From 71febeb26c9890b9e00698438a3ac8e0e47f1d34 Mon Sep 17 00:00:00 2001 From: Ellis Johnson Date: Thu, 5 May 2022 11:11:23 +1000 Subject: [PATCH] Moved cookie generation back out to hack file and refactored test Fixed linting of dot imports Initial files + dependencies for the react-fluent portal Initial POC for portal UI Finished front end API for cluster information Co-authored-by: Brett Embery Adding cluster detail pane Co-authored-by: Ellis Johnson Format tsx source Add cluster detail nav + tweaks Co-authored-by: Ellis Johnson Cluster detail MVP Co-authored-by: Brett Embery bump deps fixes update deps cleanups and style improvements for the portal, as well as a new copy resource ID button update package deps Added base eslint config Fixed linter errors in SRE Portal Added linter step for e2e pipeline Reverting package-lock json to appease PR testing Another attempt to test admin portal linting in e2e pipeline Another fix for e2e admin portal linting Yet another attempt Reordered e2e jobs Added fix to commands Modifying linting settings to try and working e2e pipeline More config changes More changes Modified eslintrc Modified eslintrc Perform npm install before running container Debugging Trying npm install as a seperate task Moved admin portal lint from e2e pipeline to ci pipeline Fixed formatting Fixed formatting Fixed formatting Fixed image name Added dockerfile for SRE Portal linting Using new docker image in ADO CI pipeline Removed old dockerfile and modified package.json Split portal into v1 and v2 Modified portal backend to allow v1 and v2 portals to run at the same time Modified makefile to make both v1 and v2 portal Added option to change portal hostname locally whether wanting to run dev server or compiled build code Created initial selenium script Fixed linter Added documentation for new admin portal Added makefile command for linting admin portal Remove accident commit Refactored portal backend code Renamed temp to template in portal code Modified documentation to explain NO_NPM env var Renamed portal v1 compilation directory from dist to build and fixed TODOs in typescript Fixed SSHModal indexing Fixed SSHModal indexing Commit generated bindata code Added vscode folders to gitignore Made minor changes based on review feedback Added conditional statements for linting Fixed booleans Added vm image to first stage Modified powershell to bash Made small changes based on review feedback Update Makefile Co-authored-by: Ben Vesel <10840174+bennerv@users.noreply.github.com> Update docs/admin-portal.md Co-authored-by: Ben Vesel <10840174+bennerv@users.noreply.github.com> Update docs/admin-portal.md Co-authored-by: Ben Vesel <10840174+bennerv@users.noreply.github.com> Small documentation change Small ci fix Small ci fix Small ci fix Small ci fix Still fixing CI Still fixing CI Still fixing CI Still fixing CI Fix CI again Fix CI again Fix CI again Fix CI again Fix CI again Removing conditional linting and moving to future PR Remove stage from CI yaml to pass github check Fixed off by one error with SSH in admin portal First 3 e2e test cases complete Test image pull Rewrote first test in golang on e2e pipeline Added second test Fixed tests for CT Added 2 more tests Added 1 more test and fixed others Finished initial e2e tests Fixed linting errors Fixed validation and linting Still trying to fix linting issues Moved cookie generation back out to hack file and refactored test Fixed linting of dot imports Remove test focus for e2e Fixed potential infinite for loop Removed test command from makefile Removed test pipeline step Fixed vendoring removals Update az cli extension to use api v2022_04_01 (#2042) * Bumping az aro extenion api version to v2022_04_01 * Adding new command flags and data structures to az aro create * linting Update cluster Update pkg/util/cluster/cluster.go Co-authored-by: Ben Vesel <10840174+bennerv@users.noreply.github.com> Better err handling to customer remove installconfig dependency from deploystorage Remove unnecessary to.StringPtr usages Fixing exception handling for missing subnet (#2117) * Fixing exception handling for missing subnet * use isinstance * Another err.message fix Added a new function for a hardcoded filter of namespaces (#1994) Added unit test for the makeURLSegments function of dynamichelper (#2031) add minor version Master resize (#1889) * master resize GA move arm template deploy to util use the ARM deploytemplate code directly in pkg/cluster Add David Newman to CODEOWNERS il5 series support, vm.go improvements and tests (#2086) Add improvements to `deploy-full-rp-service-in-dev.md` doc (#2048) * Add improvements to full rp service doc * Update docs/deploy-full-rp-service-in-dev.md Co-authored-by: Spencer Amann NSG controller - reconcile nil NSG (#2116) * adding test case for NSGs = nil * Adding handling of empty NSG Fix deleteNic when the nic is in failed provisioning state Add documentation outlining our keyvaults, certificates, and secrets Provide clearer error for a particular type of PUCM failure Instead of "subnet ID "" has incorrect length", catch the error earlier and provide a clearer "lastAdminUpdateError" message. This particular PUCM failure occurs when a machineset object fails to decode during cluster document enriching. increase the timeout to 10 minutes, since a rebuild can trigger the timeout Fixed dodgy e2e test Vendor installer release 4.10 Switches to go.1.17, OCP 4.10, and Kubernetes 1.23 modules. Automated updates from "make generate" Set default InstallStream to OCP 4.10.15 Automated updates from "make discoverycache". pipelines: Require agents with go-1.17 capability for CI/E2E Update documentation for Go 1.17 and installer 4.10 Switch from the azureprovider to the new machinev1.AzureMachineProviderSpec machine API * Due to the move of the AzureMachineProviderSpec into the openshift/api we need to marshal the existing clusters machine provider spec into the new struct. * Switches tests to use the new machine API struct. Ref: https://github.com/openshift/installer/commit/f9725ddd9496b999ac06bd0343791d7c50b00d48 Switch to building with golang 1.17 Switch maoclient -> machineclient and maofake -> machinefake gofmt: add "go:build e2e" Switch to using the ubi8 go-toolset for building. Add additional values to CloudError and Cluster Operation Logs (#2094) * Added additional values to CloudError * Update pkg/api/error.go Co-authored-by: Weinong Wang * Add details for cluster logs in terminal state * Fixed issue with logging clusterResult * Changed to generic name, add String() func * Update logging comments Co-authored-by: Weinong Wang * Add prefix to cloudErrorMessage String() * Add additional json monikers * Fix bug with resultType output * Defined CloudErrorCategory string type * Empty-Commit to retrigger test * Shift logs, remove code for next PR * Added log fields, removed category * Shift resultType to Logs * Empty-Commit to retrigger test * Remove all error changes * Update openshiftcluster.go change logs to lowercase Co-authored-by: BCarvalheira Co-authored-by: Weinong Wang Improved the unit test coverage for the merge function of dynamichelper Fixed the validate golang code errors in the pipeline Updated the code based on Mikalai's feedback Fixed a go validation error added yaml lint (#2132) * added yaml lint * updated the doc Build the MSFT Go fips enabled code and tag the CI Agent as having Go 1.17. Bump to the latest Microsoft Golang FIPS release. Updated bindata. Switch back to the vanilla ci vmss names. Revert the address prefix and keyvault name changes necessary to deploy to CI. Switch back to using the RHEL go-toolset now that 8.6 is available on Azure. Double the OS Disk size. Increase the disk size of the CI vmss to 200GB. Updated bindata and move disk size to the correct vmss spec. Add an option to send metrics via UDP instead of Unix Domain Sockets (#2074) replace allowOCM flag with a forceLocalOnly flag upgrade image to b4 when mhc is managed create an alert for frequent remediation (#2123) allow overriding the operator version in the admin API (#2134) Update pipelines to demand go 1.17 and update OB container to go 1.17 (#2146) update mdm/mdsd Add new ARO regions to pipelines - australiacentral - australiacentral2 - swedencentral test for infra ID generation this does not need installconfig, and so can be moved upwards in the install replace it with a vendored version, so that we don't need to utilise the installer portion validate apimachinery rand as utilrand split ensuregraph into applying customisations and then saving it to the storage account. if we use the vanilla installer, we will likely still need to save the graph (after fetching it from hive) but we will not change things inside of it like currently. Testing test in isolation refactored muo to extract deployer (#2122) removed go-bindata from pkg/operator (#2119) add: Getpodlogs kubeaction api (#1885) Migrate from AD to MS Graph Also changed the AADManager so that it only returns values instead of the data structure. This hides the implementation details so that in the future if MSAL changes the internal representation, any required changes will be contained within the class (vs. right now custom.py has to be changed accordingly). fixed conflict created when moving to the new library (#2150) Bump eventsource from 1.1.0 to 1.1.1 in /portal/v2 Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] Bump eventsource from 1.1.0 to 1.1.1 in /portal/v1 Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] clean up of validate import, now uses a yaml file for maintainability (#2136) Added more checks for cluster panel test to figure out test failure enable reconciling azuresubnets/NSGs by default refector e2e for removing dependency. Update 2 removed old code. make test to fail on getting error. Expect(err).NotTo(HaveOccurred()) Formating done White-spaces removed. handle the use of the AddressPrefixes field alongside AddressPrefix improved ValidateCIDRRanges test add vnet names to help with debugging if needed in the future comment improvement Bump follow-redirects from 1.14.0 to 1.14.7 in /portal Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.0 to 1.14.7. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.0...v1.14.7) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] Store downloaded cert only when it differs When systemd downloader downloads fresh certificate check whether it differs from the stored one. Replace old one with fresh when there is a difference. Signed-off-by: Petr Kotas Restart mdm service on cert change Forces MDM container to pick up changed certificate. Signed-off-by: Petr Kotas doc: Document fp cert rotation Add doc file with information how the first party certificate is rotated in the RP and on the host VM. Signed-off-by: Petr Kotas Replace artifacts with direct code checkout Replaces configuration fetching via build pipeline with direct code checkout. Signed-off-by: Petr Kotas Update .pipelines/int-release.yml Co-authored-by: Ben Vesel <10840174+bennerv@users.noreply.github.com> provide the ability to specify an overridden fluentbit image in operator feature flags Download aro deployer from tagged image Pull aro deployer from tagged container instead of pipeline artifact. Signed-off-by: Petr Kotas Add deploy pipelines using tag Add new pipelines using tagged deployment Signed-off-by: Petr Kotas Set XDG_RUNTIME_DIR explicitly on CI VMs Add tagged aro image Add annotated tag build and push into makefile. Without annotation, the TAG is empty and action is not performed. Signed-off-by: Petr Kotas Build and push tagged aro image into ACR When annotated TAG is not set the new step fails. Otherwise it builds the tagged image and pushes it to the ACR. Signed-off-by: Petr Kotas Build release on tag When CI started from tag build image and push to registry. Extract annotation from the tag and use it as summary for changelog. Automated summary is extracted from commits titles. Signed-off-by: Petr Kotas mdm/mdsd++ make generate Revert "[PIPELINES 4] Create release based on annotated git tag" Fix: Broken pull path The original path is not working as it is blocked for writing, Using the pipeline default instead Signed-off-by: Petr Kotas Fix: Broken checkout code path The checkout behaves differently when checking out single repository. It checkout to /s Signed-off-by: Petr Kotas Update prod pipeline params to be consistent Enable SBOM on all OneBranch pipelines Fixing typo in paths Add Documentation and Scripts for ARO Monitor Metric testing Fix typo Co-authored-by: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com> Handle cleanup of spawned processes. Clarify a few things in the procdure. Add example script to directly inject test data Revert "Revert "[PIPELINES 4] Create release based on annotated git tag"" Fix: Remove build to run after e2e Signed-off-by: Petr Kotas Bump nanoid from 3.1.22 to 3.2.0 in /portal Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.22 to 3.2.0. - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.1.22...3.2.0) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect ... Signed-off-by: dependabot[bot] Add uaenorth to non-zonal regions imageconfig controller Fixing bug where incorrect ACR domain name was being generated added doc for cert rotation Signed-off-by: Karan.Magdani Vendor installer release 4.9 This also forces the RP from Go 1.14 to Go 1.16. Aside from requiring OCP 4.9 / Kubernetes 1.22 modules, the other go.mod changes are all manual workarounds from failed "make vendor" runs. Automated updates from "make vendor" Alter client-gen command to stay within repo The way this is written seems to assume the ARO-RP repo is cloned under the user's $GOPATH tree. That's not where I typically clone git repos for development. Use relative paths in the client-gen command and arguments to stay within the ARO-RP git repo. Automated updates from "make generate" Set InstallStream to OCP 4.9.8 Automated updates from "make discoverycache" pipelines: Demand agents with go-1.16 capability for CI/E2E Update documentation for Go 1.16 and installer 4.9 Fix: Remove the wrong git pull path Removes the wrong git pull path for ADO RP-config Removes unused parameter Signed-off-by: Petr Kotas fix: Add go1.16 requirement to run pipelines With addition of 4.9 release, the go build have to run with go1.16 Signed-off-by: Petr Kotas Add geneva action to reconcile a failed NIC Suppress stderr within Makefile command Do not overwrite FIPs environment variable in CI VMs fix: fix service connection to the github existing service connection does not meet requirement for the github release Signed-off-by: Petr Kotas ADO Pipelines make no sense Ensure TAG environment var is consistent case Incorrect quoting on variables in pipeline Clean up debug print statement in pipelines Add INT/Prod variable group requirements Update correct directory path for pipeline template files Update release tag pipeline parameters Vendor updated autorest adal to fix nil pointer exception in MSI add fl to owners :-) Fix: use the correct variable syntax for updated variables in pipelines Bump 4.9.8 to 4.9.9 as it contains a bugfix that prevents cluster creation success Vendor openshift installer carry patch Bump golang version to 1.16 in CI VMs Fix wrongly updated parameters and variables in prod release Feedback follow up on image config controller Use INT E2E Creds in Prod pipeline as we pull from the INT image registry and spin up our resources in our INT sub clean temporary gomock folders (#1912) Signed-off-by: Karan.Magdani fix 2 cred scan findings by adding suppression settings (#1960) add tsaoptions json file, enable tsa in build rp official pipeline (#1959) chore: removed logging onebranch pipelines files from aro-rp repo (#1942) quick fixes in docs (#1956) Removes unneeded field (#1962) Updated linux container image for build (#1964) Updating go-toolset tag to 1.16.12 (#1965) Bump follow-redirects from 1.14.7 to 1.14.8 in /portal Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] add fips validation scripts and ci step drop net_raw and make generate Adding norwaywest to deploy from tag ALL regions Pipeline. (#1968) Include variable groups for prod single region release (#1957) Add Central US EUAP to nonZonalRegions (#1927) remove network acceleration due to issues discovered reapply the primary tag make generate Add metric gauge for nohost present on request to gateway Fix net_raw caps, make generate (#1971) Refactors operator requeues * Adds the clarifying comment on requeues into the checker controller * Removes `Requeue: true` in places where we use `RequeueAfter` as it is has no effect. add a field to indicate spotInstances in node.conditions metric (#1928) Bump url-parse from 1.5.3 to 1.5.7 in /portal Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.3 to 1.5.7. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.3...1.5.7) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] docs: add cleaner info to shared env docs add westus3 to pipeline manifests add additional logging to redeploy to help understand state when this job fails in e2e Re-enable Egress Lockdown Enable egress lockdown feature by default on new clusters while also allowing current clusters to be admin-upgraded with the new feature Co-authored-by: Ben Vesel <10840174+bennerv@users.noreply.github.com> fix: use the tag/commit as the aro version ARO uses both tags and commits as its version. The commits are used for the development scenario, tags are used when building and deploing to production. add: copy ARO iamge to integration Signed-off-by: Petr Kotas add: release pipeline documentation Signed-off-by: Petr Kotas fix: HTTP 500 from "List cluster Azure resource" Geneva Action for unknown resource types (#1978) * If don't have an apiVersion defined for a resource, then skip over it instead of returning an error. * Reword the comment. * Double quote the resource type in the log warning message. Co-authored-by: Mikalai Radchuk <509198+m1kola@users.noreply.github.com> add operator storage acc and endpoints reconcilers operator tests storageacc handling for install/update generate vendor review feedback Add dev env rules exception Comply with the Authorizer changes Fix tests Fix merge conflicts Add operator flags Fix tests Change operator flags Addressing feedback generate Operator flag tests Addressing feedback FIx update cluster spec Add an Operator controller for Managed Upgrade Operator add MUO deployment manifests run go generate add a mocks directory in the operator make dynamichelper produce less spurious changes for MUO fix: move int mirroring to separate pipelines integration requires it own set of credentials, this can only by provided in a separate pipeline Signed-off-by: Petr Kotas fix: provide the correct dependent pipeline (#1982) Signed-off-by: Petr Kotas Update mirror-aro-to-int.yml for Azure Pipelines Remove unused parameter fix: replace parameter with variable (#1984) Signed-off-by: Petr Kotas Update mirror-aro-to-int.yml for Azure Pipelines Fix typo Cleans up unused args in `muo.NewReconciler` Bump url-parse from 1.5.7 to 1.5.10 in /portal Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] Removes a explicit `gomock.Eq()` matcher calls (#1983) `gomock.Eq()` is a default matcher in gomock so it doesn't have to be explicitly called in these cases Docs: Set GOPATH (#1987) - A few developers on various OS flavors have seen make generate fail after the upgrade to golang 1.16 due to client-gen updates. This appears to fix. Adds extra fields to the PreviewFeature CRD Adds the controller implementation It currently implements only one feature: NSG flow logs preview feature controller and NSG flow log feature implementation L series support - RP changes (#1751) * add L-series SKUs to internal, admin, validate api * make client Add SKU availability and restriction checks to dynamic validation (#1790) * add sku filtering and restriction checks * add install-time instance validation Minor ARO operator refactoring * Gets rid of exported constants like `ENABLED` where exported constants are not required * Gets rid of constant concatenations like `CONFIG_NAMESPACE + ".enabled"` to make search easier * Removes unnecessary `Copy` method of `OperatorFlags` stuct as well as package level `DefaultOperatorFlags` variable. Introduces `DefaultOperatorFlags()` instead. Removing call to listByResourceGroup due to flakyness in the Azure API add validate-fips step into onebranch build rp template exclude vuln protobuf exclude vulnerable containerd versions Changed CloudErrorCodes from vars to consts. (#1997) Co-authored-by: Jeremy Facchetti Add sourcebranchname to build_tag (#1996) adding a way to pass additional flags to E2E tests (#1998) Fix typo in deploy-development-rp doc (#2005) Better documentation support for multiple envs (#1932) - Now there are two env files: standard, and int-like files - Instructions modified for int envs to create the new file and source it - Fixed a small typo in the instructions that was being masked by indentation vendor: fake operator client Signed-off-by: Petr Kotas feature: add autosizednodes reconciler Introduce autosizednodes reconciler which watches aro cluster object feature flags for ReconcileAutoSizedNodes. When feature flag is present new KubeletConfig is created enabling the AutoSizingReserver feature which auto computes the system reserved for nodes. feature: add aro cluster to workaround Adds aro cluster instance to IsRequires check to allow for feature flags checking. Signed-off-by: Petr Kotas feature: disable systemreserved when autosizednodes enabled Signed-off-by: Petr Kotas Avoid AdminUpdate panic when Nodes are down (#1972) * Skip ensureAROOperator and aroDeploymentReady when the IngressProfiles data is missing, esp after cluster VM restarts as part of the update call * Refactor Cluster Manager code to make ensureAROOperator code testable * Add unit test for ensureAROOperator code Co-authored-by: Ulrich Schlueter update go-cosmosdb version to incorporate the latest change (#2006) Filter out unwanted data from azure list geneva action (#1969) * filter our Microsoft.Compute/snapshots from azure list geneva action * change filter input for test Doc to create & push ARO Operator image to ACR/Quay (#1888) * Doc to create/push AROOperator image ACR/Quay A document on How to create & publish ARO Operator image to ACR/Quay. Added alternative to go get command (#2015) Update Makefile (#2020) The ARO-RP returns special characters in color encoding special character, which is not decoded as of now. This change removes the color encoding characters by default in e2e tests Update node-selector on muo namespace Dockerfile for MUO image (#1993) Update OB Build Pipeline to Pass Build Tag as Var (#2011) * adding release_tag functionality to support releasing by tag or commit add managed upgrade operator configuration settings and connected MUO if allowed and a pullsecret exists add muo config yaml add openshift-azure-logging to the ignored namespaces run go generate Fix VM Redeploy Test Flake - Removing test to check k8s Events for Node readiness - Adding test for Azure VM readiness (power state) - Adding test for Linux Kernel uptime to guarantee reboot disable ipv6 router advertisements on rp/gateway vmss Install python3 on RP and gateway VMs make pullspec an optional flag add enabled and managed by default add e2e test Bump minimist from 1.2.5 to 1.2.6 in /portal Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] cleanup: proxy now uses idiomatic waitgroup. cleanup: removed useless anonymous function definition. add containers_image_openpgp tag (#2032) Change secrets-update to allow subsequent updates (#2038) Co-authored-by: Nont add containers_image_openpgp everywhere add controller into operator for machine health check (#1950) * add worker only controller with operator for machine health check * align mhc node selector pattern with osd Create 2022-04-01 API (#1876) check for default ingressIP when ingressProfiles > 1 (#2021) Signed-off-by: Karan.Magdani Skip Linux AZ Sec Pack policies from running on VMSS creation (#2041) Admin Portal v2 (#2019) Add in sre portal v2, still default to v1 Co-authored-by: Amber Brown Co-authored-by: Brett Embery Co-authored-by: Ben Vesel <10840174+bennerv@users.noreply.github.com> Bump minimist from 1.2.5 to 1.2.6 in /portal/v2 (#2043) Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> added changes to make local e2e test work/ update doc (#2036) * added changes to make local e2e test work/ update doc updated operator README to include instructions for running the ARO operator locally for a private cluster (#2045) Fix off by one error when truncating name Now it truncates to 14 instead of 15. the corresponding arm templates truncate to 15. Refactors createOrUpdateRouterIPFromCluster Make it reuse isIngressProfileAvailable to check IngressProfile Adds an extra case into TestAroDeploymentReady Updates dev env docs * Removes mention of Python virtualenv as it comes by default with Python 3 * Updates macOS docs to make sure that steps work for Intel and ARM macs * Markdown formatting fixes give /tmp a bit more room for when the CI VM gets busy refactor+test: refactored some functions to test refactored tests added license to test file added err check on validateProxyResquest made the errors more explicit fixed typo in function name removed useless test case renamed oddly named metrics.Interface to Emitter update codeowners renamed github username updated path to quota file (#2058) refactor/add-test : refactored linkid and gateway to add tests (#2013) Enable first basic linters in ARO (#2060) * Enable first basic linters in ARO * Remove modules-download-mode from the linter run config Commit to allow password auth for VMSS jit access (#2027) * Commit to allow password auth for VMSS jit access fix: now uses renamed interface metricsEmitter fix issues with linting new test files added doc.go for imgconfig controller (#2064) Signed-off-by: Karan.Magdani Revert 2027: Commit to allow password auth for VMSS jit access Add logic to reconcile failed Nic on az aro delete Co-authored-by: Ben Vesel Update pull secret references from cloud.redhat.com to cloud.openshift.com (#2084) Enables go fmt simplify (#2081) update reference to cloud.redhat.com in README file (#2085) ensure apiserverready check redesigned the quota computation to something understandable (#2059) Bump 4.9 install image to latest stable 4.9.28 to address etcd split brain issue Fail MUO test if we expect an error but don't get one Bump fluentbit, mdm, and mdsd images to mitigate P0/P1s Bump async from 2.6.3 to 2.6.4 in /portal/v2 Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] Update the secret rotate time to 7 days during RP deploy (#2051) Remove dead mirror code referencing 4.3 version which isn't mirrored (#2092) add MTU to the internal OCP Document make generate before mock added unit tests for two new functions fix import order remove trailing spaces make validate-go wants to add trailing lines again found/fixed trailing new line add new line at end of test file added admin update method to adminupdate tests newlinw fixed unit test issue add helper method Improve comment gofmt Remove ACR Image Override (#2090) added stylecheck and moved golangci-lint to a github action (#2083) * enabled github action instead of running from ADO * fixed style * fixed some style fixed styling fixed failing tests because of case on errs Small updates to shared rp docs (#2079) "note" syntax adjustments Small updates to shared rp docs from working sessions added note related to gwy keyvault not being in dev Update docs/prepare-a-shared-rp-development-environment.md Language adjustment. Committing syntax change per Caden's suggestion. Co-Authored-By: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com> Co-authored-by: Caden Marchese <56140267+cadenmarchese@users.noreply.github.com> Additional gateway tests (#2062) * Add coverage for pkg/gateway. Gateway creation now fails fast when env properties are missing. * refactor large test into multiple test cases Move gateway fluentbit to container Bump async from 2.6.3 to 2.6.4 in /portal/v1 Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. - [Release notes](https://github.com/caolan/async/releases) - [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md) - [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4) --- updated-dependencies: - dependency-name: async dependency-type: indirect ... Signed-off-by: dependabot[bot] set MDSD_MSGPACK_SORT_COLUMNS to perf column sorting on MDSD side and try to avoid hitting max schema count (#2095) Remove mwoodson from codeowners (#2106) Updated FIPs e2e test for 2022-04-01 API Development subscription migration prepare for dns migration Signed-off-by: Karan.Magdani Update az cli extension to use api v2022_04_01 (#2042) * Bumping az aro extenion api version to v2022_04_01 * Adding new command flags and data structures to az aro create * linting Update cluster Update pkg/util/cluster/cluster.go Co-authored-by: Ben Vesel <10840174+bennerv@users.noreply.github.com> Better err handling to customer remove installconfig dependency from deploystorage Remove unnecessary to.StringPtr usages Fixing exception handling for missing subnet (#2117) * Fixing exception handling for missing subnet * use isinstance * Another err.message fix Added a new function for a hardcoded filter of namespaces (#1994) Added unit test for the makeURLSegments function of dynamichelper (#2031) add minor version Master resize (#1889) * master resize GA move arm template deploy to util use the ARM deploytemplate code directly in pkg/cluster Add David Newman to CODEOWNERS il5 series support, vm.go improvements and tests (#2086) Add improvements to `deploy-full-rp-service-in-dev.md` doc (#2048) * Add improvements to full rp service doc * Update docs/deploy-full-rp-service-in-dev.md Co-authored-by: Spencer Amann NSG controller - reconcile nil NSG (#2116) * adding test case for NSGs = nil * Adding handling of empty NSG Fix deleteNic when the nic is in failed provisioning state Add documentation outlining our keyvaults, certificates, and secrets Provide clearer error for a particular type of PUCM failure Instead of "subnet ID "" has incorrect length", catch the error earlier and provide a clearer "lastAdminUpdateError" message. This particular PUCM failure occurs when a machineset object fails to decode during cluster document enriching. increase the timeout to 10 minutes, since a rebuild can trigger the timeout Vendor installer release 4.10 Switches to go.1.17, OCP 4.10, and Kubernetes 1.23 modules. Automated updates from "make generate" Set default InstallStream to OCP 4.10.15 Automated updates from "make discoverycache". pipelines: Require agents with go-1.17 capability for CI/E2E Update documentation for Go 1.17 and installer 4.10 Switch from the azureprovider to the new machinev1.AzureMachineProviderSpec machine API * Due to the move of the AzureMachineProviderSpec into the openshift/api we need to marshal the existing clusters machine provider spec into the new struct. * Switches tests to use the new machine API struct. Ref: https://github.com/openshift/installer/commit/f9725ddd9496b999ac06bd0343791d7c50b00d48 Switch to building with golang 1.17 Switch maoclient -> machineclient and maofake -> machinefake gofmt: add "go:build e2e" Switch to using the ubi8 go-toolset for building. Add additional values to CloudError and Cluster Operation Logs (#2094) * Added additional values to CloudError * Update pkg/api/error.go Co-authored-by: Weinong Wang * Add details for cluster logs in terminal state * Fixed issue with logging clusterResult * Changed to generic name, add String() func * Update logging comments Co-authored-by: Weinong Wang * Add prefix to cloudErrorMessage String() * Add additional json monikers * Fix bug with resultType output * Defined CloudErrorCategory string type * Empty-Commit to retrigger test * Shift logs, remove code for next PR * Added log fields, removed category * Shift resultType to Logs * Empty-Commit to retrigger test * Remove all error changes * Update openshiftcluster.go change logs to lowercase Co-authored-by: BCarvalheira Co-authored-by: Weinong Wang Improved the unit test coverage for the merge function of dynamichelper Fixed the validate golang code errors in the pipeline Updated the code based on Mikalai's feedback Fixed a go validation error added yaml lint (#2132) * added yaml lint * updated the doc Build the MSFT Go fips enabled code and tag the CI Agent as having Go 1.17. Bump to the latest Microsoft Golang FIPS release. Updated bindata. Switch back to the vanilla ci vmss names. Revert the address prefix and keyvault name changes necessary to deploy to CI. Switch back to using the RHEL go-toolset now that 8.6 is available on Azure. Double the OS Disk size. Increase the disk size of the CI vmss to 200GB. Updated bindata and move disk size to the correct vmss spec. Add an option to send metrics via UDP instead of Unix Domain Sockets (#2074) replace allowOCM flag with a forceLocalOnly flag upgrade image to b4 when mhc is managed create an alert for frequent remediation (#2123) allow overriding the operator version in the admin API (#2134) Update pipelines to demand go 1.17 and update OB container to go 1.17 (#2146) update mdm/mdsd Add new ARO regions to pipelines - australiacentral - australiacentral2 - swedencentral test for infra ID generation this does not need installconfig, and so can be moved upwards in the install replace it with a vendored version, so that we don't need to utilise the installer portion validate apimachinery rand as utilrand split ensuregraph into applying customisations and then saving it to the storage account. if we use the vanilla installer, we will likely still need to save the graph (after fetching it from hive) but we will not change things inside of it like currently. refactored muo to extract deployer (#2122) removed go-bindata from pkg/operator (#2119) add: Getpodlogs kubeaction api (#1885) Migrate from AD to MS Graph Also changed the AADManager so that it only returns values instead of the data structure. This hides the implementation details so that in the future if MSAL changes the internal representation, any required changes will be contained within the class (vs. right now custom.py has to be changed accordingly). fixed conflict created when moving to the new library (#2150) Bump eventsource from 1.1.0 to 1.1.1 in /portal/v2 Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] Bump eventsource from 1.1.0 to 1.1.1 in /portal/v1 Bumps [eventsource](https://github.com/EventSource/eventsource) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/EventSource/eventsource/releases) - [Changelog](https://github.com/EventSource/eventsource/blob/master/HISTORY.md) - [Commits](https://github.com/EventSource/eventsource/compare/v1.1.0...v1.1.1) --- updated-dependencies: - dependency-name: eventsource dependency-type: indirect ... Signed-off-by: dependabot[bot] clean up of validate import, now uses a yaml file for maintainability (#2136) Updated portal bindata create lint-go script and call it from Makefile (#2118) Co-authored-by: Jeremy Facchetti Add name length validation on ARO clusters for non-zonal regions Truncate cluster names to 19 char in e2e pipelines Typo in pipeline script Added cookie as part of test and added extra error output Seperated image pull and container start for selenium Fixing up docker command --- .github/CODEOWNERS | 2 +- .github/workflows/golint.yml | 6 +- .gitignore | 5 +- .golangci.yml | 6 +- .pipelines/build-and-push-images.yml | 2 +- .pipelines/ci.yml | 11 +- .pipelines/e2e.yml | 6 +- .pipelines/generate-release-notes-tagged.yml | 2 +- .pipelines/mirror-aro-to-int.yml | 2 +- .../onebranch/pipeline.buildrp.official.yml | 2 +- .../pipeline.buildrp.pullrequest.yml | 4 +- .pipelines/prod-release-tag.yml | 3 + .../template-job-deploy-azure-env-tag.yml | 14 +- .../template-job-deploy-azure-env.yml | 14 +- Dockerfile.aro-multistage | 2 +- Makefile | 8 +- README.md | 6 +- cmd/aro/operator.go | 4 +- cmd/aro/rp.go | 2 +- commit.sh | 47 + docs/deploy-development-rp.md | 104 +- docs/deploy-full-rp-service-in-dev.md | 6 +- docs/img/AROMonitor.png | Bin 52016 -> 106660 bytes ...are-a-shared-rp-development-environment.md | 2 +- docs/prepare-your-dev-environment.md | 4 +- docs/unit-testing-for-monitoring-metrics.md | 52 +- docs/upstream-differences.md | 4 +- go.mod | 491 +- go.sum | 1132 +- hack/e2e/run-rp-and-e2e.sh | 20 +- hack/local-monitor-testing/deploy_MDM_VM.sh | 3 +- .../sample/dockerStartCommand.sh | 52 - hack/portalauth/portalauth.go | 2 +- hack/update-go-module-dependencies.sh | 6 +- .../allowed-import-names.yaml | 3 - hack/validate-imports/validate-imports.go | 285 +- .../openshiftcluster_validatestatic.go | 7 + .../openshiftcluster_validatestatic_test.go | 76 +- pkg/api/validate/dynamic/quota.go | 18 +- pkg/api/validate/dynamic/sku_test.go | 60 +- pkg/api/validate/vm.go | 130 +- pkg/cluster/cluster.go | 4 +- pkg/cluster/delete.go | 33 +- pkg/cluster/delete_test.go | 60 +- pkg/cluster/deploystorage.go | 113 +- pkg/cluster/deploystorage_resources.go | 27 +- pkg/cluster/fixmcsuserdata.go | 9 +- pkg/cluster/gatewayprivateendpoint.go | 2 +- pkg/cluster/install.go | 23 +- pkg/cluster/storageaccounts.go | 9 +- pkg/deploy/assets/env-development.json | 3 +- pkg/deploy/assets/gateway-production.json | 2 +- pkg/deploy/assets/rp-production.json | 2 +- pkg/deploy/bindata.go | 6 +- pkg/deploy/generator/resources_dev.go | 10 +- pkg/frontend/frontend.go | 31 + pkg/frontend/validate.go | 27 +- pkg/installer/deployresources_resources.go | 2 +- pkg/metrics/statsd/statsd.go | 75 +- pkg/monitor/cluster/cluster.go | 6 +- pkg/monitor/cluster/nodeconditions_test.go | 29 +- pkg/operator/controllers/machine/machine.go | 30 +- .../controllers/machinehealthcheck/bindata.go | 29 +- .../controllers/machinehealthcheck/doc.go | 12 +- .../machinehealthcheck_controller.go | 8 +- .../machinehealthcheck_controller_test.go | 28 +- .../staticresources/machinehealthcheck.yaml | 10 +- pkg/operator/controllers/muo/bindata.go | 589 - pkg/operator/controllers/muo/deploy.go | 174 - pkg/operator/controllers/muo/deploy_test.go | 350 - pkg/operator/controllers/muo/generate.go | 12 - .../controllers/muo/muo_controller.go | 21 +- .../controllers/muo/muo_controller_test.go | 117 +- .../muo/staticresources/config.yaml | 7 +- .../custom_resource_definition.yaml | 1 - .../muo/staticresources/deployment.yaml | 2 +- .../monitoring_reader_role.yaml | 2 +- .../previewfeature/nsgflowlogs/nsgflowlogs.go | 10 +- .../previewfeature_controller.go | 6 +- pkg/operator/controllers/rbac/bindata.go | 2 +- .../storageaccount_controller.go | 8 +- .../subnets/subnet_controller_test.go | 37 + .../controllers/subnets/subnets_controller.go | 8 +- pkg/operator/deploy/bindata.go | 478 - pkg/operator/deploy/deploy.go | 50 +- pkg/operator/deploy/deploy_test.go | 227 +- .../aro.openshift.io_clusters.yaml | 2 +- ...view.aro.openshift.io_previewfeatures.yaml | 2 +- pkg/operator/mocks/muo/muo.go | 97 - pkg/portal/bindata.go | 170 +- pkg/util/arm/deploy.go | 66 - pkg/util/arm/deploy_test.go | 120 - pkg/util/cluster/cluster.go | 19 +- pkg/util/clusterdata/worker_profiles_task.go | 9 +- pkg/util/dynamichelper/discovery/bindata.go | 97 +- .../discovery/cache/assets_version | 2 +- pkg/util/dynamichelper/dynamichelper_test.go | 293 + pkg/util/namespace/namespace.go | 1 - pkg/util/namespace/namespace_test.go | 2 +- pkg/util/version/const.go | 16 +- portal/v1/package-lock.json | 12 +- portal/v2/build/asset-manifest.json | 13 +- portal/v2/build/index.html | 2 +- .../v2/build/static/js/main.dd6fa5f8.chunk.js | 2 + .../static/js/main.dd6fa5f8.chunk.js.map | 1 + portal/v2/package-lock.json | 12 +- python/az/aro/azext_aro/_validators.py | 186 +- test/e2e/admin_portal.go | 67 +- test/e2e/adminapi_cluster_getlogs.go | 15 +- test/e2e/operator.go | 2 +- test/e2e/setup.go | 106 +- .../mgmt/2017-03-30/compute/_meta.json | 4 +- .../mgmt/2018-10-01/compute/_meta.json | 4 +- .../mgmt/2020-06-01/compute/_meta.json | 4 +- .../mgmt/2021-01-15/documentdb/_meta.json | 4 +- .../dns/mgmt/2016-04-01/dns/_meta.json | 4 +- .../dns/mgmt/2018-05-01/dns/_meta.json | 4 +- .../1.6/graphrbac/dataplane_meta.json | 4 +- .../mgmt/2019-09-01/keyvault/_meta.json | 4 +- .../v7.0/keyvault/dataplane_meta.json | 4 +- .../msi/mgmt/2018-11-30/msi/_meta.json | 4 +- .../mgmt/2017-10-01/network/_meta.json | 4 +- .../mgmt/2020-08-01/network/_meta.json | 4 +- .../authorization/_meta.json | 4 +- .../containerregistry/_meta.json | 4 +- .../mgmt/2018-03-01/insights/_meta.json | 4 +- .../mgmt/2018-09-01/privatedns/_meta.json | 4 +- .../mgmt/2016-06-01/subscriptions/_meta.json | 4 +- .../mgmt/2018-02-01/resources/_meta.json | 4 +- .../mgmt/2019-07-01/features/_meta.json | 4 +- .../mgmt/2019-06-01/storage/_meta.json | 4 +- .../Azure/azure-sdk-for-go/version/version.go | 2 +- .../Azure/go-autorest/autorest/adal/go.mod | 13 - .../Azure/go-autorest/autorest/adal/go.sum | 20 - .../go-autorest/autorest/azure/auth/go.mod | 12 - .../go-autorest/autorest/azure/auth/go.sum | 35 - .../go-autorest/autorest/azure/cli/go.mod | 13 - .../go-autorest/autorest/azure/cli/go.sum | 31 - .../autorest/azure/environments.go | 15 + .../Azure/go-autorest/autorest/go.mod | 13 - .../Azure/go-autorest/autorest/go.sum | 27 - .../IBM/go-sdk-core/v5/core/base_service.go | 227 +- .../IBM/go-sdk-core/v5/core/constants.go | 3 +- .../v5/core/container_authenticator.go | 29 +- .../go-sdk-core/v5/core/iam_authenticator.go | 56 +- .../IBM/go-sdk-core/v5/core/version.go | 2 +- .../v5/core/vpc_instance_authenticator.go | 5 - .../IBM/networking-go-sdk/common/version.go | 2 +- .../common/version.go | 2 +- .../iamidentityv1/iam_identity_v1.go | 697 +- .../sdk/auth/credential.go | 18 - .../alibaba-cloud-sdk-go/sdk/errors/error.go | 23 - .../github.com/asaskevich/govalidator/go.mod | 3 - .../aws/aws-sdk-go/aws/endpoints/defaults.go | 979 +- .../github.com/aws/aws-sdk-go/aws/version.go | 2 +- .../aws/aws-sdk-go/service/ec2/api.go | 1555 +- .../aws/aws-sdk-go/service/iam/api.go | 55 +- .../aws/aws-sdk-go/service/s3/api.go | 3193 ++++- vendor/github.com/chai2010/gettext-go/LICENSE | 27 - .../image/v5/docker/docker_image_src.go | 31 +- .../containers/image/v5/manifest/common.go | 4 +- .../image/v5/signature/mechanism.go | 12 +- .../image/v5/signature/mechanism_openpgp.go | 13 +- .../containers/image/v5/version/version.go | 2 +- .../containers/storage/pkg/idtools/idtools.go | 2 +- .../storage/pkg/unshare/unshare_linux.go | 29 +- vendor/github.com/docker/go-metrics/go.mod | 5 - vendor/github.com/docker/go-metrics/go.sum | 67 - vendor/github.com/fatih/color/README.md | 11 +- vendor/github.com/go-openapi/errors/go.mod | 12 - vendor/github.com/go-openapi/errors/go.sum | 26 - .../go-openapi/strfmt/.golangci.yml | 2 + vendor/github.com/go-openapi/strfmt/format.go | 1 + vendor/github.com/go-openapi/strfmt/go.mod | 13 - vendor/github.com/go-openapi/strfmt/go.sum | 63 - vendor/github.com/go-openapi/strfmt/time.go | 10 + .../go-playground/validator/v10/README.md | 2 +- vendor/github.com/go-stack/stack/go.mod | 3 - vendor/github.com/go-test/deep/go.mod | 3 - vendor/github.com/golang-jwt/jwt/v4/README.md | 13 +- vendor/github.com/golang-jwt/jwt/v4/claims.go | 12 +- vendor/github.com/golang-jwt/jwt/v4/errors.go | 48 + vendor/github.com/golang-jwt/jwt/v4/go.mod | 3 - vendor/github.com/golang-jwt/jwt/v4/go.sum | 0 .../golang-jwt/jwt/v4/map_claims.go | 3 + .../golang-jwt/jwt/v4/parser_option.go | 4 +- vendor/github.com/golang-jwt/jwt/v4/token.go | 25 +- vendor/github.com/golang-jwt/jwt/v4/types.go | 6 +- .../pkg/config/linters_settings_gocritic.go | 365 - vendor/github.com/googleapis/gax-go/v2/gax.go | 2 +- vendor/github.com/googleapis/gax-go/v2/go.mod | 12 - vendor/github.com/googleapis/gax-go/v2/go.sum | 535 - .../github.com/gophercloud/gophercloud/go.mod | 8 - .../github.com/gophercloud/gophercloud/go.sum | 15 - .../github.com/hashicorp/go-cleanhttp/go.mod | 3 - .../hashicorp/go-retryablehttp/go.mod | 8 - .../hashicorp/go-retryablehttp/go.sum | 10 - .../github.com/jgautheron/goconst/README.md | 50 - vendor/github.com/json-iterator/go/go.mod | 11 - vendor/github.com/json-iterator/go/go.sum | 14 - .../importas}/LICENSE | 0 .../github.com/klauspost/compress/README.md | 51 +- .../compress/flate/huffman_bit_writer.go | 166 +- .../klauspost/compress/flate/token.go | 30 +- .../klauspost/compress/huff0/decompress.go | 493 +- .../klauspost/compress/zstd/blockdec.go | 448 +- vendor/github.com/mattn/go-colorable/go.mod | 8 - vendor/github.com/mattn/go-colorable/go.sum | 5 - vendor/github.com/mattn/go-isatty/go.mod | 5 - .../pkg/hardwareutils/bmc/idrac.go | 162 - vendor/github.com/mgechev/dots/resolve.go | 456 - .../mgechev/revive/rule/cyclomatic.go | 117 - vendor/github.com/moby/sys/mountinfo/go.mod | 5 - vendor/github.com/moby/sys/mountinfo/go.sum | 2 - .../moby/sys/mountinfo/mounted_linux.go | 58 +- .../moby/sys/mountinfo/mountinfo.go | 6 +- vendor/github.com/modern-go/reflect2/go.mod | 3 - vendor/github.com/onsi/ginkgo/go.mod | 13 - vendor/github.com/onsi/gomega/CHANGELOG.md | 21 + vendor/github.com/onsi/gomega/go.mod | 11 - vendor/github.com/onsi/gomega/go.sum | 100 - vendor/github.com/onsi/gomega/gomega_dsl.go | 40 +- .../onsi/gomega/matchers/have_field.go | 7 + ...ersion-operator_01_clusterversion.crd.yaml | 136 +- .../0000_03_config-operator_01_proxy.crd.yaml | 2 +- ...0_10_config-operator_01_apiserver.crd.yaml | 2 +- .../0000_10_config-operator_01_build.crd.yaml | 4 +- ...config-operator_01_infrastructure.crd.yaml | 109 +- ...000_10_config-operator_01_network.crd.yaml | 32 + .../0000_10_config-operator_01_oauth.crd.yaml | 13 +- .../api/config/v1/types_apiserver.go | 7 +- .../api/config/v1/types_cluster_operator.go | 69 +- .../openshift/api/config/v1/types_feature.go | 33 +- .../api/config/v1/zz_generated.deepcopy.go | 398 +- .../v1/zz_generated.swagger_doc_generated.go | 179 +- .../v1alpha1/0000_10_consoleplugin.crd.yaml | 69 +- .../zz_generated.swagger_doc_generated.go | 33 +- .../api/imageregistry/v1/00-crd.yaml | 1051 -- .../api/imageregistry/v1/01-crd.yaml | 618 - .../openshift/api/imageregistry/v1/types.go | 76 + .../imageregistry/v1/zz_generated.deepcopy.go | 64 + .../v1/zz_generated.swagger_doc_generated.go | 31 + .../machine/v1beta1/types_vsphereprovider.go | 158 - ...ess-operator_00-ingresscontroller.crd.yaml | 59 +- ...00_70_cluster-network-operator_01_crd.yaml | 443 - ...perator_00-custom-resource-definition.yaml | 132 - ...0_90_cluster_csi_driver_01_config.crd.yaml | 5 +- ...luster_csi_driver_01_config.crd.yaml-patch | 5 +- .../operator/v1/types_csi_cluster_driver.go | 5 +- .../openshift/api/operator/v1/types_dns.go | 159 +- .../v1/zz_generated.swagger_doc_generated.go | 93 +- .../imageregistry/v1/fake/fake_config.go | 2 +- .../imageregistry/v1/fake/fake_imagepruner.go | 2 +- .../machine/clientset/versioned/clientset.go | 101 - .../clientset/versioned/fake/register.go | 40 - .../clientset/versioned/scheme/register.go | 40 - .../v1beta1/fake/fake_machine_client.go | 32 - .../typed/machine/v1beta1/machine_client.go | 101 - .../cluster-api-provider-baremetal/LICENSE | 201 + .../apis/addtoscheme_baremetal_v1alpha1.go} | 6 + .../pkg/apis/apis.go} | 23 +- .../baremetalmachineproviderspec_types.go | 18 +- .../baremetalmachineproviderstatus_types.go | 1 - .../pkg/apis/baremetal/v1alpha1/doc.go | 2 +- .../pkg/apis/baremetal/v1alpha1/register.go | 2 +- .../v1alpha1/zz_generated.deepcopy.go | 33 +- .../v1beta1/ibmcloudproviderconfig_types.go | 7 + .../apis/ovirtprovider/v1beta1/register.go | 2 +- .../v1beta1/zz_generated.deepcopy.go | 5 + .../pkg/apis/machine/common/consts.go | 3 + .../pkg/apis/machine/v1beta1/doc.go | 23 - .../machine/v1beta1/zz_generated.deepcopy.go | 585 - .../openshift/console-operator/pkg/api/api.go | 94 +- .../installer/data/assets_vfsdata.go | 1388 +- .../pkg/asset/cluster/azure/azure.go | 1 - .../pkg/asset/cluster/ibmcloud/ibmcloud.go | 2 - .../installer/pkg/asset/cluster/metadata.go | 4 + .../installer/pkg/asset/cluster/tfvars.go | 312 +- .../ignition/bootstrap/bootstrap_ignition.go | 68 - .../pkg/asset/installconfig/aws/regions.go | 15 +- .../pkg/asset/installconfig/aws/validation.go | 199 +- .../asset/installconfig/azure/validation.go | 47 +- .../pkg/asset/installconfig/basedomain.go | 8 + .../asset/installconfig/ibmcloud/client.go | 53 + .../asset/installconfig/ibmcloud/ibmcloud.go | 50 +- .../installconfig/ibmcloud/validation.go | 133 +- .../pkg/asset/installconfig/installconfig.go | 32 +- .../asset/installconfig/platformpermscheck.go | 25 +- .../installconfig/platformprovisioncheck.go | 11 + .../pkg/asset/machines/azure/machines.go | 38 +- .../pkg/asset/machines/baremetal/machines.go | 46 +- .../pkg/asset/machines/ibmcloud/machines.go | 44 +- .../asset/machines/ibmcloud/machinesets.go | 2 +- .../installer/pkg/asset/machines/master.go | 206 +- .../installer/pkg/asset/machines/worker.go | 132 +- .../asset/manifests/cloudproviderconfig.go | 45 +- .../manifests/ibmcloud/cloudproviderconfig.go | 36 +- .../pkg/asset/manifests/infrastructure.go | 14 + .../pkg/asset/manifests/operators.go | 2 - .../pkg/asset/releaseimage/default.go | 2 +- .../installer/pkg/rhcos/ami_regions.go | 33 + .../pkg/rhcos/ami_regions_aarch64.go | 23 - .../pkg/rhcos/ami_regions_generate.go | 101 - .../installer/pkg/rhcos/ami_regions_x86_64.go | 28 - .../openshift/installer/pkg/rhcos/stream.go | 3 +- .../installer/pkg/rhcos/stream_okd.go | 3 +- .../openshift/installer/pkg/tfvars/aws/aws.go | 1 + .../installer/pkg/tfvars/azure/azure.go | 109 +- .../installer/pkg/tfvars/ibmcloud/ibmcloud.go | 93 +- .../pkg/tfvars/openstack/openstack.go | 128 +- .../installer/pkg/tfvars/ovirt/ovirt.go | 8 +- .../pkg/types/aws/defaults/platform.go | 21 +- .../pkg/types/aws/validation/machinepool.go | 8 +- .../pkg/types/azure/defaults/machines.go | 8 +- .../installer/pkg/types/azure/metadata.go | 1 - .../installer/pkg/types/azure/platform.go | 3 + .../installer/pkg/types/azure/platform_aro.go | 1 + .../pkg/types/azure/validation/platform.go | 3 + .../installer/pkg/types/clustermetadata.go | 29 +- .../pkg/types/ibmcloud/machinepool.go | 21 + .../installer/pkg/types/ibmcloud/platform.go | 14 - .../types/ibmcloud/validation/machinepool.go | 44 +- .../pkg/types/ibmcloud/validation/platform.go | 20 +- .../installer/pkg/types/installconfig.go | 20 +- .../pkg/types/installconfig_ibmcloud.go | 14 - .../installer/pkg/types/installconfig_okd.go | 1 + .../pkg/types/openstack/servergrouppolicy.go | 5 + .../types/openstack/validation/machinepool.go | 35 +- .../types/openstack/validation/platform.go | 2 +- .../pkg/types/validation/installconfig.go | 37 +- .../pkg/types/validation/machinepools.go | 4 +- .../apis/machine/v1beta1/machine_webhook.go | 1197 -- .../v1beta1/machinehealthcheck_types.go | 134 - .../versioned/fake/clientset_generated.go | 85 - .../pelletier/go-toml/azure-pipelines.yml | 80 +- vendor/github.com/pelletier/go-toml/lexer.go | 306 +- .../github.com/pelletier/go-toml/marshal.go | 80 +- vendor/github.com/pelletier/go-toml/toml.go | 6 + .../pires/go-proxyproto/protocol.go | 23 +- .../pkg/apis/monitoring/register.go | 19 - .../prometheus/go_collector_go117.go | 94 +- .../prometheus/internal/go_runtime_metrics.go | 65 + .../go-ruleguard/internal/gogrep/parse.go | 360 - vendor/github.com/spf13/cobra/README.md | 28 +- vendor/github.com/spf13/cobra/go.mod | 11 - vendor/github.com/spf13/cobra/go.sum | 779 - vendor/github.com/spf13/cobra/user_guide.md | 6 +- vendor/github.com/spf13/viper/go.mod | 40 - vendor/github.com/spf13/viper/go.sum | 388 - .../stretchr/testify/require/require.go | 30 + .../testify/require/require_forward.go | 24 + .../tommy-muehle/go-mnd/v2/.editorconfig | 21 - .../tommy-muehle/go-mnd/v2/.gitignore | 3 - .../tommy-muehle/go-mnd/v2/analyzer.go | 118 - .../tommy-muehle/go-mnd/v2/checks/argument.go | 121 - .../tommy-muehle/go-mnd/v2/checks/assign.go | 86 - .../go-mnd/v2/checks/operation.go | 77 - .../tommy-muehle/go-mnd/v2/checks/return.go | 68 - .../tommy-muehle/go-mnd/v2/config/config.go | 118 - vendor/github.com/vbauerster/mpb/v7/bar.go | 315 +- .../vbauerster/mpb/v7/bar_filler_bar.go | 25 +- .../mpb/v7/decor/optimistic_string_writer.go | 10 +- .../vbauerster/mpb/v7/decor/percentage.go | 7 +- .../vbauerster/mpb/v7/decor/size_type.go | 14 +- .../vbauerster/mpb/v7/decor/speed.go | 2 +- vendor/github.com/vbauerster/mpb/v7/go.mod | 10 - vendor/github.com/vbauerster/mpb/v7/go.sum | 10 - .../github.com/vbauerster/mpb/v7/progress.go | 197 +- .../vbauerster/mpb/v7/proxyreader.go | 10 +- .../mongo-driver/bson/bsoncodec/bsoncodec.go | 2 +- .../bson/bsoncodec/default_value_decoders.go | 14 +- .../mongo-driver/bson/bsoncodec/registry.go | 4 +- .../bson/bsonrw/extjson_parser.go | 2 +- .../mongo-driver/bson/bsonrw/value_reader.go | 10 +- .../mongo-driver/bson/bsonrw/value_writer.go | 2 +- .../go.mongodb.org/mongo-driver/bson/doc.go | 2 +- .../mongo-driver/bson/marshal.go | 3 + .../mongo-driver/bson/registry.go | 2 +- .../mongo-driver/bson/unmarshal.go | 2 +- .../x/bsonx/bsoncore/bson_documentbuilder.go | 2 +- .../mongo-driver/x/bsonx/bsoncore/bsoncore.go | 6 +- vendor/golang.org/x/crypto/ssh/certs.go | 93 +- vendor/golang.org/x/crypto/ssh/client.go | 25 +- vendor/golang.org/x/crypto/ssh/common.go | 86 +- vendor/golang.org/x/crypto/ssh/handshake.go | 100 +- vendor/golang.org/x/crypto/ssh/keys.go | 9 - vendor/golang.org/x/crypto/ssh/server.go | 46 +- vendor/golang.org/x/net/http2/transport.go | 51 +- vendor/golang.org/x/sys/unix/mkerrors.sh | 5 + vendor/golang.org/x/sys/unix/syscall_linux.go | 87 +- vendor/golang.org/x/sys/unix/zerrors_linux.go | 45 +- .../golang.org/x/sys/unix/zsyscall_linux.go | 76 + .../x/sys/unix/zsyscall_linux_386.go | 17 +- .../x/sys/unix/zsyscall_linux_amd64.go | 39 +- .../x/sys/unix/zsyscall_linux_arm.go | 15 +- .../x/sys/unix/zsyscall_linux_mips.go | 28 +- .../x/sys/unix/zsyscall_linux_mips64.go | 28 +- .../x/sys/unix/zsyscall_linux_mipsle.go | 28 +- .../x/sys/unix/zsyscall_linux_s390x.go | 17 +- .../x/sys/unix/zsyscall_linux_sparc64.go | 28 +- .../x/sys/unix/zsysnum_linux_386.go | 1 + .../x/sys/unix/zsysnum_linux_amd64.go | 1 + .../x/sys/unix/zsysnum_linux_arm.go | 1 + .../x/sys/unix/zsysnum_linux_arm64.go | 1 + .../x/sys/unix/zsysnum_linux_mips.go | 1 + .../x/sys/unix/zsysnum_linux_mips64.go | 1 + .../x/sys/unix/zsysnum_linux_mips64le.go | 1 + .../x/sys/unix/zsysnum_linux_mipsle.go | 1 + .../x/sys/unix/zsysnum_linux_ppc.go | 1 + .../x/sys/unix/zsysnum_linux_ppc64.go | 1 + .../x/sys/unix/zsysnum_linux_ppc64le.go | 1 + .../x/sys/unix/zsysnum_linux_riscv64.go | 1 + .../x/sys/unix/zsysnum_linux_s390x.go | 1 + .../x/sys/unix/zsysnum_linux_sparc64.go | 1 + vendor/golang.org/x/sys/unix/ztypes_linux.go | 1479 +- .../go/analysis/passes/nilfunc/nilfunc.go | 3 +- .../analysis/passes/stdmethods/stdmethods.go | 6 +- .../testinggoroutine/testinggoroutine.go | 7 +- .../x/tools/go/analysis/passes/tests/tests.go | 230 + .../passes/unusedresult/unusedresult.go | 6 +- .../x/tools/go/internal/gcimporter/iexport.go | 84 +- .../x/tools/go/internal/gcimporter/iimport.go | 47 +- vendor/golang.org/x/tools/go/ssa/builder.go | 97 +- .../x/tools/go/types/typeutil/callee.go | 3 +- .../x/tools/go/types/typeutil/map.go | 10 +- .../x/tools/internal/lsp/fuzzy/symbol.go | 26 +- .../x/tools/internal/typeparams/common.go | 172 +- .../internal/typeparams/typeparams_go117.go | 37 +- .../internal/typeparams/typeparams_go118.go | 55 +- .../typesinternal/errorcode_string.go | 18 +- .../v1/cloudresourcemanager-api.json | 4 +- .../v1/cloudresourcemanager-gen.go | 82 +- .../api/compute/v1/compute-api.json | 3154 ++++- .../api/compute/v1/compute-gen.go | 11806 +++++++++++++++- .../google.golang.org/api/dns/v1/dns-api.json | 15 +- .../google.golang.org/api/dns/v1/dns-gen.go | 99 +- .../api/internal/gensupport/resumable.go | 18 + .../api/internal/gensupport/retry.go | 21 +- .../api/serviceusage/v1/serviceusage-api.json | 16 +- .../api/serviceusage/v1/serviceusage-gen.go | 38 +- .../honnef.co/go/tools/analysis/code/code.go | 294 - .../honnef.co/go/tools/analysis/code/visit.go | 51 - .../go/tools/analysis/facts/deprecated.go | 145 - .../go/tools/analysis/report/report.go | 247 - vendor/honnef.co/go/tools/go/ir/doc.go | 129 - vendor/honnef.co/go/tools/go/ir/exits.go | 317 - vendor/honnef.co/go/tools/go/ir/html.go | 1124 -- .../honnef.co/go/tools/go/ir/irutil/load.go | 184 - .../honnef.co/go/tools/go/ir/irutil/visit.go | 79 - vendor/honnef.co/go/tools/go/ir/util.go | 89 - vendor/honnef.co/go/tools/knowledge/arg.go | 64 - vendor/k8s.io/api/apps/v1/generated.pb.go | 526 +- vendor/k8s.io/api/apps/v1/generated.proto | 40 +- vendor/k8s.io/api/apps/v1/types.go | 63 +- .../apps/v1/types_swagger_doc_generated.go | 41 +- .../k8s.io/api/apps/v1beta1/generated.pb.go | 503 +- .../k8s.io/api/apps/v1beta1/generated.proto | 31 +- vendor/k8s.io/api/apps/v1beta1/types.go | 50 +- .../v1beta1/types_swagger_doc_generated.go | 37 +- .../k8s.io/api/apps/v1beta2/generated.pb.go | 543 +- .../k8s.io/api/apps/v1beta2/generated.proto | 37 +- vendor/k8s.io/api/apps/v1beta2/types.go | 56 +- .../v1beta2/types_swagger_doc_generated.go | 41 +- vendor/k8s.io/api/batch/v1/generated.pb.go | 206 +- vendor/k8s.io/api/batch/v1/generated.proto | 16 +- vendor/k8s.io/api/batch/v1/types.go | 19 +- .../batch/v1/types_swagger_doc_generated.go | 7 +- .../api/batch/v1/zz_generated.deepcopy.go | 6 + vendor/k8s.io/api/core/v1/generated.pb.go | 3588 +++-- .../core/v1/types_swagger_doc_generated.go | 137 +- vendor/k8s.io/api/rbac/v1/generated.proto | 2 +- vendor/k8s.io/api/rbac/v1/types.go | 2 +- .../rbac/v1/types_swagger_doc_generated.go | 2 +- .../k8s.io/api/rbac/v1alpha1/generated.proto | 2 +- vendor/k8s.io/api/rbac/v1alpha1/types.go | 2 +- .../v1alpha1/types_swagger_doc_generated.go | 2 +- .../k8s.io/api/rbac/v1beta1/generated.proto | 2 +- vendor/k8s.io/api/rbac/v1beta1/types.go | 2 +- .../v1beta1/types_swagger_doc_generated.go | 2 +- vendor/k8s.io/api/storage/v1/generated.proto | 4 +- vendor/k8s.io/api/storage/v1/types.go | 5 +- .../storage/v1/types_swagger_doc_generated.go | 4 +- .../api/storage/v1beta1/generated.proto | 4 +- vendor/k8s.io/api/storage/v1beta1/types.go | 4 +- .../v1beta1/types_swagger_doc_generated.go | 4 +- .../pkg/apis/meta/v1/generated.pb.go | 470 +- .../pkg/util/httpstream/spdy/roundtripper.go | 4 +- .../third_party/forked/golang/LICENSE | 27 - .../apiserver/pkg/features/kube_features.go | 69 +- .../apps/v1/statefulsetspec.go | 27 +- .../apps/v1beta1/statefulsetspec.go | 27 +- .../apps/v1beta2/statefulsetspec.go | 27 +- .../applyconfigurations/batch/v1/jobstatus.go | 9 + .../core/v1/lifecyclehandler.go | 57 - .../applyconfigurations/internal/internal.go | 783 +- .../client-go/discovery/discovery_client.go | 22 +- .../v1/zz_generated.conversion.go | 1 + .../v1/zz_generated.deepcopy.go | 1 + .../v1/zz_generated.defaults.go | 1 + .../plugin/pkg/client/auth/exec/exec.go | 9 +- .../clientcmd/api/v1/zz_generated.defaults.go | 1 + .../client-go/util/jsonpath/jsonpath.go | 3 - vendor/k8s.io/kubectl/pkg/drain/drain.go | 3 +- .../k8s.io/kubernetes/pkg/apis/apps/types.go | 46 +- .../apis/apps/v1/zz_generated.conversion.go | 35 + .../k8s.io/kubernetes/pkg/apis/rbac/types.go | 2 +- .../kubernetes/pkg/features/kube_features.go | 318 +- vendor/modules.txt | 997 +- .../pkg/apis/azureprovider/v1beta1/types.go | 20 - vendor/sigs.k8s.io/controller-runtime/go.mod | 29 - vendor/sigs.k8s.io/controller-runtime/go.sum | 734 - .../api/builtins/IAMPolicyGenerator.go | 33 - .../api/builtins/ImageTagTransformer.go | 41 - .../api/builtins/PrefixSuffixTransformer.go | 103 - .../api/builtins/ReplacementTransformer.go | 59 - .../api/filters/fieldspec/fieldspec.go | 5 +- .../kustomize/api/filters/prefix/prefix.go | 50 - .../api/filters/replacement/replacement.go | 2 +- .../builtinplugintype_string.go | 16 +- .../plugins/builtinhelpers/builtins.go | 37 +- .../api/internal/target/kusttarget.go | 124 +- .../target/kusttarget_configplugin.go | 91 +- .../api/internal/utils/annotations.go | 5 +- .../builtinpluginconsts/namereference.go | 3 + .../kustomize/api/krusty/kustomizer.go | 11 +- .../kustomize/api/resmap/resmap.go | 35 +- .../kustomize/api/resource/origin.go | 84 +- .../kustomize/api/resource/resource.go | 67 + vendor/sigs.k8s.io/kustomize/kyaml/kio/kio.go | 300 +- .../kustomize/kyaml/kio/kioutil/kioutil.go | 41 +- .../sigs.k8s.io/kustomize/kyaml/resid/gvk.go | 54 +- .../kustomize/kyaml/resid/resid.go | 48 +- vendor/sigs.k8s.io/yaml/go.mod | 8 - vendor/sigs.k8s.io/yaml/go.sum | 6 - 534 files changed, 38791 insertions(+), 24713 deletions(-) create mode 100644 commit.sh delete mode 100644 hack/local-monitor-testing/sample/dockerStartCommand.sh delete mode 100644 pkg/operator/controllers/muo/bindata.go delete mode 100644 pkg/operator/controllers/muo/deploy.go delete mode 100644 pkg/operator/controllers/muo/deploy_test.go delete mode 100644 pkg/operator/controllers/muo/generate.go delete mode 100644 pkg/operator/deploy/bindata.go delete mode 100644 pkg/operator/mocks/muo/muo.go delete mode 100644 pkg/util/arm/deploy.go delete mode 100644 pkg/util/arm/deploy_test.go create mode 100644 portal/v2/build/static/js/main.dd6fa5f8.chunk.js create mode 100644 portal/v2/build/static/js/main.dd6fa5f8.chunk.js.map delete mode 100644 vendor/github.com/Azure/go-autorest/autorest/adal/go.mod delete mode 100644 vendor/github.com/Azure/go-autorest/autorest/adal/go.sum delete mode 100644 vendor/github.com/Azure/go-autorest/autorest/azure/auth/go.mod delete mode 100644 vendor/github.com/Azure/go-autorest/autorest/azure/auth/go.sum delete mode 100644 vendor/github.com/Azure/go-autorest/autorest/azure/cli/go.mod delete mode 100644 vendor/github.com/Azure/go-autorest/autorest/azure/cli/go.sum delete mode 100644 vendor/github.com/Azure/go-autorest/autorest/go.mod delete mode 100644 vendor/github.com/Azure/go-autorest/autorest/go.sum delete mode 100644 vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credential.go delete mode 100644 vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors/error.go delete mode 100644 vendor/github.com/asaskevich/govalidator/go.mod delete mode 100644 vendor/github.com/chai2010/gettext-go/LICENSE delete mode 100644 vendor/github.com/docker/go-metrics/go.mod delete mode 100644 vendor/github.com/docker/go-metrics/go.sum delete mode 100644 vendor/github.com/go-openapi/errors/go.mod delete mode 100644 vendor/github.com/go-openapi/errors/go.sum delete mode 100644 vendor/github.com/go-openapi/strfmt/go.mod delete mode 100644 vendor/github.com/go-openapi/strfmt/go.sum delete mode 100644 vendor/github.com/go-stack/stack/go.mod delete mode 100644 vendor/github.com/go-test/deep/go.mod delete mode 100644 vendor/github.com/golang-jwt/jwt/v4/go.mod delete mode 100644 vendor/github.com/golang-jwt/jwt/v4/go.sum delete mode 100644 vendor/github.com/golangci/golangci-lint/pkg/config/linters_settings_gocritic.go delete mode 100644 vendor/github.com/googleapis/gax-go/v2/go.mod delete mode 100644 vendor/github.com/googleapis/gax-go/v2/go.sum delete mode 100644 vendor/github.com/gophercloud/gophercloud/go.mod delete mode 100644 vendor/github.com/gophercloud/gophercloud/go.sum delete mode 100644 vendor/github.com/hashicorp/go-cleanhttp/go.mod delete mode 100644 vendor/github.com/hashicorp/go-retryablehttp/go.mod delete mode 100644 vendor/github.com/hashicorp/go-retryablehttp/go.sum delete mode 100644 vendor/github.com/jgautheron/goconst/README.md delete mode 100644 vendor/github.com/json-iterator/go/go.mod delete mode 100644 vendor/github.com/json-iterator/go/go.sum rename vendor/github.com/{openshift/cluster-api-provider-gcp => julz/importas}/LICENSE (100%) delete mode 100644 vendor/github.com/mattn/go-colorable/go.mod delete mode 100644 vendor/github.com/mattn/go-colorable/go.sum delete mode 100644 vendor/github.com/mattn/go-isatty/go.mod delete mode 100644 vendor/github.com/metal3-io/baremetal-operator/pkg/hardwareutils/bmc/idrac.go delete mode 100644 vendor/github.com/mgechev/dots/resolve.go delete mode 100644 vendor/github.com/mgechev/revive/rule/cyclomatic.go delete mode 100644 vendor/github.com/moby/sys/mountinfo/go.mod delete mode 100644 vendor/github.com/moby/sys/mountinfo/go.sum delete mode 100644 vendor/github.com/modern-go/reflect2/go.mod delete mode 100644 vendor/github.com/onsi/ginkgo/go.mod delete mode 100644 vendor/github.com/onsi/gomega/go.mod delete mode 100644 vendor/github.com/onsi/gomega/go.sum delete mode 100644 vendor/github.com/openshift/api/imageregistry/v1/00-crd.yaml delete mode 100644 vendor/github.com/openshift/api/imageregistry/v1/01-crd.yaml delete mode 100644 vendor/github.com/openshift/api/machine/v1beta1/types_vsphereprovider.go delete mode 100644 vendor/github.com/openshift/api/operator/v1/0000_70_cluster-network-operator_01_crd.yaml delete mode 100644 vendor/github.com/openshift/api/operator/v1/0000_70_dns-operator_00-custom-resource-definition.yaml delete mode 100644 vendor/github.com/openshift/client-go/machine/clientset/versioned/clientset.go delete mode 100644 vendor/github.com/openshift/client-go/machine/clientset/versioned/fake/register.go delete mode 100644 vendor/github.com/openshift/client-go/machine/clientset/versioned/scheme/register.go delete mode 100644 vendor/github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1/fake/fake_machine_client.go delete mode 100644 vendor/github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1/machine_client.go create mode 100644 vendor/github.com/openshift/cluster-api-provider-baremetal/LICENSE rename vendor/{k8s.io/api/flowcontrol/v1beta2/doc.go => github.com/openshift/cluster-api-provider-baremetal/pkg/apis/addtoscheme_baremetal_v1alpha1.go} (74%) rename vendor/github.com/openshift/{cluster-api/pkg/apis/machine/v1beta1/common_types.go => cluster-api-provider-baremetal/pkg/apis/apis.go} (52%) rename vendor/github.com/{metal3-io => openshift}/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderspec_types.go (86%) rename vendor/github.com/{metal3-io => openshift}/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderstatus_types.go (98%) rename vendor/github.com/{metal3-io => openshift}/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/doc.go (92%) rename vendor/github.com/{metal3-io => openshift}/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/register.go (96%) rename vendor/github.com/{metal3-io => openshift}/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/zz_generated.deepcopy.go (90%) delete mode 100644 vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/doc.go delete mode 100644 vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/zz_generated.deepcopy.go delete mode 100644 vendor/github.com/openshift/installer/pkg/asset/ignition/bootstrap/bootstrap_ignition.go create mode 100644 vendor/github.com/openshift/installer/pkg/rhcos/ami_regions.go delete mode 100644 vendor/github.com/openshift/installer/pkg/rhcos/ami_regions_aarch64.go delete mode 100644 vendor/github.com/openshift/installer/pkg/rhcos/ami_regions_generate.go delete mode 100644 vendor/github.com/openshift/installer/pkg/rhcos/ami_regions_x86_64.go delete mode 100644 vendor/github.com/openshift/installer/pkg/types/installconfig_ibmcloud.go delete mode 100644 vendor/github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1/machine_webhook.go delete mode 100644 vendor/github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1/machinehealthcheck_types.go delete mode 100644 vendor/github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned/fake/clientset_generated.go delete mode 100644 vendor/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/register.go delete mode 100644 vendor/github.com/quasilyte/go-ruleguard/internal/gogrep/parse.go delete mode 100644 vendor/github.com/spf13/cobra/go.mod delete mode 100644 vendor/github.com/spf13/cobra/go.sum delete mode 100644 vendor/github.com/spf13/viper/go.mod delete mode 100644 vendor/github.com/spf13/viper/go.sum delete mode 100644 vendor/github.com/tommy-muehle/go-mnd/v2/.editorconfig delete mode 100644 vendor/github.com/tommy-muehle/go-mnd/v2/.gitignore delete mode 100644 vendor/github.com/tommy-muehle/go-mnd/v2/analyzer.go delete mode 100644 vendor/github.com/tommy-muehle/go-mnd/v2/checks/argument.go delete mode 100644 vendor/github.com/tommy-muehle/go-mnd/v2/checks/assign.go delete mode 100644 vendor/github.com/tommy-muehle/go-mnd/v2/checks/operation.go delete mode 100644 vendor/github.com/tommy-muehle/go-mnd/v2/checks/return.go delete mode 100644 vendor/github.com/tommy-muehle/go-mnd/v2/config/config.go delete mode 100644 vendor/github.com/vbauerster/mpb/v7/go.mod delete mode 100644 vendor/github.com/vbauerster/mpb/v7/go.sum delete mode 100644 vendor/honnef.co/go/tools/analysis/code/code.go delete mode 100644 vendor/honnef.co/go/tools/analysis/code/visit.go delete mode 100644 vendor/honnef.co/go/tools/analysis/facts/deprecated.go delete mode 100644 vendor/honnef.co/go/tools/analysis/report/report.go delete mode 100644 vendor/honnef.co/go/tools/go/ir/doc.go delete mode 100644 vendor/honnef.co/go/tools/go/ir/exits.go delete mode 100644 vendor/honnef.co/go/tools/go/ir/html.go delete mode 100644 vendor/honnef.co/go/tools/go/ir/irutil/load.go delete mode 100644 vendor/honnef.co/go/tools/go/ir/irutil/visit.go delete mode 100644 vendor/honnef.co/go/tools/go/ir/util.go delete mode 100644 vendor/honnef.co/go/tools/knowledge/arg.go delete mode 100644 vendor/k8s.io/apimachinery/third_party/forked/golang/LICENSE delete mode 100644 vendor/k8s.io/client-go/applyconfigurations/core/v1/lifecyclehandler.go delete mode 100644 vendor/sigs.k8s.io/controller-runtime/go.mod delete mode 100644 vendor/sigs.k8s.io/controller-runtime/go.sum delete mode 100644 vendor/sigs.k8s.io/kustomize/api/builtins/IAMPolicyGenerator.go delete mode 100644 vendor/sigs.k8s.io/kustomize/api/builtins/ImageTagTransformer.go delete mode 100644 vendor/sigs.k8s.io/kustomize/api/builtins/PrefixSuffixTransformer.go delete mode 100644 vendor/sigs.k8s.io/kustomize/api/builtins/ReplacementTransformer.go delete mode 100644 vendor/sigs.k8s.io/kustomize/api/filters/prefix/prefix.go delete mode 100644 vendor/sigs.k8s.io/yaml/go.mod delete mode 100644 vendor/sigs.k8s.io/yaml/go.sum diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ceac8eee4..c33a4b88d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1 @@ -* @jewzaam @m1kola @bennerv @hawkowl @rogbas @petrkotas @ross-bryan +* @jewzaam @m1kola @bennerv @hawkowl @rogbas @petrkotas @ross-bryan @darthhexx diff --git a/.github/workflows/golint.yml b/.github/workflows/golint.yml index c73e98cce..4bbea0171 100644 --- a/.github/workflows/golint.yml +++ b/.github/workflows/golint.yml @@ -16,8 +16,8 @@ jobs: name: lint runs-on: ubuntu-latest steps: - - run: | - sudo apt-get update + - run: | + sudo apt-get update sudo apt-get install libgpgme-dev libgpgme11 - uses: actions/setup-go@v3 with: @@ -28,7 +28,7 @@ jobs: with: # Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version version: v1.45.2 - + args: -v --timeout 15m # Optional: working directory, useful for monorepos #working-directory: pkg diff --git a/.gitignore b/.gitignore index d3c04ba54..1dcc805ca 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,5 @@ gomock_reflect_* /portal/v1/node_modules/ /portal/v2/node_modules/ .idea* -/hack/hive-config/crds -/hack/hive-config/hive-deployment.yaml -cmd/aro/__debug_bin +.vscode/ +/portal/v2/.vscode diff --git a/.golangci.yml b/.golangci.yml index 25d821ad4..740585546 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -1,7 +1,10 @@ run: - timeout: 5m + timeout: 10m skip-dirs: - vendor/portal + - vendor + skip-dirs-use-default: true + modules-download-mode: vendor issues: exclude-rules: @@ -21,7 +24,6 @@ linters-settings: - github.com/onsi/ginkgo/v2 - github.com/onsi/gomega - linters: disable-all: true enable: diff --git a/.pipelines/build-and-push-images.yml b/.pipelines/build-and-push-images.yml index 67e3d5562..bf6704fc8 100644 --- a/.pipelines/build-and-push-images.yml +++ b/.pipelines/build-and-push-images.yml @@ -9,7 +9,7 @@ jobs: - job: Build_and_push_images pool: name: ARO-CI - demands: go-1.16 + demands: go-1.17 steps: - template: ./templates/template-checkout.yml diff --git a/.pipelines/ci.yml b/.pipelines/ci.yml index 36420ca7d..9e39902ef 100644 --- a/.pipelines/ci.yml +++ b/.pipelines/ci.yml @@ -36,7 +36,7 @@ jobs: - job: Golang_Unit_Tests pool: name: ARO-CI - demands: go-1.16 + demands: go-1.17 steps: - template: ./templates/template-checkout.yml @@ -96,12 +96,3 @@ jobs: set -xe make lint-admin-portal displayName: 🧹 Lint Admin Portal - -- job: Check_Image_Pull - pool: - name: ARO-CI - steps: - - script: | - set -xe - make test-image-pull - displayName: Just checking diff --git a/.pipelines/e2e.yml b/.pipelines/e2e.yml index ae3bc0bd9..99ec412bd 100644 --- a/.pipelines/e2e.yml +++ b/.pipelines/e2e.yml @@ -15,7 +15,7 @@ jobs: timeoutInMinutes: 180 pool: name: ARO-CI - demands: go-1.16 + demands: go-1.17 steps: - template: ./templates/template-checkout.yml - template: ./templates/template-az-cli-login.yml @@ -46,14 +46,12 @@ jobs: export PRIVATE_CLUSTER=true . ./hack/e2e/run-rp-and-e2e.sh - trap 'set +e; kill_rp; kill_portal; clean_e2e_db' EXIT + trap 'set +e; kill_rp; clean_e2e_db' EXIT deploy_e2e_db run_rp - run_portal validate_rp_running - validate_portal_running register_sub export CI=true diff --git a/.pipelines/generate-release-notes-tagged.yml b/.pipelines/generate-release-notes-tagged.yml index 8e854391c..3fd229c3a 100644 --- a/.pipelines/generate-release-notes-tagged.yml +++ b/.pipelines/generate-release-notes-tagged.yml @@ -13,7 +13,7 @@ jobs: displayName: Build release pool: name: ARO-CI - demands: go-1.16 + demands: go-1.17 steps: - template: ./templates/template-checkout.yml diff --git a/.pipelines/mirror-aro-to-int.yml b/.pipelines/mirror-aro-to-int.yml index 857db453e..14d71ad71 100644 --- a/.pipelines/mirror-aro-to-int.yml +++ b/.pipelines/mirror-aro-to-int.yml @@ -20,7 +20,7 @@ jobs: condition: startsWith(variables['build.sourceBranch'], 'refs/tags/v2') pool: name: ARO-CI - demands: go-1.16 + demands: go-1.17 steps: - template: ./templates/template-checkout.yml diff --git a/.pipelines/onebranch/pipeline.buildrp.official.yml b/.pipelines/onebranch/pipeline.buildrp.official.yml index 922dfa4c6..74cae8d1e 100644 --- a/.pipelines/onebranch/pipeline.buildrp.official.yml +++ b/.pipelines/onebranch/pipeline.buildrp.official.yml @@ -13,7 +13,7 @@ pr: none variables: Cdp_Definition_Build_Count: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning - LinuxContainerImage: cdpxlinux.azurecr.io/user/aro/ubi8-gotoolset-1.16.12-4:20220202 # Docker image which is used to build the project https://aka.ms/obpipelines/containers + LinuxContainerImage: cdpxlinux.azurecr.io/user/aro/ubi8-gotoolset-1.17.7-13:20220526 # Docker image which is used to build the project https://aka.ms/obpipelines/containers Debian_Frontend: noninteractive resources: diff --git a/.pipelines/onebranch/pipeline.buildrp.pullrequest.yml b/.pipelines/onebranch/pipeline.buildrp.pullrequest.yml index 19e13ad96..1b3474e6e 100644 --- a/.pipelines/onebranch/pipeline.buildrp.pullrequest.yml +++ b/.pipelines/onebranch/pipeline.buildrp.pullrequest.yml @@ -12,8 +12,8 @@ trigger: none pr: none variables: - Cdp_Definition_Build_Count: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning - LinuxContainerImage: cdpxlinux.azurecr.io/user/aro/ubi8-gotoolset-1.16.12-4:20220202 # Docker image which is used to build the project https://aka.ms/obpipelines/containers + Cdp_Definition_Build_Count: $[counter('', 0)] # needed for onebranch.pipeline.version task https://aka.ms/obpipelines/versioning + LinuxContainerImage: cdpxlinux.azurecr.io/user/aro/ubi8-gotoolset-1.17.7-13:20220526 # Docker image which is used to build the project https://aka.ms/obpipelines/containers Debian_Frontend: noninteractive resources: diff --git a/.pipelines/prod-release-tag.yml b/.pipelines/prod-release-tag.yml index 0e36b9e6b..fb13537bb 100644 --- a/.pipelines/prod-release-tag.yml +++ b/.pipelines/prod-release-tag.yml @@ -45,6 +45,8 @@ stages: rpMode: '' aroVersionStorageAccount: $(aro-version-storage-account) locations: + - australiacentral + - australiacentral2 - australiaeast - australiasoutheast - centralindia @@ -107,6 +109,7 @@ stages: - northeurope - norwayeast - norwaywest + - swedencentral - switzerlandnorth - switzerlandwest - westeurope diff --git a/.pipelines/templates/template-job-deploy-azure-env-tag.yml b/.pipelines/templates/template-job-deploy-azure-env-tag.yml index 522a9ed63..b1b2a681c 100644 --- a/.pipelines/templates/template-job-deploy-azure-env-tag.yml +++ b/.pipelines/templates/template-job-deploy-azure-env-tag.yml @@ -21,7 +21,7 @@ jobs: - template: ../vars.yml pool: name: ARO-CI - demands: go-1.16 + demands: go-1.17 environment: ${{ parameters.environment }} strategy: runOnce: @@ -87,7 +87,17 @@ jobs: - script: | # Pass variables between tasks: https://medium.com/microsoftazure/how-to-pass-variables-in-azure-pipelines-yaml-tasks-5c81c5d31763 echo "##vso[task.setvariable variable=REGION]${{ location }}" - CLUSTER="v4-e2e-V$BUILD_BUILDID-${{ location }}" + # TODO: Remove this hack after AvailabilitySet name too long bug is fixed. + LOCATION=${{ location }} + NONZONAL_REGIONS="australiacentral australiacentral2 australiasoutheast brazilsoutheast canadaeast japanwest northcentralus norwaywest southindia switzerlandwest uaenorth ukwest westcentralus westus" + if echo $NONZONAL_REGIONS | grep -wq $LOCATION + then + CLUSTER=$(head -c 19 <<< "v4-e2e-V$BUILD_BUILDID-$LOCATION") + else + CLUSTER="v4-e2e-V$BUILD_BUILDID-$LOCATION" + fi + # TODO: Uncomment next line after above hack is removed. + # CLUSTER="v4-e2e-V$BUILD_BUILDID-${{ location }}" echo "##vso[task.setvariable variable=CLUSTER]$CLUSTER" CLUSTER_RESOURCEGROUP="v4-e2e-V$BUILD_BUILDID-${{ location }}" echo "##vso[task.setvariable variable=CLUSTER_RESOURCEGROUP]$CLUSTER_RESOURCEGROUP" diff --git a/.pipelines/templates/template-job-deploy-azure-env.yml b/.pipelines/templates/template-job-deploy-azure-env.yml index 3e1b2198d..56289d4ed 100644 --- a/.pipelines/templates/template-job-deploy-azure-env.yml +++ b/.pipelines/templates/template-job-deploy-azure-env.yml @@ -22,7 +22,7 @@ jobs: - template: ../vars.yml pool: name: ARO-CI - demands: go-1.16 + demands: go-1.17 environment: ${{ parameters.environment }} strategy: runOnce: @@ -83,7 +83,17 @@ jobs: - script: | # Pass variables between tasks: https://medium.com/microsoftazure/how-to-pass-variables-in-azure-pipelines-yaml-tasks-5c81c5d31763 echo "##vso[task.setvariable variable=REGION]${{ location }}" - CLUSTER="v4-e2e-V$BUILD_BUILDID-${{ location }}" + # TODO: Remove this hack after AvailabilitySet name too long bug is fixed. + LOCATION=${{ location }} + NONZONAL_REGIONS="australiacentral australiacentral2 australiasoutheast brazilsoutheast canadaeast japanwest northcentralus norwaywest southindia switzerlandwest uaenorth ukwest westcentralus westus" + if echo $NONZONAL_REGIONS | grep -wq $LOCATION + then + CLUSTER=$(head -c 19 <<< "v4-e2e-V$BUILD_BUILDID-$LOCATION") + else + CLUSTER="v4-e2e-V$BUILD_BUILDID-$LOCATION" + fi + # TODO: Uncomment next line after above hack is removed. + # CLUSTER="v4-e2e-V$BUILD_BUILDID-${{ location }}" echo "##vso[task.setvariable variable=CLUSTER]$CLUSTER" CLUSTER_RESOURCEGROUP="v4-e2e-V$BUILD_BUILDID-${{ location }}" echo "##vso[task.setvariable variable=CLUSTER_RESOURCEGROUP]$CLUSTER_RESOURCEGROUP" diff --git a/Dockerfile.aro-multistage b/Dockerfile.aro-multistage index 42cb75352..d1ab10047 100644 --- a/Dockerfile.aro-multistage +++ b/Dockerfile.aro-multistage @@ -4,7 +4,7 @@ # Currently the docker version on our RHEL7 VMSS uses a version which # does not support multi-stage builds. This is a temporary stop-gap # until we get podman working without issue -FROM registry.access.redhat.com/ubi7/go-toolset:1.16.12 AS builder +FROM registry.access.redhat.com/ubi8/go-toolset:1.17.7 AS builder ENV GOOS=linux \ GOPATH=/go/ WORKDIR ${GOPATH}/src/github.com/Azure/ARO-RP diff --git a/Makefile b/Makefile index d54bca9fd..acfae5388 100644 --- a/Makefile +++ b/Makefile @@ -165,20 +165,16 @@ unit-test-go: go run ./vendor/gotest.tools/gotestsum/main.go --format pkgname --junitfile report.xml -- -tags=aro,containers_image_openpgp -coverprofile=cover.out ./... lint-go: - go run ./vendor/github.com/golangci/golangci-lint/cmd/golangci-lint run + hack/lint-go.sh lint-admin-portal: docker build -f Dockerfile.portal_lint . -t linter docker run -it --rm localhost/linter ./src --ext .ts -test-image-pull: - docker run --network="host" -d -p 4444:4444 selenium/standalone-chrome:latest - test-python: pyenv az . pyenv/bin/activate && \ azdev linter && \ - azdev style && \ - hack/format-yaml/format-yaml.py .pipelines + azdev style admin.kubeconfig: hack/get-admin-kubeconfig.sh /subscriptions/${AZURE_SUBSCRIPTION_ID}/resourceGroups/${RESOURCEGROUP}/providers/Microsoft.RedHatOpenShift/openShiftClusters/${CLUSTER} >admin.kubeconfig diff --git a/README.md b/README.md index c48997f22..9bb21719f 100644 --- a/README.md +++ b/README.md @@ -116,11 +116,7 @@ questions or comments. * machineset: Ensures that a minimum of two worker replicas are met. - * machinehealthcheck: Ensures the MachineHealthCheck resource is running as configured so that at most one worker node at a time is automatically - reconciled when not ready for at least 5 minutes. - * The CR will only be applied when both `aro.machinehealthcheck.managed` and `aro.machinehealthcheck.enabled` are set to `"true"`. - * When `aro.machinehealthcheck.enabled` is `"false"` and `aro.machinehealthcheck.managed` is `"false"` the CR will be removed from the cluster. - * If `aro.machinehealthcheck.enabled` is `"false"` no actions will be taken to modify the CR. + * machinehealthcheck: Ensures the MachineHealthCheck resource is running as configured. See [machinehealthcheck/doc.go](pkg/operator/controllers/machinehealthcheck/doc.go) * More information around the MHC CR can be found [in openshift documentation of MHC](https://docs.openshift.com/container-platform/4.9/machine_management/deploying-machine-health-checks.html) * monitoring: Ensures that the OpenShift monitoring configuration in the `openshift-monitoring` namespace is consistent and immutable. diff --git a/cmd/aro/operator.go b/cmd/aro/operator.go index 31cad9598..83a3f8fb0 100644 --- a/cmd/aro/operator.go +++ b/cmd/aro/operator.go @@ -11,8 +11,8 @@ import ( configclient "github.com/openshift/client-go/config/clientset/versioned" consoleclient "github.com/openshift/client-go/console/clientset/versioned" imageregistryclient "github.com/openshift/client-go/imageregistry/clientset/versioned" + machineclient "github.com/openshift/client-go/machine/clientset/versioned" securityclient "github.com/openshift/client-go/security/clientset/versioned" - maoclient "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned" mcoclient "github.com/openshift/machine-config-operator/pkg/generated/clientset/versioned" "github.com/sirupsen/logrus" "k8s.io/client-go/kubernetes" @@ -92,7 +92,7 @@ func operator(ctx context.Context, log *logrus.Entry) error { if err != nil { return err } - maocli, err := maoclient.NewForConfig(restConfig) + maocli, err := machineclient.NewForConfig(restConfig) if err != nil { return err } diff --git a/cmd/aro/rp.go b/cmd/aro/rp.go index a5692e0d8..71dd863e3 100644 --- a/cmd/aro/rp.go +++ b/cmd/aro/rp.go @@ -70,7 +70,7 @@ func rp(ctx context.Context, log, audit *logrus.Entry) error { return err } - m := statsd.New(ctx, log.WithField("component", "metrics"), _env, os.Getenv("MDM_ACCOUNT"), os.Getenv("MDM_NAMESPACE")) + m := statsd.New(ctx, log.WithField("component", "metrics"), _env, os.Getenv("MDM_ACCOUNT"), os.Getenv("MDM_NAMESPACE"), os.Getenv("MDM_STATSD_SOCKET")) g, err := golang.NewMetrics(log.WithField("component", "metrics"), m) if err != nil { diff --git a/commit.sh b/commit.sh new file mode 100644 index 000000000..354c335d7 --- /dev/null +++ b/commit.sh @@ -0,0 +1,47 @@ +#!/bin/bash + +git rm pkg/util/arm/deploy.go +git rm pkg/util/arm/deploy_test.go +git rm vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credential.go +git rm vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors/error.go +git rm vendor/github.com/chai2010/gettext-go/LICENSE +git rm vendor/github.com/golangci/golangci-lint/pkg/config/linters_settings_gocritic.go +git rm vendor/github.com/jgautheron/goconst/README.md +git rm vendor/github.com/metal3-io/baremetal-operator/pkg/hardwareutils/bmc/idrac.go +git rm vendor/github.com/mgechev/dots/resolve.go +git rm vendor/github.com/mgechev/revive/rule/cyclomatic.go +git rm vendor/github.com/openshift/api/machine/v1beta1/types_vsphereprovider.go +git rm vendor/github.com/openshift/client-go/machine/clientset/versioned/clientset.go +git rm vendor/github.com/openshift/client-go/machine/clientset/versioned/fake/register.go +git rm vendor/github.com/openshift/client-go/machine/clientset/versioned/scheme/register.go +git rm vendor/github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1/fake/fake_machine_client.go +git rm vendor/github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1/machine_client.go +git rm vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/common_types.go +git rm vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/doc.go +git rm vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/zz_generated.deepcopy.go +git rm vendor/github.com/openshift/installer/pkg/asset/ignition/bootstrap/bootstrap_ignition.go +git rm vendor/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/register.go +git rm vendor/github.com/quasilyte/go-ruleguard/internal/gogrep/parse.go +git rm vendor/github.com/tommy-muehle/go-mnd/v2/.editorconfig +git rm vendor/github.com/tommy-muehle/go-mnd/v2/.gitignore +git rm vendor/github.com/tommy-muehle/go-mnd/v2/analyzer.go +git rm vendor/github.com/tommy-muehle/go-mnd/v2/checks/argument.go +git rm vendor/github.com/tommy-muehle/go-mnd/v2/checks/assign.go +git rm vendor/github.com/tommy-muehle/go-mnd/v2/checks/operation.go +git rm vendor/github.com/tommy-muehle/go-mnd/v2/checks/return.go +git rm vendor/github.com/tommy-muehle/go-mnd/v2/config/config.go +git rm vendor/honnef.co/go/tools/analysis/code/code.go +git rm vendor/honnef.co/go/tools/analysis/code/visit.go +git rm vendor/honnef.co/go/tools/analysis/facts/deprecated.go +git rm vendor/honnef.co/go/tools/analysis/report/report.go +git rm vendor/honnef.co/go/tools/go/ir/doc.go +git rm vendor/honnef.co/go/tools/go/ir/exits.go +git rm vendor/honnef.co/go/tools/go/ir/html.go +git rm vendor/honnef.co/go/tools/go/ir/irutil/load.go +git rm vendor/honnef.co/go/tools/go/ir/irutil/visit.go +git rm vendor/honnef.co/go/tools/go/ir/util.go +git rm vendor/honnef.co/go/tools/knowledge/arg.go +git rm vendor/k8s.io/api/flowcontrol/v1beta2/doc.go +git rm vendor/k8s.io/apimachinery/third_party/forked/golang/LICENSE +git rm vendor/k8s.io/client-go/applyconfigurations/core/v1/lifecyclehandler.go +git rm vendor/sigs.k8s.io/kustomize/api/filters/prefix/prefix.go \ No newline at end of file diff --git a/docs/deploy-development-rp.md b/docs/deploy-development-rp.md index 468c6e0ef..2251b02da 100644 --- a/docs/deploy-development-rp.md +++ b/docs/deploy-development-rp.md @@ -69,7 +69,7 @@ az deployment group create \ -g "$RESOURCEGROUP" \ -n "databases-development-$USER" \ - --template-file pkg/deploy/assets/databases-development.json \ + --template-file deploy/databases-development.json \ --parameters \ "databaseAccountName=$DATABASE_ACCOUNT_NAME" \ "databaseName=$DATABASE_NAME" \ @@ -99,17 +99,15 @@ OR use the create utility: ```bash - CLUSTER= go run ./hack/cluster create + CLUSTER=cluster go run ./hack/cluster create ``` Later the cluster can be deleted as follows: ```bash - CLUSTER= go run ./hack/cluster delete + CLUSTER=cluster go run ./hack/cluster delete ``` - By default, a public cluster will be created. In order to create a private cluster, set the `PRIVATE_CLUSTER` environment variable to `true` prior to creation. Internet access from the cluster can also be restricted by setting the `NO_INTERNET` environment variable to `true`. - [1]: https://docs.microsoft.com/en-us/azure/openshift/tutorial-create-cluster 1. The following additional RP endpoints are available but not exposed via `az @@ -163,36 +161,6 @@ curl -X GET -k "https://localhost:8443/admin/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$RESOURCEGROUP/providers/Microsoft.RedHatOpenShift/openShiftClusters/$CLUSTER/serialconsole?vmName=$VMNAME" --header "Content-Type: application/json" -d "{}" ``` -* Redeploy node of a dev cluster - ```bash - VMNAME="aro-cluster-qplnw-master-0" - curl -X POST -k "https://localhost:8443/admin/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$RESOURCEGROUP/providers/Microsoft.RedHatOpenShift/openShiftClusters/$CLUSTER/redeployvm?vmName=$VMNAME" --header "Content-Type: application/json" -d "{}" - ``` - -* Stop node of a dev cluster - ```bash - VMNAME="aro-cluster-qplnw-master-0" - curl -X POST -k "https://localhost:8443/admin/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$RESOURCEGROUP/providers/Microsoft.RedHatOpenShift/openShiftClusters/$CLUSTER/stopvm?vmName=$VMNAME" --header "Content-Type: application/json" -d "{}" - ``` - -* Start node of a dev cluster - ```bash - VMNAME="aro-cluster-qplnw-master-0" - curl -X POST -k "https://localhost:8443/admin/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$RESOURCEGROUP/providers/Microsoft.RedHatOpenShift/openShiftClusters/$CLUSTER/startvm?vmName=$VMNAME" --header "Content-Type: application/json" -d "{}" - ``` - -* List VM Resize Options for a master node of dev cluster - ```bash - curl -X GET -k "https://localhost:8443/admin/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$RESOURCEGROUP/providers/Microsoft.RedHatOpenShift/openShiftClusters/$CLUSTER/skus" --header "Content-Type: application/json" -d "{}" - ``` - -* Resize master node of a dev cluster - ```bash - VMNAME="aro-cluster-qplnw-master-0" - VMSIZE="Standard_D16s_v3" - curl -X POST -k "https://localhost:8443/admin/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$RESOURCEGROUP/providers/Microsoft.RedHatOpenShift/openShiftClusters/$CLUSTER/resize?vmName=$VMNAME&vmSize=$VMSIZE" --header "Content-Type: application/json" -d "{}" - ``` - * List Clusters of a local-rp ```bash curl -X GET -k "https://localhost:8443/admin/providers/microsoft.redhatopenshift/openshiftclusters" @@ -216,35 +184,7 @@ curl -X GET -k "https://localhost:8443/admin/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$RESOURCEGROUP/providers/Microsoft.RedHatOpenShift/openShiftClusters/$CLUSTER/kubernetespodlogs?podname=$POD&namespace=$NAMESPACE&container=$CONTAINER" ``` -## OpenShift Version - -* We have a cosmos container which contains supported installable OCP versions, more information on the definition in `pkg/api/openshiftversion.go`. - -* Admin - List OpenShift installation versions - ```bash - curl -X GET -k "https://localhost:8443/admin/versions" - ``` - -* Admin - Put a new OpenShift installation version - ```bash - curl -X PUT -k "https://localhost:8443/admin/versions" --header "Content-Type: application/json" -d '{ "properties": { "version": "4.10.0", "enabled": true, "openShiftPullspec": "test.com/a:b", "installerPullspec": "test.com/a:b" }}' - ``` - -* List the enabled OpenShift installation versions within a region - ```bash - curl -X GET -k "https://localhost:8443/subscriptions/$AZURE_SUBSCRIPTION_ID/providers/Microsoft.RedHatOpenShift/locations/$LOCATION/listinstallversions?api-version=2022-09-04" - ``` - -## OpenShift Cluster Manager (OCM) Configuration API Actions - -* Create a new OCM configuration - * You can find example payloads in the projects `./hack/ocm` folder. - - ```bash - curl -X PUT -k "https://localhost:8443/subscriptions/$AZURE_SUBSCRIPTION_ID/resourceGroups/$RESOURCEGROUP/providers/Microsoft.RedHatOpenShift/openShiftClusters/$CLUSTER/syncsets/mySyncSet?api-version=2022-09-04" --header "Content-Type: application/json" -d @./hack/ocm/syncset.b64 - - -## Debugging OpenShift Cluster +## Debugging * SSH to the bootstrap node: > __NOTE:__ If you have a password-based `sudo` command, you must first authenticate before running `sudo` in the background @@ -284,42 +224,6 @@ CLUSTER=cluster hack/ssh-agent.sh bootstrap # the bootstrap node used to provision cluster ``` -# Debugging AKS Cluster - -* Connect to the VPN: - -To access the cluster for oc / kubectl or SSH'ing into the cluster you need to connect to the VPN first. -> __NOTE:__ If you have a password-based `sudo` command, you must first authenticate before running `sudo` in the background - ```bash - sudo openvpn secrets/vpn-aks-$LOCATION.ovpn & - ``` - -* Access the cluster via API (oc / kubectl): - - ```bash - make aks.kubeconfig - export KUBECONFIG=aks.kubeconfig - - $ oc get nodes - NAME STATUS ROLES AGE VERSION - aks-systempool-99744725-vmss000000 Ready agent 9h v1.23.5 - aks-systempool-99744725-vmss000001 Ready agent 9h v1.23.5 - aks-systempool-99744725-vmss000002 Ready agent 9h v1.23.5 - ``` - -* "SSH" into a cluster node: - - * Run the ssh-aks.sh script, specifying the cluster name and the node number of the VM you are trying to ssh to. - ``` - hack/ssk-aks.sh aro-aks-cluster 0 # The first VM node in 'aro-aks-cluster' - hack/ssk-aks.sh aro-aks-cluster 1 # The second VM node in 'aro-aks-cluster' - hack/ssk-aks.sh aro-aks-cluster 2 # The third VM node in 'aro-aks-cluster' - ``` - -* Access via Azure Portal - -Due to the fact that the AKS cluster is private, you need to be connected to the VPN in order to view certain AKS cluster properties, because the UI interrogates k8s via the VPN. - ### Metrics To run fake metrics socket: diff --git a/docs/deploy-full-rp-service-in-dev.md b/docs/deploy-full-rp-service-in-dev.md index 294340c24..641201e56 100644 --- a/docs/deploy-full-rp-service-in-dev.md +++ b/docs/deploy-full-rp-service-in-dev.md @@ -58,10 +58,8 @@ 1. Push the ARO and Fluentbit images to your ACR - > If running this step from a VM separate from your workstation, ensure the commit tag used to build the image matches the commit tag where `make deploy` is run. - - > Due to security compliance requirements, `make publish-image-*` targets pull from `arointsvc.azurecr.io`. You can either authenticate to this registry using `az acr login --name arointsvc` to pull the image, or modify the $RP_IMAGE_ACR environment variable locally to point to `registry.access.redhat.com` instead. - + __NOTE:__ If running this step from a VM separate from your workstation, ensure the commit tag used to build the image matches the commit tag where `make deploy` is run. + ```bash make publish-image-aro-multistage make publish-image-fluentbit diff --git a/docs/img/AROMonitor.png b/docs/img/AROMonitor.png index a4c74a0d3ccb67e8801b998f12159763f72ed187..502d8c691d03f42ef0a5698cfaac73606484fbbd 100644 GIT binary patch literal 106660 zcmeFZby(C})CNil4pK@eNGKK{piU#NOw030}Ml`h)Q=1Lra&y zFu)LZk4H~@-#P!^=iW~qVff{awby>vyWYhsB?Vb>2m=HU50Ctz+yfOnJYqdOJfhR2 zr@#^6>W}hxc=!@lQc_9}rKDJuoE^-qY@g!c-H0(YGCKS4=8Z4L#zsb8Iyu=P&K@eE zp|4ep0zNl?VC`r=O(P)xgqz#(4Cy9*K9hZd=cMC&Px&+DKhk@=(My6op~ z2Exu#ttA^OX}^7+s+>7RdL~DWxVynjjER_ykd5usDWwD{wE#t;kgKN9bN6rl5GH&c z!=>cNcK;@s<-CE>2x%zWr|SA3Uz<}epBE6nl78h#a?9V8U4d8NS@~73zGo}6GPPfku!KQuQ}RA=Qe;xWhSk}JNmVFV*;@>J`gxx73c2lz~iM}U78 zj}Uyq2VZz0R(M1|KjYzD13&Tb2;aQKBLP3pg8xeC1i#M`>!lO^{!DZlci}x%sfQ22 zPgPUrr%&x&EFE0yOxtGg@CYQV)U;f+m;~<@U65#NC1?>M0C9+C6nO zX7#kQwRaKr6ubQM3SsaWcbMlg>(5JEZNx5X$t$r+IXFLM72v+bee1F~gq4+5)Y;5j zSmlAtuiL?IVwWvlT^)sacsx8jxIK8e9h@zAZVL$s@!Yz@bLS2hxPr^Y%ih)4lgr+P z?T?52e$IoZE~d^_j;>Y?_N=()8k;z{xr$xBjC;|a|Ndy_Q%|eE-em9ct6QLhJh(GF zx4Cce{M&7=R_6b48}7^>xBcwbAFmU|Jxo~1%JZqM_5&+BFsh(w;JnKxr{qBDc5_jB}*o92ca^QzgaS#@q&O@_;jm7I>zkFllwcJ^Uk zD%Xiu8q%W!VLso5z=(LvcQtg)dTey~#&3%)?58X*toe4cSBogUeuhUt${P4D-=Zyo zK6sS|L8v70@QMEITQXh{ryfi6BVs-p3@^5d&9oxGiIkkN5 z%HY2?3tT`{>Pzx(4Z^c(B{Y8HWJBjLXfb6}t%=#cn574rX>2g#{#9{(`|RGSY2n+LDU72f-g z3rO|$DgJ8|#ZOb!9uPg`|Bq&Y$({UWSS>1@oYV2&*#-NW;6n(rn2ORX4_6FEvRBAk2&;0f!a?U|N zX4`bJyKAuxaeS2E@Rxv~`OYL{v3Awg$p<~^pBDy+LT-KFj|xnV{L{29-LfCQE91P6 z|B#84HTo<;8>_p*K`8=RRkf2`sKf#__t4z-Vmz)-@csYVYhw1&Cl6>aQZcign!v%#Z*zR zGP?@fgxjVvH6c*j(K|@fOs1Y1JLD5M5^58_#LMze2TDXmO3Ug#ezJXA>{LDPK4`xLtrA))kpv)2j*vWO-<8F&3t_I~hH-M@fDS6a3-ASlBspH4Lg zDes!ES`RhUd7Oq_()+SP3?r%;b$0&elq#hYlj@P}tY!TGuL=wxn0}_lBdK00WZ}Lu zRef(ZH;9$b(d_ey-p6GoD&&h}(7f{VPB zprp>Gin!(G{+1Q$pCy*{kf(9R+he+?hi~*_-}vJ-AzmAnD*p)=vmFluM@EJbj%@XL z28Pcs8!^_l%;)c|1Xn`LE?iytx*7J5ZeB?P2EBzkr}F|Fo_ok@lh0t~YK@RgD9mK# zN8KL~#b4Mmz{)ukTnNJr7Y~6! z`54^8LDR4{rf~ZH;3|QHA%pDII=apEC`=;sGI6E0>{stg#h5}DzB1dQ0QxhgYPK5E z;%t9gEqDY!&VkjG#>J02+IZTGzLZ0YoT-3;y?DFip4!`6_$Z_tM$qQ`3UT=ar|P*Y zt2Iu>e}{8&Y(e+ogjXXD9&1tqA4717irq+Tek8YMI}MfFn$JfrnLSk^>H0=yK1tG& z3cgb%RO5J@N{p!Y*jOKHxiR7kXY$dPJ86J9Oip}`U~D^V@L4Ly$0zDjpQ@dWbkR@a zx6!CS+vD)lrU`B~lMWO3Zd(cykY>LNydPiOPsn$Ms2EOwzrw~7>7H`cNWR1;)ev!7 zki%W8DRq5|MgHg$X!#8-o+3D@7*TET{4Ce^+2#xuF#ih&sf&`z#f-v~0#%kvLnlYl9j6 z(`cd%2!i{I;5&3+^5v2PpJ{Z;=GHOrhi!H6?RO2K>uVrHuPTW#R`aw0~bR+3)aFA=yJm*@D3BzaU^3EELkgEs}O& z2lKN6@z*Xx%P84x$WtH8yegonUUW55a&Pu9!PZ^-=Vbq z`b6^iJWeGpf>*S)g|aMIlZl(~GEE1Wx@)@{j_6wii~_dhQ4+@^YeGxevBfGmkBlQB zO;$^NIlKD{X-I$Un#Dq@kNw_rNY4;48QonnbitGNcdkW^@2rHd_?O={{X9~rUSx}^ zchjh`)fQPT|2Td)*O??3b)(X8`o3i%WCoL9$F)ci@o*>ClpCoqZA%cjZ9Q;f z1qFx2@feD0wwTqDmFU&=y*zWl1a!l*7UhJ@J)!doz+coiOY__Ps@(LB$Iu=H_kcx- zAAA9xeO^6w3F@{owA&*^Ir^iGCCv&h-mo_lF5tOoRHR*Hu0mA$s-E7b1-Hw;oNtQh@Z@Uj&N};ITXIDjJe!&(B}4QQLzev#U48=-U9(k^mfqlU=f@d z!Iv!&WD|zct&i0<0`A9Nsz{^c&c@U^0%EQ7hq2dk)1Da&mFln5D^*)6+w`R0i>%M; zEdqAsVq7%eH0VmeFq#Opbo%m`yY5p&vecfbyqBOFaB9?^4kolkg)^w3K+E{e!UR} zowRvJ`^iQG@=7c%r^bu*$Q7(7Djclq_jHF0g7(Q)E#=8HC`LaC0f&i;yVaghq1D!r z&|mYn&ka26#+)7%aOw{w!_C>FFT2X;!Bd(2&>uAX+S)bq6PQyJ`VFktyJFa6>#4&7 zPL4cuZdkV56caGaxF3u-D2ho1cH$N_0ux%gBIr@U4CB!(P1a53;3M(_hNmy4DEi|? zk!-kPfx(gQ!BU>jAd}VeT;j$4yeKB$%@+IV0^Y8>9~ty=B&zLsaD>|;w?7);#>#TU@p7UnCFwsuUWl8Meu}OiPipG!~?vbXB<;p zi8(#$5|F$GJ7TC}wFrWkkEbH{ThF512G)1YD=$~@QP{5k?&_#JdQcMy48>|f?(0lz zIJ{h$jGf)=$zZ0}LquAScvr&hkHYS&mQ5$ea59M~;pH2G&O4xGE^HS_C@xy65@s>b z-nD*U_3G@^VwngAd;5Ma-5RY5lh$z))k4)Q1ylBbBXoSygwfYGSJxeh17w-KvKgKB z!P?612fGnSIn^;tz56SUdWYC($gKFh;zJDiKO0ooMj0;|L$9_EDO{2qE>M1 z!7Hfe=R`IEl^>D4HkPl35qne5DOW4oxm_?WCr22M?Fo*>cOf!|22QQC_McXC9T0I} zTW#{@E7r#ATpZ1co@o%TV%Oni->W+_j=ui{sKCl-ZsN<-(iLN+ZKx&F@gO&hQYx&A z$nt3FYl^kQsLO~q#dCdPX{!xTOEhqF7<$?5coO!*oCG14T&w9DVhU@)CCjCB z{)u;&# z;y6+FRSt@KRMXJsRx(v!g{^{OLU+dwYt;xciwr9lSL3|q;trkOi}IK5+~!=; z6X!qrVb@@GBjv`%+SPa8H&Qa_i@JSNTbXPM*c6|u2Da4vH(MeqC7u!Jl>_dHI7qIA zv!6Ws14_PA-1Ab=@f%h?%b#2R^T(aK>)ttS{pc_CGG;Oy4BDf)@{F)_m26WLCoH|8 z?{s~Rl0p^>BJ-A7R6l2Szolvf6*}w2-q08IxFm;0q4VQjZi2QWJ;8A6cHna@Ar?nB zGK}kGeq1ws)rROXF@#jNzhyVwKwwgzrhJynIEWCOSiHO5bm9+_)Y4##a2>=*Wu@q* zjg0Xjo(o1uiH;?s4}4|*V94r#)NiVbV(x21 z^j))*?@O9@sp9iiWV=?y3DM_YlN62va{^x%M-Qm_a6xinq8O+fj9Lf;#|9|rBZ>!R zcXJ-c3q(Yo(X<{awxT!i%s}!x&3tkUne#-Z1sq=xmEHdIv-#(F&0nu9Yg?o|RWH&Y zN3Jp2*S6RVU)EvhWGHoA8{;3JpK?9Bk3Kq$Bo+7-j7m0=-U_j4yyZd-7PXNBz5}-= z!uwv4;BZmo&|w0{gwr}<6V;}+B>u`X?S9)Ihokle8tR5+%IEsu;&XKBq^%n4$B7f@ z3|t?&Q;E?HcU=hB@o zRLw86!oM76-kJD57otR(FZAGX90%=EPeM&d*LIf95$1qDQYTF-u)~ zyHqC0`(C(})j?2M;{k_lJe&N-DUYO&2FVe>0BJN0fQ=8G7%hna=7tB-7n+kBe$S-R zXeBdZWEoDR>Ug!unMVN8RIgr)3!`h?f?O)P-mu1lQ|}G{{?}6dM^10h%~LZ z6(d9kLp6>Te>ia!XUn#2z&FHkaLRY7K!&>LqW5Bk@(LLub>7FWH&c3GwhF18^C)iW z(!`8*3;DyX&l^4&8wl8~c)H+zMfX;?L`EBv^OsB1ADx@Y+Z9lL*YLR9aBjf!tH5P@nJmo(T-eX0> zXI-aP=RC^a$roZjlv!{!lU4$GaZPwt>X+qz0wl(@p|m1gr$!;3Ekz#b7}8pC3vy#9 z7hmY0#Ro0+Z1W%Y)g2z;q3^g36pF84(=)02eCaO|H&s$wPBhf%#)&0;9ADQc(P?$o z`o^T1B||O<4a}wA`yOwo_vK(d$)P^@UG)b9UD+0!W6x?iCR?B{ID zw+pIW06NRvw?i-Pr{HJJTzyo#&K^3DseZ8Ebb^)e`5veF#HFlM7uI#3rL#Mt6`-AU zh5pdlNq;QYOxCi?e1}t;m729d*%GwsaXdG-sQSoQm4zassAoBhbG2w*j7iuvADJhl zaDr(%2^Qmaoo&RfuZSNXVJ0(@coCH3u?VIgwe*P?jedMf=5YY5rO)W`C)Nd=9NQ~% zbsFjwX>gTkD;v)C&gavcUH=sTT~PyAJL6FABEa68vaEWfD}xsqK68Yk3A8o_MYi9x|1t&w-{Y1 z`6P;&*EWXB(!{_v?8B7f9>Ku>&Ca1eH^S@EyaCC)yli=4W^PK|+zLZF2-x?x2 zY$#Vm!(%Eg6%E?xW*cc>F9%nR<-Os)mu~UCcjfh@wm!lSkVX!MLz3#q(+y%w2HUDQ z;((Vc)UA_$c;qd+>S|t^zjJ(ZE_cbS9WCI@-H4 z9VgGnJE^{U){~{zVPhW z?&|uzp@Y5GlK!NYy{yDfIJ}E>vjosz-0t11Ac}$X(A<&bOyr&#P*rrp&(2j-!t-9O zXsd5KqUX{vV`$NVTB{3k@K-Yj+i^hFX!;6YpTGSv5cVy(e7R)gWkDHV9nWlF`PGx6cX(>WZeagtNT6C(= z2~Pd!L-a;lGW<}fBf^?V!oMM@U+rGD%zcIAyS=@Z$7&I${FZX!i+%UE-q()795!T} zmwSC3sy6|cyu$=~_H1K+djSceq6OwP!zO>klB~2UW3ux%_FZ7CA%2HqDk(yvrLEaC z*KE`_$aos2K6ntf0e*y3BWojM{&;PuB#CjKVVwFSV{k1*Ja3 zxk+i&#Yd0`nlBNIf?e@(YpS8w3gDGq+vb9Zz-O|ZsKVaF3L5!`>C~BEZ|HJQeC~)Y z0Z2XK6PI>o_F#doMVX`ExRAene?ud~kK!IpHVJ-+hOvu5xXd>WJ@q3l0^>s14egug z&npI&mu?Z4E|vm!-$+-Jgi> z1ud%)dHV+dyF+6G>3p~7{Jwp?%13Ey5GJEBZ|?fkp!9;beK3UfiG)9W=V{$0e?LrY zfBmc*4_}|g_S$mW1{fzSiemZqzQ0FG6R8Lt_$Pn-7yXruW0DV0F5a(yjqBf8Lol*V zAoCq@?&jbxH2Oa-k~{#=D0fmUukC-__IsxWGJ)Z{Eh=39pz3fF_Ok{5FMs)svw7YH zzxNU_SwY!nM-VP7ETaK05p>@V%gx){ZMYmvj5 z(qu&j2=9^Ek%aR>EdF~f;s=XaQ?1})a}W`q@sHd!2aZR;ZmfFh64+DfbE*n#h@i2e6h^7Tq-<7$BCozAO*3N3CKe z13V^?fakKX{)~%Sj{**VwDH<4{7#BoiNfV6#>sU4lA%mhH7iOSnbGUJ#xRZ+7KYPt zS(7vH-HLc7Iu%H`3V0MK&fft3at$;b_MX=Q$5f%5#06X9mjSIbP0)f1VGaDy>W0fZ zMQ_ZkkYi9AyU(vL+>UU@aW_ZH{*43MTkSkZ=&-@c{qMeYtn|P16G3{wTIa(eVsUdh zN23KbdDWS8Tw$jN`&@H;7|W!W@rFs~=$1&$_lFuwJQ=5pfZ_c+_jW()Zbq@SaM6%F~iZogY`HwrJUy+bD?o zq$N)}k^!#SUCK+V=S~AW=n#nF1tTQ$g9wBp?2k4-Qrd0JeZ_6`BOv^};4RnJpqXD# z&VS+Yooe|@^|@g^G*qMVoVV0;kaHf?y|Xd zzQ6PTTQC zQO$WQ5zy-g6G?X8rNd|{G_I%F$D>9*S~EMTjm&zijTs{x4h%>9G8k!@FZ$0ZyAKB% zYZTcZ_2@UqvX&6h=y(~gfX!`z`6C5Mx@-@?!*(M3bFpgxpH=i`$s#S%{LBFsgm~OV zzR{X`aZaHeWQmc$PK`dkBo80!8#V~&Typ?0h4K4E^px*}*KCB~{5Eaf#b2Ick6me` z`&&L44rZ_h5FdkOCz;?8g>q_bZ7GMEudxxf==+GwHgpXgzNpdIo!YAL!wN78&XdFE z58Z2)ux|TExl%fsk$@9I+a|&=k^sKTgPb}SpMKlJtTr*}jIxP2{1A}!<*M9hZ1Gmh zTiy+mvGzl(K8F8zQ}x7HlsL$hW~9b0$;(BL+36FtfMrj5{u%74ePP#9tVK5@R!iTfxeqh4rQ-Dr#nh@tX+d*@X{8 z0n&JKt?$d=Qh%PTaL3N1VsIq~!~R8^uQo~it-%D--`nHcItN$US%QR&+)iA@xNg3S z&BWe*x~wKRD5KCdtMv;je8EYsl5kFe#wf^wWVeF4o5C%?QMA&4(8uIc$nLkj(IL!x zYIoU_41vuYnC(Dy@X+_f*LV&e51{V-ITpytfUUbGm+i6J8;Vs?je0DH?<;*{<+YEW zlc$MJmNqT4NZvK*LbbyT16r;HY-$W#b8lE|0%Nt1eRUGK6DNU$SH&acF}qbWS1GCu z14gY8_N(T|;{#r6{nZDoiOpcu+Unfa-%i8@JG~V0g?%T(iyN*wG zt?h?{2ubRfh$L0}<{itGi6@BgRAJ#!?<5q10@bnZ=!E9v}fV?xM-cQZiT5 z*&0sokqZ2r^U2{rsXh|;$%S=Uz}*%Df^!$Jl`j#l1u8k?bqC^wmZjRLr0c1kAN(|o zR{Ssx%H#I3Q}G|rAm-NoN=WI7QN%Re4~A&eIe&jb_QI=e1&Skr8x>N7>#X?v`jH`X;>5qlidTDHEby@+TN2=;vwod&4$s-<_(8 zod=goFFillDNhry>rl?(i<2DPqAl(ZD63@lwOM;w!Mm zuf#QnKgW)CHM6`3qeV`xd+l7nczRWzGVtF{(P+H?`TnDgQ!+}+ltVG!hSCI(hwuBJ zWY`yH8KXm>1V6F=cX<;AArK;m>nqg2nzz%zdh*u$3tOz3?1 zU=|v3N4-g=l*97~WF^$Af+>m^l{hchgQap+w-u z&4IV%kae`5PQ7b^)$JR>osdhkbPg1UBDY}DK^eyc9DUUU5NdP+A`)bD9}l$e_0At3 zVRerV&~_kZT=!o(UKZB`VV=G&#t`4NIx|`ga{zLC&LQlUgBC}YJC)yHlm0e9JC%gB z&b2G=yEN)eeX*(b`v9 zaoQX(;u2<|_={+)0UYvVjYKa&5(CU*EisJdL>*^+f^zYx`k!P5q}H zlYSn#A8GpJQ$mxG3=nsivM9Zi_1W}_PDB!SSF5@wRuYo!l|oNCc)M%+ z?Hl*!5%)#q3Dc=|7PF$9wFKYGUEtTows^uX@EVydeAdflx*2z(|5=Q zZB4s6TM^(zm+#weoJTD4D3&#BeKYErJoq$}0r&bH+}_5?<7947;DWd}4~-78DN&0W z(4|msa#Q=US8H80yxfZ>v_(TBE6E}D@UeA7V-cC|<5Tl}MZ@{82JL#j?2oBqU6Xe(2^;oeOJ%Z+Lf4~$OX4U?%;j}c%-mL3OcTkJ@NLs{%c@&2lNG~W2T~{r z_;CdZA=WU!y!>cq_F9p~wj({!$?*!$?o!*i)oBrj@(Tbe!b_J-R)&2So=rY)kMnQ? zTgA6^`0k1A$~%NC@pliy-DN#y!Rn=+-oefGp)?o7mr?k~G>@!g8ef<&dPlS-w7>tM zq)VC%nXVXFaA~4Dt9Cf%OZ9y3lh2tws?u4v_&NAjR7oID_|K}~TirA+TJ{EM)n^!m zsKO9V$gF~d*zDx#M0!3wtG?`4WS2j#wXfBHe0ZHWhi}75Dg1**mXJQbUvSvGR_Eg% zxwJi*dIuZwmdd0>GhF4g^*lQWL%ShE1@h_meyE)x|o1|UFMacB1=C)bsV z8cwcYK$r9`Pmr$k9C??qzWW`*cmZtPnZ#m&BhpV(kDS*!{Km;|J@{i{{=n_q2+VF( zmu-AMFWIdW!Rzu~Ovw9<*!FIlfcJrk%}`+k_W72LB4wo)Z!S?;mh6ck!<&lqHf{RD zG{kMU46%bPMEknP`Cfx^?FkYUl-32_EY|l*8@zLT{#i-s>1r-utcH*n|P{2 zTbgI3h{K^s)@rI`zK$RjN7R8?213|462ZH`39qm)gq9#kFs%kefzaC0-FV!D8oexN+ZSK8A!a>mY1&jZ&QX{KMqi zaSs;v0m^?PSz9N@##BW8>Z=aT%|gph_IK#G%(96~)ONnqOq?u8oH%7k@~iL*N=FqG zS*9w=b8Z4o@#Rski6KW!Zt&g1&5tO5i2xAzcBtnm@#_SR7i;r+B+J~e5$_$Ri(nYa z?<($x+z8bSE$LBKrF_8Y53M_BVhgS^cpR?f<&tH+j%uKZ&^o@lNfiF5S|}VEok)LN zs#S4$^=g#p)|YbR=x=>M1sPTCXZzL|uyIQEk=jydKUvzWmt82(*J<%r+F&lF5c?c3 zIoq8?H@5XHDCZF}kX}|7{n5Hk{<-%gbFzfnK7AVTvjIcYZg^RJOJ@kZ_XN2Z7H&mM zAu=PUi!gZw+C_?KKnkBxBkuUf+)2=ILRO zqr6cfe%Y0J9s`lB1D*9~F}4hi04SfW8%va5Tj{E+PHq|_k5IceYNXTrNf&9$I>Y9R z6t8KJ9!QHIeQ>si55I!0lk$DBbhux^jTb8C<7~gDH^&n7=P6Q(_m#+w^Ve%dxp0Q| z-{`-d=6grBb0}0R4h(Xwau`Fw`Smv4(8t4P1T_oqD>sG9JSeh+1Y5T1Dm`kmY#bh^ zBMvw4T#2w$*JmIuW`#+I)3r2<^zk2BSJ4TQY3>j`n;%1Gy*RE)&^O{{q}{-t_4Xq^ z=>@>j^iNL}LwvZ;<2!dS`m?NpiX_M`C|IpQCG%6z1X2&-kJuqYUi3^h%vtI52riMz zdQq>}kCLZM_fl&*GM6?o=&9Gpk>L`2CKvTV{K%07o^_(c$xJGTP(ch)@0uIEu&wT! zKI9IPa5PUftT67MMJ;v!CPVvqF4r?-TT3w#5;{CxG}@VrJnbARzGwIQcfXiSpX2RA zmjw26CM7=2DA>qWYZ?;jAs)?sCJOBv`B)L3*Z_!V!V0!!FFHMV(sp$weKt~rdrzyL z?seZ`P6bY>QlG9E6=bvC*U)v6=vElmBVfs_7?G*gQ^>j*+uTs9^Uz?SBTZuRXtCG3 z#F?f3te+(lNF;(B+%sjeq*fL8VC}%oK*HU_9Nn94pPZlYh4gGo(OapqzK`!KP`#eS zZ}ZNpACliFIN|wG-K&L|-b@z?{850^tiFj|(b)8bknPSDjM&6cw*Mc|9VDzdRic;n zEnUCD&jXz2v^pm^ISHeZSqAgpV{W&V6*cP2clEL~Ec074{5Z^tLb*gZG-+XI>wxQ0Zkn+Ur#! zVOA5)T1K4^@x&}P5;4AM6SUDRJ2RwI@d!GF?Gdy%H9v!x8R~H1TPGELbAT+Gz6~e1I<&SzO0y%C1e%7WO^)P*}z|33e7vC$T(o z+thw;wN%2ghgEP(F4{nZ2><4z$-!qc%< zX9@(vvS>}-vxOi00o{+~%6&^@X*wa?emf|vIl{b39BAMFC;{(hFiakZnQ0p#=8F#4x zk~LdowsP)-=@4YDVV|EZ<$S#%XJ-g!Os-|ZS<+)>pViwyJLj6)A1O3{er2!-WZCr{ zvaO0;zI&57;TSeLJ7%px3}F9}fa-t^KT~M65B^dd5qz{`xWywU=a*(X1DLedR zl-9GuEnbArRV{wr$8RsVcXwy;wEKDvs`&FX^!Z>3c3rpszV6A&$md2wtQ`&x`|bYt zVH{3`xms=LS$_$@Yd^D-rbQ}&MK61VJF9^pt95T=mn!s+fZ z@>{<}=CL!~CtNGP{;B*22s}Mxt#t4m*2lDDV9VJLph7yZ1|@X21n-G-uFRwMC*R*& zq`s=1(&|nXvulfFTCWA^oF2s1Ptpwl(L;Jr1ULDX0jJ8YCA)~KeIJMQc)L>Bd@-fs z9cIGw>oo-CotQ61es}gWdcB&1pTeUoN$|)B2|Hq{D2$jaBk#iI#>8od=knLqVI+Or zX7m_&XCK4shCjOR+-|G?sNn}4H(=b=8dCK=Nrw3K-k4Ur=C^3e!J^a2p;3@(lUGm9 zd#K*>jw{JUpYnQcTHw6I;AK(o4g?@l?%@RoLY8+%d<5M% zJ+>JxO*x`X$kJoO70)DD1=ve`(Y};(P^|nBXjUK!lhOJqudH3F-Mz?kmKtpiNKrn) ziyY5MDBZI%p;TjljxvFiBQiGz^gU4DkMBq$X?Cw~U+ge|dr5=2qmoQd2Lcef0TEd^ z&_|aL^Icwgp~}nr{b*}@U*KpmkelHf<;w6_M-=bzl%e3QZtIeIG-_JiX2`kh;NwVq zT6efsD=3DD@>&i|g!0aZ=`tmpsAoNu6_?=a_wuej8t2v=DOWyMd|-S5&66x5)_?oQ zUNpqd%U{V5Yy1%txiEfWuq5;1`;hf0Kv#-ll@qsHFb(%u>4KcUf2*Sof;jA)ul>-3 zUKvJaMTsX`y?uJq?dnzn;Ejju8-B8yGc-fQzgTls57JP-$p%IeWLEOw{j9hYvsaw&wL)_{X% zC^^;p!30^LL(`G_woHKc!od%Q5<6=}z+>y@7v9pc69FPI{U+L%Wm**4|sCtwk2%7 zpZCo4!AjXA=Vqk4{O+%Wk7O69Z*j5zd;te;RY+aQZYHShPC1uyMNRk=ap~5wn!x!& zmQyqhY@2M4Mwzm14RE3fvYrA>?4o$%rsp2D^a0_RjiUH+WC0baYLxx>I3i7aiBM3- z{mXMqLN4bQ9SDhxi8|zUpBlT9Q9&`>??kT$yVdeVb9HT)m$`o^xqd-!oPSuR>9C>I zAi%mif5tTNDG^0oY4o{%opd1g%-z35X5H(XgR51j>JsL>+nw{wOl+bwGw@NC7d?-G ztq>Es0B;qS8Sq9g*R^fKY)4Jn-*LIL*hDdl=`Au?#T@|I?wA;6+!PXkjyI@3{`Bgc zyh}O9#li6^sSxvHGA^iQmZlrxvhIs{>j6<+Cw{_){vn0%Bd1*c|M|tfh#gCw`y(FL} zM?0rkM#!EYjDFr2uB&lv*t-Kq2Z`NF7KkLjS-8`)He7$S)+ID)A7B|xi*g9S>|-YV zE5rres@|(!tCOzsCim`AxXWd#HuTwTax~a33Yrq6EG5ftX^Ud(fc~4toc9Ocv{$o>9mz4%m;H35|H+-lX{g|49LT;M5MBBsJ2@9dD;A=|w3mTuRH z{g0|_;*Wk{9dOamyrJ0M zh8#$HgKS$CbSbKtKxvYgIj)TEd`?k1zn=0`Jt(~p)G<({z{v(1yO0d)iDPt+kvj=Z zxurM$NdC7455z1#ez*2@z+9d>!^?$Jv-IL_DlVZ>W7&IIP*^{}Dl>TQa`4I58OAXR zdArOzHbccdoei>ocwkA=y;_xrL5n;ximVk~|f=WCW5AnJvqgD{kh6!WsxV>+(#_O81vd;~Qh zZ6@#X!5`{cK~eQmJ__b?l61Q)9ZA(@_;oy9c4H;guA8zzZFJpl?t)Fv&26?%+KS1y zy&9IT!=3e3YTTu|_gVceW@rH z5~{)18pMq3-Z=Xh$(QonAENRwS73z)k{Nfji|pp3IncEj&MnTdG=`N5AST>{+DhwPADB@JvvWv zQR8DFlLiv7s5~nf$`Upl&u9&~EA@lg^ooY=c5s|p{#t7JGLc2F7)BmczS}Jk02`C# zFR%R0Y389bj>%IooQaHUC%cs+$vu567Qs%uHQzQ0P;w&B`$s2Y;tX)R#nNR^+vZx= zzXQ~7efK4^I{Nykv z(f@tw=jBxQfH@GHN&1iX2PFeYGq3h~_P@@P0--Ur(a3*DTS({B(&ZEsr+&+=aJ_;& zYo7ZWYX?N28ii`?E1(GIo~5%6%n7K(1OTCJ(eq2v(PKLIC8ow@LBR&_kAtQ9BDG>X z4l~LY24f$8t5l6nIWR>62a+yyZdJh;hO z$3X#`dB6|RJi=9j*$owI*8rVk0yiAURXiqYon}`-QYdsO*^~KgQe#_{*ud}d?xpL% zEd4Rb%xr;@;*gH_yUOAQ5s!Z&s81Y94W3S%dbI%URe$*$$+V);h^zgjv=4@I{781RZCbdp7Ue7%fq>(~CksqIs}=TXupc;a z>~PmXybA;Zf-qkXyFtI@g1p4YUMxXgA#T~cg21Gxg{3mY|$UGLiL_l?02`=lK^N7|5Xh(UOl7=ZkOyF!z zNJ7z}rfz^uEvSs9)Nz!bq&&h^5#-{D&$&+gt{+GQY-sL2ec(D63|}H3ma&je;)lh* z+==QY&ZiB!LVbRyEYId^AU@%nY-v8ipb;XzXX+AcGOuq1hk<_AfGVdE;}E8Kjy)i{ z&~Nqv`8kV1rG*FRfFD&MDk&neg52obm$c_DWF1Mk2u} zIS8du@c!PfDB(6;(uD=vrTnFm4^I%d6#TjlB#@_J^Zv%$DI0riCdB^;tqCfIzYHv@ zLDAW<3eIIGhucvI^pNgQy_*ddXo8*(_a{+`?==UvpS!N$8VPi*)c{M5rojAU?Cba;kx{ToJ1?cmlWMP^bZM zXClEpW1GoFKa>}UT57miWQ28+D@&A$Xns)1q2 z7hT1n6=$AwYDGvUjhw#EM8W4Bf;!k-$K1Kv+BO2&bLzKbB*m`Ru>t zfQS;?)w;Ecj+B^-mRbdmabodUAGdN@c$p?Bl;^h(-wc6J`=tj>FF~@cGm?ys-}?vvhQa zZqn{4Y|P4_scWu%jmWrAM`sB{?u>DXP=W|=bXYFM<|D9%QM#Rmg@FoDsE~I!Rv^MP zMbxVjl=j|n)%=8k+~lu!KivB<1PJHyHm~8qE{Wqkw$PU{Cg6G1&?L$oDA zbAVf(G5vB9s0-@_dc7jL{=OZ;MEgq1p)(<`l-dWxHgA}U>BS%HGYpNkYlZOIn8q2`@Q zaO#poj_1!LIZj*R7dc8t4bZczd!I06wjN;EgINKHb=s0g@udv$Da zxLxoN^%COPS%Hm90=vo!3I;cJ8N?WuL>+v<7UiX>?tJzvk71)|t!LbPI(bUSkd5q+ zrcf(;Be6|myU+UV)|VJIDaz@;y1|C)hLh7RTsJ)M9n8|1nFiVNCh|20 zi#OGSW6C0f4EJwNMVN7^)JFR;lWMCco~xeU)}M0T=SuI*5#mambsMdG%5CNcvZLdN zMUw$12r@Z-Yc&br8>^|=WJW+OI=w1dC;#Dgiud_pXfb(;K-p0F9<_BRng zB}-Ax{@D?#Dj-hjP`ijr!R>LT$2>bw#$#k?T;@o0PoJ)kFR{-uU(X~eKOR%neHlnF zL|m0S+DGhSJN^H#_tsHWuJ76?B1kEXNOws}cOxYr-6bI1-JuAgAdPhAq`O;ExJKg`A)pO+oV2oaYy-(f88 zXsrU=Qt4vzo~PP(7!Hd&VsSsue)X4X22fh>in^*>e}lpg|E>TqMA+yP#y}x)gsnc! zXM$FJJ@}+@{aE>fN3O+mIn7pXT${=VgLn~&AWJY1v-)ZM9YR-AX&dC^If4;o$AKUL)&%Rx0pN*M zM96Y?v%XSSM5;eui|?McnD+nM)Jf6-OV`d3kVWDnc!B6Lg8VkbE9$uk6lCB8kE0|V zk7GiU?5*R&D@6FW?;!rr$xUa@CA27=@sxteIA6AMzXu6gKzkCobpepFAwVfsjmYx! zNk!AeZnjHBJ&k?*LE&XC?B{v~!2H@TxCZBT%c)x#$c3J&JJKBYYLrWi111UfxBM@8 zSJZJ?&6<;2EpSBTz!vT)?|xrwlR+{9{$U?%7`LDzg2|o=pIecCTL`H0HuSp#>X6I` zdCo@y9`@Y(6N4Qffiw*8M6c!eP9lQ|`KDnDal55|d&YL8;5jkqL+;X`=)?=bUSpXJ z#N+XPf-_li$@=zdhIGxD15Z!zVErZySp3vHDL+ODn_)33jYUFzSRZgo)J&jIvz*Sa zfz2{7IyN(#b#sf*^S#TAgUev$b@pE#Z!SNt%Tup&-me4>!VE|?YtxFXLya9n0pwp5 zFzRi01bN_`JAAO)40GhmDhewAXs9wkx9kYcKd#MPP)UD{b?CMVU|=V6Yn#gH4n;L< zxE$7-;3^BkLwMHp&(yLXyVM``^USWZ4DhmWLaQLTn@)#;GVdfHldiU^_OU?H^igk?)Wx)Op42>r zMTEXV0v_jB-_bdk;TdVh21CZCt5O2b;~|ERS9hlLs-SiY0I|*QyzNmaScv_4zvH@j z$OM?LX+SaA0mQPZJCeRwd|~5-8McoZdF}H?v#0m`KjQ`ihLT2=+62eEM?~&iy~oB> zSvHb88(*^w$Lz}5Cq6)}+yOwUa!|Ie@o#1&@VVH;lA&P&#l*V3+U*yfDgurlv&hwo z^?U*FY>XgJ{DiH@QivAh3T;NH95x1905dBWmUTMn7qSDs9fY&E5X{cINI{YTmErA4 z93aw}wGZbpu1)PQ>F0+`Y)sDjPUNTN|9EDdk9nw4k2(gSaCmE0-Fe%vjMWA%#V6angJr<@57#GcRlUq)hK@a}D3SQe2Vw zibETasL%tURc>9!LdzQ#ZOsw9E5I&vyjQ#y^N9W~)&%wK{u}Vp)Yn)ROJI5S#5;EY zci#zARqKYD?wH7Y1&caQgZ?(M z6ZLh6M-%A+(Dv0{Rj-4Uk=};k%HU{VmILHRs|?3rjyxHya-P!0UUic$hRFnQB=oVK zD%mI!Q1kW`b_w}H=r9QMfs32A z#pyR{qOsZVshO=|U!Xx8%J)0SIxK2W{$$*|WPz)zb-kfun3yr+ zB;?T}^9D<|6Tg{3%hY|Wjlzd7-YkUAHoJQ!;i*y6QHdc*xTZ^>P}hFq8N0+UAcW1# zuAE}g;BZ*Ub=Hx6QE%_^S7GOOP%a?@&a2V-qGLo5#z-Lg<_j5)4|s7L=4L0^Aq_sn zDK!pbYAO=){C65g6oVSylIrrWV4hk6I{kTYDRAO3Gbl$?enm)sUBnmjj#p5EC*^$S zP&!}@zM@ymdQk#GoH;<&O>{6yng7?9|3hj8?5P`g0CuA-OiL5{Fb!<{b#A1_uN1NV|5k2#{KhtZ82P~PbLa%7Wr-^@8YUHyaU{- z4+_tICr|!9GWCH*$|mbqS@yq*F)vYJ0Pn;A1gLVwxjargHb^FSatbY$^}i3FzpqOy z0JL3>L}JZy zoo#@OeOQ6DKCqzR!q-=hyXxiiRMa8CLiq%o!d4U|+z8p*Wb$Fw=xY1wc6pWS0A7wkHsqB)Rwnxju~1ZK=V{@XTS z{#b%D@@si8%CEcod(`3EMZm)m=8fKMA!1Z#-#9k&=_pm5*iG&TN|{n{z#0_o#v(8M zA|3ssU{I?9iuejmBJ zsBaV3Sylh~*x$dRih~vQ|J#cTh8=G)H2gLo;fi{|>~&8uY5ejIe?A2lApiBDVZ;3% zfdjNBoHi+&0Y6X7P?A9at)~8KiBpFHs|R~nIb`y;$&kSE1?8YAkfl?|Xspx+|WIPz>h{5@HMaY)4`Dse!RivRa(e@wy|Nb_wa zQ?UKD8-MSGUla6?#Md7m`}^-e91y1PMqL5pfBy1}8n8P4bMb$VDj3QC4Eui;+@E^} z?9|^m=KpN9zwOJOeC&&zBkNq=PP-_ zK3R-wJWWa>1M0b;48-#Mc}9D|aV7@Hr<8)!#uNy*JaRut{c=h8p#e*!?$Hw_V*V&a z+P`i9;jtd_1k5}X!!IJj-`4q;704w6u{8H-c+x+g@xNwV&<|L343GQO|4TtHBLvvg zt#8t9zay?czvoYH@n6>lQ7SjE*tzzMn+Sg{zh5^%ekVTB!r{~V`@H(&D+ISdH8QKe zA%p6Vmw$blI8^U0-}9e`{~rhUKQsS-*|KlGEpsNcQNWbJERyRc_FG91vI_}kk$5TT z=K~{z@D$ol3Ka$uR#eC?6#NBLDHH4;NTOpNY)^$4M}f zX)k#;0tz8iFb7o)a2t;|rdX6NUQy|bFI?5wAD$f;&?uCfOg{4C3qbTm|MEc^^&avbMFY>Gnh`Ox!cB z*>{!)23ZvsArxHqA3tx!p&hEz*#Dy{8_5ZIm`QO*p z4tSH9xWCcA9{-PDQDMM?Jh+D|_wSqirpJDocUrmCTb;AGNDfPs~4x7W+Jl{xt;YCvb z{u*t=%!TIfHHON6w{!UU;X?fWv2}>?F>*jviIb2Z;5oDqRWVRXNF8C@xN@QVd&N(p zrL>KOAol*(N(M(kv%g@!2W)0{cA~aajWl$lq~1idBeT(p-aJ09xXj-xd@%v6_{FRH zOW*(b*;Y8;1lS;nMTOP2PCZUUbohIB_5@0lUFh$RvBP|3?R|jw;h!J+_y38hVK!_Y zA+jZj{GWCcJ9txtZ!78l$>zW#-s9GKBOJW`uRZ<8uRf2!n=Dg`1OG8_zYfITx8^4d z4!x9@%Uu83(|`P`2Tn#+JZd^%JOB6NGX*uJjg5NL1^NGEbSA-@#{TaeCgLC&od10Z z5Wj$@)2AhZftZW^XG@&C(IE@Yw?b1N;rV3Qp!(B$KhvtMP*Nz9*~%6tB~Oc1R*R5Qx8 z_)1KAGrg`d|LEoRm(=?_*B!+kC)`s_?wud*n?Zo0qwJ;4;Ef!YNkP9lr_pApV=E?& z^M*}uBoPl|-2Z%89fo_$YLB{d5yiK>dp=C3tY*K$&v%_GmXov{CTU_64L@bjPJg6|buG5g!(B;p72 zJKCl)si}(7)w0T}QQY5N@%d5`Lcp^m1NtpIJNqWEIJX#dn<~RuJ215BBiSqtFSroz z#>{`HZ~OU=?FhUhR4JH`at|c)D*5D0VBsJ`8Wqp&-VKM6DsiY#SwM>1HqG&-tKz*l z&|zFS(25-zFZw%)_6Q1XDqpR^cx$nu6Z^)9G=J-gl{{GeZUp)Fw=dAbe2f^w{SpMP zVp25Ra&ai|Wqg33XpI1Q@=aak7Q7ndC`w3?@wN-BPhW-;Y%F@Qa>=v0aS8$O^gngcU8WA2E|1AOt{g=;r^m z68yv$=Cg0R*2a2QzP=~3TkbJ(J^SvP(H*MJY}8AkZnqM~flh&-1IPQN$DIk0 zak?bNDk~l58S$Gmij0}&uy7_@<|;>*zm{mTGr|*bNZ7*^Egx&I=)(SqRmep5%`8v( zF;qfPBtHDiKos&s@#?_b9}lvSiNWc)6Y5}jothwEuW$;>m73A5D3y1N6J@}bo516! z#gM>7ak@7brme{?ab!lZ`eFYOqG6JzI z`WYWL=B34&=R$RKJxHhQu|q|>6*$M1|FYvg`>4hCEEM-W*2x}@N|3<%#)RPu zRz5aqSQ0Ck5KMjOWCRYQ;Lt~ZoIZkQ6oXavcmZV3bbZhx&J{ z`UATSOXp0V!vA!&&z|}c;HmURJ3@}X_X5TJg0e9;&)Bl{=wao&?KGpK*FA48oeKi4 zE$8LK%G6q2t_JyqgbSOe8+g38js}wXNdikx#{FiBs;)n~-CkXb$`bHV$E(nzNwDfA z|8#s8gQ4&XKwTeTNb|ZttT858%%0RJVr=emnIdeG# zdT2juWjpj-tAF*6UEnJrtT#n8avaqN>W+tEpOWhvx1JYpOB_Eb87*zML#Nkpm^oUL zC8Wg&_z`2S%D@u>^pq42v1lk0y|4P%H&y(1x>paD#hI;!9@Kc9ls?=$3D)9t?^!en zzI5Zwolh%ZHJcq8%G!RecQIS%S>~Z}YdPDFLPjZlaHy;uKXNJlV=p|qqGx;87h_$@ z_f;nT$v9msZTiJ&bT4*)58&_Bejw zV6U=y)kd7iN~>}FL{>SO|5}rqt%&xzu41Bpyj?OvvZYGObe-%eXXyI7d^r(E>Zq~n!B_A7$wQ$oEyTl- zwd2vdV`&^U=jrlWh4-2p!lGw_-3&n2FNQJqUF0Sc~_dmP$X z`6T1Fk!VdlYizx+Xi0rDo)knL!#b!!NFtaf6Dq+gXN&iT_qPWOhl6&}$0&uJmcHwf zi_bwH$~5VRb9+*H?tQV(&hSikUOoJBRBEyJ&~zv@zC9RQm#9rZXtzo@n45WRqOsIq zM8oy!JL7va+RAhp3*O69-KlE35(Zk;hUn!dX$CQQw#^z&8)@lQB`_nCJ+NgN&Ydb! z8VlC3%!jI*KaQyF1NZN&9_mw=VsiZ6HvLhPM_4Opg&3SVN7(cfz&{xAmcD&zl&m_Y zs@>!@YK^iN&<8)UfWC76hp|LOM$oEpXnB_RQQe-i@=clTWd~alQJ_;)BKjUzneba3E#z^(kiF~!neljzLi21}Hsy)Qk0o9cvGl4srr*}23!IHZ z78^WHrWGW_>RM%~;aGz27NGD4s5A{EY??d*L#`+fC^ij|4<7A1aKjij^{u7?HiF*Q z&SIVu3*O@(kWMDi{Ns@FwGm&~+l>!-Mj@HhQ?groU_KzL&}5-=?bh^y@L7>t<`KM3 zy7%5Lr_t^(te??safjt@geCFQ3X{#C+K~77V?5E`hqS??Z{J6#OI@+EG@Q3S^Vkp3 z72rfq@WP;!VK_%@%H&ad=AET09_<~&KT*@Cof7EuBwj@O0wre1UKK+9Z858B-hDXI z)M08~j_{JF1Nv@Ry5PXP5Y89BJ)>yH&04u{LXL_KL(PJUj;UKNBz;755aikRnA2|xOoGj|B zlya4IOIN-wYtR{ZpUZ>pZ!1b(n+eGVKl+osdrlLlISI;UYV0qgzbSK<7Ik{JZ8D+1 zoWfyM(DkGU;*Ii7K!&TDXI3`vS(wx9-Hqok>Q2Z#Z0X!}xTIa{!|cMYFHE!R)jZae zSs(OB$G87fh) z9&{p+=rkw3VE~~X44n$aA1;tCNvI$fTLifr$pnLLcw+o`4S~}Ta}*4tYCNk)ia@~j zytly67<#V6Xua5+9p4wH+o>kG>!{m(*Km4oxNn#+RrA#HX_DQDV}^U9wxt@I)wluM zJ?CDMB|%XIJT$Gx30lNwsL(fcRVxNr)tK-b*+1{x7hWVqDRYZ?`E=3l=Bp%E zv7(qbP2%u^TF>Za`4Kw+`VV_9Y%H*1<=Bg)&2OE=n*?l^h+MLL+89df1v$B6&b+b9 z!FiWP)3KL4n(5-7X!@odqpQq0B3%&BxyLkl?Mvrw_XVuM7m*MP|8dcc>URP?b+5;DVxac9jHPm#vcG{oQ2Jax% zu5~zYk#Slt{mOx$q#DvLK=~=kJ2GqQldktu1MK`$>~5UTw9--h>4jeBOR!Y*N)zlL z%Ar}8OAcMh9g!+2je=FU*HRL?!2u4>a2j)DF58uqd>tlfonTz$B%0l^(M@KlJwLI; zcc<%p+jfSxgxWuD#0v<}N@Sx(`@fWBI}9}q+&J>JU)u;nB|qES2g19NfLPN7796>B zG+j84vlR^>2w^g4P3}q@XhZQWZ49N?6<~b6&v-=mX&dj^tG73M7eHO%J`3IWqX3wX zWl{14i{IPcw~P3Vuz3$D45yk}UN-Ks>C{gW!SHf|<~b9?KyK2z(@%j3^z`5h zNlDlSodjQh4FyuG=Gl;{_2MLJjOO9fcgbg)QAvD`!qaSdG!qQk-(BRf2NJ{kiN+!> zo%b&ws`*-2s~$nQR21*72FK=YF|X1M;Vzu7g}ru9DqcJp7MSc;DaTQ`R`JMYh>MVc zMEATiLOOB!5?66jcam(MEw^PZs(uCYK0g3|1{`FnVWnQk6UMj0i(60_A?yoU1us+m zSj|Qy?npiAfPlL*Qzd7^*xs%P0`5#z#-<$l34IYpjQK|aC`3+tm>bu7aNA!1x^c_G)8@92E{RROBDm8wB9jnm2^hqfr;K=V^Fv`15=-xzRO9$SN1thXeVSj%5EzIbMR*3!qTQ!=*|kmqh1z`6CMSZhH_v z3c#EhKyoacDfP&1RgdHA0|`MilON|3b}j?5Q?3e zvfn0FR~Fycxy;LQl{*LIYu0w9&c>0e+qpvObyX~yUqrFLsh=s%eSycK6g?16VNEVY zn(T32P>)NI_u6yw%Jh77hLNB)d*6FhB?j&^IdrQkFC6yCrL-=W8z31eU}CLm6j&K} zxAo?b>g&pLmj#9-a2Vw)6^y)m^(ACE2hP}hVmw&sI6XOQH(k8H`wKo+4ccoM)WjfB z5h~e)P#~ls3DhSjtmo>{8FhHMoNwyCUN58I09{7n!&}fThMRkodlIm(1Z9)?E$I;t zoj{WaL%`%w$a$GcT-Aa>26rz4zc+?dlSG|mDVuPM=XEggP)g#W*To)OUxsB2Ke}>v z&7eneb7*X@(b=cjigu{NERZ*7^p+>_fCU*orkCvEzYf*~9vDz2&q^#{GaDTYQQqz< zSvdv*GtodXzqeSw?YOO)Ee;Fih{T9wN<||0{jMlJv|9hX_cx34>xo8Yd5YFr_jNgS zCQm=F#izF4POO=p=TB}eR_C&+_G?&Z?xr)=Zmj;ebg~G`P4|je^?ngkj#Ji^TxHd> zi6Ks)jOTS#6PbHaXdqCHM>4d(eJ~#i{YAR>9hR5;HgGB^5F#i~Im$VUzC@kkvPY<6 zJnxN-=*)EUeGyJ(?e+f1jhCz5Ip$lnlbBc|Wn^9jUQS>k&EdkFc8%+G5c!LQuezFa z@OaQbP;j_^9He7S3t9kHiu*x0zo#2bI^_)Nq6Q!^#e&WkAwCs7ZPhmdi=15Wc;Hb{ zYu9P`g_}7wJtd1APtv%UQ#9eO8=!#%t5^hP?y$tx!`KSU&e&z~Rp5ZQpNunCFB56c)|Db5pU7Q%#y&a;4H$|DU5h5S@zEz>)22C z=NUl*Bs5NJldyQGguK3KPkN(yFS#`t0!W(LdhZEDl@)XOp)ibb59=nm;t#FiY8g1m zu<4uq2gs8oBQagaB_f8?IW0ZsF3MK3^@~sm>>`w=lX(qFUPX=RbmZ*9dGl4u<$1Q% zD!JFbGpQB37Y*$nvBcM2;6kF?<|4E;Iksv`mfNEa$L1oO=5I1WI>XsMto5XeqZoDX z&n}a*XC2ej_;Vf#RPwEtH3>7he|8;vKNil`87_} zVv6#Rz@F>k-IyCvwOg+%i3dM6$dO*Zh>Yk&hSVN|-UhUyxrwFNF1mjGr3DZ* z>?j5gomhBdJG8i!j3E8nJ0nH7$BR#fh$zi>hkBfW$i}he=Ib`;2o$%OBDURsMh>Sp z=)1>kw@2XNz{hgJ?*7Qj>I^?pa$TJ4Sy7w;9udpurkYY@w6n>N?zdX!c8 z#tSImTB{RAmseU$DVU?+cB(~E%R2}&n)IjfLHJw`MYo3-G%H^aD?_z8rUAcl_;n9y zvh%Gx|Ms}5l}-blYE;s8LHvZ$QqGHTm2M=xsq8A1B6Yl$?T{b~K3kWjD>+Hq43+Tv z@53_(y*r(D^SPJSS1Nd3_dw@iM0&~0xG?H8=8Y$pMNe6Zzekth-y0Q)^O%mto6S-?oit@=d3LkS27gYT>J?a%@0rZzfj6Oaj#@ZXTJ1GV#zN+7sP=K{FJ zGN2s~k2W$DtjZJ0ZE%OE`26l{W@Y?AU>9r$We$xZB~QZUS&pSr>Fz5|KhZ zdSUY5Qo(Th&E=_sA+1+TyDBYQaS*9=e|_a>`jP z)=c(q6o=|A55j){@aptb9G|1UeF|u!UUzZtRs%yGOvgR z!0RvE1|N6$J&Sdc(QXvifwsA6dlsZ>L!YFfp<66EwZM+CaU=qn-*{#q8IA9HOgs2y z1wsFL3gEg=E31H9O5m8p_hvV2V>^ScsG^NlZ&Dt715a*GI_Lmg#U>x-LCkrG|EWV56Jig8mW(O8cZnOBQAoPHST;mnb9pm8SwBFx0dsI7q__wd=Mdltm%0Hfc!X zP`ls4X&f4gJ_KTny)D zj7WO_UcRj0a2pWK-p)L&o_OUb*q^|4vZ4$cjX0EwPQ1TsafF}~82Y857TgQ>RJ8uP zF{ICDW`ildji2J}>dBr>0C_D(F8spJN^N`uvI^gNfuI$=M2gYFc`~Ma!RD2OXD^^% zdDvW}F?ulSL+>@5&W-esgMF(G7=1{J+TQELJyC0#F!}u|qVN~t1=`$lC>)6zYzJ0t zYdVhzXz$0-uG6WAV$y1N|43*`=8c}ea6mI@o0Gr2#rXg^E~6dGCo5>$+?6ZUo3E4^ zt`uT(B@-fzt-7xMc)Lp#%X98rP+{3G7fl*fzRxBY6kTW%lrVRHX8*HpV~p*aO9aZ5 zH7hPUTOIe=T)r|ETN7^_u9QzwvN)bw|xEx+nv zJ-=<-(w@dRHKCs?`{-#Jx&%`ixEnL^+7{h?DU76e4)bPV2w z#mB=?YCWcewZV^5I6UVY>{a79tP6>T3;IvJ$^(hk7V21vKidv$qU7 zL&i|1?wCI5_(Qc!oT0&GSeJnb{w$B>gMX&}1LnLlO0`uz%G&((xb~pHyps+l1UMk69INQ~qO~uPM->n!@|t37Y|=H9 z@4d${@vSnS=+EU(s89(g7!lfgD-C^SQF4V_o87o(!B^{D6`}w;NjGH=7i8^^+hdxS z(CZq+S%fc47D#8QlO8$TN0^>iV5(GZtY6_q>R9{GPFKvkKY>Y#KTlqxcd^<1p6oy?h`b_*TQV~nURk)p))z~h-3t{z7q9s+;SGz#jyeG=# zYLF=vGdxr@PEEN1_i9rh`qQiT)DKZ^?%{O!Z_t|5>GK9A31`rv=L?EI?$s!e)CfI; zeMeDT7!5+lfaj^(&-Q+TazrVh;3z25ZM-|LF>v$LYJA*j!_kE0u!d3ti63<_nfhnm zl)dg7?$=Pf^R(Tf+JV32h{mel@J!-MGcm=R%OAk$1)S$67#*hMR>WlY-{@4&uHZCg zn>30*L1YhC7+383RZ#g|S5oe?hSR-^JlP)C*{-9M_$+Y|l0X`vx)*tGdA%!Axo*Wc z6YayHV&^A#2ff{$%D9YoWtC1JNyD+1{gol7sa~A|WgRFn1_3{i(3O#uCOGtChxe8DMPAcI#o{4L zBvN{D!7h;NaJ$DX^Xg9f5I*y&BMstVz8n4Xk@bqZf%*BviRJ>@KOct=EVc#o0v6~B z2(q~kvHIn|jxKkmbG&O;1`Pm)dX+~qrL!Hch!vrN`OA@55Q=##0yZGP84?kHEp!1T zt&Dd5c0-v?#y`X78Rt9e`No3n+TN~Uipsw>$VZrB1t?@$iB>^HEQCj4pAnhwtJMm8 zkI}8~DD}SeY6!n~>bOxS{PY2a9@to}_TJ(REpOnqyOi?vnx&AszGl3LRWNT`;(?2B z>`0kMY_sJllWm+LFjhY!(Mxz4Jlz-?122${V=~3o?EoSmmmBid>VGkX~5n(jlrH$t+a(8LqU{OcaF;lLf7sM{7MpDNVjr+X~8X5{O6A zCgcW&dDcvM~;d*&%p6dhIWaMlP0?)Kwbea&pM-RG5P3!5xP zj-yTP>y-vPoY&E=mjv%mpF->M+!)Copce%_}|)+D1z z_ekKpRo-gWXWY_H)C*%pj!>YK@G#d>LVSh(r34(^*=VzfO|iUiF+KY~636@^dce^f z2Cc>=bJE~Ll_< z4djORBBK`(qa!hPA>;#J7x-J56|Wax`q*;-=P;aH61~Q0H%|5#+Sm`GU3*OW^vlVU z)4Qw_aT=;%d(Kc*M>{5d%wE327b!m&)z6cNU8q=>fHQ6yfU?(8J+Dbs3aDUN@!#27 z$ByAPp(0WaK<^R_=v3f=_~nd)+=nSwEHo@)7htWgfNsibtl7@i9s3T@&aH2uRI*m& zWvO*XEGt@rk_Y9mv5cy$b+GA*s({cNWA|7u_Ac^fskk?v4St>7LH=9_!8)6*qYn4e z+~Ch8OB=J&*!>zG2xhuxIejo78R{KL8mtFzMi|rNrIlPXAHPT@Hh(-2m6hymR2yo! zt=a?PNtphTt;byVlw8Q<(XW}K!UVTlV-@XwtjKeD?iBCL*N8DB@fD!lUhe2B_EF8_ zRc?|K#Ep+*Xh?|SO@Zok*AEb~|IWy<-s6-{T?}Yf0xe2Md#`6x)j{Vw{daoA0IyzRS?UfjG9=qBk;IdfO@MnuiGM;1hoVeQvG-hRM`#Gw2TB>0^48U7Q4kfg2d^pK z+okJGY&ra><$xcOYwMEj(O=`zI>WN{)n5kMW^{uAnm77B$Q3H;Ph+vSc;32IK^FkT8!9}R){^9lmI z11z#C@53h0?=!^U^*Lo)SpIADgyw?_&_Yxl#k4c`y=y;m()Xr4IssxE)i!x=HC|8@>y+ zo261f`_|!dQ^iDhG=wr@*ibI}*Wy^53TRW@dd*PU540^HvF==ZQ=#vDW8IllkWzSM z;;?&j7cIUx2bO?2Ky+x)?}!ar(de+*11Cs@A=HW`la9e>k2e^P-;t{q`@te@t-QBs zPb2!a9t<|CZwYo0C;m^+!T1+l6!d<;HadZDZtd zy^(AI8NF9oO-F!1*GM=}A+dkE@9h<_SP5r|_-2MNp$~`Ic&xi5n%Yu@Q;SI8O4`Xn zBi$XM1@UdtsVdT?(AHp6XzC{1G8hb#O=M`ukWIb=cF>6RDuv%@H-#<-pq%kcU?btu z7A$q)uA1$yoqmxEGobukp70e!_jy2+5HI22w?g4UVup#*>XOoEv*_n!){5|fZbCxE zhz{hi-7uv2(JbRwjAgHzkzAo8^*5=?PeWG_QPx85`7r42eXBXKg`_|3y-n>4`Z#5R zG^Fn0^X@HFM<6x*M+gw#yx>fz0m=ALc}2=YtT(%_@4;MuW%|3mj)jpzyW)78*m{ z#_HA5!+x33mTUaeR~{V1_plu*O2DStI|%jm9e=7Kn}WQz&LrC23iM1fx5pu>a*Y>T zw7Z7>PPF(rHlKy}@z&GmKQe+8Sct7YG&1)>D4|cf3s|8SJomy%K@NFn9*;BNF+YM@ zg=X72d;^j4)^RMkc|WfojFRR=L1=&!F0qP5Q|8TF)shyA0=&`*DOa(t4Mt<7A^S7%j2>lq^h3Q?^(`d^jlE)#+ zyyR`E2zl@_t1`Ra<|jX=^sRp88evRH_bClRRLk7KY} zE)d}8KYNhC1Col@dRDCWv?-AD*KL0yiAZsMf$U5V5bq@jQFvk2B99>clvK@jKA>#a zFt|!bAY6}x^f4_;alSXmQM>seGc$sIyI7pu&(s6#ZLK>I?|-WzQN91B{6h&~o^C$V zBZ53$cM^0>P}A?rmh)e5R552%;a*sq6-<|#|3AefIWcLY7~KxuyVVIQHZU(XIj zzSzL~R=cX(yOraf?k6iY2gtZ-28T5S!Ou$@v>+7nl1t();6H6oy(XObEZ~^%HTj~B zSb?3Kj{KrPqpBo4C#cW}4S8=m??mfa<*U^^iSmv9ZmBA3EqZ`68WP#RIFcYB*!io5 z@vVBT%57_N1p82t#I`|y>_M6qN%o?pU28F}vBYUFyef)l*!#1VH`v1cgn8Tqt#%@1 z7VVo*&fn0RKQcs%y~_RQnEPo4qn?uq6yNAgP#V%f3e3g!oh}yLVoObN)tp;z3I51F z^)1D{d19NJV+1ZIn<7GsHH#VwnU1fEZVTRX^$a{5mwX<2DUuP{;R&$csH%%~zV<<4 zj0S$lgrt#X(sr5K?#AG7J@s$x*b=iZ_rik8YqzWtafX2zhUkV$`h=vsFLeVHacwjE7?^Ju&7L@? z#s*({R34MF9&}U|YLlGqpYthE%7$y%VSDx3PJ=9*VQ-vKi0Af$8?ST-+^8Bz&?}h^ z*U5Ce;#)Tg9+`%#@{EB>yAE!o*-KaR^}&LzW?b6uO9V^n^d+aMEm0@py(cTM3p?#S z{)*YMoBIg)E=-nvKvY0CqB`5)VQ6@Z^T(4qShQ-jJ}CM%JgaqrMB%SMk2A#5)>T@BVjUSnR%}aFJ`f5> zmOt^*XdkbA?cUkJ#+)&LwE0jm`tZy$hWQG0)*Sl&gi%)!KUioKI#kCsLB%`M?Kfka>OES2LSNCGgr~l3kc*r!bA53# zGQ}_ACjwaZ<*x}yW0>4`3P>O{uiNxNJvkbr;@sVzZifk0lQ3=66&XT?;rvz=QEJ{~ zF(7gnl;L$DWXg}0X(M%}W;~tQ%nybmxJ+WFL?NPPq55d2gu`YWW!SfzU9m>}@J(=| zu4h(^n&*WKWA15~z1>^sb-CW11G3dJE6+AP!yRT~Xi$&CuCHe!7m-ZnZ)n;YykM#I zzCm`QF6Ix^gpj<#l2`V9#`zGSG?btXy!Pnfoc3)J=1L|8US)T$=Y03LA2QBRfXfr^ zgUKMT@<0v0P?a&szIMGX$$EAmiKmIxYDRueAxwC02dofnZ@N=$=;}|xaTH7s*7FmE z+&c0W%~U%p=$?OkQaO)(MkonMQ$08wAAIa5VzQX*^L`6JoRrRp@?*%_-wK}kre`=N z2H9=4x~el7q)9-Rt>i-a_&W&*Of|Ij4&l8;$F8cWH|F*7oY6CO});LZdyF-Ia+ZW7=<~%E2kVYGA5xA@>lQY z>~G_79bsY4V@tq)%LZH;?0Vu?7NR2!IeSj*!}0d&0e7GtKk0?>6G*9juiN{)^2Qr^ z40!iS>*ymhb~eY_k1dwmqy0^8=V|zpHDeHJ)vxa^!|9a;+Ao~sJa)^5KTaG(L!IiEOETY9O?jN%gL?*n2V6Xce{cRO!Wy0+z4DQDh5=-d^vevsHw<^UcHJ zTsA2M*tNcfn!bto?w&U>_(jU%gwJi+HgW10FqhQE!nyZOLA!=vJKg$+w=&rHoOxlT~u^jMN7w)|DV zXwH25k4qBI=pAOS?#H=>X<|eDnMmt~m+#n+jm>>uQ5X%bxDu-JR{z-T^O89JKs`3B zY__q7ny4wWSv!rhb{#j!2fP6sukU0~p4x_tcRk?4TqKDVEAj1QH@9Y$`&A5ey{b~(Ycgjz3IX_d z=B}7eQ4;intAI2D+T4X$>=^Wcsu&g7AqN?FQ=cOPTwdZyfNMs0<{^T9WAi|vx)a;KOh<|Kc2!k>ub@lKVK?T8UhVbKSqMUF9PmAzHayWsPRQBtFf@SyB`Aax{8G>pzjJh z+i8W~q%$VQWtW6hvPf0UkI5>}^#!vLb7-C-6 zt&lx3ls_o!xNhOdM@9Za1fr{j5e|b*uLzV_aM34Fb!J?$yxxdWrnj9?cu#MS7h(ja z#8U@>j^djSVmip@aiCl6h8xh7j%kYA@ufnt zitn=f$jd1qP-J_?*8xOWWxUQ7;jTj!8$Dbl)0l1I z3{}7~9dQh87#a)3DF?lgxZ|k_L!YYTQ-=~Z{{T8+BtWd-(cl!<>#t8FBdNoHAht*{ zicZ&)27}HIqNs(}Zqr0SrtmIhsw)BlZ3hKRrk1vN9x86;_e*Zi_7b@4r9gvm$3qN{ zj`PFS2%uEvwiVu~1>bCoa=8|7?QrM|;sse?CEnuQ*< z7QW%Q-wi2P8c8Ua+hbTdKjj!wJ<4?I);hE;2vXQCuz;SGH~3sbC~zj8nVYB-P?uU4TKJ(J~Rp+?V9q#NPbPtCa|i>=ExszQtmT$+7$TSA)&SJCGGnCr9DSVfYq=+; zd0Y)Bst6ATRZho)l{+R+6w12d@5)#wNn-q-O=f{y?TOs0$OvalzHH{>5};53( znKP(fdY;+oTnzT+W~LQi*HyYEbg7q34v=UzKHo*f!yx_iv|&4jcXc|d*YCyH9vxlh zrqv5NaKZ+1!Z2u66N3&ZAG~hbSn!jqi?j|#u!A{OyJ<;$W5gHK$q#FW7cUNPLh$Ly z!lA>|03dE0S(@`@nNe?6qGOK3&6R7ePDAYr&~3xEU!2I3yeJRn8nn`trj$$Cp?04A z4C>cOy8-Epm3H4;OBc#PuqH$EGR3D^|6#x@Am&}Mj4rFnDNDrfK@Bou(I6!fWZq6$ zNK^z=Jx$j)fRB01w8+#Zg8Z;wYt)u4;r{vxsP$L8W9WDZ>e_sdIXUl?w|qyYM0skH zK3xN?R)j(VgZ48-Yz8`z0*k!9Je3ChcMY!qAdA{OzM7pg_COuvRwa!~-W_50Yfb`H z405?7-ckT{**3kHUSK5z-Mk4|ww76X0l35IF_{zwj-qX1c{7G!`x$6jpK+`5{T%rT zli+s_ys3vnq45)R6EWIru94JEPa73gV+iJ|G#9$;jjQDrZ`-=t;LPYrj&8|CxB7OD z=RXli9+_ntjy4mG&L3Jze&&21@=7X(=EKG98PQauZ2@bMyv8^~;(8%oQIE88Vd1ur zN^@d?N8y3ST8&P4om&ge5zEO3D14RvWD0FfPwK!BnZH5#&d&RL1UN%YRS!4D=X6iI zSk0a+>3yBFJ+3(zeT(ui?bZaTC}+rEgZZjV!pPO~+=`1}_JavMXXH_CrosUR`Ka*K zeRqd&r(m;-58s7#U1n8#!`(cGg!jHRX3mIa;85OxH22sL90%|d+7H}eo5X=`Cc|gJ zFXS$ujq@=gCbJ#o%X|w8Uu2^2XTmDY{l(1C^K1voqq6T2eRZA8C$eZDhe`82k9U%J z?FKO~-BGq}FYr*2z}J!D-#far0tq_qGcwo1l?$A)k-YbT(M+_ho;md?FG+j?=XPfj z?#l>gE;DVtMOI~OZj%o%I-0BBn{Tq7SqjGEfRPUa|Bi=n(^+`KhwYAc+RWiUy&xZPeVT-B#V2aSi;{Bn|HctupJ=B`4m7o_u+fRGZyjE9U z{Z^Qn)CK(q@>$ig5{M34qcqL7&YQzx15ZeUet>EmHz`&xGit2c&g3(Iiiq4p>OBJW z49gkD=zZgXByDj4tNBLl%BPPAYp_Ik)R!hSRrJG|Owe@2`3Dmy@AL{eik% z&h0o;*uA;1FVRoCeJ*=!eaI=s=DbNpbv7F=(51O9^~yRv!J~G9-l7!tl?lV1&G4H% zc0rHN2hvN8TOXWml4dKx&?Wd6aG!?OXnyK0ioosy@FTB#s_R4(K+=TtkK z*T`&^qTKMl6nR9GiKM3$sE!FdXq6-N&1S&oO7#O}e=fqV0ft|AizY5nF$%5u5$hxRrz3BWE zXb$RFYUT6N1VU;NcoWmqjHUkYre;tw={@}O^*B(c;={Z6wsTSAb{nXAEF z!Exx5lViz>9;kQyKV02TrV+JhLx!&7*O5^1h*j9xu8VH8g)VT8P`NcbFb@2n6_$kJ1tQS>}X zNP6o)b^HBQtlT9^ZY&|KZ*JnC zS;;X0dA#b4!7XT$^3-FuRO zFosL%<}nJXdEL%%8Ck)*q0}}#`65O33XM`Sj=J5UssXo);-r0k)N7nV6*X^`aQ6+r77BG_6rr0inwShmDl}LLhUl)uLK*l|0QN?{P7;lc3 zaC=l4s-?~2QTiL7UtzU!X=1-l#Aw-K&1^zx{uf^?w2;tcfrpCF*6GOncV*Vq4_6E4 zOGvS-!QKTSodciKxTi^I*Go&9jBC~o0ufjrRaCx{GfP$fQblWIuhgCu7vX7$@UT;h zn4WI#J!F)U3$QUwyYpexsE>9U3%YTt=0}HsWVQ=Z#sGHhi87^g&tP9N0MGCxf;7dE z#o^?bS_h%-_x$F2-xr>ezg!hCmi1vuPM~>(6iljR>ZQ9BBNk1ib9#@o9L!hQ$e^C_ zezX!%o`ep@6=E??{G@LA;7bOvm~Y!mO8RFkJIy@3!g)Y@gt*PO_}kUt!4|92#xe`c z-COS0LJPHwib9#idb5W3zH;?CL%^2=@pY0EJyQJ~JPQ-sM8Py{`2^d&)bZcp7-%)Y ziC>^8lW_vxU{_VMm>&1qp_)WopUya~g->d?TsJSE?7IwFuG{p*ZQv3^#<1JyR6vHq z*$A14Dsg-KO~wbOPFoYm78N1US~7~gE8Im z__(@R$5iqCE!?)~{8z8sioVIcc9%=TYI|IWiAfEev?eo7O6) zCv???Xc_*MM|aXaR{SVXKkZr#Co3N~9R1LzNg!ot@O3P%2lD&ryS=%2AQqQTN@R|O z?F}F#eWHg)r;OF43H2_R`cpaET(B8SpRU}sfI>8(!2CnP9UE?)V__shRrlJ%5q{4b zZ*KGI!oF9URm_3J6!ITYn@1=$`>FA|@mf2q(uq61xGmbBi|cvaL%~9V%M*>YhGlRu z*-r~Q-B8V24&A_SOS>8M5ZK<~So4a4@K=-~gqO_=y2Kn;cD?B@m4b$u1g|uq?G!ca z5(bdF{xyJ{p|I!cZZKhEXW~4WRE#JZ&B)9g=p__MT7!$BWe!rKOE@+YQ{t_d{b{0+Dt^}xvmdlg0TDT00ADsY5V z*}XQ&)mRI_=2%2}oYI@KN(i`LKsI3F4gkH|;?S0LjYJJ6AedjubQ84H`*+jQbO~%s zVH%#7Q`hQLq*iljCGpBu-l{AN%ft=SkD;t$oz#HS%4`I=cw(=Cfj*~9)EmSi*qVEU zE^)!7vo^wiIUva&=sbTE1??}S2i%g4yBjT-kn&;^NK~|j(4z-ZJORndv5i!(abV(J zbO4J8i^Ae>k0GaN4*Uqu9dwvF#-7z+GPtU#7PSQ2*qo)P9S)=qI?x{X_ueT-4}JE&5cb}!HD zH^m>0CKjl-7YH0QY)7Y*`Y3kxc9#L&I)lURYtjp-0P@Esr#NfLmA0IQ5`}PYjs5_! z3A!)Lh5`p0uP}yE=IG8f`$LKcS}7bBzp}`$7ex^zcrCHDXq#v9IB6_hqIEz^mg6^N zesW92o+30!Sha|J6y{NO@j#0Fh3|$~Tu`=Tln{%_fHLnif@NB<2yhKzkKaR9GNay* zupF%t57<68#N)-T!l`0+&1b7-wRp$T9Uq7K^%^xa9+QOSMz zJRj8O^m1~nvG_KmUay(Gj|L{Ytb+FKMpl?a<&YQxh4?k8T93A(KC6t&ramXo7k-lJ zseC0~KX~;|juR&%Ih!mgoj_8K*^35k$Ak!cN!a45{XkHeb1U9enhOPGF_H0o3nG_m z!|;c}Nfj)rA#eh;QuDlrp7WogO#HSP_H*!U_t0ByP1EchU=8O+uOasam_h3x3^Ea< zrh#RGJ)kUH9n6l{aR8x!%N`cRRtq*C=3T+T(E2+&6P4Z1_|BO~s09q3C8>tmnFpK6 zlZCy`g;FWdkq#W{B(e}*8bZ`yX=2%pI4M5Si;O^fg@%KSR&J{#n8i`Mc#nzLP)JZo zgqr8lE(XPJ(JR)3GQY?8Z6WvZG{r@-;zc>ex}WFi#pJ-%onE=1(7D-Kr%h{-KdB9z z)*JaKh=Jh)p@i{eoD}k}S$hxXO_s0^N47I)^N98Wzbu)8O*hy6O#S|JgELZMBdkc*EZ6t$`d4H03Tk?VE!)>N7_I_aZw=)8 z3I^_DDhpnK#6KG3&?G_h{i*(A)-rh34jHzPvFvgteq%+^SzqX&7oAF`oQ(WBGR5 ze+od9CF=Q$gK=$(PATz;UpDzLzvqx^tW&pPR-;ODzS1^S%D%#+DGNl3Ih{?rv{Y-M zGmk<;+gY&q<6!c?>p;BpJTkjK)%nS}$}s<^2rDksNl5$)@?#kDrgI zOjR&+`<3ir>TWugZ92?rp3SB-pOFDWeaAihf&5)6G@H#Te(K5(G2K^NYoti;DFToQ z_4X|%rxFaGug+^_Dk^=;yK7sfoydOCDj{nb_!W2PEplk%#XaAx(O|Bp=(CPN!1f~m zBO9M21V*?Tyq^H7Zo1)>`We3KcM@McG}Lojv>mR|AMM}RZVA2NS!`Cd4qLurID)BN zV;nQ@N2i(`8OfVz%3M0>+TsulDsz*ZvbyU?39JB9>16ej0vG>tRMIc{!8|{VsnGMm z%)|lnq-HQ@s-PI?@~OtrB$(z$fz-ZR2+Kk8Pt|DFX7}0g1wVV$0GV;ngg|<^JMO}f zHD9h>M$kVI)_|MK>~Xb6qPA$3EaF%pe|Qb+d~Ke9n=Qb zyV6)bNjC8$&ax%dYj>i9RxrWGyD9cVAD~Ax9&RJ(uva80i2cSeSrYW`p0U2neRG(i zAj(6UNCE@CUgP*fdpXnK$hrqs8SAoF5p{3zHSz+n2$9x(t0c`B}1f5PkgUhTJ0u6r(&qXiO|m-f$is-LDFzy|9@p%OLj zI}qPztgvY{#T5!h*OmEmcx9?!eo5$mg%CfBeu2agGXA9_h6+6tU+q6iH}2ck87&7d z?qt^a<&_u?<<<$}P7!<;%{~10{lfO~|r#c+8(GlJ0NrPwL^=V$PuA1y)PC{i3!`&~DG0nO}0 zh}_BQog&zSnrc2A{Bo!@_gga*@64sxRz}60ZAAX_KC$wkNy%a)b$fV&OLhLE?kK&) za$&2YyjsM9**iLJ`CO4{iYVpUcV#3)l0DxjoF>~#HXVBz5AEuB&Gm@B#L}s$)8~4Q zx_P?DLf~%Po(IA6wF}a~{@VifKu$`0J2n*^0ZKC9IkLv1Rj~o#ISm9(KM7Dq z)j-J;OWCjNrB6C}Phf!yLNmqI2B5T9BN7IkORVxwi6WKac0q>$DfZ%Sll96JP9mdm zI5zwzMoxH`N-QcFd|sWpskbAvJ@6O_B9Q~>Z%m*Gm2zT2VO3LY&17K zf$TTvZ@=M99>by%I^t5FG&H*)6Y(vVEFTg3LJeqN3a&38q1!g=esxAF`+Mf`47vf& z{&6Gzv#a;ZAAB`>U04oMZ&YZd;2^Gfg+bJ79~)+S9@6vJnr(#__>k zZX^x>R@1FuV}q<)J1F-dHZXVw@JrwmGs*l}K#KStR?znTtWmm5#2m<7*B_+vsnatD zTZ2DJ8<1fB2q2;hwiGrz1?^C8aclY+m?Ms&L`JZ-gQaSjf8(ka%YB(=<*JzY`GfMa zAzXIFA_xSxDP|0xtp_s-EJARV+45}$#fz6i!ZPBQ?v7{8@2Y3i+U|WTk2bkIsvEyz zx&?W#efQ=PGVZdF)C%RYM8&RU5=dF-#PN(A)FSaL`Pyyj^^#IPtj{7+Ze^aB8E3Bv zm|CMzCh9^a2@eDH%dI4d)0qSchr*%yNkNKA`{g-{)j2zwSUxA4hny*U&wQev{3kOj zcAq%#wi6W3n@-z?6C|;>0*B?EQtg!zD*tNloK@r26&*%kKCpV-&P5zb5b6gQdNKo# zCHiNOTud78e3HMhq|MnTTx53_?R>CGCznnUnIGu*Hsh;Pt8^aJ@gk2WoChs8MI%8_$LIO8sl{`<$+4(iXB@!?Lsht9$xnH9wgR<)=jpTlK*NHxR`UTB9}{Tp z?>UqtgC@owERo zFJe=28p#<4Y?#4%1vDNmx^oGiU)I|U`Yz$r-wTf4$4Ef9T`n3e6y+N>mTPXiLRinX z1huD((EF7az&E9laLP1goC!2j__GaopS(P3K56z34#{H}d^?Qkp*S$FBM!ib@{yWE|Zyv)%K zh1Ljm?uq(P?UxP_YohOrHE>3Ziynxh_Xzhj9@%^F>Uc@@g`u~PDj)hCI zRe9hRQ|uahzl0W3@F;EeVDD~{IL{2qqZE~_+|AYMNYFci?mDhv*KS`(sF1hhXT1T{ z%CcAnL7h=GfKOmn^aNH9hCt$D0_L#e_<`gz0fZ-&5BQDAZbdP^fUSM)a8kdv*1-;+ zFO|l+_9DlvRm1Oc@u7;KvUqJLjn6;Gz_bPBWLnucoS?Kp)P@!uu|UC4y<#r;kYV;z ztaM6$8%37sd|U_N3-TBAL_nd~C*pV;nt;U-+0jt_p{}R~XW$lqC}PHOmFAT_P;kk% zOJ}Ek^X*?%ARR9WzM60&XfP9IaF}SQ96UKa9)n}in=23J@2U&xm9yS{1_icWAzN{` zI^8tiU;EAn$?8KXURdKD&?1$EioWXNjo~dX*}V*SEzfR*ZY8?zH6El3hT*Sqy21r{ zhO3YI@^z|~5rNuf(g_UV_|J4ir$ z`3ZU?3%f>^BPf6Z>i!lX{exf-%Ip|C2OHo09+@8tB&i3ZpX8+#lo}&sP+3fD>3bng zKey?AM4e0|3@d5AWAf|NhI6IS8#S?r=|(%OKnp0i_-+R%6+*plh%puYuX#++M-9JdVC`0?{Y z>~<@Rl0YlWIASyQw^+nDhgWge7d}}p&Xh(DGQ=NyJd@^>&64meWZZ%n^`{SAS5s!m zOVD{6zO(vvZZgYX)rAJP45XAArCi~t^GB)9w@KacF#!bz1K6}G{!5wk=`W%5NU;X* zE40ngKa=F5qkisTjq8R#b~VSiJ~M#ie}BdhOoZ(U@$-mb3>1B(>A7`=p#Rv!kQrLX z#c#f~Gt4zTtA>aDM0itOjwWAddzPwhW}3A)gaE3vl=)}ArI3?GW$%X$s(_nb6GV?L z+>2|J%#AlXrAKFPEZ=n6{W2iSz$8PDa1oN5;j+3!u$V2$kKgOG z*{e6&sF6`c5l+dA|B#5E9Gjcj7i2@PI&x5l4F6?%p+2x}#$DcjWGy8up&E_4aa0rdks$pbB<7WoIGBPPy1~B>3LdQKr*3CJZn6f5axTip%V47hR)~?$6>yT z_5OtVD?f8~BjkbC5c2FDinQI{QO{X+gnJk^{amDm#p!h6oiLHlOzsc5{x?_AB!X9L zbQcCB3#${Y*X_a*QR$tQ^wk zNZ-4IK@Q?TFgd>sB&x^CHd4>9?Dd0_f9Ttf&aVGvrQNQE8h7tr$1-;W6)vC?kId66A z?5|xT+N2rrqE}ON!>MY1^8RrPg;Lp*f*p+#%i=KBE``gKdqoB|hUZ*lJn8F}= zp&zL}WKg(`Qaqu=VD((i%!OcwV-*el2R44Ct6YBo89D6P=Fok&H7_jcaIoV6kO?A9 zg_UUW=Yrj9$C@?AH`w4^NhgfD;d*F4vgt3V_!L?3cn#>LXhYVE@SCqGcU9_k7N=Lh zQZ#B%W>Feog(MN@tWZNHV$!I~@LcQWc`NpeWRU157hMK$?EoKB^Wl{IN#)qZ8*Bn6 zEp`pZJxW(?E+36t(J&HtC8g?FCgV|RvS&34AAYw_MUnWin(S5L7fNR2R)yu(1j-ei z_cCX>Zn6+)`3yXIo8Cv}wm-j;!mSB5&u?zv|8w^YT5m&+i!x??LwUw<7YJX^R3Ld+ zc;*G)f|oaXT#6kmaVyieg-1yj;h>yV{tR#CMmk-|eyX34g&YT! zFPy>$m5q&U^V{RdSvc3u>XbGOg#W_=pxh9a8v%Q7r)XFxitsOU$brge{kAp%8*M!& z&nTm6fA*(~0F8ynQ`PqGkOcW(8-oP6^s9JGxO)>Ta?9H7F)GZp3M!zY#{ysfU=HsR zg~#gGFE(l!A?+A$2$*qe*w%8izY#`&f6Hj(z-WNc z=@U-`r|`iQ;iNtehNGz&eUNX62J57RGYA}HXmD$7@UR9JQ*daJ&>G-Z2J8KptMcnZxSw^1+b3xDCJcL66}Q~uAD41S01 zw(kn|j#Uha*!R~579+EmFoTrI>T8lo0DKIqDu(}5_%>C%GMf?kSYiPhd; z6zZW$TmyX|As%pS%PRQYQXPPvwx?$7XzUKGI2|6V^T%UX@OM1k!3&9SLS}=Ucd!ow z&;R_xfJiUa-2^Y7LrKhhA3x`goDj*SA}yc+i#nwi7;36o-dip4EO3bmvuh*}DPkJl zmfDu^q4N4SUu;!(v@Zp5pS|V>bk_x(N(yqz)poZ?9-bs$Cj8Y)X9qGta(r~D!%wDJ?f!tg*?H@lyak*ni)gQIO{Yf0OE=k zXB)SE-2JXS#s1$|mOHE2Q0VNH2X%sw%iBW}lFK+Df0|4ygVUQACW9!nlM;@3%=m`fT% ze$|5Z#c6vOlUlJboS1YjS-t-rw8tF;IV(Qbt}61L;tlC!6CLjR5vtegLvq6VGpmqi z`W15G4@BSi&AImlA{zl$vh}u$|1{C~|B$`_RMlsccR5~jjS&)>xt4xM4Y8mv!ULOf zYTfpi7h#}%83{VpWX&MrYZ&+kZfq(9ZOCK>Yw)bw&TrD-~XOvhk)M)qm zq9(}I$G&Fx7MfOYVtq6CeRPQEbUWMI%zJ2p`mk}j7_o$|ek;re4bB0h!y;ugyow1= z%ByEn3r?W_?PO_m0OJMY98IvV@P*)qlOB~md!P6ok}yN{iM_!0$z|mljh5b#AIR?- znCqkLh@s}vf;HRN)UeLs*16BSPY5(dSpRCTjI`t;n#c}4YcDx%Caij`O^T<6r#Qu` zzyGA-UP+=4&{5IbKDW}fUQfPWf| zYr5LrLibfutlpHBL-<^v)9b;xChmRp+_f>@LUV-U7XY+y%9WnakGDmtx7fvo^gm=m zd1JGPDwP4m3j{|qJ8dznkYYXZ-~Mm%fi0sJB*3~^23lV;uJ1lVsaZk5Lzrr8J|DW% z3w`~xoCgk!JNYB#TxN^)C96N5(Blk1@Qfh{|5Vret{`(uqvqQWB+!&DABjvZ^|%!$ zdzDXcRh~jT0xz4t>bD6$#7_0Nz`l}S|qxTXNIF$HCPBq`L2l=F%K^)Db{ zI|44?7ARy~tU(A80M4wp@OU-#bEZwC{uaNJ8NVEmWye(`VT=DHHe;|}=3rd>kwB}O z2%=GDyh0pp8;(v%^|aZ1uIaCLB@`)x?Yh81wSK^BB31TT009O=e?d`=V3r8zE#iy~Q|mJ&inSn(@749I18a?* z1-%;m7F5L+fNEi=ASIB01&{L54~X18Rr-6uBvN&i@;`Rz=EQ%U3}05E)cpWNF2=t! zlIn1xzOkt9{)6MuTIG|Uk}|!<1pEhTzt{JceYh?1{Tk{x`TvQvo!LRTuKNW5!$WT^ zAgJswHB~wHlHwqw``adVf-1yD)euMW<0#wL*aPL7-Cl9(jIw&>sKJ5Eq7I3 z+L3xGQDdD9E-N^^V`$B4syQjpB0HPQD0ckfGhAqQa~M>Paj)3L)RH%l7t|xP2_u9;yjJccE>P z0I-@H0m+wA_8&N7kDeZp3Wqj7uHapyzk)sX$l7yTs;?!&LFXdU<1Cj&1x-KWF+n`2z zkjEn4B5kaLVCgFz(vx{>{%ADCpM&pn*oQ+Eo)wkPS)cwywg*T1MlLssHi_&(@UMpW zmJ#V{wFdszWrc=4fjUGXnHYWx8MCbTBC5mx{g8|@bO&ih>FtSx>N^ap9emJ%CEy5W zY90sP8zQ2!kzCh^1+Q9}PMxoSE0nXjA3L6E%p|kw_a={StFD^|Ou)3u$XlDQ(sue3 z)KG0X#$tBuJkD@QSu~z5&1B>ti(6E^_-^npBcQ^MuT^;s7Fz4gU6Ehs|6doEKschQ zxgSvPQn|%eO|{hfe{11vTAl4+(4{c`N^QTAo&MRQ>rKDUWDH-|!d2^Z!;Z1_xG;UO zIsEIwb9PbxWF&A8ZQ|;~&7g{Z1#0-v1}^U@tNH(}viz^!3>4P(zON3b^l-7p<~}t_ z=7#+fXmnYaMrbmAT_0bmrd_KsuFsqLd@4Oqtb*LB@J&S^pn{7;Jp`TNyWXMCO}OpT zxIe{zU6!wRpr^w6ZO&7zS08SR?T%`T^L1#xSey)#@etj3BK6CJ{1?83g&>yuK&O%Y zxocF)9BTE>(!K9A@4+9@o%Z%fy#CdhHT`?u!*g$RG$N+)c&$S^lIZzYdfB&Qn2k(D z(Jm}H6$NLjm5*(Wj~{n^cuCBdjgbFwIJ-JR?&=-pjR~IZRh(Di!Zo|kUuU!aKNV&| zY62#edir^8@XtL}PKGmtORw}X~jHF;}< zVcX$yn)y4GNr&qO=Y7uRAL;`rXiXw(Q3=1Ghic5%%HIFlh^sJeLA|Tt?`*yc>m}nz zJ&Q&yw|vWj1BH?M3H85sp|L!|G?VISNg8p%j;0FIbQ#>6tWOhYE%d5%#$F#Yi5Ib7 zt7PBpLE!>Tq@m37;nzpEzEm+KT|6b_Nmnz;`h8{EdHBU- zw19=f^6cT}a%OsGIAxh~-bZLQxj`@un<17zP3yE>wbay}D{CS{m;~SiZ5^NYnN1QR zJ7AMVLudAvb@(w~YxyRrv%jcjh*_MDSt(FzqEDiI_ft_(@0qettxC04tz07SUGZ6N z&D*>iZutG2UK@MGTfo7(81AC;zyLG>iQI*5a;P`&Eg0efszOtogS; zg5E1I$_2;LiO(c$jF&<=wcdF4u>^z29q|PqkBtTjiG%`L<#CWb{*CF@4y0CZC1p9c z96QS(^Q1prH=A}YzVUD#9Obv>a5;?u3kp7J&AEzrfRtokRG|Vdbmx|IPNz>(yZrSw zQR#d*cblYMq$uFF%fgz72}u1WAc}qv{1pKz^Zmr+oDEya*J@UD(4Slx)BR2L|9g8v z^HAGfUr;R6S;d)sT^ODfHZex2;<@>QaiOvnwY_tFs8DaH9zwuAcdzN! zjS+d^*!79iUc3l3P$CB1h~V(}M^oA?6GnXd!lfX!W<%rE>0>JX;=i~dys`&Vf!jNp z*@A)War`eET@~rIn3*yLA~p-xGjxf4pBmlTg4*xr+HTA_Z$|iVZdSSNZ`YsYde$6q zn8cT?y$TeLMIxV^^w-8dPj!kr)mcydMUH)16R*3`U{>uiYhYKuh-dOy(of-W5B{BY z-|*;s-X&nMc!jf_@!Xfcg;?o8WzOJsCE6ieakQj;Efj)I6;tYjCmE#kM##p@i4MSM zVqA2rJ_7tn9Q{sttcy+w{Xi5?vKzPN7|%sdaTU4diRV~QbvXEcMuI(r{2C2pahwffk9R4S`aJ0D~KFdNcfekp-`>zeH`X}7gnjY#*4<2<-B|k$bByY6r!9tqT?W!7||1r$by`_@Hqav?; zmF)IGPBimC@L$@w6LO2|b9%m1#vC-UYz7C7%gG}(E%q4W5*6Jdam}}1v1&C2;`dT1 z+he*e_&sCb;%gilj3|c0aV>J}rol7aY<6DkW;IcWPvysQ1FB~haSki`wf}5kfc?qu zs*9ebm$<_&-I&17OPrB)sTiM<5C7PPsf*MPHL>$;OCSX})hW?c^VI zSlaZVAAZR4rpB~jb>vfW6teg?uM>|Uijs1jQnww=vd=sOl5ge2*LEqK+mZ`L5k~~Z z+hfu(J6+2)jq=f~jA}1qRs=mN6jL0Dm-_>4bnx z`mK#&ma{cjFBe9=fkArr#GnJ_=?}-3;BPbP{SF@sfV-xM&F0z40WGh?F*qCiGJWAt zpMj=R`|_pDaP+Re*_e__}EdCANZzC3{ zKB!7*>;Be0Ojg%WHKhrt;wLcmuP~xjZi33jz$Y_wdWd<$FFxKly4Bmltdi|wS?yb9 z?W1=0bYX;HSuuG=!F<3DM&HpBJXQLHPMb!yFMrK+y|HN4xn^+9%6jIus1+od{KyKV z3SPX4_CC%*YA+5k(!S%V^^x7@H?}XP1kbd83VFHZHm*XIx<$*kw~;UP_jf|=w>dXP zKRlpsG`g0qU5dT!uyneefJx#4B)dYNW$NElDi%t`q_NwGlrj=jQLTVC_SK{6xVu`&{hS=+l-av&rU;Bk^ ziAvXtHei`3S;SY-K+b=h1}eh;P9L|ezLAe^8$Ymr!%l;u4l(ekQ-BsF;7!8kbiXS0 z1WNrY-;sIv`mm}iF-bRaksM|9fMpi<=^Cg31Fj4Un!KJl+FZTUbe!e#Sy2inYI&lf zH;4MAAFnLoX{+y)s}I1mLL=CfN%6T9D=BUuQtiPxiF%|_%<^!T%y56krJC$d=@L3$ zf*2p}Lj-uUPD9JES87n=+D3>0@NcbFgGdIYD^t!DAsd}qwQ|&WN>etAYfFSDUw&4? z(sll$-DWCJ!bfqTQnrUJYB@1?l)L5d<_6TM##x_&2B|a#5tQfl0qC@b7Y%Q%2BAhP z*LURyQ$DWMdS%x1DvkbE&xYyZ1l86HP;nPIXAT99ad~@U^UHS#!=hO}n^WU8WQaOs z42Fa6?v{oVjrrxT}re$zeJQb{u@eW%oDoiXhZQDOJOd8Pvxot2Y^hi zHfQP1muHX5e&e*D3T$-P;)v7@qSmKURSsmTmW(n!`Ql>8!nKl$WZd0lIsBe z&xM=LpieqruY~28U%V<&Rp7L%LsvGzQ~8<8F#)v#Egjd9*X=4g!GXo5+RMq&Vu7Z? zzhWBu9G!=nTA_%|O`r86?xaGO8y>YvYy0y3W-Dg17XuXQR?U9xqYLe`Zj-ez&ALY3 zByEp>h4acnx(JeP*G=0W$oXxDqBL!mi0(_3N)6TRmR(wj{!i-Cx<1t+$U#WW2aNPH z#gf&tn3+kH)AZ|K6G6{Pny&?L?`&5zX^p!R&TgiUCoJB#z?VG}s$@3=UN@P6Z&0p_ z9tW&e*WC_Y9M@)E6dwZXeS=)i*H;P<^W_s@bN&|7T8aAW0hP+HNaP#}Y2S9g%6iq0 zWs&VPWfHKxtG)C?tKy{PYYy{HTak|Wm;Xj#=yn|e8?xDpYDY)_4`=Pc>6le?=xC)$ zt&&y5umtEI;8-{|$4)ww$>cHPW6^DQo!q`DuAC7lja;2YlWHP$le9D(bKC4kUTC(< zJ6dU*-+BxmtZ^SX0UT_yb|0YwqDVq)_yOzGRRJo*w3ihj zoJVU>9QIqUfyTj^3fO{?eM|5B;ysy{Zz$73j z$g7$eqcc|oBIBG=Vw^*f@n?1 z?I>`8c}M>N_gsVU$nEc7z`9weQpt8mv%YL$c=x%GNh1?&@iTx zv(K5Uz!F?-e2%ZqVO5Kx>~R1h5z?LyW$xAqJEt(g$JC^!{`dF`t;^@=2T{A{I zu8HB^LW5Hm%RHTcct}bwmoJ9q5DlX~p2cr-QDe@aEZTpthAE8=9vz}2O!j*J8u0Z^ zP%7ztZgFxWrtMG>cvE$+_p@wXhqTHv`7&6=Y8`x3;A>m&BwC)k5ZJT6AN=3Lpw0VY z5H}eLDk9Tn_3|B)sA!q|I`*suT*7jr^S;Jl4imCroJFm2_sD`Va{7i&fLzvOAf3gx zGGjsX7{#jC0`tMiP=4okiZn0|l3Qe|@yc8dS_6AI3u<;*?%hMZS87-lFk`)Dl|(gP z>aAIQPFi*ifsc9TR#nIC*KgB`FR%R}X3t;R=#lZ*SRfS%-lqK;J}>H-JM-^Yq$IdL z^H2Dv!oO$n!Yb!E(psSTBC7pn+@0^(r`541K!XcG(gCqF&3mHDQd&o;-c(+7#c)Ls z8UdU3_>X%pLbFKyW4l2ZtNKjRh17ZNPU9{4P;8jm=|FINw$F)X+bVmT`5BL4h|$~Y z74?&~2hCOuGOI?L#~yhrblTu75=rODkX{6}JL7=zM$}r7R*{0Ap_nZL!F zZfR7@ij)#ZTv?XOK3yN+o1mNpi18txc*})fb__=nM{Am%kteU%fr^;uusbFWVuhop z-n&_v1SFb`mg)nHpKhakVYH7ghN!ZV<*P;)oyiBvB6{o4;BZW5{oah75+pBE33ShT zCC+^RPe9_M%*F`C=XU-b4m~BGc|U<#&E>v#x0}WO<<)1^dNd0@=+^!ftywTkS?&ka z1KzyuR}2_Mds35JxU+~=O^iE<-<9M+M7N)4HIyq1JgxhZl2ru|edzIh~!;px;K z9Qb3#Y-(r}Z=OPOYuZ;4Sm_GO)oA&g>(~^3ojXK1&aA9aakh`e|!jIL^prnLMla;Hj^=dso^%>2>W4*G<3Dn=p}w z;GVKj;G|SJm$%y(7HLhuY#i>!3E2K}PJ32??ucDGDGf_{M0hDC1U>GzXZi-Ykea)w z_gv-&BlKM?Jx0hdL|l#^m1fN|cpn0mN-wwIee(5+5!Cd5XT7-imwL6i3 z-qc%a)GhCAgAsxA5{qRdrFNTT-2LIXb7iS-=E-d!pgp=(kd3y<+!6apu2`5V^MG~h zQm#j3#d$cjeT42GDTl)RDu3>YX*%P_?+0%Tj&%ef?lY#zZ%nACk zMw_+giJ-PiQ+{*Q>whL-at`1Hrz9)yf1PsAZ<*bdPv1|lu#5@61nwtklZk{!1H@&r z^dfslST1rZgX#&d|`C1zeK9ObdI6zXFN+Ir{pQGVUq-0qLqYsk%A|R z)n4Z);=dn|_s4895huePV4R|4HW_2N({h?A!Ws=K`ZD%vglnJkaf~m)LdI=Hz&Br2 z@*u4QXzYcfvV920_sSr{EKNLL?szY1^LAFe=}JXzH`h&__0KElJ&r~XENsx3=nEsU zX0yv-lp9PnAa{ejU7H-9&A9xF6F~|-O_257+3jXjP^pNG)o2!fmwHvtN^}8Obdac? zb0I*z98QVG7Kxcf;;%M^;V;)Q|JFEpbklTiw4j`?5HG4{v7DT%v4OOxw=88b8$Ark zLa{G*(V1ZRuog*Rtx_PKMDj;SW$Z!N`Oa>a9?5zY&iVGv$Dxo?+`NF-R-R6mi(YfS z%Gt8z@Q=8nRl``}au=L`_rNNIqRwgR&Bn;h>)LbUo|6(ce7JyB$xy#138J@@`rTOShMXFmpuK!O|#pT>fMv z+McdBeXEsTLp6EUh+#Wut-RcR#{U%7^&}`R1!afwgP*dvS~CKLV18LDdAL3_xhOLq zIPT7Sf}Fz)%upTAOqRGzJqU*C=wN0N=GQyi`-E(J5M*MdIcN_kD0LE-xd+9Rs;EzA zmD}h^%+ZjV`&M|`G~OForj;^PK{S1EJ9u`0G``KPr6 z=AuYW^M}oTR&}OJO*5T4PEODDFB4tfbt(!C&tZ{Xe<@rQp8v@ZUAm7qN;9ozG}`|I z=hY>fXFKgxuZj}WYY&zo#q{Ya)9e@B>GSC%{>&*)kFa&S|Sm zh9S2_=DJbpX`(XkxtI1vi2KHyt42vFtWow&7g)o^0;1@+)X#1Fs~P!f4aeFFm^q{w zRN5$}VHVP-MhCA}^S(G)zI}7n!(8HQzv+Q;;>Q7AuGGg|=1xMYd$Ht?H9s5t^Hk|{ z5mYRGrCt|Y2KBujbHHaJi2yXXh2GTx-4dsEJ19Y=a;iv}s*=m?sQOWVC9)zv61{+(Dkir{FUWHY&!2#8PeXO zPAB1AO@0$pA63*NX%byJdxEK4>uE4O`HzIl1pn?lxV?`m8H0>W!d*(!_$yrQ$_`;| zH100FnJaA+0oP4`0VBuwt8hnvKe`$euIp@2A>P!tT{o-Mo6qpI&xdE$FWpe*=d0$? z{~d==72aUd>-0()md3Rx@X&$@qwYDK;Je8l@#DQ4 z;2~LE{#M!)S6O%Qd+}GLrYNnM_n$qQ)EC*XokHZYKa?>9LwG7)<*1t3-zoxQX?^rl z&SyWUTSTCDIA52-cdkDEdnav`!>PIC?4cVP{}InvmY^VdFlW zwwI}Ii$Kh`sr`VQSXx~YT8Os!Vcs^-c$;bfHL$a8dQSzURwlQ7W1PEXi}PNA0kTiIHCg~jT-{w%E(#IB_P!R#QXdRNb5=s>N*(?2p(s}T*YdQ>1aJSfQB}#im1Faho{qM;DR^338TIl9v*%-I@4b-a$$h=YZ zuYrR>bBh^Lwd2Xp|NjgV&5{BE#a!p{s~VhOtLnBH!QNZ0!JlkCiCU|1BZD~F7dNw=*||m$4z+$*Pksl zF6x9xxhF7}7=muCi#bi3lqc}Cn%n@)Yx-Sv{>${S7E7`wI59cUmhRkGEH~FIltXfU zM#E_-eOS0tcQUMoaS_~!ZDO`+(Y0mb}%aq1n@Zo0osq3YYvTT^ntirvQCa+T$e~xnCKIk~_i;fr2 zi#AtVuY>Z%vnK7d8er(fx49y=eh*<#Du2C*FQM?r^qezYYL4{kAJy4bYs5z2(fsPo zL&)_@Am?v^c4br4^zPZs8?Gq39tlA)>fLMQi54wCz}bcE|-mh)C);y#zQ z>$)u=rmA$ag01&<7!V*tRvvG#2z|sS1xTHQDGg zFV#nWE7opn#6e2~CJ(de!iaDJ?zwuC?cs!6X0;`tHj_|7lymZDC?fpX<@b5+`8;{^ ztj`M&L?cXK9Gz^he?3Mtkt{x}c6u$PYfj^Vs+ciGgg>ie4p#_2BQZp$3vOs>ZNV+lBtTeG6&AzE#?t{^YkdkTAO}F!cjz&>om8ec{QhElv zze1CG1(8@!Ku!29c$sZHmc9_q1jrC9R3$L_*Ur+r#Dy?2?3RD@MAFRPDZVMtNLoFp zsuMr_eC@7TcwK|oOoHwX*1yIkAf9i8(~-|2+Ng9H86>{A9|Nt8{oTDfB_((eDgAT&3AA zK`zL=)wemqiU?;OTsxH!^jXw~XUY$`oVpFB5RGz^yX3l)u$=Yq-MEP#UkqT?GA?V( zjd1lS{y*%!cR1JY8wZ+Cl(Y!>rbsEG&>$Jrr!tBNg=DskjL07Ow3ksxh-5@|vPWqf zNw(~YvXfcnc|D&}`kiyG^T+w?T-W*I*YA5N&-?v;p8L7S>wew$txxsU+3FNpJzG!n zGSyqLiU00zsPQT1`+A^4$P9;s0swZW~&ry~>)5eF6%NxE{nb&$^fK5;}vKWu- z?SICNnuh)W;v=yB1@r@8-j;Vl?3;NO)b6Ig8 ztE~S#^8P8$NMwj=bmY^hV8tg2hS#G%++*x&j@{N7nt^6{K|NBljpphy)Z|RgGP-_y zo#3k?%|1a&`rxYt2|e{==ez1M<=tw38a-dTm4QJkeS>pO*g-8-vEqw+36AKZM4im< zygYHGQT6b*Z^DT|`)u#NUg_@cTX0)0%dVSyUDF*IoimKyvzFVm7Os}Al~^gipVHOz z)NmrL&tS2T#;UizGv3*LcrymvU0{7I!+v|taqv17J@4c_a?7hSigv465No_ZJD7QG zs^2B5;DM{gr8ncbTPjO)Cfv+oM%vANZ!}+R%RWDzqfg!5Yj0Ay=J}*pYtO`)Z;cIO zyk9>@XCI%8-DfUQ6XW=7&~m?nVcWR?-i;8gHExMNu9Xy`{w(u7;=`bhX!z%tSEvkwD>5m zjNRUC6F)wyy+L0DWgxnO&n;jftlUCjvT~T*)#vjwFg8cV)^GjlX&ul?sK&g3a2siB0g zLzlsDir3bmJA|!TI&ya6r=mq;j!@LTd$&Q;ECg9C5`EE5WXFcaTI3_gl!H+sp3-MN zHs(58ch^eL=cTokhL`0!+mo4w;$V2zxaItFG~XZu9b2o<-Tp23?q0CQJi3ieog)76 zPo0MoawbMPNfR4oOficX~2enqKhIr$|61YLO~O?cX+ zxBMg4M-<%M&E9UYS^S%cz-+|8!+^=uC;2frY1SMTmTM^rH&@EP-5`Br2!w>2+d^he z-&ej9*w@!LHl6$}>$DkM(S}c-y!2Y$)M8iZ5_eMsN!87l+ZYW$Bp<)t^|8x~el>sp zv0)VepG%=q^C`@7UQ`Uo42wEKXQkDzV?{!APl#;hLt7x4H)F;x+iu?t|LW}qoX=vn zVfkxb!M{n4OPPLsa+KZOW9{`99-=Eq$co!KtDk+x%d;^?=R!xMYIG_@U9Hph z;w)2%)z465wd#1GujugM)zglL+2QgG2JLSd3sR<*mgNhT(o98?QLz3oF!s7Gc4!@| zVcXOfB4#NaudZ_yKLDh8p*E6Aqrk5VHR?nIap9~)&r^{O2F+i2bR%5D3qvfKMgGcI zuPHRFfvcnOvfodZi=yJL?H!b~sCQ^HnfUp2`6I(HltXg&hJxl|P_;7fd|vq6GwrpSnA1Dd#;HE@_nM6CP-QpHb4}gN-4vA0 zNH*B|?XUds5n*KCaMRf!O`YUpryDswwqj~Wkn3Dd;Z>O1a-;WjR~run$3NtG={?JD z@xtpTa$V^j6p5fsDQv3voC661%|pHDom+_O{9Lx^3LF31G*pHuVQ%{Kda=0q+v7%e zAeV7;vwf<9uljTW%sb1(oH6n(HS*-tD|%84=KPk`;@Xw&4fy63v@_awn@5pKw`^$AQhRZ>&)_Fbo=L6l14{Zoq5Z_4t;e39-8 z4P^s8e+#dd0Flw37<^3FO{gnUuJu(I8c*l=B>^{9P{5_(%h+<Jo#=Nnt_7wb0jk^1-*#` zG~J6l*z`Um8g4J0J)LdGIJOJ7=B%Eg6DV`^ceY@?vV8lKmLmTW*?Kh|&1u%(ojQZX zTW;M9F=_p2pFC}=X>G)QZcV6|La3%B<@eGIYoIm$|6iYWqJPfz|La@lu+AwaQVXAx zC&QFBkyI$NR3Wxrz^Z$A?JW%aPOns)auWWyd2+;l9ZRXkXUlQT7J5-mCUASb=wE5G2{Xg4-fN zVC-vYB^rn>z3VQJ{jrA!@{wK5B+`@Y*{Kz7>9p86<)m!+`^;p0ymMx znB{!jAFvECKS|B)8(0eA>*Z&d|G@NJmBRd`d(h8jZwX8aXWZpLRU>esl3jjU z3mu5|UcwNx;;4e-Xm@%mti`jT*6Cgh{hif0aoIJcJaI5slbZ&=YY(zBk@a(1SDk!! zR|7eAn3t2W5g=-V@J$YpGcwZ>}xdXrN#Y$mli7<_> z%jD&o{V3>r?8P7K-jIj>>qS|%oh?9Shho%9xP2?Hra^%pSI9)|-9ZAwX)Ic&o3^fE zB5q1!POZ(i5*y1O_HrBj%?;Luwli8B$~?GqvuTU*QLtf(t@BeTo;-IKi{I;vy5}a0 z2DcK9`ed*-can&HR*DPuLDf0=PXhAynNj~?gNiLqDxc$f_9K(xTKK`jn7nfvT~VZ} zE~c|?cXJ^nHU(d$(LbF1Wu^E`6bJd-|lDe)=PR#1RolHT7F^ zlRKGRGgiwF+_gevxprBw4BMh3@i91A8_jFQiN}Q&zI!$vVn3CO398oMP+57MoISMx zzqB+hkDOUXbw~&)RM;lg+hE@mFvB?fwa2bO!dA8JtP%;pNcL!RHvLjCfyf}Z0=8Hw z!|h|eyGl720jl|e9HN-QJw!kCzuU~r2cL%F%%gT;a%h$mBoF=2XY-nkG()x*r|^OG z;Tl|`dd7*@`fO0vbZlbmCo0w~9)c-xgLmtpDdT(>(7@%y7ZN%U0DGq2ct#rb*5 zx9PnL*}4{6?+;&uL`;!b70SVPecg*$|86tGBo`FSWc3|hat+;t)>}5p5(vh)!#(L* z<3ys5LHmkGd*b)GdN1G)urM=Vta*5x8P!G7`vY&d!;0^J({aT-GpJ>cFbY1L;H>gMj`2RKVLp=)~Sc(3-#kBvR!@1Ab++`uJoVS(2 zrXm=6673X13i`87eb_jBSN2va$GU@RM2$lm-2|g8@Ma=p?-m^8!Z7*kD|MD;|4+G& zLpJuo^6Ac$h4g*6lZWa;!Rkaqe^mc5=}snbVT{GCnX?zT^YvbVu2|0I{erGTj%XPT zc2sKMS9S-B+jdl74%iYM)aOQcUhfG8@pvr|&Rei!djO>GEo5-*sf_iHHCkA=A z?cIFQhHi-eT4*^9I4!H5)zA}rd7CJKs?D%UN4ySrD6JJAj&00JG@0Xa-?-<)id~oT z(dMTWQ^9V-WbelFTQa|fYzjAYy}vMpjqK_lCC4ld{YJBU)h-69Xbz_keAiJ0(a*A0 z-U{>ySSEv?tf~HZbtd>hBFGwe1Ix@uhxS&$9c2$xmKFrdq|f7#u3%UBboYOD;xIF- z)%=;4D(OFNTuq0}*%s-8z(7Z9s-n1nMO&*?7zw*pV{2w?@DY zS|f(`O7rmfpSyB})v8sWcqx3%gB0-QB-+CN{}pl(;itr~=tJ1&V!H=puGaCPlVPB5|( zh66WM|4IS*uP3-5m0Ssn%!!au4pJ4vFsVe7d-JKb%@?t`fpy;-wC;0h`ffa~R60O` z?ej*AU4$DWCpfo!ER|hgZ*SP`GEy-2M-HfY+et|L)izR_Y(W#Vu{1-mN=&A9gQj?V z9-xNffMR-L%GP$4&PiRcd|MZDO2-9VX_Gs%j<{~U9It(@e9gbhE#hk~tfMavh`ByM zHLoXHb&DVFjeBP06U?1RM$vhIjC}$OnS3J}Wx{xR?AdD7UbZ^u;>mxOg6|DMvYol| zS3D@^m4_xBt$+~h&7cq>0r~kurPqkf{FI4p2xB-^{OwSJo)kps%95>d{Dzok%*s0J z3|*W2`Q9rQko!`Ry}xvi`rFj;mD z-XYv5uic!#zq=&VY}y;_cyTJ8_;nYWS>fh{8ZppK zur6bm47~Ibg8qPq2bo$uBpkAf86k?|Z81ZOzHC#LOZ&F{e0f9G0?E=PJj;&Q8~p2t zFo@wDo0}*z$nuSXq3oMcIID_ce%@}6SoQErry8;<_b%h?7VQ7XZfu0%QSAZ^?hlr{ zZv|;>H>}RF?kwAF^_%_xJ@jp4&d>(J;k@+ke02E5r7w}5F_9O< zyw_@r{v7KsDSmkfh|lI{9W1Ry%8s41!#~`*rf?DZViS17%E`nHTgk0Qo~r+$0meag zQH{??ZbRp9jcBzMIynxf&)h3a?AV9$qIsB~Lfl4pQ=1(1B?NmmmB{kLhw6`gQnuuu z8^*U0;>sWX>IwZhrJ|t>+VE)7N8TJLEloiK``gfgFDrz`J7mA*^m{Iobx?yCufpN^ z4RzNkr=9xH0uui%z)T~WhX0egVGTj>*L$Icj(@R+V*^6bT6%-iJCZ-_$FRpu3MHME zf@U9*BS{-;QnwN46p9?GfJ0-XGM5zS3QukQCw`szlvIgARb?If1)jPKGM-6Zry}@1 zT0Q)~t*)4)v>Fvmq_@C-TN9s##38;+hEIn2^vCGUD1T|;a#8r`{_x)mfXk1k)(y=4 z#~@A%fE+yB1mn2_t{Lm{mq$D62$l|X2`V-_%up!8vO~j;|T%Xz6uGIn=3EgSiapL z1Z?4^*@I=g1lu3jfa)M0yHKdJvRG{~lBY2irjWwlsV&87os>uC;y!f-he9W^I#9U1 z%V*603)kh@GyT}okzMV1n|_Ngh~T=MTABuJbTdTpfPu?*`6V)Taf)?p(SlG^ z**BI+X&@Z3I{eO6)lc%@?~?8x#}VyW54~ODI5|Fi9IiJGo>NFSEshL& zvYG$+?etaMsatSKUoadY+vH9iU_r8MpQwJ;F%1^EZviW{oN=>P<56KI3)X~iIcz+< z^C#wyw1DLz@o-jxL9Vb^?!YY)lqh)dcK@7JM)_9*T$mxmw9~!!m&<*EDMtwE)P`q| z1qi;8ATssqz9X#2)+v{$`xB$U%Lr$v=_=yoXX zJKa5*!QjP$aBj_ZL4vPSbd3~{C1Y+x)lq5o*-+!W)|ooAlM&E*ok(Af4- z0wLQ*k(v|}pUb+>+xdk<9StyXTohG*Y{i3z9-mNY2VPgbH-B-dThj7>Br6SD;5s@| z>O{66ib=dC=BGyPqXUTs`sl;G4wm@)>o27OToeM7BcMA#5AR0?eZWQ5L5wIs_cunB z{>=p+*@*yP?;4v0_-_0LOvz7NXY_+neT|w zz}06b#s~)3)XpsOPxpp<9LP@WGuX^cxYIwLkiqZAas3S7tyPHtheL{@Hezd1_4lqI z3NnK}nDuq1APr<+K7b{+5!Dv%-?z0jh$rlqi~n0(n^P$_tOje9cfBB+I=T40QEd7H z_M}!@jR&{}1qkO4Cw}^%$V4tJX%mj%G?79dOBZ9?un6j6MW{Y50>Qv6D8Ou_~^Xf zuhp#VuUe+8d>ig-DT&CA~Q_ zXZj9=DPsdlS1aezk581zgHUheRnlPu@G9=i@JozjPjV$t875-*;ab+l zIxMiFVUUO(gn#uLujT$EzCd&>r+E5nfzO*8?(?m9v!+2g)I99${2JwbZ^#SY;k<+K z@e#Xk?&KCXW_>JZSN=iV9_16Qdv@?eP;sY@ArraL=F48x27w~rN8|)Ba4S5Z74~0= zSMtZB`0;3ll-~G{Ph}G10tC^+2`AkN_~f|{b#9s}L%jCBQw^5AdM@t;Bbm(>zI}8r zKq>w?i&lBV5!{WIW~9n_q09~QY0L68&nEii{Po>j1rsRGAQ z3?j>BC8X9kVtp7T*7R%zIe7%W-pHmaLzf-L|3tn1&A+vk^8`Qa$dOAFz`>di0!H-X>W;p;*fa0GIw zeMsOaqqi-;^_J1UdkeQ~A@lm@m9s?`snEj#9V0Nj2^4rQc-`6vSE!P=A|K(%EX=%G z&3s`ktBl<#M?AF^z9wnDj4W^`&*5xMVgBT=jG?FhXWzqiMw&c6W5+ zOCabpX;qAP`Mb+!V}|Jq%N=xQOJI9&M3G!*T0RTXFneK7JNtc(U+l66Y>ITZgf-G= z-a!r?R9~i$vlEV`Y#-6?i%3~MDoaV;|29ZQMPAz{{%duTBA@+7HyqI-To)&s&G;E# zD5JQ8FXHO&{@9OKWVRPj<9#RI-hoM5!jL}4*juwdJ4DJx!3o1B0OPC=e+iXDZ~IW^ z7)^(`r*ux3BGw(q&{#{p#eH>XdcB!SpHuT1P?0Yv7Ik8d z3Vg4bVBU@jSdO;(8%DsSZM5w;PymWpK(qyOV=hl}L?o(YHE7-w1j|Aeaii zO}#<7q~<|X@k@bwPtqbmf%3W(H9q^E`i)?CNx6=s;705RTD%7IZ1!;t_Y^LMAD2Rl z{_Zj_GGiU;ZmJ|m{t=Z2=#RvJ6Cb3a3{0p}>S1!ExkFUyx|PjRG;Bl>#)h?mR<-d= zo7$$+`Y=S1#-(B8T9-)N*fb3*Wu+oynAvuuT$9MI03*VK!wMfH0MiJlel4{@?W?kZ z!$+o44i*l^9FICby_bURnoDKu_r3jxw5a!b#BW()cqU6SBrp%spF`g2tnxy|N zPqHJ8E7qG;t=khQ{!rY!wnB!Rqc}bq(+_~;ynMTCd2v*j6Jyw__c5AlKOpj3ay6J= zaX~v00Bsj6NfZHhTkfIig6Xa~EeSFHCG!__h8b-QGoz9;L(l`5vJL%8vT&kp>~pWte{gS`s2Z?;^1E9W!mmGI|4!sc{(eF z-00q=G^(kjmI%^MY-Se!C^NEz3v56b5@ura=aZDIi!xQwzGHVLnpc#jbN4)`0trFiZS1>Zro;EJ zAkzqLMp?o4=q67{ed`XT>;`bT8cE2T#E0+~)o+1m4l(=h&QI#WnN46bHel5Z(yyoFp9yq&U>m&?(js zvHb5{W6sdTp6E(FoQG3m-b;h!hHV3iyKwJ}*lJSg16F0h^NVw5R=InQCQ{L+t_3>G z2Z4J58O4n~yNSP5MpES%5?&K^r=6zggLufl+}m?=kw_r4Fqd8Kxqv)lkd;jo20H;m~{2-dgs6yL;y@#~QjqVr3&~B~FTH+ZDVdCBor8-kJaN5Hq5J(e0P&*itrfGtYjx4cKSTkQOtEi`eMd3abtZ?)Wb+$ zxg$iTxs++Z?$iD#)vLiT21?Ba8n~ew`9Y$%i9PvYA!sZ`xyjL1@z7`47Aqbzt*gs<;(eIM z5sYm_vU__6r~VGUPZTJ5$sN^574CsE)B-5S4=@uc**^{smM!thR=R=wbys@TvGO*j zkH(uJ+s*SS(mN{P+RNMcYw$7~yJG_J0iuC-voagg5LXm{GQ3t$^{zL-y1;u^(VlWQ zAf{u`?hNL;zW!ZyOqWl~TXQV?`T(73&6mYU;7#dkDuN~V#{@%tPJq&|7u4gQO-i>} znXPC5Pzx2-w&vX~4r&EFdTXn*oe<^*wV+c(-to3=f3BVTQy^l4>1&nF{=Mnb|10k( zC4!^(zpaAPZqk%SAphfUH8YS$2I(aembMxR)vzQ ze>dWvm-}Cq;!0v^`?Y1 zI@no_K%)K? z^!YpX?yiosZO1A^Cf1!zn*SJ`+Y(M&gd`LC(C)m!D z@gZHs>=%a&3CNIb7hi!%vfzES)!buZ9NUw(wCO8tz`5XFqw>HXNc+kjhD!pkA~t^| zeuvBM=0|UMH-+oi%EgXf;aqz=d^Q;Nw*X|5{08wTJO_IY{Xn2V2H6uN1gYS&^_n7s zL^#zKHxFz0wr}|pI54ka&|qP#XnpV)M@)Um1bPpDpg~?{n+hB7A0PA&E<(QI7_t@C zRax=+ipP6u9_`{iJ9heO!*Y|K2+|PBWh%zJxVO*^fJg+A7`Na@ob3^CoomHl>3px> zStzf`n~ns~js2BSz(dSCA1x(v>wd-43c0g~z>;3c&YI7?3btwy&tPN;$U_%}E-?Z# z`ES?BPvXo7$%Zq(c1h78W%@m%R>192Xz=96<)yiEy&sDKT0$&9J|Z z$~^t~(w^<1;m6?Qiy%0(EqbXd-ACrOlM4Jj$Uw-B50u|RYA`8~t$mOLE&w2u02;40 zeB!bQRCDIa)5!F)->4eD4z8pu;+PAbHp8mYb81g?O0P~S+r=S#V9ib`drN>q731BK441D`%l_b!KabruPX8tV*fat6tO1(Z9kf4 zzH!S+f}6*;_73~8);sglo>rNwbZ`4j`;RpRxx-N8jb_Kn;O}+- zIdn7D1e`I~RWb6J}I{X1VZ=$38_DSZmB+S;? zVQ13_IIs3{Mz@r(g;%Yi`Ix_3-RxfY$aiUitAyeC{-hd!L#0fy7Ovf(Sd zX09e|6@b+I-)u?LOScP_Y8=`5JdQNt@)oW8TJ01!z_r8l0m&P@uKW2_7AZf``0&rJ z6DS1@9C`u_=)u;6388~Yp&z0^HaKB(%uP)Gjq?l5r8;zKCtamB=Tbi9s)Qe>YvB;q zE2r`_>+YagJG&luJ~~MPlc)jR0b-vWqd}bd`5ju)=RyGp&NgW-Tae%O9r4|UHyw{9 zK8YN3-;C1i6TuSKs?;ZOcUAJVI^TzCBN4r~f%~BKg3VIPKX3W5VlL3w925Vv{WImc z<0`U(#7&OW8l^kp%tXyhO2aOO8-h){fnneL`qg{yypO9+LlMi?ibsc;w4m0|G;6QtELYjBJ{rp)F&b!^bl|*~>G8z!&P0ZtUypd4n_o7Zoa-eaU7j->R~j#{ zJE}9)6SNwc<%@fg8~mf63=hnmGsb#%cz2r##da4m}R< z94NZgdu^7Ut>Jh;72gBV&QU%6yJr^<7F_@{H$ZH6h35R=vkQspL`V2#U1v(aZ(G=T zvhe525ofv4``Z-{tsHR{%4%Ht&ip97@{{haRl?@_<1%fLwz01QQ_XnZw6&EWP1aBm8*U?MUfWXhU@ku1K1JueHU=+R zpL*)@GkH#-N$v>HxQj=FL@#hMvY5F#(AI2yGx;H#-60@$((CiRi3>MIYW)F>(4))-$@Hh#A0>*VM=%N~hM z_FvvvpL7g<^Eoi!oAr~gvQL{j-?@Bo*&YRN)3Nd83EF3ehs*j>55w}&Y@J9hr+PC} zLC)QrpOoYd-QMVGxmkLjPtV1o)41l0YPffmK1;9m5I1G2`VgE zqB_Z|l2rGNxyLHpjY$L&U>~kB_$m*mOrQDEj*H8!H17?T-`{na+FTKIOgIraW{b=! zA-*^_C!cPn815}rMn{`a=(l>hpEk>JAImJgaod{{hGm-zvNn%>?*9w2crSr> zx9PKNDIsR_9jD08$$<4OW7;cTRw1UFZZZExQblxunmohaNe3t%$0sT)nKnZwHhV@< zEv$@$GANci6RE5xkqdnmyK>vY1x~rW&*!d4AM6Xw%F1;~r46zqjD!!0pOZYGem1v0 z)xvPAaKkyn=S;NcBB;!fKt=h}k-YG8l`MUU+@I-othpOi^I4`^D|&j(yCWdn z%$=y)`}11l(~f)Z?ky89+gM?27<@Lqx+LTD=VezFj7N&jcw7?ZW{WlF$V0b0yJ(f2 zqH}wc*HwoI_m74t1{bNlS{T<+J4bY)ui0%@qF9%sRi5UXg$q>844ZZhUgmxkV?M_A zf+;aq&hV?WRz{Ohe7~|fC7~c^GrE-ivr{t8mTp3H-NpQJwOVq^WXZGWf+Ub=zI5~{ zBxhc=&vEw|Y%do)Hr{weR+7z6%kHabq#-TkgedID<)f$TBnKrrf zdvxxEWh|cS+4G*~+mJ(lUtl2D?oDF#CrPyI+`$s(h^$Zg{@2X-8#gC!|KsLUO&KR9*{w}IU;Qc+ zOFod7-CZ-dmnO?}XxuuFVfG!jv9RWdbGul29MdK0M!!9^Y!rE8k-9u%Al+jiy4k~@ ze^Zk{;C%hZVX-}4+eY%4{Kn=Vd05xH zp6hI`E7(Mh5{(kCQ9eHM#n!E}eUoJ_oZxY=?&Z)g$s^wHD}HKTszbdLq2GIJQds(; z9el*Q--|IFCEc3{qBOU{ag)QhBo+0=Ym8f3CsLr6YCSl{;Z0xDP^obh2Hn(7KQ%^k zW+!TdkM7UYq#1BBZL-G&%o{nk??58ub)$K;Xq%>$YnXv^`~2rxnke$+srt#kioZK5 zcoCcL+-(kF^(#|l4xB~KW4ZAqNuh(yj)(V+g+{*1mb|ZVIEYJV3lF}&w9M_hqS|QU zi><=DgKoHYhO`dNv)`Rwzfg{=eoY1Q=W}%zoOn7N7iubo-H!ZJyZeCd!@r>(UnaDZ zPp5J>F-KK%*KoQo?^^fYnmz$m>va9mc8aePHGRa)H$vgNgk@uW&YtMEL7{5|1S3U^ zK^x8mtARG2Gxq39@uF`EPfR%;Dik_ODb4IW>iS7Vl*7)y`0P06!LPHu!*~LsO4BB; z)P>Copv?B_l?zwDuE8?*$|PsSa9D+*)jj%6nhac56Y|_(RA`eY20`*D=v=PVu09^O zy2`9%`^k;QAlTI0{P3)snb)yL%xgfN_EhDt*E9b5xpkY_I*)GsR?54nwsT{~lLLB7 zpS}4k_4gW#04G&xve{LHP>ptj)d77B^b?dMh6c*_EleRH&t}UsYyY(x>EqjmYL41f z>6{FZJiOm%=~kU|i(uz?w%F3!K^9p;tf#u`Gaom&^cR0o+39C#&r>2MKPTizc;%S% zx#j0A9}WvFvySEH(p2x&*->EiY;9#{Q{i%xGa<3-E>1G08`8q9XphlqXxsgGmTeZo z4P&2UHc8)O3B4o?csCi6yVaXZQ)*Xg9LVuQpRS8ts$Jc4{E>n42xXUib*7|_UQON5 zXN!Zk4>X@G{W!^cspEFp#g~UPPMg216-fJApt**Z7B>H^P)M5f0TM;i#M#x}(F?t}>BL*+z0V^Gj=e*PBhR_`z++}eC0X3t{mhFRIq6DLbJ-`k3#5;{yn??y zwB&B}#@ktw&R3|{W=z`le#TtnHUnX!4zG^E^9C%-km{Fo=yxgcORo|uC~WGeUS1Sl zwlaE+an#L%`-S-09_w$H4rx~$f7QD9Zj=_g{l&E>@1DMtZ2?@UXY=>+g>touONA?6 zA(%Oi(ykpDF)u`i%hz3~<*P{Ls`p2|fMkV*MS#Xa*&og4k#5My`*xznhHKWbnSEJn!Af!-`W>x)2=VrnW;azq&AZ4TS_S`CR2~=;FotQ!dUbbt0ojY8Vf5( z+3DA;9z9_`G+{Rp_r)omYH0OcQRh-%w_csl6&WCwd7?1a!citxg_NfonN}gc)@A@d zy4>*8d{x=fu{kb1IsNbQ`kDnNnB_!b5uCm(NIf^K{HniPRYqj}k{W&c2F~5itS()n zJ=rByiH6H_*7SUR)hcjydvo`_l5@eO7qpe^@4IAA?EV6+R&D;ExfK97OV1|*vz6!r?wuOW-ZOz@7S}Q+lybI2&0~P z?3_OLdL#FrCfqCu*9Rswur=qpKmJW(Q=Q0dDCyrBOQhon*ZcVIi8*~rPws&fmR&Ie zpr3WRQAwagQELBPn|F@@4{tCG8fWu46wRk*Mb#{k*r-L@`jlf{jOk*Br^eQC=!nXA z!cUv`pdXy1)};k8$Fq2JAI|4M(TPIY;z(nSRVtn>{*zTT<`C0lpxqFZYdNNr0un z*O3}zQR_eYb%X=GF5SGkGp+pF{cBG$)Q!e~mD(gqe9{!s=*jrJU|70hJ3K$7%2c)( z{dIrqxOQ)1_*SL(n?}aKU|A7;>!HHn=Z3%_`)5pCEsoD3^Cl+PMPh+ZhlU_f6ih@L zJIAOHC({tFuG2-ibp`z>8Tb_9yyL)GZJ4rxxBUVUEM1A4^)bcNq5;Un%%WVE8;%B6 zk|j&cgY0V#Uv6zrm26it036d0KD2b3i^G#F{@g8qx%3+vjVoovydK8B2x?yY&3C_Q zLBGQ5Ok3&KTZik}lexw2a2f}t4VUq@IEM5057pc3OV=~+r{v3Ybr%2kt;)WuW2q4d4RXoKM_$ig$tFOCd_ zd3H>r-j*-ci(Ttj{7`J-{z`M3!AkAfwfYGD>_c*mY?@u#xyJx4jK$Q4bA=Z7pG%^R zFOX{SmK7VMh9oR$Dx4ehRV74Ls>$tQZf~7Vg;^p)_mCRO{ffq{u!jwj-G+y-qz*&9#@Wf7!1)A!?g$*%v&vT!qSX>BGc$NUKr(q;M zCt#oK_Y00R_Vn>P8;;f=T{mgW5ndZB8=p1kfV8cs>$$$;9S2R%Mu%PXJtHf|{57rG zSi7~MLQa``FxED3&o=$*3dzEg7N88MxK>JShv3#TpYUj`F!O7^>2|eE`E({OTYm7# z)}{kljKN=#XvsjtRYrz8j4$j77pNIIRj{ah%>fUNO50%qfb_9B@7U?@xs(6tb&YFI z-9qx0HB8!aOkQTV-5bab<(R4T^gi2%!n4adNp*Ax!N1 zyC{Kcb<}!@>8RGy&L4JJg^MFZ+na?&Z?G2p0kccr}{k8MHZD`^G>qtM`%XcRASQrJ{TRFX$q zXqA$`u({%Lo0M+U^r+kJ5EAfBuUz`7TfnMcp->^!@R`RV$8MqVS1ZLd&y7TMY8m>j z3Ef>F*6cB4OEYoZaR%6OIF{j^M7i_BLZx7OAC$F!K!YW&6AFD8tS{L@x634pL+ z7w(y>+pe$wQ>!mbjfQM1%f-Vp$vVFw`;B`;k6lXj|MHvCMqR`xF1(-rqV3!)1$kA_ zH7|$jb*Ze2G>TPVLthZtCMTv-xj6|It1K~4qc8sRzm>|~%9IwX;>gD;hQE>_SNN<- z<+(Cb0kzri>!4(U5Lj(8l@@LtP;gk@=+J?@7^Nwy8g)R#6vJFO&XoX4?2F+H*$I z`l3c4?ypyNg_QqM77&{|l}5>zpaJ;LyxN~%bl2=;$i&p)gdtNUpmfV=`ah-6Pz4kq zP|%4%$*BH*)ss7HFp6@(8(f&J~wCDuHZw%lob*^XzpR)7b^r;P^)!^x` zzr3oN_UnATh77F^q*s1741apKr*vTgyd236PQE`+^#>C7rSC)3bfWtzD)py6YAj8W z58jWX;ow!9>OiRnDnLP){H)RUFqZZ#FF>xLcQob}u!UvUv)5W(2iT z<&3(>QzWCnKFU1EwxgT){M{lF=@xMZ6d%X3WE$xF!U5H8Qx{=o zjgKXpT*^T*H6O0G@e=BFDwe3OK^|abR{`DDkZa193lVuR{PVsodDe4A1Gk^YwY34e zF47X@Ty1EC5(h~peSq<|$IhQ-#4m*Y#|ZEA6viiQcHK||TF6paha}DTLzU8YU2RXS zgf9u4-aU2Ze4-G7)88MFM3uJ`1qA#JuF)a@#lMIL-j=34ekWbT#Dmg}i==0ncPix# zuXCIS=CqK>F4;XG&bDMDiaZkGCwAEqEMx zf}EoW;{by#5|ehA?C?O|*;uZW5yg6~b_0Uj*B%n-BBZKgX;c6V=J2J4kRr(*O8~R< zo)FUx5G%})kqKy!qQ3*VI6AE3cD4fD83+EP$K}Z4+^f^b z+8Ym2+Zk22kDsxhdt#RT`3KGvq(D#eXZQ8>_0kPVFC&l=V>tR5`a`znxQ=A%k;7j@i6omciuWmQ|9aO()pS9=`Yqwm6xOHXLqR`%LRSwO z9U!Len0Fp+Hm@;&@pK8Zs)I-scf;JIL7Hmj2;Mb9Lxud%koRSZ z+_EaD`OE8dleYLUihmCfxQfC8YXOO%G`jGxuhES0ZLls9!KJr$22srT!rygMk#~=d%obLxM2u`pTApg7`PF*=J9X7FausLL)-B!wkj5NP;c1`i$4*Py z#F&Ab^@t4oaD%$P+aVcD((l)V*MmE_6!o$|H;Tj;X))B`0~*Q6glQGH{g!HXsvHC6 z5w_4d)83gBumV7U{1WmcNkrS}3R;8I;+J^smTJ-8Wo%zF+{pBRO($#P0v_wRRRb|? zBIRDNO12MYPo%Fd`D2q_qP$n-27fB~MH9j1uRm7>Q)`0*Gq{n&Un?nmJ%w_5Lo%*@ zOK6^uhw39VF|9dy&-DcO0f_%EeSlP0pd9NldY*go4B_I<;^*q%UL6LmUk2?(H;q z;2$KeouRbbTP!LKgXew-OsQ@^ZG$~>wiU!HY)Q$(N1Xxy^9V(NRUvL8CUvNQqnl%d zxhU8ex30bP?l+l-TFSUvNKIUFh>#x24uwK#ik1kX)^|kwRb>WlUJdwar|^i=l`r1W z-$;f9{Ui!zE#&Pg>oZ<;3Pim)`)`d}Ph5WTNS>JLB*>>m1qqvp>Ts1@h%9%3nK~)P zH%&G>D-E%Lo>8wd7S^vqr>*Rc%X9o1d=jskmJ7X9h5ilBz0YRHBhzKq>Ze@`;EmmR zz3FdgfEEWzOrUL)?*g<-N|<|NspLC0Z&kkR#0#6vYcm$0C*Ou_8KrMTnIGZU(jMV+ z3MzXDJOvPPgXJCU$hdjY?a%eQdo?po%VGL)_pz2#9lQUp~KRFFL^xIdHauF{ex5{ ztac!b{A6k~@urYIzNN}H_uX-EeS!kR)hKy_&oS{4m6>pQmOlFM91 zZGOGfG6f#2G^=qg65-wNcP+G~)#T*lh#Rj^`R!BFJ}u&lq@FIY(IetJhoU5y1e;j{ ze&Q`P8O;abc_71do+x&MhAeyJm_iDM@|V!SiK|2J!Y&jjr2x(@5qO2WNVEZ4Rn_bj_u0+qN&QFnJ-c6Xs*cX7!iyPH=CWSx;|O*P4z;gMa+eMXn(nk ze$PCp0P{|zH`qP?@c8F?f9~%CQiX>v^PE7pktCFbu6E^?SElQ$yLp%9FC~ii(bo{? zcj6zaOrnBM05#jReWB#u-#6IX6=G2Q#74;rdpn!yOzbDYdoD+^f^Xh(rU22M<>+kl zEv5V@wv?3yEbC3r(@D2c1P}4(p_K;ahGea#V>Jw5`@D9hVj@dqGY=BSJ?s_1ZK;7Q z}k1FbU%@1a0;o-O^ZzZ9|>AFQs^Hgr8sq5^oGwa^+S=tS^% zHm^e-DTX`Q-8B`fwXdWq(auP*r_99TuIy^g`0V)@fUMsc%IW`3j3l6`KoW50O8BjQ z?fUmg*97W2W)Lc0VZ&Pl>VyrS(}m{zk)Px53(7rACtl@z9>e# zqOvZA-~`*elai{mlnyd%Mrt7)UWv@)&R?!-L~0&-Nt;{de7{s2EK@x&=|H9x8HN&# z28zhNNZUG-sqU2*(Cmo2@sb329|h(g?TjF;`?GaN-Yj5Kn=nv$9k#IN7xeUY5$Q1M zv1HS0G8DuA1d$>wRB)OhJj+G?GN5wFp{e*zL5V?>l*jVDVCtxfH-oB9CE)rC=binZ zIcwl#tI&oKS-;lh9Hs9xM|d8tTZcmSHn_)Wn2cmr5q*=W1`wY1--!S8{;km8KAkK$nMo?V^5+)`Mjw#5Trl24mX@6tzn4b=~-|I z2A~#q(+tfFj#0eiG=DGcJ&$;BYLTjBX?aRktJ=jg6d}sK{uiideNI{+kc>fKy6+cy z*eSR6J+i#}pA50_E7XW)cO4+WD;I1Zv&!yHtLq9qzaSY! z_t_~kZw?*j`E5xfNPUfIt`s-<=JgC^b5`BhXeL~X?~VuEe>3b_Tsu46ePqoSvqHk@ z1N@AhbBU54gjDDSO$ZiFtIhq=DGm+9V%5^{z2;NU7xO9>Sr&_ zIS_ZSw4*xF67WD#((Q7hxo6NE7~$b9%!V>L1rL8SW`5~{g4Qm2=cuRD>kx-eR~=$b z5Eq4Lkt^!h=^I9;$eoWk?|x4;6vy8Fep#*e2}U-_jQjW;_FE(M|Y119c2@G z2`Y6XBS^~a8bwGy%uVY|$j+;~h*i%e#K1M4Z8OCi=Zr4MkzBPQ7xL76%R7 zAne6B`T<#3*thmL_ZLg5Jgb6#k*%&O|Ipu+z9}1ZNmGQ)DEt|o*kQjzcBC!b4(>>H zUMEQYo3d?Ee)T}5iIY(AlHf%Fa$GkVcMG!a5tOWMe_;*X4|8p52byLrYJ@4Qc${s? zB>L!rtIioheA-MQtNPP#2yT4}%@OQK@Qf;+cyuEY6&ypglQsKAgWsRTh|9Kz8cCS&*WYg!n#m__C}kxk%K;C+vdRBaJk6 ztNBqctci3>GTAklOJ?KTyHE%57;eH_>eD$yFqIP=;hNhXpF>_pYf|x z&%;G(s{coOUmg$T8vcz;!ij{Gh?A0C3(1ygp~y01ELoGvPWC0sXcLJ_6j`#xFi3W? zL@6C*-^W(Uo)ogb*FDs!^E>DBd;fgj&!>NirkQ!3`?>FH`Ci}ad#SUlT|IgzF3#^D zSM0^fS2{%PRR6TD5poH03&k!&PDl@(>Xo3Wyl<<#XU-UO0*ej!O_qQp5P2HP%~w0F ztnl+tvIN_A^X5%xsfGk5AUkQlzAMI}h&|LFD?k8CR=`{%`>EtzER0RRy79~wN{o?J zj^Qvgg;=ii>E{<)UH{rsUBHrsycuk(7KpXjO9bD3-@G@<4ZpjdB;d zjhiS*6x()Ov8(M?m|C}$Ow`N(&>$Cug~&SsLrvV=UT1aNMA684+yQ3Axz-_6y$sc- z+4aD||E_@MGw7$iqrd)9?sNV)=1Q;}`<6AHW^gAZ#!il;}DNn$)cY(bhKX{LZQh@VoVpb+4X))7D~tP?1X zwtwB*lLu5=1B3#Cb8`I{?N)@f2{57w0(zJ!@|L}l8Y_?CB|mVp%^TYj#bKp#QR`1W za$tZ%N9B4ao_WRUKKSrjI!Mq=Ljd0i(Rx(L8qF2e4Ryv6@B;w)@p^%MwtXu<77CD&$-(G;Sv?as&?r@<*n^ya%d`vZ2GH#y`4sfIdP9*GqT@%; zg7j$ZiiY?b&8=@Z1Shjl~VMFOUaWaE1; zv#L8JU_p7$(sy|=-_kMg>2$~I+O=JmhUEnijc#x8E}*#Z}rmy;2PZo*D-Y7oLbrDiD}qZ&bFJ!(3&{n zv3!PZ9hQ%{i!zx7P)r_S>}h$;MPxNUgFH^(6j}iG!$95ED%jA4GcrY&;2AB^w~qqP zpdMf?)sWTY*sBJHF*$lq2L!PC;v2+zPsJal2diPO&37bw+jXYz)ew?D$~qmJ$!Ih zsAix8u+Nd6GGBfd0tGQ!`IeRK4QM^Bq0@9z;{^!Vbg6?K@a6bB=6DFBKzii4v#k*2 zQLGq+)paM(z*`tsbZ`Xhs4<55_C4c1N;fv2_8Kode?jW{yA_KI8{zvmVZ-1p375_G zA!muFSz6Z${rkx0h7l_re=d)$e9>{g@;CG;mxL(4Z4`*}vj)@@4yYY{`d#8L*8+AF z%gYWQe)8d8d*BtqW?Bi$mfng>XWA~Qt@^B$jnB$W<9s$H>~?}0^$M#q3$Xt^40S5nzt}oF62#x zgi-hyY4P%&rw__#H!{HAmmRerm@y~7$A}!b?o3T^W*lJKt^X)@M#p1!5#R{Fi@MhJfvA53x@@)2X91& zxhEk^r}3XNINqc5@22oSHNID)O)L|#*cErwBmTo;OM^we^G=2IuP2T-^b)-6G?CbN z_CE|Zf{EX+3ab3#sVLw7J`P^yk{fdVyTRxecXyi)+>!Ku&JU4B^Fw~$`oAna;s5QY zj(x>7y6<~c@OzMR+`l}WWH3fPBY54K#pn;qPcFJsO3WpCVU>A8R{u3TLf}K zOP;MkF;sCG$uV$vVYBxmw7l$3$<_0?dPby$C!nCyHkRLGhs2onA%!Y#$CrQR0mRe^ z2!$;Gi_^da>;Qmx6e?*hor_?j`-1%TV3h6h<=ZNo|SgP;{555u^0pcy2q^D$*=7Vi|zL)O8> zQf{tabk=6@1IS|AStMHN8FjFB%Bj!F z`7uq#O6lM$%7KhOUTXPu*|z+NMmt~+)`Rv+qgp>(YG2K3VtuAiu5#Dz5bG6`cZHL?@}OIw0EU5*<$dAm zMj-_cEM#(}1jNT(T{E6CM>>{>>L7+9&1l8b{Evu>#B_8JMG0T3qcP9Nq{jpJz0xB%K>4^YYjr3F?;uiyvKpzeccaj24G9|eSkHpnP!-#n0>hMbtLMR4E{KrbXf zKaw9j5kk0`*BITIyGwCUX}62!r%eNiJFg61kP!Z`10-Bn58t&m?UMhnQ z>saHFV{aGZHM1iO9j~Jzt!RTqBaj^no#}x_1Lac#`=`yhoju1wd}P@jPz84lpBei) zoj^amFIfO1HiKZnd#2BDhB{z7uwFbs8FI3YEdeS%K`gOHe$5*13&iz4Y@kUwy46O_ zML}}!G>{{p_Sjh)16d|kwt1TQ;J5PN4Mu?EKb@=*ZUJF6seS-{9*eb(0tw78F1I&8 zA7cf!;53Jb{MWi8W558&Il?5pqfRo|6yNIvZ5R7NbSsqg5(0$tfK=0tU{GK!?^c89 z-jJTxi`2VFb^*JS&2KG)OhXOIkKmVPs%v&fAnu1)H|r92Pp9{!rBxFv-H-bq3_B zBhPkZcq<(1t;z;jj+l#}E->U@g6LX|B{2@q=rK}3!?{W?tRxVRh&+q4BJ?)VYvP|F zdqPD+5B4k4K}%@0Cc0|OvkgqaDiD~4brzgOR4{Q!PqBc7gz0qew9Rj46fZHA>T)?Q7?9=d2}9@b+jR8@7=p1tS`mfzl`Qem~G`nF>o%7}*{0>Zg)6;e@WB zax2J>8#fKNt&9XwhkWz`O}6Z>S71#OIbj7rq=cI4fQHOnyR{4%V6$5n7r!F?ku0t^b;`3~1asgV8@WB+U!vl6hN#$X6o4;C>a zF*vs_q2=3%pae}Ss)w{N7)HhdD}Uj;#}73>2(h_U{R4^(SVEAD5)%x^VFcbTd*5K-ow>v1#8o}avL^$#qGPOF)zbH0L z#UO+?BHI+Oa{w9<8BY&X&-wPbsJh>n|W@utlXEh+#t-gq&$ zyTFbt(+Q;-aw7LJZkMoTFed4@4|3HQOLv=V2pVGZ18P)fC*P+pZ*{J{I$!p1g0p?a zP2a|Xb_@yBnZ$Hc_^myA33Q{$QFaXT%NcefvEZW8v=S6yULjAaXa1WqTVJ50i#eQ{ z*yJ6Yj#!RvDd#_KlcEn}jk}pU)u)tze)WgD#z1_pMV5 z9Xc!sIjnVmWC8&(7tz_E)X$mi9XW)TPWwloHnJ%XSTXk3Y_$rptS40O?XH0I>{d;n{(?LUbrIo?NpYWUAW-*6DtqaVOiu4O`!NVbd{6GishuPdU-kt?Dc!LiV>!lk8f4`h-*A3TT;`MLAR^{$ ziR()ASH&Q(E>(QaE7mp3y7*!66(OuW}V$#`7Q4~TB zi0tj`kSq+~AFdOrW!Ma}y`ra~z}X4>%Wa(%S~)H6gsDRd zP%Ut1{XEfENghn{&yP``Pv%x$ zTBqe}bUMUSBfdTb6~Y%G)UeAI#i&VUYcJ1SE4DTE-P)9a2%xCwOH&3=cdD!*P^r6? zJTr$va8sQR#Sg*QKg2L+>M~-#cmoCMH-UQ)k&P8xFEJb8qpfWZhGnebgt*Hg-Lg0R z?&(@dfg{%xZs#B9DBlAiD8UevIV01~$N2DtQqyogCf=fB$P==NzrN)#d+=dguL^+# zCb*rP-O@k0X*@3z*ZD-G#E*smT?N^%pC@DE{4dXyAHA-QJqH~=q5B%gZgLI~nPo9S zb`Ry=-PotfLkrf#bEZ#|XDzhK>pGk?KDGhL%>#9`+V)|68peq{T={f~r=CP&C>2t> zq_k(H*tbzUjwK!{bxsNlfe`eEj5F@R@JepSn;cdWQd#U@jx~0WeabTg43=VpLj;Yd z3P9{jzAI|bVoNN`?VD~k;%BH4$|8O}5J`tk(44{;PNcN>S8LbsELy}i7+cW}q^%c= zJcg|>Bwt9{pIRmpuGRi+jG^23ZL!P92OkEpkb&H8gDS1BGq+^r%vjDCAQ!lY=HdB! z%Btih#D-+kHwAi)*i4d8oq)eXh0Zb+gPrBqv_O9TNEx^Wp`nnPJ!zdEC5lOQCOUO{ zSriHCN!qxW-D)LlC+eeo$t{okv_%G>bi~>@b2VbTRGWy{v zT6#Oe#NRM)9G06;-RGaL+~O3>+bS8)^~5tK<#x@8&Yi;9GW(+1ecGDFrM@t^*RC0? z(^f0ia7sG5L(ddksS~x@fC=)k4=Y+Mm@~`MCR2%T91hhwxLA5E%GdQ6C9wyv*{shv zLcn8!DhHzQ@0XB zL3dyr=+!2K+$ee4TA!i@oIi%ltYMmyU4K_i6Mebe2e{REl#Zr78ajnf0E2eV5y~J4DPQBFvDbK6pzbDS@Ah+h+z|o>tx4E z6yD?i5Rg0=UI`>N&4Pji^scP|OF{x5eK@|8+T2hfy4Z(B`%Fh7&WaOxvf zOB(+m$A)N^7JV_?sEP294|&_zV$8_?lflk`VI1wTIjUvMKMJ)g$wNEM#mVD&yQld4 zu(yC)tFCxQRKT5G4fGw13`^53@|yQU`bLdg-qTe2u*LGd1x)|x3OGs@dX%%4A;;<{ zaq_OE8C|faH*hZuH>k1h6}XpdFzRgm#7?a-#gJWoCP?X(kYA!{>M&kiBe>3BNNqIk z)*Xf_s~ztlHi@uLywbzboZ0TV$nuzh)>gAsC)!@!ET&+Zoc1jCuE4e-2GU+fmJFegWn}WNTq7wkKh5 z*Y~$YTCEG--89xybQW4JViUT-JDlf)kzl+j zr)}jAa6ucUl+Ca4s7j5;2M$an+d9bR!?)hrYGt-N*tkj5zD7UQ;Dbb9Ju`83>Zs=^ z=&mO=rw8%I`K6hlNNCyel)ROBnm_3px9dImA$jpHJ*LZfq)wY}PL)PWXS_Azu9r!i zKAvote=Agy!KloDv(QM->h|%eEQ*>X<-wvq0uX;MN6Q9uwFFt~0&*axD|`ninBdv! z-~nu;x2~e}flHU3F}NZ&+PLc^*zy`oemqI{4!>Ysx&&>cyRsmy{|UH3BXu2&@v$45 z`)+DFgqvV4zLotX$ML?ov3E;uE zt*W(Gw_4wasbQUpg+`2P4Hk=l?fK4bUgu2>uz=binjFn!kP~9wwR4KbcX6t$H(2T5 zqcinmGb*xsJSNSdg8okA8{_%`sb-5Yy%R;o`89=dz$SuJfI3f)hl|%$i+WL5tTV4P;dAy1BsRpLT0a(IIb# zHoW1`PMD)1{oZjCzbSDZM#zX(UrMZ4jxv8d;Mlt%q&iD@cqzqgyerT6OVdUiE z3$2E!qULoDm^z7m18)$Cjf=vHg_k}S{Uu$+X+sjLc=wC~Xk8`?X1T~LpFo_@i_3ODl7UR=sSlx#hpB6|L{;3lcp>G>ObW`$l7;4qJ&Q_Nqp+=ST z;G)VN9Pk!Xh&_nMBz*+OWH;aJ$o`wF#oS{gSs>=op za#w|m_~AZnqyjx5ZxHJxK6q6VjfOi%Wpn~IOkQNVl2&OFquxqdiY)++68W-;RjktH z9;X?3F$GeO@wQ(9HEmR=xw5w!LY#XT=b$Gv84T`Ld)Y8JMqvnkb0PM>@2^&rRGj6P z#$PZQq_lWNsK#wesz5;}wB*br$b>acp|(JXy05X{{7kwgP1Ywi;h_QzWX;uyvEBg>>{os6DqueVi>ct+O z6Ocr!i9{KscUEglZ~Yr;GmpmFyz0o#n0E$hNdvw&r%|1eHjORkM)F{ug~B=)u(q3u zf@sWr=sDsT?(TBwY_Xk&M5w4Udr`j!A9Btu(;z{M3bfbSDlpBCI>Xd{4g?FUtXfKko+B^>~8a$jlmDPM1fo z(intm^oJr)gQqX2JHlGXDP`sU%Lm&FtKNu-zX!BwK#69PVP-2h!1W?b+sLQDgy+kB z)3NbAg0aSTU;LuR=ysy$Tp#Kj8v`JAy{u)p2~S8W$AN*clj%Ta9WR&B1>N|MEcYu=wBvMXnb+j6ph?#RK66U1a5@`n#=$pKQNA@mcir zy--yRi`itG*(5cj_w`CqciIr6yIOpa`Kyh>qZtBIM@%NHi;pW*m;|n!c`7hJJiaBG zdHIvMgSQ-|@BDa1`SMk_oihh0z3WvXb%iI-djVtH2&Zg+E<)7c!#N%M-hslVs#Bg% z(xg7a2-F-1COeaO>Qq0YTva=vb7}FDZ_>;^?{d(UA%JJv}fANz||aMDi)g^~j_uj3R0tZ?VI8 zLTdeP(qe9`KBeRSlXH>&CxmJ^i1arFhIaLaIJA&vQF1X<8E<$cIv!^erBS$n@tH${qHNmaVeSOeRG4uHUi+0q zdt^pC>H$|9PTrr22xDTq9>)kv9-eq_J>*G7LLABEd4WE@&=TPm5mO<$?sLdoA6?av z^mAxLwjY*@Mn$tR(?sFqL661SFG2pdm*zPZd5~}O#kW-hS+r30^4A&7!m-9w0rt?+ z1+fDjsY@|25Kbn~IL&#n5g$Oaj@W>9ip$d8DUY_S(@U?*&uC6J@5r2U)cq7ZbtSF4 zQj1c~(n1wm$v0fURSV?BK_Gxy7|G6!YGMac?LSK159zLhB&Q^}A|F2zei5V0_?j>z zr8s55HU{DDhwcSq*Y>kwRB2NT&xTuUpIYi1eC@9|yB*TceNr`Fp~dGyC)b547C6QP zb{xK3r4v(Dh_5@LNWG_-6u*BY+%CAFd75Ysib`f(X8JMG26H7PU`Mf=%Arh;ge=lqD`Eb)R2kwVpvl}I8+MNI?D zEqg#Jr^3@n9M!~-cA>1c8=%Wtj|VuqNsc7t@l7XWam-H?!SyhWweqG zhFU!nXAi#Gpph8Ay!Bb|cyJES2xXZVIO^sF2O3+A4pe;d_Md6uxD@H2T~VnjGUwmT zylvzYY3b@GVCC9T`HjoeQxQ<~f*{Hxb@Qwu z`ypuJ;A$*__=R@A^q0T(kyADVE7g(uYLZfU*qcGG>WozTE&q(Luk1J~ZJs>m+TqFw zaQC6|2gI#_c25EU|M8BgWA~Lh`GU3UCDXz%MWULm0j0ckQ^|2w6O!zPkCbwmxDM0> zXEf6t##nr;jrzD>b9Vt~3b-QC!=CHCixA?hZ++XF_XWtWkn+yb6j`5#xCwf?uic-V zI3~of5Dh`DYuzC_#SW33BNEbS3R}*erfcF@p6kqrFIM|Hv;P2lD8DM`KWBQ016&cd zRleX`{?rJg-l8beOuoW5CRX2N_h~#a8ufhwG;#(>fDOqrQ23beg+P$7|BD5_Tb(-i zcAfdrIZX%ULz)8#+EiNhoIsB52{>jkn8bSz)S}yL+1@vW3~N&z<6DyOZxQdCmWR%) zt|(iK4m++fg(=vzZfvPf$u&hiSgbB&x<1MdrTxH-cc?H_OG%tgfxMr_8H#)ByCo({ zfT5Tidz1sy_iRd`zPcuF&ROZa#z|EZ;1J>m+5ty__Q$xv`=HhL%s zb|tx5K_^lb-|(l1@it9UEw?@Fy7fH@m_J>P)%#JeiMM(I!N7-7x#oy&x2_AvN}FVf zSd&2EYeoDQq9G(N_S*5yJ1W-1$jyKYijJDxjXeS}-cwgb0ndM@^uemX8AJhIXNIp# z4BCN2zP5|uAvx{GNZiI!t1a#*5=cpn)eGuY9SPsNSf$0L7p%>eBdYTB*08zJ=XC;p zJX}>8+QMHe@E(3stk#;ljT9bl%IMU4-iF#mUfNM7C2A6>$afQ8@$udL@<#S8D%m5} z0L0=L{^P+p8rxefwZyqi+}s9lruw^WSCk3of1#!MW&)Rh%T?zyfie);k)A1C=u?4; z=F++9Cz&@>378t$G;CJsf~ZZF|MUuly9%`1Bo8V~|4N~B)WK3Kv8x5-z7{J!>Rd-Y zK*8@FwVle&&qxP2wlbZG~RMg;< zBx>o6>)0kZZ^8j7dHQ zx=X}*g_wbty_e$C|DDcbo?9NT0T_kv($L&yHLTXw;qV2heYAr>82NGnLtvhDtJt6F zMR$Es1r^j_Bl56!%u+4<#cDBeEF{2Ubr0XfXWfRj;$qF5Q!v}4y7-mIqV0lm=GQqy zjqq4lbn(0hg=RzI8tBG2npLqg#{1Gpebqf7z-?Gw)a*R50^p;uxbNGwC~XC+#0W|^ zf(mn7JWF&W+un|b+Nf`u^TRqGY6VG6G?82qG4ZdI*bAC>+!d;EGR`!X=P+-kCBE9M zIFhf+s@V;L^PmvFDdNfE)vb0Dx`oFEoTh>tQ>?;BN^L@)NG-MZ_EbvTo`T+UhuPDY zjxoZP@>P`=8XV;q$lBREY(0UrWp|*NRE~zJKPmK}{cJ@Y9Hy5vf9O4fBp$+`XPo~ z6@yDpBfIONI`P*c+lH5p)Cy8oP)|BDJ_IduV~(j-lxPr99-O!%^)DV)~S5rx@ z$f6-fLHUDM7_(4r1X8{6rJ4|PJ7DktwqDcJ~;n*NYFvLHh6?sX#^xL!G z7+Y^2YcJSg6(MsPQg>v3P8(o{H%j_$IOB{Mb=nT4PP^g7>2 zZho!q(Q-+>O9-9BIzlOczcr%cm!k=?Clih9K%YHF)rDb)5H1y)pvBk);oJueXS{Y6 z^#2!KPnFoB3mx<}J>E09Q1fYniHt@!b;(7U%EW%@o711#pFBE29mhL-iTR+#`Dhm% z&8X4oJ6Af0*}$Zl**vCDKRyz>Yq>c&{IByG;1z__#wzp-xHZ!n!0hp^(`C;#m4Hf;D}+de zRFC=N8(!+Gyt?Xyx}Q#R`$jVUo<4W4aKg9K-=kp`$8j zXgBDDW+6==pikLS&@{kEz^dd1xY#Uv6(h>YfCW;whoT6`ct}0GyFUdA4V_{!-bNVA zQoVo~`*I1pUhN5r2c$*rh?gHvS+^gx_QLJGAytN;G-GHahA#>`AsT1Uz5FG1xebBZ zy54=R2T^ksWUqOj-&Gg$ro=W%bWK;hZmvcmNfN`r5n;})xI}l1y+FGMSOw!m=nIOO z^{~G*(&97_gV&4#E}O)R9J-=I%Ql@wwa^PR7|!M1OE_fhP8q89bBpm$yZSW-dQv}m zrm&=P?%~wXv?4&lR((>jY2NDcN6_3njik+*<^|e_rm2&);8(g1&c0`jVAPp4Jc3#? z#c=rz92N=~+q*Y=A>^S?Kgs(Q3QBp1HFXv#d;kz4nRPJ6d(B;Ujf3+G`#J$mF=zta zs9yYP?&goJ&yL#l@K0?DDd6wU3=j&c=5o5Rbs!b6V5|;|N6&a6oa?7V0G{3649|^E zzd(pF>O*Blo^5`$1>@BV`CdAoh@6(#FtO{%ozRT&Qu) z5^tXG=?z2!MvPJEJj`oF0|HJy(3k$@z~RcXAVbcuM~tj4??2QY2;FNiAp}F{sg4vrAL+B&QMBr~ z=r`fUo1q8xzMVcGovmurdMf4wpld|=1Zo9le-h3t>F1xf>MDRv_dx$Q2a#c7K`JD) z60Q_y`1d`0^CiH@I=^AOAA$2dnp?IAs*wyJk?_kX!0I=Bj^$DON5Ba<{Dv1tf2awq zoVB_~8a$mKFN69ab0JP&b9*g~FDSAipaQf~caHc>HCxtgk3{?IXJLw;uI6|k7KU|< zBA!BmK!k|??XWXAOB*z zX~yY-zivPXi>ks(J-P`!_^A*7q&I#)k=ZaO%sMmVyeMHJdUnHz z5!(HL@7MkFwcykBJH~ z-%-}3{1*mx=t6jS)Mn)?v47FX4tVVR@U#ty9ts@og|JY-oKc4lS5S_41)zE*da;t$ zw!$Tf_a#>*e{-wtO{Ye0sOKEvB4+v0tu53T&4S;*ff z0yWjGVUzpEVgGUL`$6M}GnU8eZ{+re+oOEj|N8Ae`q}?&?FfFbvQ(JW=HDM*`u*w% z-;l7%$Lj8XyD|7TEEb-dpZ~7^dif&U+q*Ak(5(Ak9@y%yyhzLvTfzEYFCT=J{XF|v z>fd(-?*=IAaK`oig8TloI2&T&-o7ogZT+_!hksiKF#meo1nqyk9H0UBcF|`Pjeq~? zQ-ADPTH2*dZrL4FpoF!#rA%@hljXGeulJZ%fj?-V(VrI!EBo^g7is)QK7LgD$G=kk zAAy$k_q%>9*6-E$dF%XMjo+*B+iv_Yr@yV}Z=dqpSN`^uzvHNtK=QXe{A~|^+r!`X p@V7nuZ4ZA0$v=Mhf5tnkl|2>}e!-kg7SIwZWkvO)8HY{%{|^AP$N2yN literal 52016 zcmeFZbySsW*Dk(5K@gBo>5vkYmTsj(8l)Qpq#G6;f=G9Rl&ExfmvkxJwdn3V_j2$3 zzI(steCPMq?;GQc@%^(MTUR~vnfILYy5@B~fpRip821V9Lm&_g32|Ws2;@!^1cEq- zf(-sf$BCc}0`Y=K2)|Zx*4|3F7yU@&^h8C($GdDf*f9LbGl@tq!!B_gR79M+k0X+i zgu5ujahM}S9${fUlDmt|MBzj6iOXPg%)Zf`;Wn`_=bfXmqtiR%FR=3zy8%lTWfh0- zi5@lIEvc!VK9v*{L<|wl95P`g{QZYzZwM+^@>}F6(=6PsGbw=AH{uU~ZC=x6%K;dx7uIctpgP_4ug# zs*rx)D|rmh9F#!byZ}F}%HKDh>ifd(Bl3uV<8Z7++~2oZnC&Wsg6g1%6i09x5q?v{ zzxp>S`U#Vc3JHGH_?;m*zxJFyh5u-Uilf+|{mzFB!W$WE92ZqgRB}sicyfs=wf^(R zv~-YpUXhczA4Sw1k7|@S?P^a{*<|Kv*Q>wljVD+9@+KmJayK@~YA1j6=;ED1<7=Vv z4Yq<<{q`VNg30ec6H_{sCC(FH%4rwg(z>>3Q64*6YjW}v(}d!6hAefug#T#%_xDj1 zy{7cbik^iAwkxYEDqE*fBTIV9QK5FH`~`dIyPl^BFO4E8+CNDp z*gnpBJA-WNzIig-uqi$4^aF*!9>z()@0j=|sZz;ee@V9I)A7JJzLQ?<36DK3MjqSM zdoD{+IzH@Km4~kyzMw}NcX!y#gP*l+Stk)z`fla|IxX@EckJ*-B3sfUY3{g5hk_V( zjbJO*|avKkw2RSC^F-l`=8=t*ZUuZ#^Lj`B03m1lmf& z{z#Eeadgz>1r|@XYo@6xXSv>X3}`+njpJva<=B!dcG+7V0*-44pA*^CKuRIet3fa+VcVl$kwet!3kGlVVff6J3}!cDs>SZe$(#OuJF< zq3fsXrhg{@xP(R9n~P1xiF((t`?L3BUPzq~b1m1r%U>ywIPGpta_pkrbzhP&1i+h=}$z;g5O14UeZIeA(v-)B7Qpk+aVQfBBX9@eCM+0wvyK=6(3iV;OTttRK zrJiC!v2`{v=YDorQ$~B}!p#Ezq6aRWrjlrA!V?|O!w~mPt$!Zck7#GdV>(8?Rr?Z% z-#((_^Gl`*95jT5XS6pgG%ViWK2s9jsdLS{I_N1p$()z`XL9KiJL52@q-PwF+Sh_F z{Sao7Q9WRtX45DYm;0oU#C67lO7q@7YJ@nt-Nw)7&y}i*c3(U&$*PSV#ePIs-uvQcxSftV@w~lE^FQ4j8;B4xaXJ2_Vl?06?Z~t* zRQD6qxyy9OQ!4-Jv&A5zISpfXVQhL2^wZmnAcm4ZuekZXF3JSI`^As%%DG!#AGs`i zz+=7bB=ejOm1OyW=F*?crC2${lR~_1CoWFM<6NYbMG&F`&isoX61t1o@Y;(BYA-YT#_kbP&!68vx4m68H86mc2a%y& zz-q$eKl{A8ZiP}B)p&cO(H%oeqgG-#q^;{2Ou!;~n8b0o!`oK?MR_LxF+Ln0 z`52GX8&9BO0>pLNs%p3D*3znzW#ejI`g*+BK)cnNB~llusF8FYB)Zxc>7=J)T23iS z1)6G;Wu}yv0#`-G+iTlXm7CG1%Q}r7?lS^|HNyjZr^)skKP3*$rmKqIq;MUN#jYY!mUtO2We`@NwE7gJ`3{cp&u`ryYjfN;kF3!Sc{;#O&Te09p57x=^;` z_9Qg)?6x<7CDnOv+#sy$BR1vo+5XaSnW>`b&#w{YQx(!n+8*ad>l39pO8M%_8^3aC zeD7h#p3b@snBA&UX2ScY9}#Gc`uIQR=r3o(C6&#@rx^H*I@2HWQv|N^x4L&+cer<6 zJGt_Z?i~7JCG)zJXgW?9spFz&P-mtvBGGznb2VAxDpy)+@p*h~+F$D2bW_jrw!ZW2 zanlzL+(o?Bs9MME?}`kPF)vomUxgDQ1TVefCKf9?d)U+-gg3TS=`A-9OP^%y+Ly?d zYL~*K=cAq5!`P?^qcvD_kVHId^1hSEuG8RVd%0b?>4HnADrdXe`&=xH^f=nvPB3ve zTgr?SfASifz3x;#S1Qm+6*5IJ2zVUxKHY#ppOwJMTyIHXm3U)1&A#Dy2i+ucE@NGujIlJQhJ6S>#{xSZbi`-`;kv8o;DLG8%vT zRgV1pWXfuLS&uRw5uY@sIK-t~M!n30e4^BN?C8lj`QTc;F!xa^x5!K0mqO#^W@G&i z{a;3mK1aXyHh9fli^oPiOzE}x^IN7+L5f`@c|*jU5GLO;YH7eLgRhQVk<{6$#rmmS z-Sf4(4T}3Z#rh)G^N`@LyTjQ*JEyQT&+iUf`PSc*)tx=k*#z>B{F^7q>4s7MXynz6rkWg=XpDG zD1h=7Vo=2}oWk!u8LD981kU|Nr1TS2gkbU(aoD36Z}BilN4PQPw9gtF1*twh;;%q@ zuRgX!4y#nkUoJ&IA1;Oxb7f44LdbZX2WhoVcV>*IhCT zdTQXReJl607y62j&5WMQb~Q40^Jg4Ft5{cy7<>1P6aTSVJIiMtL02hIh|SwmGYthVe>iGKdy+}^JFq$uBRJ=$8db@ z`S526w60XjoJX{3l8I&SX@o>&qR(l^x<>Epo^6Str7b|0YL+gR_~$+5|8DCZ@e$)hM&1YW5x3lRxZsOJM9by|t94Dp`rd>t4 zEXC7tlOG{OK!=&K>$vTIfR=Vlo6{-!+jBM?Z;nk#7$7I#`8|KLoA|Xcd~K}2zdxEf zds)+~cHwtK1dU@gpH!$vHSS83?pCT&KvJ6{r!+j+qUPRxq`y5bCUCL*T58t1-g?IR z+M2|M&*snB#%9Lm+J?+pV2js>?T;%(52KgQ@DqD75gXw{&4-BJ>Y8%sKrT+c7~X%R zicIT8{*-xaY%W}j^MfF1j!eq%wk{GA)Fa|Se@W!hh^&CJn1*#7(iN(1@4$y8dLrj< z6-Z3PS_FeqXtF~;$b80i(R7_hMH7hF&G-DM#Uv5O)!2FMmqGiMIkQDxKmm>X@+Qps%6%Uy_&eC1bSI1pV*LIL5d2FlYiusduWR*T9+blJPrgA%O z``%nkYfj@~*O;{bVXMoco6RiepX0A4nI?@Uqb7%@fTmbhvqSqa#&NPa{JQxC(0v`D zUhMv}N=tjsD8+Lj9fR5^qcgQmuGuU;PB&NQH6f`|=7rkzle8&)i|s*dDRv3eds9}8 z58Y*KxTQa>UCd#lQi+L{~!>EP9IHa?-L zU=Ajrn1mE-)k7TyPQ=LEvkskX=-4Y~p}GCE?3?&BG+sS%jJr-23!8; zMMcWP!3LG%>+AA%IZligOd-34kEYAZYLmHvE6z+h<>u|(3SY&U-CgR=7JDx|t0k3L z3l@&^SxJN!Kl5~clTJ7c|0FgJkcEqRYk`n@=!iD=O~OF&U4!v~ezbF*9+pn8CFV~5 zrMCUWDw``#%w)`dG+4l`O~Xea?mzH@CRwxrnG|OqDAc0KWKh<74~W0o@sWEx8Gfm7 zg-GdTgO1gFgT6S1+hpzL&_x|54j|7@MHXS=x(5c&X?lIH=Y26*N&JXT%trGPQqxM~ zhEeZoO_UfNXF}T84t$qrj!N`B>6i`0L9A>9c`4m5PqtUOXwrTzeVEUGo1f@!z))Dd zb91+7-Mgb63QKWXK8K}^l|xey@pUm~(HN>;jiGlWHgE=jE@6hhDn`VVOqhXdXFmts zq{nDgP*}alfDsCPEADuC($2<2MdJmArEd$*VArQ}V+`V2p5A~dBbAc~U5wplEP;%dh({s>f}G}llE6T8mwBz1$j+`9mnC#) zUKY}N$(n4RaQ#Hms(J;NfWtC54$|T9eySp0gUHG-$YRn_T{*rm9~hOikHTrs;fbBG#n~ z^wU;8g3yflhNP+?rZ?FUNy-| zJD5Vht*Fz_g_aL5jk+Ht@VQph9dy$=;vkvzHC*o0IxfFE;BTo>90?g=c=ea^Tyg8D@-FH#?^K|R;~u5$M!ty9eJ|?t*Hu&Z4*pTs1LG| zz&J@l^0MLTK#JaA`A0-*5g4=OxE;6F#2=@$X~5%$2cJ&k<(SUBU+Yq?v!*MgR9*cEBJGtD)?zku7sW;PoA=`rnO zvtGJFwxn$z+t_%sX$Oj~W+rIxCSgSaUu05V;AvXF9!J^>6S#TiesL7xusQ0|QscB+ z(22X~;RIvq z)^HEQ;Stt(>8b@!kM~0z==O+N6H}VKOskkbyoEfcE%&dR4hBGI4@_hdzrHIg=aGP6 zD)cQtEMLY9rmJjHneNXoGb2`ktGhVe?-49G#Yot7}Sy`S#my zb7xmQ$G;pldWyq554H^M?j;+^LbppjV6RO*glIx)kNb=Hjj~6<;V}Mretof7XuCDe zEL&(MTIzag$u~Az?>Z$<>T$Wvu@2^1-ix)&R3;6G5b@$gBOq%qE%2>q2GRpIo!cGQhhO$m4pF_oYxVC-l>(_nmv)07vfz-rF22 zjGMBom2TB2Gf6ixpRJpq#W({ki`6sQ_h9c9pfkSx&M>mLo9jz6E_`Hu!yi~_C0BZP z_m0*_vgOhRJpx`gf?Q2}2l}fA(q00KvEkX?Lh4}~+iThSC^-6Kz6FqdGRbYbeC)mY zR)F3Ba_v3mqqU*QOwS<^Jkv9fFubPw#Ix?FGl?q48^2b*Bv~GuGx?mijbpYhTGj1~ zUaRg83Sqirqdq23h69u7-=N=55F&82%#tWuPlbJYF_GrJsOLb${)?4%Q~>r6j}aL` zvqIk}%^JU8%As#6*>gy{X!@b$-Mx*R)3YtRGheHygE~zxXARRZl&_vR@=n7}0nq=t zR^2<)qf@BO$K`U6mBO0$YU}e>2ocAm{BwOY-J^GcOcT>?hkc2+07K_a$qHPTJ^1Ed zL?qx*cV87{P_x?hTNP3l>O7@bs7Vb#Qv~eh@%^Us>SbTGg+9vM>3W6 zKW9^URhmywfSAQzoge1Lld_tGuR5$}$8`fH#AIbT1iJ|!&%#ggo~@rdLrHQwL+whC z_5j$+gZV9W9DC0Pgm~>N=(O*2~4JUlk43PRN!)0ga3RYHWK2mcf-1h#qHXyh|^Tm#(SQn z@QaXt;oI-|mtO$oNwgl3Uq9$zW;B>YDcmV!k0CUw-^lY3t4v3}DCDU!Uqf`qE3MML zB=9&D(DafbhLA4bfBZtc*#~I_48X^JnNAPapZvVJxwOJy$!L&HVt;|C=XtdsU`$5j zio$x(o5E8WO|S75bORpQGcfg&i+p-CWFY=rAP2&JD{wMyplxbhhZO=)_b+EkFY<2e zdkYr)D3IPp|IY!O*Px=Z_M*%KG-|?FgrHBdur_nA0)l+w|4PT$M<&tosG03H@_kfamPc@pWVCZ7 z>5v|)3M|DvUyf1-ZHBb}@Dgw|RA8V~_ZMg#oCwa)s&!QVVuxbOl%))*eE&=G10Ga0 zL>H;za~aYefS!@{?4seX#qUshg+S2#=)J}Yv~n*C)yumhHbA4G8{~u)nG@we{5gep zw*aFw9~dxZ+Gem;3$S%3#1j@ctJAjN=8fHSQfxj`qui=esGUF6jG{|t`hnGH+9rUe z*NfDuZN_eZug0RFvQ&jr^E0s^ip?EV^FfqAEjdpM=4e78Muvm0)<$e;Rng|t!H0G$ zqHmJdA3u=4KNLu+W6r2ixqXF}WuVHGCsla!;&aHIXDkEG^CSkmrt@<5^&jh>78{>H zTbN~;ensqsNJZKx5eExc*eAlsb3=n0tO5Mue7pcEq zt1%%~LG#Uy$KUK$U^j6h69*Ods`aB4Gzf{FEl1$~5l&Z7L|AW^(KA>x@c}~?dp>Da zI3fQ$@-0H}u`grwG7g52l|jG*68qGmnN15cUG$N5{xu{^z=6dne^U@y>SZ#f^h)9T z`dkl9_oMt)75Nkv$x8EcF9d%aA@dAlf>(waP6XqK_!&4;{nbB^^BxCt zq6Z?2LZ<9|nZ@uHKpFbEt$TM*QI;>;^onasaF<~bdb0Hm@EMuO*1rE+9-|-1kuxds zpjXQHK7Ao`?ZQ+rwRVw(chEbTd2uvr01aNDRgSs$)=IJ>?ib3uw5#^veMb53!6#?j ztxRo%rp#A_Q$o9`SyQ>G&{-Otqdf}C^P26N5b{ngJDTq03903F4*mm)w8(5x$gb<< z!x?r&d@}s`Cq1ewxdm@Ar?6UX{Oxk!ojBm|DtJwzA9}Q=w~ND0>O7A?KQc$GMk5|T zDn4RHln3dkQ(CsV%XGFJC2I)y>KC?sFJGzpn1WF)m9+xG-ibQU9bdUI;J7uOZW;n% z7y57qM6x%c{YEustYezTxkKiG284{?O|_C4op3B2fX|nv!&D)qNP8_G&>W`Hs{DLk zv|*6)s#bbCyzVqYZl(>d@MXKJ;1RvsFoXFNPKhUKf~PKiiqM&zC9g98wnT~TkV z89>*{97Avu#M?XBA_{4|+JR}iAW?cvIc;Z8UCy2VgsGY%p!>>oIF7vCR=%R-pQ4WY zu{7{>_bxiFID}FM#T{mS5Pg>k{V*Kc^K#tPZBfAh&LFyb;3IDzK`hYuzVuW3zVrbk z_WOw-JjRMlr92`rH8@>QGYvp^^j)iN8Ji&L)Om9JOF;-FV{gERk*7o`V7qqUQc=8x z#Y;f+WKr&^KkwAoJ)vOcyh&#tnS6-9bD?~uzcG;y&Sj>`1hP=YkmLC#2|J*X*OdK# zh^2x-_|R_(@eC|Fh7ZjFl&1+n=wTwyPuNT*MF^Hhe%9&b`av81&y$-5NK8U492S#V zQ}FF=B=m2fy8PYhq5iXC5@YipS`S%65)Om3H91{d>ePAYN88$Yb$c28_4+h8`(Ey& zY`Trm!*p18b@KE81!vvxVY{=UZq1GkEB2#C&8nJK8lF&zj`LD54XIxIonTh$2BY2G zvR8=CfcZ~H?>+aB#9-PZ7a}v6<?;&efJP#kDF`7SB=V)q+%{ zR(sWcPQ+A;7DeCPYpCr1en{VTZ^Qk8AxPaB4-fV=7vaJu!ZiIe_)w(I5F#2dq2#DQ zH6R8l8odJ!J7_r)@w7p=ArOC|Y=9wLS8rOL=(-+ntdvI&to9}Gbs{#SJ!!J0tGH+J z(J^OSIv)b3HSGIzwhY?n>lB2-g{~582Mq)O%4FRAb+bp~^%~GnM|A=>X9lwI0tn{) zBQA{A{i9OzJ}j{i0(sc&^zTq-}K z5I|QXeQBG)!1XgrnI|Rl6L|~RhVNwsRQchzxv8MYJG*wg6vOgTeQRL+T-^1_t&w&V~bOB{mxoG}NCP z;J@spWyo(5V(D(dQI>gfCHJ7t&>-Gg)aQUniBxdp`70r$HrD=g0Pari2b={|nrSXA z??{Vc7sB}!ejw%u)Dxuk(%UNtruKQV9L|XDvwJa0V%XEb;Wlh=!{Gl?Xpe%v%{nU9 zVkP0)3Yy*eQbaWkZy)qTee@^~=m5t7{GK~{>y)sD__W}%{-PN%fx$9Wu`xfr zXDt3ac+ZsD?6#EO|5S?DoW`rKx2Qcjvh_ns-ztPnv46CIDTsDh2jf%h4CJ!%Q;o0d zQA@>*grS`Z9K{dtn==2wwf%$mLCuCZ5<=fCWRE|P?cYkBTJGh#W!FT;#&~TWFohg8 z(wr59^aqde4|*xy8dX=_{0|n4jJz1~mjnizZ84@U$3#Q<%-Ob~&X_-`Nm6s&F!HZFB8 zQ7F`}#?uvbq(<{5w!~VM+eUVy>Ajc>AJ-?wr`14@-Lk0G;g;o`P)d2H-gxu=NVnwnpDn z3RBUEIpt&kgrXB{Ww)Bmvx}*(kYx@P+TlEQo&Uk|e4IWQwmTek^Dk$Oh!!^(9hc5V1!Svc3QD`L*xz)u7NNu8R8G|3-61h4g!3M z(3dv}8HhwipWo!D3MY(dyXI@U?Y9r-sj;m8%8gs@iIY9lEPo$EGXscdB|jbeAraf9 z5RUG(q0DSR#wA*wAFQO>VNv@bY06!kWVelWV~FJ50@Ctx-$Gnv7G1 z@h+m?0a;q*&!}GZir5SJ*8$cewU;3OHra(2!0u;R!WfhKgvP7!Y!U5o*~!6cQKdNm9#ff6bkUV7 zUWZu}>$mexfnDmb-T-?5CRuDwDpbzhRAyQqLc12)N^G>PT?;s-N2f7_N%xbOQ$LnkW+u=fY zakpPUF;go6#04K+n}TTkMJvoF6z)G}py0cF5Pgqq1}xr(<=@f~?o4I;O3KpMMNlY` z(=(mT_%N$eo72AyDu|LTqVxV@d#KV464Q8td+pKAjK<+>UiA8J*5dHRCAwaRo0cD} zH$ib@G@rI|#xbb?FBq_-l8@kXhgARQA~=u?h3`S# zQou@yS?ApQ9_gT2!0c9Zn-ee2ze=CYb7#~xDa$FxZ7P+5X@wl^I|TNfCTeFtL?>?h zbNKaxa9vv6o39Bt-J*YfpL%8cbf%KX(j@nEsP1PcCH!1~*_sLV72?d;L9CnQi+}g# zt~Frx?fdiX8W=e3*TTPi$b2CL7UYL6VGDtW5pb8d$rWm4~x=HJkUm*y^` zltb9ZY?nGhYWj>K{+1AJ2)CDWw}x{K?lr=oYFYsDS5u)x$<%cAOFeqMYeuh5wM+%6 zbEjDNP>XTZY}F2YgTARz8HJ+~J$gA@qHLDHZ1824ahd~1hjA8Y0A%^kvp#hhr@C~| zreGJdyz3p@R?%@+u1vAhl!~QWcWT(ql89p6ZVP^JJb zGN9Y_)0_D*xBi&0=`}7?cY$q^%WbNIfu$aC{JHb~0;DsLI`N0g;y1X02?O9WoBOe{ z6J@4R!6ZCyMQlJlap0RccuXr*I=Y>`8;3*>zK%MTw#Plw$$1M)6$E^-+ z$L5pYQ=)U7v$bJ@BA>*2vNrjly{h$?{VV1lIpBeRi-10KuURca7!|Cy!nj+YoB5SW zRPVZ@C1zbye^h>=|`q9V!QFOiQY@umItb<_F!2p1z)v#Tn@`ye|F}W&&8`$-b zC<9U3XDrtgi65^IV}UzTxW8GbPpUU{Dk+Fx&N>bmg*`RZs)a z$i;Tb11=)va=YLmV_tjO`iD}}Dp{c5PJvid)}})JJCf&eMMc_-nw2%jgyN^E^@iO) zO`$*{(C79BhxpF`%(va=%R%ArzXE-6tDFpKEX^BB;j_nT=M|!-r5hb`wbux)5q*#- zgei(f*bzXRx>V0R=3w^}qfGSRx2S$v@17wssaD%&`?vD2{@L>2q!@X#51tWv-v`Ps z)nG&PLq0RxxNug2qB>ovrsUJ3=WjJ(INEMD@1ARxRYeyni4+tl>JVzrNlrShf1|J& zOj-K*rPoEgozlGh0>)dRH%9(AUdDC(%$Q%06~EQPQTxZ7S}GSZaTpi-p8{USID1k~ zvShq|Oqd$;y4&Wc)e}C;8a2^rKK0e!6dFJz{@V226cz;1M4x+yRzpGe2RZ?ReyFZ9 z)@7XL{$=1>0t>nxy57fY!Rj*HZUNinkE=m1qu}a?U#$2geVD>SsDBNGf`Si{C+AlP zg~;|5g2)?a$vlKtdo`XcJ$(}yk=ZGEO0|HpIh>z!64~-zXX=$?9DO0;L*yaUo>a;J z6-@ae|LZrTBDxYT6rRy{a&(`S+9{mRKvM-`u`@e1_Gbi~8c28jLz0fp`mp-TxHrky zeg7?Y5o1YPfI)1FL|t%#T6y|CD4iqt(r1U~CR$29Sto-u;I- z6D3eh6l}|-@^!0mPY`SI{wX!ZDb=mUFVjGgt-oI@UIgDq z!UOdCwN$Eb5k51<|9q_=%Kvwe!?B{`1j0&b!p`leDx%ce96dAhH~3-Y#Y_%2dk zHRmO+wiWmZB<701(g0V_VzqL|6z@U7?s!c%NfO0|2PA|a{^+;h4`WGKf`a#^lmtIc z!DYj3MKVTob+dk0INal3KpTV`Z^-=}UKlJK1NvvMnLP$;(GlEbRObKriT`g$@$PrU z>W2^6FhX!cVriW+u7BVNE~1p(0bSMp0_pbcQLZ6E2)2m#R0TEj{K(; zi~OlvN(SVMNGTH31CHM_2%|E*Dyu#e;cU4Vq%gU)G3_>vg~ z^#?fG({B)oxCI5JK68I?*03Km8PfMo)xk+A(h3wnQ_;duX#gi3?zh6x2Y0UF>u|;d zB3~mFw_YudCvHIvVSyW{H|oGQMb!rK#Z5l@_br#OZ*io)q0@9=(>%uk)-7Ph690&* zlyjCL8T1bA=qhr}Z(H(8t!m?a)d96%xCt;-g=0PZDzh&VgWHF@c1}HnIu&zPYW?e% z^@ zbjbX_I{;LXZUDj_007;S$Yy2;#EEbr7Xi2ZSGag%xJZxkn|gWTBSvk(Ph50B0k2LL ztT)w0PLF=cX8u$B@U_Peyz@-r=m1-ZBe;U=zYH|h^wnM~W{L3tsalb)H#!-=rh26% zHD;4a;g5aA+8TLDz65RK@VJ*{ObOEx}IP z;lY$6;a0$P#DHJcl_e3E_Mughl1yLLft=-N)&VUQiC7Z5#Zi^D8>b90V<7tfHT;5I z0HjgF%@d?!!1EwAq~8u4CCLD-3RSx_$r12bRM5E@X7V1lU~^qHSMndzP-3hsaa!{l zM1|%$4e$TTpOXu#R2{adG@H{NxC5+V6brvw+JBW$;!rOp%}UD@bV6R$?wGK>aJP0@C`Z-~?3hq`(U?_)OD1#70+^H)dp=eiA_W5{sJCNm=0IR9T$ zK9ca}`c!A4(X(;d29}~wq3Hs*x3QYd$hbOk@ZNrxb+?XMxayc?5mPTSrKyhWuhkqr zpG&YOvF5YZ62A!i3Xys9=BIzGC|dSH^(QJ$|L9kBGvh=5hr@Yy5%5sqz_uls)^JTF zn_8z(e(}q8>Z?Qvz$IxgfmC#ufZLJbx3^1#^$gb+$0M75ncB`;<3`xQdw!a zuT~EKb?hX{%4ye{RRM@A52?kxY#SN2`s0v=FLOHYeLkwqzP;^Ru%I&7O`wIV$y`=V z8`m5NINVcz=Ff>2s@&dOA74cL1ZfE5&hU>Gn+kdnvRd~0$YrE!0hRx~YWFR^NE#gk zKGK}WbeeCz^lNRDV$yH_SxsyXfS;*ni_0#{?ZbVA8gmx{W*h&yy$*sjSaNLL0yHF< zRk52&OTalHHOd~S$|ZE4c?E8MJhFTI^~%IqK6@y#^!Jxh%oGswU#9>UTLh`t2in}O zGgrKg;U`6K4M=fhHtPe#iP^YV_CIT!m(!fP3Up>#!*;osnxytLRxHh<88-1Hd)Aty z_GpcgD+)l|+4^JdsAVt&6;KWjD1Sbnyv~r!%r^X8E`)2e)_Klk`271hW+*!OZ@Or1 zngSWK-<(TEa@pZd98W$^b5`G=|6LIy&sKrIXL!}WB9cSL1B9b2i+uqt%{VdEqt&6_ zZkn|#PN1>OVoIivXCKVkRiWYnD&E~;M<9~1k)WYU*yD6L8r|}wNyg?)l*OHb1IfSN zv0A8^)0&AVa8stj=`SOzQ>58$2NvT-i+Lh|+MaXHR;yj|>Q${$xJ|2d3$fqkljA;K zqb((M6ApDh%9K?Dn{`!D>3SW2a-Yv!Ous-Q)!u#F=r-e+z;5+zZb_?JFQ9|#18->c zz&x-o!I5qK>`4QG=^y#gMuVk$OvDKCyq8_MG9HzL+YJqg!)*`+0{L20kZEV3mlrKuB-G>J`$(tVgspA9TX%c8}bN` z0>l`yE<9yI`tZN*PWG6Wo;p7-|CEh)-rM?3rLX!0MX0VDA1FZ!E>tS;2%$ko#5V%u zg0dqqce>shwf_^5s(se$gW5Ey{^>x4t53rvOTSKeFXt+k<$nuT0i9G6qP^LxRw5bX zs8ttg-1Sg{weh(f>F{=K&UDVyTJ=j)ZGp>D`<)5d*6rD?;Icou=b|rI)F^kz#y_jJ zg~h&h3XKuUX*h9lG$pXA!W0q>j+&O(UIL8RF@HPDqoy_o;fw0~N*+|85thCB-H9cr zrecV=Pk$baZ9BKqSc3Jo1Y`43-PWu~F6+*EeW!h6(#70rDOs`+xn-Xn<0g>#;EQg* zxi>J3l2)moZyA| znn*7MA{oE4sz3QXT2Mu9OU7wmmtTpo@16wu#tSEp5VD%4+r*0nZFkUH?qPT3M{0k@ z4mfWTH@myXayfU@O(ux9u(r_dcxlP8={TU_f3d8#y)minf{*PwaAi~jR?lP5x_Fpb zT4$<3j?unBlF`UOgN& z9TcwY(|pI-{PMgt;ce@thAAgpbv)wIzQ)(Vj>Ht`R5UGCzEEO^>^+BkYtL5Rro5lgI!Pt>;zD+lkx>mhPNeq zPB=E0(W~6cWRr`5HE4`g6k_n~Wu1V54iCLQVe7-g#BIiPN3e2WTpUkj+C)g>1v)z0 z6e&6j_j3zA|7OaLT&xN{wN`oDI=(5Fgr$8I8BsO$jrUAh96Fq1@O`0Xv^^hS48Lu^ zo+yC@1Y?5rAz1AQ$WEd@eEK7v*?`#f-fBCZ&QG_IR&ckzbRGih=!86#I4m@`NxW^{8ScPRafmV_L6!^3C&8Tf?%eY%F>r%MuK zz_A#RJZFR578q6=om=*NCNf0O9=ANb0(-ke&-X~yK=!ZeeE5P$QvPb4|_L|*%{PU&xbd~%RQId+bi^$ZS zV9D3K{ZWXV$J2c8%ap#`#?;wgv7{NloMty%7M88=FbOd-t9;M62Q07qWt8Qc95Oa9 zkm-$D-Saiep*3P!B0Q+;7Hh*oR6S33sDBS;*j5~ztmeR`zBUzte2;%qP=%HpU7<}0% z5px{)ZXs(vlOt0WPRhp{AnOTx9F}TWw>G(OIm?~9P;r<-Y3wn`1|2F5)}D;^H`TX% zc`)uVsG&*J3T?sP;C0(#O#pM6vDQdu+Dy*7oPodcItWv3OfOuMLB|d=WSQI zQ=QAmu{y!lam3;XT_}8aqExJs{NuvcFhouVI<1N~pB~YY!?l!$bnpC{X&|Cny4Th` z{rFHuyXEfup417Oy`50D&f;DI{{Ds5SQgUIy)S(l-^oTscQ~K8BhRIq?qm1qSaI-| zyf!f);5@^__uLgs@zGmkwm>|e$b752=jp`>Q}4pB_QCXe_Rt^GshRr_EntBkk5*eS zmQlx2;C=ykP|=?~2=*tjkwm<k*vW+xm*m7uOCQ2DrtzXKxAKhhYh6dJ`PQf0E!+CHTBK+PXuFjfwSf(TG@L0 z2R74TVF5P+bA+oQF|w`zGLN+h|H@U@oocaDwr!wF-)*?Gtllc=DZA!!+DWFF9t6)X z*tT#ym@rP0hvfKh%(*GruE<1#=Lqb%JYZ>ga(C#`^%t9i+ae-CEDy`(Cp_S`?>`@i zV2LyAa|{e+XI_629`VH>jQ>R$^9q6@GuGQ8Yvw|2V`ABANm!a0XICrXQv3^VqtR6N zb$V%o&tj12Si1Y-e`1mn5g<0W7B>@9pgYMrARZGW$U%fo8HXRISVSk@99!# z|0upc{wTh4x-Q^30_8OL=jr#5fzUgd&-E>gkj-j#dPK?+_WhpIU>?2O+JtVkmPp4!JaZuXtOYdzo4m%l%SLvR)37$1gP=7!6bWT8OLx$%Ntc zmjL(L*A@c4MiWfyH}A9y>AfPHW@;SRFrd(V0elNOuNL$TR0CLj!CfhbbEQFpEo zs~U09x$fvwZXy(OWjZ=r?NWI~VxPeELzRX2FeWUO3nmeutsfm!-d2oZ?Coq>>|bqj z7bU6m2$jAPK#$ZS@$sW`scgaaPZz{hfqvGk_RTo|p6LFf@z~*yw|HRFRwP7(F45*z zr(szwQfUFq{=@KRQ7i=Q5!YHwv1`3R)#s!JGK)W+I8)hA%`TPK6oI>XyLbzfA>Fim zp$`{8##O4m-+W(`MWa)8XKkfi;1$7djYd9joL2!;ZA~&^-C%)Eqc+ewk>|e6A2yJb zfe?i|f@g`qA87IT(GRrGr+A?i=6n0Wh@4Em$e0nU9QFq;H!p{oe&P=_Z5!6<@ znvqfFu_;B@Zr8S}w=1TWQ=De^+YI8VRo-9&hfi@3hQ{TlMeRxaX^?kp^BzP&@ zV^4}%_k&XQ{(N+^IIz+ko~PVNia@s7s?xc$i@)@6EXznE#E!78g7Se7c(w)gqg%bSurd_VdnbAZdZY~cph6Q`4Qukt^~N3wm#CBaOQAOMc9z0Yg* ziau!*aVC17{>n-7Q0FVi;OOjK_pN-pjLBH+i~t4YWoH*43qcRr zjtMF7DVYaZg3g;-129#Z5q1ZW(d|UTw&A8UzPddkhyWt~0z%Pkwge*Lc><=<-rbOk z>#M_o&5zj2Njy%LS}!r&fVXx-3?h`?3`UsTbAA4o{vwnOuYHjdX^^bD%Qgq)U1_$B z88b0jgKQcL%w{`i`q?>qUINiu!h9aoDQmPG4;0a!a6M+^g#iwQ5a=!|IJ#*$w9 zo45xeBcKy;+4ytE+oSy-<{rAg<{tc$kLe-!3LmdSe&wl+^c>Q*<*IqyWvq|i4bb~E z-hoCJ%f2yHS@^)LKZZ6=EDx?EyrA&1cV1|}NM9RbUYTFPt><04Mmj@dejp#}{87hz z$@9K$q6Qtk0~@|z1mox-yWK@dvryekt?QiosmliY=utc2!dmr**Jt`bek(|M0~*IK z_jyjt?K>?@I`}QsV0zUy(i<-wNx(f}>pzzx6^))>B1W=4nCFJ|#m$v&sbuA!J)%@lzwas7yE^y0^}e1d?-q2O0zUU$^wtNX+b`ota$e==&+u9bg$ zY|fgR#@R-=21xTJLO;C_yw=Q)eYHY4YpI&ix0j7$rvJ2ZRGSmy!E?C^n>P{3^}tP$ z*k2v|it~SQ_g+y^ZqN2;gKQNEDyS&Y1R^M4APXo_kSI~2hzK+}LlX^vB0&ifCC8>| za%!TWpybr#Ad<6^n#`@%ea_D_?z#WBdmrx89%D;)f8VNFwQ9|(Ig3&(;du{_V<`Bv zDrqI3>7{nsamF5tLk*hGL|HcBcI0@K)g+QiKj?;JCwXJ7=eHtR)4}$g3BGBj{ntKD z|M;fzzQ`OsYiH7HO(`WAX=!6>w9JCOncUy0s;PQ0Z0kv!SlXRfQ4gVhXUcM`WYJ{( z!S!Ksl%2}KNB!@=Y!?6|?cMmy;^KGD&D-HJkBIf$>C=_f^|=-&;uI*UoVfTWZdVl4 zbQPSe;kh;(mUH()Jn!ec1!aKL9JVf6905`Q=Dn@9aYV4k*ydc`b#9ao9mtgUA&sbv z216Z*puzsePEQ?!GqSYW?xL}?Qgotf;E;C~8IOMHJCpMgNJdFyovL%3-Hw(`iFZEZ{<6P;CglDzA61_RXb*v-x>BWHcZ zFX#b}(&LA?S>*J~G1b;w$nsIHZybnA3J52~;xS6@bO8-Ya`{XXa(#{W)OF+veVx2* zsJ#!uR87&3GZHI{uV5rIR~0*XKA%`!Sa30#k~+1zx=?ERFZA`~hy(kiV)J;3s8r_w z&|liFd|(&1o+IACWjJ4d0ScO_u=ggY=uGuDtmP(M!Cw=86+GZl{mEtmSfpLK&|gQX z`02#qblv*8TPRe)^w-Sg%TB_FWOTIH$SbQumkkz96MNuWnr4j|L_W>@l6D!E?sZEI zP8oCc9+$f{!0|zr2&K&B2O_v2#fE&G_0g>+<5Kdq*c#gTB&oLx8Q#hWzds(Qmh`Q? z>4h|-!8Kbu@uO>TlR_C%b)iT z;x#aM+UP`0nx_$aBGYjRrK2dDclGgz`W05ihFdPbD$|y>1V0MeP4>hwnRvqAH3MDe zhbl8=WwpyaDf(mIe@;Aja-{hiR;vu%c8iXR4@j1>%`pb?s)OxSHLLlR#|K`+mA%vH z3uf`{@h7c?nE>%QJ`wHIL-kLF2>;s6cQ+M|8!8@6cMlMM-dFD@wo@mH3d`H)-e^G8 z@i3ZVkL21{mRr0gZ3~y@+&gby0koX&zk8ls^gCtz6qX>bqSIY+|73zigLec)mv9 z(oXG)iT$;i8}wdpgV6{x`_@L_NB*kr>QK`_-5vL4wRN>XYBJ%#8xCxjodeEx1|EMQ zP<)O;6a83vvw*uY)i^!OT6)mZIWYW&QGH*qeDg^HsSDgwgbWrTDOWz81dZ$+lec(+ zKO@>weCUfL#~v~s@x3)ziPsvZ znH+P;d-WA==lHTi8&aiRW0Wl_>8O%wP|B=DCv($ZN={u%F&vlBwuq zCAN?r3F6G{nTCdOhwF;d6^w_lvyj)U3w(d~Y`XQMQ^>m$bJH9}kt?A)2`3i0(Qpm# zVSemxYtfA<@?_<$^NlSAPRZ$)Kl5L&|7y2c7IYe*4VGrmr@WBhH^lpCIoMC^C89o- z36mEw#504VijjNCcHQAtVU109n&3u)*PWZ zdQd;jc+vPhR_wBINQ@5C;-deJqmPe1>}DB1hgWYum#k+Obc0qtsbV^=P3?R zd+9>8^O+5)&m9Nk^p=v8{ z%E!iwv{WZv$5HH6vc=l=_kN;Ogud%}1;COV14Sus++2n9W8voM47O~0YMxl*$V5#b zy3RETR!Lr>-b#+uedAhzr3h-6@CiP4v~K;A;P(Sezq_BLROdxKultQP!d#wjEiN#& zEc$l^Ao!m2Fdq&KHa*Mn`e)(M$DwJ&TMyizeyLE~&g|JPy^K5GE%OQ#0{8jDo-(>9 zeR7N3i+fl!pe|J1;|WGAYO72c={NfL>OP-CBG=&2?^#%!oSQ`Gt!tHr-iUfpt=q#G z;UjdTCyI#7!<0Id-3g!8H={FKuWICFKN~8@Pgs}lH|RcnC87Hgt5=SG{i;OrH{L2v z^J0Cd%%1)k8PDe%E53A+m~=CcVyLN|^a5|F|Q}>SJ2U%%o9B) zB&@5p(tLruV0<2=EF3o|-3Uwgh{6~voNUPfz`J{;-j2e*s>vmkcvkE;iv3;?kJ&F_ z!PT3#pDJtZp+ol0-hjVN`Mo!1fa)D&jaO}(-vDlXj(Cn_=FI`OS$PVQfWqs8qZzeZ z?_0{@zUp>T^zkOU(lYy0Q-bD^wytEQ>hG#pSlark6L~W}PW48mCnYbTY=JF0O~YQU z8eGL}=$|NY7Ww99SyQiRB(S-e)5qTc`OaJb^-Ljhk*sMHbjdu#&oP>^Zf{a%)ko26nl;x9(o0~T(G3q%i|PCrKyfb$Mk-Qbx4J(qbI z_5lC;Z$S;~Udp{nUPEa_vcjhZt~D-U!Y4n$E(Qe>#;sB15Zmwi;~!5fn`&uWft1H~ zTuAlZd+~`ix9KU{{#jH0ue0UI{67O%k6w_^jf)j|N@uQ?q{4#%K$QT9Uc{B=Ya3Od zS)vq4^-3RLGPSQlSM_j(8>RHjUc0uBplkTj7uNvgdS&y+WVyo(Ks!JBjB?f!P}<7Q z=cx5Lv*40XN5Ajw5TJRy0=PBwL0`t716RnMVNlDj?HTB8atw96`!NvB`~*XX^zIWy zt!032PVTbv?X%J(-?`(i?gp~?9j-sG|119uos@}y?~U=ui0r|s)6_t2QgUOaBD<r5$*c)>YRvzU@a%t1pm zBCSK*_}Q>SMfzh&$=eDoiBiF1m4`nH=P8mhZ`?mgOns!4E}^7DZ%u1EoTzCXQLZDR z+rT8+ut+YUdz&xZTm9m`?>l)bOW{M3*Itp5u@V~%n5XlNn=oP1)2FQa^QGJY^Tn4QA^Hb~3kpyjhN;CX&!g1oc;po`;?lyJgjmhyt2vKaIX@|HB z;_iYGmXDZ+&^K4;KDpsUdHOaVYJic-dH`Lii2|0)s-y3s>z;%HMajO?K2OD~57+cs zuMC+fl33i~iZN{0YM{M{8u2f}f&Si!q0J7bja>mM?lS4GAdg9BBh19O_I;??31|}{ zkAPjc_Ko6jx^Tw9W`_;+^WrY4w^F$MlnB6_=L8wWJcoiF@=zU8rG4>_`TL926Yhdf zZ@cXODz_iBESY6LA8?AaV*uMXb*iR*evT+vXX$=fLeKT_I@_=!>>)$3}tfPKADnkpjZ+CG=J$9j{0SY4y3-)*~$L?W=LM%#XG0>Y2ZvI5C&s zC3FPZ{r`P=1Kfz9H?&t!slSd$@_RnMaQ4%?3li>AR7QR42S&?^ z-?O6$2f@x>Q)RAvGGR0qBrhAKNvfQqxp?a4m8+~#e)5T*lb0D6;H)$4wqX`;zcFBvQ%RWLa&c!a>fK%{+UPg$n=hyuUEf2K=ZjX0ze!iT zuZMH6&8Z{n6N_I+ec*jXDb4~IZ}Qhwi&|wEZC{lmC}|(_b}7iTu>vz~WKT@qyNIjO zYNVnpYf_P}Dw&g)sT$}$*+vaPAjP&@+<8LL*59of%~9>S_c|qcYmA(gJTa}=vpnVP zX-(bC=Hp2rl3o|)B}C4k7gVmqKD638hHpok^xB|qCz0odXj47<9&;~Vbm0l%PF~Jf zAX^PusuSn2sB(7h_Jg)Fa|fa%OZLsOlZ~_DWoYtTWEcm1mJ-vG%nD?hJ1HZR;svw! z%i~vcY_HUy7$x}`@g#;co3Hr8x>x1ScEBr6eYeJ%$t$c=FR~b9D3ZGGEq3We>B}6y zukeHuOBH8{}F)Vr8&g5;EVgNcj4uQuQY(-bjx@SRY@!!4bo#CLNqI}O^A=QeJeB#7{iY8=r99-DE&N_WP0yWKij zYv`+0CpqYaWa&P{SX4=s&33$ItMR|IeOzw+aJD0J-|Elqirm9mlid;yrSd-ee7wOu z2jhy~>a^H48mM5d=gr1wY>_}gRMp~16mU~(hp?B3TAAn6$l=T z6B0CSoU<3B5u9Neb5WkdHJwy9MfjJe)vu6fEO&Aw8xHLjnv!Cak36d4H~mPL)V3Rn zFxjWdx>mH(x%HhG_ipL+BIy$^rpTn#p5z^ITNWt^fX<_mW`|!5SZp0s))`x+&uk>p znI^p`{pEyu-l{z`-|9$;dCQ=8XMLul&hg!3%wbJmUw%8fmSpKNujDqWELwI21_7JL z6HHzMmL+Ko-C3#hA$`hMVx z&g(*Y*GoeNfc0KJ^%A+AJskuEC4;m8E_O%SL`Xu6(@Z#*_R#2?*#@h1v~pDvA8Tgp zshI37%UqAK7Smr+Ey~;9nsgw~6=!-jOWN6+vDvOHsqMFHh)X(3``D2tl|Us#5HG17 zvYFn?bRD}@gA&!M6!L5Pfi_~qKQ{l4stmeB!t9DK?Y`|ek$hRRU zlpcmWx0MQcJ*k1y!K&ld@|^J9Z^^AONDsS(yoL|1!Cd-9B71^zmG9=hrR!Y`RVsW z(>6)+zor)WjwoRq9_qc3EvmGu90Cf^whi(wU3$ju=}9;h>`9?Q%8#mR%TS>)Nc$3* zmU&2Zw859-#EIa7gHqplu^Eirj&9zUiZ9FMi6Bz~qG1Q#$qje#Em4EyJ&<85@7;dC zA|c>Ip1XgTcd)1KCvIk~du_lOmHO6TZxPv<%_2S;6){t$b$!{N6ARHtVrWNQ-B`PN z%I`{;yB|_N?0Xu+a&LqF4$FdQxt9huiOi*swYSU;>A&E0zWcT|T>;uLN_6>)-SQjh zNCfAa_AML8u%RZ zEOxG6yQvrDPJ?mG*w8e_KPXH)ZA6M$ed((NiGa@BZt7E&X&=DcOM7v@(pL=%%RZ*f z)@pbh&)~bi8Xmb1-LF}w0=g%Y(HbC+vS8lz&^MEb|9z5BjT zHz{+ir04EnFDy8Cu4cQ{($7bK_}4oKkrG`~OPf7;j7*y4Nn~0r5xjB5$Jg_*<0{iU z*RL#?iOPF>_<3<;8MY)%pQ8ERTx}RNqnn`d%#)0qwF+0IGJ}%j|B}pK{aI->{E%FN zBLM8KkjWQj_%1Jl2A{T@F==h7;+u zvb`ZbX`7;`QE2QH?a+1?J`#Ocd^Id`E+r?efj)FI#+tVy)565gP71{w{8Ky@*FiWL*u(WJr1q`6K05&27DJ`JMr5UVH6Q z@ljo0Qn^BS+xQ7R2l#$17dinQZ7b3L@{@WI`~8Km><7Jvnp)o0uRAx}Ozsw7PqWq> z+l$PQR#OOZOq|^a-ll5m9?>{8OY?ZI#`K&YGrqbR_MV36+0%MQv+6bHHJ+f!oSGeJ zRgLpyz2iOR?KNq!1kPuoTgUnJcx%xfJ==x)c*#t&^m^)ziO`O1y)byQU>(n@65O#O%8v*xqCB;nPeb7Foh zVh@*py-YC2aY;MoopVx5?Tuy;bxWtvRnQDvnv5`5^8B7O&g!<`Z-C#;II`d{>c;qE zBnQpWwaqJbCv)PKngp8VMedf>S#*?2*)Kw?ZBBZ#XD8m*chY^vPgQm-Q$o7zmvdd> z8;)aoHRv}_9HMD7vUMuuWzw@kgK~>yZV*zPb-8npKQfq~tz!%vsyt^3@8ISAmhrgt zlC55XD2|7hEB`n?%)I$=wnR(p-r7GoyMx(E^Y{t}-Z|~%fUUQU3QBTM2fQSZAr)Iw zF@B+{*~+^Go^l+HhZN6n>CQ}T*@tXPDmQrJ%;=~bbEjE)f0E~lS*uIZwR9N!-R?1V zSa8xag{ueO!`dMuE_8o59DO-kc!!UxA?MAe!~Mk@G+joNRqrv;jlDxI>DnArbel6N z86J=w3zv1qY_)IK+WQ-rxF|;LwvU^&U6l<$GiQZ|x7e|`PPFM4?-}XDSv8vDd`-fj zovYMHzxT9IoP+LmBMFl^N0z93()1y(0=-@a8a?J8y@VN0zMmM1#zp5ZG&@eqlR`CJ z)@2*153DOHbWzHB{z2cQJt5Z4d z%bHO=2JCcbNi*rRJ^qvrmvk)hqy+j!jwKpzF+7u#SJy!^7}D3ueEj8#Chvqkmr{T6 zy(_Pkyg6~tXIi4yr*93=TX8Y*7K!d}j;rQ4jwLa?Qi-B@EOIc2R_Ejw(S94Q6ssx6 zjYeTKH29kKfbz{a(C9ogJIhuX#5??*t|&qEfe>r$T!!lE?jLJq_eYAI&>fvcSAFKx76`aMS{V==!)=19H?05?Gi{IXx9Z+RT`62CUr<#B- zo>pG7o_%j^H;36nx$8b};!3dNYgBpfC7Q8!jA(_2;+({wXpU*zqF7{Km(FrUnvFxw z*JE_4s@IeEn_5@1`*_7elnUOcC_n!ZRy%BV4`>=!Z|NmVy=v%yNV6y%)lQYE=hV;2 ztCw9@o1fHB9ER9wXjAhg6DUCu1cwe&GC#B$@kwvz8-nwAl1(J z7MxW9;!P{TE~m{&-RB-jtO9Zsi!`=RYSIwx4g3+lyazk1Oqn%=F=}JAtI42Y>wg+cXB>?Zbq-`x=cb9 zjXNo}EhT8H`;)puMmQWBbM6n8RcNg{ZoS@)m8)2Nvnn?$r5=oLY;-D{%TNrK+H5%O zU@zacl67$0(SJ5`N^_ceoh9jWk7}r?<1@4(A5mh0UtwAG)(qg3sa9d{5z}#2Lfx4< zy&@W?mb`ozEsF>0k-gawa}|vQX_gI%1TB41Oao`P%vWvmoN-@dci|Ix?`ba7bntS5 zK6*Lf$z9Tbq|pEI!VYS*=mCAlg!Id*Oh=JlLvl6xdPy@wKfUAfRu9D(JIu6yx-L;9 zUd8nq@t(>WJctH)$OM{bW zT299wnK24NzW8%-LZzL*SW+c5MKZEzTYu^%QdkB`Ca(H_NMz7P3eqe_s>X+s2@rha zys8%4Gwq|82Pg#7T0BM;g$<9m$T_Ub+X!3^Ny}1w;Fu4A1)DyZG2W!2IU37hU_qW+ z?3S+Q{9y38^@XhP#W!3GTe|%InpK1>`T1$_@cVWUuQ-Xch;qfHu&)~3B;gr7SF{f? zq_*yb%^=TpQ0S>Byc4SKD0mf~+FHD8{}OsuxKwv0GBsy&jl}TxcP{95y9W1UO=wQS z37xHi``){jJ6;q0*)?@73D|mCo1u-YO0&l?KMzVi0&jE_Lm{efk4- z(EBVSUd<+{vCel9^k>X=3;miF{d`W*lZdxO6$NXa(kV1Im=b9+C;iCff0ZQ8Ve}Gq z(x=!fFEhN2R`36|6AUiXPKS5C)n&>m)8;xBgIvK=9oYxjdhcY@gMhz>J@sHgbM#Ixg zUdyp|tH*BGIbx=eW$e_dOSmR_KIDSc3!j~*A>;4q_Ki6)rAb+nRMT6^Iqh>ys3N>( z$rXcxJ_XJqvduU_C7tnlg$1lwvHgup|Gg5twuy2l@PWj&xY|1%9x-yzijOlD(XlQ` z4#aJr(cE#{W4eWze&0~09WJd9UG}#5XQgeu=Mh4&x`tl%&|2eXUfN|xx@sS7x6{(t zAiVB%x-a8#nX1|PfH2JlmP8D4htkh|ez3FgPlUdKmHurMLAWDa*zL3N5>(P_B1Rqj z@HwM3j;4p_usSS6J=@jB`<#0Ec-agGzt{31x3CyG zlZB##Pk2S|x7Yt&6fR|SqY~l2)lrP;farXR+aUS!lcB@G@tbgrbV|^cV zng^~6o7E55O>!I)d6GyNCG=5DPOD{&LuX^d&KaJ4TSxBEh&;*~r z)3CHB2U9Vl-nV$ne!RJiw=bj9cMWxuCKR6w?jLK2TWE~q-$uGk#e3;t(1#e-+tD`! z)jfZ#$*8Wzp~h)73&wlxyUEl0UhObnEr{EpyXLeUQ$C|d(2keLnXcY_t`N1Cvd(0K zc3VD27m#;Fe@7{bz|sA3L8^BM>Bs09;3&LspFwD9z>coVd2jEk=2RxXXpxbkXx%oW zeTa@zDMsL8jFF?OUC~eqQA)59B<7(_s4?JHP__H^YQ{$nmKqPYgaTxrR_9Cy~|O|mfg0J}X&4cEvAO>o>Vw{ZvfszJ6G3mQc% zP2i$1vOB}Z?q1WR>ty}6AhjOdA~= zt%8;hz7*uxMr$6Rz&aS+lVr>p;hm+sv*>KsHkBDr|3fV#YnIULTF-7cs8Wb-+#8Lv6P$*LHEB%ubR@ze4lP?N>??2ZfH zm!a#^-goTPo7RWUCZ2T>^;004`MAu?up314uUi8`F*$V=W;mHNFxtyU-KgNj&O)iz zEbAaoY0GY)WCNsK_>1{DWTw09{bHwmWjkBqZNykZ7?N`;@s3C*(1j^m)RIHadbdTm zV;R11j_#j5^N9!nPD&)rZU)2?zO45I?b8oo;i!0bE)BWlTYv^op+YsX-(H^&p&=$?A@}hKvG%QkW7o>ZgT(y8T(%}7>K*~wQtcDkD65&qL2iR1P>|c; ze@ql`*)*|uENc;LEBx9!i*9WfD96B7YnHGzR!mrUPGK55*VXNWx z_-W9qCZuO_hrUsAna~mjH_+qrZthWpEkz4z5p=cN-gnxZ-A79^w2j&0Yld{?t|ekT zqm>)vKO^VaK5#NPtF3EgV=N+c!pQ{W_*-vV*S;bj!`xh|SXI=;-d*+{V)EZ&@F=^j&H%c=T`KTg4P*$$mxQ_7Ig_)5~ZUwTNIYT zBrpAT^E~GIK|9T$li&3ZCh?zB8g7JFPf9+#*tH)6P2Y|fz#1oM8bQFW179N`tqp0i48w2h@#cGKMz}U~#FHG7>To3|M*lI$rC^@ahxh)A2aDdGf z*HH`iC(P^KxTgr)}J46Rz@W4V(vhmF7+(iNqKlWGaPM7M&XIZrsh83U7{G$E zTQmksd!uN+Q*f0hHm|HT=cVnCY0(9t^m05U2n)720q5>;EJn%OV|7Va+A#><_|>UQ z&RbK@QJrvB@@%iJeV~q~0u)fPV;r)wi?z`&MXMQyk9HN*92Z%8=K=Yc@rd8THT{Y{ zr(sLy!No2uYNr=c$% zL9?s+4kEYb4_>xb=IRQrzr!r%O?wUx&s)%ZCjuKD#cVA-1?E>2?3t{$T&tY;1_6(Z zTF2dF+I@#Oh(eg3YkI4DrACIyF>HNtu-9ilXR0-tSiz3CniJzFWRj8kW@`TMFu0`| z*wj7B?rZDr7KO#K2cZB(MURtV>Rv^aiqZb^sWR|roBNI&-P>?(*;diWwor2D|2mCR zsra4469Hh(7x#&<%B?LJuC@STbh)95Lf?8GnJ`5Rp^dJY0d?-9$437r;eGi4k52SW zz{ttvcBRO3KV&LjSJir%l@=kFfd8a$`?en4lsKvG`i$cmq9jPwFMxwz$+qRQo8H5$ zxaf85I=XD!z#LX)Di@=~&U-mTUz3+a!$fVrD9226a_GJBNS37DM@zG~<(4uW`A-R@ z>Z$!=kqwayc|jjv@rTPj^qgurvfiN`WZKiArWyD*%z+uNeQn$}$NYu^1=i)W8C;;v z%0i3sQ72W0XT!$9cu8V0)6mWgM_|r_r_>(tertjQBKx+w2jfjc-qMeX@Th(xNxc%|t3WM9S2%ZmKHyd>LJP68w0N4<0) zhvdf1Bqe+{a9=fM?L^X7!l9ftbv02vDZhnpFa_zAbi;GkMKg%3bS^O(zs@(*=TSXO zEmFJQgSo8vZLFriuUz{P)q(w}5qHXnz2w2YC3`0RnQMfhoU~!jgFC(U`O#Oi(w`}0 z$&q3l=Whj+?_B78grD$Zb~YAT=oaLa&J#j)XjMjIe||G{qfNOddQ+s_F*%>4j$Jfu!|fOOORR>2duJC~E$!DR6`NQ76;@hj%kD93ZQx5o%o!59B zLSK-T^3Xh{s!p+kDFX%qO(4l?j~*qN=&7AH$lX7rxIG?;wjNyS`_@Wtn^~TBW@-7e zLE^H^XqS_hy8%F1B_vnkEVx1aa})nW@P9cPqy8L?3=gUN>vz<1n#TT_h5F&lhjjgq zQY{pCGdyH$p&Z0HvzpRHU+o&Nrk6fzhc0GUbU?@m&T)Q#$az~Q%{G+pW*l%%N}bTG zd?@2qrZ&x|?dNq^Yy9-QBQ6McOkE*P^I5aO(>kuQ*7X+{{kZV^$f1$k*yH$P@y@?^ zu?qmuvlAG95sOpCGp-{u4y^6b%=(n0x2DgP|7?uWy`CGNW)eg!Kesa5M(tFmWwHru z@5>mt4_0opk&FEr@EV%8iPiTIRjBs*^y6mNX*nnS)t&@<=|24UvMgR`ryaMZZ!rF` zDPt~A`w?VzCuknGK+i|2xl}%J%)shW^?@hhTCUK7cuU8-I|MO-uAmvW0A6HgH=jjE z=k`YjoI>gHd%Nj?hZK8z+stbo7KO48%y%0I_T3!~ea%tF!`GCh`!jySDxU1eUcA0l zXfPQnTDM~A>0)>3PiFj)NMixH+=-F${%0{|CQIF~lymSg1?kKhpvI{ak+1=SbfJH5 zRw!O@s?59>n@KQtp=E8>_KUtT z=PF9&Gr{eTFDMj^L575<&>i{QkF|8C`$gLZ)x&JlZ zha$eDppD^~WeL*S99#5Zv2aj-$(Dlk#g~zo!hKM<*mhfYo?o^uS?A+>I>UoR89jt_ zl*v2)CX?#F@P)Nh_f|O47O(cGC3c-LCz{F6p=3Kqcqtb~_4bQ2WElpFqh~88Kj>K0 zc#~k8IddvPqSILpa{H5_4YJOy!C;zs{j3tx${wLp94vg!aWH##p7B9t&6z*1A);~X zn^PHDW$ewviwK0=ysYFswQN)OMWPlnQ_O6LW)WM*ol!G=sWA4e*jB*{RI4-|moL(O zGzY<4W?{mR{jlo;^1}KvGWj$0Qz&o#d@WHW9xo9u6aOGyDPA?+880SE zn93g1CNTT;f9;6q8**J88uc5xNOJhehuO#<|AKSx<%t0IA8g?+SEgeJ#oIH3*J-Uw z?!9cwKZGL`IxUtI0CZE9*ww8PFO)BwAj2X&_excl!Q@ic~d46~>OF6U+s*<340fnu}=1_mnrX%=buGFiVfB);h<%}Gs?te z^%dFK*N@VS{Qt$arEc2lU#<%n#bp#MFm~uQhRe*CT)-I8xhOA_#1wsK*-)BrTl!Y>&6!!j`tJ4 z(IJ7HF#U-+trol;$@#1Iy`M)K3#FC*!OQ;#N{G1p4>`|?0{Mnh{|hYnk9W%X|F2#) zZNPC3XDJh=Xc{y9;sX`p3+Bufq4WCi#x2J~ssH3!B&YaWNf7=_|2{D}&+nHdWw(kw zgg7Pq?*h?0{$1?&M|nu#2!h?|Uwd4x`3<^KB$V1xBa{JA`@JIfz5gucUE6U+L_**D zKL&V@p#6=3djF^wMBL50^k)e!lCTl04F-rWf%XXRCo+FlT#8iwx3LiZ4ATh2m!N+Q zOcwbY!~Xx}17|`jXxUA&_n$L#O7u&cNZBt49Y@@~k@e*b^=rBYwU)B+AYly9#d?54 zPguU-$M}SJ>T6LVlx25)N&Z+wAPw0{a)j|Q=vl-PyL>!%f60_jMVngy_pAgua|S^t zp!NsCn{t!t&>w5r%HsnL_6gO+twQsCAgXT-?SjR`fU9r-bplJ6@zVpO3Ug?38HQPW z#h||beHh{G@b~8_dA&5Ka^YXTJZp|T8OB3Qf-NDLDFKM87hAC+M;vlhdlBJ%)U)ni ze_~YSmH3tu^0;iwmto=crJ$p7yT&k#mY4_PreFC{o_hjALLX_7As!Q7&6DVC0%>+_ z{9ZlPD=<=33ohfg_#8c#D+w0R9;*RN`}xu8>PonJ8lFV3oBg#OcH9HI{quc!$t_X0 z(whtY-2pb?bKkTv@5@b`zqegB9Y^sNaaZ;SKjj~ftiKWN)-lyK0_}QZNXIO3CX+xW z;T~e*2;%#pBAee|5`W?9-@m|VvA>YXKLc78pv%zID4#=F37s-adD$f+1E7m$Nqa@H z5ESKEuN_861&{Ll@#b?4YF4S{`wLf}>*YSaCr~B_*JyLM#i9t9CE3gc6VL44@F7m! z`fJ6?!m(Qg#11Tm+os9_W!l7n?ejqG#OD}{g7L2PcASCL{rdx|Dyt^T0KYgG?GyR( zV;JNPj09Q;Q&qIBlxMMTzG20LP{#aa%E{K1Xfd~J?V@}i3Oe7=f(>wi!LRQx4cpfr zVRlI%N~I9r-sSJNH*sx=uY}QL13=PaQVeQ=baBC#!73L-5&9rCFa`M*FAQ%h;+@jp zpSq;FYGMr*FaE|B^D5Mc05BHFUw2tRGinjsSDJ|&22{{t<)42)owPAL9epnWU^ntB z)6F0WkPZ1!Pl_yU`9#Qr1)xF@&A0}baf-2*GBg}b!cU-{l+_$94wmOr6}C8&Ny6RZ2%VP1y_D| z|F4(%p&35amZX>omj~p*c5ijeF4F`#CoAw%h5Nee})>0?j{>gCo zPh=mD^jC6>5pyHrBaU<3S7T%E)8CvW-cu#m&Dc}DcE?%3X}${n<(a=StyWEx+Io93 zRU1Ti77A=Mp1_^W*$Jk%X@{~YV8E)tL#W6-ikP6RHvDrk-3rRweA)$j8C-te0^Pm~ zcpV>HX$OG*4%L18 zXBlwlqJlQjK_ZL}iYNJB-qQI=Arj>N`W0htEc^;FkEWReV_t|=KUH%cB=Oo$$rIzCW$BnNpVNZY4ye%(orn6bHDCBVyxYI?<1IG^ zK-Ue>bn+|k9{@&CHsG>7xrP$u-(OHH0B@QSR`A$=eXf9b_)#2vasKEF_QH1Svxrj# z+Cu##cWEZjTLsQwJ#7&8ulvS22@6zkLBdxHCca`!+Tu1kA8`9fArJ`vGvqwppTDX@ z#DfK}lQ>MAC_9D;NoLN=0bLIrm`;TO0TDhJ3kz$dx-V(P9U-dL7(x5dXX( zJA3zHw_;)YD$DRcb1%n z9W`Tk%{7RBe7@tpH_3#a0ysS1u!AZA!--a`lvIkk`2~iLm{<-J<`G-U*4d~Kh<6Ue zM?j~6OMstYsm|TJ92>xaBA)iaA{)6d-f9pc^K3ocVFcnn2hC%It9loN5tvT$iEq%N zz~&|zX5L7FBl$f7{m9`KA3(^iK~O}zb0&T<2TM!5NTBl$*v&8Wy$_rlqlc*(XHY>) z|2f(b-W5c<@o&MqeT3EGvzz#8bMwhh2vcPv#d!NQ;s*Q;yb-NY57zh^^I$dwQ{$NL>tEKk&9yEHDj?ar$F4$M`A{e(c|!Nu?$ z-If)^ZarK#v6ct*3|j#T-igtJ{gU~27^`7iPmY0@8;rX7^8vU~D36D9?)D4MWhCp$ zD16O#^Vn93kua^ux5j)tm zhiHmO=p_D1MhdJwz#V4e4Z+8+T)F@wXdc5L@f?O?WOL+=4VX#iOWeCR;boPRLwa`m z%i&*%XZqOF%gqpEkuuD#Df6WZYh6ku2fNc^aE>6nj}f0nMHX_WJ!r#ygNc$x5#etb z8rcWEU!NBs(nA`6K!izR4E_HOOU6U_-e4-U2>g z_dr=BWF(;f<^=8lTMN-G*aNAP1w=)MkI#l7Kw@dH!>_Z0U-PnM5?xgyi+&EQawFD< zG;u8CwnZnk@WOXr6*z}uW(4UGh!og{87F0}_ZJrP8kn&gCw!J6cXi;`1Ayo$ou0#c z514{Qd?n>4#Kn4@0zPB~W1r`NA0cq=p9O&Fa^Vbq1j+7Vx2jSRj6CNdZWlQ+2zB)D z*We@o-HSPzRAO=o4?%!$?}M7lEGkG8^m!MFX%Z}i_eHoZoJ+A2HJK3wdKtPo2ZB1ha^ZfMAd@Otvlo z(We2}617jj&aa8Frc4}s!vhwM7~ew@X;x|u9q&^VUVO@6U6H5fwYOdj)6$8~$4*N8 zdUQK{Jw$}SmUuC-*no?K=38xAFmyw=t%Dfba;mmDi0^sqEWBqdM(Aq85{SX*cj;N2TqWoGbgX?4F-?X;#uz3| zQWIB&R2){tW@ z4C_E4$B4ulD!NXvdHT=jSQzS97KIPPZD#|fa`}FNpdd~R3g@U;ZyVJI*w}q?fvsf` zq31+?m(!2nxJy0}g%S`E|Dz))AZ*AxBEiL;P>T<^Q+;hc^;36l)An zgN>iGC)^`milCS@zW}?Edi3FSSP2h-t2c-P*a^xBfLM*PNN?iRsbJ?J2RT4oChR75gNZHb0I*OVKKm4%^7W&)fy zK3vzC+HXw`65`;sOb+DBXL268vAzwrlVZGv&h>TrRH7K9^A3@IUiT;uDjRPtpbk%Q zC|f^#DNC!rI!N7Ez>#(IzrQY%on!-YqB)v-;jVD@*7mn@SMUD5g9`L#%9HLw zNAds+JwK(0z0Et04S+iE<=6=|Hj-A!_ygkMFHjZ>(N-untjK>K>rl1% zn7PJS_myv%W+*Es2$jV^GAnoWhhuJ-_w+u5L%k@7lx=$L=K7E(SiGd-%Y|sx*Rs=F zy>C2R?p(s#qjhP0AFgkskmGK53vnb#uD_F@w&k@Wo(9Y6s}s;oQlx8_ke069l~r)N!VrtiF29}(fh1GkD)>vK06D&W!K53=nwyjghf~njXz&3+G z2n?@wEP!<%eb1VjzL-6=Hc+o!d~l7p&55Er#*K5*pKdfTh7MQ(85<2klbl7?Zw_{> zaI z-8{XZ-BYAC+$DwrnHDMbJ%kPyW+(GI5O3ZD{b6>09K_b)HJFLsv6#Mn0LAi|;?#XF zc$Jh!q}Lnf-)Ut_G%siVZLsu%>wD)(@2aZzOpCSg~?s0PsuqR=E85{H6z*qBS+h2`dXQ1(@re$_nPP zF|hGK7LjMC`e3K}W}6b)*SbrA-;w+abWSYO#Dj+9?|UyzF0ltAJWHOGQS=ZdML{-- zCLX5R4S9HGO8{|ZOH!9N0IEU-JNvC*V!}ChLDmOyU(s^1-yv_B50P=~PF+?ym~(_? z7**LM(U<#N!>{^m>ZpcCu|ZYtwZzmY{X?0}m^dLyP0_0f4jjD#=kTuS(~Cz?IUysk zP{diNCU7?{NK=Txt#iE5iGvHqCuA>nQ8Yb7!;*hdMy@oOpLDIPr0)p@VNcg(%x7s? z)edb*#0&ahZ6Y|*+tM95f2m(l2V~+gQt*PMLAJq8P_fU3%p$k8G|Uzox{0mYMiTnN zEavPh;exbOIU7gPW4AVpG+-7%6+U=aB%;0q*VOyrsuy$23`24}47wl#zZ$_azd9qW z0z9DM1IN(&g%;t1AZcVd)f}|}$C?&sSXla;*2slndtr~*5Qx;I51x!9322T`#9OYF z@R`?0Xp*#uA>oD({kW8VH;fknyS_A<}WK0 zZkZ<(M2&F-U;bmn4ve&U=~tU%DzfoN9+Ba*$}3g#*z&YA;?ch3`vUnvgmqa?TYV5Z zci$v_NT;97fU;*D>*ls@Q?l{wp4|7O-9Xw!&ZH0jpt8@9sh}TeK19bb{WuU^v<^2b z#w=#7bZ8uwOH-%7w6R#8PGAt?AOaz{Ug%vxa(@?xbE>+;C^bIVqy<1cJWlR1^aM!@b9_(-kixwz(*GZ}=#MkXf77cL3Tm^dWUNSVK zaF;B*f-#VWC-(OYU-3@s0;v_%mGWu!^?gWz%X-myOCTbnJf|djRb?eyft0a_ z%@;_g(T?`#neaa}cuCHHCoS&PX?cYzod{p>14ec9Pjsx1xi&MtYOc&uBwkxZ z(tKTl=(Nus&5JD-b`6xDw~`#KHFT3b{?6-FaBhVW$l6)9Gkl z4_ESBA#T-kBI8V+$3>GAa!C;Er;FAOkt5XAqsX*mvl}<{P3lY(lGVmD$(kQTAhLSo zi+n(d;~6q~)5P23qS{H;8uUMuq1O*QMI<ksUk7Pq3A^eV?T6u=H=lV$YXT{NbeO<*f<(i$PcOZjk zM&4(7IctxWR_n%SF@>iNTFqq+I8&>$ljmAnCYa>%` z8Vb&dQzE>@)gOqxLnx~^J@CdG6)bnl@bUTyhf4KvJ&76!R5i=RCIZSG((Tm7Hz5Wd5uz&GVPskgd+Q^x z`7iS-{9o;TXH=8<*X=`52c;>D2vTfxL8XH<`-sAz7n)ItC-z9qi; zy)L0Y`H=Cc(VOMQ9v4$~+^MJ)m!GgPDyZ;*>?I$qc%PP7u7u4n!#`I;5<&w7gbcaPMk1StP(i;nTszR)}<{yGIcy} z?704c*E4zncKL~i`sfp|bAu652{0&n+Cx_?PaW^|c zs}h<|)#n}lFr(dy&|D-a5zcxCfS75gW~Gis7C$U*BMUoG&;a@75o}V#7YL&INbnxu>2wP8uN zX2?u^f$DN~JN6V^nh-Lr3mui*kD0@WeraaasSy~T0ayA-VN7%agEM))PfB%8L+MGh zlAT}kH-8Nc@hJj+G2D2fti$;?)6`IX5BJ?EuMCuh+=H}jt{Cu2 zXIijODtQ$0qjPTJ%F^rd+mmN>6hHdEKJ+bM0ApnFs~7fTz8^-@UM+jCEQF*|^14Dn z>6roj#>&6WtEt@!4fXWn+dtK_DxB;#05nIkPZhRNE^NrNSmRi7;&92b#YG8!${`uP6ufdCD@ zJp(|;4PIEx(LOaT24}qbreL>%Ai=3RG%dm`cyc~ik z0@jHjUt{B~2E1r-79k@7!#+^{6h%N>f#5}uwwIuQZ0A%P+lR7q&-NU9UkUgniW{f` zmV+R;UT`C9KqXV8<}uM({Rhhw1XElP%yR=t4FgaH(l9Cx>JU3Vb$sSoakDuI{cJ8E zh6v)d1RicDKq9vqW0Z?D7CUQ%!An4YZURI!f;`G~AHR$WyECD%`JVk=;(%^cy8@zMoCVNa4O9sTbe4-aRWMR|YZisj@{kYOZ!QOO3gI{e6mr0~ z?R;{iau0yU`($8Q>Orw}{%FQ1_^w}lSX?I|Y$90rEl>-g3a=UJ%q~uLp<6&g0mS{$ zT1Eu#Tnz}}-q#_n+JFSdt9KRlx?ZsBDST75@~Zz86Y>iRz;QPch%+%xl`hI$S59q7 z0Pk477NYQL;H<@4cu+C!gP;-!0$}a_&5hVN2;Azy)!z*(!eZ$?E=uppOY_mY0}&v^ zdju2!5q${1YpM`H?k{#3&h(t=hlp5l3~;vsR9gh--IaeRfw{HIA{?LC~!E)8BnNbt11LM?*PmQ z3($ix4B|biB1R!8Xo3yOEX^KG;8)RMRHMTPf?@21hTbSa2y4N%0JpCbit3q*-$qr~ zD7^&Rru_$soo;O;45wKep#&rtSRa)g+IL}xjcyO!=QB+{`z#Z;nWN zrVmbPA#k*vfF3yluv_$#+x`t?jEE$Ba~xFT{|JnEva?(uGnC9$r*{_+p=S68ltKa6 zVg>-~KvopsJ~>D0?YMWM{>a;aBH%?3ShTt+Acp{W zLZY=gU=Ox-LH`xFAdkbnpBsMf0Rjo-Y%e^<3$h^J;m{+E1iL24Y(UlAoG?}<0B4Hr zcE1?~N;sqtnrSG(!Tfv-)=MEE>qLEoOdcv8fPsmSne`7?`b;U(p`tGR=mjCHA0TMx zNT0)z7X^w@F*{&$1I;qI7seF6ha(Ejb1K^(t`Ob=CRt6ifFBT4TGz+YZ3UlPS7vlfLM)k zfM*d7i$cev-N-&o&|uYOP#OaWMjZg55*48$4^4*}Jl01)6{<+p%Q z*@2L}!2g(fdHuOd$nUYBPF;j+a1YKgUYnUcTmtslDnwYr9?dtofxP|`iY3r9^D-f1 zXfN}0@&Ou9fQhc(wUhGZag9}lC2P!>;wk{?>ddzOZX%c-n zN?BPzEr6-r8ygf<(|a$A>@$O;j09lE>rf@h-s873>2_e^fwR=V3kwwBz32(|Rh(%n zcNtn_rPOoA5z0{I57j*AiL~NR!QoGr%VZ`(;`lni>j*V5*OCb&8i;_g#2;% zeFCC7ADR+#lt^H zV9+@<ys@>%rj;u-LF?erfW$=`m}&(Fd~emYwJ5C6lyB+CkKHHn9;_Y2RP zcUIOtQ7Jm2ucJZ`J)%Njx}O-qX^aH4e4B+0*~Ru)g>uP$;Om*#9zF@tSV|~gEG6(g zY|3fp6EDgi&Ix{8)V2Ij;`hhp_bZ3J-mS1pu)~70^6|o#{?7;hZ(W?OcuKtQ_wzBz zPL?I(rx$|e`1SXIsPv)z5s8P(2gz={J<47?X^UHQ&U=utz|K8f7;miwt3KJEZS2;l z_(N+2*@O|2KA`t9ZcWui6^tVhJVxrkJt)Bg?Aki~9IS9z)tLaS3Z<4!Ja&-O5U)|z zTTa?alTSDb&&Ez_Ny0wYy)N;||D3=KZ_Sva)_33Jk<}IhHkSfGxFn7`>F|<%M!Bcd zTb2r48gmWueQF@fDs-)Xd=UH`O*24A9e$+aeiVYvUj9-;Msk8=qxtE+p2h&6OY0kn z_Rg9t+rdzBU!v~Veqd=QP4)3qO!-4M26M_QDVjWW4Pud=c2hf<$X_1J0W*q=WOV}Z zO(CG`$}$~nvp~9kiLh#A%cuQ2KIt2_&0VnoF{amhJ7@v!yRYLfc5#QV3 zsbViGaY30evs)?nNkC;ip!VT1h)IYcyj(Z)VL z6X|J}=g@kls84EEiA!AA0Aa^|#ZB~FC8Dl` z(ygGzT&Qt{up;hC)Y7=BrLGb4c$#FhrPm0)&s`+LO9*Ugj22W`lAGhz%#DW}O`qM$ zYQO8I;4hx*APUf-msA@Ft7b@RQ%(WI*%b={LQM4mPS$0UE9PVv!jh7_dzyXK;B*D!^^fQ^jG9Lb15h+et4P)z-Vog=jwgF4vY5@vlWPJ*IeIXbsH z%$zjJz{}|KL4~zFs0b36mutA_lWaNdtKE6)e2!%*H=CjC_zAiv+~!(BT1I}+=_hvKJ-#P zng%jyr0JX*&Y$z9n?P?HdiQqe%t7xM!A`k4UM z$`lAgtXw0bB>60u|#w zs>bg8643N;?QASfqR{F40rJ$2@X(A{3hE#{t&0ma5XDa<=ww5VGw7$^%gwa9l|>8d z2KuQ3jd{EI3}1CDp30kO- zpxcTu&;`TI2_pF9m2CpLxb@{9WvT>{w~r2iU|E9?Rb4e2A(n55h=uBCVx|EJaL-ok4Yib3 zU9f?1az%Eg(i=;xs{C(%;>W(StbGAh@a*$PSGsAlZbqU%j3s)UBQwnPCFV0*0V_di zb|8K;OD8f4fq{#pf4C0%gXwKbg5LYdP29UD0uRN;)0^aNS2?eo;wINC!T2#A3@KE= z-2+i;J^Oern$u+ZWULs!U3UPY7?R9Eaxu7MB;9( z(#l1)X?SF&`rY8M>xor$yF51^prz0RjvFCbSnNkitxq3-EuJ+-t!+2Dk93GvtDPHP z02SAjQTgS>kTyo1CGi}#0_CCs2)q=LInioO$w9|G;@@AxWk?Jc@Mx*TCRak-?7-pdi|ML@a}I1n5pPp7lgx_A=P8V_q4RQ#Rm-^p{Bk|k5NVVYV_S4r89h& z@KfO_YG6^gl;g1~8hkFjF1009mwF1pE1#Ze=N9YE#_;e)WIO(FMK0s#qOSFqd!g}j z@ltw_6o=xgfuozT)9^N$h>b(B+54oMKP0fw=*aQ&0Y#Dak|W)$-I1-&E{Rg1tbt9O z2%oI^%T;xV0HUSSM#hvets$zTdz5u)rQrPcP%qLKQezx(P|x7^HwUxe{>Au3XM^kc z*h+@eaPSB`Elpf^AmZ%fa$Z&sKY3kvVw**U$*Rj%w>X5ZR~}&%#x@K6g`!H?5+qWA z*&vXJVfe8#i6<4OGWe-$V~Z3I=3ZDcf%8z@&y4T$s#%h5rJ@DH12A+_MOx`Ur@Xls z#3bf#Gfb^ECyDX39QEncP;yZ7=;zfb6r({aX@NaMqrmz zEbY|rFT{%qby>K7tZLVe?V=h|M3FJ)crFd%D>+3l~m0hpGOX@}Y+%@H1 z=TjwOmCgEYN_~jF!%cAWpGYyqANS09^Ohvl4$TT(`7AW&g{03v<&=SBzE!DK| zf+cI!`yvPB`xfUFkC(D>lZkqN9j2~1{!4Cud$y--j!5{1L<>yphh<>98_Kz3fNIi%~t#emTDXQSi(ygYzLyNrHaa@fOds3@F(d^4tTx z7jw(8-uU^9uA*JGiVKD-?ra8yi6fuR)NhX@$X+2PzRlqHg?8p(`3r8bYOskO=iQez zsV#OZnvbYeAQ+V_;_w9auI(8+wfrni2vAnXQrrzt0h-tr@4Ua*JhqYc92=fP_d0HM zwsE0`GJ1;6;glqypqJ*zd9TjL}Lqh<5r?ZU|f@k)|s!N>Pn>d)(drEYHlq)7<$^h^ET(6?s;MQ07}RW zq(kM#Ae}$`&WT4Qb?&-KNH`laj}b#{Ia^X;%FLk700S+rMnX$$IGUbOtnLoDqNnjn z695s}V;GsL_)|u$r>gXTI^3EKRVEyxbiNb26Y-{7Zd!noXH?=vefA?(0i$^kC;MLy zFqqZXTLCw=9Z5a%!*vid8EKnWFdYRb!Zj|uAzHD%LT`yZM`ZPY8ae6YqcSz#OX3p# z(YvnV{RaQoM)HflcnRuy#XA{vx$8cPP_O zu2`5G06Xhk=+pL|(s7+fLI|%x*r~{u;t!tbnZI8ReVNz;v6bbo9hoybK@4VLVsV&D zKtaNxl@5kbZC`UfV9uS2Vb6m_7)>2g(oF5%H6w;%k7bw)o$96NF)xgi(6#owRbi-G zwYZI%pK9kX2(C|JJL5{Sh@+L(*N0AGGdzP6>|rS`C-7^4u18b7H&N?t_7MEG&CTwz zDkDnjCfA_bxDG$=@vFq&&Ob_Ble!-+QnE|&QPS%~^SX;!YZ45=2wiTIOXb2L-XFVW);Eq}4Jl zVgLB2mWQSoGX{{M+qi5kdyT$`otVw=4%iy=<)M|K3bv2sF*^?wPGgH3u3aVF z(3#q#h$G^!Y(F*n%XA-Z3>$0fm zk<&y1lS)klk3QpQ_{a%4#w{^1JIdZ|gY4EKMYQ5>zXlm(MtR3X2B~RkS1nD^#O-63m?@(E56+IP89?j z^fb7?cnb#RJ-t*(K031D)fM02$fOb`G9u*?KQI$nm;HSWfYpFyZw%s?h^5+- zO9E7kwrv^g!xJY;(&UVKYwLFwkV3C`Rb(c26+UB`1yoNhwqcLf5)j9G<9nE$gA2qz zEHb{zf2B!>T`zDLMq+vPdd0C$eDk@nyok!^{HV8a2$^zAFaA*AX7&qCnt@y4kt=T< z1C+9!N|gRt)f!{G;?qre=iJmncxS8fCGuBtl&f~L?Pa~e74SrgifGkezz3|kUh=qu z`MU}tK6pq_v?*WFPoB4M3vG9xe6H?EeOqL@<5lC+cU?0e@#U{1UtdwXK+E^r70>ep zEwK*374}+6!*Z;2xI+w5p64p!sCQZr>}qk#KyWmzsw7Qqsm7K$qoJ}dUY@hs#8zTv z1(bgFPW4L}GA3=z&Uamd`Nf+G*T1`k``iV!Z)L?4gs{Sk_4X78Gk@8Zh?Q~&GfQQo zw7iNp>&HbA?EFc8$L|{}OV6^U(hdi)ZoZLRHzBS$V&7M+ank6S282se{1}D)A}XL_ zs*|9y9da`qJyHz#X7JL56fFx6W@YhxP^|O?o;oo4V&~D}TC;_)Q?`c;H;d*HQnZ2^ zoj)9rj+Gw?Jn*jYKK06Uoo1OqTDA>k&u0Jj`fk~d1Vh&7OADas zwx8+H!uX76K38XG68x*&-n~h;cM%7R?BwZ#T*M zVDtGKAnv8teaJVkd)(s*i8&?Tm%8n;r;L-8@krcIV^pWqwnHULMSVWqQrLw#6W0Nk zX;FtBx3lGbpIFDrDa#wJf>)t`oOf-ZhqRIGoD)6!9tGpJcxl_M0oIDcieWQedY9E9 zFVYMov){93tfU4yK=kETTj)FEwncP+k+~ET#<>zzw?rh2s~XYsWQJ5~y4_|Y&p%u3 zAYnGjJvA=`Xul*x^=8LRu{EhyH_Dl;yUopobyzKw)Zz(MlVw&5Mv0WPQG2V`H*f(F zfl)lp>mR&jkTkjO5y-3ST_{&&c3yoKD?rN794Jza#jA9>ZT}f?L=AM#;$X>21cl{Q#lVSWy$_ zl+Tbni21~LE^YLfC%#tvl@UfPwE;7tExQ9u+hQ z4~5`pk}++9Zi%OamvEz+;wcBV$`$n}gZ-Nh9$hw(Q!kx!EF|@~DS~?(s(cI0H7plO z;-OH_5N_cFO{M8y?_MHj+UR6*{>=BkZpb_q^2_R&+c130-#!j~fVl$`;Z->)r1$R)AE&tfszBWF zv?zqddAi4e9$rLDr?U=T?2JUB*Wcbf5o}r{if~;vi9|1t&~#m6&d5gY#lm7-QeDGK z!cqW0YY(#B3Xa#r*UAsjNN7fqhIzU$R}8A|e$esxQJ_Dg6uq$fkW*L^(|xtr=)91Y z%6g(|51&+23t@z0UzKl3bV2k+bZ+h49@kW+hv-7aB8+wM#}OpKT+i7s_Srln6s$mh9Fztgqx`|f|MvO>zpo~M#0 zuy!aPBSz}BJNf2tO54DZ*rQbwIzR<$X{^PdX`4blJ--fuykp9ntoGkbO_bMm&-@*R zC6mgjM7NJBAr^qyg|Rpj(QMS0#!@xOOJ-Xo7r^FoEzJsR`TNqrUJoqXA(}_&jmR(d z$XgqV<=~c%U}YA3r-9#c>ae>}NV_0ga--ICGTq#T?Dlr|>ar?59Q=eJggs7j8}EcO z?msUVu{dg7rJiY_XK8zNx)QHih=>AGvrQ48||~JuGisHiM1hb z{<}pN3ngs;4LkjOim_#|4QivvT|hRhsJ4XuY)v$+eBfRe)TqAI86n-nr9NAIbY7Lm zc4Tfb8%?F;G`c^x4DtPOb{5Lqu83Nmt0~jP!_VubCrQIk9Xi7XcKzoorhbO}B~+Zgm62LNV+|}6tRqxq6Un-%qKpO1MC`@Z8}&)137Jodfh8wODdxHaPuZy-^NfbuT13(ZOYc_L~1(9g90 z`!kHZqJD2XI@rj*f(q9W;jcmDwcf~|6A40xW%RFMt>%s3|N5EGHeR@||Js{Y} zzUa?c9)scd=T&{QVej?xzprKb2oK#qFa7C&!t$SQ&~V^2n72rZU!)Q0E+%Q2S^hLf zF50NVXbUh~*~@Zx;KkZ|W(2AJsE2^&DuI;=WL1H? wSg!)Nsl$zG*(6T<&kz1*N&Y`O4EHu!jG1N* `sudo dnf install -y gpgme-devel libassuan-devel openssl` diff --git a/docs/unit-testing-for-monitoring-metrics.md b/docs/unit-testing-for-monitoring-metrics.md index a5d2a91c0..821190549 100644 --- a/docs/unit-testing-for-monitoring-metrics.md +++ b/docs/unit-testing-for-monitoring-metrics.md @@ -10,43 +10,37 @@ The ARO monitor component (the part of the aro binary you activate when you exec ![Aro Monitor Architecture](img/AROMonitor.png "Aro Monitor Architecture") -To send data to Geneva the monitor uses an instance of a Geneva MDM container as a proxy of the Geneva API. The MDM container accepts statsd formatted data (the Azure Geneva version of statsd, that is) over a UNIX (Domain) socket. The MDM container then forwards the metric data over a https link to the Geneva API. Please note that using a Unix socket can only be accessed from the same machine. +To send data to Geneva the monitor uses an instance of a Geneva MDM container as a proxy of the Geneva API. The MDM container accepts statsd formatted data (the Azure Geneva version of statsd, that is) over a UNIX (Domain) socket. The MDM container then forwards the metric data over a https link to the Geneva API. Please note that a Unix socket can only be accessed from the same machine. The monitor picks the required information about which clusters should actually monitor from its corresponding Cosmos DB. If multiple monitor instances run in parallel (i.e. connect to the same database instance) as is the case in production, they negotiate which instance monitors what cluster (see : [monitoring.md](./monitoring.md)). - - -## Unit Testing Setup +# Unit Testing Setup If you work on monitor metrics in local dev mode (RP_MODE=Development) you most likely want to see your data somewhere in Geneva INT (https://jarvis-west-int.cloudapp.net/) before you ship your code. -There are two ways to set to acchieve this: -- Run the Geneva MDM container locally (won't work on macOS, see Remote Container section below) +There are two ways to set to achieve this: +- Run the Geneva MDM container locally - Spawn a VM, start the Geneva container there and connect/tunnel to it. -### Local Container Setup +and two protocols to chose from: +- Unix Domain Sockets, which is the way production is currently (April 2022) run +- or UDP, which is much easier to use and is the way it will be used on kubernetes clusters in the future + +## Local Container Setup Before you start, make sure : - to run `source ./env` - you ran `SECRET_SA_ACCOUNT_NAME=rharosecretsdev make secrets` before -- know which "account" and "namespace" value you want to use on Geneva INT for your metric data and - update your env to set the +- know which "account" and "namespace" value you want to use on Geneva INT for your metric data and update your env to set the following variables before you start the monitor: - CLUSTER_MDM_ACCOUNT - - CLUSTER_MDM_NAMESPACE - + - CLUSTER_MDM_NAMESPACE - variables before you start the monitor. + The container needs to be provided with the Geneva key and certificate. For the INT instance that is the rp-metrics-int.pem you find in the secrets folder after running the `make secrets` command above. -An example docker command to start the container locally is here (you may need to adapt some parameters): -[Example](../hack/local-monitor-testing/sample/dockerStartCommand.sh). The script will configure the mdm container to connect to Geneva INT -Two things to be aware of : -* The container needs to be provided with the Geneva key and certificate. For the INT instance that is the rp-metrics-int.pem you find in the secrets folder after running `make secrets`. The sample scripts tries to copy it to /etc/mdm.pem (to mimic production). -* When you start the montitor locally in local dev mode, the monitor looks for the Unix Socket file mdm_statsd.socket in the current directory. Adapt the path in the start command accordingly, if it's not `./cmd/aro folder`' - -### Remote Container Setup +## Remote Container Setup If you can't run the container locally (because you run on macOS and your container tooling does not support Unix Sockets, which is true both for Docker for Desktop or podman) and or don't want to, you can bring up the container on a Linux VM and connect via a socat/ssh chain: ![alt text](img/SOCATConnection.png "SOCAT chain") @@ -84,12 +78,13 @@ socat -v UNIX-LISTEN:$SOCKETFILE,fork TCP-CONNECT:127.0.0.1:12345 For debugging it might be useful to run these commands manually in three different terminals to see where the connection might break down. The docker log file should show if data flows through or not, too. -### Stopping the Network script +#### Stopping the Network script Stop the script with Ctrl-C. The script then will do its best to stop the ssh and socal processes it spawned. -### Starting the monitor + +## Starting the monitor When starting the monitor , make sure to have your @@ -115,23 +110,22 @@ A VS Code launch config that does the same would look like. "monitor", ], "env": {"CLUSTER_MDM_ACCOUNT": "", - "CLUSTER_MDM_NAMESPACE":"" } + "CLUSTER_MDM_NAMESPACE":"" + } }, ```` - -### Finding your data +## Finding your data If all goes well, you should see your metric data in the Jarvis metrics list (Geneva INT (https://jarvis-west-int.cloudapp.net/) -> Manage -> Metrics) under the account and namespace you specified in CLUSTER_MDM_ACCOUNT and CLUSTER_MDM_NAMESPACE and also be available is the dashboard settings. -### Injecting Test Data into Geneva INT +## Injecting Test Data into Geneva INT Once your monitor code is done you will want to create pre-aggregates, dashboards and alert on the Geneva side and test with a variety of data. Your end-2-end testing with real cluster will generate some data and cover many test scenarios, but if that's not feasible or too time-consuming you can inject data directly into the Genava mdm container via the socat/ssh network chain. -An example metric script is shown below, you can connect it to - +An example metric script is shown below. ```` myscript.sh | socat TCP-CONNECT:127.0.0.1:12345 - @@ -143,8 +137,7 @@ myscript.sh | socat UNIX-CONNECT:$SOCKETFILE - (see above of the $SOCKETFILE ) - -#### Sample metric script +### Sample metric script ```` #!/bin/bash @@ -166,6 +159,7 @@ DIM_RESOURCENAME=$CLUSTER data="10 11 12 13 13 13 13 15 16 19 20 21 25" SLEEPTIME=60 for MET in $data ;do +DATESTRING=$( date -u +'%Y-%m-%dT%H:%M:%S.%3N' ) OUT=$( cat << EOF {"Metric":"$METRIC", "Account":"$ACCOUNT", diff --git a/docs/upstream-differences.md b/docs/upstream-differences.md index f385855da..0632ebf61 100644 --- a/docs/upstream-differences.md +++ b/docs/upstream-differences.md @@ -5,7 +5,7 @@ upstream OCP. ## Installer carry patches -See https://github.com/openshift/installer/compare/release-4.9...jewzaam:release-4.9-azure. +See https://github.com/openshift/installer/compare/release-4.10...jewzaam:release-4.10-azure. ## Installation differences @@ -127,3 +127,5 @@ Once installer fork is ready: 1. After this point, you should be able to create a dev cluster using the RP and it should use the new release. 1. `make discoverycache`. * This command requires a running cluster with the new version. +1. The list of the hard-coded namespaces in `pkg/util/namespace/namespace.go` needs to be updated regularly as every + minor version of upstream OCP introduces a new namespace or two. \ No newline at end of file diff --git a/go.mod b/go.mod index 449ab6951..6b7df2129 100644 --- a/go.mod +++ b/go.mod @@ -1,132 +1,356 @@ module github.com/Azure/ARO-RP -go 1.16 +go 1.17 require ( - cloud.google.com/go/compute v1.1.0 // indirect - github.com/AlecAivazis/survey/v2 v2.3.2 // indirect github.com/AlekSi/gocov-xml v0.0.0-20190121064608-3a14fb1c4737 - github.com/Azure/azure-sdk-for-go v61.3.0+incompatible - github.com/Azure/go-autorest/autorest v0.11.24 + github.com/Azure/azure-sdk-for-go v63.1.0+incompatible + github.com/Azure/go-autorest/autorest v0.11.25 github.com/Azure/go-autorest/autorest/adal v0.9.18 github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 github.com/Azure/go-autorest/autorest/date v0.3.0 github.com/Azure/go-autorest/autorest/to v0.4.0 github.com/Azure/go-autorest/autorest/validation v0.3.1 github.com/Azure/go-autorest/tracing v0.6.0 - github.com/IBM-Cloud/bluemix-go v0.0.0-20220119131246-2af2dee48688 // indirect - github.com/IBM/go-sdk-core/v5 v5.9.1 // indirect - github.com/IBM/networking-go-sdk v0.24.0 // indirect - github.com/IBM/platform-services-go-sdk v0.22.7 // indirect github.com/alvaroloes/enumer v1.1.2 github.com/apparentlymart/go-cidr v1.1.0 - github.com/aws/aws-sdk-go v1.42.40 // indirect github.com/axw/gocov v1.0.0 - github.com/clarketm/json v1.17.1 // indirect github.com/codahale/etm v0.0.0-20141003032925-c00c9e6fb4c9 - github.com/containers/image/v5 v5.18.0 - github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a // indirect - github.com/containers/storage v1.38.1 // indirect + github.com/containers/image/v5 v5.21.0 github.com/coreos/go-oidc v2.2.1+incompatible github.com/coreos/go-systemd/v22 v22.3.2 github.com/coreos/ignition/v2 v2.13.0 - github.com/coreos/stream-metadata-go v0.1.6 + github.com/coreos/stream-metadata-go v0.2.0 github.com/davecgh/go-spew v1.1.1 - github.com/evanphx/json-patch v5.6.0+incompatible // indirect - github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect github.com/form3tech-oss/jwt-go v3.2.5+incompatible - github.com/fsnotify/fsnotify v1.5.1 // indirect github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 github.com/go-bindata/go-bindata v3.1.2+incompatible - github.com/go-errors/errors v1.4.2 // indirect - github.com/go-logr/logr v1.2.2 - github.com/go-openapi/errors v0.20.2 // indirect - github.com/go-openapi/jsonreference v0.19.6 // indirect - github.com/go-playground/validator/v10 v10.10.0 // indirect - github.com/go-stack/stack v1.8.1 // indirect + github.com/go-logr/logr v1.2.3 github.com/go-test/deep v1.0.8 github.com/gofrs/uuid v4.2.0+incompatible github.com/golang/mock v1.6.0 - github.com/golangci/golangci-lint v1.32.2 + github.com/golangci/golangci-lint v1.42.1 github.com/google/go-cmp v0.5.7 - github.com/googleapis/gnostic v0.6.6 - github.com/gophercloud/gophercloud v0.24.0 // indirect - github.com/gophercloud/utils v0.0.0-20210909165623-d7085207ff6d // indirect + github.com/googleapis/gnostic v0.6.8 github.com/gorilla/csrf v1.7.1 github.com/gorilla/mux v1.8.0 github.com/gorilla/securecookie v1.1.1 github.com/gorilla/sessions v1.2.1 - github.com/h2non/filetype v1.1.3 // indirect github.com/jewzaam/go-cosmosdb v0.0.0-20220315232836-282b67c5b234 github.com/jstemmer/go-junit-report v0.9.1 - github.com/klauspost/compress v1.14.2 // indirect + github.com/onsi/ginkgo v1.16.5 + github.com/onsi/gomega v1.19.0 + github.com/openshift/api v0.0.0-20220124143425-d74727069f6f + github.com/openshift/client-go v0.0.0-20211209144617-7385dd6338e3 + github.com/openshift/console-operator v0.0.0-20220407014945-45d37e70e0c2 + github.com/openshift/installer v0.16.1 + github.com/openshift/library-go v0.0.0-20220405134141-226b07263a02 + github.com/openshift/machine-config-operator v3.11.0+incompatible + github.com/pires/go-proxyproto v0.6.2 + github.com/pkg/errors v0.9.1 + github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.48.1 + github.com/prometheus/client_golang v1.12.1 + github.com/prometheus/common v0.33.0 + github.com/sirupsen/logrus v1.8.1 + github.com/stretchr/testify v1.7.1 + github.com/ugorji/go/codec v1.2.7 + golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 + golang.org/x/net v0.0.0-20220403103023-749bd193bc2b + golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a + golang.org/x/sync v0.0.0-20210220032951-036812b2e83c + golang.org/x/tools v0.1.10 + gotest.tools/gotestsum v1.6.4 + k8s.io/api v0.23.5 + k8s.io/apiextensions-apiserver v0.23.5 + k8s.io/apimachinery v0.23.5 + k8s.io/client-go v12.0.0+incompatible + k8s.io/code-generator v0.23.2 + k8s.io/kubectl v0.23.5 + k8s.io/kubernetes v1.23.5 + sigs.k8s.io/cluster-api-provider-azure v1.2.1 + sigs.k8s.io/controller-runtime v0.11.2 + sigs.k8s.io/controller-tools v0.7.0 +) + +require ( + 4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a // indirect + cloud.google.com/go/compute v1.5.0 // indirect + github.com/AlecAivazis/survey/v2 v2.3.4 // indirect + github.com/Antonboom/errname v0.1.4 // indirect + github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 // indirect + github.com/Azure/go-autorest v14.2.0+incompatible // indirect + github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect + github.com/Azure/go-autorest/logger v0.2.1 // indirect + github.com/BurntSushi/toml v1.1.0 // indirect + github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 // indirect + github.com/IBM-Cloud/bluemix-go v0.0.0-20220407050707-b4cd0d4da813 // indirect + github.com/IBM/go-sdk-core/v5 v5.9.5 // indirect + github.com/IBM/networking-go-sdk v0.28.0 // indirect + github.com/IBM/platform-services-go-sdk v0.24.0 // indirect + github.com/IBM/vpc-go-sdk v1.0.1 // indirect + github.com/MakeNowJust/heredoc v1.0.0 // indirect + github.com/Masterminds/semver v1.5.0 // indirect + github.com/Microsoft/go-winio v0.5.2 // indirect + github.com/OpenPeeDeeP/depguard v1.0.1 // indirect + github.com/PuerkitoBio/purell v1.1.1 // indirect + github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect + github.com/VividCortex/ewma v1.2.0 // indirect + github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d // indirect + github.com/alexkohler/prealloc v1.0.0 // indirect + github.com/aliyun/alibaba-cloud-sdk-go v1.61.1550 // indirect + github.com/aliyun/aliyun-oss-go-sdk v2.2.2+incompatible // indirect + github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d // indirect + github.com/ashanbrown/forbidigo v1.2.0 // indirect + github.com/ashanbrown/makezero v0.0.0-20210520155254-b6261585ddde // indirect + github.com/aws/aws-sdk-go v1.43.34 // indirect + github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f // indirect + github.com/beorn7/perks v1.0.1 // indirect + github.com/bkielbasa/cyclop v1.2.0 // indirect + github.com/bombsimon/wsl/v3 v3.3.0 // indirect + github.com/cespare/xxhash/v2 v2.1.2 // indirect + github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 // indirect + github.com/charithe/durationcheck v0.0.8 // indirect + github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af // indirect + github.com/clarketm/json v1.17.1 // indirect + github.com/containers/image v3.0.2+incompatible // indirect + github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a // indirect + github.com/containers/ocicrypt v1.1.3 // indirect + github.com/containers/storage v1.39.0 // indirect + github.com/coreos/go-semver v0.3.0 // indirect + github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf // indirect + github.com/coreos/ignition v0.35.0 // indirect + github.com/coreos/vcontext v0.0.0-20220326205524-7fcaf69e7050 // indirect + github.com/daixiang0/gci v0.2.9 // indirect + github.com/denis-tingajkin/go-header v0.4.2 // indirect + github.com/dimchansky/utfbom v1.1.1 // indirect + github.com/dnephin/pflag v1.0.7 // indirect + github.com/docker/distribution v2.8.1+incompatible // indirect + github.com/docker/docker v20.10.14+incompatible // indirect + github.com/docker/docker-credential-helpers v0.6.4 // indirect + github.com/docker/go-connections v0.4.0 // indirect + github.com/docker/go-metrics v0.0.1 // indirect + github.com/docker/go-units v0.4.0 // indirect + github.com/esimonov/ifshort v1.0.2 // indirect + github.com/ettle/strcase v0.1.1 // indirect + github.com/evanphx/json-patch v5.6.0+incompatible // indirect + github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f // indirect + github.com/fatih/color v1.12.0 // indirect + github.com/fatih/structtag v1.2.0 // indirect + github.com/fsnotify/fsnotify v1.5.1 // indirect + github.com/fzipp/gocyclo v0.3.1 // indirect + github.com/go-critic/go-critic v0.5.6 // indirect + github.com/go-errors/errors v1.4.2 // indirect + github.com/go-openapi/errors v0.20.2 // indirect + github.com/go-openapi/jsonpointer v0.19.5 // indirect + github.com/go-openapi/jsonreference v0.19.6 // indirect + github.com/go-openapi/strfmt v0.21.2 // indirect + github.com/go-openapi/swag v0.21.1 // indirect + github.com/go-playground/locales v0.14.0 // indirect + github.com/go-playground/universal-translator v0.18.0 // indirect + github.com/go-playground/validator/v10 v10.10.1 // indirect + github.com/go-stack/stack v1.8.1 // indirect + github.com/go-toolsmith/astcast v1.0.0 // indirect + github.com/go-toolsmith/astcopy v1.0.0 // indirect + github.com/go-toolsmith/astequal v1.0.0 // indirect + github.com/go-toolsmith/astfmt v1.0.0 // indirect + github.com/go-toolsmith/astp v1.0.0 // indirect + github.com/go-toolsmith/strparse v1.0.0 // indirect + github.com/go-toolsmith/typep v1.0.2 // indirect + github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b // indirect + github.com/gobuffalo/flect v0.2.3 // indirect + github.com/gobwas/glob v0.2.3 // indirect + github.com/gofrs/flock v0.8.1 // indirect + github.com/gogo/protobuf v1.3.2 // indirect + github.com/golang-jwt/jwt/v4 v4.4.1 // indirect + github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect + github.com/golang/protobuf v1.5.2 // indirect + github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 // indirect + github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a // indirect + github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 // indirect + github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a // indirect + github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 // indirect + github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca // indirect + github.com/golangci/misspell v0.3.5 // indirect + github.com/golangci/revgrep v0.0.0-20210208091834-cd28932614b5 // indirect + github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 // indirect + github.com/google/btree v1.0.1 // indirect + github.com/google/gofuzz v1.2.0 // indirect + github.com/google/renameio v1.0.1 // indirect + github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect + github.com/google/uuid v1.3.0 // indirect + github.com/googleapis/gax-go/v2 v2.2.0 // indirect + github.com/gophercloud/gophercloud v0.24.0 // indirect + github.com/gophercloud/utils v0.0.0-20220307143606-8e7800759d16 // indirect + github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254 // indirect + github.com/gostaticanalysis/analysisutil v0.4.1 // indirect + github.com/gostaticanalysis/comment v1.4.1 // indirect + github.com/gostaticanalysis/forcetypeassert v0.0.0-20200621232751-01d4955beaa5 // indirect + github.com/gostaticanalysis/nilerr v0.1.1 // indirect + github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 // indirect + github.com/h2non/filetype v1.1.3 // indirect + github.com/hashicorp/errwrap v1.1.0 // indirect + github.com/hashicorp/go-cleanhttp v0.5.2 // indirect + github.com/hashicorp/go-hclog v0.16.1 // indirect + github.com/hashicorp/go-multierror v1.1.1 // indirect + github.com/hashicorp/go-retryablehttp v0.7.0 // indirect + github.com/hashicorp/hcl v1.0.0 // indirect + github.com/imdario/mergo v0.3.12 // indirect + github.com/inconshreveable/mousetrap v1.0.0 // indirect + github.com/jgautheron/goconst v1.5.1 // indirect + github.com/jingyugao/rowserrcheck v1.1.0 // indirect + github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af // indirect + github.com/jmespath/go-jmespath v0.4.0 // indirect + github.com/jonboulle/clockwork v0.2.2 // indirect + github.com/josharian/intern v1.0.0 // indirect + github.com/json-iterator/go v1.1.12 // indirect + github.com/julz/importas v0.0.0-20210419104244-841f0c0fe66d // indirect + github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect + github.com/kisielk/errcheck v1.6.0 // indirect + github.com/kisielk/gotool v1.0.0 // indirect + github.com/klauspost/compress v1.15.1 // indirect + github.com/klauspost/pgzip v1.2.5 // indirect + github.com/kulti/thelper v0.4.0 // indirect + github.com/kunwardeep/paralleltest v1.0.2 // indirect + github.com/kyoh86/exportloopref v0.1.8 // indirect + github.com/ldez/gomoddirectives v0.2.2 // indirect + github.com/ldez/tagliatelle v0.2.0 // indirect + github.com/leodido/go-urn v1.2.1 // indirect github.com/libvirt/libvirt-go v7.4.0+incompatible // indirect + github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de // indirect + github.com/magiconair/properties v1.8.5 // indirect github.com/mailru/easyjson v0.7.7 // indirect + github.com/maratori/testpackage v1.0.1 // indirect + github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 // indirect github.com/mattn/go-colorable v0.1.12 // indirect - github.com/metal3-io/baremetal-operator v0.0.0-20220125095243-13add0bfb3be // indirect - github.com/metal3-io/cluster-api-provider-baremetal v0.2.2 // indirect + github.com/mattn/go-isatty v0.0.14 // indirect + github.com/mattn/go-runewidth v0.0.13 // indirect + github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect + github.com/mbilski/exhaustivestruct v1.2.0 // indirect + github.com/metal3-io/baremetal-operator v0.0.0-20220405082045-575f5c90718a // indirect + github.com/metal3-io/baremetal-operator/apis v0.0.0 // indirect + github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.0.0 // indirect + github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81 // indirect + github.com/mgechev/revive v1.1.1 // indirect github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d // indirect github.com/miekg/pkcs11 v1.1.1 // indirect + github.com/mitchellh/go-homedir v1.1.0 // indirect + github.com/mitchellh/go-wordwrap v1.0.1 // indirect github.com/mitchellh/mapstructure v1.4.3 // indirect + github.com/moby/spdystream v0.2.0 // indirect + github.com/moby/sys/mountinfo v0.6.0 // indirect github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 // indirect - github.com/onsi/ginkgo v1.16.5 - github.com/onsi/gomega v1.18.0 - github.com/openshift/api v0.0.0-20210831091943-07e756545ac1 - github.com/openshift/client-go v0.0.0-20210831095141-e19a065e79f7 - github.com/openshift/cloud-credential-operator v0.0.0-20220121204927-85a406b6d4b1 // indirect - github.com/openshift/console-operator v0.0.0-20220120123728-4789dbf7c1d3 - github.com/openshift/installer v0.16.1 - github.com/openshift/library-go v0.0.0-20220125143545-df4228ff1215 - github.com/openshift/machine-api-operator v0.2.1-0.20210820103535-d50698c302f5 - github.com/openshift/machine-config-operator v0.0.1-0.20201009041932-4fe8559913b8 + github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect + github.com/modern-go/reflect2 v1.0.2 // indirect + github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect + github.com/moricho/tparallel v0.2.1 // indirect + github.com/nakabonne/nestif v0.3.0 // indirect + github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 // indirect + github.com/nishanths/exhaustive v0.2.3 // indirect + github.com/nishanths/predeclared v0.2.1 // indirect + github.com/nxadm/tail v1.4.8 // indirect + github.com/oklog/ulid v1.3.1 // indirect + github.com/olekukonko/tablewriter v0.0.5 // indirect + github.com/opencontainers/go-digest v1.0.0 // indirect + github.com/opencontainers/image-spec v1.0.3-0.20211202193544-a5463b7f9c84 // indirect + github.com/opencontainers/runc v1.1.1 // indirect + github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 // indirect + github.com/openshift/cloud-credential-operator v0.0.0-20220316185125-ed0612946f4b // indirect + github.com/openshift/cluster-api v0.0.0-20190805113604-f8de78af80fc // indirect + github.com/openshift/cluster-api-provider-baremetal v0.0.0-20220218121658-fc0acaaec338 // indirect + github.com/openshift/cluster-api-provider-ibmcloud v0.0.0-20211008100740-4d7907adbd6b // indirect + github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20191219173431-2336783d4603 // indirect + github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20211111151530-06177b773958 // indirect + github.com/ovirt/go-ovirt v0.0.0-20210308100159-ac0bcbc88d7c // indirect + github.com/pascaldekloe/name v0.0.0-20180628100202-0fd16699aae1 // indirect github.com/pborman/uuid v1.2.1 // indirect - github.com/pires/go-proxyproto v0.6.1 - github.com/pkg/errors v0.9.1 + github.com/pelletier/go-toml v1.9.3 // indirect + github.com/peterbourgon/diskv v2.0.1+incompatible // indirect + github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d // indirect + github.com/pmezard/go-difflib v1.0.0 // indirect + github.com/polyfloyd/go-errorlint v0.0.0-20210722154253-910bb7978349 // indirect github.com/pquerna/cachecontrol v0.1.0 // indirect - github.com/prometheus/client_golang v1.12.0 - github.com/prometheus/common v0.32.1 - github.com/serge1peshcoff/selenium-go-conditions v0.0.0-20170824121757-5afbdb74596b - github.com/sirupsen/logrus v1.8.1 - github.com/spf13/cobra v1.3.0 // indirect - github.com/stretchr/testify v1.7.0 - github.com/tebeka/selenium v0.9.9 - github.com/ugorji/go/codec v1.2.6 - github.com/vbauerster/mpb/v7 v7.3.2 // indirect - github.com/vmware/govmomi v0.27.2 // indirect - go.mongodb.org/mongo-driver v1.8.2 // indirect + github.com/proglottis/gpgme v0.1.1 // indirect + github.com/prometheus/client_model v0.2.0 // indirect + github.com/prometheus/procfs v0.7.3 // indirect + github.com/quasilyte/go-ruleguard v0.3.4 // indirect + github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 // indirect + github.com/rivo/uniseg v0.2.0 // indirect + github.com/russross/blackfriday v1.6.0 // indirect + github.com/ryancurrah/gomodguard v1.2.3 // indirect + github.com/ryanrolds/sqlclosecheck v0.3.0 // indirect + github.com/sanposhiho/wastedassign/v2 v2.0.6 // indirect + github.com/securego/gosec/v2 v2.8.1 // indirect + github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c // indirect + github.com/sonatard/noctx v0.0.1 // indirect + github.com/sourcegraph/go-diff v0.6.1 // indirect + github.com/spf13/afero v1.6.0 // indirect + github.com/spf13/cast v1.3.1 // indirect + github.com/spf13/cobra v1.4.0 // indirect + github.com/spf13/jwalterweatherman v1.1.0 // indirect + github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace // indirect + github.com/spf13/viper v1.10.0 // indirect + github.com/ssgreg/nlreturn/v2 v2.1.0 // indirect + github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 // indirect + github.com/stretchr/objx v0.2.0 // indirect + github.com/subosito/gotenv v1.2.0 // indirect + github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 // indirect + github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b // indirect + github.com/tetafro/godot v1.4.9 // indirect + github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94 // indirect + github.com/tomarrell/wrapcheck/v2 v2.3.0 // indirect + github.com/tommy-muehle/go-mnd/v2 v2.4.0 // indirect + github.com/ulikunitz/xz v0.5.10 // indirect + github.com/ultraware/funlen v0.0.3 // indirect + github.com/ultraware/whitespace v0.0.4 // indirect + github.com/uudashr/gocognit v1.0.5 // indirect + github.com/vbatts/tar-split v0.11.2 // indirect + github.com/vbauerster/mpb/v7 v7.4.1 // indirect + github.com/vincent-petithory/dataurl v1.0.0 // indirect + github.com/vmware/govmomi v0.27.4 // indirect + github.com/xlab/treeprint v1.1.0 // indirect + github.com/yeya24/promlinter v0.1.0 // indirect + go.etcd.io/bbolt v1.3.6 // indirect + go.mongodb.org/mongo-driver v1.9.0 // indirect go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 // indirect - go.starlark.net v0.0.0-20211203141949-70c0e40ae128 // indirect - golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce - golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba - golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 - golang.org/x/sync v0.0.0-20210220032951-036812b2e83c - golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 // indirect - golang.org/x/tools v0.1.8 - google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 // indirect - google.golang.org/grpc v1.43.0 // indirect - gopkg.in/ini.v1 v1.66.3 // indirect + go.opencensus.io v0.23.0 // indirect + go.starlark.net v0.0.0-20220328144851-d1966c6b9fcd // indirect + golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 // indirect + golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 // indirect + golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect + golang.org/x/text v0.3.7 // indirect + golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 // indirect + golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect + gomodules.xyz/jsonpatch/v2 v2.2.0 // indirect + google.golang.org/api v0.74.0 // indirect + google.golang.org/appengine v1.6.7 // indirect + google.golang.org/genproto v0.0.0-20220405205423-9d709892a2bf // indirect + google.golang.org/grpc v1.45.0 // indirect + google.golang.org/protobuf v1.28.0 // indirect + gopkg.in/go-playground/validator.v9 v9.31.0 // indirect + gopkg.in/inf.v0 v0.9.1 // indirect + gopkg.in/ini.v1 v1.66.4 // indirect gopkg.in/square/go-jose.v2 v2.6.0 // indirect - gotest.tools/gotestsum v1.6.4 - k8s.io/api v0.23.2 - k8s.io/apiextensions-apiserver v0.23.2 - k8s.io/apimachinery v0.23.2 - k8s.io/apiserver v0.23.2 // indirect - k8s.io/cli-runtime v0.23.2 // indirect - k8s.io/client-go v12.0.0+incompatible - k8s.io/code-generator v0.22.1 - k8s.io/component-base v0.23.2 // indirect - k8s.io/klog/v2 v2.40.1 // indirect - k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf // indirect - k8s.io/kubectl v0.23.2 - k8s.io/kubernetes v1.23.2 - k8s.io/utils v0.0.0-20211208161948-7d6a63dca704 // indirect - sigs.k8s.io/cluster-api-provider-aws v1.2.0 // indirect - sigs.k8s.io/cluster-api-provider-azure v1.1.0 - sigs.k8s.io/cluster-api-provider-openstack v0.5.0 // indirect - sigs.k8s.io/controller-runtime v0.11.0 - sigs.k8s.io/controller-tools v0.6.3-0.20210916130746-94401651a6c3 - sigs.k8s.io/kustomize/api v0.10.1 // indirect - sigs.k8s.io/kustomize/kyaml v0.13.1 // indirect + gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect + gopkg.in/yaml.v2 v2.4.0 // indirect + gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect + honnef.co/go/tools v0.2.1 // indirect + k8s.io/apiserver v0.23.5 // indirect + k8s.io/cli-runtime v0.23.5 // indirect + k8s.io/component-base v0.23.5 // indirect + k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c // indirect + k8s.io/klog v1.0.0 // indirect + k8s.io/klog/v2 v2.60.1 // indirect + k8s.io/kube-openapi v0.0.0-20220401212409-b28bf2818661 // indirect + k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect + mvdan.cc/gofumpt v0.1.1 // indirect + mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed // indirect + mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b // indirect + mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7 // indirect + sigs.k8s.io/cluster-api-provider-aws v1.4.0 // indirect + sigs.k8s.io/cluster-api-provider-openstack v0.5.3 // indirect + sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect + sigs.k8s.io/kustomize/api v0.11.4 // indirect + sigs.k8s.io/kustomize/kyaml v0.13.6 // indirect sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect sigs.k8s.io/yaml v1.3.0 // indirect ) @@ -240,6 +464,7 @@ replace ( github.com/Unknwon/com => github.com/unknwon/com v1.0.1 github.com/clarketm/json => github.com/clarketm/json v1.15.7 // Later versions not compatible with Go 1.16 github.com/cockroachdb/sentry-go => github.com/getsentry/sentry-go v0.11.0 + github.com/docker/spdystream => github.com/docker/spdystream v0.1.0 github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.8 // Replace old GoGo Protobuf versions https://nvd.nist.gov/vuln/detail/CVE-2021-3121 github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2 @@ -248,36 +473,37 @@ replace ( // https://www.whitesourcesoftware.com/vulnerability-database/WS-2018-0594 github.com/satori/go.uuid => github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b github.com/satori/uuid => github.com/satori/uuid v1.2.1-0.20181028125025-b2ce2384e17b + github.com/spf13/pflag => github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace github.com/spf13/viper => github.com/spf13/viper v1.7.1 github.com/terraform-providers/terraform-provider-aws => github.com/openshift/terraform-provider-aws v1.60.1-0.20200630224953-76d1fb4e5699 github.com/terraform-providers/terraform-provider-azurerm => github.com/openshift/terraform-provider-azurerm v1.40.1-0.20200707062554-97ea089cc12a github.com/terraform-providers/terraform-provider-ignition/v2 => github.com/community-terraform-providers/terraform-provider-ignition/v2 v2.1.0 - k8s.io/api => k8s.io/api v0.22.0 - k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.22.0 - k8s.io/apimachinery => k8s.io/apimachinery v0.22.0 - k8s.io/apiserver => k8s.io/apiserver v0.22.0 - k8s.io/cli-runtime => k8s.io/cli-runtime v0.22.0 - k8s.io/client-go => k8s.io/client-go v0.22.0 - k8s.io/cloud-provider => k8s.io/cloud-provider v0.22.0 - k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.22.0 - k8s.io/code-generator => k8s.io/code-generator v0.22.0 - k8s.io/component-base => k8s.io/component-base v0.22.0 - k8s.io/component-helpers => k8s.io/component-helpers v0.22.0 - k8s.io/controller-manager => k8s.io/controller-manager v0.22.0 - k8s.io/cri-api => k8s.io/cri-api v0.22.0 - k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.22.0 - k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.22.0 - k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.22.0 - k8s.io/kube-proxy => k8s.io/kube-proxy v0.22.0 - k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.22.0 - k8s.io/kubectl => k8s.io/kubectl v0.22.0 - k8s.io/kubelet => k8s.io/kubelet v0.22.0 - k8s.io/kubernetes => k8s.io/kubernetes v1.22.0 - k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.22.0 - k8s.io/metrics => k8s.io/metrics v0.22.0 - k8s.io/mount-utils => k8s.io/mount-utils v0.22.0 - k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.22.0 - k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.22.0 + k8s.io/api => k8s.io/api v0.23.0 + k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.23.0 + k8s.io/apimachinery => k8s.io/apimachinery v0.23.0 + k8s.io/apiserver => k8s.io/apiserver v0.23.0 + k8s.io/cli-runtime => k8s.io/cli-runtime v0.23.0 + k8s.io/client-go => k8s.io/client-go v0.23.0 + k8s.io/cloud-provider => k8s.io/cloud-provider v0.23.0 + k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.23.0 + k8s.io/code-generator => k8s.io/code-generator v0.23.0 + k8s.io/component-base => k8s.io/component-base v0.23.0 + k8s.io/component-helpers => k8s.io/component-helpers v0.23.0 + k8s.io/controller-manager => k8s.io/controller-manager v0.23.0 + k8s.io/cri-api => k8s.io/cri-api v0.23.0 + k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.23.0 + k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.23.0 + k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.23.0 + k8s.io/kube-proxy => k8s.io/kube-proxy v0.23.0 + k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.23.0 + k8s.io/kubectl => k8s.io/kubectl v0.23.0 + k8s.io/kubelet => k8s.io/kubelet v0.23.0 + k8s.io/kubernetes => k8s.io/kubernetes v1.23.0 + k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.23.0 + k8s.io/metrics => k8s.io/metrics v0.23.0 + k8s.io/mount-utils => k8s.io/mount-utils v0.23.0 + k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.23.0 + k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.23.0 sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.9.1 sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.5.0 ) @@ -296,7 +522,7 @@ replace ( github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.6 github.com/coreos/fcct => github.com/coreos/butane v0.13.1 github.com/coreos/prometheus-operator => github.com/prometheus-operator/prometheus-operator v0.48.1 - github.com/coreos/stream-metadata-go => github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 + github.com/coreos/stream-metadata-go => github.com/coreos/stream-metadata-go v0.1.3 github.com/cortexproject/cortex => github.com/cortexproject/cortex v1.10.0 github.com/deislabs/oras => github.com/oras-project/oras v0.12.0 github.com/etcd-io/bbolt => go.etcd.io/bbolt v1.3.6 @@ -310,23 +536,24 @@ replace ( github.com/influxdata/flux => github.com/influxdata/flux v0.132.0 github.com/knq/sysutil => github.com/chromedp/sysutil v1.0.0 github.com/kshvakov/clickhouse => github.com/ClickHouse/clickhouse-go v1.4.9 - github.com/metal3-io/baremetal-operator => github.com/openshift/baremetal-operator v0.0.0-20210706141527-5240e42f012a // Use OpenShift fork - github.com/metal3-io/baremetal-operator/apis => github.com/openshift/baremetal-operator/apis v0.0.0-20210706141527-5240e42f012a // Use OpenShift fork + github.com/metal3-io/baremetal-operator => github.com/openshift/baremetal-operator v0.0.0-20211201170610-92ffa60c683d // Use OpenShift fork + github.com/metal3-io/baremetal-operator/apis => github.com/openshift/baremetal-operator/apis v0.0.0-20211201170610-92ffa60c683d // Use OpenShift fork + github.com/metal3-io/baremetal-operator/pkg/hardwareutils => github.com/openshift/baremetal-operator/pkg/hardwareutils v0.0.0-20211201170610-92ffa60c683d // Use OpenShift fork github.com/metal3-io/cluster-api-provider-baremetal => github.com/openshift/cluster-api-provider-baremetal v0.0.0-20190821174549-a2a477909c1d // Pin OpenShift fork github.com/mholt/certmagic => github.com/caddyserver/certmagic v0.15.0 - github.com/openshift/api => github.com/openshift/api v0.0.0-20211028023115-7224b732cc14 - github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20210831095141-e19a065e79f7 + github.com/openshift/api => github.com/openshift/api v0.0.0-20220124143425-d74727069f6f + github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20211209144617-7385dd6338e3 github.com/openshift/cloud-credential-operator => github.com/openshift/cloud-credential-operator v0.0.0-20200316201045-d10080b52c9e - github.com/openshift/cluster-api-provider-gcp => github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20211001174514-d92b08844a2b - github.com/openshift/cluster-api-provider-ibmcloud => github.com/openshift/cluster-api-provider-ibmcloud v0.0.1-0.20210806145144-04491027caa8 + github.com/openshift/cluster-api-provider-gcp => github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20211123160814-0d569513f9fa + github.com/openshift/cluster-api-provider-ibmcloud => github.com/openshift/cluster-api-provider-ibmcloud v0.0.0-20211008100740-4d7907adbd6b github.com/openshift/cluster-api-provider-kubevirt => github.com/openshift/cluster-api-provider-kubevirt v0.0.0-20210719100556-9b8bc3666720 - github.com/openshift/cluster-api-provider-libvirt => github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20210623230745-59ae2edf8875 - github.com/openshift/cluster-api-provider-ovirt => github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20220120123528-15a6add2ff5b - github.com/openshift/console-operator => github.com/openshift/console-operator v0.0.0-20220124105820-fdcb82f487fb - github.com/openshift/installer => github.com/jewzaam/installer-aro v0.9.0-master.0.20220208140934-766bcf74e25c - github.com/openshift/library-go => github.com/openshift/library-go v0.0.0-20220125122342-ff51c8a74c7b - github.com/openshift/machine-api-operator => github.com/openshift/machine-api-operator v0.2.1-0.20211203013047-383c9b959b69 - github.com/openshift/machine-config-operator => github.com/openshift/machine-config-operator v0.0.1-0.20211215135312-23d93af42378 + github.com/openshift/cluster-api-provider-libvirt => github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20191219173431-2336783d4603 + github.com/openshift/cluster-api-provider-ovirt => github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20211215231458-35ce9aafee1f + github.com/openshift/console-operator => github.com/openshift/console-operator v0.0.0-20220318130441-e44516b9c315 + github.com/openshift/installer => github.com/jewzaam/installer-aro v0.9.0-master.0.20220524230743-7e2aa7a0cc1a + github.com/openshift/library-go => github.com/openshift/library-go v0.0.0-20220303081124-fb4e7a2872f0 + github.com/openshift/machine-api-operator => github.com/openshift/machine-api-operator v0.2.1-0.20220124104622-668c5b52b104 + github.com/openshift/machine-config-operator => github.com/openshift/machine-config-operator v0.0.1-0.20220319215057-e6ba00b88555 github.com/oras-project/oras-go => oras.land/oras-go v0.4.0 github.com/ovirt/go-ovirt => github.com/ovirt/go-ovirt v0.0.0-20210112072624-e4d3b104de71 github.com/prometheus/prometheus => github.com/prometheus/prometheus v1.8.2-0.20210421143221-52df5ef7a3be @@ -338,12 +565,16 @@ replace ( google.golang.org/cloud => cloud.google.com/go v0.97.0 google.golang.org/grpc => google.golang.org/grpc v1.40.0 k8s.io/klog/v2 => k8s.io/klog/v2 v2.8.0 + k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 k8s.io/kube-state-metrics => k8s.io/kube-state-metrics v1.9.7 mvdan.cc/unparam => mvdan.cc/unparam v0.0.0-20211002133954-f839ab2b2b11 - sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20211213011328-8226e86fa06e - sigs.k8s.io/cluster-api-provider-azure => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20211202014309-184ccedc799e - sigs.k8s.io/cluster-api-provider-openstack => github.com/openshift/cluster-api-provider-openstack v0.0.0-20210820223719-a7442bb18bce - sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.13.0 + sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20210121023454-5ffc5f422a80 + sigs.k8s.io/cluster-api-provider-azure => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20210626224711-5d94c794092f + sigs.k8s.io/cluster-api-provider-openstack => github.com/openshift/cluster-api-provider-openstack v0.0.0-20211111204942-611d320170af + //sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.3.1-0.20200617211605-651903477185 + sigs.k8s.io/kustomize/api => sigs.k8s.io/kustomize/api v0.11.2 + sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.13.3 sigs.k8s.io/structured-merge-diff => sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06 + sourcegraph.com/sourcegraph/go-diff => github.com/sourcegraph/go-diff v0.5.1 vbom.ml/util => github.com/fvbommel/util v0.0.3 ) diff --git a/go.sum b/go.sum index ff20b177d..7b473fa81 100644 --- a/go.sum +++ b/go.sum @@ -1,11 +1,14 @@ 4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a h1:wFEQiK85fRsEVF0CRrPAos5LoAryUsIX1kPW/WrIqFw= 4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a/go.mod h1:wfdC5ZjKSPr7CybKEcgJhUOgeAQW1+7WcyK8OvUilfo= bazil.org/fuse v0.0.0-20160811212531-371fbbdaa898/go.mod h1:Xbm+BRKSBEpa4q4hTSxohYNQpsxXPbPry4JJWOB3LB8= +bazil.org/fuse v0.0.0-20200407214033-5883e5a4b512/go.mod h1:FbcW6z/2VytnFDhZfumh8Ss8zxHE6qpMP5sHTRe0EaM= bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690/go.mod h1:Ulb78X89vxKYgdL24HMTiXYHlyHEvruOj1ZPlqeNEZM= +bitbucket.org/creachadair/shell v0.0.6/go.mod h1:8Qqi/cYk7vPnsOePHroKXDJYmb5x7ENhtiFtfZq8K+M= +cloud.google.com/go v0.31.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= +cloud.google.com/go v0.36.0/go.mod h1:RUoy9p/M4ge0HzT8L+SDZ8jg+Q6fth0CiBuhFJpSV40= cloud.google.com/go v0.37.4/go.mod h1:NHPJ89PdicEuT9hdPXMROBD91xc5uRDxsMtSB16k7hw= cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= -cloud.google.com/go v0.41.0/go.mod h1:OauMR7DV8fzvZIl2qg6rkaIhD/vmgk4iwEw/h6ercmg= cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= @@ -48,13 +51,13 @@ cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUM cloud.google.com/go/bigquery v1.6.0/go.mod h1:hyFDG0qSGdHNz8Q6nDN8rYIkld0q/+5uBZaelxiDLfE= cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= -cloud.google.com/go/bigtable v1.1.0/go.mod h1:B6ByKcIdYmhoyDzmOnQxyOhN6r05qnewYIxxG6L0/b4= cloud.google.com/go/bigtable v1.2.0/go.mod h1:JcVAOl45lrTmQfLj7T6TxyMzIN/3FGGcFm+2xVAli2o= cloud.google.com/go/bigtable v1.5.0/go.mod h1:713PsD2nkJwTioSe6vF/sFCAcjhINJ62cEtKCr8u+F8= cloud.google.com/go/bigtable v1.10.1/go.mod h1:cyHeKlx6dcZCO0oSQucYdauseD8kIENGuDOJPKMCVg8= cloud.google.com/go/compute v0.1.0/go.mod h1:GAesmwr110a34z04OlxYkATPBEfVhkymfTBXtfbBFow= -cloud.google.com/go/compute v1.1.0 h1:pyPhehLfZ6pVzRgJmXGYvCY4K7WSWRhVw0AwhgVvS84= -cloud.google.com/go/compute v1.1.0/go.mod h1:2NIffxgWfORSI7EOYMFatGTfjMLnqrOKBEyYb6NoRgA= +cloud.google.com/go/compute v1.3.0/go.mod h1:cCZiE1NHEtai4wiufUhW8I8S1JKkAnhnQJWM7YD99wM= +cloud.google.com/go/compute v1.5.0 h1:b1zWmYuuHz7gO9kDcM/EpHGr06UgsYNRpNJzI2kFiLM= +cloud.google.com/go/compute v1.5.0/go.mod h1:9SMHyhJlzhlkJqrPAc839t2BZFTSk6Jdj6mkzQJeu0M= cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= @@ -62,6 +65,8 @@ cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2k cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= +cloud.google.com/go/pubsub v1.5.0/go.mod h1:ZEwJccE3z93Z2HWvstpri00jOg7oO4UZDtKhwDwqF0w= +cloud.google.com/go/spanner v1.7.0/go.mod h1:sd3K2gZ9Fd0vMPLXzeCrF6fq4i63Q7aTLW/lBIfBkIk= cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= cloud.google.com/go/storage v1.4.0/go.mod h1:ZusYJWlOshgSBGbt6K3GnB3MT3H1xs2id9+TCl4fDBA= cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= @@ -74,15 +79,23 @@ cloud.google.com/go/storage v1.11.0/go.mod h1:/PAbprKS+5msVYogBmczjWalDXnQ9mr64y cloud.google.com/go/storage v1.15.0/go.mod h1:mjjQMoxxyGH7Jr8K5qrx6N2O0AHsczI61sMNn03GIZI= cloud.google.com/go/trace v0.1.0/go.mod h1:wxEwsoeRVPbeSkt7ZC9nWCgmoKQRAoySN7XHW2AmI7g= collectd.org v0.3.0/go.mod h1:A/8DzQBkF6abtvrT2j/AU/4tiBgJWYyh0y/oB/4MlWE= +contrib.go.opencensus.io/exporter/stackdriver v0.13.4/go.mod h1:aXENhDJ1Y4lIg4EUaVTwzvYETVNZk10Pu26tevFKLUc= +dmitri.shuralyov.com/app/changes v0.0.0-20180602232624-0a106ad413e3/go.mod h1:Yl+fi1br7+Rr3LqpNJf1/uxUdtRUV+Tnj0o93V2B9MU= dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= dmitri.shuralyov.com/gpu/mtl v0.0.0-20201218220906-28db891af037/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= +dmitri.shuralyov.com/html/belt v0.0.0-20180602232347-f7d459c86be0/go.mod h1:JLBrvjyP0v+ecvNYvCpyZgu5/xkfAUhi6wJj28eUfSU= +dmitri.shuralyov.com/service/change v0.0.0-20181023043359-a85b471d5412/go.mod h1:a1inKt/atXimZ4Mv927x+r7UpyzRUf4emIoiiSC2TN4= +dmitri.shuralyov.com/state v0.0.0-20180228185332-28bcc343414c/go.mod h1:0PRwlb0D6DFvNNtx+9ybjezNCa8XF0xaYcETyp6rHWU= github.com/14rcole/gopopulate v0.0.0-20180821133914-b175b219e774/go.mod h1:6/0dYRLLXyJjbkIPeeGyoJ/eKOSI0eU6eTlCBYibgd0= +github.com/AdaLogics/go-fuzz-headers v0.0.0-20210715213245-6c3934b029d8/go.mod h1:CzsSbkDixRphAF5hS6wbMKq0eI6ccJRb7/A0M6JBnwg= github.com/AlecAivazis/survey/v2 v2.2.12/go.mod h1:6d4saEvBsfSHXeN1a5OA5m2+HJ2LuVokllnC77pAIKI= -github.com/AlecAivazis/survey/v2 v2.3.2 h1:TqTB+aDDCLYhf9/bD2TwSO8u8jDSmMUd2SUVO4gCnU8= -github.com/AlecAivazis/survey/v2 v2.3.2/go.mod h1:TH2kPCDU3Kqq7pLbnCWwZXDBjnhZtmsCle5EiYDJ2fg= +github.com/AlecAivazis/survey/v2 v2.3.4 h1:pchTU9rsLUSvWEl2Aq9Pv3k0IE2fkqtGxazskAMd9Ng= +github.com/AlecAivazis/survey/v2 v2.3.4/go.mod h1:hrV6Y/kQCLhIZXGcriDCUBtB3wnN7156gMXJ3+b23xM= github.com/AlekSi/gocov-xml v0.0.0-20190121064608-3a14fb1c4737 h1:JZHBkt0GhM+ARQykshqpI49yaWCHQbJonH3XpDTwMZQ= github.com/AlekSi/gocov-xml v0.0.0-20190121064608-3a14fb1c4737/go.mod h1:w1KSuh2JgIL3nyRiZijboSUwbbxOrTzWwyWVFUHtXBQ= github.com/AndreasBriese/bbloom v0.0.0-20190306092124-e2d15f34fcf9/go.mod h1:bOvUY6CB00SOBii9/FifXqc0awNKxLFCL/+pkDPuyl8= +github.com/Antonboom/errname v0.1.4 h1:lGSlI42Gm4bI1e+IITtXJXvxFM8N7naWimVFKcb0McY= +github.com/Antonboom/errname v0.1.4/go.mod h1:jRXo3m0E0EuCnK3wbsSVH3X55Z4iTDLl6ZfCxwFj4TM= github.com/Azure/azure-pipeline-go v0.2.1/go.mod h1:UGSo8XybXnIGZ3epmeBw7Jdz+HiUVpqIlpz/HKHylF4= github.com/Azure/azure-pipeline-go v0.2.2/go.mod h1:4rQ/NZncSvGqNkkOsNpOU1tgoNuIlp9AfUH5G1tvCHc= github.com/Azure/azure-pipeline-go v0.2.3/go.mod h1:x841ezTBIMG6O3lAcl8ATHnsOPVl2bqk7S3ta6S6u4k= @@ -93,13 +106,14 @@ github.com/Azure/azure-sdk-for-go v35.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9mo github.com/Azure/azure-sdk-for-go v36.2.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go v43.2.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go v45.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= +github.com/Azure/azure-sdk-for-go v47.1.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go v48.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go v51.2.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go v52.5.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go v54.2.1+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-sdk-for-go v55.0.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= -github.com/Azure/azure-sdk-for-go v61.3.0+incompatible h1:k7MKrYcGwX5qh+fC9xVhcEuaZajFfbDYMEgo8oemTLo= -github.com/Azure/azure-sdk-for-go v61.3.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= +github.com/Azure/azure-sdk-for-go v63.1.0+incompatible h1:yNC7qlSUWVF8p0TzxdmWW1FJ3DdIA+0Pge41IU/2+9U= +github.com/Azure/azure-sdk-for-go v63.1.0+incompatible/go.mod h1:9XXNKU+eRnpl9moKnB4QOLf1HestfXbmab5FXxiDBjc= github.com/Azure/azure-storage-blob-go v0.8.0/go.mod h1:lPI3aLPpuLTeUwh1sViKXFxwl2B6teiRqI0deQUvsw0= github.com/Azure/azure-storage-blob-go v0.13.0/go.mod h1:pA9kNqtjUeQF2zOSu4s//nUdBD+e64lEuc4sVnuOfNs= github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8= @@ -113,12 +127,14 @@ github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+B github.com/Azure/go-autorest/autorest v0.9.2/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI= github.com/Azure/go-autorest/autorest v0.10.0/go.mod h1:/FALq9T/kS7b5J5qsQ+RSTUdAmGFqi0vUdVNNx8q630= github.com/Azure/go-autorest/autorest v0.11.3/go.mod h1:JFgpikqFJ/MleTTxwepExTKnFUKKszPS8UavbQYUMuw= -github.com/Azure/go-autorest/autorest v0.11.6/go.mod h1:V6p3pKZx1KKkJubbxnDWrzNhEIfOy/pTGasLqzHIPHs= github.com/Azure/go-autorest/autorest v0.11.9/go.mod h1:eipySxLmqSyC5s5k1CLupqet0PSENBEDP93LQ9a8QYw= +github.com/Azure/go-autorest/autorest v0.11.10/go.mod h1:eipySxLmqSyC5s5k1CLupqet0PSENBEDP93LQ9a8QYw= +github.com/Azure/go-autorest/autorest v0.11.12/go.mod h1:eipySxLmqSyC5s5k1CLupqet0PSENBEDP93LQ9a8QYw= github.com/Azure/go-autorest/autorest v0.11.17/go.mod h1:eipySxLmqSyC5s5k1CLupqet0PSENBEDP93LQ9a8QYw= github.com/Azure/go-autorest/autorest v0.11.18/go.mod h1:dSiJPy22c3u0OtOKDNttNgqpNFY/GeWa7GH/Pz56QRA= -github.com/Azure/go-autorest/autorest v0.11.24 h1:1fIGgHKqVm54KIPT+q8Zmd1QlVsmHqeUGso5qm2BqqE= github.com/Azure/go-autorest/autorest v0.11.24/go.mod h1:G6kyRlFnTuSbEYkQGawPfsCswgme4iYf6rfSKUDzbCc= +github.com/Azure/go-autorest/autorest v0.11.25 h1:yp+V8DGur2aIUE87ebP8twPLz6k68jtJTlg61mEoByA= +github.com/Azure/go-autorest/autorest v0.11.25/go.mod h1:7l8ybrIdUmGqZMTD0sRtAr8NvbHjfofbf8RSP2q7w7U= github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0= github.com/Azure/go-autorest/autorest/adal v0.6.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= github.com/Azure/go-autorest/autorest/adal v0.8.0/go.mod h1:Z6vX6WXXuyieHAXwMj0S6HY6e6wcHn37qQMBQlvY3lc= @@ -126,7 +142,6 @@ github.com/Azure/go-autorest/autorest/adal v0.8.1-0.20191028180845-3492b2aff503/ github.com/Azure/go-autorest/autorest/adal v0.8.2/go.mod h1:ZjhuQClTqx435SRJ2iMlOxPYt3d2C/T/7TiQCVZSn3Q= github.com/Azure/go-autorest/autorest/adal v0.9.0/go.mod h1:/c022QCutn2P7uY+/oQWWNcK9YU+MH96NgK+jErpbcg= github.com/Azure/go-autorest/autorest/adal v0.9.2/go.mod h1:/3SMAM86bP6wC9Ev35peQDUeqFZBMH07vvUOmg4z/fE= -github.com/Azure/go-autorest/autorest/adal v0.9.4/go.mod h1:/3SMAM86bP6wC9Ev35peQDUeqFZBMH07vvUOmg4z/fE= github.com/Azure/go-autorest/autorest/adal v0.9.5/go.mod h1:B7KF7jKIeC9Mct5spmyCB/A8CG/sEz1vwIRGv/bbw7A= github.com/Azure/go-autorest/autorest/adal v0.9.11/go.mod h1:nBKAnTomx8gDtl+3ZCJv2v0KACFHWTB2drffI1B68Pk= github.com/Azure/go-autorest/autorest/adal v0.9.13/go.mod h1:W/MM4U6nLxnIskrw4UwWzlHfGjwUS50aOsc/I3yuU8M= @@ -141,7 +156,6 @@ github.com/Azure/go-autorest/autorest/azure/cli v0.2.0/go.mod h1:WWTbGPvkAg3I4ms github.com/Azure/go-autorest/autorest/azure/cli v0.3.0/go.mod h1:rNYMNAefZMRowqCV0cVhr/YDW5dD7afFq9nXAXL4ykE= github.com/Azure/go-autorest/autorest/azure/cli v0.3.1/go.mod h1:ZG5p860J94/0kI9mNJVoIoLgXcirM2gF5i2kWloofxw= github.com/Azure/go-autorest/autorest/azure/cli v0.4.0/go.mod h1:JljT387FplPzBA31vUcvsetLKF3pec5bdAxjVU4kI2s= -github.com/Azure/go-autorest/autorest/azure/cli v0.4.1/go.mod h1:JfDgiIO1/RPu6z42AdQTyjOoCM2MFhLqSBDvMEkDgcg= github.com/Azure/go-autorest/autorest/azure/cli v0.4.2/go.mod h1:7qkJkT+j6b+hIpzMOwPChJhTqS8VbsqqgULzMNRugoM= github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 h1:0W/yGmFdTIT77fvdlGZ0LMISoLHFJ7Tx4U0yeB+uFs4= github.com/Azure/go-autorest/autorest/azure/cli v0.4.5/go.mod h1:ADQAXrkgm7acgWVUNamOgh8YNrv4p27l3Wc55oVfpzg= @@ -153,8 +167,9 @@ github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxB github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0= github.com/Azure/go-autorest/autorest/mocks v0.3.0/go.mod h1:a8FDP3DYzQ4RYfVAxAN3SVSiiO77gL2j2ronKKP0syM= github.com/Azure/go-autorest/autorest/mocks v0.4.0/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= -github.com/Azure/go-autorest/autorest/mocks v0.4.1 h1:K0laFcLE6VLTOwNgSxaGbUcLPuGXlNkbVvq4cW4nIHk= github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= +github.com/Azure/go-autorest/autorest/mocks v0.4.2 h1:PGN4EDXnuQbojHbU0UWoNvmu9AGVwYHG9/fkDYhtAfw= +github.com/Azure/go-autorest/autorest/mocks v0.4.2/go.mod h1:Vy7OitM9Kei0i1Oj+LvyAWMXJHeKH1MVlzFugfVrmyU= github.com/Azure/go-autorest/autorest/to v0.3.0/go.mod h1:MgwOyqaIuKdG4TL/2ywSsIWKAfJfgHDo8ObuUk3t5sA= github.com/Azure/go-autorest/autorest/to v0.4.0 h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk= github.com/Azure/go-autorest/autorest/to v0.4.0/go.mod h1:fE8iZBn7LQR7zH/9XU2NcPR4o9jEImooCeWJcYV/zLE= @@ -171,14 +186,10 @@ github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbt github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= github.com/Azure/go-ntlmssp v0.0.0-20180810175552-4a21cbd618b4/go.mod h1:chxPXzSsl7ZWRAuOIE23GDNzjWuZquvFlgA8xmpunjU= -github.com/Azure/go-ntlmssp v0.0.0-20191115210519-2b2be6cc8ed4/go.mod h1:chxPXzSsl7ZWRAuOIE23GDNzjWuZquvFlgA8xmpunjU= github.com/Azure/go-ntlmssp v0.0.0-20200615164410-66371956d46c/go.mod h1:chxPXzSsl7ZWRAuOIE23GDNzjWuZquvFlgA8xmpunjU= github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802 h1:1BDTz0u9nC3//pOCMdNH+CiXJVYJh5UQNCOBG7jbELc= github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/BurntSushi/xgbutil v0.0.0-20160919175755-f7c97cef3b4e h1:4ZrkT/RzpnROylmoQL57iVUL57wGKTR5O6KpVnbm2tA= -github.com/BurntSushi/xgbutil v0.0.0-20160919175755-f7c97cef3b4e/go.mod h1:uw9h2sd4WWHOPdJ13MQpwK5qYWKYDumDqxWWIknEQ+k= github.com/ChrisTrenkamp/goxpath v0.0.0-20170922090931-c385f95c6022/go.mod h1:nuWgzSkT5PnyOd+272uUmV0dnAnAn42Mk7PiQC5VzN4= github.com/ChrisTrenkamp/goxpath v0.0.0-20190607011252-c5096ec8773d/go.mod h1:nuWgzSkT5PnyOd+272uUmV0dnAnAn42Mk7PiQC5VzN4= github.com/ClickHouse/clickhouse-go v1.4.9/go.mod h1:EaI/sW7Azgz9UATzd5ZdZHRUhHgv5+JMS9NSr2smCJI= @@ -187,16 +198,15 @@ github.com/CloudyKit/jet/v3 v3.0.0/go.mod h1:HKQPgSJmdK8hdoAbKUUWajkHyHo4RaU5rMd github.com/DATA-DOG/go-sqlmock v1.4.1/go.mod h1:f/Ixk793poVmq4qj/V1dPUg2JEAKC73Q5eFN3EC/SaM= github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= github.com/Djarvur/go-err113 v0.0.0-20200410182137-af658d038157/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs= -github.com/Djarvur/go-err113 v0.0.0-20200511133814-5174e21577d5/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs= -github.com/Djarvur/go-err113 v0.1.0 h1:uCRZZOdMQ0TZPHYTdYpoC0bLYJKPEHPUJ8MeAa51lNU= -github.com/Djarvur/go-err113 v0.1.0/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs= -github.com/GoogleCloudPlatform/k8s-cloud-provider v0.0.0-20200415212048-7901bc822317/go.mod h1:DF8FZRxMHMGv/vP2lQP6h+dYzzjpuRn24VeRiYn3qjQ= +github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 h1:sHglBQTwgx+rWPdisA5ynNEsoARbiCBOyGcJM4/OzsM= +github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24/go.mod h1:4UJr5HIiMZrwgkSPdsjy2uOQExX/WEILpIrO9UPGuXs= +github.com/GoogleCloudPlatform/k8s-cloud-provider v1.16.1-0.20210702024009-ea6160c1d0e3/go.mod h1:8XasY4ymP2V/tn2OOV9ZadmiTE1FIB/h3W+yNlPttKw= github.com/HdrHistogram/hdrhistogram-go v1.0.1/go.mod h1:BWJ+nMSHY3L41Zj7CA3uXnloDp7xxV0YvstAE7nKTaM= github.com/HdrHistogram/hdrhistogram-go v1.1.0/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= github.com/HdrHistogram/hdrhistogram-go v1.1.2/go.mod h1:yDgFjdqOqDEKOvasDdhWNXYg9BVp4O+o5f6V/ehm6Oo= github.com/IBM-Cloud/bluemix-go v0.0.0-20210611051827-cdc80c935c05/go.mod h1:kqTYO0mts71aa8PVwviaKlCKYud/NbEkFIqU8aHH3/g= -github.com/IBM-Cloud/bluemix-go v0.0.0-20220119131246-2af2dee48688 h1:5ALK84zg9m4WTLusG+4RziEQsO2TDSs0Z1jeCRgQr34= -github.com/IBM-Cloud/bluemix-go v0.0.0-20220119131246-2af2dee48688/go.mod h1:q0fXFSbum/16D8Mgn1ROSfSyX4BmvBCm/hHdcXz0wCU= +github.com/IBM-Cloud/bluemix-go v0.0.0-20220407050707-b4cd0d4da813 h1:UgPApMMM6SglqB+U/EaFHyaoyaEM16RzxyiVah70g4o= +github.com/IBM-Cloud/bluemix-go v0.0.0-20220407050707-b4cd0d4da813/go.mod h1:UOhxo7T8CdX6sdTY9Dn7rJSgyoTlz1KM9641XcPraH0= github.com/IBM-Cloud/ibm-cloud-cli-sdk v0.5.3/go.mod h1:RiUvKuHKTBmBApDMUQzBL14pQUGKcx/IioKQPIcRQjs= github.com/IBM-Cloud/power-go-client v1.0.55/go.mod h1:I4r5tCrA8mV5GFqGAJG4/Tn+/JpR+XLnDCLLNVKJxuI= github.com/IBM/apigateway-go-sdk v0.0.0-20210714141226-a5d5d49caaca/go.mod h1:IjXrnOcTe92Q4pEBHmui3H/GM1hw5Pd0zXA5cw5/iZU= @@ -218,21 +228,20 @@ github.com/IBM/go-sdk-core/v5 v5.2.0/go.mod h1:vyNdbFujJtdTj9HbihtvKwwS3k/GKSKpO github.com/IBM/go-sdk-core/v5 v5.4.0/go.mod h1:+MNa5Jbqb9FO7KEevo982Pb/YXr4adkyEffJlPs2TGc= github.com/IBM/go-sdk-core/v5 v5.4.2/go.mod h1:Sn+z+qTDREQvCr+UFa22TqqfXNxx3o723y8GsfLV8e0= github.com/IBM/go-sdk-core/v5 v5.4.3/go.mod h1:Sn+z+qTDREQvCr+UFa22TqqfXNxx3o723y8GsfLV8e0= -github.com/IBM/go-sdk-core/v5 v5.6.5/go.mod h1:tt/B9rxLkRtglE7pvqLuYikgCXaZFL3btdruJaoUeek= -github.com/IBM/go-sdk-core/v5 v5.8.2/go.mod h1:axE2JrRq79gIJTjKPBwV6gWHswvVptBjbcvvCPIxARM= -github.com/IBM/go-sdk-core/v5 v5.9.1 h1:06pXbD9Rgmqqe2HA5YAeQbB4eYRRFgIoOT+Kh3cp1zo= -github.com/IBM/go-sdk-core/v5 v5.9.1/go.mod h1:axE2JrRq79gIJTjKPBwV6gWHswvVptBjbcvvCPIxARM= +github.com/IBM/go-sdk-core/v5 v5.8.0/go.mod h1:+YbdhrjCHC84ls4MeBp+Hj4NZCni+tDAc0XQUqRO9Jc= +github.com/IBM/go-sdk-core/v5 v5.9.5 h1:+uMyHpOyBlFFd/I0PB+7JqqXOPY2DzRR0tbBjTc4d/g= +github.com/IBM/go-sdk-core/v5 v5.9.5/go.mod h1:YlOwV9LeuclmT/qi/LAK2AsobbAP42veV0j68/rlZsE= github.com/IBM/ibm-cos-sdk-go v1.3.1/go.mod h1:YLBAYobEA8bD27P7xpMwSQeNQu6W3DNBtBComXrRzRY= github.com/IBM/ibm-cos-sdk-go v1.7.0/go.mod h1:Oi8AC5WNDhmUJgbo1GL2FtBdo0nRgbzE/1HmCL1SERU= github.com/IBM/ibm-cos-sdk-go-config v1.2.0/go.mod h1:Wetfgv6m1xyuzpZLQTTLIBsWstxjYa15h+Utj7x53Dk= github.com/IBM/keyprotect-go-client v0.7.0/go.mod h1:SVr2ylV/fhSQPDiUjWirN9fsyWFCNNbt8GIT8hPJVjE= github.com/IBM/networking-go-sdk v0.14.0/go.mod h1:8f3hEoWVUSYKbaIj7WZhdeJaseYGDSY85Iz+PqxLEbQ= -github.com/IBM/networking-go-sdk v0.24.0 h1:3AE23TBbcsB/2c15kuHuAnXlUom5FHMqxGxBRA94WS8= -github.com/IBM/networking-go-sdk v0.24.0/go.mod h1:vX/4URo6J6e6QCDhsntk6OAA4G27jp+v3+ZMb9WyBQY= +github.com/IBM/networking-go-sdk v0.28.0 h1:kdZnHb9SaVd/NgYFpOlXfXSA8Q/mASBGaiAECxVI2i4= +github.com/IBM/networking-go-sdk v0.28.0/go.mod h1:tVxXclpQs8nQJYPTr9ZPNC1voaPNQLy8iy/72oVfFtM= github.com/IBM/platform-services-go-sdk v0.18.12/go.mod h1:awc7TZUeGMlToSeMSaWEz34Knf0lQnuGWumcI4pcuoM= github.com/IBM/platform-services-go-sdk v0.18.16/go.mod h1:awc7TZUeGMlToSeMSaWEz34Knf0lQnuGWumcI4pcuoM= -github.com/IBM/platform-services-go-sdk v0.22.7 h1:mSTuhMx/t5KLWP2Y87qKjnmW2/PJiYdbZHXPFOIPEn0= -github.com/IBM/platform-services-go-sdk v0.22.7/go.mod h1:0moTvGSCdWiSKPmXejOpblpfya/VgDSeG+x9Tjxy+qI= +github.com/IBM/platform-services-go-sdk v0.24.0 h1:E6dYo+0SvJpXoDeP7T+1INWlwqE6k1/xZupC9la/kZk= +github.com/IBM/platform-services-go-sdk v0.24.0/go.mod h1:kzN2JboXZjsewjZSrfIcxPFDGLFIAhJYFoyb6NFmF20= github.com/IBM/push-notifications-go-sdk v0.0.0-20210310100607-5790b96c47f5/go.mod h1:b07XHUVh0XYnQE9s2mqgjYST1h9buaQNqN4EcKhOsX0= github.com/IBM/schematics-go-sdk v0.0.2/go.mod h1:ymN1+3uEaWNT0RthwHzExxMiN0AnTh6W3piSY8canjs= github.com/IBM/secrets-manager-go-sdk v0.1.19/go.mod h1:eO3dBhzPrHkkt+yPex/jB2xD6qHZxBko+Aw+0tfqHeA= @@ -241,6 +250,7 @@ github.com/IBM/vpc-go-sdk v0.7.0/go.mod h1:wxicPDnSTPXt1eNxSO/9KNGqOW9RMgxPoSh4g github.com/IBM/vpc-go-sdk v1.0.1 h1:D2cu4KRsM8Q8bLWz/uxp8m7nzUm33mcgDv1sD0w/E8M= github.com/IBM/vpc-go-sdk v1.0.1/go.mod h1:bhd7r482lV30UJz46r2oRgYGawGEo+TuS41ZLIY65y0= github.com/InVisionApp/go-health v2.1.0+incompatible/go.mod h1:/+Gv1o8JUsrjC6pi6MN6/CgKJo4OqZ6x77XAnImrzhg= +github.com/InVisionApp/go-logger v1.0.1/go.mod h1:+cGTDSn+P8105aZkeOfIhdd7vFO5X1afUHcjvanY0L8= github.com/JeffAshton/win_pdh v0.0.0-20161109143554-76bb4ee9f0ab/go.mod h1:3VYc5hodBMJ5+l/7J4xAyMeuM2PNuepvHlGs8yilUCA= github.com/Joker/hpp v1.0.0/go.mod h1:8x5n+M1Hp5hC0g8okX3sR3vFQwynaX/UgSOM9MeBKzY= github.com/Knetic/govaluate v3.0.1-0.20171022003610-9aa49832a739+incompatible/go.mod h1:r7JcOSlj0wfOMncg0iLm8Leh48TZaKVeNIfJntJ2wa0= @@ -252,7 +262,7 @@ github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF0 github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww= github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y= github.com/Masterminds/semver/v3 v3.1.0/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs= -github.com/Masterminds/sprig v2.20.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o= +github.com/Masterminds/sprig v2.15.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o= github.com/Masterminds/sprig v2.22.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o= github.com/Masterminds/sprig/v3 v3.1.0/go.mod h1:ONGMf7UfYGAbMXCZmQLy8x3lCDIPrEZE/rU8pmrbihA= github.com/Masterminds/squirrel v0.0.0-20161115235646-20f192218cf5/go.mod h1:xnKTFzjGUiZtiOagBsfnvomW+nJg2usB1ZpordQWqNM= @@ -264,34 +274,43 @@ github.com/Microsoft/go-winio v0.4.15-0.20190919025122-fc70bd9a86b5/go.mod h1:tT github.com/Microsoft/go-winio v0.4.15/go.mod h1:tTuCMEN+UleMWgg9dVx4Hu52b1bJo+59jBh3ajtinzw= github.com/Microsoft/go-winio v0.4.16/go.mod h1:XB6nPKklQyQ7GC9LdcBEcBl8PF76WugXOPRXwdLnMv0= github.com/Microsoft/go-winio v0.4.17-0.20210211115548-6eac466e5fa3/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= +github.com/Microsoft/go-winio v0.4.17-0.20210324224401-5516f17a5958/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= github.com/Microsoft/go-winio v0.4.17/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= github.com/Microsoft/go-winio v0.5.0/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= -github.com/Microsoft/go-winio v0.5.1 h1:aPJp2QD7OOrhO5tQXqQoGSJc+DjDtWTGLOmNyAm6FgY= github.com/Microsoft/go-winio v0.5.1/go.mod h1:JPGBdM1cNvN/6ISo+n8V5iA4v8pBzdOpzfwIujj1a84= +github.com/Microsoft/go-winio v0.5.2 h1:a9IhgEQBCUEk6QCdml9CiJGhAws+YwffDHEMp1VMrpA= +github.com/Microsoft/go-winio v0.5.2/go.mod h1:WpS1mjBmmwHBEWmogvA2mj8546UReBk4v8QkMxJ6pZY= github.com/Microsoft/hcsshim v0.8.9/go.mod h1:5692vkUqntj1idxauYlpoINNKeqCiG6Sg38RRsjT5y8= -github.com/Microsoft/hcsshim v0.8.10-0.20200715222032-5eafd1556990/go.mod h1:ay/0dTb7NsG8QMDfsRfLHgZo/6xAJShLe1+ePPflihk= github.com/Microsoft/hcsshim v0.8.15/go.mod h1:x38A4YbHbdxJtc0sF6oIz+RG0npwSCAvn69iY6URG00= +github.com/Microsoft/hcsshim v0.8.16/go.mod h1:o5/SZqmR7x9JNKsW3pu+nqHm0MF8vbA+VxGOoXdC600= github.com/Microsoft/hcsshim v0.8.20/go.mod h1:+w2gRZ5ReXQhFOrvSQeNfhrYB/dg3oDwTOcER2fw4I4= github.com/Microsoft/hcsshim v0.8.22/go.mod h1:91uVCVzvX2QD16sMCenoxxXo6L1wJnLMX2PSufFMtF0= +github.com/Microsoft/hcsshim v0.8.23/go.mod h1:4zegtUJth7lAvFyc6cH2gGQ5B3OFQim01nnU2M8jKDg= github.com/Microsoft/hcsshim v0.9.2/go.mod h1:7pLA8lDk46WKDWlVsENo92gC0XFa8rbKfyFRBqxEbCc= github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ= github.com/NYTimes/gziphandler v1.1.1/go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c= github.com/Netflix/go-expect v0.0.0-20180615182759-c93bf25de8e8/go.mod h1:oX5x61PbNXchhh0oikYAH+4Pcfw5LKv21+Jnpr6r6Pc= -github.com/Netflix/go-expect v0.0.0-20190729225929-0e00d9168667 h1:l2RCK7mjLhjfZRIcCXTVHI34l67IRtKASBjusViLzQ0= github.com/Netflix/go-expect v0.0.0-20190729225929-0e00d9168667/go.mod h1:oX5x61PbNXchhh0oikYAH+4Pcfw5LKv21+Jnpr6r6Pc= +github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2 h1:+vx7roKuyA63nhn5WAunQHLTznkw5W8b1Xc0dNjp83s= +github.com/Netflix/go-expect v0.0.0-20220104043353-73e0943537d2/go.mod h1:HBCaDeC1lPdgDeDbhX8XFpy1jqjK0IBG8W5K+xYqA0w= github.com/Nvveen/Gotty v0.0.0-20120604004816-cd527374f1e5/go.mod h1:lmUJ/7eu/Q8D7ML55dXQrVaamCz2vxCfdQBasLZfHKk= github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= github.com/OpenPeeDeeP/depguard v1.0.0/go.mod h1:7/4sitnI9YlQgTLLk734QlzXT8DuHVnAyztLplQjk+o= github.com/OpenPeeDeeP/depguard v1.0.1 h1:VlW4R6jmBIv3/u1JNlawEvJMM4J+dPORPaZasQee8Us= github.com/OpenPeeDeeP/depguard v1.0.1/go.mod h1:xsIw86fROiiwelg+jB2uM9PiKihMMmUx/1V+TNhjQvM= -github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= +github.com/PaesslerAG/gval v1.0.0/go.mod h1:y/nm5yEyTeX6av0OfKJNp9rBNj2XrGhAf5+v24IBN1I= +github.com/PaesslerAG/jsonpath v0.1.0/go.mod h1:4BzmtoM/PI8fPO4aQGIusjGxGir2BzcV0grWtFzq1Y8= +github.com/PaesslerAG/jsonpath v0.1.1/go.mod h1:lVboNxFGal/VwW6d9JzIy56bUsYAP6tH/x80vjnCseY= +github.com/ProtonMail/go-crypto v0.0.0-20210428141323-04723f9f07d7/go.mod h1:z4/9nQmJSSwwds7ejkxaJwO37dru3geImFUdJlaLzQo= +github.com/ProtonMail/go-crypto v0.0.0-20210920160938-87db9fbc61c7/go.mod h1:z4/9nQmJSSwwds7ejkxaJwO37dru3geImFUdJlaLzQo= +github.com/ProtonMail/go-crypto v0.0.0-20220113124808-70ae35bab23f/go.mod h1:z4/9nQmJSSwwds7ejkxaJwO37dru3geImFUdJlaLzQo= github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= github.com/PuerkitoBio/purell v1.1.1 h1:WEQqlqaGbrPkxLJWfBwQmfEAE1Z7ONdDLqrN38tNFfI= github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= -github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 h1:d+Bc7a5rLufV/sSk/8dngufqelfh6jnri85riMAaF/M= github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= github.com/QcloudApi/qcloud_sign_golang v0.0.0-20141224014652-e4130a326409/go.mod h1:1pk82RBxDY/JZnPQrtqHlUFfCctgdorsd9M06fMynOM= +github.com/RangelReale/osincli v0.0.0-20160924135400-fababb0555f2/go.mod h1:XyjUkMA8GN+tOOPXvnbi3XuRxWFvTJntqvTFnjmhzbk= github.com/SAP/go-hdb v0.14.1/go.mod h1:7fdQLVC2lER3urZLjZCm0AuMQfApof92n3aylBPEkMo= github.com/ScaleFT/sshkeys v0.0.0-20200327173127-6142f742bca5/go.mod h1:gxOHeajFfvGQh/fxlC8oOKBe23xnnJTif00IFFbiT+o= github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398/go.mod h1:a1uqRtAwp2Xwc6WNPJEufxJ7fx3npB4UV/JOLmbu5I0= @@ -299,6 +318,7 @@ github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWX github.com/Shopify/sarama v1.27.2/go.mod h1:g5s5osgELxgM+Md9Qni9rzo7Rbt+vvFQI4bt/Mc93II= github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI= github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg= +github.com/StackExchange/wmi v1.2.1/go.mod h1:rcmrprowKIVzvc+NUiLncP2uuArMWLCbu9SBzvHz7e8= github.com/VividCortex/ewma v1.1.1/go.mod h1:2Tkkvm3sRDVXaiyucHiACn4cqf7DpdyLvmxzcbUokwA= github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow= github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4= @@ -307,10 +327,12 @@ github.com/a8m/tree v0.0.0-20210115125333-10a5fd5b637d/go.mod h1:FSdwKX97koS5efg github.com/abdullin/seq v0.0.0-20160510034733-d5467c17e7af/go.mod h1:5Jv4cbFiHJMsVxt52+i0Ha45fjshj6wxYr1r19tB9bw= github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8= github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d/go.mod h1:asat636LX7Bqt5lYEZ27JNDcqxfjdBQuJ/MM4CN/Lzo= +github.com/acomagu/bufpipe v1.0.3/go.mod h1:mxdxdup/WdsKVreO5GpW4+M/1CE2sMG4jeGJ2sYmHc4= github.com/afex/hystrix-go v0.0.0-20180502004556-fa1af6a1f4f5/go.mod h1:SkGFH1ia65gfNATL8TAiHDNxPzPdmEL5uirI2Uyuz6c= github.com/agext/levenshtein v1.2.1/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= github.com/agext/levenshtein v1.2.2/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= github.com/agext/levenshtein v1.2.3/go.mod h1:JEDfjyjHDjOF/1e4FlBE/PkbqA9OfWu2ki2W0IB5558= +github.com/agiledragon/gomonkey/v2 v2.3.1/go.mod h1:ap1AmDzcVOAz1YpeJ3TCzIgstoaWLA6jbbgxfB4w2iY= github.com/agl/ed25519 v0.0.0-20150830182803-278e1ec8e8a6/go.mod h1:WPjqKcmVOxf0XSf3YxCJs6N6AOSrOx3obionmG7T0y0= github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412/go.mod h1:WPjqKcmVOxf0XSf3YxCJs6N6AOSrOx3obionmG7T0y0= github.com/agnivade/levenshtein v1.0.1/go.mod h1:CURSv5d9Uaml+FovSIICkLbAUZ9S4RqaHDIsdSBg7lM= @@ -326,16 +348,55 @@ github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRF github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= github.com/alecthomas/units v0.0.0-20210208195552-ff826a37aa15/go.mod h1:OMCwj8VM1Kc9e19TLln2VL61YJF0x1XFtfdL4JdbSyE= +github.com/alexflint/go-filemutex v1.1.0/go.mod h1:7P4iRhttt/nUvUOrYIhcpMzv2G6CY9UnI16Z+UJqRyk= +github.com/alexkohler/prealloc v1.0.0 h1:Hbq0/3fJPQhNkN0dR95AVrr6R7tou91y0uHG5pOcUuw= +github.com/alexkohler/prealloc v1.0.0/go.mod h1:VetnK3dIgFBBKmg0YnD9F9x6Icjd+9cvfHR56wJVlKE= +github.com/alibabacloud-go/cs-20151215/v2 v2.4.4/go.mod h1:pIg8PCfRO6qSylVbW9BiG6q0zaYCP/aIKCCEwsuvbPg= +github.com/alibabacloud-go/darabonba-openapi v0.1.4/go.mod h1:j03z4XUkIC9aBj/w5Bt7H0cygmPNt5sug8NXle68+Og= +github.com/alibabacloud-go/darabonba-openapi v0.1.5/go.mod h1:j03z4XUkIC9aBj/w5Bt7H0cygmPNt5sug8NXle68+Og= +github.com/alibabacloud-go/darabonba-string v1.0.0/go.mod h1:93cTfV3vuPhhEwGGpKKqhVW4jLe7tDpo3LUM0i0g6mA= +github.com/alibabacloud-go/debug v0.0.0-20190504072949-9472017b5c68/go.mod h1:6pb/Qy8c+lqua8cFpEy7g39NRRqOWc3rOwAy8m5Y2BY= +github.com/alibabacloud-go/endpoint-util v1.1.0/go.mod h1:O5FuCALmCKs2Ff7JFJMudHs0I5EBgecXXxZRyswlEjE= +github.com/alibabacloud-go/openapi-util v0.0.7/go.mod h1:sQuElr4ywwFRlCCberQwKRFhRzIyG4QTP/P4y1CJ6Ws= +github.com/alibabacloud-go/tea v1.1.0/go.mod h1:IkGyUSX4Ba1V+k4pCtJUc6jDpZLFph9QMy2VUPTwukg= +github.com/alibabacloud-go/tea v1.1.7/go.mod h1:/tmnEaQMyb4Ky1/5D+SE1BAsa5zj/KeGOFfwYm3N/p4= +github.com/alibabacloud-go/tea v1.1.8/go.mod h1:/tmnEaQMyb4Ky1/5D+SE1BAsa5zj/KeGOFfwYm3N/p4= +github.com/alibabacloud-go/tea v1.1.11/go.mod h1:/tmnEaQMyb4Ky1/5D+SE1BAsa5zj/KeGOFfwYm3N/p4= +github.com/alibabacloud-go/tea v1.1.15/go.mod h1:nXxjm6CIFkBhwW4FQkNrolwbfon8Svy6cujmKFUq98A= +github.com/alibabacloud-go/tea v1.1.17/go.mod h1:nXxjm6CIFkBhwW4FQkNrolwbfon8Svy6cujmKFUq98A= +github.com/alibabacloud-go/tea-roa v1.3.0/go.mod h1:Cdv5rQZqx9V8kYbAHSfvCgYR6KXRnbuM12piJOjssYY= +github.com/alibabacloud-go/tea-roa-utils v1.1.5/go.mod h1:7mkMI3FZEm4LGKIR1322y0N6N9EC0R1G/oXvzQjf1fQ= +github.com/alibabacloud-go/tea-rpc v1.2.0/go.mod h1:zwKwxuf92liNsPcLOxPdrkvR5Dq6jtX2du6qx8FT094= +github.com/alibabacloud-go/tea-rpc-utils v1.1.2/go.mod h1:V5HdNi6Xdn0JMpgVhQ19vsFAS51tydr7BqcJtuXH1Yw= +github.com/alibabacloud-go/tea-utils v1.3.0/go.mod h1:EI/o33aBfj3hETm4RLiAxF/ThQdSngxrpF8rKUDJjPE= +github.com/alibabacloud-go/tea-utils v1.3.1/go.mod h1:EI/o33aBfj3hETm4RLiAxF/ThQdSngxrpF8rKUDJjPE= +github.com/alibabacloud-go/tea-utils v1.3.5/go.mod h1:EI/o33aBfj3hETm4RLiAxF/ThQdSngxrpF8rKUDJjPE= +github.com/alibabacloud-go/tea-utils v1.3.6/go.mod h1:EI/o33aBfj3hETm4RLiAxF/ThQdSngxrpF8rKUDJjPE= +github.com/alibabacloud-go/tea-utils v1.3.9/go.mod h1:EI/o33aBfj3hETm4RLiAxF/ThQdSngxrpF8rKUDJjPE= github.com/alicebob/gopher-json v0.0.0-20200520072559-a9ecdc9d1d3a/go.mod h1:SGnFV6hVsYE877CKEZ6tDNTjaSXYUk6QqoIK6PrAtcc= github.com/alicebob/miniredis/v2 v2.14.3/go.mod h1:gquAfGbzn92jvtrSC69+6zZnwSODVXVpYDRaGhWaL6I= github.com/aliyun/alibaba-cloud-sdk-go v0.0.0-20190329064014-6e358769c32a/go.mod h1:T9M45xf79ahXVelWoOBmH0y4aC1t5kXO5BxwyakgIGA= +github.com/aliyun/alibaba-cloud-sdk-go v1.61.1264/go.mod h1:9CMdKNL3ynIGPpfTcdwTvIm8SGuAZYYC4jFVSSvE1YQ= +github.com/aliyun/alibaba-cloud-sdk-go v1.61.1550 h1:4OAB2kIEtbJ01IqPcUgJCHun0kJYMY0e+zK8TmYjCl4= +github.com/aliyun/alibaba-cloud-sdk-go v1.61.1550/go.mod h1:RcDobYh8k5VP6TNybz9m++gL3ijVI5wueVr0EM10VsU= +github.com/aliyun/aliyun-datahub-sdk-go v0.1.5/go.mod h1:GwtZxKUD+aLBrtlkEcyPNAx+jRkBioEC7EKOlQ26lTc= +github.com/aliyun/aliyun-log-go-sdk v0.1.27/go.mod h1:aBG0R+MWRTgvlIODQkz+a3/RM9bQYKsmSbKdbIx4vpc= +github.com/aliyun/aliyun-mns-go-sdk v0.0.0-20210305050620-d1b5875bda58/go.mod h1:eD/mEH7SwtLSwI9p8fP9VTH2cYM3wFSY1WNaxEdLIFU= github.com/aliyun/aliyun-oss-go-sdk v0.0.0-20190103054945-8205d1f41e70/go.mod h1:T/Aws4fEfogEE9v+HPhhw+CntffsBHJ8nXQCwKr0/g8= github.com/aliyun/aliyun-oss-go-sdk v2.0.4+incompatible/go.mod h1:T/Aws4fEfogEE9v+HPhhw+CntffsBHJ8nXQCwKr0/g8= +github.com/aliyun/aliyun-oss-go-sdk v2.1.8+incompatible/go.mod h1:T/Aws4fEfogEE9v+HPhhw+CntffsBHJ8nXQCwKr0/g8= +github.com/aliyun/aliyun-oss-go-sdk v2.2.2+incompatible h1:9gWa46nstkJ9miBReJcN8Gq34cBFbzSpQZVVT9N09TM= +github.com/aliyun/aliyun-oss-go-sdk v2.2.2+incompatible/go.mod h1:T/Aws4fEfogEE9v+HPhhw+CntffsBHJ8nXQCwKr0/g8= github.com/aliyun/aliyun-tablestore-go-sdk v4.1.2+incompatible/go.mod h1:LDQHRZylxvcg8H7wBIDfvO5g/cy4/sz1iucBlc2l3Jw= +github.com/aliyun/aliyun-tablestore-go-sdk v4.1.3+incompatible/go.mod h1:LDQHRZylxvcg8H7wBIDfvO5g/cy4/sz1iucBlc2l3Jw= +github.com/aliyun/credentials-go v1.1.2/go.mod h1:ozcZaMR5kLM7pwtCMEpVmQ242suV6qTJya2bDq4X1Tw= +github.com/aliyun/fc-go-sdk v0.0.0-20200925033337-c013428cbe21/go.mod h1:X4Pc3TFz4LRXaQPhyzBU4Ec8pL/QvaJ36CFtLJsroIM= +github.com/aliyun/terraform-provider-alicloud v1.153.0/go.mod h1:VNIGyQaCSD8U5A3u/OiYEy4snKmil1XzjAtHGqMloD4= github.com/alvaroloes/enumer v1.1.2 h1:5khqHB33TZy1GWCO/lZwcroBFh7u+0j40T83VUbfAMY= github.com/alvaroloes/enumer v1.1.2/go.mod h1:FxrjvuXoDAx9isTJrv4c+T410zFi0DtXIT0m65DJ+Wo= github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8= github.com/andybalholm/brotli v1.0.0/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y= +github.com/andybalholm/brotli v1.0.1/go.mod h1:loMXtMfwqflxFJPmdbJO0a3KNoPuLBgiu3qAvBg8x/Y= github.com/andybalholm/crlf v0.0.0-20171020200849-670099aa064f/go.mod h1:k8feO4+kXDxro6ErPXBRTJ/ro2mf0SsFG8s7doP9kJE= github.com/anmitsu/go-shlex v0.0.0-20161002113705-648efa622239/go.mod h1:2FmKhYUyUczH0OGQWaF5ceTx0UBShxjsH6f8oGKYe2c= github.com/antchfx/xpath v0.0.0-20190129040759-c8489ed3251e/go.mod h1:Yee4kTMuNiPYJ7nSNorELQMr1J33uOpXDMByNYhvtNk= @@ -343,12 +404,15 @@ github.com/antchfx/xpath v1.1.2/go.mod h1:Yee4kTMuNiPYJ7nSNorELQMr1J33uOpXDMByNY github.com/antchfx/xquery v0.0.0-20180515051857-ad5b8c7a47b0/go.mod h1:LzD22aAzDP8/dyiCKFp31He4m2GPjl0AFyzDtZzUu9M= github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6/go.mod h1:V8iCPQYkqmusNa815XgQio277wI47sdRh1dUOLdyC6Q= github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= +github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20210826220005-b48c857c3a0e/go.mod h1:F7bn7fEU90QkQ3tnmaTx3LTKLEDqnwWODIYppRQ5hnY= +github.com/aokoli/goutils v1.0.1/go.mod h1:SijmP0QR8LtwsmDs8Yii5Z/S4trXFGFC2oO5g9DP+DQ= github.com/apache/arrow/go/arrow v0.0.0-20191024131854-af6fa24be0db/go.mod h1:VTxUBvSJ3s3eHAg65PNgrsn5BtqCRPdmyXh6rAfdxN0= github.com/apache/arrow/go/arrow v0.0.0-20200601151325-b2287a20f230/go.mod h1:QNYViu/X0HXDHw7m3KXzWSVXIbfUvJqBFe6Gj8/pYA0= github.com/apache/arrow/go/arrow v0.0.0-20210722123801-4591d76fce28/go.mod h1:2qMFB56yOP3KzkB3PbYZ4AlUFg3a88F67TIx5lB/WwY= github.com/apache/openwhisk-client-go v0.0.0-20200201143223-a804fb82d105/go.mod h1:jLLKYP7+1+LFlIJW1n9U1gqeveLM1HIwa4ZHNOFxjPw= github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= github.com/apache/thrift v0.13.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= +github.com/apache/thrift v0.15.0/go.mod h1:PHK3hniurgQaNMZYaCLEqXKsYK8upmhPbmdP2FXSqgU= github.com/apparentlymart/go-cidr v1.0.0/go.mod h1:EBcsNrHc3zQeuaeCeCtQruQm+n9/YjEn/vI25Lg7Gwc= github.com/apparentlymart/go-cidr v1.0.1/go.mod h1:EBcsNrHc3zQeuaeCeCtQruQm+n9/YjEn/vI25Lg7Gwc= github.com/apparentlymart/go-cidr v1.1.0 h1:2mAhrMoF+nhXqxTzSZMUzDHkLjmIHC+Zzn4tdgBZjnU= @@ -360,14 +424,13 @@ github.com/apparentlymart/go-textseg/v12 v12.0.0/go.mod h1:S/4uRK2UtaQttw1GenVJE github.com/apparentlymart/go-textseg/v13 v13.0.0/go.mod h1:ZK2fH7c4NqDTLtiYLvIkEghdlcqw7yxLeM89kiTRPUo= github.com/apparentlymart/go-userdirs v0.0.0-20200915174352-b0c018a67c13/go.mod h1:7kfpUbyCdGJ9fDRCp3fopPQi5+cKNHgTE4ZuNrO71Cw= github.com/apparentlymart/go-versions v0.0.2-0.20180815153302-64b99f7cb171/go.mod h1:JXY95WvQrPJQtudvNARshgWajS7jNNlM90altXIPNyI= -github.com/apparentlymart/go-versions v1.0.0/go.mod h1:YF5j7IQtrOAOnsGkniupEA5bfCjzd7i14yu0shZavyM= +github.com/apparentlymart/go-versions v1.0.1/go.mod h1:YF5j7IQtrOAOnsGkniupEA5bfCjzd7i14yu0shZavyM= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/circbuf v0.0.0-20190214190532-5111143e8da2/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= github.com/armon/go-metrics v0.3.6/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/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= -github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5 h1:0CwZNZbxp69SHPdPJAN/hZIm0C4OItdklCFmMRWYpio= github.com/armon/go-socks5 v0.0.0-20160902184237-e75332964ef5/go.mod h1:wHh0iHkYZB8zMSxRWpUBQtwG5a7fFgvEO+odwuTv2gs= github.com/aryann/difflib v0.0.0-20170710044230-e206f873d14a/go.mod h1:DAHtR1m6lCRdSC2Tm3DSWRPvIPr6xNKyeHdqDQSQT+A= github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= @@ -377,6 +440,10 @@ github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535/go.mod h1:o github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d h1:Byv0BzEl3/e6D5CLfI0j/7hiIEtvGVFPCZ7Ei2oq8iQ= github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= +github.com/ashanbrown/forbidigo v1.2.0 h1:RMlEFupPCxQ1IogYOQUnIQwGEUGK8g5vAPMRyJoSxbc= +github.com/ashanbrown/forbidigo v1.2.0/go.mod h1:vVW7PEdqEFqapJe95xHkTfB1+XvZXBFg8t0sG2FIxmI= +github.com/ashanbrown/makezero v0.0.0-20210520155254-b6261585ddde h1:YOsoVXsZQPA9aOTy1g0lAJv5VzZUvwQuZqug8XPeqfM= +github.com/ashanbrown/makezero v0.0.0-20210520155254-b6261585ddde/go.mod h1:oG9Dnez7/ESBqc4EdrdNlryeo7d0KcW1ftXHm7nU/UU= github.com/ashcrow/osrelease v0.0.0-20180626175927-9b292693c55c/go.mod h1:BRljTyotlu+6N+Qlu5MhjxpdmccCnp9lDvZjNNV8qr4= github.com/auth0/go-jwt-middleware v1.0.1/go.mod h1:YSeUX3z6+TF2H+7padiEqNJ73Zy9vXW72U//IgN0BIM= github.com/awalterschulze/gographviz v0.0.0-20190522210029-fa59802746ab/go.mod h1:GEV5wmg4YquNw7v1kkyoX9etIk8yVmXj+AkDHuuETHs= @@ -385,7 +452,9 @@ github.com/aws/aws-sdk-go v1.15.78/go.mod h1:E3/ieXAlvM0XWO57iftYVDLLvQ824smPP3A github.com/aws/aws-sdk-go v1.17.7/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.19.11/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.19.39/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= +github.com/aws/aws-sdk-go v1.23.20/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.25.3/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= +github.com/aws/aws-sdk-go v1.25.37/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.25.47/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.27.0/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= github.com/aws/aws-sdk-go v1.28.8/go.mod h1:KmX6BPdI08NWTb3/sm4ZGu5ShLoqVDhKgpiN924inxo= @@ -394,19 +463,20 @@ github.com/aws/aws-sdk-go v1.30.28/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZve github.com/aws/aws-sdk-go v1.31.9/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0= github.com/aws/aws-sdk-go v1.31.11/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0= github.com/aws/aws-sdk-go v1.32.3/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0= -github.com/aws/aws-sdk-go v1.34.21/go.mod h1:5zCpMtNQVjRREroY7sYe8lOMRSxkhG6MZveU8YkpAk0= github.com/aws/aws-sdk-go v1.34.28/go.mod h1:H7NKnBqNVzoTJpGfLrQkkD+ytBA93eiDYi/+8rV9s48= github.com/aws/aws-sdk-go v1.35.20/go.mod h1:tlPOdRjfxPBpNIwqDj61rmsnA85v9jc0Ps9+muhnW+k= github.com/aws/aws-sdk-go v1.35.24/go.mod h1:tlPOdRjfxPBpNIwqDj61rmsnA85v9jc0Ps9+muhnW+k= +github.com/aws/aws-sdk-go v1.36.30/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= +github.com/aws/aws-sdk-go v1.37.0/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= +github.com/aws/aws-sdk-go v1.37.4/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= github.com/aws/aws-sdk-go v1.38.3/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= -github.com/aws/aws-sdk-go v1.38.23/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= github.com/aws/aws-sdk-go v1.38.35/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= github.com/aws/aws-sdk-go v1.38.43/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= github.com/aws/aws-sdk-go v1.38.49/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= github.com/aws/aws-sdk-go v1.38.68/go.mod h1:hcU610XS61/+aQV88ixoOzUoG7v3b31pl2zKMmprdro= github.com/aws/aws-sdk-go v1.40.11/go.mod h1:585smgzpB/KqRA+K3y/NL/oYRqQvpNJYvLm+LY1U59Q= -github.com/aws/aws-sdk-go v1.42.40 h1:oZ+hyhorrkYdT23YO8s0eWBp9Fg8k4HsAFL3n0V25WA= -github.com/aws/aws-sdk-go v1.42.40/go.mod h1:OGr6lGMAKGlG9CVrYnWYDKIyb829c6EVBRjxqjmPepc= +github.com/aws/aws-sdk-go v1.43.34 h1:8+P+773CDgQqN1eLH1QHT6XgXHUbME3sAbDGszzjajY= +github.com/aws/aws-sdk-go v1.43.34/go.mod h1:y4AeaBuwd2Lk+GepC1E9v0qOiTws0MIWAX4oIKwKHZo= github.com/aws/aws-sdk-go-v2 v0.18.0/go.mod h1:JWVYvqSMppoMJC0x5wdwiImzgXTI9FuZwxzkQq9wy+g= github.com/aws/aws-sdk-go-v2 v1.7.0/go.mod h1:tb9wi5s61kTDA5qCkcDbt3KRVV74GGslQkl/DRdX/P4= github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.5.0/go.mod h1:acH3+MQoiMzozT/ivU+DbRg7Ooo2298RdRaWcOv+4vM= @@ -415,10 +485,12 @@ github.com/axw/gocov v1.0.0 h1:YsqYR66hUmilVr23tu8USgnJIJvnwh3n7j5zRn7x4LU= github.com/axw/gocov v1.0.0/go.mod h1:LvQpEYiwwIb2nYkXY2fDWhg9/AsYqkhmrCshjlUJECE= github.com/aymerick/raymond v2.0.3-0.20180322193309-b565731e1464+incompatible/go.mod h1:osfaiScAUVup+UC9Nfq76eWqDhXlp+4UYaA8uhTBO6g= github.com/baidubce/bce-sdk-go v0.9.81/go.mod h1:zbYJMQwE4IZuyrJiFO8tO8NbtYiKTFTbwh4eIsqjVdg= +github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f h1:ZNv7On9kyUzm7fvRZumSyy/IUiSC7AzL0I1jKKtwooA= github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f/go.mod h1:AuiFmCCPBSrqvVMvuqFuk0qogytodnVFVSN5CeJB8Gc= github.com/beevik/etree v1.1.0/go.mod h1:r8Aw8JqVegEf0w2fDnATrX9VpkMcyFeM0FhwO62wh+A= github.com/beevik/ntp v0.2.0/go.mod h1:hIHWr+l3+/clUnF44zdK+CWW7fO8dR5cIylAQ76NRpg= github.com/benbjohnson/clock v1.0.3/go.mod h1:bGMdMPoPVvcYyt1gHDf4J2KE153Yf9BuiUKYMaxlTDM= +github.com/benbjohnson/clock v1.1.0/go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA= github.com/benbjohnson/immutable v0.2.1/go.mod h1:uc6OHo6PN2++n98KHLxW8ef4W42ylHiQSENghE1ezxI= github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= @@ -426,9 +498,7 @@ github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= github.com/bflad/gopaniccheck v0.1.0/go.mod h1:ZCj2vSr7EqVeDaqVsWN4n2MwdROx1YL+LFo47TSWtsA= github.com/bflad/tfproviderdocs v0.6.0/go.mod h1:W6wVZPtBa6V5bpjaK1eJAoVCL/7B4Amfrld0dro+fHU= -github.com/bflad/tfproviderdocs v0.7.0/go.mod h1:W6wVZPtBa6V5bpjaK1eJAoVCL/7B4Amfrld0dro+fHU= github.com/bflad/tfproviderlint v0.14.0/go.mod h1:1Jtjs6DPKoyqPrbPyMiy33h0ViO2h831uzoOuikCA60= -github.com/bflad/tfproviderlint v0.18.0/go.mod h1:0fdh7JywihC58Io8AZ+gpcmQtJggse0MCOXF2tMmnAQ= github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d/go.mod h1:6QX/PXZ00z/TKoufEY6K/a0k6AhaJrQKdFe6OfVXsa4= github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= github.com/bitly/go-hostpool v0.0.0-20171023180738-a3a6125de932/go.mod h1:NOuUCSz6Q9T7+igc/hlvDOUdtWKryOrtFyIVABv/p7k= @@ -436,8 +506,9 @@ github.com/bits-and-blooms/bitset v1.2.0/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edY github.com/bits-and-blooms/bitset v1.2.1/go.mod h1:gIdJ4wp64HaoK2YrL1Q5/N7Y16edYb8uY+O0FJTyyDA= github.com/bkaradzic/go-lz4 v1.0.0/go.mod h1:0YdlkowM3VswSROI7qDxhRvJ3sLhlFrRRwjwegp5jy4= github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= +github.com/bkielbasa/cyclop v1.2.0 h1:7Jmnh0yL2DjKfw28p86YTd/B4lRGcNuu12sKE35sM7A= +github.com/bkielbasa/cyclop v1.2.0/go.mod h1:qOI0yy6A7dYC4Zgsa72Ppm9kONl0RoIlPbzot9mhmeI= github.com/blang/semver v3.5.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= -github.com/blang/semver v3.5.1+incompatible h1:cQNTCjp13qL8KC3Nbxr/y2Bqb63oX6wdnnjpJbkM4JQ= github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= github.com/blang/semver/v4 v4.0.0/go.mod h1:IbckMUScFkM3pff0VJDNKRiT6TG/YpiHIM2yvyW5YoQ= github.com/bmatcuk/doublestar v1.1.5/go.mod h1:wiQtGV+rzVYxB7WIlirSN++5HPtPlXEo9MEoZQC/PmE= @@ -446,25 +517,23 @@ github.com/bmatcuk/doublestar v1.3.2/go.mod h1:wiQtGV+rzVYxB7WIlirSN++5HPtPlXEo9 github.com/bmizerany/assert v0.0.0-20160611221934-b7ed37b82869/go.mod h1:Ekp36dRnpXw/yCqJaO+ZrUyxD+3VXMFFr56k5XYrpB4= github.com/bmizerany/pat v0.0.0-20170815010413-6226ea591a40/go.mod h1:8rLXio+WjiTceGBHIoTvn60HIbs7Hm7bcHjyrSqYB9c= github.com/boltdb/bolt v1.3.1/go.mod h1:clJnj/oiGkjum5o1McbSZDSLxVThjynRyGBgiAx27Ps= -github.com/bombsimon/wsl v1.2.5 h1:9gTOkIwVtoDZywvX802SDHokeX4kW1cKnV8ZTVAPkRs= -github.com/bombsimon/wsl v1.2.5/go.mod h1:43lEF/i0kpXbLCeDXL9LMT8c92HyBywXb0AsgMHYngM= github.com/bombsimon/wsl/v3 v3.0.0/go.mod h1:st10JtZYLE4D5sC7b8xV4zTKZwAQjCH/Hy2Pm1FNZIc= -github.com/bombsimon/wsl/v3 v3.1.0 h1:E5SRssoBgtVFPcYWUOFJEcgaySgdtTNYzsSKDOY7ss8= -github.com/bombsimon/wsl/v3 v3.1.0/go.mod h1:st10JtZYLE4D5sC7b8xV4zTKZwAQjCH/Hy2Pm1FNZIc= +github.com/bombsimon/wsl/v3 v3.3.0 h1:Mka/+kRLoQJq7g2rggtgQsjuI/K5Efd87WX96EWFxjM= +github.com/bombsimon/wsl/v3 v3.3.0/go.mod h1:st10JtZYLE4D5sC7b8xV4zTKZwAQjCH/Hy2Pm1FNZIc= github.com/bonitoo-io/go-sql-bigquery v0.3.4-1.4.0/go.mod h1:J4Y6YJm0qTWB9aFziB7cPeSyc6dOZFyJdteSeybVpXQ= github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc/go.mod h1:paBWMcWSl3LHKBqUq+rly7CNSldXjb2rDl3JlRe0mD8= +github.com/bradfitz/go-smtpd v0.0.0-20170404230938-deb6d6237625/go.mod h1:HYsPBTaaSFSlLx/70C2HPIMNZpVV8+vt/A+FMnYP11g= github.com/bradfitz/gomemcache v0.0.0-20190913173617-a41fca850d0b/go.mod h1:H0wQNHz2YrLsuXOZozoeDmnHXkNCRmMW0gwFWDfEZDA= github.com/brancz/gojsontoyaml v0.0.0-20190425155809-e8bd32d46b3d/go.mod h1:IyUJYN1gvWjtLF5ZuygmxbnsAyP3aJS6cHzIuZY50B0= github.com/brancz/kube-rbac-proxy v0.8.0/go.mod h1:j7cg7LCsVWhOLBwJWxPxn5q/tZpFp6KH1KB6Jq4ixOo= github.com/bruth/assert v0.0.0-20130823105606-de420fa3b72e/go.mod h1:MT8TZkfLPRir91B19sXF7pmKBma+n6ecyjbqgXabchs= github.com/bsm/go-vlq v0.0.0-20150828105119-ec6e8d4f5f4e/go.mod h1:N+BjUcTjSxc2mtRGSCPsat1kze3CUtvJN3/jTXlp29k= github.com/btubbs/datetime v0.1.0/go.mod h1:n2BZ/2ltnRzNiz27aE3wUb2onNttQdC+WFxAoks5jJM= -github.com/btubbs/datetime v0.1.1/go.mod h1:n2BZ/2ltnRzNiz27aE3wUb2onNttQdC+WFxAoks5jJM= +github.com/buger/jsonparser v1.1.1/go.mod h1:6RYKKt7H4d4+iWqouImQ9R2FZql3VbhNgx27UK13J/0= github.com/bugsnag/bugsnag-go v1.5.3/go.mod h1:2oa8nejYd4cQ/b0hMIopN0lCRxU0bueqREvZLWFrtK8= github.com/bugsnag/panicwrap v1.2.0/go.mod h1:D/8v3kj0zr8ZAKg1AQ6crr+5VwKN5eIywRkfhyM/+dE= github.com/c-bata/go-prompt v0.2.5/go.mod h1:vFnjEGDIIA/Lib7giyE4E9c50Lvl8j0S+7FVlAwDAVw= github.com/c4milo/gotoolkit v0.0.0-20170704181456-e37eeabad07e/go.mod h1:txokOny9wavBtq2PWuHmj1P+eFwpCsj+gQeNNANChfU= -github.com/c4milo/gotoolkit v0.0.0-20190525173301-67483a18c17a/go.mod h1:txokOny9wavBtq2PWuHmj1P+eFwpCsj+gQeNNANChfU= github.com/cactus/go-statsd-client/statsd v0.0.0-20200423205355-cb0885a1018c/go.mod h1:l/bIBLeOl9eX+wxJAzxS4TveKRtAqlyDpHjhkfO0MEI= github.com/campoy/embedmd v1.0.0/go.mod h1:oxyr9RCiSXg0M3VJ3ks0UGfp98BpSSGr0kpiX3MzVl8= github.com/casbin/casbin/v2 v2.1.2/go.mod h1:YcPU1XXisHhLzuxH9coDNf2FbKpjGlbCg3n9yuLkIJQ= @@ -474,6 +543,7 @@ github.com/cenkalti/backoff v2.2.1+incompatible/go.mod h1:90ReRw6GdpyfrHakVjL/QH github.com/cenkalti/backoff/v4 v4.0.2/go.mod h1:eEew/i+1Q6OrCDZh3WiXYv3+nJwBASZ8Bog/87DQnVg= github.com/cenkalti/backoff/v4 v4.1.0/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw= github.com/cenkalti/backoff/v4 v4.1.1/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw= +github.com/cenkalti/backoff/v4 v4.1.2/go.mod h1:scbssz8iZGpm3xbr14ovlUdkxfGXNInqkPWOWmG2CLw= github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= github.com/certifi/gocertifi v0.0.0-20191021191039-0944d244cd40/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA= github.com/certifi/gocertifi v0.0.0-20200922220541-2c3bb06c6054/go.mod h1:sGbDF6GwGcLpkNXPUTkMRoywsNa/ol15pxFe6ERfguA= @@ -483,7 +553,12 @@ github.com/cespare/xxhash/v2 v2.1.0/go.mod h1:dgIUBU3pDso/gPgZ1osOZ0iQf77oPR28Tj github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= github.com/cespare/xxhash/v2 v2.1.2 h1:YRXhKfTDauu4ajMg1TPgFO5jnlC2HCbmLXMcTG5cbYE= github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= +github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 h1:7aWHqerlJ41y6FOsEUvknqgXnGmJyJSbjhAWq5pO4F8= github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5/go.mod h1:/iP1qXHoty45bqomnu2LM+VVyAEdWN+vtSHGlQgyxbw= +github.com/charithe/durationcheck v0.0.8 h1:cnZrThioNW9gSV5JsRIXmkyHUbcDH7Y9hkzFDVc9/j0= +github.com/charithe/durationcheck v0.0.8/go.mod h1:SSbRIBVfMjCi/kEB6K65XEA83D6prSM8ap1UCpNKtgg= +github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af h1:spmv8nSH9h5oCQf40jt/ufBCt9j0/58u4G+rkeMqXGI= +github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af/go.mod h1:Qjyv4H3//PWVzTeCezG2b9IRn6myJxJSr4TD/xo6ojU= github.com/checkpoint-restore/go-criu/v4 v4.1.0/go.mod h1:xUQBLp4RLc5zJtWY++yjOoMoB5lihDt7fai+75m+rGw= github.com/checkpoint-restore/go-criu/v5 v5.0.0/go.mod h1:cfwC0EG7HMUenopBsUf9d89JlCLQIfgVcNsNN0t6T2M= github.com/checkpoint-restore/go-criu/v5 v5.3.0/go.mod h1:E/eQpaFtUKGOOSEBZgmKAcn+zUUwWxqcaKZlF54wK8E= @@ -495,11 +570,9 @@ github.com/chromedp/sysutil v1.0.0/go.mod h1:kgWmDdq8fTzXYcKIBqIYvRRTnYb9aNS9moA github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/cilium/ebpf v0.0.0-20200110133405-4032b1d8aae3/go.mod h1:MA5e5Lr8slmEg9bt0VpxxWqJlO4iwu3FBdHUzV7wQVg= github.com/cilium/ebpf v0.0.0-20200702112145-1c8d4c9ef775/go.mod h1:7cR51M8ViRLIdUjrmSXlK9pkrsDlLHbO8jiB8X8JnOc= github.com/cilium/ebpf v0.2.0/go.mod h1:To2CFviqOWL/M0gIMsvSMlqe7em/l1ALkX1PyjrX2Qs= github.com/cilium/ebpf v0.4.0/go.mod h1:4tRaxcgiL706VnOzHOdBlY8IEAIdxINsQBcU4xJJXRs= -github.com/cilium/ebpf v0.5.0/go.mod h1:4tRaxcgiL706VnOzHOdBlY8IEAIdxINsQBcU4xJJXRs= github.com/cilium/ebpf v0.6.1/go.mod h1:4tRaxcgiL706VnOzHOdBlY8IEAIdxINsQBcU4xJJXRs= github.com/cilium/ebpf v0.6.2/go.mod h1:4tRaxcgiL706VnOzHOdBlY8IEAIdxINsQBcU4xJJXRs= github.com/cilium/ebpf v0.7.0/go.mod h1:/oI2+1shJiTGAMgl6/RgJr36Eo1jzrRcAWbcXO2usCA= @@ -526,26 +599,41 @@ github.com/codahale/etm v0.0.0-20141003032925-c00c9e6fb4c9/go.mod h1:jy75q4Q7stk github.com/codegangsta/inject v0.0.0-20150114235600-33e0aa1cb7c0/go.mod h1:4Zcjuz89kmFXt9morQgcfYZAYZ5n8WHjt81YYWIwtTM= github.com/community-terraform-providers/terraform-provider-ignition/v2 v2.1.0/go.mod h1:0reAZvVLhna+mtZ5RcHH4W8iGwM7ZEAK3Y8TCgn9+ZQ= github.com/container-storage-interface/spec v1.5.0/go.mod h1:8K96oQNkJ7pFcC2R9Z1ynGGBB1I93kcS6PGg3SsOk8s= +github.com/containerd/aufs v1.0.0/go.mod h1:kL5kd6KM5TzQjR79jljyi4olc1Vrx6XBlcyj3gNv2PU= +github.com/containerd/btrfs v1.0.0/go.mod h1:zMcX3qkXTAi9GI50+0HOeuV8LU2ryCE/V2vG/ZBiTss= github.com/containerd/cgroups v0.0.0-20190919134610-bf292b21730f/go.mod h1:OApqhQ4XNSNC13gXIwDjhOQxjWa/NxkwZXJ1EvqT0ko= -github.com/containerd/cgroups v0.0.0-20200531161412-0dbf7f05ba59/go.mod h1:pA0z1pT8KYB3TCXK/ocprsh7MAkoW8bZVzPdih9snmM= github.com/containerd/cgroups v0.0.0-20200824123100-0b889c03f102/go.mod h1:s5q4SojHctfxANBDvMeIaIovkq29IP48TKAxnhYRxvo= +github.com/containerd/cgroups v0.0.0-20210114181951-8a68de567b68/go.mod h1:ZJeTFisyysqgcCdecO57Dj79RfL0LNeGiFUqLYQRYLE= github.com/containerd/cgroups v1.0.1/go.mod h1:0SJrPIenamHDcZhEcJMNBB85rHcUsw4f25ZfBiPYRkU= +github.com/containerd/cgroups v1.0.3/go.mod h1:/ofk34relqNjSGyqPrmEULrO4Sc8LJhvJmWbUCUKqj8= github.com/containerd/console v0.0.0-20180822173158-c12b1e7919c1/go.mod h1:Tj/on1eG8kiEhd0+fhSDzsPAFESxzBBvdyEgyryXffw= github.com/containerd/console v0.0.0-20191206165004-02ecf6a7291e/go.mod h1:8Pf4gM6VEbTNRIT26AyyU7hxdQU3MvAvxVI0sc00XBE= github.com/containerd/console v1.0.1/go.mod h1:XUsP6YE/mKtz6bxc+I8UiKKTP04qjQL4qcS3XoQ5xkw= github.com/containerd/console v1.0.2/go.mod h1:ytZPjGgY2oeTkAONYafi2kSj0aYggsf8acV1PGKCbzQ= github.com/containerd/console v1.0.3/go.mod h1:7LqA/THxQ86k76b8c/EMSiaJ3h1eZkMkXar0TQ1gf3U= +github.com/containerd/containerd v1.4.11/go.mod h1:bC6axHOhabU15QhwfG7w5PipXdVtMXFTttgp+kVtyUA= +github.com/containerd/containerd v1.5.8/go.mod h1:YdFSv5bTFLpG2HIYmfqDpSYYTDX+mc5qtSuYx1YUb/s= +github.com/containerd/containerd v1.6.1/go.mod h1:1nJz5xCZPusx6jJU8Frfct988y0NpumIq9ODB0kLtoE= github.com/containerd/continuity v0.0.0-20190426062206-aaeac12a7ffc/go.mod h1:GL3xCUCBDV3CZiTSEKksMWbLE66hEyuu9qyDOOqM47Y= github.com/containerd/continuity v0.0.0-20200413184840-d3ef23f19fbb/go.mod h1:Dq467ZllaHgAtVp4p1xUQWBrFXR9s/wyoTpG8zOJGkY= +github.com/containerd/continuity v0.0.0-20210208174643-50096c924a4e/go.mod h1:EXlVlkqNba9rJe3j7w3Xa924itAMLgZH4UD/Q4PExuQ= github.com/containerd/continuity v0.1.0/go.mod h1:ICJu0PwR54nI0yPEnJ6jcS+J7CZAUXrLh8lPo2knzsM= +github.com/containerd/continuity v0.2.2/go.mod h1:pWygW9u7LtS1o4N/Tn0FoCFDIXZ7rxcMX7HX1Dmibvk= github.com/containerd/fifo v0.0.0-20190226154929-a9fb20d87448/go.mod h1:ODA38xgv3Kuk8dQz2ZQXpnv/UZZUHUCL7pnLehbXgQI= github.com/containerd/fifo v1.0.0/go.mod h1:ocF/ME1SX5b1AOlWi9r677YJmCPSwwWnQ9O123vzpE4= +github.com/containerd/go-cni v1.0.2/go.mod h1:nrNABBHzu0ZwCug9Ije8hL2xBCYh/pjfMb1aZGrrohk= +github.com/containerd/go-cni v1.1.0/go.mod h1:Rflh2EJ/++BA2/vY5ao3K6WJRR/bZKsX123aPk+kUtA= +github.com/containerd/go-cni v1.1.3/go.mod h1:Rflh2EJ/++BA2/vY5ao3K6WJRR/bZKsX123aPk+kUtA= github.com/containerd/go-runc v0.0.0-20180907222934-5a6d9f37cfa3/go.mod h1:IV7qH3hrUgRmyYrtgEeGWJfWbgcHL9CSRruz2Vqcph0= github.com/containerd/go-runc v0.0.0-20200220073739-7016d3ce2328/go.mod h1:PpyHrqVs8FTi9vpyHwPwiNEGaACDxT/N/pLcvMSRA9g= +github.com/containerd/go-runc v0.0.0-20201020171139-16b287bc67d0/go.mod h1:cNU0ZbCgCQVZK4lgG3P+9tn9/PaJNmoDXPpoJhDR+Ok= github.com/containerd/go-runc v1.0.0/go.mod h1:cNU0ZbCgCQVZK4lgG3P+9tn9/PaJNmoDXPpoJhDR+Ok= +github.com/containerd/imgcrypt v1.1.1/go.mod h1:xpLnwiQmEUJPvQoAapeb2SNCxz7Xr6PJrXQb0Dpc4ms= +github.com/containerd/imgcrypt v1.1.3/go.mod h1:/TPA1GIDXMzbj01yd8pIbQiLdQxed5ue1wb8bP7PQu4= +github.com/containerd/nri v0.1.0/go.mod h1:lmxnXF6oMkbqs39FiCt1s0R2HSMhcLel9vNL3m4AaeY= github.com/containerd/stargz-snapshotter/estargz v0.4.1/go.mod h1:x7Q9dg9QYb4+ELgxmo4gBUeJB0tl5dqH1Sdz0nJU1QM= -github.com/containerd/stargz-snapshotter/estargz v0.9.0/go.mod h1:aE5PCyhFMwR8sbrErO5eM2GcvkyXTTJremG883D4qF0= -github.com/containerd/stargz-snapshotter/estargz v0.10.1/go.mod h1:aE5PCyhFMwR8sbrErO5eM2GcvkyXTTJremG883D4qF0= +github.com/containerd/stargz-snapshotter/estargz v0.11.1/go.mod h1:6VoPcf4M1wvnogWxqc4TqBWWErCS+R+ucnPZId2VbpQ= +github.com/containerd/stargz-snapshotter/estargz v0.11.3/go.mod h1:7vRJIcImfY8bpifnMjt+HTJoQxASq7T28MYbP15/Nf0= github.com/containerd/ttrpc v0.0.0-20190828154514-0e0f228740de/go.mod h1:PvCDdDGpgqzQIzDW1TphrGLssLDZp2GuS+X5DkEJB8o= github.com/containerd/ttrpc v1.0.1/go.mod h1:UAxOpgT9ziI0gJrmKvgcZivgxOp8iFPSk8httJEt98Y= github.com/containerd/ttrpc v1.0.2/go.mod h1:UAxOpgT9ziI0gJrmKvgcZivgxOp8iFPSk8httJEt98Y= @@ -553,30 +641,38 @@ github.com/containerd/ttrpc v1.1.0/go.mod h1:XX4ZTnoOId4HklF4edwc4DcqskFZuvXB1Ev github.com/containerd/typeurl v0.0.0-20180627222232-a93fcdb778cd/go.mod h1:Cm3kwCdlkCfMSHURc+r6fwoGH6/F1hH3S4sg0rLFWPc= github.com/containerd/typeurl v1.0.1/go.mod h1:TB1hUtrpaiO88KEK56ijojHS1+NeF0izUACaJW2mdXg= github.com/containerd/typeurl v1.0.2/go.mod h1:9trJWW2sRlGub4wZJRTW83VtbOLS6hwcDZXTn6oPz9s= +github.com/containerd/zfs v1.0.0/go.mod h1:m+m51S1DvAP6r3FcmYCp54bQ34pyOwTieQDNRIRHsFY= +github.com/containernetworking/cni v0.8.0/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ61X79hmU3w8FmsY= github.com/containernetworking/cni v0.8.1/go.mod h1:LGwApLUm2FpoOfxTDEeq8T9ipbpZ61X79hmU3w8FmsY= +github.com/containernetworking/cni v1.0.0/go.mod h1:AKuhXbN5EzmD4yTNtfSsX3tPcmtrBI6QcRV0NiNt15Y= +github.com/containernetworking/cni v1.0.1/go.mod h1:AKuhXbN5EzmD4yTNtfSsX3tPcmtrBI6QcRV0NiNt15Y= +github.com/containernetworking/plugins v1.0.0/go.mod h1:liDVn61uqF5YCAh8W4VNt2cXb8h20RjRQqsRfiZIRaI= github.com/containers/image v3.0.2+incompatible h1:B1lqAE8MUPCrsBLE86J0gnXleeRq8zJnQryhiiGQNyE= github.com/containers/image v3.0.2+incompatible/go.mod h1:8Vtij257IWSanUQKe1tAeNOm2sRVkSqQTVQ1IlwI3+M= github.com/containers/image/v5 v5.11.0/go.mod h1:dCbUB4w6gmxIEOCsE0tZQppr8iBoXb4Evr74ZKlmwoI= github.com/containers/image/v5 v5.14.0/go.mod h1:SxiBKOcKuT+4yTjD0AskjO+UwFvNcVOJ9qlAw1HNSPU= -github.com/containers/image/v5 v5.18.0 h1:YbvpXl5zd6IbZnt4XiOU0+c24xBQAQL9q3/e5kyk19k= -github.com/containers/image/v5 v5.18.0/go.mod h1:ybujPwS7YEAPhLXJ3vvZGdKftk+sPSvp/djg9qTPvro= +github.com/containers/image/v5 v5.21.0 h1:pDS3kjJBlaGDItKzjvJDqKXwyQs01gv54b6QuMuaH4g= +github.com/containers/image/v5 v5.21.0/go.mod h1:2nEPM0WuinC/0ssPsMv5Iy8YaRueUUTmTp3C7bn5uro= github.com/containers/libtrust v0.0.0-20190913040956-14b96171aa3b/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY= github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a h1:spAGlqziZjCJL25C6F1zsQY05tfCKE9F5YwtEWWe6hU= github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a/go.mod h1:9rfv8iPl1ZP7aqh9YA68wnZv2NUDbXdcdPHVz0pFbPY= github.com/containers/ocicrypt v1.1.0/go.mod h1:b8AOe0YR67uU8OqfVNcznfFpAzu3rdgUV4GP9qXPfu4= -github.com/containers/ocicrypt v1.1.2 h1:Ez+GAMP/4GLix5Ywo/fL7O0nY771gsBIigiqUm1aXz0= +github.com/containers/ocicrypt v1.1.1/go.mod h1:Dm55fwWm1YZAjYRaJ94z2mfZikIyIN4B0oB3dj3jFxY= github.com/containers/ocicrypt v1.1.2/go.mod h1:Dm55fwWm1YZAjYRaJ94z2mfZikIyIN4B0oB3dj3jFxY= +github.com/containers/ocicrypt v1.1.3 h1:uMxn2wTb4nDR7GqG3rnZSfpJXqWURfzZ7nKydzIeKpA= +github.com/containers/ocicrypt v1.1.3/go.mod h1:xpdkbVAuaH3WzbEabUd5yDsl9SwJA5pABH85425Es2g= github.com/containers/storage v1.28.1/go.mod h1:5bwiMh2LkrN3AWIfDFMH7A/xbVNLcve+oeXYvHvW8cc= github.com/containers/storage v1.32.6/go.mod h1:mdB+b89p+jU8zpzLTVXA0gWMmIo0WrkfGMh1R8O2IQw= -github.com/containers/storage v1.37.0/go.mod h1:kqeJeS0b7DO2ZT1nVWs0XufrmPFbgV3c+Q/45RlH6r4= -github.com/containers/storage v1.38.1 h1:gg7YhHcxER0sh+kjXQcCZD6enu4VwAzliXq9JyM0g/Q= -github.com/containers/storage v1.38.1/go.mod h1:lBzt28gAk5ADZuRtwdndRJyqX22vnRaXmlF+7ktfMYc= +github.com/containers/storage v1.38.3-0.20220301151551-d06b0f81c0aa/go.mod h1:LkkL34WRi4dI4jt9Cp+ImdZi/P5i36glSHimT5CP5zM= +github.com/containers/storage v1.39.0 h1:NV93CVx6KAQ04cldeJyqa7uDZivhmO3rXla1cyn75dk= +github.com/containers/storage v1.39.0/go.mod h1:UAD0cKLouN4BOQRgZut/nMjrh/EnTCjSNPgp4ZuGWMs= github.com/coredns/caddy v1.1.0/go.mod h1:A6ntJQlAWuQfFlsd9hvigKbo2WS0VUs2l1e2F+BawD4= -github.com/coredns/corefile-migration v1.0.12/go.mod h1:NJOI8ceUF/NTgEwtjD+TUq3/BnH/GF7WAM3RzCa3hBo= +github.com/coredns/corefile-migration v1.0.14/go.mod h1:XnhgULOEouimnzgn0t4WPuFDN2/PJQcTxdWKC5eXNGE= github.com/coreos/butane v0.13.1/go.mod h1:m8mELrooVMftGW5uqHOfiwcBXvLG3XBch934zV2PhWY= github.com/coreos/container-linux-config-transpiler v0.9.0/go.mod h1:SlcxXZQ2c42knj8pezMiQsM1f+ADxFMjGetuMKR/YSQ= github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= +github.com/coreos/go-iptables v0.6.0/go.mod h1:Qe8Bv2Xik5FyTXwgIbLAnv2sWSBmvWdFETJConOQ//Q= github.com/coreos/go-json v0.0.0-20170920214419-6a2fe990e083/go.mod h1:FmxyHfvrCFfCsXRylD4QQRlQmvzl+DG6iTHyEEykPfU= github.com/coreos/go-json v0.0.0-20200220154158-5ae607161559/go.mod h1:FmxyHfvrCFfCsXRylD4QQRlQmvzl+DG6iTHyEEykPfU= github.com/coreos/go-json v0.0.0-20211020211907-c63f628265de/go.mod h1:lryFBkhadOfv8Jue2Vr/f/Yviw8h1DQPQojbXqEChY0= @@ -596,7 +692,6 @@ github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf h1:iW4rZ826su+pq github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= github.com/coreos/go-systemd/v22 v22.0.0/go.mod h1:xO0FLkIi5MaZafQlIrOotqXZ90ih+1atmu1JpKERPPk= github.com/coreos/go-systemd/v22 v22.1.0/go.mod h1:xO0FLkIi5MaZafQlIrOotqXZ90ih+1atmu1JpKERPPk= -github.com/coreos/go-systemd/v22 v22.3.1/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/coreos/go-systemd/v22 v22.3.2 h1:D9/bQk5vlXQFZ6Kwuu6zaiXJ9oTPe68++AzAJc1DzSI= github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= github.com/coreos/ign-converter v0.0.0-20201123214124-8dac862888aa/go.mod h1:pqAsDWa5YDi10Va/aqQI0bwOs9hXqoE2xwb5vnFys5s= @@ -612,14 +707,16 @@ github.com/coreos/ignition/v2 v2.13.0 h1:1ouW+d0nOuPUbLjxxOCnC+dWQxynr8Mt5exqJoC github.com/coreos/ignition/v2 v2.13.0/go.mod h1:HO1HWYWcvAIbHu6xewoKxPGBTyZ32FLwGIuipw5d63o= github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= -github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 h1:0JspqV66RwYqYfvi8lCUoL5zUZMh9uN4hx/J5+NRXIE= -github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3/go.mod h1:RTjQyHgO/G37oJ3qnqYK6Z4TPZ5EsaabOtfMjVXmgko= +github.com/coreos/stream-metadata-go v0.1.3 h1:i/mUQBANlYirNAU4ybH6x/SCuc/Rh6uiopph6XZhROk= +github.com/coreos/stream-metadata-go v0.1.3/go.mod h1:zxVoWUDB0H8+tZRhTs0LeLeR/QdmBsuo7FN1oOBrWTE= github.com/coreos/vcontext v0.0.0-20190529201340-22b159166068/go.mod h1:E+6hug9bFSe0KZ2ZAzr8M9F5JlArJjv5D1JS7KSkPKE= +github.com/coreos/vcontext v0.0.0-20191017033345-260217907eb5/go.mod h1:E+6hug9bFSe0KZ2ZAzr8M9F5JlArJjv5D1JS7KSkPKE= github.com/coreos/vcontext v0.0.0-20200225161404-ee043618d38d/go.mod h1:z4pMVvaUrxs98RROlIYdAQCKhEicjnTirOaVyDRH5h8= github.com/coreos/vcontext v0.0.0-20201120045928-b0e13dab675c/go.mod h1:z4pMVvaUrxs98RROlIYdAQCKhEicjnTirOaVyDRH5h8= github.com/coreos/vcontext v0.0.0-20210407161507-4ee6c745c8bd/go.mod h1:z4pMVvaUrxs98RROlIYdAQCKhEicjnTirOaVyDRH5h8= -github.com/coreos/vcontext v0.0.0-20211021162308-f1dbbca7bef4 h1:pfSsrvbjUFGINaPGy0mm2QKQKTdq7IcbUa+nQwsz2UM= github.com/coreos/vcontext v0.0.0-20211021162308-f1dbbca7bef4/go.mod h1:HckqHnP/HI41vS0bfVjJ20u6jD0biI5+68QwZm5Xb9U= +github.com/coreos/vcontext v0.0.0-20220326205524-7fcaf69e7050 h1:Je4Sor/M7mqtqardljqFVNzDtOd2GQtUDFMXu8HKQb4= +github.com/coreos/vcontext v0.0.0-20220326205524-7fcaf69e7050/go.mod h1:HckqHnP/HI41vS0bfVjJ20u6jD0biI5+68QwZm5Xb9U= github.com/cortexproject/cortex v1.10.0/go.mod h1:I9ew9PB8l8+YI+Qq85XJ2wEkAg8y8dAX1z/g6SFZ8g0= github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= github.com/cpuguy83/go-md2man/v2 v2.0.0-20190314233015-f79a8a8ca69d/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= @@ -627,8 +724,9 @@ github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsr github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= -github.com/creack/pty v1.1.11 h1:07n33Z8lZxZ2qwegKbObQohDhXDQxiMMz1NOUGYlesw= github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= +github.com/creack/pty v1.1.17 h1:QeVUsEDNrLBW4tMgZHvxy18sKtr6VI492kBhUfhDJNI= +github.com/creack/pty v1.1.17/go.mod h1:MOBLtS5ELjhRRrroQr9kyvTxUAFNvYEK993ew/Vr4O4= github.com/cucumber/godog v0.8.1/go.mod h1:vSh3r/lM+psC1BPXvdkSEuNjmXfpVqrMGYAElF6hxnA= github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c/go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4= github.com/cyphar/filepath-securejoin v0.2.2/go.mod h1:FpkQEhXnPnOthhzymB7CGsFk2G9VLXONKD9G7QGMM+4= @@ -643,27 +741,32 @@ github.com/cznic/ql v1.2.0/go.mod h1:FbpzhyZrqr0PVlK6ury+PoW3T0ODUV22OeWIxcaOrSE github.com/cznic/sortutil v0.0.0-20150617083342-4c7342852e65/go.mod h1:q2w6Bg5jeox1B+QkJ6Wp/+Vn0G/bo3f1uY7Fn3vivIQ= github.com/cznic/strutil v0.0.0-20171016134553-529a34b1c186/go.mod h1:AHHPPPXTw0h6pVabbcbyGRK1DckRn7r/STdZEeIDzZc= github.com/cznic/zappy v0.0.0-20160723133515-2533cb5b45cc/go.mod h1:Y1SNZ4dRUOKXshKUbwUapqNncRrho4mkjQebgEHZLj8= -github.com/daixiang0/gci v0.2.4 h1:BUCKk5nlK2m+kRIsoj+wb/5hazHvHeZieBKWd9Afa8Q= -github.com/daixiang0/gci v0.2.4/go.mod h1:+AV8KmHTGxxwp/pY84TLQfFKp2vuKXXJVzF3kD/hfR4= +github.com/d2g/dhcp4 v0.0.0-20170904100407-a1d1b6c41b1c/go.mod h1:Ct2BUK8SB0YC1SMSibvLzxjeJLnrYEVLULFNiHY9YfQ= +github.com/d2g/dhcp4client v1.0.0/go.mod h1:j0hNfjhrt2SxUOw55nL0ATM/z4Yt3t2Kd1mW34z5W5s= +github.com/d2g/dhcp4server v0.0.0-20181031114812-7d4a0a7f59a5/go.mod h1:Eo87+Kg/IX2hfWJfwxMzLyuSZyxSoAug2nGa1G2QAi8= +github.com/daixiang0/gci v0.2.9 h1:iwJvwQpBZmMg31w+QQ6jsyZ54KEATn6/nfARbBNW294= +github.com/daixiang0/gci v0.2.9/go.mod h1:+4dZ7TISfSmqfAGv59ePaHfNzgGtIkHAhhdKggP1JAc= github.com/danieljoos/wincred v1.1.0/go.mod h1:XYlo+eRTsVA9aHGp7NGjFkPla4m+DCL7hqDjlFjiygg= github.com/dave/dst v0.26.2/go.mod h1:UMDJuIRPfyUCC78eFuB+SV/WI8oDeyFDvM/JR6NI3IU= github.com/dave/gopackages v0.0.0-20170318123100-46e7023ec56e/go.mod h1:i00+b/gKdIDIxuLDFob7ustLAVqhsZRk2qVZrArELGQ= github.com/dave/jennifer v1.2.0/go.mod h1:fIb+770HOpJ2fmN9EPPKOqm1vMGhB+TwXKMZhrIygKg= github.com/dave/kerr v0.0.0-20170318121727-bc25dd6abe8e/go.mod h1:qZqlPyPvfsDJt+3wHJ1EvSXDuVjFTK0j2p/ca+gtsb8= github.com/dave/rebecca v0.9.1/go.mod h1:N6XYdMD/OKw3lkF3ywh8Z6wPGuwNFDNtWYEMFWEmXBA= -github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= +github.com/davecgh/go-spew v0.0.0-20161028175848-04cdfd42973b/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= github.com/davecgh/go-xdr v0.0.0-20161123171359-e6a2ba005892/go.mod h1:CTDl0pzVzE5DEzZhPfvhY/9sPFMQIxaJ9VAMs9AagrE= github.com/daviddengcn/go-colortext v0.0.0-20160507010035-511bcaf42ccd/go.mod h1:dv4zxwHi5C/8AeI+4gX4dCWOIvNi7I6JCSX0HvlKPgE= github.com/dchest/bcrypt_pbkdf v0.0.0-20150205184540-83f37f9c154a/go.mod h1:Bw9BbhOJVNR+t0jCqx2GC6zv0TGBsShs56Y3gfSCvl0= +github.com/deckarep/golang-set v1.8.0/go.mod h1:5nI87KwE7wgsBU1F4GKAw2Qod7p5kyS383rP6+o6qqo= github.com/deepmap/oapi-codegen v1.6.0/go.mod h1:ryDa9AgbELGeB+YEXE1dR53yAjHwFvE9iAUlWl9Al3M= -github.com/denis-tingajkin/go-header v0.3.1 h1:ymEpSiFjeItCy1FOP+x0M2KdCELdEAHUsNa8F+hHc6w= -github.com/denis-tingajkin/go-header v0.3.1/go.mod h1:sq/2IxMhaZX+RRcgHfCRx/m0M5na0fBt4/CRe7Lrji0= +github.com/denis-tingajkin/go-header v0.4.2 h1:jEeSF4sdv8/3cT/WY8AgDHUoItNSoEZ7qg9dX7pc218= +github.com/denis-tingajkin/go-header v0.4.2/go.mod h1:eLRHAVXzE5atsKAnNRDB90WHCFFnBUn4RN0nRcs1LJA= github.com/denisenkom/go-mssqldb v0.0.0-20190515213511-eb9f6a1743f3/go.mod h1:zAg7JM8CkOJ43xKXIj7eRO9kmWm/TW578qo+oDO6tuM= github.com/denisenkom/go-mssqldb v0.0.0-20191001013358-cfbb681360f0/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU= github.com/denisenkom/go-mssqldb v0.10.0/go.mod h1:xbL0rPBG9cCiLr28tMa8zpbdarY27NDyej4t/EjAShU= +github.com/denverdino/aliyungo v0.0.0-20211216040745-6cc94847413f/go.mod h1:VVxx1gyGhdt369208nKOYLI0PVgrZqbU+EuWBZJQ1ZQ= github.com/dgraph-io/badger v1.6.0/go.mod h1:zwt7syl517jmP8s94KqSxTlM6IMsdhYy6psNgSztDR4= github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= github.com/dgryski/go-bitstream v0.0.0-20180413035011-3522498ce2c8/go.mod h1:VMaSuZ+SZcx/wljOQKvp5srsbCiKDEb6K2wC4+PiBmQ= @@ -689,9 +792,9 @@ github.com/docker/cli v0.0.0-20200130152716-5d0cf8839492/go.mod h1:JLrzqnKDaYBop github.com/docker/cli v20.10.7+incompatible/go.mod h1:JLrzqnKDaYBop7H2jaqPtU4hHvMKP+vjCwu2uszcLI8= github.com/docker/distribution v0.0.0-20180920194744-16128bbac47f/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= github.com/docker/distribution v2.7.0+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= -github.com/docker/distribution v2.7.1-0.20190205005809-0d3efadf0154+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= -github.com/docker/distribution v2.7.1+incompatible h1:a5mlkVzth6W5A4fOsS3D2EO5BUmsJpcB+cRlLU7cSug= github.com/docker/distribution v2.7.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= +github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68= +github.com/docker/distribution v2.8.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w= github.com/docker/docker v0.7.3-0.20190103212154-2b7e084dc98b/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v0.7.3-0.20190817195342-4760db040282/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v1.4.2-0.20190924003213-a8608b5b67c7/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= @@ -699,10 +802,10 @@ github.com/docker/docker v1.4.2-0.20191219165747-a9416c67da9f/go.mod h1:eEKB0N0r github.com/docker/docker v1.4.2-0.20200203170920-46ec8731fbce/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v17.12.0-ce-rc1.0.20200618181300-9dc6525e6118+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v17.12.1-ce+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= -github.com/docker/docker v20.10.2+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker v20.10.5+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= -github.com/docker/docker v20.10.12+incompatible h1:CEeNmFM0QZIsJCZKMkZx0ZcahTiewkrgiwfYD+dfl1U= -github.com/docker/docker v20.10.12+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v20.10.7+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= +github.com/docker/docker v20.10.14+incompatible h1:+T9/PRYWNDo5SZl5qS1r9Mo/0Q8AwxKKPtu9S1yxM0w= +github.com/docker/docker v20.10.14+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk= github.com/docker/docker-credential-helpers v0.6.3/go.mod h1:WRaJzqw3CTB9bk10avuGsjVBZsD05qeibJ1/TYlvc0Y= github.com/docker/docker-credential-helpers v0.6.4 h1:axCks+yV+2MR3/kZhAmy07yC56WZ2Pwu/fKWtKuZB0o= github.com/docker/docker-credential-helpers v0.6.4/go.mod h1:ofX3UI0Gz1TteYBjtgs07O36Pyasyp66D2uKT7H8W1c= @@ -716,7 +819,6 @@ github.com/docker/go-units v0.4.0 h1:3uh0PgVws3nIA0Q+MwDC8yjEPf9zjRfZZWXZYDct3Tw github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk= github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7 h1:UhxFibDNY/bfvqU5CAUmr9zpesgbU6SWc8/B4mflAE4= github.com/docker/libtrust v0.0.0-20160708172513-aabc10ec26b7/go.mod h1:cyGadeNEkKy96OOhEzfZl+yxihPEzKnqJwvfuSUqbZE= -github.com/docker/spdystream v0.0.0-20181023171402-6480d4af844c/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM= github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= @@ -739,28 +841,33 @@ github.com/eknkc/amber v0.0.0-20171010120322-cdade1c07385/go.mod h1:0vRUJqYpeSZi github.com/elastic/go-sysinfo v1.1.1/go.mod h1:i1ZYdU10oLNfRzq4vq62BEwD2fH8KaWh6eh0ikPT9F0= github.com/elastic/go-windows v1.0.0/go.mod h1:TsU0Nrp7/y3+VwE82FoZF8gC/XFg/Elz6CcloAxnPgU= github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= +github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 h1:yY9rWGoXv1U5pl4gxqlULARMQD7x0QG85lqEXTWysik= github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= -github.com/elazarl/goproxy v0.0.0-20200426045556-49ad98f6dac1 h1:TEmChtx8+IeOghiySC8kQIr0JZOdKUmRmmkuRDuYs3E= -github.com/elazarl/goproxy v0.0.0-20200426045556-49ad98f6dac1/go.mod h1:Ro8st/ElPeALwNFlcTpWmkr6IoMFfkjXAvTHpevnDsM= github.com/elazarl/goproxy/ext v0.0.0-20190711103511-473e67f1d7d2/go.mod h1:gNh8nYJoAm43RfaxurUnxr+N1PwuFV3ZMl/efxlIlY8= github.com/ema/qdisc v0.0.0-20190904071900-b82c76788043/go.mod h1:ix4kG2zvdUd8kEKSW0ZTr1XLks0epFpI4j745DXxlNE= github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= +github.com/emicklei/go-restful v2.9.0+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.10.0+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.14.2+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= github.com/emirpasic/gods v1.12.0/go.mod h1:YfzfFFoVP/catgzJb4IKIqXjX78Ha8FMSDh3ymbK86o= github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0/go.mod h1:hliV/p42l8fGbc6Y9bQ70uLwIvmJyVE5k4iMKlh8wCQ= +github.com/envoyproxy/protoc-gen-validate v0.0.14/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= +github.com/esimonov/ifshort v1.0.2 h1:K5s1W2fGfkoWXsFlxBNqT6J0ZCncPaKrGM5qe0bni68= +github.com/esimonov/ifshort v1.0.2/go.mod h1:yZqNJUrNn20K8Q9n2CrjTKYyVEmX209Hgu+M1LBpeZE= +github.com/ettle/strcase v0.1.1 h1:htFueZyVeE1XNnMEfbqp5r67qAN/4r6ya1ysq8Q+Zcw= +github.com/ettle/strcase v0.1.1/go.mod h1:hzDLsPC7/lwKyBOywSHEP89nt2pDgdy+No1NBA9o9VY= github.com/euank/go-kmsg-parser v2.0.0+incompatible/go.mod h1:MhmAMZ8V4CYH4ybgdRwPr2TU5ThnS43puaKEMpja1uw= github.com/evanphx/json-patch v0.5.2/go.mod h1:ZWS5hhDbVDyob71nXKNL0+PWn6ToqBHMikGIFbs31qQ= github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v4.11.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= +github.com/evanphx/json-patch v4.12.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch v5.6.0+incompatible h1:jBYDEEiFBPxA0v50tFdvOzQQTCvpL6mnFh5mB2/l16U= github.com/evanphx/json-patch v5.6.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= github.com/evanphx/json-patch/v5 v5.2.0/go.mod h1:G79N1coSVB93tBe7j6PhzjmR3/2VvlbKOFpnXhI9Bw4= github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d/go.mod h1:ZZMPRZwes7CROmyNKgQzC3XPs6L/G2EJLHddWejkmf4= github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f h1:Wl78ApPPB2Wvf/TIe2xdyJxTlb6obmF18d8QdkxNDu4= github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f/go.mod h1:OSYXu++VVOHnXeitef/D8n/6y4QV8uLHSFXX4NeXMGc= +github.com/facebookgo/stack v0.0.0-20160209184415-751773369052/go.mod h1:UbMTZqLaRiH3MsBH8va0n7s1pQYcu3uTb8G4tygF4Zg= github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb/go.mod h1:bH6Xx7IW64qjjJq8M2u4dxNaBiDfKK+z/3eGDpXEQhc= github.com/fasthttp-contrib/websocket v0.0.0-20160511215533-1f3b11f56072/go.mod h1:duJ4Jxv5lDcvg4QuQr0oowTf7dz4/CR8NtyCooz9HL8= github.com/fatih/camelcase v1.0.0/go.mod h1:yN2Sb0lFhZJUdVvtELVWefmrXpuZESvPmqwoZc+/fpc= @@ -768,10 +875,13 @@ github.com/fatih/color v1.6.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5Kwzbycv github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= github.com/fatih/color v1.10.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= -github.com/fatih/color v1.11.0 h1:l4iX0RqNnx/pU7rY2DB/I+znuYY0K3x6Ywac6EIr0PA= github.com/fatih/color v1.11.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= +github.com/fatih/color v1.12.0 h1:mRhaKNwANqRgUBGKmnI5ZxEk7QXmjQeCcuYFMX2bfcc= +github.com/fatih/color v1.12.0/go.mod h1:ELkj/draVOlAH/xkhN6mQ50Qd0MPOk5AAr3maGEBuJM= github.com/fatih/structs v1.1.0/go.mod h1:9NiDSp5zOcgEDl+j00MP/WkGVPOlPRLejGD8Ga6PJ7M= github.com/fatih/structtag v1.1.0/go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4/aAZl94= +github.com/fatih/structtag v1.2.0 h1:/OdNE99OxoI/PqaW/SuSK9uxxT3f/tcSZgon/ssNSx4= +github.com/fatih/structtag v1.2.0/go.mod h1:mBJUNpUnHmRKrKlQQlmCrh5PuhftFbNv8Ys4/aAZl94= github.com/felixge/fgprof v0.9.1/go.mod h1:7/HK6JFtFaARhIljgP2IV8rJLIoHDoOYoUphsnGvqxE= github.com/felixge/httpsnoop v1.0.1/go.mod h1:m8KPJKqk1gH5J9DgRY2ASl2lWCfGKXixSwevea8zH2U= github.com/flynn/go-shlex v0.0.0-20150515145356-3f9db97f8568/go.mod h1:xEzjJPgXI435gkrCt3MPfRiAkVrwSbHsst4LCFVfpJc= @@ -792,17 +902,21 @@ github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4 github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI= github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU= github.com/fsouza/fake-gcs-server v1.7.0/go.mod h1:5XIRs4YvwNbNoz+1JF8j6KLAyDh7RHGAyAK3EP2EsNk= +github.com/fullstorydev/grpcurl v1.6.0/go.mod h1:ZQ+ayqbKMJNhzLmbpCiurTVlaK2M/3nqZCxaQ2Ze/sM= github.com/fvbommel/sortorder v1.0.1/go.mod h1:uk88iVf1ovNn1iLfgUVU2F9o5eO30ui720w+kxuqRs0= github.com/fvbommel/util v0.0.3/go.mod h1:izA2AZeYyvrB6Qo1T9wenVzrx1Clqo3ReUreqM8o5t8= +github.com/fzipp/gocyclo v0.3.1 h1:A9UeX3HJSXTBzvHzhqoYVuE0eAhe+aM8XBCCwsPMZOc= +github.com/fzipp/gocyclo v0.3.1/go.mod h1:DJHO6AUmbdqj2ET4Z9iArSuwWgYDRryYt2wASxc7x3E= github.com/gammazero/deque v0.0.0-20180920172122-f6adf94963e4/go.mod h1:GeIq9qoE43YdGnDXURnmKTnGg15pQz4mYkXSTChbneI= +github.com/gammazero/deque v0.0.0-20190130191400-2afb3858e9c7/go.mod h1:GeIq9qoE43YdGnDXURnmKTnGg15pQz4mYkXSTChbneI= github.com/gammazero/workerpool v0.0.0-20181230203049-86a96b5d5d92/go.mod h1:w9RqFVO2BM3xwWEcAB8Fwp0OviTBBEiRmSBDfbXnd3w= +github.com/gammazero/workerpool v0.0.0-20190406235159-88d534f22b56/go.mod h1:w9RqFVO2BM3xwWEcAB8Fwp0OviTBBEiRmSBDfbXnd3w= github.com/garyburd/redigo v1.6.0/go.mod h1:NR3MbYisc3/PwhQ00EMzDiPmrwpPxAn5GI05/YaO1SY= github.com/gavv/httpexpect v2.0.0+incompatible/go.mod h1:x+9tiU1YnrOvnB725RkpoLv1M62hOWzwo5OXotisrKc= github.com/getkin/kin-openapi v0.53.0/go.mod h1:7Yn5whZr5kJi6t+kShccXS8ae1APpYTW6yheSwk8Yi4= github.com/getkin/kin-openapi v0.76.0/go.mod h1:660oXbgy5JFMKreazJaQTw7o+X00qeSyhcnluiMv+Xg= github.com/getsentry/raven-go v0.2.0/go.mod h1:KungGk8q33+aIAZUIVWZDr2OfAEBsO49PX4NzFV5kcQ= github.com/getsentry/sentry-go v0.11.0/go.mod h1:KBQIxiZAetw62Cj8Ri964vAEWVdgfaUCn30Q3bCvANo= -github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 h1:Mn26/9ZMNWSw9C9ERFA1PUxfmGpolnw2v0bKOREu5ew= github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32/go.mod h1:GIjDIg/heH5DOkXY3YJ/wNhfHsQHoXGjl8G8amsYQ1I= @@ -810,6 +924,7 @@ github.com/gin-contrib/sse v0.0.0-20190301062529-5545eab6dad3/go.mod h1:VJ0WA2NB github.com/gin-contrib/sse v0.1.0/go.mod h1:RHrZQHXnP2xjPF+u1gW/2HnVO7nvIa9PG3Gm+fLHvGI= github.com/gin-gonic/gin v1.4.0/go.mod h1:OW2EZn3DO8Ln9oIKOvM++LBO+5UPHJJDH72/q/3rZdM= github.com/gin-gonic/gin v1.5.0/go.mod h1:Nd6IXA8m5kNZdNEHMBd93KT+mdY3+bewLgRvmCsR2Do= +github.com/gliderlabs/ssh v0.1.1/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0= github.com/gliderlabs/ssh v0.2.2/go.mod h1:U7qILu1NlMHj9FlMhZLlkCdDnU1DBEAqr0aevW3Awn0= github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q= @@ -820,20 +935,24 @@ github.com/go-bindata/go-bindata v3.1.2+incompatible/go.mod h1:xK8Dsgwmeed+BBsSy github.com/go-bindata/go-bindata/v3 v3.1.3/go.mod h1:1/zrpXsLD8YDIbhZRqXzm1Ghc7NhEvIN9+Z6R5/xH4I= github.com/go-chi/chi/v5 v5.0.0/go.mod h1:BBug9lr0cqtdAhsu6R4AAdvufI0/XBzAQSsUqJpoZOs= github.com/go-critic/go-critic v0.3.5-0.20190526074819-1df300866540/go.mod h1:+sE8vrLDS2M0pZkBk0wy6+nLdKexVDrl/jBqQOTDThA= -github.com/go-critic/go-critic v0.3.5-0.20190904082202-d79a9f0c64db/go.mod h1:+sE8vrLDS2M0pZkBk0wy6+nLdKexVDrl/jBqQOTDThA= github.com/go-critic/go-critic v0.4.1/go.mod h1:7/14rZGnZbY6E38VEGk2kVhoq6itzc1E68facVDK23g= -github.com/go-critic/go-critic v0.5.2 h1:3RJdgf6u4NZUumoP8nzbqiiNT8e1tC2Oc7jlgqre/IA= -github.com/go-critic/go-critic v0.5.2/go.mod h1:cc0+HvdE3lFpqLecgqMaJcvWWH77sLdBp+wLGPM1Yyo= +github.com/go-critic/go-critic v0.5.6 h1:siUR1+322iVikWXoV75I1YRfNaC/yaLzhdF9Zwd8Tus= +github.com/go-critic/go-critic v0.5.6/go.mod h1:cVjj0DfqewQVIlIAGexPCaGaZDAqGE29PYDDADIVNEo= github.com/go-errors/errors v1.0.1/go.mod h1:f4zRHt4oKfwPJE5k8C9vpYG+aDHdBFUsgrm6/TyX73Q= github.com/go-errors/errors v1.4.2 h1:J6MZopCL4uSllY1OfXM374weqZFFItUbrImctkmUxIA= github.com/go-errors/errors v1.4.2/go.mod h1:sIVyrIiJhuEF+Pj9Ebtd6P/rEYROXFi3BopGUQ5a5Og= github.com/go-git/gcfg v1.5.0/go.mod h1:5m20vg6GwYabIxaOonVkTdrILxQMpEShl1xiMF4ua+E= github.com/go-git/go-billy/v5 v5.0.0/go.mod h1:pmpqyWchKfYfrkb/UVH4otLvyi/5gJlGI4Hb3ZqZ3W0= github.com/go-git/go-billy/v5 v5.1.0/go.mod h1:pmpqyWchKfYfrkb/UVH4otLvyi/5gJlGI4Hb3ZqZ3W0= +github.com/go-git/go-billy/v5 v5.2.0/go.mod h1:pmpqyWchKfYfrkb/UVH4otLvyi/5gJlGI4Hb3ZqZ3W0= +github.com/go-git/go-billy/v5 v5.3.1/go.mod h1:pmpqyWchKfYfrkb/UVH4otLvyi/5gJlGI4Hb3ZqZ3W0= github.com/go-git/go-git-fixtures/v4 v4.0.1/go.mod h1:m+ICp2rF3jDhFgEZ/8yziagdT1C+ZpZcrJjappBCDSw= github.com/go-git/go-git-fixtures/v4 v4.0.2-0.20200613231340-f56387b50c12/go.mod h1:m+ICp2rF3jDhFgEZ/8yziagdT1C+ZpZcrJjappBCDSw= +github.com/go-git/go-git-fixtures/v4 v4.2.1/go.mod h1:K8zd3kDUAykwTdDCr+I0per6Y6vMiRR/nnVTBtavnB0= github.com/go-git/go-git/v5 v5.1.0/go.mod h1:ZKfuPUoY1ZqIG4QG9BDBh3G4gLM5zvPuSJAozQrZuyM= +github.com/go-git/go-git/v5 v5.2.0/go.mod h1:kh02eMX+wdqqxgNMEyq8YgwlIOsDOa9homkUq1PoTMs= github.com/go-git/go-git/v5 v5.3.0/go.mod h1:xdX4bWJ48aOrdhnl2XqHYstHbbp6+LFS4r4X+lNVprw= +github.com/go-git/go-git/v5 v5.4.2/go.mod h1:gQ1kArt6d+n+BGd+/B/I74HwRTLhth2+zti4ihgckDc= github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= @@ -842,17 +961,24 @@ github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2 github.com/go-kit/kit v0.10.0/go.mod h1:xUsJbQ/Fp4kEt7AFgCuvyX4a71u8h9jB8tj/ORgOZ7o= github.com/go-kit/kit v0.11.0/go.mod h1:73/6Ixaufkvb5Osvkls8C79vuQ49Ba1rUEUYNSf+FUw= github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= +github.com/go-kit/log v0.2.0/go.mod h1:NwTd00d/i8cPZ3xOwwiv2PO5MOcx78fFErGNcVmBjv0= github.com/go-lintpack/lintpack v0.5.2/go.mod h1:NwZuYi2nUHho8XEIZ6SIxihrnPoqBTDqfpXvXAN0sXM= +github.com/go-log/log v0.0.0-20181211034820-a514cf01a3eb/go.mod h1:4mBwpdRMFLiuXZDCwU2lKQFsoSCo72j3HqBK9d81N2M= github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= +github.com/go-logfmt/logfmt v0.5.1/go.mod h1:WYhtIu8zTZfxdn5+rREduYbwxfcBr/Vr6KEVveWlfTs= github.com/go-logr/logr v0.4.0 h1:K7/B1jt6fIBQVd4Owv2MqGQClcgf0R266+7C/QjRcLc= github.com/go-logr/logr v0.4.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= +github.com/go-logr/stdr v1.2.0/go.mod h1:YkVgnZu1ZjjL7xTxrfm/LLZBfkhTqSR1ydtm6jTKKwI= +github.com/go-logr/stdr v1.2.2/go.mod h1:mMo/vtBO5dYbehREoey6XUKy/eSumjCCveDpRre4VKE= github.com/go-logr/zapr v0.1.1/go.mod h1:tabnROwaDl0UNxkVeFRbY8bwB37GwRv0P8lg6aAiEnk= -github.com/go-logr/zapr v0.4.0 h1:uc1uML3hRYL9/ZZPdgHS/n8Nzo+eaYL/Efxkkamf7OM= github.com/go-logr/zapr v0.4.0/go.mod h1:tabnROwaDl0UNxkVeFRbY8bwB37GwRv0P8lg6aAiEnk= +github.com/go-logr/zapr v1.2.0 h1:n4JnPI1T3Qq1SFEi/F8rwLrZERp2bso19PJZDB9dayk= +github.com/go-logr/zapr v1.2.0/go.mod h1:Qa4Bsj2Vb+FAVeAKsLD8RLQ+YRJB8YDmOAKxaBQf7Ro= github.com/go-martini/martini v0.0.0-20170121215854-22fa46961aab/go.mod h1:/P9AEU963A2AYjv4d1V5eVL1CQbEJq6aCNHDDjibzu8= github.com/go-ole/go-ole v1.2.1/go.mod h1:7FAglXiTm7HKlQRDeOQ6ZNUHidzCWXuZWq/1dTyBNF8= +github.com/go-ole/go-ole v1.2.5/go.mod h1:pprOEPIfldk/42T2oK7lQ4v4JSDwmV0As9GaiUsvbm0= github.com/go-openapi/analysis v0.0.0-20180825180245-b006789cd277/go.mod h1:k70tL6pCuVxPJOHXQ+wIac1FUrvNkHolPie/cLEU6hI= github.com/go-openapi/analysis v0.17.0/go.mod h1:IowGgpVeD0vNm45So8nr+IcQ3pxVtpRoBWb8PVZO0ik= github.com/go-openapi/analysis v0.18.0/go.mod h1:IowGgpVeD0vNm45So8nr+IcQ3pxVtpRoBWb8PVZO0ik= @@ -874,19 +1000,16 @@ github.com/go-openapi/errors v0.19.9/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpX github.com/go-openapi/errors v0.20.0/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= github.com/go-openapi/errors v0.20.2 h1:dxy7PGTqEh94zj2E3h1cUmQQWiM1+aeCROfAr02EmK8= github.com/go-openapi/errors v0.20.2/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= -github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1/go.mod h1:+35s3my2LFTysnkMfxsJBAMHj/DoqoB9knIWoYG/Vk0= github.com/go-openapi/jsonpointer v0.17.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M= github.com/go-openapi/jsonpointer v0.18.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M= github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg= github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= github.com/go-openapi/jsonpointer v0.19.5 h1:gZr+CIYByUqjcgeLXnQu2gHYQC9o73G2XUeOFYEICuY= github.com/go-openapi/jsonpointer v0.19.5/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9/go.mod h1:W3Z9FmVs9qj+KR4zFKmDPGiLdk1D9Rlm7cyMvf57TTg= github.com/go-openapi/jsonreference v0.17.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I= github.com/go-openapi/jsonreference v0.18.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I= github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc= github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8= -github.com/go-openapi/jsonreference v0.19.4/go.mod h1:RdybgQwPxbL4UEjuAruzK1x3nE69AqPYEJeo/TWfEeg= github.com/go-openapi/jsonreference v0.19.5/go.mod h1:RdybgQwPxbL4UEjuAruzK1x3nE69AqPYEJeo/TWfEeg= github.com/go-openapi/jsonreference v0.19.6 h1:UBIxjkht+AWIgYzCDSv2GN+E/togfwXUJFRTWhl2Jjs= github.com/go-openapi/jsonreference v0.19.6/go.mod h1:diGHMEHg2IqXZGKxqyvWdfWU/aim5Dprw5bqpKkTvns= @@ -925,9 +1048,9 @@ github.com/go-openapi/strfmt v0.19.11/go.mod h1:UukAYgTaQfqJuAFlNxxMWNvMYiwiXtLs github.com/go-openapi/strfmt v0.20.0/go.mod h1:UukAYgTaQfqJuAFlNxxMWNvMYiwiXtLsF2VwmoFtbtc= github.com/go-openapi/strfmt v0.20.1/go.mod h1:43urheQI9dNtE5lTZQfuFJvjYJKPrxicATpEfZwHUNk= github.com/go-openapi/strfmt v0.20.2/go.mod h1:43urheQI9dNtE5lTZQfuFJvjYJKPrxicATpEfZwHUNk= -github.com/go-openapi/strfmt v0.21.1 h1:G6s2t5V5kGCHLVbSdZ/6lI8Wm4OzoPFkc3/cjAsKQrM= github.com/go-openapi/strfmt v0.21.1/go.mod h1:I/XVKeLc5+MM5oPNN7P6urMOpuLXEcNrCX/rPGuWb0k= -github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87/go.mod h1:DXUve3Dpr1UfpPtxFw+EFuQ41HhCWZfha5jSVRG7C7I= +github.com/go-openapi/strfmt v0.21.2 h1:5NDNgadiX1Vhemth/TH4gCGopWSTdDjxl60H3B7f+os= +github.com/go-openapi/strfmt v0.21.2/go.mod h1:I/XVKeLc5+MM5oPNN7P6urMOpuLXEcNrCX/rPGuWb0k= github.com/go-openapi/swag v0.17.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg= github.com/go-openapi/swag v0.18.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg= github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= @@ -937,8 +1060,9 @@ github.com/go-openapi/swag v0.19.9/go.mod h1:ao+8BpOPyKdpQz3AOJfbeEVpLmWAvlT1IfT github.com/go-openapi/swag v0.19.12/go.mod h1:eFdyEBkTdoAf/9RXBvj4cr1nH7GD8Kzo5HTt47gr72M= github.com/go-openapi/swag v0.19.13/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ= github.com/go-openapi/swag v0.19.14/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ= -github.com/go-openapi/swag v0.19.15 h1:D2NRCBzS9/pEY3gP9Nl8aDqGUcPFrwG2p+CNFrLyrCM= github.com/go-openapi/swag v0.19.15/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ= +github.com/go-openapi/swag v0.21.1 h1:wm0rhTb5z7qpJRHBdPOMuY4QjVUMbF6/kwoYeRAOrKU= +github.com/go-openapi/swag v0.21.1/go.mod h1:QYRuS/SOXUCsnplDa677K7+DxSOj6IPNl/eQntq43wQ= github.com/go-openapi/validate v0.18.0/go.mod h1:Uh4HdOzKt19xGIGm1qHf/ofbX1YQ4Y+MYsct2VUrAJ4= github.com/go-openapi/validate v0.19.2/go.mod h1:1tRCw7m3jtI8eNWEEliiAqUIcBztB2KDnRCRMUi7GTA= github.com/go-openapi/validate v0.19.3/go.mod h1:90Vh6jjkTn+OT1Eefm0ZixWNFjhtOH7vS9k0lo6zwJo= @@ -961,8 +1085,9 @@ github.com/go-playground/universal-translator v0.17.0/go.mod h1:UkSxE5sNxxRwHyU+ github.com/go-playground/universal-translator v0.18.0 h1:82dyy6p4OuJq4/CByFNOn/jYrnRPArHwAcmLoJZxyho= github.com/go-playground/universal-translator v0.18.0/go.mod h1:UvRDBj+xPUEGrFYl+lu/H90nyDXpg0fqeB/AQUGNTVA= github.com/go-playground/validator/v10 v10.2.0/go.mod h1:uOYAAleCW8F/7oMFd6aG0GOhaH6EGOAJShg8Id5JGkI= -github.com/go-playground/validator/v10 v10.10.0 h1:I7mrTYv78z8k8VXa/qJlOlEXn/nBh+BF8dHX5nt/dr0= -github.com/go-playground/validator/v10 v10.10.0/go.mod h1:74x4gJWsvQexRdW8Pn3dXSGrTK4nAUsbPlLADvpJkos= +github.com/go-playground/validator/v10 v10.10.1 h1:uA0+amWMiglNZKZ9FJRKUAe9U3RX91eVn1JYXMWt7ig= +github.com/go-playground/validator/v10 v10.10.1/go.mod h1:i+3WkQ1FvaUjjxh1kSvIA4dMGDBiPU55YFDl0WbKdWU= +github.com/go-redis/redis v6.15.8+incompatible/go.mod h1:NAIEuMOZ/fxfXJIrKDQDz8wamY7mA7PouImQ2Jvg6kA= github.com/go-redis/redis/v8 v8.9.0/go.mod h1:ik7vb7+gm8Izylxu6kf6wG26/t2VljgCfSQ1DM4O1uU= github.com/go-sql-driver/mysql v1.4.0/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= github.com/go-sql-driver/mysql v1.4.1/go.mod h1:zAC/RDZ24gD3HViQzih4MyKcchzm+sOG5ZlKdlhCg5w= @@ -1014,8 +1139,9 @@ github.com/gobuffalo/flect v0.1.0/go.mod h1:d2ehjJqGOH/Kjqcoz+F7jHTBbmDb38yXA598 github.com/gobuffalo/flect v0.1.1/go.mod h1:8JCgGVbRjJhVgD6399mQr4fx5rRfGKVzFjbj6RE/9UI= github.com/gobuffalo/flect v0.1.3/go.mod h1:8JCgGVbRjJhVgD6399mQr4fx5rRfGKVzFjbj6RE/9UI= github.com/gobuffalo/flect v0.2.1/go.mod h1:vmkQwuZYhN5Pc4ljYQZzP+1sq+NEkK+lh20jmEmX3jc= -github.com/gobuffalo/flect v0.2.2 h1:PAVD7sp0KOdfswjAw9BpLCU9hXo7wFSzgpQ+zNeks/A= github.com/gobuffalo/flect v0.2.2/go.mod h1:vmkQwuZYhN5Pc4ljYQZzP+1sq+NEkK+lh20jmEmX3jc= +github.com/gobuffalo/flect v0.2.3 h1:f/ZukRnSNA/DUpSNDadko7Qc0PhGvsew35p/2tu+CRY= +github.com/gobuffalo/flect v0.2.3/go.mod h1:vmkQwuZYhN5Pc4ljYQZzP+1sq+NEkK+lh20jmEmX3jc= github.com/gobuffalo/genny v0.0.0-20190329151137-27723ad26ef9/go.mod h1:rWs4Z12d1Zbf19rlsn0nurr75KqhYp52EAGGxTbBhNk= github.com/gobuffalo/genny v0.0.0-20190403191548-3ca520ef0d9e/go.mod h1:80lIj3kVJWwOrXWWMRzzdhW3DsrdjILVil/SFKBzF28= github.com/gobuffalo/genny v0.1.0/go.mod h1:XidbUqzak3lHdS//TPu2OgiFB+51Ur5f7CSnXZ/JDvo= @@ -1049,13 +1175,15 @@ github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5x github.com/godbus/dbus/v5 v5.0.6/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU= github.com/gofrs/flock v0.7.1/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU= -github.com/gofrs/flock v0.8.0 h1:MSdYClljsF3PbENUUEx85nkWfJSGfzYI9yEBZOJz6CY= -github.com/gofrs/flock v0.8.0/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU= +github.com/gofrs/flock v0.8.1 h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw= +github.com/gofrs/flock v0.8.1/go.mod h1:F1TvTiK9OcQqauNUHlbJvyl9Qa1QvF/gOUDKA14jxHU= github.com/gofrs/uuid v3.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= github.com/gofrs/uuid v3.3.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= github.com/gofrs/uuid v4.0.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= github.com/gofrs/uuid v4.2.0+incompatible h1:yyYWMnhkhrKwwr8gAOcOCYxOOscHgDS9yZgBrnJfGa0= github.com/gofrs/uuid v4.2.0+incompatible/go.mod h1:b2aQJv3Z4Fp6yNu3cdSllBxTCLRxnplIgP/c0N/04lM= +github.com/gogap/errors v0.0.0-20160523102334-149c546090d0/go.mod h1:tbRYYYC7g/H7QlCeX0Z2zaThWKowF4QQCFIsGgAsqRo= +github.com/gogap/stack v0.0.0-20150131034635-fef68dddd4f8/go.mod h1:6q1WEv2BiAO4FSdwLQTJbWQYAn1/qDNJHUGJNXCj9kM= github.com/gogo/googleapis v0.0.0-20180223154316-0cd9801be74a/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s= github.com/gogo/googleapis v1.1.0/go.mod h1:gf4bu3Q80BeJ6H1S1vYPm8/ELATdvryBaNFGgqEef3s= github.com/gogo/googleapis v1.4.0/go.mod h1:5YRNX2z1oM5gXdAkurHa942MDgEJyk02w4OecKY87+c= @@ -1064,16 +1192,20 @@ github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= github.com/gogo/status v1.0.3/go.mod h1:SavQ51ycCLnc7dGyJxp8YAmudx8xqiVrRf+6IXRsugc= github.com/gogo/status v1.1.0/go.mod h1:BFv9nrluPLmrS0EmGVvLaPNmRosr9KapBYd5/hpY1WM= +github.com/goji/httpauth v0.0.0-20160601135302-2da839ab0f4d/go.mod h1:nnjvkQ9ptGaCkuDUx6wNykzzlUixGxvkme+H/lnzb+A= +github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY= +github.com/golang-jwt/jwt v3.2.2+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I= github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= -github.com/golang-jwt/jwt/v4 v4.2.0 h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU= github.com/golang-jwt/jwt/v4 v4.2.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= +github.com/golang-jwt/jwt/v4 v4.4.1 h1:pC5DB52sCeK48Wlb9oPcdhnjkz1TKt1D/P7WKJ0kUcQ= +github.com/golang-jwt/jwt/v4 v4.4.1/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0= github.com/golang-migrate/migrate/v4 v4.6.2/go.mod h1:JYi6reN3+Z734VZ0akNuyOJNcrg45ZL7LDBMW3WGJL0= github.com/golang-migrate/migrate/v4 v4.7.0/go.mod h1:Qvut3N4xKWjoH3sokBccML6WyHSnggXm/DvMMnTsQIc= github.com/golang-sql/civil v0.0.0-20190719163853-cb61b32ac6fe/go.mod h1:8vg3r2VgvsThLBIFL93Qb5yWzgyZWhEmBwUJWevAkK0= github.com/golang/freetype v0.0.0-20170609003504-e2365dfdc4a0/go.mod h1:E/TSTwGwJL78qG/PmXZO1EjYhfJinVAhrmmHX6Z8B9k= github.com/golang/geo v0.0.0-20190916061304-5b978397cfec/go.mod h1:QZ0nwyI2jOfgRAoBvP+ab5aRr7c9x7lhGEJrKvBwjWI= -github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58= github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= +github.com/golang/glog v1.0.0/go.mod h1:EWib/APOK0SL3dFbYqvxE3UYd8E6s1ouQ7iEp/0LWV4= github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20180513044358-24b0969c4cb7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= @@ -1093,7 +1225,6 @@ github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71 github.com/golang/mock v1.5.0/go.mod h1:CWnOUgYIOo4TcNZ0wHX3YZCqsaM1I1Jvs6v3mP3KVu8= github.com/golang/mock v1.6.0 h1:ErTB+efbowRARo13NNdxyJji2egdxLGQhRaY+DUumQc= github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs= -github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.1.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= @@ -1120,28 +1251,20 @@ github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 h1:23T5iq8rbUYlhpt5 github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2/go.mod h1:k9Qvh+8juN+UKMCS/3jFtGICgW8O96FVaZsaxdzDkR4= github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a h1:w8hkcTqaFpzKqonE9uMCefW1WDie15eSP/4MssdenaM= github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a/go.mod h1:ryS0uhF+x9jgbj/N71xsEqODy9BN81/GonCZiOzirOk= -github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 h1:YYWNAGTKWhKpcLLt7aSj/odlKrSrelQwlovBpDuf19w= github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6/go.mod h1:DbHgvLiFKX1Sh2T1w8Q/h4NAI8MHIpzCdnBUDTXU3I0= github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 h1:9kfjN3AdxcbsZBf8NjltjWihK2QfBBBZuv91cMFfDHw= github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613/go.mod h1:SyvUF2NxV+sN8upjjeVYr5W7tyxaT1JVtvhKhOn2ii8= github.com/golangci/go-tools v0.0.0-20190318055746-e32c54105b7c/go.mod h1:unzUULGw35sjyOYjUt0jMTXqHlZPpPc6e+xfO4cd6mM= -github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 h1:pe9JHs3cHHDQgOFXJJdYkK6fLz2PWyYtP4hthoCMvs8= github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3/go.mod h1:JXrF4TWy4tXYn62/9x8Wm/K/dm06p8tCKwFRDPZG/1o= github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= -github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d h1:pXTK/gkVNs7Zyy7WKgLXmpQ5bHTrq5GDsp8R9Qs67g0= -github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d/go.mod h1:ozx7R9SIwqmqf5pRP90DhR2Oay2UIjGuKheCBCNwAYU= github.com/golangci/gofmt v0.0.0-20181222123516-0b8337e80d98/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a h1:iR3fYXUjHCR97qWS8ch1y9zPNsgXThGwjKPrYfqMPks= github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a/go.mod h1:9qCChq59u/eW8im404Q2WWTrnBUQKjpNYKMbU4M7EFU= github.com/golangci/golangci-lint v1.18.0/go.mod h1:kaqo8l0OZKYPtjNmG4z4HrWLgcYNIJ9B9q3LWri9uLg= -github.com/golangci/golangci-lint v1.21.0/go.mod h1:phxpHK52q7SE+5KpPnti4oZTdFCEsn/tKN+nFvCKXfk= github.com/golangci/golangci-lint v1.26.0/go.mod h1:tefbO6RcigFzvTnDC+Y51kntVGgkuCAVsC+mnfbPruc= -github.com/golangci/golangci-lint v1.31.0/go.mod h1:aMQuNCA+NDU5+4jLL5pEuFHoue0IznKE2+/GsFvvs8A= -github.com/golangci/golangci-lint v1.32.0/go.mod h1:aEG8mkR2s0W900N8YVtSAhhemMGLRWZzASgaHc7eLt4= -github.com/golangci/golangci-lint v1.32.2 h1:CgIeFWTLJ3Nt1w/WU1RO351j/CjN6LIVjppbJfI9nMk= -github.com/golangci/golangci-lint v1.32.2/go.mod h1:ydr+IqtIVyAh72L16aK0bNdNg/YGa+AEgdbKj9MluzI= +github.com/golangci/golangci-lint v1.42.1 h1:nC4WyrbdnNdohDVUoNKjy/4N4FTM1gCFaVeXecy6vzM= +github.com/golangci/golangci-lint v1.42.1/go.mod h1:MuInrVlgg2jq4do6XI1jbkErbVHVbwdrLLtGv6p2wPI= github.com/golangci/gosec v0.0.0-20190211064107-66fb7fc33547/go.mod h1:0qUabqiIQgfmlAmulqxyiGkkyF6/tOGSnY2cnPVwrzU= -github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc h1:gLLhTLMk2/SutryVJ6D4VZCU3CUqr8YloG7FPIBWFpI= github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc/go.mod h1:e5tpTHCfVze+7EpLEozzMB3eafxo2KT5veNg1k6byQU= github.com/golangci/lint-1 v0.0.0-20181222135242-d2cdd8c08219/go.mod h1:/X8TswGSh1pIozq4ZwCfxS0WA5JGXguxk94ar/4c87Y= github.com/golangci/lint-1 v0.0.0-20190420132249-ee948d087217/go.mod h1:66R6K6P6VWk9I95jvqGxkqJxVWGFy9XlDwLwVz1RCFg= @@ -1152,11 +1275,10 @@ github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca/go.mod h1:tvlJhZ github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= github.com/golangci/misspell v0.3.5 h1:pLzmVdl3VxTOncgzHcvLOKirdvcx/TydsClUQXTehjo= github.com/golangci/misspell v0.3.5/go.mod h1:dEbvlSfYbMQDtrpRMQU675gSDLDNa8sCPPChZ7PhiVA= -github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 h1:leSNB7iYzLYSSx3J/s5sVf4Drkc68W2wm4Ixh/mr0us= github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21/go.mod h1:tf5+bzsHdTM0bsB7+8mt0GUMvjCgwLpTapNZHU8AajI= github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0/go.mod h1:qOQCunEYvmd/TLamH+7LlVccLvUH5kZNhbCgTHoBbp4= -github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039 h1:XQKc8IYQOeRwVs36tDrEmTgDgP88d5iEURwpmtiAlOM= -github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039/go.mod h1:qOQCunEYvmd/TLamH+7LlVccLvUH5kZNhbCgTHoBbp4= +github.com/golangci/revgrep v0.0.0-20210208091834-cd28932614b5 h1:c9Mqqrm/Clj5biNaG7rABrmwUq88nHh0uABo2b/WYmc= +github.com/golangci/revgrep v0.0.0-20210208091834-cd28932614b5/go.mod h1:LK+zW4MpyytAWQRz0M4xnzEk50lSvqDQKfx304apFkY= github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 h1:zwtduBRr5SSWhqsYNgcuWO2kFlpdOZbP0+yRjmvPGys= github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4/go.mod h1:Izgrg8RkN3rCIMLGE9CyYmU9pY2Jer6DgANEnZ/L/cQ= github.com/golangplus/testing v0.0.0-20180327235837-af21d9c3145e/go.mod h1:0AA//k/eakGydO4jKRoRL2j92ZKSzTgj9tclaCrvXHk= @@ -1171,7 +1293,11 @@ github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Z github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.1 h1:gK4Kx5IaGY9CD5sPJ36FHiBJ6ZXl0kilRiiCj+jdYp4= github.com/google/btree v1.0.1/go.mod h1:xXMiIv4Fb/0kKde4SpL7qlzvu5cMJDRkFDxJfI9uaxA= -github.com/google/cadvisor v0.39.2/go.mod h1:kN93gpdevu+bpS227TyHVZyCU5bbqCzTj5T9drl34MI= +github.com/google/cadvisor v0.43.0/go.mod h1:+RdMSbc3FVr5NYCD2dOEJy/LI0jYJ/0xJXkzWXEyiFQ= +github.com/google/cel-go v0.9.0/go.mod h1:U7ayypeSkw23szu4GaQTPJGx66c20mx8JklMSxrmI1w= +github.com/google/cel-spec v0.6.0/go.mod h1:Nwjgxy5CbjlPrtCWjeDjUyKMl8w41YBYGjsyDdqk0xA= +github.com/google/certificate-transparency-go v1.0.21/go.mod h1:QeJfpSbVSfYc7RgB3gJFj9cbuQMMchQxrWXz8Ruopmg= +github.com/google/certificate-transparency-go v1.1.1/go.mod h1:FDKqPvSXawb2ecErVRrD+nfy23RCzyl7eqVCEmlT1Zs= github.com/google/flatbuffers v1.11.0/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= github.com/google/flatbuffers v2.0.0+incompatible/go.mod h1:1AeVuKshWv4vARoZatz6mlQ0JxURH0Kv5+zNeJKJCa8= github.com/google/gnostic v0.5.5 h1:xaJtlbPCF2oT4Aidl/Al5W6lRq7g5+biHTihznoaa7k= @@ -1192,12 +1318,10 @@ github.com/google/go-cmp v0.5.7 h1:81/ik6ipDQS2aGcBfIN5dHDB36BwrStyeAQquSYCV4o= github.com/google/go-cmp v0.5.7/go.mod h1:n+brtR0CgQNWTVd5ZUFpTBC8YFBDLK/h/bpaJ8/DtOE= github.com/google/go-containerregistry v0.5.1/go.mod h1:Ct15B4yir3PLOP5jsy0GNeYVaIZs/MK/Jz5any1wFW0= github.com/google/go-github v17.0.0+incompatible/go.mod h1:zLgOLi98H3fifZn+44m+umXrS52loVEgC2AApnigrVQ= -github.com/google/go-github/v27 v27.0.4/go.mod h1:/0Gr8pJ55COkmv+S/yPKCczSkUPIM/LnFyubufRNIS0= github.com/google/go-intervals v0.0.2/go.mod h1:MkaR3LNRfeKLPmqgJYs4E66z5InYjmCjbbr4TQlcT6Y= github.com/google/go-jsonnet v0.14.0/go.mod h1:zPGC9lj/TbjkBtUACIvYR/ILHrFqKRhxeEA+bLyeMnY= github.com/google/go-querystring v1.0.0/go.mod h1:odCYkC5MyYFN7vkCjXpyrEuKhc/BUO6wN/zVPAxq5ck= github.com/google/go-querystring v1.1.0/go.mod h1:Kcdr2DB4koayq7X8pmAG4sNG59So17icRSOU623lUBU= -github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI= github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/gofuzz v1.1.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= github.com/google/gofuzz v1.2.0 h1:xRy4A+RhZaiKjJ1bPfwQ8sedCA+YS2YcCHW6ec7JMi0= @@ -1229,8 +1353,13 @@ github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLe github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 h1:K6RDEckDVWvDI9JAJYCmNdQXq6neHJOYx3V6jnqNEec= github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= +github.com/google/renameio v1.0.0/go.mod h1:t/HQoYBZSsWSNK35C6CO/TpPLDVWvxOHboWUAweKUpk= +github.com/google/renameio v1.0.1 h1:Lh/jXZmvZxb0BBeSY5VKEfidcbcbenKjZFzM/q0fSeU= +github.com/google/renameio v1.0.1/go.mod h1:t/HQoYBZSsWSNK35C6CO/TpPLDVWvxOHboWUAweKUpk= github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 h1:El6M4kTTCOh6aBiKaUGG7oYTSPP8MxqL4YI3kZKwcP4= github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510/go.mod h1:pupxD2MaaD3pAXIBCelhxNneeOaAeabZDe5s4K6zSpQ= +github.com/google/trillian v1.3.11/go.mod h1:0tPraVHrSDkA3BO6vKX67zgLXs6SsOAbHEivX+9mPgw= +github.com/google/uuid v0.0.0-20161128191214-064e2069ce9c/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v0.0.0-20170306145142-6a5e28554805/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= @@ -1238,46 +1367,48 @@ github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+ github.com/google/uuid v1.2.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I= github.com/google/uuid v1.3.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= +github.com/googleapis/gax-go v2.0.0+incompatible/go.mod h1:SFVmujtThgffbyetf+mdk2eWhX2bMyUtNHzFKcPA9HY= github.com/googleapis/gax-go v2.0.2+incompatible h1:silFMLAnr330+NRuag/VjIGF7TLp/LBrV2CJKFLWEww= github.com/googleapis/gax-go v2.0.2+incompatible/go.mod h1:SFVmujtThgffbyetf+mdk2eWhX2bMyUtNHzFKcPA9HY= +github.com/googleapis/gax-go/v2 v2.0.3/go.mod h1:LLvjysVCY1JZeum8Z6l8qUty8fiNwE08qbEPm1M08qg= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= github.com/googleapis/gax-go/v2 v2.1.0/go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pfu6SK+H1/DsU0= -github.com/googleapis/gax-go/v2 v2.1.1 h1:dp3bWCh+PPO1zjRRiCSczJav13sBvG4UhNyVTa1KqdU= github.com/googleapis/gax-go/v2 v2.1.1/go.mod h1:hddJymUZASv3XPyGkUpKj8pPO47Rmb0eJc8R6ouapiM= +github.com/googleapis/gax-go/v2 v2.2.0 h1:s7jOdKSaksJVOxE0Y/S32otcfiP+UQ0cL8/GTKaONwE= +github.com/googleapis/gax-go/v2 v2.2.0/go.mod h1:as02EH8zWkzwUoLbBaFeQ+arQaj/OthfcblKl4IGNaM= github.com/gookit/color v1.1.7/go.mod h1:R3ogXq2B9rTbXoSHJ1HyUVAZ3poOJHpd9nQmyGZsfvQ= -github.com/gookit/color v1.2.5/go.mod h1:AhIE+pS6D4Ql0SQWbBeXPHw7gY0/sjHoA4s/n1KB7xg= -github.com/gookit/color v1.2.9/go.mod h1:AhIE+pS6D4Ql0SQWbBeXPHw7gY0/sjHoA4s/n1KB7xg= -github.com/gookit/color v1.3.1/go.mod h1:R3ogXq2B9rTbXoSHJ1HyUVAZ3poOJHpd9nQmyGZsfvQ= +github.com/gookit/color v1.4.2/go.mod h1:fqRyamkC1W8uxl+lxCQxOT09l/vYfZ+QeiX3rKQHCoQ= github.com/gophercloud/gophercloud v0.0.0-20190208042652-bc37892e1968/go.mod h1:3WdhXV3rUYy9p6AUW8d94kr+HS62Y4VL9mBnFxsD8q4= -github.com/gophercloud/gophercloud v0.0.0-20190212181753-892256c46858/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8= github.com/gophercloud/gophercloud v0.6.1-0.20191122030953-d8ac278c1c9d/go.mod h1:ozGNgr9KYOVATV5jsgHl/ceCDXGuguqOZAzoQ/2vcNM= github.com/gophercloud/gophercloud v0.10.1-0.20200424014253-c3bfe50899e5/go.mod h1:gmC5oQqMDOMO1t1gq5DquX/yAU808e/4mzjjDA76+Ss= -github.com/gophercloud/gophercloud v0.12.0/go.mod h1:gmC5oQqMDOMO1t1gq5DquX/yAU808e/4mzjjDA76+Ss= github.com/gophercloud/gophercloud v0.15.1-0.20210202035223-633d73521055/go.mod h1:wRtmUelyIIv3CSSDI47aUwbs075O6i+LY+pXsKCBsb4= github.com/gophercloud/gophercloud v0.16.0/go.mod h1:wRtmUelyIIv3CSSDI47aUwbs075O6i+LY+pXsKCBsb4= github.com/gophercloud/gophercloud v0.17.0/go.mod h1:wRtmUelyIIv3CSSDI47aUwbs075O6i+LY+pXsKCBsb4= +github.com/gophercloud/gophercloud v0.18.0/go.mod h1:wRtmUelyIIv3CSSDI47aUwbs075O6i+LY+pXsKCBsb4= github.com/gophercloud/gophercloud v0.19.0/go.mod h1:wRtmUelyIIv3CSSDI47aUwbs075O6i+LY+pXsKCBsb4= github.com/gophercloud/gophercloud v0.20.0/go.mod h1:wRtmUelyIIv3CSSDI47aUwbs075O6i+LY+pXsKCBsb4= github.com/gophercloud/gophercloud v0.24.0 h1:jDsIMGJ1KZpAjYfQgGI2coNQj5Q83oPzuiGJRFWgMzw= github.com/gophercloud/gophercloud v0.24.0/go.mod h1:Q8fZtyi5zZxPS/j9aj3sSxtvj41AdQMDwyo1myduD5c= github.com/gophercloud/utils v0.0.0-20190128072930-fbb6ab446f01/go.mod h1:wjDF8z83zTeg5eMLml5EBSlAhbF7G8DobyI1YsMuyzw= -github.com/gophercloud/utils v0.0.0-20190313033024-0bcc8e728cb5/go.mod h1:SZ9FTKibIotDtCrxAU/evccoyu1yhKST6hgBvwTB5Eg= github.com/gophercloud/utils v0.0.0-20200423144003-7c72efc7435d/go.mod h1:ehWUbLQJPqS0Ep+CxeD559hsm9pthPXadJNKwZkp43w= github.com/gophercloud/utils v0.0.0-20210202040619-eca783186fc4/go.mod h1:wx8HMD8oQD0Ryhz6+6ykq75PJ79iPyEqYHfwZ4l7OsA= -github.com/gophercloud/utils v0.0.0-20210323225332-7b186010c04f/go.mod h1:wx8HMD8oQD0Ryhz6+6ykq75PJ79iPyEqYHfwZ4l7OsA= +github.com/gophercloud/utils v0.0.0-20210530213738-7c693d7efe47/go.mod h1:wx8HMD8oQD0Ryhz6+6ykq75PJ79iPyEqYHfwZ4l7OsA= github.com/gophercloud/utils v0.0.0-20210720165645-8a3ad2ad9e70/go.mod h1:wx8HMD8oQD0Ryhz6+6ykq75PJ79iPyEqYHfwZ4l7OsA= -github.com/gophercloud/utils v0.0.0-20210909165623-d7085207ff6d h1:0Wsi5dvUuPF6dVn/CNfEA4xLxmaEtOt7tV2HD16xIf8= -github.com/gophercloud/utils v0.0.0-20210909165623-d7085207ff6d/go.mod h1:qOGlfG6OIJ193/c3Xt/XjOfHataNZdQcVgiu93LxBUM= +github.com/gophercloud/utils v0.0.0-20220307143606-8e7800759d16 h1:slt/exMiitZNY+5OrKJ6ZvSogqN+SyzeYzAtyI6db9A= +github.com/gophercloud/utils v0.0.0-20220307143606-8e7800759d16/go.mod h1:qOGlfG6OIJ193/c3Xt/XjOfHataNZdQcVgiu93LxBUM= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gopherjs/gopherjs v0.0.0-20181103185306-d547d1d9531e/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/gopherjs/gopherjs v0.0.0-20200217142428-fce0ec30dd00/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= +github.com/gordonklaus/ineffassign v0.0.0-20200309095847-7953dde2c7bf/go.mod h1:cuNKsD1zp2v6XfE/orVX2QE1LC+i254ceGcVeDT3pTU= +github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254 h1:Nb2aRlC404yz7gQIfRZxX9/MLvQiqXyiBTJtgAy6yrI= +github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254/go.mod h1:M9mZEtGIsR1oDaZagNPNG9iq9n2HrhZ17dsXk73V3Lw= +github.com/gorhill/cronexpr v0.0.0-20180427100037-88b0669f7d75/go.mod h1:g2644b03hfBX9Ov0ZBDgXXens4rxSxmqFBbhvKv2yVA= github.com/gorilla/context v1.1.1/go.mod h1:kBGZzfjB9CEq2AlWe17Uuf7NDRt0dE0s8S51q0aT7Yg= github.com/gorilla/csrf v1.7.1 h1:Ir3o2c1/Uzj6FBxMlAUB6SivgVMy1ONXwYgXn+/aHPE= github.com/gorilla/csrf v1.7.1/go.mod h1:+a/4tCmqhG6/w4oafeAZ9pEa3/NZOWYVbD9fV0FwIQA= github.com/gorilla/handlers v1.4.2/go.mod h1:Qkdc/uu4tH4g6mTK6auzZ766c4CA0Ng8+o/OAirnOIQ= -github.com/gorilla/mux v0.0.0-20191024121256-f395758b854c/go.mod h1:DVbg23sWSpFRCP0SfiEN6jmj59UnW/n46BH5rLB71So= github.com/gorilla/mux v1.6.2/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/mux v1.7.1/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= github.com/gorilla/mux v1.7.3/go.mod h1:1lud6UwP+6orDFRuTfBEV8e9/aOM/c4fVVCaMa2zaAs= @@ -1295,11 +1426,15 @@ github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/ad github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gostaticanalysis/analysisutil v0.0.3/go.mod h1:eEOZF4jCKGi+aprrirO9e7WKB3beBRtWgqGunKl6pKE= github.com/gostaticanalysis/analysisutil v0.1.0/go.mod h1:dMhHRU9KTiDcuLGdy87/2gTR8WruwYZrKdRq9m1O6uw= -github.com/gostaticanalysis/analysisutil v0.2.1 h1:OfNeM+FV1AOdvwfQY8Iuq2XTQrsc2isCVXw+l3SftP0= -github.com/gostaticanalysis/analysisutil v0.2.1/go.mod h1:18U/DLpRgIUd459wGxVHE0fRgmo1UgHDcbw7F5idXu0= +github.com/gostaticanalysis/analysisutil v0.4.1 h1:/7clKqrVfiVwiBQLM0Uke4KvXnO6JcCTS7HwF2D6wG8= +github.com/gostaticanalysis/analysisutil v0.4.1/go.mod h1:18U/DLpRgIUd459wGxVHE0fRgmo1UgHDcbw7F5idXu0= github.com/gostaticanalysis/comment v1.3.0/go.mod h1:xMicKDx7XRXYdVwY9f9wQpDJVnqWxw9wCauCMKp+IBI= github.com/gostaticanalysis/comment v1.4.1 h1:xHopR5L2lRz6OsjH4R2HG5wRhW9ySl3FsHIvi5pcXwc= github.com/gostaticanalysis/comment v1.4.1/go.mod h1:ih6ZxzTHLdadaiSnF5WY3dxUoXfXAlTaRzuaNDlSado= +github.com/gostaticanalysis/forcetypeassert v0.0.0-20200621232751-01d4955beaa5 h1:rx8127mFPqXXsfPSo8BwnIU97MKFZc89WHAHt8PwDVY= +github.com/gostaticanalysis/forcetypeassert v0.0.0-20200621232751-01d4955beaa5/go.mod h1:qZEedyP/sY1lTGV1uJ3VhWZ2mqag3IkWsDHVbplHXak= +github.com/gostaticanalysis/nilerr v0.1.1 h1:ThE+hJP0fEp4zWLkWHWcRyI2Od0p7DlgYG3Uqrmrcpk= +github.com/gostaticanalysis/nilerr v0.1.1/go.mod h1:wZYb6YI5YAxxq0i1+VJbY0s2YONW0HU0GPE3+5PWN4A= github.com/gosuri/uitable v0.0.4/go.mod h1:tKR86bXuXPZazfOTG1FIzvjIdXzd0mo4Vtn16vt0PJo= github.com/grafana/dskit v0.0.0-20210819132858-471020752967/go.mod h1:uF46UNN1/feB1egpq8UGbBBKvJjGgZauW7pcVbeFLLM= github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= @@ -1314,9 +1449,11 @@ github.com/grpc-ecosystem/go-grpc-middleware/providers/kit/v2 v2.0.0-20201002093 github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-20200501113911-9a95f0fdbfea/go.mod h1:GugMBs30ZSAkckqXEAIEGyYdDH6EgqowG8ppA3Zt+AY= github.com/grpc-ecosystem/go-grpc-middleware/v2 v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7/go.mod h1:GhphxcdlaRyAuBSvo6rV71BvQcvB/vuX8ugCyybuS2k= github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= +github.com/grpc-ecosystem/grpc-gateway v1.5.0/go.mod h1:RSKVYQBd5MCa4OVpNdGskqpgL2+G+NZTnrVHpWWfpdw= github.com/grpc-ecosystem/grpc-gateway v1.8.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= +github.com/grpc-ecosystem/grpc-gateway v1.12.1/go.mod h1:8XEsbTttt/W+VvjtQhLACqCisSPWTxCZ7sBRjU6iH9c= github.com/grpc-ecosystem/grpc-gateway v1.14.6/go.mod h1:zdiPV4Yse/1gnckTHtghG4GkDEdKCRJduHpTxT3/jcw= github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= github.com/grpc-ecosystem/grpc-health-probe v0.3.2/go.mod h1:izVOQ4RWbjUR6lm4nn+VLJyQ+FyaiGmprEYgI04Gs7U= @@ -1327,6 +1464,7 @@ github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542/go.mod h1:Ow0tF8D4Kplb github.com/hailocab/go-hostpool v0.0.0-20160125115350-e80d13ce29ed/go.mod h1:tMWxXQ9wFIaZeTI9F+hmhFiGpFmhOHzyShyFUhRm0H4= github.com/hashicorp/aws-sdk-go-base v0.4.0/go.mod h1:eRhlz3c4nhqxFZJAahJEFL7gh6Jyj5rQmQc7F9eHFyQ= github.com/hashicorp/aws-sdk-go-base v0.6.0/go.mod h1:2fRjWDv3jJBeN6mVWFHV6hFTNeFBx2gpDLQaZNxUVAY= +github.com/hashicorp/aws-sdk-go-base v0.7.0/go.mod h1:2fRjWDv3jJBeN6mVWFHV6hFTNeFBx2gpDLQaZNxUVAY= github.com/hashicorp/consul v0.0.0-20171026175957-610f3c86a089/go.mod h1:mFrjN1mfidgJfYP1xrJCF+AfRhr6Eaqhb2+sfyn/OOI= github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= github.com/hashicorp/consul/api v1.3.0/go.mod h1:MmDNSzIMUjNpY/mQ398R4bk2FnqQLoPndWW5VkKPlCE= @@ -1354,6 +1492,8 @@ github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/S github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320/go.mod h1:EiZBMaudVLy8fmjf9Npq1dq9RalhveqZG5w/yz3mHWs= github.com/hashicorp/go-getter v1.4.0/go.mod h1:7qxyCd8rBfcShwsvxgIguu4KbS3l8bUCwg2Umn7RjeY= github.com/hashicorp/go-getter v1.4.2-0.20200106182914-9813cbd4eb02/go.mod h1:7qxyCd8rBfcShwsvxgIguu4KbS3l8bUCwg2Umn7RjeY= +github.com/hashicorp/go-getter v1.5.1/go.mod h1:a7z7NPPfNQpJWcn4rSWFtdrSldqLdLPEF3d8nFMsSLM= +github.com/hashicorp/go-getter v1.5.2/go.mod h1:orNH3BTYLu/fIxGIdLjLoAJHWMDQ/UKQr5O4m3iBuoo= github.com/hashicorp/go-getter v1.5.3/go.mod h1:BrrV/1clo8cCYu6mxvboYg+KutTiFnXjMEgDD8+i7ZI= github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd/go.mod h1:9bjs9uLqI8l75knNv3lV1kA55veR+WUPSiKIWcQHudI= github.com/hashicorp/go-hclog v0.0.0-20181001195459-61d530d6c27f/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ= @@ -1418,7 +1558,7 @@ github.com/hashicorp/hcl/v2 v2.0.0/go.mod h1:oVVDG71tEinNGYCxinCYadcmKU9bglqW9pV github.com/hashicorp/hcl/v2 v2.1.0/go.mod h1:oVVDG71tEinNGYCxinCYadcmKU9bglqW9pV3txagJ90= github.com/hashicorp/hcl/v2 v2.3.0/go.mod h1:d+FwDBbOLvpAM3Z6J7gPj/VoAGkNe/gm352ZhjJ/Zv8= github.com/hashicorp/hcl/v2 v2.5.0/go.mod h1:bQTN5mpo+jewjJgh8jr0JUguIi7qPHUF6yIfAEN3jqY= -github.com/hashicorp/hcl/v2 v2.6.0/go.mod h1:bQTN5mpo+jewjJgh8jr0JUguIi7qPHUF6yIfAEN3jqY= +github.com/hashicorp/hcl/v2 v2.8.2/go.mod h1:bQTN5mpo+jewjJgh8jr0JUguIi7qPHUF6yIfAEN3jqY= github.com/hashicorp/hcl/v2 v2.10.0/go.mod h1:FwWsfWEjyV/CMj8s/gqAuiviY72rJ1/oayI9WftqcKg= github.com/hashicorp/hcl2 v0.0.0-20190821123243-0c888d1241f6/go.mod h1:Cxv+IJLuBiEhQ7pBYGEuORa0nr4U994pE8mYLuFd7v0= github.com/hashicorp/hil v0.0.0-20190212112733-ab17b08d6590/go.mod h1:n2TSygSNwsLJ76m8qFXTSc7beTb+auJxYdqrnoqwZWE= @@ -1436,19 +1576,18 @@ github.com/hashicorp/serf v0.0.0-20160124182025-e4ec8cc423bb/go.mod h1:h/Ru6tmZa github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= github.com/hashicorp/serf v0.9.5/go.mod h1:UWDWwZeL5cuWDJdl0C6wrvrUwEqtQ4ZKBKKENpqIUyk= github.com/hashicorp/terraform v0.12.21/go.mod h1:eJcloDEx5ywM4a1tetIuVrlqklM0bUVRYJBYAh4CYzA= -github.com/hashicorp/terraform v0.13.4/go.mod h1:1H1qcnppNc/bBGc7poOfnmmBeQMlF0stEN3haY3emCU= +github.com/hashicorp/terraform v0.14.6/go.mod h1:sRTcqhXPHnxp/zjhVkxTYCiluMzUqV8IWikuglTrz6o= github.com/hashicorp/terraform-config-inspect v0.0.0-20190821133035-82a99dc22ef4/go.mod h1:JDmizlhaP5P0rYTTZB0reDMefAiJyfWPEtugV4in1oI= github.com/hashicorp/terraform-config-inspect v0.0.0-20191115094559-17f92b0546e8/go.mod h1:p+ivJws3dpqbp1iP84+npOyAmTTOLMgCzrXd3GSdn/A= github.com/hashicorp/terraform-config-inspect v0.0.0-20191121111010-e9629612a215/go.mod h1:p+ivJws3dpqbp1iP84+npOyAmTTOLMgCzrXd3GSdn/A= github.com/hashicorp/terraform-config-inspect v0.0.0-20191212124732-c6ae6269b9d7/go.mod h1:p+ivJws3dpqbp1iP84+npOyAmTTOLMgCzrXd3GSdn/A= github.com/hashicorp/terraform-config-inspect v0.0.0-20200806211835-c481b8bfa41e/go.mod h1:Z0Nnk4+3Cy89smEbrq+sl1bxc9198gIP4I7wcQF6Kqs= -github.com/hashicorp/terraform-exec v0.1.1/go.mod h1:yKWvMPtkTaHpeAmllw+1qdHZ7E5u+pAZ+x8e2jQF6gM= -github.com/hashicorp/terraform-exec v0.3.0/go.mod h1:yKWvMPtkTaHpeAmllw+1qdHZ7E5u+pAZ+x8e2jQF6gM= github.com/hashicorp/terraform-exec v0.10.0/go.mod h1:tOT8j1J8rP05bZBGWXfMyU3HkLi1LWyqL3Bzsc3CJjo= +github.com/hashicorp/terraform-exec v0.13.1/go.mod h1:vH84znKpolnS9NPiDh8xeFsZopfTHQpQKjbKbXLPVrE= github.com/hashicorp/terraform-exec v0.13.3/go.mod h1:SSg6lbUsVB3DmFyCPjBPklqf6EYGX0TlQ6QTxOlikDU= github.com/hashicorp/terraform-json v0.4.0/go.mod h1:eAbqb4w0pSlRmdvl8fOyHAi/+8jnkVYN28gJkSJrLhU= github.com/hashicorp/terraform-json v0.5.0/go.mod h1:eAbqb4w0pSlRmdvl8fOyHAi/+8jnkVYN28gJkSJrLhU= -github.com/hashicorp/terraform-json v0.6.0/go.mod h1:eAbqb4w0pSlRmdvl8fOyHAi/+8jnkVYN28gJkSJrLhU= +github.com/hashicorp/terraform-json v0.9.0/go.mod h1:3defM4kkMfttwiE7VakJDwCd4R+umhSQnvJwORXbprE= github.com/hashicorp/terraform-json v0.10.0/go.mod h1:3defM4kkMfttwiE7VakJDwCd4R+umhSQnvJwORXbprE= github.com/hashicorp/terraform-json v0.11.0/go.mod h1:pmbq9o4EuL43db5+0ogX10Yofv1nozM+wskr/bGFJpI= github.com/hashicorp/terraform-plugin-go v0.3.0/go.mod h1:dFHsQMaTLpON2gWhVWT96fvtlc/MF1vSy3OdMhWBzdM= @@ -1457,23 +1596,17 @@ github.com/hashicorp/terraform-plugin-sdk v1.1.1/go.mod h1:NuwtLpEpPsFaKJPJNGtMc github.com/hashicorp/terraform-plugin-sdk v1.4.0/go.mod h1:H5QLx/uhwfxBZ59Bc5SqT19M4i+fYt7LZjHTpbLZiAg= github.com/hashicorp/terraform-plugin-sdk v1.7.0/go.mod h1:OjgQmey5VxnPej/buEhe+YqKm0KNvV3QqU4hkqHqPCY= github.com/hashicorp/terraform-plugin-sdk v1.8.0/go.mod h1:OjgQmey5VxnPej/buEhe+YqKm0KNvV3QqU4hkqHqPCY= -github.com/hashicorp/terraform-plugin-sdk v1.9.0/go.mod h1:C/AXwmDHqbc3h6URiHpIsVKrwV4PS0Sh0+VTaeEkShw= github.com/hashicorp/terraform-plugin-sdk v1.11.0/go.mod h1:HiWIPD/T9HixIhQUwaSoDQxo4BLFdmiBi/Qz5gjB8Q0= github.com/hashicorp/terraform-plugin-sdk v1.12.0/go.mod h1:HiWIPD/T9HixIhQUwaSoDQxo4BLFdmiBi/Qz5gjB8Q0= github.com/hashicorp/terraform-plugin-sdk v1.13.1/go.mod h1:HiWIPD/T9HixIhQUwaSoDQxo4BLFdmiBi/Qz5gjB8Q0= github.com/hashicorp/terraform-plugin-sdk v1.14.0/go.mod h1:t62Xy+m7Zjq5tA2vrs8Wuo/TQ0sc9Mx9MjXL3+7MHBQ= -github.com/hashicorp/terraform-plugin-sdk v1.15.0/go.mod h1:PuFTln8urDmRM6mV0II6apOTsyG/iHkxp+5W11eJE58= github.com/hashicorp/terraform-plugin-sdk v1.16.0/go.mod h1:5sVxrwW6/xzFhZyql+Q9zXCUEJaGWcBIxBbZFLpVXOI= -github.com/hashicorp/terraform-plugin-sdk/v2 v2.0.0/go.mod h1:xOf85UtHJ0/9/EF3eKgZFlJ6feN8sDtjQRWRHhimCUw= github.com/hashicorp/terraform-plugin-sdk/v2 v2.6.1/go.mod h1:72j8cKfs9IirGhPMXJJWLTvRUK4zATtrCOvs2avDlo8= github.com/hashicorp/terraform-plugin-test v1.2.0/go.mod h1:QIJHYz8j+xJtdtLrFTlzQVC0ocr3rf/OjIpgZLK56Hs= github.com/hashicorp/terraform-plugin-test v1.3.0/go.mod h1:QIJHYz8j+xJtdtLrFTlzQVC0ocr3rf/OjIpgZLK56Hs= -github.com/hashicorp/terraform-plugin-test v1.4.3/go.mod h1:UA7z/02pgqsRLut4DJIPm0Hjnj27uOvhi19c8kTqIfM= -github.com/hashicorp/terraform-plugin-test/v2 v2.0.0-20200724200815-faa9931ac59e/go.mod h1:C6VALgUlvaif+PnHyRGKWPTdQkMJK4NQ20VJolxZLI0= github.com/hashicorp/terraform-plugin-test/v2 v2.1.2/go.mod h1:jerO5mrd+jVNALy8aiq+VZOg/CR8T2T1QR3jd6JKGOI= github.com/hashicorp/terraform-provider-azuread v1.6.0/go.mod h1:Hke8Mcp3c/awlwca3gnkgClPrfJbCvizXVUIUHlD+sw= -github.com/hashicorp/terraform-provider-google v1.20.1-0.20200824213103-e32ba28ec398/go.mod h1:qc51ZGlewTr4W9ho2SxvlPETQmDyeN/kC27b1mTQuQw= -github.com/hashicorp/terraform-provider-kubernetes v1.13.3/go.mod h1:XSLp2+OcV4wZQ6VhgHswDwz4LJwiwO1/vbJYKt+gqWg= +github.com/hashicorp/terraform-provider-google v1.20.1-0.20200922000057-78da461b151a/go.mod h1:4JrXtiICFM47r7o5k5wNOynNNog+L5L9PNCsfaKFheU= github.com/hashicorp/terraform-provider-vsphere v1.24.3/go.mod h1:FgcsrcPpnjLUO4XWpudYiBho9ETIXYRxVXWV7R3Iz6k= github.com/hashicorp/terraform-svchost v0.0.0-20191011084731-65d371908596/go.mod h1:kNDNcF7sN4DocDLBkQYz73HGKwN1ANB1blq4lIYLYvg= github.com/hashicorp/terraform-svchost v0.0.0-20191119180714-d2e4933b9136/go.mod h1:kNDNcF7sN4DocDLBkQYz73HGKwN1ANB1blq4lIYLYvg= @@ -1487,13 +1620,15 @@ github.com/heketi/heketi v10.3.0+incompatible/go.mod h1:bB9ly3RchcQqsQ9CpyaQwvva github.com/heketi/tests v0.0.0-20151005000721-f3775cbcefd6/go.mod h1:xGMAM8JLi7UkZt1i4FQeQy0R2T8GLUwQhOP5M1gBhy4= github.com/hetznercloud/hcloud-go v1.24.0/go.mod h1:3YmyK8yaZZ48syie6xpm3dt26rtB6s65AisBHylXYFA= github.com/hinshun/vt10x v0.0.0-20180616224451-1954e6464174/go.mod h1:DqJ97dSdRW1W22yXSB90986pcOyQ7r45iio1KN2ez1A= -github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c h1:kp3AxgXgDOmIJFR7bIwqFhwJ2qWar8tEQSE5XXhCfVk= github.com/hinshun/vt10x v0.0.0-20180809195222-d55458df857c/go.mod h1:DqJ97dSdRW1W22yXSB90986pcOyQ7r45iio1KN2ez1A= +github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec h1:qv2VnGeEQHchGaZ/u7lxST/RaJw+cv273q79D81Xbog= +github.com/hinshun/vt10x v0.0.0-20220119200601-820417d04eec/go.mod h1:Q48J4R4DvxnHolD5P8pOtXigYlRuPLGl6moFx3ulM68= github.com/hodgesds/perf-utils v0.0.8/go.mod h1:F6TfvsbtrF88i++hou29dTXlI2sfsJv+gRZDtmTJkAs= github.com/hokaccha/go-prettyjson v0.0.0-20170213120834-e6b9231a2b1c/go.mod h1:pFlLw2CfqZiIBOx6BuCeRLCrfxBJipTY0nIOF/VbGcI= github.com/hooklift/assert v0.0.0-20170704181755-9d1defd6d214/go.mod h1:kj6hFWqfwSjFjLnYW5PK1DoxZ4O0uapwHRmd9jhln4E= github.com/hooklift/iso9660 v1.0.0/go.mod h1:sOC47ru8lB0DlU0EZ7BJ0KCP5rDqOvx0c/5K5ADm8H0= github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= +github.com/huandu/xstrings v1.0.0/go.mod h1:4qWG/gcEcfX4z/mBDHJ++3ReCw9ibxbsNJbcucJdbSo= github.com/huandu/xstrings v1.2.0/go.mod h1:DvyZB1rfVYsBIigL8HwpZgxHwXozlTgGqn63UyNX5k4= github.com/huandu/xstrings v1.3.1/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= github.com/huandu/xstrings v1.3.2/go.mod h1:y5/lhBue+AyNmUVz9RLU9xbLR0o4KIIExikq4ovT0aE= @@ -1502,6 +1637,7 @@ github.com/hydrogen18/memlistener v0.0.0-20200120041712-dcc25e7acd91/go.mod h1:q github.com/iancoleman/strcase v0.0.0-20190422225806-e506e3ef7365/go.mod h1:SK73tn/9oHe+/Y0h39VT4UCxmurVJkR5NA7kMEAOgSE= github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= +github.com/imdario/mergo v0.3.4/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.7/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= github.com/imdario/mergo v0.3.8/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= @@ -1524,29 +1660,35 @@ github.com/influxdata/promql/v2 v2.12.0/go.mod h1:fxOPu+DY0bqCTCECchSRtWfc+0X19y github.com/influxdata/roaring v0.4.13-0.20180809181101-fc520f41fab6/go.mod h1:bSgUQ7q5ZLSO+bKBGqJiCBGAl+9DxyW63zLTujjUlOE= github.com/influxdata/tdigest v0.0.2-0.20210216194612-fc98d27c9e8b/go.mod h1:Z0kXnxzbTC2qrx4NaIzYkE1k66+6oEDQTvL95hQFh5Y= github.com/influxdata/usage-client v0.0.0-20160829180054-6d3895376368/go.mod h1:Wbbw6tYNvwa5dlB6304Sd+82Z3f7PmVZHVKU637d4po= +github.com/intel/goresctrl v0.2.0/go.mod h1:+CZdzouYFn5EsxgqAQTEzMfwKwuc0fVdMrT9FCCAVRQ= github.com/iris-contrib/blackfriday v2.0.0+incompatible/go.mod h1:UzZ2bDEoaSGPbkg6SAB4att1aAwTmVIx/5gCVqeyUdI= github.com/iris-contrib/go.uuid v2.0.0+incompatible/go.mod h1:iz2lgM/1UnEf1kP0L/+fafWORmlnuysV2EMP8MW+qe0= github.com/iris-contrib/jade v1.1.3/go.mod h1:H/geBymxJhShH5kecoiOCSssPX7QWYH7UaeZTSWddIk= github.com/iris-contrib/pongo2 v0.0.1/go.mod h1:Ssh+00+3GAZqSQb30AvBRNxBx7rf0GqwkjqxNd0u65g= github.com/iris-contrib/schema v0.0.1/go.mod h1:urYA3uvUNG1TIIjOSCzHr9/LmbQo8LrOcOqfqxa4hXw= github.com/ishidawataru/sctp v0.0.0-20190723014705-7c296d48a2b5/go.mod h1:DM4VvS+hD/kDi1U1QsX2fnZowwBhqD0Dk3bRPKF/Oc8= +github.com/j-keck/arping v1.0.2/go.mod h1:aJbELhR92bSk7tp79AWM/ftfc90EfEi2bQJrbBFOsPw= github.com/jackc/fake v0.0.0-20150926172116-812a484cc733/go.mod h1:WrMFNQdiFJ80sQsxDoMokWK1W5TQtxBFNpzWTD84ibQ= github.com/jackc/pgx v3.2.0+incompatible/go.mod h1:0ZGrqGqkRlliWnWB4zKnWtjbSWbGkVEFm4TeybAXq+I= github.com/jarcoal/httpmock v1.0.5/go.mod h1:ATjnClrvW/3tijVmpL/va5Z3aAyGvqU3gCT8nX0Txik= github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99/go.mod h1:1lJo3i6rXxKeerYnT8Nvf0QmHCRC1n8sfWVwXF2Frvo= github.com/jcmturner/gofork v1.0.0/go.mod h1:MK8+TM0La+2rjBD4jE12Kj1pCCxK7d2LK/UM3ncEo0o= github.com/jedib0t/go-pretty v4.3.0+incompatible/go.mod h1:XemHduiw8R651AF9Pt4FwCTKeG3oo7hrHJAoznj9nag= +github.com/jellevandenhooff/dkim v0.0.0-20150330215556-f50fe3d243e1/go.mod h1:E0B/fFc00Y+Rasa88328GlI/XbtyysCtTHZS8h7IrBU= github.com/jen20/awspolicyequivalence v1.1.0/go.mod h1:PV1fS2xyHhCLp83vbgSMFr2drM4GzG61wkz+k4pOG3E= github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= github.com/jessevdk/go-flags v1.5.0/go.mod h1:Fw0T6WPc1dYxT4mKEZRfG5kJhaTDP9pj1c2EWnYs/m4= github.com/jewzaam/go-cosmosdb v0.0.0-20220315232836-282b67c5b234 h1:R0Hokq55Hv3SpbXyfZRh8vIrKFAPZ+SQqyTsRc7J/4E= github.com/jewzaam/go-cosmosdb v0.0.0-20220315232836-282b67c5b234/go.mod h1:kZxm8EB19+pd3nT92t0aQblXb7K4sHG8cp59cleqdNc= -github.com/jewzaam/installer-aro v0.9.0-master.0.20220208140934-766bcf74e25c h1:yg14zwP4cFO98qqFlbkNqcouP/J0+zdCUf11qa/J/PU= -github.com/jewzaam/installer-aro v0.9.0-master.0.20220208140934-766bcf74e25c/go.mod h1:qjvlt/LNPsGbLg2DtyY0VzxfKo+WVwcxJhektwKU+5E= +github.com/jewzaam/installer-aro v0.9.0-master.0.20220524230743-7e2aa7a0cc1a h1:dz4VJywAe1LvRMqwl8mkaVLb0vfvp+4NBT+EaxXj6oE= +github.com/jewzaam/installer-aro v0.9.0-master.0.20220524230743-7e2aa7a0cc1a/go.mod h1:ak+tefHa9dwYifd0+K910jIyFuRuqHjtr/htkxI8IZo= +github.com/jgautheron/goconst v1.5.1 h1:HxVbL1MhydKs8R8n/HE5NPvzfaYmQJA3o879lE4+WcM= +github.com/jgautheron/goconst v1.5.1/go.mod h1:aAosetZ5zaeC/2EfMeRswtxUFBpe2Hr7HzkgX4fanO4= github.com/jhump/protoreflect v1.6.0/go.mod h1:eaTn3RZAmMBcV0fifFvlm6VHNz3wSkYyXYWUh7ymB74= -github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a h1:GmsqmapfzSJkm28dhRoHz2tLRbJmqhU86IPgBtN3mmk= +github.com/jhump/protoreflect v1.6.1/go.mod h1:RZQ/lnuN+zqeRVpQigTwO6o0AJUkxbnSnpuG7toUTG4= github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a/go.mod h1:xRskid8CManxVta/ALEhJha/pweKBaVG6fWgc0yH25s= -github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a/go.mod h1:yL958EeXv8Ylng6IfnvG4oflryUi3vgA3xPs9hmII1s= +github.com/jingyugao/rowserrcheck v1.1.0 h1:u6h4eiNuCLqk73Ic5TXQq9yZS+uEXTdusn7c3w1Mr6A= +github.com/jingyugao/rowserrcheck v1.1.0/go.mod h1:TOQpc2SLx6huPfoFGK3UOnEG+u02D3C1GeosjupAKCA= github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3/go.mod h1:HEWGJkRDzjJY2sqdDwxccsGicWEf9BQOZsq2tV+xzM0= github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af h1:KA9BjwUk7KlCh6S9EAGWBt1oExIUv9WyNCiRz5amv48= github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af/go.mod h1:HEWGJkRDzjJY2sqdDwxccsGicWEf9BQOZsq2tV+xzM0= @@ -1564,6 +1706,7 @@ github.com/joeshaw/multierror v0.0.0-20140124173710-69b34d4ec901/go.mod h1:Z86h9 github.com/joho/godotenv v1.3.0 h1:Zjp+RcGpHhGlrMbJzXTrZZPrWj+1vfm90La1wgB6Bhc= github.com/joho/godotenv v1.3.0/go.mod h1:7hK45KPybAkOC6peb+G5yklZfMxEjkZhHbwpqxOKXbg= github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= +github.com/jonboulle/clockwork v0.2.0/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8= github.com/jonboulle/clockwork v0.2.2 h1:UOGuzwb1PwsrDAObMuhUnj0p5ULPj8V/xJ7Kx9qUBdQ= github.com/jonboulle/clockwork v0.2.2/go.mod h1:Pkfl5aHPm1nk2H9h0bjmnJD/BcgbGXUBGnn1kMkgxc8= github.com/josharian/intern v1.0.0 h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY= @@ -1573,7 +1716,6 @@ github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX github.com/jsimonetti/rtnetlink v0.0.0-20190606172950-9527aa82566a/go.mod h1:Oz+70psSo5OFh8DBl0Zv2ACw7Esh6pPUphlvZG9x7uw= github.com/jsimonetti/rtnetlink v0.0.0-20190830100107-3784a6c7c552/go.mod h1:Oz+70psSo5OFh8DBl0Zv2ACw7Esh6pPUphlvZG9x7uw= github.com/jsimonetti/rtnetlink v0.0.0-20200117123717-f846d4f6c1f4/go.mod h1:WGuG/smIU4J/54PblvSbh+xvCZmpJnFgr3ds6Z55XMQ= -github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/json-iterator/go v1.1.5/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= @@ -1591,8 +1733,11 @@ github.com/jsternberg/zap-logfmt v1.0.0/go.mod h1:uvPs/4X51zdkcm5jXl5SYoN+4RK21K github.com/jtolds/gls v4.2.1+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= github.com/juju/ansiterm v0.0.0-20180109212912-720a0952cc2a/go.mod h1:UJSiEoRfvx3hP73CvoARgeLjaIOjybY9vj8PUPPFGeU= +github.com/juju/ratelimit v1.0.1/go.mod h1:qapgC/Gy+xNh9UxzV13HGGl/6UXNN+ct+vwSgWNm/qk= github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= +github.com/julz/importas v0.0.0-20210419104244-841f0c0fe66d h1:XeSMXURZPtUffuWAaq90o6kLgZdgu+QA8wk4MPC8ikI= +github.com/julz/importas v0.0.0-20210419104244-841f0c0fe66d/go.mod h1:oSFU2R4XK/P7kNBrnL/FEQlDGN1/6WoxXEjSSXO0DV0= github.com/jung-kurt/gofpdf v1.0.3-0.20190309125859-24315acbbda5/go.mod h1:7Id9E/uU8ce6rXgefFLlgrJj/GYY22cpxn+r32jIOes= github.com/jwilder/encoding v0.0.0-20170811194829-b4e1701a28ef/go.mod h1:Ct9fl0F6iIOGgxJ5npU/IUOhOhqlVrGjyIZc8/MagT0= github.com/k0kubun/colorstring v0.0.0-20150214042306-9440f1994b88/go.mod h1:3w7q1U84EfirKl04SVQ/s7nPm1ZPhiXd34z40TNz36k= @@ -1610,10 +1755,14 @@ github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 h1:Z9n2FFNU github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51/go.mod h1:CzGEWj7cYgsdH8dAjBGEr58BoE7ScuLd+fwFZ44+/x8= github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= github.com/kevinburke/ssh_config v0.0.0-20201106050909-4977a11b4351/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= +github.com/kevinburke/ssh_config v1.1.0/go.mod h1:CT57kijsi8u/K/BOFA39wgDQJ9CxiF4nAY/ojJ6r6mM= github.com/keybase/go-crypto v0.0.0-20161004153544-93f5b35093ba/go.mod h1:ghbZscTyKdM07+Fw3KSi0hcJm+AlEUWj8QLlPtijN/M= +github.com/keybase/go-crypto v0.0.0-20190416182011-b785b22cc757/go.mod h1:ghbZscTyKdM07+Fw3KSi0hcJm+AlEUWj8QLlPtijN/M= github.com/keybase/go-crypto v0.0.0-20200123153347-de78d2cb44f4/go.mod h1:ghbZscTyKdM07+Fw3KSi0hcJm+AlEUWj8QLlPtijN/M= github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00= github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= +github.com/kisielk/errcheck v1.6.0 h1:YTDO4pNy7AUN/021p+JGHycQyYNIyMoenM1YDVK6RlY= +github.com/kisielk/errcheck v1.6.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= github.com/kisielk/gotool v0.0.0-20161130080628-0de1eaf82fa3/go.mod h1:jxZFDH7ILpTPQTk+E2s+z4CUas9lVNjIuKR4c5/zKgM= github.com/kisielk/gotool v1.0.0 h1:AV2c/EiW3KqPNT9ZKl07ehoAGi4C5/01Cfbblndcapg= github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= @@ -1623,17 +1772,18 @@ github.com/klauspost/compress v1.8.2/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0 github.com/klauspost/compress v1.9.5/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A= github.com/klauspost/compress v1.9.7/go.mod h1:RyIbtBH6LamlWaDj8nUwkbUhJ87Yi3uG0guNDohfE1A= github.com/klauspost/compress v1.10.7/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= -github.com/klauspost/compress v1.10.10/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= github.com/klauspost/compress v1.11.0/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= github.com/klauspost/compress v1.11.2/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= +github.com/klauspost/compress v1.11.8/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= github.com/klauspost/compress v1.11.12/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= github.com/klauspost/compress v1.11.13/go.mod h1:aoV0uJVorq1K+umq18yTdKaF57EivdYsUV+/s2qKfXs= github.com/klauspost/compress v1.12.2/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg= github.com/klauspost/compress v1.13.1/go.mod h1:8dP1Hq4DHOhN9w426knH3Rhby4rFm6D8eO+e+Dq5Gzg= github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= -github.com/klauspost/compress v1.14.1/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= -github.com/klauspost/compress v1.14.2 h1:S0OHlFk/Gbon/yauFJ4FfJJF5V0fc5HbBTJazi28pRw= -github.com/klauspost/compress v1.14.2/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= +github.com/klauspost/compress v1.14.3/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= +github.com/klauspost/compress v1.14.4/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= +github.com/klauspost/compress v1.15.1 h1:y9FcTHGyrebwfP0ZZqFiaxTaiDnUrGkJkI+f583BL1A= +github.com/klauspost/compress v1.15.1/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= github.com/klauspost/cpuid v0.0.0-20170728055534-ae7887de9fa5/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek= github.com/klauspost/cpuid v0.0.0-20180405133222-e7e905edc00e/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek= github.com/klauspost/cpuid v1.2.0/go.mod h1:Pj4uuM528wm8OyEC2QMXAi2YiTZ96dNQPGgoMS4s3ek= @@ -1655,35 +1805,49 @@ github.com/kr/pretty v0.2.1/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfn github.com/kr/pretty v0.3.0 h1:WgNl7dwNpEZ6jJ9k1snq4pZsg7DOEN8hP9Xw0Tsjwk0= github.com/kr/pretty v0.3.0/go.mod h1:640gp4NfQd8pI5XOwp5fnNeVWj67G7CFk/SaSQn7NBk= github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= +github.com/kr/pty v1.1.3/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/pty v1.1.4/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA= -github.com/kr/pty v1.1.8 h1:AkaSdXYQOWeaO3neb8EM634ahkXXe3jYbVh/F9lq+GI= github.com/kr/pty v1.1.8/go.mod h1:O1sed60cT9XZ5uDucP5qwvh+TE3NnUj51EiZO/lmSfw= github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= +github.com/kulti/thelper v0.4.0 h1:2Nx7XbdbE/BYZeoip2mURKUdtHQRuy6Ug+wR7K9ywNM= +github.com/kulti/thelper v0.4.0/go.mod h1:vMu2Cizjy/grP+jmsvOFDx1kYP6+PD1lqg4Yu5exl2U= +github.com/kunwardeep/paralleltest v1.0.2 h1:/jJRv0TiqPoEy/Y8dQxCFJhD56uS/pnvtatgTZBHokU= +github.com/kunwardeep/paralleltest v1.0.2/go.mod h1:ZPqNm1fVHPllh5LPVujzbVz1JN2GhLxSfY+oqUsvG30= github.com/kylelemons/godebug v0.0.0-20160406211939-eadb3ce320cb/go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k= github.com/kylelemons/godebug v0.0.0-20170820004349-d65d576e9348/go.mod h1:B69LEHPfb2qLo0BaaOLcbitczOKLWTsrBG9LczfCD4k= github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw= -github.com/kyoh86/exportloopref v0.1.7 h1:u+iHuTbkbTS2D/JP7fCuZDo/t3rBVGo3Hf58Rc+lQVY= -github.com/kyoh86/exportloopref v0.1.7/go.mod h1:h1rDl2Kdj97+Kwh4gdz3ujE7XHmH51Q0lUiZ1z4NLj8= +github.com/kyoh86/exportloopref v0.1.8 h1:5Ry/at+eFdkX9Vsdw3qU4YkvGtzuVfzT4X7S77LoN/M= +github.com/kyoh86/exportloopref v0.1.8/go.mod h1:1tUcJeiioIs7VWe5gcOObrux3lb66+sBqGZrRkMwPgg= github.com/labstack/echo/v4 v4.1.11/go.mod h1:i541M3Fj6f76NZtHSj7TXnyM8n2gaodfvfxNnFqi74g= github.com/labstack/echo/v4 v4.2.1/go.mod h1:AA49e0DZ8kk5jTOOCKNuPR6oTnBS0dYiM4FW1e6jwpg= github.com/labstack/gommon v0.3.0/go.mod h1:MULnywXg0yavhxWKc+lOruYdAhDwPK9wf0OL7NoOu+k= github.com/lann/builder v0.0.0-20180802200727-47ae307949d0/go.mod h1:dXGbAdH5GtBTC4WfIxhKZfyBF/HBFgRZSWwZ9g/He9o= github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0/go.mod h1:vmVJ0l/dxyfGW6FmdpVm2joNMFikkuWg0EoCKLGUMNw= +github.com/ldez/gomoddirectives v0.2.2 h1:p9/sXuNFArS2RLc+UpYZSI4KQwGMEDWC/LbtF5OPFVg= +github.com/ldez/gomoddirectives v0.2.2/go.mod h1:cpgBogWITnCfRq2qGoDkKMEVSaarhdBr6g8G04uz6d0= +github.com/ldez/tagliatelle v0.2.0 h1:693V8Bf1NdShJ8eu/s84QySA0J2VWBanVBa2WwXD/Wk= +github.com/ldez/tagliatelle v0.2.0/go.mod h1:8s6WJQwEYHbKZDsp/LjArytKOG8qaMrKQQ3mFukHs88= github.com/leanovate/gopter v0.2.4/go.mod h1:gNcbPWNEWRe4lm+bycKqxUYoH5uoVje5SkOJ3uoLer8= github.com/leodido/go-urn v1.1.0/go.mod h1:+cyI34gQWZcE1eQU7NVgKkkzdXDQHr1dBMtdAPozLkw= github.com/leodido/go-urn v1.2.0/go.mod h1:+8+nEpDfqqsY+g338gtMEUOtuK+4dEMhiQEgxpxOKII= github.com/leodido/go-urn v1.2.1 h1:BqpAaACuzVSgi/VLzGZIobT2z4v53pjosyNd9Yv6n/w= github.com/leodido/go-urn v1.2.1/go.mod h1:zt4jvISO2HfUBqxjfIshjdMTYS56ZS/qv49ictyFfxY= +github.com/letsencrypt/pkcs11key/v4 v4.0.0/go.mod h1:EFUvBDay26dErnNb70Nd0/VW3tJiIbETBPTl9ATXQag= github.com/lib/pq v1.0.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.2.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= github.com/lib/pq v1.3.0/go.mod h1:5WUZQaWbwv1U+lTReE5YruASi9Al49XbQIvNi/34Woo= +github.com/lib/pq v1.8.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= +github.com/lib/pq v1.9.0/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= +github.com/lib/pq v1.10.2/go.mod h1:AlVN5x4E4T544tWzH6hKfbfQvm3HdbOxrmggDNAPY9o= github.com/libopenstorage/openstorage v1.0.0/go.mod h1:Sp1sIObHjat1BeXhfMqLZ14wnOzEhNx2YQedreMcUyc= +github.com/libvirt/libvirt-go v4.10.0+incompatible/go.mod h1:34zsnB4iGeOv7Byj6qotuW8Ya4v4Tr43ttjz/F0wjLE= github.com/libvirt/libvirt-go v5.10.0+incompatible/go.mod h1:34zsnB4iGeOv7Byj6qotuW8Ya4v4Tr43ttjz/F0wjLE= github.com/libvirt/libvirt-go v7.4.0+incompatible h1:crnSLkwPqCdXtg6jib/FxBG/hweAc/3Wxth1AehCXL4= github.com/libvirt/libvirt-go v7.4.0+incompatible/go.mod h1:34zsnB4iGeOv7Byj6qotuW8Ya4v4Tr43ttjz/F0wjLE= +github.com/libvirt/libvirt-go-xml v4.10.0+incompatible/go.mod h1:oBlgD3xOA01ihiK5stbhFzvieyW+jVS6kbbsMVF623A= github.com/libvirt/libvirt-go-xml v5.10.0+incompatible/go.mod h1:oBlgD3xOA01ihiK5stbhFzvieyW+jVS6kbbsMVF623A= github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de h1:9TO3cAIGXtEhnIaL+V+BEER86oLrvS+kWobKpbJuye0= github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de/go.mod h1:zAbeS9B/r2mtpb6U+EI2rYA5OAXxsYw6wTamcNW+zcE= @@ -1705,11 +1869,12 @@ github.com/lufia/iostat v1.1.0/go.mod h1:rEPNA0xXgjHQjuI5Cy05sLlS2oRcSlWHRLrvh/A github.com/lunixbochs/vtclean v0.0.0-20180621232353-2d01aacdc34a/go.mod h1:pHhQNgMf3btfWnGBVipUOjRYhoOsdGqdm/+2c2E2WMI= github.com/lusis/go-artifactory v0.0.0-20160115162124-7e4ce345df82/go.mod h1:y54tfGmO3NKssKveTEFFzH8C/akrSOy/iW9qEAUDV84= github.com/magefile/mage v1.10.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= +github.com/magefile/mage v1.13.0/go.mod h1:z5UZb/iS3GoOSn0JgWuiw7dxlurVYTu+/jHXqQg881A= github.com/magiconair/properties v1.7.6/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= -github.com/magiconair/properties v1.8.2 h1:znVR8Q4g7/WlcvsxLBRWvo+vtFJUAbDn3w+Yak2xVMI= -github.com/magiconair/properties v1.8.2/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= -github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= +github.com/magiconair/properties v1.8.4/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= +github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls= +github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= @@ -1730,11 +1895,11 @@ github.com/markbates/safe v1.0.1/go.mod h1:nAqgmRi7cY2nqMc92/bSEeQA+R4OheNU2T1kN github.com/masterzen/simplexml v0.0.0-20160608183007-4572e39b1ab9/go.mod h1:kCEbxUJlNDEBNbdQMkPSp6yaKcRXVI6f4ddk8Riv4bc= github.com/masterzen/simplexml v0.0.0-20190410153822-31eea3082786/go.mod h1:kCEbxUJlNDEBNbdQMkPSp6yaKcRXVI6f4ddk8Riv4bc= github.com/masterzen/winrm v0.0.0-20190223112901-5e5c9a7fe54b/go.mod h1:wr1VqkwW0AB5JS0QLy5GpVMS9E3VtRoSYXUYyVk46KY= -github.com/masterzen/winrm v0.0.0-20190308153735-1d17eaf15943/go.mod h1:bsMsaiOA3CXjbJxW0a94G4PfPDj9zUmH5JoFuJ9P4o0= github.com/masterzen/winrm v0.0.0-20200615185753-c42b5136ff88/go.mod h1:a2HXwefeat3evJHxFXSayvRHpYEPJYtErl4uIzfaUqY= github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= -github.com/matoous/godox v0.0.0-20200801072554-4fb83dc2941e h1:2U5rOmpaB96l35w+NDjMtmmrp2e6a6AJKoc4B5+7UwA= -github.com/matoous/godox v0.0.0-20200801072554-4fb83dc2941e/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= +github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 h1:pWxk9e//NbPwfxat7RXkts09K+dEBJWakUWwICVqYbA= +github.com/matoous/godox v0.0.0-20210227103229-6504466cf951/go.mod h1:1BELzlh859Sh1c6+90blK8lbYy0kwQf1bYlBhBysy1s= +github.com/matryer/is v1.2.0/go.mod h1:2fLPjFQM9rhQ15aVEtbuwhJinnOqrmgXPNdZsdwlWXA= github.com/matryer/moq v0.0.0-20190312154309-6cfb0558e1bd/go.mod h1:9ELz6aaclSIGnZBoaSLZ3NAl1VTufbOrXBPvtcy6WiQ= github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= github.com/mattn/go-colorable v0.1.1/go.mod h1:FuOcm+DKB9mbwrcAfNl7/TZVBZ6rcnceauSikq3lYCQ= @@ -1787,9 +1952,8 @@ github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5 github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI= github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= github.com/maxbrunsfeld/counterfeiter/v6 v6.2.2/go.mod h1:eD9eIE7cdwcMi9rYluz88Jz2VyhSmden33/aXg4oVIY= -github.com/mbilski/exhaustivestruct v1.0.1/go.mod h1:OeTBVxQWoEmB2J2JCHmXWPJ0aksxSUOUy+nvtVEfzXc= -github.com/mbilski/exhaustivestruct v1.1.0 h1:4ykwscnAFeHJruT+EY3M3vdeP8uXMh0VV2E61iR7XD8= -github.com/mbilski/exhaustivestruct v1.1.0/go.mod h1:OeTBVxQWoEmB2J2JCHmXWPJ0aksxSUOUy+nvtVEfzXc= +github.com/mbilski/exhaustivestruct v1.2.0 h1:wCBmUnSYufAHO6J4AVWY6ff+oxWxsVFrwgOdMUQePUo= +github.com/mbilski/exhaustivestruct v1.2.0/go.mod h1:OeTBVxQWoEmB2J2JCHmXWPJ0aksxSUOUy+nvtVEfzXc= github.com/mdlayher/genetlink v1.0.0/go.mod h1:0rJ0h4itni50A86M2kHcgS85ttZazNt7a8H2a2cw0Gc= github.com/mdlayher/netlink v0.0.0-20190409211403-11939a169225/go.mod h1:eQB3mZE4aiYnlUsyGGCOpPETfdQq4Jhsgf1fk3cwQaA= github.com/mdlayher/netlink v0.0.0-20190828143259-340058475d09/go.mod h1:KxeJAFOFLG6AjpyDkQ/iIhxygIUKD+vcwqcnu43w/+M= @@ -1797,17 +1961,24 @@ github.com/mdlayher/netlink v1.0.0/go.mod h1:KxeJAFOFLG6AjpyDkQ/iIhxygIUKD+vcwqc github.com/mdlayher/netlink v1.1.0/go.mod h1:H4WCitaheIsdF9yOYu8CFmCgQthAPIWZmcKp9uZHgmY= github.com/mdlayher/wifi v0.0.0-20190303161829-b1436901ddee/go.mod h1:Evt/EIne46u9PtQbeTx2NTcqURpr5K4SvKtGmBuDPN8= github.com/mediocregopher/radix/v3 v3.4.2/go.mod h1:8FL3F6UQRXHXIBSPUs5h0RybMF8i4n7wVopoX3x7Bv8= +github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81 h1:QASJXOGm2RZ5Ardbc86qNFvby9AqkLDibfChMtAg5QM= +github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81/go.mod h1:KQ7+USdGKfpPjXk4Ga+5XxQM4Lm4e3gAogrreFAYpOg= +github.com/mgechev/revive v1.1.1 h1:mkXNHP14Y6tfq+ocnQaiKEtgJDM41yaoyQq4qn6TD/4= +github.com/mgechev/revive v1.1.1/go.mod h1:PKqk4L74K6wVNwY2b6fr+9Qqr/3hIsHVfZCJdbvozrY= github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE= github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d h1:5PJl274Y63IEHC+7izoQE9x6ikvDFZS2mDVS3drnohI= github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d/go.mod h1:01TrycV0kFyexm33Z7vhZRXopbI8J3TDReVlkTgMUxE= +github.com/microcosm-cc/bluemonday v1.0.1/go.mod h1:hsXNsILzKxV+sX77C5b8FSuKF00vh2OMYv+xgHpAMF4= github.com/microcosm-cc/bluemonday v1.0.2/go.mod h1:iVP4YcDBq+n/5fb23BhYFvIMq/leAFZyRl6bYmGDlGc= github.com/miekg/dns v1.0.8/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= github.com/miekg/dns v1.1.22/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso= github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso= +github.com/miekg/dns v1.1.35/go.mod h1:KNUDUusw/aVsxyTYZM1oqvCicbwhgbNgztCETuNZ7xM= github.com/miekg/dns v1.1.41/go.mod h1:p6aan82bvRIyn+zDIv9xYNUpwa73JcSh9BKwknJysuI= github.com/miekg/dns v1.1.42/go.mod h1:+evo5L0630/F6ca/Z9+GAqzhjGyn8/c+TBaOyfEl0V4= github.com/miekg/dns v1.1.43/go.mod h1:+evo5L0630/F6ca/Z9+GAqzhjGyn8/c+TBaOyfEl0V4= +github.com/miekg/pkcs11 v1.0.2/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs= github.com/miekg/pkcs11 v1.0.3/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs= github.com/miekg/pkcs11 v1.1.1 h1:Ugu9pdy6vAYku5DEpVWVFPYnzV+bxB+iRdbuFSu7TvU= github.com/miekg/pkcs11 v1.1.1/go.mod h1:XsNlhZGX73bx86s2hdc/FuaLm2CPZJemRLMA+WTFxgs= @@ -1864,13 +2035,17 @@ github.com/mitchellh/reflectwalk v1.0.0/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx github.com/mitchellh/reflectwalk v1.0.1/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= github.com/mitchellh/reflectwalk v1.0.2/go.mod h1:mSTlrgnPZtwu0c4WaC2kGObEpuNDbx0jmZXqmk4esnw= github.com/moby/ipvs v1.0.1/go.mod h1:2pngiyseZbIKXNv7hsKj3O9UEz30c53MT9005gt2hxQ= +github.com/moby/locker v1.0.1/go.mod h1:S7SDdo5zpBK84bzzVlKr2V0hz+7x9hWbYC/kq7oQppc= github.com/moby/spdystream v0.2.0 h1:cjW1zVyyoiM0T7b6UoySUFqzXMoqRckQtXwGPiBhOM8= github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c= github.com/moby/sys/mountinfo v0.4.0/go.mod h1:rEr8tzG/lsIZHBtN/JjGG+LMYx9eXgW2JI+6q0qou+A= github.com/moby/sys/mountinfo v0.4.1/go.mod h1:rEr8tzG/lsIZHBtN/JjGG+LMYx9eXgW2JI+6q0qou+A= -github.com/moby/sys/mountinfo v0.5.0 h1:2Ks8/r6lopsxWi9m58nlwjaeSzUX9iiL1vj5qB/9ObI= github.com/moby/sys/mountinfo v0.5.0/go.mod h1:3bMD3Rg+zkqx8MRYPi7Pyb0Ie97QEBmdxbhnCLlSvSU= -github.com/moby/term v0.0.0-20200915141129-7f0af18e79f2/go.mod h1:TjQg8pa4iejrUrjiz0MCtMV38jdMNW4doKSiBrEvCQQ= +github.com/moby/sys/mountinfo v0.6.0 h1:gUDhXQx58YNrpHlK4nSL+7y2pxFZkUcXqzFDKWdC0Oo= +github.com/moby/sys/mountinfo v0.6.0/go.mod h1:3bMD3Rg+zkqx8MRYPi7Pyb0Ie97QEBmdxbhnCLlSvSU= +github.com/moby/sys/signal v0.6.0/go.mod h1:GQ6ObYZfqacOwTtlXvcmh9A26dVRul/hbOZn88Kg8Tg= +github.com/moby/sys/symlink v0.1.0/go.mod h1:GGDODQmbFOjFsXvfLVn3+ZRxkch54RkSiGqsZeMYowQ= +github.com/moby/sys/symlink v0.2.0/go.mod h1:7uZVF2dqJjG/NsClqul95CqKOBRQyYSNnJ6BMgR/gFs= github.com/moby/term v0.0.0-20201216013528-df9cb8a40635/go.mod h1:FBS0z0QWA44HXygs7VXDUOGoN/1TV3RuWkLO04am3wc= github.com/moby/term v0.0.0-20210610120745-9d4ed1856297/go.mod h1:vgPCkQMyxTZ7IDy8SXRufE172gr8+K/JE/7hHFxHW3A= github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 h1:dcztxKSvZ4Id8iPpHERQBbIJfabdt4wUm5qy3wOL2Zc= @@ -1878,12 +2053,12 @@ github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6/go.mod h1:E2VnQOmVuvZB6U github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= github.com/mohae/deepcopy v0.0.0-20170603005431-491d3605edfb/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8= +github.com/mohae/deepcopy v0.0.0-20170929034955-c48cc78d4826/go.mod h1:TaXosZuwdSHYgviHp1DAtfrULt5eUgsSMsZf+YrPgl8= github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 h1:n6/2gBQ3RWajuToeY6ZtZTIKv2v7ThUy5KKusIT0yc0= github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00/go.mod h1:Pm3mSP3c5uWn86xMLZ5Sa7JB9GsEZySvHYXCTK4E9q4= github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc= @@ -1892,21 +2067,22 @@ github.com/moricho/tparallel v0.2.1/go.mod h1:fXEIZxG2vdfl0ZF8b42f5a78EhjjD5mX8q github.com/morikuni/aec v0.0.0-20170113033406-39771216ff4c/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc= github.com/morikuni/aec v1.0.0/go.mod h1:BbKIizmSmc5MMPqRYbxO4ZU0S0+P200+tUnFx7PXmsc= github.com/moul/http2curl v1.0.0/go.mod h1:8UbvGypXm98wA/IqH45anm5Y2Z6ep6O31QGOAZ3H0fQ= +github.com/mozilla/scribe v0.0.0-20180711195314-fb71baf557c1/go.mod h1:FIczTrinKo8VaLxe6PWTPEXRXDIHz2QAwiaBaP5/4a8= github.com/mozilla/tls-observatory v0.0.0-20180409132520-8791a200eb40/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= -github.com/mozilla/tls-observatory v0.0.0-20190404164649-a3c1b6cfecfd/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= github.com/mozilla/tls-observatory v0.0.0-20200220173314-aae45faa4006/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= -github.com/mozilla/tls-observatory v0.0.0-20200317151703-4fa42e1c2dee/go.mod h1:SrKMQvPiws7F7iqYp8/TX+IhxCYhzr6N/1yb8cwHsGk= +github.com/mozilla/tls-observatory v0.0.0-20210609171429-7bc42856d2e5/go.mod h1:FUqVoUPHSEdDR0MnFM3Dh8AU0pZHLXUD127SAJGER/s= github.com/mozillazg/go-cos v0.13.0/go.mod h1:Zp6DvvXn0RUOXGJ2chmWt2bLEqRAnJnS3DnAZsJsoaE= github.com/mozillazg/go-httpheader v0.2.1/go.mod h1:jJ8xECTlalr6ValeXYdOF8fFUISeBAdw6E61aqQma60= github.com/mrunalp/fileutils v0.5.0/go.mod h1:M1WthSahJixYnrXQl/DFQuteStB1weuxD2QJNHXfbSQ= github.com/mschoch/smat v0.0.0-20160514031455-90eadee771ae/go.mod h1:qAyveg+e4CE+eKJXWVjKXM4ck2QobLqTDytGJbLLhJg= -github.com/mtrmac/gpgme v0.1.2 h1:dNOmvYmsrakgW7LcgiprD0yfRuQQe8/C8F6Z+zogO3s= github.com/mtrmac/gpgme v0.1.2/go.mod h1:GYYHnGSuS7HK3zVS2n3y73y0okK/BeKzwnn5jgiVFNI= github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= github.com/mvdan/xurls v1.1.0/go.mod h1:tQlNn3BED8bE/15hnSL2HLkDeLWpNPAwtw7wkEq44oU= github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= +github.com/mwitkow/go-proto-validators v0.0.0-20180403085117-0950a7990007/go.mod h1:m2XC9Qq0AlmmVksL6FktJCdTYyLk7V3fKyp0sl1yWQo= +github.com/mwitkow/go-proto-validators v0.2.0/go.mod h1:ZfA1hW+UH/2ZHOWvQ3HnQaU0DtnpXu850MZiy+YUgcc= github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= github.com/nakabonne/nestif v0.3.0 h1:+yOViDGhg8ygGrmII72nV9B/zGxY188TYpfolntsaPw= github.com/nakabonne/nestif v0.3.0/go.mod h1:dI314BppzXjJ4HsCnbo7XzrJHPszZsjnk5wEBSYHI2c= @@ -1927,14 +2103,19 @@ github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OS github.com/nbio/st v0.0.0-20140626010706-e9e8d9816f32/go.mod h1:9wM+0iRr9ahx58uYLpLIr5fm8diHn0JbqRycJi6w0Ms= github.com/nbutton23/zxcvbn-go v0.0.0-20160627004424-a22cb81b2ecd/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU= github.com/nbutton23/zxcvbn-go v0.0.0-20171102151520-eafdab6b0663/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU= -github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d h1:AREM5mwr4u1ORQBMvzfzBgpsctsbQikCVpvC+tX285E= github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d/go.mod h1:o96djdrsSGy3AWPyBgZMAGfxZNfgntdJG+11KU4QvbU= +github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 h1:4kuARK6Y6FxaNu/BnU2OAaLF86eTVhP2hjTB6iMvItA= +github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354/go.mod h1:KSVJerMDfblTH7p5MZaTt+8zaT2iEk3AkVb9PQdZuE8= github.com/ncw/swift v1.0.52/go.mod h1:23YIA4yWVnGwv2dQlN4bB7egfYX6YLn0Yo/S6zZO/ZM= +github.com/neelance/astrewrite v0.0.0-20160511093645-99348263ae86/go.mod h1:kHJEU3ofeGjhHklVoIGuVj85JJwZ6kWPaJwCIxgnFmo= +github.com/neelance/sourcemap v0.0.0-20151028013722-8c68805598ab/go.mod h1:Qr6/a/Q4r9LP1IltGz7tA7iOK1WonHEYhu1HRBA7ZiM= github.com/nicksnyder/go-i18n v1.10.0/go.mod h1:HrK7VCrbOvQoUAQ7Vpy7i87N7JZZZ7R2xBGjv0j365Q= github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= -github.com/nishanths/exhaustive v0.0.0-20200811152831-6cf413ae40e0/go.mod h1:wBEpHwM2OdmeNpdCvRPUlkEbBuaFmcK4Wv8Q7FuGW3c= -github.com/nishanths/exhaustive v0.1.0 h1:kVlMw8h2LHPMGUVqUj6230oQjjTMFjwcZrnkhXzFfl8= -github.com/nishanths/exhaustive v0.1.0/go.mod h1:S1j9110vxV1ECdCudXRkeMnFQ/DQk9ajLT0Uf2MYZQQ= +github.com/nishanths/exhaustive v0.2.3 h1:+ANTMqRNrqwInnP9aszg/0jDo+zbXa4x66U19Bx/oTk= +github.com/nishanths/exhaustive v0.2.3/go.mod h1:bhIX678Nx8inLM9PbpvK1yv6oGtoP8BfaIeMzgBNKvc= +github.com/nishanths/predeclared v0.0.0-20190419143655-18a43bb90ffc/go.mod h1:62PewwiQTlm/7Rj+cxVYqZvDIUc+JjZq6GHAC1fsObQ= +github.com/nishanths/predeclared v0.2.1 h1:1TXtjmy4f3YCFjTxRd8zcFHOmoUir+gp0ESzjFzG2sw= +github.com/nishanths/predeclared v0.2.1/go.mod h1:HvkGJcA3naj4lOwnFXFDkFxVtSqQMB9sbB1usJ+xjQE= github.com/nsf/jsondiff v0.0.0-20200515183724-f29ed568f4ce/go.mod h1:uFMI8w+ref4v2r9jz+c9i1IfIttS/OkmLfrk1jne5hs= github.com/nu7hatch/gouuid v0.0.0-20131221200532-179d4d0c4d8d/go.mod h1:YUTz3bUH2ZwIWBy3CJBeOBEugqcmXREj14T+iG/4k4U= github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= @@ -1949,6 +2130,8 @@ github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:v github.com/olekukonko/tablewriter v0.0.1/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= github.com/olekukonko/tablewriter v0.0.2/go.mod h1:rSAaSIOAGT9odnlyGlUfAJaoc5w2fSBUmeGDbRWPxyQ= github.com/olekukonko/tablewriter v0.0.4/go.mod h1:zq6QwlOf5SlnkVbMSr5EoBv3636FWnp+qbPhuoO21uA= +github.com/olekukonko/tablewriter v0.0.5 h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec= +github.com/olekukonko/tablewriter v0.0.5/go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY= github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= github.com/onsi/ginkgo v1.7.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= @@ -1967,8 +2150,8 @@ github.com/onsi/ginkgo v1.16.2/go.mod h1:CObGmKUOKaSC0RjmoAK7tKyn4Azo5P2IWuoMnvw github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= github.com/onsi/ginkgo v1.16.5 h1:8xi0RTUf59SOSfEtZMvwTvXYMzG4gV23XVHOZiXNtnE= github.com/onsi/ginkgo v1.16.5/go.mod h1:+E8gABHa3K6zRBolWtd+ROzc/U5bkGt0FwiG042wbpU= -github.com/onsi/ginkgo/v2 v2.0.0 h1:CcuG/HvWNkkaqCUpJifQY8z7qEMBJya6aLPx6ftGyjQ= -github.com/onsi/ginkgo/v2 v2.0.0/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c= +github.com/onsi/ginkgo/v2 v2.1.3 h1:e/3Cwtogj0HA+25nMP1jCMDIf8RtRYbGwGGuBIFztkc= +github.com/onsi/ginkgo/v2 v2.1.3/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c= github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= github.com/onsi/gomega v1.4.2/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= github.com/onsi/gomega v1.4.3/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= @@ -1983,28 +2166,30 @@ github.com/onsi/gomega v1.10.4/go.mod h1:g/HbgYopi++010VEqkFgJHKC09uJiW9UkXvMUuK github.com/onsi/gomega v1.10.5/go.mod h1:gza4q3jKQJijlu05nKWRCW/GavJumGt8aNRxWg7mt48= github.com/onsi/gomega v1.13.0/go.mod h1:lRk9szgn8TxENtWd0Tp4c3wjlRfMTMH27I+3Je41yGY= github.com/onsi/gomega v1.14.0/go.mod h1:cIuvLEne0aoVhAgh/O6ac0Op8WWw9H6eYCriF+tEHG0= -github.com/onsi/gomega v1.16.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= +github.com/onsi/gomega v1.15.0/go.mod h1:cIuvLEne0aoVhAgh/O6ac0Op8WWw9H6eYCriF+tEHG0= github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= -github.com/onsi/gomega v1.18.0 h1:ngbYoRctxjl8SiF7XgP0NxBFbfHcg3wfHMMaFHWwMTM= -github.com/onsi/gomega v1.18.0/go.mod h1:0q+aL8jAiMXy9hbwj2mr5GziHiwhAIQpFmmtT5hitRs= +github.com/onsi/gomega v1.19.0 h1:4ieX6qQjPP/BfC3mpsAtIGGlxTWPeA3Inl/7DtXw1tw= +github.com/onsi/gomega v1.19.0/go.mod h1:LY+I3pBVzYsTBU1AnDwOSxaYi9WoWiqgwooUqq9yPro= github.com/op/go-logging v0.0.0-20160315200505-970db520ece7/go.mod h1:HzydrMdWErDVzsI23lYNej1Htcns9BCg93Dk0bBINWk= +github.com/open-cluster-management/api v0.0.0-20210527013639-a6845f2ebcb1/go.mod h1:ot+A1DWq+v1IV+e1S7nhIteYAmNByFgtazvzpoeAfRQ= github.com/opencontainers/go-digest v0.0.0-20180430190053-c9281466c8b2/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v1.0.0-rc1/go.mod h1:cMLVZDEM3+U2I4VmLI6N8jQYUd2OVphdqWwCJHrFt2s= github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U= github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM= github.com/opencontainers/image-spec v1.0.1/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= +github.com/opencontainers/image-spec v1.0.2-0.20211117181255-693428a734f5/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= +github.com/opencontainers/image-spec v1.0.2/go.mod h1:BtxoFyWECRxE4U/7sNtV5W15zMzWCbyJoFRP3s7yZA0= github.com/opencontainers/image-spec v1.0.3-0.20211202193544-a5463b7f9c84 h1:g47eG1u/gw0JB7mZ88TcHKCmsy7sWUNZD8ZS9Jhi0O8= github.com/opencontainers/image-spec v1.0.3-0.20211202193544-a5463b7f9c84/go.mod h1:Qnt1q4cjDNQI9bT832ziho5Iw2BhK8o1KwLOwW56VP4= github.com/opencontainers/runc v0.0.0-20190115041553-12f6a991201f/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U= github.com/opencontainers/runc v0.1.1/go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U= github.com/opencontainers/runc v1.0.0-rc93/go.mod h1:3NOsor4w32B2tC0Zbl8Knk4Wg84SM2ImC1fxBuqJ/H0= -github.com/opencontainers/runc v1.0.0-rc95/go.mod h1:z+bZxa/+Tz/FmYVWkhUajJdzFeOqjc5vrqskhVyHGUM= github.com/opencontainers/runc v1.0.0/go.mod h1:MU2S3KEB2ZExnhnAQYbwjdYV6HwKtDlNbA2Z2OeNDeA= -github.com/opencontainers/runc v1.0.1/go.mod h1:aTaHFFwQXuA71CiyxOdFFIorAoemI04suvGRQFzWTD0= github.com/opencontainers/runc v1.0.2/go.mod h1:aTaHFFwQXuA71CiyxOdFFIorAoemI04suvGRQFzWTD0= -github.com/opencontainers/runc v1.1.0 h1:O9+X96OcDjkmmZyfaG996kV7yq8HsoU2h1XRRQcefG8= github.com/opencontainers/runc v1.1.0/go.mod h1:Tj1hFw6eFWp/o33uxGf5yF2BX5yz2Z6iptFpuvbbKqc= +github.com/opencontainers/runc v1.1.1 h1:PJ9DSs2sVwE0iVr++pAHE6QkS9tzcVWozlPifdwMgrU= +github.com/opencontainers/runc v1.1.1/go.mod h1:Tj1hFw6eFWp/o33uxGf5yF2BX5yz2Z6iptFpuvbbKqc= github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= github.com/opencontainers/runtime-spec v1.0.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= github.com/opencontainers/runtime-spec v1.0.2/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= @@ -2013,48 +2198,52 @@ github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 h1:3 github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0= github.com/opencontainers/selinux v1.8.0/go.mod h1:RScLhm78qiWa2gbVCcGkC7tCGdgk3ogry1nUQF8Evvo= github.com/opencontainers/selinux v1.8.2/go.mod h1:MUIHuUEvKB1wtJjQdOyYRgOnLD2xAPP8dBsCoU0KuF8= -github.com/opencontainers/selinux v1.8.5/go.mod h1:HTvjPFoGMbpQsG886e3lQwnsRWtE4TC1OF3OUvG9FAo= github.com/opencontainers/selinux v1.10.0/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI= +github.com/opencontainers/selinux v1.10.1/go.mod h1:2i0OySw99QjzBBQByd1Gr9gSjvuho1lHsJxIJ3gGbJI= github.com/openhistogram/circonusllhist v0.3.0/go.mod h1:PfeYJ/RW2+Jfv3wTz0upbY2TRour/LLqIm2K2Kw5zg0= -github.com/openshift-metal3/terraform-provider-ironic v0.2.6/go.mod h1:ux2W6gsCIYsY/fX5N0V0ZgwFEBNN7P8g6RlH6ACi97k= -github.com/openshift/api v0.0.0-20211028023115-7224b732cc14 h1:kVSPSHkiepEIqFSVpDye5b8a8nu5tHsbmyLyeFHtLh4= -github.com/openshift/api v0.0.0-20211028023115-7224b732cc14/go.mod h1:RsQCVJu4qhUawxxDP7pGlwU3IA4F01wYm3qKEu29Su8= -github.com/openshift/baremetal-operator v0.0.0-20210706141527-5240e42f012a h1:7rEVkEhSyg7wxFsH5BWzG9svhlG3GSY+hhSGNjU20P8= -github.com/openshift/baremetal-operator v0.0.0-20210706141527-5240e42f012a/go.mod h1:N80LeH5dJtqtrknj5vxwRaXyfF1UdxLm74B/QpH8QI0= -github.com/openshift/baremetal-operator/apis v0.0.0-20210706141527-5240e42f012a h1:oXPw/sck0Lr0yAarZZCOCFE/3+9+UziPIIhREzhE2SU= -github.com/openshift/baremetal-operator/apis v0.0.0-20210706141527-5240e42f012a/go.mod h1:b2uTLrpVxUWaXRhQeaONl8jOjPxSjtdmjCNKlgsoGI0= +github.com/openshift-metal3/terraform-provider-ironic v0.2.7/go.mod h1:r0k8OSQ0VsL2xrVhojdgfQET6/Z7/AY5exHWG5pWE1E= +github.com/openshift/api v0.0.0-20220124143425-d74727069f6f h1:iOTv1WudhVm2UsoST+L+ZrA5A9w57h9vmQsdlBuqG6g= +github.com/openshift/api v0.0.0-20220124143425-d74727069f6f/go.mod h1:F/eU6jgr6Q2VhMu1mSpMmygxAELd7+BUxs3NHZ25jV4= +github.com/openshift/baremetal-operator v0.0.0-20211201170610-92ffa60c683d h1:4KkYItiWENIs2bV6lKOcIMdWUnZJA+GWT9Us7z0P1UA= +github.com/openshift/baremetal-operator v0.0.0-20211201170610-92ffa60c683d/go.mod h1:p32F1DBUxfgd0JjM4rCuhJomFJokEoWR1Z/LZNL2LM8= +github.com/openshift/baremetal-operator/apis v0.0.0-20211201170610-92ffa60c683d h1:DHGXCvXWsPExutf3tgQYD4TVDSAOviLXO7Vnc42oXhw= +github.com/openshift/baremetal-operator/apis v0.0.0-20211201170610-92ffa60c683d/go.mod h1:CVSU+wS3oYrFJooMeiyDtTpatoXoKyXPE2YS5vT26vE= +github.com/openshift/baremetal-operator/pkg/hardwareutils v0.0.0-20211201170610-92ffa60c683d h1:ldAAKEQlOoIp8nqCnHyhVH5pMvgepP8gmN6Ve12ai7I= +github.com/openshift/baremetal-operator/pkg/hardwareutils v0.0.0-20211201170610-92ffa60c683d/go.mod h1:Q+r+xTc1jDcx/y61bVspJ9ANiAjJlsx/j+sL44mCB8w= github.com/openshift/build-machinery-go v0.0.0-20200211121458-5e3d6e570160/go.mod h1:1CkcsT3aVebzRBzVTSbiKSkJMsC/CASqxesfqEMfJEc= -github.com/openshift/build-machinery-go v0.0.0-20210712174854-1bb7fd1518d3/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE= -github.com/openshift/build-machinery-go v0.0.0-20210806203541-4ea9b6da3a37/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE= -github.com/openshift/build-machinery-go v0.0.0-20211221160956-02e5d5c59eb9/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE= -github.com/openshift/client-go v0.0.0-20210831095141-e19a065e79f7 h1:iKVU5Tga76kiCWpq9giPi0TfI/gZcFoYb7/x+1SkgwM= -github.com/openshift/client-go v0.0.0-20210831095141-e19a065e79f7/go.mod h1:D6P8RkJzwdkBExQdYUnkWcePMLBiTeCCr8eQIQ7y8Dk= +github.com/openshift/build-machinery-go v0.0.0-20210115170933-e575b44a7a94/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE= +github.com/openshift/build-machinery-go v0.0.0-20211213093930-7e33a7eb4ce3/go.mod h1:b1BuldmJlbA/xYtdZvKi+7j5YGB44qJUJDZ9zwiNCfE= +github.com/openshift/client-go v0.0.0-20211209144617-7385dd6338e3 h1:SG1aqwleU6bGD0X4mhkTNupjVnByMYYuW4XbnCPavQU= +github.com/openshift/client-go v0.0.0-20211209144617-7385dd6338e3/go.mod h1:cwhyki5lqBmrT0m8Im+9I7PGFaraOzcYPtEz93RcsGY= github.com/openshift/cloud-credential-operator v0.0.0-20200316201045-d10080b52c9e h1:2gyl9UVyjHSWzdS56KUXxQwIhENbq2x2olqoMQSA/C8= github.com/openshift/cloud-credential-operator v0.0.0-20200316201045-d10080b52c9e/go.mod h1:iPn+uhIe7nkP5BMHe2QnbLtg5m/AIQ1xvz9s3cig5ss= -github.com/openshift/cluster-api-provider-aws v0.2.1-0.20211213011328-8226e86fa06e h1:sLQCCmFHlpn2GtjSWODuFOSs5Us5cm78ZtltRReqPLw= -github.com/openshift/cluster-api-provider-aws v0.2.1-0.20211213011328-8226e86fa06e/go.mod h1:sQgSZTXSK5Ns2KcMZjcLAZNz3FmvbUdOnMIHK2zX0WA= -github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20211202014309-184ccedc799e h1:noPKTOij9WKKBFmh8NlMObAFIBKAz3i5XF+WyMra8zo= -github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20211202014309-184ccedc799e/go.mod h1:t56eJcDYy2aDYMGsBKfdPsmv7F2uFaNNbyU3mx5lsxU= -github.com/openshift/cluster-api-provider-baremetal v0.0.0-20190821174549-a2a477909c1d h1:6+XwaVvSMPHm3nFdZW3g+iXiOHpf0Y2ajY5/Zr66Dt0= -github.com/openshift/cluster-api-provider-baremetal v0.0.0-20190821174549-a2a477909c1d/go.mod h1:S+wtA0Rm2FZ5ccC9zNQXUWUDesR6Jsdn5eb6HjAR+Gs= -github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20211001174514-d92b08844a2b h1:yKRx8sqWleHLRFXmGNurYFooCjiuQyFjXElj8qLTTqw= -github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20211001174514-d92b08844a2b/go.mod h1:7F/und8hnEzTl8zHIMKthELhTyqJ3aB+R2d8TM6z9tU= -github.com/openshift/cluster-api-provider-ibmcloud v0.0.1-0.20210806145144-04491027caa8 h1:veaXVKfH83F9DlyTZjNNzY7vea/6jmSe1yWm4Su80vE= -github.com/openshift/cluster-api-provider-ibmcloud v0.0.1-0.20210806145144-04491027caa8/go.mod h1:eR1Tp8ExQ0Yfp3r24nhcHlKPGlhSHWcqd+8WtCNb8r8= -github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20210623230745-59ae2edf8875 h1:1iCVZE13+b3txiXV+7vhzfwEVx30uKjPq4gacpFNUo4= -github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20210623230745-59ae2edf8875/go.mod h1:4RF3nGiXTRuZBTqPvryH3oYx0w9XX/Ga4w7FzNb04WM= -github.com/openshift/cluster-api-provider-openstack v0.0.0-20210820223719-a7442bb18bce h1:5x4IEu5M5BdOF1Eqfml1Cg7fXHZoB8nQpfQlnqwt54Q= -github.com/openshift/cluster-api-provider-openstack v0.0.0-20210820223719-a7442bb18bce/go.mod h1:HnSxJ/ZsjVaUdpwdfifOMnJ9rPNIptpKD0DSMg+MR+4= -github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20220120123528-15a6add2ff5b h1:n/XhgiOb3vRO7luRsCmsyoqlkG+FhyZT1iGnWGaZSO0= -github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20220120123528-15a6add2ff5b/go.mod h1:lrKTKMpd3OERMlQgVJi6VKcE57EvtUORGSFIoE7BEAs= -github.com/openshift/console-operator v0.0.0-20220124105820-fdcb82f487fb h1:+VQ0e0A/VLQzVQkRoJpCBe38vxi57FBm7O2UBEcg1xU= -github.com/openshift/console-operator v0.0.0-20220124105820-fdcb82f487fb/go.mod h1:8v5iPaEHE1WOaH+9XDBucW6cD/4S5Xs2PlCFA41kEck= -github.com/openshift/library-go v0.0.0-20220125122342-ff51c8a74c7b h1:9zJfxPgZK68VhOngN1Sh0xOwkro0GiGIyGN3Wbq32KE= -github.com/openshift/library-go v0.0.0-20220125122342-ff51c8a74c7b/go.mod h1:5TSPiu4ZEPW5NwUspgqYqjSD/wF86JWGy+x8jB+9oB4= -github.com/openshift/machine-api-operator v0.2.1-0.20211203013047-383c9b959b69 h1:2fiCHtqYpiDRm4NEfB2JYtUbSzIG2VsE1j5R9vJs5tA= -github.com/openshift/machine-api-operator v0.2.1-0.20211203013047-383c9b959b69/go.mod h1:Ygpam3wVJQgpN74qY9PKyTshyDGf+UDElCUBHs+n5ns= -github.com/openshift/machine-config-operator v0.0.1-0.20211215135312-23d93af42378 h1:OxWzUJspfQ6DacJjtCpuqCu6kFMXFYn5RRaEtMVkjbo= -github.com/openshift/machine-config-operator v0.0.1-0.20211215135312-23d93af42378/go.mod h1:zeqX4YtgpcCkVFG5AWAa2rIDSrEZgm+6QJ9Kkp97CnA= +github.com/openshift/cluster-api v0.0.0-20190805113604-f8de78af80fc h1:6Nf3TaiooyEZNk+3ZHonNOujT+HacuSj9cxyeGTc/zg= +github.com/openshift/cluster-api v0.0.0-20190805113604-f8de78af80fc/go.mod h1:mNsD1dsD4T57kV4/C6zTHke/Ro166xgnyyRZqkamiEU= +github.com/openshift/cluster-api-actuator-pkg v0.0.0-20190614215203-42228d06a2ca/go.mod h1:KNPaA64x3Ok7z538kvS2acwC5fEwvPfF0RdTx2geQEE= +github.com/openshift/cluster-api-provider-aws v0.2.1-0.20210121023454-5ffc5f422a80 h1:fFHoy/1QCLUcfo/NceEM8jGY2Tafl1BmyLa7tReN328= +github.com/openshift/cluster-api-provider-aws v0.2.1-0.20210121023454-5ffc5f422a80/go.mod h1:JV7aXj/LZ8B4MwIQdhGxpTO2PCG8+7UKFd6FaOZCSzA= +github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20210626224711-5d94c794092f h1:rQwvVLPZfM5o0USkVY6mrAyJwzMUkhjn9Wz2D5vX81k= +github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20210626224711-5d94c794092f/go.mod h1:GR+ocB8I+Z7JTSBdO+DMu/diBfH66lRlRpnc1KWysUM= +github.com/openshift/cluster-api-provider-baremetal v0.0.0-20210924143856-c2d3ece4da38/go.mod h1:TyotVVwHJhqcDfX/0MkCjLOh7y6+RshdurRIboZ0/Hk= +github.com/openshift/cluster-api-provider-baremetal v0.0.0-20220218121658-fc0acaaec338 h1:9jfYbey2XKqdJLh4sqJ1g2j+/qJDF2gGTz5fUgHpdr8= +github.com/openshift/cluster-api-provider-baremetal v0.0.0-20220218121658-fc0acaaec338/go.mod h1:0R0WNIHdm52NYs2vf4rOMynSto8IVX9duNTKYSr7Pw4= +github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20211123160814-0d569513f9fa/go.mod h1:7p6aCbKlv0yWsChDz6hCbm9wj0P6f5iPpm8AcdekxXU= +github.com/openshift/cluster-api-provider-ibmcloud v0.0.0-20211008100740-4d7907adbd6b h1:atciNID+jTAqvQT0t/hAE+KVFLCxv2asXGih2py2dpg= +github.com/openshift/cluster-api-provider-ibmcloud v0.0.0-20211008100740-4d7907adbd6b/go.mod h1:xkkPB22FMQyrv3G0HLobylRsosJP4Voi8Yojg5WEYrs= +github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20191219173431-2336783d4603 h1:MC6BSZYxFPoqqKj9PdlGjHGVKcMsvn6Kv1NiVzQErZ8= +github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20191219173431-2336783d4603/go.mod h1:7pQ9Bzha+ug/5zd+0ufbDEcnn2OnNlPwRwYrzhXk4NM= +github.com/openshift/cluster-api-provider-openstack v0.0.0-20211111204942-611d320170af h1:PeF1obTACelTfyDhMBEwlgx3bTJdicgw2PuNxP0Ayzc= +github.com/openshift/cluster-api-provider-openstack v0.0.0-20211111204942-611d320170af/go.mod h1:FimmVt2+i/aNr73dnD/lPC0oiXk2lOyuLM6heOroY3M= +github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20211215231458-35ce9aafee1f h1:GWYEpkzA/8V9pRzKA5R+HU1nzC+fDgOADisw0KSE6iw= +github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20211215231458-35ce9aafee1f/go.mod h1:C7unCUThP8eqT4xQfbvg3oIDn2S9TYtb0wbBoH/SR2U= +github.com/openshift/cluster-autoscaler-operator v0.0.0-20190521201101-62768a6ba480/go.mod h1:/XmV44Fh28Vo3Ye93qFrxAbcFJ/Uy+7LPD+jGjmfJYc= +github.com/openshift/console-operator v0.0.0-20220318130441-e44516b9c315 h1:zmwv8TgbOgZ5QoaPhLdOivqg706Z+VyuPs703jNMdrE= +github.com/openshift/console-operator v0.0.0-20220318130441-e44516b9c315/go.mod h1:jCX07P5qFcuJrzd0xO5caxLjvSscehiaq6We/hGlcW8= +github.com/openshift/library-go v0.0.0-20220303081124-fb4e7a2872f0 h1:hiwAdZ5ishMe4qtUejv+CuBWra18cjZMHVFlVPOZnw0= +github.com/openshift/library-go v0.0.0-20220303081124-fb4e7a2872f0/go.mod h1:6AmNM4N4nHftckybV/U7bQW+5AvK5TW81ndSI6KEidw= +github.com/openshift/machine-api-operator v0.2.1-0.20220124104622-668c5b52b104/go.mod h1:1j0Au43h8Sn2B81FxOudqcmKnzvMNEH+vfg5y1g2xAk= +github.com/openshift/machine-config-operator v0.0.1-0.20220319215057-e6ba00b88555 h1:/IJShcNrpZ/zubR42A0n2Y1fGJRp4t9Vna2hx/2hfXY= +github.com/openshift/machine-config-operator v0.0.1-0.20220319215057-e6ba00b88555/go.mod h1:FZ6GifJP0KAKiPE3kvsxdJgkoAMXbSnVbS4to1d+4QA= github.com/openshift/runtime-utils v0.0.0-20210722191527-8b8348d80d1d/go.mod h1:H2kQ7bM4oYJk8G+N9ybDDlTg45V10G/+h2xL8zmjjHU= github.com/openshift/terraform-provider-aws v1.60.1-0.20200630224953-76d1fb4e5699/go.mod h1:0U3OgA2uDYSc7gNkdWA92+/BxWXwuYhWqqZ4UhM1RCw= github.com/openshift/terraform-provider-azurerm v1.40.1-0.20200707062554-97ea089cc12a/go.mod h1:9VGDn8x+Pz/j5vQ8nseuH+YsKyxpGYx+faT9b9fqCWQ= @@ -2070,6 +2259,7 @@ github.com/opentracing/opentracing-go v1.0.3-0.20180606204148-bd9c31933947/go.mo github.com/opentracing/opentracing-go v1.1.0/go.mod h1:UkNAQd3GIcIGf0SeVgPpRdFStlNbqXla1AfSYxPUl2o= github.com/opentracing/opentracing-go v1.2.0/go.mod h1:GxEUsuufX4nBwe+T+Wl9TAgYrxe9dPLANfrWvHYVTgc= github.com/openzipkin-contrib/zipkin-go-opentracing v0.4.5/go.mod h1:/wsWhb9smxSfWAKL3wpBW7V8scJMt8N8gnaMCS9E/cA= +github.com/openzipkin/zipkin-go v0.1.1/go.mod h1:NtoC/o8u3JlF1lSlyPNswIbeQH9bJTmOf0Erfk+hxe8= github.com/openzipkin/zipkin-go v0.1.6/go.mod h1:QgAqvLzwWbR/WpD4A3cGpPtJrZXNIiJc5AZX7/PBEpw= github.com/openzipkin/zipkin-go v0.2.1/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4= github.com/openzipkin/zipkin-go v0.2.2/go.mod h1:NaW6tEwdmWMaCDZzg8sh+IBNOxHMPnhQw8ySjnjRyN4= @@ -2080,6 +2270,7 @@ github.com/operator-framework/operator-registry v1.13.4/go.mod h1:YhnIzOVjRU2ZwZ github.com/operator-framework/operator-sdk v0.19.4/go.mod h1:+gIlE/CfBGFGj51qJ2sLTPZWE1X27cKtjZ0m5vwY8Hw= github.com/oras-project/oras v0.12.0/go.mod h1:Bj/Uj06ncxBdgseoABRh1zyKm2/FZ9HtF7Y+EQAwrG4= github.com/ostreedev/ostree-go v0.0.0-20190702140239-759a8c1ac913/go.mod h1:J6OG6YJVEWopen4avK3VNQSnALmmjvniMmni/YFYAwc= +github.com/ostreedev/ostree-go v0.0.0-20210805093236-719684c64e4f/go.mod h1:J6OG6YJVEWopen4avK3VNQSnALmmjvniMmni/YFYAwc= github.com/otiai10/copy v1.2.0/go.mod h1:rrF5dJ5F0t/EWSYODDu4j9/vEeYHMkc8jt0zJChqQWw= github.com/otiai10/curr v0.0.0-20150429015615-9b4961190c95/go.mod h1:9qAhocn7zKJG+0mI8eUu6xqkFDYS2kb2saOteoSB3cE= github.com/otiai10/curr v1.0.0/go.mod h1:LskTG5wDwr8Rs+nNQ+1LlxRjAtTZZjtJW4rMXl6j4vs= @@ -2096,6 +2287,7 @@ github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144T github.com/pascaldekloe/name v0.0.0-20180628100202-0fd16699aae1 h1:/I3lTljEEDNYLho3/FUB7iD/oc2cEFgVmbHzV+O0PtU= github.com/pascaldekloe/name v0.0.0-20180628100202-0fd16699aae1/go.mod h1:eD5JxqMiuNYyFNmyY9rkJ/slN8y59oEu4Ei7F8OoKWQ= github.com/paulbellamy/ratecounter v0.2.0/go.mod h1:Hfx1hDpSGoqxkVVpBi/IlYD7kChlfo5C6hzIHwPqfFE= +github.com/pborman/uuid v0.0.0-20180906182336-adf5a7427709/go.mod h1:VyrYX9gd7irzKovcSS6BIIEwPRkP2Wm2m9ufcdFSJ34= github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= github.com/pborman/uuid v1.2.1 h1:+ZZIw58t/ozdjRaXh/3awHfmWRbzYxJoAdNJxe/3pvw= github.com/pborman/uuid v1.2.1/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k= @@ -2104,8 +2296,9 @@ github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/9 github.com/pelletier/go-toml v1.4.0/go.mod h1:PN7xzY2wHTK0K9p34ErDQMlFxa51Fk0OUruD3k1mMwo= github.com/pelletier/go-toml v1.6.0/go.mod h1:5N711Q9dKgbdkxHL+MEfF31hpT7l0S0s/t2kKREewys= github.com/pelletier/go-toml v1.7.0/go.mod h1:vwGMzjaWMwyfHwgIBhI2YUM4fB6nL6lVAvS1LBMMhTE= -github.com/pelletier/go-toml v1.8.0 h1:Keo9qb7iRJs2voHvunFtuuYFsbWeOBh8/P9v/kVMFtw= -github.com/pelletier/go-toml v1.8.0/go.mod h1:D6yutnOGMveHEPV7VQOuvI/gXY61bv+9bAOTRnLElKs= +github.com/pelletier/go-toml v1.8.1/go.mod h1:T2/BmBdy8dvIRq1a/8aqjN41wvWlN4lrapLU/GW4pbc= +github.com/pelletier/go-toml v1.9.3 h1:zeC5b1GviRUyKYd6OJPvBU/mcVDVoL1OhT17FCt5dSQ= +github.com/pelletier/go-toml v1.9.3/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= github.com/performancecopilot/speed v3.0.0+incompatible/go.mod h1:/CLtqpZ5gBg1M9iaPbIdPPGyKcA8hKdoy6hAWba7Yac= github.com/peterbourgon/diskv v2.0.1+incompatible h1:UBdAOUP5p4RWqPBg048CAvpKN+vxiaj6gdUUzhl4XmI= github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= @@ -2117,11 +2310,13 @@ github.com/philhofer/fwd v1.0.0/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc= github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= github.com/pierrec/lz4 v2.5.2+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= +github.com/pierrec/lz4 v2.6.0+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= +github.com/pierrec/lz4 v2.6.1+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY= github.com/pierrec/lz4/v4 v4.1.8/go.mod h1:gZWDp/Ze/IJXGXf23ltt2EXimqmTUXEy0GFuRQyBid4= github.com/pin/tftp v2.1.0+incompatible/go.mod h1:xVpZOMCXTy+A5QMjEVN0Glwa1sUvaJhFXbr/aAxuxGY= github.com/pingcap/errors v0.11.4/go.mod h1:Oi8TUi2kEtXXLMJk9l1cGmz20kV3TaQ0usTwv5KuLY8= -github.com/pires/go-proxyproto v0.6.1 h1:EBupykFmo22SDjv4fQVQd2J9NOoLPmyZA/15ldOGkPw= -github.com/pires/go-proxyproto v0.6.1/go.mod h1:Odh9VFOZJCf9G8cLW5o435Xf1J95Jw9Gw5rnCjcwzAY= +github.com/pires/go-proxyproto v0.6.2 h1:KAZ7UteSOt6urjme6ZldyFm4wDe/z0ZUP0Yv0Dos0d8= +github.com/pires/go-proxyproto v0.6.2/go.mod h1:Odh9VFOZJCf9G8cLW5o435Xf1J95Jw9Gw5rnCjcwzAY= github.com/pkg/browser v0.0.0-20180916011732-0a3d74bf9ce4/go.mod h1:4OwLy04Bl9Ef3GJJCoec+30X3LQs/0/m4HFRt/2LUSA= github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e/go.mod h1:pJLUxLENpZxwdsKMEsNbx1VGcRFpLqf3715MtcvvzbA= github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= @@ -2138,22 +2333,24 @@ github.com/pkg/term v1.1.0/go.mod h1:E25nymQcrSllhX42Ok8MRm1+hyBdHY0dCeiKZ9jpNGw github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/polyfloyd/go-errorlint v0.0.0-20201006195004-351e25ade6e3 h1:Amgs0nbayPhBNGh1qPqqr2e7B2qNAcBgRjnBH/lmn8k= -github.com/polyfloyd/go-errorlint v0.0.0-20201006195004-351e25ade6e3/go.mod h1:wi9BfjxjF/bwiZ701TzmfKu6UKC357IOAtNr0Td0Lvw= +github.com/polyfloyd/go-errorlint v0.0.0-20210722154253-910bb7978349 h1:Kq/3kL0k033ds3tyez5lFPrfQ74fNJ+OqCclRipubwA= +github.com/polyfloyd/go-errorlint v0.0.0-20210722154253-910bb7978349/go.mod h1:wi9BfjxjF/bwiZ701TzmfKu6UKC357IOAtNr0Td0Lvw= github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= github.com/posener/complete v1.2.1/go.mod h1:6gapUrK/U1TAN7ciCoNRIdVC5sbdBTUh1DKN0g6uH7E= github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s= -github.com/posener/complete/v2 v2.0.1-alpha.12/go.mod h1://JlL91cS2JV7rOl6LVHrRqBXoBUecJu3ILQPgbJiMQ= -github.com/posener/script v1.0.4/go.mod h1:Rg3ijooqulo05aGLyGsHoLmIOUzHUVK19WVgrYBPU/E= github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA= github.com/pquerna/cachecontrol v0.1.0 h1:yJMy84ti9h/+OEWa752kBTKv4XC30OtVVHYv/8cTqKc= github.com/pquerna/cachecontrol v0.1.0/go.mod h1:NrUG3Z7Rdu85UNR3vm7SOsl1nFIeSiQnrHV5K9mBcUI= github.com/pquerna/ffjson v0.0.0-20181028064349-e517b90714f7/go.mod h1:YARuvh7BUWHNhzDq2OM5tzR2RiCcN2D7sapiKyCel/M= github.com/pquerna/ffjson v0.0.0-20190813045741-dac163c6c0a9/go.mod h1:YARuvh7BUWHNhzDq2OM5tzR2RiCcN2D7sapiKyCel/M= github.com/pquerna/otp v1.2.0/go.mod h1:dkJfzwRKNiegxyNb54X/3fLwhCynbMspSyWKnvi1AEg= +github.com/pquerna/otp v1.2.1-0.20191009055518-468c2dd2b58d/go.mod h1:dkJfzwRKNiegxyNb54X/3fLwhCynbMspSyWKnvi1AEg= +github.com/proglottis/gpgme v0.1.1 h1:72xI0pt/hy7pqsRxk32KExITkXp+RZErRizsA+up/lQ= +github.com/proglottis/gpgme v0.1.1/go.mod h1:fPbW/EZ0LvwQtH8Hy7eixhp1eF3G39dtx7GUN+0Gmy0= github.com/prometheus-community/prom-label-proxy v0.2.0/go.mod h1:XdjyZg7LCbCC5FADHtpgNp6kQ0W9beXVGfmcvndMj5Y= github.com/prometheus-operator/prometheus-operator v0.48.1/go.mod h1:lXJz0R74XkhfLwsw5mIeLPJZOVIQp6kQyMyMjOU+MWY= github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.44.1/go.mod h1:3WYi4xqXxGGXWDdQIITnLNmuDzO5n6wYva9spVhR4fg= +github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.48.1 h1:OGC7+ktZ6h8xI99VB6i8iuiXecdhUmwto9vbGzoVMac= github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.48.1/go.mod h1:3WYi4xqXxGGXWDdQIITnLNmuDzO5n6wYva9spVhR4fg= github.com/prometheus-operator/prometheus-operator/pkg/client v0.48.1/go.mod h1:k4BrWlVQQsvBiTcDnKEMgyh/euRxyxgrHdur/ZX/sdA= github.com/prometheus/alertmanager v0.20.0/go.mod h1:9g2i48FAyZW6BtbsnvHtMHQXl2aVtrORKwKVCQ+nbrg= @@ -2161,6 +2358,7 @@ github.com/prometheus/alertmanager v0.21.0/go.mod h1:h7tJ81NA0VLWvWEayi1QltevFkL github.com/prometheus/alertmanager v0.21.1-0.20210422101724-8176f78a70e1/go.mod h1:gsEqwD5BHHW9RNKvCuPOrrTMiP5I+faJUyLXvnivHik= github.com/prometheus/alertmanager v0.22.1-0.20210603124511-8b584eb2265e/go.mod h1:ntrorfzWQ1I9mhJK7AO71w4xMUgM4SxmwbtyQgAWZz0= github.com/prometheus/alertmanager v0.23.0/go.mod h1:0MLTrjQI8EuVmvykEhcfr/7X0xmaDAZrqMgxIq3OXHk= +github.com/prometheus/client_golang v0.8.0/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM= github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829/go.mod h1:p2iRAGwDERtqlqzRXnrOVns+ignqQo//hLXqYxZYVNs= @@ -2177,8 +2375,8 @@ github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP github.com/prometheus/client_golang v1.9.0/go.mod h1:FqZLKOZnGdFAhOK4nqGHa7D66IdsO+O441Eve7ptJDU= github.com/prometheus/client_golang v1.10.0/go.mod h1:WJM3cc3yu7XKBKa/I8WeZm+V3eltZnBwfENSU7mdogU= github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= -github.com/prometheus/client_golang v1.12.0 h1:C+UIj/QWtmqY13Arb8kwMt5j34/0Z2iKamrJ+ryC0Gg= -github.com/prometheus/client_golang v1.12.0/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= +github.com/prometheus/client_golang v1.12.1 h1:ZiaPsmm9uiBeaSMRznKsCDNtPCS0T3JVDGF+06gjBzk= +github.com/prometheus/client_golang v1.12.1/go.mod h1:3Z9XVyYiZYEO+YQWt3RD2R3jrbd179Rt297l4aS6nDY= github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= @@ -2186,6 +2384,7 @@ github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1: github.com/prometheus/client_model v0.1.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= github.com/prometheus/client_model v0.2.0 h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M= github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= +github.com/prometheus/common v0.0.0-20180801064454-c7de2306084e/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.0.0-20181126121408-4724e9255275/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= github.com/prometheus/common v0.2.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= @@ -2201,19 +2400,23 @@ github.com/prometheus/common v0.21.0/go.mod h1:U+gB1OBLb1lF3O42bTCL+FK18tX9Oar16 github.com/prometheus/common v0.24.0/go.mod h1:H6QK/N6XVT42whUeIdI3dp36w49c+/iMDk7UAI2qm7Q= github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= github.com/prometheus/common v0.26.1-0.20210603143733-6ef301f414bf/go.mod h1:LdLj/WiR+LL0ThCPrtSZbijrsxInIhizDTiPlJhPPq4= +github.com/prometheus/common v0.28.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= github.com/prometheus/common v0.29.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= github.com/prometheus/common v0.30.0/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= -github.com/prometheus/common v0.32.1 h1:hWIdL3N2HoUx3B8j3YN9mWor0qhY/NlEKZEaXxuIRh4= github.com/prometheus/common v0.32.1/go.mod h1:vu+V0TpY+O6vW9J44gczi3Ap/oXXR10b+M/gUGO4Hls= +github.com/prometheus/common v0.33.0 h1:rHgav/0a6+uYgGdNt3jwz8FNSesO/Hsang3O0T9A5SE= +github.com/prometheus/common v0.33.0/go.mod h1:gB3sOl7P0TvJabZpLY5uQMpUqRCPPCyRLCZYc7JZTNE= github.com/prometheus/common/sigv4 v0.1.0/go.mod h1:2Jkxxk9yYvCkE5G1sQT7GuEXm57JrvHu9k5YwTjsNtI= github.com/prometheus/exporter-toolkit v0.5.0/go.mod h1:OCkM4805mmisBhLmVFw858QYi3v0wKdY6/UxrT0pZVg= github.com/prometheus/exporter-toolkit v0.5.1/go.mod h1:OCkM4805mmisBhLmVFw858QYi3v0wKdY6/UxrT0pZVg= github.com/prometheus/exporter-toolkit v0.6.1/go.mod h1:ZUBIj498ePooX9t/2xtDjeQYwvRpiPP2lh5u4iblj2g= github.com/prometheus/node_exporter v1.0.0-rc.0.0.20200428091818-01054558c289/go.mod h1:FGbBv5OPKjch+jNUJmEQpMZytIdyW0NdBtWFcfSKusc= github.com/prometheus/procfs v0.0.0-20180125133057-cb4147076ac7/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= +github.com/prometheus/procfs v0.0.0-20180725123919-05ee40e3a273/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= +github.com/prometheus/procfs v0.0.0-20190227231451-bbced9601137/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.0-20190425082905-87a4384529e0/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= github.com/prometheus/procfs v0.0.0-20190522114515-bc1a522cf7b1/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= @@ -2229,12 +2432,18 @@ github.com/prometheus/procfs v0.7.3 h1:4jVXhlkAyzOScmCkXBTOLRLTz8EeU+eyjrwB/EPq0 github.com/prometheus/procfs v0.7.3/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= github.com/prometheus/prometheus v1.8.2-0.20210421143221-52df5ef7a3be/go.mod h1:WbIKsp4vWCoPHis5qQfd0QimLOR7qe79roXN5O8U8bs= github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= +github.com/pseudomuto/protoc-gen-doc v1.3.2/go.mod h1:y5+P6n3iGrbKG+9O04V5ld71in3v/bX88wUwgt+U8EA= +github.com/pseudomuto/protokit v0.2.0/go.mod h1:2PdH30hxVHsup8KpBTOXTBeMVhJZVio3Q8ViKSAXT0Q= github.com/quasilyte/go-consistent v0.0.0-20190521200055-c6f3937de18c/go.mod h1:5STLWrekHfjyYwxBRVRXNOSewLJ3PWfDJd1VyTS21fI= -github.com/quasilyte/go-ruleguard v0.2.0 h1:UOVMyH2EKkxIfzrULvA9n/tO+HtEhqD9mrLSWMr5FwU= -github.com/quasilyte/go-ruleguard v0.2.0/go.mod h1:2RT/tf0Ce0UDj5y243iWKosQogJd8+1G3Rs2fxmlYnw= +github.com/quasilyte/go-ruleguard v0.3.1-0.20210203134552-1b5a410e1cc8/go.mod h1:KsAh3x0e7Fkpgs+Q9pNLS5XpFSvYCEVl5gP9Pp1xp30= +github.com/quasilyte/go-ruleguard v0.3.4 h1:F6l5p6+7WBcTKS7foNQ4wqA39zjn2+RbdbyzGxIq1B0= +github.com/quasilyte/go-ruleguard v0.3.4/go.mod h1:57FZgMnoo6jqxkYKmVj5Fc8vOt0rVzoE/UNAmFFIPqA= +github.com/quasilyte/go-ruleguard/dsl v0.3.0/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU= +github.com/quasilyte/go-ruleguard/dsl v0.3.2/go.mod h1:KeCP03KrjuSO0H1kTuZQCWlQPulDV6YMIXmpQss17rU= +github.com/quasilyte/go-ruleguard/rules v0.0.0-20201231183845-9e62ed36efe1/go.mod h1:7JTjp89EGyU1d6XfBiXihJNG37wB2VRkd125Q1u7Plc= +github.com/quasilyte/go-ruleguard/rules v0.0.0-20210203162857-b223e0831f88/go.mod h1:4cgAphtvu7Ftv7vOT2ZOYhC6CvBxZixcasr8qIOTA50= +github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 h1:L8QM9bvf68pVdQ3bCFZMDmnt9yqcMBro1pC7F+IPYMY= github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95/go.mod h1:rlzQ04UMyJXu/aOvhd8qT+hvDrFpiwqp8MRXDY9szc0= -github.com/quasilyte/regex/syntax v0.0.0-20200805063351-8f842688393c h1:+gtJ/Pwj2dgUGlZgTrNFqajGYKZQc7Piqus/S6DK9CE= -github.com/quasilyte/regex/syntax v0.0.0-20200805063351-8f842688393c/go.mod h1:rlzQ04UMyJXu/aOvhd8qT+hvDrFpiwqp8MRXDY9szc0= github.com/quobyte/api v0.1.8/go.mod h1:jL7lIHrmqQ7yh05OJ+eEEdHr0u/kmT1Ff9iHd+4H6VI= github.com/rcrowley/go-metrics v0.0.0-20181016184325-3113b8401b8a/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0/go.mod h1:bCqnVzQkZxMG4s8nGwiZ5l3QUCyqpo9Y+/ZMZ9VjZe4= @@ -2257,8 +2466,8 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR github.com/rogpeppe/go-internal v1.3.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.4.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.5.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= -github.com/rogpeppe/go-internal v1.6.0/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.6.1/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= +github.com/rogpeppe/go-internal v1.6.2/go.mod h1:xXDCJY+GAPziupqXw64V24skbSoqbTEfhy4qGm1nDQc= github.com/rogpeppe/go-internal v1.8.0 h1:FCbCCtXNOY3UtUuHUYaghJg4y7Fd14rXifAYUAtL9R8= github.com/rogpeppe/go-internal v1.8.0/go.mod h1:WmiCO8CzOY8rg0OYDC4/i/2WRWAB6poM+XZ2dLUbcbE= github.com/rs/cors v1.6.0/go.mod h1:gFx+x8UowdsKA9AchylcLynDq+nNFfI8FkUZdN/jGCU= @@ -2273,15 +2482,19 @@ github.com/russross/blackfriday v1.6.0/go.mod h1:ti0ldHuxg49ri4ksnFxlkCfN+hvslNl github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/ryancurrah/gomodguard v1.0.4/go.mod h1:9T/Cfuxs5StfsocWr4WzDL36HqnX0fVb9d5fSEaLhoE= -github.com/ryancurrah/gomodguard v1.1.0 h1:DWbye9KyMgytn8uYpuHkwf0RHqAYO6Ay/D0TbCpPtVU= -github.com/ryancurrah/gomodguard v1.1.0/go.mod h1:4O8tr7hBODaGE6VIhfJDHcwzh5GUccKSJBU0UMXJFVM= +github.com/ryancurrah/gomodguard v1.2.3 h1:ww2fsjqocGCAFamzvv/b8IsRduuHHeK2MHTcTxZTQX8= +github.com/ryancurrah/gomodguard v1.2.3/go.mod h1:rYbA/4Tg5c54mV1sv4sQTP5WOPBcoLtnBZ7/TEhXAbg= github.com/ryanrolds/sqlclosecheck v0.3.0 h1:AZx+Bixh8zdUBxUA1NxbxVAS78vTPq4rCb8OUZI9xFw= github.com/ryanrolds/sqlclosecheck v0.3.0/go.mod h1:1gREqxyTGR3lVtpngyFo3hZAgk0KCtEdgEkHwDbigdA= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/ryanuber/columnize v2.1.0+incompatible/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/ryanuber/go-glob v0.0.0-20170128012129-256dc444b735/go.mod h1:807d1WSdnB0XRJzKNil9Om6lcp/3a0v4qIHxIXzX/Yc= +github.com/safchain/ethtool v0.0.0-20210803160452-9aa261dae9b1/go.mod h1:Z0q5wiBQGYcxhMZ6gUqHn6pYNLypFAvaL3UvgZLR0U4= github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da/go.mod h1:gi+0XIa01GRL2eRQVjQkKGqKF3SF9vZR/HnPullcV2E= +github.com/sanposhiho/wastedassign/v2 v2.0.6 h1:+6/hQIHKNJAUixEj6EmOngGIisyeI+T3335lYTyxRoA= +github.com/sanposhiho/wastedassign/v2 v2.0.6/go.mod h1:KyZ0MWTwxxBmfwn33zh3k1dmsbF2ud9pAAGfoLfjhtI= github.com/santhosh-tekuri/jsonschema v1.2.4/go.mod h1:TEAUOeZSmIxTTuHatJzrvARHiuO9LYd+cIxzgEHCQI4= +github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b h1:gQZ0qzfKHQIybLANtM3mBXNUtOfsCFXeTsnBqCsx1KM= github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b/go.mod h1:dA0hQrYB0VpLJoorglMZABFdXlWrHn1NEOzdhQKdks0= github.com/satori/uuid v1.2.1-0.20181028125025-b2ce2384e17b/go.mod h1:B8HLsPLik/YNn6KKWVMDJ8nzCL8RP5WyfsnmvnAEwIU= github.com/scaleway/scaleway-sdk-go v1.0.0-beta.7.0.20210223165440-c65ae3540d44/go.mod h1:CJJ5VAbozOl0yEw7nHB9+7BXTJbIn6h7W+f6Gau5IP8= @@ -2290,20 +2503,17 @@ github.com/sclevine/agouti v3.0.0+incompatible/go.mod h1:b4WX9W9L1sfQKXeJf1mUTLZ github.com/sclevine/spec v1.2.0/go.mod h1:W4J29eT/Kzv7/b9IWLB055Z+qvVC9vt0Arko24q7p+U= github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= github.com/sebdah/goldie v1.0.0/go.mod h1:jXP4hmWywNEwZzhMuv2ccnqTSFpuq8iyQhtQdkkZBH4= +github.com/sebdah/goldie/v2 v2.5.3/go.mod h1:oZ9fp0+se1eapSRjfYbsV/0Hqhbuu3bJVvKI/NNtssI= github.com/seccomp/libseccomp-golang v0.9.1/go.mod h1:GbW5+tmTXfcxTToHLXlScSlAvWlF4P2Ca7zGrPiEpWo= github.com/seccomp/libseccomp-golang v0.9.2-0.20210429002308-3879420cc921/go.mod h1:JA8cRccbGaA1s33RQf7Y1+q9gHmZX1yB/z9WDN1C6fg= -github.com/securego/gosec v0.0.0-20191002120514-e680875ea14d/go.mod h1:w5+eXa0mYznDkHaMCXA4XYffjlH+cy1oyKbfzJXa2Do= github.com/securego/gosec v0.0.0-20200316084457-7da9f46445fd h1:qB+l4fYZsH78xORC1aqVS0zNmgkQp4rkj2rvfxQMtzc= github.com/securego/gosec v0.0.0-20200316084457-7da9f46445fd/go.mod h1:NurAFZsWJAEZjogSwdVPlHkOZB3DOAU7gsPP8VFZCHc= -github.com/securego/gosec/v2 v2.4.0/go.mod h1:0/Q4cjmlFDfDUj1+Fib61sc+U5IQb2w+Iv9/C3wPVko= -github.com/securego/gosec/v2 v2.5.0 h1:kjfXLeKdk98gBe2+eYRFMpC4+mxmQQtbidpiiOQ69Qc= -github.com/securego/gosec/v2 v2.5.0/go.mod h1:L/CDXVntIff5ypVHIkqPXbtRpJiNCh6c6Amn68jXDjo= +github.com/securego/gosec/v2 v2.8.1 h1:Tyy/nsH39TYCOkqf5HAgRE+7B5D8sHDwPdXRgFWokh8= +github.com/securego/gosec/v2 v2.8.1/go.mod h1:pUmsq6+VyFEElJMUX+QB3p3LWNHXg1R3xh2ssVJPs8Q= github.com/segmentio/fasthash v0.0.0-20180216231524-a72b379d632e/go.mod h1:tm/wZFQ8e24NYaBGIlnO2WGCAi67re4HHuOm0sftE/M= github.com/segmentio/kafka-go v0.1.0/go.mod h1:X6itGqS9L4jDletMsxZ7Dz+JFWxM6JHfPOCvTvk+EJo= github.com/segmentio/kafka-go v0.2.0/go.mod h1:X6itGqS9L4jDletMsxZ7Dz+JFWxM6JHfPOCvTvk+EJo= github.com/sercand/kuberesolver v2.1.0+incompatible/go.mod h1:lWF3GL0xptCB/vCiJPl/ZshwPsX/n4Y7u0CW9E7aQIQ= -github.com/serge1peshcoff/selenium-go-conditions v0.0.0-20170824121757-5afbdb74596b h1:jLwzNAxsHzKw5sHju7bUk0iQSynZxWAOtnXD5d37Vto= -github.com/serge1peshcoff/selenium-go-conditions v0.0.0-20170824121757-5afbdb74596b/go.mod h1:noHZFMVoy0oY+ICCojiGUgv+/ecK+1M6huoUVWAIJoU= github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo= github.com/sergi/go-diff v1.1.0/go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM= github.com/sergi/go-diff v1.2.0 h1:XU+rvMAioB0UC3q1MFrIQy4Vo5/4VsRDQQXHsEya6xQ= @@ -2313,14 +2523,36 @@ github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c h1:W65qqJCIOVP4jpqP github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c/go.mod h1:/PevMnwAxekIXwN8qQyfc5gl2NlkB3CQlkizAbOkeBs= github.com/shirou/gopsutil v0.0.0-20180427012116-c95755e4bcd7/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA= github.com/shirou/gopsutil v0.0.0-20190901111213-e4ec7b275ada/go.mod h1:WWnYX4lzhCH5h/3YBfyVA3VbLYjlMZZAQcW9ojMexNc= +github.com/shirou/gopsutil/v3 v3.21.7/go.mod h1:RGl11Y7XMTQPmHh8F0ayC6haKNBgH4PXMJuTAcMOlz4= github.com/shirou/w32 v0.0.0-20160930032740-bb4de0191aa4/go.mod h1:qsXQc7+bwAM3Q1u/4XEfrquwF8Lw7D7y5cD8CuHnfIc= github.com/shopspring/decimal v0.0.0-20180709203117-cd690d0c9e24/go.mod h1:M+9NzErvs504Cn4c5DxATwIqPbtswREoFCre64PpcG4= +github.com/shopspring/decimal v1.2.0/go.mod h1:DKyhrW/HYNuLGql+MJL6WCR6knT2jwCFRcu2hWCYk4o= +github.com/shurcooL/component v0.0.0-20170202220835-f88ec8f54cc4/go.mod h1:XhFIlyj5a1fBNx5aJTbKoIq0mNaPvOagO+HjB3EtxrY= +github.com/shurcooL/events v0.0.0-20181021180414-410e4ca65f48/go.mod h1:5u70Mqkb5O5cxEA8nxTsgrgLehJeAw6Oc4Ab1c/P1HM= +github.com/shurcooL/github_flavored_markdown v0.0.0-20181002035957-2122de532470/go.mod h1:2dOwnU2uBioM+SGy2aZoq1f/Sd1l9OkAeAUvjSyvgU0= github.com/shurcooL/go v0.0.0-20180423040247-9e1955d9fb6e/go.mod h1:TDJrrUr11Vxrven61rcy3hJMUqaf/CLWYhHNPmT14Lk= github.com/shurcooL/go-goon v0.0.0-20170922171312-37c2f522c041/go.mod h1:N5mDOmsrJOB+vfqUK+7DmDyjhSLIIBnXo9lvZJj3MWQ= +github.com/shurcooL/gofontwoff v0.0.0-20180329035133-29b52fc0a18d/go.mod h1:05UtEgK5zq39gLST6uB0cf3NEHjETfB4Fgr3Gx5R9Vw= +github.com/shurcooL/gopherjslib v0.0.0-20160914041154-feb6d3990c2c/go.mod h1:8d3azKNyqcHP1GaQE/c6dDgjkgSx2BZ4IoEi4F1reUI= +github.com/shurcooL/highlight_diff v0.0.0-20170515013008-09bb4053de1b/go.mod h1:ZpfEhSmds4ytuByIcDnOLkTHGUI6KNqRNPDLHDk+mUU= +github.com/shurcooL/highlight_go v0.0.0-20181028180052-98c3abbbae20/go.mod h1:UDKB5a1T23gOMUJrI+uSuH0VRDStOiUVSjBTRDVBVag= +github.com/shurcooL/home v0.0.0-20181020052607-80b7ffcb30f9/go.mod h1:+rgNQw2P9ARFAs37qieuu7ohDNQ3gds9msbT2yn85sg= +github.com/shurcooL/htmlg v0.0.0-20170918183704-d01228ac9e50/go.mod h1:zPn1wHpTIePGnXSHpsVPWEktKXHr6+SS6x/IKRb7cpw= +github.com/shurcooL/httperror v0.0.0-20170206035902-86b7830d14cc/go.mod h1:aYMfkZ6DWSJPJ6c4Wwz3QtW22G7mf/PEgaB9k/ik5+Y= +github.com/shurcooL/httpfs v0.0.0-20171119174359-809beceb2371/go.mod h1:ZY1cvUeJuFPAdZ/B6v7RHavJWZn2YPVFQ1OSXhCGOkg= github.com/shurcooL/httpfs v0.0.0-20190707220628-8d4bc4ba7749/go.mod h1:ZY1cvUeJuFPAdZ/B6v7RHavJWZn2YPVFQ1OSXhCGOkg= +github.com/shurcooL/httpgzip v0.0.0-20180522190206-b1c53ac65af9/go.mod h1:919LwcH0M7/W4fcZ0/jy0qGght1GIhqyS/EgWGH2j5Q= +github.com/shurcooL/issues v0.0.0-20181008053335-6292fdc1e191/go.mod h1:e2qWDig5bLteJ4fwvDAc2NHzqFEthkqn7aOZAOpj+PQ= +github.com/shurcooL/issuesapp v0.0.0-20180602232740-048589ce2241/go.mod h1:NPpHK2TI7iSaM0buivtFUc9offApnI0Alt/K8hcHy0I= +github.com/shurcooL/notifications v0.0.0-20181007000457-627ab5aea122/go.mod h1:b5uSkrEVM1jQUspwbixRBhaIjIzL2xazXp6kntxYle0= +github.com/shurcooL/octicon v0.0.0-20181028054416-fa4f57f9efb2/go.mod h1:eWdoE5JD4R5UVWDucdOPg1g2fqQRq78IQa9zlOV1vpQ= +github.com/shurcooL/reactions v0.0.0-20181006231557-f2e0b4ca5b82/go.mod h1:TCR1lToEk4d2s07G3XGfz2QrgHXg4RJBvjrOozvoWfk= +github.com/shurcooL/sanitized_anchor_name v0.0.0-20170918181015-86672fcb3f95/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= +github.com/shurcooL/users v0.0.0-20180125191416-49c67e49c537/go.mod h1:QJTqeLYEDaXHZDBsXlPCDqdhQuJkuw4NOtaxYe3xii4= github.com/shurcooL/vfsgen v0.0.0-20181202132449-6a9ea43bcacd/go.mod h1:TrYk7fJVaAttu97ZZKrO9UbRa8izdowaMIZcxYMbVaw= github.com/shurcooL/vfsgen v0.0.0-20200824052919-0d455de96546/go.mod h1:TrYk7fJVaAttu97ZZKrO9UbRa8izdowaMIZcxYMbVaw= +github.com/shurcooL/webdavfs v0.0.0-20170829043945-18c3829fa133/go.mod h1:hKmq5kWdCj2z2KEozexVbfEZIWiTjhE0+UjmZgPqehw= github.com/siebenmann/go-kstat v0.0.0-20160321171754-d34789b79745/go.mod h1:G81aIFAMS9ECrwBYR9YxhlPjWgrItd+Kje78O6+uqm8= github.com/sirupsen/logrus v1.0.4-0.20170822132746-89742aefa4b2/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc= github.com/sirupsen/logrus v1.0.5/go.mod h1:pMByvHTf9Beacp5x1UXfOR9xyW/9antXMhjMPG0dEzc= @@ -2350,17 +2582,18 @@ github.com/sonatard/noctx v0.0.1 h1:VC1Qhl6Oxx9vvWo3UDgrGXYCeKCe3Wbw7qAWL6FrmTY= github.com/sonatard/noctx v0.0.1/go.mod h1:9D2D/EoULe8Yy2joDHJj7bv3sZoq9AaSb8B4lqBjiZI= github.com/sony/gobreaker v0.4.1/go.mod h1:ZKptC7FHNvhBz7dN2LGjPVBz2sZJmc0/PkyDJOjmxWY= github.com/soundcloud/go-runit v0.0.0-20150630195641-06ad41a06c4a/go.mod h1:LeFCbQYJ3KJlPs/FvPz2dy1tkpxyeNESVyCNNzRXFR0= +github.com/sourcegraph/annotate v0.0.0-20160123013949-f4cad6c6324d/go.mod h1:UdhH50NIW0fCiwBSr0co2m7BnFLdv4fQTgdqdJTHFeE= github.com/sourcegraph/go-diff v0.5.1/go.mod h1:j2dHj3m8aZgQO8lMTcTnBcXkRRRqi34cd2MNlA9u1mE= -github.com/sourcegraph/go-diff v0.6.0/go.mod h1:iBszgVvyxdc8SFZ7gm69go2KDdt3ag071iBaWPF6cjs= github.com/sourcegraph/go-diff v0.6.1 h1:hmA1LzxW0n1c3Q4YbrFgg4P99GSnebYa3x8gr0HZqLQ= github.com/sourcegraph/go-diff v0.6.1/go.mod h1:iBszgVvyxdc8SFZ7gm69go2KDdt3ag071iBaWPF6cjs= +github.com/sourcegraph/syntaxhighlight v0.0.0-20170531221838-bd320f5d308e/go.mod h1:HuIsMU8RRBOtsCgI77wP899iHVBQpCmg4ErYMZB+2IA= github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= github.com/spf13/afero v1.1.0/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= github.com/spf13/afero v1.2.1/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= -github.com/spf13/afero v1.3.5 h1:AWZ/w4lcfxuh52NVL78p9Eh8j6r1mCTEGSRFBJyIHAE= -github.com/spf13/afero v1.3.5/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= +github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY= +github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= github.com/spf13/cast v1.2.0/go.mod h1:r2rcYCSwa1IExKTDiTfzaxqT2FNHs8hODu4LnUfgKEg= github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= github.com/spf13/cast v1.3.1 h1:nFm6S0SMdyzrzcmThSipiEubIDy8WEXKNZ0UOgiRpng= @@ -2375,18 +2608,12 @@ github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHN github.com/spf13/cobra v1.1.1/go.mod h1:WnodtKOvamDL/PwE2M4iKs8aMDBZ5Q5klgD3qfVJQMI= github.com/spf13/cobra v1.1.3/go.mod h1:pGADOWyqRD/YMrPZigI/zbliZ2wVD/23d+is3pSWzOo= github.com/spf13/cobra v1.2.1/go.mod h1:ExllRjgxM/piMAM+3tAZvg8fsklGAf3tPfi+i8t68Nk= -github.com/spf13/cobra v1.3.0 h1:R7cSvGu+Vv+qX0gW5R/85dx2kmmJT5z5NM8ifdYjdn0= -github.com/spf13/cobra v1.3.0/go.mod h1:BrRVncBjOJa/eUcVVm9CE+oC6as8k+VYr4NY7WCi9V4= +github.com/spf13/cobra v1.4.0 h1:y+wJpx64xcgO1V+RcnwW0LEHxTKRi2ZDPSBjWnrg88Q= +github.com/spf13/cobra v1.4.0/go.mod h1:Wo4iy3BUC+X2Fybo0PDqwJIv3dNRiZLHQymsfxlB84g= github.com/spf13/jwalterweatherman v0.0.0-20180109140146-7c0cea34c8ec/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= -github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.1-0.20171106142849-4c012f6dcd95/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.2/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace h1:9PNP1jnUjRhfmGMlkXHjYPishpcw4jpSt/V/xYY3FMA= github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= github.com/spf13/viper v1.7.1 h1:pM5oEahlgWv/WnHXpgbKz7iLIxRf65tye2Ci+XFK5sk= @@ -2405,10 +2632,10 @@ github.com/streadway/handy v0.0.0-20190108123426-d5acb3125c2a/go.mod h1:qNTQ5P5J github.com/streadway/handy v0.0.0-20200128134331-0f66f006fb2e/go.mod h1:qNTQ5P5JnDBl6z3cMAg/SywNDC5ABu5ApDIw6lUbRmI= github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= +github.com/stretchr/objx v0.2.0 h1:Hbg2NidpLE8veEBkEZTL3CvlkUIVzuU9jDplZO54c48= github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= -github.com/stretchr/objx v0.3.0 h1:NGXK3lHquSN08v5vWalVI/L8XU9hdzE/G6xsrze47As= -github.com/stretchr/objx v0.3.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= -github.com/stretchr/testify v0.0.0-20151208002404-e3a8ff8ce365/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= +github.com/stretchr/testify v0.0.0-20170130113145-4d4bfba8f1d1/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= +github.com/stretchr/testify v1.1.4/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.2.0/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.2.1/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= @@ -2416,24 +2643,26 @@ github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UV github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= +github.com/stretchr/testify v1.7.1 h1:5TQK59W5E3v0r2duFAb7P95B6hEeOyEnHRa8MjYSMTY= +github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= github.com/svanharmelen/jsonapi v0.0.0-20180618144545-0c0828c3f16d/go.mod h1:BSTlc8jOjh0niykqEGVXOLXdi9o0r0kR8tCYiMvjFgw= +github.com/sylabs/release-tools v0.1.0/go.mod h1:pqP/z/11/rYMQ0OM/Nn7TxGijw7KfZwW9UolD/J1TUo= +github.com/sylabs/sif/v2 v2.4.2/go.mod h1:6gQvzNKRIqr4FS08XBfHpkpnxv9b7h58GLkSJ1zdK9A= github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 h1:kdXcSzyDtseVEc4yCz2qF8ZrQvIDBJLl4S1c3GCXmoI= github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635/go.mod h1:hkRG7XYTFWNJGYcbNJQlaLq0fg1yr4J4t/NcTQtrfww= +github.com/tarm/serial v0.0.0-20180830185346-98f6abe2eb07/go.mod h1:kDXzergiv9cbyO7IOYJZWg1U88JhDg3PB6klq9Hg2pA= +github.com/tchap/go-patricia v2.2.6+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I= github.com/tchap/go-patricia v2.3.0+incompatible/go.mod h1:bmLyhP68RS6kStMGxByiQ23RP/odRBOTVjwp2cDyi6I= github.com/tdakkota/asciicheck v0.0.0-20200416190851-d7f85be797a2/go.mod h1:yHp0ai0Z9gUljN3o0xMhYJnH/IcvkdTBOX2fmJ93JEM= github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b h1:HxLVTlqcHhFAz3nWUcuvpH7WuOMv8LQoCWmruLfFH2U= github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b/go.mod h1:yHp0ai0Z9gUljN3o0xMhYJnH/IcvkdTBOX2fmJ93JEM= -github.com/tebeka/selenium v0.9.9 h1:cNziB+etNgyH/7KlNI7RMC1ua5aH1+5wUlFQyzeMh+w= -github.com/tebeka/selenium v0.9.9/go.mod h1:5Fr8+pUvU6B1OiPfkdCKdXZyr5znvVkxuPd0NOdZCQc= github.com/tencentcloud/tencentcloud-sdk-go v3.0.82+incompatible/go.mod h1:0PfYow01SHPMhKY31xa+EFz2RStxIqj6JFAJS+IkCi4= github.com/tencentyun/cos-go-sdk-v5 v0.0.0-20190808065407-f07404cefc8c/go.mod h1:wk2XFUg6egk4tSDNZtXeKfe2G6690UVyt163PuUxBZk= github.com/terraform-provider-openstack/terraform-provider-openstack v1.37.0/go.mod h1:tPCEc/DdR9fVX9rmcJiqa85oTG7BUb5Xc0bSY/aOTf8= github.com/terraform-providers/terraform-provider-azurestack v0.10.0/go.mod h1:J44/RLpDdRgyd8o6rI2e9SSnuaTlLA3BeTSIKB09i/8= -github.com/terraform-providers/terraform-provider-google v1.20.1-0.20200623174414-27107f2ee160/go.mod h1:QxehqxV8Swl+O2JXJUdS6orHYJXWUEr4HFfYH5JV9ew= github.com/terraform-providers/terraform-provider-ignition v1.2.1/go.mod h1:tUlGVBhkz+z79iffnt7vKISS199MdPd85+l6SNpoS/s= github.com/terraform-providers/terraform-provider-local v1.4.0/go.mod h1:nbnWkAjiiG0FHlsfYYMRfBwvDbo6eLjorQs/mmRGi14= github.com/terraform-providers/terraform-provider-null v1.0.1-0.20191204185112-e5c592237f62/go.mod h1:RaAgicYv+oKLyZpaQB5BOkwL/t5WKYHQ+Q0kgMgXgR4= @@ -2442,9 +2671,8 @@ github.com/terraform-providers/terraform-provider-random v0.0.0-20190925200408-3 github.com/terraform-providers/terraform-provider-random v1.3.2-0.20190925210718-83518d96ae4f/go.mod h1:F4KE9YftuJyMiBth4W1kCrsyOHndtTjAmZ+ZzjqWY+4= github.com/terraform-providers/terraform-provider-template v1.0.0/go.mod h1:/J+B8me5DCMa0rEBH5ic2aKPjhtpWNeScmxFJWxB1EU= github.com/tetafro/godot v0.3.3/go.mod h1:pT6/T8+h6//L/LwQcFc4C0xpfy1euZwzS1sHdrFCms0= -github.com/tetafro/godot v0.4.8/go.mod h1:/7NLHhv08H1+8DNj0MElpAACw1ajsCuf3TKNQxA5S+0= -github.com/tetafro/godot v0.4.9 h1:dSOiuasshpevY73eeI3+zaqFnXSBKJ3mvxbyhh54VRo= -github.com/tetafro/godot v0.4.9/go.mod h1:/7NLHhv08H1+8DNj0MElpAACw1ajsCuf3TKNQxA5S+0= +github.com/tetafro/godot v1.4.9 h1:wsNd0RuUxISqqudFqchsSsMqsM188DoZVPBeKl87tP0= +github.com/tetafro/godot v1.4.9/go.mod h1:LR3CJpxDVGlYOWn3ZZg1PgNZdTUvzsZWu8xaEohUpn8= github.com/thanos-io/thanos v0.23.0/go.mod h1:gP+JlWYUP8T3Prnzl+eUK69nSc1Z5w2nodgFuxGnTQI= github.com/tidwall/pretty v0.0.0-20180105212114-65a9db5fad51/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4= @@ -2454,18 +2682,26 @@ github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e/go.mod h1:Qimiff github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94 h1:ig99OeTyDwQWhPe2iw9lwfQVF1KB3Q4fpP3X7/2VBG8= github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94/go.mod h1:Qimiffbc6q9tBWlVV6x0P9sat/ao1xEkREYPPj9hphk= github.com/tinylib/msgp v1.0.2/go.mod h1:+d+yLhGm8mzTaHzB+wgMYrodPfmZrzkirds8fDWklFE= +github.com/tjfoc/gmsm v1.3.2/go.mod h1:HaUcFuY0auTiaHB9MHFGCPx5IaLhTUd2atbCFBQXn9w= +github.com/tklauser/go-sysconf v0.3.7/go.mod h1:JZIdXh4RmBvZDBZ41ld2bGxRV3n4daiiqA3skYhAoQ4= +github.com/tklauser/numcpus v0.2.3/go.mod h1:vpEPS/JC+oZGGQ/My/vJnNsvMDQL6PwOqt8dsCw5j+E= github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20171017195756-830351dc03c6/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20200427203606-3cfed13b9966/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= github.com/tmc/grpc-websocket-proxy v0.0.0-20201229170055-e5319fda7802/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= -github.com/tomarrell/wrapcheck v0.0.0-20200807122107-df9e8bcb914d h1:3EZyvNUMsGD1QA8cu0STNn1L7I77rvhf2IhOcHYQhSw= -github.com/tomarrell/wrapcheck v0.0.0-20200807122107-df9e8bcb914d/go.mod h1:yiFB6fFoV7saXirUGfuK+cPtUh4NX/Hf5y2WC2lehu0= +github.com/tomarrell/wrapcheck/v2 v2.3.0 h1:i3DNjtyyL1xwaBQOsPPk8LAcpayWfQv2rxNi9b/eEx4= +github.com/tomarrell/wrapcheck/v2 v2.3.0/go.mod h1:aF5rnkdtqNWP/gC7vPUO5pKsB0Oac2FDTQP4F+dpZMU= +github.com/tomasen/realip v0.0.0-20180522021738-f0c99a92ddce/go.mod h1:o8v6yHRoik09Xen7gje4m9ERNah1d1PPsVq1VEx9vE4= github.com/tombuildsstuff/giovanni v0.10.0/go.mod h1:WwPhFP2+WnhJzvPYDnsyBab2wOIksMX6xm+Tg+jVvKw= github.com/tombuildsstuff/giovanni v0.12.0/go.mod h1:qJ5dpiYWkRsuOSXO8wHbee7+wElkLNfWVolcf59N84E= +github.com/tombuildsstuff/giovanni v0.15.1/go.mod h1:0TZugJPEtqzPlMpuJHYfXY6Dq2uLPrXf98D2XQSxNbA= github.com/tommy-muehle/go-mnd v1.3.1-0.20200224220436-e6f9a994e8fa h1:RC4maTWLKKwb7p1cnoygsbKIgNlJqSYBeAFON3Ar8As= github.com/tommy-muehle/go-mnd v1.3.1-0.20200224220436-e6f9a994e8fa/go.mod h1:dSUh0FtTP8VhvkL1S+gUR1OKd9ZnSaozuI6r3m6wOig= +github.com/tommy-muehle/go-mnd/v2 v2.4.0 h1:1t0f8Uiaq+fqKteUR4N9Umr6E99R+lDnLnq7PwX2PPE= +github.com/tommy-muehle/go-mnd/v2 v2.4.0/go.mod h1:WsUAkMJMYww6l/ufffCD3m+P7LEvr8TnZn9lwVDlgzw= github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= +github.com/tv42/httpunix v0.0.0-20191220191345-2ba4b9c3382c/go.mod h1:hzIxponao9Kjc7aWznkXaL4U4TWaDSs8zcsY4Ka08nM= github.com/uber-go/tally v3.3.17+incompatible/go.mod h1:YDTIBxdXyOU/sCWilKB4bgyufu1cEi0jdVnRdxvjnmU= github.com/uber/athenadriver v1.1.10/go.mod h1:HGiV8IovEFAYK39CTxQoRRqhCSyG0eEJcFCJrXNspZ4= github.com/uber/jaeger-client-go v2.22.1+incompatible/go.mod h1:WVhlPFC8FDjOFMMWRy2pZqQJSXxYSwNYOkTr/Z6d3Kk= @@ -2479,12 +2715,12 @@ github.com/ugorji/go v0.0.0-20180813092308-00b869d2f4a5/go.mod h1:hnLbHMwcvSihnD github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc= github.com/ugorji/go v1.1.7/go.mod h1:kZn38zHttfInRq0xu/PH0az30d+z6vm202qpg1oXVMw= github.com/ugorji/go v1.2.0/go.mod h1:1ny++pKMXhLWrwWV5Nf+CbOuZJhMoaFD+0GMFfd8fEc= -github.com/ugorji/go v1.2.6 h1:tGiWC9HENWE2tqYycIqFTNorMmFRVhNwCpDOpWqnk8E= -github.com/ugorji/go v1.2.6/go.mod h1:anCg0y61KIhDlPZmnH+so+RQbysYVyDko0IMgJv0Nn0= +github.com/ugorji/go v1.2.7 h1:qYhyWUUd6WbiM+C6JZAUkIJt/1WrjzNHY9+KCIjVqTo= +github.com/ugorji/go v1.2.7/go.mod h1:nF9osbDWLy6bDVv/Rtoh6QgnvNDpmCalQV5urGCCS6M= github.com/ugorji/go/codec v1.1.7/go.mod h1:Ax+UKWsSmolVDwsd+7N3ZtXu+yMGCf907BLYF3GoBXY= github.com/ugorji/go/codec v1.2.0/go.mod h1:dXvG35r7zTX6QImXOSFhGMmKtX+wJ7VTWzGvYQGIjBs= -github.com/ugorji/go/codec v1.2.6 h1:7kbGefxLoDBuYXOms4yD7223OpNMMPNPZxXk5TvFcyQ= -github.com/ugorji/go/codec v1.2.6/go.mod h1:V6TCNZ4PHqoHGFZuSG1W8nrCzzdgA2DozYxWFFpvxTw= +github.com/ugorji/go/codec v1.2.7 h1:YPXUKf7fYbp/y8xloBqZOw2qaVggbfwMlI8WM3wZUJ0= +github.com/ugorji/go/codec v1.2.7/go.mod h1:WGN1fab3R1fzQlVQTkfxVtIBhWDRqOviHU95kRgeqEY= github.com/ulikunitz/xz v0.5.5/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8= github.com/ulikunitz/xz v0.5.6/go.mod h1:2bypXElzHzzJZwzH67Y6wb67pO62Rzfn7BSiF4ABRW8= github.com/ulikunitz/xz v0.5.7/go.mod h1:nbz6k7qbPmH4IRqmfOplQw/tblSgqTqBwxkY0oWt/14= @@ -2504,19 +2740,18 @@ github.com/urfave/cli v1.22.1/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtX github.com/urfave/cli v1.22.2/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/urfave/cli v1.22.4/go.mod h1:Gos4lmkARVdJ6EkW0WaNv/tZAAMe9V7XWyB60NtXRu0= github.com/urfave/negroni v1.0.0/go.mod h1:Meg73S6kFm/4PpbYdq35yYWoCZ9mS/YSx+lKnmiohz4= -github.com/uudashr/gocognit v0.0.0-20190926065955-1655d0de0517/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= -github.com/uudashr/gocognit v1.0.1 h1:MoG2fZ0b/Eo7NXoIwCVFLG5JED3qgQz5/NEE+rOsjPs= github.com/uudashr/gocognit v1.0.1/go.mod h1:j44Ayx2KW4+oB6SWMv8KsmHzZrOInQav7D3cQMJ5JUM= +github.com/uudashr/gocognit v1.0.5 h1:rrSex7oHr3/pPLQ0xoWq108XMU8s678FJcQ+aSfOHa4= +github.com/uudashr/gocognit v1.0.5/go.mod h1:wgYz0mitoKOTysqxTDMOUXg+Jb5SvtihkfmugIZYpEA= github.com/valyala/bytebufferpool v1.0.0/go.mod h1:6bBcMArwyJ5K/AmCkWv1jt77kVWyCJ6HpOuEn7z0Csc= github.com/valyala/fasthttp v1.2.0/go.mod h1:4vX61m6KN+xDduDNwXrhIAVZaZaZiQ1luJk8LWSxF3s= github.com/valyala/fasthttp v1.6.0/go.mod h1:FstJa9V+Pj9vQ7OJie2qMHdwemEDaDiSdBnvPM1Su9w= -github.com/valyala/fasthttp v1.15.1/go.mod h1:YOKImeEosDdBPnxc0gy7INqi3m1zK6A+xl6TwOBhHCA= github.com/valyala/fasthttp v1.16.0/go.mod h1:YOKImeEosDdBPnxc0gy7INqi3m1zK6A+xl6TwOBhHCA= +github.com/valyala/fasthttp v1.22.0/go.mod h1:0mw2RjXGOzxf4NL2jni3gUQ7LfjjUSiG5sskOUUSEpU= github.com/valyala/fasttemplate v1.0.1/go.mod h1:UQGH1tvbgY+Nz5t2n7tXsz52dQxojPUpymEIMZ47gx8= github.com/valyala/fasttemplate v1.2.1/go.mod h1:KHLXt3tVN2HBp8eijSv/kGJopbvo7S+qRAEEKiv+SiQ= github.com/valyala/quicktemplate v1.1.1/go.mod h1:EH+4AkTd43SvgIbQHYu59/cJyxDoOVRUAfrukLPuGJ4= github.com/valyala/quicktemplate v1.2.0/go.mod h1:EH+4AkTd43SvgIbQHYu59/cJyxDoOVRUAfrukLPuGJ4= -github.com/valyala/quicktemplate v1.6.2/go.mod h1:mtEJpQtUiBV0SHhMX6RtiJtqxncgrfmjcUy5T68X8TM= github.com/valyala/quicktemplate v1.6.3/go.mod h1:fwPzK2fHuYEODzJ9pkw0ipCPNHZ2tD5KW4lOuSdPKzY= github.com/valyala/tcplisten v0.0.0-20161114210144-ceec8f93295a/go.mod h1:v3UYOV9WzVtRmSR+PDvWpU/qWl4Wa5LApYYX4ZtKbio= github.com/vbatts/tar-split v0.11.1/go.mod h1:LEuURwDEiWjRjwu46yU3KVGuUdVv/dcnpcEPSzR8z6g= @@ -2524,18 +2759,21 @@ github.com/vbatts/tar-split v0.11.2 h1:Via6XqJr0hceW4wff3QRzD5gAk/tatMw/4ZA7cTlI github.com/vbatts/tar-split v0.11.2/go.mod h1:vV3ZuO2yWSVsz+pfFzDG/upWH1JhjOiEaWq6kXyQ3VI= github.com/vbauerster/mpb/v6 v6.0.3/go.mod h1:5luBx4rDLWxpA4t6I5sdeeQuZhqDxc+wr5Nqf35+tnM= github.com/vbauerster/mpb/v7 v7.0.3/go.mod h1:NXGsfPGx6G2JssqvEcULtDqUrxuuYs4llpv8W6ZUpzk= -github.com/vbauerster/mpb/v7 v7.3.0/go.mod h1:KERDXx9bfuStUwTH2FbsrJhJhVu1q+xmjjoCZMZrin4= -github.com/vbauerster/mpb/v7 v7.3.2 h1:tCuxMy8G9cLdjb61b6wO7I1vRT/LyMEzRbr3xCC0JPU= github.com/vbauerster/mpb/v7 v7.3.2/go.mod h1:wfxIZcOJq/bG1/lAtfzMXcOiSvbqVi/5GX5WCSi+IsA= +github.com/vbauerster/mpb/v7 v7.4.1 h1:NhLMWQ3gNg2KJR8oeA9lO8Xvq+eNPmixDmB6JEQOUdA= +github.com/vbauerster/mpb/v7 v7.4.1/go.mod h1:Ygg2mV9Vj9sQBWqsK2m2pidcf9H3s6bNKtqd3/M4gBo= github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv3vaXspKw= +github.com/viki-org/dnscache v0.0.0-20130720023526-c70c1f23c5d8/go.mod h1:dniwbG03GafCjFohMDmz6Zc6oCuiqgH6tGNyXTkHzXE= github.com/vincent-petithory/dataurl v0.0.0-20160330182126-9a301d65acbb/go.mod h1:FHafX5vmDzyP+1CQATJn7WFKc9CvnvxyvZy6I1MrG/U= github.com/vincent-petithory/dataurl v0.0.0-20191104211930-d1553a71de50/go.mod h1:FHafX5vmDzyP+1CQATJn7WFKc9CvnvxyvZy6I1MrG/U= github.com/vincent-petithory/dataurl v1.0.0 h1:cXw+kPto8NLuJtlMsI152irrVw9fRDX8AbShPRpg2CI= github.com/vincent-petithory/dataurl v1.0.0/go.mod h1:FHafX5vmDzyP+1CQATJn7WFKc9CvnvxyvZy6I1MrG/U= github.com/vishvananda/netlink v1.1.0/go.mod h1:cTgwzPIzzgDAYoQrMm0EdrjRUBkTqKYppBueQtXaqoE= github.com/vishvananda/netlink v1.1.1-0.20201029203352-d40f9887b852/go.mod h1:twkDnbuQxJYemMlGd4JFIcuhgX83tXhKS2B/PRMpOho= +github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5/go.mod h1:twkDnbuQxJYemMlGd4JFIcuhgX83tXhKS2B/PRMpOho= github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df/go.mod h1:JP3t17pCcGlemwknint6hfoeCVQrEMVwxRLRjXpq+BU= github.com/vishvananda/netns v0.0.0-20200728191858-db3c7e526aae/go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0= +github.com/vishvananda/netns v0.0.0-20210104183010-2eb08e3e575f/go.mod h1:DD4vA1DwXk04H54A1oHXtwZmA0grkVMdPxx/VGLCah0= github.com/vmihailenco/msgpack v3.3.3+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk= github.com/vmihailenco/msgpack v4.0.1+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk= github.com/vmihailenco/msgpack v4.0.4+incompatible/go.mod h1:fy3FlTQTDXWkZ7Bh6AcGMlsjHatGryHQYUTf1ShIgkk= @@ -2545,16 +2783,18 @@ github.com/vmware/govmomi v0.20.3/go.mod h1:URlwyTFZX72RmxtxuaFL2Uj3fD1JTvZdx59b github.com/vmware/govmomi v0.22.2-0.20200523220130-61b30e20be49/go.mod h1:Y+Wq4lst78L85Ge/F8+ORXIWiKYqaro1vhAulACy9Lc= github.com/vmware/govmomi v0.22.2/go.mod h1:Y+Wq4lst78L85Ge/F8+ORXIWiKYqaro1vhAulACy9Lc= github.com/vmware/govmomi v0.24.0/go.mod h1:Y+Wq4lst78L85Ge/F8+ORXIWiKYqaro1vhAulACy9Lc= -github.com/vmware/govmomi v0.27.2 h1:Ecooqg069gUbl5EuWYwcrvzRqMkah9J8BXaf9HCEGVM= -github.com/vmware/govmomi v0.27.2/go.mod h1:daTuJEcQosNMXYJOeku0qdBJP9SOLLWB3Mqz8THtv6o= +github.com/vmware/govmomi v0.27.4 h1:5kY8TAkhB20lsjzrjE073eRb8+HixBI29PVMG5lxq6I= +github.com/vmware/govmomi v0.27.4/go.mod h1:daTuJEcQosNMXYJOeku0qdBJP9SOLLWB3Mqz8THtv6o= github.com/vmware/vmw-guestinfo v0.0.0-20170707015358-25eff159a728/go.mod h1:x9oS4Wk2s2u4tS29nEaDLdzvuHdB19CvSGJjPgkZJNk= github.com/vmware/vmw-ovflib v0.0.0-20170608004843-1f217b9dc714/go.mod h1:jiPk45kn7klhByRvUq5i2vo1RtHKBHj+iWGFpxbXuuI= +github.com/waigani/diffparser v0.0.0-20190828052634-7391f219313d/go.mod h1:BzSc3WEF8R+lCaP5iGFRxd5kIXy4JKOZAwNe1w0cdc0= github.com/weaveworks/common v0.0.0-20210419092856-009d1eebd624/go.mod h1:ykzWac1LtVfOxdCK+jD754at1Ws9dKCwFeUzkFBffPs= github.com/weaveworks/common v0.0.0-20210722103813-e649eff5ab4a/go.mod h1:YU9FvnS7kUnRt6HY10G+2qHkwzP3n3Vb1XsXDsJTSp8= github.com/weaveworks/promrus v1.2.0/go.mod h1:SaE82+OJ91yqjrE1rsvBWVzNZKcHYFtMUyS1+Ogs/KA= github.com/xanzy/go-gitlab v0.15.0/go.mod h1:8zdQa/ri1dfn8eS3Ir1SyfvOKlw7WBJ8DVThkpGiXrs= github.com/xanzy/ssh-agent v0.2.1/go.mod h1:mLlQY/MoOhWBj+gOGMQkOeiEvkx+8pJSI+0Bx9h2kr4= github.com/xanzy/ssh-agent v0.3.0/go.mod h1:3s9xbODqPuuhK9JV1R321M/FlMZSBvE5aY6eAcqrDh0= +github.com/xanzy/ssh-agent v0.3.1/go.mod h1:QIE4lCeL7nkC25x+yA3LBIYfwCc1TFziCtG7cBAac6w= github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs= github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM= @@ -2579,21 +2819,24 @@ github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca/go.mod h1:ce1O1j6Ut github.com/xlab/treeprint v1.0.0/go.mod h1:IoImgRak9i3zJyuxOKUP1v4UZd1tMoKkq/Cimt1uhCg= github.com/xlab/treeprint v1.1.0 h1:G/1DjNkPpfZCFt9CSh6b5/nY4VimlbHF3Rh4obvtzDk= github.com/xlab/treeprint v1.1.0/go.mod h1:gj5Gd3gPdKtR1ikdDK6fnFLdmIS0X30kTTuNd/WEJu0= +github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778/go.mod h1:2MuV+tbUrU1zIOPMxZ5EncGwgmMJsa+9ucAQZXxsObs= github.com/xwb1989/sqlparser v0.0.0-20180606152119-120387863bf2/go.mod h1:hzfGeIUDq/j97IG+FhNqkowIyEcD88LrW6fyU3K3WqY= github.com/yalp/jsonpath v0.0.0-20180802001716-5cc68e5049a0/go.mod h1:/LWChgwKmvncFJFHJ7Gvn9wZArjbV5/FppcK2fKk/tI= +github.com/yeya24/promlinter v0.1.0 h1:goWULN0jH5Yajmu/K+v1xCqIREeB+48OiJ2uu2ssc7U= +github.com/yeya24/promlinter v0.1.0/go.mod h1:rs5vtZzeBHqqMwXqFScncpCF6u06lezhZepno9AB1Oc= github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d/go.mod h1:rHwXgn7JulP+udvsHwJoVG1YGAP6VLg4y9I5dyZdqmA= github.com/yudai/gojsondiff v1.0.0/go.mod h1:AY32+k2cwILAkW1fbgxQ5mUmMiZFgLIV+FBNExI05xg= github.com/yudai/golcs v0.0.0-20170316035057-ecda9a501e82/go.mod h1:lgjkn3NuSvDfVJdfcVVdX+jpBxNmX4rDAzaS45IcYoM= github.com/yudai/pp v2.0.1+incompatible/go.mod h1:PuxR/8QJ7cyCkFp/aUDS+JY727OFEZkTdatxwunjIkc= github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= +github.com/yuin/goldmark v1.1.30/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.0/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/goldmark v1.4.1/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= github.com/yuin/gopher-lua v0.0.0-20200816102855-ee81675732da/go.mod h1:E1AXubJBdNmFERAOucpDIxNzeGfLzg0mYh+UfMWdChA= -github.com/yujunz/go-getter v1.4.1-lite/go.mod h1:sbmqxXjyLunH1PkF3n7zSlnVeMvmYUuIl9ZVs/7NyCc= github.com/yvasiyarov/go-metrics v0.0.0-20150112132944-c25f46c4b940/go.mod h1:aX5oPXxHm3bOH+xeAttToC8pqch2ScQN/JoXYupl6xs= github.com/yvasiyarov/gorelic v0.0.7/go.mod h1:NUSPSUX/bi6SeDMUh6brw0nXpxHnc96TguQh0+r/ssA= github.com/yvasiyarov/newrelic_platform_go v0.0.0-20160601141957-9c099fbc30e9/go.mod h1:GlGEuHIJweS1mbCqG+7vt2nvWLzLLnRHbXz5JKd/Qbg= @@ -2603,9 +2846,9 @@ github.com/zclconf/go-cty v1.1.1/go.mod h1:xnAOWiHeOqg2nWS62VtQ7pbOu17FtxJNW8RLE github.com/zclconf/go-cty v1.2.0/go.mod h1:hOPWgoHbaTUnI5k4D2ld+GRpFJSCe6bCM7m1q/N4PQ8= github.com/zclconf/go-cty v1.2.1/go.mod h1:hOPWgoHbaTUnI5k4D2ld+GRpFJSCe6bCM7m1q/N4PQ8= github.com/zclconf/go-cty v1.4.0/go.mod h1:nHzOclRkoj++EU9ZjSrZvRG0BXIWt8c7loYc0qXAFGQ= -github.com/zclconf/go-cty v1.5.1/go.mod h1:nHzOclRkoj++EU9ZjSrZvRG0BXIWt8c7loYc0qXAFGQ= -github.com/zclconf/go-cty v1.6.1/go.mod h1:VDR4+I79ubFBGm1uJac1226K5yANQFHeauxPBoP54+o= +github.com/zclconf/go-cty v1.7.1/go.mod h1:VDR4+I79ubFBGm1uJac1226K5yANQFHeauxPBoP54+o= github.com/zclconf/go-cty v1.8.0/go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uUAzyuvAk= +github.com/zclconf/go-cty v1.8.1/go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uUAzyuvAk= github.com/zclconf/go-cty v1.8.2/go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uUAzyuvAk= github.com/zclconf/go-cty v1.8.3/go.mod h1:vVKLxnk3puL4qRAv72AO+W99LUD4da90g3uUAzyuvAk= github.com/zclconf/go-cty-debug v0.0.0-20191215020915-b22d67c1ba0b/go.mod h1:ZRKQfBXbGkpdV6QMzT3rU1kSTAnfu1dO8dPKjYprgj8= @@ -2624,6 +2867,7 @@ go.etcd.io/bbolt v1.3.5/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ= go.etcd.io/bbolt v1.3.6 h1:/ecaJf0sk1l4l6V4awd65v2C3ILy7MSj+s/x1ADCIMU= go.etcd.io/bbolt v1.3.6/go.mod h1:qXsaaIqmgQH0T+OPdb99Bf+PKfBBQVAdyD6TY9G8XM4= go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg= +go.etcd.io/etcd v0.0.0-20200513171258-e048e166ab9c/go.mod h1:xCI7ZzBfRuGgBXyXO6yfWfDmlWd35khcWpUa4L0xI/k= go.etcd.io/etcd v0.5.0-alpha.5.0.20200520232829-54ba9589114f/go.mod h1:skWido08r9w6Lq/w70DO5XYIKMu4QFu1+4VsqLQuJy8= go.etcd.io/etcd v0.5.0-alpha.5.0.20200910180754-dd1b699fc489/go.mod h1:yVHk9ub3CSBatqGNg7GRmsnfLWtoW60w4eDYfh7vHDg= go.etcd.io/etcd v3.3.25+incompatible/go.mod h1:yaeTdrJi5lOmYerz05bd8+V7KubZs8YSFZfzsF9A6aI= @@ -2653,11 +2897,13 @@ go.mongodb.org/mongo-driver v1.4.4/go.mod h1:WcMNYLx/IlOxLe6JRJiv2uXuCz6zBLndR4S go.mongodb.org/mongo-driver v1.4.6/go.mod h1:WcMNYLx/IlOxLe6JRJiv2uXuCz6zBLndR4SoGjYphSc= go.mongodb.org/mongo-driver v1.5.1/go.mod h1:gRXCHX4Jo7J0IJ1oDQyUxF7jfy19UfxniMS4xxMmUqw= go.mongodb.org/mongo-driver v1.7.5/go.mod h1:VXEWRZ6URJIkUq2SCAyapmhH0ZLRBP+FT4xhp5Zvxng= -go.mongodb.org/mongo-driver v1.8.2 h1:8ssUXufb90ujcIvR6MyE1SchaNj0SFxsakiZgxIyrMk= -go.mongodb.org/mongo-driver v1.8.2/go.mod h1:0sQWfOeY63QTntERDJJ/0SuKK0T1uVSgKCuAROlKEPY= +go.mongodb.org/mongo-driver v1.9.0 h1:f3aLGJvQmBl8d9S40IL+jEyBC6hfLPbJjv9t5hEM9ck= +go.mongodb.org/mongo-driver v1.9.0/go.mod h1:0sQWfOeY63QTntERDJJ/0SuKK0T1uVSgKCuAROlKEPY= +go.mozilla.org/mozlog v0.0.0-20170222151521-4bb13139d403/go.mod h1:jHoPAGnDrCy6kaI2tAze5Prf0Nr0w/oNkROt2lw3n3o= go.mozilla.org/pkcs7 v0.0.0-20200128120323-432b2356ecb1/go.mod h1:SNgMg+EgDFwmvSmLRTNKC5fegJjB7v23qTQ0XLGUNHk= go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 h1:CCriYyAfq1Br1aIYettdHZTy8mBTIPo7We18TuO/bak= go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352/go.mod h1:SNgMg+EgDFwmvSmLRTNKC5fegJjB7v23qTQ0XLGUNHk= +go.opencensus.io v0.18.0/go.mod h1:vKdFvxhtzZ9onBp9VKHK8z/sRpBMnKAsufL7wlDrCOA= go.opencensus.io v0.20.1/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= go.opencensus.io v0.20.2/go.mod h1:6WKK9ahsWS3RSO+PY9ZHZUfv2irvY6gN279GOPZjmmk= go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= @@ -2670,19 +2916,28 @@ go.opencensus.io v0.23.0 h1:gqCw0LfLxScz8irSi8exQc7fyQ0fKQU/qnC/X8+V/1M= go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= go.opentelemetry.io/contrib v0.20.0/go.mod h1:G/EtFaa6qaN7+LxqfIAT3GiZa7Wv5DTBUzl5H4LY0Kc= go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.20.0/go.mod h1:oVGt1LRbBOBq1A5BQLlUg9UaU/54aiHw8cgjV3aWZ/E= +go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.28.0/go.mod h1:vEhqr0m4eTc+DWxfsXoXue2GBgV2uUwVznkGIHW/e5w= go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.20.0/go.mod h1:2AboqHi0CiIZU0qwhtUfCYD1GeUzvvIXWNkhDt7ZMG4= go.opentelemetry.io/otel v0.20.0/go.mod h1:Y3ugLH2oa81t5QO+Lty+zXf8zC9L26ax4Nzoxm/dooo= +go.opentelemetry.io/otel v1.3.0/go.mod h1:PWIKzi6JCp7sM0k9yZ43VX+T345uNbAkDKwHVjb2PTs= go.opentelemetry.io/otel/exporters/otlp v0.20.0/go.mod h1:YIieizyaN77rtLJra0buKiNBOm9XQfkPEKBeuhoMwAM= +go.opentelemetry.io/otel/exporters/otlp/internal/retry v1.3.0/go.mod h1:VpP4/RMn8bv8gNo9uK7/IMY4mtWLELsS+JIP0inH0h4= +go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.3.0/go.mod h1:hO1KLR7jcKaDDKDkvI9dP/FIhpmna5lkqPUQdEjFAM8= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.3.0/go.mod h1:keUU7UfnwWTWpJ+FWnyqmogPa82nuU5VUANFq49hlMY= +go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.3.0/go.mod h1:QNX1aly8ehqqX1LEa6YniTU7VY9I6R3X/oPxhGdTceE= go.opentelemetry.io/otel/metric v0.20.0/go.mod h1:598I5tYlH1vzBjn+BTuhzTCSb/9debfNp6R3s7Pr1eU= go.opentelemetry.io/otel/oteltest v0.20.0/go.mod h1:L7bgKf9ZB7qCwT9Up7i9/pn0PWIa9FqQ2IQ8LoxiGnw= go.opentelemetry.io/otel/sdk v0.20.0/go.mod h1:g/IcepuwNsoiX5Byy2nNV0ySUF1em498m7hBWC279Yc= +go.opentelemetry.io/otel/sdk v1.3.0/go.mod h1:rIo4suHNhQwBIPg9axF8V9CA72Wz2mKF1teNrup8yzs= go.opentelemetry.io/otel/sdk/export/metric v0.20.0/go.mod h1:h7RBNMsDJ5pmI1zExLi+bJK+Dr8NQCh0qGhm1KDnNlE= go.opentelemetry.io/otel/sdk/metric v0.20.0/go.mod h1:knxiS8Xd4E/N+ZqKmUPf3gTTZ4/0TjTXukfxjzSTpHE= go.opentelemetry.io/otel/trace v0.20.0/go.mod h1:6GjCW8zgDjwGHGa6GkyeB8+/5vjT16gUEi0Nf1iBdgw= +go.opentelemetry.io/otel/trace v1.3.0/go.mod h1:c/VDhno8888bvQYmbYLqe41/Ldmr/KKunbvWM4/fEjk= go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= +go.opentelemetry.io/proto/otlp v0.11.0/go.mod h1:QpEjXPrNQzrFDZgoTo49dgHR9RYRSrg3NAKnUGl9YpQ= go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5/go.mod h1:nmDLcffg48OtT/PSW0Hg7FvpRQsQh5OSqIylirxKC7o= -go.starlark.net v0.0.0-20211203141949-70c0e40ae128 h1:bxH+EXOo87zEOwKDdZ8Tevgi6irRbqheRm/fr293c58= -go.starlark.net v0.0.0-20211203141949-70c0e40ae128/go.mod h1:t3mmBBPzAVvK0L0n1drDmrQsJ8FoIx4INCqVMTr/Zo0= +go.starlark.net v0.0.0-20220328144851-d1966c6b9fcd h1:Uo/x0Ir5vQJ+683GXB9Ug+4fcjsbp7z7Ul8UaZbhsRM= +go.starlark.net v0.0.0-20220328144851-d1966c6b9fcd/go.mod h1:t3mmBBPzAVvK0L0n1drDmrQsJ8FoIx4INCqVMTr/Zo0= go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= go.uber.org/atomic v1.5.0/go.mod h1:sABNBOSYdrvTF6hTgEIbc7YasKWGhgEQZyfxyTvoXHQ= @@ -2696,8 +2951,9 @@ go.uber.org/config v1.4.0/go.mod h1:aCyrMHmUAc/s2h9sv1koP84M9ZF/4K+g2oleyESO/Ig= go.uber.org/dig v1.9.0/go.mod h1:X34SnWGr8Fyla9zQNO2GSO2D+TIuqB14OS8JhYocIyw= go.uber.org/fx v1.12.0/go.mod h1:egT3Kyg1JFYQkvKLZ3EsykxkNrZxgXS+gKoKo7abERY= go.uber.org/goleak v0.10.0/go.mod h1:VCZuO8V8mFPlL0F5J5GK1rtHV3DrFcQ1R8ryq7FK0aI= -go.uber.org/goleak v1.1.10 h1:z+mqJhf6ss6BSfSM671tgKyZBFPTTJM+HLxnhPC3wu0= go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A= +go.uber.org/goleak v1.1.12 h1:gZAh5/EyT/HQwlpkCy6wTpqfH9H8Lz8zbm3dZh+OyzA= +go.uber.org/goleak v1.1.12/go.mod h1:cwTWslyiVhfpKIDGSZEM2HlOvcqm+tG4zioyIeLoqMQ= go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= go.uber.org/multierr v1.3.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= go.uber.org/multierr v1.4.0/go.mod h1:VgVr7evmIr6uPjLBxg28wmKNXyqE9akIJ5XnfpiKl+4= @@ -2712,19 +2968,26 @@ go.uber.org/zap v1.14.0/go.mod h1:zwrFLgMcdUuIBviXEYEH1YKNaOBnKXsx2IPda5bBwHM= go.uber.org/zap v1.14.1/go.mod h1:Mb2vm2krFEG5DV0W9qcHBYFtp/Wku1cvYaqPsS/WYfc= go.uber.org/zap v1.15.0/go.mod h1:Mb2vm2krFEG5DV0W9qcHBYFtp/Wku1cvYaqPsS/WYfc= go.uber.org/zap v1.16.0/go.mod h1:MA8QOfq0BHJwdXa996Y4dYkAqRKB8/1K1QMMZVaNZjQ= -go.uber.org/zap v1.17.0 h1:MTjgFu6ZLKvY6Pvaqk97GlxNBuMpV4Hy/3P6tRGlI2U= go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo= +go.uber.org/zap v1.18.1/go.mod h1:xg/QME4nWcxGxrpdeYfq7UvYrLh66cuVKdrbD1XF/NI= +go.uber.org/zap v1.19.0 h1:mZQZefskPPCMIBCSEH0v2/iUqqLrYtaeqwD6FUGUnFE= +go.uber.org/zap v1.19.0/go.mod h1:xg/QME4nWcxGxrpdeYfq7UvYrLh66cuVKdrbD1XF/NI= +go4.org v0.0.0-20180809161055-417644f6feb5/go.mod h1:MkTOUMDaeVYJUOUsaDXIhWPZYa1yOyC1qaOBpL57BhE= go4.org v0.0.0-20191010144846-132d2879e1e9/go.mod h1:MkTOUMDaeVYJUOUsaDXIhWPZYa1yOyC1qaOBpL57BhE= go4.org v0.0.0-20200104003542-c7e774b10ea0 h1:M6XsnQeLwG+rHQ+/rrGh3puBI3WZEy9TBWmf2H+enQA= go4.org v0.0.0-20200104003542-c7e774b10ea0/go.mod h1:MkTOUMDaeVYJUOUsaDXIhWPZYa1yOyC1qaOBpL57BhE= golang.org/x/arch v0.0.0-20180920145803-b19384d3c130/go.mod h1:cYlCBUl1MsqxdiKgmc4uh7TxZfWSFLOGSRR090WDxt8= +golang.org/x/build v0.0.0-20190111050920-041ab4dc3f9d/go.mod h1:OWs+y06UdEOHN4y+MfF/py+xQ/tYqIWW03b70/CG9Rw= golang.org/x/crypto v0.0.0-20171113213409-9f005a07e0d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= +golang.org/x/crypto v0.0.0-20180501155221-613d6eafa307/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= +golang.org/x/crypto v0.0.0-20181030102418-4d3f4d9ffa16/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20181112202954-3d3f9f413869/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190219172222-a4c6cb3142f2/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= golang.org/x/crypto v0.0.0-20190222235706-ffb98f73852f/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= +golang.org/x/crypto v0.0.0-20190228161510-8dd112bcdc25/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190313024323-a1f597ede03a/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= @@ -2744,6 +3007,7 @@ golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3 golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= golang.org/x/crypto v0.0.0-20191202143827-86a70503ff7e/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20191206172530-e9b2fee46413/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/crypto v0.0.0-20191219195013-becbf705a915/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20191227163750-53104e6ec876/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200221231518-2aa609cf4a9d/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= @@ -2756,20 +3020,23 @@ golang.org/x/crypto v0.0.0-20200709230013-948cd5f35899/go.mod h1:LzIPMQfyMNhhGPh golang.org/x/crypto v0.0.0-20200728195943-123391ffb6de/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20200820211705-5c72a883971a/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= +golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I= golang.org/x/crypto v0.0.0-20201216223049-8b5274cf687f/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I= golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I= golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I= golang.org/x/crypto v0.0.0-20210314154223-e6e6c4f2bb5b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= +golang.org/x/crypto v0.0.0-20210421170649-83a5a9bb288b/go.mod h1:T9bdIzuCu7OtxOm1hfPfRQxPLYneinmdGuTeoZ9dtd4= golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a/go.mod h1:P+XmwS30IXTQdn5tA2iutPOUgjI07+tq3H3K9MVA1s8= golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= +golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= golang.org/x/crypto v0.0.0-20211202192323-5770296d904e/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce h1:Roh6XWxHFKrPgC/EQhVubSAGQ6Ozk6IdxHSzt1mR0EI= -golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= +golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 h1:tkVvjkPTB7pnW3jnid7kNyAMPVWllTNOf/qKDze4p9o= +golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= golang.org/x/exp v0.0.0-20180321215751-8460e604b9de/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20180807140117-3d87b88a115f/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= @@ -2779,7 +3046,6 @@ golang.org/x/exp v0.0.0-20190312203227-4b39c73a6495/go.mod h1:ZjyILWgesfNpC6sMxT golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= golang.org/x/exp v0.0.0-20190731235908-ec7cb31e5a56/go.mod h1:JhuoJpWY28nO4Vef9tZUw9qufEGTyX1+7lmHxV5q5G4= golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= -golang.org/x/exp v0.0.0-20191029154019-8994fa331a53/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= @@ -2791,6 +3057,8 @@ golang.org/x/exp v0.0.0-20210220032938-85be41e4509f/go.mod h1:I6l2HNBLBZEcrOoCpy golang.org/x/image v0.0.0-20180708004352-c73c2afc3b81/go.mod h1:ux5Hcp/YLpHSI86hEcLt0YII63i6oz57MZXIpbrjZUs= golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= +golang.org/x/lint v0.0.0-20180702182130-06c8688daad7/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= +golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= @@ -2801,7 +3069,6 @@ golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRu golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 h1:VLliZ0d+/avPrXXH+OakdXhpJuEoBZuwh1m2j7U6Iug= golang.org/x/lint v0.0.0-20210508222113-6edffad5e616/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= @@ -2818,9 +3085,8 @@ golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= -golang.org/x/mod v0.5.1 h1:OJxoQ/rynoF0dcCdI7cLPktw/hR2cueqYfjm43oqK38= -golang.org/x/mod v0.5.1/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= -golang.org/x/net v0.0.0-20170114055629-f2499483f923/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 h1:kQgndtyPBW/JIYERgdxfwMYh3AVStj88WQTlNDi2a+o= +golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3/go.mod h1:3p9vT2HGsQu2K1YbXdKPJLVgG5VJdoTa1poYQBtP1AY= golang.org/x/net v0.0.0-20170915142106-8351a756f30f/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180530234432-1e491301e022/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -2830,6 +3096,8 @@ golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73r golang.org/x/net v0.0.0-20180911220305-26e67e76b6c3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181005035420-146acd28ed58/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20181029044818-c44066c5c816/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= +golang.org/x/net v0.0.0-20181106065722-10aee1819953/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181108082009-03003ca0c849/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= @@ -2891,6 +3159,7 @@ golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb/go.mod h1:sp8m0HH+o8qH0wwXwY golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20201224014010-6772e930b67b/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= +golang.org/x/net v0.0.0-20210226101413-39120d07d75e/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= golang.org/x/net v0.0.0-20210324051636-2c4c8ecb7826/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= @@ -2905,13 +3174,20 @@ golang.org/x/net v0.0.0-20210614182718-04defd469f4e/go.mod h1:9nx3DQGgdP8bBQD5qx golang.org/x/net v0.0.0-20210726213435-c6fcb2dbf985/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20210825183410-e898025ed96a/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20210929193557-e81a3d93ecf6/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= +golang.org/x/net v0.0.0-20211209124913-491a49abca63/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= golang.org/x/net v0.0.0-20211216030914-fe4d6282115f/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba h1:6u6sik+bn/y7vILcYkK3iwTBWN7WtBvB0+SZswQnbf8= -golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220225172249-27dd8689420f/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220325170049-de3da57026de/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= +golang.org/x/net v0.0.0-20220403103023-749bd193bc2b h1:vI32FkLJNAWtGD4BwkThwEy6XS7ZLLMHkSkYfF8M0W0= +golang.org/x/net v0.0.0-20220403103023-749bd193bc2b/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk= golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= +golang.org/x/oauth2 v0.0.0-20181017192945-9dcd33a902f4/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20181106182150-f42d05182288/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= +golang.org/x/oauth2 v0.0.0-20181203162652-d668ce993890/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190402181905-9f3314589c9a/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= @@ -2928,11 +3204,15 @@ golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602/go.mod h1:KelEdhl1UZF7XfJ golang.org/x/oauth2 v0.0.0-20210413134643-5e61552d6c78/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210427180440-81ed05c6b58c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20210622215436-a8dc77f794b6/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 h1:RerP+noqYHUQ8CMRcPlC2nvTa4dcBIjegkuWdcUDuqg= golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= +golang.org/x/oauth2 v0.0.0-20220223155221-ee480838109b/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= +golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a h1:qfl7ob3DIEs3Ml9oLuPwY2N04gymzAW04WsUQHIClgM= +golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc= +golang.org/x/perf v0.0.0-20180704124530-6e6d33e29852/go.mod h1:JLpeXjPJfIyPr5TlbXLkXWLhP8nz10XfvxElABhCtcw= golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= @@ -2946,13 +3226,13 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c h1:5KslGYwFpkhGh+Q16bwMP3cOontH8FOep7tGV86Y7SQ= golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20171026204733-164713f0dfce/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180903190138-2b024373dcd9/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20181029174526-d69651ed3497/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20181122145206-62eef0e2fa9b/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= @@ -2964,6 +3244,7 @@ golang.org/x/sys v0.0.0-20190209173611-3b5209105503/go.mod h1:STP8DvDyc/dI5b8T5h golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190221075227-b4e8571b14e0/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= +golang.org/x/sys v0.0.0-20190228124157-a34e9553db1e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= golang.org/x/sys v0.0.0-20190310054646-10058d7d4faa/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20190321052220-f7bb7a8bee54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -3051,6 +3332,7 @@ golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20200909081042-eff7692f9009/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200916030750-2334cc1a136f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200918174421-af09f7315aff/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20200922070232-aee5d888a860/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200923182605-d9f96fdee20d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20201009025420-dfb3f7c4e634/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= @@ -3076,7 +3358,9 @@ golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7w golang.org/x/sys v0.0.0-20210412220455-f1c623a9e750/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210423185535-09eb48e85fd7/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210426230700-d19ff857e887/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= +golang.org/x/sys v0.0.0-20210502180810-71e4cd670f79/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210503080704-8803ae5d1324/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210514084401-e8d321eab015/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= @@ -3088,28 +3372,37 @@ golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBc golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210809222454-d867a43fc93e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210820121016-41cdb8703e55/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210831042530-f4d43177bf5e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20210903071746-97244b99971b/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210906170528-6f6e22806c34/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210921065528-437939a70204/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211001092434-39dca1131b70/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211019181941-9d821ace8654/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211029165221-6e7872819dc8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211116061358-0a5406a5449c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20211205182925-97ca703d548d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211210111614-af8b64212486/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211214234402-4825e8c3871d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 h1:XfKQ4OlFl8okEOr5UvAqFRVj8pY/4yfcXrddB8qAbU0= golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220128215802-99c3d69c2c27/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220209214540-3681064d5158/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220328115105-d36c6a25d886/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220330033206-e17cdc41300f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= +golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 h1:QyVthZKMsyaQwBTJE04jdNN0Pp5Fn9Qga0mrgxyERQM= +golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= golang.org/x/term v0.0.0-20210503060354-a79de5458b56/go.mod h1:tfny5GFUkzUvx4ps4ajbZsCe5lw1metzhBm9T3x7oIY= +golang.org/x/term v0.0.0-20210615171337-6886f2dfbf5b/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 h1:JGgROgKl9N8DuW20oFS5gxc+lE67/N3FcwmBPMe7ArY= golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8= -golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.0.0-20170915090833-1cbadb444a80/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= @@ -3131,13 +3424,14 @@ golang.org/x/time v0.0.0-20201208040808-7e3f01d25324/go.mod h1:tRJNPiyCQ0inRvYxb golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 h1:GZokNIeuVkl3aZHJchRrr13WCsols02MLUcz1U9is6M= -golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= +golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 h1:M73Iuj3xbbb9Uk1DYhzydthsj6oOd6l9bpuFcNoUvTs= +golang.org/x/time v0.0.0-20220224211638-0e9765cccd65/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= golang.org/x/tools v0.0.0-20170915040203-e531a2a1c15f/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180525024113-a5b4c53f6e8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20180828015842-6cd1fcedba52/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= +golang.org/x/tools v0.0.0-20181030000716-a0a13e073c7b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181117154741-2ddaf7f79a09/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= golang.org/x/tools v0.0.0-20181221001348-537d06c36207/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= @@ -3151,6 +3445,7 @@ golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3 golang.org/x/tools v0.0.0-20190311215038-5c2858a9cfe5/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= +golang.org/x/tools v0.0.0-20190321232350-e250d351ecad/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190322203728-c1a832b0ad89/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190327201419-c70d86f8b7cf/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= @@ -3168,7 +3463,6 @@ golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgw golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190617190820-da514acc4774/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190624190245-7f2218787638/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190624222133-a101b041ded4/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= golang.org/x/tools v0.0.0-20190706070813-72ffa07ba3db/go.mod h1:jcCCGcm9btYwXyDqrUWc6MKQKKGJCWEQ3AfLSRIbEuI= @@ -3178,8 +3472,8 @@ golang.org/x/tools v0.0.0-20190907020128-2ca718005c18/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20190909030654-5b82db07426d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190910044552-dd2b5c81c578/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20190916130336-e45ffcd953cc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190930201159-7c411dea38b0/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191004055002-72853e10c5a3/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191010075000-0337d82405ff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= @@ -3198,6 +3492,7 @@ golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtn golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191203134012-c197fd4bf371/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= golang.org/x/tools v0.0.0-20191204011308-9611592c72f6/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= +golang.org/x/tools v0.0.0-20191216052735-49a3e744a425/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200103221440-774c71fcf114/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= @@ -3217,57 +3512,60 @@ golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapK golang.org/x/tools v0.0.0-20200228224639-71482053b885/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200321224714-0d839f3cf2ed/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= golang.org/x/tools v0.0.0-20200324003944-a576cf524670/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= +golang.org/x/tools v0.0.0-20200329025819-fd4102a86c65/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= golang.org/x/tools v0.0.0-20200403190813-44a64ad78b9b/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200409170454-77362c5149f0/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200410194907-79a7a3126eef/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200414032229-332987a829c3/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200422022333-3d57cf2e726e/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200426102838-f3a5411a4c3b/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200509030707-2212a7e161a5/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200513201620-d5fe73897c97/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200519015757-0d0afa43d58a/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200601175630-2caf76543d99/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200606014950-c42cb6316fb6/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200610160956-3e83d1e96d0e/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200616133436-c1934b75d054/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200622203043-20e05c1c8ffa/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200624225443-88f3c62a19ff/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200625211823-6506e20df31f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= golang.org/x/tools v0.0.0-20200626171337-aa94e735be7f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200701041122-1837592efa10/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200630154851-b2d8b0336632/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= +golang.org/x/tools v0.0.0-20200706234117-b22de6825cf7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200713011307-fd294ab11aed/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200721032237-77f530d86f9a/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200724022722-7017fd6b1305/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200731060945-b5fad4ed8dd6/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200812195022-5ae4c3c160a0/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200817023811-d00afeaade8f/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200820010801-b793a1359eac/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200827163409-021d7c6f1ec3/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200828161849-5deb26317202/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= golang.org/x/tools v0.0.0-20200831203904-5a2aa26beb65/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= -golang.org/x/tools v0.0.0-20200911153331-7ad463ce66dd/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= golang.org/x/tools v0.0.0-20200916195026-c9a70fc28ce3/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= golang.org/x/tools v0.0.0-20201001104356-43ebab892c4c/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= golang.org/x/tools v0.0.0-20201002184944-ecd9fd270d5d/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= -golang.org/x/tools v0.0.0-20201007032633-0806396f153e/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= -golang.org/x/tools v0.0.0-20201011145850-ed2f50202694/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= -golang.org/x/tools v0.0.0-20201013201025-64a9e34f3752/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= golang.org/x/tools v0.0.0-20201014170642-d1624618ad65/go.mod h1:z6u4i615ZeAfBE4XtMziQW1fSVJXACjjbWkB/mvPzlU= +golang.org/x/tools v0.0.0-20201023174141-c8cfbd0f21e6/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201028025901-8cd080b735b3/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201028111035-eafbe7b904eb/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201114224030-61ea331ec02b/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201118003311-bd56c0adb394/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20201230224404-63754364767c/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= +golang.org/x/tools v0.0.0-20210101214203-2dba1e4ea05c/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= golang.org/x/tools v0.0.0-20210107193943-4ed967dd8eff/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= @@ -3277,9 +3575,10 @@ golang.org/x/tools v0.1.2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.3/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= +golang.org/x/tools v0.1.6-0.20210820212750-d4cc65f0b2ff/go.mod h1:YD9qOF0M9xpSpdWTBbzEl5e/RnCefISl8E5Noe10jFM= golang.org/x/tools v0.1.7-0.20210921203514-b98090b833e3/go.mod h1:LGqMHiF4EqQNHR1JncWGqT5BVaXmza+X+BDGol+dOxo= -golang.org/x/tools v0.1.8 h1:P1HhGGuLW4aAclzjtmJdf0mJOjVUZUzOTqkAkWL+l6w= -golang.org/x/tools v0.1.8/go.mod h1:nABZi5QlRsZVlzPpHl034qft6wpY4eDcsTt5AaioBiU= +golang.org/x/tools v0.1.10 h1:QjFRCZxdOhBJ/UNgnBZLbNV13DlbnK0quyivTnXJM20= +golang.org/x/tools v0.1.10/go.mod h1:Uh6Zz+xoGYZom868N8YTex3t7RhtHDBrE8Gzo9bV56E= golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= @@ -3299,16 +3598,19 @@ gonum.org/v1/netlib v0.0.0-20181029234149-ec6d1f5cefe6/go.mod h1:wa6Ws7BG/ESfp6d gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw= gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e/go.mod h1:kS+toOQn6AQKjmKJ7gzohV1XkqsFehRA2FbsbkopSuQ= gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b/go.mod h1:Wt8AAjI+ypCyYX3nZBvf6cAIx93T+c/OS2HFAYskSZc= +google.golang.org/api v0.0.0-20180910000450-7ca32eb868bf/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0= +google.golang.org/api v0.0.0-20181030000543-1d582fd0359e/go.mod h1:4mhQ8q/RsB7i+udVvVy5NUi08OU8ZlA0gRVgrF7VFY0= +google.golang.org/api v0.1.0/go.mod h1:UGEZY7KEX120AnNLIHFMKIo4obdJhkp2tPbaPlQx13Y= google.golang.org/api v0.3.1/go.mod h1:6wY9I6uQWHQ8EM57III9mq/AjF+i8G65rmVagqKMtkk= google.golang.org/api v0.3.2/go.mod h1:6wY9I6uQWHQ8EM57III9mq/AjF+i8G65rmVagqKMtkk= google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= +google.golang.org/api v0.10.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.15.1-0.20200106000736-b8fc810ca6b5/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= google.golang.org/api v0.19.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= @@ -3317,13 +3619,12 @@ google.golang.org/api v0.21.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/ google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= google.golang.org/api v0.23.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.25.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= google.golang.org/api v0.26.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM= google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc= -google.golang.org/api v0.31.0/go.mod h1:CL+9IBCa2WWU6gRuBWaKqGWLFFwbEUXkfeMkHLQWYWo= -google.golang.org/api v0.33.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= +google.golang.org/api v0.31.1-0.20200914161323-7b3b1fe2dc94/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= +google.golang.org/api v0.34.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= google.golang.org/api v0.35.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34qYtE= google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8= @@ -3343,14 +3644,18 @@ google.golang.org/api v0.56.0/go.mod h1:38yMfeP1kfjsl8isn0tliTjIb1rJXcQi4UXlbqiv google.golang.org/api v0.57.0/go.mod h1:dVPlbZyBo2/OjBpmvNdpn2GRm6rPy75jyU7bmhdrMgI= google.golang.org/api v0.61.0/go.mod h1:xQRti5UdCmoCEqFxcz93fTl338AVqDgyaDRuOZ3hg9I= google.golang.org/api v0.63.0/go.mod h1:gs4ij2ffTRXwuzzgJl/56BdwJaA194ijkfn++9tDuPo= -google.golang.org/api v0.65.0 h1:MTW9c+LIBAbwoS1Gb+YV7NjFBt2f7GtAS5hIzh2NjgQ= -google.golang.org/api v0.65.0/go.mod h1:ArYhxgGadlWmqO1IqVujw6Cs8IdD33bTmzKo2Sh+cbg= +google.golang.org/api v0.67.0/go.mod h1:ShHKP8E60yPsKNw/w8w+VYaj9H6buA5UqDp8dhbQZ6g= +google.golang.org/api v0.70.0/go.mod h1:Bs4ZM2HGifEvXwd50TtW70ovgJffJYw2oRCOFU/SkfA= +google.golang.org/api v0.71.0/go.mod h1:4PyU6e6JogV1f9eA4voyrTY2batOLdgZ5qZ5HOCc4j8= +google.golang.org/api v0.74.0 h1:ExR2D+5TYIrMphWgs5JCgwRhEDlPDXXrLwHHMgPHTXE= +google.golang.org/api v0.74.0/go.mod h1:ZpfMZOVRMywNyvJFeqL9HRWBgAuRfSjJFpe9QtRRyDs= google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= google.golang.org/appengine v1.2.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.3.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= +google.golang.org/appengine v1.6.2/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c= @@ -3358,18 +3663,22 @@ google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCID google.golang.org/genproto v0.0.0-20170818010345-ee236bd376b0/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20180518175338-11a468237815/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= +google.golang.org/genproto v0.0.0-20180831171423-11092d34479b/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= +google.golang.org/genproto v0.0.0-20181029155118-b69ba1387ce2/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= +google.golang.org/genproto v0.0.0-20181107211654-5fc9ac540362/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= +google.golang.org/genproto v0.0.0-20181202183823-bd91e49a0898/go.mod h1:7Ep/1NZk928CDR8SjdVbjWNpdIf6nzjE3BTgJDr2Atg= +google.golang.org/genproto v0.0.0-20190201180003-4b09977fb922/go.mod h1:L3J43x8/uS+qIUoksaLKe6OS3nUKxOKuIFz1sl2/jx4= google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190404172233-64821d5d2107/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= google.golang.org/genproto v0.0.0-20190530194941-fb225487d101/go.mod h1:z3L6/3dTEVtUr6QSP8miRzeRqwQOioJ9I66odjN4I7s= -google.golang.org/genproto v0.0.0-20190626174449-989357319d63/go.mod h1:z3L6/3dTEVtUr6QSP8miRzeRqwQOioJ9I66odjN4I7s= google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= +google.golang.org/genproto v0.0.0-20190927181202-20e1ac93f88c/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= google.golang.org/genproto v0.0.0-20191009194640-548a555dbc03/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191028173616-919d9bdd9fe6/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= google.golang.org/genproto v0.0.0-20191203220235-3fa9dbf08042/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= @@ -3402,6 +3711,7 @@ google.golang.org/genproto v0.0.0-20200610104632-a5b850bcf112/go.mod h1:jDfRM7Fc google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= google.golang.org/genproto v0.0.0-20200626011028-ee7919e894b5/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200701001935-0939c5918c31/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20200707001353-8e8330bf89df/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200711021454-869866162049/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200721032028-5044d0edf986/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= @@ -3409,12 +3719,10 @@ google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6D google.golang.org/genproto v0.0.0-20200815001618-f69a88009b70/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200827165113-ac2560b5e952/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200831141814-d751682dd103/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200911024640-645f7a48b24f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= +google.golang.org/genproto v0.0.0-20201102152239-715cce707fb0/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= @@ -3447,15 +3755,19 @@ google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2/go.mod h1:eFjDcFEc google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20211005153810-c76a74d43a8e/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= google.golang.org/genproto v0.0.0-20211221195035-429b39de9b1c/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20220107163113-42d7afdf6368/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20220111164026-67b88f271998/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 h1:zzNejm+EgrbLfDZ6lu9Uud2IVvHySPl8vQzf04laR5Q= -google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= +google.golang.org/genproto v0.0.0-20220126215142-9970aeb2e350/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= +google.golang.org/genproto v0.0.0-20220207164111-0872dc986b00/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= +google.golang.org/genproto v0.0.0-20220218161850-94dd64e39d7c/go.mod h1:kGP+zUP2Ddo0ayMi4YuN7C3WZyJvGLZRh8Z5wnAqvEI= +google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf/go.mod h1:kGP+zUP2Ddo0ayMi4YuN7C3WZyJvGLZRh8Z5wnAqvEI= +google.golang.org/genproto v0.0.0-20220304144024-325a89244dc8/go.mod h1:kGP+zUP2Ddo0ayMi4YuN7C3WZyJvGLZRh8Z5wnAqvEI= +google.golang.org/genproto v0.0.0-20220310185008-1973136f34c6/go.mod h1:kGP+zUP2Ddo0ayMi4YuN7C3WZyJvGLZRh8Z5wnAqvEI= +google.golang.org/genproto v0.0.0-20220324131243-acbaeb5b85eb/go.mod h1:hAL49I2IFola2sVEjAn7MEwsja0xp51I0tlGAf9hz4E= +google.golang.org/genproto v0.0.0-20220405205423-9d709892a2bf h1:JTjwKJX9erVpsw17w+OIPP7iAgEkN/r8urhWSunEDTs= +google.golang.org/genproto v0.0.0-20220405205423-9d709892a2bf/go.mod h1:8w6bsBMX6yCPbAVTeqQHvzxW0EIFigd5lZyahWgyfDo= google.golang.org/grpc v1.40.0 h1:AGJ0Ih4mHjSeibYkFGh1dD9KJ/eOtZ93I6hoHhukQ5Q= google.golang.org/grpc v1.40.0/go.mod h1:ogyxbiOoUXAkP+4+xa6PZSE9DZgIHtSpzjDTB9KAK34= google.golang.org/grpc/cmd/protoc-gen-go-grpc v0.0.0-20200709232328-d8193ee9cc3e/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= @@ -3472,8 +3784,9 @@ google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGj google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.27.1 h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ= google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= +google.golang.org/protobuf v1.28.0 h1:w43yiav+6bVFTBQFZX0r7ipe9JQ1QsbMgHwbBziscLw= +google.golang.org/protobuf v1.28.0/go.mod h1:HV8QOd/L58Z+nl8r43ehVNZIU/HEI6OcFqwMG9pJV4I= gopkg.in/airbrake/gobrake.v2 v2.0.9/go.mod h1:/h5ZAUhDkGaJfjzjKLSjv6zCL6O0LLBxU4K+aSYdM/U= gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= gopkg.in/asn1-ber.v1 v1.0.0-20181015200546-f715ec2f112d/go.mod h1:cuepJuh7vyXfUyUwEgHQXw849cJrilpS5NeIjOWESAw= @@ -3487,6 +3800,7 @@ gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c h1:Hei/4ADfdWqJk1ZMxUNpqntN gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c/go.mod h1:JHkPIbrfpd72SG/EVd6muEfDQjcINNoR0C8j2r3qZ4Q= gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= gopkg.in/cheggaaa/pb.v1 v1.0.27/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= +gopkg.in/cheggaaa/pb.v1 v1.0.28/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= gopkg.in/fsnotify/fsnotify.v1 v1.4.7/go.mod h1:Fyux9zXlo4rWoMSIzpn9fDAYjalPqJ/K1qJ27s+7ltE= @@ -3508,10 +3822,12 @@ gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= gopkg.in/ini.v1 v1.42.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.51.1/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/ini.v1 v1.56.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/ini.v1 v1.57.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/ini.v1 v1.61.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/ini.v1 v1.66.3 h1:jRskFVxYaMGAMUbN0UZ7niA9gzL9B49DOqE78vg0k3w= -gopkg.in/ini.v1 v1.66.3/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/ini.v1 v1.62.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/ini.v1 v1.66.2/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= +gopkg.in/ini.v1 v1.66.4 h1:SsAcf+mM7mRZo2nJNGt8mZCjG8ZRaNGMURJw7BsIST4= +gopkg.in/ini.v1 v1.66.4/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= gopkg.in/jcmturner/aescts.v1 v1.0.1/go.mod h1:nsR8qBOg+OucoIW+WMhB3GspUQXq9XorLnQb9XtvcOo= gopkg.in/jcmturner/dnsutils.v1 v1.0.1/go.mod h1:m3v+5svpVOhtFAP/wSz+yzh4Mc0Fg7eRhxkJMWSIz9Q= gopkg.in/jcmturner/goidentity.v3 v3.0.0/go.mod h1:oG2kH0IvSYNIu80dVAyu/yoefjq1mNfM5bm88whjWx4= @@ -3521,6 +3837,7 @@ gopkg.in/ldap.v2 v2.5.1/go.mod h1:oI0cpe/D7HRtBQl8aTg+ZmzFUAvu4lsv3eLXMLGFxWk= gopkg.in/mgo.v2 v2.0.0-20180705113604-9856a29383ce/go.mod h1:yeKp02qBN3iKW1OzL3MGk2IdtZzaj7SFntXj72NppTA= gopkg.in/natefinch/lumberjack.v2 v2.0.0/go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k= gopkg.in/op/go-logging.v1 v1.0.0-20160211212156-b2cb9fa56473/go.mod h1:N1eN2tsCx0Ydtgjl4cqmbRCsY4/+z4cYDeqwZTk6zog= +gopkg.in/resty.v1 v1.11.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= gopkg.in/square/go-jose.v2 v2.2.2/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI= gopkg.in/square/go-jose.v2 v2.5.1/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI= @@ -3538,6 +3855,7 @@ gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= +gopkg.in/yaml.v2 v2.2.6/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.7/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= @@ -3547,7 +3865,6 @@ gopkg.in/yaml.v3 v3.0.0-20190502103701-55513cacd4ae/go.mod h1:K4uyk7z7BCEPqu6E+C gopkg.in/yaml.v3 v3.0.0-20190905181640-827449938966/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20191010095647-fc94e3f71652/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20200121175148-a6ecf24a6d71/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= @@ -3560,7 +3877,9 @@ gotest.tools/gotestsum v1.6.4/go.mod h1:fTR9ZhxC/TLAAx2/WMk/m3TkMB9eEI89gdEzhiRV gotest.tools/v3 v3.0.2/go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk= gotest.tools/v3 v3.0.3 h1:4AuOwCGf4lLR9u3YOe2awrHygurzhO/HeQ6laiA6Sx0= gotest.tools/v3 v3.0.3/go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8= +grpc.go4.org v0.0.0-20170609214715-11d0a25b4919/go.mod h1:77eQGdRu53HpSqPFJFmuJdjuHRquDANNeA4x7B8WQ9o= helm.sh/helm/v3 v3.2.4/go.mod h1:ZaXz/vzktgwjyGGFbUWtIQkscfE7WYoRGP2szqAFHR0= +honnef.co/go/tools v0.0.0-20180728063816-88497007e858/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= @@ -3568,86 +3887,80 @@ honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWh honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -honnef.co/go/tools v0.0.1-2020.1.5/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -honnef.co/go/tools v0.0.1-2020.1.6 h1:W18jzjh8mfPez+AwGLxmOImucz/IFjpNlrKVnaj2YVc= honnef.co/go/tools v0.0.1-2020.1.6/go.mod h1:pyyisuGw24ruLjrr1ddx39WE0y9OooInRzEYLhQB2YY= +honnef.co/go/tools v0.2.1 h1:/EPr//+UMMXwMTkXvCCoaJDq8cpjMO80Ou+L4PDo2mY= +honnef.co/go/tools v0.2.1/go.mod h1:lPVVZ2BS5TfnjLyizF7o7hv7j9/L+8cZY2hLyjP9cGY= howett.net/plist v0.0.0-20181124034731-591f970eefbb/go.mod h1:vMygbs4qMhSZSc4lCUl2OEE+rDiIIJAIdR4m7MiMcm0= -k8s.io/api v0.22.0 h1:elCpMZ9UE8dLdYxr55E06TmSeji9I3KH494qH70/y+c= -k8s.io/api v0.22.0/go.mod h1:0AoXXqst47OI/L0oGKq9DG61dvGRPXs7X4/B7KyjBCU= -k8s.io/apiextensions-apiserver v0.22.0 h1:QTuZIQggaE7N8FTjur+1zxLmEPziphK7nNm8t+VNO3g= -k8s.io/apiextensions-apiserver v0.22.0/go.mod h1:+9w/QQC/lwH2qTbpqndXXjwBgidlSmytvIUww16UACE= -k8s.io/apimachinery v0.22.0 h1:CqH/BdNAzZl+sr3tc0D3VsK3u6ARVSo3GWyLmfIjbP0= -k8s.io/apimachinery v0.22.0/go.mod h1:O3oNtNadZdeOMxHFVxOreoznohCpy0z6mocxbZr7oJ0= -k8s.io/apiserver v0.22.0 h1:KZh2asnRBjawLLfPOi6qiD+A2jaNt31HCnZG6AX3Qcs= -k8s.io/apiserver v0.22.0/go.mod h1:04kaIEzIQrTGJ5syLppQWvpkLJXQtJECHmae+ZGc/nc= +k8s.io/api v0.23.0 h1:WrL1gb73VSC8obi8cuYETJGXEoFNEh3LU0Pt+Sokgro= +k8s.io/api v0.23.0/go.mod h1:8wmDdLBHBNxtOIytwLstXt5E9PddnZb0GaMcqsvDBpg= +k8s.io/apiextensions-apiserver v0.23.0 h1:uii8BYmHYiT2ZTAJxmvc3X8UhNYMxl2A0z0Xq3Pm+WY= +k8s.io/apiextensions-apiserver v0.23.0/go.mod h1:xIFAEEDlAZgpVBl/1VSjGDmLoXAWRG40+GsWhKhAxY4= +k8s.io/apimachinery v0.23.0 h1:mIfWRMjBuMdolAWJ3Fd+aPTMv3X9z+waiARMpvvb0HQ= +k8s.io/apimachinery v0.23.0/go.mod h1:fFCTTBKvKcwTPFzjlcxp91uPFZr+JA0FubU4fLzzFYc= +k8s.io/apiserver v0.23.0 h1:Ds/QveXWi9aJ8ISB0CJa4zBNc5njxAs5u3rmMIexqCY= +k8s.io/apiserver v0.23.0/go.mod h1:Cec35u/9zAepDPPFyT+UMrgqOCjgJ5qtfVJDxjZYmt4= k8s.io/autoscaler/vertical-pod-autoscaler v0.0.0-20191115143342-4cf961056038/go.mod h1:bo2qh32Y1lvDnTWVSlYibXIVVtwZMb0fYAqeyEWNEuI= -k8s.io/cli-runtime v0.22.0 h1:xM0UJ91iPKvPeooS/LS4U3sPVRAeUrUslJ0sUtE7a7Q= -k8s.io/cli-runtime v0.22.0/go.mod h1:An6zELQ7udUI0GaXvkuMqyopPA14dIgNqpH8cZu1vig= -k8s.io/client-go v0.22.0 h1:sD6o9O6tCwUKCENw8v+HFsuAbq2jCu8cWC61/ydwA50= -k8s.io/client-go v0.22.0/go.mod h1:GUjIuXR5PiEv/RVK5OODUsm6eZk7wtSWZSaSJbpFdGg= -k8s.io/cloud-provider v0.22.0/go.mod h1:UsQNOxrStwOXoDfVNgEbKgcQt2BYuHGKobixm0zKTis= -k8s.io/cluster-bootstrap v0.22.0/go.mod h1:VeZXiGfH+yfnC2KtvkSwNTAqahg6yiCV/szbWpoI+3k= -k8s.io/code-generator v0.22.0 h1:wIo+6NuAEf+aP6dblF+fPJOkY/VnM6wqNHusiW/eQ3o= -k8s.io/code-generator v0.22.0/go.mod h1:eV77Y09IopzeXOJzndrDyCI88UBok2h6WxAlBwpxa+o= -k8s.io/component-base v0.22.0 h1:ZTmX8hUqH9T9gc0mM42O+KDgtwTYbVTt2MwmLP0eK8A= -k8s.io/component-base v0.22.0/go.mod h1:SXj6Z+V6P6GsBhHZVbWCw9hFjUdUYnJerlhhPnYCBCg= -k8s.io/component-helpers v0.22.0/go.mod h1:YNIbQI59ayNiU8JHlPIxVkOUYycbKhk5Niy0pcyJOEY= -k8s.io/controller-manager v0.22.0/go.mod h1:KCFcmFIjh512sVIm1EhAPJ+4miASDvbZA5eO/2nbr2M= -k8s.io/cri-api v0.22.0/go.mod h1:mj5DGUtElRyErU5AZ8EM0ahxbElYsaLAMTPhLPQ40Eg= -k8s.io/csi-translation-lib v0.22.0/go.mod h1:wb6bRqDth2jcHfty7mLdQc7nfknHhIkAlAZgSgplXhc= -k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= +k8s.io/cli-runtime v0.23.0 h1:UONt0BV2+edjUVAXuR1nnOAL2CB9r+Gl9yk4UBQpKfs= +k8s.io/cli-runtime v0.23.0/go.mod h1:B5N3YH0KP1iKr6gEuJ/RRmGjO0mJQ/f/JrsmEiPQAlU= +k8s.io/client-go v0.23.0 h1:vcsOqyPq7XV3QmQRCBH/t9BICJM9Q1M18qahjv+rebY= +k8s.io/client-go v0.23.0/go.mod h1:hrDnpnK1mSr65lHHcUuIZIXDgEbzc7/683c6hyG4jTA= +k8s.io/cloud-provider v0.23.0/go.mod h1:vY9zulPUCjwCg9TBMh5Qi42JUZUNecQNF7FojNELWws= +k8s.io/cluster-bootstrap v0.23.0/go.mod h1:VltEnKWfrRTiKgOXp3ts3vh7yqNlH6KFKFflo9GtCBg= +k8s.io/code-generator v0.23.0 h1:lhyd2KJVCEmpjaCpuoooGs+e3xhPwpYvupnNRidO0Ds= +k8s.io/code-generator v0.23.0/go.mod h1:vQvOhDXhuzqiVfM/YHp+dmg10WDZCchJVObc9MvowsE= +k8s.io/component-base v0.23.0 h1:UAnyzjvVZ2ZR1lF35YwtNY6VMN94WtOnArcXBu34es8= +k8s.io/component-base v0.23.0/go.mod h1:DHH5uiFvLC1edCpvcTDV++NKULdYYU6pR9Tt3HIKMKI= +k8s.io/component-helpers v0.23.0/go.mod h1:liXMh6FZS4qamKtMJQ7uLHnFe3tlC86RX5mJEk/aerg= +k8s.io/controller-manager v0.23.0/go.mod h1:6/IKItSv6p9FY3mSbHgsOYmt4y+HDxiC5hEFg9rJVc8= +k8s.io/cri-api v0.23.0/go.mod h1:2edENu3/mkyW3c6fVPPPaVGEFbLRacJizBbSp7ZOLOo= +k8s.io/csi-translation-lib v0.23.0/go.mod h1:ho0ljka+BEcdlvFrG08L8FpYi6QJeSGgQLWeVOAeeM8= +k8s.io/gengo v0.0.0-20190907103519-ebc107f98eab/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= k8s.io/gengo v0.0.0-20200114144118-36b2048a9120/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= -k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= -k8s.io/gengo v0.0.0-20200518160137-fb547a11e5e0/go.mod h1:aG2eeomYfcUw8sE3fa7YdkjgnGtyY56TjZlaJJ0ZoWo= k8s.io/gengo v0.0.0-20201113003025-83324d819ded/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= k8s.io/gengo v0.0.0-20201214224949-b6c5ce23f027/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c h1:GohjlNKauSai7gN4wsJkeZ3WAJx4Sh+oT/b5IYn5suA= k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= -k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= +k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk= k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8= k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I= k8s.io/klog/v2 v2.8.0 h1:Q3gmuM9hKEjefWFFYF0Mat+YyFJvsUyYuwyNNJ5C9Ts= k8s.io/klog/v2 v2.8.0/go.mod h1:hy9LJ/NvuK+iVyP4Ehqva4HxZG/oXyIS3n3Jmire4Ec= -k8s.io/kube-aggregator v0.22.0/go.mod h1:zHTepg0Q4tKzru7Pwg1QYHWrU/wrvIXM8hUdDAH66qg= -k8s.io/kube-controller-manager v0.22.0/go.mod h1:E/EYMoCj8bbPRmu19JF4B9QLyQL8Tywg+9Q/rg+F80U= -k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E= -k8s.io/kube-openapi v0.0.0-20200831175022-64514a1d5d59/go.mod h1:UuqjUnNftUyPE5H64/qeyjQoUZhGpeFDVdxjTeEVN2o= -k8s.io/kube-openapi v0.0.0-20210421082810-95288971da7e/go.mod h1:vHXdDvt9+2spS2Rx9ql3I8tycm3H9FDfdUoIuKCefvw= -k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf h1:M9XBsiMslw2lb2ZzglC0TOkBPK5NQi0/noUrdnoFwUg= -k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf/go.mod h1:sX9MT8g7NVZM5lVL/j8QyCCJe8YSMW30QvGZWaCIDIk= -k8s.io/kube-proxy v0.22.0/go.mod h1:2ckKSCr8kZ0kNNCgxM7lt0g5CAaY767djotK4AEFPmI= -k8s.io/kube-scheduler v0.22.0/go.mod h1:n6tdYAiaoqXGLazCwIpOEg42qby0VMDs1KmN4DjQf50= +k8s.io/kube-aggregator v0.23.0/go.mod h1:b1vpoaTWKZjCzvbe1KXFw3vPbISrghJsg7/RI8oZUME= +k8s.io/kube-controller-manager v0.23.0/go.mod h1:iHapRJJBe+fWu6hG3ye43YMFEeZcnIlRxDUS72bwJoE= +k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 h1:E3J9oCLlaobFUqsjG9DfKbP2BmgwBL2p7pn0A3dG9W4= +k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65/go.mod h1:sX9MT8g7NVZM5lVL/j8QyCCJe8YSMW30QvGZWaCIDIk= +k8s.io/kube-proxy v0.23.0/go.mod h1:AFPfNIiOeDhHVtfN7ZfE1Wd8aP5qYov3khPu4VFeBb4= +k8s.io/kube-scheduler v0.23.0/go.mod h1:BXDjbJEXtr9PU5/XzLtWMNG6Mid4GYBSGVWzP72UxKk= k8s.io/kube-state-metrics v1.9.7/go.mod h1:VmWbsdvz/+sCXfxG1RDdlMageJNST9Uo8vBwavSYBu0= -k8s.io/kubectl v0.22.0 h1:EBb7xLUaidG/YXAI5AXam3lK2VlnoFShhlMjnJVTbGA= -k8s.io/kubectl v0.22.0/go.mod h1:eeuP92uZbVL2UnOaf0nj9OjtI0hi/nekHU+0isURer0= -k8s.io/kubelet v0.22.0/go.mod h1:CMdsuh9OFgbpeE+n46GpVMDecLlI0HxSRHMoNrTmJk4= -k8s.io/kubernetes v1.22.0 h1:zROjVlA1qSthvMnP7XeCzkRaqkE28CY3w+PM8qC0ZaA= -k8s.io/kubernetes v1.22.0/go.mod h1:IGQZrV02n2IBp52+/YwLVMurCEQPKXJ/k8hU3mqEOuA= -k8s.io/legacy-cloud-providers v0.22.0/go.mod h1:2tKlbeA9r0OYnBHyqHcnO1EoAeqYXw2IZH99DYwwErM= -k8s.io/metrics v0.22.0/go.mod h1:eYnwafAUNLLpVmY/msoq0RKIKH5C4TzfjKnMZ0Xrt3A= -k8s.io/mount-utils v0.22.0/go.mod h1:gUi5ht+05KHYc/vJ9q9wbvG3MCYBeOsB5FdTyM60Pzo= -k8s.io/pod-security-admission v0.22.0/go.mod h1:xKTKO4nzxLDROM+RRndSU7kCZc2XcBYRKLYS+gYuqfo= -k8s.io/sample-apiserver v0.22.0/go.mod h1:Bkl0f9E1Moxwjvqct7kzDlTvNUTavsworU5FTPlVooA= -k8s.io/system-validators v1.5.0/go.mod h1:bPldcLgkIUK22ALflnsXk8pvkTEndYdNuaHH6gRrl0Q= +k8s.io/kubectl v0.23.0 h1:WABWfj+Z4tC3SfKBCtZr5sIVHsFtkU9Azii4DR9IT6Y= +k8s.io/kubectl v0.23.0/go.mod h1:TfcGEs3u4dkmoC2eku1GYymdGaMtPMcaLLFrX/RB2kI= +k8s.io/kubelet v0.23.0/go.mod h1:A4DxfIt5Ka+rz54HAFhs1bgiFjJT6lcaAYUcACZl1/k= +k8s.io/kubernetes v1.23.0 h1:r2DrryCpnmFfBuelpUNSWXHtD6Zy7SdwaCcycV5DsJE= +k8s.io/kubernetes v1.23.0/go.mod h1:sgD3+Qzb8FHlRKlZnNCN+np3zZuHEAb/0PKLJkYyCUI= +k8s.io/legacy-cloud-providers v0.23.0/go.mod h1:tM5owPlhLyEYJC2FLHgcGu1jks5ANvH2JlY03mnUYU4= +k8s.io/metrics v0.23.0/go.mod h1:NDiZTwppEtAuKJ1Rxt3S4dhyRzdp6yUcJf0vo023dPo= +k8s.io/mount-utils v0.23.0/go.mod h1:9pFhzVjxle1osJUo++9MFDat9HPkQUOoHCn+eExZ3Ew= +k8s.io/pod-security-admission v0.23.0/go.mod h1:vGExA081PHZFK9Yma4kuPtfWwy5zxbEUhniiUDKFicM= +k8s.io/sample-apiserver v0.23.0/go.mod h1:o0U/1hkfndbnLg1OfVHQiG08lmDkYJq7qljCuwjoTrI= +k8s.io/system-validators v1.6.0/go.mod h1:bPldcLgkIUK22ALflnsXk8pvkTEndYdNuaHH6gRrl0Q= +k8s.io/utils v0.0.0-20190529001817-6999998975a7/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew= k8s.io/utils v0.0.0-20200411171748-3d5a2fe318e4/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -k8s.io/utils v0.0.0-20200821003339-5e75c0163111/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20201110183641-67b214c5f920/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20210111153108-fddb29f9d009/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20210305010621-2afb4311ab10/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20210527160623-6fdb442a123b/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -k8s.io/utils v0.0.0-20210707171843-4b05e18ac7d9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20210802155522-efc7438f0176/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -k8s.io/utils v0.0.0-20210819203725-bdf08cb9a70a/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -k8s.io/utils v0.0.0-20211208161948-7d6a63dca704 h1:ZKMMxTvduyf5WUtREOqg5LiXaN1KO/+0oOQPRFrClpo= +k8s.io/utils v0.0.0-20210930125809-cb0fa318a74b/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= k8s.io/utils v0.0.0-20211208161948-7d6a63dca704/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= +k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 h1:HNSDgDCrr/6Ly3WEGKZftiE7IY19Vz2GdbOCyI4qqhc= +k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw= modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk= modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k= modernc.org/strutil v1.0.0/go.mod h1:lstksw84oURvj9y3tn8lGvRxyRC1S2+g5uuIzNfIOBs= modernc.org/xc v1.0.0/go.mod h1:mRNCo0bvLjGhHO9WsyuKVU4q0ceiDDDoEeWDJHrNx8I= -mvdan.cc/gofumpt v0.0.0-20200709182408-4fd085cb6d5f/go.mod h1:9VQ397fNXEnF84t90W4r4TRCQK+pg9f8ugVfyj+S26w= -mvdan.cc/gofumpt v0.0.0-20200802201014-ab5a8192947d h1:t8TAw9WgTLghti7RYkpPmqk4JtQ3+wcP5GgZqgWeWLQ= -mvdan.cc/gofumpt v0.0.0-20200802201014-ab5a8192947d/go.mod h1:bzrjFmaD6+xqohD3KYP0H2FEuxknnBmyyOxdhLdaIws= +mvdan.cc/gofumpt v0.1.1 h1:bi/1aS/5W00E2ny5q65w9SnKpWEF/UIOqDYBILpo9rA= +mvdan.cc/gofumpt v0.1.1/go.mod h1:yXG1r1WqZVKWbVRtBWKWX9+CxGYfA51nSomhM0woR48= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed h1:WX1yoOaKQfddO/mLzdV4wptyWgoH/6hwLs7QHTixo0I= mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed/go.mod h1:Xkxe497xwlCKkIaQYRfC7CSLworTXY9RMqwhhCm+8Nc= mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b h1:DxJ5nJdkhDlLok9K6qO+5290kphDJbHOQO1DFFFTeBo= @@ -3660,28 +3973,25 @@ rsc.io/letsencrypt v0.0.3/go.mod h1:buyQKZ6IXrRnB7TdkHP0RyEybLx18HHyOSoTyoOLqNY= rsc.io/pdf v0.1.1/go.mod h1:n8OzWcQ6Sp37PL01nO98y4iUCRdTGarVfzxY20ICaU4= rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= -sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.22/go.mod h1:LEScyzhFmoF5pso/YSeBstl57mOzx9xlU9n85RGrDQg= +sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.25/go.mod h1:Mlj9PNLmG9bZ6BHFwFKDo5afkpWyUISkb9Me0GnK66I= sigs.k8s.io/controller-runtime v0.9.1 h1:+LAqHAhkVW4lt/jLlrKmnGPA7OORMw/xEUH3Ey1h1Bs= sigs.k8s.io/controller-runtime v0.9.1/go.mod h1:cTqsgnwSOsYS03XwySYZj8k6vf0+eC4FJRcCgQ9elb4= sigs.k8s.io/controller-tools v0.5.0 h1:3u2RCwOlp0cjCALAigpOcbAf50pE+kHSdueUosrC/AE= sigs.k8s.io/controller-tools v0.5.0/go.mod h1:JTsstrMpxs+9BUj6eGuAaEb6SDSPTeVtUyp0jmnAM/I= +sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6/go.mod h1:p4QtZmO4uMYipTQNzagwnNoseA6OxSUutVw05NhYDRs= +sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 h1:kDi4JBNAsJWfz1aEXhO8Jg87JJaPNLh5tIzYHgStQ9Y= +sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2/go.mod h1:B+TnT182UBxE84DiCz4CVE26eOSDAeYCpfDnC2kdKMY= sigs.k8s.io/kube-storage-version-migrator v0.0.4/go.mod h1:mXfSLkx9xbJHQsgNDDUZK/iQTs2tMbx/hsJlWe6Fthw= sigs.k8s.io/kubebuilder v1.0.9-0.20200618125005-36aa113dbe99/go.mod h1:FGPx0hvP73+bapzWoy5ePuhAJYgJjrFbPxgvWyortM0= -sigs.k8s.io/kustomize/api v0.6.3/go.mod h1:mTwLqPB2uqh7LOcYoJKKHIfP5ioS6t3NfZ8lvia4NJY= -sigs.k8s.io/kustomize/api v0.8.11/go.mod h1:a77Ls36JdfCWojpUqR6m60pdGY1AYFix4AH83nJtY1g= -sigs.k8s.io/kustomize/api v0.10.1 h1:KgU7hfYoscuqag84kxtzKdEC3mKMb99DPI3a0eaV1d0= -sigs.k8s.io/kustomize/api v0.10.1/go.mod h1:2FigT1QN6xKdcnGS2Ppp1uIWrtWN28Ms8A3OZUZhwr8= -sigs.k8s.io/kustomize/cmd/config v0.8.2/go.mod h1:NfndXLA1moQGfNOOThNeLvHb23nrZtgf9gdM7QPdub0= -sigs.k8s.io/kustomize/cmd/config v0.9.13/go.mod h1:7547FLF8W/lTaDf0BDqFTbZxM9zqwEJqCKN9sSR0xSs= -sigs.k8s.io/kustomize/kustomize/v3 v3.8.5/go.mod h1:R1zsfKSVbn6PZnZ4kAbylYj2AKyugLrk7MddPOJSEiI= -sigs.k8s.io/kustomize/kustomize/v4 v4.2.0/go.mod h1:MOkR6fmhwG7hEDRXBYELTi5GSFcLwfqwzTRHW3kv5go= -sigs.k8s.io/kustomize/kyaml v0.13.0 h1:9c+ETyNfSrVhxvphs+K2dzT3dh5oVPPEqPOE/cUpScY= -sigs.k8s.io/kustomize/kyaml v0.13.0/go.mod h1:FTJxEZ86ScK184NpGSAQcfEqee0nul8oLCK30D47m4E= -sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06 h1:zD2IemQ4LmOcAumeiyDWXKUI2SO0NYDe3H6QGvPOVgU= -sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06/go.mod h1:/ULNhyfzRopfcjskuui0cTITekDduZ7ycKN3oUT9R18= -sigs.k8s.io/structured-merge-diff/v4 v4.0.1/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= +sigs.k8s.io/kustomize/api v0.11.2 h1:6YvCJHFDwsLwAX7zNHBxMZi3k7dGIXI8G9l0saYQI0E= +sigs.k8s.io/kustomize/api v0.11.2/go.mod h1:GZuhith5YcqxIDe0GnRJNx5xxPTjlwaLTt/e+ChUtJA= +sigs.k8s.io/kustomize/cmd/config v0.10.2/go.mod h1:K2aW7nXJ0AaT+VA/eO0/dzFLxmpFcTzudmAgDwPY1HQ= +sigs.k8s.io/kustomize/kustomize/v4 v4.4.1/go.mod h1:qOKJMMz2mBP+vcS7vK+mNz4HBLjaQSWRY22EF6Tb7Io= +sigs.k8s.io/kustomize/kyaml v0.13.3 h1:tNNQIC+8cc+aXFTVg+RtQAOsjwUdYBZRAgYOVI3RBc4= +sigs.k8s.io/kustomize/kyaml v0.13.3/go.mod h1:/ya3Gk4diiQzlE4mBh7wykyLRFZNvqlbh+JnwQ9Vhrc= sigs.k8s.io/structured-merge-diff/v4 v4.0.2/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= sigs.k8s.io/structured-merge-diff/v4 v4.1.2/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4= +sigs.k8s.io/structured-merge-diff/v4 v4.2.0/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4= sigs.k8s.io/structured-merge-diff/v4 v4.2.1 h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y= sigs.k8s.io/structured-merge-diff/v4 v4.2.1/go.mod h1:j/nl6xW8vLS49O8YvXW1ocPhZawJtm+Yrr7PPRQ0Vg4= sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= diff --git a/hack/e2e/run-rp-and-e2e.sh b/hack/e2e/run-rp-and-e2e.sh index df9db0dca..f7c2a7e3c 100755 --- a/hack/e2e/run-rp-and-e2e.sh +++ b/hack/e2e/run-rp-and-e2e.sh @@ -118,18 +118,28 @@ kill_vpn() { # if LOCAL_E2E is set, set the value with the local test names -# If it it not set, it defaults to the build ID -if [ -z "${LOCAL_E2E}" ] ; then - export CLUSTER="v4-e2e-V$BUILD_BUILDID-$LOCATION" +# If it it not set, it defaults to the build ID +if [ -z "${LOCAL_E2E}" ] ; then + # TODO: Remove this hack after AvailabilitySet name too long bug is fixed. + NONZONAL_REGIONS="australiacentral australiacentral2 australiasoutheast brazilsoutheast canadaeast japanwest northcentralus norwaywest southindia switzerlandwest uaenorth ukwest westcentralus westus" + + if echo $NONZONAL_REGIONS | grep -wq $LOCATION + then + export CLUSTER=$(head -c 19 <<< "v4-e2e-V$BUILD_BUILDID-$LOCATION") + else + export CLUSTER="v4-e2e-V$BUILD_BUILDID-$LOCATION" + fi + # TODO: uncomment after above hack is removed. + # export CLUSTER="v4-e2e-V$BUILD_BUILDID-$LOCATION" export DATABASE_NAME="v4-e2e-V$BUILD_BUILDID-$LOCATION" fi -if [ -z "${CLUSTER}" ] ; then +if [ -z "${CLUSTER}" ] ; then echo "CLUSTER is not set , aborting" exit 1 fi -if [ -z "${DATABASE_NAME}" ] ; then +if [ -z "${DATABASE_NAME}" ] ; then echo "DATABASE_NAME is not set , aborting" exit 1 fi diff --git a/hack/local-monitor-testing/deploy_MDM_VM.sh b/hack/local-monitor-testing/deploy_MDM_VM.sh index 783b5040a..3cdab7388 100755 --- a/hack/local-monitor-testing/deploy_MDM_VM.sh +++ b/hack/local-monitor-testing/deploy_MDM_VM.sh @@ -67,7 +67,7 @@ docker run \ -CertFile /etc/mdm.pem \ -FrontEndUrl $MDMFRONTENDURL \ -Logger Console \ - -LogLevel Warning \ + -LogLevel Debug \ -PrivateKeyFile /etc/mdm.pem \ -SourceEnvironment $MDMSOURCEENVIRONMENT \ -SourceRole $MDMSOURCEROLE \ @@ -86,7 +86,6 @@ ssh $CLOUDUSER@$PUBLICIP "sudo sed -i 's/SELINUX=enforcing/SELINUX=permissive/g' ssh $CLOUDUSER@$PUBLICIP "sudo firewall-cmd --zone=public --add-port=12345/tcp --permanent" ssh $CLOUDUSER@$PUBLICIP "sudo firewall-cmd --reload" - scp $BASE/dockerStartCommand.sh $CLOUDUSER@$PUBLICIP: ssh $CLOUDUSER@$PUBLICIP "chmod +x dockerStartCommand.sh" ssh $CLOUDUSER@$PUBLICIP "sudo ./dockerStartCommand.sh &" diff --git a/hack/local-monitor-testing/sample/dockerStartCommand.sh b/hack/local-monitor-testing/sample/dockerStartCommand.sh deleted file mode 100644 index aab29bbc5..000000000 --- a/hack/local-monitor-testing/sample/dockerStartCommand.sh +++ /dev/null @@ -1,52 +0,0 @@ - - -BASE=$( git rev-parse --show-toplevel) - -SOCKETPATH="$BASE/cmd/aro" - -HOSTNAME=$( hostname ) -NAME="mdm" -MDMIMAGE=linuxgeneva-microsoft.azurecr.io/genevamdm:master_20211120.1 -MDMFRONTENDURL=https://int2.int.microsoftmetrics.com/ -MDMSOURCEENVIRONMENT=$LOCATION -MDMSOURCEROLE=rp -MDMSOURCEROLEINSTANCE=$HOSTNAME - - -echo "Using:" - -echo "Resourcegroup = $RESOURCEGROUP" -echo "User = $USER" -echo "HOSTNAME = $HOSTNAME" -echo "Containername = $NAME" -echo "Location = $LOCATION" -echo "MDM image = $MDMIMAGE" -echo " (version hardcoded. Check against pkg/util/version/const.go if things don't work)" -echo "Geneva API URL= $MDMFRONTENDURL" -echo "MDMSOURCEENV = $MDMSOURCEENVIRONMENT" -echo "MDMSOURCEROLE = $MDMSOURCEROLE" -echo "MDMSOURCEROLEINSTANCE = $MDMSOURCEROLEINSTANCE" - -cp $BASE/secrets/rp-metrics-int.pem /etc/mdm.pem - - - - -podman run \ - --entrypoint /usr/sbin/MetricsExtension \ - --hostname $HOSTNAME \ - --name $NAME \ - -d \ - --restart=always \ - -m 2g \ - -v /etc/mdm.pem:/etc/mdm.pem \ - -v $SOCKETPATH:/var/etw:z \ - $MDMIMAGE \ - -CertFile /etc/mdm.pem \ - -FrontEndUrl $MDMFRONTENDURL \ - -Logger Console \ - -LogLevel Debug \ - -PrivateKeyFile /etc/mdm.pem \ - -SourceEnvironment $MDMSOURCEENVIRONMENT \ - -SourceRole $MDMSOURCEROLE \ - -SourceRoleInstance $MDMSOURCEROLEINSTANCE \ No newline at end of file diff --git a/hack/portalauth/portalauth.go b/hack/portalauth/portalauth.go index 5da12b90a..d0578d49e 100644 --- a/hack/portalauth/portalauth.go +++ b/hack/portalauth/portalauth.go @@ -80,7 +80,7 @@ func run(ctx context.Context, log *logrus.Entry) error { } // encoded - fmt.Printf("session=%s", encoded) + fmt.Printf("%s", encoded) return nil } diff --git a/hack/update-go-module-dependencies.sh b/hack/update-go-module-dependencies.sh index af2b1f798..1c21f9ce6 100755 --- a/hack/update-go-module-dependencies.sh +++ b/hack/update-go-module-dependencies.sh @@ -55,16 +55,16 @@ for x in vendor/github.com/openshift/*; do ;; *) - go mod edit -replace ${x##vendor/}=$(go list -mod=mod -m ${x##vendor/}@release-4.9 | sed -e 's/ /@/') + go mod edit -replace ${x##vendor/}=$(go list -mod=mod -m ${x##vendor/}@release-4.10 | sed -e 's/ /@/') ;; esac done for x in aws azure openstack; do - go mod edit -replace sigs.k8s.io/cluster-api-provider-$x=$(go list -mod=mod -m github.com/openshift/cluster-api-provider-$x@release-4.9 | sed -e 's/ /@/') + go mod edit -replace sigs.k8s.io/cluster-api-provider-$x=$(go list -mod=mod -m github.com/openshift/cluster-api-provider-$x@release-4.10 | sed -e 's/ /@/') done -go mod edit -replace github.com/openshift/installer=$(go list -mod=mod -m github.com/jewzaam/installer-aro@release-4.9-azure | sed -e 's/ /@/') +go mod edit -replace github.com/openshift/installer=$(go list -mod=mod -m github.com/jewzaam/installer-aro@release-4.10-azure | sed -e 's/ /@/') go get -u ./... diff --git a/hack/validate-imports/allowed-import-names.yaml b/hack/validate-imports/allowed-import-names.yaml index fe66585d5..5212ac84a 100644 --- a/hack/validate-imports/allowed-import-names.yaml +++ b/hack/validate-imports/allowed-import-names.yaml @@ -19,9 +19,6 @@ allowedImportNames: - utildiscovery github.com/Azure/ARO-RP/pkg/util/embed: - utilembed - github.com/Azure/ARO-RP/pkg/util/machine: - - utilmachine - - "" github.com/Azure/ARO-RP/pkg/util/namespace: - utilnamespace - "" diff --git a/hack/validate-imports/validate-imports.go b/hack/validate-imports/validate-imports.go index d799b76f3..fdab631af 100644 --- a/hack/validate-imports/validate-imports.go +++ b/hack/validate-imports/validate-imports.go @@ -4,13 +4,20 @@ package main // Licensed under the Apache License 2.0. import ( + _ "embed" "fmt" "go/ast" "go/token" + "log" "regexp" "strings" + + "github.com/ghodss/yaml" ) +//go:embed allowed-import-names.yaml +var allowedNamesYaml []byte + func isStandardLibrary(path string) bool { return !strings.ContainsRune(strings.SplitN(path, "/", 2)[0], '.') } @@ -22,16 +29,68 @@ func validateUnderscoreImport(path string) error { switch path { case "net/http/pprof", - "github.com/Azure/ARO-RP/pkg/util/scheme": + "github.com/Azure/ARO-RP/pkg/util/scheme", + "embed": return nil } return fmt.Errorf("invalid _ import %s", path) } -// acceptableNames returns a list of acceptable names for an import; empty +type importValidator struct { + AllowedNames map[string][]string `json:"allowedImportNames"` +} + +func initValidator() importValidator { + allowed := importValidator{} + err := yaml.Unmarshal(allowedNamesYaml, &allowed) + if err != nil { + log.Fatalf("error while unmarshalling allowed import names. err: %s", err) + } + return allowed +} + +func (validator importValidator) isOkFromYaml(name, importedAs string) (bool, []string) { + for _, v := range validator.AllowedNames[name] { + if importedAs == v { + return true, nil + } + } + return false, validator.AllowedNames[name] +} + +func (validator importValidator) validateImportName(name, importedAs string) error { + isAllowed, names := validator.isOkFromYaml(name, importedAs) + + if isAllowed { + return nil + } + + isAllowedFromRegex, namesRegex := isOkFromRegex(name, importedAs) + + if isAllowedFromRegex { + return nil + } + + names = append(names, namesRegex...) + + return fmt.Errorf("%s is imported as %q, should be %q", name, importedAs, names) +} + +func isOkFromRegex(name, importedAs string) (bool, []string) { + acceptableNames := acceptableNamesRegex(name) + + for _, v := range acceptableNames { + if v == importedAs { + return true, nil + } + } + return false, acceptableNames +} + +// acceptableNamesRegex returns a list of acceptable names for an import; empty // string = no import override; nil list = don't care -func acceptableNames(path string) []string { +func acceptableNamesRegex(path string) []string { m := regexp.MustCompile(`^github\.com/Azure/ARO-RP/pkg/api/(v[^/]*[0-9])$`).FindStringSubmatch(path) if m != nil { return []string{m[1]} @@ -102,103 +161,22 @@ func acceptableNames(path string) []string { return []string{m[1] + m[2] + "client"} } - switch path { - case "github.com/Azure/ARO-RP/pkg/frontend/middleware": - return []string{"", "frontendmiddleware"} - case "github.com/Azure/ARO-RP/pkg/metrics/statsd/cosmosdb": - return []string{"dbmetrics"} - case "github.com/Azure/ARO-RP/pkg/operator/apis/aro.openshift.io/v1alpha1": - return []string{"arov1alpha1"} - case "github.com/Azure/ARO-RP/pkg/operator/apis/preview.aro.openshift.io/v1alpha1": - return []string{"aropreviewv1alpha1"} - case "github.com/Azure/ARO-RP/pkg/operator/clientset/versioned": - return []string{"aroclient"} - case "github.com/Azure/ARO-RP/pkg/operator/clientset/versioned/fake": - return []string{"arofake"} - case "github.com/Azure/ARO-RP/pkg/util/dynamichelper/discovery": - return []string{"utildiscovery"} - case "github.com/Azure/ARO-RP/pkg/util/namespace": - return []string{"", "utilnamespace"} - case "github.com/Azure/ARO-RP/pkg/util/recover": - return []string{"", "utilrecover"} - case "github.com/Azure/ARO-RP/pkg/util/azureclient/mgmt/keyvault": - return []string{"", "keyvaultclient"} - case "github.com/Azure/ARO-RP/test/database": - return []string{"testdatabase"} - case "github.com/Azure/ARO-RP/test/util/dynamichelper": - return []string{"testdynamichelper"} - case "github.com/Azure/ARO-RP/test/util/log": - return []string{"testlog"} - case "github.com/Azure/azure-sdk-for-go/services/graphrbac/1.6/graphrbac": - return []string{"azgraphrbac"} - case "github.com/Azure/azure-sdk-for-go/services/keyvault/v7.0/keyvault": - return []string{"azkeyvault"} - case "github.com/Azure/azure-sdk-for-go/storage": - return []string{"azstorage"} - case "github.com/googleapis/gnostic/openapiv2": - return []string{"openapi_v2"} - case "github.com/openshift/console-operator/pkg/api": - return []string{"consoleapi"} - case "github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1": - return []string{"machinev1beta1"} - case "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned": - return []string{"maoclient"} - case "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned/fake": - return []string{"maofake"} - case "github.com/openshift/machine-config-operator/pkg/apis/machineconfiguration.openshift.io/v1": - return []string{"mcv1"} - case "github.com/openshift/machine-config-operator/pkg/generated/clientset/versioned": - return []string{"mcoclient"} - case "github.com/openshift/machine-config-operator/pkg/generated/clientset/versioned/fake": - return []string{"mcofake"} - case "github.com/openshift/machine-config-operator/pkg/generated/clientset/versioned/typed/machineconfiguration.openshift.io/v1": - return []string{"mcoclientv1"} - case "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/fake": - return []string{"extensionsfake"} - case "github.com/openshift/installer/pkg/asset/installconfig/azure": - return []string{"icazure"} - case "github.com/openshift/installer/pkg/types/azure": - return []string{"azuretypes"} - case "github.com/coreos/stream-metadata-go/arch": - return []string{"coreosarch"} - case "github.com/openshift/installer/pkg/rhcos": - return []string{"rhcospkg"} - case "golang.org/x/crypto/ssh": - return []string{"", "cryptossh"} - case "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1": - return []string{"extensionsv1beta1"} - case "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1": - return []string{"extensionsv1"} - case "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset": - return []string{"extensionsclient"} - case "k8s.io/apimachinery/pkg/api/errors": - return []string{"kerrors"} - case "k8s.io/apimachinery/pkg/runtime": - return []string{"kruntime"} - case "k8s.io/apimachinery/pkg/apis/meta/v1": - return []string{"metav1"} - case "k8s.io/apimachinery/pkg/runtime/serializer/json": - return []string{"kjson"} - case "k8s.io/apimachinery/pkg/util/runtime": - return []string{"utilruntime"} - case "k8s.io/apimachinery/pkg/version": - return []string{"kversion"} - case "k8s.io/client-go/testing": - return []string{"ktesting"} - case "k8s.io/client-go/tools/clientcmd/api/v1": - return []string{"clientcmdv1"} - case "k8s.io/client-go/tools/metrics": - return []string{"kmetrics"} - case "sigs.k8s.io/cluster-api-provider-azure/pkg/apis/azureprovider/v1beta1": - return []string{"azureproviderv1beta1"} - case "sigs.k8s.io/controller-runtime": - return []string{"ctrl"} - } - return []string{""} } -func validateImports(path string, fset *token.FileSet, f *ast.File) (errs []error) { +func importedAs(spec *ast.ImportSpec) string { + if spec == nil { + return "" + } + + if spec.Name == nil { + return "" + } + + return spec.Name.Name +} + +func validateImports(path string, fset *token.FileSet, f *ast.File) []error { for _, prefix := range []string{ "pkg/client/", "pkg/database/cosmosdb/zz_generated_", @@ -212,62 +190,67 @@ func validateImports(path string, fset *token.FileSet, f *ast.File) (errs []erro } } -nextImport: + errs := make([]error, 0) + validator := initValidator() for _, imp := range f.Imports { - value := strings.Trim(imp.Path.Value, `"`) - - if imp.Name != nil && imp.Name.Name == "." { - //accept dotimports because we check them with golangci-lint - continue + if err := validator.validateImport(imp); err != nil { + errs = append(errs, err) } - - if imp.Name != nil && imp.Name.Name == "_" { - err := validateUnderscoreImport(value) - if err != nil { - errs = append(errs, err) - } - continue - } - - switch value { - case "sigs.k8s.io/yaml", "gopkg.in/yaml.v2": - errs = append(errs, fmt.Errorf("%s is imported; use github.com/ghodss/yaml", value)) - continue nextImport - case "github.com/google/uuid", "github.com/satori/go.uuid": - errs = append(errs, fmt.Errorf("%s is imported; use github.com/gofrs/uuid", value)) - continue nextImport - } - - if strings.HasPrefix(value, "github.com/Azure/azure-sdk-for-go/profiles") { - errs = append(errs, fmt.Errorf("%s is imported; use github.com/Azure/azure-sdk-for-go/services/*", value)) - continue - } - - if strings.HasSuffix(value, "/scheme") && - value != "k8s.io/client-go/kubernetes/scheme" { - errs = append(errs, fmt.Errorf("%s is imported; should probably use k8s.io/client-go/kubernetes/scheme", value)) - continue - } - - if isStandardLibrary(value) { - if imp.Name != nil { - errs = append(errs, fmt.Errorf("overridden import %s", value)) - } - continue - } - - names := acceptableNames(value) - if names == nil { - continue - } - for _, name := range names { - if name == "" && imp.Name == nil || - name != "" && imp.Name != nil && imp.Name.Name == name { - continue nextImport - } - } - errs = append(errs, fmt.Errorf("%s is imported as %q, should be %q", value, imp.Name, names)) } - return + return errs +} + +func (validator importValidator) validateImport(imp *ast.ImportSpec) error { + packageName := strings.Trim(imp.Path.Value, `"`) + + if imp.Name != nil && imp.Name.Name == "." { + //accept dotimports because we check them with golangci-lint + return nil + } + + if imp.Name != nil && imp.Name.Name == "_" { + err := validateUnderscoreImport(packageName) + if err != nil { + return err + } + return nil + } + + switch packageName { + case "sigs.k8s.io/yaml", "gopkg.in/yaml.v2": + return fmt.Errorf("%s is imported; use github.com/ghodss/yaml", packageName) + case "github.com/google/uuid", "github.com/satori/go.uuid": + return fmt.Errorf("%s is imported; use github.com/gofrs/uuid", packageName) + } + + if strings.HasPrefix(packageName, "github.com/Azure/azure-sdk-for-go/profiles") { + return fmt.Errorf("%s is imported; use github.com/Azure/azure-sdk-for-go/services/*", packageName) + } + + if strings.HasSuffix(packageName, "/scheme") && + packageName != "k8s.io/client-go/kubernetes/scheme" { + return fmt.Errorf("%s is imported; should probably use k8s.io/client-go/kubernetes/scheme", packageName) + } + + if isStandardLibrary(packageName) { + if imp.Name != nil { + return fmt.Errorf("overridden import %s", packageName) + } + return nil + } + + names := acceptableNamesRegex(packageName) + + if names == nil { + return nil + } + + importedAs := importedAs(imp) + err := validator.validateImportName(packageName, importedAs) + if err != nil { + return err + } + + return nil } diff --git a/pkg/api/v20220401/openshiftcluster_validatestatic.go b/pkg/api/v20220401/openshiftcluster_validatestatic.go index 7d3e8ca75..5d7390f27 100644 --- a/pkg/api/v20220401/openshiftcluster_validatestatic.go +++ b/pkg/api/v20220401/openshiftcluster_validatestatic.go @@ -75,6 +75,13 @@ func (sv openShiftClusterStaticValidator) validate(oc *OpenShiftCluster, isCreat return api.NewCloudError(http.StatusBadRequest, api.CloudErrorCodeInvalidParameter, "location", "The provided location '%s' is invalid.", oc.Location) } + // TODO: remove the VM name validation after https://bugzilla.redhat.com/show_bug.cgi?id=2093044 is resolved + if isCreate { + if !validate.OpenShiftClusterNameLength(oc.Name, oc.Location) { + return api.NewCloudError(http.StatusBadRequest, api.CloudErrorCodeInvalidParameter, "name", "The provided cluster name '%s' exceeds the maximum cluster name length of '%d'.", oc.Name, validate.MaxClusterNameLength) + } + } + return sv.validateProperties("properties", &oc.Properties, isCreate) } diff --git a/pkg/api/v20220401/openshiftcluster_validatestatic_test.go b/pkg/api/v20220401/openshiftcluster_validatestatic_test.go index f9962fbfd..df2b8e147 100644 --- a/pkg/api/v20220401/openshiftcluster_validatestatic_test.go +++ b/pkg/api/v20220401/openshiftcluster_validatestatic_test.go @@ -11,15 +11,19 @@ import ( "time" "github.com/Azure/go-autorest/autorest/azure" + "github.com/Azure/go-autorest/autorest/to" + "github.com/gofrs/uuid" "github.com/Azure/ARO-RP/pkg/api" - "github.com/Azure/ARO-RP/pkg/util/uuid" + apiValidate "github.com/Azure/ARO-RP/pkg/api/validate" "github.com/Azure/ARO-RP/pkg/util/version" "github.com/Azure/ARO-RP/test/validate" ) type validateTest struct { name string + clusterName *string + location *string current func(oc *OpenShiftCluster) modify func(oc *OpenShiftCluster) requireD2sV3Workers bool @@ -35,20 +39,23 @@ const ( var ( subscriptionID = "00000000-0000-0000-0000-000000000000" - id = fmt.Sprintf("/subscriptions/%s/resourcegroups/resourceGroup/providers/microsoft.redhatopenshift/openshiftclusters/resourceName", subscriptionID) ) -func validOpenShiftCluster() *OpenShiftCluster { +func getResourceID(clusterName string) string { + return fmt.Sprintf("/subscriptions/%s/resourcegroups/resourceGroup/providers/microsoft.redhatopenshift/openshiftclusters/%s", subscriptionID, clusterName) +} + +func validOpenShiftCluster(name, location string) *OpenShiftCluster { timestamp, err := time.Parse(time.RFC3339, "2021-01-23T12:34:54.0000000Z") if err != nil { panic(err) } oc := &OpenShiftCluster{ - ID: id, - Name: "resourceName", + ID: getResourceID(name), + Name: name, Type: "Microsoft.RedHatOpenShift/OpenShiftClusters", - Location: "location", + Location: location, Tags: Tags{ "key": "value", }, @@ -117,22 +124,31 @@ func runTests(t *testing.T, mode testMode, tests []*validateTest) { t.Run(string(mode), func(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(t *testing.T) { + // default values if not set + if tt.location == nil { + tt.location = to.StringPtr("location") + } + + if tt.clusterName == nil { + tt.clusterName = to.StringPtr("resourceName") + } + v := &openShiftClusterStaticValidator{ - location: "location", + location: *tt.location, domain: "location.aroapp.io", requireD2sV3Workers: tt.requireD2sV3Workers, - resourceID: id, + resourceID: getResourceID(*tt.clusterName), r: azure.Resource{ SubscriptionID: subscriptionID, ResourceGroup: "resourceGroup", Provider: "Microsoft.RedHatOpenShift", ResourceType: "openshiftClusters", - ResourceName: "resourceName", + ResourceName: *tt.clusterName, }, } validOCForTest := func() *OpenShiftCluster { - oc := validOpenShiftCluster() + oc := validOpenShiftCluster(*tt.clusterName, *tt.location) if tt.current != nil { tt.current(oc) } @@ -177,7 +193,11 @@ func runTests(t *testing.T, mode testMode, tests []*validateTest) { } func TestOpenShiftClusterStaticValidate(t *testing.T) { - tests := []*validateTest{ + clusterName19 := "19characters-aaaaaa" + clusterName30 := "thisis30characterslong-aaaaaa" + nonZonalRegion := "australiasoutheast" + + commonTests := []*validateTest{ { name: "valid", }, @@ -209,10 +229,38 @@ func TestOpenShiftClusterStaticValidate(t *testing.T) { }, wantErr: "400: InvalidParameter: location: The provided location 'invalid' is invalid.", }, + { + name: "valid - zonal regions can exceed max cluster name length", + clusterName: &clusterName30, + }, } - runTests(t, testModeCreate, tests) - runTests(t, testModeUpdate, tests) + createTests := []*validateTest{ + { + name: "invalid - non-zonal regions cannot exceed max cluster name length on cluster create", + clusterName: &clusterName30, + location: &nonZonalRegion, + wantErr: fmt.Sprintf("400: InvalidParameter: name: The provided cluster name '%s' exceeds the maximum cluster name length of '%d'.", clusterName30, apiValidate.MaxClusterNameLength), + }, + { + name: "valid - non-zonal region less than max cluster name length", + clusterName: &clusterName19, + location: &nonZonalRegion, + }, + } + + updateTests := []*validateTest{ + { + name: "valid - existing cluster names > max cluster name length still work on cluster update", + clusterName: &clusterName30, + location: &nonZonalRegion, + }, + } + + runTests(t, testModeCreate, commonTests) + runTests(t, testModeUpdate, commonTests) + runTests(t, testModeCreate, createTests) + runTests(t, testModeUpdate, updateTests) } func TestOpenShiftClusterStaticValidateProperties(t *testing.T) { @@ -846,7 +894,7 @@ func TestOpenShiftClusterStaticValidateDelta(t *testing.T) { { name: "clientId change", modify: func(oc *OpenShiftCluster) { - oc.Properties.ServicePrincipalProfile.ClientID = uuid.DefaultGenerator.Generate() + oc.Properties.ServicePrincipalProfile.ClientID = uuid.Must(uuid.NewV4()).String() }, }, { diff --git a/pkg/api/validate/dynamic/quota.go b/pkg/api/validate/dynamic/quota.go index 5fa0d58d8..61edc8c74 100644 --- a/pkg/api/validate/dynamic/quota.go +++ b/pkg/api/validate/dynamic/quota.go @@ -28,12 +28,18 @@ func addRequiredResources(requiredResources map[string]int, vmSize api.VMSize, c api.VMSizeStandardD16sV3: {CoreCount: 16, Family: "standardDSv3Family"}, api.VMSizeStandardD32sV3: {CoreCount: 32, Family: "standardDSv3Family"}, - api.VMSizeStandardE4sV3: {CoreCount: 4, Family: "standardESv3Family"}, - api.VMSizeStandardE8sV3: {CoreCount: 8, Family: "standardESv3Family"}, - api.VMSizeStandardE16sV3: {CoreCount: 16, Family: "standardESv3Family"}, - api.VMSizeStandardE32sV3: {CoreCount: 32, Family: "standardESv3Family"}, - api.VMSizeStandardE64isV3: {CoreCount: 64, Family: "standardESv3Family"}, - api.VMSizeStandardE64iV3: {CoreCount: 64, Family: "standardESv3Family"}, + api.VMSizeStandardE4sV3: {CoreCount: 4, Family: "standardESv3Family"}, + api.VMSizeStandardE8sV3: {CoreCount: 8, Family: "standardESv3Family"}, + api.VMSizeStandardE16sV3: {CoreCount: 16, Family: "standardESv3Family"}, + api.VMSizeStandardE32sV3: {CoreCount: 32, Family: "standardESv3Family"}, + api.VMSizeStandardE64isV3: {CoreCount: 64, Family: "standardESv3Family"}, + api.VMSizeStandardE64iV3: {CoreCount: 64, Family: "standardESv3Family"}, + api.VMSizeStandardE80isV4: {CoreCount: 80, Family: "standardEISv4Family"}, + api.VMSizeStandardE80idsV4: {CoreCount: 80, Family: "standardEIDSv4Family"}, + api.VMSizeStandardE104iV5: {CoreCount: 104, Family: "standardEIv5Family"}, + api.VMSizeStandardE104isV5: {CoreCount: 104, Family: "standardEISv5Family"}, + api.VMSizeStandardE104idV5: {CoreCount: 104, Family: "standardEIDv5Family"}, + api.VMSizeStandardE104idsV5: {CoreCount: 104, Family: "standardEIDSv5Family"}, api.VMSizeStandardF4sV2: {CoreCount: 4, Family: "standardFSv2Family"}, api.VMSizeStandardF8sV2: {CoreCount: 8, Family: "standardFSv2Family"}, diff --git a/pkg/api/validate/dynamic/sku_test.go b/pkg/api/validate/dynamic/sku_test.go index 1a31b013d..71c35aa06 100644 --- a/pkg/api/validate/dynamic/sku_test.go +++ b/pkg/api/validate/dynamic/sku_test.go @@ -23,22 +23,50 @@ func TestValidateVMSku(t *testing.T) { name string restrictions mgmtcompute.ResourceSkuRestrictionsReasonCode restrictionLocation *[]string + restrictedZones []string targetLocation string workerProfile1Sku string workerProfile2Sku string masterProfileSku string availableSku string + availableSku2 string restrictedSku string resourceSkusClientErr error wantErr string }{ { - name: "worker and master sku are valid", + name: "worker and master skus are valid", workerProfile1Sku: "Standard_D4s_v2", workerProfile2Sku: "Standard_D4s_v2", masterProfileSku: "Standard_D4s_v2", availableSku: "Standard_D4s_v2", }, + { + name: "worker and master skus are distinct, both valid", + workerProfile1Sku: "Standard_E104i_v5", + workerProfile2Sku: "Standard_E104i_v5", + masterProfileSku: "Standard_D4s_v2", + availableSku: "Standard_E104i_v5", + availableSku2: "Standard_D4s_v2", + }, + { + name: "worker and master skus are distinct, one invalid", + workerProfile1Sku: "Standard_E104i_v5", + workerProfile2Sku: "Standard_E104i_v5", + masterProfileSku: "Standard_D4s_v2", + availableSku: "Standard_E104i_v5", + availableSku2: "Standard_E104i_v5", + wantErr: "400: InvalidParameter: properties.masterProfile.VMSize: The selected SKU 'Standard_D4s_v2' is unavailable in region 'eastus'", + }, + { + name: "worker and master skus are distinct, both invalid", + workerProfile1Sku: "Standard_E104i_v5", + workerProfile2Sku: "Standard_E104i_v5", + masterProfileSku: "Standard_D4s_v2", + availableSku: "Standard_L8s_v2", + availableSku2: "Standard_L16s_v2", + wantErr: "400: InvalidParameter: properties.masterProfile.VMSize: The selected SKU 'Standard_D4s_v2' is unavailable in region 'eastus'", + }, { name: "unable to retrieve skus information", workerProfile1Sku: "Standard_D4s_v2", @@ -96,12 +124,30 @@ func TestValidateVMSku(t *testing.T) { restrictedSku: "Standard_L80", wantErr: "400: InvalidParameter: properties.masterProfile.VMSize: The selected SKU 'Standard_L80' is restricted in region 'eastus' for selected subscription", }, + { + name: "sku is restricted in a single zone", + restrictions: mgmtcompute.NotAvailableForSubscription, + restrictionLocation: &[]string{ + "eastus", + }, + restrictedZones: []string{"3"}, + workerProfile1Sku: "Standard_D4s_v2", + workerProfile2Sku: "Standard_D4s_v2", + masterProfileSku: "Standard_L80", + availableSku: "Standard_D4s_v2", + restrictedSku: "Standard_L80", + wantErr: "400: InvalidParameter: properties.masterProfile.VMSize: The selected SKU 'Standard_L80' is restricted in region 'eastus' for selected subscription", + }, } { t.Run(tt.name, func(t *testing.T) { if tt.targetLocation == "" { tt.targetLocation = "eastus" } + if tt.restrictedZones == nil { + tt.restrictedZones = []string{"1", "2", "3"} + } + controller := gomock.NewController(t) defer controller.Finish() @@ -132,11 +178,21 @@ func TestValidateVMSku(t *testing.T) { Capabilities: &[]mgmtcompute.ResourceSkuCapabilities{}, ResourceType: to.StringPtr("virtualMachines"), }, + { + Name: &tt.availableSku2, + Locations: &[]string{"eastus"}, + LocationInfo: &[]mgmtcompute.ResourceSkuLocationInfo{ + {Zones: &[]string{"1, 2, 3"}}, + }, + Restrictions: &[]mgmtcompute.ResourceSkuRestrictions{}, + Capabilities: &[]mgmtcompute.ResourceSkuCapabilities{}, + ResourceType: to.StringPtr("virtualMachines"), + }, { Name: &tt.restrictedSku, Locations: &[]string{tt.targetLocation}, LocationInfo: &[]mgmtcompute.ResourceSkuLocationInfo{ - {Zones: &[]string{"1, 2, 3"}}, + {Zones: &tt.restrictedZones}, }, Restrictions: &[]mgmtcompute.ResourceSkuRestrictions{ { diff --git a/pkg/api/validate/vm.go b/pkg/api/validate/vm.go index 79f8b19b5..88da91571 100644 --- a/pkg/api/validate/vm.go +++ b/pkg/api/validate/vm.go @@ -7,66 +7,88 @@ import ( "github.com/Azure/ARO-RP/pkg/api" ) +var supportedMasterVMSizes = map[api.VMSize]bool{ + // General purpose + api.VMSizeStandardD8sV3: true, + api.VMSizeStandardD16sV3: true, + api.VMSizeStandardD32sV3: true, + // Memory optimized + api.VMSizeStandardE64iV3: true, + api.VMSizeStandardE64isV3: true, + api.VMSizeStandardE80isV4: true, + api.VMSizeStandardE80idsV4: true, + api.VMSizeStandardE104iV5: true, + api.VMSizeStandardE104isV5: true, + api.VMSizeStandardE104idV5: true, + api.VMSizeStandardE104idsV5: true, + // Compute optimized + api.VMSizeStandardF72sV2: true, + // Memory and storage optimized + api.VMSizeStandardGS5: true, + api.VMSizeStandardG5: true, + // Memory and compute optimized + api.VMSizeStandardM128ms: true, +} + +var supportedWorkerVMSizes = map[api.VMSize]bool{ + // General purpose + api.VMSizeStandardD4asV4: true, + api.VMSizeStandardD8asV4: true, + api.VMSizeStandardD16asV4: true, + api.VMSizeStandardD32asV4: true, + api.VMSizeStandardD4sV3: true, + api.VMSizeStandardD8sV3: true, + api.VMSizeStandardD16sV3: true, + api.VMSizeStandardD32sV3: true, + // Memory optimized + api.VMSizeStandardE4sV3: true, + api.VMSizeStandardE8sV3: true, + api.VMSizeStandardE16sV3: true, + api.VMSizeStandardE32sV3: true, + api.VMSizeStandardE64isV3: true, + api.VMSizeStandardE64iV3: true, + api.VMSizeStandardE80isV4: true, + api.VMSizeStandardE80idsV4: true, + api.VMSizeStandardE104iV5: true, + api.VMSizeStandardE104isV5: true, + api.VMSizeStandardE104idV5: true, + api.VMSizeStandardE104idsV5: true, + // Compute optimized + api.VMSizeStandardF4sV2: true, + api.VMSizeStandardF8sV2: true, + api.VMSizeStandardF16sV2: true, + api.VMSizeStandardF32sV2: true, + api.VMSizeStandardF72sV2: true, + // Memory and storage optimized + api.VMSizeStandardG5: true, + api.VMSizeStandardGS5: true, + // Memory and compute optimized + api.VMSizeStandardM128ms: true, + // Storage optimized + api.VMSizeStandardL4s: true, + api.VMSizeStandardL8s: true, + api.VMSizeStandardL16s: true, + api.VMSizeStandardL32s: true, + api.VMSizeStandardL8sV2: true, + api.VMSizeStandardL16sV2: true, + api.VMSizeStandardL32sV2: true, + api.VMSizeStandardL48sV2: true, + api.VMSizeStandardL64sV2: true, +} + func DiskSizeIsValid(sizeGB int) bool { return sizeGB >= 128 } func VMSizeIsValid(vmSize api.VMSize, requiredD2sV3Workers, isMaster bool) bool { if isMaster { - switch vmSize { - case api.VMSizeStandardD8sV3, - api.VMSizeStandardD16sV3, - api.VMSizeStandardD32sV3, - api.VMSizeStandardE64iV3, - api.VMSizeStandardE64isV3, - api.VMSizeStandardF72sV2, - api.VMSizeStandardGS5, - api.VMSizeStandardG5, - api.VMSizeStandardM128ms: - return true - } - } else { - if requiredD2sV3Workers { - switch vmSize { - case api.VMSizeStandardD2sV3: - return true - } - } else { - switch vmSize { - case api.VMSizeStandardD4asV4, - api.VMSizeStandardD8asV4, - api.VMSizeStandardD16asV4, - api.VMSizeStandardD32asV4, - api.VMSizeStandardD4sV3, - api.VMSizeStandardD8sV3, - api.VMSizeStandardD16sV3, - api.VMSizeStandardD32sV3, - api.VMSizeStandardE4sV3, - api.VMSizeStandardE8sV3, - api.VMSizeStandardE16sV3, - api.VMSizeStandardE32sV3, - api.VMSizeStandardE64iV3, - api.VMSizeStandardE64isV3, - api.VMSizeStandardF4sV2, - api.VMSizeStandardF8sV2, - api.VMSizeStandardF16sV2, - api.VMSizeStandardF32sV2, - api.VMSizeStandardF72sV2, - api.VMSizeStandardG5, - api.VMSizeStandardGS5, - api.VMSizeStandardM128ms, - api.VMSizeStandardL4s, - api.VMSizeStandardL8s, - api.VMSizeStandardL16s, - api.VMSizeStandardL32s, - api.VMSizeStandardL8sV2, - api.VMSizeStandardL16sV2, - api.VMSizeStandardL32sV2, - api.VMSizeStandardL48sV2, - api.VMSizeStandardL64sV2: - return true - } - } + return supportedMasterVMSizes[vmSize] } + + if (supportedWorkerVMSizes[vmSize] && !requiredD2sV3Workers) || + (requiredD2sV3Workers && vmSize == api.VMSizeStandardD2sV3) { + return true + } + return false } diff --git a/pkg/cluster/cluster.go b/pkg/cluster/cluster.go index 6b4d2d65c..63a832e0e 100644 --- a/pkg/cluster/cluster.go +++ b/pkg/cluster/cluster.go @@ -10,10 +10,10 @@ import ( "github.com/Azure/go-autorest/autorest/azure" configclient "github.com/openshift/client-go/config/clientset/versioned" imageregistryclient "github.com/openshift/client-go/imageregistry/clientset/versioned" + machineclient "github.com/openshift/client-go/machine/clientset/versioned" operatorclient "github.com/openshift/client-go/operator/clientset/versioned" samplesclient "github.com/openshift/client-go/samples/clientset/versioned" securityclient "github.com/openshift/client-go/security/clientset/versioned" - maoclient "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned" mcoclient "github.com/openshift/machine-config-operator/pkg/generated/clientset/versioned" "github.com/sirupsen/logrus" extensionsclient "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset" @@ -89,7 +89,7 @@ type manager struct { kubernetescli kubernetes.Interface extensionscli extensionsclient.Interface - maocli maoclient.Interface + maocli machineclient.Interface mcocli mcoclient.Interface operatorcli operatorclient.Interface configcli configclient.Interface diff --git a/pkg/cluster/delete.go b/pkg/cluster/delete.go index f633405fc..8f99fa3f9 100644 --- a/pkg/cluster/delete.go +++ b/pkg/cluster/delete.go @@ -29,17 +29,36 @@ import ( "github.com/Azure/ARO-RP/pkg/util/stringutils" ) -func (m *manager) deleteNic(ctx context.Context, resource mgmtfeatures.GenericResourceExpanded) error { +// deleteNic deletes the network interface resource by first fetching the resource using the interface +// client, checking the provisioning state to ensure it is 'succeeded', and then deletes it +// If the nic is in a failed provisioning state, it will perform an empty CreateOrUpdate on it to put it back into +// a succeeded provisioning state. +// +// The resources client incorrectly reports provisioningState hence we must use the interface client to fetch +// this resource again so we get the correct provisioningState instead of always just "Succeeded" +func (m *manager) deleteNic(ctx context.Context, nicName string) error { resourceGroup := stringutils.LastTokenByte(m.doc.OpenShiftCluster.Properties.ClusterProfile.ResourceGroupID, '/') - if resource.ProvisioningState != nil && !strings.EqualFold(*resource.ProvisioningState, "succeeded") { - m.log.Printf("NIC '%s' is not in a succeeded provisioning state, attempting to reconcile prior to deletion.", *resource.ID) - err := m.interfaces.CreateOrUpdateAndWait(ctx, resourceGroup, *resource.Name, mgmtnetwork.Interface{}) + nic, err := m.interfaces.Get(ctx, resourceGroup, nicName, "") + + // nic is already gone which typically happens on PLS / PE nics + // as they are deleted in a different step + if detailedErr, ok := err.(autorest.DetailedError); ok && + detailedErr.StatusCode == http.StatusNotFound { + return nil + } + if err != nil { + return err + } + + if nic.ProvisioningState == mgmtnetwork.Failed { + m.log.Printf("NIC '%s' is in a Failed provisioning state, attempting to reconcile prior to deletion.", *nic.ID) + err := m.interfaces.CreateOrUpdateAndWait(ctx, resourceGroup, *nic.Name, mgmtnetwork.Interface{}) if err != nil { return err } } - return m.interfaces.DeleteAndWait(ctx, resourceGroup, *resource.Name) + return m.interfaces.DeleteAndWait(ctx, resourceGroup, *nic.Name) } func (m *manager) deletePrivateDNSVirtualNetworkLinks(ctx context.Context, resourceID string) error { @@ -147,7 +166,7 @@ var deleteOrder = map[string]int{ func (m *manager) deleteResources(ctx context.Context) error { resourceGroup := stringutils.LastTokenByte(m.doc.OpenShiftCluster.Properties.ClusterProfile.ResourceGroupID, '/') - resources, err := m.resources.ListByResourceGroup(ctx, resourceGroup, "", "provisioningState", nil) + resources, err := m.resources.ListByResourceGroup(ctx, resourceGroup, "", "", nil) if detailedErr, ok := err.(autorest.DetailedError); ok && (detailedErr.StatusCode == http.StatusNotFound || detailedErr.StatusCode == http.StatusForbidden) { @@ -203,7 +222,7 @@ func (m *manager) deleteResources(ctx context.Context) error { } case "microsoft.network/networkinterfaces": - err = m.deleteNic(ctx, *resource) + err = m.deleteNic(ctx, *resource.Name) if err != nil { return err } diff --git a/pkg/cluster/delete_test.go b/pkg/cluster/delete_test.go index 9abc5544e..de008c14d 100644 --- a/pkg/cluster/delete_test.go +++ b/pkg/cluster/delete_test.go @@ -6,10 +6,11 @@ package cluster import ( "context" "fmt" + "net/http" "testing" - mgmtfeatures "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-07-01/features" - "github.com/Azure/go-autorest/autorest/to" + mgmtnetwork "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-08-01/network" + "github.com/Azure/go-autorest/autorest" "github.com/golang/mock/gomock" "github.com/sirupsen/logrus" @@ -24,50 +25,63 @@ func TestDeleteNic(t *testing.T) { clusterRG := "cluster-rg" nicName := "nic-name" location := "eastus" + resourceId := fmt.Sprintf("/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/networkInterfaces/%s", subscription, clusterRG, nicName) + + nic := mgmtnetwork.Interface{ + Name: &nicName, + Location: &location, + ID: &resourceId, + InterfacePropertiesFormat: &mgmtnetwork.InterfacePropertiesFormat{}, + } tests := []struct { - name string - mocks func(*mock_network.MockInterfacesClient) - provisioningState *string - wantErr string + name string + mocks func(*mock_network.MockInterfacesClient) + wantErr string }{ { name: "nic is in succeeded provisioning state", mocks: func(networkInterfaces *mock_network.MockInterfacesClient) { + nic.InterfacePropertiesFormat.ProvisioningState = mgmtnetwork.Succeeded + networkInterfaces.EXPECT().Get(gomock.Any(), clusterRG, nicName, "").Return(nic, nil) networkInterfaces.EXPECT().DeleteAndWait(gomock.Any(), clusterRG, nicName).Return(nil) }, - provisioningState: to.StringPtr("SUCCEEDED"), }, { name: "nic is in failed provisioning state", mocks: func(networkInterfaces *mock_network.MockInterfacesClient) { + nic.InterfacePropertiesFormat.ProvisioningState = mgmtnetwork.Failed + networkInterfaces.EXPECT().Get(gomock.Any(), clusterRG, nicName, "").Return(nic, nil) networkInterfaces.EXPECT().CreateOrUpdateAndWait(gomock.Any(), clusterRG, nicName, gomock.Any()).Return(nil) networkInterfaces.EXPECT().DeleteAndWait(gomock.Any(), clusterRG, nicName).Return(nil) }, - provisioningState: to.StringPtr("FAILED"), }, { name: "provisioning state is failed and CreateOrUpdateAndWait returns error", mocks: func(networkInterfaces *mock_network.MockInterfacesClient) { + nic.InterfacePropertiesFormat.ProvisioningState = mgmtnetwork.Failed + networkInterfaces.EXPECT().Get(gomock.Any(), clusterRG, nicName, "").Return(nic, nil) networkInterfaces.EXPECT().CreateOrUpdateAndWait(gomock.Any(), clusterRG, nicName, gomock.Any()).Return(fmt.Errorf("Failed to update")) }, - provisioningState: to.StringPtr("FAILED"), - wantErr: "Failed to update", + wantErr: "Failed to update", + }, + { + name: "nic no longer exists - do nothing", + mocks: func(networkInterfaces *mock_network.MockInterfacesClient) { + notFound := autorest.DetailedError{ + StatusCode: http.StatusNotFound, + } + networkInterfaces.EXPECT().Get(gomock.Any(), clusterRG, nicName, "").Return(nic, notFound) + }, }, { name: "DeleteAndWait returns error", mocks: func(networkInterfaces *mock_network.MockInterfacesClient) { + nic.InterfacePropertiesFormat.ProvisioningState = mgmtnetwork.Succeeded + networkInterfaces.EXPECT().Get(gomock.Any(), clusterRG, nicName, "").Return(nic, nil) networkInterfaces.EXPECT().DeleteAndWait(gomock.Any(), clusterRG, nicName).Return(fmt.Errorf("Failed to delete")) }, - provisioningState: to.StringPtr("SUCCEEDED"), - wantErr: "Failed to delete", - }, - { - name: "provisioningState is nil", - mocks: func(networkInterfaces *mock_network.MockInterfacesClient) { - networkInterfaces.EXPECT().DeleteAndWait(gomock.Any(), clusterRG, nicName).Return(nil) - }, - provisioningState: nil, + wantErr: "Failed to delete", }, } @@ -97,13 +111,7 @@ func TestDeleteNic(t *testing.T) { interfaces: networkInterfaces, } - resource := mgmtfeatures.GenericResourceExpanded{ - Name: to.StringPtr(nicName), - ID: to.StringPtr(fmt.Sprintf("/subscriptions/%s/resourceGroups/%s/providers/Microsoft.Network/networkInterfaces/%s", subscription, clusterRG, nicName)), - ProvisioningState: tt.provisioningState, - } - - err := m.deleteNic(ctx, resource) + err := m.deleteNic(ctx, nicName) if err != nil && err.Error() != tt.wantErr { t.Errorf("got error: '%s'", err.Error()) } diff --git a/pkg/cluster/deploystorage.go b/pkg/cluster/deploystorage.go index cb0e4a923..dabe55aaf 100644 --- a/pkg/cluster/deploystorage.go +++ b/pkg/cluster/deploystorage.go @@ -8,7 +8,9 @@ import ( "crypto/rand" "encoding/hex" "encoding/json" + "fmt" "net/http" + "regexp" "strings" mgmtnetwork "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-08-01/network" @@ -20,8 +22,7 @@ import ( "github.com/openshift/installer/pkg/asset/releaseimage" "github.com/openshift/installer/pkg/asset/targets" "github.com/openshift/installer/pkg/asset/templates/content/bootkube" - "github.com/openshift/installer/pkg/types" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" + utilrand "k8s.io/apimachinery/pkg/util/rand" "github.com/Azure/ARO-RP/pkg/api" "github.com/Azure/ARO-RP/pkg/bootstraplogging" @@ -36,29 +37,14 @@ func (m *manager) createDNS(ctx context.Context) error { return m.dns.Create(ctx, m.doc.OpenShiftCluster) } -func (m *manager) ensureInfraID(ctx context.Context, installConfig *installconfig.InstallConfig) error { +func (m *manager) ensureInfraID(ctx context.Context) (err error) { if m.doc.OpenShiftCluster.Properties.InfraID != "" { - return nil - } - - g := graph.Graph{} - g.Set(&installconfig.InstallConfig{ - Config: &types.InstallConfig{ - ObjectMeta: metav1.ObjectMeta{ - Name: strings.ToLower(m.doc.OpenShiftCluster.Name), - }, - }, - }) - - err := g.Resolve(&installconfig.ClusterID{}) - if err != nil { return err } - - clusterID := g.Get(&installconfig.ClusterID{}).(*installconfig.ClusterID) - + // generate an infra ID that is 27 characters long with 5 bytes of them random + infraID := generateInfraID(strings.ToLower(m.doc.OpenShiftCluster.Name), 27, 5) m.doc, err = m.db.PatchWithLease(ctx, m.doc.Key, func(doc *api.OpenShiftClusterDocument) error { - doc.OpenShiftCluster.Properties.InfraID = clusterID.InfraID + doc.OpenShiftCluster.Properties.InfraID = infraID return nil }) return err @@ -69,7 +55,7 @@ func (m *manager) ensureResourceGroup(ctx context.Context) error { group := mgmtfeatures.ResourceGroup{ Location: &m.doc.OpenShiftCluster.Location, - ManagedBy: to.StringPtr(m.doc.OpenShiftCluster.ID), + ManagedBy: &m.doc.OpenShiftCluster.ID, } if m.env.IsLocalDevelopmentMode() { // grab tags so we do not accidently remove them on createOrUpdate, set purge tag to true for dev clusters @@ -124,29 +110,30 @@ func (m *manager) ensureResourceGroup(ctx context.Context) error { return m.env.EnsureARMResourceGroupRoleAssignment(ctx, m.fpAuthorizer, resourceGroup) } -func (m *manager) deployStorageTemplate(ctx context.Context, installConfig *installconfig.InstallConfig) error { +func (m *manager) deployStorageTemplate(ctx context.Context) error { resourceGroup := stringutils.LastTokenByte(m.doc.OpenShiftCluster.Properties.ClusterProfile.ResourceGroupID, '/') infraID := m.doc.OpenShiftCluster.Properties.InfraID clusterStorageAccountName := "cluster" + m.doc.OpenShiftCluster.Properties.StorageSuffix + azureRegion := strings.ToLower(m.doc.OpenShiftCluster.Location) // Used in k8s object names, so must pass DNS-1123 validation resources := []*arm.Resource{ - m.storageAccount(clusterStorageAccountName, installConfig.Config.Azure.Region, true), + m.storageAccount(clusterStorageAccountName, azureRegion, true), m.storageAccountBlobContainer(clusterStorageAccountName, "ignition"), m.storageAccountBlobContainer(clusterStorageAccountName, "aro"), - m.storageAccount(m.doc.OpenShiftCluster.Properties.ImageRegistryStorageAccountName, installConfig.Config.Azure.Region, true), + m.storageAccount(m.doc.OpenShiftCluster.Properties.ImageRegistryStorageAccountName, azureRegion, true), m.storageAccountBlobContainer(m.doc.OpenShiftCluster.Properties.ImageRegistryStorageAccountName, "image-registry"), - m.clusterNSG(infraID, installConfig.Config.Azure.Region), + m.clusterNSG(infraID, azureRegion), m.clusterServicePrincipalRBAC(), - m.networkPrivateLinkService(installConfig), - m.networkPublicIPAddress(installConfig, infraID+"-pip-v4"), - m.networkInternalLoadBalancer(installConfig), - m.networkPublicLoadBalancer(installConfig), + m.networkPrivateLinkService(azureRegion), + m.networkPublicIPAddress(azureRegion, infraID+"-pip-v4"), + m.networkInternalLoadBalancer(azureRegion), + m.networkPublicLoadBalancer(azureRegion), } if m.doc.OpenShiftCluster.Properties.IngressProfiles[0].Visibility == api.VisibilityPublic { resources = append(resources, - m.networkPublicIPAddress(installConfig, infraID+"-default-v4"), + m.networkPublicIPAddress(azureRegion, infraID+"-default-v4"), ) } @@ -166,33 +153,27 @@ func (m *manager) deployStorageTemplate(ctx context.Context, installConfig *inst t.Resources = append(t.Resources, m.denyAssignment()) } - return m.deployARMTemplate(ctx, resourceGroup, "storage", t, nil) + return arm.DeployTemplate(ctx, m.log, m.deployments, resourceGroup, "storage", t, nil) } -func (m *manager) ensureGraph(ctx context.Context, installConfig *installconfig.InstallConfig, image *releaseimage.Image) error { - resourceGroup := stringutils.LastTokenByte(m.doc.OpenShiftCluster.Properties.ClusterProfile.ResourceGroupID, '/') - clusterStorageAccountName := "cluster" + m.doc.OpenShiftCluster.Properties.StorageSuffix - infraID := m.doc.OpenShiftCluster.Properties.InfraID - - exists, err := m.graph.Exists(ctx, resourceGroup, clusterStorageAccountName) - if err != nil || exists { - return err - } - +// applyInstallConfigCustomisations modifies the InstallConfig and creates +// parent assets, then regenerates the InstallConfig for use for Ignition +// generation, etc. +func (m *manager) applyInstallConfigCustomisations(ctx context.Context, installConfig *installconfig.InstallConfig, image *releaseimage.Image) (graph.Graph, error) { clusterID := &installconfig.ClusterID{ UUID: m.doc.ID, - InfraID: infraID, + InfraID: m.doc.OpenShiftCluster.Properties.InfraID, } bootstrapLoggingConfig, err := bootstraplogging.GetConfig(m.env, m.doc) if err != nil { - return err + return nil, err } httpSecret := make([]byte, 64) _, err = rand.Read(httpSecret) if err != nil { - return err + return nil, err } imageRegistryConfig := &bootkube.AROImageRegistryConfig{ @@ -218,7 +199,7 @@ func (m *manager) ensureGraph(ctx context.Context, installConfig *installconfig. for _, a := range targets.Cluster { err = g.Resolve(a) if err != nil { - return err + return nil, err } } @@ -226,10 +207,22 @@ func (m *manager) ensureGraph(ctx context.Context, installConfig *installconfig. if m.doc.OpenShiftCluster.Properties.NetworkProfile.MTUSize == api.MTU3900 { m.log.Printf("applying feature flag %s", api.FeatureFlagMTU3900) if err = m.overrideEthernetMTU(g); err != nil { - return err + return nil, err } } + return g, nil +} + +func (m *manager) persistGraph(ctx context.Context, g graph.Graph) error { + resourceGroup := stringutils.LastTokenByte(m.doc.OpenShiftCluster.Properties.ClusterProfile.ResourceGroupID, '/') + clusterStorageAccountName := "cluster" + m.doc.OpenShiftCluster.Properties.StorageSuffix + + exists, err := m.graph.Exists(ctx, resourceGroup, clusterStorageAccountName) + if err != nil || exists { + return err + } + // the graph is quite big, so we store it in a storage account instead of in cosmosdb return m.graph.Save(ctx, resourceGroup, clusterStorageAccountName, g) } @@ -300,3 +293,29 @@ func (m *manager) setMasterSubnetPolicies(ctx context.Context) error { return m.subnet.CreateOrUpdate(ctx, m.doc.OpenShiftCluster.Properties.MasterProfile.SubnetID, s) } + +// generateInfraID take base and returns a ID that +// - is of length maxLen +// - contains randomLen random bytes +// - only contains `alphanum` or `-` +// see openshift/installer/pkg/asset/installconfig/clusterid.go for original implementation +func generateInfraID(base string, maxLen int, randomLen int) string { + maxBaseLen := maxLen - (randomLen + 1) + + // replace all characters that are not `alphanum` or `-` with `-` + re := regexp.MustCompile("[^A-Za-z0-9-]") + base = re.ReplaceAllString(base, "-") + + // replace all multiple dashes in a sequence with single one. + re = regexp.MustCompile(`-{2,}`) + base = re.ReplaceAllString(base, "-") + + // truncate to maxBaseLen + if len(base) > maxBaseLen { + base = base[:maxBaseLen] + } + base = strings.TrimRight(base, "-") + + // add random chars to the end to randomize + return fmt.Sprintf("%s-%s", base, utilrand.String(randomLen)) +} diff --git a/pkg/cluster/deploystorage_resources.go b/pkg/cluster/deploystorage_resources.go index 3a40f25a7..6dbc39d51 100644 --- a/pkg/cluster/deploystorage_resources.go +++ b/pkg/cluster/deploystorage_resources.go @@ -10,7 +10,6 @@ import ( mgmtauthorization "github.com/Azure/azure-sdk-for-go/services/preview/authorization/mgmt/2018-09-01-preview/authorization" mgmtstorage "github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage" "github.com/Azure/go-autorest/autorest/to" - "github.com/openshift/installer/pkg/asset/installconfig" "github.com/Azure/ARO-RP/pkg/api" "github.com/Azure/ARO-RP/pkg/util/arm" @@ -80,11 +79,11 @@ func (m *manager) clusterServicePrincipalRBAC() *arm.Resource { func (m *manager) storageAccount(name, region string, encrypted bool) *arm.Resource { virtualNetworkRules := []mgmtstorage.VirtualNetworkRule{ { - VirtualNetworkResourceID: to.StringPtr(m.doc.OpenShiftCluster.Properties.MasterProfile.SubnetID), + VirtualNetworkResourceID: &m.doc.OpenShiftCluster.Properties.MasterProfile.SubnetID, Action: mgmtstorage.Allow, }, { - VirtualNetworkResourceID: to.StringPtr(m.doc.OpenShiftCluster.Properties.WorkerProfiles[0].SubnetID), + VirtualNetworkResourceID: &m.doc.OpenShiftCluster.Properties.WorkerProfiles[0].SubnetID, Action: mgmtstorage.Allow, }, { @@ -177,7 +176,7 @@ func (m *manager) storageAccountBlobContainer(storageAccountName, name string) * } } -func (m *manager) networkPrivateLinkService(installConfig *installconfig.InstallConfig) *arm.Resource { +func (m *manager) networkPrivateLinkService(azureRegion string) *arm.Resource { return &arm.Resource{ Resource: &mgmtnetwork.PrivateLinkService{ PrivateLinkServiceProperties: &mgmtnetwork.PrivateLinkServiceProperties{ @@ -190,7 +189,7 @@ func (m *manager) networkPrivateLinkService(installConfig *installconfig.Install { PrivateLinkServiceIPConfigurationProperties: &mgmtnetwork.PrivateLinkServiceIPConfigurationProperties{ Subnet: &mgmtnetwork.Subnet{ - ID: to.StringPtr(m.doc.OpenShiftCluster.Properties.MasterProfile.SubnetID), + ID: &m.doc.OpenShiftCluster.Properties.MasterProfile.SubnetID, }, }, Name: to.StringPtr(m.doc.OpenShiftCluster.Properties.InfraID + "-pls-nic"), @@ -209,7 +208,7 @@ func (m *manager) networkPrivateLinkService(installConfig *installconfig.Install }, Name: to.StringPtr(m.doc.OpenShiftCluster.Properties.InfraID + "-pls"), Type: to.StringPtr("Microsoft.Network/privateLinkServices"), - Location: &installConfig.Config.Azure.Region, + Location: &azureRegion, }, APIVersion: azureclient.APIVersion("Microsoft.Network"), DependsOn: []string{ @@ -245,7 +244,7 @@ func (m *manager) networkPrivateEndpoint() *arm.Resource { } } -func (m *manager) networkPublicIPAddress(installConfig *installconfig.InstallConfig, name string) *arm.Resource { +func (m *manager) networkPublicIPAddress(azureRegion string, name string) *arm.Resource { return &arm.Resource{ Resource: &mgmtnetwork.PublicIPAddress{ Sku: &mgmtnetwork.PublicIPAddressSku{ @@ -256,13 +255,13 @@ func (m *manager) networkPublicIPAddress(installConfig *installconfig.InstallCon }, Name: &name, Type: to.StringPtr("Microsoft.Network/publicIPAddresses"), - Location: &installConfig.Config.Azure.Region, + Location: &azureRegion, }, APIVersion: azureclient.APIVersion("Microsoft.Network"), } } -func (m *manager) networkInternalLoadBalancer(installConfig *installconfig.InstallConfig) *arm.Resource { +func (m *manager) networkInternalLoadBalancer(azureRegion string) *arm.Resource { return &arm.Resource{ Resource: &mgmtnetwork.LoadBalancer{ Sku: &mgmtnetwork.LoadBalancerSku{ @@ -282,7 +281,7 @@ func (m *manager) networkInternalLoadBalancer(installConfig *installconfig.Insta }, BackendAddressPools: &[]mgmtnetwork.BackendAddressPool{ { - Name: to.StringPtr(m.doc.OpenShiftCluster.Properties.InfraID), + Name: &m.doc.OpenShiftCluster.Properties.InfraID, }, { Name: to.StringPtr("ssh-0"), @@ -429,13 +428,13 @@ func (m *manager) networkInternalLoadBalancer(installConfig *installconfig.Insta }, Name: to.StringPtr(m.doc.OpenShiftCluster.Properties.InfraID + "-internal"), Type: to.StringPtr("Microsoft.Network/loadBalancers"), - Location: &installConfig.Config.Azure.Region, + Location: &azureRegion, }, APIVersion: azureclient.APIVersion("Microsoft.Network"), } } -func (m *manager) networkPublicLoadBalancer(installConfig *installconfig.InstallConfig) *arm.Resource { +func (m *manager) networkPublicLoadBalancer(azureRegion string) *arm.Resource { lb := &mgmtnetwork.LoadBalancer{ Sku: &mgmtnetwork.LoadBalancerSku{ Name: mgmtnetwork.LoadBalancerSkuNameStandard, @@ -476,9 +475,9 @@ func (m *manager) networkPublicLoadBalancer(installConfig *installconfig.Install }, }, }, - Name: to.StringPtr(m.doc.OpenShiftCluster.Properties.InfraID), + Name: &m.doc.OpenShiftCluster.Properties.InfraID, Type: to.StringPtr("Microsoft.Network/loadBalancers"), - Location: &installConfig.Config.Azure.Region, + Location: &azureRegion, } if m.doc.OpenShiftCluster.Properties.APIServerProfile.Visibility == api.VisibilityPublic { diff --git a/pkg/cluster/fixmcsuserdata.go b/pkg/cluster/fixmcsuserdata.go index 98e6bc821..fccce111d 100644 --- a/pkg/cluster/fixmcsuserdata.go +++ b/pkg/cluster/fixmcsuserdata.go @@ -78,17 +78,18 @@ func (m *manager) enumerateUserDataSecrets(ctx context.Context) map[corev1.Secre } func getUserDataSecretReference(objMeta *metav1.ObjectMeta, spec *machinev1beta1.MachineSpec) (*corev1.SecretReference, error) { - if spec.ProviderSpec.Value == nil || objMeta == nil { + if spec.ProviderSpec.Value == nil { return nil, nil } - obj, _, err := scheme.Codecs.UniversalDeserializer().Decode(spec.ProviderSpec.Value.Raw, nil, nil) + o, _, err := scheme.Codecs.UniversalDeserializer().Decode(spec.ProviderSpec.Value.Raw, nil, nil) if err != nil { return nil, err } - machineProviderSpec, ok := obj.(*machinev1beta1.AzureMachineProviderSpec) + + machineProviderSpec, ok := o.(*machinev1beta1.AzureMachineProviderSpec) if !ok { - return nil, fmt.Errorf("machine %s: failed to read provider spec: %T", spec.Name, obj) + return nil, fmt.Errorf("failed to read provider spec: %T", o) } if machineProviderSpec.UserDataSecret == nil { diff --git a/pkg/cluster/gatewayprivateendpoint.go b/pkg/cluster/gatewayprivateendpoint.go index bd7d96786..bd9c859ef 100644 --- a/pkg/cluster/gatewayprivateendpoint.go +++ b/pkg/cluster/gatewayprivateendpoint.go @@ -33,7 +33,7 @@ func (m *manager) ensureGatewayUpgrade(ctx context.Context) error { ContentVersion: "1.0.0.0", Resources: []*arm.Resource{m.networkPrivateEndpoint()}, } - err = arm.DeployTemplate(ctx, m.log, m.deployments, resourceGroup, "gatewayprivateendpoint", t, nil) + err = arm.DeployTemplate(ctx, m.log, m.deployments, resourceGroup, "storage", t, nil) if err != nil { m.log.Print(err) return nil diff --git a/pkg/cluster/install.go b/pkg/cluster/install.go index 1e275a3a6..597302341 100644 --- a/pkg/cluster/install.go +++ b/pkg/cluster/install.go @@ -10,17 +10,18 @@ import ( configclient "github.com/openshift/client-go/config/clientset/versioned" imageregistryclient "github.com/openshift/client-go/imageregistry/clientset/versioned" + machineclient "github.com/openshift/client-go/machine/clientset/versioned" operatorclient "github.com/openshift/client-go/operator/clientset/versioned" samplesclient "github.com/openshift/client-go/samples/clientset/versioned" securityclient "github.com/openshift/client-go/security/clientset/versioned" "github.com/openshift/installer/pkg/asset/installconfig" "github.com/openshift/installer/pkg/asset/releaseimage" - maoclient "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned" mcoclient "github.com/openshift/machine-config-operator/pkg/generated/clientset/versioned" extensionsclient "k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset" "k8s.io/client-go/kubernetes" "github.com/Azure/ARO-RP/pkg/api" + "github.com/Azure/ARO-RP/pkg/cluster/graph" aroclient "github.com/Azure/ARO-RP/pkg/operator/clientset/versioned" "github.com/Azure/ARO-RP/pkg/operator/deploy" "github.com/Azure/ARO-RP/pkg/util/restconfig" @@ -161,12 +162,14 @@ func (m *manager) Install(ctx context.Context) error { var ( installConfig *installconfig.InstallConfig image *releaseimage.Image + g graph.Graph ) steps := map[api.InstallPhase][]steps.Step{ api.InstallPhaseBootstrap: { steps.AuthorizationRefreshingAction(m.fpAuthorizer, steps.Action(m.validateResources)), steps.Action(m.ensureACRToken), + steps.Action(m.ensureInfraID), steps.Action(m.generateSSHKey), steps.Action(m.populateMTUSize), steps.Action(func(ctx context.Context) error { @@ -177,20 +180,22 @@ func (m *manager) Install(ctx context.Context) error { steps.Action(m.createDNS), steps.Action(m.initializeClusterSPClients), // must run before clusterSPObjectID steps.Action(m.clusterSPObjectID), - steps.Action(func(ctx context.Context) error { - return m.ensureInfraID(ctx, installConfig) - }), steps.AuthorizationRefreshingAction(m.fpAuthorizer, steps.Action(m.ensureResourceGroup)), steps.AuthorizationRefreshingAction(m.fpAuthorizer, steps.Action(m.enableServiceEndpoints)), steps.AuthorizationRefreshingAction(m.fpAuthorizer, steps.Action(m.setMasterSubnetPolicies)), - steps.AuthorizationRefreshingAction(m.fpAuthorizer, steps.Action(func(ctx context.Context) error { - return m.deployStorageTemplate(ctx, installConfig) - })), + steps.AuthorizationRefreshingAction(m.fpAuthorizer, steps.Action(m.deployStorageTemplate)), steps.AuthorizationRefreshingAction(m.fpAuthorizer, steps.Action(m.updateAPIIPEarly)), steps.AuthorizationRefreshingAction(m.fpAuthorizer, steps.Action(m.createOrUpdateRouterIPEarly)), steps.AuthorizationRefreshingAction(m.fpAuthorizer, steps.Action(m.ensureGatewayCreate)), steps.Action(func(ctx context.Context) error { - return m.ensureGraph(ctx, installConfig, image) + var err error + // Applies ARO-specific customisations to the InstallConfig + g, err = m.applyInstallConfigCustomisations(ctx, installConfig, image) + return err + }), + steps.Action(func(ctx context.Context) error { + // saves the graph to storage account + return m.persistGraph(ctx, g) }), steps.AuthorizationRefreshingAction(m.fpAuthorizer, steps.Action(m.attachNSGs)), steps.AuthorizationRefreshingAction(m.fpAuthorizer, steps.Action(m.generateKubeconfigs)), @@ -296,7 +301,7 @@ func (m *manager) initializeKubernetesClients(ctx context.Context) error { return err } - m.maocli, err = maoclient.NewForConfig(restConfig) + m.maocli, err = machineclient.NewForConfig(restConfig) if err != nil { return err } diff --git a/pkg/cluster/storageaccounts.go b/pkg/cluster/storageaccounts.go index 89d512c2b..d16658afd 100644 --- a/pkg/cluster/storageaccounts.go +++ b/pkg/cluster/storageaccounts.go @@ -5,6 +5,7 @@ package cluster import ( "context" + "fmt" "strings" mgmtnetwork "github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-08-01/network" @@ -24,7 +25,11 @@ func (m *manager) enableServiceEndpoints(ctx context.Context) error { } for _, wp := range m.doc.OpenShiftCluster.Properties.WorkerProfiles { - subnets = append(subnets, wp.SubnetID) + if len(wp.SubnetID) > 0 { + subnets = append(subnets, wp.SubnetID) + } else { + return fmt.Errorf("WorkerProfile '%s' has no SubnetID; check that the corresponding MachineSet is valid", wp.Name) + } } for _, subnetId := range subnets { @@ -81,7 +86,7 @@ func (m *manager) migrateStorageAccounts(ctx context.Context) error { }, } - return m.deployARMTemplate(ctx, resourceGroup, "storage", t, nil) + return arm.DeployTemplate(ctx, m.log, m.deployments, resourceGroup, "storage", t, nil) } func (m *manager) populateRegistryStorageAccountName(ctx context.Context) error { diff --git a/pkg/deploy/assets/env-development.json b/pkg/deploy/assets/env-development.json index 4db17bd75..bb016714c 100644 --- a/pkg/deploy/assets/env-development.json +++ b/pkg/deploy/assets/env-development.json @@ -190,6 +190,7 @@ }, "osDisk": { "createOption": "FromImage", + "diskSizeGB": 200, "managedDisk": { "storageAccountType": "Premium_LRS" } @@ -235,7 +236,7 @@ "autoUpgradeMinorVersion": true, "settings": {}, "protectedSettings": { - "script": "[base64(concat(base64ToString('c2V0IC1lCgo='),'CIAZPTOKEN=''',parameters('ciAzpToken'),'''\n','CIPOOLNAME=''',parameters('ciPoolName'),'''\n','\n',base64ToString('CiMgSGFjayAtIHdhaXQgb24gY3JlYXRlIGJlY2F1c2UgdGhlIFdBTGludXhBZ2VudCBzb21ldGltZXMgY29uZmxpY3RzIHdpdGggdGhlIHl1bSB1cGRhdGUgLXkgYmVsb3cKc2xlZXAgNjAKCmZvciBhdHRlbXB0IGluIHsxLi41fTsgZG8KICB5dW0gLXkgdXBkYXRlIC14IFdBTGludXhBZ2VudCAmJiBicmVhawogIGlmIFtbICR7YXR0ZW1wdH0gLWx0IDUgXV07IHRoZW4gc2xlZXAgMTA7IGVsc2UgZXhpdCAxOyBmaQpkb25lCgpsdmV4dGVuZCAtbCArNTAlRlJFRSAvZGV2L3Jvb3R2Zy9ob21lbHYKeGZzX2dyb3dmcyAvaG9tZQoKbHZleHRlbmQgLWwgKzUwJUZSRUUgL2Rldi9yb290dmcvdG1wbHYKeGZzX2dyb3dmcyAvdG1wCgpsdmV4dGVuZCAtbCArMTAwJUZSRUUgL2Rldi9yb290dmcvdmFybHYKeGZzX2dyb3dmcyAvdmFyCgpycG0gLS1pbXBvcnQgaHR0cHM6Ly9kbC5mZWRvcmFwcm9qZWN0Lm9yZy9wdWIvZXBlbC9SUE0tR1BHLUtFWS1FUEVMLTgKcnBtIC0taW1wb3J0IGh0dHBzOi8vcGFja2FnZXMubWljcm9zb2Z0LmNvbS9rZXlzL21pY3Jvc29mdC5hc2MKCnl1bSAteSBpbnN0YWxsIGh0dHBzOi8vZGwuZmVkb3JhcHJvamVjdC5vcmcvcHViL2VwZWwvZXBlbC1yZWxlYXNlLWxhdGVzdC04Lm5vYXJjaC5ycG0KCmNhdCA+L2V0Yy95dW0ucmVwb3MuZC9henVyZS5yZXBvIDw8J0VPRicKW2F6dXJlLWNsaV0KbmFtZT1henVyZS1jbGkKYmFzZXVybD1odHRwczovL3BhY2thZ2VzLm1pY3Jvc29mdC5jb20veXVtcmVwb3MvYXp1cmUtY2xpCmVuYWJsZWQ9eWVzCmdwZ2NoZWNrPXllcwpFT0YKCnl1bSAteSBpbnN0YWxsIGF6dXJlLWNsaSBwb2RtYW4gcG9kbWFuLWRvY2tlciBqcSBnY2MgZ3BnbWUtZGV2ZWwgbGliYXNzdWFuLWRldmVsIGdpdCBtYWtlIHRtcHdhdGNoIHB5dGhvbjMtZGV2ZWwgZ28tdG9vbHNldC0xLjE2LjEyLTEubW9kdWxlK2VsOC41LjArMTM2MzcrOTYwYzc3NzEKCiMgU3VwcHJlc3MgZW11bGF0aW9uIG91dHB1dCBmb3IgcG9kbWFuIGluc3RlYWQgb2YgZG9ja2VyIGZvciBheiBhY3IgY29tcGF0YWJpbGl0eQpta2RpciAtcCAvZXRjL2NvbnRhaW5lcnMvCnRvdWNoIC9ldGMvY29udGFpbmVycy9ub2RvY2tlcgoKVlNUU19BR0VOVF9WRVJTSU9OPTIuMTkzLjEKbWtkaXIgL2hvbWUvY2xvdWQtdXNlci9hZ2VudApwdXNoZCAvaG9tZS9jbG91ZC11c2VyL2FnZW50CmN1cmwgaHR0cHM6Ly92c3RzYWdlbnRwYWNrYWdlLmF6dXJlZWRnZS5uZXQvYWdlbnQvJHtWU1RTX0FHRU5UX1ZFUlNJT059L3ZzdHMtYWdlbnQtbGludXgteDY0LSR7VlNUU19BR0VOVF9WRVJTSU9OfS50YXIuZ3ogfCB0YXIgLXh6CmNob3duIC1SIGNsb3VkLXVzZXI6Y2xvdWQtdXNlciAuCgouL2Jpbi9pbnN0YWxsZGVwZW5kZW5jaWVzLnNoCnN1ZG8gLXUgY2xvdWQtdXNlciAuL2NvbmZpZy5zaCAtLXVuYXR0ZW5kZWQgLS11cmwgaHR0cHM6Ly9kZXYuYXp1cmUuY29tL21zYXp1cmUgLS1hdXRoIHBhdCAtLXRva2VuICIkQ0lBWlBUT0tFTiIgLS1wb29sICIkQ0lQT09MTkFNRSIgLS1hZ2VudCAiQVJPLVJIRUwtJEhPU1ROQU1FIiAtLXJlcGxhY2UKLi9zdmMuc2ggaW5zdGFsbCBjbG91ZC11c2VyCnBvcGQKCmNhdCA+L2hvbWUvY2xvdWQtdXNlci9hZ2VudC8ucGF0aCA8PCdFT0YnCi91c3IvbG9jYWwvYmluOi91c3IvYmluOi91c3IvbG9jYWwvc2JpbjovdXNyL3NiaW46L2hvbWUvY2xvdWQtdXNlci8ubG9jYWwvYmluOi9ob21lL2Nsb3VkLXVzZXIvYmluCkVPRgoKIyBIQUNLIGZvciBYREdfUlVOVElNRV9ESVI6IGh0dHBzOi8vZ2l0aHViLmNvbS9jb250YWluZXJzL3BvZG1hbi9pc3N1ZXMvNDI3CmNhdCA+L2hvbWUvY2xvdWQtdXNlci9hZ2VudC8uZW52IDw8J0VPRicKZ28tMS4xNj10cnVlCkdPTEFOR19GSVBTPTEKWERHX1JVTlRJTUVfRElSPS9ydW4vdXNlci8xMDAwCkVPRgoKY2F0ID4vZXRjL2Nyb24uaG91cmx5L3RtcHdhdGNoIDw8J0VPRicKIyEvYmluL2Jhc2gKCmV4ZWMgL3NiaW4vdG1wd2F0Y2ggMjRoIC90bXAKRU9GCmNobW9kICt4IC9ldGMvY3Jvbi5ob3VybHkvdG1wd2F0Y2gKCiMgSEFDSyAtIHBvZG1hbiBkb2Vzbid0IGFsd2F5cyB0ZXJtaW5hdGUgb3IgY2xlYW4gdXAgaXQncyBwYXVzZS5waWQgZmlsZSBjYXVzaW5nCiMgJ2Nhbm5vdCByZWV4ZWMgZXJyb3JzJyBzbyBhdHRlbXB0IHRvIGNsZWFuIGl0IHVwIGV2ZXJ5IG1pbnV0ZSB0byBrZWVwIHBpcGVsaW5lcyBydW5uaW5nCiMgc21vb3RobHkKY2F0ID4vdXNyL2xvY2FsL2Jpbi9maXgtcG9kbWFuLXBhdXNlLnNoIDw8J0VPRicKIyEvYmluL2Jhc2gKClBBVVNFX0ZJTEU9Jy90bXAvcG9kbWFuLXJ1bi0xMDAwL2xpYnBvZC90bXAvcGF1c2UucGlkJwoKaWYgWyAtZiAiJHtQQVVTRV9GSUxFfSIgXTsgdGhlbgoJUElEPSQoY2F0ICR7UEFVU0VfRklMRX0pCglpZiAhIHBzIC1wICRQSUQgPiAvZGV2L251bGw7IHRoZW4KCQlybSAkUEFVU0VfRklMRQoJZmkKZmkKRU9GCmNobW9kICt4IC91c3IvbG9jYWwvYmluL2ZpeC1wb2RtYW4tcGF1c2Uuc2gKCiMgSEFDSyAtIC90bXAgd2lsbCBmaWxsIHVwIGNhdXNpbmcgYnVpbGQgZmFpbHVyZXMKIyBkZWxldGUgYW55dGhpbmcgbm90IGFjY2Vzc2VkIHdpdGhpbiAyIGRheXMKY2F0ID4vdXNyL2xvY2FsL2Jpbi9jbGVhbi10bXAuc2ggPDwnRU9GJwojIS9iaW4vYmFzaAoKZmluZCAvdG1wIC10eXBlIGYgXCggISAtdXNlciByb290IFwpIC1hdGltZSArMiAtZGVsZXRlCgpFT0YKY2htb2QgK3ggL3Vzci9sb2NhbC9iaW4vY2xlYW4tdG1wLnNoCgplY2hvICIwIDAgKi8xICogKiAvdXNyL2xvY2FsL2Jpbi9jbGVhbi10bXAuc2giID4+IGNyb24KZWNobyAiKiAqICogKiAqIC91c3IvbG9jYWwvYmluL2ZpeC1wb2RtYW4tcGF1c2Uuc2giID4+IGNyb24KCiMgSEFDSyAtIGh0dHBzOi8vZ2l0aHViLmNvbS9jb250YWluZXJzL3BvZG1hbi9pc3N1ZXMvOTAwMgplY2hvICJAcmVib290IGxvZ2luY3RsIGVuYWJsZS1saW5nZXIgY2xvdWQtdXNlciIgPj4gY3JvbgoKY3JvbnRhYiBjcm9uCnJtIGNyb24KCihzbGVlcCAzMDsgcmVib290KSAmCg==')))]" + "script": "[base64(concat(base64ToString('c2V0IC1lCgo='),'CIAZPTOKEN=''',parameters('ciAzpToken'),'''\n','CIPOOLNAME=''',parameters('ciPoolName'),'''\n','\n',base64ToString('CiMgSGFjayAtIHdhaXQgb24gY3JlYXRlIGJlY2F1c2UgdGhlIFdBTGludXhBZ2VudCBzb21ldGltZXMgY29uZmxpY3RzIHdpdGggdGhlIHl1bSB1cGRhdGUgLXkgYmVsb3cKc2xlZXAgNjAKCmZvciBhdHRlbXB0IGluIHsxLi41fTsgZG8KICB5dW0gLXkgdXBkYXRlIC14IFdBTGludXhBZ2VudCAmJiBicmVhawogIGlmIFtbICR7YXR0ZW1wdH0gLWx0IDUgXV07IHRoZW4gc2xlZXAgMTA7IGVsc2UgZXhpdCAxOyBmaQpkb25lCgpsdmV4dGVuZCAtbCArNTAlRlJFRSAvZGV2L3Jvb3R2Zy9ob21lbHYKeGZzX2dyb3dmcyAvaG9tZQoKbHZleHRlbmQgLWwgKzUwJUZSRUUgL2Rldi9yb290dmcvdG1wbHYKeGZzX2dyb3dmcyAvdG1wCgpsdmV4dGVuZCAtbCArMTAwJUZSRUUgL2Rldi9yb290dmcvdmFybHYKeGZzX2dyb3dmcyAvdmFyCgpycG0gLS1pbXBvcnQgaHR0cHM6Ly9kbC5mZWRvcmFwcm9qZWN0Lm9yZy9wdWIvZXBlbC9SUE0tR1BHLUtFWS1FUEVMLTgKcnBtIC0taW1wb3J0IGh0dHBzOi8vcGFja2FnZXMubWljcm9zb2Z0LmNvbS9rZXlzL21pY3Jvc29mdC5hc2MKCnl1bSAteSBpbnN0YWxsIGh0dHBzOi8vZGwuZmVkb3JhcHJvamVjdC5vcmcvcHViL2VwZWwvZXBlbC1yZWxlYXNlLWxhdGVzdC04Lm5vYXJjaC5ycG0KCmNhdCA+L2V0Yy95dW0ucmVwb3MuZC9henVyZS5yZXBvIDw8J0VPRicKW2F6dXJlLWNsaV0KbmFtZT1henVyZS1jbGkKYmFzZXVybD1odHRwczovL3BhY2thZ2VzLm1pY3Jvc29mdC5jb20veXVtcmVwb3MvYXp1cmUtY2xpCmVuYWJsZWQ9eWVzCmdwZ2NoZWNrPXllcwpFT0YKCnl1bSAteSBpbnN0YWxsIGF6dXJlLWNsaSBwb2RtYW4gcG9kbWFuLWRvY2tlciBqcSBnY2MgZ3BnbWUtZGV2ZWwgbGliYXNzdWFuLWRldmVsIGdpdCBtYWtlIHRtcHdhdGNoIHB5dGhvbjMtZGV2ZWwgaHRvcCBnby10b29sc2V0LTEuMTcuNy0xLm1vZHVsZStlbDguNi4wKzE0Mjk3KzMyYTE1ZTE5CgojIFN1cHByZXNzIGVtdWxhdGlvbiBvdXRwdXQgZm9yIHBvZG1hbiBpbnN0ZWFkIG9mIGRvY2tlciBmb3IgYXogYWNyIGNvbXBhdGFiaWxpdHkKbWtkaXIgLXAgL2V0Yy9jb250YWluZXJzLwp0b3VjaCAvZXRjL2NvbnRhaW5lcnMvbm9kb2NrZXIKClZTVFNfQUdFTlRfVkVSU0lPTj0yLjE5My4xCm1rZGlyIC9ob21lL2Nsb3VkLXVzZXIvYWdlbnQKcHVzaGQgL2hvbWUvY2xvdWQtdXNlci9hZ2VudApjdXJsIC1zIGh0dHBzOi8vdnN0c2FnZW50cGFja2FnZS5henVyZWVkZ2UubmV0L2FnZW50LyR7VlNUU19BR0VOVF9WRVJTSU9OfS92c3RzLWFnZW50LWxpbnV4LXg2NC0ke1ZTVFNfQUdFTlRfVkVSU0lPTn0udGFyLmd6IHwgdGFyIC14egpjaG93biAtUiBjbG91ZC11c2VyOmNsb3VkLXVzZXIgLgoKLi9iaW4vaW5zdGFsbGRlcGVuZGVuY2llcy5zaApzdWRvIC11IGNsb3VkLXVzZXIgLi9jb25maWcuc2ggLS11bmF0dGVuZGVkIC0tdXJsIGh0dHBzOi8vZGV2LmF6dXJlLmNvbS9tc2F6dXJlIC0tYXV0aCBwYXQgLS10b2tlbiAiJENJQVpQVE9LRU4iIC0tcG9vbCAiJENJUE9PTE5BTUUiIC0tYWdlbnQgIkFSTy1SSEVMLSRIT1NUTkFNRSIgLS1yZXBsYWNlCi4vc3ZjLnNoIGluc3RhbGwgY2xvdWQtdXNlcgpwb3BkCgpjYXQgPi9ob21lL2Nsb3VkLXVzZXIvYWdlbnQvLnBhdGggPDwnRU9GJwovdXNyL2xvY2FsL2JpbjovdXNyL2JpbjovdXNyL2xvY2FsL3NiaW46L3Vzci9zYmluOi9ob21lL2Nsb3VkLXVzZXIvLmxvY2FsL2JpbjovaG9tZS9jbG91ZC11c2VyL2JpbgpFT0YKCiMgU2V0IHRoZSBhZ2VudCdzICJTeXN0ZW0gY2FwYWJpbGl0aWVzIiBmb3IgdGVzdHMgKGdvLTEuMTcgYW5kIEdPTEFOR19GSVBTKSBpbiB0aGUgYWdlbnQncyAuZW52IGZpbGUKIyBhbmQgYWRkIGEgSEFDSyBmb3IgWERHX1JVTlRJTUVfRElSOiBodHRwczovL2dpdGh1Yi5jb20vY29udGFpbmVycy9wb2RtYW4vaXNzdWVzLzQyNwpjYXQgPi9ob21lL2Nsb3VkLXVzZXIvYWdlbnQvLmVudiA8PCdFT0YnCmdvLTEuMTc9dHJ1ZQpHT0xBTkdfRklQUz0xClhER19SVU5USU1FX0RJUj0vcnVuL3VzZXIvMTAwMApFT0YKCmNhdCA+L2V0Yy9jcm9uLmhvdXJseS90bXB3YXRjaCA8PCdFT0YnCiMhL2Jpbi9iYXNoCgpleGVjIC9zYmluL3RtcHdhdGNoIDI0aCAvdG1wCkVPRgpjaG1vZCAreCAvZXRjL2Nyb24uaG91cmx5L3RtcHdhdGNoCgojIEhBQ0sgLSBwb2RtYW4gZG9lc24ndCBhbHdheXMgdGVybWluYXRlIG9yIGNsZWFuIHVwIGl0J3MgcGF1c2UucGlkIGZpbGUgY2F1c2luZwojICdjYW5ub3QgcmVleGVjIGVycm9ycycgc28gYXR0ZW1wdCB0byBjbGVhbiBpdCB1cCBldmVyeSBtaW51dGUgdG8ga2VlcCBwaXBlbGluZXMgcnVubmluZwojIHNtb290aGx5CmNhdCA+L3Vzci9sb2NhbC9iaW4vZml4LXBvZG1hbi1wYXVzZS5zaCA8PCdFT0YnCiMhL2Jpbi9iYXNoCgpQQVVTRV9GSUxFPScvdG1wL3BvZG1hbi1ydW4tMTAwMC9saWJwb2QvdG1wL3BhdXNlLnBpZCcKCmlmIFsgLWYgIiR7UEFVU0VfRklMRX0iIF07IHRoZW4KCVBJRD0kKGNhdCAke1BBVVNFX0ZJTEV9KQoJaWYgISBwcyAtcCAkUElEID4gL2Rldi9udWxsOyB0aGVuCgkJcm0gJFBBVVNFX0ZJTEUKCWZpCmZpCkVPRgpjaG1vZCAreCAvdXNyL2xvY2FsL2Jpbi9maXgtcG9kbWFuLXBhdXNlLnNoCgojIEhBQ0sgLSAvdG1wIHdpbGwgZmlsbCB1cCBjYXVzaW5nIGJ1aWxkIGZhaWx1cmVzCiMgZGVsZXRlIGFueXRoaW5nIG5vdCBhY2Nlc3NlZCB3aXRoaW4gMiBkYXlzCmNhdCA+L3Vzci9sb2NhbC9iaW4vY2xlYW4tdG1wLnNoIDw8J0VPRicKIyEvYmluL2Jhc2gKCmZpbmQgL3RtcCAtdHlwZSBmIFwoICEgLXVzZXIgcm9vdCBcKSAtYXRpbWUgKzIgLWRlbGV0ZQoKRU9GCmNobW9kICt4IC91c3IvbG9jYWwvYmluL2NsZWFuLXRtcC5zaAoKZWNobyAiMCAwICovMSAqICogL3Vzci9sb2NhbC9iaW4vY2xlYW4tdG1wLnNoIiA+PiBjcm9uCmVjaG8gIiogKiAqICogKiAvdXNyL2xvY2FsL2Jpbi9maXgtcG9kbWFuLXBhdXNlLnNoIiA+PiBjcm9uCgojIEhBQ0sgLSBodHRwczovL2dpdGh1Yi5jb20vY29udGFpbmVycy9wb2RtYW4vaXNzdWVzLzkwMDIKZWNobyAiQHJlYm9vdCBsb2dpbmN0bCBlbmFibGUtbGluZ2VyIGNsb3VkLXVzZXIiID4+IGNyb24KCmNyb250YWIgY3JvbgpybSBjcm9uCgooc2xlZXAgMzA7IHJlYm9vdCkgJgo=')))]" } } } diff --git a/pkg/deploy/assets/gateway-production.json b/pkg/deploy/assets/gateway-production.json index c66766981..fff2533f6 100644 --- a/pkg/deploy/assets/gateway-production.json +++ b/pkg/deploy/assets/gateway-production.json @@ -304,7 +304,7 @@ "autoUpgradeMinorVersion": true, "settings": {}, "protectedSettings": { - "script": "[base64(concat(base64ToString('c2V0IC1leAoK'),'ACRRESOURCEID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('acrResourceId')),''')\n','AZURECLOUDNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('azureCloudName')),''')\n','AZURESECPACKVSATENANTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('azureSecPackVSATenantId')),''')\n','DATABASEACCOUNTNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('databaseAccountName')),''')\n','DBTOKENCLIENTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('dbtokenClientId')),''')\n','DBTOKENURL=$(base64 -d \u003c\u003c\u003c''',base64(parameters('dbtokenUrl')),''')\n','MDMFRONTENDURL=$(base64 -d \u003c\u003c\u003c''',base64(parameters('mdmFrontendUrl')),''')\n','MDSDENVIRONMENT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('mdsdEnvironment')),''')\n','FLUENTBITIMAGE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('fluentbitImage')),''')\n','GATEWAYMDSDCONFIGVERSION=$(base64 -d \u003c\u003c\u003c''',base64(parameters('gatewayMdsdConfigVersion')),''')\n','GATEWAYDOMAINS=$(base64 -d \u003c\u003c\u003c''',base64(parameters('gatewayDomains')),''')\n','GATEWAYFEATURES=$(base64 -d \u003c\u003c\u003c''',base64(parameters('gatewayFeatures')),''')\n','KEYVAULTDNSSUFFIX=$(base64 -d \u003c\u003c\u003c''',base64(parameters('keyvaultDNSSuffix')),''')\n','KEYVAULTPREFIX=$(base64 -d \u003c\u003c\u003c''',base64(parameters('keyvaultPrefix')),''')\n','RPIMAGE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpImage')),''')\n','RPMDMACCOUNT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdmAccount')),''')\n','RPMDSDACCOUNT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdsdAccount')),''')\n','RPMDSDNAMESPACE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdsdNamespace')),''')\n','MDMIMAGE=''/genevamdm:master_20220419.1''\n','LOCATION=$(base64 -d \u003c\u003c\u003c''',base64(resourceGroup().location),''')\n','SUBSCRIPTIONID=$(base64 -d \u003c\u003c\u003c''',base64(subscription().subscriptionId),''')\n','RESOURCEGROUPNAME=$(base64 -d \u003c\u003c\u003c''',base64(resourceGroup().name),''')\n','\n',base64ToString('Cnl1bSAteSB1cGRhdGUgLXggV0FMaW51eEFnZW50CgpsdmV4dGVuZCAtbCArNTAlRlJFRSAvZGV2L3Jvb3R2Zy9yb290bHYKeGZzX2dyb3dmcyAvCgpsdmV4dGVuZCAtbCArMTAwJUZSRUUgL2Rldi9yb290dmcvdmFybHYKeGZzX2dyb3dmcyAvdmFyCgojIGF2b2lkICJlcnJvcjogZGI1IGVycm9yKC0zMDk2OSkgZnJvbSBkYmVudi0+b3BlbjogQkRCMDA5MSBEQl9WRVJTSU9OX01JU01BVENIOiBEYXRhYmFzZSBlbnZpcm9ubWVudCB2ZXJzaW9uIG1pc21hdGNoIgpybSAtZiAvdmFyL2xpYi9ycG0vX19kYioKCnJwbSAtLWltcG9ydCBodHRwczovL2RsLmZlZG9yYXByb2plY3Qub3JnL3B1Yi9lcGVsL1JQTS1HUEctS0VZLUVQRUwtNwpycG0gLS1pbXBvcnQgaHR0cHM6Ly9wYWNrYWdlcy5taWNyb3NvZnQuY29tL2tleXMvbWljcm9zb2Z0LmFzYwoKZm9yIGF0dGVtcHQgaW4gezEuLjV9OyBkbwogIHl1bSAteSBpbnN0YWxsIGh0dHBzOi8vZGwuZmVkb3JhcHJvamVjdC5vcmcvcHViL2VwZWwvZXBlbC1yZWxlYXNlLWxhdGVzdC03Lm5vYXJjaC5ycG0gJiYgYnJlYWsKICBpZiBbWyAke2F0dGVtcHR9IC1sdCA1IF1dOyB0aGVuIHNsZWVwIDEwOyBlbHNlIGV4aXQgMTsgZmkKZG9uZQoKY2F0ID4vZXRjL3l1bS5yZXBvcy5kL2F6dXJlLnJlcG8gPDwnRU9GJwpbYXp1cmUtY2xpXQpuYW1lPWF6dXJlLWNsaQpiYXNldXJsPWh0dHBzOi8vcGFja2FnZXMubWljcm9zb2Z0LmNvbS95dW1yZXBvcy9henVyZS1jbGkKZW5hYmxlZD15ZXMKZ3BnY2hlY2s9eWVzCgpbYXp1cmVjb3JlXQpuYW1lPWF6dXJlY29yZQpiYXNldXJsPWh0dHBzOi8vcGFja2FnZXMubWljcm9zb2Z0LmNvbS95dW1yZXBvcy9henVyZWNvcmUKZW5hYmxlZD15ZXMKZ3BnY2hlY2s9bm8KRU9GCgpzZW1hbmFnZSBmY29udGV4dCAtYSAtdCB2YXJfbG9nX3QgIi92YXIvbG9nL2pvdXJuYWwoLy4qKT8iCm1rZGlyIC1wIC92YXIvbG9nL2pvdXJuYWwKCmZvciBhdHRlbXB0IGluIHsxLi41fTsgZG8KeXVtIC0tZW5hYmxlcmVwbz1yaHVpLXJoZWwtNy1zZXJ2ZXItcmh1aS1vcHRpb25hbC1ycG1zIC15IGluc3RhbGwgY2xhbWF2IGF6c2VjLWNsYW1hdiBhenNlYy1tb25pdG9yIGF6dXJlLWNsaSBhenVyZS1tZHNkIGF6dXJlLXNlY3VyaXR5IGRvY2tlciBvcGVuc3NsLXBlcmwgcHl0aG9uMyAmJiBicmVhawogICMgaGFjayAtIHdlIGFyZSBpbnN0YWxsaW5nIHB5dGhvbjMgb24gaG9zdHMgZHVlIHRvIGFuIGlzc3VlIHdpdGggQXp1cmUgTGludXggRXh0ZW5zaW9ucyBodHRwczovL2dpdGh1Yi5jb20vQXp1cmUvYXp1cmUtbGludXgtZXh0ZW5zaW9ucy9wdWxsLzE1MDUKICBpZiBbWyAke2F0dGVtcHR9IC1sdCA1IF1dOyB0aGVuIHNsZWVwIDEwOyBlbHNlIGV4aXQgMTsgZmkKZG9uZQoKcnBtIC1lICQocnBtIC1xYSB8IGdyZXAgXmFicnQtKQoKIyBodHRwczovL2FjY2Vzcy5yZWRoYXQuY29tL3NlY3VyaXR5L2N2ZS9jdmUtMjAyMC0xMzQwMQpjYXQgPi9ldGMvc3lzY3RsLmQvMDItZGlzYWJsZS1hY2NlcHQtcmEuY29uZiA8PCdFT0YnCm5ldC5pcHY2LmNvbmYuYWxsLmFjY2VwdF9yYT0wCkVPRgoKY2F0ID4vZXRjL3N5c2N0bC5kLzAxLWRpc2FibGUtY29yZS5jb25mIDw8J0VPRicKa2VybmVsLmNvcmVfcGF0dGVybiA9IHwvYmluL3RydWUKRU9GCnN5c2N0bCAtLXN5c3RlbQoKZmlyZXdhbGwtY21kIC0tYWRkLXBvcnQ9ODAvdGNwIC0tcGVybWFuZW50CmZpcmV3YWxsLWNtZCAtLWFkZC1wb3J0PTQ0My90Y3AgLS1wZXJtYW5lbnQKCmV4cG9ydCBBWlVSRV9DTE9VRF9OQU1FPSRBWlVSRUNMT1VETkFNRQpheiBsb2dpbiAtaSAtLWFsbG93LW5vLXN1YnNjcmlwdGlvbnMKCiMgVGhlIG1hbmFnZWQgaWRlbnRpdHkgdGhhdCB0aGUgVk0gcnVucyBhcyBvbmx5IGhhcyBhIHNpbmdsZSByb2xlYXNzaWdubWVudC4KIyBUaGlzIHJvbGUgYXNzaWdubWVudCBpcyBBQ1JQdWxsIHdoaWNoIGlzIG5vdCBuZWNlc3NhcmlseSBwcmVzZW50IGluIHRoZQojIHN1YnNjcmlwdGlvbiB3ZSdyZSBkZXBsb3lpbmcgaW50by4gIElmIHRoZSBpZGVudGl0eSBkb2VzIG5vdCBoYXZlIGFueQojIHJvbGUgYXNzaWdubWVudHMgc2NvcGVkIG9uIHRoZSBzdWJzY3JpcHRpb24gd2UncmUgZGVwbG95aW5nIGludG8sIGl0IHdpbGwKIyBub3Qgc2hvdyBvbiBheiBsb2dpbiAtaSwgd2hpY2ggaXMgd2h5IHRoZSBiZWxvdyBsaW5lIGlzIGNvbW1lbnRlZC4KIyBheiBhY2NvdW50IHNldCAtcyAiJFNVQlNDUklQVElPTklEIgoKc3lzdGVtY3RsIHN0YXJ0IGRvY2tlci5zZXJ2aWNlCmF6IGFjciBsb2dpbiAtLW5hbWUgIiQoc2VkIC1lICdzfC4qL3x8JyA8PDwiJEFDUlJFU09VUkNFSUQiKSIKCk1ETUlNQUdFPSIke1JQSU1BR0UlJS8qfS8ke01ETUlNQUdFIyMqL30iCmRvY2tlciBwdWxsICIkTURNSU1BR0UiCmRvY2tlciBwdWxsICIkUlBJTUFHRSIKZG9ja2VyIHB1bGwgIiRGTFVFTlRCSVRJTUFHRSIKCmF6IGxvZ291dAoKbWtkaXIgLXAgL2V0Yy9mbHVlbnRiaXQvCm1rZGlyIC1wIC92YXIvbGliL2ZsdWVudAoKY2F0ID4vZXRjL2ZsdWVudGJpdC9mbHVlbnRiaXQuY29uZiA8PCdFT0YnCltJTlBVVF0KCU5hbWUgc3lzdGVtZAoJVGFnIGpvdXJuYWxkCglTeXN0ZW1kX0ZpbHRlciBfQ09NTT1hcm8KCltGSUxURVJdCglOYW1lIG1vZGlmeQoJTWF0Y2ggam91cm5hbGQKCVJlbW92ZV93aWxkY2FyZCBfCglSZW1vdmUgVElNRVNUQU1QCgpbT1VUUFVUXQoJTmFtZSBmb3J3YXJkCglNYXRjaCAqCglQb3J0IDI5MjMwCkVPRgoKZWNobyAiRkxVRU5UQklUSU1BR0U9JEZMVUVOVEJJVElNQUdFIiA+L2V0Yy9zeXNjb25maWcvZmx1ZW50Yml0CgpjYXQgPi9ldGMvc3lzdGVtZC9zeXN0ZW0vZmx1ZW50Yml0LnNlcnZpY2UgPDwnRU9GJwpbVW5pdF0KQWZ0ZXI9ZG9ja2VyLnNlcnZpY2UKUmVxdWlyZXM9ZG9ja2VyLnNlcnZpY2UKU3RhcnRMaW1pdEludGVydmFsU2VjPTAKCltTZXJ2aWNlXQpSZXN0YXJ0U2VjPTFzCkVudmlyb25tZW50RmlsZT0vZXRjL3N5c2NvbmZpZy9mbHVlbnRiaXQKRXhlY1N0YXJ0UHJlPS0vdXNyL2Jpbi9kb2NrZXIgcm0gLWYgJU4KRXhlY1N0YXJ0PS91c3IvYmluL2RvY2tlciBydW4gXAogIC0tc2VjdXJpdHktb3B0IGxhYmVsPWRpc2FibGUgXAogIC0tZW50cnlwb2ludCAvb3B0L3RkLWFnZW50LWJpdC9iaW4vdGQtYWdlbnQtYml0IFwKICAtLW5ldD1ob3N0IFwKICAtLWhvc3RuYW1lICVIIFwKICAtLW5hbWUgJU4gXAogIC0tcm0gXAogIC0tY2FwLWRyb3AgbmV0X3JhdyBcCiAgLXYgL2V0Yy9mbHVlbnRiaXQvZmx1ZW50Yml0LmNvbmY6L2V0Yy9mbHVlbnRiaXQvZmx1ZW50Yml0LmNvbmYgXAogIC12IC92YXIvbGliL2ZsdWVudDovdmFyL2xpYi9mbHVlbnQ6eiBcCiAgLXYgL3Zhci9sb2cvam91cm5hbDovdmFyL2xvZy9qb3VybmFsOnJvIFwKICAtdiAvcnVuL2xvZy9qb3VybmFsOi9ydW4vbG9nL2pvdXJuYWw6cm8gXAogIC12IC9ldGMvbWFjaGluZS1pZDovZXRjL21hY2hpbmUtaWQ6cm8gXAogICRGTFVFTlRCSVRJTUFHRSBcCiAgLWMgL2V0Yy9mbHVlbnRiaXQvZmx1ZW50Yml0LmNvbmYKCkV4ZWNTdG9wPS91c3IvYmluL2RvY2tlciBzdG9wICVOClJlc3RhcnQ9YWx3YXlzClJlc3RhcnRTZWM9NQpTdGFydExpbWl0SW50ZXJ2YWw9MAoKW0luc3RhbGxdCldhbnRlZEJ5PW11bHRpLXVzZXIudGFyZ2V0CkVPRgoKY2F0ID4vZXRjL3N5c2NvbmZpZy9tZG0gPDxFT0YKTURNRlJPTlRFTkRVUkw9JyRNRE1GUk9OVEVORFVSTCcKTURNSU1BR0U9JyRNRE1JTUFHRScKTURNU09VUkNFRU5WSVJPTk1FTlQ9JyRMT0NBVElPTicKTURNU09VUkNFUk9MRT1nYXRld2F5Ck1ETVNPVVJDRVJPTEVJTlNUQU5DRT0nJChob3N0bmFtZSknCkVPRgoKbWtkaXIgL3Zhci9ldHcKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL21kbS5zZXJ2aWNlIDw8J0VPRicKW1VuaXRdCkFmdGVyPWRvY2tlci5zZXJ2aWNlClJlcXVpcmVzPWRvY2tlci5zZXJ2aWNlCgpbU2VydmljZV0KRW52aXJvbm1lbnRGaWxlPS9ldGMvc3lzY29uZmlnL21kbQpFeGVjU3RhcnRQcmU9LS91c3IvYmluL2RvY2tlciBybSAtZiAlTgpFeGVjU3RhcnQ9L3Vzci9iaW4vZG9ja2VyIHJ1biBcCiAgLS1lbnRyeXBvaW50IC91c3Ivc2Jpbi9NZXRyaWNzRXh0ZW5zaW9uIFwKICAtLWhvc3RuYW1lICVIIFwKICAtLW5hbWUgJU4gXAogIC0tcm0gXAogIC0tY2FwLWRyb3AgbmV0X3JhdyBcCiAgLW0gMmcgXAogIC12IC9ldGMvbWRtLnBlbTovZXRjL21kbS5wZW0gXAogIC12IC92YXIvZXR3Oi92YXIvZXR3OnogXAogICRNRE1JTUFHRSBcCiAgLUNlcnRGaWxlIC9ldGMvbWRtLnBlbSBcCiAgLUZyb250RW5kVXJsICRNRE1GUk9OVEVORFVSTCBcCiAgLUxvZ2dlciBDb25zb2xlIFwKICAtTG9nTGV2ZWwgV2FybmluZyBcCiAgLVByaXZhdGVLZXlGaWxlIC9ldGMvbWRtLnBlbSBcCiAgLVNvdXJjZUVudmlyb25tZW50ICRNRE1TT1VSQ0VFTlZJUk9OTUVOVCBcCiAgLVNvdXJjZVJvbGUgJE1ETVNPVVJDRVJPTEUgXAogIC1Tb3VyY2VSb2xlSW5zdGFuY2UgJE1ETVNPVVJDRVJPTEVJTlNUQU5DRQpFeGVjU3RvcD0vdXNyL2Jpbi9kb2NrZXIgc3RvcCAlTgpSZXN0YXJ0PWFsd2F5cwpSZXN0YXJ0U2VjPTEKU3RhcnRMaW1pdEludGVydmFsPTAKCltJbnN0YWxsXQpXYW50ZWRCeT1tdWx0aS11c2VyLnRhcmdldApFT0YKCmNhdCA+L2V0Yy9zeXNjb25maWcvYXJvLWdhdGV3YXkgPDxFT0YKQUNSX1JFU09VUkNFX0lEPSckQUNSUkVTT1VSQ0VJRCcKREFUQUJBU0VfQUNDT1VOVF9OQU1FPSckREFUQUJBU0VBQ0NPVU5UTkFNRScKQVpVUkVfREJUT0tFTl9DTElFTlRfSUQ9JyREQlRPS0VOQ0xJRU5USUQnCkRCVE9LRU5fVVJMPSckREJUT0tFTlVSTCcKTURNX0FDQ09VTlQ9IiRSUE1ETUFDQ09VTlQiCk1ETV9OQU1FU1BBQ0U9R2F0ZXdheQpHQVRFV0FZX0RPTUFJTlM9JyRHQVRFV0FZRE9NQUlOUycKR0FURVdBWV9GRUFUVVJFUz0nJEdBVEVXQVlGRUFUVVJFUycKUlBJTUFHRT0nJFJQSU1BR0UnCkVPRgoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2Fyby1nYXRld2F5LnNlcnZpY2UgPDwnRU9GJwpbVW5pdF0KQWZ0ZXI9ZG9ja2VyLnNlcnZpY2UKUmVxdWlyZXM9ZG9ja2VyLnNlcnZpY2UKCltTZXJ2aWNlXQpFbnZpcm9ubWVudEZpbGU9L2V0Yy9zeXNjb25maWcvYXJvLWdhdGV3YXkKRXhlY1N0YXJ0UHJlPS0vdXNyL2Jpbi9kb2NrZXIgcm0gLWYgJU4KRXhlY1N0YXJ0PS91c3IvYmluL2RvY2tlciBydW4gXAogIC0taG9zdG5hbWUgJUggXAogIC0tbmFtZSAlTiBcCiAgLS1ybSBcCiAgLS1jYXAtZHJvcCBuZXRfcmF3IFwKICAtZSBBQ1JfUkVTT1VSQ0VfSUQgXAogIC1lIERBVEFCQVNFX0FDQ09VTlRfTkFNRSBcCiAgLWUgQVpVUkVfREJUT0tFTl9DTElFTlRfSUQgXAogIC1lIERCVE9LRU5fVVJMIFwKICAtZSBHQVRFV0FZX0RPTUFJTlMgXAogIC1lIEdBVEVXQVlfRkVBVFVSRVMgXAogIC1lIE1ETV9BQ0NPVU5UIFwKICAtZSBNRE1fTkFNRVNQQUNFIFwKICAtbSAyZyBcCiAgLXAgODA6ODA4MCBcCiAgLXAgNDQzOjg0NDMgXAogIC12IC9ydW4vc3lzdGVtZC9qb3VybmFsOi9ydW4vc3lzdGVtZC9qb3VybmFsIFwKICAtdiAvdmFyL2V0dzovdmFyL2V0dzp6IFwKICAkUlBJTUFHRSBcCiAgZ2F0ZXdheQpFeGVjU3RvcD0vdXNyL2Jpbi9kb2NrZXIgc3RvcCAtdCAzNjAwICVOClRpbWVvdXRTdG9wU2VjPTM2MDAKUmVzdGFydD1hbHdheXMKUmVzdGFydFNlYz0xClN0YXJ0TGltaXRJbnRlcnZhbD0wCgpbSW5zdGFsbF0KV2FudGVkQnk9bXVsdGktdXNlci50YXJnZXQKRU9GCgpjaGNvbiAtUiBzeXN0ZW1fdTpvYmplY3Rfcjp2YXJfbG9nX3Q6czAgL3Zhci9vcHQvbWljcm9zb2Z0L2xpbnV4bW9uYWdlbnQKCm1rZGlyIC1wIC92YXIvbGliL3dhYWdlbnQvTWljcm9zb2Z0LkF6dXJlLktleVZhdWx0LlN0b3JlCgpmb3IgdmFyIGluICJtZHNkIiAibWRtIjsgZG8KY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2Rvd25sb2FkLSR2YXItY3JlZGVudGlhbHMuc2VydmljZSA8PEVPRgpbVW5pdF0KRGVzY3JpcHRpb249UGVyaW9kaWMgJHZhciBjcmVkZW50aWFscyByZWZyZXNoCgpbU2VydmljZV0KVHlwZT1vbmVzaG90CkV4ZWNTdGFydD0vdXNyL2xvY2FsL2Jpbi9kb3dubG9hZC1jcmVkZW50aWFscy5zaCAkdmFyCkVPRgoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2Rvd25sb2FkLSR2YXItY3JlZGVudGlhbHMudGltZXIgPDxFT0YKW1VuaXRdCkRlc2NyaXB0aW9uPVBlcmlvZGljICR2YXIgY3JlZGVudGlhbHMgcmVmcmVzaAoKW1RpbWVyXQpPbkJvb3RTZWM9MG1pbgpPbkNhbGVuZGFyPTAvMTI6MDA6MDAKQWNjdXJhY3lTZWM9NXMKCltJbnN0YWxsXQpXYW50ZWRCeT10aW1lcnMudGFyZ2V0CkVPRgpkb25lCgpjYXQgPi91c3IvbG9jYWwvYmluL2Rvd25sb2FkLWNyZWRlbnRpYWxzLnNoIDw8RU9GCiMhL2Jpbi9iYXNoCnNldCAtZXUKCkNPTVBPTkVOVD0iXCQxIgplY2hvICJEb3dubG9hZCBcJENPTVBPTkVOVCBjcmVkZW50aWFscyIKClRFTVBfRElSPVwkKG1rdGVtcCAtZCkKZXhwb3J0IEFaVVJFX0NPTkZJR19ESVI9XCQobWt0ZW1wIC1kKQpheiBsb2dpbiAtaSAtLWFsbG93LW5vLXN1YnNjcmlwdGlvbnMKCnRyYXAgImNsZWFudXAiIEVYSVQKCmNsZWFudXAoKSB7CiAgYXogbG9nb3V0CiAgW1sgIlwkVEVNUF9ESVIiID1+IC90bXAvLisgXV0gJiYgcm0gLXJmIFwkVEVNUF9ESVIKICBbWyAiXCRBWlVSRV9DT05GSUdfRElSIiA9fiAvdG1wLy4rIF1dICYmIHJtIC1yZiBcJEFaVVJFX0NPTkZJR19ESVIKfQoKaWYgWyAiXCRDT01QT05FTlQiID0gIm1kbSIgXTsgdGhlbgogIENVUlJFTlRfQ0VSVF9GSUxFPSIvZXRjL21kbS5wZW0iCmVsaWYgWyAiXCRDT01QT05FTlQiID0gIm1kc2QiIF07IHRoZW4KICBDVVJSRU5UX0NFUlRfRklMRT0iL3Zhci9saWIvd2FhZ2VudC9NaWNyb3NvZnQuQXp1cmUuS2V5VmF1bHQuU3RvcmUvbWRzZC5wZW0iCmVsc2UKICBlY2hvIEludmFsaWQgdXNhZ2UgJiYgZXhpdCAxCmZpCgpTRUNSRVRfTkFNRT0iZ3d5LVwke0NPTVBPTkVOVH0iCk5FV19DRVJUX0ZJTEU9IlwkVEVNUF9ESVIvXCRDT01QT05FTlQucGVtIgpmb3IgYXR0ZW1wdCBpbiB7MS4uNX07IGRvCiAgYXoga2V5dmF1bHQgc2VjcmV0IGRvd25sb2FkIC0tZmlsZSBcJE5FV19DRVJUX0ZJTEUgLS1pZCAiaHR0cHM6Ly8kS0VZVkFVTFRQUkVGSVgtZ3d5LiRLRVlWQVVMVEROU1NVRkZJWC9zZWNyZXRzL1wkU0VDUkVUX05BTUUiICYmIGJyZWFrCiAgaWYgW1sgXCRhdHRlbXB0IC1sdCA1IF1dOyB0aGVuIHNsZWVwIDEwOyBlbHNlIGV4aXQgMTsgZmkKZG9uZQoKaWYgWyAtZiBcJE5FV19DRVJUX0ZJTEUgXTsgdGhlbgogIGlmIFsgIlwkQ09NUE9ORU5UIiA9ICJtZHNkIiBdOyB0aGVuCiAgICBjaG93biBzeXNsb2c6c3lzbG9nIFwkTkVXX0NFUlRfRklMRQogIGVsc2UKICAgIHNlZCAtaSAtbmUgJzEsL0VORCBDRVJUSUZJQ0FURS8gcCcgXCRORVdfQ0VSVF9GSUxFCiAgZmkKICBpZiAhIGRpZmYgJE5FV19DRVJUX0ZJTEUgJENVUlJFTlRfQ0VSVF9GSUxFID4vZGV2L251bGwgMj4mMTsgdGhlbgogICAgY2htb2QgMDYwMCBcJE5FV19DRVJUX0ZJTEUKICAgIG12IFwkTkVXX0NFUlRfRklMRSBcJENVUlJFTlRfQ0VSVF9GSUxFCiAgZmkKZWxzZQogIGVjaG8gRmFpbGVkIHRvIHJlZnJlc2ggY2VydGlmaWNhdGUgZm9yIFwkQ09NUE9ORU5UICYmIGV4aXQgMQpmaQpFT0YKCmNobW9kIHUreCAvdXNyL2xvY2FsL2Jpbi9kb3dubG9hZC1jcmVkZW50aWFscy5zaAoKc3lzdGVtY3RsIGVuYWJsZSBkb3dubG9hZC1tZHNkLWNyZWRlbnRpYWxzLnRpbWVyCnN5c3RlbWN0bCBlbmFibGUgZG93bmxvYWQtbWRtLWNyZWRlbnRpYWxzLnRpbWVyCgovdXNyL2xvY2FsL2Jpbi9kb3dubG9hZC1jcmVkZW50aWFscy5zaCBtZHNkCi91c3IvbG9jYWwvYmluL2Rvd25sb2FkLWNyZWRlbnRpYWxzLnNoIG1kbQpNRFNEQ0VSVElGSUNBVEVTQU49JChvcGVuc3NsIHg1MDkgLWluIC92YXIvbGliL3dhYWdlbnQvTWljcm9zb2Z0LkF6dXJlLktleVZhdWx0LlN0b3JlL21kc2QucGVtIC1ub291dCAtc3ViamVjdCB8IHNlZCAtZSAncy8uKkNOPS8vJykKCmNhdCA+L2V0Yy9zeXN0ZW1kL3N5c3RlbS93YXRjaC1tZG0tY3JlZGVudGlhbHMuc2VydmljZSA8PEVPRgpbVW5pdF0KRGVzY3JpcHRpb249V2F0Y2ggZm9yIGNoYW5nZXMgaW4gbWRtLnBlbSBhbmQgcmVzdGFydHMgdGhlIG1kbSBzZXJ2aWNlCgpbU2VydmljZV0KVHlwZT1vbmVzaG90CkV4ZWNTdGFydD0vdXNyL2Jpbi9zeXN0ZW1jdGwgcmVzdGFydCBtZG0uc2VydmljZQoKW0luc3RhbGxdCldhbnRlZEJ5PW11bHRpLXVzZXIudGFyZ2V0CkVPRgoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL3dhdGNoLW1kbS1jcmVkZW50aWFscy5wYXRoIDw8RU9GCltQYXRoXQpQYXRoTW9kaWZpZWQ9L2V0Yy9tZG0ucGVtCgpbSW5zdGFsbF0KV2FudGVkQnk9bXVsdGktdXNlci50YXJnZXQKRU9GCgpzeXN0ZW1jdGwgZW5hYmxlIHdhdGNoLW1kbS1jcmVkZW50aWFscy5wYXRoCnN5c3RlbWN0bCBzdGFydCB3YXRjaC1tZG0tY3JlZGVudGlhbHMucGF0aAoKbWtkaXIgL2V0Yy9zeXN0ZW1kL3N5c3RlbS9tZHNkLnNlcnZpY2UuZApjYXQgPi9ldGMvc3lzdGVtZC9zeXN0ZW0vbWRzZC5zZXJ2aWNlLmQvb3ZlcnJpZGUuY29uZiA8PCdFT0YnCltVbml0XQpBZnRlcj1uZXR3b3JrLW9ubGluZS50YXJnZXQKRU9GCgpjYXQgPi9ldGMvZGVmYXVsdC9tZHNkIDw8RU9GCk1EU0RfUk9MRV9QUkVGSVg9L3Zhci9ydW4vbWRzZC9kZWZhdWx0Ck1EU0RfT1BUSU9OUz0iLUEgLWQgLXIgXCRNRFNEX1JPTEVfUFJFRklYIgoKZXhwb3J0IE1PTklUT1JJTkdfR0NTX0VOVklST05NRU5UPSckTURTREVOVklST05NRU5UJwpleHBvcnQgTU9OSVRPUklOR19HQ1NfQUNDT1VOVD0nJFJQTURTREFDQ09VTlQnCmV4cG9ydCBNT05JVE9SSU5HX0dDU19SRUdJT049JyRMT0NBVElPTicKZXhwb3J0IE1PTklUT1JJTkdfR0NTX0FVVEhfSURfVFlQRT1BdXRoS2V5VmF1bHQKZXhwb3J0IE1PTklUT1JJTkdfR0NTX0FVVEhfSUQ9JyRNRFNEQ0VSVElGSUNBVEVTQU4nCmV4cG9ydCBNT05JVE9SSU5HX0dDU19OQU1FU1BBQ0U9JyRSUE1EU0ROQU1FU1BBQ0UnCmV4cG9ydCBNT05JVE9SSU5HX0NPTkZJR19WRVJTSU9OPSckR0FURVdBWU1EU0RDT05GSUdWRVJTSU9OJwpleHBvcnQgTU9OSVRPUklOR19VU0VfR0VORVZBX0NPTkZJR19TRVJWSUNFPXRydWUKCmV4cG9ydCBNT05JVE9SSU5HX1RFTkFOVD0nJExPQ0FUSU9OJwpleHBvcnQgTU9OSVRPUklOR19ST0xFPWdhdGV3YXkKZXhwb3J0IE1PTklUT1JJTkdfUk9MRV9JTlNUQU5DRT0nJChob3N0bmFtZSknCgpleHBvcnQgTURTRF9NU0dQQUNLX1NPUlRfQ09MVU1OUz0xCkVPRgoKIyBzZXR0aW5nIE1PTklUT1JJTkdfR0NTX0FVVEhfSURfVFlQRT1BdXRoS2V5VmF1bHQgc2VlbXMgdG8gaGF2ZSBjYXVzZWQgbWRzZCBub3QKIyB0byBob25vdXIgU1NMX0NFUlRfRklMRSBhbnkgbW9yZSwgaGVhdmVuIG9ubHkga25vd3Mgd2h5Lgpta2RpciAtcCAvdXNyL2xpYi9zc2wvY2VydHMKY3NwbGl0IC1mIC91c3IvbGliL3NzbC9jZXJ0cy9jZXJ0LSAtYiAlMDNkLnBlbSAvZXRjL3BraS90bHMvY2VydHMvY2EtYnVuZGxlLmNydCAvXiQvMSB7Kn0gPi9kZXYvbnVsbApjX3JlaGFzaCAvdXNyL2xpYi9zc2wvY2VydHMKCiMgd2UgbGVhdmUgY2xpZW50SWQgYmxhbmsgYXMgbG9uZyBhcyBvbmx5IDEgbWFuYWdlZCBpZGVudGl0eSBhc3NpZ25lZCB0byB2bXNzCiMgaWYgd2UgaGF2ZSBtb3JlIHRoYW4gMSwgd2Ugd2lsbCBuZWVkIHRvIHBvcHVsYXRlIHdpdGggY2xpZW50SWQgdXNlZCBmb3Igb2ZmLW5vZGUgc2Nhbm5pbmcKY2F0ID4vZXRjL2RlZmF1bHQvdnNhLW5vZGVzY2FuLWFnZW50LmNvbmZpZyA8PEVPRgp7CiAgICAiTmljZSI6IDE5LAogICAgIlRpbWVvdXQiOiAxMDgwMCwKICAgICJDbGllbnRJZCI6ICIiLAogICAgIlRlbmFudElkIjogIiRBWlVSRVNFQ1BBQ0tWU0FURU5BTlRJRCIsCiAgICAiUHJvY2Vzc1RpbWVvdXQiOiAzMDAsCiAgICAiQ29tbWFuZERlbGF5IjogMAogIH0KRU9GCgojIHdlIHN0YXJ0IGEgY3JvbiBqb2IgdG8gcnVuIGV2ZXJ5IGhvdXIgdG8gZW5zdXJlIHRoZSBzYWlkIGRpcmVjdG9yeSBpcyBhY2Nlc3NpYmxlCiMgYnkgdGhlIGNvcnJlY3QgdXNlciBhcyBpdCBnZXRzIGNyZWF0ZWQgYnkgcm9vdCBhbmQgbWF5IGNhdXNlIGEgcmFjZSBjb25kaXRpb24KIyB3aGVyZSByb290IG93bnMgdGhlIGRpciBpbnN0ZWFkIG9mIHN5c2xvZwojIFRPRE86IGh0dHBzOi8vbXNhenVyZS52aXN1YWxzdHVkaW8uY29tL0F6dXJlUmVkSGF0T3BlblNoaWZ0L193b3JraXRlbXMvZWRpdC8xMjU5MTIwNwpjYXQgPi9ldGMvY3Jvbi5kL21kc2QtY2hvd24td29ya2Fyb3VuZCA8PEVPRgpTSEVMTD0vYmluL2Jhc2gKUEFUSD0vYmluCjAgKiAqICogKiByb290IGNob3duIHN5c2xvZzpzeXNsb2cgL3Zhci9vcHQvbWljcm9zb2Z0L2xpbnV4bW9uYWdlbnQvZWgvRXZlbnROb3RpY2UvYXJvcnBsb2dzKgpFT0YKCmZvciBzZXJ2aWNlIGluIGFyby1nYXRld2F5IGF1b21zIGF6c2VjZCBhenNlY21vbmQgbWRzZCBtZG0gY2hyb255ZCBmbHVlbnRiaXQ7IGRvCiAgc3lzdGVtY3RsIGVuYWJsZSAkc2VydmljZS5zZXJ2aWNlCmRvbmUKCmZvciBzY2FuIGluIGJhc2VsaW5lIGNsYW1hdiBzb2Z0d2FyZTsgZG8KICAvdXNyL2xvY2FsL2Jpbi9henNlY2QgY29uZmlnIC1zICRzY2FuIC1kIFAxRApkb25lCgpyZXN0b3JlY29uIC1SRiAvdmFyL2xvZy8qCgooc2xlZXAgMzA7IHJlYm9vdCkgJgo=')))]" + "script": "[base64(concat(base64ToString('c2V0IC1leAoK'),'ACRRESOURCEID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('acrResourceId')),''')\n','AZURECLOUDNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('azureCloudName')),''')\n','AZURESECPACKVSATENANTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('azureSecPackVSATenantId')),''')\n','DATABASEACCOUNTNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('databaseAccountName')),''')\n','DBTOKENCLIENTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('dbtokenClientId')),''')\n','DBTOKENURL=$(base64 -d \u003c\u003c\u003c''',base64(parameters('dbtokenUrl')),''')\n','MDMFRONTENDURL=$(base64 -d \u003c\u003c\u003c''',base64(parameters('mdmFrontendUrl')),''')\n','MDSDENVIRONMENT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('mdsdEnvironment')),''')\n','FLUENTBITIMAGE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('fluentbitImage')),''')\n','GATEWAYMDSDCONFIGVERSION=$(base64 -d \u003c\u003c\u003c''',base64(parameters('gatewayMdsdConfigVersion')),''')\n','GATEWAYDOMAINS=$(base64 -d \u003c\u003c\u003c''',base64(parameters('gatewayDomains')),''')\n','GATEWAYFEATURES=$(base64 -d \u003c\u003c\u003c''',base64(parameters('gatewayFeatures')),''')\n','KEYVAULTDNSSUFFIX=$(base64 -d \u003c\u003c\u003c''',base64(parameters('keyvaultDNSSuffix')),''')\n','KEYVAULTPREFIX=$(base64 -d \u003c\u003c\u003c''',base64(parameters('keyvaultPrefix')),''')\n','RPIMAGE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpImage')),''')\n','RPMDMACCOUNT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdmAccount')),''')\n','RPMDSDACCOUNT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdsdAccount')),''')\n','RPMDSDNAMESPACE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdsdNamespace')),''')\n','MDMIMAGE=''/genevamdm:master_20220522.1''\n','LOCATION=$(base64 -d \u003c\u003c\u003c''',base64(resourceGroup().location),''')\n','SUBSCRIPTIONID=$(base64 -d \u003c\u003c\u003c''',base64(subscription().subscriptionId),''')\n','RESOURCEGROUPNAME=$(base64 -d \u003c\u003c\u003c''',base64(resourceGroup().name),''')\n','\n',base64ToString('Cnl1bSAteSB1cGRhdGUgLXggV0FMaW51eEFnZW50CgpsdmV4dGVuZCAtbCArNTAlRlJFRSAvZGV2L3Jvb3R2Zy9yb290bHYKeGZzX2dyb3dmcyAvCgpsdmV4dGVuZCAtbCArMTAwJUZSRUUgL2Rldi9yb290dmcvdmFybHYKeGZzX2dyb3dmcyAvdmFyCgojIGF2b2lkICJlcnJvcjogZGI1IGVycm9yKC0zMDk2OSkgZnJvbSBkYmVudi0+b3BlbjogQkRCMDA5MSBEQl9WRVJTSU9OX01JU01BVENIOiBEYXRhYmFzZSBlbnZpcm9ubWVudCB2ZXJzaW9uIG1pc21hdGNoIgpybSAtZiAvdmFyL2xpYi9ycG0vX19kYioKCnJwbSAtLWltcG9ydCBodHRwczovL2RsLmZlZG9yYXByb2plY3Qub3JnL3B1Yi9lcGVsL1JQTS1HUEctS0VZLUVQRUwtNwpycG0gLS1pbXBvcnQgaHR0cHM6Ly9wYWNrYWdlcy5taWNyb3NvZnQuY29tL2tleXMvbWljcm9zb2Z0LmFzYwoKZm9yIGF0dGVtcHQgaW4gezEuLjV9OyBkbwogIHl1bSAteSBpbnN0YWxsIGh0dHBzOi8vZGwuZmVkb3JhcHJvamVjdC5vcmcvcHViL2VwZWwvZXBlbC1yZWxlYXNlLWxhdGVzdC03Lm5vYXJjaC5ycG0gJiYgYnJlYWsKICBpZiBbWyAke2F0dGVtcHR9IC1sdCA1IF1dOyB0aGVuIHNsZWVwIDEwOyBlbHNlIGV4aXQgMTsgZmkKZG9uZQoKY2F0ID4vZXRjL3l1bS5yZXBvcy5kL2F6dXJlLnJlcG8gPDwnRU9GJwpbYXp1cmUtY2xpXQpuYW1lPWF6dXJlLWNsaQpiYXNldXJsPWh0dHBzOi8vcGFja2FnZXMubWljcm9zb2Z0LmNvbS95dW1yZXBvcy9henVyZS1jbGkKZW5hYmxlZD15ZXMKZ3BnY2hlY2s9eWVzCgpbYXp1cmVjb3JlXQpuYW1lPWF6dXJlY29yZQpiYXNldXJsPWh0dHBzOi8vcGFja2FnZXMubWljcm9zb2Z0LmNvbS95dW1yZXBvcy9henVyZWNvcmUKZW5hYmxlZD15ZXMKZ3BnY2hlY2s9bm8KRU9GCgpzZW1hbmFnZSBmY29udGV4dCAtYSAtdCB2YXJfbG9nX3QgIi92YXIvbG9nL2pvdXJuYWwoLy4qKT8iCm1rZGlyIC1wIC92YXIvbG9nL2pvdXJuYWwKCmZvciBhdHRlbXB0IGluIHsxLi41fTsgZG8KeXVtIC0tZW5hYmxlcmVwbz1yaHVpLXJoZWwtNy1zZXJ2ZXItcmh1aS1vcHRpb25hbC1ycG1zIC15IGluc3RhbGwgY2xhbWF2IGF6c2VjLWNsYW1hdiBhenNlYy1tb25pdG9yIGF6dXJlLWNsaSBhenVyZS1tZHNkIGF6dXJlLXNlY3VyaXR5IGRvY2tlciBvcGVuc3NsLXBlcmwgcHl0aG9uMyAmJiBicmVhawogICMgaGFjayAtIHdlIGFyZSBpbnN0YWxsaW5nIHB5dGhvbjMgb24gaG9zdHMgZHVlIHRvIGFuIGlzc3VlIHdpdGggQXp1cmUgTGludXggRXh0ZW5zaW9ucyBodHRwczovL2dpdGh1Yi5jb20vQXp1cmUvYXp1cmUtbGludXgtZXh0ZW5zaW9ucy9wdWxsLzE1MDUKICBpZiBbWyAke2F0dGVtcHR9IC1sdCA1IF1dOyB0aGVuIHNsZWVwIDEwOyBlbHNlIGV4aXQgMTsgZmkKZG9uZQoKcnBtIC1lICQocnBtIC1xYSB8IGdyZXAgXmFicnQtKQoKIyBodHRwczovL2FjY2Vzcy5yZWRoYXQuY29tL3NlY3VyaXR5L2N2ZS9jdmUtMjAyMC0xMzQwMQpjYXQgPi9ldGMvc3lzY3RsLmQvMDItZGlzYWJsZS1hY2NlcHQtcmEuY29uZiA8PCdFT0YnCm5ldC5pcHY2LmNvbmYuYWxsLmFjY2VwdF9yYT0wCkVPRgoKY2F0ID4vZXRjL3N5c2N0bC5kLzAxLWRpc2FibGUtY29yZS5jb25mIDw8J0VPRicKa2VybmVsLmNvcmVfcGF0dGVybiA9IHwvYmluL3RydWUKRU9GCnN5c2N0bCAtLXN5c3RlbQoKZmlyZXdhbGwtY21kIC0tYWRkLXBvcnQ9ODAvdGNwIC0tcGVybWFuZW50CmZpcmV3YWxsLWNtZCAtLWFkZC1wb3J0PTQ0My90Y3AgLS1wZXJtYW5lbnQKCmV4cG9ydCBBWlVSRV9DTE9VRF9OQU1FPSRBWlVSRUNMT1VETkFNRQpheiBsb2dpbiAtaSAtLWFsbG93LW5vLXN1YnNjcmlwdGlvbnMKCiMgVGhlIG1hbmFnZWQgaWRlbnRpdHkgdGhhdCB0aGUgVk0gcnVucyBhcyBvbmx5IGhhcyBhIHNpbmdsZSByb2xlYXNzaWdubWVudC4KIyBUaGlzIHJvbGUgYXNzaWdubWVudCBpcyBBQ1JQdWxsIHdoaWNoIGlzIG5vdCBuZWNlc3NhcmlseSBwcmVzZW50IGluIHRoZQojIHN1YnNjcmlwdGlvbiB3ZSdyZSBkZXBsb3lpbmcgaW50by4gIElmIHRoZSBpZGVudGl0eSBkb2VzIG5vdCBoYXZlIGFueQojIHJvbGUgYXNzaWdubWVudHMgc2NvcGVkIG9uIHRoZSBzdWJzY3JpcHRpb24gd2UncmUgZGVwbG95aW5nIGludG8sIGl0IHdpbGwKIyBub3Qgc2hvdyBvbiBheiBsb2dpbiAtaSwgd2hpY2ggaXMgd2h5IHRoZSBiZWxvdyBsaW5lIGlzIGNvbW1lbnRlZC4KIyBheiBhY2NvdW50IHNldCAtcyAiJFNVQlNDUklQVElPTklEIgoKc3lzdGVtY3RsIHN0YXJ0IGRvY2tlci5zZXJ2aWNlCmF6IGFjciBsb2dpbiAtLW5hbWUgIiQoc2VkIC1lICdzfC4qL3x8JyA8PDwiJEFDUlJFU09VUkNFSUQiKSIKCk1ETUlNQUdFPSIke1JQSU1BR0UlJS8qfS8ke01ETUlNQUdFIyMqL30iCmRvY2tlciBwdWxsICIkTURNSU1BR0UiCmRvY2tlciBwdWxsICIkUlBJTUFHRSIKZG9ja2VyIHB1bGwgIiRGTFVFTlRCSVRJTUFHRSIKCmF6IGxvZ291dAoKbWtkaXIgLXAgL2V0Yy9mbHVlbnRiaXQvCm1rZGlyIC1wIC92YXIvbGliL2ZsdWVudAoKY2F0ID4vZXRjL2ZsdWVudGJpdC9mbHVlbnRiaXQuY29uZiA8PCdFT0YnCltJTlBVVF0KCU5hbWUgc3lzdGVtZAoJVGFnIGpvdXJuYWxkCglTeXN0ZW1kX0ZpbHRlciBfQ09NTT1hcm8KCltGSUxURVJdCglOYW1lIG1vZGlmeQoJTWF0Y2ggam91cm5hbGQKCVJlbW92ZV93aWxkY2FyZCBfCglSZW1vdmUgVElNRVNUQU1QCgpbT1VUUFVUXQoJTmFtZSBmb3J3YXJkCglNYXRjaCAqCglQb3J0IDI5MjMwCkVPRgoKZWNobyAiRkxVRU5UQklUSU1BR0U9JEZMVUVOVEJJVElNQUdFIiA+L2V0Yy9zeXNjb25maWcvZmx1ZW50Yml0CgpjYXQgPi9ldGMvc3lzdGVtZC9zeXN0ZW0vZmx1ZW50Yml0LnNlcnZpY2UgPDwnRU9GJwpbVW5pdF0KQWZ0ZXI9ZG9ja2VyLnNlcnZpY2UKUmVxdWlyZXM9ZG9ja2VyLnNlcnZpY2UKU3RhcnRMaW1pdEludGVydmFsU2VjPTAKCltTZXJ2aWNlXQpSZXN0YXJ0U2VjPTFzCkVudmlyb25tZW50RmlsZT0vZXRjL3N5c2NvbmZpZy9mbHVlbnRiaXQKRXhlY1N0YXJ0UHJlPS0vdXNyL2Jpbi9kb2NrZXIgcm0gLWYgJU4KRXhlY1N0YXJ0PS91c3IvYmluL2RvY2tlciBydW4gXAogIC0tc2VjdXJpdHktb3B0IGxhYmVsPWRpc2FibGUgXAogIC0tZW50cnlwb2ludCAvb3B0L3RkLWFnZW50LWJpdC9iaW4vdGQtYWdlbnQtYml0IFwKICAtLW5ldD1ob3N0IFwKICAtLWhvc3RuYW1lICVIIFwKICAtLW5hbWUgJU4gXAogIC0tcm0gXAogIC0tY2FwLWRyb3AgbmV0X3JhdyBcCiAgLXYgL2V0Yy9mbHVlbnRiaXQvZmx1ZW50Yml0LmNvbmY6L2V0Yy9mbHVlbnRiaXQvZmx1ZW50Yml0LmNvbmYgXAogIC12IC92YXIvbGliL2ZsdWVudDovdmFyL2xpYi9mbHVlbnQ6eiBcCiAgLXYgL3Zhci9sb2cvam91cm5hbDovdmFyL2xvZy9qb3VybmFsOnJvIFwKICAtdiAvcnVuL2xvZy9qb3VybmFsOi9ydW4vbG9nL2pvdXJuYWw6cm8gXAogIC12IC9ldGMvbWFjaGluZS1pZDovZXRjL21hY2hpbmUtaWQ6cm8gXAogICRGTFVFTlRCSVRJTUFHRSBcCiAgLWMgL2V0Yy9mbHVlbnRiaXQvZmx1ZW50Yml0LmNvbmYKCkV4ZWNTdG9wPS91c3IvYmluL2RvY2tlciBzdG9wICVOClJlc3RhcnQ9YWx3YXlzClJlc3RhcnRTZWM9NQpTdGFydExpbWl0SW50ZXJ2YWw9MAoKW0luc3RhbGxdCldhbnRlZEJ5PW11bHRpLXVzZXIudGFyZ2V0CkVPRgoKY2F0ID4vZXRjL3N5c2NvbmZpZy9tZG0gPDxFT0YKTURNRlJPTlRFTkRVUkw9JyRNRE1GUk9OVEVORFVSTCcKTURNSU1BR0U9JyRNRE1JTUFHRScKTURNU09VUkNFRU5WSVJPTk1FTlQ9JyRMT0NBVElPTicKTURNU09VUkNFUk9MRT1nYXRld2F5Ck1ETVNPVVJDRVJPTEVJTlNUQU5DRT0nJChob3N0bmFtZSknCkVPRgoKbWtkaXIgL3Zhci9ldHcKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL21kbS5zZXJ2aWNlIDw8J0VPRicKW1VuaXRdCkFmdGVyPWRvY2tlci5zZXJ2aWNlClJlcXVpcmVzPWRvY2tlci5zZXJ2aWNlCgpbU2VydmljZV0KRW52aXJvbm1lbnRGaWxlPS9ldGMvc3lzY29uZmlnL21kbQpFeGVjU3RhcnRQcmU9LS91c3IvYmluL2RvY2tlciBybSAtZiAlTgpFeGVjU3RhcnQ9L3Vzci9iaW4vZG9ja2VyIHJ1biBcCiAgLS1lbnRyeXBvaW50IC91c3Ivc2Jpbi9NZXRyaWNzRXh0ZW5zaW9uIFwKICAtLWhvc3RuYW1lICVIIFwKICAtLW5hbWUgJU4gXAogIC0tcm0gXAogIC0tY2FwLWRyb3AgbmV0X3JhdyBcCiAgLW0gMmcgXAogIC12IC9ldGMvbWRtLnBlbTovZXRjL21kbS5wZW0gXAogIC12IC92YXIvZXR3Oi92YXIvZXR3OnogXAogICRNRE1JTUFHRSBcCiAgLUNlcnRGaWxlIC9ldGMvbWRtLnBlbSBcCiAgLUZyb250RW5kVXJsICRNRE1GUk9OVEVORFVSTCBcCiAgLUxvZ2dlciBDb25zb2xlIFwKICAtTG9nTGV2ZWwgV2FybmluZyBcCiAgLVByaXZhdGVLZXlGaWxlIC9ldGMvbWRtLnBlbSBcCiAgLVNvdXJjZUVudmlyb25tZW50ICRNRE1TT1VSQ0VFTlZJUk9OTUVOVCBcCiAgLVNvdXJjZVJvbGUgJE1ETVNPVVJDRVJPTEUgXAogIC1Tb3VyY2VSb2xlSW5zdGFuY2UgJE1ETVNPVVJDRVJPTEVJTlNUQU5DRQpFeGVjU3RvcD0vdXNyL2Jpbi9kb2NrZXIgc3RvcCAlTgpSZXN0YXJ0PWFsd2F5cwpSZXN0YXJ0U2VjPTEKU3RhcnRMaW1pdEludGVydmFsPTAKCltJbnN0YWxsXQpXYW50ZWRCeT1tdWx0aS11c2VyLnRhcmdldApFT0YKCmNhdCA+L2V0Yy9zeXNjb25maWcvYXJvLWdhdGV3YXkgPDxFT0YKQUNSX1JFU09VUkNFX0lEPSckQUNSUkVTT1VSQ0VJRCcKREFUQUJBU0VfQUNDT1VOVF9OQU1FPSckREFUQUJBU0VBQ0NPVU5UTkFNRScKQVpVUkVfREJUT0tFTl9DTElFTlRfSUQ9JyREQlRPS0VOQ0xJRU5USUQnCkRCVE9LRU5fVVJMPSckREJUT0tFTlVSTCcKTURNX0FDQ09VTlQ9IiRSUE1ETUFDQ09VTlQiCk1ETV9OQU1FU1BBQ0U9R2F0ZXdheQpHQVRFV0FZX0RPTUFJTlM9JyRHQVRFV0FZRE9NQUlOUycKR0FURVdBWV9GRUFUVVJFUz0nJEdBVEVXQVlGRUFUVVJFUycKUlBJTUFHRT0nJFJQSU1BR0UnCkVPRgoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2Fyby1nYXRld2F5LnNlcnZpY2UgPDwnRU9GJwpbVW5pdF0KQWZ0ZXI9ZG9ja2VyLnNlcnZpY2UKUmVxdWlyZXM9ZG9ja2VyLnNlcnZpY2UKCltTZXJ2aWNlXQpFbnZpcm9ubWVudEZpbGU9L2V0Yy9zeXNjb25maWcvYXJvLWdhdGV3YXkKRXhlY1N0YXJ0UHJlPS0vdXNyL2Jpbi9kb2NrZXIgcm0gLWYgJU4KRXhlY1N0YXJ0PS91c3IvYmluL2RvY2tlciBydW4gXAogIC0taG9zdG5hbWUgJUggXAogIC0tbmFtZSAlTiBcCiAgLS1ybSBcCiAgLS1jYXAtZHJvcCBuZXRfcmF3IFwKICAtZSBBQ1JfUkVTT1VSQ0VfSUQgXAogIC1lIERBVEFCQVNFX0FDQ09VTlRfTkFNRSBcCiAgLWUgQVpVUkVfREJUT0tFTl9DTElFTlRfSUQgXAogIC1lIERCVE9LRU5fVVJMIFwKICAtZSBHQVRFV0FZX0RPTUFJTlMgXAogIC1lIEdBVEVXQVlfRkVBVFVSRVMgXAogIC1lIE1ETV9BQ0NPVU5UIFwKICAtZSBNRE1fTkFNRVNQQUNFIFwKICAtbSAyZyBcCiAgLXAgODA6ODA4MCBcCiAgLXAgNDQzOjg0NDMgXAogIC12IC9ydW4vc3lzdGVtZC9qb3VybmFsOi9ydW4vc3lzdGVtZC9qb3VybmFsIFwKICAtdiAvdmFyL2V0dzovdmFyL2V0dzp6IFwKICAkUlBJTUFHRSBcCiAgZ2F0ZXdheQpFeGVjU3RvcD0vdXNyL2Jpbi9kb2NrZXIgc3RvcCAtdCAzNjAwICVOClRpbWVvdXRTdG9wU2VjPTM2MDAKUmVzdGFydD1hbHdheXMKUmVzdGFydFNlYz0xClN0YXJ0TGltaXRJbnRlcnZhbD0wCgpbSW5zdGFsbF0KV2FudGVkQnk9bXVsdGktdXNlci50YXJnZXQKRU9GCgpjaGNvbiAtUiBzeXN0ZW1fdTpvYmplY3Rfcjp2YXJfbG9nX3Q6czAgL3Zhci9vcHQvbWljcm9zb2Z0L2xpbnV4bW9uYWdlbnQKCm1rZGlyIC1wIC92YXIvbGliL3dhYWdlbnQvTWljcm9zb2Z0LkF6dXJlLktleVZhdWx0LlN0b3JlCgpmb3IgdmFyIGluICJtZHNkIiAibWRtIjsgZG8KY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2Rvd25sb2FkLSR2YXItY3JlZGVudGlhbHMuc2VydmljZSA8PEVPRgpbVW5pdF0KRGVzY3JpcHRpb249UGVyaW9kaWMgJHZhciBjcmVkZW50aWFscyByZWZyZXNoCgpbU2VydmljZV0KVHlwZT1vbmVzaG90CkV4ZWNTdGFydD0vdXNyL2xvY2FsL2Jpbi9kb3dubG9hZC1jcmVkZW50aWFscy5zaCAkdmFyCkVPRgoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2Rvd25sb2FkLSR2YXItY3JlZGVudGlhbHMudGltZXIgPDxFT0YKW1VuaXRdCkRlc2NyaXB0aW9uPVBlcmlvZGljICR2YXIgY3JlZGVudGlhbHMgcmVmcmVzaAoKW1RpbWVyXQpPbkJvb3RTZWM9MG1pbgpPbkNhbGVuZGFyPTAvMTI6MDA6MDAKQWNjdXJhY3lTZWM9NXMKCltJbnN0YWxsXQpXYW50ZWRCeT10aW1lcnMudGFyZ2V0CkVPRgpkb25lCgpjYXQgPi91c3IvbG9jYWwvYmluL2Rvd25sb2FkLWNyZWRlbnRpYWxzLnNoIDw8RU9GCiMhL2Jpbi9iYXNoCnNldCAtZXUKCkNPTVBPTkVOVD0iXCQxIgplY2hvICJEb3dubG9hZCBcJENPTVBPTkVOVCBjcmVkZW50aWFscyIKClRFTVBfRElSPVwkKG1rdGVtcCAtZCkKZXhwb3J0IEFaVVJFX0NPTkZJR19ESVI9XCQobWt0ZW1wIC1kKQpheiBsb2dpbiAtaSAtLWFsbG93LW5vLXN1YnNjcmlwdGlvbnMKCnRyYXAgImNsZWFudXAiIEVYSVQKCmNsZWFudXAoKSB7CiAgYXogbG9nb3V0CiAgW1sgIlwkVEVNUF9ESVIiID1+IC90bXAvLisgXV0gJiYgcm0gLXJmIFwkVEVNUF9ESVIKICBbWyAiXCRBWlVSRV9DT05GSUdfRElSIiA9fiAvdG1wLy4rIF1dICYmIHJtIC1yZiBcJEFaVVJFX0NPTkZJR19ESVIKfQoKaWYgWyAiXCRDT01QT05FTlQiID0gIm1kbSIgXTsgdGhlbgogIENVUlJFTlRfQ0VSVF9GSUxFPSIvZXRjL21kbS5wZW0iCmVsaWYgWyAiXCRDT01QT05FTlQiID0gIm1kc2QiIF07IHRoZW4KICBDVVJSRU5UX0NFUlRfRklMRT0iL3Zhci9saWIvd2FhZ2VudC9NaWNyb3NvZnQuQXp1cmUuS2V5VmF1bHQuU3RvcmUvbWRzZC5wZW0iCmVsc2UKICBlY2hvIEludmFsaWQgdXNhZ2UgJiYgZXhpdCAxCmZpCgpTRUNSRVRfTkFNRT0iZ3d5LVwke0NPTVBPTkVOVH0iCk5FV19DRVJUX0ZJTEU9IlwkVEVNUF9ESVIvXCRDT01QT05FTlQucGVtIgpmb3IgYXR0ZW1wdCBpbiB7MS4uNX07IGRvCiAgYXoga2V5dmF1bHQgc2VjcmV0IGRvd25sb2FkIC0tZmlsZSBcJE5FV19DRVJUX0ZJTEUgLS1pZCAiaHR0cHM6Ly8kS0VZVkFVTFRQUkVGSVgtZ3d5LiRLRVlWQVVMVEROU1NVRkZJWC9zZWNyZXRzL1wkU0VDUkVUX05BTUUiICYmIGJyZWFrCiAgaWYgW1sgXCRhdHRlbXB0IC1sdCA1IF1dOyB0aGVuIHNsZWVwIDEwOyBlbHNlIGV4aXQgMTsgZmkKZG9uZQoKaWYgWyAtZiBcJE5FV19DRVJUX0ZJTEUgXTsgdGhlbgogIGlmIFsgIlwkQ09NUE9ORU5UIiA9ICJtZHNkIiBdOyB0aGVuCiAgICBjaG93biBzeXNsb2c6c3lzbG9nIFwkTkVXX0NFUlRfRklMRQogIGVsc2UKICAgIHNlZCAtaSAtbmUgJzEsL0VORCBDRVJUSUZJQ0FURS8gcCcgXCRORVdfQ0VSVF9GSUxFCiAgZmkKICBpZiAhIGRpZmYgJE5FV19DRVJUX0ZJTEUgJENVUlJFTlRfQ0VSVF9GSUxFID4vZGV2L251bGwgMj4mMTsgdGhlbgogICAgY2htb2QgMDYwMCBcJE5FV19DRVJUX0ZJTEUKICAgIG12IFwkTkVXX0NFUlRfRklMRSBcJENVUlJFTlRfQ0VSVF9GSUxFCiAgZmkKZWxzZQogIGVjaG8gRmFpbGVkIHRvIHJlZnJlc2ggY2VydGlmaWNhdGUgZm9yIFwkQ09NUE9ORU5UICYmIGV4aXQgMQpmaQpFT0YKCmNobW9kIHUreCAvdXNyL2xvY2FsL2Jpbi9kb3dubG9hZC1jcmVkZW50aWFscy5zaAoKc3lzdGVtY3RsIGVuYWJsZSBkb3dubG9hZC1tZHNkLWNyZWRlbnRpYWxzLnRpbWVyCnN5c3RlbWN0bCBlbmFibGUgZG93bmxvYWQtbWRtLWNyZWRlbnRpYWxzLnRpbWVyCgovdXNyL2xvY2FsL2Jpbi9kb3dubG9hZC1jcmVkZW50aWFscy5zaCBtZHNkCi91c3IvbG9jYWwvYmluL2Rvd25sb2FkLWNyZWRlbnRpYWxzLnNoIG1kbQpNRFNEQ0VSVElGSUNBVEVTQU49JChvcGVuc3NsIHg1MDkgLWluIC92YXIvbGliL3dhYWdlbnQvTWljcm9zb2Z0LkF6dXJlLktleVZhdWx0LlN0b3JlL21kc2QucGVtIC1ub291dCAtc3ViamVjdCB8IHNlZCAtZSAncy8uKkNOPS8vJykKCmNhdCA+L2V0Yy9zeXN0ZW1kL3N5c3RlbS93YXRjaC1tZG0tY3JlZGVudGlhbHMuc2VydmljZSA8PEVPRgpbVW5pdF0KRGVzY3JpcHRpb249V2F0Y2ggZm9yIGNoYW5nZXMgaW4gbWRtLnBlbSBhbmQgcmVzdGFydHMgdGhlIG1kbSBzZXJ2aWNlCgpbU2VydmljZV0KVHlwZT1vbmVzaG90CkV4ZWNTdGFydD0vdXNyL2Jpbi9zeXN0ZW1jdGwgcmVzdGFydCBtZG0uc2VydmljZQoKW0luc3RhbGxdCldhbnRlZEJ5PW11bHRpLXVzZXIudGFyZ2V0CkVPRgoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL3dhdGNoLW1kbS1jcmVkZW50aWFscy5wYXRoIDw8RU9GCltQYXRoXQpQYXRoTW9kaWZpZWQ9L2V0Yy9tZG0ucGVtCgpbSW5zdGFsbF0KV2FudGVkQnk9bXVsdGktdXNlci50YXJnZXQKRU9GCgpzeXN0ZW1jdGwgZW5hYmxlIHdhdGNoLW1kbS1jcmVkZW50aWFscy5wYXRoCnN5c3RlbWN0bCBzdGFydCB3YXRjaC1tZG0tY3JlZGVudGlhbHMucGF0aAoKbWtkaXIgL2V0Yy9zeXN0ZW1kL3N5c3RlbS9tZHNkLnNlcnZpY2UuZApjYXQgPi9ldGMvc3lzdGVtZC9zeXN0ZW0vbWRzZC5zZXJ2aWNlLmQvb3ZlcnJpZGUuY29uZiA8PCdFT0YnCltVbml0XQpBZnRlcj1uZXR3b3JrLW9ubGluZS50YXJnZXQKRU9GCgpjYXQgPi9ldGMvZGVmYXVsdC9tZHNkIDw8RU9GCk1EU0RfUk9MRV9QUkVGSVg9L3Zhci9ydW4vbWRzZC9kZWZhdWx0Ck1EU0RfT1BUSU9OUz0iLUEgLWQgLXIgXCRNRFNEX1JPTEVfUFJFRklYIgoKZXhwb3J0IE1PTklUT1JJTkdfR0NTX0VOVklST05NRU5UPSckTURTREVOVklST05NRU5UJwpleHBvcnQgTU9OSVRPUklOR19HQ1NfQUNDT1VOVD0nJFJQTURTREFDQ09VTlQnCmV4cG9ydCBNT05JVE9SSU5HX0dDU19SRUdJT049JyRMT0NBVElPTicKZXhwb3J0IE1PTklUT1JJTkdfR0NTX0FVVEhfSURfVFlQRT1BdXRoS2V5VmF1bHQKZXhwb3J0IE1PTklUT1JJTkdfR0NTX0FVVEhfSUQ9JyRNRFNEQ0VSVElGSUNBVEVTQU4nCmV4cG9ydCBNT05JVE9SSU5HX0dDU19OQU1FU1BBQ0U9JyRSUE1EU0ROQU1FU1BBQ0UnCmV4cG9ydCBNT05JVE9SSU5HX0NPTkZJR19WRVJTSU9OPSckR0FURVdBWU1EU0RDT05GSUdWRVJTSU9OJwpleHBvcnQgTU9OSVRPUklOR19VU0VfR0VORVZBX0NPTkZJR19TRVJWSUNFPXRydWUKCmV4cG9ydCBNT05JVE9SSU5HX1RFTkFOVD0nJExPQ0FUSU9OJwpleHBvcnQgTU9OSVRPUklOR19ST0xFPWdhdGV3YXkKZXhwb3J0IE1PTklUT1JJTkdfUk9MRV9JTlNUQU5DRT0nJChob3N0bmFtZSknCgpleHBvcnQgTURTRF9NU0dQQUNLX1NPUlRfQ09MVU1OUz0xCkVPRgoKIyBzZXR0aW5nIE1PTklUT1JJTkdfR0NTX0FVVEhfSURfVFlQRT1BdXRoS2V5VmF1bHQgc2VlbXMgdG8gaGF2ZSBjYXVzZWQgbWRzZCBub3QKIyB0byBob25vdXIgU1NMX0NFUlRfRklMRSBhbnkgbW9yZSwgaGVhdmVuIG9ubHkga25vd3Mgd2h5Lgpta2RpciAtcCAvdXNyL2xpYi9zc2wvY2VydHMKY3NwbGl0IC1mIC91c3IvbGliL3NzbC9jZXJ0cy9jZXJ0LSAtYiAlMDNkLnBlbSAvZXRjL3BraS90bHMvY2VydHMvY2EtYnVuZGxlLmNydCAvXiQvMSB7Kn0gPi9kZXYvbnVsbApjX3JlaGFzaCAvdXNyL2xpYi9zc2wvY2VydHMKCiMgd2UgbGVhdmUgY2xpZW50SWQgYmxhbmsgYXMgbG9uZyBhcyBvbmx5IDEgbWFuYWdlZCBpZGVudGl0eSBhc3NpZ25lZCB0byB2bXNzCiMgaWYgd2UgaGF2ZSBtb3JlIHRoYW4gMSwgd2Ugd2lsbCBuZWVkIHRvIHBvcHVsYXRlIHdpdGggY2xpZW50SWQgdXNlZCBmb3Igb2ZmLW5vZGUgc2Nhbm5pbmcKY2F0ID4vZXRjL2RlZmF1bHQvdnNhLW5vZGVzY2FuLWFnZW50LmNvbmZpZyA8PEVPRgp7CiAgICAiTmljZSI6IDE5LAogICAgIlRpbWVvdXQiOiAxMDgwMCwKICAgICJDbGllbnRJZCI6ICIiLAogICAgIlRlbmFudElkIjogIiRBWlVSRVNFQ1BBQ0tWU0FURU5BTlRJRCIsCiAgICAiUHJvY2Vzc1RpbWVvdXQiOiAzMDAsCiAgICAiQ29tbWFuZERlbGF5IjogMAogIH0KRU9GCgojIHdlIHN0YXJ0IGEgY3JvbiBqb2IgdG8gcnVuIGV2ZXJ5IGhvdXIgdG8gZW5zdXJlIHRoZSBzYWlkIGRpcmVjdG9yeSBpcyBhY2Nlc3NpYmxlCiMgYnkgdGhlIGNvcnJlY3QgdXNlciBhcyBpdCBnZXRzIGNyZWF0ZWQgYnkgcm9vdCBhbmQgbWF5IGNhdXNlIGEgcmFjZSBjb25kaXRpb24KIyB3aGVyZSByb290IG93bnMgdGhlIGRpciBpbnN0ZWFkIG9mIHN5c2xvZwojIFRPRE86IGh0dHBzOi8vbXNhenVyZS52aXN1YWxzdHVkaW8uY29tL0F6dXJlUmVkSGF0T3BlblNoaWZ0L193b3JraXRlbXMvZWRpdC8xMjU5MTIwNwpjYXQgPi9ldGMvY3Jvbi5kL21kc2QtY2hvd24td29ya2Fyb3VuZCA8PEVPRgpTSEVMTD0vYmluL2Jhc2gKUEFUSD0vYmluCjAgKiAqICogKiByb290IGNob3duIHN5c2xvZzpzeXNsb2cgL3Zhci9vcHQvbWljcm9zb2Z0L2xpbnV4bW9uYWdlbnQvZWgvRXZlbnROb3RpY2UvYXJvcnBsb2dzKgpFT0YKCmZvciBzZXJ2aWNlIGluIGFyby1nYXRld2F5IGF1b21zIGF6c2VjZCBhenNlY21vbmQgbWRzZCBtZG0gY2hyb255ZCBmbHVlbnRiaXQ7IGRvCiAgc3lzdGVtY3RsIGVuYWJsZSAkc2VydmljZS5zZXJ2aWNlCmRvbmUKCmZvciBzY2FuIGluIGJhc2VsaW5lIGNsYW1hdiBzb2Z0d2FyZTsgZG8KICAvdXNyL2xvY2FsL2Jpbi9henNlY2QgY29uZmlnIC1zICRzY2FuIC1kIFAxRApkb25lCgpyZXN0b3JlY29uIC1SRiAvdmFyL2xvZy8qCgooc2xlZXAgMzA7IHJlYm9vdCkgJgo=')))]" } } } diff --git a/pkg/deploy/assets/rp-production.json b/pkg/deploy/assets/rp-production.json index 926159836..4c43aee17 100644 --- a/pkg/deploy/assets/rp-production.json +++ b/pkg/deploy/assets/rp-production.json @@ -474,7 +474,7 @@ "autoUpgradeMinorVersion": true, "settings": {}, "protectedSettings": { - "script": "[base64(concat(base64ToString('c2V0IC1leAoK'),'ACRRESOURCEID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('acrResourceId')),''')\n','ADMINAPICLIENTCERTCOMMONNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('adminApiClientCertCommonName')),''')\n','ARMAPICLIENTCERTCOMMONNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('armApiClientCertCommonName')),''')\n','ARMCLIENTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('armClientId')),''')\n','AZURECLOUDNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('azureCloudName')),''')\n','AZURESECPACKVSATENANTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('azureSecPackVSATenantId')),''')\n','BILLINGE2ESTORAGEACCOUNTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('billingE2EStorageAccountId')),''')\n','CLUSTERMDMACCOUNT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('clusterMdmAccount')),''')\n','CLUSTERMDSDACCOUNT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('clusterMdsdAccount')),''')\n','CLUSTERMDSDCONFIGVERSION=$(base64 -d \u003c\u003c\u003c''',base64(parameters('clusterMdsdConfigVersion')),''')\n','CLUSTERMDSDNAMESPACE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('clusterMdsdNamespace')),''')\n','CLUSTERPARENTDOMAINNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('clusterParentDomainName')),''')\n','DATABASEACCOUNTNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('databaseAccountName')),''')\n','DBTOKENCLIENTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('dbtokenClientId')),''')\n','FLUENTBITIMAGE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('fluentbitImage')),''')\n','FPCLIENTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('fpClientId')),''')\n','FPSERVICEPRINCIPALID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('fpServicePrincipalId')),''')\n','GATEWAYDOMAINS=$(base64 -d \u003c\u003c\u003c''',base64(parameters('gatewayDomains')),''')\n','GATEWAYRESOURCEGROUPNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('gatewayResourceGroupName')),''')\n','GATEWAYSERVICEPRINCIPALID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('gatewayServicePrincipalId')),''')\n','KEYVAULTDNSSUFFIX=$(base64 -d \u003c\u003c\u003c''',base64(parameters('keyvaultDNSSuffix')),''')\n','KEYVAULTPREFIX=$(base64 -d \u003c\u003c\u003c''',base64(parameters('keyvaultPrefix')),''')\n','MDMFRONTENDURL=$(base64 -d \u003c\u003c\u003c''',base64(parameters('mdmFrontendUrl')),''')\n','MDSDENVIRONMENT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('mdsdEnvironment')),''')\n','PORTALACCESSGROUPIDS=$(base64 -d \u003c\u003c\u003c''',base64(parameters('portalAccessGroupIds')),''')\n','PORTALCLIENTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('portalClientId')),''')\n','PORTALELEVATEDGROUPIDS=$(base64 -d \u003c\u003c\u003c''',base64(parameters('portalElevatedGroupIds')),''')\n','RPFEATURES=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpFeatures')),''')\n','RPIMAGE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpImage')),''')\n','RPMDMACCOUNT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdmAccount')),''')\n','RPMDSDACCOUNT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdsdAccount')),''')\n','RPMDSDCONFIGVERSION=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdsdConfigVersion')),''')\n','RPMDSDNAMESPACE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdsdNamespace')),''')\n','RPPARENTDOMAINNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpParentDomainName')),''')\n','ADMINAPICABUNDLE=''',parameters('adminApiCaBundle'),'''\n','ARMAPICABUNDLE=''',parameters('armApiCaBundle'),'''\n','MDMIMAGE=''/genevamdm:master_20220419.1''\n','LOCATION=$(base64 -d \u003c\u003c\u003c''',base64(resourceGroup().location),''')\n','SUBSCRIPTIONID=$(base64 -d \u003c\u003c\u003c''',base64(subscription().subscriptionId),''')\n','RESOURCEGROUPNAME=$(base64 -d \u003c\u003c\u003c''',base64(resourceGroup().name),''')\n','\n',base64ToString('Cnl1bSAteSB1cGRhdGUgLXggV0FMaW51eEFnZW50CgpsdmV4dGVuZCAtbCArNTAlRlJFRSAvZGV2L3Jvb3R2Zy9yb290bHYKeGZzX2dyb3dmcyAvCgpsdmV4dGVuZCAtbCArMTAwJUZSRUUgL2Rldi9yb290dmcvdmFybHYKeGZzX2dyb3dmcyAvdmFyCgojIGF2b2lkICJlcnJvcjogZGI1IGVycm9yKC0zMDk2OSkgZnJvbSBkYmVudi0+b3BlbjogQkRCMDA5MSBEQl9WRVJTSU9OX01JU01BVENIOiBEYXRhYmFzZSBlbnZpcm9ubWVudCB2ZXJzaW9uIG1pc21hdGNoIgpybSAtZiAvdmFyL2xpYi9ycG0vX19kYioKCnJwbSAtLWltcG9ydCBodHRwczovL2RsLmZlZG9yYXByb2plY3Qub3JnL3B1Yi9lcGVsL1JQTS1HUEctS0VZLUVQRUwtNwpycG0gLS1pbXBvcnQgaHR0cHM6Ly9wYWNrYWdlcy5taWNyb3NvZnQuY29tL2tleXMvbWljcm9zb2Z0LmFzYwoKZm9yIGF0dGVtcHQgaW4gezEuLjV9OyBkbwogIHl1bSAteSBpbnN0YWxsIGh0dHBzOi8vZGwuZmVkb3JhcHJvamVjdC5vcmcvcHViL2VwZWwvZXBlbC1yZWxlYXNlLWxhdGVzdC03Lm5vYXJjaC5ycG0gJiYgYnJlYWsKICBpZiBbWyAke2F0dGVtcHR9IC1sdCA1IF1dOyB0aGVuIHNsZWVwIDEwOyBlbHNlIGV4aXQgMTsgZmkKZG9uZQoKY2F0ID4vZXRjL3l1bS5yZXBvcy5kL2F6dXJlLnJlcG8gPDwnRU9GJwpbYXp1cmUtY2xpXQpuYW1lPWF6dXJlLWNsaQpiYXNldXJsPWh0dHBzOi8vcGFja2FnZXMubWljcm9zb2Z0LmNvbS95dW1yZXBvcy9henVyZS1jbGkKZW5hYmxlZD15ZXMKZ3BnY2hlY2s9eWVzCgpbYXp1cmVjb3JlXQpuYW1lPWF6dXJlY29yZQpiYXNldXJsPWh0dHBzOi8vcGFja2FnZXMubWljcm9zb2Z0LmNvbS95dW1yZXBvcy9henVyZWNvcmUKZW5hYmxlZD15ZXMKZ3BnY2hlY2s9bm8KRU9GCgpzZW1hbmFnZSBmY29udGV4dCAtYSAtdCB2YXJfbG9nX3QgIi92YXIvbG9nL2pvdXJuYWwoLy4qKT8iCm1rZGlyIC1wIC92YXIvbG9nL2pvdXJuYWwKCmZvciBhdHRlbXB0IGluIHsxLi41fTsgZG8KeXVtIC0tZW5hYmxlcmVwbz1yaHVpLXJoZWwtNy1zZXJ2ZXItcmh1aS1vcHRpb25hbC1ycG1zIC15IGluc3RhbGwgY2xhbWF2IGF6c2VjLWNsYW1hdiBhenNlYy1tb25pdG9yIGF6dXJlLWNsaSBhenVyZS1tZHNkIGF6dXJlLXNlY3VyaXR5IGRvY2tlciBvcGVuc3NsLXBlcmwgcHl0aG9uMyAmJiBicmVhawogICMgaGFjayAtIHdlIGFyZSBpbnN0YWxsaW5nIHB5dGhvbjMgb24gaG9zdHMgZHVlIHRvIGFuIGlzc3VlIHdpdGggQXp1cmUgTGludXggRXh0ZW5zaW9ucyBodHRwczovL2dpdGh1Yi5jb20vQXp1cmUvYXp1cmUtbGludXgtZXh0ZW5zaW9ucy9wdWxsLzE1MDUKICBpZiBbWyAke2F0dGVtcHR9IC1sdCA1IF1dOyB0aGVuIHNsZWVwIDEwOyBlbHNlIGV4aXQgMTsgZmkKZG9uZQoKcnBtIC1lICQocnBtIC1xYSB8IGdyZXAgXmFicnQtKQoKIyBodHRwczovL2FjY2Vzcy5yZWRoYXQuY29tL3NlY3VyaXR5L2N2ZS9jdmUtMjAyMC0xMzQwMQpjYXQgPi9ldGMvc3lzY3RsLmQvMDItZGlzYWJsZS1hY2NlcHQtcmEuY29uZiA8PCdFT0YnCm5ldC5pcHY2LmNvbmYuYWxsLmFjY2VwdF9yYT0wCkVPRgoKY2F0ID4vZXRjL3N5c2N0bC5kLzAxLWRpc2FibGUtY29yZS5jb25mIDw8J0VPRicKa2VybmVsLmNvcmVfcGF0dGVybiA9IHwvYmluL3RydWUKRU9GCnN5c2N0bCAtLXN5c3RlbQoKZmlyZXdhbGwtY21kIC0tYWRkLXBvcnQ9NDQzL3RjcCAtLXBlcm1hbmVudApmaXJld2FsbC1jbWQgLS1hZGQtcG9ydD00NDQvdGNwIC0tcGVybWFuZW50CmZpcmV3YWxsLWNtZCAtLWFkZC1wb3J0PTQ0NS90Y3AgLS1wZXJtYW5lbnQKZmlyZXdhbGwtY21kIC0tYWRkLXBvcnQ9MjIyMi90Y3AgLS1wZXJtYW5lbnQKCmV4cG9ydCBBWlVSRV9DTE9VRF9OQU1FPSRBWlVSRUNMT1VETkFNRQoKYXogbG9naW4gLWkgLS1hbGxvdy1uby1zdWJzY3JpcHRpb25zCgpzeXN0ZW1jdGwgc3RhcnQgZG9ja2VyLnNlcnZpY2UKYXogYWNyIGxvZ2luIC0tbmFtZSAiJChzZWQgLWUgJ3N8LiovfHwnIDw8PCIkQUNSUkVTT1VSQ0VJRCIpIgoKTURNSU1BR0U9IiR7UlBJTUFHRSUlLyp9LyR7TURNSU1BR0UjIyovfSIKZG9ja2VyIHB1bGwgIiRNRE1JTUFHRSIKZG9ja2VyIHB1bGwgIiRSUElNQUdFIgpkb2NrZXIgcHVsbCAiJEZMVUVOVEJJVElNQUdFIgoKYXogbG9nb3V0Cgpta2RpciAtcCAvZXRjL2ZsdWVudGJpdC8KbWtkaXIgLXAgL3Zhci9saWIvZmx1ZW50CgpjYXQgPi9ldGMvZmx1ZW50Yml0L2ZsdWVudGJpdC5jb25mIDw8J0VPRicKW0lOUFVUXQoJTmFtZSBzeXN0ZW1kCglUYWcgam91cm5hbGQKCVN5c3RlbWRfRmlsdGVyIF9DT01NPWFybwoKW0ZJTFRFUl0KCU5hbWUgbW9kaWZ5CglNYXRjaCBqb3VybmFsZAoJUmVtb3ZlX3dpbGRjYXJkIF8KCVJlbW92ZSBUSU1FU1RBTVAKCltGSUxURVJdCglOYW1lIHJld3JpdGVfdGFnCglNYXRjaCBqb3VybmFsZAoJUnVsZSAkTE9HS0lORCBpZnhhdWRpdCBpZnhhdWRpdCBmYWxzZQoKW09VVFBVVF0KCU5hbWUgZm9yd2FyZAoJTWF0Y2ggKgoJUG9ydCAyOTIzMApFT0YKCmVjaG8gIkZMVUVOVEJJVElNQUdFPSRGTFVFTlRCSVRJTUFHRSIgPi9ldGMvc3lzY29uZmlnL2ZsdWVudGJpdAoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2ZsdWVudGJpdC5zZXJ2aWNlIDw8J0VPRicKW1VuaXRdCkFmdGVyPWRvY2tlci5zZXJ2aWNlClJlcXVpcmVzPWRvY2tlci5zZXJ2aWNlClN0YXJ0TGltaXRJbnRlcnZhbFNlYz0wCgpbU2VydmljZV0KUmVzdGFydFNlYz0xcwpFbnZpcm9ubWVudEZpbGU9L2V0Yy9zeXNjb25maWcvZmx1ZW50Yml0CkV4ZWNTdGFydFByZT0tL3Vzci9iaW4vZG9ja2VyIHJtIC1mICVOCkV4ZWNTdGFydD0vdXNyL2Jpbi9kb2NrZXIgcnVuIFwKICAtLXNlY3VyaXR5LW9wdCBsYWJlbD1kaXNhYmxlIFwKICAtLWVudHJ5cG9pbnQgL29wdC90ZC1hZ2VudC1iaXQvYmluL3RkLWFnZW50LWJpdCBcCiAgLS1uZXQ9aG9zdCBcCiAgLS1ob3N0bmFtZSAlSCBcCiAgLS1uYW1lICVOIFwKICAtLXJtIFwKICAtLWNhcC1kcm9wIG5ldF9yYXcgXAogIC12IC9ldGMvZmx1ZW50Yml0L2ZsdWVudGJpdC5jb25mOi9ldGMvZmx1ZW50Yml0L2ZsdWVudGJpdC5jb25mIFwKICAtdiAvdmFyL2xpYi9mbHVlbnQ6L3Zhci9saWIvZmx1ZW50OnogXAogIC12IC92YXIvbG9nL2pvdXJuYWw6L3Zhci9sb2cvam91cm5hbDpybyBcCiAgLXYgL3J1bi9sb2cvam91cm5hbDovcnVuL2xvZy9qb3VybmFsOnJvIFwKICAtdiAvZXRjL21hY2hpbmUtaWQ6L2V0Yy9tYWNoaW5lLWlkOnJvIFwKICAkRkxVRU5UQklUSU1BR0UgXAogIC1jIC9ldGMvZmx1ZW50Yml0L2ZsdWVudGJpdC5jb25mCgpFeGVjU3RvcD0vdXNyL2Jpbi9kb2NrZXIgc3RvcCAlTgpSZXN0YXJ0PWFsd2F5cwpSZXN0YXJ0U2VjPTUKU3RhcnRMaW1pdEludGVydmFsPTAKCltJbnN0YWxsXQpXYW50ZWRCeT1tdWx0aS11c2VyLnRhcmdldApFT0YKCm1rZGlyIC9ldGMvYXJvLXJwCmJhc2U2NCAtZCA8PDwiJEFETUlOQVBJQ0FCVU5ETEUiID4vZXRjL2Fyby1ycC9hZG1pbi1jYS1idW5kbGUucGVtCmlmIFtbIC1uICIkQVJNQVBJQ0FCVU5ETEUiIF1dOyB0aGVuCiAgYmFzZTY0IC1kIDw8PCIkQVJNQVBJQ0FCVU5ETEUiID4vZXRjL2Fyby1ycC9hcm0tY2EtYnVuZGxlLnBlbQpmaQpjaG93biAtUiAxMDAwOjEwMDAgL2V0Yy9hcm8tcnAKCmNhdCA+L2V0Yy9zeXNjb25maWcvbWRtIDw8RU9GCk1ETUZST05URU5EVVJMPSckTURNRlJPTlRFTkRVUkwnCk1ETUlNQUdFPSckTURNSU1BR0UnCk1ETVNPVVJDRUVOVklST05NRU5UPSckTE9DQVRJT04nCk1ETVNPVVJDRVJPTEU9cnAKTURNU09VUkNFUk9MRUlOU1RBTkNFPSckKGhvc3RuYW1lKScKRU9GCgpta2RpciAvdmFyL2V0dwpjYXQgPi9ldGMvc3lzdGVtZC9zeXN0ZW0vbWRtLnNlcnZpY2UgPDwnRU9GJwpbVW5pdF0KQWZ0ZXI9ZG9ja2VyLnNlcnZpY2UKUmVxdWlyZXM9ZG9ja2VyLnNlcnZpY2UKCltTZXJ2aWNlXQpFbnZpcm9ubWVudEZpbGU9L2V0Yy9zeXNjb25maWcvbWRtCkV4ZWNTdGFydFByZT0tL3Vzci9iaW4vZG9ja2VyIHJtIC1mICVOCkV4ZWNTdGFydD0vdXNyL2Jpbi9kb2NrZXIgcnVuIFwKICAtLWVudHJ5cG9pbnQgL3Vzci9zYmluL01ldHJpY3NFeHRlbnNpb24gXAogIC0taG9zdG5hbWUgJUggXAogIC0tbmFtZSAlTiBcCiAgLS1ybSBcCiAgLS1jYXAtZHJvcCBuZXRfcmF3IFwKICAtbSAyZyBcCiAgLXYgL2V0Yy9tZG0ucGVtOi9ldGMvbWRtLnBlbSBcCiAgLXYgL3Zhci9ldHc6L3Zhci9ldHc6eiBcCiAgJE1ETUlNQUdFIFwKICAtQ2VydEZpbGUgL2V0Yy9tZG0ucGVtIFwKICAtRnJvbnRFbmRVcmwgJE1ETUZST05URU5EVVJMIFwKICAtTG9nZ2VyIENvbnNvbGUgXAogIC1Mb2dMZXZlbCBXYXJuaW5nIFwKICAtUHJpdmF0ZUtleUZpbGUgL2V0Yy9tZG0ucGVtIFwKICAtU291cmNlRW52aXJvbm1lbnQgJE1ETVNPVVJDRUVOVklST05NRU5UIFwKICAtU291cmNlUm9sZSAkTURNU09VUkNFUk9MRSBcCiAgLVNvdXJjZVJvbGVJbnN0YW5jZSAkTURNU09VUkNFUk9MRUlOU1RBTkNFCkV4ZWNTdG9wPS91c3IvYmluL2RvY2tlciBzdG9wICVOClJlc3RhcnQ9YWx3YXlzClJlc3RhcnRTZWM9MQpTdGFydExpbWl0SW50ZXJ2YWw9MAoKW0luc3RhbGxdCldhbnRlZEJ5PW11bHRpLXVzZXIudGFyZ2V0CkVPRgoKY2F0ID4vZXRjL3N5c2NvbmZpZy9hcm8tcnAgPDxFT0YKQUNSX1JFU09VUkNFX0lEPSckQUNSUkVTT1VSQ0VJRCcKQURNSU5fQVBJX0NMSUVOVF9DRVJUX0NPTU1PTl9OQU1FPSckQURNSU5BUElDTElFTlRDRVJUQ09NTU9OTkFNRScKQVJNX0FQSV9DTElFTlRfQ0VSVF9DT01NT05fTkFNRT0nJEFSTUFQSUNMSUVOVENFUlRDT01NT05OQU1FJwpBWlVSRV9BUk1fQ0xJRU5UX0lEPSckQVJNQ0xJRU5USUQnCkFaVVJFX0ZQX0NMSUVOVF9JRD0nJEZQQ0xJRU5USUQnCkFaVVJFX0ZQX1NFUlZJQ0VfUFJJTkNJUEFMX0lEPSckRlBTRVJWSUNFUFJJTkNJUEFMSUQnCkJJTExJTkdfRTJFX1NUT1JBR0VfQUNDT1VOVF9JRD0nJEJJTExJTkdFMkVTVE9SQUdFQUNDT1VOVElEJwpDTFVTVEVSX01EU0RfQUNDT1VOVD0nJENMVVNURVJNRFNEQUNDT1VOVCcKQ0xVU1RFUl9NRFNEX0NPTkZJR19WRVJTSU9OPSckQ0xVU1RFUk1EU0RDT05GSUdWRVJTSU9OJwpDTFVTVEVSX01EU0RfTkFNRVNQQUNFPSckQ0xVU1RFUk1EU0ROQU1FU1BBQ0UnCkRBVEFCQVNFX0FDQ09VTlRfTkFNRT0nJERBVEFCQVNFQUNDT1VOVE5BTUUnCkRPTUFJTl9OQU1FPSckTE9DQVRJT04uJENMVVNURVJQQVJFTlRET01BSU5OQU1FJwpHQVRFV0FZX0RPTUFJTlM9JyRHQVRFV0FZRE9NQUlOUycKR0FURVdBWV9SRVNPVVJDRUdST1VQPSckR0FURVdBWVJFU09VUkNFR1JPVVBOQU1FJwpLRVlWQVVMVF9QUkVGSVg9JyRLRVlWQVVMVFBSRUZJWCcKTURNX0FDQ09VTlQ9JyRSUE1ETUFDQ09VTlQnCk1ETV9OQU1FU1BBQ0U9UlAKTURTRF9FTlZJUk9OTUVOVD0nJE1EU0RFTlZJUk9OTUVOVCcKUlBfRkVBVFVSRVM9JyRSUEZFQVRVUkVTJwpSUElNQUdFPSckUlBJTUFHRScKRU9GCgpjYXQgPi9ldGMvc3lzdGVtZC9zeXN0ZW0vYXJvLXJwLnNlcnZpY2UgPDwnRU9GJwpbVW5pdF0KQWZ0ZXI9ZG9ja2VyLnNlcnZpY2UKUmVxdWlyZXM9ZG9ja2VyLnNlcnZpY2UKCltTZXJ2aWNlXQpFbnZpcm9ubWVudEZpbGU9L2V0Yy9zeXNjb25maWcvYXJvLXJwCkV4ZWNTdGFydFByZT0tL3Vzci9iaW4vZG9ja2VyIHJtIC1mICVOCkV4ZWNTdGFydD0vdXNyL2Jpbi9kb2NrZXIgcnVuIFwKICAtLWhvc3RuYW1lICVIIFwKICAtLW5hbWUgJU4gXAogIC0tcm0gXAogIC0tY2FwLWRyb3AgbmV0X3JhdyBcCiAgLWUgQUNSX1JFU09VUkNFX0lEIFwKICAtZSBBRE1JTl9BUElfQ0xJRU5UX0NFUlRfQ09NTU9OX05BTUUgXAogIC1lIEFSTV9BUElfQ0xJRU5UX0NFUlRfQ09NTU9OX05BTUUgXAogIC1lIEFaVVJFX0FSTV9DTElFTlRfSUQgXAogIC1lIEFaVVJFX0ZQX0NMSUVOVF9JRCBcCiAgLWUgQklMTElOR19FMkVfU1RPUkFHRV9BQ0NPVU5UX0lEIFwKICAtZSBDTFVTVEVSX01EU0RfQUNDT1VOVCBcCiAgLWUgQ0xVU1RFUl9NRFNEX0NPTkZJR19WRVJTSU9OIFwKICAtZSBDTFVTVEVSX01EU0RfTkFNRVNQQUNFIFwKICAtZSBEQVRBQkFTRV9BQ0NPVU5UX05BTUUgXAogIC1lIERPTUFJTl9OQU1FIFwKICAtZSBHQVRFV0FZX0RPTUFJTlMgXAogIC1lIEdBVEVXQVlfUkVTT1VSQ0VHUk9VUCBcCiAgLWUgS0VZVkFVTFRfUFJFRklYIFwKICAtZSBNRE1fQUNDT1VOVCBcCiAgLWUgTURNX05BTUVTUEFDRSBcCiAgLWUgTURTRF9FTlZJUk9OTUVOVCBcCiAgLWUgUlBfRkVBVFVSRVMgXAogIC1tIDJnIFwKICAtcCA0NDM6ODQ0MyBcCiAgLXYgL2V0Yy9hcm8tcnA6L2V0Yy9hcm8tcnAgXAogIC12IC9ydW4vc3lzdGVtZC9qb3VybmFsOi9ydW4vc3lzdGVtZC9qb3VybmFsIFwKICAtdiAvdmFyL2V0dzovdmFyL2V0dzp6IFwKICAkUlBJTUFHRSBcCiAgcnAKRXhlY1N0b3A9L3Vzci9iaW4vZG9ja2VyIHN0b3AgLXQgMzYwMCAlTgpUaW1lb3V0U3RvcFNlYz0zNjAwClJlc3RhcnQ9YWx3YXlzClJlc3RhcnRTZWM9MQpTdGFydExpbWl0SW50ZXJ2YWw9MAoKW0luc3RhbGxdCldhbnRlZEJ5PW11bHRpLXVzZXIudGFyZ2V0CkVPRgoKY2F0ID4vZXRjL3N5c2NvbmZpZy9hcm8tZGJ0b2tlbiA8PEVPRgpEQVRBQkFTRV9BQ0NPVU5UX05BTUU9JyREQVRBQkFTRUFDQ09VTlROQU1FJwpBWlVSRV9EQlRPS0VOX0NMSUVOVF9JRD0nJERCVE9LRU5DTElFTlRJRCcKQVpVUkVfR0FURVdBWV9TRVJWSUNFX1BSSU5DSVBBTF9JRD0nJEdBVEVXQVlTRVJWSUNFUFJJTkNJUEFMSUQnCktFWVZBVUxUX1BSRUZJWD0nJEtFWVZBVUxUUFJFRklYJwpNRE1fQUNDT1VOVD0nJFJQTURNQUNDT1VOVCcKTURNX05BTUVTUEFDRT1EQlRva2VuClJQSU1BR0U9JyRSUElNQUdFJwpFT0YKCmNhdCA+L2V0Yy9zeXN0ZW1kL3N5c3RlbS9hcm8tZGJ0b2tlbi5zZXJ2aWNlIDw8J0VPRicKW1VuaXRdCkFmdGVyPWRvY2tlci5zZXJ2aWNlClJlcXVpcmVzPWRvY2tlci5zZXJ2aWNlCgpbU2VydmljZV0KRW52aXJvbm1lbnRGaWxlPS9ldGMvc3lzY29uZmlnL2Fyby1kYnRva2VuCkV4ZWNTdGFydFByZT0tL3Vzci9iaW4vZG9ja2VyIHJtIC1mICVOCkV4ZWNTdGFydD0vdXNyL2Jpbi9kb2NrZXIgcnVuIFwKICAtLWhvc3RuYW1lICVIIFwKICAtLW5hbWUgJU4gXAogIC0tcm0gXAogIC0tY2FwLWRyb3AgbmV0X3JhdyBcCiAgLWUgQVpVUkVfR0FURVdBWV9TRVJWSUNFX1BSSU5DSVBBTF9JRCBcCiAgLWUgREFUQUJBU0VfQUNDT1VOVF9OQU1FIFwKICAtZSBBWlVSRV9EQlRPS0VOX0NMSUVOVF9JRCBcCiAgLWUgS0VZVkFVTFRfUFJFRklYIFwKICAtZSBNRE1fQUNDT1VOVCBcCiAgLWUgTURNX05BTUVTUEFDRSBcCiAgLW0gMmcgXAogIC1wIDQ0NTo4NDQ1IFwKICAtdiAvcnVuL3N5c3RlbWQvam91cm5hbDovcnVuL3N5c3RlbWQvam91cm5hbCBcCiAgLXYgL3Zhci9ldHc6L3Zhci9ldHc6eiBcCiAgJFJQSU1BR0UgXAogIGRidG9rZW4KRXhlY1N0b3A9L3Vzci9iaW4vZG9ja2VyIHN0b3AgLXQgMzYwMCAlTgpUaW1lb3V0U3RvcFNlYz0zNjAwClJlc3RhcnQ9YWx3YXlzClJlc3RhcnRTZWM9MQpTdGFydExpbWl0SW50ZXJ2YWw9MAoKW0luc3RhbGxdCldhbnRlZEJ5PW11bHRpLXVzZXIudGFyZ2V0CkVPRgoKY2F0ID4vZXRjL3N5c2NvbmZpZy9hcm8tbW9uaXRvciA8PEVPRgpDTFVTVEVSX01ETV9BQ0NPVU5UPSckQ0xVU1RFUk1ETUFDQ09VTlQnCkNMVVNURVJfTURNX05BTUVTUEFDRT1CQk0KREFUQUJBU0VfQUNDT1VOVF9OQU1FPSckREFUQUJBU0VBQ0NPVU5UTkFNRScKS0VZVkFVTFRfUFJFRklYPSckS0VZVkFVTFRQUkVGSVgnCk1ETV9BQ0NPVU5UPSckUlBNRE1BQ0NPVU5UJwpNRE1fTkFNRVNQQUNFPUJCTQpSUElNQUdFPSckUlBJTUFHRScKRU9GCgpjYXQgPi9ldGMvc3lzdGVtZC9zeXN0ZW0vYXJvLW1vbml0b3Iuc2VydmljZSA8PCdFT0YnCltVbml0XQpBZnRlcj1kb2NrZXIuc2VydmljZQpSZXF1aXJlcz1kb2NrZXIuc2VydmljZQoKW1NlcnZpY2VdCkVudmlyb25tZW50RmlsZT0vZXRjL3N5c2NvbmZpZy9hcm8tbW9uaXRvcgpFeGVjU3RhcnRQcmU9LS91c3IvYmluL2RvY2tlciBybSAtZiAlTgpFeGVjU3RhcnQ9L3Vzci9iaW4vZG9ja2VyIHJ1biBcCiAgLS1ob3N0bmFtZSAlSCBcCiAgLS1uYW1lICVOIFwKICAtLXJtIFwKICAtLWNhcC1kcm9wIG5ldF9yYXcgXAogIC1lIENMVVNURVJfTURNX0FDQ09VTlQgXAogIC1lIENMVVNURVJfTURNX05BTUVTUEFDRSBcCiAgLWUgREFUQUJBU0VfQUNDT1VOVF9OQU1FIFwKICAtZSBLRVlWQVVMVF9QUkVGSVggXAogIC1lIE1ETV9BQ0NPVU5UIFwKICAtZSBNRE1fTkFNRVNQQUNFIFwKICAtbSAyZyBcCiAgLXYgL3J1bi9zeXN0ZW1kL2pvdXJuYWw6L3J1bi9zeXN0ZW1kL2pvdXJuYWwgXAogIC12IC92YXIvZXR3Oi92YXIvZXR3OnogXAogICRSUElNQUdFIFwKICBtb25pdG9yClJlc3RhcnQ9YWx3YXlzClJlc3RhcnRTZWM9MQpTdGFydExpbWl0SW50ZXJ2YWw9MAoKW0luc3RhbGxdCldhbnRlZEJ5PW11bHRpLXVzZXIudGFyZ2V0CkVPRgoKY2F0ID4vZXRjL3N5c2NvbmZpZy9hcm8tcG9ydGFsIDw8RU9GCkFaVVJFX1BPUlRBTF9BQ0NFU1NfR1JPVVBfSURTPSckUE9SVEFMQUNDRVNTR1JPVVBJRFMnCkFaVVJFX1BPUlRBTF9DTElFTlRfSUQ9JyRQT1JUQUxDTElFTlRJRCcKQVpVUkVfUE9SVEFMX0VMRVZBVEVEX0dST1VQX0lEUz0nJFBPUlRBTEVMRVZBVEVER1JPVVBJRFMnCkRBVEFCQVNFX0FDQ09VTlRfTkFNRT0nJERBVEFCQVNFQUNDT1VOVE5BTUUnCktFWVZBVUxUX1BSRUZJWD0nJEtFWVZBVUxUUFJFRklYJwpNRE1fQUNDT1VOVD0nJFJQTURNQUNDT1VOVCcKTURNX05BTUVTUEFDRT1Qb3J0YWwKUE9SVEFMX0hPU1ROQU1FPSckTE9DQVRJT04uYWRtaW4uJFJQUEFSRU5URE9NQUlOTkFNRScKUlBJTUFHRT0nJFJQSU1BR0UnCkVPRgoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2Fyby1wb3J0YWwuc2VydmljZSA8PCdFT0YnCltVbml0XQpBZnRlcj1kb2NrZXIuc2VydmljZQpSZXF1aXJlcz1kb2NrZXIuc2VydmljZQpTdGFydExpbWl0SW50ZXJ2YWw9MAoKW1NlcnZpY2VdCkVudmlyb25tZW50RmlsZT0vZXRjL3N5c2NvbmZpZy9hcm8tcG9ydGFsCkV4ZWNTdGFydFByZT0tL3Vzci9iaW4vZG9ja2VyIHJtIC1mICVOCkV4ZWNTdGFydD0vdXNyL2Jpbi9kb2NrZXIgcnVuIFwKICAtLWhvc3RuYW1lICVIIFwKICAtLW5hbWUgJU4gXAogIC0tcm0gXAogIC0tY2FwLWRyb3AgbmV0X3JhdyBcCiAgLWUgQVpVUkVfUE9SVEFMX0FDQ0VTU19HUk9VUF9JRFMgXAogIC1lIEFaVVJFX1BPUlRBTF9DTElFTlRfSUQgXAogIC1lIEFaVVJFX1BPUlRBTF9FTEVWQVRFRF9HUk9VUF9JRFMgXAogIC1lIERBVEFCQVNFX0FDQ09VTlRfTkFNRSBcCiAgLWUgS0VZVkFVTFRfUFJFRklYIFwKICAtZSBNRE1fQUNDT1VOVCBcCiAgLWUgTURNX05BTUVTUEFDRSBcCiAgLWUgUE9SVEFMX0hPU1ROQU1FIFwKICAtbSAyZyBcCiAgLXAgNDQ0Ojg0NDQgXAogIC1wIDIyMjI6MjIyMiBcCiAgLXYgL3J1bi9zeXN0ZW1kL2pvdXJuYWw6L3J1bi9zeXN0ZW1kL2pvdXJuYWwgXAogIC12IC92YXIvZXR3Oi92YXIvZXR3OnogXAogICRSUElNQUdFIFwKICBwb3J0YWwKUmVzdGFydD1hbHdheXMKUmVzdGFydFNlYz0xCgpbSW5zdGFsbF0KV2FudGVkQnk9bXVsdGktdXNlci50YXJnZXQKRU9GCgpjaGNvbiAtUiBzeXN0ZW1fdTpvYmplY3Rfcjp2YXJfbG9nX3Q6czAgL3Zhci9vcHQvbWljcm9zb2Z0L2xpbnV4bW9uYWdlbnQKCm1rZGlyIC1wIC92YXIvbGliL3dhYWdlbnQvTWljcm9zb2Z0LkF6dXJlLktleVZhdWx0LlN0b3JlCgpmb3IgdmFyIGluICJtZHNkIiAibWRtIjsgZG8KY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2Rvd25sb2FkLSR2YXItY3JlZGVudGlhbHMuc2VydmljZSA8PEVPRgpbVW5pdF0KRGVzY3JpcHRpb249UGVyaW9kaWMgJHZhciBjcmVkZW50aWFscyByZWZyZXNoCgpbU2VydmljZV0KVHlwZT1vbmVzaG90CkV4ZWNTdGFydD0vdXNyL2xvY2FsL2Jpbi9kb3dubG9hZC1jcmVkZW50aWFscy5zaCAkdmFyCkVPRgoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2Rvd25sb2FkLSR2YXItY3JlZGVudGlhbHMudGltZXIgPDxFT0YKW1VuaXRdCkRlc2NyaXB0aW9uPVBlcmlvZGljICR2YXIgY3JlZGVudGlhbHMgcmVmcmVzaAoKW1RpbWVyXQpPbkJvb3RTZWM9MG1pbgpPbkNhbGVuZGFyPTAvMTI6MDA6MDAKQWNjdXJhY3lTZWM9NXMKCltJbnN0YWxsXQpXYW50ZWRCeT10aW1lcnMudGFyZ2V0CkVPRgpkb25lCgpjYXQgPi91c3IvbG9jYWwvYmluL2Rvd25sb2FkLWNyZWRlbnRpYWxzLnNoIDw8RU9GCiMhL2Jpbi9iYXNoCnNldCAtZXUKCkNPTVBPTkVOVD0iXCQxIgplY2hvICJEb3dubG9hZCBcJENPTVBPTkVOVCBjcmVkZW50aWFscyIKClRFTVBfRElSPVwkKG1rdGVtcCAtZCkKZXhwb3J0IEFaVVJFX0NPTkZJR19ESVI9XCQobWt0ZW1wIC1kKQpheiBsb2dpbiAtaSAtLWFsbG93LW5vLXN1YnNjcmlwdGlvbnMKCnRyYXAgImNsZWFudXAiIEVYSVQKCmNsZWFudXAoKSB7CiAgYXogbG9nb3V0CiAgW1sgIlwkVEVNUF9ESVIiID1+IC90bXAvLisgXV0gJiYgcm0gLXJmIFwkVEVNUF9ESVIKICBbWyAiXCRBWlVSRV9DT05GSUdfRElSIiA9fiAvdG1wLy4rIF1dICYmIHJtIC1yZiBcJEFaVVJFX0NPTkZJR19ESVIKfQoKaWYgWyAiXCRDT01QT05FTlQiID0gIm1kbSIgXTsgdGhlbgogIENVUlJFTlRfQ0VSVF9GSUxFPSIvZXRjL21kbS5wZW0iCmVsaWYgWyAiXCRDT01QT05FTlQiID0gIm1kc2QiIF07IHRoZW4KICBDVVJSRU5UX0NFUlRfRklMRT0iL3Zhci9saWIvd2FhZ2VudC9NaWNyb3NvZnQuQXp1cmUuS2V5VmF1bHQuU3RvcmUvbWRzZC5wZW0iCmVsc2UKICBlY2hvIEludmFsaWQgdXNhZ2UgJiYgZXhpdCAxCmZpCgpTRUNSRVRfTkFNRT0icnAtXCR7Q09NUE9ORU5UfSIKTkVXX0NFUlRfRklMRT0iXCRURU1QX0RJUi9cJENPTVBPTkVOVC5wZW0iCmZvciBhdHRlbXB0IGluIHsxLi41fTsgZG8KICBheiBrZXl2YXVsdCBzZWNyZXQgZG93bmxvYWQgLS1maWxlIFwkTkVXX0NFUlRfRklMRSAtLWlkICJodHRwczovLyRLRVlWQVVMVFBSRUZJWC1zdmMuJEtFWVZBVUxURE5TU1VGRklYL3NlY3JldHMvXCRTRUNSRVRfTkFNRSIgJiYgYnJlYWsKICBpZiBbWyBcJGF0dGVtcHQgLWx0IDUgXV07IHRoZW4gc2xlZXAgMTA7IGVsc2UgZXhpdCAxOyBmaQpkb25lCgppZiBbIC1mIFwkTkVXX0NFUlRfRklMRSBdOyB0aGVuCiAgaWYgWyAiXCRDT01QT05FTlQiID0gIm1kc2QiIF07IHRoZW4KICAgIGNob3duIHN5c2xvZzpzeXNsb2cgXCRORVdfQ0VSVF9GSUxFCiAgZWxzZQogICAgc2VkIC1pIC1uZSAnMSwvRU5EIENFUlRJRklDQVRFLyBwJyBcJE5FV19DRVJUX0ZJTEUKICBmaQogIGlmICEgZGlmZiAkTkVXX0NFUlRfRklMRSAkQ1VSUkVOVF9DRVJUX0ZJTEUgPi9kZXYvbnVsbCAyPiYxOyB0aGVuCiAgICBjaG1vZCAwNjAwIFwkTkVXX0NFUlRfRklMRQogICAgbXYgXCRORVdfQ0VSVF9GSUxFIFwkQ1VSUkVOVF9DRVJUX0ZJTEUKICBmaQplbHNlCiAgZWNobyBGYWlsZWQgdG8gcmVmcmVzaCBjZXJ0aWZpY2F0ZSBmb3IgXCRDT01QT05FTlQgJiYgZXhpdCAxCmZpCkVPRgoKY2htb2QgdSt4IC91c3IvbG9jYWwvYmluL2Rvd25sb2FkLWNyZWRlbnRpYWxzLnNoCgpzeXN0ZW1jdGwgZW5hYmxlIGRvd25sb2FkLW1kc2QtY3JlZGVudGlhbHMudGltZXIKc3lzdGVtY3RsIGVuYWJsZSBkb3dubG9hZC1tZG0tY3JlZGVudGlhbHMudGltZXIKCi91c3IvbG9jYWwvYmluL2Rvd25sb2FkLWNyZWRlbnRpYWxzLnNoIG1kc2QKL3Vzci9sb2NhbC9iaW4vZG93bmxvYWQtY3JlZGVudGlhbHMuc2ggbWRtCk1EU0RDRVJUSUZJQ0FURVNBTj0kKG9wZW5zc2wgeDUwOSAtaW4gL3Zhci9saWIvd2FhZ2VudC9NaWNyb3NvZnQuQXp1cmUuS2V5VmF1bHQuU3RvcmUvbWRzZC5wZW0gLW5vb3V0IC1zdWJqZWN0IHwgc2VkIC1lICdzLy4qQ049Ly8nKQoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL3dhdGNoLW1kbS1jcmVkZW50aWFscy5zZXJ2aWNlIDw8RU9GCltVbml0XQpEZXNjcmlwdGlvbj1XYXRjaCBmb3IgY2hhbmdlcyBpbiBtZG0ucGVtIGFuZCByZXN0YXJ0cyB0aGUgbWRtIHNlcnZpY2UKCltTZXJ2aWNlXQpUeXBlPW9uZXNob3QKRXhlY1N0YXJ0PS91c3IvYmluL3N5c3RlbWN0bCByZXN0YXJ0IG1kbS5zZXJ2aWNlCgpbSW5zdGFsbF0KV2FudGVkQnk9bXVsdGktdXNlci50YXJnZXQKRU9GCgpjYXQgPi9ldGMvc3lzdGVtZC9zeXN0ZW0vd2F0Y2gtbWRtLWNyZWRlbnRpYWxzLnBhdGggPDxFT0YKW1BhdGhdClBhdGhNb2RpZmllZD0vZXRjL21kbS5wZW0KCltJbnN0YWxsXQpXYW50ZWRCeT1tdWx0aS11c2VyLnRhcmdldApFT0YKCnN5c3RlbWN0bCBlbmFibGUgd2F0Y2gtbWRtLWNyZWRlbnRpYWxzLnBhdGgKc3lzdGVtY3RsIHN0YXJ0IHdhdGNoLW1kbS1jcmVkZW50aWFscy5wYXRoCgpta2RpciAvZXRjL3N5c3RlbWQvc3lzdGVtL21kc2Quc2VydmljZS5kCmNhdCA+L2V0Yy9zeXN0ZW1kL3N5c3RlbS9tZHNkLnNlcnZpY2UuZC9vdmVycmlkZS5jb25mIDw8J0VPRicKW1VuaXRdCkFmdGVyPW5ldHdvcmstb25saW5lLnRhcmdldApFT0YKCmNhdCA+L2V0Yy9kZWZhdWx0L21kc2QgPDxFT0YKTURTRF9ST0xFX1BSRUZJWD0vdmFyL3J1bi9tZHNkL2RlZmF1bHQKTURTRF9PUFRJT05TPSItQSAtZCAtciBcJE1EU0RfUk9MRV9QUkVGSVgiCgpleHBvcnQgTU9OSVRPUklOR19HQ1NfRU5WSVJPTk1FTlQ9JyRNRFNERU5WSVJPTk1FTlQnCmV4cG9ydCBNT05JVE9SSU5HX0dDU19BQ0NPVU5UPSckUlBNRFNEQUNDT1VOVCcKZXhwb3J0IE1PTklUT1JJTkdfR0NTX1JFR0lPTj0nJExPQ0FUSU9OJwpleHBvcnQgTU9OSVRPUklOR19HQ1NfQVVUSF9JRF9UWVBFPUF1dGhLZXlWYXVsdApleHBvcnQgTU9OSVRPUklOR19HQ1NfQVVUSF9JRD0nJE1EU0RDRVJUSUZJQ0FURVNBTicKZXhwb3J0IE1PTklUT1JJTkdfR0NTX05BTUVTUEFDRT0nJFJQTURTRE5BTUVTUEFDRScKZXhwb3J0IE1PTklUT1JJTkdfQ09ORklHX1ZFUlNJT049JyRSUE1EU0RDT05GSUdWRVJTSU9OJwpleHBvcnQgTU9OSVRPUklOR19VU0VfR0VORVZBX0NPTkZJR19TRVJWSUNFPXRydWUKCmV4cG9ydCBNT05JVE9SSU5HX1RFTkFOVD0nJExPQ0FUSU9OJwpleHBvcnQgTU9OSVRPUklOR19ST0xFPXJwCmV4cG9ydCBNT05JVE9SSU5HX1JPTEVfSU5TVEFOQ0U9JyQoaG9zdG5hbWUpJwoKZXhwb3J0IE1EU0RfTVNHUEFDS19TT1JUX0NPTFVNTlM9MQpFT0YKCiMgc2V0dGluZyBNT05JVE9SSU5HX0dDU19BVVRIX0lEX1RZUEU9QXV0aEtleVZhdWx0IHNlZW1zIHRvIGhhdmUgY2F1c2VkIG1kc2Qgbm90CiMgdG8gaG9ub3VyIFNTTF9DRVJUX0ZJTEUgYW55IG1vcmUsIGhlYXZlbiBvbmx5IGtub3dzIHdoeS4KbWtkaXIgLXAgL3Vzci9saWIvc3NsL2NlcnRzCmNzcGxpdCAtZiAvdXNyL2xpYi9zc2wvY2VydHMvY2VydC0gLWIgJTAzZC5wZW0gL2V0Yy9wa2kvdGxzL2NlcnRzL2NhLWJ1bmRsZS5jcnQgL14kLzEgeyp9ID4vZGV2L251bGwKY19yZWhhc2ggL3Vzci9saWIvc3NsL2NlcnRzCgojIHdlIGxlYXZlIGNsaWVudElkIGJsYW5rIGFzIGxvbmcgYXMgb25seSAxIG1hbmFnZWQgaWRlbnRpdHkgYXNzaWduZWQgdG8gdm1zcwojIGlmIHdlIGhhdmUgbW9yZSB0aGFuIDEsIHdlIHdpbGwgbmVlZCB0byBwb3B1bGF0ZSB3aXRoIGNsaWVudElkIHVzZWQgZm9yIG9mZi1ub2RlIHNjYW5uaW5nCmNhdCA+L2V0Yy9kZWZhdWx0L3ZzYS1ub2Rlc2Nhbi1hZ2VudC5jb25maWcgPDxFT0YKewogICAgIk5pY2UiOiAxOSwKICAgICJUaW1lb3V0IjogMTA4MDAsCiAgICAiQ2xpZW50SWQiOiAiIiwKICAgICJUZW5hbnRJZCI6ICIkQVpVUkVTRUNQQUNLVlNBVEVOQU5USUQiLAogICAgIlByb2Nlc3NUaW1lb3V0IjogMzAwLAogICAgIkNvbW1hbmREZWxheSI6IDAKICB9CkVPRgoKIyB3ZSBzdGFydCBhIGNyb24gam9iIHRvIHJ1biBldmVyeSBob3VyIHRvIGVuc3VyZSB0aGUgc2FpZCBkaXJlY3RvcnkgaXMgYWNjZXNzaWJsZQojIGJ5IHRoZSBjb3JyZWN0IHVzZXIgYXMgaXQgZ2V0cyBjcmVhdGVkIGJ5IHJvb3QgYW5kIG1heSBjYXVzZSBhIHJhY2UgY29uZGl0aW9uCiMgd2hlcmUgcm9vdCBvd25zIHRoZSBkaXIgaW5zdGVhZCBvZiBzeXNsb2cKIyBUT0RPOiBodHRwczovL21zYXp1cmUudmlzdWFsc3R1ZGlvLmNvbS9BenVyZVJlZEhhdE9wZW5TaGlmdC9fd29ya2l0ZW1zL2VkaXQvMTI1OTEyMDcKY2F0ID4vZXRjL2Nyb24uZC9tZHNkLWNob3duLXdvcmthcm91bmQgPDxFT0YKU0hFTEw9L2Jpbi9iYXNoClBBVEg9L2JpbgowICogKiAqICogcm9vdCBjaG93biBzeXNsb2c6c3lzbG9nIC92YXIvb3B0L21pY3Jvc29mdC9saW51eG1vbmFnZW50L2VoL0V2ZW50Tm90aWNlL2Fyb3JwbG9ncyoKRU9GCgpmb3Igc2VydmljZSBpbiBhcm8tZGJ0b2tlbiBhcm8tbW9uaXRvciBhcm8tcG9ydGFsIGFyby1ycCBhdW9tcyBhenNlY2QgYXpzZWNtb25kIG1kc2QgbWRtIGNocm9ueWQgZmx1ZW50Yml0OyBkbwogIHN5c3RlbWN0bCBlbmFibGUgJHNlcnZpY2Uuc2VydmljZQpkb25lCgpmb3Igc2NhbiBpbiBiYXNlbGluZSBjbGFtYXYgc29mdHdhcmU7IGRvCiAgL3Vzci9sb2NhbC9iaW4vYXpzZWNkIGNvbmZpZyAtcyAkc2NhbiAtZCBQMUQKZG9uZQoKcmVzdG9yZWNvbiAtUkYgL3Zhci9sb2cvKgooc2xlZXAgMzA7IHJlYm9vdCkgJgo=')))]" + "script": "[base64(concat(base64ToString('c2V0IC1leAoK'),'ACRRESOURCEID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('acrResourceId')),''')\n','ADMINAPICLIENTCERTCOMMONNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('adminApiClientCertCommonName')),''')\n','ARMAPICLIENTCERTCOMMONNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('armApiClientCertCommonName')),''')\n','ARMCLIENTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('armClientId')),''')\n','AZURECLOUDNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('azureCloudName')),''')\n','AZURESECPACKVSATENANTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('azureSecPackVSATenantId')),''')\n','BILLINGE2ESTORAGEACCOUNTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('billingE2EStorageAccountId')),''')\n','CLUSTERMDMACCOUNT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('clusterMdmAccount')),''')\n','CLUSTERMDSDACCOUNT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('clusterMdsdAccount')),''')\n','CLUSTERMDSDCONFIGVERSION=$(base64 -d \u003c\u003c\u003c''',base64(parameters('clusterMdsdConfigVersion')),''')\n','CLUSTERMDSDNAMESPACE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('clusterMdsdNamespace')),''')\n','CLUSTERPARENTDOMAINNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('clusterParentDomainName')),''')\n','DATABASEACCOUNTNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('databaseAccountName')),''')\n','DBTOKENCLIENTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('dbtokenClientId')),''')\n','FLUENTBITIMAGE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('fluentbitImage')),''')\n','FPCLIENTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('fpClientId')),''')\n','FPSERVICEPRINCIPALID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('fpServicePrincipalId')),''')\n','GATEWAYDOMAINS=$(base64 -d \u003c\u003c\u003c''',base64(parameters('gatewayDomains')),''')\n','GATEWAYRESOURCEGROUPNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('gatewayResourceGroupName')),''')\n','GATEWAYSERVICEPRINCIPALID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('gatewayServicePrincipalId')),''')\n','KEYVAULTDNSSUFFIX=$(base64 -d \u003c\u003c\u003c''',base64(parameters('keyvaultDNSSuffix')),''')\n','KEYVAULTPREFIX=$(base64 -d \u003c\u003c\u003c''',base64(parameters('keyvaultPrefix')),''')\n','MDMFRONTENDURL=$(base64 -d \u003c\u003c\u003c''',base64(parameters('mdmFrontendUrl')),''')\n','MDSDENVIRONMENT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('mdsdEnvironment')),''')\n','PORTALACCESSGROUPIDS=$(base64 -d \u003c\u003c\u003c''',base64(parameters('portalAccessGroupIds')),''')\n','PORTALCLIENTID=$(base64 -d \u003c\u003c\u003c''',base64(parameters('portalClientId')),''')\n','PORTALELEVATEDGROUPIDS=$(base64 -d \u003c\u003c\u003c''',base64(parameters('portalElevatedGroupIds')),''')\n','RPFEATURES=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpFeatures')),''')\n','RPIMAGE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpImage')),''')\n','RPMDMACCOUNT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdmAccount')),''')\n','RPMDSDACCOUNT=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdsdAccount')),''')\n','RPMDSDCONFIGVERSION=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdsdConfigVersion')),''')\n','RPMDSDNAMESPACE=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpMdsdNamespace')),''')\n','RPPARENTDOMAINNAME=$(base64 -d \u003c\u003c\u003c''',base64(parameters('rpParentDomainName')),''')\n','ADMINAPICABUNDLE=''',parameters('adminApiCaBundle'),'''\n','ARMAPICABUNDLE=''',parameters('armApiCaBundle'),'''\n','MDMIMAGE=''/genevamdm:master_20220522.1''\n','LOCATION=$(base64 -d \u003c\u003c\u003c''',base64(resourceGroup().location),''')\n','SUBSCRIPTIONID=$(base64 -d \u003c\u003c\u003c''',base64(subscription().subscriptionId),''')\n','RESOURCEGROUPNAME=$(base64 -d \u003c\u003c\u003c''',base64(resourceGroup().name),''')\n','\n',base64ToString('Cnl1bSAteSB1cGRhdGUgLXggV0FMaW51eEFnZW50CgpsdmV4dGVuZCAtbCArNTAlRlJFRSAvZGV2L3Jvb3R2Zy9yb290bHYKeGZzX2dyb3dmcyAvCgpsdmV4dGVuZCAtbCArMTAwJUZSRUUgL2Rldi9yb290dmcvdmFybHYKeGZzX2dyb3dmcyAvdmFyCgojIGF2b2lkICJlcnJvcjogZGI1IGVycm9yKC0zMDk2OSkgZnJvbSBkYmVudi0+b3BlbjogQkRCMDA5MSBEQl9WRVJTSU9OX01JU01BVENIOiBEYXRhYmFzZSBlbnZpcm9ubWVudCB2ZXJzaW9uIG1pc21hdGNoIgpybSAtZiAvdmFyL2xpYi9ycG0vX19kYioKCnJwbSAtLWltcG9ydCBodHRwczovL2RsLmZlZG9yYXByb2plY3Qub3JnL3B1Yi9lcGVsL1JQTS1HUEctS0VZLUVQRUwtNwpycG0gLS1pbXBvcnQgaHR0cHM6Ly9wYWNrYWdlcy5taWNyb3NvZnQuY29tL2tleXMvbWljcm9zb2Z0LmFzYwoKZm9yIGF0dGVtcHQgaW4gezEuLjV9OyBkbwogIHl1bSAteSBpbnN0YWxsIGh0dHBzOi8vZGwuZmVkb3JhcHJvamVjdC5vcmcvcHViL2VwZWwvZXBlbC1yZWxlYXNlLWxhdGVzdC03Lm5vYXJjaC5ycG0gJiYgYnJlYWsKICBpZiBbWyAke2F0dGVtcHR9IC1sdCA1IF1dOyB0aGVuIHNsZWVwIDEwOyBlbHNlIGV4aXQgMTsgZmkKZG9uZQoKY2F0ID4vZXRjL3l1bS5yZXBvcy5kL2F6dXJlLnJlcG8gPDwnRU9GJwpbYXp1cmUtY2xpXQpuYW1lPWF6dXJlLWNsaQpiYXNldXJsPWh0dHBzOi8vcGFja2FnZXMubWljcm9zb2Z0LmNvbS95dW1yZXBvcy9henVyZS1jbGkKZW5hYmxlZD15ZXMKZ3BnY2hlY2s9eWVzCgpbYXp1cmVjb3JlXQpuYW1lPWF6dXJlY29yZQpiYXNldXJsPWh0dHBzOi8vcGFja2FnZXMubWljcm9zb2Z0LmNvbS95dW1yZXBvcy9henVyZWNvcmUKZW5hYmxlZD15ZXMKZ3BnY2hlY2s9bm8KRU9GCgpzZW1hbmFnZSBmY29udGV4dCAtYSAtdCB2YXJfbG9nX3QgIi92YXIvbG9nL2pvdXJuYWwoLy4qKT8iCm1rZGlyIC1wIC92YXIvbG9nL2pvdXJuYWwKCmZvciBhdHRlbXB0IGluIHsxLi41fTsgZG8KeXVtIC0tZW5hYmxlcmVwbz1yaHVpLXJoZWwtNy1zZXJ2ZXItcmh1aS1vcHRpb25hbC1ycG1zIC15IGluc3RhbGwgY2xhbWF2IGF6c2VjLWNsYW1hdiBhenNlYy1tb25pdG9yIGF6dXJlLWNsaSBhenVyZS1tZHNkIGF6dXJlLXNlY3VyaXR5IGRvY2tlciBvcGVuc3NsLXBlcmwgcHl0aG9uMyAmJiBicmVhawogICMgaGFjayAtIHdlIGFyZSBpbnN0YWxsaW5nIHB5dGhvbjMgb24gaG9zdHMgZHVlIHRvIGFuIGlzc3VlIHdpdGggQXp1cmUgTGludXggRXh0ZW5zaW9ucyBodHRwczovL2dpdGh1Yi5jb20vQXp1cmUvYXp1cmUtbGludXgtZXh0ZW5zaW9ucy9wdWxsLzE1MDUKICBpZiBbWyAke2F0dGVtcHR9IC1sdCA1IF1dOyB0aGVuIHNsZWVwIDEwOyBlbHNlIGV4aXQgMTsgZmkKZG9uZQoKcnBtIC1lICQocnBtIC1xYSB8IGdyZXAgXmFicnQtKQoKIyBodHRwczovL2FjY2Vzcy5yZWRoYXQuY29tL3NlY3VyaXR5L2N2ZS9jdmUtMjAyMC0xMzQwMQpjYXQgPi9ldGMvc3lzY3RsLmQvMDItZGlzYWJsZS1hY2NlcHQtcmEuY29uZiA8PCdFT0YnCm5ldC5pcHY2LmNvbmYuYWxsLmFjY2VwdF9yYT0wCkVPRgoKY2F0ID4vZXRjL3N5c2N0bC5kLzAxLWRpc2FibGUtY29yZS5jb25mIDw8J0VPRicKa2VybmVsLmNvcmVfcGF0dGVybiA9IHwvYmluL3RydWUKRU9GCnN5c2N0bCAtLXN5c3RlbQoKZmlyZXdhbGwtY21kIC0tYWRkLXBvcnQ9NDQzL3RjcCAtLXBlcm1hbmVudApmaXJld2FsbC1jbWQgLS1hZGQtcG9ydD00NDQvdGNwIC0tcGVybWFuZW50CmZpcmV3YWxsLWNtZCAtLWFkZC1wb3J0PTQ0NS90Y3AgLS1wZXJtYW5lbnQKZmlyZXdhbGwtY21kIC0tYWRkLXBvcnQ9MjIyMi90Y3AgLS1wZXJtYW5lbnQKCmV4cG9ydCBBWlVSRV9DTE9VRF9OQU1FPSRBWlVSRUNMT1VETkFNRQoKYXogbG9naW4gLWkgLS1hbGxvdy1uby1zdWJzY3JpcHRpb25zCgpzeXN0ZW1jdGwgc3RhcnQgZG9ja2VyLnNlcnZpY2UKYXogYWNyIGxvZ2luIC0tbmFtZSAiJChzZWQgLWUgJ3N8LiovfHwnIDw8PCIkQUNSUkVTT1VSQ0VJRCIpIgoKTURNSU1BR0U9IiR7UlBJTUFHRSUlLyp9LyR7TURNSU1BR0UjIyovfSIKZG9ja2VyIHB1bGwgIiRNRE1JTUFHRSIKZG9ja2VyIHB1bGwgIiRSUElNQUdFIgpkb2NrZXIgcHVsbCAiJEZMVUVOVEJJVElNQUdFIgoKYXogbG9nb3V0Cgpta2RpciAtcCAvZXRjL2ZsdWVudGJpdC8KbWtkaXIgLXAgL3Zhci9saWIvZmx1ZW50CgpjYXQgPi9ldGMvZmx1ZW50Yml0L2ZsdWVudGJpdC5jb25mIDw8J0VPRicKW0lOUFVUXQoJTmFtZSBzeXN0ZW1kCglUYWcgam91cm5hbGQKCVN5c3RlbWRfRmlsdGVyIF9DT01NPWFybwoKW0ZJTFRFUl0KCU5hbWUgbW9kaWZ5CglNYXRjaCBqb3VybmFsZAoJUmVtb3ZlX3dpbGRjYXJkIF8KCVJlbW92ZSBUSU1FU1RBTVAKCltGSUxURVJdCglOYW1lIHJld3JpdGVfdGFnCglNYXRjaCBqb3VybmFsZAoJUnVsZSAkTE9HS0lORCBpZnhhdWRpdCBpZnhhdWRpdCBmYWxzZQoKW09VVFBVVF0KCU5hbWUgZm9yd2FyZAoJTWF0Y2ggKgoJUG9ydCAyOTIzMApFT0YKCmVjaG8gIkZMVUVOVEJJVElNQUdFPSRGTFVFTlRCSVRJTUFHRSIgPi9ldGMvc3lzY29uZmlnL2ZsdWVudGJpdAoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2ZsdWVudGJpdC5zZXJ2aWNlIDw8J0VPRicKW1VuaXRdCkFmdGVyPWRvY2tlci5zZXJ2aWNlClJlcXVpcmVzPWRvY2tlci5zZXJ2aWNlClN0YXJ0TGltaXRJbnRlcnZhbFNlYz0wCgpbU2VydmljZV0KUmVzdGFydFNlYz0xcwpFbnZpcm9ubWVudEZpbGU9L2V0Yy9zeXNjb25maWcvZmx1ZW50Yml0CkV4ZWNTdGFydFByZT0tL3Vzci9iaW4vZG9ja2VyIHJtIC1mICVOCkV4ZWNTdGFydD0vdXNyL2Jpbi9kb2NrZXIgcnVuIFwKICAtLXNlY3VyaXR5LW9wdCBsYWJlbD1kaXNhYmxlIFwKICAtLWVudHJ5cG9pbnQgL29wdC90ZC1hZ2VudC1iaXQvYmluL3RkLWFnZW50LWJpdCBcCiAgLS1uZXQ9aG9zdCBcCiAgLS1ob3N0bmFtZSAlSCBcCiAgLS1uYW1lICVOIFwKICAtLXJtIFwKICAtLWNhcC1kcm9wIG5ldF9yYXcgXAogIC12IC9ldGMvZmx1ZW50Yml0L2ZsdWVudGJpdC5jb25mOi9ldGMvZmx1ZW50Yml0L2ZsdWVudGJpdC5jb25mIFwKICAtdiAvdmFyL2xpYi9mbHVlbnQ6L3Zhci9saWIvZmx1ZW50OnogXAogIC12IC92YXIvbG9nL2pvdXJuYWw6L3Zhci9sb2cvam91cm5hbDpybyBcCiAgLXYgL3J1bi9sb2cvam91cm5hbDovcnVuL2xvZy9qb3VybmFsOnJvIFwKICAtdiAvZXRjL21hY2hpbmUtaWQ6L2V0Yy9tYWNoaW5lLWlkOnJvIFwKICAkRkxVRU5UQklUSU1BR0UgXAogIC1jIC9ldGMvZmx1ZW50Yml0L2ZsdWVudGJpdC5jb25mCgpFeGVjU3RvcD0vdXNyL2Jpbi9kb2NrZXIgc3RvcCAlTgpSZXN0YXJ0PWFsd2F5cwpSZXN0YXJ0U2VjPTUKU3RhcnRMaW1pdEludGVydmFsPTAKCltJbnN0YWxsXQpXYW50ZWRCeT1tdWx0aS11c2VyLnRhcmdldApFT0YKCm1rZGlyIC9ldGMvYXJvLXJwCmJhc2U2NCAtZCA8PDwiJEFETUlOQVBJQ0FCVU5ETEUiID4vZXRjL2Fyby1ycC9hZG1pbi1jYS1idW5kbGUucGVtCmlmIFtbIC1uICIkQVJNQVBJQ0FCVU5ETEUiIF1dOyB0aGVuCiAgYmFzZTY0IC1kIDw8PCIkQVJNQVBJQ0FCVU5ETEUiID4vZXRjL2Fyby1ycC9hcm0tY2EtYnVuZGxlLnBlbQpmaQpjaG93biAtUiAxMDAwOjEwMDAgL2V0Yy9hcm8tcnAKCmNhdCA+L2V0Yy9zeXNjb25maWcvbWRtIDw8RU9GCk1ETUZST05URU5EVVJMPSckTURNRlJPTlRFTkRVUkwnCk1ETUlNQUdFPSckTURNSU1BR0UnCk1ETVNPVVJDRUVOVklST05NRU5UPSckTE9DQVRJT04nCk1ETVNPVVJDRVJPTEU9cnAKTURNU09VUkNFUk9MRUlOU1RBTkNFPSckKGhvc3RuYW1lKScKRU9GCgpta2RpciAvdmFyL2V0dwpjYXQgPi9ldGMvc3lzdGVtZC9zeXN0ZW0vbWRtLnNlcnZpY2UgPDwnRU9GJwpbVW5pdF0KQWZ0ZXI9ZG9ja2VyLnNlcnZpY2UKUmVxdWlyZXM9ZG9ja2VyLnNlcnZpY2UKCltTZXJ2aWNlXQpFbnZpcm9ubWVudEZpbGU9L2V0Yy9zeXNjb25maWcvbWRtCkV4ZWNTdGFydFByZT0tL3Vzci9iaW4vZG9ja2VyIHJtIC1mICVOCkV4ZWNTdGFydD0vdXNyL2Jpbi9kb2NrZXIgcnVuIFwKICAtLWVudHJ5cG9pbnQgL3Vzci9zYmluL01ldHJpY3NFeHRlbnNpb24gXAogIC0taG9zdG5hbWUgJUggXAogIC0tbmFtZSAlTiBcCiAgLS1ybSBcCiAgLS1jYXAtZHJvcCBuZXRfcmF3IFwKICAtbSAyZyBcCiAgLXYgL2V0Yy9tZG0ucGVtOi9ldGMvbWRtLnBlbSBcCiAgLXYgL3Zhci9ldHc6L3Zhci9ldHc6eiBcCiAgJE1ETUlNQUdFIFwKICAtQ2VydEZpbGUgL2V0Yy9tZG0ucGVtIFwKICAtRnJvbnRFbmRVcmwgJE1ETUZST05URU5EVVJMIFwKICAtTG9nZ2VyIENvbnNvbGUgXAogIC1Mb2dMZXZlbCBXYXJuaW5nIFwKICAtUHJpdmF0ZUtleUZpbGUgL2V0Yy9tZG0ucGVtIFwKICAtU291cmNlRW52aXJvbm1lbnQgJE1ETVNPVVJDRUVOVklST05NRU5UIFwKICAtU291cmNlUm9sZSAkTURNU09VUkNFUk9MRSBcCiAgLVNvdXJjZVJvbGVJbnN0YW5jZSAkTURNU09VUkNFUk9MRUlOU1RBTkNFCkV4ZWNTdG9wPS91c3IvYmluL2RvY2tlciBzdG9wICVOClJlc3RhcnQ9YWx3YXlzClJlc3RhcnRTZWM9MQpTdGFydExpbWl0SW50ZXJ2YWw9MAoKW0luc3RhbGxdCldhbnRlZEJ5PW11bHRpLXVzZXIudGFyZ2V0CkVPRgoKY2F0ID4vZXRjL3N5c2NvbmZpZy9hcm8tcnAgPDxFT0YKQUNSX1JFU09VUkNFX0lEPSckQUNSUkVTT1VSQ0VJRCcKQURNSU5fQVBJX0NMSUVOVF9DRVJUX0NPTU1PTl9OQU1FPSckQURNSU5BUElDTElFTlRDRVJUQ09NTU9OTkFNRScKQVJNX0FQSV9DTElFTlRfQ0VSVF9DT01NT05fTkFNRT0nJEFSTUFQSUNMSUVOVENFUlRDT01NT05OQU1FJwpBWlVSRV9BUk1fQ0xJRU5UX0lEPSckQVJNQ0xJRU5USUQnCkFaVVJFX0ZQX0NMSUVOVF9JRD0nJEZQQ0xJRU5USUQnCkFaVVJFX0ZQX1NFUlZJQ0VfUFJJTkNJUEFMX0lEPSckRlBTRVJWSUNFUFJJTkNJUEFMSUQnCkJJTExJTkdfRTJFX1NUT1JBR0VfQUNDT1VOVF9JRD0nJEJJTExJTkdFMkVTVE9SQUdFQUNDT1VOVElEJwpDTFVTVEVSX01EU0RfQUNDT1VOVD0nJENMVVNURVJNRFNEQUNDT1VOVCcKQ0xVU1RFUl9NRFNEX0NPTkZJR19WRVJTSU9OPSckQ0xVU1RFUk1EU0RDT05GSUdWRVJTSU9OJwpDTFVTVEVSX01EU0RfTkFNRVNQQUNFPSckQ0xVU1RFUk1EU0ROQU1FU1BBQ0UnCkRBVEFCQVNFX0FDQ09VTlRfTkFNRT0nJERBVEFCQVNFQUNDT1VOVE5BTUUnCkRPTUFJTl9OQU1FPSckTE9DQVRJT04uJENMVVNURVJQQVJFTlRET01BSU5OQU1FJwpHQVRFV0FZX0RPTUFJTlM9JyRHQVRFV0FZRE9NQUlOUycKR0FURVdBWV9SRVNPVVJDRUdST1VQPSckR0FURVdBWVJFU09VUkNFR1JPVVBOQU1FJwpLRVlWQVVMVF9QUkVGSVg9JyRLRVlWQVVMVFBSRUZJWCcKTURNX0FDQ09VTlQ9JyRSUE1ETUFDQ09VTlQnCk1ETV9OQU1FU1BBQ0U9UlAKTURTRF9FTlZJUk9OTUVOVD0nJE1EU0RFTlZJUk9OTUVOVCcKUlBfRkVBVFVSRVM9JyRSUEZFQVRVUkVTJwpSUElNQUdFPSckUlBJTUFHRScKRU9GCgpjYXQgPi9ldGMvc3lzdGVtZC9zeXN0ZW0vYXJvLXJwLnNlcnZpY2UgPDwnRU9GJwpbVW5pdF0KQWZ0ZXI9ZG9ja2VyLnNlcnZpY2UKUmVxdWlyZXM9ZG9ja2VyLnNlcnZpY2UKCltTZXJ2aWNlXQpFbnZpcm9ubWVudEZpbGU9L2V0Yy9zeXNjb25maWcvYXJvLXJwCkV4ZWNTdGFydFByZT0tL3Vzci9iaW4vZG9ja2VyIHJtIC1mICVOCkV4ZWNTdGFydD0vdXNyL2Jpbi9kb2NrZXIgcnVuIFwKICAtLWhvc3RuYW1lICVIIFwKICAtLW5hbWUgJU4gXAogIC0tcm0gXAogIC0tY2FwLWRyb3AgbmV0X3JhdyBcCiAgLWUgQUNSX1JFU09VUkNFX0lEIFwKICAtZSBBRE1JTl9BUElfQ0xJRU5UX0NFUlRfQ09NTU9OX05BTUUgXAogIC1lIEFSTV9BUElfQ0xJRU5UX0NFUlRfQ09NTU9OX05BTUUgXAogIC1lIEFaVVJFX0FSTV9DTElFTlRfSUQgXAogIC1lIEFaVVJFX0ZQX0NMSUVOVF9JRCBcCiAgLWUgQklMTElOR19FMkVfU1RPUkFHRV9BQ0NPVU5UX0lEIFwKICAtZSBDTFVTVEVSX01EU0RfQUNDT1VOVCBcCiAgLWUgQ0xVU1RFUl9NRFNEX0NPTkZJR19WRVJTSU9OIFwKICAtZSBDTFVTVEVSX01EU0RfTkFNRVNQQUNFIFwKICAtZSBEQVRBQkFTRV9BQ0NPVU5UX05BTUUgXAogIC1lIERPTUFJTl9OQU1FIFwKICAtZSBHQVRFV0FZX0RPTUFJTlMgXAogIC1lIEdBVEVXQVlfUkVTT1VSQ0VHUk9VUCBcCiAgLWUgS0VZVkFVTFRfUFJFRklYIFwKICAtZSBNRE1fQUNDT1VOVCBcCiAgLWUgTURNX05BTUVTUEFDRSBcCiAgLWUgTURTRF9FTlZJUk9OTUVOVCBcCiAgLWUgUlBfRkVBVFVSRVMgXAogIC1tIDJnIFwKICAtcCA0NDM6ODQ0MyBcCiAgLXYgL2V0Yy9hcm8tcnA6L2V0Yy9hcm8tcnAgXAogIC12IC9ydW4vc3lzdGVtZC9qb3VybmFsOi9ydW4vc3lzdGVtZC9qb3VybmFsIFwKICAtdiAvdmFyL2V0dzovdmFyL2V0dzp6IFwKICAkUlBJTUFHRSBcCiAgcnAKRXhlY1N0b3A9L3Vzci9iaW4vZG9ja2VyIHN0b3AgLXQgMzYwMCAlTgpUaW1lb3V0U3RvcFNlYz0zNjAwClJlc3RhcnQ9YWx3YXlzClJlc3RhcnRTZWM9MQpTdGFydExpbWl0SW50ZXJ2YWw9MAoKW0luc3RhbGxdCldhbnRlZEJ5PW11bHRpLXVzZXIudGFyZ2V0CkVPRgoKY2F0ID4vZXRjL3N5c2NvbmZpZy9hcm8tZGJ0b2tlbiA8PEVPRgpEQVRBQkFTRV9BQ0NPVU5UX05BTUU9JyREQVRBQkFTRUFDQ09VTlROQU1FJwpBWlVSRV9EQlRPS0VOX0NMSUVOVF9JRD0nJERCVE9LRU5DTElFTlRJRCcKQVpVUkVfR0FURVdBWV9TRVJWSUNFX1BSSU5DSVBBTF9JRD0nJEdBVEVXQVlTRVJWSUNFUFJJTkNJUEFMSUQnCktFWVZBVUxUX1BSRUZJWD0nJEtFWVZBVUxUUFJFRklYJwpNRE1fQUNDT1VOVD0nJFJQTURNQUNDT1VOVCcKTURNX05BTUVTUEFDRT1EQlRva2VuClJQSU1BR0U9JyRSUElNQUdFJwpFT0YKCmNhdCA+L2V0Yy9zeXN0ZW1kL3N5c3RlbS9hcm8tZGJ0b2tlbi5zZXJ2aWNlIDw8J0VPRicKW1VuaXRdCkFmdGVyPWRvY2tlci5zZXJ2aWNlClJlcXVpcmVzPWRvY2tlci5zZXJ2aWNlCgpbU2VydmljZV0KRW52aXJvbm1lbnRGaWxlPS9ldGMvc3lzY29uZmlnL2Fyby1kYnRva2VuCkV4ZWNTdGFydFByZT0tL3Vzci9iaW4vZG9ja2VyIHJtIC1mICVOCkV4ZWNTdGFydD0vdXNyL2Jpbi9kb2NrZXIgcnVuIFwKICAtLWhvc3RuYW1lICVIIFwKICAtLW5hbWUgJU4gXAogIC0tcm0gXAogIC0tY2FwLWRyb3AgbmV0X3JhdyBcCiAgLWUgQVpVUkVfR0FURVdBWV9TRVJWSUNFX1BSSU5DSVBBTF9JRCBcCiAgLWUgREFUQUJBU0VfQUNDT1VOVF9OQU1FIFwKICAtZSBBWlVSRV9EQlRPS0VOX0NMSUVOVF9JRCBcCiAgLWUgS0VZVkFVTFRfUFJFRklYIFwKICAtZSBNRE1fQUNDT1VOVCBcCiAgLWUgTURNX05BTUVTUEFDRSBcCiAgLW0gMmcgXAogIC1wIDQ0NTo4NDQ1IFwKICAtdiAvcnVuL3N5c3RlbWQvam91cm5hbDovcnVuL3N5c3RlbWQvam91cm5hbCBcCiAgLXYgL3Zhci9ldHc6L3Zhci9ldHc6eiBcCiAgJFJQSU1BR0UgXAogIGRidG9rZW4KRXhlY1N0b3A9L3Vzci9iaW4vZG9ja2VyIHN0b3AgLXQgMzYwMCAlTgpUaW1lb3V0U3RvcFNlYz0zNjAwClJlc3RhcnQ9YWx3YXlzClJlc3RhcnRTZWM9MQpTdGFydExpbWl0SW50ZXJ2YWw9MAoKW0luc3RhbGxdCldhbnRlZEJ5PW11bHRpLXVzZXIudGFyZ2V0CkVPRgoKY2F0ID4vZXRjL3N5c2NvbmZpZy9hcm8tbW9uaXRvciA8PEVPRgpDTFVTVEVSX01ETV9BQ0NPVU5UPSckQ0xVU1RFUk1ETUFDQ09VTlQnCkNMVVNURVJfTURNX05BTUVTUEFDRT1CQk0KREFUQUJBU0VfQUNDT1VOVF9OQU1FPSckREFUQUJBU0VBQ0NPVU5UTkFNRScKS0VZVkFVTFRfUFJFRklYPSckS0VZVkFVTFRQUkVGSVgnCk1ETV9BQ0NPVU5UPSckUlBNRE1BQ0NPVU5UJwpNRE1fTkFNRVNQQUNFPUJCTQpSUElNQUdFPSckUlBJTUFHRScKRU9GCgpjYXQgPi9ldGMvc3lzdGVtZC9zeXN0ZW0vYXJvLW1vbml0b3Iuc2VydmljZSA8PCdFT0YnCltVbml0XQpBZnRlcj1kb2NrZXIuc2VydmljZQpSZXF1aXJlcz1kb2NrZXIuc2VydmljZQoKW1NlcnZpY2VdCkVudmlyb25tZW50RmlsZT0vZXRjL3N5c2NvbmZpZy9hcm8tbW9uaXRvcgpFeGVjU3RhcnRQcmU9LS91c3IvYmluL2RvY2tlciBybSAtZiAlTgpFeGVjU3RhcnQ9L3Vzci9iaW4vZG9ja2VyIHJ1biBcCiAgLS1ob3N0bmFtZSAlSCBcCiAgLS1uYW1lICVOIFwKICAtLXJtIFwKICAtLWNhcC1kcm9wIG5ldF9yYXcgXAogIC1lIENMVVNURVJfTURNX0FDQ09VTlQgXAogIC1lIENMVVNURVJfTURNX05BTUVTUEFDRSBcCiAgLWUgREFUQUJBU0VfQUNDT1VOVF9OQU1FIFwKICAtZSBLRVlWQVVMVF9QUkVGSVggXAogIC1lIE1ETV9BQ0NPVU5UIFwKICAtZSBNRE1fTkFNRVNQQUNFIFwKICAtbSAyZyBcCiAgLXYgL3J1bi9zeXN0ZW1kL2pvdXJuYWw6L3J1bi9zeXN0ZW1kL2pvdXJuYWwgXAogIC12IC92YXIvZXR3Oi92YXIvZXR3OnogXAogICRSUElNQUdFIFwKICBtb25pdG9yClJlc3RhcnQ9YWx3YXlzClJlc3RhcnRTZWM9MQpTdGFydExpbWl0SW50ZXJ2YWw9MAoKW0luc3RhbGxdCldhbnRlZEJ5PW11bHRpLXVzZXIudGFyZ2V0CkVPRgoKY2F0ID4vZXRjL3N5c2NvbmZpZy9hcm8tcG9ydGFsIDw8RU9GCkFaVVJFX1BPUlRBTF9BQ0NFU1NfR1JPVVBfSURTPSckUE9SVEFMQUNDRVNTR1JPVVBJRFMnCkFaVVJFX1BPUlRBTF9DTElFTlRfSUQ9JyRQT1JUQUxDTElFTlRJRCcKQVpVUkVfUE9SVEFMX0VMRVZBVEVEX0dST1VQX0lEUz0nJFBPUlRBTEVMRVZBVEVER1JPVVBJRFMnCkRBVEFCQVNFX0FDQ09VTlRfTkFNRT0nJERBVEFCQVNFQUNDT1VOVE5BTUUnCktFWVZBVUxUX1BSRUZJWD0nJEtFWVZBVUxUUFJFRklYJwpNRE1fQUNDT1VOVD0nJFJQTURNQUNDT1VOVCcKTURNX05BTUVTUEFDRT1Qb3J0YWwKUE9SVEFMX0hPU1ROQU1FPSckTE9DQVRJT04uYWRtaW4uJFJQUEFSRU5URE9NQUlOTkFNRScKUlBJTUFHRT0nJFJQSU1BR0UnCkVPRgoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2Fyby1wb3J0YWwuc2VydmljZSA8PCdFT0YnCltVbml0XQpBZnRlcj1kb2NrZXIuc2VydmljZQpSZXF1aXJlcz1kb2NrZXIuc2VydmljZQpTdGFydExpbWl0SW50ZXJ2YWw9MAoKW1NlcnZpY2VdCkVudmlyb25tZW50RmlsZT0vZXRjL3N5c2NvbmZpZy9hcm8tcG9ydGFsCkV4ZWNTdGFydFByZT0tL3Vzci9iaW4vZG9ja2VyIHJtIC1mICVOCkV4ZWNTdGFydD0vdXNyL2Jpbi9kb2NrZXIgcnVuIFwKICAtLWhvc3RuYW1lICVIIFwKICAtLW5hbWUgJU4gXAogIC0tcm0gXAogIC0tY2FwLWRyb3AgbmV0X3JhdyBcCiAgLWUgQVpVUkVfUE9SVEFMX0FDQ0VTU19HUk9VUF9JRFMgXAogIC1lIEFaVVJFX1BPUlRBTF9DTElFTlRfSUQgXAogIC1lIEFaVVJFX1BPUlRBTF9FTEVWQVRFRF9HUk9VUF9JRFMgXAogIC1lIERBVEFCQVNFX0FDQ09VTlRfTkFNRSBcCiAgLWUgS0VZVkFVTFRfUFJFRklYIFwKICAtZSBNRE1fQUNDT1VOVCBcCiAgLWUgTURNX05BTUVTUEFDRSBcCiAgLWUgUE9SVEFMX0hPU1ROQU1FIFwKICAtbSAyZyBcCiAgLXAgNDQ0Ojg0NDQgXAogIC1wIDIyMjI6MjIyMiBcCiAgLXYgL3J1bi9zeXN0ZW1kL2pvdXJuYWw6L3J1bi9zeXN0ZW1kL2pvdXJuYWwgXAogIC12IC92YXIvZXR3Oi92YXIvZXR3OnogXAogICRSUElNQUdFIFwKICBwb3J0YWwKUmVzdGFydD1hbHdheXMKUmVzdGFydFNlYz0xCgpbSW5zdGFsbF0KV2FudGVkQnk9bXVsdGktdXNlci50YXJnZXQKRU9GCgpjaGNvbiAtUiBzeXN0ZW1fdTpvYmplY3Rfcjp2YXJfbG9nX3Q6czAgL3Zhci9vcHQvbWljcm9zb2Z0L2xpbnV4bW9uYWdlbnQKCm1rZGlyIC1wIC92YXIvbGliL3dhYWdlbnQvTWljcm9zb2Z0LkF6dXJlLktleVZhdWx0LlN0b3JlCgpmb3IgdmFyIGluICJtZHNkIiAibWRtIjsgZG8KY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2Rvd25sb2FkLSR2YXItY3JlZGVudGlhbHMuc2VydmljZSA8PEVPRgpbVW5pdF0KRGVzY3JpcHRpb249UGVyaW9kaWMgJHZhciBjcmVkZW50aWFscyByZWZyZXNoCgpbU2VydmljZV0KVHlwZT1vbmVzaG90CkV4ZWNTdGFydD0vdXNyL2xvY2FsL2Jpbi9kb3dubG9hZC1jcmVkZW50aWFscy5zaCAkdmFyCkVPRgoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL2Rvd25sb2FkLSR2YXItY3JlZGVudGlhbHMudGltZXIgPDxFT0YKW1VuaXRdCkRlc2NyaXB0aW9uPVBlcmlvZGljICR2YXIgY3JlZGVudGlhbHMgcmVmcmVzaAoKW1RpbWVyXQpPbkJvb3RTZWM9MG1pbgpPbkNhbGVuZGFyPTAvMTI6MDA6MDAKQWNjdXJhY3lTZWM9NXMKCltJbnN0YWxsXQpXYW50ZWRCeT10aW1lcnMudGFyZ2V0CkVPRgpkb25lCgpjYXQgPi91c3IvbG9jYWwvYmluL2Rvd25sb2FkLWNyZWRlbnRpYWxzLnNoIDw8RU9GCiMhL2Jpbi9iYXNoCnNldCAtZXUKCkNPTVBPTkVOVD0iXCQxIgplY2hvICJEb3dubG9hZCBcJENPTVBPTkVOVCBjcmVkZW50aWFscyIKClRFTVBfRElSPVwkKG1rdGVtcCAtZCkKZXhwb3J0IEFaVVJFX0NPTkZJR19ESVI9XCQobWt0ZW1wIC1kKQpheiBsb2dpbiAtaSAtLWFsbG93LW5vLXN1YnNjcmlwdGlvbnMKCnRyYXAgImNsZWFudXAiIEVYSVQKCmNsZWFudXAoKSB7CiAgYXogbG9nb3V0CiAgW1sgIlwkVEVNUF9ESVIiID1+IC90bXAvLisgXV0gJiYgcm0gLXJmIFwkVEVNUF9ESVIKICBbWyAiXCRBWlVSRV9DT05GSUdfRElSIiA9fiAvdG1wLy4rIF1dICYmIHJtIC1yZiBcJEFaVVJFX0NPTkZJR19ESVIKfQoKaWYgWyAiXCRDT01QT05FTlQiID0gIm1kbSIgXTsgdGhlbgogIENVUlJFTlRfQ0VSVF9GSUxFPSIvZXRjL21kbS5wZW0iCmVsaWYgWyAiXCRDT01QT05FTlQiID0gIm1kc2QiIF07IHRoZW4KICBDVVJSRU5UX0NFUlRfRklMRT0iL3Zhci9saWIvd2FhZ2VudC9NaWNyb3NvZnQuQXp1cmUuS2V5VmF1bHQuU3RvcmUvbWRzZC5wZW0iCmVsc2UKICBlY2hvIEludmFsaWQgdXNhZ2UgJiYgZXhpdCAxCmZpCgpTRUNSRVRfTkFNRT0icnAtXCR7Q09NUE9ORU5UfSIKTkVXX0NFUlRfRklMRT0iXCRURU1QX0RJUi9cJENPTVBPTkVOVC5wZW0iCmZvciBhdHRlbXB0IGluIHsxLi41fTsgZG8KICBheiBrZXl2YXVsdCBzZWNyZXQgZG93bmxvYWQgLS1maWxlIFwkTkVXX0NFUlRfRklMRSAtLWlkICJodHRwczovLyRLRVlWQVVMVFBSRUZJWC1zdmMuJEtFWVZBVUxURE5TU1VGRklYL3NlY3JldHMvXCRTRUNSRVRfTkFNRSIgJiYgYnJlYWsKICBpZiBbWyBcJGF0dGVtcHQgLWx0IDUgXV07IHRoZW4gc2xlZXAgMTA7IGVsc2UgZXhpdCAxOyBmaQpkb25lCgppZiBbIC1mIFwkTkVXX0NFUlRfRklMRSBdOyB0aGVuCiAgaWYgWyAiXCRDT01QT05FTlQiID0gIm1kc2QiIF07IHRoZW4KICAgIGNob3duIHN5c2xvZzpzeXNsb2cgXCRORVdfQ0VSVF9GSUxFCiAgZWxzZQogICAgc2VkIC1pIC1uZSAnMSwvRU5EIENFUlRJRklDQVRFLyBwJyBcJE5FV19DRVJUX0ZJTEUKICBmaQogIGlmICEgZGlmZiAkTkVXX0NFUlRfRklMRSAkQ1VSUkVOVF9DRVJUX0ZJTEUgPi9kZXYvbnVsbCAyPiYxOyB0aGVuCiAgICBjaG1vZCAwNjAwIFwkTkVXX0NFUlRfRklMRQogICAgbXYgXCRORVdfQ0VSVF9GSUxFIFwkQ1VSUkVOVF9DRVJUX0ZJTEUKICBmaQplbHNlCiAgZWNobyBGYWlsZWQgdG8gcmVmcmVzaCBjZXJ0aWZpY2F0ZSBmb3IgXCRDT01QT05FTlQgJiYgZXhpdCAxCmZpCkVPRgoKY2htb2QgdSt4IC91c3IvbG9jYWwvYmluL2Rvd25sb2FkLWNyZWRlbnRpYWxzLnNoCgpzeXN0ZW1jdGwgZW5hYmxlIGRvd25sb2FkLW1kc2QtY3JlZGVudGlhbHMudGltZXIKc3lzdGVtY3RsIGVuYWJsZSBkb3dubG9hZC1tZG0tY3JlZGVudGlhbHMudGltZXIKCi91c3IvbG9jYWwvYmluL2Rvd25sb2FkLWNyZWRlbnRpYWxzLnNoIG1kc2QKL3Vzci9sb2NhbC9iaW4vZG93bmxvYWQtY3JlZGVudGlhbHMuc2ggbWRtCk1EU0RDRVJUSUZJQ0FURVNBTj0kKG9wZW5zc2wgeDUwOSAtaW4gL3Zhci9saWIvd2FhZ2VudC9NaWNyb3NvZnQuQXp1cmUuS2V5VmF1bHQuU3RvcmUvbWRzZC5wZW0gLW5vb3V0IC1zdWJqZWN0IHwgc2VkIC1lICdzLy4qQ049Ly8nKQoKY2F0ID4vZXRjL3N5c3RlbWQvc3lzdGVtL3dhdGNoLW1kbS1jcmVkZW50aWFscy5zZXJ2aWNlIDw8RU9GCltVbml0XQpEZXNjcmlwdGlvbj1XYXRjaCBmb3IgY2hhbmdlcyBpbiBtZG0ucGVtIGFuZCByZXN0YXJ0cyB0aGUgbWRtIHNlcnZpY2UKCltTZXJ2aWNlXQpUeXBlPW9uZXNob3QKRXhlY1N0YXJ0PS91c3IvYmluL3N5c3RlbWN0bCByZXN0YXJ0IG1kbS5zZXJ2aWNlCgpbSW5zdGFsbF0KV2FudGVkQnk9bXVsdGktdXNlci50YXJnZXQKRU9GCgpjYXQgPi9ldGMvc3lzdGVtZC9zeXN0ZW0vd2F0Y2gtbWRtLWNyZWRlbnRpYWxzLnBhdGggPDxFT0YKW1BhdGhdClBhdGhNb2RpZmllZD0vZXRjL21kbS5wZW0KCltJbnN0YWxsXQpXYW50ZWRCeT1tdWx0aS11c2VyLnRhcmdldApFT0YKCnN5c3RlbWN0bCBlbmFibGUgd2F0Y2gtbWRtLWNyZWRlbnRpYWxzLnBhdGgKc3lzdGVtY3RsIHN0YXJ0IHdhdGNoLW1kbS1jcmVkZW50aWFscy5wYXRoCgpta2RpciAvZXRjL3N5c3RlbWQvc3lzdGVtL21kc2Quc2VydmljZS5kCmNhdCA+L2V0Yy9zeXN0ZW1kL3N5c3RlbS9tZHNkLnNlcnZpY2UuZC9vdmVycmlkZS5jb25mIDw8J0VPRicKW1VuaXRdCkFmdGVyPW5ldHdvcmstb25saW5lLnRhcmdldApFT0YKCmNhdCA+L2V0Yy9kZWZhdWx0L21kc2QgPDxFT0YKTURTRF9ST0xFX1BSRUZJWD0vdmFyL3J1bi9tZHNkL2RlZmF1bHQKTURTRF9PUFRJT05TPSItQSAtZCAtciBcJE1EU0RfUk9MRV9QUkVGSVgiCgpleHBvcnQgTU9OSVRPUklOR19HQ1NfRU5WSVJPTk1FTlQ9JyRNRFNERU5WSVJPTk1FTlQnCmV4cG9ydCBNT05JVE9SSU5HX0dDU19BQ0NPVU5UPSckUlBNRFNEQUNDT1VOVCcKZXhwb3J0IE1PTklUT1JJTkdfR0NTX1JFR0lPTj0nJExPQ0FUSU9OJwpleHBvcnQgTU9OSVRPUklOR19HQ1NfQVVUSF9JRF9UWVBFPUF1dGhLZXlWYXVsdApleHBvcnQgTU9OSVRPUklOR19HQ1NfQVVUSF9JRD0nJE1EU0RDRVJUSUZJQ0FURVNBTicKZXhwb3J0IE1PTklUT1JJTkdfR0NTX05BTUVTUEFDRT0nJFJQTURTRE5BTUVTUEFDRScKZXhwb3J0IE1PTklUT1JJTkdfQ09ORklHX1ZFUlNJT049JyRSUE1EU0RDT05GSUdWRVJTSU9OJwpleHBvcnQgTU9OSVRPUklOR19VU0VfR0VORVZBX0NPTkZJR19TRVJWSUNFPXRydWUKCmV4cG9ydCBNT05JVE9SSU5HX1RFTkFOVD0nJExPQ0FUSU9OJwpleHBvcnQgTU9OSVRPUklOR19ST0xFPXJwCmV4cG9ydCBNT05JVE9SSU5HX1JPTEVfSU5TVEFOQ0U9JyQoaG9zdG5hbWUpJwoKZXhwb3J0IE1EU0RfTVNHUEFDS19TT1JUX0NPTFVNTlM9MQpFT0YKCiMgc2V0dGluZyBNT05JVE9SSU5HX0dDU19BVVRIX0lEX1RZUEU9QXV0aEtleVZhdWx0IHNlZW1zIHRvIGhhdmUgY2F1c2VkIG1kc2Qgbm90CiMgdG8gaG9ub3VyIFNTTF9DRVJUX0ZJTEUgYW55IG1vcmUsIGhlYXZlbiBvbmx5IGtub3dzIHdoeS4KbWtkaXIgLXAgL3Vzci9saWIvc3NsL2NlcnRzCmNzcGxpdCAtZiAvdXNyL2xpYi9zc2wvY2VydHMvY2VydC0gLWIgJTAzZC5wZW0gL2V0Yy9wa2kvdGxzL2NlcnRzL2NhLWJ1bmRsZS5jcnQgL14kLzEgeyp9ID4vZGV2L251bGwKY19yZWhhc2ggL3Vzci9saWIvc3NsL2NlcnRzCgojIHdlIGxlYXZlIGNsaWVudElkIGJsYW5rIGFzIGxvbmcgYXMgb25seSAxIG1hbmFnZWQgaWRlbnRpdHkgYXNzaWduZWQgdG8gdm1zcwojIGlmIHdlIGhhdmUgbW9yZSB0aGFuIDEsIHdlIHdpbGwgbmVlZCB0byBwb3B1bGF0ZSB3aXRoIGNsaWVudElkIHVzZWQgZm9yIG9mZi1ub2RlIHNjYW5uaW5nCmNhdCA+L2V0Yy9kZWZhdWx0L3ZzYS1ub2Rlc2Nhbi1hZ2VudC5jb25maWcgPDxFT0YKewogICAgIk5pY2UiOiAxOSwKICAgICJUaW1lb3V0IjogMTA4MDAsCiAgICAiQ2xpZW50SWQiOiAiIiwKICAgICJUZW5hbnRJZCI6ICIkQVpVUkVTRUNQQUNLVlNBVEVOQU5USUQiLAogICAgIlByb2Nlc3NUaW1lb3V0IjogMzAwLAogICAgIkNvbW1hbmREZWxheSI6IDAKICB9CkVPRgoKIyB3ZSBzdGFydCBhIGNyb24gam9iIHRvIHJ1biBldmVyeSBob3VyIHRvIGVuc3VyZSB0aGUgc2FpZCBkaXJlY3RvcnkgaXMgYWNjZXNzaWJsZQojIGJ5IHRoZSBjb3JyZWN0IHVzZXIgYXMgaXQgZ2V0cyBjcmVhdGVkIGJ5IHJvb3QgYW5kIG1heSBjYXVzZSBhIHJhY2UgY29uZGl0aW9uCiMgd2hlcmUgcm9vdCBvd25zIHRoZSBkaXIgaW5zdGVhZCBvZiBzeXNsb2cKIyBUT0RPOiBodHRwczovL21zYXp1cmUudmlzdWFsc3R1ZGlvLmNvbS9BenVyZVJlZEhhdE9wZW5TaGlmdC9fd29ya2l0ZW1zL2VkaXQvMTI1OTEyMDcKY2F0ID4vZXRjL2Nyb24uZC9tZHNkLWNob3duLXdvcmthcm91bmQgPDxFT0YKU0hFTEw9L2Jpbi9iYXNoClBBVEg9L2JpbgowICogKiAqICogcm9vdCBjaG93biBzeXNsb2c6c3lzbG9nIC92YXIvb3B0L21pY3Jvc29mdC9saW51eG1vbmFnZW50L2VoL0V2ZW50Tm90aWNlL2Fyb3JwbG9ncyoKRU9GCgpmb3Igc2VydmljZSBpbiBhcm8tZGJ0b2tlbiBhcm8tbW9uaXRvciBhcm8tcG9ydGFsIGFyby1ycCBhdW9tcyBhenNlY2QgYXpzZWNtb25kIG1kc2QgbWRtIGNocm9ueWQgZmx1ZW50Yml0OyBkbwogIHN5c3RlbWN0bCBlbmFibGUgJHNlcnZpY2Uuc2VydmljZQpkb25lCgpmb3Igc2NhbiBpbiBiYXNlbGluZSBjbGFtYXYgc29mdHdhcmU7IGRvCiAgL3Vzci9sb2NhbC9iaW4vYXpzZWNkIGNvbmZpZyAtcyAkc2NhbiAtZCBQMUQKZG9uZQoKcmVzdG9yZWNvbiAtUkYgL3Zhci9sb2cvKgooc2xlZXAgMzA7IHJlYm9vdCkgJgo=')))]" } } } diff --git a/pkg/deploy/bindata.go b/pkg/deploy/bindata.go index a9b939fd9..50c7c9377 100644 --- a/pkg/deploy/bindata.go +++ b/pkg/deploy/bindata.go @@ -136,7 +136,7 @@ func databasesDevelopmentJson() (*asset, error) { return a, nil } -var _envDevelopmentJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7c\xeb\x72\xa3\x48\x12\xee\xff\x79\x0a\x87\xcf\x46\xb8\x3b\xb6\xdd\x06\x64\x75\x9b\x8d\x98\x1f\x80\x25\x84\x84\xb0\x04\xe2\x3a\x3b\x31\x01\x55\x18\x90\x8a\xcb\x40\x01\x46\x1b\xf3\xee\x27\x40\x17\xeb\x66\x49\xbe\xf4\x89\x3d\x3b\x4d\x47\xdb\x16\x64\x65\x55\x65\x65\x7e\x99\x05\x1f\xfa\xcf\x2f\x17\x17\x17\x17\x97\xff\xc8\x80\xef\x86\xf6\xe5\xbf\x2e\x2e\x7d\x8c\x93\xec\x5f\x37\x37\x8b\x33\x5f\x43\x3b\xb2\x3d\x37\x74\x23\xfc\xd5\x9e\xe7\xa9\xfb\x15\xc4\xe1\xf2\x5a\x76\x43\x11\x64\xfb\x9a\x20\xaf\x09\xf2\x06\xba\x09\x8a\xab\x5a\x6e\xe2\x86\x09\xb2\xb1\xfb\x75\x9a\xc5\xd1\xff\xb9\xfc\xb2\xe8\x01\xc4\x11\x76\x23\xac\xb9\x69\x16\xc4\x51\xdd\x11\xf9\x95\xa8\xff\xad\x04\x12\x3b\xb5\x43\x17\xbb\x69\x76\xf9\xaf\x8b\xc5\xb0\x16\x0d\x03\x66\x9e\x4c\xe2\x99\x1b\x6d\x9d\x6f\xae\xe1\x2a\x71\x6b\x55\x19\x4e\x83\xc8\x5b\x6a\x5a\x5f\x85\xee\xa3\x9d\x23\xac\xd9\x28\x6f\xa4\x2e\xd7\x97\xff\xfa\xb2\xa9\x9f\xb3\x13\x1b\x04\xb8\x7a\x59\x7f\x10\xe1\x13\xca\x89\x17\x74\x8f\xe2\x18\x49\x76\xe8\xfe\x98\xb1\x27\x69\xfc\x54\x71\x6e\x8a\x4f\xaa\x3f\xd2\x1c\x05\x6e\x84\xdf\xa9\xe4\x3e\x0e\xed\x20\xaa\x27\x2a\xda\x8e\x8b\xde\xa1\x49\x08\x6d\xef\xb4\xb5\x4e\xb4\x67\x72\xec\x1f\xd1\xe1\x82\x3c\x75\x4f\x6a\x1a\xb8\x47\x3c\xe2\x0c\x1d\xb9\x83\x02\x20\x8c\x18\x08\x53\x37\xcb\x18\x84\x62\x60\xe3\x20\x8e\x86\x2e\xf6\x63\xf8\x5e\x87\x50\xb0\x8d\x03\x70\x56\xd7\xca\x2c\xff\x08\x17\x54\xb0\x1d\x41\x3b\x85\x87\xfb\xcc\x32\x7f\xd4\x74\x7b\xdc\x6c\x47\x0c\x56\x24\x11\xc7\xd4\x7e\x18\x3c\x06\xc0\xc6\x1f\x19\x32\xbf\x6c\xf4\x75\x99\xba\x59\x9c\xa7\xc0\xad\x71\xe6\xb7\xb5\xcc\x4e\x57\xd9\x2c\xdf\xeb\xbf\xb9\x10\x2d\x2c\x79\xf9\xdb\x33\x5e\x7d\xba\x3a\x6c\xf0\xab\xcf\xbf\x5f\x6e\x29\xf8\x6b\x67\xc4\x49\x1a\x27\xf5\x7c\xdd\xec\x70\x5f\x6b\xb5\xfb\xbe\x73\xb4\xff\x5d\xf9\x93\x03\x59\x4d\x0a\xba\xc5\x75\x91\x44\xd7\x49\x90\xec\x5a\x77\x65\xfb\x61\x00\xd2\x38\x8b\x1f\xf1\x57\xc9\xc5\x65\x9c\xce\x6e\x76\x3a\x77\xb3\xdd\xa6\xab\xc1\x34\xc3\x5e\x59\x9f\x4f\xe3\x3c\xf9\xf4\xf9\xeb\xea\xe2\xef\xbb\xad\x40\x1c\xc1\x60\xdd\xcc\xfd\x33\xb7\x51\xf6\x69\x73\xd2\xcf\xc0\x7d\xf5\xf9\xcb\x05\xf1\x79\x4f\x83\x9d\x04\x1b\xe9\x86\x22\x28\xe2\x9a\xb8\xbb\x26\xc8\x83\xee\xf7\x9f\xd7\x2d\x8d\xbd\x5c\xe9\xc4\x06\xfb\x8e\xba\x2b\x35\x4a\xdd\xc7\xe0\x69\xc7\xe1\xf6\x84\x49\x62\x91\x10\x6f\xe8\xcb\x83\x42\xbf\xef\x9d\xdd\x59\xc6\x46\x4b\x96\x3b\x91\x8b\x5f\xee\xea\xf0\x48\x2f\xce\x98\xf3\xcb\x33\x6b\xb2\xf9\x6a\xf4\xd4\xed\xe1\xe1\xbf\x30\xe0\xb5\xc6\x95\x0f\xf2\x36\x76\x4b\xbb\x52\x9a\x79\x1c\x56\xf5\x82\x9a\x1f\x3a\x35\x72\x31\xb5\x97\x27\xb0\x98\xc4\x22\x26\x94\x3a\x3b\x04\xb8\x6a\x9c\xfc\x64\x8f\x4d\xcb\x00\x6e\x85\x87\x00\x3f\x5d\xed\x87\xda\x21\xf5\xd9\xd5\x97\x8b\xab\x34\xb9\x8e\x32\xef\x6a\x2f\x06\x0e\x76\x85\x6d\xaf\x36\x43\x94\x23\x74\x54\xf8\xaf\x77\xad\xe3\x24\x8e\x51\x10\x79\x47\xd7\x71\xef\xec\xef\xe7\xc3\x54\xad\xf5\x6c\x8c\x2a\x82\x14\xe7\x36\x5a\x7e\xfc\x20\x84\xfa\x91\xf8\x12\x24\x5c\x1c\x3d\x06\x5e\x9e\x36\x7d\xff\xf0\x78\x5e\xc0\xc6\x07\xba\xea\x8e\xc5\x6f\x96\xb8\x54\x3b\xeb\x6a\xf9\xea\xbf\xb7\xa2\x7d\x2f\x4f\xed\x1e\x47\xfc\xee\xe2\x40\xe1\xf3\x81\xd3\xd9\x4b\x72\xeb\x89\x2c\xd2\xe5\xe9\xa1\xbf\x2b\x98\x96\xb5\xcd\xd9\x61\x74\x20\x31\x14\x49\x34\x59\xc6\x87\x1c\xe7\xd8\x65\xed\xcc\x85\x07\xe0\xe2\xc5\xd2\x67\x6b\x40\x5a\x12\xf1\x25\xf9\x02\xda\x5c\xe2\xc0\x4d\x37\xa4\xce\x4a\x5c\x75\xf9\xb7\xd8\x8a\x6c\x3a\xfe\xcb\x23\x59\xcb\x2f\x97\xa4\xde\x69\x1d\x5d\xf0\x57\x65\xe3\xa6\x01\x49\x53\x5f\xc9\x6f\x77\x5f\xa9\x76\xfb\x44\x62\xdb\xcf\xcd\x2f\x4c\x73\x7b\xe8\x72\x1c\xe3\x8d\x8a\xf7\xf8\x90\x4e\x44\xf0\x2b\xa2\xfd\xe2\x39\x56\xea\xde\xef\x6d\x6c\xef\x95\x94\xbb\xd5\xf8\xbb\x63\x73\xb7\xc6\x04\xf6\x91\x3a\xe1\x70\x01\x74\xca\x9c\xa3\x34\xc6\x31\x88\xd1\x89\x42\xeb\x21\x71\x23\x6d\x24\x9d\x5d\x65\xbd\xa6\x74\x7e\x6b\x4a\x5a\xe2\xe0\x7f\x7f\xed\xbc\xb7\xe9\x4a\xdc\x08\x66\x0f\xd1\x41\x93\x7f\x04\xaa\x1e\x80\x8a\xd7\xa5\x9e\xad\x94\xb3\xeb\xc5\xbf\x9f\x91\xab\x4f\xee\x05\x57\x3b\xe3\x3f\xee\xa9\xec\x8f\xa2\x75\x68\xc8\x2b\x44\x5c\x6f\xa2\x0f\xc8\x80\xe7\xfb\x50\xdb\xb1\xb8\xb9\x5a\xef\xdc\x52\xe6\x89\x97\xda\xd0\x1d\xc5\x28\x00\xfb\xfb\xf4\xb5\x58\x18\xc3\x85\xdb\xda\x51\x6e\xa3\x33\x01\x7c\x61\xf6\xa1\x0d\xfc\x20\x72\x47\x69\xfc\x18\xa0\x23\x7b\xa3\x38\x3b\x25\xb2\x30\x4a\x1c\x26\x39\x76\xd3\x7a\x43\xfd\x5c\x92\x83\xe0\xfa\x48\xa5\x7b\x69\xc3\x30\x88\xd4\xcc\x4d\x57\x2b\x04\x50\x9c\xc3\xeb\x3c\x73\xd3\x63\xcd\x50\x10\xe5\x4f\xe7\xa5\x9f\x75\x1b\x18\x64\xb6\x83\xdc\x91\x9d\x65\x65\x9c\x42\x26\xc7\xbe\x1b\xe1\x60\x1d\xb5\x38\xcd\xdd\x13\xc8\x98\x65\xfb\x37\xab\x0e\x0a\x26\xab\x1b\x2c\xa7\x73\xd7\xea\x38\xad\xf5\x59\xbb\xdd\xdc\x34\xbb\xbc\xf1\xe3\xd0\xbd\x79\xb6\xd8\xcd\xd7\x2c\xf3\x6f\xec\x1c\xfb\x71\x1a\xcc\x5d\xf8\xc7\xcc\xdd\xc3\xa9\xa3\x8a\x67\x6e\x75\x30\xc5\x6c\xde\x32\x3a\x99\x5e\x56\xc7\xcb\x75\xd4\xea\x38\x9c\x8b\x4f\xb7\x3f\x7c\xe5\xa5\x1c\x9e\xe1\x38\xb5\xbd\x93\x6e\xde\xc8\x06\xa1\xed\xb9\xb2\xfb\xe8\xa6\x6e\x74\xe4\x76\xc1\x5a\xbe\x59\xe7\xcc\x5f\x20\x86\xec\xc2\x9e\xbd\xbb\xd5\xd9\x6b\x12\x3f\x3e\x2e\xc5\x7b\x1d\xf1\x94\xf0\x02\xd0\x2e\xef\xae\x45\x6d\x78\x4a\xb6\x78\xce\x02\xa8\x2e\x51\x5e\xa8\x41\x2f\x4e\x14\xb2\x71\x76\x1f\x64\xb3\xd3\x53\x07\xa9\x6b\x63\xf7\x21\x59\x25\xaf\x6e\x1a\x87\x8b\x5b\xc2\x27\xc6\xb9\x78\x4e\x01\xcf\xea\xe5\x62\x63\x01\x19\x00\xe2\x3c\xc2\xab\xd2\x78\x94\xba\x61\x90\x87\x7f\x88\xb2\xf2\xe6\x7a\xfe\x55\x7e\xb4\xdc\xd2\x9f\xe5\x47\x4b\x59\x21\xc2\x6e\xfa\x68\x03\xf7\xcc\x2d\xe2\xea\x38\xc3\x28\x6b\xbc\x0c\xae\x8b\x30\xcb\xae\xa3\x00\x9c\x73\x47\xe1\x95\xb5\xe7\xb2\x4d\x10\xda\x69\x75\x16\x44\xae\x1b\x9d\xbd\x2d\x3e\x74\x9c\x8f\x85\x17\x87\x6c\x11\x24\xa0\xe9\xfb\x15\xd0\x77\xf1\x46\xe3\x6c\xb5\x7f\xc5\xd6\xfc\x60\xfb\x8f\xdc\xae\x6f\xdd\xd4\x39\x1b\xb3\x37\x8f\x13\xdb\x84\x83\x33\x78\x8b\xab\x6c\x2b\xd8\xae\x33\x5f\x97\xe2\x5f\xd4\xba\xeb\x20\xfb\x77\xcd\xcf\x1f\xe0\xfb\x7c\x64\xad\x07\x46\x99\xe2\x62\x1c\x44\xde\xfb\x14\x2d\x94\xed\x3d\xd4\xbb\xb4\xd3\xf8\x1a\x04\xaf\x5f\xf5\xd5\x71\x3a\x7b\x7f\x4c\xab\xd7\xb5\x38\x5f\xfa\x3c\xc9\xe3\x15\xc8\x69\x3d\x2f\x5f\x7d\xdd\x7d\x06\xf7\x09\xbb\x51\x9d\xbd\xcf\xca\x2e\x6b\xe9\x1f\x92\x49\x40\x76\x2a\x85\x5f\xbc\x39\x93\x6c\x96\x4b\xcf\xd0\xc6\x34\x74\x85\xce\xf3\xac\xce\xcc\x31\xab\x2d\x3b\x97\x67\x38\x0e\x15\x90\x06\xc9\xa9\xf2\x6b\xab\x6d\xcf\x8e\x20\x72\xd3\xcd\xed\xf3\x9a\xe5\x70\x52\x81\x9d\xe3\x58\x5d\xec\xd1\x86\x41\x14\x6f\x68\x79\x45\x96\xcc\x36\x20\xe0\x4c\xbc\xad\x0d\x8f\x5d\x80\x5d\xf8\x26\xfc\xb8\xcc\x16\x66\xaa\x13\x8d\x63\x67\xee\xb7\xdb\x4f\x20\x8e\x80\x8d\x3f\x2d\x3e\x4d\x62\xa5\x79\x66\xfb\xe9\x0a\x50\x1a\x21\x70\x24\xe2\xbc\xf8\xd7\xab\xcf\x5f\xae\x38\x81\xb1\x46\x93\x87\x41\x47\xfa\xf5\xea\xea\xea\xcb\xf6\xb6\x77\xc5\xfc\xa8\x05\xaf\xae\xfe\x1d\x5d\xd5\xf2\xa3\x87\x07\x51\x62\x86\x9d\x03\xf2\x2b\xb6\xc5\x86\x7c\xfd\x63\x77\x0c\x5c\x30\xf4\x14\xbe\x3b\xb5\x2b\x06\x0b\x3d\xe8\xdb\xc6\xd8\x73\xa8\x5b\xcf\x6c\xf5\x91\x69\xc8\x48\xe0\xfb\xc8\xa4\xba\x24\xa0\x54\x0f\xf2\x3e\x12\xba\x90\x9d\xf0\x28\x87\x86\xcf\x5a\x94\x96\x43\x8e\x9d\x3b\x14\x89\x20\x8f\xb0\x65\x0c\x3d\x93\xa2\x73\x2b\x7c\x4a\xcc\x96\x3c\x17\x7a\x30\x81\xbc\xb7\x68\xd7\x43\xa4\xa3\xb0\x24\xe0\x65\x1f\xf2\xaa\x27\x1a\x33\xcf\x0c\xb5\xcc\x69\x81\x01\xa0\x9e\x90\x65\x30\x9e\x34\x65\x06\x5c\x68\x15\x20\x60\x7d\xd8\x93\x91\x63\xb0\x84\xc0\xa3\x5c\xe8\x65\x4f\x62\x70\x4b\x3e\x4e\x32\xcf\xe2\xef\x06\x02\xc7\xb6\xa1\x4e\x34\x3a\xa0\xc1\xce\x9a\x71\x72\xe4\xed\xfe\xd8\x98\xb0\x1f\xb0\x01\x08\x35\xdf\x2e\x63\x4f\xe0\x51\x28\x74\xb1\x23\x70\xf2\x77\xd3\x90\x09\x4b\x27\x4b\xd8\x23\x3c\x51\x7f\x22\x84\x7b\xd5\x33\x34\xe2\xbb\xd0\x93\x63\x4b\xbf\xf5\x56\x63\x1a\x4e\x98\xef\x02\xaf\x65\xf5\xfc\x2d\xc3\x4f\x20\xc7\x3c\x3d\x54\x6c\x68\x8f\x93\x99\x43\xb5\x11\xe7\x25\x19\x0c\xb5\x5b\xc8\x6b\xb9\xc5\x31\xd8\xe1\x98\x54\x9a\x30\x48\x46\xfd\xae\xac\x30\x85\xc5\x6b\x94\xd8\xea\x17\x4e\x4b\xa6\xac\x8a\x8e\x6b\x5b\x39\x3d\x73\xe0\xf2\xd6\xdc\xa0\x60\xe5\xb4\x60\x08\x2a\xa6\xb0\x79\x1a\x5b\xe3\x78\xe0\xf4\x2c\xe4\xd6\x73\x0f\xc7\x9e\xa8\x97\xde\x60\xae\x96\x7d\xd5\x52\x64\x55\xf5\x44\x4a\x46\x30\xa0\x2b\x87\xa2\x09\x18\x82\x02\xf2\x64\x79\x48\x57\x7d\xfe\xd0\xb8\x86\x13\xe6\x65\x5d\x61\xb7\x3a\xa8\x2b\xec\x56\x9c\x97\x54\x80\x27\x3c\x51\x21\x13\xc7\x60\x0b\x10\x8d\x3d\xbb\x27\x13\xa0\x37\xfc\x26\x56\xf4\xcc\xe1\xda\xa1\xa5\xcb\x05\x08\xbb\x25\x08\xe9\x3f\x2d\x5d\x22\xc4\x90\xae\xac\x8a\x2e\xa1\x2e\x14\x96\xc1\x22\x87\xa3\x15\xb5\x43\x60\x99\x64\x7b\xa2\x8a\xbb\xba\x42\x76\xd5\x8e\x36\x14\x27\xde\x00\x44\x2c\x16\x38\x02\xdb\x3a\x59\x3a\xad\x3e\x21\xf0\x3e\x01\x7b\xec\xfc\x21\xb8\x2b\x40\xed\x9b\x54\x37\xb2\x8c\x61\xee\xe8\x68\x0a\x42\x7a\xee\x50\x16\x21\x86\x52\xe1\x28\x74\x6a\x19\x68\x2e\x52\x64\x62\xb6\xfa\x05\xa0\xe8\x10\x72\x6d\x1f\x50\xc3\x01\x17\xd5\xfe\xc6\x60\x57\x61\x13\x27\x92\x08\x53\x7f\xca\x36\xf5\x5a\x7c\x99\x5b\xa1\x36\x73\x5a\x7d\x1f\xf4\xfa\x85\x1d\x6a\x53\xc8\xb5\x0b\x10\x82\x02\xf4\xb4\x40\xa4\xb4\xd2\xd2\xcb\xe5\xd8\xc9\xca\xd2\x9f\x90\x69\x48\x48\xd4\x9f\x7c\xc8\x6b\x73\xc8\x11\xb7\x62\xd8\x2e\x4c\xa3\x3f\xb5\xb9\x76\x6d\x9f\x01\x17\x4a\x3e\xe4\x98\x7f\x8a\x94\x46\x98\x15\x5d\xfb\x68\x0e\x42\xad\x74\x5a\xc3\xdc\xe2\x68\xdf\x8d\xb4\xca\x52\xda\x95\x65\xb0\x85\x70\x5f\xde\xf5\x09\x6d\x24\x07\x60\xa0\x53\xdd\x6f\xd0\xe8\x23\x51\x97\x32\x5b\x23\x06\x4e\xd8\xc5\xd6\x84\x5c\xca\x93\x53\x87\x9f\x0d\xcc\xb0\x3b\xb7\x0c\xad\x72\xee\xc9\x18\xf6\xe4\x12\xcc\xe3\x42\x6c\xb1\xbe\x49\x61\xdf\xa2\xb4\xb9\x18\x6e\xd9\x60\xea\x50\x44\xe1\x1a\x1a\x5e\xf6\x5f\x98\x46\x42\x82\x50\xc5\x26\xf5\x94\x70\xa1\x96\x9b\x7a\x3f\xb3\xf4\x31\xed\xea\xda\x9c\x0b\x61\x69\x51\x52\x6c\xe9\x52\x3a\x32\x10\x02\x65\xd2\x9d\x10\xe6\x0b\x36\xdc\x18\xab\xc2\x96\x0e\x25\x63\xb3\x8e\x17\x9e\x9e\x39\x7a\x37\x17\x75\xb9\x30\x29\x8c\x40\xc0\xfe\x09\x14\x36\x32\xa9\xa1\x67\xb5\xd8\xc8\xd1\x55\x5c\xc7\x82\xa5\x97\x9e\xc3\xa3\xc0\x34\xa4\x39\x5c\xc8\x23\x18\x6a\x99\xc0\xc3\x04\x72\x2c\x36\x75\x8c\x84\x9e\x8c\x41\x0f\xfa\x90\x97\x62\xa1\xc7\xb6\x21\xef\x17\xce\x74\xb8\x6e\x6f\x51\x77\x18\xf2\x74\xe1\xf4\x24\x04\x39\xe2\x49\x9c\x76\x28\x71\xda\xa9\xc4\x49\x27\x77\x74\x7a\x06\xf5\x27\x34\xa0\xb4\xec\x81\xbb\x25\xc5\x69\xed\xf7\x43\x6a\x38\x07\xe9\xc3\xc4\x2c\xcd\x39\x68\x49\xf3\xce\xa0\xc6\x3d\xb5\xa5\x95\xa0\xd7\x47\xa0\x35\xf4\x2c\x9d\x24\x1d\xbe\x4b\xd8\x3a\x9d\x0b\x3c\x4d\xc2\x1e\x4b\x42\x8e\x0d\x9d\x96\xb0\x9e\x5b\x8d\x45\xa0\x25\x23\x53\xaf\x31\xd2\xf4\x2c\x9e\x9e\xda\x94\x56\x09\xfc\x02\xb3\xdc\x80\xf5\xcd\x96\x50\x63\x20\x06\x7c\x97\x30\xf5\x7e\xe2\xf0\x88\x70\xc7\x09\xb6\x29\x39\x01\x01\x83\x01\xc7\x14\x96\x21\x4f\x45\x4a\x2a\x9c\x48\xf6\x6d\xbd\x8d\x40\x34\x2c\xb8\x48\x2e\xa0\x2e\xc5\x02\x47\x23\xc8\x0f\x8b\x1a\x47\x21\xdf\x4d\x9c\x50\xab\x40\x45\xe7\x0e\xb5\xb4\xab\x17\x0f\x34\x24\xa9\x2a\x49\xb3\x32\xa1\x3d\x68\x5d\x5a\x97\xb5\xfe\x44\x51\xe9\x87\xd1\x44\xc8\x87\x93\xd9\x5c\x9c\x76\x06\x8e\x8e\x67\xb6\x21\x78\x22\xe5\x17\x8e\xae\x16\x26\xf5\x54\x40\x7d\x8c\xa1\x21\x21\x10\xd0\x7e\x83\x8f\x4c\x52\x42\x43\x8a\x2d\x6e\x89\x3f\x0a\x3d\x75\x78\x9a\xb4\x38\x92\x04\x94\x56\x89\x75\xdc\xe9\x6d\x82\x0b\x25\x12\x84\xe5\x66\xcc\x53\xa0\x25\xcf\x4d\x1d\x22\x27\x92\x4b\x53\x97\xd2\xfa\x6f\x31\x5c\xf8\x86\xa5\xcb\x91\xa5\xb4\x73\xcb\x18\x17\x0b\x99\x71\xd1\xef\x61\x5d\x25\xe5\x89\x41\x74\x7b\xb2\xda\x56\x0d\xd2\xea\xaa\x48\xea\x4f\x88\x36\x2d\xb6\xac\x39\xec\x0d\xf1\x52\x16\x3b\x0d\x86\x7b\xd8\xbd\x37\x09\x51\x91\xbf\xbf\x34\xdf\x47\xa5\x4d\x98\x86\x90\x5b\xad\xd8\x7b\xe4\xd8\xfa\x6f\x4f\x34\xfc\x6f\x5c\x28\xc5\x4e\x0b\xe6\x02\x47\x2a\x02\x2f\x65\x4e\x4b\x9b\x89\x86\x36\xb7\x0c\xe1\xdb\xb6\x1d\x98\x9c\xf3\xe2\x5c\xa4\xfa\x89\x13\xd0\x6b\x1f\xb7\xf8\x3a\xf6\xdb\x33\x4b\x6f\x4f\x6d\x5d\x9b\x8b\x91\x14\x73\x91\x44\x5a\xfc\x9d\x27\x1a\xaa\xb7\xab\xa3\x59\xcb\xd0\x4a\xac\xaa\x3d\xb7\x39\x06\x8b\x86\x96\x2f\xf2\x4b\xad\x63\x5c\xe3\xe6\xae\xfd\x66\x96\x61\xe6\xcb\x98\xcc\x6b\x7f\x11\x29\x72\xbe\xfc\x5c\xcb\xfb\xd0\x90\x6b\xdf\xaf\xf1\x04\x8b\x86\x5c\xd8\x94\x96\x0b\x9c\x30\x1b\x13\x88\xd5\x11\xab\x4e\x08\xdc\x9d\x04\x42\x2d\x5b\x3a\x14\x9d\x2d\xaf\x8d\x27\x04\x3d\x9c\xcc\xba\x92\xac\x34\xd7\xfc\x65\x1e\x0c\xc6\x5a\x7f\x24\x6a\x7d\x41\x56\x4b\xdc\xef\xf8\x23\x95\x94\x1f\xc6\x2a\xd9\x15\x82\x5a\x7f\x1f\x01\xfe\xc9\x37\x29\x75\x20\x06\xf4\x1c\x86\xc3\x1c\x50\x9e\x67\xeb\xed\x39\xe4\xbb\x99\xc3\xb1\x5b\x7e\xc1\x45\x6c\x01\xf8\xf1\x06\xde\x1d\xf1\x31\xee\x2e\xaf\x63\xc1\xe6\x98\xbb\x11\x07\x6b\x5c\x89\xb8\x80\x26\x41\x4b\x28\x1c\x9e\x9e\x9a\x7a\x59\x98\x21\xca\x1f\x96\xe7\x36\xff\x5e\x5d\x07\xf5\xfa\x4c\xe3\x02\x1a\x52\x25\xb6\xa4\xc0\xd6\x6f\xbf\x1d\xee\xf3\x2e\xdf\xd1\xd9\xe4\x5b\x91\xda\xf2\x81\xe6\x1a\x37\xd3\x46\xb2\x17\x0f\x84\x8a\x15\xc6\xaa\x24\x2e\x63\xd8\x94\x3b\xf0\x51\x45\xda\x83\xd6\x41\x92\xac\xd1\x1d\x45\x13\xbe\x6d\xe5\x0d\x0a\x11\x76\x9d\x1f\x16\xf9\x67\xea\x50\x6d\xc2\xd4\x51\x6e\x19\xfd\xb9\xd8\x62\x0b\x8b\x27\xfd\xda\x97\x40\x4b\x22\x2d\x63\x58\x48\xf7\x42\xeb\x5c\x3b\x59\x7a\x9b\xda\xcc\x0b\x35\xce\x0d\x95\xdb\x27\x69\x4a\x12\x20\xd2\x10\x37\x83\xa3\x49\xa7\xfb\x20\x93\x34\xaf\x68\xec\x64\x34\xe9\x0c\xf4\x8e\xdc\x33\xc8\xbe\x36\x41\x72\x7f\xa2\x6a\x8f\x72\x07\x29\x23\x85\xae\xa0\x7e\x5b\x2c\x6d\xf2\x34\xbc\x67\xca\xd5\x7c\x4d\xaa\x4b\x08\xf7\xb7\x2b\x0c\xaa\x1c\xea\x36\xb7\x79\x9a\x04\xe1\x53\x5b\x6c\x6d\xe0\xee\xc6\x38\x84\xaa\xd3\xd8\x4c\xa4\xfa\x3e\xa0\xbc\x01\x17\x6a\xb7\x96\x3e\xf4\x96\x6b\xd1\xd4\x1b\x90\xea\x12\x26\xe5\x79\xc3\xa9\x5c\x63\x18\xe1\x18\xcc\x40\x56\x69\xbe\x89\x45\x9d\x9e\x09\x1c\xbe\x5d\x63\x5b\x5d\x0f\x05\xed\xd8\x69\x69\x95\xd3\x9b\x6d\xb6\x6f\x70\x59\xe9\x74\xef\x95\xa6\x1e\x5d\xd9\x93\x9d\x39\x94\x36\x77\x02\x48\x08\x7c\x37\x83\x54\xb7\x0d\x2a\x96\xb0\x8c\x3e\xb6\xf5\x76\x53\x4f\x3a\x0d\xee\x3e\xa1\x3a\x17\x41\x83\xf1\x6c\x63\x1c\x81\x8a\x2d\xcd\x7a\xcd\x95\x76\x69\xeb\x63\xcf\x0a\x51\x66\x29\xec\xb4\x3e\x67\xeb\xed\xa8\xee\xab\x4f\x49\xbe\x13\xb6\x0b\xc8\xb1\x95\xa5\x2f\xe6\x65\x19\xfd\xca\x69\xf5\xe7\xfd\x8a\x9d\x3b\xd5\x46\x2d\xda\x93\x8b\x1a\x4f\xac\x45\x2e\x20\x84\x9e\x56\x0a\x75\x4e\x32\xfa\x6d\x81\x27\x13\x27\xd2\x08\x4b\x61\x09\xa7\x62\x53\x4b\xd7\x4a\xa1\xc7\x26\x80\xd7\xb2\x06\xe3\x2b\xb6\x82\x7a\x3b\x5f\xf5\x0b\x28\xb2\xae\x09\x63\xa7\x37\x5b\xaf\x49\xe3\xdf\xd4\x53\x61\x52\xdd\x6c\x89\x49\xa1\x6d\x78\x78\x9d\x5b\x0d\xd6\xaf\xd7\xb4\xc6\xa3\xa3\xeb\x83\x58\x56\xd3\xa4\xae\x41\x58\xfd\x49\x47\xa5\xfb\x55\xb3\x1e\xc5\xb3\x9e\x3e\xe9\x04\x44\xe3\x17\x22\xf5\x94\x98\x11\x5b\x58\xdc\x4a\xa6\xa9\xf5\x73\xc0\xa3\x59\xbf\x8c\x07\xb6\x6e\x7a\x7a\xc5\x60\x2b\x60\x82\x7e\x0f\x8f\xc7\x9a\x36\x91\x35\x9a\x57\xd4\xa7\xee\xa3\x22\x78\xc6\x24\x6b\xea\x7b\xc7\x8b\xfb\x6a\x07\x75\x46\xca\x38\x6e\xe6\xc3\xc9\xdf\xd5\x4e\x57\x53\x09\xed\x51\x9e\xa1\xa1\x6c\x10\x09\xe7\xa1\xc4\x0a\x18\x5f\xe8\xb1\x73\x81\x23\x4b\x81\x93\xc7\x8a\x3a\xf6\x46\xc1\xb2\x4e\xa6\xda\xa4\xc3\x97\xab\x1a\x7c\xc0\x8d\x51\xe5\x28\xcc\x6c\x4b\xcf\x38\xee\x5b\xe1\x6c\x50\xff\x3f\xe0\x5f\x7b\xb8\x22\x52\x56\xe2\x72\xe4\xaa\x4e\xc1\xeb\xf9\xed\xfa\xda\x62\xfe\x1e\xa4\x50\x8d\x77\xa1\x5d\xd7\x3a\xcd\xfa\x4a\xb5\xcd\x13\x27\x04\x9e\x19\x69\x89\xc3\xd7\x7e\xd4\x4d\x9c\x9e\x56\x59\xc6\xb0\xc6\x8f\x59\x5d\x1b\xd6\x3e\x68\xea\xed\xba\x56\x69\x64\x9d\x90\xae\x7d\x75\x6a\x52\xda\x1c\x50\xda\x6c\xb1\x17\xf2\x13\x27\x60\x2a\x81\x97\x7d\xd7\x18\x1e\x5b\xf7\xa9\xc3\x6b\xbe\x13\x90\xf5\x98\x1a\x2c\x1e\xdd\x97\x51\x3d\xdf\x7e\x19\x4f\x05\x85\x6e\xe2\xae\xae\x09\x6d\x26\x1e\x58\x21\xaa\x6b\xfc\x26\x8e\x04\x8e\x24\x5c\x83\x45\x02\x6f\x7a\x06\xe7\x79\x82\xc2\x2c\x71\x86\x6d\x6a\x7d\xa1\x5b\x26\x02\x47\xfa\xcd\x7e\x4d\x61\xd2\x61\xc0\xd4\x75\x55\x66\x19\x72\xbd\x97\x69\xea\x3e\x93\xf2\xb1\x43\x8d\xbd\x41\xcb\xf3\xc4\x96\x36\x07\x01\x9d\x39\x75\x9c\x70\xcb\x7e\x17\x71\x86\xeb\xfe\x9a\xdc\xe8\x25\xc8\xa4\xfc\x42\xe0\x84\x52\xb8\x67\xbc\x41\x70\xf7\x24\x70\xb1\x37\x08\x98\x73\xe6\x16\x08\xf7\xb7\xff\x14\xf8\x06\x8b\x06\x96\x2e\xc5\x4e\xc5\x04\x83\x80\xf9\x73\xa9\xe3\xcf\x57\xae\xeb\x96\xbe\xad\x35\x7e\x07\x8e\x3f\x4c\x98\x72\xb8\x9e\x67\x9f\x01\xa1\x16\x34\xf6\xe4\x9f\x6a\x5d\xb9\xd9\x92\x33\x81\x5f\xd6\xd5\x0a\x59\xc7\x7c\x64\x19\xc2\x4e\xad\x20\x78\xa3\x69\xb3\xb7\x2e\x9c\x1a\x8b\xeb\xdf\x91\xec\x9b\x01\x5b\xef\x6b\x72\x2e\xea\xe3\xe7\x71\xfb\x73\x87\xd7\x10\xe0\x98\xf9\xf0\x3e\xf3\x56\xfd\x0d\x14\x26\xe4\xbc\x5f\x7f\xbd\xfa\xfc\xf9\xe3\x1e\x13\x7e\xf0\x2d\xb8\xb3\x1e\x91\xc7\x85\x9b\x26\x69\x5c\x04\xcb\x7b\x3a\x8f\x36\xca\xdc\xb3\xe8\x25\xcb\xdb\x68\xa7\xe9\x25\xdc\xe2\x79\xf9\xcd\xf6\xd3\x78\x05\xd8\xc8\x55\x5c\xfc\x43\xf8\x25\x5e\xf3\xcc\x2e\x7d\x37\xc1\x84\xa4\x3e\x9c\x60\xf2\xd1\x54\x90\x35\xfb\x7f\x79\x77\x0b\xdb\x33\xf7\xd3\xae\xd9\x6a\xa1\x2f\x24\xf1\xf9\xcb\xc5\xd5\x75\xdd\x5b\xe6\xdb\xa9\x0b\x07\xda\x3e\x9b\xe5\xc0\xfa\x0d\xdc\x4a\xb3\x73\x84\x6f\x8a\xfa\xe7\x07\xad\xd7\x29\x56\x08\x76\x23\x3b\xc2\xc2\xe2\x41\x51\x96\x3b\x8b\xbb\x79\x41\x1c\x7d\xfa\xfc\x75\x75\xed\x20\x13\xe7\x28\x57\xf0\xd1\x0e\x03\xd4\xb0\x59\x98\x97\x88\x82\x2b\x7b\x66\x7b\xef\x96\x1c\x58\x8b\x75\x2b\x1b\x80\x86\xf0\x87\x02\xb0\x98\xd2\x6f\x87\x08\x8f\x6e\x64\x3b\xc8\x85\xdd\x38\xbd\x0f\xb2\x59\x27\x02\x69\x95\x1c\x25\x65\x2c\x5b\x8c\xf2\xb4\x79\xae\x8f\x5d\xb0\x21\x7e\x34\x4a\x77\x9d\x99\xa4\xaf\x09\xfa\x83\x98\xc0\xb3\x05\x21\x48\x56\x0e\x19\xf1\x72\xe6\x56\x4a\x30\xaf\x6d\x78\x4b\xd0\xdf\xce\x82\x92\x95\xef\xbe\xcd\x85\xbf\x5c\x5c\xdd\x5c\x7d\xb9\x58\x36\x3e\xd8\xae\x6e\x13\x64\xb3\x6b\x77\x6d\xf2\xeb\x99\x5b\x5d\x7d\x7e\x83\xfb\xdf\x1c\xe0\x9a\x7c\x10\x5b\x7b\xbd\x46\x1f\x02\x38\x3b\xe3\x7e\xb6\xd0\x2b\xcd\xfb\x11\xa0\xf4\xf6\x85\xb5\x21\x7c\x0b\x48\xdd\xec\x04\xe4\xff\x13\xcc\xda\x07\x81\x83\x10\x73\xe4\x81\xd7\x5b\x51\x6f\xad\x20\x76\xa6\x2e\x58\x29\x48\x57\xfc\x9e\x4f\x87\x3d\x64\x95\x98\xe1\x16\x18\x29\xee\xa6\xb3\x9c\x1b\x4e\x59\x9d\xbe\xea\x15\xa3\x08\x8a\xbc\x26\x6e\xaf\x09\xb2\x4e\x6d\xdd\x1c\xa1\xab\xcf\x5f\x03\xe8\x46\x38\xc0\xd5\xd7\x51\x1a\x44\x20\x48\x6c\x74\x62\x1e\x89\x9b\x86\x41\xb6\x7a\xf4\x77\x82\xa1\x33\x3b\x97\x7e\x76\xe9\xed\xbd\xa1\x71\x50\xac\x4c\xed\x64\xe0\x56\xe7\x88\xe6\xd1\x4a\xf8\xa8\xec\xcb\xcf\x5f\x5f\xe0\xe6\xec\x9d\x3d\xfe\x1e\xca\x8f\x85\x92\x8f\x77\x94\x37\x60\xca\xca\x87\x5e\xa8\x17\x96\x88\xa0\x54\x19\x76\x43\x26\xcb\x02\x2f\x72\xe1\xfb\x98\xa9\x36\xc0\x41\xe1\x1e\x7a\x7b\x74\x2d\xb2\x98\x73\x83\x3c\x27\x08\x77\xc7\x28\x2f\x3f\x0a\xaa\x5f\x98\xf8\x7a\x50\x33\xb7\x52\x53\x74\x16\x56\x1c\xca\x82\x6f\x1e\xe7\x1b\x93\x75\x83\x2e\x2b\xcf\xde\x40\x97\xe7\x75\xfc\xda\xcc\x28\xd0\x03\xec\x2f\xc3\xe1\x80\x45\xce\x63\xcf\xff\xf6\x16\xbf\x3e\x23\x51\xbd\x1c\x4b\x3f\xec\x15\xb0\x0f\xdc\xc5\xfc\x37\xb8\xc1\xff\x1f\x7c\x79\xf2\x5d\xd0\xf3\x3f\x42\x8a\xaf\xd7\xbb\xf9\xe6\x82\x9f\xdc\xf8\xb3\xee\x11\xfd\xe4\xc6\x9f\xdd\xfe\x6f\xc7\x8d\xff\xfe\x93\x1b\xff\x93\x1b\xbf\xd3\xc3\xc6\x9b\x7e\x0b\x98\xfd\x49\x91\x3f\x6c\x92\xbf\x2b\x53\x3e\x4d\xd6\x44\xf9\x34\xb9\xce\x7e\x92\xe4\x5f\x76\x91\xbf\x01\x57\x7e\xfb\x1b\x7a\x0e\x7c\x4b\xd6\x9b\x5c\x63\x75\xfc\x64\xd2\x9f\xa3\xe7\x7f\x89\x49\xbf\x13\x41\x3f\x09\xf5\x67\x29\xf8\xdb\x10\xea\x5d\x26\x1e\x5c\x7d\xfe\x72\x35\x92\x1f\x0c\x53\x18\x32\x7c\xe7\xd7\x7f\x2c\x85\x2f\xae\xe1\xc5\xbf\x73\x82\x68\x81\xcd\x9f\x57\x57\x2b\x66\xfc\xa7\x3d\xa4\x6a\xca\xca\xab\xcf\x0d\x8d\xfe\x73\xc3\xa3\x7f\x56\xcb\xa8\x93\xde\x7b\x55\xd7\x5b\xc1\x7d\xf5\x5c\x47\x9e\xec\xb1\xfa\xd7\xdf\x71\xb8\x41\xea\x5f\x48\x8b\x42\x47\x9a\x1c\x69\xb3\xfe\x62\xc3\xdd\x96\x83\x8e\x79\xb8\x49\xb3\xd9\x3a\xfa\xea\x80\x6b\x68\x58\xe0\xc8\xb6\xd0\xd3\x4a\x8b\xef\x12\x96\xc2\x60\x97\x63\x8d\xb1\xfa\x94\x38\x91\x76\x3b\x5e\xd0\x39\x07\x6b\xb9\x05\x7d\xd6\x77\xf8\x72\x4d\x9d\xe5\xbc\x24\xb4\x8d\x3e\x82\x54\x37\x73\x38\x72\xea\x2c\xe8\x92\xbe\xc5\x8f\x31\xe0\xe9\x0a\xde\x13\x84\x74\x3f\x2c\x20\x2f\x95\x02\x47\x60\xc0\x6b\x95\xa3\x77\xf3\x86\x96\xea\xad\x69\xb5\x05\x08\xe9\xa2\xa1\xd0\xad\xf4\xae\x28\x77\x0d\xf5\x7e\x5c\x88\xe1\x8a\x96\xdc\x50\x3d\x42\x5b\x07\xb9\x1d\x49\x85\x13\x30\x77\xa3\x8e\x36\x92\xbd\xe4\x3b\xe7\xcd\x02\xd3\xd0\x08\xbb\x37\x0c\x1e\x02\xb6\xfe\xdc\x17\x02\xf9\xbb\xda\xed\x8f\xf4\x2e\xea\x4f\xd4\x6e\x4f\x56\x54\x24\x56\x09\x2d\x4c\x63\xcf\x2d\xe3\x3e\x37\x5e\xb6\xe1\x84\x6f\x02\x27\xcc\xb6\x64\xd5\xae\xa6\x75\xbc\xa0\xd6\xf3\x38\x8e\xfb\x8f\xe3\x84\x5e\xd0\xf0\x92\xb9\x6b\x48\x84\xa5\x93\x53\xc8\x97\x5e\x6d\x13\x10\x8d\xd7\x36\x11\x23\x09\x81\xc8\x4a\x4c\x4a\x1d\xac\x29\xc6\x3d\x96\xac\xed\x26\x04\xf2\x58\x9d\xd1\xa6\xae\x22\x69\xac\xc2\xae\xe0\xc5\x1b\x54\xdf\x86\x76\x5e\x82\x90\xbe\x75\xc7\x49\x60\x1a\x12\x92\xa6\x63\x4f\xd4\xc7\xde\xe8\xbe\xbc\x7b\x6e\x2b\x75\x55\x34\x0e\xd6\x34\xc0\x16\x5b\x39\x2d\xbf\xbd\xfe\x1d\x4a\x15\x64\x8e\xb5\xc7\x5d\x5d\x11\xbc\x51\xb0\xa0\xf3\x81\x5e\xbf\x70\x7b\xb3\xd5\xef\xdc\xa6\xb4\x36\x17\xf6\x7d\x40\xa9\x94\xc4\x31\xd8\xe2\x98\xbb\xd1\x7d\x19\xf4\xbb\xac\x32\x21\x7d\x6b\x4c\x3c\xf5\x65\xb5\xad\x8e\x09\x4d\xd1\xb8\x17\xf5\x34\x54\xf5\x7a\x9d\x97\xe3\x99\xda\x3c\xdd\x72\x02\x06\xab\x01\xd3\x50\xd7\x1e\xa6\x9d\x72\x78\xcf\xec\xce\x7b\x6a\xf3\x64\x61\x71\x4c\x29\x4d\x99\x72\x45\x39\x3c\x38\x46\x2f\x99\x9a\xc6\xf8\xb9\xff\x16\x9a\x2f\x5e\x5f\x41\xd1\xca\x16\xc2\x7d\x79\xd7\xd0\xcc\xd0\x62\xec\x06\xb1\xb0\xfb\x48\x01\xdb\x6b\xad\x80\x05\x1d\xed\x80\x4e\xc8\x6b\xd8\xe2\xe8\xe5\x9a\x13\xeb\x31\x00\x4a\xab\x60\x88\xa6\x96\xb2\x41\x8d\x45\x58\x73\x42\x44\x18\xe3\x84\xb5\x22\x19\x81\x29\x39\x73\x28\x29\xb5\x0c\xe1\x59\x7e\x9c\x28\x96\xd1\x25\xeb\xb8\x01\xf3\x43\xd7\xe3\x81\x4e\xae\x7c\x48\x83\xdc\x4c\xcb\x61\x88\x2a\x87\x6a\xe3\xda\x9e\x72\x88\x32\x6b\x42\x2c\xd7\x5e\x6a\x83\x35\x7d\x79\x6d\xc3\xae\xcb\x6b\x53\xb5\xf1\x4b\x79\x0c\x42\x95\x16\x95\x67\x7a\xae\x48\xad\x29\xfe\x95\xa3\x34\xd4\x40\xe4\x78\x9b\x6d\xc6\xf4\x92\x36\xd6\xd0\xc5\x9e\x7d\xb8\x4f\x3a\x0b\xba\x71\xf3\xba\x47\xf3\x9a\x83\xc2\x20\x67\x41\x8b\xaf\xe3\xfc\xdb\xc3\xfd\x98\x18\x56\x0c\x86\x01\xb3\xe5\x9b\x0f\x01\x3d\xb7\x74\xa9\xb2\x0c\x79\x2e\x70\x4b\x3f\xd4\xe8\x85\xed\x9f\xc7\x5b\x80\x7b\x62\x49\x39\x6b\xa8\x66\x2b\xdb\xd4\x31\x56\x00\xae\x19\xa7\x62\x19\x12\x61\x1a\x7d\x62\xa4\x2f\xa9\xa4\xe5\xf3\x39\x95\xd2\xa6\xa3\x49\x67\xb0\x9c\xfb\xd0\xd6\xc9\x04\x76\x50\x0e\xf9\xda\xb6\xdd\x6c\x34\x61\x06\x1c\xc2\xfd\x15\x55\xdc\x18\x27\x86\xa9\xb7\x09\x4b\x97\x39\x77\x42\x62\xa8\x3f\x11\xb6\xb2\xa4\xcf\x47\xb2\x0f\x42\x88\x20\xb3\x7a\x9d\x42\x6a\x83\x96\x8c\x1c\x5d\x22\x1c\x8e\x45\x4e\xd8\x0d\x1c\x5e\xf5\xf6\xfc\x61\x1c\x0f\x06\x3d\x29\x6b\x28\xa4\xf7\xc3\xf2\xa1\x62\x2b\x4b\x6f\x70\x2c\x11\x38\x73\xf0\x37\xa6\x7e\x6d\xd7\x7d\xff\x25\x0c\xb0\x17\x1f\x7c\xfc\xb2\x6d\x96\xdf\x7f\xf9\xeb\x97\xff\x1b\x00\x00\xff\xff\xaf\xe4\xaa\x8b\x64\x5a\x00\x00") +var _envDevelopmentJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7c\xfd\x73\xa2\x4a\xf6\xf7\xef\xf7\xaf\x48\xe5\xf9\x56\x65\xa6\x76\x32\x01\x8c\x33\xc3\x56\xed\x0f\x40\x04\x51\x24\x0a\xf2\x22\xfb\xbd\xb5\x05\xdd\x04\x5b\x9b\x97\x95\x37\x71\x6b\xff\xf7\xa7\x1a\xd4\x68\x34\x6a\x32\x99\xa7\xf6\xd9\x7b\xbd\x55\x73\x13\x39\x7d\xba\xfb\xbc\x7c\xce\x69\xf8\x90\x7f\xfd\x76\x75\x75\x75\x75\xfd\x3f\x29\x98\xfa\xa1\x7b\xfd\xd7\xab\xeb\x69\x96\x25\xe9\x5f\xef\xee\x9a\x6f\xbe\x86\x6e\xe4\x06\x7e\xe8\x47\xd9\x57\x77\x95\x2f\xfc\xaf\x20\x0e\xd7\xd7\xd2\x3b\x86\xa2\xdb\xb7\x14\x7d\x4b\xd1\x77\xd0\x4f\x70\x5c\x11\xb9\xb1\x1f\x26\xd8\xcd\xfc\xaf\xb3\x34\x8e\xfe\xcf\xf5\x97\x66\x06\x10\x47\x99\x1f\x65\xa6\xbf\x48\x51\x1c\x91\x89\xe8\xaf\x14\xf9\x6f\x23\x90\xb8\x0b\x37\xf4\x33\x7f\x91\x5e\xff\xf5\xaa\x59\x56\x33\x10\x71\xab\x64\x1c\xcf\xfd\x68\xef\xfb\xfa\x5a\x56\x25\x3e\x51\x95\x66\x0b\x14\x05\x6b\x4d\xdb\xab\xd0\x7f\x72\x73\x9c\x99\x2e\xce\x6b\xa9\xeb\xed\xe5\x7f\x7f\xd9\xd5\x2f\xb8\x89\x0b\x50\x56\xbd\xae\x1f\x45\xd9\x19\xe5\xd4\x2b\xba\x87\x71\x8c\x55\x37\xf4\x7f\xcd\xda\x93\x45\xbc\xac\x04\x7f\x91\x9d\x55\x7f\x62\x38\x46\x7e\x94\xfd\xa4\x92\x87\x38\x74\x51\x44\x36\xaa\xb8\x9e\x8f\x7f\x42\x93\x1c\xba\xc1\x79\x6b\x9d\x19\xcf\xe5\xd9\xf4\x84\x0e\x1f\xe4\x0b\xff\xac\xa6\xbe\x7f\x22\x22\x2e\xd0\x91\x7b\x18\x01\x79\xc8\x41\xb8\xf0\xd3\x94\xc3\x38\x06\x6e\x86\xe2\x68\xe0\x67\xd3\x18\xfe\x6c\x40\xe8\x99\x9b\x21\x70\xd1\xd4\xfa\x3c\xff\x88\x10\xd4\x33\x37\x82\xee\x02\x1e\x9f\x33\x4d\xa7\xc3\x7a\xda\xd3\x66\x3b\x61\xb0\x22\x89\x04\x8e\xc4\x21\x7a\x42\xc0\xcd\x3e\x32\x65\x7e\xdb\x99\xeb\x7a\xe1\xa7\x71\xbe\x00\x3e\xc1\x99\xbf\x6f\x65\x5e\x4c\x95\xce\xf3\x83\xf9\xeb\x0b\x51\x63\xc9\xeb\xbf\x3f\xe3\xd5\xa7\x9b\xe3\x06\xbf\xf9\xfc\xfb\xf5\x9e\x82\x7f\xbf\x58\x71\xb2\x88\x13\xb2\x5f\x3f\x3d\x3e\xd7\x56\xed\x61\xec\x9c\x9c\xff\xa5\xfc\xd9\x85\x6c\x36\x05\xfd\xe2\xb6\x48\xa2\xdb\x04\x25\x2f\xad\xbb\xb1\xfd\x00\x81\x45\x9c\xc6\x4f\xd9\x57\xd5\xcf\xca\x78\x31\xbf\x7b\x31\xb9\x9f\xbe\x1c\xba\x59\x4c\xbd\xec\x8d\xf5\xa5\x45\x9c\x27\x9f\x3e\x7f\xdd\x5c\xfc\xfd\xe5\x28\x10\x47\x10\x6d\x87\xf9\xff\xcc\x5d\x9c\x7e\xda\xdd\xf4\x33\x70\xdf\x7c\xfe\x72\x45\x7d\x3e\xd0\xe0\x26\x68\xa7\xdc\x30\x14\x43\xdd\x52\x3f\x6e\x29\xfa\x68\xf8\xfd\xeb\x6d\xae\x71\xd7\x9e\x4e\x5c\x70\x18\xa8\x2f\xa5\x86\x0b\xff\x09\x2d\x5f\x04\xdc\x81\x30\x4d\x35\x05\xf1\x8e\xbd\x3e\x2a\xf4\xfb\xc1\xb7\x2f\xdc\x58\x6b\x49\x73\x2f\xf2\xb3\xd7\xa7\x3a\xbe\xd2\xab\x0b\xf6\xfc\xfa\xce\xea\x6a\xbe\x59\x3d\x73\x7f\x7c\xf9\xaf\x2c\x78\xab\x71\x13\x83\x92\x9b\xf9\xa5\x5b\xe9\xf5\x3e\x8e\xab\x7a\x45\xcd\x2f\xdd\x1a\xdd\x6c\xed\xf5\x0d\x34\x9b\x68\x72\x42\x27\xd5\x01\x65\x55\x1d\xe4\x67\x67\xac\x47\x22\xb8\x97\x1e\x32\xfc\x74\x73\x98\x6a\xc7\xd4\xa7\x37\x5f\xae\x6e\x16\xc9\x6d\x94\x06\x37\x07\x39\x70\x74\xaa\xcc\x0d\x88\x19\xa2\x1c\xe3\x93\xc2\xff\xfe\x29\x3f\x8e\xe3\x18\xa3\x28\x38\xe9\xc7\x83\x6f\x7f\xbf\x1c\xa6\x88\xd6\x8b\x31\xaa\x40\x8b\x2c\x77\xf1\xfa\xd7\x0f\x42\xa8\x5f\x89\x2f\x28\x11\xe2\xe8\x09\x05\xf9\xa2\x9e\xfb\x97\xe7\x73\x03\x1b\x1f\x18\xaa\x2f\x2c\x7e\xb7\xc6\x25\x12\xac\x1b\xf7\x91\x9f\xf7\xb2\xfd\xa0\x4e\xbd\xfc\x9c\x88\xbb\xab\x23\x8d\xcf\x07\x6e\xe7\xa0\xc8\x6d\x37\xd2\x94\xcb\xf3\x4b\xff\xa9\x64\x5a\xf7\x36\x17\xa7\xd1\x91\xc2\x50\x24\xd1\x78\x9d\x1f\x5a\x9c\x67\x3e\xef\xa6\x3e\x3c\x02\x17\xaf\xb6\x3e\x7b\x0b\x32\x93\x48\x2a\xe9\x57\xd0\xe6\x3a\x43\xfe\x62\x47\xea\xa2\xc2\x45\xda\xbf\xe6\x28\xb2\x1b\xf8\xaf\xaf\x64\x2b\xbf\x76\x09\x39\x69\x9d\x74\xf8\x9b\xaa\x71\x3d\x80\x66\x99\xaf\xf4\xb7\x1f\x5f\x99\x76\xfb\x4c\x61\x3b\xac\xcd\xaf\x6c\x73\x7f\xe9\x5a\x1c\x67\x3b\x1d\xef\xe9\x25\x9d\xc9\xe0\x37\x64\xfb\xd5\x73\xae\x90\xd9\x1f\xdc\xcc\x3d\x68\x29\x5f\x76\xe3\x3f\x9d\x9b\x2f\x7b\x4c\xe0\x9e\xe8\x13\x8e\x37\x40\xe7\xcc\x39\x5c\xc4\x59\x0c\x62\x7c\xa6\xd1\x7a\x4c\xfc\xc8\x1c\xaa\x17\x77\x59\x6f\x69\x9d\xdf\x5b\x92\xd6\x38\xf8\x9f\xdf\x3b\x1f\x1c\xba\x12\x3f\x82\xe9\x63\x74\xd4\xe4\x1f\x81\xaa\x47\xa0\xe2\x6d\xa5\x67\xaf\xe4\xbc\x8c\xe2\xdf\x2f\xa8\xd5\x67\xcf\x82\x9b\x93\xf1\x3f\x1e\x98\xf4\x1f\x45\xeb\xd8\x92\x37\x88\xb8\x3d\x44\x1f\x91\x01\xcf\xf7\xa1\xf6\x73\x71\xd7\x5b\x3f\x79\xa4\xcc\x93\x60\xe1\x42\x7f\x18\x63\x04\x0e\xcf\xe9\x5b\xb1\x30\x86\x4d\xd8\xba\x51\xee\xe2\x0b\x01\xbc\x31\xfb\xc0\x05\x53\x14\xf9\xc3\x45\xfc\x84\xf0\x89\xb3\x51\x9c\x9e\x13\x69\x8c\x12\x87\x49\x9e\xf9\x0b\x72\xa0\x7e\x6e\xc9\x01\xba\x3d\xd1\xe9\x5e\xbb\x30\x44\x91\x91\xfa\x8b\x8d\x87\x00\x8e\x73\x78\x9b\xa7\xfe\xe2\xd4\x30\x8c\xa2\x7c\x79\x59\xf9\xd9\x8e\x81\x28\x75\x3d\xec\x0f\xdd\x34\x2d\xe3\x05\xe4\xf2\x6c\xea\x47\x19\xda\x66\x6d\xb6\xc8\xfd\x33\xc8\x98\xa6\x87\x37\xab\x8e\x0a\x26\x9b\x1b\x2c\xe7\x6b\xd7\xe6\x73\x5e\xeb\xb3\x76\xb7\xbe\x69\x76\x7d\x37\x8d\x43\xff\xee\xd9\x62\x77\x5f\xd3\x74\x7a\xe7\xe6\xd9\x34\x5e\xa0\x95\x0f\xff\x31\xf7\x0f\x70\xea\xa4\xe2\xb9\x5f\x1d\x2d\x31\xbb\xb7\x8c\xce\x96\x97\xcd\xe7\xf5\x3e\x6a\xf3\x39\x5e\x8b\xcf\x8f\x3f\x7e\xe5\xb5\x1a\x9e\x66\xf1\xc2\x0d\xce\x86\x79\x2d\x8b\x42\x37\xf0\x35\xff\xc9\x5f\xf8\xd1\x89\xdb\x05\x5b\xf9\xda\xcf\xe9\xb4\x41\x0c\xcd\x87\x5d\xf7\xe5\x51\xe7\x60\x48\xfc\xf4\xb4\x16\xef\x76\x94\x73\xc2\x0d\xa0\x5d\xff\xb8\x55\xcc\xc1\x39\xd9\xe2\xb9\x0a\x60\xd2\xa2\xbc\xd2\x83\x5e\x9d\x69\x64\xe3\xf4\x01\xa5\xf3\xf3\x5b\x07\x0b\xdf\xcd\xfc\xc7\x64\x53\xbc\xc4\x45\x1c\x36\xb7\x84\xcf\xac\x13\xa2\x74\xae\xa3\x95\x2f\xf1\xd7\x7f\xbd\x62\x28\xea\x8c\x78\xf3\x58\x03\x5e\xb4\xa8\xab\x1d\x7f\x73\x00\xc4\x79\x94\x6d\x3a\xe9\xe1\xc2\x0f\x51\x1e\xfe\x43\xd1\xf4\x77\xb7\xff\x6f\x0a\xbb\xf5\x1d\x80\x8b\xc2\x6e\x2d\x2b\x47\x99\xbf\x78\x72\x81\x7f\xe1\x89\x72\xf3\xb9\xc0\x28\x5b\x78\x45\xb7\x45\x98\xa6\xb7\x11\x02\x97\xdc\x80\x78\x63\xab\xba\x1e\x83\x42\x77\x51\x5d\x84\xa8\xdb\x41\x17\x9f\xa2\x8f\x7d\x2e\x87\xce\xab\x63\xb6\x40\x09\xa8\xe7\x7e\x03\x52\x5e\xbd\xd3\x38\x7b\xe3\xdf\x70\x92\x3f\x3a\xfe\x23\x4f\xf7\x7b\xf7\x80\x2e\x86\xf8\xdd\xcf\x99\x53\xc5\xd1\x1d\xbc\x27\x54\xf6\x15\xec\xb7\xa5\x6f\xeb\x08\x5e\xd5\xfa\x32\x40\x0e\x6f\xb2\x5f\xbe\xc0\x9f\x8b\x91\xad\x1e\x18\xa5\xba\x9f\x65\x28\x0a\x7e\x4e\x51\xa3\xec\xe0\x19\xe0\xb5\xbb\x88\x6f\x01\x7a\xbb\xd7\x37\x9f\xf3\xc5\xfe\x63\x46\xbd\x6d\xc4\xe5\xd2\x97\x49\x9e\x6e\x58\xce\xeb\x79\xfd\xea\xdb\x6e\x4b\xf8\xcb\xcc\x8f\x48\xb1\xbf\xa8\xba\x6c\xa5\x7f\x49\x25\x01\xe9\xb9\x8a\x7f\xf5\xee\x4a\xb2\xdb\x5d\x3d\x43\x1b\x57\xb3\x1b\x3a\xcf\xbb\xba\xb0\xc6\x6c\x4e\xf8\x42\x9e\x66\x71\xa8\x83\x05\x4a\xce\x75\x6b\x7b\x63\xbb\x6e\x04\xb1\xbf\xd8\x3d\x6d\x6f\x49\x11\x67\x15\xb8\x79\x16\x1b\xcd\x91\x6e\x80\xa2\x78\x47\xcb\x1b\xaa\x64\xba\x03\x01\x17\xe2\x2d\x31\x7c\xe6\x83\xcc\x87\xef\xc2\x8f\xeb\xb4\x31\x13\x29\x34\x9e\x9b\xfa\xdf\xee\x3f\x81\x38\x02\x6e\xf6\xa9\xf9\x6d\x1c\xeb\xf5\x23\xde\x4f\x37\x80\x31\x29\x59\xa0\xb1\x10\xc4\x7f\xbb\xf9\xfc\xe5\x46\x90\x39\x67\x38\x7e\xec\x77\xd4\xbf\xdd\xdc\xdc\x7c\xd9\x3f\x25\x6f\x88\x22\x44\xf0\xe6\xe6\x7f\xa3\x1b\x22\x3f\x7c\x7c\x54\x54\x6e\xd0\x39\x22\xbf\x21\x67\xec\xc8\x93\x7f\x5e\xae\x41\x40\x83\x40\x97\xc4\x99\x5b\x71\x99\xdc\x85\x53\xd7\x1e\x05\x1e\x73\x1f\x4c\x5a\x3d\x3c\xb1\x35\x2c\x4b\x3d\x3c\x61\x44\x1a\x30\x46\x00\xa5\x29\x96\x45\xc8\x8f\x25\x9c\x43\x7b\xca\x3b\x8c\x99\x43\x81\x5f\x79\x0c\x8d\xa1\x84\x33\xc7\x1e\x04\x13\x86\xcd\x9d\x70\x99\x4c\x5a\xda\x4a\xee\xc2\x04\x4a\x41\x33\xae\x8b\x69\x4f\xe7\x69\x20\x69\x53\x28\x19\x81\x62\xcf\x83\x49\x68\xa6\x5e\x0b\xf4\x01\xb3\xc4\x8e\xcd\x05\xea\x8c\xeb\x0b\xa1\x53\x00\xc4\x4f\x61\x57\xc3\x9e\xcd\x53\xb2\x84\x73\xb9\x9b\x2e\x15\x74\x4f\x3f\x8d\xd3\xc0\x91\x7e\xf4\x65\x81\x6f\x43\x8b\xaa\x75\x40\x9b\x9f\xd7\xeb\x14\xe8\xfb\xc3\xb5\x71\x61\x0f\xf1\x08\x84\xe6\xd4\x2d\xe3\x40\x96\x70\x28\x8b\x99\x27\x0b\xda\xf7\x89\xad\x51\x8e\x45\x97\xb0\x4b\x05\x8a\xb5\xa4\xe4\x07\x23\xb0\x4d\xea\xbb\xdc\xd5\x62\xc7\xba\x0f\x36\x6b\x1a\x8c\xb9\xef\xb2\x64\xa6\x64\xff\x8e\x3d\x4d\xa0\xc0\x2d\x1f\x2b\x3e\x74\x47\xc9\xdc\x63\xda\x58\x08\x92\x14\x86\xe6\x3d\x94\xcc\xdc\x11\xb8\xcc\x13\xb8\x85\x3a\xe6\xb0\x86\x7b\xa2\xa6\x73\x85\x23\x99\x8c\xd2\xea\x15\x5e\x4b\x63\x9c\x8a\x8d\x89\xad\xbc\xee\xa4\xef\x4b\xce\xca\x66\x60\xe5\xb5\x60\x08\x2a\xae\x70\x25\x36\x73\x46\x71\xdf\xeb\x3a\xd8\x27\x7b\x0f\x47\x81\x62\x95\x41\x7f\x65\x94\x3d\xc3\xd1\x35\xc3\x08\x14\x46\xc3\x10\xb1\x95\xc7\xb0\x14\x0c\x41\x01\x25\xba\x3c\xa6\x8b\x7c\x7f\x6c\x5d\x83\x31\xf7\xba\xae\x50\xac\x8e\xea\x0a\xc5\x4a\x08\x92\x0a\x48\x54\xa0\xe8\x74\xe2\xd9\x7c\x01\xa2\x51\xe0\x76\x35\x0a\x74\x07\xdf\x94\x8a\x9d\x7b\x42\x3b\x74\x2c\xad\x00\xa1\x58\x82\x90\xfd\xa7\x63\xa9\x94\x12\xb2\x95\x53\xb1\x25\xb4\xe4\xc2\xb1\x79\xec\x09\xac\x6e\x74\xa8\x4c\xa3\xf9\xae\x62\x64\xa2\xa5\xd3\xa2\xd1\x31\x07\xca\x38\xe8\x83\x88\xcf\x64\x81\xca\x5c\x8b\x2e\xbd\x56\x8f\x92\xa5\x29\x05\xbb\xfc\xea\x11\xfd\x28\x00\x89\x4d\x46\x8c\x1c\x7b\x90\x7b\x16\x9e\x81\x90\x5d\x79\x8c\x43\x29\xa1\x5a\x78\x3a\xbb\x70\x6c\xbc\x52\x18\x3a\x99\xb4\x7a\x05\x60\xd8\x10\x0a\xed\x29\x60\x06\x7d\x21\x22\xf1\xc6\x65\xbe\xce\x27\x5e\xa4\x52\x13\x6b\x99\xee\xea\x75\xa4\x32\x77\x42\x73\xee\xb5\x7a\x53\xd0\xed\x15\x6e\x68\xce\xa0\xd0\x2e\x40\x08\x0a\xd0\x35\x91\xc2\x98\xa5\x63\x95\xeb\xb5\xd3\x95\x63\x2d\xf1\xc4\x56\xb1\x62\x2d\xa7\x50\x32\x57\x50\xa0\xee\x95\xb0\x5d\x4c\xec\xde\xcc\x15\xda\xc4\x3e\x7d\x21\x54\xa7\x50\xe0\xfe\xa2\x30\x26\x35\xa9\x58\x12\xa3\x39\x08\xcd\xd2\x6b\x0d\x72\x47\x60\xa7\x7e\x64\x56\x8e\xde\xae\x1c\x9b\x2f\xe4\x87\xf2\x47\x8f\x32\x87\x1a\x02\x7d\x8b\x11\xbf\x41\xbb\x87\x15\x4b\x4d\x5d\x93\xea\x7b\xa1\x98\x39\x63\x7a\x2d\x4f\xcf\x3c\x69\xde\x9f\x84\xe2\xca\xb1\xcd\xca\x7b\xa0\x63\xd8\xd5\x4a\xb0\x8a\x0b\xa5\xc5\x4f\x27\x4c\x36\x75\x18\x73\xa5\x84\x7b\x36\x98\x79\x0c\x55\xf8\xb6\x99\xad\xe7\x2f\x26\x76\x42\x83\xd0\xc8\x26\xcc\x32\x11\x42\x33\x9f\x58\xbd\xd4\xb1\x46\xac\x6f\x99\x2b\x21\x84\xa5\xc3\xa8\xb1\x63\xa9\x8b\xa1\x8d\x31\x28\x13\x71\x4c\x4d\x5e\xb1\xe1\xce\x5a\x75\xbe\xf4\x18\x2d\x9b\x90\x7c\x91\xd8\xb9\x67\x89\xb9\x62\x69\xc5\x84\xc9\x30\x40\xfc\x3f\x81\xce\x47\x13\x66\x10\x38\x2d\x3e\xf2\x2c\x23\x23\xb9\xe0\x58\x65\xe0\x49\x18\x4d\x6c\x75\x05\x1b\x79\x0c\x43\x33\x95\x25\x98\x40\x81\xcf\x26\x56\x86\xe5\xae\x96\x81\x2e\x9c\x42\x49\x8d\xe5\x2e\xdf\x86\xd2\xb4\xf0\x66\x83\xed\x78\xb7\xab\x15\x40\xe0\x23\xaf\xa2\x29\x8f\x61\x53\x82\xa3\xca\xb8\x93\x0f\xc6\x20\x57\x2b\x6a\xa9\x84\x74\xe1\x74\xcd\xd4\xd1\x33\xec\x3d\x04\xb9\x8a\xee\xcb\xfe\xaa\x43\x0d\x66\xf3\x56\x7f\x35\xa8\x26\xe3\x0e\xed\x8c\x3b\x6d\x21\x88\x67\xb2\xa8\xd2\xa0\xcb\x57\x8e\xad\xae\x64\xc9\xcc\x60\xed\x5f\x5c\x78\x88\x2f\xa0\xad\x95\xd0\x1e\x05\x4e\xc8\x56\x72\x97\x2f\x1c\x89\x9e\x7a\xa8\xb1\x85\x63\x89\x73\x59\x62\x43\x59\xda\xee\x37\xf4\x5a\x72\x30\xb1\xe3\x60\x62\xa9\x95\x2c\xa9\x85\x67\xf3\x53\x28\x89\xc8\xb5\x96\x09\xec\xce\xfb\x9e\x95\xcd\x5d\x5b\x0e\x14\x9b\x0b\xd6\x31\x32\xf3\x98\x36\x35\xb1\x70\xee\xd8\xbd\x95\x52\x26\x94\xd7\x32\x67\xae\xc0\x15\x8e\xad\xcd\x14\x46\x2d\xbc\x48\x9b\xba\x56\x1b\x83\x68\x50\x78\x21\x3b\xf7\x18\x75\xe1\xd8\x72\x5f\xc0\xce\xd8\x14\xd5\xa7\x91\x01\xc5\x31\xd6\x9e\xcc\xb9\xa9\x1b\x14\x1e\x8e\x67\x54\xa5\xcc\x3a\xed\x41\x75\xbf\x14\x42\x7a\xe1\x48\xb8\x92\x85\x06\x77\x14\x46\x4d\xbd\x96\x39\x57\x6c\x73\xe5\xd8\x72\x31\xb1\x20\xf6\xa2\x51\x1f\x74\xcd\x95\x2b\x8d\x02\x85\x99\x16\x9e\x65\x14\x13\x66\x59\x40\x6b\x94\x41\x5b\xc5\x00\xb1\xd3\x1a\x4b\xb9\x64\x06\xed\x5e\x2a\x0b\xf4\x6a\x37\x8f\x60\xa4\x52\x80\xe4\xa7\xd5\xa6\xb6\xb9\xaa\xb7\x9b\xd8\xb5\xcc\xb9\xc3\x18\xb9\x17\x9a\x94\xb2\x96\x51\x2a\xed\xbb\x89\x55\xc3\xa0\x59\x5e\xa3\xcc\x47\x53\x64\x2d\xcd\xec\x8d\x75\x83\x7d\x7c\xd2\x59\x06\xb4\xb4\x95\x62\xad\x65\xad\x65\xe2\x45\xe6\xbd\x62\x07\x8c\x2a\x50\x73\x9f\x7e\x65\xcf\x11\x95\x43\x49\xac\x94\x10\x7e\x93\xbb\x65\x40\x7e\x26\xf5\xc0\x0f\x92\x99\x2b\xb1\x2d\x0f\x71\x99\x81\xf8\x99\x27\xb1\xb4\x23\xd0\x34\x60\xcc\xea\x31\xdc\xb3\x45\xa0\x04\x71\x5f\x41\x2c\x72\xad\xfb\xc2\xb5\xda\x2b\x28\x89\xa9\x27\x69\x18\x10\xfc\x94\xcc\x7c\xc2\x60\x0c\xaa\xf6\xca\xe5\x92\x15\xb4\xb4\x42\x16\x68\x5a\x96\x5e\xe8\x40\xb5\x3f\x43\xd7\x02\x39\x60\x02\x82\x97\xb4\x17\x8a\x14\x6c\x74\xcc\x09\xc6\xd5\x36\xdc\xc3\x21\x93\x51\xc2\x75\x4e\x35\x98\x96\x81\x35\x1e\x10\xf9\x89\x6d\x52\xae\xc0\x97\x13\x7b\x44\xf4\x51\x1e\x93\x61\x0f\x71\xa8\xd7\x51\x7b\x23\x33\x19\x99\x1d\x56\xd1\x8c\x7b\x44\x64\x81\xc4\x16\x9e\xd0\x5c\x33\x3a\xec\x70\xdc\x69\xf3\x63\xc3\xa8\xaf\xad\x7d\x1d\xc8\x73\x51\x1f\x57\xb4\xae\x13\xec\xd5\x35\x79\x4c\xab\xc6\x78\x2e\xaa\x9a\x2e\x13\xfd\x04\x9b\xd2\x89\xa5\x62\x01\xdd\x17\xa0\xe5\xcc\x94\x48\x8d\x49\x0d\x06\x2d\x6d\xea\x49\x65\xb0\x17\x1b\x41\x52\x7a\x2d\x7e\x2e\x04\xc9\x8c\xac\x6f\x88\x4e\xc6\x59\xa1\x44\x24\x1f\x82\x60\xf8\x50\x46\x9a\xc1\x4a\xbd\x32\x2e\xa0\xad\x56\x0a\xb3\x2c\x26\x8c\x98\x2a\x4c\x2f\xf1\x66\x9b\xef\x76\x7f\x5e\x5f\x6f\xa9\xc4\x3f\xdf\x94\x96\xb9\x02\x88\x5d\x4d\x42\x9c\x3f\xbe\x32\xa7\x12\xee\xeb\xac\xeb\xab\xce\xee\xc5\x40\x7d\x2d\x58\x63\x1d\x1a\x04\x06\xe9\xc7\x48\xfd\xd7\xf9\x26\xe6\x05\xb8\x92\x85\xde\xd8\xb7\x49\xbe\x53\xc1\x84\x11\xcb\x89\xd5\x4b\x3c\x09\x53\xae\x65\xae\xe4\x75\xce\xd7\xf5\xa0\x3b\x08\xfa\x12\x2c\xd6\x38\x14\x4c\xac\xf6\x5c\xee\xc0\xe1\xb8\x23\x3e\x6a\x34\x2b\xe9\x26\x3f\xee\x13\x1c\x45\x3c\xe5\x4a\x46\xb0\xb6\x49\x04\x2a\x2e\x77\xac\x36\x23\x4b\x4e\xe2\x49\x46\x5f\xae\xf8\x29\xa9\xfd\x13\x4b\x9b\xcb\x52\x27\xd0\x3b\xe2\x83\x5e\x35\xf3\x58\x1d\xad\x6b\xd3\x3d\x73\x8c\xb5\xde\xd8\x30\x9f\xb4\x0e\xd6\x1f\x11\xff\x5c\x0f\x18\xd2\x6f\x4d\xe9\x09\x6a\xf0\x9f\xf4\x62\x50\x12\x13\x2f\x34\x2b\x50\xb1\x1b\xac\x2e\xdc\x1a\x7b\xcd\x95\xb2\x1a\x55\x6a\x79\xa1\xef\x42\x33\x87\x88\xfb\x31\x14\x20\xb1\x57\x24\x84\xdb\xbd\xb2\xb0\xdb\xa3\x9d\x51\xd2\x1d\x53\x4b\x7e\x3c\x87\x4f\xda\x1c\x8f\x8c\x15\xb5\x14\xf0\xb4\xa3\xd1\xac\x6e\x1a\x6d\x43\x37\x68\xd1\xa6\xb4\x9e\x31\xa3\x0a\x10\x99\x39\xf1\x21\xd1\x4f\x7a\x92\x01\xb7\xf6\xc1\x7e\xfd\x24\xb5\x3e\x57\xc2\x69\x41\x72\xc6\xd7\x59\xca\xb3\xf9\xd6\xc4\xd6\x08\x3e\x3e\xaf\x03\x0d\xa6\xb5\x1f\x11\x4b\x6a\x4a\x2c\x04\x09\xf6\x25\x73\x26\x0b\x4d\x7c\x28\xad\x9d\x5a\xf2\x20\x53\x04\x5b\xeb\xfe\x68\x6e\x0e\xb5\x1a\x1f\xe8\xc2\x11\xb8\x85\xff\x8c\xb9\x95\xc7\xdc\xe7\xae\xc4\xd2\x20\x5c\xb6\x77\xc7\xd7\xf5\xa2\x33\xe5\x47\x54\x1a\x28\x3b\xb5\xcf\x91\x58\x0c\x98\xfb\x08\x0a\xfc\xd4\xeb\xc2\xa9\x6f\x0f\x48\x4c\x54\x9e\x85\xf3\xa6\x87\x66\x49\x3d\x48\x1d\x4b\xcc\xe5\xae\x59\xca\x12\xa6\x7a\xad\x41\x00\xa4\xba\xaf\xce\x81\x84\xe7\x6b\xff\x07\x4d\xaf\x8d\x73\xa7\x8c\x67\xb2\x00\x67\x13\xab\x9d\x7b\xad\x51\x00\x42\xb3\xd9\x97\x64\x56\x20\x64\x2b\x50\x81\x00\x30\x3f\x82\x6d\x1f\x2b\xf0\x94\x57\x11\x8c\x33\xeb\x1a\x05\x05\x9e\x06\x02\x4f\x6a\x6b\xe5\xeb\x7c\xe6\x5a\x6d\x9a\xf4\xdd\x50\xfa\x11\xb8\x8c\x89\x81\xc0\x97\x2e\xe9\x6d\x24\x52\x7b\x06\x01\xf1\x89\x17\xae\xe7\xed\xaa\x19\xe9\x0b\x5d\x69\xd9\xde\xfa\xa4\xc9\xb9\xd4\x63\xd4\xa9\x27\x34\x38\xe9\x84\xf8\x5e\xb1\x37\x75\x91\x2e\x27\x24\x66\xf4\xf6\xea\x8c\x7f\x46\x23\xd3\x1c\x6b\x26\x2b\xe9\xc6\x52\x1c\xea\x4d\x1f\xab\xb4\xb6\x7a\x2a\x68\xdd\x67\x75\x5c\x08\x6c\xea\x5a\xbd\xd2\x63\x46\x1b\x99\x29\xc1\x1d\x25\xe2\x13\x47\x00\x7d\x21\x24\xfd\x7c\x1a\x28\xd6\x24\x90\x91\xf6\xdd\xe8\x88\xa6\x41\x99\x24\xfe\x06\x9a\x4d\x21\x59\xdc\xf6\xf3\x7d\xc1\xe4\x7b\xda\x03\x35\xef\x4b\xf5\x7e\xe6\x3e\xcd\xf3\xa6\xa9\x8a\x36\xe5\xf4\xc6\x1d\x93\xed\x8f\xe2\x9e\x4b\xf4\xe8\x7c\x09\x2a\x2e\x03\x02\x37\x37\x3a\xb8\x23\x3f\xdc\x6f\x7a\xe5\x1c\x5a\xcb\xf4\xb1\x22\xf9\x6b\xe6\x42\x30\xef\x81\x90\x0a\x7a\xe2\xae\x1e\xa3\x2f\x58\x4e\x22\x84\x4e\x72\x2c\xbe\x0e\xb0\x0e\xb1\xa1\x6b\x07\xd9\xb6\x77\xb2\x37\xfb\x7b\x19\x6b\x4d\xcc\x92\xf3\x14\xc1\x60\x27\xc4\xa9\xd7\xf8\x77\x46\x6c\xee\x5a\xed\x48\x96\x7a\xb4\x6b\x2d\x49\x1c\x4d\x5d\x6b\x49\x83\xd0\x5c\x11\x4c\x73\x24\x33\x75\xea\x18\x14\x73\xdf\xd6\xe2\x46\xb6\x5d\x90\x58\x9d\x30\x2a\x06\x2d\x15\x3b\x02\xdf\x72\xeb\x6b\xf7\xc1\x00\x91\xf3\x14\x5e\x9d\xf2\xfb\x84\x59\xe2\x89\x75\x9f\xd5\x3e\x21\xf5\x61\xa7\x97\x95\xab\x4e\x51\xe7\x1d\xd3\x9b\x02\x26\x20\xe7\xb9\xa4\x3e\xcb\x90\x3c\x12\xb8\x0c\x76\x71\xe9\xe8\x7c\x28\x8b\x65\x2c\x0b\x9d\x60\x53\x3b\x41\xc8\x92\x35\x81\xbe\xce\x65\x13\x5b\x4b\x3c\xcb\x08\xfa\x2b\x39\x20\xfd\xa1\x27\x99\x14\x39\x1b\x91\x9a\x21\x84\x6a\xec\x59\xec\x5c\x16\xb2\x7b\x59\x60\x69\xd0\x92\x0b\x4f\x62\x67\x13\xab\x5c\xcf\xdb\xe4\x99\x62\x93\xf9\x48\xbd\x8e\xfb\x8e\xa5\xc6\x5e\xc5\xa1\x81\xc0\x95\xb2\x10\x17\x03\x9d\xfb\xa7\x2c\xc4\xc1\x45\x7b\x43\xdc\x5f\x86\x88\xaf\xb1\x48\x08\xcd\x99\x2b\xfd\x08\x64\x14\x07\x7d\xd4\xe8\xe8\xa3\xb7\xf9\x75\x4f\xdf\x3e\x9e\xfc\x04\x8e\xcf\xcb\xc1\x83\xbc\xdd\xe7\xa8\xdb\xc3\x93\xc6\x9e\xa9\xc7\xc0\xc4\x0b\x55\xca\x13\x78\xec\x85\x22\xf2\x24\x23\xab\x73\x9e\x31\xab\x17\xfd\x0b\x92\x1f\xee\xff\x22\x4b\x35\xfe\x11\x2c\xae\x9a\xde\x54\x0e\xc8\xb9\xc2\x0b\x92\xca\xd3\xb7\xeb\x8e\xb7\xe7\xe3\x15\xf7\x5d\xde\xce\x37\x0f\x7a\xf5\xbd\x8c\xcf\x1f\xf7\xc4\xf3\x83\x6f\x0f\x5e\xf4\xb4\x3f\x2e\xfc\x45\xb2\x88\x0b\xb4\xbe\xdf\xf4\xe4\xe2\xd4\xbf\x88\x29\xb3\xbe\xc5\x77\x9e\x29\x23\x34\x8f\xfe\xef\xf6\x89\x05\x3a\x70\xb1\xaf\xfb\xd9\x2f\xa1\xca\x04\xf5\xe3\xc7\xc5\x4f\x73\x65\x68\xe6\xc3\xb9\x32\x1f\xcd\x6a\xd9\xbe\xc8\xb0\xbe\xf3\x96\xb9\x73\xff\xd3\x4b\xb3\x11\xa1\x2f\x34\xf5\xf9\xcb\xd5\xcd\x2d\x99\x2d\x9d\xba\x0b\x1f\xf6\xcd\x43\x62\xce\x11\xff\xf5\xfd\xca\x74\x73\x9c\xdd\x15\xe4\xdf\x0f\xf2\xd7\x39\x82\x4b\xe6\x47\x6e\x94\xc9\xcd\x43\xac\x34\xf7\x9a\x3b\x8d\x28\x8e\x3e\x7d\xfe\xba\xb9\x76\x94\x54\x74\x92\xf6\xf8\xe4\x86\x08\xd7\xc4\x1c\xee\x35\xce\xe3\xc6\x9e\xe9\xc1\x6b\x32\x47\x7c\xb1\x1d\xe5\x02\x50\x73\x17\x31\x02\xcd\x96\xfe\x7e\x8c\xbb\xe9\x47\xae\x87\x7d\x28\xc6\x8b\x07\x94\xce\x3b\x11\x58\x54\xc9\x49\x7e\xc9\x7a\xc4\x30\x5f\xd4\x14\x85\xcc\x07\x3b\xe2\x27\xb3\xf4\x65\x30\xd3\xec\x2d\xc5\x7e\x10\xa9\x79\xde\x70\x9b\x34\xfd\x98\x11\xaf\xe7\x7e\xa5\xa3\x15\xb1\xe1\x3d\xc5\x7e\xbb\x08\x4a\x36\xb1\xfb\xbe\x10\xfe\x72\x75\x73\x77\xf3\xe5\x6a\x3d\xf8\xe8\x38\x32\x06\xa5\xf3\x5b\x7f\x6b\xf2\xdb\xb9\x5f\xdd\x7c\x7e\x47\xf8\xdf\x1d\xa1\xcd\x7c\x10\xf1\x7c\xeb\xa3\x0f\x01\x9c\x17\xeb\x7e\xb6\xd0\x1b\xcd\xfb\x11\xa0\xf4\x7e\xc7\xba\x10\xbe\x07\xa4\xee\x5e\x24\xe4\xff\x13\xcc\x3a\x04\x81\xa3\x10\x73\xe2\x61\xdc\x7b\x51\x6f\xab\x20\xf6\x66\x3e\xd8\x28\x58\x6c\xa8\x4a\x9f\x8e\x47\xc8\xa6\x30\xc3\x3d\x30\xd2\xfd\xdd\x60\xb9\x34\x9d\x52\x52\xbe\x88\xc7\x18\x8a\xa1\x6f\xa9\xfb\x5b\x8a\x26\xa5\x4d\xcc\x31\xbe\xf9\xfc\x15\x41\x3f\xca\x50\x56\x7d\x1d\x2e\x50\x04\x50\xe2\xe2\x33\xfb\x48\xfc\x45\x88\xd2\xcd\x63\xc9\x33\x64\xa3\xf9\xa5\x4c\xba\xeb\xe0\xe0\x65\x93\xa3\x62\xe5\xc2\x4d\xfa\x7e\x75\x89\x68\x1e\x6d\x84\x4f\xca\xbe\xfe\x6c\xf8\x15\xde\xd0\xc1\xb7\xa7\x5f\xa9\xf9\xb5\x50\xf2\xf1\x81\xf2\x0e\x4c\xd9\xc4\xd0\x2b\xfd\xc2\x1a\x11\xf4\x2a\xcd\xfc\x90\x4b\x53\x14\x44\x3e\xfc\x39\x92\xad\x0b\x32\x54\xf8\xc7\x5e\x84\xdd\x8a\x34\x7b\xae\x91\xe7\x0c\x77\xf0\x14\x1d\xe7\x57\x41\xf5\x2b\x1b\xdf\x2e\x6a\xee\x57\xc6\x02\x5f\x84\x15\xc7\xaa\xe0\xbb\xd7\xf9\xce\x62\x5d\xa3\xcb\x26\xb2\x77\xd0\xe5\xd9\x8f\x5f\xeb\x1d\x21\x0b\x65\xd3\x75\x3a\x1c\xb1\xc8\x65\x2f\x02\xfc\xfd\x3d\x71\x7d\x41\xa1\x7a\x3d\x97\x7e\xd9\xdb\x6c\x1f\x78\x8a\xf9\x4f\x08\x83\xff\x3f\xa8\xff\xf4\x4f\x41\xcf\x7f\x09\xbf\x9f\xf8\xbb\xfe\x23\x0c\x7f\xd2\xfc\x2f\xba\x47\xf4\x27\xcd\xff\xe2\xf1\x7f\x38\x9a\xff\xf7\xff\x26\x9a\xff\x9f\xbc\xfd\x8f\x64\x5b\x3e\xc3\xec\x9f\xf4\xfd\xe3\x26\xf9\xa3\xb2\xf8\x17\xc9\x96\xc4\xbf\x48\x6e\xd3\x3f\x09\xfc\xaf\x87\xc8\x1f\x80\xc7\xbf\xff\xc7\x86\x8e\xfc\xc1\xaf\x77\x85\xc6\xe6\xf3\x27\xcb\xff\x12\x3d\xff\x4d\x2c\xff\x17\x19\xf4\x27\xd9\xff\x22\x05\x7f\x18\xb2\xbf\xcf\xc5\xfd\x9b\xcf\x5f\x6e\x86\xda\xa3\x3d\x91\x07\x9c\xd4\xf9\xdb\xff\xac\x85\xaf\x6e\xe1\xd5\xff\xe6\x14\xd5\x02\xbb\xff\xde\xdc\x6c\x58\xfb\x9f\x0e\x90\xaa\x6e\x2b\x6f\x3e\xd7\x14\xff\xcf\x35\xc7\xff\x59\x2d\x67\x8c\xbb\x3f\xab\x9a\x1c\x05\x0f\xd5\x0b\x1d\x6d\x7c\xf0\xc6\xc1\xf6\xcf\x35\xee\xbc\x70\xd0\x48\x2b\x72\x47\x1d\x9f\x18\xb3\xfd\x1b\x8d\x2f\x47\xf6\x3b\x93\xe3\x43\xea\xc3\xd6\xc9\xd7\x1a\x7c\xdb\xcc\x64\x81\x6e\xcb\x5d\xb3\x74\x24\x91\x72\x74\x2e\xf3\x05\xde\x1e\x19\x0d\xa5\x74\xb4\xa6\xbe\x6e\xe5\x76\x28\x8e\x8e\xc4\xce\x5c\xc6\xac\x84\x20\x09\x5d\xbb\x87\x21\x23\xa6\x9e\x40\xcf\x3c\xab\xa6\x60\x4e\x1d\x69\x94\x01\x89\xad\xe0\x03\x45\xa9\x0f\x83\x02\x4a\x6a\xd9\xd0\x2f\xcd\xca\xb3\xc4\xdc\xb1\xda\x94\x10\x24\x99\xcb\x68\x09\x40\x5c\xd1\x50\x5b\x7e\xe4\x5b\xbd\x5b\x6a\x4d\xaf\xf0\x5a\xa3\x42\x09\x37\x14\xe2\x67\xfa\xa8\x1b\xa9\x85\x87\xb8\x1f\xc3\x4e\x4d\x23\xfa\x2e\x04\x73\x54\x53\x41\xbb\x03\xf4\x88\x78\xf2\x7b\xaf\xa6\x3c\x89\xbd\xa1\x25\xe2\xde\xd8\x10\xbb\x9a\x6e\x60\xa5\x4a\x58\x79\x16\x07\x7e\x19\xf7\x84\xd1\x7a\x8c\x20\x7f\x93\x05\x79\xbe\x27\x6b\x88\xa6\xd9\x09\x10\xd1\xf3\x34\x8a\x7b\x4f\xa3\x84\x5d\x53\x96\x56\x0d\xdd\x91\x9e\x41\xa9\x0c\x88\x4d\x40\x34\xda\xda\x44\x89\x54\x0c\x22\x27\x99\x30\x46\x7f\xf3\x9d\xdc\xe5\x69\x62\x37\x19\x69\x23\x63\xce\x4e\x2c\x03\xab\x23\x03\x8a\x72\x10\x3f\x53\x9e\x1b\x4a\x5f\x09\x42\xf6\xde\x1f\x25\x68\x62\xab\x58\x9d\x8d\x02\xc5\x1a\x05\xc3\x87\xf2\xc7\xf3\x58\x55\x34\xf0\x08\xc9\x0f\xf7\x0d\x1d\xaf\xc5\x57\x5e\x6b\xda\xde\xfe\x3f\x54\x2b\xc8\x9d\x1a\x9f\x89\x96\x2e\x07\x43\xc4\x62\x28\x0d\x0a\xd0\xed\x15\x7e\x77\xbe\xf9\x7f\xee\x32\x66\x5b\x08\x7b\x53\xc0\x18\x8c\x2a\x70\x99\x23\x70\x3f\x86\x0f\x25\xea\x89\xbc\x3e\xa6\xa7\xce\x88\x5a\xf6\x34\xa3\x6d\x8c\x28\x53\x37\x85\x57\xf5\xd4\x34\xfa\x9a\xa2\xdc\xac\x67\x87\x66\xcc\x2d\x07\x0f\x5c\xf9\x38\xeb\x94\x83\x07\xee\xe5\xbe\x37\x74\xb0\x52\x9d\x71\xa5\x2c\x9c\x58\xe3\x33\xa5\xb6\x91\x69\xe1\x55\xf3\x6a\x0d\x8e\x36\xb6\x90\x1f\xca\x1f\x35\x25\x0a\x37\x6b\xb7\xa9\xc6\xee\x43\x1d\xec\xfb\x5a\x07\x0d\x75\xea\x88\x4e\x28\x99\x99\x23\xb0\x6b\x9f\x53\xdb\x35\x00\xc6\xac\x60\x88\x67\x8e\xbe\x43\xe5\xc3\x99\xe9\x85\x98\xb2\x47\x09\xef\x44\x1a\x06\x33\x7a\x43\x47\x7f\x96\x1f\x25\xba\x63\x8b\x34\xc9\x1b\xb0\x3a\x76\x3d\xee\x5b\xf4\x26\x86\x4c\x28\xcc\xcd\x1c\x86\xb8\xf2\x98\x76\x46\xec\xa9\x85\x38\x75\xc6\xd4\xda\xf7\x6a\x1b\x30\x6a\xe1\x85\x4e\xe2\x3c\xdb\x50\xf4\x25\x73\x66\xd4\x71\xa9\x8d\x40\x68\xb0\x8a\xde\xd0\xc0\x1a\xfa\xd7\x96\x8e\x5f\x79\x3a\x97\x39\x88\xc3\x5e\xb0\x3b\x66\xc4\xae\x69\x5f\x0d\x85\x71\x1b\xc3\x3d\x9a\xf8\x4f\xb1\x7b\xf5\xab\x28\xf5\x2b\x18\x3a\x87\xc9\x77\x40\xe0\x48\x9e\x7f\x7b\x7c\x18\x51\x83\x8a\xcb\x20\xe2\xf6\x62\xf3\x11\xb1\x2b\xc7\x52\x2b\xc7\xd6\x56\xb2\xb0\x8e\x43\x93\x6d\x6c\xff\xbc\xde\x02\x3c\x50\xcf\xd4\x66\xb4\xa5\xf2\x93\x1c\x2b\x80\x50\xaf\x53\x77\x6c\x95\x9a\xd8\x3d\x6a\x68\x89\x29\x64\xc4\x36\x28\x9f\xbf\x33\x18\x73\x36\x1c\x77\xfa\xeb\xbd\x0f\x5c\x8b\x4e\x60\x07\xe7\x50\x22\xb6\x15\xd3\xe1\x98\xeb\x0b\x38\xeb\x6d\x5e\xd5\xb0\x47\x89\x3d\xb1\xda\x94\x63\x69\x82\x3f\xa6\x33\x68\x2d\x29\x57\x5f\x53\x9f\x23\x6d\x0a\x42\x88\xe1\x86\x7a\x1b\xa9\x6d\xd0\xd2\xb0\x67\xed\x51\xc5\x82\x83\x78\x18\xc5\xfd\x7e\x57\x4d\x1d\xcb\x2c\xe5\x87\x41\xf9\x58\xf1\x95\x63\xd5\x38\x96\xc8\xc2\xa4\xff\x07\xa6\x7e\xed\xf7\x7d\xff\x21\x0c\xb0\x57\x1f\x7c\xfc\xb6\x6f\x96\xdf\x7f\xfb\xf7\x6f\xff\x37\x00\x00\xff\xff\x28\x79\x61\x97\x2f\x5b\x00\x00") func envDevelopmentJsonBytes() ([]byte, error) { return bindataRead( @@ -236,7 +236,7 @@ func gatewayProductionPredeployJson() (*asset, error) { return a, nil } -var _gatewayProductionJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x69\x93\xa3\x3a\x96\x3f\xfc\xbe\x3f\x45\x46\x3d\x13\x91\xb7\x62\xaa\x6e\x01\x4e\x57\x25\x1d\x31\x2f\x00\x1b\x0c\xb6\xb1\xd9\xc4\xd2\x73\xa3\x03\x10\x89\x31\x62\xb9\x66\xb1\xf1\x13\xfd\xdd\xff\x21\xf0\x9e\x76\x6e\x55\x77\x66\x5e\xb4\x3b\xfa\x56\x1a\x49\x47\x47\x47\x67\xf9\x1d\x49\xc8\xff\xff\xdf\xee\xee\xee\xee\x3e\xfd\x47\xe1\x2f\x82\xc4\xfd\xf4\xf7\xbb\x4f\x8b\xb2\xcc\x8b\xbf\x7f\xfb\xd6\x3d\xf9\x3d\x71\x53\x37\x0c\x92\x20\x2d\x7f\x77\xb7\xd5\x2a\xf8\xdd\xcf\x92\x5d\x59\xf1\x8d\x22\xc8\xfe\x57\x82\xfc\x4a\x90\xdf\x60\x90\xa3\xac\xc1\xf5\xf4\x20\xc9\x91\x5b\x06\xbf\x2f\x8b\x2c\xfd\xff\x3e\x7d\xe9\x7a\xf0\xb3\xb4\x0c\xd2\x12\x04\xab\x22\xca\x52\xdc\x11\xf9\x3b\x81\xff\xb7\xaf\x90\xbb\x2b\x37\x09\xca\x60\x55\x7c\xfa\xfb\x5d\xc7\x56\xfb\xdc\xf5\x57\x6a\x50\x64\xd5\xca\x0f\x44\x78\x56\xd4\x16\x97\x4d\x1e\x60\x6a\x45\xb9\x8a\xd2\xf0\xd3\xa1\xf0\x5f\x5f\x4e\x48\x60\xc6\x39\x94\x55\x50\x76\x93\xe0\x27\x68\x68\x81\x3f\x77\xfd\x18\x68\x8c\x1e\xa4\x6e\x5a\x7e\x94\x21\xe8\x96\xae\xe7\x16\x01\xe3\xfb\x59\x95\x96\x1f\xe7\x0a\x7a\x65\x16\x07\x29\x87\xa2\xe0\x27\xb8\xe9\x88\x18\x2b\xf4\xb1\xf6\x4f\xa8\x0a\xd2\xd2\x8b\x4a\x31\x71\xc3\x0f\x0e\x24\x74\xcb\x60\xed\x36\x83\x2c\x71\xa3\xb4\x78\x95\xc6\x97\xf3\x52\x18\x3c\xb9\x15\x2a\x81\x8b\xaa\xb6\xd6\x8b\x7d\xf0\x81\x5b\x56\xab\xe0\xaf\xed\x64\x0a\x0b\xc8\x65\xe9\x53\x14\x1e\x35\xfe\xe3\x62\xd1\x82\x55\x1d\xf9\xc1\x7c\x15\xa5\x7e\x94\xbb\xe8\xa3\x33\xbd\x27\x57\x66\x2b\x37\xdc\x6b\x5f\x27\xf3\x9f\x22\x08\x12\x2d\xda\xbe\x3e\xf3\xaf\x08\x54\x2b\xdd\x14\xba\x2b\xf8\xcf\xc1\x43\xf1\xcf\xba\xf7\x4a\x8f\x45\xc1\xb9\xb9\xeb\x47\x65\x73\xbb\xdf\x28\x2d\x5f\xe9\xb4\x77\xb5\x93\x38\x68\x6a\x5c\x6b\x20\x6b\x5a\xf5\xf4\x14\x6d\x3e\x26\x9d\x3d\x99\xf9\x2a\xf8\x30\x8d\x04\x26\xfc\xaa\xf5\x9d\xf0\xc3\x06\x9a\xc0\x02\x0e\xd3\x3a\x5a\x65\x29\x76\xd0\x1f\x23\x92\x66\xa9\x93\xa5\x2e\x52\x83\x30\xca\x5e\x32\x51\x77\xb5\x72\x9b\x57\xc4\xfe\x8f\xb3\xd2\xb6\x46\xe0\x16\xa5\x5b\x44\xee\x45\xcb\xb6\xcc\x0f\xd2\x72\xe5\xa2\x28\x85\x2f\x96\x57\x45\x50\xb9\xf9\xb5\x0a\x71\xb6\x0a\xdc\x5d\xad\x6b\xe5\xc5\x3a\x2a\xb7\xc1\x0a\xb9\x29\x4c\xb3\x55\xb9\xb8\x56\xa7\x2d\x38\xf4\x74\xad\x46\xe5\x06\x5d\xeb\xb3\xa2\x3f\xae\x8a\x73\x95\xff\x84\xb7\x5c\xe5\x53\x98\xec\xcc\xf7\xe3\x14\x0a\xf8\x0b\x48\xe0\xd8\x55\xe4\xae\xff\xe1\x91\xec\x83\xbb\xb0\xca\xaa\xfc\xe3\x91\x70\x95\xff\x2a\x27\x59\x14\x8b\x79\xe5\xa1\xc8\x1f\x07\x2f\xb8\x96\x97\x28\xd4\xd8\x39\xa1\xc0\x4d\xab\x7c\x98\xba\x1e\x0a\x5e\xe0\xc4\xcb\xb2\x4b\x8d\xbc\x34\x96\x72\x55\x05\x37\xfb\x79\xa7\xc4\xfe\x76\x42\xe3\xd3\x6a\x27\xfa\xe2\xcc\x22\x2f\x48\x15\x71\xf5\x8c\x7e\x5b\x90\x76\x3d\x1f\xdd\xf6\x44\xd5\xce\x35\xff\x5f\x17\xe3\x42\x99\xef\x96\x3b\xf4\xf7\x8f\xd5\xe9\xbc\xff\xf6\xf9\xf7\x7d\xe1\x1f\x97\xd2\xd8\xf7\xf3\x8f\xa2\xf2\xba\xf1\xfc\x76\xc4\x8a\xbf\xdd\xbf\x10\xd3\xee\x3f\x7f\xb9\x23\xbe\xdc\x45\x29\x0c\x36\xb3\xa7\xf7\xb4\xba\xff\xfd\xfe\xf3\xe7\x67\x9c\xec\xa5\x3a\x8d\xfc\x55\x56\x64\x4f\xe5\xef\xbb\xf6\xdf\x8a\x33\x3a\x97\xce\xe1\x93\x9b\x47\x27\xc0\x97\x22\x48\xfa\x2b\xf1\xf0\x95\x20\xaf\xaa\xcf\x47\xe5\xff\xb2\xec\xf3\x55\x96\x07\xab\x32\xba\x82\x7b\xda\xf2\xa7\x5d\x90\x11\xe7\x1d\x6c\xa9\x56\xed\x6c\x14\x57\x9d\xf5\x73\x36\xdf\xd3\xd7\xf9\xf0\x2a\x2f\x0d\x9e\x7b\xa0\xab\x75\x23\x78\xa6\x39\x22\xfc\xed\xfe\x38\x15\x72\x50\xae\xb3\x55\xfc\xad\x8e\x56\x65\xe5\xa2\xdd\xd7\xe2\x5b\xd7\x41\x71\xff\xe5\x6e\x3f\xe9\x5f\xeb\x34\x28\x4f\xbf\x77\x55\xee\x3f\xff\xf1\xe9\x45\x1e\xfe\x75\xb3\xf4\x5f\xcf\x83\xc1\x81\xe9\xfd\x34\xed\x3b\xdb\x0b\xfa\x4a\x00\x39\xb4\xd9\x66\x69\x2b\xbb\x4f\xff\x88\x9e\x7e\xc3\x99\x13\x06\xc5\x67\xfa\x7b\x11\x8d\xef\x3f\x7f\x29\xb3\x49\xb6\x0e\x56\xbf\xad\x82\x1c\xb9\x7e\xf0\xdb\x2d\xfb\xfa\x72\x77\x7f\x87\x07\x7f\xff\xf9\xf3\xe7\x2f\xf7\xf7\x5f\xf2\xc8\x8f\x1d\xdc\xdf\x15\x61\xe2\x7a\x79\xeb\x0b\xc5\x39\x03\xe1\x2a\x28\x8a\x00\x4b\xf2\x36\xed\xde\xe7\x5b\x52\x7c\x2e\xbd\x3f\xae\x84\x50\xcf\xf5\xe3\x20\x85\xbb\xce\xe6\x59\x86\x3e\xa4\x81\x97\x42\xdf\x91\xfd\x19\xce\x50\xe6\x42\xd6\x45\x6e\xea\x47\x69\xa8\x56\x28\xf8\xcb\x4d\xe3\x86\x49\xfe\x42\x5b\x39\x8e\x29\x58\x15\xdf\x6e\xb9\x80\x53\x53\x41\xde\xd7\x28\x2d\x83\x55\xea\xa2\xd3\xc7\xfb\xa6\xaf\xdb\xd0\x6d\xad\xbf\xbb\x3e\xff\x7f\xd9\x70\xaf\xa8\xda\x1b\x46\xba\x6b\xf5\xd3\x03\xcd\x57\x99\xf7\x3c\x70\xff\xaa\xb1\xb5\xd4\xdf\x32\x9c\xb6\xe2\xaf\x18\x4c\x99\xf9\xed\x5c\x7d\xd2\xfd\x6b\x08\xfc\xac\x3a\xe6\x75\x10\xe1\x58\xee\x55\x7b\x3c\x30\xe8\x30\xcf\x6b\x4d\xf7\x8a\x36\xcf\x56\x38\x68\x3c\x3c\xf4\xde\xa6\x50\xc7\xfa\xbf\xc4\x89\x23\x6f\x55\xa1\xe0\x6b\xbb\x56\x76\xc3\xa9\x5c\xa7\xf6\x6f\xd7\x70\xf3\xf3\x6f\xd7\xb0\x63\xf8\xdf\xae\xe1\x57\xb8\x86\x47\xe2\x5d\x9e\xe1\x91\xf8\xd5\x8e\xe1\x67\xc0\x46\x37\x49\x7f\x35\xc0\x38\x9d\x9b\x11\xe6\xf8\xb5\xb9\x7c\xa3\x64\xd3\x2a\xf1\x82\xd5\xec\x69\xbe\x1f\x05\xf5\x4a\x83\x55\xf0\x67\x15\x14\xe5\xdc\x2d\x17\x98\x97\x6f\x8b\xc0\x45\xe5\x62\xfb\x6d\x15\xb8\xb0\xb9\xad\x7f\xef\x99\x98\xce\xa8\xde\x3a\x25\x2f\xa6\x52\xcf\xe7\xfc\x60\x3f\xaf\x67\x8c\x57\x8d\xf2\xb2\xd9\xc7\x12\xe5\xcb\x2c\x93\x22\xbe\x12\x8f\x6f\xcc\x32\x5f\x4b\x0f\x4f\xd9\xdd\xaf\x47\x8a\xf9\xcf\xa7\x8a\xff\xc7\x62\xd1\xdb\xac\x33\xfa\x05\x03\xff\x77\x8e\x7c\xc2\xf4\x33\x63\x45\xc5\x57\x82\x20\xbf\xa6\x91\xff\x33\xf3\x14\xb4\x8b\x6f\xf3\x55\xb6\x69\xe6\x47\x57\x77\xb6\x9c\x76\x85\xb3\x5b\xdc\xbc\xdd\xb6\xf3\x55\x54\xbb\x65\x30\x89\xd2\x78\xb7\x28\xf9\x57\x5b\xf8\xb3\x05\xc4\x3c\x48\x61\x31\x4b\xaf\x2f\xb5\xbf\x66\x61\xd7\x1c\xdb\x19\x95\xab\x4b\xda\xef\x5d\xb7\xfa\xc7\x95\xf5\xb8\x6e\x23\xe9\xfe\xd9\xd2\x5b\x27\xf0\x28\x58\x9d\x2d\x78\x5d\xdb\x09\x38\xee\x09\xdd\xe8\xe0\xb8\x6f\xf4\x4c\x99\xdf\xbb\x66\x56\xe5\xe1\xca\x85\xc1\x3c\x43\x91\xff\x7c\xa9\xf8\x50\x2d\xc9\x60\xa7\x28\x6e\x5a\x5d\x4a\xf2\x4a\xb7\x6d\x9b\x9d\x85\x4e\x5d\x7f\x11\xa5\x58\x85\x9f\x22\x74\x1b\x13\x7e\xca\x8a\xd7\xaa\x74\xd2\xc9\x92\xbc\x2a\x83\x95\xec\x26\xc1\x61\x53\xea\xd3\x3f\xfc\x2c\xf5\xdd\xf2\x20\xa3\xaf\xf7\x5f\xee\x4e\x45\xb7\x5f\x66\x6e\x17\x46\xbf\x5e\x9f\x9c\x43\x17\x2e\x4c\xa2\xd4\x28\xb0\xd2\x74\xd3\xec\xa3\xac\x82\x5f\xab\x22\x58\xbd\xd4\x0c\x45\x69\xb5\x79\x5f\x2e\xf3\x09\x46\x45\x6b\xdf\x6e\x51\xac\xb3\x15\x64\xaa\x72\x11\xa4\x65\x74\x30\x2c\x6c\xe8\xaf\x00\x8f\xa2\x58\xbc\xcd\xad\xe6\xfb\x1d\x81\xdb\xce\xfe\xf2\xf3\x3a\xd5\x23\xf5\x03\xf0\xc9\x92\xe0\xdb\x51\x62\xdf\x7e\x2f\x8a\xc5\x37\xb7\x2a\x17\xd9\x2a\xda\x06\xf0\x9f\x31\x66\xe0\xe5\x31\x9d\x11\x8e\x83\x66\xe0\x96\xee\x33\x6b\x38\xdd\xe3\x78\xd5\xa7\xef\x3f\xb7\x7d\xfb\xfe\xf3\xc7\x47\x63\xc3\x7b\x52\xe8\x4f\xbb\xc5\xf6\x37\x69\x7c\x94\xb8\x61\xa0\x06\x4f\xc1\x2a\x48\xaf\xec\x51\x3d\xab\xdf\xce\x73\xb1\xe8\x1c\x8d\x1a\xc0\x91\xfb\x6a\xde\x91\x3d\x3d\xed\xaa\x8f\x86\x93\xd7\x2a\x77\x5e\xf1\xd3\x8f\xaf\x13\x30\x7d\xad\x6e\x7d\x74\xf5\xc8\x2d\x83\xa2\xfc\x18\x12\xce\x8a\x41\x54\xc4\xaf\x0f\xdd\x5f\x05\x6e\x19\xcc\xf2\x7d\x58\xe2\x57\x59\xd2\xed\x51\xbe\xc2\x67\x77\x44\x08\xbe\xa9\x97\xbb\x93\x09\xdc\xed\x96\xe8\xbb\x38\x3a\x5f\x05\x49\x54\x25\xcf\xb7\x91\x9e\x0d\xf6\x17\xe9\x51\xda\x05\xbf\x37\xe9\x51\x97\x91\xcc\xdf\x94\x99\xff\x2f\x67\xe5\x2f\x02\xad\xae\x73\x11\x13\x7e\x72\xfd\xe0\x8d\x38\x76\xff\x79\xc3\xdc\x5e\x82\x27\x1c\x3c\x5a\x1c\xf7\xba\xd7\x7a\x0f\x26\x3e\x69\x13\x25\xee\xaa\x79\x93\xbb\x3f\x34\xea\x80\x21\xe3\xfb\x01\x0a\x56\x6e\x19\xc0\xdd\xa4\x44\x69\xf8\xe9\xef\x77\x4f\x2e\x2a\xde\x4a\xe9\xcd\xa9\xc0\xb5\xcf\xdb\x23\xc4\xdd\x4d\xd1\x46\xb9\xdf\x32\xf0\x8e\xa8\x70\xf7\x41\x59\x9f\xb5\x7f\x47\x4e\x72\xb5\xfd\xff\x72\x9e\x72\xed\xf3\xca\x52\xd6\xd5\x61\x7c\x44\xfd\xce\x09\x9c\x6f\xaf\xbd\x7f\x39\xf7\x2a\xd5\xab\xaa\x92\x47\x37\xd6\xa4\x5e\xfa\x7c\x44\x28\xa7\xae\x8d\x7d\xc7\x86\xde\x6b\x9f\x8f\x09\xe3\xee\xff\xe4\x22\xf0\xad\xcf\xeb\x20\xeb\xf2\xf3\x32\xe8\xfa\x38\xfd\xb7\xd5\x7c\xbd\xf7\x97\xe9\xdc\x2e\xbd\x4e\xf9\x56\x30\x87\x91\x1b\xa6\x59\x51\x46\xfe\xdb\x52\x21\x2f\xcb\xca\xc1\xb1\xcd\xeb\x41\x3d\x38\x9c\xe4\x79\x4b\x5e\xd1\x21\x1c\x63\x15\x9d\x25\x58\xfb\xb3\xd5\x17\x09\xd6\x6b\x87\x51\xbe\xbd\x1c\xef\xdf\x25\xa7\x60\x53\x06\x29\x86\x95\x6f\x92\xd2\xa1\xf6\x5f\x87\x0d\xfc\xe2\x35\x80\x79\xf7\x61\x6c\x70\x0a\xe6\x8f\xe6\xce\xb4\xe7\xd8\x87\xc7\xa1\xbd\x31\xd6\xef\x17\x7c\xb8\xaa\x28\xb3\x44\xf3\x57\x51\xfe\x5a\x72\x70\xd6\x76\xe4\xa6\x10\x05\xab\xd3\x15\x9c\xc3\xf1\xf7\x57\x09\xb8\x55\x99\x19\xdd\x7a\xc3\x34\x4a\xb3\x13\x2a\xef\xc0\x3d\x45\x50\x96\x51\x1a\xb6\x22\x7c\xa3\x63\x6f\x37\x09\x02\xbf\x0c\xa0\x76\xd2\xf8\xed\x19\x68\xd1\x89\x09\x5b\x81\xe7\x16\xc1\xf7\x87\xdf\x76\xc6\xd0\x7d\xd3\x33\xad\x3b\xd2\x75\xef\x53\x80\x10\x39\x12\x05\x4c\x36\xbe\xff\xfc\xe5\x9e\xe1\x54\x75\xa8\xcd\x0c\x95\x1b\x8a\x83\xff\xfa\x8f\x5d\xfd\xbb\xaf\xf0\xee\xbf\x2b\x82\xe8\xf9\xa7\xff\xbd\xbf\xbf\xff\xb2\xa3\x7e\x6a\x57\x67\xaf\x0e\xdc\xb7\xc7\x5d\xee\x3f\xff\x77\x7a\xff\xe5\x9e\x71\x0c\x75\xc8\x4d\x66\xc6\x40\x66\xa6\xc3\x0f\x52\x3f\x7b\xab\xe0\x39\x79\x6d\xc8\xcd\x19\x6e\x0c\x34\x46\x1f\xca\x8c\xac\x7f\x78\x14\xd7\xdf\x3c\x38\xeb\x70\xc0\xe8\x0c\xcb\x68\x43\x86\xe3\x66\x86\xac\x7f\x7c\x50\x57\xde\x4c\x38\xef\x88\xd5\x67\xe3\xa1\xcc\x4d\xc4\xe1\xc7\x47\x74\xf1\xd6\xc2\xb5\x0e\x0c\x75\xf2\x53\xb4\x8d\x15\x3a\x23\x3b\x1d\x4c\x79\x75\x26\xeb\x43\x79\xf0\x61\xd2\xe7\x47\xb1\x2f\xc8\x6b\x83\xa1\x0c\x44\x75\x26\x4f\x87\xb2\xfe\x51\xfa\x67\xc7\xb4\xcf\x3a\xe0\x27\xc6\x50\xd6\x59\x51\x17\xa7\x8c\xf0\xc1\xb9\x3d\x7f\x4f\xe3\x8c\xbc\xc0\xe8\x43\x93\xb1\xf1\x30\xb8\x99\xcc\x8b\x02\x18\xaa\x9a\x38\x93\x3f\xd6\xd1\xad\x77\x20\xae\x75\x39\x98\x4d\x19\x51\xd6\x7e\xaa\xa3\xdd\x5b\x23\xd7\xc8\xf3\x43\x46\xc7\xb6\xf8\x53\xf4\xf7\x6f\x8c\x9c\x75\x30\x1e\xda\x80\x31\x26\xfa\x40\xd6\x34\x83\xe7\x45\xeb\x63\x5d\x3c\x7b\xd5\xe0\x6a\x27\x73\x75\xf8\xd3\x3d\x74\x0b\xbe\x67\xe4\xd5\xf9\x4f\xa8\xd3\xee\x04\xfb\x05\xc1\xe9\x60\xba\x73\x42\x1f\xa5\x7a\x3c\xda\xfe\x8c\xb4\x36\xf8\x69\xda\x87\x43\xef\x57\x88\x63\xb7\xa9\xcd\x19\xee\xc3\x02\x39\x3b\x10\x7f\xe9\x7f\x3a\x51\xdf\xdf\x7f\x0b\x83\x34\xa8\xdd\x04\x26\x7f\x4f\xdc\xa2\x0c\x56\xff\xa4\x08\x8a\x22\x1e\x48\xfa\x77\xf2\xfe\xbe\xad\x3d\x99\x71\x8c\xfe\x2e\xf3\xbb\xb5\x85\x74\xc2\x82\x66\xb0\x1a\xa7\x8a\x73\x4c\xf8\x3d\x9e\xbb\xa8\xbc\x2e\x88\x47\x59\xfa\xdb\xe7\xdf\x4f\xbf\x8a\xf0\x54\x86\xbb\x68\x2d\xa8\x33\x63\xfe\xbe\x08\x74\xc9\x3d\x06\x8a\x27\x94\xf1\x7f\x2e\xe1\x02\x97\x22\xd2\xd3\x98\x32\xd0\x58\xd2\x17\xd4\x05\x14\x8c\x70\x62\x85\x21\x20\xf8\xa9\x6b\xf6\xc9\x60\xc8\xa7\x8e\xd9\x27\xb8\x30\x2f\x60\x02\x1e\xa0\x00\x2a\x87\x63\x4a\x8f\x63\x56\xb2\xce\x20\x15\x49\xbc\xaa\x31\xb5\x23\x00\x6a\xd2\x93\x6a\xaf\xa7\x52\x4e\x43\x37\x1e\x45\x13\xde\xc8\x1e\x07\x82\xb3\xb5\x28\xd8\x78\x3d\x98\xf8\x0d\x53\x5f\xa3\x33\xd5\x99\xb5\x64\x38\x9a\x6a\x18\xe1\x84\x52\x11\x8c\xba\xf6\x30\xf1\x6b\x98\xf0\xcd\x35\x3a\xf8\x39\x17\x66\x4b\x51\xe0\x29\x8f\x42\xb1\xc8\x49\xc8\x4f\xa5\xda\x5f\x66\xa1\x23\x88\xa4\x28\x80\xc6\x4f\xe8\x66\xcc\x11\xdb\xe9\x20\xa6\x66\x5a\x1c\x3a\xa9\x54\x7b\x1a\x1b\xdb\x09\xa8\x60\x44\xfc\xa7\xd7\x63\x91\xb7\xcc\x42\x25\x56\xb9\xe9\x80\xe9\x4f\x35\x76\xa8\x20\xda\x54\x81\xa4\x6b\x06\x3d\xb3\x08\x52\x32\x08\x92\x05\x43\x59\x9c\x45\xec\xd0\xb6\xd4\x85\x9d\xf0\x5b\x47\x63\x91\x97\x3a\xb9\x9f\xd0\x95\x67\x82\x0a\x72\x2c\xe5\x58\xd2\xd6\x35\xe9\x4a\x14\xc8\xdc\xa7\xc8\x05\x14\xe4\x4c\x0c\xf3\x06\xcb\xd6\x89\x3a\x7e\x27\xd4\x26\xb7\x23\xba\xf1\x05\xa2\xb6\x48\x3a\xb6\xa3\x6c\xcc\xa5\xd2\x1a\xd7\x99\x98\xa8\xf4\x05\xba\x81\x1c\x9b\xc1\x91\xba\xf6\xb7\x59\x3d\xa1\xd4\x62\x92\x38\xc8\x11\xe8\xc6\xb6\xd8\xc6\xa3\x72\x64\xf7\x94\xca\xeb\x49\xe9\xa4\xc7\x92\x76\x44\x23\x5f\x00\xc5\x84\x94\x14\x5d\x23\x47\xc6\xd0\x2f\x35\x02\x38\x13\x03\x28\xaa\xb1\x2e\xe5\x75\x8e\xfb\x0a\x27\x1a\x99\x7b\x16\x5b\xfb\xa9\x12\xba\x23\x95\xf0\x47\xd3\xef\x93\x86\x5e\xdb\xa6\xbc\xb2\x4d\x88\xfc\xa6\x5f\xba\xa6\xdc\x78\x3d\xb9\x76\x52\xa5\xb2\x29\xba\x9c\x50\x25\x0a\xac\x69\xed\x99\x68\xe9\x27\xf4\xd6\xa3\x1c\x62\x92\xf0\x5b\x7b\x9d\x8d\x9d\x84\x6e\x44\x81\x27\xa0\x00\x4a\x7f\xa4\x84\xae\xf9\x10\x06\xdb\x61\x35\x59\x02\x7a\xd6\xb0\xb1\xb7\xce\x42\x71\x74\xd0\xab\xdc\x4b\x65\xc2\x36\x37\x85\x28\x2c\x08\x38\x62\xb7\xb3\xe8\xb1\x76\x84\x75\xe5\x24\x20\xf6\x7a\xd2\xc2\x1f\x49\xb5\x9b\x80\x25\xe4\xfa\xb5\x9f\xf8\xb5\x3f\x02\xd1\x84\x02\x6b\xc7\x5c\xd7\x8e\xc5\x22\x8f\x23\x1b\xc7\xdc\x20\xdb\x92\xd1\xc4\xdc\x2c\xa0\x00\xb6\x90\x23\x7a\x93\xa4\x5f\xdb\x96\xb4\x74\xb9\x7e\x3b\x4e\x29\xb2\x43\x3b\x95\x90\x6d\x16\x63\x91\x63\x73\x27\x62\x3d\xb3\x61\xe2\x80\xda\xf3\xaa\xd2\x22\x47\x16\x90\x63\x48\x91\x27\xe1\xac\x61\x09\x57\x00\x95\x38\x92\x0b\xc7\x04\x6b\x71\x30\x5c\xcf\x1a\x16\x79\x23\x19\x89\x02\x78\x70\x2d\x25\x9c\xea\x45\xe8\x24\xf1\xd8\x11\xe8\xca\x51\xb2\xb1\x4d\xf1\x84\x38\x78\xa8\x1d\x4b\x5d\x4e\x7a\x78\x8c\xfd\xc6\xc1\xb2\x6d\xfa\xf1\x84\xe2\xbf\x43\x4b\x42\x93\x54\x42\xbe\xf0\x18\xce\x07\xeb\x54\x35\x68\x41\x5a\xe7\x9e\x6d\xe5\xa4\x9f\x18\xa5\x4d\x6d\x72\x4b\xc9\x2b\xdb\x24\xd1\xdc\xdc\xd5\x37\xe5\xc2\x55\xf2\x08\x8f\x0f\x5a\x52\x31\x37\x8f\x72\xf2\x05\x7e\xe9\x52\x7c\xea\x58\xd3\xea\x7c\x2e\xe4\xda\xd3\xe8\x3e\x34\xc9\x5d\xff\xf4\x22\x48\x41\xe3\x68\xe4\xd2\x13\xe2\xb1\x63\xf6\x17\x76\xb2\x41\xce\x80\xec\x3b\xd6\x74\xec\xf4\xd8\xd4\xa6\x16\xc8\xa6\x0a\x3a\x30\xc1\x96\x0b\xf7\x3c\x81\xa5\xd7\x93\xd0\x25\x4f\x36\x45\x37\xce\xaf\xe2\xc9\x94\x6b\x3f\x31\x5e\xe4\xc9\x4b\x1e\xc7\x58\x56\x5c\x98\x6f\x1d\x93\x5c\x78\x09\x9f\x3a\x1a\x9b\xd8\x14\x5d\x41\x01\x3c\x40\x8e\x29\x6d\x8d\x29\xb1\xad\xd9\x96\xf4\xe4\x09\x74\x6a\xf5\x94\x50\x8c\x68\xca\xb6\xc4\x1a\x7f\x9f\x50\x79\x0d\x2d\xa9\xb2\xcd\x75\x36\x69\x1e\xfe\x1c\xeb\x8f\x11\x97\x90\x2b\x47\x40\x8d\xc8\x91\x6b\x91\xbb\x5a\x77\xcc\x25\x4e\xed\x47\xec\x02\x8e\x54\xe4\x59\x2c\x21\x0a\xa8\x12\x47\xc5\x66\x12\x3d\x90\x4f\x78\xfe\x85\xc7\x71\x60\x81\x52\xe4\x88\x72\x3f\x06\x3f\x01\x6b\x6f\x4b\x36\xee\x08\xe4\x13\x4b\xca\x1c\x73\x5d\xca\x0d\xb9\x75\x2c\x89\x72\x2c\xb1\xf4\x93\x05\xe9\x6a\x64\xed\x8f\xd4\xdc\xa3\xfa\x0b\xac\xc3\xbe\x40\x6e\x45\x8e\xec\x63\xfa\x7e\x4f\x5d\x78\xc2\x3a\xb4\xa9\xcd\xc2\x33\x79\x4a\x14\xf8\xef\x3e\x05\x96\x58\x17\x6c\x93\x5c\xc0\x88\x5d\x04\xa9\x8c\xec\x86\x2c\x3d\xaa\x9f\x43\xa1\xb5\xb9\xa3\xbe\x68\xec\x7e\xbe\x4b\x67\x24\xc7\x87\x32\x4b\x46\x76\x0f\x34\xae\xa5\xf6\x45\x41\xad\x6d\xaa\x44\x7e\xc4\xd6\xbe\x00\x2a\xbf\x27\x17\x13\x8b\x45\x7e\xb2\x0e\xfd\x11\x22\x5c\x81\xae\xa6\x0d\x93\x48\x11\x1b\xf9\x09\x58\xb8\xd8\x6e\xb9\x69\xe8\xe2\xf9\x6d\x98\x52\x1c\x41\x24\x0a\x7c\xe3\x9c\xd8\xb0\x6b\xf6\x53\x71\xc4\xf6\xa1\xb0\xa8\xbd\xe5\x34\xf4\xa8\x87\xd0\x15\xe8\x2d\x1c\x4d\x43\x67\x04\x90\x38\x52\x6b\x51\xe0\x2b\x51\x40\x5b\xbf\x87\xbf\xc3\x1c\x0a\x61\xa8\x74\xfa\x1f\xea\x02\xaa\xa0\x15\x86\xaa\xb5\x20\x1c\xb3\xdf\xfa\x4c\xbf\x39\xf5\x79\xb8\xfe\x82\xb4\xa3\xfe\xd2\xa3\x88\x7a\xd7\xae\xde\xdb\x8f\xd7\xb5\x2f\x9d\xb3\xf6\xf4\x1a\x9a\x9b\x62\xb2\x1d\x92\xd3\x81\xf1\x97\xd9\xbe\x9f\xb2\x25\x4e\xad\x45\x4e\xc9\x76\x7f\x6f\x6c\x8d\x7d\x14\x05\xd8\x38\x16\x13\x5a\x09\x1f\xf9\xa9\x52\x8e\x95\x6c\x2c\x9e\x8d\x89\x5f\xda\x14\xd8\xfa\x4d\xbf\x71\x4c\x35\xb3\xad\x9d\x8f\xed\x1d\xe7\x6a\x42\xc9\x94\xa3\xd1\x4b\x98\x18\xe5\x74\xc9\x34\x53\x8e\xd8\x4c\xb7\xca\x7a\xaa\xe4\x4b\xdb\x52\xc2\x79\x44\x23\x28\x4c\x6b\xbf\x87\xb6\x76\x0f\xc7\x05\xa5\x9e\x0e\xc4\xd2\x11\xd0\xd6\x36\xa5\xc2\xd1\xc8\x85\x4d\xc9\xc8\x1f\x29\xa5\x9f\x0c\x31\xfd\xca\x89\x98\xc7\x39\x07\x79\x9d\xb0\x53\x2e\xe9\x23\xc8\xf5\x73\x7f\x64\x53\xad\x9d\x26\x76\x85\xe7\x73\x92\xb4\xbc\xad\x21\x4f\x37\xb6\x4e\xac\xb9\x18\xcc\xd5\xf0\xd2\xcf\xc9\x7d\x9f\x92\x09\x8f\xeb\xc7\x93\x2d\xb3\x99\x98\x6a\xee\x53\x7c\xe4\x09\xd8\x9f\xd1\x8d\xa3\xe1\xb9\xea\x27\xe2\x60\xfd\x28\x11\x60\xae\x46\xfe\xd8\xa5\x40\xe3\x25\xa0\xc0\x7d\xf9\x09\x78\xf2\xbb\x78\xd1\x78\x11\x43\x8b\xa3\x75\x6d\x27\xa8\x9a\xf4\xd4\x06\x9a\x46\x67\xf7\xe9\xbe\x0f\xa6\x9c\x58\x72\xdf\xef\xa9\xc8\x53\x70\xac\x41\x8d\x63\x41\x6c\x2b\xa5\x4d\x91\x31\xb6\x41\xdb\x54\xe3\x49\x17\xcf\xe8\xd9\x80\xa9\xa1\x20\xaf\xf1\x73\x1f\xd3\x37\xf9\xaa\xc5\x2b\x09\x8e\xcf\xa0\xd7\x8e\xd1\x94\x4b\x8c\x35\x26\x26\x1f\x3b\x1c\xb9\xf6\x7a\x12\x31\xd7\x15\x62\xda\xd0\x84\xdd\x63\x70\x7c\x5c\x3b\x96\x54\xda\x66\x1f\x79\xa9\x32\xe6\x12\xf0\xb0\x8b\xc5\xac\x89\x80\xa6\x02\x7a\xa0\x0f\x69\xa0\xf2\xf4\x4c\x31\x48\x7e\xae\xa9\xdd\x73\x43\x9e\xea\x24\x18\xea\x31\x2f\xab\x4a\xbe\x08\x22\xb6\xf0\x28\x98\x7b\x11\x53\xba\x6d\x4c\xe7\x0b\x4f\xa0\x7b\x13\xb3\x5f\x4f\x2c\x99\xb4\x53\x79\xe9\x27\x68\x0d\x05\x54\x7b\xe9\x74\xcc\x45\xd3\x10\x08\x0b\x24\x0a\x3b\x7f\x67\xe2\x58\xaa\x22\x2f\x55\x73\x38\x8a\x43\x28\x2c\x16\x90\xc3\x7a\x6a\x84\x20\x26\x42\x3f\x05\xd8\x56\x16\x7e\xc3\xd6\x5e\xb2\xe9\x8b\xc2\x02\xff\xbd\x10\x47\x72\xee\x25\xb0\x70\x34\x8c\x11\xda\x38\xb9\x75\x4d\xb8\xc3\x26\x0f\x58\x17\x0d\x57\x40\x5b\x71\x24\xd5\x9e\x60\x84\xe7\xe5\x6c\xee\x37\x2c\xab\x90\x92\x82\x6d\x48\x1c\xc1\xcc\x35\xe5\x0c\xdb\xaf\x28\xf4\x6b\xc8\xb1\x95\x63\xca\xc8\xef\xc9\x0b\x3f\x41\x45\xa0\xb1\x6b\x3f\x01\x5b\x2c\xe3\xce\x4f\xaa\x99\xa3\x64\x4b\x71\x74\x31\xbe\x88\xed\x39\x1a\xc4\xbe\x23\x76\x2c\xb6\xf0\x7a\x28\xf7\x12\x3f\x74\xcd\x3e\xe1\x35\x0f\xa1\x38\x44\x49\xdb\x56\x63\x73\x47\x00\x15\x14\x10\x11\x68\x6c\xec\x51\x60\xdf\x6f\x66\x5b\x0e\xf6\x3f\x55\xd0\xd2\xbf\xc2\xfb\x68\x1a\xfa\x94\x8c\x7d\x5b\x2c\x0a\x74\xb5\xa3\xb7\x85\xa6\xb4\xb5\x7b\x52\xde\xf9\xde\x87\x10\x52\x46\x8a\x7d\x8f\x23\x80\xb5\x27\xd0\xfd\xd6\x87\x61\x3f\x22\x3c\x16\xa2\x80\x08\xec\xa3\x3c\x61\x8d\xe5\x54\x79\x3d\x25\xf4\xa9\x45\x0d\xb1\x8c\xb1\x0f\x3e\x9b\xd3\x75\x08\xa9\x45\x6e\x53\x61\xe8\x5a\x53\xfc\x77\x7f\xd7\x67\xe4\x98\x1b\xdc\x06\xfb\x47\xd4\xc9\x4e\xae\x3d\x93\xc4\x73\x89\x9c\x6e\x0e\x30\x2d\x6c\xa3\x35\xc4\xb2\x1b\xc9\x08\xc7\x34\xbf\x61\x22\x89\x97\x81\x82\xe4\x81\x11\x23\x05\x0c\xd1\x5c\x8f\xd1\x50\x0c\xb3\x31\xb6\x75\xec\xbb\xb0\xbd\x8b\x23\x99\xb0\x2d\x89\x38\xfa\xf4\x7e\x1b\x6b\x5c\x53\x46\x5c\xc2\x7f\x17\x05\x7e\xe9\x9f\xf0\x3a\x31\xfb\x0b\xcf\x34\x42\x31\x52\x32\x9f\x02\x71\xe7\xb7\xe0\xf6\x89\x7b\xf8\x73\xd2\xdb\x3c\x4a\x0d\xf3\x38\x1f\xac\x23\x69\xc8\x0f\x0c\x24\xf1\x06\x41\x03\x23\x96\x79\xcd\x50\xa2\xb1\x26\x8e\xb9\x98\x1c\xea\x06\x92\x15\x03\xf2\x73\x4d\x8c\x03\x52\x52\x34\x83\x64\x55\xc2\x40\x92\xf6\xf8\xe7\x93\xf6\x18\x07\xc4\xb1\x8e\xd8\x4c\xff\x9c\xf4\x88\x88\x4b\x0e\x31\xa7\xf5\xc9\x22\x27\xc6\xba\xa1\xca\xbb\xb6\x57\xcb\x0d\xc4\x4a\xba\xc1\x8f\x54\x4d\xc4\xbe\x76\x89\x7d\x87\x38\x62\x49\x1c\x1f\xc5\x48\x15\x74\x1e\xf0\x3a\x52\x39\x0d\xa8\x87\x7a\xdd\x98\x37\xb5\x43\xd1\x24\x64\xb2\xb1\x67\x96\xb1\x6b\x89\xe1\xc4\x62\xc2\x09\x05\x08\xbb\xa1\x13\x6f\x04\xb0\xfc\x23\xd7\x52\xea\xeb\x38\x00\x45\x13\xca\x29\x20\xd6\x25\xe6\xc2\xe7\xed\x9f\x0b\x52\x0e\xb9\x33\x5a\xcf\x7d\x2b\x2a\x25\x1d\xb1\x00\xf0\xc4\x98\x33\x3a\xb9\xef\xe7\xce\x61\x32\x09\x08\x7c\x2a\x0a\x7b\xbc\xb1\x89\xb9\x10\xe9\x81\x25\x13\x8e\x49\xc6\x16\xe1\xe4\xde\x48\xc5\xf2\x78\x52\x08\x5a\xd6\x75\x72\xe1\x27\x8f\x63\x0e\x95\x82\x66\x6c\x0c\x15\x48\x90\x0b\xd1\x0c\x63\x33\x51\x20\x6b\x47\x40\x49\xa0\x64\x92\x6e\xf2\x44\xab\x87\x09\x4d\xfa\x49\x7f\xe1\x09\xca\x98\x03\x12\xf2\x4c\x9a\x72\x00\xdd\x73\xcd\x4d\x6c\x53\x7c\xe3\x70\xec\x13\x17\x22\xcd\x31\xc9\x1a\x26\x46\x08\x86\x48\x56\x81\x6c\x28\x06\xa9\x60\x0c\xa8\x93\xc0\x30\x78\x60\x58\x98\x66\xc2\x97\x18\x73\x79\x3d\xa9\x67\x5b\x12\xe6\x53\xb6\x2d\x75\xe9\x72\xcc\x9f\x5c\x88\x14\xec\x37\xc5\x81\xd8\x9f\x2e\xa7\x87\x38\xe1\x98\x72\xe6\x35\x4c\xa4\xc6\x1b\xa0\x1a\x7d\x43\x89\x91\xb1\x9b\x6b\x5a\x1a\x3a\x53\x60\x80\x19\x18\x4a\x12\xee\xb7\xd5\x93\x88\xf9\xcf\xdd\xfc\x6c\x03\x4b\x6e\xe3\x86\x6b\xfa\xb5\x93\x6c\x48\xec\x53\xec\x04\xe1\x5c\xf3\x59\xcc\x6b\x65\xc9\xb5\x6d\x08\xc7\x24\xce\xea\x4f\x52\x19\xf9\xa9\x93\xdb\x94\x71\x86\xb9\x81\xd9\xcf\x21\x4f\x8c\x15\xd3\x21\x1c\x4b\xa4\xf7\xba\x75\x52\x7f\x6c\x24\x60\x03\x4d\x1c\x63\xa6\xd7\xcb\x7b\xea\xc2\x4f\xd5\xa9\x6b\x92\x39\x1c\x62\x9f\x01\x1a\x98\xf0\x85\x41\x81\xe5\x5c\x67\xf0\x3c\xe9\x7b\x3b\xb4\x94\x5c\x73\xac\xce\x4e\xbb\x72\x7e\xcb\xc5\xa0\x82\x09\x6a\x3c\xaa\x8f\xb1\x23\xa1\x26\xa8\x70\x74\xe2\x34\xae\xd6\x5e\xe2\xe4\xce\xb9\xbe\x8e\x55\x6b\x81\x6c\x72\x47\x6b\x24\xa1\xb9\x46\xd4\xd0\x92\x9b\x09\x25\xe5\x5e\x44\xc7\x1e\x25\xaf\x1c\x4b\x0c\xfd\x84\x08\x27\xa6\x1d\x4a\xc6\xc3\x59\x9b\xb9\x46\x93\x7e\x4f\xec\xe2\x2c\x75\xb0\xb9\x06\x9a\x0f\xa1\xc5\x60\x9c\x47\x94\x18\x6f\x42\x4b\xc2\xb1\xa6\xf4\x7a\x18\xf7\x6e\x16\x76\x02\x8a\xf9\x31\xbe\x1f\xea\x62\xde\xfd\x14\xad\x3d\x0a\x55\x90\x63\x6a\x5c\x7f\xd2\x53\xe3\x89\xd9\xad\x0f\x4c\xcc\xd6\x4e\x22\xd7\x7c\xa8\xa1\xa0\x94\x38\xaf\xf4\x52\xa5\xc4\xf3\x23\xf2\xeb\xb1\xd8\xc6\xdf\x3e\x82\x03\x32\xf3\x7a\xf2\xc9\xb3\x45\xed\xf7\xd4\x36\xf7\x10\x39\x20\x9e\xd4\x6d\xed\x48\x32\x4e\xf8\x4d\x88\xc3\xdf\x36\xc5\xaf\x27\xa6\xda\x78\x3d\x26\xf4\x12\x40\x58\x3d\x69\x01\x1b\xd6\xe7\x22\x26\x9c\x58\xf6\x55\x1f\x70\xa6\x33\x1d\x06\xfa\xfe\xc6\x7a\xbb\x7e\x49\xea\xaa\xef\x18\x64\xa7\xf9\xfd\x8e\x96\xf2\x3d\x88\x4e\xf8\xe9\x39\x0b\x3f\xa2\x0b\x8f\xf2\xeb\x83\xcd\x1e\xdb\xd5\x4e\x43\xff\xe9\xf5\x30\x66\xe2\x8b\x59\x2a\xd5\x7b\x39\xc0\x88\xa9\x71\xdc\x7f\x56\x27\xa2\xf1\x5c\x5e\xe6\x32\xdf\xfd\xe4\xf1\x94\xd7\xd6\x7e\x3c\x93\x5f\xba\x02\xaa\x1c\x8d\xcc\x9d\x41\xb6\xf3\x6f\x18\x2f\x2e\x72\x2f\x31\x4a\xd7\x54\x4e\xda\x5d\xf3\xb7\xbb\x71\x98\xd3\xb7\xca\x75\xcc\xc5\xe0\xc1\x31\x65\x1d\x0a\xf4\xfa\x86\x2e\x6e\x71\x99\xc8\x81\x19\x87\x24\xe4\xb7\x76\xa6\xd0\xb6\xb9\xe9\xd9\x16\xda\x1e\x9f\xa9\xba\x63\x4e\x69\x59\xc9\x75\x28\xf0\x0d\x1c\x6e\x72\xcf\x44\x84\x66\xf6\x09\x6c\x77\xb6\xb9\xa6\xa7\x4c\x36\x36\x89\x7d\x4e\xb5\x81\x1c\x82\x8b\x36\xee\x0e\xa5\xfe\xdc\x24\x49\x6f\xa4\xe6\x13\x0b\x6c\x1d\x4b\xac\x30\x0d\x87\x02\xc4\x0b\x38\x77\x6f\x8f\xa5\x23\x10\xe1\x7c\xb0\xc1\x3e\x7e\x8c\x63\x98\x8a\xa4\xb9\x8e\x54\x5e\x8f\x55\x60\xc4\x6b\x5a\x6a\x54\x59\x1d\x92\x82\x11\xd3\x33\x30\x04\x33\x95\x07\x9a\xce\xf9\xe3\x93\x78\xb7\xaf\xb3\x93\x63\x57\xb6\x8f\xb5\xaa\xd1\x37\x35\x20\xcd\xf5\x98\xe4\x75\xa4\xe0\xba\x53\x9d\x90\xd9\x16\x03\x44\xe7\x75\x8d\x98\x9e\xaa\x3a\x99\xda\x96\x8a\x20\xc5\xf7\xdb\xf8\x0c\xe4\x39\x00\xd2\x40\xc5\x34\x86\x40\xd2\x11\xf6\xeb\xfd\x81\xaa\x13\xa9\xc4\x2d\x5a\x3b\xf3\x5a\x9f\x1e\xa7\xfb\xf1\x1e\xe2\x64\xa7\x8f\x08\x8e\xfc\xe7\x32\xc0\xd8\xdb\x54\x0e\x7e\x77\x42\x91\xb1\xa7\x1d\xf1\xc6\x29\xce\x37\x49\x50\xb9\x96\x0a\xb9\x98\x4f\xb0\x6f\x9c\x9b\x57\xf0\x09\x9e\x4b\x0b\x60\x3c\xbe\xbd\x5a\x1e\xe6\x9e\x41\x61\xbf\x8a\x96\x0e\x20\xc6\xaa\xd9\xa7\x5c\x4b\xaa\xbd\xa4\xc5\x4f\x82\x6b\x6e\xd0\x5c\x3b\xc9\x7f\x70\xfc\x4d\x50\xda\xf2\xa5\xe4\x7c\x20\x80\xe5\xce\x4f\x2b\x7e\x62\xd0\x93\x1b\xbe\x6f\xb7\x16\x87\xf4\xf0\xb4\x8d\x42\x4f\x7a\x60\xeb\x47\x9d\xef\x3a\xe2\x0f\x89\xf4\xf6\xf6\xab\xb5\x7c\x34\x81\xc5\xd6\x18\xbf\x8a\x5c\x47\xdf\xef\x7c\xb1\xec\x58\x6a\xe3\x9a\xf2\xf6\x34\xa7\xfd\x4b\xfd\x9b\x49\x84\xd3\xc4\xbf\x62\xe7\x6a\x39\x49\x59\xe4\xe9\x07\x1b\xc7\xf3\xb6\x76\x4c\xe2\x99\xff\x72\x2c\xb5\x37\x8b\x4e\xfe\x4e\xb3\xbd\xfd\x9f\xe8\xeb\xae\x3f\x03\xc7\xc3\x6e\x1e\x9e\xf5\x75\xa8\xe3\xe0\x18\x47\xa8\x66\x3f\x06\x96\x54\xec\xe8\x5c\xd8\xc6\xbe\x2e\xc6\x6d\x10\xcf\xc9\xc0\xa3\xfa\x5b\x9c\xb3\xec\xe5\xa2\x0b\x74\xaa\x0b\x80\x72\xcc\x75\x08\x28\xbe\xf1\x12\x54\x39\xfb\x71\x03\xb6\x71\x2d\x67\x01\x05\x30\x71\x2c\xf4\x32\x3f\x40\xc6\x3e\x71\xe9\x18\xe7\xf1\x77\xc7\x97\xae\x93\x40\x53\x08\xec\xe7\x1c\x09\xf3\xa8\x63\x9c\xc2\x5d\xb4\x05\x5d\xce\x21\x0d\x2f\x6d\x6d\x1f\x17\x49\x1d\xfb\x63\x9b\x02\x1a\x1e\x83\x66\xf6\xb7\x50\xe0\x2b\x8c\x43\x9e\xb7\x39\xb1\xcf\xa3\xce\xd6\xfe\xe0\x46\x5c\xc7\x65\x5c\xab\xab\x07\x4c\x31\x37\xf9\x02\xdb\xbe\xbf\xbe\xc4\x19\xc3\x9b\x38\x65\x87\x51\xa4\xfd\xfa\x8d\xa5\xe4\x96\x8d\x7d\xa7\xa9\x72\x81\x4e\x96\xd0\xdc\x10\xae\x46\x92\x7e\x8b\x7b\xd4\x85\x9f\x40\x04\x99\xbc\xf5\x79\x5c\x22\x2f\x20\x77\x1d\xaf\xd9\x96\x54\x4f\x4c\x88\xe7\xa2\x67\x5b\xf1\xc1\x4f\x2a\x86\xac\x59\xe4\x31\x9f\xb0\x08\x34\x9c\x6b\x7e\x8c\x9f\x1b\x31\xd8\xcb\x5d\x52\x39\x7f\xac\x0e\x79\x43\x31\x24\xd6\x20\xc0\x93\x62\xc8\x03\x9d\x04\x33\x70\xc8\xb1\xfd\xf8\xa4\x9c\x55\x08\x79\x0e\x8c\xbe\xd1\xe6\xda\x9a\x3f\x56\x40\x0e\x8c\x18\x3c\xa9\x43\xc9\xd0\x89\x92\xd7\x11\xce\xd1\x11\x8e\x5b\x4f\x9a\xd1\xfa\xd2\xa1\x82\xd4\xb9\x46\x80\x99\x42\x6c\x24\x8c\x4d\x35\x43\x49\xb9\x58\xe5\xc0\x90\x9e\xa8\x46\xff\x09\x00\x69\xda\xf5\xb3\xa7\x71\xf4\xdf\x16\xc1\x0f\x14\x82\x06\xd8\x2f\x8b\x91\xaa\x19\x78\x3e\x8d\xc3\xb3\xa8\xf3\xbf\x1d\xaf\x06\xc9\xb2\x0a\x61\xd0\x2a\xc5\x13\x8e\x05\x17\x81\x92\x8f\x14\xa0\xf2\x80\xe0\x1d\x8b\x50\xe7\xba\xc1\x4b\x3a\x9a\x62\x9e\x0e\xcf\xd5\x21\x2d\x2b\x06\x9a\x19\x8d\x3f\x56\x09\xde\x50\x01\x64\x4d\x40\x0b\xaa\xc1\x1b\x00\x48\xbc\xb1\x25\x52\x69\x08\x59\x30\x04\x96\x02\xd0\xf1\x79\xe3\x8f\x0f\xf9\x12\xf6\xf3\xfc\x21\x2f\x4b\x6f\xc6\xb4\x67\xfe\x9c\x6f\xbc\xe6\x18\x4b\xfe\x4a\xfc\x7c\x81\x8f\xf9\xb3\x7d\x93\xa1\x93\x7b\x82\x41\xbf\x41\xbf\xfe\x47\xf0\x70\xbb\x8e\x29\xec\xfd\x72\x78\x78\xde\xc5\x50\x06\xe9\xc7\x78\xd0\x1c\xfc\x8c\x46\x2e\x6d\x8b\x29\x9d\x91\x54\xfb\x1c\x5b\x39\x96\xfa\xe4\x27\x7c\x6f\xef\xcf\x1c\xad\x5d\x5b\x79\x3a\xd1\x7d\xac\x9f\x7b\xff\x81\xc4\xa1\xca\x82\x21\xcf\x29\x00\xdb\xca\x5e\xbf\xd4\xa7\x4e\xcf\xf7\xfe\xde\x08\x5f\xd1\xf7\x53\x7a\x67\xfa\x7d\xc2\xc7\x35\x9d\x3c\x69\x77\xd0\xb5\x27\x35\x06\x2c\xe0\x81\xa6\x82\xd3\xf2\x56\xdf\x0f\x76\x78\x42\x17\xfb\xd3\x8e\x5f\x20\x2b\x8a\x21\xf3\xfb\x32\x4f\x63\x9a\x83\xef\xb6\x98\x70\x36\x60\xbe\xcf\x06\xcc\xc3\x94\x3b\x3e\x93\x07\xca\x76\xb6\x0c\x09\x79\x30\x3d\x8d\x51\x2d\xb6\x3d\xc9\xfb\x9e\xe1\xde\x6b\x65\xa7\x98\xb9\xc3\xd5\x80\x80\xdb\xec\xe4\xef\xfc\xfb\xae\xce\xc9\x9a\x43\xc7\x8b\x73\xb4\xdd\xb7\xfa\xe6\x12\x72\xcc\x56\x5e\x32\x3b\x0c\xab\xe6\x9e\x09\x6a\x68\xa9\x2d\xe6\xed\xfc\xf2\x94\x9a\x0e\x18\x6c\x23\xdb\x16\xbb\x0e\xc8\x85\x37\x82\x8b\xc0\x9a\x1e\x9f\xf1\x32\xb2\xb7\xc4\x86\x43\x9d\x9e\xea\x02\x2a\x5d\x4b\x95\x30\x7e\xf5\x53\x67\xe1\x0d\x88\x35\xc6\x47\xbb\xd8\x52\x78\x3c\x31\x06\x14\x8f\xfd\x7b\xac\xa4\x31\xed\x59\xa0\x80\x42\x5c\x42\x4b\xc6\x98\x0a\xd3\x48\x1d\x9c\x3f\x76\x7b\x29\x4b\x57\x90\x6b\x2f\x62\x4a\x23\x62\x77\xb9\x33\xf9\x04\xf5\xbc\xb6\x93\x1c\xd9\x3d\xf5\xc9\x5f\xe6\xa7\xfb\x29\xdf\xfd\x2d\xb3\xc7\x86\xb5\x3f\x52\xce\xf7\xff\xa8\x4d\xee\xa5\xe0\xc1\x33\xe9\x6a\x97\xdf\x8d\x6f\xae\xab\xf4\xe0\x62\x57\xa7\xd6\x4f\x69\xc4\xbb\x7d\x8a\xb8\x44\x01\x70\x16\x38\xfe\x4c\x90\x4c\x78\x3d\x09\xe3\xc0\xc4\xeb\x89\x21\x9e\xaf\x76\x6d\x91\x93\xba\xbd\x8d\x88\x89\x70\x7c\x17\x97\xdd\x5e\xcc\xeb\xfe\x4d\xad\x21\xd5\x2f\x3c\x8a\x8f\x27\x9a\x8a\x79\x2a\xed\x9e\x84\x76\xeb\x8c\x0b\x6f\x34\xad\xfc\x3d\xde\xd4\x98\xc7\xf9\x10\xfb\xcd\xa3\xbf\x53\x05\x70\xba\x7e\x48\x1b\x02\x68\x5c\x93\x8e\x5d\x73\x1a\x4a\x23\x2c\x1b\x76\xe9\x27\x20\xc6\x78\xc2\x35\xf9\xc2\x6f\xd8\xc6\x31\x9d\xc6\xb1\xe4\xec\x12\xcb\x82\x11\x5a\x3b\x3a\x59\x7b\x09\xd8\xba\x02\x4d\x1c\xf3\x22\xac\x0f\x7b\xfd\xda\xd4\x36\xc5\x17\x07\x3d\xeb\xc1\xca\x13\xe8\x85\xc3\x91\x17\xfd\xf4\xb7\x2e\xc7\xc4\xed\xde\xf7\x9b\x7d\xfd\xeb\xb2\x80\x02\x2a\xb1\x5e\xef\x63\xf8\x11\xd3\xab\xc8\xa7\xe4\xc6\xb5\x58\x02\x63\xda\x39\x60\x91\x9f\xa0\xda\x11\xd0\x52\xe4\x5a\x5a\xe1\x05\xad\xd0\x4f\x40\x82\x71\xbe\x8b\x73\x32\xb2\xb5\x89\xc6\x52\xf2\xb9\x17\xb7\x67\x03\xda\x5c\x6e\x2a\x90\xb9\x17\xe2\x67\xf2\xc2\x13\x40\xe5\x08\x7c\x33\xd7\x99\x7a\xaa\x8b\xdf\xa7\x03\x06\xff\x7f\xac\x98\xf2\x12\x5a\xd2\xc2\xee\xa1\x2e\xff\xb3\xa6\x2f\xe1\x18\xc2\x35\x49\xe4\xa7\xd3\x8b\xfc\x2e\x8f\x3d\xaa\x8f\x4e\xd6\x93\xda\x18\xe0\x09\xf4\xd2\x36\xd7\x87\x58\x70\x90\x8f\x29\x37\xce\x6e\xfd\xdd\x36\x37\xdb\x49\x2a\x67\x38\xd7\x69\x6d\x29\x9a\x2e\x76\xf3\x13\xd9\x78\x9e\xd3\x6e\xfd\xd6\xb1\x8c\x31\x17\xcb\x73\x1d\xb0\x73\x3d\x06\x33\x30\x20\x22\x8b\x53\x36\x62\x98\x23\x9b\x5a\xd4\x22\x27\x0d\x8f\xf3\xc9\xfa\xd2\xf0\xa4\x2e\x77\xa9\x47\xe2\x98\xc3\xf9\x25\x60\x9f\xd4\x21\xd2\xe6\x60\x1d\x8f\x05\x72\xd5\xee\x5f\xe1\xbe\xb8\x78\xec\x58\x8b\x76\xff\x42\x1c\xf2\x2e\xc6\x03\x16\x21\xcf\xf5\xd8\x91\x54\x92\x1e\x6a\x40\xa4\x2d\x4e\xc9\x3c\xb3\xc4\x76\xbe\x16\x39\x32\x1e\x7f\x64\x5f\x22\x55\x1b\xdb\x62\x42\x31\x91\x0b\xc7\xe4\x2b\x68\x31\x91\x38\x04\xb6\x06\xb0\xbd\x1f\x9e\x65\x63\x8d\xfd\x81\x7d\xa7\x6d\x65\x21\xf6\x1f\x5e\x0f\x10\xf8\xbb\x49\x16\xa1\x88\xd6\x31\x18\x02\xd9\xe0\x5b\xbe\x22\x71\x40\xfe\xa7\xc8\xd1\x84\x67\x31\xf5\x24\x2a\x42\x0b\x74\xfb\xf5\x6d\xbc\xb6\xa4\x44\xe4\xcf\xea\x8f\x45\xae\xdd\xbf\x8b\x2c\x4e\x3d\xee\xc1\x10\x7d\x41\x33\x60\x2b\x1b\x31\x62\xe8\x27\xec\xe7\x05\x72\x3d\x69\x1e\x56\x22\x4f\x42\x91\xb3\x13\x71\x24\x95\x22\x47\x36\x4e\x84\x65\x7d\x55\x46\xe3\x27\x25\x1b\xbb\xa6\x1d\xee\xe8\x0f\x74\x82\x54\x74\xa2\x8f\x73\xf0\x48\x1c\x10\xa1\x98\xe0\xbc\x49\x0c\x2d\xbd\x08\xa1\xb0\x40\x5e\x98\x85\xe2\x50\x06\x06\x92\xda\x78\xab\x10\x40\x03\x3c\x2d\x68\xc6\x86\x9f\x6b\xe2\x65\xae\x15\x71\x09\x28\x5e\xa3\xef\x53\x4a\x24\xf2\xc4\x8f\x76\xff\xc0\x7c\xc0\xe3\x1d\x00\x20\x69\x18\xa7\x5a\x84\xcc\x1b\x48\x7d\x52\x63\x34\x55\x75\x22\xda\xaf\x1d\xb9\xa6\x58\x43\x8a\x5f\x38\x14\xa8\x20\x47\xcb\xa7\x67\x36\x76\xfb\xa4\x95\x46\x81\x3e\x48\x78\xd2\x1b\x29\x55\x1b\xc3\x12\x03\xe7\x46\x5b\x87\x3b\xf2\xe6\x53\xed\x1e\x69\xa7\x9f\x38\x57\x48\xf8\xc2\x35\x95\x10\x5a\xf2\xc2\xc1\xb9\x4b\x64\x87\x8e\xb5\xc8\x21\xc7\x6c\xb8\xc4\xc9\xb9\x30\xd7\x55\x43\xd6\x54\xb0\xc3\x25\x3a\x11\x39\x3d\xd8\x9f\x80\x75\x1c\x10\x27\xfa\x3c\x22\x22\x2e\xee\xf3\x80\xa4\x71\xce\x63\x58\x84\x23\xe9\x43\x83\xbe\xd0\x85\xfa\x42\x26\x95\x2f\x80\x52\xdc\xf9\x7e\xdb\x52\x5b\xdd\x85\x1c\x9b\x7b\x11\xfb\x63\xaa\x3d\x54\xb2\x45\xfc\x10\x05\xb5\xde\xeb\x9a\x4b\x81\x3e\xec\xc6\x18\xfa\x14\xc0\x36\xd4\xee\x8b\xec\xed\xb8\x5d\xaf\x4c\x50\xe1\x68\x58\x07\x9e\xf1\xd3\x9e\x87\x71\x38\x26\x3a\x9e\x85\x79\x8c\x35\x02\x38\x20\xe6\x81\xce\xab\x8a\x11\x03\x41\x03\x61\xd9\x8e\x31\x52\x27\x2a\x40\xa6\x02\xc0\x14\x0c\xd5\x99\x41\xca\x40\x8d\x1d\xc9\xe4\xe8\xad\x83\xfd\x85\xa5\x6e\x27\xe4\x3a\x36\x08\x30\x30\x62\x60\x58\x44\x9f\xd5\x0d\x23\x6a\x75\x51\x90\x1a\xc7\xe4\x57\x98\xef\x56\x1f\xc8\x22\xb4\x38\xf5\x78\xce\xe0\x27\xf7\xa3\x77\x3a\x56\x76\xba\xfe\x7c\x9c\x67\xfa\x2b\xa0\x44\xe4\x3b\xbb\x54\x08\x5a\x36\x86\xf4\x0c\xeb\x1a\xb6\xa3\x63\x9c\x65\x0f\x7c\x60\x9e\x45\x8e\x5d\xba\x02\xdd\xf3\x3a\xec\x50\x78\x94\xff\x1d\xc7\x15\x6c\xeb\xd8\x5e\xf5\x18\x58\x67\xba\xaa\xe0\x7e\xf6\xfa\xc5\x84\xe2\x48\x46\x0e\xd7\xf9\x1c\x2f\x31\x42\x69\x3b\x2c\x26\x04\x98\xa9\x1c\xdb\xf2\xa9\x19\x8e\xa4\xe0\xdc\x47\x7b\x0c\x7d\xce\xc7\xb2\x99\xa9\x00\x9e\xd9\x57\x8b\xcd\x92\x78\xb7\xa7\xcf\x2c\x44\x41\xcd\x9d\xc4\x0e\xaf\x8d\x57\xba\x61\xa3\x6d\x7c\x14\x00\x35\xa1\xfa\xed\x9e\xd2\x74\xf9\x90\x4c\x4f\x65\xc3\x31\xa1\x4d\x2d\x4a\x8f\x52\xc2\xe9\xc0\x5e\x4f\xb9\xab\xf2\xec\xc6\x24\x90\xd4\xd5\xb1\xb7\xba\x76\xbd\xff\xfd\x18\x1c\x73\xb3\x75\x3a\x19\x2d\x5d\xe1\x31\x54\x13\x3e\xf7\x04\x10\xb7\x67\x26\x46\x12\x72\x52\x09\xf9\x54\x18\xda\x18\x3f\x08\x28\x71\x4d\xb9\x3d\x8f\xd7\x9e\xb7\xe2\x2f\xe6\xad\xd5\xaf\x9d\x5e\x28\x79\xe2\x2a\x87\x9c\x3d\xf3\x4c\x3a\x16\x47\xc6\x2a\xe0\x98\xf7\xe3\x0b\xe6\x62\xdf\x51\x00\x55\x77\xbe\x80\x3d\x6d\xd7\xea\xcb\xf3\x78\xd9\xc5\xfb\x76\x2f\xbf\xc5\x21\x32\xe1\x71\x2c\xf2\x92\x6e\x2f\xc1\xc1\xba\x94\x6c\x6a\xdb\x54\xca\x76\xbd\xe6\x56\xfb\x30\xfb\x00\x2e\x62\x5b\x9e\xb8\x8f\xc4\x78\xa1\x5d\x47\x94\x55\x5e\x1e\xb6\xf3\x36\x44\x82\x66\xc8\x38\x1f\xd2\x15\xe3\x81\x96\xb8\xc5\xe1\xfc\x8c\x38\x0a\xc9\xe9\x20\x0e\x27\x26\xc6\xa7\x3f\x87\x77\x71\xcc\xf0\xa9\x9d\xff\xe3\xc8\xca\xa3\x68\xb2\xdd\x13\xee\x81\xa8\x3b\x0f\xc7\x3e\xee\x6d\xc8\xd1\x98\xd4\x6f\x1e\xab\x71\x2c\xcf\xe6\xda\x63\x2d\x35\xf1\xb5\xf5\x99\x76\x4f\xf1\x80\x03\x35\xba\xd7\xed\xdf\x91\xa5\x23\x10\x3f\x85\x81\x01\xd5\xed\x37\x76\x67\xff\xe4\xcc\x36\xfb\xa9\x63\x4d\xdb\xb3\x7f\x27\x6b\x6f\x0b\x2f\x51\x30\x06\xec\x72\x9b\xd1\xb4\xb5\xb1\x56\xbe\x1a\x7b\x73\xbd\xf7\x6d\x18\xb9\xd5\x81\xfd\x18\x97\x50\x58\x1f\xfb\xc1\x73\x2f\x10\xc7\xf1\x28\xbf\x70\x3f\xe0\x12\x4f\xf7\x60\x7b\xb6\x73\x62\xe2\x31\x3d\xd3\xc3\xb5\x6d\xa9\x47\xcc\x88\x4a\x05\x7f\xb7\x94\xbc\xfd\x57\x6f\x73\x08\x27\x77\x4c\x65\xbf\xe6\xd1\xf1\x2d\x80\xf2\x27\x72\xbc\x33\x99\xec\xcf\xa7\x89\xa3\xd7\xf9\xbc\xb0\xd3\xbd\x2c\x5f\xd6\x19\x81\x27\xdc\xd3\xfd\xf6\xdb\xba\xd7\xf9\x88\xe3\x5a\x50\xe5\x30\xaf\xef\xeb\xee\xb0\xca\x41\x57\x26\x89\x52\x7b\x3d\x07\xf9\xa9\x94\x3b\x82\x71\x6d\xef\x1d\x78\x09\x22\x2c\x25\x67\x1d\x9c\x33\x2f\xc9\xca\xb1\xd4\x9e\xd7\x93\x56\x13\x93\xae\xbc\x76\xdf\xeb\x79\x5e\x7c\xca\x87\x23\x80\xc4\xc6\x32\xe6\x3a\x9e\x0f\xf3\x17\x93\x43\x83\x50\x9f\xda\xbd\x17\x40\xef\x71\x01\xbd\xc3\x63\xdd\xfe\x5b\xcb\x2f\x1d\x3b\x66\x67\xdb\xfb\x36\x3a\xc9\x1a\x9a\x41\xcf\x8c\x2d\x11\x4d\x8c\x61\x38\x31\x95\x70\x62\x89\x38\xc6\xb5\x7e\xc6\x22\xdb\x35\xe1\x27\x83\x97\x78\x35\x46\xb6\x18\x66\x27\xd8\x9e\x9c\xeb\x31\x32\x74\x52\x92\xf4\x18\x3e\xa9\x84\xac\x5b\x04\x98\x81\x18\x69\x3a\xd1\x97\xb1\xff\x9f\x6b\x7e\xac\x1b\xaa\xae\x0e\xcf\x9f\x4b\xeb\x1c\x05\xa3\xee\xac\xaf\x6e\xd0\x33\x0d\xa8\x73\x23\x46\x33\x95\xa4\x47\x0a\x29\x1f\xd7\x59\x07\xdd\xda\x61\x47\xe3\xb0\xae\x99\x9e\x9c\x7d\x92\x75\xa2\x2f\x81\x21\xad\x69\x46\x7f\x64\x11\x70\x60\x90\xb4\xa6\x1a\x50\xd2\x89\x87\x67\x7b\x55\x2f\xf3\xce\x03\x30\x5c\x3c\x69\x86\xfa\x04\x78\xa4\xa8\x3a\xc9\x42\x4b\xcd\x4e\xb0\xea\x1b\xdb\x2b\xdd\x7e\xda\x75\x3f\xfd\x1a\xef\x67\x6b\xb5\x52\xd3\xad\xe9\x1a\x84\x7a\xfa\xfc\x05\x1a\x87\x1c\xe2\x70\x3e\xbc\x5d\x3b\xde\xaf\xdd\x1a\x2d\xad\x7d\x8e\x72\xa8\xf3\xc2\x7c\x00\x83\x00\x4f\x2a\xc6\x43\xc0\x61\x4f\xe8\xeb\x2a\x90\x4c\xcd\x90\xf9\xb9\xd5\x9d\x8f\xbb\xc9\x13\xa9\xf2\x7a\xcc\x77\x73\x39\xdc\xcc\x31\x96\x7a\xa5\x4f\x4d\x27\x36\xfc\xfc\x64\x5d\xf5\x96\xdc\x77\x3a\xff\xf2\x9e\x62\x78\xda\x8f\xaa\xab\x3c\x2d\x1b\x04\x54\x14\x43\x9e\x58\xa4\x3c\x37\x5a\x1c\x44\x4f\x81\x41\x62\x3b\xd8\xec\x7d\xac\xd8\xe0\x58\xa0\x12\xed\x39\xac\x8f\xe9\x0b\xc6\xfd\xc8\xb3\x70\x7c\x79\x0c\x5d\x81\xa7\x1c\x8d\x5d\xda\xd8\xa7\x9b\x4a\xd8\xd9\x64\x7b\x96\x0b\xf7\x45\x78\x0d\x9b\x79\x54\xbf\x86\x96\x18\x1a\xa4\x3c\xbd\xc0\x6d\x0b\x2f\x8d\x43\xcf\xa4\x1b\x47\x5b\x87\xae\x00\x16\x30\x01\x95\x28\xd0\x95\x37\x8a\x43\x17\xb7\xeb\x75\x67\xbd\x26\x61\x5e\xba\x94\x9a\xfb\x11\x83\xf3\xf1\x3d\x46\xc9\xed\x88\xde\xfa\xd4\xba\x6e\x71\xdb\x68\x3a\xb6\x7b\xf2\xda\x13\x10\xc6\xf7\xc9\x7e\xaf\xb0\xc3\x08\xf2\xd6\xe3\xe8\xa5\x63\x49\x84\xdf\x74\xff\x4e\x34\xa6\xb4\x23\x06\x4d\x07\xd8\x57\xe2\x18\xca\xec\x62\x0f\xbb\x72\x35\x9a\xf0\x46\xd3\x3d\xdd\xda\xa6\x86\xa5\x9d\x82\xca\x11\x36\x68\x92\xc8\x0d\xe4\x98\xda\x8a\x94\x7a\xaa\xb1\x3f\xc6\x29\x81\xfd\x59\xec\x58\x76\xed\xa5\xa0\xf0\x98\x7c\x69\xf5\x24\xe4\x0a\xfc\xd6\x7d\x81\x57\x2e\xc2\x63\x33\x42\xaf\x1d\xb7\x11\xda\xd4\x26\xc7\x71\x42\x33\x95\xd0\x4e\x36\x0b\x2f\x29\x42\xdb\x9a\xe2\xfc\xbe\x72\x4e\xcf\x1e\x0e\x86\xa1\x67\xf2\xed\x3a\xa0\xc3\x9d\x9d\xe1\x5b\xf8\x3d\x39\x77\xa8\x3e\x7e\x8e\x65\x4f\x79\x96\xbc\xc5\xfd\xe0\x7c\x05\xf7\xb5\x9b\xaf\x12\x63\x20\x9c\xff\xda\xe6\x43\x38\x6d\xcf\xd6\x19\x21\xa4\x50\xe1\xb5\x67\x0e\xf7\xb8\x98\xad\xfd\x11\x28\x6c\x4b\x3d\x9c\x25\x3e\xe5\x11\xc7\x44\x87\x63\xdb\xdc\xd1\xa3\x9c\x64\x62\xf6\x6b\x47\x30\x42\x9f\x92\x17\x5e\xd2\xcf\xbd\xe4\x62\x7f\x9b\x52\x91\xd3\xe9\x50\x0d\x53\x79\xd1\xd5\x07\x5b\x9b\xe2\xab\xc3\x59\x96\x64\x7f\x06\xe0\x80\x8b\x7e\x74\xf9\x10\x13\xe9\x2d\x5e\x12\xbf\x8b\x83\x61\x7f\xc2\x74\xb9\x83\x78\x58\xfb\x55\xa2\x59\xc4\x6c\xa6\x83\x70\x3d\xe5\xd6\x5d\xbe\xc0\x49\x03\x4f\x40\x18\x6f\x4a\x0e\x27\x7e\x17\x39\x31\x3a\x69\x87\xb1\x71\x05\x87\x28\x16\x97\x59\x28\x46\xfb\xb5\x0e\x99\x57\x5a\x7f\x54\x9a\x06\xf6\x2f\x46\x9f\xd5\x91\x2a\xa9\x9c\x58\xec\xf9\x30\x46\x52\xdd\x9e\x29\x26\xcf\xfa\xde\x4e\x07\xcc\xa1\x8e\x42\xd1\x65\x7b\x1e\x76\xa8\x22\x4f\xe0\xfb\xb8\x8f\x29\xee\x7b\x44\xec\xe2\x60\xb6\x6c\xcf\x78\x1f\xce\x16\x0e\x43\xbb\x27\xd5\x5e\xc4\xfe\xe9\x51\x62\x6b\x5b\x7e\x8a\x6d\x01\x50\x8e\x25\xf5\x45\x61\xd1\xda\x10\x7e\xee\x60\xac\x62\x75\xf3\xe7\x68\xec\xd6\x36\x51\x8c\x73\x33\x1f\xe3\x56\x81\x6e\x02\xad\x3d\x57\xda\x9d\x49\xee\xc9\x39\xc6\x24\x58\x07\xec\x34\xde\x61\x42\xb9\xf6\x53\x09\xd9\xbd\x6e\x0e\xfd\xa8\xd5\xad\x1c\x72\x6c\x8a\x73\x6a\x51\xc0\x38\x9d\x27\xb0\x3d\xe3\x36\x7e\x42\xd7\x90\xeb\xf0\xa5\x67\xf2\x7d\x51\x90\x17\xb8\x1d\xe6\xd9\x4f\xf8\x25\xb6\x7f\x8f\xea\xc7\xae\xd5\xe2\x55\x6c\xf7\x3d\x57\x00\x4d\x77\x26\x96\x26\x44\x9c\x7b\xa4\x7b\x3c\x8a\x6d\xb8\x3b\xd3\xee\x98\x7c\x2c\x0a\x74\x22\x8e\xe4\xbe\x4f\x6d\x6a\x67\x9d\x2d\x45\x5e\x9d\xab\xc3\xc7\xef\xa7\xef\xab\x78\x96\xbc\x3b\x6f\xdf\xa7\x5c\x4b\x26\x71\xee\x00\x47\x20\x76\xcd\xc7\xee\x2c\x37\xd1\xe1\x7c\x23\x01\xb1\x26\xf0\x84\xde\x63\x91\x87\xe4\xcc\x35\x1d\x62\x42\xd2\x2d\x1e\x71\x2d\x9c\xf7\x4f\x6b\xc7\x54\x73\xc8\x3d\x6e\xa6\x4b\xa3\x3f\xd5\xc5\xb5\xbc\x3e\xc7\x23\xdd\x1c\xf4\xe3\x5d\x7e\x50\xda\xd4\xa2\x86\xd4\x43\x09\x29\xba\x71\x29\xbe\xf1\x7a\xed\xbb\x53\x7b\xdd\xd4\xb5\x21\x98\xea\x03\x62\x97\xeb\x48\x0b\x9f\x0a\xc7\xc6\x90\x37\xb4\xdd\x33\x6e\xc9\x84\xe3\x88\xf9\x53\xe4\xb2\x70\x1c\xed\xe5\x21\x67\x38\x9f\x3a\x8c\x7b\x9b\xef\x73\xfc\xf7\xac\xff\xd7\x8e\x19\xd6\xaa\xe5\x60\xfd\x9e\x79\x3d\x15\xe3\xbc\x76\xef\xce\x4f\xdb\x35\xc7\xed\x38\xdc\xe7\xa5\xed\x3b\x16\xc7\x33\x24\x02\xaa\x44\xe1\x7c\x1f\x52\x14\x78\xd2\xa3\xc8\xed\xfe\x5d\x08\x87\xdb\xbd\x03\x41\xe1\xdc\xe0\xe0\xd7\xdb\x73\x39\x36\xb5\x68\x3c\xaa\xdf\x6f\x6d\xff\x78\x16\xe9\xb0\x4e\x74\x3d\x87\x65\xe2\x63\xce\x73\x7a\x7e\x56\xad\xbd\xc4\x38\xf0\x88\x7d\x41\xc7\x1f\x96\x25\xd8\x9d\xe9\x3d\xbc\x97\xd1\xca\x02\x52\x7c\xe3\xec\xde\x0d\x11\xaf\xe7\xd9\x3b\xde\x95\x70\x7f\x5e\x45\xe4\xc8\xad\xc8\xa9\x1d\x7d\x8e\x8c\x45\x9e\xd9\xa8\xcc\x61\x8d\xba\x71\xac\x2e\x2f\xc4\xf5\x45\x8e\xd4\xd4\xe3\x7b\x63\xb5\xd3\x3c\xfe\xc9\x85\x59\xe6\x53\x1b\xe4\x58\x4c\x38\xdd\x32\x3f\xc4\x91\x84\xec\xd6\x2e\xe2\x50\x0a\xb3\xff\xba\xff\x7c\xf3\x57\x23\x2e\x3f\xaf\x5f\x4a\xf2\x8b\xaf\x1b\x79\xd3\x6d\x8d\x59\x1d\xac\xf2\x55\x56\x47\xbb\x2b\x19\xda\x1b\xa4\x5e\xbc\x5a\x32\x82\x41\x5a\x5e\xfb\xed\xb2\xbb\xd3\x9b\x26\x8c\x22\x58\x31\x45\x11\x85\x69\x70\xf5\xb6\xcb\xea\xa4\x5c\xec\x28\xbe\x74\x41\xc6\xad\xfb\x6f\xa6\xdd\x05\x6e\x3b\x0a\xcd\xb7\xeb\x64\xef\xbf\xdc\xed\xef\x31\x71\x57\xd9\xd7\x93\xcb\x22\x6f\xbe\x7c\xfa\xf9\x8f\xf6\xa6\x89\xe7\x32\x7c\xd3\xfd\xab\xcf\xee\xa5\x6c\xef\x0b\xb9\x79\x39\xe5\x5b\x7e\xaf\x87\xeb\x2e\xc0\xfc\x76\x7e\xbd\xa6\xe6\xbb\x28\xd0\x82\xe7\xbf\xdb\xf3\xb1\x5b\x5a\x4b\xf7\xc6\x25\x19\x9f\xb4\x38\xca\x27\x51\x5a\x6d\x98\xed\xee\x42\x07\x4c\xb9\x5c\x55\xc1\xcb\x17\x91\x5e\xb9\xf7\x95\xa4\xde\x7f\xef\xeb\x7b\xae\x3f\xba\x75\xd5\xd1\xf5\xab\x59\x6f\x50\xbe\xf1\xf3\x48\xf7\x5f\xee\xfe\xa7\x7f\xcb\xe9\xd2\xbf\xbc\xe5\x06\xdb\xd7\xae\x7f\x75\x11\xca\xd6\xe0\xec\x8a\x32\xc6\xf7\x83\xa2\xb8\x79\x29\x4b\xd7\x84\xcf\x56\x6b\x77\x05\x03\xa8\xaf\xdc\xa7\xa7\xc8\x7f\xa5\xba\xd0\x0d\x4f\x5f\xb9\x69\x11\x95\xb7\xef\xa7\xc3\xde\x40\x0d\x92\xac\x0c\x76\x2d\x8a\x17\xea\xae\xda\x8a\xe7\xcc\xdf\xf6\x1b\xcf\x6f\xcf\x3a\x7f\xef\xfd\xd9\x6f\xb8\xb5\x72\x7f\xf5\x3e\x37\xac\x63\xab\xbc\xbb\xc2\xed\x5a\x00\x78\x9b\x9b\x38\xbd\x09\xee\x5b\x1e\x04\x58\xab\xbe\xee\xc8\xbe\xfd\xce\xe6\xcb\xab\xe6\xce\xbf\xcf\x3b\xb2\xaf\xfe\xb0\xd7\xad\x0b\x99\xdf\xe8\x48\xde\xa0\x94\x37\x9d\xe3\xee\x96\x6a\x2c\xd3\x6f\x27\x77\x1d\xed\xee\x8e\x6d\x3b\xf8\x76\xff\xe5\x2e\xac\x22\xf8\xdb\xcb\x7e\xe0\xca\xf5\xd5\x67\x37\x50\xee\x3a\xfa\x7c\xee\x88\xaf\xfd\x00\x5f\xab\x06\x0f\x90\xfe\xe1\xd1\x8f\xde\x57\x12\x3e\x3c\x7d\x7d\xf8\xf1\xf8\xe3\xab\x4b\xd1\xe4\x57\xff\xfb\x8f\xc7\xde\x03\xa4\x48\x2a\xf8\xf1\x36\xef\xfd\x02\x83\xdf\xda\xf0\x0b\x83\x55\xf1\x6d\x95\xa1\xa0\x8b\x5e\x49\x70\xe5\xb7\xd8\x5e\xb3\xea\xc2\xcf\xba\x7e\x5f\xf1\x96\x6f\x95\xd2\x55\x7f\x89\x79\x1c\x04\x4f\x51\x1a\x75\xd7\x28\x1c\x7e\xdf\x6e\x7f\xb3\x82\x7a\xb5\xef\xf3\xd9\x3c\x27\xd2\xf6\xfe\x36\x59\x5f\x65\x29\x3f\xfb\xdd\xc4\xf3\xeb\x82\xaf\xcf\xed\xcb\x64\xf6\xd7\xba\x5e\xb6\x7c\x5f\xa4\x23\x1f\xbf\x12\xf4\x57\x82\xfc\x9a\xaf\x82\x3a\x0a\xd6\xbf\x36\xe2\xbd\x7d\x0e\x6f\x05\x8f\xbf\x75\xdf\xff\xf5\xb7\xff\x17\x00\x00\xff\xff\xbc\x06\x9e\x2f\x49\x7b\x00\x00") +var _gatewayProductionJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x69\x93\xa3\x3a\x96\x3f\xfc\xbe\x3f\x45\x46\x3d\x13\x91\xb7\x62\xaa\x6e\x01\x4e\x57\x25\x1d\x31\x2f\x00\x1b\x0c\xb6\xb1\xd9\xc4\xd2\x73\xa3\x03\x10\x89\x31\x62\xb9\x66\xb1\xf1\x13\xfd\xdd\xff\x21\xf0\x9e\x76\x6e\x55\x77\x66\x5e\xb4\x3b\xfa\x56\x1a\x49\x47\x47\x47\x67\xf9\x1d\x49\xc8\xff\xff\xdf\xee\xee\xee\xee\x3e\xfd\x47\xe1\x2f\x82\xc4\xfd\xf4\xf7\xbb\x4f\x8b\xb2\xcc\x8b\xbf\x7f\xfb\xd6\x3d\xf9\x3d\x71\x53\x37\x0c\x92\x20\x2d\x7f\x77\xb7\xd5\x2a\xf8\xdd\xcf\x92\x5d\x59\xf1\x8d\x22\xc8\xfe\x57\x82\xfc\x4a\x90\xdf\x60\x90\xa3\xac\xc1\xf5\xf4\x20\xc9\x91\x5b\x06\xbf\x2f\x8b\x2c\xfd\xff\x3e\x7d\xe9\x7a\xf0\xb3\xb4\x0c\xd2\x12\x04\xab\x22\xca\x52\xdc\x11\xf9\x3b\x81\xff\xb7\xaf\x90\xbb\x2b\x37\x09\xca\x60\x55\x7c\xfa\xfb\x5d\xc7\x56\xfb\xdc\xf5\x57\x6a\x50\x64\xd5\xca\x0f\x44\x78\x56\xd4\x16\x97\x4d\x1e\x60\x6a\x45\xb9\x8a\xd2\xf0\xd3\xa1\xf0\x5f\x5f\x4e\x48\x60\xc6\x39\x94\x55\x50\x76\x93\xe0\x27\x68\x68\x81\x3f\x77\xfd\x18\x68\x8c\x1e\xa4\x6e\x5a\x7e\x94\x21\xe8\x96\xae\xe7\x16\x01\xe3\xfb\x59\x95\x96\x1f\xe7\x0a\x7a\x65\x16\x07\x29\x87\xa2\xe0\x27\xb8\xe9\x88\x18\x2b\xf4\xb1\xf6\x4f\xa8\x0a\xd2\xd2\x8b\x4a\x31\x71\xc3\x0f\x0e\x24\x74\xcb\x60\xed\x36\x83\x2c\x71\xa3\xb4\x78\x95\xc6\x97\xf3\x52\x18\x3c\xb9\x15\x2a\x81\x8b\xaa\xb6\xd6\x8b\x7d\xf0\x81\x5b\x56\xab\xe0\xaf\xed\x64\x0a\x0b\xc8\x65\xe9\x53\x14\x1e\x35\xfe\xe3\x62\xd1\x82\x55\x1d\xf9\xc1\x7c\x15\xa5\x7e\x94\xbb\xe8\xa3\x33\xbd\x27\x57\x66\x2b\x37\xdc\x6b\x5f\x27\xf3\x9f\x22\x08\x12\x2d\xda\xbe\x3e\xf3\xaf\x08\x54\x2b\xdd\x14\xba\x2b\xf8\xcf\xc1\x43\xf1\xcf\xba\xf7\x4a\x8f\x45\xc1\xb9\xb9\xeb\x47\x65\x73\xbb\xdf\x28\x2d\x5f\xe9\xb4\x77\xb5\x93\x38\x68\x6a\x5c\x6b\x20\x6b\x5a\xf5\xf4\x14\x6d\x3e\x26\x9d\x3d\x99\xf9\x2a\xf8\x30\x8d\x04\x26\xfc\xaa\xf5\x9d\xf0\xc3\x06\x9a\xc0\x02\x0e\xd3\x3a\x5a\x65\x29\x76\xd0\x1f\x23\x92\x66\xa9\x93\xa5\x2e\x52\x83\x30\xca\x5e\x32\x51\x77\xb5\x72\x9b\x57\xc4\xfe\x8f\xb3\xd2\xb6\x46\xe0\x16\xa5\x5b\x44\xee\x45\xcb\xb6\xcc\x0f\xd2\x72\xe5\xa2\x28\x85\x2f\x96\x57\x45\x50\xb9\xf9\xb5\x0a\x71\xb6\x0a\xdc\x5d\xad\x6b\xe5\xc5\x3a\x2a\xb7\xc1\x0a\xb9\x29\x4c\xb3\x55\xb9\xb8\x56\xa7\x2d\x38\xf4\x74\xad\x46\xe5\x06\x5d\xeb\xb3\xa2\x3f\xae\x8a\x73\x95\xff\x84\xb7\x5c\xe5\x53\x98\xec\xcc\xf7\xe3\x14\x0a\xf8\x0b\x48\xe0\xd8\x55\xe4\xae\xff\xe1\x91\xec\x83\xbb\xb0\xca\xaa\xfc\xe3\x91\x70\x95\xff\x2a\x27\x59\x14\x8b\x79\xe5\xa1\xc8\x1f\x07\x2f\xb8\x96\x97\x28\xd4\xd8\x39\xa1\xc0\x4d\xab\x7c\x98\xba\x1e\x0a\x5e\xe0\xc4\xcb\xb2\x4b\x8d\xbc\x34\x96\x72\x55\x05\x37\xfb\x79\xa7\xc4\xfe\x76\x42\xe3\xd3\x6a\x27\xfa\xe2\xcc\x22\x2f\x48\x15\x71\xf5\x8c\x7e\x5b\x90\x76\x3d\x1f\xdd\xf6\x44\xd5\xce\x35\xff\x5f\x17\xe3\x42\x99\xef\x96\x3b\xf4\xf7\x8f\xd5\xe9\xbc\xff\xf6\xf9\xf7\x7d\xe1\x1f\x97\xd2\xd8\xf7\xf3\x8f\xa2\xf2\xba\xf1\xfc\x76\xc4\x8a\xbf\xdd\xbf\x10\xd3\xee\x3f\x7f\xb9\x23\xbe\xdc\x45\x29\x0c\x36\xb3\xa7\xf7\xb4\xba\xff\xfd\xfe\xf3\xe7\x67\x9c\xec\xa5\x3a\x8d\xfc\x55\x56\x64\x4f\xe5\xef\xbb\xf6\xdf\x8a\x33\x3a\x97\xce\xe1\x93\x9b\x47\x27\xc0\x97\x22\x48\xfa\x2b\xf1\xf0\x95\x20\xaf\xaa\xcf\x47\xe5\xff\xb2\xec\xf3\x55\x96\x07\xab\x32\xba\x82\x7b\xda\xf2\xa7\x5d\x90\x11\xe7\x1d\x6c\xa9\x56\xed\x6c\x14\x57\x9d\xf5\x73\x36\xdf\xd3\xd7\xf9\xf0\x2a\x2f\x0d\x9e\x7b\xa0\xab\x75\x23\x78\xa6\x39\x22\xfc\xed\xfe\x38\x15\x72\x50\xae\xb3\x55\xfc\xad\x8e\x56\x65\xe5\xa2\xdd\xd7\xe2\x5b\xd7\x41\x71\xff\xe5\x6e\x3f\xe9\x5f\xeb\x34\x28\x4f\xbf\x77\x55\xee\x3f\xff\xf1\xe9\x45\x1e\xfe\x75\xb3\xf4\x5f\xcf\x83\xc1\x81\xe9\xfd\x34\xed\x3b\xdb\x0b\xfa\x4a\x00\x39\xb4\xd9\x66\x69\x2b\xbb\x4f\xff\x88\x9e\x7e\xc3\x99\x13\x06\xc5\x67\xfa\x7b\x11\x8d\xef\x3f\x7f\x29\xb3\x49\xb6\x0e\x56\xbf\xad\x82\x1c\xb9\x7e\xf0\xdb\x2d\xfb\xfa\x72\x77\x7f\x87\x07\x7f\xff\xf9\xf3\xe7\x2f\xf7\xf7\x5f\xf2\xc8\x8f\x1d\xdc\xdf\x15\x61\xe2\x7a\x79\xeb\x0b\xc5\x39\x03\xe1\x2a\x28\x8a\x00\x4b\xf2\x36\xed\xde\xe7\x5b\x52\x7c\x2e\xbd\x3f\xae\x84\x50\xcf\xf5\xe3\x20\x85\xbb\xce\xe6\x59\x86\x3e\xa4\x81\x97\x42\xdf\x91\xfd\x19\xce\x50\xe6\x42\xd6\x45\x6e\xea\x47\x69\xa8\x56\x28\xf8\xcb\x4d\xe3\x86\x49\xfe\x42\x5b\x39\x8e\x29\x58\x15\xdf\x6e\xb9\x80\x53\x53\x41\xde\xd7\x28\x2d\x83\x55\xea\xa2\xd3\xc7\xfb\xa6\xaf\xdb\xd0\x6d\xad\xbf\xbb\x3e\xff\x7f\xd9\x70\xaf\xa8\xda\x1b\x46\xba\x6b\xf5\xd3\x03\xcd\x57\x99\xf7\x3c\x70\xff\xaa\xb1\xb5\xd4\xdf\x32\x9c\xb6\xe2\xaf\x18\x4c\x99\xf9\xed\x5c\x7d\xd2\xfd\x6b\x08\xfc\xac\x3a\xe6\x75\x10\xe1\x58\xee\x55\x7b\x3c\x30\xe8\x30\xcf\x6b\x4d\xf7\x8a\x36\xcf\x56\x38\x68\x3c\x3c\xf4\xde\xa6\x50\xc7\xfa\xbf\xc4\x89\x23\x6f\x55\xa1\xe0\x6b\xbb\x56\x76\xc3\xa9\x5c\xa7\xf6\x6f\xd7\x70\xf3\xf3\x6f\xd7\xb0\x63\xf8\xdf\xae\xe1\x57\xb8\x86\x47\xe2\x5d\x9e\xe1\x91\xf8\xd5\x8e\xe1\x67\xc0\x46\x37\x49\x7f\x35\xc0\x38\x9d\x9b\x11\xe6\xf8\xb5\xb9\x7c\xa3\x64\xd3\x2a\xf1\x82\xd5\xec\x69\xbe\x1f\x05\xf5\x4a\x83\x55\xf0\x67\x15\x14\xe5\xdc\x2d\x17\x98\x97\x6f\x8b\xc0\x45\xe5\x62\xfb\x6d\x15\xb8\xb0\xb9\xad\x7f\xef\x99\x98\xce\xa8\xde\x3a\x25\x2f\xa6\x52\xcf\xe7\xfc\x60\x3f\xaf\x67\x8c\x57\x8d\xf2\xb2\xd9\xc7\x12\xe5\xcb\x2c\x93\x22\xbe\x12\x8f\x6f\xcc\x32\x5f\x4b\x0f\x4f\xd9\xdd\xaf\x47\x8a\xf9\xcf\xa7\x8a\xff\xc7\x62\xd1\xdb\xac\x33\xfa\x05\x03\xff\x77\x8e\x7c\xc2\xf4\x33\x63\x45\xc5\x57\x82\x20\xbf\xa6\x91\xff\x33\xf3\x14\xb4\x8b\x6f\xf3\x55\xb6\x69\xe6\x47\x57\x77\xb6\x9c\x76\x85\xb3\x5b\xdc\xbc\xdd\xb6\xf3\x55\x54\xbb\x65\x30\x89\xd2\x78\xb7\x28\xf9\x57\x5b\xf8\xb3\x05\xc4\x3c\x48\x61\x31\x4b\xaf\x2f\xb5\xbf\x66\x61\xd7\x1c\xdb\x19\x95\xab\x4b\xda\xef\x5d\xb7\xfa\xc7\x95\xf5\xb8\x6e\x23\xe9\xfe\xd9\xd2\x5b\x27\xf0\x28\x58\x9d\x2d\x78\x5d\xdb\x09\x38\xee\x09\xdd\xe8\xe0\xb8\x6f\xf4\x4c\x99\xdf\xbb\x66\x56\xe5\xe1\xca\x85\xc1\x3c\x43\x91\xff\x7c\xa9\xf8\x50\x2d\xc9\x60\xa7\x28\x6e\x5a\x5d\x4a\xf2\x4a\xb7\x6d\x9b\x9d\x85\x4e\x5d\x7f\x11\xa5\x58\x85\x9f\x22\x74\x1b\x13\x7e\xca\x8a\xd7\xaa\x74\xd2\xc9\x92\xbc\x2a\x83\x95\xec\x26\xc1\x61\x53\xea\xd3\x3f\xfc\x2c\xf5\xdd\xf2\x20\xa3\xaf\xf7\x5f\xee\x4e\x45\xb7\x5f\x66\x6e\x17\x46\xbf\x5e\x9f\x9c\x43\x17\x2e\x4c\xa2\xd4\x28\xb0\xd2\x74\xd3\xec\xa3\xac\x82\x5f\xab\x22\x58\xbd\xd4\x0c\x45\x69\xb5\x79\x5f\x2e\xf3\x09\x46\x45\x6b\xdf\x6e\x51\xac\xb3\x15\x64\xaa\x72\x11\xa4\x65\x74\x30\x2c\x6c\xe8\xaf\x00\x8f\xa2\x58\xbc\xcd\xad\xe6\xfb\x1d\x81\xdb\xce\xfe\xf2\xf3\x3a\xd5\x23\xf5\x03\xf0\xc9\x92\xe0\xdb\x51\x62\xdf\x7e\x2f\x8a\xc5\x37\xb7\x2a\x17\xd9\x2a\xda\x06\xf0\x9f\x31\x66\xe0\xe5\x31\x9d\x11\x8e\x83\x66\xe0\x96\xee\x33\x6b\x38\xdd\xe3\x78\xd5\xa7\xef\x3f\xb7\x7d\xfb\xfe\xf3\xc7\x47\x63\xc3\x7b\x52\xe8\x4f\xbb\xc5\xf6\x37\x69\x7c\x94\xb8\x61\xa0\x06\x4f\xc1\x2a\x48\xaf\xec\x51\x3d\xab\xdf\xce\x73\xb1\xe8\x1c\x8d\x1a\xc0\x91\xfb\x6a\xde\x91\x3d\x3d\xed\xaa\x8f\x86\x93\xd7\x2a\x77\x5e\xf1\xd3\x8f\xaf\x13\x30\x7d\xad\x6e\x7d\x74\xf5\xc8\x2d\x83\xa2\xfc\x18\x12\xce\x8a\x41\x54\xc4\xaf\x0f\xdd\x5f\x05\x6e\x19\xcc\xf2\x7d\x58\xe2\x57\x59\xd2\xed\x51\xbe\xc2\x67\x77\x44\x08\xbe\xa9\x97\xbb\x93\x09\xdc\xed\x96\xe8\xbb\x38\x3a\x5f\x05\x49\x54\x25\xcf\xb7\x91\x9e\x0d\xf6\x17\xe9\x51\xda\x05\xbf\x37\xe9\x51\x97\x91\xcc\xdf\x94\x99\xff\x2f\x67\xe5\x2f\x02\xad\xae\x73\x11\x13\x7e\x72\xfd\xe0\x8d\x38\x76\xff\x79\xc3\xdc\x5e\x82\x27\x1c\x3c\x5a\x1c\xf7\xba\xd7\x7a\x0f\x26\x3e\x69\x13\x25\xee\xaa\x79\x93\xbb\x3f\x34\xea\x80\x21\xe3\xfb\x01\x0a\x56\x6e\x19\xc0\xdd\xa4\x44\x69\xf8\xe9\xef\x77\x4f\x2e\x2a\xde\x4a\xe9\xcd\xa9\xc0\xb5\xcf\xdb\x23\xc4\xdd\x4d\xd1\x46\xb9\xdf\x32\xf0\x8e\xa8\x70\xf7\x41\x59\x9f\xb5\x7f\x47\x4e\x72\xb5\xfd\xff\x72\x9e\x72\xed\xf3\xca\x52\xd6\xd5\x61\x7c\x44\xfd\xce\x09\x9c\x6f\xaf\xbd\x7f\x39\xf7\x2a\xd5\xab\xaa\x92\x47\x37\xd6\xa4\x5e\xfa\x7c\x44\x28\xa7\xae\x8d\x7d\xc7\x86\xde\x6b\x9f\x8f\x09\xe3\xee\xff\xe4\x22\xf0\xad\xcf\xeb\x20\xeb\xf2\xf3\x32\xe8\xfa\x38\xfd\xb7\xd5\x7c\xbd\xf7\x97\xe9\xdc\x2e\xbd\x4e\xf9\x56\x30\x87\x91\x1b\xa6\x59\x51\x46\xfe\xdb\x52\x21\x2f\xcb\xca\xc1\xb1\xcd\xeb\x41\x3d\x38\x9c\xe4\x79\x4b\x5e\xd1\x21\x1c\x63\x15\x9d\x25\x58\xfb\xb3\xd5\x17\x09\xd6\x6b\x87\x51\xbe\xbd\x1c\xef\xdf\x25\xa7\x60\x53\x06\x29\x86\x95\x6f\x92\xd2\xa1\xf6\x5f\x87\x0d\xfc\xe2\x35\x80\x79\xf7\x61\x6c\x70\x0a\xe6\x8f\xe6\xce\xb4\xe7\xd8\x87\xc7\xa1\xbd\x31\xd6\xef\x17\x7c\xb8\xaa\x28\xb3\x44\xf3\x57\x51\xfe\x5a\x72\x70\xd6\x76\xe4\xa6\x10\x05\xab\xd3\x15\x9c\xc3\xf1\xf7\x57\x09\xb8\x55\x99\x19\xdd\x7a\xc3\x34\x4a\xb3\x13\x2a\xef\xc0\x3d\x45\x50\x96\x51\x1a\xb6\x22\x7c\xa3\x63\x6f\x37\x09\x02\xbf\x0c\xa0\x76\xd2\xf8\xed\x19\x68\xd1\x89\x09\x5b\x81\xe7\x16\xc1\xf7\x87\xdf\x76\xc6\xd0\x7d\xd3\x33\xad\x3b\xd2\x75\xef\x53\x80\x10\x39\x12\x05\x4c\x36\xbe\xff\xfc\xe5\x9e\xe1\x54\x75\xa8\xcd\x0c\x95\x1b\x8a\x83\xff\xfa\x8f\x5d\xfd\xbb\xaf\xf0\xee\xbf\x2b\x82\xe8\xf9\xa7\xff\xbd\xbf\xbf\xff\xb2\xa3\x7e\x6a\x57\x67\xaf\x0e\xdc\xb7\xc7\x5d\xee\x3f\xff\x77\x7a\xff\xe5\x9e\x71\x0c\x75\xc8\x4d\x66\xc6\x40\x66\xa6\xc3\x0f\x52\x3f\x7b\xab\xe0\x39\x79\x6d\xc8\xcd\x19\x6e\x0c\x34\x46\x1f\xca\x8c\xac\x7f\x78\x14\xd7\xdf\x3c\x38\xeb\x70\xc0\xe8\x0c\xcb\x68\x43\x86\xe3\x66\x86\xac\x7f\x7c\x50\x57\xde\x4c\x38\xef\x88\xd5\x67\xe3\xa1\xcc\x4d\xc4\xe1\xc7\x47\x74\xf1\xd6\xc2\xb5\x0e\x0c\x75\xf2\x53\xb4\x8d\x15\x3a\x23\x3b\x1d\x4c\x79\x75\x26\xeb\x43\x79\xf0\x61\xd2\xe7\x47\xb1\x2f\xc8\x6b\x83\xa1\x0c\x44\x75\x26\x4f\x87\xb2\xfe\x51\xfa\x67\xc7\xb4\xcf\x3a\xe0\x27\xc6\x50\xd6\x59\x51\x17\xa7\x8c\xf0\xc1\xb9\x3d\x7f\x4f\xe3\x8c\xbc\xc0\xe8\x43\x93\xb1\xf1\x30\xb8\x99\xcc\x8b\x02\x18\xaa\x9a\x38\x93\x3f\xd6\xd1\xad\x77\x20\xae\x75\x39\x98\x4d\x19\x51\xd6\x7e\xaa\xa3\xdd\x5b\x23\xd7\xc8\xf3\x43\x46\xc7\xb6\xf8\x53\xf4\xf7\x6f\x8c\x9c\x75\x30\x1e\xda\x80\x31\x26\xfa\x40\xd6\x34\x83\xe7\x45\xeb\x63\x5d\x3c\x7b\xd5\xe0\x6a\x27\x73\x75\xf8\xd3\x3d\x74\x0b\xbe\x67\xe4\xd5\xf9\x4f\xa8\xd3\xee\x04\xfb\x05\xc1\xe9\x60\xba\x73\x42\x1f\xa5\x7a\x3c\xda\xfe\x8c\xb4\x36\xf8\x69\xda\x87\x43\xef\x57\x88\x63\xb7\xa9\xcd\x19\xee\xc3\x02\x39\x3b\x10\x7f\xe9\x7f\x3a\x51\xdf\xdf\x7f\x0b\x83\x34\xa8\xdd\x04\x26\x7f\x4f\xdc\xa2\x0c\x56\xff\xa4\x08\x8a\x22\xfa\x14\xf5\x3b\x79\x7f\xdf\xd6\x9e\xcc\x38\x46\x7f\x97\xf9\xdd\xda\x42\x3a\x61\x41\x33\x58\x8d\x53\xc5\x39\x26\xfc\x1e\xcf\x5d\x54\x5e\x17\xc4\xa3\x2c\xfd\xed\xf3\xef\xa7\x5f\x45\x78\x2a\xc3\x5d\xb4\x16\xd4\x99\x31\x7f\x5f\x04\xba\xe4\x1e\x03\xc5\x13\xca\xf8\x3f\x97\x70\x81\x4b\x11\xe9\x69\x4c\x19\x68\x2c\xe9\x0b\xea\x02\x0a\x46\x38\xb1\xc2\x10\x10\xfc\xd4\x35\xfb\x64\x30\xe4\x53\xc7\xec\x13\x5c\x98\x17\x30\x01\x0f\x50\x00\x95\xc3\x31\xa5\xc7\x31\x2b\x59\x67\x90\x8a\x24\x5e\xd5\x98\xda\x11\x00\x35\xe9\x49\xb5\xd7\x53\x29\xa7\xa1\x1b\x8f\xa2\x09\x6f\x64\x8f\x03\xc1\xd9\x5a\x14\x6c\xbc\x1e\x4c\xfc\x86\xa9\xaf\xd1\x99\xea\xcc\x5a\x32\x1c\x4d\x35\x8c\x70\x42\xa9\x08\x46\x5d\x7b\x98\xf8\x35\x4c\xf8\xe6\x1a\x1d\xfc\x9c\x0b\xb3\xa5\x28\xf0\x94\x47\xa1\x58\xe4\x24\xe4\xa7\x52\xed\x2f\xb3\xd0\x11\x44\x52\x14\x40\xe3\x27\x74\x33\xe6\x88\xed\x74\x10\x53\x33\x2d\x0e\x9d\x54\xaa\x3d\x8d\x8d\xed\x04\x54\x30\x22\xfe\xd3\xeb\xb1\xc8\x5b\x66\xa1\x12\xab\xdc\x74\xc0\xf4\xa7\x1a\x3b\x54\x10\x6d\xaa\x40\xd2\x35\x83\x9e\x59\x04\x29\x19\x04\xc9\x82\xa1\x2c\xce\x22\x76\x68\x5b\xea\xc2\x4e\xf8\xad\xa3\xb1\xc8\x4b\x9d\xdc\x4f\xe8\xca\x33\x41\x05\x39\x96\x72\x2c\x69\xeb\x9a\x74\x25\x0a\x64\xee\x53\xe4\x02\x0a\x72\x26\x86\x79\x83\x65\xeb\x44\x1d\xbf\x13\x6a\x93\xdb\x11\xdd\xf8\x02\x51\x5b\x24\x1d\xdb\x51\x36\xe6\x52\x69\x8d\xeb\x4c\x4c\x54\xfa\x02\xdd\x40\x8e\xcd\xe0\x48\x5d\xfb\xdb\xac\x9e\x50\x6a\x31\x49\x1c\xe4\x08\x74\x63\x5b\x6c\xe3\x51\x39\xb2\x7b\x4a\xe5\xf5\xa4\x74\xd2\x63\x49\x3b\xa2\x91\x2f\x80\x62\x42\x4a\x8a\xae\x91\x23\x63\xe8\x97\x1a\x01\x9c\x89\x01\x14\xd5\x58\x97\xf2\x3a\xc7\x7d\x85\x13\x8d\xcc\x3d\x8b\xad\xfd\x54\x09\xdd\x91\x4a\xf8\xa3\xe9\xf7\x49\x43\xaf\x6d\x53\x5e\xd9\x26\x44\x7e\xd3\x2f\x5d\x53\x6e\xbc\x9e\x5c\x3b\xa9\x52\xd9\x14\x5d\x4e\xa8\x12\x05\xd6\xb4\xf6\x4c\xb4\xf4\x13\x7a\xeb\x51\x0e\x31\x49\xf8\xad\xbd\xce\xc6\x4e\x42\x37\xa2\xc0\x13\x50\x00\xa5\x3f\x52\x42\xd7\x7c\x08\x83\xed\xb0\x9a\x2c\x01\x3d\x6b\xd8\xd8\x5b\x67\xa1\x38\x3a\xe8\x55\xee\xa5\x32\x61\x9b\x9b\x42\x14\x16\x04\x1c\xb1\xdb\x59\xf4\x58\x3b\xc2\xba\x72\x12\x10\x7b\x3d\x69\xe1\x8f\xa4\xda\x4d\xc0\x12\x72\xfd\xda\x4f\xfc\xda\x1f\x81\x68\x42\x81\xb5\x63\xae\x6b\xc7\x62\x91\xc7\x91\x8d\x63\x6e\x90\x6d\xc9\x68\x62\x6e\x16\x50\x00\x5b\xc8\x11\xbd\x49\xd2\xaf\x6d\x4b\x5a\xba\x5c\xbf\x1d\xa7\x14\xd9\xa1\x9d\x4a\xc8\x36\x8b\xb1\xc8\xb1\xb9\x13\xb1\x9e\xd9\x30\x71\x40\xed\x79\x55\x69\x91\x23\x0b\xc8\x31\xa4\xc8\x93\x70\xd6\xb0\x84\x2b\x80\x4a\x1c\xc9\x85\x63\x82\xb5\x38\x18\xae\x67\x0d\x8b\xbc\x91\x8c\x44\x01\x3c\xb8\x96\x12\x4e\xf5\x22\x74\x92\x78\xec\x08\x74\xe5\x28\xd9\xd8\xa6\x78\x42\x1c\x3c\xd4\x8e\xa5\x2e\x27\x3d\x3c\xc6\x7e\xe3\x60\xd9\x36\xfd\x78\x42\xf1\xdf\xa1\x25\xa1\x49\x2a\x21\x5f\x78\x0c\xe7\x83\x75\xaa\x1a\xb4\x20\xad\x73\xcf\xb6\x72\xd2\x4f\x8c\xd2\xa6\x36\xb9\xa5\xe4\x95\x6d\x92\x68\x6e\xee\xea\x9b\x72\xe1\x2a\x79\x84\xc7\x07\x2d\xa9\x98\x9b\x47\x39\xf9\x02\xbf\x74\x29\x3e\x75\xac\x69\x75\x3e\x17\x72\xed\x69\x74\x1f\x9a\xe4\xae\x7f\x7a\x11\xa4\xa0\x71\x34\x72\xe9\x09\xf1\xd8\x31\xfb\x0b\x3b\xd9\x20\x67\x40\xf6\x1d\x6b\x3a\x76\x7a\x6c\x6a\x53\x0b\x64\x53\x05\x1d\x98\x60\xcb\x85\x7b\x9e\xc0\xd2\xeb\x49\xe8\x92\x27\x9b\xa2\x1b\xe7\x57\xf1\x64\xca\xb5\x9f\x18\x2f\xf2\xe4\x25\x8f\x63\x2c\x2b\x2e\xcc\xb7\x8e\x49\x2e\xbc\x84\x4f\x1d\x8d\x4d\x6c\x8a\xae\xa0\x00\x1e\x20\xc7\x94\xb6\xc6\x94\xd8\xd6\x6c\x4b\x7a\xf2\x04\x3a\xb5\x7a\x4a\x28\x46\x34\x65\x5b\x62\x8d\xbf\x4f\xa8\xbc\x86\x96\x54\xd9\xe6\x3a\x9b\x34\x0f\x7f\x8e\xf5\xc7\x88\x4b\xc8\x95\x23\xa0\x46\xe4\xc8\xb5\xc8\x5d\xad\x3b\xe6\x12\xa7\xf6\x23\x76\x01\x47\x2a\xf2\x2c\x96\x10\x05\x54\x89\xa3\x62\x33\x89\x1e\xc8\x27\x3c\xff\xc2\xe3\x38\xb0\x40\x29\x72\x44\xb9\x1f\x83\x9f\x80\xb5\xb7\x25\x1b\x77\x04\xf2\x89\x25\x65\x8e\xb9\x2e\xe5\x86\xdc\x3a\x96\x44\x39\x96\x58\xfa\xc9\x82\x74\x35\xb2\xf6\x47\x6a\xee\x51\xfd\x05\xd6\x61\x5f\x20\xb7\x22\x47\xf6\x31\x7d\xbf\xa7\x2e\x3c\x61\x1d\xda\xd4\x66\xe1\x99\x3c\x25\x0a\xfc\x77\x9f\x02\x4b\xac\x0b\xb6\x49\x2e\x60\xc4\x2e\x82\x54\x46\x76\x43\x96\x1e\xd5\xcf\xa1\xd0\xda\xdc\x51\x5f\x34\x76\x3f\xdf\xa5\x33\x92\xe3\x43\x99\x25\x23\xbb\x07\x1a\xd7\x52\xfb\xa2\xa0\xd6\x36\x55\x22\x3f\x62\x6b\x5f\x00\x95\xdf\x93\x8b\x89\xc5\x22\x3f\x59\x87\xfe\x08\x11\xae\x40\x57\xd3\x86\x49\xa4\x88\x8d\xfc\x04\x2c\x5c\x6c\xb7\xdc\x34\x74\xf1\xfc\x36\x4c\x29\x8e\x20\x12\x05\xbe\x71\x4e\x6c\xd8\x35\xfb\xa9\x38\x62\xfb\x50\x58\xd4\xde\x72\x1a\x7a\xd4\x43\xe8\x0a\xf4\x16\x8e\xa6\xa1\x33\x02\x48\x1c\xa9\xb5\x28\xf0\x95\x28\xa0\xad\xdf\xc3\xdf\x61\x0e\x85\x30\x54\x3a\xfd\x0f\x75\x01\x55\xd0\x0a\x43\xd5\x5a\x10\x8e\xd9\x6f\x7d\xa6\xdf\x9c\xfa\x3c\x5c\x7f\x41\xda\x51\x7f\xe9\x51\x44\xbd\x6b\x57\xef\xed\xc7\xeb\xda\x97\xce\x59\x7b\x7a\x0d\xcd\x4d\x31\xd9\x0e\xc9\xe9\xc0\xf8\xcb\x6c\xdf\x4f\xd9\x12\xa7\xd6\x22\xa7\x64\xbb\xbf\x37\xb6\xc6\x3e\x8a\x02\x6c\x1c\x8b\x09\xad\x84\x8f\xfc\x54\x29\xc7\x4a\x36\x16\xcf\xc6\xc4\x2f\x6d\x0a\x6c\xfd\xa6\xdf\x38\xa6\x9a\xd9\xd6\xce\xc7\xf6\x8e\x73\x35\xa1\x64\xca\xd1\xe8\x25\x4c\x8c\x72\xba\x64\x9a\x29\x47\x6c\xa6\x5b\x65\x3d\x55\xf2\xa5\x6d\x29\xe1\x3c\xa2\x11\x14\xa6\xb5\xdf\x43\x5b\xbb\x87\xe3\x82\x52\x4f\x07\x62\xe9\x08\x68\x6b\x9b\x52\xe1\x68\xe4\xc2\xa6\x64\xe4\x8f\x94\xd2\x4f\x86\x98\x7e\xe5\x44\xcc\xe3\x9c\x83\xbc\x4e\xd8\x29\x97\xf4\x11\xe4\xfa\xb9\x3f\xb2\xa9\xd6\x4e\x13\xbb\xc2\xf3\x39\x49\x5a\xde\xd6\x90\xa7\x1b\x5b\x27\xd6\x5c\x0c\xe6\x6a\x78\xe9\xe7\xe4\xbe\x4f\xc9\x84\xc7\xf5\xe3\xc9\x96\xd9\x4c\x4c\x35\xf7\x29\x3e\xf2\x04\xec\xcf\xe8\xc6\xd1\xf0\x5c\xf5\x13\x71\xb0\x7e\x94\x08\x30\x57\x23\x7f\xec\x52\xa0\xf1\x12\x50\xe0\xbe\xfc\x04\x3c\xf9\x5d\xbc\x68\xbc\x88\xa1\xc5\xd1\xba\xb6\x13\x54\x4d\x7a\x6a\x03\x4d\xa3\xb3\xfb\x74\xdf\x07\x53\x4e\x2c\xb9\xef\xf7\x54\xe4\x29\x38\xd6\xa0\xc6\xb1\x20\xb6\x95\xd2\xa6\xc8\x18\xdb\xa0\x6d\xaa\xf1\xa4\x8b\x67\xf4\x6c\xc0\xd4\x50\x90\xd7\xf8\xb9\x8f\xe9\x9b\x7c\xd5\xe2\x95\x04\xc7\x67\xd0\x6b\xc7\x68\xca\x25\xc6\x1a\x13\x93\x8f\x1d\x8e\x5c\x7b\x3d\x89\x98\xeb\x0a\x31\x6d\x68\xc2\xee\x31\x38\x3e\xae\x1d\x4b\x2a\x6d\xb3\x8f\xbc\x54\x19\x73\x09\x78\xd8\xc5\x62\xd6\x44\x40\x53\x01\x3d\xd0\x87\x34\x50\x79\x7a\xa6\x18\x24\x3f\xd7\xd4\xee\xb9\x21\x4f\x75\x12\x0c\xf5\x98\x97\x55\x25\x5f\x04\x11\x5b\x78\x14\xcc\xbd\x88\x29\xdd\x36\xa6\xf3\x85\x27\xd0\xbd\x89\xd9\xaf\x27\x96\x4c\xda\xa9\xbc\xf4\x13\xb4\x86\x02\xaa\xbd\x74\x3a\xe6\xa2\x69\x08\x84\x05\x12\x85\x9d\xbf\x33\x71\x2c\x55\x91\x97\xaa\x39\x1c\xc5\x21\x14\x16\x0b\xc8\x61\x3d\x35\x42\x10\x13\xa1\x9f\x02\x6c\x2b\x0b\xbf\x61\x6b\x2f\xd9\xf4\x45\x61\x81\xff\x5e\x88\x23\x39\xf7\x12\x58\x38\x1a\xc6\x08\x6d\x9c\xdc\xba\x26\xdc\x61\x93\x07\xac\x8b\x86\x2b\xa0\xad\x38\x92\x6a\x4f\x30\xc2\xf3\x72\x36\xf7\x1b\x96\x55\x48\x49\xc1\x36\x24\x8e\x60\xe6\x9a\x72\x86\xed\x57\x14\xfa\x35\xe4\xd8\xca\x31\x65\xe4\xf7\xe4\x85\x9f\xa0\x22\xd0\xd8\xb5\x9f\x80\x2d\x96\x71\xe7\x27\xd5\xcc\x51\xb2\xa5\x38\xba\x18\x5f\xc4\xf6\x1c\x0d\x62\xdf\x11\x3b\x16\x5b\x78\x3d\x94\x7b\x89\x1f\xba\x66\x9f\xf0\x9a\x87\x50\x1c\xa2\xa4\x6d\xab\xb1\xb9\x23\x80\x0a\x0a\x88\x08\x34\x36\xf6\x28\xb0\xef\x37\xb3\x2d\x07\xfb\x9f\x2a\x68\xe9\x5f\xe1\x7d\x34\x0d\x7d\x4a\xc6\xbe\x2d\x16\x05\xba\xda\xd1\xdb\x42\x53\xda\xda\x3d\x29\xef\x7c\xef\x43\x08\x29\x23\xc5\xbe\xc7\x11\xc0\xda\x13\xe8\x7e\xeb\xc3\xb0\x1f\x11\x1e\x0b\x51\x40\x04\xf6\x51\x9e\xb0\xc6\x72\xaa\xbc\x9e\x12\xfa\xd4\xa2\x86\x58\xc6\xd8\x07\x9f\xcd\xe9\x3a\x84\xd4\x22\xb7\xa9\x30\x74\xad\x29\xfe\xbb\xbf\xeb\x33\x72\xcc\x0d\x6e\x83\xfd\x23\xea\x64\x27\xd7\x9e\x49\xe2\xb9\x44\x4e\x37\x07\x98\x16\xb6\xd1\x1a\x62\xd9\x8d\x64\x84\x63\x9a\xdf\x30\x91\xc4\xcb\x40\x41\xf2\xc0\x88\x91\x02\x86\x68\xae\xc7\x68\x28\x86\xd9\x18\xdb\x3a\xf6\x5d\xd8\xde\xc5\x91\x4c\xd8\x96\x44\x1c\x7d\x7a\xbf\x8d\x35\xae\x29\x23\x2e\xe1\xbf\x8b\x02\xbf\xf4\x4f\x78\x9d\x98\xfd\x85\x67\x1a\xa1\x18\x29\x99\x4f\x81\xb8\xf3\x5b\x70\xfb\xc4\x3d\xfc\x39\xe9\x6d\x1e\xa5\x86\x79\x9c\x0f\xd6\x91\x34\xe4\x07\x06\x92\x78\x83\xa0\x81\x11\xcb\xbc\x66\x28\xd1\x58\x13\xc7\x5c\x4c\x0e\x75\x03\xc9\x8a\x01\xf9\xb9\x26\xc6\x01\x29\x29\x9a\x41\xb2\x2a\x61\x20\x49\x7b\xfc\xf3\x49\x7b\x8c\x03\xe2\x58\x47\x6c\xa6\x7f\x4e\x7a\x44\xc4\x25\x87\x98\xd3\xfa\x64\x91\x13\x63\xdd\x50\xe5\x5d\xdb\xab\xe5\x06\x62\x25\xdd\xe0\x47\xaa\x26\x62\x5f\xbb\xc4\xbe\x43\x1c\xb1\x24\x8e\x8f\x62\xa4\x0a\x3a\x0f\x78\x1d\xa9\x9c\x06\xd4\x43\xbd\x6e\xcc\x9b\xda\xa1\x68\x12\x32\xd9\xd8\x33\xcb\xd8\xb5\xc4\x70\x62\x31\xe1\x84\x02\x84\xdd\xd0\x89\x37\x02\x58\xfe\x91\x6b\x29\xf5\x75\x1c\x80\xa2\x09\xe5\x14\x10\xeb\x12\x73\xe1\xf3\xf6\xcf\x05\x29\x87\xdc\x19\xad\xe7\xbe\x15\x95\x92\x8e\x58\x00\x78\x62\xcc\x19\x9d\xdc\xf7\x73\xe7\x30\x99\x04\x04\x3e\x15\x85\x3d\xde\xd8\xc4\x5c\x88\xf4\xc0\x92\x09\xc7\x24\x63\x8b\x70\x72\x6f\xa4\x62\x79\x3c\x29\x04\x2d\xeb\x3a\xb9\xf0\x93\xc7\x31\x87\x4a\x41\x33\x36\x86\x0a\x24\xc8\x85\x68\x86\xb1\x99\x28\x90\xb5\x23\xa0\x24\x50\x32\x49\x37\x79\xa2\xd5\xc3\x84\x26\xfd\xa4\xbf\xf0\x04\x65\xcc\x01\x09\x79\x26\x4d\x39\x80\xee\xb9\xe6\x26\xb6\x29\xbe\x71\x38\xf6\x89\x0b\x91\xe6\x98\x64\x0d\x13\x23\x04\x43\x24\xab\x40\x36\x14\x83\x54\x30\x06\xd4\x49\x60\x18\x3c\x30\x2c\x4c\x33\xe1\x4b\x8c\xb9\xbc\x9e\xd4\xb3\x2d\x09\xf3\x29\xdb\x96\xba\x74\x39\xe6\x4f\x2e\x44\x0a\xf6\x9b\xe2\x40\xec\x4f\x97\xd3\x43\x9c\x70\x4c\x39\xf3\x1a\x26\x52\xe3\x0d\x50\x8d\xbe\xa1\xc4\xc8\xd8\xcd\x35\x2d\x0d\x9d\x29\x30\xc0\x0c\x0c\x25\x09\xf7\xdb\xea\x49\xc4\xfc\xe7\x6e\x7e\xb6\x81\x25\xb7\x71\xc3\x35\xfd\xda\x49\x36\x24\xf6\x29\x76\x82\x70\xae\xf9\x2c\xe6\xb5\xb2\xe4\xda\x36\x84\x63\x12\x67\xf5\x27\xa9\x8c\xfc\xd4\xc9\x6d\xca\x38\xc3\xdc\xc0\xec\xe7\x90\x27\xc6\x8a\xe9\x10\x8e\x25\xd2\x7b\xdd\x3a\xa9\x3f\x36\x12\xb0\x81\x26\x8e\x31\xd3\xeb\xe5\x3d\x75\xe1\xa7\xea\xd4\x35\xc9\x1c\x0e\xb1\xcf\x00\x0d\x4c\xf8\xc2\xa0\xc0\x72\xae\x33\x78\x9e\xf4\xbd\x1d\x5a\x4a\xae\x39\x56\x67\xa7\x5d\x39\xbf\xe5\x62\x50\xc1\x04\x35\x1e\xd5\xc7\xd8\x91\x50\x13\x54\x38\x3a\x71\x1a\x57\x6b\x2f\x71\x72\xe7\x5c\x5f\xc7\xaa\xb5\x40\x36\xb9\xa3\x35\x92\xd0\x5c\x23\x6a\x68\xc9\xcd\x84\x92\x72\x2f\xa2\x63\x8f\x92\x57\x8e\x25\x86\x7e\x42\x84\x13\xd3\x0e\x25\xe3\xe1\xac\xcd\x5c\xa3\x49\xbf\x27\x76\x71\x96\x3a\xd8\x5c\x03\xcd\x87\xd0\x62\x30\xce\x23\x4a\x8c\x37\xa1\x25\xe1\x58\x53\x7a\x3d\x8c\x7b\x37\x0b\x3b\x01\xc5\xfc\x18\xdf\x0f\x75\x31\xef\x7e\x8a\xd6\x1e\x85\x2a\xc8\x31\x35\xae\x3f\xe9\xa9\xf1\xc4\xec\xd6\x07\x26\x66\x6b\x27\x91\x6b\x3e\xd4\x50\x50\x4a\x9c\x57\x7a\xa9\x52\xe2\xf9\x11\xf9\xf5\x58\x6c\xe3\x6f\x1f\xc1\x01\x99\x79\x3d\xf9\xe4\xd9\xa2\xf6\x7b\x6a\x9b\x7b\x88\x1c\x10\x4f\xea\xb6\x76\x24\x19\x27\xfc\x26\xc4\xe1\x6f\x9b\xe2\xd7\x13\x53\x6d\xbc\x1e\x13\x7a\x09\x20\xac\x9e\xb4\x80\x0d\xeb\x73\x11\x13\x4e\x2c\xfb\xaa\x0f\x38\xd3\x99\x0e\x03\x7d\x7f\x63\xbd\x5d\xbf\x24\x75\xd5\x77\x0c\xb2\xd3\xfc\x7e\x47\x4b\xf9\x1e\x44\x27\xfc\xf4\x9c\x85\x1f\xd1\x85\x47\xf9\xf5\xc1\x66\x8f\xed\x6a\xa7\xa1\xff\xf4\x7a\x18\x33\xf1\xc5\x2c\x95\xea\xbd\x1c\x60\xc4\xd4\x38\xee\x3f\xab\x13\xd1\x78\x2e\x2f\x73\x99\xef\x7e\xf2\x78\xca\x6b\x6b\x3f\x9e\xc9\x2f\x5d\x01\x55\x8e\x46\xe6\xce\x20\xdb\xf9\x37\x8c\x17\x17\xb9\x97\x18\xa5\x6b\x2a\x27\xed\xae\xf9\xdb\xdd\x38\xcc\xe9\x5b\xe5\x3a\xe6\x62\xf0\xe0\x98\xb2\x0e\x05\x7a\x7d\x43\x17\xb7\xb8\x4c\xe4\xc0\x8c\x43\x12\xf2\x5b\x3b\x53\x68\xdb\xdc\xf4\x6c\x0b\x6d\x8f\xcf\x54\xdd\x31\xa7\xb4\xac\xe4\x3a\x14\xf8\x06\x0e\x37\xb9\x67\x22\x42\x33\xfb\x04\xb6\x3b\xdb\x5c\xd3\x53\x26\x1b\x9b\xc4\x3e\xa7\xda\x40\x0e\xc1\x45\x1b\x77\x87\x52\x7f\x6e\x92\xa4\x37\x52\xf3\x89\x05\xb6\x8e\x25\x56\x98\x86\x43\x01\xe2\x05\x9c\xbb\xb7\xc7\xd2\x11\x88\x70\x3e\xd8\x60\x1f\x3f\xc6\x31\x4c\x45\xd2\x5c\x47\x2a\xaf\xc7\x2a\x30\xe2\x35\x2d\x35\xaa\xac\x0e\x49\xc1\x88\xe9\x19\x18\x82\x99\xca\x03\x4d\xe7\xfc\xf1\x49\xbc\xdb\xd7\xd9\xc9\xb1\x2b\xdb\xc7\x5a\xd5\xe8\x9b\x1a\x90\xe6\x7a\x4c\xf2\x3a\x52\x70\xdd\xa9\x4e\xc8\x6c\x8b\x01\xa2\xf3\xba\x46\x4c\x4f\x55\x9d\x4c\x6d\x4b\x45\x90\xe2\xfb\x6d\x7c\x06\xf2\x1c\x00\x69\xa0\x62\x1a\x43\x20\xe9\x08\xfb\xf5\xfe\x40\xd5\x89\x54\xe2\x16\xad\x9d\x79\xad\x4f\x8f\xd3\xfd\x78\x0f\x71\xb2\xd3\x47\x04\x47\xfe\x73\x19\x60\xec\x6d\x2a\x07\xbf\x3b\xa1\xc8\xd8\xd3\x8e\x78\xe3\x14\xe7\x9b\x24\xa8\x5c\x4b\x85\x5c\xcc\x27\xd8\x37\xce\xcd\x2b\xf8\x04\xcf\xa5\x05\x30\x1e\xdf\x5e\x2d\x0f\x73\xcf\xa0\xb0\x5f\x45\x4b\x07\x10\x63\xd5\xec\x53\xae\x25\xd5\x5e\xd2\xe2\x27\xc1\x35\x37\x68\xae\x9d\xe4\x3f\x38\xfe\x26\x28\x6d\xf9\x52\x72\x3e\x10\xc0\x72\xe7\xa7\x15\x3f\x31\xe8\xc9\x0d\xdf\xb7\x5b\x8b\x43\x7a\x78\xda\x46\xa1\x27\x3d\xb0\xf5\xa3\xce\x77\x1d\xf1\x87\x44\x7a\x7b\xfb\xd5\x5a\x3e\x9a\xc0\x62\x6b\x8c\x5f\x45\xae\xa3\xef\x77\xbe\x58\x76\x2c\xb5\x71\x4d\x79\x7b\x9a\xd3\xfe\xa5\xfe\xcd\x24\xc2\x69\xe2\x5f\xb1\x73\xb5\x9c\xa4\x2c\xf2\xf4\x83\x8d\xe3\x79\x5b\x3b\x26\xf1\xcc\x7f\x39\x96\xda\x9b\x45\x27\x7f\xa7\xd9\xde\xfe\x4f\xf4\x75\xd7\x9f\x81\xe3\x61\x37\x0f\xcf\xfa\x3a\xd4\x71\x70\x8c\x23\x54\xb3\x1f\x03\x4b\x2a\x76\x74\x2e\x6c\x63\x5f\x17\xe3\x36\x88\xe7\x64\xe0\x51\xfd\x2d\xce\x59\xf6\x72\xd1\x05\x3a\xd5\x05\x40\x39\xe6\x3a\x04\x14\xdf\x78\x09\xaa\x9c\xfd\xb8\x01\xdb\xb8\x96\xb3\x80\x02\x98\x38\x16\x7a\x99\x1f\x20\x63\x9f\xb8\x74\x8c\xf3\xf8\xbb\xe3\x4b\xd7\x49\xa0\x29\x04\xf6\x73\x8e\x84\x79\xd4\x31\x4e\xe1\x2e\xda\x82\x2e\xe7\x90\x86\x97\xb6\xb6\x8f\x8b\xa4\x8e\xfd\xb1\x4d\x01\x0d\x8f\x41\x33\xfb\x5b\x28\xf0\x15\xc6\x21\xcf\xdb\x9c\xd8\xe7\x51\x67\x6b\x7f\x70\x23\xae\xe3\x32\xae\xd5\xd5\x03\xa6\x98\x9b\x7c\x81\x6d\xdf\x5f\x5f\xe2\x8c\xe1\x4d\x9c\xb2\xc3\x28\xd2\x7e\xfd\xc6\x52\x72\xcb\xc6\xbe\xd3\x54\xb9\x40\x27\x4b\x68\x6e\x08\x57\x23\x49\xbf\xc5\x3d\xea\xc2\x4f\x20\x82\x4c\xde\xfa\x3c\x2e\x91\x17\x90\xbb\x8e\xd7\x6c\x4b\xaa\x27\x26\xc4\x73\xd1\xb3\xad\xf8\xe0\x27\x15\x43\xd6\x2c\xf2\x98\x4f\x58\x04\x1a\xce\x35\x3f\xc6\xcf\x8d\x18\xec\xe5\x2e\xa9\x9c\x3f\x56\x87\xbc\xa1\x18\x12\x6b\x10\xe0\x49\x31\xe4\x81\x4e\x82\x19\x38\xe4\xd8\x7e\x7c\x52\xce\x2a\x84\x3c\x07\x46\xdf\x68\x73\x6d\xcd\x1f\x2b\x20\x07\x46\x0c\x9e\xd4\xa1\x64\xe8\x44\xc9\xeb\x08\xe7\xe8\x08\xc7\xad\x27\xcd\x68\x7d\xe9\x50\x41\xea\x5c\x23\xc0\x4c\x21\x36\x12\xc6\xa6\x9a\xa1\xa4\x5c\xac\x72\x60\x48\x4f\x54\xa3\xff\x04\x80\x34\xed\xfa\xd9\xd3\x38\xfa\x6f\x8b\xe0\x07\x0a\x41\x03\xec\x97\xc5\x48\xd5\x0c\x3c\x9f\xc6\xe1\x59\xd4\xf9\xdf\x8e\x57\x83\x64\x59\x85\x30\x68\x95\xe2\x09\xc7\x82\x8b\x40\xc9\x47\x0a\x50\x79\x40\xf0\x8e\x45\xa8\x73\xdd\xe0\x25\x1d\x4d\x31\x4f\x87\xe7\xea\x90\x96\x15\x03\xcd\x8c\xc6\x1f\xab\x04\x6f\xa8\x00\xb2\x26\xa0\x05\xd5\xe0\x0d\x00\x24\xde\xd8\x12\xa9\x34\x84\x2c\x18\x02\x4b\x01\xe8\xf8\xbc\xf1\xc7\x87\x7c\x09\xfb\x79\xfe\x90\x97\xa5\x37\x63\xda\x33\x7f\xce\x37\x5e\x73\x8c\x25\x7f\x25\x7e\xbe\xc0\xc7\xfc\xd9\xbe\xc9\xd0\xc9\x3d\xc1\xa0\xdf\xa0\x5f\xff\x23\x78\xb8\x5d\xc7\x14\xf6\x7e\x39\x3c\x3c\xef\x62\x28\x83\xf4\x63\x3c\x68\x0e\x7e\x46\x23\x97\xb6\xc5\x94\xce\x48\xaa\x7d\x8e\xad\x1c\x4b\x7d\xf2\x13\xbe\xb7\xf7\x67\x8e\xd6\xae\xad\x3c\x9d\xe8\x3e\xd6\xcf\xbd\xff\x40\xe2\x50\x65\xc1\x90\xe7\x14\x80\x6d\x65\xaf\x5f\xea\x53\xa7\xe7\x7b\x7f\x6f\x84\xaf\xe8\xfb\x29\xbd\x33\xfd\x3e\xe1\xe3\x9a\x4e\x9e\xb4\x3b\xe8\xda\x93\x1a\x03\x16\xf0\x40\x53\xc1\x69\x79\xab\xef\x07\x3b\x3c\xa1\x8b\xfd\x69\xc7\x2f\x90\x15\xc5\x90\xf9\x7d\x99\xa7\x31\xcd\xc1\x77\x5b\x4c\x38\x1b\x30\xdf\x67\x03\xe6\x61\xca\x1d\x9f\xc9\x03\x65\x3b\x5b\x86\x84\x3c\x98\x9e\xc6\xa8\x16\xdb\x9e\xe4\x7d\xcf\x70\xef\xb5\xb2\x53\xcc\xdc\xe1\x6a\x40\xc0\x6d\x76\xf2\x77\xfe\x7d\x57\xe7\x64\xcd\xa1\xe3\xc5\x39\xda\xee\x5b\x7d\x73\x09\x39\x66\x2b\x2f\x99\x1d\x86\x55\x73\xcf\x04\x35\xb4\xd4\x16\xf3\x76\x7e\x79\x4a\x4d\x07\x0c\xb6\x91\x6d\x8b\x5d\x07\xe4\xc2\x1b\xc1\x45\x60\x4d\x8f\xcf\x78\x19\xd9\x5b\x62\xc3\xa1\x4e\x4f\x75\x01\x95\xae\xa5\x4a\x18\xbf\xfa\xa9\xb3\xf0\x06\xc4\x1a\xe3\xa3\x5d\x6c\x29\x3c\x9e\x18\x03\x8a\xc7\xfe\x3d\x56\xd2\x98\xf6\x2c\x50\x40\x21\x2e\xa1\x25\x63\x4c\x85\x69\xa4\x0e\xce\x1f\xbb\xbd\x94\xa5\x2b\xc8\xb5\x17\x31\xa5\x11\xb1\xbb\xdc\x99\x7c\x82\x7a\x5e\xdb\x49\x8e\xec\x9e\xfa\xe4\x2f\xf3\xd3\xfd\x94\xef\xfe\x96\xd9\x63\xc3\xda\x1f\x29\xe7\xfb\x7f\xd4\x26\xf7\x52\xf0\xe0\x99\x74\xb5\xcb\xef\xc6\x37\xd7\x55\x7a\x70\xb1\xab\x53\xeb\xa7\x34\xe2\xdd\x3e\x45\x5c\xa2\x00\x38\x0b\x1c\x7f\x26\x48\x26\xbc\x9e\x84\x71\x60\xe2\xf5\xc4\x10\xcf\x57\xbb\xb6\xc8\x49\xdd\xde\x46\xc4\x44\x38\xbe\x8b\xcb\x6e\x2f\xe6\x75\xff\xa6\xd6\x90\xea\x17\x1e\xc5\xc7\x13\x4d\xc5\x3c\x95\x76\x4f\x42\xbb\x75\xc6\x85\x37\x9a\x56\xfe\x1e\x6f\x6a\xcc\xe3\x7c\x88\xfd\xe6\xd1\xdf\xa9\x02\x38\x5d\x3f\xa4\x0d\x01\x34\xae\x49\xc7\xae\x39\x0d\xa5\x11\x96\x0d\xbb\xf4\x13\x10\x63\x3c\xe1\x9a\x7c\xe1\x37\x6c\xe3\x98\x4e\xe3\x58\x72\x76\x89\x65\xc1\x08\xad\x1d\x9d\xac\xbd\x04\x6c\x5d\x81\x26\x8e\x79\x11\xd6\x87\xbd\x7e\x6d\x6a\x9b\xe2\x8b\x83\x9e\xf5\x60\xe5\x09\xf4\xc2\xe1\xc8\x8b\x7e\xfa\x5b\x97\x63\xe2\x76\xef\xfb\xcd\xbe\xfe\x75\x59\x40\x01\x95\x58\xaf\xf7\x31\xfc\x88\xe9\x55\xe4\x53\x72\xe3\x5a\x2c\x81\x31\xed\x1c\xb0\xc8\x4f\x50\xed\x08\x68\x29\x72\x2d\xad\xf0\x82\x56\xe8\x27\x20\xc1\x38\xdf\xc5\x39\x19\xd9\xda\x44\x63\x29\xf9\xdc\x8b\xdb\xb3\x01\x6d\x2e\x37\x15\xc8\xdc\x0b\xf1\x33\x79\xe1\x09\xa0\x72\x04\xbe\x99\xeb\x4c\x3d\xd5\xc5\xef\xd3\x01\x83\xff\x3f\x56\x4c\x79\x09\x2d\x69\x61\xf7\x50\x97\xff\x59\xd3\x97\x70\x0c\xe1\x9a\x24\xf2\xd3\xe9\x45\x7e\x97\xc7\x1e\xd5\x47\x27\xeb\x49\x6d\x0c\xf0\x04\x7a\x69\x9b\xeb\x43\x2c\x38\xc8\xc7\x94\x1b\x67\xb7\xfe\x6e\x9b\x9b\xed\x24\x95\x33\x9c\xeb\xb4\xb6\x14\x4d\x17\xbb\xf9\x89\x6c\x3c\xcf\x69\xb7\x7e\xeb\x58\xc6\x98\x8b\xe5\xb9\x0e\xd8\xb9\x1e\x83\x19\x18\x10\x91\xc5\x29\x1b\x31\xcc\x91\x4d\x2d\x6a\x91\x93\x86\xc7\xf9\x64\x7d\x69\x78\x52\x97\xbb\xd4\x23\x71\xcc\xe1\xfc\x12\xb0\x4f\xea\x10\x69\x73\xb0\x8e\xc7\x02\xb9\x6a\xf7\xaf\x70\x5f\x5c\x3c\x76\xac\x45\xbb\x7f\x21\x0e\x79\x17\xe3\x01\x8b\x90\xe7\x7a\xec\x48\x2a\x49\x0f\x35\x20\xd2\x16\xa7\x64\x9e\x59\x62\x3b\x5f\x8b\x1c\x19\x8f\x3f\xb2\x2f\x91\xaa\x8d\x6d\x31\xa1\x98\xc8\x85\x63\xf2\x15\xb4\x98\x48\x1c\x02\x5b\x03\xd8\xde\x0f\xcf\xb2\xb1\xc6\xfe\xc0\xbe\xd3\xb6\xb2\x10\xfb\x0f\xaf\x07\x08\xfc\xdd\x24\x8b\x50\x44\xeb\x18\x0c\x81\x6c\xf0\x2d\x5f\x91\x38\x20\xff\x53\xe4\x68\xc2\xb3\x98\x7a\x12\x15\xa1\x05\xba\xfd\xfa\x36\x5e\x5b\x52\x22\xf2\x67\xf5\xc7\x22\xd7\xee\xdf\x45\x16\xa7\x1e\xf7\x60\x88\xbe\xa0\x19\xb0\x95\x8d\x18\x31\xf4\x13\xf6\xf3\x02\xb9\x9e\x34\x0f\x2b\x91\x27\xa1\xc8\xd9\x89\x38\x92\x4a\x91\x23\x1b\x27\xc2\xb2\xbe\x2a\xa3\xf1\x93\x92\x8d\x5d\xd3\x0e\x77\xf4\x07\x3a\x41\x2a\x3a\xd1\xc7\x39\x78\x24\x0e\x88\x50\x4c\x70\xde\x24\x86\x96\x5e\x84\x50\x58\x20\x2f\xcc\x42\x71\x28\x03\x03\x49\x6d\xbc\x55\x08\xa0\x01\x9e\x16\x34\x63\xc3\xcf\x35\xf1\x32\xd7\x8a\xb8\x04\x14\xaf\xd1\xf7\x29\x25\x12\x79\xe2\x47\xbb\x7f\x60\x3e\xe0\xf1\x0e\x00\x90\x34\x8c\x53\x2d\x42\xe6\x0d\xa4\x3e\xa9\x31\x9a\xaa\x3a\x11\xed\xd7\x8e\x5c\x53\xac\x21\xc5\x2f\x1c\x0a\x54\x90\xa3\xe5\xd3\x33\x1b\xbb\x7d\xd2\x4a\xa3\x40\x1f\x24\x3c\xe9\x8d\x94\xaa\x8d\x61\x89\x81\x73\xa3\xad\xc3\x1d\x79\xf3\xa9\x76\x8f\xb4\xd3\x4f\x9c\x2b\x24\x7c\xe1\x9a\x4a\x08\x2d\x79\xe1\xe0\xdc\x25\xb2\x43\xc7\x5a\xe4\x90\x63\x36\x5c\xe2\xe4\x5c\x98\xeb\xaa\x21\x6b\x2a\xd8\xe1\x12\x9d\x88\x9c\x1e\xec\x4f\xc0\x3a\x0e\x88\x13\x7d\x1e\x11\x11\x17\xf7\x79\x40\xd2\x38\xe7\x31\x2c\xc2\x91\xf4\xa1\x41\x5f\xe8\x42\x7d\x21\x93\xca\x17\x40\x29\xee\x7c\xbf\x6d\xa9\xad\xee\x42\x8e\xcd\xbd\x88\xfd\x31\xd5\x1e\x2a\xd9\x22\x7e\x88\x82\x5a\xef\x75\xcd\xa5\x40\x1f\x76\x63\x0c\x7d\x0a\x60\x1b\x6a\xf7\x45\xf6\x76\xdc\xae\x57\x26\xa8\x70\x34\xac\x03\xcf\xf8\x69\xcf\xc3\x38\x1c\x13\x1d\xcf\xc2\x3c\xc6\x1a\x01\x1c\x10\xf3\x40\xe7\x55\xc5\x88\x81\xa0\x81\xb0\x6c\xc7\x18\xa9\x13\x15\x20\x53\x01\x60\x0a\x86\xea\xcc\x20\x65\xa0\xc6\x8e\x64\x72\xf4\xd6\xc1\xfe\xc2\x52\xb7\x13\x72\x1d\x1b\x04\x18\x18\x31\x30\x2c\xa2\xcf\xea\x86\x11\xb5\xba\x28\x48\x8d\x63\xf2\x2b\xcc\x77\xab\x0f\x64\x11\x5a\x9c\x7a\x3c\x67\xf0\x93\xfb\xd1\x3b\x1d\x2b\x3b\x5d\x7f\x3e\xce\x33\xfd\x15\x50\x22\xf2\x9d\x5d\x2a\x04\x2d\x1b\x43\x7a\x86\x75\x0d\xdb\xd1\x31\xce\xb2\x07\x3e\x30\xcf\x22\xc7\x2e\x5d\x81\xee\x79\x1d\x76\x28\x3c\xca\xff\x8e\xe3\x0a\xb6\x75\x6c\xaf\x7a\x0c\xac\x33\x5d\x55\x70\x3f\x7b\xfd\x62\x42\x71\x24\x23\x87\xeb\x7c\x8e\x97\x18\xa1\xb4\x1d\x16\x13\x02\xcc\x54\x8e\x6d\xf9\xd4\x0c\x47\x52\x70\xee\xa3\x3d\x86\x3e\xe7\x63\xd9\xcc\x54\x00\xcf\xec\xab\xc5\x66\x49\xbc\xdb\xd3\x67\x16\xa2\xa0\xe6\x4e\x62\x87\xd7\xc6\x2b\xdd\xb0\xd1\x36\x3e\x0a\x80\x9a\x50\xfd\x76\x4f\x69\xba\x7c\x48\xa6\xa7\xb2\xe1\x98\xd0\xa6\x16\xa5\x47\x29\xe1\x74\x60\xaf\xa7\xdc\x55\x79\x76\x63\x12\x48\xea\xea\xd8\x5b\x5d\xbb\xde\xff\x7e\x0c\x8e\xb9\xd9\x3a\x9d\x8c\x96\xae\xf0\x18\xaa\x09\x9f\x7b\x02\x88\xdb\x33\x13\x23\x09\x39\xa9\x84\x7c\x2a\x0c\x6d\x8c\x1f\x04\x94\xb8\xa6\xdc\x9e\xc7\x6b\xcf\x5b\xf1\x17\xf3\xd6\xea\xd7\x4e\x2f\x94\x3c\x71\x95\x43\xce\x9e\x79\x26\x1d\x8b\x23\x63\x15\x70\xcc\xfb\xf1\x05\x73\xb1\xef\x28\x80\xaa\x3b\x5f\xc0\x9e\xb6\x6b\xf5\xe5\x79\xbc\xec\xe2\x7d\xbb\x97\xdf\xe2\x10\x99\xf0\x38\x16\x79\x49\xb7\x97\xe0\x60\x5d\x4a\x36\xb5\x6d\x2a\x65\xbb\x5e\x73\xab\x7d\x98\x7d\x00\x17\xb1\x2d\x4f\xdc\x47\x62\xbc\xd0\xae\x23\xca\x2a\x2f\x0f\xdb\x79\x1b\x22\x41\x33\x64\x9c\x0f\xe9\x8a\xf1\x40\x4b\xdc\xe2\x70\x7e\x46\x1c\x85\xe4\x74\x10\x87\x13\x13\xe3\xd3\x9f\xc3\xbb\x38\x66\xf8\xd4\xce\xff\x71\x64\xe5\x51\x34\xd9\xee\x09\xf7\x40\xd4\x9d\x87\x63\x1f\xf7\x36\xe4\x68\x4c\xea\x37\x8f\xd5\x38\x96\x67\x73\xed\xb1\x96\x9a\xf8\xda\xfa\x4c\xbb\xa7\x78\xc0\x81\x1a\xdd\xeb\xf6\xef\xc8\xd2\x11\x88\x9f\xc2\xc0\x80\xea\xf6\x1b\xbb\xb3\x7f\x72\x66\x9b\xfd\xd4\xb1\xa6\xed\xd9\xbf\x93\xb5\xb7\x85\x97\x28\x18\x03\x76\xb9\xcd\x68\xda\xda\x58\x2b\x5f\x8d\xbd\xb9\xde\xfb\x36\x8c\xdc\xea\xc0\x7e\x8c\x4b\x28\xac\x8f\xfd\xe0\xb9\x17\x88\xe3\x78\x94\x5f\xb8\x1f\x70\x89\xa7\x7b\xb0\x3d\xdb\x39\x31\xf1\x98\x9e\xe9\xe1\xda\xb6\xd4\x23\x66\x44\xa5\x82\xbf\x5b\x4a\xde\xfe\xab\xb7\x39\x84\x93\x3b\xa6\xb2\x5f\xf3\xe8\xf8\x16\x40\xf9\x13\x39\xde\x99\x4c\xf6\xe7\xd3\xc4\xd1\xeb\x7c\x5e\xd8\xe9\x5e\x96\x2f\xeb\x8c\xc0\x13\xee\xe9\x7e\xfb\x6d\xdd\xeb\x7c\xc4\x71\x2d\xa8\x72\x98\xd7\xf7\x75\x77\x58\xe5\xa0\x2b\x93\x44\xa9\xbd\x9e\x83\xfc\x54\xca\x1d\xc1\xb8\xb6\xf7\x0e\xbc\x04\x11\x96\x92\xb3\x0e\xce\x99\x97\x64\xe5\x58\x6a\xcf\xeb\x49\xab\x89\x49\x57\x5e\xbb\xef\xf5\x3c\x2f\x3e\xe5\xc3\x11\x40\x62\x63\x19\x73\x1d\xcf\x87\xf9\x8b\xc9\xa1\x41\xa8\x4f\xed\xde\x0b\xa0\xf7\xb8\x80\xde\xe1\xb1\x6e\xff\xad\xe5\x97\x8e\x1d\xb3\xb3\xed\x7d\x1b\x9d\x64\x0d\xcd\xa0\x67\xc6\x96\x88\x26\xc6\x30\x9c\x98\x4a\x38\xb1\x44\x1c\xe3\x5a\x3f\x63\x91\xed\x9a\xf0\x93\xc1\x4b\xbc\x1a\x23\x5b\x0c\xb3\x13\x6c\x4f\xce\xf5\x18\x19\x3a\x29\x49\x7a\x0c\x9f\x54\x42\xd6\x2d\x02\xcc\x40\x8c\x34\x9d\xe8\xcb\xd8\xff\xcf\x35\x3f\xd6\x0d\x55\x57\x87\xe7\xcf\xa5\x75\x8e\x82\x51\x77\xd6\x57\x37\xe8\x99\x06\xd4\xb9\x11\xa3\x99\x4a\xd2\x23\x85\x94\x8f\xeb\xac\x83\x6e\xed\xb0\xa3\x71\x58\xd7\x4c\x4f\xce\x3e\xc9\x3a\xd1\x97\xc0\x90\xd6\x34\xa3\x3f\xb2\x08\x38\x30\x48\x5a\x53\x0d\x28\xe9\xc4\xc3\xb3\xbd\xaa\x97\x79\xe7\x01\x18\x2e\x9e\x34\x43\x7d\x02\x3c\x52\x54\x9d\x64\xa1\xa5\x66\x27\x58\xf5\x8d\xed\x95\x6e\x3f\xed\xba\x9f\x7e\x8d\xf7\xb3\xb5\x5a\xa9\xe9\xd6\x74\x0d\x42\x3d\x7d\xfe\x02\x8d\x43\x0e\x71\x38\x1f\xde\xae\x1d\xef\xd7\x6e\x8d\x96\xd6\x3e\x47\x39\xd4\x79\x61\x3e\x80\x41\x80\x27\x15\xe3\x21\xe0\xb0\x27\xf4\x75\x15\x48\xa6\x66\xc8\xfc\xdc\xea\xce\xc7\xdd\xe4\x89\x54\x79\x3d\xe6\xbb\xb9\x1c\x6e\xe6\x18\x4b\xbd\xd2\xa7\xa6\x13\x1b\x7e\x7e\xb2\xae\x7a\x4b\xee\x3b\x9d\x7f\x79\x4f\x31\x3c\xed\x47\xd5\x55\x9e\x96\x0d\x02\x2a\x8a\x21\x4f\x2c\x52\x9e\x1b\x2d\x0e\xa2\xa7\xc0\x20\xb1\x1d\x6c\xf6\x3e\x56\x6c\x70\x2c\x50\x89\xf6\x1c\xd6\xc7\xf4\x05\xe3\x7e\xe4\x59\x38\xbe\x3c\x86\xae\xc0\x53\x8e\xc6\x2e\x6d\xec\xd3\x4d\x25\xec\x6c\xb2\x3d\xcb\x85\xfb\x22\xbc\x86\xcd\x3c\xaa\x5f\x43\x4b\x0c\x0d\x52\x9e\x5e\xe0\xb6\x85\x97\xc6\xa1\x67\xd2\x8d\xa3\xad\x43\x57\x00\x0b\x98\x80\x4a\x14\xe8\xca\x1b\xc5\xa1\x8b\xdb\xf5\xba\xb3\x5e\x93\x30\x2f\x5d\x4a\xcd\xfd\x88\xc1\xf9\xf8\x1e\xa3\xe4\x76\x44\x6f\x7d\x6a\x5d\xb7\xb8\x6d\x34\x1d\xdb\x3d\x79\xed\x09\x08\xe3\xfb\x64\xbf\x57\xd8\x61\x04\x79\xeb\x71\xf4\xd2\xb1\x24\xc2\x6f\xba\x7f\x27\x1a\x53\xda\x11\x83\xa6\x03\xec\x2b\x71\x0c\x65\x76\xb1\x87\x5d\xb9\x1a\x4d\x78\xa3\xe9\x9e\x6e\x6d\x53\xc3\xd2\x4e\x41\xe5\x08\x1b\x34\x49\xe4\x06\x72\x4c\x6d\x45\x4a\x3d\xd5\xd8\x1f\xe3\x94\xc0\xfe\x2c\x76\x2c\xbb\xf6\x52\x50\x78\x4c\xbe\xb4\x7a\x12\x72\x05\x7e\xeb\xbe\xc0\x2b\x17\xe1\xb1\x19\xa1\xd7\x8e\xdb\x08\x6d\x6a\x93\xe3\x38\xa1\x99\x4a\x68\x27\x9b\x85\x97\x14\xa1\x6d\x4d\x71\x7e\x5f\x39\xa7\x67\x0f\x07\xc3\xd0\x33\xf9\x76\x1d\xd0\xe1\xce\xce\xf0\x2d\xfc\x9e\x9c\x3b\x54\x1f\x3f\xc7\xb2\xa7\x3c\x4b\xde\xe2\x7e\x70\xbe\x82\xfb\xda\xcd\x57\x89\x31\x10\xce\x7f\x6d\xf3\x21\x9c\xb6\x67\xeb\x8c\x10\x52\xa8\xf0\xda\x33\x87\x7b\x5c\xcc\xd6\xfe\x08\x14\xb6\xa5\x1e\xce\x12\x9f\xf2\x88\x63\xa2\xc3\xb1\x6d\xee\xe8\x51\x4e\x32\x31\xfb\xb5\x23\x18\xa1\x4f\xc9\x0b\x2f\xe9\xe7\x5e\x72\xb1\xbf\x4d\xa9\xc8\xe9\x74\xa8\x86\xa9\xbc\xe8\xea\x83\xad\x4d\xf1\xd5\xe1\x2c\x4b\xb2\x3f\x03\x70\xc0\x45\x3f\xba\x7c\x88\x89\xf4\x16\x2f\x89\xdf\xc5\xc1\xb0\x3f\x61\xba\xdc\x41\x3c\xac\xfd\x2a\xd1\x2c\x62\x36\xd3\x41\xb8\x9e\x72\xeb\x2e\x5f\xe0\xa4\x81\x27\x20\x8c\x37\x25\x87\x13\xbf\x8b\x9c\x18\x9d\xb4\xc3\xd8\xb8\x82\x43\x14\x8b\xcb\x2c\x14\xa3\xfd\x5a\x87\xcc\x2b\xad\x3f\x2a\x4d\x03\xfb\x17\xa3\xcf\xea\x48\x95\x54\x4e\x2c\xf6\x7c\x18\x23\xa9\x6e\xcf\x14\x93\x67\x7d\x6f\xa7\x03\xe6\x50\x47\xa1\xe8\xb2\x3d\x0f\x3b\x54\x91\x27\xf0\x7d\xdc\xc7\x14\xf7\x3d\x22\x76\x71\x30\x5b\xb6\x67\xbc\x0f\x67\x0b\x87\xa1\xdd\x93\x6a\x2f\x62\xff\xf4\x28\xb1\xb5\x2d\x3f\xc5\xb6\x00\x28\xc7\x92\xfa\xa2\xb0\x68\x6d\x08\x3f\x77\x30\x56\xb1\xba\xf9\x73\x34\x76\x6b\x9b\x28\xc6\xb9\x99\x8f\x71\xab\x40\x37\x81\xd6\x9e\x2b\xed\xce\x24\xf7\xe4\x1c\x63\x12\xac\x03\x76\x1a\xef\x30\xa1\x5c\xfb\xa9\x84\xec\x5e\x37\x87\x7e\xd4\xea\x56\x0e\x39\x36\xc5\x39\xb5\x28\x60\x9c\xce\x13\xd8\x9e\x71\x1b\x3f\xa1\x6b\xc8\x75\xf8\xd2\x33\xf9\xbe\x28\xc8\x0b\xdc\x0e\xf3\xec\x27\xfc\x12\xdb\xbf\x47\xf5\x63\xd7\x6a\xf1\x2a\xb6\xfb\x9e\x2b\x80\xa6\x3b\x13\x4b\x13\x22\xce\x3d\xd2\x3d\x1e\xc5\x36\xdc\x9d\x69\x77\x4c\x3e\x16\x05\x3a\x11\x47\x72\xdf\xa7\x36\xb5\xb3\xce\x96\x22\xaf\xce\xd5\xe1\xe3\xf7\xd3\xf7\x55\x3c\x4b\xde\x9d\xb7\xef\x53\xae\x25\x93\x38\x77\x80\x23\x10\xbb\xe6\x63\x77\x96\x9b\xe8\x70\xbe\x91\x80\x58\x13\x78\x42\xef\xb1\xc8\x43\x72\xe6\x9a\x0e\x31\x21\xe9\x16\x8f\xb8\x16\xce\xfb\xa7\xb5\x63\xaa\x39\xe4\x1e\x37\xd3\xa5\xd1\x9f\xea\xe2\x5a\x5e\x9f\xe3\x91\x6e\x0e\xfa\xf1\x2e\x3f\x28\x6d\x6a\x51\x43\xea\xa1\x84\x14\xdd\xb8\x14\xdf\x78\xbd\xf6\xdd\xa9\xbd\x6e\xea\xda\x10\x4c\xf5\x01\xb1\xcb\x75\xa4\x85\x4f\x85\x63\x63\xc8\x1b\xda\xee\x19\xb7\x64\xc2\x71\xc4\xfc\x29\x72\x59\x38\x8e\xf6\xf2\x90\x33\x9c\x4f\x1d\xc6\xbd\xcd\xf7\x39\xfe\x7b\xd6\xff\x6b\xc7\x0c\x6b\xd5\x72\xb0\x7e\xcf\xbc\x9e\x8a\x71\x5e\xbb\x77\xe7\xa7\xed\x9a\xe3\x76\x1c\xee\xf3\xd2\xf6\x1d\x8b\xe3\x19\x12\x01\x55\xa2\x70\xbe\x0f\x29\x0a\x3c\xe9\x51\xe4\x76\xff\x2e\x84\xc3\xed\xde\x81\xa0\x70\x6e\x70\xf0\xeb\xed\xb9\x1c\x9b\x5a\x34\x1e\xd5\xef\xb7\xb6\x7f\x3c\x8b\x74\x58\x27\xba\x9e\xc3\x32\xf1\x31\xe7\x39\x3d\x3f\xab\xd6\x5e\x62\x1c\x78\xc4\xbe\xa0\xe3\x0f\xcb\x12\xec\xce\xf4\x1e\xde\xcb\x68\x65\x01\x29\xbe\x71\x76\xef\x86\x88\xd7\xf3\xec\x1d\xef\x4a\xb8\x3f\xaf\x22\x72\xe4\x56\xe4\xd4\x8e\x3e\x47\xc6\x22\xcf\x6c\x54\xe6\xb0\x46\xdd\x38\x56\x97\x17\xe2\xfa\x22\x47\x6a\xea\xf1\xbd\xb1\xda\x69\x1e\xff\xe4\xc2\x2c\xf3\xa9\x0d\x72\x2c\x26\x9c\x6e\x99\x1f\xe2\x48\x42\x76\x6b\x17\x71\x28\x85\xd9\x7f\xdd\x7f\xbe\xf9\xab\x11\x97\x9f\xd7\x2f\x25\xf9\xc5\xd7\x8d\xbc\xe9\xb6\xc6\xac\x0e\x56\xf9\x2a\xab\xa3\xdd\x95\x0c\xed\x0d\x52\x2f\x5e\x2d\x19\xc1\x20\x2d\xaf\xfd\x76\xd9\xdd\xe9\x4d\x13\x46\x11\xac\x98\xa2\x88\xc2\x34\xb8\x7a\xdb\x65\x75\x52\x2e\x76\x14\x5f\xba\x20\xe3\xd6\xfd\x37\xd3\xee\x02\xb7\x1d\x85\xe6\xdb\x75\xb2\xf7\x5f\xee\xf6\xf7\x98\xb8\xab\xec\xeb\xc9\x65\x91\x37\x5f\x3e\xfd\xfc\x47\x7b\xd3\xc4\x73\x19\xbe\xe9\xfe\xd5\x67\xf7\x52\xb6\xf7\x85\xdc\xbc\x9c\xf2\x2d\xbf\xd7\xc3\x75\x17\x60\x7e\x3b\xbf\x5e\x53\xf3\x5d\x14\x68\xc1\xf3\xdf\xed\xf9\xd8\x2d\xad\xa5\x7b\xe3\x92\x8c\x4f\x5a\x1c\xe5\x93\x28\xad\x36\xcc\x76\x77\xa1\x03\xa6\x5c\xae\xaa\xe0\xe5\x8b\x48\xaf\xdc\xfb\x4a\x52\xef\xbf\xf7\xf5\x3d\xd7\x1f\xdd\xba\xea\xe8\xfa\xd5\xac\x37\x28\xdf\xf8\x79\xa4\xfb\x2f\x77\xff\xd3\xbf\xe5\x74\xe9\x5f\xde\x72\x83\xed\x6b\xd7\xbf\xba\x08\x65\x6b\x70\x76\x45\x19\xe3\xfb\x41\x51\xdc\xbc\x94\xa5\x6b\xc2\x67\xab\xb5\xbb\x82\x01\xd4\x57\xee\xd3\x53\xe4\xbf\x52\x5d\xe8\x86\xa7\xaf\xdc\xb4\x88\xca\xdb\xf7\xd3\x61\x6f\xa0\x06\x49\x56\x06\xbb\x16\xc5\x0b\x75\x57\x6d\xc5\x73\xe6\x6f\xfb\x8d\xe7\xb7\x67\x9d\xbf\xf7\xfe\xec\x37\xdc\x5a\xb9\xbf\x7a\x9f\x1b\xd6\xb1\x55\xde\x5d\xe1\x76\x2d\x00\xbc\xcd\x4d\x9c\xde\x04\xf7\x2d\x0f\x02\xac\x55\x5f\x77\x64\xdf\x7e\x67\xf3\xe5\x55\x73\xe7\xdf\xe7\x1d\xd9\x57\x7f\xd8\xeb\xd6\x85\xcc\x6f\x74\x24\x6f\x50\xca\x9b\xce\x71\x77\x4b\x35\x96\xe9\xb7\x93\xbb\x8e\x76\x77\xc7\xb6\x1d\x7c\xbb\xff\x72\x17\x56\x11\xfc\xed\x65\x3f\x70\xe5\xfa\xea\xb3\x1b\x28\x77\x1d\x7d\x3e\x77\xc4\xd7\x7e\x80\xaf\x55\x83\x07\x48\xff\xf0\xe8\x47\xef\x2b\x09\x1f\x9e\xbe\x3e\xfc\x78\xfc\xf1\xd5\xa5\x68\xf2\xab\xff\xfd\xc7\x63\xef\x01\x52\x24\x15\xfc\x78\x9b\xf7\x7e\x81\xc1\x6f\x6d\xf8\x85\xc1\xaa\xf8\xb6\xca\x50\xd0\x45\xaf\x24\xb8\xf2\x5b\x6c\xaf\x59\x75\xe1\x67\x5d\xbf\xaf\x78\xcb\xb7\x4a\xe9\xaa\xbf\xc4\x3c\x0e\x82\xa7\x28\x8d\xba\x6b\x14\x0e\xbf\x6f\xb7\xbf\x59\x41\xbd\xda\xf7\xf9\x6c\x9e\x13\x69\x7b\x7f\x9b\xac\xaf\xb2\x94\x9f\xfd\x6e\xe2\xf9\x75\xc1\xd7\xe7\xf6\x65\x32\xfb\x6b\x5d\x2f\x5b\xbe\x2f\xd2\x91\x8f\x5f\x09\xfa\x2b\x41\x7e\xcd\x57\x41\x1d\x05\xeb\x5f\x1b\xf1\xde\x3e\x87\xb7\x82\xc7\xdf\xba\xef\xff\xfa\xdb\xff\x0b\x00\x00\xff\xff\x95\x27\x8b\xf4\x49\x7b\x00\x00") func gatewayProductionJsonBytes() ([]byte, error) { return bindataRead( @@ -476,7 +476,7 @@ func rpProductionSubscriptionJson() (*asset, error) { return a, nil } -var _rpProductionJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x6b\x93\xa2\x4a\xb6\x37\xfe\xfe\x7c\x8a\x8a\xfe\x3f\x11\xb5\x3b\x4e\x57\x37\x60\xd9\x5d\x9c\x88\xf3\x42\x10\x10\x4a\x51\x6e\xc9\x65\x9e\x89\x09\x6e\x22\x45\x72\x19\x41\x2d\x7d\x62\xbe\xfb\x3f\x12\x44\x51\xd1\xb2\x2e\xbd\x67\xef\x3d\xed\xc4\xec\xb6\xcc\xcc\x95\xb7\x75\xf9\xad\xcc\x95\x99\xff\xef\xbf\x6e\x6e\x6e\x6e\x3e\xfd\x9f\xdc\x9d\xf9\xb1\xfd\xe9\x7f\x6e\x3e\xcd\x8a\x22\xcb\xff\xe7\xdb\xb7\xea\x97\xaf\xb1\x9d\xd8\x81\x1f\xfb\x49\xf1\xd5\xde\x2c\xe6\xfe\x57\x37\x8d\xb7\x69\xf9\x37\x02\xc3\xbb\x77\x18\x7e\x87\xe1\xdf\x3c\x3f\x83\xe9\x1a\xe5\x53\xfd\x38\x83\x76\xe1\x7f\x7d\xca\xd3\xe4\xff\xfb\xf4\xa5\xaa\xc1\x4d\x93\xc2\x4f\x0a\xe0\xcf\xf3\x30\x4d\x50\x45\xf8\x57\x0c\xfd\xaf\xce\x90\xd9\x73\x3b\xf6\x0b\x7f\x9e\x7f\xfa\x9f\x9b\xaa\x59\xe5\xef\xb6\x3b\x97\xfd\x3c\x5d\xcc\x5d\x9f\xf7\x0e\x92\xca\xe4\x62\x9d\xf9\x88\x5a\x5e\xcc\xc3\x24\xf8\xb4\x4b\xfc\xd7\x97\x06\x09\x2f\x0e\x93\x5e\x16\xd2\x36\xb5\x48\x3c\xe8\xbf\x93\x0a\x0c\xfd\xa4\xa0\xfd\x79\x41\xa7\x71\x9c\x26\xa2\x1d\xbf\x95\xe2\x3c\x7e\x4d\xab\xbe\x1c\xa6\x7a\xfe\xd4\x5e\xc0\x02\xd8\x70\x51\xe6\xba\x58\xc7\x5b\xda\xfc\xd6\xfa\xaa\xca\xae\x98\xac\xb7\x55\x80\xb8\x90\x86\xe9\xc2\x7b\xc7\xc0\x23\x1a\x8a\xef\x4e\x6c\x37\x02\x4a\x4f\xf5\x13\xfb\xaa\x06\xb7\x12\x73\x42\x08\xc3\x24\x60\x08\x46\x29\xd2\xb9\x1d\xf8\x3d\xd7\x4d\x17\x3f\x6f\x00\xb6\xf5\x29\xfe\x7c\x19\xba\xfe\x64\x1e\x26\x6e\x98\xd9\xf0\x67\x55\xe7\xc2\x45\x5e\xf8\xf3\x91\x17\x6f\xfb\xf5\xb6\x51\xda\x91\xc9\xbd\x8f\xa2\x43\xa7\xc9\x34\x0c\xf6\x1a\xe5\x7d\xd4\x10\x37\xe5\x99\xed\xbe\x91\xa5\xb6\x94\x26\xf6\xdc\x4f\x8a\x7e\x1a\xdb\xe1\x3b\x14\x83\x67\x17\xb6\x63\xe7\x35\x27\xbd\x83\x90\x53\xa4\x91\x9f\x5c\x2d\x91\xed\x44\xc2\xdc\x76\xa0\x4f\xa7\x79\x9c\xe6\x7d\x8a\x0d\xe7\xfe\xca\x86\xf0\x3c\x31\x27\x4d\xe1\x0b\xcc\x36\xb5\x61\xee\xb7\xd6\x36\x85\x0b\x3f\x29\x9c\xb0\xe0\x63\x3b\x78\x63\xb7\xa7\xd9\xfb\x7a\x3c\xcd\xde\x20\x5d\xad\x94\x02\xbb\xf0\x57\xf6\xba\x62\x88\xfc\xe7\x48\xe8\xb6\x8e\xda\x4a\x72\xf3\x74\x91\xbd\x9d\x65\xb6\xd4\x3e\x6a\x00\xc2\x4c\x5e\x40\xff\x42\xcf\xed\xf9\xdc\x5e\xb7\x97\x8d\xfc\xf5\x12\xf5\xbf\x2f\x2a\xca\x62\x3a\x0d\x9f\xdf\xd6\x84\x9a\xcc\x64\xee\xbf\x99\x46\xec\xc5\xec\xbc\x84\x30\x9e\x36\xbf\xc0\xfa\x97\x69\xe4\x1e\x93\x2c\xc3\x79\x9a\x20\x9c\xf4\x36\x22\x49\x9a\x58\x69\x62\x43\xd9\x0f\xc2\xf4\x12\x47\x55\xe3\x7a\x99\xa1\xfe\x76\x90\x5a\xe6\xf0\xed\xbc\xb0\xf3\xd0\x3e\x2a\x59\xa6\xb9\x7e\x52\xcc\x6d\x18\x26\xde\xc5\xf4\x45\xee\x2f\xec\xac\x2d\x43\x94\xce\x7d\x7b\x9b\xab\x2d\x3d\x4f\x17\xc5\x6c\x47\xa5\xb5\x0a\x3b\xb1\xbd\x4b\x24\x02\x7f\x1e\xdb\xc9\x7a\xe5\xe7\xc5\x85\x5c\x49\x3a\x5f\xd9\x6b\xd4\xd7\xd6\x66\xac\xc2\x62\xe3\xcf\xa1\x9d\x78\x49\x3a\x2f\x66\x6d\x79\x9c\xb9\xbd\x09\x61\xd9\xe0\xb3\x3d\xb1\xa7\xf3\xd0\xb5\xcf\x92\x28\x13\x2e\xf6\x76\x61\xfb\x55\xe9\x83\xa4\xbf\xb7\x32\x46\x96\xce\x0b\x1b\xf6\x5c\xd7\xcf\xf3\x52\x05\xf0\xde\xcb\xfa\xe6\x02\xa5\xf7\x69\xd0\x8a\x06\x03\xfd\xa5\x5d\xf8\xde\xfb\xda\x33\xcf\x58\xdf\x2e\x16\xf3\x4b\x5a\xe4\x3d\xfa\x73\x9e\xbd\xc3\xd4\xcc\xb3\xf7\x22\x23\x44\xe1\x9d\xa0\xa8\x22\xf1\x01\x78\xa8\x22\xf4\x4e\x28\x34\xcf\x3e\x06\x05\xcd\x3f\xcc\x0a\xcf\x33\x10\xe7\x39\x6d\x67\xb6\x1b\x16\xeb\xf3\x34\xc2\xe4\x58\x1f\x1c\xb3\x50\xa7\x95\x7e\x9e\xcf\x26\x0b\x07\x86\xee\xa3\x7f\x81\xfa\xa5\x16\xe6\x07\xae\x43\x35\x72\x6f\xa4\xb4\x70\x72\x77\x1e\x66\x45\x98\x26\x1f\x04\x09\x96\xb1\x12\x6e\xde\xed\x2f\x2a\x85\x9d\x78\xf6\xdc\xfb\x47\x9f\xc8\xff\xb1\xec\x9c\xab\x2a\xcf\x69\xe8\xdb\xc9\x22\x63\x12\x84\x3a\x2f\xcc\xf8\x15\x30\xb3\x98\x2f\xda\x51\x26\xaa\xe7\x95\x03\xf2\x5f\x0d\x1a\x9f\xe6\xdb\x91\xcd\x0f\xac\xe8\x11\xa9\x3c\x5a\x9c\xd0\x2f\x13\x92\xaa\xe6\xdd\x90\x1c\xea\xf7\x7f\x1d\xf5\x29\x9b\xa7\x99\x3f\x2f\xc2\x16\xfd\x57\xa5\x97\xac\xc7\x4f\x7a\x10\xa6\xae\x8d\xe6\x7d\xe4\x17\xb3\xd4\xdb\xd6\x50\x84\xee\x65\xfa\x9b\x34\x29\x49\x7f\xfa\x5b\x38\xfd\xcd\x4d\x93\x02\x41\xd5\xdf\xf6\xeb\x31\xbf\xdd\x1e\x81\x8e\xdb\xcf\x5f\x8a\x74\x98\xae\xfc\xf9\x6f\x73\x3f\x83\xb6\xeb\xff\x36\x6f\x72\xda\x6f\x9f\xbf\xd6\x2d\xf9\x72\x73\x7b\x73\xfb\xe5\xe6\xf6\xf6\xf3\xe7\xcf\x5f\x6e\x6f\xbf\x64\xa1\x1b\x59\xa8\xbe\xdf\x6e\x47\xa1\x3b\x4f\xf3\x74\x5a\x7c\x15\xfd\x62\x95\xce\x23\x94\x6f\xd7\x17\xcf\x9b\xfb\x79\xee\xe7\xb7\x5f\x6e\xce\xd3\xee\x7c\xfe\xfc\xf7\x63\x0e\xa8\xc7\x76\x9e\xdd\x65\xe1\x31\x0a\xd9\xcd\xee\x49\xe5\xdf\x4e\x6a\x3e\x2e\x5a\x57\x5b\x8e\xd4\xb9\x36\x9d\x34\xc7\xce\xc2\xc6\x9a\x17\x81\x11\xd8\x1d\xf6\x70\x87\xe1\xad\xec\xff\x8b\x7f\xfe\x38\xfc\x53\x21\x98\x5f\x3c\x74\x1d\x0f\x4d\xb7\xce\x11\x3f\xa9\x50\xc8\x62\x5e\x76\x25\x6f\x75\x32\x4e\x9b\xf9\x9a\xba\x0e\xf3\x1e\x8e\xf8\x8b\x05\xca\x42\xa1\x77\x30\xfe\xbc\xd7\xc2\x4c\xa7\x73\x89\xd8\xab\x52\x2a\xb7\x27\x5c\xd3\x5a\x4d\x61\x07\xa8\x41\xc9\x02\xc2\x8b\x99\xff\x75\x36\xf5\x5f\xe7\x6b\x69\xea\xb9\x7a\xf0\x3f\xb5\xe6\x3e\x43\xe4\xcf\x39\x01\x7b\xa9\xfc\x43\x4d\xc2\xb6\x59\x2f\x4c\xc4\xc9\xaf\x7f\x6f\x73\x2c\x6d\x37\xf2\x13\x6f\xdb\xeb\x49\x9a\xc2\x37\x09\x51\x83\x3d\xb6\x14\xdf\xd3\x28\x98\xda\x1e\x65\x43\x3b\x71\xc3\x24\xa8\x17\x74\x7e\xaa\x60\x9f\x51\x28\x1f\xc8\x5f\xfb\x3e\xf9\xf3\xfc\xdb\x39\x05\xb6\x95\x7a\xe8\x6c\xbf\xd4\xf9\x10\xfb\x5d\x66\xa8\xcb\xcc\xd9\x32\xcf\x3f\xad\x6f\x2d\x2c\x75\xdc\xad\x6d\x96\x77\xf7\x2a\x9b\xa7\xce\x29\xa8\xfe\xa8\x8e\x94\xd4\x4f\xda\x5e\xfe\xfa\x11\x2d\x2f\x52\xb7\x9c\x85\x4f\xaa\xdb\xb6\x7c\x75\x90\x1d\x35\xac\x1f\x22\x27\xc1\x59\xd4\x16\xbd\x5f\x39\x1f\x2f\x15\xad\x59\x68\x92\xce\x91\xbf\x7f\x7f\xdf\xb9\x8e\x55\xf6\xf9\xdf\x6b\x30\xa0\x33\x5f\x40\xff\xdf\x61\x2e\xfe\x90\x62\x7d\xa4\xbd\x7f\x89\x76\x6b\xeb\x7e\x77\xd1\xae\x6d\x3d\x4a\xb9\x2b\xc3\x12\xfe\x93\x84\xfc\xfe\x23\x00\xc9\x2f\x41\xff\x25\xe8\xaf\xee\xd5\xbf\x57\xd0\xf3\x7c\xf6\xe7\x15\x73\x82\x78\x95\x94\x13\x04\x41\x7c\x9c\x98\xa3\xa1\x7b\x0f\xc8\xaf\x66\xe6\xa7\x7b\xec\x8d\xb9\x19\x20\xa5\xfe\xd2\x10\x67\xd7\x6a\xd0\x64\x11\x3b\xfe\x7c\x3c\x9d\xd4\xfd\x78\x69\x32\xe6\xfe\x3f\x17\x7e\x5e\x4c\xec\x62\x86\x5a\xf3\x6d\xe6\xdb\xb0\x98\x6d\xbe\xcd\x7d\xdb\x5b\x9f\xe7\xc0\x2b\x41\x56\x25\x46\xff\x0e\x97\xfc\xcd\x23\x7c\xff\x27\x1a\xe1\x53\x74\xf0\xef\x1e\xeb\x2b\x34\x4d\xb6\x97\xfb\x57\x0f\xf5\xc7\x8d\xd6\x6b\xf4\xc4\xc5\x55\xc1\x03\x97\xe2\xfa\x65\xd2\x03\x83\xf0\x93\x97\x48\x4f\xf6\x87\x32\x3f\xf1\xf2\x71\xd2\x1e\xfd\xf0\x33\x96\xa4\xde\xb9\xd0\xf8\x5f\xed\xd3\xf1\x1f\xbb\xe2\x9b\x2f\x9c\xc4\x3f\xdd\x27\x6f\xcd\x7b\x15\x3c\x59\x86\xf3\x62\x61\xc3\xed\x9f\xf9\xb7\xaa\x82\x7a\x16\x96\x89\x5f\x6c\xbf\x56\x09\x2f\x83\x93\x77\x09\xea\x36\x62\x6f\xbf\x94\x78\xa1\xcc\x9f\x7c\xe3\xe5\xd7\x22\x69\x5b\x9b\xfe\xd4\x4e\xd6\x5d\x98\x14\xfe\x3c\xb1\x21\xfa\xe5\x98\x95\xff\x2a\xee\xd6\x41\x27\xff\xac\x7e\x57\xeb\x4c\xfd\xc9\x57\x52\x1f\xee\xef\xbb\xaf\x5c\x65\xe9\x7e\x88\xb2\xbe\xb8\xcc\xf2\x97\xf0\xbd\x5e\x1a\xd7\x3f\x92\x67\x70\xc0\xcd\x3f\x01\xe8\xee\x44\xe7\x8f\x89\x78\x3f\x02\x22\xfe\xad\x09\x22\xaa\xf0\xaf\x33\xe0\xb6\x08\xfd\xf9\x01\xa8\x6c\x0d\xda\xdd\x05\xde\x1d\x52\x3e\x8c\xcb\x3b\x51\x3c\xaf\x85\xa4\x8b\x2c\x98\xdb\x9e\x3f\x49\x61\xe8\x9e\xc6\xe1\xed\xb2\xc5\xa9\x57\x4d\x93\x9d\x2c\x6c\x78\xca\x20\x2d\x3c\xf6\x69\x0b\x12\x47\xb6\x3b\x0b\x13\x7f\x32\x4f\xa7\x61\xcb\x89\xad\x5d\xf6\x34\x7f\x29\x4b\x35\x30\x69\x9c\x2d\x0a\x7f\x2e\xda\xb1\xbf\x8b\x4e\xff\xf4\x37\x37\x4d\x5c\xbb\x40\xc3\x73\x77\xfb\xe5\xe6\x70\x2a\xaa\xb0\xb5\xdb\xcf\x5f\x6e\x6e\xef\x2e\x6f\x81\x57\x07\xd6\xb4\x1c\xb1\x6a\x35\xab\x2e\x4c\x17\xde\xdd\x22\xf7\xe7\x97\x8a\xc1\x30\x59\x3c\xbf\x0e\x4f\xd4\x47\x44\x26\x76\x9e\xaf\xd2\xb9\xd7\x5b\x14\x33\x3f\x29\xc2\x1d\x5f\x17\xf3\x85\xff\x82\x42\x40\x4e\xe9\x55\xb6\x2f\xab\x23\x2d\xcf\xab\xcb\xe3\xcf\xcb\x54\xf7\xd4\x77\x0a\x29\x8d\xfd\x6f\xfb\x11\xfb\xf6\x35\xcf\x67\xdf\xec\x45\x31\x4b\xe7\xe1\xc6\xf7\xfe\x11\xa1\x06\xbc\x1c\x80\xb0\x23\x1c\xf9\xeb\xbe\x5d\xd8\x27\x32\xd0\x8c\x1d\x7d\xd1\xf4\xd6\x9f\xf3\x3e\x46\xfd\xf9\xfb\x5b\x7d\x94\xd7\x2c\xa2\xd4\x61\xab\x57\x31\x7b\x18\xdb\x81\x2f\xfb\x53\x7f\xee\x27\x2d\xa1\xc5\x27\xf9\xcb\x79\xce\x67\x95\x7a\x91\x7d\x6f\x60\xbf\x88\x07\xd2\xe9\x74\x9b\x7d\xc0\x0c\x5f\xca\x5c\x29\xc1\x4f\x3f\xee\x86\x60\xf4\x52\xde\xe5\x5e\xd3\x42\xbb\xf0\xf3\xe2\x6d\x16\x2a\xcd\xfb\x61\x1e\xbd\xdc\x75\x77\xee\xdb\x85\x3f\xce\x6a\xab\xc0\xce\xd3\xb8\x8a\x51\x7f\xa1\x9d\xd5\x69\x5d\xef\xaa\x5a\x6e\x6e\x4e\xe2\x8e\xd5\xad\x01\x9b\xcc\xfd\x38\x5c\xc4\xff\x18\xca\xca\x9b\x7d\xdd\x57\xf1\x51\x52\xd9\xc9\xab\xf8\xa8\x42\x0a\x93\xab\xc0\xf2\xef\x19\x64\x70\x11\x9a\x54\x35\xf1\x08\x38\x4c\x6d\xd7\xbf\x72\xc9\xa4\xfe\x5c\x31\x91\x0d\x84\x82\x8c\xc4\x5d\x12\xba\xd7\x84\x47\xbd\x02\x3d\x36\xca\x84\xb1\x3d\x5f\x5f\xa5\xd6\x77\x85\xc2\xec\x95\x7d\x6e\x7e\xae\xd7\xdf\x37\x6d\x63\x11\x66\x6e\x59\xf7\x2b\xd4\xf5\xcd\x1b\x07\xe7\xa0\xfc\x2b\x96\xaa\x5a\xcb\xff\x5b\x96\xaf\xda\x3e\x2f\x78\x7c\xad\x8d\x7f\x0b\x97\x1c\x12\x38\x5c\x51\x7a\xfd\x0a\x47\x2b\xd5\x63\xde\xc8\xc2\xec\xf7\x19\x8f\xa6\x92\xa1\x5e\xb1\x7c\xf5\xd2\xe7\x6d\xe3\x70\xf3\xef\xdf\x86\x3e\xf7\x79\xc3\xe0\xde\xfc\xa1\xc6\xe1\xad\xeb\x43\xe7\x3e\x2f\x83\xbd\xe3\xcf\x65\xf0\xf7\x76\xfa\xd7\xe5\x7c\xb9\xf6\xcb\x74\xce\xa7\xb6\x53\x3e\x07\x2a\xbc\xd0\x0e\x92\x34\x2f\x42\xf7\x3a\x6f\xcc\x49\xd3\xa2\xbf\x2f\xf3\x32\xb8\xf0\x77\x27\x94\xae\xf1\x6f\x2a\xa4\xa5\xcd\xc3\x03\x1f\xaf\xbe\x6e\xe5\xc8\xd1\x6b\x3b\x0f\x56\x3a\x7d\xdf\x2e\x63\x90\x57\x0d\x90\xff\x5c\xf8\x09\xc2\xb5\x57\x0d\xcf\x2e\xf7\x4f\xc1\x2b\x6e\xfe\x12\xb8\xbd\x79\x33\x5e\x69\x3a\x12\x7b\xc1\xee\x95\xd7\xd9\x30\xfb\x5e\x5d\x89\x64\xea\x55\x1e\x7a\x91\x17\x69\xac\x94\x67\xed\x5e\x53\x76\x60\x27\x1e\xf4\xe7\xcd\xc5\x9b\xdd\x2d\x38\x2f\x12\xb0\x17\x45\xaa\x55\xcb\x1c\xa3\x30\x49\x1b\x54\x5e\x81\xc5\x72\xbf\x28\xc2\xa4\x8c\x8b\xff\x7f\x57\x6a\xdb\x72\xe9\xd0\x77\x0b\xdf\x53\x1a\x85\xaf\xf7\x7e\xab\x23\x89\x25\xe7\x3b\x76\xee\x7f\xbf\xff\x6d\x2b\x00\xd5\x5f\x6a\xaa\x94\xc7\xed\x7e\xbb\x75\x09\x80\xf1\x34\x0e\xfd\x5e\xfa\x78\xfb\xf9\xcb\x6d\x8f\x96\x65\x46\x19\x6b\x32\xcd\xf0\xfd\xff\xfd\x3f\xdb\xfc\x37\x77\xde\xcd\xff\x5d\x60\x58\xc7\x6d\xfe\xf7\xf6\xf6\xf6\xcb\x96\x7a\x53\x96\x0e\x6e\x10\xba\x2d\xb7\xb3\x6e\x3f\xff\xdf\xe4\xf6\xcb\x6d\xaf\x3f\xe2\xc5\xde\x84\xa7\x87\x3c\x23\xaa\x34\x23\xab\xf4\x78\x34\x1a\x8b\x62\x6f\xc4\xbc\xb1\xae\x0b\x97\x04\x1d\x56\x2d\x8f\x3e\xb6\xe2\xb3\xf7\xfc\x1c\x57\x5b\xd5\xf9\xe6\xc1\xdc\xdf\xef\x73\x48\xd8\xd2\x64\x86\x1e\x8e\xb5\xfe\x3b\xfa\x70\x70\xb5\xcf\x29\x79\x85\xa1\x27\x3d\xfa\x11\x28\x3d\x95\x11\x7b\xef\xe8\x43\xfb\xf5\x3f\x07\x15\x52\xfc\x70\xc8\x8b\x1c\x43\x30\x8a\x3a\x96\x7b\x1c\xd3\xa3\xe9\xb1\xf6\xf6\x3a\xcf\xdf\x12\x74\x50\x2d\x3d\xd4\x14\x95\x91\x47\xfd\xd1\xb6\xbe\xb7\xd5\x76\x72\x69\x4f\x7b\x25\x4a\xff\x63\x6a\xd9\x1d\x5f\x3f\x57\x0d\x3d\x16\x59\x9e\x03\x8c\xac\xf0\x63\xf1\xdd\x95\x1d\x1c\x74\x3f\x57\x25\x62\x43\x65\xd2\xa3\xdf\xc8\x8b\x6d\x37\x03\xb5\x55\x35\xe9\xc9\x8c\xa8\xf6\xc7\xa3\x1e\xff\x0e\xe9\x3d\x73\x7b\xd0\x41\x85\xfd\x9e\xda\xa3\x7a\x4a\xcd\x88\x6f\xaf\xac\xe5\x76\xa1\xc3\x8a\x28\x75\xfc\xc8\x88\xef\xd3\x13\x47\x37\x0f\x1d\x54\xc0\x0e\x35\x46\x54\x29\x5e\xe5\x47\x3d\xee\x8d\x9d\x38\xbc\x26\xe8\x90\xfc\xe4\x7d\x4d\xdf\xdf\x1e\x74\x44\x56\x61\x64\xc0\xd3\xcc\x44\xe6\x45\x9a\x9f\xf4\x86\x6f\xaf\xe0\xf4\x62\x83\x83\xaa\xb8\x9e\xca\xe8\x3d\xb3\xe2\x2a\xe5\x6d\x95\x1c\xde\x3c\xd4\x46\xbe\xb6\xab\x9c\x3c\xd6\x26\x6f\x67\xa7\x73\xd7\x0f\xb5\x55\xf9\x51\x23\x78\xf6\x92\xa2\x83\x4a\x1f\x19\x13\xf4\xb4\xa1\xda\x17\x15\x45\x63\x59\xde\x78\x5b\x65\x27\xd7\x10\xb5\x56\x32\x91\x99\x77\xd7\x50\xed\x01\x1d\x90\x1f\xf5\x47\xac\x3c\x16\x55\x46\xec\x6b\xf2\xf0\x6d\xe4\x0f\x2f\x2f\x3a\x22\xaf\xf4\x19\x11\xf0\xf2\x58\x1c\x31\x6f\xb5\x03\x47\x17\x1b\x1d\x54\x30\x19\xcb\x6a\x6f\xd8\xa3\x69\x46\x51\x4a\x46\xe3\xfb\x6f\x64\xe8\xb6\x0b\x6e\x5a\xaa\x7a\x9f\xec\x1f\xde\x7d\xd3\x42\x9e\x19\x32\xa0\xa7\x32\xfd\x8f\xe8\xcb\xf1\xf5\x38\x07\xd5\xc9\x13\x96\xe9\xa9\x08\xf5\xbc\xad\x8a\xfd\xad\x39\x47\x64\xdf\xa1\x74\xb7\x37\xe5\x1c\x11\x7c\x2f\x58\x69\x5e\xa1\x73\x42\xfa\x9d\x10\xe5\xe0\x72\x9d\x16\xe2\x1f\x00\x4c\x5a\x2e\xdf\x69\xa9\xe8\x9d\x70\xe4\xe8\x62\x9e\xa3\x0a\x3e\x06\x84\x9c\xde\xdb\xd3\xee\x2c\xf5\x28\x4d\xec\x0f\x99\xff\x45\x64\x5a\x7d\x9f\xed\x85\xa6\xb7\x65\xe1\xa6\xb7\x73\xb6\xe4\xc1\x45\xa8\x8d\x72\xa3\xfe\xa8\x62\xd7\xdb\xdb\x6f\x81\x9f\xf8\x4b\x3b\xf6\xe2\xff\x89\x6d\x04\x96\xfe\x41\x60\x04\x81\xdd\xe3\xe4\x57\x7c\x9b\x7b\x38\xa6\x7b\xea\xab\xe6\xf1\x5c\xb4\x45\xa3\xdb\x8a\x46\x29\xb4\xcc\x4f\x10\xe1\xd7\x68\x95\xe6\x3d\x3c\xbf\x7d\xfe\xda\xfc\x93\xf7\x9a\xb3\xf7\x76\x2b\x7c\xdc\xfa\xc4\x8e\xfd\x06\x65\xf4\x9f\x63\xf7\x9a\x4e\x20\xee\x28\xbd\xc2\x57\x28\xdc\xe5\xe4\x99\xc7\x69\xc1\xd0\x08\x02\x80\xb1\x23\x5b\xef\xe2\x3e\xc3\x26\x96\xde\xc5\xe8\x20\xcb\xbd\x18\xdc\x7b\x1c\x58\x58\x74\xaf\x70\xe8\xde\x5c\x54\x7b\x50\x86\x02\x2b\x2b\xbd\xa5\xc5\x01\x62\xd8\x11\x96\x4e\x47\x26\xac\x35\xb9\x76\x08\x12\x73\x06\xe6\xa3\xcf\x59\x1b\x83\xf0\xd6\x4e\xc7\x8b\xdd\x75\x6f\xd9\x46\x67\xa4\xf6\x56\x82\x66\x29\xb2\xa6\x05\x43\x42\x86\x5e\x58\x95\xf7\x62\x77\xe9\xc5\xec\xba\x8d\x0e\xfa\x9d\x0e\xd2\x27\x9e\x63\x09\x87\x80\x11\x4f\x0b\xd0\x4d\x84\xa5\xfb\x94\x06\x16\xc7\xe3\x3c\x07\xd6\x6e\x4c\xae\x1f\x69\x6c\x33\xea\x47\xc4\x58\x89\x02\x2b\x11\x96\x8e\x42\x45\x66\x0c\x16\x5e\x88\xfd\xb7\xd3\xa1\xa0\xf3\x94\x06\x52\x24\xd3\xa3\x7e\xaf\x3b\x52\x28\x46\x82\xa4\x2e\x03\x41\x55\x34\x72\x6c\x60\xb8\xa0\x61\x38\x05\x18\x91\x1f\x87\x14\x63\x1a\xf2\xcc\x8c\xd9\x8d\xa5\x50\xd0\x49\xac\xcc\x8d\xc9\x85\xa3\x83\x85\x47\x53\x84\x65\x08\x1b\x5b\x27\x17\x3c\x87\x67\x2e\x81\xcf\x3c\x4e\x4c\xf9\x20\x5b\xa3\xb1\xb5\xc2\xaa\xbd\x43\xe2\x39\x33\x43\x72\xed\x72\xd8\xd2\xc0\xc9\xc8\x0c\xd3\x47\x3a\x11\x56\x28\xcf\x50\x87\x85\xcb\x91\x6b\x8f\xa6\x52\x6f\x20\xaf\xdc\x4d\xba\x1c\x12\x72\x3e\x8c\x2d\x68\x71\xe4\xda\x34\xa8\xb5\x43\x64\xd0\xec\x48\x0b\xa7\x23\x24\xc3\x0e\x85\x9b\x21\x09\x5d\x0e\xe4\x43\x5c\x90\x54\x05\x1f\x68\x8c\x5b\x28\x18\xb0\x86\x1a\x90\x64\x6d\x55\x88\xab\x0c\xd5\x15\x0c\x15\x3c\x73\x0c\x6a\xe9\x26\x52\x60\x0f\x64\xcc\x1d\x8c\xbe\x0f\xd7\xe4\xca\xd4\xc5\xb9\xa9\x7b\xd0\x5d\x77\x0b\x5b\x17\xd7\x4e\x47\x5c\x5a\x89\xb4\x30\x09\xb2\x18\x12\x05\xf4\x8d\xd1\xd2\xd1\xe1\x93\x1b\x93\x1b\x87\xb0\xb0\x61\xcc\x6e\xcc\x55\xfa\x68\xc5\xe4\x9a\xe7\x58\xcc\xe3\x40\xe1\x0e\xa4\xc0\xd6\xef\x03\x7f\xc3\x2c\x86\x4f\x80\x1c\xaf\xa9\xc8\x59\xa5\x01\x3f\xd8\xf1\x55\xe6\x24\x22\x66\xea\xcf\x39\xcf\xcd\x30\x6f\x40\x6d\xc6\xe1\xc3\xd2\xe2\x56\x0b\x2b\x06\x91\xd3\x11\x66\xee\x40\x58\xda\x31\x78\xf2\xe8\xee\xd2\x8d\xdd\xa5\x3b\x00\xe1\x90\x00\x2b\x4b\x5f\x2d\x2d\x83\x82\x0e\x8d\xaf\x2d\xfd\x19\x9a\x86\x08\x87\xfa\xf3\xcc\xe3\xc0\xc6\xa3\xb1\xce\x30\xee\x2e\x4d\x43\x78\xb2\xe9\x6e\xd9\x4f\x21\x34\x03\x33\x11\xa0\xa9\xe7\x8f\x3c\x4d\x65\x56\x48\x39\xfa\xba\x17\xf9\x44\xdd\x56\x99\xe4\x69\x3c\xf7\xe8\x1e\xce\xb3\xb8\x37\x5e\x53\x98\xcd\x81\x05\x3f\x10\x73\x4b\x07\x2b\xbe\xcf\xac\xc6\x6b\x0a\x3a\x03\x11\xf2\x1c\xb8\xb7\x0d\x29\x18\xa9\x79\x60\xc5\xd1\xa3\xc5\x91\x0b\x4b\x4a\x1f\x4d\x82\xc5\xf8\xfe\xfd\xd2\x32\xe4\xa7\x61\x07\xf5\xb1\xbb\xb6\xd0\xd8\xae\xbb\xd1\x90\x60\xbf\x7b\x86\x00\x87\x89\x00\x5d\xee\x21\x98\xf4\x57\x89\xac\x91\x9c\xb0\xca\x1c\xd3\xc8\x70\x37\xd6\x0a\x93\x78\xce\x0c\x29\x5b\x98\x3a\x0e\x27\xfa\x36\xbf\x2e\xe6\xb6\x94\x85\xa8\x7f\x9e\x21\xe4\x13\x7d\x3f\x4e\x2e\xc7\x3e\xd9\x04\x9b\x58\xc6\x68\x71\x38\x17\xe2\xd2\x51\xc8\xae\xa7\xe3\xdb\xfa\xc9\x99\x9f\x80\xb5\xa5\xe0\x4f\x0e\x17\x3d\x5a\x7a\x77\x66\xc6\xcf\xd0\xea\xe3\x5d\xcb\x18\x3d\x5a\x1d\x2a\x31\x89\x19\x34\x89\x9c\xf4\x75\xb0\xa1\x83\xba\x4d\xe0\xc9\xe9\x08\xf0\xb8\x4d\x26\x41\xae\xad\x8f\x6a\x93\x2e\x2e\xdd\x58\xbb\xd8\x26\x27\x7e\x78\x44\x63\x45\x07\xd9\xc6\xd2\xf1\x99\x13\xb3\x89\xa5\x50\xb1\x49\x90\x0b\x8f\x03\xf7\x1e\xdd\x2b\x4c\xa5\x57\x20\x59\x33\x0d\x61\xea\x70\x64\x62\x74\xa4\x80\x0f\x49\xc2\x34\xf8\x25\xfa\x7b\x48\x64\x4b\xcf\x10\x16\xa6\xbe\x4a\x87\xeb\xfb\x7f\x3e\xaa\x0f\x21\x1d\xe3\x73\x8b\x83\x6b\x9e\xc6\x57\x3c\xdd\x9a\xf7\x91\x8e\xad\xa5\x1b\x52\x33\x6f\x20\x43\xc7\xa0\x30\x9e\x83\x0b\x7e\x90\x3f\x0f\xc3\x7b\x7c\x8a\xe6\x9f\x7b\x78\xf4\x0d\x50\xf0\x34\x56\xd4\x7d\x70\x63\xb0\x72\x36\xf8\xda\x1e\x80\x6c\x68\x08\xa9\xa5\xaf\x0a\x71\x8d\x6f\x2c\x43\x20\x2c\x83\x2f\xdc\x78\x86\xdb\x0a\xbe\x74\x07\x72\xe6\x10\xdd\x19\xe2\x61\x97\xc3\x37\x3c\x8d\x77\x11\x7d\xb7\x23\xcf\x1c\x6e\x15\x98\xc4\xf3\xcc\xd1\x59\x82\xe7\xd8\xef\x2e\x01\x9e\x10\x2f\x98\x3a\x3e\xf3\x42\x6a\xe6\x27\x22\x34\xd7\x78\xe1\x10\xdd\xcc\xe3\x4a\x99\xdb\xf3\x8b\x42\xd5\xf3\x5d\x58\x03\x31\xda\xa5\x19\x22\x34\x3b\x60\x6d\x1b\x72\x97\xe7\xe4\xa5\x49\x14\xd0\x0d\xa9\xa5\xcb\x81\x85\xdb\x11\xf3\xa1\x41\x41\x37\x5e\x05\xee\x00\x62\x36\x47\x2e\x46\xeb\x5e\x2c\x84\x54\xe8\xc6\x60\x66\x23\xb9\xa5\x47\x81\x8d\xe6\x77\xdd\x2b\xf8\x81\x07\x79\x8e\x5d\x5b\x0d\x19\xb6\xf5\x6e\xc2\x0f\xa8\xae\xc7\xcd\x96\xce\xd3\x28\x70\x88\xfb\xc0\xe6\xc8\x8d\x37\x18\x05\xd6\x00\x40\x7e\x20\x2f\x79\x8e\x5d\xf0\x1c\xdc\xb8\x1d\xf4\xb7\x97\x79\x5c\x10\x48\x15\xff\x07\x2a\x07\x17\x9e\x11\x04\xb2\x31\xc3\x2c\xbd\x5b\xea\x4c\x77\xdd\xd4\x79\x28\xff\x0c\x37\xc3\xee\x93\x43\x60\xcb\x6d\xb9\x65\x2d\x3f\x4e\x55\xbe\xb0\x0e\xca\x93\x2b\x4f\x7f\xce\x87\x1b\x06\x1f\xf5\xb5\x9f\x26\xfb\x6e\x42\x15\x3c\x8d\x43\x9e\x96\xd2\xed\xf7\x67\x53\xa1\x1e\x78\xce\x5b\x5b\x46\x2f\x30\x62\x36\x74\x13\xa9\x78\x94\xd2\x47\xfe\xa0\x4f\xec\x93\x49\x80\x8d\xbb\xee\xae\x2d\x5d\x4e\x4d\x63\xab\x63\x3b\xfb\xb9\x1a\x12\x22\x61\x29\xe4\x93\x17\x6b\xc5\xe8\xa9\xb7\x1e\xd1\xd8\xf3\x68\x23\xad\x46\x52\xf6\x64\x1a\x52\x30\x09\x49\xe8\x71\xa3\xa5\xdb\x81\x1b\xb3\x83\xec\x82\xb4\x1c\xf5\xf9\xc2\xe2\xe0\xc6\xd4\x85\xdc\x52\xf0\x99\x49\x88\xd0\x1d\x48\x85\x1b\x33\x88\xfe\xc2\x0a\x7b\x0f\x13\xda\x63\x55\xcc\x4c\xe8\xb8\x0b\x3d\xba\x9b\xb9\x03\x93\x28\xe5\x34\x36\x17\x68\x3e\x87\x71\xd9\xb6\x95\xc7\x92\x6b\x53\xc5\x56\x74\x04\x26\x72\x70\xac\xe7\xc4\xae\x4b\x88\x98\x43\x77\xa3\xe1\xa6\xf7\x3c\xd4\xe5\xcc\x25\xd8\xd0\xe1\x90\x3e\x23\xd7\x96\x82\xe6\xaa\x1b\xf3\xfd\xd5\x83\x80\x81\x89\x1c\xba\x8f\x36\x01\xd6\x4e\x0c\x72\x54\x97\x1b\x83\xa9\x5b\xd9\x8b\xb5\x13\xf6\x48\x7e\xb0\x5a\x9a\x31\x5c\x0c\x3b\xf2\xda\xd3\xb5\x4a\xee\x93\xba\x8e\x5e\x31\x34\xc4\xae\xdb\x91\xa1\x23\x21\x5b\x03\xd7\x96\xe1\x21\x59\x29\x4c\x02\x8f\x90\x0c\x9a\xba\x1c\x0d\x2b\x7b\x46\x8a\x7d\x69\x33\xec\xc8\x4f\x6e\x59\x0e\xf1\x36\xd2\x1d\x60\xe1\xf5\xb2\xd8\x36\x04\xe8\x11\x6c\xee\xd0\xf8\x93\xa3\x4b\xc8\x0e\xce\x2c\x4e\xaa\xec\x6c\x1f\xc3\xc4\xbe\xb4\xf4\x38\x71\x85\x68\xba\xa8\x6d\x3a\xbb\x28\xb1\x4e\x8c\x6c\x3b\xe8\x94\xe3\xa3\x8b\x05\xc2\x29\x43\x9d\x8d\x2c\x1a\x5f\x39\x1d\x01\x9b\xa8\x12\x26\x2a\x24\x66\x76\x7a\x88\xe6\xca\x32\x84\xc2\xd4\xbb\xd0\x49\xa4\x17\xdb\x3b\x7a\xe2\xd7\xa3\xb0\xbd\x2c\x1d\x83\xfb\x2d\x06\xa0\x74\x08\x14\x19\x90\x7d\x95\x21\x81\xcc\x92\x63\x49\xc3\xd9\x89\x22\x57\xbf\x6b\xe2\x48\xc5\x01\xa3\x46\xac\x28\x23\x9b\x64\xa4\x01\xd2\x69\xc8\x0e\x0f\xf5\xa8\xec\xa7\xc3\x3d\x2f\xbd\x35\xbe\x70\xd6\xf8\xc6\xd3\x85\x8d\xd9\x11\xb2\xad\x2e\x42\xba\x7f\xe3\x1b\x22\x66\xe9\xf8\x93\xc7\xad\x02\xa4\x8b\x10\x36\xb0\x38\xf2\x09\xcd\xdb\x30\x11\xa1\x9b\x58\x99\x49\x68\x25\x6d\x53\x17\xd7\x3c\xf7\xbc\xb4\x08\xb8\x40\xfd\x71\x62\xb6\xb0\x94\x5e\x28\xd0\xb3\x8d\x85\xc6\x55\xd7\x02\xa1\x23\x3e\x0c\xc3\x74\x39\x1d\xac\x12\xc4\x07\x13\x9a\x8f\x24\x4d\x54\xb4\x08\xa8\x2a\x0e\x14\x09\x03\x82\x4c\xf3\x19\x1f\xa4\x8f\xaa\x26\x8b\x8a\x86\x53\x32\xa6\x91\x7c\x28\xff\xd0\x20\x25\xa8\x1a\x3b\x90\x15\x0d\x0e\xd7\x19\x39\x5c\xcb\x3f\x1a\x79\x9e\xf8\x75\xba\x9c\x2a\xfc\x63\xdd\x3e\x7e\x40\xe1\x48\x77\xf2\xa1\x2c\xca\x0c\xbe\x2d\xdb\x9a\xae\x68\x0c\x14\x25\xcd\x63\xf9\x20\x8b\x1c\x42\x9c\x5b\x06\x1f\xb8\x03\x90\x3b\x74\x2f\x14\x18\x6b\x04\x34\x30\x06\x8c\x20\x80\x5d\xbe\xfd\x78\x3a\x1d\x80\x70\x6f\x61\x13\x72\xe6\x86\xbd\xc2\xa5\x7b\x95\x3c\x10\x56\xee\x21\xdc\xc7\x09\x99\x47\x3f\x3c\x3a\x7a\x11\xd9\x06\x1f\x0c\x8d\x5e\x30\xec\x58\x33\x37\x24\x73\x5b\xe7\x97\x56\xfc\x8c\x6f\xb1\xf3\x81\x0c\xd7\xbf\x9b\x31\xc4\x0e\x69\x9d\xca\x91\x8e\xc1\xb1\xc6\x02\xcd\x90\x52\x41\x2d\xc7\x9d\xaa\xe7\x2e\xa2\x03\xa8\x99\xba\x1b\xd8\x31\x89\xbb\x71\x77\xe6\x70\xd2\x23\x0d\xb6\xb2\xa3\xcb\x53\x39\x86\x39\x92\x39\x9e\x25\xfb\x2a\x86\x8b\x13\x9d\x5d\x3b\xab\xf4\x51\xc7\x2c\x41\x65\x65\x56\x83\xd8\x23\xad\x75\x67\x8e\xae\x05\x8e\x4e\x46\xb6\x6e\x75\xe9\x00\x8a\xa6\x21\x3f\xd9\x34\xf5\x4f\xa7\x83\x64\x98\xcd\xad\x5e\x2a\x68\x31\x28\x9c\x8e\x05\x8d\x8e\x97\x39\x9c\xfc\x64\x1a\x42\xc4\xb3\x0f\x8f\x34\x10\xa0\xa3\x93\x84\xa5\x50\x9a\xa2\xe1\xac\x86\xcb\x94\x0a\x7a\x8f\x34\x2c\x38\x45\x7b\xd6\x64\x20\x78\x74\x00\xc7\x08\x5b\xf0\x03\x01\x7a\x1d\x21\xf3\x38\x30\xf5\x38\x36\x39\x5b\x57\x02\x72\x4b\xe9\x45\x2a\x43\x0e\x14\x0c\x8e\x65\xa4\xcf\x93\xd9\xcc\xd3\xe5\xcc\x3b\xfc\x1e\x9b\xfa\xf3\x06\xe9\x66\x1d\x23\x01\x60\x29\x00\xd8\x7d\x9f\x10\x4e\xf5\x08\x76\x8d\x68\xaa\x3a\x8b\x99\x44\x10\x3c\x06\xa9\xa0\x95\x32\xd6\x5b\x8f\x55\x7e\x33\xea\x65\x48\x3f\x22\xd9\x7b\xb2\xb9\x87\x80\x8f\x4e\x79\x62\xa2\xc8\x9c\xca\x02\x56\x85\x32\xad\x00\xb9\xe6\xb7\x43\x9d\x8c\xf4\x6d\x0c\x93\x83\xf9\xec\xb5\xe8\xd1\x72\x6e\xa4\xb2\x0c\xb2\x4b\x47\xf3\x5f\xe2\x07\x5b\x17\xe1\x01\x0f\xe0\x60\x61\x1b\xb2\x47\x47\x6c\x8c\xe6\x73\xa2\xd7\x76\x7d\x9f\x9f\x86\x02\x74\x0d\x80\xf4\xd6\xa6\x3d\x5d\xc4\x4c\x43\xc0\x54\x0e\x16\xb6\x21\x0b\x4e\x22\x23\x19\x9f\x39\xac\x08\xcd\x0d\xb6\x42\x78\x50\x23\xc0\xda\x8b\xe1\x93\x05\xb0\x47\x2d\x06\x1b\x8f\x63\xd7\x5e\x95\xfe\xec\xae\x32\xf6\xc0\xe7\x61\xac\xcc\xe1\x34\x72\x48\x00\xcc\x5c\x93\x88\x27\x4b\xde\xb5\x75\xf7\x80\xbf\xe9\x08\xdc\x5b\xba\xa8\x56\xb4\xa8\xb5\xa5\x62\xc5\xb0\x03\x36\x6e\x48\x86\xb6\x7e\xbf\xdc\xcb\xac\x80\xec\x69\xcc\xd3\x60\x7c\x50\xa6\x8f\x2d\x3d\x43\x5c\x0f\x09\x21\x73\x42\x72\x2f\xc3\x09\x58\xf0\xec\xea\x91\xaf\xec\xc5\xde\x8e\xea\xe4\xca\xa3\xa9\xdc\xd4\x05\xe8\xf4\xf1\xc8\x36\xc4\x12\xaf\xed\xf2\xa2\xb6\x0f\x84\xae\xcb\x91\x99\x93\x48\xc1\x90\x40\xf9\x49\xcc\xa2\xf1\x99\x45\x20\x5f\x0e\x0f\x6d\x43\xaa\xed\x53\x34\xd4\x2b\xff\x77\xa8\xa3\xf9\xa1\x5c\x3a\x2c\xf5\xf6\xc2\x32\x24\xb2\xc4\x3d\xfb\xdf\x52\xa7\x23\x62\x5b\xdd\x08\x95\x46\xde\x92\xf7\x69\x30\xde\xb7\x57\x28\xf6\xed\x11\x67\x2e\x8d\x47\x6e\x4c\xae\x78\xae\x0b\x4b\x3b\x6c\xb8\x81\xd1\x43\x58\x0c\x27\x78\xfa\x3a\x9d\x31\xbe\x56\xb7\x6c\xeb\xf5\x0e\x7d\xd2\xd8\x19\x00\x64\x83\xbe\xb7\xe9\xaf\x71\x92\x36\xdb\xd3\x86\xa1\x77\xe5\x1c\xc2\x5d\xee\xf4\x51\x3f\x5b\x3b\xeb\xed\x38\x18\x66\x30\xec\x08\xb8\x73\x92\x27\x5d\xa2\xb9\x1c\x12\xcf\x4b\x6b\x4d\xee\xf4\xc0\x38\x11\x96\xcd\xb6\x56\x7a\x17\x61\x9c\x59\xe6\xc4\x5a\x61\xeb\xd2\xf7\x2d\xef\x15\xa6\x2e\xa6\xb6\xde\x85\x43\x1d\x46\x8d\x72\x91\x1c\x3d\x03\x59\xeb\x6a\x52\x04\xb5\xad\x2d\xa9\xfb\xf1\x74\xed\xb8\xd2\x41\xc6\xfa\x1c\x78\xd2\x3a\xf2\xd2\x3d\xc7\x8b\x28\x8d\xee\x41\x35\xc8\x14\xcb\xa8\xe4\x6c\xa2\xb3\xb9\x47\xb0\x5d\x77\xb5\xff\x4d\x23\xc0\xd3\x44\xd5\x1e\xb5\xd2\xde\xca\x23\x5b\xc7\x33\x8f\x81\xc8\xbf\x59\x7b\x31\x9b\x4f\xd4\x52\x6f\x0a\x35\xd6\x36\xa4\xcc\x30\xf5\x2e\x66\xe9\x32\xed\xab\x78\xe1\xe9\xcf\x98\xad\xe0\xb8\x5b\xda\x68\x79\xe6\xc6\x1e\xf4\x76\xfa\xab\xf6\x73\xaa\x7e\x99\x86\xb0\x1c\x1a\xc2\x8a\x8e\x85\x99\x4b\x68\x84\x48\xf7\x10\x8e\x79\x98\xf4\x57\xa1\xc0\xb0\x8c\xaa\xc1\xb1\x04\x28\x41\xc2\x58\x1a\x68\x5d\x46\x65\xb4\x70\xa7\xa7\x08\x76\xed\xac\xf1\xb5\x4b\x93\x33\x8b\xc3\x33\x27\xc4\x9f\x4c\x05\x0f\x3d\xbd\x1b\x39\x9c\xb6\x70\x39\x50\xd0\x31\x8c\x79\xb6\x70\x78\x1a\x5f\xf0\xc8\xd6\x03\x41\x3c\xa1\xd7\xc0\xd9\x88\x07\xca\xb5\x13\xd5\xc4\x78\x1a\x8f\x76\x18\xa1\xad\x5c\x4b\x3b\xdc\x18\x2b\x4c\x82\x29\xcc\x04\x2c\x2c\xee\x19\x0e\x13\x0a\x3a\x52\x16\xdb\x52\xf6\x64\x73\x64\xc7\x09\x7b\x85\x16\xf6\x9e\x47\xfd\xde\x6a\xfc\xc4\xac\x46\xfd\x5e\xb0\xe5\x8f\x99\x1b\x3f\x14\x6e\xd2\x7b\xa4\x63\x71\xe6\xd1\xbd\xff\x6e\xd3\x59\x8e\x2e\x17\xa8\x4d\x25\x16\x8d\x70\x46\xd5\x2c\x45\xc5\xba\x9a\xac\x75\x19\x00\x84\xd1\x44\x71\x23\x84\x49\x64\x28\x4c\x54\x28\xb3\x6a\x24\x03\x2d\x5a\x25\x55\xde\xda\x4e\x54\x79\xb6\xbc\x56\xa5\x01\x71\x02\x80\xd0\x97\x91\x4d\x89\x20\xa2\x29\x22\x9e\x2c\xf3\x32\x64\x5f\x42\xf6\x04\xbb\x3f\xcc\x0b\x84\x89\xca\x68\x24\x6a\x33\xa2\xa7\x61\x24\xd0\x22\x91\xd5\x22\x72\x24\x6b\x70\x5c\xda\xd8\x48\x2c\xeb\x7b\xe4\x66\x4b\xb7\x23\x97\x3a\xe6\x51\x71\x6b\x1f\xba\xc6\x2c\x5b\x19\x07\x98\xb7\x3a\xf5\x23\x90\xfd\xb1\x68\x72\x8b\x27\xb0\x72\x0c\x1a\xd8\xef\x60\xfd\x02\xe8\xdd\xcc\x63\xb1\x47\x49\xb7\x30\xcb\xe0\xc9\x36\xac\xa8\xc5\xe0\xd9\xd3\x11\xfe\x1d\xb5\xa6\xd3\xb0\x50\x6b\x7b\x64\x48\xd7\xdb\x13\xd4\xae\xdf\xc5\x8e\x1c\xdb\x86\x8a\xfe\xa6\xb4\x05\x18\x0e\xbd\x81\x90\x99\x1d\x91\xf5\x07\x32\x74\x12\x31\x43\xbe\x6f\xa5\x4f\xb0\xa2\xb4\x05\x5c\x85\x3b\x04\x2d\xd8\xfd\x5e\xdb\x03\x35\xdc\xd9\x83\xb5\xa3\xec\xbe\x3f\x99\x46\xaf\xb0\x06\xc2\xd2\xa5\xa9\x85\x65\xc8\x53\x37\x66\x3b\x75\x7b\x1c\xa5\xb7\xb6\x9a\xfa\x73\xab\xef\x2c\x0e\x2b\x65\xb0\xd6\xf9\xd5\xbc\x51\x70\x47\xb7\xd4\xb5\xa5\x3e\x86\xde\xc0\xfd\xde\xfc\xee\x6f\xdb\x21\x30\x7b\xbe\xad\xeb\x93\x90\xfd\xaf\xe6\xe1\xa4\xae\x3a\x8f\x9c\x08\x4b\x27\x91\x59\x27\x96\x81\x1b\xaf\xb6\x74\x0e\x65\xa5\xce\xab\x72\x64\x62\xa1\x39\x61\xc4\xa5\x93\x88\x4b\x44\x77\xab\x7f\x47\x0e\xe1\x8d\x2c\xc3\x82\x0e\x4d\x19\xa6\x21\x2c\xca\x75\x85\x6d\x39\x6d\x20\x64\x5e\xcc\x62\x96\x56\x40\x5f\xbb\xdc\x1e\x8d\x40\x76\x44\x84\xb2\xde\x25\x6c\x43\x58\x3a\x31\x8e\xec\x58\xd5\xae\x33\xb2\x77\x5c\x56\x8b\xc9\x0a\x6f\x1e\xcb\x5a\x3d\x9e\x40\x44\x76\xee\xc9\x02\xc2\xd2\xe1\xc0\x56\x3f\x77\x9f\x5a\xcb\x34\xe4\x73\xcf\x7f\xe4\x6a\xa2\x90\xb8\xdb\xe1\x2b\x5c\x41\xec\xd6\x65\x36\x28\xad\xe4\x55\x84\xdf\x2a\x3f\x8c\x34\xf5\xe7\x8e\x69\xc0\xcd\xfe\x37\x59\xb5\xf4\x11\x39\x92\xb2\x8a\x97\x99\xe7\xcc\xd1\x21\xa6\x20\xdb\x60\x08\x84\xa9\xaf\xc8\x51\x0f\x61\xe0\x7a\x5d\xe9\xd9\xa3\xa1\x37\x43\x18\xcf\x62\x84\xee\x44\xc7\x71\x67\x20\x67\x43\x03\x6c\x2c\x83\x5f\x20\x1a\x16\x01\xb0\x0b\xbe\xfe\xd2\x89\xad\xcc\xda\xeb\xce\x60\xd2\x7f\x2e\xed\x0c\xf2\xe9\x0c\x5c\x60\xeb\x3e\x1b\x18\x64\x90\x1e\x3a\xf5\xf5\xdc\x47\xa9\xd4\x85\xdd\x29\xd2\xef\x06\x26\x8e\x14\x34\x0f\x2c\x89\xf4\x9b\x66\x60\xe2\x44\xd5\xf0\x89\x0a\x6b\xdf\x16\xd1\x28\xf3\x53\x1a\x03\xfb\x2a\x03\x11\xde\x2e\xf3\x4a\x18\x29\xaa\x1a\x39\x2e\xfd\x5d\xc5\x7d\x44\x36\xc3\xc0\x58\x49\x29\xfd\xe3\x32\xdf\x54\xc2\x80\x02\xb6\x7e\x8e\x8a\x75\xa7\x65\x5e\x15\x4b\x04\x86\x55\x54\x8d\x95\x14\x6d\x5b\x3f\x23\xb2\x1a\x94\xeb\x7c\x65\xdd\xc2\x2a\xab\xfd\x6d\x4a\x8b\xf0\xa9\x84\x3d\x0b\x88\x4f\x76\x7d\x43\x36\x6a\xfb\x9b\xa2\x49\x09\x1d\xb1\x36\x00\x02\x6b\x60\x96\xd4\xe8\x97\x20\xf7\x51\x7d\x96\x74\x36\x2f\x8e\xea\xb6\x04\x09\x03\x53\x8d\x15\x04\x35\x12\x05\x8d\x61\x47\x75\x3d\x32\xa4\x54\x19\x08\xba\xa2\x89\x6c\x33\xbd\xa2\x23\x08\x2a\xf3\x2c\xa8\x91\x37\x95\x55\x81\x35\x70\x51\x53\x71\x81\x92\x31\x30\x95\x34\xb1\xaf\xe2\xcd\x36\xec\xf2\xb2\xa3\x08\xa8\x80\x21\x15\x24\xe7\xbb\x7c\x0c\x64\x84\x55\xd6\x57\x59\x94\x06\x14\x03\xc3\x19\x0d\x93\xf7\x74\x4a\x1a\xe2\x08\x00\x11\xf9\x6f\xa2\xcc\x8a\xcc\x2e\x0d\xcd\x2b\xf6\x0c\x34\x1c\xf9\x8f\x64\x99\x56\xce\x65\x64\x09\x32\xbe\xdf\x3b\x29\xc7\xad\xce\x17\x95\xf4\xfb\x2a\xd6\xe5\x14\xcd\xdb\xe5\x69\x6b\x43\x39\x6f\x40\x94\x24\xad\xb2\x6f\x47\x34\xca\xf9\xd2\x70\x8a\x92\x4a\xfb\x2a\x53\x80\x61\x69\x09\x20\x3e\x64\xfb\x12\x46\x02\xc4\x0b\xfb\xb9\xdf\xa7\xef\xfb\xde\xa5\x54\xad\x2c\x3b\x51\x35\x56\x68\xf2\x5f\xc3\x1e\x2f\x1a\xfd\x97\x24\x20\x20\x1e\x63\x54\x0c\xa7\x14\x6d\xc7\x33\x03\x09\xc8\x2c\xc0\x58\xcb\xc0\x6a\x5a\x23\x52\x58\xcb\xbb\xdf\x65\x86\x14\x25\xa4\x0f\xd6\xee\xa3\x8c\xb1\x9a\x0c\x3c\x4a\x07\xa4\x22\xef\xf4\x92\xa7\xa8\x38\x90\xca\xb9\xdf\xa5\xef\x65\x4b\xc6\x85\x09\x00\x54\x5d\xdf\x50\x06\x50\x97\x00\x18\x01\x96\x94\xb4\x08\x70\x0a\x08\x50\x7d\x8d\xdf\x29\x45\xd6\x2c\x41\xa7\xdd\x12\x37\xec\xc7\x44\x42\xf9\x14\xad\xd4\xd5\xbb\xdf\xb6\x98\x83\x6c\x8e\x29\xa9\xc1\x12\x73\xa8\x32\x4b\xb2\x2a\xb4\x04\x2d\x22\xc7\xaa\x56\xf3\x44\x39\x07\x87\xbf\xd3\xee\xa3\x06\xa9\xa9\x1c\x01\x0a\xb0\x48\x86\x46\xdb\xba\x2c\x56\x02\x08\x23\x01\x55\x58\x65\xbb\x75\x18\xd4\xd7\xfd\x7a\xcf\x0e\xaf\xbc\x88\x4d\x6a\x3c\xfb\x47\xc4\x27\x3b\xac\xfd\xbb\x60\x94\x3d\xde\xe3\x69\xc0\xef\x7f\xaf\xb1\xc7\x1e\x93\xb8\x31\xb6\xfb\x6e\x12\xec\x6a\xa8\xcb\x6b\xa7\xd3\x0b\x9c\x18\x60\x46\x47\x98\x79\x35\xb6\xd0\xb5\xa0\x4d\xaf\xd7\xb4\x2d\x85\xa2\xca\x75\x36\x48\x22\xdd\xdc\xd0\x8f\xa5\x2e\x9d\xd6\xfa\xd9\xc0\x4a\xd9\xaa\x6d\x3c\xe4\x91\xee\x05\xaf\x2e\xb3\xd5\x97\x65\xd9\x9d\x7e\x57\x34\xa9\x25\xcf\x91\xfe\xa5\x1b\xfd\x89\xe0\x48\x65\xe0\x58\xc6\x49\xa4\x03\xa7\x1a\x2e\x4f\xb4\x88\x1d\x20\x1d\x2f\x61\xe2\x04\x6c\xf5\x7b\xa3\x8f\xe7\xf5\x61\x93\xee\x15\xba\xef\x12\xcd\xa6\x7e\x6b\xe4\x63\x24\x20\x53\x52\xc4\xaa\x87\xed\x3b\x1e\x9b\x43\x9d\xd5\x28\xdf\xa6\x8b\x1a\xe5\x3c\x0a\x30\xc0\x90\x00\x9c\x36\x6c\xf4\x40\x8b\x48\xa0\x35\xfa\xa6\x60\xc0\x02\x11\x0b\x54\x56\x46\xf6\x89\x95\x23\x68\x36\xea\x10\x65\x06\x6f\x1d\x93\x4a\xd7\xa0\xb6\x02\x55\x63\xd8\xfe\x0e\x37\x55\x69\xa7\xba\xa4\x51\xf6\x48\x77\xd4\x6d\x2e\xf8\xbe\xb0\xc3\x83\x2e\xdd\xc3\xc4\xfe\xe8\xfb\xb8\x2f\x61\xa3\x53\x3c\x5c\x63\x94\xef\x47\x7f\x37\xd7\x2c\xd6\x9e\x7e\xdf\xd4\x2b\xfb\x75\x86\xf0\x7c\xda\xe9\x5a\x09\xc0\xbc\x4d\xda\xf8\x9e\x7d\xaf\xd7\x1a\xf6\x3a\xad\x6a\x1f\xf2\xdd\x64\x63\x06\x4d\x5c\xc4\x9c\x4e\x8f\x6c\xd7\x03\x65\x5a\x30\x34\xa4\x60\xb4\x31\x57\xa3\x6a\x0d\x41\xb3\x75\x1c\x3a\x1d\x80\x95\x6b\x0e\xd5\xfa\xdb\x46\x7c\xea\xad\xfe\xc8\x18\xd1\xe2\x04\xcc\x21\x0a\xe8\x84\xbd\x87\x09\x83\xca\x64\x97\x78\x1a\xd9\x88\x7d\xfa\xce\x26\xc9\xc7\x78\x8c\x91\xa0\x3c\x51\x30\x30\x3e\xc5\x59\x32\x0d\x18\x72\x28\x6b\xdd\x5a\x47\x54\x98\x13\x64\xc8\xe6\x4c\x1b\xf6\x76\x87\xa9\x0c\x9c\x52\x14\xad\xdb\x57\x00\x45\xa9\x3b\x3a\x3b\xd9\xb8\x80\xbd\x0a\x56\x07\x16\x05\xb4\x67\x0d\xd1\x28\x6d\x6c\x59\x76\xff\x7b\x2d\x2f\xc2\x2a\x3b\x94\x13\x94\x8f\x15\x24\x24\x23\x4d\x0c\x75\x22\x33\x2a\x8e\xfa\xba\xb4\x09\xb0\xa0\xa1\x20\xd5\xfb\x23\x95\x2d\xad\x6c\xa7\xb0\xaa\xd7\x7a\x4e\xd6\x31\xca\xfd\x80\xdd\xfa\xb2\x72\x3c\x27\x3f\x71\x5d\xf9\x68\xdd\xf8\xd0\x0f\x93\x39\x5b\x7f\x86\x13\xa5\x6d\x9d\xbc\x5c\xdb\x89\xcc\x64\xdb\xe7\x3f\xb3\xed\x7c\x0d\xcf\x35\x74\x9f\xcc\xb0\x9a\xa4\x09\x94\x76\x88\xe1\x8f\x75\xfb\x65\x59\xf8\xa9\xfa\x1b\x0b\x46\xf1\x6e\x2d\x7a\xc5\xf7\x25\x4c\x54\xd3\x7b\xb1\x2f\xe1\x4d\xdd\x58\xae\xdf\x36\xf6\x36\x4e\xd6\x76\xdb\xd2\xe8\x57\xac\x55\xb0\x3b\x79\xa8\xda\xc2\xc9\xa1\xc7\x91\x73\x4b\xbf\xff\x8f\xd2\xb1\x8e\x4e\x22\x79\x5d\xba\x7b\x1d\x7b\x80\x2f\xd4\x86\x9e\x3d\xf6\x9d\x0e\x71\xff\xce\xb7\x99\xb6\xe8\x21\x5a\x8a\xb0\xc7\x4b\xbc\x59\xfa\x2b\xfb\xf4\x5d\x9d\xb5\x7f\xde\xc6\x87\xa8\x4c\xe3\xf7\xda\x7f\xa9\x7d\x90\x83\x76\x6b\xb0\xe4\xd5\xdd\x6f\xb5\x4e\x3d\xf0\x0d\x35\x81\x56\xa5\x0f\xf2\x2b\x74\x7c\xe9\xc4\x10\x73\x3a\xfc\xc2\xad\x75\x99\xd2\x88\x9d\x80\x05\x40\xe9\x86\x94\x51\x56\x22\x43\xf7\x09\xaf\xf5\xcb\x3e\xbf\x94\x29\x96\xc1\xe2\xb6\x21\x40\x77\xd3\x96\x9e\x3e\xea\x78\xed\x6b\x00\x8f\x8e\xc0\xc2\x8b\xe1\xda\x21\xba\x85\xa5\x77\x31\x39\x86\xb9\xa5\x62\x2f\xcf\xfd\x7e\x3f\x02\xf1\xa3\xe4\xc6\x1a\x39\x6c\x5f\x5b\xaa\x63\x0f\x11\xbf\x37\xca\x48\x67\xe4\x44\xc0\x9d\xf0\xa7\xee\x65\x41\x9e\x39\xe6\xbb\x1d\x4f\x5e\xc8\xd3\x8e\x2b\xaf\xd4\x9d\x6d\x3e\x73\xa3\xae\x43\xde\x3b\xd6\x95\x6d\x58\xfd\x64\x4d\xb6\xda\xd3\xda\xdb\xe0\x83\x3d\xb1\xb3\x69\x27\xfb\x69\x96\x21\x77\xc6\x61\xe3\xfb\x6e\xcf\xad\x11\xc3\x50\xb6\x81\xda\xc5\x83\xfd\x91\x75\x55\x19\xc7\xc2\xb1\xf9\x7e\x4f\x65\xeb\xb3\xe1\xd4\x44\x83\x32\xb2\x85\x68\xdc\x59\x0d\x17\xa7\xdb\x75\x8e\xa9\xa2\xc9\x6a\x29\xc7\x0c\xa9\x00\x86\x1d\xa1\x79\x95\x81\xa8\x6e\xd3\x05\x99\x1d\x25\x2d\x74\x9a\x3e\x22\xc2\x4b\x92\x8a\x0b\x9a\xa4\x3d\xb7\xe2\xc2\x9a\xb6\x81\x81\x91\x8c\xb0\x1b\x03\x18\x03\xab\xd6\x61\x90\x3f\xa8\x6d\x10\x5e\xdb\xd2\x66\xf6\x79\x0e\xdb\xf0\x9e\x75\xa7\xdf\x05\x4b\x4a\x4e\x47\xc0\x4c\x7d\xf5\xb8\xef\xef\x6c\xa2\xe1\x72\xeb\x5a\x97\xa9\xcb\x85\xad\xdf\x2f\x10\x6d\x8d\x61\x15\xe4\xa7\xd7\x6b\x57\xb5\x4e\xdf\xe9\x56\xb5\x6a\xc3\x7e\x8f\xeb\x0c\x3f\x9c\xc4\x39\x94\x78\x6f\xb5\x6d\xd7\x4f\xd4\xb3\x2f\xf0\xfb\x3b\x74\x70\xcd\xd3\x7f\x05\xac\xba\xe7\x0b\xc4\xbf\x40\xd5\x70\xb2\x5a\x0f\x40\x98\x92\x1d\x9d\xae\xb5\xb4\xcb\xdb\xa5\x7c\xac\xca\x00\x5d\x02\x32\x2b\xb3\xe7\x68\x5f\x90\x23\xe5\xe7\xae\x4b\xb4\xc9\x45\xbb\x8e\xef\x05\x62\x5f\xc2\xc6\x4f\x01\x26\xf6\xa5\x06\x16\xe6\xd7\xa3\x27\xfe\x7b\x15\xcf\xf7\x6f\xb5\x07\xab\x9d\xac\xd7\x31\x3b\x7d\x7c\xe6\x0c\xbc\x99\x6f\x8c\x4e\xe2\x78\x90\xbf\xa6\xe8\x5d\xf4\x5b\xee\xb0\xd8\x23\x20\xd8\x85\xc7\x81\x48\x4a\x22\xd2\x31\x40\xee\x71\x51\xe1\x19\x22\xf2\xf1\x30\xd3\x10\x12\xcb\x90\x76\x58\xca\xe6\xc4\x65\xb5\xcf\xbe\x8b\x41\x9b\x7a\x6a\xb6\x34\xe3\x0c\x9a\x1d\x79\xea\x3e\x65\xcd\xd8\xec\xef\xee\x66\x17\x0f\xb7\x74\x07\xd2\xe1\x59\x02\xe2\x39\x73\x12\x70\x8f\x70\x8d\xa9\x7b\xdb\xf8\xc7\xb6\x58\x6d\x18\x0e\x3b\xde\x6c\x9b\x67\xa9\x36\x69\x44\xdb\x98\xe7\xa8\x80\x3e\xb0\x66\x9e\xfe\x8c\x0d\x21\xc2\xfb\x02\xf2\x4b\x63\xa7\xc3\x07\x5e\xcc\xae\xcb\x78\x6e\x5a\xa8\xe2\xa4\xc3\x5e\x58\xee\xf5\x3f\x55\x71\xdd\x2f\xeb\x2d\x79\xe9\x11\xdd\xdc\x21\xd8\x68\xa8\xc8\xa8\x4d\x85\xd9\x11\xa0\xc5\x81\x85\xc7\xc1\x99\x33\x18\x1d\xea\xb2\x0a\x97\xef\xd6\xa3\x65\x0e\x34\x62\x2f\xef\x49\x8d\x03\x6b\xbb\x8c\xb5\x1b\x05\xc2\x00\x8d\x0d\xf5\xe4\xc6\x20\x42\xfa\xc7\xd6\xd9\xdc\x5d\x53\x6b\x4b\xb7\xd6\x96\x21\xa6\xc7\xbe\x35\x18\xc0\x95\xa5\x22\xac\x0a\x36\x36\x47\x62\xed\x3a\xe5\x79\x69\x12\x6c\xbe\xd3\x2d\x1d\x6f\xe1\x70\xe4\xcc\xa2\xf1\xa3\x7a\xba\x1b\x9b\xee\x45\xe5\x39\x9a\xab\x75\xf8\xcb\x63\xe1\x71\xb0\x40\xba\xac\xde\x2f\xdc\xaf\x31\xc8\xd0\x25\xc4\xb5\x6d\x50\x98\xad\x93\x8b\x09\xa0\xa0\x1b\xc3\xa5\xc5\xc1\x27\x9e\x2e\x69\x05\x47\xb4\x02\x37\x06\xb1\x8b\xfa\x5a\xea\x6d\x39\x73\x74\xb0\x36\xa4\x6c\xe2\x44\xe5\x39\xa3\x0a\xdf\x70\x78\xe6\x04\xe8\x37\x71\xe6\x70\x60\x61\x71\xec\x7a\xa2\xf6\x96\x23\x95\xff\x3e\xea\xf7\xd0\xff\x1f\x25\x5d\x7c\xf2\x0c\x61\x66\x76\x60\x59\x46\x34\x46\x97\xe2\x6c\x30\xe4\x1b\xba\xc9\xe8\x08\xf3\x64\x91\x43\x74\x61\xc3\xa7\x28\x31\xb7\xc3\x91\x4f\xa6\xbe\xda\x61\xef\xdd\xf8\xe8\xe2\xda\xd2\x65\xe8\x24\x72\x66\xea\xcf\x9b\x61\x22\xa6\x3b\x2c\x14\x8e\x66\xdb\xf9\x09\x4d\x34\xcf\x89\x08\x3d\xa4\xcb\x0c\xed\x91\x8e\xc4\x89\x0a\xa8\x89\x1a\x95\xf6\x3e\x34\x68\xe9\x99\x0f\x32\x68\x12\xb3\x25\x4f\x0b\xcc\x7e\x3e\x29\x57\x60\x1a\x79\xe9\x63\x3e\xe2\x1f\x69\x28\xb3\x2a\xa0\xa6\x32\x03\x95\x09\x58\x45\x8f\x1c\x3e\x2f\x63\xe1\xcb\x58\xa0\xe8\xd1\x32\x66\xa5\xee\xd8\xaf\xa7\xef\xd6\xb2\x19\x05\xf0\xa4\x41\x4b\xa9\xa3\x17\x48\xce\x57\x3c\x8d\x47\x8f\x52\x36\xf3\x43\x2a\x77\x08\x2f\x43\x7a\xc0\x2e\xcf\x2d\xb1\xb9\xc3\x91\x9d\xa1\xde\x5d\x0e\x0d\x11\x37\x13\xf1\xc9\x8d\xe1\xca\xe3\xe0\xd2\x49\x46\x8f\x74\x22\xaf\x4d\xa3\x17\xf0\xb1\x98\x5b\x3a\xbb\xf0\x8c\x5e\xc8\x33\xc0\x54\x00\x92\xf7\xdd\x6f\xe9\xa3\x42\xfd\x28\x63\x84\x9a\xb1\xb7\x61\x2f\xd0\xf1\x3c\xe0\xe1\x2a\x02\x0c\x10\x35\xb6\x6c\x57\xc8\xf7\xf1\xff\xe6\x69\x12\x73\x8c\xde\x72\x18\xe6\x81\x01\xaa\xb3\x3f\xc8\x0e\x0e\x0d\x21\xe6\xd9\x83\xfc\x48\x47\x3a\xfa\xba\x17\x1a\xb4\xbc\x8f\xab\xae\xf6\x22\xcb\xb1\xe1\xc3\x1e\x39\x0d\x7b\x4b\x8f\xc3\x57\xc3\xf5\xfd\x9c\x67\x71\x8f\xa7\xcd\x78\x6b\xbf\xd7\x56\x88\xc6\xba\x75\x8c\x1e\xa7\x52\xfa\x68\xeb\x66\xb0\xa5\xdf\x57\x31\x5c\x52\xb1\x2e\xab\x42\x29\xe4\xfb\x58\xc0\xc7\x78\xe4\x28\x7c\x60\xa8\x79\xe0\x71\x33\xe8\x04\x69\xc0\x33\x22\xd0\xa0\xd0\xdc\xb7\xe6\x14\xed\x99\x9d\x28\x7c\x1d\xe7\x16\x39\x4a\x77\x65\xe9\x58\x48\xc7\x20\x7f\x89\xbe\x4b\x48\x21\xcf\x62\x3f\xf8\x81\x9c\x5a\xfa\x3d\xea\x6f\x1f\x00\x41\x69\xee\xb7\xc8\x11\x1c\xc9\x2a\x16\x36\xe3\xfb\x3c\x82\xdd\xc6\x3c\x92\x62\xf3\xfc\xd7\xf6\xcc\xc5\x42\x21\x40\x17\xc4\x2c\xee\x0c\xa4\x45\xb9\x4e\x12\x6b\x4b\x47\x97\x37\x16\xbd\x6f\x9b\x4b\x94\xe7\x2d\x2a\xfe\x64\xe0\xc2\x8b\xd9\xdc\xd6\xa5\xc0\x33\xc4\x99\x45\x68\xe5\xbc\x58\xc6\x2c\xf3\xe8\xde\x33\x1d\x5b\x19\x1d\x64\xaa\xac\x89\x8a\x0c\x76\x78\x39\x74\x93\x5e\x61\xd0\xf2\x0f\x09\x23\x45\x8d\x21\xc7\xa8\xdd\x53\x85\x7f\x54\x23\x60\x1c\xb7\xdf\xa0\x65\x4d\xd6\x70\xc9\xc0\x64\x41\x0b\xc9\x23\x19\xa8\xdb\xf5\xf2\x79\x1e\x9e\xa6\x10\x2f\xcf\x2d\x03\x12\x26\xb2\x7b\x34\xb5\xb1\x90\xcc\x1a\x65\x1c\x7c\xc7\x89\x9f\x97\x66\x75\x66\x20\xb6\xf5\x32\x7e\x34\x3a\x69\x4f\x75\x6e\x2f\xe2\x69\x61\x7f\xd6\xa3\x75\x3f\x16\xdf\x78\xf1\x68\xd1\xc4\xf8\x32\xd3\x55\x35\x1c\x70\x08\xcb\x54\xe7\x40\x04\xe8\x0d\x46\x4b\x83\x96\x0f\xc7\x47\xe1\xcf\x9c\x6b\xa3\x5c\xa1\x71\x06\x6f\xa8\x3f\x63\x7c\x5f\x43\xb2\x50\xf3\x41\xe0\x12\xcf\xd0\x32\x7a\xc1\x48\xed\xfd\xe0\xb9\x72\xae\x76\x73\x31\x5e\x53\xb1\x2d\xed\x74\x5a\x49\xb3\xc4\xaa\xad\xfd\xa4\x0e\xe2\xf8\x5e\xcf\x8f\xbd\x80\xe7\xc4\x14\xe9\x2e\x7e\x80\x70\xf5\xf3\xd2\xda\x94\x67\x10\x72\x87\x70\x03\x83\x96\xc7\x32\xf0\x0e\x64\x01\xd5\x63\x55\xb1\xdd\x01\x2a\xef\x12\x20\xe2\x69\x3c\xe3\x69\x7c\x61\x29\xbd\x64\xa4\xac\x96\xb2\xd6\x65\xf8\x2a\x9e\x43\x90\x23\x88\xfc\x19\x76\xb8\xa6\x56\x02\x1a\x1b\xa6\xcb\x02\xbc\x8e\x35\xb1\x04\x95\x29\xf9\x34\xb6\x11\x3d\x0e\xc6\x3c\xcd\x04\x16\x07\x63\x2b\xec\xb5\xcd\x6b\x24\xe1\x40\xd1\xa2\x66\xbc\x4a\x49\x03\xe9\xfd\xc8\x32\xcc\xa5\x93\x94\x67\x08\xd6\x93\xd0\x7c\x6e\x8e\x0d\x4f\x53\x4f\x36\x87\x2f\x2d\xba\xb7\x12\x9f\x7a\xab\xd6\xf1\xdc\xf6\xc9\x31\xcc\xd6\xbe\xa3\x32\x67\xea\xdf\xf6\x21\x2b\xcf\x29\x55\x63\x24\xa6\xce\x9a\xe2\x4c\x1d\xe6\x16\x92\x3b\xee\x61\x6f\x37\x69\xea\xc9\x32\x04\xcc\xd6\x91\xbf\xc3\x62\x96\x42\x95\x98\xe8\x68\xde\x4e\x65\x74\x87\x07\x66\x85\x43\x48\x81\xa7\x14\xf7\x3c\xfd\x7a\x7b\x77\x7c\xce\xa4\x3e\x3b\xc7\x73\xcd\x72\x25\xbf\x9c\xc3\x11\x8f\x35\xf6\x30\x3b\x72\xce\x73\x60\x51\x9d\x75\xa2\x9a\xb8\xa6\xb0\x38\xec\x6c\x79\xfa\x2d\x76\x9a\x2b\xdb\xf4\xb8\xf5\xe9\x72\x87\x10\x67\x0e\xbd\xf3\xed\x6a\xdd\xd0\x82\x03\x83\xa0\x8a\x55\xac\xe2\x5d\xd0\xbc\x29\x9a\x25\x48\xe5\xbe\x80\x48\xa9\x4f\x58\xf4\xc8\x91\x2b\x4b\xef\x6e\x5c\x62\x15\xf8\x7d\x6d\x35\x56\x7a\x45\x79\x6e\xe7\xe3\xf4\x72\x80\x6c\x31\xb2\x9f\x3c\x5d\x9e\xfd\xf9\xa7\xa5\x8b\x18\x3f\x58\xd5\x32\x04\x79\xda\xdb\x0c\xd7\xf7\xff\x94\xb0\x7b\x72\xb8\x7e\x48\x1e\x4f\xce\xb5\xb6\x60\xbf\x8e\x57\x9e\x69\x46\xf3\xe5\x28\xa7\x58\xb2\xb9\xbf\x54\x62\x9c\xbd\x2f\xcf\x58\x46\x03\x13\x3c\xe1\xc6\xf6\xcc\x47\xc9\x8b\x26\x31\x9b\x39\xb1\x07\xdd\x35\x95\x39\x21\xb5\x8f\xef\xe3\xd8\x85\x45\x53\xeb\x3a\x76\xda\x2d\x65\x4c\x2b\xc7\x97\x1f\x9c\x8d\xd9\xd0\x7c\x83\x82\x13\x9d\x5c\x20\xfc\xec\x74\xa4\xdd\xfe\x40\x19\x93\xdd\x5c\x27\xdd\xf5\x51\xc4\x9c\x46\x3d\x68\xee\x1d\xe5\x70\x7f\xeb\xad\xfe\xd2\x4b\x6b\xcf\x1e\x51\x9e\x49\x29\xca\xf8\xcd\x13\x3e\xa4\x66\x1e\x17\x34\x70\x34\xfa\x7b\xe6\xd1\xb0\xfc\x57\x74\x08\x39\xb3\x62\x08\xad\x3e\x76\x8c\x19\xde\x1e\x43\x9e\x1c\x8c\x09\x74\xe2\xf2\x8c\x5f\x70\x45\x3b\x0f\xe5\x74\xb0\x1d\xcb\xc1\x45\x9e\x59\x99\x86\x9c\x36\x63\x95\xcf\xfb\x1d\xa5\x3c\x36\xfc\xac\x6e\x74\xc5\x1e\x68\xe9\xef\x35\xe2\x7b\x16\x16\x4d\x2e\xbd\x18\xac\xdd\x18\x46\x6d\x67\x16\x4f\xf7\x43\xbb\xd0\x1b\x78\x4b\x37\xce\x0b\x87\xe8\xe6\xe5\x19\x83\x93\xb8\xfb\x83\x76\x44\x96\xbe\xf5\x43\xab\x36\xef\xe6\x6f\x1b\x07\xa1\xa8\xd8\x33\xdb\x58\xf7\xab\x62\x09\xaa\x75\x81\xaa\xbd\x84\x0c\xad\x4a\xb6\xeb\x32\x13\x8d\x95\x05\x15\xeb\xaa\x13\x85\x2f\x24\xa5\x8c\xe3\x2f\xdc\x12\x93\x56\x31\x25\x65\xdc\x29\xd8\xad\x6f\x87\x74\x90\x41\x7f\x50\x9d\xf7\x57\x35\x72\xac\x00\x79\xa2\x45\x65\x2c\xcc\x40\xc2\xc5\xa9\xac\x75\x75\x05\x08\x13\x35\xc2\xd9\x6d\x6c\x58\x19\xcb\x72\xf4\x7b\xd2\x38\x8f\x28\xaa\x58\x57\x00\x0c\xa9\x28\x5a\x77\x60\x60\x5e\x5f\xc3\x5b\xf6\x6c\x8e\xe2\x04\xf7\xfe\x05\x3e\x51\x23\xa8\xa9\xb8\x50\xc5\x2f\x62\xa2\x6a\xe0\x02\x2b\x63\x70\xa2\x3e\x61\x89\xc0\x3c\x4f\x90\x8e\xdc\xc6\x04\x5e\x6c\xbb\x04\x80\xa6\x94\xeb\x48\xa4\xa6\x03\x8a\x9d\x68\x2c\xee\x71\xb3\xa1\x65\x40\xbd\xc4\x71\xbd\x2b\xcb\xef\xe3\xd9\x4e\xf5\x74\xf8\x42\xdb\x0f\xd6\x5a\x77\x6b\xb2\xaa\xcc\x34\xd7\x9a\xce\xd3\x90\x30\x72\x2c\x47\x70\x60\xe0\x16\xab\x41\x51\x50\xb1\xfb\x5d\x7c\xde\x99\x38\xc9\x73\x7d\x02\x1a\x06\xa6\x32\x06\xc6\x32\xb0\xa8\x86\x6f\xb2\xdb\x7f\x9e\x18\xd5\x19\xdb\xb3\x73\x89\xcb\xac\x1a\xb1\xdb\xf8\xbe\xab\xe6\xa1\xe4\xe1\x49\x79\xb6\xe4\x1c\x4d\x61\xa2\x32\x60\xaa\x68\x5d\x15\x30\xec\x58\x2a\xe3\x18\xa4\xb4\x11\x23\x9f\x09\xab\xb4\x39\x3e\x55\x6c\x14\x10\x07\x68\xec\x14\x9c\x54\x55\x7c\x1b\x23\xcc\x02\x51\x85\xe5\x3e\x46\x25\x6f\xe1\x08\xd9\x31\xcc\xe3\xe0\xc2\x5a\xb7\xf3\x25\x00\x32\x6f\x60\x90\x31\x70\xd9\xd2\x18\x8d\x94\x0c\x80\xd9\xcc\x7e\x8d\x08\xd9\x0f\x4b\xc7\x37\xd5\x59\xf5\xd9\xcc\x8b\xb5\xc0\x24\x58\xbc\xb4\x8f\x95\xed\x0f\x9c\x98\xc4\x50\x5d\x08\x4f\xd9\x1c\xb9\x70\x3a\x60\xcd\xb3\xa2\xaa\x1e\xe1\x41\x53\xef\x76\x79\x0e\x47\x36\x38\xe7\xb9\x19\x34\x0d\x0b\x3a\x21\xb5\x74\xe2\xe7\x2e\xcf\x15\x0b\xa7\xe3\x6d\xf8\x81\x97\xfa\xca\xfd\xd1\x39\xd1\x0a\x5b\x20\x7b\x5f\x9e\xcb\x27\x90\x9e\x92\x37\x74\x2c\x6e\x5c\xee\x39\x2b\xd7\x03\x90\x4f\x5a\xad\xe9\x64\x66\x48\x22\xcc\xb0\x34\x91\x0e\x1c\x8c\xaa\x7f\x69\x64\xeb\xf9\x40\x50\x7b\x7b\xdb\x5f\xe9\xa1\x95\x4d\x44\x4b\x8f\x7b\xde\xd4\x74\x87\x84\x38\x1b\xea\x02\xee\xc4\x72\x8e\x74\x1f\x9a\xd7\x21\x7e\x1f\x0d\x37\x4c\xe0\xaf\x33\xb2\xb4\xfd\x1c\x20\x86\x44\x17\x77\xb8\xd5\xa3\x89\x93\x6b\x4b\x9f\xcd\x10\xa6\x39\xdb\xd6\x20\x7d\xaa\xee\x08\x78\x2e\xfb\xcd\x73\x62\x6e\x97\xb1\x92\x30\xe2\x39\x21\x37\xf5\xee\x9c\xe7\xd8\x0d\xcf\x3d\x2f\x9d\xd8\x0d\x4c\x63\x14\x20\x3d\xea\x2b\xbd\x67\x9e\xdb\xde\xf1\xa0\x4b\x81\xbd\xb5\x27\xde\x20\x0a\x4c\x43\xdc\xd8\xba\xb7\xa8\xb1\xac\x17\xe3\x1b\x77\x95\x3e\x95\x98\xbd\xac\xab\x9a\x2f\x47\x27\xd7\x96\x82\x30\x01\xbb\xe0\xfb\x4c\x5e\xa6\x0d\xbc\xcc\xe1\x56\x81\x13\x03\x68\xd1\x14\xe6\xac\xa9\x95\xd3\xa1\x70\x87\x2b\xb1\x6f\xc7\x36\xe4\xf4\xa0\x8d\x03\x50\x9e\x5f\xae\xee\x33\x21\x63\x2b\xc4\x17\x0e\x21\x43\x7e\x20\x3e\x99\x7a\xb7\x3c\x93\x70\x56\xbf\x77\xac\x8d\xa9\x54\xf9\x5d\x84\x0f\xc3\xfa\xfc\x60\xb7\x8e\x0b\xdd\xe9\x7e\x7f\x55\xe1\x7d\x3e\xea\x22\x3b\x14\x8e\xc3\xde\xf3\x58\x59\x55\x7e\x11\x2d\xec\x62\x11\xf8\xa7\x14\xf9\x6a\xf7\xa3\x7e\x2f\xaf\x7c\x89\x5e\x28\x11\xcf\x19\xb2\x99\x8a\x2e\xa1\x72\x21\x1f\xee\xcb\x21\x3c\xed\x24\xb2\x60\xd1\xfc\xf7\xea\x0c\x56\xb9\xb6\x8f\xfc\x47\x49\xd2\xc4\x21\x80\x22\x05\x18\x30\x96\xaa\x58\xf4\x70\xd8\xdb\xb6\x03\x52\x6b\x07\xcd\x61\x47\x3c\xac\x7b\xd3\x5b\xed\xf2\x44\xe2\xd2\x29\xef\xe1\x90\x19\x4b\x7f\x9e\xf9\x0a\xff\x9d\xef\xf7\x90\xff\x41\xd6\xfe\x01\xbf\xa6\x3a\x96\x42\x55\xeb\xcb\x34\x35\xe3\x39\x71\x5d\xde\x07\x11\x93\x61\x29\x5b\xd5\x9e\x32\x44\x36\xd7\x57\xa8\xb4\x94\xa1\x52\xe6\xc0\xc2\xed\x80\xed\xfc\x69\x81\x4b\xb0\x99\x45\x53\x91\x6d\x08\xd0\x44\x78\x36\x89\x02\xdb\x18\x05\xa6\x2e\x3e\x59\x25\x3f\x08\xb9\x25\x21\x1e\x10\xba\xa5\x4f\xa9\x50\x4f\x4e\x47\x58\x57\xb8\xb6\xdc\x9f\x2c\x79\xcb\x46\xbe\x3b\x01\x10\x56\x44\x58\x63\x86\x70\x5a\x55\x46\x58\x3a\x1d\x09\xc9\x2a\x92\xef\x99\xaf\x50\x4f\xa6\x01\x36\x96\x42\xcd\xf8\x81\x30\x33\x09\x24\xff\xe4\xc2\xe2\x60\xb9\x36\x59\xca\x3d\x31\x83\x6e\xac\x05\x6e\x4c\x2e\x3d\x9a\x42\xfe\xc2\x66\x5b\x77\x29\xc3\x76\x89\x09\xc1\xcc\xa2\xa9\xa5\x55\xad\x87\x23\x5f\x16\x8d\x89\xa6\x62\xf2\x64\x1c\x36\xef\x7f\xc0\x37\xdb\xfb\x2b\x16\x5e\x0c\x37\x1e\xc2\x3f\x1d\x19\xb7\x38\xb8\xdc\xde\x99\x42\x95\x77\x79\x00\x01\x5a\xcc\x6c\xe6\x31\xa5\x8f\xa0\xda\x1c\x8c\x3d\x9a\x9c\x7a\x04\xb9\xb6\x09\x88\xf0\xcd\x66\x48\x80\xc8\x36\xa4\xe5\x48\xe5\xf1\xb1\xca\xac\x47\x7d\xf7\x10\xbb\x13\xe5\x1c\x20\xac\x53\xe1\x09\xbd\xf2\xbb\x87\x06\xc2\x31\xc5\xcc\x8d\x49\xdc\x89\xf7\xb8\x44\xc3\x66\xac\xca\xac\xc8\x83\xf5\x48\x48\x51\x80\x09\xaa\xdf\x82\x74\xc5\xd3\x69\xf0\x18\xf6\xfe\x89\xfe\xdd\x8e\xc7\xf6\xcc\xdd\xae\xdf\xdf\x11\x56\x73\x38\x32\xd9\xad\xdb\x77\x28\x84\x81\x32\xb3\x23\x2c\x5d\x82\x44\xfd\xc8\xcb\xfb\xa4\x38\x7c\x59\xc9\x7d\x17\x1b\x12\x20\x1d\x62\x80\x40\xdf\xd5\x98\xc4\x10\xde\x2e\xf7\x09\x3b\xc2\x0a\xd1\x72\xd7\x69\x8d\xa5\x4b\x5f\x61\x8f\xff\x4a\x5f\xe1\x28\xc6\x8d\x3a\x8a\x91\xa1\x0e\xf7\xa1\xb9\xfa\x2c\x21\x35\xf3\x74\xb2\x70\xd7\xdb\xfb\x55\x08\x29\x30\x8d\x6c\x63\xe9\x22\xc2\x78\x7b\xfd\x8f\xfc\x0c\x4e\x4c\xdd\x98\x5c\xf8\xa5\x8e\xd8\x9f\x13\xdd\xdf\x71\xd4\x8e\x97\x85\xbd\x7f\xd2\xdc\x97\xac\xd7\x5a\xb6\x7d\x41\x3a\xa3\xec\x47\x79\xc7\x8e\x83\xec\x19\xe2\x6b\x8e\x2d\x4c\xc3\x0c\xca\x31\x1b\x78\x33\x37\xd6\x7e\x20\x7f\xb9\xdc\x5f\x6a\xf1\x47\xb7\x6d\x8f\x78\xae\xde\xab\xec\x15\xee\xba\x17\x55\xf4\x11\x56\xa4\xa4\x91\x26\xed\xef\x30\x29\xf7\x83\xc8\xf2\x4e\x9e\x72\x2f\x27\xda\xc5\x5f\x95\xe7\x72\x1f\x83\x34\xdd\xad\x1b\x6d\x7a\x3f\xf8\x81\x00\xcd\x72\xce\xa3\x40\x08\xd2\xff\xbd\xfd\x7c\xf6\xa5\xd6\xe3\xcf\xcb\x8f\x03\x7c\xf0\xb5\xff\x57\x3d\xdc\x96\x2e\xfd\x79\x36\x4f\x97\xe1\xf6\x9a\xf4\xa9\x0d\x73\xff\xe2\x2b\x73\xa1\xe7\x27\x45\xf5\x5a\x5d\xcb\x1b\x73\xf5\xed\xef\x5a\xee\xcf\x7b\x79\x1e\x06\x89\xdf\xfa\xe6\xdd\xa2\x91\xce\x57\x14\x2f\x5d\x5a\x7f\xee\xf5\x89\x51\xf5\xa0\xd3\x96\xc2\xfa\x5b\x3b\xd9\xdb\x2f\x37\xf5\x7b\x02\xf6\x3c\xbd\xab\xde\x8d\x3b\x7b\xb7\xdd\xe7\xbf\x97\x17\xbf\x9f\x0e\xdf\x55\x4f\x20\x36\x5f\xa7\x2b\x6f\xee\x3f\xfb\x44\xdd\xc9\xeb\x74\x2d\x0f\x24\xd2\xd5\x0b\x78\xdf\x0e\xdf\xd7\x53\x5c\x1b\xfa\x8a\x5f\x7c\xd0\x53\x89\x85\x7d\xe6\xba\xfa\x4f\x4a\x14\x66\xc3\x30\x59\x3c\xf7\x36\xdb\xfb\xc0\x11\xe5\x62\xbe\xf0\x2f\xbf\x44\xd8\xf2\xf8\x22\x4e\x7c\xd8\x73\xe3\xbd\xed\x2b\x73\x65\x6f\xbe\xcd\x53\xe8\x57\x53\x1e\xfb\x49\xf9\xb0\x4f\xb0\x08\xbd\x93\xcb\xff\x42\xef\x70\x1e\xe6\xad\x97\x0c\x7f\xb9\xb9\x95\x27\x37\xdf\x6e\x64\xdf\xf6\xfc\x79\xcb\x1c\x5d\x6a\x57\xeb\x53\x28\xfb\xe7\x5f\x3e\x90\xd6\xfe\x09\x95\x57\x11\xdd\x5e\xad\xfe\xed\xf0\xf5\x0c\x44\x36\x5f\x38\x79\x75\x05\xe2\x35\xaf\x6c\x60\x5f\x6e\xc2\xc4\xf3\x9f\xc7\xd3\xab\xb2\xdf\x7e\x6d\x51\x93\x1f\xfa\x54\xfb\xe9\x4b\x6c\xc7\x1c\xf9\x36\xc9\xd8\x09\xf5\xcf\x1f\x9f\x2b\x94\xc1\x99\xe9\x7b\xe9\xe5\x53\x9c\xbc\xc3\xee\xaf\x7c\xf9\xf4\xa5\x27\x44\x73\x7f\xe9\xcf\x2b\xe5\xdf\xf2\x82\xed\x8b\x2f\xbe\x7c\xca\xdd\x34\xbb\xf0\x8e\xef\xdb\x25\xeb\x84\x5c\xdb\x2b\xc2\xfe\xd2\x86\x8b\x72\xa6\xd9\xf2\x7d\xdd\xa4\x7c\x06\xf5\xd3\x44\xed\xb6\xbd\x70\xf8\x69\x15\x26\x5e\xba\x52\xc2\x4d\xf5\xe8\x9f\x8a\xb7\x67\x2b\xec\x79\xe0\x17\xf5\xfd\xde\xea\x9b\x1e\xb9\xbd\xa9\x9e\x35\x0c\x0b\x7f\x1e\xda\xe7\xad\xa0\x0d\xe1\x78\x7a\xf1\x79\x99\x17\x9e\xe4\x41\xb3\x6b\x17\x69\xf9\xd4\xcb\xd0\xcf\x73\x75\x66\x27\x2f\x3d\x9a\x58\xcc\xe6\x7e\x3e\x4b\x21\x9a\xd6\x0e\xf6\x42\xe6\x9e\xe7\x85\x68\x80\x6d\x38\x69\xb2\x52\xb2\x80\xf0\xa5\x27\x92\xb7\xb2\x36\xd8\xbf\x5f\x48\xcf\x7c\x37\x7a\xf1\x4d\x47\xbf\x98\x87\xae\xb8\x2d\xdd\x0f\xb3\xde\xd2\x0e\xa1\xed\x84\x10\xf1\xe9\xd5\x85\xcb\x7b\x83\x11\x85\x78\x37\x71\xc9\x95\x13\x77\x38\x5a\x61\xec\xf7\x82\x60\xee\x07\x3b\x7d\xd3\x5b\xfa\xf3\x2b\x1e\xa7\xdc\x4e\x7f\x9a\xd4\x2c\xa4\x14\x76\x11\xba\x6a\x3d\xfc\x74\x9d\xfe\xda\xf7\x8d\x5a\x44\xe1\xe6\x4d\x73\xf5\x29\xf5\xec\xc2\xfe\x7a\xaa\x99\xaa\xb7\x82\x46\x69\x12\x16\xe9\xfc\xab\x12\x26\x01\xf4\x6b\x81\x18\x2d\x60\x11\x66\xd0\x1f\x95\x43\x4d\xd7\x3c\x7e\x15\x3a\xb5\x17\x45\x3a\x0a\x8b\x30\xb0\x0b\xff\xbc\x52\xb1\xdd\xcb\x4f\x26\x5e\x78\xb4\xa9\x2a\xba\xbd\x60\xfc\xf8\x95\xb3\x03\xdd\xdd\xb8\x9f\xb8\xe5\x2a\xff\x2f\x37\x0d\x6d\xc5\x27\x79\x18\xcc\x8a\xfc\x5b\x83\x7a\xad\xad\xaa\xd7\x39\xef\xec\xe0\x85\xc7\x89\x57\xbe\x33\x48\xd3\xe8\x64\x62\xae\x84\xfa\xd7\x3d\xd7\xdd\xc4\xaa\x76\x43\x6a\xee\x6c\xe8\xcf\x8b\x8b\x20\xf9\x0a\x73\xb5\x1b\x86\x4a\xc8\x7a\x88\xe6\x45\xc4\x1a\xc0\xd4\x39\x7d\x35\xfc\xc4\x9c\x3d\xdc\x61\x9d\x0f\xc3\x92\xaf\xb4\x2c\xd7\xa0\x96\x57\xd8\xd0\xce\x5f\xc8\x86\x9e\xb1\x8e\xc7\x46\xf4\xfb\xe0\x3f\xdd\x86\x7e\xff\xf1\xcb\x86\xfe\xb2\xa1\xbf\x6c\xe8\x5f\xcf\x86\x7a\x7e\xf9\xf2\xa0\xf7\xcb\x7e\xfe\x4e\xf6\xf3\x3f\xcf\x07\xfd\xe5\x82\x76\x5a\x40\xd3\x41\xe6\x7f\xb7\xf9\x04\xbf\xcc\xe7\xc9\xe7\x97\xf9\x3c\x37\x5e\xbf\xcc\xe7\x7e\xbb\x24\xf1\x8b\x5f\xa6\xf3\x3d\xa6\xf3\x78\x54\x5f\x7c\xd6\xf2\xcb\xcd\xed\xb7\x73\x1b\x2b\xc7\x3b\x29\x87\xad\xef\xa7\xee\x22\xf6\x93\xa2\x4f\x7d\x3b\xa2\x9c\x1f\xed\x78\x9d\x79\x4f\xf3\xa6\xe5\xf9\xd7\xb6\x2d\x99\x9b\x2f\x37\xb7\x54\x95\x7c\xf3\xed\x66\x5f\xed\xcd\x96\xde\x0d\x9d\x26\xc5\x3c\x74\x16\x45\xda\xb6\x61\xd3\xc2\x1d\x17\x9a\xfe\xad\xdc\x0b\xf5\xfc\x79\x7e\xbc\xaf\x74\x4c\xf6\x45\x94\x82\x50\xc6\x85\x77\xf3\xdf\x3b\x7e\xad\xfb\x3e\xa8\xcd\x7d\x7f\x1a\x26\x61\xf5\x8e\xd6\x6e\xef\xe2\x58\x6f\xbc\xb4\xa1\xb6\x27\x52\x72\x64\xd7\xf1\x48\xd7\x7b\x78\xb8\x9b\xfa\xf7\xdd\xbb\x7b\x02\xff\x7e\x47\x76\x1e\x9c\xbb\x29\xf9\xe3\xbe\xf3\xc3\xc7\xbb\xf7\x5d\xec\xcc\x56\x54\xb6\x9f\xcb\xb2\x35\x57\xce\xfa\x65\x5a\x3b\xf3\x74\x54\xf2\xf2\x1e\x90\x9b\x26\x95\xb5\x29\x1b\x12\xcc\x7d\xbb\xf0\xe7\xbf\x41\x3f\x09\x8a\x59\xdb\x63\xc4\xed\xcf\x67\xde\x60\xa7\x3c\xd6\xa6\x28\xc8\x3b\x0c\xbf\xcb\xe6\xfe\x32\xf4\x57\x1f\xa3\x30\xde\xcf\x32\x1f\x8e\xc5\x6d\x08\xd3\x15\xa8\x36\xa7\xb7\xfa\xac\x7a\x81\xf2\x82\xa9\x44\x45\xd8\x74\xbe\xb2\xe7\x9e\xef\xa9\x73\x7b\x3a\x0d\xdd\x17\xb2\x73\xd5\x7b\xa6\xea\xdc\x4e\xf2\xb0\xa8\xc3\x14\xda\xc3\x0a\x64\x3f\x4e\x0b\x7f\x5b\x22\xbf\x90\x77\x5e\x66\x3c\x6c\xfc\x79\xdc\x1b\x5e\xb4\xcd\xe7\x1f\x79\x3d\x30\xcb\xb5\xca\x5f\x1e\x54\x5a\x8a\xd8\x96\x42\x69\x04\x5b\x9d\x89\xeb\xc2\x0f\xb6\x66\xf4\x5b\xe6\xfb\xf3\x30\x09\xee\x9a\x64\x5f\xd6\x8c\x67\xda\x77\xf4\xf7\xa4\xa2\xfd\xe2\xc6\x23\x81\xdd\x61\x0f\x2d\xe6\xf2\xca\xbd\xd8\x57\xb3\xe7\x4b\x18\xe3\x5c\x55\xe5\x0e\xec\xa1\x00\x9d\x7f\x70\xfa\x0a\xfb\x52\x8f\xa2\x97\xe4\x56\x9a\xf8\x1f\x04\x3c\xba\x1f\xb4\x85\xfb\x9f\x2c\xb2\xd7\x89\xe2\x3c\xbb\xcb\xfc\x0a\x8d\x62\x18\xfe\x81\xc2\x78\x48\xf8\xaf\x2e\x8e\xbf\x58\xef\x4d\xac\xf7\x7e\x03\xd0\xe0\xb1\x26\xeb\xfd\x35\x4d\x40\x14\x26\xe5\x58\x73\xa5\x22\xdd\x43\xa4\xd7\xe2\x75\x37\x4d\xf2\x30\x2f\xfc\xc4\x5d\x4f\x52\x18\xba\xed\xf1\x8d\x37\x15\x7a\x9b\xda\x0b\x58\xd0\xfb\x12\x43\x7f\xe9\xc3\x6a\xbd\x64\x9e\x26\xc1\x75\x2b\x0b\x75\x37\xdf\xb4\x6a\x50\x17\xae\x17\x9d\xae\x19\xc4\x83\x06\x5d\xb5\x58\x79\x84\x23\xc7\xd3\xa9\x3f\x6f\x2c\x0d\x95\xb1\x57\x6d\x40\x3d\xcc\xe4\x05\x2c\x47\xfa\xd3\xdf\xc2\xc3\x20\x28\x2f\xcc\x6d\x07\xfa\x74\x9a\xc7\x69\xde\xa7\xd8\x70\xee\xaf\x6c\x08\x11\x50\x72\x4b\x44\xde\x9b\xcf\xed\xf5\x6f\x9f\x77\x21\x9b\xcd\xc2\x5b\xba\xb7\x9f\xbf\x34\xf3\x56\xdf\xc7\xce\x93\xef\x16\x28\x4f\xcf\xf3\xe6\x7e\x9e\x8f\xe7\xb2\x9d\x04\x3e\x12\x2b\x1c\xbb\xff\x7a\x4f\x7c\xc5\xc9\xee\x57\x92\xd8\x95\x3e\x5f\xe2\xf6\x1e\xfb\xfa\xe3\xfb\xd7\xee\xfd\x57\xbc\x83\x5f\x93\xbf\x4b\x7c\xc5\x7f\x7c\xff\xfa\xfd\x6b\x07\xbb\x36\xfb\x77\xf2\x6b\x17\xfb\x7a\xdf\xbd\x36\xff\xc3\x8f\xaf\xf8\xc3\xfd\x57\xe2\xfb\xed\xe7\xcf\x67\xdc\xbf\x30\x3f\xd4\x4f\x6c\x08\x0b\x7f\xce\xec\x16\xc4\x3f\xfd\x2d\x49\x8b\xeb\x66\xa3\xbd\x82\x43\x25\xf0\x11\x73\x7c\x7e\x1a\xbd\xc6\x1a\xd0\x55\xfa\xf3\x5b\xbe\x70\x12\xbf\x38\xd0\xa3\xd5\xd7\x2a\xa1\x74\xde\x2e\x57\xf2\x71\x90\xbe\xd9\x98\x03\x68\xdf\xf8\x7b\xd7\xac\x33\xa3\xbd\x1d\xc6\x47\x7f\x4d\xd9\xb9\xef\x8d\xfc\xc2\x46\x02\xa9\xcf\xc3\xc2\x7f\xc9\x6e\x3a\xb6\x1b\x2d\xb2\x97\x34\x59\xe6\xcf\xc3\xd4\x0b\xdd\x51\xea\xf9\x93\xcb\x0a\xf2\x88\x32\x9f\x14\xfe\x7c\x69\x43\x3e\x19\x85\xc9\xa2\x28\x0b\x11\xf7\x17\xa2\xc3\xb6\xe5\x64\xbf\xf0\x93\x72\x71\x62\x47\x60\x90\x2e\xe6\xa8\xf8\x0f\x02\x6b\x57\x55\x67\x56\x82\x6b\xdb\x35\xd9\x76\xe2\xad\x16\xf3\x6f\x2f\x7a\xce\xef\x5b\x53\xfa\xd9\x41\xda\x5b\x73\xc4\x3c\xa3\xd9\xf4\x93\x6a\x0b\x81\x4e\xe7\xfe\xcd\x6f\x8a\x34\xfc\xfc\xca\x48\x6d\xfc\x0e\xc3\xef\xf0\xee\x47\xc0\xbd\xba\x6f\x2f\xc2\xa4\xdb\x9e\x3c\xbe\x6d\x43\x3c\x2d\x8c\x9d\x66\xb5\xcd\x3c\x43\xb3\x98\xcd\xd3\x45\x30\xcb\x16\x08\xf9\x75\xb1\x53\x9e\x7a\x5d\x1c\xff\x55\x4b\xa8\x48\xaa\x51\x1f\xde\xbb\xfa\x98\xff\x13\xf6\xb7\xbf\x7d\x10\xdb\x9c\x9d\xdf\xbf\xea\x8a\xd4\xb5\x4c\xd7\xcb\xd7\x89\x3b\x2e\xf7\x22\x4b\x7e\x3a\xa3\x64\x32\x7b\x5e\x94\x6b\x86\x8f\xfe\x79\x3d\xba\xcd\x59\xcc\xce\x43\xb9\x5d\xb6\x6f\xa1\x77\x7e\xf3\xec\xcc\x36\xd9\x4d\x13\xe8\x0e\xec\x7c\x76\x06\xd3\x9d\xe9\xc3\x56\x41\xa8\x05\x82\xa8\xdf\xb1\xfb\x87\x36\xa1\xb8\x2c\x6a\x3f\x51\x66\xd0\xf7\xa3\xc9\xf8\x50\x39\xfa\xe6\xa6\x49\x61\x87\xc9\xe9\xc6\xe9\x9f\x4d\xa4\x0e\xba\x75\x8d\x7c\x9d\xd3\x4a\x6f\xac\xff\x8f\x2e\xd2\xdb\x5d\xa2\xbf\x84\x28\xff\xc1\x04\x74\x3b\xb4\xbf\x04\xf3\x97\x60\x36\xd2\xaf\x15\xcc\xed\xf2\xda\x5f\x42\x30\xaf\xb1\xb1\x77\xf8\x4f\x80\xb2\xf7\xbf\x2f\x94\x45\xdf\xb7\xf3\xf6\x4b\xea\x7f\x49\x7d\x23\xfd\x5a\xa9\xdf\xc6\x62\xfd\xe7\x40\xeb\xd7\x8b\xfd\x4f\x96\xdf\x7a\x06\x7e\x09\xf0\x2f\x01\x6e\xa4\x5f\x2b\xc0\xe3\xcc\x4f\x94\x59\x38\x2d\xe8\x6a\x37\xfc\x77\x94\xe4\x03\x8a\xbf\xb3\x4c\x2f\x92\xf0\x9f\x0b\xff\xd1\x7f\x69\x1f\xe8\x30\xf3\xcb\xbd\xba\x1c\x17\x7d\x73\xfd\xf0\xec\xb2\x7f\x8b\x2e\x8d\x4e\xfd\x69\xbf\x1e\xa4\xfe\x9c\x19\x85\xfa\xf3\x13\x1a\xbd\x8d\xad\x38\x58\x58\xe7\xbd\x8b\x13\x5d\x7f\xfe\x78\x5d\x09\xfd\xa4\xf8\x98\xc6\x9f\xe7\xf2\x3f\x85\x87\x78\xa2\x2c\x7e\x19\x9d\x5f\x46\xa7\x91\x7e\xad\xd1\x99\xa4\xf3\xe2\x24\x20\x6a\x5f\xcb\x2f\xcc\xf8\xc7\x74\x15\xab\x69\xfb\x25\xf3\xbf\x64\xbe\x91\x7e\xad\xcc\x2b\x8d\x08\xf5\xbf\x86\xbb\xf8\x07\x33\xce\x07\x03\xfc\x4b\x48\xff\xa3\x84\x74\xc7\x3c\x1f\x78\x2d\xda\x15\x0c\x74\xf1\x92\xb6\xf7\x1f\xa6\xd9\xb7\xff\x77\x3d\x08\x63\xbb\x9e\xf7\x83\xb0\x7f\xdc\x75\x3a\x0f\xdd\xbb\xfb\x07\x7f\x7a\xe7\x78\xf7\xc4\xdd\xf4\x3b\xf6\x7d\xea\xd8\x0f\xb8\xed\xff\x78\xc3\x41\x98\xf6\x51\xff\x19\x67\x60\x5e\x3c\xa9\xf2\x21\x1c\x75\xcb\x22\x6e\xd9\xc6\x42\x1d\x1e\xd0\xfa\x8f\x65\x9d\x7b\x8f\xfc\xe1\x90\x0f\xce\x1d\xee\xdd\x4f\xef\xee\x7f\x3c\xfc\xb8\xb3\x09\x12\xbf\x73\xbf\xff\x78\xe8\xdc\x7b\x04\x4e\xbc\x89\x75\xa6\x7f\x4e\xd6\xf9\xb3\x1d\x50\xbc\xac\x17\x7f\x9d\x4a\xfc\x0b\x9d\x4a\xfc\x03\x29\xe3\x3f\x6b\x90\xd6\xcf\x38\x79\xf5\x76\x4d\x70\x7c\x1e\x6b\x7f\x1d\xf0\x87\x9c\x08\xfb\x5c\xdb\xbb\xbe\xa8\xdc\xa0\x0a\x5e\x2f\xfb\xc7\x2d\xfc\xfd\x04\xfe\x67\x8f\xcd\xef\xaa\x10\x1c\x7f\xea\x4f\x6d\x0c\xbf\x23\x6c\x82\xbc\xbb\xc7\xc9\x1f\x77\x0f\x1d\xfb\xe1\x8e\xf8\x41\x4c\xa7\x9d\x8e\xeb\x77\xf0\xfb\x3f\xb7\x89\xfd\x10\x85\xf0\xf3\xe7\xfc\x9c\xc2\xf8\xaf\xea\xef\x7f\xfd\xd7\xff\x1f\x00\x00\xff\xff\xd6\x35\x49\x62\x58\x01\x01\x00") +var _rpProductionJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x6b\x93\xa2\x4a\xb6\x37\xfe\xfe\x7c\x8a\x8a\xfe\x3f\x11\xb5\x3b\x4e\x57\x37\x60\xd9\x5d\x9c\x88\xf3\x42\x10\x10\x4a\x51\x6e\xc9\x65\x9e\x89\x09\x6e\x22\x45\x72\x19\x41\x2d\x7d\x62\xbe\xfb\x3f\x12\x44\x51\xd1\xb2\x2e\xbd\x67\xef\x3d\xed\xc4\xec\xb6\xcc\xcc\x95\xb7\x75\xf9\xad\xcc\x95\x99\xff\xef\xbf\x6e\x6e\x6e\x6e\x3e\xfd\x9f\xdc\x9d\xf9\xb1\xfd\xe9\x7f\x6e\x3e\xcd\x8a\x22\xcb\xff\xe7\xdb\xb7\xea\x97\xaf\xb1\x9d\xd8\x81\x1f\xfb\x49\xf1\xd5\xde\x2c\xe6\xfe\x57\x37\x8d\xb7\x69\xf9\x37\x02\xc3\xbb\x77\x18\x7e\x87\xe1\xdf\x3c\x3f\x83\xe9\x1a\xe5\x53\xfd\x38\x83\x76\xe1\x7f\x7d\xca\xd3\xe4\xff\xfb\xf4\xa5\xaa\xc1\x4d\x93\xc2\x4f\x0a\xe0\xcf\xf3\x30\x4d\x50\x45\xf8\x57\x0c\xfd\xaf\xce\x90\xd9\x73\x3b\xf6\x0b\x7f\x9e\x7f\xfa\x9f\x9b\xaa\x59\xe5\xef\xb6\x3b\x97\xfd\x3c\x5d\xcc\x5d\x9f\xf7\x0e\x92\xca\xe4\x62\x9d\xf9\x88\x5a\x5e\xcc\xc3\x24\xf8\xb4\x4b\xfc\xd7\x97\x06\x09\x2f\x0e\x93\x5e\x16\xd2\x36\xb5\x48\x3c\xe8\xbf\x93\x0a\x0c\xfd\xa4\xa0\xfd\x79\x41\xa7\x71\x9c\x26\xa2\x1d\xbf\x95\xe2\x3c\x7e\x4d\xab\xbe\x1c\xa6\x7a\xfe\xd4\x5e\xc0\x02\xd8\x70\x51\xe6\xba\x58\xc7\x5b\xda\xfc\xd6\xfa\xaa\xca\xae\x98\xac\xb7\x55\x80\xb8\x90\x86\xe9\xc2\x7b\xc7\xc0\x23\x1a\x8a\xef\x4e\x6c\x37\x02\x4a\x4f\xf5\x13\xfb\xaa\x06\xb7\x12\x73\x42\x08\xc3\x24\x60\x08\x46\x29\xd2\xb9\x1d\xf8\x3d\xd7\x4d\x17\x3f\x6f\x00\xb6\xf5\x29\xfe\x7c\x19\xba\xfe\x64\x1e\x26\x6e\x98\xd9\xf0\x67\x55\xe7\xc2\x45\x5e\xf8\xf3\x91\x17\x6f\xfb\xf5\xb6\x51\xda\x91\xc9\xbd\x8f\xa2\x43\xa7\xc9\x34\x0c\xf6\x1a\xe5\x7d\xd4\x10\x37\xe5\x99\xed\xbe\x91\xa5\xb6\x94\x26\xf6\xdc\x4f\x8a\x7e\x1a\xdb\xe1\x3b\x14\x83\x67\x17\xb6\x63\xe7\x35\x27\xbd\x83\x90\x53\xa4\x91\x9f\x5c\x2d\x91\xed\x44\xc2\xdc\x76\xa0\x4f\xa7\x79\x9c\xe6\x7d\x8a\x0d\xe7\xfe\xca\x86\xf0\x3c\x31\x27\x4d\xe1\x0b\xcc\x36\xb5\x61\xee\xb7\xd6\x36\x85\x0b\x3f\x29\x9c\xb0\xe0\x63\x3b\x78\x63\xb7\xa7\xd9\xfb\x7a\x3c\xcd\xde\x20\x5d\xad\x94\x02\xbb\xf0\x57\xf6\xba\x62\x88\xfc\xe7\x48\xe8\xb6\x8e\xda\x4a\x72\xf3\x74\x91\xbd\x9d\x65\xb6\xd4\x3e\x6a\x00\xc2\x4c\x5e\x40\xff\x42\xcf\xed\xf9\xdc\x5e\xb7\x97\x8d\xfc\xf5\x12\xf5\xbf\x2f\x2a\xca\x62\x3a\x0d\x9f\xdf\xd6\x84\x9a\xcc\x64\xee\xbf\x99\x46\xec\xc5\xec\xbc\x84\x30\x9e\x36\xbf\xc0\xfa\x97\x69\xe4\x1e\x93\x2c\xc3\x79\x9a\x20\x9c\xf4\x36\x22\x49\x9a\x58\x69\x62\x43\xd9\x0f\xc2\xf4\x12\x47\x55\xe3\x7a\x99\xa1\xfe\x76\x90\x5a\xe6\xf0\xed\xbc\xb0\xf3\xd0\x3e\x2a\x59\xa6\xb9\x7e\x52\xcc\x6d\x18\x26\xde\xc5\xf4\x45\xee\x2f\xec\xac\x2d\x43\x94\xce\x7d\x7b\x9b\xab\x2d\x3d\x4f\x17\xc5\x6c\x47\xa5\xb5\x0a\x3b\xb1\xbd\x4b\x24\x02\x7f\x1e\xdb\xc9\x7a\xe5\xe7\xc5\x85\x5c\x49\x3a\x5f\xd9\x6b\xd4\xd7\xd6\x66\xac\xc2\x62\xe3\xcf\xa1\x9d\x78\x49\x3a\x2f\x66\x6d\x79\x9c\xb9\xbd\x09\x61\xd9\xe0\xb3\x3d\xb1\xa7\xf3\xd0\xb5\xcf\x92\x28\x13\x2e\xf6\x76\x61\xfb\x55\xe9\x83\xa4\xbf\xb7\x32\x46\x96\xce\x0b\x1b\xf6\x5c\xd7\xcf\xf3\x52\x05\xf0\xde\xcb\xfa\xe6\x02\xa5\xf7\x69\xd0\x8a\x06\x03\xfd\xa5\x5d\xf8\xde\xfb\xda\x33\xcf\x58\xdf\x2e\x16\xf3\x4b\x5a\xe4\x3d\xfa\x73\x9e\xbd\xc3\xd4\xcc\xb3\xf7\x22\x23\x44\xe1\x9d\xa0\xa8\x22\xf1\x01\x78\xa8\x22\xf4\x4e\x28\x34\xcf\x3e\x06\x05\xcd\x3f\xcc\x0a\xcf\x33\x10\xe7\x39\x6d\x67\xb6\x1b\x16\xeb\xf3\x34\xc2\xe4\x58\x1f\x1c\xb3\x50\xa7\x95\x7e\x9e\xcf\x26\x0b\x07\x86\xee\xa3\x7f\x81\xfa\xa5\x16\xe6\x07\xae\x43\x35\x72\x6f\xa4\xb4\x70\x72\x77\x1e\x66\x45\x98\x26\x1f\x04\x09\x96\xb1\x12\x6e\xde\xed\x2f\x2a\x85\x9d\x78\xf6\xdc\xfb\x47\x9f\xc8\xff\xb1\xec\x9c\xab\x2a\xcf\x69\xe8\xdb\xc9\x22\x63\x12\x84\x3a\x2f\xcc\xf8\x15\x30\xb3\x98\x2f\xda\x51\x26\xaa\xe7\x95\x03\xf2\x5f\x0d\x1a\x9f\xe6\xdb\x91\xcd\x0f\xac\xe8\x11\xa9\x3c\x5a\x9c\xd0\x2f\x13\x92\xaa\xe6\xdd\x90\x1c\xea\xf7\x7f\x1d\xf5\x29\x9b\xa7\x99\x3f\x2f\xc2\x16\xfd\x57\xa5\x97\xac\xc7\x4f\x7a\x10\xa6\xae\x8d\xe6\x7d\xe4\x17\xb3\xd4\xdb\xd6\x50\x84\xee\x65\xfa\x9b\x34\x29\x49\x7f\xfa\x5b\x38\xfd\xcd\x4d\x93\x02\x41\xd5\xdf\xf6\xeb\x31\xbf\xdd\x1e\x81\x8e\xdb\xcf\x5f\x8a\x74\x98\xae\xfc\xf9\x6f\x73\x3f\x83\xb6\xeb\xff\x36\x6f\x72\xda\x6f\x9f\xbf\xd6\x2d\xf9\x72\x73\x7b\x73\xfb\xe5\xe6\xf6\xf6\xf3\xe7\xcf\x5f\x6e\x6f\xbf\x64\xa1\x1b\x59\xa8\xbe\xdf\x6e\x47\xa1\x3b\x4f\xf3\x74\x5a\x7c\x15\xfd\x62\x95\xce\x23\x94\x6f\xd7\x17\xcf\x9b\xfb\x79\xee\xe7\xb7\x5f\x6e\xce\xd3\xee\x7c\xfe\xfc\xf7\x63\x0e\xa8\xc7\x76\x9e\xdd\x65\xe1\x31\x0a\xd9\xcd\xee\x49\xe5\xdf\x4e\x6a\x3e\x2e\x5a\x57\x5b\x8e\xd4\xb9\x36\x9d\x34\xc7\xce\xc2\xc6\x9a\x17\x81\x11\xd8\x1d\xf6\x70\x87\xe1\xad\xec\xff\x8b\x7f\xfe\x38\xfc\x53\x21\x98\x5f\x3c\x74\x1d\x0f\x4d\xb7\xce\x11\x3f\xa9\x50\xc8\x62\x5e\x76\x25\x6f\x75\x32\x4e\x9b\xf9\x9a\xba\x0e\xf3\x1e\x8e\xf8\x8b\x05\xca\x42\xa1\x77\x30\xfe\xbc\xd7\xc2\x4c\xa7\x73\x89\xd8\xab\x52\x2a\xb7\x27\x5c\xd3\x5a\x4d\x61\x07\xa8\x41\xc9\x02\xc2\x8b\x99\xff\x75\x36\xf5\x5f\xe7\x6b\x69\xea\xb9\x7a\xf0\x3f\xb5\xe6\x3e\x43\xe4\xcf\x39\x01\x7b\xa9\xfc\x43\x4d\xc2\xb6\x59\x2f\x4c\xc4\xc9\xaf\x7f\x6f\x73\x2c\x6d\x37\xf2\x13\x6f\xdb\xeb\x49\x9a\xc2\x37\x09\x51\x83\x3d\xb6\x14\xdf\xd3\x28\x98\xda\x1e\x65\x43\x3b\x71\xc3\x24\xa8\x17\x74\x7e\xaa\x60\x9f\x51\x28\x1f\xc8\x5f\xfb\x3e\xf9\xf3\xfc\xdb\x39\x05\xb6\x95\x7a\xe8\x6c\xbf\xd4\xf9\x10\xfb\x5d\x66\xa8\xcb\xcc\xd9\x32\xcf\x3f\xad\x6f\x2d\x2c\x75\xdc\xad\x6d\x96\x77\xf7\x2a\x9b\xa7\xce\x29\xa8\xfe\xa8\x8e\x94\xd4\x4f\xda\x5e\xfe\xfa\x11\x2d\x2f\x52\xb7\x9c\x85\x4f\xaa\xdb\xb6\x7c\x75\x90\x1d\x35\xac\x1f\x22\x27\xc1\x59\xd4\x16\xbd\x5f\x39\x1f\x2f\x15\xad\x59\x68\x92\xce\x91\xbf\x7f\x7f\xdf\xb9\x8e\x55\xf6\xf9\xdf\x6b\x30\xa0\x33\x5f\x40\xff\xdf\x61\x2e\xfe\x90\x62\x7d\xa4\xbd\x7f\x89\x76\x6b\xeb\x7e\x77\xd1\xae\x6d\x3d\x4a\xb9\x2b\xc3\x12\xfe\x93\x84\xfc\xfe\x23\x00\xc9\x2f\x41\xff\x25\xe8\xaf\xee\xd5\xbf\x57\xd0\xf3\x7c\xf6\xe7\x15\x73\x82\x78\x95\x94\x13\x04\x41\x7c\x9c\x98\xa3\xa1\x7b\x0f\xc8\xaf\x66\xe6\xa7\x7b\xec\x8d\xb9\x19\x20\xa5\xfe\xd2\x10\x67\xd7\x6a\xd0\x64\x11\x3b\xfe\x7c\x3c\x9d\xd4\xfd\x78\x69\x32\xe6\xfe\x3f\x17\x7e\x5e\x4c\xec\x62\x86\x5a\xf3\x6d\xe6\xdb\xb0\x98\x6d\xbe\xcd\x7d\xdb\x5b\x9f\xe7\xc0\x2b\x41\x56\x25\x46\xff\x0e\x97\xfc\xcd\x23\x7c\xff\x27\x1a\xe1\x53\x74\xf0\xef\x1e\xeb\x2b\x34\x4d\xb6\x97\xfb\x57\x0f\xf5\xc7\x8d\xd6\x6b\xf4\xc4\xc5\x55\xc1\x03\x97\xe2\xfa\x65\xd2\x03\x83\xf0\x93\x97\x48\x4f\xf6\x87\x32\x3f\xf1\xf2\x71\xd2\x1e\xfd\xf0\x33\x96\xa4\xde\xb9\xd0\xf8\x5f\xed\xd3\xf1\x1f\xbb\xe2\x9b\x2f\x9c\xc4\x3f\xdd\x27\x6f\xcd\x7b\x15\x3c\x59\x86\xf3\x62\x61\xc3\xed\x9f\xf9\xb7\xaa\x82\x7a\x16\x96\x89\x5f\x6c\xbf\x56\x09\x2f\x83\x93\x77\x09\xea\x36\x62\x6f\xbf\x94\x78\xa1\xcc\x9f\x7c\xe3\xe5\xd7\x22\x69\x5b\x9b\xfe\xd4\x4e\xd6\x5d\x98\x14\xfe\x3c\xb1\x21\xfa\xe5\x98\x95\xff\x2a\xee\xd6\x41\x27\xff\xac\x7e\x57\xeb\x4c\xfd\xc9\x57\x52\x1f\xee\xef\xbb\xaf\x5c\x65\xe9\x7e\x88\xb2\xbe\xb8\xcc\xf2\x97\xf0\xbd\x5e\x1a\xd7\x3f\x92\x67\x70\xc0\xcd\x3f\x01\xe8\xee\x44\xe7\x8f\x89\x78\x3f\x02\x22\xfe\xad\x09\x22\xaa\xf0\xaf\x33\xe0\xb6\x08\xfd\xf9\x01\xa8\x6c\x0d\xda\xdd\x05\xde\x1d\x52\x3e\x8c\xcb\x3b\x51\x3c\xaf\x85\xa4\x8b\x2c\x98\xdb\x9e\x3f\x49\x61\xe8\x9e\xc6\xe1\xed\xb2\xc5\xa9\x57\x4d\x93\x9d\x2c\x6c\x78\xca\x20\x2d\x3c\xf6\x69\x0b\x12\x47\xb6\x3b\x0b\x13\x7f\x32\x4f\xa7\x61\xcb\x89\xad\x5d\xf6\x34\x7f\x29\x4b\x35\x30\x69\x9c\x2d\x0a\x7f\x2e\xda\xb1\xbf\x8b\x4e\xff\xf4\x37\x37\x4d\x5c\xbb\x40\xc3\x73\x77\xfb\xe5\xe6\x70\x2a\xaa\xb0\xb5\xdb\xcf\x5f\x6e\x6e\xef\x2e\x6f\x81\x57\x07\xd6\xb4\x1c\xb1\x6a\x35\xab\x2e\x4c\x17\xde\xdd\x22\xf7\xe7\x97\x8a\xc1\x30\x59\x3c\xbf\x0e\x4f\xd4\x47\x44\x26\x76\x9e\xaf\xd2\xb9\xd7\x5b\x14\x33\x3f\x29\xc2\x1d\x5f\x17\xf3\x85\xff\x82\x42\x40\x4e\xe9\x55\xb6\x2f\xab\x23\x2d\xcf\xab\xcb\xe3\xcf\xcb\x54\xf7\xd4\x77\x0a\x29\x8d\xfd\x6f\xfb\x11\xfb\xf6\x35\xcf\x67\xdf\xec\x45\x31\x4b\xe7\xe1\xc6\xf7\xfe\x11\xa1\x06\xbc\x1c\x80\xb0\x23\x1c\xf9\xeb\xbe\x5d\xd8\x27\x32\xd0\x8c\x1d\x7d\xd1\xf4\xd6\x9f\xf3\x3e\x46\xfd\xf9\xfb\x5b\x7d\x94\xd7\x2c\xa2\xd4\x61\xab\x57\x31\x7b\x18\xdb\x81\x2f\xfb\x53\x7f\xee\x27\x2d\xa1\xc5\x27\xf9\xcb\x79\xce\x67\x95\x7a\x91\x7d\x6f\x60\xbf\x88\x07\xd2\xe9\x74\x9b\x7d\xc0\x0c\x5f\xca\x5c\x29\xc1\x4f\x3f\xee\x86\x60\xf4\x52\xde\xe5\x5e\xd3\x42\xbb\xf0\xf3\xe2\x6d\x16\x2a\xcd\xfb\x61\x1e\xbd\xdc\x75\x77\xee\xdb\x85\x3f\xce\x6a\xab\xc0\xce\xd3\xb8\x8a\x51\x7f\xa1\x9d\xd5\x69\x5d\xef\xaa\x5a\x6e\x6e\x4e\xe2\x8e\xd5\xad\x01\x9b\xcc\xfd\x38\x5c\xc4\xff\x18\xca\xca\x9b\x7d\xdd\x57\xf1\x51\x52\xd9\xc9\xab\xf8\xa8\x42\x0a\x93\xab\xc0\xf2\xef\x19\x64\x70\x11\x9a\x54\x35\xf1\x08\x38\x4c\x6d\xd7\xbf\x72\xc9\xa4\xfe\x5c\x31\x91\x0d\x84\x82\x8c\xc4\x5d\x12\xba\xd7\x84\x47\xbd\x02\x3d\x36\xca\x84\xb1\x3d\x5f\x5f\xa5\xd6\x77\x85\xc2\xec\x95\x7d\x6e\x7e\xae\xd7\xdf\x37\x6d\x63\x11\x66\x6e\x59\xf7\x2b\xd4\xf5\xcd\x1b\x07\xe7\xa0\xfc\x2b\x96\xaa\x5a\xcb\xff\x5b\x96\xaf\xda\x3e\x2f\x78\x7c\xad\x8d\x7f\x0b\x97\x1c\x12\x38\x5c\x51\x7a\xfd\x0a\x47\x2b\xd5\x63\xde\xc8\xc2\xec\xf7\x19\x8f\xa6\x92\xa1\x5e\xb1\x7c\xf5\xd2\xe7\x6d\xe3\x70\xf3\xef\xdf\x86\x3e\xf7\x79\xc3\xe0\xde\xfc\xa1\xc6\xe1\xad\xeb\x43\xe7\x3e\x2f\x83\xbd\xe3\xcf\x65\xf0\xf7\x76\xfa\xd7\xe5\x7c\xb9\xf6\xcb\x74\xce\xa7\xb6\x53\x3e\x07\x2a\xbc\xd0\x0e\x92\x34\x2f\x42\xf7\x3a\x6f\xcc\x49\xd3\xa2\xbf\x2f\xf3\x32\xb8\xf0\x77\x27\x94\xae\xf1\x6f\x2a\xa4\xa5\xcd\xc3\x03\x1f\xaf\xbe\x6e\xe5\xc8\xd1\x6b\x3b\x0f\x56\x3a\x7d\xdf\x2e\x63\x90\x57\x0d\x90\xff\x5c\xf8\x09\xc2\xb5\x57\x0d\xcf\x2e\xf7\x4f\xc1\x2b\x6e\xfe\x12\xb8\xbd\x79\x33\x5e\x69\x3a\x12\x7b\xc1\xee\x95\xd7\xd9\x30\xfb\x5e\x5d\x89\x64\xea\x55\x1e\x7a\x91\x17\x69\xac\x94\x67\xed\x5e\x53\x76\x60\x27\x1e\xf4\xe7\xcd\xc5\x9b\xdd\x2d\x38\x2f\x12\xb0\x17\x45\xaa\x55\xcb\x1c\xa3\x30\x49\x1b\x54\x5e\x81\xc5\x72\xbf\x28\xc2\xa4\x8c\x8b\xff\x7f\x57\x6a\xdb\x72\xe9\xd0\x77\x0b\xdf\x53\x1a\x85\xaf\xf7\x7e\xab\x23\x89\x25\xe7\x3b\x76\xee\x7f\xbf\xff\x6d\x2b\x00\xd5\x5f\x6a\xaa\x94\xc7\xed\x7e\xbb\x75\x09\x80\xf1\x34\x0e\xfd\x5e\xfa\x78\xfb\xf9\xcb\x6d\x8f\x96\x65\x46\x19\x6b\x32\xcd\xf0\xfd\xff\xfd\x3f\xdb\xfc\x37\x77\xde\xcd\xff\x5d\x60\x58\xc7\x6d\xfe\xf7\xf6\xf6\xf6\xcb\x96\x7a\x53\x96\x0e\x6e\x10\xba\x2d\xb7\xb3\x6e\x3f\xff\xdf\xe4\xf6\xcb\x6d\xaf\x3f\xe2\xc5\xde\x84\xa7\x87\x3c\x23\xaa\x34\x23\xab\xf4\x78\x34\x1a\x8b\x62\x6f\xc4\xbc\xb1\xae\x0b\x97\x04\x1d\x56\x2d\x8f\x3e\xb6\xe2\xb3\xf7\xfc\x1c\x57\x5b\xd5\xf9\xe6\xc1\xdc\xdf\xef\x73\x48\xd8\xd2\x64\x86\x1e\x8e\xb5\xfe\x3b\xfa\x70\x70\xb5\xcf\x29\x79\x85\xa1\x27\x3d\xfa\x11\x28\x3d\x95\x11\x7b\xef\xe8\x43\xfb\xf5\x3f\x07\x15\x52\xfc\x70\xc8\x8b\x1c\x43\x30\x8a\x3a\x96\x7b\x1c\xd3\xa3\xe9\xb1\xf6\xf6\x3a\xcf\xdf\x12\x74\x50\x2d\x3d\xd4\x14\x95\x91\x47\xfd\xd1\xb6\xbe\xb7\xd5\x76\x72\x69\x4f\x7b\x25\x4a\xff\x63\x6a\xd9\x1d\x5f\x3f\x57\x0d\x3d\x16\x59\x9e\x03\x8c\xac\xf0\x63\xf1\xdd\x95\x1d\x1c\x74\x3f\x57\x25\x62\x43\x65\xd2\xa3\xdf\xc8\x8b\x6d\x37\x03\xb5\x55\x35\xe9\xc9\x8c\xa8\xf6\xc7\xa3\x1e\xff\x0e\xe9\x3d\x73\x7b\xd0\x41\x85\xfd\x9e\xda\xa3\x7a\x4a\xcd\x88\x6f\xaf\xac\xe5\x76\xa1\xc3\x8a\x28\x75\xfc\xc8\x88\xef\xd3\x13\x47\x37\x0f\x1d\x54\xc0\x0e\x35\x46\x54\x29\x5e\xe5\x47\x3d\xee\x8d\x9d\x38\xbc\x26\xe8\x90\xfc\xe4\x7d\x4d\xdf\xdf\x1e\x74\x44\x56\x61\x64\xc0\xd3\xcc\x44\xe6\x45\x9a\x9f\xf4\x86\x6f\xaf\xe0\xf4\x62\x83\x83\xaa\xb8\x9e\xca\xe8\x3d\xb3\xe2\x2a\xe5\x6d\x95\x1c\xde\x3c\xd4\x46\xbe\xb6\xab\x9c\x3c\xd6\x26\x6f\x67\xa7\x73\xd7\x0f\xb5\x55\xf9\x51\x23\x78\xf6\x92\xa2\x83\x4a\x1f\x19\x13\xf4\xb4\xa1\xda\x17\x15\x45\x63\x59\xde\x78\x5b\x65\x27\xd7\x10\xb5\x56\x32\x91\x99\x77\xd7\x50\xed\x01\x1d\x90\x1f\xf5\x47\xac\x3c\x16\x55\x46\xec\x6b\xf2\xf0\x6d\xe4\x0f\x2f\x2f\x3a\x22\xaf\xf4\x19\x11\xf0\xf2\x58\x1c\x31\x6f\xb5\x03\x47\x17\x1b\x1d\x54\x30\x19\xcb\x6a\x6f\xd8\xa3\x69\x46\x51\x4a\x46\xe3\xfb\x6f\x64\xe8\xb6\x0b\x6e\x5a\xaa\x7a\x9f\xec\x1f\xde\x7d\xd3\x42\x9e\x19\x32\xa0\xa7\x32\xfd\x8f\xe8\xcb\xf1\xf5\x38\x07\xd5\xc9\x13\x96\xe9\xa9\x08\xf5\xbc\xad\x8a\xfd\xad\x39\x47\x64\xdf\xa1\x74\xb7\x37\xe5\x1c\x11\x7c\x2f\x58\x69\x5e\xa1\x73\x42\xfa\x9d\x10\xe5\xe0\x72\x9d\x16\xe2\x1f\x00\x4c\x5a\x2e\xdf\x69\xa9\xe8\x9d\x70\xe4\xe8\x62\x9e\xa3\x0a\x3e\x06\x84\x9c\xde\xdb\xd3\xee\x2c\xf5\x28\x4d\xec\x0f\x99\xff\x45\x64\x5a\x7d\x9f\xed\x85\xa6\xb7\x65\xe1\xa6\xb7\x73\xb6\xe4\xc1\x45\xa8\x8d\x72\xa3\xfe\xa8\x62\xd7\xdb\xdb\x6f\x81\x9f\xf8\x4b\x3b\xf6\xe2\xff\x89\x6d\x04\x96\xfe\x41\x60\x04\x81\x75\x09\xe2\x2b\xbe\xcd\x3d\x1c\xd3\x3d\xf5\x55\xf3\x78\x2e\xda\xa2\xd1\x6d\x45\xa3\x14\x5a\xe6\x27\x88\xf0\x6b\xb4\x4a\xf3\x1e\x9e\xdf\x3e\x7f\x6d\xfe\xc9\x7b\xcd\xd9\x7b\xbb\x15\x3e\x6e\x7d\x62\xc7\x7e\x83\x32\xfa\xcf\xb1\x7b\x4d\x27\x10\x77\x94\x5e\xe1\x2b\x14\xee\x72\xf2\xcc\xe3\xb4\x60\x68\x04\x01\xc0\xd8\x91\xad\x77\x71\x9f\x61\x13\x4b\xef\x62\x74\x90\xe5\x5e\x0c\xee\x3d\x0e\x2c\x2c\xba\x57\x38\x74\x6f\x2e\xaa\x3d\x28\x43\x81\x95\x95\xde\xd2\xe2\x00\x31\xec\x08\x4b\xa7\x23\x13\xd6\x9a\x5c\x3b\x04\x89\x39\x03\xf3\xd1\xe7\xac\x8d\x41\x78\x6b\xa7\xe3\xc5\xee\xba\xb7\x6c\xa3\x33\x52\x7b\x2b\x41\xb3\x14\x59\xd3\x82\x21\x21\x43\x2f\xac\xca\x7b\xb1\xbb\xf4\x62\x76\xdd\x46\x07\xfd\x4e\x07\xe9\x13\xcf\xb1\x84\x43\xc0\x88\xa7\x05\xe8\x26\xc2\xd2\x7d\x4a\x03\x8b\xe3\x71\x9e\x03\x6b\x37\x26\xd7\x8f\x34\xb6\x19\xf5\x23\x62\xac\x44\x81\x95\x08\x4b\x47\xa1\x22\x33\x06\x0b\x2f\xc4\xfe\xdb\xe9\x50\xd0\x79\x4a\x03\x29\x92\xe9\x51\xbf\xd7\x1d\x29\x14\x23\x41\x52\x97\x81\xa0\x2a\x1a\x39\x36\x30\x5c\xd0\x30\x9c\x02\x8c\xc8\x8f\x43\x8a\x31\x0d\x79\x66\xc6\xec\xc6\x52\x28\xe8\x24\x56\xe6\xc6\xe4\xc2\xd1\xc1\xc2\xa3\x29\xc2\x32\x84\x8d\xad\x93\x0b\x9e\xc3\x33\x97\xc0\x67\x1e\x27\xa6\x7c\x90\xad\xd1\xd8\x5a\x61\xd5\xde\x21\xf1\x9c\x99\x21\xb9\x76\x39\x6c\x69\xe0\x64\x64\x86\xe9\x23\x9d\x08\x2b\x94\x67\xa8\xc3\xc2\xe5\xc8\xb5\x47\x53\xa9\x37\x90\x57\xee\x26\x5d\x0e\x09\x39\x1f\xc6\x16\xb4\x38\x72\x6d\x1a\xd4\xda\x21\x32\x68\x76\xa4\x85\xd3\x11\x92\x61\x87\xc2\xcd\x90\x84\x2e\x07\xf2\x21\x2e\x48\xaa\x82\x0f\x34\xc6\x2d\x14\x0c\x58\x43\x0d\x48\xb2\xb6\x2a\xc4\x55\x86\xea\x0a\x86\x0a\x9e\x39\x06\xb5\x74\x13\x29\xb0\x07\x32\xe6\x0e\x46\xdf\x87\x6b\x72\x65\xea\xe2\xdc\xd4\x3d\xe8\xae\xbb\x85\xad\x8b\x6b\xa7\x23\x2e\xad\x44\x5a\x98\x04\x59\x0c\x89\x02\xfa\xc6\x68\xe9\xe8\xf0\xc9\x8d\xc9\x8d\x43\x58\xd8\x30\x66\x37\xe6\x2a\x7d\xb4\x62\x72\xcd\x73\x2c\xe6\x71\xa0\x70\x07\x52\x60\xeb\xf7\x81\xbf\x61\x16\xc3\x27\x40\x8e\xd7\x54\xe4\xac\xd2\x80\x1f\xec\xf8\x2a\x73\x12\x11\x33\xf5\xe7\x9c\xe7\x66\x98\x37\xa0\x36\xe3\xf0\x61\x69\x71\xab\x85\x15\x83\xc8\xe9\x08\x33\x77\x20\x2c\xed\x18\x3c\x79\x74\x77\xe9\xc6\xee\xd2\x1d\x80\x70\x48\x80\x95\xa5\xaf\x96\x96\x41\x41\x87\xc6\xd7\x96\xfe\x0c\x4d\x43\x84\x43\xfd\x79\xe6\x71\x60\xe3\xd1\x58\x67\x18\x77\x97\xa6\x21\x3c\xd9\x74\xb7\xec\xa7\x10\x9a\x81\x99\x08\xd0\xd4\xf3\x47\x9e\xa6\x32\x2b\xa4\x1c\x7d\xdd\x8b\x7c\xa2\x6e\xab\x4c\xf2\x34\x9e\x7b\x74\x0f\xe7\x59\xdc\x1b\xaf\x29\xcc\xe6\xc0\x82\x1f\x88\xb9\xa5\x83\x15\xdf\x67\x56\xe3\x35\x05\x9d\x81\x08\x79\x0e\xdc\xdb\x86\x14\x8c\xd4\x3c\xb0\xe2\xe8\xd1\xe2\xc8\x85\x25\xa5\x8f\x26\xc1\x62\x7c\xff\x7e\x69\x19\xf2\xd3\xb0\x83\xfa\xd8\x5d\x5b\x68\x6c\xd7\xdd\x68\x48\xb0\xdf\x3d\x43\x80\xc3\x44\x80\x2e\xf7\x10\x4c\xfa\xab\x44\xd6\x48\x4e\x58\x65\x8e\x69\x64\xb8\x1b\x6b\x85\x49\x3c\x67\x86\x94\x2d\x4c\x1d\x87\x13\x7d\x9b\x5f\x17\x73\x5b\xca\x42\xd4\x3f\xcf\x10\xf2\x89\xbe\x1f\x27\x97\x63\x9f\x6c\x82\x4d\x2c\x63\xb4\x38\x9c\x0b\x71\xe9\x28\x64\xd7\xd3\xf1\x6d\xfd\xe4\xcc\x4f\xc0\xda\x52\xf0\x27\x87\x8b\x1e\x2d\xbd\x3b\x33\xe3\x67\x68\xf5\xf1\xae\x65\x8c\x1e\xad\x0e\x95\x98\xc4\x0c\x9a\x44\x4e\xfa\x3a\xd8\xd0\x41\xdd\x26\xf0\xe4\x74\x04\x78\xdc\x26\x93\x20\xd7\xd6\x47\xb5\x49\x17\x97\x6e\xac\x5d\x6c\x93\x13\x3f\x3c\xa2\xb1\xa2\x83\x6c\x63\xe9\xf8\xcc\x89\xd9\xc4\x52\xa8\xd8\x24\xc8\x85\xc7\x81\x7b\x8f\xee\x15\xa6\xd2\x2b\x90\xac\x99\x86\x30\x75\x38\x32\x31\x3a\x52\xc0\x87\x24\x61\x1a\xfc\x12\xfd\x3d\x24\xb2\xa5\x67\x08\x0b\x53\x5f\xa5\xc3\xf5\xfd\x3f\x1f\xd5\x87\x90\x8e\xf1\xb9\xc5\xc1\x35\x4f\xe3\x2b\x9e\x6e\xcd\xfb\x48\xc7\xd6\xd2\x0d\xa9\x99\x37\x90\xa1\x63\x50\x18\xcf\xc1\x05\x3f\xc8\x9f\x87\xe1\x3d\x3e\x45\xf3\xcf\x3d\x3c\xfa\x06\x28\x78\x1a\x2b\xea\x3e\xb8\x31\x58\x39\x1b\x7c\x6d\x0f\x40\x36\x34\x84\xd4\xd2\x57\x85\xb8\xc6\x37\x96\x21\x10\x96\xc1\x17\x6e\x3c\xc3\x6d\x05\x5f\xba\x03\x39\x73\x88\xee\x0c\xf1\xb0\xcb\xe1\x1b\x9e\xc6\xbb\x88\xbe\xdb\x91\x67\x0e\xb7\x0a\x4c\xe2\x79\xe6\xe8\x2c\xc1\x73\xec\x77\x97\x00\x4f\x88\x17\x4c\x1d\x9f\x79\x21\x35\xf3\x13\x11\x9a\x6b\xbc\x70\x88\x6e\xe6\x71\xa5\xcc\xed\xf9\x45\xa1\xea\xf9\x2e\xac\x81\x18\xed\xd2\x0c\x11\x9a\x1d\xb0\xb6\x0d\xb9\xcb\x73\xf2\xd2\x24\x0a\xe8\x86\xd4\xd2\xe5\xc0\xc2\xed\x88\xf9\xd0\xa0\xa0\x1b\xaf\x02\x77\x00\x31\x9b\x23\x17\xa3\x75\x2f\x16\x42\x2a\x74\x63\x30\xb3\x91\xdc\xd2\xa3\xc0\x46\xf3\xbb\xee\x15\xfc\xc0\x83\x3c\xc7\xae\xad\x86\x0c\xdb\x7a\x37\xe1\x07\x54\xd7\xe3\x66\x4b\xe7\x69\x14\x38\xc4\x7d\x60\x73\xe4\xc6\x1b\x8c\x02\x6b\x00\x20\x3f\x90\x97\x3c\xc7\x2e\x78\x0e\x6e\xdc\x0e\xfa\xdb\xcb\x3c\x2e\x08\xa4\x8a\xff\x03\x95\x83\x0b\xcf\x08\x02\xd9\x98\x61\x96\xde\x2d\x75\xa6\xbb\x6e\xea\x3c\x94\x7f\x86\x9b\x61\xf7\xc9\x21\xb0\xe5\xb6\xdc\xb2\x96\x1f\xa7\x2a\x5f\x58\x07\xe5\xc9\x95\xa7\x3f\xe7\xc3\x0d\x83\x8f\xfa\xda\x4f\x93\x7d\x37\xa1\x0a\x9e\xc6\x21\x4f\x4b\xe9\xf6\xfb\xb3\xa9\x50\x0f\x3c\xe7\xad\x2d\xa3\x17\x18\x31\x1b\xba\x89\x54\x3c\x4a\xe9\x23\x7f\xd0\x27\xf6\xc9\x24\xc0\xc6\x5d\x77\xd7\x96\x2e\xa7\xa6\xb1\xd5\xb1\x9d\xfd\x5c\x0d\x09\x91\xb0\x14\xf2\xc9\x8b\xb5\x62\xf4\xd4\x5b\x8f\x68\xec\x79\xb4\x91\x56\x23\x29\x7b\x32\x0d\x29\x98\x84\x24\xf4\xb8\xd1\xd2\xed\xc0\x8d\xd9\x41\x76\x41\x5a\x8e\xfa\x7c\x61\x71\x70\x63\xea\x42\x6e\x29\xf8\xcc\x24\x44\xe8\x0e\xa4\xc2\x8d\x19\x44\x7f\x61\x85\xbd\x87\x09\xed\xb1\x2a\x66\x26\x74\xdc\x85\x1e\xdd\xcd\xdc\x81\x49\x94\x72\x1a\x9b\x0b\x34\x9f\xc3\xb8\x6c\xdb\xca\x63\xc9\xb5\xa9\x62\x2b\x3a\x02\x13\x39\x38\xd6\x73\x62\xd7\x25\x44\xcc\xa1\xbb\xd1\x70\xd3\x7b\x1e\xea\x72\xe6\x12\x6c\xe8\x70\x48\x9f\x91\x6b\x4b\x41\x73\xd5\x8d\xf9\xfe\xea\x41\xc0\xc0\x44\x0e\xdd\x47\x9b\x00\x6b\x27\x06\x39\xaa\xcb\x8d\xc1\xd4\xad\xec\xc5\xda\x09\x7b\x24\x3f\x58\x2d\xcd\x18\x2e\x86\x1d\x79\xed\xe9\x5a\x25\xf7\x49\x5d\x47\xaf\x18\x1a\x62\xd7\xed\xc8\xd0\x91\x90\xad\x81\x6b\xcb\xf0\x90\xac\x14\x26\x81\x47\x48\x06\x4d\x5d\x8e\x86\x95\x3d\x23\xc5\xbe\xb4\x19\x76\xe4\x27\xb7\x2c\x87\x78\x1b\xe9\x0e\xb0\xf0\x7a\x59\x6c\x1b\x02\xf4\x08\x36\x77\x68\xfc\xc9\xd1\x25\x64\x07\x67\x16\x27\x55\x76\xb6\x8f\x61\x62\x5f\x5a\x7a\x9c\xb8\x42\x34\x5d\xd4\x36\x9d\x5d\x94\x58\x27\x46\xb6\x1d\x74\xca\xf1\xd1\xc5\x02\xe1\x94\xa1\xce\x46\x16\x8d\xaf\x9c\x8e\x80\x4d\x54\x09\x13\x15\x12\x33\x3b\x3d\x44\x73\x65\x19\x42\x61\xea\x5d\xe8\x24\xd2\x8b\xed\x1d\x3d\xf1\xeb\x51\xd8\x5e\x96\x8e\xc1\xfd\x16\x03\x50\x3a\x04\x8a\x0c\xc8\xbe\xca\x90\x40\x66\xc9\xb1\xa4\xe1\xec\x44\x91\xab\xdf\x35\x71\xa4\xe2\x80\x51\x23\x56\x94\x91\x4d\x32\xd2\x00\xe9\x34\x64\x87\x87\x7a\x54\xf6\xd3\xe1\x9e\x97\xde\x1a\x5f\x38\x6b\x7c\xe3\xe9\xc2\xc6\xec\x08\xd9\x56\x17\x21\xdd\xbf\xf1\x0d\x11\xb3\x74\xfc\xc9\xe3\x56\x01\xd2\x45\x08\x1b\x58\x1c\xf9\x84\xe6\x6d\x98\x88\xd0\x4d\xac\xcc\x24\xb4\x92\xb6\xa9\x8b\x6b\x9e\x7b\x5e\x5a\x04\x5c\xa0\xfe\x38\x31\x5b\x58\x4a\x2f\x14\xe8\xd9\xc6\x42\xe3\xaa\x6b\x81\xd0\x11\x1f\x86\x61\xba\x9c\x0e\x56\x09\xe2\x83\x09\xcd\x47\x92\x26\x2a\x5a\x04\x54\x15\x07\x8a\x84\x01\x41\xa6\xf9\x8c\x0f\xd2\x47\x55\x93\x45\x45\xc3\x29\x19\xd3\x48\x3e\x94\x7f\x68\x90\x12\x54\x8d\x1d\xc8\x8a\x06\x87\xeb\x8c\x1c\xae\xe5\x1f\x8d\x3c\x4f\xfc\x3a\x5d\x4e\x15\xfe\xb1\x6e\x1f\x3f\xa0\x70\xa4\x3b\xf9\x50\x16\x65\x06\xdf\x96\x6d\x4d\x57\x34\x06\x8a\x92\xe6\xb1\x7c\x90\x45\x0e\x21\xce\x2d\x83\x0f\xdc\x01\xc8\x1d\xba\x17\x0a\x8c\x35\x02\x1a\x18\x03\x46\x10\xc0\x2e\xdf\x7e\x3c\x9d\x0e\x40\xb8\xb7\xb0\x09\x39\x73\xc3\x5e\xe1\xd2\xbd\x4a\x1e\x08\x2b\xf7\x10\xee\xe3\x84\xcc\xa3\x1f\x1e\x1d\xbd\x88\x6c\x83\x0f\x86\x46\x2f\x18\x76\xac\x99\x1b\x92\xb9\xad\xf3\x4b\x2b\x7e\xc6\xb7\xd8\xf9\x40\x86\xeb\xdf\xcd\x18\x62\x87\xb4\x4e\xe5\x48\xc7\xe0\x58\x63\x81\x66\x48\xa9\xa0\x96\xe3\x4e\xd5\x73\x17\xd1\x01\xd4\x4c\xdd\x0d\xec\x98\xc4\xdd\xb8\x3b\x73\x38\xe9\x91\x06\x5b\xd9\xd1\xe5\xa9\x1c\xc3\x1c\xc9\x1c\xcf\x92\x7d\x15\xc3\xc5\x89\xce\xae\x9d\x55\xfa\xa8\x63\x96\xa0\xb2\x32\xab\x41\xec\x91\xd6\xba\x33\x47\xd7\x02\x47\x27\x23\x5b\xb7\xba\x74\x00\x45\xd3\x90\x9f\x6c\x9a\xfa\xa7\xd3\x41\x32\xcc\xe6\x56\x2f\x15\xb4\x18\x14\x4e\xc7\x82\x46\xc7\xcb\x1c\x4e\x7e\x32\x0d\x21\xe2\xd9\x87\x47\x1a\x08\xd0\xd1\x49\xc2\x52\x28\x4d\xd1\x70\x56\xc3\x65\x4a\x05\xbd\x47\x1a\x16\x9c\xa2\x3d\x6b\x32\x10\x3c\x3a\x80\x63\x84\x2d\xf8\x81\x00\xbd\x8e\x90\x79\x1c\x98\x7a\x1c\x9b\x9c\xad\x2b\x01\xb9\xa5\xf4\x22\x95\x21\x07\x0a\x06\xc7\x32\xd2\xe7\xc9\x6c\xe6\xe9\x72\xe6\x1d\x7e\x8f\x4d\xfd\x79\x83\x74\xb3\x8e\x91\x00\xb0\x14\x00\xec\xbe\x4f\x08\xa7\x7a\x04\xbb\x46\x34\x55\x9d\xc5\x4c\x22\x08\x1e\x83\x54\xd0\x4a\x19\xeb\xad\xc7\x2a\xbf\x19\xf5\x32\xa4\x1f\x91\xec\x3d\xd9\xdc\x43\xc0\x47\xa7\x3c\x31\x51\x64\x4e\x65\x01\xab\x42\x99\x56\x80\x5c\xf3\xdb\xa1\x4e\x46\xfa\x36\x86\xc9\xc1\x7c\xf6\x5a\xf4\x68\x39\x37\x52\x59\x06\xd9\xa5\xa3\xf9\x2f\xf1\x83\xad\x8b\xf0\x80\x07\x70\xb0\xb0\x0d\xd9\xa3\x23\x36\x46\xf3\x39\xd1\x6b\xbb\xbe\xcf\x4f\x43\x01\xba\x06\x40\x7a\x6b\xd3\x9e\x2e\x62\xa6\x21\x60\x2a\x07\x0b\xdb\x90\x05\x27\x91\x91\x8c\xcf\x1c\x56\x84\xe6\x06\x5b\x21\x3c\xa8\x11\x60\xed\xc5\xf0\xc9\x02\xd8\xa3\x16\x83\x8d\xc7\xb1\x6b\xaf\x4a\x7f\x76\x57\x19\x7b\xe0\xf3\x30\x56\xe6\x70\x1a\x39\x24\x00\x66\xae\x49\xc4\x93\x25\xef\xda\xba\x7b\xc0\xdf\x74\x04\xee\x2d\x5d\x54\x2b\x5a\xd4\xda\x52\xb1\x62\xd8\x01\x1b\x37\x24\x43\x5b\xbf\x5f\xee\x65\x56\x40\xf6\x34\xe6\x69\x30\x3e\x28\xd3\xc7\x96\x9e\x21\xae\x87\x84\x90\x39\x21\xb9\x97\xe1\x04\x2c\x78\x76\xf5\xc8\x57\xf6\x62\x6f\x47\x75\x72\xe5\xd1\x54\x6e\xea\x02\x74\xfa\x78\x64\x1b\x62\x89\xd7\x76\x79\x51\xdb\x07\x42\xd7\xe5\xc8\xcc\x49\xa4\x60\x48\xa0\xfc\x24\x66\xd1\xf8\xcc\x22\x90\x2f\x87\x87\xb6\x21\xd5\xf6\x29\x1a\xea\x95\xff\x3b\xd4\xd1\xfc\x50\x2e\x1d\x96\x7a\x7b\x61\x19\x12\x59\xe2\x9e\xfd\x6f\xa9\xd3\x11\xb1\xad\x6e\x84\x4a\x23\x6f\xc9\xfb\x34\x18\xef\xdb\x2b\x14\xfb\xf6\x88\x33\x97\xc6\x23\x37\x26\x57\x3c\xd7\x85\xa5\x1d\x36\xdc\xc0\xe8\x21\x2c\x86\x13\x3c\x7d\x9d\xce\x18\x5f\xab\x5b\xb6\xf5\x7a\x87\x3e\x69\xec\x0c\x00\xb2\x41\xdf\xdb\xf4\xd7\x38\x49\x9b\xed\x69\xc3\xd0\xbb\x72\x0e\xe1\x2e\x77\xfa\xa8\x9f\xad\x9d\xf5\x76\x1c\x0c\x33\x18\x76\x04\xdc\x39\xc9\x93\x2e\xd1\x5c\x0e\x89\xe7\xa5\xb5\x26\x77\x7a\x60\x9c\x08\xcb\x66\x5b\x2b\xbd\x8b\x30\xce\x2c\x73\x62\xad\xb0\x75\xe9\xfb\x96\xf7\x0a\x53\x17\x53\x5b\xef\xc2\xa1\x0e\xa3\x46\xb9\x48\x8e\x9e\x81\xac\x75\x35\x29\x82\xda\xd6\x96\xd4\xfd\x78\xba\x76\x5c\xe9\x20\x63\x7d\x0e\x3c\x69\x1d\x79\xe9\x9e\xe3\x45\x94\x46\xf7\xa0\x1a\x64\x8a\x65\x54\x72\x36\xd1\xd9\xdc\x23\xd8\xae\xbb\xda\xff\xa6\x11\xe0\x69\xa2\x6a\x8f\x5a\x69\x6f\xe5\x91\xad\xe3\x99\xc7\x40\xe4\xdf\xac\xbd\x98\xcd\x27\x6a\xa9\x37\x85\x1a\x6b\x1b\x52\x66\x98\x7a\x17\xb3\x74\x99\xf6\x55\xbc\xf0\xf4\x67\xcc\x56\x70\xdc\x2d\x6d\xb4\x3c\x73\x63\x0f\x7a\x3b\xfd\x55\xfb\x39\x55\xbf\x4c\x43\x58\x0e\x0d\x61\x45\xc7\xc2\xcc\x25\x34\x42\xa4\x7b\x08\xc7\x3c\x4c\xfa\xab\x50\x60\x58\x46\xd5\xe0\x58\x02\x94\x20\x61\x2c\x0d\xb4\x2e\xa3\x32\x5a\xb8\xd3\x53\x04\xbb\x76\xd6\xf8\xda\xa5\xc9\x99\xc5\xe1\x99\x13\xe2\x4f\xa6\x82\x87\x9e\xde\x8d\x1c\x4e\x5b\xb8\x1c\x28\xe8\x18\xc6\x3c\x5b\x38\x3c\x8d\x2f\x78\x64\xeb\x81\x20\x9e\xd0\x6b\xe0\x6c\xc4\x03\xe5\xda\x89\x6a\x62\x3c\x8d\x47\x3b\x8c\xd0\x56\xae\xa5\x1d\x6e\x8c\x15\x26\xc1\x14\x66\x02\x16\x16\xf7\x0c\x87\x09\x05\x1d\x29\x8b\x6d\x29\x7b\xb2\x39\xb2\xe3\x84\xbd\x42\x0b\x7b\xcf\xa3\x7e\x6f\x35\x7e\x62\x56\xa3\x7e\x2f\xd8\xf2\xc7\xcc\x8d\x1f\x0a\x37\xe9\x3d\xd2\xb1\x38\xf3\xe8\xde\x7f\xb7\xe9\x2c\x47\x97\x0b\xd4\xa6\x12\x8b\x46\x38\xa3\x6a\x96\xa2\x62\x5d\x4d\xd6\xba\x0c\x00\xc2\x68\xa2\xb8\x11\xc2\x24\x32\x14\x26\x2a\x94\x59\x35\x92\x81\x16\xad\x92\x2a\x6f\x6d\x27\xaa\x3c\x5b\x5e\xab\xd2\x80\x38\x01\x40\xe8\xcb\xc8\xa6\x44\x10\xd1\x14\x11\x4f\x96\x79\x19\xb2\x2f\x21\x7b\x82\xdd\x1f\xe6\x05\xc2\x44\x65\x34\x12\xb5\x19\xd1\xd3\x30\x12\x68\x91\xc8\x6a\x11\x39\x92\x35\x38\x2e\x6d\x6c\x24\x96\xf5\x3d\x72\xb3\xa5\xdb\x91\x4b\x1d\xf3\xa8\xb8\xb5\x0f\x5d\x63\x96\xad\x8c\x03\xcc\x5b\x9d\xfa\x11\xc8\xfe\x58\x34\xb9\xc5\x13\x58\x39\x06\x0d\xec\x77\xb0\x7e\x01\xf4\x6e\xe6\xb1\xd8\xa3\xa4\x5b\x98\x65\xf0\x64\x1b\x56\xd4\x62\xf0\xec\xe9\x08\xff\x8e\x5a\xd3\x69\x58\xa8\xb5\x3d\x32\xa4\xeb\xed\x09\x6a\xd7\xef\x62\x47\x8e\x6d\x43\x45\x7f\x53\xda\x02\x0c\x87\xde\x40\xc8\xcc\x8e\xc8\xfa\x03\x19\x3a\x89\x98\x21\xdf\xb7\xd2\x27\x58\x51\xda\x02\xae\xc2\x1d\x82\x16\xec\x7e\xaf\xed\x81\x1a\xee\xec\xc1\xda\x51\x76\xdf\x9f\x4c\xa3\x57\x58\x03\x61\xe9\xd2\xd4\xc2\x32\xe4\xa9\x1b\xb3\x9d\xba\x3d\x8e\xd2\x5b\x5b\x4d\xfd\xb9\xd5\x77\x16\x87\x95\x32\x58\xeb\xfc\x6a\xde\x28\xb8\xa3\x5b\xea\xda\x52\x1f\x43\x6f\xe0\x7e\x6f\x7e\xf7\xb7\xed\x10\x98\x3d\xdf\xd6\xf5\x49\xc8\xfe\x57\xf3\x70\x52\x57\x9d\x47\x4e\x84\xa5\x93\xc8\xac\x13\xcb\xc0\x8d\x57\x5b\x3a\x87\xb2\x52\xe7\x55\x39\x32\xb1\xd0\x9c\x30\xe2\xd2\x49\xc4\x25\xa2\xbb\xd5\xbf\x23\x87\xf0\x46\x96\x61\x41\x87\xa6\x0c\xd3\x10\x16\xe5\xba\xc2\xb6\x9c\x36\x10\x32\x2f\x66\x31\x4b\x2b\xa0\xaf\x5d\x6e\x8f\x46\x20\x3b\x22\x42\x59\xef\x12\xb6\x21\x2c\x9d\x18\x47\x76\xac\x6a\xd7\x19\xd9\x3b\x2e\xab\xc5\x64\x85\x37\x8f\x65\xad\x1e\x4f\x20\x22\x3b\xf7\x64\x01\x61\xe9\x70\x60\xab\x9f\xbb\x4f\xad\x65\x1a\xf2\xb9\xe7\x3f\x72\x35\x51\x48\xdc\xed\xf0\x15\xae\x20\x76\xeb\x32\x1b\x94\x56\xf2\x2a\xc2\x6f\x95\x1f\x46\x9a\xfa\x73\xc7\x34\xe0\x66\xff\x9b\xac\x5a\xfa\x88\x1c\x49\x59\xc5\xcb\xcc\x73\xe6\xe8\x10\x53\x90\x6d\x30\x04\xc2\xd4\x57\xe4\xa8\x87\x30\x70\xbd\xae\xf4\xec\xd1\xd0\x9b\x21\x8c\x67\x31\x42\x77\xa2\xe3\xb8\x33\x90\xb3\xa1\x01\x36\x96\xc1\x2f\x10\x0d\x8b\x00\xd8\x05\x5f\x7f\xe9\xc4\x56\x66\xed\x75\x67\x30\xe9\x3f\x97\x76\x06\xf9\x74\x06\x2e\xb0\x75\x9f\x0d\x0c\x32\x48\x0f\x9d\xfa\x7a\xee\xa3\x54\xea\xc2\xee\x14\xe9\x77\x03\x13\x47\x0a\x9a\x07\x96\x44\xfa\x4d\x33\x30\x71\xa2\x6a\xf8\x44\x85\xb5\x6f\x8b\x68\x94\xf9\x29\x8d\x81\x7d\x95\x81\x08\x6f\x97\x79\x25\x8c\x14\x55\x8d\x1c\x97\xfe\xae\xe2\x3e\x22\x9b\x61\x60\xac\xa4\x94\xfe\x71\x99\x6f\x2a\x61\x40\x01\x5b\x3f\x47\xc5\xba\xd3\x32\xaf\x8a\x25\x02\xc3\x2a\xaa\xc6\x4a\x8a\xb6\xad\x9f\x11\x59\x0d\xca\x75\xbe\xb2\x6e\x61\x95\xd5\xfe\x36\xa5\x45\xf8\x54\xc2\x9e\x05\xc4\x27\xbb\xbe\x21\x1b\xb5\xfd\x4d\xd1\xa4\x84\x8e\x58\x1b\x00\x81\x35\x30\x4b\x6a\xf4\x4b\x90\xfb\xa8\x3e\x4b\x3a\x9b\x17\x47\x75\x5b\x82\x84\x81\xa9\xc6\x0a\x82\x1a\x89\x82\xc6\xb0\xa3\xba\x1e\x19\x52\xaa\x0c\x04\x5d\xd1\x44\xb6\x99\x5e\xd1\x11\x04\x95\x79\x16\xd4\xc8\x9b\xca\xaa\xc0\x1a\xb8\xa8\xa9\xb8\x40\xc9\x18\x98\x4a\x9a\xd8\x57\xf1\x66\x1b\x76\x79\xd9\x51\x04\x54\xc0\x90\x0a\x92\xf3\x5d\x3e\x06\x32\xc2\x2a\xeb\xab\x2c\x4a\x03\x8a\x81\xe1\x8c\x86\xc9\x7b\x3a\x25\x0d\x71\x04\x80\x88\xfc\x37\x51\x66\x45\x66\x97\x86\xe6\x15\x7b\x06\x1a\x8e\xfc\x47\xb2\x4c\x2b\xe7\x32\xb2\x04\x19\xdf\xef\x9d\x94\xe3\x56\xe7\x8b\x4a\xfa\x7d\x15\xeb\x72\x8a\xe6\xed\xf2\xb4\xb5\xa1\x9c\x37\x20\x4a\x92\x56\xd9\xb7\x23\x1a\xe5\x7c\x69\x38\x45\x49\xa5\x7d\x95\x29\xc0\xb0\xb4\x04\x10\x1f\xb2\x7d\x09\x23\x01\xe2\x85\xfd\xdc\xef\xd3\xf7\x7d\xef\x52\xaa\x56\x96\x9d\xa8\x1a\x2b\x34\xf9\xaf\x61\x8f\x17\x8d\xfe\x4b\x12\x10\x10\x8f\x31\x2a\x86\x53\x8a\xb6\xe3\x99\x81\x04\x64\x16\x60\xac\x65\x60\x35\xad\x11\x29\xac\xe5\xdd\xef\x32\x43\x8a\x12\xd2\x07\x6b\xf7\x51\xc6\x58\x4d\x06\x1e\xa5\x03\x52\x91\x77\x7a\xc9\x53\x54\x1c\x48\xe5\xdc\xef\xd2\xf7\xb2\x25\xe3\xc2\x04\x00\xaa\xae\x6f\x28\x03\xa8\x4b\x00\x8c\x00\x4b\x4a\x5a\x04\x38\x05\x04\xa8\xbe\xc6\xef\x94\x22\x6b\x96\xa0\xd3\x6e\x89\x1b\xf6\x63\x22\xa1\x7c\x8a\x56\xea\xea\xdd\x6f\x5b\xcc\x41\x36\xc7\x94\xd4\x60\x89\x39\x54\x99\x25\x59\x15\x5a\x82\x16\x91\x63\x55\xab\x79\xa2\x9c\x83\xc3\xdf\x69\xf7\x51\x83\xd4\x54\x8e\x00\x05\x58\x24\x43\xa3\x6d\x5d\x16\x2b\x01\x84\x91\x80\x2a\xac\xb2\xdd\x3a\x0c\xea\xeb\x7e\xbd\x67\x87\x57\x5e\xc4\x26\x35\x9e\xfd\x23\xe2\x93\x1d\xd6\xfe\x5d\x30\xca\x1e\xef\xf1\x34\xe0\xf7\xbf\xd7\xd8\x63\x8f\x49\xdc\x18\xdb\x7d\x37\x09\x76\x35\xd4\xe5\xb5\xd3\xe9\x05\x4e\x0c\x30\xa3\x23\xcc\xbc\x1a\x5b\xe8\x5a\xd0\xa6\xd7\x6b\xda\x96\x42\x51\xe5\x3a\x1b\x24\x91\x6e\x6e\xe8\xc7\x52\x97\x4e\x6b\xfd\x6c\x60\xa5\x6c\xd5\x36\x1e\xf2\x48\xf7\x82\x57\x97\xd9\xea\xcb\xb2\xec\x4e\xbf\x2b\x9a\xd4\x92\xe7\x48\xff\xd2\x8d\xfe\x44\x70\xa4\x32\x70\x2c\xe3\x24\xd2\x81\x53\x0d\x97\x27\x5a\xc4\x0e\x90\x8e\x97\x30\x71\x02\xb6\xfa\xbd\xd1\xc7\xf3\xfa\xb0\x49\xf7\x0a\xdd\x77\x89\x66\x53\xbf\x35\xf2\x31\x12\x90\x29\x29\x62\xd5\xc3\xf6\x1d\x8f\xcd\xa1\xce\x6a\x94\x6f\xd3\x45\x8d\x72\x1e\x05\x18\x60\x48\x00\x4e\x1b\x36\x7a\xa0\x45\x24\xd0\x1a\x7d\x53\x30\x60\x81\x88\x05\x2a\x2b\x23\xfb\xc4\xca\x11\x34\x1b\x75\x88\x32\x83\xb7\x8e\x49\xa5\x6b\x50\x5b\x81\xaa\x31\x6c\x7f\x87\x9b\xaa\xb4\x53\x5d\xd2\x28\x7b\xa4\x3b\xea\x36\x17\x7c\x5f\xd8\xe1\x41\x97\xee\x61\x62\x7f\xf4\x7d\xdc\x97\xb0\xd1\x29\x1e\xae\x31\xca\xf7\xa3\xbf\x9b\x6b\x16\x6b\x4f\xbf\x6f\xea\x95\xfd\x3a\x43\x78\x3e\xed\x74\xad\x04\x60\xde\x26\x6d\x7c\xcf\xbe\xd7\x6b\x0d\x7b\x9d\x56\xb5\x0f\xf9\x6e\xb2\x31\x83\x26\x2e\x62\x4e\xa7\x47\xb6\xeb\x81\x32\x2d\x18\x1a\x52\x30\xda\x98\xab\x51\xb5\x86\xa0\xd9\x3a\x0e\x9d\x0e\xc0\xca\x35\x87\x6a\xfd\x6d\x23\x3e\xf5\x56\x7f\x64\x8c\x68\x71\x02\xe6\x10\x05\x74\xc2\xde\xc3\x84\x41\x65\xb2\x4b\x3c\x8d\x6c\xc4\x3e\x7d\x67\x93\xe4\x63\x3c\xc6\x48\x50\x9e\x28\x18\x18\x9f\xe2\x2c\x99\x06\x0c\x39\x94\xb5\x6e\xad\x23\x2a\xcc\x09\x32\x64\x73\xa6\x0d\x7b\xbb\xc3\x54\x06\x4e\x29\x8a\xd6\xed\x2b\x80\xa2\xd4\x1d\x9d\x9d\x6c\x5c\xc0\x5e\x05\xab\x03\x8b\x02\xda\xb3\x86\x68\x94\x36\xb6\x2c\xbb\xff\xbd\x96\x17\x61\x95\x1d\xca\x09\xca\xc7\x0a\x12\x92\x91\x26\x86\x3a\x91\x19\x15\x47\x7d\x5d\xda\x04\x58\xd0\x50\x90\xea\xfd\x91\xca\x96\x56\xb6\x53\x58\xd5\x6b\x3d\x27\xeb\x18\xe5\x7e\xc0\x6e\x7d\x59\x39\x9e\x93\x9f\xb8\xae\x7c\xb4\x6e\x7c\xe8\x87\xc9\x9c\xad\x3f\xc3\x89\xd2\xb6\x4e\x5e\xae\xed\x44\x66\xb2\xed\xf3\x9f\xd9\x76\xbe\x86\xe7\x1a\xba\x4f\x66\x58\x4d\xd2\x04\x4a\x3b\xc4\xf0\xc7\xba\xfd\xb2\x2c\xfc\x54\xfd\x8d\x05\xa3\x78\xb7\x16\xbd\xe2\xfb\x12\x26\xaa\xe9\xbd\xd8\x97\xf0\xa6\x6e\x2c\xd7\x6f\x1b\x7b\x1b\x27\x6b\xbb\x6d\x69\xf4\x2b\xd6\x2a\xd8\x9d\x3c\x54\x6d\xe1\xe4\xd0\xe3\xc8\xb9\xa5\xdf\xff\x47\xe9\x58\x47\x27\x91\xbc\x2e\xdd\xbd\x8e\x3d\xc0\x17\x6a\x43\xcf\x1e\xfb\x4e\x87\xb8\x7f\xe7\xdb\x4c\x5b\xf4\x10\x2d\x45\xd8\xe3\x25\xde\x2c\xfd\x95\x7d\xfa\xae\xce\xda\x3f\x6f\xe3\x43\x54\xa6\xf1\x7b\xed\xbf\xd4\x3e\xc8\x41\xbb\x35\x58\xf2\xea\xee\xb7\x5a\xa7\x1e\xf8\x86\x9a\x40\xab\xd2\x07\xf9\x15\x3a\xbe\x74\x62\x88\x39\x1d\x7e\xe1\xd6\xba\x4c\x69\xc4\x4e\xc0\x02\xa0\x74\x43\xca\x28\x2b\x91\xa1\xfb\x84\xd7\xfa\x65\x9f\x5f\xca\x14\xcb\x60\x71\xdb\x10\xa0\xbb\x69\x4b\x4f\x1f\x75\xbc\xf6\x35\x80\x47\x47\x60\xe1\xc5\x70\xed\x10\xdd\xc2\xd2\xbb\x98\x1c\xc3\xdc\x52\xb1\x97\xe7\x7e\xbf\x1f\x81\xf8\x51\x72\x63\x8d\x1c\xb6\xaf\x2d\xd5\xb1\x87\x88\xdf\x1b\x65\xa4\x33\x72\x22\xe0\x4e\xf8\x53\xf7\xb2\x20\xcf\x1c\xf3\xdd\x8e\x27\x2f\xe4\x69\xc7\x95\x57\xea\xce\x36\x9f\xb9\x51\xd7\x21\xef\x1d\xeb\xca\x36\xac\x7e\xb2\x26\x5b\xed\x69\xed\x6d\xf0\xc1\x9e\xd8\xd9\xb4\x93\xfd\x34\xcb\x90\x3b\xe3\xb0\xf1\x7d\xb7\xe7\xd6\x88\x61\x28\xdb\x40\xed\xe2\xc1\xfe\xc8\xba\xaa\x8c\x63\xe1\xd8\x7c\xbf\xa7\xb2\xf5\xd9\x70\x6a\xa2\x41\x19\xd9\x42\x34\xee\xac\x86\x8b\xd3\xed\x3a\xc7\x54\xd1\x64\xb5\x94\x63\x86\x54\x00\xc3\x8e\xd0\xbc\xca\x40\x54\xb7\xe9\x82\xcc\x8e\x92\x16\x3a\x4d\x1f\x11\xe1\x25\x49\xc5\x05\x4d\xd2\x9e\x5b\x71\x61\x4d\xdb\xc0\xc0\x48\x46\xd8\x8d\x01\x8c\x81\x55\xeb\x30\xc8\x1f\xd4\x36\x08\xaf\x6d\x69\x33\xfb\x3c\x87\x6d\x78\xcf\xba\xd3\xef\x82\x25\x25\xa7\x23\x60\xa6\xbe\x7a\xdc\xf7\x77\x36\xd1\x70\xb9\x75\xad\xcb\xd4\xe5\xc2\xd6\xef\x17\x88\xb6\xc6\xb0\x0a\xf2\xd3\xeb\xb5\xab\x5a\xa7\xef\x74\xab\x5a\xb5\x61\xbf\xc7\x75\x86\x1f\x4e\xe2\x1c\x4a\xbc\xb7\xda\xb6\xeb\x27\xea\xd9\x17\xf8\xfd\x1d\x3a\xb8\xe6\xe9\xbf\x02\x56\xdd\xf3\x05\xe2\x5f\xa0\x6a\x38\x59\xad\x07\x20\x4c\xc9\x8e\x4e\xd7\x5a\xda\xe5\xed\x52\x3e\x56\x65\x80\x2e\x01\x99\x95\xd9\x73\xb4\x2f\xc8\x91\xf2\x73\xd7\x25\xda\xe4\xa2\x5d\xc7\xf7\x02\xb1\x2f\x61\xe3\xa7\x00\x13\xfb\x52\x03\x0b\xf3\xeb\xd1\x13\xff\xbd\x8a\xe7\xfb\xb7\xda\x83\xd5\x4e\xd6\xeb\x98\x9d\x3e\x3e\x73\x06\xde\xcc\x37\x46\x27\x71\x3c\xc8\x5f\x53\xf4\x2e\xfa\x2d\x77\x58\xec\x11\x10\xec\xc2\xe3\x40\x24\x25\x11\xe9\x18\x20\xf7\xb8\xa8\xf0\x0c\x11\xf9\x78\x98\x69\x08\x89\x65\x48\x3b\x2c\x65\x73\xe2\xb2\xda\x67\xdf\xc5\xa0\x4d\x3d\x35\x5b\x9a\x71\x06\xcd\x8e\x3c\x75\x9f\xb2\x66\x6c\xf6\x77\x77\xb3\x8b\x87\x5b\xba\x03\xe9\xf0\x2c\x01\xf1\x9c\x39\x09\xb8\x47\xb8\xc6\xd4\xbd\x6d\xfc\x63\x5b\xac\x36\x0c\x87\x1d\x6f\xb6\xcd\xb3\x54\x9b\x34\xa2\x6d\xcc\x73\x54\x40\x1f\x58\x33\x4f\x7f\xc6\x86\x10\xe1\x7d\x01\xf9\xa5\xb1\xd3\xe1\x03\x2f\x66\xd7\x65\x3c\x37\x2d\x54\x71\xd2\x61\x2f\x2c\xf7\xfa\x9f\xaa\xb8\xee\x97\xf5\x96\xbc\xf4\x88\x6e\xee\x10\x6c\x34\x54\x64\xd4\xa6\xc2\xec\x08\xd0\xe2\xc0\xc2\xe3\xe0\xcc\x19\x8c\x0e\x75\x59\x85\xcb\x77\xeb\xd1\x32\x07\x1a\xb1\x97\xf7\xa4\xc6\x81\xb5\x5d\xc6\xda\x8d\x02\x61\x80\xc6\x86\x7a\x72\x63\x10\x21\xfd\x63\xeb\x6c\xee\xae\xa9\xb5\xa5\x5b\x6b\xcb\x10\xd3\x63\xdf\x1a\x0c\xe0\xca\x52\x11\x56\x05\x1b\x9b\x23\xb1\x76\x9d\xf2\xbc\x34\x09\x36\xdf\xe9\x96\x8e\xb7\x70\x38\x72\x66\xd1\xf8\x51\x3d\xdd\x8d\x4d\xf7\xa2\xf2\x1c\xcd\xd5\x3a\xfc\xe5\xb1\xf0\x38\x58\x20\x5d\x56\xef\x17\xee\xd7\x18\x64\xe8\x12\xe2\xda\x36\x28\xcc\xd6\xc9\xc5\x04\x50\xd0\x8d\xe1\xd2\xe2\xe0\x13\x4f\x97\xb4\x82\x23\x5a\x81\x1b\x83\xd8\x45\x7d\x2d\xf5\xb6\x9c\x39\x3a\x58\x1b\x52\x36\x71\xa2\xf2\x9c\x51\x85\x6f\x38\x3c\x73\x02\xf4\x9b\x38\x73\x38\xb0\xb0\x38\x76\x3d\x51\x7b\xcb\x91\xca\x7f\x1f\xf5\x7b\xe8\xff\x8f\x92\x2e\x3e\x79\x86\x30\x33\x3b\xb0\x2c\x23\x1a\xa3\x4b\x71\x36\x18\xf2\x0d\xdd\x64\x74\x84\x79\xb2\xc8\x21\xba\xb0\xe1\x53\x94\x98\xdb\xe1\xc8\x27\x53\x5f\xed\xb0\xf7\x6e\x7c\x74\x71\x6d\xe9\x32\x74\x12\x39\x33\xf5\xe7\xcd\x30\x11\xd3\x1d\x16\x0a\x47\xb3\xed\xfc\x84\x26\x9a\xe7\x44\x84\x1e\xd2\x65\x86\xf6\x48\x47\xe2\x44\x05\xd4\x44\x8d\x4a\x7b\x1f\x1a\xb4\xf4\xcc\x07\x19\x34\x89\xd9\x92\xa7\x05\x66\x3f\x9f\x94\x2b\x30\x8d\xbc\xf4\x31\x1f\xf1\x8f\x34\x94\x59\x15\x50\x53\x99\x81\xca\x04\xac\xa2\x47\x0e\x9f\x97\xb1\xf0\x65\x2c\x50\xf4\x68\x19\xb3\x52\x77\xec\xd7\xd3\x77\x6b\xd9\x8c\x02\x78\xd2\xa0\xa5\xd4\xd1\x0b\x24\xe7\x2b\x9e\xc6\xa3\x47\x29\x9b\xf9\x21\x95\x3b\x84\x97\x21\x3d\x60\x97\xe7\x96\xd8\xdc\xe1\xc8\xce\x50\xef\x2e\x87\x86\x88\x9b\x89\xf8\xe4\xc6\x70\xe5\x71\x70\xe9\x24\xa3\x47\x3a\x91\xd7\xa6\xd1\x0b\xf8\x58\xcc\x2d\x9d\x5d\x78\x46\x2f\xe4\x19\x60\x2a\x00\xc9\xfb\xee\xb7\xf4\x51\xa1\x7e\x94\x31\x42\xcd\xd8\xdb\xb0\x17\xe8\x78\x1e\xf0\x70\x15\x01\x06\x88\x1a\x5b\xb6\x2b\xe4\xfb\xf8\x7f\xf3\x34\x89\x39\x46\x6f\x39\x0c\xf3\xc0\x00\xd5\xd9\x1f\x64\x07\x87\x86\x10\xf3\xec\x41\x7e\xa4\x23\x1d\x7d\xdd\x0b\x0d\x5a\xde\xc7\x55\x57\x7b\x91\xe5\xd8\xf0\x61\x8f\x9c\x86\xbd\xa5\xc7\xe1\xab\xe1\xfa\x7e\xce\xb3\xb8\xc7\xd3\x66\xbc\xb5\xdf\x6b\x2b\x44\x63\xdd\x3a\x46\x8f\x53\x29\x7d\xb4\x75\x33\xd8\xd2\xef\xab\x18\x2e\xa9\x58\x97\x55\xa1\x14\xf2\x7d\x2c\xe0\x63\x3c\x72\x14\x3e\x30\xd4\x3c\xf0\xb8\x19\x74\x82\x34\xe0\x19\x11\x68\x50\x68\xee\x5b\x73\x8a\xf6\xcc\x4e\x14\xbe\x8e\x73\x8b\x1c\xa5\xbb\xb2\x74\x2c\xa4\x63\x90\xbf\x44\xdf\x25\xa4\x90\x67\xb1\x1f\xfc\x40\x4e\x2d\xfd\x1e\xf5\xb7\x0f\x80\xa0\x34\xf7\x5b\xe4\x08\x8e\x64\x15\x0b\x9b\xf1\x7d\x1e\xc1\x6e\x63\x1e\x49\xb1\x79\xfe\x6b\x7b\xe6\x62\xa1\x10\xa0\x0b\x62\x16\x77\x06\xd2\xa2\x5c\x27\x89\xb5\xa5\xa3\xcb\x1b\x8b\xde\xb7\xcd\x25\xca\xf3\x16\x15\x7f\x32\x70\xe1\xc5\x6c\x6e\xeb\x52\xe0\x19\xe2\xcc\x22\xb4\x72\x5e\x2c\x63\x96\x79\x74\xef\x99\x8e\xad\x8c\x0e\x32\x55\xd6\x44\x45\x06\x3b\xbc\x1c\xba\x49\xaf\x30\x68\xf9\x87\x84\x91\xa2\xc6\x90\x63\xd4\xee\xa9\xc2\x3f\xaa\x11\x30\x8e\xdb\x6f\xd0\xb2\x26\x6b\xb8\x64\x60\xb2\xa0\x85\xe4\x91\x0c\xd4\xed\x7a\xf9\x3c\x0f\x4f\x53\x88\x97\xe7\x96\x01\x09\x13\xd9\x3d\x9a\xda\x58\x48\x66\x8d\x32\x0e\xbe\xe3\xc4\xcf\x4b\xb3\x3a\x33\x10\xdb\x7a\x19\x3f\x1a\x9d\xb4\xa7\x3a\xb7\x17\xf1\xb4\xb0\x3f\xeb\xd1\xba\x1f\x8b\x6f\xbc\x78\xb4\x68\x62\x7c\x99\xe9\xaa\x1a\x0e\x38\x84\x65\xaa\x73\x20\x02\xf4\x06\xa3\xa5\x41\xcb\x87\xe3\xa3\xf0\x67\xce\xb5\x51\xae\xd0\x38\x83\x37\xd4\x9f\x31\xbe\xaf\x21\x59\xa8\xf9\x20\x70\x89\x67\x68\x19\xbd\x60\xa4\xf6\x7e\xf0\x5c\x39\x57\xbb\xb9\x18\xaf\xa9\xd8\x96\x76\x3a\xad\xa4\x59\x62\xd5\xd6\x7e\x52\x07\x71\x7c\xaf\xe7\xc7\x5e\xc0\x73\x62\x8a\x74\x17\x3f\x40\xb8\xfa\x79\x69\x6d\xca\x33\x08\xb9\x43\xb8\x81\x41\xcb\x63\x19\x78\x07\xb2\x80\xea\xb1\xaa\xd8\xee\x00\x95\x77\x09\x10\xf1\x34\x9e\xf1\x34\xbe\xb0\x94\x5e\x32\x52\x56\x4b\x59\xeb\x32\x7c\x15\xcf\x21\xc8\x11\x44\xfe\x0c\x3b\x5c\x53\x2b\x01\x8d\x0d\xd3\x65\x01\x5e\xc7\x9a\x58\x82\xca\x94\x7c\x1a\xdb\x88\x1e\x07\x63\x9e\x66\x02\x8b\x83\xb1\x15\xf6\xda\xe6\x35\x92\x70\xa0\x68\x51\x33\x5e\xa5\xa4\x81\xf4\x7e\x64\x19\xe6\xd2\x49\xca\x33\x04\xeb\x49\x68\x3e\x37\xc7\x86\xa7\xa9\x27\x9b\xc3\x97\x16\xdd\x5b\x89\x4f\xbd\x55\xeb\x78\x6e\xfb\xe4\x18\x66\x6b\xdf\x51\x99\x33\xf5\x6f\xfb\x90\x95\xe7\x94\xaa\x31\x12\x53\x67\x4d\x71\xa6\x0e\x73\x0b\xc9\x1d\xf7\xb0\xb7\x9b\x34\xf5\x64\x19\x02\x66\xeb\xc8\xdf\x61\x31\x4b\xa1\x4a\x4c\x74\x34\x6f\xa7\x32\xba\xc3\x03\xb3\xc2\x21\xa4\xc0\x53\x8a\x7b\x9e\x7e\xbd\xbd\x3b\x3e\x67\x52\x9f\x9d\xe3\xb9\x66\xb9\x92\x5f\xce\xe1\x88\xc7\x1a\x7b\x98\x1d\x39\xe7\x39\xb0\xa8\xce\x3a\x51\x4d\x5c\x53\x58\x1c\x76\xb6\x3c\xfd\x16\x3b\xcd\x95\x6d\x7a\xdc\xfa\x74\xb9\x43\x88\x33\x87\xde\xf9\x76\xb5\x6e\x68\xc1\x81\x41\x50\xc5\x2a\x56\xf1\x2e\x68\xde\x14\xcd\x12\xa4\x72\x5f\x40\xa4\xd4\x27\x2c\x7a\xe4\xc8\x95\xa5\x77\x37\x2e\xb1\x0a\xfc\xbe\xb6\x1a\x2b\xbd\xa2\x3c\xb7\xf3\x71\x7a\x39\x40\xb6\x18\xd9\x4f\x9e\x2e\xcf\xfe\xfc\xd3\xd2\x45\x8c\x1f\xac\x6a\x19\x82\x3c\xed\x6d\x86\xeb\xfb\x7f\x4a\xd8\x3d\x39\x5c\x3f\x24\x8f\x27\xe7\x5a\x5b\xb0\x5f\xc7\x2b\xcf\x34\xa3\xf9\x72\x94\x53\x2c\xd9\xdc\x5f\x2a\x31\xce\xde\x97\x67\x2c\xa3\x81\x09\x9e\x70\x63\x7b\xe6\xa3\xe4\x45\x93\x98\xcd\x9c\xd8\x83\xee\x9a\xca\x9c\x90\xda\xc7\xf7\x71\xec\xc2\xa2\xa9\x75\x1d\x3b\xed\x96\x32\xa6\x95\xe3\xcb\x0f\xce\xc6\x6c\x68\xbe\x41\xc1\x89\x4e\x2e\x10\x7e\x76\x3a\xd2\x6e\x7f\xa0\x8c\xc9\x6e\xae\x93\xee\xfa\x28\x62\x4e\xa3\x1e\x34\xf7\x8e\x72\xb8\xbf\xf5\x56\x7f\xe9\xa5\xb5\x67\x8f\x28\xcf\xa4\x14\x65\xfc\xe6\x09\x1f\x52\x33\x8f\x0b\x1a\x38\x1a\xfd\x3d\xf3\x68\x58\xfe\x2b\x3a\x84\x9c\x59\x31\x84\x56\x1f\x3b\xc6\x0c\x6f\x8f\x21\x4f\x0e\xc6\x04\x3a\x71\x79\xc6\x2f\xb8\xa2\x9d\x87\x72\x3a\xd8\x8e\xe5\xe0\x22\xcf\xac\x4c\x43\x4e\x9b\xb1\xca\xe7\xfd\x8e\x52\x1e\x1b\x7e\x56\x37\xba\x62\x0f\xb4\xf4\xf7\x1a\xf1\x3d\x0b\x8b\x26\x97\x5e\x0c\xd6\x6e\x0c\xa3\xb6\x33\x8b\xa7\xfb\xa1\x5d\xe8\x0d\xbc\xa5\x1b\xe7\x85\x43\x74\xf3\xf2\x8c\xc1\x49\xdc\xfd\x41\x3b\x22\x4b\xdf\xfa\xa1\x55\x9b\x77\xf3\xb7\x8d\x83\x50\x54\xec\x99\x6d\xac\xfb\x55\xb1\x04\xd5\xba\x40\xd5\x5e\x42\x86\x56\x25\xdb\x75\x99\x89\xc6\xca\x82\x8a\x75\xd5\x89\xc2\x17\x92\x52\xc6\xf1\x17\x6e\x89\x49\xab\x98\x92\x32\xee\x14\xec\xd6\xb7\x43\x3a\xc8\xa0\x3f\xa8\xce\xfb\xab\x1a\x39\x56\x80\x3c\xd1\xa2\x32\x16\x66\x20\xe1\xe2\x54\xd6\xba\xba\x02\x84\x89\x1a\xe1\xec\x36\x36\xac\x8c\x65\x39\xfa\x3d\x69\x9c\x47\x14\x55\xac\x2b\x00\x86\x54\x14\xad\x3b\x30\x30\xaf\xaf\xe1\x2d\x7b\x36\x47\x71\x82\x7b\xff\x02\x9f\xa8\x11\xd4\x54\x5c\xa8\xe2\x17\x31\x51\x35\x70\x81\x95\x31\x38\x51\x9f\xb0\x44\x60\x9e\x27\x48\x47\x6e\x63\x02\x2f\xb6\x5d\x02\x40\x53\xca\x75\x24\x52\xd3\x01\xc5\x4e\x34\x16\xf7\xb8\xd9\xd0\x32\xa0\x5e\xe2\xb8\xde\x95\xe5\xf7\xf1\x6c\xa7\x7a\x3a\x7c\xa1\xed\x07\x6b\xad\xbb\x35\x59\x55\x66\x9a\x6b\x4d\xe7\x69\x48\x18\x39\x96\x23\x38\x30\x70\x8b\xd5\xa0\x28\xa8\xd8\xfd\x2e\x3e\xef\x4c\x9c\xe4\xb9\x3e\x01\x0d\x03\x53\x19\x03\x63\x19\x58\x54\xc3\x37\xd9\xed\x3f\x4f\x8c\xea\x8c\xed\xd9\xb9\xc4\x65\x56\x8d\xd8\x6d\x7c\xdf\x55\xf3\x50\xf2\xf0\xa4\x3c\x5b\x72\x8e\xa6\x30\x51\x19\x30\x55\xb4\xae\x0a\x18\x76\x2c\x95\x71\x0c\x52\xda\x88\x91\xcf\x84\x55\xda\x1c\x9f\x2a\x36\x0a\x88\x03\x34\x76\x0a\x4e\xaa\x2a\xbe\x8d\x11\x66\x81\xa8\xc2\x72\x1f\xa3\x92\xb7\x70\x84\xec\x18\xe6\x71\x70\x61\xad\xdb\xf9\x12\x00\x99\x37\x30\xc8\x18\xb8\x6c\x69\x8c\x46\x4a\x06\xc0\x6c\x66\xbf\x46\x84\xec\x87\xa5\xe3\x9b\xea\xac\xfa\x6c\xe6\xc5\x5a\x60\x12\x2c\x5e\xda\xc7\xca\xf6\x07\x4e\x4c\x62\xa8\x2e\x84\xa7\x6c\x8e\x5c\x38\x1d\xb0\xe6\x59\x51\x55\x8f\xf0\xa0\xa9\x77\xbb\x3c\x87\x23\x1b\x9c\xf3\xdc\x0c\x9a\x86\x05\x9d\x90\x5a\x3a\xf1\x73\x97\xe7\x8a\x85\xd3\xf1\x36\xfc\xc0\x4b\x7d\xe5\xfe\xe8\x9c\x68\x85\x2d\x90\xbd\x2f\xcf\xe5\x13\x48\x4f\xc9\x1b\x3a\x16\x37\x2e\xf7\x9c\x95\xeb\x01\xc8\x27\xad\xd6\x74\x32\x33\x24\x11\x66\x58\x9a\x48\x07\x0e\x46\xd5\xbf\x34\xb2\xf5\x7c\x20\xa8\xbd\xbd\xed\xaf\xf4\xd0\xca\x26\xa2\xa5\xc7\x3d\x6f\x6a\xba\x43\x42\x9c\x0d\x75\x01\x77\x62\x39\x47\xba\x0f\xcd\xeb\x10\xbf\x8f\x86\x1b\x26\xf0\xd7\x19\x59\xda\x7e\x0e\x10\x43\xa2\x8b\x3b\xdc\xea\xd1\xc4\xc9\xb5\xa5\xcf\x66\x08\xd3\x9c\x6d\x6b\x90\x3e\x55\x77\x04\x3c\x97\xfd\xe6\x39\x31\xb7\xcb\x58\x49\x18\xf1\x9c\x90\x9b\x7a\x77\xce\x73\xec\x86\xe7\x9e\x97\x4e\xec\x06\xa6\x31\x0a\x90\x1e\xf5\x95\xde\x33\xcf\x6d\xef\x78\xd0\xa5\xc0\xde\xda\x13\x6f\x10\x05\xa6\x21\x6e\x6c\xdd\x5b\xd4\x58\xd6\x8b\xf1\x8d\xbb\x4a\x9f\x4a\xcc\x5e\xd6\x55\xcd\x97\xa3\x93\x6b\x4b\x41\x98\x80\x5d\xf0\x7d\x26\x2f\xd3\x06\x5e\xe6\x70\xab\xc0\x89\x01\xb4\x68\x0a\x73\xd6\xd4\xca\xe9\x50\xb8\xc3\x95\xd8\xb7\x63\x1b\x72\x7a\xd0\xc6\x01\x28\xcf\x2f\x57\xf7\x99\x90\xb1\x15\xe2\x0b\x87\x90\x21\x3f\x10\x9f\x4c\xbd\x5b\x9e\x49\x38\xab\xdf\x3b\xd6\xc6\x54\xaa\xfc\x2e\xc2\x87\x61\x7d\x7e\xb0\x5b\xc7\x85\xee\x74\xbf\xbf\xaa\xf0\x3e\x1f\x75\x91\x1d\x0a\xc7\x61\xef\x79\xac\xac\x2a\xbf\x88\x16\x76\xb1\x08\xfc\x53\x8a\x7c\xb5\xfb\x51\xbf\x97\x57\xbe\x44\x2f\x94\x88\xe7\x0c\xd9\x4c\x45\x97\x50\xb9\x90\x0f\xf7\xe5\x10\x9e\x76\x12\x59\xb0\x68\xfe\x7b\x75\x06\xab\x5c\xdb\x47\xfe\xa3\x24\x69\xe2\x10\x40\x91\x02\x0c\x18\x4b\x55\x2c\x7a\x38\xec\x6d\xdb\x01\xa9\xb5\x83\xe6\xb0\x23\x1e\xd6\xbd\xe9\xad\x76\x79\x22\x71\xe9\x94\xf7\x70\xc8\x8c\xa5\x3f\xcf\x7c\x85\xff\xce\xf7\x7b\xc8\xff\x20\x6b\xff\x80\x5f\x53\x1d\x4b\xa1\xaa\xf5\x65\x9a\x9a\xf1\x9c\xb8\x2e\xef\x83\x88\xc9\xb0\x94\xad\x6a\x4f\x19\x22\x9b\xeb\x2b\x54\x5a\xca\x50\x29\x73\x60\xe1\x76\xc0\x76\xfe\xb4\xc0\x25\xd8\xcc\xa2\xa9\xc8\x36\x04\x68\x22\x3c\x9b\x44\x81\x6d\x8c\x02\x53\x17\x9f\xac\x92\x1f\x84\xdc\x92\x10\x0f\x08\xdd\xd2\xa7\x54\xa8\x27\xa7\x23\xac\x2b\x5c\x5b\xee\x4f\x96\xbc\x65\x23\xdf\x9d\x00\x08\x2b\x22\xac\x31\x43\x38\xad\x2a\x23\x2c\x9d\x8e\x84\x64\x15\xc9\xf7\xcc\x57\xa8\x27\xd3\x00\x1b\x4b\xa1\x66\xfc\x40\x98\x99\x04\x92\x7f\x72\x61\x71\xb0\x5c\x9b\x2c\xe5\x9e\x98\x41\x37\xd6\x02\x37\x26\x97\x1e\x4d\x21\x7f\x61\xb3\xad\xbb\x94\x61\xbb\xc4\x84\x60\x66\xd1\xd4\xd2\xaa\xd6\xc3\x91\x2f\x8b\xc6\x44\x53\x31\x79\x32\x0e\x9b\xf7\x3f\xe0\x9b\xed\xfd\x15\x0b\x2f\x86\x1b\x0f\xe1\x9f\x8e\x8c\x5b\x1c\x5c\x6e\xef\x4c\xa1\xca\xbb\x3c\x80\x00\x2d\x66\x36\xf3\x98\xd2\x47\x50\x6d\x0e\xc6\x1e\x4d\x4e\x3d\x82\x5c\xdb\x04\x44\xf8\x66\x33\x24\x40\x64\x1b\xd2\x72\xa4\xf2\xf8\x58\x65\xd6\xa3\xbe\x7b\x88\xdd\x89\x72\x0e\x10\xd6\xa9\xf0\x84\x5e\xf9\xdd\x43\x03\xe1\x98\x62\xe6\xc6\x24\xee\xc4\x7b\x5c\xa2\x61\x33\x56\x65\x56\xe4\xc1\x7a\x24\xa4\x28\xc0\x04\xd5\x6f\x41\xba\xe2\xe9\x34\x78\x0c\x7b\xff\x44\xff\x6e\xc7\x63\x7b\xe6\x6e\xd7\xef\xef\x08\xab\x39\x1c\x99\xec\xd6\xed\x3b\x14\xc2\x40\x99\xd9\x11\x96\x2e\x41\xa2\x7e\xe4\xe5\x7d\x52\x1c\xbe\xac\xe4\xbe\x8b\x0d\x09\x90\x0e\x31\x40\xa0\xef\x6a\x4c\x62\x08\x6f\x97\xfb\x84\x1d\x61\x85\x68\xb9\xeb\xb4\xc6\xd2\xa5\xaf\xb0\xc7\x7f\xa5\xaf\x70\x14\xe3\x46\x1d\xc5\xc8\x50\x87\xfb\xd0\x5c\x7d\x96\x90\x9a\x79\x3a\x59\xb8\xeb\xed\xfd\x2a\x84\x14\x98\x46\xb6\xb1\x74\x11\x61\xbc\xbd\xfe\x47\x7e\x06\x27\xa6\x6e\x4c\x2e\xfc\x52\x47\xec\xcf\x89\xee\xef\x38\x6a\xc7\xcb\xc2\xde\x3f\x69\xee\x4b\xd6\x6b\x2d\xdb\xbe\x20\x9d\x51\xf6\xa3\xbc\x63\xc7\x41\xf6\x0c\xf1\x35\xc7\x16\xa6\x61\x06\xe5\x98\x0d\xbc\x99\x1b\x6b\x3f\x90\xbf\x5c\xee\x2f\xb5\xf8\xa3\xdb\xb6\x47\x3c\x57\xef\x55\xf6\x0a\x77\xdd\x8b\x2a\xfa\x08\x2b\x52\xd2\x48\x93\xf6\x77\x98\x94\xfb\x41\x64\x79\x27\x4f\xb9\x97\x13\xed\xe2\xaf\xca\x73\xb9\x8f\x41\x9a\xee\xd6\x8d\x36\xbd\x1f\xfc\x40\x80\x66\x39\xe7\x51\x20\x04\xe9\xff\xde\x7e\x3e\xfb\x52\xeb\xf1\xe7\xe5\xc7\x01\x3e\xf8\xda\xff\xab\x1e\x6e\x4b\x97\xfe\x3c\x9b\xa7\xcb\x70\x7b\x4d\xfa\xd4\x86\xb9\x7f\xf1\x95\xb9\xd0\xf3\x93\xa2\x7a\xad\xae\xe5\x8d\xb9\xfa\xf6\x77\x2d\xf7\xe7\xbd\x3c\x0f\x83\xc4\x6f\x7d\xf3\x6e\xd1\x48\xe7\x2b\x8a\x97\x2e\xad\x3f\xf7\xfa\xc4\xa8\x7a\xd0\x69\x4b\x61\xfd\xad\x9d\xec\xed\x97\x9b\xfa\x3d\x01\x7b\x9e\xde\x55\xef\xc6\x9d\xbd\xdb\xee\xf3\xdf\xcb\x8b\xdf\x4f\x87\xef\xaa\x27\x10\x9b\xaf\xd3\x95\x37\xf7\x9f\x7d\xa2\xee\xe4\x75\xba\x96\x07\x12\xe9\xea\x05\xbc\x6f\x87\xef\xeb\x29\xae\x0d\x7d\xc5\x2f\x3e\xe8\xa9\xc4\xc2\x3e\x73\x5d\xfd\x27\x25\x0a\xb3\x61\x98\x2c\x9e\x7b\x9b\xed\x7d\xe0\x88\x72\x31\x5f\xf8\x97\x5f\x22\x6c\x79\x7c\x11\x27\x3e\xec\xb9\xf1\xde\xf6\x95\xb9\xb2\x37\xdf\xe6\x29\xf4\xab\x29\x8f\xfd\xa4\x7c\xd8\x27\x58\x84\xde\xc9\xe5\x7f\xa1\x77\x38\x0f\xf3\xd6\x4b\x86\xbf\xdc\xdc\xca\x93\x9b\x6f\x37\xb2\x6f\x7b\xfe\xbc\x65\x8e\x2e\xb5\xab\xf5\x29\x94\xfd\xf3\x2f\x1f\x48\x6b\xff\x84\xca\xab\x88\x6e\xaf\x56\xff\x76\xf8\x7a\x06\x22\x9b\x2f\x9c\xbc\xba\x02\xf1\x9a\x57\x36\xb0\x2f\x37\x61\xe2\xf9\xcf\xe3\xe9\x55\xd9\x6f\xbf\xb6\xa8\xc9\x0f\x7d\xaa\xfd\xf4\x25\xb6\x63\x8e\x7c\x9b\x64\xec\x84\xfa\xe7\x8f\xcf\x15\xca\xe0\xcc\xf4\xbd\xf4\xf2\x29\x4e\xde\x61\xf7\x57\xbe\x7c\xfa\xd2\x13\xa2\xb9\xbf\xf4\xe7\x95\xf2\x6f\x79\xc1\xf6\xc5\x17\x5f\x3e\xe5\x6e\x9a\x5d\x78\xc7\xf7\xed\x92\x75\x42\xae\xed\x15\x61\x7f\x69\xc3\x45\x39\xd3\x6c\xf9\xbe\x6e\x52\x3e\x83\xfa\x69\xa2\x76\xdb\x5e\x38\xfc\xb4\x0a\x13\x2f\x5d\x29\xe1\xa6\x7a\xf4\x4f\xc5\xdb\xb3\x15\xf6\x3c\xf0\x8b\xfa\x7e\x6f\xf5\x4d\x8f\xdc\xde\x54\xcf\x1a\x86\x85\x3f\x0f\xed\xf3\x56\xd0\x86\x70\x3c\xbd\xf8\xbc\xcc\x0b\x4f\xf2\xa0\xd9\xb5\x8b\xb4\x7c\xea\x65\xe8\xe7\xb9\x3a\xb3\x93\x97\x1e\x4d\x2c\x66\x73\x3f\x9f\xa5\x10\x4d\x6b\x07\x7b\x21\x73\xcf\xf3\x42\x34\xc0\x36\x9c\x34\x59\x29\x59\x40\xf8\xd2\x13\xc9\x5b\x59\x1b\xec\xdf\x2f\xa4\x67\xbe\x1b\xbd\xf8\xa6\xa3\x5f\xcc\x43\x57\xdc\x96\xee\x87\x59\x6f\x69\x87\xd0\x76\x42\x88\xf8\xf4\xea\xc2\xe5\xbd\xc1\x88\x42\xbc\x9b\xb8\xe4\xca\x89\x3b\x1c\xad\x30\xf6\x7b\x41\x30\xf7\x83\x9d\xbe\xe9\x2d\xfd\xf9\x15\x8f\x53\x6e\xa7\x3f\x4d\x6a\x16\x52\x0a\xbb\x08\x5d\xb5\x1e\x7e\xba\x4e\x7f\xed\xfb\x46\x2d\xa2\x70\xf3\xa6\xb9\xfa\x94\x7a\x76\x61\x7f\x3d\xd5\x4c\xd5\x5b\x41\xa3\x34\x09\x8b\x74\xfe\x55\x09\x93\x00\xfa\xb5\x40\x8c\x16\xb0\x08\x33\xe8\x8f\xca\xa1\xa6\x6b\x1e\xbf\x0a\x9d\xda\x8b\x22\x1d\x85\x45\x18\xd8\x85\x7f\x5e\xa9\xd8\xee\xe5\x27\x13\x2f\x3c\xda\x54\x15\xdd\x5e\x30\x7e\xfc\xca\xd9\x81\xee\x6e\xdc\x4f\xdc\x72\x95\xff\x97\x9b\x86\xb6\xe2\x93\x3c\x0c\x66\x45\xfe\xad\x41\xbd\xd6\x56\xd5\xeb\x9c\x77\x76\xf0\xc2\xe3\xc4\x2b\xdf\x19\xa4\x69\x74\x32\x31\x57\x42\xfd\xeb\x9e\xeb\x6e\x62\x55\xbb\x21\x35\x77\x36\xf4\xe7\xc5\x45\x90\x7c\x85\xb9\xda\x0d\x43\x25\x64\x3d\x44\xf3\x22\x62\x0d\x60\xea\x9c\xbe\x1a\x7e\x62\xce\x1e\xee\xb0\xce\x87\x61\xc9\x57\x5a\x96\x6b\x50\xcb\x2b\x6c\x68\xe7\x2f\x64\x43\xcf\x58\xc7\x63\x23\xfa\x7d\xf0\x9f\x6e\x43\xbf\xff\xf8\x65\x43\x7f\xd9\xd0\x5f\x36\xf4\xaf\x67\x43\x3d\xbf\x7c\x79\xd0\xfb\x65\x3f\x7f\x27\xfb\xf9\x9f\xe7\x83\xfe\x72\x41\x3b\x2d\xa0\xe9\x20\xf3\xbf\xdb\x7c\x82\x5f\xe6\xf3\xe4\xf3\xcb\x7c\x9e\x1b\xaf\x5f\xe6\x73\xbf\x5d\x92\xf8\xc5\x2f\xd3\xf9\x1e\xd3\x79\x3c\xaa\x2f\x3e\x6b\xf9\xe5\xe6\xf6\xdb\xb9\x8d\x95\xe3\x9d\x94\xc3\xd6\xf7\x53\x77\x11\xfb\x49\xd1\xa7\xbe\x1d\x51\xce\x8f\x76\xbc\xce\xbc\xa7\x79\xd3\xf2\xfc\x6b\xdb\x96\xcc\xcd\x97\x9b\x5b\xaa\x4a\xbe\xf9\x76\xb3\xaf\xf6\x66\x4b\xef\x86\x4e\x93\x62\x1e\x3a\x8b\x22\x6d\xdb\xb0\x69\xe1\x8e\x0b\x4d\xff\x56\xee\x85\x7a\xfe\x3c\x3f\xde\x57\x3a\x26\xfb\x22\x4a\x41\x28\xe3\xc2\xbb\xf9\xef\x1d\xbf\xd6\x7d\x1f\xd4\xe6\xbe\x3f\x0d\x93\xb0\x7a\x47\x6b\xb7\x77\x71\xac\x37\x5e\xda\x50\xdb\x13\x29\x39\xb2\xeb\x78\xa4\xeb\x3d\x3c\xdc\x4d\xfd\xfb\xee\xdd\x3d\x81\x7f\xbf\x23\x3b\x0f\xce\xdd\x94\xfc\x71\xdf\xf9\xe1\xe3\xdd\xfb\x2e\x76\x66\x2b\x2a\xdb\xcf\x65\xd9\x9a\x2b\x67\xfd\x32\xad\x9d\x79\x3a\x2a\x79\x79\x0f\xc8\x4d\x93\xca\xda\x94\x0d\x09\xe6\xbe\x5d\xf8\xf3\xdf\xa0\x9f\x04\xc5\xac\xed\x31\xe2\xf6\xe7\x33\x6f\xb0\x53\x1e\x6b\x53\x14\xe4\x1d\x86\xdf\x65\x73\x7f\x19\xfa\xab\x8f\x51\x18\xef\x67\x99\x0f\xc7\xe2\x36\x84\xe9\x0a\x54\x9b\xd3\x5b\x7d\x56\xbd\x40\x79\xc1\x54\xa2\x22\x6c\x3a\x5f\xd9\x73\xcf\xf7\xd4\xb9\x3d\x9d\x86\xee\x0b\xd9\xb9\xea\x3d\x53\x75\x6e\x27\x79\x58\xd4\x61\x0a\xed\x61\x05\xb2\x1f\xa7\x85\xbf\x2d\x91\x5f\xc8\x3b\x2f\x33\x1e\x36\xfe\x3c\xee\x0d\x2f\xda\xe6\xf3\x8f\xbc\x1e\x98\xe5\x5a\xe5\x2f\x0f\x2a\x2d\x45\x6c\x4b\xa1\x34\x82\xad\xce\xc4\x75\xe1\x07\x5b\x33\xfa\x2d\xf3\xfd\x79\x98\x04\x77\x4d\xb2\x2f\x6b\xc6\x33\xed\x3b\xfa\x7b\x52\xd1\x7e\x71\xe3\x91\xc0\xee\xb0\x87\x16\x73\x79\xe5\x5e\xec\xab\xd9\xf3\x25\x8c\x71\xae\xaa\x72\x07\xf6\x50\x80\xce\x3f\x38\x7d\x85\x7d\xa9\x47\xd1\x4b\x72\x2b\x4d\xfc\x0f\x02\x1e\xdd\x0f\xda\xc2\xfd\x4f\x16\xd9\xeb\x44\x71\x9e\xdd\x65\x7e\x85\x46\x31\x0c\xff\x40\x61\x3c\x24\xfc\x57\x17\xc7\x5f\xac\xf7\x26\xd6\x7b\xbf\x01\x68\xf0\x58\x93\xf5\xfe\x9a\x26\x20\x0a\x93\x72\xac\xb9\x52\x91\xee\x21\xd2\x6b\xf1\xba\x9b\x26\x79\x98\x17\x7e\xe2\xae\x27\x29\x0c\xdd\xf6\xf8\xc6\x9b\x0a\xbd\x4d\xed\x05\x2c\xe8\x7d\x89\xa1\xbf\xf4\x61\xb5\x5e\x32\x4f\x93\xe0\xba\x95\x85\xba\x9b\x6f\x5a\x35\xa8\x0b\xd7\x8b\x4e\xd7\x0c\xe2\x41\x83\xae\x5a\xac\x3c\xc2\x91\xe3\xe9\xd4\x9f\x37\x96\x86\xca\xd8\xab\x36\xa0\x1e\x66\xf2\x02\x96\x23\xfd\xe9\x6f\xe1\x61\x10\x94\x17\xe6\xb6\x03\x7d\x3a\xcd\xe3\x34\xef\x53\x6c\x38\xf7\x57\x36\x84\x08\x28\xb9\x25\x22\xef\xcd\xe7\xf6\xfa\xb7\xcf\xbb\x90\xcd\x66\xe1\x2d\xdd\xdb\xcf\x5f\x9a\x79\xab\xef\x63\xe7\xc9\x77\x0b\x94\xa7\xe7\x79\x73\x3f\xcf\xc7\x73\xd9\x4e\x02\x1f\x89\x15\x8e\xdd\x7f\xbd\x27\xbe\xe2\x64\xf7\x2b\x49\xec\x4a\x9f\x2f\x71\x7b\x8f\x7d\xfd\xf1\xfd\x6b\xf7\xfe\x2b\xde\xc1\xaf\xc9\xdf\x25\xbe\xe2\x3f\xbe\x7f\xfd\xfe\xb5\x83\x5d\x9b\xfd\x3b\xf9\xb5\x8b\x7d\xbd\xef\x5e\x9b\xff\xe1\xc7\x57\xfc\xe1\xfe\x2b\xf1\xfd\xf6\xf3\xe7\x33\xee\x5f\x98\x1f\xea\x27\x36\x84\x85\x3f\x67\x76\x0b\xe2\x9f\xfe\x96\xa4\xc5\x75\xb3\xd1\x5e\xc1\xa1\x12\xf8\x88\x39\x3e\x3f\x8d\x5e\x63\x0d\xe8\x2a\xfd\xf9\x2d\x5f\x38\x89\x5f\x1c\xe8\xd1\xea\x6b\x95\x50\x3a\x6f\x97\x2b\xf9\x38\x48\xdf\x6c\xcc\x01\xb4\x6f\xfc\xbd\x6b\xd6\x99\xd1\xde\x0e\xe3\xa3\xbf\xa6\xec\xdc\xf7\x46\x7e\x61\x23\x81\xd4\xe7\x61\xe1\xbf\x64\x37\x1d\xdb\x8d\x16\xd9\x4b\x9a\x2c\xf3\xe7\x61\xea\x85\xee\x28\xf5\xfc\xc9\x65\x05\x79\x44\x99\x4f\x0a\x7f\xbe\xb4\x21\x9f\x8c\xc2\x64\x51\x94\x85\x88\xfb\x0b\xd1\x61\xdb\x72\xb2\x5f\xf8\x49\xb9\x38\xb1\x23\x30\x48\x17\x73\x54\xfc\x07\x81\xb5\xab\xaa\x33\x2b\xc1\xb5\xed\x9a\x6c\x3b\xf1\x56\x8b\xf9\xb7\x17\x3d\xe7\xf7\xad\x29\xfd\xec\x20\xed\xad\x39\x62\x9e\xd1\x6c\xfa\x49\xb5\x85\x40\xa7\x73\xff\xe6\x37\x45\x1a\x7e\x7e\x65\xa4\x36\x7e\x87\xe1\x77\x78\xf7\x23\xe0\x5e\xdd\xb7\x17\x61\xd2\x6d\x4f\x1e\xdf\xb6\x21\x9e\x16\xc6\x4e\xb3\xda\x66\x9e\xa1\x59\xcc\xe6\xe9\x22\x98\x65\x0b\x84\xfc\xba\xd8\x29\x4f\xbd\x2e\x8e\xff\xaa\x25\x54\x24\xd5\xa8\x0f\xef\x5d\x7d\xcc\xff\x09\xfb\xdb\xdf\x3e\x88\x6d\xce\xce\xef\x5f\x75\x45\xea\x5a\xa6\xeb\xe5\xeb\xc4\x1d\x97\x7b\x91\x25\x3f\x9d\x51\x32\x99\x3d\x2f\xca\x35\xc3\x47\xff\xbc\x1e\xdd\xe6\x2c\x66\xe7\xa1\xdc\x2e\xdb\xb7\xd0\x3b\xbf\x79\x76\x66\x9b\xec\xa6\x09\x74\x07\x76\x3e\x3b\x83\xe9\xce\xf4\x61\xab\x20\xd4\x02\x41\xd4\xef\xd8\xfd\x43\x9b\x50\x5c\x16\xb5\x9f\x28\x33\xe8\xfb\xd1\x64\x7c\xa8\x1c\x7d\x73\xd3\xa4\xb0\xc3\xe4\x74\xe3\xf4\xcf\x26\x52\x07\xdd\xba\x46\xbe\xce\x69\xa5\x37\xd6\xff\x47\x17\xe9\xed\x2e\xd1\x5f\x42\x94\xff\x60\x02\xba\x1d\xda\x5f\x82\xf9\x4b\x30\x1b\xe9\xd7\x0a\xe6\x76\x79\xed\x2f\x21\x98\xd7\xd8\xd8\x3b\xfc\x27\x40\xd9\xfb\xdf\x17\xca\xa2\xef\xdb\x79\xfb\x25\xf5\xbf\xa4\xbe\x91\x7e\xad\xd4\x6f\x63\xb1\xfe\x73\xa0\xf5\xeb\xc5\xfe\x27\xcb\x6f\x3d\x03\xbf\x04\xf8\x97\x00\x37\xd2\xaf\x15\xe0\x71\xe6\x27\xca\x2c\x9c\x16\x74\xb5\x1b\xfe\x3b\x4a\xf2\x01\xc5\xdf\x59\xa6\x17\x49\xf8\xcf\x85\xff\xe8\xbf\xb4\x0f\x74\x98\xf9\xe5\x5e\x5d\x8e\x8b\xbe\xb9\x7e\x78\x76\xd9\xbf\x45\x97\x46\xa7\xfe\xb4\x5f\x0f\x52\x7f\xce\x8c\x42\xfd\xf9\x09\x8d\xde\xc6\x56\x1c\x2c\xac\xf3\xde\xc5\x89\xae\x3f\x7f\xbc\xae\x84\x7e\x52\x7c\x4c\xe3\xcf\x73\xf9\x9f\xc2\x43\x3c\x51\x16\xbf\x8c\xce\x2f\xa3\xd3\x48\xbf\xd6\xe8\x4c\xd2\x79\x71\x12\x10\xb5\xaf\xe5\x17\x66\xfc\x63\xba\x8a\xd5\xb4\xfd\x92\xf9\x5f\x32\xdf\x48\xbf\x56\xe6\x95\x46\x84\xfa\x5f\xc3\x5d\xfc\x83\x19\xe7\x83\x01\xfe\x25\xa4\xff\x51\x42\xba\x63\x9e\x0f\xbc\x16\xed\x0a\x06\xba\x78\x49\xdb\xfb\x0f\xd3\xec\xdb\xff\xbb\x1e\x84\xb1\x5d\xcf\xfb\x41\xd8\x3f\xee\x3a\x9d\x87\xee\xdd\xfd\x83\x3f\xbd\x73\xbc\x7b\xe2\x6e\xfa\x1d\xfb\x3e\x75\xec\x07\xdc\xf6\x7f\xbc\xe1\x20\x4c\xfb\xa8\xff\x8c\x33\x30\x2f\x9e\x54\xf9\x10\x8e\xba\x65\x11\xb7\x6c\x63\xa1\x0e\x0f\x68\xfd\xc7\xb2\xce\xbd\x47\xfe\x70\xc8\x07\xe7\x0e\xf7\xee\xa7\x77\xf7\x3f\x1e\x7e\xdc\xd9\x04\x89\xdf\xb9\xdf\x7f\x3c\x74\xee\x3d\x02\x27\xde\xc4\x3a\xd3\x3f\x27\xeb\xfc\xd9\x0e\x28\x5e\xd6\x8b\xbf\x4e\x25\xfe\x85\x4e\x25\xfe\x81\x94\xf1\x9f\x35\x48\xeb\x67\x9c\xbc\x7a\xbb\x26\x38\x3e\x8f\xb5\xbf\x0e\xf8\x43\x4e\x84\x7d\xae\xed\x5d\x5f\x54\x6e\x50\x05\xaf\x97\xfd\xe3\x16\xfe\x7e\x02\xff\xb3\xc7\xe6\x77\x55\x08\x8e\x3f\xf5\xa7\x36\x86\xdf\x11\x36\x41\xde\xdd\xe3\xe4\x8f\xbb\x87\x8e\xfd\x70\x47\xfc\x20\xa6\xd3\x4e\xc7\xf5\x3b\xf8\xfd\x9f\xdb\xc4\x7e\x88\x42\xf8\xf9\x73\x7e\x4e\x61\xfc\x57\xf5\xf7\xbf\xfe\xeb\xff\x0f\x00\x00\xff\xff\x68\x02\x00\xe8\x58\x01\x01\x00") func rpProductionJsonBytes() ([]byte, error) { return bindataRead( diff --git a/pkg/deploy/generator/resources_dev.go b/pkg/deploy/generator/resources_dev.go index a73128b0f..fc575ebe5 100644 --- a/pkg/deploy/generator/resources_dev.go +++ b/pkg/deploy/generator/resources_dev.go @@ -331,7 +331,7 @@ enabled=yes gpgcheck=yes EOF -yum -y install azure-cli podman podman-docker jq gcc gpgme-devel libassuan-devel git make tmpwatch python3-devel go-toolset-1.16.12-1.module+el8.5.0+13637+960c7771 +yum -y install azure-cli podman podman-docker jq gcc gpgme-devel libassuan-devel git make tmpwatch python3-devel htop go-toolset-1.17.7-1.module+el8.6.0+14297+32a15e19 # Suppress emulation output for podman instead of docker for az acr compatability mkdir -p /etc/containers/ @@ -340,7 +340,7 @@ touch /etc/containers/nodocker VSTS_AGENT_VERSION=2.193.1 mkdir /home/cloud-user/agent pushd /home/cloud-user/agent -curl https://vstsagentpackage.azureedge.net/agent/${VSTS_AGENT_VERSION}/vsts-agent-linux-x64-${VSTS_AGENT_VERSION}.tar.gz | tar -xz +curl -s https://vstsagentpackage.azureedge.net/agent/${VSTS_AGENT_VERSION}/vsts-agent-linux-x64-${VSTS_AGENT_VERSION}.tar.gz | tar -xz chown -R cloud-user:cloud-user . ./bin/installdependencies.sh @@ -352,9 +352,10 @@ cat >/home/cloud-user/agent/.path <<'EOF' /usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/home/cloud-user/.local/bin:/home/cloud-user/bin EOF -# HACK for XDG_RUNTIME_DIR: https://github.com/containers/podman/issues/427 +# Set the agent's "System capabilities" for tests (go-1.17 and GOLANG_FIPS) in the agent's .env file +# and add a HACK for XDG_RUNTIME_DIR: https://github.com/containers/podman/issues/427 cat >/home/cloud-user/agent/.env <<'EOF' -go-1.16=true +go-1.17=true GOLANG_FIPS=1 XDG_RUNTIME_DIR=/run/user/1000 EOF @@ -448,6 +449,7 @@ rm cron ManagedDisk: &mgmtcompute.VirtualMachineScaleSetManagedDiskParameters{ StorageAccountType: mgmtcompute.StorageAccountTypesPremiumLRS, }, + DiskSizeGB: to.Int32Ptr(200), }, }, NetworkProfile: &mgmtcompute.VirtualMachineScaleSetNetworkProfile{ diff --git a/pkg/frontend/frontend.go b/pkg/frontend/frontend.go index 82502f934..7771ed680 100644 --- a/pkg/frontend/frontend.go +++ b/pkg/frontend/frontend.go @@ -237,6 +237,13 @@ func (f *frontend) authenticatedRoutes(r *mux.Router) { s.Methods(http.MethodPost).HandlerFunc(f.postAdminKubernetesObjects).Name("postAdminKubernetesObjects") s.Methods(http.MethodDelete).HandlerFunc(f.deleteAdminKubernetesObjects).Name("deleteAdminKubernetesObjects") + // Pod logs + s = r. + Path("/admin/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/kubernetespodlogs"). + Subrouter() + + s.Methods(http.MethodGet).HandlerFunc(f.getAdminKubernetesPodLogs).Name("getAdminKubernetesPodLogs") + s = r. Path("/admin/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/resources"). Subrouter() @@ -255,6 +262,18 @@ func (f *frontend) authenticatedRoutes(r *mux.Router) { s.Methods(http.MethodPost).HandlerFunc(f.postAdminOpenShiftClusterRedeployVM).Name("postAdminOpenShiftClusterRedeployVM") + s = r. + Path("/admin/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/stopvm"). + Subrouter() + + s.Methods(http.MethodPost).HandlerFunc(f.postAdminOpenShiftClusterStopVM).Name("postAdminOpenShiftClusterStopVM") + + s = r. + Path("/admin/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/startvm"). + Subrouter() + + s.Methods(http.MethodPost).HandlerFunc(f.postAdminOpenShiftClusterStartVM).Name("postAdminOpenShiftClusterStartVM") + s = r. Path("/admin/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/upgrade"). Subrouter() @@ -267,6 +286,18 @@ func (f *frontend) authenticatedRoutes(r *mux.Router) { s.Methods(http.MethodGet).HandlerFunc(f.getAdminOpenShiftClusters).Name("getAdminOpenShiftClusters") + s = r. + Path("/admin/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/skus"). + Subrouter() + + s.Methods(http.MethodGet).HandlerFunc(f.getAdminOpenShiftClusterVMResizeOptions).Name("getAdminOpenShiftClusterVMResizeOptions") + + s = r. + Path("/admin/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/resize"). + Subrouter() + + s.Methods(http.MethodPost).HandlerFunc(f.postAdminOpenShiftClusterVMResize).Name("postAdminOpenShiftClusterVMResize") + s = r. Path("/admin/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}/reconcilefailednic"). Subrouter() diff --git a/pkg/frontend/validate.go b/pkg/frontend/validate.go index 324226512..5098be7de 100644 --- a/pkg/frontend/validate.go +++ b/pkg/frontend/validate.go @@ -79,7 +79,7 @@ func (f *frontend) validateOpenShiftUniqueKey(ctx context.Context, doc *api.Open var rxKubernetesString = regexp.MustCompile(`(?i)^[-a-z0-9.]{0,255}$`) func validateAdminKubernetesObjectsNonCustomer(method, groupKind, namespace, name string) error { - if !utilnamespace.IsOpenShift(namespace) { + if !utilnamespace.IsOpenShiftNamespace(namespace) { return api.NewCloudError(http.StatusForbidden, api.CloudErrorCodeForbidden, "", "Access to the provided namespace '%s' is forbidden.", namespace) } @@ -129,6 +129,25 @@ func validateAdminVMName(vmName string) error { return nil } +func validateAdminKubernetesPodLogs(namespace, podName, containerName string) error { + if podName == "" || !rxKubernetesString.MatchString(podName) { + return api.NewCloudError(http.StatusBadRequest, api.CloudErrorCodeInvalidParameter, "", "The provided pod name '%s' is invalid.", podName) + } + + if namespace == "" || !rxKubernetesString.MatchString(namespace) { + return api.NewCloudError(http.StatusBadRequest, api.CloudErrorCodeInvalidParameter, "", "The provided namespace '%s' is invalid.", namespace) + } + // Checking if the namespace is an OpenShift namespace not a customer workload namespace. + if !utilnamespace.IsOpenShiftNamespace(namespace) { + return api.NewCloudError(http.StatusForbidden, api.CloudErrorCodeForbidden, "", "Access to the provided namespace '%s' is forbidden.", namespace) + } + + if containerName == "" || !rxKubernetesString.MatchString(containerName) { + return api.NewCloudError(http.StatusBadRequest, api.CloudErrorCodeInvalidParameter, "", "The provided container name '%s' is invalid.", containerName) + } + return nil +} + // Azure resource name rules: // https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/resource-name-rules#microsoftnetwork var rxNetworkInterfaceName = regexp.MustCompile(`^[a-zA-Z0-9].*\w$`) @@ -137,7 +156,13 @@ func validateNetworkInterfaceName(nicName string) error { if nicName == "" || !rxNetworkInterfaceName.MatchString(nicName) { return api.NewCloudError(http.StatusBadRequest, api.CloudErrorCodeInvalidParameter, "", "The provided nicName '%s' is invalid.", nicName) } + return nil +} +func validateAdminVMSize(vmSize string) error { + if vmSize == "" { + return api.NewCloudError(http.StatusBadRequest, api.CloudErrorCodeInvalidParameter, "", "The provided vmSize '%s' is invalid.", vmSize) + } return nil } diff --git a/pkg/installer/deployresources_resources.go b/pkg/installer/deployresources_resources.go index e90478919..e9b7bb685 100644 --- a/pkg/installer/deployresources_resources.go +++ b/pkg/installer/deployresources_resources.go @@ -1,4 +1,4 @@ -package installer +package cluster // Copyright (c) Microsoft Corporation. // Licensed under the Apache License 2.0. diff --git a/pkg/metrics/statsd/statsd.go b/pkg/metrics/statsd/statsd.go index df8bf3045..0b9dd6d59 100644 --- a/pkg/metrics/statsd/statsd.go +++ b/pkg/metrics/statsd/statsd.go @@ -8,6 +8,7 @@ import ( "context" "fmt" "net" + "strings" "time" "github.com/sirupsen/logrus" @@ -21,8 +22,9 @@ type statsd struct { log *logrus.Entry env env.Core - account string - namespace string + account string + namespace string + mdmSocketEnv string conn net.Conn ch chan *metric @@ -31,13 +33,14 @@ type statsd struct { } // New returns a new metrics.Emitter -func New(ctx context.Context, log *logrus.Entry, env env.Core, account, namespace string) metrics.Emitter { +func New(ctx context.Context, log *logrus.Entry, env env.Core, account, namespace string, mdmSocketEnv string) metrics.Emitter { s := &statsd{ log: log, env: env, - account: account, - namespace: namespace, + account: account, + namespace: namespace, + mdmSocketEnv: mdmSocketEnv, ch: make(chan *metric, 1024), @@ -103,13 +106,65 @@ func (s *statsd) run() { } } -func (s *statsd) dial() (err error) { - path := "/var/etw/mdm_statsd.socket" - if s.env.IsLocalDevelopmentMode() { - path = "mdm_statsd.socket" +func (s *statsd) parseSocketEnv(env string) (string, string, error) { + // Verify network:address format + parameters := strings.SplitN(env, ":", 2) + if len(parameters) != 2 { + return "", "", fmt.Errorf("malformed definition for the mdm statds socket. Expecting udp:: or unix: format. Got: %q", env) + } + network := strings.ToLower(parameters[0]) + address := parameters[1] + return network, address, nil +} + +func (s *statsd) validateSocketDefinition(network string, address string) (bool, error) { + //Verify supported protocol provided. TCP might just work as well, but this was never tested + if network != "udp" && network != "unix" { + return false, fmt.Errorf("unsupported protocol for the mdm statds socket. Expecting 'udp:' or 'unix:'. Got: %q", network) } - s.conn, err = net.Dial("unix", path) + return true, nil +} + +func (s *statsd) defaultSocketValues() (string, string) { + network := "unix" + address := "/var/etw/mdm_statsd.socket" + + if s.env.IsLocalDevelopmentMode() { + address = "mdm_statsd.socket" + } + + return network, address +} + +func (s *statsd) connectionDetails() (string, string, error) { + // allow the default socket connection to be overwritten by ENV variable + if s.mdmSocketEnv == "" { + network, address := s.defaultSocketValues() + return network, address, nil + } + + network, address, err := s.parseSocketEnv(s.mdmSocketEnv) + if err != nil { + return "", "", err + } + + ok, err := s.validateSocketDefinition(network, address) + if !ok { + return "", "", err + } + + return network, address, nil +} + +func (s *statsd) dial() (err error) { + network, address, err := s.connectionDetails() + if err != nil { + return + } + + s.conn, err = net.Dial(network, address) + return } diff --git a/pkg/monitor/cluster/cluster.go b/pkg/monitor/cluster/cluster.go index 2834cd669..149e1cd05 100644 --- a/pkg/monitor/cluster/cluster.go +++ b/pkg/monitor/cluster/cluster.go @@ -12,7 +12,7 @@ import ( "github.com/Azure/go-autorest/autorest/azure" configv1 "github.com/openshift/api/config/v1" configclient "github.com/openshift/client-go/config/clientset/versioned" - maoclient "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned" + machineclient "github.com/openshift/client-go/machine/clientset/versioned" mcoclient "github.com/openshift/machine-config-operator/pkg/generated/clientset/versioned" "github.com/sirupsen/logrus" appsv1 "k8s.io/api/apps/v1" @@ -35,7 +35,7 @@ type Monitor struct { restconfig *rest.Config cli kubernetes.Interface configcli configclient.Interface - maocli maoclient.Interface + maocli machineclient.Interface mcocli mcoclient.Interface m metrics.Emitter arocli aroclient.Interface @@ -72,7 +72,7 @@ func NewMonitor(ctx context.Context, log *logrus.Entry, restConfig *rest.Config, return nil, err } - maocli, err := maoclient.NewForConfig(restConfig) + maocli, err := machineclient.NewForConfig(restConfig) if err != nil { return nil, err } diff --git a/pkg/monitor/cluster/nodeconditions_test.go b/pkg/monitor/cluster/nodeconditions_test.go index 9056d6f7e..e8d02dcc4 100644 --- a/pkg/monitor/cluster/nodeconditions_test.go +++ b/pkg/monitor/cluster/nodeconditions_test.go @@ -9,15 +9,14 @@ import ( "testing" "github.com/golang/mock/gomock" - machinev1beta1 "github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1" - maoclient "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned" - maofake "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned/fake" + machinev1beta1 "github.com/openshift/api/machine/v1beta1" + machineclient "github.com/openshift/client-go/machine/clientset/versioned" + machinefake "github.com/openshift/client-go/machine/clientset/versioned/fake" "github.com/sirupsen/logrus" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" kruntime "k8s.io/apimachinery/pkg/runtime" "k8s.io/client-go/kubernetes/fake" - azureproviderv1beta1 "sigs.k8s.io/cluster-api-provider-azure/pkg/apis/azureprovider/v1beta1" mock_metrics "github.com/Azure/ARO-RP/pkg/util/mocks/metrics" ) @@ -25,7 +24,7 @@ import ( func TestEmitNodeConditions(t *testing.T) { ctx := context.Background() - provSpec, err := json.Marshal(azureproviderv1beta1.AzureMachineProviderSpec{}) + provSpec, err := json.Marshal(machinev1beta1.AzureMachineProviderSpec{}) if err != nil { t.Fatal(err) } @@ -69,7 +68,7 @@ func TestEmitNodeConditions(t *testing.T) { }, }, }) - maoclient := maofake.NewSimpleClientset( + machineclient := machinefake.NewSimpleClientset( &machinev1beta1.Machine{ Spec: machinev1beta1.MachineSpec{ ProviderSpec: machinev1beta1.ProviderSpec{ @@ -105,7 +104,7 @@ func TestEmitNodeConditions(t *testing.T) { mon := &Monitor{ cli: cli, - maocli: maoclient, + maocli: machineclient, m: m, } @@ -141,27 +140,27 @@ func TestEmitNodeConditions(t *testing.T) { func TestGetSpotInstances(t *testing.T) { ctx := context.Background() - spotProvSpec, err := json.Marshal(azureproviderv1beta1.AzureMachineProviderSpec{ - SpotVMOptions: &azureproviderv1beta1.SpotVMOptions{}, + spotProvSpec, err := json.Marshal(machinev1beta1.AzureMachineProviderSpec{ + SpotVMOptions: &machinev1beta1.SpotVMOptions{}, }) if err != nil { t.Fatal(err) } - provSpec, err := json.Marshal(azureproviderv1beta1.AzureMachineProviderSpec{}) + provSpec, err := json.Marshal(machinev1beta1.AzureMachineProviderSpec{}) if err != nil { t.Fatal(err) } for _, tt := range []struct { name string - maocli maoclient.Interface + maocli machineclient.Interface node corev1.Node expectedSpotInstance bool }{ { name: "node is a spot instance", - maocli: maofake.NewSimpleClientset(&machinev1beta1.Machine{ + maocli: machinefake.NewSimpleClientset(&machinev1beta1.Machine{ Spec: machinev1beta1.MachineSpec{ ProviderSpec: machinev1beta1.ProviderSpec{ Value: &kruntime.RawExtension{ @@ -186,7 +185,7 @@ func TestGetSpotInstances(t *testing.T) { }, { name: "node is not a spot instance", - maocli: maofake.NewSimpleClientset(&machinev1beta1.Machine{ + maocli: machinefake.NewSimpleClientset(&machinev1beta1.Machine{ Spec: machinev1beta1.MachineSpec{ ProviderSpec: machinev1beta1.ProviderSpec{ Value: &kruntime.RawExtension{ @@ -211,7 +210,7 @@ func TestGetSpotInstances(t *testing.T) { }, { name: "node is missing annotation", - maocli: maofake.NewSimpleClientset(&machinev1beta1.Machine{ + maocli: machinefake.NewSimpleClientset(&machinev1beta1.Machine{ Spec: machinev1beta1.MachineSpec{ ProviderSpec: machinev1beta1.ProviderSpec{ Value: &kruntime.RawExtension{ @@ -234,7 +233,7 @@ func TestGetSpotInstances(t *testing.T) { }, { name: "malformed json in providerSpec", - maocli: maofake.NewSimpleClientset(&machinev1beta1.Machine{ + maocli: machinefake.NewSimpleClientset(&machinev1beta1.Machine{ Spec: machinev1beta1.MachineSpec{ ProviderSpec: machinev1beta1.ProviderSpec{ Value: &kruntime.RawExtension{ diff --git a/pkg/operator/controllers/machine/machine.go b/pkg/operator/controllers/machine/machine.go index 179f55f53..5e26890e3 100644 --- a/pkg/operator/controllers/machine/machine.go +++ b/pkg/operator/controllers/machine/machine.go @@ -5,7 +5,9 @@ package machine import ( "context" + "encoding/json" "fmt" + "strings" machinev1beta1 "github.com/openshift/api/machine/v1beta1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" @@ -37,13 +39,27 @@ func (r *Reconciler) machineValid(ctx context.Context, machine *machinev1beta1.M return []error{fmt.Errorf("machine %s: provider spec missing", machine.Name)} } - obj, _, err := scheme.Codecs.UniversalDeserializer().Decode(machine.Spec.ProviderSpec.Value.Raw, nil, nil) - if err != nil { - return []error{err} - } - machineProviderSpec, ok := obj.(*machinev1beta1.AzureMachineProviderSpec) - if !ok { - return []error{fmt.Errorf("machine %s: failed to read provider spec: %T", machine.Name, obj)} + var machineProviderSpec *machinev1beta1.AzureMachineProviderSpec + + if strings.Contains(string(machine.Spec.ProviderSpec.Value.Raw), "azureproviderconfig.openshift.io") { + machineProviderSpec = &machinev1beta1.AzureMachineProviderSpec{} + err := json.Unmarshal(machine.Spec.ProviderSpec.Value.Raw, machineProviderSpec) + if err != nil { + return []error{fmt.Errorf("machine %s: failed to unmarshal the 'azureproviderconfig.openshift.io' provider spec: %q", machine.Name, err.Error())} + } + } else { + o, _, err := scheme.Codecs.UniversalDeserializer().Decode(machine.Spec.ProviderSpec.Value.Raw, nil, nil) + if err != nil { + return []error{err} + } + + var ok bool + machineProviderSpec, ok = o.(*machinev1beta1.AzureMachineProviderSpec) + if !ok { + // This should never happen: codecs uses scheme that has only one registered type + // and if something is wrong with the provider spec - decoding should fail + return []error{fmt.Errorf("machine %s: failed to read provider spec: %T", machine.Name, o)} + } } // Validate VM size in machine provider spec diff --git a/pkg/operator/controllers/machinehealthcheck/bindata.go b/pkg/operator/controllers/machinehealthcheck/bindata.go index 3925344ce..e3e0183a5 100644 --- a/pkg/operator/controllers/machinehealthcheck/bindata.go +++ b/pkg/operator/controllers/machinehealthcheck/bindata.go @@ -1,6 +1,7 @@ // Code generated for package machinehealthcheck by go-bindata DO NOT EDIT. (@generated) // sources: // staticresources/machinehealthcheck.yaml +// staticresources/mhcremediationalert.yaml package machinehealthcheck import ( @@ -77,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _machinehealthcheckYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\xb1\x6e\xf3\x30\x0c\x84\x77\x3f\x05\xa1\xdd\xf9\x13\xfc\x9b\xd6\x20\x45\x3b\xb4\x43\x81\x74\x67\x65\x06\x12\x2c\x51\x82\x48\xa7\xf1\xdb\x17\xb2\x93\x74\x28\xba\x64\xb3\x4f\x77\xdf\x9d\x84\x25\x7c\x50\x95\x90\xd9\x42\x42\xe7\x03\xd3\x26\x17\x62\xf1\xe1\xa4\x9b\x90\xff\x9d\x77\x9f\xa4\xb8\xeb\xc6\xc0\x83\x85\xd7\xd5\xf2\x4c\x18\xd5\xef\x3d\xb9\xb1\x4b\xa4\x38\xa0\xa2\xed\x00\x18\x13\x59\xc0\x9a\xfb\x2b\xcb\x2f\x46\xb7\x18\xd7\x63\x29\xe8\xc8\xc2\xbd\xe3\xe6\xec\xb1\x84\x4e\x0a\xb9\xc6\x11\x8a\xe4\x34\xd7\xf6\x0d\x90\x50\x9d\x3f\x5c\x4a\x25\x69\x43\x65\x55\x7b\x18\x69\xfe\x63\xb4\x8b\x93\x28\xd5\xc6\xbc\xf3\x6b\x8e\xb4\x04\xa1\x95\x57\x6c\x78\x78\xcb\xfa\xc2\x57\xf5\x8c\x71\xa2\x2b\xbc\xe1\x4d\xe0\x53\x45\xf3\xf3\x9f\xb0\x41\xcd\x23\xed\x42\xfa\xab\xfb\x70\x09\xa2\xd2\x01\x4c\xbc\x3e\xd3\xbc\xcf\x3c\x04\xbd\x5d\xb1\x07\x9d\x0b\xd9\x16\x32\xef\x84\xc3\xbc\x36\x6b\x48\x94\x27\xb5\x60\xfe\x6f\xb7\x62\x60\x11\x45\x51\x27\xb1\x60\x9e\x30\x0a\x99\x47\xd3\x47\x1e\x39\x7f\x71\xb3\x26\xbc\x1c\x6f\xbb\x2c\x98\x9d\xf9\x0e\x00\x00\xff\xff\x9f\x0e\x45\xac\x2a\x02\x00\x00") +var _machinehealthcheckYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x90\xb1\x6e\xf3\x30\x0c\x84\x77\x3f\x05\xa1\xdd\xf9\x13\xfc\x9b\xd6\x20\x45\x3b\xb4\x43\x81\x74\x67\x65\x06\x16\x2c\x51\x82\x48\xa7\xf1\xdb\x17\x8a\xe2\x74\x28\xba\x64\x93\x4e\xc7\xef\x4e\xc4\xec\x3f\xa8\x88\x4f\x6c\x21\xa2\x1b\x3d\xd3\x26\x65\x62\x19\xfd\x49\x37\x3e\xfd\x3b\xef\x3e\x49\x71\xd7\x4d\x9e\x07\x0b\xaf\xcd\xf2\x4c\x18\x74\xdc\x8f\xe4\xa6\x2e\x92\xe2\x80\x8a\xb6\x03\x60\x8c\x64\x01\x4b\xea\x6f\xac\xf1\x6a\x74\x57\x63\x7b\x96\x8c\x8e\x2c\xdc\x33\x56\x67\x8f\xd9\x77\x92\xc9\x55\x8e\x50\x20\xa7\xa9\xd4\x33\x40\x44\x75\xe3\xe1\x92\x0b\x49\x2d\x2a\x4d\xed\x61\xa2\xe5\x8f\xd2\x2e\xcc\xa2\x54\x2a\xf3\xce\x2f\x29\xd0\x75\x10\x6a\x78\xc1\x8a\x87\xb7\xa4\x2f\x7c\x53\xcf\x18\x66\xba\xc1\x2b\xde\x78\x3e\x15\x34\x3f\xf7\x88\x15\x6a\x1e\x49\x17\xd2\x5f\xd9\x87\x8b\x17\x95\x0e\x60\xe6\xb6\xa6\x65\x9f\x78\xf0\xba\x7e\xb1\x07\x5d\x32\x59\x30\xef\x84\xc3\xd2\x62\xd5\x47\x4a\xb3\x5a\x30\xff\xb7\x5b\x69\x9a\x28\xea\x2c\x16\xcc\x13\x06\x21\xf3\xc8\xe4\x91\x27\x4e\x5f\x5c\xd5\x88\x97\xe3\xda\xc7\x82\xd9\x99\xee\x3b\x00\x00\xff\xff\x38\x97\xb5\xaf\x23\x02\x00\x00") func machinehealthcheckYamlBytes() ([]byte, error) { return bindataRead( @@ -97,6 +98,26 @@ func machinehealthcheckYaml() (*asset, error) { return a, nil } +var _mhcremediationalertYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\x4d\x8b\x14\x4d\x10\x84\xef\xfd\x2b\xe2\xf8\xbe\x87\x5e\x5d\x0f\x22\x75\x10\x44\x84\xbd\x2c\xc8\x08\x5e\x44\x86\x9c\xea\x70\xaa\x98\xfa\x68\x32\xb3\x67\xdd\x7f\x2f\xdd\xd3\xea\x5e\xcc\x63\x55\x3e\x11\x4f\x51\x32\xe7\xaf\x54\xcb\xbd\x05\xd4\xde\xb2\x77\xcd\xed\x7c\x17\xbb\xb2\xdb\x5d\xec\xf5\xd5\xf5\x7e\xb8\xe4\x36\x05\x7c\xd6\x5e\xe9\x89\x8b\x1d\x96\xc2\xa1\xd2\x65\x12\x97\x30\x00\x4d\x2a\x03\x6a\x8a\xa3\xb2\x72\xca\xe2\xb9\xb7\x51\x0a\xd5\xf7\x5b\x9b\x25\x32\xa0\xcf\x6c\x96\xf2\x0f\x1f\xab\xc4\x94\x1b\x47\x99\xf3\x00\x14\x39\xb1\xd8\x1a\x05\xcc\x7f\x7a\x02\x2e\xef\x6c\x3b\xd3\x5e\x18\xb0\x05\x8e\xba\x14\xda\x60\x33\xe3\xba\x7f\xd6\xbe\xcc\x1b\x39\xee\x1a\xa6\x1c\xff\xa5\x02\x6c\xf4\xad\x68\xbc\x05\x06\x7c\x39\x7c\x7a\xbc\xe9\x3c\x50\x8a\xa7\x8f\x89\xf1\x72\xf8\x8b\x1f\xc4\xf9\x90\xcf\x69\xa3\x00\xfe\x9c\x35\x20\xb7\xa8\x14\xe3\x7f\x55\xe6\x7c\xdc\x9f\x93\x36\x3e\xae\xfc\xf1\x45\xff\xd1\x96\x18\x69\x76\xf4\xee\x52\xf0\xed\xed\xeb\xfa\xfd\x7f\xbc\xc7\xfd\x9e\xf8\xa1\xb5\xee\xdb\xe6\xae\xb6\xce\x23\xcd\xe4\xcc\x80\xa7\xae\x17\x2a\x5a\x9f\x68\x48\x72\x25\x4e\x64\xc3\xef\x7c\x4e\x78\x83\xae\xa8\x5d\x09\xcf\x95\x86\xdc\xe0\x89\x28\x62\x8e\xd4\x17\x85\xa7\x6c\xa8\xf2\x8c\xdc\xa6\x1c\xc5\x09\x69\x58\x9a\xb9\x9c\x0a\xb7\x82\xd2\x65\x82\x2e\xad\xe5\x76\x46\xbf\xf1\xb1\x2c\xe6\xd4\xdd\xe8\xe5\x1f\xad\x63\xbc\x52\xb3\x3f\x07\x3c\x89\xae\xd8\xf0\x2b\x00\x00\xff\xff\x9e\xca\xa1\xb4\x4d\x02\x00\x00") + +func mhcremediationalertYamlBytes() ([]byte, error) { + return bindataRead( + _mhcremediationalertYaml, + "mhcremediationalert.yaml", + ) +} + +func mhcremediationalertYaml() (*asset, error) { + bytes, err := mhcremediationalertYamlBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "mhcremediationalert.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + // Asset loads and returns the asset for the given name. // It returns an error if the asset could not be found or // could not be loaded. @@ -149,7 +170,8 @@ func AssetNames() []string { // _bindata is a table, holding each asset generator, mapped to its name. var _bindata = map[string]func() (*asset, error){ - "machinehealthcheck.yaml": machinehealthcheckYaml, + "machinehealthcheck.yaml": machinehealthcheckYaml, + "mhcremediationalert.yaml": mhcremediationalertYaml, } // AssetDir returns the file names below a certain @@ -193,7 +215,8 @@ type bintree struct { } var _bintree = &bintree{nil, map[string]*bintree{ - "machinehealthcheck.yaml": {machinehealthcheckYaml, map[string]*bintree{}}, + "machinehealthcheck.yaml": {machinehealthcheckYaml, map[string]*bintree{}}, + "mhcremediationalert.yaml": {mhcremediationalertYaml, map[string]*bintree{}}, }} // RestoreAsset restores an asset under the given directory diff --git a/pkg/operator/controllers/machinehealthcheck/doc.go b/pkg/operator/controllers/machinehealthcheck/doc.go index 8af406d71..ec7239666 100644 --- a/pkg/operator/controllers/machinehealthcheck/doc.go +++ b/pkg/operator/controllers/machinehealthcheck/doc.go @@ -5,8 +5,9 @@ package machinehealthcheck /* -The controller in this package aims to ensure that MachineHealthCheck objects -exist and are correctly configured to automatically mitigate non-ready worker nodes. +The controller in this package aims to ensure the ARO MachineHealthCheck CR and MHC Remediation Alert +exist and are correctly configured to automatically mitigate non-ready worker nodes and create an in-cluster alert +when remediation is occuring frequently. There are two flags which control the operations performed by the controller: @@ -15,10 +16,11 @@ aro.machinehealthcheck.enabled: - When set to true, the controller continues on to check the managed flag aro.machinehealthcheck.managed -- When set to false, the controller will attempt to remove the aro-machinehealthcheck CR from the cluster. +- When set to false, the controller will attempt to remove the aro-machinehealthcheck CR and the MHC Remediation alert from the cluster. This should effectively disable the MHC we deploy and prevent the automatic reconciliation of nodes. -- When set to true, the controller will deploy/overwrite the aro-machinehealthcheck CR to the cluster. - This enables the cluster to self heal when at most 1 worker node goes not ready for at least 5 minutes. +- When set to true, the controller will deploy/overwrite the aro-machinehealthcheck CR and the MHC Remediation alert to the cluster. + This enables the cluster to self heal when at most 1 worker node goes not ready for at least 5 minutes and alert when remediation + occurs 2 or more times within an hour. The aro-machinehealth check is configured in a way that if 2 worker nodes go not ready it will not take any action. More information about how the MHC works can be found here: diff --git a/pkg/operator/controllers/machinehealthcheck/machinehealthcheck_controller.go b/pkg/operator/controllers/machinehealthcheck/machinehealthcheck_controller.go index 57bae9f59..f52461a9d 100644 --- a/pkg/operator/controllers/machinehealthcheck/machinehealthcheck_controller.go +++ b/pkg/operator/controllers/machinehealthcheck/machinehealthcheck_controller.go @@ -7,7 +7,7 @@ import ( "context" "time" - machinev1beta1 "github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1" + machinev1beta1 "github.com/openshift/api/machine/v1beta1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" kruntime "k8s.io/apimachinery/pkg/runtime" "k8s.io/client-go/kubernetes/scheme" @@ -52,10 +52,16 @@ func (r *Reconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl. if err != nil { return reconcile.Result{RequeueAfter: time.Hour}, err } + + err = r.dh.EnsureDeleted(ctx, "PrometheusRule", "openshift-machine-api", "mhc-remediation-alert") + if err != nil { + return reconcile.Result{RequeueAfter: time.Hour}, err + } return reconcile.Result{}, nil } var resources []kruntime.Object + // this loop prevents us from hard coding resource strings // and ensures all static resources are accounted for. for _, assetName := range AssetNames() { diff --git a/pkg/operator/controllers/machinehealthcheck/machinehealthcheck_controller_test.go b/pkg/operator/controllers/machinehealthcheck/machinehealthcheck_controller_test.go index 92146e784..57596ddb5 100644 --- a/pkg/operator/controllers/machinehealthcheck/machinehealthcheck_controller_test.go +++ b/pkg/operator/controllers/machinehealthcheck/machinehealthcheck_controller_test.go @@ -60,7 +60,7 @@ func TestReconciler(t *testing.T) { wantErr: "", }, { - name: "Managed Feature Flag is false: ensure mhc is deleted", + name: "Managed Feature Flag is false: ensure mhc and its alert are deleted", arocli: arofake.NewSimpleClientset(&arov1alpha1.Cluster{ ObjectMeta: metav1.ObjectMeta{ Name: arov1alpha1.SingletonClusterName, @@ -74,6 +74,7 @@ func TestReconciler(t *testing.T) { }), mocks: func(mdh *mock_dynamichelper.MockInterface) { mdh.EXPECT().EnsureDeleted(gomock.Any(), "MachineHealthCheck", "openshift-machine-api", "aro-machinehealthcheck").Times(1) + mdh.EXPECT().EnsureDeleted(gomock.Any(), "PrometheusRule", "openshift-machine-api", "mhc-remediation-alert").Times(1) }, wantErr: "", }, @@ -96,6 +97,26 @@ func TestReconciler(t *testing.T) { wantErr: "Could not delete mhc", wantRequeueAfter: time.Hour, }, + { + name: "Managed Feature Flag is false: mhc deletes but mhc alert fails to delete, an error is returned", + arocli: arofake.NewSimpleClientset(&arov1alpha1.Cluster{ + ObjectMeta: metav1.ObjectMeta{ + Name: arov1alpha1.SingletonClusterName, + }, + Spec: arov1alpha1.ClusterSpec{ + OperatorFlags: arov1alpha1.OperatorFlags{ + enabled: strconv.FormatBool(true), + managed: strconv.FormatBool(false), + }, + }, + }), + mocks: func(mdh *mock_dynamichelper.MockInterface) { + mdh.EXPECT().EnsureDeleted(gomock.Any(), "MachineHealthCheck", "openshift-machine-api", "aro-machinehealthcheck").Times(1) + mdh.EXPECT().EnsureDeleted(gomock.Any(), "PrometheusRule", "openshift-machine-api", "mhc-remediation-alert").Return(errors.New("Could not delete mhc alert")) + }, + wantErr: "Could not delete mhc alert", + wantRequeueAfter: time.Hour, + }, { name: "Managed Feature Flag is true: dynamic helper ensures resources", arocli: arofake.NewSimpleClientset(&arov1alpha1.Cluster{ @@ -142,10 +163,7 @@ func TestReconciler(t *testing.T) { tt.mocks(mdh) ctx := context.Background() - r := &Reconciler{ - arocli: tt.arocli, - dh: mdh, - } + r := NewReconciler(tt.arocli, mdh) request := ctrl.Request{} request.Name = "cluster" diff --git a/pkg/operator/controllers/machinehealthcheck/staticresources/machinehealthcheck.yaml b/pkg/operator/controllers/machinehealthcheck/staticresources/machinehealthcheck.yaml index 9f8f8fc13..caf285367 100644 --- a/pkg/operator/controllers/machinehealthcheck/staticresources/machinehealthcheck.yaml +++ b/pkg/operator/controllers/machinehealthcheck/staticresources/machinehealthcheck.yaml @@ -14,10 +14,10 @@ spec: - key: machine.openshift.io/cluster-api-machineset operator: Exists unhealthyConditions: - - type: "Ready" - timeout: "300s" + - type: "Ready" + timeout: "300s" status: "False" - - type: "Ready" - timeout: "300s" + - type: "Ready" + timeout: "300s" status: "Unknown" - maxUnhealthy: "1" \ No newline at end of file + maxUnhealthy: "1" diff --git a/pkg/operator/controllers/muo/bindata.go b/pkg/operator/controllers/muo/bindata.go deleted file mode 100644 index 3d2cfe213..000000000 --- a/pkg/operator/controllers/muo/bindata.go +++ /dev/null @@ -1,589 +0,0 @@ -// Code generated for package muo by go-bindata DO NOT EDIT. (@generated) -// sources: -// staticresources/cluster_role.yaml -// staticresources/cluster_rolebinding.yaml -// staticresources/config.yaml -// staticresources/custom_resource_definition.yaml -// staticresources/deployment.yaml -// staticresources/managed_upgrade_role.yaml -// staticresources/managed_upgrade_rolebinding.yaml -// staticresources/monitoring_reader_role.yaml -// staticresources/monitoring_reader_rolebinding.yaml -// staticresources/namespace.yaml -// staticresources/prometheus_role.yaml -// staticresources/prometheus_rolebinding.yaml -// staticresources/pullsecret_reader_role.yaml -// staticresources/pullsecret_reader_rolebinding.yaml -// staticresources/service_account.yaml -// staticresources/trusted_ca_bundle_configmap.yaml -package muo - -import ( - "bytes" - "compress/gzip" - "fmt" - "io" - "io/ioutil" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -// Name return file name -func (fi bindataFileInfo) Name() string { - return fi.name -} - -// Size return file size -func (fi bindataFileInfo) Size() int64 { - return fi.size -} - -// Mode return file mode -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} - -// Mode return file modify time -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} - -// IsDir return file whether a directory -func (fi bindataFileInfo) IsDir() bool { - return fi.mode&os.ModeDir != 0 -} - -// Sys return file is sys mode -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var _cluster_roleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x54\xc1\x8e\xd4\x30\x0c\xbd\xf7\x2b\xa2\xbd\xac\x84\x34\x1d\x71\x43\xbd\x72\xe0\x8e\x10\x77\x4f\xe2\xe9\x58\x9b\xc6\x91\xed\x14\xb1\x5f\x8f\xa6\xc9\xae\x0a\x9d\x32\xbb\x48\x9c\xe2\xbe\xda\x7e\x2f\xcf\x6e\x21\xd3\x77\x14\x25\x4e\x83\x93\x13\xf8\x1e\x8a\x5d\x58\xe8\x19\x8c\x38\xf5\x4f\x9f\xb4\x27\x3e\xce\x1f\xbb\x27\x4a\x61\x70\x9f\x63\x51\x43\xf9\xca\x11\xbb\x09\x0d\x02\x18\x0c\x9d\x73\x5e\x70\x29\xf8\x46\x13\xaa\xc1\x94\x07\x97\x4a\x8c\x9d\x73\x09\x26\x1c\xdc\x04\x09\x46\x0c\x87\x92\x47\x81\x80\x07\xce\x28\x60\x2c\x9d\x94\x88\x3a\x74\x07\x07\x99\xbe\x08\x97\xac\xd7\x76\x07\xf7\xf0\xd0\x39\x27\xa8\x5c\xc4\x63\xc3\x32\x07\x7d\x0d\x8e\x67\x4a\x10\xe9\x19\xe5\x8a\xcd\x28\xa7\x96\xb5\x48\xc1\x25\x0c\x18\xb1\x85\x23\xda\x72\x46\xd2\x1a\x64\x30\x7f\x59\xa2\x92\xc3\x4b\xc1\x8f\x05\x7c\x93\x18\x9c\x31\x59\x95\x93\x38\xe0\x1f\x22\x36\x74\x3b\x9d\x9b\x1f\x7d\xf3\xa7\xe7\x8c\x49\x2f\x74\xb6\x9e\x78\xcb\xd9\xb2\x3d\xa7\x33\x8d\xba\x86\x6e\xbc\x3e\xaa\x81\x95\xff\x6f\x4e\xa5\xbb\xa3\xdc\xd7\xbd\x99\xeb\xaa\xe9\x1a\x7b\x59\x85\x7b\x0e\xbe\x47\xd3\x04\xfe\x42\x09\xef\x88\x6a\x59\xfa\xdb\x03\xda\xfb\x2d\xdb\xe3\xaf\xd6\x14\xa9\xdf\xd2\x9b\xc4\xd4\x92\xcc\x1c\xff\x71\xa3\x5e\xed\xec\x3d\x0b\xf2\xf5\x98\xb6\x6c\x5a\x4e\xea\x85\xb2\xb5\x69\xac\x88\x1e\x3f\x3c\xde\xb8\x10\x27\x32\x16\x4a\xe3\xdf\xdb\xa2\xcc\xe4\xb1\x65\xef\x1b\xb9\x9a\xe0\xce\x9c\x37\x0a\x32\x47\xf2\x3f\x6f\xfe\x14\x02\xa9\x94\xe5\x2a\xa7\x12\xc6\xcd\x00\x77\x9c\xfb\x15\x00\x00\xff\xff\xa3\xcc\x1c\xe4\xfa\x04\x00\x00") - -func cluster_roleYamlBytes() ([]byte, error) { - return bindataRead( - _cluster_roleYaml, - "cluster_role.yaml", - ) -} - -func cluster_roleYaml() (*asset, error) { - bytes, err := cluster_roleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "cluster_role.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _cluster_rolebindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xbd\x6e\xc3\x30\x0c\x84\x77\x3d\x85\x5e\x40\x2e\xba\x15\xda\xda\x0e\xdd\x5d\x20\x3b\x2d\xd1\x36\x63\x9b\x14\x28\xca\x43\x9e\x3e\x08\x3c\x06\xf9\xd9\x3f\xdc\x77\x77\x0b\x71\x8e\xfe\x77\x6d\xd5\x50\x7b\x59\xf1\x87\x38\x13\x4f\x0e\x0a\x9d\x50\x2b\x09\x47\xaf\x03\xa4\x0e\x9a\xcd\xa2\x74\x01\x23\xe1\x6e\xf9\xaa\x1d\xc9\xc7\xfe\xe9\x36\x34\xc8\x60\x10\x9d\xf7\x0c\x1b\x46\xbf\x01\xc3\x84\x39\xb4\x32\x29\x64\x0c\x52\x50\xc1\x44\x5d\x6d\xc3\x19\x93\xd5\xe8\x82\x3f\xc4\xff\xa8\x3b\x25\xfc\x4e\x49\x1a\xdb\xeb\x84\x03\xa8\x05\x12\x46\x2f\x05\xb9\xce\x34\x5a\x78\xc8\xab\xac\xd8\xe3\x78\xeb\x76\xb7\xf4\x1d\x1b\x14\xfa\x53\x69\xe5\xc9\x07\xee\x1a\x00\x00\xff\xff\xc4\x6f\x81\xf4\x43\x01\x00\x00") - -func cluster_rolebindingYamlBytes() ([]byte, error) { - return bindataRead( - _cluster_rolebindingYaml, - "cluster_rolebinding.yaml", - ) -} - -func cluster_rolebindingYaml() (*asset, error) { - bytes, err := cluster_rolebindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "cluster_rolebinding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _configYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x52\xdd\x6a\x1b\x3d\x10\xbd\xf7\x53\xe8\x05\xf6\xe3\x73\x7f\xa0\xd5\x5d\xd8\x10\x28\x24\x76\x08\x69\x7b\x3d\x48\x27\xbb\xc2\xda\x91\x18\x8d\xec\xa6\xf4\xe1\x8b\xd7\xbb\x8e\xd3\x6c\xab\xcb\xf3\x33\xe7\x68\x18\xca\xe1\x1b\xa4\x84\xc4\xd6\xec\xd7\xab\x5d\x60\x6f\x4d\x9b\xf8\x29\x74\x77\x94\x57\x03\x94\x3c\x29\xd9\x95\x31\x4c\x03\xac\x19\x88\xa9\x83\x6f\x6a\xee\x84\x3c\x9a\x94\x21\xa4\x49\x1a\x37\x9a\x26\x5d\xc9\xe4\x60\x8d\x49\x19\x5c\xfa\xf0\xa4\xcd\xdf\x7c\xab\x79\xfc\xc9\xff\xdf\x33\x0d\xd1\x9a\x5f\x2b\x63\x66\xe8\x6e\x74\x8a\x1d\x21\x63\x4a\xaa\x72\x9c\x7d\xbb\x6d\xaf\x6e\x27\x2c\x26\x47\xf1\xd4\x7a\xb3\xd8\xf2\x5c\xee\xf8\x0e\xa4\xae\xff\xc2\x0a\xd9\x53\xb4\x66\x3d\xc2\x03\x05\x56\x30\xb1\xc3\x9c\xe4\x12\xab\xa4\x78\x1f\x89\xf1\x18\x8e\x63\x3f\xff\x3f\x51\xa1\xe3\x24\xf0\x57\x11\xa2\x65\xd6\xbf\x76\xb4\x12\x34\x38\x8a\x17\x74\x63\xda\x58\x8b\x42\xb6\xd3\xe7\xaf\xd3\x81\xff\xc1\x62\x2c\xef\x47\xc5\xf4\x93\xef\x81\x7d\x3a\xcc\x23\x3d\x22\x3d\x3f\x4a\xe8\x8e\xfb\x31\xef\xe7\x76\x1a\x06\x6c\xab\x5a\xb3\x7e\x77\x82\x38\x79\x5c\x0b\x05\xb6\x7f\x2a\x3e\x7c\x9c\x10\xfc\xc8\x70\x0a\xbf\x99\xa5\xa7\x1f\x7f\x1a\xe9\xe2\x28\xe2\x8d\x77\xca\xeb\x41\x51\xfb\xb6\x87\xdb\xd9\xd7\xeb\x79\xb3\x82\xc6\xdc\x4b\x1a\xa0\x3d\x6a\x79\xa8\x11\x37\x14\x62\x15\x94\x33\xdd\x12\x73\xd2\x07\xa8\x04\xec\xf1\x35\x7b\xd2\x0b\xf6\x26\x56\xb0\x9e\x2a\xbe\x6c\x6e\x0a\xdb\xcc\x67\x77\x91\xf6\x72\x7e\x31\x75\x5d\xe0\x6e\x81\x11\xf8\x9e\x8e\xf7\x29\x3b\x68\x8e\xe4\xb0\x20\x9a\xaf\xb5\x2c\x70\xb5\x40\x9a\x43\x92\x5d\x4c\xe4\x9b\x21\x71\xd0\x24\xcb\x59\x39\x64\xc4\xc0\x58\x1a\x43\x3f\xab\xe0\xdc\xf3\x77\x00\x00\x00\xff\xff\xd6\xce\xc1\x4a\x98\x03\x00\x00") - -func configYamlBytes() ([]byte, error) { - return bindataRead( - _configYaml, - "config.yaml", - ) -} - -func configYaml() (*asset, error) { - bytes, err := configYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "config.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _custom_resource_definitionYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x59\x4b\x8f\xdb\x38\x12\xbe\xfb\x57\x14\x66\x0f\xd9\x05\x62\x75\x67\x73\x59\xf8\x96\x71\x6f\x30\xc1\xce\x24\x8d\x74\x4f\x2e\x83\xc1\xa2\x2c\x96\x2c\x4e\x53\xa4\x96\x0f\x77\x3c\x8b\xfd\xef\x8b\xa2\x28\xcb\x92\xa9\xb6\x1b\xc9\x3c\x78\x13\x1f\xf5\xae\xaf\x8a\xd4\x62\xb9\x5c\x2e\xb0\x95\x9f\xc8\x3a\x69\xf4\x0a\xb0\x95\xf4\xd9\x93\xe6\x2f\x57\x3c\xfc\xc3\x15\xd2\x5c\xed\x5e\x2d\x1e\xa4\x16\x2b\x58\x07\xe7\x4d\xf3\x91\x9c\x09\xb6\xa4\x1b\xaa\xa4\x96\x5e\x1a\xbd\x68\xc8\xa3\x40\x8f\xab\x05\x00\x6a\x6d\x3c\xf2\xb4\xe3\x4f\x80\xd2\x68\x6f\x8d\x52\x64\x97\x5b\xd2\xc5\x43\xd8\xd0\x26\x48\x25\xc8\x46\xe2\x3d\xeb\xdd\x75\xf1\xba\xb8\x5e\x00\x94\x96\xe2\xf1\x7b\xd9\x90\xf3\xd8\xb4\x2b\xd0\x41\xa9\x05\x80\xc6\x86\x56\x10\xda\xad\x45\x41\xa5\xd1\x95\xdc\xba\x22\x7d\x16\x0d\x6a\xdc\x92\x28\x4c\x4b\xda\xd5\xb2\xf2\x85\x34\x0b\xd7\x52\xc9\x52\x6c\xad\x09\xed\xe1\x68\x7e\x6f\x47\x3f\x09\xdd\x29\xfc\x63\xb7\x7f\x1d\x59\xc5\x79\x25\x9d\xff\xd7\xe9\xda\xf7\xd2\xf9\xb8\xde\xaa\x60\x51\x4d\x85\x8c\x4b\xae\x36\xd6\xbf\x1f\x58\x2c\xfb\x4d\xdd\xaa\xd4\xdb\xa0\xd0\x4e\x8e\x2e\x00\x5c\x69\x5a\x5a\x41\x3c\xd9\x62\x49\x62\x01\x90\xac\x16\x29\x2d\x01\x85\x88\x7e\x40\x75\x6b\xa5\xf6\x64\xd7\x46\x85\x46\x1f\xf8\xfc\xe2\x8c\xbe\x45\x5f\xaf\xa0\x60\x83\x14\x82\x9c\xb4\x24\x8a\x44\x25\xee\xea\xad\x9b\xd6\xfe\x3d\x5e\xf3\x7b\x16\xc1\x79\x2b\xf5\x36\x43\xd4\xa3\x0f\xae\xa8\xa5\xf3\xc6\xee\x7f\xba\xfe\xb9\x68\x6b\x74\x34\xa2\x7b\x3c\xf3\x5c\x6a\xa5\xd1\x9d\x82\x8e\xbf\xf8\xf4\x88\xb4\xf3\xb8\xfd\x3a\xa4\xbb\xf5\x29\xf1\x61\xea\xcb\xa8\x5b\x42\x37\xb1\xf6\x68\xea\xcb\xa8\x37\xe4\xdc\x60\x87\x8e\xfc\x78\xee\x84\x7e\xb7\x69\xf7\x0a\x55\x5b\xe3\xab\x2e\x0c\xcb\x9a\x1a\x5c\xa5\x13\x9c\x1f\x6f\x6e\xdf\x7d\x7a\x7d\x37\x9a\x06\x8e\x92\xd2\xca\xd6\xc7\xcc\x1d\x65\x02\x48\x07\xbe\x26\xe8\x4e\x40\x65\x6c\xfc\x1c\xe7\x03\xbc\xb9\x7d\x77\xa0\xd5\x5a\xd3\x92\xf5\xb2\xcf\x8b\x6e\x1c\xa1\xd2\xd1\xec\x84\xf3\x0b\x16\xae\xdb\x05\x82\xe1\x88\x3a\xe6\x29\x78\x49\x24\x7d\xc0\x54\xe0\x6b\xe9\xc0\x52\x6b\xc9\x91\xee\x00\x6a\x44\x18\x78\x13\x6a\x30\x9b\x5f\xa8\xf4\x05\xdc\x91\x65\x32\x9c\xb6\x41\x09\x46\xb1\x1d\x59\x0f\x96\x4a\xb3\xd5\xf2\xd7\x03\x6d\x07\xde\x44\xa6\x0a\x3d\x25\x14\x18\x46\x4c\x47\x8d\x0a\x76\xa8\x02\xbd\x04\xd4\x02\x1a\xdc\x83\x25\xe6\x02\x41\x1f\xd1\x8b\x5b\x5c\x01\x3f\x18\x4b\x20\x75\x65\x56\x50\x7b\xdf\xba\xd5\xd5\xd5\x56\xfa\x1e\x8d\x4b\xd3\x34\x41\x4b\xbf\xbf\x8a\xc0\x2a\x37\xc1\x1b\xeb\xae\x04\xed\x48\x5d\x39\xb9\x5d\xa2\x2d\x6b\xe9\xa9\xf4\xc1\xd2\x15\xb6\x72\x19\x45\xd7\x31\x50\x8a\x46\xfc\xc5\x26\xfc\x76\x2f\x46\xb2\x9e\x44\x47\x37\x22\x10\x3e\xe1\x01\x06\x43\xf6\x39\xa6\xa3\x9d\x16\x83\xa1\x79\x8a\xad\xf3\xf1\x9f\x77\xf7\xd0\xb3\x8e\xce\x98\x5a\x3f\xda\x7d\x38\xe8\x06\x17\xb0\xc1\xa4\xae\xc8\x76\x4e\xac\xac\x69\x22\x4d\xd2\xa2\x35\x52\xfb\xf8\x51\x2a\x49\x7a\x6a\x7e\x17\x36\x8d\xf4\xec\xf7\xff\x04\x72\x9e\x7d\x55\xc0\x3a\x96\x28\xd8\x70\x54\x0a\xf4\x24\x0a\x78\xa7\x61\x8d\x0d\xa9\x35\x3a\xfa\xcd\x1d\xc0\x96\x76\x4b\x36\xec\x65\x2e\x38\xae\xae\xd3\xcd\x9d\xd5\x8e\x16\xfa\x8a\x37\xe3\xaf\x51\xae\xde\xb5\x54\x8e\xf2\x26\x81\x7f\x04\x3d\xe2\x7c\x38\x2d\x80\xc3\xe0\x50\x4e\x69\x0d\x8f\x52\x0b\xf3\x18\xa7\x2a\x4b\xf4\x6b\x3f\x33\x3a\x92\x4f\x74\x1e\xb7\x37\xdf\xbe\x35\xdc\x52\x58\x94\xb1\xee\x9b\xe0\xa7\x7b\x26\x8a\xdc\xd7\x04\x0d\x7e\x96\x4d\x68\x60\x6b\xb1\x24\x68\xc9\x4a\x23\xf8\x43\x7b\x12\x9c\x95\x08\xda\xb0\x70\xb5\x71\x04\x82\x69\x9f\xd0\x04\x8e\xdd\x8d\x32\xe5\x03\x09\xd8\xec\x01\xe1\xd6\x08\xb8\x91\xce\x86\xc8\x08\xbe\x0d\x62\x4b\xfe\x25\x6c\xa8\xe2\xa8\xf0\x35\xfa\x8e\x14\x1f\xac\x58\x68\x51\x64\xa8\xfe\x40\xe8\x02\x9b\x52\x6a\x68\xa4\x0e\x9e\x13\x3b\xca\x2c\x75\x94\x19\xcb\x92\x5a\xdf\x67\x3d\x13\xbb\x8e\xe6\x93\x3a\x97\x1c\x3c\x4a\x74\x04\xd2\xc3\xa3\x54\x0a\xbc\x95\xdb\x2d\xd9\x4e\x82\x24\x10\x56\x9e\x3a\xb4\xa5\xcf\x2d\x95\x9e\xc4\x7b\x23\x06\x9b\x66\x48\x2a\x6c\x5d\x4e\xfe\xca\xd8\x06\xfd\x8a\xd1\xeb\xf5\xdf\x4f\x56\x93\x0a\x2b\xb8\x3e\x59\xea\x82\x92\x41\x6f\x4b\x76\x31\x95\xbf\xc5\x52\xfa\xfd\x47\x72\x64\x77\x11\x80\xcf\xf8\x98\xe3\x53\x56\x7b\x90\x15\xb8\x12\x15\x43\x49\x68\x19\xa3\xe9\xb3\xb7\xc9\xb9\x5c\x60\x7a\xca\x8c\x2f\x3d\xe9\x8c\xb6\xc9\x85\x7d\xcc\x3a\x8f\xd6\x3b\xb6\xbc\x26\x12\xb1\xad\xca\x29\xb3\x31\x46\x11\x4e\xe9\xa5\x4c\xb9\x50\x81\xe3\xdc\xfa\xd0\x92\xbe\xe3\x9e\x13\x2c\x29\x1a\x9a\xa2\x61\xcc\xe7\x49\x34\x63\x8d\x5a\x93\xca\x2d\x4d\xb8\xaf\xbb\x9d\x10\x1c\x89\x68\xa7\xa4\x79\x2e\xb8\x66\xc1\xa7\x1f\xb2\xc1\x2d\x5d\xc0\xf4\x1d\xef\x03\x4b\x15\x59\xd2\x25\x7d\x1d\xe6\xbb\x5c\x27\x90\x65\xdf\x77\x03\xa6\x82\x43\x73\x3f\x6b\xe8\xb3\x9c\x67\x30\xf6\xb0\x74\x06\xa2\xf6\x2d\x97\x11\x21\x4b\xee\x0c\x62\x10\xac\x55\x70\x9e\x6c\x82\x55\x0b\xb2\x69\x15\x35\x7d\x3f\x02\xde\x64\x64\x0c\x8e\x18\xcc\x5a\xb2\x9c\x96\x1c\xfe\x7d\x04\xc7\xae\x86\x2b\x5f\x24\x7a\x72\x94\x74\x68\x4e\x45\x5c\xc2\x87\xbb\x9b\xcc\xec\x9b\x8f\x1f\x66\xf4\xcf\x1a\x27\xc9\xf0\xe6\x1c\x4e\x1f\xa7\xc0\x28\xf3\xc0\xe7\x30\x69\x96\x23\x57\xf0\xd3\x8c\x5b\x66\x4b\xc7\x64\x4b\xca\xbc\xc9\xec\xd1\x35\xa2\x9f\x3a\xe8\x74\x51\xa1\x8d\xfd\xf8\xc5\xa5\x36\xee\x1e\x15\x5b\xb3\x61\xb0\xba\xac\xda\xce\x43\x42\xba\x0f\x9c\xad\x96\xb1\xf9\x2d\x8d\x15\xfd\x09\x66\x48\x3b\xb2\xfb\xd1\x35\xf4\x78\x48\x4f\x4d\x16\x82\x72\x6a\x7e\x97\xa8\x9e\x32\x99\x23\x7f\x0e\xe8\x00\x4a\xc3\xe9\xe1\x89\xdd\x9a\xdf\x31\x94\x2a\x6e\xe4\x96\xd9\x90\xea\xc6\x19\x84\x89\xcf\x14\xe9\x36\x35\xc7\x6a\x0c\xae\x87\xed\xa9\xfb\x25\xcf\xca\x1e\xa6\x41\x6a\xe7\x51\x97\xe4\x72\xed\x01\x3c\x65\xde\x0c\xb7\x21\x32\x12\xf5\xda\x04\x47\x0e\x2a\x49\x4a\xb8\xd4\x95\xc4\x03\x9b\x39\x03\x44\x23\xd4\x34\x44\x1b\xea\x9e\x2c\x48\x5d\xaa\x20\xb8\xbe\xf6\xbd\xe6\x9c\xd0\xe7\x9d\xd6\x5b\xf3\xbc\xeb\x32\x7a\xae\xd3\xb1\x08\x0e\x87\x5b\xdb\xc1\x35\xf3\x52\xc1\x33\x42\x21\xd9\xe2\x5c\x40\x74\x43\xa1\xf3\xb7\xd6\x6c\x9e\xab\xc9\xf7\xe8\x3a\x88\xeb\x20\xfa\xe0\xb8\x47\x74\x50\xd6\xc4\xfd\xe6\x1f\xa4\xcd\xbd\x45\xed\x64\xff\xc2\xf6\x15\x54\xf2\x1d\xc1\xee\x5e\x66\xf4\xd3\x82\xf6\xc0\x19\xfb\x73\x6d\x7c\x4d\xf6\x0f\xb0\x43\x7a\x18\x79\x86\xf2\xdf\x85\x06\x35\x58\x42\x81\x1b\x45\x3d\x81\xbe\xbc\x73\xea\x08\xf2\x28\x55\xbe\xbf\x19\x06\x6e\x4c\xf0\xd1\x0f\xbd\xdd\xce\xc6\xf5\x85\x3a\x75\x6f\x49\xcf\x50\xe9\xaf\x1b\x2b\xa9\xfa\x5b\x3a\x78\x78\xaa\x39\x38\xf6\x85\xfb\x4d\xe4\x8c\xd5\xff\x99\xa1\x77\x77\xe8\x18\xfe\x14\xa0\x90\xab\xfd\xe7\xe4\xe7\x98\x37\xd5\x20\xf6\x4b\x4e\x15\x9e\xb9\xb7\x81\x5e\xc2\x5b\x54\x8e\x5e\x9e\x09\x9e\x1f\xf5\x83\x36\x8f\xb9\xbb\xcd\xb3\x55\xc8\xf7\xaf\xb3\x0a\xc4\x5e\x76\x28\xe6\x83\x1a\x5f\x2e\x4b\xbe\xb3\x3b\x1e\xcb\xf1\x2b\x6c\x6e\xc3\x49\x37\x77\x2a\x46\xb6\x8d\x1f\x6f\x41\x6b\x71\x9f\xdd\x11\x9f\xaf\x2f\x6a\x0c\x62\xab\xd5\xd7\xe2\x43\xc5\xed\x9c\x7f\xdc\x04\xb7\xd6\x94\xe4\xe6\x74\xca\xf7\xee\xbd\xb6\xef\xe9\x71\x76\xed\x96\xb4\x98\x37\xf7\x32\xd5\xfc\xf3\x3b\x32\x17\xe2\x7e\xc3\x5b\x94\x6a\x76\xf9\xac\xcf\xcf\xe6\xff\x57\x6b\xe9\x9e\xbc\x36\x4e\xdc\x76\x93\xae\xe7\xbb\xe1\x02\x19\x61\x66\xbe\x7b\xbd\x48\x84\x47\x63\x1f\xc8\xae\x7f\xcf\x46\xb6\x63\x79\xf7\x3b\x59\xf9\xa9\xec\x5d\x8e\xfe\xfa\x9c\x12\x9d\xc9\xc8\xb9\x5c\xcc\x1e\x3a\x99\xec\x2e\x55\x2b\xf0\x36\xa4\x3f\x6b\xde\x58\xae\xf5\x47\x33\x61\x73\x78\x04\xef\xe5\x4e\x90\x0e\xff\xfd\xdf\x62\x40\xf7\xfe\x91\xee\xfd\xf4\xc7\xe0\x37\xdf\xc4\x8f\xfe\x6f\x5f\xfc\x3c\xba\x40\xc0\x4f\x3f\x2f\x3a\xc6\x24\x3e\xf5\xbf\xea\x78\xf2\xff\x01\x00\x00\xff\xff\x31\x0f\xfe\x9b\x71\x1d\x00\x00") - -func custom_resource_definitionYamlBytes() ([]byte, error) { - return bindataRead( - _custom_resource_definitionYaml, - "custom_resource_definition.yaml", - ) -} - -func custom_resource_definitionYaml() (*asset, error) { - bytes, err := custom_resource_definitionYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "custom_resource_definition.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _deploymentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x55\x4d\x6f\xe3\x36\x10\xbd\xfb\x57\x0c\xd2\xb3\xa2\x24\x68\x2f\xbc\x19\x1b\xb7\x5d\xa0\x8e\x0d\xc7\x68\x8f\xc5\x98\x1c\x49\x84\xf9\x55\x72\xe8\x8d\xfe\x7d\x21\xc9\x71\x64\x39\xc6\x1a\x05\x8a\xf5\xc9\x98\x37\x7c\xf3\xf8\x38\x33\xc2\xa0\xff\xa4\x98\xb4\x77\x02\x30\x84\x54\x1e\x1e\x67\x7b\xed\x94\x80\x67\x0a\xc6\xb7\x96\x1c\xcf\x2c\x31\x2a\x64\x14\x33\x00\x87\x96\x04\x58\x74\x58\x93\x2a\x72\xa8\x23\x2a\x2a\x7c\xa0\x88\xec\xe3\x31\x21\x05\x94\x24\xc0\x07\x72\xa9\xd1\x15\x17\x57\xf3\x53\x20\xd9\xd1\x46\x0a\x46\x4b\x4c\x02\x1e\x67\x00\x89\x0c\x49\xf6\xb1\x43\x00\x2c\xb2\x6c\xfe\xc0\x1d\x99\x34\x04\x6e\x50\xc1\x64\x83\x41\xa6\x23\xc3\xe8\x02\xdd\xcf\x9c\x91\xdd\x40\x07\xf0\x2e\xb4\xff\x4f\xf1\xa0\x25\xcd\xa5\xf4\xd9\xf1\xcb\xf7\x0f\x03\x60\x55\x69\xa7\xb9\x1d\xd5\xf4\x8a\xe6\x17\xd1\xce\x89\x7f\xb2\x8e\xa4\x9e\x73\xd4\xae\x7e\x95\x0d\xa9\x6c\xb4\xab\xbf\xd6\xce\x9f\xc2\x8b\x37\x92\x99\xbb\x57\x1b\x9d\x1c\x38\x5f\x8f\xde\x6d\x29\xda\x74\x0e\x17\x83\x95\x8b\xb7\x10\x29\x75\x6f\x3e\xc1\xbb\x8c\x3d\xb5\xa2\xe7\x29\xa2\x37\x74\xbf\xcf\x3b\x8a\x8e\x98\xd2\xbd\xf6\xa5\xc5\xc4\x14\x27\x67\x00\xde\xef\x2a\xe0\xab\xbb\x00\x0f\x68\x32\x5d\x14\xea\x4a\xdd\xdd\x1d\x83\xec\x4d\x47\x30\x16\x54\x00\x55\x15\x49\x16\xf0\xe2\x8f\x1e\xd0\x89\xe2\x76\x8d\x63\x9a\xc1\xb3\xff\xc2\x72\xf0\x26\x5b\x1a\x69\x93\xde\x55\xba\x5e\x62\x18\x5f\x4b\x51\x85\xd9\xf0\xd2\x2b\x12\xf0\xf3\xd3\xc3\x08\xd2\x4c\x97\x6f\xd1\xd7\x97\x58\xec\xb2\x53\x86\xee\x65\xe4\x89\x47\x01\xb9\x11\xc0\x26\x15\x1f\x59\x81\xec\x28\x6b\xe8\x5b\x8e\x39\x31\xa9\x8f\xac\xd9\x6d\xb8\xf4\x8e\x51\x3b\x8a\x23\x69\xc5\x2d\xb3\x30\xfc\x7e\x82\x0d\x05\x83\x92\x80\x1b\x9d\xe0\x9b\xe6\x06\xb8\x21\xd8\x65\x6d\x18\xb4\xc5\x9a\x7a\xb2\xb3\x23\xdb\x21\xd5\x18\xa8\x89\xfb\xa9\x47\x49\x0a\xbc\x03\xd5\xef\x1b\xd8\xb5\x50\x36\x28\xf7\x65\x4d\xae\x2b\xf9\x51\xfa\x64\x41\x3b\x76\xb6\x2b\x23\xe0\xb7\xc5\xcb\x62\x33\xdf\x2e\x9e\x47\x90\xf4\xd6\xa2\x53\x63\xdb\x8b\x5b\xee\xd5\x53\xae\xb3\x31\x6b\x6f\xb4\x6c\x05\xcc\xcd\x37\x6c\xd3\xd9\x88\x26\x9f\xa3\x9c\x76\x75\x37\xb9\x94\xf8\xa2\xd7\x65\xc8\x02\x9e\x1e\xec\x24\x6c\xc9\xfa\xd8\x0a\x78\x7c\x78\x58\xea\x33\xcc\x68\xab\xaf\xd0\xfc\x72\x95\xe6\x69\x42\x43\xee\x30\xed\xb8\xe1\x69\xff\x9a\x6f\xbf\xfc\xfe\xf7\xcb\x7c\xb9\x78\x5d\xcf\xbf\x2c\x26\x74\xfd\xb8\xfe\x1a\xbd\xbd\x9c\xd8\x4a\x93\x51\x1b\xaa\x2e\x91\x23\xb6\xee\x1b\xf6\x7d\xd9\xde\x9f\xbe\x04\x9f\xca\x58\xaf\x9e\x7b\x11\xff\x6f\xfd\x4f\x4b\xaf\xd6\x5d\xb3\xac\x36\x3f\xde\x84\x33\x25\x9f\x89\x10\x70\x77\xad\x65\xef\x46\xf9\xc3\x86\x5a\x76\x9f\xa3\x34\x69\xf8\x2e\x36\x68\x2a\x89\x65\x19\xf6\xba\x94\x58\xf4\x3b\xa1\xa4\x37\x8e\x28\x99\x54\x79\xbe\x57\xbe\xbf\x59\xa0\xef\x77\x54\x2b\x67\xda\x3e\x8f\x66\xff\x06\x00\x00\xff\xff\xb7\xcc\xef\x39\x4b\x08\x00\x00") - -func deploymentYamlBytes() ([]byte, error) { - return bindataRead( - _deploymentYaml, - "deployment.yaml", - ) -} - -func deploymentYaml() (*asset, error) { - bytes, err := deploymentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "deployment.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _managed_upgrade_roleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8f\xb1\x6e\x03\x21\x10\x44\xfb\xfb\x0a\xe4\x1e\x5b\xe9\x22\x7e\x20\x7d\x8a\xf4\x6b\x18\x9f\x57\xe6\xd8\xd5\x02\x17\xc5\x5f\x1f\xf9\x7c\x27\xd9\x89\xa2\x54\xbc\x19\x8d\xe0\x41\xca\x1f\xb0\xca\x52\x82\xb3\x23\xc5\x3d\xf5\x76\x16\xe3\x2b\x35\x96\xb2\xbf\xbc\xd6\x3d\xcb\x61\x7e\x19\x2e\x5c\x52\x70\xef\x92\x31\x4c\x68\x94\xa8\x51\x18\x9c\x2b\x34\x21\xb8\x89\x0a\x8d\x48\xbe\xeb\x68\x94\xe0\x45\x61\xd4\xc4\xd6\x41\x55\x8a\x08\x4e\x14\xa5\x9e\xf9\xd4\xfc\x9f\x7b\xeb\x19\x35\x0c\xde\x91\xf2\x9b\x49\xd7\x7a\x7b\xc4\xbb\xdd\x6e\x70\xce\x50\xa5\x5b\xc4\xda\x45\x29\x27\x1e\x27\xd2\xba\xc4\x8a\x68\x68\x1b\xdb\xcc\x11\xcf\xe1\x70\xe2\x42\x99\xaf\xb0\x5b\x3f\xc3\x8e\xdb\x45\x06\x6a\x58\x30\x21\x63\xc5\x11\x6d\x39\x33\xd7\x3b\x74\x4d\xdb\xec\x93\x5a\x3c\xff\xb6\x24\x5d\x5c\x7e\x78\x26\x68\x96\xaf\x09\x65\x95\x7b\xc8\xcf\x4a\xde\x19\x34\x73\xa4\x7a\xff\xc7\x83\xe2\xff\x32\xdf\x01\x00\x00\xff\xff\x4e\x92\x80\x9e\xc9\x01\x00\x00") - -func managed_upgrade_roleYamlBytes() ([]byte, error) { - return bindataRead( - _managed_upgrade_roleYaml, - "managed_upgrade_role.yaml", - ) -} - -func managed_upgrade_roleYaml() (*asset, error) { - bytes, err := managed_upgrade_roleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "managed_upgrade_role.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _managed_upgrade_rolebindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8e\x31\xce\xc2\x30\x0c\x46\xf7\x9c\x22\x17\x48\x7f\xfd\x1b\xca\x06\x47\x28\x12\xbb\x9b\xb8\xad\x69\x6b\x47\x8e\xd3\x81\xd3\x23\xa4\x4a\x4c\x88\x85\xfd\x7d\xdf\x7b\x50\xe8\x86\x5a\x49\x38\x7a\x1d\x20\x75\xd0\x6c\x16\xa5\x07\x18\x09\x77\xcb\xa9\x76\x24\x7f\xfb\xbf\x5b\x88\x73\xf4\xbd\xac\x78\x21\xce\xc4\x93\xdb\xd0\x20\x83\x41\x74\xde\x33\x6c\x18\xfd\x06\x0c\x13\xe6\xd0\xca\xa4\x90\x31\x48\x41\x05\x13\x3d\x80\x5a\x20\x61\xf4\x52\x90\xeb\x4c\xa3\x85\x8f\xbc\xca\x8a\x3d\x8e\xaf\xe7\xb7\xf7\xbb\xa6\xb6\xe1\x8e\xc9\x6a\x74\xe1\xd8\x5d\x51\x77\x4a\x78\x4e\x49\x1a\xdb\xef\x43\x9f\x01\x00\x00\xff\xff\x45\xec\x1c\xea\x3f\x01\x00\x00") - -func managed_upgrade_rolebindingYamlBytes() ([]byte, error) { - return bindataRead( - _managed_upgrade_rolebindingYaml, - "managed_upgrade_rolebinding.yaml", - ) -} - -func managed_upgrade_rolebindingYaml() (*asset, error) { - bytes, err := managed_upgrade_rolebindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "managed_upgrade_rolebinding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _monitoring_reader_roleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8e\xb1\x6a\x03\x41\x0c\x44\xfb\xfd\x0a\xe1\xfe\x36\xa4\x0b\xfb\x03\xe9\x53\xa4\x97\xd7\xf2\x9d\xf0\xad\xb4\x48\xda\x0b\xe4\xeb\x83\x2f\x87\x09\xb8\x49\xa5\xd1\xcc\x30\x3c\xec\xfc\x49\xe6\xac\x52\xc0\xce\x58\x33\x8e\x58\xd4\xf8\x1b\x83\x55\xf2\xed\xcd\x33\xeb\xcb\xf6\x9a\x6e\x2c\x97\x02\x1f\xba\x52\x6a\x14\x78\xc1\xc0\x92\x00\x04\x1b\x15\x68\x43\xa7\xa6\xc2\xa1\xc6\x32\x4f\x46\x78\x21\x3b\x52\xef\x58\xa9\x80\x76\x12\x5f\xf8\x1a\x7f\x8a\xc9\xc6\x4a\x5e\xd2\x04\xd8\xf9\xdd\x74\x74\xbf\x6f\x4e\x70\x3a\x25\x00\x23\xd7\x61\x95\x0e\xaf\xaa\x5c\x79\x6e\xd8\x1d\x60\x37\x9c\x6c\xe3\x4a\x58\xab\x0e\x09\x3f\xbc\x6a\xf4\xd0\x7b\x7e\x7f\x36\xb2\xf3\x31\x33\x53\xec\x77\x65\xff\x15\x5f\x18\x75\x79\x46\x30\x1d\x41\xf9\x41\x9d\x59\x9f\x91\xf6\xce\xff\xf6\x7f\x02\x00\x00\xff\xff\x98\x29\x94\x73\x68\x01\x00\x00") - -func monitoring_reader_roleYamlBytes() ([]byte, error) { - return bindataRead( - _monitoring_reader_roleYaml, - "monitoring_reader_role.yaml", - ) -} - -func monitoring_reader_roleYaml() (*asset, error) { - bytes, err := monitoring_reader_roleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "monitoring_reader_role.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _monitoring_reader_rolebindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\x31\x4e\x83\x31\x0c\x46\xf7\x9c\x22\x17\xc8\x8f\xd8\x50\x36\x38\x42\x91\xd8\xdd\xe4\x6b\x6a\xda\xd8\x91\xe3\x74\xe0\xf4\x08\xa9\x52\x59\x7e\x75\xf6\x7b\xcf\x1f\x0d\xfe\x82\x4d\x56\xc9\xd1\x8e\x54\x36\x5a\x7e\x56\xe3\x1f\x72\x56\xd9\x2e\x6f\x73\x63\x7d\xb9\xbd\x86\x0b\x4b\xcd\xf1\xa0\x57\x7c\xb0\x54\x96\x16\x3a\x9c\x2a\x39\xe5\x10\xa3\x50\x47\x8e\x7d\x69\xea\x2a\xec\x6a\x2c\x2d\x19\xa8\xc2\xee\xd7\x39\xa8\x20\x47\x1d\x90\x79\xe6\x93\xff\x03\x83\xe9\x15\x07\x9c\xfe\x42\x8f\x37\x4f\xaa\x73\x1d\xbf\x51\x7c\xe6\x90\xee\xd2\x27\xec\xc6\x05\xef\xa5\xe8\x12\x7f\xe8\x24\xd4\x50\xd3\x1a\xcd\xa8\x22\xe9\x80\x91\xeb\xfe\xae\x3d\xfe\x37\x00\x00\xff\xff\xd9\xce\xa4\x95\x2b\x01\x00\x00") - -func monitoring_reader_rolebindingYamlBytes() ([]byte, error) { - return bindataRead( - _monitoring_reader_rolebindingYaml, - "monitoring_reader_rolebinding.yaml", - ) -} - -func monitoring_reader_rolebindingYaml() (*asset, error) { - bytes, err := monitoring_reader_rolebindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "monitoring_reader_rolebinding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcb\x31\x0e\x42\x21\x0c\x06\xe0\x9d\x53\x34\xec\x68\x5c\x39\x84\xa3\x7b\x7d\xfc\x3e\x1b\xa1\x25\xa5\xcf\xf3\x1b\x27\x17\x0f\xf0\xbd\x44\x5b\xa5\x2b\x0f\xac\xc9\x1b\x12\x4f\xb9\xc1\x97\x98\x56\x7a\x5f\xd2\x40\x70\xe3\xe0\x9a\x88\x94\x07\x2a\xd9\x84\xae\xa7\x3c\xa2\x0c\x56\xde\xd1\xca\x31\x77\xe7\x86\x62\x13\xce\x61\x9e\x88\x3a\xdf\xd1\xd7\x17\xd1\x0f\x9c\xc4\xce\x5b\x3f\x56\xc0\xcb\x30\x95\x30\x17\xdd\x2b\xe5\xf0\x03\x39\x11\xb1\xaa\x05\x87\x98\xfe\xa3\x6a\x0d\x65\xa1\x63\x0b\xf3\x4a\x39\xa7\x4f\x00\x00\x00\xff\xff\x91\x84\xdf\xfb\xbc\x00\x00\x00") - -func namespaceYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceYaml, - "namespace.yaml", - ) -} - -func namespaceYaml() (*asset, error) { - bytes, err := namespaceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "namespace.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _prometheus_roleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\x8c\x31\x6e\xc3\x30\x0c\x45\x77\x9d\x82\xc8\x2e\x17\xdd\x02\x5d\xa0\x7b\x87\xee\x8c\xc4\xda\x84\x6d\x91\x20\x29\x17\xe8\xe9\x83\xc4\x9e\xf8\xde\x03\xf1\x51\xf9\x87\xcc\x59\x7a\x01\x7b\x60\x9d\x70\xc4\x22\xc6\xff\x18\x2c\x7d\x5a\xef\x3e\xb1\x7c\x1c\x9f\x69\xe5\xde\x0a\x7c\xcb\x46\x69\xa7\xc0\x86\x81\x25\x01\x74\xdc\xa9\x80\x9a\xec\x14\x0b\x0d\xcf\xeb\xdd\xaf\xec\x8a\x95\x0a\x88\x52\xf7\x85\x7f\x23\xef\xd8\x71\xa6\x96\x87\xce\x86\x8d\xb2\x28\x19\x86\x58\xb2\xb1\x91\x97\x94\x01\x95\xbf\x4c\x86\xfa\x6b\x3a\xc3\xed\x96\x00\x8c\x5c\x86\x55\xba\x9a\x93\x1d\x5c\xc9\xdf\x42\xbd\xa9\x70\x8f\xd3\x54\xda\x0b\x0e\xb2\xc7\xf5\x3c\x53\xbc\xef\xc6\x7e\xc2\x1f\x46\x5d\xd2\x33\x00\x00\xff\xff\xab\xd8\x23\x94\xf5\x00\x00\x00") - -func prometheus_roleYamlBytes() ([]byte, error) { - return bindataRead( - _prometheus_roleYaml, - "prometheus_role.yaml", - ) -} - -func prometheus_roleYaml() (*asset, error) { - bytes, err := prometheus_roleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "prometheus_role.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _prometheus_rolebindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\x31\x6e\x03\x31\x0c\x04\x7b\xbd\x42\x1f\xd0\x05\xe9\x0c\x75\xc9\x13\x1c\x20\x3d\x2d\xad\xef\x98\xf3\x91\x02\x49\xb9\xc8\xeb\x03\x03\x06\x52\xa5\x48\xbb\x58\xcc\xee\xd0\xe0\x4f\x98\xb3\x4a\xcd\x76\xa1\xb6\xd0\x8c\x4d\x8d\xbf\x29\x58\x65\xd9\x4f\xbe\xb0\xbe\xdc\x5f\xd3\xce\xd2\x6b\x3e\xeb\x0d\xef\x2c\x9d\x65\x4d\x07\x82\x3a\x05\xd5\x94\xb3\xd0\x81\x9a\x87\xe9\x81\xd8\x30\xbd\xec\x27\x7f\xc6\x3e\xa8\xa1\x66\x1d\x10\xdf\xf8\x1a\xe5\x20\xa1\x15\xbd\xcc\xb1\x1a\x75\x14\x1d\x30\x0a\xb5\x64\x7a\xc3\x19\xd7\x07\xef\x77\xed\x2f\xb8\xcf\xcb\x17\x5a\x78\x4d\xe5\xd9\xfe\x80\xdd\xb9\xe1\xad\x35\x9d\x12\xff\x3d\xa5\xc2\xa1\xf6\xf0\xfa\x09\x00\x00\xff\xff\xdf\x2c\x62\x3f\x13\x01\x00\x00") - -func prometheus_rolebindingYamlBytes() ([]byte, error) { - return bindataRead( - _prometheus_rolebindingYaml, - "prometheus_rolebinding.yaml", - ) -} - -func prometheus_rolebindingYaml() (*asset, error) { - bytes, err := prometheus_rolebindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "prometheus_rolebinding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _pullsecret_reader_roleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\x8c\xb1\x6a\xc5\x30\x0c\x45\x77\x7d\x85\x78\xbb\x53\xba\x15\xff\x40\xf7\x0e\xdd\xf5\x1c\x25\x11\x71\x2c\x23\xc9\x29\xf4\xeb\x4b\x5f\x32\xdd\xcb\x39\x70\xa8\xcb\x37\x9b\x8b\xb6\x8c\xf6\xa4\x32\xd1\x88\x4d\x4d\x7e\x29\x44\xdb\xb4\x7f\xf8\x24\xfa\x76\xbe\xc3\x2e\x6d\xce\xf8\xa5\x95\xe1\xe0\xa0\x99\x82\x32\x20\x36\x3a\x38\xe3\x31\x34\xf5\x51\xab\x73\x31\x8e\x64\x4c\x33\xdb\x6d\xbd\x53\xe1\x8c\xda\xb9\xf9\x26\x4b\xa4\xa2\x6d\x91\x15\x6c\x54\xf6\x0c\x09\xa9\xcb\xa7\xe9\xe8\xfe\xdf\x4b\xf8\x78\x00\xa2\xb1\xeb\xb0\xc2\x37\xbb\xba\x0e\x88\x27\xdb\xf3\x86\x2b\xc7\x6b\xab\xf8\x75\x7e\x28\xca\x06\x7f\x01\x00\x00\xff\xff\xb2\xe9\x84\x3f\xd2\x00\x00\x00") - -func pullsecret_reader_roleYamlBytes() ([]byte, error) { - return bindataRead( - _pullsecret_reader_roleYaml, - "pullsecret_reader_role.yaml", - ) -} - -func pullsecret_reader_roleYaml() (*asset, error) { - bytes, err := pullsecret_reader_roleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "pullsecret_reader_role.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _pullsecret_reader_rolebindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\x31\x6e\x03\x31\x0c\x04\x7b\xbd\x42\x1f\xd0\x05\xe9\x02\x75\xc9\x13\x1c\x20\x3d\x4d\xed\x9d\x19\xdf\x91\x02\x45\xb9\xc8\xeb\x83\x00\x06\x5c\x19\xa9\x77\x67\x76\xa9\xcb\x17\x7c\x88\x69\xcd\x7e\x26\x5e\x68\xc6\xc5\x5c\x7e\x28\xc4\x74\xb9\xbe\x8d\x45\xec\xe5\xf6\x9a\xae\xa2\xad\xe6\x93\xed\xf8\x10\x6d\xa2\x5b\x3a\x10\xd4\x28\xa8\xa6\x9c\x95\x0e\xd4\x7c\x4c\x2b\x7d\xee\xfb\x00\x3b\xa2\x38\xa8\xc1\xef\xe9\xe8\xc4\xa8\xd9\x3a\x74\x5c\x64\x8d\xc2\xa6\xab\x6c\xc9\x6d\xc7\x09\xeb\x9f\xe4\x31\xf1\x8f\x71\xcc\xf3\x37\x38\x46\x4d\xe5\x0e\x7d\xc2\x6f\xc2\x78\x67\xb6\xa9\xf1\xc0\x49\x69\x43\x2b\xb3\x6f\x4e\x0d\xc5\x3a\x9c\xc2\x9e\x7e\x7a\xda\xff\x0d\x00\x00\xff\xff\x43\xf5\x74\xa0\x27\x01\x00\x00") - -func pullsecret_reader_rolebindingYamlBytes() ([]byte, error) { - return bindataRead( - _pullsecret_reader_rolebindingYaml, - "pullsecret_reader_rolebinding.yaml", - ) -} - -func pullsecret_reader_rolebindingYaml() (*asset, error) { - bytes, err := pullsecret_reader_rolebindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "pullsecret_reader_rolebinding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _service_accountYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xca\xb1\x0d\x02\x31\x0c\x05\xd0\x3e\x53\x78\x81\x14\xb4\xe9\x98\x01\x89\xfe\x2b\xf9\x1c\x11\x8a\x6d\x39\xbe\x9b\x9f\x86\x96\xfe\xc1\xe7\x93\xb1\xa7\x69\x93\xeb\x56\x3e\x53\x47\x93\x07\xe3\x9a\x9d\xf7\xde\xed\xd4\x2c\x8b\x89\x81\x44\x2b\x22\x8a\xc5\x26\x0b\x8a\x83\xa3\x9e\x7e\x04\x06\xab\x39\x03\x69\xf1\x03\xdb\xd1\xd9\xc4\x9c\xba\xdf\xf3\x95\xf5\xaf\xff\x06\x00\x00\xff\xff\xfc\xc6\x66\xb9\x7f\x00\x00\x00") - -func service_accountYamlBytes() ([]byte, error) { - return bindataRead( - _service_accountYaml, - "service_account.yaml", - ) -} - -func service_accountYaml() (*asset, error) { - bytes, err := service_accountYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "service_account.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _trusted_ca_bundle_configmapYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcd\xbd\x12\xc2\x20\x10\xc4\xf1\x9e\xa7\xb8\x49\x4f\x1c\x5b\x5a\x6b\x5b\xfb\x0b\x6c\xe2\x69\x38\x18\x38\x7c\x7e\xc7\x8f\xd1\x7e\xff\xbf\xe5\x2a\x17\xb4\x2e\x45\x03\x3d\x8e\xee\x2e\x9a\x02\x9d\x8a\xae\xb2\x9d\xb9\xba\x0c\xe3\xc4\xc6\xc1\x11\x29\x67\xf4\xca\x11\x81\x4a\x85\xf6\xab\xac\xe6\x33\x2b\x6f\x48\x7e\xd4\xad\x71\x82\x2f\x15\x8d\xad\xb4\xef\x3e\x90\xb5\xd1\x0d\xc9\x47\xf6\xcb\xd0\xb4\xc3\x11\xed\xbc\x60\xef\x2f\x93\x28\xbe\xbf\xe6\x9f\x38\x4b\x39\x88\xde\x10\xcd\xff\xd3\x4f\x19\x68\xb2\x36\x30\xb9\x67\x00\x00\x00\xff\xff\x96\x4c\x4f\xe4\xb5\x00\x00\x00") - -func trusted_ca_bundle_configmapYamlBytes() ([]byte, error) { - return bindataRead( - _trusted_ca_bundle_configmapYaml, - "trusted_ca_bundle_configmap.yaml", - ) -} - -func trusted_ca_bundle_configmapYaml() (*asset, error) { - bytes, err := trusted_ca_bundle_configmapYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "trusted_ca_bundle_configmap.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "cluster_role.yaml": cluster_roleYaml, - "cluster_rolebinding.yaml": cluster_rolebindingYaml, - "config.yaml": configYaml, - "custom_resource_definition.yaml": custom_resource_definitionYaml, - "deployment.yaml": deploymentYaml, - "managed_upgrade_role.yaml": managed_upgrade_roleYaml, - "managed_upgrade_rolebinding.yaml": managed_upgrade_rolebindingYaml, - "monitoring_reader_role.yaml": monitoring_reader_roleYaml, - "monitoring_reader_rolebinding.yaml": monitoring_reader_rolebindingYaml, - "namespace.yaml": namespaceYaml, - "prometheus_role.yaml": prometheus_roleYaml, - "prometheus_rolebinding.yaml": prometheus_rolebindingYaml, - "pullsecret_reader_role.yaml": pullsecret_reader_roleYaml, - "pullsecret_reader_rolebinding.yaml": pullsecret_reader_rolebindingYaml, - "service_account.yaml": service_accountYaml, - "trusted_ca_bundle_configmap.yaml": trusted_ca_bundle_configmapYaml, -} - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// data/ -// foo.txt -// img/ -// a.png -// b.png -// then AssetDir("data") would return []string{"foo.txt", "img"} -// AssetDir("data/img") would return []string{"a.png", "b.png"} -// AssetDir("foo.txt") and AssetDir("notexist") would return an error -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - cannonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(cannonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "cluster_role.yaml": {cluster_roleYaml, map[string]*bintree{}}, - "cluster_rolebinding.yaml": {cluster_rolebindingYaml, map[string]*bintree{}}, - "config.yaml": {configYaml, map[string]*bintree{}}, - "custom_resource_definition.yaml": {custom_resource_definitionYaml, map[string]*bintree{}}, - "deployment.yaml": {deploymentYaml, map[string]*bintree{}}, - "managed_upgrade_role.yaml": {managed_upgrade_roleYaml, map[string]*bintree{}}, - "managed_upgrade_rolebinding.yaml": {managed_upgrade_rolebindingYaml, map[string]*bintree{}}, - "monitoring_reader_role.yaml": {monitoring_reader_roleYaml, map[string]*bintree{}}, - "monitoring_reader_rolebinding.yaml": {monitoring_reader_rolebindingYaml, map[string]*bintree{}}, - "namespace.yaml": {namespaceYaml, map[string]*bintree{}}, - "prometheus_role.yaml": {prometheus_roleYaml, map[string]*bintree{}}, - "prometheus_rolebinding.yaml": {prometheus_rolebindingYaml, map[string]*bintree{}}, - "pullsecret_reader_role.yaml": {pullsecret_reader_roleYaml, map[string]*bintree{}}, - "pullsecret_reader_rolebinding.yaml": {pullsecret_reader_rolebindingYaml, map[string]*bintree{}}, - "service_account.yaml": {service_accountYaml, map[string]*bintree{}}, - "trusted_ca_bundle_configmap.yaml": {trusted_ca_bundle_configmapYaml, map[string]*bintree{}}, -}} - -// RestoreAsset restores an asset under the given directory -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) - if err != nil { - return err - } - return nil -} - -// RestoreAssets restores an asset under the given directory recursively -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - cannonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) -} diff --git a/pkg/operator/controllers/muo/deploy.go b/pkg/operator/controllers/muo/deploy.go deleted file mode 100644 index 0aa0643b9..000000000 --- a/pkg/operator/controllers/muo/deploy.go +++ /dev/null @@ -1,174 +0,0 @@ -package muo - -// Copyright (c) Microsoft Corporation. -// Licensed under the Apache License 2.0. - -import ( - "context" - "errors" - "strings" - - "github.com/ghodss/yaml" - "github.com/ugorji/go/codec" - appsv1 "k8s.io/api/apps/v1" - corev1 "k8s.io/api/core/v1" - kruntime "k8s.io/apimachinery/pkg/runtime" - "k8s.io/client-go/kubernetes" - "k8s.io/client-go/kubernetes/scheme" - - "github.com/Azure/ARO-RP/pkg/api" - arov1alpha1 "github.com/Azure/ARO-RP/pkg/operator/apis/aro.openshift.io/v1alpha1" - "github.com/Azure/ARO-RP/pkg/operator/controllers/muo/config" - "github.com/Azure/ARO-RP/pkg/util/dynamichelper" - "github.com/Azure/ARO-RP/pkg/util/ready" -) - -type muoConfig struct { - api.MissingFields - ConfigManager struct { - api.MissingFields - Source string `json:"source,omitempty"` - OcmBaseUrl string `json:"ocmBaseUrl,omitempty"` - LocalConfigName string `json:"localConfigName,omitempty"` - } `json:"configManager,omitempty"` -} - -type Deployer interface { - CreateOrUpdate(context.Context, *arov1alpha1.Cluster, *config.MUODeploymentConfig) error - Remove(context.Context) error - IsReady(ctx context.Context) (bool, error) - Resources(*config.MUODeploymentConfig) ([]kruntime.Object, error) -} - -type deployer struct { - kubernetescli kubernetes.Interface - dh dynamichelper.Interface - - jsonHandle *codec.JsonHandle -} - -func newDeployer(kubernetescli kubernetes.Interface, dh dynamichelper.Interface) Deployer { - return &deployer{ - kubernetescli: kubernetescli, - dh: dh, - - jsonHandle: new(codec.JsonHandle), - } -} - -func (o *deployer) Resources(config *config.MUODeploymentConfig) ([]kruntime.Object, error) { - results := []kruntime.Object{} - for _, assetName := range AssetNames() { - b, err := Asset(assetName) - if err != nil { - return nil, err - } - - obj, _, err := scheme.Codecs.UniversalDeserializer().Decode(b, nil, nil) - if err != nil { - return nil, err - } - - // set the image for the deployments - if d, ok := obj.(*appsv1.Deployment); ok { - for i := range d.Spec.Template.Spec.Containers { - d.Spec.Template.Spec.Containers[i].Image = config.Pullspec - } - } - - if cm, ok := obj.(*corev1.ConfigMap); ok { - if cm.Name == "managed-upgrade-operator-config" && cm.Namespace == "openshift-managed-upgrade-operator" { - // read the config.yaml from the MUO ConfigMap which stores defaults - configDataJSON, err := yaml.YAMLToJSON([]byte(cm.Data["config.yaml"])) - if err != nil { - return nil, err - } - - var configData muoConfig - err = codec.NewDecoderBytes(configDataJSON, o.jsonHandle).Decode(&configData) - if err != nil { - return nil, err - } - - if config.EnableConnected { - configData.ConfigManager.Source = "OCM" - configData.ConfigManager.OcmBaseUrl = config.OCMBaseURL - configData.ConfigManager.LocalConfigName = "" - } else { - configData.ConfigManager.Source = "LOCAL" - configData.ConfigManager.LocalConfigName = "managed-upgrade-config" - configData.ConfigManager.OcmBaseUrl = "" - } - - // Write the yaml back into the ConfigMap - var b []byte - err = codec.NewEncoderBytes(&b, o.jsonHandle).Encode(configData) - if err != nil { - return nil, err - } - - cmYaml, err := yaml.JSONToYAML(b) - if err != nil { - return nil, err - } - cm.Data["config.yaml"] = string(cmYaml) - } - } - - results = append(results, obj) - } - - return results, nil -} - -func (o *deployer) CreateOrUpdate(ctx context.Context, cluster *arov1alpha1.Cluster, config *config.MUODeploymentConfig) error { - resources, err := o.Resources(config) - if err != nil { - return err - } - - err = dynamichelper.SetControllerReferences(resources, cluster) - if err != nil { - return err - } - - err = dynamichelper.Prepare(resources) - if err != nil { - return err - } - - return o.dh.Ensure(ctx, resources...) -} - -func (o *deployer) Remove(ctx context.Context) error { - resources, err := o.Resources(&config.MUODeploymentConfig{}) - if err != nil { - return err - } - - var errs []error - for _, obj := range resources { - // delete any deployments we have - if d, ok := obj.(*appsv1.Deployment); ok { - err := o.dh.EnsureDeleted(ctx, "Deployment", d.Namespace, d.Name) - // Don't error out because then we might delete some resources and not others - if err != nil { - errs = append(errs, err) - } - } - } - - if len(errs) != 0 { - errContent := []string{"error removing MUO:"} - for _, err := range errs { - errContent = append(errContent, err.Error()) - } - return errors.New(strings.Join(errContent, "\n")) - } - - return nil -} - -func (o *deployer) IsReady(ctx context.Context) (bool, error) { - return ready.CheckDeploymentIsReady(ctx, o.kubernetescli.AppsV1().Deployments("openshift-managed-upgrade-operator"), "managed-upgrade-operator")() -} diff --git a/pkg/operator/controllers/muo/deploy_test.go b/pkg/operator/controllers/muo/deploy_test.go deleted file mode 100644 index ef6916ca3..000000000 --- a/pkg/operator/controllers/muo/deploy_test.go +++ /dev/null @@ -1,350 +0,0 @@ -package muo - -// Copyright (c) Microsoft Corporation. -// Licensed under the Apache License 2.0. - -import ( - "context" - "errors" - "strings" - "testing" - - "github.com/go-test/deep" - "github.com/golang/mock/gomock" - appsv1 "k8s.io/api/apps/v1" - corev1 "k8s.io/api/core/v1" - "k8s.io/apimachinery/pkg/api/meta" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - kruntime "k8s.io/apimachinery/pkg/runtime" - "k8s.io/client-go/kubernetes/fake" - - arov1alpha1 "github.com/Azure/ARO-RP/pkg/operator/apis/aro.openshift.io/v1alpha1" - "github.com/Azure/ARO-RP/pkg/operator/controllers/muo/config" - mock_dynamichelper "github.com/Azure/ARO-RP/pkg/util/mocks/dynamichelper" -) - -func TestDeployCreateOrUpdateCorrectKinds(t *testing.T) { - controller := gomock.NewController(t) - defer controller.Finish() - - setPullSpec := "MyMUOPullSpec" - cluster := &arov1alpha1.Cluster{ - ObjectMeta: metav1.ObjectMeta{ - Name: arov1alpha1.SingletonClusterName, - }, - } - - k8scli := fake.NewSimpleClientset() - dh := mock_dynamichelper.NewMockInterface(controller) - - // When the DynamicHelper is called, count the number of objects it creates - // and capture any deployments so that we can check the pullspec - var deployments []*appsv1.Deployment - deployedObjects := make(map[string]int) - check := func(ctx context.Context, objs ...kruntime.Object) error { - m := meta.NewAccessor() - for _, i := range objs { - kind, err := m.Kind(i) - if err != nil { - return err - } - if d, ok := i.(*appsv1.Deployment); ok { - deployments = append(deployments, d) - } - deployedObjects[kind] = deployedObjects[kind] + 1 - } - return nil - } - dh.EXPECT().Ensure(gomock.Any(), gomock.Any()).Do(check).Return(nil) - - deployer := newDeployer(k8scli, dh) - err := deployer.CreateOrUpdate(context.Background(), cluster, &config.MUODeploymentConfig{Pullspec: setPullSpec}) - if err != nil { - t.Error(err) - } - - // We expect these numbers of resources to be created - expectedKinds := map[string]int{ - "ClusterRole": 1, - "ConfigMap": 2, - "ClusterRoleBinding": 1, - "CustomResourceDefinition": 1, - "Deployment": 1, - "Namespace": 1, - "Role": 4, - "RoleBinding": 4, - "ServiceAccount": 1, - } - errs := deep.Equal(deployedObjects, expectedKinds) - for _, e := range errs { - t.Error(e) - } - - // Ensure we have set the pullspec set on the containers - for _, d := range deployments { - for _, c := range d.Spec.Template.Spec.Containers { - if c.Image != setPullSpec { - t.Errorf("expected %s, got %s for pullspec", setPullSpec, c.Image) - } - } - } -} - -func TestDeployCreateOrUpdateSetsOwnerReferences(t *testing.T) { - controller := gomock.NewController(t) - defer controller.Finish() - - setPullSpec := "MyMUOPullSpec" - cluster := &arov1alpha1.Cluster{ - ObjectMeta: metav1.ObjectMeta{ - Name: arov1alpha1.SingletonClusterName, - }, - } - - k8scli := fake.NewSimpleClientset() - dh := mock_dynamichelper.NewMockInterface(controller) - - // the OwnerReference that we expect to be set on each object we Ensure - pointerToTrueForSomeReason := bool(true) - expectedOwner := metav1.OwnerReference{ - APIVersion: "aro.openshift.io/v1alpha1", - Kind: "Cluster", - Name: arov1alpha1.SingletonClusterName, - UID: cluster.UID, - BlockOwnerDeletion: &pointerToTrueForSomeReason, - Controller: &pointerToTrueForSomeReason, - } - - // save the list of OwnerReferences on each of the Ensured objects - var ownerReferences [][]metav1.OwnerReference - check := func(ctx context.Context, objs ...kruntime.Object) error { - for _, i := range objs { - obj, err := meta.Accessor(i) - if err != nil { - return err - } - ownerReferences = append(ownerReferences, obj.GetOwnerReferences()) - } - return nil - } - dh.EXPECT().Ensure(gomock.Any(), gomock.Any()).Do(check).Return(nil) - - deployer := newDeployer(k8scli, dh) - err := deployer.CreateOrUpdate(context.Background(), cluster, &config.MUODeploymentConfig{Pullspec: setPullSpec}) - if err != nil { - t.Error(err) - } - - // Check that each list of OwnerReferences contains our controller - for _, references := range ownerReferences { - errs := deep.Equal([]metav1.OwnerReference{expectedOwner}, references) - for _, e := range errs { - t.Error(e) - } - } -} - -func TestDeployDelete(t *testing.T) { - controller := gomock.NewController(t) - defer controller.Finish() - - k8scli := fake.NewSimpleClientset() - dh := mock_dynamichelper.NewMockInterface(controller) - dh.EXPECT().EnsureDeleted(gomock.Any(), "Deployment", "openshift-managed-upgrade-operator", "managed-upgrade-operator").Return(nil) - - deployer := newDeployer(k8scli, dh) - err := deployer.Remove(context.Background()) - if err != nil { - t.Error(err) - } -} - -func TestDeployDeleteFailure(t *testing.T) { - controller := gomock.NewController(t) - defer controller.Finish() - - k8scli := fake.NewSimpleClientset() - dh := mock_dynamichelper.NewMockInterface(controller) - dh.EXPECT().EnsureDeleted(gomock.Any(), "Deployment", "openshift-managed-upgrade-operator", "managed-upgrade-operator").Return(errors.New("fail")) - - deployer := newDeployer(k8scli, dh) - err := deployer.Remove(context.Background()) - if err == nil { - t.Error(err) - } - if err.Error() != "error removing MUO:\nfail" { - t.Error(err) - } -} - -func TestDeployIsReady(t *testing.T) { - specReplicas := int32(1) - k8scli := fake.NewSimpleClientset(&appsv1.Deployment{ - ObjectMeta: metav1.ObjectMeta{ - Name: "managed-upgrade-operator", - Namespace: "openshift-managed-upgrade-operator", - Generation: 1234, - }, - Spec: appsv1.DeploymentSpec{ - Replicas: &specReplicas, - }, - Status: appsv1.DeploymentStatus{ - ObservedGeneration: 1234, - Replicas: 1, - ReadyReplicas: 1, - UpdatedReplicas: 1, - AvailableReplicas: 1, - UnavailableReplicas: 0, - }, - }) - - deployer := newDeployer(k8scli, nil) - ready, err := deployer.IsReady(context.Background()) - if err != nil { - t.Error(err) - } - if !ready { - t.Error("deployment is not seen as ready") - } -} - -func TestDeployIsReadyMissing(t *testing.T) { - k8scli := fake.NewSimpleClientset() - deployer := newDeployer(k8scli, nil) - ready, err := deployer.IsReady(context.Background()) - if err != nil { - t.Error(err) - } - if ready { - t.Error("deployment is wrongly seen as ready") - } -} - -func TestDeployConfig(t *testing.T) { - controller := gomock.NewController(t) - defer controller.Finish() - - cluster := &arov1alpha1.Cluster{ - ObjectMeta: metav1.ObjectMeta{ - Name: arov1alpha1.SingletonClusterName, - }, - } - - tests := []struct { - name string - deploymentConfig *config.MUODeploymentConfig - expected []string - }{ - { - name: "local", - deploymentConfig: &config.MUODeploymentConfig{EnableConnected: false}, - expected: []string{ - "configManager:", - " localConfigName: managed-upgrade-config", - " source: LOCAL", - " watchInterval: 1", - "healthCheck:", - " ignoredCriticals:", - " - PrometheusRuleFailures", - " - CannotRetrieveUpdates", - " - FluentdNodeDown", - " ignoredNamespaces:", - " - openshift-logging", - " - openshift-redhat-marketplace", - " - openshift-operators", - " - openshift-user-workload-monitoring", - " - openshift-pipelines", - " - openshift-azure-logging", - "maintenance:", - " controlPlaneTime: 90", - " ignoredAlerts:", - " controlPlaneCriticals:", - " - ClusterOperatorDown", - " - ClusterOperatorDegraded", - "nodeDrain:", - " expectedNodeDrainTime: 8", - " timeOut: 45", - "scale:", - " timeOut: 30", - "upgradeWindow:", - " delayTrigger: 30", - " timeOut: 120", - "", - }, - }, - { - name: "connected", - deploymentConfig: &config.MUODeploymentConfig{EnableConnected: true, OCMBaseURL: "https://example.com"}, - expected: []string{ - "configManager:", - " ocmBaseUrl: https://example.com", - " source: OCM", - " watchInterval: 1", - "healthCheck:", - " ignoredCriticals:", - " - PrometheusRuleFailures", - " - CannotRetrieveUpdates", - " - FluentdNodeDown", - " ignoredNamespaces:", - " - openshift-logging", - " - openshift-redhat-marketplace", - " - openshift-operators", - " - openshift-user-workload-monitoring", - " - openshift-pipelines", - " - openshift-azure-logging", - "maintenance:", - " controlPlaneTime: 90", - " ignoredAlerts:", - " controlPlaneCriticals:", - " - ClusterOperatorDown", - " - ClusterOperatorDegraded", - "nodeDrain:", - " expectedNodeDrainTime: 8", - " timeOut: 45", - "scale:", - " timeOut: 30", - "upgradeWindow:", - " delayTrigger: 30", - " timeOut: 120", - "", - }, - }, - } - for _, tt := range tests { - k8scli := fake.NewSimpleClientset() - dh := mock_dynamichelper.NewMockInterface(controller) - - // When the DynamicHelper is called, capture configmaps to inspect them - var configs []*corev1.ConfigMap - check := func(ctx context.Context, objs ...kruntime.Object) error { - for _, i := range objs { - if cm, ok := i.(*corev1.ConfigMap); ok { - configs = append(configs, cm) - } - } - return nil - } - dh.EXPECT().Ensure(gomock.Any(), gomock.Any()).Do(check).Return(nil) - - deployer := newDeployer(k8scli, dh) - err := deployer.CreateOrUpdate(context.Background(), cluster, tt.deploymentConfig) - if err != nil { - t.Error(err) - } - - foundConfig := false - for _, cms := range configs { - if cms.Name == "managed-upgrade-operator-config" && cms.Namespace == "openshift-managed-upgrade-operator" { - foundConfig = true - errs := deep.Equal(tt.expected, strings.Split(cms.Data["config.yaml"], "\n")) - for _, e := range errs { - t.Error(e) - } - } - } - - if !foundConfig { - t.Error("MUO config was not found") - } - } -} diff --git a/pkg/operator/controllers/muo/generate.go b/pkg/operator/controllers/muo/generate.go deleted file mode 100644 index 2d682e94c..000000000 --- a/pkg/operator/controllers/muo/generate.go +++ /dev/null @@ -1,12 +0,0 @@ -package muo - -// Copyright (c) Microsoft Corporation. -// Licensed under the Apache License 2.0. - -// bindata for the above yaml files -//go:generate go run ../../../../vendor/github.com/go-bindata/go-bindata/go-bindata -nometadata -pkg muo -prefix staticresources/ -o bindata.go staticresources/... -//go:generate gofmt -s -l -w bindata.go - -//go:generate rm -rf ../../mocks/$GOPACKAGE -//go:generate go run ../../../../vendor/github.com/golang/mock/mockgen -destination=../../mocks/$GOPACKAGE/$GOPACKAGE.go github.com/Azure/ARO-RP/pkg/operator/controllers/$GOPACKAGE Deployer -//go:generate go run ../../../../vendor/golang.org/x/tools/cmd/goimports -local=github.com/Azure/ARO-RP -e -w ../../mocks/$GOPACKAGE/$GOPACKAGE.go diff --git a/pkg/operator/controllers/muo/muo_controller.go b/pkg/operator/controllers/muo/muo_controller.go index 9cef6d5a0..d71fe31cb 100644 --- a/pkg/operator/controllers/muo/muo_controller.go +++ b/pkg/operator/controllers/muo/muo_controller.go @@ -5,6 +5,7 @@ package muo import ( "context" + "embed" "fmt" "strings" "time" @@ -23,6 +24,7 @@ import ( arov1alpha1 "github.com/Azure/ARO-RP/pkg/operator/apis/aro.openshift.io/v1alpha1" aroclient "github.com/Azure/ARO-RP/pkg/operator/clientset/versioned" "github.com/Azure/ARO-RP/pkg/operator/controllers/muo/config" + "github.com/Azure/ARO-RP/pkg/util/deployer" "github.com/Azure/ARO-RP/pkg/util/dynamichelper" "github.com/Azure/ARO-RP/pkg/util/pullsecret" "github.com/Azure/ARO-RP/pkg/util/version" @@ -34,13 +36,16 @@ const ( controllerEnabled = "rh.srep.muo.enabled" controllerManaged = "rh.srep.muo.managed" controllerPullSpec = "rh.srep.muo.deploy.pullspec" - controllerAllowOCM = "rh.srep.muo.deploy.allowOCM" + controllerForceLocalOnly = "rh.srep.muo.deploy.forceLocalOnly" controllerOcmBaseURL = "rh.srep.muo.deploy.ocmBaseUrl" controllerOcmBaseURLDefaultValue = "https://api.openshift.com" pullSecretOCMKey = "cloud.openshift.com" ) +//go:embed staticresources +var staticFiles embed.FS + var pullSecretName = types.NamespacedName{Name: "pull-secret", Namespace: "openshift-config"} type MUODeploymentConfig struct { @@ -52,7 +57,7 @@ type MUODeploymentConfig struct { type Reconciler struct { arocli aroclient.Interface kubernetescli kubernetes.Interface - deployer Deployer + deployer deployer.Deployer readinessPollTime time.Duration readinessTimeout time.Duration @@ -62,7 +67,7 @@ func NewReconciler(arocli aroclient.Interface, kubernetescli kubernetes.Interfac return &Reconciler{ arocli: arocli, kubernetescli: kubernetescli, - deployer: newDeployer(kubernetescli, dh), + deployer: deployer.NewDeployer(kubernetescli, dh, staticFiles, "staticresources"), readinessPollTime: 10 * time.Second, readinessTimeout: 5 * time.Minute, @@ -96,8 +101,8 @@ func (r *Reconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl. Pullspec: pullSpec, } - allowOCM := instance.Spec.OperatorFlags.GetSimpleBoolean(controllerAllowOCM) - if allowOCM { + disableOCM := instance.Spec.OperatorFlags.GetSimpleBoolean(controllerForceLocalOnly) + if !disableOCM { useOCM := func() bool { var userSecret *corev1.Secret @@ -138,13 +143,13 @@ func (r *Reconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl. defer cancel() err := wait.PollImmediateUntil(r.readinessPollTime, func() (bool, error) { - return r.deployer.IsReady(ctx) + return r.deployer.IsReady(ctx, "openshift-managed-upgrade-operator", "managed-upgrade-operator") }, timeoutCtx.Done()) if err != nil { return reconcile.Result{}, fmt.Errorf("managed Upgrade Operator deployment timed out on Ready: %w", err) } } else if strings.EqualFold(managed, "false") { - err := r.deployer.Remove(ctx) + err := r.deployer.Remove(ctx, config.MUODeploymentConfig{}) if err != nil { return reconcile.Result{}, err } @@ -162,7 +167,7 @@ func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error { builder := ctrl.NewControllerManagedBy(mgr). For(&arov1alpha1.Cluster{}, builder.WithPredicates(aroClusterPredicate)) - resources, err := r.deployer.Resources(&config.MUODeploymentConfig{}) + resources, err := r.deployer.Template(&config.MUODeploymentConfig{}, staticFiles) if err != nil { return err } diff --git a/pkg/operator/controllers/muo/muo_controller_test.go b/pkg/operator/controllers/muo/muo_controller_test.go index e88119496..fd43ecb96 100644 --- a/pkg/operator/controllers/muo/muo_controller_test.go +++ b/pkg/operator/controllers/muo/muo_controller_test.go @@ -18,13 +18,13 @@ import ( arov1alpha1 "github.com/Azure/ARO-RP/pkg/operator/apis/aro.openshift.io/v1alpha1" arofake "github.com/Azure/ARO-RP/pkg/operator/clientset/versioned/fake" "github.com/Azure/ARO-RP/pkg/operator/controllers/muo/config" - mock_muo "github.com/Azure/ARO-RP/pkg/operator/mocks/muo" + mock_deployer "github.com/Azure/ARO-RP/pkg/util/mocks/deployer" ) func TestMUOReconciler(t *testing.T) { tests := []struct { name string - mocks func(*mock_muo.MockDeployer, *arov1alpha1.Cluster) + mocks func(*mock_deployer.MockDeployer, *arov1alpha1.Cluster) flags arov1alpha1.OperatorFlags // connected MUO -- cluster pullsecret pullsecret string @@ -46,12 +46,13 @@ func TestMUOReconciler(t *testing.T) { controllerManaged: "true", controllerPullSpec: "wonderfulPullspec", }, - mocks: func(md *mock_muo.MockDeployer, cluster *arov1alpha1.Cluster) { + mocks: func(md *mock_deployer.MockDeployer, cluster *arov1alpha1.Cluster) { expectedConfig := &config.MUODeploymentConfig{ - Pullspec: "wonderfulPullspec", + Pullspec: "wonderfulPullspec", + EnableConnected: false, } md.EXPECT().CreateOrUpdate(gomock.Any(), cluster, expectedConfig).Return(nil) - md.EXPECT().IsReady(gomock.Any()).Return(true, nil) + md.EXPECT().IsReady(gomock.Any(), gomock.Any(), gomock.Any()).Return(true, nil) }, }, { @@ -60,104 +61,123 @@ func TestMUOReconciler(t *testing.T) { controllerEnabled: "true", controllerManaged: "true", }, - mocks: func(md *mock_muo.MockDeployer, cluster *arov1alpha1.Cluster) { + mocks: func(md *mock_deployer.MockDeployer, cluster *arov1alpha1.Cluster) { expectedConfig := &config.MUODeploymentConfig{ - Pullspec: "acrtest.example.com/managed-upgrade-operator:aro-b1", + Pullspec: "acrtest.example.com/managed-upgrade-operator:aro-b4", + EnableConnected: false, } md.EXPECT().CreateOrUpdate(gomock.Any(), cluster, expectedConfig).Return(nil) - md.EXPECT().IsReady(gomock.Any()).Return(true, nil) + md.EXPECT().IsReady(gomock.Any(), gomock.Any(), gomock.Any()).Return(true, nil) }, }, { name: "managed, OCM allowed but pull secret entirely missing", flags: arov1alpha1.OperatorFlags{ - controllerEnabled: "true", - controllerManaged: "true", - controllerAllowOCM: "true", - controllerPullSpec: "wonderfulPullspec", + controllerEnabled: "true", + controllerManaged: "true", + controllerForceLocalOnly: "false", + controllerPullSpec: "wonderfulPullspec", }, - mocks: func(md *mock_muo.MockDeployer, cluster *arov1alpha1.Cluster) { + mocks: func(md *mock_deployer.MockDeployer, cluster *arov1alpha1.Cluster) { expectedConfig := &config.MUODeploymentConfig{ Pullspec: "wonderfulPullspec", EnableConnected: false, } md.EXPECT().CreateOrUpdate(gomock.Any(), cluster, expectedConfig).Return(nil) - md.EXPECT().IsReady(gomock.Any()).Return(true, nil) + md.EXPECT().IsReady(gomock.Any(), gomock.Any(), gomock.Any()).Return(true, nil) }, }, { name: "managed, OCM allowed but empty pullsecret", flags: arov1alpha1.OperatorFlags{ - controllerEnabled: "true", - controllerManaged: "true", - controllerAllowOCM: "true", - controllerPullSpec: "wonderfulPullspec", + controllerEnabled: "true", + controllerManaged: "true", + controllerForceLocalOnly: "false", + controllerPullSpec: "wonderfulPullspec", }, pullsecret: "{\"auths\": {}}", - mocks: func(md *mock_muo.MockDeployer, cluster *arov1alpha1.Cluster) { + mocks: func(md *mock_deployer.MockDeployer, cluster *arov1alpha1.Cluster) { expectedConfig := &config.MUODeploymentConfig{ Pullspec: "wonderfulPullspec", EnableConnected: false, } md.EXPECT().CreateOrUpdate(gomock.Any(), cluster, expectedConfig).Return(nil) - md.EXPECT().IsReady(gomock.Any()).Return(true, nil) + md.EXPECT().IsReady(gomock.Any(), gomock.Any(), gomock.Any()).Return(true, nil) }, }, { name: "managed, OCM allowed but mangled pullsecret", flags: arov1alpha1.OperatorFlags{ - controllerEnabled: "true", - controllerManaged: "true", - controllerAllowOCM: "true", - controllerPullSpec: "wonderfulPullspec", + controllerEnabled: "true", + controllerManaged: "true", + controllerForceLocalOnly: "false", + controllerPullSpec: "wonderfulPullspec", }, pullsecret: "i'm a little json, short and stout", - mocks: func(md *mock_muo.MockDeployer, cluster *arov1alpha1.Cluster) { + mocks: func(md *mock_deployer.MockDeployer, cluster *arov1alpha1.Cluster) { expectedConfig := &config.MUODeploymentConfig{ Pullspec: "wonderfulPullspec", EnableConnected: false, } md.EXPECT().CreateOrUpdate(gomock.Any(), cluster, expectedConfig).Return(nil) - md.EXPECT().IsReady(gomock.Any()).Return(true, nil) + md.EXPECT().IsReady(gomock.Any(), gomock.Any(), gomock.Any()).Return(true, nil) }, }, { name: "managed, OCM connected mode", flags: arov1alpha1.OperatorFlags{ - controllerEnabled: "true", - controllerManaged: "true", - controllerAllowOCM: "true", - controllerPullSpec: "wonderfulPullspec", + controllerEnabled: "true", + controllerManaged: "true", + controllerForceLocalOnly: "false", + controllerPullSpec: "wonderfulPullspec", }, pullsecret: "{\"auths\": {\"" + pullSecretOCMKey + "\": {\"auth\": \"secret value\"}}}", - mocks: func(md *mock_muo.MockDeployer, cluster *arov1alpha1.Cluster) { + mocks: func(md *mock_deployer.MockDeployer, cluster *arov1alpha1.Cluster) { expectedConfig := &config.MUODeploymentConfig{ Pullspec: "wonderfulPullspec", EnableConnected: true, OCMBaseURL: "https://api.openshift.com", } md.EXPECT().CreateOrUpdate(gomock.Any(), cluster, expectedConfig).Return(nil) - md.EXPECT().IsReady(gomock.Any()).Return(true, nil) + md.EXPECT().IsReady(gomock.Any(), gomock.Any(), gomock.Any()).Return(true, nil) }, }, { name: "managed, OCM connected mode, custom OCM URL", flags: arov1alpha1.OperatorFlags{ - controllerEnabled: "true", - controllerManaged: "true", - controllerAllowOCM: "true", - controllerOcmBaseURL: "https://example.com", - controllerPullSpec: "wonderfulPullspec", + controllerEnabled: "true", + controllerManaged: "true", + controllerForceLocalOnly: "false", + controllerOcmBaseURL: "https://example.com", + controllerPullSpec: "wonderfulPullspec", }, pullsecret: "{\"auths\": {\"" + pullSecretOCMKey + "\": {\"auth\": \"secret value\"}}}", - mocks: func(md *mock_muo.MockDeployer, cluster *arov1alpha1.Cluster) { + mocks: func(md *mock_deployer.MockDeployer, cluster *arov1alpha1.Cluster) { expectedConfig := &config.MUODeploymentConfig{ Pullspec: "wonderfulPullspec", EnableConnected: true, OCMBaseURL: "https://example.com", } md.EXPECT().CreateOrUpdate(gomock.Any(), cluster, expectedConfig).Return(nil) - md.EXPECT().IsReady(gomock.Any()).Return(true, nil) + md.EXPECT().IsReady(gomock.Any(), gomock.Any(), gomock.Any()).Return(true, nil) + }, + }, + { + name: "managed, pull secret exists, OCM disabled", + flags: arov1alpha1.OperatorFlags{ + controllerEnabled: "true", + controllerManaged: "true", + controllerForceLocalOnly: "true", + controllerPullSpec: "wonderfulPullspec", + }, + pullsecret: "{\"auths\": {\"" + pullSecretOCMKey + "\": {\"auth\": \"secret value\"}}}", + mocks: func(md *mock_deployer.MockDeployer, cluster *arov1alpha1.Cluster) { + expectedConfig := &config.MUODeploymentConfig{ + Pullspec: "wonderfulPullspec", + EnableConnected: false, + } + md.EXPECT().CreateOrUpdate(gomock.Any(), cluster, expectedConfig).Return(nil) + md.EXPECT().IsReady(gomock.Any(), gomock.Any(), gomock.Any()).Return(true, nil) }, }, { @@ -167,12 +187,13 @@ func TestMUOReconciler(t *testing.T) { controllerManaged: "true", controllerPullSpec: "wonderfulPullspec", }, - mocks: func(md *mock_muo.MockDeployer, cluster *arov1alpha1.Cluster) { + mocks: func(md *mock_deployer.MockDeployer, cluster *arov1alpha1.Cluster) { expectedConfig := &config.MUODeploymentConfig{ - Pullspec: "wonderfulPullspec", + Pullspec: "wonderfulPullspec", + EnableConnected: false, } md.EXPECT().CreateOrUpdate(gomock.Any(), cluster, expectedConfig).Return(nil) - md.EXPECT().IsReady(gomock.Any()).Return(false, nil) + md.EXPECT().IsReady(gomock.Any(), gomock.Any(), gomock.Any()).Return(false, nil) }, wantErr: "managed Upgrade Operator deployment timed out on Ready: timed out waiting for the condition", }, @@ -183,7 +204,7 @@ func TestMUOReconciler(t *testing.T) { controllerManaged: "true", controllerPullSpec: "wonderfulPullspec", }, - mocks: func(md *mock_muo.MockDeployer, cluster *arov1alpha1.Cluster) { + mocks: func(md *mock_deployer.MockDeployer, cluster *arov1alpha1.Cluster) { md.EXPECT().CreateOrUpdate(gomock.Any(), cluster, gomock.AssignableToTypeOf(&config.MUODeploymentConfig{})).Return(errors.New("failed ensure")) }, wantErr: "failed ensure", @@ -195,8 +216,8 @@ func TestMUOReconciler(t *testing.T) { controllerManaged: "false", controllerPullSpec: "wonderfulPullspec", }, - mocks: func(md *mock_muo.MockDeployer, cluster *arov1alpha1.Cluster) { - md.EXPECT().Remove(gomock.Any()).Return(nil) + mocks: func(md *mock_deployer.MockDeployer, cluster *arov1alpha1.Cluster) { + md.EXPECT().Remove(gomock.Any(), gomock.Any()).Return(nil) }, }, { @@ -206,8 +227,8 @@ func TestMUOReconciler(t *testing.T) { controllerManaged: "false", controllerPullSpec: "wonderfulPullspec", }, - mocks: func(md *mock_muo.MockDeployer, cluster *arov1alpha1.Cluster) { - md.EXPECT().Remove(gomock.Any()).Return(errors.New("failed delete")) + mocks: func(md *mock_deployer.MockDeployer, cluster *arov1alpha1.Cluster) { + md.EXPECT().Remove(gomock.Any(), gomock.Any()).Return(errors.New("failed delete")) }, wantErr: "failed delete", }, @@ -236,7 +257,7 @@ func TestMUOReconciler(t *testing.T) { } arocli := arofake.NewSimpleClientset(cluster) kubecli := fake.NewSimpleClientset() - deployer := mock_muo.NewMockDeployer(controller) + deployer := mock_deployer.NewMockDeployer(controller) if tt.pullsecret != "" { _, err := kubecli.CoreV1().Secrets(pullSecretName.Namespace).Create(context.Background(), diff --git a/pkg/operator/controllers/muo/staticresources/config.yaml b/pkg/operator/controllers/muo/staticresources/config.yaml index 3a95b6280..5b08f2032 100644 --- a/pkg/operator/controllers/muo/staticresources/config.yaml +++ b/pkg/operator/controllers/muo/staticresources/config.yaml @@ -2,12 +2,13 @@ apiVersion: v1 kind: ConfigMap metadata: name: managed-upgrade-operator-config - namespace: openshift-managed-upgrade-operator + namespace: openshift-managed-upgrade-operator data: config.yaml: | configManager: - source: LOCAL - localConfigName: managed-upgrade-config + source: {{ if .EnableConnected }}OCM{{ else }}LOCAL{{ end }} + {{ if .EnableConnected }}ocmBaseUrl: {{.OCMBaseURL}}{{end}} + {{ if not .EnableConnected }}localConfigName: managed-upgrade-config{{end}} watchInterval: 1 maintenance: controlPlaneTime: 90 diff --git a/pkg/operator/controllers/muo/staticresources/custom_resource_definition.yaml b/pkg/operator/controllers/muo/staticresources/custom_resource_definition.yaml index cb9bd74a6..af0640cc8 100644 --- a/pkg/operator/controllers/muo/staticresources/custom_resource_definition.yaml +++ b/pkg/operator/controllers/muo/staticresources/custom_resource_definition.yaml @@ -1,4 +1,3 @@ - --- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition diff --git a/pkg/operator/controllers/muo/staticresources/deployment.yaml b/pkg/operator/controllers/muo/staticresources/deployment.yaml index 19e682ca8..142bc8235 100644 --- a/pkg/operator/controllers/muo/staticresources/deployment.yaml +++ b/pkg/operator/controllers/muo/staticresources/deployment.yaml @@ -40,7 +40,7 @@ spec: - name: managed-upgrade-operator # Replace this with the built image name # This will get replaced on deploy by /hack/generate-operator-bundle.py - image: GENERATED + image: "{{ .Pullspec }}" command: - managed-upgrade-operator imagePullPolicy: Always diff --git a/pkg/operator/controllers/muo/staticresources/monitoring_reader_role.yaml b/pkg/operator/controllers/muo/staticresources/monitoring_reader_role.yaml index 8b8bf2c57..c8ae29a69 100644 --- a/pkg/operator/controllers/muo/staticresources/monitoring_reader_role.yaml +++ b/pkg/operator/controllers/muo/staticresources/monitoring_reader_role.yaml @@ -7,7 +7,7 @@ rules: - apiGroups: - "" resources: - - configmaps + - configmaps - serviceaccounts - secrets - services diff --git a/pkg/operator/controllers/previewfeature/nsgflowlogs/nsgflowlogs.go b/pkg/operator/controllers/previewfeature/nsgflowlogs/nsgflowlogs.go index dee1d4e70..1bd661eb8 100644 --- a/pkg/operator/controllers/previewfeature/nsgflowlogs/nsgflowlogs.go +++ b/pkg/operator/controllers/previewfeature/nsgflowlogs/nsgflowlogs.go @@ -78,21 +78,21 @@ func (n *nsgFlowLogsFeature) Enable(ctx context.Context, instance *aropreviewv1a func (n *nsgFlowLogsFeature) newFlowLog(instance *aropreviewv1alpha1.PreviewFeature, nsgID string) *mgmtnetwork.FlowLog { // build a request as described here https://docs.microsoft.com/en-us/azure/network-watcher/network-watcher-nsg-flow-logging-rest#enable-network-security-group-flow-logs return &mgmtnetwork.FlowLog{ - Location: to.StringPtr(n.location), + Location: &n.location, FlowLogPropertiesFormat: &mgmtnetwork.FlowLogPropertiesFormat{ - TargetResourceID: to.StringPtr(nsgID), + TargetResourceID: &nsgID, Enabled: to.BoolPtr(true), Format: &mgmtnetwork.FlowLogFormatParameters{ Type: mgmtnetwork.JSON, Version: to.Int32Ptr(int32(instance.Spec.NSGFlowLogs.Version)), }, RetentionPolicy: &mgmtnetwork.RetentionPolicyParameters{ - Days: to.Int32Ptr(instance.Spec.NSGFlowLogs.RetentionDays), + Days: &instance.Spec.NSGFlowLogs.RetentionDays, }, - StorageID: to.StringPtr(instance.Spec.NSGFlowLogs.StorageAccountResourceID), + StorageID: &instance.Spec.NSGFlowLogs.StorageAccountResourceID, FlowAnalyticsConfiguration: &mgmtnetwork.TrafficAnalyticsProperties{ NetworkWatcherFlowAnalyticsConfiguration: &mgmtnetwork.TrafficAnalyticsConfigurationProperties{ - WorkspaceID: to.StringPtr(instance.Spec.NSGFlowLogs.TrafficAnalyticsLogAnalyticsWorkspaceID), + WorkspaceID: &instance.Spec.NSGFlowLogs.TrafficAnalyticsLogAnalyticsWorkspaceID, TrafficAnalyticsInterval: to.Int32Ptr(int32(instance.Spec.NSGFlowLogs.TrafficAnalyticsInterval.Truncate(time.Minute).Minutes())), }, }, diff --git a/pkg/operator/controllers/previewfeature/previewfeature_controller.go b/pkg/operator/controllers/previewfeature/previewfeature_controller.go index 1f47845d7..781199c91 100644 --- a/pkg/operator/controllers/previewfeature/previewfeature_controller.go +++ b/pkg/operator/controllers/previewfeature/previewfeature_controller.go @@ -7,7 +7,7 @@ import ( "context" "github.com/Azure/go-autorest/autorest/azure" - maoclient "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned" + machineclient "github.com/openshift/client-go/machine/clientset/versioned" "github.com/sirupsen/logrus" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/client-go/kubernetes" @@ -41,10 +41,10 @@ type Reconciler struct { arocli aroclient.Interface kubernetescli kubernetes.Interface - maocli maoclient.Interface + maocli machineclient.Interface } -func NewReconciler(log *logrus.Entry, arocli aroclient.Interface, kubernetescli kubernetes.Interface, maocli maoclient.Interface) *Reconciler { +func NewReconciler(log *logrus.Entry, arocli aroclient.Interface, kubernetescli kubernetes.Interface, maocli machineclient.Interface) *Reconciler { return &Reconciler{ log: log, arocli: arocli, diff --git a/pkg/operator/controllers/rbac/bindata.go b/pkg/operator/controllers/rbac/bindata.go index 0a10f74a5..897c37ac4 100644 --- a/pkg/operator/controllers/rbac/bindata.go +++ b/pkg/operator/controllers/rbac/bindata.go @@ -78,7 +78,7 @@ func (fi bindataFileInfo) Sys() interface{} { return nil } -var _clusterroleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x5a\x4f\xaf\xe3\xb8\x0d\xbf\xe7\x53\x18\xdb\xc3\x02\x05\x5e\x06\x45\x2f\xc5\xeb\x71\xb7\x28\x0a\x14\x5d\x60\x30\xed\x9d\x91\x19\x9b\x1b\x59\xd4\x48\x54\xde\xa4\x9f\xbe\x90\x2c\x39\x76\xfe\xd9\x71\x3a\x73\x7a\x36\x45\xf3\x47\x51\x14\xff\xe5\xfd\xa1\xfa\x85\x6b\xac\x1a\x34\xe8\x40\xb0\xae\x76\xa7\xaa\x05\x75\xf8\xd4\xa0\xa9\xc9\x2b\x3e\xa2\x3b\x29\x50\x2d\xfe\xb5\xfa\xf5\xb7\xea\x5f\xbf\x7d\xa9\xfe\xf6\xeb\x3f\xbe\x6c\x37\x60\xe9\x3f\xe8\x3c\xb1\x79\xaf\xdc\x0e\xd4\x16\x82\xb4\xec\xe8\xbf\x20\xc4\x66\x7b\xf8\x8b\xdf\x12\x7f\x3a\xfe\x69\x73\x20\x53\xbf\x57\xbf\xe8\xe0\x05\xdd\x67\xd6\xb8\xe9\x50\xa0\x06\x81\xf7\x4d\x55\x29\x87\xe9\x83\x2f\xd4\xa1\x17\xe8\xec\x7b\x65\x82\xd6\x9b\xaa\x32\xd0\xe1\x7b\xe5\x4f\x5e\xb0\x7b\x07\xc7\x6f\xde\xe1\xc6\x05\x8d\xfe\x7d\xf3\x56\x81\xa5\xbf\x3b\x0e\xd6\x47\x21\x6f\xd5\x4f\x3f\x6d\xaa\xca\xa1\xe7\xe0\x14\x66\x9a\xe2\xce\xb2\x41\x23\x5e\x40\x82\x47\xbf\xa9\xaa\x23\xba\x5d\x5e\x6e\x50\xd2\x5f\x4d\x5e\x96\x0a\x34\x7b\x6a\x3a\xb0\x3e\xbd\xa2\xa9\x2d\x93\x91\xfc\x76\xc4\xf2\xa8\xa9\x23\x71\x60\x1a\xec\xdf\xe3\x4e\xbc\x05\x55\x5e\xb9\xce\x4f\x36\x1a\xd0\x0b\x1a\x39\xb2\x0e\x1d\x2a\x0d\xd4\xdd\x5e\xca\x54\xae\x87\x07\xc1\xce\x6a\x90\xbc\xe2\xd0\x6a\x52\xc9\x94\x8a\x8d\x38\xd6\x1a\x5d\x59\xea\x77\xf1\x35\xb0\x40\x4f\xf2\xe8\x8e\xa4\x10\x94\xe2\x50\xb4\xce\xb4\x47\x56\x8a\x0f\x1f\x20\xaa\x5d\x66\xaf\xa8\xed\x27\xcd\xcd\xb5\xc4\xab\xcf\xa1\xee\xc8\x47\x67\x72\xd8\x90\x17\x37\x76\xa2\x6b\xc1\x5d\x10\x10\x32\xcd\x07\xee\x5a\xe6\x43\x7f\x2e\xa1\xff\xa8\xdf\xcc\x11\x34\xd5\x0f\x79\x56\xec\x11\x2c\xe1\x37\x41\x13\xf5\xf4\x77\x95\x53\xc1\x0b\x77\x85\x58\xe3\x9e\x0c\xbd\x06\xba\xc8\x26\x60\xe9\xb5\x13\xcc\x02\xd0\x6d\xd9\xa2\xf1\x2d\xed\xe5\x1e\x90\xc3\xaf\x01\xbd\x0c\xce\xb3\x0a\x2d\xdd\xa2\xeb\x1b\x96\x5d\xd7\xe1\x91\xfc\x70\x9c\x35\x60\xc7\xc6\x63\x76\xd5\x1a\xad\xe6\x53\x37\x5c\xb8\xec\xfc\xc3\x7a\xbc\xf0\xb8\x0f\x3a\x13\x56\xaa\x37\x63\x87\xb3\x12\xbd\x6f\xfd\x40\xa4\xa5\x97\xca\xf1\x8c\x64\xd5\x47\xe5\xb5\xaa\x07\x69\xd1\x48\x0e\x3b\x77\x3d\x53\xf8\x80\x26\x9e\x27\x7e\x5c\x00\xa5\xe0\x8f\xb7\x05\x5f\xa6\x92\x6b\xb9\x1e\xf5\xde\x87\xdd\xef\xa8\x04\x94\x42\xef\xcf\x18\x93\xc5\x94\x33\x26\x6b\xb7\x3f\x7a\x5a\xb1\x45\xb6\x75\xac\x71\x47\xa6\x26\xd3\xf8\x4b\x7a\xf6\xde\x4b\x8e\xb2\xb4\x38\x59\x3d\xa3\x56\x79\xbd\x61\xb2\x1f\x62\x96\xd1\x6e\x1d\x7a\x71\xa4\x5e\x09\x8e\x41\xd8\x2b\xd0\x64\x9a\x6b\xa4\xa4\x12\x1b\x01\x6d\xb9\x2e\x9c\xaf\x38\x7b\x81\x5a\x76\xf0\x53\xc4\xb7\xaa\x03\xd5\x92\xc1\x97\x15\xd9\x25\xf2\x35\xaa\x63\xf3\x3b\xef\x7a\xac\xfc\xb0\x46\x7a\x20\x5d\xcf\x6c\x30\xf1\x9c\x83\x5e\x26\x7c\x6f\xc0\xa5\x51\x4f\xa1\x13\xda\xc7\xa0\x84\x0f\x92\xf4\x88\x89\x1a\x93\x9c\x31\xe5\xb4\x95\xbb\x50\x9a\x43\xad\x1c\xd6\x31\x1e\x82\x9e\xf3\x90\x81\xd1\xbf\x08\x9b\x0e\x61\x3e\x61\xf7\x89\xdd\xdf\x88\xda\x17\x07\x38\x78\x2f\xdb\xd8\x0f\xb0\x9b\x10\x8f\x7d\xc1\xef\x0b\xb6\x1f\x62\x58\x6d\x7c\x7e\xda\x23\x48\x70\xd8\x0c\x95\x29\x75\x50\x0a\x61\x32\x7b\x07\x5e\x5c\x50\x91\xa5\xd0\x62\x1c\x28\x5f\x1b\x94\x0f\x76\x87\xfe\x85\xa3\xaa\xf9\x31\xab\xd3\x86\xec\xe1\xd6\x71\x0c\x56\xc3\xcb\x37\xca\x12\xbc\x6a\xb1\x0e\xeb\xaf\x57\xde\xd6\xdc\x09\xf6\x5c\x4a\x53\xcd\x1f\x46\x33\xd4\x13\xa3\xc4\x32\xd1\x19\xd0\x9a\x1b\x4d\xe6\x30\x59\xbb\x22\x18\xce\xae\x78\x69\x5a\xab\x43\x43\x53\xd2\xd7\x40\xea\xe0\x05\x9c\x4c\xc8\x27\xe8\xb4\x87\xce\x3e\xce\x1b\x8f\x77\x1d\x0b\x2f\xab\xc1\xa4\xad\x27\x63\xcf\xd8\xc0\x72\x9d\x8f\x4b\xb1\x31\xa8\x84\x8e\x24\x27\xd5\xa2\x3a\xac\xd6\x82\x5d\x4d\xe6\x71\xda\xd7\x08\x8f\x7b\xb9\x07\x00\x43\x47\x7b\x57\xfa\xd0\xd4\xe9\xf5\x95\x74\xdf\x0a\xde\x87\x28\x9d\xe2\x0a\xd1\x7b\xcd\x1f\xf9\xac\xb6\xe7\x82\xfd\x1e\x52\xe4\x8e\xf7\xa1\x83\x72\x4f\x88\x1d\xc9\x49\xe3\x11\xf5\xff\xa3\x23\x6a\x51\x77\x33\x5e\x12\x59\x54\x0b\x4e\x1c\x5a\xf6\x24\xec\x68\xad\x5d\x53\x24\x99\x81\x1b\x47\x9b\xf4\x28\x0e\xa1\xfb\xee\x80\x09\x65\xc0\x9e\x4b\x51\x4f\xca\x15\x68\x46\x3b\xca\x6f\x8b\x8b\xc3\xf4\x51\x6e\x21\x4f\x4b\xef\xf6\x38\xbb\x27\x01\xd6\x05\xb3\x3a\xa6\xe6\x18\xbf\x14\xbc\x36\xde\xa1\x62\xb7\xb6\xa4\x88\xd7\x41\x19\xda\x2a\xa3\xf6\x37\x01\x72\xd8\x7a\x03\x11\x50\x6d\x6c\xac\xde\x5e\xee\xd3\x73\x79\x37\xb3\xb5\xcc\xd5\x22\x68\x69\x87\x50\x39\xd0\xa7\x2f\xab\xbb\xd7\x2c\x60\x72\xc3\xe7\x0f\x5c\x80\x0c\x3a\x17\x8c\x50\x87\x63\x07\x38\x77\xe5\x63\xea\x21\xec\x50\xa3\x8c\x49\x13\x5c\xcb\xac\x6f\x90\xd7\x6e\x09\x05\xf4\x9f\x6f\x57\x87\xe0\x30\x2d\xb7\xec\xcf\x05\x41\x3f\x3e\xc8\x3d\xd5\x3a\x40\x47\xea\x7e\x14\x1f\x4d\xf1\xf8\xa1\xa3\x5e\x4b\xa6\x66\x66\x96\xe3\x85\x5d\xba\xfd\x43\x11\x95\x29\xb9\x00\x1b\x24\xac\xdd\x1b\x9b\x14\x88\x4d\xb3\x55\xec\x90\xfd\x56\x71\x77\xa3\x70\xd4\xe8\xa4\x03\x13\xe3\xc7\xf8\x98\xc7\xf4\xc1\x04\x59\xe6\x60\xff\x1d\x0e\x8f\x1d\x4a\x8b\xc1\x5f\x11\x52\x63\xde\x6f\xaf\x9f\x5c\x4d\x64\x48\x0b\x86\x13\xcf\xda\xb0\x93\xaf\xf9\xb2\x76\x6d\x52\x79\x62\x8a\x57\x99\x64\x59\x93\x2a\xe5\x65\xf2\xb1\xb0\x33\x65\xd4\x64\x50\x26\xe3\xdd\xd7\xd4\x5c\x12\x1d\x7b\xdd\x1c\x07\x29\xd6\x2f\x1f\xda\x03\xbd\xa6\x42\x74\x88\x7b\x3e\x99\x63\xb8\xd2\x30\x14\xeb\x37\x4b\xf7\x91\xb5\xd6\x28\xc2\x35\xde\x55\xa1\x84\xa6\x41\x85\x15\x00\x0b\x8d\x7c\xab\x49\xba\xe8\xf1\x26\x9d\x91\xf2\x54\x3b\x1a\x7a\xac\x8b\xe8\x79\xee\x93\x94\x27\x6f\xc0\xfa\x96\xe5\x72\x4c\x7f\x6e\xa1\x50\x54\x3d\x4a\xbd\x91\x31\x56\x8c\x49\xbf\x89\x33\x96\x33\xb9\x90\x14\x23\xf3\x45\xd3\x17\x49\x67\xb6\xc9\xdd\x8d\x4b\x93\xa6\x29\x93\x6e\x44\x9c\x72\x35\xa7\x5d\x5a\x31\xe4\x05\xe4\x40\xbf\x83\x9b\xef\xbc\x82\x49\x84\x7b\xf1\x58\xfd\xc3\x80\xa6\x40\x40\x73\x93\x69\xe3\xf3\xcb\xca\x4c\x1a\x5c\x32\x5e\x40\xa7\x9e\x68\x7a\xcf\x14\x9b\x9a\xce\x7e\x51\xc8\x4d\xd2\x67\xaa\x4e\xbf\xb5\xb0\xf3\xca\x91\x7d\x21\x62\x5b\x50\x87\x68\x9d\xed\xb2\x8d\x66\xf6\x0e\x0c\xed\x67\xa6\x0b\xd7\x50\xd1\xc3\x4e\x37\xdb\xbd\x9a\xbc\x0b\x69\x1b\xbb\x50\x37\x25\x04\xc6\xfc\x87\x2a\xc4\xc6\xe2\xb5\xcb\x6f\xfb\xa1\xe3\x76\x7e\x6e\x9d\x39\xf3\xac\x61\x35\x5c\x1a\x21\xcc\x42\x25\xae\xdb\x73\x9a\x3b\x16\x7c\x46\xf0\x4a\xe5\xd3\x8f\x79\xb3\x83\x1f\xab\x09\xeb\x32\x70\xbe\xfc\x19\x70\xb1\x47\x2c\xc1\x7a\x16\xe4\xc1\xd6\xee\xfe\x9a\xfc\x23\x67\xec\x8f\xf4\x8b\xa9\x77\x76\xca\x1d\x64\xad\xfc\x3c\xc8\x79\xbe\x55\x5b\x83\xd5\x07\xfe\x47\x89\xbf\x0c\x0d\x5e\x4a\xbb\x25\x40\x6c\xc9\xf4\x93\xb1\x39\xfb\x81\x69\x10\xb4\x66\xf5\x4a\x9d\x3b\xa0\x3e\x0d\x76\xfe\x36\x65\xdf\x6f\x31\x89\x79\x71\x40\xab\x27\x37\x25\xed\x6f\x73\xa2\xbb\x6b\xef\xfc\x7b\x7f\xa9\x12\x46\xf5\xd6\xc5\x4a\x2e\x0b\x6e\x2c\xad\x55\x71\x46\xb3\xcb\x22\xc7\xd3\xb9\x09\x8a\x85\x4d\xff\xb9\x02\x0b\x8a\x84\xa6\x9d\xcb\xf5\x3e\xce\xcd\xf7\x4a\x75\xcb\x3f\x40\xcc\xfd\x78\xe0\xf8\x80\xae\x30\xa7\xa4\x6e\x4a\xf6\x7f\x4c\x5d\xab\x57\x30\x38\xf7\x8b\x86\x75\xbc\xa7\x12\x9c\xd2\x07\x2b\xc1\x82\x6d\x1c\xd4\xb8\xed\x4b\xab\x39\xd8\xcc\xfd\x52\xc8\x08\x7e\xf6\x5f\x04\x46\x95\x10\xa5\x6a\x79\xf0\x86\xf8\xf1\xf7\xc3\x8d\x2c\x19\xf0\xd4\x81\xb5\xb7\xbb\xff\x2b\xc9\x1f\x2d\x3a\x84\x1d\x07\x99\x99\x1b\x91\x3d\x0f\x35\xf8\x88\x4e\xf7\x18\x29\x7e\x90\x75\x18\xab\xc8\xa7\xe2\x95\x61\xf3\x39\x43\xfc\xfb\xf3\x3f\x33\xf7\xcf\x7f\xfc\xf9\xfa\xf3\xff\x05\x00\x00\xff\xff\x16\x19\x5d\x78\xa8\x25\x00\x00") +var _clusterroleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x1a\x4d\xaf\xe3\xb8\xed\xfe\x7e\x85\xb1\x3d\x2c\x50\xe0\x65\x50\xf4\x52\xbc\x1e\x77\x8b\xa2\x40\xd1\x05\x06\xd3\xde\x19\x99\xb1\xb9\x91\x45\x0d\x45\xe5\x4d\xfa\xeb\x0b\xc9\xb2\x63\xe7\xcb\x79\x4e\x67\x4e\xb1\x29\x8a\x5f\xa2\xf8\xe5\xfc\xa1\xfa\x85\x6b\xac\x1a\x74\x28\xa0\x58\x57\xdb\x63\xd5\x82\xd9\x7f\x6a\xd0\xd5\x14\x0c\x1f\x50\x8e\x06\x4c\x8b\x7f\xad\x7e\xfd\xad\xfa\xd7\x6f\x5f\xaa\xbf\xfd\xfa\x8f\x2f\x9b\x17\xf0\xf4\x1f\x94\x40\xec\xde\x2a\xd9\x82\xd9\x40\xd4\x96\x85\xfe\x0b\x4a\xec\x36\xfb\xbf\x84\x0d\xf1\xa7\xc3\x9f\x5e\xf6\xe4\xea\xb7\xea\x17\x1b\x83\xa2\x7c\x66\x8b\x2f\x1d\x2a\xd4\xa0\xf0\xf6\x52\x55\x46\x30\x6f\xf8\x42\x1d\x06\x85\xce\xbf\x55\x2e\x5a\xfb\x52\x55\x0e\x3a\x7c\xab\xc2\x31\x28\x76\x6f\x20\xfc\x1a\x04\x5f\x24\x5a\x0c\x6f\x2f\xaf\x15\x78\xfa\xbb\x70\xf4\x21\x11\x79\xad\x7e\xfa\xe9\xa5\xaa\x04\x03\x47\x31\x58\x60\x86\x3b\xcf\x0e\x9d\x06\x05\x8d\x01\xc3\x4b\x55\x1d\x50\xb6\x65\xb9\x41\xcd\xbf\x96\x82\x3e\x4a\xd0\xed\xa8\xe9\xc0\x87\xfc\x8a\xae\xf6\x4c\x4e\xcb\xdb\x01\x87\x47\x4b\x1d\xa9\x80\x6b\xb0\x7f\x4f\x9a\x04\x0f\x66\x78\xe5\xba\x3c\xf9\x64\xc0\xa0\xe8\xf4\xc0\x36\x76\x68\x2c\x50\x77\x7d\xa9\x40\xb9\x1e\x1f\x14\x3b\x6f\x41\xcb\x8a\xa0\xb7\x64\xb2\x29\x0d\x3b\x15\xb6\x16\x65\x58\xea\xb5\xf8\x1a\x59\xa1\x07\x05\x94\x03\x19\x04\x63\x38\x0e\x52\x17\xd8\x3d\x2b\xa5\x87\x77\x50\xd3\x3e\x66\xaf\x24\xed\x27\xcb\xcd\x25\xc5\x8b\xed\x50\x77\x14\x92\x33\x09\x36\x14\x54\xa6\x4e\x74\x49\xb8\x8b\x0a\x4a\xae\x79\xc7\x6d\xcb\xbc\xef\xcf\x25\xf6\x9b\x7a\x65\x0e\x60\xa9\xbe\x8b\xb3\x42\x47\xf0\x84\xdf\x14\x5d\x92\x33\xdc\x14\xce\xc4\xa0\xdc\x0d\xc0\x1a\x77\xe4\xe8\x39\xa6\x0f\xd9\x04\x3c\x3d\x77\x82\x85\x00\xca\x86\x3d\xba\xd0\xd2\x4e\x6f\x31\x12\xfc\x1a\x31\xe8\xe8\x3c\xab\xb8\xe5\x5b\x74\x79\xc3\x8a\xeb\x0a\x1e\x28\x8c\xc7\x59\x03\x76\xec\x02\x16\x57\xad\xd1\x5b\x3e\x76\xe3\x85\x2b\xce\x3f\xae\xa7\x0b\x8f\xbb\x68\x0b\x60\xa5\x78\x0b\x76\x38\x09\xd1\xfb\xd6\x0f\xe4\xf4\xe8\xa5\x12\x5e\xa0\x6c\xfa\xa8\xbc\x56\xf4\xa8\x2d\x3a\x2d\x61\xe7\xa6\x67\x2a\xef\xd1\xa5\xf3\xc4\xf7\x33\x46\x39\xf8\xe3\x75\xc2\xe7\xa9\xe4\x92\x6e\x40\xbb\x0b\x71\xfb\x3b\x1a\x05\x63\x30\x84\x13\x8f\xd9\x62\xce\x19\xb3\xb5\xeb\x9b\x3e\x2c\xd8\x43\xb6\x15\xb6\xb8\x25\x57\x93\x6b\xc2\x39\xbc\x78\xef\x39\xc6\xb0\xf4\x70\xb2\xfa\x88\x58\xc3\xeb\x15\x93\xfd\x10\xb3\x4c\xb4\x15\x0c\x2a\x64\x9e\x09\x8e\x51\x39\x18\xb0\xe4\x9a\x4b\x4e\x59\x24\x76\x0a\xd6\x73\x3d\x60\x3e\xe3\xec\x03\xab\xc7\x0e\x7e\xce\xf1\xb5\xea\xc0\xb4\xe4\xf0\x69\x41\xb6\x19\x7c\xc9\x55\xd8\xfd\xce\xdb\x9e\x57\x79\x58\x43\x3d\x92\xad\x17\x14\xcc\x38\xa7\xa0\x57\x00\xdf\x9b\xe1\xa3\x51\xcf\xa0\x28\xed\x52\x50\xc2\x3b\x49\x7a\x82\x44\x8d\xcb\xce\x98\x73\xda\x4a\x2d\x8c\xe5\x58\x6f\x1c\xea\x3b\xcb\x7e\xd1\x3f\x38\xd6\x5e\xe8\x00\x8a\xe4\x9f\x4a\x1e\x99\x94\x11\xac\x53\x18\x06\xbb\xc4\x78\x44\x0c\x4f\x6a\x9b\x65\x5e\xae\x13\xfa\x7a\x22\x5c\x49\x16\x67\x7e\x33\x5e\x1a\xf6\xa9\x0d\x61\x99\x01\x0f\x7d\x9f\x11\x06\xde\x61\x0c\x9d\xb5\x0b\xe5\x69\x87\xa0\x51\xb0\x19\x0b\x62\xea\xa0\xc1\x54\x4f\xa0\x53\xcf\x96\x0c\x4d\x17\xca\xa3\xdb\x09\x04\x95\x68\xd2\xde\x01\x96\xe2\xd2\x40\xb6\x9c\x68\xff\xc2\x49\x87\xf2\x58\xe4\x6c\x63\xb9\x71\x5e\x38\x05\xcf\xf1\xe5\xdb\xc0\x2e\x98\x16\xeb\xb8\xfe\xba\x17\x7d\x97\x8e\xb6\xc7\x32\x96\x6a\x7e\x77\x96\xa1\x9e\x59\x2b\x95\xad\xe2\xc0\x5a\x6e\x2c\xb9\xfd\x6c\xed\x02\xe0\xb8\x5c\x8d\x73\x9b\x7b\x1b\x1b\x9a\x83\xbe\x46\x32\xfb\xa0\x20\x3a\x03\x1f\xa1\xb3\x01\x3a\x7f\x3f\x8f\xdd\xd7\x3a\x15\x82\xde\x82\xcb\xaa\x67\x63\x2f\xd8\xc0\x73\x5d\x8e\xcb\xb0\x73\x68\x94\x0e\xa4\x47\xd3\xa2\xd9\xaf\x96\x82\xa5\x26\x77\xbf\x0c\xb1\x08\xf7\x7b\xcb\x3b\x0c\xc6\x0e\xfb\x26\xf5\xb1\xc9\xb4\xeb\x2b\xfb\xbe\x35\xbd\xcd\x62\xe8\x5c\x57\x90\xde\x59\x7e\x2f\x67\xb5\x39\x35\x10\xb7\x38\x25\xec\x74\x1f\x3a\x18\xee\x09\xb1\x90\x1e\x2d\x1e\xd0\xfe\x3f\x3a\xb4\x16\x6d\xb7\xe0\x25\x09\xc5\xb4\x20\x2a\xe8\x39\x90\xb2\x0c\x37\xb5\x5c\xe1\x5b\x08\x2b\xc4\xc9\xa1\x66\x41\x9e\x69\x38\xca\x8f\x2a\x08\xdd\x77\x67\x98\xb9\x8c\xbc\x97\x72\xea\x07\xe9\x2a\x34\x13\x8d\xca\xdb\xc3\xd5\x6c\xde\x54\x7a\xde\xe3\xa3\x97\x7f\x5a\x8e\x64\x02\x5e\xa2\x5b\x1d\x74\x4b\x12\x78\x94\x79\xed\x82\xa0\x61\x59\x5b\x03\xa5\xfb\x62\x1c\x6d\x8c\x33\xbb\xab\x0c\x4a\x5c\x7b\x05\x55\x30\x6d\xea\x04\x5f\x9f\x1e\x2c\x94\x7a\x74\x41\xb5\x82\xd5\x22\x58\x6d\xc7\x58\x3a\xc2\xe7\x2f\xab\xdb\xed\x42\x60\x16\x02\x96\x0f\x5c\x81\x1c\x8a\x44\xa7\xd4\xe1\xd4\x01\x4e\x63\x84\x29\x74\x1f\xb7\x68\x51\xa7\xa0\x19\x5f\xcf\x6c\xaf\x80\xd7\xaa\x84\x0a\xf6\xcf\xd7\xcb\x59\x10\xcc\xcb\x2d\x87\x92\x37\xb7\x9d\xe9\xc3\x70\xdc\x06\x23\xe4\x4f\xb9\x77\x47\xd2\xbd\x83\xe0\x34\x6e\xa6\x7d\x23\x1c\x55\xc7\xce\xd1\x0b\x7a\xe1\x7e\x72\x42\xae\x99\xc4\x96\x29\x78\xbd\x46\x42\xe6\x76\x1e\x99\xcc\x35\xf9\xee\x4d\xb8\xa4\x4c\xcd\xc2\x74\x2b\x28\x4b\x0e\x2f\x63\x7d\x57\x20\xa5\x36\x1c\x29\xac\xd5\x8d\x5d\x8e\xf4\xae\xd9\x18\x16\xe4\xb0\x31\xdc\x5d\xa9\x69\x2d\x8a\x76\xe0\x52\x80\x9a\xfa\xd1\x14\x3e\x9a\xa0\xd0\x1c\xed\xbf\x3d\x1d\x45\x87\xda\x62\x0c\x17\x80\x3c\xaa\xe8\xd5\xeb\x67\x79\x33\x1a\xda\x82\xe3\x8c\xb3\x36\xae\x3d\xda\xa0\xe4\xb2\x7b\x56\xfb\x62\x0e\x88\x05\x34\xab\xa7\xb3\x13\xc7\xad\x1b\x86\x6f\x0e\x75\x36\xf0\x7e\x4e\xcc\x47\xc2\x6f\x2f\x9b\x70\xd4\xc1\xfa\xc3\x46\xbf\xa7\xe7\x44\x48\x0e\x71\xcb\x27\x4b\x92\x30\x16\xc6\x76\xe1\x6a\xf3\x30\xb1\xd6\x1a\x41\xb8\xc6\x9b\x22\x0c\xb1\x6f\x14\x61\x05\x83\x07\x8d\x7c\xad\x7f\x3b\x6b\x3f\x67\x4d\x9b\x09\x54\x0b\x8d\xed\xdf\x59\x78\x3e\xb5\x70\x26\x50\x70\xe0\x43\xcb\x7a\xfe\xe1\xe2\xd4\xdd\xa1\x9a\xfa\xb2\xad\xeb\xe5\x9b\x37\x77\xe5\x4c\xce\x28\xa5\xd0\x7f\xd6\x8f\x26\xd0\x09\x6d\x76\x77\xd3\xd2\xac\x6d\x2b\xa0\x2b\x11\x67\xb8\x9a\xf3\x3e\x71\x30\xe4\x19\xcb\x11\x7e\x83\x6f\xb9\xf3\x06\x66\x11\xee\xc9\x63\x0d\x77\x03\x9a\x01\x05\xcb\x4d\x81\x4d\xcf\xaf\x08\x33\xeb\xbd\xc9\x05\x05\x9b\xbb\xb2\xa2\x91\xed\xa6\x07\x3b\xf0\x34\xec\x6a\x3a\xb9\xc9\x00\x6e\xb2\x78\x73\xe9\x7a\x4d\xcf\xb2\xde\x0a\x75\x3d\x98\x7d\x32\xd6\xe6\x31\xbd\x0b\x7a\x07\x8e\x76\x0b\x73\x90\x4b\x56\xc9\xe1\x8e\x57\xfb\xcf\x9a\x82\xc4\xac\xc6\x36\xd6\xcd\x10\x11\x53\x3a\x44\x13\x53\xa7\xf3\x5c\x2c\xf0\xfd\x54\x76\xb3\x3c\xd8\x2f\x98\x65\x2a\xb2\x9a\x5d\x6e\x88\x16\x59\x65\xac\xeb\x13\xa5\x1b\x16\xfc\x08\xe1\x95\xc2\xe7\xaf\x9d\x8b\x23\x2a\x6f\x09\xeb\x61\x22\x7f\xfe\x9d\xf4\x61\x8f\x78\x84\xd7\x47\x99\xdc\x51\xed\xe6\xe7\xf6\x1f\xf9\x11\xe2\x9e\x7c\x29\x13\x2f\x7e\x06\x88\xba\x96\x7e\x99\x2c\x7d\xbc\x35\x5c\xc3\xab\xcf\x03\xf7\xea\x80\x61\x8a\xf1\x54\x16\x1e\x02\xc4\x86\x5c\x3f\xaa\x5b\xb2\x1f\xb8\x06\xc1\x5a\x36\xcf\x94\xbd\x23\xd7\x0f\x33\x3b\xed\xcd\xc9\xf8\x5b\xca\x69\x41\x05\x68\xf5\x28\x69\xa8\x02\x36\x25\xef\xdd\xb4\x77\xf9\x43\xc4\x50\x34\x4c\xca\xaf\xb3\x95\x52\x25\x5c\x59\x5a\x2b\xe2\x82\x64\xe7\x35\x4f\xa0\x53\x4f\x94\xea\x9c\x7e\xbb\x01\x0f\x86\x94\xe6\x8d\xcc\xa5\x1e\xa7\x66\x7f\xa5\xb8\xc3\x3f\x44\x96\xbe\xae\x08\xef\x51\x06\xe4\x9c\xe3\xdd\x50\x0c\xdc\x87\xae\x95\x2b\x3a\x5c\xfa\xe4\xe3\x85\x77\x34\x04\xa7\xbc\x61\x25\xb3\xe8\x1b\x81\x1a\x37\x7d\xa5\xb5\xc4\xb6\x60\x3f\x15\x32\x62\x58\xfc\x0f\xc5\xa4\x12\xa2\x5c\x3c\x8f\xde\x90\x36\x7f\x3f\xbe\x09\xa5\x30\x3c\x76\xe0\xfd\xf5\x61\xc0\x05\xe5\xf7\x16\x05\x61\xcb\x51\x17\xe6\x54\xe4\x4f\x43\x14\x3e\xa0\xd8\x9e\x47\x8e\x1f\xe4\x05\x53\x51\xf9\xa1\x78\xe5\xd8\x7d\x2e\x2c\xfe\xfd\xf9\x9f\x05\xfb\xe7\x3f\xfe\x7c\xb9\xfd\x7f\x01\x00\x00\xff\xff\x1e\x21\x4d\xc9\xc9\x26\x00\x00") func clusterroleYamlBytes() ([]byte, error) { return bindataRead( diff --git a/pkg/operator/controllers/storageaccounts/storageaccount_controller.go b/pkg/operator/controllers/storageaccounts/storageaccount_controller.go index 545e7c46e..6649726e6 100644 --- a/pkg/operator/controllers/storageaccounts/storageaccount_controller.go +++ b/pkg/operator/controllers/storageaccounts/storageaccount_controller.go @@ -7,9 +7,9 @@ import ( "context" "github.com/Azure/go-autorest/autorest/azure" + machinev1beta1 "github.com/openshift/api/machine/v1beta1" imageregistryclient "github.com/openshift/client-go/imageregistry/clientset/versioned" - machinev1beta1 "github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1" - maoclient "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned" + machineclient "github.com/openshift/client-go/machine/clientset/versioned" "github.com/sirupsen/logrus" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" @@ -42,7 +42,7 @@ type Reconciler struct { arocli aroclient.Interface kubernetescli kubernetes.Interface - maocli maoclient.Interface + maocli machineclient.Interface imageregistrycli imageregistryclient.Interface } @@ -59,7 +59,7 @@ type reconcileManager struct { } // NewReconciler creates a new Reconciler -func NewReconciler(log *logrus.Entry, arocli aroclient.Interface, maocli maoclient.Interface, kubernetescli kubernetes.Interface, imageregistrycli imageregistryclient.Interface) *Reconciler { +func NewReconciler(log *logrus.Entry, arocli aroclient.Interface, maocli machineclient.Interface, kubernetescli kubernetes.Interface, imageregistrycli imageregistryclient.Interface) *Reconciler { return &Reconciler{ log: log, arocli: arocli, diff --git a/pkg/operator/controllers/subnets/subnet_controller_test.go b/pkg/operator/controllers/subnets/subnet_controller_test.go index 34ffad3e6..5221510d2 100644 --- a/pkg/operator/controllers/subnets/subnet_controller_test.go +++ b/pkg/operator/controllers/subnets/subnet_controller_test.go @@ -311,6 +311,43 @@ func TestReconcileManager(t *testing.T) { instace.Spec.ArchitectureVersion = int(api.ArchitectureVersionV2) }, }, + { + name: "Architecture V2 - empty NSG", + operatorFlagEnabled: true, + operatorFlagNSG: true, + operatorFlagServiceEndpoint: true, + subnetMock: func(mock *mock_subnet.MockManager, kmock *mock_subnet.MockKubeManager) { + kmock.EXPECT().List(gomock.Any()).Return([]subnet.Subnet{ + { + ResourceID: subnetResourceIdMaster, + IsMaster: true, + }, + { + ResourceID: subnetResourceIdWorker, + IsMaster: false, + }, + }, nil) + + subnetObjectMaster := getValidSubnet() + subnetObjectMaster.NetworkSecurityGroup = nil + mock.EXPECT().Get(gomock.Any(), subnetResourceIdMaster).Return(subnetObjectMaster, nil).MaxTimes(2) + + subnetObjectMasterUpdate := getValidSubnet() + subnetObjectMasterUpdate.NetworkSecurityGroup.ID = to.StringPtr(nsgv2ResourceId) + mock.EXPECT().CreateOrUpdate(gomock.Any(), subnetResourceIdMaster, subnetObjectMasterUpdate).Return(nil) + + subnetObjectWorker := getValidSubnet() + subnetObjectWorker.NetworkSecurityGroup = nil + mock.EXPECT().Get(gomock.Any(), subnetResourceIdWorker).Return(subnetObjectWorker, nil).MaxTimes(2) + + subnetObjectWorkerUpdate := getValidSubnet() + subnetObjectWorkerUpdate.NetworkSecurityGroup.ID = to.StringPtr(nsgv2ResourceId) + mock.EXPECT().CreateOrUpdate(gomock.Any(), subnetResourceIdWorker, subnetObjectWorkerUpdate).Return(nil) + }, + instance: func(instace *arov1alpha1.Cluster) { + instace.Spec.ArchitectureVersion = int(api.ArchitectureVersionV2) + }, + }, } { t.Run(tt.name, func(t *testing.T) { controller := gomock.NewController(t) diff --git a/pkg/operator/controllers/subnets/subnets_controller.go b/pkg/operator/controllers/subnets/subnets_controller.go index 87438652d..4a20d6145 100644 --- a/pkg/operator/controllers/subnets/subnets_controller.go +++ b/pkg/operator/controllers/subnets/subnets_controller.go @@ -9,8 +9,8 @@ import ( "strings" "github.com/Azure/go-autorest/autorest/azure" - machinev1beta1 "github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1" - maoclient "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned" + machinev1beta1 "github.com/openshift/api/machine/v1beta1" + machineclient "github.com/openshift/client-go/machine/clientset/versioned" "github.com/sirupsen/logrus" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" @@ -44,7 +44,7 @@ type Reconciler struct { arocli aroclient.Interface kubernetescli kubernetes.Interface - maocli maoclient.Interface + maocli machineclient.Interface } // reconcileManager is an instance of the manager instantiated per request @@ -59,7 +59,7 @@ type reconcileManager struct { } // NewReconciler creates a new Reconciler -func NewReconciler(log *logrus.Entry, arocli aroclient.Interface, kubernetescli kubernetes.Interface, maocli maoclient.Interface) *Reconciler { +func NewReconciler(log *logrus.Entry, arocli aroclient.Interface, kubernetescli kubernetes.Interface, maocli machineclient.Interface) *Reconciler { return &Reconciler{ log: log, arocli: arocli, diff --git a/pkg/operator/deploy/bindata.go b/pkg/operator/deploy/bindata.go deleted file mode 100644 index 72bf00776..000000000 --- a/pkg/operator/deploy/bindata.go +++ /dev/null @@ -1,478 +0,0 @@ -// Code generated for package deploy by go-bindata DO NOT EDIT. (@generated) -// sources: -// deploy/staticresources/aro.openshift.io_clusters.yaml -// deploy/staticresources/master/deployment.yaml -// deploy/staticresources/master/rolebinding.yaml -// deploy/staticresources/master/service.yaml -// deploy/staticresources/master/serviceaccount.yaml -// deploy/staticresources/namespace.yaml -// deploy/staticresources/preview.aro.openshift.io_previewfeatures.yaml -// deploy/staticresources/worker/deployment.yaml -// deploy/staticresources/worker/role.yaml -// deploy/staticresources/worker/rolebinding.yaml -// deploy/staticresources/worker/serviceaccount.yaml -package deploy - -import ( - "bytes" - "compress/gzip" - "fmt" - "io" - "io/ioutil" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -// Name return file name -func (fi bindataFileInfo) Name() string { - return fi.name -} - -// Size return file size -func (fi bindataFileInfo) Size() int64 { - return fi.size -} - -// Mode return file mode -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} - -// Mode return file modify time -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} - -// IsDir return file whether a directory -func (fi bindataFileInfo) IsDir() bool { - return fi.mode&os.ModeDir != 0 -} - -// Sys return file is sys mode -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var _aroOpenshiftIo_clustersYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x58\xcf\x72\xdb\x36\x13\xbf\xeb\x29\x76\xf2\x1d\x7c\xf8\x4a\x4a\x8a\x53\xb7\xd1\xcd\x95\x93\x54\x93\x34\xd6\x58\x9e\x5c\x32\x39\xac\xc0\x25\x85\x98\x04\x58\x60\xa1\xc4\xe9\xf4\xdd\x3b\x00\x49\x89\x92\x29\x59\x74\x26\x3d\x94\x17\x89\x8b\xc5\xfe\xfd\xed\x2e\xc0\x41\x14\x45\x03\x2c\xe5\x07\x32\x56\x6a\x35\x01\x2c\x25\x7d\x65\x52\xfe\xcd\xc6\x77\xbf\xda\x58\xea\xe1\x7a\x3c\xb8\x93\x2a\x99\xc0\xd4\x59\xd6\xc5\x0d\x59\xed\x8c\xa0\x2b\x4a\xa5\x92\x2c\xb5\x1a\x14\xc4\x98\x20\xe3\x64\x00\x80\x4a\x69\x46\x4f\xb6\xfe\x15\x40\x68\xc5\x46\xe7\x39\x99\x28\x23\x15\xdf\xb9\x25\x2d\x9d\xcc\x13\x32\x41\x78\xa3\x7a\x3d\x8a\x2f\xe2\xf3\x68\x14\x3f\x1f\x3d\x1f\x8f\x5e\x8e\x2f\xc6\xe7\xa3\x5f\x5e\x5c\x44\x2f\x5f\xbc\x18\x8d\x2f\x7e\x1e\xe3\x85\x38\x1f\x00\x08\x43\x41\xf8\xad\x2c\xc8\x32\x16\xe5\x04\x94\xcb\xf3\x01\x80\xc2\x82\x26\x20\x72\x67\x99\x8c\x8d\xd1\xe8\x58\x97\xa4\xec\x4a\xa6\x1c\x4b\x3d\xb0\x25\x09\x6f\x51\x66\xb4\x2b\x27\xf0\x60\xbd\x92\x50\x1b\x5d\x3b\x5c\x09\x0b\x94\x5c\x5a\x7e\xdb\xa6\xbe\x93\x96\xc3\x4a\x99\x3b\x83\xf9\x56\x75\x20\x5a\xa9\x32\x97\xa3\xd9\x90\x07\x00\x56\xe8\x92\xda\x52\x6b\xe7\x83\xce\xa8\x76\x60\x3d\xc6\xbc\x5c\xe1\xb8\x92\x22\x56\x54\x60\x65\x12\x80\x37\xf7\x72\x3e\xfb\x70\xbe\xd8\x21\x03\x24\x64\x85\x91\x25\x87\x40\xd6\xe2\x41\x5a\xe0\x15\x41\xc5\x0b\xa9\x36\xe1\xb5\x31\x12\x2e\xe7\xb3\xcd\xfe\xd2\xe8\x92\x0c\xcb\xc6\xfb\xea\x69\x01\xa3\x45\xdd\xd3\x76\xe6\x0d\xaa\xb8\x20\xf1\x88\xa0\x4a\x6d\xed\x1a\x25\xb5\x0f\xa0\x53\xe0\x95\xb4\x60\xa8\x34\x64\x49\x55\x18\xd9\x11\x0c\x9e\x09\x15\xe8\xe5\x67\x12\x1c\xc3\x82\x8c\x17\x03\x76\xa5\x5d\x9e\x78\x20\xad\xc9\x30\x18\x12\x3a\x53\xf2\xdb\x46\xb6\x05\xd6\x41\x69\x8e\x4c\x75\x52\xb6\x8f\x54\x4c\x46\x61\x0e\x6b\xcc\x1d\xfd\x04\xa8\x12\x28\xf0\x1e\x0c\x79\x2d\xe0\x54\x4b\x5e\x60\xb1\x31\xfc\xa1\x0d\x81\x54\xa9\x9e\xc0\x8a\xb9\xb4\x93\xe1\x30\x93\xdc\x14\x84\xd0\x45\xe1\x94\xe4\xfb\x61\xc0\xb6\x5c\x3a\xd6\xc6\x0e\x13\x5a\x53\x3e\xb4\x32\x8b\xd0\x88\x95\x64\x12\xec\x0c\x0d\xb1\x94\x51\x30\x5d\x85\xa2\x88\x8b\xe4\x7f\xa6\x2e\x21\x7b\xb6\x63\x2b\xdf\x7b\x78\x58\x36\x52\x65\xad\x85\x80\xc5\x23\x19\xf0\xa8\xf4\xd9\xc6\x7a\x6b\xe5\xc5\x36\xd0\x9e\xe4\xa3\x73\xf3\x6a\x71\x0b\x8d\xea\x90\x8c\xfd\xe8\x87\xb8\x6f\x37\xda\x6d\x0a\x7c\xc0\xa4\x4a\xc9\x54\x49\x4c\x8d\x2e\x82\x4c\x52\x49\xa9\xa5\xe2\x1a\x5b\x92\xd4\x7e\xf8\xad\x5b\x16\x92\x7d\xde\xff\x74\x64\xd9\xe7\x2a\x86\x69\xe8\x12\xb0\x24\x70\x65\x82\x4c\x49\x0c\x33\x05\x53\x2c\x28\x9f\xa2\xa5\x1f\x9e\x00\x1f\x69\x1b\xf9\xc0\x9e\x96\x82\x76\x83\xdb\x67\xae\xa2\xd6\x5a\x68\x1a\xcd\x81\x7c\xd5\xf5\xb9\x28\x49\xec\x54\x4c\x42\x56\x1a\x8f\x69\x46\x26\x5f\x09\xed\xee\xd3\x3c\xdd\x95\xea\x1f\x14\xe6\x4a\x17\x28\xd5\xfe\xc2\x41\xa7\xa0\xaa\xf1\x99\xe2\xd9\xbc\xdf\xa6\x56\x74\x3b\x3b\xc4\x76\xbf\x2f\xbe\x6c\xcf\x07\x00\xfc\xf6\x4a\xad\xa5\xd1\xaa\x20\xc5\xbd\x54\x2f\x51\x29\x32\x0f\xb7\xec\x44\xf8\xb7\xc0\xb4\x09\xae\x4c\x01\x1b\x5a\xdd\x4a\x96\xe4\xff\x7d\x51\x4d\xe3\x10\x61\xb2\x3d\xb0\xf3\x58\xbc\xa1\x1e\x6d\x9d\x1e\x3c\xe2\xc5\x41\xe8\x04\xa1\x55\xda\x9b\x31\xfb\xc6\x8f\xab\x59\xd2\x2b\x4a\x49\x7f\x20\x64\xc8\xf4\x05\xef\x2b\x08\x75\x38\x2b\x99\x8a\xce\x18\x9c\xe0\x26\x1a\x83\xf7\xdd\xfa\xe6\x46\xae\x91\xe9\x55\xdd\x46\x7a\x02\x31\x23\x45\x6b\x7c\xa7\xb3\x4c\xaa\xec\xe1\xce\x47\x93\x97\xca\xec\x20\x7e\x83\x00\x64\x3f\x3b\x26\x70\xf6\x71\x14\xbd\xfc\xf4\xff\xb8\xfa\x39\xeb\x9f\x6f\x80\x42\x2b\xc9\xda\x2f\xbe\x99\x2e\x2e\x85\xd0\xee\x10\x70\x48\xb9\xa2\x7b\x25\x82\xcb\x9b\xeb\xe6\xf8\xa1\x33\x3b\x7b\x7f\x7b\x12\xdf\xfc\xe6\xfa\xea\x24\xc6\xef\x76\xec\x68\x5d\x3f\xe6\xdc\x95\xc4\x4c\x69\xcb\x52\xd8\xb9\xd1\xc9\x01\xae\xdb\x87\x23\xbe\x59\x9a\xe2\x6b\x94\x26\xc5\xaf\xdf\xed\xc7\x7b\x7f\x14\x2c\x51\xd0\x7f\x20\x45\x47\x7a\x8d\x54\xa9\xc1\x9e\xcd\x45\xaa\xcc\x90\xb5\x3d\x4b\xb5\x3a\x85\x11\x4f\x57\x24\xee\xba\x3a\xf8\xf1\x62\x75\x26\xef\xa4\x1f\x69\x4c\x8f\x18\xd4\x66\xe8\x6a\x50\x47\xe3\x96\x6b\x11\x8e\xaf\xbd\x42\xe0\xfd\x43\xd6\x26\xcd\x31\xeb\xb0\x18\x93\x24\xdc\xa6\x30\x9f\x1f\x0d\xc5\x51\x9f\x76\xe6\xe0\x75\xad\xf0\xb5\x57\xb8\x19\x87\x29\xa1\x1f\xdc\xa1\x03\xdb\xcd\xbd\xe0\xf2\xe6\x7a\xc3\xdf\x27\x12\xcd\x79\xb2\x0b\x44\x3b\xc6\x34\xf3\x6c\x76\xd5\xdc\x4c\x2e\xbf\x79\x33\xb6\x02\xaa\x2b\x02\xb5\x2e\x4c\x27\x3b\x6e\xc9\xac\xa5\xa0\x85\x5b\x2a\xe2\x7f\x61\x7a\x59\xd6\x06\x33\x5a\xb8\x34\x95\x5f\x7b\x81\x60\xad\x88\x7b\x15\xdc\xa1\x43\x26\x23\x3b\x7b\xc2\x31\x33\xf0\xed\x1c\x34\xf5\xd2\x87\xeb\xe9\x27\x4d\xa1\x55\x85\xd4\x3e\x81\xee\x04\xe6\xb4\x91\xe4\x21\xf1\xd9\xd9\xea\x1a\x61\x19\x55\x82\x26\xd9\x2a\x82\x54\x52\x9e\xd8\xb8\x43\xee\xf1\xb6\x01\x90\xa3\xe5\x5b\x83\xca\xca\xe6\xab\xc1\xa1\x5e\x91\x6a\x53\x20\x4f\xc0\xdf\x47\x22\x96\x05\x3d\xb5\xa7\x14\x64\x2d\x66\x07\xf5\x3c\xba\xdf\x10\xda\x43\x27\x92\x13\xb6\x77\x21\xa3\xc7\xf6\xc0\xf0\xb4\xcd\x47\xda\xc4\xb1\x62\x6a\xfa\xe2\x23\x57\x89\x4e\xb5\x86\x92\xdf\x91\xdf\xd2\xbd\x9d\x57\x77\xd6\x1f\x5d\xfb\x9d\x3e\x3e\x20\x56\x05\x36\x01\x36\xae\x82\x51\xdd\x30\xda\x14\xb7\xdc\x7c\x06\x68\xac\xab\x53\x07\x7f\xfd\x3d\xd8\x66\x11\x85\xa0\x92\x29\x79\xbf\xff\x75\xea\xd9\xb3\xf0\xd2\x7c\x7e\x0a\xaf\xad\xda\x84\x8f\x9f\x06\x95\x62\x4a\x3e\x34\x1f\x9a\x3c\xf1\x9f\x00\x00\x00\xff\xff\x78\x43\x46\x8f\xf6\x13\x00\x00") - -func aroOpenshiftIo_clustersYamlBytes() ([]byte, error) { - return bindataRead( - _aroOpenshiftIo_clustersYaml, - "aro.openshift.io_clusters.yaml", - ) -} - -func aroOpenshiftIo_clustersYaml() (*asset, error) { - bytes, err := aroOpenshiftIo_clustersYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "aro.openshift.io_clusters.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterDeploymentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x52\xc1\x6e\xdb\x30\x0c\xbd\xfb\x2b\x88\xde\xdd\xa4\xb7\x42\xb7\x62\x0d\x7a\x19\x82\x62\x59\x77\x67\x64\x26\x16\x22\x8b\x02\x49\x07\x75\xbf\x7e\x10\x92\x28\xce\x0a\x64\x3a\x19\x7c\x8f\xef\x3d\xd2\xc4\x1c\xfe\x90\x68\xe0\xe4\x00\x73\xd6\xc5\xf1\xa9\x39\x84\xd4\x39\x78\xa5\x1c\x79\x1a\x28\x59\x33\x90\x61\x87\x86\xae\x01\x88\xb8\xa5\xa8\xe5\x0b\x4a\x83\x03\x14\x6e\x39\x93\xa0\xb1\xb4\x03\xaa\x91\x34\x00\x09\x07\xba\x87\x69\x46\x4f\x0e\x38\x53\xd2\x3e\xec\xac\xc5\xaf\x51\xa8\x92\x1b\xcd\xe4\x8b\x89\x50\x8e\xc1\xa3\x3a\x78\x6a\x00\x94\x22\x79\x63\x39\xd9\x0f\x68\xbe\xff\x39\xcb\x73\x37\x91\x9a\xa0\xd1\x7e\x3a\x51\x85\x63\x0c\x69\xff\x91\x3b\x34\xba\x74\x0f\xf8\xb9\x19\x65\x4f\x27\xb3\x73\xe5\x23\xe1\x11\x43\xc4\x6d\x24\x07\xcb\x06\xc0\x68\xc8\xb1\x76\xcd\x77\x53\x5e\xbc\xc9\x73\x37\x11\xc0\x65\xca\xf2\x3c\x27\xc3\x90\x48\x6a\x73\x0b\x9e\x87\x01\x53\x77\x55\x6b\x8b\xd4\x55\x5b\xf6\x3a\xc7\xea\xf6\xae\xa5\x99\x59\x79\x61\xc0\x32\xde\xdb\x6a\xbd\xfa\xf5\xf2\x7b\xf5\x5a\x81\xef\xff\xab\x42\x99\xc5\x6e\x6c\x6a\xd2\x77\x16\x73\xf0\xbc\x7c\x5e\x56\xf4\xa2\xd4\x9b\xe5\x5a\x8c\xe1\x48\x89\x54\xdf\x85\xb7\xe4\x66\xdc\xc2\x7a\x23\x9b\x97\x00\x32\x5a\xef\x60\xd1\x13\x46\xeb\xbf\x16\x42\xd8\x4d\xb7\x84\x7f\x6d\x13\x77\xb4\xb9\x39\x8d\x4b\xb5\x15\x8e\xf4\x78\x18\xb7\x24\x89\x8c\xf4\x31\xf0\xe2\xb4\x12\x07\x0f\x0f\x67\xaa\x92\x1c\x83\xa7\x17\xef\x79\x4c\xb6\xbe\x73\xb9\xdf\xd9\xf7\x98\x59\x02\x4b\xb0\xe9\x47\x44\xd5\x93\xac\x4e\x6a\x34\xb4\x3e\x8e\x85\xd7\x7a\x09\x16\x3c\xc6\x73\x83\x71\x2c\x3a\x81\xd3\xec\x06\x0e\x34\xb9\xff\xcc\x52\x47\xbe\xe4\x70\xb0\xfa\x0c\x6a\x5a\x01\xda\xed\xc8\x9b\x83\x35\x6f\x7c\x4f\xdd\x18\xa9\xf9\x1b\x00\x00\xff\xff\x57\x5c\x5d\xa2\xfa\x03\x00\x00") - -func masterDeploymentYamlBytes() ([]byte, error) { - return bindataRead( - _masterDeploymentYaml, - "master/deployment.yaml", - ) -} - -func masterDeploymentYaml() (*asset, error) { - bytes, err := masterDeploymentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/deployment.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterRolebindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xb1\x4e\x03\x31\x0c\x40\x77\x7f\x85\x7f\x20\x87\xd8\x50\x36\x60\x60\x2f\x12\xbb\x9b\xb8\xd4\xf4\x62\x47\x8e\xd3\xa1\x5f\x8f\xaa\xa2\x5b\x90\x6e\xb5\xdf\xf3\x33\x75\xf9\x62\x1f\x62\x9a\xd1\x8f\x54\x16\x9a\x71\x36\x97\x1b\x85\x98\x2e\x97\x97\xb1\x88\x3d\x5d\x9f\xe1\x22\x5a\x33\xbe\xaf\x73\x04\xfb\xc1\x56\x7e\x13\xad\xa2\xdf\xd0\x38\xa8\x52\x50\x06\x44\xa5\xc6\x19\xc9\x2d\x59\x67\xa7\x30\x4f\x8d\xee\x02\xb8\xad\x7c\xe0\xd3\x1d\xa2\x2e\x1f\x6e\xb3\xef\x04\x01\xf1\x5f\x6f\x3b\x5f\x1e\xb3\x44\xb5\x89\xc2\x98\xc7\x1f\x2e\x31\x32\xa4\x3f\xe7\x93\xfd\x2a\x85\x5f\x4b\xb1\xa9\xb1\xfb\xd5\x63\x37\x3a\x15\xce\x68\x9d\x75\x9c\xe5\x14\x89\x6e\xd3\x79\x83\xe1\x37\x00\x00\xff\xff\x4f\x98\xa4\x7c\x24\x01\x00\x00") - -func masterRolebindingYamlBytes() ([]byte, error) { - return bindataRead( - _masterRolebindingYaml, - "master/rolebinding.yaml", - ) -} - -func masterRolebindingYaml() (*asset, error) { - bytes, err := masterRolebindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/rolebinding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8d\x41\xca\xc2\x40\x0c\x46\xf7\x73\x8a\x5c\x60\xa0\xff\xae\xcc\x29\x7e\x10\xdc\x87\xe9\xa7\x1d\xb4\x93\x90\xc4\x2e\x3c\xbd\xd4\x16\x5d\xb9\x0b\xef\x7b\xbc\xb0\xb6\x33\xcc\x9b\xf4\x42\xeb\x5f\xba\xb5\x3e\x15\x3a\xc1\xd6\x56\x91\x16\x04\x4f\x1c\x5c\x12\x51\xe7\x05\x85\xd8\x24\x8b\xc2\x38\xc4\xf2\xc2\x1e\xb0\x63\x73\xe5\x8a\x42\xa2\xe8\x3e\xb7\x4b\x64\x7e\x3e\x0c\x1f\x39\xb9\xa2\x6e\x1d\xc7\x1d\x35\xc4\xb6\x9b\x88\x55\x7f\x45\x55\x2c\x7c\xb7\xf2\xf1\x7d\x8e\xd0\x37\xd8\xd7\x42\xe3\x30\x0e\x07\x08\xb6\x2b\xe2\xff\x8b\x5f\x01\x00\x00\xff\xff\x10\x70\xf6\x36\xda\x00\x00\x00") - -func masterServiceYamlBytes() ([]byte, error) { - return bindataRead( - _masterServiceYaml, - "master/service.yaml", - ) -} - -func masterServiceYaml() (*asset, error) { - bytes, err := masterServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _masterServiceaccountYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xca\x31\x8e\x02\x31\x0c\x05\xd0\x3e\xa7\xf0\x05\x52\x6c\xeb\x6e\xcf\x80\x44\xff\x95\xf9\x08\x0b\xc5\x8e\x1c\xcf\x14\x9c\x9e\x06\x51\xbf\x87\x65\x77\xe6\xb6\x70\x95\xeb\xaf\xbd\xcc\x0f\x95\x1b\xf3\xb2\xc1\xff\x31\xe2\xf4\x6a\x93\x85\x03\x05\x6d\x22\x8e\x49\x15\x64\xf4\x58\x4c\x54\x64\x9f\xd8\xc5\xfc\xda\x5e\x18\x54\x89\x45\xdf\x4f\x7b\x54\xc7\xfb\x4c\xfe\x72\xfb\x04\x00\x00\xff\xff\xe4\xf5\x04\x25\x70\x00\x00\x00") - -func masterServiceaccountYamlBytes() ([]byte, error) { - return bindataRead( - _masterServiceaccountYaml, - "master/serviceaccount.yaml", - ) -} - -func masterServiceaccountYaml() (*asset, error) { - bytes, err := masterServiceaccountYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "master/serviceaccount.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _namespaceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xca\xb1\x0d\x02\x31\x0c\x05\xd0\x3e\x53\x58\xd7\x07\x44\x9b\x21\x28\xe9\xbf\x2e\x1f\x61\x41\xec\x28\x36\x14\x4c\x8f\xa8\xae\x7f\x98\x7a\xe3\x0a\x75\x6b\xf2\xb9\x94\xa7\x5a\x6f\x72\xc5\x60\x4c\xec\x2c\x83\x89\x8e\x44\x2b\x22\x86\xc1\x26\x3e\x69\xf1\xd0\x7b\x56\x7c\xdf\x8b\xd5\x27\x17\xd2\x57\x11\x81\x99\x27\x52\xdd\xe2\xef\xe5\xb0\x27\xf5\xb3\x79\x67\x0d\xbe\xb8\xa7\xaf\x26\xdb\x56\x7e\x01\x00\x00\xff\xff\xc1\xaf\xa6\x4c\x7c\x00\x00\x00") - -func namespaceYamlBytes() ([]byte, error) { - return bindataRead( - _namespaceYaml, - "namespace.yaml", - ) -} - -func namespaceYaml() (*asset, error) { - bytes, err := namespaceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "namespace.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _previewAroOpenshiftIo_previewfeaturesYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x58\xcd\x72\xdb\x36\x10\xbe\xeb\x29\x76\xd2\x83\x2f\x11\x2d\xc5\xa9\xdb\xe8\xe6\xb1\x93\x8c\xa7\x89\x93\xb1\x3d\xce\xa1\xd3\xc3\x8a\x5c\x52\x88\x41\x80\x01\x16\x52\xd5\x4e\xdf\xbd\x03\x80\x94\x48\x8a\xb4\xd5\xb4\xe5\x49\x04\x16\xdf\xee\x7e\xfb\x83\xa5\x26\xd3\xe9\x74\x82\x95\x78\x20\x63\x85\x56\x0b\xc0\x4a\xd0\xef\x4c\xca\xbf\xd9\xe4\xf1\x67\x9b\x08\x7d\xba\x9e\x4f\x1e\x85\xca\x16\x70\xe9\x2c\xeb\xf2\x96\xac\x76\x26\xa5\x2b\xca\x85\x12\x2c\xb4\x9a\x94\xc4\x98\x21\xe3\x62\x02\x80\x4a\x69\x46\xbf\x6c\xfd\x2b\x40\xaa\x15\x1b\x2d\x25\x99\x69\x41\x2a\x79\x74\x4b\x5a\x3a\x21\x33\x32\x01\xbc\x51\xbd\x9e\x25\xe7\xc9\xd9\x74\x96\xbc\x9a\xbd\x9a\xcf\xde\xcc\xcf\xe7\x67\xb3\x9f\x5e\x9f\x4f\xdf\xbc\x7e\x3d\x9b\x9f\xff\x38\xc7\xf3\xf4\x6c\x02\x90\x1a\x0a\xe0\xf7\xa2\x24\xcb\x58\x56\x0b\x50\x4e\xca\x09\x80\xc2\x92\x16\x50\x19\x5a\x0b\xda\xe4\x84\xec\x0c\xd9\xa4\x7e\x4f\xd0\xe8\x44\x57\xa4\xec\x4a\xe4\x9c\x08\x3d\xb1\x15\xa5\xde\xc0\xc2\x68\x57\xed\xce\x1d\xca\x45\xe0\xda\x97\xc8\xc3\xe7\x28\xfb\x2e\xea\x08\x1b\x52\x58\xfe\x65\x60\xf3\x83\xb0\x1c\x04\x2a\xe9\x0c\xca\x03\xfb\xc2\x9e\x15\xaa\x70\x12\x4d\x7f\x77\x02\x60\x53\x5d\xd1\x02\x2e\xa5\xb3\x4c\x66\x02\x50\xf3\x15\xec\x99\xd6\x3e\xaf\xe7\x28\xab\x15\xce\x23\x58\xba\xa2\x12\xa3\xb9\x00\xde\x95\x8b\xcf\xd7\x0f\x67\x77\x9d\x65\x80\x8c\x6c\x6a\x44\xc5\x81\xfb\xae\xcd\x20\x2c\xf0\x8a\x20\x1e\x81\x5c\x9b\xf0\x5a\xdb\x06\xb5\x71\x70\xf1\xf9\x7a\x87\x56\x19\x5d\x91\x61\xd1\xf0\x14\x9f\x56\x66\xb5\x56\x7b\xba\x4f\xbc\x79\x51\x0a\x32\x9f\x52\x14\xb5\xd7\x8e\x52\x56\x7b\x04\x3a\x07\x5e\x09\x0b\x86\x2a\x43\x96\x54\x4c\xb2\x0e\x30\x78\x21\x54\xa0\x97\x5f\x29\xe5\x04\xee\xc8\x78\x18\xb0\x2b\xed\x64\xe6\x33\x71\x4d\x86\xc1\x50\xaa\x0b\x25\xfe\xd8\x61\x5b\x60\x1d\x94\x4a\x64\xaa\x03\xb6\x7f\x84\x62\x32\x0a\x25\xac\x51\x3a\x7a\x09\xa8\x32\x28\x71\x0b\x86\xbc\x16\x70\xaa\x85\x17\x44\x6c\x02\x1f\xb5\xe7\x51\xe5\x7a\x01\x2b\xe6\xca\x2e\x4e\x4f\x0b\xc1\x4d\x45\xa5\xba\x2c\x9d\x12\xbc\x3d\x0d\xc5\x21\x96\x8e\xb5\xb1\xa7\x19\xad\x49\x9e\x5a\x51\x4c\xd1\xa4\x2b\xc1\x94\x7a\xa2\x4f\xb1\x12\xd3\x60\xba\x0a\x55\x95\x94\xd9\x0f\xa6\xae\x41\x7b\xd2\xb1\x95\xb7\x3e\x59\x2c\x1b\xa1\x8a\xd6\x46\xc8\xda\x27\x22\xe0\x13\xd7\x07\x1d\xeb\xa3\xd1\x8b\x3d\xd1\x7e\xc9\xb3\x73\xfb\xf6\xee\x1e\x1a\xd5\x21\x18\x7d\xf6\x03\xef\xfb\x83\x76\x1f\x02\x4f\x98\x50\x39\x99\x18\xc4\xdc\xe8\x32\x60\x92\xca\x2a\x2d\x14\x87\x97\x54\x0a\x52\x7d\xfa\xad\x5b\x96\x82\x7d\xdc\xbf\x39\xb2\xec\x63\x95\xc0\x65\x68\x33\xb0\x24\x70\x55\x86\x4c\x59\x02\xd7\x0a\x2e\xb1\x24\x79\x89\x96\xfe\xf7\x00\x78\xa6\xed\xd4\x13\x7b\x5c\x08\xda\x1d\xb2\x2f\x1c\x59\x6b\x6d\x34\xad\x69\x24\x5e\xdd\x6a\xbd\xab\x28\xed\x14\x4e\xbf\x4e\x7d\xfd\x5e\xdc\x7e\xea\xe0\x0d\xd7\xab\x7f\x94\x2d\xde\x49\xbd\xf9\xa0\x8b\x83\xad\x9e\x19\x37\x77\xef\x1b\xc9\xd0\xe3\x51\xa8\xf0\x23\x17\x85\x33\xa1\x36\x83\xea\x9b\xbb\xf7\x90\x4b\xbd\x01\xa9\x0b\x9b\x1c\x40\x02\x7c\x2a\x45\x1d\xfd\xce\x59\x91\xc3\x56\x3b\xc8\xb4\x3a\x61\xd8\xa0\xda\xc9\xd4\x97\x89\x2f\x59\x5f\x78\x2a\x15\x92\x06\x60\x9f\xd1\x3b\xce\x80\x7f\x48\xe1\x52\x52\x36\xb4\xd5\x2f\x9e\xb7\x51\xb4\x13\x82\x25\xad\x70\x2d\xb4\x33\xb1\x69\xd1\xde\x50\x33\x0c\x09\xb0\x59\x91\x02\x36\x8e\xfa\x6e\x6e\x84\x94\xc0\x66\x1b\xfd\xc5\x74\x15\x04\x32\xb2\xc2\x50\xd6\xe5\xec\xe5\x53\xd8\x39\x4a\x4b\x20\xb8\x03\x98\x09\xeb\xad\x0f\x90\x7b\xb2\x4e\x06\x71\x62\xb2\x2e\xb5\x96\x84\xfd\xb6\xeb\x1f\x45\xbc\xd1\xe6\xf1\x0b\x72\xba\x22\x73\x7d\x75\x04\x79\x37\xbd\x23\x21\xf3\x45\x2e\x6a\x1a\xaf\xaf\x1a\xfe\x6a\xec\x31\xff\xe2\xf9\xa1\xe4\x1a\x2d\xc8\xe6\x31\xc4\xb1\xac\xaf\x70\x3b\x98\x0a\xde\xe4\x1c\x9d\xe4\x05\xbc\x99\x3d\xef\xd2\x6d\x1b\xaf\xe5\xcf\x4a\x6f\xa0\x44\xb5\x85\xcc\xaf\x37\x7c\x7b\xba\x47\x9c\xaa\xef\xac\xa5\x4f\x1e\x5f\x5b\x94\x0d\xfb\x97\x6b\x53\x22\x2f\xfc\x2d\x75\xf6\xea\x09\x06\xfc\x2d\x56\x84\x11\xe2\x40\x13\x6b\x83\x05\x5d\xa4\xa9\x76\x8a\x9b\xf1\xee\xfa\x98\xec\xbf\x1b\x3e\xba\x8b\x5b\x0d\x0d\x18\x05\xc0\x59\xca\x46\xfc\xf5\xbd\x22\xf5\x29\x9f\xee\xee\x9b\x7d\x46\xc2\x47\x67\x43\xb7\x17\x2a\xe2\x62\xe9\x79\x29\x7c\xa3\xd0\xf9\x18\x62\x7d\xfc\xbb\xf2\x82\x0d\xe6\xb9\x48\x2f\x14\xca\x2d\x8b\xd4\x5e\xfb\x21\x60\x8d\xf2\x99\x14\x39\x9f\x95\x47\xf4\x8c\x06\x0c\x90\x61\xb3\x12\xbe\xa6\xb5\x2f\xe5\xcc\xa5\x1c\xcd\xc6\x46\x6f\x02\x0f\x61\xa4\x18\xeb\x1b\xe7\xb3\xf2\x25\xcc\x67\x65\x02\x57\x2d\x1b\x46\x4a\x98\x94\x2b\x87\x81\xa6\xa3\x96\x4f\x3d\xfa\x7f\xc1\xe0\x07\x5d\xec\x7e\x7f\xd1\xe6\xd1\x56\x78\x64\x96\xdd\xd2\x37\x17\xba\x9d\xcf\x91\xfb\x1e\xec\x60\x6e\x8c\x90\xb5\xcb\x98\x7f\x97\x1b\xeb\xa1\xa1\x76\x6f\x79\x1d\x86\xe1\x62\xec\x38\xd6\x9f\x7b\x6b\x60\x6f\x60\xfb\xfa\x1a\x36\xf2\xa9\x60\xce\x47\xd6\xbf\xa7\x41\x98\x9a\xfd\x43\x5d\xd3\xe6\x9e\x3c\xd8\x19\x19\x6c\xc6\x27\x1e\x46\x76\xf6\xf8\x99\x27\x88\x77\xae\x5c\xbd\xb4\x7e\xd2\xcc\x02\x14\x79\x06\x07\xbe\xd2\x9a\x67\xfc\xf2\xf7\x45\x28\x5a\x1f\xaf\xed\x47\x30\x95\x83\x75\xd8\xb1\xf4\x53\x45\x06\x59\x9b\xcb\x06\xc9\x4f\xd6\x5f\x7d\x8a\xc6\x86\x88\x2a\x43\x93\xed\x15\x41\x2e\x48\x66\x83\x93\xd1\xd3\x33\x0a\x80\x44\xcb\xf7\x06\x95\x15\xcd\x17\xf1\x58\x97\x68\x2e\x09\x3f\x2a\x4f\x59\x8c\x16\xc8\x33\x89\xef\xe7\x58\x6b\xb1\x18\xd5\xf3\xec\x79\x43\x68\xc7\x2a\xe7\x88\xe3\x43\x79\xf2\x0f\x8e\x07\x81\xef\x3b\x3c\x9a\xd1\xfb\x4d\x34\x06\xb7\xfd\x2f\xa2\x3a\x1b\x06\xbf\x83\x9f\x54\x3b\xa8\xf0\x60\x31\x26\xfd\x22\x4c\x8e\x71\x21\xde\xb8\xed\x15\xb7\xdc\x7d\x2e\x36\xfa\x6b\x1e\xe1\xcf\xbf\x26\x7b\x4a\x31\x4d\xa9\x62\xca\x6e\xfa\xff\x77\xbc\x78\xd1\xf9\x0b\x23\xbc\xb6\x0a\x05\x7e\xfd\x6d\x12\x15\x53\xf6\xd0\xfc\x3d\xe1\x17\xff\x0e\x00\x00\xff\xff\xf4\x93\x56\xd7\x5f\x12\x00\x00") - -func previewAroOpenshiftIo_previewfeaturesYamlBytes() ([]byte, error) { - return bindataRead( - _previewAroOpenshiftIo_previewfeaturesYaml, - "preview.aro.openshift.io_previewfeatures.yaml", - ) -} - -func previewAroOpenshiftIo_previewfeaturesYaml() (*asset, error) { - bytes, err := previewAroOpenshiftIo_previewfeaturesYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "preview.aro.openshift.io_previewfeatures.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerDeploymentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x52\xcb\x6e\xdb\x40\x0c\xbc\xeb\x2b\x88\xdc\x15\x27\xb7\x60\x6f\x41\x63\xe4\x52\x04\x45\xd3\xf4\x4e\xaf\xa6\xd6\xc2\xfb\x02\x49\xbb\x55\xbe\xbe\x10\x64\xcb\x32\x02\x88\x27\x61\x38\x9c\x19\x2e\xc5\x35\xfc\x86\x68\x28\xd9\x11\xd7\xaa\x9b\xd3\x63\x73\x08\xb9\x73\xf4\x82\x1a\xcb\x90\x90\xad\x49\x30\xee\xd8\xd8\x35\x44\x91\x77\x88\x3a\x7e\xd1\x38\xe0\x88\xa5\xb4\xa5\x42\xd8\x8a\xb4\x7f\x8b\x1c\x20\x0d\x51\xe6\x84\xb5\x9e\x56\xf6\x70\x54\x2a\xb2\xf6\xe1\x8f\xb5\xfc\x79\x14\xcc\xe4\x46\x2b\xfc\x68\x22\xa8\x31\x78\x56\x47\x8f\x0d\x91\x22\xc2\x5b\x91\xc9\x3e\xb1\xf9\xfe\xfb\x22\xcf\x6a\x22\x35\x61\xc3\x7e\x98\xa8\x52\x62\x0c\x79\xff\x51\x3b\x36\x5c\xa6\x13\xff\x7b\x3f\xca\x1e\x93\xd9\x19\xf9\xc8\x7c\xe2\x10\x79\x17\xe1\xe8\xa1\x21\x32\xa4\x1a\xe7\xa9\xe5\xdb\x8c\x15\x6f\xf2\xac\x26\x22\xba\x6c\x39\x96\x2f\xd9\x38\x64\xc8\x3c\xdc\x92\x2f\x29\x71\xee\xae\x6a\xed\x28\x75\xd5\x96\xbd\x2e\x7b\xf3\xeb\x5d\xa1\x85\xd9\x58\x21\xf1\xb8\xde\xeb\xf6\x6d\xfb\xf3\xf9\xd7\xf6\x65\x6e\x7c\xbd\xd7\xdc\x8a\xe1\x84\x0c\xd5\x1f\x52\x76\xb8\xda\x11\xf5\x66\xf5\x15\xb6\x84\x88\x2a\x5b\xef\x68\xd3\x83\xa3\xf5\x9f\x1b\x01\x77\xc3\x2d\xa1\x88\x39\x7a\x7a\x78\x7a\x38\xc3\xb9\x74\x78\xbf\x39\xec\x05\x6d\xa5\x44\xdc\x1f\x8e\x3b\x48\x86\x41\xef\x43\xd9\x4c\x0b\x39\xba\xbb\x3b\x53\x15\x72\x0a\x1e\xcf\xde\x97\x63\xb6\xb7\x95\xff\xee\x2b\x7b\x8d\x59\x25\x14\x09\x36\x7c\x8b\xac\x3a\xc9\xea\xa0\x86\xd4\xfa\x78\x54\x83\xb4\x5e\x82\x05\xcf\xb1\xf9\x1f\x00\x00\xff\xff\x4f\x57\x4a\x02\x45\x03\x00\x00") - -func workerDeploymentYamlBytes() ([]byte, error) { - return bindataRead( - _workerDeploymentYaml, - "worker/deployment.yaml", - ) -} - -func workerDeploymentYaml() (*asset, error) { - bytes, err := workerDeploymentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/deployment.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerRoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x8e\xb1\x6e\x2c\x31\x08\x45\x7b\xbe\x82\x1f\xb0\x57\xaf\x7b\x72\x9b\x22\x7d\x14\xa5\x67\x3d\x24\x83\xc6\x63\x2c\xc0\xbb\x52\xbe\x3e\x9a\xd9\x6d\x53\xa5\xe2\x0a\x1d\x0e\x17\x52\x4a\x40\x43\x3e\xd8\x5c\xb4\x17\xb4\x2b\xd5\x4c\x33\x56\x35\xf9\xa6\x10\xed\x79\xfb\xef\x59\xf4\x72\xfb\x07\x9b\xf4\xa5\xe0\x4b\x9b\x1e\x6c\x6f\xda\x18\x76\x0e\x5a\x28\xa8\x00\x62\x35\x3e\x0f\xde\x65\x67\x0f\xda\x47\xc1\x3e\x5b\x03\xc4\x4e\x3b\x17\x24\xd3\xa4\x83\x8d\x42\x2d\xdd\xd5\x36\x36\xb0\xd9\xd8\x0b\x24\xa4\x21\xaf\xa6\x73\xf8\x61\x4a\x07\x9b\x75\x70\xf7\x55\x3e\x23\x8b\x02\xa2\xb1\xeb\xb4\xca\x4f\xa2\x3e\x5a\x38\x20\xde\xd8\xae\xcf\xed\x17\xc7\x39\x9b\xf8\x23\xdc\x29\xea\xfa\x17\xff\xc5\x83\x62\xfe\xf2\x66\x9c\xf6\x23\xcd\xb1\x50\x30\xfc\x04\x00\x00\xff\xff\x30\x78\x19\x41\x50\x01\x00\x00") - -func workerRoleYamlBytes() ([]byte, error) { - return bindataRead( - _workerRoleYaml, - "worker/role.yaml", - ) -} - -func workerRoleYaml() (*asset, error) { - bytes, err := workerRoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/role.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerRolebindingYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8d\x31\x6e\xc3\x30\x0c\x45\x77\x9d\x82\x17\x90\x8b\x6e\x85\xb6\xb6\x43\x77\x17\xe8\x4e\xcb\x74\xcd\xda\x26\x05\x8a\x72\x01\x9f\x3e\x08\x12\x64\x09\xe0\xf9\xbf\xf7\x1f\x16\xfe\x21\xab\xac\x92\xc0\x06\xcc\x1d\x36\x9f\xd5\xf8\x40\x67\x95\x6e\x79\xab\x1d\xeb\xcb\xfe\x1a\x16\x96\x31\xc1\xe7\xda\xaa\x93\xf5\xba\xd2\x07\xcb\xc8\xf2\x1b\x36\x72\x1c\xd1\x31\x05\x00\xc1\x8d\x12\xa0\x69\xd4\x42\x86\xae\x16\xff\xd5\x16\xb2\x60\xba\x52\x4f\xd3\x15\xc2\xc2\x5f\xa6\xad\x9c\x04\x03\xc0\x53\xef\xf4\xbe\xb6\xe1\x8f\xb2\xd7\x14\xe2\xdd\xfc\x26\xdb\x39\xd3\x7b\xce\xda\xc4\x4f\xe5\xdb\x56\x0b\x66\x4a\xa0\x85\xa4\xce\x3c\x79\xc4\xa3\x19\x3d\xe0\x70\x09\x00\x00\xff\xff\x73\xce\x57\x9b\x2a\x01\x00\x00") - -func workerRolebindingYamlBytes() ([]byte, error) { - return bindataRead( - _workerRolebindingYaml, - "worker/rolebinding.yaml", - ) -} - -func workerRolebindingYaml() (*asset, error) { - bytes, err := workerRolebindingYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/rolebinding.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _workerServiceaccountYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x3c\xca\x31\x8a\xc3\x40\x0c\x05\xd0\x7e\x4e\xa1\x0b\x4c\xb1\xad\xba\x3d\x43\x20\xfd\x67\xfc\x43\x84\xb1\x34\x68\x64\x07\x72\xfa\x34\x21\xf5\x7b\x98\x76\x67\x2e\x0b\x57\xb9\xfe\xda\x6e\xbe\xa9\xdc\x98\x97\x0d\xfe\x8f\x11\xa7\x57\x3b\x58\xd8\x50\xd0\x26\xe2\x38\xa8\x82\x8c\x1e\x93\x89\x8a\xec\xaf\xc8\x9d\xf9\xb5\x35\x31\xa8\x12\x93\xbe\x9e\xf6\xa8\x8e\xf7\x99\xfc\xe5\xf6\x09\x00\x00\xff\xff\xe3\x3c\x43\x66\x70\x00\x00\x00") - -func workerServiceaccountYamlBytes() ([]byte, error) { - return bindataRead( - _workerServiceaccountYaml, - "worker/serviceaccount.yaml", - ) -} - -func workerServiceaccountYaml() (*asset, error) { - bytes, err := workerServiceaccountYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "worker/serviceaccount.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "aro.openshift.io_clusters.yaml": aroOpenshiftIo_clustersYaml, - "master/deployment.yaml": masterDeploymentYaml, - "master/rolebinding.yaml": masterRolebindingYaml, - "master/service.yaml": masterServiceYaml, - "master/serviceaccount.yaml": masterServiceaccountYaml, - "namespace.yaml": namespaceYaml, - "preview.aro.openshift.io_previewfeatures.yaml": previewAroOpenshiftIo_previewfeaturesYaml, - "worker/deployment.yaml": workerDeploymentYaml, - "worker/role.yaml": workerRoleYaml, - "worker/rolebinding.yaml": workerRolebindingYaml, - "worker/serviceaccount.yaml": workerServiceaccountYaml, -} - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// data/ -// foo.txt -// img/ -// a.png -// b.png -// then AssetDir("data") would return []string{"foo.txt", "img"} -// AssetDir("data/img") would return []string{"a.png", "b.png"} -// AssetDir("foo.txt") and AssetDir("notexist") would return an error -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - cannonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(cannonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "aro.openshift.io_clusters.yaml": {aroOpenshiftIo_clustersYaml, map[string]*bintree{}}, - "master": {nil, map[string]*bintree{ - "deployment.yaml": {masterDeploymentYaml, map[string]*bintree{}}, - "rolebinding.yaml": {masterRolebindingYaml, map[string]*bintree{}}, - "service.yaml": {masterServiceYaml, map[string]*bintree{}}, - "serviceaccount.yaml": {masterServiceaccountYaml, map[string]*bintree{}}, - }}, - "namespace.yaml": {namespaceYaml, map[string]*bintree{}}, - "preview.aro.openshift.io_previewfeatures.yaml": {previewAroOpenshiftIo_previewfeaturesYaml, map[string]*bintree{}}, - "worker": {nil, map[string]*bintree{ - "deployment.yaml": {workerDeploymentYaml, map[string]*bintree{}}, - "role.yaml": {workerRoleYaml, map[string]*bintree{}}, - "rolebinding.yaml": {workerRolebindingYaml, map[string]*bintree{}}, - "serviceaccount.yaml": {workerServiceaccountYaml, map[string]*bintree{}}, - }}, -}} - -// RestoreAsset restores an asset under the given directory -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) - if err != nil { - return err - } - return nil -} - -// RestoreAssets restores an asset under the given directory recursively -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - cannonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) -} diff --git a/pkg/operator/deploy/deploy.go b/pkg/operator/deploy/deploy.go index b1b30cf2f..191cb4dcb 100644 --- a/pkg/operator/deploy/deploy.go +++ b/pkg/operator/deploy/deploy.go @@ -5,6 +5,7 @@ package deploy import ( "context" + "embed" "errors" "fmt" "strings" @@ -32,6 +33,7 @@ import ( aroclient "github.com/Azure/ARO-RP/pkg/operator/clientset/versioned" "github.com/Azure/ARO-RP/pkg/operator/controllers/genevalogging" "github.com/Azure/ARO-RP/pkg/util/dynamichelper" + utilembed "github.com/Azure/ARO-RP/pkg/util/embed" "github.com/Azure/ARO-RP/pkg/util/pullsecret" "github.com/Azure/ARO-RP/pkg/util/ready" "github.com/Azure/ARO-RP/pkg/util/restconfig" @@ -40,6 +42,9 @@ import ( "github.com/Azure/ARO-RP/pkg/util/version" ) +//go:embed staticresources +var embeddedFiles embed.FS + type Operator interface { CreateOrUpdate(context.Context) error IsReady(context.Context) (bool, error) @@ -78,16 +83,10 @@ func New(log *logrus.Entry, env env.Interface, oc *api.OpenShiftCluster, arocli }, nil } -func (o *operator) resources() ([]kruntime.Object, error) { - // first static resources from Assets +func (o *operator) staticResources() ([]kruntime.Object, error) { results := []kruntime.Object{} - for _, assetName := range AssetNames() { - b, err := Asset(assetName) - if err != nil { - return nil, err - } - - obj, _, err := scheme.Codecs.UniversalDeserializer().Decode(b, nil, nil) + for _, fileBytes := range utilembed.ReadDirRecursive(embeddedFiles, "staticresources") { + obj, _, err := scheme.Codecs.UniversalDeserializer().Decode(fileBytes, nil, nil) if err != nil { return nil, err } @@ -97,9 +96,18 @@ func (o *operator) resources() ([]kruntime.Object, error) { if d.Labels == nil { d.Labels = map[string]string{} } - d.Labels["version"] = version.GitCommit + var image string + + if o.oc.Properties.OperatorVersion != "" { + image = fmt.Sprintf("%s/aro:%s", o.env.ACRDomain(), o.oc.Properties.OperatorVersion) + d.Labels["version"] = o.oc.Properties.OperatorVersion + } else { + image = o.env.AROOperatorImage() + d.Labels["version"] = version.GitCommit + } + for i := range d.Spec.Template.Spec.Containers { - d.Spec.Template.Spec.Containers[i].Image = o.env.AROOperatorImage() + d.Spec.Template.Spec.Containers[i].Image = image if o.env.IsLocalDevelopmentMode() { d.Spec.Template.Spec.Containers[i].Env = append(d.Spec.Template.Spec.Containers[i].Env, corev1.EnvVar{ @@ -112,6 +120,16 @@ func (o *operator) resources() ([]kruntime.Object, error) { results = append(results, obj) } + return results, nil +} + +func (o *operator) resources() ([]kruntime.Object, error) { + // first static resources from Assets + results, err := o.staticResources() + if err != nil { + return nil, err + } + // then dynamic resources key, cert := o.env.ClusterGenevaLoggingSecret() gcsKeyBytes, err := utiltls.PrivateKeyAsBytes(key) @@ -193,12 +211,10 @@ func (o *operator) resources() ([]kruntime.Object, error) { }, } - if o.oc.Properties.FeatureProfile.GatewayEnabled && o.oc.Properties.NetworkProfile.GatewayPrivateEndpointIP != "" { - cluster.Spec.GatewayDomains = append(o.env.GatewayDomains(), o.oc.Properties.ImageRegistryStorageAccountName+".blob."+o.env.Environment().StorageEndpointSuffix) - } else { - // covers the case of an admin-disable, we need to update dnsmasq on each node - cluster.Spec.GatewayDomains = make([]string, 0) - } + // TODO (BV): reenable gateway once we fix bugs + // if o.oc.Properties.NetworkProfile.GatewayPrivateEndpointIP != "" { + // cluster.Spec.GatewayDomains = append(o.env.GatewayDomains(), o.oc.Properties.ImageRegistryStorageAccountName+".blob."+o.env.Environment().StorageEndpointSuffix) + // } // create a secret here for genevalogging, later we will copy it to // the genevalogging namespace. diff --git a/pkg/operator/deploy/deploy_test.go b/pkg/operator/deploy/deploy_test.go index 04837e4b3..59bcfeeb5 100644 --- a/pkg/operator/deploy/deploy_test.go +++ b/pkg/operator/deploy/deploy_test.go @@ -4,25 +4,16 @@ package deploy // Licensed under the Apache License 2.0. import ( - "context" "errors" - "reflect" "testing" -<<<<<<< HEAD "github.com/golang/mock/gomock" appsv1 "k8s.io/api/apps/v1" - corev1 "k8s.io/api/core/v1" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "k8s.io/client-go/kubernetes/fake" "github.com/Azure/ARO-RP/pkg/api" "github.com/Azure/ARO-RP/pkg/util/cmp" mock_env "github.com/Azure/ARO-RP/pkg/util/mocks/env" -======= - "github.com/Azure/ARO-RP/pkg/api" - "github.com/Azure/ARO-RP/pkg/util/cmp" ->>>>>>> 98308f29a (add e2e test) + "github.com/Azure/ARO-RP/pkg/util/version" ) func TestCheckIngressIP(t *testing.T) { @@ -138,80 +129,6 @@ func TestCheckIngressIP(t *testing.T) { }) } } -<<<<<<< HEAD - -func TestCreateDeploymentData(t *testing.T) { - operatorImageTag := "v20071110" - operatorImageUntagged := "arosvc.azurecr.io/aro" - operatorImageWithTag := operatorImageUntagged + ":" + operatorImageTag - - for _, tt := range []struct { - name string - mock func(*mock_env.MockInterface, *api.OpenShiftCluster) - operatorVersionOverride string - expected deploymentData - }{ - { - name: "no image override, use default", - mock: func(env *mock_env.MockInterface, oc *api.OpenShiftCluster) { - env.EXPECT(). - AROOperatorImage(). - Return(operatorImageWithTag) - }, - expected: deploymentData{ - Image: operatorImageWithTag, - Version: operatorImageTag}, - }, - { - name: "no image tag, use latest version", - mock: func(env *mock_env.MockInterface, oc *api.OpenShiftCluster) { - env.EXPECT(). - AROOperatorImage(). - Return(operatorImageUntagged) - }, - expected: deploymentData{ - Image: operatorImageUntagged, - Version: "latest"}, - }, - { - name: "OperatorVersion override set", - mock: func(env *mock_env.MockInterface, oc *api.OpenShiftCluster) { - env.EXPECT(). - AROOperatorImage(). - Return(operatorImageUntagged) - env.EXPECT(). - ACRDomain(). - Return("docker.io") - - oc.Properties.OperatorVersion = "override" - }, - expected: deploymentData{ - Image: "docker.io/aro:override", - Version: "override"}, - }, - } { - t.Run(tt.name, func(t *testing.T) { - controller := gomock.NewController(t) - defer controller.Finish() - - env := mock_env.NewMockInterface(controller) - env.EXPECT().IsLocalDevelopmentMode().Return(tt.expected.IsLocalDevelopment).AnyTimes() - - oc := &api.OpenShiftCluster{Properties: api.OpenShiftClusterProperties{}} - tt.mock(env, oc) - - o := operator{ - oc: oc, - env: env, - } - - deploymentData := o.createDeploymentData() - if !reflect.DeepEqual(deploymentData, tt.expected) { - t.Errorf("actual deployment: %v, expected %v", deploymentData, tt.expected) - } - }) - } -} func TestOperatorVersion(t *testing.T) { type test struct { @@ -227,7 +144,7 @@ func TestOperatorVersion(t *testing.T) { oc: func() *api.OpenShiftClusterProperties { return &api.OpenShiftClusterProperties{} }, - wantVersion: "latest", + wantVersion: version.GitCommit, wantPullspec: "defaultaroimagefromenv", }, { @@ -257,7 +174,7 @@ func TestOperatorVersion(t *testing.T) { env: _env, } - staticResources, err := o.createObjects() + staticResources, err := o.staticResources() if err != nil { t.Error(err) } @@ -275,7 +192,7 @@ func TestOperatorVersion(t *testing.T) { for _, d := range deployments { if d.Labels["version"] != tt.wantVersion { - t.Errorf("Got %q, not %q for label \"version\"", d.Labels["version"], tt.wantVersion) + t.Errorf("Got %q, not %q", d.Labels["version"], tt.wantVersion) } if len(d.Spec.Template.Spec.Containers) != 1 { @@ -284,143 +201,9 @@ func TestOperatorVersion(t *testing.T) { image := d.Spec.Template.Spec.Containers[0].Image if image != tt.wantPullspec { - t.Errorf("Got %q, not %q for the image", image, tt.wantPullspec) + t.Errorf("Got %q, not %q", image, tt.wantPullspec) } } }) } } - -func TestCheckOperatorDeploymentVersion(t *testing.T) { - ctx := context.Background() - for _, tt := range []struct { - name string - deployment *appsv1.Deployment - desiredVersion string - want bool - wantErr error - }{ - { - name: "arooperator deployment has correct version", - deployment: &appsv1.Deployment{ - ObjectMeta: metav1.ObjectMeta{ - Name: "arooperator-deploy", - Namespace: "openshift-azure-operator", - Labels: map[string]string{ - "version": "abcde", - }, - }, - }, - desiredVersion: "abcde", - want: true, - wantErr: nil, - }, - { - name: "arooperator deployment has incorrect version", - deployment: &appsv1.Deployment{ - ObjectMeta: metav1.ObjectMeta{ - Name: "arooperator-deploy", - Namespace: "openshift-azure-operator", - Labels: map[string]string{ - "version": "unknown", - }, - }, - }, - desiredVersion: "abcde", - want: false, - wantErr: nil, - }, - } { - t.Run(tt.name, func(t *testing.T) { - clientset := fake.NewSimpleClientset() - _, err := clientset.AppsV1().Deployments("openshift-azure-operator").Create(ctx, tt.deployment, metav1.CreateOptions{}) - if err != nil { - t.Fatalf("error creating deployment: %v", err) - } - - got, err := checkOperatorDeploymentVersion(ctx, clientset.AppsV1().Deployments("openshift-azure-operator"), tt.deployment.Name, tt.desiredVersion) - if err != nil && err.Error() != tt.wantErr.Error() || - err == nil && tt.wantErr != nil { - t.Error(err) - } - if tt.want != got { - t.Fatalf("error with CheckOperatorDeploymentVersion test %s: got %v wanted %v", tt.name, got, tt.want) - } - }) - } -} - -func TestCheckPodImageVersion(t *testing.T) { - ctx := context.Background() - for _, tt := range []struct { - name string - pod *corev1.Pod - desiredVersion string - want bool - wantErr error - }{ - { - name: "arooperator pod has correct image version", - pod: &corev1.Pod{ - ObjectMeta: metav1.ObjectMeta{ - Name: "arooperator-pod", - Namespace: "openshift-azure-operator", - Labels: map[string]string{ - "app": "arooperator-pod", - }, - }, - Spec: corev1.PodSpec{ - Containers: []corev1.Container{ - { - Image: "random-image:abcde", - }, - }, - }, - }, - desiredVersion: "abcde", - want: true, - wantErr: nil, - }, - { - name: "arooperator pod has incorrect image version", - pod: &corev1.Pod{ - ObjectMeta: metav1.ObjectMeta{ - Name: "arooperator-pod", - Namespace: "openshift-azure-operator", - Labels: map[string]string{ - "app": "arooperator-pod", - }, - }, - Spec: corev1.PodSpec{ - Containers: []corev1.Container{ - { - Image: "random-image:unknown", - }, - }, - }, - }, - desiredVersion: "abcde", - want: false, - wantErr: nil, - }, - } { - t.Run(tt.name, func(t *testing.T) { - clientset := fake.NewSimpleClientset() - _, err := clientset.CoreV1().Pods("openshift-azure-operator").Create(ctx, tt.pod, metav1.CreateOptions{}) - if err != nil { - t.Fatalf("error creating pod: %v", err) - } - - got, err := checkPodImageVersion(ctx, clientset.CoreV1().Pods("openshift-azure-operator"), tt.pod.Name, tt.desiredVersion) - if err != nil && err.Error() != tt.wantErr.Error() || - err == nil && tt.wantErr != nil { - t.Error(err) - } - if tt.want != got { - t.Fatalf("error with CheckPodImageVersion test %s: got %v wanted %v", tt.name, got, tt.want) - } - }) - } -} -======= ->>>>>>> 98308f29a (add e2e test) diff --git a/pkg/operator/deploy/staticresources/aro.openshift.io_clusters.yaml b/pkg/operator/deploy/staticresources/aro.openshift.io_clusters.yaml index be06e5e72..33d270506 100644 --- a/pkg/operator/deploy/staticresources/aro.openshift.io_clusters.yaml +++ b/pkg/operator/deploy/staticresources/aro.openshift.io_clusters.yaml @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.6.3-0.20210916130746-94401651a6c3 + controller-gen.kubebuilder.io/version: v0.7.0 creationTimestamp: null name: clusters.aro.openshift.io spec: diff --git a/pkg/operator/deploy/staticresources/preview.aro.openshift.io_previewfeatures.yaml b/pkg/operator/deploy/staticresources/preview.aro.openshift.io_previewfeatures.yaml index 2df2cc907..8e1635609 100644 --- a/pkg/operator/deploy/staticresources/preview.aro.openshift.io_previewfeatures.yaml +++ b/pkg/operator/deploy/staticresources/preview.aro.openshift.io_previewfeatures.yaml @@ -4,7 +4,7 @@ apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: - controller-gen.kubebuilder.io/version: v0.6.3-0.20210916130746-94401651a6c3 + controller-gen.kubebuilder.io/version: v0.7.0 creationTimestamp: null name: previewfeatures.preview.aro.openshift.io spec: diff --git a/pkg/operator/mocks/muo/muo.go b/pkg/operator/mocks/muo/muo.go deleted file mode 100644 index 17d3f141a..000000000 --- a/pkg/operator/mocks/muo/muo.go +++ /dev/null @@ -1,97 +0,0 @@ -// Code generated by MockGen. DO NOT EDIT. -// Source: github.com/Azure/ARO-RP/pkg/operator/controllers/muo (interfaces: Deployer) - -// Package mock_muo is a generated GoMock package. -package mock_muo - -import ( - context "context" - reflect "reflect" - - gomock "github.com/golang/mock/gomock" - runtime "k8s.io/apimachinery/pkg/runtime" - - v1alpha1 "github.com/Azure/ARO-RP/pkg/operator/apis/aro.openshift.io/v1alpha1" - config "github.com/Azure/ARO-RP/pkg/operator/controllers/muo/config" -) - -// MockDeployer is a mock of Deployer interface. -type MockDeployer struct { - ctrl *gomock.Controller - recorder *MockDeployerMockRecorder -} - -// MockDeployerMockRecorder is the mock recorder for MockDeployer. -type MockDeployerMockRecorder struct { - mock *MockDeployer -} - -// NewMockDeployer creates a new mock instance. -func NewMockDeployer(ctrl *gomock.Controller) *MockDeployer { - mock := &MockDeployer{ctrl: ctrl} - mock.recorder = &MockDeployerMockRecorder{mock} - return mock -} - -// EXPECT returns an object that allows the caller to indicate expected use. -func (m *MockDeployer) EXPECT() *MockDeployerMockRecorder { - return m.recorder -} - -// CreateOrUpdate mocks base method. -func (m *MockDeployer) CreateOrUpdate(arg0 context.Context, arg1 *v1alpha1.Cluster, arg2 *config.MUODeploymentConfig) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "CreateOrUpdate", arg0, arg1, arg2) - ret0, _ := ret[0].(error) - return ret0 -} - -// CreateOrUpdate indicates an expected call of CreateOrUpdate. -func (mr *MockDeployerMockRecorder) CreateOrUpdate(arg0, arg1, arg2 interface{}) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "CreateOrUpdate", reflect.TypeOf((*MockDeployer)(nil).CreateOrUpdate), arg0, arg1, arg2) -} - -// IsReady mocks base method. -func (m *MockDeployer) IsReady(arg0 context.Context) (bool, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "IsReady", arg0) - ret0, _ := ret[0].(bool) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// IsReady indicates an expected call of IsReady. -func (mr *MockDeployerMockRecorder) IsReady(arg0 interface{}) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "IsReady", reflect.TypeOf((*MockDeployer)(nil).IsReady), arg0) -} - -// Remove mocks base method. -func (m *MockDeployer) Remove(arg0 context.Context) error { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "Remove", arg0) - ret0, _ := ret[0].(error) - return ret0 -} - -// Remove indicates an expected call of Remove. -func (mr *MockDeployerMockRecorder) Remove(arg0 interface{}) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Remove", reflect.TypeOf((*MockDeployer)(nil).Remove), arg0) -} - -// Resources mocks base method. -func (m *MockDeployer) Resources(arg0 *config.MUODeploymentConfig) ([]runtime.Object, error) { - m.ctrl.T.Helper() - ret := m.ctrl.Call(m, "Resources", arg0) - ret0, _ := ret[0].([]runtime.Object) - ret1, _ := ret[1].(error) - return ret0, ret1 -} - -// Resources indicates an expected call of Resources. -func (mr *MockDeployerMockRecorder) Resources(arg0 interface{}) *gomock.Call { - mr.mock.ctrl.T.Helper() - return mr.mock.ctrl.RecordCallWithMethodType(mr.mock, "Resources", reflect.TypeOf((*MockDeployer)(nil).Resources), arg0) -} diff --git a/pkg/portal/bindata.go b/pkg/portal/bindata.go index ed0c87a64..ca41b9512 100644 --- a/pkg/portal/bindata.go +++ b/pkg/portal/bindata.go @@ -7,9 +7,13 @@ // ../../portal/v2/build/asset-manifest.json // ../../portal/v2/build/favicon.ico // ../../portal/v2/build/index.html -// ../../portal/v2/build/static/js/main.d2a3e4e8.js -// ../../portal/v2/build/static/js/main.d2a3e4e8.js.LICENSE.txt -// ../../portal/v2/build/static/js/main.d2a3e4e8.js.map +// ../../portal/v2/build/static/js/2.fc3140a1.chunk.js +// ../../portal/v2/build/static/js/2.fc3140a1.chunk.js.LICENSE.txt +// ../../portal/v2/build/static/js/2.fc3140a1.chunk.js.map +// ../../portal/v2/build/static/js/main.dd6fa5f8.chunk.js +// ../../portal/v2/build/static/js/main.dd6fa5f8.chunk.js.map +// ../../portal/v2/build/static/js/runtime-main.23de3f81.js +// ../../portal/v2/build/static/js/runtime-main.23de3f81.js.map package portal import ( @@ -166,7 +170,7 @@ func v1BuildStylesCss() (*asset, error) { return a, nil } -var _v2BuildAssetManifestJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xe6\x52\x50\x50\x4a\xcb\xcc\x49\x2d\x56\xb2\x52\x00\x71\x14\x14\x94\x72\x13\x33\xf3\xf4\xb2\x40\x02\x4a\xfa\xc5\x25\x89\x25\x99\xc9\xfa\x59\xc5\xfa\x60\xd1\x14\xa3\x44\xe3\x54\x93\x54\x0b\x90\xb4\x0e\x44\x75\x66\x5e\x4a\x6a\x85\x5e\x46\x49\x6e\x0e\x58\x03\x12\x57\x07\xc9\x38\x24\x8d\x7a\xb9\x89\x05\x04\xcc\x06\x2b\xe1\x52\x50\xa8\x05\x19\xa1\x94\x9a\x57\x52\x54\x59\x90\x9f\x99\x57\x02\x72\x53\x34\xc4\x54\x3c\x0e\xe3\x52\x50\x88\xe5\xaa\x05\x04\x00\x00\xff\xff\xfc\x2c\x48\x6e\xda\x00\x00\x00") +var _v2BuildAssetManifestJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x92\x41\x6b\x84\x30\x10\x85\xef\xf9\x15\x43\xce\x6d\xac\xda\x16\xe9\xb5\x78\x28\x94\x5e\x7a\x2c\x3d\x04\x93\x60\xac\x49\x45\x47\xb0\x14\xff\xfb\x12\x11\x8c\x12\xd9\xec\x71\x26\xef\xbd\x6f\x32\xc9\x3f\x01\xa0\x4a\xb7\x72\xa0\x2f\xe0\x0a\x00\x6a\xb8\xb6\xac\x71\x0d\x9a\x0c\xc8\x51\x57\x49\x33\x24\x4b\x57\x88\x67\xc5\x9f\x54\xc1\xaa\x7a\xb4\x3f\x4e\x74\xb7\xf3\x30\xc3\xbb\x28\xdf\x22\x5c\xbd\xfd\x68\x51\x1b\x79\x1f\xe6\xee\x4e\xb3\x5c\xc8\x5c\x15\xa9\x47\x3e\xb8\x03\x13\x9c\x25\xf8\x33\x6c\xea\x8c\xa9\x2a\x4f\x1f\x1f\x78\xba\x5d\x72\x9f\x17\x52\xc4\xc4\x04\x46\x3b\x53\xad\x71\xda\x0a\x39\xb1\x1a\x4d\xbb\xf8\xbc\x32\x8a\xf7\xfe\xf6\x5a\x7e\x7c\x96\x0c\x27\x8c\xe0\xfa\x6a\x02\x30\x3b\x04\x95\x16\xfb\xbf\xee\x57\x5b\x74\x5b\xf8\x3a\x52\xaf\x3d\xce\x8d\x4b\x3b\xf9\x63\x04\xe0\x9b\xcc\x97\x00\x00\x00\xff\xff\x65\x14\x50\x2c\xab\x02\x00\x00") func v2BuildAssetManifestJsonBytes() ([]byte, error) { return bindataRead( @@ -206,7 +210,7 @@ func v2BuildFaviconIco() (*asset, error) { return a, nil } -var _v2BuildIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x91\x3f\x8f\xdc\x20\x10\xc5\xbf\xca\x84\xb4\xb1\xc9\xbf\x62\x0b\x40\x4a\x9b\x26\x51\x52\xa5\x9c\x85\x71\x98\x3d\xcc\x58\x30\xf6\x6a\xbf\xfd\xc9\xf6\xe9\x74\x3a\x0a\xd0\x3c\xbd\xf7\x7b\x12\xe3\x3e\x24\x89\xfa\x58\x08\xb2\xce\x25\xb8\xfd\x86\x82\xf5\xbf\x37\x54\x4d\x70\x99\x30\x05\x37\x93\x22\xc4\x8c\xad\x93\x7a\xb3\xea\x34\x5c\x8c\x0d\xae\x70\x7d\x82\x46\xc5\x9b\x9e\xa5\x69\x5c\x15\x38\x4a\x35\x90\x1b\x4d\xde\xd8\x09\xb7\x7d\x1e\x39\xca\x6e\x3f\x28\x15\x67\xf2\x66\x63\xba\x2f\xd2\xd4\x40\x94\xaa\x54\xd5\x9b\x3b\x27\xcd\x3e\xd1\xc6\x91\x86\x63\xf8\xc4\x95\x95\xb1\x0c\x3d\x62\x21\xff\xe5\x1d\x43\x33\xcd\x34\x44\x29\xd2\xde\x60\x3e\x7e\x3e\xce\xee\x55\xd6\x42\xe1\xc7\x9f\x5f\xf0\x5b\x9a\x62\x71\xf6\x54\x5c\x8f\x8d\x17\x85\x44\x13\x35\x6f\x8e\xc7\x40\x6f\xd1\x1b\xdb\x15\x95\xa3\xbd\x75\x3b\x23\xd7\x31\x7d\xc5\x6f\xf4\x9d\x2e\xe3\xad\x9b\xe0\xec\x19\x0c\xce\x9e\xdf\x72\x95\xf4\x08\xae\xca\x8b\xfc\x4f\x56\xa8\x44\x09\x54\x80\x2a\x5e\x0b\xc1\x4f\xdc\xf0\xef\xd9\xa6\x02\x6d\xad\xa0\x99\x3b\xe0\xb2\x8c\xce\xbe\x06\x5d\xe2\x0d\x38\x79\xd3\x44\x74\xef\x49\xbc\x05\x67\x4f\xbc\x3d\x16\xf3\x1c\x00\x00\xff\xff\x27\xbc\x68\x72\xa8\x01\x00\x00") +var _v2BuildIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x55\xdb\x8e\xdb\x36\x13\x7e\x15\x99\x3f\x20\x88\x58\x9a\xb2\xf3\xa7\x45\x60\x89\x2e\x7a\x1b\xa0\x48\xd0\xf4\xa6\x10\x84\x80\x4b\x8d\x56\x4c\x68\x52\x18\x8d\xbc\x5d\x78\xf5\xee\x05\x25\x1f\x92\x6d\xd2\xc6\x30\x24\x92\x73\xfa\x66\xbe\xd1\xb0\x5c\x35\xc1\xd0\x53\x0f\x49\x47\x07\xb7\x2f\xe3\x33\x71\xda\x3f\x28\x06\x9e\xed\xcb\x0e\x74\xb3\x2f\x0f\x40\x3a\x31\x9d\xc6\x01\x48\xb1\x91\xda\xf5\x1b\x96\xef\x4b\x67\xfd\xe7\x04\xc1\x29\x36\x74\x01\xc9\x8c\x94\x58\x13\x3c\x4b\x3a\x84\x56\xb1\xbc\xd5\xc7\xb8\x97\xd6\x84\xa8\x3e\x7b\xf1\xfa\x00\x8a\x1d\x2d\x3c\xf6\x01\x89\x25\x26\x78\x02\x4f\x8a\x3d\xda\x86\x3a\xd5\xc0\xd1\x1a\x58\xcf\x1b\x61\xbd\x25\xab\xdd\x7a\x30\xda\x81\xda\xbe\xf0\x41\x1d\x1c\x60\x6d\x82\x0b\xf8\x85\x9b\xff\x6d\xe6\x5f\xd4\x25\x4b\x0e\xf6\xbf\xfe\xfe\x2e\x79\x1f\x90\xb4\x2b\xf3\xe5\xa4\xcc\x97\xac\xee\x43\xf3\xb4\x2f\x7d\x18\x0c\xda\x9e\xf6\x7f\x86\x31\xf1\x00\x4d\x42\x21\x01\xaf\xef\x1d\x24\x6f\xf5\x51\x7f\x98\xa5\xf1\x10\x47\x9f\x50\x67\x87\x44\xf7\xbd\x2c\xf3\xab\x61\xd9\xd8\x63\x62\x1b\xc5\x30\x04\x62\xfb\x32\x6f\xec\x71\x5f\x9e\x85\xab\x76\xf4\x86\x6c\xf0\x19\xf0\xd3\x65\x9d\x60\x86\xfc\xd4\x06\xcc\x8e\x1a\x13\x2f\x9c\xd0\x0a\xab\x4d\x2d\x7a\x85\xd5\xb6\x16\xad\xc2\xea\x55\x2d\x8c\xda\x88\x41\x55\x75\x61\x4a\x2d\x1d\xf8\x07\xea\x0a\x73\x77\xc7\x9d\xd2\x95\xa9\xc5\xbb\xfb\x4f\x60\x48\xf6\x18\x28\x44\x0a\x65\xa7\x87\x77\x8f\xfe\x3d\x86\x1e\x90\x9e\xa4\xd1\xce\x65\x41\x38\x9e\xa6\xa1\x72\x75\x9a\x0e\xb2\x1f\x87\x2e\x8b\x9b\x6a\x53\x73\x11\x17\x6a\x53\x44\x1c\x3e\xb1\x3e\xe9\xf9\x0f\xb9\xec\x85\xe7\x69\x9a\x41\xe5\x6b\xd5\x57\xbe\xe6\xb3\x07\x9b\xa6\x36\x43\x5e\x0c\x17\xa4\x7c\x90\x43\x67\x5b\xca\x78\xc6\x0b\x04\x1a\xd1\x27\xe3\x8c\x40\xea\xbe\x77\x4f\xd9\x28\xda\xe7\xe7\xaa\xe6\x82\x32\x3e\x5d\x4b\x43\xd9\xad\x32\x20\x50\x6d\x0a\x2c\xc7\x8b\x4f\xbc\xbb\xbb\x49\x49\x8d\x15\xd6\xc2\xab\xd5\x46\x68\xb5\x2d\x74\x49\x17\x3d\x1d\xf5\xa2\x4e\xaf\xa8\xd2\x75\xb1\x59\x29\x15\xaa\xbe\x4e\xd3\xcc\xab\xd5\x96\x4f\x3e\x4d\xb3\x51\x0e\xbd\xb3\x06\x32\x5c\xaf\xc5\x96\x0b\x50\x2e\x73\x72\x50\x14\x8b\xc3\xa7\x33\x64\x98\x66\x8e\xd4\x69\x12\x41\x9d\xb6\xbb\xcd\x24\xc6\xc8\xc9\x15\xb0\x8b\x5c\xda\x36\xf3\x15\xd6\xfc\x6c\x14\xd7\x12\xfe\x8a\x2d\x3e\x14\x0b\xd6\x78\xa4\x4e\x76\x87\xc2\xed\x56\x5b\x71\x16\xee\x4e\xd3\x74\x29\x0e\x44\xa3\xb9\xc2\x74\xb1\x15\x24\x6e\x6b\xc7\x05\x49\x17\xb3\xbd\x9e\x4d\x4e\x1e\x14\x08\x27\x8d\xf2\xc2\xc9\x46\xdd\xba\x4d\xa0\x20\x7e\x72\x32\xc4\x25\x7f\x7e\x3e\x53\xdb\x40\x6b\x3d\x5c\x08\x9d\xd5\x4e\xe0\xc7\x03\x60\xec\xf8\xdd\x6a\x23\x1e\x80\x76\x34\xf1\x49\x38\x89\xea\xcb\xee\x65\xa3\x5f\xac\x1b\xb6\x52\xb1\x3b\x42\x9b\x7c\x78\x3a\xdc\x07\x97\xa6\xcb\x5b\x52\xf8\x40\x68\xfd\xc3\x1f\xfa\x21\x4d\xbf\x17\xf1\x9f\xba\xe2\x74\xd4\x6e\x84\x1d\xfb\x2d\x34\xa3\x03\x36\x71\xf1\x3d\x63\xf6\xf1\x23\x0c\x67\xb5\x8b\xd9\x6a\xb3\xc0\xa5\xaf\xd2\x9f\x49\xd9\xa6\x18\x5b\x55\xb9\x0c\x38\x17\x6f\x52\xbc\x30\x04\x85\x6d\xb3\xd7\x51\xca\xc2\x1c\x8a\xa9\x4b\x4e\x90\xa6\xf1\x2f\x6f\x91\x6e\x46\x0b\x97\x67\x70\x06\x41\x13\x64\x7e\x74\x8e\x47\x77\x4e\x62\x46\xdf\x83\x4e\x82\x35\xd0\xea\xd1\x11\x7b\x59\xf1\x25\x0b\x98\xb8\x78\x35\x03\x1a\xe6\xba\xdc\x8a\x0c\xfc\x3a\x2a\xe2\x67\x0a\xdc\xc9\x26\x23\xe1\xc5\x35\x5d\xe4\xa7\x2f\x9a\x68\x92\xf7\xd6\x37\x33\x2e\xe1\xf9\xf5\xe3\xa3\x58\x23\xff\x15\xa5\xd1\x27\xaa\x17\xd9\xfe\x72\xd5\xb8\x79\x95\x67\xec\xd3\xee\x1b\xc2\x6b\x07\x47\x5c\x28\x98\x66\x02\xb9\xc0\x18\x2e\xbc\xa0\xe4\xac\xf8\x43\x73\x26\x1a\x44\x1f\xbd\x62\x39\x9b\x2b\xaf\x55\x9c\xbf\x15\x7b\x84\xfb\x5e\x9b\xcf\x6f\x87\xe0\x7b\x8d\x61\x8d\x3d\xab\xff\x45\x14\xa7\x8c\xe8\x95\x5e\x86\xcf\x5c\x1b\xcd\x8b\x65\xab\x50\x68\xa5\xe5\x30\x0f\x82\x65\x92\xc5\x48\x6d\x9c\x8b\xb7\xa9\xdb\xde\xdd\x71\xcc\x74\xd5\xd6\x7c\x06\x62\x55\x5f\xc4\xa9\x95\x55\x35\x2f\xf3\xcb\x3d\xb0\xbc\x93\x01\x8d\x62\xf9\x40\x9a\xac\xc9\x3f\x0d\xf9\x2b\xd9\x9a\xff\x6f\x5f\x6f\xf4\x56\x9a\x6e\xf4\x9f\xe5\xa7\x21\xde\x12\xff\x61\x75\xd0\xd6\xcb\xa6\xf9\xb9\xd5\x3f\xb5\x6f\xbe\x69\x98\x2f\x17\x58\x3e\xdf\xdc\x7f\x07\x00\x00\xff\xff\xb6\x0b\xe3\x8a\xc9\x07\x00\x00") func v2BuildIndexHtmlBytes() ([]byte, error) { return bindataRead( @@ -226,62 +230,142 @@ func v2BuildIndexHtml() (*asset, error) { return a, nil } -var _v2BuildStaticJsMainD2a3e4e8Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\xbd\x69\x7b\xdb\x38\xb6\x30\xf8\x7d\x7e\x85\xc4\x5b\xc5\x10\x21\x28\x93\x92\xbc\x84\x32\xac\xc9\xda\x9d\xee\x54\x52\x37\x4e\x7a\x53\xd4\xb9\xb0\x08\x59\xe8\xd0\x80\x9a\x84\xbc\x94\xc5\xfe\xed\xf3\x60\x21\x09\x52\x54\xe2\x54\xd5\xbc\xf7\xf5\x07\x8b\x04\xb1\x1c\x6c\x67\xc7\xc1\xc1\xe3\x7e\xef\x15\xcf\x7a\x29\x5d\x10\x96\x93\x1e\x65\x4b\x9e\x5d\x61\x41\x39\xeb\xad\x53\x82\x73\xd2\xcb\x09\xe9\x5d\x61\xca\x06\xc9\x10\x8f\xc8\x98\x9c\x0c\xfe\x95\x0f\xde\xbc\x7e\xfe\xf2\xed\xf9\xcb\x81\xb8\x15\xbd\xc7\x07\xff\x4f\x7f\xb9\x61\x0b\x59\xc8\x03\xf7\xd7\x38\xeb\x11\x74\x3f\x3e\x3c\x7a\x12\x57\xc9\x04\x0a\xc8\xc0\x3d\x19\x90\xdb\x35\xcf\x44\x8e\x98\x77\x12\x8e\x8e\x40\x01\x47\xa3\x93\x68\x27\x9f\xb3\x91\x0d\x8b\x8c\x2e\x84\x33\x91\x15\x72\xc4\xbc\xd1\xe1\xc9\x13\x00\x33\xc4\xbc\xe3\xe1\x93\x63\x00\x29\x62\xde\x93\x51\x18\x01\x88\xe5\xd3\xf1\xf1\x18\x40\x59\x71\x74\x12\x8e\x01\x4c\x65\x5a\x34\x3e\x04\x70\x83\x98\x77\x38\x8e\x22\x00\x17\x88\x79\x47\xc7\xb2\x96\x04\x31\x6f\x7c\x38\x8a\x00\x5c\xcb\xb4\xc3\xa3\x27\x00\x2e\xe5\xd3\xf0\x28\x02\x93\x1a\xcc\x1a\x30\x70\x9f\x11\xb1\xc9\x58\x8f\x91\x9b\xde\xcf\x19\xbf\xa2\x39\xf1\xbc\xea\xbb\x02\x5b\x42\xba\x82\x57\x88\x0c\x12\x2c\x30\xbc\x44\x64\xb0\x22\x38\x21\x59\x0e\xaf\x11\x19\x64\x24\x5f\x73\x96\x93\x0f\x77\x6b\x32\x29\x4b\xf6\xee\x3c\x39\x2e\x0b\xcc\x16\x24\xfd\xc0\xbf\x10\xe6\xba\x8d\xd7\xc1\x86\xe5\x9b\x8b\x7c\x91\xd1\x0b\xe2\xad\x00\x24\x83\x9c\x5e\x32\x9c\xca\x6c\xfa\x69\x90\x91\x2b\x7e\x4d\x5e\x5e\x13\x26\xde\xd0\x5c\x10\x46\x32\xcf\xc1\x17\x3c\x13\x0e\x5c\x81\x82\x0f\x68\xfe\x8a\x67\x57\x2f\xb0\xc0\xde\x15\x70\x5d\x99\x70\x2e\x30\x4b\x70\x96\x3c\xcb\xf8\x4d\x4e\xb2\x97\xec\xda\x03\xae\x9b\x90\x94\x08\xd2\xbb\x9c\x39\xcf\x39\x13\x84\x89\x40\x02\xeb\xcc\xd5\x24\x5c\x20\xd9\xf7\xbf\xfd\xf4\xe6\x8f\x42\xac\xdf\x93\x7f\x6f\x48\x2e\x26\x74\xe9\x91\x01\xde\x88\x95\xee\xfe\x67\xa4\xdf\x06\x9b\x9c\x64\x0c\x5f\x91\xed\xd6\x71\xe0\xf3\x32\x75\x8d\xf3\xfc\x86\x67\xc9\x74\xc3\x48\xbe\xc0\x6b\xe2\x11\xb6\xe0\x09\xf9\xf8\xfe\xf5\x73\x7e\xb5\xe6\x8c\x30\xe1\xb5\xf2\x02\x10\x3b\xce\xe4\x72\xf0\x74\x23\x56\x3c\xa3\xbf\xa8\xd5\x89\x9c\x67\x38\xa7\x8b\x9e\xe3\x5f\x08\x8e\xbd\xcf\xbe\x13\x3b\xfe\x73\x50\x48\x18\x6e\x51\xee\x91\xc1\x05\xce\xc9\xc7\xf7\x6f\x20\x19\x6c\xb2\x14\xd4\xe3\x7d\xe3\x81\x7b\xba\xf4\x2e\x34\xbc\x1c\x39\x97\x44\x3c\x4d\xd3\xf7\x66\x72\xfe\xa8\x27\xcc\xa1\xac\x77\x31\x4d\xbd\x8b\x41\xe7\x67\x0f\x80\x98\x6d\xd2\x14\x52\x74\x2f\xe7\x3a\xbe\x76\x5d\x47\x90\x5b\xe1\xf4\x11\x92\xcf\xff\xca\x39\x53\xcf\xd3\x8b\x6a\xde\xe3\xfa\xf1\x03\xb9\x15\x30\x17\x58\x6c\xf2\xf8\x62\xa0\x1f\xcc\xbb\xfc\x54\xa5\xa9\x7c\x66\x0d\xc5\x1c\x2e\x38\x5b\xd2\xcb\x98\xc0\x4c\x8f\x7e\x7c\x51\x4c\x32\x6b\x15\x12\x70\x2f\x3c\x02\xe0\x9d\x07\x0a\x00\x1b\xe9\xac\x4e\xa7\x00\x5e\x20\x09\x7d\x51\xc8\x81\x18\xf0\x35\x61\x1e\x19\x5c\x11\xb1\xe2\xc9\x40\xf0\x8f\xeb\x35\xc9\x9e\xe3\x9c\x78\x00\x62\xef\x16\x92\xc1\x1a\x67\xf8\x2a\xaf\x1e\xce\x49\x46\x71\x4a\x7f\x21\x19\x80\xfd\x10\xc0\x8b\x81\xa0\x57\x84\x6f\x04\x22\xe5\x13\x74\x38\x4b\x39\x4e\x08\x4b\xf4\x50\x5e\x0c\xaa\x04\x74\x13\xcb\xb7\x8c\xe0\xe4\x4e\x76\x93\x2c\x56\x98\x5d\x12\x64\x21\x91\x0b\xd7\x1d\x23\x84\xe4\x80\xe1\xe4\xee\x5c\x66\x72\x5d\x2f\xec\xcb\x24\x3d\x32\xdb\x6d\x3d\x9a\x1f\xdf\xbf\x71\xdd\xd0\xe4\xaf\x92\x06\x94\x25\xe4\xf6\xdd\xd2\x73\x96\x34\x25\xb1\x03\x80\xeb\xe6\x44\x7c\xd0\x00\x7a\x37\xa0\x80\x12\x0c\xb5\x4f\x5a\x6d\x7b\xcc\x93\x4b\x3d\xf1\x1c\xb3\xcc\x7b\x2a\x17\x49\x1c\x98\x0c\x5e\x3e\x7f\xf7\xf6\xed\xd3\x67\xef\xde\x7f\x78\xf9\x02\x12\x78\x01\xca\xe1\x34\x15\x92\x2c\xe3\x99\x5d\x61\x55\xd9\x5b\x22\x6e\x78\xf6\xa5\xf7\x52\xe6\x50\x55\xbd\x7f\xff\xf9\xed\xcb\x0f\x7f\x7d\xf7\xfe\xcf\xb2\x26\xab\x2e\x5d\x55\x39\xac\x2d\xf4\x6a\x8d\xf3\xd4\x31\x0f\x3d\xbe\xec\x39\x7e\x95\xee\x3b\x57\x79\x8f\xdc\x2e\x08\x49\x48\xe2\xc4\x55\xae\x2a\x09\x72\x59\x49\x86\x59\x4e\x65\xcd\x38\xdd\x6e\x17\x93\xaa\xb8\x82\xf0\x27\x92\xe7\xf8\x52\x0e\xbc\xd5\xa0\xfd\x05\xc0\xb2\x6b\x02\xf2\xc1\x22\xc5\x19\x5d\xde\x7d\xb0\xf2\x4d\x93\xc1\xcb\x0f\xaf\x7f\x7a\xf9\xe2\xdd\xc7\x0f\xf1\x57\x46\xae\x80\xfb\x50\x92\xee\xf0\x17\xe4\x91\xc1\x0d\x15\xab\xe7\x19\x49\x08\x13\x14\xa7\xf9\x76\xbb\xf1\x6e\xe5\x9c\x92\xc1\x6d\x9e\x2d\x9f\x73\xfe\x85\x92\xb7\xf8\x8a\x4c\xa9\x5a\x35\x5e\x3b\x1d\xc4\xd7\x9c\x26\xbd\x70\xf2\xc5\x75\xbd\xcb\x99\xfe\xac\xf7\xb3\xfc\x3c\x47\x5f\x40\xe1\xe4\x44\x98\x29\xd7\x5f\xd4\xe2\x95\x18\x73\xc9\xb3\x97\x78\xb1\xf2\x2e\xed\x6d\x05\x85\xa4\x55\x2c\x21\x4b\xca\x48\xe2\x20\x84\xc4\xdd\x9a\xf0\x65\xef\xca\x75\x9d\x85\xc1\xa0\x32\x49\x7d\x1a\x08\xfe\x86\xdf\x94\x5b\x6b\x5a\xe1\x5a\x31\x97\xfb\xbd\xd5\xb0\x27\x20\x01\x05\x00\x6a\x64\x3e\x96\x4d\xec\x0e\x03\xd8\x6e\xbd\x8b\x76\x22\xea\xf7\x77\x33\xc2\x06\x5e\x72\x5d\xef\xa2\x41\x91\x5a\x04\x0a\x40\xa7\xec\xa7\xd5\x2f\x32\xe0\xec\x05\xbf\x51\x3b\xf9\xe7\x8c\x5f\x66\x24\xcf\x5d\xf7\x62\x80\x93\xa4\x45\x7e\xd6\xe6\xab\x03\xbb\xca\xec\xaf\xfd\xe3\xba\x5d\xf7\x46\xa5\xd4\x4f\xdf\x6c\xac\x59\x05\x80\x5e\x83\x9e\x6e\xb7\x25\xdd\x04\xae\xeb\xad\x1a\x24\x5e\x6f\xfd\x3e\xd9\x6e\x89\x5c\x57\x12\xac\xa9\x5c\xe0\xeb\x98\x48\x2c\xa7\x90\x80\x67\x6d\xf7\xaf\xd2\xed\x3d\x54\xdb\xab\xc8\xb6\xc1\x29\xd3\x95\x07\xe2\x3a\x71\xa7\x73\x15\x21\x07\x00\x5e\x6d\xb7\xde\x95\x6e\x5d\x91\xe4\x73\xb4\xf4\x6e\xc1\xe4\xdc\x75\x83\x08\x21\x34\x73\x56\x42\xac\x1d\xa8\x7e\x72\x07\x2a\xcc\xe7\xcc\x2b\x4c\x78\x0e\xa6\x15\x32\xfa\xc8\xf2\xcd\x7a\xad\x20\xe8\xad\x33\x2e\xf8\x82\xa7\x3d\xc7\x3f\x97\x94\xd4\xa0\xa6\x67\x4f\x5f\x7c\x7e\xff\xf2\xbf\x3f\xbe\x3c\xff\x00\x09\x00\x6a\x95\xb2\xc4\xbb\x92\xeb\xb2\x28\xa0\xe4\xe0\xbe\x97\x75\x1b\x87\xe3\x27\x9a\x75\x1b\x1d\x1f\x8f\x34\xeb\x76\x7c\x7c\xac\x7b\x53\xf3\x5b\x3d\xe2\x09\xbd\xf5\x99\x62\x3a\xa8\x27\x24\x73\x97\x79\x74\xa0\x60\x95\x33\x33\x30\x44\x10\x32\x30\x31\xbc\x19\x1f\x90\x5b\x21\x41\xcc\xa1\x95\x11\x32\xb9\x8b\xaa\x2f\x0c\xc0\x7c\xb0\xc8\x08\x16\x16\xc9\x61\x15\x7f\x47\x3c\xac\xb8\x39\x50\xc0\xbc\xf0\x98\x17\x1d\x87\x4f\x00\x98\xe4\x83\xa7\xb7\x94\xe7\x88\xc2\x7c\xf0\x5c\xcd\x32\x49\x14\x8e\xab\xf8\xc7\x32\x5d\xcd\xbe\x4c\x3d\x39\x3c\x96\xa9\x34\xd7\xe9\x92\x0d\x3d\x8c\x54\xd2\x5f\x5e\xbe\x3f\x7f\xfd\xee\xad\xec\xfb\x51\x18\x82\xc1\x35\xc9\x72\xca\x19\xcc\x07\x82\x97\x9c\x9a\xe4\x64\x47\x4f\x54\x76\xd5\x72\xd9\x98\x66\x5b\xcb\xc6\x50\x0b\x1a\x98\x0f\x70\x9a\x76\xf1\xad\x86\x67\x95\x9f\x3d\x22\x3b\x37\xc8\xd7\x12\x4f\x2a\x56\xfc\xe4\x89\x86\xb4\xd1\xd2\x93\xc3\x93\x50\xae\xdc\x92\x19\xce\xeb\xe7\x41\x42\x96\x78\x93\x0a\x94\x17\x50\xf6\xf3\x61\xcb\x40\x8d\x53\xcd\x89\x65\x12\x3a\x2a\xe9\x73\x89\x0a\xfa\x35\x2a\x00\x62\x95\xf1\x1b\xc5\x6d\x4b\x74\xa4\x60\xf2\x1c\x72\x4b\x16\x1b\xc1\xb3\xde\xd5\x26\x17\xbd\x0b\xd2\xc3\xbd\xb2\xf0\xc0\xd1\x8b\x48\x4c\xc4\x8a\xe6\x72\xf6\x65\x77\x51\x37\xbb\x2e\x19\x25\x44\x0a\xa0\x8b\x30\x24\x8b\x34\xca\x0d\xc4\x8a\xb0\x66\x01\xba\xf4\xd8\xe0\x73\x6a\xf6\x65\x6e\x48\x31\xe4\xc8\x4e\x1d\xa4\x84\x5d\x8a\xd5\x64\xc9\x33\x4f\xa0\x70\x22\x4e\xf9\x44\xf8\x3e\xb0\xf3\xcc\xc4\xdc\x23\x60\x62\x27\x19\x76\x0c\x00\xb8\x03\x44\x63\x2e\xab\x26\xf7\xf5\xca\x46\x3b\x04\x40\xdd\x49\xdd\x19\x62\x6d\x13\x8d\xa7\x1a\x4c\x4a\x43\xce\x10\xa0\x80\xbc\x80\x3b\x95\x67\x04\xe7\x9c\x6d\xb7\x5e\xf9\xa8\x20\xe1\xaa\xa9\x2a\x0d\x28\xfc\x90\x59\x3b\x55\xcd\xe5\xeb\xa5\x21\x70\x24\xb1\x1b\xa6\x4b\x4f\xf5\xd9\x94\xd5\xd3\x6e\xa5\x14\xd0\xae\xa9\x02\xb1\x31\x2c\x56\xf6\x29\x69\x54\x17\xab\x97\x7a\xa0\xa7\xad\xf7\xc1\x7a\x93\xaf\x3c\xb2\x93\x0f\xcd\xc8\xbc\xd9\xb2\x35\x3c\xa8\xb5\x2c\x5a\x65\x4b\x26\xad\xdd\x54\x89\x85\x09\x98\x04\x91\x5c\xea\xae\xdb\xce\x92\xaf\xa5\x24\xee\x09\x18\x49\x04\x9b\x0d\x72\xbe\xc9\x16\xa4\xcd\xff\x11\x33\x91\xf7\x42\xa2\x9a\x58\x4e\x81\x2d\x05\x08\x70\x4f\x90\x90\x8b\x49\x4f\x73\x4c\x8a\xc2\xda\xc6\x59\x01\x8f\xba\x84\xf3\xce\x2d\xab\xb0\x4d\x6b\xcb\xca\xe5\x93\xa6\xaa\xd7\x50\xae\x5b\x84\xc8\xd4\x59\x18\x2c\xe4\xc4\x04\x72\x45\x3d\x9e\x3f\x7d\xfb\xfc\xe5\x9b\x97\x2f\xcc\x9a\x96\xc2\x20\x72\x1a\xc8\xca\x29\x0c\x69\x18\x50\xb6\x22\x19\x15\xb9\x97\x41\x0e\xef\x3f\x9b\xb2\x9f\x3f\xc7\xfd\xb0\x00\x4d\xd8\x25\x0e\x8d\xed\x09\x68\xc0\xfd\x35\xd1\xbd\xaf\x28\x7b\x9f\x0c\xea\xfa\xe5\x28\x4b\x42\xf4\xbd\x64\x4c\x6b\x1b\x24\x19\x3b\x1e\x1f\x87\x9a\x8c\x0d\x8f\x47\x23\xad\x81\x90\x04\x4d\x29\x20\xb4\x2a\x62\x23\x93\x4e\x46\x87\x00\x2e\xd0\x66\x70\x8d\x53\x9a\x60\xc1\xb3\xbc\x1e\xd6\xa4\x5a\xc4\x06\xaf\xe6\x88\xe8\x51\xa3\x4c\x90\x6c\x41\xd6\x32\x3f\xba\x2f\xc5\x3e\x45\x12\x61\x25\x57\xaa\xd7\xa2\x48\x76\x69\x23\x6a\xf1\xaa\xb2\x47\xec\xd2\x66\xb9\xa6\x9e\x40\x62\xbb\xbd\x2f\x80\x94\x93\x11\x89\x05\x22\xf2\x15\x7a\x02\xe5\x5e\x03\x26\x28\x00\x30\x52\xe2\x54\x98\x07\x24\x6a\xb9\xd1\x62\x6e\xe3\x46\xc1\xdd\x42\x1d\x5f\xdb\x15\x94\x79\xa5\x7c\xee\x94\x68\xba\x21\xb1\x4c\x34\x3f\xdf\x47\x88\xb9\xee\x66\x80\xf3\x9c\x64\xe2\xdd\x5a\x7e\xcc\x3d\x06\xef\x73\x9a\x12\x26\xfe\x74\xfe\xee\xed\xcf\x38\xcb\x29\xbb\x8c\x17\x8d\xf2\xde\x62\x70\xc1\x79\x4a\x30\x03\x70\xc9\xb3\x05\x49\x1e\x96\xb7\x43\xd0\xd9\x9f\xbb\x80\xfd\x08\x98\x15\x34\x9b\xc3\x0c\xf5\xc3\xc9\xce\xcc\x96\xd3\x55\x49\x19\x0d\xb4\xdb\xcd\x2a\x67\x1b\xf6\xd7\x95\xe4\x3a\xfb\x92\xf3\xab\xde\x3d\x21\x25\x82\x0c\x65\x4a\x3f\x74\xc7\x16\xab\x8c\x33\xbe\xc9\x21\x97\x18\x6c\x45\x97\xc2\x23\x83\xe5\x26\x5d\xd2\x34\x25\x09\x94\x2b\xe5\x5f\x64\x21\x48\xa2\xb0\xb6\x02\x94\xc2\x14\xcd\xe6\x93\x12\xb1\xb5\x00\xd5\x6b\xae\x1b\xd2\xd4\xa0\xd3\xee\x06\x24\x46\xea\x67\x1a\x85\x25\x68\x86\xa1\x9e\xbf\xb9\x22\x96\x4f\xb3\x0c\xdf\x35\xd1\xad\x04\x76\x80\xd7\xeb\xf4\xce\x4b\x20\x07\x30\x41\xc9\x60\xc1\xd9\x02\x0b\x2f\x95\x9b\xaf\xe4\x68\x32\x92\xf3\xf4\x5a\x12\xad\x49\x52\xd2\x5f\x40\x11\xd5\x64\x2f\x19\xe8\x5e\x03\x58\x3d\x55\x84\x90\x16\xb2\x69\x09\xcf\x1a\x89\x09\xaf\x0a\x2b\x10\x97\x88\x57\x45\x57\xf5\xf3\x44\x64\x77\xf7\x6b\xb4\xf4\xd6\xa0\x58\x60\xb1\x58\x79\x57\xe0\x5e\xfe\x9b\x5c\x64\x04\x7f\x29\x0a\xf9\x9d\x22\xdc\xf8\xde\xe2\xc1\xf4\x90\x48\x46\x5a\xb6\x3f\x49\x77\xa1\x4e\xab\xa6\xd3\x0e\xa8\xa1\xbd\xd5\x2f\x89\xf8\x98\xd1\x06\xbe\x23\x3b\x5b\x97\x18\xe6\x08\xa5\xbb\xaa\x31\x53\xad\x12\x39\xbf\xa2\xea\x91\x42\x7a\x39\xeb\x33\x47\x4b\xaf\x0e\x54\xdb\x13\x3a\x2b\x82\x13\x07\x3a\x5c\xef\x3e\x67\xde\x54\x3e\x59\xe0\xce\xc8\x1c\x35\xb5\xa6\xa6\x79\x43\xb5\xd5\x3e\xf0\x72\x8f\x29\x24\x74\xaf\x91\x40\x4c\xe0\x26\x4b\x63\x01\x95\xae\x4d\x7f\x03\x4a\xc9\xaa\x24\x11\x25\x25\xd7\xa0\xad\x79\x2e\x41\x5a\x6f\xd4\x7f\x39\x05\x6d\x78\x2a\xc4\x2b\x24\xb1\x34\x00\xd4\xb2\x00\xe4\x30\xdb\x07\x57\xd6\x82\xab\x54\xce\x89\xe9\x7d\x53\x67\x1a\x3b\x57\x9b\x54\xd0\x35\xce\xc4\xc1\x92\x67\x57\x81\x04\xd7\x29\xe2\xfb\x42\xf5\x85\xe9\xbe\x70\xd5\x81\xd6\xf8\xe8\xc5\x6a\x25\xf9\x8e\x94\x0a\x1c\xf9\xa5\x1f\xaa\x7d\x54\xd3\xb9\xa4\x80\x92\x48\x7f\x07\x05\x6b\x90\x73\x99\x59\xf7\x57\x21\xb2\x9a\xb4\x1b\xb2\x7d\xa5\x55\x3d\x25\x3d\xd2\x54\xbc\x16\x13\x1c\x28\x5c\x57\xaf\xb5\x05\x4f\x08\x12\x00\xb2\x3a\x81\x2d\xe9\x25\x92\xd2\x57\x99\x54\x92\x25\x0e\x60\x56\xa7\x69\x94\x82\x32\xa5\xaa\xae\x39\x01\x2d\xd0\xdc\x0b\x2e\xd1\x72\x6c\xf1\x40\x86\xfb\x31\xa0\xc5\x36\x9c\x50\x02\x18\x57\xa0\xc2\x84\x48\x96\x4d\xad\xca\x92\x26\x55\x09\x90\x6d\xae\x2e\x48\x66\x72\xab\x67\x28\x05\xe6\xb7\x55\x15\xe5\x1b\x4c\x29\x23\x6f\xad\xdc\xf5\x3b\x5c\xf0\x74\x73\xc5\xec\x8f\x76\x0a\xcc\x05\x5e\x7c\xd1\xe9\xea\xb1\xd4\xe1\x5a\x23\x04\xe5\xc8\xc5\xd5\x18\x96\x7a\xe1\xc6\xe0\x18\x56\xb1\x42\xbf\x3a\xcf\xb4\x2b\x31\xd6\xb2\x44\x61\x90\x39\xb2\x98\x58\x88\xd1\x7d\x31\x99\x39\xa5\x70\xff\xee\xe7\x0f\xaf\xdf\xbd\xfd\xfc\x97\xa7\x6f\x3e\xbe\x74\x60\x2b\x59\x26\x58\x0a\x3b\xf9\x5a\xea\xf2\x4c\x5e\xa3\xba\x34\x6f\xaf\xde\x7f\xfe\xf0\xee\xdd\xe7\x9f\x9e\xbe\xfd\xfb\xe7\xf7\x2f\x5f\xbc\x7e\xff\xf2\xf9\x87\x73\xf3\xed\xc5\xcb\x9f\xdf\xbf\x7c\xfe\xd4\x54\x53\xa9\x16\xce\x7f\x7e\xf7\xf6\xfc\x65\x23\x49\x69\x1b\x4c\x4a\xc9\x41\x3a\xf3\x6e\x72\x83\xe5\x66\xb9\xbf\xc6\xe9\x86\x48\x1e\x17\x00\xf8\xee\x42\x22\xd6\x81\xd6\x96\xfd\x9c\xf1\x35\xc9\x04\x25\x72\x31\xe1\xee\x8f\x77\x1e\x85\x8e\x2d\xf7\x3a\xd0\x54\xa8\x38\xcf\x6c\xb0\xcc\xf8\x15\x6a\xee\x2d\x88\x61\x0e\x53\x4d\x24\x36\xc8\xd4\xaa\x15\x0a\x1e\xb5\x84\x2c\xc1\x5f\xa5\x58\xe8\xef\x1e\x81\x9b\x26\x0e\x2a\xd5\x0d\x7d\x84\xf4\xce\xab\x66\x49\x76\xc4\x6c\xc4\x0d\x24\xd5\xca\x36\x2d\x03\xb8\xd1\xbb\x90\xe8\x15\x9e\xba\xae\x01\x01\xe7\x39\xbd\x64\xde\x06\xa6\x00\x6e\x5a\x1c\xbf\x64\x53\x7f\x25\x8a\x30\x9c\xe9\x0a\xb3\x24\x55\x92\xd1\xbc\x21\xdb\x6d\x72\x82\xda\x15\xdb\xa8\xb3\x2c\xa7\x59\x83\xfb\x8a\x33\x50\x56\x0c\xcd\x19\xc4\x02\x5a\x9c\x4a\xdc\xef\x33\xd7\x65\x0d\xe6\xc5\x30\x37\x31\x9b\xb2\x41\xf5\x2c\x97\xb9\xc1\x52\x55\x23\x9a\x90\x06\x51\x53\x76\x53\xed\xec\x4a\x8c\x65\xa9\x19\x99\x97\xc8\xc8\x4a\x2a\x95\x7c\x76\x45\x66\x19\x36\xaa\xaa\x49\x4f\xa3\x06\xd8\x10\xc8\x64\x5d\x5a\xe4\x53\xc2\x35\x00\xad\xf9\x91\x92\xc2\x03\x25\xb2\x70\x3c\x36\x42\xc8\xe1\xf8\x49\xb7\xb1\x12\xd6\x54\x8d\xb8\x6e\x9f\x7b\x02\x4c\x15\xae\x07\xb1\x28\x0a\x28\x25\x95\xef\x95\x78\x86\x47\x4f\x46\x5a\xe2\xd1\x4a\x2c\xa5\x9f\x3a\x0e\x9f\x68\x89\xa7\xa5\xd9\x49\x8d\x60\xfc\x55\xfd\x68\x5b\x29\xe0\x75\xda\x36\x8d\x92\xd4\x52\x07\xe5\xc5\x57\xed\xb3\xb2\x6d\x58\x19\x5e\x6b\x13\xac\xa2\xdb\xda\x32\x8b\xcc\xee\x22\xe6\xbd\xce\x0e\x8d\x4d\x44\x12\x6c\x03\x98\x5d\x19\x1f\x5c\x91\xec\x92\x78\x55\xca\x60\xc1\xaf\xae\x38\x33\x75\x9b\xc4\x59\x69\x4b\x9b\x37\xd3\xc1\x03\x18\xa8\x0e\xde\x05\x3a\xba\x91\x06\x13\x23\xc0\xbd\xb1\x1f\xd4\xcd\x8a\xb9\xc4\x1c\x1e\x19\xe0\x04\xaf\x05\xc9\xb6\x5b\x5c\x3e\x02\x8f\x80\xb6\x4a\x4b\x34\x87\x4c\xb4\x86\x46\xbf\x43\xd1\x3d\x34\x9a\xe2\x00\x28\x1a\x76\xc6\xba\x4a\xaa\xe5\x10\x5d\xb3\xeb\x0a\x8b\x90\x79\xf5\xcb\x4e\x93\x8d\x0f\xf6\xfb\xd7\x80\x00\x00\xb6\x18\x6b\x61\x34\xd4\xc7\xc7\x0f\xd4\x4c\x6a\xa4\xb7\x6f\x2b\x19\x09\xd9\x08\xa1\xf7\x45\x8b\x81\xaa\x3a\xcd\x07\x34\xff\x39\xc5\x94\x95\x38\xdf\xd8\xda\xed\x34\x01\xa6\xd5\x2a\x92\xfb\xf1\x2b\xdf\xef\x8b\x32\x83\x12\x8e\xe4\x27\x31\xc8\x95\x82\x48\xee\xe3\x0a\x08\x6a\x69\xaf\x9b\xd6\x22\x31\x63\x73\x59\x5f\xc3\x82\xa4\xd2\xb4\xe8\x15\x67\x9e\x7e\x80\x2a\x35\xce\xd4\x57\xa8\x8a\xd5\xf5\x63\xb3\x9b\xfb\xed\xca\xc9\x1c\x80\x4a\x78\x30\x15\xa9\xd4\xba\x6c\xfe\x3b\xc2\x56\xb5\xd0\x80\x2e\xb5\x5a\x60\x3d\xca\x7a\x62\x6a\x77\x23\x56\x69\x64\xda\xaa\x4d\xbf\x14\x9a\x84\xdf\x4b\x86\x1c\x43\xc3\xd3\x63\xcd\x99\x63\x68\xc4\xa4\x38\x87\x6d\x9c\xd0\x4c\x32\x5a\x98\x1c\xb6\x45\x26\x99\x4d\x2b\x09\xea\x27\x63\x3a\x8d\x73\xd8\xb2\xcf\xc5\x39\x34\x9b\x35\xce\xa1\x6d\x89\x8b\x73\xd8\x34\x64\x9a\x84\xda\x74\x19\xe7\xb0\x6d\xf5\x52\x49\x6d\xab\x5b\x9c\xc3\x84\x2c\xf8\xd5\xda\xbc\x5c\xe1\x5b\x23\xb2\xbc\x51\x64\x53\x27\x3d\xe3\xc9\x5d\xf5\x7e\x41\x96\x3c\x23\xef\x49\x42\x33\xb2\xa8\xfa\x2d\x37\x49\x9c\xc3\x95\x10\xeb\xa7\x97\x84\x95\xcf\x79\xf9\x62\xa1\xf9\x38\x87\x39\x5f\x7c\x21\xe2\x67\xac\x2a\x2c\x7b\xf6\x92\x2d\x78\x42\xd9\x65\x9c\x43\xa3\x11\x23\xe7\x9a\x7d\x4d\x8b\x9a\x85\x2a\xd1\xa5\xe1\x70\xbe\x90\xbb\x5c\x62\x32\xa3\x05\xb0\x53\x05\x68\x39\x3c\x68\x71\x77\x33\x23\xf3\xed\x96\xc2\x0c\xc9\xed\x38\x69\x2e\xb7\x0c\xb8\xae\xe8\x23\x94\x6e\xb7\x1e\x93\x14\x3f\x53\xb2\x15\x93\x98\x63\xf8\xe4\x81\xa8\x43\x6b\x48\xbb\x51\x47\xe9\x14\x94\x21\x66\x78\xfd\x41\xb3\xb3\x13\x66\x98\x76\xd7\xcd\x5c\xb7\x9f\x79\xe5\x3b\x98\x0a\x4f\xab\xd6\x2b\x17\x84\x25\xa6\x29\x49\x7a\x72\xd9\xf4\x74\xa6\x9e\x14\x17\x7a\x8e\x5f\x16\x82\x33\xbe\x63\xb7\xb3\x53\x34\xbb\x3d\x9f\xfd\x84\xc5\x6a\xb0\x4c\x39\xaf\xdb\x3b\x88\xc2\x10\x04\xe3\x39\x2c\x01\x85\xcc\xb2\xaf\x81\x98\x78\x4c\x22\x54\xc9\x05\x7c\x2f\xe7\xa0\xb8\x84\x6f\x0c\x10\x55\x2a\xc1\xed\x36\xdb\x9d\x7a\x66\x4d\x2b\x03\xf7\x44\x0e\xa5\x24\x17\x14\x4a\xfc\xa9\x64\xe1\xa2\x80\xb2\x91\x87\x01\x16\x8d\x87\x47\x1a\x30\x0d\xa2\x64\x69\xc6\xa3\xb1\x71\x23\x33\xd6\xb5\xca\x51\x2c\xad\xcc\x70\x1b\xb4\x23\xe0\xe3\xf5\x3a\xa5\x0b\xe5\x8f\x74\x70\x1b\xdc\xdc\xdc\x04\x4a\xd0\xdf\x64\xa9\xf6\x6a\x4a\x1c\x8b\x54\x2c\x34\xa9\xe8\x67\x4d\x8c\x07\x5c\xb7\x95\xd2\xf6\xbd\x02\xae\xbb\x9b\x88\x84\xf6\x75\x4a\xd0\xbd\xad\x78\xb4\x90\xc8\x1e\x9b\x81\x67\xf9\x2b\xd4\xe6\xb6\xa6\x53\xd7\x76\xdb\x99\x89\xbb\xae\x33\xe3\x6a\xcf\xf5\xd6\x19\x5f\x90\x3c\x9f\x3b\x08\x95\x12\x90\x65\xee\xe1\xe7\x4a\xcf\xac\x27\x8a\x03\xd5\x03\x39\xe0\xa3\x93\x48\xcd\x97\x07\x76\x51\xea\xac\x49\x73\xe9\xd2\xa3\x9e\x80\xce\xd3\xc5\x82\xac\x85\x03\xa0\x7a\x6b\x0c\x82\x94\x92\x2c\xcf\x36\x02\xb6\xdb\xac\x24\x96\xcf\x36\xcb\x25\xc9\xaa\xb4\xd6\xeb\xb9\xc8\x08\xbe\xaa\x5e\x5f\xd1\x94\xd4\x59\x53\x7e\xe1\x91\x8a\xb0\x91\x09\x5d\x7a\xad\x6a\xff\x42\xc9\x8d\x9d\x65\x70\xa1\x92\xcb\x9c\x1f\xdf\xbf\x39\x27\x38\x5b\xac\x7e\x56\xf4\xc0\xca\xb9\x90\x7d\xf8\xe6\xaa\x99\x2c\x56\x38\xcb\x89\x40\x1b\xb1\x0c\x4e\x1c\xc9\x80\x96\x23\xea\x19\x83\x25\xe4\x48\xb6\x54\xf1\x19\x10\x2b\x6b\xd2\x8e\xdb\x1e\x5d\x7a\x1e\x43\x65\x1f\xdf\xd0\x5c\x66\x06\xdb\xad\x9c\xca\x2e\xf5\x14\x42\x08\xeb\xf5\x92\x6b\x25\x3d\x61\xd7\x46\xf5\x40\xd8\xf5\xa0\x1c\xeb\x49\xc5\x38\xb2\xe9\xbd\x72\x32\xc8\x67\x73\x27\x26\x45\x4c\x60\xee\xba\x8a\x4b\x07\x45\xb9\x95\xb7\xdb\x46\x9f\x95\x0b\x8a\x6c\x68\xea\xed\x8c\x87\xfa\x06\x60\x7b\x23\x9b\x81\x35\x63\x40\x00\x10\xd9\x9d\xa1\xf9\x9e\xd8\x6e\xff\x74\xfe\xee\xed\x60\x2d\xc7\x4c\xf2\xb9\x30\x1b\x88\x8c\xca\xd9\x35\xfa\x57\xae\xad\xcc\xe7\x77\x4c\xe0\x5b\x2d\xe4\xf7\x11\xe2\x4a\x7c\x36\x72\x05\x37\xc0\x7a\xcc\xd4\xa6\x0d\x25\x74\x79\x27\x6b\x2c\x64\x93\x31\x29\xe6\x1d\x54\x7f\xb6\x4b\x73\xd4\x70\x35\x5d\xab\x92\xc6\x3b\x64\x6a\xb6\x06\x3b\x06\x0a\xc8\xf5\x87\x1d\x6b\x04\xa4\x48\x0a\xc5\x4e\x39\x76\x0d\xbd\x8f\xf2\x27\x95\xfb\x45\xcd\x6b\x63\xa0\xa4\x20\xa5\x45\x62\x6b\xc8\x7a\xf5\x78\xd5\x83\x94\xeb\x2d\xb7\x3b\x54\x08\xa1\xdc\x1e\x2a\xac\x54\x22\x5e\x0e\xf1\x0e\x65\x81\x95\x49\x10\x36\x00\x04\x13\x5d\x34\x2f\xca\x35\xa1\xc6\xd2\xb0\x46\x61\x9b\xbd\x71\xfe\x76\xfe\xfe\x55\xf0\xe1\xdd\x9f\x5f\xbe\x75\xda\x9c\x8e\xf3\xb7\xc0\xfe\xba\xc3\xc1\x04\x51\x8b\x85\x09\x22\x48\xd8\x75\x7c\x5f\x2e\xdd\x98\x79\xa3\x70\x74\x08\x8a\x36\xdb\xd1\xa5\x9b\x39\x43\xc3\x30\x74\x5d\x72\x3a\x0a\xc3\xa2\x52\xf5\xde\x6b\x79\x2c\xbe\xd7\xb8\x29\xde\x59\xc1\xb0\x27\xc8\xad\x38\x58\x4b\xb6\x1e\xf6\x1e\x1f\x3c\x76\x8a\xa2\x98\x64\xdf\x10\xfe\x76\x74\xe6\x95\x38\x39\x47\xf7\x85\x56\x0a\x7d\x8f\x92\xbb\x51\x41\x66\x64\x8a\xcd\xae\xf6\x58\x12\xba\x87\x18\x54\x3b\xec\x69\xfd\xb0\xc3\x70\xd6\x0f\x3b\x2d\x64\xfd\x48\xb2\x55\x47\x61\xd8\x68\xcb\xaa\xde\x38\xc1\xc4\x4e\x38\x18\x1e\x0f\x86\x4e\x51\xc0\x71\x38\x7e\x10\x68\x9d\x9a\x0f\x8b\x00\x96\x56\x1e\xed\xae\xa0\xa5\x29\x9c\x5d\x6e\xae\x08\x13\xa5\xce\x08\x40\x8e\xc2\x09\x3f\x65\xa5\x31\x86\xfb\x3e\x60\x33\x3e\x47\x55\xce\x19\x9f\x4f\x2a\x9c\xaf\x0d\x53\x12\x3d\x15\x45\x01\x9f\x1c\x1f\x3f\x50\x7f\xb3\xab\x82\xaf\xd7\x5b\x87\x2f\x34\x18\x64\x64\x9d\xe2\x05\xf1\x0e\x7e\x1c\x3d\x3d\xb8\xa4\xd0\x89\x1d\x3b\x71\x38\x3e\xb8\x84\xce\x0f\xcd\xb4\xe7\x2a\x23\x6c\x26\x86\x32\xa3\xdf\x48\x3b\x7c\xa6\x32\xce\x9a\x89\x2f\x54\xe2\xdc\x01\x9d\x9a\x96\x0a\x25\xf7\x45\x4d\x24\x15\x13\x27\x91\x10\x03\x92\xa1\x12\x60\x42\xd2\x9c\xf4\xe8\xd2\xe3\x1d\x14\x51\x00\x40\x95\x3f\x64\x45\xd5\x64\x6e\x85\x3e\x31\x9a\xcd\x27\x96\x4a\xad\xed\x6e\x69\x14\x69\xc4\x75\x3b\x79\x14\xe2\xba\x5e\x2d\x31\x13\x30\x15\x3e\x72\x14\x6d\x42\x33\x32\xb7\x14\x30\xa4\xb9\x59\x64\x99\x17\x58\x48\x84\x38\x25\x48\x12\xdc\xd7\xe7\xef\x4a\xe8\x94\x0c\x6e\xc9\xf4\x1e\x41\x4d\x22\x21\xe9\x03\xc4\x5a\xc3\x99\x79\x02\xf8\x0e\x72\x7c\x39\xb3\x72\xb7\xa9\x1d\x47\x11\x1e\xfc\x8b\x53\xe6\x39\xae\x03\x0a\x8d\x69\x35\x99\x25\xb5\x9f\xf2\x7f\x39\xc6\x33\x24\x57\x6d\x10\x23\xec\x87\x30\x97\x7b\xd6\x47\x5e\xa0\x4d\xbd\x55\x81\xa9\x03\xa6\xce\xd4\x89\x65\xa5\x3e\xad\x91\x6b\x01\x9f\x1c\xfe\x86\x9d\x23\xa6\xa4\x5e\x0e\x9f\x0e\xfc\x1f\x0e\xa0\xe3\x00\xdf\x39\x70\x7c\x51\x7f\xf8\xe7\xa7\x03\x5f\x7d\x50\xfe\x25\x4f\x46\xe1\x77\xd9\xa0\x6a\x10\xf6\xb9\xfe\x4e\xef\x6f\x32\x2a\x48\xab\x52\x98\x41\x0a\x2b\x1e\x65\x36\x9f\x94\x2e\x3c\x6a\xcc\x3b\x76\x90\x30\x3e\xb4\xda\x1e\xe3\x31\xe0\xba\xa6\x88\x43\x6e\xd7\x34\x23\x39\x72\x7c\x89\x16\xd4\xf4\x33\x30\x10\xfc\x0f\x3f\x7d\x28\xa7\x1e\x18\xcf\x64\xf5\x96\x59\x65\xd7\x58\xac\xe4\x24\x37\x32\x50\x2b\x43\xc2\xaf\x30\x65\xc8\xf1\x29\x80\xfd\x50\xf2\x3b\xf5\xb7\x9c\x2c\x36\x99\x64\x60\x13\xbe\x50\xa8\x65\xb0\x50\xe4\x0f\xe5\x66\x91\x4c\x7a\x0e\x28\x60\x46\x70\x12\xef\xf2\x17\xad\x42\x83\x2b\x45\xc0\x65\x17\xde\x93\xcb\x97\xb7\x6b\xcf\xf1\xfe\xb9\x9d\x7c\xfa\x94\x3f\x06\x9e\xe3\x13\xdf\x01\xc8\x9b\xfd\x73\x32\x7f\x0c\x9c\xda\x88\x2c\xa6\x09\xd9\x1d\xab\xd9\x68\xae\x0f\x36\xc8\xc6\xaf\xf8\x35\x89\x77\x94\xe6\x6a\x52\x3c\x02\x1d\x07\xca\x11\x1b\x30\x7e\xe3\x81\xe0\xe4\x68\x4c\x0e\x41\x51\xc4\xed\x49\x03\xf7\xed\x7e\xd4\xda\x9a\xce\x76\xc0\x7d\xa1\x31\xff\xf8\xd7\x79\xf9\x1c\xfc\xd3\x9b\xe1\xe0\x97\xb9\xfc\xf7\x29\xf1\x3f\x05\x83\xf9\xe3\x18\x4c\x3f\x1d\x7c\x3a\x38\xa0\x03\x41\x14\x0b\xac\x76\xc8\xc9\x77\x59\x44\xbe\xaa\x74\x6e\x21\x08\x35\xdf\xa4\xe1\x4f\x59\x14\xf0\x70\x1c\xfd\xde\x5b\xa4\x2d\xe4\x41\x81\x0e\xbc\xab\x9c\x92\xad\xc8\x68\x42\x98\x00\x65\x9f\x19\xbe\xa6\x97\x58\xf0\x4c\x9d\xcc\x51\x8a\x1a\x00\x99\xb5\x96\x94\xfd\xea\x65\x4a\xe4\x9b\xe7\x60\xa7\x4d\xa3\x34\x6c\xa4\x5a\x3f\xae\xeb\xb1\x41\x4e\xc4\x53\x21\x32\x7a\xb1\x11\xc4\x73\x56\x19\x59\x3a\x90\x03\xe5\x13\x29\x5f\x00\xdc\x9b\xe5\x5e\x3e\xc5\x3a\x1b\x2c\xfd\x8f\x63\x36\x28\x1f\xa7\xf5\x63\x8d\x72\x62\x8d\x89\x62\xc7\x81\x2b\x9e\x0b\x59\x9c\xe7\x02\xe6\x8a\xb6\xc4\xb2\x2d\xf9\x30\x2d\x1f\x6c\x5c\x35\xad\x4b\xe2\x5c\xe6\x95\x3f\x53\xfd\x63\xe5\xfb\xaf\x46\x03\xca\x98\xac\x1b\x51\xb6\x36\xa5\xf7\x62\x03\xf9\x03\x25\x02\x50\xdf\x9d\x03\xc9\x23\xb3\x41\x99\x30\x90\xe2\xdb\x53\xe1\x85\x60\x5a\x27\xca\x5c\x7e\xfd\x5a\x33\xc2\x28\xf3\x6e\x28\x4b\xf8\xcd\x20\xe5\x9a\x85\x34\x23\x67\x2b\xd5\x35\xef\x62\x21\x1a\x65\xcf\x11\x20\x16\xe5\x74\xd4\xa3\xa5\x56\x5e\xf9\xe2\xba\x1a\x7a\x95\x28\x1f\x8a\xc2\x03\xbb\x5b\xb1\x1f\xca\x2d\x37\x1a\xff\xca\xe5\xd9\x24\x22\xdd\x34\x96\x41\x0e\xee\xb9\x36\x81\xf1\xe6\x21\x23\x73\x36\xc2\x4a\x51\x1a\x0f\x31\x47\x0c\x96\x46\x8e\x19\x9f\x1b\x9d\xbe\xe4\xde\xf7\xb0\x90\x1a\xa1\x3c\x89\xc6\x87\xdf\xa7\xa3\x9a\x39\xf8\x52\x32\xe3\xd8\x3e\x61\xa6\xec\x2e\x5a\x98\xd6\x0c\xa1\x95\xa0\x8e\x74\x40\x87\x08\x7c\x29\x7f\x34\x19\x71\xa0\x23\x25\x23\xc9\xce\x6b\xde\x9c\x2e\x83\x2b\x9e\xd0\x25\x25\x49\x90\x53\xb6\x20\x3a\x6d\xc3\x76\x52\x53\x9c\x8b\x2a\xaf\x7c\x37\x4b\xc1\x81\xce\x15\xbe\x0d\x96\x3c\xbb\xc1\x59\x22\x5b\x58\x67\xfc\xf6\x2e\x68\x03\x9a\x91\x25\xc9\x48\xa6\x9e\x44\x76\x17\xe0\xa5\x50\x6f\x72\xab\x07\x58\xee\x75\x67\xbe\x07\x81\x69\x8f\x62\x26\x89\x2a\xba\xaf\x34\xaf\x64\xea\x59\xd3\xa8\xdc\x52\x85\xe7\x7c\x92\xb2\x79\xdb\x27\x9a\xda\x0c\x49\xec\x00\x28\x10\x37\x02\xb8\xf2\xd6\x15\x99\x17\x42\x0a\x40\xd3\xbf\x0f\xb2\x9d\x5c\xd4\x8f\x00\x30\xaa\x1f\x3c\x13\x73\x25\xca\x9a\x8a\x05\x38\x43\xa1\xe1\x36\x27\xf2\x23\x72\x72\x22\x02\x4d\x00\x95\x40\x3c\x55\x65\xa6\xf2\x5f\x3c\x9b\x57\x2a\x62\xa5\xec\xaf\xbe\xf8\x0e\xec\x39\x3e\x8b\x99\x12\xa7\x30\x88\x71\x51\xc0\xa3\xe1\x51\xf4\xbd\xa4\x46\x13\x62\x49\x6a\x02\xff\xd3\xcd\xfc\x3e\x82\xc3\xc3\x02\x78\xb1\x22\x33\xdb\x18\x1c\x0c\xc8\x2d\x59\x58\x2e\xd7\x4a\x3b\x13\xcd\xb7\x5b\xc7\x51\x27\x27\x1e\x26\x72\x75\x50\x9a\x0e\x5b\x5b\x29\x8b\x68\xc1\x5b\x89\x23\xd1\xe8\xa1\xea\xeb\x27\xc7\xc7\x27\x60\xa0\xf5\x5a\xb5\x56\xf4\xeb\xa6\x30\xc9\x6a\x54\xaa\x20\x8d\x9b\x66\xf3\x89\x65\x8f\x22\x0d\x1a\x8f\x94\x83\xb0\x13\x67\x36\x8f\xdd\xe2\xb0\xf7\x29\xee\x3e\xdc\xad\x49\x52\x31\xf3\x5d\x9e\x90\xcf\x52\x7e\xa1\x0e\xe9\x28\xc5\xdd\x8c\xcc\x25\xbb\xae\x54\x14\x44\x72\xa6\xad\x61\xeb\x11\x8f\x4b\xf6\xd1\x68\x94\x6c\xcb\x1b\xb7\xf5\x87\x1e\x07\x2a\x93\x62\xc7\x59\xb5\x0e\x39\x30\x5a\x10\x73\x1e\xe1\x39\xcd\x16\x9b\x14\x67\x3d\xbd\x03\xd9\x82\xf4\x12\x22\x94\x53\x43\x8f\xb2\x9e\xe3\x63\x30\x61\x9a\xe9\xe3\xb6\xfc\xce\xdb\x98\x51\x8a\x53\x4d\x3d\x30\x33\x67\xdf\x72\x98\x22\x3c\xc5\xbe\x33\x70\x7c\x1e\x73\x25\x63\xb9\x6e\x1f\xbb\xae\xa3\x75\xb1\xd6\x58\x30\xa0\xfa\x45\x58\x92\xff\x95\x0a\xd9\x8c\x73\x5f\x38\x00\xb0\xb6\xbc\xc2\x6a\xf9\xac\x99\x7d\x36\x77\x24\xf6\xcd\x51\x36\x10\x5c\x8f\x04\x03\x95\xfe\x52\x59\xcd\xf2\x6e\x67\x9c\x0e\xc5\xb6\xf2\xde\x24\x2c\xf1\x52\x48\x8d\x30\x34\x21\x1e\x83\xa9\xf6\xd9\x93\x84\x74\xed\x81\x42\x41\x52\xe5\xc5\x90\xca\x61\x2e\x94\xe5\xb8\x28\xe0\xf1\xc9\xe8\x81\xe8\xbc\x79\x96\xa6\x3e\x2b\x43\xb5\xd3\x93\x19\x2d\xe8\x18\xd7\x5c\x07\x3a\xda\xe9\xcb\xb1\x0e\xa3\xc1\xd2\x45\x1a\x3a\xf9\xdd\xd5\x05\x4f\xbb\x7d\x8f\x14\x9a\x6a\xb8\x32\x5a\x5e\x2f\x66\x2e\xe4\xb2\xdf\x6e\x1d\xec\xf8\x9e\x38\x8d\xa6\x0e\xeb\x39\xb1\xd3\x73\x80\xaf\x5c\x95\x26\x5a\xd8\xbd\x2f\x26\xb4\xa1\x1b\xdc\x11\xb4\xed\x6d\x55\xcb\x68\xce\x4c\xb1\x96\xbd\x6b\xc7\xe7\xbe\x33\xef\x7d\xb0\xaa\xe8\x69\x2f\xcc\xde\x23\xc5\xfc\x3f\x72\x7c\xe1\x7b\x6c\xea\x0c\x14\xea\x73\x1c\xd0\xde\x13\xca\xe1\x51\xeb\xff\xb4\x2f\xb1\xe5\x6c\x91\x79\x54\x2e\x8b\xde\x0a\xe7\xbd\x0b\x42\x58\x4f\xb3\xeb\x89\xec\xd4\xd4\xd1\x6b\x5c\xc8\x4a\xe5\xea\x6e\x7a\x7a\xd9\xb8\xaf\x8f\x67\x7c\xee\xba\x9e\xfc\x41\xfd\x10\x2e\x38\xcb\x79\x4a\x06\x37\x38\x63\xed\x16\x12\xb2\xce\xc8\x02\xcb\x2d\xa4\xe8\xa3\xec\xa3\xf0\x9d\x1e\x66\x49\xef\x86\xa6\x69\xef\x82\x94\x50\x28\x73\xef\x8a\xf4\x18\xc1\x59\x6f\xb9\x11\x4a\xa8\x02\x00\xaa\x13\x7c\xa6\x5b\x8d\xb3\x0f\xf7\x0d\x27\xf1\x9d\x65\x45\x97\x5e\xb9\x4c\xba\x8f\x22\x65\x5e\xe9\xe2\x5a\x9f\x40\x62\xbd\x72\x65\x65\x83\x2e\xc7\x3a\x30\x29\xd5\x4f\x1c\x35\xed\x98\x90\xa2\xca\xe7\x98\x06\x41\xef\x2c\x34\xae\xc7\x18\xf1\x19\x9d\xc3\x1c\x89\x19\x56\x4a\x7c\x73\xa6\x24\x45\x64\x86\xe7\x70\x83\xb4\xf9\x1a\x29\xd3\x65\xee\xa5\x10\x43\x02\x64\xbe\x7e\xd8\x47\x68\xd3\x05\xb0\xc4\x45\xbe\x53\x41\xed\xf8\x9b\x7d\xe0\x16\x25\x66\x50\x95\xb1\x66\x65\x1f\xd9\x17\xc6\x6f\x58\xaf\xae\x74\xa7\x1a\x39\xe2\xf5\x21\x87\x98\x4a\x9e\xed\xf0\xe4\x21\xd6\xb9\xc6\x09\xc1\xbd\x56\x25\x88\x91\xc7\x5b\x6e\x77\xca\x55\x0b\xee\x52\x68\x6a\x5c\x4b\x6a\xaf\xbc\x99\x98\x6f\xb7\x9e\xfc\x41\xa5\x33\xc5\x09\x0c\xa2\x16\x7b\x02\x0a\x4b\xfc\xc9\x6d\x15\x9d\xd2\x0d\xd9\x8c\x4c\x07\x41\xc6\x9e\x90\x4c\x2d\x29\x8a\xa6\x47\x94\xf9\xac\x5d\xdd\x6b\x1d\x55\x9d\x6b\x53\xe7\xea\x3c\x56\x4c\x94\xcd\x6f\x81\x72\xcf\xb1\x88\xa5\x2d\xaa\x25\x2d\xda\x6b\x54\x65\x3b\x94\x82\xd4\x8d\xae\xcb\x63\x78\xf5\xca\xc7\xb5\xcd\xaa\x1f\x19\xc7\x71\x33\xe0\x97\x44\xfc\x5c\x4e\x89\x3e\xcb\xd4\xa4\xf4\x62\xbb\x15\x1d\x36\xc1\x42\x7b\xd4\xe7\x9e\x23\x39\x00\x07\xc0\x95\x7c\x7e\x45\x53\xf9\x7c\x25\x9f\x25\xf9\x76\x00\xbc\x2c\xd3\xdf\xd0\x5c\xd8\x3d\xbb\xb6\xc6\xa6\xb4\x42\xbe\x32\x1f\x95\x19\xb2\x9a\x6b\xd5\xd6\x9d\xac\xa7\xa5\x77\xb4\xab\xbb\xa8\xcc\x8c\xdf\xd2\x28\x82\x6e\xac\xa0\x54\x74\x92\xdd\x80\xb2\x4d\x50\xab\x98\x43\x75\xb4\xde\x6c\x6b\x76\xca\x27\xcc\xf7\x81\xd0\xc0\x29\x16\x4d\x39\xa7\x30\xb9\x63\xd5\x4e\x2b\x4b\x66\xca\x51\x05\xec\xac\xfb\x15\xce\xdf\xdd\xb0\xd2\x5f\xb5\xf4\x95\x52\xbe\x0b\x8d\x4a\xb3\x39\xcc\xa0\xe9\xfd\x67\xf8\x1c\x79\x9f\x51\x67\x87\x3e\x52\x26\x4e\xd4\xf2\xa9\x3c\x47\x5b\x93\x5a\xe7\x68\xee\x29\x33\xd3\x9f\x5d\x97\xf4\x28\xcb\x05\x66\x0b\x59\xe1\xe7\xc2\xe6\x17\xef\xcd\xc2\x8e\x53\xd8\x60\xe9\xe2\x05\x2c\xed\xb0\x5d\xb6\x96\x7a\x16\xfa\x1b\xc5\x3c\x94\x09\x92\x93\xcf\x45\xb6\x59\x08\x9e\xe9\x8f\x76\x0a\x70\xdd\xee\xe3\x31\x56\x9e\xca\xfe\xab\x3c\x10\x3b\xd2\xd5\x79\xd8\xda\x92\xdc\xa1\x72\xab\x57\x9c\xc9\x33\x77\x26\xb5\x83\xa5\xd7\x05\x42\x99\xb3\x35\x58\x65\xf2\x76\x5b\xad\x57\xbd\x6b\xae\xbd\x1a\xc5\x29\xbb\x5d\xad\x1d\x97\x19\x14\x84\x2d\x1b\x74\xc7\x38\x76\xce\xb8\x55\xcc\x75\xad\x97\x01\xcd\x65\x35\xd3\xdd\x24\xc5\x3b\x4b\x20\x2e\x4c\xa9\x85\x57\x3e\x2b\x40\x34\x64\x5d\xed\xef\x9e\x30\x93\xf9\x8d\x7b\x7c\x47\x7e\xc3\x82\xb5\xf2\xeb\x75\x19\x27\xb0\xc1\xa2\xc7\x6b\x68\xb1\x98\xf1\x06\x6a\x79\x22\x5e\x42\x6d\xdf\x8e\x57\x50\xdb\xef\xe3\x2b\x99\x62\x1a\x8b\xaf\x61\x69\xf1\xef\x5a\x78\x9a\x55\x95\xa3\xbf\xa6\x6b\xbd\x10\x5a\x68\x23\xbe\x83\x5d\xea\xb7\x5d\x35\x8a\xd7\x89\xb4\x2b\xcd\xdb\x76\xeb\xbc\x27\x78\x21\xde\x62\x41\xaf\x89\x9c\x9f\x5a\x29\xb7\xce\x78\xb2\x59\x08\xd7\x75\xf4\xd7\x73\x75\x48\x61\x6f\x9e\xf3\xce\x2f\x92\x73\xef\x5c\x00\x5a\xc3\xb4\x07\xc1\x95\x2a\x40\x50\x40\xc3\xe9\xc6\x17\x50\x59\x0b\x63\x4b\x6a\x2a\x77\x82\xed\xfd\x68\x64\x97\xb5\x27\x66\x7c\x0e\x5c\x77\xed\x31\x30\x95\xcf\x88\xa8\x24\xc8\x40\x6c\xa7\xdd\x17\x32\x25\xad\x52\x58\xed\xcd\xa8\x5e\x8b\x9a\x51\x0a\x61\x86\xda\x16\xba\x09\x3f\xcd\x94\x55\xee\xc2\xb3\x4d\x72\xd6\xf9\x7f\x51\x40\x7d\xcc\x7f\x87\xd9\x30\x19\x2e\x1a\x06\x25\x21\xa1\x27\xaa\xe9\x6e\x34\x22\xa6\x99\xb2\xf0\xc5\x42\xfb\x19\x41\x91\xd1\xce\x45\x44\x94\x2e\x63\xaa\x7f\x54\x38\x07\x4b\xf5\x98\xfb\xdb\x4f\xb9\xff\xc3\xc1\x25\x94\xcc\x37\x94\x3b\x64\xfd\xec\xdd\x4f\x5d\xf5\x1c\x1d\x0e\x8f\x9f\x28\x65\xdd\x62\x85\xb3\xe7\x3c\x21\x4a\x91\xd8\x30\x07\x69\x17\x1a\x58\x1e\x94\x69\xdb\x47\x64\x97\x6a\xea\xd1\xe2\x93\x2c\xba\x02\x39\x80\x56\x46\x1b\x31\x22\x02\x59\xfb\x54\x01\x69\xc4\x53\x28\xa0\x7d\xb8\x61\x67\xb4\x0d\x37\x57\x2a\x95\x4a\xff\xd9\x84\x2b\x4b\x6c\x66\xf1\x6f\x97\x44\x58\xc4\xed\x2d\xbe\x22\xca\x5f\xa6\x9c\xf1\xcc\x70\xc5\x78\x46\x11\x9f\x65\x73\xc9\xbb\x89\x19\x9d\x23\x22\xf9\x63\x2c\x9f\xfa\x21\x98\x90\xbd\xdc\x49\x71\xb3\x52\xce\x3d\xae\xeb\xf5\xd9\x76\xab\x45\x37\x89\x5e\xfb\xbb\x3c\x8a\xbd\x8c\xbe\x50\x96\xbc\x5b\xc6\xd8\x3c\x7c\xd0\x4e\x9f\xa5\xa4\xbc\x1b\xd8\x0c\x55\x2e\x17\xd0\xab\x98\x73\xd9\xe0\x59\xe5\x80\xe1\xba\x1e\xab\x18\x03\x00\x59\x80\x44\xd9\x4d\xa3\x5b\xaf\xd5\x5d\xf5\x9a\x56\x0a\x08\xee\xba\x5c\xd6\x27\x87\x5d\x13\xd7\x96\x12\xae\x4f\x80\x45\x47\x27\x65\x90\xa0\x52\xb6\x58\x7a\x1b\x4f\x80\x46\x96\x2e\x93\xb8\x00\x13\x61\x06\x9c\x49\x06\x99\xcc\x44\x65\xf0\x66\x12\x31\xd6\xda\x98\xf8\x39\xac\x7d\x8a\xe2\xcb\xa2\x80\xc3\xb0\xe5\x81\xd7\xe2\xf0\xc5\xe0\xe2\x4e\x10\xed\x95\xd1\xa1\x4b\x53\x9e\xe2\x0c\x89\x59\x38\x87\x1c\x89\x59\x54\xb5\x3c\x7a\xec\x31\x9f\x83\x83\x71\xc0\x0b\x28\x06\x82\x3f\xbb\x13\x44\x01\xd1\xad\xc8\xd4\x55\x61\x44\x65\x55\x39\xa2\xb3\x48\x4a\x4c\x5a\x7e\xd9\x83\x16\x46\x8f\x3d\xe1\x33\xd9\x04\x2b\xbc\x50\x9d\xb2\x01\x70\x81\x42\x98\xa0\xfc\x2c\x9c\xe2\x60\x1c\x63\x35\x62\x0c\x85\x13\x76\x9a\x4c\x98\x8f\xc6\x40\x20\x3e\x6b\x6c\x54\x06\xe6\xa7\xa7\xd1\xc9\xb6\x9d\xec\x47\xea\xc3\x70\xf7\xc3\x50\x7e\x38\xda\x4d\x1f\x81\x39\xdc\xcc\x16\xbe\x3f\x47\xe2\xec\x2c\x3a\x72\x87\x87\x87\x56\xc2\x89\xfd\x3e\x3c\x3c\x74\xc5\x64\x88\xb4\xd9\xb8\x1b\xa8\x8e\xa6\x23\x30\x3f\x3b\x1b\x37\x2a\x01\x93\xe8\xab\xb5\x44\xe1\x9e\xae\x8d\x3b\x7b\x76\x76\x36\xfc\x2a\xcc\xd5\x7e\xdb\xc8\x79\x5d\x66\xfc\xaa\x7b\x66\xcb\xa5\x2a\x2c\xc6\x1a\x66\x88\xff\x38\x82\x14\xcd\xe6\x10\xa3\xe8\x68\x74\x32\x82\x39\x0a\x61\x8a\x78\x90\x4d\xf2\xd3\x74\x92\xfb\x08\x03\xaa\x75\x6f\x1b\x8f\xc0\x1c\xe6\x3e\x3e\x4b\xa7\x69\x9c\xfb\x18\xe8\xae\x66\x53\x4f\x20\x32\xe3\x41\x34\x87\x26\x2b\x9b\x89\xb3\xb3\xe1\xdc\x67\x33\x71\x7a\x3a\x76\x8f\x46\x73\xdf\x41\xc8\x01\x20\x96\x23\xac\x0e\x2d\x22\x4f\x16\x19\xce\x4f\x4f\x4f\x80\xdf\x51\x3a\x0a\x55\xf1\xb3\x33\x5d\x5c\xd5\x34\x34\x35\x59\x16\x58\x6a\x6c\xbd\x0e\x28\xac\xdd\x38\x93\xcb\x5f\x1d\x14\xff\x06\xf3\x3e\xad\x1f\x63\xf5\x1f\x52\xe4\x3c\x7d\xf6\xfc\xc5\xcb\x57\x7f\xf8\xe3\xeb\x3f\xfd\xf9\xcd\x4f\x6f\xdf\xfd\xfc\xdf\xef\xcf\x3f\x7c\xfc\xcb\x5f\xff\xf6\xf7\x7f\xe0\x8b\x45\x42\x96\x97\x2b\xfa\xaf\x2f\xe9\x15\xe3\xeb\x7f\x67\xb9\xd8\x5c\xdf\xdc\xde\xfd\x12\x46\xc3\xd1\xf8\xf0\xe8\xf8\xe4\x89\x7f\xe0\x40\x8c\x42\xb9\x69\x4a\xd4\x81\x4f\xf3\x89\xef\x63\xc0\x66\x78\x8e\xe8\x0c\xcf\x21\x9f\x51\x7b\xa6\x31\x98\x23\xdc\x3a\xf9\xb3\x8b\x7e\xc4\x8f\xe3\xb3\xd0\xd2\x24\x18\xf5\xe9\x6b\xa6\x14\x05\x3d\xcd\x34\x0e\x7a\x1a\x3b\x58\xc1\x5d\xb4\x8f\x62\x4a\x7a\x7c\xd9\x1b\x3b\x65\xb4\x16\xcb\xe0\x80\x9c\x1a\x51\x22\x15\x08\xc0\x63\x48\x00\x38\x63\x90\x29\xb3\x40\x18\x8f\x03\xf6\xe3\x78\xde\x10\xb2\xa1\xa2\xfc\x95\xe0\xa5\xe8\xd4\x4c\xe9\x5b\x26\xf9\x29\x97\x4b\x67\x04\x32\x39\xcd\xb9\x5c\xf5\x47\x6e\x74\x74\x1c\x45\x47\x27\x21\xf0\x65\x9a\x1f\xc9\xa9\x77\x8f\x0e\x87\x2a\x45\xae\x65\x99\x3a\x9c\x57\x3e\x20\x6c\xe6\x51\x94\x81\xb3\xb3\xe8\xc4\x2c\x01\x7a\x76\x16\x0d\xeb\xe7\x23\xf3\x78\x34\x72\xe9\xbc\x5a\x11\xb8\x5e\x11\x7c\xe6\x04\x4e\x93\x09\x98\xa3\xa3\x21\xe4\x33\xe7\xf3\x6e\xfa\x48\x39\x20\x9d\x3c\x30\x0a\xcf\xd1\x93\x10\x94\x27\xc3\x4d\x34\x8b\xe1\x49\x9d\x42\x65\x9e\x28\x3a\xac\x53\xd4\x59\xaf\xa3\x43\x2b\x45\x39\x48\x8f\x4e\x9e\xd4\x29\x29\x62\x9e\x24\x01\x3a\xdc\xc5\x38\x1c\x9d\x48\x0c\xda\xc5\x54\x9d\x2b\xbd\x6a\x37\xc3\xa5\xbf\x0d\x96\x3c\x9b\xd6\x8f\x9e\xc3\x78\x42\xfe\x95\x0f\x36\x82\xa6\x03\xca\xf2\xb5\xe2\x68\x36\xb9\xe0\x57\x8e\x76\x57\x98\x08\x63\xc2\x40\x4b\x28\x06\xe7\x29\xbf\x29\x5f\x2d\x3c\xe2\x93\x3e\xd2\x62\x7b\x58\x0d\xf9\x72\x80\xd3\x94\x2f\x3c\x5f\x72\xfe\x62\xf0\xfa\xed\xf9\xcf\x2f\x9f\x7f\xf8\xfc\xd3\xd3\xbf\x7d\x7e\xf6\xf7\x0f\x2f\xcf\xd1\x61\x38\xd1\x7e\xd6\xc3\x68\x7c\x3c\x3e\x19\x1d\x8d\x8f\x27\x3b\xaa\x13\x72\x66\x1f\x50\x7b\x8f\xd9\xa5\x09\x58\xf4\xe8\xc3\x8a\xf4\xd4\x79\xd2\x9e\xf3\xc8\x27\xfe\x23\xa7\x47\xf3\x1e\x35\xcb\x7e\xc9\xb3\x4a\x91\x96\xd3\x5f\x88\xf3\xa8\x3c\xa5\x2f\xab\xa9\xf7\xb7\xa5\x65\x31\x3c\x4b\xde\xe4\x73\x04\x5c\x5a\x6c\x0c\xb4\xce\x06\x2d\x6d\xd5\xe6\xae\xac\xa5\xd3\x77\x64\x36\xd1\x19\x7d\x49\x75\xa6\xcc\xdc\x2b\x59\xf0\x6a\xb7\xca\x72\x77\x6b\x52\x6d\xe6\xf7\x64\x41\xe8\x35\x49\x74\xaa\x6e\xfb\x51\xd5\x11\xc9\x2a\x95\x8a\xe8\x95\x01\xb2\x06\x7b\x65\x83\xbd\x2b\x52\x82\xb6\x06\x7b\x4f\x74\x13\x29\x2b\x29\xe4\x29\xd9\x46\xe4\x6c\xc4\xf2\xc4\xd1\x7a\xd2\xe5\x80\xe6\xe5\x11\x14\xc9\x1a\x75\x46\x9b\x2a\x95\x9d\xa4\x3c\xab\xd2\x73\x7c\x51\x22\xa1\x70\xfb\x59\x35\x0b\x39\x92\x32\x8e\x24\x48\x95\x6f\x8c\x24\x6d\x3a\x2c\x89\xc7\x11\xaf\xdc\xb8\xb2\x1a\xf9\xf3\x42\x67\xa3\x4b\xaf\x53\xfa\xde\xed\xa1\x5e\x68\xb2\x76\x4b\x3d\x53\xe2\xda\xbd\xeb\xe5\xce\x13\x46\x6e\x87\x9a\x01\x7b\xb7\x5c\xe6\x44\x40\x9b\x1b\xab\xe6\xe1\xda\xf8\x3a\x4f\x8c\x56\xac\x69\x0a\xb0\x06\x46\x2e\x84\x25\xcd\x72\xd1\xb1\x0a\x58\x7b\x25\xc0\x9e\xb1\x2e\xda\x7a\x08\xf3\x02\x7b\x3c\xd3\x4f\x41\x4a\xbf\x90\x72\x79\xb7\xd6\x8e\xe3\x57\x13\x3f\x29\x07\xc1\xaa\x0b\xe8\x70\x7d\xa4\x52\x51\x34\x3e\x82\x6a\x24\xf4\x92\x92\x35\x74\x92\xd6\xf3\x15\xce\x0c\x77\x5b\xea\x4a\x74\x53\x3b\x1f\x76\x1b\xdc\xcd\xd2\xdd\x6e\xc7\x0e\xdc\xbf\xd3\x14\xde\x68\x6f\x34\xc6\x1b\x9b\x4d\x57\xb8\x77\xb3\x95\x82\x85\xaa\xea\xdd\xd2\x75\xab\x47\xaf\x9a\xe5\xbe\x12\x2f\xfa\x72\xb2\x2b\xa4\xa8\xec\xa7\x5c\xc3\xad\x0f\x30\xb5\x16\xe2\xd2\x56\x9e\x95\xab\x30\xdc\x5e\x78\x96\x80\x83\xd6\x5e\xcd\xe3\x29\x79\xc8\x7c\xdb\x6e\xa5\xb8\xb9\xbe\xf3\x18\x0c\x61\x28\xf7\x10\x2b\xe8\xd2\xab\xc2\xf9\x54\x75\x34\x75\x44\x96\xf2\xb5\xaa\x48\x6e\xb7\x32\xf7\x74\xed\x85\x20\xbe\x36\x0b\xd8\x31\xca\x71\x25\x4d\xcb\x72\x46\xf5\x55\x2b\xde\xd5\x21\xd3\xda\xb6\x59\x26\x94\x3b\x20\xab\xce\x36\xee\x5f\x32\x86\x94\xe9\x61\x34\x14\x4b\xf0\x9f\x33\x7a\x45\x05\xbd\x26\x7b\x94\x93\xb3\xdd\x9c\xf3\xd6\xd8\x77\xe6\xa9\x50\x21\xd0\x33\xf3\x7f\xd9\xde\xac\xd1\xf7\x55\x69\x52\xd8\x9d\xb9\xee\xf5\xae\xc9\xdf\x7e\x9a\x52\x2d\x68\xb9\xfd\x4f\xc3\xdf\x89\xd8\xd6\x00\x5f\x5a\x3a\x18\x09\x3c\x5c\xcb\x66\xa6\x61\xac\x96\x34\xb0\x72\x5e\x37\x24\x92\x6a\xa9\xd6\x99\x5b\xeb\xdf\x78\x95\x8b\x09\xf7\x51\xa4\xfd\xc9\x35\xc3\xc8\x2d\xd1\xba\xaa\xfd\xce\xa2\x7b\xe2\x34\x94\x1b\xa5\xc6\xd3\xa7\x62\x4f\xbf\x1d\xae\x90\xba\xea\x2e\xdf\x88\x9c\x26\x6a\xe4\x34\x6e\xea\x5d\xf0\x0d\x4b\x72\x33\x76\x8d\xea\x7c\x8f\x6d\xb7\x21\xd8\x57\xab\x71\x7b\xfa\x46\xad\x0a\xc5\x54\x64\xad\xb6\x4c\x0a\xd7\xad\x15\x21\xd3\x1d\x02\x15\x7f\xe5\x23\x14\x20\xde\x4d\x83\xac\x0a\xe1\xd1\x62\x7f\x78\x93\xfd\xe1\x85\x6d\xe5\x31\x0c\x1a\xda\xc3\xa1\x39\x4f\x85\x20\x57\x6b\xd1\x13\xbc\xa7\x58\x41\x2c\x88\xd9\x14\xbd\x14\x67\x97\x24\xeb\x89\x15\x66\xbd\x2b\x7c\x4b\xaf\x36\x57\x3d\xb9\x74\xe2\x5e\x78\xeb\xf8\x49\xad\xa1\x8f\x8e\x80\xef\xf4\xe4\xd0\xe6\x4e\x8d\xf1\xb6\x96\x91\xed\x73\x65\x6e\x6a\x62\xce\x4a\x7f\x58\xcb\x4a\x9d\xfc\xc0\x76\xbb\x43\xf5\xac\xe3\x67\xd5\x9c\x4e\x2c\x7e\xe9\x9b\x9b\xee\x1b\xec\xdc\x57\x90\x45\x89\x18\x0c\x94\x2d\x94\xf0\xc8\x22\xd7\xa5\xc0\x66\xa4\x76\xbe\xa3\xd4\x3d\x1b\x1a\x77\xd9\x5a\xa5\x3b\x54\x26\xef\x3e\xd7\x31\xbd\x59\xd9\xcf\xb0\x92\x92\x33\xd4\x8f\x26\x13\x90\xdf\x50\xb1\x58\x79\x02\xdc\x2f\x70\x4e\x1c\x9c\x2f\x28\x75\x62\xf5\x9c\x62\x41\x59\x64\x5e\x2e\x28\xc3\xd9\x9d\x13\x97\xdb\x6d\xa2\x52\x15\x33\x18\x97\x8f\xc1\x49\xf5\xfd\x07\x8f\x54\xfa\x47\xfd\x79\x91\x0f\xcb\x9c\x8b\x3c\x18\xd6\xa5\xa2\xa3\x94\x58\x75\xe8\x57\x53\xcd\xf0\xb1\x69\x68\x45\x6e\xeb\xb6\xcf\xce\xce\x22\x9d\x7c\x81\x73\x72\x34\xae\xbe\xfc\xcd\x6a\xd5\xc8\x54\xb1\x4d\x84\xf8\x34\x88\x62\x1b\x34\x81\x3c\x47\xb2\xa3\x2d\x73\x74\x86\xfa\xa1\x65\x77\x7e\xde\x50\xc9\xca\x71\xa3\x4b\xaf\xd6\x50\x8a\xed\x56\x9c\x2a\xfd\xb2\x40\x21\x80\xe2\x4c\x47\x37\x6a\x50\x5f\xa7\x59\x44\x29\x35\xed\x6c\x5a\xe4\xb6\x12\x20\x3b\xad\x9c\xf5\x4c\x69\xd9\x6f\x14\x82\x53\xe4\x09\xfd\x54\x7f\x96\x93\x4a\xb6\x5b\x8f\x54\xfc\x79\x35\xb3\xc4\xcc\xac\x3d\x82\x4f\x75\xdc\x49\x45\xff\xbe\x3e\x8f\x3f\xb7\x73\x9a\x05\x62\x3e\xbf\x6d\x7f\xfe\xda\x9a\x79\xd3\xce\xdc\x9a\xbd\xf7\x3b\x50\xfd\xaa\x35\xf3\xca\xaa\xc6\x5a\x04\xfc\xe1\xe2\x09\x01\x13\x82\x3c\xe2\x3b\x4e\x7b\x61\xf0\xe6\xc2\xb8\x6d\x2e\x0c\xa5\xea\x25\x5a\xe9\xcb\xe6\xca\x44\x8d\x2c\x3c\x7a\x63\x07\x0a\xa3\x4b\x4f\xfb\xb7\x37\xd6\x49\x10\x4d\x3a\x85\x35\x36\xf5\x38\x62\x90\xa1\x10\xc4\xec\xac\x96\xa2\xa7\xcc\x12\xa9\x63\x76\x1a\x54\x6f\x27\x6a\x45\x59\xef\x00\x0a\xe2\x31\xe4\x33\xbd\xd6\xb2\x69\x18\x93\x2a\xd2\x8f\x5c\x6e\x61\x43\xb7\xee\x33\x00\xd9\x59\x0d\xdf\xbd\xb5\x8f\x82\x68\x52\x67\x0c\xa2\xca\xd7\x85\x9d\x86\xc6\x09\xcf\xce\x18\x16\xdd\xe2\xb1\xda\x2f\x86\x53\x13\x90\x03\x00\x2d\xac\x5e\x2b\xda\xd5\x0e\x33\x6d\xc9\xed\xfb\xc5\x1a\xc5\x6e\x71\xa0\x3a\x51\x25\x5c\xc9\x26\x74\x46\x49\xaf\xa9\xa2\x65\xbd\x31\x0a\xb1\x69\x36\xfd\xda\xe7\x2a\xd0\x0a\x64\x20\xee\xcc\x98\xe2\x5c\xbc\xee\xc8\x2c\x41\x9f\x89\x79\x09\x7c\xe7\x7a\xbc\xc6\x69\x45\x3d\x4a\x8a\xa1\x7b\x28\x09\x46\xe9\xab\x52\x2f\x2a\x7b\x38\x74\x14\x00\x88\x51\x04\xf3\x9a\x5c\xa4\xb5\x89\xc4\x96\x0f\xb8\xb2\x73\xca\x1d\x86\x10\xf2\x78\x69\x7b\xe1\x6d\x27\x9e\xed\xd6\x6c\x3e\x84\x10\x97\x2f\x66\xf7\xd5\xaf\x41\xf5\x0e\x4c\xc0\x22\xc3\xce\x0d\xb7\x5b\x51\x3d\xd7\x4b\x02\xa3\x21\xcc\x0f\xd0\x10\xa6\xf2\x1f\x3b\x40\xc3\x96\x5e\xb1\xe2\x22\x23\x75\xc2\x59\xee\x28\x65\x0c\xc4\xc9\xc7\xd7\x4c\x44\x47\xcf\x5e\x7a\xe2\x31\x56\x27\xc0\x4c\xa7\x17\x28\x88\x14\x12\xa4\x88\x4d\xe8\x69\x3e\xa1\xbe\x0f\x94\xc5\x86\x40\x0a\x10\x42\x1b\x4f\x40\xa5\xdc\x5c\x4c\xc3\x98\x06\x8b\xd2\x31\x55\xa6\xb8\xae\xb7\x40\x14\x40\x1a\x2c\x7c\x99\x90\x56\x27\xcd\x1f\x63\xb5\xb6\x95\xf9\x48\x66\xa3\x01\x92\x65\xa1\x6c\xae\xa8\xfc\x4e\x98\x9f\x9e\xe5\x6a\xf3\xe4\x81\x8a\xa9\xc9\x26\xf4\x0c\x85\x13\x1a\x04\x35\x97\x9b\xa0\x7e\x08\xd7\x28\x9c\xac\x4f\xd3\xc9\xda\x82\xce\x5f\x83\xbe\x86\x6f\x0d\xc0\x7d\x22\xa9\x8b\x8e\x81\x49\x97\x5e\x52\x42\x52\x1e\x4b\x0b\xa2\x7a\xa8\xce\x6b\x5b\x25\x43\xd5\xc1\xac\xed\x36\x34\xc2\x66\xb5\x41\xd9\x84\x4b\xf4\x61\xb2\x70\x00\xce\x32\xa5\x53\xc9\x40\xcc\x51\x36\x29\x17\x8d\xb0\xc3\x6e\xf3\x33\x7c\x30\x54\xb9\xf0\xc1\x50\xf6\x29\x9c\xd0\x53\x3e\xf1\xfd\xea\xc8\x9d\x3a\xfa\xfc\x9a\x09\x4f\x94\xbe\xe7\xc3\xc7\x14\x0e\x01\x8c\x8e\xd4\xbe\x14\xc4\xcb\xab\x4d\x4c\x27\x64\xc6\x7c\x3a\x47\x79\x51\xf5\xa8\xea\xc8\xcb\xba\x23\xe5\xd9\x6a\xef\x07\x15\x47\xb3\xec\x00\x80\x44\x7d\xaf\xcb\xbc\xee\x28\xd3\x69\xee\x40\xb3\x39\xd4\x06\xa7\x8a\x3d\xf4\x7d\x06\x84\xd6\x31\x2b\x29\xa2\x69\xa2\xb1\x0c\x98\x52\xf2\x68\x37\xfc\xa2\xa3\xe1\xbf\x75\x65\xfc\xf0\x55\x08\xe5\x22\xaf\xec\x15\x50\x99\x79\xb5\x15\x26\x9c\xe0\x0a\x52\xd7\xed\x7b\x9e\x08\xd0\x10\x9c\x86\x40\x59\x10\x38\x52\x28\xba\x61\x3a\x00\x67\x67\x27\x30\x43\xec\xc7\xe1\xe1\x51\x69\x42\xc9\x40\xf9\xc4\xad\x88\xa7\xdf\x18\xd3\xf7\x2d\x83\x9e\x11\x40\x98\x45\xa6\xa6\x69\xd3\xc4\x24\x65\x90\x9d\x24\xa3\xaa\xd3\xf1\xff\xab\xda\x7f\x2e\x6b\x67\x48\x85\x4e\xb9\xa2\xac\xc2\x14\x92\x54\xd7\x6e\x0b\xca\x70\x23\x26\xd9\x29\x9b\x94\x81\x4d\x94\x63\x16\x56\x67\x53\x60\x8e\xe8\xd9\x70\xf4\x64\x3a\x8e\xe9\xd9\x70\x38\x9a\x8e\x62\x7a\x16\x3d\x89\xa6\xc3\x58\x11\xcf\xcc\xcf\x4f\x11\x2b\x5d\x3d\x4d\xbc\xa2\xd2\xd9\x13\x2e\xca\x87\xc4\x3c\x4c\x0c\x9b\x94\x6b\x36\xa9\x17\xc5\xf4\x34\x1a\x4a\xea\x89\x11\x35\xe1\x68\x15\x37\xd2\x1b\xc6\xd1\xf0\x44\xe2\xca\xe8\xc9\xd0\xf5\x52\x09\x93\x1f\xcd\x55\x5c\x8e\x04\x79\xa3\xc8\xa5\xe0\xf4\xf4\x68\x7b\x34\x72\x53\x70\x16\x0d\x8f\x55\x15\x49\xa3\x8a\x51\x5c\x16\x83\x1b\xf5\x30\x9c\x43\xab\xd2\x14\xb8\xae\xf5\xba\x31\x55\x47\x87\xaa\xea\x68\xb8\xf5\x54\xe5\xa6\x95\x0d\x38\x1b\x86\x63\xd9\x4c\x72\x7a\x78\x38\x7c\x72\xb4\xdd\x26\x67\x87\xc7\xa3\xf1\x08\x74\x34\x3d\xee\x68\x7a\xa1\x1e\x46\xdf\x82\xc1\x7a\x5d\xb4\x40\x3a\xa9\x40\x32\xd0\x6d\x4a\xe8\x16\xe0\xec\xe8\xf0\x70\x74\xe8\xba\xc9\x69\x14\x45\xe3\x28\x1a\x1a\xa8\x8a\xc2\x78\x39\xe2\xa9\x87\x91\xcc\x34\x82\x39\x8a\x40\x8c\xcb\x12\x1e\x0e\x54\xfa\x11\xe4\x7a\x11\x63\xc9\xf1\x87\x6e\x14\x0e\x47\x5b\xd5\x55\x00\x31\x3a\x3c\x1a\x0d\xc3\xad\x4c\x73\x31\xa8\x72\x02\x98\xf9\x35\x96\xd9\x35\x91\x37\x0c\x6a\xa7\xe8\xa7\x12\x43\x99\x60\x2b\x72\x29\x3f\x37\xbb\xcb\x9c\x08\x31\x0e\xb3\x95\x1c\xe6\x38\x4a\x1d\xa1\x82\x0e\xf3\x53\x31\x01\xcc\x47\xdf\x2e\x6d\x36\x05\x87\xdc\x47\x3f\xd5\x48\x86\x15\x1e\x07\x85\x18\x7c\xf9\x09\xdf\x1a\xb3\x7e\x02\x97\x83\x0f\x7f\xff\xf9\xe5\x8b\xcf\x4f\xdf\xbf\x7f\xfa\xf7\xcf\xe7\x1f\x7f\xfe\xf9\xdd\xfb\x0f\x76\xfc\x7a\x91\xdd\x99\x2b\xe2\x5a\x12\x7e\x04\xa0\x40\xf7\x4b\xce\x3b\x4e\x8a\x8e\x87\x45\xf1\x2d\x0b\x48\x17\x3b\xb3\x4f\x61\xa0\xf4\xf6\xe3\xa1\xc2\x0e\x4b\xce\xbd\x32\x08\x46\x85\x40\xfa\x51\x51\x78\xa0\xbb\x37\x8d\xe8\x38\x35\x5b\x66\x5c\xda\xb7\xdb\xae\xeb\x2c\x4a\x7f\x77\x75\x37\xd4\x76\xdb\x78\xf5\x9c\x0f\x2b\x9a\xf7\x2e\xb4\x63\x59\x2f\xc5\x8b\x2f\xb9\x12\xa4\x93\x1e\x96\xdd\xe9\xd9\xfe\x98\x3d\x73\x69\x4b\xef\x66\x45\x17\xab\x1e\xcd\x7b\x19\xf9\xf7\x86\x66\x24\xe9\x5d\xdc\xf5\xfe\x47\x2b\x67\xfe\xa7\x77\x7d\x38\xb8\x1d\xf4\x3e\xe6\xc4\x4a\x1a\x0f\x6e\x7b\x74\xd9\xbb\xe3\x9b\xb2\x4c\x8f\xa7\x49\xd5\xae\xa9\x78\xe0\xec\x0b\x94\x6a\xe9\x58\xa0\xb3\xc6\x19\x61\xc2\x81\xf7\x84\x6d\xae\x48\x86\x2f\x52\x12\xf7\x43\x78\x49\x84\x3d\x7d\x4d\x75\x87\x8a\x2a\x5c\x31\xb8\x52\x60\xd4\xb0\x15\xc5\x83\x9a\x34\x4a\xae\xdf\xda\x64\x65\x03\x91\xcd\x2e\x07\x6b\xce\xd3\x73\xfa\x0b\x41\x27\xd1\x93\x21\x5c\x76\xc5\x7b\xad\x96\x61\x65\xa7\xda\xb3\xac\x6c\x70\xbf\x67\x39\x2e\x61\xc3\xe3\x56\x9b\x24\xf7\x01\xb1\x27\x59\x69\x2d\xc9\x29\x0a\xa7\xeb\x5a\xbb\x26\x17\xe0\xb4\x4b\x24\x93\x79\x06\x4b\x9a\xa6\xda\xbd\xcd\x7a\xd5\x2f\x45\xd5\x53\x03\xcd\x47\x96\xe3\x25\xe9\x3a\x90\xa6\x0c\x79\xcd\x6c\xe7\x29\xbf\xf9\x5a\xd6\x72\x7a\x3a\xaf\x57\x54\xaa\x74\x52\x9d\xa1\xfe\x6c\x39\xef\xf6\x11\xb2\x86\x58\xd6\xb4\xe0\x57\x72\x25\xb6\x0e\xa9\x75\x18\xca\x94\xd9\xb7\xd4\xad\x43\x32\xd0\x8b\x09\xda\xba\x33\x00\x20\x21\x0d\x44\x02\x9a\x72\x9e\x28\x4b\x89\x66\xa9\xfe\xb2\x19\x61\xaa\xdf\x14\x06\xf7\xeb\xde\x2e\x36\xcb\xc8\x81\xea\x77\x58\x6b\xe0\xf2\x4e\x15\x9c\x51\x49\xf2\xcc\xc2\x99\x46\xa7\xab\xdc\x83\x77\x94\x64\x0d\xad\x9b\xa8\xdd\x66\x42\x48\x6b\x2e\x46\x72\x51\x93\xec\x94\x4e\x7c\x3f\x93\x6c\xbd\x64\x56\xe4\xa2\x99\x65\x73\xc9\xed\x28\xde\x85\xab\x57\xc3\xd9\x97\xb3\x74\xaa\xf4\x51\xfc\x94\x4d\xa3\x38\xd4\x73\x5a\x9a\x53\x1b\xb3\x6a\x58\x94\xca\x3b\xae\x25\xa1\x59\xfa\x9d\x3d\xca\x9c\x87\xa9\xf6\x1a\x3a\x99\x5f\xaf\x80\xe9\x87\x95\xda\xa5\xa6\x03\x6a\x99\xb1\x05\x6e\x5f\xa6\x41\x97\x5e\xbf\x7d\x94\x63\x8f\x75\x23\xa5\xb9\xe8\x50\xb1\x62\x73\x16\x44\x4e\xb2\x9e\x5f\xa3\xa6\xef\x50\xaf\x54\x9e\x0a\xa1\x21\xe6\xb5\x44\xac\xe6\xdf\x5c\x38\xd4\x29\x30\xf8\x4a\xa9\xd3\x74\x36\x6c\x6c\x58\x29\x04\x64\x86\x31\xe8\xa8\xa0\xe2\x64\xd9\xdc\xd8\x5f\x69\xc3\x08\x9d\xf9\xa5\xbf\xd0\x59\x79\x9e\x69\x6a\x63\x61\x0a\xb6\x5b\x8f\x96\x1b\x89\x02\xc9\xe1\x2b\xfb\x9f\x94\xfc\xf7\x28\x22\x72\x62\x4e\x37\x70\x48\x61\x66\x02\xc4\x94\x96\xfb\xaa\xde\xdf\x65\xbc\x6b\x58\x8a\xcc\xaf\x5c\x9f\xaa\xf0\x65\x72\x01\x58\xae\x8b\x9f\x6d\x63\x43\x8d\x9e\xa4\x8c\x6c\x7f\xc8\x6f\xf0\x3a\x3a\xda\xb9\xb9\xc7\x56\x94\xaa\xb1\xfc\x71\xd8\x47\x68\x8f\x41\xcb\x98\x30\x95\xcd\x61\x8f\x53\x54\x74\x14\x5c\x50\xa1\x4e\xb6\x54\x62\x63\x38\x11\xa7\x64\x22\x7c\x34\x04\xb7\xa5\x42\x51\xf8\x51\x2d\x1d\xae\x68\x5e\xec\x00\x3b\x1a\x3e\x00\xd8\xf1\x6f\x02\x76\x34\xfc\x0a\xb0\x63\x1b\xd8\x11\x80\xe5\x9b\x1f\x41\xe1\x0f\xbf\x01\xfc\xd1\xf8\x01\xc0\x9f\xfc\x26\xe0\x8f\xc6\x5f\x01\xfe\xc4\x06\xfe\xb8\x05\xfc\x91\xf5\x3e\x84\xc2\x3f\xb4\xde\x47\x50\xf8\xe3\xaf\x74\xae\x34\x31\x7d\xbd\x7b\x96\xd4\xab\x4e\x5a\x37\xec\x29\xe5\x8e\x34\xfa\xf0\x10\x12\x10\x3f\x2f\xc3\x57\xc9\x94\x2a\x27\x68\xb7\xfd\x86\x2f\x70\x4a\x4a\x08\xba\xce\xe2\xd9\x89\xe4\xdf\x1b\x9c\xe6\x6d\x4f\x81\x26\x75\xec\xd6\x64\x3f\xdd\xd9\xa9\x95\xba\xd0\x1e\x1a\x7d\xa2\x56\x76\xae\xa2\xfc\xba\x07\xa4\x05\xb9\xf1\x11\xdb\x1d\x34\xc7\x81\x0c\x75\xb8\x79\x55\x87\x79\x4c\xf0\xbe\xd2\xb0\xa7\x48\x13\x0c\x21\xb3\xe2\x63\x79\x83\xfb\x61\x01\x54\xd0\xad\xa8\xe7\x00\xe3\xf2\x0f\xad\xf9\x38\x63\x92\xdd\xf0\x91\xd3\x1b\x0c\x06\x3d\x07\x40\xe7\xd4\xac\x2f\x75\x22\xf7\xcc\x29\xe0\xc2\x75\x6d\x76\x71\xb6\x98\xa3\x8e\x0e\x80\x46\xaf\xba\x98\x1d\x4b\x27\xff\xeb\x58\x9e\x07\x4c\x8f\x66\x56\x04\xce\x2e\x49\x17\x56\xfd\x16\x97\xf2\x35\xf3\x60\x83\x86\x95\x56\xa8\xda\xd4\xa4\xd5\xfa\xd3\x92\x18\xc5\xf6\x47\xae\x54\x7c\x76\x4a\xe6\xba\x5e\xd6\xb4\x44\x29\x1b\x7a\xed\x83\xbf\xdd\x72\x99\x90\x35\xec\x57\xdd\x08\xc1\x5c\xa9\x9b\xc9\xa4\x9e\x52\x9f\x6b\xcf\x31\x7e\x26\xdb\x11\x67\xb6\x5d\xd2\x24\x37\x0c\x21\x76\x8e\xa8\xbc\x4b\x09\x59\x4e\x36\x35\xa7\x46\x91\x97\x69\xab\x58\xe0\x71\xfd\x00\x31\x2a\x6d\x66\x41\x69\x32\x83\x79\xcd\xb7\x51\x88\x01\x4c\x75\x5f\x4b\xe9\x3c\x03\x70\x83\x6c\x0d\x16\x5c\xa0\x70\xb2\x50\x0e\xbc\x0b\xc9\xdc\xa5\xb3\x85\x64\xee\x36\xb3\xc5\x1c\xdc\x53\x24\x5f\x21\x56\xaf\x4d\xe6\x8e\x9e\x62\xc9\xdc\xe1\x53\x5a\x32\x77\xf6\xc2\x5c\xa4\x9b\x84\xec\xc6\x83\xb3\x4e\x2b\x98\x5b\xa3\xcc\x65\x77\x95\x1c\xb1\x63\x8d\xd8\x27\xe1\xdc\x98\x4d\xad\x56\x77\x3f\x6c\x15\xb6\x2c\x14\x0f\xab\x20\x6a\x55\xa0\x9c\xf4\x76\x36\x91\xda\x42\x16\x3f\xc5\x8d\x39\x12\x36\x6c\x9b\x50\xe2\xfc\xd2\x66\x64\xaf\xd3\x2e\x1f\x4a\x8e\xc4\x9e\xd2\x0a\x2f\xd2\xfc\x15\x65\x54\x90\xa6\x8c\xd0\xa0\x47\xc6\xa1\xb0\x34\xa6\x94\x86\x3e\xd8\xd3\x7b\x79\x06\x7b\xba\xe2\x39\xe8\xd1\xbc\xc7\x78\x2f\xe5\xec\xb2\x96\xe5\x49\xe2\x80\x89\x5e\x3d\xb0\x6a\x8d\x81\xa9\x59\x5a\xed\xbd\x64\xec\xaf\x20\x36\x06\x3b\xfd\x59\x1f\x28\x6d\xec\xab\x40\x74\x98\x84\x33\x63\x9c\x03\x95\xa2\xf6\x4c\x99\xe5\xe4\x86\x13\xa7\x21\xd8\x6e\xc5\x03\xb6\x9d\xe5\x8d\xa1\xfa\x5e\x79\x9e\x34\xdc\x4e\x1c\x30\xe1\xdb\x6d\x0d\xb2\xb5\x95\x6c\xcf\x00\xde\x61\x3f\x3e\xb7\xd6\xc6\xb7\x2c\xc8\x2f\x77\xf3\x3e\xd4\xc9\xe0\xf5\x6e\xd1\x96\xc9\xf8\x45\x07\x20\xbf\xca\x68\xfc\xa1\x51\x91\x65\x36\xa6\x0f\x37\x1b\x73\x30\xe1\xca\x9f\xa0\x6d\x43\x83\x54\x99\x8d\x5b\x7c\xc1\x9f\xce\xdf\xbd\x45\x3b\x6a\xba\x7b\xf9\x35\x2e\xfd\xee\x74\x14\xfd\x1d\xb6\x5e\x62\xa7\xfa\x92\xa9\xc1\x67\x9c\x65\xdb\xad\x66\x4c\x40\xa1\xaf\x58\xf8\x09\x8d\xc3\x27\x47\xb5\x97\xf5\xdb\xa6\xa9\xda\x71\x26\xdf\xd0\xc3\x97\x2a\x78\x29\xd4\xf2\x4e\x0d\xa7\x17\x0d\x8f\x5d\x29\xdd\x5a\x0e\xb9\x55\x7b\x6f\xfe\x7f\x68\x6f\x5f\x5b\x4f\x5b\x66\xf8\x92\xa3\xf3\xfa\x2d\xd7\x0c\x7d\x7c\x4d\x93\x33\xae\xb7\x1a\xb7\x21\x70\x1c\x48\x91\x98\x50\x05\x06\x05\x99\x8f\x18\x99\x91\x19\x9d\x57\x6e\x66\x59\xdd\xea\xab\x2a\xb8\x48\x65\xb9\x68\x10\x0e\x53\x9d\x32\x9c\x55\xb6\xf2\x09\x95\x12\x45\xd6\xdd\x3f\x3e\xa3\x73\x7f\x78\x78\xf4\x98\xcf\xa8\x1f\xd5\x5d\xb5\x1a\x7d\x66\xf9\xb6\x91\x1f\x25\xa1\x08\xb7\xdb\xbd\xce\x7c\x46\xdd\xa7\xf1\x9a\xe8\x6d\x28\x13\x9a\x00\x13\x5f\x9c\xb1\x3d\x65\x3e\x64\x77\x94\x5d\x2a\x57\xae\xc5\x82\xe4\x79\xef\x82\xdc\x71\x96\x94\xc8\xc3\x38\xb4\x59\x96\x9d\x77\x35\x0f\x05\xe9\x43\xd9\xd5\x47\x8e\xae\xaf\x4b\xc2\x2c\x39\xa0\xf2\xc4\xb7\x96\xe7\xc5\x99\x5c\xe4\xa7\x74\x9f\xa7\x5d\xdb\xd3\x57\x7b\xdc\x29\x6f\x3b\xcb\x79\x8f\xf9\xbc\x3e\x4d\xd8\x3d\x00\x8a\x30\xf6\x6c\xde\xc5\xee\xed\x1f\x6d\x8e\xf1\xdf\x9e\x50\xdd\x26\x90\xc1\xe3\xf2\xae\x30\x63\x68\x15\xee\x33\x7a\xf9\x9a\x09\x6f\x3c\x7c\x32\x7e\x72\x74\x3c\x7c\x72\x08\x80\xb2\x83\xfa\x73\x44\x21\x3d\x3b\x43\x27\xf0\x61\xaf\x26\xce\x4d\x59\xf1\xd9\x99\xa9\x79\x34\x04\x9d\x8d\x94\x8c\xb8\x2e\x8e\x21\xb6\x6b\xfb\xd6\xab\xe5\x49\xf9\xcb\x6f\xef\xeb\x71\xb3\x37\x47\xcd\xd7\xc3\xe6\xeb\xf8\xb7\xf5\x75\xd4\xec\xcd\xb0\xf9\x1a\x35\x5e\x55\x4f\xfd\x93\xba\xaf\x7f\xdd\x59\xc5\xbf\x72\xa9\x4c\x8c\x27\xcc\xaf\x59\x5c\x1f\xed\x01\x2f\x85\x36\xe4\x0b\x68\x98\x8d\x6c\xbb\x95\x70\x86\x90\xc1\x31\x80\x9b\xfa\xac\x84\x2a\x33\x1c\xc9\x54\xe6\x8f\xeb\x0a\xff\xf5\xf0\x0a\x4f\x76\x2b\x3c\x1c\xca\x54\x35\x4c\x6d\xf2\xd3\xd2\xe3\x5d\x57\x37\x80\x57\xc8\x97\xa0\xff\xfc\x87\x80\xd3\x70\x2a\xa5\x38\x06\x94\x7f\x11\x41\x21\x88\x89\x16\xed\x10\x03\xd0\x13\x96\xaf\xeb\x94\xc5\xff\xf9\x8f\x50\x25\x44\x55\x42\xe2\xed\x58\xa8\x12\x42\x96\x10\xa7\xea\xf6\x23\x44\x4a\xbf\x7c\xcd\xbe\x6f\x2e\x70\xe5\xf6\xfa\x75\x23\xd7\x8e\x9f\x6b\x83\x2c\x2b\x27\x13\xca\xc4\x9b\x97\x68\x27\xf9\xb5\x4e\x6e\x9f\x5a\xd6\x03\x69\x38\x44\xb6\xdd\x6a\x14\x6d\x73\x69\x96\x6d\x5b\x26\xcf\xc8\x1c\x66\x28\x52\xb4\xc1\xf7\xe9\xa9\x94\xd9\xb2\xc7\x68\x78\x78\x04\x26\x92\xf4\xe9\x3c\x3e\x9d\x3f\xae\x6f\xf2\xe8\x86\xf2\x59\x37\x94\xcf\x7e\x1f\x28\xfd\x20\x10\x0a\xd2\x89\x50\x5c\x68\x07\x8c\x32\xc7\x37\xa1\x3c\xe9\x04\xf2\x64\xcf\x55\x6b\x06\x50\x0d\x61\x04\x9b\x92\xa8\x1e\xbd\xee\x66\xa2\xa3\x3d\x93\xa6\x3f\x7c\xbb\xb1\x61\x67\x63\x5b\xd3\x55\x75\x5e\x71\x5f\xcb\x7b\x26\x42\x7f\xf8\xb5\x2d\x9f\x9e\x9e\xd4\x8d\x77\xb7\x3c\x1a\xee\xe9\xb3\xfe\xf0\xed\x96\xc7\xcd\x96\xbd\xae\x4e\x97\x2f\x43\x75\x8e\x13\xf8\xd1\xd1\xf1\xf1\xf1\x30\x3a\x7a\x6c\xd2\x47\x7b\x81\xdb\x33\x2c\xfa\xc3\x77\x03\xd7\x6a\x77\xee\x7b\x16\x94\xd1\x91\x0d\x66\x05\xf3\x68\x0e\x76\x81\x7b\x46\x2f\x25\x18\x47\xe3\x37\x2f\x11\x6f\x5d\xcf\xff\x0f\xcf\xc0\x50\x9a\x4a\xcb\xd3\x84\xe5\xce\x65\xe5\xda\x3f\x9e\xd7\x77\x67\x57\x7e\xfa\x7d\x25\xc8\xfd\xb7\x47\x6c\xd0\x83\x93\x0a\x59\xf9\xaa\xb0\xef\x93\xf9\x63\xc5\x0d\xaf\xf9\x8d\x27\x91\x6c\x77\xba\x1c\xed\xce\x0f\x43\x75\x7b\x61\xf5\xe9\xfb\x6b\x65\xad\xda\xca\x2d\x6c\x28\x2c\x07\xbe\x67\x1e\x33\x70\x7a\x5a\x93\x60\x15\x87\x7d\xef\x78\x3e\xfb\x3f\x3e\x9e\xad\x6e\x7c\xe7\x30\xda\x23\x64\x8f\xe7\x6f\xae\x95\x95\x17\x05\x55\xe3\xd9\x18\x44\xbf\x1a\xdb\xae\xe1\xfc\xdf\xa4\x33\x67\x48\x66\x89\x86\x27\x52\x3a\xe2\x01\xb2\xbb\xf5\x58\x45\x81\xdf\xdd\x4e\xbf\x0b\xc5\x31\x90\x56\x74\x85\xcf\x27\xbc\x49\x75\xa8\x6f\x7f\xad\x61\xa6\x0d\x98\x69\x07\xcc\xb4\x13\xe6\x5f\x43\x80\xa2\xe1\x89\x6b\x86\x76\x1a\x44\x8f\xbd\xe1\xe1\x61\x50\x62\xa3\x48\x5f\xd8\xdf\x49\x9f\xba\xa9\xd0\xd7\x88\xc0\xa4\xe6\xa8\xda\xf8\xb8\x8a\xe9\x31\x3c\x3e\x3a\x71\xd9\x54\xb1\xc3\x61\x74\x7c\x14\x6e\x59\xcc\xf6\x34\xbe\x83\x71\x1f\xdc\xb8\x1f\x95\xcd\xff\xca\xc6\x7f\x25\x2d\xfa\x36\x29\xaa\x91\xfc\xe9\xe9\x70\xbc\xa7\xed\x5f\x45\x6a\xaa\xfe\x0e\xc7\xdb\x87\x10\x99\x4e\x1a\xf3\xbf\x44\x62\x74\xd1\xb1\x21\x0a\xc4\x3f\xec\x44\x79\xc4\x3f\xda\xc1\x66\x1e\x93\x1d\x06\x0f\xc3\x5d\xbf\x23\x29\xdb\x47\x54\xfe\x77\x68\x8a\x27\xd4\x28\xfc\x06\x52\xf2\xc0\x01\xfc\xfd\xa8\x4d\xe7\x00\xbe\x4a\x39\x6e\x13\x92\x87\xad\xfe\x8d\x2a\x5f\x6a\x44\xfb\xa1\x16\x2c\x77\xd7\xb8\x6a\xe1\x57\xed\xaf\x56\x0b\xd1\xbe\x16\x5e\xf0\xcd\x45\x4a\x1e\xd6\x89\x93\x6f\x74\x42\x09\xb3\xfb\x9a\x78\x58\x2f\xbe\xde\x44\xd4\xd5\x84\x12\xa8\x3b\x24\x4a\x9d\xde\x45\xea\x21\x07\xf7\x1e\x41\x3e\xa9\x68\xa7\xfe\xe1\x60\xbb\x7d\x67\x1b\x65\x1a\x74\x8e\x81\x20\x82\x61\x79\xd0\x5c\x13\x7d\xe5\xce\x22\xd7\x8c\x30\xe7\x65\x15\x1b\xc0\x6c\xa2\xaa\x3f\xfb\x74\x8e\xc8\x41\xe6\x0e\x0f\x0f\x2b\x53\xb1\xcf\xf6\x74\xe4\xd9\x9e\x8e\xec\xf0\x00\xbf\x47\x47\x58\x20\xbb\x12\x59\x5d\xf1\xb3\xb2\x33\x41\x90\x9d\x21\xc9\x22\xd0\x56\x6f\x32\xd9\x1b\xfa\xb0\xde\x9c\x74\x77\xe6\x64\x9f\x59\xac\xd1\x9f\x46\x3f\x22\x38\x3c\x3c\x84\xa1\x21\x1e\xe5\x90\x43\xe1\x47\x7b\x9a\xde\x11\x58\xab\xd6\x77\x78\x85\x07\x01\x30\x84\xca\x7f\xba\x03\x04\x3d\x2c\xd1\x1c\xc9\xe5\x7c\x02\x85\x3f\xdc\x0b\xd2\xbe\xd9\xdd\xe1\x20\x7e\x2d\x48\x06\x84\x0a\xa4\x72\x94\xf6\x81\xb4\x23\xe2\x56\x20\xed\xf0\x15\x0f\x02\x69\x0c\x6b\xf5\x61\x0d\x97\x3f\xd2\x90\x0d\xc7\x65\xc2\x50\x27\x44\x47\xbb\xc3\xd7\x9a\xdf\xf1\x5e\xc8\xf7\x0d\xe6\x0e\x57\xf2\x1b\x20\x6f\xc3\x1d\xb5\xe1\x1e\xb6\xc6\x7c\xf4\x75\xc8\xbf\x26\x1c\x6b\x2a\xbb\x73\xfa\x38\xb2\x28\x6b\x7d\x02\x39\x9a\x4f\xed\x97\x38\x2c\x37\xe3\x1f\xeb\x2e\x19\x52\x18\x82\xf2\xc9\x09\x6f\x97\xad\x3f\x67\x97\x3f\x68\x02\xda\xc1\x21\xfc\x3e\x80\xfe\xf2\xfb\x00\xba\x0f\xc9\x2b\xb7\xd3\x7a\xb2\xfb\xbc\xbc\xe7\xb8\x89\x0f\x83\x08\x4c\x1a\xe8\x32\x0b\x22\x18\x64\xda\xa4\x4c\x51\x68\xce\xfb\x7d\x0d\xdd\xe3\x12\x41\x92\xd3\x50\x1f\x08\xcf\x5d\x37\x34\x5e\x06\x12\xfd\x07\xd1\x5c\x5d\x58\x10\x55\xfb\x81\xce\x91\x47\x0e\xf0\xd9\x59\x08\x82\xfc\xdb\xa8\x74\x1f\xfe\xff\x7d\xfa\x28\xa9\xc0\x6e\x2f\x25\x8c\x25\x25\xa0\x9a\x12\x7c\xb3\xa3\xfe\xef\xd0\xd1\x5f\x45\x1b\xa2\xe1\x31\x0c\xa4\x8c\x0a\x89\xd1\x84\x0f\x0f\x0f\x7d\xe2\x47\x0f\xa3\x17\xbf\x81\x28\x48\x49\xed\x18\x06\x4a\x60\xfb\x75\x94\xe1\x37\xa0\xff\xee\xc6\xbf\x87\x06\xfc\x06\x44\x5f\x1f\x8d\x86\xcd\x83\xd0\x5f\x1f\x83\x3d\xf8\xdf\xa2\x10\x9d\x88\xf3\x37\xe0\xf5\x7d\x80\x96\x4b\xa5\xc6\xfb\xcd\x15\xf3\xbb\x63\xfe\xff\x63\x88\x3f\xa8\xd1\xe8\x49\xd8\xfc\x73\x6c\x1c\x7b\xfc\x70\x62\xf0\x7f\x8c\x16\xfc\xde\xb0\x77\x09\x6a\xd6\xc2\xf9\x58\xb7\xdc\x0f\x77\xdc\xc0\xea\x1a\xf6\x2f\x3d\xbb\x86\xa8\xbb\x86\x4e\x41\xcb\xaa\xe2\x5f\xdf\x06\xa2\x53\x90\xda\x53\xc5\x2e\x14\x0b\xbe\xbe\xeb\xa6\x1f\x0f\xf1\x7d\xad\x8c\xfe\xf9\x8a\x6f\xd2\xa4\xe5\xfd\x4a\x97\x1e\xdb\x6e\x3d\x86\x42\x00\xb9\xf6\x7d\xd5\x9e\x4f\x4d\x9d\x4f\x1d\xed\x40\x5b\x18\xeb\x2f\x2a\xf2\x9d\x2c\x7c\x16\xba\x2e\x3f\xd5\x21\xe9\x18\x80\xbc\x19\x5a\xa5\x75\xe8\x40\xb7\x24\x76\x82\x81\xe8\x9c\x62\xaf\x89\x58\x3b\x89\x9e\x0b\x9c\x89\xa6\x07\x43\x65\x5b\xde\x6e\xd9\x59\xa3\xe2\xef\xb3\x4e\xf3\xbd\x4d\xe7\x7c\x93\x2d\xc8\x4b\x96\xec\x34\xcc\x6d\xbf\x33\xd5\xff\xc6\xe0\x55\xe7\x8a\xc5\x29\x0f\xf4\xf8\xd4\x49\x7e\x15\x00\x8d\x07\xac\xed\x8b\xdc\x1d\xde\xab\xf3\x38\x83\x5c\x23\x7f\xa5\x62\x45\xd9\x54\x35\x5e\xbf\x7b\x7a\xb9\x7c\xe3\x14\x84\x51\xf8\x54\xc6\x62\x59\x04\x0a\x00\xb3\xe6\x52\x5c\xd2\xb4\x7d\x83\x90\x59\x8a\x5d\x51\x14\xf7\x04\x7f\x9c\xca\x11\x82\xfa\x30\x89\x3d\x52\x71\xc7\x49\x32\xbd\x9c\x5a\x19\xa1\x1d\xa9\x61\x37\x1c\xd1\x9e\x70\x26\xa5\x3f\x9a\xe5\x4c\x53\x86\x3b\xeb\x8e\x2c\xc2\x5d\xb7\x19\xc7\x91\x7f\x47\x1c\x47\xae\x2a\x8d\xec\x83\x36\xf7\x65\xf0\x81\x46\x78\xd5\x89\xa7\x1d\x04\xb5\x9b\x64\x76\x1a\x0d\x4f\xb6\xdb\xd2\xf7\x4f\x45\x8e\x50\x74\x2e\x03\x85\x0a\xab\xd0\x11\xe2\x6f\x4a\x54\x30\x8f\xb8\xba\x78\x0a\xb5\x6e\x11\x31\x0e\x23\x04\x80\x49\x19\xf7\xcb\x1a\xce\x53\xd1\x7c\xdd\xe7\xfc\xf4\x6e\x8f\xc7\x32\x3b\xad\x8f\x87\xc9\x7a\xea\xbb\x9a\x4b\x92\x8e\xac\x58\x5c\x56\x4b\x31\x3b\x3b\x3b\x0b\xa1\x0e\xce\x13\x02\xd8\x15\xbd\x50\x07\xae\xa8\xfd\xce\x14\xb9\xa6\x73\x44\xec\x1b\x9d\x1b\x58\x70\x4a\xe2\xca\x29\x9d\x03\x98\x23\x6c\x1d\xd2\x50\x6c\xef\x7e\x27\xf4\xaf\x06\x77\xab\x10\xa9\x71\xa7\x7a\x04\x4c\x58\x8d\x50\x42\x17\x08\x0b\x3e\x5f\xcc\x11\x9e\xd1\x1f\xf3\x79\x61\x9f\xbc\x50\x23\xf3\x97\xc6\x15\x07\x7f\x28\x29\xc1\x5f\xda\xb7\x7d\x61\x6f\x53\x46\x47\x4c\x51\xee\x6d\xac\xbb\x65\x36\xe6\xbc\x41\x85\x30\xb8\xa6\x1f\x1b\x00\x19\x4a\x6b\xef\xc7\x7d\xc7\x5e\xa9\xc7\x00\x74\xae\x48\x9e\xab\x7b\x29\xef\x55\x7f\x62\x61\xce\x6c\xa8\xaf\xf5\x99\x0d\x28\x29\x58\x79\x18\x76\xc1\xd9\x92\x5e\x6e\xca\xc3\xb1\x05\x80\x4c\xdd\xdd\x8f\x1c\xa7\xbc\x11\x51\x27\x40\xa7\x37\x73\xaa\x5b\x12\x89\xba\xed\x1b\xb2\x41\x2e\xf0\xe2\x4b\x79\xe9\xa6\xc9\xc9\xca\x31\xca\xbc\x0d\x9c\xdd\x7f\x21\x77\xb1\xb3\xe0\x09\x71\xda\x47\x6f\x4b\x6e\xb1\x80\xb9\xfd\x81\x80\xfb\xee\x6e\xaa\x31\x31\x55\xdd\xb7\x20\x87\xcd\x43\xbe\x7a\x04\x88\xdd\xd7\x02\x14\x05\xd4\xd0\x94\xc7\x35\x1c\x93\x6f\x07\xa6\xba\xf7\x6a\x79\x77\x0f\x40\xdc\xab\xdf\x55\x36\x33\x01\xa0\x28\xe6\x00\x6e\x0a\xcf\x0e\x50\xfb\xe7\x66\xa4\x0e\x75\xae\xc4\x3a\x6f\xe9\x04\x2a\xee\xe4\x2c\x9c\x4f\xa3\x38\x9c\xb0\x33\xc4\xfd\xf1\x84\x05\x68\x04\x04\x52\x11\x9c\x4d\xbb\xc6\xeb\x92\x05\x23\xc8\x40\xdd\x7c\x69\xc8\x70\x76\x72\x86\xcd\x7c\x35\x44\xff\xde\x71\x02\x23\x67\x6c\xbb\x25\xa7\xc6\xc5\x09\xc3\x1c\x39\x17\xf4\x92\x32\xd1\x40\xf6\x0e\x73\x62\xc7\x31\x11\x7d\x30\xa2\x67\xa3\x69\x58\xdf\xe3\x54\x29\x0f\xa6\xce\x19\xea\x85\x15\x38\x39\xd4\x17\xb2\x9d\xf6\x86\xf5\xa8\xc9\xc4\xc7\x8f\xad\x61\x3c\x79\xac\x6f\xf5\xac\x32\x80\x58\x56\x13\x78\x43\xe7\x5b\x65\x82\xc8\xae\x16\x94\x8d\xe9\xbc\x7e\x3d\x2e\x1d\xd9\x75\x23\xf5\x94\x83\x1d\xa0\x91\xd5\x1e\xb3\x0a\x42\x89\x73\xfe\xa2\xee\x33\x7b\xf7\xf1\xc3\xe7\x77\xaf\x3e\xbf\x7f\xfa\xf6\x0f\x2f\x3d\x83\x51\xd4\x35\x6b\x45\xbf\xcd\x24\xfe\xc3\x13\xb5\x39\xa7\xa6\x7d\x44\xdd\x61\x6a\xbf\xfa\x6c\xbe\xdd\xfe\xb7\x1d\xca\x44\x05\xd0\x07\x85\xa7\x27\xad\x9e\xcc\x7f\x54\x47\x4c\xbf\x1e\x42\x53\xc3\xfa\xfa\xed\x5f\x9e\xbe\x79\xfd\xe2\xf3\xd3\xf7\x7f\xf8\xfc\xe1\xef\x3f\xbf\x94\xf0\x94\x57\x1b\xda\x61\x39\xff\xdb\xf2\xc0\x55\x4a\x8c\x65\xca\xb9\xc4\xc9\xfd\x3a\xd2\xaf\x6c\x99\xed\x1d\x08\xb6\xdd\x56\xe7\xf0\x1d\xcc\x7a\x94\x09\x72\xa9\x9b\xd9\x65\x0c\x75\xf9\x67\x1f\x5f\xbd\x7a\x59\x55\xf3\xec\xdd\xc7\xb7\x2f\xce\x27\xed\x4c\xfb\x1b\xb1\x67\x52\x1d\x36\xee\x9a\x43\x01\x64\x3f\xff\xe0\x39\xfb\x1a\x74\x9a\xd7\xd6\x96\x98\x6a\x6a\xed\x2f\xf8\xd5\x40\x97\x0e\x88\x1b\x91\x22\xb5\x7b\xf1\x15\xb9\xe2\xd9\xdd\x9e\x33\x0a\x05\x80\x35\x79\x06\xd0\x40\xd7\x9e\xab\x06\x64\xb5\xf5\x46\x9f\xb9\x7a\x54\x43\xf7\xe8\x9b\xd1\x51\x77\xce\x59\xd5\xc3\x53\x9e\x48\x29\x00\xac\x28\x6a\x05\x91\x3d\xf6\x2d\x68\x6a\xc7\x74\x8b\xfc\xf2\x65\x1b\xb0\xda\x5d\x59\x31\x1f\x83\x47\x00\x66\xa8\x22\x7e\x9a\xbb\x19\xd0\xfc\xb5\x5e\x2c\xea\x0a\x7e\xb5\xfc\xf0\x45\xee\x31\x70\x66\xe9\xd3\x46\x43\x30\xcd\xd0\x9f\xcb\xf3\xe2\x0c\x80\x78\x17\x67\x29\x2b\x10\xaa\xb2\x40\x8f\xd5\x55\x18\x7c\x35\xac\x84\xd9\xd1\x10\x80\xed\x96\x9d\x06\x5f\xcf\x02\x54\x9d\x7f\xf6\x32\xa0\xa2\xb0\x38\xcc\x01\x90\xfb\xc8\xe9\xbd\xae\x87\xbb\xc6\x28\xd0\xb1\x06\xbb\x5e\x86\x19\x68\xce\xb9\x62\x0e\xfe\x8e\x0e\x66\xff\xf4\x0f\xc2\xe0\xc9\xd3\xe0\x1f\x38\xf8\x25\xf8\x3c\x3f\xb8\xac\x79\x85\x1f\x2c\x27\x54\x7d\x51\x4e\x74\x10\x4e\x6c\xbf\xfc\xea\xe4\xbe\x0a\x21\x64\xc5\x5a\xe2\x2a\xae\xd2\xbd\x8a\xaf\xb8\x1b\x59\xe9\xf0\x70\xf8\xe4\xd0\x75\xd9\xe9\xe1\xf1\x68\x3c\x2e\x83\xdb\x29\xe7\xe0\xb3\xc3\xa3\x51\xf4\x04\xdc\x7b\x42\x12\xa4\xb3\x20\x72\x5d\x13\x72\x69\x38\x7a\x02\xa3\x27\x11\x8c\x4e\x9e\x80\xc9\x82\x33\x41\xd9\x86\x14\x74\xe9\x61\x15\x5e\x8c\x3f\xbc\x8c\x5c\x00\x76\x05\xec\x54\x05\xbd\xf9\x56\x05\xb0\x51\x8e\xe9\x58\x3a\xbe\x97\x05\x2a\x76\x8e\xba\x82\x84\x05\xba\x26\x1d\xc5\x4c\xdd\xc8\xf1\x55\x90\xe8\xd2\x33\x63\xc7\x24\xf3\xae\x07\x4c\x04\x28\x02\xa7\x21\xd0\x61\x86\xca\xdb\x3b\x80\x15\x0f\x70\x18\x8e\xeb\xbc\xc3\xdd\xbc\x67\x67\x47\xdb\xe8\xc9\x10\x1e\x8d\x5c\xb6\x95\xf5\x5a\x65\x15\xd4\x55\xe1\x51\x57\xe1\x68\xb8\x1d\x0e\xc7\x90\xe9\xbb\x20\x64\x05\xad\x9a\xd4\x84\x79\xac\x8c\x40\xd4\x71\x46\xac\xbc\x3d\x43\x72\x50\xbd\x35\xaf\x4e\x48\xc8\x36\xc7\x9d\x6d\x9e\x6c\x87\x63\x65\xcb\x54\x77\x51\xa8\x46\xbb\x01\xe8\x08\x75\xf6\x37\x0b\x71\xa6\xf6\x2d\x3c\xed\x0b\xc1\x3d\x82\xf4\x6d\x55\xfa\xd2\x70\xe4\x80\x59\x38\x2f\x8f\xc9\x56\xc7\x68\xff\x0e\x1d\xa7\xba\xe7\xa9\x0a\xb1\x67\xe2\x81\x4e\xca\x55\xaf\x0f\x9c\x4f\x00\xf1\x91\x83\xea\x2b\xf7\x8a\x66\x4c\xe6\x3f\xd5\x92\xae\x12\xe1\x26\xfa\x96\xa9\x70\x92\x9d\x4a\x19\xd1\xcb\x7c\x76\x56\x85\xc0\xd8\x6e\x33\x2b\x36\xa4\x3a\xb3\x23\x66\x99\xcf\xe6\x2a\xda\x45\xc7\xb9\x15\x42\x9a\x66\x75\xfb\x36\x3f\xb1\xdd\x56\x01\x4b\xcc\x43\xf3\xbe\xc2\x8e\x44\xc5\x7e\xb6\xaf\x22\x54\x4c\x3a\x42\x42\x3d\xd4\x6d\xab\xcb\xb2\xab\x96\x25\x99\x56\x66\x05\x46\xec\xd3\x57\x25\xb2\x20\xc8\xa9\xef\x72\xd1\xf7\xbd\x38\x50\x58\xf7\x3b\x0d\x0f\x8f\x80\x09\x10\x11\x1d\xa9\xc8\x0e\x35\x9e\x89\x8e\x1e\x33\xa8\xc7\x4c\x7d\x93\xa3\xc2\x95\x39\x7a\xc6\xe6\xbe\x3d\x34\xa2\xf0\x2c\x59\x87\x93\x6f\xdc\x59\xaa\x91\xec\x34\x23\xb1\xd5\xaf\x8c\x78\xe0\x7e\xf7\xd0\xa3\xca\xaa\xce\xfb\x58\x27\x18\x8b\x02\x46\xc3\xf0\x1b\xd7\x99\xef\xbb\xaf\xdc\x78\x83\x6d\xb7\xf7\x85\x44\x2d\x2a\x10\xfc\x76\xeb\x60\x21\xf0\x62\x75\xa5\x42\x18\xd1\xdd\xb8\x1e\x95\x3c\x5c\x9e\xd6\x35\x5e\x65\xf7\xc5\xf7\x04\x58\x76\x96\x34\x25\x72\x3e\xbb\x34\x1a\xad\x63\xcf\xfd\x10\x74\x57\x2d\x5c\xb7\xd2\x1b\xf4\xbf\x71\x41\x87\xb3\xc4\x69\x7a\x81\x17\x5f\x76\x1a\xec\x71\xc9\x96\xe8\x5a\xf6\x68\x53\x84\xeb\xa6\x03\x41\x72\xb1\xf7\x3a\x8c\x9d\xda\x5f\x9f\xbf\x0b\x4e\x4e\x0e\x9f\x04\x91\xd5\x2f\xad\x2c\xd3\xb7\x1b\xaf\x75\x85\x99\x14\xf3\x3b\xba\x36\x15\xae\x7b\xed\x65\x20\xe6\x92\x83\xdb\xa0\x5d\xa0\x72\xd7\xcd\xfb\x08\x65\x13\x6f\xb3\xdd\xf6\xe9\x76\x8b\xcb\x1a\xd5\x11\xb8\x59\x35\xc4\x8f\x9d\x39\xca\xc0\xc4\xa3\xdb\xad\x8a\x3d\xc7\x06\xe5\x17\xb4\x99\xe6\x71\x66\x47\x2d\x23\x90\x0d\xca\xbe\xd4\x17\xc1\x74\x84\x5b\x5b\xe3\x0c\x5f\x11\x41\xb2\x5c\x49\x77\x12\x26\x15\x99\x5a\x32\xa8\x3b\xbd\x61\x2a\xf0\x8f\x82\x8e\xed\x19\xc0\x52\x5b\x21\x4b\x38\xa5\xcf\x56\xc5\xc7\x34\x0f\x5e\x2a\x76\xba\xeb\xe6\x5e\x01\xac\x7b\x8b\x1a\x17\x4a\x0b\x30\xc8\x79\x26\x3c\x60\xf8\x83\xfa\x12\x27\xdf\x2f\x43\x5f\x3a\x8f\x55\xcc\xd4\x4c\xdd\xe5\x04\xca\xf0\x97\x41\x04\xa6\xcf\x3d\x15\xf5\x27\xfe\xac\x7f\x27\x92\xfb\x99\xf4\x1c\x3f\xf3\x1d\xe4\xf8\x79\x1d\x0e\xc5\x93\xbd\xba\xf5\xa4\xc0\x02\xac\xbb\xb5\x07\x2a\xaa\xe6\x4e\xf4\x07\xd2\x35\x56\x7b\xf6\x4b\xad\x0a\xd7\x8b\xd6\x8a\x6e\x56\xf9\xc9\x5d\x0d\xc8\x2d\x59\x98\x2b\x1a\xfa\x7b\xf6\x81\x3d\xd0\xbd\x25\xcf\xae\x70\xe9\x68\xa7\xe4\x63\x75\xcb\x5c\xc9\x57\x51\x75\xd9\x5c\xeb\xd4\xab\xb9\x0e\xea\xbe\x98\x64\x28\xa9\x8f\x9c\x23\x67\xa2\x66\x42\x16\xb7\x86\x2e\x0b\xa2\x58\x13\x9d\x89\x40\x49\x05\xa0\x8e\xe2\xaf\x4f\xbb\xcb\x45\xfc\x75\x58\xab\xc5\x56\x03\xac\x42\x42\x36\x80\x65\x5d\xc0\x72\x24\x66\xc3\x39\x54\x67\xef\x71\x75\xf0\xfe\x5b\x8b\x30\xd9\xac\x53\xaa\xa2\xdd\x57\x2d\x3b\x60\x52\x5e\x60\x05\x20\xab\x2f\xd9\x7a\xec\x00\x5f\x56\x5e\xde\xdf\x31\xdd\x9d\xd1\x7c\xc6\xe6\xae\xeb\x3d\x72\x1e\x49\x36\x71\x16\xce\xcb\xab\x6f\xf4\x28\x45\xb0\x3a\x47\x3a\xac\x79\x80\x0d\x74\x7e\x88\x1c\x00\x60\xae\xc2\x4d\x83\xd8\x63\xd5\x9d\xa0\x21\x0c\x22\xd9\xb5\x4b\x8f\x57\xdf\x0b\x15\xf7\xb6\xaf\x22\x3d\x64\xf6\x3d\x21\xdf\x3b\xb0\x25\x2e\x50\x0b\x99\xc2\x1c\x14\xd5\xed\x58\x87\x4f\x4e\x86\x60\x70\x81\x73\x85\x3c\xd4\xf5\x58\xa3\xf1\xf1\x09\x30\xf7\x4b\x41\x8a\x0e\x66\x9f\x6e\xc3\x30\xf8\x74\x3b\x0c\x9d\x47\x1e\x78\x0c\x0f\xe2\xc9\x29\x3a\x9b\xfe\xbf\xb3\x4f\x9f\x3e\xcd\xef\x8b\x4f\xb7\xc7\xcb\xf9\xc1\x25\xc4\xe8\xe0\xc7\x99\x62\xfb\x5f\xe1\x60\x39\xbf\x1f\x16\x07\x30\x47\x07\x3f\x7a\xcd\x44\x70\x70\x09\x53\x29\x23\xc8\x0a\x83\x4f\xb7\xc7\xe4\xd3\x2d\x96\x0f\x4b\x55\xcb\x06\x1d\x7c\xfa\xe4\xcd\x3e\x6d\xc2\x50\x36\xba\x09\xc3\xe3\xe5\x5c\x96\x59\xa0\x03\x6f\xf6\xe9\x93\xa3\x5e\x12\x74\x30\x91\x60\x3d\x91\x95\xcc\x1f\x7b\xb3\xfe\x7f\xfd\xf0\xa3\xfb\xe8\xb1\x3f\xd0\x72\xc7\x3f\x3f\xff\x0f\x0e\x7e\xd9\xfe\x27\x98\xfb\xc0\xca\x87\xec\x32\x8e\x37\x8d\x67\xf2\xb9\xff\xe9\x76\x38\x0a\x3e\xdd\x1e\x5e\x7c\xba\x3d\x4c\x0c\x48\x27\x06\xa4\xed\xa7\x4f\xb3\x0a\xd2\x39\x78\xec\x6c\x1f\xd8\xd6\xc1\x25\x5c\xa3\x83\x7f\xce\xac\x6e\x96\x75\xfa\x3f\x1c\xc0\xa5\xfc\xb6\xbf\xa6\x1f\x0e\xe0\x0a\x1d\xfc\xd3\x9b\x69\x21\x2a\x0c\x9e\xa8\xbc\xfe\xa7\xe0\x9f\x9f\xff\xe7\xbe\xf8\xcf\xdc\x07\x8f\x24\xfc\xfa\xf3\xfc\x7e\x08\x47\x85\x37\x8d\x83\x2a\x61\x54\x80\xfb\x10\x8e\x8a\x6d\x95\x32\x86\x27\xc5\x16\x3c\xf2\xbc\x69\xdc\x9a\xa7\x6d\xa3\x15\xd7\x1f\xfc\xf3\xf3\xff\x48\x28\x80\x0f\x7e\x38\x80\x57\x0a\x8e\x87\x75\xda\x9b\xc6\x3f\x6c\x27\xe0\xa0\xe6\x97\x2e\x6b\x02\xb3\xfa\x1e\x54\xa6\xef\xb5\x25\x49\x6f\x49\x49\x9a\x68\x51\xbc\xc6\x69\x5d\x68\x81\x2a\xb4\x50\x6d\xb6\x1c\xde\x81\x49\x2b\x30\x02\xcd\xb9\x21\xe0\x4e\xcc\xd0\xb5\xd7\x88\x1a\x5b\x06\x43\x60\x28\x33\x81\xbb\x60\x19\xe5\x00\x58\x11\x72\x4c\x04\x06\x5d\xae\x8c\x3e\xd0\xd9\x95\x0d\xab\xb8\xba\x9e\x14\x56\xd5\xf1\x6e\xd6\xea\x99\x53\xdd\x46\xc5\x5a\x97\xae\x34\xa2\x9d\x7a\xa4\x46\x23\x29\x74\xa6\xf6\x49\xd4\xbb\x06\xbf\xde\x75\x5a\xbd\x0e\x00\x0d\xa3\x23\x5b\x92\xb8\xb0\x98\xd9\x1f\x1d\xbf\x6e\xab\x61\x12\x6a\x5c\xfc\x31\x10\xfc\xe3\x7a\x5d\x8e\x7a\xe3\xc6\x8f\x4a\x99\xe3\x3c\xf2\x77\xc1\x5e\x40\xe7\xd3\x27\x89\xff\xfc\x47\xce\xa3\xc6\x8d\x0d\xe5\x02\xa9\xca\x94\xda\xe0\x8f\x1f\x5e\x05\x27\x8f\x1e\x39\xbe\xb2\x64\x91\x8f\xef\x5f\x3f\xe7\x57\x6b\xce\x08\x53\x6a\xce\xb2\x66\x0a\x2f\x40\x2b\xd2\xbf\xe4\xb6\x69\xae\x58\x18\x64\x6c\x89\x35\x77\x83\x44\x51\x40\x89\xe5\xba\x2f\xf2\x55\x37\x04\x1e\x9f\xe8\x2b\xce\x34\x1a\xac\xd7\x33\x6d\x05\x84\xd6\x97\xd8\x8b\x19\xd3\x92\x43\x0d\x06\x6e\xd9\xd4\xb3\x32\x34\x8c\x5e\x5d\xae\x9b\xe9\x88\x74\xd5\x83\x0e\x4d\xd7\x7a\x3d\x4f\xf9\xcd\xb4\x66\xf6\x79\xec\x51\x8f\x43\x01\x60\x75\x01\x20\x56\xb7\x30\xee\xb9\xff\x38\xb3\xcf\xcf\x52\x2f\x83\x2a\x77\x67\xcc\xcf\xef\xb8\xae\xab\x15\xbf\xca\x5c\xd1\x85\x8d\x5e\xae\xa6\x37\x55\x97\x21\xde\x13\xe3\xf3\x3b\xee\x4c\xea\x0a\x9a\x55\x35\xa8\xe7\x2d\xb3\x2e\x82\xfb\x46\x40\x50\x6e\x45\x03\xe5\x55\x28\x50\xf3\x14\xaa\xb3\x53\x78\x6f\x24\xd0\xdf\x0b\xea\x7a\x98\x40\xab\xb9\x9d\x88\xa2\xbf\x73\x93\xdc\xba\x33\x52\xb6\x5e\xc0\x71\x38\x3a\x69\x5d\x67\x2c\x94\xcf\x7c\x67\xf8\x2d\x13\x88\x1e\xe6\xe8\xe4\x71\x16\xf0\x20\x82\x29\xf2\xa2\xd3\xd3\x1c\x04\x11\xdc\xa0\xf4\xec\x2c\x82\x0b\x14\x1c\xc3\x04\x31\xc5\x2e\x86\x70\x8d\xd8\x34\x88\xe2\x08\x2e\x95\x69\x20\x99\x2b\x06\x32\xf1\xd1\x5a\x4a\xa4\xae\x2c\x1d\x2c\x64\xf1\xe5\xd9\x19\x0a\x16\x70\xe1\xa3\x7c\xb2\x38\x0b\x27\x14\x0d\x0f\x8f\x1e\x53\x5f\x97\x82\xaa\xc4\x22\x40\x27\xda\xdc\x89\x11\xb5\xca\xd2\xaa\x2c\x57\x65\xb1\x2a\x8b\x3b\xca\x1a\xe3\x2b\x05\x14\x45\xc1\xa6\x8a\x52\x44\xed\x4b\x05\xf0\xf4\x2d\x7e\x1b\x47\x07\xe1\x63\x6f\xa9\x60\x07\x13\xec\xdb\xee\x90\x1c\x40\x1a\xa0\x8d\xc1\xe0\x65\xa6\xc7\xd8\x3e\xf4\x41\x03\xae\xae\xda\xec\x0e\xc3\xa4\x8d\x57\xc6\x5e\x05\x53\xb8\x41\x27\x8f\x69\x90\x05\x72\xf8\x64\xb7\x36\xb2\x57\x09\x5a\xc8\x01\x5d\xa3\xe1\x48\x5d\xe2\x6b\xd5\x1e\x0c\xc7\x20\xb0\xdf\x8f\x8f\x41\x1c\xc2\x25\xe2\xea\xf2\x84\x08\xae\x10\x9f\x46\x71\x10\xc1\x2b\xa4\x0c\xed\x46\x04\x8f\x0e\xc4\x69\xa8\x6c\x75\x3a\x90\x66\xa5\x9f\x16\x00\xd2\xfc\x2d\x7e\xeb\x09\xa0\x2d\x62\xd1\x41\x38\xf5\x72\x54\x26\x2a\x93\x04\x46\x0b\x10\x7b\x18\x59\x46\x15\xf5\x98\xf2\x4b\x4f\x80\x03\xf5\xfc\xe6\xed\x10\x40\xf1\xd8\x4b\xed\x01\x0b\x30\x00\xa7\x91\x0a\x1b\x1e\xc0\xf4\x31\x1a\x02\xe8\x09\x1f\x61\x3f\x39\x43\xd1\x74\x7d\x90\xc6\xeb\xc6\x49\x9a\x20\x01\xe0\x71\x7a\x86\x54\x40\x72\xdf\x57\xd7\x50\x00\xa8\xb2\x2f\x24\x54\x06\x14\x53\xde\xcb\x91\x27\x1e\xa7\x41\x04\xec\x4a\x32\x59\x00\x25\x20\xf6\xf2\xe6\x21\xd4\xa4\x23\x23\x0a\x01\x98\x64\x67\xe8\x44\x45\xc4\x58\x6a\x2f\xbc\x1c\x2e\x7d\xb4\x52\x17\x61\x1c\x1e\xc1\xcc\x5a\x7b\xf8\xf4\x34\xdb\xe6\x70\xe3\xa3\x6c\xb2\x39\x0b\xed\x42\x58\x17\xc2\xba\xd0\x46\x15\x52\x9f\x83\xd5\x7c\x8b\xa2\xe1\xc9\xe3\xab\xa2\x80\xd1\xf1\xf0\xb0\x61\x3a\xde\xb9\xc2\x56\x74\x5f\x1d\xaf\xaf\xcb\x93\x82\x7a\xfb\x5a\xf7\xc1\x0a\xe7\x56\x46\xc8\x77\x73\xac\xcd\xb7\xd7\xf9\xcb\xca\xec\x5c\x93\xb8\xcc\x20\x1c\x13\xfb\x9d\x6c\xb7\x96\x7e\xa8\x13\xe3\x34\xae\xce\xef\x2d\x30\x33\x24\x61\x81\xd3\x94\x24\xbd\x1b\x2a\x56\x2a\xd0\x71\x8f\x67\xbd\x5a\x67\xd6\x8a\xfe\x20\xf1\x50\x87\x5a\x4b\x87\x50\x97\x1c\x63\xa3\x15\x50\x06\xac\x9d\xd4\xd1\xd5\x4b\x16\x0d\x5f\x2c\x4c\xec\x9c\xd9\xe1\x1c\x39\x09\x71\xa0\x73\x28\xd1\xff\x57\x2f\xe1\x9f\x85\xf3\xba\xd2\xda\xd4\x7d\x5f\x94\x2a\xc4\x70\xc2\x7c\x1f\x88\x99\xf3\xb9\xe4\x94\x9a\x5c\x16\x03\x73\xa4\xc2\xd4\x5a\x6a\x49\xa7\xff\xd5\x56\x05\x18\x5c\xe1\xb5\xd7\x65\xac\x13\x33\x32\x2f\x00\xa8\xae\x48\x6e\x76\x98\x2b\x59\x5d\x73\x49\x5d\x57\x5d\x3b\xa5\x3a\xda\x01\x83\x25\xcf\x5e\xe2\xc5\xaa\xd9\x0a\x9f\x91\x39\x22\x05\x00\xb0\xbb\x7c\x3d\x5a\x4a\xd7\xd2\x18\x7b\xef\xbe\x80\xdc\x02\xcd\x44\x93\xcf\x9a\xd1\xe4\xa7\x8d\x32\x36\x6d\xa1\x35\xff\xa4\xb0\x9e\x22\xdc\x70\x83\xa2\xc9\xe6\xb4\xed\xfc\x39\xd9\xf8\x7e\x9d\x7d\x21\xd9\x2d\x6c\x20\xf3\x6a\xf7\xcf\xcd\x1c\x00\xa6\x1d\x4d\x30\x54\x37\x1f\xa4\xb3\xc5\x1c\xe1\xd9\x62\xae\x35\x4b\xe0\x3e\x47\xc2\xc3\xf5\x39\xe6\x04\x85\x93\xe4\xb4\x6a\x25\xf1\x7d\xc0\xcb\x0a\xf2\x59\x32\xd7\x75\xc8\x27\x59\x8d\xfa\xad\xcd\x04\x69\x51\x40\x29\x38\x3f\xec\x02\xea\x68\x3c\x3c\x02\xbb\xdb\xeb\xc1\x6a\xa2\x9f\x71\xe3\x8e\xf0\x9d\xfb\x86\x1d\xff\x4f\xe7\xef\xde\x0e\x74\x3a\x5d\xde\x35\x8d\x05\x6d\x86\x15\x72\xe4\x38\x26\x2e\xb6\xf2\xd5\x0f\x95\xaf\x7e\x7e\x8a\xac\x18\xc8\xb9\x82\x30\xaf\xc2\x22\x83\x96\xc1\x2d\xaf\x03\x14\x8f\x8f\x95\x67\xa5\x96\x87\x18\x1a\x1f\x17\x75\x62\x49\x51\xf3\x20\xda\x6e\xd5\x0d\x41\xa0\x8a\x26\x48\xfb\x2a\xdd\x75\x87\x2a\x5d\x66\xe5\xd6\x6d\x44\xc3\x3e\x42\xd9\x76\x3b\x3e\xea\x23\xc4\xed\xa6\xeb\x00\x5d\xe0\xab\x9f\x87\x00\x58\x55\x9e\x0d\xcb\x6b\x46\xb8\x1d\x51\xd1\x73\x0e\x34\xa6\x48\x55\x3d\x55\xcd\xf7\xea\xba\xa1\x74\xea\x95\x83\x05\xe2\x0c\x35\xee\x36\x4e\x2b\x63\x4e\x10\x05\xbb\x75\x42\x8a\x72\xa5\x96\xac\x6c\x7b\x95\xb9\x4c\xf6\x97\x57\xc6\x99\xc8\x7a\x03\xf7\xd6\xdc\xb4\x8a\x0b\xd7\xad\x3b\x13\x4e\xb9\x8f\x9c\x83\xc1\xc0\x89\x39\x72\x06\x03\x59\x66\x68\x0c\x72\xed\x4c\x8e\x5f\xba\xd2\x50\x3f\x82\x39\x88\xeb\xd8\x67\x3a\x01\x66\x28\x0f\x68\x10\x4d\x4c\x9b\xba\x9a\xf1\x91\x0e\xf4\xa8\xb5\x6c\x53\xdf\xc7\x31\x46\x41\x54\xab\x45\xb5\xab\xdb\x7d\x46\x72\x9e\x5e\x37\x7c\x90\x2a\xfb\x0c\x34\x8e\x42\x7d\xb9\xcc\xda\x1b\x3b\x88\x26\xf8\x0c\xc9\x05\xd0\x67\x13\x1c\x04\x46\x63\x2b\x13\xc3\x69\x6e\xf9\x79\xe3\x79\x6c\x19\x28\x94\x03\x21\x1f\x2c\x6e\x12\x0f\x00\x98\x23\x02\x60\xe6\xe5\x00\x4a\x56\x3f\xb7\x7d\x82\x73\x5f\xf6\x5d\x40\xb9\x24\xe5\x12\x6c\x8a\xb4\x95\xd4\x2d\x10\xf5\x04\xec\x33\x00\xd9\x54\xd4\x43\xa7\xca\xc6\xce\x81\x13\x5b\x89\x22\x76\x06\x4e\x01\x19\xcf\xae\x70\x4a\x7f\x21\x71\x8b\x43\x57\x68\xac\x23\x96\xb9\x33\x28\x49\xb9\x02\xa5\xe5\x70\x59\x42\xd8\x48\xb6\xee\x7b\xab\xa2\x1d\xf7\x11\xf2\x08\x92\xfb\xb9\x2f\xaa\xd5\xb7\xdd\x0a\x7d\x99\xe0\xc0\x69\x46\xa2\x2c\x63\xf2\xca\xc5\x28\x54\x7f\x48\x4c\x0a\x48\xf3\xa7\x17\x39\x4f\x37\xa2\x09\xbd\x25\x8a\x34\x6a\xe9\x02\xb8\x80\x12\xf1\xb7\x2e\xa1\xe8\x0a\xc1\x6c\x75\xdf\x5e\x13\xe1\x44\xec\xa2\x79\xdf\xaf\xac\x57\xf5\xd4\x8b\xf9\x24\xd3\xba\x59\x2b\xc2\x66\xbd\x16\xa6\x04\xb1\x58\xf7\xd1\x67\xf5\xad\xde\xf5\x77\x67\xe0\xc4\x78\x50\xcd\x97\x92\xb3\x32\x92\x62\x41\xed\x15\x5b\x5a\xc1\x54\xe7\x33\xe5\x5c\x63\x5d\x31\x60\x6e\x74\x24\x08\x0f\xcc\x5a\x97\xf8\x15\x21\xe4\x09\x2b\x49\x80\xd6\x15\x8f\xba\x2b\x91\x15\x5a\xbe\x6b\x30\x19\x50\x66\xc9\x2e\xff\x07\x8a\x78\xc0\x60\x8e\xa2\x49\x7e\x2a\x9a\x55\x88\x16\x2a\x96\xf8\xba\xaa\xa2\xbe\x43\x2e\xc8\xe1\x06\xd1\xd3\x74\x4a\xe3\x54\xdd\x83\x06\x35\xd1\x43\x9b\x89\xef\x27\xaa\xcb\x09\x42\x68\xa3\x9e\xd2\x33\xfd\xdb\xd1\x80\x9f\xd4\x57\x8a\x18\xcc\x91\xfb\x89\x1f\x55\x42\x54\xd2\xf1\xb9\x74\x0f\x38\xdb\xb8\xae\xd7\xd1\x71\x3f\x01\xd3\x05\x4a\x54\xe8\xee\x44\x5d\xeb\x26\x39\x6f\x1d\x97\x57\x76\x63\xbd\x9b\x5f\x36\xb7\xee\x77\x41\xa7\x89\x8f\x6a\x65\xad\xea\x4a\xf4\x71\xb4\x25\x32\xb3\x91\x20\xe6\x2f\xfc\x48\x76\x9e\xab\xce\x27\xda\x59\x7b\x7c\xdc\x6f\x01\x96\x80\xed\xd6\xd3\x21\xb7\x8d\xf2\x7f\xe9\x2b\x14\x1b\x2f\x0d\xca\xad\x4d\x68\x35\x66\x58\xfa\x75\xd7\xa5\x68\x94\xfb\x68\x01\xbb\xe6\xca\x75\x7d\x3f\x87\x55\x66\x00\x0a\xf8\xf9\x0a\x7f\x21\x6f\x38\xbb\xec\xda\x90\xa4\x80\x09\xcd\x18\xbe\xfa\x2e\x64\x63\xdf\xd7\xdc\x89\x6b\x04\xe4\x48\x1d\xd7\xee\x4b\x09\x8a\x34\x50\x72\x34\x09\x02\x0c\xca\xa5\xe0\x89\x1d\x57\x1b\x6d\xe8\xa2\x92\x5a\x61\x33\x63\x66\xb2\x51\x3f\x9a\x94\x81\x91\x25\x5d\x9b\x32\x89\x78\x24\xd6\x8c\x99\xeb\xea\x24\xe7\xe0\xc0\x89\x6b\xef\x4e\x29\x1c\x97\xd6\x87\xdd\x2d\x69\x47\x84\xe8\x30\xa8\xee\x09\x57\x49\x6e\x3b\x6f\x43\x30\x9c\xd3\x23\x30\x51\x8a\xa2\x92\x1b\xaa\x18\xa1\x7e\x38\x69\x35\x29\x2c\xbc\x53\x5d\x8f\xd8\xbc\x68\xb3\x4c\xb6\x26\xc2\x75\x85\x65\x4a\x77\x34\xee\xcf\xeb\x6d\x19\xc1\xb4\xbc\x03\xd1\xbe\x9b\x73\xc2\xce\x50\x38\x09\x02\xa3\x86\xdc\xec\x60\x8a\x72\x4a\xf4\x46\xed\x63\x39\x01\xcc\x8f\xec\x29\xd0\x6c\x8b\xba\xbd\xab\x2f\x9b\x61\x7e\x04\x60\xae\x0f\x5c\x6e\x76\x57\xe3\x54\xe5\x0f\x82\xdc\x75\x3d\x8a\x98\x12\x91\xd5\xb2\x48\x6b\x02\xc9\x11\x42\x74\x4a\x51\x1a\xab\xcc\x54\x65\x25\xd6\x69\x92\x32\x1e\x37\x05\xc5\xfe\x2e\x95\xb0\xb7\x6f\xf0\xfb\x7a\x4f\x68\xd9\x13\xaa\x7a\x62\xaf\x2d\x3a\x75\xea\x65\xa4\x1a\x87\xe4\x56\xec\x6c\x14\x35\xd3\xf5\x76\x08\x22\x29\xcc\x35\x16\x7f\x68\x5d\xc0\x19\x44\x93\x5c\x43\x9c\x97\xec\x62\x9b\xed\x55\x1d\xe9\x23\x94\x02\xbd\xc4\xd5\x70\xf4\x23\xc8\x51\x2e\xc7\x5a\xb1\x4d\xa9\x1e\x57\x31\x15\x28\x8f\x15\xff\xa4\xfa\x11\x81\x58\xc7\x0b\x57\x6f\x92\xb2\x97\x2c\xa1\xdc\x4c\x4c\x56\x50\x8e\x80\xd5\x51\xb1\xdd\xea\x96\xb4\xee\x06\x1b\x46\x5a\x2f\x32\x2e\xf9\x27\xf9\xc0\xfc\xc8\x1e\x10\xa1\xf6\x95\xb6\xff\xb5\x11\x47\x2d\xd6\x97\xc6\xf6\x87\xdd\x9c\xbd\xc6\x62\xa5\x05\xaf\xaf\xb8\x66\x76\x5f\x9a\x6f\x87\xc0\xdf\xf1\x3f\xb0\xdc\x56\x06\x09\xcd\xb6\x5b\x31\xc8\x38\x17\xea\x16\x1f\x89\x19\xb6\x5b\x4f\xbb\x09\x6d\xb7\x8e\x03\x7c\x4f\x0c\xc8\xad\x50\xcf\x95\x5d\x73\xca\xd4\xda\x96\xc5\xa6\xcc\xe7\x31\xf3\x89\xcf\x63\x5e\x48\x56\x5c\x5d\x96\xa0\x0c\x20\xbb\x0b\xc3\x48\xf8\xb2\x5c\xec\x38\x12\xd3\xca\x1f\xd9\xa8\xfc\x25\xb7\x2a\x55\xad\x29\xc7\x29\xf6\x5d\x54\x23\x2a\x4c\xd2\x46\xb6\x54\x23\x5b\x3e\xa1\x53\x4f\x43\x27\x59\x15\xc8\xe4\x4a\x60\xa8\xf6\x7a\x94\x8b\x41\x0a\x61\x0a\x2f\xc0\x8d\x5c\x97\x0b\x6b\x4d\x2a\xb2\xbd\x38\x43\x6c\x12\x04\x0b\x50\x2e\x40\xaf\xd5\xde\x02\x00\x50\x6d\xff\x8d\xde\xfe\x8b\x6a\x49\x72\xbd\x24\xf1\x14\xa3\x85\x5a\x92\x89\xba\x1d\xb0\x5c\x92\x58\xbd\x35\x96\xe4\x46\x8a\xcc\x8b\x6a\x49\x5a\x2b\x12\x9b\x15\x99\xea\x15\x99\xe8\x15\x99\xb8\x2e\x96\x89\x72\x45\xca\x87\xdc\x8f\xa6\xaa\x6e\x09\x8f\x9e\x49\xe3\xee\x85\xcc\x61\x6f\x3a\x2d\x97\x6b\x04\x53\x50\xad\xdd\x5c\xca\x56\xb1\x57\x65\x32\xb3\x8f\xea\xcc\x18\x40\x53\xa1\x5d\x01\x88\xdb\x39\xf3\x8e\x9c\xaa\x76\xa8\xd6\x50\x95\x86\x55\x5a\x2e\x39\x7c\xb9\x02\x51\x4d\x9d\xf2\x20\x02\x31\x55\x1d\x90\x1f\x34\x33\x5d\xc0\x9c\xac\xa5\x6c\x00\x13\x92\xd2\x2b\x2a\x48\x16\x3b\xb1\x03\x6f\x28\x1b\x0d\x63\xe5\x79\xb9\xe6\x39\xbd\x55\x8f\xc5\x04\x0f\xd4\x1b\xc2\xb5\xef\x08\xc2\x05\x8c\xc6\xc3\xa3\x78\xc7\x0b\x07\xea\x75\x54\xe6\xb3\x8f\xe6\x64\x5d\x2e\x64\x39\x11\x1f\xe8\x15\xe1\x1b\xd1\x5b\xe1\xdc\x98\x62\x08\xeb\x55\x3a\x36\x5b\x11\xd0\x51\x7e\x91\x12\x9c\x3d\xb4\x06\x6c\x30\x88\x44\x38\x75\xc3\xe5\x3e\xa8\x53\x3c\x02\x43\xe3\x99\x89\x94\x14\xdf\x17\xc0\x75\x77\x4b\x08\xab\x16\xd8\x2e\x2e\xb2\xbb\x4a\x15\xa6\x52\xea\x3b\x0b\xed\x4f\x5a\x67\xa3\x06\xbd\x99\xa9\x99\xc1\x9c\x67\x0d\x41\x51\x58\x07\x1a\x74\x55\x02\x75\x1d\x6b\xac\xe1\x99\xd6\x8f\x71\x66\x1a\x20\xe0\x5e\xa0\xac\x90\xc5\x59\x67\x71\x7b\x60\xa7\xf6\x4b\x4c\xeb\x2a\x18\xa2\x45\xe1\x69\x3c\x94\xc3\x14\xcd\xe6\x50\xed\x5c\x7d\x47\x72\x39\xec\x89\x07\xee\x37\xae\x9b\x97\xfb\xba\xba\xe1\x26\x95\x52\xad\x76\xc5\x4e\x41\xac\x38\xfc\xb4\xe2\x41\xd6\x9e\xad\x05\x5a\x6b\x29\x4d\xee\x6a\xad\x2f\xc5\x5e\x02\x26\x12\xd5\x58\xd4\xb1\x2c\x3c\x11\x13\x2d\xc5\xe7\x28\x55\x50\x4d\x7c\x7f\x71\x2a\x26\x20\x77\xdd\x7c\xb6\x98\x0f\xb2\x0d\xf3\xc0\x44\x35\x58\x97\x2a\x72\xed\x75\xac\x60\x6c\xd3\x1c\x84\x90\x3d\x08\xd5\xb5\xcd\x56\x9a\x71\x0c\x50\x79\xe9\x76\xdb\x67\xc0\x75\xbb\xca\xb0\x46\x4d\xb0\x5d\x85\x9a\x12\x29\xe9\xe9\x51\x16\x8d\xe5\xc2\xec\xe5\x62\x65\x69\x7e\x16\xe6\x8e\x9d\xa2\x50\xb6\xb1\x6a\x10\x97\x96\x65\x79\xb9\x61\xa5\x61\x59\x9d\x50\x45\xa2\xce\xb7\xf2\xc0\x7d\xc1\x07\x8c\xdc\x8a\x0f\x74\xf1\x05\xed\xfa\xda\xd5\x3e\xaa\xbb\x6a\x11\x35\x0a\xbb\x67\xe0\x41\x53\xaa\xdc\x11\xa0\xb5\x6e\x9a\x05\xd1\xdc\x12\xa0\xd9\x7c\x92\x1a\x0f\x27\x72\x63\xe0\x07\x50\x61\xe5\x4a\x7f\xb0\xd9\x6e\xb1\xb7\x6e\x87\xdb\xda\xb0\x86\x0a\xde\x74\xd9\x1c\xc9\x53\xe3\x57\xf7\x1d\x14\x90\x0f\x04\x15\x29\x41\x8e\xb9\x5e\xd3\x81\x7c\x60\x1e\x25\x39\xe3\x03\xc2\xae\xd1\xbd\xcc\x87\xb3\xcb\x6b\xb9\xd0\xf9\xe0\x9a\x64\x39\xe5\xfa\x96\xd6\xf2\x25\xd7\x99\x38\x43\x2b\x99\x37\x49\xde\xd0\x5c\x10\x46\x32\xf5\xce\xd9\x82\xe8\x87\xe5\x52\xfd\x66\xe4\x8a\x5f\x93\x46\x1e\x9d\xf4\x34\x4d\xcb\xd4\x5c\x25\x93\x2b\x2a\xd4\xc3\x3a\x23\x6b\xc2\x9a\xf5\x9a\xb4\x77\x6c\xd1\xac\x2b\xad\xaa\xd8\x15\xcd\x66\x73\x09\xe8\x05\x65\x3b\x77\x00\xee\x20\xd9\x75\xc6\x17\x24\xcf\xcb\xcc\x65\x8c\x7f\xdb\xe7\x17\x2a\x95\xd6\xee\x1d\x13\xce\x81\xa3\xbe\xad\x24\xf9\x79\x50\x23\x2a\xeb\x9e\x26\x36\x57\x38\xff\xb2\xdb\x48\x2f\x2c\x0a\x38\x1e\x1f\x8d\x1e\xa6\xcf\x1e\x1e\x3f\x89\xd4\xc1\x05\x2f\x3a\x1e\x1e\xaa\x5b\xd4\x3d\x75\xd3\xef\xa4\x49\x29\xac\xe3\x82\x2b\x21\xd6\x79\x7c\x70\x90\x11\xbc\x10\xff\xca\x07\x3c\xbb\x3c\x48\xf8\x22\x3f\x50\x37\xc2\x06\x09\x59\xf0\x84\x64\x83\x95\xb8\x4a\xa7\x94\x5d\xe3\x8c\x62\x26\x90\xe3\x13\xf8\xb5\xd5\xee\x23\xc7\xc5\xd9\x65\x3e\x9b\xa3\x4e\x17\x11\x7b\x1f\x54\x3e\x25\x3f\x51\x46\x97\x94\x24\xbd\xf7\x12\x96\x9e\x02\xa0\xf7\x5f\xea\xa2\xaa\x49\xef\x9a\xe6\x54\xf4\x1c\x5f\xf8\x8e\x3a\x63\x2b\x56\xa4\xb7\xdc\xa4\x69\xcf\x9c\x8d\x54\x06\xac\x9c\xa8\x74\xc6\x59\x70\x55\x56\x96\x90\xeb\x1e\x61\xd7\x34\xe3\x4c\xf1\xc5\xb2\xb0\x2a\xa8\xea\xcf\xd5\x11\x2e\x9c\x24\x54\x8e\x0e\x4e\x7b\x2b\x92\xae\x97\x9b\xb4\x77\x83\x33\x46\xd9\x65\x3e\x70\x0a\x89\x9d\xcb\x93\xe2\x7a\x4a\xb1\x37\x1c\x1e\x03\x43\x1d\xb4\x81\x8b\x08\x98\x36\x98\x02\x73\x09\xff\x42\x5f\xf1\xbb\xf0\x88\xef\x3c\xc7\x6b\xb1\xc9\x88\x03\xed\xd3\x92\x8b\xda\x0a\x90\xce\xc8\x1c\x09\x48\x50\x38\x21\x95\x66\x69\x42\x7c\x1f\xe4\x72\xc3\x79\x62\x46\xe6\x5a\x7d\x92\xa0\xbe\xd7\xe9\xe3\x7e\x43\x59\xc2\x6f\xf6\x5c\x0c\xac\x3f\x0e\x12\xbe\x50\x83\xff\xb0\x5c\xc6\x61\xe5\x65\x4a\xe4\x1b\xd0\xae\x73\xf1\xd3\xe0\x1f\x9f\x71\xf0\xcb\xa7\x4d\x18\x3e\xd7\xce\x80\x2f\x8e\xd4\xff\x13\xf5\xf2\x4a\xbd\xbc\x52\x2f\xc3\x57\xaf\x3e\x6d\xc2\xd1\xb1\xca\x36\x3a\x7e\xa1\xfe\xbf\x0a\x3e\x6d\xa2\x57\xf2\xcb\x30\x0c\x9f\x07\xea\xe7\x85\xfc\xaf\xb2\x0d\xa3\x13\xf9\xe5\xb9\xf2\x33\x1c\xbe\x7a\xf9\xea\xd3\x66\x14\x86\x51\xf0\x69\xf3\xe2\x58\x96\x79\xf5\x44\x7d\x79\xf5\xe2\xb9\x7c\x79\xf1\x4a\xbd\xbc\x7a\xf5\x62\xfe\x7f\x2b\x60\x9f\x82\x41\x18\x3c\x91\x4d\x3f\x3b\x96\xcd\x68\x07\xca\xd1\x91\x6a\x66\xf4\x4a\x35\x33\x0e\xe7\x8f\x95\xfb\xe1\xb7\xcc\xc6\x2b\x89\x89\xaf\x1a\x8b\xed\xd2\xf6\x5a\x80\xd8\x90\x05\xbc\x58\x90\xb5\xc8\x9f\x69\x77\xfb\x1c\x0d\xb5\xd0\x3a\xd2\x3f\x63\xa5\x6d\xd2\x19\x85\xc8\xe8\xc5\x46\x90\xb7\x92\x49\xe7\x1d\x89\xf9\x1a\x2f\x08\xca\xf4\x17\x29\x5a\x7e\xcc\xab\xe3\xd3\x88\x19\x37\x2e\xcb\x80\x5a\x52\x60\xe5\xf9\x64\x5a\xc9\x31\xa3\x82\xfe\x42\x3e\xbe\x7f\x83\xa8\x4e\xd2\x24\xe1\xe5\xd5\x5a\xdc\x99\xbb\xfd\xb0\x5a\xdf\x92\x22\x4d\x9c\xc5\x8a\xa6\x49\x26\x39\x5e\xcc\x2e\x49\xc6\x37\x79\x7a\x77\x4e\xc4\x6b\xc6\x48\xf6\xc7\x0f\x3f\xbd\xe9\x19\x27\xbf\xbf\xa8\xd3\x80\xe6\xe5\xf9\x8a\x2c\xbe\x90\xa4\x47\xab\x5c\x12\xd5\x66\x24\xcf\x9f\x73\x26\x08\x13\x2f\x13\x7d\x72\xfb\xaf\x7a\x87\x57\x9f\xff\x78\x97\x64\x58\x8e\x66\xf5\x41\xdc\xa5\xa4\x32\xd7\xf6\xf6\xd9\x6b\xaf\xe5\xae\x95\x38\xe0\x52\xdd\x01\xd1\x8f\x20\x81\x8a\x0c\xf7\x23\x75\xe5\x17\x00\x70\x36\x73\xf4\x5c\x3c\xd7\xce\x86\x0e\x34\xef\x81\xf1\x3e\x74\xe6\x70\xe6\x2c\x52\x9c\xe7\x72\xf0\x1c\xa8\x9f\x55\xaa\xc4\xbc\xaf\x78\xe6\x40\x67\xc9\x33\x93\x22\xd6\x2f\xff\xbd\xa1\xd7\x0e\x54\xcf\x01\x51\x2f\xf3\xf9\x1e\xf8\xb4\xba\x71\x16\xce\x27\xd7\x33\x51\x82\x2a\x60\xa4\x40\x9d\x45\xf3\x1d\x68\x9d\x45\x73\xa4\x1c\xe8\x24\x19\xbe\xbc\x34\xcf\xf9\x9a\xa4\xa9\x1a\x66\x07\x9a\xf3\xc8\xfb\x9a\xb6\x87\x66\xa8\xda\x6b\xb9\x86\xee\x34\x8d\x37\x82\xbf\x27\x92\xe7\x90\x4d\x91\x5b\x41\x32\x86\xd3\xf7\x44\x07\x55\xc9\xdf\x97\x5e\xf8\x72\x38\x16\x9b\xdc\x80\x24\x27\x90\x64\x92\xb9\x58\xaf\xf0\x77\x40\xd3\x6e\xdf\xc1\x69\xca\x6f\x5e\x6d\xd2\xf4\x7c\x91\x49\x59\x0b\xe7\x77\x6c\xd1\x93\x40\xbd\x92\xcd\xa9\xa7\x9f\x53\x7c\xd7\x93\x43\x94\xf1\x34\x2f\x97\x9d\xfc\x25\x59\x2f\xa1\x0a\xa4\xa4\x7c\xf8\x99\x2e\x24\xca\x7f\xcd\xcc\x43\x99\xfe\x9e\x5c\x71\x41\x64\x4d\xea\x1c\xcb\x92\x67\x57\x6f\xf9\x5f\x70\x4a\x13\x2c\x48\x6f\x45\x93\x84\xb0\x5e\xca\xf9\xba\xc7\xf8\x4f\x3c\xd9\xa4\x92\xaa\x55\xdf\xf9\x9a\xb0\xde\x3a\xc5\x77\xf9\x6b\x96\x52\x46\x7a\x19\xc1\xc9\x3b\x96\xde\xd5\x77\xb0\x67\x7a\x0c\x93\x5e\xbe\xe0\x6b\xf9\x43\xf0\x55\x4a\xf2\xbc\x47\x05\xb9\x3a\x97\x69\xdf\xb9\xb2\x47\x0f\x9a\xbe\x85\xde\x7d\x0e\x74\xca\x1b\x4b\xd5\xa3\x50\x49\x39\x49\xc9\x42\x3e\x3e\x64\x82\x46\xb0\x1f\x76\xec\x24\x67\x51\x12\x51\x27\xe1\x37\x2c\xe5\xf8\x61\xd5\x8d\xbb\x37\xa6\xb3\xe0\x69\xee\x40\x47\x32\xc4\x12\x42\xfa\x8b\x5e\xe1\x98\x3d\xa8\xd6\xa3\x3d\xb5\x66\xfc\xe6\x5c\xd6\x01\x9d\x5c\xe0\x4c\x3c\xa8\xae\xc3\x6f\x0f\xb0\x62\x38\xee\xd0\xc1\xec\x53\x10\xcf\xbd\x19\x0e\x7e\x99\x03\xfb\x08\xef\x85\x6d\x9f\xd0\x7e\xd8\xfb\x3c\x82\x1b\xc7\x14\xd1\x75\x8b\xc6\x78\x02\x4c\x25\xb2\x50\x8a\x92\x89\xa7\xcf\x0e\xa2\x4c\xc5\x63\xc8\x14\x52\x8f\xfb\xdc\x75\xbd\xa1\x65\x00\xf3\x1c\x5e\x1e\x49\xd9\x6e\x9d\x77\xe5\x33\x90\x5f\xb4\xfc\x3d\x8b\xe4\x97\xb7\xe5\x33\x00\x60\xbb\xf5\x3a\x63\x04\x19\x4d\xe8\x3e\x16\x45\x6c\xb7\x7b\x8b\xf5\x95\x71\x5c\x85\x90\x51\x80\xd6\xde\x39\xc6\xe5\xbc\x32\x51\x68\xcf\xf3\x4a\x43\xa0\x2f\xb5\xcb\x95\xf7\x96\x75\x0d\xb7\xbe\x31\xcf\x9c\x58\x2b\x93\x65\xdf\xcb\xc6\xa6\x7d\xd6\xa6\xb4\xb1\x93\x60\x81\x03\x47\xdb\x85\x5b\x73\x5a\xa9\xb0\x0e\x01\x70\x5d\x47\x72\xd4\x2a\x27\x01\x1d\x57\x7e\x57\xdd\x03\x15\x40\x74\xe9\xf1\xba\x53\x56\xaf\xcb\xcb\x06\x4d\xbf\x55\xf7\x7a\xa3\xb2\x32\xa1\x7a\xd2\x1b\x57\x95\xcb\xe1\xd4\x69\x87\xe5\x05\x7e\xa5\x2b\xa1\x4e\x3e\x6a\x27\x6f\xb7\xd1\x99\x28\x2a\xe0\x54\xbc\xa8\x0c\x9a\x3b\xe0\x24\x14\x2a\x32\x98\x99\xbb\x6c\xba\x2b\x99\xf5\xfb\x4b\x2d\xc7\x5f\x41\x73\x3d\xbd\x7a\x5b\x41\x22\xeb\x30\x67\xf4\x08\x98\x5e\xc9\x7d\xd1\x0f\x63\x6f\xa5\x1f\xe4\xf2\x07\x85\x27\x80\x19\x76\x15\x1f\x88\x94\x02\x65\xc9\xa7\x78\x42\xa9\x2a\x89\xb0\x52\xa0\xe3\xf8\x0c\x80\x38\x6b\x33\x2d\x53\x32\xcb\x1a\x1c\xcb\x1c\x55\x35\x8f\xfa\xe5\x2a\x77\x5d\xc7\x89\x59\xec\x09\x94\x35\xf9\x21\xc8\xdb\x29\x8a\x43\x82\x5f\x87\xce\x63\x68\xa4\x0f\xbd\xe9\xea\x81\xe6\xc2\x32\xd7\xed\xeb\x98\x47\x8e\x13\x4b\x80\x21\x9f\x36\x3b\xf2\xf6\xdc\xe3\x4a\xee\xdb\xed\x20\x03\x00\x80\x42\xf1\x13\x4c\x04\x2b\x42\x2f\x57\xa2\x87\x53\x7a\xa9\xc4\x9d\xe0\x02\xe7\x44\x91\x08\x9c\xe1\x0b\xba\x08\x24\xa5\xe9\x95\x89\x41\xbe\xa2\x4b\xd1\x5b\xe0\x75\x59\x70\x91\xd2\x75\xb0\xc6\x62\xa5\x9f\x32\x49\x78\x16\x3c\xe5\x59\x40\x99\x20\xd9\x9a\xa7\x58\x4b\x2d\xbb\x69\xc1\x92\xa6\x82\x64\xb9\xf9\xb6\xce\xf8\x92\x56\xa5\x33\xc2\x12\xa2\x8e\xd2\x25\xfc\x8a\x32\x6c\x43\x46\x98\xa4\x88\x81\x24\x84\x97\x19\xdf\xb0\xa4\xb7\xa4\x69\x1a\xf0\x35\x5e\x50\x71\xa7\x5f\x14\x20\xcb\x94\xf3\x24\x50\x15\x9a\xe7\x2a\x0f\x67\x22\x58\xe2\x2b\x9a\x9a\x67\x75\x7d\x76\xf5\x14\xe0\xe4\x5f\x9b\x5c\x98\x04\x91\x11\xb1\x58\x95\x2f\x77\xa9\xc9\x68\x64\x5b\xfd\x72\xa3\x87\xe3\x32\xbd\x5b\xaf\x02\x75\x72\x56\x3f\xf2\x8c\x12\x26\x74\x7f\x57\x3c\xa3\xbf\x70\x26\x70\xda\xf1\xf1\x9a\x64\x82\x2e\xa4\x40\x29\x73\x05\x38\xb9\x0e\x6e\xcd\x33\xcf\xe8\x25\x65\xc1\x6d\x8f\x5e\xe1\x4b\x62\x0d\x4d\x4a\x84\x20\x59\x20\x57\x92\x7a\x95\x20\x50\x76\x69\x7a\x7c\x85\xb3\x2f\x24\x0b\x08\x4b\xca\xc7\x2b\x5a\x3d\xe6\x3a\xd0\xdd\x35\xc9\xd4\xbc\xae\x79\x4e\xf5\xa1\xe8\x32\x45\xac\xe8\xe2\x0b\x93\x0c\xc0\x1a\x53\x26\x02\x9e\x25\x24\xeb\xad\x31\xe3\x39\x09\x22\x7d\x68\x5f\xd6\x7e\x2d\xa5\xf2\x5e\x05\x93\x9a\x62\x15\x12\x10\xaf\x6d\x50\x73\xc1\xd7\x06\x2e\xf5\x58\x4e\x44\x2e\x32\xfa\x85\x48\x59\x79\x73\xb9\xaa\xc1\x68\x26\xd7\xb0\xe4\x22\xe3\x5f\x48\x90\xe0\x7c\xa5\xf4\x55\x76\x82\xb9\x76\xd1\xa4\xc8\x4e\x2c\xf0\xda\x7e\xfd\x17\xa7\xac\x7c\x57\xba\x7e\xa5\xf2\x2f\x53\x2c\x88\xe4\xeb\x0d\x4d\xc4\xaa\x27\xc8\xad\x08\x30\x5b\xac\x78\xa6\x9f\x13\xb2\xe0\x9a\xeb\xd7\xef\x75\x0f\x25\xdd\x69\x0d\x66\x9d\x54\xf7\x60\xc3\xe8\x82\x27\x24\xb8\xa0\x09\xad\x5e\x74\xe4\xb3\x0d\xa3\x22\x0f\xd6\x72\x54\xaf\x7a\xd7\x01\x96\xbc\xe9\x05\x11\x74\xd1\xbb\x0e\x56\x98\x5d\xca\x56\xae\x03\x9a\x10\x7e\x99\xe1\xf5\xea\xff\xe3\xee\x4d\x98\xdb\xb8\x95\xfd\xd1\xaf\x22\x4e\xb9\xa6\x80\x27\x88\x21\x25\x79\x1b\x1a\xe1\xdf\x6b\xe2\xc4\x5b\xbc\xc4\x71\x74\x55\xaa\x11\x09\x52\x13\x0f\x01\x06\x03\x4a\x96\x45\x9e\xcf\xfe\x0a\x8d\x7d\x38\x92\x9d\x73\xcf\xfd\xdf\x57\xaf\xca\x16\x31\x18\x00\x83\xa5\x01\x34\x1a\xdd\xbf\x86\xf8\x45\xa9\xce\xd8\xa2\x34\xa4\x73\xce\x26\x4a\xc8\x3d\x36\x9b\xb1\x89\xda\xd1\x14\x05\x74\x74\x69\x82\x9e\x8c\xe2\xa7\xcb\x9d\x0b\x21\xa7\x9e\x84\x2e\x64\x05\x14\xb4\x10\x53\xb6\xf3\x65\x51\xf3\xa6\xf8\x52\x57\xfc\xf3\xce\x17\x3b\xe1\xbf\x83\x09\xb4\xda\x0a\xce\xa4\xe7\x92\x9c\xe2\xae\x83\xc4\x16\x2b\x0d\x1f\x2a\xca\x89\x5a\x69\x96\xd5\x3e\xc9\x89\x14\xb5\x7b\x8a\x82\xcd\x99\xb8\xb0\x41\x10\x57\xba\xf0\xe5\x77\xf1\xa9\xdf\x5b\x45\x38\x2e\x15\x3f\xfc\x70\x71\x71\xd1\xbf\x38\x00\x59\xd7\xf0\xfe\xfd\xfb\x3f\xc0\xc7\xb2\x84\x83\xfb\xb2\xa8\x0b\xbd\x42\x65\x04\x82\x75\xc9\xe7\x36\x08\x0b\xfd\xb5\x1c\xdd\x7f\xa3\x2a\x7f\xbc\x7c\xa1\xab\x73\xef\x07\xee\xb6\x93\xb4\x4a\xaa\x3c\x05\x45\x46\x7d\x3c\x94\xa2\x69\x5e\xc3\x90\x7f\x17\x6f\x39\xfc\x0e\xe6\xfd\xbc\x0f\xdd\xf0\xb3\x64\x33\x9b\x2f\xf3\x11\x99\x29\xc1\x8e\xe9\x19\xc4\x7c\xab\x33\x61\xd7\x26\x47\x59\x23\x27\x3a\xb1\xc9\x53\x1a\x5e\x0b\x0e\xb3\x8b\x87\xe6\xe1\xbf\xd9\x80\x01\x78\xe6\xb6\xcc\xf1\x63\x2a\xfa\x27\x27\xef\x9e\x3e\x7e\xfb\xf4\xfd\xc9\xf3\x57\xef\x9f\xbe\x7d\xf5\xf0\xc5\xbb\x93\x27\xaf\x4f\x5e\xbd\x7e\x7f\xf2\xe1\xdd\xd3\x93\xd7\x6f\x4f\x3e\xbd\xfe\x70\xf2\xf1\xf9\x8b\x17\x27\x8f\x9e\x9e\x3c\x7b\xfe\xf6\xe9\x13\xf2\x85\xde\x19\x0c\x07\x07\xe4\x02\x7e\xef\x90\xcf\xf0\x7b\x97\xbc\x83\xdf\x7b\xe4\xa9\xfe\x1d\x1e\x92\xe7\xf0\x7c\x9f\x3c\x81\xe7\x01\x79\x0f\xbf\xfb\xe4\x2d\xfc\x1e\x90\x37\xfa\x77\x7f\x40\x5e\xc2\xf3\x6d\xf2\x0a\x7e\xef\x90\x17\x10\x3f\x24\x0f\xe1\xf7\x1e\x79\x06\xbf\xf7\xc9\x23\xfd\x7b\x30\x20\xaf\xe1\x17\xb8\xb9\xae\x2b\x2b\x63\x52\x90\xe7\xe6\x57\x77\x97\xa1\xb4\x9f\x69\x88\x19\x7d\xa1\x3f\xa3\x0c\xc4\xb8\x7d\x66\x84\x75\x19\x26\x17\x21\x72\x29\xa4\x2a\xeb\x0c\x93\xcf\x21\x6e\x26\xcb\xb9\x4d\xf9\x2e\xc4\x1a\xb1\xf2\x89\x5e\x34\x32\x4c\x9e\x46\x45\x98\x3d\x5d\x66\x98\x3c\x4f\x62\xcf\xab\x29\xc4\x3e\x09\xb1\x20\x43\xf8\xa2\x4b\x7e\x1f\x7d\x4f\xc8\x8b\x52\x4e\x4f\x34\x31\x60\xf2\x36\xfa\xe4\xaa\x59\x32\xde\xe8\xef\xbd\xd9\x8e\x3d\xa9\xab\x46\x97\xf4\x32\xbc\x5a\xb0\x85\xc8\x30\x79\x15\x62\xea\xf2\xeb\x65\x86\xc9\x8b\x10\x73\x5a\x8b\xc9\xe7\x0c\x93\x50\x1e\x9c\x7b\x31\x79\x18\xd2\x88\x65\xf9\xf7\x8a\xf5\xab\x69\x86\xc9\xb3\x10\x3d\x65\xa7\xab\xf9\x89\x92\xe5\x84\xb9\x7e\x78\x14\x65\x9a\xcd\x1a\x90\x0f\x64\x98\xbc\x8e\x6a\xc0\xe6\xe5\xe4\xf2\xc4\x9c\xde\x33\x23\xa9\xfd\x4a\x3e\x76\xde\x42\xb6\x86\x54\x6f\x5f\xa5\x12\x91\x39\xe3\x87\xe8\x2c\x77\xa3\x62\xc8\x58\xbf\x2d\x3a\xbe\x81\x18\xfd\x98\xe7\xec\xe8\xe3\xf1\x7a\xcd\x8e\xb2\xff\xf3\x7f\xdc\x47\xb2\x63\x3c\x66\xe6\x0e\xdc\x7f\xee\x2f\x7b\x1f\xe8\x75\x34\xbf\x62\xb8\x81\x8d\xa4\xde\xd1\x15\xae\xbd\x2b\x33\x28\x8d\x0e\x50\x67\x01\x6f\x7f\xf8\x2f\x8e\x76\xfe\x1f\x54\xaa\x1d\x3c\xc6\x3f\xe0\xd1\x57\x50\xd7\x32\x47\xbf\xcc\x1e\x1e\xb2\xff\xe2\xd9\xee\xd7\x5d\x03\x21\xf3\x3b\xed\x0d\x5b\x30\x97\x1e\xb0\xe1\xf7\xa0\xaa\xf5\x3b\xed\x0d\x2c\xf8\x09\x54\x07\xae\x86\x4a\xc9\xde\xe9\x2a\xbc\xd7\x03\x35\xba\x26\xde\x82\x8a\x8e\xac\xb5\x8a\xc2\x70\x51\x9e\xdc\xa1\xc5\x8d\xbc\x06\x0a\x33\x12\xc8\x92\x4c\x1f\x1c\x9a\x8c\x5c\x35\x29\xee\x64\x5a\xd0\x06\x93\x6d\xd0\x8c\xb7\x6c\x56\xb3\x89\xca\x73\x1b\x08\xd8\x3b\xe6\x3a\x74\x2b\x1a\x29\x72\x74\xec\xba\xbe\x76\x86\xb0\xf5\x66\x3b\x21\x23\x47\xc7\x44\x59\xcc\x26\x18\x3c\x73\xbc\x8a\x32\xeb\x8c\xce\xe9\x79\x64\x80\x1a\x65\xe9\x18\x6f\x97\x4f\x37\xc9\xc7\x54\x33\x54\xe7\x79\x84\xaa\x1b\x9a\x58\x1b\xb2\x08\xd7\x4c\x92\xda\x28\xb7\x93\xff\x17\x07\x3d\x7c\xd1\x11\x5b\x52\x19\xd4\x6b\x1a\x5a\x05\xfd\xaf\xe1\x03\x5a\xe6\xf9\xe0\x01\x6d\xf2\x5c\x1e\x95\xc7\x3d\x4a\xab\xa3\xe6\x78\x84\x9b\xbd\x3d\x03\x79\x11\x52\x8c\xca\xbd\x3d\xd2\xec\xed\xe9\xa1\x8e\xd2\x42\xb5\x41\xab\x66\xbd\xd6\x3f\x0d\x9e\x0a\x1d\xa5\x53\x0f\x7e\xdc\xdb\x6b\xd6\xeb\x38\x75\x44\xac\x3a\xda\x6f\xea\xd9\x4e\xa9\xe0\x82\x2f\x23\x10\xcc\xf0\xe6\xe2\xac\xaa\x19\x0a\x15\x70\x0a\xb3\x9b\xcd\xac\xe2\x65\x5d\x5f\x5e\x69\x32\x27\xd7\x51\xa8\x43\x36\x45\x8c\xb2\x31\xeb\x4f\xab\x66\x59\x97\x70\x2c\x5d\xaf\x59\xdf\xea\x39\xe1\xb1\x9e\xa4\x45\x96\xb5\xc0\x3f\xed\xb1\x9f\xf5\x55\x39\xb7\xa7\x7e\x7f\xa2\xff\x0b\x19\xb4\x18\x7b\xa4\x1f\xde\x09\x2f\xb2\x17\xb0\x60\xda\x17\x07\xd1\x8b\x77\x7e\x31\xb6\x2f\xef\x77\xbc\x7c\x01\x4b\xb2\x49\x30\x00\xd9\xc9\xce\xbe\xf9\x19\xfa\xaf\x33\xfa\x93\xfd\xbe\xe6\x05\x6c\x61\xc3\xed\xb7\x7d\xc3\x76\x87\x44\xfb\xfb\x1d\x89\x4e\xda\xa9\x3a\x4a\xd2\xbc\x40\x4b\x8c\x92\x65\x9b\x04\x9b\x34\x12\x30\x31\x1c\x2d\xb0\xd7\x6d\xbe\x3e\x51\xe7\xb8\x18\x79\x47\x37\x90\x51\xc8\xe9\x64\x4f\x4e\x2a\xf3\xd9\xd5\xed\x99\xdb\x80\x4d\x8b\x2e\x5c\xfc\x1b\xb3\x59\x9b\xd8\xa7\x3e\xd6\xed\xbf\x26\xfe\x9d\x8b\x7f\x07\x1b\xf6\x4b\xbd\x4f\x99\x37\x6f\xfd\x1b\x37\x94\x26\xfe\x4d\x3b\x1e\x46\x71\xa3\x6b\xbf\xb5\x52\x31\xec\x09\xeb\xd6\x2d\x13\x67\x6b\xff\xa4\x70\xd4\x9a\xf6\x48\xf6\xd8\xed\xf9\xbb\x59\xff\xb1\xe0\xcd\x6a\xe1\xeb\xfa\x3c\xe4\x39\xb1\xac\xc1\x0d\x99\xdf\x38\x96\xc2\x64\x7e\x5f\x04\xbe\x5a\x93\x80\x07\x00\xa3\xad\x42\x82\x3a\x22\x69\xd5\x0d\x65\x99\x31\x39\x7f\x66\x58\x90\xb7\x6c\x86\xe0\x36\x19\x67\x45\x14\xe7\x28\xfa\xa5\x23\xad\xbf\xd3\x09\xf4\x22\x8e\xb7\x04\x69\x5f\xbd\x2a\x74\x05\x4f\x96\xe5\x65\x2d\xca\x29\x61\xfa\xa1\xe2\x95\x8a\xf5\xa5\xfe\x46\x60\x90\x10\x36\x52\x6f\xb8\x96\xee\xc6\x7f\x46\xf3\x3a\x80\xa4\xa7\xa2\x48\x78\xb2\xe6\xe3\xe6\xc1\x0e\xa1\x15\x64\x1a\x6a\x34\x0f\x41\x88\xea\xa7\xcc\x4d\xb3\xe4\xb7\xf8\x28\x03\x60\x53\x61\x79\xea\x73\x31\x05\x81\x17\xce\xf3\xac\xe2\xcb\x15\xd0\x4c\x8b\x35\xcf\x73\x64\xae\x02\x4e\xc5\x97\xcc\x0a\x72\x65\x39\xad\x8c\x84\x38\x92\x44\x7f\xd2\x5f\x62\xfd\x13\xb8\x46\xd2\x6b\xe1\x67\x26\xd7\x6b\xd4\x8a\xe9\xd0\xd3\xd1\x55\x1c\xfb\xeb\x86\xc2\xe1\xe2\xf2\x6e\x9b\xce\x27\xac\x99\xc8\x6a\xa9\x84\x44\x29\xda\x5d\xd8\xd3\x15\x06\xfb\xbb\x5d\x76\xa4\x8e\x01\x06\xa5\x7d\xef\x0a\xe2\xc7\xa8\x27\x7b\x31\x0c\x68\xd7\xc2\xc1\x75\x25\xae\x7b\xd5\x30\xe5\x84\xef\x90\x8e\x54\x14\x22\x5b\x7e\xd7\x5b\x4c\x08\x23\x6a\x1b\xa0\xba\x1b\xfc\x5a\x46\xe8\xde\xdb\x38\xd8\xa6\xa9\xa4\x6a\xa9\x55\x5d\x87\x03\x0e\xdf\x8d\x80\xb0\x79\x3f\x3c\x6c\x30\xb9\x9a\x33\x73\x09\xdb\x51\x0f\x01\x1f\x6f\xbd\xf5\x35\xd8\x90\x46\x89\x25\x0c\x73\x15\xdb\x59\x6c\x11\x85\xd1\x60\xb3\x78\xe0\x7a\x8c\x36\x46\x09\x2c\xa2\xa5\x5b\x1e\xe9\x2b\xb5\xc8\x85\x69\x19\x97\x65\x51\x6e\xbc\x44\xdd\xe9\x38\xbb\x56\x20\x43\x0a\x1e\xe4\x11\x10\xa4\x80\xe0\x58\xdf\x52\xdc\x38\x53\x72\xc5\xb2\x22\x9b\x95\x75\xc3\xb2\x82\xf5\xe1\x03\x98\x20\x46\x05\x36\x77\x10\x08\xdc\xe6\x9b\x12\x19\x86\x53\x6a\x8a\x61\xa9\x97\xdd\x8e\xeb\x0d\x3d\xcb\xf4\x82\xd5\x45\x6a\x4e\x2b\x63\xec\x02\x85\x61\x6e\xbd\x91\x93\xd9\xca\xa2\x25\x87\xf5\xf5\x99\xfb\xdc\x29\x70\xe8\x7d\xeb\x54\x4c\x2f\xb7\x34\xec\x6c\x74\x0b\xcb\x32\x28\x80\xdb\x86\x07\x68\x8c\xab\x8d\x26\x8a\xf4\xd6\xdd\xd6\x86\xc4\x17\xf3\x2e\xee\x3c\x7e\xb0\xa5\x15\xe6\xee\x82\x8f\x79\xc1\xfa\x27\x17\xb2\x5c\x2e\x99\x7c\xa7\x4a\xc5\xfa\x7a\xe9\xac\xca\xda\x16\xbc\xc1\xdb\x30\x98\xa6\x66\x66\x27\x07\x8a\xf5\x9f\x1c\x67\x59\x91\xc6\x10\x41\xcd\xa7\x7c\x43\xc6\x3e\x14\x92\xda\x8f\x8d\x38\xfd\x13\xb9\xe4\x50\xed\xb1\xfd\x2d\x38\x26\xad\x8a\xd2\xab\xb4\xa6\x85\x20\x36\xc2\xb4\x9e\x13\x7b\x55\x5c\xb3\x69\x91\x2e\x8a\x0e\x03\x32\xac\x8c\x10\x33\x6e\xd5\xb4\x48\xaa\xb2\x49\x31\x39\x75\x47\x98\xf7\x48\x85\x2c\x38\xcf\x4f\x10\x23\xe1\x3a\x56\x81\x94\xc7\xe7\xe4\x36\xa7\x2d\xc1\xce\x80\x3f\x91\x72\x64\x2c\x6c\x5d\xc2\xfd\x12\xc7\x11\x08\x8d\x18\x83\x16\xb8\x5e\xf8\xcc\xea\x0f\xd9\x34\x6d\x41\x40\xa7\xce\x73\x64\x9f\x28\xdc\xc1\x14\xfe\x1d\x3c\xb7\x5f\x7b\xf5\xf6\xac\x59\x9d\x2e\x2a\xd8\x54\x84\xee\x1b\xd6\x30\xf3\x80\x63\x2b\xc2\xed\xeb\x95\xcc\x01\x51\xa9\xf6\xba\xed\xde\x8c\x25\xb4\xd6\xf0\x89\x1c\x17\xdb\x09\x63\x8a\xc9\x70\x9e\xc7\x19\x74\xe7\xc4\xef\x31\x26\x8e\xf4\x6c\x2f\x3b\x8c\xd5\x36\x39\x41\x53\xd3\x28\xda\xeb\xb5\x53\x45\xa3\x23\x58\x84\xc2\x73\x6d\x73\x34\xb7\x73\x73\x03\xdc\x61\x31\x0c\x65\xcf\x77\xaf\x75\x89\x62\xba\xb7\x07\x7d\x1d\xec\xab\xcc\xc0\xb8\xf6\xb8\x67\xb7\xc4\x8c\x14\x2c\xdd\xdd\xf3\xd5\xcc\x36\x6e\x10\x4a\x3c\x5d\xf8\xb1\x56\x7a\xfe\xc4\xb5\xa4\x6a\x03\x9c\x19\x58\x27\x71\xc3\x56\x20\xe6\x5c\x45\x44\xa9\x43\xcf\xdd\xbc\x52\x10\x28\x8e\x87\x52\x62\x67\x09\xd2\xf7\x6c\x8c\xa8\x94\xe7\x7f\x20\xd6\x17\x17\x9c\xc9\x27\x76\x59\xc5\x46\xdc\x62\xcf\x09\x7c\xdc\xaa\xf4\x37\xda\x5f\xa4\xc9\x63\x92\x6f\x17\xc3\x13\x44\x80\x16\xc0\x2f\x95\xe8\xca\x29\x41\xd9\x95\x73\xa3\x19\x95\x58\x7c\xe1\x39\xa2\xb0\x61\x89\xfe\x63\x9b\xc9\x4b\x56\x59\x0a\x3b\xef\xa1\x82\x91\xda\xa5\x0c\xc4\xbf\x6a\x83\x34\x25\x9b\x7c\xd8\x8c\x82\x7b\x84\x61\x8b\xac\x0d\x58\xcb\x37\x21\xeb\x8b\xa5\x7e\xd3\xc0\x9a\x02\x9a\x69\xfe\xe8\x3f\x18\xc9\x07\xce\x4a\x78\x24\x0d\x4c\xc7\xad\x6c\x97\x1f\xc9\xe3\x63\xa7\xe4\x6e\x60\x3c\x58\xac\x42\x2a\xe9\x36\x75\xdf\xd2\xdc\x19\x3f\x76\x6b\x14\x84\x9d\x4e\x89\xc1\x62\x44\x49\x1c\x95\x98\x48\x10\x52\x98\x78\xdb\xf7\xef\xdc\xeb\x9e\x85\xee\xbe\x32\x75\xc8\xb2\xdd\x3f\x11\xc7\x44\x19\x5e\xc3\x54\x9d\xc5\x55\x87\xd6\x1e\x49\x5b\x83\xd8\x6f\x15\xc4\x36\xa1\x60\x70\xbe\x80\xcc\x97\x65\xe7\x97\xf1\xc8\xcd\xae\xf5\xda\xa4\xb1\xaa\x43\xe0\x27\x4b\xc7\xe0\x8d\x4b\x61\x79\x89\xa8\xda\x61\x30\x1a\xe6\x25\x66\x7e\xf9\xe9\x56\x97\x6b\xa9\xb0\xde\x1f\x62\xdc\xde\xcd\x93\x3d\xba\x6b\x13\xf7\xd4\xf8\x8d\x19\x10\xef\xd7\x35\x4b\x39\x09\xf8\xc8\xc8\x1f\xc2\xb9\xb5\x43\x08\xd4\x47\x54\x6b\x3f\x27\x6e\x0b\x8a\x5a\xd9\x6e\xcd\xbe\xf1\x59\x64\xfc\x56\x55\x8d\xd1\xe1\x77\x76\x8c\x68\xf8\xa3\xc7\x0c\xc5\xed\x9c\x07\x7a\x2c\x28\x3f\x1a\x1c\x6f\x14\xe5\x1b\xbb\xaa\x03\x54\x81\x5e\x81\x38\x55\x9b\xeb\xf6\x7c\xd3\x37\x9a\x6a\xa2\x11\x59\x25\xed\x4d\x36\xd5\xad\x4d\xc4\x12\x81\x5e\x1b\x0c\x05\x72\x70\x81\xe1\x16\x60\xbf\x6e\xf2\xb0\xdb\xc4\xf9\xf3\x7c\x6b\xa5\xe9\x58\x66\xb8\xdd\xab\x7a\x60\x14\xb9\xbd\x06\x89\x58\x1d\x99\x25\x67\x3f\xf6\x45\x59\xb5\xc9\x91\x59\xd0\xaf\x1f\x72\xcd\x0b\x18\x62\x8d\xc8\x36\xac\xfb\x46\x6f\x99\xd1\x6b\xaf\x8d\xce\xd4\xa2\xce\xc8\xb2\x33\xc5\xfe\x60\x30\xf8\xa1\x39\x9f\x67\x41\x50\x3c\x63\xb1\xec\xcb\x1e\x8e\x75\x12\x77\xa0\xbd\xa9\x14\x48\xbc\x28\xd5\xd9\x0d\xa9\xe1\x2a\xee\x65\xa9\xce\xe0\xcf\xcb\x17\x59\xfb\xc4\x7c\x63\x43\x22\x7a\x38\x4b\x57\x75\x2b\x7a\x5a\xaf\x6f\x2e\x00\x60\x12\x66\xa0\x36\x72\x53\x53\x9c\xf7\x37\x21\x59\x35\xe7\xaf\x83\x10\x67\x7c\x73\xf1\x85\x11\xbe\x2f\x18\x99\x33\x72\xce\x28\x9a\xb3\x6d\xf4\x71\xb3\x83\xc2\x55\xe4\x87\xb7\xcf\x7b\x94\x02\xbb\xea\x35\x6b\x33\x40\x58\xd4\x54\x60\x23\xa8\x1a\xf9\xf5\x14\x2d\x18\x5d\xb0\xf5\xba\x5b\x8f\x1c\x65\xd3\xea\x3c\xc3\x38\xca\x9b\x3d\x68\xce\xe7\x3f\x66\xbb\x76\xba\xbc\x9e\xa1\x08\xde\x12\xef\x66\x0f\x7e\x80\xf7\x44\xd1\x05\xeb\xcf\x2a\xd9\x28\xd8\xe5\x46\xc9\x03\x76\x8c\x21\x3c\xa2\xf8\x1d\xb6\xb8\xc8\xad\xe4\x9a\x9a\xf9\xd4\x24\x8f\xdf\xe1\xcd\x86\x74\x1e\xc1\x5e\xbe\x7b\xb8\x5c\xe6\x39\xfc\x00\x6e\xaa\x01\x06\x7c\x21\x26\x65\xfd\xcc\xf6\xe0\x78\x5b\x3d\xed\xc6\xf4\xd1\xcd\xa7\xa7\x93\xb9\x21\x9b\x0d\xc6\x9b\x62\xce\x22\x13\x8e\xcb\xb0\xe2\xfb\x55\x26\xe9\x04\xbd\x48\xe6\x39\x37\x16\xb1\xa5\x8d\xcd\xf3\x03\xd0\x89\xe3\x62\xca\xde\x07\xbd\x38\x60\xa7\x91\x89\xfe\xdd\x4d\xd5\x64\xe2\x53\x05\x94\x72\xca\xe8\x55\xc9\xab\x05\x28\x4b\x3c\x87\x9b\xa4\x4a\xf0\xc7\x62\xc5\x55\xd1\x1b\x90\x53\x50\x28\x79\xbe\x28\xe7\xec\xf5\x4a\x35\xac\x1d\xf9\xae\xae\x26\xac\x15\xf7\xb1\x9a\xaa\x33\x13\xf7\xe5\x59\xcd\xbe\x44\xc1\x9f\xa4\x58\x2d\xed\xf3\x6b\x39\xad\x78\x59\xfb\xa8\x89\xa8\x57\x8b\xf0\x65\xf3\xd8\xe8\xe0\xcc\x16\x32\x33\x25\x5c\xb8\xf0\x1b\xd0\xe0\x38\x67\xee\xf9\xdd\x99\xac\xf8\x67\xf7\xf4\x8a\xcd\xcb\xf8\xed\x6b\x5d\x41\x10\xac\xc8\x6a\xfa\x50\xb2\xd2\x85\xdf\x9a\x12\x6d\xf0\x29\x9f\x46\x4f\xef\x96\x25\x8f\x1f\x55\x29\x95\x7b\x7e\x0c\x35\x4c\x9f\xa2\xdc\x26\x22\x2e\xc0\xc6\xb8\x32\x66\x82\xab\x8f\xa0\xae\xa1\x9f\xea\x8a\xb3\xc7\x75\xb9\x58\xba\x87\x9f\xfd\x2b\xab\xf3\x02\x41\xd7\x08\x21\x97\x67\xa5\xe9\x1e\x55\x9e\xbe\xab\xbe\x42\x3b\x2f\xaa\xa9\xb8\x80\xc8\xaf\xa0\x53\x00\x21\x21\x16\xf0\xb9\xaa\xae\x5f\x87\x92\x40\xd3\x2a\x7a\x6e\x94\x58\x26\x8f\x52\x7c\x66\x4f\x9c\x06\x4f\x1a\x65\x74\x78\x42\xdc\x4b\xaf\xa6\x13\xe2\xb6\xca\x72\x64\xb1\x21\x27\x8c\x1e\x65\x1f\xd9\xe9\xe7\x4a\x65\x24\x5b\x34\x19\xc9\x5e\x8a\xaf\x19\xc9\x5e\x67\xc7\x61\x3e\x3c\x66\x2d\x40\x57\xbb\x53\xae\xd7\x1d\x7e\x0e\xc1\x3e\xdd\xac\x8f\x59\xc1\xd7\xeb\x6d\xec\x4e\x65\xa1\x18\xd7\xeb\xd3\x2d\x11\xa0\x3e\x9d\x9c\xb2\x23\x76\x3c\x46\x59\xb6\xab\x9c\x2f\x91\x42\xed\x66\xcb\x2f\xd1\xbd\xcc\x17\xd6\x05\x46\x4b\x59\x1f\xf4\xcd\x88\xb9\x82\x6c\x17\xce\xfd\x81\xcd\x68\xaf\x7a\xd4\xf3\xbd\xbd\x0c\x13\x49\x1f\x33\xc4\x89\x3a\xe2\xc7\x44\xe0\x51\x36\xab\x45\x09\x2b\x3d\x07\xf5\xcb\x6c\xd2\x34\xe0\xc1\x36\xc3\x4e\x7b\x30\x14\x4c\x24\x2e\x34\x07\x4c\xe5\x66\x13\x63\xc7\x9d\xb2\x6b\x34\x6a\x4e\x58\x47\x3c\xf0\xf6\x6a\xd7\xd8\xb6\x3b\xf8\xe1\x48\xbf\x78\x97\x59\x90\x75\xc0\x23\xc6\xe4\x94\x1d\xa9\x63\x0a\xdd\xb5\xc1\x5e\x43\xe3\x02\x4e\x35\x0b\xc6\x57\x95\x62\x0b\x18\xe6\xab\xd2\x4e\x32\xb0\xef\xd7\xbf\xd2\x4e\x6c\xf0\xbf\xb7\x38\x65\x30\x57\xce\x20\xb6\x5a\xcc\xe1\x87\x2f\x57\x40\x44\x9f\xd9\xe5\x9c\x71\x3b\x17\x60\x4e\x2f\x98\x82\xd2\x00\x56\x18\xc8\x0a\x6c\x07\x60\x06\xc8\x72\x02\x69\x2e\xe0\x13\x9b\x68\x55\xfd\x9c\xac\xaa\xd5\x0c\x5d\xe8\x8a\x7b\x3d\xdf\xc0\x9d\x3a\x47\x2b\xd7\xf3\xd9\x2d\x06\x73\x78\x70\x97\x58\x8f\x9a\xdf\xca\x19\x73\xf1\xfe\x2c\x96\x96\x76\x67\x60\x8a\xda\xd6\x04\xb8\xb6\xd8\xf5\xba\x87\xb2\x93\x13\xd8\xf7\x2b\x7e\x7d\xba\x76\xc5\xef\x0c\x31\x20\xdd\xbb\x1a\x01\xf1\x06\x4f\x10\xf1\x97\xe1\x55\x3b\xfb\x3e\x8e\xd9\xe2\x77\xa1\x83\xf7\x8c\xb7\xd3\x40\xe0\x1e\x44\xb1\xc3\x1b\x48\xbf\x6a\x5a\xd7\x67\x19\xc0\x58\x1a\x3d\xcb\x2f\x9a\x97\x81\xc8\x44\xed\xd4\xc6\x59\xbd\xd0\xc9\xd6\xf3\x5e\x23\x27\x5b\x71\x2b\x59\x6d\xc5\x59\xa4\xfe\x76\xb4\xe6\x8b\x6c\xe4\xa2\x6a\x9a\x8a\xcf\xf7\x40\x07\xd4\x6b\x88\x0f\xdb\xca\xdc\x83\xa8\x2b\x9e\x46\xae\x6a\x8c\x82\x38\x78\x2b\x5e\xaf\x59\xbf\x91\x13\x2f\xa9\x35\x96\x78\xb8\x3f\x11\x52\xb2\x66\x29\xc0\x46\xf5\x43\xe3\x78\x28\x00\x5c\x63\xd7\xbd\xc5\xe4\x00\x3a\xd9\xed\xf7\x63\xf0\x22\xc2\xb8\x7a\x25\xa6\xcc\x72\x7f\xcf\x99\x39\xea\x3e\xb1\xbf\xef\xcd\x6f\x98\x14\x6f\x99\x95\x53\x33\x2a\xc1\x2d\xec\x55\x72\x49\x1a\x28\xe0\x79\x7b\xf0\xf7\xef\x0d\x30\xf6\xe2\xf7\x46\x9f\x16\xf4\x87\x47\xe6\x5c\x55\x02\x98\xd7\x73\x86\xa2\x57\xc4\xde\xe0\xaa\x84\x6a\xde\x40\x0d\x9e\xb0\xf1\x7b\xfd\xcf\x58\x4c\x33\x5c\xbc\x67\xf4\x88\x1d\x17\x4f\x18\x8d\xe4\x12\x2f\x99\xb1\xa5\x7f\xc2\x9c\x2d\xfd\x13\x46\x14\x7d\x0f\x87\xcd\xf7\xfa\xc9\x34\x13\x5a\x45\x8c\xfb\x92\x0e\x63\xcb\xb7\xcc\x5a\x5a\x86\x92\x5f\xb5\x04\x33\x89\xbf\xcb\x17\x2c\x06\x60\x0e\x49\x6c\x4c\x48\xf8\x50\xd7\x0f\x3a\xfe\x19\xa3\xaf\x18\x79\xc4\x68\x6f\x48\x5e\xb3\x44\x01\xe6\x67\x9d\xc8\x2a\xfc\x3c\xb1\x32\x38\x4a\xe9\x7b\xb6\x5e\x23\x5d\x00\xd1\xad\x8c\x0a\xfd\x9a\x9c\x36\xe3\xae\x0e\x76\x14\x3c\xb9\x1c\x30\x7b\x4c\x29\x2d\x72\x91\x4d\x23\x92\x34\x9c\x8a\x23\x75\x3c\x62\x85\xbb\x84\xb4\x33\x4f\xf0\xc7\x75\x35\xf9\xec\x2e\x1c\xcd\x93\xb3\x6b\x75\x91\xc6\x89\x79\x9a\x30\x8a\x6b\x27\x7f\x29\x56\x0d\x7b\x22\x2e\xf8\x76\x4c\x67\xd2\x97\xe2\xbc\x23\xa6\x33\xe9\x87\x65\xfb\xb9\x33\xd9\x53\xae\x98\xcc\x0a\x24\x68\x4f\x78\x39\x0c\x06\xef\xe6\x3d\x94\x9d\xae\x94\x32\xb7\x77\x66\xae\x1a\xc5\xfd\xe8\xee\x73\xbd\xb6\xa6\x4d\xee\x49\x73\xcf\x7a\x4f\x83\x67\x8c\x09\xa3\x3d\x61\x14\x42\xa2\x7b\x57\x3d\xec\x7a\x75\xdd\x52\x42\x48\xae\x13\xa3\x5b\xc6\xf6\x0c\x3b\x18\x12\x45\xfc\xcb\xc8\xaf\x90\x1e\xe0\x8f\x40\x55\xd5\x0c\x4d\x41\x8f\x4b\x47\x7d\x60\xf4\x6a\x33\xea\xbe\xe0\xfb\xc0\x48\xb6\x2c\x9b\xa6\x3a\x67\x19\x5c\xe7\xc5\x57\x71\xba\xac\xc1\x66\x83\x89\x35\x0d\x2e\xa7\xd3\xa7\xe7\x8c\x2b\x67\x91\x8f\x32\xc5\x1a\x95\x91\x0f\x8c\x7c\x60\x3e\x95\xb5\xed\xbc\x3e\xa1\xbd\x82\x9a\x33\xf3\x85\x61\xa4\x8c\xc6\x52\x7b\x56\xd2\x90\xda\x61\x6f\x6d\x39\x26\xd7\x07\x0b\x8b\x0f\xeb\xac\xca\xc9\x81\x41\x9b\x70\x8e\x8a\x39\x59\xb9\xaf\x4d\xac\x6d\xac\xe0\xa6\x1f\x27\x78\x63\xb4\xd0\x60\x2e\xfe\x64\x57\x88\x5f\xe1\xe9\x6f\xfb\xf4\x27\xa3\x57\x36\x7d\x72\x85\xa9\xf3\x0c\x74\x1e\xb6\x89\x6c\x71\x7f\xeb\xac\x7c\x5a\xfe\x5f\xcc\xd6\xec\x4f\x16\x39\x50\x8e\xae\xc5\x63\x29\x0c\xe1\x14\x26\x33\xeb\x97\x35\x98\x43\x2a\xe3\xed\x7a\xa4\xfa\x56\x20\x8f\x15\xf5\x61\x38\x80\x33\xaa\x46\x53\x71\x05\xc0\x94\xc3\xc1\xfe\x1d\x70\xc5\x8f\xfb\xb3\xba\x9c\x37\xc6\x5c\xc7\xa5\xd7\xc4\xe9\xc2\x56\x8b\x89\x79\x84\xb1\x03\x73\x27\x55\xce\xc7\xbc\xa5\x2e\x78\xcb\x6d\x0c\x43\xb3\xcb\x80\xea\x91\x5b\xed\x17\x6c\x21\xaa\xaf\x6c\x0a\x32\xa2\x68\x89\x51\xc1\x6a\x0a\x66\x52\x68\x0e\x6c\x0a\xad\x8c\x5e\x68\x15\x39\x0d\xef\x4f\xd9\x19\x98\xe9\xb2\x69\xb7\xe2\xc4\x1f\xae\x5e\xd0\x83\x91\x37\x59\xcf\x8c\xdd\xbb\x97\x38\xec\x0b\x1b\x5c\x97\x1a\xb7\xaf\xa1\xbd\x32\x8e\x6c\xd3\x90\xa2\xf0\x8d\x2d\x6e\x4f\x7f\xc0\x2b\xa8\xe8\x1a\x18\x05\x4d\xb6\x09\x30\x21\x8c\x08\xaa\x46\xa3\xa0\x00\x60\xc7\x2e\x94\x2e\x2d\x72\x22\xc0\xf9\x53\x99\x56\xc4\xa6\xa9\x62\x9b\x37\x24\xa8\x74\x43\x8a\xaf\x38\x15\x01\xa0\xd6\x68\xa2\x55\x33\x24\x0d\x4f\xa9\xb3\x9a\x90\x39\xa0\xe8\xf2\x27\x46\x70\x30\xf2\xc0\xc0\x7e\xcb\xf8\x83\x21\x89\x09\x7c\xb7\x8a\xb7\x09\x13\xaf\x46\x15\xad\xfa\x4d\x75\x5a\x57\x7c\xbe\xe9\xea\x6a\x5d\x45\x5b\x31\x40\xf2\xb5\x75\xe4\x54\x12\x41\xab\x20\x2f\x32\x58\x0a\x00\x8e\xe5\xaa\x53\x9b\xea\x98\x1d\xec\xaa\xd1\x93\xcd\x65\xf3\x6d\x32\x5b\x97\x79\x29\xa8\x24\xdc\xbf\xac\x69\xed\x2b\xa6\x47\xaf\xb1\x20\x0b\xae\xf1\xdd\xc5\x57\xba\x94\xeb\x8a\xaf\xf4\xf7\xaf\x2d\xbe\xdd\xfa\xfb\x9a\x91\x81\xe6\xfb\xd1\xd3\x3d\xd0\x4e\x77\x7f\x60\x7a\xe9\x00\xfc\x5a\xe9\x89\x74\x03\x41\xf1\xb0\xbf\xf7\x27\x2b\xa9\xf9\x39\x63\x6e\x56\xa8\x0d\x28\x19\xa4\xbb\x49\x04\x37\x39\x32\xad\xbd\xed\xa6\xf4\x7a\x7d\xc7\x05\x03\x5e\x1a\x1c\x4b\x0d\x69\xd8\x5f\x3b\x5e\x54\x11\xe5\xce\x24\x1e\x60\xda\x80\x29\x1a\x42\x85\x05\xa9\xa7\x5c\x97\x98\x8f\xf5\xdc\xca\x02\xd0\x71\xa6\xa0\xb6\xd6\x5d\x58\xba\x36\x3e\xb7\xff\xa8\x0d\xc0\xb7\x5d\x67\x77\x4f\x7c\xa6\x5a\x27\xee\x64\xf6\xba\x85\x64\xe4\x51\xb2\x98\xb9\xa1\xe4\x41\x0b\x24\xaa\x88\x37\x71\x84\xbe\x53\x84\x2b\x22\x14\x91\x8a\x54\x0a\x20\x93\x15\x38\x65\xb3\xf7\x44\xb5\xfd\x5d\xd9\xdf\x89\x01\x11\x7a\x59\x2e\xc9\x34\x04\x97\x90\x67\xa6\x68\xb6\xd0\x1c\xc7\x54\x5c\xf0\x1d\x08\xad\x96\x3b\x4a\xac\x26\x67\x93\x92\x4f\x58\x6d\xc2\x8c\x4f\x4d\xc0\x98\x75\x95\xab\x2f\x13\xcd\x38\xed\x4c\x4f\x6b\x13\xb0\xe6\x5a\x36\x8f\x7d\x82\x32\x6d\x78\xb5\xdc\x99\xca\x72\xae\x0b\xd2\xbf\xa6\x9c\xa9\x14\xcb\x9d\x89\x58\x38\x83\x26\xfd\x36\x7a\x34\x89\x3e\xb3\x4b\x28\xe8\x33\xbb\x04\x58\x04\x1d\x58\x2d\x77\x80\xdb\x01\x1b\xa9\xe7\x10\x9a\x88\xe5\xe5\xce\x64\xa5\x76\x96\x65\xa3\xd8\x8e\xa9\xd6\xe4\x0c\x0c\x9f\xac\x7e\x9f\x3e\xe3\xef\xc0\x05\xf3\x8e\xbd\x74\x8e\x2c\x79\xc2\x7e\x79\xa6\xb6\xd9\xe7\x2b\x50\xdd\x67\xd3\xd7\xbc\x60\x64\x2a\x16\xc0\x45\xbc\x2a\x17\xac\x50\x04\x4c\xd4\xde\x5d\x36\x8a\x2d\x9e\xe9\xfd\xac\x18\xde\x59\x73\xc2\x41\x84\x07\xe9\x0a\x49\xcc\x79\xea\xb1\xe0\xaa\xac\x38\x93\x4d\x71\x24\x8e\x23\x76\x7e\x61\x89\xa5\x75\xac\x04\x44\x81\x8a\xfb\xc3\xde\x64\xd5\x88\x95\xca\x0a\x3b\xd2\xb1\x47\x2a\xd3\xb9\xca\xab\xde\xe9\xe7\x9a\x95\x9a\x31\xad\xb7\x53\xc3\x40\x8b\x73\x9f\xda\x3c\xeb\xa2\x57\xdb\x89\xed\x08\x46\xc9\x5d\x8c\xce\x00\xac\x5b\xcd\x14\x43\xaa\x6f\xe3\x9f\x4f\x13\x67\x59\x73\xa1\x3c\x79\xc4\xbc\x6e\x2d\x9a\xad\x17\xd3\xce\xd2\xa2\x9e\x9a\xab\xd4\x1f\xca\x96\x41\x02\xeb\x47\x3d\xdf\xa3\xb4\x1a\x23\x46\xcf\x14\x0a\x79\x48\x74\x1d\xe4\x36\x2b\xa5\x8f\x93\x0a\xe3\x3c\x07\x7f\x51\x98\x30\x5c\x20\xd6\x6f\x0f\xed\x9a\x0a\xa2\xfc\xf1\x38\x0c\xa7\x2b\x52\xe6\xb9\x41\xe2\xf4\xa2\x04\x89\xf3\x5c\x99\x53\xa2\xc4\x89\xcb\xf9\x73\x15\x36\x76\x50\x03\x34\x85\x46\x62\x19\xea\x4f\x51\x9f\xf4\x01\x2f\x31\xad\x76\x9c\x0e\x52\x76\x8d\x4e\xf6\x5e\x45\x6f\x31\xc4\x83\x0e\x16\xeb\x7b\xfa\xa5\xca\xf8\xe1\x97\x80\x1c\x5e\x6a\x96\xbb\x12\xb2\x52\x97\x24\x16\xf9\x57\xfd\x95\x9e\x7e\xa7\x35\x3b\x91\x2b\xfe\xb1\x52\x67\x2e\x19\x62\xfd\x65\x57\x0e\xa1\x10\xc7\x46\xac\xe6\xf1\xeb\x0f\x0c\x8f\x15\xef\x11\x96\x5b\x4a\x84\xfd\x71\xed\xcc\x9d\x00\x70\x78\xf1\xce\xe2\x7a\xfa\x39\x9f\x09\xe0\xfc\xf0\x26\xce\x95\x2e\xbd\x97\x2a\x52\xaa\x86\xdb\x4b\x9f\xb2\xcb\x6d\xc7\xf6\x70\x8e\x06\xe1\x00\xee\x86\xe0\x17\xdd\x5f\xf1\xcc\x27\xdb\xe4\x41\xd4\xd1\xe0\x98\x24\x14\x98\x8e\x5a\x44\xad\x9e\xea\xb8\xa7\x3a\x92\x34\x89\xf4\x86\x23\xd5\x07\x83\x68\xe4\x18\xe0\xde\x20\x72\xc8\xa6\x9c\x94\x19\xda\xab\xbb\xd9\x4d\x9d\x18\x59\x41\x59\x98\x7d\xd8\x29\x46\x83\x07\x65\xab\x65\x8c\x96\xba\xd6\xa3\xee\xee\xba\x0a\xec\xb1\x94\xf1\x40\xe9\x4a\x2b\x40\xd1\x33\xdc\xc7\xff\x4a\x77\x5e\x25\x1d\x66\x6b\x12\xfa\xcc\x2d\x0a\x21\x51\x9e\x97\xe9\xeb\x1e\xa5\x8d\xca\xf3\x4b\x85\x1a\x30\xe6\xb7\x2b\xab\x5f\x23\x6a\xf3\xb2\x86\x97\x75\xeb\xe5\xca\xbc\x5c\xc1\xcb\x95\x7b\x69\xac\xca\x40\x54\x7d\xaa\x30\x99\x26\x8f\x91\x33\x3b\xbb\xe4\xc7\x4d\x70\x57\xd4\x29\x61\x93\x4a\xad\xd7\x30\x7e\x03\x12\xcd\xcb\x66\x72\xc6\xa6\xab\x9a\x3d\xb6\xfe\x7a\x51\xf4\xee\x15\xe0\xd8\xfb\x99\x7d\xa2\x70\x7c\xc6\xf8\x02\xf3\x23\x68\xed\x45\x4a\x97\x8f\xf5\x42\xc9\x80\xfd\x8b\x48\x05\x5f\x3d\x56\xa8\x34\xa3\x81\x5b\x98\xf5\x81\x9e\xb8\xf3\xa5\x2b\x34\x49\xf1\xe3\x91\x48\x9a\x06\x5a\xab\xad\xa6\xe9\x95\x5d\x48\x14\x8d\xc4\x63\x3d\x12\x84\x25\x03\xf0\x58\x0f\x40\x14\xb7\x32\x71\x2b\x88\x8b\xba\x3b\xed\x6d\xe5\x1c\x7a\x2f\x93\x1a\x22\x41\x97\xba\x76\xf8\xdb\x95\x33\x3c\xe4\x20\x14\xe0\x85\x5f\x88\xeb\x42\x06\x71\x21\x23\x7c\xae\x90\xd7\x8a\xa0\x3c\x26\xba\x65\x20\x3a\xdf\xeb\x17\x2a\x16\x93\x79\x17\x3d\x3b\xfc\xa8\xa5\xba\x7e\xac\x79\xe2\xd4\xcc\xd4\xdf\x41\xed\xb2\x63\x9a\x5d\xd8\xb0\xd2\x2f\x5e\x8a\xaf\x26\x76\xa1\x03\x8a\x18\xe1\xcb\x67\x15\xdd\x95\x32\x3e\x2d\x2e\x14\xca\x1e\xba\x88\x8c\x84\xf0\x53\x3e\xcd\x30\xf1\x69\x2b\x77\xaf\x7a\x7d\x0e\x7f\xf5\x1a\xe7\x03\xd6\xed\xfa\x3c\x70\x93\x98\x61\xa2\x64\xc9\x3d\xeb\x07\xc9\xdf\xfb\x98\x8c\x44\x0f\x50\xad\x0d\x79\x07\x4e\x96\x9e\xaa\x04\x6b\xec\xb9\x5b\xee\xdf\x81\x94\xd4\xf6\x23\x3c\xc0\x29\xf9\x73\x1c\xcd\x46\x16\x3c\x97\x42\xb4\xf1\x69\xb6\x53\xf1\x1d\xd8\x52\x79\x97\x8a\x3d\xbc\x7e\xaa\x92\x82\x29\x07\x8f\x13\xb6\xcc\xcd\x34\xcf\xd1\x53\x45\x6f\x54\x2d\xb0\x57\x6d\x51\x57\xeb\x05\x2d\xab\xb8\xc7\xc8\x43\x56\x9b\xfc\xb3\xea\xc7\x83\x15\x1e\x48\x47\x02\x3f\x42\x37\x27\x83\x01\x09\x8f\x38\xe9\xdc\x76\x45\x42\xfe\x64\x80\xa2\x27\x23\x49\x7f\xa2\xe8\x73\x85\xb2\xb8\xb2\x19\x26\xef\x5b\xb1\x55\x44\x20\x6f\x5b\xef\x1a\x4b\x08\x6f\x4c\x7c\xf2\xb9\x0c\x93\x97\xe1\xbc\xf2\x2a\x04\x5f\x28\x7a\x94\x95\xa7\x42\x02\x6e\x99\xf9\x7d\xa2\x48\x28\x55\x53\x0b\x79\x1f\xc7\x04\x22\x25\x6f\xe3\x78\x43\x88\x24\x9b\x94\x7c\x59\x97\x97\x26\xf4\xc6\x87\x74\x9c\x05\x89\x08\xaf\xde\xfb\x88\xe9\xca\x14\x6a\x8e\x19\x51\xc4\x63\x17\xc1\x16\x4b\x55\x01\xd6\x54\x14\xe2\x13\x79\xb9\x54\x1d\xe1\x69\xfa\xab\xcf\xdb\xd1\xef\x36\x1f\x0d\x71\x6f\x4c\x9c\xc7\x72\xcc\x00\x82\x2a\xf9\x61\xd3\x69\xa9\x4a\xff\xf0\x24\x7e\x58\x30\x55\x26\x6f\x5f\xa6\x11\x8d\xed\x21\x1d\x7e\xe7\xc3\x5b\x9c\xbb\x89\xdc\xaa\x8b\xee\xc0\x0a\x90\x0a\xa2\x90\x14\x73\x7d\x90\x4b\x83\x0d\x63\x9f\xcd\xfb\x28\xa4\xc0\x2b\x5c\x1a\x02\x43\xb1\x34\xa4\xaa\x05\x5b\x2d\xa7\xa5\x62\xf6\xe1\x83\x7d\x78\xa3\x48\x44\x53\x40\x16\xd9\x45\x09\x10\x14\x51\x28\xba\xba\x7f\xb8\x75\x6a\x6f\x29\x82\xd2\x7d\xb7\xc7\xb1\x23\x7e\x4c\xa4\xfe\xd9\x1d\x1e\x8f\x24\xcd\x04\xcf\x76\x91\x3c\x1a\xb4\x50\xae\x76\xa5\x43\x1e\xc7\x98\xbc\x02\x13\x0c\xe3\x97\xf5\xa5\x0b\x4b\x4c\x56\x48\x92\x23\x71\x8c\x37\x1b\x94\x6c\xf2\x5c\x5c\x60\x8b\xfa\xfc\x4c\xd1\x7b\xa1\xa2\x8f\xdc\xa2\x67\x44\xaa\xb9\x57\x86\xd6\xe9\x86\xb7\x09\x88\xda\xe1\xdd\x7e\xeb\xdd\x21\xd9\xf7\xef\x0e\x5b\xef\x0e\xc8\xa1\xbd\x22\xdb\x3f\xcc\x59\xec\x4e\x48\x8d\x91\x4e\xb0\x4f\x14\x2e\x20\xeb\x81\x2e\xd7\x44\x0e\xc9\xc1\xbe\x8d\x55\x74\x78\x3f\xbc\x18\xf8\xd4\xfb\xb7\xef\xb8\xd8\xfb\x64\xff\xf6\x1d\x9f\xfc\xe0\xf6\xbd\x43\xf7\xe6\x9e\x4f\x7e\x38\xb8\xef\xd3\xdf\x25\xfa\xc9\x67\x38\x1c\xde\xbb\x33\x1c\xfa\x6f\xdc\xf1\x79\x14\xbd\xb3\x7f\x7f\x78\x78\xfb\xce\xc0\xbd\xbb\xad\xdf\xdd\xb9\x3b\x1c\xdc\xbb\x77\xe7\x30\x67\x10\x77\x48\x5c\x84\xcd\x36\x3c\x38\xdc\x1f\xde\xbd\xbb\x7f\xcf\xe5\x3a\x20\x3e\xca\x97\x7c\x6f\x70\xfb\x60\x70\xe7\xe0\x8e\x4f\x14\xfa\x61\x38\xb8\x7b\x70\xf7\x70\x78\x6f\xdf\x37\x63\x48\x42\x1c\x2e\x4c\xc3\xe2\x83\xdf\x6b\x95\x5e\x90\x69\x22\xae\xf8\xfc\x45\xc9\x59\xe3\x3c\x07\xf0\x68\x54\x06\xf6\x82\x6c\x60\xdd\x7d\x01\xe6\x7b\x25\xd9\x14\x72\x80\x53\x16\x3b\x15\x5c\x54\xa3\x4b\xad\xf8\xdc\x3e\xbb\xe1\xae\xb0\xa0\x15\x91\x14\x28\xc4\xdb\x37\x40\x2b\x2a\xea\x1a\x7d\x37\x77\x6a\x1f\x35\xad\xf2\x7f\x95\x23\xfd\x1e\xdc\x9b\x3d\x52\xa8\xc6\x90\xdd\x36\xbd\xc9\x69\x85\xc1\x16\xe9\x91\x42\x8d\x7d\x65\x0e\x7f\xb6\x50\x9e\xff\xab\xc4\x36\x6f\x15\xe7\x6d\xda\xd9\x5c\xc3\xbd\x38\xd7\xe0\x8a\x51\x9e\x23\x34\xf8\x11\x09\x7a\x30\xdc\xfb\x5d\x21\x81\xf1\x78\x50\x0c\x1f\x3c\x10\xf8\xc1\x83\x21\xde\x1b\x12\xe7\x7f\xc5\xd8\x0f\x0c\xe0\x48\x9c\x97\xe6\x38\xfc\x08\x4e\x55\xf2\x81\xfe\x80\x17\x29\x3e\x53\x54\x6e\x5c\xbb\xf5\x71\x85\x71\x55\xf2\x79\x6d\x3b\x0b\xdb\x5b\xd8\x10\x6f\x6e\x70\x54\x4e\x85\x3e\xc8\x8c\xb0\xa4\xc3\x07\x0f\x10\xb7\x35\x52\x18\x13\xb1\x36\xab\x81\xca\xe9\xbf\xbc\x2d\xa8\x08\x23\xfe\xb3\x8a\xb0\x13\xac\x73\xae\x3d\x4f\x24\xb7\xf3\x94\x06\xf0\x98\x15\x31\x55\x8d\xc3\x43\x11\x9d\xff\xbe\x76\xca\x8c\x22\x63\xe7\xa1\x35\x4a\x76\x08\x6b\x3b\xfb\x36\xc2\xdb\x32\x0f\xcc\x15\xe2\x47\x85\xf6\x0f\xf3\x7f\x29\x8c\xc7\x5f\x15\x32\xb3\x96\xd9\xb4\x83\xed\xb4\x7a\x86\xbb\xc4\xf7\xa2\xb4\xf7\xb6\x93\xc2\xec\xfe\x17\xc8\x55\x50\x88\x75\x53\xd8\xbe\x60\xf4\xf6\x70\x1f\x63\x62\x8b\x49\x6b\xa7\x74\x86\x30\xfd\x6c\x16\x45\xf7\xef\xdc\x3b\x3c\xb8\x7d\x78\xfb\x0e\x26\xaa\x25\xe6\x3f\xb8\xad\xe7\x5b\x34\xe1\x3e\xc6\xdd\xcf\xf2\xbd\xe8\x86\xfe\x83\x4a\xe1\xa7\x8f\x8e\xe1\xd0\x70\x30\xfc\x91\x1b\xe0\x68\x77\xc1\xef\x2f\x50\xa2\x4b\x41\x7f\x00\x4f\xc7\x6f\x4d\x95\x9d\xb1\x6a\x6f\x38\x6a\x4f\xce\x9c\x0a\x92\xcc\x4e\x1d\x61\xe8\x4d\xb3\x61\xef\xab\x05\x6b\xf0\x91\xf2\xd4\x75\x4c\x0d\x0b\xff\xbb\xf5\xbc\x3b\xa9\xbf\x1e\xec\x8f\x43\xb0\xcb\x15\x94\x71\x69\x76\xb0\x5f\x1c\x0c\xf7\xd0\x4f\xba\x89\x3f\xfc\xaa\xd6\x03\xbc\x1e\x6c\xc8\x4f\xb6\x9c\x5a\xcc\xc9\xaf\x36\xfc\xe2\xd5\x3e\xd4\xf8\x6f\x45\xa3\xbd\xe7\x43\xc3\xe4\x23\x7d\x88\xa9\xf8\xdc\x1f\x25\xff\x4c\x92\xb4\x64\x43\xe4\x37\x05\x16\x14\xfe\xd6\x50\x05\x75\xd3\x47\x6c\xbd\x7e\xc8\xec\x5e\x26\xe9\x1f\x8a\x54\xf4\x11\x1b\x3d\x62\x3a\x87\x92\x97\x57\x2f\x18\x92\xc4\x25\xf7\x28\x05\xe8\x11\xa3\x15\x5e\xaf\x7f\x06\xb4\x87\x70\xdd\x17\x95\xfc\xa7\x42\x7f\x2b\xf2\x87\x02\xd0\x74\xe7\xdf\xc1\x82\x14\x46\x17\x71\xaa\x85\x31\xa9\xd7\x97\xdf\x40\xf1\x0d\x49\x50\x70\x43\x87\x39\x50\x57\x74\xf0\xcd\xf3\xbd\xe1\x83\x59\x90\xe6\x31\x8c\x41\x98\x98\x7c\x84\x94\x81\x4a\xe0\x26\xc2\xdc\x91\xfd\x12\x3e\x98\xdc\x91\xc9\x3c\x07\x71\xaf\x08\x8e\x31\xa5\x55\x42\x6a\x7d\xca\x5b\xdd\x9c\x29\x54\x85\xcf\x81\xf8\x2e\xfa\x66\x35\xdb\xc2\xac\x24\x32\x58\x6b\xb7\x65\xc9\xb6\xd4\x46\xd1\xb9\x39\x6b\xfb\x2c\xc4\xa1\x4b\x46\xc2\x64\x9b\xba\x86\xd4\x75\x67\xea\x48\x98\x6c\x53\xaf\x20\xf5\xaa\x33\x75\x22\x4d\x76\xb7\x89\x5e\xd4\xeb\xa6\xd9\xc4\xf0\x46\x15\x99\x2b\x64\x8c\xa7\x91\xa6\x82\xb8\xdf\x89\xc4\xa1\xd4\x0e\x19\xb3\x2d\x29\x29\x9e\x4c\xa3\x72\xa7\x37\x96\x1b\xc1\x4a\x86\xbe\x77\x06\x67\x76\x00\x37\xcf\x04\xf4\xb8\x30\xc8\x4f\x1c\x6f\x62\x73\xd5\x36\xc1\xd1\xa7\x0c\x89\x58\x80\x85\x24\x15\x12\x49\x6c\xf7\xdb\x8a\x7e\x62\x48\xb6\x88\xc5\x48\xe3\x3d\x59\x95\xb4\xea\xab\x72\x3e\x72\xe2\xdf\x32\x11\xfb\x4a\x7a\x8b\xa1\x2a\x88\x7d\xe5\xc8\xe4\x4f\x04\xb2\x26\x4b\x75\xbd\x4c\xf6\x00\xee\x63\x55\x39\x1f\x57\x37\x8a\x60\xd3\xc2\xad\xbd\x93\x74\x72\x1d\xc7\xbf\xb8\x1e\x92\xc4\x0a\x47\x60\x35\x63\x56\xb4\xa5\xec\x2f\xe7\x2d\x45\x2f\xe7\x2c\x92\x07\xa1\x29\x1f\x59\xb7\x90\x84\x53\xc5\x89\xf0\x06\x34\x44\x52\x6b\x83\x58\xf1\x1d\xc6\xc7\x8c\x5b\xe3\x58\xc6\x63\xbd\x71\x52\x79\x28\x97\x51\xd0\xb4\x12\x79\xce\xf5\x81\x9e\x52\x79\xc4\x8e\x41\xdf\x6a\x64\x7a\x5a\xec\x31\xeb\xf2\x7c\x38\x52\x00\xa4\xc2\x8f\xc4\x9e\x32\x49\xab\x3d\x75\x3c\x52\x3a\xb1\xaf\x1e\x75\x8c\x3e\x23\xc3\x07\x6a\x3c\xdc\xf3\xb6\xd0\x91\xbd\x5f\x72\x9b\xff\x99\x5d\x3e\x16\x53\xc7\x67\x67\xce\x45\x13\x34\x63\x3c\x70\xfa\x3d\x2e\x1a\xe7\xf9\xf0\xc0\xc9\x08\xe9\xf0\x00\x17\x8c\x2a\x32\x0c\xbe\x4e\x87\x07\x98\x1c\xec\x3f\xa0\x6c\xbd\x36\x5a\x10\x63\x16\x33\x0c\x65\xd0\xe5\x8f\xe5\xc8\x4d\x14\x1d\xa9\xbc\xd4\xbc\x2d\x24\x0c\x97\x2e\xde\x1b\xd5\x4e\xc5\x77\x40\x7b\xe5\x04\x00\xa7\x00\x68\xdd\x82\xab\x9f\x18\x29\xf0\x73\xde\x28\x07\xe0\x0e\xd8\xeb\x16\x9b\x3d\x92\xe9\x3a\x14\x77\x93\xc1\x21\xb1\xdb\xcb\xe4\xf7\x26\xd2\x4c\x50\xbc\xa5\xff\x5c\x5a\x4d\x8d\xa3\xf2\x18\xb2\x1d\x95\xc7\x54\x8d\x15\x92\xb8\x90\x47\xe5\x71\xd8\xb6\x75\x91\x55\xf3\xc4\xa8\x3a\xbd\x91\xb0\xd7\xb2\x29\xb5\x53\x47\x3a\x13\x24\xff\x66\xbc\x1d\x55\x00\x44\xad\x53\x6a\x30\xe6\x52\xe3\x92\x17\x8d\x6d\x52\xd5\xe8\x6a\x95\x73\x2b\x58\x10\xcb\x25\x9b\x52\xfb\x72\xe3\xed\xda\x62\xd8\xa6\xab\xa5\x29\xdb\x56\x2b\x45\x6e\xaa\x9a\xad\x1a\x38\xc4\x29\x46\xdb\x7d\x38\x32\xb6\x59\x69\x79\xe3\x76\x04\xc2\x45\xb6\xe2\x9f\xb9\xb8\x88\xf5\xb8\x58\xdc\x22\x28\x26\x7a\xa6\xbd\x21\x26\xd7\xf5\x5e\xc9\xb1\xc1\x4b\x88\x1a\x1e\x37\xe2\xc6\xba\xb6\xf2\x8d\xb7\x62\xae\xab\xad\xb9\x64\x7e\xb4\x3a\x3d\xad\x4d\x49\x71\x04\xed\x0d\xf0\x0d\xc3\x01\x35\x5e\x32\xd9\x54\x4d\xd2\xdd\x1b\x52\x35\x6f\x4c\x34\xe3\xaa\x28\xf9\x46\xf3\x95\xa0\xe0\xc5\xc9\x84\x93\x29\x27\x4b\x4e\xaf\xa0\xe1\x6f\xce\xca\x86\x15\x03\x72\x0a\x1f\x6c\x8a\x01\x31\x15\x00\x20\x8a\x01\x51\xd5\x82\xbd\x53\xe5\x62\xd9\xe9\xa4\xb3\xef\x5f\xaf\xd7\x4f\x4a\xc5\xfa\x5c\x5c\x20\xbc\x21\x5b\xc4\x36\x20\x55\xf3\x5e\xae\x1a\x08\x6f\xc8\x8c\xd3\x9a\xa3\x25\xc7\xe4\x8c\x53\xb0\x8e\x5c\x72\x72\x75\x5e\xb1\x8b\x62\x40\xa6\x4c\x95\x55\x5d\x0c\x36\x98\x2c\x20\xdd\x19\xc7\x64\x6e\xd3\x9d\x71\x72\x65\xc0\xe1\xfe\x28\x06\xc4\x84\x3e\xe9\x4a\xd7\x15\xe3\xea\x0f\x1f\xd2\x71\xcb\x72\xce\xfe\xb0\xbf\x90\x46\xc9\xfa\x57\x76\xa9\xf3\x9d\x55\x33\x65\x82\x65\x6d\x03\x0b\xa6\x4a\x13\x9a\x33\xf5\x52\x4c\xab\x59\x65\xed\xf0\x8a\x27\x9c\x18\x2d\x45\xe8\x27\x1d\xd0\xfd\x04\x0e\x75\xd9\xd4\xcc\xe9\xae\xee\x09\x0e\x79\xfb\x49\xda\x31\x03\xff\xf9\x56\xa0\x0a\xef\x83\x5e\xf2\x98\xf5\x95\xb0\xe1\x22\x49\x58\xb4\x8a\xd9\x90\x85\x38\x87\x37\x7f\x74\x7c\x3d\xf3\x2f\xcd\x02\xcc\xfa\x21\x35\x62\x3d\x4a\xa7\x3c\xcf\x91\xfe\x63\x58\x1e\xfd\xd6\x42\xcd\x5c\x2e\xd9\x18\xad\x40\xdb\xd5\xf4\xf4\xde\x94\xbb\x20\x99\x84\xf8\x4f\x21\xfe\x13\x2e\x26\x9c\xae\x38\x1d\x90\x29\xa7\x0c\x93\x95\x26\x4d\xf7\xc5\x4f\x37\xd5\xef\x53\xbb\x7e\x9f\x8a\x09\xdf\x6c\x30\x39\x87\xc1\x9f\x73\x4c\x2e\x21\x04\xe3\x3f\xe7\xe4\x6a\x5a\xaa\x12\xe4\xbd\x33\x26\x35\x99\x60\x72\x1a\x12\x68\x02\x49\x47\x06\x52\x9c\x84\x14\x9a\xd4\xbc\xc8\x14\xb4\x1e\x06\x84\xd5\xe5\xb2\x61\x53\x7d\x5e\xd1\x04\xd3\xb0\xd5\xd4\x0f\x02\xe4\x7f\x1c\xd1\xe9\xa4\xae\x96\xa7\xa2\x94\x20\x7a\xec\x6a\x5a\x92\xc0\x35\x2f\xcd\x65\xb5\x38\x93\x48\xdd\xe8\x2f\x50\xcf\xc7\x1c\x93\x8b\xb4\xc6\xba\xd1\xa6\x2a\x9f\x39\xbd\x7a\xda\x4c\x8a\xec\x69\x33\x29\x97\x2c\x23\xef\x96\xe5\x84\x9d\x96\xb2\xc8\x76\x32\xf2\x82\xcd\x54\x91\x3d\x94\x52\x5c\xe8\x60\x46\x3e\x2c\xed\xe3\x87\x65\x46\xde\x82\x2d\x93\x79\x86\x70\x46\x9e\x88\x0b\x6e\x63\x40\x4b\x98\x3c\x61\x75\x91\x3d\x01\xa1\x79\x46\x3e\x56\xbc\xc8\x5e\xbf\xcb\xc8\x4b\xc6\x57\x85\x43\x91\xd2\x0f\x19\x79\xb8\x5c\x36\xad\xa8\x77\x13\x29\xea\xba\xc8\xcc\xef\x0b\x31\xf9\x9c\x91\x97\xe2\xeb\x1b\x59\x71\x38\x63\xe9\x09\x96\x7d\xe0\xd5\x94\x71\x05\x0e\x84\xb2\x0d\x79\xc7\xe9\xd5\xbd\x22\x7b\x54\x4e\x3e\x5b\x58\xd6\xfb\x45\xf6\xbe\x3c\xcd\xc8\x70\xbf\xc8\x1e\xd7\xac\x94\x19\x19\x1e\x14\x99\xd1\x23\x26\xc3\x3b\x45\xf6\x4e\x4f\xe0\x8c\x0c\xef\x9a\xef\x4b\x51\x67\x64\x78\xaf\xc8\x1e\xd6\x3a\xf6\x7e\x91\xbd\x29\x57\x0d\xcb\xc8\xfe\xa0\xc8\x1e\x97\xcb\xc6\xd4\x64\xff\x6e\xe8\xb4\x83\x7d\xe8\xae\x83\x03\x9d\x76\xce\x74\xe7\x1c\x1c\x9a\xb0\xe9\x86\x83\xdb\xfa\x8b\xd3\x8c\x1c\xdc\x29\xb2\x9f\xc5\x42\xe7\xb9\x9b\xf4\xec\xc1\xbd\xa8\x67\x0f\xee\xa7\xdd\x7a\x38\x48\x3a\xf5\xf0\x76\x91\x3d\xe7\x0d\x93\xfa\xd5\x9d\xd0\xbf\x43\xdd\xc6\x67\x43\x1d\x38\x28\xb2\x67\xfb\x3a\x70\x58\x64\xcf\x0e\x74\xe0\x76\x91\x3d\x3b\xd4\x81\x3b\x45\xf6\xec\xb6\x0e\xdc\x2d\xb2\x67\x77\x74\xe0\x5e\x91\x3d\xbb\xab\x03\xf7\x8b\xec\xd9\x3d\xdd\x55\x83\x22\x7b\x76\x5f\x07\x86\xba\xc0\x81\x0e\x41\xd1\xba\xec\x7d\x5d\xf6\x50\x17\x7e\x78\x58\x64\xaf\x56\x0b\xd3\x1f\x43\x5d\xab\x78\xa8\xf6\xf7\x0f\x8b\xec\x25\x53\x65\xb6\x21\x4f\x39\xbd\x7a\x58\xab\x22\x33\x2b\x64\x46\x6c\x47\x17\x99\x5d\x47\x35\x4d\xa8\xb2\xc8\xec\xc2\x99\x11\x18\x94\x22\x73\x8b\x6b\x16\xdf\x6a\x45\x9c\xe2\xd6\x0e\xea\xd5\x4f\xdb\x0b\xef\x78\x3b\x0a\x31\x5c\xf4\x7a\x88\xd1\xa7\x9a\xcf\xc5\x79\xde\xeb\xa9\x23\x76\x1c\x38\xbd\x27\x91\x8d\xe7\x73\x23\x6c\x78\x1f\xed\x1d\x9f\xd9\x65\xdb\x2f\x2c\x70\xae\xae\x72\x9f\xf9\x11\x3c\x1f\xaf\xd7\xf0\x0b\xb6\x40\x09\xc1\x26\x1a\xb3\x0e\x71\xd3\xa9\x73\x45\x2b\xa8\x51\x68\x61\x14\x98\x64\x3c\xb6\xd4\x5b\x18\x8b\x5b\x58\xd7\x1f\x5b\x56\x18\x60\x07\xad\x62\x58\x28\x60\xbd\xce\x40\x37\x2c\x2a\xf2\x9d\xad\x9c\xce\x74\xbc\x5e\xa7\xf5\x2a\xb2\x6c\x43\x26\x62\xaa\x17\xb0\x5a\x4c\x0c\xfb\xf2\xfd\x9b\x9e\x64\x4b\x56\x2a\x9b\x17\xb6\xfe\xae\x6d\xd0\x71\xef\x5d\xab\x5e\x47\x1f\x40\xdb\xf5\x86\x6f\x2b\x7d\x4d\xb6\x6f\x36\xdc\xb7\x5a\x97\x75\x71\x56\x4d\xce\xfe\x51\x05\xfe\xf1\x37\x36\x98\xbc\x85\xe5\xf7\x3d\xc7\xe4\x4d\xba\xfb\xf8\xe3\x77\x01\x76\x9e\xea\xac\x18\x10\x83\xf6\xad\x77\x0e\xfd\xfd\x95\x04\xce\xa9\xe4\x73\x3d\x38\x65\xfd\x26\x8a\xac\x6a\x60\x52\xf4\xaf\x66\x49\xd4\x85\x66\xdd\x06\xc4\x16\xfa\xfe\x72\xc9\x80\x57\x7a\x23\xab\x45\x29\x2f\xcd\x82\xff\x32\xdd\xdd\x8c\x0e\x63\x03\x9f\xd0\x1b\xdc\x7b\xff\x6c\x6e\xee\xa6\x21\xa2\x63\x9c\x3b\xe9\xa1\x63\xa8\xf5\x87\x5f\xa5\x5b\x50\xec\xcf\xe1\x7b\xf6\xcc\x17\x76\xde\xc1\x9e\xcd\x6a\x55\x76\xf2\x29\xe6\x8d\xdb\x25\x6d\xba\xec\xe2\x8c\xb1\xfa\x49\xf4\x6a\x8f\xf5\xa3\x38\x4d\x07\x90\xb4\x93\xb5\x30\x6f\x92\x22\x3f\xc5\x45\x7e\xea\x28\x32\x49\xd0\xf1\xde\x7f\xf1\x4f\x60\x51\x6b\x55\xbe\x34\xb4\x82\xc9\x43\xe8\xa6\x17\x1c\x93\x67\x9c\x1e\xdd\x27\xc3\x03\xb2\x7f\x97\x1c\xec\x1f\x93\x47\x9c\x4e\xf3\x3c\x7b\x1c\xb4\x40\x5b\xb7\xd3\xc4\x6a\x67\x8c\x74\x32\x77\xe1\xfe\xd2\x9e\x9a\xdd\x73\x9e\xa3\xd7\x3c\x5c\xc7\xc7\xc9\xcc\xe9\xfe\x67\xf3\x99\xf7\xec\x8b\x6a\x95\x9f\xe7\xbd\xd7\x9c\x7c\x85\xf7\xa8\xf7\x88\xaf\xd7\xaf\x79\x9e\xdf\x7b\xa0\xff\x0e\x87\x3f\xd2\xd7\x1c\x93\x8f\x9c\x76\x2d\x4a\x07\xfb\x98\x7c\xe0\x89\xf1\xd4\x5f\xbc\x53\xb1\xd3\xcc\x24\x2b\xa2\x02\xd7\xc7\xcf\x82\x79\xad\x72\xd3\xca\xe0\x38\xfa\xa9\xe8\xc5\xf8\xfb\xf7\x01\x03\xc9\x49\x0f\x5c\x22\x33\x93\x23\x85\xce\x69\x30\x61\x0a\xba\xa3\x5e\xbd\x78\xdb\xb7\x8b\xaf\xf5\xef\x31\x69\xb4\x71\x38\x41\x26\x61\x4e\x1c\x58\x0f\x41\xc4\xb0\x01\xc7\xe5\x65\x3c\x3f\x41\x57\xe8\xd0\xaf\x9c\x5e\x81\x35\x64\xd1\x1b\x90\xa9\x9e\x2d\xf6\x57\x1f\x86\x74\x38\x73\x0f\x7b\xb0\x96\x66\xc6\xcc\x56\x9f\x69\x7a\x03\xb2\x10\xdc\x58\xe5\x1b\xcb\x68\x63\x49\xdb\x34\x17\x42\x82\x15\x2e\xf8\x36\x00\xab\x5a\x56\xca\x09\x24\x54\xac\x36\x3f\x5f\xc0\x22\xd7\x7d\x65\x25\x21\xfa\x82\xb1\xcf\x45\x6f\x10\xed\xb5\x7f\xc7\x52\x99\x3c\x0f\x90\x92\x71\x38\x55\xc2\x71\x32\x1b\x6f\x74\xa5\xc6\xbd\xde\xaf\xa0\xbc\x73\xb9\x64\xc7\x45\x62\x72\x15\x5d\x1a\xfc\x19\x21\x30\xbc\x61\x48\x60\x32\x78\x80\x14\x7d\x2d\x90\x22\x99\x57\x1c\xc0\x38\x78\x31\xe2\xa0\xf7\x30\xe3\x28\x8b\xf4\x0a\x9c\xc6\x81\x11\x9e\x11\x81\x89\x35\x45\x34\x47\xd4\x82\x13\xef\x90\xb4\x50\x1b\x6c\xc0\x4e\x7e\xb3\xc2\xb6\x4f\x6d\x61\xdb\x2d\x68\xff\x5b\x61\x9c\x27\x07\x91\xb9\xdb\xef\x6f\xa1\x0a\x8c\x2d\xbd\x44\x3a\x92\x72\x06\x70\x0e\x57\xa9\x58\xa3\xde\x9c\xa1\x99\xf0\xb6\x5f\xa6\x97\x45\xf4\xc0\x05\xcd\x04\x37\xfd\x18\x4d\x61\x50\xdd\xe1\x56\x76\x2a\xc4\xcd\xba\x35\x23\x21\x52\x37\x34\xbe\x44\x92\x59\x91\x6d\x86\x89\xfe\x52\x07\xf6\xa5\x10\x7d\x9b\x7a\xa3\x04\xe5\xc2\x08\x34\x15\xd4\x99\x09\xaa\x84\x5e\x08\x3a\xd7\x92\xf5\xfa\xfe\x83\xee\x45\x26\x92\xf8\x09\x84\xaf\x7e\xd3\x27\xc7\xdf\x38\x4c\x9b\xc9\x19\xac\x38\xba\x8a\x6e\x7b\x70\xa3\x59\x09\xac\x07\xe7\x37\xa7\x1c\x17\x70\xb8\x84\x83\x67\x34\x72\x4e\xd8\x83\xe3\xcd\x25\xcf\xff\xe0\xe8\x93\xbb\xb9\x55\xf4\x08\x54\x9f\xfe\xe4\x48\x91\x4f\x9c\x30\x02\x06\xbe\x98\x30\x7a\x8b\x93\x47\x0c\x83\x3a\x31\x08\x95\xc3\xfd\x8b\x35\x29\xf5\x37\x2f\xc6\x18\xd4\xdc\xbb\x44\x6b\x43\x29\x3c\x62\x99\xbb\x52\x00\x51\x23\xd2\x0d\x05\xd2\x22\xe8\x37\x4e\x15\xee\x97\xea\x5b\x8d\xc5\x45\x58\x98\x8c\x14\x53\x17\x12\x89\x26\x7d\xb3\x8d\x39\x63\x50\xb5\xb1\x76\x8d\x81\x23\x31\x0f\x9e\x65\xf1\x46\x41\xd0\x2b\x91\x54\x53\x44\xe4\x0a\xf6\xa0\xad\xd4\xb1\x8a\xe6\x2a\x4a\x9c\x18\x57\x76\x10\xba\xc9\xaa\x3b\x7f\xd2\x4d\x65\xd6\xcc\xb1\x6a\xc6\x3e\x54\xa4\xf8\x36\xfe\xba\xc7\x88\x78\x07\x3d\xf8\xd8\xf0\x07\x1d\x31\xfc\x41\xe1\xf5\x9a\xf5\xa0\x93\x94\x5e\xfe\x37\x64\x29\xbe\xe5\x99\x33\x02\x27\x0a\x4d\x99\x98\x60\xe2\xbf\xab\x03\xc5\xdf\xfb\xcd\xea\x04\xf9\x57\xfe\xb5\x4a\xb1\x4d\x3d\xde\x2d\xe0\x39\x00\xc6\x54\x1c\x61\x15\x78\xed\xea\x06\xf6\x57\x56\xc5\x34\x51\xcc\x16\x74\x30\x12\x01\xa5\x4d\xec\xee\x62\xbd\x1c\x2c\x85\x85\x87\x25\xfc\x48\x1c\xe3\xf5\xba\xa7\x1b\x73\xa4\x1f\x8e\x89\x32\xbf\x38\x94\xb4\x2d\xeb\x3e\x13\xee\xba\x77\x04\x6b\x7b\x82\xbc\x93\x62\xd6\x6c\x2f\x75\x0b\x11\xe9\x6d\x10\x41\xa1\x30\x7f\x93\x20\x8c\x29\x8f\x3e\xc2\x88\x80\x69\x63\x90\xc4\xd8\xae\x88\x2f\x22\xdc\xb5\x05\x7b\x00\xda\xf1\x3f\xfa\x3e\xbc\xd2\xf9\x0a\x41\x2c\x4a\x89\xda\x63\x9b\x11\xa3\x7c\xc3\x0a\x53\x67\xfb\x0d\xe3\x2f\xfc\x9d\x31\x3f\xc2\x57\x82\x26\x11\xce\xae\x77\xa3\xe3\x83\x85\xfd\x46\x58\xb7\x03\x1b\xa8\xb9\x48\x8c\x2a\x44\x4c\x81\x3d\xf0\x74\x00\x8e\xf8\x11\x33\xc0\x23\x10\x73\xd0\x8b\xcd\xf7\x41\xf0\x6e\x30\x7c\x54\xb0\xe9\x37\x25\x45\x9f\xc5\x45\x66\x6f\x8e\x1a\x2f\xd6\xb1\xcf\x48\xe9\x83\xa9\x7e\x5e\xe8\xf4\x0e\xe9\xf0\x8d\xe5\xfb\xf4\x41\x15\x0d\xef\xe4\xd7\x26\x40\x0a\x27\x6a\xcd\xe7\x02\x85\xab\x09\x46\x2d\xbb\xa8\xe8\x1f\x08\x8f\xd4\x4e\xc5\x1b\x55\xf2\x89\x11\x21\xff\xfc\xfe\xe5\x8b\xe7\xcf\x64\xb9\x70\xfb\xc8\xc8\x38\x3b\x30\x14\xdc\x85\xf9\x60\x3d\x90\x7e\x34\x42\x28\x77\x5a\xec\x9f\x49\x36\xb3\x86\xbc\x02\x5f\x71\x6b\x41\xdd\xe3\xd6\x08\x4d\x7f\x1c\x31\xda\xca\x8e\xfd\x5e\xe1\x0d\x5b\x23\x0e\xe1\x52\xfc\xbb\xcc\xc8\x8e\x5e\x36\x22\x8e\x44\x3f\x01\x82\x79\x7c\x88\x33\x5c\x52\x12\xa5\x58\x9d\x3c\xaf\x64\xfa\xec\xb8\xad\x10\x89\x5b\x36\xe5\x4a\x3f\x4b\xb7\x31\xb5\xbc\xb5\x9a\x65\xf1\x54\xd0\x9b\x39\x76\xcd\x5c\x77\x6e\xa6\xe4\xc4\x60\xe5\x92\xc7\xf6\xf7\x8b\xfd\xbd\x10\x09\xaf\xfd\xd9\xef\x4c\xd6\xfd\x78\xdf\x90\x00\xd8\x23\x72\x5f\x64\x71\x3f\x81\x9d\x1a\xf3\x82\xa7\x50\x9b\xa3\x0b\xef\x34\xf0\x44\xac\xd7\x27\xa2\x47\xe9\x1f\x48\xe0\xf5\x3a\xda\x87\x8c\x2a\x64\xc5\x91\xa0\x27\x02\xe7\xf9\xa5\x9e\x52\x63\x41\xaf\x8c\xe6\xb3\xe8\xa7\x29\x09\xe3\xd3\x38\xf2\x29\x9f\x6e\x0a\x41\xaf\x8c\xeb\x2f\x40\xc0\x40\x82\x22\x91\xd6\x24\xcf\x5b\x11\x1e\x29\xaf\x62\x17\x01\x8e\x63\xce\x2c\x90\x23\xdc\x65\xe0\x7e\x28\x94\x98\xe0\x6b\xb3\x9e\x88\x7e\xfc\x48\x60\xeb\x85\x4f\x8b\xbe\x0f\x9b\x58\x9f\x21\x7a\xda\x90\x2f\x22\xcf\x67\x02\x7d\x11\x04\x3a\xe3\x8b\xa0\x42\x73\xaf\x42\x73\xaf\x8f\x85\x66\x5f\x4d\x35\x12\xf6\x55\x45\xec\xab\x7d\xed\x1c\xaf\x5a\xf6\x55\x0f\x59\x8b\x7d\x55\x11\xfb\x2a\x36\x98\x28\x77\x39\x78\x22\xf4\x94\x7f\xa8\x50\x66\x4d\x0d\xdd\x8f\x31\xf7\xb3\x7f\x45\xc3\xdc\xdf\xc8\xf2\x6f\x12\xc4\xae\xd6\x5a\xd0\x99\x0c\xea\xff\xde\xa6\xb1\x5c\x7d\x79\x9c\x1a\x37\x4e\x03\x54\x44\x62\xc4\xf8\xb4\x65\xcc\x58\xce\xdf\x05\xb3\x46\xf8\x63\x39\x24\xf3\xbb\xe3\x78\x9d\x9d\xd3\x7a\x25\xad\x01\xa3\xfb\x7b\x5e\xd6\xd5\xd4\xff\x46\x36\x8f\x4f\xda\xb6\x8f\x6f\x22\x23\xc8\xcf\xec\xf2\xc3\x72\xa7\x65\xc0\xf9\x24\x36\xe5\x5c\x18\x94\x09\x6b\x15\xe9\xfe\xae\x1a\xff\xb7\x2e\x2f\xed\x9f\x2e\x13\xce\xc7\xd7\x1a\x74\x3e\x49\x8d\x3b\x6d\xe8\xc3\x72\x47\x96\x8a\x59\xbb\x4b\x1d\x7c\x6c\x83\x60\x76\x69\x8d\x2f\x19\xfb\x0c\x1e\x80\xcd\x0f\x98\x62\xba\x9f\x2d\xd3\xd3\xc7\x5d\x66\xa8\x4f\x53\x7b\x54\x08\x9a\xbe\x3f\x17\xf5\x6a\xe1\xbe\x6f\x1e\xec\xa1\x29\xb2\xf5\x24\x03\x4c\x34\x0d\xe9\x21\xdb\xf1\x7f\x40\xe3\xc5\x0e\xac\x0b\xb1\x2f\x95\x19\xd9\xa7\x2e\x00\x46\x95\x10\x7a\xe1\x43\xe2\xdc\x26\x7f\xad\x03\xfe\x72\xc8\x84\x5e\xfa\x90\x1e\x7a\x08\xbc\x76\x01\xe1\xd3\x43\x4e\xdb\x89\x90\xd7\x86\x5f\x46\x61\x9d\xdf\x06\x5f\x87\xa0\x88\x72\x42\x29\x0d\x88\xa7\xdd\x8f\x12\xf3\x79\xcd\xc2\xcf\x6a\x72\x06\xe5\x43\x08\x4a\x07\x89\x8d\xf9\x9b\x74\xd2\x10\x3a\xe9\x85\x22\xfb\xc1\xe6\xe7\x9d\xa0\x96\xfb\xdd\x69\xb1\xe4\x89\x29\x6e\xcb\x84\xf7\x7a\x13\x5f\xab\xb5\x1d\x7f\xf6\xa9\x66\xfe\x9e\x8a\x07\xef\x1c\x6b\x38\x7a\xaa\xf9\x3f\xab\x39\xfd\x4e\x1c\x3d\x15\xc7\x64\x80\x47\x13\x94\xa2\xa5\x90\xa3\x60\xc6\x4a\x22\xa5\xa4\x63\x4c\x42\x52\x18\xb3\x6f\x26\xb5\x6a\xec\xbe\xdc\xc8\xde\x95\x24\x0a\x4c\xad\x0c\xbe\xf4\x9b\x32\xac\x3a\x0e\xf2\x76\xe5\x4a\x96\x0b\xe1\x57\x87\x68\x35\x58\x2d\xdb\xfd\x1e\xf7\x9d\x2d\xdc\x2f\xb3\xbe\x9c\x78\x19\x74\x2b\x98\xfb\x58\x5a\xfa\xb6\x31\xf8\xb7\xbf\xf7\x88\xcd\x84\x64\xcf\xcd\x79\xfb\x28\x4b\x47\x3b\x23\x41\x36\x45\x32\x4f\x24\x19\xc0\xbb\x28\x16\x7a\x24\x92\xf8\x41\xae\x16\xd1\xf8\xb6\x5c\x63\x0f\x1e\x24\x5e\xdb\x15\x8c\xca\xf6\x06\x1f\x6d\x1a\xfd\x0f\x95\xef\x2c\x0f\xb2\x2d\x22\xff\x37\xbf\x00\xa7\xaa\xe7\x82\x1a\x43\x97\x1d\x6b\x94\xb2\x93\x1a\xa7\xec\xa4\x96\x28\x3b\xd6\xd8\x64\xc7\x9b\x97\xec\x80\x02\xea\x0e\x98\x92\xec\x04\x93\x90\x9d\xd4\x06\x64\xc7\x1b\x7c\xb4\x77\x87\x8a\xcf\x77\x9c\xb1\x46\xbc\xc2\x47\x4b\xb9\xf1\xc2\x0a\x66\x1a\x3b\x56\xe5\x75\x27\x18\x66\xa4\x0b\xb3\xb3\xbc\x88\xe7\xfd\x13\x01\x9c\xc2\x3b\x16\x6d\xee\xb0\x87\xbb\x4d\x51\x57\x2e\x5d\xd5\x12\x4f\x9c\x13\xc1\x27\xa5\x42\xcf\x05\x8e\x6c\xf9\xdf\xb7\x78\xc2\xc0\xe3\x1a\xc5\x12\xe3\x5f\x36\x1b\xb1\xb6\xbe\x11\xd9\x56\xa9\x24\x15\x69\x48\x4d\x56\x70\x06\xfb\xcd\x01\xe6\x80\xab\x92\x00\x99\x43\x7e\xb7\x3e\x3f\x7e\xdf\x02\x7a\xb9\x7f\xcf\x8e\xe6\x84\xfe\xc4\x46\x6d\x7c\x9f\xf5\x1a\xfd\x0a\xf0\x3d\x7f\x33\x3a\xc1\x9b\x0d\xf8\x57\xb6\x20\xd7\x4c\xf3\x47\xdb\x0a\x51\xe1\xcc\xf0\xd6\x1e\xe0\x14\xb5\x66\x1d\x2a\x36\xd3\xdc\xc2\x32\x4f\x2d\x58\x84\xd1\x3c\x1e\xe9\xf3\xa2\x67\xbb\x46\xac\xb0\x4a\x89\xd6\x59\x1d\xc0\x10\x7a\xc5\x2f\x7f\x6e\xdf\x1b\x8e\x06\x0f\x68\x39\x2a\xf7\xf6\x4c\xb1\x0d\x15\x47\xe5\x31\xa9\x69\xd3\x77\x47\x2e\xb2\xa2\x2d\x7d\x2e\x5d\x5a\x43\x1b\xff\x39\x52\xf7\x28\xad\xf2\x5c\x76\x6a\xed\x20\x8c\x1d\x56\xd5\x7b\x81\x24\x69\xc8\x0a\x93\x8a\x5a\xcd\x43\x5d\xa7\x92\x0e\x46\xe5\x03\xbf\x61\x94\x16\x1a\xbd\xa6\xc8\x54\x07\xdf\x50\x17\xf2\x1f\xa8\x08\xc0\xaa\xfc\xea\x46\x9c\xd1\xbf\x59\x0b\xb1\x29\x12\x23\xbc\x89\xc5\x08\xb4\x01\xe0\x39\x41\xd9\x6e\x76\x72\x62\x34\x8a\xb2\x11\x98\x21\x9a\x13\xc7\x43\x81\x14\x61\x64\x1f\x7c\x97\xf2\x7e\x39\x9d\x22\x61\xc5\xb9\x2f\x05\xcd\x8c\xde\x9d\x81\xb3\xd2\x13\x6a\x17\xf4\xb9\x65\xc9\xa7\x62\x11\xc3\x15\x1f\xdc\x71\x6e\xde\xf7\xa3\xd9\xf1\x0a\x8e\x9a\xec\xe8\xa5\x38\x5e\xaf\x11\xfc\x6a\x0a\x6c\xba\xb1\x36\x9f\x08\xa8\x96\xc2\xeb\xf5\x0b\x5d\x2b\xef\x64\x17\x13\xf3\x3c\x70\xcf\x9b\xe4\x5c\xfe\x42\xb4\x15\x61\x0f\x1f\xf8\x09\xe3\x0f\x0a\xde\xd9\x83\x7f\x75\x74\x78\x3c\x8e\x1f\x8a\x01\xa9\x28\x1f\x5d\x27\x0e\xcc\xf3\xfb\xbd\xf8\x60\x97\xe7\xa8\xa2\xad\xa3\x9d\x37\x21\x16\x79\xde\x53\x79\x6e\x9b\xe4\x70\x04\xcd\xe2\x62\x7c\xdf\x5b\xb1\xb1\x5c\xd3\x7d\x52\x51\xb1\x31\x64\xdf\x48\x54\x61\xd2\x98\xe1\xca\x76\x91\x1a\x67\x5e\xe1\x38\xb3\xc3\x87\x47\x25\x94\xda\xe8\xf1\xd3\x87\x70\xb9\xa6\x87\x98\x3c\x14\xa0\x48\x2c\x89\xc2\xa4\x84\x81\x6c\xe2\x5e\x7a\xb8\xd5\x4b\xaf\x8c\x7e\xb2\xc2\x0e\x6d\xd2\x6b\x47\xc9\xf1\x7e\x21\xad\xbd\xc7\xa0\x90\xf4\x93\x8a\xf0\x36\x76\x86\x85\xa4\xb7\x5c\x8c\xbf\xe5\xa1\x7f\xa8\x0d\xa7\x32\x52\x92\xd7\x1f\x63\x98\x48\x3b\xc3\x49\xef\x23\x08\x03\x3c\x5b\x6d\xc1\xd3\x33\xcf\x33\xba\x08\xc3\x2a\x1a\x4f\x01\x48\x82\xc6\x9d\x18\xfb\xf1\x93\x63\xb6\x0d\xc8\xa6\xbf\x75\x65\x7b\xca\x5d\xe0\x54\xe7\xac\x90\x1b\x5c\x5c\x93\xbc\x37\xc0\xc5\x77\x14\xfa\x3d\x25\xc5\x9e\x66\x9e\x89\x58\x49\xde\x2c\x71\xc2\x59\x1f\xa1\x61\xae\xb0\xb5\x22\xda\x87\xa0\xa3\x17\xcc\x0a\x10\xc1\x8d\x62\xc8\x2d\x67\xac\xe4\x14\x86\x9d\x6a\x36\xa8\x59\x1b\x57\xfa\xa5\x5f\x15\xaf\xd3\xa5\x36\x6b\x21\xa5\x72\xbd\xbe\x47\x29\x6d\x22\x02\x6e\x22\x41\x5a\x84\xc1\x55\xcd\x90\x29\xda\x2c\x7d\x0e\xc2\xca\x81\x0a\x95\x23\x67\xbf\x55\xba\x0a\x41\x8d\x6a\x53\xa3\x1a\xe7\x39\x42\xfa\xe5\x35\x15\xc2\xa1\x32\x75\x54\x99\xba\x5d\x19\xd7\xf8\x92\x96\x0e\xa7\x08\xba\xc8\x59\xf3\x27\x5d\xa5\xeb\x29\x35\xc5\xe3\x00\x2d\x76\x5b\xc7\xdb\x5a\x62\x03\xff\x04\xae\x3d\x2b\x5a\x7a\xb0\xb0\x1d\xb6\xd1\xeb\x73\x24\xc7\x04\xb9\xa6\xfd\x5e\x2f\xdd\xa5\xe1\x83\xaf\x83\x97\x43\x3d\xfa\x78\xf4\xda\x5f\x71\x3c\x73\xc0\xcc\xfe\x92\xe3\x75\x74\xc9\x91\x60\x9e\x9b\x1d\xb2\x22\xa0\xb5\xcf\x31\x29\xe9\xd1\xb1\xdb\x13\x1b\xfa\xd2\x4c\x4d\x63\x7c\xe1\x89\xb4\x71\xfd\x3e\xe3\x64\x45\xdb\x3e\x16\xa3\x2b\x5a\x4b\x6d\x92\x23\x1e\x76\x94\xf4\xae\x37\xbe\x26\xae\xe9\x5b\x1e\x03\xea\x78\x53\x8e\x15\x35\xe1\x8c\xd4\xf4\x74\x3b\x89\x01\xf4\xa1\xd9\x69\xbd\x92\xdb\x49\x4e\x81\x6b\x87\x77\xe6\x6b\xe5\x4c\x31\x69\x9e\xdb\x69\xcd\x55\x89\xae\xf7\xbe\xc1\x36\x00\x95\xce\xb4\xea\x4e\x80\xe2\x00\x88\xac\xf4\xe4\x9a\x0b\xe9\xa0\x41\x19\x3d\xaf\x96\x5b\x78\x44\x9d\x70\x45\xd1\x71\x46\xd7\xf5\x9c\xb7\x91\x90\x22\x10\x24\x7d\x04\x29\xae\x85\x48\xd2\xe7\xfb\x6d\xc4\x24\xff\x1c\x7d\xd3\x0b\x7a\xfc\xb3\x80\xa1\xb9\x4c\x3e\x1e\x89\x2f\x6c\x3a\x27\xb8\x88\x1f\xa3\x76\x47\xcb\x6d\x51\xd3\x97\x71\x61\x3b\x4f\x94\xf1\x5f\xfa\xde\xfe\xbe\x55\x45\x4d\x4f\x92\x24\x6f\x74\xd4\xab\xa4\x0a\x76\x13\x2b\x6a\xba\x48\xe2\xcd\xaa\x5d\xd4\xf4\x61\x3a\xb4\x62\x79\xe9\xba\xd5\x77\xb8\x39\x9a\x15\x35\xfd\xc2\xff\x5d\x24\xa7\xd8\xd8\x27\xe9\x90\x48\x96\x94\xc6\x44\xbd\x92\x00\x4c\xdd\x88\x41\x65\xe6\xc7\x1b\xa3\xb6\x36\x09\xec\x2f\x99\xd2\xde\x24\xcf\x5d\x6f\x68\x06\x81\x2c\xe9\x64\xec\x16\xa7\x71\xb3\x9b\x79\xe8\x55\xc0\x43\x6c\x46\x13\x3d\xc7\x1d\x8b\x3b\x23\x67\x54\xb8\xb5\xcc\xe1\xd6\x2c\x28\x9a\xd1\x33\x9c\x62\xda\xea\x65\x6c\xa6\xd7\x30\xbf\x5b\x2c\xf2\x1c\xcd\xe8\xc2\x31\x1b\x4b\x0f\x34\x85\x16\xf4\x2b\x43\x67\x64\x89\x71\x9e\x4f\x8c\xc8\xf3\x91\x40\x67\x64\x41\x66\x18\x63\x4c\xa6\x76\x89\x3f\xa3\x67\x6e\x8d\x1b\x3c\x98\x04\x69\x6a\x03\x67\xa4\x1a\x35\x64\xe5\xee\xfe\xa5\x66\x27\x62\xe1\x69\x13\x09\x4f\x27\x1b\x8b\xf9\x07\x5b\xda\xdd\x5c\x61\xcb\x18\x87\x29\x66\xaf\xf8\xa2\x2e\x87\xce\x42\x3d\xd4\xd0\x68\xe6\xb5\x92\xb9\x28\xbc\x5e\x1b\x33\xe8\x3b\xb9\x66\x0c\x7b\x68\x05\xe8\x91\x91\x36\xf1\x7a\xcd\x63\x9d\x6c\x9d\x48\x48\xb4\xc2\x79\xde\x5b\x1d\x29\x79\x0c\xc8\x3a\xeb\x35\xc0\x80\x36\x54\x06\xa1\xbd\x1c\xcb\x02\x62\x52\x16\x6e\xdc\xa4\x52\x70\xb7\x39\x98\xbb\x15\xab\x26\x4c\xea\x31\xaa\xa9\x70\x23\x80\x56\xb4\xbb\x62\x5e\x71\x1c\x8f\xa1\x52\x06\x5b\x2a\xcf\xd1\x4a\xe7\x9a\xd2\x4f\x0c\xad\x30\x5e\xaf\x6f\xf7\x28\x5d\x99\x31\xbe\xe3\x82\x90\xcc\xdc\xd4\xe3\x02\xd5\x16\x74\x8f\x0a\x0c\x87\x88\x95\xe9\xe9\x09\x3d\xe7\x64\x41\x5b\xf2\xa7\x25\x6d\xc9\xae\xce\x6c\x57\x47\xe2\xa2\x15\x30\x60\x2c\xcf\x93\x3e\x37\x97\xc2\x68\x42\xdf\xd8\x62\x53\xd1\xd3\x92\x6e\x89\xaf\xce\xa8\x2b\x20\xd3\xb3\xc2\xec\xc7\xf5\xb8\x29\x2a\x89\x6a\x4c\x66\x36\x66\x65\x62\x56\x98\x58\x22\x9b\xa0\x05\x39\xdb\xcd\xcc\x92\x48\x0c\xa5\x61\x27\x87\x9f\x92\x26\xed\x4c\x3a\x23\x0b\xd3\x03\x60\xd2\x46\x81\xc5\x46\x68\x62\x8b\x5a\xea\xa2\xcc\xe2\xab\x29\x37\x2e\x6a\x46\x26\xad\xa2\xa6\x64\x41\x27\xba\xae\x0b\x52\xe7\xf9\x0a\xdb\xeb\xcf\x25\x5d\x91\x33\x3a\x20\x33\x3a\xa1\xf5\x68\x36\x9a\xd1\x9f\x05\x9a\x61\x7c\xb6\xbb\x0b\xb3\x76\x46\x07\x64\x41\x97\xa3\xc5\x68\xa1\xdf\x2c\x30\x9e\xd9\x37\xa3\xc1\x83\xb3\xbd\xd9\x08\x4f\x74\xfc\x04\x93\x33\xe7\xa0\x7b\xf0\x60\xb6\x77\x36\xc2\x4b\x1d\xbf\xc4\x64\xe6\xe2\x75\x02\x3b\x7c\x94\x2e\x1d\xc0\xbe\x9e\xc8\x10\x11\x01\xc5\xfa\x2d\xd0\x16\x6d\x8b\xda\x4c\x22\xdb\x38\x13\x76\x6b\x49\x9d\xe7\x5f\x05\x02\x14\x5e\x32\x31\xc7\x3a\x0b\x6b\xe4\xd7\x8f\xa9\x4d\x32\x25\x2b\x9d\x64\x00\x78\x4c\x11\xa4\xb3\x3d\xd8\x8e\x2b\x89\x04\x2e\xdc\x35\x50\xb8\x27\x6c\xae\xb9\x27\x4c\x50\xa2\xeb\x3c\xcf\x00\x99\x1e\x98\x4e\xb8\xd5\xd3\x4b\xdc\x9c\xfe\xc2\x3d\x36\xc0\xdf\x5c\xb3\x6c\xd5\x0c\x31\x81\xe7\x74\x25\x8c\xce\xc8\x9c\x36\x02\x58\xde\x73\x5a\x1a\x6d\x19\x54\xd3\xa6\xdb\x0f\x6f\x7d\xb3\x1f\xde\x66\xcb\xe5\xa4\xad\x4a\x9e\xa3\x39\xad\x85\x3f\xfb\xcc\x21\x62\x0e\x66\x97\x78\xfc\x27\x47\x25\x99\x03\x1d\x15\xe8\x3c\xcf\xcf\x11\x23\x0d\x11\x98\xb4\xf5\x49\xd0\x39\x6d\x52\x17\x51\x38\xcf\xcf\xfb\xc1\x03\x66\x9e\x47\x8e\xf7\xcc\xb7\xc1\xcd\x62\x43\x5c\x3c\x69\x9c\xb7\x41\x72\xde\xea\x73\xb2\x05\xd4\xa8\x7b\xec\x1c\x47\xb7\xa1\xe7\x5b\xb7\xa1\x79\x8e\x4e\x04\x3d\x27\x8f\x05\x15\xee\x2a\x13\x77\xf3\x6e\x5f\x04\x7d\x2c\xa8\xbd\xfe\xdc\xc2\x6f\x34\x3b\xe8\x85\xd0\xdc\x6d\xb2\xa1\x47\xcc\x51\x07\x6f\xe5\x99\x22\xb8\x3e\x25\x9f\x35\xa1\xe9\x8e\x4c\x78\x88\xd6\xf9\x5a\x73\x7e\xa7\x02\x47\x29\x3a\x19\x55\x5f\x16\xec\xc6\xa0\x09\xfe\x88\xeb\xe9\xdb\xe2\x84\xdb\xc2\x57\x63\x08\x7c\x4a\xbb\x44\xb5\xa3\x84\xc9\x6c\xc9\x96\x8b\x76\x9e\xa7\x7c\x7a\x7d\x0e\x7b\xd9\xb0\x95\xc9\xca\x6c\xbd\xe2\xc4\xa9\xd3\x94\x80\x69\xf0\x13\x1f\x83\x16\x27\x78\x10\xed\xfa\x5e\x4b\x5b\x3a\xcf\xf7\xf7\xcd\x15\xb3\x55\xd0\xec\xc8\x66\xf1\xaf\x46\xa7\x79\x8e\xbe\xf2\x3c\xcf\x3e\x0b\x70\x12\xd9\x37\xaa\xe4\x79\x8e\x7e\xe2\xeb\x75\x57\x9e\x1e\xa5\xa7\xe3\xed\x3a\x50\x4a\x4f\xf3\xfc\x27\x9e\xe7\xe8\x92\xc2\x2d\x70\x81\x14\x0f\x66\xb1\x88\x71\x2a\xf1\xb5\x96\xb1\x3f\x71\xf0\x00\x48\x06\x0f\xd0\x39\x7d\x2d\x90\x20\xa7\xf1\x1d\xee\x29\xac\xe2\x17\x1c\x9d\x5a\x09\x4f\x17\xdb\x71\x1a\xb1\x1d\xe7\x1b\x4c\x2e\xc7\xa7\xa0\x10\x4a\x2f\x0b\xb7\x0b\x5f\xd2\xdf\xb9\xc1\x3b\x44\xee\x9d\x66\x7a\xd0\x25\xfd\x39\xf5\x50\xb5\xa5\x30\xdb\x1e\x77\x7b\xc2\xfb\x9d\x23\x85\xdb\x0a\xb0\xce\x8c\x79\x1f\xb4\x64\x41\xf7\xdd\x20\x5e\xa3\x0f\xba\x99\xe4\x23\xb7\x59\xc2\x65\x84\xf7\x05\x0f\xae\x50\x54\xa9\xf7\xaf\x8f\x3c\xcf\x3f\x70\x8b\x95\xdd\xd2\x96\x35\x58\xbf\x1b\xa0\x8a\x62\xcb\x4b\xd9\x4f\xce\x66\xb9\x5d\x6d\xc3\x43\xf5\x1e\xf1\x3c\xb7\x8a\xc1\x63\xc4\x60\xb8\x08\xe7\x54\x71\xea\xcc\xa2\x41\x75\x96\x30\xc3\x8e\xb4\xcf\x91\x96\x39\xef\xa8\x51\xbb\x27\xc0\xd3\xa0\xea\x5b\x05\xf6\xf5\x5a\xf5\x8d\x7a\xbb\x0e\x59\xfd\x76\xf0\xda\x6a\x13\xe4\xb9\x4b\x60\x1d\xbd\x4e\xce\x4a\x99\xe7\xc3\x07\x26\x94\x6a\x6a\xed\x98\x48\x83\xd0\x0c\x9d\x1c\x00\xd2\xb6\x55\xa3\x5d\x92\xcd\x56\x6d\xaf\x19\xd9\x68\x56\x28\x3b\x2b\xcc\x50\x98\x01\xb2\x7d\x0f\xb8\x22\x56\x03\x01\x14\x10\xe2\xab\xa8\x98\x82\xa5\xa3\xe0\xf6\x75\x95\x3d\x06\x5b\x65\xd1\xeb\x68\x5b\xb6\xf4\x11\xa4\xa7\xde\xcd\x5b\xbd\xe6\x19\xaf\x68\x01\x9c\x49\xa4\x0e\xa0\xae\x9c\xf4\xb9\x60\xbe\xa0\x42\x91\x44\x0c\x5d\xf0\x48\x21\xeb\xb5\x68\xc3\x50\xa9\x70\x5c\x21\x42\x9f\x53\x1c\x58\xa7\x07\x6d\x67\x60\xdf\x1e\x4e\x26\xb7\xc1\x58\x39\x3e\x96\x54\xd0\x11\x95\xe5\x37\x50\x45\xc1\x55\x07\xf4\xa2\xe8\xaf\xb8\x81\x28\x84\xba\x57\x00\x82\x90\xa6\x53\x26\x9d\x3b\xb3\xd8\x44\x98\x30\xca\x52\x98\xea\x04\xf9\x46\x44\x50\xac\x5b\x50\xdb\x53\x71\x15\xe5\xb6\x60\xff\x79\x7e\xbb\xe7\x10\xfc\xbd\x16\x9e\x61\xc1\x22\xf0\x9b\x44\x8a\xe7\xba\xa9\xa2\x2a\xb2\x44\x37\x32\x1b\x07\x16\x9a\xe7\x00\xf7\x3e\x72\xf2\x38\x0e\x57\x14\x9e\x91\x83\x7b\x81\x2d\x57\x25\x86\x5d\x33\xa2\x3e\xb3\xf9\xdd\x36\x6c\x42\xd4\xab\x2b\x38\xb7\xac\x88\xb4\x67\x4b\x54\xeb\xfe\xe2\xa4\xd2\xfd\x55\xc6\xfd\xca\x49\x4d\x1a\x8c\x0b\xe9\x18\xca\x56\x52\xd7\xb5\x36\x1d\x26\xdc\x23\xf1\x6f\x40\x32\xee\xe9\xf9\x7a\x6d\x99\x32\x76\x74\xfa\x51\x38\xff\x2e\x1f\xac\xca\xd4\x5f\xa2\xa5\xfa\xfd\xbb\xe8\x5c\x6f\xad\x8b\x11\xb3\xbb\x9b\xc9\x51\x44\x9c\x81\x13\x5e\x38\x15\x30\x67\x44\xd0\x53\xfd\x72\xa5\xc4\x33\xcd\xc1\x6c\xb6\x31\x05\x7e\x4a\xf4\x0c\x53\xaf\x24\x7a\xbb\x5b\x3a\x9d\x59\xfd\xc4\x45\x33\x91\xd5\x32\x78\x34\xe9\x50\xca\xf3\x1e\xb0\x62\xef\xc9\x1d\x6f\xdb\x36\x0c\xd7\xbb\x9c\x8a\x7c\x4c\x7f\x23\xc5\xb5\x09\xfa\xc6\xb3\x15\xf4\xfb\xaf\xdd\xca\xc0\x0d\x03\xa0\x1f\xb1\x52\xe3\x10\x74\x2e\x6d\xff\xee\xce\x33\xa9\x59\x29\x5d\xae\xf8\xc1\xe6\x0b\x63\xfa\x27\x4c\xba\x61\xdb\xdb\x52\xec\x42\x31\xcb\x40\x0d\x8e\xc5\xb7\x25\x96\x26\xf5\x8c\x3c\x15\xd3\x4b\xe3\x71\x39\xcd\x14\x2f\x72\xbf\x05\x5d\x5a\x93\x93\x8d\x74\xd6\x44\x35\xd5\x01\x5d\xb8\xaf\x00\x6e\x89\xd1\x17\x04\xc5\x51\x33\xa9\x36\xdb\xba\xb6\x9f\xcc\xcd\x14\x35\x08\x06\x95\x58\x35\x4e\xbb\x35\x60\x35\x0d\x46\xcc\x1c\xd2\xee\x25\x2d\x09\xc0\x6a\x7a\x8d\x86\xeb\xa2\x5b\xe0\x96\x6e\xbd\xce\x6e\xf5\x7c\x68\x9c\x51\xe7\xea\x77\x10\xa9\x31\xef\xb0\x91\xda\xdb\x03\xce\x2f\xfb\xe1\x96\x75\x67\xa7\x76\x77\x37\x1d\x75\x49\x80\xff\xf5\x47\x6f\x09\x0b\xd6\xf6\x87\xa0\xdf\x71\x11\x47\x7e\x11\x34\x3b\x31\x0b\xd6\xb3\xea\x94\xc9\x5b\xd9\xee\x1f\x82\x30\xe9\x63\xdf\x48\xb1\x6c\x4c\xac\x0a\xb1\x1e\x59\xd9\xbc\xe1\xe1\x0d\xdc\x7d\x98\x0c\x11\x94\x8a\x8c\x14\x4a\x8f\x7e\x11\xc7\xe6\x2e\xd7\x03\xa2\xc5\x1e\x0a\x82\x9c\x7d\xc4\x9d\x6f\x02\x7e\xa4\xe4\xf1\x7a\xcd\x75\x56\xef\x1a\x39\x2c\x9c\x7e\xbe\xc0\x7c\xf3\x67\x65\xee\x67\x12\xb7\x0e\x1c\x8c\xa6\x34\x8c\x6c\xbc\x7b\x19\x0d\x69\x28\xdc\xf5\xe7\xc8\x26\x0b\xda\xb1\x5c\xd3\x25\xc7\xf1\x3d\x40\xa7\xd7\x05\x70\x0a\xe6\xf5\x98\x99\x29\x77\xbd\x66\x20\x68\x32\x62\x1c\x16\xc4\x38\x36\x38\x3c\x08\x61\x1f\xf4\x4e\x52\xbc\x0d\x86\xb4\x5b\xd9\x6d\xe7\x60\xc6\x5c\x59\xb0\xd8\x63\x45\xe2\x59\x2c\x45\x25\x3b\x88\x27\x4f\x29\x63\x50\x88\x23\x06\x1d\x9c\xb4\xa4\x49\x46\x8d\x4b\x8f\x36\xeb\x6f\x01\x95\x85\x3e\xe1\xf2\xd8\x69\x4e\x38\xd0\x8a\x5a\xd2\xa3\x63\xb2\x92\x74\x2f\xd2\x8f\x9d\x44\xdf\xbc\xb2\xbc\x47\xc1\x22\xae\x63\x0a\x09\x06\x3f\xae\x24\x38\xc8\x77\xee\x3c\x6a\x79\xb4\x92\xc7\xc4\xfc\x58\x29\x97\xdc\xdb\x8b\x5a\xb3\x94\x66\x5d\x5f\xc9\xdd\x5d\x97\xce\xe7\x0f\xaa\x0b\xd6\x71\xeb\x4c\xd2\xab\x0d\x39\x93\x74\x22\xd1\x4c\x62\xb2\x80\x50\x6f\x88\xc9\x5c\xd2\x99\x0c\x15\x3e\x97\x29\x50\x22\x58\x38\xd8\xe3\xad\x9e\xe9\x8d\xb1\x11\x72\x7d\x3f\x93\x23\xa7\xe4\x91\x6c\xe4\x42\xb3\x2d\x76\x82\x3c\xe7\x40\xb6\xf5\x4b\xeb\xd8\xe7\x03\x5f\x94\xcd\x67\x66\xdc\xed\x5a\xbb\xfc\x78\x35\xb8\x36\xe3\xcb\xad\x6c\x06\xd8\x8c\x54\xce\xdb\xbc\xb4\xa8\xc2\x47\xf2\x98\xaa\xa3\x30\x7e\x20\x17\x63\x71\x25\xf1\x3f\xaa\x9d\xee\xd0\xef\xae\x14\xad\x30\xa9\x22\xdd\xf2\x98\xec\x78\xe4\xf9\x68\x12\xe5\x81\xae\xc5\xd1\x8d\x7c\x34\x09\x4e\x25\xc2\x57\x53\x89\x16\x12\x93\xa9\x44\x67\xb1\x37\xb9\x13\x19\xdd\xc2\x9d\x49\x37\xea\x3d\x4a\x67\xb2\xad\x0b\x73\xe7\x1e\xc6\xa3\xa5\x2e\x80\x28\x4c\x96\xba\x40\x12\xdb\xe9\x3c\x96\x6d\xbd\x9d\x64\x48\x99\x5b\x6e\xe2\x2a\x93\x2e\x27\x65\xa2\x3f\x67\x2a\xee\x91\xb0\xc8\x78\xae\x51\x0f\x94\xa0\x5b\x29\x11\x48\xbe\x7a\x08\xde\xb3\x2d\xb7\x4a\x83\x7b\xe4\x6f\x50\x86\xc8\x3e\x58\x90\x1a\xcd\xc7\x25\x0e\xec\x0d\x92\x9d\x87\x5d\x4f\xe6\x3c\x6d\xd1\x80\x66\xea\xae\x1b\x56\x26\xe7\xe9\xb0\xae\xd7\x33\xa9\x67\x4b\xe8\x65\x62\x3a\x93\xb9\xce\x5c\xf8\x37\x00\x66\x16\x60\xc7\x6f\xee\xd8\xde\x96\x37\xa0\x3b\xf7\x31\x1e\x71\x7d\x4e\xb5\x63\x32\x97\x98\x5c\x3f\x2d\xb6\xaa\x4a\x19\x49\xe8\xc5\x57\x14\x17\x36\xde\x8f\x3e\x20\x95\x1b\x00\x31\xf2\xce\xfe\x3e\x95\x37\xe1\x0d\x3e\x4f\xde\xb6\x11\xf1\xc9\x93\xe4\xb5\xb9\x85\xf2\x2f\xdf\xa7\x79\xcf\xc4\xaa\x9e\x7e\xaa\x58\x3d\x25\x6f\xd3\x6f\xb2\xbf\x57\xac\x51\x6f\xca\x8a\x2b\xf2\x26\x79\xc5\xc5\x05\x79\x99\xc4\x68\x12\x32\xdd\xee\xea\xf8\x82\x9d\xb3\x9a\xbc\x4a\x52\x3d\x5f\x2c\xd8\xb4\x2a\x55\xf0\xbd\xf1\x42\x7e\x13\x79\xf1\x61\x92\xa4\x85\xf0\xff\x2c\x79\xf9\x42\x5c\xf8\x37\x8f\xd2\x2f\x4f\xeb\xf0\xd1\xd7\xb0\x10\xff\xec\x14\x40\x7a\x94\xbe\x95\xe3\xb7\x32\xc5\x45\xfa\x6a\x07\xe2\xa3\xfd\xfd\x20\x69\x6f\x48\xfe\x92\xf4\x8d\x44\x98\xfc\x2e\xe9\x90\x1d\xfe\xf8\x97\x1c\xbf\x49\xf2\x59\x2a\xd7\x69\xf6\xfe\x92\x91\xa9\xed\x4f\x7a\x01\xb1\x87\x8d\x97\x12\x61\xab\xc5\xf2\x4a\xba\x83\xff\xfd\xfb\xe6\x66\xf3\x45\x88\xb9\x67\x62\x1e\x86\x98\xbb\x26\xe6\x59\x88\xb9\x63\x62\x1e\x85\x98\xdb\x5e\x66\xd3\xde\x88\x53\x37\xb0\xbf\xca\x6d\xbf\xfd\x3b\xf7\xef\xbb\x72\x5e\x49\x53\xf2\x7d\x0f\x6f\xfa\xc2\xc5\xdc\x75\x31\x0f\x5d\xcc\x1d\x17\xf3\xcc\xc5\x78\x34\xd6\x47\xf2\x3b\xeb\xf3\xb7\x6c\x99\x03\x42\x05\xc9\x53\x69\xcd\x33\x3d\x97\x2f\x5b\x5e\xa6\x5d\xca\xe7\xd2\x6b\x39\x78\x5e\x5d\xa2\x18\x28\xf0\xa3\x74\xd8\x5c\x1f\xe5\xc8\x0d\xec\x13\x9d\x79\xf3\x49\xc6\x06\x98\x9f\x6c\xbe\xde\x07\xe9\xd9\xb9\xaf\x12\x5f\x69\x22\x70\x50\x64\x46\xb5\xc2\x30\x2a\x5f\xe5\xe8\x6f\x89\xee\xdf\x4f\x3c\xc3\x18\x73\xbb\xd4\xa5\xa9\xdd\xd3\x01\x82\x7f\x2a\xae\x38\xe5\xa8\x37\xc0\x56\x04\xe0\xf8\x46\xbc\xd9\x60\xec\x08\xd0\x5a\x59\x71\x7c\x65\xba\xcf\xd7\x26\xcf\xd1\x57\x49\xbf\x7a\xf0\xbd\xdd\x21\x86\x3e\x78\x25\xc9\x6f\x12\x13\xee\x75\x3d\x80\x72\x37\xc6\xbb\xe2\x2d\x49\x1f\xf7\xdf\x02\x33\x6d\xa6\xeb\x23\x5d\xfa\x63\xc1\x67\xd5\x3c\x10\xeb\x1f\xd2\xcb\xf4\xc0\xfa\xca\x83\x74\x89\x65\xd3\xf2\xa5\xad\x0c\x70\x83\x32\xf2\x90\x24\x61\x60\xd8\x8e\xf8\xb1\xe6\xd9\x8e\xf8\x31\xe8\x5e\x46\xa0\xb2\x89\xb9\xf4\x2f\xc0\x10\x19\xcd\x3a\x56\x59\xa0\x44\xfb\xcb\xab\x36\x50\x62\x85\xf0\x15\xaf\xa8\xaa\xa8\x4d\x1b\x71\xc3\x55\xe0\x21\x7f\xf1\x1b\xc2\x68\x2a\xd1\x2f\x12\x5b\xf7\xb6\xfd\x13\xcb\x51\xf5\x4f\xec\x7b\xeb\x75\x3f\xe2\x7c\xab\x20\x8d\x6a\xcb\x9d\x78\xdb\x29\x21\xb2\xcc\x84\xc1\xb6\x55\x18\xb8\xa9\x48\x02\xc4\xd7\x6b\xc4\x3b\x92\x18\xf1\x4a\xfc\x66\x4d\x95\x91\xc0\xb3\x34\x92\x84\x13\x06\x6a\xa5\xc7\xa3\x48\x9e\x14\x71\xdb\xb6\x01\xac\xa2\x8c\x98\xbe\x32\x9d\x19\x71\x40\x53\x06\x20\xbd\x7c\x52\x01\xf3\xe3\x9a\x69\x4d\x42\x4d\x17\x59\xab\x5c\xeb\x38\xa9\x01\x05\x31\xf4\xa8\x04\x0d\xb8\x34\x65\xdb\x80\xbb\xa9\x3c\x25\xf1\xca\x5c\xeb\xf6\x86\x46\x9d\x0e\x00\xac\x35\xa7\xd1\x21\xc3\xc8\x73\x8f\xfd\x7c\x60\xf5\xed\xb8\x6e\x83\xa2\x21\x1e\x13\x45\xaf\xec\x18\x16\x8c\x88\xd3\x86\xc9\x73\x36\x7d\x54\xa9\xa6\x50\x44\x1f\xc7\x0d\x24\x83\xf3\x4c\xa2\xaa\x44\x20\x57\xb5\x36\xfc\x83\x81\x66\xcd\x54\xa5\xf9\xcc\x2a\xe9\x15\x7a\x05\xad\x2e\x06\x24\x6e\x69\xa1\x88\xf5\xf6\xcc\x64\x63\xbe\x64\x0d\xe8\x75\x3f\x83\x38\x80\x7a\xc0\x22\x96\x12\x99\x39\xab\x54\x89\x15\xdf\x0a\x68\x96\xf5\xcd\x65\xcd\x6f\x2b\xb6\x62\xf4\xea\xb4\x6c\x98\x81\x59\x69\xf9\xe4\x34\x55\x79\x54\x36\x16\xf2\x1f\x2a\x40\xea\x72\x3b\xae\x39\x2b\x25\x9b\x16\x57\x16\xa9\xd9\xf6\x09\x9b\xcd\xd8\x44\xb9\x7a\x87\xa3\x92\x23\x18\x9a\x54\x84\xa8\xa4\x5a\xe6\x86\x51\x5d\x5f\x55\x1f\xde\xaa\xa6\xa5\x96\x10\xd3\xae\xb3\x26\xb1\xe4\xbd\xad\x3f\xeb\x9b\x80\xaf\x39\xeb\xdb\x50\x2c\xf8\x9b\x56\xf1\x1e\x72\xe5\x91\xa5\x0b\xfd\x1d\xce\x0a\x45\x54\x39\x07\x9c\xbf\xcb\x5a\x94\x53\xd3\x43\x13\xcb\x19\x99\xa7\x40\x38\xd1\x39\x2f\xa2\xe2\x68\xea\x44\xed\xc7\x6e\x55\x30\xdc\x2d\x54\x15\x3b\x74\xec\x91\x5b\x02\xc6\xca\xd2\x45\x81\x6c\x88\xc3\x0f\xe1\x36\x1e\xec\x01\x4d\x26\xaa\xa2\x0a\xcc\xaa\xf4\x44\x18\x8f\x8d\x68\xaf\x44\x41\xd5\x97\x53\xf0\x47\x2a\x3a\x6a\x6a\x37\x3f\xbb\xaa\x46\x0d\xe3\x94\xb7\xc7\x08\xe3\xab\xa9\xb0\x30\xbc\x51\x9f\xf2\x80\xdc\x6d\x7a\x97\xc3\xf2\x00\x5d\x0c\xae\xcc\x42\x37\xf7\x6d\x28\xea\xeb\xbe\x0b\x46\x3d\xee\x3a\xaa\x1a\x4b\x5a\xd1\xb2\xa8\xa8\x9d\x48\x25\x88\x84\x75\xb0\xbd\x55\xa6\x59\x54\xc8\x62\xd7\x50\x88\xf5\x58\xb5\x31\x99\x8a\x1b\xc8\x54\xb6\xc9\xb2\x72\x74\x28\xda\x74\x28\x3c\x1d\x12\xeb\xd4\x2d\x9e\x16\xdc\x7b\xe3\x42\x8c\xf2\x16\x6d\xe3\xf1\x56\x57\x53\x55\x30\x5b\x7f\xd2\x4e\x1e\x6f\x4d\x67\x55\xaa\x35\x5d\xa5\x44\x31\x32\x8b\x8b\x43\x4e\x6e\xcf\xb9\x86\x56\xed\x69\x56\xd3\xca\xb6\xcc\x53\x6d\x74\x17\x80\xaf\xda\x6f\x0d\xdd\x00\x50\x28\xad\xc9\x84\xae\xa0\xd6\xa3\x95\x25\x6b\xb7\xcb\x50\x4a\x9b\x71\x49\x27\x45\x63\x5e\x4c\x48\x43\x57\x90\x6d\x7a\x0d\xd9\x5a\x74\x94\x25\x45\x53\x3a\x4d\x08\xb7\x55\xe5\xd1\xd2\xfa\x53\xb0\xdf\x59\x8e\xa7\x5b\xbd\x39\x29\x96\xee\xbb\xd3\x76\x6f\xae\xac\x53\x58\xab\x3c\x8c\xad\xae\x4d\x15\x91\x45\x43\x07\x64\x4a\x27\xd4\x68\x3b\x8d\x46\xf8\xaa\xa6\x25\x10\x39\x34\x61\x46\xcb\x30\x05\x80\x07\x10\x79\x8d\x8d\x36\x6f\xd0\x68\x81\x76\x40\x25\xa2\xb9\x33\x33\x33\x66\x00\x93\xa5\x4c\x26\x4b\xb9\x3d\x59\xca\xae\xc9\x82\x9d\x5a\xee\x19\x65\x64\x41\x4b\x77\x5d\x5a\x53\x45\x66\x94\x93\x85\xf1\x05\x6d\x55\xe3\xf5\x3e\xbb\x2d\x5c\x47\x67\x74\xe1\x3e\x87\xf1\xd5\x92\x9e\x19\xa0\x89\x19\x59\x12\xa7\x9c\xb1\xc3\x36\x4b\x7a\x96\x28\x17\xec\x1c\x14\x67\xc6\x87\x35\xdd\x3b\x1c\xdc\xbf\x9b\xdb\xa7\xf5\x9d\xc3\x91\x55\xce\x8f\x34\xa0\xeb\x2e\xb1\x7e\xf2\xe5\x71\xf2\xd9\xe2\x0c\xaf\xd7\x9e\x79\xac\xbd\xaa\xd1\xd2\xe2\x6a\x46\x35\x73\x9e\x13\x34\xb9\x0f\x36\xce\xb3\x5d\xe8\x2e\x10\xe5\x9b\xaa\xd1\x83\x7d\x12\x6a\x54\xb9\x59\x8b\xc7\x3e\x48\x8f\xca\xe3\xa2\x36\x37\x4c\xa5\xf3\xe6\x38\xeb\x18\xb5\xfa\xbf\x31\x6a\xae\x0e\xd3\x31\x9a\xd0\x29\x9d\x91\x15\x5d\xe2\xc2\x93\xc8\x8c\x34\x6b\x5a\x8f\x12\xfd\xf1\x12\x5e\xe1\x44\xab\x7c\x7b\xba\x5a\x85\xea\x51\x49\x6b\xb3\xa7\xd4\xd1\x54\x6c\x4f\x77\xaa\xa3\x3a\x26\xf4\xc6\xad\x56\x53\xd0\xf1\x5b\x62\x12\x4d\x07\xba\x22\x5b\x4b\x09\x9d\x6c\x97\x3d\x25\x1f\x9b\x35\x6d\x88\xe5\x16\x21\x94\x30\x2f\x74\x19\xbb\x80\xad\x22\xe9\x19\xa3\xca\x8d\x06\xf1\xa1\x84\x67\x35\x1e\xd7\x95\x3e\x7d\x05\xdb\x2e\x15\xdb\x76\x29\x63\xdb\xe5\xfa\x3e\x5a\x5a\xa4\x45\x11\x71\xaf\xac\xde\x1e\xe5\x9d\x12\xb4\x2d\xd9\xdd\xfd\x21\x91\x18\x8f\xa4\xa1\x55\x81\xed\x91\x6a\x5e\x51\xc4\xd9\xc5\x8e\xe8\x83\x6e\x0a\x67\x5c\xe1\xbe\x64\xb3\x26\x12\xe8\x46\xab\x35\xa7\xdc\xfb\xd2\xe3\xc8\xb8\x55\x6d\xb9\x5b\x8f\xa8\x9f\x8f\x55\x61\x0e\x58\x06\x2c\x20\xed\x47\x4e\x0c\x66\xb0\xe1\xca\xf3\x74\xef\x89\x06\xce\xca\x98\x2e\x2b\x7a\x55\x35\x2f\xc5\x0a\x80\x96\xb7\xd1\xf0\x00\x2d\x93\xf5\x53\x09\x97\x3e\x14\x80\x7f\x75\xfd\xa5\x0d\x61\xfc\x6f\x5d\xf8\x3b\xa6\xcc\x2e\xda\x36\x44\xe8\x28\xc0\x4a\xa7\x97\x35\xc2\x44\xd2\x59\xad\xcf\xea\x15\x9d\x56\xe0\x01\x6a\x54\xb9\x89\xe3\x1c\xb4\x0e\xd2\x4b\x94\x3c\x47\x55\x34\x62\x98\x00\x33\x56\x61\x72\x56\x23\x46\x24\x11\xd8\x57\xea\x2d\x5b\xd6\xe5\x84\xfd\xc7\x2a\xa6\xca\x39\x1d\x92\xff\x60\x05\x9f\x09\x39\x71\x1c\x45\xaa\x3d\x73\x5d\xed\xb8\xa9\x9d\xb0\xb5\x93\xba\x76\xe0\x59\x03\x34\x1c\xe8\x7e\xa8\x91\x0a\x37\xb8\x79\x8e\x64\xa8\x91\xb2\x35\x92\xb6\x46\x02\xfc\x35\x04\xe2\x3c\xad\x12\x53\xcf\xd2\x5f\x53\x77\x2c\xda\x2d\xf1\xbd\x11\x1e\x7a\xb2\x37\x2d\x1b\xb3\xee\x78\x24\xa0\xf4\xa2\x17\xe1\x36\xad\xd7\xf1\x53\xbf\x6a\xde\xac\x24\x33\xe2\x09\x97\x79\xbd\x46\xbd\x99\x80\x46\xaf\xd7\x3a\x24\x49\x15\xdf\x28\x9d\x54\xa9\x60\xb7\x37\xd4\x63\x29\x49\xe5\xd0\x67\x8c\x94\x7c\x74\x0d\xaa\xdf\x4e\x15\xd4\x44\xc6\x15\x6d\x2a\x54\xe1\x02\x49\x7a\x29\x91\xc2\xe3\xb9\x2c\x22\x51\x73\xa5\x99\x69\xee\xdd\xfc\x27\xe5\x27\x17\x07\x02\x8f\xe1\x0e\x47\xe2\x62\x26\xf5\x39\x55\xaf\x0f\x0a\x14\x1e\xb6\xe7\xb0\xbb\x46\x84\x7e\x8d\x0a\xb1\x31\x63\xfb\x6b\x4e\x27\xee\xd0\x25\xe9\x65\x45\xa2\xb1\xa0\x8a\xa8\x36\x01\x51\x46\xfe\xbb\x77\x2e\xf2\x9f\xde\xb9\x44\x2c\xea\xe3\x68\xd1\x63\xae\x35\xa4\xeb\x86\x5f\x01\xd2\x11\x8c\xf6\xc7\xaa\xae\xdf\xb2\x09\xab\xce\x19\x08\x91\xf2\xfc\x86\x97\x40\x14\xd7\x94\xf8\xe1\xd5\xbb\x87\xcf\x9e\x9e\xdc\x58\xf0\xb7\xd2\x98\xf2\x6d\xcd\x8d\xf0\xe2\xb2\xea\x77\x2c\x36\x48\xb9\x54\xa4\x25\xff\xf8\x52\xb5\xad\x1b\xe3\x8b\x07\x09\x58\x76\x0d\xe5\xc4\x2a\x30\xb5\xf7\x02\x22\x61\x27\xa1\xf3\x8a\x80\x7c\x60\xe4\xb4\x7d\x62\xca\xbe\x99\xa6\xa5\x4b\xeb\x68\xbb\xea\xa4\xed\x90\x0c\x28\xb7\xc2\x98\xc0\x19\x83\xc3\x0a\x76\x6d\xfd\xba\x16\x09\x5d\xbf\x39\x53\x4f\x98\xac\xce\x6d\xba\x67\x52\x2c\x8c\x50\x30\xcf\x91\xdd\x0d\x2b\xbd\xa3\x5d\x53\xee\x75\xa3\x7a\x5d\xb1\xeb\x75\x57\x7a\x09\x08\x41\xbc\x5c\x36\x67\x42\x19\xed\x37\xb3\x14\xc5\xc9\xa3\x0d\xbf\x93\x20\x60\xbb\xcc\xf3\xee\x0c\xdb\x29\xd7\x6b\xa4\x9c\x3a\x5a\x67\x23\xba\x32\xe5\x79\x57\x2c\xea\xee\x85\x1b\xab\x79\xc3\x4b\x84\x89\xd2\x4c\x90\x5b\x68\xae\x21\x65\xe9\xc6\xc4\x9a\x38\x7f\x07\x15\x5c\x57\x4f\x5f\x87\x27\xd5\xd4\xd6\x2f\xb0\xe3\x87\x86\x27\xb9\xa8\xe8\x43\x29\xcb\xcb\x7e\xd5\xc0\x6f\x04\x6b\x15\x33\x86\x41\xec\xc2\xf5\x8c\xc0\xdd\x03\xc2\xf2\xbc\x03\xd1\xcf\x14\xd0\x3f\x01\x73\x1a\xab\x77\x91\x3c\x0e\x7b\xd6\xf7\xfa\x96\x48\xf0\xbe\x45\x2e\x10\x34\xf2\xca\xbe\xe9\xbc\x2f\x3c\xbc\x4b\x18\x76\x5e\xbe\xb2\x6c\xd7\x7b\x91\x0c\xbb\xb2\x5f\xea\x25\x9b\xc5\x0d\x88\x29\x1c\x5e\xc1\x4f\xff\xc4\x68\x7e\xbd\x65\x33\x30\x0a\x82\xc8\x02\x29\x1a\x33\x6e\x46\xc6\x2d\x0c\xbf\xa9\x28\xa5\xf3\x0a\xb4\x23\x4c\x0c\xbd\xda\x78\xc7\xcc\x6c\x6c\xbd\xdb\xaa\x23\x79\x5c\xe8\x3f\x9a\x9d\x53\xf1\x57\x24\x51\xd6\xe2\xc2\xa8\x9c\xc5\x7d\x98\xb6\x76\xff\xde\x21\xc6\x46\x0b\xc1\x75\x64\x2b\xc1\xfd\x01\xf8\xa2\xdb\xd6\x70\x7a\x17\x64\x69\x41\x11\xae\xe7\x01\xd6\x5a\x23\x30\x24\xd9\x91\x19\x51\x0b\x24\x79\xac\x7b\x6b\x0b\xfe\xd1\xa9\x19\x59\x98\x44\x3c\xb6\x64\xb0\x73\x51\xa9\xb3\x9d\xcf\xec\xb2\xd9\xb9\xca\x76\x53\x40\xc6\xfe\x5f\xa2\xe2\x28\x23\x3b\x19\xde\xcd\x36\x59\xa1\x62\xae\xe2\x69\xb5\xed\x05\xc8\x9c\x50\x1c\x9f\xa1\xe0\xd8\xf3\x14\x8e\x28\xee\x72\x40\x8c\x2d\x46\xa1\x89\xa6\x9c\xc4\xa9\x28\xc7\x85\x32\x07\x28\x1b\x91\xbe\xb5\x52\x40\xf7\x08\x87\x1e\x7b\xca\xbe\x17\x1d\x98\x38\x6c\x4b\x70\x3b\x95\x6a\x95\xc6\xd7\x14\x62\x84\x95\xd9\xbe\x04\x15\xfd\xc6\xea\x90\x75\xaa\x0e\x45\x2a\xb7\xcc\xb9\x1a\x76\xc5\xa8\x11\xf6\x44\xfb\x99\x5d\x6a\xd6\x8e\x29\x03\xd4\x0c\x0e\x10\xed\x23\x20\x38\x13\xa5\x39\x1d\xd5\xfe\x58\x34\xf4\xc9\x05\x1f\x62\xf4\xd7\xda\xa8\xd7\x9a\xfc\x74\xa0\x19\x1a\x93\x79\x0b\x3c\xa2\x42\x76\x13\xf5\x4a\xd8\x26\x8f\x20\x6c\x1c\x73\x64\xc1\x40\x69\x0c\x82\x4f\x48\x85\x1f\xf0\x31\x52\xb6\x2b\xf7\x09\xc7\x85\x28\xd2\x67\x1e\xdd\x58\x44\x5e\xe1\x99\x77\x7c\x1e\x95\x0c\xa2\x6f\x9b\x37\x61\x78\xea\xb0\xd5\x47\x1d\x6d\xb4\xfe\xee\x40\x17\xaa\x72\x3e\x46\x48\xd1\x4f\x35\xe2\x9a\x11\x14\x53\x30\xeb\xb1\x17\x37\x54\x77\x46\xa1\xdf\x83\xf9\x7e\x1a\x1f\xa1\xb3\x76\x7e\xc6\x7a\x03\xed\x33\x63\xd6\xa7\x19\x03\xb0\xc5\x30\x2e\x5a\x90\x30\x65\x1a\x7e\x03\x4a\x9e\x51\xbf\xc0\x12\x11\xbe\x24\x74\x0d\x04\xfd\xbb\x46\x26\x2f\x01\x73\x0e\x97\xd3\x28\x8a\x27\x35\xbf\xb6\x9c\xe8\x56\xe1\x86\x8e\x39\x74\x1d\xb3\x5e\xab\xeb\x0c\xf3\x8d\x2e\x5d\x1c\x93\x26\xae\x16\x4b\xd3\x6a\xc0\x2c\x81\xd4\x69\x14\x74\xfa\xad\xef\xe9\xf4\x48\x79\xf6\xe8\xf8\xba\x11\x98\xfa\x03\x53\xd5\xd1\xa2\xbb\xc9\x50\xff\x19\x7f\x55\xb3\x55\xff\x6c\xb0\x97\xd1\x1e\xd8\xa1\x09\xdc\xa9\x00\x6c\x17\x05\x43\x67\x59\xb6\xab\xdc\xf7\xd3\xaf\xc4\xf8\xb7\xc9\xd5\x9b\x23\xa7\xe0\x4a\xb1\x7f\xeb\x96\x79\x6d\xc5\x89\x5f\x9c\xdd\x08\xd7\x84\xa2\x0c\xa1\xd8\x55\xa1\x83\x50\x78\x4c\x28\xe6\x18\x83\x09\x0f\x55\xe1\x46\x8c\x77\x51\xf8\x8a\xdf\xaa\xd1\x35\xb5\xd6\xfb\xd3\x45\x05\xfa\x47\x1f\x90\x47\xf3\x35\x1d\x1d\xb2\x18\xde\x25\x69\xad\xdd\x77\xba\xd5\x27\x67\x6d\x2e\xdd\xf5\xc1\x18\x5a\x55\xb8\x4b\x92\xed\x21\xe8\xd4\xc1\xe6\x38\x9d\x99\x46\x45\xbe\x30\x0b\x44\x96\xed\x3a\xdf\x98\xdb\xdd\x1f\xc9\x15\x7c\xf7\xf3\xeb\xba\x7f\x07\xe6\x26\x30\x07\x66\xb2\x52\x4a\x3f\x8f\x2d\x75\x9a\x71\xf0\xf4\x0c\x06\x03\x45\x58\x3b\x4c\x93\x92\x7e\x8f\x8a\x9b\xa4\xe9\x6c\xa7\x73\xe8\x74\x8e\xbb\x5b\x17\x66\x05\x74\xbe\xe9\x70\x7e\x4d\x87\x9f\xc5\x66\x0c\x9d\x1d\x2b\xba\x3a\xd6\x7b\x49\x86\xc1\xa6\x0c\xd0\x28\xb8\x73\x64\x99\x65\xbb\x46\x72\xd3\xd5\xb3\x22\xc2\x34\x71\x3d\x2b\xae\xed\x59\x5f\xb6\x05\x3c\x81\xdd\x8f\x17\xf0\xeb\x3e\x27\xe2\x3e\x57\x84\x11\xd1\xee\x73\x49\x4c\x86\x62\x65\xde\xeb\xca\xa5\x5d\x3e\x89\xdb\x71\xd3\xb7\x88\xc4\x76\x14\x04\x8c\x82\xf7\xc9\xb9\x33\xed\xea\x0a\xf0\x3b\xe9\x86\x41\xe9\xd5\xb8\x73\x18\x16\x48\x12\xb0\xc8\x0d\x5a\x1d\xe6\xae\x83\x18\xdb\x5d\x32\xa5\x25\x59\xd0\x92\x0e\xc8\x3c\x31\xe6\x9d\xe6\xf9\xe2\x81\x03\x31\x1a\x2d\x76\x77\xf1\xd5\xd4\x6c\xb6\x3f\x2e\xc6\x68\x4e\xa7\xd6\xe2\x1a\x17\x73\x3a\xf5\x2c\x81\xb1\x9d\x9d\x21\x49\xa6\xa4\x39\x5a\x1c\x93\x3a\xf6\xfa\x79\x6e\x6e\x4d\xa8\xbb\x35\x99\x5b\x31\xff\x86\xe5\xf9\xd4\xef\xc4\xe7\xf1\x4e\xac\x74\x51\x98\x94\xb4\x42\xe7\xa4\x24\x0b\xcf\xed\x4e\xc6\x2b\x7a\x5e\x4c\x3c\x3f\x71\x4e\x26\xf4\x9c\x4c\xe9\x5c\x77\xe2\x02\x6c\x59\x52\xab\x2e\x6e\x4a\x5a\x45\xf5\x99\x5a\xcd\x8f\x56\x43\x1d\xbb\x31\xa5\x4b\x24\x5d\x33\xf4\xb9\x56\xd7\x62\xba\x55\x8b\x69\x54\x8b\x29\x99\xd0\xa9\xd7\x7e\x59\x01\x6c\xcc\x94\x0a\xf8\xf4\x75\x9f\x99\xd3\x33\x34\x25\x92\x2c\xe2\x4f\x31\x4f\xcc\xf3\xb8\x3b\xa6\x7d\xc3\xe3\xbb\x16\xcc\x81\x94\x16\x05\xfc\x9a\x6e\x9a\x6f\x55\x70\x1e\x55\x70\x4e\x26\x34\xb2\x3e\xd2\x25\x6e\x43\x62\x05\x65\x4e\xdd\xfd\x0c\x6f\x30\x26\xab\x08\x54\x1b\x00\xc2\x00\x2f\xce\x60\x53\x7c\x40\x66\x98\xbb\x4e\x6c\x93\xf6\x31\xea\xf6\x00\x47\x34\x81\x6a\x3a\x31\x3c\x7d\x8d\xb7\x14\x51\x6f\x0f\x71\x40\x7b\x9b\x52\x4b\xb1\x0b\xda\x90\x39\x6d\xe8\x80\x9c\x9b\x88\x4b\x7b\x21\x82\xbc\xf6\xfd\x22\xcf\x7b\x97\xfd\xa9\xe0\x6c\x34\xdf\xdd\x8d\x12\xe0\xab\x85\x25\xe2\xf9\x18\x9d\xd3\x85\x35\xed\xc7\xc5\x39\x5d\x24\x44\x7c\x0a\x44\xbc\x20\x97\xc6\xac\x94\xac\x62\x3a\x3e\xf5\x74\xbc\xc8\x73\xb4\xa0\xe7\x11\x1d\x2f\x3c\x1d\x9f\xb6\xe9\x78\x81\x49\x43\x2b\x74\x4a\x1a\x32\xc7\xe1\x9a\x68\x42\x4f\x0b\x3f\x83\xe8\x29\x99\xd2\x53\xb2\xa0\xe7\x9a\x8e\x4d\x1b\x62\x0a\x5e\x60\x32\x89\x6a\xb2\xb0\x14\x7c\x4d\x6b\xb9\x37\x4f\xd5\x94\x1c\xda\x62\x10\x29\x2a\x74\xb9\x55\x95\xcb\xa8\x2a\x97\x64\x4a\x2f\x3d\xad\x4c\x80\x98\x17\x40\xcc\x0b\xfc\xed\x2f\x9e\xa1\x05\x91\x64\xde\xfa\x6a\xa0\xeb\xcb\xb8\x7b\x16\x2d\xba\xbe\x04\xba\x9e\x17\x97\x86\xae\xff\x69\x5d\xa1\xc4\xef\xa3\xeb\x89\x5b\x37\x23\x71\xbd\x20\x95\x5e\x30\xcd\x62\x79\xa3\xf0\x2d\xcf\x2b\xbf\x47\xf8\x81\xaf\xc0\x59\xd8\x0a\x60\xda\xaa\xd6\x8e\xe1\x70\x12\x6f\x2c\x55\x0f\xf0\x04\xdb\x2d\xac\xda\xde\xc2\x2c\x6c\xc4\xc4\x7c\x89\xac\x02\x9c\xcb\xca\x98\x9d\xac\xec\x3e\x3f\x81\xa7\xbb\xd4\xe1\x7a\x18\xff\xc8\xae\xc2\xf8\x4a\x37\x76\xe5\xfa\x10\x13\x38\x44\xac\xc8\x56\x9d\x23\x36\x8b\x51\xe1\x2f\x8d\xbd\xf3\xe5\x55\xeb\x50\x62\x3e\xf1\x8d\xe2\x63\x96\x71\x45\xaa\xe4\x6c\x11\x7f\x05\x0a\x71\x13\x4c\xc1\x03\x59\x51\x5f\xec\x26\xb4\x07\x4e\x41\x7f\xd6\xa8\x5d\x7f\xc7\x34\xd6\x04\xfa\xab\xd5\x1c\xcd\xa3\xd7\x9a\xcb\x35\x05\x99\x34\xae\x92\x09\x97\x5b\xc7\x55\xd6\xac\x3e\xa9\xe3\x92\x6a\xbf\x05\x37\x88\x79\x36\xc0\x8e\xd5\xca\x52\x45\x38\xbd\x9b\x9b\x4a\x33\x4e\x06\x79\xf3\x10\x78\x03\x30\xd6\xb9\x16\x53\x0d\x7a\x37\x89\x49\x13\xa7\xc7\x22\x48\x9d\x46\x99\x51\x11\xad\x51\x11\xa4\xba\xf6\x60\xd4\x1e\x0c\x11\x0f\x46\x2a\x7f\xd8\x20\xa1\x39\xfb\x2a\xed\xb1\x50\x4e\xdc\x41\x9b\x4e\xa6\xb0\xea\x62\x0a\x2b\xb7\x02\x56\x34\xcb\x76\xab\x08\xea\xf0\x8e\xeb\xb2\x31\xba\xa6\x59\xdb\xa3\x6d\xda\xa0\x13\x7c\xba\xa1\xaa\x98\x34\x16\x05\xed\xa2\x42\x95\xe7\xc5\x16\x7e\x79\xd0\xaf\x3e\x44\x6f\xe6\xc9\x9b\x49\x9e\xbf\xb3\xb7\x84\xd9\x8a\x4f\xd9\xac\xe2\x6c\x9a\xce\xf6\xde\xca\x4d\x71\x96\x28\x72\x18\x8d\x87\xfd\xc2\xea\x59\x98\x58\x1b\x3d\xbc\x5d\xb4\xf7\xc8\x7d\xf2\x37\x0a\xbe\x0b\xfc\xad\x5a\x16\x64\x73\xa6\xc1\xe6\x2e\xfb\x79\x45\x9f\x56\xa8\x37\xc0\xe4\x89\x09\x0d\x31\x79\x5f\xd1\xab\x0d\x79\x5b\xd1\x89\x44\xef\x2b\x4c\xde\xf8\xd0\x4b\x17\x8a\x90\x35\x2b\xe7\x2a\x91\x52\xfa\xbe\xad\x63\x39\xbc\x7b\x18\x2c\x45\x22\xe9\xce\x8b\x2a\x31\xc6\x5d\x4a\xf4\xb2\xb2\xf6\x31\x6f\x2a\x6b\xdb\xf1\xb6\x22\xfa\x9b\x2c\xf2\xba\xe1\x74\xd6\x7d\x27\x28\x8a\x14\x0d\x4e\x14\x3c\xc4\x91\xea\xf3\x72\xc1\xc0\x65\xe8\x87\xb7\xcf\x8b\x33\xb3\x91\x90\x2c\xc3\x2d\xb4\x48\x45\xcf\x18\x52\x14\x31\x0a\xb6\x95\xe3\xd8\xa3\x47\xa1\x70\x52\x8c\xf3\x9e\x6f\x0c\xe1\x00\x00\x66\x33\xd5\xf5\x74\xd5\x8d\xcf\xf1\x0f\x2b\x63\x3f\xa4\xdf\x4e\x75\xab\xe0\xe7\x65\x15\x03\x34\x42\xd7\xbd\xaa\xd0\xcb\xca\x9b\xb0\x8c\x8c\x7c\xf7\x55\x85\xde\x86\x48\xc2\xa1\x96\x56\x8f\x19\x8f\x94\xbd\x85\x6e\xf5\x16\x4f\x2c\xf3\xa1\xf0\x37\xbe\x10\xab\xc3\x99\xd4\xc8\x08\xe4\x5f\xc3\xa0\x0e\xa2\x31\xfd\xb9\x72\x06\xaf\xd6\x2a\x2f\x92\x0e\x5e\x39\x87\xfc\xca\x10\xa9\x55\x6f\x4f\xef\x07\x22\x15\x0c\x1e\xf4\xb5\x40\x0a\x3f\x65\xd6\x09\xff\x14\x07\xe3\x54\x30\x60\x0d\x56\xab\x06\x99\x22\x78\xd6\x72\xfb\xca\xf0\xbe\xfb\x6e\x72\x6b\xea\x3e\x0d\x17\x43\x7d\xc9\xce\x59\x59\xbf\x96\x53\x2b\xeb\x07\x3d\xe6\x3b\x87\xb9\x15\xe1\x75\x14\xcb\x13\xbb\x4e\x7c\x65\x03\x6e\xfa\x2b\x10\x72\x42\x94\x07\x6b\xdc\x80\xbd\x28\xa5\x16\x16\x29\x48\x62\xa1\x82\x8e\x71\x8c\x15\x78\x94\x2d\x6e\xbd\x76\xa1\x2d\x90\x00\xe5\x13\x6d\x7c\x19\xbe\x12\x36\x10\x0b\x5c\xb7\xac\x72\xbf\x5a\x6d\xef\x8f\xf6\xf7\x43\xaa\x70\xfc\x57\xa2\x53\xfa\x7b\x8d\x6e\x13\xaf\x68\x43\x06\x78\xc4\x93\x6d\x3b\x7b\xf2\xf4\xc5\xd3\xf7\x4f\x9f\x64\xc4\x8a\x1a\xe2\x88\xf8\x1a\x3a\x96\xeb\x38\xe9\xb5\x57\xde\x89\xe4\xdd\x63\x14\x3f\xa5\x52\x73\xd6\x92\x9a\xb3\x44\x6a\x9e\xbe\x8d\xbc\xf7\xa5\xab\x48\xbc\x6c\xde\x2e\x62\x5b\xca\xd6\xcd\x0c\x52\x14\x54\xd2\xfd\xba\x62\x00\xd2\x22\xf4\x26\xff\x76\x1b\x5a\xca\x82\x73\x60\xeb\xda\x3d\xf4\x43\x6f\x60\x37\xf9\x3b\xc5\xd6\xe7\x32\xeb\xc8\xcc\x68\x5e\xd9\x1b\xcc\x83\xa4\x0e\x37\x96\x7b\x83\x0b\xc3\x9f\xdc\x02\xfc\xa1\x72\xb7\x43\x1f\x2b\x63\xf8\xec\x26\x27\xdc\xdb\xd8\xce\x32\xf7\x08\x48\xd1\xdf\x04\xe2\x89\x0d\x3b\x5e\xaf\x7d\x22\xaf\xc5\x6e\x75\xfe\x86\x83\xfd\xdb\xb9\xbb\xc9\xdb\x37\x84\x65\xb4\x5f\xbf\x56\x94\xe1\xd1\x5f\x15\xfa\xaa\x17\xa0\x8d\x7e\xd4\xf4\xf7\x9b\x40\x2a\x72\x32\x85\x9d\x7d\xc3\x4d\xe5\xe9\xbc\xb1\xb9\x92\x5f\x85\x82\xa9\x83\x37\xca\x88\xb0\x33\x22\x53\xe6\xd8\xc2\xd9\xf8\xb9\xb2\xd9\xa0\xe8\x60\x78\xe4\xf7\xac\x1e\xa5\x5f\xab\xe0\x47\x0b\x0c\x80\x3c\x77\x01\x15\x80\xba\x0d\x88\xd5\xad\x55\x8e\xa0\xaa\x19\xf2\x15\x58\xaf\xb3\x33\x56\x4e\x1d\x68\xf0\xa9\x98\x5e\xda\x70\xef\x27\x61\x64\x94\xf1\x0a\x85\xad\x42\xdb\xc7\x6a\xa4\x46\xd8\x4e\x4a\xa2\x4c\x97\xc5\x03\xa2\x3f\x62\xea\x00\x0b\x2e\xf3\x2c\x7b\x0f\x79\x2d\x12\xb4\x7d\x37\x0b\x6e\x4d\xdd\x22\x6b\x60\xfe\xb6\x2e\xd9\xee\x62\x50\x26\x75\x9d\x1b\x7d\x95\xfc\x13\xb8\x01\x8b\x1b\x10\x61\x0b\x5c\x99\xb1\x4f\xd1\x11\x3c\xbb\xe8\x01\x07\x6e\x65\x66\x6b\xd0\x2b\xbe\x0b\x8d\x21\xb4\x5e\x3b\x0c\x82\xa8\x84\x8d\x5d\xd1\xec\x11\xe3\x63\x45\xbf\x56\x63\xf8\x4c\xe0\x74\xe3\x0f\x1a\x59\xa7\x1d\xd6\xc8\x26\xf4\x4f\xbd\x29\x43\xee\x68\x81\x34\x1e\x23\x2b\x80\xc4\xf4\xe6\x60\x55\xe2\x61\x6b\x30\x62\x0f\x7e\xab\x62\xb3\xae\xdf\xaa\x23\x76\xdc\x3f\xb9\x10\xf2\xf3\x73\xfe\xc6\xfa\x0b\xf8\x9d\xc9\xa6\x12\xdc\x3a\xe8\x35\xe2\x33\x9f\x8d\x0e\x8c\x3d\x56\xd5\xb2\xc7\x7a\x52\x35\xcb\x52\x4d\xce\x98\x24\x7f\xb4\xdf\x45\xb6\x5a\xe4\x97\x8a\x0e\x08\x2b\xad\x91\x94\xfd\xe5\xf6\x57\x94\xa0\x06\x55\x26\xeb\x7d\x55\x22\x67\x43\xe6\x47\x7e\x7f\x98\x18\xe7\x97\x89\x99\x43\xea\xe4\x2e\x85\xd5\x57\x1e\x92\xa5\x05\xb1\xaf\xe9\xd1\x38\xa7\x03\xcf\x74\x37\xbb\xa5\x6b\xca\x58\xf5\x0c\x3e\xfc\x4b\x45\x2b\xdd\x2e\x45\x54\x87\xa2\x54\xcb\x10\xc5\x46\x19\x35\xd3\x01\xb9\x15\xd8\x1b\xee\x7d\xf8\xb9\x50\x5a\xda\xf8\x55\x59\xbc\x28\x09\x03\x15\x4c\x89\x89\x2c\xf1\x55\x45\x07\xa3\xa9\xd0\x95\x80\x9e\x23\x3d\xb4\x7f\xfb\xc7\x6a\x6b\xb6\x0c\x86\x18\x8f\xaa\x5d\x3a\xd4\xdd\xed\x7a\xbe\xa3\x5e\x51\x6d\x1e\x86\x2f\x59\xfb\x05\x59\xc2\x09\x27\x4a\xf3\xb2\x24\xca\x5f\x3b\x94\xe1\x16\xc6\x68\xff\x9a\xf1\x36\x1f\x64\xc9\x28\xab\xad\xfa\x0d\x3a\x79\xec\xba\x44\xce\xf8\xf1\x2a\xe9\x0a\xa3\x58\x16\xec\x22\xfc\x23\xb4\xc5\x3c\xfe\x1d\x82\x91\xb5\x46\x7a\xf5\xc5\xcb\x31\x2b\xdb\x63\x56\x52\x56\x68\xaa\x34\xad\xd0\x3c\x41\x19\xdd\x64\x96\x28\x21\xb6\xd2\x55\x90\x95\x91\x69\x80\x5f\xdc\xd8\xb8\x35\x88\xa6\x1a\x66\x2b\x71\x1d\x65\xd7\xe5\xeb\xeb\x54\xd8\xba\x44\x4c\xa9\xc2\x1c\x08\xae\xa4\xcc\x00\x3d\xc6\xb8\x4d\xed\xb5\x52\xf7\xee\x56\x17\x22\x9d\x17\xb7\x74\xa3\x42\x97\xaa\x32\x32\x2a\x08\x5d\x6b\xa3\x8d\x19\xcf\xdf\x2e\x0a\x02\x1d\x1a\xe3\xdf\xd5\xbf\x9e\x09\x8c\xba\x79\x52\x26\xe8\x43\x5d\x6a\x27\x63\x85\x18\x2e\xa2\xbb\xec\x69\x19\xb4\x4b\xf4\x30\x11\xcd\x73\x42\xcd\x22\xf1\x22\xdf\xea\x1c\x3d\x35\x8c\xd9\xca\x5b\xc6\xa7\x4c\xb2\xe9\x5b\x36\x5d\x4d\x98\xa4\xcc\xea\xd1\xa8\x12\xb4\xb3\x43\xbb\x2b\xca\x3b\x2c\x4e\xaa\x58\xeb\x47\x3a\xec\x2a\x69\x46\xce\xfc\x58\x43\x1f\x62\xed\x7d\x9a\x4d\x54\x2a\x05\xb8\xaf\x54\xb5\x3d\x29\x4f\xda\xb2\x40\x3c\xe1\xc7\x66\x64\x60\xcc\x1b\x5a\x39\x50\x5b\x39\xb2\x96\x4f\x13\xba\x32\x86\x1f\xd5\x0c\xa1\x5f\xaa\x7c\x82\x41\x80\xc6\x3d\x58\x16\xaa\xad\x98\xd3\x98\x0b\x16\x03\x52\x42\x57\x16\xab\xbe\x09\x10\x56\xce\x99\xb4\xfd\x51\xac\xfa\xf1\xa3\x79\x67\x88\xc5\xbe\x31\xc4\x12\x99\x7b\x10\x41\xd3\x4c\x70\x42\x8d\x53\x17\x0c\x09\xe2\x3e\x67\xfd\xdc\x1a\xd9\xb8\xa9\xd2\xe4\x3f\x5c\x25\x77\xc4\xa9\xc7\xa8\xa1\x35\x9d\x92\x8a\x0a\x5c\xf8\x7e\x98\x12\x66\x8c\x65\x9a\x35\x9d\x80\x4d\xc0\x64\xb3\xb2\x86\x42\xa9\x19\xd7\x2a\xcf\x57\x30\x2e\xa1\xc4\x8a\x8a\xc2\x96\xd3\x90\x89\x40\xa2\xbd\x1f\xe0\xf5\xda\x99\xa0\xb6\x77\x0a\x9d\x36\x28\xbf\x57\xf6\xc9\x10\x46\x4d\x52\xfa\xb4\x39\xec\xbc\x39\x6a\x15\x45\x78\x7f\x6a\x37\xe4\xe3\xe8\x52\xfe\x7f\x6a\x72\x84\xaf\x11\x19\xa6\x05\xa8\x32\x5f\x77\xa0\x96\xf8\x8a\x6f\xdb\x64\x35\xd4\x11\x38\xec\x68\x94\xa1\x8a\x34\x8e\x30\xc0\xf1\x4b\x34\x08\x8d\xe9\xfa\x89\x40\xd5\x3f\xe8\xe4\xca\xdb\xd5\x86\xde\x05\xd5\x98\xa8\xe7\x71\x67\x67\x57\xae\xb3\x2b\x22\xa2\x5e\x9d\x95\xa9\x22\xb7\xea\x9f\xcc\x99\xb2\x4c\xd4\x48\x50\xcd\x0f\x9f\x34\x62\x25\x27\xcc\xa9\xd9\xa9\x9b\x59\xae\xb8\x9b\xc6\x7a\x4d\xa0\x54\x14\x86\x45\x5e\x01\x2c\xc4\x5b\x56\x1a\x13\x6a\x82\x18\xd5\xb3\xda\x58\x39\x80\x8b\xd7\x6f\x70\x73\x82\xfc\x56\x19\x53\x21\x05\x60\x80\xe1\x16\x26\xaa\xa5\xa1\x80\x90\x90\x78\x62\xb8\x3d\x88\x19\xaf\xb3\x72\xcb\x07\x4a\x13\x91\x52\x5b\xb9\xee\xe0\xd0\xe9\x25\x56\x69\x2f\xc1\x4d\x48\xf8\x3e\xa9\x69\x60\x30\xc8\x8a\xd6\xfd\x95\x1d\x9a\xc4\xe5\x83\xbb\xe1\x28\x91\x34\xf0\x09\x18\x93\x09\x5d\x1d\x0d\x8f\xc9\x94\xae\x8e\x06\xc7\xa3\x15\xe5\xe5\xc8\x58\xe5\x6d\xd9\x21\xd3\x25\xa8\x1a\x92\x33\x3a\x8b\xd5\x6d\xc9\x82\x2e\xfb\xa6\x1e\xa3\xa5\x0e\xae\x4e\x9b\x89\xac\x4e\x0d\xa9\xcf\x29\x2b\x83\x6d\x74\x4a\x58\x57\xba\xb8\x62\x46\x4c\xe6\x42\x11\x9f\xb5\x10\x1b\x02\x6d\x30\x67\xff\xa4\x11\xc9\xc7\x29\x27\xb3\x7e\x13\x3d\x4f\x2c\x66\x43\xdc\x3b\x23\xcb\xaa\x36\x84\x61\x7c\xa5\xf9\xb3\xa8\xe7\x26\x02\x4d\x09\x90\xff\x44\x9f\xb8\x18\x9d\xd5\x68\x8e\x89\xdc\xa2\x9c\x35\x65\xb9\x74\x13\x10\x62\x74\xea\xed\x74\x44\xf6\x19\x57\x25\x9f\xd7\xcc\x67\xf4\x3c\xb5\xa0\xe1\x2d\x78\xfd\x21\x9a\x15\x19\x3c\x08\x1e\x4d\x0e\x86\x7b\xbf\x2b\x54\x62\xb2\xa2\xc3\x07\x0f\xea\x91\x38\xaa\x8f\xd7\x94\x91\x32\xa7\xff\x5a\x6d\x36\x1b\x4c\x8e\x38\x51\x44\x1c\xe3\x6b\x7b\xc8\xc1\x30\x85\x66\x92\xb6\xe3\x0f\xd6\x1a\x43\x4e\x93\x6e\x04\xc0\x0b\x8e\x58\xd4\x51\x4e\x3d\x16\xba\x67\xd4\xd5\x3d\xa2\xd5\x3d\x16\xcf\xa2\xc2\x57\x3c\xa9\x9e\x21\xf1\x0a\x70\xfb\x31\xd6\x0d\x32\xcd\x99\x08\x74\x06\x18\xc4\x13\x81\x16\x44\x99\xc0\xd2\x78\x62\x45\x8c\x26\x76\xed\xc4\x2d\x9f\xc1\x1c\xbe\xb5\xd4\x16\x93\x92\x6c\xad\x48\xc5\x74\x83\xfd\xca\x4b\x27\xf4\x4d\x19\x79\x0b\x62\x25\x61\x98\xac\xcc\xfa\x4e\x19\x59\x45\x9b\x89\x55\x91\xf0\x33\x87\xac\x5a\xb4\xbc\x8a\x56\xc3\x29\x26\xd3\x48\xf3\xa2\x6c\xa1\x98\x9c\x95\x08\xf6\x92\x36\x84\xc9\x3c\xda\x6c\x34\x0f\x3f\xba\x9e\x8d\x63\xe0\xb8\x9a\x21\xbc\xbd\x5a\xc7\xcb\x32\x23\x00\xc2\x64\xb7\xac\xff\x4c\x0f\xb2\xb8\x07\x3b\xfa\x6f\x6b\x63\x65\xd1\xca\x7f\x5e\x6e\x29\x08\x32\x7a\xa5\xca\x79\xc1\xc8\x44\x32\xe0\xa0\xc9\x94\x35\x4a\x8a\xcb\x82\x93\x29\x5b\x36\x85\xe8\xe0\x90\x91\xd2\x27\x87\xd8\x64\x78\x8c\x80\x1d\x73\xd2\x42\x07\x7e\x90\x24\x82\xa3\x66\x24\x51\xb4\xf6\xd7\x16\x84\xd8\x08\xaa\xe3\x04\x78\xdc\x99\xbc\x40\xa2\x65\xcd\xcf\x88\x7d\x27\x5a\x1f\xc0\xb1\x66\xeb\x65\x99\xa0\x63\x45\x00\x75\x44\x0f\x77\x6b\x1c\x63\x48\xb2\x32\x4c\xea\xd5\x56\xca\xc8\x40\x6a\x6b\x73\x01\x32\x62\xa5\xd3\xc4\x67\x7a\x59\x4b\xbe\x72\x5e\xa2\xe1\x5a\x67\xb1\xc8\x9c\xde\x1c\x51\x18\xb1\x64\xac\xdc\xf9\x78\xab\x78\x5d\x99\x91\xf3\xba\x1e\x65\xb2\x3b\x56\xf0\xab\xe7\x8f\xb8\xd8\x82\x0b\xa8\x72\x9b\xcf\xa9\x68\xd9\xb7\x63\x1f\xdd\xec\x95\x25\x12\x44\xbf\x58\x06\x11\x3e\x14\x7c\x5e\x82\xa6\x70\x45\x04\xde\x7c\x57\x13\xab\x14\xab\x2c\x39\x2b\xe9\xbe\xbb\x3d\xbc\x43\x0e\x49\xaa\x95\x79\x91\xa6\x7a\xdc\x9d\xea\xf3\x56\xaa\x43\xb2\xdf\x4a\xf3\xee\x3b\xce\x66\x66\x4e\x13\x7d\x44\x23\xf1\x82\x69\x90\x72\x36\xd8\xc1\x8c\xab\xf8\x1a\xc4\xe7\xf2\x02\x06\x96\x64\x4e\x24\x25\x1b\xe7\x71\x2c\x52\x80\x6f\xaf\x4f\x9c\x86\x2b\x9c\x60\x06\x39\xe6\xce\xff\xe4\x11\x3b\x36\x35\x21\xb6\xa1\xef\xca\xc4\xe7\x1a\xc3\xc9\xb2\xf6\x5c\x53\x6f\x78\x7c\x52\xc6\x97\x11\x40\x41\x2a\x50\x90\xb2\xd2\x70\xcf\x26\xa7\x54\x92\xca\xd7\x45\x6c\x08\x59\x6a\x72\x10\x47\xc3\x63\x3c\x16\x47\x83\xe3\x02\xb5\xf2\xd2\x23\x46\xd4\x31\x61\x51\xcd\xde\xff\xdf\xaa\x8a\x19\xa0\x6f\x57\xe8\x6d\x52\xa1\x9f\x24\xc2\x00\x36\x75\xef\x47\x3e\xbe\x7f\xaf\xe0\xc9\x2e\xce\x00\x4e\x0a\x63\xa2\x53\xdc\x7d\xc0\xc7\xf7\xef\xb6\x52\x98\x52\xfe\xa8\xfa\x4a\x96\xdc\xe0\x8f\x8f\x92\x27\x3a\x84\x7d\x9e\xc1\xe5\xaf\x42\xc1\x67\x58\x9a\x8a\x6f\x12\xe8\xef\x37\x2d\xee\xbd\x65\x54\x6b\x0e\xa0\xd2\x1d\x40\x5b\x27\x4f\xbb\x51\xf8\xf3\x66\x4b\xd0\x44\x4a\xaa\xda\x32\x02\x4a\x69\x39\xb6\x47\xff\xaa\x40\x0e\x27\xc4\x2c\xc0\x56\x1a\x52\x69\xf2\x77\x67\xa3\x4a\xf3\x54\x11\x7c\x2b\xc0\xd8\x94\x1e\xb6\xb5\xcc\xf3\x12\x62\xb0\x2c\xa9\xd0\x47\x1e\x2f\x0a\x4a\x6d\xac\xdd\xc7\xd7\x6b\x1d\x6f\x0f\xb8\x01\x38\x09\x95\x76\xb3\x68\x6d\x9b\x18\x3b\xb4\xb0\xa6\x95\xc0\xec\x87\x35\x2d\x51\x43\x38\x70\xa5\x55\x7a\xcc\x2f\x49\x15\x9d\xbf\x69\xad\x59\x22\x00\xca\xb6\xb7\x83\x86\xa1\x5a\xe1\xab\x4d\xb0\x38\x36\x8e\x32\x4b\xcd\x4c\x97\xce\x3e\xb3\x68\x2a\xb2\x6a\x3c\x4a\x60\x51\x95\xf0\x68\x5f\x9a\x27\xbb\x4f\x9a\x87\xe7\x8b\x25\x93\xa5\xaa\xce\xd9\xcf\x25\x9f\xd6\xcc\x46\xbf\x28\x2f\xc5\x4a\x25\x29\x5f\xb2\x85\xb0\x41\x37\xa6\xee\x69\x66\x43\x66\x64\x4d\xf8\x09\x3b\x5d\xcd\x01\x09\xc9\x47\xcc\x98\x94\x6c\x1a\xc7\xbd\xf7\xb4\xe6\x3e\x62\x78\xcb\x77\xe6\x5c\x60\xe2\x5e\x2f\xcb\xbf\x57\xec\xf9\x94\x71\x55\xcd\x2a\xfb\x59\x07\xfa\x57\x35\xaf\xd8\xc5\x5b\xa6\x17\xa8\xaa\x66\xb2\xe8\x0d\x37\xe4\xd5\xcd\x7d\x92\x5a\x65\x3b\x65\xe3\xed\x7d\xf8\x88\x91\xad\x25\xe1\x98\xb0\x4d\xdc\xa3\xa6\x68\xdb\x4f\x5f\xba\x7b\xb4\x6d\xa5\xfe\x8f\x17\xdb\x93\x1b\x16\xdb\xad\xc1\xea\x6c\xdd\x49\xb4\x2f\xf9\xb1\x4c\x53\x9a\x35\x23\xe2\x3e\x77\x3a\x56\x44\x72\xe3\x7a\xb6\x89\x69\xa3\xdd\x6a\xb3\x64\x74\x95\x6f\x9a\x8d\x14\x2e\x14\x11\x6d\x31\x4f\xc4\xd3\x2a\xc3\xd3\x8a\x7f\x93\xa7\x65\x1d\x2c\xad\xfa\x16\x4b\x2b\xb6\x59\x5a\x47\xf2\x97\x11\xc9\xcf\xdb\x24\xff\xbc\x83\xe4\xb7\x6d\xfa\x80\xef\x27\x9c\xaa\xa3\xc1\x31\x11\x54\x1d\x0d\x3d\x92\xee\x97\x72\xcb\x65\xa3\xfa\x8e\x15\x1d\x90\xa5\xbb\x17\x73\x05\x27\x48\x76\x8c\x09\xdf\xb4\xe6\xde\xd6\x11\x71\x5e\x9a\x9d\x81\xb2\xa3\x81\xaf\x92\xe6\x62\xe9\xdb\xa4\x93\xf4\x4e\xa7\x0b\x25\xca\xf4\x4b\x3a\x7d\xbf\x4d\x02\xed\xe1\x36\x72\x81\xab\xe8\x7c\x5a\x28\x12\x9d\x4e\xed\x5e\x61\xc5\x06\x2c\x12\x1b\xf0\x0d\x39\xd3\xfc\xa2\x3d\x5a\x75\xae\x1b\x51\x33\xa3\xcb\x73\xf0\x92\x99\x5a\x5c\x5a\x68\x31\xa7\x75\x59\x3c\x24\xce\xf8\xb0\x60\x04\x74\x59\x5f\xcf\x0a\xd6\xf2\xaa\x69\xfd\x23\xaf\xd7\x08\x5c\x5d\x73\x94\xc9\x22\xdb\x45\xb7\xc4\xee\x6e\x8a\x91\x8e\x63\x19\xd1\x6d\x0c\x5b\x39\xd7\x5d\xae\x70\x44\x00\xd6\x4f\x2b\x2b\x41\x39\x0d\x74\x04\x3c\xab\xab\x39\xd1\xf3\x12\xdd\x4e\x36\xfd\x1b\x3e\xb8\xc1\x8e\xcb\x37\x77\xc3\xc4\x83\x32\xea\xaf\xd2\x6b\xf3\x11\xb5\xb9\x79\xa5\x7d\x71\xf3\x4a\xfb\xa4\xbc\x76\xad\xbc\xe8\x5e\x2b\x9f\x6e\xef\x3e\x9f\xc3\xee\xf3\x3e\xd9\x7d\xa6\x7e\xf7\x39\x8d\xa6\xe2\xb6\x34\x64\x5a\xa2\x49\x69\x48\xe2\x1f\xcf\x50\x93\xb7\x7b\x8a\x5e\xfc\xaf\x4e\x51\x53\xb3\x30\x3d\x8f\xf4\x59\x31\xe0\x92\x77\xcd\xc7\x45\xf7\x76\x7a\x5d\x8f\x1d\x0d\x8e\xbf\x31\xfc\x0f\xff\x37\x87\x7f\xf9\x9d\xc3\xbf\xfc\x6f\x0c\xff\xf2\xff\xb3\xc3\xbf\xfc\x1f\x1c\xfe\xe5\x77\x0e\xff\xb3\xb2\xa5\xbc\xf0\xfa\x82\x33\x49\x1e\xa5\x3a\x09\xaf\x23\xe1\x81\x55\xaa\xf3\x57\xf7\xe3\x27\x60\xf4\x6b\x3c\x13\x09\x5c\x3c\xaf\x40\x79\x06\x12\xb5\x10\xc6\x7f\x2e\x63\x73\x32\xe3\x3d\x46\x6f\xe5\x5e\x46\x2e\xd9\xcc\x0d\x4d\xa9\x8b\x91\x98\x08\x1a\x69\x1f\x54\x3a\x26\xe8\x0c\x3c\x2a\xbd\xbd\xf0\x9a\x0e\x89\xad\x25\x28\x0a\x38\xb5\xc0\xa2\x85\x7f\xd9\xc6\xcb\x84\xcc\x39\xdd\xbb\x3d\xbc\xeb\x80\xb0\x72\xfa\x2f\x49\xaa\x06\xca\x92\xf1\xd9\xe9\xeb\xb6\x1a\x84\xbf\x7e\xb6\x92\x11\x1e\x2b\xae\x75\x19\xd2\x94\xeb\xf5\x4f\x35\x2a\x3d\x76\x14\xc0\xa0\xc5\x70\xbc\xc1\x41\x05\xe0\x32\x94\x92\x45\x49\x79\x92\x74\x8c\x10\x8b\x2d\x80\x8d\x41\x19\x68\x64\x88\x29\xb3\x4a\xd3\x33\xd3\xad\x84\x45\x8a\x91\x76\x04\x19\xf4\x0e\xa0\x27\xdd\x26\xc6\x3a\x94\x96\xe4\xa3\x69\x65\x69\x5b\xe9\xf5\x8f\x4b\x07\xc3\x0f\x60\x56\x48\xe6\x15\x06\x7f\x4d\x65\xaa\x27\x45\x90\x67\x8a\x41\x73\xd4\x36\x02\x8f\x79\x31\x13\x18\xe9\x53\x4f\x9e\x33\xa8\x98\x85\x58\xc0\x63\xdb\xd9\x15\x2e\xe2\xe1\x34\x96\xe7\xa5\xb7\x5f\xbe\xa1\x1d\x91\x4b\xa1\xee\x31\x32\xca\x67\x33\x81\x5a\x5a\x5d\x1d\xb5\xd1\x59\x80\xfc\x4d\x3b\xab\x5c\x06\xe5\x53\xab\xc2\x62\x09\x85\xf8\x7a\x8f\xac\x8f\xd9\x83\x7b\x87\x4e\x3f\x2e\x40\xef\xba\x0e\xfc\x3d\xa2\xe3\xa8\xc6\x1f\xb6\xee\xd3\x62\x7d\x43\x83\x91\xe6\x4c\x20\xaa\x9b\x75\x2c\x40\xbb\xeb\xac\x9a\x4e\x19\x48\xa6\x04\xd0\xc1\x7a\x9d\xb9\x15\x60\x6f\xaa\xd7\xca\xbd\x8b\x4a\x9d\x89\x95\xda\x3b\xab\xa6\x56\x6d\xdf\xa4\xc4\xce\x0f\xef\x61\x6e\x48\x08\xe3\xb6\x7c\x1a\x70\x39\x5f\x18\x98\xdd\x0d\xf9\x52\x1b\x0f\xe6\xf1\x09\x1c\x79\xe4\xdf\xc3\x3c\x98\xa0\x7a\xe5\x90\x6a\x6c\x90\xea\xcc\xad\x03\x2f\xb8\xd7\x0b\x52\x11\x54\x72\x80\x0f\x3e\xdc\x12\x91\x47\x55\x60\xb6\x0a\xcc\x2c\x0a\xa3\xef\xa9\x6d\x47\x35\x0a\x6e\x15\x1d\xfd\x4b\x24\x68\x52\xcd\x4e\x25\x27\x5c\x08\xca\x4d\xa9\xc2\x73\xc3\x76\x0d\x92\x84\xfb\x35\x28\x0c\xf5\x5f\x89\x84\xc8\x2c\x77\x7e\x09\x09\x16\xc5\x7e\x09\x60\x96\x36\xc1\xcc\x38\xe0\x19\xac\xe9\x70\xff\x5e\x44\x41\xbf\x27\xcb\xaa\x59\x4b\x2f\x25\xe2\x2d\xec\xa0\x91\x37\xbf\x38\x97\x48\x53\x2d\x71\x6b\x2c\xff\xc7\x6b\x2c\xff\x9f\x5a\x63\x7f\x2a\x5b\x16\xc7\xd0\x10\xd7\xaa\xde\x60\xf4\x45\x22\x65\x87\x0b\xf4\xa4\xab\x19\xf2\xcd\xf0\x9a\xdc\x1e\x45\x2b\x74\x24\x8a\x84\x4a\x4e\x17\x6c\x2b\xc2\x36\x73\x1f\x93\x13\x87\x64\x41\xbe\xd8\x90\xd9\x8c\xac\xbc\x69\xa7\x63\xed\x8f\xbe\x4b\x9a\xb6\x82\xfb\xa8\xb4\x18\x52\x8d\x55\x5e\x29\x1d\x90\x13\x59\x59\xd4\x84\xeb\x71\xa2\x82\xe7\xdd\xd5\x78\x45\x9b\x0a\xad\x70\xb1\x32\xa3\xb8\xea\x1a\x69\x67\x9e\xc6\xaf\x05\x62\x22\xd3\x6e\x1f\x5e\xdd\x00\x4d\xe5\x75\x00\x4d\xa3\x69\x37\x44\x53\xf9\x1d\xb8\x5e\xdd\xf9\xae\xcd\xb0\x5e\x83\x02\x84\x58\xaf\x8d\xf7\xea\x3c\x7f\xac\x07\x46\x6f\x53\x2b\x4c\x02\x8e\xee\x72\x4b\x09\xa3\xb4\x68\x48\x4b\x72\x06\x36\xd6\xa4\xd4\x43\x59\xb7\xd3\x11\x5b\xfc\xb2\x47\x69\xbd\x5e\x07\x07\x25\xeb\x75\x5d\x8d\xbb\x50\x59\x77\x26\x06\x25\x4b\x93\xc7\x44\x93\xca\x56\x99\xe0\xac\xba\xae\xd6\xeb\x53\x93\xaa\x21\x82\x2c\xc1\xe6\x16\x8f\xd1\x3f\xea\xbb\x1b\xe0\xad\xca\x6e\x78\xab\xee\x81\xec\x2a\xb4\x2b\xf6\x1a\x50\xab\x1b\x2b\x77\xc3\x4b\x84\xaf\x2b\xaf\x0b\x7c\x4a\x05\xf0\x29\x5c\x7c\xab\x21\xdd\xf9\x48\x6b\xfe\xd1\x2d\xc5\x24\x5a\x83\x17\x4d\xfb\xd2\x11\x49\x4d\xfc\xc4\xa4\x2b\xcd\x7c\xfe\xdb\x15\x10\xb4\x37\x34\x0b\xd5\x55\xba\x36\x58\xf0\xf6\xed\x35\x82\xac\xa8\x72\x66\x90\x09\x42\xcc\xb8\x29\xfe\x90\x0e\xbf\xa3\x09\xd5\x5e\x91\x69\x9b\x5d\x58\x46\x0b\xcb\xd6\x42\x82\xea\x74\xa9\x09\xe2\xf0\x7a\x5c\xeb\x75\xa5\xc6\x45\x6d\xd6\x95\xfa\xfa\x75\x65\x76\xc3\xba\x32\x42\x93\xce\x85\x65\xf6\x0f\x17\x16\xfc\x7f\x7b\x5d\x99\xda\x89\x1f\xaf\x2b\xb5\x5d\x57\xc8\xd6\x9a\x42\x3a\xd7\x94\x91\x41\x79\x6e\xaf\x3f\x51\xf1\x67\xdf\xb7\xae\xcc\xc2\xba\x32\xd3\xeb\xca\x56\x99\x98\xa0\x55\xbc\xae\xac\x60\x5d\x39\x23\xb5\x5e\x57\x26\xff\xa4\xef\x4c\x77\x7f\x57\xaf\x39\x4c\xbe\xef\x59\x59\x5c\xb1\x9d\xd1\x48\x40\x55\xff\xc1\x02\x13\x8a\xbb\xfe\xad\x2d\xf5\x7b\xd6\x19\x57\x5c\x32\x5f\xff\x11\x7d\xc6\x79\xf7\x6f\xdf\x49\x97\xa9\xce\x1e\xf4\x9f\x5d\xaf\x9b\x44\xcf\xdd\x92\xed\x72\x5b\xf9\x7d\xbd\xbe\xa6\x82\xbd\x6f\x57\xf0\xdf\xfb\x8a\x6e\xca\x77\xac\x9c\x67\x5d\x2b\xe7\x59\xb4\x72\xd6\x44\xd0\xd5\xff\x9f\xfa\xc4\x2c\xe6\xce\xc2\x28\x65\x96\x23\xdb\xa7\xd6\xe1\xd3\xf2\xfb\x16\xdf\xbf\x6d\xd2\x68\xfc\x99\xe5\x79\xaf\x74\xa7\x24\x99\xe7\x17\x00\x33\x45\x7a\x43\x1c\x9d\x2e\x45\xb2\x7f\x3c\x2b\x83\xc3\x42\xab\x45\x5a\x76\x4f\xe0\xce\x75\x1a\xe4\xd6\x56\xd5\xc3\xca\x5f\xa2\xfb\x9c\xc0\xe9\x07\xd6\x19\x4e\x00\xe6\xa8\x9d\x0a\x77\x00\xb2\xdc\x9f\x03\xcc\x4b\x88\x6c\x48\x85\x71\x61\xcf\x0a\x8d\x49\xd3\xbe\x14\x32\xe0\x95\x51\x93\x07\x1d\x27\xa6\xbf\x23\xad\xaa\xc4\x77\xa5\xdb\xf5\xac\x64\x72\x7c\x22\xd1\x80\xb4\x63\xb7\x22\x8c\xbd\xa8\x75\xb4\x57\xf8\x60\x9e\xdb\xec\x6e\xe7\xd4\xdd\x6f\x8c\x9d\x53\x2b\x7d\x63\x7a\xfb\x67\x49\x7e\x2b\xc9\xa7\x92\xdc\x2a\xe9\x55\xcb\x68\x8b\x48\xa6\xe4\xe5\x0b\xd0\x2c\x8f\xc0\x9b\xff\x48\x0f\xf9\x44\xb6\xf7\xed\x8a\xbe\x0e\x2a\xa0\x20\x7c\xb3\x88\x59\x62\x8b\x6e\xf0\x7a\x8d\x04\x45\xa9\xe9\x4c\x6f\x8b\x86\xb1\x71\xdd\x83\xf6\xf3\x0a\x63\x22\xc6\xa8\xa4\xbd\x41\x74\x1a\xbb\x73\xdb\x6b\xa4\x04\xfc\xbc\xad\x79\xe0\xaf\x0f\x65\x7f\x66\x65\xc2\xeb\x75\xcf\x44\x78\xc1\x62\xa9\x53\xbd\x3f\xab\x9a\x67\x3e\x09\xaa\xd6\x74\x08\x26\xce\xaf\x2b\x32\xcc\xab\x08\xdf\x12\x79\x71\x56\x28\x33\xcf\x7f\xaa\x90\x32\x2a\x99\x91\xb4\x23\x24\x20\xe5\x18\x31\xfa\x4b\x09\x00\x4d\x55\x74\xba\xbe\xfe\xc8\xcf\x37\x5b\x54\x77\xab\x24\x0c\x17\xdb\xd0\x04\x51\x5b\xd8\x97\x25\x9b\x28\x36\x7d\x21\xca\xe9\xfb\x6a\xc1\xfe\x43\x9f\x75\x52\x8e\x83\x83\xdb\xb7\x0f\x0f\x0f\xf6\x75\x3d\x10\xe2\xf4\xb7\x1a\x5d\x2d\xc4\x94\x15\xd9\x79\xd5\x54\xa7\x35\xcb\x88\x6b\x7f\x01\xb8\x9f\x9d\x40\x69\x41\xf6\xc5\xf5\xd6\xd3\x56\xf6\x2d\xc7\x48\x52\x65\x4f\xd7\x11\xcc\x55\xe8\x4d\x8e\x41\x59\xc3\xcc\xe3\xca\x49\xf6\xb6\x98\x9c\x6d\xa1\x07\xb8\x70\x49\x5a\x5b\x44\x4f\x89\xd0\x64\xa3\x37\x84\x20\xd2\x49\xfc\x6e\xfd\x6b\x5b\xa4\x72\x4b\xb3\x50\x05\xe2\x94\x6d\x55\x9c\x6f\xaf\x1f\x46\xde\x1c\x4b\x0e\x7e\xd9\x52\x70\xb3\x98\x10\xbe\x79\xe1\xd2\xda\x76\xb9\x15\x95\x85\x1e\x57\x1b\x62\xef\xec\x24\x8e\xb0\x99\x51\x15\x37\x64\x40\xaa\x64\xee\x52\x85\x8b\x4a\x0f\xa4\x22\x92\xd8\xeb\x39\xc2\x0d\xa2\xa0\x74\x30\x6b\xa4\x8a\xed\xad\x7d\xb0\x0a\x48\x9a\x6e\x59\xa5\x15\x89\x8c\xa5\x6d\x67\x24\xad\x4a\x1a\xa3\x67\x8c\x2d\x83\x70\xfa\x6b\x8d\x24\xb9\x96\xa0\xf8\x06\xbb\xf6\x29\x7f\x25\xc9\x2d\x65\x8a\x08\xeb\x4f\x11\x9e\x42\x7c\x26\x72\x94\x36\xfa\x29\xf3\xf6\xe3\x37\xc0\xa6\xb2\xb0\x4f\x44\xcd\x53\xcd\xb6\xe8\xca\xd2\xbc\x97\x37\x8f\x18\x2d\x13\x54\xa7\xe6\xda\xf1\xe3\x9b\xd6\xd5\x6b\x85\x01\x99\x5c\xbf\xef\x51\x5a\x8e\x11\x28\x89\x1a\xb1\x55\x3a\xa6\x3c\x1d\xd3\x86\x04\x45\x21\x9e\x68\x95\xa2\xb4\x91\x3c\x7e\x4a\x15\x48\x4b\xab\xe0\x14\xf5\xd5\xcd\xc8\xb2\x90\x80\x1b\xa9\x77\x83\x7d\xa7\x8f\x85\x81\x60\x15\xb8\x30\xd0\x38\xc0\x77\xb8\x25\xc1\xb1\x29\x01\x79\x47\x75\x0f\xa4\x08\x03\x40\x44\x84\x53\xdb\x58\xd7\x06\xce\x06\x48\x8d\xb6\x1d\xe7\xf1\xd8\xa5\x9d\x4b\x87\x49\x55\x21\xe6\x21\x0e\xa2\xb9\x28\x9a\x94\x11\x32\x0c\x50\x6b\x99\x1a\x79\xfd\xb0\x2d\xd3\x82\xaa\x79\x54\x4e\x3e\x5f\x94\x72\xda\x80\xff\x36\xcd\xa4\x78\x35\x11\xff\xf8\x4e\x95\xd2\x38\x7c\x19\x80\x5e\x48\x21\x88\x2a\xab\xba\xe0\xf0\xf3\x52\x93\x88\x71\x10\xe5\x74\xa0\x36\x05\x2a\xfb\x51\xd9\x54\x91\xb2\xef\x8b\x33\xc4\x1c\x45\xf8\xf2\xe9\x80\x94\x30\x50\xc0\xee\xea\xc2\x29\xb7\x01\xfd\x15\x2a\xed\x6b\x3b\x8e\xb1\x74\x5f\x36\xdf\x94\xee\x47\xd0\x17\xa4\x02\x1c\x9c\x0a\x24\xf9\xee\x3a\x2b\x59\x07\xed\x96\x8e\x44\xc4\x2f\x60\x8c\x05\x1d\xe6\x62\xbd\x1f\x44\x98\x77\x0e\x13\x13\x49\x33\x77\x1d\x27\xe1\xae\x28\x30\x2b\x8c\x2d\xb9\x03\xca\xe0\x89\xdb\xf3\xc8\x7e\xbd\x9b\xc5\xc8\x73\x20\x1e\x7b\x03\xe0\xb1\x3e\x6c\x96\xd6\x2b\x5f\x84\xc5\xeb\x60\x29\x5e\x07\x23\xde\xcf\x73\x82\xd7\xc1\x82\xf7\xc5\x1d\x96\x20\x76\xb0\x4e\xc4\x0e\xe6\x11\x3b\x58\x40\xec\x08\x05\x44\xfe\x17\x59\x1b\xad\xc3\x93\x32\x0b\x65\x6f\x44\x4e\x87\xba\x1e\x86\x93\x11\xed\x05\x74\xeb\x86\x04\x2e\x22\xa0\xcd\x16\xdf\x42\x1a\x6c\x8b\x6c\x26\x24\x10\x5d\x06\x7d\xee\x97\x21\x22\x13\xc0\x46\xee\x91\x9c\x01\x43\x3d\xe0\x24\x7b\x16\x0d\x60\x5e\xe0\xe6\x8d\x63\x70\xb7\xe6\x7a\x21\xa8\xc1\x4b\x0c\x0c\x80\xfd\x40\x7c\x61\x0b\x3e\x33\x78\xd8\x30\x92\x55\x1e\x13\xd1\x20\xcd\xfc\xea\xc5\x85\x54\xc9\x62\xe6\x10\x78\xa0\x29\xa7\x6e\x02\xb9\xb6\x98\x79\xd9\xf9\x45\xd7\x30\x39\x6a\x01\xc4\xcb\x6b\x1b\x17\xee\x98\xa5\x43\xe4\x8b\x36\x39\x19\x6d\x99\x9c\x4a\x22\x29\xdb\x98\x7a\x0f\x2c\x9f\x74\x53\xd5\x95\x98\x33\x75\xc6\x64\x56\xb8\xb6\xfa\xfd\xcd\xe9\xd7\x74\xe5\xf5\xc0\x43\x1d\xa3\xed\x9d\xa3\xb6\x0f\x2f\x55\xb3\x8d\x8c\x6f\x24\x07\x89\xdb\xca\x96\x6f\x4f\xb0\xc0\xb4\xec\xa2\x99\xee\x3c\x8f\xef\xc6\x70\xab\xb8\xb0\xbd\xb9\xa9\xd5\xc6\x96\x3a\x08\x50\x8d\x31\x60\x8e\x19\x3a\xbd\xb3\xf8\x81\x4b\xb1\x4e\xa2\x1d\x3b\xda\x51\xfc\x22\x11\xa6\x5f\x34\x5f\xe0\xfa\xd7\x8f\x10\x6c\x5b\xad\x42\x71\x54\x52\x42\x7e\xed\x7e\xec\x44\x42\x2d\x1b\x8f\x7d\xd0\xfb\x7f\x89\xfb\x13\xee\xb6\x6d\xad\x61\x14\xfe\x2b\x12\xbf\x2e\xbe\xc0\x11\xac\x48\xb6\xe3\xd8\x54\x10\x3d\x89\x93\xb4\x69\xe3\x4c\x4e\xda\xd3\x2a\xfa\xb4\x68\x09\xb2\xd9\xd0\x80\x4a\x80\x1e\x62\xe9\xfc\xf6\xbb\x30\x12\x20\x29\x27\xed\x79\xde\x7b\xbb\x56\x63\x0a\x04\x40\x0c\x1b\x7b\x6f\xec\xf1\x53\xe6\x87\xde\xd2\xb8\xd8\x1c\x36\xc3\x19\x24\x2a\xf2\x87\xc4\xa7\x55\x58\x04\x1f\x28\xfd\xb8\xe9\x7e\xe0\x70\x8a\x6b\x41\xd2\xa9\xcd\x0c\x49\x0c\xfa\x97\xd7\xe7\x70\xf8\x3e\x94\xcd\x59\x9e\xa7\x2b\x4e\x16\x51\x42\xeb\x23\x60\x5b\xce\x3b\x0d\x46\xc0\xb6\x9c\x6e\x36\x16\x5e\xac\x04\xd9\x71\x30\x24\xfd\x1c\x8c\x2b\x61\xe1\x2a\x7b\x61\x1d\xee\xa5\x4d\x23\x17\x55\xba\x8a\xcf\x63\xc2\x99\x0d\x0f\x5c\x1c\xb3\xb6\xf0\x66\x8f\xf4\x9f\x43\x53\x6a\x1a\xd9\xf0\x5f\xfb\x7e\x9c\x9d\x91\x1f\x2d\x6d\xe8\x12\x56\xdf\x5a\x69\x37\x8c\xe3\xb3\x02\x18\xf5\xae\x49\x69\x67\xea\x3c\xcd\x00\xac\xa5\x6e\xff\x5d\x16\x81\x40\x5a\x02\x6b\x12\x00\xb9\xb4\x4e\x4c\xc5\xea\xf2\x82\x7a\x81\x41\x8b\xe1\x35\xb9\x3a\x69\xeb\x35\xf8\x4b\x5e\x5b\xc7\x95\x48\x2a\x61\x7d\x23\x0f\xa8\xcb\x90\xfc\x49\x3c\x4c\x9e\xc9\x76\xc6\xee\xa5\x16\x4b\x4c\x25\xbe\x10\x95\x4d\x87\xff\x65\x7f\x66\xef\xab\x0b\x0f\xb2\x6a\x62\x93\x98\x22\xd4\x14\x3b\x4e\xa0\xcb\xc2\xd8\x56\x55\x5f\xf5\xa4\xfa\x07\x55\x6c\x0a\x6a\x9c\xf2\x49\x3d\xbc\x99\x9a\x3a\xbc\x0b\x85\x53\x76\xe4\x23\x6b\x42\x1f\x6a\x41\x6d\x40\xe7\xc9\xcf\x6c\x8a\x05\x62\x13\x52\x4c\x25\xaf\x6d\x8e\xed\x22\x4b\x73\x76\x1e\x25\xef\x18\x88\x74\x3a\xfc\x48\xce\x4e\xfd\xcc\x19\x27\x91\x0b\x5b\xa8\xcf\x59\xb6\x2c\xd2\x4b\x12\x29\xf0\xb1\xda\x0e\xfd\x83\x5c\x9e\xc9\xd3\x27\x5b\xe6\x2c\x5d\xd4\x1b\x5e\x65\x0b\xc2\x4c\xd5\xb4\x5c\x64\x2c\x32\x9c\xd0\x60\x44\x1e\xbf\x62\x7e\xcc\x98\x77\x0c\xbc\x62\x13\x32\xad\xf5\xa0\xed\x57\xf5\x17\x88\x5c\xb7\xc6\xd8\x2e\xcf\xcd\x07\xb2\xcb\xf4\xdc\x0e\x32\xcf\xe8\x97\x5a\x23\xb4\x6d\x90\x0b\x22\x0f\x33\xd7\xd5\x05\x3b\x3f\xcf\x9b\x0b\x40\x57\xa5\x88\x12\x42\x00\x93\x37\x06\x59\x31\xa3\x57\x69\x9e\x35\x3a\xe3\x24\x57\xab\xc3\xfa\xb3\xeb\x22\x5d\xad\xac\x9b\xc2\xdd\x75\xca\x4f\xca\x5c\x64\xab\x9c\x24\xdd\x2e\xef\x5f\x9a\x1f\x9b\xfb\x7a\x73\x19\x41\x92\xbc\xfd\xd3\x1b\x17\xa7\xba\x93\xd1\xce\x17\x02\x28\x52\x1e\xb7\x5a\x3c\x08\x79\xff\x22\xe5\x6f\xaf\xa9\x84\x0a\x52\x88\x5b\x50\x42\x15\x68\x95\x4f\xca\x29\x8a\x2c\xc3\x1b\x61\x8c\xcb\x71\x4b\x78\xc9\x31\xeb\xcb\x11\xa8\x53\x4a\x85\x0e\xe1\x0a\x08\x9e\x54\x2d\x51\x36\x6d\x13\xf4\x64\x71\x5c\x6f\x1a\x45\xbd\x66\x6b\x59\x38\x85\x49\xde\x36\x4c\x7d\x12\xb3\x38\x8e\x18\x3d\x9d\x17\x2c\xcf\xd5\x38\xe3\x58\x2e\x01\xd7\x05\x88\x41\x68\x81\xdd\x02\xb7\xd9\xab\xdf\x01\x83\x88\xa9\x55\x53\x41\xc2\x5a\x57\x55\x55\x9a\x13\xd0\xbe\x87\x1a\xdc\x57\x4a\xda\x9b\x84\x0c\x4a\x9b\x16\x83\xf7\x19\x3d\xce\x33\x95\x66\x93\xf5\x19\x9d\xcb\x67\xfc\x1b\x83\x1b\x86\xeb\x39\xa3\x99\xe7\xbc\xe7\x4b\xda\xb5\x22\xd3\xcc\xa8\xc4\x47\x2a\x26\xa9\x0b\x82\x96\x25\x59\x5f\xa5\x97\x79\x6e\x42\x3a\x2a\xb7\x9d\x85\x76\x74\x5d\x12\x40\x21\x34\x25\x63\xb9\x42\xd9\x4a\x29\x25\xa9\x32\x60\x2b\xfb\xda\x77\xd4\x44\x81\x04\xd1\x22\xbb\x8a\x54\xb2\x11\x4a\x8a\x9f\x3e\x9e\xbc\xc6\xd1\x63\xdd\xe6\xc9\xe3\xcf\x0f\xcc\x53\x84\x34\x23\x7f\xc9\xae\x88\x0a\x55\x06\x88\x1f\xb7\x0c\x26\x2d\x81\xea\xfb\x19\x1f\x37\x3f\x47\xd1\x5d\xc6\x13\xf9\x72\x03\x93\x96\xe1\x50\x88\xec\xba\x63\x7d\x01\x2e\x31\x41\xcc\x1d\x93\x71\xe9\x1e\x71\x77\xa0\x88\xed\x57\x39\xef\x52\x3d\x60\xfd\x1b\x42\x98\x34\xba\x7e\x73\xaa\x2e\x48\x88\x18\x64\x48\x14\x32\x64\xe8\x8f\xd4\xc4\x16\xf3\xe2\xc9\x11\x54\xe2\x53\xa2\x33\xc5\xdc\x87\x2c\x49\x80\x2c\x95\x4b\x17\xfb\x87\x08\xb3\xd9\x78\x0b\xd2\xcc\xf0\x60\x94\x79\x48\x33\x73\x48\x33\x9b\x22\x02\x47\xb5\x5e\x5a\x10\x67\xcb\x38\xbf\x0f\x79\x12\x1f\x79\x36\x7b\x69\x45\xa0\x2d\x1f\x73\x48\x54\x85\x94\xcd\xf0\xcf\xfa\x21\x40\x69\x24\x38\x89\xf6\xf0\x65\x38\x23\x5e\x30\xdd\xf0\x98\x92\xfb\x51\x2d\xf3\x50\x6d\xa6\x73\xe6\x32\x74\xa7\x5c\x13\xac\x9b\xe7\xbd\x63\x08\x70\xb0\x19\x39\x27\xf7\x0d\xdd\x22\x89\x0c\xb3\x8d\x42\xc9\x99\xb5\x14\xca\x14\x7b\xca\x25\xae\x9e\xc3\x6c\x09\xe6\x75\xc4\xc7\x8d\x0d\xd6\x02\xcf\x27\x7c\x3a\x8a\xb8\xb8\xcd\x49\xa4\xd2\x46\xdf\xc8\x6f\x2e\x60\x12\x2d\x52\x7a\x4e\x0a\x56\xf2\xfc\xf6\x94\x88\x57\xf6\xfc\xea\x5a\x1a\xad\x80\x05\x5e\x8c\x17\xfd\xd9\xec\x42\x5c\xe6\x66\x96\x30\x8e\xaf\x6c\x17\x3e\xe6\xe7\x2d\x98\x7f\x31\x0e\xb3\x51\xd1\xf5\x3a\x8a\x54\x36\xea\x38\xbe\xb5\x9d\x34\xb0\xfe\xc2\xbc\x8c\xa2\x9e\x7c\xcf\xcb\xd5\xaa\x20\x9c\x1b\x1a\xf0\x62\x91\x29\xd1\xff\x6f\x69\x41\x4d\x3a\x2d\x1e\xc7\xae\xd6\x4f\x8a\x9d\xcb\x18\xad\xbd\x4f\x4b\xc1\x5e\xb2\x79\xc9\x4d\x01\x68\x10\x0b\x0e\xcd\xac\x17\x35\x5a\xc1\x43\x5a\x41\xac\x22\x66\x11\xc7\x33\x40\x10\x47\x0b\x54\x42\xb8\xd9\x46\x3f\x88\xa2\x1f\x04\x31\xd4\x1d\x6e\xa5\x1f\x44\xd1\x8f\x76\xa8\xd5\x5f\x63\x3a\xa4\x7b\x1c\xab\xf4\x50\x4f\x85\x28\xb2\xb3\x52\x10\x10\xa9\x62\x45\x03\xff\x00\xa6\x12\xdc\x02\xe0\x15\xea\xf3\xc0\xd9\x90\x10\xc0\xed\x27\xe0\x38\x95\xe3\x0d\xea\x70\x39\x78\x37\x12\x03\x99\xbf\xea\x01\x35\x6b\x87\x35\x3c\xba\x79\x1f\xdd\xcb\x3c\xba\x47\x02\xba\xf7\xab\x4e\x54\x5a\x23\x71\x34\xc8\xfb\x56\xb3\xb6\x6c\x5c\x5a\x0e\x12\xc9\x14\xb7\x31\xe6\xbf\xa7\x60\x80\x1a\x01\x24\x25\x92\xb0\x8c\x78\x33\x73\x1b\xf3\x52\x58\xdd\xcf\x96\xd3\xda\x7d\x01\xb5\xb1\xe5\x63\xd0\x64\xcb\x6b\xa3\xb1\x2c\xb8\xa2\xe2\x6a\x59\x8d\x80\x37\xb4\xbe\x02\x0c\x83\x23\x15\xde\xb7\x0a\x79\x9a\xd0\x90\xda\x43\x43\xd8\x3e\x92\x1b\x15\x82\x19\x30\x08\x4d\xf7\x3e\x11\x63\x2d\xab\x38\x74\xf7\xb9\x45\x01\xde\x66\x10\xb1\x86\xad\x4d\x5d\xff\x39\x06\x56\x99\x46\x55\x6e\x26\x97\xeb\x95\x21\x8a\x8d\x40\x47\x29\x1a\xb7\x06\x1b\xae\xb4\x8e\x6a\xb1\x12\x67\xb1\x5e\x57\xa4\xb1\x38\xee\x52\xa7\x47\xf5\x74\x26\xce\x66\xb7\xdb\xd6\xff\x7d\x8a\x51\x6d\x29\x1e\x7b\xd2\xdb\xf1\x00\x63\xfc\x56\x62\x90\xb7\x1c\xef\xc1\x44\xc5\x3e\x96\xbf\xf7\xd4\xdf\xf5\x5a\x96\xef\x3b\x05\xea\x1b\xae\x5d\x9a\xc1\x70\x6f\x7f\x77\xf8\xe8\xd1\xee\xa3\xf8\x37\x0e\xe3\xb8\x56\xf6\x89\xc3\xf5\xfa\x36\x07\x6f\x38\x7a\xca\x21\x94\xf7\xe2\xf5\x9a\xd6\x40\xde\xe4\x9e\x51\x3b\xb1\x1f\x5c\xac\xab\x19\xbe\x61\x60\x6b\xc6\x2f\xff\x4e\x3b\x1c\xd8\x0e\x0a\xa5\xca\xf5\xde\x1c\xc9\xa3\x62\xf6\xd7\x4a\x29\x1b\xfb\x1c\xa4\x2b\x92\x97\x60\xde\xd0\x7c\xbb\xc6\x25\x66\x95\x98\x1e\x4a\x82\xc5\x61\xca\x81\x46\x88\xce\x1a\xdd\x2c\xdf\x3d\xf2\xef\xfb\xa4\xdf\x56\x52\x59\x1a\xa1\xa4\x16\x98\x79\x02\x76\x64\xbf\xe8\x54\x45\x1c\x97\x41\x58\x13\xb5\xd8\x3e\x77\xcd\x51\x7d\xf1\x95\xf1\x7d\x25\x6f\xd4\xdb\xe3\xab\x97\x94\x00\x22\x50\x13\xf9\xf5\x55\x56\x74\x5a\x9f\x01\x1d\x41\xc9\xc9\x03\x8e\x29\xb4\xfa\xfe\x5d\xc4\x1b\x8a\x3b\xde\xf8\x14\xe2\x75\x85\x94\xb7\xe6\x3c\x48\xdb\xc7\x43\xfd\x19\xb7\xbe\x11\x88\x7b\xd2\x5f\xc4\x6b\xc6\x44\xb5\x42\x4f\x99\xcb\x9b\xa1\x39\x79\x28\x28\x35\x65\x15\x42\x31\x12\xed\x60\x24\xa5\xf7\xc3\x0d\xaa\x34\xe2\x54\x3b\x34\x53\xa9\x31\xba\xb2\x86\x24\xeb\x03\x2d\xeb\x26\xc3\xc1\x98\x83\xcd\x47\x5c\x9b\x72\x96\x5a\x90\x23\x1f\xfc\xc9\xb4\xcd\x4d\x21\x2d\x25\xb2\x53\x61\x18\x78\x62\xfd\x4c\xf4\xcd\xc6\xf8\xe0\xd9\x8b\x8e\xfe\xb9\x09\xa5\x84\xd6\xfb\xcb\x98\x5d\x54\x58\x66\xbd\x5b\x59\xd7\xf8\xea\x0d\x8b\x3a\x95\xdc\x30\x8e\x7f\x2d\x00\x7c\xf2\x0b\xf7\xb1\xc4\xc1\x3e\xe2\xb8\x3b\xa8\xa0\xbd\x6e\xca\x60\xee\x86\xd9\x12\x74\x39\x0c\x44\xfc\x3f\x65\xa0\x84\x5a\x5e\xdd\xe8\x8e\x3a\x1f\x21\x72\xff\x99\xa1\xc1\x99\xd1\xa3\x18\x78\x87\x47\x0f\x3c\x70\x7b\xb1\xc2\xe0\x38\xee\x96\xbe\x54\xd5\x8b\x12\x4d\x5d\x90\xef\xad\x67\x4b\x0f\xa5\xae\xc0\x55\x1f\xd6\xfe\x07\xbb\xff\x92\xcb\xb5\xc3\x5a\x34\x86\x6a\x0d\x2b\x27\x96\x3a\x65\xfd\xf6\x9a\x8e\x98\xaf\xa8\x1c\x03\x97\x29\xa5\xa1\x64\x29\x61\x02\xaa\xc5\xd4\x13\x80\xe3\x4a\x36\x5d\x26\xae\x26\xd2\x6f\x71\x19\x10\x62\xb7\xfd\x63\xd5\x5e\x3e\x21\xe6\xab\x45\x11\x33\x12\x66\x27\xe4\xf7\x97\x29\x58\x40\xd4\xb6\x18\xf8\x57\x25\xc2\x0d\x2d\x0a\x84\x6f\xf0\xa4\xe1\x95\x8f\x87\xb1\x58\xef\x26\xc3\x58\x92\x0f\x3f\xf5\xdd\xee\x9e\xc9\xa7\xe1\x88\xd4\x75\x0e\x5a\xe5\xb2\xc1\xf9\x54\x4b\x62\x99\xba\xba\x71\xd4\x37\xbc\xa2\xba\xd6\x2b\xaa\x85\x62\x6e\xea\x1a\x96\x03\xa4\xa5\xe4\x9e\xe2\x37\xe7\x80\xb4\xc6\xb8\x1f\x26\xb7\x85\x4d\xf5\xa1\xa5\xdb\x2e\x46\xb9\xfa\x8a\x3d\xc3\xfb\x83\xa3\x83\x58\x85\xdf\x37\xd1\xd7\xf7\x07\x47\x8f\x62\xb1\x3e\xd8\xb7\x17\x06\x2b\x10\xcf\x96\x60\x9b\x30\xdc\x52\x3c\xe0\xba\x6f\xe4\xe7\xda\x3d\x7c\xe8\x05\x22\x6e\xf9\x98\x15\x59\x9b\x2a\x2a\x45\x05\xba\x87\x83\x53\x03\xf7\x3e\xf8\xed\x29\x0c\x8f\x6a\x5d\x54\xaf\x9a\x5c\x49\x0b\xb7\x11\x8c\xe7\x1e\x58\xa9\x05\xe4\xef\xd4\xf4\x21\xa5\xd1\x2d\xd9\x08\x30\x14\x47\x91\xe4\x47\x47\x0b\x76\x47\x7b\xf8\x17\x60\xd2\xe4\x18\xfd\xb1\x8e\xca\xc9\x6c\x90\x4b\x5a\x45\xcc\x2b\x70\xf4\x99\xaa\xf5\xed\x9c\x13\xaa\xdc\xa3\xe9\x79\x87\x8b\x74\xfe\x25\xe9\x44\xbd\xac\x7f\x49\x38\x4f\xcf\x49\x2f\xfa\x4c\xe5\x4f\xf5\xc6\x1c\x49\x23\x00\x20\x5e\x5c\x45\xd5\xae\xf0\x06\x3a\xf7\x06\x3a\x67\x94\xb3\x9c\xf4\x95\x44\x04\x08\x73\xe1\x32\x63\xa1\xf0\x8e\x13\x75\x06\x59\x29\x5a\x22\x1d\x50\x15\xc6\xef\x8f\x14\x87\x71\x44\x2a\x65\x59\x93\xb1\x90\xc8\xfc\x21\x36\x89\xb8\xd7\xeb\x03\xfb\x08\x49\x3f\x5d\x49\x82\xa6\xc5\x71\x5e\xb2\x89\xca\x04\x60\xdf\x26\xf0\xae\x7c\xdd\xac\x32\x92\x86\xd6\x00\x54\x51\xb5\xa6\x35\x80\xa7\xcc\x0f\x6c\x01\x68\xab\x2d\x00\x75\xb6\x00\xd4\xb7\x05\xb0\x49\x09\xdc\xfb\x0d\xad\x9b\x02\xd8\x37\x3e\x71\xdd\x6c\xd0\xfb\x70\xa5\x2a\xb3\xac\xac\x6e\x56\xac\xe2\x03\xe9\x24\x96\x24\xb8\x89\x85\xb7\x35\x6d\x1a\x8c\x34\xfd\xdf\x22\x30\xd6\xf2\x28\x75\x35\x32\x82\x29\x8e\x27\xd3\x7b\xa4\x51\xaa\xaa\x91\x4b\x35\xea\xda\xbb\xbb\x91\x38\x65\x0d\x89\x13\xdb\x26\x8a\xaa\xf7\x54\x49\x1b\x8c\xdc\x49\x7d\x97\x37\xbf\xdb\xbc\xa3\x77\xdb\xee\xe8\x6d\x57\x78\xb6\xf5\x0a\xaf\x72\x32\x3a\xdd\x02\x53\x6c\x90\xb6\x47\x56\x8a\xae\xba\x2c\x66\x01\xe3\x38\x6b\x2b\x34\xd2\xfc\xc9\x62\x0a\xf5\xc5\xdc\xc8\xb5\x16\x36\x73\x9c\x7c\xa5\x60\x2d\x95\x5f\x2b\x61\x59\xef\x25\x55\x37\xc2\xf5\x1a\x50\x9d\xc7\x7d\x92\x4e\x71\x14\x69\xae\x68\xab\x4c\x4c\xe7\xe6\xac\xe4\x5d\xe6\xf7\xb7\x45\x53\x8b\x6f\x88\xa6\x16\x75\xd1\xd4\xa2\x4d\x34\xb5\x80\x63\xe5\xf9\x82\x27\x53\xc9\x40\x63\xae\xd2\x85\xe9\xf8\xb7\x0b\x63\x59\x36\x72\x4b\xcc\x6c\x8a\x48\x26\xd7\x22\x5b\x82\xd2\x5c\x98\xb3\xb1\x5c\x1d\x03\x22\xa8\x75\xd1\xe7\x3a\x6e\xb4\xa1\xc3\x73\x7b\x1d\x2b\x61\x7d\xb9\x65\xb7\x1a\xf5\x98\x85\xee\xb6\xac\xf4\x7a\x3d\x8f\xe3\x86\x70\x52\x96\xb7\xec\x40\xb5\x6b\x73\xd8\xd2\x26\x8e\xcb\x49\x3a\xed\x62\x3c\x9f\xa4\xd3\xe6\x16\xca\x52\xeb\x17\x2c\x97\xca\x2e\x17\xe2\x6e\x99\x54\xd0\x97\xf9\xe8\xde\x8d\x56\x59\x0e\xc1\x1c\xcf\xc7\xf3\x50\xec\x89\x4a\x5c\x8e\xcb\x5a\x99\x59\x25\x1d\x67\x7b\xae\xf2\x3b\x86\x5b\x33\x87\x35\x29\xe9\x62\xdc\x14\x26\xcd\xe3\xd8\x0a\x41\xbb\xbe\x6f\x67\xa3\xb7\x28\xea\xcd\xbf\x4b\x20\xfa\x1d\x50\xd7\x0a\x64\xc0\x4d\x28\x10\x80\x2e\xea\x02\x50\xc4\xd7\xeb\x12\x63\x3c\xb7\xab\x0c\x93\xa6\x1b\xec\xdc\x91\x0d\x05\x04\x36\xb4\x0f\xc6\xf8\xe9\x78\x5e\x45\xbd\x69\x01\xe8\x39\x84\x1b\xda\x58\x4d\x03\x7d\xc8\xa4\x73\x5c\x60\x3e\xaa\xdd\x3d\x16\x75\x11\xe1\x06\xfd\xde\x46\x02\x68\x8b\xc2\x4c\xf7\xc9\x5b\xdd\xe1\x7e\x23\xe9\x97\x93\x74\x35\x36\x7f\x93\x93\x74\x55\xf9\x0a\xac\x9c\x59\x06\xa0\x78\x91\x81\x9d\xa1\xca\xad\x2d\xd2\x73\xbc\x87\x68\x7f\x95\xde\xe6\x2c\x5d\xe0\x3b\xe3\x20\x68\x62\xbc\x5b\x13\x0e\x85\xb4\x9d\xee\x5e\x25\x65\x3d\x4b\xe7\x5f\xb0\x47\xfb\x7f\x97\xb0\xfc\xbb\xba\x80\xfc\xa0\xec\x7e\xe7\x1c\x0c\x54\x58\x31\xcf\x32\x77\x79\xcf\x28\xcc\xc7\x34\x13\xbb\xd5\xc7\x24\xcc\x25\xeb\x27\x87\xbe\xb3\x61\xc1\xf5\x60\xab\x39\x35\xe3\x98\x98\xa1\x21\x06\x0a\x13\x2d\x2f\x0b\x1c\x41\xc2\x7b\x4c\xd6\x4e\x45\xb2\xc0\xe5\xe8\x58\xb2\x46\xca\x90\xb5\x6d\x71\xda\x88\x14\xab\x44\x7e\xff\xe6\xe3\x7f\x73\x4c\xc9\x75\xe7\x94\x08\x30\x11\x17\x19\x9f\xc2\xe4\xdf\xbc\x9f\x2e\x16\x40\xfe\x72\xab\x09\x4d\x2c\x6b\xa1\xd9\xbb\x91\x7c\xd9\x1c\x87\xe5\xd8\xd0\x9d\x7b\x75\xaa\xf8\x3d\xea\x02\x3d\x24\x51\xb4\x81\x12\x2b\xa9\xe9\x5f\x6c\x87\xa8\x53\x22\xc6\xe6\x6f\x72\x4a\x44\x05\x51\x97\xdc\xf7\xa2\x29\xc8\x32\x48\xaa\xb1\x65\x9b\x84\x8a\x84\x68\xa3\x97\x3a\x7e\xf2\x6b\xae\xd3\x85\x2b\xc4\x58\x0b\x4f\x5a\x05\x43\xe6\x41\x8a\x2f\xdf\x84\xa8\x99\x0a\x31\xc8\x94\x68\x7e\x1a\x03\xa3\xfd\x9a\x61\x90\x35\x17\xca\x96\x60\xf7\xe1\x81\x95\x0b\x56\xd7\xbf\x2a\xd9\x51\x4d\xd8\xdd\xb0\x3d\x16\x3a\xb4\xb2\x67\x27\xb4\xc5\x69\x0c\x88\x5a\x5a\x54\x6d\xdf\x32\xa6\x9e\x4b\x2e\x85\xda\x06\x67\x36\x2b\x48\x3a\x17\xaf\xa8\x92\x38\xe4\x6d\xdd\x61\x1b\xb6\xab\x66\xcd\xa4\xb2\x72\x05\x73\xfa\xe3\x3e\xb9\x2b\xac\x5f\x41\x0f\xf6\xfc\xcb\xe7\x95\x3b\xbc\x2e\x37\xfd\xf7\xec\x80\x27\xbc\x71\x39\x6e\xe4\x53\x18\xab\xd9\xbf\xef\x9b\x44\x55\x92\xc7\xc5\xa2\x4a\x64\xb0\x04\x7b\x18\x63\xb0\x17\xeb\x8b\xaf\x35\x30\x23\x46\x4f\x30\x22\x36\x54\x30\x66\x00\xba\xb4\x51\xe6\x46\x45\x14\x54\x6e\xfe\xb7\x06\x63\xbc\x26\x46\xcc\xa6\x12\x51\x77\xe2\xfd\x18\x14\xb8\xd0\xa3\x33\x82\xe1\xa1\x72\xfa\x00\xcf\x72\x40\x25\x45\x7a\xa9\xff\x42\x95\xf1\x34\x18\x59\x08\x8b\x55\x84\x13\x8f\xcb\xdf\x8f\xa9\xdd\x47\x67\x6e\x35\x26\x4d\x9f\x71\xa0\xf5\x17\x35\x10\xd3\x01\x7d\xc6\x35\xb5\x82\x04\x38\x13\xea\xa7\xf6\x46\xc2\x5e\xd3\xa9\xb2\x99\x8b\xe3\xfb\x40\x14\x42\x1d\x6a\x0e\x6c\x5b\xf4\x38\xbe\xcc\x00\x55\xe1\x2b\xa1\x27\x83\xd8\x56\xdd\xe4\x19\xa5\x9e\x1f\x89\xbd\xf6\x39\xe8\xd4\x97\x3f\x3f\x11\xa0\x59\x5d\x62\xeb\x56\x8b\xbb\x71\x5f\x0f\x76\xe2\x61\xfb\x4e\xb8\x99\x60\x15\xdd\xd7\xdb\x98\x5f\x99\x8b\x9c\x54\x5b\xce\x38\x26\xfd\xa5\xe4\x9f\x01\x74\xc9\x01\x03\x7c\x64\xed\x20\x8f\x1c\x7e\xd2\x47\xc8\x1c\xad\x5d\x9b\xfe\xb5\x2e\x8a\xa8\x4b\x4c\xfc\xc1\xd1\xba\x6d\xbd\xb2\xa4\xad\x02\xe1\x52\xcf\x05\xa3\x5e\xb9\xfe\xb2\x72\x4a\xf4\xde\xdc\x08\x40\xa1\xfc\xef\x7e\xdc\x71\xcb\xeb\x42\x00\x32\xaa\x5d\xfb\xed\x79\xf6\xd6\x59\xa7\x2e\x6c\xa1\x23\x40\x25\x16\x96\x8c\x16\xec\x73\x22\x2c\x73\x38\x66\xfe\x2f\x10\x2d\x32\xbe\xca\xd3\xdb\x08\x45\x94\x51\x12\xa1\x28\xbb\x5c\xb1\x42\xa4\x54\x44\x30\x61\x7d\xf3\x1a\xeb\xb7\x5a\xc5\x13\x7e\xdf\x08\x61\x6a\x9a\x38\xf5\xe1\x51\x51\x45\x29\x2d\x1c\xb1\x28\xe2\xb8\xa8\x73\xac\x6e\x18\x70\x5c\xd8\x6f\x6a\xa7\x13\x33\x07\x37\x90\x63\xe2\x8d\x59\xb2\x26\x56\xc6\x51\x09\x44\xa8\x9f\xe6\xce\xea\x58\xb1\x18\x47\x51\x52\x1b\xa6\x13\x90\x80\xdd\xbd\x4a\x44\xb2\xeb\xc4\x25\xce\xe2\x97\xd6\xdd\x33\xa9\xc9\x83\xf2\x5f\x88\x53\xda\x92\xa1\xfe\x0d\x71\x0a\xf9\xe7\xe2\x94\x2a\x44\x7e\x65\xd4\x7d\x5a\xb4\xb3\x70\xa7\x45\x9f\xd1\x63\x76\x79\x99\x89\x97\xd9\x19\x29\x3e\xd1\x4b\x89\x3f\x15\x8f\xb2\xe5\x1d\xf8\x52\x48\xa6\xd6\x49\xe5\x36\xdf\xc1\x8d\xec\xdf\x47\x13\x25\xc3\x10\xe2\x41\xea\xa5\x73\xf4\x14\x07\x8e\x0d\x31\x84\xcd\x92\x21\x86\xa9\xf2\xf8\x31\xc4\x4f\x9e\x19\xa6\x13\x5f\xa3\x0a\x40\xa1\xcd\x7e\xbb\x1f\x33\x08\x9f\xf9\x21\xb6\x18\xd6\xb9\x3d\x0a\xe0\x4d\xeb\xab\xf2\x07\x83\x9b\x0d\x35\x79\x0d\x6c\xce\x26\xc5\x10\x6d\x2a\x81\x8d\xe6\x9b\x2e\x39\x10\xad\xc1\x0e\xea\xfc\x50\x18\x62\xc1\x5b\x6e\x62\x5c\xff\xeb\x16\x05\x86\x2d\x6f\xe8\xef\x49\x6b\x57\xb5\x29\x08\x39\x05\x6f\xac\x0f\x13\x35\x50\x4f\xde\xd4\xd9\x4f\x4e\x35\x9c\x78\x90\x33\x53\x9c\x6d\x23\xb4\x13\xf1\x55\x90\xa4\x45\x8b\x48\x9a\x9a\x4f\xd2\xd0\x7c\x92\x36\xdd\x65\xdd\x57\xcd\x14\x06\xce\x83\xa6\xcc\x02\xbf\xfe\x55\xd7\x6e\x7a\xa9\x19\xb8\x97\x5a\xe2\x21\x76\xf9\x49\xf7\xaa\xc7\x7d\xfb\xe8\xa5\x40\xd0\x53\x4f\xfc\x8c\xcf\xb5\x7c\xab\x26\xf1\xf3\xb1\x5c\x49\xe7\x01\xe5\xe7\x2b\xae\xd1\x81\x81\xc9\x2d\x4d\xb1\x70\xd6\xff\x01\x31\xa5\x8d\x5c\xbd\x0c\x77\x87\xfe\x26\xed\x59\x42\x29\x70\xcd\x77\x5e\x07\xcf\xaa\xb9\xd3\xd4\x06\x30\x84\x70\x33\x3c\xf0\x78\xa7\x5b\x02\x04\x8a\x22\x68\x73\x14\xc7\x78\x67\xf8\x08\x8e\x48\x22\x8c\xe7\x91\xa2\x4d\x7f\x07\x75\x1d\x73\x60\x7f\x40\x15\x83\xd2\xb9\x6e\x74\xc8\xc6\xc3\x61\xaa\xfb\xef\xc1\x63\xa3\x87\x15\xca\x3e\xa8\x1e\x87\x87\xf6\x59\x0f\x64\xd7\xce\x0a\x5a\x04\xdc\x11\x7e\x1a\x32\xeb\x51\xb0\xef\xe8\x87\x57\x6f\x3b\x3a\xdf\xa8\xc4\xb2\x55\xe7\x3a\xac\x66\x45\x16\xed\xcc\x36\x6c\x7c\xad\x1c\xf2\x90\x80\xc9\x17\xfb\xe4\xa5\xca\xa8\xf9\x82\x28\x60\x43\x05\x96\xe0\xc8\xb4\x98\x9f\xc9\xe1\x16\x90\xe0\x62\xec\xdd\xc0\x13\x3f\x9b\x6b\x46\xb9\x48\xe9\x9c\x20\x31\x3e\xac\xd9\x0c\x79\x19\xda\x65\x35\x52\x18\x9e\x53\x9d\xe8\x84\xb6\x94\x81\x5a\x17\x0a\x16\xab\x5e\x60\xbd\x09\x85\x89\xac\x02\x03\x3d\x04\x81\x9e\xa6\x99\xf6\x35\xf7\xfb\x81\x31\xa5\x3f\x57\xb0\x09\xfd\xd0\xed\xce\x5a\x44\x58\x61\xb3\x72\xe3\xf0\x04\xcf\xa1\x36\x83\x85\x34\x40\x53\x5f\x65\x56\xe2\x16\xd4\xf7\x26\xf4\x4c\x4c\x5a\xdf\x7b\x49\x49\xfe\xb7\xf7\xa3\x6d\x85\x69\x6d\xa9\xbe\x73\x6a\x5f\xbe\x31\xb5\xd6\xf7\x5e\x2e\x95\x3a\x83\x89\x54\x3c\x0c\xa4\x42\xb8\xe9\xc3\xd2\xcd\xe0\x5d\x86\x0b\x8b\xce\xb4\x9b\xea\x28\x38\xd1\x59\xc3\x38\x6e\xe0\x99\xdc\xe3\xcc\xc3\x5a\x59\x80\xb5\x2a\x8c\xd5\x21\x35\x9c\x45\x4d\x78\xac\x36\x9c\xd5\x21\x9b\x0c\x5b\x27\xfe\x4d\x86\xbb\x83\x8d\x61\x89\x8b\x4a\x13\xa6\x2f\x94\x77\x7a\xbc\xda\x03\x86\xa0\x1c\x17\xa8\xc4\xf9\x68\x24\x29\xfb\x19\x07\x1c\x95\x0e\x28\x8d\x21\x4a\x1c\xef\xab\x1f\xb2\x75\x19\x9e\xf5\x12\x95\xb6\x96\xb3\x6c\x2a\x31\xc6\x79\xab\x4f\x6c\xd9\x8a\xfd\x4a\x87\xfd\xca\x8a\x71\xab\x3a\x28\x5d\x85\x4d\x59\xc7\x78\xf6\x8d\x1a\x85\xf3\x89\x1d\x03\x8e\xa9\x9c\x98\xb7\xca\xf2\xb4\xf2\xea\xb4\x72\xff\xc0\xfb\x86\xfa\x39\x4c\x78\xad\x40\x42\xa2\x5f\xe2\x75\x0b\x1d\x63\xbd\x5f\xad\xaf\x97\x2f\xd0\x31\xbc\xfe\x58\x5a\x36\xd1\x86\x93\xb0\xf3\x2a\x50\x61\x1b\x57\x1c\xb1\xfb\x96\x62\x48\x0b\xb7\x4b\xee\x2b\xdf\xd3\x89\x3c\x94\x5b\xb4\x94\x45\xeb\xee\x14\x6e\x77\x8a\x16\x2d\xe5\xbe\x0a\xb6\xeb\x2a\x41\x4d\x5d\x40\xa6\x03\x12\xd5\xb7\xcb\x56\x53\x03\x6b\x32\xda\x2f\xbe\x5f\x2e\xd7\xe4\x84\xad\x46\xd8\x63\x64\x3c\x39\x62\x15\xf6\x97\x8e\x69\x8b\x50\xc6\xf0\xbf\x86\x47\x95\x1c\xb1\x11\x11\x29\xfe\x57\xc5\xc6\xaf\x38\x63\xe4\x9e\x70\x90\xda\xca\xc4\x44\x05\x50\x2b\xe2\x3d\x6e\x97\xa9\x18\xa9\x35\xd1\x4c\x78\x59\x0f\x85\x88\x0f\x2b\xce\x5e\xb9\xdb\x55\x10\xa7\x5d\xda\xc2\x0b\x9a\xb9\x5d\x36\x83\xef\x6a\xc9\x0c\x1b\x11\xdf\xef\x2d\x6b\xae\x52\x4b\xe2\x69\xea\x52\xe8\x2a\x5e\xc3\x78\x7f\x18\xad\xaf\xb6\xbd\x8c\x8a\x74\x91\x31\x63\xd4\x74\xbb\x72\x86\x2e\xac\x4f\xd3\x4b\x12\xc7\xc2\xe8\x3e\x4f\x89\x86\x57\x81\x4f\x8d\xfa\xb5\xc0\x83\x51\xf1\xd8\x25\x3f\x2f\x7a\x78\xd7\x66\xe7\xcd\x26\xc5\x14\xe5\xf2\x4f\x6f\xd8\xb0\xe4\xa7\x28\xff\x96\x25\xff\x95\xad\x15\x1a\xeb\xdf\x9a\xe2\x19\xa0\x88\xa3\x5c\x72\x17\xd6\xfa\x25\xd4\x67\x53\x3d\xe8\x76\x55\x72\xd9\x7c\xe9\xac\xcd\x25\xfd\xf6\x1d\x2a\xfa\x9e\x3f\x05\xba\xe7\x5d\xab\x71\x7a\x16\x18\xa7\xd3\xd0\xdc\x3c\x53\xc6\xe9\xa4\x8b\x83\xa6\x4e\x8b\x19\x5a\xa3\xb7\xb4\x6f\x9a\xab\x27\x6d\x95\x9c\x0f\xd1\x64\x9a\x44\x91\xfc\x26\xdc\x6c\x02\x18\x3e\x48\xbe\xcf\x5f\x73\xb7\x32\xe1\x51\x32\x25\xd1\x2e\x7b\xa8\xc9\xb9\xda\x64\xd0\xb5\xc3\x60\xbd\x59\x95\xbe\xc4\x3c\xe3\xee\x10\xdd\x08\x40\xeb\x32\x69\x58\x17\x6f\xb5\xdb\x5e\xc5\x31\xf8\x91\x6b\x9b\xb0\x5b\x6e\x23\x8b\xc9\x35\x32\x19\x2e\x5e\xa9\x8b\x5f\xcd\x30\xa8\xfe\xa6\x69\xe5\xa3\x6a\xc8\x0e\xd1\x16\x93\xaf\xfb\xc5\x5e\xaf\x02\x1d\x49\x3b\x8e\x53\x51\x52\xea\xe7\xd8\x45\x4b\xa9\x98\x6e\xcb\xd3\x2b\x69\x1c\xf1\x0d\x56\xc9\x75\xe7\x42\xf9\xd5\x2f\x59\xf1\x22\x9d\x5f\x78\x36\x39\xc2\xe2\xc8\x4f\xb9\x9f\x9e\x05\x09\x38\xa2\xfd\x8b\x54\x4e\x7d\xbd\x06\x54\x2b\x9a\x64\x17\xe2\x82\x50\xc0\x10\x53\xd9\x47\x3c\x24\xff\x9c\x07\x79\x83\x2a\x23\x39\x0b\x48\x3a\xb5\x6e\x2d\x7f\xb0\xb3\xa0\xab\x64\x87\xd0\x01\xbc\xb6\x93\xac\x5b\xd0\x39\xb8\xf4\x9a\xa8\xfb\xe3\x47\x8e\x4f\x52\x71\xd1\x9f\x93\x2c\x47\x1f\x78\x2d\xc3\xc0\x73\x93\xac\x87\x14\xe8\x5d\xfd\x9d\xce\x3e\x70\xc2\xf1\x00\xbd\x31\xf7\xe8\xd7\xe6\xef\x53\x59\xf8\x52\xfe\xf3\x8c\xe3\x79\x01\x06\x10\xbd\x95\xbf\x7e\x32\xef\xbf\xca\x1f\xbf\xc9\x7f\x3e\xc9\x7f\xfe\x94\xff\xfc\x6a\xde\xfd\x28\x7f\xfc\xc2\xf1\xf0\xc1\xa0\xd2\x8a\xfd\xc5\x01\xbc\xfb\x45\x43\x62\xef\xe1\x60\xa0\x63\xbb\x71\xf4\xde\x34\xfa\x9d\x4b\x40\xff\xc1\xfc\xfa\xb7\xf9\xfb\xb3\x2a\x25\xb9\xb1\x62\xcc\xf1\xd1\x00\xd1\x1c\x4f\xa6\x88\xa9\x7f\x0b\xf3\x26\xcb\xf1\x00\xa5\xe6\x07\xcf\xf1\xce\x10\xe5\xb2\xa8\x94\xff\xcc\x4d\xf9\x22\x0f\xd2\x2c\xac\xf2\x4a\xf1\xa9\x45\x40\x87\xf1\x09\x87\x63\x39\xc2\x64\x67\xd8\xc5\x98\xe7\x63\x9e\x27\x3c\x57\x83\xf6\x94\xb5\xb9\x04\x5e\x1b\x81\x7d\x37\xd6\x3b\xac\x88\x99\x35\x78\x55\x91\xb2\x4d\x74\xf7\xca\xd6\xfe\xe8\x08\x63\x95\xaa\x6e\x3c\x4c\x76\x6d\x8d\x5c\xa5\x49\xcf\xf1\x57\xae\x0d\x08\x7f\x28\xbc\x0c\x17\xf0\x4e\x16\x95\xb2\x4a\x99\x5b\x8a\xf8\x2b\x1f\xff\xca\x83\xf4\xb1\xc9\x40\x72\xff\xe6\x74\x08\xbc\x3f\x3c\x3c\x18\x0e\x77\xe3\xff\x94\x79\x10\xa1\x49\xc4\x78\x47\x19\xda\xea\x5f\x12\x34\x5d\x55\x02\xe3\x1d\x6d\x0f\x8c\x0f\x87\x47\xbb\x7e\xca\x1b\xa2\xc6\x6c\x35\x39\x27\x1c\xc6\xf1\xd1\xa1\x32\x9f\x26\xf8\xab\x00\xc3\x5d\x94\xe7\x30\x51\xcf\x24\xc8\x0a\x14\x52\xa4\xce\x91\xc3\x2f\xc3\x87\x1a\xaf\x1c\x1d\xba\x92\x81\x29\x31\xc2\xfd\xa3\x03\xfb\xe6\xd0\xbc\x70\x1a\x87\xdd\xba\x61\xe1\x60\xb3\x91\x37\xcf\x3c\x0f\x52\x88\xaa\xb4\x6f\x36\x1e\xc8\xc3\xc1\xe3\x2c\x37\x78\x3c\x80\x15\x87\x9f\x94\x5d\x66\x85\xfe\x01\xc1\x97\xaa\x03\x18\x7a\x4a\xfc\x29\xaa\xdb\x16\xc6\x6f\x78\x1c\x83\x4f\x7c\x8d\x05\xda\x37\x6e\x25\xb7\xb2\xd5\x53\xee\x72\x00\xab\xcc\x84\x43\xa5\x91\x52\x0b\x78\xa8\x17\x50\xc3\x86\x06\xb8\x33\x09\x4f\x09\x38\xd7\xba\x5e\x15\xf2\xe6\x44\x76\x2c\x8f\x0c\x7a\x5f\x00\x08\x61\x62\x81\xe9\x84\xc3\xf5\xfa\xe8\x50\xdf\x18\x8f\x8e\x74\x10\x6d\xc7\xdb\xe6\x63\x79\x20\xac\xba\x9c\x4c\x61\x52\xe4\x0a\x85\x11\x08\x91\xe9\x1f\xca\x73\xea\xad\x93\x99\xe6\xfd\x11\xa9\x14\xcf\xd4\x1e\x95\xca\x06\x13\x0a\x85\x61\x64\x04\xfd\x10\x74\x72\x85\xa8\x67\x83\xee\x07\xa3\xb1\x0a\xa9\xd7\xdb\xba\x34\xeb\xbf\x67\x65\x35\x63\x4f\xe4\x92\xd4\x54\xe1\x79\x43\x9d\xe2\xec\x0e\xd4\xbd\x49\xde\xed\x79\xc9\x95\x84\xd2\xe6\xa0\xc6\xa4\xbf\xca\xe8\xb9\xfd\x9d\x61\xd2\x27\x37\xab\x4c\x9b\xdd\x7c\xcc\x2e\x09\x47\x1c\x93\xe0\xc0\x8d\x06\x8f\x79\x2d\x0d\x35\xb7\x69\xa8\xd1\x1c\x67\x93\x5c\x59\x6e\xed\xc8\x8d\x9f\x57\xb8\xa2\x8c\x19\x34\x4e\x49\x65\x5c\x40\x78\x37\xc7\x02\x3d\x13\xa0\xb4\x36\x31\x2f\xc5\x48\xb6\xc5\xc3\xc1\x63\xbc\x18\xcf\x7b\xbb\x0f\x07\xc9\x81\x7e\x7c\x48\xf6\x92\x9d\xa1\xb9\x35\xcd\x1f\x63\xa1\x8c\xf4\xd4\x40\x5d\xf2\xec\x12\x8e\xb8\xca\x7d\xad\x64\xdd\x6f\x25\xac\x6a\x30\x1d\x3f\x55\x38\x42\xe0\x97\x42\xc1\x17\x83\xfe\x6e\x76\x31\x7e\x5b\xc4\xf1\xf3\x02\x50\xa5\xdc\xf4\x16\xcc\x49\x78\x4d\xd9\xbb\x22\x63\x45\x26\x6e\xf1\x00\xd6\x43\x5e\xe9\x93\xd6\x52\xd5\xb7\x02\xf5\x3f\xb5\x19\x3e\x54\xe7\x02\x50\x7c\x16\x50\x61\xe7\x6f\xf0\xb5\x18\x83\xaf\x05\x9e\xd0\x29\xfa\xad\xc0\xaf\x0a\xf0\xa6\x40\xbf\x17\x10\x26\x5f\x0b\x6d\x54\xa4\xc2\xb6\xbc\x2d\x60\x32\xdc\xd7\x49\xf7\xf0\x1f\x05\x38\x3a\x42\xb5\xfe\x54\xa4\xc3\x7b\x30\x93\xbd\x77\x55\xe1\x52\x8e\x8e\x1c\x7b\x15\xde\x6b\xec\x3d\xc7\x59\x44\x1f\x59\x04\x15\xc4\x61\x79\xd4\x66\x59\xe1\x50\xd8\xd1\xa3\x40\x16\x62\xfb\x76\xaf\x0d\x7a\xac\xbe\x31\xd8\x22\xc4\xdd\x7b\x78\x28\xa7\xb7\xd9\x28\x1f\x30\x39\x79\x8a\xae\x6a\x73\x87\x6d\xdb\x27\x1a\xfb\xec\xf1\x34\x57\x96\xc0\x69\x4a\x5a\xe6\x58\x11\x53\x8f\x48\xd6\x73\xef\xef\x3e\x82\x95\x61\xbd\xdf\xaf\x3c\x05\x4f\x73\xa0\x94\xbc\x7e\x79\xb7\x02\x8a\x8e\xc7\xd7\x35\x40\xd6\x52\x49\xda\xa8\xac\xd5\x3b\x27\x7c\x74\xc2\xd7\x78\x78\x60\xae\x82\x2f\x72\xa0\x2d\x11\xdf\x70\x7d\xa9\x7b\xca\xb5\x0c\x4f\x63\xd3\x2f\x3a\xb2\x1f\x1c\x8d\x94\x72\xe5\xa3\xac\xad\x83\x5e\x69\xf5\x48\x0e\xef\x4e\x65\x95\x5c\x59\x44\xb0\x0c\x40\xf4\x81\x3b\xb3\x9b\x4c\xf2\x4a\x85\x45\x64\xaf\xf9\x98\xe1\x41\x02\xde\xf8\x2c\x13\xc3\x6f\x0d\x1d\x07\x5f\x79\xfc\x89\x43\xa8\x3e\x39\xa8\xa4\x7d\x03\x6d\xa7\x9c\x2d\xc1\x2e\xd6\x76\x6c\x27\xda\x47\x85\x78\xdc\x3f\xf1\xb9\xff\x3f\x18\x68\x58\xa4\x98\x58\x55\xf8\x27\x21\x71\xbb\x0a\x61\xf4\xca\xe0\x77\x88\x86\xea\x84\xeb\x2d\x12\xf8\x27\x8e\xcc\x18\xd0\xad\x21\x31\x0a\x4d\x4a\xa6\x06\x22\xa7\x7b\x20\xfd\x65\x46\x33\x7e\x41\x16\xbf\xb1\xe2\x8b\xdc\x46\x3d\x6b\x3f\x3b\xac\xab\xf2\xda\x78\x84\xb2\x9a\x3c\xa3\x0e\x9e\xfb\x0f\xed\x3d\xc5\x59\x1c\x9d\xe4\xa1\x9f\xb4\x36\x67\xb0\x23\x03\x07\xbb\x47\xc3\xfd\x87\x07\x83\x98\x42\xcd\xd4\x0f\x07\x8f\x01\xc3\x3f\x72\xc9\x34\xee\xa8\x31\x43\xe7\x6f\x28\xd4\xb4\x8c\xec\x27\x5b\x02\x00\x8a\x06\x7e\x87\x31\x85\x1a\x3b\xa9\xec\xbb\x01\xae\x5f\x37\x6a\xc7\x2e\x08\x5a\x5f\x68\x43\x7e\x9d\x68\x0d\xff\xc2\xc0\x49\x0d\x49\xd9\x8b\xf3\xa6\x31\xa5\xfd\x60\x4a\x96\xc7\xd2\x33\xf2\x24\x55\x92\x18\x91\x2b\x42\x85\x26\x32\x05\xde\x19\x8e\x06\x8f\xe9\xc8\xca\x0e\x34\x61\xa1\x70\x94\x49\xc2\xc2\x11\xe0\x98\x4d\xf8\x14\x3e\x29\x54\x44\x3a\x0e\x11\x8d\xf1\x7f\x32\xad\x5b\x2e\x90\x5c\x29\x8a\xc1\x70\x77\xf0\x04\x50\xc5\xb3\xee\x50\x38\x1e\xee\x0e\x92\xfd\xc3\xc1\x13\x3a\xde\x3f\x1c\x24\xc3\x81\x7a\x94\x7f\x92\xe1\xd1\xae\x7a\x3e\xda\x1d\x24\x7b\x64\xef\x09\x1d\xef\x91\xbd\x64\x7f\x4f\x95\xca\x3f\xc9\xf0\xe8\x60\xf0\xaf\x8f\x1c\xd0\x07\xf2\x09\xca\xfe\x24\xa3\xf0\xcd\x95\xa1\x6d\x2b\xb3\x05\x83\xed\x1e\x49\xfc\x65\x4e\xb7\x07\x98\x35\xfc\x24\xb1\x7b\x0d\xb3\xd5\x68\xff\xad\x47\xfb\x45\x8c\xff\xf3\x27\x47\xf2\xcf\x27\xa5\x2b\x0d\x36\x79\xad\xd0\x9f\x07\x07\x31\xfe\x8f\xca\xd4\x5a\xa7\xfb\xa3\xc1\x63\x31\xb2\xfa\x65\xbd\x1b\x02\x22\x26\x77\x83\x8e\xc8\x84\x4e\x25\x7a\x94\x1f\x61\xbe\x7e\xdd\x5d\x0f\xbe\x81\x2f\x0d\x6a\x74\x9c\xa4\xaa\x1f\x92\xf4\xf8\xa9\x0d\x05\x21\xf0\x53\x8e\xa8\x3e\xe4\xc2\xa4\xc0\xd2\x18\x46\xdd\x7b\x75\xb9\x3e\x11\x92\x67\x35\xa6\xd4\x41\xf9\x40\x7f\x53\xc9\xf5\x8c\xd1\x83\xb9\x37\xff\x73\x0c\x24\x2a\x0c\xe4\x06\x67\x30\x10\x35\x93\xa6\x0d\x0c\x24\x02\x0c\x44\x3d\x77\xa8\xbf\x8b\x81\x04\x52\x10\x16\x74\x17\x00\xc5\x2c\xf7\x93\x40\x59\x6a\xa1\xf5\xfa\xe6\xab\x40\x54\xe9\x05\x15\x97\x76\xc2\x75\x02\xa8\x8a\xff\xf6\x76\xf7\xb8\xd9\x61\x8c\x77\x76\x91\xec\xf7\xf0\xbf\xe8\xf7\xc6\xf4\xbb\x2a\xc0\x33\x8e\x5e\x72\x88\x5e\x2a\x38\xfd\x2a\xff\xf5\x34\x87\xf2\xd2\xfa\x92\xe3\x67\x8e\x2a\xa1\x85\x6c\xe1\x67\xd8\x77\x0c\x7d\xb0\x9c\x4e\x13\xef\xaf\xdf\xc0\xf1\xfa\xc1\x99\xd6\xbc\xab\x61\x0f\xeb\xe7\x7d\x67\x88\xfe\x62\x2a\xc8\x90\x23\x84\x50\xab\x87\x5f\xf3\xda\x2d\xc0\xa2\x32\x86\xa9\x0b\x46\x16\x38\xe7\xd9\x3b\x01\x33\x22\x57\x7d\x13\x38\xae\x92\xa6\x70\x5f\x61\xc8\x8c\x07\x5f\x40\x3c\xb6\x38\xe3\x8d\x02\xf3\x86\x67\x59\x18\xdc\xa9\xb3\xaf\xda\xf9\x25\x8e\xd3\x3b\x4a\xb4\x5f\x5c\xf0\x72\x90\x14\xf5\x2e\x3c\xa1\x98\xdc\x15\x5f\x9d\xfd\x86\x63\x82\x5e\x73\x15\x91\xd1\xed\x93\x12\xcd\x4b\x2e\xe1\x25\xc7\x5f\x25\xe8\x06\x02\x95\x3f\x39\xfe\xc4\xf1\x6f\x1c\x0f\x3c\xdd\x9d\x87\xd1\x46\x0e\x0f\xbd\xe6\x0a\xcc\x2c\x7f\xf2\x83\xf3\x6f\xc2\x27\x29\x62\x69\x75\xf9\x61\x98\xa4\x2d\x41\x80\xe5\x42\x8e\xac\x55\xb8\xc9\x0d\x3d\xaa\xcc\xb4\x40\xe1\xb2\xc3\xeb\x11\x3b\xd9\x3f\x4b\x71\x57\x45\x67\xfd\x39\xc3\x03\x44\x53\x2c\x52\x4c\x52\x13\x8e\x54\xe5\xf0\x7b\xc7\x03\x13\x65\xcb\xc6\x53\xcf\xa4\xca\x28\x56\xee\xde\x72\x3c\x94\x93\x17\x56\xe4\x64\xe9\x6e\x62\x5d\xbc\x50\x5a\x59\x00\x68\x05\x98\x52\xe1\x2b\x44\xc8\x5d\xac\xbf\xc1\xfe\x61\xcd\xb3\xbe\xdd\xa9\xbe\x8b\x71\x1e\xc7\x4d\x37\x87\xbc\xdd\x02\x2a\x57\x02\x3f\xeb\x95\x94\x8f\x2a\x69\x0f\x37\xa2\x1e\xe3\xa4\xe3\xb9\xe9\x8f\xe6\x63\x10\xfa\xa8\xcf\x6b\x3e\xea\xa1\x31\xcb\xbc\xe1\xdf\xae\xdd\x92\xe7\x26\x7d\x7e\x02\x5a\xbd\xf4\x5b\x72\xe3\x6d\xf4\xed\xb1\x19\xed\x02\xad\x70\x6a\xed\xa1\x94\x1d\xfa\x12\xab\x38\xc3\xab\xca\xb0\xf0\x02\xaf\x6a\x40\x52\x5d\xe9\x2e\xe0\xd2\x0a\x9d\x2e\x3c\xb9\xa3\xbe\xf9\xc9\xc6\x97\x5e\x63\xad\xbb\x59\x56\xd6\x7f\x97\x5e\xe8\x0f\xd0\xd5\x25\xf7\x05\xeb\xe8\x2e\xe0\x46\x82\xd7\x52\x0f\xec\x1c\xaf\xda\x24\xc3\x18\x63\x33\xf2\x2b\x2b\xea\x18\x5d\x29\x21\x47\x09\x51\xd0\x02\x5f\x69\x2a\x78\x6e\xde\x7a\x9b\xb8\xb2\x9b\x98\x2d\xc1\xca\xf7\x13\x77\x51\x68\x0e\xf6\x0e\xdd\x4f\x89\xe0\x8f\x0e\x87\x8a\xaa\x71\xb5\x72\xd5\x58\xfc\x30\x0d\x5c\xa7\xf7\x7c\x54\xad\xcf\xad\x71\xe6\x18\xc2\xd1\xad\x7a\xb9\x8b\x56\x19\xe0\xe8\x16\x6e\xb8\x95\xa1\x38\xfd\xf8\x26\xb7\xfa\x37\x6e\x84\x30\x67\x38\x53\x6c\xca\x71\x3a\xbf\xf0\x17\xe0\x6c\x0c\x82\x57\x6a\x21\x16\x1c\x39\xe1\x0f\x3a\xeb\x73\x22\x40\x89\x72\x08\x13\x97\x55\x02\xe4\xf8\xac\x7f\x2e\xcb\x15\xc1\x6e\xad\x8d\xba\xca\xb3\x48\x85\xa0\xd2\xb2\x23\xae\x6f\x76\x33\xfc\x9b\xcf\x7e\x65\xa8\x44\x1c\x8e\x4a\x2d\x18\x9f\xa1\x19\xdc\xb8\x85\xdc\x1f\x1c\x1d\xa0\x95\xcd\x34\xe9\xa6\xb7\xc2\xab\xd0\x9b\xd7\x80\xd6\x0a\x8e\x72\xac\x59\x23\xf0\x17\xd0\x91\x1c\xe0\x7a\x1d\x3d\xed\x28\x61\x75\xc7\x19\xb4\x45\xb0\x17\x75\x1c\x2b\xd7\x51\x9d\x74\x9c\x07\x3c\xea\x9c\x95\xa2\x43\x59\xc7\x42\x5d\xe7\xd3\xab\xce\x75\xca\x3b\x7c\x45\xe6\xd9\x32\x23\x8b\xfe\x67\xfa\x99\x3e\x5d\x2c\x3a\x69\xe7\xf1\xa9\xea\x86\x13\x57\x1b\xf7\xfb\xfd\x27\xd5\xb7\x3a\x17\xd9\xf9\x05\x29\x3a\x19\xed\x88\x0b\xd2\x11\x05\x21\x1d\xc1\x3a\xab\x82\x5d\x65\x0b\xd2\x49\x3b\x39\x4b\x25\x92\xec\x64\x74\x91\xcd\x53\xc1\x8a\x0e\x2b\x3a\xab\x3c\x9d\x93\x0b\x96\x2f\x48\x21\x6b\x1b\x9b\xd5\x7e\x04\x37\x0f\xbb\x55\xd8\x99\x5d\x88\x72\x5c\x72\x90\x23\xee\x4e\xa8\x21\x8f\x2b\x8f\x3c\xee\x25\x19\xce\x51\xb8\xaa\x4a\x84\x6b\xd7\x56\xf2\x07\xcb\x0c\xac\xd0\x8a\x83\x01\xca\x94\x1b\x4c\x60\x6b\x31\x94\x3d\xa8\xdd\x3b\x96\x47\xfe\x76\x45\xd0\x0d\x5e\x85\x76\xc4\x0a\x30\x0e\xf6\xe3\x55\x95\x49\xb5\x0d\x21\x1e\x6f\xf5\x3c\x72\xda\x8c\x9b\x76\x54\x7a\xd3\xee\x0f\x64\x3d\x7c\xd6\xeb\xee\xbf\x55\x80\x4a\x70\x03\xe5\xdd\xee\x7b\xe6\xbb\xe4\x60\x15\xce\x77\x73\x0f\x74\x6d\xde\xe5\x80\x5a\x03\xc8\x6b\x78\x27\xf0\xb5\x24\x3a\x8a\xbb\xf1\xc4\x60\x92\x0e\x55\x04\xaa\x32\x31\xd0\x74\xc9\x53\xeb\xe7\x2e\xa7\x74\x25\x1b\xb0\x3c\xac\x27\x2d\x38\x49\xab\xe0\x48\x27\x69\xe2\x89\x5c\x5f\xb5\x32\xa5\x07\x46\xac\xd1\x2e\xc2\x10\xeb\xb5\x61\xec\x8c\xec\xe2\x79\x5d\x76\x51\x18\xd9\x45\x51\xc9\x2e\x24\xc7\xe9\x0b\x30\x98\xc7\xb2\xd5\xe2\x12\x1c\x0c\x2b\xa5\x66\x20\xd1\x78\xcb\x3d\x65\x97\x9c\xba\xb3\xb1\x50\xfd\x8c\xe0\x87\x1c\xbc\xf6\xf9\xcf\x8f\xcd\x4a\x71\xdc\xfd\x28\x19\xb7\x46\xdd\x0f\x79\xa5\x07\xfc\x83\xfb\x59\x43\x11\x91\x4c\xf0\xa8\x6e\x15\x1a\xda\x7e\xba\x24\xa4\xe3\x77\x4a\x86\xfe\x5a\xf2\x13\x35\x26\xa4\xfa\xd8\x3b\xef\x63\xc4\x52\x45\xea\x07\xa3\x1e\x65\xda\x30\xd7\x70\x1d\x9a\x58\x0c\xf6\x0f\xab\x6c\x40\x77\x81\x0d\x06\xe7\xca\x37\xe2\x25\xaf\xb4\x04\x4a\xad\x2b\x41\x49\x91\x1b\x65\x55\xae\x02\x5c\x9b\x0b\xd7\xde\xb7\xad\xcc\x35\x15\xaf\xf2\xfa\xbe\xe4\xd0\xc4\xa0\xda\x8f\xa9\xa5\x5b\x15\x8f\x37\x40\x85\xb3\x36\xa7\x2e\xfa\x3b\x5b\xe3\xc2\x1c\x9a\xc2\x8f\xd1\xe3\x59\xaa\x8c\x7c\xb9\x3b\x66\x9b\x4a\x75\x59\xcd\xdb\x4b\xaf\x6c\x61\xd9\xe7\xb5\xd4\xed\x20\xcc\xb0\xe1\xfd\x82\x95\x6e\x38\x88\xb9\xe4\x94\x9f\x41\xa9\xff\xd3\x8f\x03\x53\xeb\x92\x6c\x0b\x86\x02\xd1\xf0\xb1\x08\xdc\x80\x6a\xdf\x18\x6f\xfd\x42\x52\x9b\x44\xed\x23\xb0\x8a\xb9\x53\x6d\x7d\xae\xcc\x7c\x9d\x54\xd2\x05\x7e\x1a\xec\x3f\x42\x1e\x0c\x78\xfa\xe0\xf0\x23\x6d\x06\xd0\x1e\x4f\x5b\xf3\xc8\x72\xb1\xd1\x1b\x70\x26\xe0\x48\xfe\x8b\x49\x88\xf5\x04\x1c\xf9\x81\xce\x1e\x7a\x67\xee\xc4\x3b\x06\x3f\x7a\xd9\xc8\xfe\x52\x92\xf3\x37\x75\x7d\x78\xfd\x46\xfd\xc6\x20\xaf\x05\xbb\x7b\x2a\xaf\x3d\xc1\x67\x49\xee\x44\x0c\xdf\x92\x14\x53\x1c\x5e\x50\x7d\xf3\xdc\x7a\x70\xb2\xef\xba\xca\x22\xe5\x20\xe1\x58\xdf\x9a\xfd\xc1\x23\xf9\xdd\x16\xdd\x86\x95\x25\x9b\xc3\x42\xc3\xc3\xc2\x94\x36\xc8\xd7\xfc\xc4\xff\x29\x46\x61\x09\x2e\x1a\x02\x26\x3c\x08\xe5\x4b\xea\x77\x20\xd7\x51\x8d\x2e\x4b\xc5\x0b\x7f\x20\xa9\x5f\x4a\xa8\x48\xe9\x79\xee\xd5\x2c\x70\x55\x7a\x49\xa8\xe0\x23\xcf\xe2\xd1\x97\x20\xe6\xad\x22\xac\x6c\x64\xef\x31\x5a\x84\x95\x41\x34\xc7\xc3\xc7\x8f\xcb\x51\x31\x29\xa7\x78\x80\xb8\xfc\xb3\x33\x44\xb9\xf9\x9b\xc5\xf8\x3f\x73\x0f\x00\x8b\xdc\xe2\x84\xfd\x98\xc1\x38\x2e\x34\x8b\x48\xf4\xe3\x82\xe4\x44\x10\x40\x3c\x95\xe8\x6b\x8e\x7d\x1a\x22\x8f\xa6\x39\x21\x63\x4b\x70\xfd\x83\x09\xe8\x96\x93\x49\x11\x0b\x53\xfe\xa8\x2c\xe0\x49\xad\xd0\x05\x51\x56\xd8\xb9\xc0\x27\x5c\x49\x63\xf6\x76\x1b\xf7\xd1\x4f\x0c\xbf\x17\xe8\x96\x01\x8e\xaf\x98\x95\x24\x1b\x93\xa7\x8c\x51\x15\x43\x29\xca\x68\x87\xc3\x1c\xdf\x71\xf9\x2b\xe1\xfd\xf0\x35\x22\x74\xe1\x17\xbe\xa0\x8b\x8d\x96\xed\x93\x24\x5b\x82\x5c\x32\xd9\xbc\x16\xb0\x31\x8e\x73\x67\xa2\x94\x91\xeb\xf5\xfa\x3a\xa3\x0b\x76\x8d\xc0\x1c\xe7\xca\x13\xd6\x76\x26\x2b\xfa\xbf\x81\x75\x97\x9c\xf7\x8b\x94\x9e\x93\x63\xe5\x16\x72\x97\xe3\x79\x3f\xa5\xf3\x0b\x56\x68\x8b\x5b\xf7\xf3\xed\x72\xc9\x89\x40\x25\x9e\x6b\x8f\x3a\x9d\x01\xd7\xfe\xd2\x6f\x95\xf0\x20\x77\xa6\xa3\xa8\x74\x8f\x86\x8f\x78\x21\x3f\x40\x7d\x43\x7d\x73\xbb\x44\x2b\x09\x1c\x4b\xf9\xcf\x05\x1e\xa0\x4b\x3c\x40\xe7\x98\xa3\x2b\x5d\x59\x38\xb3\x61\x0b\x9c\xb7\xa3\x73\x9d\xdd\x79\xa0\x9d\xc5\x25\xed\x3b\x77\x5f\x5b\xaf\xc1\x0a\x2f\x7a\x19\x44\xb2\x56\xa9\x6b\xcd\x5b\x6a\x2d\xf1\xa2\x37\x87\x48\x5e\x5b\xab\xf2\x38\x06\x8b\x9e\xf9\xad\xcc\xad\x8c\xed\x5d\x65\x80\x7e\x8b\xcf\xfd\x20\xd5\x23\x78\x85\xcf\xd1\x39\xbe\x1d\x79\xd6\xcd\xe7\xf2\x02\x67\x2c\x73\x95\x70\xe1\x0a\x2b\x31\x41\xaf\x77\x81\x75\x98\xf3\x15\x5e\x40\x74\xa5\x23\x8e\xf7\x7a\x97\x58\xc7\x89\x58\xca\x52\xff\x43\x12\x66\x4f\x2d\x86\xd6\x32\xa2\x2b\x0c\xce\xf1\x15\xf4\x0c\x73\x37\xe7\xf8\x76\x93\x63\xa5\x14\x5e\xad\xd7\xea\xef\xd2\x84\xa0\xd3\xc0\xb6\x52\xd0\xb5\x34\x4a\x5e\xb3\x0b\xb9\x5c\x42\x53\x61\xa0\x2a\x0c\xc2\x0a\x7f\x32\x7c\xa7\x36\x98\x2c\x5e\xe4\xe4\x32\xe1\xc8\x41\xe7\x07\x09\x35\x49\xbe\x41\xef\x05\xee\x0e\x43\x4b\x18\xf4\x9e\x63\x26\xd9\x20\x09\x10\xaf\x73\xe7\x22\xf4\xc2\x37\x97\x7d\x5f\x67\x14\xf7\xf6\x06\x10\x8e\xbe\xe6\xe0\x3d\x47\x2f\xa0\xec\xe3\xbd\x1f\xea\x70\x13\xd2\x83\xf7\x1c\x8e\xec\x47\xfd\xcf\xa9\xf8\xc7\xd8\x89\x9d\xde\x5b\x65\xfa\x99\xec\x4d\x07\xe6\xca\x96\x60\x78\x10\x9f\xa9\x60\xc2\xef\xbd\x38\x84\xca\x41\x65\xb8\x7b\x18\x9f\xe9\x26\x33\xd9\x24\xe0\xe0\x4c\xa7\x33\xfd\xfe\x18\xcf\x94\x13\xbe\x29\x3d\xde\x76\xbf\x19\x1f\x6b\xe7\xfb\xe4\x38\xc0\x19\x70\x63\x0d\x2b\x87\x83\x3d\xf5\x51\xa3\xce\xba\xe1\xe0\x3d\x97\x0b\xe0\x64\x04\x7b\xbe\x74\xf0\xa0\xad\x02\x7a\x21\xcb\x3c\x26\x57\xae\x4f\x20\x66\xdc\xdd\x4f\xbc\x06\xc3\xc1\xee\xc3\xda\xfb\xc3\xfa\xfb\x6f\xf5\xb9\x9f\x7c\xa3\xc2\x61\x72\xca\x81\xa4\x1d\xef\xcd\x4d\xff\x06\xe7\xde\x82\xce\x38\xa8\x92\x72\xdc\xc4\xf1\x4c\x5e\xd4\x36\xcd\x7d\xff\xbf\x03\x3c\xd9\x12\x1c\xe3\x3f\x19\x9a\x29\x84\x8d\xce\xf0\x71\xdf\x03\x75\xc4\xf1\x71\x3f\x04\x76\x34\xeb\x62\x7c\x16\x4b\xc0\x39\x0b\xd1\x70\x1c\x9f\x33\x50\x2b\xeb\x2f\xcc\x83\x89\x12\x8f\xce\x20\xbc\x33\x9f\xe7\x71\x7c\xcb\xc0\x99\xe4\x7d\x67\x58\x01\x60\x21\x50\x25\x4b\x39\xc6\xbc\x4f\xa8\x32\xdb\x3b\xc6\x33\x17\xb7\xde\x27\x23\x67\x63\x70\x56\x23\x1f\x78\x86\xce\x02\xe2\xa1\x6d\xf7\x2e\x33\x0a\x8e\xd1\x99\xb6\x91\xb5\xa8\x0c\x26\xe0\x18\x83\x19\xae\x8d\x79\xbd\x5e\x54\x84\x65\xd6\x46\x58\x60\x8d\xa8\x80\x63\x7c\x5c\xa3\x2b\x28\xc7\x67\x7e\x6a\x06\xf3\x4d\x74\x53\x8d\xc7\x4e\x39\x87\x88\x63\x37\x6f\x35\xe9\xf1\x4d\xe2\x55\x23\x74\x21\x2b\x75\x8f\xfb\xe4\x46\x10\xba\x88\xe3\x9b\x27\x2a\x44\x37\xe6\x88\xe3\x1b\x74\x83\x73\xf9\xbd\x4b\x06\xce\xd0\x0d\x44\x99\x7e\xe2\x10\xe5\x71\x2c\x71\xec\x50\x1e\x4b\x8f\xc0\xad\xd7\xc7\x1e\x79\x93\x24\x44\xa1\xf9\xaa\x58\x13\x32\xf5\x82\xa9\x47\xf9\xca\x11\xbc\xae\x4d\x96\xe0\x4a\x5d\xfd\xcc\xd4\x97\x9b\x06\x66\x78\x66\x22\x24\x28\xc0\x01\x50\xb9\x4c\xab\x5d\x02\xfa\x8b\xc8\xf6\x0f\xd1\xb1\x71\x99\x78\x9a\xe7\xaa\x36\x07\x10\xdd\x3c\xe1\x63\x70\xdc\x4f\x17\x0b\xdd\xc1\x4c\x56\xd3\x4b\x00\xf4\x08\x90\xfb\x20\x4c\xc0\x4c\x76\xff\xa2\xe5\x1d\x0a\xfa\x90\xff\xa1\x19\x9e\xe8\x30\x58\xc7\xf8\x6c\x24\x77\xaf\xa2\x22\x23\x28\xe9\xc6\xb1\x47\x09\x67\xda\x16\xc6\x85\xa8\x39\x46\x39\x59\x8a\xe4\xb8\xaf\x23\xfe\xbc\x26\x4b\x81\x04\x5b\xb9\x82\x8f\x6c\xb5\xd1\x12\x86\x36\x44\x78\xa6\xd7\x4c\x1e\x1f\xe3\x95\x8f\xce\xf0\x60\x74\xf6\x78\x66\xcd\xdb\xcf\x7a\x3d\x28\x61\x7e\x72\x36\x85\x36\x96\x82\xf7\x2d\x7c\xdc\x97\xdf\x97\x6b\x11\xbc\xfb\xc8\x56\xf8\xb8\x2f\xd8\x6a\x23\x89\x51\xf7\x13\x43\x7f\x32\xfc\x89\x39\x0b\x23\x8b\x74\x1b\x84\xe2\xac\x85\x50\x5c\x07\x84\x62\xef\x20\xbe\x8e\xe3\x2b\x0e\xce\x50\x1d\xd3\x29\x52\x71\x0d\xef\x66\x06\x84\x15\x86\xfb\x22\x5b\x87\x91\x59\xbe\xe8\x7e\x4f\xb1\x4f\x6b\x46\xef\x95\x48\x17\xcd\xf0\x69\x6b\xc6\xf2\x2f\xe3\x2f\x60\x06\x93\x2f\x6e\xf0\xb3\xcd\xff\x6b\x98\xd1\x1a\xce\xfe\x54\x68\x41\x4f\xa1\x79\x02\x6f\x21\xe5\xec\x7e\xe6\xd0\xd9\xd0\x12\x24\x72\x2c\x34\xb3\x2a\xd7\x55\xad\xb3\xb7\xb0\x22\xfc\x26\x7a\xdf\x8c\x61\x7c\x18\x3b\xea\x13\x03\x20\x37\x01\x86\x81\x46\xaf\xeb\x01\x83\xe5\x54\x84\x93\x33\xb2\xda\x6d\x4a\x1e\x44\x63\xeb\x6b\xcc\x56\xc6\xf2\x12\x91\xe6\xe3\x2c\xef\xf5\x12\x60\x6d\x35\x09\x4c\xd4\x63\xe0\x6e\x89\xbe\xd7\x7d\xfd\x03\x63\xed\xbe\xeb\xf2\x05\xf8\x52\x20\x6a\xb3\xd1\x1d\xec\x1b\x69\x28\x75\xca\x67\x23\xf8\xa9\x76\x51\x5e\x8c\x3c\x7d\xf3\xef\x76\x2b\xb5\x05\x33\xc1\x3f\x70\x67\xc6\xec\x22\x26\x55\xa6\x9f\xeb\xf5\x7b\x9b\x62\xab\xba\x53\xbf\xae\x8b\xcc\x1c\x9c\x93\x90\xbb\x59\xe4\x4e\x6e\x34\xcf\xd7\x6b\x60\xfa\xb5\x9b\x02\xc7\x44\x48\x08\x9a\xe7\x72\x61\x25\x97\x37\x80\x89\x52\xf8\x68\x40\x8e\x63\x65\xae\xfe\x5e\x05\xdd\x68\xd4\xb4\x16\x5c\xee\x64\xe9\x48\xec\x0f\x0f\x62\x89\x30\xcf\x4d\x4b\x2d\x15\x7b\x38\xdc\x8d\x05\x5c\xaf\x7f\xe6\xeb\x35\xf8\x59\x45\xb7\xfa\xa3\x00\x47\x8f\x10\x68\x46\x95\x7a\x6a\x23\x82\x6e\x24\x6a\x6b\x82\xb6\x5b\x06\x59\x51\x1e\x92\x23\x15\xe6\x3d\xb7\x2b\x70\xf4\xe8\xb1\xc8\xc7\x47\x8f\x12\xe1\xcc\x99\xb5\x25\xf8\x5f\x05\x20\xe8\x6d\x6e\x1d\x91\xba\xc3\xaa\xab\x97\x46\x4a\x41\x73\x8d\x1c\x05\x22\x10\xfd\xed\xc1\x56\xfd\x3d\x33\xfd\xb1\xff\xa5\xfe\xde\x9a\xa9\x5a\xa9\x5a\x0e\xed\x1c\x4c\x20\x2b\xa2\x05\x1f\x86\x77\xbe\x47\xa0\xb2\x37\x74\x1b\x67\x24\xc9\x7b\xbb\x46\xc0\xc2\xf2\x91\x32\x93\xf7\xb2\xe1\x0d\x46\xec\x31\xb5\x88\x9c\x39\x3f\xa5\x02\xd3\x09\x9b\xa2\x4c\xfe\xe9\x0d\xa7\x88\xe3\xc2\x8f\x9b\x50\xd4\x1d\xc4\x5a\x13\x1f\xa9\x23\xc6\xdd\x3d\xa2\xbc\xcf\x81\xd4\xe1\xbb\x0c\x95\x70\xb3\x31\x89\x2d\x73\x6b\xdc\xdf\x36\xce\xda\x18\x47\x36\x70\x6c\x8e\x0b\x1b\xe9\xa8\x1a\x67\xfe\x8f\x87\x91\x7b\x86\x27\x9e\x90\xc1\x9e\xcc\x7c\x04\x89\x64\x48\x2a\x34\x99\xb7\x60\xc9\xdc\x21\xc9\x30\x3d\x20\xca\x1b\xf8\x31\xc7\x0e\x4b\x9c\x70\x2c\x94\x61\x08\xea\x7a\x56\x00\x3f\x39\x43\xf6\x95\x4a\x92\x8f\x95\xb6\x47\xe0\x52\x09\x9f\x21\x1a\x42\x28\x0b\xbd\x10\xcd\xd6\x78\x7d\xa8\xd4\x7c\xca\x64\x7d\xe8\x8c\x6e\x84\x0f\x86\x5f\x73\x17\x0b\xa4\x4a\x3f\xab\x3e\xa8\x34\x0d\x8e\x54\x58\x81\x5d\xd3\xbc\xc3\xb4\x34\xb1\x0a\x7e\x52\x61\x9c\x90\x0d\x25\x21\x51\xe5\xf0\x1b\x71\x6c\xda\x40\x89\xde\x1f\xeb\x6e\xbd\x6e\x8f\x5e\xfa\x9d\x7a\x26\x06\xa1\x85\xfa\xa5\x5c\x43\x22\x97\x52\x1d\xe8\xa1\xba\x70\xac\x32\x40\x51\x01\x51\x11\x2e\x2a\x95\x8b\x4a\xe5\xa2\xc2\x3f\x85\x7c\x90\x75\xce\x55\xde\xf1\xca\xba\xf3\xbf\x1e\x98\x84\xea\x96\x06\x6a\x7c\x5e\x74\x15\xa3\x94\xf2\x6c\x4e\xaa\x4d\xfd\x2d\xaf\x7b\xb3\x57\x3a\x64\x2b\x2a\x8b\x63\x66\x05\x77\xc2\x81\xcf\xb7\x6c\x23\x29\xb2\x2a\x29\xf0\x94\x3b\x03\x4d\xa0\x5d\x1f\x74\x04\x0d\x25\x70\x76\x36\x9c\x4f\xb9\xac\xf3\x94\xc7\xf1\xc3\xc1\xe0\x89\xb2\x48\xfc\x91\x8f\x8d\x2d\x58\xf2\x27\x5f\x63\xea\xa0\xb2\x1a\xff\xa7\x40\x3d\x56\x77\xf5\xd2\xda\x3a\xea\x8d\xde\x78\xb3\x0c\x9c\x67\xcb\xae\x0e\x88\xad\x55\x25\x63\x81\x87\x89\x51\x9f\x08\xf9\x2b\xf0\xc2\x49\x9a\x3e\x38\xba\xb7\xdf\x44\x35\x8d\xff\xe4\x39\xd4\xae\x31\xfb\xc3\xa3\xfd\xbd\xc1\x3e\x54\xb1\x48\xdb\x8e\x9c\xa8\x8e\x9c\x70\x96\xb6\x41\xe6\xfc\x3f\xf3\x2a\x92\xa5\x8a\x52\x28\xd2\x73\xc9\x9a\xc9\xc7\x2f\xe4\x16\x53\xfd\xe8\x02\xd0\xab\x40\x86\x2a\xbe\x8a\x7a\x34\xae\xc7\xba\x8e\x43\x25\xba\xa3\xdb\x95\x79\xf2\x03\x9c\x29\xb4\xa3\x4a\x33\xba\x20\x37\x78\x80\x4c\x3f\x4b\xef\x55\x98\x61\x5f\x97\x05\x71\x5c\x54\x49\x68\x79\xa2\x8a\x7c\x73\x8b\xa0\x8e\x17\x9b\x45\x97\xab\x9c\x34\xfa\x59\xc7\x27\x37\x03\xf1\x35\x2d\xea\xa5\xaf\x89\x91\x05\x75\xec\x5a\xad\x88\xb1\x01\xd4\xbd\x68\x31\xbb\xfa\x11\xc6\xa7\xa9\x96\xfe\x57\x6f\xe9\xad\x86\x81\x5c\xfb\x3b\x52\xd5\xfd\x31\xaf\xc2\xc4\x74\x41\x57\xf9\x78\xad\x0a\x26\x98\xb1\x4e\xe8\x92\x7e\xc6\xb5\x33\x9d\x3d\xab\x5e\xeb\x5f\x6a\x20\x5c\x71\x70\x9e\x66\xc3\x24\xe5\xa3\x58\x8e\x4b\xdd\x33\x04\x22\x12\x06\x90\x85\xdd\x60\x23\x89\xff\x0b\x69\x14\x69\xa2\x82\x22\xea\x67\xaf\x0b\x42\xc8\x54\x6b\x41\x50\x10\xb9\x07\x26\x80\xd6\xf7\xbd\xde\xa9\xdd\x28\xda\xd8\x04\xda\x0c\xe9\x43\x1b\xd9\xf5\x51\xa0\x61\xf4\xfd\x81\x10\xb5\x09\x4c\x4c\xd2\x0d\x53\xd3\x56\xaa\x07\x89\x6b\xc4\x98\xac\x69\x4d\x1b\xb9\x84\x82\xa0\x78\xa1\x8b\x29\x12\xb5\x24\xd0\x88\xb6\x66\x07\x11\x41\x76\x10\xd1\x96\x1d\x44\x84\xd9\x41\xbc\xac\x0b\xc4\xcb\xfa\xad\xcf\x1d\xd1\x7f\x55\x6e\xe7\xa5\x0e\x0c\xea\x47\x80\xfd\x2b\x6f\x26\xf1\xe7\x78\x57\x47\xad\x22\xad\x0c\x17\x81\x0a\x48\x55\xa4\xdd\xa1\x47\x82\x1a\x79\xdc\x08\xe4\xf8\xa1\x55\x52\xd4\x5c\x5f\xbe\x58\x1f\x93\x3f\x72\xeb\x88\x55\x10\x2a\xc7\x80\xac\xf7\xef\xcb\x84\xe3\x43\x54\x28\x13\x05\x4f\x6e\x78\xea\x8a\xfd\xd2\x17\xa6\x3f\x40\x24\x58\x0f\x77\x11\x45\x02\x1d\xae\x8b\x1a\x30\xbf\x40\x1a\xc8\xd4\x83\x06\x85\xcc\x26\x3f\xf8\x10\x76\xb1\xa7\xba\x90\x1d\xa8\x06\x1f\x50\x70\x10\xd4\xef\x5a\x07\xef\xc2\x0e\x8e\x5c\x07\x7e\xbb\x77\xcd\x76\xcf\xec\x5a\xbc\x57\x54\xdd\x5b\x82\xb7\x41\x8f\xbb\xfb\xad\x3d\xbe\x0d\x7a\x74\xe9\xff\x96\xa0\x69\x75\xe8\x25\xd1\xa8\xb2\x6a\xdb\x10\xcb\x66\x67\x5e\x25\x1c\x0f\x07\xa1\x41\xcf\xf3\x84\xe3\xa3\xb0\xe8\xa3\xac\x56\x8b\xb1\x72\x22\xcb\xf6\xc3\xb2\x37\xb2\xec\x00\xb1\x40\xb5\xa3\x5f\xbd\x4e\x38\xde\xdd\x75\xea\x9e\x9a\xe6\x74\x6f\x60\xcc\x2c\xc8\x98\x24\x76\xfc\x28\x8a\xa0\xbd\x77\x01\x21\x17\x85\xb7\xae\x09\x41\x3a\x52\x83\x44\xfd\x6e\x71\x3c\x7b\xe6\x3f\x1a\x28\x59\x2f\xf1\x23\x44\x10\x93\xd4\xd4\x25\x1f\xf3\xec\x67\xde\x6f\x69\xb4\xbb\xe7\x5a\xf9\x63\x78\xe6\xf6\x25\xe8\xe5\x77\xc7\x26\xf9\x7d\x1c\x20\x1d\xb4\x60\xdb\xb7\x7f\xa8\xb7\x52\x93\xdf\x77\xd9\x51\xdc\x11\x1a\x57\x8f\xc9\x64\x6a\x10\xbb\xdf\xa9\x9f\xac\xed\x2e\x30\xae\x4f\xea\x31\x55\x6c\x9e\x6c\xdb\x9f\xb6\xc0\xbb\x5c\xe9\x49\x2a\x65\x6f\x42\xfa\x61\xc1\xc6\x5f\xe6\x7f\xbb\x51\x3b\x96\xc3\x50\xf9\xe0\x43\x96\x0f\x09\xb4\xed\x9a\x41\x70\xa6\x86\xba\x95\x91\x31\xf9\xcc\x83\x1d\x9d\x47\xa5\x1b\x86\xe3\x41\x7d\x93\xf5\xdb\x0d\xc3\xa6\x00\xd7\xb5\xac\xfb\x81\xe1\x87\x9a\x4e\x89\x41\x71\xe5\x97\xa8\xcb\x2b\xa5\x38\xfe\x24\xc0\x00\x9a\xd2\x50\x37\x2e\x5f\xed\x0c\xed\xbb\x40\xed\x8e\x83\x75\xf0\x8a\xea\x3a\x7b\x5c\x75\x1c\xd4\xf3\xb5\xff\x9a\x59\x0b\x2d\x04\xfc\x95\x78\xed\x33\x2f\x81\xa2\xdf\x1f\xbc\xf9\xf2\xa9\xca\x54\xf2\x22\x3d\x27\x85\x8b\x0d\xff\x3c\x15\x69\x8d\xd7\xf9\xb9\x76\x09\xd8\x7b\x9c\x16\xe7\x4a\x6b\xc0\xcd\xb5\xda\x33\xac\x77\xaf\x26\x7b\xd3\xb1\xff\x43\xa7\x8d\x31\xb9\x52\x2c\x7e\x4a\xae\xd1\x17\xa2\x23\x75\x62\xcc\x34\x95\x8c\xa2\x1e\x43\x0e\xde\x09\x0a\xe1\x59\xd4\x81\xd5\xbf\xae\x90\x32\xcc\xee\x51\x60\x17\xe8\x1a\x65\x9a\xc9\xe6\x78\x99\x03\x79\xcb\x52\x01\x3a\xe0\x9d\x48\xe4\xbd\xf3\x77\xe2\x45\x19\xb3\x31\x76\x39\xd4\x91\xc5\x86\xd6\xd0\xaa\x61\x08\x62\x05\x5d\x39\xa6\x9e\xe1\x65\x1e\x18\x5e\xe6\x38\xaf\x05\x38\x22\x37\xd6\x90\x55\x78\xf1\x1d\x6f\x0b\xd9\x50\x72\x84\xf0\x2e\x6c\x53\x0b\xfd\x7b\x62\xb8\x93\x13\x52\x9c\x13\x1d\x02\xec\x38\xec\x75\xb3\x91\x1d\xb4\x59\x30\xe6\x70\x54\x9f\xc3\x10\xc2\x96\xbb\x75\x69\x62\x19\x8f\xf4\xc8\x4a\x15\x9f\xee\xb8\x00\x14\x95\x28\xf7\x4c\x25\x29\xce\xad\x7f\xd0\xb2\xa8\x71\xa4\xc2\xce\x76\x2c\xaa\x43\x99\x88\x46\xaa\x7e\x04\x04\x5e\x64\x20\x43\x1c\xc2\x66\x94\x7c\xb2\x71\x17\x23\x56\xe9\x8e\x0c\xac\x98\x54\xa0\x2e\x1e\x3c\x83\x68\x95\x81\x02\x09\x88\x2e\x72\x50\x20\x8e\x32\x88\x3c\xab\x43\x51\x56\xac\xb8\x8e\x8e\x66\x4c\x7c\x34\x82\x1d\x03\x52\x45\x34\xb6\xc1\x28\xbd\xa0\x2a\x35\x37\x31\x5a\x3a\x91\x07\xf5\x22\xae\xb5\x85\xdb\xa8\x47\xe8\xb8\xf3\xc4\x20\xc5\xad\x3c\xb5\x23\xef\x59\x99\xdf\xcb\xab\xe9\x63\x31\xa6\x89\x2f\xd7\x64\xe6\x93\xe6\xd3\x48\x7d\xd0\x77\x81\x37\x2f\xaa\x16\x45\x19\x9e\x5e\x3d\x1a\x67\xaf\x6a\x83\xc3\x64\x8c\xbe\x55\xd9\x68\xb8\xbc\x11\xd7\xcb\x42\x8c\x61\x72\x33\x2a\x95\x87\x32\xfc\xb6\x34\xc1\x76\xdd\x55\x7e\xb6\x16\xef\x42\xa4\x08\xdb\x9e\x26\x86\xea\x9f\x5d\xc5\x14\x3f\x4a\x74\x34\x83\xbd\x64\xa0\x18\x7c\x4b\x09\x02\x7a\x46\x51\xa9\xd2\x52\x92\x89\x28\xa6\xd8\xd5\x42\x6f\x98\x8a\x33\x48\xaa\xc8\x65\xc4\x53\x6d\x25\xca\xa9\x52\xa7\x89\x1c\x8c\xc8\x63\x97\xe4\x9a\xf4\x7a\x16\x37\x00\x81\xd9\x84\x4c\x61\x7f\x76\x4e\xc4\xaf\xa4\xe0\x19\xa3\xa3\x02\x17\x40\xf4\x67\x3a\x89\x93\xf5\x1e\xa7\xdf\xc2\x98\xe3\x6f\xd6\xc0\x13\x81\x8a\x69\xf2\xcd\x7a\x56\x26\x5c\xc0\x8d\x42\xd5\xb3\xcc\x1c\xfb\x0f\x8c\x09\xec\x71\xf9\x59\x19\xdc\x2a\x89\xc6\x53\xc4\x53\xe6\x1d\xd5\x7e\x0f\xeb\x15\xc0\x61\x50\xb0\x5e\x47\x1d\x85\x69\x76\x54\xa0\xd7\x9d\x15\xcb\xa8\xd8\xb1\x6e\x16\x9d\xc8\x55\xfe\x55\x67\x16\xae\xc6\x92\x96\xd5\x8d\xc3\xe6\x55\x6a\x8d\xd9\xa8\xb2\x2b\xe9\x1a\x29\xce\xc2\xc9\x6d\x93\xe0\x15\xf6\x06\x53\x8c\x0a\x3f\xe1\x83\xc9\xd2\x50\x82\x14\x8e\x34\xf5\x06\x04\x6e\x36\xa4\x04\x02\xa5\x48\x19\x2f\x5b\x5b\xcb\x2d\xa3\xa9\x65\xcf\xca\x96\x40\xac\xd7\x40\x60\x79\x49\x17\x98\x8c\x8f\xea\xf0\x55\x53\xf1\x27\x7e\xee\x7a\x1d\x2f\x4d\xef\x82\xf0\xd6\xb4\x2b\xfa\x17\x29\xf7\xb2\x34\x2f\x52\x91\xee\xa8\xc1\x14\x8c\x89\x08\x42\x88\xba\x02\x3a\xd1\xe8\x88\x1a\x83\x4e\xd5\xeb\x08\x86\x41\xf8\xa8\xb3\xb1\x94\xe7\x4e\x9d\xed\x01\x12\xe3\x3b\x73\xd4\x92\xee\x60\x63\xb3\x73\x6f\x74\x88\xb1\xc6\x3a\xb7\x5e\x00\x0b\x1b\x81\xe2\x9e\x45\xce\xab\x45\x3e\xce\x83\xa4\x64\xfe\x9a\x3b\x5e\xbe\xa3\x5a\x55\x40\xc2\x4b\x5f\x90\xb1\xfb\x7d\x4c\xc4\xae\xcf\x44\xec\x1a\x26\x42\x05\x9a\x2c\x81\x68\x64\xc4\x1b\x0c\x2a\xcb\xf3\x9f\x2b\x9c\x84\x28\xdc\xfc\xc1\x6b\xe9\x5f\x2c\x3e\x34\x77\x09\x4f\x7f\x4b\xa0\xb2\x13\x0d\xa4\x04\x6a\x53\x7d\x11\xc7\x7a\x7d\x59\x38\xea\xf1\x2c\xc5\xdd\x41\x95\xbf\x16\x63\x0c\x68\xcc\xa0\x0b\x0e\xf1\x4c\xb9\xb4\x89\x80\x2f\xf8\x2b\x95\x58\xed\x8f\x86\x7f\xe1\xcb\xac\x16\x3e\x59\xe5\x1d\x14\x36\xef\xe0\x4d\xd1\x88\xae\xfc\x3a\x03\x01\xca\xac\xb9\xd7\xd6\x9c\x0f\x1b\x31\xf2\x4c\x32\x17\xcb\x2f\x29\x71\xf9\xcc\xf2\x29\xab\x02\xfc\x5c\xa0\xa2\x3f\x33\x53\xd5\x47\xbf\x5e\x10\xa4\xe5\xef\x0c\xfd\xac\x02\xf5\xe8\x53\xbe\x16\x93\xc6\x26\x88\x98\x27\xce\x81\xe3\x7f\xa7\x66\x83\x12\xd0\x4c\x87\x5a\x49\x49\x05\xce\x6c\xb8\x52\x38\x76\x46\xcd\xfa\x14\x8e\x5a\x1a\x06\x23\x54\x89\x8d\x19\x0e\x47\xa1\xbf\x8f\x1a\xc9\x86\x95\x7f\xa4\x1d\x78\x61\x3f\x3a\xf2\x92\x82\xfa\x16\xd6\x45\x4b\xc0\x2d\x50\xf8\x69\x39\x95\x93\xa3\xc9\xcc\xa9\x9f\x1b\xd2\x2e\x3d\x7e\x7f\xda\xcc\xd8\x02\xfa\xe6\xcc\x5b\x02\xaa\x09\x27\xc2\xfc\x64\x97\xd2\x1e\x49\xb7\x64\x9b\x67\xa9\xf1\xf1\x3b\xd8\x3b\xac\xe6\xaa\x79\x39\x05\xae\x2e\x90\x74\x25\x10\xf5\xe0\x77\x57\x2f\xa0\xcd\xa3\xe2\x9b\xa6\xd7\x42\x7a\x8b\x66\x81\x35\x4e\x87\x88\xd4\x4e\x15\x2a\xf0\x55\x01\x04\xba\xa8\xce\x16\x4a\x33\x15\x49\x1d\x15\x98\xa7\xda\x96\x5c\x20\x26\x71\x8d\x2c\xac\x72\xbd\xa3\xa6\x68\x24\xc8\x19\xd0\x8a\xf5\xcc\xb6\x58\xd4\xa3\x82\x7a\x56\xb2\x13\x15\xfe\x51\xf9\xe1\xd5\x13\x72\xd8\x99\x34\x7c\x2a\x6f\x0b\xc0\xa0\x25\x81\xdd\xc1\x48\x1d\x57\x13\x9e\x54\x2e\x6a\x5b\x3f\x2a\x50\x29\xd7\x11\xf6\xaa\x70\xf2\xba\x64\x6c\xfe\xea\x7b\xba\xe2\x84\x46\x9a\x1a\xb2\x36\x9d\x96\x76\x9c\x6c\x55\xa9\xc6\xf1\x95\x5c\x48\x86\x38\x52\x07\x58\x0f\xbd\xc0\xb7\x59\xc0\x6e\xa9\xc3\x1e\x5e\x83\xb0\x40\x37\xba\xa9\x0a\x42\x21\xf0\x2f\xde\x3e\x74\x07\x28\xf3\xd2\x0a\xc9\xd5\x1a\xa0\xb7\xae\x82\xde\x24\x97\x8e\xd2\x42\xa8\x39\x86\x07\x89\x3c\x2d\x9e\x80\x65\x44\x12\x97\xf9\xe6\x7f\x11\xa6\x40\x86\x0b\x49\x04\x33\x01\x41\xd1\x9f\x99\x3b\x06\xb4\x02\xa5\x02\x65\x58\x0f\xdd\x0f\xec\xb3\x85\x1d\x71\x28\x4c\x49\x4c\xc7\xc3\x64\xa0\xac\x7d\xbd\x30\xa7\x8e\x8c\xc8\x2e\x14\x83\xee\x40\x0a\x63\xfc\xd1\x05\x76\x1b\x6a\x1f\x21\x8c\x4f\x5c\xd1\xbe\x3d\xa8\xbb\x1b\x50\xc8\xa9\xfc\xbb\x00\x85\xdc\xaf\xcc\x45\x47\x11\xf8\x57\x6f\x75\x89\x0b\x90\x51\x39\xea\x09\xfc\xe3\xfd\x35\x64\x95\x9f\xee\xaf\xb2\x9f\x08\xfc\xd5\xab\x22\xc7\x61\x12\x62\x43\xc4\xbc\xfa\x35\x11\xdf\xde\xe0\x00\x15\xbe\x44\xcf\xee\xb5\x0b\x40\xe4\x90\x46\x51\xdf\xa7\x5f\x35\xb6\x52\x41\xa5\x6b\x89\x75\xd8\xb8\x48\xfe\x5d\x00\xa6\x62\xfb\xc2\x5a\x06\x9f\xed\x3d\xfe\xf8\xf7\x7a\x54\x74\x4b\xd3\x65\x16\x46\x82\x75\xee\x77\xce\x66\x86\x35\xb2\xf1\xee\xea\x98\x18\xac\x09\x7e\xdb\x49\xc3\xb8\xe8\xfb\xd9\xe0\xd0\x3c\xd3\xd7\xba\x0b\x7d\xde\x0c\xf3\x82\x9a\x49\xf7\x6d\x33\x09\x51\x05\x94\x5c\x04\xf2\x08\xa2\x63\x45\x40\xa6\xbf\xda\x8c\x0b\x2a\xa9\xd2\x6f\x19\x7e\x7f\x4f\xb2\x2a\xdf\xe6\x1d\x7d\xcd\x54\xa4\xef\x4f\x12\xab\x29\x70\xac\xa2\xf0\x12\x5c\x7c\xeb\x56\xa3\xe3\x8f\xeb\xd8\xb6\x24\x88\x6d\x0b\x32\x4c\x26\x85\xbc\x84\x5d\xb3\xe2\xcb\x2b\xfa\xae\x60\xe7\x05\xe1\xdc\xdc\xc7\xde\x15\xd9\x65\x5a\xdc\xca\x3a\xbd\xe1\x14\xbd\xcf\xf4\xfd\x28\xd3\x46\x87\x14\x3f\xcf\x4c\xdc\x50\x05\x94\x2e\xb7\x36\x1d\xd1\x11\xb4\x4a\xa7\x9d\x3d\x1b\x65\x7f\x3d\x1c\xec\xee\x07\xb9\x4c\x14\xda\x7a\x6b\xc1\x84\x1a\x86\xcc\x21\xac\x1a\x10\xbb\xa8\x5b\x8a\x49\x73\x40\x11\xc7\x3f\x66\x16\x68\xda\x01\x31\xdb\x1e\x82\x58\x0d\x9e\xdb\x70\xd4\x05\xa1\xe8\x47\xa6\xc0\x72\xac\xd5\x47\x36\xb0\x45\x16\xc7\xea\x45\x16\xa4\x36\x1c\x1e\x40\xf4\x67\xaa\x81\xc6\x4c\x83\x7b\x0b\x61\x0d\xc8\x43\xc1\x8c\x1b\x30\x6d\x49\x06\xed\xd8\xaf\x5a\x1e\xe7\x6f\x70\x99\xa8\x01\xf7\xf6\x63\x63\xbb\x29\xaf\x82\xbd\x4a\xfc\x55\x0f\x86\x3b\xfc\x8e\x93\xfd\xd3\xdf\x3b\xd9\x36\x84\xb4\xdd\xea\xfa\x50\x6b\x23\x38\x74\x91\xda\xee\x6b\x56\xed\x58\x63\x06\x83\x84\x24\x77\xac\xce\x4d\x37\xa7\xd1\x4c\xc6\x22\x29\x55\xc5\x90\xe7\x0d\x86\x3c\x5b\x02\xcd\x93\xe7\x75\x9e\xbc\x56\x80\x33\xcb\x96\xa9\xe4\xfe\x39\x36\x8c\xbe\xb6\x4a\xc8\xf0\x9c\x81\x1c\x65\x70\x3c\x48\x06\xeb\x2d\xb6\x26\xb3\x79\x9a\xcf\xcb\x3c\x15\xe4\xf8\x22\xa5\xe7\x64\xf1\x2c\x13\x7c\xbc\xa5\x5c\xf5\x96\x38\x67\xd3\x3d\xe3\x12\x55\xad\x12\xc6\x1e\x90\xc7\x71\xd7\xbb\x3f\xdd\xf9\xb8\xcb\xc9\x16\x9d\xc9\x90\xc5\x9f\xb9\x3d\x96\x2a\xe4\x80\xb3\x5f\x80\x9e\x41\x95\x8d\xb2\x11\xa8\x61\xbd\xbb\x5d\x09\xef\x38\xce\xcd\x5e\xd9\x3b\xf7\x1c\x97\x81\xf6\xd5\xf6\x37\xd7\x46\x49\x73\x27\xbd\x54\xd6\x2e\x8a\x6d\x9e\xf7\xd9\x19\x27\xc5\x95\x9e\x7b\x9c\x41\x78\x37\xc4\x18\xe7\x26\xca\x3b\x98\xdb\xd4\x9b\xf1\x8e\xcd\xbe\xa9\xe2\x35\xe4\x68\x0e\xe5\x56\x19\x27\x74\xea\xae\x33\x73\xdf\x53\x42\xce\x6f\xee\xea\x40\x94\x65\x6e\xba\x12\xd6\x4a\xf7\xca\x7a\x6d\xe3\xb9\x8e\xab\xa2\xd7\x8c\xe3\xe1\xa0\x1a\x8c\x96\x2a\x7b\x09\x10\x25\x52\xb1\x4b\x50\xad\x0c\x87\xce\x22\x24\xaf\xac\xb5\x38\xce\xed\x6a\x70\xbd\x1a\xca\x83\x5c\xae\x62\xa5\xfc\xf3\xaf\x3f\x12\xce\x9c\x83\xe9\x9d\xdb\x24\x5e\x85\x5f\xb1\x8d\xb8\x2b\xdc\xe4\x98\x6f\xcc\x11\x2b\xc2\x53\xb5\x05\x11\xbb\xf0\xaf\xf6\xc6\x8a\x98\x84\xe9\xf0\x74\xc1\xaa\x2b\x7b\x87\x60\x98\x81\x02\xf3\x0c\x14\x28\xab\x02\x88\xf8\x5b\x09\x83\x3b\xc5\x76\x1c\xe5\xf0\x62\xa6\x78\x34\x3b\x8c\xda\x08\xd0\x57\x33\x2b\xa4\xab\xe9\x4a\x99\x61\xa1\x6c\xc0\x48\xd3\xd3\x6f\x16\xc9\xb4\xf4\xe4\x37\x78\xf4\x6d\xf4\xf8\x0d\xac\xf8\x4f\x59\x6b\x7b\x1b\x52\xb7\x9c\x31\x20\xb8\x3b\x40\xea\x86\x03\x13\x15\xdc\xcb\x2e\xf3\x4c\xb3\x2f\x05\xb4\x17\x07\x75\x0d\xa8\x5d\x1b\x48\x35\xa3\x6a\x3b\x79\x40\x7c\x9a\x77\xdb\xea\x46\x5b\xd3\x63\x3c\x3c\x30\xf7\x53\xb8\x41\x45\x59\xd9\xd7\x98\x1b\x5e\xc0\xd9\x6b\x35\x51\x43\xba\x5a\xc9\xa7\xeb\x7d\x94\x3a\xf5\x55\x8b\x60\xac\xd9\x89\x0a\x5b\xe9\x93\xc6\x11\x29\xad\x0b\xb4\xfa\x13\x64\xf3\xd7\x42\x6d\x6d\xd3\xbb\x41\x42\x04\xe3\x1c\x3a\x43\xca\x38\x06\x2a\x08\xf1\x3e\x5a\xe5\x2a\x89\x82\x9c\xc1\xbe\x6c\x42\xbf\xd5\xe4\xe0\xd1\x70\x70\x78\x78\x10\xb4\xb4\x65\xb2\x03\x26\xea\xb7\x9e\xaa\x0f\xeb\xdb\xad\xcd\xd3\xb0\x8a\x56\x3d\x52\xbd\x2a\x73\x51\xd5\x17\x85\x9b\x0d\x2a\x44\x4d\x96\x6a\x8f\x2b\x80\x1b\xf4\x8a\x34\x44\x6f\x56\xb6\x50\x4b\x98\xbf\x04\x54\x27\x04\x42\x02\x53\x95\x2a\x01\x55\x99\x14\x68\x90\x49\xc1\xc4\xb2\xa2\x58\xa7\x21\xae\x5c\x5a\x68\x90\x6c\xc8\xb0\x89\xb4\xff\x57\x49\x8a\x5b\xed\xb5\xc4\x8a\xa7\x79\x0e\xf4\x47\x27\xf2\x23\x38\xea\xfd\x7c\xfa\xf6\x4d\x5f\x5b\xbb\x64\xcb\x5b\x10\x45\x3d\x01\x7b\xff\x67\x3a\x51\xa8\xd3\x8c\x61\xfa\x7f\xe4\xb8\x06\x23\x51\x99\x13\x0b\xab\x4d\x60\x98\x4e\x84\x0a\xd4\xcb\xf4\xc9\x62\xfd\x25\x2b\x2e\x75\x94\x03\x56\x5c\x5a\x9d\x43\x2a\x4f\x8e\x12\x60\x16\xb5\x0b\xc4\xd1\x00\xc2\xd1\x0f\x80\x41\x44\x89\x3a\xa6\x9b\xcd\x66\x5b\xa6\x85\xea\xc2\x16\x66\x5a\x30\x0c\xb9\x5c\x3c\x9d\x22\x21\x8e\x53\x59\xbb\xdb\xa5\x55\xfa\x02\x81\xba\x43\xb9\x67\x6f\x08\x9e\xe5\xe8\x75\x7d\x73\x7c\x19\xbe\xb1\x02\xdf\xf7\x83\xd1\xfd\x55\x80\xa3\x43\x44\x3c\xd7\x7e\xdb\xa8\x19\xa3\x2e\xab\xc7\xa8\x43\x4f\x89\x7f\x88\xb4\x2d\xe5\x91\x8e\x63\xed\x9f\x0b\xdf\x61\xdc\x9e\xb5\x22\x1f\xd9\x18\xed\xa4\x25\x0c\xbf\x4a\x27\x17\xc6\x30\xde\xdd\x8f\x43\x1f\x11\x2f\xb8\x9f\x3c\x6f\x72\x50\x1b\x00\xd1\x53\x79\x32\x36\xe8\x25\xa9\x01\x71\x10\x54\x65\xf7\xef\x47\xe4\xd3\x2c\x5c\x89\xef\x5e\x5c\x11\x2a\x78\x32\x29\x0a\x94\x15\x28\x2d\xd0\x3b\x82\x4e\x08\x7a\x9a\xa3\x3b\xc3\x02\x25\xdd\xe1\x66\xba\x41\x65\x89\xef\x96\x19\x5d\x28\x97\x92\x67\xb7\x3f\x31\x2e\x5e\x99\x54\x50\x09\x2b\xd0\x59\x49\x17\xb9\xd2\x2b\x24\x03\x74\xa5\x6f\x48\x49\x34\x7c\xd4\x1f\xf4\x77\x23\xa4\x31\x1d\x29\xde\xa5\xf3\x2f\xe9\x39\x79\x93\x5e\x92\x24\xd2\x0a\x9d\x05\xbb\x8c\x36\x68\x5e\xe2\x3b\xaf\x8b\xb2\xec\x57\xbf\x5c\x77\x65\xd9\x37\x8f\xad\x1d\x96\x65\xbf\xa5\xd8\x55\x3d\x66\x74\x99\x9d\xfb\xb5\x74\x09\x62\x57\xa4\x28\xb2\x05\xf9\x89\xb1\x2f\xa7\x95\x44\xab\x51\xfc\x5c\xd9\xe2\xbe\x4b\xc5\xc5\x96\x0a\x1f\x88\x3c\xb2\xcd\x0a\xde\x6d\x2a\x28\xda\xd6\xa1\x7a\x59\xef\x8c\x13\x61\xa3\x39\x69\x4b\x93\xc2\x94\xcf\x2f\xc8\xa2\xcc\x4d\xa2\x5d\x73\x57\xaf\x67\x45\xf8\x40\x96\xc9\xd6\x8c\x09\x72\x57\xfd\xed\x7c\x76\xab\xf6\x38\xf1\xe1\x37\xbc\xa5\x01\x82\x7f\x26\x80\x40\xa8\x39\x36\xcf\x16\x73\x83\xb6\xc1\x48\x29\x19\xd9\xd6\x57\xeb\x75\xd3\xa1\x44\xd1\x9d\xc6\xc8\xf8\x4b\x26\xa7\x52\x10\x7e\x11\x4e\xbe\xbd\x90\x31\xe1\xd6\xce\xd4\x08\x96\xee\x9c\xd8\xd5\xd0\x13\x56\x1f\x55\xba\xbe\x92\x2e\xc8\x32\xa3\x64\xe1\x65\x6c\x9f\xcd\x3e\xbc\x78\x7a\xfc\x71\xf6\xfc\xc5\xaf\x1f\xdf\xbe\x7d\x7d\x3a\xfb\xf1\xf5\xdb\x67\x4f\x5f\xcf\x7e\x7a\xfb\xf6\x97\x99\x71\xc3\x5e\x94\xf8\xfe\x6a\x0a\xbf\x2e\xca\x7e\xc6\x9f\x67\x5c\x72\x78\x8b\x38\x5e\x94\x7d\x5e\xae\x56\xac\x10\x5c\x8d\x43\x59\xc7\x7f\x29\xb0\xac\x46\xff\x24\x73\x01\xe6\x25\x44\xa7\xb2\xc0\xd8\xc6\x9f\x13\x78\xb7\xd9\x88\xfe\x6c\x76\xfa\xe2\xf8\xc3\x8b\x8f\xb3\x57\x6f\x3e\xbe\xf8\xf0\xe6\xe9\xeb\xd3\xd9\xf3\xb7\xb3\x37\x6f\x3f\xce\x3e\x9d\xbe\x98\xbd\xfd\x30\xfb\xfd\xed\xa7\xd9\x6f\xaf\x5e\xbf\x9e\x3d\x7b\x31\x7b\xf9\xea\xc3\x8b\xe7\x38\x2f\x25\xb7\xa8\x1c\x49\xde\xb1\x42\xa4\x39\xe6\xb2\x44\xae\xf4\xf3\xb7\x27\x4a\xce\x5a\xa3\xb9\xc6\x2c\xae\x1e\xad\x64\x18\x68\x20\xed\x5b\xe2\xe2\x63\xd7\x24\xb5\x95\x24\x52\x33\xe9\xdb\x44\x98\xe6\x70\xd6\xed\x59\x0e\x0f\x61\xdd\x3e\x64\xf7\xe0\x10\xbd\x55\x72\xf5\xfe\x17\x72\xcb\x25\x38\xc2\x2a\x99\x43\x00\xa9\xa2\x15\x52\x25\xfb\x58\xf2\x8b\xd3\x5b\x3a\xdf\x86\x5d\xbd\x28\x2f\xd4\x05\xa5\x91\xfd\x79\x11\x56\xb3\x25\x70\xd3\xd7\xd1\x65\x02\x0a\xe4\xd1\x1e\x15\xa8\x4a\x61\x76\xf9\x71\x6b\xfa\x55\x67\x40\xbe\x4b\x85\x98\x3a\xc6\x4d\x48\x86\x95\x4a\x0e\xad\xc9\x4f\xfe\xd3\x0e\x87\xa6\x43\xc3\x5c\x3a\xdb\xef\xa7\xa2\x0d\x40\xba\x4a\xdf\x5f\xeb\x7c\xbf\xea\xbb\xdb\x25\x6d\x2a\xee\x38\x06\x35\x5d\xad\x1d\x83\x19\x48\x77\x18\x30\xa4\xad\x9d\x18\xa2\x1b\xf0\xaa\x10\xa2\xee\xc0\x8c\xdf\x5c\xa3\xce\x14\xaa\x33\x49\xcc\xb9\x64\x2e\xbc\x97\xc1\x69\x68\xe5\x15\xb5\x7e\x18\xfd\x17\x8a\xe1\x70\x38\x7a\xa3\x4e\xcb\x33\x51\x10\xf2\x8a\x0a\xd6\xae\xf7\xd7\xd6\x62\x66\x85\x69\xfb\xf6\x55\x07\x74\xbd\x76\xe7\xab\x71\xfa\xea\x0e\x61\x87\xc1\xc6\xeb\x4f\x75\x87\x88\xa9\x61\x1a\x1a\x8b\x2d\xf5\xde\xa0\xfd\xe1\xc1\x7e\x52\x07\xab\xa8\x94\xf7\x79\x51\x64\x73\x11\x8d\xba\x95\xa1\x9b\xe6\x91\xfe\x01\x0a\x6d\x57\x84\xdd\xdf\xa6\x3f\xbf\x20\xf3\x2f\xcf\x8f\x5f\x28\xa4\xf9\x9d\x75\x81\x73\x32\x92\x5c\x3e\xa3\x9c\xe5\xa4\x4f\xd4\xda\x08\xb8\xd9\x28\x1f\x21\x72\xa3\x10\x32\xa6\x60\x7f\xff\x60\x0f\x6e\xd0\xc1\xde\xa3\x6f\xac\x01\x05\xc3\x47\xbb\x0f\x6d\x4a\x14\x0a\x76\x1f\x1d\x0d\x21\x2a\xf0\xc1\x60\x38\xd8\xd3\x09\xdb\x5e\x16\xe9\xb9\x84\x0b\x55\xf6\xa8\xd5\xdc\xe1\xf4\xf6\xf2\x8c\xe5\x71\xac\xff\x4a\x6e\xd2\xb2\xbc\x55\xc9\xa8\xc0\x19\xd0\xfc\x93\xbd\x4b\x47\xf2\x0a\xec\xba\x77\x6f\x97\xa6\x24\xd2\xd1\x53\x53\xcc\xfe\x01\xd1\x68\x49\xa7\xc4\xb1\x41\xbd\xd5\x4d\x34\xcc\x7b\x8e\x72\x7c\xf7\x85\xdc\x26\xdd\x01\x2a\xc8\x52\xfe\x99\xcd\x38\xc9\xed\x93\x12\xc6\x27\xdd\xc1\xa6\xca\x54\x14\x1a\x83\xa1\x0c\xdf\x6d\x50\xa9\xcf\xf7\x5c\x4b\x74\x54\x34\xf9\x4e\x66\xf2\x72\x19\x43\x34\x50\xe2\x28\xea\x51\x58\xa5\xf3\x53\xf4\xc0\xbe\x50\x3f\x82\x97\x05\x59\xc6\x31\x98\xeb\x27\x88\x04\x34\x16\x3a\x02\x31\x18\xc7\x3a\x30\xa8\x9f\xc0\x5d\x19\xf2\x65\x13\x36\xc5\x62\xc2\xa6\xea\xc4\x91\x38\x26\x36\x24\x85\x96\xa6\xb8\xa1\x69\xb7\x0b\xef\x8d\x3b\x94\xb2\x8b\xb0\xa7\xba\xc5\x69\x81\xe4\x43\x42\x94\xe1\x69\xa9\xd6\x6d\x8e\x54\x62\xec\x24\x43\x33\x15\x1e\x23\x49\xad\x64\x52\xd2\xff\x3f\xf9\x0d\x96\xd4\xfb\x4f\x7e\xc3\x71\xb9\x41\x47\xc3\xe1\xa3\xfb\x61\xd4\xc2\xa6\x82\x54\x0b\x9b\x28\x53\x7f\x0f\x46\x0d\x00\x15\xfd\x53\xd5\xf0\x44\xa2\x7d\x59\x74\x88\x44\xff\x5d\xc1\x96\x59\x4e\x54\xe3\xe1\xfe\x48\xc3\x95\x7c\x79\x84\xb8\x2a\x1b\xa0\x5c\xfd\xdd\x1d\x89\xbe\xe5\x59\x55\xc1\xde\x48\xcb\x40\xe5\xf3\x43\x34\x57\x7f\x0f\xb6\x19\x57\x6d\x3b\x08\x8b\xf0\x20\x2c\x9a\x07\x21\xab\x0a\x55\xc2\xff\x3c\x3c\x1c\x8b\xe6\xe1\x08\x27\xea\x2a\xe8\x55\x9b\x5d\xb2\x05\x51\x75\xdc\xcc\xab\xfe\x4d\x49\x04\x51\x1a\x94\x5e\x65\x0b\x55\xca\xab\x52\x23\xaa\x8d\x20\xca\xbd\x31\xb0\xe2\x3a\x2d\x16\xb3\x82\x2c\xf5\x30\xec\x7a\x55\x83\x30\x25\x11\x44\x65\x55\x7a\x49\x2e\x59\x04\xd1\xbc\x2a\xc9\xd3\xaf\xb7\xe6\x98\xaf\xf0\x77\x2c\x68\x26\x48\x91\x0a\x56\x54\x27\x50\x32\x32\x5e\xea\xef\xe8\x42\x88\x15\x4f\x1e\x3c\x50\xfd\xff\xc9\xfb\xac\x38\x7f\xb0\x60\x73\xfe\x40\xe1\xca\x9d\x05\x99\xb3\x05\x29\xfa\x17\xe2\x32\x1f\x67\xf4\x2a\x2d\xb2\x94\x0a\x1c\xf5\x08\xa2\x78\x38\xa2\x0d\x6a\x39\xa2\xbd\x1e\x14\x3d\x1c\xc5\x69\x71\xce\x27\x53\x59\x95\xca\x3e\x3e\x7d\x78\xe5\x78\x0c\x50\xd1\x4e\xea\xce\x48\x74\x92\x51\x15\xdc\xd6\x04\xcb\x55\x03\xe8\xfc\xff\xa2\x1e\xe9\x45\xa3\xce\x55\xc6\x33\xd1\x89\x7a\xa2\x17\x75\x96\xac\x50\xa1\x6c\x97\x65\x9e\x77\x2e\x09\xe7\xe9\x39\xe9\xb0\xa2\x23\x0f\x81\x2c\xa7\x8c\xee\x5c\xda\xce\x16\xe4\xaa\x43\xe8\x55\x56\x30\x2a\xbf\xa8\x1a\xab\x86\xaa\x7f\xde\x49\xe9\xa2\x93\x2e\x16\x2a\x49\x59\x9a\x77\x2e\x48\xbe\x5a\x96\x79\xe7\x3a\x2d\x68\x46\xcf\x79\x3f\xda\xe8\xd8\xd2\x77\x19\x3f\x91\x8c\x12\x59\x24\x8d\xab\x4c\x77\xb8\x41\x84\xaa\xf8\xe3\x2f\x59\x31\xb7\xf7\x34\xaf\x9e\x7b\xff\x81\xa8\xc8\xba\xfa\x0e\xda\x56\xe1\x54\x45\x6e\xa9\xbd\xdc\xa0\x4b\x7c\xe7\xe1\xd1\xf3\xc0\x09\x42\xe7\xd5\x27\x28\xf0\x3f\x10\xce\x3b\x92\xe3\x4b\xe4\xb9\x38\x16\x98\xae\xd7\x17\x5e\x8e\x1c\xf9\x81\x2a\xf7\xc4\x7f\xdf\xf3\xb9\x47\x30\xea\x9e\x85\x12\xe1\xfb\xef\xb9\x99\x6d\xd3\x16\xd2\xda\xd3\x74\x7d\x57\xa3\x0a\xe4\xbb\x4d\x0f\xa4\x30\xbd\xe5\x12\xa8\x44\x68\xfe\xf0\xfa\xb5\x25\x06\xf2\xa5\xe2\x86\x23\x3b\x8e\x08\x86\xe3\x5b\x56\xdb\x19\xb0\xc4\x6d\xdd\x7a\x5b\x6f\x7b\x8e\xbc\xf6\xb2\xeb\xab\xaa\x6b\xec\x7d\xc6\x84\xc8\xbe\xf5\xde\x52\x72\xdd\xb9\x1a\x9d\xc9\x45\xe7\xa2\x28\xe7\x82\x15\xf8\x16\x31\x70\xe6\x0f\x0f\xa2\xb3\x7e\xc6\xdf\x95\x05\xa9\xad\x72\x77\x60\x22\x5d\x3b\x01\x8f\xbe\x6c\x1f\x7f\x93\xa4\xdf\xfc\x5d\x92\x7e\xdd\x42\xd2\x4d\x28\x7d\xa3\xa4\x71\xd2\x34\x01\x9b\xd4\xdd\xd2\x6a\x6e\x69\x75\x83\xc4\xa7\x1e\x89\x17\xf0\x38\x20\xe4\x37\xdf\x22\xe4\x5a\x8b\x59\x47\x52\x3b\xbb\xf6\x76\x9b\xc3\xac\xd2\x10\x52\xe7\x79\x38\x7c\x9c\x57\x58\xb2\xc4\x4f\x8b\x22\xbd\x05\xb9\x44\xc5\x83\xd1\xfc\x71\x3e\x9a\xf7\x7a\xb0\x9c\xcc\xa7\xde\x8d\x60\xde\xdb\x9d\x8e\xbc\xce\x54\xea\xb2\x7b\x98\x88\xfc\xbb\x98\x88\xfc\xdb\x4c\x44\xaa\x76\x8a\xd7\x99\x88\x59\xc5\x44\x54\x09\x35\x2a\x31\xcf\xbd\x9e\x7c\x72\xd4\xf6\x63\x18\xe3\x62\xa3\x03\x0a\x3d\xf8\xfc\xa0\xf7\xe0\xbc\xda\xfa\x17\xfe\x05\xea\x1b\x1d\x9a\x23\x2a\xb7\x71\xec\x1f\x24\x4d\x86\xee\x22\x1c\x25\x11\x1e\x44\x28\x4a\xe4\xc3\x6e\xb4\xb1\x54\xe1\x87\xa8\x47\xfa\x85\xc6\x9a\xe0\xc1\x04\x27\xd3\x07\xe7\x08\xb4\xc8\xad\xc4\x84\x4c\xe5\xd5\x10\x44\xb2\x85\x04\x97\x44\xf4\x05\x3b\x55\x52\x75\xb0\x77\xe0\x27\x6d\x75\xb2\xe6\xd4\x5a\x77\xdb\x31\x8f\xc2\x4b\x0d\x8f\xe3\xe8\x8c\xb1\x9c\xa4\x0a\xe5\xf0\xf5\x1a\x98\x70\x17\x06\xb4\xba\x43\x2f\xdc\x2b\x81\xb9\xb5\xc4\xed\x18\x1d\x03\x37\x3a\x06\xe3\xca\xaa\x14\x4a\x11\x2d\x2f\xcf\x48\x11\x25\xb9\x4b\x13\xaf\x05\xe9\x66\x09\x93\x6d\x8e\x94\x85\xd6\x47\x65\xaa\xa1\xca\x30\x60\xa3\xad\x74\x52\x9c\x82\x1c\xab\xd0\xa5\x91\x4a\xfc\x3c\x8e\xfa\x51\xef\x05\xc8\xd1\x00\x26\x0c\x29\x08\xee\x67\x5c\x43\x72\x0a\xc7\x80\xe2\x28\x32\xaa\x38\x62\x12\xce\xda\x55\x3e\x45\xd1\x0f\xf1\x83\x08\xf6\xa2\x07\x11\x44\xaf\x40\xaa\x16\x2b\x8a\x5a\x97\x9d\x6c\x20\x84\x46\xf4\x9f\xc6\x31\xf8\x02\x52\xa8\x4e\x6d\xdb\x2d\xbb\x09\xc2\x5a\x83\x28\xe1\x58\x28\x38\xd6\xee\xc4\x1a\x96\x89\xa6\x3f\x16\xa2\x49\x5f\x3f\x6c\x36\x20\x45\xb4\x07\xba\xa9\xdc\xe5\xf5\x3a\x8f\xe3\x5c\x05\x1c\xc0\x58\x95\x8c\xa3\x28\x91\x40\xa0\x7e\xc0\xf6\x59\xf5\x88\xd2\xb4\x2a\x6b\x9e\x14\x42\xa4\x76\x31\x57\x69\xcf\xaa\xe5\x4b\x58\x2f\x4a\xa2\xda\xda\x11\x08\x2b\xc4\x30\x18\x95\x95\x41\x51\x69\xb5\x31\x73\xcc\x7a\x2f\x00\xc7\x64\x52\x4e\x51\x09\x47\x79\x0f\xbf\x02\x5c\x2d\xe2\x1c\xa5\x55\x6a\xfa\x39\xde\x2e\x7e\x25\xeb\x75\x0b\x05\x34\x2e\x6a\x4d\xc6\x0f\x10\xbc\x8a\x63\x32\x59\x4d\xd7\x6b\x32\x89\xfe\xe7\x7f\x2c\xe7\x17\x4d\xe1\xd8\xe4\x96\x04\x04\xb6\xde\x46\xe7\xc6\x51\x65\x6e\x0d\xec\x91\x9c\x58\x57\x4e\x40\xa9\xf5\x01\x84\xfd\x05\xa3\x64\x04\xf5\x44\x9c\x29\x87\x9a\x90\x9e\x2b\x92\x93\x47\xa9\xe7\xbb\x5d\xa1\x03\xee\x12\xb8\xc9\x93\x89\x2c\x79\xde\x1b\xa2\x68\xa2\x6b\x75\x34\x55\x9a\xaa\x41\x8d\x4d\xd3\xce\x75\x26\x2e\x3a\x5f\xc8\x2d\xef\xdc\x45\xbd\x50\x0a\xd8\xff\x93\x65\x14\x44\xa8\x23\xb7\x73\x13\x25\xa2\x92\x75\x78\x0e\x52\xcf\x3d\xe9\x58\x4d\xc2\x49\xcc\x2d\x69\x32\xd5\x29\xcf\x75\xa9\xc4\x0b\x4c\x02\xfa\x16\x58\xd7\xae\x5e\x2a\x30\x4c\xd1\xeb\x29\x29\x14\xf3\xc2\xc5\x1b\x59\xd9\x8e\x16\x9b\xce\xb8\x48\x45\xc9\xab\xe4\xd0\xb3\x82\xf0\x32\x17\x23\x81\x85\x12\x3f\x98\x0a\x2a\xa4\xb2\x79\xa7\x9c\x8f\x54\x1e\x8a\x20\xc1\xf3\xc0\xef\x50\x85\xef\x10\x96\x76\x78\xfd\x0c\xfd\x7e\xe0\x06\xa2\x7b\xfb\xa8\xda\xed\xd6\xda\x39\x87\xbc\x6a\x0e\x2e\xaf\x95\x9b\x83\xda\x51\xf7\x5b\x11\x88\x0f\x35\x6e\xa3\x22\x14\xef\xaa\x3c\x03\x2e\xcd\x80\x8f\x35\x43\xbe\x6d\x6f\xd7\x8b\xe0\xaf\x63\xf6\x9e\xe0\xbb\x76\xc5\x46\xf2\x01\xf9\x2f\x9e\xc9\x52\xa3\x04\xba\xab\x92\x0f\x27\x83\x0d\x6a\xc8\x37\x92\x19\x7a\xc5\x4f\xd9\x25\xf9\x60\x54\x45\x4f\xe7\x22\xa3\xe7\x89\xaf\x13\x43\x29\xe7\xd9\x39\x4d\xd8\x66\x24\xfa\xce\x2d\xf8\xee\x32\x5d\x25\xcf\x91\x51\x02\x36\x2e\xe3\x12\xec\x02\x2d\x7b\x3f\x5d\xad\xf2\x5b\xcd\x13\x3a\x86\x41\x6e\x10\x85\x1b\x34\x97\x97\x8a\xa4\x49\x12\x1d\x50\x36\xba\xeb\xf5\x36\x2a\xa9\x31\x12\x4c\xa1\xa4\x36\x25\x4e\xd8\x28\xc4\xd6\xeb\xf5\x64\xba\x41\x8c\xe6\x61\xcb\x6c\x09\xba\x5f\xea\x42\xde\x25\x18\xee\xef\xf9\xbb\xb1\x41\xa2\x5f\xf1\x99\xe7\xf2\xc2\x5c\x16\xa4\x2a\xb9\x45\xff\x48\x65\x71\x82\x44\x7f\x9e\x33\x4a\x8c\x6f\x53\x9b\x80\xbb\xc2\x8c\x95\x10\xb4\x36\xd8\xdd\x83\x47\x88\x18\xaf\xd8\x0c\x33\x20\xaf\x55\x9a\x88\xc8\xbb\xbb\xf6\x5c\xe7\x26\x64\x85\x64\xc0\x34\x41\xf1\x39\xd4\x3b\xdf\x9a\xba\xc6\x9c\xa2\x1c\xcf\x2a\xc7\x80\x7b\x19\x55\x62\xac\x05\xf4\xdf\x1a\xa3\xa7\x48\x47\xcb\x1b\x25\xfc\x9a\x2b\x09\x53\xc5\xe7\xce\x5b\xf9\xdc\xb9\xe6\x73\xe7\xd3\xca\x27\x55\x4c\xe6\x53\x4f\x56\x5d\x8e\x25\x83\x9a\xc8\x52\x2d\x30\x98\xdf\xc3\x06\xcf\xb7\xb1\xc1\x73\x78\x67\xd9\xdf\x39\x74\x16\x6b\x0b\x3c\x18\x2d\x1e\xcf\x47\x0b\xc5\x06\x2f\x7c\x36\x78\xd1\x60\x83\xbf\x4d\xf9\xb7\x70\xb0\xb9\x02\x36\x2d\xb9\xb7\xde\xba\xad\xa2\xfb\x6a\x09\x14\x6e\xd4\x3e\x2c\x80\xe0\xea\x9b\x1c\xb5\x1a\x0d\x26\x02\x05\x46\x8b\x09\x09\x7f\xef\xca\x02\x71\x51\x90\x74\xa1\xe2\xb9\x26\x03\xf4\xce\x88\x7d\xb4\x76\xf1\x98\x51\x5e\x5e\x5a\xb5\x22\xec\xdb\xb7\xde\xa7\x53\x64\x8d\x27\x13\x22\xa1\xd1\x36\xc1\xa4\x9a\x9d\x05\xfa\x6b\x57\xf2\x32\x95\x37\xbe\x5b\xdc\xc4\x0b\xd7\x41\xe6\x48\xe7\xd2\x60\xe2\xdd\x28\xb4\x60\x83\xc1\x92\x25\x6e\x88\x2a\x42\x14\xad\x14\x64\x5a\x3a\x15\xd4\x26\x4d\x86\x2d\x37\x4a\xf6\x44\xe3\x80\x8c\xff\x9a\xe6\xd9\xc2\x8e\xfc\x0b\xd2\xc2\xa9\x7b\xbb\x98\x23\xeb\xfb\x90\xdc\x19\xca\x92\xec\x0c\x91\xa1\x21\x72\x79\x94\x93\x44\xf2\x51\x7d\xe1\x92\x5c\xb2\x6f\x30\x91\xa5\xbd\x07\xcd\xd9\xe5\x2a\x2d\x48\x95\x20\xca\x84\xbc\x11\xaa\xa7\x92\x93\x63\xeb\xa2\xdd\x0a\x40\xef\x00\xf4\x2b\x69\x17\x66\xd3\xf0\x3e\xc0\xb3\xed\x74\x1d\xbf\xd9\x73\x72\x56\x9e\x6b\x43\xd8\x40\xc8\xa3\x5e\x1a\x5f\xab\xfb\xba\xd4\x55\xfc\x1e\x5f\x5d\xae\x24\x47\x97\x5d\x19\xd3\x80\x06\x86\x0c\x3b\xa8\x57\xb7\x76\x6b\xba\xb3\xd7\xe9\x2d\x2b\xc5\x77\x8c\xc3\xaf\xe8\x8f\xe6\x64\xdb\xe6\xd8\x86\xb2\x82\xdf\xe0\x03\x59\x94\xf3\x16\xc5\x65\xd8\xca\xd4\x0a\x07\xdb\x0e\x99\x55\x93\x25\x20\xb6\x6a\x5d\x96\x54\xaf\xac\xc5\x3e\x64\x8b\x0a\x6c\xf7\xd1\xd1\xf0\x7e\xd1\xba\xaf\x33\x3a\x1a\x0e\x1f\xc1\x0d\x1a\x1e\x7e\x43\x65\xe4\xb7\x39\xd8\x7b\xb4\x0f\x37\xe8\xe0\x70\xb8\x97\x84\xab\xd7\x90\xe0\x9b\xf8\x49\xa3\xd6\xa8\x3b\x2b\x52\x2c\x59\x71\x99\xd2\x39\x69\xd7\xa8\x79\x15\xfa\x94\x5d\x5b\x9f\x67\xaf\x78\xe4\xe9\x2a\x29\xbb\x6e\x62\x8a\x4e\x2a\x5b\x02\xa8\xad\x7a\xcd\x35\xf9\x79\x2a\x08\xca\x31\xd7\xaf\xbe\xdd\x87\xa9\xb8\x93\xab\xdb\xaa\x77\xb7\xae\x86\xaa\x23\x7d\xfb\x91\x10\xab\x0b\xcf\x89\x16\xee\x4a\x94\x4d\x49\xee\x62\x43\x54\xfa\x22\xb4\xc0\x75\xad\xa4\x33\xb5\xb6\x61\x35\x29\x0e\x87\x09\xe0\xa8\x04\x4a\xa1\x6e\x74\x4f\x46\x51\xa8\xc2\xd8\x49\x6e\x82\x13\x15\x70\x85\x95\x3a\xd7\x2c\x62\x9b\xcd\x28\xcc\xba\x6e\xbf\x31\xf6\xaa\x52\x34\x40\x04\x26\xa0\xc4\x04\x79\xc5\x0b\x34\x50\x76\x8e\xb5\xd3\x32\xc7\xc1\x57\xe4\x39\x09\x3c\x9f\xe7\x39\x49\x0b\xfb\x7e\x1e\xaa\x96\xf9\x05\x2b\xf3\xc5\xef\x19\xc9\x17\xcd\x25\x97\x5c\x6b\xe6\xcf\x58\x89\x20\x5f\x16\xe9\x25\xf9\x10\x1c\x0e\x78\xe7\xed\xec\x0a\xeb\x6d\xe8\x57\xa3\x42\x4b\x5b\xe6\x8f\x65\xab\xe9\x8c\xd1\xb1\xda\x54\x8c\xb6\xa9\x04\xb5\xfc\x29\xcd\x2e\x95\x33\x8e\x1a\xc6\xa8\x6d\xa7\x4d\xfd\x82\xfc\x55\x12\x2e\xc2\x06\x71\x1c\x2a\x70\xa3\x8f\x17\x19\xef\x9c\x15\xec\x9a\x93\xa2\xb3\x60\x84\xd3\xff\x23\x3a\xc6\xbe\xa6\xd3\xda\x45\xbf\x73\x92\x7e\x21\x1d\x5e\x16\xa4\x23\x2e\x52\xd1\xb9\x65\xa5\x4a\x7c\xd7\x49\x3b\x2b\x96\xdf\x2e\xb3\x3c\x97\x8c\x97\x4e\x78\x67\xba\xe6\xfd\x4e\x9b\x7a\x24\xcf\xe8\x17\x5d\xb0\x63\x9b\xf2\xc8\xbf\x5a\x57\xb3\xba\xf8\x7b\x43\x6f\x5b\xad\xff\xfb\x23\xdf\xe8\xfc\x97\xdd\x21\x32\xde\xc1\x57\x78\x67\x88\x6e\xf1\x43\x15\x2e\xfd\x7b\xe1\xae\x53\x3f\x64\x4f\xf0\x99\x84\xc4\x3a\xf9\xfb\x16\x58\x12\x78\x37\x78\x42\xd6\xeb\xe1\xee\xc3\xc7\x64\x5c\x5b\xbd\xb0\x51\x47\xa4\x5f\x08\x57\xeb\x20\xef\x79\x57\xa4\x93\x51\xd1\x39\x23\xe2\x9a\x10\xda\x19\x28\xd5\xce\x70\xf7\x21\xea\xc8\x66\x19\x3d\xef\x2c\x65\xcb\x4e\x91\x0a\xc2\x6d\x56\x44\x71\x91\x52\x59\xa9\xb3\x5c\xf1\x4e\xc6\x3b\x94\xb9\xed\x20\x8b\x08\x26\xb7\x78\xf0\x98\x8c\x55\x8e\x80\x65\xce\x58\x01\x86\x64\xef\x01\x81\xc9\xc3\x8d\x91\xb0\x53\x72\x5d\x43\x53\xe8\x18\xcf\x94\x52\x72\x77\xa4\xff\x0e\xfb\x8c\x1a\x35\x15\x6e\xb5\x32\x3d\x77\x06\xdd\x75\x44\x75\x86\x49\xef\x56\x99\x20\x9d\x4b\x94\x45\xe0\xf8\xb8\xbf\x62\x5c\x98\x2f\x9a\x44\x1f\xc0\xdb\x3d\x6b\xf6\x40\x2d\x36\x6b\x69\x80\xa8\x71\xd5\x90\xed\x36\x28\xc4\x6d\xe7\x98\xa0\xcb\xf5\x5a\xf6\x39\x40\x2d\x8d\xeb\xc8\x8c\xc2\xbb\x2b\xbc\x0a\x03\x32\x80\xfa\x44\xec\x6d\x37\xc0\x71\x4b\x70\x05\x15\xb0\xf9\xd9\xa3\xc3\x70\x93\x36\x6c\x8a\x89\x4b\x02\x47\x24\xf1\x73\x08\x33\x4c\x77\x86\x4f\x9e\x3c\x19\xa2\x02\x93\x09\x53\x16\xd0\xdd\xea\xfe\x56\xc4\xf1\xe0\xf1\xa9\x0a\xc8\x63\x92\xd9\x74\xc8\x88\x28\xed\x00\x52\x49\xcf\x0b\x44\xb1\x9f\xf1\xfc\xda\x63\x19\xaa\x04\x19\x04\x93\xc9\x60\x6a\xcd\xcb\x6a\xe2\x74\x23\xdd\x99\x0c\xa6\x81\x23\xae\x37\x87\x15\x5b\x01\x6d\xc4\xa3\xcb\x65\x5d\x79\xc9\x4a\xc2\xd4\x77\x6e\xb2\xec\x71\x31\xb2\xf6\x20\xbb\xff\x02\xac\x37\x84\x3b\x43\x79\x7d\x9d\x64\x53\xc4\x71\xd6\x1b\xca\xbb\xeb\x84\x87\x1f\x4c\xe3\x78\xf0\xe4\x14\xa4\x88\x42\xe8\x0a\x73\x5d\x98\xa3\x14\x8e\x81\x9a\x78\x8e\x64\x4b\x95\x8f\x8a\xc3\x44\x97\xa5\x48\x76\xad\xca\xb2\xca\x79\xd3\x5b\x47\xd7\x0d\xad\xaf\xa3\xdf\xdd\xc6\x25\xbf\x17\x1b\xdf\xc4\xd3\xad\xd7\x69\x2d\x1a\x2e\x2b\xc4\x2b\xba\x20\x37\x3b\xa2\x7a\xf6\xe3\xcc\xd3\xb1\x0a\x06\xb7\xd8\x11\xfd\x6c\xa1\xb0\xd4\x0b\x3c\x99\xa2\x57\xf2\x9f\xe7\x78\x88\x3e\x6a\x74\xf5\x01\xef\xa1\x77\xf2\x00\x9c\xc8\x7f\xde\xe0\xee\xb0\x92\x3c\xbd\x0e\xd5\xdd\xd7\xe0\x95\x73\xd7\x12\x23\x5f\xaa\x50\x45\x71\x82\x5f\x64\xa5\x6a\x15\x84\xce\x1e\x22\xe9\xdf\x63\x4c\x6c\x52\x24\x59\x09\x79\xe3\xc6\xa2\x16\x93\x0d\xdd\x80\x17\x92\xac\xeb\x8f\xfa\xb1\xe1\x8d\xb0\x45\x0e\x14\xc9\xf1\xa1\xee\x09\xac\x70\xc1\x35\x78\x01\xe1\x89\x3c\x7b\x14\xbc\x84\x55\x02\xde\xda\xe0\xe3\x98\x81\xa7\xc8\x1b\xdb\x0e\xf1\x3f\xf2\x52\x1f\x4c\xbd\x22\x71\xac\x3f\xa6\xa2\xfc\xbf\xb3\xca\xc1\x0c\x7f\x18\xd9\xc4\x14\xaf\x01\x85\xe8\xa3\xfa\xb6\xfd\xc2\xc7\x38\x06\x5d\xf0\xb1\x36\xab\x27\x14\xae\xd7\x24\x8e\xbb\xed\x64\x01\x40\x38\xb2\xbc\xe6\x47\xb7\xa2\xdb\xac\x3f\x52\x78\x57\x55\xb2\x7b\xf9\xb1\xbf\x32\x11\xf0\x5e\x93\x2b\x92\x9b\x70\x03\x69\x63\x24\x8f\x55\x52\xc2\x06\xc6\x6c\x0f\xe8\x3e\xf6\xbe\xc3\x93\x8f\x58\x2f\x73\x1c\x7f\x01\x2f\x20\x92\x93\xd7\xe8\x50\xfe\x1c\xe9\x65\xf0\x9c\xca\x3e\x42\xa3\xea\x19\x54\xbb\x51\x06\xbb\x51\xea\xdd\x28\xbd\xdd\xa0\x10\xe5\x12\xb9\x56\x52\x69\x63\x20\xea\x80\x36\x53\x40\xbb\x51\x70\xfd\x0c\x67\x3e\xa1\x7d\xb5\xc8\x89\x8b\x03\xf8\xd0\xa7\x9a\xaf\x2e\x2f\xc9\x22\x4b\x45\xf5\x7a\xe8\xbf\x7e\xcd\xae\xdd\x8b\x7d\xff\xc5\x1b\xc9\xf5\xe7\xee\xdd\x9e\xff\x4e\x5b\xbc\xb8\xd8\x20\xde\x9b\x4f\x9c\x14\xcf\x72\x36\xff\xa2\x3c\xbb\x4c\xdb\xdd\xc0\xae\x52\x71\x2c\x2d\xb7\x6b\x78\x47\xc2\xad\x0d\x88\xbf\x4d\x49\xfb\xe2\x86\xcc\x4b\xd9\xc0\x27\x0b\x27\xeb\xf5\xbb\xf5\x1a\xb8\x33\x10\x32\xbf\x95\x41\xf7\x3b\x1f\x4e\x5a\x18\x92\x0f\xf5\x76\x2f\x95\x93\xa5\x1f\x7e\xb1\xd9\x48\xed\xbd\xdf\x8e\x86\xb7\x7f\xe7\x3c\xf4\xc1\xa5\xfe\x37\x11\x49\x8c\x0f\xbf\x3e\xab\x36\x83\x96\x8d\x9d\x2a\xf0\x87\x8d\xc6\x7b\x1f\x46\x1f\xb0\x08\x9d\x39\x2a\xeb\xe1\x0f\x98\x6e\x82\xaf\xaf\xd2\x92\xb7\xaf\x52\xcd\xd8\x54\xf1\xbc\xef\xd2\x8c\x0a\xfc\x2c\x78\x53\xd2\xdf\x32\x71\xe1\x76\x2f\xbc\x85\xd4\x42\xe8\xd6\xe7\x62\x5c\xb0\x8d\xf3\x79\x38\x23\x82\xf7\xbc\x19\x11\x7f\x46\xe2\xbe\x19\x59\xcb\xfd\x36\x89\x4c\xe6\xe9\x63\xeb\x9c\x90\x19\x6a\xf3\x2e\x9c\x3a\x35\x73\x3a\x4e\xb1\xd5\xad\x56\x9a\xb1\x14\xa7\xfd\x05\xc9\xd3\x5b\x28\xb9\x81\x74\xcc\x7b\x69\xc2\x93\x14\x73\x54\x4d\x5b\x1f\xf0\x9d\x20\xfe\xef\x6e\x92\xe3\xdd\x87\x83\x30\x3c\x52\x8e\x2b\x17\xe3\x30\x0c\x52\x8e\x87\x64\xbf\xb6\xeb\x39\x7e\x48\xf6\x2a\x7b\xf5\xbb\x6c\x91\x3c\xef\xf5\x90\x3d\x17\x49\x86\x02\x5c\x97\x10\xe4\x10\x48\x92\xa2\x10\xdf\x25\x39\x4e\x7b\x39\x72\x04\x27\xd9\x19\x6e\x50\xfa\x84\x8f\x81\x47\x49\x71\x8a\x6e\xc0\x2b\xe4\x22\xc7\x19\x34\x47\xd4\xd3\x2b\x28\x09\xc1\xb8\x00\x30\x79\x23\xcf\x96\x44\x59\xe9\x0e\x87\x50\xf2\x01\x5e\x1f\xb9\x22\x5d\x04\xa2\xc6\x41\x84\x88\x04\x7b\x79\x5d\xa4\xab\xd6\xb3\xaf\x0f\xc1\x07\x4b\xcc\x6b\x8e\x8b\x6d\x87\x60\x8b\x8e\x24\x00\xa3\xcd\x06\x3d\xdc\x3d\x3a\xf8\x1b\xe2\x96\xc3\xa1\x32\xeb\x1d\x0e\x1f\x26\x0d\x4f\x2d\x55\xa7\xa6\x00\x69\x28\x16\x24\x77\xff\x81\x2c\x49\x41\xe8\x9c\x68\x2d\x43\x24\xc7\xd8\xb9\x48\xd5\xcd\xed\x4c\xde\x34\x32\x9a\x89\x2c\xcd\x33\x4e\x16\x9d\x1d\x79\x7b\x20\x05\x80\x41\x0d\xb9\xe3\xf2\x3a\x51\xe9\x51\x2a\xf3\xe3\xfe\x6c\x46\xf8\x09\x93\x67\x42\x2e\x74\x55\x6e\xa0\x08\xbb\x92\x0d\x3a\x38\x38\x1a\x7c\x73\x26\xc6\x80\xaa\x0b\xe4\x7d\x48\x3b\xd5\xb0\x65\xc7\xb9\x06\xc8\x29\x7d\xbc\x5d\xd9\xd9\x1c\xa7\x54\xde\x79\xe4\x08\x3b\x69\x67\x9e\xa7\x9c\x77\x52\x79\xa9\x72\x74\x14\xfe\xc3\xc1\x1e\x3d\xda\x3d\x0c\x06\xeb\xb8\x13\x2d\xf1\xb8\xab\xf2\x71\x0c\x46\xf4\xb1\xf0\x2d\x08\x6d\x74\xb4\x09\x9d\x8e\x58\x9f\xd0\xf2\x92\x14\x12\xe4\xb0\xff\x63\xbd\xee\x0e\x11\xeb\xcf\x95\xbe\xaf\xd4\xef\xbb\x03\x14\x29\xed\x74\x24\xef\xc4\x71\x0c\x58\xff\xba\xc8\x84\x79\x07\xad\x37\x89\x96\x5f\x38\x75\x0a\x41\x4c\xe9\x86\x18\xdc\x6c\x5a\x97\x34\x88\xb4\x1f\xc7\x02\x78\x31\xf4\x95\x67\xb7\x2a\x43\x6c\xfb\x07\x22\x57\x3f\x42\x77\x76\x48\x49\x77\xb8\x51\x87\xea\x9f\x41\xc3\xde\xe1\x51\xe3\x30\x58\xeb\xdf\xbd\xc3\xc1\x21\x44\x05\xa6\xe0\xe8\x60\xf8\x08\xa2\x0c\x53\xb0\x7f\x74\xb4\x07\x47\xed\xd0\xaf\x8f\xac\x97\x45\xb9\x7e\x68\x51\x81\x19\x20\xea\x22\x23\x2c\x8f\xc7\xd4\x81\x85\xbe\x95\xda\x88\xe2\x0f\x64\x99\x13\x6d\x0c\xab\x4b\x41\x51\x9d\x69\x67\x00\x41\x71\xd1\x7e\xe8\xed\x00\x32\xfd\x42\x79\xf8\xfe\xa3\xf5\x91\x4b\xb0\x0d\x00\x2b\xd1\x73\xb5\x1c\xc2\x5a\xc7\x71\x22\xde\xd9\xdd\x7a\xbb\x1c\x9b\xd2\xf3\xa0\x54\xab\x61\x60\x9b\xf2\x95\xf4\x67\x33\xb5\xdb\xb3\xd9\x7a\xdd\xda\x58\x89\xa0\xff\xc1\x9c\x90\x50\xbc\x6a\x35\xe2\x7f\xb6\x30\xc3\x83\x87\x0f\xb7\x02\xce\xc1\x60\xf8\xb0\x1d\x48\x50\xdd\xa7\xab\x12\x74\x09\x47\x84\x45\x3b\x9a\x39\x95\x58\xb1\x43\x6e\x56\x05\xe1\x5c\x6e\xc1\x65\xc9\x45\x87\x64\xe2\x82\x14\x9d\x33\xa2\x6e\x8a\x1d\x56\x04\x78\x67\xe4\x1d\x32\xbb\x35\x5a\xb5\x05\x44\x1c\x7b\x46\x8c\xe8\xce\x03\xc0\xe4\xee\xca\xe8\xf2\xaa\x53\x36\x40\x3e\x92\x48\xba\x83\xcd\xe6\x1f\x9d\x54\x75\xed\xd2\xd2\xda\x7f\x86\x12\x0f\x02\xe3\xfd\x56\xfc\x5d\x77\xad\xa9\x38\x1d\x73\xae\xd6\xeb\x6e\xe3\x84\x55\x49\xb7\xb2\x25\x68\xbc\xed\xf3\x8b\xf4\x32\xa8\xd2\x76\x4b\x7a\x57\xb0\x9b\x5b\x5b\x6b\xe0\x53\xe7\x67\xda\x02\xce\xb3\x1a\x55\x4b\xfc\x76\xa9\x95\xd4\xcd\xf3\x6e\x1a\xa0\xc9\x34\x30\x5d\x50\x69\xd3\xba\x03\x23\xa1\x22\x9e\xc8\xfa\x1f\xae\xa7\x44\x68\x5b\x01\xf9\xf0\xe0\xe8\x10\x3a\x3b\x19\x89\x09\x25\x23\x70\x2f\x68\x8b\x38\xf6\x39\x4c\x06\x04\x6c\x4f\xd1\x24\x9c\xa7\xa0\xa8\x89\x7d\x5a\xa1\xdf\x04\xca\xeb\x78\x60\xca\x3b\x97\xe9\x6d\x87\xd1\xfc\xb6\x63\xe3\x69\x68\xb3\x27\x56\x74\xaa\xcd\x77\xc8\xb0\xf8\xa7\x28\x63\x83\xe4\x81\xde\x8a\x06\x3d\xba\xf6\xdd\x88\x90\x7f\x03\x11\x7a\xda\x40\x0f\x15\x4a\x64\xf5\x8f\x91\x9e\xa4\xcc\xff\x35\xda\x93\x00\xf1\xf7\xe8\x81\xbf\xf5\x35\x0f\x8b\x88\xab\x87\xfa\x0b\xe7\x72\x31\x6e\xb3\x1f\x33\x66\x7c\x9b\x56\xaa\x11\x6a\xf2\x6a\x9f\x23\x81\x25\x38\xc6\xae\xbc\x6b\x9f\xab\xd3\x39\xb6\x63\x73\x49\x2e\xfe\x3f\x24\x36\x1b\x24\x02\xd7\x05\x0a\xaa\xe8\xf8\x46\x62\x5b\xc9\x6b\x5d\x98\x53\xdb\xdc\x48\xaa\x64\x4d\x7c\x67\xca\x92\xbb\xcd\xc6\x31\xd2\x13\x36\x05\x19\xca\xdc\x98\x29\xac\x7e\x6c\x68\x9f\xb6\xf0\x38\xca\x2c\xa7\x9a\xc0\xb8\x29\x04\x70\x66\x39\x9b\xa6\xaf\x47\x87\xb8\x8f\xd3\xfe\x02\x08\x74\x97\x26\x62\xa3\xec\xb1\x6a\x1c\x13\x41\xee\x1c\x85\xd4\xbf\x0d\x34\xb6\xb2\x09\xdf\x60\x30\x36\x23\xda\xf7\xe4\x13\x2a\x7a\x46\xb6\x04\xc3\xb8\x90\xbc\xaf\x8a\x10\x03\x18\x84\xe8\x30\x76\x8b\xcb\xda\x75\xca\x2c\x8e\xb5\x27\xea\xbe\x6c\xcb\xbc\x15\x0a\x1a\x0e\x0f\xe2\x2d\xe1\x4c\x99\xb2\x5c\x74\x95\x37\x7a\xeb\x42\xba\xad\x4d\xa7\x69\xbf\x00\x19\x34\x5e\x65\x77\x9b\x11\xc1\x64\xbd\x9e\x68\xe9\x13\xb8\x93\x8b\x09\x26\x53\xf9\xaf\x80\x55\xca\x47\x8e\x77\xd5\xc0\x46\xd5\xd0\xab\xe0\xa2\xdd\xff\x98\xac\x44\x6f\x97\x80\xc3\x11\xc7\x02\x70\x08\xab\x45\xf5\x6c\xa7\xde\xa4\x97\x84\x03\x0e\xdb\x83\x78\xa4\x13\x32\x6d\x11\x0b\xb1\x09\x99\x6e\x36\x9e\x47\xad\x83\xf4\x96\xba\x1b\x24\x21\x23\x43\x29\x44\x99\x72\x35\xa5\xfd\x45\x8d\xd6\x38\xd1\xbf\xb6\xf6\xa2\x7d\x66\x5d\x1a\xe4\x23\x51\x8f\x5b\xaf\x2a\xe8\xae\xba\x03\x49\xde\xe6\x9c\x88\x44\x9e\x90\x0d\x94\x5f\x3e\xaf\xb3\x12\x8d\x9d\x3e\xcf\xd9\x59\x9a\x7f\x94\x9c\xbb\x19\x72\x55\x12\xc8\x71\x2e\x32\xbe\x5e\x4b\x52\xf6\xd2\xf6\x18\x79\xaf\x22\xe8\x52\x53\x92\x2d\x5f\x32\x59\xbc\xad\x6c\x4d\xfd\x32\x2b\xb2\xc5\x7c\xe4\x1b\xfe\x29\xc6\x44\x59\x71\x60\xb4\x1f\xc6\x55\x6a\x55\x4b\xd7\x1c\xe2\xac\x3f\xc0\xc7\xf4\x7c\xfb\x02\x37\xeb\x22\xc3\x53\x46\xfa\x40\x44\xf7\x71\x8f\xd5\xb9\x89\x6c\xb3\xee\x40\x6e\x8d\xb7\x2d\x0d\x6b\x0f\x22\x6f\x67\xc3\x83\x7d\x38\xaa\x5f\x92\x8d\x82\x42\xac\xd7\xe2\x89\x4b\xa8\x1e\xeb\xbc\x80\xe6\xd7\xc8\xbb\x48\x23\xa6\x34\x92\xda\x64\x4f\x40\x79\xaf\x56\x17\x6a\x36\xa1\x53\x4c\xe4\x75\xda\x41\xa9\xfb\x12\xd3\xca\x82\xfa\xbd\x4f\x6f\x6a\xc3\xfa\xdd\xa1\x41\x40\xa0\x17\xd6\xc3\x53\xed\x18\x5b\x6b\x63\xac\x7e\xdf\xae\x90\x49\x8d\x6a\x36\xcd\xd7\x2b\xe3\x4c\xe7\x63\x54\xa0\x0c\x4f\xa6\x28\x95\xa4\x87\xab\xb0\xc6\x46\x8d\x41\x31\xb5\x36\xec\xa3\x2e\x48\x31\x60\x98\x06\x26\xec\xca\x6a\x52\xeb\x12\x99\x89\x51\x84\xba\x62\xbd\xce\xcc\x52\x2a\x0e\x6e\x24\x3b\x86\x23\x03\xda\x39\xbc\x53\x79\x71\x0b\x5c\xc9\xf0\xe5\xf7\x52\x1b\x8b\xd5\xe6\xad\x5c\xaf\xed\x93\x27\xfe\xcc\x24\x3a\xd2\x2c\x61\xe1\xd4\x63\x12\x29\xc8\x15\x0f\x56\x4f\xdb\xb8\x9a\x83\xd4\x92\xf8\xcc\xc9\x56\x55\xf4\x25\xcd\xe3\x36\x0e\x8b\x05\x59\xbb\x0a\x7d\x9e\x67\x73\x02\x0e\xd1\xce\xd0\xb9\x59\xbe\xad\xd8\xdb\x1a\x5b\xa1\x28\x46\x50\xa2\x82\x60\x41\x14\x9d\xa4\x2b\xd5\x60\xbd\x8e\x4e\x89\x6e\x3b\xd6\x80\xb1\x2c\xd8\x25\x20\x30\x89\x9e\xda\xfb\xbb\xa9\xf8\xe0\xff\x0f\xc6\xc9\xa7\x6c\xfd\x0a\x52\x01\xc6\xc9\xe1\x7a\x78\xb0\xde\xdb\x85\x60\x9c\x1c\xe7\xe9\xe5\x8a\x2c\xa0\xee\xe1\x87\x07\x7d\x41\xb8\x00\x0c\x8e\xf5\xdc\x8c\x11\x5f\x73\x8d\xac\x42\xbb\xc6\x5b\xbf\xa2\x57\x69\x9e\x2d\x3a\xa9\x10\xe4\x72\x25\x3a\x82\x75\x54\xee\xdc\x72\x2e\xca\x42\x3b\x83\x2a\x68\x3a\xcb\x2b\x79\x58\xff\x33\x7d\x45\x3b\xac\x58\x90\x42\xd6\x3f\x23\x1d\x5b\x05\xa9\x06\xa9\x1c\x99\x61\xc8\xb9\xbe\xaa\x5e\xa4\x57\xa4\x93\x76\x1a\x00\x0b\x60\xe7\x92\x88\x0b\xb6\xe8\x47\x70\x03\xb4\x31\x45\xe1\x22\x03\x64\x98\xf6\x05\x28\xd0\x2e\x44\xed\x1e\x31\x9d\xb4\x9d\xd7\x5e\xaf\xef\x1c\x8d\x4f\x26\xd3\x8d\x27\xc9\x53\xcb\x16\xc7\x61\x6f\x01\xa3\xbd\xa9\x9f\x4b\x87\x20\x34\xb9\xf9\x2e\x24\x2b\xef\x52\x71\x0c\x94\x9e\x5c\x4c\xe8\x14\x6e\x90\x8e\xf4\xea\x31\x73\xfc\xbf\x13\x0a\x1c\x2b\x69\x23\xb9\x11\x84\x2e\x78\x47\x9d\xc7\x4e\xd4\x33\x1e\x5b\x02\xf6\x22\x6b\x91\x91\xfa\x37\x27\x79\x43\x92\xfd\x46\xd0\xe7\x2a\x8d\x4f\xa6\xcf\x25\x93\x8d\x09\x4d\xeb\xcb\x11\xac\xbe\x77\x5c\x13\x28\xe8\x2c\x92\xae\x9a\x2f\x5d\x90\xa3\xa6\x7a\x67\xdb\xf4\x4c\xb9\xdd\x41\xed\x2c\xe0\xaf\xbd\xa7\x7b\x46\x14\x0f\x11\x6b\xd8\x60\x8f\xe8\x63\xa6\x10\xb4\xad\x58\xe8\x08\x03\x81\x87\xf4\x77\xee\x57\xa1\xf7\xab\x90\xfb\x55\x4c\x7d\x61\x73\xbe\x45\xbc\x5e\x8b\xcc\x60\x11\xb8\xe4\xd7\x7d\x06\x85\x7c\xdf\x08\x34\xdb\x22\x1c\x23\xc6\xe0\xe3\x41\x1c\x03\x2a\x99\x77\x62\xe3\x2a\x38\x97\xb3\x36\x16\xb2\x95\x61\xd3\x27\x8e\xdb\x5b\xc3\x40\xc7\x88\xc0\xf7\xd5\x95\x04\xa0\xa8\xb2\xee\x14\xbd\x1e\xf4\x86\x25\x17\x47\x8e\xac\x31\xa9\x95\xe9\xe5\x15\x7f\xe1\x18\x2c\x37\x35\xd9\x4a\xcf\x66\x52\x4c\xd5\x84\xe4\x5f\x17\x8e\xc8\xcb\x8d\x33\xaf\xa5\x01\x43\x59\x63\xdb\x51\x8a\xb3\xc7\x7b\x63\x61\x72\x8f\x61\x36\xde\x32\xa1\xe7\x84\xcf\x8b\x6c\x25\x58\xa1\x0e\x64\xb2\x85\x79\x37\x22\x98\xf6\x55\xb5\xf2\x99\x05\x99\x33\x15\x7c\x3b\xc5\xf5\x22\x37\xe2\x30\x53\x36\x77\x4c\xc6\xce\x70\xc4\x9f\xe0\xc1\x88\xef\xec\x40\x50\x28\xf3\x13\xed\xe6\x07\xe4\x3c\x0a\x90\xc2\x24\x7b\x22\x1f\x64\x37\x29\x4c\xf4\x70\xe1\x7a\x9d\x56\xf2\xdc\x27\x7b\x71\x9c\x6e\x63\xbb\x74\x3b\x94\x6e\x82\x73\x59\x01\xe8\xc2\xf7\x04\x59\xaf\x77\x31\x6e\x2c\xaa\x3b\x43\x0c\x15\x78\xa0\xac\x20\x2d\x00\x3c\xce\x14\x10\x74\x59\x1c\xeb\x03\xb6\x5e\x03\x26\xff\xd7\xce\x0d\xbe\x47\xba\xa4\x98\xf6\x44\x0d\x50\x01\xa1\xda\xfa\xda\x91\x92\x78\x66\x9e\x0a\xd9\xc7\x7d\x1d\x40\x58\x9b\x8e\xb2\xb5\x44\x4b\x3c\x40\x17\x78\x88\x2e\xf1\x2e\x3a\xc7\xad\x1c\x12\x4d\xaf\xb2\xf3\x54\x11\xe5\x07\xc5\x55\x32\x1c\xf6\x07\x86\x50\xba\x37\xfd\x92\x93\xe2\xe9\xb9\x76\x46\x91\x67\x56\x19\xbc\x62\x6b\x4f\x7b\xb7\x31\x1c\xcc\x47\x78\xa7\x70\xd7\x2d\x3a\x0b\xac\xaf\x2a\xbb\xd9\xea\xe8\x6b\xa3\x63\x94\x22\xae\x3d\xe7\x67\x45\x99\x13\x2e\xb9\x2d\xfd\x73\x55\x10\x1d\xac\xf6\x43\x58\xae\xbc\x98\x48\x61\x53\xff\xcd\xbe\x90\xdb\x8f\x4c\xa1\x77\x79\xdd\xc2\x77\x1b\x53\xce\xe8\x2b\xca\x49\x21\x3e\x78\x1a\x60\xaf\x1b\x46\x3f\x10\x4e\x44\xcb\x9b\xb9\xed\xeb\x23\x7b\x5a\x9c\xf3\xaa\x47\x2d\xd8\xc5\x39\xb8\xd3\x81\xd4\x32\x46\x4f\xd8\x82\x24\xad\x12\x54\x9b\x41\x69\xbc\x4c\x2e\x90\x73\xbd\x21\xcb\xec\x26\x89\xe6\x9c\x47\x48\xf2\x3b\x7c\x95\xce\xad\x2b\x01\x9a\xf3\xd5\x29\x11\x22\xa3\xe7\xdc\x32\x26\x88\xc0\x2d\x83\xa2\x2e\xc1\xba\xa5\x32\x9e\xaf\x92\x18\xeb\xc7\x44\xf4\x6b\xed\xa0\xe7\xb6\x43\xc7\x34\x69\xed\xbc\xb6\xd0\xd4\x25\xa5\xfb\xc6\xa7\x74\x7d\xff\x13\x6c\xcc\x92\xa0\xb3\xf6\x3d\xb3\x5f\xc8\xfc\x04\x02\xde\x92\x57\xb3\x50\xe9\x34\xfd\x2f\x14\xe3\x22\xb9\x7f\x58\xe1\xb7\xfc\xb6\xd9\x38\x4b\xda\xc6\xd3\x0e\x80\x76\x68\xe9\x37\x96\x21\x6c\xe6\x7f\x2f\x1d\xa7\x49\x5b\xd7\xc8\x87\x7f\xfb\x19\xfe\x8d\xcf\x14\xf5\xde\xf9\x98\x27\x5e\x47\xce\x16\x40\x62\x79\x1b\xf1\xb0\x76\x5f\xef\x82\x15\xbe\xea\xcf\x66\x5c\xdc\xe6\x84\x5f\x10\x22\x66\x33\xb8\x5e\xaf\xfa\xb3\x3c\xe5\xe2\x54\x96\x1a\xaf\x9b\x38\x6e\x29\xec\x2b\xe7\xa9\xe7\x06\xd0\xbb\x18\x5b\x98\xb7\xe2\x2f\x6b\xf1\x76\xe5\x4d\xe1\xca\x4e\xe1\xaa\xff\x32\x3d\x2b\xb2\xb9\xf6\xa1\x84\x12\x8b\x20\x9d\x64\x8f\x00\xd1\xbf\x24\xc5\x39\x51\x1f\xe3\x48\x32\xac\x45\x96\xe6\x3a\x27\x84\x1d\x2a\x1c\xad\x30\x45\xf5\xe1\x63\x6a\x27\xbe\xda\xf8\xcc\x58\xd5\x45\x0b\x5b\x55\x8b\x89\x7b\x57\x3b\x0f\x5b\x4e\x89\x01\xe9\x1a\x80\x87\xa0\xd4\x0e\x5f\xe1\xf6\xb7\xc3\x44\xe1\xbd\xd2\x1b\x0a\xeb\x13\x12\x7a\xe9\x9a\xd1\x42\x2a\x4c\x95\x83\x1a\xf6\x82\x88\xd4\xfa\x31\x88\xb0\x45\x7a\x29\xdb\x8d\x3c\x29\x4c\x13\x69\xea\xfb\x2d\x81\xbe\xc0\x41\xb4\xe0\xd6\x96\xb2\xfe\x32\xcb\x05\x29\x42\xef\x63\xfb\xb1\x2e\xc6\x64\x03\xb5\x36\xd6\x1f\x69\x85\xd1\xbf\x73\xb8\x2d\x24\x60\xeb\x98\xdb\xc8\xc5\xb6\x17\xff\x60\xf4\xe7\x44\x54\x18\xaf\x7d\xf4\x0e\xdf\x39\xda\x60\xe6\x03\xc4\x58\xf4\xa2\x9d\x28\x89\x22\xd8\x03\x64\xbd\x0e\x6a\x07\xd4\x05\xca\x7a\xbd\x00\x26\x7b\xbd\x70\x24\x73\x89\x44\xdb\xc6\x62\x59\xc9\x36\xa0\x9d\x88\xa9\x8d\xce\x53\x3f\x09\x13\x32\xc5\x77\xa9\x3c\x28\xd4\x80\x2d\xab\xcd\xdd\x35\x78\x59\xb0\xcb\x5f\x48\x9b\xef\x5e\xa7\xf5\xa3\x64\xba\x7d\x11\x75\x6a\xe5\x16\xef\x80\x96\x8e\xc2\x5e\xe4\x58\xe5\x48\xbe\x63\x3f\x1a\x33\x75\x10\x26\xaf\x1f\xb2\xa3\xb0\xeb\x4c\xc1\x8a\x39\xc4\xff\x2b\xdf\xd0\x87\xbf\xe5\x23\xb5\x63\x50\xdd\xa9\x02\xe0\x08\x58\x15\xc4\x30\xed\x62\xbc\x1c\xeb\x2a\xe7\x24\xc0\xe7\xc0\x0a\x44\x46\x5a\x3f\xd9\x86\x97\xdc\xe9\x61\x36\x07\x3b\x35\xa6\x6d\x17\x89\xbe\x34\xb1\xbe\x42\xc5\x5a\xba\xeb\x0d\x15\x10\x54\xf4\xe7\x9c\xeb\x6e\x0c\x1b\x6d\xf8\xc6\x0c\xde\x79\x21\xc0\x3b\x97\x09\x93\xb7\x48\x42\x75\xd2\x5f\x60\xe9\x8a\x61\x6d\x3f\x92\x1b\x15\x39\x14\x10\x68\xd3\x71\x55\x68\xd2\x0e\x70\x14\xac\x82\x7f\x88\xed\xc4\x5a\x5e\x01\xc7\x6f\x6d\x39\xf5\x6d\x72\x7c\xcf\xb8\x12\xc2\x06\xb8\x6a\xe6\xa1\x59\x1f\x90\x71\xeb\xfa\xea\x70\x13\x11\x54\x47\xdd\x9f\x97\x7d\x11\x7e\xa1\x08\x71\xb7\x3d\xbb\xc5\xfd\x3c\xf3\x56\x16\x77\x3b\x33\x5d\xc7\xde\x7f\x73\x25\xd4\x38\x7f\x21\xb7\xbc\x39\xd6\xc6\x37\xc3\x96\x75\x28\x6d\xcf\x4d\x10\x22\x7e\xee\xd5\x5f\xaf\xef\xe5\xcf\xd7\x6b\xd0\x6c\x63\x8f\x90\x02\xb7\xf0\x88\xa0\xf3\xf5\xfa\x3e\x0f\x32\x50\x0b\x32\x1b\x74\x6b\xd8\x7a\x08\x2d\x98\xf9\x6f\x6b\xd3\x6e\x7e\xbc\x39\x73\x77\x30\x2e\x48\xba\x40\x02\xd7\x0e\x8a\x1d\x74\xa4\x3e\x13\x41\xa4\x6f\x0b\x23\x25\x01\xac\x27\x6a\x55\x1c\xd7\x8e\xe6\xa5\x22\x14\x89\xa2\x24\x91\x95\xfe\x86\xcc\x78\x75\x4f\x51\x69\x00\xe2\x98\xf5\x29\x53\xfe\xa1\xf5\x8e\x55\x71\x84\xcc\x7b\x3b\xe9\x3a\x1f\x09\x2d\xca\x6a\x30\x98\x94\xdc\xd8\x14\xb4\xa7\x3a\xd5\x4a\x65\x17\x6f\xaf\x08\xcb\x8c\x2e\xde\xe5\xe9\x9c\x5c\x28\xbf\x34\xd5\xfe\x63\x7a\x0e\xe0\x88\xca\xdb\x41\x4b\x1f\x89\xc9\x77\x2d\x71\x08\x9f\x0c\xa6\x15\xab\xac\xb1\xd5\x33\xb2\x64\x05\x01\x02\xb9\xfc\x16\x1c\x50\x38\xa6\x3a\xf4\xee\x96\x49\x60\x81\xea\x3b\xb8\x65\x64\xdf\xd8\x46\x77\xf1\x1f\x93\x30\x97\x83\xd9\xc6\x49\x63\xb7\xa6\x91\xc9\xd7\x8d\xc8\x06\x78\x92\xca\x19\xa8\x84\x82\x44\x21\x03\x95\xd3\xa1\x21\x17\x14\xbd\x1e\x54\xf4\xbd\x92\x04\x8a\xa9\xf6\x0c\x96\xad\x4c\xe8\x9a\x33\xff\x22\xe1\x7f\x26\x0b\x1d\x5f\x06\x28\xc5\x44\x7e\xa6\x91\x3a\x82\xe3\xd4\xa4\x8e\x50\x89\x9a\x9a\xaa\x07\x55\xcc\x9d\xf4\x2c\xea\x44\xf0\x09\x1e\xc0\x0c\xf0\x3e\x5f\xe5\x99\x50\x25\x9e\xa3\x4a\x8e\x8b\x26\x2d\x07\x1c\x8e\xf2\x71\x06\x72\x98\xec\xe8\x5c\xef\x95\xb6\x36\x8e\xa9\xa6\x0f\x36\x01\x68\xa8\x72\xe2\x70\x9c\x01\x0e\x93\xa6\xd0\x8b\x4b\x20\xb7\x2d\x9d\x72\x45\x92\x0b\x7d\x59\x20\x92\xf7\x31\x42\xfc\xc4\x77\xf3\x3a\x96\x8b\x73\x6b\x72\xd0\xdc\x62\x02\x7d\xff\xb3\xa6\x03\xd8\xad\xaa\xd5\x2a\xa6\xb1\x40\x12\xc7\xdd\xae\x03\x98\x5a\x9e\xe6\x38\x8e\x0a\x91\xcb\x71\x6f\xab\x21\x37\xd1\x3f\xf9\x59\x11\x41\x88\x6e\x7d\xbf\x34\x17\xfc\xa0\x10\x79\x72\x03\xe0\x66\x73\x8b\x6f\x80\x46\x05\x5f\xd0\x69\x60\x62\xf1\x22\xf0\xb3\x92\xbb\x1b\xed\xc8\x31\xd3\xfe\xfc\x22\x2d\x9e\x0a\x30\xd0\x82\x62\x31\xc5\xa7\x13\xaa\xff\xd1\xda\x2b\x13\x65\x0d\x4c\x9e\xee\xfc\x31\x85\x0f\xce\x51\xb4\xf3\xc3\x30\x82\x7d\xc1\x5e\xb3\x6b\x52\x1c\xa7\x9c\x00\xa8\x25\xe1\xaf\xb0\xd2\x62\x16\x3b\x36\xfb\xc7\xd0\x1b\xc1\x73\x7f\x04\xf5\x93\xa5\x9c\xf4\xbe\x58\x76\xeb\xde\x65\x1d\xdb\x07\x2b\x8e\xa1\xdf\x90\x96\x8d\xdd\x93\x6d\xc1\xbc\x30\xf1\xe6\x89\x7a\x37\x5f\x6a\x6f\xbe\xd4\x13\xa7\xf9\x11\x66\xec\x7b\x12\x2e\xc2\xe8\x0b\x16\xe3\xbb\x8c\xff\x46\xce\xbe\x64\x22\xe9\x82\xae\x58\xaf\xbb\x20\xd2\xbf\x9f\xae\x56\x24\x2d\xe4\x99\x8c\x32\xda\x69\xee\xb7\x42\x11\x10\xa2\x8c\x9f\xb0\xaf\x49\xb7\xab\xf1\xb5\x3b\x62\xcb\xac\x20\x4b\x76\x13\xc1\x27\x3b\x43\x59\xe9\xed\x8a\x14\x69\xb3\x1a\x93\xc5\xae\xd2\x09\x97\xa3\xa0\xeb\x75\xd7\x09\x0c\x33\x23\x31\xf4\xa6\x16\xc7\xdd\x07\x2f\x16\xe7\xe4\xf3\x83\xcf\x8b\xbe\xab\xd0\x22\x52\x84\x9b\xc4\x9b\xde\xc0\x0e\x75\x50\x0d\x67\x60\x3e\x3a\x70\x67\xef\xcb\x06\x40\xc4\x34\xc8\x65\x4b\xf0\x6a\xc2\xa6\x56\x6a\x4f\x26\xa2\x37\x9c\x8e\x5e\xe9\xd8\x86\xb4\x6f\xbb\x8e\x63\xe3\xdb\x19\xed\x5c\xab\x82\x9d\xa8\xa7\xb3\x44\xf5\xd5\x17\xbd\xf7\x97\xec\x6b\xf0\x92\xfb\xef\xb8\xff\x4a\x0d\xd0\x7b\xcb\xcc\x4b\xa8\xbd\xad\x3e\xa2\x0f\x78\x12\xcd\x59\x5e\x5e\xd2\x1d\xc5\x85\x45\x28\x5a\x32\x2a\x76\xae\x49\x76\x7e\xa1\x7e\xe5\xe4\xc6\xfc\xd9\x39\x2f\xd8\xb5\x7d\xe6\x17\x45\x46\xbf\xc8\x5f\x59\x9e\xef\xb0\x55\x3a\xcf\xc4\x6d\x84\x22\xef\xa9\x58\x90\x22\x42\xd1\xd7\x1d\xb5\x4f\xf2\x89\xb1\xcb\x68\xea\x47\xc3\xaa\x1d\x4f\xbd\x64\x72\x79\x24\x02\xae\x3b\xb0\x74\x9c\xbd\xd4\x07\xb7\xf5\x54\x6e\xba\x52\x2e\x3a\x60\xd8\xd9\x51\x90\x80\x52\x5c\xac\xd7\xd9\x38\x8a\x92\x68\x75\x13\x8d\x74\xc7\x38\x8a\x7a\xac\x97\x6e\x4c\x30\xad\x28\x27\x4b\x11\xa1\x37\x38\x2a\xf4\x7c\x5f\x63\x00\x3e\xe2\xbb\x0d\xec\xcb\x37\xf8\x0d\xfa\xd8\x57\x6f\xf0\x09\xfa\x08\xd1\x53\x7c\x17\x5d\xef\x14\x84\x67\x5f\x49\x94\x44\xc4\x3e\xa2\x88\x7b\xc5\xdc\x2b\xa7\x5e\x39\x75\xe5\x1e\x82\x78\xe9\x49\xf3\x49\xbf\x10\x79\x60\xf1\x2f\x11\x84\x4d\x79\x6d\x33\x83\x4f\xa8\x5d\xa0\x06\x85\x2a\xe2\xb8\xa8\x16\xe2\x7f\x28\x5b\xe6\xd9\x4a\x53\x29\xdd\x0c\x17\x15\x6e\xfb\xcc\xff\x05\xc6\xc9\xe7\x07\x9f\xff\xf5\x99\xff\x0b\x8e\x3f\x9b\xea\x9f\xcf\x64\x29\xff\xd7\xe7\x7f\x7d\x7e\x00\xc7\x9f\xf9\xbf\xc6\x12\xfb\x45\x55\x40\xbb\xea\xdc\x9d\xd8\x9e\xa7\x98\xb9\x7e\x4f\xd0\x9b\xb6\xba\x6f\xda\xea\xbe\x41\x27\x55\x5d\xa3\xed\x2c\x60\xb3\xff\x70\xe4\xc1\x17\x9a\xad\xde\xb4\xb7\x0a\xbe\xf5\x5a\x1e\x48\x35\x18\xf9\xe4\x8a\x9f\x4e\x8a\xa9\x6d\x29\x9f\x83\x00\x96\xcc\x04\xb0\xbc\x4c\x8b\xf3\x8c\x9a\x00\x96\xab\x74\xb1\x50\xe1\x2c\x4d\xab\x9a\xcd\x48\x9b\xfd\x82\x0b\x83\x57\x31\x0d\x72\x37\xf7\x95\xef\xad\xb9\x78\xba\x48\x9e\x83\x69\x2f\xea\x44\x3d\x31\xd9\xb3\x0f\xbb\xf6\x61\x58\x71\x86\x1b\x50\x04\x79\xa8\xce\x98\x3c\xa0\xe9\x82\x5d\xb7\x0c\x2c\xf0\x3c\x76\x43\x40\x0c\xaf\xd2\x82\x93\x57\x54\x00\x2a\x8f\xe2\x70\xe0\x94\x3c\x54\xf9\x69\x4f\x06\xd3\x2a\x84\xa4\x5e\x75\x06\x91\x79\xda\x19\xfe\x8b\x41\x89\x73\xf4\x3d\xb0\x13\xc1\x0d\x28\xd0\x00\x6e\x3c\x66\xe3\x59\x68\x79\x38\x89\xe2\xa8\x92\x25\x8c\x45\x7f\x91\xf1\x55\x9e\x2a\xb3\x34\xab\x61\x90\xb5\xdf\xe2\x07\x9f\x13\x6d\x97\xf5\x19\x80\x7e\x6f\x0c\x3f\x43\x3f\xf8\xea\x4f\x35\x3b\x5b\x07\xff\xa6\x11\x50\x07\x60\x5c\x45\xf5\x7c\x8b\x22\x49\xcb\x13\x1d\x08\xb0\xaa\x1e\xc1\xb1\xe8\x91\xc4\x2b\x8a\x23\xf8\x78\x30\x16\x6a\xc1\x89\xef\xf0\xfe\xd5\x53\x6c\x86\x31\xb7\xee\x66\x33\x85\xf8\x92\xc9\x74\x03\x55\x8e\x4f\x0f\x35\xfd\x4f\x04\xc7\xbf\x81\x09\x9b\xca\xc6\x98\xf6\xa2\xbb\xa8\x47\x60\xe2\xd5\x40\x0a\x77\x8d\x6b\x60\xd4\x7d\xab\xc9\x93\x67\x74\x34\xaa\x58\xda\xc9\x14\xd1\xd6\x35\x32\x24\x7f\xc4\x30\xed\x93\x1b\x32\x07\x04\x8e\x20\x9b\x0c\xa7\xf5\xef\x29\x1f\x02\x49\x21\x26\xe6\xc0\x22\xf3\xb7\xc7\xe4\xae\x1b\x4d\xad\x6a\x69\x20\x06\x45\xb0\x7f\x99\xae\xda\x2e\xd8\xd5\xba\xf7\x48\x5f\x14\xd9\x25\x80\xbd\x08\x46\x1b\xe8\x07\xab\x9c\x7a\x01\xbb\x0a\x72\x45\x0a\xc9\x4a\xf4\x0b\x15\xf5\xc8\xef\xd4\x13\x1b\x4d\x06\x92\x3e\x48\xb8\x47\x12\x0b\xee\x4e\x2b\x1d\xa4\x36\xee\x19\x20\x0a\x7b\x45\xcf\xfe\x64\x70\xa3\xc4\xc9\x80\xc2\xef\x18\x75\xc7\x8e\x55\x8e\xb3\x29\x3e\xa8\xac\xc2\xec\xfe\xfd\x04\x28\x22\x2a\x01\x4b\x52\x2f\x72\x60\xf2\x9b\xb3\xc4\xbf\x0f\x48\x2a\x16\x4c\x85\x9f\x95\x50\x67\x2e\xb6\xb5\x4b\x8d\x9a\x37\x9d\x8e\x8a\xf5\x1a\x14\x4a\xfa\xa1\x43\x37\x88\xbe\xe9\x4f\x6f\x22\x85\x95\x21\x5c\x66\x2e\x3c\x59\x75\xe1\xc9\xfc\x0b\x4f\xb6\x85\x92\x18\x23\x83\x1c\xb3\x2d\x57\x98\x38\xfe\x0d\xe4\x3a\x38\x95\xc3\x9e\xb5\xdb\x0a\xfc\x4d\xc7\x7a\xad\xa9\xd2\xcb\x4e\x46\xed\x5d\xaa\x16\xcc\xaf\x84\x36\x6e\x2c\x9f\x94\x66\x64\xe6\x7a\xa9\xac\xa9\x4a\x9b\x14\x81\xf7\x5d\xb9\x9b\xea\x4a\xf6\xbb\x80\x8b\x7a\xa7\x2b\x18\xc7\x5f\x01\x45\x02\xad\xd0\x62\xb2\x9a\xea\x01\x37\x2f\x51\xf3\xb1\x51\x6e\xcd\x6d\xfd\x12\xcd\xad\xcc\x51\x17\x03\x8b\xfc\xe5\x58\xd6\x6b\x87\xfd\xe5\xcf\xf1\x27\x50\xe8\x16\xc5\xa4\x9c\xe2\x39\xf4\x82\x40\x38\x80\xf8\x14\xba\x66\x34\xd7\x9d\x8e\x5b\x6d\x66\xf4\x19\x97\x3c\xfc\x00\x35\xb2\x77\xf7\xac\xac\x53\x25\xf0\xd6\x44\x0a\x44\x09\xeb\xf5\x7c\x9a\x00\xa3\x44\x32\xcd\x3b\x3b\x7e\xe1\x67\x61\xe8\x58\x27\x4a\x98\x84\xaa\x27\xd4\xe1\x02\xd2\xe7\xe5\x99\x1e\x20\xa0\x4a\xfd\x4f\x71\xd1\x1b\x56\x76\x1e\x6e\x0c\xed\x4d\x54\x68\x4e\x40\x61\x22\x41\x56\x82\x37\x73\xd5\x99\x05\x54\x14\x75\xb3\x4b\x95\xb6\x82\x6a\x63\xba\x09\x73\x66\x16\x53\x65\x85\xc7\xdc\xe1\xde\x19\xde\x73\x78\x7b\x51\xc7\xeb\x49\x89\xb0\x24\xc3\x17\x7d\x64\xab\x68\x8a\x25\x16\xd3\xbf\x3f\x28\x36\x4f\x96\x0c\xa7\xeb\x75\x55\xfe\x8c\x09\x21\x99\x53\xcc\x26\xbb\xc1\x8b\xd7\x92\x41\x94\xc5\x7b\xaa\xd8\xb6\xaa\xb6\xf4\xcf\xba\x0b\xe7\x44\xb1\x71\x63\x75\xd5\x4d\xa2\x5c\x14\x91\xc4\x5b\xdd\xa1\x33\xc5\x30\x87\x75\x54\x3c\xce\xfc\x4d\x34\x9e\x84\x99\xe4\x3b\xa8\x0d\xc8\x6c\xa2\x3e\x88\x49\x5a\xd9\x7f\xe7\xfa\x00\x35\x4e\x4f\x1e\xe8\x5b\x27\xb9\x5e\xc0\xee\x00\x99\xde\x72\x24\x0b\xab\xbc\x61\x6c\x4c\x2b\x79\xae\x21\xb8\x6e\x5a\xbf\x86\xf9\x43\x1f\xe3\x81\xe4\xa4\x87\x4a\xcb\x4b\x12\xd2\x53\xef\x77\x86\x1e\xb2\xfb\xb1\x72\xb8\xb5\x5e\x58\x51\xe4\xe4\x34\xa3\x9a\xa1\xb7\x68\x0b\x58\x1f\x79\x2c\x80\xbc\xd4\x32\x6f\x42\x42\x5d\x98\xcc\x54\x18\xd2\x51\xed\x9d\xad\x98\x3a\x13\x34\xc8\x68\xff\x42\x41\x2d\x7a\xa7\xff\xa8\x38\x20\xf2\xe1\xb9\xfa\x3d\xd2\x79\xf0\x87\xb5\x56\xfb\x90\x2a\x5a\x31\x27\xa0\x40\x43\x14\x25\x11\xa2\x93\x62\x8a\xa2\x51\xe5\x80\x54\x2d\x5a\x35\xf7\x5f\x5a\x4e\xeb\xf6\xa4\x20\x13\xba\x33\x9c\x06\x86\x6d\x06\xdf\xff\x06\x84\x44\xf2\x7f\x2a\x03\x32\x89\xfe\x5c\x3a\xa4\x3a\x25\x48\x71\xa5\x06\x4e\xb2\x86\x06\x0b\x14\x50\x05\x14\x55\xee\xa6\x3c\x11\x2a\xd1\x5f\x37\xad\xea\xc1\x3b\xef\x07\xce\x02\xcd\x15\x78\x06\x98\x47\x42\x94\xa0\x3e\xc7\x03\x54\xaa\x7c\x4a\x1a\x76\xf3\xc7\xa5\x9d\x52\x5e\x45\xfb\x2e\x27\xf9\x74\x64\x74\x1c\x73\xf4\xa3\x32\x16\x9b\x4b\x88\x4b\xb5\x9e\xe8\x23\xd3\x6a\x0b\xec\xf4\xff\xa9\xc7\x1f\xfe\x65\xc8\x7d\x48\x2b\x87\xd0\xc0\x50\x7d\x09\x94\x85\xae\x53\x5a\x17\x26\xa8\x6d\x86\xb5\x02\x4d\x45\xb9\x0d\x3e\x2a\x97\x20\xad\x76\x89\xe3\xc1\x88\x57\x54\x91\x4b\x90\x31\x34\x2f\x9d\x70\x73\xc5\x72\x91\xf6\xd2\x09\x9f\xa2\x39\x06\x25\x2e\xab\x1b\x54\xfc\xe0\x1c\xfd\x0a\xa2\xbe\x64\x74\xaa\x91\x08\x08\xa1\xe2\xec\xf2\x5e\xb4\x89\x7a\x40\x4e\xa5\x0c\x79\xc0\x68\xa3\x74\xa5\x23\xea\x2b\xa0\x24\xc5\xa0\x35\xed\x27\x30\x56\x48\x7e\x44\x9b\x3f\xfe\x2b\xb9\xa9\x59\xf7\xf7\x80\x20\x15\x8d\xca\x75\xfb\xde\x67\xb6\x66\xa1\xcb\xbc\xa2\xe8\x63\x92\x4c\xc8\x54\xae\x3b\xed\x1b\xa9\x22\x2a\x30\xed\x1b\xb9\xa2\xf3\xcf\xab\x63\xf9\x7b\x08\xda\x3f\x38\x22\xbf\x18\x03\x4e\x23\xd4\x5a\x80\x09\x99\x22\x2f\xea\x39\x1b\x83\xbf\x00\x43\xf2\x6a\x43\xe6\xd9\x32\x9b\x67\xe2\xf6\x44\xa7\xdc\xcd\x48\x01\x11\xf3\xce\x40\x12\x45\x1b\x20\x94\x69\x87\xb2\x6e\xf3\x2e\x2f\x6e\x59\x7e\xaf\x2e\x2d\x75\x00\x6c\xa2\x35\x02\xeb\xf6\xa0\x0a\xad\x39\xa4\x15\xdd\x45\xe8\x47\x70\x0d\x24\x71\x62\x53\x88\xa2\x8d\x61\xf5\xe4\x3a\x5a\xac\xa2\x68\x44\xcb\x81\x96\xf0\x98\x59\xfe\xff\xff\x61\xee\x4f\xb8\xdb\xb6\x99\xc5\x71\xf8\xab\x58\xbc\xcf\x65\x88\x6b\x58\x91\x9c\xa5\x09\x5d\x54\x37\x71\x92\x36\x6d\xb6\xc6\x69\xd3\x56\x57\xc7\x87\x26\x21\x09\x8f\x29\x40\x05\x41\x2f\x95\xf4\xdd\xdf\x83\x01\x40\x82\x8b\x9c\xf6\x69\x7f\xef\xf9\x77\xb1\x88\xc1\x60\x1f\x0c\xb6\x59\x98\xd5\x19\x52\xcd\x99\xeb\xed\xaa\x3d\xca\x0a\xfe\xf7\x92\xde\x82\xc9\xb7\xe2\x20\x38\x4c\x80\x38\xa5\x26\x4e\x3c\x18\x81\x3f\xf5\x26\xcd\x25\x58\xe2\xe9\x0c\x4f\x83\x2a\x55\x80\xe5\x0c\xe1\x04\x8e\x63\xff\x22\x41\x5a\x5e\xb0\xf4\xe8\x82\xfe\xc1\xa8\x8c\x86\x63\x3c\x7c\x8a\x87\xc7\x78\x8c\x02\xfc\x4b\x4f\xe4\xf1\x23\x3c\xfc\xea\x11\x1e\x3e\x45\x01\xfe\x9e\x04\xa3\xe1\xf8\xf1\x57\x45\x80\x29\xd5\xdf\xc7\xf0\xad\xe0\xfb\x01\x7c\x73\xf8\x7e\x08\xdf\x82\x92\x5f\xa3\xcd\x5c\x8a\x55\xbc\xb1\x17\x4b\xf1\x68\x87\x95\xa8\x83\xe3\xdd\x0e\x61\xd9\x83\x37\x6e\xe2\x8d\xf0\x15\x2b\xd8\x05\xcb\x75\x20\x58\xb2\x2c\xa3\x3c\xd0\x69\x19\x25\x3f\xd1\xe8\x68\x3c\x42\x38\x31\x9f\xc7\x23\x84\x0b\xf3\xf9\x70\x84\x70\xee\x3e\x47\x08\x97\xf0\xad\x71\x53\xf8\xd2\xa8\x19\x7c\x69\xcc\xb5\xfd\x1a\x21\x3c\xa7\xe4\xdf\x06\x71\x09\x5f\x1a\x71\x05\x5f\x50\xd2\xc2\x7c\x6a\xe8\x15\x25\x3f\x1b\xcc\x5b\xf8\xd2\xb0\x0b\xf8\xd2\x59\x9e\xdb\xaf\x11\xc2\xa7\xf0\x09\xc9\x6f\xcc\xa7\x46\xbd\x36\x9f\x1a\xf7\xd2\x7d\x8e\x10\x3e\xa3\xe4\x5b\x8b\xfc\xd2\x7c\x6a\xe4\xd7\xf0\xa9\x81\x2f\xe0\x4b\xc3\x3e\x79\x7d\x07\x86\xe2\xe7\x42\xae\xe2\xa0\x48\x93\x9c\x3e\xc8\xa2\xe1\xd3\x27\x58\xff\x3f\x46\x81\xe9\xd0\x1e\x9c\x31\x1e\x43\xfc\x0e\xe1\x8f\x77\xe7\xe6\x30\xf7\xe5\xe4\x97\xb6\x43\xf8\xc3\x17\x72\x1b\x8e\x1e\x60\xf3\xe7\xcf\xd5\xee\xed\xdf\xab\x5d\xb3\xbc\x1d\xc2\xef\xfa\xf3\x93\x42\x25\x8a\xfe\x16\x8d\x32\xba\xe8\xc9\xce\x45\x3f\xb5\xf1\x3b\x84\xdf\xfc\xad\x8c\x8e\xbc\x9c\x9e\x51\xf2\x0b\x7e\x45\xc9\xf7\xf8\x39\x25\x94\xe2\xf7\x94\x28\x8a\xbf\xa3\x84\x53\xfc\x07\x25\x9b\x22\x67\x19\x85\x5d\xf0\x6b\x3e\x1e\xc5\x9f\x69\x24\xe8\x61\x80\x83\x43\x46\xb1\xa2\xf8\x5f\x08\xfb\x18\xc7\x3e\x46\xd2\x87\xf1\xd0\xc7\x28\xfa\x31\x7c\x94\xbc\x81\xa2\x77\xd7\xad\x7a\x94\x3d\x08\x8d\x6a\xa4\x3d\x08\x8d\x5a\x64\xbd\x08\x3e\xc6\xba\x81\xf1\xd3\xba\x55\x85\x79\x27\xba\x51\x81\x65\x23\xfa\x85\xb8\xe6\xad\xf4\xab\x1e\x84\x46\x0e\x8b\x6e\x3f\xbd\x2f\x95\xc9\x43\x1a\x94\xab\x5e\x94\x63\x1f\xe5\xb6\x17\xe5\xa1\x8f\x72\xb1\x07\xc5\xc7\x39\xef\x74\x57\xbb\x2e\xa7\x7d\x18\x8d\xaa\xdc\xf4\x61\x34\x6a\x72\xdd\x8f\xe1\xa3\x5c\xb6\xba\xbd\x5d\x8d\xb3\x6e\x7c\xa3\x12\x2f\x3b\xdd\xde\xce\xe1\x75\x1f\x46\x23\x8f\x17\x15\x86\x9e\xf3\x86\x32\xfc\x91\xfb\xd4\x88\x77\x63\xef\x63\x7c\x68\xe5\x00\x75\x78\xe0\x15\xf1\x96\xe2\xef\xf1\x2f\x5e\x0e\xef\x4b\xf5\xf4\x89\x87\xf0\xd1\x22\xcc\x93\x8c\x7a\xb9\xfb\xc0\xe3\x0a\x48\x69\x0d\xad\x88\x5c\xd7\xa0\x82\x3e\xaa\xa0\xbc\x82\x42\xa5\x6c\xbb\xeb\x7c\xa1\x33\x1c\x94\xfa\xc8\xd5\x40\x79\x39\xbf\x2f\xd5\xa3\x0a\x6c\xb2\x36\x0c\x09\xb8\x91\x86\xbf\xa3\x58\x2f\xf7\x45\x50\xc7\xbd\xab\x22\xdf\x78\x91\xde\x7b\xc8\x67\xda\x34\x88\xbe\x49\x9c\xfc\x0a\x1c\x75\x28\xae\xc2\x2f\x4a\x63\x13\x2c\x56\x35\xec\x13\x5b\x31\xbe\x70\x4a\xba\x31\xaf\x63\x5e\xb1\x3c\x37\xe2\xf0\x17\x42\x2d\x03\x6f\x3f\xfd\x13\xf5\x2e\x12\xfa\xb8\x30\x7c\xe6\x89\xd2\x4b\x00\x38\x61\x5c\xdf\xe0\x11\x1e\xa1\x00\xaf\x05\xe3\x8a\xca\x97\x57\x7a\x8f\x1a\x07\x5c\x70\xda\xe5\xd2\x7e\xf2\x51\x7f\xc2\xa4\x54\x42\x73\x6f\xef\x56\xe1\xaf\x54\x6a\x84\xab\x6a\xfd\x3f\xad\xd4\xcf\x7f\xad\x52\x90\xeb\x9d\x25\x37\x7a\xb3\x51\xd4\xb7\xff\x74\x51\x8d\x3e\xd2\x45\xe9\xbd\xec\x0f\x14\xff\x4e\xf1\x6f\x14\xff\x48\xf1\xaf\x14\xff\xab\x4f\x0a\x72\xd3\x30\x0b\xec\xae\xee\x4e\x3a\x1b\x7d\xbe\x57\x51\x5d\x61\x8e\x37\x0b\xaa\x7a\x4c\x28\x54\x67\x5d\x30\xd0\x45\x7e\x03\x25\x43\x54\x3b\x6b\x03\xbf\x4a\xb8\xa9\xe4\xde\x36\xe0\x83\x3a\x3a\x6a\x3c\x12\xf5\x41\x60\x17\xfd\x41\x11\xfe\x85\x92\x8d\x5a\xd2\x15\x7d\x91\xc8\x4b\x2a\xe3\xe0\xbf\x46\xa3\x87\x8f\xbe\x7a\x12\xe0\x0a\x0a\xb0\x47\xc9\x53\xea\xc1\x9e\xe5\x2a\x0e\xfe\x6b\x3c\x7a\x4c\x2f\x1c\xf8\x83\x64\xab\x44\xde\x02\xf6\x57\x4f\xb2\x87\x16\x7c\x46\x53\xc1\x33\x13\x71\x7c\xf1\xe4\x49\xe6\xb2\xfe\x44\xa5\x62\x06\xfe\xd5\x38\x99\xd3\x47\x16\xfe\x46\x2f\x46\x71\xf0\x5f\xe9\x57\x74\x34\x7f\xe8\x03\xa1\x7a\x19\xa5\xe9\xfc\x69\x13\x6c\x6a\x43\xe7\xf3\xc7\xf3\x34\xc0\x17\x79\x92\x9a\x4a\xeb\x7f\x6c\xf8\x13\x0c\x79\x99\x52\xae\x97\x9f\x40\x2e\x2e\x12\x43\x1e\x78\xf8\x10\xe9\xc3\x45\xa9\x64\x92\xdb\xe6\x1e\x8f\xc6\xf3\x31\xad\xa0\x75\xcb\x1e\x1c\x3f\x18\x3f\x18\xb5\x23\x4c\xf1\x0f\x2e\x1e\x24\x0f\x9e\x56\x71\x7e\xbb\x1f\x8f\x1e\xd1\x47\x69\x37\xca\x24\x7c\x92\x3c\x79\xf2\xe4\x71\x15\xeb\xf5\x4b\x32\x7e\x3a\x7f\x9a\x75\x62\x4c\xb2\xf4\x49\xfa\x38\x7d\x58\x45\xfe\x58\x26\xe0\xe6\x1c\x12\x66\xc7\xd9\x28\xa5\x3d\x71\xb6\xa7\xc6\xd9\x3c\xab\xf3\x75\x3d\x4e\x33\x7a\x41\x9f\x36\xc1\xd0\xe7\xf3\x07\xf3\xe3\xf9\xb8\x1d\x61\xf2\x9a\x27\xf3\xa7\xf3\x27\x01\x4e\x52\xdd\xb7\xde\xe8\x5f\x2f\x99\xa2\x1a\x01\xfe\xb1\xe1\xbe\x61\x38\x7e\xf4\x08\xbb\xff\x61\x30\x6e\x69\x9e\x8b\x6b\x3b\x16\xd9\xf1\xd3\x63\x3d\x8a\x06\x08\xf9\x5d\x3c\xad\x01\xae\xee\xf3\xf9\x7c\xac\xa1\x42\x26\x7c\xa1\x8b\xcd\x9e\x3c\xb8\x18\x8d\x1d\xa0\x6a\x62\xf2\xf0\x41\x8d\xe6\xb5\x70\xfe\x24\xd5\x70\x49\x33\x5b\x6e\xf2\xf0\xf8\xf1\x71\x0a\x10\x9d\xee\xc9\x78\x7c\xfc\x20\xc0\xab\x64\x41\xb9\x4a\x2c\xce\xa3\x74\x34\xd2\xe3\x6a\xa1\x71\xf0\x5f\x17\x0f\x47\x23\x3d\x51\x2c\xa4\x2a\xf6\xc1\x68\xf4\x24\x0d\xf0\xba\x94\xeb\xdc\x4d\xaa\x07\xc7\xe3\x87\x8f\x12\x07\x84\xec\x8e\xb3\xa7\x63\x07\x70\x69\x2f\x1e\x26\x23\xdd\x7f\x17\x79\x59\x4f\xc7\xe3\xd1\xa3\x91\x01\xbd\x65\x19\x40\xc6\x4f\x9e\x58\x24\x6f\x0c\x74\xd0\xe5\x33\x1a\x5d\xa4\xf3\x63\x7d\xa6\xae\xe8\x7c\x34\x7a\x78\xa1\xf3\xd1\x20\x08\x3e\x39\xfe\xca\x62\x78\xa9\x8e\x9f\x3e\x0c\xf0\x42\x52\xca\xbd\x64\xe3\xd4\xc2\x80\x0d\x7c\x95\x8e\x47\x36\x5c\x55\x3b\xc9\x9e\x8c\x92\x60\x57\x3b\xc5\x37\xd6\xbc\x9e\xc9\xe4\x82\xa5\x24\x38\xa3\x0b\x41\x0f\x7e\x7a\x7d\xf0\x99\x5e\x1c\x44\x06\x8a\x02\x4c\x87\xa7\xb7\x92\xe5\x79\x17\xc5\xc1\x01\xe9\x65\x52\xa8\x97\xa5\x66\xa4\x09\x6f\x23\xea\xb8\x03\x17\x09\xd8\xdf\x4a\x4a\x2f\xdb\x68\x00\x84\xe8\xef\xe8\x85\xa4\xd7\xed\x78\x03\x05\x84\x4f\xcb\x84\x91\xe0\x0d\xa5\x79\x72\x9d\x64\xd4\xe1\xe8\xa8\x9f\x19\x55\xa0\xf6\x40\xdb\xe9\xeb\x18\xc8\xe3\x33\xdd\x5f\x63\x1d\xd7\xac\xf1\x99\x2e\x8a\x41\x9d\xe1\xc3\x15\xf7\x4c\xae\x28\x67\xdd\x1c\x1c\xdc\x34\x97\x0a\xb9\xe8\x41\x72\x70\x14\xec\xa2\x1f\xe8\x76\x1b\xfd\x40\xc9\x66\x87\x3c\x95\x92\xc6\x08\xdd\x0b\x0e\x7f\x70\xa1\xc3\xe0\x1e\x8c\xcd\x92\x71\x5a\xd0\x33\xb6\x5a\xe7\xe0\x3c\x9a\x04\xf7\xde\xb2\x54\x8a\x42\xcc\xd5\xc1\xaf\xc9\x92\xb2\x83\x9f\x5e\xdf\xc3\x07\x3f\x53\x99\x25\x3c\xc1\x07\x67\x6c\x55\x94\xdc\x4b\xfb\x49\x26\xce\x95\x74\x23\xf1\xf7\x4b\xca\x17\x55\xfa\x0f\x7a\xbb\x96\xb3\xb2\x49\x10\xa6\x46\x2e\x6c\xeb\xd4\x24\x05\x83\xe2\xc3\x2c\x9a\xa5\x01\x13\x0f\x01\x1b\xe1\x46\xdf\xc4\x98\x90\x8b\x62\x3c\x63\x24\xb8\xf7\x8e\xc9\x55\x92\x27\xba\x6a\x1a\xfc\x7d\xb2\x4e\x38\x8c\xf8\xbd\x5f\xcb\x83\x6f\x85\x5a\xb2\xd4\x54\xfb\xde\x5b\xca\xe4\xad\x30\x01\xf3\xad\x81\x67\x07\x1f\x16\x80\x75\x0f\x1f\xbc\x2f\x92\xcb\x44\xe7\xf2\x83\x90\xa6\xc6\x6f\x93\x7c\x51\x72\x9b\xcf\x3d\x7c\xf0\x6d\x99\xb3\x55\x83\x08\x4c\xd5\x6c\xd0\xd6\xcd\xd0\xe4\xbd\x0e\x51\xea\x5a\xfc\xb0\xa2\xd2\x55\xd6\x27\x50\x93\x4f\x0d\xb1\x59\x35\x49\xd3\x20\xf9\x30\x8b\x56\xd3\x9e\xa3\x0c\x13\x76\x1d\x5c\x51\x9d\xed\x63\x1b\xd6\xd1\xbb\xe8\x77\x4d\x6f\xbf\xf7\xd2\x5b\xc1\xfe\xa0\xe3\x11\x09\xc6\xa3\xf5\x8d\xce\x08\xc2\xc7\x24\x18\x1f\x7b\xe1\x87\x24\x18\x3f\xf4\xc2\x8f\x49\x30\x7e\xec\x85\x9f\x90\x60\xfc\xa4\x0e\x1f\x8f\x48\x70\xec\xe5\x77\xfc\x90\x04\xc7\x5e\xfa\xe3\x27\x24\x38\xf6\xf0\x1f\x1c\x93\xe0\x81\x57\xde\xc3\x63\x12\x3c\xf4\xc2\x8f\x9f\x90\xe0\xb1\xc5\x5f\x31\xce\xea\xda\xde\x9c\xad\x92\x3c\xf7\x6a\x6f\x83\xc7\x5e\xf0\x43\x5e\x16\x35\x68\x45\x33\x56\xae\xea\xf6\x98\xb0\xc5\xb1\x6d\x62\x29\xf8\x5d\xb2\xa1\x3c\x91\x0b\x5a\x37\xf0\xe6\x8d\x09\xbb\x06\x9a\xb0\xc9\xc0\x35\xf2\xa6\x42\x7a\xd2\x00\x18\xac\xaa\xa9\xe5\x9a\x4a\x8b\xf8\xb0\xaa\xde\x22\xb1\x8d\xdd\x45\xbf\xe9\x61\xfb\xad\x77\xd8\x72\x10\x7f\x1b\x8f\x46\x3a\x1f\xba\x62\x26\xfc\x00\xc2\x92\x2e\xca\x3c\x91\xe4\x61\x15\x7b\x21\xf2\x8c\x3c\x86\x20\x7c\x7e\x35\x1a\xed\xa2\x1f\x75\xee\x3f\xf6\xe6\xfe\x85\x6e\xad\xfa\xb0\xd9\x43\xd0\x23\xbb\xe8\x57\x9d\xef\xaf\x26\x5f\xb8\x0f\xff\x9e\x92\xe0\x7f\xc1\x2e\xfc\x41\x91\xea\x55\x0a\x3c\x9f\x44\x47\xab\xe2\x68\xc9\x16\xcb\xa3\x54\x70\x25\x93\x42\xc5\x07\x49\xaa\xd8\x15\x45\xb8\x81\x07\x4e\x55\xb2\xa3\x54\xe4\x42\x16\x15\x4e\x80\xa9\x22\x0f\x9f\x8c\x3c\x83\x44\xaa\xe1\xef\xd9\x96\x08\x16\x0c\x4d\x76\xc1\x61\x8f\xf4\x22\x9d\x04\xa6\x98\x15\xe3\x47\xd7\x2c\x53\xcb\xf8\xc0\x9e\x49\x90\x55\x9d\xeb\x26\x52\x55\xa2\xe4\xa6\x4e\xa4\xea\x44\xf5\x91\x89\xab\xea\x5c\xd1\x2b\x1a\x6c\xd4\x42\xc2\x70\x10\x0d\xac\x86\x48\xad\x64\xd2\x86\x34\x35\x34\xcc\x61\x49\x38\x05\x11\xd0\x9d\x12\xca\xea\xd7\x5b\x1d\xa9\x8b\x85\xef\x3c\x5f\x2a\x2b\xb9\xa4\x2b\x15\x86\xbd\xf5\x11\x95\x22\x2e\x6d\x68\x94\x35\xd4\x76\x3b\x00\xa7\x4e\xf8\x33\xa3\xd7\x93\x3b\xe2\x62\xa1\x8c\x90\x27\x53\x38\x51\x24\x58\x15\x47\x46\xa1\xf7\xe8\x88\x15\xaf\x44\x5a\x16\x3f\xb3\x82\x5d\xe4\x34\xc0\x45\x6f\xf4\x77\xe6\x89\xa0\x1e\xf5\xdc\x8e\x3a\x05\x9f\xb1\xf0\x40\xf3\x86\x15\x6a\x98\x64\x59\xa4\x26\x89\x8a\x0b\x30\xb0\x52\x47\x48\xba\x12\x57\x34\x52\x93\x42\xc5\x89\xf2\xdf\xda\x8c\xa7\xab\x4a\x0e\xe4\x84\x4f\x78\x8f\xcc\x51\xfd\xfc\x9e\xab\x48\x39\x7f\x9b\x98\x82\xcc\x51\xae\x9c\xfa\x72\x24\x88\x54\x91\x42\xbe\xb0\xb6\x70\xc2\xda\xa2\x1e\xd2\x0b\x91\xdd\x62\x5f\xc2\x3f\x55\x95\xf7\x6f\x6b\xea\xa0\x2a\x30\xd3\x51\x8e\x1a\x1b\x76\x6c\xd4\x44\xc5\x1b\xc6\x0b\xaa\x62\x85\x8d\xbb\x21\xb8\x68\xd1\xf3\xeb\xd4\x4e\x2f\x50\x25\x89\x05\xbe\x80\xb7\xe2\x53\x3d\x9d\x62\x89\x45\xa9\x72\xc6\xa9\x09\x32\x6c\xbb\x99\x66\xef\x79\x7e\x1b\x27\x16\xf9\x63\x92\xb1\xb2\x88\x0b\xff\x2e\x20\x53\x0d\xbb\x0c\x27\x6d\x61\xaa\x9d\x7b\x43\xd3\x6d\xac\x33\x81\x77\x34\xa8\x29\x4e\x6a\xe7\xa0\x6c\x32\x8a\x19\x2e\x88\x1a\xc2\x6c\xc2\x79\x1d\x55\x4c\xc6\x71\x81\x4b\xa2\x86\xae\x5d\x38\xad\x63\xcb\x49\x20\x69\x0e\x8e\x04\x83\xb8\xc4\x19\x51\xc3\x4e\x9b\xf1\xba\xaa\x03\x34\x13\xcf\xeb\xf4\xeb\x09\x1d\xae\x93\x9c\x2a\x45\x87\xe6\xcc\xb4\xc6\x4b\xa2\x86\x7e\xb7\xe0\x55\x8d\xbf\xf4\xf0\x3b\x67\xcd\x25\x5e\xe8\xc6\xf9\x5d\xe8\x7c\xe3\xdb\xfc\xec\xed\xc7\x3a\xd1\x34\x13\xd4\x23\x95\xe2\x4a\x72\x2a\x8e\x38\xd9\x04\x71\x0c\xf2\xe4\x73\x9d\xd3\x11\xe3\x9c\xca\x20\xde\x98\x36\xc4\xc1\x28\xd8\xed\x30\x9f\x06\xc3\xbd\xd3\xe7\x20\x0c\x0e\x6b\x6b\xf1\x8b\xed\x76\x31\x09\x62\xc8\xcc\xf0\xb4\x20\x4e\xe6\x8a\xca\x60\x46\x36\xe0\xfd\x93\xab\xf8\x5e\x10\xdc\xab\x2b\x14\x24\x17\x85\xc8\x4b\x45\x03\x9c\xd3\xb9\x8a\x93\xc3\x31\x56\x62\x0d\xbf\x17\x20\x95\x03\x9f\x20\x85\x6d\x81\x50\xb7\x5c\xf3\xc0\x83\x42\xe4\x2c\x3b\x08\x0e\xe7\x8e\xbc\x5a\xf0\x15\xfe\xc3\x38\x09\x60\x6a\x08\xd5\x36\xe3\xd4\x20\x36\xe9\x77\x89\x20\x9b\x1d\x16\xd3\xef\xe9\x8c\x64\x58\xa0\x1d\x58\xdd\x6e\x9d\x6d\xde\x25\x57\xe0\x63\xfa\x2c\x95\x22\xcf\x93\x8b\x9c\x7e\x48\x38\x05\x50\x5d\x06\x04\x4f\x45\x92\x2e\x57\x89\xbc\x24\x63\xfa\x00\xd3\xe1\x9b\xe4\x96\x4a\x32\xa6\x8f\xf5\xc6\x90\xde\x2a\xb6\xb6\x10\xb8\xc3\x18\xef\x22\xa6\xb6\xdb\x88\xa9\x7a\x49\x5b\xb7\x3d\x00\x7b\xc6\x74\x70\x72\xd2\x96\x1d\x34\x0d\x0b\x3c\xa1\x42\x73\xb3\x74\x34\x76\xa2\x44\x16\xc5\x0a\x3c\xe9\x94\x8e\x72\xfc\xe9\x4a\xbd\x3e\xd9\xb8\x31\x8c\x23\x49\x36\x7d\xd7\x8b\xd8\x0d\x6d\x70\xef\x5e\xb0\x7f\x68\x8b\xc9\x28\x16\x30\xb8\xc2\x0d\xad\xb0\x03\x0b\x51\x3b\x2c\xa7\x7c\x46\x82\x63\x6f\x00\x29\x96\x8d\x59\x4d\x14\x96\x66\xea\xf6\xb4\x64\x12\x8c\x47\xa3\xff\x0e\x9c\xc6\x8b\xac\xa5\x04\x49\xc4\xf4\xc0\x32\x18\xd8\x28\xd1\xdf\xc9\xd4\xf5\x96\x49\xea\x35\x3f\x88\x1b\x79\x1b\xd8\x8c\x04\xdf\xb1\xc5\x32\x37\x8a\x02\x09\xc2\x0c\x61\x89\x76\xbb\x1d\x9e\x2b\xdd\x2d\xdd\x46\x9b\xf5\x7a\x8c\x97\xa0\x4c\x11\x8f\xb1\x91\x1e\x8c\x8f\xc6\xd8\x4a\x0e\xc6\x23\x47\xce\x23\x2c\xae\xa8\x9c\xc3\xdd\x87\x7d\x9d\x36\x57\x29\x67\x60\x84\x25\xe0\xe2\x5a\x26\xeb\x60\x87\x97\x8a\x0c\xc6\x78\xa5\xc8\x08\x2f\x14\xd9\xd0\xd5\x5a\xdd\xc6\x83\xd1\x0e\x5f\xc1\x5d\xe5\x6d\x43\x91\xa8\xde\x48\x7c\xa6\xc9\xe5\xdb\x64\x6d\x4c\x11\xda\x40\xbd\xb6\x5d\xe8\xbd\xc3\x4a\x1d\x1e\xd6\x5c\xf7\x5c\x79\x9a\x09\x6d\x99\x9c\xd1\xa8\x23\xb6\x3a\x18\x23\x3c\xb8\x55\xb5\x80\x32\x9b\x47\x83\xa5\x72\xa2\x8e\x6d\xfd\x3c\x50\xe0\xb1\x7a\xbb\x61\xd8\x8a\x75\x11\xd1\x85\x42\xd0\x60\x23\x09\x2e\xb1\x11\x67\x5d\xa9\x1e\xd3\xfc\xb5\x0f\xb1\xe9\x0c\x5b\xe1\x9e\xb6\x68\x49\x01\xf6\x1f\x0b\x5f\xb0\xa4\x30\x82\x25\x39\x91\x27\x75\x2b\xe5\x76\x9b\x0c\x08\x59\x81\xad\xc9\x51\x18\xb2\x6f\x14\x0a\xc3\x48\x92\x6b\x15\xa1\xaa\x12\x08\xeb\x54\x95\x58\x2b\x19\x9d\x94\xb5\xa5\xad\xb2\x96\x8a\xba\x51\x91\x98\x96\x33\x74\x92\x0f\x57\xc9\x7a\xb8\x4c\x8a\x28\x45\xdb\xad\x09\xe9\x56\xa6\x58\xe7\xab\xb3\x33\xb0\x05\x05\x4f\x97\x6e\xf1\x6f\xdf\x34\x5b\xb7\x0e\x68\xbb\x8d\x72\x63\xbb\x91\xd0\xa6\x54\x8c\x40\x98\x1d\x1e\x22\x3c\xe0\xc6\x36\xe3\x80\x10\x8b\xe9\x09\xd4\x59\xc8\x5d\xb9\x20\x6c\xa3\x7c\x95\x41\xb7\xb5\x6b\x0c\xb6\xd9\xc8\x71\x7a\x7d\x70\xdb\x1d\x1c\x43\x43\xba\x32\x7d\xc6\xf1\x78\x18\x3a\x61\x5c\x0f\x58\x65\x1d\x71\xe3\x69\x01\xfa\x8d\xd7\xd6\xc6\xa1\x97\x2a\x03\x90\x80\x56\x45\xe9\x4e\xd5\x8c\x12\xfb\xba\x8e\x37\xca\x17\x18\x9d\x74\x05\x80\x69\xbf\x85\x73\x3a\xa1\x71\x74\xa5\xa6\x74\xb6\xdd\x9a\x5f\xb2\xb9\x4a\xf2\x98\xee\x10\x86\x20\x8a\x17\x9e\x88\xef\x75\xbd\x0d\x07\xf7\xf8\xb7\x6a\x62\xba\xc5\x3a\x9a\x06\x3d\x45\x45\xce\x55\xbf\x98\x7b\x7b\x9e\x54\xfa\x11\xf6\x6d\xe1\x92\xde\x16\x11\xed\x11\x95\x57\x9e\x01\x73\xb0\x12\xcd\x9b\xa2\x41\x46\xe2\x48\xed\x10\xde\xec\x90\xae\xbc\xa7\x23\x7b\xa6\x5a\x5e\x88\x2f\x35\xa0\x69\x8a\x69\x98\xb1\x42\x2f\x75\xdf\x82\x70\x7f\x95\x6f\x61\x0e\x07\x2f\x35\x3f\x7a\xad\xf6\x98\xd5\x42\x9b\x86\xbd\x9f\x96\x3b\x68\xaf\xf5\x2f\x54\xdd\xe4\x9a\xbf\x4c\x29\xa8\xca\xe9\x9e\xef\x35\x41\x3f\x51\x11\x8a\x15\xc2\xdc\x1a\xe4\x28\xbe\x54\x04\xc8\xb0\x9d\x9f\x3b\xf7\x43\xc5\xf9\x39\x96\x50\x0c\x50\x1a\xd8\xdf\xde\x40\x71\xca\x9a\xdd\xde\x88\x3c\x33\x8e\xd1\x25\x36\x96\x6c\x15\xc8\x57\xd2\xfa\xed\x25\x01\xdf\xa3\x48\xb4\x67\x6b\x82\xc2\x50\x4c\x93\x59\xc4\x50\x2d\x10\x8e\xa9\x3e\x36\x18\x07\xec\xfa\xac\x40\x39\x95\x7d\x06\xba\x87\xe7\xe7\x2c\x3b\x3f\xc7\x9c\x7c\xd2\x3d\x03\xe6\x00\x2a\x28\xb1\x8f\x44\x2f\xd5\xe1\x21\xd2\xad\x57\x33\x02\xa6\x44\xcc\xc1\xe3\x8e\xdc\x33\x9a\x53\x45\x0f\x74\x9e\x53\x97\xdb\xac\xad\x9f\xad\x3b\xaa\x32\xdf\x2d\x55\x04\x36\x90\xea\x39\x76\x7e\x6e\xd4\x3c\x9c\xb2\xfd\xf9\xb9\xae\x5c\x0f\x98\x44\x11\x1c\xd1\x9b\x1d\xae\xd7\x2a\x8a\x10\xee\x4b\x51\x4f\xa6\x4f\xf5\x64\x82\xfa\x34\xf3\x00\xca\xfb\xa8\xf0\x07\x45\x36\x85\xb3\x4d\xb6\xd9\xe1\x22\x15\x6b\x9a\x9d\x79\x10\xc6\x4f\xcb\x42\x89\x15\xfb\x43\xaf\xf0\xc6\x09\xfd\x60\xbc\xc3\x6f\x15\x79\xad\x2a\x92\x8c\x82\xd4\x62\xc1\x93\x71\x11\xe0\xff\x2c\x5b\x84\xdf\x81\x80\xe3\x9b\x3f\x33\x1f\x3a\x26\x32\xde\x02\xff\x82\x32\x74\x27\xe9\x60\xa3\x60\x6b\x82\x02\x58\x75\x05\xf3\x0f\x8d\x7e\x06\xd6\xc6\x92\x07\x42\xc6\x0e\xe8\xb9\x4c\x58\x61\x69\x24\x42\x75\x86\xcd\xa2\x3c\xee\xc2\x4d\xc6\x8d\x78\x4d\x71\x5e\x09\xed\x38\x84\x79\x7f\x51\x0b\xaa\xba\x45\xb4\x55\x65\xcc\xb6\xe2\x83\xaa\x25\x91\x61\x6f\x2e\xf5\x1e\x84\x77\x0b\x03\x31\x4e\xa6\x23\xfb\xaa\x02\xb1\x09\x19\xe1\x82\xd0\x93\xe4\xeb\x6a\x47\x90\xb8\x65\x3a\x27\xc5\x34\x99\x9d\x88\x69\x3e\x23\x72\x9a\x83\x1a\xb8\xeb\x32\x08\x32\xf8\xeb\x75\xe4\x34\xaf\x14\xf0\x44\xd5\x7f\xcf\x13\x95\x2e\x69\xf6\xd3\x3a\x4b\x14\x6d\xf7\x1f\x1d\x9e\x17\xe5\x1a\x1c\xbf\x38\x04\xeb\x5e\x44\x55\x06\xc4\x3f\xa1\xcd\xae\x0f\x6f\x8c\xf9\x76\xdb\xd7\x97\xe2\x02\xec\xb3\x34\xe6\xf7\x3b\xa7\x8f\x01\x18\x25\xef\xc7\x21\xef\xd4\x9f\x32\x14\xd5\x1a\x42\xd2\xb2\x20\xd2\xac\xe9\x76\xab\x73\xfd\x33\xe6\x57\x76\x11\xc2\xcf\xfa\xcc\xc6\x3f\x53\xff\xdf\xb7\x23\xfb\x4c\xed\x31\x24\x8b\x5f\xed\xd9\x80\x9b\xdb\xb2\x09\x1f\x2e\x62\xf3\x89\x9f\x2b\xf2\x4a\x85\xe1\x2b\x35\x3c\x3d\xfb\xe0\x68\xb5\x1d\x36\xb6\x49\xf0\xfb\x1e\xf3\x2a\xaf\x34\xef\x34\x8f\xef\x2a\x51\x54\x33\x60\xf3\xc6\xef\xce\x3f\x6d\x23\x20\xd5\xb9\x88\x2e\xf4\xaa\x20\x9d\xbd\xba\x78\x3a\xdb\x9d\xd0\xa1\x2c\x39\x64\xb4\xdd\x46\x94\x3c\x53\xd1\x33\x15\x01\x93\xc6\x9b\x35\x95\xf3\x78\x03\x0a\xe2\xf1\x08\x67\x4e\xf0\x66\xb4\xc3\x2e\x4d\xbc\x99\xe7\x65\xb1\xfc\xc4\x56\x70\x96\x59\x89\x8c\xea\xb3\x4d\x39\x9f\x1b\x2d\x37\xbd\xdd\x80\xfb\x62\x5b\xf0\xa7\x25\x5d\xe9\xdd\x84\xa9\x40\xb7\xc4\x7d\x98\xa0\x31\x57\x0d\x44\xa7\x07\x08\x6d\x2d\x62\xdf\xd9\xbb\xa3\xf7\x6a\x98\x8b\xc4\xb6\x77\xd2\x08\x45\x3f\x29\x30\x10\xae\x03\x66\x45\xc5\xb4\xe9\xcd\x6a\x9f\x1b\xa2\xca\xa0\xa0\xa7\xa0\xed\x59\xb9\x59\x50\x67\xe6\xa0\x78\x7e\xfb\x29\x59\xc0\x36\x2c\x58\xd2\x24\x0b\xd0\x74\x34\xc3\xfc\x8b\x06\x71\x04\x81\xba\x61\x30\x5b\xe5\xd5\x8f\x11\x70\x31\x01\xfd\x72\xc2\xfb\xcc\xe5\xe8\xe6\x1d\x41\xcf\x64\x6d\xa3\x39\xf8\xb9\x61\xa0\x7d\xa6\x70\x9e\x2b\x74\xc2\xff\x94\x71\x2b\x89\x10\x7e\xaf\x86\x9a\x32\x8c\x69\xcd\xc3\x43\xac\x1a\x29\xb9\xf3\x6b\xd1\x6e\xe5\x15\xb4\xf1\xbb\x4f\x6f\xdf\x98\x4b\x84\x00\x9d\x24\x43\xc6\x99\xb2\x31\x50\x5f\x23\xbe\x1e\xe0\xc1\x08\xeb\x93\x65\x02\x4a\x1d\x64\xc3\xe9\xb5\xb9\x5d\xe4\x3b\x5c\x1b\x11\x61\xc5\x5a\x33\x4f\x93\xbe\x52\x9a\xda\xf8\xe6\x8b\x62\x8e\x95\x4f\x49\x7a\xeb\xc6\x34\x21\xec\xa3\x34\x67\x4f\x25\x6e\xe0\x34\xe3\x76\x91\x7f\x9f\xfa\x07\x1c\x30\xde\x2b\x18\x1a\x4a\x28\x6e\x9a\xb3\x74\x11\x5d\xed\x0d\xcc\xc9\x1d\x15\x39\x51\xb5\x8a\x92\xaa\x3d\x02\xea\xed\x9e\x73\x07\x5e\x53\x03\x24\x41\x3b\xa7\x99\xa7\x0f\xaf\x51\xe3\xf6\xaa\xb6\xe7\xa1\x59\x1b\x79\x80\x4e\x1e\x18\xf3\x2f\xc7\xfa\x67\xbb\x8d\x3e\xab\xa8\xa7\xc5\x30\xd8\x6d\x20\x99\xce\xaa\xe4\xe3\x3d\xc9\x9b\x6d\x69\x65\xd3\x8c\xd4\xd9\xed\xa2\x31\xc2\xdf\xa9\x68\x3a\xb3\x86\x85\x2d\x9b\x9d\xce\xf4\x6e\x11\xed\x76\x91\xaf\x5e\xab\xcc\x7d\x5c\xef\x72\x53\x2b\x9a\x0f\x7d\x3a\x38\x31\x0e\xd3\xe0\x5a\xb4\x32\x4b\xd3\x02\x54\x1b\x68\x4d\xc6\x0a\x96\xab\x5a\x5a\x50\xd5\x99\xbb\x11\xc5\x9c\x0c\xc6\xee\x16\xcd\x9b\xa7\x71\x44\xb7\xdb\xe9\xac\x47\x6d\xd1\x1e\x5a\x4d\x72\x30\x53\x85\x36\xdc\xf9\xa3\x96\x44\x4d\xf4\x09\xce\xb1\x6b\x46\x2a\x37\x3c\x3f\x9b\x13\x7b\xc0\xf8\x92\x4a\xa6\x02\xef\xe1\x64\x20\xc3\x30\x15\xbc\x10\x39\x0d\xc3\x41\x64\xd5\xec\xf6\xbc\xbd\xbc\x78\xf9\xfc\xa7\x6f\xc3\xd0\xfe\xd8\x64\xc3\xeb\x44\xf2\xe8\x9e\x1e\x14\xc6\x17\xd6\x0a\x3d\x17\xea\x60\x2d\xc5\x15\xcb\x68\x76\x30\x17\xf2\x20\xb8\x57\x99\x7c\xc6\xf7\x82\xe1\xc1\xab\x24\xcf\x35\xba\xde\x93\x1f\x28\x71\x10\xdc\x43\x0e\x81\x69\x84\x7b\x08\x61\xb9\xdd\x32\x6f\xc7\x9b\x5c\x9b\xfe\xa9\x55\xc2\x03\x54\xcd\xce\x98\x77\xee\x5b\x33\xba\x56\xcb\x11\x09\x46\x07\xe6\xdf\xc6\xcd\xb6\x8d\x7e\xa8\xa3\xc7\xc3\xc7\xeb\x9b\x83\x07\xf0\x77\x74\x60\x85\xbf\x0e\xec\x7f\xc3\xf1\x83\x63\x84\x75\x06\xc3\x07\x3a\x7e\xf8\xb4\x1f\x6b\xf4\x04\x55\xb9\x3e\xd1\xb9\x3e\x18\x1e\xaf\x6f\x0e\xbe\x82\xbf\x77\xe5\xaa\x4b\x1d\x0f\x9f\x7c\x39\xd7\xf1\x63\x9d\xed\xe3\xe1\x43\x9d\xe0\x21\xfc\xec\xcf\x77\x0c\xe5\xee\x6d\x93\x9f\xef\x63\xe8\x84\xe3\x47\x80\xfb\xe8\xab\x3d\x49\x8e\x4d\xbe\x0f\xa1\xa6\xfb\x8b\x7f\x82\x82\x5d\xf4\x51\x9f\x38\x3f\x7a\xd7\xd1\xff\x56\x64\x43\x73\x7a\x05\x1b\x80\x87\xf1\x47\x65\x7b\x1f\x57\xc0\x27\x15\xf0\x49\x0d\x1c\x3f\xae\xa0\xe3\xc7\x35\xf8\x71\x9d\xc3\xe3\x87\x58\x0a\x4d\xaa\xd9\xa9\x90\x9c\xca\xe3\x38\x80\x37\xe0\x06\xf0\x61\x1c\x3c\xec\x00\x1f\xc7\xc1\xe3\xf5\x8d\x6f\x53\xe5\x67\x75\x97\xd2\x96\x55\xc0\x82\x5b\xa5\x41\x8f\xa6\x15\x47\x95\x09\x96\xb6\x72\x55\x4b\xab\x0a\x2c\xe5\xcc\x93\x94\x6e\x82\x43\xbe\x5f\x9f\x4a\x60\x6e\xf4\xa9\x2a\xfc\x00\xf3\x99\x35\xc1\xf3\xad\xc2\x3f\x28\x12\xdc\x73\x22\x3c\xf7\xf0\xc1\x1e\xc9\x8c\xdf\x15\xd9\x24\x32\xfe\xdd\xc9\xea\xe0\x8b\x85\x0e\x38\x31\x19\x9c\x16\x3a\xe8\x8b\xc4\x60\x9a\x6b\x10\x48\xc1\x60\xaa\x3a\xd1\x4b\xaa\x41\x46\x14\x06\x2f\x19\x04\x18\xcf\x18\x5e\xca\x2e\x6e\xd9\x01\xfd\x3b\xd1\x20\x27\x25\x83\x2f\x2f\x3b\x18\x97\x42\x83\x8c\x04\x0c\xce\xbb\x15\xc8\xaf\x3a\xa0\x75\xde\x01\xc9\xb2\xd1\xce\xa2\x5b\x4e\x50\xc8\xa3\x3c\x51\x3c\xe8\xc4\xa8\xa5\x06\x7d\x5a\x26\x0c\xab\x6e\xa3\xca\xcb\x46\xce\x57\xd0\x05\xb5\xdc\x0c\x0e\xfe\x58\x1e\x2d\x13\x5e\x40\xbe\x1d\xa1\x28\x17\xad\xfc\x68\x4f\xee\x09\x2f\x6f\xcd\x68\x19\xf9\x19\x7c\x09\xfd\xe5\xe4\x65\x3c\x7a\xfd\xad\x75\xfd\xb6\xd1\x84\xf2\x2a\x59\xb1\xfc\x36\xe6\xf8\xad\xf8\xe3\x7d\x71\xf3\x4a\x70\x75\xb6\x12\x42\x2d\xf5\xc2\x12\x2c\x64\x72\x0b\x0a\x04\x01\x36\xe6\xa3\x5a\xf1\x09\x07\x47\xcc\x49\x41\xb3\x00\xeb\xec\xce\xd8\x1f\x34\xa6\xf0\xf9\xd9\x3c\x47\x28\xef\x6e\xf4\xc7\x3f\xf1\x5e\xdf\x36\x9f\x7d\xc7\xab\x7d\xfb\x61\x3e\x76\x69\xbd\x22\x7f\xf5\x26\xa9\x31\xfb\x28\x6f\xed\x15\x9d\x84\xbb\x2e\xc2\x27\x7a\x97\x0a\x4e\x52\xcf\x94\x90\xc9\xc2\x18\x0b\x57\x14\xfc\xec\xc0\x6d\xaa\x27\x7b\x50\xdd\xad\x81\x92\xa2\x22\x41\x9e\xf0\x45\x99\x2c\xa8\xd1\x41\xff\xa5\xcf\x84\x74\xef\xb9\x52\x2f\x9c\xbf\x2b\xc4\xe6\xd1\xef\x1d\x25\x75\xbd\xa0\xd2\x30\x84\x97\x90\x4a\xa5\xb7\xb6\xca\xf2\xbb\xf2\x54\x6c\x7f\x50\x7a\x7b\x78\x18\xe0\x03\x7f\x72\x1f\xe9\xfd\x0c\x3d\x2a\x6e\x0b\x45\x57\xf8\xe0\x79\xce\xf8\xe5\xdb\x24\x3d\x83\xb0\x1e\x44\x7c\x70\xef\xa3\xb8\x10\x4a\x68\x4e\xf0\x1d\xcd\xaf\xa8\x62\x69\x72\xf0\x8e\x96\xf4\x1e\x3e\x28\x12\x5e\x1c\x15\x54\xb2\xb9\x5b\xfb\x37\x8a\xf1\xdb\xf8\x37\x15\xfd\x66\x44\x96\xf0\x8f\x95\x5c\x0e\x56\x08\x1b\x01\x1b\x1b\x6f\x02\x2d\x8c\xc2\x43\x28\xf6\xc5\x7f\xc8\xcb\xc2\xc7\xd1\xe1\x16\x9e\x91\xd5\x71\x35\x81\x40\x2f\x86\x97\x55\x0d\x68\x61\x82\x9c\x8f\x45\x82\xef\x76\xab\xde\x78\x08\x26\xa0\x31\x9c\x04\x52\x8d\xe2\x15\x56\x03\x3a\xa8\xcd\xec\xf6\xe4\xd7\xcd\x70\x7f\x8e\xb5\xc0\x95\xeb\xb4\x0a\xd0\x46\x5d\xd1\x45\x52\x75\xc7\x22\x69\x45\xef\x76\x51\xeb\x24\xda\xda\xc0\x07\xcd\x19\xe2\xbf\xfc\x7e\x5b\x4d\xd5\x1f\x15\xac\x7c\x41\x2e\xd2\x24\x77\x98\x60\xd3\xaf\x3b\x27\xf6\xcf\x45\x3f\xf5\x9f\x9a\x89\xd1\xbf\x14\x8a\xdb\x15\x84\x62\x7f\x55\x10\x67\xe5\x89\x78\x18\x46\xdf\x2a\xc2\x1b\x75\x0f\x43\x65\xc0\x5f\x32\x12\xa9\xe7\x79\x80\x5a\x69\x75\xc2\x80\xf2\xa0\xba\x73\xff\x56\xed\x22\xff\xc9\xe3\x7b\x55\x3f\xa7\xff\xac\x22\x9f\xe5\x1a\x09\x4a\x23\x35\x59\xc8\x34\x8e\x3c\x87\x11\xa6\x0b\xa3\x7b\xc1\xa1\x38\x0c\xee\x21\x6c\x85\x1c\x4a\x09\x30\x75\x18\x0c\xaf\xc5\x7c\x7e\x7c\x0f\xe9\xbd\xf2\x2a\x51\xd1\x3d\x1b\xc6\x2d\x94\x16\xc6\x3d\x14\xf8\xbc\x99\x1b\x9e\x0d\x07\xd5\x80\x6b\xbc\xdc\xc4\xbf\x30\x06\x32\xe2\xa0\xb8\x4e\xd6\x81\x2f\x25\x43\x79\x2d\xcd\xe3\x1d\xf3\xcc\xf3\x7f\x50\x68\x0e\x54\x32\xab\x6e\xce\x08\x3d\x0c\xee\xc3\xa6\xe5\x7e\x70\x28\x4e\xbe\x57\x91\xc2\xec\x30\x38\xb2\x8f\xdb\x3f\x5a\xb1\x3f\x2c\xc3\x50\x1e\x06\x07\x20\xec\x1d\x20\x5c\xe1\x55\x82\x80\x81\xa3\xd7\x06\xfe\x19\x5d\xb1\x4e\x1a\x3b\x7d\x03\x7f\x2a\xcb\x56\x9e\x9a\xea\x83\xc6\x14\xf0\x72\x7c\xae\x23\xbd\x04\x15\xb2\x8f\x68\x90\xea\x6e\x51\x7f\xdb\xee\x40\x7d\xfb\x3c\xc2\x92\xa8\x13\xf1\xb5\x33\x71\x70\x22\xdc\x71\x9c\x11\x39\x15\xb3\x13\xce\xf5\x89\x6f\xb3\xc3\xf5\x5b\x8f\x67\x34\x8c\x57\x77\xdc\x0d\x7d\x9d\xd6\x85\xf7\x74\x86\x9c\xc1\x16\x85\x30\xac\x43\xfd\xb6\x52\x2a\x37\x67\xd6\x52\x4a\xe0\x79\xfc\x72\xa0\xda\x81\xb7\x06\xb4\xdd\xcd\x76\x9f\x5d\xa5\xf3\xe5\x47\xa4\xf3\xe7\xe3\xec\x39\x49\x84\xe8\x54\xcc\x88\xac\x0d\xdc\xfa\x66\x17\x25\xfa\xe6\x68\x7c\x02\x18\x6c\x22\x63\xdd\xd6\xa9\x30\xd7\xee\x12\x64\x68\x2a\xeb\x29\x6b\xb1\xd6\xfb\x6f\xcf\xeb\x62\x83\x72\xdb\xaf\x7f\x12\x1e\xde\x07\x63\x5f\x72\xb4\x7e\xcd\x0b\x82\x93\x81\x93\x4b\xe0\x24\x38\xb8\xff\x3f\x07\xff\x9b\xd1\xb5\xa4\x69\xa2\x68\x76\xf0\x3f\xf7\x03\xcf\x55\x51\xce\x0a\xf5\x89\xde\x28\x90\xe7\x20\x75\xf8\x90\x83\xa8\x29\x2f\x35\x47\x7b\x9e\xa4\x97\x0b\x38\x60\x9c\x2e\x69\x7a\x49\xb3\x43\xa2\xa3\xf5\xd9\x98\xf1\x45\x25\x01\xd2\x80\xea\x4c\x88\xce\xa2\x28\x92\x05\xad\xb2\x2c\xca\x34\xa5\x45\x01\x61\x8d\xbe\x8b\xa4\x69\x6a\x1e\x6d\xd6\x46\xa7\xe8\x79\xa9\x94\xe0\xcf\xad\xb8\x55\xf3\x60\x2b\xa5\x90\x3a\x6d\x2c\x26\xc1\x7f\xbd\x1a\x7f\x35\xfa\xea\x79\xe0\x69\xac\x78\xa5\x19\x8c\x07\xaf\x8e\x5f\x8d\x03\x4f\x7d\xc9\x62\xbc\x61\xfc\x12\x30\x1e\x9f\x3e\x7f\xf2\xea\x71\x60\x14\xbd\x9e\x3d\x7d\xd9\xc0\xf8\x4e\x5c\x51\x49\x33\x40\x7c\x72\x7c\xfa\xd5\xab\x57\x81\xa7\x25\xc6\xf8\x5c\xbc\x4e\x05\x87\xe8\xd3\x27\xa7\x8f\x4f\x1f\x06\x9e\xc6\x13\xd4\xb5\x8a\xaf\xeb\xfa\xec\x89\xd3\xcd\x12\xe9\x25\xe3\x8b\x0a\xe5\xe1\xc3\xe3\xaf\x8e\xa1\x2a\xaf\x5e\xbc\xfc\xea\xe5\xd3\x00\xdb\xae\xec\x29\xe4\xab\xa7\x5f\x7d\xf5\xd5\xa3\x00\x17\x54\xd7\xf0\x73\x0b\xef\xd5\xe9\xcb\xf1\x68\xa4\xf1\x5e\x3c\x79\xf0\x7c\x34\x0e\xb0\xed\xf6\x0a\xe3\xe9\xf1\xe9\x83\x47\x0f\x02\xa3\xc1\x72\x3a\x1e\x99\xd6\xd4\xe3\x0c\x48\xb6\xcf\x3c\x2d\x28\x68\x53\x0b\xab\x5b\x6d\xd7\xb2\x2f\x22\xda\xf6\xb5\xf1\x1e\x3c\x78\x34\x7e\x0a\x78\xaf\x5e\x3d\x3c\x7d\xd9\x6a\x65\x1b\xfb\xd5\xf1\xb3\x11\x8c\xcb\xab\x97\x2f\x9e\x9e\x9e\x56\x6d\x6d\x37\xe6\xe9\x83\x17\x63\x18\x80\x17\xaf\x5e\x3d\x7e\xf1\xa2\x2a\xbd\x22\x5f\x40\xb3\xca\x54\x9e\xb2\x95\x47\xb1\xb6\xeb\xd2\x66\xd7\xed\x30\x47\x58\x80\xe0\x53\x2d\xec\xdb\xbf\xf2\x54\x13\xd7\xbd\xa1\xef\x70\x42\x0c\x7b\x2c\x48\x62\x64\x20\x71\x49\x92\x21\x28\xee\xe1\x94\x24\x43\x5f\xc1\x10\x67\x0e\xf0\x22\x91\x97\x78\xed\x87\xa8\xc4\x73\x3f\xfc\x2c\x57\x78\xe9\x00\x56\xdb\x0b\xaf\x48\x32\xf4\x35\xd9\xf0\xa2\x05\xa0\x12\x5f\xd5\x20\x28\xe5\xb6\x0e\xd7\xca\x74\xf8\xa2\x0f\xaa\xcb\x3c\xaf\x23\x5c\xad\x4f\x6b\x50\x25\xae\x89\x6f\x7a\x80\x3a\xfd\x75\x0d\x77\x4a\x7f\xf8\xb2\x0b\xd3\xa8\x67\x9d\xca\x6b\xe8\x4b\x92\x0c\x8d\x46\x9e\xe3\x72\x05\x38\x76\xbd\x10\xd9\x6d\x4d\x13\xa4\xc0\x06\x04\x2e\x00\x5a\x70\x93\xdc\xf0\x21\xe0\x63\x80\x6c\xd8\x52\x13\xb3\xc1\xb2\x2a\xd4\x0e\xd4\x32\x92\xfe\xc8\x0f\x92\x16\x85\x8d\x64\x7c\x5d\xaa\x56\x19\x00\x7b\x25\x24\x6d\xb0\x60\x88\xd2\xdc\xba\x85\xad\x79\x76\x0b\x94\x26\x32\x3b\x53\x09\xcf\x44\x33\x6f\x84\xcb\xaa\x67\x60\x0d\xb0\x39\x97\x55\x6b\x3d\xa8\x6b\x42\x89\x70\x0a\xa9\xf4\x29\x8d\xa4\xed\x06\x79\xf9\xa7\xdd\xf6\xb8\x12\xaa\x28\xcd\x90\xea\x10\x48\x8a\x1a\xc6\xff\x2c\x57\x00\x87\x25\xc8\x21\xe9\xc0\x77\x34\xc9\xa8\x84\xa0\x3f\x4c\x7e\xb9\x08\x67\xc6\x95\x6f\x7f\xc5\x5c\x7f\x67\x7b\xeb\xe7\xda\x9a\xf9\xd5\xac\x80\x08\xaf\xab\x0e\x70\xc0\x35\xc2\xf3\xbb\xca\x74\x78\x73\x84\x97\x80\x07\xd9\x7a\xae\x06\xba\x7d\xb4\x44\x78\xd5\x43\xb8\x2e\x7a\xe5\xd3\xef\x0b\x76\xc5\x74\xaf\x38\xa0\x1f\xbe\x4a\x24\x4b\xb8\x32\xdd\x6a\x30\x5a\x95\x6b\xb5\xba\x0f\xc5\xf5\xd9\xca\x12\x5d\xef\xae\xa0\x8a\x35\x63\xd4\x9f\xba\xbb\xa7\xb8\x3b\xb6\xca\x1b\xe1\x45\x4f\x77\xb8\x4a\x2f\x7a\x2a\x7d\x57\xdc\x0b\x23\xb9\xd5\x88\x84\x1e\x6a\x44\xec\x19\xcd\x06\x8e\x95\x01\xcb\x3c\x0a\x5c\xf4\xf6\x92\x5f\x9d\xbe\x5e\xf2\xe3\xbb\xfd\x50\xc5\x22\x7c\xdb\xa5\x34\x3d\x51\xab\x5a\xdd\x7a\xb5\x3a\x2b\x2f\x94\x66\x4b\xb7\x08\x5f\x58\xaa\xdd\x33\x7a\xae\x80\x0b\x84\xaf\x01\xb3\x6a\x98\x65\x0f\xe4\xba\x4d\x4d\x2e\x49\x74\xb7\xed\xfc\xbe\x34\x68\xbb\xbd\x6e\xb0\x99\xaa\xf6\xd7\xfe\xa4\x6b\x40\x5d\x85\x4c\x65\x10\x3e\x6f\x70\x2f\x72\x0e\x2c\x41\x2f\xbf\x7a\xef\x06\xc1\x3a\x7b\x08\x9a\xd9\xde\xa8\x7a\x05\xae\x90\xdc\x0e\x18\x02\x6e\x1c\x0c\x00\xe1\xb3\xaa\xc8\x1e\x86\x7a\xa6\xeb\x68\x1e\xa5\xe0\xed\xdd\x8f\x42\xf8\x0a\x92\xd6\x15\x74\x35\xb8\x6a\xd4\xb3\x1f\xea\x26\x41\x13\xea\x26\xce\x95\xdf\x06\x3f\x03\xbf\xf6\x15\x1c\xe1\xd3\xba\x11\x96\x3a\x4e\x31\x1b\xce\x6b\xe6\x0b\x61\xaf\xb3\x20\x0c\x77\x5c\xaf\x5b\xc0\x36\x1b\x83\x7e\x3a\x45\xf8\xc6\x14\xe1\xcd\x2b\x72\x83\xf0\x65\x87\xae\x5c\x05\x2e\xfd\x89\x64\xf0\x2f\xf7\x73\x2a\x88\xd3\x8d\x73\x7c\xee\x12\xe1\x97\xb6\x7b\x7b\x97\x84\x97\x08\x47\x77\x3b\x67\xac\x1f\x70\x8c\x1b\x78\x58\x33\xc1\x5c\x38\x69\x44\xe2\x81\xd0\xc7\xaa\x3f\x97\xd7\x13\x34\xf1\x73\x72\x43\xe0\x63\xc4\xfd\x53\xaa\x55\x07\x97\x12\x9e\xfb\xc6\xeb\x9b\x83\xe0\xb0\x3f\x1d\xc2\xcc\x49\x9f\x31\xa4\xcf\x98\xd5\x8e\x34\xe1\x2d\x4f\xae\xfb\x74\x86\x18\x51\x1c\x44\x4e\xb0\xc2\x9b\x82\xae\x12\xae\x58\x7a\x6a\xf4\xff\x24\x8f\x94\xd3\xc0\xc1\x6a\x48\xe7\x73\x9a\x2a\xe3\xee\xd1\xc7\xab\xef\x9d\xd4\x90\x15\xaf\xf9\x15\x38\x58\x9b\x50\x2f\x10\xfb\x31\x68\x07\x2f\x4f\x95\xf6\x16\x27\x55\x29\xa8\x9f\xa5\xf8\xbb\x62\x14\x86\x03\x4f\xf1\xab\x37\xa9\xa7\xfc\x65\x48\xc4\x3a\xfb\xb7\xca\x44\x06\x56\x27\x6d\xe6\x8f\x2b\x2d\xba\x57\xee\x06\xaa\x92\xa4\x32\xf2\x73\xbe\x20\xb2\x9e\x49\x5c\x15\xe8\x2e\x91\x3a\x8b\x33\xcd\x67\xba\xb3\xeb\x50\x4f\x49\xd8\xb5\x4c\x7e\xc1\xbd\xa8\x29\xd5\x8b\x93\x2e\x4e\x4e\xf3\xda\x15\x35\x6b\xbe\x24\xb3\xb9\x27\x18\x70\x18\xdc\x87\x5c\x82\x13\xca\x23\x85\x7f\xb0\xaf\x44\x41\x5e\x69\x5a\x97\xec\x48\x2d\x13\x16\x34\x61\x01\xc2\x2e\x81\x7d\x87\x73\x97\x6b\x47\x09\x84\x3d\x84\xea\x65\xa9\x42\x49\x2d\xc4\x43\x6a\xbd\x64\x59\x44\x9a\x14\x8a\x5a\xa8\x87\x6c\xde\xf2\x2a\xac\x85\x0e\x7a\xd1\xf6\x2d\xaf\x8a\x5f\x42\xd8\x43\xf0\x1f\xb7\x1c\xd2\x55\x05\xf3\x10\xfd\xe7\xc7\x1a\xf5\x9a\x7a\xb5\xaa\xc0\x01\xae\x2c\x10\xb8\x1c\x7e\xaf\xf4\xd8\x35\x16\x7c\x04\xf5\x97\xdf\x85\xf6\x71\xcc\xeb\x44\x03\xf1\x1b\x6d\x9f\xcc\xbc\x76\x5b\x88\xb9\x0e\xec\x33\xd9\xa0\x0e\x83\xfb\x9d\xa1\x6c\x42\x9a\x97\x98\xf0\xf5\x77\xb2\xeb\xdc\x5d\x36\x2e\xef\x2b\x51\x6a\xcc\x3d\x3f\x3c\x52\x45\x68\x8f\x93\x1d\xdf\xfd\x6c\x65\x7a\xd8\x7a\xdf\x55\x5f\x70\xe0\xa3\x09\xfb\x79\x52\xd0\x9f\x64\xc3\x26\xb4\x9a\xa8\x38\x58\x2a\xb5\x2e\xe2\xfb\xf7\x0b\x95\x28\x96\x1e\x0f\x8b\x65\x22\x29\x28\x75\x09\x9e\x33\x4e\x87\xa9\x58\xdd\x9f\xb3\x9c\x16\xf7\xe7\x50\x85\xfb\x49\x51\x50\x55\x04\x70\x7f\x0e\x92\x55\x9c\x6c\x8a\x63\xfb\x14\x5f\x8c\xe3\x00\x54\xcf\x57\xb1\xd5\xd2\xce\xc7\xb1\x55\x59\xcf\x8f\x63\xa3\x82\xee\xbd\x75\xe6\xbc\x65\xe5\xd7\x3c\x63\x6c\x7c\x3b\xf8\x86\x47\x0f\x2a\xcb\xbf\x83\x81\xcf\x4d\x5d\x67\x24\x3c\xda\x58\x16\x16\xff\x42\xb1\xe5\xcf\xf1\xbf\x15\x5c\x94\x17\xf1\x2f\x0a\x17\xeb\x24\x65\x7c\x11\x17\x1c\x7b\xdc\x98\xe3\x3d\xaa\x0c\xf1\x60\x8c\x5b\x8b\x80\xe0\xd1\x2f\x14\xff\x5b\x61\xe7\x76\x09\x2b\x84\xa5\xca\x3d\x17\xd8\xf0\xe0\x58\x72\x92\xeb\x95\x04\xe1\x14\xbc\x92\x65\x9c\x04\xc0\x57\x3d\x05\xe2\x75\x83\x0a\xb0\x30\x6f\x2b\x15\x37\xaf\x06\x55\xf4\xf3\xf2\x96\x3f\xe2\x3e\xb6\x98\xd3\x45\x92\xde\x7e\x02\x29\xb3\x49\xcf\x75\x69\x7b\x19\xd4\x5d\x6c\x6a\xae\x71\xf0\x1f\x2a\xca\xed\xbf\x9b\x1d\x2e\x79\xb5\xb8\xe8\xef\x66\xc7\x00\xc8\x76\x79\x53\xa7\xbf\xbe\x6a\x07\xcb\x59\x23\x2c\x1a\x2b\x06\x75\x2b\x06\xaf\x75\xa5\x1a\xd2\xba\x44\x4c\xf9\x0c\x64\x9e\xcc\x42\x21\x67\xb8\x67\xdd\xb9\x6b\xc5\xc1\x25\x91\x87\x79\xed\xe2\x6b\xa8\xc4\x4f\xeb\xb5\xf3\x57\x75\x98\x5b\x8b\xf2\x63\x84\x53\xc2\xa6\xf9\xec\x24\x70\x0f\xe4\x01\x21\x24\x0f\xc3\xae\x1a\x7e\x1a\x86\x51\x7a\x48\x82\xf5\x4d\x80\xb0\x02\xfb\xfe\xde\x33\x57\xc9\x11\x42\xf8\x8d\x6a\xca\xe4\x47\x51\xc4\x41\xef\xc1\x88\x03\x96\x1c\x73\xa4\xc9\xa3\x5f\x5c\x4d\xc9\xdb\x0d\xd5\x39\xf9\x2f\x69\x3b\x84\x76\x51\x73\xe4\x1b\x63\x1c\xbf\x51\xbe\x2c\x7d\x34\xcd\xc0\x7a\x98\x8e\xdb\x6e\xfd\x2d\xc6\x7f\x46\x59\xed\x3d\x88\xde\x47\x18\x72\x69\xd5\xc9\xc4\xf6\x76\x01\x6d\x76\x01\x08\xf1\x55\x33\x62\xee\x0b\x86\xb7\x38\x02\xe8\x13\xba\xa0\x9b\x5e\xa0\x32\x52\xf2\x9d\x9e\x4a\xc0\x1c\x96\x9c\x6c\x2e\xc4\x8d\xd9\x39\x3a\x6d\x54\xab\x66\x39\x6a\x68\x59\xde\x9c\xb1\x3f\x40\x34\xc2\x28\x5c\x1e\x5d\x88\x06\x5f\x5a\x79\x55\xd9\x34\x74\x5f\xe3\x75\xbd\xe5\x0f\x62\x8a\x83\xf8\x68\x55\x1c\xc1\x61\xe0\xa8\x13\xb5\x37\xce\x77\x84\xb3\x80\xb2\x2a\x61\x3d\x5f\xfc\xae\x25\x8c\x67\xb9\xcb\x15\x6f\xaa\xa9\xb0\xd4\x68\xa7\x9c\x9f\x8b\x35\x68\xaa\xc4\x1b\xcb\xd2\xec\xbd\x31\xb0\x32\x9d\xc3\x7b\xfe\x96\x15\x85\xbd\x2f\x07\x17\x65\xf8\xfc\x5c\xd2\x55\xb2\x5e\xd3\x2c\xd6\x14\x86\x6f\xbb\x4a\x67\xb7\x3c\x0c\x6f\x79\xad\x9e\x59\x7f\x37\xfc\x87\x56\x72\xac\xf0\x8c\xc5\xd1\x15\x6f\x3f\x54\x81\x43\x7b\x3e\xa5\x33\x70\x0c\xa1\xb3\x8a\xfc\xa0\x67\x82\xde\x8c\x3e\x72\x72\x66\x17\xbc\xcf\x09\x73\xcb\xf5\x9c\x37\x7c\xe7\x8d\x57\x21\xcb\xc1\x28\xc2\x1b\x56\x7c\xac\xc4\x4d\x75\xa7\xd4\x56\xf3\x9d\xb7\x53\x30\x24\x0f\x3d\x7a\xd2\x52\x19\x50\x13\x9b\xd1\x15\x1f\x56\x5d\x8d\xb0\x42\xb1\x0f\xc0\x02\x81\xa7\xab\x56\xd3\x25\x72\x4f\x83\xc2\xf0\xb0\x0b\x1e\x49\x74\x72\xc5\xa7\xc9\x6c\x72\xa9\xbf\x63\xf8\x26\x9b\x54\x64\x34\x66\xd8\x74\x49\xcc\x7d\x4a\x39\x75\xcd\xd2\xe5\xb9\x61\x9b\x5e\xe8\x3e\x99\xe9\x0c\xad\x69\x8e\x1b\x58\x73\xae\xb9\x33\xd0\x51\xa5\xbf\xf4\x1e\xf6\xfd\x3a\x9f\x54\xea\x7c\x8e\x60\xb6\xdb\xe8\x86\x57\xee\x93\xab\xb9\x78\xcd\xc3\x30\xba\xe6\xa4\xa0\xea\x13\x5b\x51\x51\x36\x29\x60\xc1\xa3\xe0\x4c\xac\xe8\x01\xf4\xdf\xc1\x35\x95\xf4\x40\xd2\xa3\x5a\xc2\x77\x78\xf0\x6c\xbd\xce\x59\x6a\x14\xaa\x0e\x8a\xa5\x28\xf3\xcc\x98\x4a\x49\x93\x3c\x3f\x70\x98\x40\x9e\x20\x5f\x9a\xf0\xdb\x83\x05\xbb\xa2\x1c\xf2\x3c\x10\x3c\xa5\xc3\x83\x8f\x14\xe4\x91\x18\x5f\x1c\x5c\x2f\x13\x75\x90\xd8\x58\x56\x1c\xac\x92\xdb\x83\x65\x72\x45\x0f\x4a\xce\xb8\xa2\x3c\xa3\xd9\x81\xce\x8c\xfe\x5e\x52\x9e\xd2\x62\x78\xf0\xa2\x34\x35\xa0\xc5\x01\xe3\x69\x5e\x66\x34\x3e\xf8\x3f\x1e\x1c\xde\xf0\xca\xb7\xc8\x78\xe4\x3b\x27\x3a\xd4\x5d\x61\x05\xa8\xc7\xa3\x49\x70\x10\x1d\x1e\x04\x1e\xf0\x68\x3c\x42\x87\xc1\xc1\x4a\x48\x6a\x8c\xb0\xa0\xba\xef\x31\x8c\xc5\x0e\xe1\x63\xfa\xa0\xc1\xeb\xce\xf8\xdf\xb2\xdb\xaf\xcf\x2e\x61\x38\x06\x97\x55\xce\xc0\x3e\x9d\x8e\x66\x61\x38\xd0\x3f\x7a\x42\x9d\x8a\xd5\x5a\x70\x6a\xcf\x52\x45\xa5\x41\x3b\x1d\xd5\x8f\xd8\x1c\xcc\x1b\x18\x3d\x2a\x90\x2c\xbe\xcb\x0b\x09\x38\x4c\xa8\xfc\x25\xe8\x39\x91\x68\x52\x4f\xda\xa4\x5e\x20\xeb\xec\xac\x53\x07\xbd\x84\x16\xde\x0e\x34\xe9\xab\xa7\xf3\xba\xd0\x13\x77\xd2\x70\x1a\x94\xa3\x8e\x2e\x74\xa9\xd7\xa4\xce\xdc\x2b\xd1\x44\x4c\xcb\x99\x75\x7b\x32\x2d\x67\x28\xd6\x61\x32\xd5\xdf\x33\x74\x92\x0a\xae\x18\x2f\xe9\xce\x28\x68\xf3\x69\x31\xc3\x6b\xf0\xf1\x70\xa2\xbf\x6b\x23\x1c\xe9\x64\x1d\x67\x51\x16\x4d\x67\xb8\xf9\x1a\x9e\xa2\x49\x1a\x4f\xd3\x19\x6a\xc1\xd7\x68\xb2\x8e\xc1\xc9\xd0\x8e\xcd\x23\x7f\xcb\x22\x50\x25\x93\x8f\x36\xbc\xa7\xad\x64\xb3\x03\xd6\x37\x27\x7d\xb1\x78\xd9\xf6\x2d\xd7\x69\x35\x45\x6e\xaa\x8b\x29\x9d\x9d\xcc\xa7\x74\xd6\xc7\x44\xcf\x78\x53\xcd\x5b\xb5\xc4\xd3\x6b\xc3\x46\x7b\x74\x6d\x29\x8a\xd5\x0e\x84\xf1\x77\xcd\xf1\x11\x68\x19\x95\xb5\x7f\xa0\x9a\xf6\x5f\xfe\x83\x42\x18\xe0\xed\x17\x1c\xe9\xdc\x45\xba\x49\xe5\x7e\xa2\xaf\x15\xc9\x24\xd1\xad\x48\xaa\xba\x8e\x3d\xf7\x44\x13\x31\x1d\xcd\xe2\x2a\xd4\xee\x2e\x81\xf4\xb2\x59\x35\xed\xf5\xdf\x9b\xd6\x4e\xb7\x95\x77\xfc\x71\xbc\x68\xac\x68\x9b\x2e\x45\xe8\x6a\x80\x0c\xb3\x61\x03\x8e\x2d\x7c\x4d\xc6\xc8\x6d\x63\xfa\xd3\x98\x7e\x6c\xb7\x0b\xd4\x8c\x3c\x87\x16\xcc\x8c\x68\x1f\xa1\xb1\x3b\xe7\x3b\xdb\x43\xde\xa2\x07\x08\x2a\xc5\x8d\xd9\x98\x90\xf3\x48\x4c\xd9\x0c\xc1\x23\xb1\xf3\x33\xa2\xb9\x83\xf3\x33\xc2\xe6\x6e\x63\x9b\x7b\x7b\xd5\xdc\xed\x55\x73\xe7\x43\x31\xca\xc8\x0f\xd6\xbb\xc7\xc6\x77\x2d\xc8\x76\x38\x47\x60\xce\xc1\x10\x48\x86\x30\x9f\xb2\x19\x29\x9c\xda\xc2\x34\xab\xf7\x25\x33\x54\x3b\x05\xb1\x7e\xcc\x2c\xb2\xe7\x2b\xa4\xb6\x00\x81\x53\x22\x4f\xca\xaf\xd3\x8e\x15\x88\xec\x24\xca\x48\xaa\x39\x51\x18\xfe\x1e\x65\xf8\xee\xeb\xad\x7e\xdf\x25\xf5\xc4\xd2\x39\x7e\x02\x56\xfe\x91\xfb\x46\xb9\x3e\xf2\xbb\x8c\x72\x7d\xe0\x95\x87\xa6\x5e\x01\xdf\x8f\xdc\x51\xdb\x47\xbd\x55\x58\x27\xe9\x65\xb2\xa0\xc5\xf9\x79\x3b\x0c\xa3\x06\x16\x1d\xc0\x28\xc2\xe0\x93\xfe\x45\x9f\x8c\xc6\x3c\x36\x8a\xfa\x26\x6a\x3a\x43\x4e\x94\xc9\x9b\x33\x6f\xf7\x29\xfb\x8e\x7c\x5d\xdf\xa3\x31\x96\x84\x9f\xd0\x30\x6c\x79\x3b\x63\xf3\x48\x81\x56\x26\xd6\x7b\x2c\x41\xa4\xf1\x68\x56\x2b\xe3\x56\x05\xbd\xab\x5b\xec\x72\x18\x74\xbc\x6c\x0e\xc6\xde\xea\x38\x3a\xa9\xdd\x9a\x01\x33\xd2\x49\xa7\x7c\x06\x0e\xa8\xf8\xac\x4e\x62\x3f\x46\xbb\x0f\x3c\x0a\xfe\x77\x9e\x97\x94\xab\x92\xdd\x2f\xa8\x3a\xba\xa2\xb2\xd0\xfc\x06\x07\x8f\x87\xa3\xe1\x28\x40\xb8\x85\xa3\x49\xff\xa8\x54\x2c\x67\x8a\x81\x62\xde\x93\xe1\x57\xc3\xf1\x71\x80\x70\x75\xae\x79\xd3\xbb\xff\xf5\x79\xb4\x57\x67\xd8\xc1\x4a\x3a\x2f\xda\x87\xea\x4d\x7d\xa2\x3e\xe9\xe3\x83\x72\x22\x23\x85\x62\x90\xd4\x70\xf6\xc5\x88\x02\x9b\x36\xcf\x78\x9f\x2d\x6c\x5d\x08\x68\x8b\xee\xb7\xbf\x42\xad\xaf\xba\x7d\xdc\x5d\xf7\x66\x93\xb7\x7b\x8e\x20\x0b\x91\x5f\x51\x19\x86\xef\x78\xa4\xa0\x45\x98\x22\x30\x2b\xe0\xa2\xc8\x1b\xdd\x78\x84\x4d\x2c\xa1\xb8\x8e\xda\xf9\x5e\x75\xff\x1e\x57\xf6\x9c\xb9\xcd\xac\xcf\x3d\x7a\x97\xdc\x1f\x78\xe6\xe9\xf5\xa3\xc8\x90\xdd\x54\xb3\xda\xf9\x2c\xeb\x18\x74\x71\xf6\xbe\x03\x14\x86\x7d\xe3\xc4\x2a\x8b\xe0\x55\x76\xbe\x8d\xf0\xa6\x7f\x45\x30\x44\xc1\x10\x9b\x26\xb5\xbf\xb4\x7a\xa5\xe3\x7d\x4e\x8e\x9e\xf3\x86\xb7\xb7\xf6\x2d\xd1\x08\x61\x7d\x08\x57\x61\xd8\x21\x09\xcc\x2b\xf1\x3a\x98\xc1\x14\xdc\x1d\x9d\x5f\x31\xa9\xca\x24\x87\xe4\xb4\x0a\x5a\x2d\x3b\xf0\x0b\xa8\xc7\x95\x5a\xc0\x3b\x91\x81\x9e\x5e\x1d\xf2\xea\xf6\xbe\x59\x37\x8d\x38\xf0\x1c\xc8\x5f\x88\xec\x16\xf6\x24\x13\x1a\xbf\xe7\x91\x6e\x09\x9c\xd0\x40\x28\x59\x57\xf1\x3b\x4e\x8c\x4a\x2c\x38\x07\xcc\x8f\xa8\x11\x22\xf6\xee\xe5\xfe\x68\xac\xb4\x50\x5e\x9f\xe2\xba\x22\xa0\xe1\x08\xba\xe2\xb5\xf8\xf1\x77\x1c\x79\x0a\xc9\xf6\x82\x96\xeb\x4e\xe8\xa0\xe9\xfc\x3f\x73\xf2\x14\xff\xc4\xc9\xf8\x01\xfe\x37\x27\xe3\x27\xf8\x67\x4e\x8e\xbf\xc2\xdf\x72\xf2\xe0\x18\xff\xc0\xc9\x83\x07\xf8\x77\x4e\x1e\x3c\xc4\xbf\x71\xf2\xe0\x11\xfe\x91\x93\x07\x8f\xf1\xaf\x9c\x3c\xf8\x0a\xff\x8b\x93\x07\x4f\xf0\x2f\x9c\x3c\x78\x8a\xbf\xe7\xe4\xe1\x08\x53\x41\x1e\x3f\xf2\xcc\x52\x8a\xbf\xbb\xcb\xaa\x66\xa2\xdd\x4a\x1c\x4f\x94\xde\x0b\xf5\xcc\x72\x37\x33\x4e\x44\x37\x77\x3d\x3b\xf8\x54\xf8\x79\x8b\xd9\x49\x9f\x55\x00\xcf\xd8\x40\x18\x3a\x55\x4f\x8a\xa1\x4b\xbd\xf5\x82\x8b\x96\x8f\xc5\x3d\x2e\x04\xb9\x51\xd7\xe7\x33\xa2\xbb\x02\xeb\x2f\x70\x91\xea\x6f\xab\x04\x74\x12\xe4\xb8\x49\xdd\x66\xe4\x05\xcb\xde\x82\x72\xbb\x14\xd8\x07\x1a\x9b\x06\x31\xf3\xa0\x9f\x59\x9e\xff\xc4\x57\x80\x9d\x08\x5f\x00\x5b\x8a\x08\x6d\x0a\x01\x16\x01\x86\x6b\x29\xd6\x7a\x43\x61\x53\x7d\xa4\x73\xac\xe1\x1e\x3a\x13\x46\xb9\xd1\xc7\xd1\xab\x4c\x7f\xea\x30\x8c\x0a\x11\x35\xb1\x61\x13\x81\xf0\x97\x8a\xf4\xdf\x45\xbf\x50\x45\xc8\xb0\x46\x2f\x44\x6d\xf1\xb2\xc7\x5c\xd2\x84\xd6\x6b\x46\xdc\x6b\x39\x29\x0c\xa9\xe6\xd6\x40\xf9\xb9\xd8\x63\x0c\x05\x8a\x80\x1a\x9d\x2b\x73\xc5\xf0\x3a\x2b\xe0\xc6\x12\x1b\x28\x5b\x81\x81\x55\x45\xdb\x70\xae\xa8\xbc\x4a\xf2\x16\xb8\x76\xf9\x21\x93\x55\x27\x4d\xf1\x82\x15\x6b\x51\xd0\x8c\x0c\xc6\x16\x66\xd8\x8e\x9e\xdb\x1e\xa2\xe0\x2f\xa5\x14\xf2\xbb\x84\x67\x39\x95\x44\x59\x30\x17\x62\xed\xb7\x63\x57\xab\xb5\xd6\xc6\x24\x32\x53\x44\xc7\x62\x03\x58\x17\xea\x54\x63\xd4\xac\x86\x57\x87\xba\x3b\x0c\xed\xc3\x3d\x5b\x27\xaa\x0d\xe8\xbb\x83\x03\x9c\x34\xa7\x89\x74\xb7\x38\x95\xb3\x6f\x8a\xc7\x23\x84\x4e\x7a\x07\x60\x57\x57\xd8\x1b\x83\x4e\x65\x1a\x91\x5d\xd0\xdd\x15\x7a\xed\x30\xf7\x54\xa9\x33\xfa\x5e\xa5\x6a\x02\xe8\xd6\xc9\x8b\xeb\x40\xbe\x50\x23\x8b\xb8\xaf\x42\x2d\xb2\xab\xeb\xd3\xa1\xbc\x4e\xad\xba\x18\x7b\xe0\xfb\x6b\x98\xf0\x94\xe6\xcf\x1a\xf8\x7b\x2a\xda\x3f\x11\xc0\x78\x50\x4d\xab\xf5\xc5\x5e\xaf\xb5\x2c\x30\x6f\xa2\xf9\xbc\xe3\xd3\x2d\xf2\xd5\x9b\xb3\x16\xe5\xf4\x80\xe0\x79\x4f\xec\xbb\x44\xd4\x27\x17\xee\xa3\x87\xa1\x35\x50\xd5\x80\x4e\xc5\xcc\x59\xd9\x89\xb8\x9b\x2e\xfe\x73\x09\x1f\x9e\xe7\x62\x01\xd3\x56\x87\x77\x3b\x30\x75\xd4\xae\x8b\x5e\x98\xf4\x8e\x46\x34\xfb\xc1\x9f\x1c\x8d\x9d\x6f\x3b\xbd\x1d\x07\x3f\x47\x30\x4f\xd6\x98\x5d\x14\x61\xdb\x84\x1e\x64\xd4\x19\x81\x6a\x0e\xdc\x39\x06\x58\x1a\x43\xbf\x46\x71\xb9\x35\x10\xae\xa2\xfe\x74\xa9\x46\xa2\x31\x87\x36\x3b\x74\x22\x88\x1c\xde\x3d\x1a\x7e\x12\x7f\x3c\x7c\xf8\x7f\x32\x22\x23\xd4\xc3\xd5\xcd\x98\x34\xac\x29\xb5\x46\xe6\xee\x1e\x32\xdd\xd2\xcd\xd7\x8d\x55\xa3\x2c\x63\x4c\x6e\x78\xe7\x78\xb5\x12\xf4\x8c\x98\x65\x02\x7f\x6f\xd2\x78\xac\xa4\x0f\x56\x4f\x9b\x8a\x25\xb5\x47\xea\x3f\x9e\x10\x5e\x31\x77\xcd\x88\x9e\x76\x56\x94\x56\xe7\x50\xf5\xb3\x97\x69\x3d\x29\xaa\xca\x77\x7a\xb9\x81\xde\xea\x64\xb5\x94\x42\xa9\x9c\x76\x0d\x84\x19\xdd\xfc\x25\x2b\xfa\xd6\x53\xd4\xe8\x73\xbd\x5c\x9f\x54\xd6\x72\x89\xda\x6e\x47\xb8\xd0\x4b\x6e\xae\xff\x98\x0b\x1b\x50\x78\xe4\x61\x18\x5c\x08\x91\xd3\xc4\xdf\xc0\xf0\x61\x4e\x93\x8c\xf1\x85\xde\x7e\x91\x2a\x84\xf0\x3e\x74\x25\x13\x96\x1b\xfc\x9c\xd4\x41\x73\xa6\xcf\x48\xbd\x55\x77\x8e\xa4\x32\xf2\x22\x51\x74\xc8\xc5\x75\x84\xf0\x9a\x64\x47\x25\x9e\x93\x62\x92\x1c\xad\xe3\xc4\x91\xcf\xfa\x1b\x92\x84\x21\xd8\xcf\x2c\xd0\x24\x2a\x49\x06\x52\xe9\xa2\x49\xc2\x29\xb2\x6d\x41\xe0\x0b\xd9\x90\x85\x70\x64\x81\x19\x32\x67\x22\x02\x8e\xec\xf5\xc9\x2c\x25\xc2\xe7\x01\x0a\xcf\x11\xc2\xf2\x8b\x47\xfb\xff\xe4\x7a\x93\x11\x8a\xb3\x68\x30\x42\xad\xc5\x27\xa3\x17\xa2\xe4\xe9\x5f\x1e\x63\x7b\xaf\xe1\xef\xc3\x6a\xf7\xc3\x66\x85\x6c\x44\x62\x39\x04\xf3\x54\x3d\xc6\xc6\x60\x49\xc4\x72\xb8\xa6\x5c\x0f\x6d\x17\x63\x30\xde\x61\x69\x2c\xc9\xe3\x04\x17\x86\x86\x72\xbd\x7b\x2c\x35\x0d\x99\x3e\xc7\x19\x19\xe1\xb5\x3f\x96\xf3\x3f\x4b\x57\xf9\x5f\xa4\xab\xd2\xa7\x2b\x48\xd0\x91\x56\xe0\xc3\x55\x72\xf3\x39\x61\x2a\x0c\x07\xac\x78\x97\xbc\x8b\x2a\x08\x82\x81\xaf\x83\xe6\x11\xbd\xa9\x08\xdf\xa5\xad\xb9\x6b\x8f\xa6\x51\xba\xc3\xab\x86\xbd\x41\x50\x54\x64\x3d\x34\x97\xa0\x1d\xae\x7b\xf4\x40\x9f\x05\x9c\x11\xce\xba\xa3\x24\x19\x8c\x4f\x94\xee\x88\x30\xe4\x47\xd9\x37\xa4\x30\x7a\x43\x23\x84\x33\x52\xd9\x90\xe2\x47\x19\x5e\x92\xe2\x28\xc1\x0b\xc2\x8f\xd6\xf8\xaa\xb6\xb8\xe3\x0e\xdd\x7a\x4e\x2c\xbe\xd1\x3f\xf3\xc9\x15\x19\x8c\xe2\x25\x79\x9b\xa8\xe5\x70\xc5\x78\xb4\xc4\xe9\xd1\x02\x21\x9c\x7c\x43\x8a\xed\xf6\x6a\xbb\x95\x93\x55\xc4\xcd\x8c\x18\x10\x32\x0f\x43\xb5\xdd\x0e\xca\xed\x36\x9a\x37\x67\x05\xc5\x4b\x84\x30\xdb\xe1\xab\x1e\xca\x18\xcc\x77\xf8\x96\xfc\x93\x13\x25\x21\x14\x2f\x60\xa2\x38\xc8\x6d\x0f\x3d\x5f\x45\x28\x0c\x97\x51\xdd\x89\x68\x87\x6f\xf7\x52\x38\x60\xaf\x7c\x6c\xdd\x9e\xdb\x8a\xe2\xaf\xf0\x6d\x73\x56\x4a\xfa\x7b\x49\x0b\xd5\xdc\x63\xfe\xfd\x9d\x49\x67\x3b\x5a\x2d\x79\xdd\x8d\x6a\x2d\x9f\xdb\xdd\x99\x74\xb0\xfd\xed\x49\x27\xf2\xaf\xef\x51\x60\x73\xd4\xdb\x07\x93\x3d\xf0\x88\xa1\xb8\xb1\x9f\x62\xf5\x36\xa7\xaf\x42\x77\xec\x75\x7a\x76\xf7\x5f\xdc\xf1\xf4\x74\xc8\xbe\xb2\xdd\xde\xa7\xa7\x98\x49\x3f\x18\x14\xfc\xef\xde\x2c\xf5\x15\xd3\x5a\xcc\xab\x2e\xee\xd9\x47\x34\x4f\xda\xae\xee\x4d\xa8\xb1\x64\xd9\xb0\xec\x57\xf6\x5d\x0a\x51\xb8\xaf\xef\xbd\x17\x1a\xf4\x5c\x17\x6d\xb7\xca\xdc\xed\x83\xdb\xc5\x9e\xf7\x00\x73\xd1\xd4\xa7\x82\xad\xf3\x1c\xf4\x94\xd4\xf3\x42\x50\x55\x39\xfd\xa7\x2e\xe8\xd6\xc2\xb7\x3e\x39\x85\x15\x88\x3a\x8b\x69\x51\xc3\xd5\xc8\xba\xdd\x4d\xe6\xe2\xee\xf8\x8e\x8b\xbb\xa3\xe3\xf6\xd5\x1d\x81\x67\xb4\x5a\x3c\x06\xde\x5f\xf9\x5f\x15\x1d\x18\xf4\x08\x0e\x6c\xb7\x54\xf7\x23\x7c\x45\x0a\x4c\xb3\x4f\x8b\x19\x6a\x5a\x73\x99\xef\xbb\x3a\xaa\x2e\x8e\x58\x46\xe8\xf0\xbc\xe4\xec\xf7\x92\xbe\xce\x0e\x0f\x9b\x57\x2a\xee\xf2\x86\x5e\xc1\x3d\x57\x2a\x64\x56\x90\xe9\xcc\xb7\x48\xc6\xfc\xeb\x9a\x5a\x97\x55\xb3\x20\x10\xbd\xd0\x0c\xcd\x99\x67\x54\x68\xff\x1b\x5a\x56\xf9\xad\xe9\xb3\x7a\xe8\xba\xe8\x2f\x5a\x44\xe4\x58\x6e\xb7\x83\x31\x58\x97\x4a\x45\x94\x80\x7d\x77\xd2\xb5\x7b\xb8\x73\x2f\x0c\xff\x41\xd5\x8c\xa8\x82\xa9\x60\xd1\x5b\x41\x83\x11\x09\x74\xa2\x86\x73\x26\x5d\xad\x05\x0f\x0e\x39\x2e\xd0\x6e\x57\xbd\x42\xe8\xe5\x7c\x30\x1e\x10\xc2\x4e\x9c\x70\x87\x1a\x9e\x9b\xee\x2f\xce\xcf\x71\x49\xf2\x49\x3e\xe5\x33\x58\x7e\x75\xf7\x96\x15\xa9\xa4\x9a\x54\x4a\x3d\xe3\xca\x36\xb1\xa4\xa8\xc2\xca\x48\x39\x4d\x67\x78\x4d\x46\x27\xa6\x9c\x30\x5c\x7f\x9d\x39\x5a\x5c\x3b\x5a\x9c\x93\x6c\xba\x9e\x9d\xcc\xed\xd3\xf1\xa9\xb5\x1c\x1d\x86\x11\x23\x6d\xa0\x31\xf9\x3a\xb7\x6f\x10\x58\x20\xb4\x53\x44\x4e\x9c\x65\x40\xf3\x9e\x50\xa9\x15\x60\x3a\x64\xc5\x7b\x63\x55\x37\xeb\x65\xd0\xf0\xa0\x51\xb7\xd9\x71\x83\x01\x0f\xc3\xc1\x80\x4f\xd5\xcc\xe4\xf1\x82\xa6\x79\x22\xef\xce\x23\xb3\x38\x86\x36\xfa\x73\x2a\x94\x58\xeb\x9e\x4a\x16\xc0\x89\x49\xd3\x80\x5e\x2b\x76\xd2\x81\x44\x28\x76\x8b\xcf\xf3\xf2\xe2\x22\xa7\x7a\x89\xc2\x3e\xd5\xf7\x3c\x47\x0e\x06\x54\xf3\xd5\x01\xd8\x32\x87\xca\x39\x63\xe3\xdb\x6d\x2f\x05\x02\x81\x3b\x9b\x8b\xf4\x80\x59\x81\xc3\x66\x4c\x6b\xe5\xe8\xb9\x4b\xdd\x7f\x9c\xee\xde\xaa\x8a\xf9\x3c\x42\xdd\x0b\xd6\x56\x21\x82\x3f\xcb\xf3\xce\x21\xa4\x61\xa5\xa3\xe7\xb9\x41\xb8\x3b\x39\x48\x22\xb0\xd2\x7b\x0d\xde\xc9\x7a\x1f\x5f\xa9\x8e\x37\xb5\x11\x8d\x00\x07\xe8\x9b\xa3\xb1\xa7\x70\xc3\x87\xc5\x3a\x67\x2a\xba\x3f\x3d\xc0\xb3\xc3\xfb\xc8\x79\xb6\xf0\x3d\x5a\xb8\x3a\x28\xac\x79\x27\x94\x50\xdb\xe8\xc8\x89\xdf\x78\x5c\x92\x8d\x4a\xe4\x02\xbc\x37\x01\x6d\x82\x48\x04\xc7\x96\xca\x73\xec\xcc\xab\xc7\x02\x3b\xd9\x52\x09\x8f\xfd\x51\xd2\x98\xc4\x8d\x80\x5e\x1d\x10\xbc\xeb\x4e\xf9\x6c\xbb\x75\x96\x82\x77\x58\x87\xa7\x8e\x45\x9b\xe8\x3a\xb8\xdd\x4e\x67\x2d\x0c\xf3\x5a\x59\x22\x00\x57\x76\x65\x3b\xdc\xd7\x88\x6d\xfd\x23\x1b\x6f\xbd\x63\x65\xdd\xc3\x25\x07\x79\x0a\x1d\x39\x36\x12\xd4\x6e\xc5\xcd\x31\x45\xc8\x88\xde\xb9\x63\x28\x08\xd8\xc9\xe1\x5a\x42\x77\xbc\x30\x3a\x4d\x61\xd8\x86\xe8\xb3\x4e\x7b\xde\x69\xac\xce\x54\xc4\xb2\x33\x15\xed\x7e\x55\xd6\xd6\x95\xf8\x6e\x77\x52\x0e\xed\x63\xa6\x63\x62\x24\xc5\xaa\x33\x19\x27\x5d\x50\xc4\x71\x8a\x25\x8a\xd5\x30\x51\x2a\xb1\x0b\x08\xbc\xc0\xd5\x41\xc7\xd9\x53\xb3\xac\x6c\xca\x16\xc3\xfc\x7f\xd5\xfd\x6e\x63\xec\xf5\xf7\x6e\xd7\x5d\xbf\x1d\xa5\xb4\x6e\x14\xc4\x7c\xde\xe3\x2f\xc9\xdb\xb8\x9c\xc8\xaf\x7b\x32\x6b\xef\x62\x18\xe9\x22\xd9\x6d\x4d\x34\xa0\xdb\x2d\x25\x84\xb0\xa1\x99\x49\x66\x73\xb9\xdd\x2a\x80\x55\x93\x0a\xd9\x2b\x1b\x0e\x60\x37\xad\x34\xb4\x3a\xe1\x7b\xbe\xf0\xb6\x5b\x01\x78\x4e\xc8\xb8\xda\x4c\xd9\x42\xfc\xe5\xb3\x20\xc9\xd4\x2b\x68\x86\x73\x52\x4c\x8a\x7a\x12\x99\x65\x35\x0f\xc3\x68\x0c\x6e\x5e\x9c\xb8\x28\x9f\x44\x85\x99\x53\x47\x47\x38\x07\xc6\x92\xd2\x28\xaf\xb8\x0f\x43\x78\x8c\x50\x5c\x21\x55\x49\xdd\x76\xbf\x59\x6c\x5d\x20\xc2\x36\xc9\x76\xdb\x8b\x89\x30\x6b\x53\x2a\x68\x24\xda\xa6\x19\x6b\xbb\x4d\x9a\xbd\x2b\x32\xf2\xf2\xee\xe6\x8c\xeb\x4e\x8c\xab\x5c\x32\xea\x91\x79\x1f\xd4\x50\xfb\x9d\x19\x23\xd4\xb3\x8d\x74\xbd\x28\x8f\x8e\xf0\x18\x04\x67\x1a\x27\xe9\x9e\x7d\xa5\x27\xcc\x0e\xd1\x51\x83\x3f\x1b\x94\xf6\x2d\x19\xac\xff\x3d\xf2\x38\x7e\xd2\xce\x46\xe1\xee\x58\x27\xc3\xd5\x15\x59\xa1\x08\x7c\xdc\x0c\x46\x4d\xb1\x92\x1e\xd9\x28\x35\xd5\xe7\xa6\x99\xdb\x2b\xb8\xed\x37\x19\x99\xa3\x1a\x5c\x2d\x89\xda\x75\x48\xed\xda\x4e\x0c\xcf\xcf\xed\xd3\xf1\xeb\xec\xfc\x3c\x0c\xa3\x36\x88\x8c\x4c\xfa\x95\x20\xfa\x3c\x56\x69\x4e\x08\xe7\x7c\x68\x25\xf6\x58\x78\x35\x06\x9e\x2b\xd5\x85\xea\x33\xba\x12\x08\xeb\xec\xdc\xd9\xdb\xb3\xa4\x37\x09\x58\x76\x7e\x1e\xc4\x14\x1d\xb6\x2b\xe2\xbb\xc4\xba\x12\x3d\x16\xb4\x47\x08\x77\x2a\x6f\x44\x19\x6f\xc5\x3f\xc3\x23\x5b\xb2\xdb\xbd\xd2\x48\x95\xd4\x26\x08\x24\xe1\x84\x34\xc5\x92\x19\x9a\xb0\xb8\xa9\x40\xa5\x77\x12\x38\x27\xc9\x49\xf1\x75\xee\xef\x26\x36\x46\x94\x31\x37\xc2\xd0\xe5\x8c\x8c\xeb\x25\x07\x5f\x08\x72\x2b\xa2\x69\x20\xf8\xa9\x58\xdf\x06\x58\x7f\x94\x0a\x7e\x3f\x24\x85\xa2\x06\x22\x56\xce\x1b\xda\x4b\x9e\xb5\x41\x67\x2a\x91\xaa\x0d\x34\x82\x16\x00\x05\xbb\x28\xf5\xd7\x69\xb2\x56\xa5\x34\x51\xcf\xf3\x52\x56\x1f\x7e\x84\x71\x4c\x01\x9f\xa0\xb4\x0f\x5f\x67\xe5\xc5\x8a\x99\xcf\x37\x22\x31\xf5\x80\x3b\x05\xf8\xfa\x81\xde\xbe\x10\xd7\xdc\xff\xf6\x73\xfc\x81\xde\x82\xc5\x01\x17\xf8\x69\x0d\x5f\xcf\x2e\x84\xab\x7c\xc2\x3f\xe4\xc9\xad\xff\xfd\x69\x29\x45\xb9\x58\x02\xe8\x85\xf5\x91\xe0\xd5\xec\xe5\x6a\xad\x18\xb5\xf5\xe0\xa9\xbc\x5d\xab\x2a\x94\xd9\x2f\x5d\x51\x9a\xbd\x48\x54\xe2\x05\xdf\x52\x95\x64\x3e\xa8\xee\xc2\x0f\x49\x59\x98\xdc\xab\xca\xe8\x0f\x3d\xa1\xe1\x5b\x8a\x45\xd5\x8a\x8f\x89\xa2\x5e\x75\xce\x28\xbd\xb4\xa5\xea\x4f\x97\xe4\x4c\x25\x79\xee\xe0\x65\xb1\xa6\x76\x04\x3f\xb1\x15\xf5\x46\xe9\x67\x91\x97\x2b\x3f\xbb\xcf\x09\x53\x2e\x8f\xd3\x9c\xa5\x97\xf5\x57\x63\xa4\x8c\x97\x9c\xb7\x94\x97\xa6\x9f\x44\x79\x91\xd3\x3a\xc1\x0b\x99\x2c\xaa\x0f\x47\x3d\xe6\x5b\x51\x59\x87\x6e\xec\xc8\xea\xc0\x1b\x9a\x5c\xd1\x2a\xf4\xfe\xca\xc3\xab\x7b\xea\x85\x14\x66\x08\xdf\x8a\xb2\xa0\xd5\xd0\x57\x21\xbf\x92\x00\xac\x0b\x84\x60\x5d\x08\x04\xdf\x0a\x3f\xf4\xde\x92\x9c\x09\x5c\xf9\xe9\x7e\x5a\xfb\xdf\x7e\x29\x67\xa0\x64\x66\x3a\x57\x94\xe9\xf2\x14\xf6\x7c\x75\xd8\xb5\x1e\x02\x55\x79\x10\xaa\x9b\x65\x5c\x50\x9a\x11\x58\x52\x9b\xfc\x83\x71\xd1\xe8\x65\x68\x21\x55\xb3\x6d\xb8\x6e\xa3\x05\xd4\xad\xb4\x80\xaa\x5c\x1b\x76\x2d\x75\xc1\xab\x66\x7a\xdb\xda\x6f\x85\xaa\xea\x50\x37\xf8\x8d\x28\xda\xe0\x19\xc2\xe7\x96\xa5\x24\x60\x79\xec\x07\xaa\xa9\x38\x5d\xb2\x3c\x93\x54\xd7\xb5\x92\xc4\xd6\xdf\xc6\xcb\xe4\xcb\x8c\xa9\x04\x3c\xf7\x06\x19\xd3\xc5\x67\x32\x59\x2c\x2c\xc4\xf9\x4e\x0c\x96\x6a\x95\xbf\x82\xc9\xce\x74\x3f\x82\x95\x50\x1c\x48\x3a\xd7\x7f\x05\xe0\x1a\x37\x1b\x38\x50\xc9\x05\x38\x09\xd5\x9f\x4c\x19\x90\x4c\x78\x91\x1b\x6a\x2f\xd6\x34\xcf\xc1\x1a\x47\x80\x03\xae\xab\x32\x43\xf8\x14\xaa\x7d\x2e\xf0\x85\x40\xf8\x06\x02\xa7\x02\x6c\x7c\xcb\x95\x8e\xbf\xae\x41\xc6\xfd\xa3\xae\x83\x00\x1a\x5c\x95\x66\xe2\xaf\x25\xcd\x0d\x63\x2a\x64\x1a\xe0\x00\xdc\x45\xea\xb4\x97\x90\xf6\x5a\xa7\x5d\x8b\x02\xbc\xa7\x22\x7c\x56\x67\x58\xc0\xf0\xcf\x10\x7e\x59\xc3\x8c\x4f\xc0\x19\xc2\xaf\x6b\x58\x26\xae\xb9\x2d\x61\x69\x1a\xae\x7f\xde\x98\x9e\x80\x07\x6e\xe8\x91\x1c\xba\x40\xef\x88\xf4\xc7\xed\x1a\xb2\x79\x51\x67\x93\x94\x4a\x38\xae\xec\xec\x96\x04\xd8\xb4\xd4\xfc\x3c\x33\x92\x5f\x26\xf0\x92\xa7\x9f\x74\x26\x26\xf4\x96\xaa\xa5\x70\xe8\xef\xc4\xcf\x49\xce\x2c\x13\xd1\x80\x4f\x8d\x62\x71\xdd\x8a\x4f\x50\xfc\x0b\x28\x3e\x4d\xe9\x5a\xe3\x24\x39\xfc\x2d\x95\x38\x4d\xd6\x4c\x25\x39\xfb\x83\x3a\x80\x58\xad\xf5\xc6\x13\x68\x07\xcc\xa6\x18\xe2\xe0\x86\x70\x6c\x55\xab\x81\x00\x05\xcd\xb7\x22\xd3\x71\x39\x2b\x34\x68\x95\xdc\x98\xbf\x6f\x60\x29\xd4\xdf\x8c\x9b\xbf\x35\xc4\xc8\xe2\xeb\x54\xeb\x44\x29\x2a\x35\x82\xaf\xe6\xa9\x7b\x33\x01\x6f\xbc\xf0\xf9\x7b\xc9\x24\xad\xc7\xb7\x50\x54\x0f\x7f\x61\xaa\xdd\x68\xb1\x37\xf8\x1f\xbd\x96\xb7\x9b\x9a\x8a\xbc\xe8\x6b\x58\xab\xda\xd5\xf7\x9f\xa9\x9b\x14\xd7\x3a\x4f\xf0\x2e\x3a\x43\xf8\x43\x5d\xbc\xcb\xbc\x6e\x75\x95\x6c\x86\xf0\x5b\x8f\x1e\x81\x93\x41\x6e\xd5\x00\xbe\xab\xa3\x53\x9a\xe7\x1f\x8c\x26\xae\x6e\x03\xcd\xf3\x33\xa3\x97\xaf\xf1\xde\x08\x72\x2a\xf0\xb3\x1a\x5b\x8a\xeb\xb3\xb5\xb1\x2e\x91\x0a\x43\x8b\xaf\xbc\xbc\x44\x6e\x63\x97\x60\x51\xaa\x30\x2d\x68\xa7\x78\xee\x55\x4e\x47\xcd\x10\x7e\xdf\x05\x7d\xe7\xd1\x38\x10\xd9\xe9\x32\x91\x05\xd0\x63\xe2\x28\x9a\x56\xd4\x5c\x7f\xad\x1c\x4d\x73\x9f\x9e\xed\x14\x9a\x21\xfc\x87\x97\x6f\x9e\x8b\x6b\xa0\xdd\x5c\x5c\xbf\x2a\xf3\xfc\xcc\x38\x88\xb7\x90\x0f\xc9\xed\x0a\x0e\x13\xf0\xaa\xe4\xa0\x9f\x2a\x33\xa0\x29\x70\xc3\x62\xdd\x20\xde\x15\x48\x32\x83\xbf\x1e\xcd\xcf\xa8\x94\x54\x7e\x10\x39\x03\xe4\x22\xe1\xd9\x85\xb8\xa9\x89\x4e\xa6\x2f\x44\x83\xbb\x7c\xf6\x6b\xa7\x33\x4c\xa5\x28\x8a\xf7\x92\x2d\x18\xf7\xcb\xa9\xd2\x9f\x41\x8f\xe8\x45\x2f\x59\xfb\x19\xfd\xa4\x87\xae\xde\x9b\xff\x5b\x74\x2e\xce\x5a\xbb\x50\x85\xb0\x04\x2f\xbc\xe0\x40\xb5\xe9\xd0\xf2\x84\xd5\x97\x5a\xcc\x6d\x43\xe1\xa4\x3b\x3b\x19\x44\x03\x11\x86\x6a\x5a\xcc\xb6\x5b\xfd\x51\x9d\x58\x0b\xf4\x0d\x19\x6d\xb7\xe0\xbc\xbb\xbe\x44\x03\x69\xef\x00\x75\xe0\x89\x64\x1a\x8e\xb6\x5b\x1e\x86\x47\xfa\x6c\xfc\x05\x5b\x5e\x75\x31\x68\xbb\x8d\xe4\xb4\x98\x11\xea\xbf\x4e\x18\xb1\x80\x9f\xc5\x49\xc3\xca\x8c\x2f\xe4\x51\x39\x6b\x26\xd4\xfa\x14\x5b\xb2\x02\x8e\x78\xdb\x2d\x5c\xff\xb5\x85\x2d\x3a\x3d\xa8\x77\xfb\x95\xfb\x1f\xf1\xb5\x84\xdd\xfe\xb7\xb6\xab\xa7\x62\x86\x76\x91\xc4\x9e\x27\x33\x98\x23\x2d\xb1\x66\x3d\x8c\xa0\x78\x5b\x69\x5f\x55\x3b\xb9\x05\x55\x67\x3c\x59\x17\x4b\xa1\x9e\xd3\xb9\x90\xf5\x1e\x4f\x52\x6e\xd8\x46\x57\x20\xda\x07\x7a\xf2\xd0\x9a\x26\xe4\xae\x88\x14\xa6\xc8\xaf\xd2\xb0\x9b\x43\xeb\xba\xdb\x9c\x54\x4b\x88\x3a\xf5\x04\x92\x75\x6c\x25\xaa\x8c\x76\x7b\x33\x85\x56\x76\xaf\x88\x0b\xaa\x1a\xb9\xdd\x2d\x99\xdd\x9f\xbb\xd7\x3e\xbf\x80\x4a\x2a\xe5\xcf\x96\x61\xa4\x27\x4c\x9a\x73\x73\xa9\xad\x17\xd2\xc2\x3f\x18\x8e\xb0\x3b\xd2\x7b\x08\x6e\xec\xe9\xd7\xea\x84\xba\x89\xc1\x49\x37\xa7\x29\x9d\x9d\x70\x77\x5f\x1e\x86\xd5\x67\x84\x76\x5d\x64\x27\x0a\x6a\x27\xa1\xb9\xab\xaf\xdd\x1c\x78\xf4\xe4\xef\xc0\x36\x0b\xaa\xe2\x66\x2f\xd8\xe7\xfe\xf3\x0a\xcb\x79\xa7\xbb\x5f\xcd\x83\x68\xb8\x19\xe3\x1d\xfa\xbf\xe8\xfe\x90\xde\xd0\xd4\x74\x91\x67\xac\xba\xa1\xca\xd2\xce\xce\x3c\x82\x38\x65\xec\x09\x9d\x8e\x67\x71\x10\xec\x1a\x52\x5e\x35\xf6\x0e\x53\x5e\xae\xa8\x04\x47\x42\x83\x31\x4e\xc1\x3e\x45\x69\xc3\xa3\x1d\xfa\x33\x0d\xf6\xfb\xa9\xdb\xe6\x66\xc9\x1e\x6a\xf5\x0c\xd1\xe8\xe7\xe9\xac\x6f\xd4\xff\x99\x7a\x26\xc5\x2d\x4f\xbf\x54\x43\x40\xaa\xeb\x06\x41\x70\xd4\x9c\x1b\x3d\x00\x57\x3d\x9f\xe4\x8c\xca\x9e\x97\xa0\xba\xfb\x32\xc1\x7f\xa6\xfa\xe6\x42\xf3\x4b\xf5\xa7\xf6\xba\x2a\x6a\x84\xa1\x05\xf3\x3f\xd7\x02\x93\xa2\x6e\x82\x09\x7f\xb9\x0d\x3e\x3f\x38\xb7\x5a\x66\x1f\xe9\x7c\xcf\x3d\x5c\x53\xd8\xd3\xe1\x7b\x15\x77\x10\x90\xea\x6c\xc1\x8c\x73\xe9\x2e\xb0\x2e\x8b\x7b\xce\x9d\xe9\x8c\xf0\xde\x3c\x9a\x3c\xac\x87\xa1\xb6\x9f\x19\x3b\x56\xf1\x30\x05\xbf\x0b\x5d\xb5\x94\xb6\x36\x4a\x3f\xf7\xeb\x55\x50\xd9\xc3\x28\x7b\x55\x55\x9a\x0d\xb8\x4e\x24\x7f\x61\xad\xb9\x33\xc1\x8b\xae\xf4\x48\x35\xf3\xbd\x85\xa2\x27\x93\xb7\xa5\x2a\x93\x3c\xbf\x7d\x79\x93\xe6\x65\xc1\x5a\xae\x50\xff\x4a\x4e\xa7\x82\x3b\xff\x3e\xf9\xed\x47\xbb\x1f\xd6\x04\xde\xf5\x64\xfb\x67\xb3\x6d\xf5\x4c\x6b\x8c\x2c\x83\x2d\x2e\xd9\xda\xc7\xfa\xa8\x47\xbd\x34\x6f\x48\xa0\x9f\xb3\x5f\xff\x06\xf7\xe8\xee\x84\x61\xe4\x69\xef\x80\x63\x3d\x39\xac\xf2\xf7\xc4\x6c\xbe\x15\x4d\x99\x4c\x50\xaa\x92\xa0\x0c\x7b\x12\x89\xed\x56\x56\x3a\x57\x7d\x77\x9d\x58\x7d\x41\x1b\x54\xed\xd3\x06\x95\x70\xb9\x2a\x7d\x39\x17\x85\x10\x16\x03\x63\x58\x9c\x12\xd1\x8e\xa2\xbe\x32\xd6\x0f\xa2\x25\xe2\xa9\xab\xf3\xbb\x20\x51\xf4\xb3\xd0\x74\x3e\xfd\x17\x9f\x91\x31\xfe\x59\x4c\xbf\x77\x1f\xbf\xba\x8f\x5f\xdc\xc7\x8f\xee\xe3\x37\xf7\xf1\xd9\x7d\xfc\xe0\x3e\x7e\xb7\x1f\x5e\x97\xfd\x26\xfc\x37\xf2\xdf\x85\x9e\x98\xba\xf8\x1f\x05\x70\xad\xcf\x34\xb9\x7c\x9b\xac\xf1\xaf\x8d\x60\x9d\xfc\x5f\xa2\x61\xbc\x92\xfc\x28\xc0\xd5\x3d\xad\x95\x0c\x89\x98\x88\x43\x15\x8f\xf1\x8f\x20\xab\x08\x1a\x73\xd8\x68\x85\xff\x22\x88\xb4\x42\x1b\xf6\xaa\xcd\x5e\x73\xfb\xae\x4f\x44\xcd\xb9\xe4\xb0\x2c\x2a\xcc\x5f\x04\x3a\x01\xc0\x4b\x30\xec\x15\xb5\xad\xd7\xc1\xeb\x35\x91\xca\x6d\x9b\x69\xbf\xe5\x3a\x4b\x56\x20\x0d\x28\xc3\x70\x30\xf2\x76\xda\x11\x27\xf2\xcf\xd8\x9b\xb2\xf7\x0c\x70\xed\xf0\x11\x8c\x8c\xd9\x87\x39\x9c\xe0\x02\xe7\xb8\x24\xd2\x33\x04\x10\x89\x2f\xd8\x8b\xb4\x1e\x0c\xe5\x47\x3a\xdf\x63\x29\xd3\x55\x7a\x53\x92\x06\xba\x8b\x38\x69\xbd\x39\x57\x3d\xf8\x6b\x7b\x78\x8c\x93\xf6\x8d\x77\xb7\x18\xf7\x29\x3c\x4a\xbd\x4f\xf6\x7c\x61\x7e\xb0\x65\xea\x9d\x68\xe3\xc2\xae\x2f\x35\xbf\x3b\xb5\xbd\xd0\xee\x4b\x29\xbe\x98\xf2\xa7\x75\x5f\x3a\x79\x47\xba\x1d\xfe\xd5\x11\x22\xb8\x2c\xd9\x81\x28\x28\x49\x87\x5e\x1f\xe0\x04\xc2\x5e\xbb\x70\x01\x10\x5b\x57\x9c\xbb\xd0\x4f\x6b\x2b\xc7\x44\x94\xc4\x09\xe1\x12\x17\x44\x48\x9c\x13\x29\xad\x18\xfd\xbf\x44\x54\xe2\x71\xd5\xe1\xd9\xd7\x64\x1c\x86\x51\xd9\x7d\xe6\x0e\x56\xba\xf8\x0c\x6e\x3d\x19\x88\x4f\xf5\x21\xad\x4d\x9d\x0c\x5a\xb2\x17\xed\x92\xde\x1a\x94\xe2\x2e\x94\x72\x1d\xe0\x5c\x23\x20\xdc\x51\xff\xeb\x4c\x06\x7a\xc7\x64\xf0\x26\x54\x77\x32\x18\x17\x64\x91\xed\x8a\xa3\x31\xd8\xb3\x28\x7b\x1f\x4b\xfb\xfa\xa0\x17\xaf\xb7\x1b\x7a\x31\x3b\x3d\xb1\x0f\xab\xee\x8c\xdd\x6e\x87\xf0\x54\x61\x3a\x33\xda\xa0\x54\xf6\xd9\x37\xd0\x9c\x69\x28\x85\xd0\x0b\x1c\x82\xdd\x83\xa7\xd3\xaf\xa4\xe1\x8b\xa5\x8a\x06\x63\x4c\xed\x23\xae\x26\xb7\x5a\x51\xd8\xa2\x98\x36\x07\x03\x42\xe8\xd0\x36\xeb\xd3\xed\x9a\x86\xe1\x1d\x69\x85\x4d\xab\xb9\xf7\xf0\x7a\xc9\xd2\x25\x32\xf8\xa3\x7e\x7c\xf9\x17\xf1\x99\xfc\x5b\x8f\x80\x56\x22\xac\xeb\xb0\xdd\xb3\x8e\x56\xfb\x53\x3d\x08\xd0\x50\x49\xb6\x8a\xdc\x24\x09\x82\x06\x7f\x35\xa6\x56\x64\x67\xad\xd8\xa4\x65\xa1\xc4\x8a\xfd\x61\xf6\x5b\xf1\x86\xf1\x53\x0b\xa1\xd2\x22\x19\x2b\x99\xc6\xc0\x5f\xbc\xd9\xe1\xa6\xaf\xfd\x78\xa3\x87\xba\x1e\xb5\x42\xfa\x12\x6d\xed\x29\x61\xd6\x1f\x30\x20\x1e\x8d\xd0\x74\x3c\xeb\xd1\x3e\xa9\xfc\xc6\xf7\xb4\xf9\xf0\x10\x3c\xd4\xef\x22\x84\x45\x73\x2d\x4b\x24\x1a\x36\x1b\x03\x5e\xb3\x7b\xda\x53\x6b\x8e\xf4\xaf\x7c\x4e\xe8\x6f\xbb\x7d\xa3\x9c\xb7\xfd\x88\x37\xa6\xb7\x89\xab\xfc\xec\x47\x1c\x74\xad\xc0\x8a\x4d\xcb\x42\xa3\xde\x4b\x09\xab\x10\x2d\x71\x29\xc9\xd4\x9a\x09\xb5\xaf\x11\x45\x30\xab\xfb\x2e\x95\x95\x63\x15\xe6\x04\x42\x22\x41\xc4\x76\xbb\x81\x4e\x8f\x83\x00\xcf\x19\xcd\xb3\xa2\x32\x66\x37\x84\x08\xcd\x31\x87\x26\x06\xa7\xb5\x35\xab\x62\x52\xca\xb8\xc0\x19\x91\xc3\xb9\x90\xd7\x89\xcc\xf4\x46\xbc\x6e\x6b\x55\x4c\x61\xfa\x52\xc7\x22\x9c\x91\x42\x46\x29\x4e\x40\x3f\xc9\xf8\x52\x2e\xf0\x9c\x44\xd9\x30\x63\x12\x97\x51\x06\x2f\x12\xd6\xc5\x78\xc6\x64\x30\x43\x08\x2f\x09\x9f\xf0\x48\x38\x17\x6f\x78\x45\x0a\xb7\x92\x86\x61\xf5\xa9\x8f\xee\x49\xba\xa4\x19\xbc\xda\x82\x20\xd9\x74\x86\x17\xce\xdb\x39\x48\xc7\x0d\x2a\xec\xed\x76\x3d\x20\x64\x35\x1d\xcf\xb6\xdb\x05\x7c\x1d\x5b\x19\xac\xab\x3e\x66\xf2\xd2\x6c\xc4\xd7\x78\x81\x76\x27\x57\x9d\xa2\xc8\x14\xe2\x66\x58\x47\x71\x01\xf6\x88\xde\x5f\x51\x29\x59\x46\xcf\xcf\xc9\x60\x1d\x86\x83\x05\xae\x0a\x27\x57\xbb\x5a\xc3\xa8\xe1\xad\x9d\xe2\x3c\xda\x48\x3a\x8f\xd9\x0e\xcf\xf1\x12\x0b\x6c\x7c\x40\x17\x71\x95\x58\xd3\x28\x42\x27\xd9\xd0\xb3\x43\x44\x02\x28\x32\x0b\x0e\x23\xea\xc3\xb7\x5b\x3a\xe4\xc9\x8a\x1a\xf9\x87\x35\x61\x13\x39\x5c\xd1\x95\x88\x32\x14\x57\xb6\x6f\x1b\x39\x85\x61\xb4\x6e\xe4\xdc\x88\x45\x78\xdd\xf2\xa7\x3c\xad\xdc\x49\x93\xd1\x8c\x04\xf6\x3b\xc0\x3a\x82\xad\x92\x05\x25\xe3\x19\x09\xe0\xcb\x00\xad\x00\x1b\x19\xd3\x47\x33\x12\xbc\xf0\xf1\x5f\x1b\xfc\xd1\x68\x34\xd2\x89\x20\x18\xec\xa2\x5c\x6e\xb7\x51\x2e\x6b\xbf\xc1\x99\xc4\x6b\x49\x02\x56\x7c\xfc\xf4\xc6\x33\xbd\x31\x97\xfd\x5e\x0d\x6b\x73\xc0\xc0\xc3\xa5\xca\x51\x2d\x35\xa3\x40\x66\xb8\x4a\x91\xc9\x6a\x2b\xa6\xa2\xb5\x44\x27\x56\xa9\xa7\x61\xae\xa4\xe7\xb4\x5b\xdb\x17\xfe\x51\x45\xe8\x04\x6c\x76\xb4\x3d\x0d\xb6\x3c\xeb\x33\x19\x60\x3a\x09\xa4\xca\x83\x38\xc8\x95\x0c\x40\xda\xa4\x47\x74\x17\xa4\x07\xbd\x2d\x6f\xcb\xcc\x33\xdf\x6e\x3b\xae\x4d\x0b\xe7\x50\x11\xab\xa6\x0d\xd8\x68\x2d\x75\xa1\xe3\x20\x0e\x46\x01\x3a\x39\x8d\x32\x49\x28\xda\xe9\x9f\x60\x0c\x67\xba\x46\x3b\xbc\x7e\x09\x43\x1e\x86\x80\x0f\x55\x86\xba\x80\xc1\x14\xdd\x54\xfd\xdb\xf2\xa4\xa8\xdb\x87\x74\xd5\xee\x76\xb8\x08\x68\xc8\xdd\x82\x0f\x06\x99\xac\x57\xb9\xa5\xbc\xcb\x92\x8c\x1e\xd6\xb9\x04\x2f\xaa\x11\x25\x84\xfc\xca\x27\x94\xfc\xc2\x63\xfd\xfd\x0b\x07\xe0\xaf\x1c\x8e\x72\x20\xfb\x23\xc9\x08\x2f\x64\x47\xc0\x67\x21\xc3\x70\x21\x6b\x11\x9f\xfa\xbb\x8f\x6f\xaf\xe4\xe1\xa1\xa3\xc2\x2b\x89\x6f\x25\xbe\x90\xf8\x5c\x92\xe0\xfc\x5c\x52\x75\x95\xe4\xe7\xe7\x1e\x41\x9e\xca\x1e\x11\x1f\xa7\x8d\xa4\xe0\xc0\xa6\xcf\x6e\xc6\xe8\xd2\x08\x4b\xb2\x92\x9d\x25\x8b\xe1\xc4\xb2\xd1\x06\x9d\x26\x61\x18\x25\xe6\x8e\xc5\x2d\x7a\x2c\x35\x66\xd0\xf6\x58\xfd\x09\x43\xd6\xc7\x9b\xdc\x54\x60\x51\x82\x4e\xc4\xe1\xe1\x89\x95\xf3\x05\x67\x5a\xc6\x21\x7d\x4a\x4a\xcf\xea\x62\xa9\xe7\xcc\x04\xfe\xc6\x73\x09\x2c\xbd\xda\x54\x9e\x26\xe9\x92\xf1\x05\x9c\xd5\x34\x4f\x35\x5e\xbb\x56\x12\x37\x1a\xab\xeb\xdc\x4c\xa0\xe7\x37\xb9\xd6\x87\x02\x86\x30\x7c\xe5\x38\x41\x08\x0f\xb2\x30\xcc\xa7\xe7\x72\xa6\x11\xf4\x6f\xbd\xfc\xb0\xc9\x66\x17\xbf\xe0\xd1\xb4\xb7\xb1\x13\xdd\x9c\x98\xcd\xf0\x46\x57\x73\x30\x48\x71\xaf\x15\xb4\xb8\xd3\x79\x93\x47\xb5\x29\xd7\x6c\xbb\xe5\x87\x87\x08\xf3\x6f\x22\x6a\xdc\x70\x9f\xb1\x3f\xe8\x76\xfb\x68\x64\xcf\x8f\xeb\x96\xd1\xed\xc2\x1d\x1c\xd7\xde\xf4\x5c\xbb\x7d\xd2\x7a\xef\xee\xbc\x70\x28\xc5\x90\x72\xe8\x16\x77\xcf\xa3\xfb\x87\xbe\x2a\xf3\xdc\x5a\x56\x05\x8d\x4b\xdf\xa6\xaf\xe1\xfb\xc5\x41\x22\xe9\xc1\x05\x65\x7c\x71\x20\x69\x9a\xe4\x69\x99\x83\xcb\x42\x25\xc4\xc1\x1c\xd4\xcc\xb8\xca\x6f\x87\x07\x90\xdf\xc1\x8a\x15\xc5\x81\x4c\x14\x3d\x60\xc5\x41\xe5\xb8\xf3\x30\x18\x06\x08\xbb\xdc\x95\x4c\xf4\xfc\x00\x0f\xe4\x39\x4d\x24\xf8\x7c\x1d\x75\x46\xce\xd3\x3e\x83\x01\xf2\x0c\xed\xdc\x34\x67\x6f\x53\xe8\xbf\xb8\x66\x9a\x29\x51\xb4\x49\x93\x82\x1e\x38\x7f\x0b\x66\x7b\x79\x7e\x5e\x09\xfc\xeb\xf9\x04\x18\xba\x67\xeb\x78\x1d\xd2\x51\x76\xb9\x89\xab\x4d\xab\x3e\x2d\x62\xd0\xa4\x8a\x14\x18\x85\xd2\x13\x59\x61\x4b\x7d\x3a\x4a\x9f\xaf\xfd\xad\xf4\xb5\xac\x0d\xd9\xf5\x90\x92\x55\xd8\x6a\x2f\xf8\xa8\x69\x31\xad\x8b\xd0\xb1\x9e\x46\x09\x74\x88\x98\xf2\x99\xd5\xad\xb1\x10\x55\x1b\xf3\xea\xde\xad\x29\xd4\x34\x23\xdc\x55\x1c\x30\x77\x66\x36\xab\xa9\x9c\xd5\xf6\xa3\x68\x77\xa9\x4e\xa9\x3e\xbe\xc0\x4a\x6d\x3e\xcd\xc2\x9b\x0a\xae\x12\xc6\x61\xa9\xb6\xdf\x2e\xe2\x8a\x4a\x72\x0c\xe0\x2b\x87\xcd\x05\xa7\xe4\xc1\x8c\x58\x03\xd9\x75\xbe\xa7\x80\xfd\xb0\xca\xfc\xb4\x4e\xe3\x00\xa6\x9c\x47\x1e\x8a\x29\x6d\x17\x5d\xe9\x55\xfe\xca\xac\xf2\xb8\x5d\xef\x3c\xe1\x59\x91\x26\x6b\x0a\x55\xaf\x42\x26\xef\xb5\x90\x4a\x26\x4c\x41\xf5\x5d\x20\xd8\x45\xb7\x3a\xc7\xdb\x3d\x39\x72\xa1\x8c\x40\x1c\xe4\x58\x85\x4c\x8e\xb9\x89\xd1\xf9\xe5\x1e\x18\x9c\x38\x42\x6f\x50\x23\xfa\x57\x01\x6d\x56\x0f\x5c\x94\xcd\x6c\x17\x5d\xe8\x3a\x5c\x78\x7b\x97\x4b\x49\xb8\x8a\xd0\x04\xf6\xc4\x6f\x92\x5b\x51\x2a\x73\x4c\x88\xbd\x23\x43\xbd\x84\x9c\xfd\x13\x07\x3d\x73\x96\xb1\x92\xc7\x4d\x8b\x59\xbc\xbe\xb7\x6d\xf9\xa6\xbd\xd3\x46\xdd\x3e\xa6\xab\x50\xcc\x8c\x07\x1e\xcf\xfe\x1f\xc2\x60\xf3\x96\x7a\x96\xcd\x60\x49\x7e\x29\xc9\xa9\xe6\x2b\xaf\x25\xb9\xff\x7f\xc3\xe2\x6a\xf1\xaf\xfb\x0c\x6a\xfc\x42\xee\x3b\x54\xf8\x4a\xab\xf5\xa1\x42\xf8\x01\xd6\xaf\xfd\x34\x34\xd2\x8e\x8c\x2f\xe0\x80\x68\x84\x0d\xc1\xd6\xa1\x89\x00\x9d\x73\x2b\xd3\x89\x13\x42\x87\x85\x4c\x71\xe1\x1f\x29\x2f\x64\x4d\x34\x7a\x95\x2a\xa6\xa3\x19\x2e\x49\xa1\x0f\x9a\x97\xb2\xb1\x5b\x28\x9b\xc8\xfa\xf8\x96\xcc\x10\xde\x77\x28\xd4\x4b\x86\x9f\x20\x0c\x55\x7d\xbe\x89\x12\x2f\x38\xe4\x89\x2a\x65\x92\x7f\x66\x99\x5a\x7e\x33\xea\x89\xf9\x0e\x24\x2e\xbe\x19\x6d\xb7\x75\x54\x6a\x05\x9a\xc2\xf0\xb5\x1c\x2a\x5a\xa8\x28\x41\x28\x0c\xa1\x96\xb9\xab\xe2\xfe\xea\xf5\xc9\x35\x6c\xb7\x3c\xca\xa1\x61\xf9\x0c\xd9\xeb\xcc\x7d\x64\x46\xab\x2c\x1a\x2e\x03\xb6\x5b\x11\x51\x84\x93\x76\x45\xf0\x34\xc1\x62\x86\xe0\x64\xf9\xa5\x0c\x99\x97\x21\xdb\x6e\x99\xce\x10\x72\x83\x59\x88\xec\xb9\xd9\x92\xdd\x34\xc7\x29\xce\x66\x3b\xcd\x85\x11\x4e\x08\xd3\x03\x58\x10\x36\x1d\xeb\x71\x64\xd3\xe3\x19\x4e\x09\x08\x9e\x7c\x16\x78\x6a\x45\x53\x2a\x19\x96\x99\xd9\xe9\x68\xb2\x58\x13\x3a\x4c\x72\x85\xe7\x84\x0e\x01\x0b\x2f\x09\x1d\x1a\x3c\xbc\xd2\x48\x20\x20\xf1\x2a\xc9\xe8\x6b\x8e\x17\xf5\xa6\x65\xb5\xdd\xae\xf0\x55\x85\x00\x92\x97\x3f\xb3\x82\x5d\xe4\x14\xdf\x12\xea\xbd\xef\x5c\x10\x7b\x7c\x7a\xc5\x14\x3e\xd7\xa7\x16\x91\x53\x7c\x4a\xe8\x70\x95\xdc\xb0\x15\xfb\x83\x82\x7e\x34\xbe\xd1\x99\x99\x53\xf4\x35\xb1\xde\x97\xf0\x25\x31\x2c\x8c\xf1\x05\x3e\xeb\xd1\x60\xb1\x13\xd9\xcd\x19\xa5\x3b\xa3\x9e\x41\x27\xde\x2e\x73\xbb\xad\xa7\x72\x87\x46\x0d\xc4\x8e\x9b\x26\xd4\x0a\xb5\xbf\x48\xe9\xb7\x89\x55\x7d\x97\x54\x7d\x57\xef\x70\xe1\xa0\x06\x4b\x8e\x71\x1a\x55\x9d\xd7\x6a\x18\xd8\xf2\xf0\xab\x00\x7b\x4d\x42\xae\xa4\x41\xda\x6e\xab\x10\x2c\x31\x75\xd8\x5f\x78\x3a\xd0\x2b\x2a\xc1\xea\x64\x35\xff\xbc\xdb\x7c\x73\x9b\x61\x4d\xe4\xb2\x79\x54\x90\xae\xb9\x0c\xd6\x67\x43\x23\x09\x43\xbd\x1f\x6e\x17\xde\x81\x5e\x51\x39\x61\xf7\x93\xfa\x05\x61\x98\xe6\x0c\xe4\x46\x32\xb5\xbc\xdf\x86\x9a\xa9\x8e\x79\x2f\x73\xb8\xdf\x01\x5b\xce\x50\x99\x72\xbf\x95\xf5\xb2\xba\xab\x61\x6e\x01\xdd\x55\x83\x57\xb1\x6d\x8f\xad\xe3\x6a\xb0\x35\x5e\x82\x05\xe6\x08\xbf\x24\x2f\x65\x74\x83\x37\x40\x85\xf1\xb5\xe7\x1e\xe1\x16\xc3\x58\xc7\x73\x6c\x46\x3a\x5e\xe2\x06\x1d\xc7\xa7\xd8\x9f\x33\xf1\x02\x77\x67\x48\x7c\x85\x59\x61\x88\x2f\x4e\xfc\x81\xdf\x6e\x93\x0e\x71\xf6\x4e\x31\x56\xbc\x71\x0d\x8e\xcf\x08\x21\x7e\x0f\x60\x56\x9c\xc2\x28\xc4\x17\x3e\x41\x54\x60\x3b\x64\xcd\x58\x0b\xf4\x90\xae\xda\x19\x00\x48\x23\xb4\xd2\xd7\x29\x1b\x69\x2c\xf6\x3b\xc1\xa9\x83\xe9\x5d\x16\x66\x05\xac\x4c\xae\xe1\xc0\xde\x00\x4f\xbd\xb6\x33\x2a\xae\x66\xed\xc5\x0e\x9d\xec\xb9\x5e\x0a\x32\x76\x15\xe0\x4d\x3d\x30\x2f\xe1\x86\x1c\x03\x0b\x89\x37\xed\x41\xda\x61\x49\xe7\x31\xdf\xe1\x4e\x3e\x6c\xb5\x08\x30\xb8\xb3\x48\xf1\xc6\xac\xa0\x71\x81\xed\xfa\x19\x97\xf8\x92\xde\xc6\x81\x71\xf9\x64\xae\x71\x0e\x81\x75\x6e\xb7\x41\x80\xfd\xd2\x81\x1f\x40\x29\x67\x32\x12\x58\x21\x5c\xc8\x34\xce\x70\x92\xab\x78\x8d\x35\xd3\x8b\xcf\xb1\xe5\x65\xf1\x25\x18\x8a\x47\xe8\xe4\x85\x6c\x5e\x7e\x41\x11\xcf\x93\x82\x06\xb0\x14\x7d\x92\x64\xa3\x9b\x15\x07\xab\xe2\xc8\x14\x8f\x75\xf8\x6d\x83\xe4\xaa\xc8\xa3\xa3\x06\x2d\x06\x18\x2a\xe5\xc5\xdb\xdb\x2b\xf8\xb1\x44\xd2\x8a\x3c\x3a\x72\xdb\x69\x83\x64\x07\xbb\x8b\xe5\x36\xd7\x16\xed\xaa\x37\x2b\xb3\x6d\xf6\x8a\xdb\x9f\x5f\x63\x13\xdd\x4c\xd2\x9f\xb7\xbf\x31\x07\x18\x90\x5a\x07\xcf\x6c\xed\x21\x50\xcf\x99\x0e\x96\xb7\x11\x07\xc8\x07\xcb\x3b\xba\x98\xf5\xb6\x1c\x7f\x94\x24\x95\xd1\x0b\xd9\xb4\x8b\x6b\xae\x44\xfc\x25\x90\x57\x2b\x84\xa8\x57\x57\xd9\x59\x01\xf5\x42\xe2\xf8\x82\xd9\xb8\xf9\x8b\x6f\xd1\xbf\xd8\xe6\x26\x51\x35\xf9\x4b\x08\x9b\x9e\xc3\xa9\x09\xd8\x19\x9a\xd9\x90\x9e\x98\x6b\x0f\xcd\xc5\xcf\x1b\x30\x8d\xb5\x04\x88\xee\x57\xd8\x0c\xd8\xa9\x8b\x17\x16\x5c\xcd\x58\xd8\x09\x98\x15\xfb\x96\x9c\xa9\xe8\x93\xc4\x57\x08\x5f\x90\x8d\x53\x64\x8a\x83\xe4\x02\x04\x33\x68\x80\x73\x3a\x57\x71\xf0\x68\xf4\xdf\x07\xf7\xff\xe7\xe0\x7f\xb9\x98\xe7\x6c\x7d\xf0\x3f\xf7\x03\xac\xc4\x1a\xe0\x01\x06\x35\x83\xb9\x90\xab\xb8\xd6\x38\x88\x8e\x1e\x8d\xfe\x1b\xeb\x3f\x28\xd8\xe1\x73\xb8\xb0\xc0\xa7\xa4\x5a\x65\xcf\xdd\xcd\x0e\x21\xe4\x7c\xc8\x93\x2b\xb6\x48\x94\x90\xc3\x55\xf1\x36\xb9\x01\xf5\x10\x78\x64\x2d\xf0\x0d\x58\xfa\xda\x6e\xb3\x30\x1c\xe4\x13\xcb\x29\x82\xf1\x48\x17\x6c\xd9\x05\x88\x98\x07\x3b\xc7\x46\x4c\xb0\x8a\x04\x54\x67\x89\xc8\x4c\xcf\xe9\xad\xe1\x3e\x57\xc6\x3b\xd7\x70\x45\x33\x56\xae\xf0\x46\xf7\xe2\x3c\x17\xd7\xb1\x53\xc0\xd8\x61\x19\x86\x16\xbb\x31\x89\xf1\xa6\x91\x3d\xf6\xab\xb5\x9b\x61\x16\x86\x49\x18\x0e\x8a\x30\xfc\x17\x1d\xce\x81\x22\x1e\x8e\x46\x38\x2a\xb7\xdb\x74\xbb\xcd\xb6\xdb\xf5\x76\x3b\x47\x61\xe8\xf5\xb8\xa4\x79\xa2\xd8\x15\x0d\x76\x58\xcd\x2c\x27\x98\xde\x5a\x3e\xe5\x4c\xff\xc7\x01\x78\xea\x0f\xb0\x58\x27\x29\x53\xb7\xf1\x68\xa7\xcb\x9a\x06\xac\x38\x72\x07\xc6\x8d\x8b\x1b\xef\x66\xb8\x84\xea\x7b\xd3\x13\x5f\xcc\x70\xea\x01\x2d\x31\x9d\x86\x61\x7f\xd7\x9a\x90\xb9\x1e\xd0\xcc\xbe\x3a\xa6\xef\xf0\xe0\x34\x0c\x6f\xe0\xef\xc5\x0c\x67\x7e\x9e\x9a\x18\xff\x4a\x8e\x9a\x29\xb4\xf2\x5b\xb7\x2b\xee\x6a\x9a\x87\xe1\x66\x95\xdc\x7c\xf6\x3b\x1c\x0f\x2c\xf4\xbb\xc6\x98\xeb\xb6\xce\xbb\xf9\xe8\xda\xf5\xe3\x0f\x7a\x33\xbf\x98\xe1\x65\x9d\x0b\x4c\xaf\x7e\x4a\x33\x64\x38\xc3\x8b\x30\x9c\x1a\xcb\x16\x22\x0c\x37\x8d\xd8\x26\xa1\x60\x63\xfe\xc2\xc7\x6a\x90\x93\xc9\x10\x0f\xbe\x80\xe6\xa8\x2e\x0f\x43\x5b\xc9\x9a\xc1\x0c\x6a\xa0\x63\x92\x78\xa0\xf7\x8a\xac\x38\xf2\x2e\x1f\x12\x03\x31\xa4\x1a\xe0\x95\x09\x9a\xdb\x86\xd9\xae\x7a\xc7\xc0\xee\xc9\xce\x3e\x91\xe0\xc1\x08\x9d\x7c\xec\x5b\x14\xcd\x82\xf8\x41\x92\xd7\x3c\x32\x93\xae\xa6\x61\x06\x2e\x1a\x8f\x0c\x29\xef\xb0\xa7\xdf\x11\x4f\x81\x81\xa7\x82\x1b\xc7\x63\xdf\x59\xad\x8f\x8a\x92\xe8\x0a\xa6\x97\x99\x1d\x15\xae\x4f\xca\x80\xde\x9d\xc8\xb3\x1d\xc2\x6f\x25\x71\x49\x02\xfc\x4e\x92\x73\x15\xf5\x2c\x05\x5d\x88\xf3\x9a\xd8\x74\x3e\xc5\xe6\x11\x25\x74\x02\x6e\xac\xe2\x20\xc0\x94\x34\xfd\x5b\xd1\xd9\x76\x0b\x96\x9c\x14\x01\x6f\x61\x95\x3d\x40\xeb\x36\xec\x44\xe8\x3d\xbe\x66\x40\xaf\x92\x94\x82\xb9\x3a\xdf\xcd\xd7\x76\x1b\xfd\xac\xa2\x1a\x01\xe1\x66\xbc\x31\x76\x59\x2f\x5b\xdb\x6d\xe4\x85\xc8\x6f\x91\x7d\x7e\xc4\x1b\x93\xc3\x8a\xe5\xb7\x71\x9d\xdd\xb0\x86\x82\xa7\xc9\xcf\x86\xb0\x5a\x08\x06\xba\xdd\x06\x5c\xc8\x55\x92\x07\x80\x0a\xa7\xa0\x36\x26\x00\x6b\x44\xd8\x30\xd1\xbc\xa0\x03\xde\xf6\xd1\xa5\x0f\x39\x5d\xa7\x6e\x61\xb8\xe0\xd1\xbd\x4f\x4b\xe3\x84\xeb\x20\xb8\x77\x48\x0f\xef\x05\x07\xd7\x49\x71\x50\x16\x34\x3b\xb8\x28\xd5\x01\x17\xea\xc0\x77\xca\x75\x46\xe9\x81\x73\x04\xba\x60\x6a\x59\x5e\x80\xdb\xcf\x15\x4b\xa5\x28\xc4\x5c\xdd\xaf\x9c\x55\x5c\xb3\x4b\x76\xff\x27\x5d\xd8\x11\xab\x7c\x74\xad\x84\xa4\x07\x8c\xeb\x85\x0b\xde\xd6\x87\xf7\x6a\xe9\x27\x63\xda\x7f\x63\xbd\x99\xe9\xdd\xa6\xc8\x2a\x67\x6b\x98\x83\x24\x69\x46\xb1\x37\x9a\xee\x86\x69\xb2\x71\x7a\x7f\x31\xc7\xba\xb0\xea\x4e\x3d\xf6\xc6\x07\xf7\x0e\x8a\x4f\x10\xfe\x00\xad\xa8\x5c\x50\x98\x56\x20\xa3\x19\x8b\x61\x0b\xb2\x33\x96\x7d\xaa\x69\xaa\x69\xe3\x8d\xec\x21\x65\xe3\x23\xae\xda\xe6\xd4\xf5\x11\xee\x3c\x8f\x19\xf1\x24\xcb\x36\xbb\x58\xe0\x84\xbc\x93\x70\xab\xbd\xd9\x81\x3f\x9b\x46\xab\xe0\xbd\xc6\x35\x19\xa7\x24\xf1\x2b\x9e\x91\xa4\x5d\x55\xbc\x36\x57\x1d\xa7\x02\xe9\x2d\xcc\xd4\x28\xb4\xe4\xc9\x05\xcd\x03\x3d\x63\x86\xa0\xbc\xa8\xf7\x32\x9d\x28\x1f\x90\xd3\xec\xe2\xd6\x4b\x30\xd9\xc0\x9e\x3d\x73\x2f\x1a\x70\x50\xd8\xc5\x1b\x93\xc4\x72\x01\xf0\x1c\xb8\x22\x65\xf5\x00\x1d\x86\xdd\x9b\xef\xb2\x17\x68\x64\x5e\xc3\x70\x1e\x86\xd1\x8a\xc8\x61\x9a\x0b\x5e\x9d\x4a\x4a\xbc\xd1\xe7\x86\xb9\xb9\xcc\x6a\x9f\x58\xe0\xbc\x62\xf4\x79\x74\xcf\x1d\x81\xd6\x5b\xac\x76\x78\x89\xd7\x38\x9b\x6c\xa0\xfe\x4e\xc4\xc0\x6f\xb3\xa3\x37\x4d\x7f\xde\xd1\xe9\x15\x8f\xde\x4a\xfc\x41\xda\x13\x14\x1e\xa8\x30\xfc\x20\x87\x1e\x1b\xd5\x67\x62\x73\xb2\xca\x23\x7f\xfa\xa7\x3b\xcc\xd0\x0e\xe1\x15\xda\xe1\x67\x92\x44\x4d\x06\x68\x04\x64\x6d\xd7\xbc\x91\xd1\xc6\x91\x4a\x4c\xbd\xa3\x93\x6a\x56\x91\xef\xe0\x0a\xef\x54\x46\x9b\xea\xa5\x2a\x1e\x8f\x46\x1a\xf8\xaa\x49\x81\x9e\x4a\x91\x77\x3d\x5a\x2b\x14\xa9\x96\x3a\x11\x1f\x9e\x0b\x0e\x84\xd3\xbd\x40\x6d\x64\xcc\xad\xaa\x0a\xab\x88\x0c\x5c\x86\xb4\x60\xbd\x17\xb1\x7f\x1a\x31\xa2\x08\x53\xef\x0c\xac\x13\x16\x54\x99\x1b\xda\x0d\x73\xb5\x34\xc7\xd0\xc1\x68\x87\x76\x98\x0f\x0b\x1d\x4b\x3a\xb1\xe3\x1d\xe6\xee\xe2\xa3\x47\xd1\xc8\xe8\x2c\x75\xa5\x8c\x6a\xd1\x6b\x0c\x07\x16\x37\xe7\xf6\x4c\xe4\xc2\x9c\x50\xdc\x74\x4f\xdc\x25\x18\x54\xe2\x59\x01\x27\x14\x73\x08\x28\x49\x8f\xcb\x17\x23\x9c\xe7\x4c\xe3\xe1\x94\x0c\x06\x9e\x56\x50\xdd\x5b\x66\xcc\x1c\x38\x15\xfc\xd3\xed\x5a\x77\x54\x2e\x0d\xd2\x1d\xf1\x30\xb6\x38\xd3\xdc\x85\x19\xee\xb2\x26\x59\x8b\xbb\xcc\x49\x56\xb7\x74\x49\xb2\x0e\x3b\x59\x91\x67\xfa\x00\x6f\xef\x7e\x0a\x8f\x52\xdb\xec\x77\x8d\x59\x01\x09\xe3\x14\xb3\xe2\x83\xb7\xeb\x28\x77\x08\x2f\x48\x3a\x31\x3a\x95\xb1\x9e\xb2\x57\x9a\x4b\x79\x3d\x6e\x34\x0d\x3d\x7e\x84\xf0\xad\x19\x11\x18\xe4\x61\x73\x8c\xf1\x85\xf3\xde\xd9\xdb\x67\xc8\x5d\x5d\x34\x69\x2c\x76\x46\x23\xf7\x10\xfd\x0e\xe1\x73\x72\x1b\x86\xc9\x76\xfb\x51\xe2\x53\x8f\x20\xda\xac\xd2\x2b\x55\x47\xbc\xd1\x70\x7c\x43\x2e\x86\x49\xae\xb6\xdb\xd3\x06\x82\xe1\xb7\xd7\x64\x30\x88\x6e\xfc\x88\x5e\x6e\x7b\xd1\x2e\xe9\xa2\x07\x0d\x59\x66\x9c\x6e\xb7\xcb\x06\x3f\x6e\xb2\x0e\x3f\xfa\xa6\x97\x55\x5f\x92\xb9\x63\x06\x4b\x60\xbd\x5d\xc6\x3c\x0f\xc3\x9b\x30\x8c\x2e\xdb\x2c\x79\x6e\x58\xf2\x4d\x1f\x4b\x5e\xf4\x32\x64\xb6\xc3\xd7\xf8\x0a\x2f\xff\x3a\x43\x5e\x01\x27\xde\x21\x9c\x4e\xda\x45\x9d\x9b\xbb\xaa\x0b\x84\x62\xb5\xdd\x5e\xa2\x1d\x56\x4d\x1d\x05\xfc\x1c\x6e\x25\x5e\xfd\xa9\x5b\x89\xe6\xd4\x00\x8f\xaf\x3e\x1d\xc3\x25\x85\xa5\x71\x98\xfc\x56\xfe\xac\x71\xf4\x15\x9d\xc5\xc2\xad\x24\x12\x62\xcc\x81\x93\x63\x85\x41\x72\x03\x62\xe0\xab\xb9\xc9\xee\x3d\x14\xe8\x8d\xb5\x39\x13\x3c\x6f\x9f\x09\x74\x14\x1c\x09\xde\xf7\x6f\x4b\x5a\x0d\xad\xe7\xb7\x70\xdb\x85\xe6\xfc\xc3\x1d\xb2\xab\xcd\x1e\x40\x4c\x46\x8b\x54\xb2\x0b\x4b\x91\x98\x11\x6e\x88\xbf\xb5\xad\xc0\x09\x61\x5f\xd8\x5a\x6c\xb7\xbc\x4d\xf5\xbc\x17\x9f\xdb\xb9\x54\x90\x4d\x27\x3a\xee\x2b\xa2\xa7\xaa\x15\x5e\xa3\xfe\xd8\x90\xa4\xad\xd0\x4e\xef\xb9\xf4\xd6\xac\x3b\x65\xee\xbe\x7f\x35\x1e\xd1\xb1\xd8\xbf\x9b\xa8\x08\x40\xe9\x7d\x42\x3b\x97\x8f\xd2\x64\x51\x60\x6e\xa6\x57\x32\x61\x71\x60\x36\xfb\xf8\x3b\x49\x46\xf8\x0f\x49\xc6\xf8\xb3\x24\xc7\xf8\x27\x49\x1e\xe0\x7f\x4b\xf2\x10\xff\x2c\xc9\x23\xfc\xad\x24\x8f\xf1\x0f\x92\x7c\x85\x7f\x97\xe4\x09\xfe\x4d\x92\xa7\xf8\x47\x49\xc6\x23\xfc\xab\x24\xe3\x31\xfe\x97\x24\xe3\x63\xfc\x8b\x24\xe3\x07\x40\x26\xdf\x4b\x4c\x19\x39\x55\xbd\x32\xc2\x0d\x70\xb5\x97\xd8\x83\xdc\xa7\x7c\x16\x71\x30\xc8\x56\xbf\x30\x78\xd2\xa3\xd2\x13\xd6\x15\x58\x4e\xc0\xc9\x31\x3c\x27\xc3\x15\x70\xbd\x8b\x61\x4d\x97\x5e\x2c\xa2\x28\x52\xa8\x2b\xfb\xf0\x0e\x8e\x44\xf0\xdc\xff\xce\x1e\xa3\x40\x1e\x91\x81\xe6\x01\x3c\xf6\xdb\x6f\x13\xf1\x1d\xd8\x04\x80\xe7\x7e\xf3\x69\xc0\x67\x14\x72\x85\xb7\x7e\xfb\x1d\xec\xa2\xef\xe5\x76\x1b\x7d\xef\xbd\xf3\x73\x86\x05\x23\x63\x2c\x19\x39\xae\x2b\xcb\xd8\x1e\x67\x85\x03\x6b\xa2\x0a\x2c\x54\x19\xf7\xbc\x20\x79\xc2\xc1\x06\x31\xc8\xe5\x89\x86\x15\x2d\x40\x54\x27\xee\x65\xed\x39\xb7\x16\xb3\x25\x21\x84\xa2\x0d\x20\x1b\x4f\x86\x8a\x48\x2b\x6f\xe2\x5e\x1d\x0a\x7d\xca\x25\x75\x30\x52\xf5\x08\x88\x6e\xc7\x5d\x51\xa9\x58\x6a\xbb\xce\x05\x4c\x67\x2c\x85\x64\x7f\xe8\x5c\x72\xe8\xbf\x3a\x68\xa2\x2f\x58\xc6\xa4\xe9\xa3\x24\x87\x9e\x6c\x40\x0c\x52\x26\x56\xef\xa5\xee\x69\xdd\xa3\x2e\x10\xec\x22\xce\xb6\xdb\x88\x33\xd3\xa5\x55\x0f\x26\xac\xb5\x43\x4e\x0d\x60\x30\xc2\x83\xb1\xfe\x8f\xfb\x3e\xa7\xda\xc8\x65\x03\x79\xd4\x40\xce\x99\x2f\x30\x00\xd9\xd2\x3a\xdb\xc1\xc8\xb1\x59\xe7\xe9\x16\xf9\xc6\x53\xa3\x0b\x16\x71\xa4\x79\x6e\x9d\xa1\x2d\x0c\x14\x9d\x30\xe8\x1a\x59\x25\xe7\xed\x76\x90\x98\xf7\xd3\xea\x65\x13\xac\xec\x19\xd1\xbb\x8c\x45\x95\xba\x53\x1e\x86\x11\xdb\x6e\x07\x4b\x06\x72\x8e\x83\x95\xfe\x45\xce\xac\x96\x29\x60\x98\x27\x85\x13\xae\x3c\xd5\x5b\x34\xa8\x34\xfc\x67\x0a\x35\x46\x71\x75\xd1\xfa\xe0\xc4\xa2\x52\x57\x73\xbb\x1d\x54\x2f\x81\xa5\x7d\xc0\x87\xfc\x4a\xb0\x34\xc9\x44\xe9\x8c\x64\x9e\xb1\x8b\x9c\xf1\x45\x5f\xae\xa9\xcb\x21\x3d\xf1\xac\xe9\x5a\x2b\xb7\x36\xf9\x49\x16\x86\xd9\x80\x10\x47\xab\x6b\x53\x4c\xf6\x17\x8a\x59\xbb\x62\xd6\x27\x19\xc9\x9a\xd9\xef\xc0\x37\x32\x87\xae\x9a\xb3\x48\xe1\x02\x55\x5e\x3b\xac\x07\x64\xdb\x4d\x7f\xb2\x3c\xc7\x89\xb6\xdb\x48\x4c\x40\xea\xcc\xa5\xf7\x8b\xad\x09\xc3\x24\xf3\x86\x3d\xed\x0c\x3b\xce\xab\x81\x57\x46\x0e\x54\x86\xe1\x20\xe9\x8c\x7d\x49\xa2\x7c\xb2\x66\x71\xc6\x90\x25\x01\x1e\x86\x65\x4f\xbb\x74\x66\x12\xa2\xf6\x52\x47\x6a\x28\x18\xac\x2b\xf7\x93\xc7\xb8\xaa\x5c\x73\x28\x77\xf6\x61\xbd\x4b\x9b\x99\xcb\x93\xd3\x1b\xd5\xdf\x8d\x5e\xa6\xee\x70\x5f\x77\x64\xda\xdb\x91\x6e\x7a\xb9\x84\x5e\x57\x66\xcc\x59\xe8\xa3\xdb\xed\x80\x36\x44\x87\x6b\xdb\xe8\x6e\xef\xd2\x12\x2c\x86\x7d\x65\x71\x74\x65\x9e\x7c\x82\xb6\x5b\x45\xe5\xc9\xb4\xaa\x49\xa0\x64\x49\x61\x3f\x1b\x1b\xe1\x03\x31\x9f\x17\xd4\x3e\xb1\x1b\x5f\x6e\x1e\xf8\x43\x62\x54\x08\x06\x20\xd6\x3b\x64\x85\x7d\x57\xf2\x2c\xa5\xb3\x96\x69\x63\x68\x8a\xb1\xf2\x0e\xdb\x84\x30\x74\x77\xa2\x03\x62\xfd\xec\xea\x06\xe8\x1d\x69\xa9\x68\x06\xf7\x78\x11\x45\x43\xa8\x3e\xcb\x99\xba\xad\x33\x9f\xb3\x4a\x64\x11\xec\x87\xba\xab\xbd\xac\xd9\x27\x46\x34\x11\x46\x0f\xec\x1e\xf8\xfd\x63\x57\x80\x66\x97\x55\xa6\xab\x40\x03\x8c\x93\xca\x13\x98\x30\x9e\xc0\x9c\x10\x87\x9f\x6a\xb2\xaf\xdf\xe7\x22\x2d\xa1\x56\x81\xf1\x8c\xa1\xb7\x7e\xa6\x17\x45\x18\xf2\x6f\xc0\x6a\x0b\xf4\x4c\x30\x4f\x72\xa3\x5f\x25\xc3\x30\x0a\x9e\x05\xd0\xa7\x2a\x59\x98\xeb\xd4\xe0\xf9\x4f\x9f\x3e\xbd\x7f\xd7\x86\xbe\x7e\xf7\xe1\xa7\x4f\x6d\xe0\xa7\x97\xbf\x7c\x7a\xf6\xf1\x65\x27\x8b\xb3\x97\x6f\x5e\x9e\x76\xb0\xdd\x90\xcb\xed\x96\xd5\x57\x8e\x13\x30\xe6\xc2\xc3\x30\x89\x13\x4f\x14\xbd\x31\x9e\x51\x4f\x7f\xf6\xf6\x03\x74\xc2\x1f\x82\xd3\x23\x96\x05\x3e\x65\xaf\xfc\xfc\xfa\xc8\xdb\xd5\x0f\xa8\xae\xbf\x87\x8b\xf2\xa2\x2e\xa0\x91\xfb\xa2\xb1\x27\xaa\x32\xea\x13\x8c\xdb\xeb\xa1\xb4\xe5\x9a\x54\x35\x3c\x93\x86\x21\x6f\x56\x4a\xa1\x9d\x51\x36\x00\xc9\x78\x86\x6f\xdd\xf5\x65\xbd\x72\x5f\xb8\xc9\x6c\xfe\xde\x32\xe4\xc9\xf5\x47\xb7\x8c\x50\x74\xa2\xff\xda\xf9\x2c\x41\x0d\x16\x8c\x6e\xf6\xfb\xc9\xf0\x45\xd4\x6e\x59\x18\xde\xb2\x21\xf4\x46\x84\xea\xd2\x41\x9f\x4b\xe7\x77\xce\xc8\x08\x9f\x32\xf2\x5b\xd4\x79\x94\x38\x18\x38\x23\x48\x2a\xd8\x21\x7c\xc3\x48\xdd\xc3\x60\x10\xcf\x18\x83\xbb\x6e\x0b\x16\x9a\x96\xb4\x26\x9a\x32\xf6\xbb\x03\x25\xca\x74\x69\x4c\xab\x35\x7b\x77\x6c\x89\x50\x2e\xa8\x82\xf7\xd5\xca\x28\x8b\x71\x79\xdb\x8c\x9a\x8e\x66\x56\xd8\xe7\x57\x7d\x10\xd8\xac\x93\xa2\x60\x57\x34\x1e\x8c\xc1\xa4\x84\x57\xd6\x0a\x6c\xeb\x35\x8a\x62\xf3\xe8\xce\xd2\x7a\x0c\xb7\x63\x81\xea\xb3\xe0\xbe\x9a\x1c\x71\x2c\xc9\x4b\x16\x39\x0c\x74\x22\x81\x9d\x48\x84\xe1\xb6\x7a\x68\xba\xed\x93\x58\x87\xa1\xfa\x66\x04\xce\x78\xdb\xc6\xab\x1d\x92\x61\xb0\x47\xe0\x5b\x27\xa5\x2c\x8f\xbc\xd4\xe8\x6b\x22\x1a\xa2\x4e\x61\xa8\xbe\xee\xcd\x6e\xd7\xe9\x1b\x41\xe8\x6e\x87\x2f\xfb\xc7\xec\x4b\x1d\xd7\xd3\x31\xed\x02\x76\x3b\x7c\xc6\x5a\x86\xf1\x3b\xb5\xaa\x69\xff\x25\x6b\x3a\xeb\xd0\xc7\xeb\x1f\x2b\x02\xd7\xfc\x06\x54\x68\x4e\x8c\x18\x7a\xb5\x16\x35\xe7\xd8\x0d\xf3\xb6\x00\x8a\xb4\x16\x52\xf0\x1c\xaf\x08\xed\xcd\xb1\x62\xb1\x3d\x59\xda\xf7\xb0\xce\xe2\x03\x06\xb6\xc4\x04\x34\xd2\x9d\xb4\xf9\xcf\x49\x5e\xd2\x28\x70\x53\xe8\xe8\x36\x40\x71\x10\xd8\xcd\x6a\x14\x98\xa1\xb3\x3c\xd5\x3c\x9b\xea\xef\xba\xda\xbb\x6e\xb5\x3d\x9f\xbd\x55\xad\x41\xe9\x1d\x18\x00\xc2\xc6\x6b\xc7\x6b\x86\x5f\x78\x13\xb3\x5e\x5c\xf0\x27\x07\x6e\xf0\x5a\xfc\x91\x11\xbd\x9e\x31\x63\x8a\xf1\x83\x43\xe2\xe2\xc8\x9d\x60\x8e\xc0\x4a\x1d\x7e\xeb\x45\xd5\xe7\x17\x1b\xf9\x8e\x91\xa7\xee\x1f\xfc\x86\x91\xa3\x2a\x54\x8f\xed\x33\xff\xdc\xd0\x2b\x19\x6d\x4c\x80\x6a\xda\x98\x70\xa3\x08\x53\x01\xa2\x20\x35\xe6\x4a\x37\xa9\x92\xf9\x0f\xf4\x36\xbe\xdb\xf6\x80\xc5\xc2\x2b\xaa\x92\x2f\x63\x5b\x2c\x5c\x2c\xd9\x5c\x7d\x19\xdd\xa1\xe1\x24\xff\x13\xd8\x06\x09\x5f\x80\x5d\xf9\xe2\x0b\xc8\x16\x0b\x1b\x5b\xf4\x60\x16\xe7\x0b\x0d\xad\x10\x77\x28\x8e\xf8\x1e\x2f\x27\x75\x47\x16\x01\x42\xe0\xe5\xa4\xa7\x6f\x07\x03\x58\x46\x5c\x1d\x6c\xb0\x2e\x01\x9b\xfd\x17\x1e\x55\xff\x3a\x14\xdb\xdb\x36\x68\x5b\x6c\x43\x55\x6f\xd9\xb0\xeb\xec\x91\xb5\x54\x43\x5b\x2e\x55\xac\xd3\xee\x57\x0c\x3f\xd7\x87\x5a\xfc\x9e\x01\x2d\x9c\x51\x85\xbf\x63\x64\x1a\x28\x7a\xa3\x02\xec\x84\x47\x71\xa0\xd9\xcd\xb5\x90\x59\x80\x03\xba\x4a\x18\x18\xd6\x84\x1b\xb7\x52\xea\xbf\x05\x4d\x64\xba\x04\xe0\x8d\x4a\x24\x4d\x82\x19\xfe\x83\x91\xc1\x18\x7f\x66\xfb\xde\x7b\x9c\xe1\x15\xb7\xd7\x6e\x1a\x92\x73\xef\x3e\xf9\xf0\x5c\x0a\xa1\x2a\x7d\x6e\x23\x57\x9f\x0f\xcf\xe1\xce\x3f\xfb\x48\xe7\xe4\x19\x37\x10\x6b\x57\x99\xb4\x96\x9d\x41\x3e\x3c\x37\x1e\xd2\xed\x45\x65\xe5\x70\xa1\x5a\x33\x2a\x97\xef\x24\xb7\x57\xfb\x82\xf0\xa1\xe0\xcf\x52\xc5\xae\x68\x75\x5e\x49\xf8\x82\x66\x60\xb5\x2e\x13\xef\x84\x7a\x06\x96\x0f\x75\x91\xd0\xa7\x9f\x84\x63\xd2\x14\x6e\x16\x35\xdb\x86\x58\x8f\x77\xe3\x04\xf2\x05\xf0\x3b\xa1\xd8\x9c\x19\xfb\x3f\xb8\xa8\xe1\xb8\xd4\x89\x8d\xdc\x98\x0e\xbf\xe6\x9c\x4a\x5b\x87\xcf\x4b\xca\x3f\xd2\x94\xb2\x2b\x6a\x22\x71\xaa\x6b\x63\x98\xfc\xa7\xe4\xe2\x42\x53\x90\x3b\xcc\x64\x24\x1f\x9e\xb3\xa2\x72\x30\xfa\x82\x16\x29\xe5\x59\xc2\xd5\xfb\xf9\x6f\x82\x53\x6f\xcd\x64\xf3\x28\x43\xf5\x32\xdb\xb4\x8f\xbe\xae\xe1\xeb\x30\x5c\x83\xe5\x7d\x18\x94\xca\x82\x08\xf4\xf3\x9c\x45\x6b\x14\x86\x5f\x28\x73\x8d\xd0\x46\x91\xb5\xbd\x0e\x5a\x93\xe7\x3c\x5a\xe3\x3f\x18\xd2\x07\xbd\x52\x2f\xa7\xa6\x24\xd2\x29\xc4\x39\xbe\x49\xfb\x55\x0a\x53\x28\xd9\x4f\x10\x86\x69\xd4\xce\xe3\x64\x0e\x07\xd8\x39\x9a\x44\x8a\xcc\xf1\xdc\x6d\xd2\x50\x1c\xe5\xf6\x7b\x30\x02\x62\x4a\xfc\xa1\x07\x15\x4f\x98\x48\x66\xda\x2c\xc9\xa0\x8d\xe2\x56\xba\x9e\xa4\x51\xb6\xdd\x2e\x4d\xcf\x14\x54\xc1\xb0\x3d\xcb\xd9\x82\x1b\xa7\x1f\xe6\xb0\xda\x2d\x93\x28\xbc\x84\x34\xc6\xd6\xd5\x27\x7b\x1c\xa2\xba\xb6\x58\x84\xa1\x88\xda\x29\x30\x45\x58\x1f\xc1\x25\x02\x91\xe3\xce\x76\xaa\x98\x14\x11\x45\x71\x12\x86\x89\xde\xa5\x98\x29\xf3\x3c\x2f\x1b\xcf\x8a\xa6\x92\x1f\x12\x79\x69\x29\x2c\x1a\x8c\x91\xc5\xad\x4c\x9e\xfc\x07\x53\x2c\x0c\x07\x76\x6e\xd5\x07\x44\x7f\x0f\xe2\x0c\x4b\x70\x32\x9d\x79\x7d\xd9\x24\x33\x6e\xad\x9f\x21\xac\xe0\x92\x51\x13\x0e\x5c\xf6\x9c\xf0\x7a\x27\xa9\x87\x6a\xb8\x16\xeb\x48\x1f\x1c\xe7\xe6\x36\xc2\xb4\xaa\x31\x9d\xa1\xe7\x11\x36\xf7\x15\xe8\x04\x9d\xb8\x1e\xb1\x66\x5b\xba\x9b\xb5\x3f\xcd\x48\x9a\x6c\xa4\xba\x63\x34\x9c\xc3\x36\x1e\x58\x04\x33\x93\x5b\x4f\x8c\x1f\xe8\x6d\xa1\xa4\xb8\xa4\xc0\x22\xd6\xc9\x82\xf1\xc5\x59\xb9\xd6\xe5\xbd\x70\x49\x8a\x8a\x31\x80\x79\xeb\x2a\xad\xbb\x82\x89\x5c\x0f\x57\x8d\xd0\x2d\x6f\x81\x22\x8a\xf0\xc0\x38\x68\x02\xae\xf1\xc1\x6c\x14\x69\x16\x21\xc8\xe1\x7c\x41\xd5\x0b\xbb\xbe\x45\x68\xd8\xa0\xb0\xee\x98\x6c\xb7\x03\x33\xe1\x5d\x5d\x90\x71\x21\x16\x15\x61\x58\x80\xbc\x0c\x0b\x43\xbd\xdf\xfc\x32\x67\x68\x75\x62\x49\x4c\x5d\x5e\x31\x59\xa8\x2a\xfb\xc8\xbb\x40\x1c\x94\xf5\x94\xb5\x9b\x3a\xe3\xd0\x05\xbc\x28\x78\x47\x02\x1b\x79\x62\xc6\x10\xd2\xb8\x91\x4b\x6b\xb4\xca\xb8\x89\xb9\xa5\x72\xd7\x53\xa8\xca\xbb\xca\x9c\xda\xc5\xd7\xe5\xeb\xf4\x47\xad\xb1\x14\xa3\x45\xfa\x2d\x8f\xd9\x5c\xf7\xa7\x19\xb1\x8f\x09\x2b\x8c\x35\xf8\xe2\x3d\x3f\x5b\x83\x60\x4f\x3e\x3c\x57\xf2\xf6\x35\xbf\x12\x97\x26\xea\x95\x90\xaf\xdc\x66\xd2\xab\x17\x42\xc0\x2d\xed\x81\xd7\xa8\xa0\xfe\x0a\xd9\x0b\xbd\x4b\x65\xd5\xa5\xb8\x19\xc0\xe6\xd6\x5f\x2f\x19\xc6\xd7\x60\xa6\x87\x5e\xaf\x9c\xe2\xca\x58\xdc\x79\x43\xe7\xe0\x75\xa8\x27\xfb\x5f\xfe\x81\xec\x3f\xea\x63\xd2\x9e\xfc\xff\xe5\xe7\x5f\xef\x74\xff\x62\x09\x3f\xe9\x49\xde\x93\xfb\xf7\xff\x48\xee\x30\x5b\x7a\xf3\xff\x1d\xf2\x1f\x24\x30\x84\x15\xfe\x07\x98\xb4\x40\x8d\xdd\x24\x3f\xdc\x99\x64\xdc\x97\xe4\xb3\xa5\x20\xfb\x66\x0f\xf6\x93\x93\x8b\x1f\xe8\xed\x76\xeb\x80\x4b\xa8\xb9\x81\xea\xd3\x2e\xdb\x1b\x25\x99\x9d\x80\x96\xf2\x41\x35\xb8\x3d\xe7\x52\xfb\xe0\x03\xbd\x24\x52\x0a\xa2\x78\x36\x8b\xc1\x08\x77\xc8\xa1\xa2\xee\xcf\x32\x31\x7b\x9d\xee\xa2\xf4\x96\x21\x94\x92\x08\x8c\x23\x4c\x06\xb4\xda\xa9\xc6\xf5\x27\x9a\xf4\x50\x65\xdc\x47\x4a\x66\x63\x92\x92\x3a\xed\xa4\x4d\x0f\x71\x77\x08\xf7\x36\x69\x8c\x53\xdb\xef\xae\xd7\xec\x64\xa5\xed\xd5\x42\x93\xc9\xa7\xe4\xe2\x95\x14\x2b\xcd\x86\x0c\x25\x35\xd7\x6b\xe3\x7d\xcd\x1f\xc0\x1f\x1d\x0b\x30\x02\xfc\x9e\x81\xff\xce\xc2\xa1\xc7\x6d\xef\xe0\xc0\xda\x69\x7b\x1a\xa2\xde\x88\xc2\xb4\xaf\x66\x12\x9a\x84\x1a\x17\xae\x59\x9b\x55\x77\x36\x48\x1e\x9f\xb3\x3d\xd4\x44\xcf\x74\x8a\x36\xb7\x6c\x61\x61\xcb\x22\xbb\xd4\xfb\xdb\xff\x3f\x1b\x3f\x6a\x35\x7e\xfd\xe5\xc6\xe7\xc9\x5d\x6d\x6f\x35\xbc\xec\x36\x7c\x5d\x3d\xd6\xf4\x36\xff\xa7\x3b\xd8\x3f\xac\xde\xff\x31\xfb\x6f\x9a\x19\xd8\xed\x7a\x2e\xb4\xfa\xee\x8c\xcc\xf6\x66\x41\xd5\x77\x15\x3f\x7c\xc1\x8c\xe5\x11\x4d\xd5\x46\x10\x7e\x8f\xbb\xf2\x7c\x78\x3e\x6f\x6c\x5b\x87\x39\x9d\x2b\x18\xb6\x16\xfc\x66\xbb\x1d\x61\x69\xdc\x53\xcf\x73\x21\x64\xc4\x87\x4a\xac\x11\x66\x3e\x4c\x0d\x2f\x84\x52\x62\x85\x70\xd2\x44\x75\xe0\xa2\x89\xad\x73\xa8\x0c\x09\x84\xa1\xfc\x86\x6d\xb7\x03\x1a\x86\xc9\xd7\xc5\x44\x7c\x03\x56\xc4\xe7\x2a\x0c\xc5\xd7\xf6\xf3\x90\x1b\x65\x9d\xc9\x28\x86\x7c\x92\x8b\x22\x6a\xc6\xdc\x3f\x3e\x12\xc0\x2a\xbe\xc8\xbf\x3e\x30\x34\x79\xc7\xe2\x37\x6c\x87\x85\x88\x72\x58\x22\x58\x46\x16\x22\x0a\x20\xc5\x6f\x70\xdf\x8d\x3b\x5d\x41\x36\xa0\x25\x33\x02\x9d\x98\x11\x74\x7e\x0f\x03\xb2\x4f\x6d\xce\x68\x47\xf5\x2c\x11\x89\x6a\xaf\xe7\x91\x0e\xf2\x9e\x89\xc4\x44\xc4\xca\x1d\xfd\x3e\xf8\xcc\xcb\xc3\x6f\x69\x24\xbb\x3e\xbc\x83\x2c\xab\x0a\x24\x7d\x15\xb0\x48\x7e\x3d\x92\x49\x12\x97\xf8\x8e\x7d\x4e\x95\x63\xd1\x9f\x23\x20\xf9\x39\x16\x93\x42\xe7\xd8\x91\x86\x5c\x50\xf5\xbe\x54\x66\x1f\x58\xf4\xb8\x03\x7f\xcf\x86\x05\xfb\x83\xee\xb0\xf2\xb6\xf1\xd6\x1f\x4b\xeb\x76\x14\x36\x6a\x84\x90\xcf\x3c\x0c\xdf\xb3\xe1\x5c\xc8\x97\x49\xba\xec\xb7\x3d\xd7\x77\x02\xdb\xb5\x0d\xfa\xde\x69\xb3\xdd\x13\xd5\x6c\x1e\x68\xd8\x3c\x7a\xce\x3c\x2f\x92\x70\xf5\x41\x7d\x97\xc6\xcf\xf5\x4c\xd4\xa7\x1c\x1e\x86\x7c\x40\x6c\x26\xcd\x2d\xba\xb1\x7b\x34\x26\x84\xf0\x21\x17\x19\xfd\x74\xbb\xa6\xe6\x48\xbe\x64\x11\x47\xb5\x5b\xd1\x6a\x17\x5d\xcb\x63\x40\x09\x1c\x0e\xe0\x1d\xac\xed\x36\x7a\xcf\x86\x49\x96\x35\x6c\x51\x37\xf9\x64\x17\x76\x97\x7d\xc9\x9e\x81\x31\x06\x25\xff\xe3\xac\x2f\xc0\x71\x96\x93\x91\xd4\x87\x59\x38\xd5\xf9\x66\xf7\xfd\x71\xf3\x45\x2f\xfb\x6f\x4d\xc2\xb0\x2b\xf7\xfa\xc5\x44\x13\xeb\x2e\xbc\x79\x7e\xef\x19\xaa\xdf\x4b\x2a\x6f\x8d\x7b\x24\xcd\xd8\xbe\x94\x2f\x8a\xbb\x28\xcf\xda\x17\x13\xff\x50\xd1\x8d\x7c\x51\xa3\xa7\xbc\xcb\xa8\xf7\x1c\xa8\xdb\x8e\x8e\xbd\x3d\xd9\xed\x9f\x0b\x6d\xa7\x08\xfb\x27\x03\xee\xad\x36\xf8\xa5\xec\x69\x62\x18\x0e\x18\x8b\xfa\x72\xe9\xe2\x6a\xea\xb6\x42\xac\xe7\xb6\xb1\xaf\xbc\xc5\xfd\x0b\x59\xf5\xa4\xd0\x19\xa2\x3d\x5d\x0f\xaf\xcb\x7b\x53\xfa\xd1\x7d\xf7\x3a\xbe\x38\xb5\x5d\xd5\xad\x6d\xd4\x42\x09\x69\x1d\xab\x56\x73\x43\x6f\x61\x20\xf1\x87\x04\x6e\x3e\x54\xf3\xb4\x0e\x8f\x36\xe6\x05\xc3\x5d\x6f\x37\x11\xb6\xdb\x6e\x0a\x8a\x3a\x16\x2d\x5b\x5e\xd6\xa9\xb5\x0f\xa6\xee\xb0\xc9\x02\x97\x18\x4e\x44\x7b\x0a\x6b\xf0\x8a\xf1\x88\xe1\x1a\x6a\x53\x1e\x8d\x91\xf1\x95\x9a\xd8\x5d\x0e\x27\x89\xe3\xfc\x73\x06\xce\xe8\x33\xfd\x33\xe1\x46\x62\x83\x1b\x79\x21\x10\x83\xe1\xe6\x9d\xb7\xdb\x17\xe8\x84\x4f\x6a\x3b\xee\xcd\x6b\x1f\xc8\x00\xf3\xea\x79\xb6\x42\x6b\xdd\x79\xd9\xb9\xd7\x89\x19\xed\x25\xf7\x3d\x0e\x35\xac\xe3\x50\x9f\xd1\xe3\x3d\xbc\xd6\xa0\xfe\x35\x76\x7b\xb7\x1d\xdb\xbf\xcb\x71\x7b\x73\xbf\x93\xe9\xfe\xe5\xe9\xb0\xfb\xd3\x8a\x0e\x8e\x45\x98\xbb\x35\xae\xc9\xb9\x00\x75\x2b\xeb\xcf\x54\x2f\x7c\xe0\x3e\x5e\x37\xc1\x48\x0a\x27\x1a\x49\xb2\xe4\x85\x93\x9c\x7d\x7e\x8b\x0b\x0b\x7b\x63\xa5\x6e\x9f\xdf\xe2\x92\x28\x4f\xda\x38\xed\xc8\xf9\x23\x9c\x11\xbe\xdd\x8a\xed\x16\x84\x66\x4f\x9c\xbb\xd4\x24\x2f\x13\x65\x4e\x23\xc6\xc9\xcc\x47\xa8\x7e\xe4\x4c\x5c\xce\x79\xb4\xd7\xfc\x41\x06\x12\xe7\x1d\x99\xe0\xa2\x4f\x00\x38\xd9\xe1\x14\xb3\x96\x88\x6e\xf4\x9a\x6d\xb7\xd1\x6b\x90\x23\x28\x2c\x63\x2f\xe2\x4d\x10\x03\x69\x07\xf1\x46\x94\x2a\x67\x9c\xc6\xc6\x36\x96\x3e\x01\x04\xab\xe2\xc8\xdb\xb5\x22\xfc\x9a\x21\x5c\x22\xb0\x79\x60\xda\x54\x3d\xab\xf8\x4b\x84\xed\x5f\xe7\xcd\xc0\xd0\x08\xc2\x3d\x4f\x9d\xb1\xa3\xf1\xbb\x6d\x75\x53\x8f\x2c\x23\x85\xd7\x60\xa1\x1b\x2a\x56\xe9\x3b\x98\xe7\x8d\xae\x1f\xc3\x0a\xa1\x8a\xd8\x35\x16\x2b\xc7\x5f\x5a\x1b\xb4\x79\xeb\x69\xc8\xde\xe9\xb6\xec\x21\x0e\xc6\x4e\x80\xdd\x37\xa6\xd9\x33\x59\xac\xbc\x53\x18\xd6\xef\xe3\xdd\xc9\xd3\x78\xdd\x7e\xc1\x9c\x53\xf5\xc6\x75\x69\xc3\xe9\x8d\xde\xe1\x5e\xbb\x9b\xce\x9e\x42\x41\x0a\x6f\xd0\x57\x96\x3b\xa9\x3d\x67\xd3\x96\x30\xcc\x27\x86\x66\x95\x70\xa8\x55\x2f\xf5\x4e\xb6\x3d\x59\x39\xf3\x97\xe3\x9d\x6d\x63\xef\xfa\xfb\xa7\x97\x5f\x7b\x0b\xdf\x1b\x01\x62\x88\xeb\xfe\xd8\xfa\xa1\xbe\x1b\x59\x71\xef\xc1\xc8\x0a\x82\xf5\x74\xbf\x77\xbd\xe1\xe7\xd4\xbe\xd1\xe8\x69\x85\xec\x4a\xd8\xf6\xfe\x28\xe4\x75\x56\x97\xdc\xde\x24\x45\xbf\x6b\xa5\xee\xc8\xf5\xed\x88\x7a\x19\x72\x7d\x6d\xb1\xb7\x4d\x65\x6f\x9b\xa8\x77\x5f\x71\x57\xa5\x1d\x6b\xee\x93\xcf\xf2\x78\xa2\x79\x20\x35\x4c\xcf\x4c\x55\x59\x1f\xef\xcc\x0b\x25\x80\x1d\xe9\x81\xbf\x04\x09\x2f\x02\x22\x0c\x07\xc2\x3c\x09\x44\x20\x74\xb7\x6f\xa9\x36\x46\xf7\xfb\x88\xef\x6e\x92\x68\x1f\xce\x3a\xaf\x6e\x5d\x1f\x29\xed\xc3\x3b\xfd\x53\x0e\xa4\x7a\x96\xb4\x2f\x38\xfd\xe9\x49\xf1\x8f\xb8\x1c\x6a\x74\xc5\x17\xea\xd0\xc0\xfd\x8b\xce\x82\xf6\x2e\x79\x7f\x6f\x8b\x5f\x53\x58\x73\x43\xea\x18\x1e\x75\xfc\x8d\xd9\x3d\xe0\xd8\xf9\xd3\x6a\xec\xfb\x88\x98\xec\xdb\xb5\x9a\x57\x45\x6a\x1e\x16\xe9\x49\xc5\x2f\xb9\x79\x07\xf4\x5c\x6e\x08\xcb\x77\xa6\xb3\x13\x3e\x2c\x39\x5c\x34\x47\xc6\xdd\x5f\xdd\x11\xd6\x81\x9e\x91\x58\x10\xb5\x36\x22\x9c\x9c\x88\xa8\x1d\x4b\xc3\x36\xd5\xe9\x88\xed\xba\xfe\x71\xbc\xbd\xe5\x5e\x37\xe8\x8d\x3b\x03\x55\xaf\x22\x26\xed\xc0\x2c\x5e\x4d\x20\xa1\x98\x4e\xfc\x25\x3c\xa9\x84\x15\x3e\x0a\xa1\x2a\x97\x4c\x6b\xc0\x76\x87\x90\xb6\x44\x56\x2d\xb4\xa4\xc9\xa0\xe8\x8f\xc2\xc1\xd1\x38\x00\xdb\xac\xd5\x63\xfa\x5f\x2d\x77\x12\xed\xcf\xbd\x0f\x1f\xf5\x42\xad\x98\x25\x8a\xdd\xb6\xb5\xb7\x21\x1d\x57\x4c\x6d\xb6\xb3\x9f\xf3\xb5\x5f\xfc\x7b\xf6\xbb\x14\xf3\x30\x34\xf7\x2e\x6e\x9c\x3a\xe7\x3c\xae\x8f\x1f\x4e\xbc\x99\x1c\x8d\xf7\xf0\xb8\xa8\x8f\x31\x85\x21\x08\xee\x3b\x7e\xd9\x12\x26\xa0\x4e\x98\xa0\x8f\x3f\x56\x25\x8e\xda\x3d\xb0\xf7\x45\xac\xcb\x27\x1b\x47\xd3\x6e\x82\x5e\x79\xc8\x66\x61\xfb\xaf\xbc\xfb\x6d\x65\xc2\xcc\xec\xdd\x5f\xd5\x57\xfe\x99\x00\xc1\xc2\x5a\x38\x9b\x7b\x92\xd5\xcf\xda\x80\x4a\x5a\x9b\xef\x91\xd6\xae\xe0\x75\x09\xd5\xd2\x7d\xd7\x0b\xb6\x1e\xf3\x6a\x3f\xc8\x7b\xb6\x7f\x95\xf0\x33\xef\x93\xa2\xb6\xa2\x01\x47\x20\x28\x76\x24\xf8\x91\xb1\xe2\x55\xed\x83\x9e\xb1\x48\x33\x18\xbd\xe7\xf1\xae\xed\xae\x97\x2c\xa7\xfb\x76\x85\x27\xfd\x0b\x7d\xf7\x5d\xbd\x23\xd1\x11\x51\xe2\xd4\xb4\xcf\xdb\x97\x06\xdd\x72\x1a\xda\x19\xe6\xe2\x91\x56\xc0\xe7\x6c\x4a\x7b\xf6\xa4\xbe\xf0\x47\x47\x2f\xe4\x44\x55\x37\x98\xca\xcf\x48\xf5\x64\xd4\xda\x41\xb7\x04\x06\xec\xae\xb9\xaa\x21\x08\xab\x76\x75\x46\x76\x5e\x0b\x5a\x9d\x55\xbd\x26\xf6\x99\x92\xac\xcc\x62\x80\xd4\xb1\xd3\x9c\x93\x7d\x0c\x03\x33\x72\x34\xc6\x89\x33\x1d\x53\x90\xc1\x18\xe7\xc4\xbf\x89\x73\x92\x22\x04\xde\x59\x1b\xea\x69\x46\xc6\x63\xbb\x1d\xdc\x35\x0f\x3c\x2a\x6d\x3c\xa6\x49\xa4\xf9\x86\x61\x1a\x7d\x0f\x69\x12\xd3\xd6\x03\x5a\x49\xf2\x89\xd4\x7d\xfd\x5c\x94\x3c\x63\x7c\x71\x0a\xa2\xcf\x1f\x69\xaa\x22\xa3\x42\x61\x27\x9d\x24\x74\xb2\x67\x13\x8d\xfe\x7f\xe4\xfd\x09\x77\xdb\xc8\xb9\x30\x08\xff\x15\x11\x5f\xbf\x38\xa8\xf8\x11\x23\x39\xcb\x97\x80\x2e\xf3\xd8\xb2\xdc\x56\xbc\xb6\x24\xf7\xc6\xe1\xd1\x85\xc8\xa2\x08\x0b\x44\xb1\x01\x50\x96\x4c\x60\x7e\xfb\x9c\x7a\x6a\x07\x40\x49\xdd\xb9\xb9\x33\xef\x4c\xe7\xc4\x22\x0a\x85\xda\xeb\xd9\x97\xb8\x9f\x12\x2d\x08\x0c\x32\xb2\x4d\x68\xa1\x84\xd0\xa2\x19\xad\x80\xae\xa2\x0d\xec\xec\x18\xb7\x72\xff\x90\x52\x3a\x0b\x43\xfc\x9b\xb6\xda\x99\x3d\xdf\x3f\x0c\x43\x59\x27\xad\xeb\xd9\x33\x71\xed\xa2\x94\xce\x20\xa1\x05\x81\xf4\x39\x3d\x08\xc3\xd9\xb3\x03\x29\x6c\x6a\xd4\xed\x29\xb0\xe1\x24\x0c\x13\x73\x8d\x7c\x5e\xa4\xa4\x83\x03\xe8\x52\xda\x89\x8d\x96\xed\x6c\x63\x5a\x1e\xa5\xc5\x6c\x93\x25\xc5\x07\x19\xc2\x0c\xa5\x76\xdc\xc4\x0d\x1d\x3f\x96\x0d\xd9\xc5\xd3\xb4\x1c\xa8\x34\xc2\x7d\x04\x13\xb0\x83\xa1\xe8\x75\xd8\xb3\x1e\x16\xed\xb4\x7e\x9e\x7a\x7d\xa7\xa8\x66\xff\x10\xf4\xad\xec\x55\x1e\xf6\xbe\xba\xad\xeb\x03\xc3\xad\x2a\x89\x84\xee\x2d\x1a\x1c\x40\xe4\x3b\xe5\x4a\x89\x23\xde\x2a\x47\x61\x58\x48\x95\xa3\xa7\x44\xe4\x5a\xb7\xa8\x27\x95\x3c\x2b\xc7\xac\xab\xff\x63\x3b\xf5\x7f\x71\x24\x8f\x55\x15\x86\xc9\x73\x5a\xca\x40\x9f\xc8\xc4\x56\x34\x81\x94\xe6\xcf\x69\xa1\x14\x91\xf9\x33\xf5\xf3\x49\xd1\x55\x44\xfa\x6f\xfe\xfc\x74\x3f\x27\x04\x43\xb0\x10\x97\x13\x6a\x9b\x09\xf6\x80\x13\xf4\x54\x93\x6e\x9e\x3b\xf6\xe7\xf3\xfa\x7f\x72\x77\x0e\x1f\xbb\x3b\xbd\x5a\x5e\xb5\x69\x99\xbf\x69\xae\xe6\x37\x79\x9e\xfd\xf1\x1d\x7b\x46\xb3\xba\x2e\xed\x8e\x95\xff\xcf\xdc\xb1\x77\x6c\xd1\x17\x6d\x0c\x37\x4d\xef\x57\x7b\x01\xfa\x7a\x7a\x9f\x92\x9d\x1b\x85\xa9\x69\x76\xed\x95\xfa\x4a\x56\x1a\xa3\xd3\xdd\xeb\x8c\x27\x95\xdc\x9f\x61\xc5\x5f\xa7\xb7\x6c\x1e\xfd\x85\x90\x67\xce\x4b\x7d\xbb\xdc\xf7\xb1\xf7\x71\xf7\xfd\x73\xef\xfb\x56\xe3\x24\x0c\x8b\x61\x91\x5e\x2d\xab\x67\x94\xcb\x1f\x61\x58\xb5\xf1\xa4\x6f\x8f\x34\x4e\x75\xd5\x7d\xf5\x6d\x9c\xd7\x75\x94\xd2\x77\x29\x81\xd4\x86\xa6\xc8\x7f\xf7\xb6\x1d\x08\x86\xf3\xbe\x6d\x43\xfb\xa4\xff\xf4\xbe\x0d\xfe\xe8\xc6\xfd\xce\xb5\x8f\xff\x9d\x5d\xc7\x8d\x13\xd7\xe5\x39\xe5\xea\x6e\x3d\xbc\x6d\xf2\x8b\x7d\xf9\xc1\xff\xd8\xa6\x49\xe3\xbb\xfb\x13\x07\x6b\x82\xae\x9f\x03\x14\x34\x59\xfe\x07\x69\xb2\xfc\x01\x9a\x2c\xef\xd0\x64\x9c\x1e\x0b\xbe\x12\x7b\xe5\xfe\xab\x42\x40\x59\xed\x67\x08\x89\x78\x2a\xc5\x3f\x59\xcb\x69\x0d\x7d\x0b\x76\x10\x57\x8a\xa0\xcb\x77\x12\x74\xf9\x2e\x82\x2e\x37\xe6\x83\x3b\x1b\x87\xb9\x0b\xd7\x67\x12\xd6\xaf\xdd\xb2\x8d\x41\x0b\x0b\xbf\xaa\x2e\x5e\xfa\xb5\xb1\x85\x95\x25\xfb\xef\x33\x6b\x8a\x18\x6c\x60\x46\x54\x2c\x8b\xf9\xf3\xf5\x93\x4c\x1a\x10\x2d\x9e\x2d\xf7\x33\xa5\x78\x5c\x49\xd2\x11\x2b\x24\xe3\x28\xa1\x73\x28\xe8\x4a\xa0\x09\x12\xcb\xba\xe5\x38\x2a\xe9\xc2\x96\x4a\xec\x52\xd4\xf5\xea\x19\xc5\xcc\x27\xfa\x0d\xd1\x84\x65\x2e\x4f\xcf\x95\xb2\xab\x4c\xc3\x30\xdd\x41\x61\x5e\xf5\x53\x98\xa9\xa3\xa0\x6c\x1d\xfa\x54\xa1\x93\xc7\x93\xa0\xd5\xff\xbe\x24\xe8\x55\x57\x68\xb3\x53\xa4\x2b\x2d\xd7\xfc\x05\xb9\x8f\xb5\x42\x35\x44\x0f\xb9\x53\xd7\x55\x5d\xe7\xc6\x27\x91\xed\x3c\xdb\x85\x02\x75\x4f\xb8\xa6\x10\x30\x23\x63\xc5\xd7\x4f\xb8\x8a\x15\xfd\xe7\xa7\xa3\xfe\x2e\x7a\xa5\x3c\xca\x76\xac\x40\xdb\x31\x01\x04\x77\x89\x83\xb0\x5b\xc1\xd8\xe4\xbb\x2a\x54\x7c\x4d\xd3\xb6\xca\xfa\x3e\x29\x46\x5f\xc2\xc1\x1e\xed\x14\x23\xbd\x32\x99\xae\x9c\xc1\x7c\xe2\xfb\x81\x19\xe6\xdf\x58\x38\x29\xa7\x8f\x5e\x3d\xc8\x3d\x96\x4f\x3d\x72\x82\x6a\x64\xdd\x43\x8c\x4b\x67\x6f\x06\x79\x2b\x95\xf3\x46\x37\xd8\xad\x74\x78\xc0\x76\xa8\x2f\x69\xd3\xc3\x9f\xed\x36\xe2\xb9\xef\xbb\x3e\x65\x12\x01\xab\xb0\xf3\xd7\x30\xda\xa9\x80\x90\x4a\xfa\x7e\x81\x7d\xdf\x3a\x0c\x64\xe0\xa0\x7e\x85\x5e\xdf\x4c\xa4\xe7\xd4\x8e\xc6\x76\xeb\x06\x77\x36\xe5\x8a\x8e\x30\xa3\xbf\x8d\x7a\x78\x30\x42\x62\xbe\xf2\xb2\x5d\xa9\x18\xbb\x93\x7c\x3a\x5a\xa6\x11\x27\x36\xc0\x06\xef\x11\xd2\x59\x41\x9f\x63\x9c\x71\x8f\x20\xac\x67\x45\x49\xaf\x86\x0a\x8d\x36\x83\xfd\xc3\x60\xd0\xe9\xf8\x54\x74\xcc\x7d\x19\xf8\x69\x2a\x25\xeb\xf1\x3d\x3b\xc7\x21\x38\xf8\x1d\xcd\x1d\x04\x84\x90\x38\xe2\xad\x68\x11\xca\x23\x7b\xc7\x7a\xec\x18\x16\x2c\x70\x29\x3d\x18\x2b\xfd\x94\xc6\xbb\x26\xf2\xff\xee\x85\x8d\x83\xf2\xe6\x4a\x2e\xa2\x12\x1f\xbb\xe1\x44\x5a\x0d\x05\x4e\x44\x92\x4e\x8b\xce\x4b\x50\x2d\x90\x9d\x36\x8d\xbc\x07\xb8\xf7\x1b\xdc\xf7\x41\x76\xd7\x82\xa1\x1d\xda\x63\x26\x5b\x61\xaa\x95\xa0\x4d\x48\xfb\x04\x6d\x4f\xeb\x26\x96\x88\x15\xb3\xa7\xa2\xaa\x8c\x23\xa2\x0a\x87\x15\x7f\xc7\xbf\xb2\xe2\x28\x29\x59\x84\x32\x72\xed\x42\xbc\xbb\x56\x47\x85\xd3\x43\x40\xf7\xf8\xef\x29\xa5\x51\xcb\x0a\x1b\xb5\x82\x6c\x58\x61\x1a\xed\x37\xa9\x56\xed\x45\xb2\xa8\xd5\xf1\xf3\xfd\x43\x1b\xa6\x56\x1a\xdd\x60\xa6\xd3\xa4\xa8\x80\x53\x54\x55\xda\xe2\xe3\x7c\x8e\xe1\x17\x6f\x92\x6c\x23\x83\x2f\x16\x2c\x99\x7f\xcc\xb3\x3b\x41\x0c\xf2\xba\xce\x9f\x1f\x08\x26\x40\x80\xd4\xba\x16\x1f\x17\xc6\x8d\x51\x15\x3a\xd7\xcb\x75\xe8\x31\x24\x8b\x6b\xa0\xe9\xcf\xff\x63\xfe\xa2\x28\xf8\x57\x74\x17\x7a\x7c\xdd\x88\x11\xcb\x75\x68\x33\x81\x83\xde\xe5\x36\x8c\x6c\x6b\xa5\xd5\x47\x4e\x97\xb3\x25\x43\x4d\xcf\x07\x2e\xbe\xa9\x6b\x15\x11\xa6\xad\x85\xea\x73\xad\xdc\x71\x66\x07\x3d\x2c\x57\x18\x7e\xcb\x0d\x5e\xf2\x0d\x5a\x3a\x44\x89\xa6\x21\x7a\xac\xc8\x7f\xe8\xb7\x89\x01\xdf\xd6\x9e\x6e\xfb\x48\xec\x78\x70\x08\x86\xb0\x8c\xdb\x74\x26\x74\x8c\xdf\x31\xa0\x69\x2b\xf8\xa7\x8d\xe5\xf0\x39\x35\x82\x04\x71\x5e\x02\x93\x87\xd2\x21\x2e\x5e\xa7\x75\x6d\x8c\x88\x30\x9f\x06\x37\xce\x04\x15\xed\x4b\x96\x66\x32\xa5\xdb\x04\x1b\xa4\x3f\xea\xc1\xa6\x64\xc5\x8b\x2b\xc1\xe7\xbe\x4e\x29\xda\x0e\x61\x34\x22\x6e\x6e\x48\xf0\x3e\x99\xa5\x79\xc5\xcb\x65\x60\x73\xe6\xbe\x4e\xd1\x45\xfa\x4b\x0a\x3f\xa6\xf0\x7d\xda\x5d\xe1\xc1\x20\x92\x21\x0e\xc2\x50\x85\x9a\x32\x03\xe9\x96\xd8\x41\x90\x30\xfc\x73\xfa\x29\x99\xd7\xe9\xa7\xa5\x40\x1d\xe9\x27\x3e\xff\x73\x2a\x33\xc8\xdd\xf3\x95\x13\xf7\xe4\x6d\xda\x36\x0a\x90\xd1\x78\x89\x32\x68\x55\x66\x16\xd7\xec\xae\x8c\x18\xb9\x2f\xe3\xa0\x5d\xcd\x49\x3a\x0d\xc3\x48\xfc\xa1\x6c\x92\x4e\x89\x55\xfc\x9b\x6e\x7f\x4b\x3d\x6f\x82\x59\x92\x1f\x89\xfb\x30\x16\xd0\x51\x30\x6a\xe2\x81\xcd\x31\x1a\xd7\x4c\xfe\x26\x71\x70\xc9\x79\xc6\x12\x97\x8c\x74\xea\x8e\x9d\xdf\xfd\x55\x67\xa6\xa2\xfa\x25\x63\xc1\x9b\x31\xfd\xda\x8a\xf8\x34\x2c\x37\x97\xef\x59\xbe\x51\x81\xb2\xc5\xc0\x2a\xb6\x2a\x9d\x28\x4e\x3f\xb4\xbf\x48\x4b\xed\x97\x8c\xf5\x8d\x53\xb7\xfd\xe4\x17\x77\xe2\xca\x09\x04\x17\x63\x1c\xac\x58\xbe\x11\x3d\xe0\xe8\x2e\xf9\x6d\x10\x9b\xa2\xc0\x36\xf0\x5d\x6a\x15\x6d\x66\xfd\x3a\x3e\x00\xb2\x02\x74\x6f\x32\xeb\xb5\x5e\x95\xd5\x9b\x6e\x64\x49\xc1\x29\x1d\x4e\x69\x50\xf1\xb5\x0a\x18\x89\x82\x07\xba\x2f\x0a\xe5\x6f\x95\x90\x53\xf0\x5c\x4f\xa7\x34\x10\x3f\x64\x11\x4a\x1b\xe9\xbe\x28\xc4\x9f\x41\x13\x7d\x49\xeb\x3a\xfa\x92\xf6\x27\xfc\x14\x7d\x1d\xf4\xf4\xd5\xee\x0a\x83\x36\x61\x5f\x2a\x7c\x13\x26\xf9\xcc\x55\x72\xcf\x7c\x1e\x34\xd1\x8f\xa2\x9f\x1f\x53\x1b\xec\xf3\xe7\x14\xfe\xe5\x5d\x3b\xb3\x9e\xac\x47\x6f\x29\xed\x1e\x0f\x3a\x66\x8f\x6e\x89\x8c\x0a\xea\x96\x48\x6d\xa7\x36\x34\x10\xb3\xc9\xe5\x4f\x35\x0f\x2e\x9f\x70\xa5\x14\x48\x96\x4b\x64\x42\xec\xf4\xdb\x34\x31\xd7\xa6\x49\xe5\x3c\xbc\xcf\x96\x49\x4a\x7b\x4d\x5f\x7f\xd4\x94\xca\xeb\x56\xa5\x58\xbc\xb7\x5f\x39\xcd\x7d\x3d\xfb\x87\xfb\x75\x7a\x18\xb2\xdf\x36\x49\x56\xf6\x61\x36\x47\xb6\xaa\x9b\x36\xb2\xd5\xbf\x12\xc1\x71\x3b\x35\x58\xfb\x75\x18\xb6\xbf\x6f\x89\x67\x7b\x9a\xe8\xd6\xe8\xb6\x22\x56\xf6\xbe\x36\xda\xef\xbb\x2d\xe0\x36\xdd\xd7\x44\xa7\x42\x03\xac\x89\x1c\x5c\xc8\x12\x3f\x78\xea\x56\x3a\x47\x1e\xcf\xaf\x58\xcc\x20\xd1\xe2\x0e\x7c\xae\x20\x2d\x5f\x6c\x2a\x1e\xe7\x32\xdc\x5a\x95\xd0\x28\xfa\x19\x6f\xc8\xe4\x4d\x31\xa5\x2c\x89\xbe\xa4\x62\xf1\xe0\x4b\x8a\x83\x27\xf0\x73\x3a\xf9\xe6\xbe\xc1\x92\x9f\xda\x75\x71\x94\xf8\xea\xb3\xf7\xca\x49\xb0\xf1\x73\x3a\xf9\x62\xde\xc9\xc5\xf5\x7a\xf9\xb1\xf5\x12\x0b\xbf\xef\xf9\xc2\xf6\xf5\xb6\xfd\xd6\xef\xee\x37\xf3\x5a\x74\x02\xce\xf8\x7f\xf5\xde\x60\xd1\x0f\x9d\xca\xce\x30\x7e\x31\x2f\xb1\x73\xb7\xa9\xef\xfc\x57\x58\xf6\x73\xb7\xba\x6d\xcc\xd9\xba\x3c\xf1\xe8\x42\x79\x6e\x9f\x49\xa7\x4e\x41\xc7\x9a\x53\xf8\xdc\xb8\x85\xaa\x62\x31\xc6\x67\x52\xc6\x45\xc2\x70\xa0\xcf\xc9\xf3\x4a\x8d\xc2\x8d\x32\xc8\x13\xd7\x6a\x68\x32\x35\xee\xa2\xb6\x37\xcc\xeb\xb0\x29\x97\x66\x8f\x3b\x1d\xbb\x35\xf4\x5c\xbc\x61\xb8\x15\xe4\xa2\xb6\xc6\xe4\x56\x50\x4b\xe5\x90\x02\x45\xe2\x87\x87\x9e\x7c\x49\x27\xd5\x74\x6a\x2b\xa4\xad\x63\x6e\xaa\xd0\x1c\x9c\x80\x9e\x89\x37\xd9\xbb\x24\x32\x96\x3e\x11\x76\x91\x0f\x65\x0e\xb1\x1b\x26\x2e\x04\x79\xa2\x0a\x73\x76\x95\x98\x42\xf2\xe7\xa7\x4e\x6c\xe2\xd6\xc0\x9e\x1f\x8c\xab\x78\xff\xf0\x4f\x95\x13\x91\xd8\xaf\x82\x5f\x14\x09\xfa\x66\xba\x61\x86\xdb\x13\x28\x93\x28\x07\xd9\x3f\xd9\xc7\xfa\xb9\x17\x9f\x36\x79\x84\x2d\x8d\x5a\xb6\xfd\x1c\x52\x6a\x56\xc8\xc4\x88\x46\xfb\x0e\x2c\x16\x03\x96\x7d\x89\x5f\x64\xbf\x20\x04\x52\x27\x80\x6b\xd2\x21\x27\xba\x08\x0d\x07\x94\x83\x1a\xe9\x13\x1c\x3e\x77\x47\xbc\x6e\xcf\x30\x4b\x50\x57\xf3\x1c\xff\xba\xc9\xdc\x17\x49\x9b\xde\x3c\x50\x94\xa6\x3a\xac\xf7\x91\x98\xf9\x13\xa9\xee\x58\xf3\xaf\x91\x5a\xd4\x94\xc0\xd3\x3e\x02\x73\x99\xf8\x31\x7e\x9d\x95\x2c\x50\x29\xa1\x16\xb2\xa4\x7c\xe8\x41\x4a\x54\x0f\x61\xc9\xb9\x81\xa6\xb0\xa1\x5b\xe3\xee\x31\xab\x92\xfc\x2a\x13\x10\xd6\x01\xb7\x7c\x68\x1f\x5a\x90\xb7\x6c\x46\x69\x5d\x27\x75\x1d\x6d\x3a\xb6\x52\xa8\xab\xec\x1d\x57\x4a\x27\x0e\x40\x6a\x01\x13\x05\x85\xa6\xa3\x45\x81\x01\x6a\xd2\xc9\xc1\xf4\x4f\xa8\xed\x9a\x1c\xe2\x0f\x2b\x0d\x4c\xa0\xa4\x72\x4e\x95\x3b\x9d\xf6\xa4\x67\x34\x83\x39\xdd\xc0\x9a\x1e\x8c\xd6\xcf\xfe\x3a\x5a\x8b\x95\x4f\x17\xd1\x3a\x89\x4a\xc8\x21\xd3\xfc\x6f\x77\x19\x4a\x77\x19\xb2\xd6\xdc\x37\x8d\x8a\xf0\xbc\xc0\x76\xc8\x28\x1a\x24\x75\xbd\x78\x96\x60\x36\x62\xba\xd0\xfd\x12\x48\x87\xe5\x3a\x4b\x67\x2c\xb2\xb2\x86\x8c\xc0\xa1\x78\x21\x0f\xc3\xf3\x03\x4c\x5b\xae\x5f\xee\x1f\xfe\x29\x23\xcf\xf7\x0f\xc7\x99\x98\x6f\x1c\x6d\x68\x06\x19\x4d\x87\x25\x36\xb2\x7f\x48\x26\x07\x53\x02\x25\xbd\x91\xe7\x60\x7b\xef\x20\xa1\x30\xe6\xff\x3d\x13\xec\x6b\x63\xd6\x6a\x63\x2e\xda\x80\x7b\x2b\x34\xce\xa6\xeb\x84\xdc\x3c\x89\x36\xc3\x76\x8f\x90\x13\x98\xd3\x74\xbc\xbf\x71\xf6\x2c\xb6\x49\x8d\x67\x66\x45\x48\x2a\x56\x29\x5d\x44\x1b\x7f\x3b\xc3\x70\xe6\x2e\x54\xeb\xad\x95\xd7\xac\xef\xc9\x03\xed\x9f\x8f\xd4\x04\xa3\x92\x27\x9c\xee\x1f\xfe\xa9\x18\xed\x5a\x32\xb1\x60\xdd\x69\xf9\x2b\x98\xb6\x16\x28\x69\x24\xcb\x72\x6f\x95\x26\xda\x40\x05\x05\x24\xd2\x7e\x31\x89\xd6\x7d\xab\x67\x83\x91\x6f\xe8\x2a\x89\xf8\x8e\x6a\xb0\x81\x1c\xe6\x32\xfb\xda\x1e\xd6\x9c\xa9\xa2\x51\x4f\x91\x8e\xc4\xee\x44\x08\x76\x40\xa7\xbe\x6e\x05\x3d\x10\x6b\x35\x2a\x9e\xe9\x73\x3b\x2a\x34\x10\x4b\x68\x3a\x29\xa6\xe0\xe6\xa7\xe6\x61\xc8\x29\x15\x8b\x99\x90\x92\xce\x92\xa8\xea\x0e\x34\x11\x70\x37\x87\x84\xa0\xea\xbe\x1a\x2e\x78\x31\x63\xf3\x93\x1c\xb5\x6e\xa5\x49\x39\x20\x6e\x2a\x9d\xf7\xb6\x80\x1f\xe7\x80\xbd\xd4\x75\x84\x1d\x95\xf8\x28\x9b\xc6\x17\xbb\x5a\x27\xa3\x6e\x8b\xb4\xb4\x1a\x24\x1b\xd2\x38\xf1\xe3\x63\x20\x06\xf6\x70\xae\x5e\x43\x44\x27\x1c\xf2\xfd\x48\xe1\xec\x7d\xc4\x4f\xdc\xa3\x5d\x6e\x92\x5e\x20\xa9\x71\x92\x02\x92\x39\xfb\xba\xf7\xaf\x54\x91\x45\x9a\xee\x00\xa4\x6f\x0c\x25\x43\xd0\xf1\xd6\x3f\xcf\x25\xda\x33\x9b\xf3\x9c\xd1\x62\x5c\x0a\xdc\x5e\x8e\xa2\x94\x16\xe3\x79\x12\xa5\x50\x41\x09\x9c\xc4\x0f\xda\xb7\x1a\x94\x5c\x26\xe2\xb6\x89\x2a\xde\x4c\xb1\x4c\xe3\xce\x82\x34\xa6\x69\x48\xc8\x38\xa5\xaa\xaf\x84\xc4\x29\xbd\x12\xbf\x33\x48\x12\x19\x4e\xde\xa4\xf5\xb6\xcb\x72\x97\xb8\x82\x13\x4a\xa9\x44\x05\x75\xad\x7e\xcb\x29\x8f\xb7\xee\xba\xc7\x1a\x93\xb8\xb4\x4e\xac\xd1\x4a\x13\x77\x2a\x8b\xd5\x6b\xd7\x95\x0d\x37\x76\x24\x97\x6d\x9c\x9f\x87\xa1\xb1\x0e\xdb\x48\x8a\xa1\x22\xe4\x79\xbb\x0c\xc9\x10\x32\x16\x7f\x62\xe7\xf8\x5c\x24\xdd\x5c\x0c\x98\x6e\x41\x20\xdf\x06\x66\xf4\x44\x9c\x27\x04\x8c\x79\x8c\x4b\xba\xa6\x45\x5d\xdf\x25\x51\xde\x7f\xca\x92\x30\x1c\xb4\xf5\xdf\x1e\x85\x23\x83\x88\x2b\x3a\x4a\xe0\x5f\x45\xab\x44\x0c\xa2\x8c\xae\x01\x51\x0c\x70\x71\x65\xd6\x14\x67\xbb\x16\x67\x14\x36\x82\xfc\x9c\x4f\xa7\x14\x27\x34\x83\xb9\x2a\x5a\xdb\xa2\x35\x81\x32\x0c\x23\x2c\xde\x3f\xfc\x93\x53\x59\x3c\xa9\xfa\xfb\x87\x7f\x5a\x7b\x2f\xd6\xa2\x71\xbb\x22\x47\xee\x56\xe3\x2a\x96\xbf\x15\x55\xc4\xfe\xc4\xfe\xf4\xd4\xb9\x28\xb7\x89\xa3\xdd\x6f\x89\x30\xde\x16\x04\xb4\x95\xf7\xd6\x07\xa6\xed\x1b\xa1\xd9\xc3\xa1\xfc\xe1\xc2\x61\xf7\xaa\x34\xca\xea\x46\x4a\x09\x93\x09\x9b\xda\x84\x0c\x45\x44\xc6\x11\x6f\xa3\xa2\x56\xc1\xff\x7a\x4a\x29\x3d\xc0\x2c\x9e\x5e\xb9\x00\x82\xad\x22\x2d\x5b\xc1\xf8\xff\x55\x32\xa9\xa6\x31\x27\x31\xb7\x53\xff\xda\x02\x39\x89\x24\xbd\xa1\x10\xbf\x04\xfd\x09\x29\xc5\x0b\x03\x09\x4d\xbd\x43\x02\x25\x4d\x3d\xd2\xdf\x50\xce\xcf\x68\x31\x4e\xe2\xd2\x76\x72\xdd\xa5\x24\x91\x6e\x54\x00\x8a\x4b\x74\xa4\xef\x80\xa4\x73\xc6\x0f\xd0\x49\xf7\x90\x8b\xad\x35\x68\xe2\xa5\x68\xd2\xed\xdf\x0e\xed\xac\x35\xff\xfd\xc3\x3f\x79\x68\xba\xd0\xf0\xf1\x00\xba\xf8\x58\xa5\xee\xee\x7d\x25\xc5\x3d\x62\xf9\xb6\x0d\x24\x78\xf8\xbb\x68\xa5\x45\x23\x8c\x5b\xcf\xf1\x5d\x12\x71\xff\x6a\x62\xba\x45\x3c\xf0\x7d\xad\xc9\x81\xdb\x12\xee\xc0\x0e\x04\x9f\xdc\x81\x88\xe2\x02\xf1\xe9\x94\xaa\x17\x80\x05\x89\xbc\x4e\x92\x42\x00\xbd\x07\x9f\x74\xea\x68\x3c\xb3\x29\x81\x59\xc6\x4b\x56\xca\x41\x8a\x23\xe4\x2e\x59\xd5\xa2\xe3\x38\x2c\xd3\x39\x7b\xc9\x92\xeb\x78\x50\x3a\xd0\xef\xd8\xe3\x36\xab\xee\xe0\x11\xff\x39\x2d\x4b\x8b\x18\x6f\x35\x52\xca\xbd\x33\x08\x89\x3c\xb7\xfe\x67\xa5\x41\x72\x7f\x7e\x0a\x5d\x5c\x2c\xb7\x71\x5f\xbc\xdc\x51\x41\x6e\xa6\xa8\x41\x20\x73\x4e\x84\xd8\x7a\xb3\xa0\xeb\x24\xca\x04\xfa\xc9\x04\x71\x90\x21\x90\x76\x97\x45\x7e\xdd\x2e\x4d\xf6\xb3\x24\x2a\x7a\xfa\x24\x04\x4a\x28\xc8\x58\xb4\x0a\x25\xa4\x02\x86\x66\x02\xd3\xc9\x27\x12\x9b\x87\x82\x80\x23\x82\x3f\x49\xdc\x54\x67\xbb\x6c\xf2\xf4\x5d\x93\x33\x91\x42\x08\x50\xb2\x06\x40\xa9\x06\x18\xa9\x89\x6d\xfb\x95\x0b\x4e\x1f\x45\x37\xd8\x6f\xcf\x93\x2e\x81\x7c\x95\xac\x31\x4a\xd3\xd8\xfe\x8c\x05\xf1\xd7\xe3\xb0\xa5\xbc\x39\xc5\xbf\x2d\x4f\x30\x63\x87\x31\xca\xf5\xce\x68\xe3\xc4\x9f\xa1\xfb\xeb\x17\xfb\x4b\xd1\xad\xd8\x66\xef\x42\x91\x5c\xa2\x4c\x24\x0f\xd5\xa8\x2b\xd0\x76\xa5\x75\x5d\x0c\x6f\x21\xa1\x85\xa4\x1e\x8a\xe1\x1d\x94\x54\x59\x08\xd7\x75\x2a\x28\x22\xb5\x0c\x75\x9d\xd8\xc1\xa5\x50\x42\x02\x19\x46\x26\x1e\xe4\x12\xc8\x12\x4d\xfc\x6e\xe8\x01\x20\x4f\x23\x4a\x47\x9b\x67\x9a\x51\x19\x6d\x34\x09\x3c\xa7\xb3\xc9\x66\x3a\xca\x35\x06\x65\xea\x87\x0c\x23\xba\x97\xdb\xd3\x89\xff\xb3\x5b\xdd\x88\x36\x75\xf4\x3b\x48\x7a\x19\x69\x23\xdc\x92\x18\x0c\xf3\x27\xf8\x28\xa6\x7b\xd9\x73\x42\x34\x1c\xb3\xec\x3e\x2d\x80\x35\x91\xc0\xab\x43\x47\x53\xf9\x26\xcd\x2b\xe8\x94\xbc\xe6\xc5\xe9\xf9\x3b\x84\x40\x20\x86\x88\x39\xda\xcf\x75\xec\xd4\x56\xc3\xe2\x32\x5f\x27\x91\xa4\x64\x44\xfd\x04\x8a\x9e\x26\xd3\x5b\x36\xf7\x9b\x32\x0b\xa1\x92\x65\x96\x44\xf3\x52\x16\xc1\xa4\x8d\x73\x60\x4f\x93\xee\xca\x74\xe0\xe1\xc5\x0e\x36\xcd\x5b\xa3\xbc\x0d\xe7\x11\x0f\xb1\x16\xa3\xe0\xc1\x4c\xb6\x1b\xbb\xb5\xda\x72\x00\xea\x27\x9f\xde\x47\xea\x5e\x6c\xa5\x00\xbd\x2a\x79\x4f\x18\xb2\xe1\x25\x4b\xae\x31\xeb\x7c\x5d\x1f\x40\x42\x8f\x92\x28\x25\x7f\x7e\xfa\x24\xda\x71\x1f\xc5\x8a\xb3\x51\x69\x4a\x68\xa2\x3c\xb9\xc4\x25\x17\x03\x1f\x0b\xb0\xa0\x7e\x93\xd8\x1c\x3f\xa5\x3c\x4d\xf3\x9c\x15\xd8\xdd\xbe\x1f\xb2\xc0\xd0\x59\x37\xa9\xf6\x21\x69\xc7\xbf\x57\xf6\x68\x18\x1b\x85\x8c\x54\x8e\xc9\x61\x69\x53\x35\x44\x5a\x99\x13\x1c\x1e\x1c\xac\x6f\x03\x19\xa2\xb0\x53\x49\xab\x5e\xee\xaf\xa5\x13\x3e\x04\xa0\x73\x3c\xec\xa8\xb8\x56\xbb\x1f\x40\x90\x5c\x96\x3c\xdb\x54\x6c\x57\x55\x54\xc4\x05\x98\x51\x01\x3b\x36\x33\xbc\xe4\xf3\xbb\x61\xb2\x5e\xb3\x7c\x8e\xb6\xa9\x82\xc2\xba\x49\x4d\xf2\x25\xb9\x60\x4c\x41\x2a\x7c\x6a\x7d\x2b\x75\x90\xfa\x5b\xcd\x4c\xde\xa4\x4d\x44\xc0\x5f\xfc\x37\x8a\x12\x99\xd1\x73\x29\x8a\xda\x00\x06\x9e\x39\x13\xac\xf9\xb1\x60\x97\x66\x04\x36\xed\xfb\x71\x2a\xde\x56\xb0\x69\x5d\xc8\x82\x10\xd8\x8a\x13\x64\xae\xc0\xdc\xbd\x34\xef\xbb\xb2\xd0\x2e\xf3\xa7\x5e\x38\xc7\x75\x70\x40\x8c\x6c\x47\x86\x42\xff\x90\xd0\x49\x70\x7e\xfc\xfe\xd3\xbb\x17\xe7\xc7\x01\x04\x67\xe7\xbf\xbc\xc3\xbf\x47\xa7\x27\x9f\xce\x83\xa9\xd5\x03\xbc\x73\x10\x9e\x4c\x37\x82\x36\x39\xa4\xdd\x3d\xd9\x36\x23\xcf\x6f\x9f\x0d\x74\x20\x2b\x74\x2f\xf6\xf2\xb9\x59\x71\x84\x94\xac\xb6\xde\x1b\xd3\xc0\xfb\x63\x55\xa5\x2d\xcb\x27\x37\x83\x26\x19\xa5\xd2\xc3\xde\x38\xef\xea\x40\x01\x89\x63\x36\x91\x68\xb3\x89\xa4\x65\x30\xa4\xfc\x14\x3f\x24\x46\x4a\x95\x1a\xef\x62\xa3\x2c\x98\xa4\x90\x4c\x49\xc3\xda\xc3\x37\xc2\xde\xfe\x08\x85\x6c\x72\x30\x6d\x59\x8e\xb9\x23\x07\x39\x62\xe2\x29\xa0\xc9\xd6\x57\x7c\xf7\xb7\xac\xc8\x92\xc9\xc1\x14\x72\xca\x26\x87\xd3\x51\x3e\x6e\xbb\xe8\x7b\x5d\xe5\xbd\x5e\xf7\xde\x3a\x36\x84\x34\xe8\xfb\x4e\x27\x53\x07\x18\xbe\x48\x8c\x6b\x1a\xda\x6d\x60\x82\x07\xab\xbd\x31\x71\xc6\x23\xf3\x1b\x31\x67\xc6\x09\x60\xfd\xe3\xc5\x42\x90\x4a\x51\x57\x53\xdb\x72\x7d\xab\x46\xd6\x30\xc6\xb4\xe5\x99\xbe\xd4\x75\x85\x69\x32\xb8\xd8\x39\xb0\xfd\xe9\xe8\x0d\x04\x26\x53\xa7\xdc\xce\xe1\x75\x8b\x66\x4a\xed\x54\x72\x32\x4a\xed\xc0\x77\x0e\x59\x99\x94\x85\x61\xa0\xea\x06\x69\xbe\x27\xe0\xbb\x7a\x8c\x99\xe7\xc5\xfc\x1d\xba\x82\xf7\xa6\xca\x32\xbd\x09\x68\x23\x78\x7a\x31\x6c\xe4\xde\xa6\xf2\xc6\xbe\x4c\x4c\x32\x0d\xb4\x13\xbc\xad\xa2\xad\x04\x43\x71\x37\x95\xb2\x7c\x31\x56\xef\x75\x1e\x2b\xf8\x98\xf4\x58\x4e\xe1\xdc\x74\x93\x2f\x13\x32\x94\x5f\x35\xf0\x26\xe9\xb8\x21\xba\xf9\xef\xc4\x96\xa8\xcd\xef\x7e\xed\x6e\x10\xd3\x97\x8c\x0d\x35\x8c\x75\xcc\x7b\xbe\x79\x04\x35\x2f\xd2\xab\x34\x4f\x32\xed\x0e\x94\x3b\x29\x46\x65\x60\x9a\x2a\x0c\x73\x69\x5a\x5e\x54\x11\x09\xc3\x92\x55\xe7\xe9\x8a\xf1\x4d\x77\x67\xd8\xc8\x8e\x53\x85\xb9\xf0\xc6\x55\xd7\x3a\x77\x89\x58\x6d\x37\xed\xe6\x4f\x1e\xef\xc4\x86\x3c\x97\xa1\xfc\x54\xcc\x1c\x4e\x1d\xc3\xac\x6f\x49\x9c\x83\x73\x74\x08\xd2\xac\xea\x61\x70\x48\x46\x0f\x9c\x77\x7b\xce\x7e\xe8\x44\xee\x87\xee\xed\x46\x18\x0c\x39\x95\xd9\x64\x3c\xbf\x26\x63\xe6\x93\xd7\xb5\xb4\xf6\xce\xc5\xe5\xb5\xe6\x70\x61\x18\x25\xa6\xb7\xc1\x81\x07\x5f\xbc\x05\xe3\xce\x32\xf1\xba\xe6\xd1\xb6\xb5\x31\xb1\x19\x35\x78\xdb\x13\x27\x36\xc4\xb4\xda\xeb\x23\xef\x7d\x64\xb7\x44\x4c\x77\xc7\x39\x59\x26\xb2\x3a\x56\xc0\x64\x5c\xe9\x8e\x6b\xfd\x5a\x30\xd3\xd2\xf2\x36\x90\xd7\xf4\x28\xc9\xb2\xcb\x64\x76\xed\xad\xb5\x3b\x6d\xf5\xa5\x98\xbf\xfc\x5a\x06\xc6\xdb\xf5\x31\x26\xfb\x32\xc6\x8a\x6c\x58\xb0\x2c\xa9\xd8\x5c\x22\xec\x30\x1c\x58\x87\x18\x93\x0b\xb7\x55\xa9\xb5\xee\x87\xc4\x8e\x00\xaf\xf6\xe7\x04\xbe\x88\x33\xb3\xe0\xc5\xd7\xa4\xc0\x28\x6e\x51\x5f\x50\x8d\xb7\x69\xb4\x35\x91\xce\xcd\x69\x8c\x07\x07\xc0\xf2\xe4\x32\x63\x2f\x8a\x34\x79\x83\x60\x5b\x45\x47\x90\x96\x8a\x8c\x00\x77\x8f\x67\x4a\xcf\x8a\x88\x43\x45\x46\x83\xbe\x5e\x8c\x61\xf1\x19\x06\x54\x8d\x74\x16\xeb\x15\x9f\x27\x59\x30\x25\x6d\xcb\x5f\x36\xdc\xd5\xfb\xce\x93\x2f\xb3\x92\xb6\xbd\xee\x04\xa9\xe1\x98\x6e\x12\x98\x54\x90\x4f\x05\xf6\x11\x04\xd5\x4f\x52\xa5\x3b\x92\x7a\x8a\x7c\x58\xf0\x4c\x0a\xc9\x6d\x00\xc0\x0d\xcd\x9d\x1c\xf9\x33\xf7\x49\xc6\x0b\x9c\xab\x22\x37\xac\xe0\x1a\x73\xfe\xdc\x65\x0c\x16\x4e\xf0\x4b\x58\x62\xa0\xac\x57\x69\xb9\x4a\xcb\x12\x56\xbd\x41\x4e\x04\x0e\xd4\x4b\x8b\xb9\xfd\xc5\x75\x87\x94\x72\x81\x80\x13\xca\x05\x02\x76\x81\xec\x6e\x18\x90\x3f\x22\x3f\xa1\xe1\xd3\x07\x8a\x14\x46\x1b\x6d\x49\x14\x6b\xda\xfa\x17\xcd\xad\x2b\x0f\x46\x67\x91\xc3\xd0\x5c\xbd\x9c\x56\x7d\x88\xd4\xb1\x31\xed\x38\x8b\x11\x2d\x55\x70\x4e\xbb\xeb\xa0\x58\xd2\x7b\x3c\xcd\xbc\xaa\xa3\xe2\xf9\x41\x18\x96\xcf\x65\xbe\xbf\x72\xbf\x78\x7e\x48\x9a\x54\xa6\xf4\x4c\xd0\x2c\x9e\xf4\x59\x05\xe6\x16\xc5\x63\x8d\x54\x1d\x8b\x2b\x7a\xcf\xbd\xc5\xa4\x1f\x3a\x68\xf4\x8f\x39\x59\x86\x61\xb4\x14\xe0\xf3\x71\xc1\xd7\xf1\x0c\x2e\xad\xf8\xf8\x75\x12\x7d\x14\x5b\x6e\xe3\x74\x5e\x75\x13\xab\x9b\xf4\xec\x05\x5b\xc4\x69\x03\x5f\x78\x94\xc3\x67\x4e\xdc\x28\x90\x25\x88\xd3\x1b\x27\x6e\xe6\xfb\x20\xde\x74\x13\xe1\xc7\xb3\xbe\xb0\x92\x6e\x94\xc6\x2b\xc0\x13\x10\x67\x36\x29\xe5\x2f\xf1\x6a\xac\x59\x2c\x85\xfb\xa1\x15\x53\x12\xd6\x62\x6e\x0b\x3f\x0b\xfa\x8f\x0e\x26\xee\xd2\x74\x96\xde\x72\x9d\x93\x0c\x54\xdb\xa2\xb5\x7c\xdc\xe7\x49\xc5\xc6\x2c\x22\x31\xc3\x98\x64\xfa\x8c\x60\x6d\x8b\x6f\xbf\xf7\xf0\xad\x03\xab\x1c\xc0\x25\x33\xa2\xa5\x54\x6c\xc1\x48\xa7\xad\xc5\xa0\x3c\x86\xd8\xec\xc6\x80\x66\x5a\xb1\xf9\x40\xa6\x38\x1b\xd9\x9b\x91\x74\x11\xed\x6c\xa8\x14\x58\x2b\x21\x23\x6e\x26\x5e\x8e\xcb\x56\x90\x66\x26\x23\xad\x48\x81\x91\xad\x18\xb4\xce\x17\x92\x8a\x75\x1d\xf4\x8a\xc6\x14\x1d\x19\xef\xa6\x2b\xcd\xb4\x29\x53\xfc\xc6\x84\x43\x3a\x6d\xbe\x24\x78\x53\xb2\xe4\x4e\x1c\x35\x1a\x7c\xe2\xeb\xcd\x3a\x40\xb0\xf9\x36\xa1\x51\xf4\x39\x41\x8b\x3a\x65\x9f\x41\xbf\x63\xc3\x32\x4b\xe7\xec\xf3\xfa\x24\x3f\x3c\x80\xcf\xc9\xc4\x68\xd2\xec\x4b\x71\xd2\x9c\xd7\x19\x5b\x54\xf6\xe5\x3b\xb6\xa8\x9c\x97\x28\x9f\xb3\x6f\xd1\xc5\x5e\xbd\x26\xf0\x5b\x42\x0f\xe0\x57\xf1\xcf\x0f\x09\xdd\xf2\x75\x32\x4b\xab\xbb\xf8\x00\x16\x69\x56\xb1\x22\x0e\x54\x49\x74\x40\x02\x58\xf3\x34\xaf\x58\x21\x33\xf3\x99\x83\xfb\x8b\x60\x5c\xc5\xed\x09\xd4\xcd\x10\xbf\xe5\xed\x58\xe3\xaa\x4e\xe1\xbb\x84\x6e\xf5\xf5\x96\xf0\xfb\x63\xfe\x8e\x97\x95\xc2\x96\x87\xd0\x7e\x79\x86\x77\xa5\xef\xcd\x29\x2b\xd3\x6f\x68\x1b\xea\x89\x79\x04\xca\x35\x62\x9e\xf8\xf0\xef\xe0\x88\x57\x57\x69\xfe\x29\xb9\x62\x9f\x92\xb9\xd8\xd1\xf8\x1f\xd0\x92\x9d\xc5\x6f\x8b\x06\x7e\x4e\xe8\x51\x11\x6d\x95\xf5\xf5\x51\x32\x5b\x8a\xba\x82\x34\xb1\xd7\xf1\x5f\x96\x7f\x4f\xf5\x29\x76\x50\x0d\x81\x92\x26\x02\xd1\x6c\x68\x32\x39\x9c\xc2\xcc\xde\x94\x03\x02\x73\xf7\x12\xad\x25\xa6\x5a\x50\x9d\x38\x1a\x96\x36\x73\xd7\x0a\xe3\x38\x89\xc1\x49\x48\x7e\xa5\x12\xfa\xf1\x4d\xf5\x3e\xb9\x55\x85\x37\x48\x03\x6b\x99\x04\x9b\xc3\x1d\xed\x08\x05\x1f\x42\x75\xe2\xca\x2e\x34\x1a\x59\x3f\x12\xe1\x15\x90\xc0\x1a\x16\x88\xcc\x2c\xdc\x51\xea\xa4\x3b\xaa\x84\x29\xcc\x08\x1b\x63\x73\xdf\x40\x4a\xcc\xe2\x14\x13\xaf\x5e\x22\xa1\xc0\x73\xf6\x81\xcf\x59\x34\x38\x20\xa3\x4b\x85\x3a\x57\x7a\x92\xf4\x6a\x1c\x04\x4f\xae\xe2\x20\x00\xfd\xce\x26\xce\xa6\x81\x61\x99\x15\x12\x2d\x30\xdf\x97\xc3\xf5\xbb\xa8\xb4\xa8\xeb\xc2\x13\x3f\x5d\x4a\xc2\xe5\x82\xce\xcd\xb5\xa5\x74\x39\x2e\x35\x7c\x3e\xa2\xab\xf1\xfb\x24\xba\xb3\x20\x12\x2e\xe1\xa2\x4f\xb5\xdf\x91\xee\x90\xa6\xf3\x99\xe1\x7b\x92\xfb\x06\x99\xd4\x75\xe2\xc9\xb9\x2e\x09\x0c\xca\x30\x3c\xaa\x6b\xf1\x6f\x18\x46\x0b\x7a\x04\x83\xbc\x8c\xa2\x35\x2d\xc9\xb0\x25\x9c\x85\x45\xbb\x44\xd0\xea\x79\x19\xad\x87\xae\x00\xab\xe7\xb3\xfb\x5e\x13\x12\x86\x33\x3d\x99\x67\x7f\x1b\x47\xe6\xe1\xc9\x13\xd8\x44\x47\x84\xc4\xa6\x04\x0d\xae\xcc\x13\x3d\xd0\x7b\x73\xe3\x4c\x52\xfc\x8e\x4a\x82\xe9\x7d\xad\xf5\xa1\xdd\x85\xa5\x4b\x6b\xac\x55\x42\xcf\xd6\xa1\x2c\x08\xcc\x3b\xec\xc7\x46\x49\x58\x09\x38\x23\x10\x04\xc3\x02\xee\x60\x0d\x39\x5c\xa1\xea\x75\x05\x29\xdc\x40\x09\x0c\x96\x53\x02\x25\xd2\xfb\xac\xa4\xc5\x70\xc5\x56\x3c\x7a\x14\xcd\xff\x5d\x22\x49\x78\x45\xa7\x96\x2a\x4d\xa5\x20\x59\x13\x8f\xe2\x2d\x7b\xc8\xdb\x4d\x97\x0a\x9e\x79\x44\xf3\x1c\x13\xda\x39\xc0\x0d\x29\x62\x43\x07\x0b\xa2\xd8\x80\x3a\xa4\x8a\x15\x70\x90\x05\x2b\x5b\xf0\x3e\xb9\x95\x65\x57\x4e\x59\x9a\xcb\xb2\x1b\x9d\x7d\xf3\x5d\x72\xc7\x0a\xb8\xa3\xb9\x07\x74\xc4\xf5\x5c\xa6\x73\xf6\x51\x91\x30\x70\x61\x39\xec\xcb\xf1\x60\x70\x17\x5f\xc2\x91\x18\x49\x32\xbb\xbe\x2a\xc4\xc5\x3e\xe2\x19\x2f\xe0\xd6\xeb\x5e\x35\xf6\x15\x49\x77\x09\xd4\xe1\xda\x09\x6f\xeb\x70\xf0\x67\xb6\xfd\xeb\xba\xbe\x86\x63\x63\x6d\x03\x27\x72\x2c\x02\x4c\xbe\xc2\x96\x70\xc8\x98\x3f\x81\xcd\xe1\x5c\x66\x29\xdc\xac\x65\xa0\xf2\xd3\x36\x7d\xf2\xc9\x85\xd1\xb2\xe8\x3d\xfd\x24\xe0\xf4\x07\xfa\x49\xc0\xe9\x77\xf7\x11\xac\x1f\xa4\xf4\x47\x30\x87\x2f\x04\x97\x76\x0a\x15\x81\xd7\xf4\xfb\x24\x32\xc3\xdb\x6a\x12\xe0\x7d\x43\xe0\x25\x7d\x2d\x9a\xfe\x48\x5f\x8b\xa6\xdf\xec\xc8\x03\xa4\xb5\x07\x68\x23\xe7\xe3\x27\x13\xd7\x8e\x52\x9a\x8e\xbf\x4b\x5a\xaf\xe3\x14\x4a\x8b\x2a\xb2\x36\xab\xb3\xa1\x99\xe8\x7e\x46\x33\xd1\x7d\x0b\xe7\xec\x66\xc6\x05\x26\x98\x5b\xaa\x6d\xa3\x05\x89\x7d\xc4\x23\x1f\xe7\x63\x8e\x16\x0b\x0a\x54\xc6\x7c\x34\x60\x28\x03\x8a\xda\xa1\x27\x7b\x24\xe2\xfa\x1a\x59\x83\x36\xd4\x45\xfe\x84\x42\xaa\x33\x76\x25\x40\x4f\x89\x7e\x32\x3d\xe5\x11\x71\xbd\x69\xea\x5a\x27\x3f\x78\x46\x0f\xb5\xc5\x0a\x66\x09\x02\x95\x32\x48\x06\x2f\xaa\x1c\x9d\x0c\x48\x4a\x4a\x97\xe9\x03\x8a\x64\x83\x57\x4f\xaa\x50\xfc\x7a\xda\x90\xe5\x00\x0a\x7a\xa0\x23\xdd\x4a\xa1\xf6\x0e\xcd\xb3\xd5\x4a\xed\x52\x4c\x73\x1a\x49\xfa\xed\x89\x36\x74\xff\xf3\x53\x28\x44\x61\xc5\xd7\x4f\x8c\xf9\xfc\x9f\x9f\x2a\x75\xa7\xe9\x31\x12\xc7\x48\xaa\x65\xd9\xf0\x16\x45\xf6\xd2\xa8\x6b\x78\xe7\x98\xf2\xd2\xbe\x05\x39\xd0\xab\x70\xa0\x66\x7e\xa0\xa7\x7b\xd0\x40\x49\x0f\x20\xa3\xf9\xa8\x7c\x96\x69\x41\x7f\xa9\x05\xfd\xe2\x78\x95\xd3\x11\x0f\xc3\x8d\xb4\xe6\xa7\xf8\x53\x5a\xee\x8b\xdf\x85\x78\xac\xf8\xfa\x19\xc5\x5f\xca\x2d\x00\xcd\x94\xd5\x50\xf0\xb5\x1c\x8e\x6c\x43\x8d\x49\xb5\xa2\x47\xa6\xbf\x55\x03\xdc\x28\xcb\x13\x35\xcc\x8d\x32\x50\x68\x8c\x1e\x28\x69\xa4\x2b\x6c\xe4\x46\xd3\x01\x26\xfb\xc4\x95\x79\x92\xc8\x5e\xe5\xa2\x3d\x49\x54\xbf\x4a\x8f\xbf\x9f\xe8\x9e\xb5\x2a\x7f\x3f\x51\x7d\x6b\x73\x89\xa7\x7f\x4a\x74\xff\xc6\x40\xe2\xe9\x9f\x92\xc6\xc5\x45\x0c\x36\x61\x38\xc3\x54\xaf\x6d\xc4\x26\xa0\x08\xc7\x0c\xcd\x82\x48\xd8\x4c\x05\xf9\x27\xa8\x40\x87\x97\xcd\x21\x28\x90\xbe\x0d\x60\x31\x9c\x33\x01\x23\x66\x3e\x05\x36\xc3\xbc\x19\x04\xfe\x76\x70\x00\xdb\x8c\x25\x73\x4d\xa5\x12\x58\x0b\xfe\xfb\x25\x7c\x24\xf0\x8d\xfe\x4b\xb4\x75\x0a\xef\xe1\x25\xbc\x21\xf0\x53\x3f\x14\x42\xe0\xd3\x81\xd5\x49\x8b\xfa\x2c\xbb\x74\x25\xa6\x98\xee\x55\x40\x6f\x2c\x41\x3b\xf3\x49\xe3\x39\x9d\x09\xc0\xb4\xa6\x33\x01\x98\x16\x6e\x7a\xae\x7b\x7d\x6b\xdb\xc4\x48\x2b\x71\xd7\xb6\x81\x25\x5d\xe0\x91\x5a\xd1\x85\xda\xb9\x87\xe8\x5e\x84\x6d\x90\x9b\x31\x30\x5a\xa1\x82\xc9\xb4\x2c\xf8\xbc\x6d\x83\x08\x5e\xb4\x5c\x50\x9d\x50\x6d\x94\xd6\xf5\x66\xbc\x8e\x52\x3d\x58\x12\xeb\xd4\xde\x16\x40\x2e\xc3\xb0\x18\xaf\xa3\x62\x7f\xd9\xf7\x76\x15\x86\xdd\x42\x79\x73\xc4\x37\x7c\x7f\x85\xf8\x66\xa5\xb3\x79\xa3\x4a\x32\x47\x5a\x65\x2e\x76\xf8\x0d\x7c\x23\xf0\xb9\x6b\xcc\x60\x38\x12\xb3\x03\x25\xb2\x08\x5a\x60\x26\xf6\xac\x9f\xcd\xc2\x5d\xeb\xe7\xb3\x60\xd6\xf3\xca\x70\x6e\x30\xc7\x73\xa0\x8a\xa5\x64\x15\xfd\xb1\x61\x8d\x89\x25\x05\x8e\x37\x5f\x49\x40\x2e\xbf\x5b\xf4\xb4\x8a\x5c\x25\x2c\x3d\x41\x3d\xac\x24\x9f\x74\x45\x7f\x4c\xa2\x89\xb3\x83\x4b\x57\x78\x0c\xfd\x2f\x0e\x9b\x29\x81\x1b\x3a\x18\x3c\xc8\x07\x49\x5c\xe7\x09\xf6\xc3\x70\x90\x85\xe1\x95\x40\xfe\xe0\xfb\xce\x6f\xea\x7a\x11\x86\x0b\x0c\xc0\xaf\x8e\x6e\xe9\x1c\xdd\xb2\xae\x4b\xfc\xaa\xf0\xbe\x9a\xd5\xb5\x6c\xec\xaa\x27\xb8\x9d\x4a\x7d\x53\xb2\xf9\xa7\xa4\x5a\x8e\xfd\xc7\x88\xc4\x93\x29\x14\xb4\x32\x16\xfc\xe3\x6a\x72\x30\x35\x06\x13\x32\x43\x90\xe6\xc3\x06\x69\x1a\xe5\x4e\x80\x58\x15\x8e\xd5\x2c\x0b\x71\x17\xc8\x04\xbc\x1a\x70\xdb\x42\x22\x30\x88\x6c\x7a\x40\x69\x1a\x86\x49\x18\x3a\x15\x50\xa4\xd3\x91\x9a\x38\xaf\xe7\x75\x5d\xa0\x73\xbb\x37\x26\xee\x8c\x49\x26\x36\x56\x8b\xa8\x53\xff\xde\xb3\x94\x0d\xdc\x79\x8b\xb6\x0e\xc3\x28\x1a\x2c\xea\x7a\xa1\x72\x1f\x2c\xea\x7a\x46\xea\x5a\x4b\x53\x53\x37\x59\x9f\x86\x24\xa9\xd1\x74\xf9\xaa\x0c\x8d\x4f\x7d\xfd\xc0\x7d\x5b\x4b\x1a\x41\x1c\xb3\xaf\x7b\x9f\x0a\xbe\x4a\x4b\x17\x3e\xe7\x64\xbb\x1a\xee\x50\x7f\xa9\xa4\xb5\xa9\x26\x01\x27\xdf\xa5\x51\x6a\x0c\x2f\x30\xab\x04\x01\x59\xa6\x71\x40\x65\xca\xec\xe0\xf5\x0f\xad\x8e\x32\x8a\x96\xc7\xd4\xc5\x80\xd8\x6e\x5d\xad\x69\xb9\x13\x25\xd3\x51\xee\x8d\x98\xdf\x9f\xce\x4f\x26\xef\x93\x7c\xdc\x01\xca\x2d\xbb\xea\xe2\xcb\x61\xb5\x64\xf9\x7d\xdf\x0b\x58\x97\xc0\x4a\x82\x30\x28\x61\x0d\x73\x98\xc1\x06\x32\xb8\x81\xc5\x94\xc0\x95\x80\x79\xdf\xe0\x54\x62\xb6\x2f\xf4\xb3\xc0\x22\x3f\xd2\xcf\x02\x8b\x7c\x6f\x2c\x08\xbe\x39\xdb\xf4\x4d\x6f\xf9\xb7\x36\xf2\xd0\x9e\x92\xbf\xef\x23\xed\x10\xf0\x56\xcb\x36\x7e\xd7\xe7\x04\xb6\x46\x9e\x11\xff\xd4\xe0\x85\xfc\x3e\x0c\xa3\xb7\xda\xc3\x5b\xf3\xac\xbb\x18\x05\x05\xcc\x53\x8c\x87\x52\x9d\xe4\x69\x95\x26\x99\x04\xa3\x89\x84\x8e\xa5\x84\x71\xf7\x08\x79\x78\x18\xa6\x61\x58\x1a\x31\x0d\xa3\xc9\x23\xa4\x3d\xda\x3c\x26\x8d\x72\xe2\xf1\xea\xdd\x3a\x49\x3f\x9b\x2e\x2e\xaf\x24\x7b\x4a\x48\x20\x87\x54\xea\x8e\xbe\xc1\xfb\xdd\x36\x07\x27\xe6\xee\xbd\x72\x16\xf8\x55\x5d\xbf\x42\xb1\xd1\xe4\x64\x4a\x60\xf0\xd1\x8b\x93\x2e\xa6\xf4\x1b\xbd\x80\x5f\xe9\x3c\x0c\x07\x83\x63\xf8\x81\xfe\x9c\x44\x1c\xb6\xd5\x92\xad\xd0\x14\x5d\xfc\x05\x2b\xed\x9f\x81\x91\xcc\x4b\xfd\x58\xfc\x1b\xb8\x4c\x74\xbc\x04\x6d\xf2\x54\xc6\xdf\x1c\xc1\xe2\x02\x5a\xfc\x6e\x7c\x04\x2d\x66\x3b\x5e\x41\x8b\xd5\x8e\xaf\xc0\x32\xda\xf1\x4d\x43\xe0\x17\x79\x94\xec\xc1\xb8\xad\xeb\xe0\xf0\xe0\xe0\x7f\x05\x68\x6b\xfc\x5b\x18\x3a\xaa\x03\x2d\xe7\x6a\x08\x7c\x67\x18\xe1\xf1\xd6\x4a\xc2\x6c\x0d\xed\xf0\x65\xf0\x5d\x9f\x22\x04\xd5\x20\x2f\x9c\xd5\xf8\x41\xab\x49\x59\xa1\x54\x17\xdf\x35\xbb\x95\x28\x46\x7f\x02\xbf\x24\xa4\x95\x48\xeb\x07\x4c\x18\x06\xdf\xc2\xf0\x9b\x63\xce\x17\x86\x6f\x93\x89\x5b\x30\x25\xaa\x9f\x6f\x63\x6c\xf0\x2d\x89\x7f\x48\x40\xa7\x55\x88\xf7\x0f\x31\x8d\xd6\xbb\x86\xc0\xaf\x61\xb8\x63\x12\xee\xf0\xc5\xfe\xa8\x16\xab\x32\xfa\x46\x7e\xd7\x87\x47\x9b\x42\xcc\xbd\xe9\xea\x8d\xbe\x24\xa8\x34\xe2\x99\x38\x42\xa8\xdc\xec\x97\x6f\xc7\xf9\x64\x97\xe0\xbb\x25\xfb\x89\x4b\x30\x92\x9f\x38\x01\x5f\x0a\x14\x6f\xfc\x3d\xd1\xc7\x2a\xcd\xc1\x50\x71\xb1\xab\x02\x75\x32\x77\xc5\x5f\xf4\xd3\xe7\x75\xfc\x23\xf8\xc6\x11\xf8\x91\x6f\x2d\xa1\x05\xec\x5f\xa1\x47\x7b\x7d\xa6\xd6\xf2\x97\x06\xce\x09\xac\x09\x42\x79\x88\x7a\x83\x13\x45\x95\xa2\xf3\x64\x7e\x4a\xcc\x60\x81\x87\x11\x55\xa1\x4b\xfd\xb3\x52\x3f\x49\x5d\x6f\xb8\x64\xd4\x5c\x3d\x57\x55\x1a\x62\x48\x20\x82\x16\xa0\xb5\xf1\x77\x58\xbf\x6d\x82\x2b\xbd\xdc\x11\x82\xa7\x0b\x95\x95\x4a\x26\x76\x74\xb0\x7f\xac\x17\x87\x59\xd1\x66\xff\x64\x2c\x95\x23\xc6\xce\xc7\x78\x8a\x48\x16\x9d\x1b\x33\x69\xae\x38\x78\xae\xad\xa8\x23\x59\x42\x7f\x4d\x00\x2b\xd3\xdf\x12\x02\x8e\xfb\x4a\x5e\xb6\x7c\xa1\xf7\xd2\x7c\xaf\x22\x28\x46\x59\x26\xe5\xc7\xaf\xb9\xb1\xc5\x74\x22\x6e\x4e\x72\x24\x21\x27\x39\xa6\x88\x74\x0d\x49\xac\x80\xdc\x8b\xb4\xcb\x4d\x0c\x89\xa7\x04\xc3\x69\xd9\xc7\x9e\xa8\x56\x36\x78\x40\x69\x31\xfc\x56\xf3\xca\x9a\x8d\x6e\x1a\x56\xfa\x9a\xb0\x23\x79\xc6\x55\x94\xb5\x97\x49\xc9\xa4\x5a\xac\x28\xe9\xd6\xc0\xa4\x38\x58\x95\xfb\xaa\xe6\xbe\x29\x0d\x40\x80\x1a\xf7\x5d\x80\x70\xda\xab\x2d\x0a\x64\xb1\xba\xe5\x9d\xb7\xaa\x3c\x00\xe7\xba\x79\x95\x56\xe2\x6d\x03\x69\x49\x67\x45\xc4\x4a\xe8\x5a\xf7\xa1\x45\x94\xc4\x30\x02\x5f\x5b\x39\x6e\x41\x1d\x33\x80\x37\x16\x8d\x7b\xe2\x5a\xc1\xaf\x59\x69\xae\x60\xd9\xda\x12\xd5\xcc\xe3\xd2\x65\xbd\x8d\x53\xa6\x05\xba\x82\x55\x73\x04\xba\x73\x7a\x56\x45\x45\x09\x39\x91\x06\x15\x6c\x95\xe4\x55\x3a\xc3\x36\x4b\x14\x22\x33\x44\xbe\x3a\xb1\x98\xb3\xe0\x93\xb9\x83\x11\xb6\x1a\x13\xc6\x01\x92\xc8\xe9\x0d\x0b\x9a\xa9\x5c\xfd\xc9\x5c\x02\xfc\x7c\xb8\xe0\x79\x55\x0e\x57\x6c\x9e\x6e\x56\xee\x27\xc6\x5c\x18\xf4\x7d\x0b\x16\x19\xbb\x0d\xe0\x9b\x84\xf5\xb3\x71\x5a\x0d\x15\x62\x94\x7a\x97\x4b\x7e\x7b\x96\x7e\x4b\xf3\xab\x38\xb8\xe4\xc5\x9c\x15\xfb\x97\xfc\x36\x00\xf9\xfb\x34\x99\xa7\x9b\x32\x5e\x0c\x71\x7d\xd8\xfc\x88\x17\x39\x2b\x9e\xe2\x47\xcb\x64\xce\xbf\xc6\xa8\x02\xb9\x41\x1a\xe4\xf0\xef\x60\xb3\x39\x46\x15\xdd\x36\x50\x4d\xfe\xc5\xa6\x74\x2b\x1b\x53\xba\x42\xd5\xf4\x19\xc2\xbc\xa0\xe4\x59\x3a\xd7\xdd\x49\x14\x1f\x48\xd6\xf5\x9c\xdd\x56\x41\x83\xe1\xd6\xbc\x2c\x91\x61\x1c\xef\xaf\xf8\x37\x99\xbe\x71\x1f\xa5\x85\x41\xac\xba\x88\x0f\x1a\x08\x42\x37\x83\x64\x55\x24\x79\x29\x15\x40\x98\x48\x92\xc3\x60\x90\x86\xe1\x56\xde\x91\xb4\x81\x81\x60\x3c\x05\x69\x20\x87\x97\x89\x92\x8d\x28\xd1\xd4\xc4\xa6\x99\xca\x93\x3e\x99\x4b\xcc\xd7\xbb\xdc\x6d\x3a\x65\x3d\x5c\xb1\x7c\xf3\xd2\x94\x3a\x4b\x16\xa4\xf9\x92\x15\x69\xa5\x67\xed\x15\xf4\x6e\x06\x4e\x62\xc1\x8b\x55\x1c\x14\x1c\x05\x3c\x7f\xfd\xdb\x9c\x5d\x91\xa0\x01\x5e\x46\x09\x3a\x32\x6e\xdb\x23\x28\xd5\xb8\xf5\x55\x54\xc3\x57\x8f\xfd\xb3\x90\xb2\xcb\x8e\xd0\x52\x09\x33\x1f\x31\xc7\x7b\x0e\x4d\x33\xf5\x2e\xbd\x38\xf4\x0e\xca\xed\x0c\xbf\xd3\xb8\xbe\xda\x3f\x1b\xfa\x0b\x1c\xa2\x2d\xd9\x54\x3c\x80\x9e\xbb\xa3\xa0\xa1\x24\xf7\x1e\x18\x21\x14\xfd\x94\xe0\xae\xf5\x6d\x6c\x98\xf7\x6d\x39\xe3\x6b\x16\xb7\x40\xac\x20\x22\x93\xb2\x63\xb6\x7a\xbf\xcd\x6f\x23\x70\x75\x52\x0e\x3f\x15\xfc\x26\x9d\xb3\x42\xc6\xc0\xe8\xcb\xb2\x86\xc1\x99\xb0\xce\x29\x5b\x20\x5c\xcc\xc4\xd5\x3e\x15\x30\xc2\xb3\xca\x9a\x4c\x89\xe0\xe3\x52\xdf\x58\xf5\x67\x4e\x8c\xf6\x43\xca\x1e\x06\x39\x7a\x18\x6d\x4a\xf6\x9e\xad\x78\xdf\x38\x8d\xbd\xf8\xd6\xe9\x3a\xae\xa0\x60\x57\x69\x59\xb1\x82\xcd\xf5\xb0\xcb\x98\x9b\x52\x5d\x16\xbb\x73\xe0\xd2\x86\x9c\x11\xe8\x13\x24\xd4\x75\x3a\x6c\x7f\x8e\x12\x9d\x4d\x7e\x6f\xab\xbb\xda\xea\x7e\x16\x31\xa9\x92\xae\x9c\xc8\x80\x8c\x8c\x2a\x4c\xb5\xc3\x75\xac\x8b\x0a\x0e\x15\x57\x55\x21\xcb\x9c\x4c\xc9\x23\xf4\xfc\xa5\x66\x98\xca\xee\x24\x4a\x77\xd7\xfa\x2c\xbd\xca\xbe\xc1\xfa\x5f\xe1\x80\x4a\x41\xd8\x8f\xdb\x64\xf4\xcf\xdc\x9c\x1c\x50\x36\x49\x65\x03\x36\xd8\x30\x89\xdb\x5f\x14\xc3\xd7\x45\x72\x25\xad\x8d\x31\xa2\xb2\x93\x8b\xd6\x12\x8d\x59\xd9\x4a\x34\x20\xdd\x97\xb7\x8d\x4e\x34\x30\x2b\xa3\x8a\x8c\xab\xb8\x47\xf8\x60\x8a\x9c\x50\x3d\x63\x45\x75\x56\x04\x18\x89\xab\xa6\xb1\xc1\x80\xf6\xc4\xb7\x4e\x6c\x9e\xd2\xd3\x6e\x75\x07\x00\x51\x5f\xdf\x3d\x03\xed\x19\x8e\x17\x50\xd1\xe8\x71\xb8\x20\xf3\x18\x61\x6d\x1a\x8f\xa3\x3c\x63\xc2\xa7\x9a\x66\xae\x26\x7c\x4a\x80\x89\x7f\x1d\x4f\x38\x31\x17\xe2\xcd\x61\xe6\x50\x6a\xbd\x26\x62\xa8\x17\x9f\xfb\xb7\xdc\x12\xec\xda\x15\x80\xba\x1a\xb0\x64\xbd\xce\xee\x30\x50\x19\x24\xc5\x15\x8a\x9e\x4a\x95\x30\xde\x24\x59\x1d\x5e\xf0\xfc\x68\x53\x56\x7c\x95\x7e\x43\x2c\x7d\xb4\x4c\xf2\x2b\xd6\x63\x05\xaf\xe2\x4a\x48\xc6\x02\xb3\xdf\x69\x95\x4a\x29\x3d\xb6\x77\xa5\xca\x7f\xdf\x4e\x1c\xfe\xae\x1a\xf2\xcb\x92\x15\x37\x3a\x17\x70\xef\x10\xc8\xef\xcb\x46\xfe\xae\x1a\x6e\xf2\xdf\xdf\xec\xa3\xd3\x72\x23\x09\xc6\x6e\xab\x73\x8d\x6b\x77\x71\xf5\x49\x31\x3c\xe2\x79\xb9\x59\xb1\x42\x5e\x17\x4f\x1e\x29\x19\x80\x3e\x05\x6c\x54\xd5\xf5\xb6\x21\xc3\x99\x3b\xe6\x96\x25\xfd\xb6\x64\x55\x85\x66\xcb\xdb\x06\x10\xa3\xcc\xcf\x6c\x49\x13\xe7\x86\x78\xf4\x1a\x89\xed\x77\x59\x19\x61\x50\x66\x7c\x02\x66\x7e\x92\x76\x73\x1b\xac\xe8\x95\x89\xea\x5e\x01\x81\xd4\x2c\xb1\xa0\xce\x70\x81\xe2\xc1\x41\xd3\x34\x32\xf4\xe0\xba\x74\xc4\x54\x15\xea\x48\xab\x88\x93\x2e\x6f\x9f\x14\x1d\xa0\xc4\x1b\x60\x9d\xd4\xd7\x18\x21\xd9\x8f\x2b\x0b\xeb\x92\x1e\x15\x11\x81\x45\x49\x2f\xaa\xb6\x8d\x88\x16\x9a\xe5\x91\x63\x09\x55\x54\x59\x5c\x49\x69\x29\x2c\xcb\x47\xd8\x95\xbb\x6c\x04\x37\xec\x85\x60\x1e\xf0\x8e\x9d\xe3\x63\xe2\x3d\x9e\xf3\x97\x7c\x7e\x87\x1c\x84\x32\x4a\xd9\xd0\x75\x19\x95\x5a\x0a\xc6\xc1\xd6\x8d\x53\x47\xd4\x90\x37\xc4\x35\x55\x93\x81\xe1\x7b\x5d\xd9\x8c\xe3\x31\xfa\x90\x61\x4b\xf3\xfb\xe4\x8e\xae\x87\x44\xee\xe5\xde\x36\x06\xe6\xca\xb7\x0f\x47\xf3\x2e\x2d\xab\x61\x32\x9f\x47\x7e\x10\xd2\x4e\x15\x69\x20\x85\x86\xc9\x52\xb8\xc8\xa4\x51\x7a\x82\xb9\x49\x3a\x5b\xdd\xc6\x26\xfd\xe1\x8b\x74\xb6\x7b\xb9\xaa\xa5\x89\xb8\x83\x2e\x69\x28\x3a\x8a\x13\x64\xbb\xe6\x69\x81\xac\x96\xdc\x92\x39\xfd\xc2\x23\x06\x9f\x39\x4c\x82\x79\x5a\x04\x53\xc1\x6d\xf5\x11\x46\xb2\x7a\xae\x1a\xe0\x74\x51\x08\x04\x11\x14\x55\x16\xc4\x41\x56\x09\x7e\x96\x62\x30\x0c\xb7\x28\xc5\x5c\xf9\xfa\x8e\x89\xe1\xbd\x4a\x8b\x18\x4d\xb3\xeb\x5a\xfc\x29\xc6\x69\x9c\x43\xce\xd8\xbc\x54\x1b\x2b\xde\x89\xdb\x40\x60\x41\xd7\x43\xf5\x09\x2c\xe9\x7a\x68\x6b\xc1\x8a\xb6\x17\xa9\x2c\xc1\x23\xa0\xf2\xae\x04\xb0\x84\x2c\xda\xce\xd3\x22\x5e\x34\x30\x77\xe5\x68\x29\x8a\xeb\xce\x0a\x34\xff\x6e\x08\x21\xa3\x65\x18\x46\xdd\x3e\xe6\x25\x38\xf0\x44\x9e\xca\x45\x19\xcd\x00\xa7\x4c\x29\xdd\x90\xa6\x81\x95\xc5\x5b\xab\x46\xe6\x9b\xc1\xf4\xe0\xa2\xd9\x96\xf8\xe0\x75\x72\x59\xa4\x33\x2b\x36\x58\x95\x74\x2b\x18\xd1\xd7\xc9\x2a\xcd\xee\x2c\x1b\xd3\xc0\x55\x49\xb7\x46\x5e\x20\x3f\x13\xb4\xb7\x3e\xc4\x4e\xf1\xbe\x2d\x0d\x1a\xb8\x41\xb6\x7f\xd9\xc7\xf6\x7b\x7b\xea\xdf\x56\x7b\xd1\xdc\xad\x8b\x27\x67\x55\x74\x55\x42\x45\xe4\x41\xab\x5a\x4c\xf3\x0c\xa9\xf8\x6a\xb8\x4e\x32\x56\x55\x6c\x98\xb3\x4d\x55\x24\xd9\xa7\x22\x5d\x25\xc5\x1d\x78\x2c\xe7\xde\xe5\xa6\xaa\x78\x1e\xc4\xab\x12\x82\x70\x4f\x06\x83\x57\x0f\x26\xec\x7b\xbc\x2a\x05\x83\x19\x86\xa6\x69\x5f\x08\x20\x6f\x31\xbb\xad\x3a\x8c\x54\x6f\x4d\xcb\xfa\x34\x90\x4f\xdd\xd5\x9b\x74\x78\x91\x87\x1a\xe8\xe3\x54\xd4\xb6\x28\xf2\xed\xae\x14\xfc\xfa\x25\xfe\x7b\x51\xd2\x60\x91\x6d\x58\x5e\xed\xab\xd0\xe1\xfb\xc8\x57\xec\x2f\x79\x59\x05\x70\x54\xd2\xe0\xff\x17\x3c\xb9\x28\xf1\xc3\xdb\x12\xbe\x2a\x00\x7d\xbd\x13\xd4\x3a\xc0\xcc\xe3\x40\x12\x81\x62\xda\x06\x64\x09\x3d\x2b\xa2\x54\xc6\x21\x71\xec\xa9\x36\xed\x7a\xb3\xb6\x31\x56\xdb\xe6\xa1\x1a\xa2\xca\xfb\xe5\xe6\x12\xbd\x71\x8e\xd1\x49\x67\x0e\x4b\x5a\x69\x90\xbd\xa2\x95\x3a\x55\x57\xb4\x72\x4e\xd5\x0d\xb5\x1e\xb8\x70\x47\xab\xa1\x98\xf9\xc9\x1c\x2e\x69\xa5\xcd\xe1\x34\xe1\xe3\x1b\xea\xb9\x6c\x1c\x5a\xec\x55\x6d\xf3\xb9\x5b\x5b\xfd\xc8\xaf\x7e\x04\x5f\x6d\x75\x87\x0a\x82\x6b\x5a\x0d\xd3\xbc\x64\x85\x4c\x11\x0b\x67\xf4\x6b\x19\x2d\x35\xa2\x59\x39\xb8\xe5\x0a\xd2\xf2\x03\xaf\xde\xf0\xb2\x8a\x07\x77\x0d\x81\xe3\x2e\x70\x04\x74\xa1\xb9\xeb\x92\x2a\xfa\xa2\x5d\x96\x13\x36\x75\x90\x7a\x35\x39\x98\x6a\x6e\xaa\x89\xee\xac\x70\x75\xac\x0d\x3a\x04\x07\x25\xee\xd8\x29\x5b\x38\x9e\x76\x6e\x60\x20\xf4\x07\x88\x75\xfd\x5c\xda\x67\x29\x40\xf5\xf2\xee\x64\x1e\xdd\x79\x06\x21\xf9\x38\x97\x1e\x04\xd2\x56\xfa\xa8\x14\xa7\x64\xcc\x5a\x6e\x06\x85\x4a\xe8\xaa\xdd\x08\x31\xfd\x5a\xaf\xba\xbf\xcf\xdb\xdf\x60\x44\xdf\x3b\x38\x9d\x07\x70\x51\x62\xda\x70\xb4\x80\x9e\x95\xa5\xb8\xb3\xd4\x38\xe5\xc7\x8b\xf4\x96\xcd\x47\xdf\xf6\x91\x67\x8c\x0f\x0f\xf0\x3f\x63\x16\xcd\xda\xfe\x95\x1d\x47\xfc\x8a\x08\x12\x87\xa1\x0b\x0f\x9c\xb8\xa4\xa9\x6a\xe2\xab\xd3\xc4\xd7\xba\xfe\x1a\xc9\x2b\xca\x68\x69\xdc\x34\xca\x96\x35\x2e\x30\xeb\x62\xfe\x81\xcf\x5b\x4f\x6d\x5f\x7e\x78\xd5\x21\x88\x01\xa9\x86\xb4\x45\x35\x28\xf2\xe8\xd8\x24\x23\xde\x9e\xa8\xc1\x70\x1a\x59\x73\x9e\x7c\xc8\xbf\xe6\xac\xd0\xc9\x09\xda\xa6\x3d\x15\xe9\xdf\x01\x6e\x6f\x1c\x3d\x93\x40\xba\x95\x50\xe4\x4d\xae\x7d\xc1\xa1\x97\x6c\x03\x8c\xca\x32\xbc\xb8\x49\x8b\x6a\x93\x64\x75\x1d\xd9\x07\xba\xd5\x37\x38\x9e\x4c\x1b\x1d\xff\xcd\xbe\x57\xeb\x23\xe6\x55\x84\x61\x21\xce\xa9\x75\x82\x36\x95\x74\x1b\x46\x42\x90\x93\x51\x8a\x09\xd7\xfa\x2a\xe9\xf8\x98\x70\x48\x9a\x4e\x4f\x56\xfc\x0f\x18\x94\xce\x1d\x36\xdf\x35\x6c\xe0\x3d\xdd\xa0\xdc\x04\x3d\x5b\xb9\x75\x0b\x25\x70\x3d\xce\x15\x9c\x78\xc9\x16\xbc\x60\x11\x07\xe5\xc8\x26\x3d\xd8\xe2\xdc\x3b\x87\x9c\x80\x3d\x46\x1c\xd6\x68\xea\xd6\x34\xfa\x62\x5c\x17\x1e\x7d\xf9\x2a\x22\x70\x17\x86\xfe\x36\xdc\x09\x50\x51\xd7\x11\xfe\xa5\x93\x29\x01\xfc\x25\x07\x58\x69\xc1\x80\x04\x28\x78\x7e\xfc\xa0\x07\x9d\xe8\x06\xc5\x84\x4f\x87\x39\xaf\xd2\xc5\x1d\x42\xc1\x52\xf2\x74\xf3\x08\x4d\xfc\x5f\x75\xee\xc1\x98\x47\xe6\x37\x69\x69\x63\x9d\xb1\x8b\xeb\x10\x11\x38\xe9\x9b\x82\x0a\x45\x6c\x87\xa8\xe0\xa2\xdd\xf1\x8a\x8c\x38\xca\x84\x22\xb3\xc1\x1c\x0e\x09\x20\xcb\x66\xf2\x9e\xcc\x59\xc6\x2a\xb6\x87\x0d\x11\x05\xb7\xcc\xc4\x0b\x33\xf1\x94\x1e\x40\x42\x8b\x51\xfa\x2c\xd1\x13\x4f\x9f\x3c\x21\xc9\x24\xbd\x77\xe2\x48\x79\xdf\x4d\x77\xab\xf1\x4b\x6b\xff\x33\xb7\x26\x17\xb7\x0e\x24\xb9\xad\xeb\xdb\xc8\xc8\xda\x2e\x9c\x37\x17\x75\x7d\x11\x11\x71\x00\x0e\xa5\xc7\xdf\x1c\x6e\xe1\x62\xda\xe3\xd9\x57\xae\x93\xdc\xd3\xe9\x0a\x42\x0e\x69\x83\x00\x89\xd2\xa4\x81\xd2\xf5\x14\x96\x9f\x7f\xc2\x04\x29\x51\x1f\x0d\x6c\xe4\x95\xf1\xe0\x00\x5c\x82\x78\xd3\x25\x88\x6f\x4a\xa9\x0f\x1f\x2c\x9c\x3d\x24\xdb\xdb\xb2\xae\xa3\x5b\x24\x5c\x26\x01\xcf\x8f\xa4\xcd\x8d\xf8\x25\x89\x8c\xf7\x2c\xdf\xe0\xf3\x2b\xbe\xb9\xcc\x98\x7d\xff\xaa\x48\xae\xcc\x8f\xe3\x7c\xee\xfc\xae\xc4\x84\xf4\xd3\x6d\x5a\x99\x87\x77\x2c\xb9\x61\xe6\xe9\xe3\x8d\x53\xef\x4c\x26\x3a\xc0\x27\x0c\xca\xe2\xe8\x8b\xed\x93\x6d\x1b\x1f\x6d\x7b\xf8\xf8\x9e\xbb\x4f\xa6\x79\xf9\xb4\xa9\xec\xc3\x67\xd9\xc1\x39\xdf\xcc\x96\xe6\x23\x7c\xb2\xc3\xc0\xc7\x23\xb4\x13\xb1\xcf\x7a\x9e\xca\x7b\x52\xff\xfe\x54\xb0\xb2\xd4\x0f\xaa\xf1\xd7\xd2\xd2\x29\xe0\xf9\x4b\x34\x5a\x0a\xb4\x88\x05\x7f\x62\x22\x1e\xf5\xeb\x26\x41\x25\x4e\xc0\xf3\xb3\xcd\xe5\x2a\xad\x82\xe9\xbd\xa6\x4c\xb7\x08\x2d\xce\x4a\xe4\x5d\x4c\x59\x13\x79\xe6\x0d\x67\x43\x95\xc6\x09\x0f\xd6\x46\xd0\xaf\xc4\x01\x58\x92\x43\xb9\x6e\x71\x28\x78\x77\x2c\x83\x72\xe6\x8b\xd3\x98\xa4\x07\x3f\x2d\x93\x92\x51\x4a\xd1\x02\x72\xf8\xf2\xf3\xcb\x97\xef\x4e\x3e\x7c\x7f\xf1\xe9\xcd\x8b\xb3\xe3\x30\x0c\x56\x62\x7d\x31\xfb\xa6\x4a\xe4\x84\xf9\x95\x64\x71\x86\xdb\xe5\x16\x57\x62\x51\x65\x8e\x8b\x4e\x31\xcb\xe7\x6e\x61\x8f\x7f\xad\x34\x70\x3f\x76\xb9\xa5\x77\xea\x36\x71\x5e\x7d\xe0\x48\xc8\x99\xd2\xfd\x7d\x24\x3d\x02\x50\x2b\xe3\xbc\x99\x69\x7d\x03\x9c\x20\x0b\x75\xbd\x83\x85\xb2\x24\x6e\x8e\x91\x9b\x14\xb1\xe8\x08\x3d\x0a\x7a\x56\x45\xc7\xa5\x0d\x90\xaa\x98\xa9\x42\x23\x68\x8f\x8b\xca\xc3\x50\xbd\x91\x83\x75\xd5\x4a\x6a\xb0\x4a\xf3\xa8\xf5\x8e\xe0\xd9\xc7\x1b\x15\x93\xd6\x39\xf5\x99\xd9\x4c\xa1\x9a\x9a\x39\x4f\x0a\x73\x30\x3c\x9b\x9c\x1b\xe9\xbb\x13\xf4\xf2\x3a\x6a\x51\x17\x29\xcb\xe6\x65\x3c\x09\x24\x39\x1f\x40\x80\x73\x0e\x20\x90\xfc\x40\x20\x10\xee\xab\xc7\x09\x8c\x10\x72\x49\x17\x18\xee\x6b\x82\x53\xba\x89\x18\x4c\x02\x5b\x23\x80\xc0\xbe\x0f\xa6\x32\x3e\x86\x0f\xdc\x52\x05\xdc\x52\xd8\x3a\xc6\x4b\x1c\x0f\x7f\xe5\x18\xfb\xf1\x71\xd2\x91\xdf\x9f\xa8\x6f\x73\x02\x09\x5e\x8b\x57\xfd\x7a\x7f\x79\x29\xce\x4b\x38\xed\x57\x26\xa5\x15\x5b\xf9\xec\xb5\x98\x5b\x35\x4c\x67\x1c\x25\xe0\xe5\x2e\x91\xe8\xcb\x42\x0e\x80\xbb\x17\x38\xc7\xef\x50\xa2\xf7\x69\x77\x7f\x36\x60\xce\x32\x29\x4f\x66\x3c\x2f\xc7\x15\x9a\xcf\xe4\x73\x56\x88\xe7\xd6\x63\xc4\xe0\xb4\x24\xf1\x69\x69\x9c\x8c\xe1\x7d\x7f\xeb\x5c\xa6\x2b\x5a\x25\xc5\xb5\x34\x92\xce\xf5\x14\xb9\x3f\xc5\x94\xfe\xa6\xd3\x13\x57\x4e\x4c\x98\xce\x14\xb7\x62\x3e\x38\xb5\xc1\xa1\xf4\xba\x56\x19\x91\xc2\x30\x1d\x07\xf8\xeb\x7d\x52\x5c\x07\x71\x10\x38\x2c\x19\x97\x99\x8c\xc4\x30\xc4\xf8\x41\x61\xa8\x3e\x2d\x49\x85\x41\xf9\x1a\xeb\x64\x21\xe7\xf7\xe1\xd1\xbb\x65\x79\x1a\x81\xf8\xea\xba\x1a\xe6\xc9\x8a\x75\x34\x44\x5d\x34\x9e\x0f\xd1\xe5\xbe\x01\xff\x4b\xbd\xc2\xef\xfe\xc0\x08\x4a\x36\xe3\xf9\x3c\x29\x50\xe2\xf1\xa8\x21\x78\x5f\x88\xa1\x78\x05\x7a\x2c\x2f\x7e\xcf\xd9\x55\x40\x4d\x8f\xea\xd7\x34\xaa\x48\x67\x2c\xf2\xf4\x9a\xcd\x5d\x14\x98\x69\xf3\x68\xc9\x6e\x0a\x9e\xbf\x63\x8b\x2a\x88\xf5\xd3\xa9\xcc\x91\x24\xc6\xb6\xb9\x5c\xb1\x7c\x73\xa2\xaf\x46\x6b\x2a\x32\x2b\xd5\x89\xbc\x00\x6a\xe4\xaf\x77\x2a\x77\x5c\x39\x34\x46\xe3\x41\xe5\x44\x4b\x95\x93\x0f\xf9\x9a\x09\x04\x2b\x5a\xee\x2a\x34\x72\x25\x8f\xaf\xdc\x53\xee\x7c\x81\xe6\x31\x57\xac\x3a\x93\x03\x97\x76\xd7\x92\x36\xd5\x5c\x4f\x44\x46\xb8\x42\x61\x28\x0d\x58\x79\x54\x01\xa6\xe0\xcd\xb5\xd7\xc1\xef\xeb\xdd\xff\xc8\x69\x9b\x47\xc4\x69\xd4\x6f\xd1\xec\x69\x6e\xb3\x73\xea\x5a\x98\x6a\x37\xd2\x1c\x2f\x69\x80\x73\x0c\xcc\x75\x8f\xa2\xea\x3e\xfd\x4f\x7b\xcc\x3d\xa0\x4f\x83\x1e\xa5\xcf\xd7\x19\x3e\x65\xab\xef\x92\x3b\xbe\xa9\x1e\xb0\xfe\xb4\xc7\xa2\x42\xee\xa1\x1a\xe7\xc3\x2c\xcd\xaf\x55\x8b\x62\x5a\xb1\x57\xd2\x00\x77\x12\x40\xc3\x56\xf6\x65\xc0\x8b\x38\x53\xf1\xfb\x12\x64\xf1\x49\xc5\x56\x58\xf2\xc9\x2d\xc1\xee\x3e\xe8\x92\x33\xf7\x1a\xc5\xef\x4c\xb1\x3d\xa3\xf1\x8b\xb2\xe9\xe4\xa6\x74\xe7\xd8\xef\x66\xf8\x90\xe4\xbf\x1a\xf6\x8c\x3d\xc2\x0d\xf2\x47\xdf\x2e\xfb\x20\x8d\x99\x4d\x99\x37\x03\xef\x85\x9d\x83\xf4\x14\x68\xeb\x8e\x5e\xb6\x75\x46\x66\xf0\x27\x79\xb4\xfd\x5a\x08\x7e\xb8\x88\x8d\x71\x62\x90\xe6\x59\x9a\xb3\x7d\x69\x33\xa5\x0c\xea\x94\xe9\x08\x06\xc5\x14\xa3\x2b\xe3\x60\x26\xe9\xc3\x06\xe6\xa9\xb4\x40\x50\xf6\x44\x87\xad\x6f\xda\x72\x5a\xd6\x96\x36\x9f\xb3\xa2\x4a\x93\xe2\xee\x45\x56\x09\xb8\x4f\x08\x7c\x2c\xe9\x5f\xfe\x0e\x6f\x4a\x5a\x55\xd1\x01\xfc\xfd\x2f\xff\x24\xf0\xad\x3b\x09\x63\xbb\x29\xe3\x4d\xa3\xb1\xba\x67\x70\x56\x52\x26\x29\x35\xe9\x6d\x24\x7b\x85\x19\x4d\xd0\xac\x46\x4c\xc3\x8a\x87\xdf\xf0\x1b\x56\xb0\x39\xcc\x9d\xb7\x62\xa5\x75\xf9\xba\xf7\x2b\x64\x19\xd8\x1c\x16\x34\x41\x19\xd7\x2b\xb9\x14\xfa\x3a\x9c\xe5\xd1\x56\xdc\xaa\x78\xd2\x16\xb9\x27\x56\x10\xde\x67\xaf\xd3\x6f\x03\xd5\x4c\xed\x5a\x9b\xdd\xba\xcc\xb8\xe0\xe5\xcc\x9a\xaf\x6f\xbb\x4b\xbe\xe8\xeb\xa4\x51\xf6\x74\x33\x3c\x4d\xf7\x0c\xb0\xdd\x9a\x67\x4f\x66\xec\xb7\xd0\xf8\xd4\x37\x34\x52\x63\xfa\x58\x82\x38\x50\x6f\xcc\x53\x7b\xec\xb3\x4d\x51\x8a\x76\x55\xac\x8f\x00\xd6\xca\xef\x38\x38\x58\xdf\xee\xfd\x63\x7d\xbb\x77\xb0\xf7\x57\x31\x2f\x81\x97\x31\x3b\x7a\x2c\xd3\xf7\x29\x9b\x40\x9d\xcb\x30\x36\x63\xd7\x09\x0d\x5f\xea\x39\xe8\x2e\x94\x2c\xbf\x3f\xae\xc8\x2e\xd3\x3d\xd9\x6a\xf0\x7d\x91\x60\x63\x01\xe8\x90\x25\x87\xd2\x34\x4f\x8c\x41\x9d\x93\xb8\xa3\x96\x98\x81\xfc\x7c\xee\x69\x53\x86\xab\x72\x5f\xf1\xe6\x9b\x24\x13\xf7\x77\x5f\x20\xdf\x40\x4f\x61\x23\x91\xf6\xab\xa4\xb8\x16\xd7\x02\xfa\x3e\x70\xd0\xaf\xf3\x9d\xaf\xc2\x69\x1a\x39\x3c\xe4\x63\xfb\x86\xb7\x19\x7e\x5d\xa6\x15\x93\xb5\x74\x5a\xca\xed\x03\x43\xf5\xa8\xb9\x07\xfb\x56\x97\xa4\xdb\xf7\xfa\x8f\x2e\xc9\xbf\xbf\x1e\xc7\xb7\xeb\x24\x9f\xf7\x0f\xaa\x7d\x01\xd4\xaa\xb8\xa7\x23\xa7\xbd\xe3\xf5\x46\x10\x71\x71\x84\xb8\x77\x84\xac\x76\x90\x0b\xec\x8f\xef\x90\x6b\xd8\xca\x30\xc5\x38\x84\x17\xf3\x2f\x1b\xc1\xf2\xca\x33\xf9\xbe\x7c\x93\x5e\x2d\x45\x47\x45\x52\x56\xde\x3b\x74\x90\x69\xc0\xc1\x9b\xf1\x16\x77\x53\x46\xa1\x09\x72\x2e\x80\xbb\x85\x0d\xc6\xc4\xb2\x65\x17\xdb\x03\xd5\xc1\x18\x83\x6a\x1f\x91\x24\x9f\x2d\x79\xf1\x2e\xcd\xaf\xe3\xed\x7d\xf7\x53\xd2\x0a\xf8\x56\xda\x23\xb6\xa6\x0e\x08\x85\x0b\x31\x44\xac\x94\xf3\x62\x95\x64\x01\x7c\xe5\xc5\xbc\x53\xe8\x19\xa3\xe8\x15\x11\x85\x82\x9f\x16\xcc\xff\x81\xee\x56\xdb\x95\xda\x2a\xaf\xd8\x8c\x17\x32\xb3\xaf\x2a\xdd\x01\x55\x01\xe9\xfe\x78\xbb\x4a\x8a\xab\x34\x8f\x03\x35\x99\x1b\x81\x96\x66\x49\xa6\x00\xce\x2a\x9d\xcf\x33\xd7\xa6\x58\xa1\x49\x05\xc3\xc4\x4a\x7e\x5f\x88\x11\x1c\xca\xee\x75\x10\x8b\x38\x60\x59\x96\xae\xcb\xb4\x0c\xa0\x67\x73\x1a\xf0\x28\x7c\x7d\x6e\x3b\x48\xd2\xa0\x7f\x0d\x1c\x05\x51\x1e\x07\x4f\x0f\x5a\x70\x51\x65\x30\x05\x71\x75\xba\x38\x5d\x0d\x76\x95\xe6\x6f\x5c\x7c\x61\x9d\x82\x3e\x96\x20\x30\xe6\x59\xfa\x8d\xc5\xbf\x30\x8d\x13\x24\x54\xb7\xcf\x8f\x5b\x29\xb1\x24\x67\xcb\x42\x9c\x98\xe0\xc0\x03\xae\x85\xb8\x19\xc5\xe4\x4d\x39\x95\xca\x73\xdd\x5d\x26\x08\x72\xdb\x1b\x3e\x36\x50\x10\x39\x1d\x79\x3f\x0d\x8c\xd7\x37\x4d\xbe\x7c\x18\x07\x34\xe0\x81\xad\xd8\x43\x74\x67\x9b\xcb\x0a\xeb\x38\x5c\x4b\xbc\xdd\x85\xc0\x5a\xb0\xc5\xee\x8d\xb3\x11\xfa\x22\xed\xd8\x82\xc7\xad\x99\xbb\x38\xe5\x2a\xc9\x32\x77\x15\x53\xba\x0d\xe2\xa5\xc0\x3b\xbb\xc1\x1d\x04\xb1\x8c\x0e\x7a\x0f\x44\x84\xb4\xbb\x13\x72\xa3\x1b\xc1\xfa\x00\x52\xec\x2f\x51\xf9\xff\x3a\x63\xb7\x47\xd6\x66\x5f\x92\x0e\xdb\x16\x38\xb1\xab\x26\x9e\x7f\x2a\x92\xb5\x05\x45\x02\x7a\xa5\x8b\x3b\x0d\xae\xcc\x2a\xb9\x20\x48\x7c\xb5\x2f\xc5\x89\xcd\x54\x12\x84\x3f\x95\x34\x78\xfa\x0f\x71\xd6\x3e\xbb\x44\xe1\x97\x1d\x44\xe1\xc8\xd2\xb7\x2f\x4b\x1c\xa2\xa1\x72\xfb\x2c\xbe\xa5\xdc\xed\xe9\x3f\x7a\xf0\xff\x67\xb1\x30\xf2\xfd\x5f\x9e\x4a\x6c\x6f\x48\x30\x35\xcf\xc3\xbf\xab\x13\x7b\xa8\xa8\xd7\x1f\x4b\x2a\xa9\xbe\xa0\x07\xa3\x55\x6c\x15\x98\x26\x7a\x2a\xa8\x57\xae\xab\x89\x5f\x41\x40\xfb\x00\x9c\x14\xd2\x69\xb9\xaf\xf2\x44\x8b\x62\x83\xd8\x44\x39\x53\x0f\xe2\x85\xb9\x20\xe2\x85\xbe\x1b\x81\x87\x3c\x76\xf4\xa6\xed\xb8\xa1\xcd\xb2\x3d\x54\x1f\x61\x50\xdf\x22\x08\xfc\xe8\x5c\xe9\x1d\x55\xf0\x65\xd0\xba\xb5\x3d\x75\x7d\x6a\xc4\xbb\xc1\x3d\xb5\x5d\x1c\xad\x20\xff\x8e\x7d\x92\xb4\x9e\x0f\x9e\xfb\x1a\x74\x2b\x04\xf2\xb6\xec\x5a\x1e\xf3\x32\x80\x72\x56\x30\x96\x9f\xb2\x64\xce\x8a\x9d\x4d\xb7\xea\x04\x0d\x7c\xdf\x35\x00\x74\x73\x51\x41\x86\xc6\x4b\x73\x95\x37\x0f\x16\xb0\x84\x15\x5c\xd1\x6f\x78\x0d\x6e\xe8\x59\x15\xfd\x58\x3a\xe9\x54\x4e\x0c\x87\x72\x23\xf9\xff\x2b\xf9\x27\xb1\xac\xc6\xe4\x66\xa8\x7e\xc2\x95\xf9\x55\x6a\x6f\x9c\x1b\x29\x12\xbf\x52\x92\xf1\x30\x14\x0d\xe9\xc3\xa9\x8a\xd5\xd3\x14\x8a\x30\xbc\x1a\x5a\x42\x02\x25\xe7\xa2\xba\x3e\xb4\xaa\xbe\x7e\x9c\x42\xa5\x2a\xe8\xc3\xab\x2a\xe8\xc7\x29\x0c\xaa\x30\x1c\x88\x66\x1c\x92\x35\x5a\x3b\x80\x51\x7e\xa0\xb9\x38\x0b\x0d\x65\xb9\x22\x4d\x1b\x58\x4f\x90\x9e\x53\xf6\x58\xfb\xa9\xf4\xd6\x57\xb1\xb0\xf6\xc2\x18\x1d\x6d\x60\xef\xe1\x3a\xaa\xdf\x29\x95\x1d\x28\xba\xfb\xc1\xf6\xf5\x57\x0e\x39\x6a\x48\xa6\x91\x8c\xd4\x39\x85\xf9\x54\x9e\x2e\x05\xb9\xe3\x89\x5a\x75\xc5\x78\x07\xb3\x24\x9b\x45\x82\x5c\xdb\xdb\xdf\x13\xd0\x12\x7d\x63\xc2\x70\xe2\x81\x88\xd6\x96\x44\x55\x5d\xcf\x88\xaa\x64\xc1\x42\x67\x9d\x75\xbd\x01\x6f\x2d\xf6\x62\xd7\x62\x37\xb0\x98\xa8\x37\x7b\xff\xe7\xde\x30\x78\x72\x33\x34\xc7\x5f\x2f\x8f\xde\x17\x51\x53\xed\x8c\x7e\x65\x58\xeb\xff\xf0\xce\x3c\xd4\xfe\x43\x3b\xb3\x20\xcd\x74\xea\xdc\xfa\x89\x33\x4d\x7d\x2d\xb6\x02\xa5\xbd\x4c\xca\xb4\x44\xac\x6e\xc9\xe7\x3d\xc4\x69\xc6\xcd\xea\xa7\xb2\xc1\x3b\xe1\xc3\xee\xbe\x4b\xf1\xc0\x6e\xf5\xdd\x8a\xe5\xef\xbf\x15\xcb\xff\xf0\xda\x3f\xd4\xfe\x43\x6b\xbf\xc4\xb5\x77\x38\x13\x0f\xba\xb8\xa8\x6d\x72\xe3\x8a\x17\xe1\xca\x7d\x9a\x76\x10\x9b\x5f\x5b\xed\xa4\xfb\xfd\x76\x07\x1d\xd3\x4c\x25\xd2\x13\x40\x6b\xc6\x73\x48\x05\xc0\x33\xb8\x0c\xe4\x6f\xc8\xfa\xe0\x9a\x4b\xc4\x4e\xa7\x0e\x76\x74\x1b\xf0\x71\xe1\xe4\xa6\xa5\x57\xc1\xee\xfc\x22\xdd\xe5\xd4\xc3\x8b\xe2\x90\xda\x47\xb8\xf2\x9e\x36\xe2\x0c\xee\xe2\x43\x0c\x61\x29\xa6\xd0\x19\xb5\xc4\xa7\x62\xf9\x30\x14\xe1\x95\xfc\x3b\x6d\x21\x51\xd1\xbb\x5b\x20\xfa\x77\x9f\xd5\x75\x72\x08\xcd\xab\xe1\x2e\x22\x54\x9e\xf5\x36\x50\x5a\x09\xea\x6d\xf5\x1f\x3e\xbd\x2b\x79\xf3\xdb\x78\x5c\xcc\xae\x55\x26\x26\xd8\x2e\x5a\xb4\x74\xb7\x46\xd1\x2b\x89\xc8\xb7\xfd\x2a\x1e\xd7\xa4\x5b\x1d\x1d\x4e\xd9\x50\x03\x0b\x54\x70\x28\x50\x0f\x32\x2f\xd1\x0b\x7b\x21\x12\xca\x86\xd7\x39\xff\x9a\xe3\x36\x97\x4a\xe4\x7f\x64\xd4\xe1\x32\xc4\x16\x22\xf8\x23\x27\x9c\x3a\x93\x07\xd0\x94\xcc\x28\xd3\xe7\xe5\xc8\x09\x20\xc9\x86\x6b\x79\x36\xcc\xa1\x5e\xbb\xba\x04\x4d\x71\x7c\x5f\x46\xbd\x14\x8b\x40\x71\xf0\x1b\x2a\xee\x5f\x97\xf0\xb6\xec\x38\x15\x7a\xa4\x91\x60\x15\x82\x86\xc0\xaf\xff\xae\x3e\xe9\x82\x23\xdb\x61\xed\x52\x76\x6b\x61\xa4\x1e\x58\x50\x47\x05\x6a\x45\xfc\xef\x46\x45\x18\x16\x11\x07\x66\x73\x8c\xa8\xb8\xff\x0d\x98\x6e\x50\xed\xf9\xfb\x7a\xc0\x4f\x5e\x26\x25\x7b\x54\x07\xd6\xa0\xe6\x0f\xcc\x03\xbf\x33\xdd\xb8\xcd\x2a\x4b\x99\xdf\xd7\xa6\xfa\xa8\xb7\x41\x63\xe9\xf3\x07\x86\x29\x3e\x7b\x60\x31\xda\x3a\x3e\x57\xf7\xf5\x18\x8d\x99\x8c\x2f\x61\x74\x28\xd2\x1f\x8c\x76\x35\x28\x03\x19\x59\xc2\x68\xaa\xba\xda\x17\xeb\x3b\xf8\x83\x0d\x38\x41\xa3\x03\xd0\x86\xdc\xc4\x44\xe3\xd3\x85\xd2\xb2\x8d\x78\xa6\x6d\x95\x13\xe7\x9b\x38\x21\xd4\x9b\x56\x42\xa0\xb7\xc7\xbf\x9c\x9f\x7c\xba\x78\xf1\xea\xd5\xf1\x2b\x1a\x5c\xb3\xbb\x2a\x5d\xbf\x98\x23\x19\x61\x5e\x9e\x1e\xbf\xff\xf8\xa3\x7d\x7d\x8a\x76\xb1\x6e\x85\xcf\x9f\x5e\xbd\x38\xb7\x15\xe4\xec\xb1\xc2\xa7\xe3\xd3\xb3\x93\xb3\xf3\xe3\x57\x17\x7e\x47\x6b\x56\x94\x69\x59\xb1\xf9\x5b\xbf\xc7\x4e\x7d\xd3\x77\xeb\x0b\x67\x10\x9d\x6f\x8e\x7f\x3e\x3e\xfa\x7c\x7e\xdc\xf9\xe6\xf8\x96\xcd\x90\x7f\x67\xc3\xe3\x0f\xe7\xc7\xa7\xba\xfe\xfb\x8f\xaf\x8e\x69\x80\x08\x59\x56\x7c\xcf\xe7\xb2\xd6\xcf\x27\xe7\xad\x4a\xb7\x69\xe5\xd4\x69\xa2\xf3\xb2\xae\xa3\xf3\x92\x6e\x1b\x95\xfb\xfc\x97\xd2\x3d\x3b\x66\x33\x99\xd8\x13\xb1\xed\x72\x89\xd0\xf2\x4e\x1e\x03\x7f\x8c\xf6\x45\xc9\x7e\xdb\xb0\x7c\xc6\xde\x27\xeb\x75\x9a\x5f\x99\xf2\x34\xb7\x03\xa0\x83\x43\x55\x19\xcf\xdf\xb1\x3f\x05\x3a\x38\x90\x6f\xe7\x2c\x4b\xee\x70\x57\xd2\xfc\x4a\xbe\x57\x1e\x8d\x26\x40\xc6\x1e\xea\xb9\x4f\xf2\xb2\x4a\xf2\x59\xaf\xa7\x23\xea\x70\x53\x55\x41\xb9\xa1\xa9\xd3\x9f\xe6\xa9\x1f\x7f\xee\x81\x5e\x5b\x9f\x6b\xb7\xdd\xb6\x07\xa0\x09\x91\x12\x86\x11\x26\x40\x51\xa6\xb1\x6c\x54\xd5\x75\x94\x4b\x75\x74\x32\x9f\x7f\x42\xcd\x92\x96\x9f\xa2\xaa\xb3\x67\x01\x27\xb9\x58\xfb\x33\x55\x58\x0e\x2b\xae\x32\x95\x90\x29\xcd\xb5\x7d\xb6\x9c\xe5\x15\xab\x3e\xe7\xe9\x6f\x1b\xf6\xb6\x5a\x6b\x23\x97\x71\xef\x6e\x4d\xf8\x70\x83\x35\x4f\x5e\x4d\x29\x8f\xdd\x1d\xf6\x5f\x75\xf7\xae\xae\x07\xf7\x2f\x93\xc9\x9d\x31\x3e\x2f\x77\x5c\xa4\xf8\xbc\xf4\x6e\xf0\x68\xc1\x87\x45\x92\x96\xd2\xd9\x13\x0a\xd8\xca\xc1\xc4\x39\xe8\xb1\xc4\x76\x58\xd6\x66\xc6\x29\xf3\x76\x66\xd3\x86\x63\x4e\x66\xd8\x9d\x8b\xdf\xbf\x8a\x50\x11\x01\x97\xdd\x05\xaa\xa6\x23\x4c\xe7\xa1\x0a\x86\xca\x1a\x8d\x16\xad\x02\x68\x7d\x45\x39\x28\xc3\xe1\xde\x7d\x36\x9f\xef\xda\xee\xfe\xe3\xc1\x1f\xfa\x8c\xea\x1a\x30\xe8\x6c\x66\x18\xde\xbf\x97\x75\xed\xef\x8c\xdd\x37\x05\x3b\xcd\x4e\x99\x4e\x7a\x37\x8c\xb4\xf6\x27\xef\xbd\x3b\xe8\x38\x64\x1c\x64\x31\x4e\xf1\xe0\x90\x40\x3e\x76\x97\xad\x73\x94\xab\x69\xec\xbe\xb7\xeb\x0d\x82\x35\xbc\x6f\xc5\xd9\xce\x35\x53\xd7\x2a\xef\x3d\xc2\x0a\xb6\x3b\x87\x58\x95\x8c\xfe\xfd\x05\xe6\x66\x41\x99\x5d\xc9\xaa\x69\xad\x5f\x0b\xe6\x7b\x90\xbb\xbd\x5f\x1d\x94\xd1\x6e\xcb\x43\x0d\xf7\x37\xd5\xc2\x2b\xad\x96\xae\x58\xa5\x91\x41\xaf\x09\x8e\x26\x46\x3f\x62\xfe\x36\xb1\xf6\x65\xe4\x6e\x19\x19\xae\x92\xb5\xeb\x48\xe6\xa4\x90\xb5\xbb\xaa\x7e\x76\xce\x54\xe7\x4e\xf7\x50\x5c\xf3\x68\x32\x05\x7f\xd7\x25\x94\x1c\xae\xf9\x3a\x22\x80\x0e\x4c\xca\x54\xdf\x03\x18\xed\x93\x53\x79\x87\x45\x26\x78\xca\x4d\x40\xa2\x33\x56\xe9\xf6\x89\x9f\x07\x93\x11\xd8\xf6\xd4\x8a\x7b\xbf\xb5\x70\xae\x85\x78\x04\xbd\xa7\x88\x82\x16\x8c\xeb\x6c\xd9\x2e\x22\xc3\x0e\x43\xf2\x9a\x66\x3d\x62\x06\x72\x81\x6d\x49\xe7\xf8\x79\x20\xb2\xdf\x5c\xa8\x85\x04\xaf\x78\x44\x88\x39\xda\x7a\x29\x9c\x03\x2e\x3a\x30\x58\x1a\x23\x80\x32\x60\x4d\xe4\x90\x95\xdf\x95\x6e\x80\xcb\x61\xc1\xe6\x1b\x2f\x7e\xb3\xdb\x3b\x7b\x12\xec\x07\x4f\x94\x0d\x56\x14\x04\x64\xf8\x85\xa7\x79\x14\xec\x07\xa4\x21\x10\x5c\x57\xeb\xc0\x09\xd7\xf0\x73\xd9\x97\x09\x08\x99\x4f\x39\x60\x34\xfa\x1b\x67\x26\x83\xc9\x3c\xb6\x6c\x69\x03\x5e\x2d\x62\x52\x10\xd1\x1f\x93\xe8\x97\xd2\xa5\x4e\xc4\x12\xa4\x14\xc9\xe3\x51\xcb\xe1\xc6\xcd\xf6\x11\x86\xd1\x03\xd1\x56\xdd\xfe\xd0\xe6\xdc\x29\x78\x38\x54\xab\x1a\xb8\xfc\xd2\x3c\x85\x21\x57\x68\x13\x13\x9e\xdb\xbc\x64\x04\x5a\x63\xd5\x2c\xa5\x97\x10\x89\x1b\x6a\x28\xca\xfd\x8c\x56\x39\xb6\x9c\xdb\xd7\x6e\xeb\x32\xfa\xbf\xca\x72\xb6\x6d\x47\xf4\x53\x4b\x29\x67\x77\x32\xd7\x11\xdf\x46\xce\x08\xda\x99\xa7\x6d\x6c\xcf\x2e\x8e\x47\x4c\x9e\x8a\x11\x74\x21\x43\xb0\x77\x5d\xad\x95\xe7\x6b\x3a\x0f\xac\xa5\xb2\x04\x06\xe3\xea\x49\xb0\x17\x3c\xc1\x33\x18\x57\x8d\xc4\xfd\x16\x86\x88\x7d\x45\xd8\xd2\x2a\x1f\xf1\xbe\x7b\x1d\x86\x51\x6f\x56\x72\x03\x7a\x80\xcb\xd6\x2a\x22\xe1\xd2\xfd\x11\x03\x30\xf5\x90\x38\x5d\x36\x10\x9e\x09\x67\x73\x00\x39\x01\xde\x44\x12\xf0\x11\xc8\xf7\x0f\x31\x85\x4a\x0a\xbd\x23\x23\x7a\x2b\xbe\x2b\xa3\xd4\xf8\x04\xb4\xb7\xa5\xb0\x3b\x92\x34\x4d\xc4\x65\x4a\x6a\xbf\x12\x21\x90\xa0\x63\xd4\xbf\x7a\xe4\x3b\xd2\xf8\x52\xbb\xdc\x72\xfa\x73\x19\x49\x2b\x7a\x5d\x16\x4c\x89\x4c\xcf\xaf\x3b\xc2\xd4\xfc\xad\x2e\x6c\xfc\x98\x08\xb5\x98\x64\x12\xcc\x93\x2a\xd9\x17\x1b\x29\xe3\x61\x06\x53\x5a\x40\xe5\x14\x33\x09\x34\x5b\xaf\x3b\x29\xc7\xa6\x34\x45\xb7\x78\x60\xd9\x7f\x7f\x88\x16\x29\xb8\x35\x3e\x01\x12\xd6\x54\x08\x53\xdf\xb3\x15\x4f\xbf\xb1\xf9\x7b\x96\x6f\x24\x58\x7e\x6b\x2f\xf6\x2e\xdb\x46\x07\xb3\x2c\x13\xb4\x9c\xc5\x98\xf5\x92\x7b\xbe\x57\x40\xd0\x1e\x93\x71\xb4\xeb\x94\xe8\x9b\x07\xd5\xfd\x02\x1e\x71\x84\xb5\x4c\x23\xd7\x32\x8d\xdc\x15\xf0\xb8\x42\x92\x4a\xdb\x9d\xbe\x30\x1b\x8b\xb1\x3d\xdd\xbb\x91\x3b\x31\x84\x76\xd9\x95\xa7\xf3\x58\x8c\xd8\x6f\xe4\x64\xee\x85\xe1\x00\x63\xdf\x7e\x5f\xa4\x9b\x47\x07\x90\x81\x5c\xcb\x6c\xb8\xeb\x4b\x5e\x42\x8a\xee\xdb\x73\x76\x0b\x89\x4e\xc2\x2a\xe0\xab\x1a\x32\x7a\xc7\x60\xf6\xc0\x8a\x57\x49\x86\xab\x82\x5e\xdf\x1b\x8a\x11\x26\x8d\x13\x43\x09\x33\x59\x82\x5e\x12\x30\xa7\x95\x0e\x59\xe3\xc8\x05\x5f\x94\xb0\xb6\x0e\xe6\xf3\xf1\x6f\x65\x3c\x97\x9e\xf0\x4a\x4a\xaa\x2b\xbe\x65\x77\xe8\x08\xef\xec\x03\x7a\xc3\xbb\x16\xe3\x57\xb4\x6a\xd9\x70\xa3\x63\xbc\x63\x90\x8d\x69\x6c\x0a\x96\x8d\x74\x72\x96\x30\x0c\x2e\x2e\xb3\x24\xbf\x0e\xd0\x39\x52\x16\xb6\xf3\x65\x46\x77\xf4\xae\xae\x83\x9c\x2f\x78\x96\xf1\xaf\x7b\x39\x17\xbd\xb2\x62\x2f\xe7\x05\x5b\xb0\xa2\x60\x45\x20\xa1\xce\x25\xfd\x35\x8d\x72\x02\x17\x14\x83\xe0\x9e\x70\x02\x47\xf4\x07\x2c\xba\x55\xa7\x49\x5a\xdf\x7f\xf5\x12\xff\xe0\x6e\x63\xe2\x1b\x07\x0b\x8e\xae\xc3\xf0\x32\x0c\xa3\x6b\xcb\xd3\xdd\x7b\xb9\xa2\x6b\x42\xe0\xab\xc0\x68\x58\xbd\x73\x96\x24\x01\x23\xfd\xcc\x10\x85\x74\x32\x0f\x7d\x1d\xef\xf8\x54\x63\xb1\x8b\x3e\x40\x43\xe0\x98\x6e\x7b\x72\x1e\x9e\x35\xf7\x5b\x9a\xa3\xc9\x75\xfb\xd5\xbf\x4a\x4d\x61\xe1\x9c\x62\x6f\x45\x3a\xe1\x72\xcf\xc0\x50\x33\x47\x0d\xf4\x51\xdd\x9d\xae\x13\x15\xa4\xf8\x18\x2e\xa0\x92\xb1\x8e\x99\x06\x15\xb0\x14\x8f\xf9\x50\xfc\x01\x95\x9d\xcc\x64\xf1\x29\x58\x16\xdf\x79\x7e\x32\xa8\x2e\xc4\xf0\xbf\x81\x00\x4e\xd2\x5c\x44\xa5\xe2\x4e\x4a\x4c\x39\x14\xc4\x97\xc6\x87\x5a\xbe\x31\xaa\xc2\xf8\x72\x8c\x93\xa3\x94\x2e\x62\xaf\xca\x9a\x97\x69\x5e\xb2\x2a\x88\x93\x27\x87\xaa\xac\x64\x15\xc6\x7c\x8f\x4b\x9d\x5e\x52\x2b\x14\x63\x79\xbc\x64\x48\x5e\x9d\x65\x4a\x3b\xed\x30\x0f\xd6\x81\xeb\xd3\x69\xdf\xd9\x32\x70\xbd\x3c\x5b\x15\xb0\x0c\x1c\xbf\xcf\xd6\x7b\x51\xe4\x64\xb9\xbc\x1c\xb3\x96\x40\xda\x26\xb5\x6e\x6f\xca\x5a\x6c\x89\x89\xa7\x85\xe1\x65\x86\xee\x23\xa0\xd5\x43\x6e\x17\xbf\x8c\x39\xc8\x68\x06\x29\xb4\xdd\xa6\xe2\x4d\x18\x2e\xc7\x4b\xbd\xa4\x1a\xfe\xc4\x33\x70\x40\x45\xbc\x02\x1f\x50\xc4\x57\xe0\x80\x89\xf8\x06\xda\x48\x27\x66\x5d\x44\xd4\xc0\x2d\x21\xc0\x76\xa0\x80\xe8\x2b\xf0\x8e\x2a\x09\xdd\x40\xa5\xe4\xf9\xd7\x92\x40\x95\xc9\x48\x24\x79\xf6\x28\x1f\x3e\x15\x05\xc4\x8f\xf8\x84\x49\x35\x0c\xf0\x4e\x3c\xa7\xc9\x92\x56\x59\x94\xdb\x10\x4f\x5e\x5d\x2f\xca\x53\xd2\x90\x9d\xd7\xb5\xe3\xfb\x54\x0e\x95\x8d\x96\x72\xf7\x7b\x84\xe3\x75\xa9\xb5\x55\x32\xcc\xd5\x28\xcf\x7c\x97\xbf\x1f\x95\x8d\x9d\xb2\xca\xb7\x3e\xb1\x3c\xa3\xb3\x22\xca\xb3\x87\x42\xec\xf8\xcb\xe0\xb9\xcc\x61\xee\xd1\x8a\x54\xcb\x42\x00\x6f\xf6\x75\xef\xb8\x28\x78\x11\x05\x18\x9e\x66\x2f\x2d\xf7\x36\xf9\x9c\x2d\xd2\x9c\xcd\xf7\x78\x81\x4e\x6c\xc3\x80\x38\xce\xf5\x05\xcd\x6d\xac\x3f\x63\x9e\x36\x29\xf4\x2a\x38\xf6\x37\x85\x9e\xe6\xb4\x69\xda\xf5\xff\xb8\xd7\x06\x77\x7a\x78\xa4\xe7\x46\x27\x4e\x90\xeb\xb9\xd1\xe7\x72\xda\xda\x80\x40\xdc\xd3\x9d\xa4\xe3\x63\x15\x76\xff\x01\x82\xf0\xbf\x47\xcf\x65\x93\x0c\x7f\xce\xc7\x51\x3e\xbc\x50\x64\xb5\x81\x95\xbf\x23\xe7\x70\xec\x2b\xcd\x1e\x41\xae\xe6\xc3\x0b\x47\x47\x8e\x5f\x3d\x48\x45\x56\x8f\xa3\x22\xf3\xfb\xa9\xc8\xca\xa1\x22\x7b\x14\xaa\xca\x62\xe0\xdf\xd3\xab\xaa\xcd\xe3\x04\xb6\x4a\xf5\x2c\x71\xb9\x3a\x70\x29\x1e\x6e\x83\x0c\x18\xf8\xab\xd1\xd1\x3c\x62\xcb\x02\x86\xff\xfb\xda\xde\x07\x7a\x12\x28\xec\x8f\xaf\x80\x55\x75\xfe\x37\x2f\x80\x68\xf8\x0f\xce\xdf\x57\xbf\xee\xe8\x67\xf6\xdf\xa9\xef\xf6\xfb\x18\xfb\x8f\x71\xaf\x02\xb8\x7d\xf5\x1e\x3b\x86\xf6\x77\xc8\xb8\xb8\x7c\x9a\xcc\x5c\xa4\x29\xa5\x30\x1c\x70\xc7\x8c\x87\xd8\xbb\xb8\x2e\xf8\x8c\x95\x65\x9a\x5f\x61\xc8\x89\x30\x4c\xc7\x29\xde\x67\xdc\xa4\xc8\x5c\x6f\xbd\x62\x36\x6e\x85\x37\x54\x7f\xae\x61\x38\x88\x02\x9e\x2b\xdf\x25\x4c\x3e\x9e\xb6\x6f\x3e\x09\xc3\x7c\x78\xb1\x4c\xf2\x79\xc6\xb0\xd1\x17\xf9\xfc\x93\xe3\xec\x14\x19\x3d\xbc\x2a\xed\x00\x3c\x19\xb8\x41\x30\x2f\x6c\xa8\xba\x3a\xc7\xe0\x0d\xd1\x43\x0d\xef\x86\x6e\x27\xab\x15\x9b\xa7\x49\xc5\x5a\xa9\xd5\xc5\x48\x92\xf2\x2e\x9f\xa1\x6c\x33\x93\x8a\xf9\xe1\x05\xb6\x51\x62\xd9\xe2\x41\x65\xfd\xbd\x71\x58\x25\xf7\xe1\xad\x61\x77\x05\x7b\x2a\xc9\x22\x39\x8e\xa1\x20\xff\xdb\x55\x20\x70\x1b\x01\x1d\x8d\xd5\x59\x54\x18\x1c\xfc\xce\xf8\xae\x8a\x55\x12\xeb\x61\x13\xdd\x83\x37\x14\x9b\xff\xfe\x7f\x1b\x0e\xbd\x43\xf0\xaf\x77\xf0\xe2\x0b\xc5\xe9\x2e\x5b\x4c\x2b\x26\xec\x7f\x2c\xc7\xba\x54\xfc\xe8\xaa\xcb\x0d\x9b\x18\x8f\x0f\x31\xb4\x0f\xb2\x90\x4b\xcb\x24\x22\xab\xf4\x48\x46\x51\x7a\x43\x77\xc4\x71\x71\xd5\x23\xa2\x43\x32\xb8\x57\xe7\xe3\x9e\x42\x2a\x08\x65\xc1\x2e\xfe\x82\x2b\x27\xf9\x38\x34\xba\x0b\x62\x37\x29\xb0\xcb\x63\xfa\xc6\x75\x3b\x78\xbf\x36\x67\xb9\x30\x9c\xe5\xda\xe7\x2c\x2d\x5b\x3a\xd0\x45\x1e\xcb\xde\x2b\x15\x58\x09\x4e\x6e\xa7\x48\xa0\x57\xf6\xa8\x87\xa4\x0d\x99\xe3\xdc\xda\x99\xd7\x75\x6e\xac\xde\x1e\xc5\xef\x3e\xc4\xb4\xea\x00\x98\x1e\xef\x3a\x1f\xcf\x87\x97\x69\x3e\x8f\x18\xe8\x64\x31\x6d\x6c\x8c\xf2\x07\x89\x8b\x91\x1e\x22\x56\xef\x71\x2f\x93\x6b\xfb\xd3\x8c\x6d\x9b\xd3\x75\xd9\xef\x0e\x92\x72\xd1\x87\xfc\xd2\x3e\xdb\x1c\x47\x07\x20\x4f\x59\x5a\xee\x9b\xeb\xed\xec\xda\xe3\x53\x0c\x35\x96\x3f\x3d\x73\xec\xd1\xe5\x89\x8c\x64\x56\x35\x0c\x8b\xeb\x57\x53\x5c\x80\x38\x5d\xfe\x0b\x01\x2a\xbc\x8f\xab\x7b\x38\xe0\xd5\x2e\x0e\xb8\xd7\x75\xbf\x3b\xbe\x7b\xb2\x58\x3a\x50\xb2\xa4\x49\xbf\x64\x71\x63\x25\x8b\xe5\xf8\xb7\x32\x2e\xd1\x9f\xdc\x15\x88\xcc\xa9\x00\x15\x31\x6a\x9f\x3c\x30\xc1\x48\x5d\x77\x8d\x24\x73\x71\x29\x19\x86\x1a\x41\xf7\xb1\x98\xa9\xf0\x23\xaa\xcc\x37\x9d\x65\x2d\xcb\xd9\x4e\x64\x05\x7d\x92\x74\x5c\x16\x41\x1e\xa9\x9f\x8e\xd3\x10\x73\x7c\x34\x66\xa6\xcc\x18\x8e\xea\x80\x1e\x31\xb3\x71\x6f\xc0\x8d\x40\x13\x33\x2f\x20\x0d\x88\x73\x15\xb3\xa1\xf8\xd3\x7f\xc8\x0e\x1b\xb4\x06\x35\xc2\xca\x9d\x72\x01\x15\x64\xd6\x64\xfd\x9a\xc3\xab\xbe\x58\xda\x1b\x51\xa1\xbf\x27\x29\xd9\x99\xbb\x92\x9d\x4a\x49\x76\xf2\xae\x64\x87\x87\xe1\x6c\x3c\xeb\x48\x76\xd2\x46\x26\xa1\xda\x79\xa6\xd4\x61\xee\x35\xd2\x15\xdc\x9a\x05\xd1\x2d\x26\xd8\x0a\x14\xea\xfa\xcb\xce\x75\xe0\x19\x6c\x7d\xc1\x0a\x6a\x9b\x77\x8d\xc6\xde\xa0\xce\xf1\x36\xa1\xa6\xed\xe1\x4e\x68\xda\x7f\xb8\xbd\x00\xd4\xbf\x95\x18\x7d\x3a\xed\xe2\xef\x99\x5f\x88\xe0\x69\x2e\xca\x1c\xb9\xf9\x9a\xa6\x6d\xb9\xf9\xc2\x16\xe1\xf3\x92\x6e\x35\x50\xd3\xd4\x93\xc7\x37\xb4\x2e\x4f\xf7\xac\x63\x2b\x1e\xfc\x35\x86\xc9\xf2\xc8\xb6\x03\xd4\xc8\xf7\x7e\xcc\x1a\x6c\x49\x40\x41\x73\x69\x1b\x58\xe9\xcc\x06\x5f\x78\xb4\x94\x07\x70\xeb\xa1\x0c\x33\xde\x0e\x43\xe9\xa3\x8c\xcd\x78\x23\x51\x06\xd2\x61\xac\x8d\x0d\x10\xd2\xf7\xe0\xf8\xd9\x78\x86\xdc\xb9\xd1\x2f\xb9\xd8\xa3\xd3\xb7\xe6\xe5\x76\xdc\x3c\xd8\xa9\xe7\x8b\xf9\x3d\x3a\x40\x8d\xde\xa5\x59\x3a\x8a\x4a\xe0\xea\xf7\x5f\xe1\x55\xf7\xee\x96\x1d\xd1\x2c\xeb\x11\xcd\x2e\xfb\x2f\xb0\xb9\xa1\x83\x43\x4f\xf8\x3a\x6f\x0b\x5f\xd7\x9e\xf0\x75\xd1\x15\xbe\x1a\x7a\xb2\x25\x7f\xbd\xea\xde\xfb\xdd\x4c\x4f\xcf\xfd\xc7\xad\xce\xdd\xac\x0a\x3c\x3f\x4f\xd6\xa3\x3c\x0c\x73\x63\xcc\x78\x91\x25\x65\x85\x0d\xaa\xbc\xad\x27\x73\x4b\x94\x22\xfd\x3f\xcb\x58\x52\xe8\xa4\xae\xbb\xbe\xd9\xdd\x9a\xc9\xf1\x29\x2b\xb4\xd8\x51\x63\x4a\xda\xf7\xa5\x3b\x8a\x1d\x89\x65\xab\x9e\x16\x0f\xa1\xba\x67\x20\x32\x7f\xb8\x95\x52\xa7\xff\x01\x15\xf2\x65\x95\xff\x4f\xe9\x8f\xff\xef\x50\xd0\x3e\x56\x6b\x7d\x59\xe5\xae\xca\xda\x79\xb4\xfa\xea\xff\xaf\x2b\x7b\x2d\xe2\x5a\xb5\x14\xc0\x57\x2d\x05\xf0\x4d\x57\x01\x7c\xd7\x52\x00\x5f\xca\xe0\x79\x70\xa1\xcf\xec\x25\x1c\xd1\x5f\x94\x86\x56\xb2\xb4\x5f\x3d\x4d\xed\x35\x75\x79\xb3\xb3\x1e\xbd\xed\xb1\x54\xf6\xbe\xe2\x64\xa4\x2c\x35\x8f\x8d\xd0\x09\xd9\xdb\x13\x2a\xf3\x83\xd6\xf5\xd1\xe8\xec\x51\x0a\xda\x57\xfd\x0a\xda\xb3\x87\x14\xb4\xc7\xfd\xdc\xd8\x39\xdd\x76\x14\x97\x1d\x74\xee\x70\x28\x9a\xb1\xb9\x1d\xbb\x6f\x7d\x3d\x1e\x3c\x02\xc9\xfa\x08\xb6\x53\xc7\x53\x29\xfa\xf8\xd5\xde\xed\xe5\x78\x89\x61\x06\x1f\x8f\x5f\x7d\x35\x6e\x5a\xa1\x5e\x14\xff\xfa\x3c\xf7\x75\x1f\x0b\xfc\xaa\xc3\x2a\xdf\xee\xd4\xe0\xde\xfe\xb7\x6a\x70\x5b\x2c\xb3\xd1\x29\x63\xc9\x25\xbf\x0d\x06\x94\x9e\x84\xa1\x29\x2f\x92\x79\xca\xb1\xb0\xae\x07\x17\xda\x38\x6e\x30\xb8\x34\x1d\x66\x6c\x56\x79\x4d\x05\x14\x9b\xb8\x18\x0f\x06\x97\x7a\xc4\x28\x91\x38\xf1\xf5\xc7\x0d\x9c\xb6\xc4\x3a\x6a\x33\x4e\xc3\xf0\x36\x0c\xa3\xd3\xc7\x0a\x78\x4e\x1f\x21\x9f\x39\xed\xa8\xf5\x5f\xfd\x31\x89\x8d\x43\xcb\x28\xb5\xfe\x65\x95\x37\x70\x0c\xe7\x68\x00\xff\x9f\x56\x3a\xaf\xc6\xab\x07\x94\xce\x57\x6d\xba\xe7\xc6\xa3\x7b\xee\x1e\xa9\x74\xfe\x7a\x9f\xd2\xf9\xec\x1e\x96\x1b\xb1\xb9\xb5\x46\x4d\x32\x57\xbb\x6c\xac\x46\x9d\xac\x66\x36\x6b\xbf\xcd\xcf\x23\xa0\x14\x43\x3d\x9c\x76\x6b\xc2\x74\x7f\xd9\xc8\xf7\x6e\x9a\xa8\x20\x28\xf4\x60\x4a\x03\xfc\x15\x80\x28\x94\xc1\x4a\xe8\xe1\x94\x06\xf2\xa7\x2c\xc6\xf0\x31\xf4\xe9\x94\x06\xf8\x4b\x16\xde\xbe\xc3\xd2\xbf\x4c\x69\x20\x7f\xaa\x62\x55\xfe\x57\x51\xee\xbf\x50\x6f\xfe\x86\x6f\xdc\x57\x9b\x1c\x9d\x29\xe9\x3f\xff\xf9\xcf\x29\x0d\xd4\x53\xd0\x44\x65\x56\xd7\x51\x99\x59\x1f\xa2\x2c\x83\x4d\x06\xb3\x8c\x4e\xfe\xfa\xff\xff\x27\xfc\xfd\x2f\xff\x84\xc3\x83\xa7\x7f\x81\xc3\xbf\xfc\xfd\x6f\x70\xf8\xcf\xc3\x7f\xc2\x3f\xd5\x7f\x53\xbb\x90\xf3\x4c\x23\xde\x91\x13\x08\x55\xa5\x1a\x90\xbf\xb2\xcc\xc9\x31\x90\x65\xe3\x2c\x8b\x37\x59\x3b\xef\x40\x99\xa9\x30\x3a\xa6\xe5\x75\x86\x2e\x3d\xc5\x9d\x95\x28\xee\xca\xde\x3f\x9c\x65\x29\x4a\xab\xe7\xd5\xb2\x99\x25\xd5\x6c\x19\x5d\x5e\x39\x92\x48\x4c\x3c\x2a\xdf\xda\xf6\x17\x99\xa5\x85\xcb\x4c\xee\xd8\x48\x66\x66\x12\x9d\x2e\x78\x11\x8d\x70\x0c\xcf\x67\xd9\xa4\x9a\x8e\x48\xf5\xe4\x89\xd3\x78\x45\xc5\xd4\x9b\x4d\x46\xab\x86\x65\x25\xdb\xba\xc9\x83\xb3\xac\xab\x71\x57\x3e\xd8\x7b\x5f\x93\x72\x4f\x9e\x5f\x36\xdf\x4b\xf3\xbd\x64\x0f\xf3\xa4\x15\x7b\x2c\xbf\x49\x0b\x9e\xaf\xb0\x52\x5a\x2d\xf9\xa6\xda\x93\x61\xd6\xd3\xfc\x6a\x2f\xd9\x53\x31\xe1\xf6\x0a\x56\xae\x79\x5e\xa6\x37\x6c\x6f\xc5\xe7\x6c\xb8\x77\x94\x64\xd9\x5e\xc9\xaa\x53\xf3\xe2\x3d\x9f\xb3\xbd\x8a\xef\x49\xd5\xfe\xde\xd7\x65\x52\xed\x55\x4b\xd6\xfe\x74\x2f\x2d\x87\x01\x19\x55\x34\xcb\x34\xa1\x25\x8f\xf4\x32\xeb\x35\x70\x75\x72\xb8\x88\xc9\x13\xe0\x34\x97\xb9\x2a\xf3\xc9\xe1\x14\x23\x25\x6f\x4a\x26\x86\x73\x99\xcc\xae\x3d\x4a\x5c\xae\xf3\x22\x8b\x8a\x2a\x62\x36\x30\xf8\x88\x0f\xd0\xc6\x3c\x8d\x2a\x8c\x66\xcf\x80\xdb\x9c\x8d\xaf\x93\xe8\x63\x12\x11\x08\x0a\x86\xe8\x03\x92\xdd\x31\xf5\x5d\x83\xf5\x44\x66\xc3\xaf\xa6\x32\x82\xbe\xec\xc1\xcb\x70\xc2\x1b\x58\x65\x9d\x54\x9f\x5b\xc1\x3a\x2a\xab\x94\x1b\xf5\xf7\x2e\x93\x41\x72\xca\x78\x32\x55\x09\xc1\xd1\xaf\xfa\x63\x8e\x2a\x1c\xc1\x90\x5f\x25\x6b\x19\x2b\xeb\x00\xe6\x69\xc1\x70\x44\x49\xf6\x26\xcd\xab\xf8\x6d\xe1\x24\xc8\x3f\xfc\xbb\x93\xa1\xf1\xd2\x03\x40\xca\xe4\xbb\xea\x4f\xd0\xad\xac\xb0\x38\xf5\xc5\x06\x63\xff\x71\x28\x87\x29\x39\xdf\x12\x13\x55\xdb\x54\xd8\x05\x9d\x88\x6d\x3a\x80\x84\xf2\x76\x3e\x03\x1c\x43\x49\x93\x49\x8a\xae\x10\x82\x6a\x66\x0b\x56\xbc\x37\x60\xf7\x45\x89\x3c\xa4\xd2\x5b\x62\xf5\x19\x15\xec\xa2\x16\x24\x6e\xa2\xd2\x89\xe7\x2f\x36\x50\x66\x95\x50\xbc\xc9\x1c\xc5\x12\x12\x59\x9c\x67\xd1\x0c\x64\xf2\x38\x71\x6b\xf6\x54\xcd\xd2\xf8\x4a\x14\x0d\x9e\xc0\x8b\x8c\xb6\x5c\xa9\x03\x38\xca\x7c\x26\xc8\x4e\x8f\x89\xe9\x55\xf4\x60\x54\x3d\x33\x7c\x97\x9e\x62\xf5\xe4\x09\x61\x93\x6a\x4a\xcd\x1b\xf4\x00\xdb\x99\xec\xf2\x38\x57\x6c\x9c\x42\x68\xf3\x68\x52\xc1\xdb\x72\x8a\x4a\x50\x2f\x35\xfb\x6d\xe6\x9b\x28\x49\x19\x04\xee\x13\xee\x01\x9a\x28\x55\x26\x1f\x9d\x6b\x9a\xc4\x86\xe9\x1c\xfd\xd8\xd5\xde\x6e\xdc\xbb\x45\x60\x46\x37\xe2\x5e\xcd\xe9\x46\xdc\xab\xb5\xff\x72\x41\xd7\xe2\xe5\x92\xae\xc5\xcb\x95\xff\xf2\x8a\xae\xc4\xcb\x1b\xba\x12\x2f\xef\x68\x92\x45\x17\x19\x94\x04\x2e\xef\xbb\x9c\x91\xe6\xc2\xe7\xe6\xd7\x52\xff\x92\x36\xfe\x70\xb1\xf3\xfb\x96\x35\xfb\x35\xbb\x1b\xcd\x06\x94\x72\x74\x30\x40\xae\x4a\xdc\x27\x41\xe6\x61\x1e\x93\x65\x54\xc9\xcc\x15\x33\x3c\x28\xfd\xd7\x39\x0f\xc3\x4b\x79\x8b\x73\xb8\x54\x1e\x06\x47\xbb\x61\x92\xc0\xdd\x83\xc3\x07\x93\xbd\xb6\x71\x3b\x1d\x1c\x78\xae\x0e\xb6\xfc\x50\xb9\x36\xd8\xd7\x1c\x0a\xb2\x2d\xc6\x0c\x7f\xc4\xb9\x75\xf8\xa8\x22\xd2\x34\x51\x05\x97\xba\xfb\xc9\x0c\x2e\xa0\xc3\x96\xbe\x12\x07\x9f\x13\x90\x02\x03\x44\x34\xe8\x5a\xa3\xa0\x0b\xc2\x83\xad\x32\xbc\xcc\x1a\xa2\x6d\x30\x17\x80\x81\x2b\x04\xa1\x14\x1f\x41\x6a\xc8\xa7\xc1\x01\xa4\xf3\xf8\x6e\x07\x48\xf2\x4a\x6d\x7c\x8a\xab\x0e\x80\x5a\x14\x51\x4a\xc6\xbf\x15\xf1\x2f\x85\x6b\x10\xe7\xc2\xb4\xb4\x7c\xc9\x92\x6b\x15\x6a\x02\x25\xe4\x3e\xdc\x09\xc3\x19\x17\xdc\xb9\x57\xa8\x54\xec\xf7\x80\x11\x7b\x6d\x5c\xb3\x05\x8f\xc7\xa5\xe7\x59\x94\x43\x46\x2c\x6e\x82\xa3\xa9\x45\xe0\x5f\xb3\xb6\xec\xd8\xbd\x6d\x66\xa9\x54\x78\xdd\xd9\xa6\xfc\x95\xe7\x4c\x32\xb6\x99\xab\x1d\xd9\x36\x71\x09\x1b\x9a\x49\xbd\xc2\x6b\x5e\x7c\xe0\x3f\x15\xc9\x1a\x66\x34\x1b\x9a\xf5\x82\xb9\xfd\x64\x36\xce\xd3\xa1\x0e\x8c\x17\xcf\xf4\xfd\x94\xa2\x9c\x85\x27\x5d\xd1\x63\x2b\xe8\xe0\xd0\x4d\x98\x2b\xb6\x3e\x62\xe2\x3c\x3c\xce\xd0\x0a\x0a\x3a\x38\x20\x50\x34\xb0\xec\x71\xef\xdf\xb3\x26\x5d\x3f\xe6\x75\xdd\x95\xf5\xc9\x6d\xfe\x39\x8f\x7f\xd1\xca\xe5\x41\xa4\xbe\x19\x20\xda\x19\x24\x24\x0c\x07\xd1\x7c\x40\xa9\x33\xb7\x30\x8c\x06\x9b\xba\xbe\x4a\x23\x03\xa8\xa4\x20\x36\xe7\xfb\x4b\x5e\xa4\xdf\xc4\xc9\xca\xf6\x31\x64\x1e\x21\xa4\x51\xaa\x23\x3d\x96\xef\xf2\x30\x8c\xd8\x30\xc9\xaa\xb7\xec\x4e\xbc\x58\xb1\x2a\x79\xcb\xee\x48\x03\x2b\x6f\x16\x6b\x73\xf1\xce\x32\x9b\xe9\xd9\x9d\x54\x18\x46\x9f\xd3\x88\xd4\xf5\xf7\x69\x64\x13\x2c\x2c\x22\x06\x4b\x0c\x76\x77\xd5\x23\xe0\x5c\xdb\x3b\x2a\x9b\x55\x5f\xad\x9d\x6b\x0e\x03\x8c\xcb\x12\x7d\x8f\x8d\x8b\x2e\x88\x36\xdd\x9e\xac\xa0\x67\xa5\x45\x97\x57\xd2\x62\xc2\x7d\x9b\x2e\xa2\xc1\x0a\xf7\xd5\x26\xf3\x54\xc3\x18\x44\x03\xbd\x06\x61\x38\xb0\x8b\x80\x78\xc2\x2e\x15\x86\x44\xd1\x8f\xff\xca\xa5\xdd\x66\x18\x46\xbc\xae\x0b\xa2\x0f\x38\x1f\x97\xa9\x65\x47\x2c\x1f\x32\xcc\x12\x95\x38\x4a\x0c\x2d\x4e\xfa\x2b\xd9\xf4\x52\xa2\xd6\x28\x0d\xc3\x28\x35\x00\xfa\x91\x06\x7f\x4d\xd3\xf4\xa6\xf7\x92\x27\xec\x97\x3c\xfe\x39\x1f\x59\xb7\xb4\xba\xae\xcc\x29\xcb\xc3\xd0\x3e\x7c\x96\xee\x67\xfa\xf1\x5f\x79\x5d\x0f\x2a\xbb\x4a\x95\x59\xa5\xba\x8e\x30\x74\x45\xcb\x78\x0a\x25\x81\xfe\x70\x49\x33\x45\xca\xe1\x5a\x10\x76\x2b\xb6\xe2\xd1\x83\x66\xc5\xc0\xe9\xdb\x34\xba\xcb\x80\x11\x48\x69\xc4\x87\x05\x5b\xc0\x26\xe2\x30\x09\x0a\xb6\x40\x2f\xa6\xa4\x9d\xc9\xb0\xa4\x2f\x12\xc4\xd0\x12\xb3\xa6\xc3\x74\xee\xe7\x35\x35\xad\xbb\x0c\x11\xc5\x4c\x7a\xe9\xd0\x00\x73\xe2\x90\x7a\xb9\x26\xf5\x72\x69\x51\x9a\x02\xc3\x43\xbd\xa0\xdf\x27\x51\xaa\x6f\x5e\x42\xc4\xdd\x17\xc8\x7d\x45\x17\x02\xb9\x5f\xf5\xe2\x43\x8f\x0c\xe1\xf9\x29\x2b\x2b\x5e\x30\x44\x05\x6e\xfa\xc6\xc9\x94\xdc\x43\xaf\x3b\xf9\x07\xf9\x58\xf0\xbc\x71\xd4\x97\x32\x4f\x8f\xdb\x72\x66\x0a\xd7\xc8\xf0\x44\xc4\x26\xb7\x8a\x0c\x8d\x1b\x55\xd4\xa4\x41\x9b\x1c\x4c\x49\x3f\xc9\x8b\xa7\xd2\x5b\x23\xb4\x9d\x40\x7b\x5b\x49\x3d\x38\x7c\x42\xcb\xc1\x51\x72\xa3\x68\xc2\x9c\xda\x0b\x82\xc4\xe0\xf3\x83\x30\x8c\x92\x68\xcb\x8b\xf4\x2a\xcd\x93\x4c\xf1\x8f\xb1\x3b\x22\xcc\x5e\x63\xe6\x20\xb0\x69\xef\xe4\xcc\x8a\x44\x8c\xfe\x20\x8e\x5f\xff\xc2\x2c\x13\x59\x1d\x2b\x0c\x0e\x1b\x62\x93\xc0\xd1\xc9\x94\x8c\x90\x75\x54\xde\xea\xf7\x32\x01\x86\xf7\x95\x31\xd0\xd4\xc8\xa1\xb0\xab\x69\x92\xa0\x71\x32\xb2\x9d\x14\xcf\xf7\x0f\xc7\xb6\x8e\xf4\x35\x2c\x9e\x1c\x92\x78\x1e\x4d\xf8\xd4\xc9\x49\xd7\x48\x72\xeb\x0f\x0d\x23\x99\x12\x98\x24\xd3\x26\x4a\x61\x45\x24\x01\x7a\x2b\x0e\xf2\x9a\xc0\x1d\xbd\x11\x05\x97\xf4\x46\x1c\xda\x0b\x7a\x33\x79\x3a\x85\x23\x7a\x33\xf9\xcb\x14\x6e\x7b\xf5\xd2\xd6\xdb\x9e\x29\x12\x06\x23\xc0\x81\x77\xb8\x2d\xdd\x57\x79\x79\x49\x91\x0c\xdc\x41\xff\x71\x0b\xf9\x2b\x67\x1f\x06\xb9\x00\x39\x61\x68\x4a\x90\x7b\x84\xdc\x78\xb6\xee\xa6\x9c\x11\x42\x3b\xf8\x44\x33\x9e\x1a\x87\x70\x48\x01\x97\x85\xc0\x57\x7a\x2b\xd6\xe1\x9a\xde\x8a\x75\x38\xa3\xb7\x62\x1d\x7a\x72\x7e\x3a\x53\x39\x20\xe0\x10\xb8\xa6\xd1\x3e\xc7\x63\xf7\xaa\x38\x5a\x15\x3b\xb2\x58\xb0\xdd\xae\xae\xce\x22\x2a\x8b\x22\x8c\x36\xce\x96\xb0\xdd\xba\x35\x4b\x45\x37\x04\x9e\xfe\x0d\xb5\x66\xd3\x26\x2a\x09\x9c\xd0\x63\x31\xd7\x57\xf4\x58\xcc\xf5\x7c\x07\xa0\x52\x04\x23\x6e\xee\x2b\xb1\xe7\x7e\x82\xf5\xa7\x7f\x3b\x88\x73\x77\x6b\xf5\xe0\x12\xda\x61\xfc\x07\xd4\xde\x03\xe9\xd8\xec\x4e\xd5\xc9\xbb\x98\xb6\xa7\x6a\xd0\x7d\xe2\x23\x74\x53\xaf\xda\xb5\x00\x82\xdd\x92\xa2\x06\x4e\x1a\x48\xf1\xf0\x97\x04\x4e\xe9\xb9\x98\xfb\x27\x7a\x2e\xe6\xfe\x9e\x9e\x8b\x7d\xfe\x40\x97\x59\x94\x40\x3a\x2c\x3c\x19\x0d\x71\x25\x87\xbd\x30\xdc\xa6\x59\x0d\xc3\x1c\x19\x4a\x9e\x8b\x45\x53\x68\x84\xcd\x91\xd8\x95\x65\x1f\xd7\x2c\x67\x73\x28\xe9\x0f\xa5\x60\xb4\x32\xbb\x72\x89\x97\x92\x37\xf5\x92\x9a\x33\x32\xca\xcc\x64\x13\xd8\x98\xdf\x29\xcc\xec\x29\xd8\x2d\x78\x91\x19\x49\x47\x3c\x0c\x07\x87\x48\x4f\x5b\xb8\x68\xda\x22\xed\x44\xab\x08\xc9\x37\xb6\x03\x12\x73\x01\x1e\xc5\xf7\x75\x6d\x31\x45\xd6\xd7\x00\xa6\x3c\xc2\x06\x32\xa7\x01\x99\xee\xbc\xbc\x27\xed\x62\x37\xd7\x64\x47\x6e\x79\xdf\xb0\x2d\x4c\xef\x0c\x5e\x31\x8b\xe2\x9a\x23\xc4\x78\x47\xbf\x22\xf0\x83\x04\x2e\x09\xbc\xa0\xef\xc4\x81\x78\x4d\xdf\x89\x03\xf1\x92\xbe\x13\x07\xe2\x23\x7d\x27\x00\xe0\x9b\xae\x99\x57\x37\xde\x1c\x8e\x73\x61\x85\x05\xcb\xae\x3e\x75\xe0\x00\x82\x81\x85\x63\x1e\x9d\xed\xb2\xe9\x39\xae\xa1\x4b\x52\x8d\x90\x73\x1f\x50\x9a\x84\x61\xb4\x89\xb4\x8f\x0c\xc5\x02\x6e\xc8\xc4\x5f\xd3\x88\x91\x71\x54\xf5\xb0\x28\x59\x0b\xd6\xea\x4f\x66\x82\xd1\x41\x92\x99\x10\x12\xfb\xb5\x30\xc3\xae\xa9\x2a\xfd\xc3\x1c\xba\xa6\x72\x39\xa8\xcb\x2c\xaa\x0c\x8b\xbc\x68\xd0\x4b\x69\x23\x87\x24\x76\xaa\x08\xc3\xc2\xc4\xfe\xc0\xa0\x20\x6a\x3e\x9a\x78\x0e\x2e\x39\xcf\x58\x92\x07\xe2\x0c\xdd\xad\x19\x5f\xec\xe9\x08\x6a\x6d\x4e\x79\xbc\xeb\x45\x2c\x73\x0b\x4a\x8f\xd9\x1c\x13\x94\xc8\xd4\x84\x8e\x01\xfa\x68\x16\x55\x68\xae\xd7\x48\x11\xd7\x0d\xa6\xd4\x1e\xe5\x3d\x4b\x96\x77\xa8\xd8\x06\x6e\xbc\xe9\x4b\xd6\xa2\x72\x2d\xf9\x2b\xd7\x92\x7f\x5b\xdd\xcf\x67\x87\xe1\xa9\x60\xa2\x17\x3a\xd2\xd4\xe0\x10\x79\x6c\xe4\xaf\xc7\x9c\x0e\x06\xe6\x09\x63\x25\xc5\x1e\x3b\x2e\x90\x1b\x1d\x0c\xbc\x32\xac\x46\x60\xc0\x05\xab\xa3\x44\xd2\x9f\xe4\x24\x04\xbd\xbf\x8e\xa4\x3d\x79\xd3\x41\x56\xea\xfc\x15\x0e\x98\x76\x50\x30\x4a\x9c\x48\x5d\xaf\x54\x3d\x8f\xcb\x48\xa0\x94\x9b\x98\xd1\xa4\x75\x6a\x77\x35\x07\x4e\x48\x8e\x2e\x66\x0c\x43\x99\xdb\x5a\x5e\x79\xee\x5c\x73\xae\xaf\x39\xdf\x41\xea\x90\x30\x5c\xa9\x21\x91\x5e\x56\x08\x39\xb7\x25\xfa\x4e\xfb\xd7\x88\x10\x94\xae\x1a\x4a\x8c\x55\x2f\xb0\x61\x52\x15\x77\xdb\x9e\xf2\x88\x38\xea\x06\x79\x94\x2c\x35\x5d\xf6\xc1\x28\x24\x92\xf5\x5d\x6a\x8d\xed\x0a\x17\xb6\xcd\x47\x75\x66\x80\x7f\xa0\xe7\x7a\x37\x70\x03\x57\x88\xe3\x5e\xc1\x7b\x58\xc1\x57\xb8\x86\x3b\x48\xe0\x13\x9c\xc2\x25\x1c\x09\x4a\xef\x1b\x7d\x23\x00\xdd\x4f\xf4\x8d\x00\x74\x9f\xe9\x1b\x01\xe8\xbe\xd0\x37\x02\xd0\xfd\x48\xdf\x4c\xfe\x3a\x85\xef\xe9\x9b\xc9\xdf\xa6\xf0\x96\xbe\x99\xfc\x7d\x0a\xbf\xed\x80\x4e\x07\x32\x26\x28\xca\x50\x05\x7a\x6b\x19\x60\x94\x94\xb5\x0c\x30\x32\x6a\x73\x12\xee\xb4\xf7\xda\x64\xad\x14\x5f\x59\x5a\x56\x8e\xc6\xff\x05\xa8\x8c\xaa\xf1\x6b\xe5\xda\xbc\x2e\x58\xc9\xf2\x0a\x57\x20\x68\x20\x6d\x05\x38\x62\x60\x9c\x24\x7f\x95\xc2\x1e\x05\xb8\x65\x06\x6e\x39\x03\x01\x11\x04\x87\x5b\x0c\x95\x61\x65\x18\xb6\x5f\xbc\x41\x6d\xa5\x15\x62\xcd\x36\x65\xc5\x57\x1f\x95\xe1\xea\xbb\xb4\xac\xde\xc9\x28\x26\xbb\x5f\xc5\x87\x23\xfe\x84\xa6\x56\x88\x8e\x90\xf4\xd7\x2e\x76\xc1\x01\xca\xae\x10\xbd\xd0\xc9\x54\x5a\xbc\x6a\x43\xc3\xba\xb6\xe9\xf5\x82\x0f\x98\xbe\x05\x16\xd2\x58\xf4\xc4\x8d\xc2\x5a\xc2\xd2\xb5\xb2\x83\x15\x5d\x8e\x97\xca\x4b\x57\xeb\x82\xb5\x1d\x9e\x98\x2a\x75\xd7\x60\xec\x48\xc3\x75\xe5\x1b\xda\xb5\x7a\x1c\x77\x8b\x9c\x0f\x83\x40\x2c\xf3\x82\xcc\xe8\x42\xb0\xc9\x28\xfa\x93\x26\x98\x77\x54\x85\xd5\x81\xc1\xe0\x37\x2c\x11\x50\x0c\x8d\x22\xe4\x9c\x06\x94\xae\x87\x7a\x9e\xe0\xca\xe6\xaf\x60\xed\x3c\xdd\x40\xc7\x12\xda\xe1\xd9\x2e\xa9\xf2\x2e\xd6\xbd\xb7\x2c\x41\xb5\xb9\x44\x6c\xc7\xa3\xad\x98\xf5\xb8\xdc\xc0\xb7\xb1\x19\xa4\x89\x7e\x1b\xf7\x0d\xd7\x8b\x86\x1b\xbb\x83\x6f\x47\xc5\x8d\xaf\xc0\x8b\x89\x1b\xbb\x73\x6b\xc7\xc6\x8d\x6f\xa0\x35\xd5\xb8\x33\xf9\x66\x34\xa3\x37\x59\x74\x94\x19\xee\x77\x43\x33\xb1\x47\x26\x92\xe8\x19\x9e\x00\x17\x2a\x6d\x34\x48\xdd\x98\xcc\x64\xb0\x22\x70\x49\x9a\xf2\x6b\x2a\xe0\x5b\xb0\xaf\x52\xef\xb2\xdb\x2a\x0c\xf5\x53\x9e\xac\x58\x5d\x3b\xb7\xc8\x39\x3f\x04\x6c\x31\xd9\xce\x92\x92\xed\xd9\x97\xf1\x5c\xea\x94\xbe\x8b\x2a\x98\x11\x32\xba\x2c\x58\x72\x3d\xd2\x95\xe4\x65\x6b\xd7\x41\x95\x13\xfd\x57\xc4\x60\x26\xee\x2f\x82\xf7\x91\xaa\xf3\x4b\x74\x21\x83\x44\xd5\x75\x05\x33\x60\xd2\x9e\xa6\xd3\xf0\x99\x14\x14\xeb\x96\x7f\xf0\xda\xd2\x95\x15\xc2\x8c\x5b\xfa\x0c\x43\x9c\xfe\x8c\x5f\x99\xab\x4a\x1a\xb8\x45\xa9\x91\x93\xd9\xd0\x33\x2b\x1b\xdf\xf7\x32\x62\x70\x44\xe2\xa3\xc8\x99\xc9\x6d\xef\x4c\x9a\x87\x93\x04\x6e\x1d\xb3\xe3\x39\x69\xe0\x87\x1e\xff\x04\x48\xb4\x2e\x11\xcd\xff\xc5\x4b\x69\x41\x23\xf0\x9e\x86\x39\x73\xa9\x63\x94\x3d\xcb\xec\x0f\x8a\xc9\x81\x05\x95\x37\x3a\x28\x31\x34\x9b\x43\xa7\x79\xf5\x97\x74\xf6\x44\x15\x0c\x0b\xb6\xce\x92\x19\x8b\xfe\xfc\x7f\x94\x7f\xbe\x82\x20\x20\xa3\xb5\x74\x6b\x08\xd4\x00\xf6\x03\x5d\xf7\x49\xb0\x8f\x7f\x03\xd0\x27\x27\x36\xc7\x41\x7a\x34\xa8\x8a\x90\xce\xe3\xa5\x00\x7a\xcb\xc6\xdc\xf4\x15\xd5\x3d\xa6\xf3\xba\xb6\xfd\x5f\xb3\xbb\xde\x31\x28\xcd\xa7\x1e\x37\xda\x50\xae\x1a\x02\x0b\xba\x6a\xd6\x61\x18\xcd\xe9\x56\xa2\x98\xab\x82\x6f\xd6\x81\x6b\x9c\x95\x49\x63\xac\x45\x03\x1b\xfa\xaf\x68\xed\x2c\xae\xd9\x27\xa5\xeb\x0d\x43\xf5\xc3\x48\xb7\xba\x26\x9c\x59\x1a\xc0\xb6\x07\x9b\xa1\x19\x79\x29\xcf\x82\x3a\x12\xce\x92\xf1\x9e\xb0\x06\xe8\x14\xa6\xf5\xb9\x0f\x21\xd7\x5c\x22\xd7\x5e\x34\x5a\x0e\x2b\xbe\x36\xc8\xf0\xbb\x88\x43\x05\x83\x03\x41\x35\xc2\x26\x0c\x7f\x89\x36\xfa\x8c\x8a\x17\xfa\x8c\x82\x9e\x6a\x1b\x05\x5b\xc5\xed\xaf\x92\xc2\x01\x7f\x51\x90\x9b\x42\x85\x33\x94\x43\x99\xc2\xba\xdd\xf7\xa1\xe8\x9b\x18\x1f\xa8\xa6\x81\x5f\x7a\xdc\x13\x76\x91\x15\x3b\x57\x58\x9a\xdf\x71\x5c\x69\xd7\x03\x46\x5a\x58\x36\xe8\x33\xff\xdd\xee\x8e\x78\x5d\xb3\x07\x76\xb4\x64\xeb\xa4\x48\x2a\x5e\xc8\xed\xb4\xcf\xfb\xc1\x13\xf6\x24\x72\x64\x29\x41\x10\xe7\xe3\x60\xbf\xe2\xeb\x20\x0e\xf6\xe5\x32\x04\xbe\xab\x82\x4e\x99\xe2\xdb\xd3\x07\x55\xb1\x61\x41\xa3\x8d\x7b\x7f\xee\xa7\x28\x36\xc8\xa6\x58\x67\x1b\x62\xf4\x52\xba\x44\xdc\x87\xb6\x81\x20\xef\x1a\x08\x26\x68\xc9\xbc\x96\x00\x79\xa6\xf2\x13\xb1\x7e\x13\xfb\x5e\x83\xdd\x98\x83\x4f\x2d\xc6\x09\x78\xb4\x62\x5c\x5a\x13\xb5\x0d\xf4\x19\xea\xc6\x3b\xbc\x4e\xda\x16\x9e\xf1\x37\x68\x1b\x74\xc6\x9f\xa1\x65\x90\x19\xff\x04\x2d\x4b\xde\xf8\x38\x83\xb6\x67\x5c\xfc\x3d\xf8\x76\xa6\x1f\xa1\xc7\x2e\x38\xbe\xf3\x4c\xea\x2e\xdb\x26\x75\x47\x9e\x49\xdd\xba\x71\xf2\x75\x17\x6c\xd1\x39\x49\x2c\x93\xd7\x79\x06\x5b\x87\xbf\x8b\x7f\x6c\x88\x60\x03\xd1\xdf\x24\x0c\x25\xbf\xdf\x41\x0c\xfd\x9f\x7e\x81\x96\x6f\x7c\xfc\x16\xd0\xa9\x20\x3e\x15\x8d\x76\xf2\xa8\x3f\xba\x15\xb4\xe1\xfb\x57\xef\xd9\x53\x78\x65\x97\xab\xd0\x8c\x3a\x74\xc8\x6f\x62\xcb\xe7\x1e\xd9\xba\x96\xa6\x18\x0b\x3a\x0f\x43\x74\xe3\xfa\xcc\x77\x07\x83\xd1\x20\x30\x9d\xc7\x6b\xef\x42\x2f\x11\x8b\x34\xb0\x80\xad\x34\x26\x55\xf1\x6a\x7a\x02\xfe\xcc\xb0\x81\x9d\xc7\x9a\x77\xed\x2b\x93\xf1\x97\x8e\x71\x65\x29\xa0\x30\x86\xb8\x63\x34\x1d\x7a\x2a\x7a\xa8\xb0\x08\x99\xa7\x5c\xfc\x44\xac\xa2\xef\xc8\x1c\x38\xbe\x9e\x43\x21\xfe\x5a\x6a\x30\x15\x8f\xc6\x58\x09\x12\x86\x5e\x50\x9e\xb5\x00\x94\x3d\x85\xaf\x79\x71\x7a\xfe\x0e\x32\xf1\x0a\x03\xb8\x48\xce\xf2\x78\x7e\xc5\x60\x23\x0a\xb5\x29\x01\xcc\xb0\x43\x7e\xc3\x0a\x59\x05\xe6\xf8\x8d\xb1\x2f\x5f\x63\xeb\x36\x37\xff\x42\x3c\x6b\x91\x17\x8e\x8e\x6f\xf2\x79\x09\x2b\xf1\x7b\x53\x32\xd9\x8a\x1c\xee\x95\x57\xf6\xa2\x7c\xaf\x52\xd5\xc0\x4d\xdf\x90\xd3\x5b\x36\x87\x3b\xf1\xa6\x6b\x3e\x01\x97\x9d\x72\xeb\x83\x7c\x81\x43\x42\x22\xe1\x08\xab\xc9\xa0\x44\xb7\x58\x8c\x1c\xc0\x57\x9c\xa4\xcc\xe1\xaf\x8c\xe8\x99\x43\xc1\x69\x9b\x84\x33\x66\xcf\xe5\x35\x1b\x9f\x64\xf1\x35\x83\x63\xb7\xa6\xa8\x26\xf8\x3b\x38\x71\xaa\x1e\xb3\x71\x2f\xea\xfb\x2d\x62\x70\xca\x48\x13\x1f\x33\x78\x25\x5a\x69\xd9\x3b\x9c\xe3\x46\xb0\xca\xa3\xf7\x4b\x38\x65\xf4\x9c\x8d\xcf\x59\x74\xcb\xa0\x60\x24\xbe\xca\xa2\x23\xa6\x23\x26\xdd\x3a\xe7\x33\x2e\xc4\x51\xfe\x64\xc3\xd5\xee\xb1\xa8\xb2\xe6\x57\x39\x3d\x00\x4e\xab\x51\xfe\x8c\x6b\xab\xab\x5c\x1b\x96\x15\x94\x4f\x72\x34\x2c\x2b\x2c\x93\xa9\xf0\xc3\xe0\x40\x95\x7b\x3c\xa2\x22\xa4\xc3\xb0\xf0\xa8\xc8\x30\x64\x91\x5f\x22\x0f\x39\x31\x8d\x29\xf2\x68\x70\xd8\x44\x95\xb2\x22\x78\xcf\xe0\x03\x93\xd4\x98\x39\x04\xb1\x63\xe1\x00\xca\x65\x2a\xb9\x14\xf0\x95\xa7\x90\x96\x47\x69\x31\xdb\x64\x49\xf1\x21\xb9\x49\xa5\xf0\x23\x1e\x1c\x34\xf0\x4a\x50\x71\x76\x41\x5e\xe7\xd1\x29\x93\xde\x04\xae\x7e\xd7\x5f\xf7\x5d\x4a\x5e\xdd\x0a\x69\x08\xbc\xeb\xcb\xd7\xb0\xc7\x86\x25\x5f\xb1\x3e\x87\x1f\xc1\x23\x6a\x4f\xd9\xba\x46\xe3\x02\x77\x4d\xea\xba\x55\xa0\x88\xa1\x9d\xcd\xa1\x6c\xdb\xb4\x88\x72\x03\x42\x70\x01\xe1\x05\xa3\x77\x61\x38\x90\xca\x15\x49\x10\x8c\x2f\x22\x49\x0a\x8c\x98\x73\x2c\x19\x1b\x7f\x78\x46\xcb\x4c\x59\x38\xc7\x8c\xe1\xe2\xbf\x66\x74\xa9\xe5\x4d\x62\xa3\x23\xc1\xd0\x5d\x31\x12\x86\xaf\x99\xf8\xff\x90\x2f\x16\xa5\xba\xc1\xf2\xb0\xbc\x64\xf4\x35\x8a\x1a\x5e\x8a\xab\x9e\xe6\x57\x47\x68\xd8\x7b\xca\x66\x55\x44\x86\x18\xfd\x69\xff\xe9\x68\xc5\xc6\xef\x19\x55\xc1\xa0\x5e\xb2\x26\xbe\x62\x61\x18\x89\x22\x93\xa1\xea\x25\x6b\x48\x93\x2e\xa2\x8a\x85\x61\xc5\x0c\x7d\x6c\x8f\xec\x47\x46\x0f\xe0\x8d\xf8\xe7\x1b\xa3\x15\x1b\xbd\x61\xcf\xbe\xe9\x7a\xa3\x37\x4c\x9f\xde\x9f\x18\xfd\xc6\x26\x6f\x18\x1e\xe0\x9f\x76\x4a\x74\x3a\x6f\x5c\x91\xce\x67\x46\x7f\xba\x47\xa8\x73\xcf\xbb\xf8\x70\xf4\x91\x3d\xa1\x9f\x99\xb4\x89\xfc\xc2\xe8\x29\xeb\x61\xb6\xc7\xbd\xa5\x1a\x0a\x29\xdc\xb1\x0b\xa9\xad\xb2\xe1\x11\xcf\xcb\xcd\x8a\x15\x32\x2c\x61\x9f\x93\x59\xfb\xa3\x57\xe8\x1b\xa9\x84\x3d\x5f\x18\xf8\x76\x06\xf1\x55\x03\x5f\xad\x35\xdb\x02\x35\x3e\x0a\x90\xfb\xd6\x64\x8c\x39\xf6\xb1\x29\xeb\x98\xa7\x25\x9d\x22\x89\x6e\xe2\x92\x59\x13\xb5\x0d\x03\x07\xab\xc4\x33\x06\x16\x89\xc4\x6b\x17\x8a\xbd\xce\xa3\x9e\xec\x85\x47\x72\x9d\x02\xf8\xca\xc2\xf0\xab\x23\x4e\x21\x50\xb2\xea\x24\x4f\xab\x34\xc9\xe4\xc4\xee\x98\x63\x8e\xe7\x58\x73\x88\x09\x9a\x07\xe0\xf9\xd9\xac\xe0\x59\x16\x9f\x80\x44\x59\xf1\xb2\x3b\x0f\x81\x83\xe2\x1b\x06\x2d\x9c\x19\x67\x0c\xe4\x55\x8b\xf5\x9d\x13\x8d\x2b\x7d\xa0\x0c\x39\xd7\xc3\x7e\xc9\x88\x1d\x92\xf6\x78\xcf\xb0\x5e\x22\xf8\x58\xee\x4e\xff\x94\x0d\x67\x06\x95\x99\x70\x0b\x97\x6c\x7c\x10\xef\x1f\x3a\x82\xd0\x97\x8e\x20\x94\xe7\x38\xf3\xa3\x64\x5d\x6d\x0a\x16\x9f\xf9\x6e\x44\x73\xd6\xc3\xb9\xe6\xcc\x89\x0c\x19\x34\x70\xc1\x04\x28\xef\x1d\xb0\x37\x36\xc4\xab\x0d\x04\x7b\x01\x5c\x30\xf1\x87\x80\x77\x7d\xc7\x7d\xaa\x52\x07\xe4\x0a\x12\xdd\xd5\x1f\xff\x94\xc6\xf9\x4e\xbf\x75\x49\x79\x56\x44\x70\x61\xd1\x09\x8b\xb6\x86\x0e\x11\x93\x92\x36\x99\x15\x6b\xf3\x12\x1f\x59\x8b\x99\x78\xc7\x2c\x4d\xf6\x89\x81\x12\xef\x68\xfa\x53\xde\x67\x56\xf4\xf9\x76\xf5\xeb\x7d\xa5\x3b\x22\xd7\x16\x8b\x1d\x77\xc4\xa2\x2b\x0d\x4f\x3b\xd2\xf0\xa4\x47\x1a\xae\x05\xd4\x52\xbb\x58\x91\x46\x51\x0c\xe0\x53\x87\x71\xce\x5c\x8f\xa3\x3e\x1a\x83\x10\xf8\xa0\x9c\x3d\xe1\x05\x0b\xc3\x33\x16\xbd\x60\x70\x92\xf5\xb8\x3b\x29\x90\x22\x51\x8a\xa3\x66\x15\x6d\xf4\x76\x32\x88\x2a\x45\x7a\x49\xf3\x8f\x9f\x96\x2c\x7f\xa3\x2e\xc1\x80\x99\xfb\x30\xa8\xd4\x4f\x52\xd7\x32\xb3\x11\xf1\x0c\xb3\xd1\xdc\xaf\x6b\x1b\xf9\x25\xaf\xeb\xe0\x3d\xab\x92\x40\x8b\x63\xad\x31\xe9\xb1\x6b\xcb\x3d\xb2\x28\x1d\x75\xeb\x9a\x75\xeb\x37\x48\x62\xd2\x5c\xcb\x34\x75\xa2\x9a\x92\x1e\x20\xae\xf7\x87\x81\x39\xc8\xd5\xec\xb5\x88\xc2\xbd\x99\xb2\x30\xd9\x4b\x4b\x5c\xa6\x3d\x5e\xd8\xf0\x8c\xc3\xbd\x4f\x19\x4b\x4a\xb6\xc7\xf2\x72\x53\xa0\x77\x47\xc9\xaa\xbd\xff\x6a\x35\xf2\x5f\x7b\xeb\x82\xaf\x59\x51\xdd\xed\xb1\xb4\x5a\xb2\x62\x6f\x95\xe4\x9b\x24\xcb\xee\x44\x6b\x5f\xd3\x6a\xb9\xf7\x5f\x08\x26\xe6\xff\xb5\xb7\x64\xd9\x9a\x15\x43\x37\x96\xfe\xab\x4c\x27\x22\xf8\x9d\x94\xdd\x63\x28\x38\xad\xe1\xc0\x4e\x7a\x49\x39\xd1\x58\xaa\x85\x07\xa9\xd4\x79\x61\xfb\xd7\xec\x4e\xb4\x26\x3d\x0e\x4d\x56\x86\xc2\x71\xe7\x39\xcf\x5a\x81\x02\xcd\xf9\x72\x85\x2a\xa8\x0c\x15\xb7\x1e\x4b\x9b\xd8\xf1\x37\x3a\x55\x0d\x08\x90\x83\x76\xab\x2a\x53\x49\x44\xa0\xda\xd3\xa9\x0d\xf8\x62\x0f\x95\xab\x63\x8d\xd0\xa8\x76\xcf\x88\xfd\x4a\xf2\x06\x60\x3b\xba\x22\x21\xcd\x75\x2b\xf2\x67\xf7\x54\xc8\xc0\x9f\x9f\x32\xba\xdd\x91\x58\x39\x80\x99\xa3\x8c\xee\x26\x19\xd6\x2f\x03\xc8\xd2\x72\x47\xae\xe4\xb2\x0a\x40\xb2\xac\x7d\xef\xe5\x1b\x2d\xbf\xea\xa9\xa0\xc5\xa8\x25\x5f\xb3\x1c\xf3\x34\x8b\x1f\x81\xe3\xdd\xf2\x3e\xbb\x87\x78\xf8\xa0\xd8\x7e\x46\x08\x92\x35\x1f\x30\xca\xe9\xf5\x8e\x28\xa7\x96\x43\xcd\x8d\x7d\x37\xa7\x67\x55\xf4\x29\x83\x9c\x60\x7c\xf2\x05\xcf\xab\x12\x52\x9a\x0f\x4b\xb6\x4a\xf2\x2a\x9d\x61\x1c\x50\x01\x08\xf3\x21\x43\x43\x10\x0d\x07\xe5\xaa\x4e\xd4\x37\x3a\x4f\xbc\x76\x0b\x1e\xca\x29\xc1\xb6\x1d\x51\x34\x45\xcd\xc5\x4b\x53\x6a\x53\xa1\x06\x87\xff\x38\x58\xdf\x06\x0d\x54\x53\x67\x63\x26\xdc\xc1\xb4\x4e\xc2\xc7\x6d\x20\x33\x35\x06\xf1\x96\x6f\xaa\x2c\xcd\x59\x7c\xd0\x34\xcd\x54\xee\xd5\x84\x2b\x95\xa4\x19\x87\x78\x44\x6a\x0e\xc5\xd5\x41\xce\x73\x16\xd8\xac\xf6\x6e\x86\xd6\xa0\x99\xea\x2d\x9d\x70\x25\x8f\x10\x77\x0c\x93\xb1\x63\xca\xf4\x9f\x64\xcc\xd4\x1f\x04\x7b\xb0\x4a\x2f\x79\x36\x57\xf9\xe1\xe5\xe4\x94\x20\xdc\xcd\x60\x2a\xbb\x6b\xaf\x45\x50\x15\x49\x5e\xae\x31\x37\x43\x00\x97\xbc\xc0\x63\x24\xeb\xee\x4c\x44\xbf\x29\x4a\xf1\xa9\xc2\x8f\xee\xc0\xd7\xb7\x7b\x7f\x5f\xdf\x06\xb0\x29\x59\x71\x86\x0b\xa5\x1b\x73\x92\xd4\x67\x6c\x51\x89\x19\xca\x23\x39\xe1\x8a\x07\xb7\xa9\xe0\x0b\xb5\x95\x9f\xb2\x4d\x39\xd4\xa5\xba\x97\x53\x15\x2c\xf6\xaf\xa2\x1f\x55\xf6\x8e\x2d\xda\x45\x2f\x51\x2a\x1a\x07\x7f\x73\xca\xce\xf9\x5a\x15\xf4\x1f\x09\x81\x86\xed\xb1\xd0\x09\x69\x31\x89\x69\x8b\x1c\x8f\xb7\x9a\x1e\x97\x67\x70\x7b\xc9\x6f\xcf\x96\xc9\x9c\x7f\x8d\x93\x21\xcb\xd8\x0d\xb2\x9a\xff\x68\x1a\xd0\xed\xc6\xdb\xa6\x69\x1a\xd2\x47\x90\x6f\x5b\x50\xdf\x89\x73\xa4\x4a\xc6\x55\x1a\x75\x0a\xe1\x7d\x46\xe2\xf7\x99\x68\xb4\x3f\x5d\x65\x20\x18\xd2\x8c\x7e\xc8\x46\xef\xee\x85\x54\x12\x4a\xbd\xc8\xe8\x76\x55\xaa\xf0\x96\x02\x4e\xbc\x54\x5e\xc8\xba\xf0\x8d\x0a\x48\x61\xdf\xed\xef\xab\x20\x15\xb6\x92\x49\x80\xae\x6a\xc8\xac\xeb\xfa\xad\x97\x22\x5d\xd5\xb0\x79\xd1\x75\xad\x77\x26\x3f\xba\xaa\x22\xe9\x53\xf3\xde\xf1\x12\x76\x6b\xb9\xd1\xc2\x4c\xdd\xb3\xbe\x84\xe7\xea\x83\x4e\xa2\x73\xf3\x95\x97\xec\xd5\xfd\x64\xe1\xbe\xb0\xf5\xc5\xd7\xbd\xf5\x2b\xf7\x45\xd0\xc0\xeb\xec\x11\x89\xd4\x25\xb8\x9c\xc3\x1a\x16\x02\x34\xbe\xc8\x80\xd5\xf5\xb6\x21\xb0\xa4\x9b\x30\x1c\xcc\xdc\x34\xea\x12\x02\x2e\x86\x7a\x24\x50\x29\xe8\x07\x59\x3b\x07\x77\xe5\xe7\xe0\x5e\x76\x52\x3e\x57\x5e\xca\x67\x17\xd2\x45\x73\xba\x6d\x60\x6e\x32\x6b\x0f\x83\x27\xb6\x4b\xb1\x79\x53\x5a\xa1\x3c\x48\x7f\xac\x93\x3c\xef\xf8\x44\x9f\x03\xf1\x99\xde\xff\xd6\xa7\x75\xed\x0f\xa7\xd3\x62\x20\x3e\xee\xad\x41\xc4\x95\x0d\xc3\xc9\x8b\x6c\xd8\x3a\xbb\x6a\x8a\xea\x69\x0a\x49\x27\xa9\x75\xd5\x4e\x6a\x9d\x84\xe1\x60\x19\x86\x83\x2c\x0c\x77\x65\x7b\xaf\xfc\x04\xe4\xeb\xfe\x39\xe3\xa9\x16\x63\xc6\xd3\xac\x07\xbb\xa3\xb2\xbb\xa6\x0f\x54\x75\x6e\x83\xf8\xc2\xb9\x05\x0f\x7c\xd8\xb7\x09\xee\x27\x12\xb7\xe9\x55\x76\x72\xca\xdb\xa4\xe9\x95\x97\x34\xdd\xbe\xda\x3d\x99\x87\xea\xee\x9e\xcd\x43\x5f\xf6\x4d\xc7\x7c\x43\x1a\xb1\xd7\xe2\x4a\x78\xb7\xc0\xdf\x67\x7f\x8b\xdb\xfb\xab\x3e\xe9\xa6\x2f\xf7\x5e\x6b\xa4\xd1\x40\x3e\x05\x0f\x5a\xb8\xb7\xd4\x4f\x26\x5d\x0d\xbd\x8a\x53\xf0\xa0\x86\xfb\x9d\x07\x67\xa0\x1a\x7a\x15\x75\x16\x70\x7f\xe1\x41\xd4\xc3\x6c\xdc\xcb\x30\xf4\x2f\xa9\x00\x11\xb2\x44\x47\xe5\x4b\x74\x81\x5d\x18\x95\x5c\xbb\x75\x8e\x41\x1d\x63\xd9\x04\xfe\xf4\xda\xc0\x12\xdb\xc8\xca\xa4\x00\xef\xee\x17\xa4\x60\x37\x4c\xb6\xa7\x9f\x9c\x26\x07\x33\xf7\x85\x89\x63\xb8\xe3\x7a\xba\x7b\xd7\x3e\xda\xee\xc6\xb5\xce\x49\xd3\xf4\x42\xc5\x36\x84\x9a\x4e\xc1\x39\x97\xee\x9c\xdc\x60\x3a\xde\xe1\x95\xf3\x72\x0a\xbc\xd5\x72\xca\xed\x9a\x75\x53\x7c\xdb\x7e\xda\x58\x0d\xaa\x4e\xa8\x0c\x95\xd1\xfb\xe5\x2e\x84\x63\x88\x0f\xc4\x20\xbf\x46\xcc\x4d\x76\x6e\x63\xa0\x40\x1e\x86\x93\x1d\xef\xcc\x7a\x60\x5a\xf6\x1d\x95\xec\x84\xb8\xf4\xcb\xd8\x55\xd1\x20\xa6\x42\xd5\xeb\xa5\xb4\x3b\x1f\x2b\xb8\xd4\x34\x53\x02\xce\x2b\x7b\x7d\x5a\x53\xf3\x73\xb8\xf3\xf6\x78\xcc\x6b\xbd\x41\xbd\xa7\xea\xde\x4f\x34\x22\x68\xa6\xbd\x69\xe2\x1f\x6a\xc5\x9e\xd3\xbe\x29\x9b\x6a\x76\xde\x62\xf5\xfb\xeb\x18\x23\x37\x09\x19\x7a\x36\x19\xef\x5c\xfb\xfb\xf7\x9d\x5b\x56\x85\x61\xb1\xa3\x12\x69\x41\xb9\x56\x27\x1e\xa4\x23\x26\xf9\x43\xab\x96\x12\xbd\x43\x54\xd4\x75\x45\x5a\x3d\xa9\x97\x66\x32\x8d\x8e\x70\xf2\x31\xa3\x47\x55\x8f\x9f\x1b\x35\x5e\x00\xde\x6b\x69\x7d\xcd\x28\xa5\x79\x37\x9e\xc7\x8b\xaa\x62\xab\x75\xc5\xe6\x7b\x15\xdf\xc3\xe8\x39\x25\xdb\x4b\xf6\x4c\x1c\x1d\x29\x6c\x49\xab\x92\x65\x8b\x61\xa0\xed\xaf\x73\x48\x3b\x43\xd8\x1d\x8b\x60\x97\xd8\x12\xb6\x8a\x93\x92\xe4\x7d\xcc\x1a\x15\x9b\xa0\x23\x5c\xb4\xa2\x45\xef\x8b\x5d\x72\xd1\x4a\xb1\xe6\xed\x0e\xf2\x71\x1a\xe5\x24\xe6\xaa\x1f\x4f\xda\xf6\xc6\x97\xbc\x7c\x14\xbc\x7f\x54\x49\xde\xfe\xdb\xbf\x9d\x46\x43\x46\x36\x52\xe3\x6b\x85\xcd\xf3\x23\xca\x9b\x43\xd3\xad\xb5\x62\xc5\x15\x9b\x9f\xb2\x05\x7d\x21\xcd\xee\x2f\x74\x04\x16\xa5\x89\x10\x67\x93\x0e\x0e\xe1\x3f\x98\xb7\xc3\x86\xa1\xed\x71\x87\xe2\x3a\xcc\xbf\xd5\x91\x62\x04\x8f\x30\x8c\x8c\x07\x10\x37\x16\xa0\x75\xcd\x87\xe9\x2a\xb9\x52\x5a\x46\xe3\x1d\xec\x08\x4b\x12\xea\x56\x81\x92\x4a\xb7\x56\x53\x21\x80\xc0\xbe\x0e\xa6\x28\x79\xe3\x4a\x9f\x4d\x76\x1c\x8e\x97\x05\xc6\x8d\x72\xd5\x29\xf9\xf0\xc2\x1a\x31\x48\xa2\x21\x25\x60\x5b\x8e\x93\x06\xad\x1f\xb1\x75\x3d\xfc\x5d\xed\xbf\x7b\x64\xfb\xa6\xc9\x64\x57\x4b\x1f\xff\xf0\x48\x3d\x31\xb5\xbb\x71\x9a\x90\xc2\x80\xff\x9d\xe8\x0e\x3a\x49\x43\xa5\xcc\x58\x65\x12\x1e\x9d\x22\x31\xa5\xed\x78\xc8\x09\x75\x72\x7b\xea\xad\x77\x49\x84\x14\xad\xdc\xdd\xce\xfd\xa0\x05\xad\x91\x61\x04\x03\x5b\xdf\xa5\x2a\x3c\x0b\x18\xe7\x33\x97\x27\xde\x98\xe8\x94\x75\xdd\xb5\xbe\xe4\x75\x9d\xec\x0c\x0e\xe9\x9a\xc1\xb8\x2b\xec\x11\x9a\x0d\x64\x91\x5e\xa2\xd6\xc8\x09\xcc\xfa\x5e\x39\xa3\x23\x24\x9e\xfc\x3b\x9f\x4f\x3b\xfb\xb8\x73\xff\xe4\xde\x99\x9c\x1b\x66\x07\x47\xed\xb4\xb8\x2c\x0c\xbb\xeb\x84\xe2\x5e\x8a\xfe\x94\x17\xcb\xa4\x14\x3d\x45\x5d\xdb\x29\xbd\x70\xd7\xec\x4e\x2c\x19\xd2\xbd\x7e\x30\x4d\x6f\x1d\x25\xd1\x2c\xb3\xdb\xa8\xba\xed\x3c\x36\xca\xfe\x57\x8d\x75\xf7\xe4\x5a\xb3\xe9\x4e\x80\xa1\xef\x5e\xcc\x9a\x1d\x4b\xd9\xeb\xad\xeb\x1f\x6c\x47\x03\x57\xf5\x1e\xec\xca\xa4\x39\x7d\x68\x65\xe6\xbb\x82\x8d\x7a\xeb\xe3\x92\xcc\x72\x95\xbc\xef\x1a\xe0\x3d\x6b\xb5\x33\x20\x6a\x7b\xc9\x76\x64\x66\xd8\x1d\x2b\x75\xd7\x30\xdb\xc4\x36\xec\xc8\x57\xd4\xbf\xb7\x9a\x74\xda\x9d\x1e\x66\xe8\x39\x49\xec\x42\xef\x12\xc2\x5a\xff\x8e\xa3\x25\xbb\x29\x78\xfe\x0a\x03\xc2\x09\xb2\x62\xd7\xf0\x75\xeb\x8d\x49\x04\x63\x07\xf6\xc0\xa0\x5e\x94\xe3\x37\xe6\xfa\xaa\x12\x78\x97\x91\xf8\x5d\xf6\x10\x15\x62\x3a\x7b\x65\xed\x1a\x1f\xe8\x4d\x4e\xbf\x12\x3c\x92\xf9\xcc\x7b\x40\xbf\x0c\x41\x2f\x76\x7d\xd7\xc4\xd9\xb1\x1d\x45\xb2\xf3\x79\x5f\xd7\x98\xf0\x46\x74\x77\xd6\xb1\x1f\xd3\xc6\xec\x7d\x15\x2c\x85\x62\x2a\x95\xac\x92\xa1\x9b\xb6\x28\x84\x97\x9a\x7f\xa4\x1b\x70\xe6\x6b\x96\xb7\x26\x8d\x14\x83\x9f\x9d\x1b\xfd\xc4\xdb\x6b\x20\xd3\xe0\xdc\x33\x04\xd6\x3b\x44\x39\x87\x6a\x27\x89\xb4\x7b\xcc\x87\x8d\x93\x24\xe8\xea\x4a\x7d\xd0\xdd\xad\xc1\xc1\xa8\x67\xb0\xe8\xfb\xdb\x29\xef\xb1\xcf\x93\x33\x3e\x14\x33\x2e\xc5\x20\x86\x76\x0c\x63\x67\xc5\x64\x5c\xf2\xde\x1d\xe5\xf9\x99\x97\x59\xc4\x35\x70\xe8\x3d\x5d\xbd\x44\xa6\x31\x6c\x1a\x54\xd6\xbc\x25\x0c\xbf\xe5\x36\x56\x0e\x52\xb3\xd6\x1f\xcf\x76\x2d\x9b\x52\x29\x10\xba\x79\x9f\xba\x33\xeb\x9e\x4d\x18\xf4\x25\x6f\xca\x4d\x24\x6f\xe9\xe0\xd9\x7a\x8e\x18\x2e\x49\xcf\x67\x17\x92\x3d\xd3\xb5\xd4\x60\xfb\xd2\xcc\x0d\x0c\x50\x37\x31\x5e\x98\x17\xd6\xc5\x3e\x7d\x9f\x8f\xbb\x95\xa3\xce\x26\x8f\x4d\xf7\xaa\xbf\xc8\x44\xbc\x1d\xd8\x33\x61\x46\xe3\xce\xd2\x7e\x40\xe2\xe8\xb1\x11\x6c\xcc\xdc\x3e\xaf\x5b\xcb\xde\x1e\xab\xe3\x38\xea\xf4\xf8\x79\x2d\xb6\xc3\x2b\xf0\x96\x0c\x45\x43\x7f\xa8\x65\xfc\xb2\xd5\x38\x96\xd9\xf6\xd1\x16\xe1\x8f\x0c\x5c\x7d\xe8\xb6\xae\x8a\x5a\x8d\x77\x76\xfc\xf1\xcd\x8b\x4f\x3b\x1d\xa8\x0d\x52\x5d\xf4\x9d\xf6\xdf\x73\x44\xcc\x39\xee\x39\x20\xca\x67\xb9\x7b\xe8\x7b\x2e\x9f\xb9\xc7\x7d\x67\xdc\xcd\x90\xe8\x06\xb4\xc2\x03\xed\x73\xa4\x8e\xfb\xf1\xae\x57\xc3\x19\x0e\xe3\xf1\x39\x15\x7b\xee\x83\xde\x20\x5b\x48\xdb\xe1\xa7\xda\xeb\x68\x57\xf6\x81\xab\xd3\x09\xb7\xf5\x5d\xee\xc5\xa6\x52\xc1\xa8\xba\x18\x13\x01\x47\x5a\xfe\x98\x64\xe9\x5c\xc7\x9f\x78\xcb\xee\xc4\x82\xeb\xdc\xa1\xf6\x28\xe8\xbd\x93\xe9\xf2\x98\x46\x58\xa4\x8d\x31\x22\x01\xdb\x1f\xb7\x52\x0d\xfa\x9c\xec\x82\x3d\x75\xbd\xa9\xa2\xc1\x01\x68\x70\x4c\xa0\x37\x0e\x97\xc0\x27\x75\xcd\xd1\x39\x7b\xd0\x85\xbc\x76\xc9\xcc\x61\x24\x91\x73\xf6\x76\x60\xd0\xf1\xce\x37\xf1\x63\x90\x1c\x41\xc7\xc7\x47\x05\x86\xdb\x8d\xc4\x11\x57\x2f\x78\x31\x63\xd2\x98\x0a\xa3\x77\xed\xce\xe2\x87\x34\x4d\x5a\x9e\xb9\xd9\xe5\x1e\xc0\x7d\x8f\xc9\xf3\xd7\xf9\xe8\xc1\xc4\x7f\xee\x61\x7f\x4c\x52\x44\xa7\x26\xe6\x46\xb4\x64\x20\x0f\x43\xee\x1c\xb5\xd1\xae\x38\x10\xda\x99\xb5\x70\x40\x5b\xa1\xed\xb5\x8b\x1d\xce\x00\x82\xb3\x7b\x30\x48\x04\xdb\x19\x24\xa2\x8f\x00\x8d\xda\x77\x21\x7d\x7c\x5c\x36\xe0\x3a\x29\xe1\xa3\xf2\x14\xaa\x43\x88\x1b\x05\x96\xb5\xc4\x38\xfc\xd0\x66\xa2\x4c\x69\x7f\xdc\x7e\x4d\x8a\xd1\x16\x0d\xdb\xc9\x86\xf8\xf1\xf2\x0b\x9b\x55\x43\x69\xd1\xf6\x49\xd9\xa9\x45\x4e\x52\x07\x08\xfc\x13\x18\x60\x76\xa1\xb8\x1b\xee\x64\xe0\xa4\x2d\x71\xa9\xc8\x81\x97\xce\x44\x21\x04\xb4\x71\x77\x5e\xe0\xa4\x1b\x60\xf9\x66\xc5\x8a\x44\x46\xb5\x84\x19\xcf\x17\xe9\xd5\x46\x3d\x1f\x34\x8f\x4a\x36\xd1\xcd\x33\xd1\x4e\x90\xc0\x55\x99\xd4\x81\x15\xea\x49\xae\x11\x26\xa0\x70\x45\x76\x36\xcc\x07\xe6\x9d\x48\xb2\x8c\x7f\xd5\x42\x6c\x19\xc1\x2d\xa3\x55\x27\x33\xd7\x06\x43\x14\x79\xd9\xb6\x5c\x91\x8f\x33\x71\x97\x0f\xdf\x60\xa2\x0a\xf4\x36\x5f\x1b\x4d\xab\x98\xc5\xc2\xd3\x86\x8a\x92\xa5\xe8\x40\x7a\xba\xac\xc4\x88\x95\x9e\xe3\x8a\x56\xc3\x1b\x31\x9b\xdc\xe6\x7f\xc2\x34\x14\xd2\x48\xeb\x0e\x33\x67\x88\xa3\x0c\x97\xb4\x6a\xe5\xa8\xbe\x40\x45\x70\xc6\xe0\x48\x2e\x60\x1b\xec\xc2\x2d\x4d\xea\x3a\x1b\xc9\x58\xfb\x96\x11\xa5\x97\xe3\xcb\xe8\x06\x52\xb8\x82\x75\x18\xba\xde\xec\x8b\x30\x5c\x38\x8f\xb7\xb0\x82\xc1\x11\xf4\x1f\x14\x68\x1f\x06\x18\x0c\x4a\x12\xbf\xce\xa2\x1b\x58\x3e\xaa\xf1\x1d\xed\x62\x9f\xed\xc6\x25\xdc\xf9\x2a\x13\x93\x5c\xd3\xaf\x7d\xa9\x54\xce\x44\xb1\x16\x05\x1d\x8b\x07\x5f\xfa\x71\x42\x07\xb7\xe2\x78\xcf\xe1\x15\x3d\x19\x07\x49\x10\x9b\x90\xff\xe7\xf4\x0b\x8f\x66\x3c\x3a\x19\x6f\x9b\x78\x5b\xa1\xa1\x98\x7a\xd7\xb8\x63\x91\x7a\x77\x7f\xf6\x04\x4e\xc6\x27\x3c\x7e\xc5\x61\x12\x18\x8b\x86\x29\x81\x53\xca\xeb\xfa\x7c\xe2\xda\x7a\x4f\xe1\x93\x3a\x55\xa3\x7c\xfc\x89\x5e\xc7\x33\x95\x7c\x54\x5f\xb6\x8e\xb4\x68\x40\xe9\x5b\x3e\xfe\x44\x8f\xe3\xf3\xbe\xd4\x1c\x61\x18\x7d\xa2\xbd\x6f\x94\xeb\x8e\xee\xce\x1b\x87\xb4\x31\x9f\x8e\xdf\xd3\xbe\xe2\xf8\x53\x18\x0e\x4e\xc3\x30\x7a\xaf\xb2\x34\x58\x31\xdc\x99\xa2\x18\x65\xe3\x1f\xe8\x20\x42\x96\xd3\x4e\x61\xd2\x93\x96\x6a\x5a\xd7\x49\x18\x0e\x4a\xa9\x95\x68\xa1\x47\x02\xef\x68\x37\x53\x05\xa5\xf4\xa2\xae\x03\xef\x19\x5e\xd0\x77\x75\x8d\x60\xe8\x6e\x3c\x18\x98\x5c\x09\xaf\xe9\x8c\x47\xe7\x10\x45\xcc\x4d\x52\xd2\x3e\xf3\xd2\x3c\x07\x4d\xff\xf1\x8d\x51\x66\x44\xce\xfa\x33\x49\x73\x9e\xb2\x85\x4a\x98\xe4\x91\xa2\xc4\x46\xa6\x10\xc7\xa8\x74\x8c\xfd\x75\x1a\x11\x9b\xbf\x51\x33\x1d\xee\x2b\x2c\x30\x6e\x01\xce\x8b\xcf\x6b\x2f\x89\x89\x7e\x63\xf3\xd6\x18\x36\xc3\x7f\x87\xdf\xf9\x59\x58\x24\x06\xf7\xfc\x0b\x4e\x7b\xdc\x0b\xde\xf7\xa5\x2e\xf9\xd4\x49\x2c\x72\xfb\x7f\x31\xf7\x27\xdc\x6d\x1b\xc9\xde\x38\xfc\x55\x48\xbc\xf3\x62\x80\xab\x12\x1f\xca\x71\x32\x79\xc0\xf4\xf0\xda\xb2\x1d\x2b\x5e\x63\xc9\xc9\xcc\xf0\xf0\xe8\x40\x40\x93\x82\x05\x02\x0c\x16\x2d\x26\xf1\xdd\xff\xa7\xab\x77\x2c\x92\xb2\xdc\x7b\x9e\x39\x9e\x88\xe8\x7d\xad\xae\xae\xae\xfa\x55\xaf\x9b\xb1\xf7\x8d\xbf\x78\x3b\x6f\xbb\x1b\xe1\x76\xc9\xfc\x45\xdf\x59\x92\x67\x40\xf9\xfb\x42\xe1\xba\xde\xab\x85\x65\x10\xbd\x44\x69\x4b\xdf\x6a\x90\x12\x74\xd1\x9b\x4f\xda\xeb\x9d\x66\x84\xd0\x76\x06\x5e\x61\xe1\x7d\x04\x44\x58\x41\x91\xbe\xb8\x49\x12\xc3\x07\x4d\xd8\x9f\xcf\xa5\x63\x2c\x24\x1a\x07\x0e\xaa\xc5\x39\xc1\xf3\x59\x94\x7b\xaf\x60\xd7\x76\xd8\x32\x3e\x96\x5e\x56\xf2\xac\x2a\xf2\xb4\x74\x82\x63\x2e\xee\xfd\xd0\xe3\x21\xb5\xd1\xa0\xcb\x56\x7f\xcc\x4e\x0c\xf8\x0c\x1e\xf6\x6e\xdc\x62\x2e\x3b\xae\x8a\x7b\xf8\xcb\x1e\xf6\xf2\x31\xd9\x1e\xf4\x8a\xdc\xc9\xf3\x38\x37\xc9\xa0\x9b\x53\x6f\x7f\x57\x63\x24\x95\x14\x05\x7e\xde\xfe\xa9\x46\xd6\x5b\x07\xfa\x8b\x45\x28\x83\xe1\x99\xe1\x37\x81\x96\x38\xd1\x2a\xe9\xd9\xaa\xe2\x62\x5d\x25\x3c\x1d\x57\xd6\x7d\xa8\xf7\xbc\x6e\xf5\xb2\x5d\x48\xdb\x0d\xf4\xff\x9c\x83\x69\xdc\xeb\x7f\xc1\xd2\x9b\x7b\x78\x7b\x94\x95\xde\x97\x54\x4a\xf8\xfc\xa0\x87\xf2\x1a\x4b\xd9\x2a\xb0\x5f\x52\x20\x4b\xb2\xfb\x34\x20\x82\xe6\x05\xb5\xe4\x9b\x66\xbe\x01\xe9\xb1\x58\xdb\xa6\xa0\xb4\xe5\x47\xb0\xb5\xdb\x7b\xe1\x3b\x91\x9b\xc9\x4d\xf6\x37\x21\xfc\xd9\xb9\xe5\xb7\x52\x84\xf0\xaf\x9a\xe4\xb6\x47\xd6\x2e\xab\x6a\x3d\x95\x23\x9b\xaa\xb3\xb4\xde\x6d\x6c\x97\x6a\x76\xee\x56\x52\xf4\xb6\xa6\x0b\x92\x8f\x65\x70\xa9\x4b\x58\xb5\x4a\x90\x69\x82\x15\x6c\x8c\xac\xa8\x15\xba\xd6\xd9\x36\xad\x6c\xf8\xf2\xbf\x81\xeb\x56\x16\xec\xed\x9d\xce\x76\xdd\x93\x0d\x7b\x7c\x0d\x17\x44\x7b\xee\x87\x73\x92\x5b\xde\xa8\xce\x5d\xb7\x74\x5d\xef\xfc\xb1\x6e\xa8\xce\xfd\xae\xf7\x84\x41\xfd\x92\x44\xea\x97\xd0\x1e\x1b\xc3\x07\x5e\xb8\x2c\xa5\x1e\x71\xf8\x86\x75\x95\x6f\xf0\x8a\x9a\xb0\x73\x16\x77\x11\x5f\xf9\xe2\x12\xe3\x34\x10\x79\x79\x5b\x41\xc2\x1f\x7a\x78\xf7\x7c\xd8\xda\xc9\x5b\xd3\xec\xc3\xa5\x1d\x2f\x27\x91\x0b\xcc\x5b\x64\xc0\x2b\xf7\xfb\xd0\x14\x58\xda\x53\xe1\xbb\xee\x5d\xdf\xe3\xb2\x56\x64\x62\xd4\xb1\x34\x30\x0b\xb8\xc4\x04\x85\x02\x3a\xa9\xe7\xbb\xee\xda\x93\x9a\x25\x62\x27\x78\xa5\xdf\x2e\x12\xf1\x1c\x6e\xc9\x79\xe7\x6d\xb1\xed\x35\xac\x87\xa4\x49\x61\xc5\x79\xc7\xa1\x58\xaf\x93\x72\xcd\x0e\x5e\x34\xbd\x06\xbf\xc7\x1e\x5a\xfa\x21\x78\x94\xbc\xc3\xbb\xae\xd9\xd5\x2e\x26\x88\x06\x8b\x42\xdb\xc0\x5b\x49\x3a\x7b\x87\xc3\x58\xbd\xc6\x88\x74\xb7\x44\x0f\x6c\x48\xb7\xa2\x61\xbb\x43\x9b\xae\xb5\x9b\xd2\xef\x3c\xb2\x7b\x19\xed\xdc\xf2\x85\x69\x18\x92\x02\x76\xc3\xe7\xe2\x81\x8f\x3c\x94\xef\x44\x9e\x55\xc8\xe2\xa4\xd3\x05\x8a\x16\xfb\x68\xc1\x88\x3d\xed\x79\x62\x73\xdd\x71\xde\xf5\xeb\x5a\xb6\xd5\x16\x6c\x67\x5b\xc6\xe1\xcb\x41\xd4\xb4\x88\xb2\x15\xd5\xa7\xdf\x61\x24\x91\x2a\x02\xed\x16\x98\x13\x35\xe0\x4b\x56\x94\x60\x0e\x4d\xd6\x3f\x9e\x1a\x97\x46\x49\x46\xf6\x7b\xda\xc2\x29\x51\x63\xa4\xae\x70\xfb\xbd\x47\x89\xa1\x65\xd5\xb2\x5c\xb5\xd8\xe1\xc6\xf7\xb9\xf3\xfb\xa4\x15\x21\xf9\xe4\x8e\xa9\xf9\x97\x82\x97\x3a\x20\xd2\x93\x57\xaf\xa1\xe7\xd4\x3e\x47\x2c\x03\x79\x38\xcc\x88\x30\xf2\xae\xe6\xca\xa9\x64\xc7\x4e\xfd\x79\x58\x52\xc3\xe4\xe5\x32\x2f\x2b\x07\x2c\xfb\xf4\xca\x74\x11\x6c\x13\x84\x87\xf9\x96\xfb\xd8\x15\xc3\xcc\x5d\xee\x49\xe3\x0d\xbe\xe3\xe2\x7b\xf8\xba\xf3\x68\xde\x41\x2a\x9f\xd9\xaa\x51\xbb\x06\x35\xa1\x8c\xf3\x90\x71\x10\x3d\x82\xb1\x88\xe4\x4a\x30\xc5\x38\x06\xdb\xb7\xb9\x21\x79\xda\x92\xbc\x23\x41\x5b\x59\x3c\xca\x25\xc9\xa5\xe0\x8a\x9d\xfb\x28\xa6\x5a\xeb\x5c\xcf\xb0\x3b\xf2\x09\x97\x65\xb8\x36\xd7\xbf\x41\xa8\xe1\x6e\x80\x9e\x5c\x90\x78\x1e\x7b\xe3\x71\x09\xe3\x3b\x18\x8f\x23\x18\x8f\x6b\x3f\x08\x5d\xf7\x79\xea\x85\x60\x85\x6f\xfd\x19\xba\xd7\x51\x0e\xb4\x94\x07\x52\xe3\x6a\xd2\x09\xfc\xbc\x95\x41\xca\xcc\xff\xf0\x68\xc8\xe3\xbd\x0f\xd7\xae\xbb\x62\x34\xe3\xb1\x3c\xc5\xb5\x42\x4c\xfc\xc2\xda\xb6\x58\xda\xe2\xa3\xd9\x5a\xf8\x04\x5a\x77\x58\x8f\x7b\x70\xd4\x34\xbe\xdc\x39\xec\xb4\xbf\x6f\xe5\x03\x7c\x6e\x7a\x01\x97\xde\xbf\x2d\x4f\x9e\x9b\xfd\x5e\x49\xc5\xda\xe2\x80\xb2\xe7\x92\xdb\x71\x6a\x3a\xbe\x03\x5b\x16\x10\x5c\xce\xc7\xe3\xc8\x76\x70\x6a\xc9\x1d\x92\xc2\xeb\x3f\x60\xb1\xb9\xdd\x70\x29\x84\x32\x36\xfb\x85\xeb\x5e\xf4\xab\x9b\x6b\x21\xcd\x43\xaf\x97\x60\x3e\xe9\x04\xad\x27\x1e\xe0\x2e\x61\x7b\x69\x41\xff\x9a\x98\x2a\xd9\x4c\xb9\xdf\x6f\x35\x70\xcd\xb0\xfe\x82\x5e\x67\x63\xc6\x13\x6d\xf7\xfb\x7a\x3e\xb5\xc7\x8d\x4d\x91\x69\x70\xa7\x38\x93\x76\xc4\xb2\x0d\x3a\xf1\x80\xce\x46\x1f\x1e\x86\xe0\x55\x39\x20\xc6\x4e\x58\x32\x06\x0e\xe3\x51\x1d\xb8\x11\x96\xbb\xd3\xe9\xff\xdf\x69\x6c\x1d\x3a\x21\xde\x40\x10\xe4\xac\x97\xae\xe9\x1d\xe1\x5d\x40\x3e\x94\x4a\x68\xa0\x7b\x17\xbe\x76\x28\x34\xba\x7e\x90\xb3\xbb\xd6\x8c\x59\xf9\x20\x63\xf6\x30\x0d\x16\xad\x68\x3f\x15\x73\xf5\x27\x81\xa4\x3a\xb8\x1f\x3b\xec\x3e\x1d\x80\x08\x34\x96\x8b\xfd\x88\xde\x7d\xb0\x6d\x5a\xfa\xb5\x0f\x75\x40\x0f\x36\xe9\xa2\x2e\x77\x0e\x90\x9e\x63\x21\x34\x8e\x85\xce\x31\xd2\xb2\x4d\xe0\x34\x3b\xb2\x23\x9e\xa9\xb7\x9b\xb8\xe7\xe0\xd8\x0e\x10\xf8\x55\x5b\x82\xa7\x35\xf3\xf4\x75\xd3\x75\xbd\x15\x19\x52\xc6\xe3\x94\xf3\x52\xf2\x3b\xb5\x0f\x12\x6e\x87\x2a\x0c\xe1\xd0\x58\x2d\xd0\xed\x3c\xf7\xd5\x6b\x89\x58\xf5\x43\xa9\x3a\xee\xe4\x26\x55\x0f\x40\x81\xa8\x72\x65\xe1\x5d\x75\x84\xd2\x5a\x23\x10\x34\x74\x4a\xf4\x28\x2a\xbb\x1d\x3c\x89\x1e\x50\x08\xbc\x34\x0f\x06\x81\xa1\xa8\x0e\x88\x6c\x9e\x2d\x06\x63\x97\x41\xf6\x80\x9c\x5a\x11\xb0\xd8\x75\xc7\x09\x42\xe2\x34\x9d\x0b\x84\x75\xea\xde\xcf\x07\x5b\x49\x51\x21\xd1\xa3\x3e\x38\x15\x23\xcb\xfc\x65\xd8\x78\x0d\x56\x8e\xd1\xef\x7b\x16\x1f\x7e\x0a\x3e\xd9\x6c\x68\x9c\x84\x15\x6d\xbf\x09\xb7\x6e\x11\x43\x65\xf7\xdf\x83\x66\xf6\x1d\xe2\x3c\x0d\xcb\x0a\x73\x0b\x67\x28\x27\xb1\xf6\xe7\x8e\x92\x3a\xcb\xe7\xca\x50\x1e\x79\xc9\xeb\xc6\x28\xe7\x33\x3c\x41\x4b\x4b\x0d\x31\xfd\x87\x72\x9a\xad\x18\xf2\xd6\xd2\x53\xe2\x11\xd0\x7b\x1a\x02\x54\xfb\xa5\x80\x6f\xa7\xd3\xf6\x78\x76\x35\x5f\xfa\x44\x2c\x2d\x42\x70\x56\x24\xeb\x35\x9e\xdb\xc7\x79\x4c\xe7\x5a\xcb\xe6\xde\x74\xc1\xd0\x83\xb7\x67\xaa\xe9\x0c\x78\xdb\xc3\x76\x2b\x65\x03\x76\x81\xdb\x5d\x84\x25\xd5\xb8\xdf\xa6\xe9\xbe\x20\x32\xbb\x86\x9b\xc6\xa1\xbf\xc7\xaa\xf1\x8a\x89\x82\x33\x30\x2c\x7f\x7e\x4d\x95\x57\x87\x96\xdd\x91\x74\xc9\x08\x21\xf1\xbc\x44\x8f\x4b\x62\xd8\x00\x85\x7a\xdf\x24\x86\x0d\x10\x6d\xd9\x00\x55\x93\x73\x6c\xd4\x71\x18\x5d\x52\xb2\x63\x9d\x61\xec\x00\xad\xaa\x24\x5b\x1f\x5f\x86\xd9\x9a\xc6\xa4\x27\x6c\x72\x91\x64\xe8\x5e\xa4\xd2\x5a\x08\x21\x24\x3e\x84\x8f\x7d\xb5\x78\x5b\x4d\xf2\x0b\x74\xce\xec\x49\x7a\x61\x57\xe1\x37\xfd\x85\x0d\x48\xb5\xdf\x56\x93\x3a\xfb\x5d\x25\xf6\xab\x1d\x24\xc4\x1c\x9f\x36\xad\x0c\x8b\x41\x40\x37\x85\xcf\xfd\x16\xdf\xe3\x45\xd5\xa8\x9c\x01\xa1\x40\xa1\x4b\xbe\x22\xf9\x28\x7d\xa8\x49\xc2\x17\x1c\x47\xec\xe6\x2b\xc3\x75\x1d\x59\x9c\x85\xcf\x2d\x63\x55\x42\x22\x7f\x48\x2f\xc0\xac\x44\xdf\xf7\x21\x73\x5d\x19\x85\xdc\x48\x62\xce\xaf\x5c\xa7\x63\xa2\xf2\xef\xf7\x76\x0a\x35\xca\x63\x42\x6a\x55\x10\xc7\x0b\x3e\xcd\x54\xfd\xa0\xe2\x66\xbd\x35\xa8\xf2\x61\xa0\x78\x55\x78\x2b\x01\x7f\x7e\x25\xd1\x10\x68\xba\xb0\xd1\x2b\xa1\x56\x47\x76\x5f\x01\xcd\x30\xec\xba\x2e\x41\x78\xaf\x0f\xed\x33\xa8\xb5\xf6\xdb\x4f\x02\x96\xca\x57\x03\xa1\xbd\x7b\xfd\x16\xae\x87\x98\x74\x1a\x3b\x07\x14\x92\x1e\x0b\x42\x0b\x0e\x6a\x94\x64\x23\xea\x23\xbc\xd8\x87\x9b\x4c\xa9\xf0\x64\xe8\xd0\x74\x91\x2d\x09\x5d\x64\xda\x31\x5f\xd5\x78\x39\x84\x3e\x47\x2f\xfc\x9c\xc2\x97\x14\x7e\x49\x89\x01\x7d\x03\x3f\xa6\x3d\x34\x53\xc3\xba\x50\x0d\x76\x33\x42\xa8\x16\x01\x30\xe3\x1c\x21\x66\x8c\x01\x32\x23\x42\x0c\xcc\x98\x88\xb2\xf3\xcd\x41\x63\xd3\xd3\xcb\x22\xc9\xae\x82\x69\xd3\xc0\x9b\xb6\x79\xb3\x72\x75\xc8\x1d\x6c\xdb\x08\x42\x05\xa1\x12\x41\x08\xad\xb8\x38\xd4\x10\xe3\x2a\xf9\x45\xf3\x39\xc2\xdf\x58\xac\xa5\x81\x12\x94\x1a\xc1\xa8\x98\x53\x93\x5d\x4a\x57\x55\x70\xf8\x04\xaa\x7c\xcb\xfe\x70\x28\x6e\xf6\xab\xc0\x7e\x1c\x3e\x01\x31\x3c\x02\x6d\x47\x9b\xf1\x3b\x8d\x0d\x62\x14\xb1\x7b\xca\x0e\xb1\xb4\x83\x23\xb8\x4c\xd6\x97\xec\xfa\x52\x84\x02\x32\x28\xa8\x05\x38\x4f\x0f\x6c\x4f\xe3\x03\xb5\x21\x90\x10\x8e\x26\xf9\x8a\x98\x3c\x3c\xdb\xe1\x45\x7e\xab\xf1\x7d\x8e\xb6\xb7\xa3\x32\x4f\x93\x78\xe4\x1c\x84\x3d\x60\x3d\xea\x8a\x95\x64\xac\xf1\x87\x17\x69\x1e\x5d\xf1\xf9\x78\x41\xa3\xbc\xe0\x40\xaa\x5d\x64\x1f\x39\x4b\x12\x21\x48\x30\x45\x26\x42\xd0\x88\x4f\x2d\x6f\xc9\xa7\x30\x4e\xea\x32\x28\x26\x38\xc2\x34\x3e\xce\x8b\x8c\x16\x4f\xc0\xb2\x96\x16\x60\x0f\xff\x1c\xe1\x1d\x26\xd8\x6d\xf3\x32\xe1\xf5\x17\x34\x45\x7d\x3c\x07\x70\x1e\xa6\x38\x0d\x1c\x82\xc9\x44\xf1\xf8\xb3\x83\xdb\x01\x90\x2a\xad\xe4\xa5\x40\x5e\x4a\xbb\xc0\x48\x7d\x56\xdf\xbf\xa4\xda\xb4\xfb\x97\x94\xb5\xd5\x04\x5c\x08\x76\xb2\x30\x03\x6c\xa4\xc2\x83\x72\xf1\x13\x5d\x12\x11\xed\xfc\x58\x84\x77\x7c\x19\xe1\x83\x5f\x1b\x18\xa1\xb7\x98\x8c\x15\x93\x0d\x15\x83\x5e\x9a\x2c\x53\xee\xf6\x4d\x5b\x6d\x57\x76\xd5\xc6\xb4\xbf\x16\xe1\x96\x2d\x03\xf4\x19\x0c\x5f\xea\xb2\x4a\x56\x77\xe2\xda\xad\x57\x03\x82\x62\x9e\x20\x08\xa3\x0c\x6b\x2c\x04\x05\x5d\x11\x5f\x68\x4d\x0b\x01\x63\xc7\xea\xfa\xb1\xc8\x6f\x82\x23\xe8\x24\x45\xd3\xf6\x1f\x53\x2f\xe9\x03\x8d\xf2\x35\xf4\x04\x26\x41\x04\x2d\x23\x96\xa3\x5b\xec\x5a\x74\xc9\xa2\x44\xd8\xd9\x4e\xad\x1d\x74\x86\x55\xd5\x34\xbe\x0f\xbf\x75\xf1\x16\x94\x7b\x5a\x85\xf2\x23\x5c\xc1\xc1\x0a\x2e\x61\x83\x7e\x75\x24\x55\xba\x66\x37\x89\x30\xa5\x55\x45\xe1\xae\x4b\xc0\x2e\x1e\x43\x71\x2c\x10\xaf\x06\xce\x89\xb1\x63\xc2\x8b\x32\x4f\xeb\x8a\x4a\xb1\xc9\x91\xc8\xf6\xcd\x11\x16\xf8\xbd\x2c\xef\x7b\x25\xe6\x38\xcd\xbc\x5d\x2f\xae\x82\xd8\x54\xdd\xcd\x74\x01\x7c\xa3\x3d\x61\x5b\xa7\x4d\x49\xf8\x4a\x32\xf7\xc5\xc4\x80\x93\x92\x1b\x27\xd8\xf1\x4e\x9c\xe5\x5b\x84\xfb\x12\x74\xc2\x99\x4a\xc2\xc1\xd1\xbd\xfa\xe3\x04\x40\x18\x27\x4e\x6a\xe5\x38\x47\x4e\x03\x56\x65\xf2\xd1\xf2\x4f\x55\xd6\x57\xcf\xc0\x9e\x4b\x3d\xb9\xeb\x7e\x4d\xb2\x38\xbf\xe1\x90\x53\x1d\x40\x36\x1e\xd9\x47\xab\xad\x6c\xba\xab\x02\xba\x6e\xea\x34\xb0\x43\x6e\x81\x97\xf4\x2c\x66\xfb\x51\xb6\xef\x5d\xf9\xda\x98\x28\x2b\xae\xf1\x71\xef\xf7\x8d\xcd\xe8\x60\xa4\x43\xd5\x40\xc9\x32\x8d\x6e\xe6\xac\x9b\x39\x27\x2d\x8f\x69\xf8\x5b\xba\x32\xdb\x9d\xfb\x48\xb4\xef\x81\xc3\x08\x76\x43\x6b\x46\x4f\xa3\xd1\x9e\x82\xb5\xa7\xb0\x48\x9d\x1a\xd7\xf6\x80\xb3\x81\x49\xd9\x40\x3a\x0d\x14\xf6\x40\x4c\x4c\x6c\x28\x49\x53\xef\x04\xb7\xc0\xfa\xa3\x64\x47\x46\xdd\x09\xab\x3b\xe9\x27\xb3\xf6\x39\x63\x04\x0f\xac\x82\x06\x1d\x0f\x36\xbd\x23\x23\xe0\x46\x7e\xe7\xc8\x84\xac\x75\x61\xef\x82\x1c\x6c\x86\x38\x21\xfe\xe8\xea\x0a\x1f\xea\xc2\x1f\x9b\xe3\x92\xf5\xa4\xfc\x5f\xed\x49\x39\xd8\x13\x01\xc7\xa2\x91\x20\x31\xcf\x38\xd9\x6c\xf3\xa2\x0a\x19\x1f\x01\xbd\xa8\x37\x81\x57\x93\x9d\xe4\x8e\xbe\x53\x47\x6c\x58\x57\x39\x5b\x2c\xf7\x70\x71\x82\x14\x4d\xa1\x97\x7a\xad\xdb\x2c\xd5\x10\x29\x1b\x48\x68\xf3\x88\xd7\x93\x8c\xd6\x55\x11\xa6\xa7\x52\x33\xfd\x59\x5a\x19\x5b\x59\x8e\x9e\xea\xbc\x85\x2a\xf9\xbf\xc0\x5f\x4a\x0f\x00\x22\x5d\x95\x6f\xe5\x09\xf7\xcd\x13\x71\xeb\xc0\x76\x1e\x1e\x89\xaf\x33\xc6\x29\x8a\xdf\xfc\xc0\x90\x5f\x02\x38\x72\xda\x40\xcd\xf7\xb0\xb9\x12\x15\x58\x61\xd0\x43\xcb\x1b\x94\xec\x76\x91\x6b\xa4\x0c\xf6\xdc\xb7\x30\xf5\x22\xb6\x7e\x23\x41\x33\xef\x5d\xae\x91\xdf\xf4\x95\xab\x98\xbd\xfe\xf2\x05\x66\x5f\x7f\xf9\x06\xe3\x17\xb7\x4a\xef\x62\x37\x31\x9e\x5b\xcb\x17\x4b\x85\x25\x3a\x74\x1a\x98\xe0\x78\xbb\x36\x53\x3c\x78\x0a\x1b\x05\xac\x58\xd3\x57\x7f\x15\x09\x5d\xb5\x4e\x37\x63\x12\x8d\x3a\x2f\x59\x9d\x97\x43\xdc\xf1\xa5\xdf\x34\xb0\xbd\xb7\x45\xe6\x96\x79\x4c\xb3\xb6\xbe\x45\x13\x5e\xfd\xef\xf1\xde\xf7\x61\x45\xb5\x28\xd8\x3d\xb3\xbc\x61\x03\xb6\x69\xd1\xdf\x3f\x31\x4d\x7f\x94\x28\x6f\xfc\x0e\x6d\x95\xd4\x98\x3b\x24\x7a\x98\x4f\xf5\x1b\x0e\x3a\x0e\xff\xb9\x87\x7d\x27\x6f\x52\x8f\xfa\x50\x90\xdf\xf0\x6f\xa2\x59\x75\x83\x57\xce\x41\x00\xc2\x1a\x37\x5e\xbc\x53\x88\x67\xca\x6f\x9e\x98\x82\x0f\xfe\xf5\x7b\x30\x79\xf9\x30\xb7\x2f\x06\x93\x34\xc9\xae\x1a\x30\x60\x28\x25\x7d\x12\x9e\x6c\x5e\x84\xc5\x15\x92\xec\x0e\xee\xad\x20\xec\x6f\x59\x83\x68\x31\x74\x5d\xb4\x26\x53\x33\x4c\xa2\x39\x16\x0b\xc5\x78\x49\x03\x64\x33\x10\x9e\x3d\xf8\x91\xc6\xa3\x04\xdc\x5e\x4f\x1b\x1f\x68\x20\xcf\x2e\x71\xe7\xfe\x68\x7e\xc5\x38\xfd\xa9\xec\xc3\x03\x3d\x5c\xca\xcf\x75\x58\xd1\x22\xe3\xe7\x67\x63\x0b\x29\x54\x39\x22\xed\x19\x3b\xd2\x44\xca\x06\x0a\xb1\x40\x7f\x1e\x84\xe0\x6a\x6b\x91\xe1\xbb\x70\xb8\xdd\xa6\x77\x5c\x12\x1f\x16\x6b\x74\x80\x5c\x0a\x89\x7c\xcb\x9a\xef\x11\xf6\x71\xe6\x0b\x2d\x62\xc5\x70\x81\xaa\x42\xf2\x1e\x92\x61\x7f\x15\x10\xe1\x46\xf6\x5d\xdb\xd4\xcc\x42\x15\xe6\xa0\xc1\x42\xdc\xfa\x1f\x01\xf2\x6e\x01\x24\xbd\xc9\xa1\x0f\xf9\xe8\x4d\xce\xf7\x32\x89\xbc\xc5\xaf\xa9\xe7\x30\x2a\x2f\xdf\x42\x16\x0e\x36\xd2\x01\x87\x17\xec\x2c\x61\x3c\xf5\x97\xe8\x3d\xc1\x14\xa9\xc2\xbf\xff\x2c\xca\x99\x30\x9f\x4c\x4a\xe1\x31\x22\x0e\xb4\x1d\x2a\x37\x88\xbd\x67\xec\xef\x7d\xc3\xd0\xd3\x60\x69\x31\x4e\x62\x9a\x86\x77\xc2\xbc\xae\x52\x0f\x5f\x37\x48\x59\x87\x9f\xd0\x34\xf2\x87\xd1\x54\x8e\x72\xd6\xd1\x22\x7f\x9c\x8e\x7f\xa5\xdf\x12\x7b\x9e\x0f\x55\x6c\xab\xec\xee\x72\x33\x5f\xdb\xf8\x73\xbc\x6e\xe1\xbc\x98\x48\x35\xe0\x49\x9e\x89\xd5\xdd\x56\x78\x0c\xa4\x46\x82\xfd\x52\x86\xe3\xc4\x58\xbb\xc1\x47\xb0\xbf\xa5\xfa\x1d\xab\x98\xd4\x25\xe5\x23\x44\x7d\xc8\x48\xb5\x98\x2e\x21\x27\xd5\xe2\x68\x29\xfd\xa1\x67\x8c\xe3\xaa\xce\x8a\x9a\x06\xbf\x84\xd6\xf0\xb6\x25\xef\xfe\x2e\xf7\xd0\x95\xba\x8f\x8e\x68\x5e\x85\x69\xf9\xb8\x3c\x47\x3c\x0f\xd7\x61\x7b\x4c\x8e\x3e\xbf\x50\x12\x52\xb0\x59\x36\x63\x4b\xad\x63\x41\x27\x49\xb6\xca\xc9\x74\x49\x1c\xf6\xc3\x01\x16\x44\x8b\x22\x2f\xc8\xd1\x92\x38\xf8\x8b\x07\x22\x93\x4e\x63\xf2\x64\x49\x1c\xf1\x9b\x47\x94\x94\x51\xc2\x5f\xc3\x22\x4b\xb2\x35\xf9\x66\x49\x1c\x2b\x44\x24\xaa\xa3\x88\x96\x25\x79\xca\xa2\xf9\x6f\x1e\x71\x23\xf2\x7d\xbb\x24\x8e\xf8\xed\x34\xde\xe7\x74\xbf\xf7\x3e\xa7\x64\x27\xc1\x1e\xff\x95\xc2\x4f\x29\xd0\x1a\xaa\x9a\x78\xde\x17\x8c\x59\x7c\x4e\xb1\xf5\x4b\xe2\x9c\x60\xdb\xbf\xa4\x2c\x48\x94\xd2\x0a\xc5\x9e\x2c\x89\x83\x80\x8f\xcf\xc3\x78\x4d\x65\x8c\xe8\xcc\x92\x38\xcf\xf9\xaf\x27\x32\xc6\xea\xc7\x92\x38\xaa\x47\x22\x9a\xf7\x63\x49\x1c\xb6\x94\x52\x5a\xb1\x11\xf9\x92\xfa\x90\xd5\xe4\xb8\xf0\x7c\xc8\x6d\xc8\x1c\xe1\x21\x59\x3a\x39\xd6\x55\x07\xf2\x1b\x1b\xa9\xbe\xac\xea\x03\x81\xf3\x15\x96\x25\x3b\x19\xae\xa9\x23\xa8\x88\xb3\xcd\xd3\xa4\xa2\xec\x6c\xfd\x9f\xa8\x2e\xa5\x45\xa5\xaa\x62\x9b\xb1\x2e\x9d\x06\x92\x9a\x14\x93\x55\x5e\xdc\x84\x05\x1a\x2f\xf6\xb1\x4c\xe4\x6f\x29\xe2\x3f\xe4\x24\x63\x3b\x27\x21\xd9\xe2\x68\x29\x95\x31\x43\x12\xa6\x9e\xf3\x8e\x96\x65\xb8\xa6\xcf\xc3\xc2\xf1\x11\x23\x2f\xc4\x42\x38\xfe\x9d\x36\xd1\x8d\x4c\xfc\xbd\x98\xd0\x09\x3b\x7b\x57\x69\x7e\xd3\x56\xeb\xd9\x12\x65\x60\x73\x62\xd8\x40\xab\xb3\xea\x52\x79\x9d\xd8\x10\x3a\xd9\xa8\xda\xcf\xee\xb6\xd4\x36\x03\x11\x4b\x0b\x6d\x3f\x4c\x77\x50\x96\xd1\x87\xd0\xa5\xbb\x86\x0b\xc2\x48\xd4\xbb\x3a\xad\x12\xc6\x3b\xc3\xb9\x4e\x75\xb1\xdf\x5f\xc0\x31\xab\xb7\xa8\xb3\x28\xac\x68\x0c\xb7\xba\x95\xed\x0e\xdc\x58\xcd\xd2\x7d\xb8\x22\x94\xeb\xae\x9e\x22\xf8\x67\x1a\xde\x51\xa1\xfa\x0e\x2f\x75\x5d\xa7\xfb\xfd\x29\x9c\x10\x3a\xe1\xfa\x39\xa6\x5a\xeb\x0b\xf2\x25\xf7\x28\x1c\xb7\x71\x23\x59\xa1\xce\xd2\x87\x33\x92\xd5\xde\x4a\xba\x0b\xbc\x04\x7b\x6c\x82\xf5\x7e\x2f\x46\xc4\x50\x26\x56\x2a\x25\x77\x20\xe6\x4d\x07\x95\xa0\xfa\x1b\x1c\x83\x31\x36\xc1\xb9\xf0\x86\x7a\x9a\x64\xeb\x94\xbe\x65\x41\xb9\xa1\x41\x59\x37\x3e\x7c\x32\x34\xa9\xf2\xb9\xf3\x22\xaf\x2f\x52\x2a\x34\xaa\x3e\x6f\x9d\xc0\x0e\x11\x80\x67\x1f\x49\xb9\xdf\xdf\xcd\x77\x3d\x8a\x9d\xa1\xf0\x61\x55\xd0\x35\x7a\x2d\x0e\x76\x0d\xbc\x23\x65\x17\xf7\xad\xed\xc8\xea\x4c\x2e\xc8\x06\x4a\xe1\x25\xe9\x3d\xb9\xeb\xe4\xfb\x39\x45\x49\x37\x67\xe4\xc6\x47\x60\x16\x20\x26\x3a\x4c\x95\xfe\xd6\x9d\xa1\x9e\xb5\xb5\x3c\xf4\x1f\xb3\x43\xd3\x69\x84\x67\x8c\x5b\x43\x17\xeb\x56\x38\xed\x7d\xd0\x9b\x29\x5a\x16\x5b\x0d\x60\x5c\x66\x03\x1f\x07\xfd\x8c\x99\x69\x23\x7e\x7f\x1c\x72\x18\x6d\xa5\x45\xe0\x70\xad\x7a\xda\xd2\x22\x6c\xe0\xa6\x33\x4c\x1c\x72\xb4\x81\x9b\x96\xef\x45\x5e\x16\xdc\x58\xbe\x14\xbb\xa6\x22\xcf\x0b\xd0\x63\x55\xd5\x8b\xf5\x12\xda\xed\x69\x7a\xfc\x56\xf5\x34\xbd\x12\x98\x7d\x62\x5d\x5c\xed\xf7\x45\xed\xad\x7d\x69\x9f\x8c\xe8\xe0\x39\x0b\xe9\x19\x08\xae\x49\x69\x01\x92\x9e\x4d\x92\x2c\xe3\x9c\x69\x03\x2f\x7c\x78\xd9\xe9\xf9\xbf\x53\xae\xbd\x31\x50\x1a\xc6\x45\x3d\x5d\x6e\xc5\xfb\x30\x3e\x77\xdd\xf1\x3b\xd7\x3d\x7e\x84\x17\xb6\xb3\x49\x7b\xa3\x75\xbb\xf3\x33\xf2\xe6\x43\x6b\x97\xe7\x57\x0b\x37\x31\x16\xee\x27\x63\x71\xc6\x1d\xad\xc0\xbc\x81\x13\xd9\xdc\x77\xf8\xdf\xf7\x8f\x6a\xb0\xf4\x81\x6c\xb4\xf8\xbd\x0f\x2c\x3b\xfe\xf7\x1d\x62\x15\x27\xb5\xad\xf5\x60\x1c\x22\xc8\x2a\x84\xb5\xe1\x6f\xc9\x88\x04\x7e\xdc\xd9\xa1\x87\x87\x82\xc5\x91\x67\x63\x3b\x5a\xb1\x3a\xf6\xf1\xd8\x4e\xd6\x62\x79\x04\x6b\xd0\x4d\x26\x59\x9f\x9b\x81\x72\x24\x0b\x04\x1b\x45\x30\x5b\x49\x54\x84\x03\x25\x8e\x53\x5f\x22\x1d\xe3\x80\xa2\x40\x06\xc5\x6d\x25\xef\x49\xe2\x08\x32\x9d\x64\xeb\xe1\x7c\x3d\x49\xb8\x4b\x2b\x14\x42\xd9\x69\x45\xb0\x03\x16\xe1\x68\xa7\xe2\x77\xbf\x4a\xba\x6a\x31\x62\x2a\x94\x1f\xa9\x9d\xd6\xc9\x28\x23\x54\x87\x1f\xec\x6e\xb7\xb3\x0f\xf5\xd4\xcc\xa1\xc6\x6c\x70\x30\x65\xa9\xfd\x65\x39\xea\xd0\x6c\x45\x8b\x60\x15\x7f\x3a\x38\xcb\x56\x02\x6c\x55\x03\x25\xe3\x8f\xff\xa5\xf8\x63\xc9\xf6\x52\xce\xf6\x4a\xc1\x84\x03\xff\x6a\xf1\xbe\x03\x09\x34\x8f\x2b\x7e\x75\x93\x68\x7e\x5b\xfc\xea\x29\xa5\xc5\x48\x5b\xdf\xdd\xe4\x82\xa9\x67\x7f\xec\x48\x1f\x52\xd6\xbd\x9f\x3a\xdd\x2b\xd6\x17\xa1\xf7\xe4\xdb\x6f\x61\x34\xe5\xff\x26\xdf\xf8\x0e\xfc\xd4\xea\xe3\x7d\xa9\x74\x47\x31\xd5\xd3\xef\x61\xf4\xe4\xe9\x11\x8c\xfe\xf1\x8d\x9d\x4e\xf7\x56\x97\xf6\xe4\xdb\xa7\x30\xfa\xf6\x1f\xad\x02\x5b\x7d\xbe\xaf\x72\xd1\x61\xf9\x7a\xf5\x53\xea\x43\xcd\x3a\x4a\xeb\xde\x79\xe4\xfe\x92\x68\xdd\x33\x83\x66\x54\x67\xee\xcc\xc8\xce\xac\x59\x39\xef\x9b\x2f\x33\xa1\x31\x53\x32\xd8\x87\xa8\x26\x51\xe1\x25\x75\x8f\x0f\x38\xed\xed\x48\x71\xe2\xa5\xc5\xea\xd7\x16\xb7\x1d\x59\x7c\x73\xdc\xe2\xb2\xb7\x8a\xd3\xd5\x3b\x00\xb9\xfd\x16\x63\x6f\x99\x85\x4b\xc6\x7e\x05\x1b\x12\xb6\x15\x2c\xd6\x24\x14\x5a\x61\xd7\xa4\xaa\xbc\x29\x3c\xfd\xc7\xff\xf5\xe1\x8e\x9c\x56\x5e\x58\x43\xe8\xc3\x05\xd1\xfa\x6c\xff\xa6\x93\xdb\x53\x74\xc9\x26\xe4\xb9\x47\xd3\x96\xea\xc8\xf6\x56\x8a\x48\x37\xb2\x4d\xa8\x39\xd6\xaf\xdb\x23\x9e\x71\xfe\xa8\x1c\xbc\xef\x45\x8a\x0b\x72\xce\xc9\x22\xaa\xbc\xf0\x3e\x0d\x28\x29\xf5\xff\x80\x4e\x9c\x03\xe7\x10\xb5\xb4\xd4\x53\x80\x7e\xd9\x30\x45\xbd\xf7\x2a\x4d\x99\x9a\x7a\xfa\x2d\x4e\x8c\xd4\x37\x4f\xb4\x4a\xd8\xf7\xdb\xdb\xd1\x11\x0a\xc2\xcd\xe7\x5f\xd7\xd0\x3c\xe0\x87\x42\x70\x01\xfa\x55\xe9\x5e\x99\x79\x63\x38\x79\x79\x20\x65\xd3\x2c\x6d\x3d\xbc\x3b\x0e\xd0\xb3\x96\xaa\x74\x88\x1b\x29\xb6\x9f\xeb\xde\xf1\x1f\x32\x54\xec\x3d\x16\x2e\x7e\xca\x18\x6b\xc3\xb0\x78\x2b\x40\xa5\xe2\xdb\x12\xe3\xf9\x4f\x19\x73\xa3\x73\x8a\x9f\x10\xcf\xef\x26\x9a\x29\xb8\x9b\xe8\x23\x1e\xc6\xb1\xeb\xd6\x2c\x6d\xcf\x39\x8e\x91\x11\x36\xbd\x7b\x58\x9b\xba\x6d\xc1\x66\x51\xd6\x8b\xcb\xe5\xb2\x77\xc9\x6e\x92\xec\xb5\x9a\x3b\xd3\xe6\x0a\xda\xf6\x58\x79\x11\x3f\x2f\x68\x78\x15\x38\x17\xec\xcf\x21\x0b\x68\xeb\xc4\xe0\x73\xdc\xdb\x24\xbb\x52\x0f\xa9\xaa\x36\x16\xda\xab\x38\xd7\x97\x50\xf9\x5a\x69\xb4\x96\xcd\x9f\xdb\x44\xc6\x78\xa4\x6c\x34\x1e\xd0\xc3\xe9\xdd\x73\x99\xdf\x40\xec\xba\xb8\x05\x5e\x28\x47\xf5\x4e\x94\xa7\xf5\x86\xdd\x54\xcb\xa5\xe2\x91\x16\x77\xf2\xce\x05\xf7\x19\xb6\x59\x74\x25\xcb\x8b\x4d\x98\x3a\x42\x73\xd0\xd0\xc8\xba\x6b\xdd\xc9\x2c\x52\x25\xd6\xb3\xf2\x75\x79\xf4\x9d\x31\xa7\x47\xdf\xb5\xa7\xd1\xda\xbe\x52\x3f\x8e\x6d\xd5\xe9\x48\x6d\x58\xd1\x02\x35\x33\x8b\x9a\xaf\x9f\x7e\xc5\xa0\xff\x11\xf2\x86\xd6\xf5\xe8\x1d\xe9\x8e\xdf\xea\xb0\x16\xd5\xc9\x69\x5f\xb7\x84\x26\xa1\xe8\xd4\xf7\x0d\xac\xb9\x5e\xa0\xfd\x7c\x6e\xa8\x10\xfd\xa9\x76\x17\x7e\xe3\xc3\xb8\x76\xdd\x9d\xa9\x6d\x70\xf4\x84\x0d\x9e\xe2\x65\xd9\xd4\xc9\x0f\xd8\x19\x93\x7d\xf4\x5d\x8b\x2a\xb2\x0b\xe1\x28\x0c\xd2\xb0\xac\x0e\x51\x24\xe6\xa8\xb7\x46\xd4\x70\x78\xca\xb6\x42\xe4\xba\x3b\x29\x22\x0b\x9c\x6b\x8e\x47\xe0\xc0\xcd\x65\x52\x51\xee\x66\xdd\xd9\x16\xf4\x10\x9f\x8e\x1b\x24\x10\x46\x72\x71\x87\xc7\x61\xfd\xa0\x42\x69\x9a\x26\xdb\x32\x29\xed\x52\xc4\xf3\x33\x2f\x63\x1c\xd9\x3e\xf2\x84\x22\xd4\xf5\x92\xfc\x8e\xc6\x24\x7e\x03\xdb\xdf\xd3\xfc\x65\x0f\xbb\x7f\xd7\xbd\x48\x76\x19\xfc\xbb\x2e\xef\xa0\x59\xfa\x85\x41\x4b\xe1\x7c\x29\x19\xf9\x85\xcc\xc4\xc2\x24\xfb\xbe\x60\x94\x59\x7e\xa8\x5f\x9a\x6b\xef\xec\x6c\xb5\x08\xa7\xf6\x36\x63\x1f\xcf\xc3\x32\x29\xa5\x02\x50\x8b\x80\x14\xf9\xcd\x61\xc1\xce\x91\x92\xf6\xbe\xec\x1b\xfa\xf5\x6c\x7f\xf2\xad\xda\x3e\x56\xb9\xf2\x5a\x90\x55\x97\x7c\xfd\x78\xd9\xc1\x13\xdf\x91\x3a\xb0\xb8\x86\xbe\x67\x6b\x28\x56\x2b\xf6\xb9\xd4\x09\x85\xda\x75\xc7\x71\x6b\x25\x4f\x9b\x65\xd3\xf8\x20\xac\xac\xa4\x27\x52\xe3\xda\xdd\xf8\x10\xd7\x24\xd5\x6f\x2c\xdb\xba\xed\x96\x7a\xb1\x84\x9c\x3c\x99\xe5\x3f\xa8\x47\x4a\xe9\x9f\x3a\x3f\x38\xf0\xb3\x45\x7e\xf8\x64\x49\x54\xdc\x22\x5f\xf2\x7b\xbe\x76\xf4\x14\x4e\x92\xf2\x34\xcd\xab\xf9\x94\x3b\xfa\x36\xde\x88\xaa\xfc\x59\x51\x84\x77\x5e\xe6\xfb\xd2\xf5\x7c\xe8\x55\x7e\x10\x4a\x53\x96\x8a\xd1\x16\x89\x0e\x94\xf5\x08\x9e\xc4\x2b\x6a\x02\xb1\xb7\xa0\x50\x2d\x21\xf3\x0d\x27\xdb\xab\xba\x17\xc6\x7f\x27\x8c\x3e\x33\x62\x3d\x42\xd9\x4e\xed\x1d\x59\xaf\xa3\x9d\xdb\x6b\xc7\x51\x90\x71\x7d\x61\x34\xac\x29\x26\xc2\x42\x4d\x4a\x4f\x32\x5f\x82\xd4\x65\x58\x51\xc7\xad\x00\xd7\x5a\x98\xf5\x20\x84\xec\xf7\x4e\x56\x6f\x2e\x68\xd1\x0a\xec\x40\xe9\x8e\xaa\xb9\x87\x7a\x00\xfe\x82\x2e\x49\x05\x39\xc9\xfc\x20\x27\xda\xeb\x47\xe3\xe5\x90\xf9\x10\x91\x01\x0b\x93\x3f\x30\xb3\x32\x2f\xd2\xdf\x84\x15\x10\x92\x29\x94\x24\x9b\x85\x3f\xa8\xcc\xa1\x74\x5b\x9e\x92\x72\x11\x2e\x67\xc9\x64\x5b\x97\x97\x5e\xea\xba\xa9\x89\xa8\x11\xd7\x5e\x01\xa9\x69\x9a\x23\xe3\xc8\xcf\x6c\x2e\x93\x25\xec\x8a\x2a\x0d\x56\x85\x57\x31\x32\x5d\x34\x5e\x08\x25\x54\x50\x0b\xe7\xe5\xdc\xa4\x49\x3d\x7e\x0a\xcf\xac\xc4\x08\x1a\x12\xc8\xc6\x5c\xd4\x19\xf9\x08\x6c\x9d\x88\x47\x4e\xe5\x0d\x5d\x7c\x7b\x11\xd0\x41\xcb\x21\xaa\x8b\x40\x9b\x9b\xcb\x7a\xc8\x5b\x15\x5b\x83\xb6\x1b\xaf\x4d\x6d\x3e\xc4\xb0\x33\x98\x50\xe8\xd8\x8e\x57\x6d\xd3\x1f\x0d\xf6\x6d\xba\x4d\xd3\x53\xb2\x58\x42\x42\x8e\x66\x49\x77\x3a\x93\x83\x03\xbf\x58\x24\x87\x47\xe6\x74\x26\xc2\xa1\x3c\x4f\xf3\xcf\x69\x8f\xdf\xb5\xec\x6e\xb4\xc9\xe3\x3a\xa5\xa3\x9a\x31\xb4\xa3\x35\xad\xd8\x46\x2e\x47\x9b\xba\xac\x46\x75\x49\xd1\xf3\x1a\x06\x29\xa7\xf9\x25\x35\x42\x47\x5f\xc2\xeb\x30\xce\xa3\xd1\x2a\x2f\x46\x9b\xbc\xa0\x23\x76\xbd\x9b\x38\xca\x6e\x69\x5d\x7b\xd5\x82\x2e\xd9\xcd\x93\xfd\xc9\x27\x25\xcb\xe6\xba\xe2\x07\x0f\x3b\x17\x7b\xf4\x54\x58\xbe\xb5\x43\x78\x2a\xbc\xb0\xfa\xcd\xac\x10\xe4\x06\x51\xb9\xd9\xd6\x28\x9a\x46\x2d\xdc\x64\x94\x64\xa3\xca\x2f\x3c\x6d\x7f\x95\x69\x72\xb1\xae\x4d\xa7\xbf\x6a\x06\xd5\xbb\x09\x15\x8b\x60\x2e\x7f\x78\xd2\x61\x63\x70\x59\xa3\x2f\x36\x95\x57\x17\x7a\xfd\x30\x0d\x5a\x85\xec\x08\xb8\xfb\xb0\xe5\xef\x6b\x39\xf1\x0c\x3a\xb4\x6b\x82\xcc\xb7\xc8\x54\x62\x2d\x00\x6e\xa0\x6f\x3b\x91\x94\xa1\x1d\xbd\x0a\x70\xaa\xfc\x8a\x66\xa5\x23\x6f\x56\xa3\x96\x81\x62\xb6\xdf\xe7\x40\xa1\x6a\xdb\x28\x36\x5e\x65\x0a\x76\x01\xdf\xdf\x85\xab\x6a\x2f\x2c\x7c\xa8\x26\xab\x84\xa6\x71\xe9\x23\xd6\x32\x2a\x06\xcc\x12\xd7\xf5\x32\xc9\x5b\x66\x3e\x24\x8c\x30\xfa\xe2\x7c\xc8\xf8\x8c\xed\xf7\xb9\x92\x35\xdc\xd5\x5e\x06\x21\x54\x13\xde\x48\x36\xa9\xfc\x47\x26\x7e\xf8\x50\x77\x7a\x2a\xa7\x36\x67\x1b\xa0\x20\xdf\xcc\x8a\xee\x06\x28\x0e\x0e\xfc\x7c\x51\x1c\x7e\x63\x6e\x80\x62\xa9\x75\xc3\xc4\x31\x22\xd1\x5d\x26\x9b\x70\x6b\x6c\x66\x85\xa5\xd2\x67\x91\x99\xcf\x73\xd1\x14\x74\xda\xe7\x37\xd8\x87\x12\x14\x92\xb3\xc2\xdb\xc9\xa4\x9d\x24\x44\xc6\xa0\x48\xd3\xc5\x1a\x78\x1f\x83\x12\xec\xe5\xcd\x62\xf0\xe1\x2f\xd4\x66\xfb\xd4\x8b\x34\xda\x45\x62\x89\xdc\xad\x79\xda\xef\xe9\x24\x63\xf3\x95\xbb\x2e\x23\x96\xb8\x6a\xc9\xaa\xf6\x12\xe5\x77\x90\x2d\x29\x6c\x39\xa3\xc8\x09\xf0\xb9\x4b\x22\x36\x91\x7a\x11\xdf\xfd\x05\x6c\x41\xeb\xf0\x98\x42\x48\x32\x46\xad\x4c\x2a\x25\xac\x66\x43\x46\x9d\xd0\xc6\x95\xf4\x1a\xc1\xce\x4b\xee\x75\xa6\x04\xe4\x1f\x26\x49\xc9\xf9\x88\xd2\xc7\x3c\x77\xb5\x3d\x9f\x92\x37\x28\x7d\x5f\x9c\x3b\x86\xff\xb9\x02\xe9\xf7\x45\xfb\x88\x56\x36\xd1\xe5\x36\x8c\x92\x6c\xdd\xa5\xc6\x73\x15\xb7\xa0\xcb\x80\x36\x70\xde\xe7\x84\x67\x1b\x16\x25\x7d\x95\xe6\x61\xc5\x15\x55\x92\xf2\x7d\xf8\xde\xab\xfc\xf9\x34\x60\x67\xb6\xfa\x74\x9c\x80\xad\xfb\x53\x64\x08\x14\x16\xdc\xee\x3a\x4c\x6b\x1a\x64\x50\x67\x49\x15\xd0\x49\x59\x5f\x70\x96\xc1\xcb\x8d\xc4\x62\x04\xfd\xfd\xde\x61\x37\xbf\x06\x8e\xdb\xbd\x49\x56\x9a\xa4\xd0\x3e\x16\x83\x05\x22\x58\x82\x3c\x05\xe9\x4c\xaa\x53\xa1\xfe\xa6\xe7\x8c\x34\xd5\xce\x44\x85\x3f\x3c\x99\x5f\x28\xff\x3f\x05\x8d\xeb\x88\x5a\xca\x06\xda\x5c\x5d\x24\x3b\x70\x46\xce\xc1\x45\x8d\x4a\x63\xa8\x0d\x76\x5b\x93\x5d\x89\x50\x3a\xc8\x7e\x1f\xe2\x6f\x07\x68\x16\x8b\x00\x9a\xc5\x4e\x03\x37\xe6\xab\xd1\x69\x15\x46\x57\xe2\xb1\x41\x07\xf0\x37\x06\xa7\x81\xab\x4e\x5a\xc6\x88\x3b\x0d\x9c\x3e\xae\xae\x97\x35\xb9\xae\x7b\x3d\x97\x6a\x35\x87\x4c\x3e\xd8\xeb\x21\x41\xbf\x06\x15\xc7\xf9\xdd\xd6\x1e\x9e\xf1\xa2\x1d\x71\x72\xed\x34\x3e\x97\x5d\xc9\x5d\x8f\x2c\xcd\xce\xd8\xa9\x81\xa3\xdb\x2a\xd5\xeb\xfa\x89\x3a\x9d\xac\x8b\xfc\x06\x0d\x66\x4b\xbc\x9d\xa0\xba\xab\x78\x26\xe4\xf7\x15\x94\xe0\xe2\x25\x04\x25\xb8\x52\x03\xff\x55\x92\xa6\x90\x12\x3a\xe1\xb6\xb4\x5d\x3d\x8e\x0b\x76\xc1\x81\x58\xb3\xc1\xd1\x9c\xdf\x76\x82\x08\xb6\xe4\xb4\xf2\xae\x6a\xa8\x7c\x5b\x28\x57\xd9\xe6\xad\x5b\xde\xcf\x9d\xbe\x2f\xc5\xf2\xea\x93\x4d\xf8\x0f\x25\x5e\xcc\x26\xe2\x97\x14\x3d\x96\x73\x2e\x52\x91\x77\x2c\x5b\x3d\x35\x17\x62\x1b\xbc\x9e\x21\xc6\x77\x3e\x3f\x0a\xf2\x06\xbc\x64\xbf\x1f\xe7\xae\x3b\x2e\x7c\x91\x44\x99\x21\xa3\xc7\xe2\xc4\x0e\x3d\x42\x87\xe3\x3b\x1c\x9f\x53\x9a\xae\x82\xd3\x7a\x11\x2e\xf7\xfb\xb0\x81\x94\xdd\x6e\x51\xa6\x94\x36\x50\x2f\x9b\x46\x9c\xd2\x27\xc3\x8b\x22\x2c\x21\x33\x5d\xf1\xe1\x74\x07\xdc\x2f\xa5\x3d\x29\x6c\x9a\xd8\xbd\x18\x42\xc2\x56\xc7\xc2\x09\xd9\x81\x6c\xa5\x71\xc0\xc1\x9b\xf3\xd2\x87\xb2\xef\xa2\xa4\xd7\xa0\x3f\x3b\x22\x84\x48\xa2\xeb\xba\x9d\x3b\x48\xb9\x98\x2e\x7d\xd7\x65\x7f\x26\x6c\x93\x13\x42\x34\x9e\x23\x92\x49\x8c\x6a\x29\xe7\xd9\xd5\xb2\x63\xb0\x04\xaf\x43\x4b\xc6\x8a\x4c\xa0\xde\x43\xb2\xf2\xbc\x84\x50\xdf\x75\x9d\x1c\x1d\x4f\x18\x84\x25\x71\xdd\x04\xeb\x97\x7f\xad\xc3\x8a\x90\x97\xd6\x83\xb1\x62\x8a\xf9\xca\x0e\xc6\x79\x63\x30\xf1\x69\x9e\x59\x0c\xb8\xdc\x4c\x54\x60\xec\x73\x4f\xb8\x89\x3a\x24\xa5\x7e\x5a\xc4\xb6\x6b\xc8\xb6\x2b\xc4\xc4\xd8\x99\x99\x24\x22\x7c\x87\xca\x7c\xdb\xda\x8b\x8d\xdd\x1a\xf9\x90\xcc\x31\x0c\x53\xf3\x07\xff\xd2\x0f\xca\x81\x2d\x7c\xff\xf6\xb5\x0d\x4d\xdb\x9b\x73\x4b\xe8\xe4\x32\x2f\x92\xaf\x79\x56\x85\x29\xbe\x97\x08\xa1\x42\x8c\xfa\x51\xb8\xf3\x37\x72\x1d\xad\xad\xd4\x68\x5f\x83\x1a\x51\x96\xc5\x0d\xda\xaa\xda\x0b\xf1\xc2\xda\xf8\xe7\x6c\x63\xdf\xb0\x8d\x0d\xc7\x04\x5d\xd1\xc8\xd5\xf0\x63\xb8\x9d\x5b\x5f\x01\x9d\xac\xc3\x2d\xdc\xf2\x64\x9b\xf0\x96\x4b\xc2\xe6\xc6\xef\x80\xea\xdf\x70\xa3\x12\xa2\xc8\x6f\xae\x7f\xf2\x64\xf8\x13\xae\x78\x2a\x41\x0b\xe6\xea\x57\x40\x15\x7d\x38\x7d\xe0\x3c\x33\x8f\xae\x5d\x91\xdf\xb0\xb6\x8a\xb3\x73\xca\xcf\x4e\x3c\x19\x81\x8b\x79\x07\x62\x1b\xb6\x90\x7b\x8e\xc6\xfe\x72\xe9\xbd\xe5\x52\xab\xdc\x9e\xa3\x34\x59\x79\xf2\x18\xfd\xe7\x93\xbf\xa4\xe5\x4f\xd0\x4d\x98\x60\x05\xec\x02\xcf\x6b\x8f\x9d\xba\x8b\xe9\x12\x2a\xdf\x37\xca\x92\x11\x47\x18\xd1\x08\xd7\xd9\x3c\x94\x0d\xb4\x41\xeb\xb1\xa0\xdc\xc8\x9b\x37\x8d\x77\xcc\x56\xcd\x4b\x72\x3a\xe1\xf1\x70\x42\x4e\x27\x2a\x05\xbc\x20\x8e\x73\x70\x38\xf9\xf6\xbf\x4e\x26\xd8\xe6\x83\x93\x09\x6b\x33\x9c\xc9\xf0\x97\x22\xfc\x25\x0f\xff\x44\x76\x03\x82\xcd\x06\x3e\x92\x9d\xf3\xcf\xd1\x7f\x05\x59\x5e\x79\x13\xf3\x64\xf7\x9d\xc0\x24\xee\x77\xf3\x69\x70\xd4\x28\xaa\xb1\x99\x8b\x63\xea\xdc\x38\x97\xb8\x79\x0e\x37\xce\x51\x0b\xf2\x06\xf4\x1a\xbe\xb5\x4e\x1e\xe8\x91\x77\x5a\x36\x3f\x0d\xac\x5d\x57\x8a\xd3\xb7\x73\xc7\x36\xf8\x61\xa7\x99\x92\x07\x3a\x4b\x72\x5b\x2f\xd6\xcb\xfd\x7e\x0d\x39\xe2\x41\x4a\x61\xf6\x76\x6e\x26\x0b\xda\x85\x60\xbe\xeb\xe5\x7e\x7f\x0d\x85\x0f\x17\x6d\xb9\x25\x17\xcc\x8a\x56\xc5\xf6\x31\x2a\xa5\xd9\x6c\x10\x38\x09\xeb\x13\x7a\xda\x83\xa2\xe4\x8d\x2f\x2c\x43\xbc\x17\x86\x89\xde\x99\x6d\x94\x77\xd6\x37\x4c\x03\x56\x92\x72\x83\x1f\xd7\xde\x15\x5b\x41\x7c\xb4\xd9\x66\x16\x2b\x45\x75\x20\x0a\xd3\xc8\x63\xbf\x47\x07\x23\xe7\xc0\x5e\x47\x07\x8e\x6f\xcc\x1f\xcb\x71\x7d\x63\x4a\x54\x53\x0f\x97\x8c\xc3\x7e\x48\xe9\xab\x73\xd0\x59\x76\xc8\x94\x76\x16\x69\x03\x9f\xfc\x06\x3e\xfa\x7c\x6e\x85\xb8\xfc\xf1\x73\x9b\xf0\xb9\x15\x16\xbd\x8f\x9f\xdb\xd0\xc7\x89\xb4\x85\xcb\xab\xb9\x25\x5e\x46\x61\xb3\x5a\x82\x6c\xd4\x5e\xde\x3b\x6a\xed\xee\xfa\xb6\xd8\x19\x87\x68\xa7\xc6\xf1\xfe\x59\x38\xec\x9d\x85\xa6\x69\x60\xdc\xdb\x6e\x4e\x0c\x8c\xa6\x8b\x87\x36\xb5\x81\xfe\x58\x53\x5f\x3f\xa6\xef\x87\xbd\x05\x36\x4d\xb3\x6c\x82\x16\x55\xe8\xd9\x0f\xba\x1b\xdb\x79\xef\x04\xdc\xdb\xbd\xae\x15\xa0\x45\x51\xfa\x37\xea\x10\x31\x6a\x6f\x97\x81\x5d\x65\xae\x7c\xaf\x24\x62\xb8\x3e\x35\x50\x2e\x56\x73\x45\x3c\x8d\xe7\x29\xdf\x09\x74\xf0\x2a\x29\x74\xf8\x92\x2c\xb6\xea\x2d\x81\x5b\x11\xb7\xe7\x5d\xcc\xb8\xa6\x07\x4e\x7b\xb4\x1b\x76\xe3\xc6\x2d\x74\xd9\xe1\xdc\x2f\xe7\x47\xc1\x25\xdf\x5b\x35\xdb\x23\xf5\xef\xd8\x5b\x35\xdf\x5b\xc2\x46\xf7\xf1\x7b\x2b\xf2\xe1\x62\xd9\x34\x20\x04\x1c\xc1\x8e\x65\x09\x5e\xd6\x4d\xe3\xc3\x0b\x61\x15\x70\x56\xff\x31\x03\x23\xf4\x09\x27\x8e\x4f\xe5\xd2\x3a\x4d\xf3\x1b\x04\xbc\x7b\x9e\xc7\x77\xa7\x51\x91\xa7\x29\x48\x8f\xc4\x63\x42\x72\xd7\xcd\xf5\x95\xfa\xbc\x2f\x39\x29\xfe\xb8\x41\x92\x40\xf5\xee\x2b\xd6\x75\x3b\x86\x4b\x3f\x57\x9e\x3f\x43\xbb\xb4\x8b\x3c\xbe\x73\xdd\xf1\x79\x82\x28\x77\xec\x8b\x33\x8b\x6f\x93\xb2\x9a\x84\x71\xec\x1d\xa3\xb3\x3c\x8c\x08\xe3\x18\xed\x8e\x59\x1c\xcd\x68\xe1\x71\xd8\xc5\x4d\x7e\x4d\x1d\x38\x4d\x60\xb7\x0d\xcb\x32\xb9\xe6\x7e\xdf\x04\xc8\x2c\xfa\x2f\x86\xf3\xe4\xe0\xa0\xf9\xbd\xde\x4a\x1e\xdb\xa5\x64\xe5\x9d\x27\xff\x9c\x0e\xf5\x8d\xdd\x9c\xfa\xbb\x57\x50\xd6\x74\xb3\x87\x3c\xe4\xbe\x4e\x62\x67\x0e\x0f\x9b\x4e\x6f\x1e\x69\xaa\x97\x94\x2f\xc2\xe2\xea\xec\x92\x6e\x68\x8c\x06\x7b\x9a\x35\xcf\x95\x22\x56\xa2\xed\x24\x42\xc4\x82\xd6\x65\x7c\xce\xd9\xad\xed\x05\xca\xf4\xb8\xa0\xd0\x54\xd9\xcf\x80\x97\x1f\x54\xc3\xa0\x9f\x06\x22\x74\x68\xea\xfc\x72\x87\x58\xdc\x6c\xaf\x65\x88\xf7\xc9\x94\xb2\x30\x86\x2d\x0d\xef\x1c\x6e\x34\xc9\x2a\x33\x42\x0f\x0f\xe3\xb0\xb8\x62\x1c\x1c\x6a\x9e\x9d\xf5\x6b\x9e\x0d\x74\xbb\xc0\xf1\x79\x9f\x67\x7c\x04\x78\x57\x10\x15\x4c\x22\xf1\x94\xec\xf6\xf2\xa9\x86\xbc\x25\x96\x10\xce\xbc\xf2\x36\xf8\x56\x4b\xe3\x28\x9c\xe0\xcb\xf5\x59\x11\x66\x65\x5a\x47\x34\xab\x9e\x0a\xa8\x2a\x81\xbe\x33\x95\xb0\x3b\x53\x09\x64\xd5\x87\xd8\x33\x00\x08\x75\xbf\x7e\x4a\xbe\x0d\xa3\xa4\xe2\x36\x6f\x3e\x4a\x2a\x76\xc8\x38\x25\x29\x0b\x95\x6f\xfd\x0d\x24\xae\x2b\xba\x83\xbd\xef\xe9\xc3\x45\x1a\x46\x57\x56\x1f\x9a\x25\x64\x7d\x6f\xbf\x72\xaa\x1a\xe3\x3d\xea\x5d\xdd\xb2\xab\xb3\x8d\x86\xfc\x5d\xe7\x65\xe8\x38\xcc\xb2\xbc\x1a\x31\x3a\x38\x0a\xb3\x11\x42\xa5\x8e\x38\xea\x69\x31\xba\xb9\x4c\x52\x3a\xe2\x8b\x3f\xc9\xd6\x0e\x3e\x7e\x89\x95\x77\x55\xd8\x05\x4b\x14\x7c\x42\x1b\x1f\x16\x74\xe9\xc3\x83\x46\x74\x52\x8c\x4c\xc9\x62\x09\x19\x99\xce\xb2\xae\x08\x3a\x3b\x38\xf0\xe9\x22\x33\x05\xd0\xd9\x52\x50\x67\x55\xa7\x7a\x28\xb5\x85\xc5\x94\x1b\xe3\xa1\xef\xba\x1a\xde\xf6\xc9\x74\xd5\x20\x51\x7f\x66\x74\x81\x3f\x8a\xbc\x44\xb8\xa8\x07\x3a\x81\x1d\x98\x09\x67\xa8\x1e\xd5\x8d\xf2\x0d\xc7\xa8\x28\xbd\xe7\x67\x0d\x6b\x13\x2c\x96\x7e\x03\xcf\x6a\x62\x99\x04\x88\xdf\xaf\xd8\xe9\xcd\xc1\x88\xc7\x47\x80\xea\x30\xf8\x75\x92\x95\x49\xcc\x96\xf7\x36\x18\x4f\x21\x29\xd1\x58\x80\x65\xf8\x50\x57\x2c\x06\x13\xf1\xe8\xa3\x06\x5e\x3d\xc2\x72\x0c\x72\xdd\x7f\xf4\xfd\x01\x49\x3b\x20\x6c\x07\x94\xe4\xb4\xf0\x72\xc6\xba\xd4\xe4\x75\xe8\xf9\x10\x11\xd9\xf7\x8c\xfc\x5c\x7a\xe3\x23\xdf\xec\x78\xb6\xdf\x67\x10\x93\x37\x89\xf7\xac\x66\x47\xde\x96\xfc\x12\x7a\xbb\xcb\xb0\x34\x3a\x18\xd5\x25\xbf\x02\xc6\x41\x98\x7a\xce\xaa\xfa\x7a\xe8\x40\x3c\x49\x10\x31\x63\x45\x62\x2d\xac\xbd\x64\x1f\x92\x72\x7d\xa2\x2b\xd8\x90\x58\xc3\x53\xaf\xf5\x87\x1e\x43\xb8\x26\xf1\xa4\x6f\x10\xe1\x0e\x23\xa2\xba\xfc\x58\xd0\xeb\x24\xaf\xcb\xf4\x4e\x00\x1a\x9c\xb0\x9b\x95\xa0\xa8\x70\xc1\x92\xa9\xe2\x50\xf4\x22\x28\x04\x9c\x77\xa2\xce\xb8\x13\xfb\x63\xdd\x92\x4f\xb4\xac\xf2\x82\x57\x0e\xb7\x5a\xba\x78\x3c\x8f\x27\xc9\x3a\xcb\x0b\xfa\xf2\x16\x8d\xd5\x53\x4c\x82\xbc\x21\xdc\x90\x78\x72\xcf\x04\xc3\x15\x89\x27\x34\x63\x51\xcf\x94\x63\xd4\xd3\xe4\x22\x4d\xb2\x75\x09\xa7\x64\xd7\xc1\x1a\x17\x98\xee\xbd\xf8\x22\x9a\x08\xae\x92\x5b\x1a\x3b\x8d\x86\x75\xde\xcc\x0f\x8f\x82\xa9\x46\x9e\x96\x97\x41\x44\xa8\xb6\xe0\xa8\x0f\xab\x22\xdc\x1e\x7e\xcd\x33\x7a\x78\x51\x6f\xb6\xb4\xe0\xc6\x49\x2f\xf9\xf2\x39\x0e\xd3\x94\x91\x3a\x5b\xec\x4a\xc7\x84\x24\xda\xd7\x17\xfb\x0c\xf5\xe7\x45\x82\x8f\xed\x6c\xab\xc0\x09\x79\x57\x5b\xdb\x30\x59\x79\xb9\xda\x67\xe2\x2c\xde\x22\xd2\xb3\x35\x91\xd2\xd1\x49\xc6\x46\xed\x3f\x79\x46\x67\xc9\xca\xbb\x73\x5d\xea\xba\x49\xa2\x4b\x00\xea\xfb\x2f\x19\x05\xa0\x69\x49\xa5\xb3\x64\x21\x0d\xed\xea\x75\x9c\xfb\x15\x51\x59\x27\xbf\xd5\xb4\xb8\x93\x2b\xc2\x3b\xe7\x65\x8c\x18\xd7\xe2\x57\xe4\xdc\x68\xa5\x8a\xb8\x90\xdc\x67\xb7\xe8\x8b\xf9\x45\x70\xe1\xf9\xb3\xe1\x0a\x9c\x89\x73\x90\xf9\x4d\xb5\xdf\x7b\x15\x89\xcc\x3e\xe8\x1c\xb8\x24\x51\xf0\x0b\xe3\x23\xf9\x6f\xea\xfb\x50\xb9\xee\x4b\x24\x40\x8c\x6b\x7b\xd1\x71\x86\xbe\x71\xdd\xd6\xa0\x56\x90\x41\x01\x25\xa1\x84\x90\xed\x44\xee\xda\xb9\x67\xb4\x0f\x32\x3d\x69\xa0\x56\xb7\x57\x90\xf1\x91\x8f\x12\x91\xf1\xd4\x87\x3a\xf1\x78\x51\xd8\x12\xfc\xc7\x9b\xd4\x12\xac\x42\xde\x7a\xa9\x27\xc8\x5a\x7b\x39\x96\x12\x25\x98\x2a\x17\x5d\xca\x44\x21\x8d\x31\x08\x6a\x39\xf1\x3a\x7c\xf1\xf2\x68\xac\xb3\xfd\x9e\x7d\xaa\x26\xcf\x4f\x3c\x3f\x28\xb5\x0f\xb9\x06\xce\xec\xb5\xc6\xc7\xe6\x55\x3d\xd1\x74\x8a\x58\x5f\x93\x55\x92\x56\xb4\xe8\x55\x18\xd9\x4e\x4c\xea\x36\x26\xec\x6c\xf4\xa1\x96\x87\x4f\x3d\xe1\xea\xd3\x62\x99\xce\x6e\xf7\x7b\xfd\x46\x3a\x6e\x3b\xda\xa6\xe6\x79\x22\x6d\x62\x05\xdc\xb6\xbf\xdf\x8f\xad\x15\x5d\xf9\xae\xcb\xc1\x7e\x19\xeb\xbb\xdf\xb3\xe5\x8d\xd3\xfe\xa9\xaf\x7b\x6c\xea\xed\xb6\x12\xd2\xea\x65\x99\x26\x11\xf5\x0e\x8f\xfc\xc5\x74\xa9\x5f\x4c\x38\x52\xfc\xac\x72\xdd\x6e\xf5\x5e\xed\xba\xad\x1e\x12\xd9\xa0\xf9\x00\x5a\xc2\x3d\x59\x5c\xd7\x3b\xf1\x7c\xd0\xcb\x90\xad\x89\xc6\x87\xa9\x1f\xf4\x44\x3c\xda\x05\xb8\xc1\xd1\x0c\x9d\xf9\x92\x45\x51\x2e\x29\xd8\xf5\x03\x15\xa1\xfe\x96\x78\x1c\xfd\x01\x1c\x0e\x35\x0a\x9f\xf8\x4e\xbb\x61\xe7\x7d\x3b\x49\xc4\xe8\xb9\x4a\x62\x61\x44\xac\xf2\xe2\x65\x18\x5d\xf6\x2e\x22\xea\xf9\x1c\x56\x00\x16\xd7\x70\xb3\xf4\x07\x79\x13\x31\x91\x5e\xb4\xdf\x5f\xfb\xd6\x5e\xb6\xa7\x12\xdb\x65\x4f\x37\xbf\xef\x52\x76\xac\xf0\x61\x3f\xcb\x85\xe3\x25\x61\x22\xb2\xdf\xb7\x17\xab\x54\xfb\xd9\xef\x5b\xa4\x74\xbf\x67\xd3\xd1\xe5\x99\xce\x70\x09\xf2\x6e\x6c\x1e\xee\xc6\x95\x7c\x97\x7a\x1b\x1a\x54\x94\x65\xdf\xc0\x15\xe4\x4b\x1f\xde\xda\x67\x42\x4c\x53\x5a\xd1\xd1\x63\x8e\x81\xc6\x1c\x7f\x89\xc6\xce\x9a\x73\xc2\x8e\x2e\x04\xbb\x7d\x8d\x2c\xb0\x47\xa1\xcb\xfd\xed\xd6\xb4\x1a\x0d\x55\x62\xc0\x6a\x34\x9c\xb7\x09\x32\xec\x74\x06\xd5\xd2\x6f\xbc\x4b\x78\x4c\x03\xe1\x64\xc8\xc0\x36\xf5\x76\x5d\xf7\xbe\xb1\x76\x0a\x96\xd2\xf8\xf9\x5d\x03\x5f\x72\x2f\xc6\xeb\x24\x5a\x2a\x97\x6d\xef\x30\x1d\x46\x58\x31\xb0\x15\x89\x27\x76\x62\x93\x9d\xab\xf6\xfb\x8a\xf3\xb1\x31\xe3\xe6\x24\x01\x30\x09\xec\xfc\x85\x37\x9e\xfa\x81\x11\x65\x1c\xea\x2f\x10\xa9\xc0\xda\xaa\xaa\x10\xae\x95\xc5\x53\x72\x3e\x8a\xed\x33\x15\x67\x72\x0a\x3a\xd4\x28\xdb\x7b\xcc\xc0\x2a\x9a\xe5\x37\x90\x67\xcf\xd3\xba\x78\xec\x90\x18\x69\x87\x47\x44\x3d\x0f\x21\x66\x32\x8d\x79\x3f\x64\x49\xad\x60\x54\xa9\x6a\x6d\x2b\x1f\xac\xdd\x94\xf9\xfb\xbd\x67\x0e\x17\xc2\x94\x0c\x2f\x8d\x06\x4e\xf9\x8c\x27\xb8\xc4\x1f\x91\x30\x44\x45\x27\xdf\x9f\xbd\x6a\x99\xfb\x2a\x6e\xf3\x3f\xc8\x25\xda\x27\xe0\x62\x09\x6d\x7c\x13\xd4\xed\x7f\x95\xd6\x49\x8c\x28\x27\xfa\x53\x00\x93\xe0\x37\x63\x30\x5f\x85\x1c\xf3\xc4\x0a\x69\x27\x7a\x4f\xc3\x02\x21\x50\xec\x20\x9e\x8c\x4b\x00\x10\x02\x85\xff\xe4\xc1\x29\x1b\x55\x44\x3e\xc1\x5f\x46\x20\xe6\x47\xe8\x13\xfd\x29\x20\x58\x6e\xab\x22\x7c\x8b\x19\xbf\x5b\x12\x47\x7f\xf2\x68\xae\x3a\x47\xfe\xb1\x24\x0e\xff\x69\x06\x63\x1b\xbf\x57\x51\xd8\xbe\xc6\x7b\x5f\xef\xf7\xde\xfb\x5a\x43\xaa\x3c\xaf\xe1\x03\x17\x49\xce\x3a\xa0\x30\x51\x9a\x97\x94\x0f\x18\xff\xc9\xcb\x0f\xb3\x64\x13\x56\x49\xb6\xfe\xb0\xa5\x19\x0e\x96\x15\xc2\x13\xe5\x2c\x8e\x0d\x51\xae\x82\x54\xaa\x63\x5e\xee\x37\x66\x4e\x1e\xe6\x34\xde\x73\xd6\xc2\xe7\x46\x0b\x5f\xd7\xf0\xb5\x86\x5f\x6b\xf8\x5c\xc3\x97\x1a\x7e\xf9\x83\x82\xd3\x6c\x72\xbe\x0d\x33\x9a\x12\xb9\xea\xd8\xad\x11\x9d\x3d\x89\x36\xe4\x99\xbc\x08\x20\x7b\xcd\x62\x2e\xc3\x92\xa3\xe9\xbf\x0f\xaf\x13\x7e\x2a\x93\xb1\x37\x6e\x7b\x17\xd5\xb1\xae\x7b\x4f\xa4\x90\x14\xb3\x3a\x85\x59\x81\xd5\x13\x9d\x51\xf9\x69\xce\x26\x49\xf9\x0c\x37\x20\xbe\x5b\xdb\xd1\x1e\xf5\xc1\x1b\xb3\xbb\xbb\xeb\x8e\xa9\x56\xdc\x44\xbe\x82\xc6\x3e\x3e\xb0\xa7\xc2\xa1\xb2\x14\xfb\x72\x19\xe6\x87\xec\x23\x0e\x85\x35\xe1\xf3\x01\xd1\xf0\xfc\x8a\x71\xb6\x99\x74\xd3\xec\x07\x37\xad\xef\x4c\xbb\xbc\x5e\xad\xbc\x6c\x72\x5e\x62\x3e\x76\x01\x34\xba\xdc\x0d\x25\xd4\xf2\xd4\x65\x8c\x71\x9b\x01\x7c\x70\x4c\xef\x1d\x77\x23\x92\x4d\x28\x1b\x12\xdb\xc1\x3b\xde\xa6\xc4\xc5\xea\xa1\x9a\x4c\xdd\xfd\x6a\xde\xdb\x7c\x89\xbf\x38\xa8\x16\xde\xc1\x3c\xb0\xdd\xee\x66\xaa\xa4\x06\x72\x3e\xd4\xc3\x8b\xc9\x1f\x18\xc3\xae\xb3\x46\x79\x69\xca\x89\xd8\xd9\x6d\xd8\x99\x84\xd0\xd6\x00\xa1\x7a\x97\x2c\xfb\x35\xe2\x9c\x43\xa9\xfb\x1f\x9a\xfd\xe7\xd1\x41\x28\x74\xe6\xb9\x5e\xbe\x3e\xa4\xec\x2e\x96\xf5\x85\x92\xf1\x72\xe5\x53\xeb\xd4\x92\xf7\x87\xca\x6c\xa8\x37\x28\x56\x6e\xbb\x8f\x1d\xf7\x6f\x5d\xd7\x2d\xfb\x7c\xff\x8a\x7e\xb1\x3c\x0a\xc9\xfd\x24\xee\x1e\x63\x3f\xa7\x4a\x85\x36\x85\xa1\xb9\x33\xda\xab\x10\x33\xb0\x2e\xdc\x70\xdc\x51\x97\xc6\xcc\xc8\x05\xc8\x4b\xde\x2f\xc4\xd0\x40\x1b\x26\x3c\x4c\x98\x45\x34\x75\x1a\xc3\xdb\x08\xc7\x39\xeb\x74\xc9\xd6\x60\x96\xfe\x7b\xd8\x24\xab\x7e\xe2\x04\xeb\x4f\xe9\xdf\xdb\x98\xe1\x5d\x13\x84\x4a\xff\xf7\x61\xac\x1c\x7b\x34\x78\xc9\x43\x40\x32\xdc\x97\x6b\x2e\x60\x79\x58\x5a\xc4\xbc\x10\x0c\x24\xbd\xa6\xa9\x13\x1c\x35\x50\xb6\x80\x62\xfa\xaa\xe0\x06\xd5\x16\x74\x0c\x24\xbe\x44\x80\x33\x46\x86\x91\xb5\xc7\xb8\xcd\x7e\xa0\x63\x0a\x22\x87\x9a\xfe\x75\x8d\x7a\x5e\xe5\x79\xd5\x72\xd3\xd7\x4f\x60\x78\xc2\x7e\xe2\x52\xa7\xa9\x26\x22\xf9\xef\x1d\xfc\x15\x96\xfc\x08\x14\x9f\xbe\x6c\x28\x64\x64\xe4\xc7\x37\x47\x91\x9f\x94\xf4\x2c\xb7\x4f\x0e\x42\xc8\xf3\x1a\x4f\x7c\xf3\x98\xfa\xd0\xf3\x3d\x78\xe0\x3e\xe0\xea\x2b\x33\x70\x0a\x8d\xa7\x0b\xda\x08\x6f\x8d\xf8\x24\x91\x70\xba\xc7\x41\xd8\xd0\xc5\xd7\x13\x74\xf1\x85\xfd\xa3\x61\xf1\xf2\x36\x29\x19\xab\xf1\x4c\x56\xcf\x6a\xb2\x9e\xcd\x04\x6a\x66\x5f\x13\xd1\x0f\x78\x8f\x53\xb4\xbe\xb4\x72\x29\xe8\x3d\xdf\x3a\xe8\x63\x75\x82\x37\x43\xed\xb7\x9a\x35\x39\xaf\xd1\xf9\x0f\x5f\x2c\x1f\x85\x48\x14\x07\x93\x23\x23\xea\x31\x19\x9e\x0b\x1a\x77\x43\xee\x29\x82\x73\x7c\x3d\x7c\xc7\x40\xa0\xa7\xb4\xba\xee\x7d\x96\x4e\x7e\xdf\xb3\x74\x02\x72\xd8\x49\x46\x6f\x46\x69\xee\x71\x57\xf2\x9c\xe1\xc0\xb0\x15\x86\xe5\x22\x46\xe1\x6e\xf2\xb1\x3a\xad\x92\xe8\xea\x2e\x18\x1f\x81\xb1\x6c\x54\xef\x20\x89\x83\x75\xee\x39\x38\x51\x4e\x2f\x28\xe7\x9a\x56\x2f\x68\x91\x5c\xd3\x18\x97\xdf\xab\x22\xdf\xb4\x5d\x66\x1b\x5a\xfc\x5a\x04\x36\x49\x4a\x36\xc4\x7c\x13\x8f\xe5\x27\xbb\x8e\xe9\x86\x8c\xad\x81\xee\xc6\xb4\x98\xe3\xf9\x7d\xa5\xf0\x19\xbf\xa7\x0c\xdd\x9a\x9d\x3d\x14\xad\x5a\x9a\xc1\x78\x56\x42\x33\xf0\x8e\xde\xa7\x17\xc0\xdf\xd0\x25\x6b\x98\x29\x49\x53\x41\xcb\xe4\x2b\x75\x84\xef\xbf\xbe\x95\xed\x5b\x8e\xe6\xf9\x73\xf8\xab\xbc\xf8\x50\x33\x52\xc9\xf6\x93\xf1\x2c\xed\xbb\x6e\xbb\xa2\x38\x8f\xf0\x31\x0e\x25\x73\xe0\x6c\x72\x76\xd9\xce\x6f\x32\x59\xa5\xd8\x7e\x1f\x32\x5d\x20\x8c\xa5\x97\x42\xbe\x76\xf9\x40\x8b\xa2\x7b\x69\x4f\x67\x64\x86\x54\x0c\x5e\x24\x31\x77\xdd\x35\xe8\x38\xfb\x91\x1d\x95\xfe\xb5\xef\x49\x4d\xfd\x99\x81\x97\x6a\xad\x05\x73\x69\x28\x2f\x8f\xf7\xd0\x45\x4f\x8c\x47\x3f\x75\xb0\x97\x95\xd0\x96\x90\xa7\x83\x27\xd6\xa3\x1f\x3c\xa6\x84\x63\xb9\xfe\xbb\x85\xf0\xad\xc1\x3d\xcc\x8d\xf3\xf9\x5f\x34\xcf\xc1\x38\x73\xdd\xbc\xbd\x6c\x56\xab\x3f\x5a\xde\x1f\x01\xc9\xe5\x27\x49\x9c\x94\x5b\xbc\xa0\x81\xd5\x16\x15\xfc\x87\xd4\x3c\xb4\x7a\x83\x6d\x2e\x20\x6d\x05\x06\x64\xa8\xdc\x19\x5a\xff\x53\x62\x48\x84\x24\x5f\x4a\x5c\x24\xa3\x48\xfb\x1f\x2f\xeb\xee\x4d\x22\xb2\xf9\xce\x58\x7d\x2a\xf4\x67\xd8\xea\xe6\xc6\xac\xb9\x31\xaa\xa5\xf7\x3f\x43\xa2\x92\x7a\x52\x22\x56\x2b\xfb\xdc\xe0\x27\xa7\x22\xcf\x2a\xae\x29\x8a\x6a\xeb\x49\x89\xa8\xdd\xb2\x93\xd7\x18\xc4\xdf\x24\x3f\x18\x78\x9e\x74\x92\x86\x77\xb4\xe0\xfd\xba\x10\xe0\xa2\x69\x78\xc7\x03\xce\xd1\xb7\xeb\xb6\x16\x4e\xe0\x11\xc8\xf3\x6e\x4b\x11\xc3\x53\x28\xcb\xdc\x28\x55\x92\x2b\x22\x45\x30\x5c\xeb\xfc\x14\xef\x50\x66\x2b\xf8\xca\x31\x21\x3b\xe7\xd2\x77\xa4\x66\x19\x02\x0e\xe2\xd9\xbd\xd9\xc1\x0b\x9d\xf1\x44\x65\x6c\xa7\x0a\x4e\xe0\xac\x7b\x79\xfb\xa4\xb3\x9e\xb5\xb2\x8a\xfb\xdb\x19\x7c\x34\xb2\xb1\x93\x18\xde\xe9\x4c\x1f\x5b\x99\x58\x7c\xf0\x11\xde\x1b\x59\xf8\x1c\xc0\x5b\x9d\xe9\x7d\x2b\x13\x4f\x11\xbc\x87\x67\x86\xaf\x65\x78\x45\x9e\x4d\xec\x53\x1b\x9e\x93\x67\x06\xd9\x80\x0f\x2c\x45\x0c\xaf\xc9\x31\x2b\xb4\x6e\xc9\xe3\xf6\x7b\x11\xac\xe5\x5d\xf0\x95\xac\x0a\xef\xc6\x9f\xbf\x0e\xc6\xaf\xe1\x57\x62\x25\xe8\x49\x3f\x17\x30\xf5\x57\x88\x0d\xfa\xb9\x47\xfd\xe9\x0b\x6f\xb1\x94\xca\xc0\x2f\xe4\x79\x2f\x35\xdb\xef\xdb\xe1\x8c\x4e\xb2\xab\xb1\x70\x0a\x6c\xdc\x34\x49\xe4\xba\x1f\x0e\x9c\x43\x1d\xe6\xc0\xf8\x8b\xeb\x8e\x7f\x71\xdd\xf1\xb5\x25\xa3\x68\xbb\x6c\x26\x1f\x6a\xef\x56\x2a\x63\xdd\x58\xca\x58\xd6\x76\xd5\x08\xeb\xe1\x3c\xd4\x04\x42\x3a\x8a\xb6\xb7\x6a\x50\x43\x6b\x67\x06\x5b\x48\xca\x67\xb2\x27\xc1\x2f\xd0\xe2\xae\x5e\x41\x7b\xeb\x05\x1b\x48\xca\x0f\x5c\x97\xfb\x34\x89\x69\xf0\x15\xf8\x89\x1a\x7c\x81\xce\xf6\x0b\xae\x81\xed\xa6\xe0\x18\x7a\x2e\xed\x81\xf4\xa2\xdc\x89\x11\x16\x53\x3f\xc2\x1b\xd2\x1e\x17\xf8\x8d\x0c\x2b\xf0\x49\x96\xf3\xd2\x75\xbf\xb8\xae\xf7\x23\x69\x5f\x90\x3e\xd6\x36\xb2\xe7\x1b\x49\x0c\xc0\xd4\xa0\x63\x3c\xa5\xbc\xe1\xaf\xe7\x2f\xe5\x58\xf6\xd5\x18\xfc\xd6\xc0\x85\xdf\x83\x4a\x7a\x52\x72\x69\xf7\x5d\x37\xea\x4b\x88\x40\xae\x78\x35\x8e\x93\x30\xcd\xd5\xcd\x78\x93\xc7\x61\xea\x04\x97\x73\xa7\x2a\x6a\xea\xa8\x8a\xad\x37\x96\xa0\xbb\xce\xe6\xdd\x20\x99\x57\xa3\xf9\x62\x9a\x58\x02\xaf\x19\x43\xc0\xd5\x35\x90\x3c\xc1\x90\x72\x47\x30\x1e\x7f\x91\x62\x1c\xf4\x44\xf3\xc0\x23\x91\x52\x01\xf9\xe2\xba\xbf\x34\xf0\x99\xcb\xfc\x85\xaf\x68\xac\xc9\x6c\x01\x57\x11\x84\x1f\x3b\xa5\xbe\xc2\xf9\x1a\x50\x57\x59\x0d\xe8\x28\x79\xe3\xcb\xfd\xfe\xda\x75\xc7\x5f\x7c\xd7\x2d\xa1\xff\xe0\x0b\x92\xfb\x35\x99\xa6\x2d\x3d\xc6\x37\x93\x4d\x98\x64\x42\x9f\xe5\x57\x18\x38\x69\x83\x7c\xf0\x91\xc4\x2a\x4b\x08\x19\xc4\x55\x7c\x20\x83\x1e\xb1\xae\x7c\xd7\x1a\xbe\x8e\xf8\x55\xcb\x9c\x74\x14\xd7\x8b\x79\x54\xdb\x36\x9b\x30\x8b\xcb\x5e\xc1\x55\x03\x2f\x4c\xc2\x39\x74\x44\xf9\x3e\x78\x83\xbb\x7b\xbf\x1f\xd7\xbe\xeb\x7e\x1a\x2e\x48\x1c\x69\xdd\x55\xed\xc3\xbb\xe1\x5c\x6c\x57\xfa\xf0\x76\x38\x01\x27\x64\x3e\xff\x9f\xcd\x80\xe1\x9b\x86\xc9\x7e\x29\xee\xaa\x7b\x71\xf0\xac\x83\x82\xbf\x41\x3c\xf6\x22\xd1\xe6\x28\x19\x6d\x7e\x6c\xbd\x56\xb5\x8f\xbd\xbf\x88\x9b\x9f\xdf\xc0\x07\x34\xab\x9c\xc4\x74\x95\x70\x2e\x0f\x6d\xd0\x8d\xd6\x80\x23\x0b\x77\x60\xb7\xa6\x55\x70\xaf\xc7\x86\x3e\xb9\x84\x1c\x8b\x87\xef\x15\x0d\xd0\xac\xde\xd0\x82\xad\x4c\x54\xec\xce\xb3\x55\xb2\xae\xc5\xf7\xb4\xb1\x75\xd4\x87\xaf\x45\x3d\x02\xbf\xf1\xd8\x64\x1f\x5d\x77\xac\xae\xe8\x2d\x97\xf0\x7d\xd7\xd3\x01\x16\xbc\xfb\xc2\xc1\x0e\x7c\xd3\xac\x3b\x4d\x68\x56\x09\x93\x45\x34\xd3\xc3\x0c\x3c\x60\xd6\x9a\xaa\xd6\x19\x5b\xfd\xc0\x6e\x98\xad\xc6\xf5\x5c\x48\x7a\x44\x8e\x06\x41\x55\x2a\xa9\xed\x65\xd2\xfb\x84\xe4\xba\x5e\x92\x78\x95\x7a\x03\xf7\xf7\x7b\xd3\xd1\x46\x6e\x54\x3b\x1f\x08\xf7\xa8\x6f\x9d\x29\x1e\xf5\xfb\xbc\xd7\x77\x79\x82\xf1\x91\xe4\x18\xc4\x19\xa5\x67\x2b\x18\x77\x58\x96\xf1\x94\xb3\x10\x16\x57\xf8\x2a\x2c\xba\xfa\xe4\x3f\x9a\xfa\xe4\x5c\xee\x03\x8c\x68\xeb\xef\x43\xf6\xe9\x80\xa4\x70\x46\x84\x0c\x52\xe8\xc6\x27\x0a\x1a\x40\x26\xd0\xc1\x0e\x74\x96\x83\x91\xb2\x13\xe7\x80\x7e\xf6\x31\xd2\xe9\x40\x07\x8c\xb7\x05\xb3\x4e\x1d\x3a\x92\x81\xcf\x70\x05\xf0\x28\x47\x70\x73\x46\x16\x1e\x20\x23\x14\x8e\xb2\x19\x29\x81\x0d\xdb\xed\x56\xf8\xcd\x5c\x4c\x6c\xc4\xf0\x00\x19\xd1\x1e\x19\x23\xd4\x91\x13\xeb\x24\xe5\x21\x7f\x1d\x6e\xcd\xa6\xce\x76\x68\xc7\x38\xa0\x1f\xee\xcd\x54\xe5\x46\xbc\xe5\xdb\x57\x02\x3b\xc9\x5b\xba\xaa\xcc\x14\xaf\xda\x09\x1c\xe0\xef\xf5\x66\xe8\x26\x76\x00\x5f\xe5\xcd\xc0\x74\x2d\x02\xb1\x1c\x33\x66\x25\xde\xee\xd5\x43\xbd\x19\x79\x9b\x3a\xc0\x2f\x1b\x66\xa8\x7c\xb9\xd7\xd7\x90\x6e\x2c\x36\xbd\x81\x37\x35\x11\x48\x90\xbf\xd5\x44\x58\x72\xfd\xa7\x26\x4f\xfe\xf1\x04\x7e\xae\xc9\xb7\xff\xf7\x09\xfc\xbb\x26\xdf\x3d\x7d\x0a\x7f\xab\xc9\xff\x7d\x3a\x85\x7f\xa9\x54\x3f\xd5\x64\x0a\x34\x22\x4f\xbf\x87\x2a\x22\x4f\x9f\x7c\x0f\x59\x44\x8e\xfe\xf1\x1d\xe4\x11\xf1\xbc\xd7\x1c\x60\xd8\xf9\x6f\xd6\xff\x70\xe4\x6d\x92\xec\x90\xdf\x84\x46\x4f\xbf\x9f\x6e\x6f\x7d\x67\x49\xc4\xd5\xe8\x9b\xa7\xd3\x06\x5e\xd7\x3e\x14\x2c\xe3\xd7\xe1\x8c\xdf\x3d\xb5\x33\xfe\x5c\x37\xf0\xb5\xee\x4d\x7a\x34\x7d\xf2\xd4\x4a\xfb\x6f\x4c\xeb\x43\xc2\xea\xf8\x75\xb8\x8e\x7f\x7c\xf7\xbd\xc8\x87\x16\x13\x34\x12\xb6\x6f\xbf\xd5\x0d\xfc\x3a\x50\xd7\x37\xdf\x7d\x67\xe6\xa9\x22\x96\xd4\x87\x90\x55\xf5\x79\xb8\xaa\x76\xbe\x7f\xd5\xa2\xae\xbf\xd5\x0d\x7c\xae\x7d\x28\x59\x01\x5f\x1e\x5f\x40\x16\x35\xf0\xa5\xf6\x21\x8d\xba\x14\x7b\xd6\x72\xda\xd2\xa6\x6a\x41\xc5\xd1\x28\xf3\xc8\x9f\x21\xbc\xea\x4c\x26\x13\x0b\xb8\x92\xb0\x3f\x79\xc4\x66\xaa\x9d\x8a\x2f\x68\x9e\xc8\x4c\x06\x49\x7f\x52\xbe\xcc\x65\xfa\x76\x0e\x08\x3b\xb9\x8c\xf5\x3f\x98\xab\x8c\xd4\xfb\x65\xd5\x40\x1d\x11\x0b\xc1\xd2\x79\x82\x0e\xf3\x44\x90\xf0\xe6\x8c\x61\x0d\x44\x11\x89\x0a\xef\x97\xfb\x90\xa5\x2d\x31\x58\x47\x7a\xa5\x45\x4e\x65\x57\x50\x55\xf7\x48\xa6\x22\x94\x1a\xa9\x1b\xb0\xc0\xa0\xb6\x64\x15\xdb\x3e\x01\xd4\x8a\xbf\x03\xe8\x7b\xb0\x10\x5b\x31\xf2\x27\x44\x56\x6d\x51\xd4\x5a\xb4\xa8\xc5\x0e\xa3\xe0\x8a\xcb\x97\xee\xa4\xf4\xe9\x42\x8b\x58\xee\xe6\x9d\x35\x72\x07\xe7\xe4\x5a\xf9\x14\x3f\x26\xd7\x02\xd3\xfa\x96\x5c\xb7\x01\xaf\x6f\xc8\x69\xe5\xfd\x58\xc3\xb5\x0f\x57\xe4\xc2\x16\x92\x5c\xb4\x85\x24\xb6\xf5\xd3\x0d\xb7\x7e\xba\xb6\xad\x9f\x2e\x5d\xf7\x46\x76\xb3\x64\xbf\x5b\x63\xfc\x90\xaa\xbf\xb6\x77\xe2\x16\x52\xc2\x20\xaa\x6d\x28\xd5\xc0\x95\xeb\xae\x58\xf9\xbc\x79\xec\x73\x6c\x7c\xa3\x0c\x28\x59\x82\xb8\xbe\x07\x8b\x76\xbd\x9c\x38\xb6\x1d\xc9\xa2\x19\x69\xe4\xba\x7f\xa3\x93\x55\x18\xd3\x93\xec\x68\x3a\x85\xb1\x15\xf6\xa1\xae\x8e\xa6\xd3\x25\x18\xb7\xe2\x60\xc1\x92\x8c\x23\xd7\xdd\x0c\xd8\x57\x2d\x39\xa3\xb1\xb8\xe1\xb7\xc4\x8e\x79\xd5\x2d\xca\x9d\x35\xd6\x3d\x9a\xdf\x5e\x86\x71\x7e\x13\x9c\x4f\x68\x4a\xaf\x71\x25\x7c\xf7\x14\x7a\x7b\xd1\x37\x7a\xf7\x5a\x1b\x2b\x13\x62\x69\x4e\xff\x2f\x0d\xfb\x2a\x83\xfe\x2d\x4b\xff\x95\x5e\x5c\x25\x0a\x30\x81\xdf\x32\xd1\x2e\x18\x2d\x14\x1d\x6d\xbb\x66\x4c\xd8\xbf\x6a\x31\x63\x3f\x49\x62\xf9\xa6\xb6\x6d\x87\xbb\x26\x6c\x7c\xf3\x7f\x63\xb8\x1d\xbe\x9d\x08\x37\x81\xcf\x39\x98\x90\xe5\xdf\xfd\x9e\x84\x88\xe9\x99\x46\xde\x05\xe3\x37\x2f\x4c\x89\x21\x63\x15\x5c\x97\x93\xe1\x9f\xea\x56\xa4\xe4\x1d\x74\x02\xd1\x09\x45\xf1\xff\xa3\xb3\xe8\x65\xe6\xba\xbb\xc2\xf4\xda\xcc\x57\x2c\x2e\xd0\x5d\x1b\x39\x40\xae\x2f\xb6\x54\xff\x46\x27\x65\x9a\xc4\x14\xfb\x73\x92\x3d\x9d\x8a\x38\x23\x8a\x0d\x09\xc6\x8c\xbb\xd9\x58\xdc\x87\xba\xd2\x91\xed\x22\x79\x64\xb8\xd4\xec\xec\xe2\x46\x5f\xde\x25\xc9\x3d\xcb\xb7\xc1\xd1\xf7\x3d\x7e\x3f\xad\x93\x4c\xd8\x92\x1b\x3c\x81\x5e\x73\x25\x52\x41\xb9\x5f\xbf\x72\x03\x9d\x23\xee\x08\x74\xed\xba\x66\x45\x4e\x92\x5d\xd2\x22\x41\xaf\xc3\xae\xfb\xe0\x2e\x68\x96\x26\x67\xbc\xb8\x31\xd4\xa3\x3a\xe6\xf4\x6d\x07\xb8\x06\xda\xd6\x5a\xa3\x56\x38\x4f\x9f\x72\xdc\x6a\x8b\x8b\xc7\x71\xd1\xdf\x0f\x98\xea\x5b\xf6\xf7\x02\x4b\xda\xd8\x34\x7a\xcb\x0b\xe6\x7b\x71\x23\x0e\x15\xa8\x23\x30\x10\xa1\x4c\x84\xb0\x86\xd1\xca\xf1\xda\x34\x61\x3f\xe2\x0d\xb7\x90\xa6\x96\x26\xdf\xae\xca\xc5\x57\x95\xe3\xc9\x2d\x9e\xba\x12\x27\x9b\x8f\x25\x46\x99\xd8\xe1\x4f\xfe\x81\xb8\xfe\xa2\xb9\x1c\x3d\xc0\x84\x69\x67\xff\xed\x0f\xed\xc1\x74\xbf\xbc\xdb\x5e\xd2\xac\x54\xe0\x59\xf5\xb2\xe7\xe2\xb3\xb8\xe9\x91\x3f\xed\xda\x54\xa6\x51\x90\x14\x62\x44\x0d\x17\xe1\x7c\xc9\xb4\x67\x41\x2d\x25\x03\x4c\x5d\xcd\x23\x0e\xb5\x58\x78\x42\x2c\xfd\x64\xca\xeb\xe8\x82\x93\x3f\xb0\xd2\xcd\x19\xc9\xfd\x66\x29\xef\x3f\x8b\x1b\xa1\x30\xd3\xf2\x75\xa0\xfc\xb1\x9b\x36\xb9\x96\x4b\xdf\x4a\xa9\x7c\x04\x8e\x30\xd0\x1d\x39\x07\x1f\x28\xa2\x84\x3c\xa3\xd0\x45\x21\xff\xdd\x9b\x51\x9f\x93\x85\xff\xb8\xcd\xa6\xdb\x2d\xe3\x6d\x9a\xba\xb4\xae\x77\xaa\xf3\x7c\xc7\x74\x87\xfb\xe8\x3b\x30\x29\xcc\x77\xcd\x12\xba\x9a\x7f\xc1\xce\xbc\xd8\x2a\xbe\xc2\xd4\xa4\xb3\x51\xd3\x9f\x0a\xc0\xfd\x6b\x69\x9b\xdd\x71\x4c\x0f\x26\xe6\x3d\xb2\xb0\x7c\x1f\xd9\xae\xde\x6d\x3f\xfb\x02\x36\x43\xd2\x86\x1e\x37\xca\x9d\xfa\x3e\x72\xb7\xe5\x4d\xd3\xf4\x18\x40\x73\xd9\x42\xe3\x43\x1c\xa9\x17\x06\x89\x63\xca\x93\xf2\xf7\x8b\x6d\xd4\x15\x27\x79\x53\x0b\xf7\xd4\xf7\xe2\xc8\x87\x8a\x94\x85\x27\x81\x56\x97\xbe\xed\x6e\x97\xee\xf7\xd5\x7e\x9f\x66\xde\xae\xf1\x1b\x58\x45\x64\x0a\x97\x11\xd9\x15\xb4\xb4\x45\x74\x17\x93\x35\xad\x4e\xb2\xb2\x0a\xb3\x88\x7a\x3e\xbe\xda\x95\xb4\xdf\x8a\x38\x3a\x38\x40\x59\x24\xcb\x11\xf7\xc8\xf9\x56\x51\x03\xfc\x4d\xfa\xb4\x8b\x43\xa6\x52\xbd\xc8\x3c\x1b\x3b\x93\xfa\x73\x1a\x2c\xe8\x92\xdb\xa2\x0b\x99\x6b\x56\xbd\x0a\x23\xda\x5f\xc2\x2f\x15\x2a\x4a\xf1\xa4\x6f\xe8\xdd\xaa\x08\x37\x56\x6d\x2a\xe5\xbf\xd1\x88\x07\x87\x75\xd3\x73\xaf\x42\x75\xa1\x77\xe1\x16\x32\xfc\x75\x4a\x2b\xd0\x9a\x6c\x23\xea\xe5\x12\xf7\x38\xb7\x2d\x3d\xd0\xf0\xf8\xfc\x3c\x89\xcf\xcf\x67\xd5\x84\x5b\xf2\x78\x89\x0f\x45\x3f\x68\x43\x9d\xa5\x79\x18\x3b\x40\x51\xd3\x5b\xa6\x6e\x3a\xd8\xde\x89\x21\xc9\x4d\x04\xf6\x8f\x00\xad\x85\x92\x08\x5f\xd2\x90\x92\x0f\xa1\xe7\xcf\x52\xd7\xf5\x52\xd1\x08\x22\x7f\xec\xf7\xeb\xdc\xf3\x21\x54\x01\x90\x31\x56\xdb\x0b\xfd\xfd\xde\xcb\x10\x43\x23\xf4\x21\xed\x41\xcf\x90\x6d\xcc\x25\x4e\x6e\x4d\xb6\x91\xe7\xcf\x4a\x52\xee\xf7\xb5\x00\xb3\xbb\x8c\x70\xb5\xc4\x9e\x0f\x31\x59\x84\x10\x41\xb9\x84\x6d\x3f\xc4\x38\xde\xba\xd0\x39\x6e\x88\xce\x71\xa1\x24\xd5\xe2\xc9\xd2\x86\xad\x24\x5e\xa1\x54\x82\x73\xc3\x32\x9b\xb2\x7a\xbc\xc4\xb6\xcd\x96\x4a\xc0\x19\x46\x86\x56\x64\x2e\x23\x73\x8c\x2c\xad\xc8\x42\x46\x0a\xa8\xef\x77\xe1\xb6\xf1\x2a\x88\x11\x0b\x4d\x6e\x2d\x6e\xda\xe5\xdf\x6b\x3e\x6f\xf7\x8f\xf7\x2e\xe1\xbd\x0b\xb1\x77\x50\xde\xd3\x9d\xe2\xbe\xee\x24\xf7\x75\x27\x44\xcb\xd0\x72\x52\xd0\xd5\x71\x5e\x67\xd5\xc1\x01\x6b\xbf\x98\x80\x3e\xe3\xb5\xc1\x19\x41\x00\xc0\x14\x6a\x88\x78\xeb\x63\xde\xfa\x2d\x6f\xfd\xea\x9e\xd6\x47\xf7\xb5\x3e\xbe\xaf\xf5\x5b\x7f\xb6\x72\x5d\x6f\xa5\x9a\x7f\x78\x08\xe8\x75\x49\x05\xb8\xae\xb4\x1a\xf5\x12\xa2\x57\x46\x5f\xc5\xc6\x5c\x76\x2b\x4e\xf6\xfb\x44\x6e\xb0\xad\x0f\x1c\xf6\x5f\x14\xa7\x67\x26\xec\x2d\x38\x94\x05\x87\x3d\x05\x97\x32\xb2\x9c\x94\xc9\x57\xea\x1b\x0d\x4e\x7b\x4b\x4b\xf7\xfb\x54\xb6\x24\x6e\xb5\xa4\xee\xcd\x51\xcb\x2a\x6a\x59\x05\x95\x05\x44\xf8\xf2\x64\xcc\x38\x5a\xe8\xc9\xd9\x1f\x6f\xf9\x0c\xaf\x7a\x5e\x35\xfa\x30\x8c\x69\x83\x14\xd7\x2b\xfd\x80\xce\xb6\x6c\x4f\x9b\x34\x1b\xbd\xbd\x22\x91\xe3\x80\x21\x41\x0a\x45\x95\x06\xe3\x71\x39\x29\xaa\xb4\xe9\x1a\x22\x2a\x6c\xc9\x9e\xcd\x0e\x5c\xe1\x7f\x8c\x0b\x4a\xed\x69\xd7\xd5\x1a\x9f\xf3\x3c\x10\x34\x78\x86\xae\xc7\xbd\x04\x52\x49\x7f\x64\xd6\x82\xa4\x72\xc7\x1b\x59\x8b\x79\xa1\xb2\xa6\x98\x35\x84\xda\x87\x1a\x7f\x4a\x15\xf1\x77\xe1\x36\xc8\x40\x2e\xb3\x60\xda\xe0\x30\xc6\xb0\x55\xa2\xa6\x6d\xd3\xf4\xa3\xab\xb6\x44\x22\x19\xca\x8c\xb2\x4a\x7a\x74\xdf\x31\x3e\x29\x58\x08\x4e\xa0\xd2\x7c\xb5\xe1\x2a\xa8\x6a\x33\x53\x2b\x3c\xd6\x36\x49\x7a\x17\x64\x42\x34\x32\xd1\x61\x18\xfd\x2b\xe7\x41\xac\x68\x1e\xa6\x79\x18\x2b\x92\x85\xc0\xbb\xfc\xeb\x87\xf2\x96\x9d\x9a\xa7\x9b\x3c\xaf\x2e\x39\xc6\xad\x48\xd5\x13\x29\xae\xef\x03\x19\x7a\x22\xd1\x9d\x87\x81\xdc\xb2\x8e\xf4\x58\x6d\x22\x0e\x30\xdd\x06\xd2\x41\x70\x93\xb3\xdc\x34\x23\x33\xb1\x3c\x1c\x36\x38\x08\x9f\x29\x53\x42\x62\x50\x9d\xd7\xa1\x37\x44\x71\x58\xc6\xd9\x3d\xf6\xb8\xb9\xeb\x26\x26\x5c\xcb\x14\x32\x52\xcd\xe8\x0f\x12\xa3\x72\x46\x25\xe0\x77\x41\xb2\x05\x5d\xce\x0a\xd7\x4d\x5a\x50\x53\x85\x5a\x21\x3d\x65\xff\xf1\xa2\x05\xcc\x53\xe1\x73\x16\x71\x91\x43\xc2\x0d\x6d\x29\x2c\x2a\x2e\x3a\xe3\xab\x66\xe9\x83\x31\x9e\xe4\x55\xe6\x65\x20\x12\x38\x42\x8d\xc0\xe1\x70\x03\x3c\x3d\xc7\x8d\xb9\x8e\xc8\x2e\xe5\xae\x81\x73\x08\xeb\x38\xc9\x83\x9b\x1c\xae\x93\x98\xe6\xc1\x55\x0e\x79\x1a\x9c\xe6\x90\x26\xc1\xcb\x1c\xc2\xe0\x24\x07\xe1\xf6\xe5\x45\x0e\x49\xb6\xad\xab\xe0\x2c\x47\x07\x3f\x61\x41\xc3\xe0\x53\x2e\xae\x1c\xc1\xc7\x1c\x72\xf4\x10\x10\xbc\xcb\xa1\xc2\xc7\xd6\xf7\x39\x54\x45\xf0\x36\x87\xea\x32\x78\x96\x43\x15\x07\xaf\x10\xa1\xf3\xc7\x22\xaf\xb7\xc1\x73\xfc\x1d\x7c\xc8\x61\x95\x17\x9b\xe0\x75\x0e\x09\xf2\x68\xc1\xd7\x1c\x92\xcd\x3a\xf8\x35\x6f\xf4\x52\xba\x8b\x94\x4d\x33\x1f\xf0\x2f\xb9\x57\x01\x75\xdd\xeb\x68\x41\x97\xfb\xfd\x71\x0e\x19\xef\xdd\x45\x1f\x0b\x47\x95\xc3\x00\x61\x35\x71\xcb\x9f\x52\x0b\xba\x6a\xa1\x58\x85\xe5\x7e\xcf\x35\x17\xc2\x1e\x30\x0b\x16\x3f\x67\x6d\x99\x84\x25\x50\x3f\xe8\xd3\xcd\xdd\x69\x7f\x0e\xf9\x28\xc9\x46\xd4\x3f\x3c\x62\x25\x4c\x92\x2c\xa6\xb7\x1f\x56\x5e\x8e\x64\xbb\x05\xd8\x9e\xe3\x71\xb1\xc8\x97\x84\x2e\xf2\xa5\xe1\xfe\x41\x42\x31\x2f\x07\x0d\x99\xe2\x68\xf2\xb1\xc8\xd9\xfc\x15\x20\xd0\x57\xf3\xae\x3a\x46\x58\x74\x52\xf5\x38\x6b\x2e\x4b\xd8\x6d\x45\xb2\x4f\x74\x15\x64\xdd\x24\x89\x80\xe2\x12\xaa\x0e\xe7\x91\x62\x90\x8f\xfb\x87\x9e\x0f\x6e\x86\xac\xa2\x1e\x6d\x8e\xa2\xf2\x8e\x6e\xf2\x1e\x60\x82\x10\x57\xb2\xf6\x27\x30\x49\x62\x32\x04\xb2\x54\x91\xe9\xac\xea\x82\x2c\x55\x08\xb2\x54\x99\x20\x4b\x95\x46\xf9\x17\x1e\x02\xa6\x50\x10\x3a\xcb\x7f\x28\x4c\xef\x00\xc2\xe2\xa9\x58\xe4\x4b\xc3\x2c\x2d\x24\xc9\x24\x89\xf7\xfb\xf3\x48\x1c\x51\xb3\x70\xbf\xf7\x42\xb2\xce\x3d\xc7\xf1\xe1\x3c\x12\x27\x53\xe8\x33\x06\x1e\xf1\x08\x42\xbf\x51\xc6\x56\x93\x2f\x79\x92\x79\xce\xa1\x83\x1e\x18\x2a\x1f\xa8\x32\xa0\x9f\xf5\xac\xce\x81\xd1\x11\xc7\x8a\xed\xfd\x22\xd8\x25\xd9\x71\xbb\x00\x44\xc8\x11\x6e\x33\x02\x09\xbc\xd6\x00\x5e\x33\x63\xe9\x4f\x23\xc8\xb5\xe2\x71\xb9\xdf\xef\x24\xbd\x41\xba\x82\x79\xd8\x79\x8e\xb6\x2d\x45\x95\x22\x22\x5d\x9c\x14\xc4\x88\x9b\x3b\x45\x95\x3a\x81\x93\x56\x85\xe3\x37\x70\x1b\x3d\xc2\xb7\x7f\x5f\xd8\x1b\xd4\x18\x50\x13\x7e\x1c\x79\xdc\xf7\x44\x58\x51\x3c\x9b\x19\xef\x11\x5c\x44\x4d\x83\xe8\xd8\x74\x15\x9c\x16\x5e\x05\x36\x8e\x93\x0f\x61\x19\x88\xbd\xcb\xcf\x8a\x40\x51\xc1\x86\xad\xbc\x4c\x30\x31\xec\x08\x11\x3e\x40\x24\xe2\x43\xc4\x6e\x66\x39\xbb\x70\xf9\xfe\xec\x36\xb2\xcd\xc6\x51\x75\x4f\x6e\x1e\xee\x28\xfa\x26\x82\xab\xa8\x03\xba\x9e\x48\x60\x13\xc3\xc0\xcb\xd4\xc4\xa4\xdc\xd7\xa3\x49\xb4\x67\x83\x40\xed\xe8\xbf\x1b\xb5\xaf\x3d\x2a\x05\x2a\x40\x27\x1c\xb0\x13\x38\x44\x3b\x16\xe7\x80\xe5\x96\x1f\x61\xdb\x45\x7a\x07\x24\xc0\xe7\xd2\x37\x01\xc4\x4d\x94\x71\x0b\xfb\xff\x4b\xee\xe5\x70\x9c\xa3\xfd\x7c\x0b\x3d\x9c\x3f\xee\xf7\x80\x87\x6b\x03\xea\xb0\x14\x76\xa2\xf2\x84\x67\x6b\x85\x77\x99\xd1\x56\xd1\x74\xc6\x5a\xcb\xfe\x94\x44\x00\xf4\x43\x4a\xaa\x36\x3b\x55\x93\x72\x11\xee\xf7\xd2\x20\xbe\xe5\x6e\xb3\x96\xf2\xca\x7a\x82\x7f\x19\x33\xad\x18\x2c\x29\x03\x2c\xe6\x4e\x15\x3b\xdc\x63\x16\x1e\x4a\x87\x11\x4d\xd9\x82\xe5\x23\x17\x38\x49\xc6\x3d\x5d\x6f\x7a\x98\xa3\xba\x97\x2b\xba\xe9\xe1\x8a\xea\x5e\x76\x08\x12\xd7\xdd\xf5\xf8\xbc\x83\x47\x7b\xcc\x6b\x20\xe7\x28\xff\x1d\x2b\xfb\x8f\x28\x10\x44\x2b\xfb\x8f\x42\x36\xc8\x82\x4f\x69\xba\x42\xe3\x7a\xf6\xc3\x69\xbc\x9b\x68\xbf\xf7\x6e\x22\x6d\x17\x7f\x1a\xc1\xcb\x88\x83\x89\x9e\x44\x43\x36\xf1\xbe\x01\x18\x35\x26\x04\xb1\x29\x39\x0a\x1d\x5a\xc7\x2b\x8a\x2a\xad\xe4\x95\x37\x12\xa5\x0f\xd7\x67\x48\x2c\x6e\x1b\x3d\x87\xaa\x10\xbd\x76\x6d\x15\xb7\x96\x02\x61\xd5\xb6\x06\xe6\x6e\xf3\x55\xfe\x1e\x27\xf8\x6d\x1d\xc4\x07\x8b\x68\xa0\xba\x07\xd1\xf4\x0f\x18\x53\x70\x58\x81\xbc\x16\x66\xb2\xdc\xef\x82\x10\x45\x87\xe9\xeb\x24\xab\x84\x83\x0c\x2b\xec\x55\x5e\x7c\x3a\x7b\x8b\x5b\x45\x98\x0a\x94\x84\x9d\x82\xf8\xd0\xac\xa0\xe9\x23\x43\x83\x5e\xca\xc7\x2d\xf7\x18\xb6\x92\xa2\x94\xab\x47\xf8\xee\xcc\x2f\x70\x12\x12\x6e\x25\xa9\xfa\xcc\xd4\xc7\x33\xb5\xc6\x5f\x46\x5e\x28\xb5\xc6\x57\x86\x92\x68\xb5\xdf\x73\x58\x7e\xd5\xe9\x0b\x1a\x5e\xf1\xb7\x2b\x8c\x50\x9f\xb0\x0e\xb7\x7c\x27\x60\xb8\xfc\xd2\xb8\xc2\x75\x8f\x8a\xeb\x0b\xd4\x76\xe6\x8d\x0d\xb6\xd0\x1a\xa7\x20\x6f\x87\xf0\x91\x0b\x92\x06\x32\x68\xab\xe2\xc3\xc2\x49\x62\x67\xe9\x5b\x2b\xa2\xd5\x4f\xa9\x31\xfc\xf0\x52\x6a\x67\x94\x0f\x08\x49\x8c\xe0\x34\xef\x72\x76\xf7\xc8\x2a\x5a\x04\x96\x9a\x9b\x0e\x97\x89\xde\xd2\xf0\x9a\xf6\x24\xc2\xf0\x06\xe2\x61\xb5\x53\x65\xcf\xdf\xa3\x1d\xd7\x1e\xa9\xaf\x85\x81\x46\xfe\xcd\x77\xa8\x29\x61\x2e\xcd\x60\x97\x94\xcf\x69\x78\xf5\x0b\x57\xc9\x65\x0c\x84\x9e\xc8\xa3\xef\xf4\xe4\x21\x63\x71\x92\x25\x55\x22\x34\xa6\x59\xd2\x38\x7f\x9f\x57\x6f\xc3\x3b\x5a\x04\xe3\xa3\xa6\xab\x41\xf7\x02\xd5\x2f\x4e\xa2\x1e\xf5\x8b\xce\x86\xd1\x0b\xc6\x72\x79\x78\xf4\x1d\x63\x05\x08\xd5\x0b\x27\x21\x86\xc8\x67\x1a\x70\x93\x23\xb5\x3b\x4a\xc5\x7b\xa6\xa4\xec\x39\x5b\xc4\xc1\x13\x91\x52\x29\x3c\xc4\xe4\xd0\x7b\x17\x56\x97\x93\xf2\xb7\xa2\xf2\xf2\xff\xca\xff\xcf\x13\xff\x20\xf1\x0f\x8e\xfe\x0f\x37\x43\x9c\xc4\xf4\x3a\x89\xe8\xc7\xe4\x96\xa6\x9f\x18\xf7\x65\x1f\x49\xce\xa6\x3c\x3c\xcb\xf3\xb4\x4a\xb6\x0e\x94\xb6\x76\x83\xd2\x0b\x78\x32\x9d\xda\xbe\x82\x27\x1b\x9a\xd5\xbd\x0f\xf8\x91\x7e\xc0\xff\xde\xf2\x7a\x6d\x60\x71\x87\xb6\xc7\xe3\x70\x55\x09\x8f\xc7\xe2\x35\xf3\xef\x7f\xef\x7f\xe5\x17\xcf\x3c\x31\x7f\x74\x8e\xc5\x7b\x75\x8c\x6f\xb1\xb1\x7c\x8b\x9d\x36\x6c\x2a\x8d\x67\x32\xa3\x87\x5a\xab\x4f\xbc\x82\x83\xf1\x98\x84\xa0\x40\xa8\xee\x2b\x5f\x75\xc5\xf3\x0b\xef\xed\x49\x45\x37\x78\x4e\xf7\x3f\x1a\x0e\x3f\x32\x76\x4e\x4e\xfe\x38\xc4\x5f\x35\xcd\xc6\x95\xf5\x45\x85\x0c\x8b\xf6\x64\x6c\xbc\x07\x6a\x19\x8a\x0e\x14\x4e\x82\xd5\xb7\xc0\xe4\xef\x77\x52\x2a\x67\xb9\xef\x68\xfe\x4a\x8b\x1c\x0f\x66\xf6\xc3\x42\xf7\x39\x6a\xa3\xfb\xe4\xd9\x1a\xe1\x6e\xd8\x0f\xa7\xf1\x4e\xd9\x69\x7d\x6a\x9c\xd6\x67\xe2\xa8\xfe\x34\x78\x54\x1b\x7e\x97\x34\x7c\x4d\xd6\x3a\x98\xf3\xc9\x79\xc5\x1b\xfc\x3a\x2f\xab\x16\x96\x8d\xf6\x57\x28\x3a\x75\x12\xe3\xa5\x46\xe4\x70\x58\x8a\xf2\x32\xbf\x31\x4f\x3d\x2c\x70\xbd\x4e\xa9\xc8\xe2\xa1\x41\x63\xde\x45\xa8\xc1\xa4\x97\x49\xac\x12\x62\xb2\xf3\x35\x15\x8f\x24\x12\x11\xaf\x8d\x83\x69\xb6\xb7\x0d\x8a\x99\x4b\x2a\x29\xd6\xc2\xbb\x3c\x46\x10\x4c\xed\x08\xd1\x6f\xa9\xc2\xdd\x44\x82\x5f\x0a\x7a\x07\x44\xa1\x4c\xf2\x57\x56\x89\x06\x27\xb3\xe2\x93\xfb\xbd\x19\x9b\xfb\x63\xb1\xcb\x79\x26\x86\x80\xa3\x5e\x99\xd3\x99\x4f\xce\xb9\x1d\xca\x7b\x7a\xcb\xcd\x49\xf0\xdd\x65\x3e\x10\x4e\xc6\x47\x81\x59\xa0\x3e\x50\xf0\xc5\xcb\x8c\x7a\x9e\xd6\xc5\x63\xaa\x52\x72\x67\x69\xcc\x6a\xc8\xd4\x64\x90\x14\xad\x29\x7b\x57\x1b\xe4\x0b\x65\x74\xfc\x98\x86\xde\x39\xef\x69\x6f\x47\x5c\xc0\xe8\xbb\x98\x5e\x7c\x3e\x33\xa7\x18\x71\x7b\x63\x9a\x86\x77\x68\x11\x37\x39\x17\xc3\x2b\xce\x2b\x51\xb8\xeb\x0e\xc5\x8c\x85\x20\xac\x3f\x56\xa9\x9a\x33\x86\xaf\x3f\x09\xc9\x41\x2d\xb1\x44\xfa\x02\xec\x59\xcc\x1e\x3e\x19\x95\xae\xeb\x8d\xfb\xa0\x0f\x85\x42\x3f\x52\xef\x1f\xa4\x36\x3f\x7e\x35\x5e\x46\x4a\xdf\x75\xef\xcb\xc6\xb5\x31\x7e\xb0\xad\x00\x1a\xf4\x5c\xc9\x53\x36\xe8\x00\x4b\xcc\xc4\x7e\x3f\xfe\x9a\x79\xe6\xbc\x74\x1b\xeb\xfb\x7c\xc7\xa1\x55\xb7\x50\x28\x94\xb6\xdc\x32\xf8\xc3\x96\x2a\xfb\xee\x70\x4c\xc8\x69\x84\x54\x4e\x02\xf6\xf0\x72\x5f\xb0\xb9\x61\xa9\xbc\xd0\x9f\xb1\x09\x97\x99\x4e\x62\x96\xe2\x5e\xa8\x8e\x5e\x82\xe2\x43\xea\x37\x08\x31\x3b\x44\x6f\x5a\x8b\x0a\x19\xa6\xee\xa2\x52\x14\x03\xb5\x03\xb0\x99\xb3\xdf\xd1\xe1\x8c\x6d\xc4\xd8\x48\xf7\x87\xfa\x73\xe4\xa3\x7b\xff\xa0\x2f\x66\x78\xc9\x71\xac\xd8\xc1\x68\xa1\x12\x60\x0f\xc5\x1b\x7a\xf7\x22\xbf\xb1\xf1\xb0\x3c\x3a\xb9\xb9\x4c\xa2\x4b\x42\xc8\x2f\x19\x02\x77\x57\x45\xfa\x86\xde\x21\xa6\x26\x37\xaa\x49\x4a\x91\x5f\xd4\xe1\xba\x5e\x7b\x1f\xf7\xc3\x8d\x42\xdf\x58\xb6\x8e\x80\x1e\x0c\x94\xce\xa0\x1a\x25\xa9\xe1\x7f\x54\x31\xc6\x42\xe3\x65\x18\x8d\x6e\x15\xd0\x99\xdc\xe1\x75\xd0\x9d\xbf\x4e\x68\x8b\xb4\xf6\x8f\x23\xbf\x40\xe7\x96\x91\x8e\x9d\x22\xa0\x4d\x0f\x24\xe7\x48\x9d\x73\x72\x62\xcf\xb0\x6e\x56\x56\x6f\x04\x77\xe4\x2c\xcf\x57\xb5\x1b\xad\x46\xb6\x0e\xc6\xd3\x48\x2a\x7f\x8b\x3a\xbf\x99\x4e\x67\x32\x86\x31\x25\x32\xfc\xdb\xe9\x74\x26\xb8\x04\x19\x34\x65\xe7\x5a\xee\xe5\xc8\x1f\x48\xfc\x94\x67\x45\x12\x7e\x4c\xc3\x88\x5e\xe6\x29\x8a\x90\xd9\x2d\x85\x9b\xbd\x76\x7a\x3d\x3e\xc2\xb6\x5a\x38\x2d\xac\xb4\xbf\xe0\xfe\x6d\xde\xb8\x33\xd3\x35\x26\xf2\x49\xf2\x9e\xd6\x73\x15\x0f\x07\xaf\xe2\xa8\xf4\x9d\x97\x95\xd6\xef\xae\xf9\x8d\x3c\xc2\x77\xc0\x8a\xf5\xfc\x05\x2d\xa3\x22\xb9\xa0\xf1\xf3\x3b\xeb\x1e\xbe\xdf\x8b\x2b\x37\x1f\x00\xde\xae\x95\xbe\xdb\x5f\xaa\xcb\x77\xe7\xd6\x7d\x16\xe1\x63\x2b\xde\xba\x2f\x8d\x5b\x77\x29\x94\x3e\x36\x86\x35\x7c\x67\xe9\xc1\x9a\xd4\xc2\x70\xae\xc3\xe3\xc1\xb5\x3a\xf4\xb7\xc6\x69\xbf\x95\xc7\xfc\xb6\x2d\x59\xf0\xe7\x9d\x20\xcf\x0f\x72\xb8\x23\x1b\xd7\x1d\x8f\xaf\xe1\x82\xc4\xa8\xc6\x7c\x3d\x5f\x0b\xf3\xab\x07\x3d\x7a\x3c\x70\x0d\x07\x6d\xa7\x6a\xf0\x55\x0d\xec\x5a\xd0\xaf\xf2\x52\x6c\x72\x58\x98\xca\x04\x43\x6d\x25\x62\x51\x98\xa6\x7d\x4f\xef\x63\x54\x7a\x6e\xea\x7d\x47\x0f\xe4\x99\x20\xbe\xed\x34\x22\x58\xa0\x96\x71\xcd\x75\x6e\xce\x1c\xcb\x35\x73\x71\xe7\x04\x17\xec\x8c\x80\x3b\xd7\xed\x48\x41\x22\x01\x7c\xb6\x3e\x70\x0e\x0f\x25\x6b\xae\xee\x65\x39\x58\xd2\x1c\x51\x7b\xf7\xac\xef\x88\x4f\x92\x01\xf1\x49\x68\x8b\x06\xa2\xdc\xdb\x35\x50\xb1\xe1\xb2\x6c\xbe\x4d\x4a\xdb\x23\xf2\xf8\x13\x43\xd9\xf8\x7f\x71\x79\xc3\xc2\xa0\x6d\x8f\x8d\xbd\x90\xf6\xf0\x4b\x26\xa2\xea\xc5\xc1\x5a\x98\x68\xaf\xaa\x06\xae\x3b\xe6\xb6\x0f\x01\xb8\xfc\x6e\x7e\x55\x58\xea\x3e\xe2\xf8\x87\x5e\x74\x98\x1e\x89\x10\x3b\x12\x02\x45\xf3\xbb\x42\x9a\x8f\x91\x61\xe6\x78\xa6\x77\x9c\x83\x38\x01\x06\x5d\x6f\x27\x38\xc4\xa5\xbc\xd5\x09\x9c\x06\xde\xa1\xc4\xe7\xd3\xa3\x24\x3e\xa6\xe4\x51\xc8\x52\x4e\x2b\xef\x63\x04\x99\xdf\x76\x81\x26\x04\xf6\x0d\x54\xf7\xdc\xcb\xb1\xd1\xa6\x13\x99\xf7\x91\xc1\x4b\xbf\x8f\x2c\xbf\xdd\x42\x0c\x7d\x7a\xb7\xb9\xc8\x53\xd7\x75\x4a\xfc\xd1\x8e\x98\x24\x15\x2d\xc2\x2a\x2f\xe6\x3d\xdc\xb9\xd2\x9a\xe9\xd3\x2f\xa4\xae\x7b\x4f\x75\x78\x1e\x95\x55\x51\x47\x55\x5e\x10\x42\x54\xf8\x58\xfe\xd6\xab\x6c\x2e\xdb\x16\xa8\x0a\x01\x7b\xa6\x5d\xa1\xbf\x8d\x3c\x7f\xf7\xd6\xd2\x0e\x55\xfe\x66\x05\x20\x3a\xdb\xc9\x44\x98\x6c\x6b\x0b\xed\x8c\x54\xad\x37\x69\xc8\x87\x87\x69\xce\xff\x04\xbb\x06\x6f\x6c\x72\x6c\xf6\x7b\xe7\xbf\xff\x5b\x7e\x38\x90\x90\x7c\x82\xab\xf2\xc4\x8c\xb7\x42\x1c\x74\x97\x24\x9d\x85\x9f\x85\x6b\x4c\x62\x7c\x3b\x7a\x12\xcb\x96\x0e\x40\xbf\xd9\x39\x4b\xa3\x1c\x93\x9b\xa6\xe0\xd3\xb6\x29\x38\xdc\x14\x49\xa5\xcd\xc2\xe9\xa2\x5a\x36\x55\x71\xb7\x2b\x19\xb1\x73\x1c\xbf\x89\x42\xc6\x2c\xbd\xf4\x77\x65\xc7\xaf\xbf\x1c\xd4\x45\xb5\x24\x59\xa3\xc7\x3f\xd5\x5e\x1f\xb8\x82\x47\xc5\x76\xb8\x1a\xe6\x51\x22\xb4\x68\xf3\xd5\x28\x9e\x57\x41\x0c\x89\x9c\x0a\x4e\x80\xbc\x42\x27\xf6\x21\x44\xbe\xe8\xc6\xcb\xf7\xfb\x85\x56\x00\x48\x26\xe7\x49\x76\x9d\x5f\xd1\x4e\xab\xb8\x28\xc8\x29\xeb\x72\xcb\xce\xe9\xf8\x14\x4d\x04\x3a\x3a\xa4\x05\x24\x28\x67\x71\xe8\x2d\x8d\xea\x4a\x3c\xc7\xe4\x7e\xc7\x93\xd2\x8f\x34\xe3\xd3\x34\x4a\xca\x51\x98\x16\x34\x8c\xef\x46\x45\x9d\x65\xe8\x39\x09\x7d\x89\x44\x02\x7a\x30\xe6\x45\x60\xb1\x58\x0e\xfb\x2e\x44\x91\xca\xe9\xf1\xa9\xe7\x37\xab\xbc\xf0\xb2\xc9\x86\x56\x97\x79\x4c\x0a\xc8\x26\x61\xb1\x26\xc9\x6c\x26\xdf\xd9\xb9\xfa\xeb\x3a\xac\x50\xaa\x13\xca\x9b\xf6\xb9\x17\x42\xc6\xaf\xd6\x58\x4b\xc9\x38\x2b\x9f\x9d\x80\x49\x56\xab\x67\x8b\xb2\x69\xd0\x4d\x2e\xbd\x45\xd5\x17\x59\x8f\x9f\x4d\x4a\x9a\x21\xa0\xac\xf8\x1b\x16\x6b\xe5\xbe\x44\x37\x58\xa5\xc7\x7e\xb4\xc6\xd1\x18\xa3\x9c\x18\x1d\xe7\x5d\x98\x21\x42\xe3\x96\x2d\x99\x97\xb7\x11\x45\x5d\x18\x0f\x63\xf8\x25\xd6\x11\xef\x5f\x46\x2d\xae\x9b\x4d\xc2\x8b\xa2\xde\x56\x9e\x8c\xe5\x65\xf9\xb3\x9c\x18\x93\x33\xe3\xd7\xec\x5a\x4c\x33\x77\x04\x9c\x17\x9b\x90\x51\x29\x92\xa2\x61\x1f\x17\x9c\xb1\xc1\xcb\x33\x3a\x37\x5a\x17\xe8\x6e\xfc\x3b\xa1\x69\xec\x40\x8a\x23\xde\x33\x7a\x62\xdb\x60\x3c\xb0\x72\x02\x5e\x5c\xd3\xe8\x11\x4a\x85\xbb\x6c\xaf\x3d\x04\x62\x42\x45\x4a\x31\xad\x29\xef\x3f\xbe\xdb\x67\x10\xfa\x90\xe8\xad\x22\xbb\xb3\x63\x7b\x4e\x34\x00\xed\xf1\x65\xdf\x20\x2c\xd6\x81\x94\x6b\x42\xe6\x37\x7a\x43\x5a\xc9\x45\x8d\x2c\xf5\xcb\xa6\x69\xb8\xfb\x69\x92\x0a\x7d\xe4\x9d\xa1\x46\x14\x7b\xfe\x4e\x37\x60\x6b\x7d\xad\xd8\x17\xcb\x72\xc9\xb2\x94\xde\x25\x14\x7d\xb7\x32\x76\xd6\x4a\xf1\xec\x46\xee\xdd\x35\x65\x67\x2c\xdf\xb5\x1f\x56\xb0\x66\x2c\xf1\xc6\xdb\x78\x57\xde\x62\xe9\xfb\xfe\x6c\xed\xba\xeb\x31\x61\xb4\x20\xe3\xdd\x59\x43\xe1\xbb\xae\x77\x49\xd6\xbc\xa4\x6b\xb2\xd2\xfb\x9e\xc4\xc6\x6f\x9b\x3a\x5c\x1a\x67\xda\x1d\x3b\x63\x16\x7c\xa9\x83\x1c\x04\xb9\x8e\x96\x3d\xfe\x37\x2a\x7f\xc7\x49\x68\x9f\x4b\x0e\xce\x43\x70\xba\x82\x17\xaf\x06\x31\xf4\xf5\xf8\x5c\xf0\xb7\x7e\xf5\x9d\x7b\x42\x55\x58\x4a\x81\x6a\x8f\x2e\x8a\x25\x50\x48\xf8\x0a\xe5\x2d\x1a\xeb\x05\xca\xe7\x43\xac\x2e\x12\x71\x6f\x9c\x72\xe3\xc6\xa6\x7b\xf6\xf7\x91\x27\xa0\xc8\xb9\x17\x02\xe7\xfc\x3c\xbc\x09\x93\xca\xf1\xe7\xd5\xa4\xa0\x65\x9e\x5e\x53\x2f\x9e\x88\x50\xb4\x6a\xc8\x6c\x55\x8c\x5c\xd0\x00\xa0\xd8\xc4\xc6\x87\x76\xb4\x18\x30\x19\xef\x07\x46\xc9\x7d\x25\x8a\xf6\x12\x0a\xa1\x17\x75\x0a\x94\x77\xf6\x6e\xb9\x4d\xe9\x89\x5d\x80\x07\xc2\xcc\x1c\x68\x93\x80\x67\xc6\xd8\x26\x7a\xbd\x31\x6a\x6c\xca\x96\x2a\x28\x58\xf3\xd9\x76\x62\x3f\x0d\x40\xe7\x82\x14\xf3\x82\x37\x3c\x81\xc4\x0f\x12\xcf\x37\x0e\xa6\x73\x5b\x55\x43\x1e\xd2\x8b\x4a\x6c\xdc\xe5\xcc\xf4\x5a\x9e\x21\x39\xa9\x14\x25\xe6\xe0\xf6\x9a\x0a\x54\x26\x9d\xd4\xa5\x4d\x78\x53\x90\x67\x95\xf4\x40\x12\xb6\x0a\x09\x82\xe0\xd7\x78\x6b\xfa\x0a\x94\x0a\x33\xd1\xac\x6a\x93\x14\x5e\x02\x1b\x90\xb3\xbb\x2d\x15\x47\xd4\xd9\x25\x1d\xc9\xea\x47\x71\x4e\xcb\x51\x96\x57\x23\xa1\xc3\x36\x0a\x47\x7f\xc7\xcc\x7f\x1f\xf1\xb2\x1c\x35\x5a\x51\xc3\x0f\xcb\xda\xcb\x40\x77\x80\xd7\x61\xae\x5f\x46\xf4\xf9\xfa\x55\x5a\x0e\xbd\xcd\xca\x71\x59\xb7\x47\x2c\x9a\x49\xdb\x10\x76\x42\xc8\x89\x9a\x17\x9c\x4a\x7b\xd5\x82\xb2\x45\x57\xa7\x15\x63\x85\x97\xa4\xe0\x6b\x0c\xaa\x09\x5b\xbc\x84\xe2\x9f\xb7\x79\xa4\xb6\xf5\x58\x8f\x94\x35\xc8\x7c\xad\x9b\x43\xec\x77\xdb\xe2\x07\x45\xe0\x3d\x6e\x54\xd5\x88\xf2\xd6\xb1\xe3\x9f\x0d\x6b\x98\x8d\xc4\x1e\xed\x2b\x5e\x2f\xb6\x63\xcd\xea\x33\xea\xfe\x36\x8f\x02\xba\x98\x2e\x9b\xd9\x11\x6a\x44\x62\xd3\x91\x96\xbf\xcd\x23\x42\x17\x47\x4b\x1f\x9e\xe8\x98\x55\x92\x85\x69\x7a\xc7\xe3\x9e\x2c\x59\x0b\x57\x15\x2d\xf8\xf7\x37\x4b\x71\xdf\xa9\x8a\xbb\x97\x59\x55\x24\xb4\xe4\xda\x76\x95\x51\xff\xad\x75\xd5\xe0\xa7\x14\xc2\x43\xed\x9a\x59\x85\xb3\x49\xd4\x21\x23\x7c\xec\xe0\x30\x80\x99\x9a\x54\xba\xc0\x1b\x56\x60\xab\x5a\xb2\x90\x7d\x73\xd8\x1d\xc5\x69\x96\xa0\xbd\x1e\x1d\x63\x23\x45\x53\xd1\xa0\x0a\x65\xd6\xaa\xc0\x2b\xa1\x2f\xa6\xdb\xb9\x28\x70\x0b\x56\x7a\x9d\x21\xf1\xa3\x7c\x31\x76\x19\x71\xbe\x38\x64\x6a\xe4\x95\xc6\x49\xf9\x3e\x7c\xef\x51\xe9\x66\x5f\x32\x84\x87\x47\x90\x10\x4b\xbf\x87\xf1\x60\xb3\x83\x83\xfc\x07\x99\x76\xe6\xa3\xcb\x7f\x5e\x25\xe4\xbe\x6e\x85\xa0\x7a\x8b\x9c\x4d\x04\x5b\xb6\x64\x7c\x04\xd5\xac\x15\x2f\xf6\xb5\x4c\x31\x85\xaa\xd1\xec\x2a\x2e\xe6\x44\x2a\x43\xee\xd8\x67\x70\x6a\xd0\xa6\x53\xad\xda\xc8\x39\x10\x51\x1a\xb2\x20\xe3\xa9\xd2\xa2\xdc\x1a\xe7\xe2\x0a\x4a\xef\x1a\x1c\xe3\xf2\xe4\xc0\xca\x87\xd2\x5b\xb5\x02\xb7\x3e\x6c\x2d\x7d\x3e\x96\x24\x04\xcd\xdb\xbe\x92\x43\xeb\x33\x42\x50\x76\xc2\x7b\x94\x5a\xfb\xa6\xa3\x75\x95\x9b\x49\xc8\xa8\x8a\xad\x69\x2e\x65\xeb\xa9\x13\xfd\x1c\x98\xcd\xdb\xef\xab\x49\x16\x6e\xa8\xef\x37\x40\x27\x9b\xb0\xe8\x03\xa2\x92\x57\x9f\xd2\xe2\x3b\xe6\xbd\xa1\x1e\x85\x95\x1f\x78\x74\x72\x7e\x8e\xa3\x77\x7e\x8e\x63\x47\x07\xc6\x80\xbb\x19\xeb\xe7\x3e\xae\x7d\xa0\xac\x55\x21\x32\x58\xdd\x66\xed\xc4\x81\x1c\xd0\xa6\x81\x3b\xef\xc2\xbc\xca\x94\xe6\x27\x24\xf7\xb0\x56\x40\x27\xcf\xcc\x2b\x22\xb9\x60\x55\xa2\x94\xd8\x38\x05\x85\xad\x52\xc7\x1a\xee\x63\x91\x6f\x92\x52\xb8\x2d\xe2\xf7\xa7\x0b\x2f\x95\x19\x7c\xc6\x9c\x68\xad\xe2\xee\x64\x7b\x99\x3f\x0f\x83\x10\x97\xac\xd7\xc7\x06\xa8\xcc\x48\xc1\x29\x5f\xfe\x2a\x03\x0a\xe0\xef\xd8\x40\xb1\xd5\x69\x8e\xb0\xc3\x83\xee\xe3\x29\xf9\x8a\x96\x77\x5f\xa7\x27\xa5\xb3\xe0\xe4\x77\xa4\x8a\x5d\x3a\x7c\xc4\xae\xe8\x5d\xd9\xb3\x50\x17\x86\xca\x33\x57\x46\xaf\x38\xb5\xcc\x7c\xbd\x83\x85\x7f\x78\xc3\xc3\xd9\x48\x6a\x59\xcf\x2a\x45\x1f\x76\xd2\x41\xed\x36\xdf\xf2\x27\x4e\xa1\xde\xae\x54\x9c\x39\x25\xc8\x21\x53\x64\x22\xd3\xfa\xcf\x92\x2e\x64\x0d\x5b\x41\x98\xb4\x24\x57\x70\x63\x2c\xb6\x9d\xb1\x7d\x82\x1b\x68\x99\xa1\x72\x7a\x29\x44\x78\xf4\x9a\x4c\x39\x6d\x45\xda\x22\x7e\xe3\xd5\x4e\xa0\xaa\xb1\x9f\x92\x28\x21\x94\x98\xa4\x5c\xf8\x61\x9d\x5c\x18\xd4\x3a\x49\x59\x90\xc1\xaf\xb4\x4f\x1c\x49\xe6\x6f\x7d\x18\x53\x65\xea\x51\xb1\x01\x41\xba\xef\x54\x9c\xa9\x89\x2e\xc3\xe2\x59\xe5\x4d\x35\x33\x2b\xfc\x0b\xb9\xae\x20\xd6\x07\x95\xf0\x43\x78\xe4\xfb\x02\x00\x70\x51\x2d\xf5\xcb\x5e\x59\xe5\xdb\xa0\x8d\x04\x2d\x06\x73\x66\xbc\x7e\xe8\xc6\x2d\xa6\x4b\xe3\x14\xb3\x59\x19\x0e\x02\x23\x2e\xb1\xd4\x64\x4a\xf8\x41\x75\x1d\xa6\x0d\x74\xae\xb1\xbd\x93\xc0\xda\x20\x0b\x9a\x69\xcc\xb8\x99\x71\x41\x30\x9d\x5f\x86\xe2\xd8\x95\x97\x35\x1c\x5d\xc5\xe9\x64\x90\x3f\xc8\xcf\x8c\xc7\x79\x23\x47\xba\x68\x77\x5a\x2c\xd3\xc3\xa3\x59\xf1\x4f\x32\x9d\x1d\x1e\x16\x52\x8f\xbf\x3d\x3a\xc5\x12\x42\x92\xb4\x47\x08\x4f\x70\xf4\xf9\xc6\xcf\x74\x5f\x33\xf4\x34\x8b\xb9\xac\x43\xc6\xfd\x40\xd4\x2a\x94\xc2\x09\x31\xb9\x09\x38\x92\xad\x71\x7c\x48\x8d\x60\xcd\xd3\x38\x52\x3d\x20\xb5\x17\xf4\x0f\x89\x62\x89\x74\xe5\x3a\x0c\xc6\x53\x7f\xd6\x4a\xaf\x0b\x35\x73\x18\xa1\x8d\x94\x70\x94\xbf\xbb\x2e\xcc\x8a\x7e\x94\xd2\xae\x5c\xa8\x2a\xee\x46\xf8\xe4\xb4\xa1\x59\x35\xba\x49\xaa\xcb\xbc\xae\x46\x98\x7d\x94\x17\x23\xd1\x02\xe7\x0f\x34\xb8\x69\x1a\xe0\x22\x91\x96\x8e\xb9\xb2\xa9\x19\x9e\xf9\x9c\xcf\xbc\x16\xbd\xb5\x66\x9e\xdb\x73\x14\xdd\x59\x54\x9b\xb3\xb0\x27\x4a\x20\x61\x62\xe3\x0b\xb3\x99\xd2\x44\x84\x23\x58\x35\x0d\x3b\x7a\xb8\x9e\x9a\xc3\xbd\x9a\x3a\x52\xb2\x82\xdf\xbe\xeb\x1a\x6b\xc7\x75\xab\x1f\x88\xd9\x6b\x3c\xb7\xd0\x84\x41\x1c\x5a\xc9\xdc\x5c\x9f\xc1\x4e\xb1\x52\x62\x13\x51\xb1\x7d\x2a\x48\xe6\xde\x10\xf5\xe2\x4c\x97\x51\x0d\xbb\x00\x60\x8c\x14\xdb\x78\xa1\xdf\x80\xfc\x68\x0d\xf7\xe3\xa8\x86\xd1\x67\x4c\xd2\xee\x38\x06\xce\x75\x73\x30\x6f\x60\x48\xc2\x44\x0a\x4f\x51\x1f\xa2\x28\x2f\xe5\x17\x2a\xb3\x77\xea\x2a\xa9\x0a\xe4\x9b\x33\x30\xa4\x61\x54\xc8\xa7\x2a\x89\xa6\x8a\xe9\x2a\x1f\xa2\x06\x56\x49\x96\x94\x97\x16\x35\x53\xa4\x7b\x78\x59\x55\x7c\x59\xd9\xce\x17\x8c\x65\x55\xe1\xb2\xca\xcc\x6b\x0b\x9b\x73\x93\xae\xaa\x11\xcf\x8c\x79\x85\x4c\xdd\x6b\x7c\xb8\xf5\x32\xd6\xc4\x06\x70\x13\xfd\x4f\x35\x91\xaf\x41\x6c\xde\x4e\xba\x5d\x19\x3a\x2a\x72\x43\x6a\x23\x2f\xb0\xac\x95\x4a\xdc\xd0\x34\x1d\xba\x90\xa4\xec\x5c\x4d\x05\x25\x08\xab\x8a\x6e\xb6\x95\xe3\x37\x20\x0f\x5c\x94\x40\x06\x03\xc2\x74\xfb\x68\xde\xc9\x3b\x68\xc0\xee\x4a\xa0\xaf\xc9\x41\x05\xe2\x5a\x1c\x64\x0d\x28\x51\xaf\xb1\x52\xe4\xd4\x9b\xa7\x07\x1b\x5b\xaa\xaf\x1c\xcf\x22\x29\xa8\xe7\x16\xef\x5c\x0a\xc9\x89\x39\x5d\x24\x4b\x84\x40\x20\x25\x67\x54\x84\xdc\xb1\xb6\x3d\xb6\x64\x5e\xed\x37\xfc\x1c\x9c\x57\x5e\xea\x07\x82\xf5\x54\x62\xa4\x54\xf0\x8f\x8c\xef\xd4\x35\xbf\x32\x9f\xa2\x5a\x9a\x0c\x7c\x8a\x21\xd3\x46\x6b\x33\x43\x0c\x24\xca\x37\xf8\x51\x56\xb2\x72\xd0\x25\x2c\x34\x20\x33\x64\x84\x21\xab\xeb\x59\xe4\x25\xd8\xcf\x10\x4a\x90\x62\x31\xa3\x45\x65\x37\x91\x14\x62\xf9\x4d\x28\x71\x47\xd0\x61\x2f\x3a\x7f\x8c\xe0\x43\x44\xce\xab\x01\xff\xfb\x50\x28\x61\x7f\xe6\xbd\x61\x17\x58\x61\x69\xb4\x53\x1a\xcc\xd3\x11\x6a\x9f\x2b\x64\xa5\x29\xea\xa2\xa3\xfe\x2d\x1d\x80\x4b\x81\x36\x08\x8d\x63\xe1\xe2\x70\x04\x9a\x41\xd8\x9c\x2e\x46\x95\x81\x1e\x26\xca\xe3\xa6\xec\x0e\x47\x9f\xea\x01\x72\xd1\x2d\xab\xb8\x3d\x18\x6f\x57\x17\x14\x08\x8b\x16\xda\xc4\xaf\x93\xf5\x65\xca\x7a\xe9\x20\x02\x10\x3a\x67\x7b\x54\xb9\xbc\x09\x1f\x0b\x5a\x96\x7d\x49\x2f\xd2\x30\xba\xe2\x69\x5e\xde\x6e\xc3\x2c\x7e\xb8\x3c\xee\x17\x6e\xa0\x3c\x4c\xfa\x22\x2c\xae\x10\x34\x3c\xcf\xab\x17\xdc\xd5\x7f\x4f\x52\x31\x2f\x67\xb4\xa8\x92\xc7\x4e\x4c\x5f\x4c\x17\xaa\xc8\x1c\xb8\x1f\x8b\x10\x2d\xb9\x1c\x0e\x43\xc4\x9a\x74\x7c\x49\xa3\xab\x7b\x06\x83\x75\x70\x30\x8d\xd5\xc1\x55\x4a\x6f\x8f\xf3\xac\x0a\x93\x8c\x16\xc1\xae\x17\x00\x4c\xa2\x6b\xb1\x52\xef\x29\xee\x59\x5a\xf1\x34\xed\x01\x33\x00\xcb\x50\xe3\xbd\xb7\x98\x36\x04\x51\x83\x86\x60\x46\xd3\x14\x82\xd4\xb4\x69\xa0\x62\x7b\x10\x5e\xdf\x63\xb6\x65\x18\x1b\x3e\xc2\x6e\xeb\xcf\x2b\x5a\x09\xfd\xa5\xf6\x13\x7e\x47\xe1\xe7\x6b\xca\xcd\x0b\x8d\xec\x3b\x61\x02\xa8\xfd\x45\x38\x9b\xf2\x90\x43\x37\x1d\x1e\x86\xbc\x4f\x46\x88\x80\x9f\x53\x16\x88\x1f\x22\x6e\x47\x2b\x55\x92\xb8\xee\x15\xbf\xae\xbc\xc9\x39\x1c\x3a\x89\xbc\xc5\xaf\xa9\xe7\x70\x64\x63\x89\x06\x2c\xd1\x90\xc0\xe1\x45\x39\x4b\xc6\xef\x22\xb2\x90\xad\x0e\xf1\x35\x22\xaf\xa3\xae\x7e\xff\x7b\xe4\x35\x50\xc3\xff\xbd\x90\x21\xb2\xe0\x17\x09\xda\x87\xa2\x92\xbf\xf8\xcd\x23\x84\x5f\xc5\x27\x4b\xe2\xbc\x16\x18\xca\xc2\x54\x8f\x46\xd5\xb3\x34\x45\x97\xb6\xea\xcb\x69\xbc\xe7\xd1\x7e\xef\x3d\x37\xcc\x00\x7e\xb5\xde\xf3\x0d\xec\x21\xe9\x18\xa8\x4c\xbe\x52\x32\x6d\x94\x6c\x42\x4f\x24\x47\x22\xff\x80\xe3\x62\x0b\x08\x34\x5b\xb1\x58\x82\x61\x0f\x3d\x9d\x15\x5a\x2a\x58\x68\x7b\x68\x2a\x6f\x4e\x49\x45\x37\x67\x77\x5b\x8a\x70\x43\x5c\x43\x66\x16\x12\x42\x9e\x47\x72\x0c\xf6\x7b\xf1\xcd\xfb\x3b\xf7\x84\xd0\xa1\x50\xa6\xd1\x85\xef\x07\xe5\x5c\x7d\x04\xf9\xc1\x41\x63\x74\x25\xd7\xbe\x93\xb6\x69\x78\xf7\x21\x4b\xef\x44\x17\x8e\xc3\xe8\x92\x92\x4a\xc4\x67\x79\xc5\x07\x0e\x3d\x2d\x98\x29\x32\x91\x22\x62\x5f\xb1\xec\x7f\xec\x2d\x96\xec\x50\x1b\x40\xac\xa7\x26\x62\x3d\x47\x33\x38\xa5\x68\x3c\x72\x3f\x6c\x3d\x36\xfa\x61\xdc\xf9\x47\x54\x6a\x35\xf7\x81\x4a\xad\xb4\x0f\xd7\x6e\xae\x0a\x69\xa8\x73\xc2\xfa\xd7\x76\x9c\x6b\xd8\x51\x18\x8b\x64\x3a\xa3\xff\x7c\x60\xd0\x19\x9b\xe9\x57\x07\x07\xda\x63\xcd\xc0\xfc\x2d\xaa\x25\xf2\xa0\x1d\xfe\xf1\x73\x46\x6f\xb7\x34\xaa\x68\x1c\x8c\x78\x86\x51\x58\x8d\x10\x38\x61\xe4\x1c\xd0\x03\x47\x3d\x44\x8c\x4a\xd5\x84\x91\x30\xf2\x9e\x18\xf7\xcd\x7b\x1b\x39\x36\xd8\x73\x7a\x58\x1d\x1c\x21\x6b\xe8\xf9\xf0\x19\xcd\x6d\x76\x38\xb0\x68\x32\x74\x34\x65\x23\xf7\xe5\xff\x21\x8a\xdb\x31\x13\x47\x24\x0f\xe9\xa5\x4b\xe9\xb9\x76\xb1\x8c\x63\x71\x3e\xa1\x22\xab\xa0\xdb\x35\x42\x60\xfc\x56\x27\x05\xe5\x7a\xac\xdc\x5c\x2e\x26\x9f\x23\xcf\x72\xa0\x9a\x80\xcc\x1e\x84\x20\x73\x04\x35\x70\xbd\xd4\xa8\x19\xc4\xa6\xc8\x94\x59\x79\x65\xfb\x44\x32\x0a\x8f\xa5\xc9\x65\xee\x77\x55\xd2\x7e\x41\x2d\xb2\x2f\x7d\x5a\x64\xfa\xd8\xe9\xb1\x3a\x57\xdd\x4d\xcc\x3e\x86\x24\x6b\x1b\x02\x96\xe4\x67\xc4\xf1\x49\x2e\xf2\x34\x86\x9a\x84\xda\x88\x3c\x22\xa1\x2a\xe7\xb9\xb2\x2c\x27\xe1\x84\xb2\xd5\xca\xbe\xba\xe6\x7f\xe8\x4c\xc7\x81\xcc\x36\xfe\xdb\x19\x16\x67\xa5\xe0\x74\x6b\x34\xf4\x4b\xbe\x22\x47\xcc\xd9\xa4\xc3\x8b\xfc\xd6\x31\xec\xff\x84\xa2\xa8\xb4\x44\xd3\xc8\x96\xc2\xee\x5f\x31\xd4\xdf\x6e\x6f\x47\xd3\x21\x08\xce\x41\x6b\xba\x06\x0a\xd7\x15\x3c\x49\x64\xf2\x63\x06\xc2\x6e\xea\xf5\x70\x64\x3b\xf4\x8e\xc3\xf9\xbd\x67\x31\x63\x9f\x64\x53\xdf\x95\x8c\xe3\x65\x0c\x4c\x11\x96\x95\x15\xd7\xf8\x88\xdd\x97\x58\x40\x9a\x3b\x27\xe8\x31\x59\x1c\xfd\xd7\xdf\xe5\x7d\x20\xb6\xd1\xbc\x8f\x9e\x34\x0d\x37\x8a\xef\xa8\xfe\xf1\x91\x37\x95\xfe\x7e\x8c\x6c\xd1\x91\x71\xc8\x55\x03\xa0\x1f\x74\x51\x2c\xf2\xe5\x72\x96\xa0\xb7\x52\x76\x38\x25\xda\x61\xb2\xbe\x31\xbd\x89\x6c\x8d\x2b\x04\xa2\xe0\xda\xfd\x95\x0f\x09\xc9\x39\xca\x55\xce\x51\xae\x7e\x09\x4d\x9a\xca\xae\x95\x73\xb6\xa5\x6a\xa2\xf0\x2b\x52\x1f\x22\xfd\x95\xf9\x83\xc0\x45\xb5\x34\x2a\x23\x29\x44\xea\x77\x26\x19\x85\x98\xd5\xf5\x38\x70\x3a\xd2\x0b\xfb\x35\xa7\x9e\xaa\xc2\x0f\xe8\x4c\xd5\xe1\xba\xea\x27\x5e\x31\xa1\xdc\xef\x43\x2f\xf3\x11\xf1\x89\xd7\xb2\x48\x21\x5e\xe2\x0d\xf1\x37\x61\xb6\xf8\x9f\xc7\xc0\x81\x18\x7b\x35\x37\xf7\x2a\xdb\xb8\x08\x38\xc4\xd5\xe5\x19\x0d\xcb\x24\xfa\xba\x72\x5b\x85\x24\xcc\x76\x62\x85\x84\x2c\xec\x68\xe3\xf3\xb0\x8f\xe6\xc1\x87\x3a\xf9\x2c\x54\x1c\xf2\xdc\x08\x3e\xa9\x52\x8e\xb8\x1e\xb1\xbb\xc4\x26\x2c\xae\x4e\xa4\x47\x6d\x44\x5f\x17\xb4\x73\xad\x88\xcf\xb5\x45\x7c\xee\x08\x9d\xe0\xc6\x8e\x5b\x58\xeb\x0e\xbf\x51\x20\xc4\x7a\x98\x7a\x0e\x16\x7f\x91\xdf\x1e\x3a\x40\x27\x49\xec\xc3\x31\xb1\xf1\x4c\xe0\x96\x9c\x16\xde\x31\x63\x72\x6f\xda\x51\x57\x84\x2d\x41\xde\x44\x1a\x83\xf2\xc2\x72\xac\x02\xd8\x5d\x28\xcc\xd6\xd4\x87\x53\x72\xc5\x96\xe3\x4b\x72\xc5\x96\xe3\x09\xcf\xc9\xce\xd4\x8a\x16\x9b\x24\x0b\x2b\xaa\xf3\x9f\x98\xc1\x3e\xbc\x20\x27\x2c\xeb\x19\x39\x59\x1c\x2d\x67\x3f\xe5\xde\x31\x5f\x67\x9f\xc8\x6f\x91\xb7\x91\x76\x09\x6b\xc3\x2e\xe1\x5a\x9f\x14\x19\x58\x95\x04\x2f\x40\x34\x37\x38\x05\xf1\xe4\x14\x07\x62\x54\xc6\x84\x5c\x40\x52\x7e\x2e\x93\x6c\xcd\xb1\x6c\x70\x42\x39\x6b\x1f\x8c\xc7\x1a\xe7\x00\xc3\x1b\x1f\x3e\xf2\x21\x91\xde\x93\xed\x47\xba\x17\x73\xef\xa5\x37\x1e\x9f\xb2\x43\xf6\xcc\x1b\x1f\xf9\x7e\xf0\xd2\xc3\xcf\xc6\x87\xc5\x4b\x38\x83\x17\x70\xba\xf4\xe1\xdd\x7d\x85\x68\xf5\x5d\x3a\xc1\x53\xb6\x8b\x4f\x81\x18\x2d\xe6\x59\xf6\x69\x82\xd8\x52\xdc\x41\xbb\x58\x4c\x0d\x88\xfc\xc2\x27\xb6\x0f\x0b\x9e\x6c\xe9\xc3\xfb\xfb\x1a\x90\xac\xbc\x1b\xdb\xf8\xb5\x22\xe3\x31\x9d\xa9\x40\x7b\x16\x49\x05\x67\x5e\xc5\x71\xff\xce\x96\xbe\x0d\xa9\x86\x92\xae\xc4\xdf\x61\x75\x27\x9b\x2d\x2d\xd0\x3e\xfb\x75\x98\xc5\x29\xf5\x0c\xfd\xf5\x4f\x74\xd5\xf3\xf0\xc8\x18\xd1\x91\x98\x3e\x4f\xbb\x43\xaa\x10\xe7\x75\x64\x35\xc3\x88\xce\x1a\x28\x3b\xd1\xa8\x7d\xc5\x78\x70\xf4\xae\x60\x72\xb7\x89\x26\x36\xea\x27\xf7\xc1\xe0\xf9\x1c\x99\x28\xe1\x1d\xe1\x58\x68\xa7\xf0\x02\xde\xc3\x8d\x0f\x43\xc4\x52\xaa\x7b\x7b\x2f\x70\xda\xdf\xc3\x8b\x25\x5f\xbe\x6f\x49\x6b\x3d\xed\xf7\xef\xe0\x19\x79\x31\x77\x36\xe8\x8a\x45\xea\x1f\xbc\xe2\x1e\x31\xcc\xe9\x45\x8a\xc4\xdd\x06\xa9\x1d\xec\x34\x90\x30\x8e\x46\xac\x6e\xb6\xee\x8c\x4d\xa0\xd8\xa5\x1c\x32\x74\xa6\x08\x49\x1c\x9c\x8b\x25\xb2\x02\xb9\x4f\x83\x8f\xd2\x20\x44\x64\x75\x82\x4c\x7a\xb5\xe7\x2c\x5e\x69\x7e\xa6\xdc\x60\xa4\xee\xb3\x22\x89\x44\x20\xe3\xf2\xb3\x92\x56\x4e\x10\x8b\x90\x92\x56\xe8\x45\x39\xd8\x8a\x00\xd1\x66\x27\x78\x36\xcc\xc3\x75\x90\x2f\x3e\x09\x0c\x3a\xd1\x83\x82\xae\x82\xdb\x1e\xff\x6f\x38\x54\x0e\x67\x00\x5f\x71\xd4\xa6\x1b\x95\x89\x7b\x80\xbb\xaa\xb6\x87\x5c\xcd\x95\x1e\x72\x0b\x16\xf4\x04\xd7\x67\x90\xc1\x07\xc1\x6e\x06\x86\xc1\x65\xb5\x49\x5f\xe5\x45\x70\xfe\x08\x1f\x74\x9f\x26\x72\xd2\x8c\x16\x18\x35\x77\x4a\x78\x5e\xa0\xe1\x4d\x94\x67\x5c\x46\x81\x04\xf6\x5d\x58\x5c\x39\x0d\x5c\xf6\x94\xcc\xce\x8b\xc6\xf7\x7d\x78\xeb\x51\x78\x87\x38\x4a\xfe\xec\x3f\x2d\x40\xa9\x63\xd1\x86\xe7\x61\x49\xb9\x72\xef\xcf\xa6\xe5\x85\x8c\x76\x80\xc3\xf4\x99\x61\x62\x31\x80\xec\x86\x1d\xa9\x56\x24\xa8\xc6\xf4\x24\x60\xc1\x1c\x72\xc8\x8e\xac\x38\x77\xf7\xef\x88\x38\x4f\x50\x24\xfb\x37\xfc\x35\xdd\x94\x0e\xfc\x2b\x22\x4e\x54\x5f\x24\xd1\xe1\x05\xfd\x9a\xd0\xc2\x9b\x3c\x85\xd1\x14\x46\x93\x27\xdf\xc0\xe8\xc8\x77\xe0\x27\x64\xd4\xff\xd3\xcf\xa8\x1b\xb8\xb2\x35\x44\x10\xc3\x16\x56\x70\x09\x1b\x58\xc3\x35\xdc\xc1\x05\xfa\xca\xd5\x67\xe8\xb1\x3a\x5b\x6f\x91\x23\xe0\x67\x05\x7a\xcb\x95\x27\xde\x95\xc9\x37\x9c\xa2\x53\x94\xfe\xc3\x03\x5e\x92\xf6\x69\x77\x42\x8e\xdb\xb7\x80\x17\xe4\x58\x81\x80\x9c\x91\x63\x29\xa0\x83\x4f\xe4\x58\xc0\x84\x7c\x24\xa7\x95\xf7\x73\x04\xc7\xec\xd4\x38\xe1\x74\xe0\x55\x5e\x50\x21\xfa\x14\xcd\x7a\x4f\xce\xba\xb8\xe2\x6f\x75\xa0\x94\x1a\x3f\x93\x45\x68\xdc\x0f\x59\xc4\xab\xe1\xa8\xe7\xe4\xc4\xba\x90\x9c\x72\x90\x0b\xf8\xa0\xb2\xe0\x35\x42\x08\x98\xe1\xf5\x60\x49\x32\xc5\xd7\xe1\xba\x7e\x7d\x30\xf3\xe7\x07\x53\x7c\x91\x29\xd8\xbd\x41\x06\xfe\x32\xd0\x89\x1f\xc9\x89\xbe\x7a\xbd\x31\x12\x61\xc0\x6f\x64\xc1\xae\x25\xf2\x8e\xf0\x77\xc7\xf9\xbb\x74\xea\x11\xc6\x49\x5d\x06\x2f\x26\xd8\x02\x76\x2b\x29\x32\x5a\x3c\xe9\x05\x3d\xe1\x70\xed\x47\x0a\xc5\xfd\x88\xbb\x1e\x79\xca\x41\x50\x9e\x0e\xdf\xc8\xd8\x6f\x8e\xb7\xf2\xad\xf8\x42\x24\xdc\xc0\xc1\xc7\x06\x5b\xcc\x7d\x35\x7f\x1e\x3c\x33\x90\xfa\xa5\xa4\x47\x95\x89\xad\x80\x11\xff\x92\x7f\x0f\xf1\xbe\x63\x22\xfc\xbf\xa8\x0b\xee\xbe\xe2\x6f\x91\x11\x7a\x96\x6c\x92\x6c\x2d\xd5\x95\x82\x7f\x45\x2d\x5f\x28\xd6\x6b\x86\xb8\xaf\x55\x7e\x0b\x3b\xed\xa3\xb0\xaa\xea\x03\x6c\xb1\x3d\x58\x34\x70\xeb\xba\x8e\xdc\x82\x0e\xdc\xb8\xae\x93\x94\xea\xdc\x80\xf1\x15\x0f\xe0\xde\x5d\x63\x07\xc4\xb7\x3a\xc5\x30\xc5\x62\x7c\xe3\xba\xca\x3d\x48\x70\xc9\x96\xc2\x68\xe2\x1c\x7c\x54\xe4\x78\x49\xbc\xdc\xee\xc2\x07\xf5\x96\x62\x75\xcc\x7e\x51\xc1\xe2\x90\x45\x68\x17\xd7\x2e\xab\xaf\x5e\x46\x08\x97\xc4\x2b\xe4\xab\xc3\x7b\x10\x3e\x15\x02\xe7\xc8\x69\xbf\x48\x98\x15\x17\x3e\xbb\x02\xdd\xb8\xee\xf8\xa5\x80\x60\x87\x64\xa8\x5f\x26\xd6\xcf\xaf\xd6\x42\xf9\xcc\x73\x0d\x34\xff\xde\x5c\xac\x61\x5e\xc8\xea\x0d\x1f\x53\xaf\xd1\x78\x18\x1c\xcd\xf0\x31\x6d\xe9\xcf\xf1\xbb\x5a\x70\x5f\x3e\x3e\x23\x72\xc8\xd5\x93\x5c\x5f\x27\x87\x92\xfa\x8c\x19\x63\xd3\x52\xb2\xe1\x29\xfb\x87\xe7\xc0\x81\x51\x7f\xb8\x10\x47\x2c\x89\x57\xdb\x6b\xe8\x75\x03\xf5\x43\x1b\xad\xf6\xb1\xc2\x87\x17\xe4\xeb\xfe\x96\x89\x3e\xa9\x55\x38\x75\x1a\x28\x7d\xf0\x22\xd6\x95\xc8\xce\xc0\x88\x26\x76\xc3\xa8\x0d\x6f\x15\xc4\x8b\xe5\xb0\x7c\x69\x20\x36\x17\xf1\xd5\x5c\x8b\x71\x5a\x4d\x8f\x7d\x88\xfc\x25\x9c\x2f\x05\xca\xaf\xb7\x35\x9d\x83\x18\xb8\x51\xc6\x9c\x72\x99\x8f\x6c\xed\xb4\x81\xed\xc2\x99\x6c\xca\xc3\x57\xe1\x45\x91\x44\x87\x87\x49\x89\xa6\xd8\xc2\x6a\x75\xe4\x8a\xa6\x1e\x8c\x38\x5f\x13\x5c\xd0\x55\x5e\x50\x36\xd6\x2b\xb2\xcb\xeb\x2a\x4d\x32\x6a\xbe\xe1\x3a\x07\xc7\xc3\xde\x3a\x44\xfa\x0f\xab\x55\x49\xab\xc0\x79\x82\x5e\xde\x56\xbc\xb7\x3d\x65\x59\x9d\x5d\xf9\xb0\xf5\x05\x77\xb5\xf8\x28\xf8\xc8\xe3\x96\xcc\xae\xe5\xca\x07\xdd\xef\x9c\x54\x74\x53\x06\xa7\x73\x27\xa2\xe8\xf5\xcb\x7a\x2c\x94\x3e\xc1\xae\xe6\x8e\xb8\x4e\x3b\xda\x3f\x18\xf4\xd1\xda\xba\xa4\x05\x17\x53\x4b\x21\x19\x23\xb7\xbb\x96\xbf\x9a\x22\xbf\x39\x14\x14\xf8\x5e\x6f\x45\x3b\xc7\x55\x63\x1a\xf4\x4e\x5e\xcb\x25\x1a\xf7\xbb\xa4\xbc\x70\x59\x87\x6b\x9f\xb3\xb5\xa6\x59\x6a\xc6\x73\xa1\x17\x37\x78\x97\xe4\x11\x67\x09\x58\xce\x6e\x8c\xf1\x94\xa3\xd9\xe9\x9c\x0c\x17\xc7\xf5\xbf\xa5\xaf\xc6\x7f\x47\x3d\x2f\xfe\xce\xc1\xdb\x07\x58\x82\x81\xe3\xbd\xf7\xa8\xd6\x78\x6c\x7f\xd5\x41\xdd\x03\xfb\xa9\xf0\xda\x5e\xce\x7f\xe3\xc2\x01\xb8\x94\x62\xd7\x61\x2a\xf3\x47\xc5\xaf\x97\x48\x17\xad\x82\x9f\x35\x70\x3b\x17\x1e\x6e\xd0\x8b\xda\xd3\x26\xb0\x1c\xde\x3c\x6d\xf0\x00\x67\xe7\x1c\x3b\xc2\x37\x16\x51\xff\x6a\x1d\x26\xaf\x1a\xd8\x08\x02\xf9\x3b\x4f\x9e\x8d\xcf\xd8\x06\x6f\x6d\xd3\xc8\xe7\x0d\xac\x7b\x08\xae\x21\x87\x5e\xe3\x19\xcc\xb2\x5e\x5b\x95\xfe\x02\xad\x72\xae\xbb\xed\x52\x07\xc6\xb5\xbf\x34\x6e\x4b\x0b\x83\x12\x83\x77\xa7\x69\x31\x1e\xf6\x73\xe7\xc8\x61\x54\x59\x08\xa7\xdf\x35\x70\x67\x4b\xc9\xfb\x08\xec\x9f\x98\xb1\x3b\x7f\xc9\xef\x69\x0b\x4e\xdb\xc1\xbb\xd0\xa4\xfc\x4d\xf0\xa3\x86\xfb\xff\xd4\x81\xfb\xb7\x7c\x77\x4d\x91\x3a\x5e\x3c\xdc\xd8\x3f\xb9\xc4\x2e\x7c\xbd\x9e\xe4\x02\x0a\xec\xf5\xd5\x27\xbb\x57\x37\xde\xc6\x07\x1a\x73\xe1\x71\x15\xb3\xc1\xc7\x87\xbb\x60\xb1\xe4\xc6\xeb\x59\xfc\x08\x81\xf2\x9b\xc4\xab\x62\xa0\x3e\xe4\x6d\xa9\x69\x42\x10\x36\x3a\xf7\x21\x24\x97\xa9\x97\x43\x36\x29\x68\xb9\xcd\xb3\x32\xb9\xa6\xef\xf2\x98\xfa\xd0\xa3\x44\x8f\xef\x4c\x82\xa0\x73\x62\x4d\xe3\x37\xf4\x8e\x63\xb9\x96\x66\x40\xd2\x9b\x90\xa3\xb8\x1a\xdf\x25\xa1\x13\xd1\x33\x48\x09\x9d\x6c\xea\xb4\x4a\x78\x06\xa8\xc9\xcf\xa5\x57\xaa\xe7\x00\xfe\xa6\xb0\x58\xfa\x10\x93\x68\x31\x5d\xc2\x96\x44\x8b\xa3\x25\xac\x48\x39\x26\xa4\x86\x4b\x96\xbc\x22\xe9\x7c\x65\x78\xbd\xc8\xe6\x59\x90\x07\x66\x48\x32\x4f\x82\xd0\x10\xf0\xf4\xcb\xcb\xf8\x83\x63\x57\x80\x56\x4e\x36\xe1\xb6\x3d\xd6\x4a\xd7\x40\xf6\x6c\x5e\x05\x87\x47\x8d\xef\x4f\x56\x49\x5a\xd1\xa2\x4f\x96\x7a\x78\x34\x26\x84\xa2\x6e\x46\xd6\x67\xd5\xf2\x2e\xf3\x4a\xb0\xec\x55\xad\xe7\x55\x3a\xaf\x26\x57\xf4\x8e\x10\x42\x83\xf1\xb8\x52\x35\xef\xf7\xec\x2b\x29\xe5\x98\xb3\x0a\x66\xfa\x8d\xd4\x75\xeb\xfd\xbe\x22\x84\x5c\xba\xee\x78\xb5\xdf\x6f\x5b\x9e\x20\x74\x4a\xf9\x28\x9c\xce\xa9\xe7\x07\xd8\x5a\x2f\x24\x99\x80\x17\x9f\x2f\xc2\x65\xb0\x40\x4d\xca\xb1\xed\x9c\xaa\x92\xe6\x52\x3a\x4b\xa5\xd3\x6b\xcd\xe5\xc5\x12\x0a\x32\x85\x84\x54\xb3\xe2\x87\xa4\xa3\x63\x81\x0e\x9c\x16\xc5\x72\xa6\x8b\x29\x7d\x44\xe8\x92\x70\xf2\x52\x69\xba\xf1\x10\xa0\x7b\xb1\x42\x37\x3d\x97\x50\x42\xb5\xf4\x61\x11\xc3\x76\xd9\x78\x99\x8f\xc8\xd9\xd3\x25\x44\xa4\x5c\x1c\x2d\x87\xe4\x7a\x61\xcc\x65\x73\x19\xec\xec\x5d\x10\x84\x70\x99\x27\x65\x45\x63\xee\x58\xed\x13\x5d\x05\x09\xc8\xd1\x3e\xc9\xe2\x24\xa2\x65\x50\x43\x49\xd5\x32\x97\x81\x51\xc3\xcd\x86\x67\x59\x6c\x8b\xbc\x5e\x14\xf9\x36\xce\x6f\x32\x2d\xf2\xca\x63\x28\x62\x48\x62\x08\xe3\xa1\xe7\x75\xe3\x8d\xc8\xb4\x9d\x10\xe0\x96\xd9\xe4\xfc\xb2\x0b\x67\x99\x4d\xce\x91\xcb\xfc\x4f\x9e\xd1\x6e\x54\x5c\xe4\x5b\x04\x47\xeb\xc4\x70\x3c\xbd\x93\x38\xe5\x00\x71\xe4\xc9\xb7\x53\x0c\x4e\xbe\xd2\x8f\xb9\x54\x2a\xa1\x37\xa3\x5f\x23\x16\x5c\xd0\xdf\x6a\x5a\x56\xc2\xb9\x6f\x9e\xbd\x2a\xc2\x4d\x17\x79\xae\xea\x20\x2f\x64\xfe\xae\xda\xef\xbd\x4a\xb9\x12\xcb\x72\x0f\x1d\x2f\x76\xd1\x63\x2c\xa3\x8f\x1e\x6b\x6e\xbd\x6d\xa2\x30\x8b\x68\x6a\xb7\x45\x80\x81\xc9\x87\xc1\x9c\xf4\xb6\xd8\xda\xfe\xca\x49\x19\xbb\x56\xa3\x29\xd3\x8c\xbb\x39\xc9\xfd\x06\x57\x55\x26\x41\x12\xdf\xd1\xac\x36\xe9\x44\xa6\xf0\xa7\x3e\x6c\x29\x62\x3b\x9b\x60\x67\xe8\xb6\x7d\x7c\xd4\xb0\x5d\x3f\x39\x97\xf2\x6e\x1b\xbb\x42\xda\x72\x09\x00\x08\xae\x27\x50\x92\x50\x3d\x63\xe1\xcb\xbc\xfc\x88\xd1\x82\x62\xbf\xaf\xa5\x4d\x79\x32\x17\xbe\xa2\x2b\x74\x5e\xb0\x93\x6b\x35\x18\x17\x8d\x1f\xb0\x40\xf4\x8d\x25\x3d\x4a\x53\x5f\xfa\x2f\x0a\x8c\x35\xa1\xf0\x3a\x7d\x88\xd8\x19\x51\xbb\x6e\xed\xb1\x5f\x0d\x36\x7c\x4d\x2b\x03\x01\xa7\x87\x4c\x8a\x66\x4f\x0c\x18\x9c\xfd\xde\x0a\x7c\x8d\x81\xb2\xb4\xb3\xa4\x4a\x69\x8f\x37\x84\x5c\x0e\x80\x79\x30\xbc\xa0\x69\xb2\x49\x2a\x5a\x40\x41\x0c\x1f\x5a\x0e\x8c\x9c\x20\xd7\x16\x6d\x2d\x42\x6d\x90\x69\xc6\x3e\x30\xea\x8c\x7e\x28\x0a\x39\x17\x5c\x46\xda\x6e\x89\xca\xd6\x26\x19\xc5\xe4\x55\x11\xae\x11\x30\x1c\x2d\xa7\x8c\x8e\x78\x68\xb1\x68\x14\xda\x3b\x58\xd4\x18\xad\xd6\x88\x7a\x7e\xe7\x7d\xad\xbf\x3a\x2b\x8f\x78\x53\x33\x2b\x56\xea\x93\xfd\x8e\x60\xda\x68\xec\xdb\x30\xa3\xe9\x47\x01\x39\x2a\x97\x5e\x48\x92\x16\x6b\x80\xda\x6e\xb1\xa0\x62\x1c\x60\xba\x26\xe1\x0f\xa4\x4c\xe5\x85\x31\x22\xbb\x55\x52\x94\x1c\x56\x35\xbc\x48\x29\x07\xdf\x0a\x9c\xff\x9f\x73\x90\x4d\xce\xd3\xa4\xac\x4e\xe2\x03\x94\x2c\xc5\x24\x6b\x03\xd1\xb7\xfc\x5b\xce\x1f\x4a\xc0\xdb\x2d\x5f\xaa\x24\x16\x14\xac\x88\x05\xbd\xc6\xdd\x54\xa2\x73\xb2\x15\xe9\x59\xeb\xf3\x9e\x30\x13\xa0\x34\x98\x06\x5b\x52\xa2\x5f\xc0\x3f\x90\xd7\x87\xba\x33\xa7\x51\xc4\x81\xdf\x94\x9f\xce\x67\xf2\xf5\x3e\x70\xd0\xdb\xb7\x03\x96\xdb\x75\x01\x40\x06\xb6\x33\x70\x84\xe4\x12\x94\x85\xfd\x7a\xcb\x78\x4d\x09\x4d\x36\x9e\x82\xc6\x29\xc3\x85\x21\xfd\xa4\x0b\xdd\xd1\x98\x8b\x0e\x19\x19\xe7\x8e\x24\xc5\x84\xbd\x4d\xca\x8a\xad\xe3\x8e\x1f\x01\x0e\x42\xdf\xc2\x47\x3f\x32\x21\xd1\x2d\xfc\xf3\x0e\xa8\x1a\xba\xc2\xef\x86\x07\x5f\x0a\x89\xb3\xc6\x47\x6c\x2b\x3f\xdf\x25\x7c\x8d\x05\x2b\x84\x5d\xd3\xcf\x4c\xf6\xb2\x10\xa9\x61\x98\x98\x0d\x8d\x44\x9e\x71\x77\xdc\x3c\x94\xff\x86\x3c\x93\xfa\x11\x34\xe6\x11\xfa\xbb\xb9\x6f\xc0\xec\xfd\x17\x16\xb4\xea\x20\x90\x0e\x50\x94\xe7\xc5\x7d\xbd\x13\x05\x81\xf5\xfe\x76\x5d\xe4\x19\x0b\x95\x08\x7a\xe2\x32\x8d\x0f\x87\x56\x43\x58\xeb\x7a\x69\x80\x4c\x70\x52\xd1\x8d\x89\x31\x8f\x4b\xda\x8c\x0c\x2a\x48\xd0\x10\x65\x83\x77\x10\x08\x19\x0b\x57\x76\x95\xf4\x92\x49\x12\xcf\x17\x03\xaf\x8f\x1c\xf3\x8f\xdd\x3b\xb7\x0e\x5c\xd1\xbb\x80\xa5\xee\x79\xcb\x65\xc1\x0d\x70\xfd\xda\xd2\x5f\x06\xe2\xd7\x2c\x24\xb1\x87\x8a\xab\xa1\xcf\x4e\x2e\xb3\x41\x8d\xa6\xfc\xe2\x42\xd1\xc7\x28\xb0\x83\xa5\xe5\x5f\x4d\xe2\x80\x2a\x65\x5e\x01\x08\xaa\x74\x76\x65\xed\x82\x49\xfd\xe7\x94\x1d\x9f\xbe\x40\xb3\xc8\x26\xe7\x49\x7c\x80\x46\xc7\x33\x99\x0e\x59\xd4\x9c\x9f\xb0\x49\x1c\x14\xfc\x94\x45\xd5\xcd\xa0\xe2\x8b\xc7\x1c\x59\xdf\x67\x3d\x8d\xa5\x09\xdd\x4c\xd6\x2e\x34\x88\x83\x8a\xd5\xd8\x57\xf6\xa3\xca\xed\x69\x39\xaf\x46\x62\x98\xfe\xa1\x92\x11\xc5\x88\x2b\xe1\xf7\xd6\xd1\x79\x3c\x6e\x9f\x5f\xa1\xbd\x3e\x59\xa9\xbd\xe8\xac\x3d\xb3\x22\xc7\x45\x9f\x9e\xc2\x21\x23\xdd\x86\x68\x25\xe5\x51\x7f\xd6\x9a\xc2\x76\x5a\x1e\xcc\x12\xb6\xa0\x5c\x55\x0a\xae\x28\x8b\xfe\x70\xa1\x15\xd8\xe7\x18\x57\x1c\x96\x39\xa9\xd4\x96\xe2\x89\x4d\xcf\x0c\xb9\xb9\xa9\x78\x74\x90\x43\x48\xaa\x89\xb8\x64\x4c\x5a\x37\x0b\x28\x89\xe1\x70\x73\xb1\x0c\x42\xa8\xc9\x58\x5f\xd3\xf8\x73\xee\xed\x7e\x3f\x2e\x7d\xd7\x2d\x95\x5f\x35\x11\xee\xff\xf3\xf0\x08\x75\xc0\x38\x5d\x68\x1d\xa4\xf2\x04\x67\x63\xff\x9a\xa3\x3b\xd6\xae\x3b\xe6\xe5\xca\x47\xab\x7b\xf2\xc8\x0b\xcf\xb3\x2c\x56\x16\x1f\xf5\x23\xd2\x07\x8f\xaf\x42\x95\x3b\x9c\x04\xf5\xd9\xb8\xa6\xda\xf6\x2f\x60\x25\x0c\x3e\x13\xa9\x9e\x8d\xde\xda\xc3\x8d\x76\x4e\xf5\x9f\x22\x60\xbb\x5e\xb3\x39\x62\x32\x90\xde\x21\xa1\xd0\x2a\x31\xa6\xc2\x9f\x54\x7e\xc1\x25\xc2\xea\x3e\x4e\x93\x08\xed\xfd\xb4\xea\x5f\x90\x7a\x3b\xa9\xbe\xc2\x07\xd3\x09\x6a\x1b\x1d\x54\x65\xd7\x61\x93\x8b\x24\x8b\xbd\x0c\xe5\x40\x26\x42\x28\x26\xc5\x6f\x96\x1e\xc3\xba\x49\xdf\xe5\xd7\xb4\x55\x28\x0b\x32\x12\x72\xa2\xce\x89\x2e\x8a\xde\x51\x9b\x04\xfb\xec\x04\xb2\xf3\x22\xb0\x3c\x5c\xc9\x03\xd3\x09\xc6\x9e\xee\xff\x7e\x2f\x57\x29\x82\x9d\x23\x13\x44\x4d\x0d\xb2\x18\x2c\x35\xa5\xa0\x45\x3c\x30\xd0\x68\x94\x3e\x48\x5f\x65\x5e\x04\x4e\x52\x1e\xe2\xa4\x89\x81\x73\x7c\xa5\x81\x57\x4b\x56\x68\x0b\x1d\xb5\xc8\x40\x6d\x1d\xe5\x4c\xd3\xba\x06\xdb\xd6\x03\x6a\xdb\x81\xa1\x49\xf9\x60\x11\x96\x71\x05\x28\x05\xce\xc0\x50\xe6\x6c\xba\x6c\xd8\xd7\x87\x57\xd9\xe3\xe7\xc1\x58\x86\x7d\x4b\x53\x8f\x65\xc4\x96\x29\x5b\x96\x3d\xab\xf4\xff\xa5\x55\x08\x9d\x4d\x32\x77\xaa\xa2\xa6\x4e\xe0\xac\xc2\x94\x31\xd6\xbd\xe3\xac\x96\x5a\x5b\x69\xec\x91\xd3\xde\xd2\x2c\xbb\x77\xa6\x1b\x48\x3c\x0a\x9d\xf3\xa0\xc5\x40\xf6\x1c\x38\x43\xaa\x69\x1d\x05\xcc\x7e\x9a\xc9\x4b\x94\xbe\xbe\xd0\x3b\x7e\xe7\x24\xc6\xc1\x18\x3e\xe5\x5a\x27\x9c\x20\x8e\x5e\x3f\xef\x28\x8e\xb9\xca\xef\xed\xad\xa8\x5a\xf3\xd6\x56\xad\xa6\x00\x4b\x2b\x44\x0e\xc9\x9c\x7a\x04\xb8\xb2\xc1\x03\xc7\x2b\xb7\x04\xef\xd6\xe1\x27\x2b\x6f\x9c\x4d\xce\x2f\xc3\xf2\x39\xa5\x46\xeb\x5c\x97\xba\x2e\x5d\x4c\x97\xae\x3b\x56\x83\xc1\xb9\xcd\x05\x0b\x5e\xaa\x4d\x23\x87\xec\xe7\xca\xf3\x27\x1a\x77\xfa\xf9\xdd\x49\xec\x71\x9e\xd1\x39\x64\x3b\xd7\x39\x60\xf9\xfc\x19\xef\x57\xa7\x25\x5c\xe7\x53\xce\x71\x85\x9c\x58\xa7\x55\x64\x3c\xe5\xe8\x16\xc3\x25\xa0\x0c\x0b\xa4\x70\x4a\xdc\x95\xf8\x4c\xbc\x8c\xd7\x14\xe5\x54\xfd\x51\x86\x33\x13\xf6\xb9\xdf\x9b\x12\xad\x4e\xea\xc0\x4c\xab\xee\x20\x8a\x4e\xf4\x2d\x64\x53\xc6\x6d\x9e\x07\x1e\xaf\x48\xcf\x18\xbd\xf5\x2a\x50\x7b\xad\xe7\x28\xb6\xdb\x66\x48\xdb\x04\x0f\x27\x2f\x77\xb6\xbc\xee\x3c\x29\x4f\x95\xc0\xd3\x74\xa0\x6c\x0a\x42\x85\x8b\x85\x13\x64\x56\xcc\x0c\x64\x7c\x14\x78\x96\x17\x86\xfe\x7c\x2d\xc1\xaa\x0a\x57\x46\xf9\x03\xd1\xc2\xd9\xd6\x80\x6f\x8d\x4e\x63\xa6\x4d\x9f\x04\x57\xce\x83\x4d\x65\x49\x07\xe6\x82\xad\xf9\xf2\x32\xaf\xd3\xf8\x04\x3d\xe3\x70\xe2\x7d\x8d\x78\xe9\xb8\x3e\x2f\x4d\x1f\x44\x7c\xf3\x98\x41\x08\xfe\x8f\xae\x70\xfc\xaa\xb8\xdb\x0d\xc6\x7a\x12\x4f\xf8\x62\xed\xef\xd4\xd2\xb5\xd2\xca\x55\x0b\xe6\x55\xbd\x25\x68\xbd\x47\xb0\xaa\x64\xec\x6d\xaf\x3f\x38\x62\x92\xad\xf4\x7c\x5c\x32\x86\xc0\x56\x2d\x3b\x5e\xf0\x65\x58\x0a\xb7\x6e\x47\x8d\x5e\x72\x1c\x4c\x1f\xcd\x62\x8c\x6f\xe3\xf2\x2f\x6b\xef\x73\x3f\x22\x86\xd9\x6c\x84\xeb\xb2\x81\x4c\xc3\xb2\x12\x19\x7e\x0d\xcb\x67\x69\xf5\xa1\x78\x47\xab\x10\x6f\x98\xfa\x93\x9d\xb4\x9a\xf4\xc8\x1a\xb0\xd9\xad\x30\x4c\x49\x35\xee\x39\x65\xf3\x48\x63\xdf\x97\x6f\x79\xf9\x43\xe4\x51\x5c\xe9\xe6\x0f\x24\x5b\x4c\x97\xc1\xe1\x11\x9a\x9a\x85\x29\xeb\x02\xe3\xe5\x36\xb4\x0a\xdf\xd0\x3b\xed\x5f\x56\x0c\xf0\x4c\x5d\xec\xd0\x09\x8b\xb8\xd5\x7d\xce\x82\xbe\xf9\x4c\x1a\xdf\xbc\x13\xff\x92\x05\x88\xec\x27\x5e\x98\x66\x03\x4b\xc0\xcc\xf2\x37\xcc\x52\xe0\xb0\x27\x83\x8b\x46\x60\xd7\x08\xaf\x41\x7d\x4c\x7e\x5f\xc6\x69\xe3\x07\x9d\xe5\xe4\x21\xb0\xf2\x26\xbf\xa6\x9c\x62\x51\x38\x3c\x82\x9c\xfd\xdf\xb7\x1a\xf6\x53\x16\x14\xe8\x45\xb8\xe3\x45\x06\xad\x53\x71\xb2\x5e\xf0\xa9\xf3\x7c\x1f\x0a\xd7\x1d\x27\x5a\x84\xfe\x17\x35\xed\x08\xf2\x83\x4e\xcb\x7e\x66\x73\xd1\x43\x5b\xfb\xb2\x4f\xdb\x99\xff\xf3\xe8\xcc\x87\x47\xd0\x3a\x41\x15\x86\x4b\xbb\xd0\x1f\xb3\xc0\x16\x59\x88\x89\xaa\xb8\x1f\xab\xc7\x0e\x62\xd3\xdd\x9d\x9f\xb7\x0f\xed\x4d\xcd\xfa\x08\xca\xc8\xcd\x44\x30\x2f\x72\xbd\xed\xf5\x6d\xed\xc3\xcf\x5b\xdc\xdb\x56\x08\xcb\xd5\xb3\x2d\xf7\x7b\xc3\x31\xd1\x8f\xd9\xdc\xeb\x9b\xd7\xbc\xe9\x75\x3c\xd4\xd7\xdb\xa0\x72\xdd\x7c\xf0\xfd\x49\x0d\x06\x63\x15\xfa\xc8\x94\x20\x11\x50\xcc\x7e\x0f\x69\x9a\x29\x00\x96\x36\x21\xe8\xdf\xf7\x6c\x7b\xf6\x2e\xe0\x23\xbe\x80\xcd\x23\xc1\x75\xbd\x82\x94\x49\xfb\xcc\x81\xf6\xc9\xc1\x1a\x7b\x7c\x99\xa4\x31\x8c\xa7\x9d\x95\x2d\x17\x29\xfe\x7d\x23\xfe\xfe\x26\xd7\x97\xdc\x99\xe3\xa4\x73\xda\x61\xed\xe1\xc3\xb5\xe3\xb3\x47\x7f\xf5\xbf\xf4\x13\xb9\x16\xc5\xfa\x75\x38\x15\x7f\x12\x64\x1c\xe5\x2c\xe4\xcb\xfe\x32\x59\xb1\x71\x9e\x0b\xef\x35\x5e\x45\xea\xc4\xe3\x66\xbb\xd0\x27\x01\x1f\x1f\xe1\xbf\x29\xb6\xcd\xe0\x75\xaa\xfd\x5e\x1d\xb9\x81\x2c\x2c\x27\xd1\x1f\x2a\x2c\xdf\xef\x73\x59\x58\x5b\xd8\x28\x76\x6e\xe1\xba\x85\x4c\xf2\xc8\x05\x6d\xaf\xd7\xd6\xc6\x1d\xd8\x9d\x9a\xad\x95\xcf\xb1\xbd\xbb\xea\xa8\xe9\xa7\x17\x36\xb9\xe8\x32\xb0\x9c\x5c\xc8\xcd\x8d\xf1\xd6\x41\xac\xae\xc6\xbd\xc7\xb0\x22\x2c\x2d\xf2\xd1\xe1\x4f\x44\xd7\x58\xf4\x07\xee\xec\x47\xf0\x2d\x9d\x8e\x08\x51\xad\xd0\x35\xa5\xf1\xf3\x3b\xde\x68\x74\x43\x6b\x75\x06\x39\x3b\x7b\xd3\x0b\xde\xa8\x9d\x75\x2a\x72\x76\x7d\x35\xf6\x52\x4b\xdd\x7b\xcc\x60\x32\x49\xbc\xe9\x82\x48\x54\xc4\x60\xae\xa6\xcd\xac\xbf\x9b\x08\x84\xc8\x7b\x47\xc6\xc8\x24\xab\x4e\x57\x82\x84\xe9\xea\xbb\x6f\x11\xb2\x6e\x25\xc9\xd0\x57\x58\x9d\x6d\x66\x02\x59\xa1\x64\x92\xed\x2d\x52\x21\xc0\xab\xf9\x84\x32\x70\x29\x16\x16\x8d\x5d\x8b\x5d\x55\x6b\xf8\x17\xc8\x25\xb9\x44\xcc\x96\x46\x76\x65\x8f\xbf\x44\xc3\x02\x00\xde\x4a\x21\x33\x62\xbf\x4f\x62\xd3\x20\x4f\x08\xc1\x42\x2d\x01\x4a\x1a\xa8\xe4\x9b\x72\x9e\x7b\x99\x3f\xab\x2c\xfd\xac\xca\xd2\xe4\xaa\x6c\xfd\xaf\xaa\x4f\xfb\xab\x2f\xb0\x9c\x49\x30\x55\xc1\x06\x68\x59\xeb\x79\x12\x93\x6a\x92\xc4\xfb\xfd\x3a\xf7\x94\xda\x8c\x83\x6b\x5c\xf4\x80\xa8\xbb\xb4\x04\x1b\x10\xf2\x30\x62\x5d\xb2\x71\x1e\xb1\x78\x23\x46\xca\x8a\xba\x97\xa8\x81\x5b\xf6\x51\x5b\x0b\xc6\x86\x94\x41\x65\x11\xed\xff\x4d\xd0\x16\x30\xee\x10\xd0\xbd\x2f\xf3\x19\x6d\x34\x3c\xac\xc0\xc3\xe8\x07\x48\x31\xbd\xd4\x38\x72\xbc\x07\x21\x52\xda\xa8\x19\x72\x64\x7f\x8c\x3c\xad\x75\x47\x87\xd8\x7a\xff\x61\x1c\x95\xdf\xe3\xf5\xc9\xba\x23\x0b\xa8\x98\x9e\x6b\xf2\x80\x2b\xa9\x17\x49\xfc\x19\xc7\xba\x75\x69\xc5\xa7\x84\x4a\x91\xf7\xf1\x91\x44\xbf\x6b\x91\x7d\xe1\x05\x2c\xaf\x94\xe8\x50\x01\xe0\xf6\xcf\xb4\xe5\x82\x5c\x5c\x3f\x15\x06\xa6\x15\xea\xb5\xfd\x5f\xdd\x0b\x5f\x72\x9e\x30\x2a\x64\x20\x80\x64\xa4\x32\xcc\xfd\xd8\x3e\x10\x1b\x55\xef\x08\x7c\x21\xd2\x42\xca\x92\x54\x9a\xd0\xd4\xa4\xe2\x18\x1c\xef\x68\x59\x86\x6b\x0a\x11\xa9\xa4\x5d\x3e\xdb\x3d\xdc\x76\x70\x4b\x2a\x53\xb9\x63\x45\x2a\x5b\xf9\xe3\xd2\x78\xb6\x42\x15\x16\xd8\xe8\x87\xa7\xcb\xb9\xf6\xa1\x86\xf2\xd1\x4b\x58\x1b\xe9\x95\x8e\x09\x5c\xeb\x3c\xeb\x1e\x7f\xfb\x1c\xc7\x6b\x0d\x77\x66\x66\xf5\xae\x6d\x01\x04\xb4\x32\xcb\x44\x08\x18\x50\xd9\xf6\xca\x70\xac\x33\x9e\xb7\x32\x72\x01\xef\x39\xdc\xde\xf3\xc2\x76\x63\xac\x17\xb8\x22\x37\x62\xcd\xc0\x29\xb9\xe9\x0a\xc3\xfe\x3f\xf2\xfe\x86\xbb\x6d\x1b\xd9\x1f\xc7\xdf\x8a\xc4\xdb\xe5\x12\xd7\xb0\x2a\x39\x49\xb7\x4b\x2f\xaa\xaf\x63\x3b\x8d\xb7\x71\x92\xda\x6e\xbb\xad\xae\xfe\x39\xb4\x08\x49\xac\x29\x92\xe5\x83\x6d\x55\xe2\x7b\xff\x1f\x3c\x03\x24\x28\xcb\x69\x77\xef\x3d\xe7\xb7\x67\x4f\x63\x81\x78\xc6\x60\x30\x18\xcc\x7c\x06\x9e\xa3\x87\x81\xd8\xd0\xf0\x42\xeb\xcb\x47\xdd\xd2\xa9\x91\xfc\x56\x24\x8b\x69\xd4\x32\x1f\x47\x7d\x84\x14\x72\x92\xe4\x2c\x06\xa2\x11\x27\xbc\x5d\xbc\x27\x62\xc7\xea\x19\xfa\x76\xe6\x45\xf0\x11\xc0\x1b\xf4\x6b\xea\x95\x14\x60\xe6\x4a\x90\x9e\x76\x52\xc3\x8f\x08\x1f\x38\x87\x3a\xe9\x38\xf0\x12\x5d\x89\x57\x8a\x3b\xd7\x25\x7b\xe9\x91\x5f\xca\x5c\xf7\x71\x32\x9c\x7e\x83\x86\x7c\x86\xf9\xa3\x03\x49\x14\x87\x52\x2b\x5e\x23\x0e\xbd\x99\xc0\x45\xd0\x1f\x11\x12\xc2\x12\x29\xca\x91\xdf\xef\x7b\x95\xeb\x56\xf2\xed\x18\x90\x4f\x6c\xd5\xfa\xfd\x54\x98\xb5\xdc\xa9\x73\xaa\x50\xc7\xd3\x15\x8c\x0a\x36\xc9\x51\xb2\xd0\x03\xb2\xf5\xcf\x78\x7d\x90\x92\xbc\x42\x55\xcb\xc6\xd9\x40\x83\x67\x60\x56\x42\x7c\x8d\x55\xae\xf9\x78\xde\x99\x4b\x63\xdc\xd7\x5c\x20\x7f\x8f\xfa\x7d\x63\x0c\x7b\xfb\x8e\x3f\x11\xe7\xd1\xd4\xb9\x70\xe3\x53\xfe\xc4\x90\x3e\x24\x85\xe3\xdf\x19\x8b\x21\x8f\x92\x53\x1d\x60\xc8\xb2\x21\xba\x42\xfc\xc5\xde\xc6\xfa\x3a\x74\x65\xf5\x0f\xd7\x02\x52\x8a\x9b\x01\x11\x2e\x30\x2c\x83\x5b\x16\xe7\xfe\x6a\x7c\x38\xf2\x87\xfc\x61\x66\x96\xae\x6e\x53\xea\x62\xc2\x2d\x55\x82\x22\x4b\xb3\x2a\x73\x7c\x87\x74\x5f\xfb\x82\x39\x88\x23\x19\x5f\xe3\xd1\xc6\xc0\x00\x08\x2c\x76\x23\xa9\xeb\xf6\x83\x71\x94\x73\x7e\x2f\xc4\x1c\x3e\x09\x5c\x00\x00\x62\x51\x2d\x78\x01\xef\xc7\x82\x4b\x37\x37\x87\x59\x88\x05\xfc\x26\x45\x71\x12\x06\x49\xe9\xf8\x97\xfc\x8b\x20\x55\x05\x52\xa0\x50\x0c\xae\x04\xd4\x40\x9a\x94\x79\x1a\x77\x2f\xe1\xcd\x4e\x3a\x11\x4f\x39\x90\x29\x1e\x65\xa4\x47\x5d\xe9\x69\x89\xbf\xd9\xd0\x4a\x42\xae\x8f\xb0\x7d\xff\x21\x93\x0f\x7d\xcd\xaf\x34\x55\x3c\xcb\x59\xeb\x97\x5f\x20\x97\xf9\x65\x0e\x16\x8d\xd4\x42\x7f\xfc\xed\x2a\x0a\x7d\x73\xa9\xe0\x8e\x59\x60\x6f\xfe\x9c\x06\xa2\x7b\xec\xf8\xe7\x63\x27\x4b\xe3\xa8\x6c\x2d\x56\x99\xae\xa2\x99\xe3\xf7\xfb\xe7\xe2\x9a\xca\xbf\x44\xc9\x7d\x10\x47\xa1\xe3\xbf\xaf\xa1\xe0\x1a\xe3\x95\x77\xd6\xd8\x36\xf4\xd8\x03\xfe\x85\x57\x36\x3e\x68\x6c\xc7\x06\xd4\xd0\x7a\x92\x6b\x0d\x42\xda\x75\xfd\x94\x07\x59\x86\xf3\x1a\xde\xb6\x1a\x91\xc7\x1f\x00\xd4\x39\xe8\x5e\xd8\xe8\x94\xa0\x1d\x85\x54\xfe\xae\x41\xb3\x1a\x71\x04\x03\xf8\xbe\x1d\x55\xd5\x30\xd0\x0a\x62\x9c\x97\x0e\xd9\xce\x1f\x77\xad\x80\xbe\x3f\x6a\x58\x35\xe5\xa0\x79\xeb\xc6\x68\xb2\x0b\x4d\xb5\x62\xff\xa0\x34\x04\xfc\x00\xb4\x2a\x3a\x1b\xad\x36\xdf\x8c\x2c\x56\xc5\x89\x2e\x7f\xa5\x28\x91\x72\x56\x4e\x31\xd1\xd4\x7d\x25\x32\x7f\x17\xf4\x26\xa7\x5f\x81\x0a\x94\x0c\x92\xb4\x8c\xe6\xeb\x0f\xc9\x15\x66\x59\x29\xd6\x7d\x97\xb4\x51\x29\x61\x25\x1e\x4f\xa6\x7e\x0c\x67\xe2\xfc\x10\xb6\x3b\x25\xb5\xda\x09\x11\x73\xaf\x28\xd1\x65\x50\x2e\x07\xab\xe0\xd1\x1b\x42\xf6\x67\x94\x78\xa9\xd2\x95\x96\x40\xb8\x10\x21\x84\x72\xe1\xe8\x82\x68\x5c\xfe\x68\xee\x05\xdb\x6d\xb1\xdd\x96\x7d\x84\xaa\xc9\x70\xca\x92\x40\x34\xf7\x42\x54\x71\xd6\x33\x4b\xb3\x35\xf3\xdd\xa8\x80\x3f\x99\x42\x0e\xe9\x9e\xa1\x50\xeb\xd2\x71\xf6\xcd\xe1\xc8\x75\xc3\x41\x91\xd1\x08\x0d\x19\x1c\x71\x44\xfd\x50\x84\x1c\x62\x21\x04\x43\x34\x29\xa7\xc7\x78\x90\xe1\xbc\x88\x8a\xd2\x03\xd0\x72\x98\xb5\xbd\x25\xbc\x50\x91\x2b\xb3\x83\xf1\x30\x4c\x61\x09\x67\x30\x00\x35\x6b\xa9\xfb\xbb\x41\x00\x6a\x40\xbb\x30\x3e\x87\xe4\xbe\x7e\x9c\xfc\x43\xcc\xe4\x71\x22\x5c\x4f\x72\x94\x4e\x92\xe9\xb1\xc4\xe9\x14\x17\xb3\xb2\xd1\x8c\x54\x66\xa3\x26\xb8\x90\x01\xba\x6f\xa8\xb8\x69\xa8\x10\x84\x50\xb2\xdd\xd2\xe5\x12\xd1\x89\x84\x33\xcb\x71\xf2\x8d\x4c\x1c\x27\x68\xe8\x27\xff\x18\x52\xb4\x80\x5c\x2e\x38\x90\x4e\x34\x11\x1a\x1e\xe7\x93\x64\x2a\x4d\xe4\x74\xa0\xd1\xed\xd6\xf2\x49\x62\x92\xd2\x6f\xe2\x5c\x3a\x66\xaf\x23\xdf\xd8\xba\x73\x50\xfe\x63\x38\x56\xcd\xfb\xc9\x41\xa9\xf2\xd1\x9e\x1d\x8e\x00\x4c\x0e\x50\x09\xa3\x83\x83\x5a\x07\xe5\x6c\x3d\xde\x62\x98\x00\x98\x34\x66\xd1\x62\x45\xbb\xd3\x4e\x95\x64\x30\x61\x1f\x1b\x12\x4e\x54\x94\x1c\x01\x52\xdc\xa3\x74\x03\x8f\xc0\xf4\x31\xfb\x7c\x59\x4d\x37\x41\x2b\x38\xf3\xb6\x9c\xb9\x9a\x7a\xbd\x75\xde\x4a\x55\xa6\x26\x4a\x2d\xd3\xa2\x54\x12\x94\x05\x84\xe7\xa7\x88\xc1\x07\xb1\xec\xf2\xb5\x5f\x99\x53\xfb\x49\x34\xb8\xc7\x79\x19\xcd\x02\xaa\xed\xd1\xe5\x8b\x5d\xcc\xdc\x18\x10\x17\xda\x1a\x92\x19\x17\xbc\xa2\x0e\xc1\x2b\x1a\x1b\x52\x97\x79\x06\xd3\x49\x57\x40\xa5\x8e\x1f\xd4\x90\x6e\x98\xd6\xea\x81\x26\x47\x6f\x9a\x77\x5a\xe9\x83\x59\x37\x25\x88\x99\x3e\xa5\xca\xe6\xb1\x73\xa0\x7c\x33\x70\xcb\xc7\xa7\xb2\x49\x9d\xdb\x37\xc3\x36\xf6\x99\x7e\x76\x16\xa2\x9b\xcc\xc0\x39\xd1\xe6\x3c\xad\x85\x3a\xcd\x32\x3c\x0e\x8d\xdc\x1e\x9b\xa1\x73\x30\x2c\x4b\x77\x6c\x03\x61\x75\x43\x67\xe2\x8e\x1e\x65\x34\x42\x7f\xb0\xc7\xc4\x50\x7b\x50\xda\x9b\xa7\xe6\x46\xe5\x7c\x62\x23\x45\xa1\x1f\xd1\xe9\x48\xb5\xe9\xb0\x52\x80\xb2\x82\x32\xe6\xa8\x69\x4c\xd6\x38\xd5\xf9\xf5\xb8\xc3\x74\x81\x5c\xc8\xb9\x48\xc1\xfc\x50\x94\x75\x41\x57\x23\x54\x43\x64\x95\x1c\xcc\x9a\x8e\x6d\x8a\x25\x1e\x23\xc9\xd0\x2a\xba\x6e\x98\xce\x28\x00\xee\x80\xdd\x1d\xf8\x0c\xf5\x11\xa2\x5e\x62\xf6\x1e\xd9\x47\xd4\x76\xb8\xea\xb7\x1b\xdc\x6e\xfb\xed\xbe\x35\xaa\xd7\x1e\xef\x6c\x96\x39\xea\x3d\xf2\xd7\x64\xbb\x75\x48\x36\x16\x56\xe4\x0e\xaf\xad\x1d\xd5\x5e\x5f\xba\x08\xb9\xeb\x2d\x51\xa8\x38\x1a\xef\x89\x06\xca\x73\xd7\x33\x64\x7f\x04\x69\x6c\xb9\xbe\xf7\x43\x44\x56\xfb\xdb\xa8\xa5\x93\x6b\x3f\x2e\x74\xe8\xe7\x98\xde\x50\xaa\x78\xcc\xed\x47\x4b\x7f\x87\xd7\xb7\x69\x90\x87\x34\xc3\x71\x63\xfe\xcd\xd7\x13\x6e\x4d\x4d\xba\x86\xdb\x31\xe8\x35\x8f\xee\x16\xd6\x6f\x11\x6a\x20\x68\xe2\x62\x45\xef\x8d\x54\x84\xd7\xe1\xd0\xe4\x57\xae\x02\x17\x9b\xd3\xf8\xe8\x70\xd3\x46\xa3\x00\x4d\x72\x60\xf3\x0e\xd2\x68\xb3\xf1\x55\xcb\xdf\x91\xd1\x11\xda\x92\xe6\x77\x9a\xe8\x30\xad\x8c\xf9\x8d\x26\xa9\xae\x73\x28\x0c\x3d\x07\xf5\x31\x30\x73\xb4\x33\xa8\xef\xc2\x47\xc0\xc8\x12\x0a\x28\xfa\xb6\x2d\xa4\x99\x31\x95\xe9\x66\x8b\xdc\x99\xc0\xc8\xbb\xe4\x38\xf6\x74\x32\x2f\x0a\x4d\xe1\x67\x99\x6c\xe3\x3b\x2f\xf3\x56\x28\xc3\xda\xd9\x0f\x0f\x85\xa6\xcc\xa9\x61\x1c\x22\xcf\x4b\x43\xb4\xa9\xc1\xe4\x9f\xf8\xc0\x81\x3d\xe7\xc0\xf9\x7f\x2b\x1c\x46\x41\xaf\x98\xe5\x18\x27\xbd\x20\x09\x7b\xde\xe1\xaa\x38\x5c\x46\x8b\x25\xd3\x32\x04\x45\xe9\xf7\x68\x54\x88\xc3\x34\x39\x7c\x58\x46\x25\x06\xd0\xc8\xcf\xe0\x0d\x18\x94\x47\xe1\xf7\x18\x77\x02\xec\x5b\x96\xe3\x39\xce\x0b\xf6\xf1\xb0\x98\x51\x5d\x5e\x8f\x62\x55\x00\x67\x90\x63\xea\xca\xe9\x89\x5e\x38\xd0\x71\x00\x05\x55\xf8\x7c\xd4\x84\x34\x04\xb0\x0a\x91\x86\x8b\x1c\x7b\x5e\x1e\xd2\xa8\x18\x61\x13\xba\xa2\x85\x9f\xd1\x85\xab\x01\x9b\xc0\x55\x22\x9e\x46\x08\x60\x1c\x82\x1a\xce\x8c\x26\xbd\x88\x36\x18\x85\x4f\x80\x6e\x45\xa4\x68\x18\xa2\xb2\xf4\x86\x10\x97\x00\x66\x21\x9a\xe5\x5e\x12\xee\x83\xfc\xc7\x71\xff\x24\xbe\xdf\x02\x51\xbe\x43\x97\x9b\x02\xe9\x0a\x55\x28\xc5\xd1\x55\x4f\x04\xb7\x48\xbc\x6b\x50\xa8\x40\xf9\xca\x78\xaa\xbf\x3f\x3e\xd2\x4c\x36\xf5\x28\x85\x0e\x34\x15\xa3\x14\x41\xb0\xa9\x07\xa5\x48\x82\x2d\xb5\x27\xf5\xf8\x5f\x59\xa2\xa0\x91\x21\xf4\xa2\xa2\x57\x25\xec\xc9\x2a\xec\xa5\x39\xc5\x2a\xe8\x45\x49\xef\x36\x28\x70\x4f\x90\x76\x6f\x81\xf9\xa3\xa6\x34\xfd\x1c\x38\x4c\x97\x7a\x8e\xae\x4b\xaf\x08\xe1\x0a\xc0\x0b\xb4\x92\xc8\x83\x67\x68\xd5\x04\x29\xbc\x41\x2b\x09\x52\x78\x85\x56\x12\x98\x90\xc3\x79\x9c\x0d\x68\xa0\x11\x72\xf9\x51\x70\x7b\x35\xbc\xb4\x7f\xaf\xe1\x7b\x73\x91\xcf\x14\xac\x79\x0d\xdf\xa1\xc9\xb9\xe9\x71\xd2\xa6\xc0\x46\x9c\x17\x2b\xb4\x0e\x47\x44\x52\x28\x48\xdd\xa0\x4a\x12\xec\x47\x0b\x13\xf4\x75\xf6\x28\x40\xfb\x9c\xd1\x70\xf8\x17\x07\xae\xa2\x84\x83\x9a\xbc\xf8\x4a\x87\x38\x39\x92\x98\x7e\x43\x2b\xd2\xd2\x13\x01\x82\x0c\xdc\xa0\xe1\x73\x81\xd4\x29\x46\xcb\x09\x19\x8a\xef\xc4\x78\x5e\x3a\x90\xc2\x60\xf1\xd0\x25\x46\xb4\x19\xc7\xdf\xe8\xe3\xa9\xeb\x29\x3c\x69\xce\x35\xe3\xb8\x90\x2b\xbc\x04\xb2\x0b\x30\x50\xe4\x75\xd0\x7a\x7d\x79\x79\xd9\x36\x4a\xd7\x7e\xf1\x93\x58\xde\xa5\x6d\x86\x5f\x7c\x25\x57\x53\xa0\x5b\xb5\x96\xaa\x85\x67\xd5\x9e\x99\xff\x0c\xcc\x3c\x98\xc2\x37\x48\x11\xbc\x42\xa8\xe4\x11\x90\xe0\xeb\x6e\xb0\x86\x86\x4d\x44\x7f\x24\x01\x05\x44\xaf\x1d\x97\x01\xb1\x39\xfe\x64\xd7\xde\x6b\xcd\x39\x1e\xbf\xf1\x6d\x9d\x92\x7b\xb5\x0a\xa7\xd0\x71\x07\x0d\xbf\x1d\xd5\x98\xad\x42\x63\x21\x6b\x52\xde\x67\xc7\xd9\xe7\xf6\x71\x47\x0f\xad\xbd\xe7\x53\x4a\x7b\x4f\xd6\x73\x0f\x08\x38\x09\xb2\xb7\xe1\x88\x64\x0d\x24\x32\x0e\x50\xd6\x80\xb6\x94\x18\x69\xd4\x0c\xe6\x83\x70\x8b\x7d\x07\x60\x7b\x66\xde\xc0\x9d\x4c\xf1\xb5\xd7\x1f\x92\x33\x77\x0a\xe0\x5b\xa3\x1e\x51\xca\x00\x1f\x6d\xd1\x7d\x47\x3c\xb1\x26\x09\xc3\x46\xbf\x13\x50\x4f\x01\xfc\x1d\x5d\x93\xdb\x45\x34\x60\xc3\x1d\xdf\x34\x60\xca\x0e\x9c\x9e\x73\x60\x49\x1c\xf6\x86\x0e\xd9\x69\x43\xfb\xe7\x76\x22\xfc\xa9\xd1\xd2\x73\x0a\xfb\xcf\xe9\x96\x89\x2e\x7a\xce\x1e\xf5\xd6\x53\x2e\xb0\x9f\x73\xad\x94\x14\xd2\x35\x7e\x07\x97\x89\xe4\x70\xd0\x4a\xa8\xd0\x3c\xa4\x28\xfd\x30\x9c\x5b\x2b\xa3\x17\xd0\x7f\x43\x0b\x33\x6a\xc7\x6a\x13\x3b\xb9\x37\x70\x0e\xce\xd9\xeb\xca\x14\x4d\xfa\x9f\x5c\xf7\x23\x34\x4e\xc7\xdb\xf1\x45\x0b\x82\xd0\xbf\x68\xc0\xfa\x12\x91\x6a\xca\x6a\x95\xa0\x8c\xad\x5a\x77\xc7\x3d\x33\x51\x46\x6b\xbd\x36\xb9\x69\x26\x1b\x1b\x38\x1f\x54\xf1\x33\xfe\xea\x58\xd1\x6f\xbb\xe0\xef\xd2\xcc\x77\x28\xde\x33\xdd\x8c\xec\x4f\xe3\xd0\x15\x81\xfa\xd8\x2f\x4e\xd4\x9f\xc6\xac\x5d\x0a\xbd\x28\x21\xf8\x2e\xcc\xe8\x78\xc6\xb9\x4a\x31\x1a\xf5\x45\xe0\xc0\xa9\x5d\xe3\x8f\xe4\xf8\x19\x43\x7b\x72\x91\x2e\x1a\x21\xef\xe4\x6a\x68\x6b\x2c\x6f\x6c\x53\x44\x6a\xb8\x6c\x2d\x97\x96\x61\xc2\x72\xe8\x4b\xc6\x31\x57\xbb\xba\x1c\x58\xbb\x6c\x6f\xb3\x49\x78\xc6\x3d\xa9\xab\x77\x4f\xe4\x6c\x4d\x54\x77\xd6\x66\xf3\xe2\x4a\x36\x45\xef\x3b\xea\x32\x72\x80\x1a\xde\x32\xa8\xdf\x34\xc3\x89\x03\x3f\x35\x71\x7f\x4f\x59\x82\x7c\x1a\x26\x09\xfd\x7b\x23\xfa\x8b\x57\xa0\x8d\xa3\x10\x2b\x15\x01\xab\xf8\x2f\x9a\x54\x6a\xa5\x69\x42\xbc\x87\xaf\xf8\x81\x71\x38\x1a\xd6\x35\x2c\xd8\xea\x18\x41\x66\x44\x8c\x19\x91\xef\x65\x4d\x32\x92\xc5\x62\x2a\x82\xc9\xb9\x08\xfc\x91\xb4\x25\xdd\xb3\x26\xcc\xb5\x01\x08\x3d\x7a\x12\x10\xfa\x4c\x07\xe7\x36\xb7\xc4\xed\xf8\xf7\x16\xa3\xdd\x21\x34\xf3\xb8\x3f\x42\x3e\x3b\x32\xe4\xb3\xa1\x2e\x8e\x1d\x7d\x9d\x3d\xf6\xb8\x54\x66\x65\x93\x2d\x2c\x4a\x7a\x4d\x66\x70\x26\x4e\x92\x3e\xe4\x41\xc6\xa4\xb7\x0f\x32\x27\x8e\xe3\x28\x2b\xa2\x82\xa1\x94\x4e\x6c\x14\xa6\x58\x38\xf3\xdf\x56\x57\x30\x7a\xaf\x98\xc2\x85\x2a\x28\xc8\x09\xbe\x9f\x12\xea\xb1\x4c\xbb\x84\x09\x6f\xce\xbc\x62\x79\xcf\x3c\xad\x2b\xb2\x7d\x2b\x13\x62\x53\xbf\x14\xa8\xa3\xbb\x7d\x96\x37\x05\xe8\x3f\x8c\xee\x58\x11\xfa\x6b\x29\xa2\x26\xe7\xad\x07\x72\xb8\x79\x62\xc5\x6f\xd2\xcc\x1f\x59\xf7\x07\x23\xf8\xaf\x99\x80\x55\x43\xb2\xff\x37\x4d\xfa\xd2\x7b\x61\x34\x2f\x56\xb3\x7d\xf4\xe9\xc0\x93\xc5\x2a\x88\x63\x85\x3b\x69\x05\x8e\xa5\x0b\x6c\x5d\x2d\x6d\x71\x38\xca\xf1\x9f\x7e\x1f\x98\x91\x79\xd6\xdf\xed\x7d\x16\xd6\xa3\x7d\xed\xe5\x77\x6a\x36\x24\x00\x37\xda\xf4\xbe\x22\x15\x71\x15\x1f\x9d\x23\x86\xbc\xb3\x51\xd1\xba\x6e\x06\x38\xc6\xf7\xd4\x98\xff\x6b\x73\x97\xff\xa4\x8f\x32\x23\xa3\xe4\x40\xc9\xa7\xac\x96\xc3\x55\x10\x25\x8e\x94\x73\x45\xa9\x1a\x66\xa0\x86\x77\x53\x68\x7b\x77\xf3\x0d\x06\xc7\xcf\x08\xc7\x97\xd0\xc7\x43\xc2\xe1\x4c\xdd\x62\xe3\x9a\x59\x68\x10\xc7\x8c\xb1\xd4\x66\x53\xbe\x26\x18\xbf\xf6\xc0\x14\x40\x2b\xb2\xc5\x07\x68\x45\xaf\x78\x6b\xcd\xad\xe3\x66\x4c\x3e\xc0\xb7\x4f\xe8\x15\x1a\x3d\xe2\x6f\x33\xba\xc0\x2e\x87\xc0\x56\x5b\xeb\xa4\x50\x87\x6a\xc3\xe6\x49\x72\x3f\x8d\x5a\xbb\xfa\x8c\xba\x7e\xf0\x7c\x5a\xeb\xe6\xc3\x99\xad\xca\x66\x47\x6c\x0a\x57\xad\x9c\x4a\x85\x9b\x3f\xc4\x8c\xe1\x4a\x60\x45\x0d\xe1\x2a\x78\xfc\x49\x17\xdc\x9e\xab\xc7\xe0\x91\xe6\x08\x43\x6c\x4d\x3d\x53\x03\x9f\x58\x12\xcd\x55\x39\xb1\xaf\x4a\xdb\xbc\xdf\xdf\xb0\xeb\x01\x8f\x0e\x2d\x8b\x44\x09\x21\xe0\x43\x4e\x92\x35\x6c\xa2\x93\x34\xa2\x49\x0f\x6b\x7e\xcd\xd8\x50\x65\xd2\x35\x8e\xe7\xbe\x53\x94\x39\x2e\x67\xcb\xdd\xca\xa4\x9a\x43\x9d\xeb\x12\xc9\x9c\xec\xce\xf9\x67\xc2\x98\x6f\x1a\x98\xe4\x0c\x75\x77\x4e\x6e\xab\x4c\xff\xcf\x2f\x48\x0f\x53\x48\x76\xbc\xd1\xf0\x92\x34\xbc\x9c\x84\xe1\x14\x71\x0d\xd1\xd1\xdf\x8e\x6a\xb8\xa4\x21\xfa\xa9\x5c\x74\x91\xd0\x90\xc0\xda\x88\x86\x3d\x06\xec\x5b\xd7\x16\x4c\x5d\xf9\x0a\x52\x83\xe3\xac\x03\x8d\x93\x21\x71\xce\x43\xb8\xe4\xa0\xbb\xab\x10\x39\x84\x26\xdf\x44\x38\x0e\x1d\xb8\xf8\x7c\x68\x4e\x42\xad\xfc\xb9\xaf\x0d\xb6\x69\xf3\xac\xd9\xc3\x89\x06\x9a\xfe\x3f\xfc\xdd\x89\xc6\xed\x31\x1d\xc4\x59\x41\x6a\xe6\x16\x94\x98\x3f\x7e\x5d\xd0\x37\xc7\x4f\x22\xd5\x4b\x58\x70\x77\x50\x4b\xaf\x27\x8b\xe3\xf4\x13\xce\xcf\x5d\x3d\x1a\xed\xd5\xa3\x0f\x55\xf9\x54\x97\x3e\xcb\x0d\xe7\x3f\xe9\x79\xa3\x79\xd3\x88\x40\x4c\xd4\xd7\x44\xf8\xd6\x44\x56\x74\x15\xc3\x23\xa7\x19\x20\x4d\x1f\xb9\x16\xd6\xd9\xfe\x5a\x1b\xaa\x0c\x7b\xc4\x67\x6b\xc0\x83\xa8\xb2\x35\x34\xaa\x6a\xf4\xe4\x1e\x07\x31\xd3\xe6\xb6\x1d\xe2\x34\x0a\xb0\x20\x6f\x6e\xa2\x82\x15\x8f\x92\xc5\xc7\xa0\x28\x08\x9f\xf5\xfb\xec\x9d\xa2\x91\x5c\xab\x55\xbf\x20\x7c\xa9\x85\x93\xaa\x39\xa8\x4a\x78\x0a\x46\x30\x30\x42\xf7\xa1\x70\xc2\x13\xfe\x38\x60\xbb\x75\x9c\x63\x89\x01\x9d\xbb\x6e\xde\xa7\x08\x0f\xcc\x59\x94\x54\xfe\x23\x29\xcc\xd2\xa3\xb1\xd7\xfe\x84\x72\xa8\x1c\x23\x3d\xe9\x48\x06\x54\x74\xc1\xa6\x0b\x24\x63\x06\x10\xd3\x10\x29\x83\x4f\x51\x71\xca\xcc\x7e\x29\xba\x85\xbe\x59\xaa\x64\x26\xbf\xd0\xb6\xfc\xbc\x06\xc0\xb7\xf4\x41\xd8\x07\x53\x77\x2c\x52\x69\x50\xac\x93\x19\x45\xd0\x8d\x45\xd2\x9c\x07\xd0\xbb\x08\xd1\x22\xf5\x56\x0c\x79\x42\x5b\x4f\x96\xae\x58\x9b\x46\x56\xa6\x6b\x95\x91\x8b\x85\x14\xa5\xdf\xb3\x1c\xcf\xa3\xc7\x66\x86\x8f\x34\x95\xe5\x28\xaa\xb9\x25\xc7\x35\x4d\x65\x39\x1e\x82\x3c\x51\xd3\xf1\x03\x91\x44\x3d\x20\x3d\xc1\xf8\x75\xe5\x47\xb1\x9e\x1a\xc8\xab\x82\x78\x75\x92\x6a\x75\x8b\x73\x2d\x64\x67\x44\x03\xd0\x5c\x97\x79\x94\x2c\xbc\x08\x68\xde\x58\xed\x19\x6e\x2c\x88\x70\x7b\x88\xa0\xce\xb9\x4c\x49\xd9\x71\x6a\x36\x95\x71\xb0\xa6\xd5\x50\x46\x85\xc4\x2a\x0c\x42\x7c\x9b\x56\xc9\x8c\xb0\x2e\xc9\xc6\xa4\x8f\x7b\x88\xe7\x38\xcf\x65\x31\x16\x14\x01\xf3\xf9\x2e\x4a\x95\x8c\x86\x9f\xe3\x0b\x46\x49\xbf\x33\x48\xf6\x7d\xd8\x72\x09\x60\xdb\xe2\x33\x5d\xbc\xce\xa2\xf0\xb2\xe9\xdf\xc5\x2c\x20\x02\x7a\xdf\xa0\x7b\x96\xdd\xcc\x4c\x03\x50\xc5\xf4\xdf\xa5\x41\x28\x6c\x3e\x24\xcf\xa7\x3f\x39\xdb\x7f\x96\x73\x19\x6f\x9c\x2d\x43\x54\x64\x69\x81\x9b\xb6\x34\x0b\x5c\x5e\x27\x41\x56\x2c\xd3\xf2\x35\x15\x52\xac\xfe\x64\x9c\x53\x31\x61\x84\xdc\x1f\x27\xdc\x96\x91\xff\xbe\x2e\x83\x9c\xdb\x67\xcb\xb4\xf3\x24\x9c\xd6\xcf\xf2\x5b\x53\xd1\x72\xb5\x65\xc9\x91\x97\x6c\xb7\x9b\x1a\xa8\x9a\x75\xda\xcf\xc7\x13\x06\xfc\x5b\xc5\xf1\xd4\xcf\x61\x80\xa2\xc9\x70\x4a\x61\xd2\x47\xd3\xe3\x7e\x9f\xdb\x35\x12\x99\xab\x8f\x50\xbf\x9f\xaa\xdf\xae\x5b\x0e\x24\x59\x0b\x6b\x6b\x61\x5b\xcd\xc3\x75\x07\xae\xcb\xff\x2a\x5c\x37\xf8\x06\x0d\x5d\xb7\xa0\xff\x35\x6d\x39\xa3\x34\xb9\xa2\xd6\xb7\x01\x2c\x00\x80\x98\xad\x56\x1f\xa1\x94\xfd\x25\x6d\xb9\xed\x9c\x8b\x6d\xf1\x98\x70\x68\x32\xdd\xb0\x42\x6a\xc9\x8f\x49\xe3\x95\xac\xc0\xc6\x21\x30\xd0\x88\xd7\x30\x3f\x77\xdd\x7e\xda\x48\x68\x58\x8c\x37\xb7\xb2\xb0\x37\xb6\x51\xec\x3a\xf4\x52\x20\xa8\xb3\xb1\xdf\xbd\x96\x9d\xfb\x9e\xe1\xca\xd9\x85\x36\xc6\x45\x41\xcd\x14\x75\x9f\xbf\x46\x8c\x6e\xee\x95\x40\x8d\xf5\x22\x19\x70\xb7\x10\x41\x80\xd5\x13\x7d\x25\xa5\x9e\x19\xd2\xd6\x9f\x42\x22\x4a\x19\x28\x43\x78\x50\x91\x1e\x92\x4f\x21\x0d\xec\xcb\x38\x38\x8d\xec\x9b\xe3\x22\xfa\x9d\x34\xcd\x02\xfa\x52\x16\xdd\x08\xe8\xcb\xbd\x09\xd7\x08\x0f\x82\xaa\x4c\x99\x4a\x81\xcd\x15\x35\x46\x98\x05\x5c\x2c\x10\xa7\x37\xb5\x4b\xc8\x8d\x24\x89\x6c\xcc\x02\x1a\x12\x9e\xf5\xa8\x59\xf5\xb2\xc3\x03\x3e\x28\x72\x7f\x6c\x18\x34\xb2\x1c\xfe\x23\xb5\x55\x10\x89\xec\x44\x81\xd7\xaa\xd8\x5d\xa3\x18\xcb\xe1\xdf\xd1\xd0\x87\xa6\xdf\xe0\x85\x2a\x75\x6e\xf5\x1b\x3c\x87\x67\x5a\x21\xed\x98\x84\x37\xaa\xe8\x59\xa3\xa8\x96\xcd\x3f\x13\x9e\x77\xcc\xb9\xf0\x23\xba\x52\xdb\x10\x5e\xd2\x5f\x2d\xc9\x07\xbe\xe7\x76\x72\x86\x53\xe7\x3b\xe4\xdc\xa6\x69\x8c\x03\x3d\x42\x75\x34\x8e\xfc\x7e\xff\x3d\x3c\x41\xfd\xfe\xad\xeb\x3a\x19\xaf\x82\x64\x39\x75\x5d\x33\xb2\x83\x2c\xdf\x97\xe5\xe7\xa1\xa0\xd4\xbc\xf4\x00\xc5\x42\x63\x02\x8e\x8e\x82\x85\xc5\xc9\x88\x07\x49\x70\x1f\x2d\x82\x32\xcd\x85\xc8\xfd\xe5\x79\xb8\xf8\x72\x50\xe2\xa2\xf4\xb4\xaf\x83\xaa\xc0\xf9\xc9\x02\x27\x25\x11\xba\xc0\xf1\x3c\x44\xfd\x16\x32\x1b\x2c\x59\xa3\x22\x3c\xae\x68\xda\xc3\x88\xff\x55\xea\xf0\x14\xa2\x13\xa5\xd6\x09\x7b\x27\x65\xe3\x64\xff\xda\x3a\x25\x9d\x1a\x9c\xfc\xde\x1f\x8d\x06\x43\x07\x7c\x73\x38\xaa\xa9\x95\x28\x77\x69\x98\x53\x44\x35\x01\x4f\x16\xd6\x1e\x80\x6f\x50\xcb\xbd\x71\x19\x7a\xf7\xb6\xb0\xcf\x89\x92\xf2\x53\x86\xdf\x8d\x43\xff\xa3\x72\x61\x0c\xa1\xdc\xa8\x0c\xcb\x5b\xf8\x3b\x56\xd2\x2f\x52\xb0\x29\x11\xc4\x89\x30\x0d\xbf\x84\x72\xaf\xfa\x4b\x92\xf5\x62\x96\x26\x7e\xbf\x1f\x40\xb5\xbb\xfd\x0c\x9a\x2c\xc2\x2f\x60\x73\xcf\xfa\x6b\x52\x58\x17\xe4\xf7\x88\x78\xdb\xf0\x4a\xc4\xec\xeb\x15\x9e\xeb\x40\x9b\xf4\xad\x73\x8f\xc8\xb3\x6f\x06\x0f\xc2\xdb\xe9\xe2\x33\x7d\x15\x8d\xda\xe6\x44\xba\xfc\x36\x4f\xab\xac\x86\x2a\xbc\xfc\x9c\x3b\xdc\x9a\xa6\xd3\x8c\x8f\x80\x4e\x07\x28\xbd\x5e\xce\x26\xa5\x11\xbd\x10\x7c\x6b\xf8\xd0\xdd\x6d\xde\x00\x80\x33\xce\x19\xd8\xf1\x40\xa4\xe0\x93\x1c\x07\x1e\xf0\xf5\x64\x7a\xee\x78\x00\x06\xed\x0e\xb1\x70\xbb\x7a\x7f\xc8\x59\x50\xc3\x00\x00\x78\x62\xe9\xff\x2d\x5d\x4b\x07\x6e\x0c\x63\xfd\x4f\xe6\x02\x69\xab\xde\xf2\xf0\x6b\xdd\xed\x04\x0c\x26\x33\x6a\x70\xfc\x7e\xff\x92\x87\x7b\xe6\x6d\x59\xd6\xba\x75\xcd\x14\x8d\x5e\x67\x41\x62\x8d\x29\x6c\xc9\x4b\x28\x5b\x01\x9d\x5f\x8e\x9d\xb7\x51\x88\x1d\xdf\xb9\xc2\xe1\xf9\x1a\x3b\x34\xa8\xb0\x5a\xe8\x95\x75\xa1\x19\xe7\xdf\x6f\xa1\xf9\xb1\x27\x17\x5a\xdc\x5f\x6a\x78\xdd\xbd\xd0\xbc\x01\xd2\x17\xe9\x5e\xad\x98\xff\xc9\x7d\x10\xc5\x64\xaf\x5a\x3a\xd0\xf4\x76\x34\x2e\x67\x35\xbc\xe9\x6e\x53\x6b\x60\x5f\x2f\xbe\xf6\x9c\xff\xcc\x84\x48\xa8\xd3\xa1\xce\x76\x3c\x32\xa6\xdd\xbe\x7c\x42\xe2\xd6\x34\x5b\xca\x9b\xaf\xf3\x93\xdd\xc8\xfd\xd6\xd0\x34\x7d\x66\xcd\xa4\x92\x66\xc5\x4c\x8c\xfe\xc3\x55\xb3\x6a\xda\x95\x2b\x89\x98\x5e\x0a\x2c\x8e\x8e\xd6\x86\xbc\xa7\x5a\x92\x15\x36\x2f\x41\x7a\x93\xe7\x49\xf8\x67\x36\x48\xaa\x23\xcd\xed\x8d\x3a\x22\x3a\xd9\x79\xe5\xec\x6c\x74\xbc\xef\xf8\xfd\xc3\xd1\xd3\xd7\xd3\xe7\x74\xf8\x3c\x09\xff\x3d\xdd\x3d\x4f\xc2\xbd\x3a\xdb\xb5\x98\x57\xad\x20\x40\x9f\x4d\xaa\xcd\x6b\x1a\x05\xe9\x37\x3d\x21\x2c\x17\x2b\x0b\x29\x45\xa1\x76\x6f\x17\x97\x44\xf3\x26\x5f\x61\x01\x69\xb1\x0c\x8a\x9f\x82\x3c\xc1\xe1\xfb\x2a\x8e\x7f\x64\x5f\xbc\xae\x4f\xa8\x3f\x84\x8b\xc4\x73\x48\x72\x94\x2c\xfc\xde\x5f\x69\x5d\x7f\xed\x91\x8a\x7b\x69\xd2\xfb\xab\xd4\x18\xfd\xb5\xc7\xdc\x36\x7a\x49\x5a\xf6\x6e\x31\xb5\x27\x1e\xf4\x4e\xd3\xa4\x88\x42\x9c\xf7\xaa\x22\x4a\x16\xbd\x20\xe9\xe1\x55\x56\xae\x7b\x05\x55\xfc\xf4\xca\xb4\x47\xb1\x66\x7a\xe5\x12\xf7\xe4\x45\xbc\x97\xe6\x9a\x6d\x72\x99\xf6\xa2\x24\x8c\x66\x41\x89\x49\x79\x5d\x3d\xa4\x8a\x0c\x1c\xb0\xdf\x96\xf8\x14\x3d\x41\x58\x1c\x72\x2a\x14\xf3\xa5\x54\x74\x7f\x0a\x85\x1b\x9a\xac\x6e\x25\x90\x38\x2f\x3d\xfd\x6a\x0a\x26\x25\xe2\xda\xa3\xa9\x54\x01\xe0\x49\x39\x3d\xe6\x72\xfa\xf3\xc8\xba\x21\x06\x59\xf5\xf4\x4c\x8c\xea\x14\x38\xf9\xe9\x48\x6f\x9d\xf2\x89\xe7\x35\x33\x87\x64\xaf\x71\x75\x9b\xa8\xcd\x43\xd9\xda\x2c\x3b\xd4\xff\x70\xb3\xfb\xac\x87\x89\xaa\xf2\x14\x2c\x93\xa1\xb7\x68\x81\x69\xe3\x71\x87\xca\xc3\x67\x5a\xed\x67\xae\x4f\xfb\xb8\xef\x02\x2a\xb2\xf4\xaa\x87\xc7\x0e\xdb\x65\xda\x35\x14\xb7\xdf\x1a\xb2\xdd\xbe\xb3\x26\x6e\x40\xd7\x4a\x30\xd0\x11\x72\x7b\x61\x18\xdf\x87\x51\xe8\xf8\x0e\x2d\x7b\xb8\xe2\x73\x5b\x43\x5b\x88\xa2\xa7\xbd\x77\x8d\xcb\xf5\xbe\x0d\xf1\x77\x90\xfd\x36\xa4\x4d\x14\xdc\x1b\xa1\xab\xdf\xf7\xac\x8a\x87\xed\xd6\x78\x99\x11\xec\x44\x1f\xcd\x33\x55\xba\x8d\xdb\xc9\x2e\x25\x96\x54\x4b\x95\x48\x23\xce\x7e\xbf\xdd\x07\x1f\xc3\x84\xa2\x0f\xa9\x03\xe4\x2a\x85\x13\x47\x57\xeb\x3b\x53\x00\x75\xf5\xe7\xa4\xe5\x53\x3c\x15\x67\x08\x6b\x9d\x7e\xb1\x7a\x18\x77\xdf\x5d\xc9\x19\x19\xe4\x38\xa0\xd8\x36\x52\xdc\x8e\x42\x1e\xe8\x51\x78\x51\x6b\x47\x29\xa4\xac\xd0\x57\x5a\x49\xb2\xc5\x20\x7f\x85\x92\x37\x25\xed\x4d\x4a\xc5\xed\xb0\x7d\xdc\x41\x82\xf4\xd2\x6a\xf3\xa4\xb6\xc1\xd2\xec\xba\x60\x8c\x2d\x97\x08\xbf\x35\xb1\x7a\x75\xd3\x26\xfa\x49\x69\x3a\x78\x6b\xb3\xae\x3c\xe7\x73\x1c\x84\x1f\x92\x78\xad\x7f\x15\x69\x76\xa0\x97\x26\x3c\x0d\xf9\xd1\x82\xeb\xd0\xef\xc1\x4f\xaa\x50\x55\x6f\x12\x4d\x4d\xaa\x45\xad\x4a\xec\xf4\x98\x50\xb5\x6a\x43\xd9\x18\xb4\x15\x89\x85\xd2\x8d\x56\x4a\x1b\x3a\x13\x1a\xcb\x50\x35\x34\x1b\x53\xe2\x72\xfc\x19\xcc\xd0\x64\x7a\xcc\xf5\xb0\xae\x9b\x71\x38\x0c\x9d\x4e\xf5\xcb\x6a\xb1\xdd\x46\xa0\x91\x4d\xe8\x15\xf4\x7c\xd5\x76\x1b\x34\xf3\x89\x6b\x29\xd3\xa2\xcf\x11\x35\xdd\xa2\x17\x72\xed\x88\xb0\xe8\x14\x45\x5f\x43\x68\xec\x01\x73\x87\xde\xb4\x76\x28\x74\x48\xdd\xce\x14\x00\x43\xa7\x10\x6b\x24\xb9\x63\xeb\x66\x12\x10\x6b\x9c\xb1\x48\x8b\x4e\xcf\x11\xd0\x4b\x00\xfe\x5f\xdb\x7d\x6a\x13\xfc\x27\x37\x5e\xfa\x9c\x9d\x03\x97\x7b\xc5\x01\xa1\x0a\x40\x07\xf2\x28\x5e\x40\xc4\x45\xf3\x2c\x3a\x12\x3a\x59\xdb\xed\x12\x78\x73\x6a\x5d\x63\x6c\x4c\xf1\x2a\xd7\xe1\xc9\x4d\xc1\x69\x38\x95\x97\x58\xbe\x60\xb2\xe7\x9e\x3e\x55\x22\xf7\xd7\xfa\xbb\x23\x10\x57\x0b\x4b\x7e\x84\x8f\x9b\xc0\x3c\x83\x34\xf9\x16\x97\xba\xa0\x02\x53\xea\x2a\xef\x61\xa6\x57\x96\xe1\x8a\xfb\x08\xa5\x20\x9a\x7b\x42\x34\x51\x1a\xee\xd4\x75\x9d\x72\x89\x13\x27\x4a\x7a\x12\x95\xe5\xe0\x40\xbd\x50\xa9\x67\xd7\xe3\x74\x40\x72\x6a\x76\x0b\x09\xd8\xe4\x14\x5c\xb2\x91\xd3\x75\xcb\xae\x67\xa5\x84\x9e\xae\x9f\x18\x22\xd0\xc9\xbc\xc4\xb9\x7c\x35\xc2\x30\xa1\xa6\x2c\x0a\xc9\xa6\xa3\x8e\x54\xbe\x4c\xd9\xab\x49\x39\xd0\xce\xae\x3c\x8e\x03\x1a\x0f\x92\xb6\x8c\x8d\x1b\x27\x16\xd0\x99\xfc\x21\xcf\x58\x8a\xf7\xb4\xb8\x9a\x84\x2b\x5c\x54\x71\xb9\x57\x26\xfa\x86\xdd\xe8\x4d\xeb\xd1\x0d\x99\xaf\x15\x4f\xdd\x7e\xf9\xe1\xd4\xd0\x6c\x1b\x1f\xa5\x92\xdd\x94\x6a\x2d\x75\x1e\xf3\x27\xae\x01\xb3\x84\x44\x8e\x03\x1b\x29\x78\xc0\xa0\x4a\x59\x33\x07\x0e\xbf\x0d\x34\xfc\xf9\x95\x7a\xbe\x3f\x84\xf6\xf7\x7e\xff\x68\x38\x84\xe6\x23\x38\x35\xd9\x6a\xb8\xff\x1f\x4b\xeb\x32\xfe\x50\x2a\x0d\xcc\x98\x89\x8b\x71\xe2\x95\x03\x8b\x75\x43\xa7\x8d\x44\x3a\xe6\xf6\x11\x29\xf0\xd3\x5a\xb6\xb3\x0e\x15\x4b\x21\xc2\x67\xcb\x5e\x8c\x88\x9e\x6d\x93\x2d\x50\x93\x8e\xdd\xea\x60\x05\x9a\xc9\x9c\xc6\x19\xcd\x4f\x87\xda\x17\xa7\x61\x64\x61\xe4\x33\x2f\x52\x94\x69\x37\x72\xcc\x59\x53\xea\x09\xc0\xf6\xfd\x5b\x16\x70\x92\x9d\xb3\x8d\x0c\x2c\xd1\x81\xec\x70\x6d\x7c\x64\x89\x0e\x7c\xd0\x90\x11\xd4\xd7\x07\x81\x88\xa0\xab\xd5\x1b\x79\xd8\x27\x47\x7b\xf3\x31\xbf\x1f\xca\x0f\x8e\xfe\xd8\xd3\xc8\xa4\xbe\x38\xfa\x6b\x4f\x23\x97\xfa\x42\x72\x29\x72\x6c\x65\x93\x9f\x1c\xf5\x2c\x65\x3a\xa8\xc8\x27\x2c\xd3\x91\x85\x7b\x53\x92\x44\xf6\xa7\x53\x2b\x5a\xfd\x14\xea\xd7\x6d\xed\xc9\x39\xd1\x1f\xb8\x53\xc4\xb5\xc9\x38\x64\xb6\x5b\xf4\x9d\x39\x42\xb9\x74\xf7\x0e\x50\xce\x6c\xcf\x5b\x21\xc3\xf9\x56\x36\x5d\xec\x4a\xd7\x4d\xa4\x45\x7d\x24\xcc\xf3\x6f\x70\x5e\x46\xd4\xf3\xa9\x74\xdd\x8d\x34\xd1\x0f\xb8\x7f\x9d\xb2\xd1\x67\x76\xbe\x57\xdc\x37\x80\xdf\xfb\xdf\xe1\x79\xe9\x8f\x8e\xc4\xcf\x2b\xee\x4d\xad\x39\x1c\x38\x47\xd4\x83\x4b\x3a\x23\xd0\x76\x52\xd3\xa5\x07\x23\x72\x04\x33\x17\x1c\x91\x71\x44\x0e\xe5\x7a\x5a\xd7\x74\xe7\x9c\x52\xbc\x80\xc5\x5e\x78\x01\x21\x43\x0c\x90\x53\xb6\x32\x8c\x08\x16\xfa\x1c\xdf\x6b\x73\xbc\xd6\x6d\x01\x6e\x0d\x33\x81\x4f\x3a\xc8\xc0\xa9\x69\xa2\xf0\x68\x2e\xe1\x03\xcb\x4a\x1f\x66\xee\x0c\xb3\x81\x6b\x0d\xb6\x40\x1c\xd4\xe7\x6d\x53\x85\x0b\x9b\xf5\xc0\x19\x2b\xab\x3f\x3c\xc1\x1b\xb4\x6c\x3a\xfb\x5f\xa1\xa5\x74\xf6\xff\x88\x96\xdc\xd9\xff\x12\x5d\x97\xde\x6d\x08\x97\x80\xba\xef\x2b\x2f\xef\x1b\x9b\xb3\x0c\x23\x8f\xc5\xf8\xc6\x70\xb9\xf0\x6f\xac\xce\x39\xcf\x74\xcd\x1f\x31\x8f\x41\x45\x1c\x23\xab\xd1\x3a\xa9\xeb\x7a\x99\x47\xc9\x9d\x3f\xec\xf0\xfd\xd6\x87\x21\x9c\x6a\x64\xd7\x95\xff\x87\xf8\xc6\x9d\x41\x4a\x40\x51\x0a\xf8\x16\xe8\x18\x52\x9a\x05\xb3\xa8\x5c\xfb\xa3\x7d\x3d\x76\x99\x8f\x2e\x3c\x41\xb2\xde\x2e\x67\x15\xee\x40\xda\x51\x4b\x2a\x45\x50\xbe\x61\x2f\x99\x4f\xec\x47\xe1\xea\xba\x76\xdd\x4b\x45\xa2\x0b\xf2\x4b\x51\x32\xf9\xc5\x58\x0d\xbc\x25\x7f\x2b\xea\x3d\x25\x3f\x75\x8a\x25\xbf\x35\x92\x5d\x26\x70\x63\x71\xf7\xaa\xe1\x6a\x2a\xf9\xf9\xe4\x52\x3c\x45\x53\x37\xae\x4d\x63\xdd\x59\xed\x9a\x12\x50\xfa\x76\x7a\xd7\xe3\x1b\xe5\x2d\x23\xe6\x9c\xb9\xb5\x81\x86\x65\xfd\xc2\x75\x37\x7a\x4d\xa7\x8d\xe9\xd4\xa8\xd4\xee\x10\x2b\xdd\xb3\x4e\xff\x34\x3f\xa0\x1c\xd4\xb0\xbf\x30\xd8\xd5\xc6\x11\x5e\xf2\x96\xde\xee\x18\xae\xf0\x9e\xb7\x3b\xb3\xca\xbe\xeb\xb5\x19\x7e\xa2\x9f\x3b\x84\x08\xd4\x75\x4d\x08\x64\x62\x5f\xe6\xac\xb4\x2f\xd2\x1b\xe5\x35\x7d\x12\x97\x70\x08\x1d\xbd\x83\x0e\x98\x4e\xa7\xba\x38\x31\xb9\xd4\xec\x0b\x98\x4f\x64\xcb\x55\xce\x39\xb8\xe9\xf6\x6b\xbc\x6a\xfa\x34\x1a\xac\xaa\xe9\x4e\x29\x1c\xd2\xe8\x8d\x5d\xf3\x6e\x6c\x50\x26\xf9\xef\x99\x84\xfc\x73\x72\xc2\x27\x74\x2e\xa5\x9c\x3e\x6c\x53\x73\xeb\xba\x1b\x85\x1e\xe2\x7c\x35\xd4\x8e\x32\x16\x26\xbf\xd1\x5e\x0d\xfb\xf7\xae\xfb\x14\xc1\x9c\xea\xfc\xa7\x93\x38\x34\xb7\xe1\x26\x61\xff\x19\x64\x11\x08\xb2\xe8\x3f\xba\xee\x9e\x34\xd0\x5c\x22\xa0\xed\xd9\xfd\x76\x6b\x41\x06\x55\xfc\xbb\x76\x6b\x01\x5a\x9e\x9c\x35\xe1\x7f\x4d\x30\x88\x53\xd7\xbd\x6f\xa6\x42\xab\xf3\xaf\x59\xb0\xa6\x5e\xac\x1b\xb2\xd4\xbe\x33\xea\x8d\x7a\x94\x20\xcc\x6a\x9a\xe8\x25\xb4\xc8\xc2\xe2\xab\x6a\x3a\xad\xc1\x6b\xb6\x12\x8d\xd9\x54\x9e\xcc\xa6\xeb\x9e\x9d\xa0\x94\x5b\x62\xcd\xfc\x36\xd7\xa6\xa0\x55\x3d\xe9\x3b\x7d\xf3\x7c\xdf\xe9\xca\xe2\x3b\xad\xb5\xa1\xf9\xbd\x32\xa7\x58\xc3\x9f\x9a\xfa\xb3\xb2\xfb\xca\x44\x1e\x74\x9c\x93\x68\x4c\x44\xa2\xec\x98\x73\xfd\x5c\xc8\x1a\xe3\xe0\x67\x63\x7c\x02\x38\x48\x78\xc9\x75\x39\xd2\x29\xe8\x08\xd3\x29\x55\xfa\xc2\x43\xe1\xfb\x45\xfe\x10\xab\xa6\x1c\x2e\xa1\xe3\xfb\x87\xab\xe2\x90\xbe\xc4\x3a\x7e\xd3\x09\x4e\xf8\xb6\x7e\x9e\xbc\x33\x03\x35\x5c\x25\xde\x3b\x40\x18\x59\xff\xce\x75\x27\xe4\xe0\x57\x22\x29\xbb\x89\x63\xe5\x7e\xd8\xe0\x77\x51\xb2\xc4\x79\x54\x9a\x22\xdb\xdf\x28\x4f\xfd\x36\x4f\x1f\xfc\x91\xee\x4b\xfc\x15\x34\xdf\x02\xbf\xd2\xfc\xc5\x19\xab\x34\x4f\xfb\x5b\xd7\xbd\x70\xdd\xb6\x1f\x63\x0d\x1f\x5c\xb7\x7f\xe6\xba\x1b\xe3\x52\x71\xf4\x92\x16\x79\x68\xa6\xbf\x1c\x52\xc1\xa1\x8d\xe6\xb2\x43\xba\x6d\x48\x68\x4f\xf1\x2f\x3a\x89\x27\x60\x4a\xf7\x7e\x7b\x7b\x13\x16\x7a\x6a\xee\x33\x8a\x8a\xc6\x41\xd1\x8c\x9b\xd2\xc8\xbc\x29\x8d\x46\x35\x0c\x01\xad\xe2\xb6\x5d\x0b\xf7\xfa\xd5\x6b\x21\x13\xfd\x92\xf9\xf8\x9e\x4f\xa9\xe5\x97\x3f\xb9\x6d\x4f\x95\x71\xc4\x91\xe5\x3a\xc4\x49\x48\xf8\xaa\x15\x04\xc4\x8e\xfb\xc1\x17\x51\x77\x06\xe7\xeb\x28\x2f\x89\x3f\x63\xb1\x63\x75\x02\xf9\x9a\x49\x72\xb6\xa9\xae\xa7\x86\xae\x63\x72\xa9\xbf\xd2\x41\x59\xe4\x36\x0d\xd7\xd7\xd5\x2d\x0d\x6a\x2e\x1b\xfb\x38\x78\xbc\x36\xbc\xc6\x9b\x0e\xda\x93\x4b\xf3\xb9\xf2\x0b\x3c\x28\xe2\x28\xa4\x08\xfb\x17\xc9\xd1\x10\x7e\x64\x3e\xda\xaa\x1d\xc5\xea\xb8\x13\xab\xe1\x1c\xff\x6a\x8f\xdb\x4d\x3d\x15\xca\x92\xc9\xa5\x78\x11\x79\x3f\x15\x3a\x92\xc9\xa5\x78\x1a\x79\x3f\x35\x75\x1f\x44\xb6\xd7\x2f\x73\x8e\x84\xfe\x72\xb4\xbf\x0f\x0f\xc9\x0a\x3b\x70\x56\x7a\x4b\xb8\xa1\x21\xb6\xfd\x51\x0d\x94\x6b\xff\x90\xef\xa9\x17\x47\x0d\xc6\xa8\xd8\x5a\xf6\xd8\x7b\x49\x0f\xa9\xbd\x18\x63\x1c\x25\x77\xd0\x2a\xb9\x28\x46\x27\xf2\x66\x0c\x32\x85\x75\xb5\x05\xfb\xd4\x6a\xf0\x66\x70\xdb\x91\xb3\xed\x4a\xbb\x0b\x4d\xb0\x05\x51\xc8\xdc\x65\xa1\x63\x77\x67\x27\x0c\x43\x57\x5d\x1c\x7d\x5d\x8b\xb5\xb8\xce\x82\xc4\x6f\x5e\x65\x4c\xdc\x1a\xdb\x92\x43\x65\x7b\xe9\x6f\x84\xf7\xb3\x9c\x67\xeb\x0e\xfb\x63\xbb\xa9\xdb\x0d\x9a\x6a\x92\x6c\x8e\xbc\x4a\xb9\x58\x03\xf8\x18\xa2\xd7\x18\x3e\xe8\xca\xc7\xcb\x34\xa4\xca\xb6\x20\xe2\xe0\xa4\x51\x10\xa7\x0b\x86\x29\x00\x99\x0e\x97\x6c\xda\x53\x21\x21\x88\x22\x87\xad\x6f\x8e\x08\x3e\xa3\x60\x5d\xe2\x60\xcd\x55\x80\xac\xcc\x3b\xf2\xdb\xa9\xe1\x5d\x88\x3e\xe9\x61\x99\x75\x47\x22\xda\xb3\x5f\x48\x12\xe1\xb1\x69\x35\x5b\x9e\x70\x91\xbd\x2d\x9c\xb9\xbd\xff\x76\xfc\x4d\x0b\xaa\x89\xcc\x43\x5d\x03\x00\xaf\x43\xb4\x29\xa8\x65\x9c\x43\x6b\x2a\x98\x01\xde\x2a\xbd\xc7\x3c\x85\xfc\xe9\xc0\x82\xae\x02\x4d\x60\xec\xf1\x5c\x15\x5c\xa5\x55\x81\x19\x20\x2c\x2b\x47\x13\xf4\x72\x34\xa1\xca\x9c\x1a\x5e\x7c\xa6\xc7\xb3\x8a\xdf\xc6\x15\xec\x94\x68\x28\x0a\xfd\x79\x08\x93\xc1\x27\x1a\x02\xb1\xa0\x38\xfc\x32\x2a\xb5\x3d\x00\x29\xca\x07\x34\x96\x66\x8e\x93\x41\x9a\xc4\x6b\x19\x5c\x71\xc6\x53\x81\x7c\x7c\x90\xb5\x48\x1f\x5d\xd7\x2d\x99\x5b\x72\x57\x3f\xd2\xe4\x2c\x0f\x16\xd4\xd8\x90\xd0\x9b\xd6\x1b\x2b\x7e\xf1\x33\xfb\xf2\x43\xf6\xfc\x9e\xa4\x99\xea\xc8\x0d\x59\xc0\xb6\x69\xe9\x73\xfb\xa2\xaa\xd9\xa7\x3b\xd7\xdd\x13\x43\x2b\x6a\xda\x9d\x7e\x56\x6f\xce\x93\xf0\x78\xff\x4e\xe8\x73\x22\xbb\xd5\x0c\x44\xd9\x7e\xe8\xc0\x9c\x2f\xbb\xee\xb0\x8f\x90\xf8\xc5\x43\x1b\xf4\x47\x14\xc8\x54\x76\x74\x49\x81\xab\xaf\xf9\x66\xa4\xc1\xfd\x3f\xad\x82\x72\xb6\xc4\x85\x48\xf4\x84\x9b\x31\xb4\x17\x02\x2a\x3a\xb3\x88\x24\x4a\x3a\x2b\xab\xdc\xa7\x46\x4b\x41\x40\x63\x6a\x7e\xa2\xbb\x99\xc5\x2e\x5c\xe0\xf2\x86\xfd\x52\xb1\x34\x59\x32\x37\x02\x14\x81\xec\xc8\x67\xfd\x91\xb4\x14\x4e\x87\x64\xce\xe9\x9b\x31\x69\xe8\x2c\x28\x83\x37\x79\xba\x92\xa5\x4a\xa0\xc5\x30\xa6\x93\xad\x3b\xfb\x73\xa2\x80\x69\xd3\xdf\x9f\xd4\xb5\x20\x67\x73\x7f\x08\xe3\xa0\x28\x45\x7d\x3e\x0f\x4a\x2a\x36\xfd\x17\x91\x27\x91\xd0\x45\x68\xd9\x26\x05\x0c\x08\x43\x52\x2b\x0e\xfb\x43\x00\xf7\x2a\x47\x58\x98\x49\x3b\xa4\xec\xb4\xae\x35\xfa\x31\x48\x47\xe3\x9b\x14\xd9\x9c\x10\x8f\xeb\xb6\x83\xc1\xee\x31\xcf\xed\xe9\x65\x9e\x9f\xa1\x98\x65\xef\xa9\x79\x07\x30\x47\xe9\x40\x88\xad\xda\x2a\x90\xfc\xcc\xa6\x41\x5f\x0a\x95\xda\x5e\x0f\x29\xfb\xe6\xad\xc5\xa8\x6b\x73\x86\x9a\x5b\x49\x05\xa4\x15\x4b\xaa\xc5\xc0\x7e\xc6\xe8\xbb\x89\xcb\x4e\x36\x23\xb3\xa7\xdc\xd5\x5d\x8f\xba\x4f\x7a\x6b\xd2\x22\xe1\x0d\x6c\xe8\x7c\x03\xf1\xd2\x66\xdc\x6b\x39\x19\xcd\x6c\x3a\x65\x0e\xe6\x69\x7e\x1e\xcc\x96\x36\xe4\x82\x1e\xf6\xe8\xe3\x3d\x9d\x3a\x19\xe0\x53\xef\x7a\x67\x13\xdb\xed\xe6\xd1\x1f\xc2\x35\xc3\x66\x69\x8f\xaf\xe5\xec\xbd\xb7\x1b\x31\xd8\xf4\xb5\xe7\x6e\xd5\x1e\xd6\x66\xc1\x92\x81\x92\xb9\xca\xdd\x30\x45\x90\xe3\xb0\x94\xac\x3f\xcb\x29\x7b\xff\xd9\xdd\xcb\xa9\xb6\x79\xd4\x68\xfd\x94\xa7\x0d\x64\x56\xc6\x3c\xba\x66\x7b\x20\xc2\xf0\x90\xb9\x65\x46\xda\x9e\x83\x01\x4a\x35\xc2\x87\x05\x8a\x06\x8f\xb0\x42\xd1\x60\x2d\xc5\x1a\xd7\xed\x07\xae\xeb\x15\x28\xa1\x9f\x92\xc1\x9a\x3a\xa9\xc5\x69\x22\x6d\x70\xb0\xb0\x23\x16\x81\xba\x98\x39\x01\x80\x1b\x7a\x3b\x99\xa7\xf9\x8a\x5f\x54\x62\x32\xeb\xce\x41\x71\xe0\x64\x8f\xb0\xe7\x1c\x54\xe4\x0f\x40\x91\xba\xa4\xf1\xd2\x5d\xe8\xe9\x21\x42\x0d\x5b\x2f\xb9\x45\xd9\x9b\x8a\x2d\x2c\x9b\x1e\x8e\x8d\x0b\x26\xe6\x37\x1a\xec\x4d\x89\x09\xf2\xa3\x4a\x82\xea\xe0\x36\xbf\x9e\x27\x61\x93\x2a\x2c\x2c\xa2\x33\x16\xc4\x02\x97\x27\x54\x9b\x44\x2b\x33\xce\x2b\x61\x8c\x22\x4e\xbe\xed\x56\x85\xe0\xd8\x6e\xe5\x13\xf0\xa3\x9f\x0c\x66\x71\x84\x93\xf2\x5f\x70\x2d\xff\xfe\xb9\x6e\x9a\xbf\x98\x2d\xd9\xe1\x53\xd8\x61\x4c\x33\x60\x19\x72\x73\x1e\x25\x21\x3b\x6e\xd9\x88\xdf\x45\xd4\xdb\xd5\xc8\x0b\xc8\xa6\x9b\x51\x4e\x1c\xee\x57\xdc\xcc\x6c\x99\x41\x7e\xc2\x5b\x0d\xd9\x1b\xfd\x6c\x24\x4c\x86\x53\x5b\x77\x9a\x29\x93\x21\x0b\x2f\x26\x62\x3d\x95\x83\x28\xc4\x49\x19\xcd\x23\x9c\x37\x03\x5d\x99\x62\x4b\xc3\x6c\x88\xc8\x51\x78\xbb\xc5\x08\x21\xe3\x7c\x56\x92\x96\xb8\x2a\xf0\x7a\x48\xef\x1e\xf0\xed\x5d\x54\x5e\x9a\x15\x93\x0f\xab\xa2\x91\x28\x2d\xa2\x59\xf0\x76\x7a\xdd\xc0\xf2\xae\x61\x93\xa9\xd8\xdd\x5f\x58\x14\x96\x2d\x83\x53\xdb\x92\x34\xcf\x40\x25\x33\xe9\x34\x08\x54\x0c\xb1\xe1\x71\xf9\x0f\x2c\x42\x87\x95\x07\x07\x20\x9a\x7b\x78\x52\x4e\xb5\x59\x6c\x52\xb0\x98\x69\x92\xad\x19\xb1\xac\xf3\xc0\xec\xda\x3a\x6c\xff\xeb\x07\x4a\x0b\xb2\xbb\x1c\x6f\x42\x1c\x97\x81\xdf\x71\x00\x61\x75\x68\xe1\xda\x57\x79\xf1\xe0\xf1\xb0\x1c\x3c\xc2\xb5\x8f\x07\xeb\xc3\x72\xb0\x6e\x94\x2b\xf5\x72\xd6\x81\x34\xe4\x9e\xdd\x63\xc8\xcc\xfe\xab\x13\x68\xf3\xe8\x97\x83\xc7\x03\x3c\xa0\x3d\xa3\x1d\x2a\x07\x6b\xf9\x7b\x5d\x43\xd6\x65\x9e\xd0\x94\x73\xda\x31\x55\xce\x2c\x11\xe2\x7f\x0c\xbc\x8d\xee\xfc\x5c\x15\xf8\x9c\x5a\x1a\x78\x5e\xdb\x83\x46\x4b\xd1\x28\x01\x26\x88\xbb\x04\xdc\xe1\x35\x8d\x6f\x5f\xfe\x23\xd1\x49\x43\x08\x46\x93\x72\x7a\x6c\x44\xc1\x4e\x99\x8e\x63\x82\xa7\x00\x92\x8e\x14\xb8\xe4\x9f\xfc\xae\x8b\x37\x4c\x34\x86\x15\x64\x19\x3f\x01\x61\x90\x2f\xe8\xd6\x2b\x54\xb8\xba\x41\x99\x32\x53\xaf\x76\xb8\x20\xc2\xec\xf8\x47\xea\xd7\x58\x6b\xa3\xd5\xc0\x49\x54\x7f\x68\xaa\x74\x02\x99\xa4\x53\x34\x82\x69\x0d\xc8\x29\xa5\xc6\xd3\xd9\xe9\x7f\x7b\x97\x01\xa1\x5e\x5c\x62\xba\xb7\xa0\x19\x69\x9c\x8a\x16\xa0\x86\x37\x21\x52\x1b\xe1\x2a\xd4\x23\xb4\x47\xc5\x59\x90\xdf\x7d\xb8\xc7\x79\x1c\xac\xc9\xfd\x45\x9d\xbd\x0e\xc3\x92\xa6\xf1\x0a\x4e\xf5\x54\x9c\x04\xb7\x31\x3e\xc9\xa3\x80\x41\xfe\x5d\x47\xb7\x71\x94\x2c\x0a\x6a\xce\xf7\x91\x43\xc8\x5d\x86\xd4\x94\x29\x7f\x08\xf2\xf0\x0a\xcf\x9b\x3a\x22\xca\x18\x61\x2a\x6c\x7c\xd0\x77\x91\x77\x15\x12\x19\x70\x86\xaa\x41\x10\xc7\xe9\x03\x65\x50\xaf\xd3\x70\xcd\xe2\x3a\xc1\x10\x55\x9a\x24\x90\x91\x5f\x5c\xe8\x81\x73\xf2\xa3\xd5\x55\xb8\x44\xd5\xa0\xa5\xdc\x52\x9f\x57\xa8\x12\xce\xfc\x37\x29\xb3\xea\x13\x01\x44\xe1\x02\x55\x83\x79\x94\x17\xa5\x8c\xce\x27\xb8\x2c\xbc\x27\x9f\x48\xea\x4d\x1e\x64\xbf\xa4\xcc\x0f\xa6\x80\x6b\x9a\x9c\xcf\x30\x37\x1a\x2c\xa2\x10\x93\x1c\xf0\x16\x55\x42\x61\x7e\x85\x8b\x32\xcd\x59\x0e\xf8\x49\x19\x32\xde\x8e\xab\x41\x44\x03\x5d\x9d\x3f\x96\x38\x4f\x82\x98\x66\x21\xf2\xf5\x2d\x3c\x45\xd5\x20\x2a\x5e\xc7\xe9\xec\x8e\x88\x65\x8f\xf4\xe7\x49\x8c\xf3\x12\x3e\xd0\xbf\xa9\xbf\x3a\xa9\xfe\x43\x55\x92\x56\xdf\x88\xce\xc1\x3b\xfa\x5d\x5b\x60\x78\x8d\x2a\x15\xbd\x1d\x9e\xa3\x6a\x40\x35\x7b\x6c\x08\x17\xe4\x23\xcf\x78\x46\x8b\xd2\x48\x2b\x37\xa8\x62\x48\xbd\x64\xc5\x2f\x42\x78\x45\xa6\x95\xe1\xa2\x7c\x24\x7f\x56\xb7\xfa\xd7\x4b\x92\x9b\x1a\x69\xbd\x27\x7f\xa5\x19\x43\x41\x7c\x13\x3d\xe2\x10\xbe\x43\xd5\x20\xc7\x45\x96\x26\x45\x74\x8f\x2f\xd3\x10\xc3\x13\xda\x23\xaa\x4f\x14\xd0\x4a\xf0\x0d\x6d\x9c\x7c\xa6\xd6\x2d\xaf\xc9\x0c\xe6\xc1\x82\xc7\xfb\x86\x1f\xf4\x41\xe0\x10\xbe\x25\x0b\xd9\x41\x93\xf0\x77\x44\x39\x1b\x21\xc1\xa4\x8a\x63\x00\x7f\x6a\x26\xfc\x80\xae\x73\xef\x27\x81\x70\x76\xaf\x61\x6b\xdc\x0b\x6c\x8d\x7b\x25\xf0\x5f\xe1\x39\x80\xbf\x36\xeb\xf8\x91\xd4\xf1\x3b\x2c\x01\xfc\x16\x2d\x63\xef\x47\x00\xbf\x43\x41\xec\x39\x54\x5b\xfa\x46\xa7\x16\xe7\x89\x86\xa2\x10\xc0\xdf\xd0\x87\xc0\x03\xf0\x17\x74\x16\x7a\x00\x7e\x8f\x7e\x19\x28\x76\x04\x7f\x46\xbf\x0c\xf4\x6d\x0e\xbf\x60\x9d\x61\xb7\x98\x33\x00\xff\x85\xbe\x98\x0c\xa7\xf0\x9f\xe8\x8b\xc9\x68\x0a\x31\x6e\x7c\x2e\x31\xc2\x98\x64\x48\xe8\x1f\xa3\x29\x4c\x8d\x2c\x37\x21\x80\x39\x46\x29\xcd\x13\xd1\x3f\x46\x53\x18\x18\x79\x00\x2c\x30\x0a\x68\x8e\x98\xfe\x31\x9a\xc2\x0a\xa3\x2f\x62\xaf\x3f\x02\x70\x86\x51\x45\xbf\x85\xf4\x8f\xd1\x14\x66\x18\x85\x84\x89\x2d\x16\x31\x86\x73\xfa\x83\xd0\x44\x10\x17\x18\x2e\xe9\x49\xd4\x3e\x72\x36\x44\x44\x0f\x83\xf8\x34\x4e\x0b\x4c\xc6\x9a\xfb\x43\x68\xe3\x0c\xfe\xcc\xa2\xde\xa6\x5e\xfe\xe4\x58\xbc\x26\x22\x79\x9a\x87\x51\x12\x94\xb8\xf0\x6f\x42\xc8\x6e\x65\x7e\x82\x1f\x7a\xf3\x94\x1c\x81\x54\xc3\xbc\xc2\xc8\x7b\xcd\x30\xa8\xee\x30\xce\x2e\x92\xd7\x69\x95\x84\x05\x5c\x30\x54\x96\x3e\x42\x8f\x22\xc0\x2c\xf9\x7b\xfc\xe8\x9f\xba\x6e\xff\x0d\xbc\xc7\x3a\x96\x8e\xe3\xf8\xe7\x1a\x97\x5a\x63\xf4\x31\xf4\xae\x04\x54\xca\xa5\xc6\x5d\x43\x1b\x73\x9d\xb7\x47\xa2\x3e\x2e\x85\x5a\xfe\x0c\x46\x02\x85\xd4\x2f\x31\x5c\x06\xc5\x6b\x8c\x13\xf2\x09\x87\xfe\x92\x9a\x15\xaa\x04\xb8\x22\x93\x78\x85\x67\x65\x90\x2c\x62\x7c\x93\x66\x7e\x81\xa1\xb9\x2f\xfd\xf7\x50\x6d\x37\xff\x0d\xd3\xf6\xab\x86\xef\x31\x7c\xa0\x6f\xd0\x14\x7a\x94\xbf\x62\x70\x2a\xfe\x4d\xa3\xe2\xdf\x04\x15\xff\x36\x88\x54\x4e\x72\xc4\x30\x55\x12\x11\x8a\x58\x98\x3c\xff\xb5\xeb\xf6\x5f\xd3\x4d\xfd\xd6\xd0\x24\xd6\x00\xde\x62\xe6\xdc\x43\x97\xe9\x75\x75\x4b\xf7\xf1\x79\xc2\x4c\x72\xfb\xa3\x1a\x9e\xd3\xd0\xcf\x06\xc7\xf0\xcf\x5d\xf7\xbc\xc9\x46\xc6\xad\x14\xff\x04\x46\x49\x81\xf3\xf2\x0d\x61\xed\xbe\x00\xde\x39\xd7\xc6\x70\x2e\xc6\x70\x3e\xd0\xb2\x82\xed\xf6\x8d\xb6\x76\x6b\xcc\xd8\x66\x0d\xe0\x27\xbe\x2f\x4e\xb9\x5b\xb3\x79\xc9\xc7\xe3\x25\xb6\x9e\x66\xe3\xbb\xc8\x23\xa4\x3f\x60\xc4\x08\xfc\x87\xc6\x6f\xf9\xe7\x20\x9d\xcf\xbd\x25\x6e\x1f\x64\x00\xda\x52\x11\x26\x52\xd5\x92\x88\x55\xa7\x16\xf7\xd6\x5f\x85\xe1\x3f\x2c\xd1\x6e\xc4\xa3\x05\x2e\xe9\x0e\x88\x92\xc5\x29\xbd\x58\x5e\x51\x24\x88\xe3\xd2\x75\xbd\xf7\xae\x1b\x63\x8f\x88\x2c\x19\xd9\x38\xae\x4b\x3a\xb8\x8a\x12\x29\xb9\x6f\x1e\xfd\xc3\x72\x10\xe3\x79\x09\xd7\xe4\xaf\x32\xcd\x6a\xd2\xdd\x55\xf0\xa8\xe7\x91\x59\x58\x0e\x72\x5d\x79\xdc\x31\x9f\xca\x19\xc0\x6c\x0e\xa6\xc8\xac\x5b\x48\x6b\xa4\x6b\x09\x35\x4d\xd6\x63\x49\x27\x13\x3c\x25\x9c\x5a\x24\x45\x89\x97\xb2\x24\x00\x4b\x32\x7b\x44\x74\x20\x13\xf8\xd0\x9e\xc0\xe3\x25\xbb\x79\x98\x5c\x05\xdd\x84\x70\x4e\xb8\xe2\x12\x0f\xa2\xe2\x42\x86\x49\xbc\x4c\xd9\x21\x87\xfa\x23\xf8\x4f\xca\x1a\x23\xc6\x5f\x15\xe2\xd3\x12\x0b\xd0\xbe\x0f\x2c\x44\xae\x81\xed\x44\x6f\xb3\xe4\xda\xb7\xc4\xb2\xd0\x07\x2d\xc3\x87\xed\xf6\x03\x11\x09\xef\xba\x67\x0d\x6c\x9e\xe8\x19\xa3\x17\x38\x27\x23\xbe\x7e\x62\xf6\x23\x3b\xb8\xe9\xa3\xff\x88\x3d\xe7\xd1\x81\x78\xf0\x78\x50\x8a\x4b\x0b\x80\x6b\x9a\xbe\x26\xe9\x6b\x99\xbe\xa6\xfc\x96\xb4\xfa\x48\x9a\x3c\xdf\xd5\xf5\x9f\x94\xef\xcb\x4f\x2d\x24\x15\x00\x27\x53\x70\xdc\x75\x6f\xf9\x99\xd0\x64\xeb\x08\x01\xf0\xcc\x75\xbd\x1c\xff\x56\xe1\xa2\x3c\x49\x22\xe6\xf5\xfc\x26\x0f\x56\xd8\x76\xeb\xf9\xde\x3b\xc5\x70\x48\xc4\x68\xb2\x7e\x43\x00\x5f\x1b\xd8\x62\x6c\x4f\x19\x1b\x7e\x10\xc4\xe5\x77\x78\x4d\x95\x0e\x65\x1e\xf3\x3f\xef\xf0\xfa\x94\xcc\x36\x42\xdf\x26\xae\x1b\x45\xd6\x0d\x0d\x85\x36\x03\xb8\xae\x97\x91\x45\x6b\xeb\xe2\x21\xd3\xf3\x13\x79\x2d\x58\x04\xac\x1b\xa0\x3e\x6e\x51\xd1\x76\xeb\x69\x1c\x24\xf1\x7e\x83\xce\x1d\x5e\x57\x99\x03\x31\x7d\x51\x68\x15\xd0\x29\xdd\xe4\x3d\x4f\x17\x15\xea\xea\x9a\xd1\x99\x71\xfc\xa0\xfe\x10\x26\x98\xcc\x1d\x80\xfd\x33\xd7\xfd\x17\x63\x16\xad\x85\x41\xdf\x7b\x0f\x18\x8e\xf0\x8b\xff\xce\x82\xbc\xc0\x6f\xe2\x34\x28\xbd\xc7\x10\x00\x5a\x7a\xc4\x08\xe6\x5f\xf0\x6c\x0a\xe0\xbb\xca\x58\x2a\xd5\x5b\x85\x7e\x09\x00\x6c\x3c\x49\x13\x2a\xb9\x58\x65\x38\xa7\x76\xa0\xec\xd0\xf1\xb0\x21\xd6\x41\x8b\x0c\xc2\x22\xee\xe8\x8a\x5d\xcd\x1b\xab\x45\x91\xf4\x46\x5b\x4e\x41\xed\x55\xf0\x27\xf6\x6e\x72\x81\x51\xd3\x4b\xf1\x4d\xc5\x1c\x14\xef\x29\x0c\xd2\x77\xd4\x1d\xf4\x57\xa8\xf7\xc4\xff\x41\x47\xae\x4a\xbc\x35\xe1\x6e\x51\xf2\x94\x88\x2a\x8a\x00\xd8\x71\xad\xf1\xb9\x24\xe3\x25\x68\x77\x55\x1d\xe5\x81\x26\x01\x25\xe3\xc4\x5f\xc1\x1d\xb7\x0f\xd9\x58\xfa\x44\x63\x3b\xea\xd0\x1b\x4c\xc7\xa9\xff\x66\xbb\x7d\xd8\x6e\xfb\xa7\xd0\x72\xa1\x92\xed\x45\x4f\xb4\x67\x29\xab\xb7\x13\x8d\x23\xff\x13\xb4\x5d\xe5\x98\xc0\x40\x9a\x08\x9e\x68\xc2\x56\x5a\x6f\x23\x18\x07\xfe\x1a\x50\xf9\xd1\x7e\xcb\x94\xb2\x49\x57\x03\xd6\x52\x60\xbb\x5d\x30\xd8\xbd\x8f\x39\xbe\x8f\xd2\xaa\x88\xd7\x1c\x73\x91\x8a\x6e\x9c\x02\x85\xec\xe6\x15\x4f\x0e\xe3\xa9\xaa\xf4\xd3\xaa\xd8\x6e\xa5\xf7\x6e\xc7\x71\x33\xb6\xb8\xfa\x1c\x8b\xde\x94\x4f\xf4\x86\x55\xad\xb7\x58\xd2\xe8\xd6\xe4\x7c\xbc\x87\x98\xf2\x1e\xfb\xd9\xbc\xe3\x58\x16\x8d\x27\xcd\x93\xf8\x2c\x7d\x48\xf4\xb6\x92\xed\x36\x91\x67\x71\xad\x9e\xe8\x5e\xbb\x6e\x47\xf5\x7b\xc0\xaf\xad\xe9\xd1\x20\x4b\x5d\xcc\xd2\x44\x86\x88\xac\xe1\xeb\xd6\x47\x7a\x4f\x6f\x61\x8e\x30\xb4\xbc\xce\xfc\x16\x94\x90\xd7\x39\xdc\x48\x8c\x39\x87\x99\xc0\xec\xec\x15\xe1\xa8\x3b\xe0\x11\x3f\x61\xb3\x78\xfb\x6c\x63\x40\x23\x51\xa1\x59\x1b\x39\x54\x5f\xf4\xda\x75\x67\x96\xa9\x7a\x4d\x83\xbf\xc1\x4d\xc4\x42\x96\x6c\xee\xf0\x5a\x74\xb4\xc4\x8f\xa5\xff\x9a\xbe\x93\x5f\xea\x01\xe2\x04\xa6\xdf\xce\x03\x3a\x9a\x7b\x7b\x9c\xd1\x52\x5f\xdd\x3e\x80\xe9\xc2\x5b\x4e\xe1\x63\xf1\x44\xc1\x2a\x27\x92\x9b\xaa\xf1\xc7\xe4\x38\x9a\x7b\x64\x9c\xa5\xeb\x52\x79\xac\xdf\x41\x34\x5a\xb9\x3e\x29\xa7\xf5\xac\x8f\xd0\x0f\x09\x3b\xd8\xbb\xa8\x79\x4f\x81\xa1\x6b\x43\x08\xf1\xba\x3f\x84\xa9\x45\x73\x3d\x92\x31\x00\xf0\xa0\x58\x46\x73\x32\xce\xb1\x9c\xc3\xed\xd6\x2b\xd1\xab\x21\xf0\xb5\x59\xf5\x4a\x34\x22\x42\xb5\x87\xc1\x71\xf1\x10\x95\xb3\xa5\x27\x87\x03\x36\xb3\xa0\xc0\xbd\x1f\x13\x3f\xc2\x9e\x75\xeb\x82\x63\x9a\xe3\x87\xc4\xef\xda\xd9\xc7\x34\x6a\x09\xcb\xf6\x05\xad\xc8\x2e\x9e\x62\xaa\x42\x57\xc2\xe8\x61\x4a\x85\x50\xbd\xf8\x3f\x9f\x51\xfc\xa0\x5d\xfc\xe7\x1d\xc5\x95\x70\x7c\x98\x02\xf6\xb6\xd0\x2c\xfe\xaf\xbd\x8a\x1f\x58\x8a\x73\xa7\x08\x3f\x21\xa2\x7c\xe2\xba\xde\xbe\x42\x63\xdd\x71\x97\xc9\xf1\x13\x77\x99\x21\xb4\x88\x96\xcc\xae\xce\x2a\x21\x9a\xe6\x6d\x76\xf1\xf2\xa9\xe2\x9c\xdd\xd6\x35\x64\x9c\x60\x46\x04\x47\xc9\x0a\xe8\x2f\x2b\x2f\x78\xc0\xf5\x14\x4a\x5d\xa1\x3f\xc7\xcc\xfc\xf3\x86\xca\xd9\xe7\xe1\x82\xfa\xab\xcf\xd2\x7b\x9c\xb3\x24\xea\xbe\x2e\x7c\x8b\x82\xf8\x6d\x94\x94\xfe\xdb\xbc\x99\xc4\x94\x26\xfd\x21\x64\x10\x6d\x5c\x48\x62\x2a\x86\xfe\x10\x32\x29\xde\xb7\xc9\xf8\x35\x80\x19\x90\xaf\x09\xff\x72\xdd\x6f\xbf\x41\xde\xbb\xed\xb6\x88\x79\xb0\xa9\x36\x27\xbc\x28\x08\x77\x27\x5c\xf6\xc7\x1a\xde\xe2\x36\x1f\xfe\x35\xe0\xa8\x97\x0b\x3c\x66\xc0\x97\x21\x35\xfd\x74\x7c\x87\xff\x01\x25\x78\x4c\x8c\xc3\xd7\x6b\xff\x86\x26\x9c\x09\x74\x8e\xd7\x6b\xff\xa3\x36\x49\xd7\x7c\x58\x86\x70\xd5\xff\xd4\xad\xf6\x7f\xcb\xa1\x3d\xa8\xa6\xc9\xf1\xfb\x6f\xf6\xc0\xc1\x5d\x63\xf6\x6a\x4f\x3b\xfe\x46\x1c\xf2\x8e\x78\x46\x75\x6a\xd8\x7f\xd3\x9e\x8b\x8f\x54\x74\x66\xad\x71\xdf\x02\x32\xe1\x4c\xc7\x7d\xb3\xc4\x2b\x1c\xfa\x77\x72\xf1\x4f\x45\xb5\xd7\x1d\x7a\xc3\x1a\x5e\x00\x00\x5f\xb7\x0e\xd4\x8b\x10\x6e\x4c\x0b\x37\xdf\xa6\xac\xda\x6e\x9d\xff\x72\x0e\xbe\x83\x16\xd3\x35\x09\x13\x0b\x05\xa2\xe3\x1d\x86\xba\xd9\x92\x7f\x8d\x21\xb3\xe2\xf1\xcf\xb5\xd7\xc8\x1c\xd7\xf0\x02\x03\xff\x02\x03\x00\xb6\x5b\x8a\xba\x05\xc0\xf1\x65\x23\x70\x0f\xb3\xf5\xa5\x47\xce\x7b\xea\x46\x7d\x69\x77\xa3\x6e\x61\xad\x5b\x5e\x49\x72\x64\xa1\x53\xf5\x39\x52\x21\xd7\x29\x26\xbb\xd0\x3c\x52\xc0\x20\x53\xd3\x18\x23\x3c\x68\x69\x1b\x29\x9a\x10\x7b\x10\xa0\x60\x42\xe6\x83\x40\x48\xab\x94\x9a\xfe\x0c\x71\xcd\x9a\x6a\x7f\x4e\x73\xb4\x34\x88\xd4\x19\xbc\xa5\x95\xa4\x6f\x3a\xc2\x97\x7e\x81\x2a\xe9\x3a\xcd\x1e\x6d\x92\xb2\x80\x6b\x74\x5d\x7a\x0f\x21\xac\x80\xe9\x99\xbb\x66\xf4\x78\x2f\x83\xd0\xee\xb6\xae\x57\x0e\x16\x73\x32\x90\xa6\x91\xb9\xe1\x73\xb4\x87\x47\xf5\xaf\x55\x51\x46\xf3\xb5\x34\xce\x16\xe9\xc2\x73\x79\x68\x37\x42\xa7\x5d\xe2\xfd\xe0\x59\x7b\xce\xc1\x63\x58\xc3\x99\xeb\xb6\xed\x42\x63\xd7\x2d\x5c\x77\xd3\xf2\x24\x61\xd6\xd4\x35\x8c\x5c\x77\x2d\x17\xdb\x75\x37\xd2\x6f\xba\x26\x3f\xfb\xa1\xeb\x36\xbd\x4d\xa8\xbd\x7b\x0d\x13\x1e\xc9\x6a\xb2\x66\x17\x55\x2d\x1c\xde\x42\x85\xc3\xfb\xea\xa5\xe9\x1d\xba\xe8\xf6\x0e\x65\x53\xbe\x1a\x50\x5f\xf2\xae\x88\xb5\xb6\x80\x96\xad\x40\xe3\xc2\x73\xc0\x79\x61\x0f\xf9\xbe\x0a\x1e\x85\x6f\xd4\x2c\x88\x67\x1e\x59\xb2\xde\x61\xef\xc5\x51\xf6\x08\x1c\x2d\x92\x9a\xed\xa3\x72\xab\x1a\xfd\xed\xab\xec\x51\xf3\x2e\x73\x8e\xbe\xa6\xbe\x67\xc2\x15\xea\x67\xe1\x1a\xf0\xfb\x45\x12\xe2\x47\x3f\x1c\x47\xe5\x80\xea\xa6\xa5\x31\x5c\xf7\xec\xee\x5a\x4b\xc2\x40\xe2\x1a\xce\xb5\x78\x8e\x54\x4a\xae\x61\x3a\xb5\x3c\x8b\x4c\xd6\x16\xd9\x7c\xd3\xea\xa5\xe6\x0e\xa6\xcd\xcf\x68\x38\xbc\x5f\xda\x42\xb7\x3b\xff\xaf\xa8\xb2\x2c\xcd\xcb\xa2\xe7\x1d\x32\xfb\x96\x43\x51\x27\x17\xf8\x29\xda\x29\xb5\x06\x01\xce\x14\x6d\x54\xad\x4b\xe6\xc3\x9f\x4f\xb9\x8f\x41\xe8\xba\x93\x0c\xae\x19\x1b\xb0\x7b\x37\xd5\x53\xd8\x79\x6b\xf2\x37\x36\xd7\xa7\xc6\x0e\xec\xda\x6d\xc6\xae\x95\xfe\x36\x84\x70\x58\x08\xb7\x66\xab\xbe\x02\xd7\xb8\x1f\x3c\xbe\x23\xc7\xfe\xc7\xb8\x2a\x14\xc0\x06\xaf\xf0\xe8\x25\x0b\xcf\xd6\xf2\xe9\xe0\x3e\x1b\xd4\x35\xb2\xf0\x27\x0e\xe5\x93\x0e\x74\xd8\xf3\xaa\x03\x9d\xae\x33\xd7\x99\xd6\xe0\xf8\x7d\xf7\xa9\xf0\xae\xed\x97\xa1\x6c\x1b\xbe\x8b\x3d\x22\x46\xa0\xdf\xc8\xbf\x42\x16\xb9\x4e\xbc\x14\xf2\x98\x7a\x8a\x8c\xbf\x36\xdc\xa3\x09\xdd\x3b\x32\xce\x1e\x19\xe5\x4f\xec\xcb\xf7\x78\x50\xe0\x55\x74\x9b\xc6\x61\x5d\xc3\xc4\x76\xcd\x6f\x22\x7a\x20\x2c\x19\x35\xe1\xfa\x26\xec\x85\xc1\x9a\x5b\x9c\x38\xeb\xf2\x53\x82\x36\xf7\xf4\xee\xdc\x33\x5b\x6d\x4d\x80\x07\x0d\xa1\x42\x45\x23\x15\xee\x9a\x1d\xc1\x60\xf5\xa8\xef\xed\x0f\x9f\xef\x0b\xbd\x57\x50\x7d\xa7\x2b\xe8\xb1\xe9\x4e\xc6\xf9\x22\xeb\x5e\xc8\x18\x6d\xcd\x71\x5e\xc9\xb4\x8b\x50\xff\xfb\xcf\xbe\xf4\x12\x7b\xce\x22\x88\x42\x9d\x6b\x61\xf1\x28\xb3\x20\x77\x74\x2e\x88\xe6\x64\xd6\xe9\x6e\x9f\xf0\x21\x7f\x64\x60\xff\xcf\x18\x32\x2f\xf1\xbc\x21\x8b\x42\x9d\x43\x16\x19\xec\x30\x23\xff\xeb\x54\x98\xf2\xe9\x3a\x7f\xcc\x02\x72\x7a\x7f\xc6\x7c\x3d\x35\x74\xd6\xc0\xe9\x12\xcf\xee\xfe\xfd\xf5\x3f\x9f\xd2\x9f\xd7\x8c\x0c\x74\xbb\xe9\xcc\x2f\xb2\xb4\x96\xb2\xb3\x0b\xb2\x84\x1d\x36\xa5\x85\x45\x03\xed\xb8\x0c\x3b\xc2\x59\xe7\xa0\x86\x45\x16\x47\x25\x8f\x8a\xa1\x4e\xd8\x8e\xd0\xfd\x0d\x40\x86\xc8\x2c\x2f\xc2\xf0\x72\xb3\x70\xeb\x31\xfd\xc0\x23\xa9\xe7\x1c\x2f\x8a\xfa\x54\x7e\x2d\x5c\x2d\xbf\xae\x41\x5b\x2a\xe7\x9c\xab\x03\x64\xa3\x2d\xc4\xcb\xe1\x05\xa0\x06\x7a\xff\x2e\x71\x52\x71\x4f\xde\x67\x1c\x38\x7b\x1d\x21\x1a\x40\x46\x57\x87\xf8\x96\x2c\x26\xc2\x3b\xd7\x92\xf5\x49\x1e\x6a\x0f\x70\xbe\xb1\x38\xd7\x56\x80\x86\xbd\xb7\x8f\x5f\xd1\xeb\x1f\xa1\x46\x1d\x21\xe5\xb9\xd5\xd0\xa8\xfc\xb6\xae\x7d\x3e\x47\xf8\x63\x1d\x13\xfb\xb9\xab\x5f\x7f\x80\x15\xfe\xbb\x3a\xc6\xe4\xd3\x4e\xfa\xb4\xe6\x6f\x72\xaa\xb0\x89\x28\xd7\x11\xa6\xdd\x82\x7c\x35\x03\x75\x5d\x7b\x18\xf8\x3b\x44\xc1\x96\xd8\xc7\x40\x88\xb9\x54\x58\xa1\xa0\xe5\x5e\x0e\x67\x96\x44\x31\x93\xa1\xe5\x9b\xd8\x1a\x99\xe5\x9b\x24\xda\xb9\xfc\x48\x77\xee\xd2\xf8\x29\x6a\x58\x19\xa9\xb2\xec\xc2\x48\xe6\xf4\x09\xef\x6d\xa9\xbc\xa6\xdd\xb2\x6d\xc5\x59\xca\xfc\x09\x29\x4c\xb0\x9e\x65\x27\x9a\xda\xfe\xae\xf6\xe5\x53\xf2\xcf\x4c\xe0\x92\x3c\x75\xf0\x37\x32\x76\x6e\x57\x7b\xbe\xce\xc1\x8a\xec\xf7\xf6\x03\x75\xd5\x3e\x36\xf7\x05\x7a\x7b\xfe\xb1\x98\xec\x73\x2c\xea\xa8\x70\x8d\x63\x31\xed\x62\xbb\x62\x34\x85\x50\x7a\xec\xd4\x3f\xed\xc5\x36\x0a\xb1\x7f\xdf\x51\xe5\xd8\x6e\x51\x41\xa7\x88\x1c\x74\xb2\xba\xee\xd3\x61\xc7\x0e\xdb\xab\xb7\xdd\xe5\x1b\x9d\xf9\x37\x89\x12\x45\x93\xdb\x9d\xc4\x65\x07\xb2\xdb\x13\xc7\x78\xd4\x90\x2d\x78\x87\xbb\xa7\x4e\x72\x3d\x4b\x17\x9e\x7b\x14\xca\x61\x7c\x5f\x05\xd4\x98\xbc\x39\x90\x7d\x08\xc6\x28\xfb\x19\xc7\xde\x7f\xa4\x13\xfa\x11\xa7\xf3\xdb\xbd\xce\x36\x1b\x37\x67\x47\x16\xcc\x21\xf5\x9c\x80\x27\x9d\x20\x10\xd2\x40\x4c\x04\x8d\x71\xdd\x0e\xff\x0e\xe6\xab\xb5\xc3\xcf\x75\xcf\x08\xaa\xfc\x00\x87\xe2\x29\xac\x8f\x50\xe9\xba\x25\x55\xea\x73\x63\xfc\x48\x28\xda\xbb\x62\x42\xfc\x1e\x33\x3b\x01\xad\x6a\xd2\x58\x14\xe8\x56\xc6\xc9\x58\x07\xab\xe1\xcd\x3a\xbe\x9e\x28\x70\xd8\x44\x6c\xf7\x77\xa1\x17\xc1\x14\x26\x00\xda\x22\x81\x7e\x97\x32\x07\x57\x34\xf3\x26\x3f\xc5\x9e\xc3\x55\xf9\x02\x1a\xa7\xa5\xf4\x9a\x52\xb7\x75\xb2\x04\xa6\x0b\xd3\x9b\xff\x9d\xd5\xe8\x98\xcb\x93\xb0\x3d\x97\x7c\xb2\xfc\xfe\x70\xaf\x89\xf8\xa8\xcb\x64\xcf\x98\x88\xd7\x21\x4a\xbc\x97\xaf\xbe\xfa\x3b\x80\x1f\x42\x94\x0c\x12\xef\x75\x08\xe0\x5b\x92\x3a\xfa\xfa\x25\x80\xbf\x87\x48\x33\xee\x38\x0d\x92\x19\x8e\x9d\x1a\xfe\x64\x26\xa7\xd9\xda\xa9\xe1\x0f\x21\x62\xb6\x15\x0c\x0e\xcd\x77\x56\x41\x51\xe2\xfc\x70\xe8\xf0\x97\xd6\x91\x99\x3e\x12\xe9\x47\x66\xfa\x91\x53\x4f\xe1\xaf\x21\x9a\x27\x1e\x80\x3f\x86\xe8\x22\xf1\x36\x33\x75\x34\x5a\x10\x1c\xdf\x50\x80\xb0\x59\x1a\x57\xab\xa4\x27\x60\x62\x6d\x30\x8e\x35\x5c\xe2\x80\xb0\xfb\x89\x06\xd2\xc7\xd4\xd4\xec\x68\xbd\x49\x33\xdf\x79\xa9\x34\x2f\x83\x59\x9a\xcc\x82\xd2\xfb\x35\x94\x5c\x95\xce\x2c\x9f\x6f\xc0\x85\x09\xed\x33\xe7\x37\x3c\xc3\x3e\xef\x35\x52\xef\xfb\x0b\xd6\x14\xbf\xd0\xae\x12\x55\xaa\xe4\xd1\x51\xf6\xd8\x63\xff\x21\x1d\x66\x7a\xe1\x29\xbc\x4d\xc3\xb5\xcf\x47\xf7\xb2\xf7\x92\x8f\x4e\xc3\xb1\x3b\x12\xb9\x59\x11\xfd\x59\x81\x3f\x83\xea\xac\x35\x53\x18\x46\xb4\x19\xb2\x98\x4e\xe6\x53\x9b\xb1\x43\xea\x34\xe5\x88\x1c\x64\xee\x86\xf4\x6b\x1c\xb4\x3e\x72\xd4\xb7\x61\x4d\x55\xd7\xdf\x0a\xb0\xa1\xcd\x53\xf3\xc7\x4a\x53\x74\x34\xfe\x9e\xa0\x1a\x73\x68\xff\x75\xf4\x26\x87\x29\x95\x0d\x69\xb7\xab\x85\xb3\x20\xbf\xab\x6b\xf8\x5d\x88\xbc\x21\xd4\xdd\xcb\x80\xdd\x4e\x1c\x0f\x66\x45\x3e\xbf\x49\xef\x70\x02\x23\x94\x7a\xdc\x41\xe5\x08\x98\x21\xc4\x61\x8c\x28\x10\xc0\x4d\x5e\x91\x7b\x47\xa1\x9c\x53\x66\xd4\x8b\x87\xfa\x37\x39\x00\x86\x46\x15\x19\x0a\x49\x15\x73\x14\x92\x2a\x96\x68\x2e\xab\x58\xb1\xbf\x59\x15\x0b\x94\x7a\xb4\xb7\xc2\x7b\x06\x78\x8e\x43\x2b\xb8\x47\x0b\x52\xc1\x1a\x2d\x48\x05\xb7\xed\x7c\x34\xd7\x27\x74\x4b\x72\x9d\xa2\x5b\x92\xeb\xd1\xe8\xc2\x03\x7a\x24\xdf\xee\xd0\x23\xf9\x76\x8d\xee\x64\x17\xce\xd9\xdf\xac\x0b\x17\x1d\x55\x9f\xa1\x0b\x52\xfc\x06\x5d\x90\xe2\x57\xed\x5c\xcc\xb9\xe9\x08\xc0\x8f\xe8\x8a\xe4\xbc\x44\x57\x93\xd1\xf4\x58\xe4\x6a\x1a\xd4\x02\xaf\xb4\x19\xd1\xbe\x4b\x83\xf0\xfa\xfa\xad\x71\x15\x3c\xf7\x00\xbc\xe1\xf5\x5f\xf2\x7f\x63\x0f\xc0\x35\x47\xbf\x02\x50\x34\xc2\x6c\xbb\x81\x69\xd2\x2e\x98\x3f\x96\xad\x78\x18\xbd\x99\x79\xef\x66\x1e\x18\xac\x82\x5c\x33\x23\xa7\x79\xe8\xcd\x53\x9c\x8b\x34\x13\x61\x38\xa6\xc1\xcd\x3c\xcd\xbd\xe3\x63\x20\xed\x94\xb2\x1c\xdf\x23\x42\x7a\x8f\x25\xb7\x55\x1a\xfa\x86\x5d\x18\x1a\xca\xae\xb3\x6c\xe8\x25\xfc\x10\x7a\xc0\xdb\xac\x70\xb9\x4c\x43\xdf\xc9\xd2\xa2\x74\x60\x95\xc7\xfe\xfd\x81\xf3\x65\x51\x2c\xbf\x4c\xf0\x83\x03\xc3\xa0\x0c\xc8\x26\x23\xac\x53\x18\x63\x7e\xd2\x6c\x0d\x3f\x09\xc3\x85\x4f\x83\x3b\xbc\x16\x0c\x90\x08\x4d\xff\x3a\x3c\xbd\xbe\x7a\x73\x48\x29\xda\xf1\x13\x61\x81\x5c\xd7\xdc\x56\xea\xa5\x4f\x23\x36\xe0\xa4\x84\x37\x5e\x39\x20\x0d\x01\x78\xed\xc9\x0e\x8e\x5e\xe8\x56\x47\x7f\xf7\xf9\x40\xfe\x0e\xf1\xa0\x1c\x52\x48\x2b\x32\xf6\x21\x2b\x73\xe9\x91\x54\xe1\xb0\x87\x79\x13\xa3\x17\x3e\xf9\xd7\xc1\x49\xe8\xa8\xf9\x28\xca\x34\xf3\x00\xe1\x13\x98\x45\x58\x9d\x4c\x86\xf0\xef\xd3\x29\x11\xa4\x00\xe8\xf0\x7d\xcd\x5c\xf7\x93\xeb\x7a\x2b\x4f\x33\xd7\xa6\x36\xf4\xd6\xdc\x1e\x33\x02\xbf\x87\x9f\x60\x02\x33\xb8\x82\xd7\x53\x66\x75\xf7\xbe\xe1\x96\x7f\xea\x95\x74\x00\x32\xfc\xcb\x10\xbe\x0d\x07\xbf\x16\x8f\x40\xda\xa1\x70\xcf\x51\x5f\x7e\x2a\x80\xf7\x3e\x84\x1b\xcd\x93\xd1\x9f\x09\x7f\xab\x40\x33\x8e\xa9\x74\x4f\x29\x6a\x3b\xd4\x72\xe2\xfa\x31\x54\x66\x16\x50\xb6\x34\xd1\x9b\x6a\x99\xc3\xfc\x18\x0e\xd8\x22\xdb\x0a\x00\x3d\x6c\xee\x4c\xe5\x70\xae\xaf\xdf\xf6\x4e\x66\x33\x5c\x14\x4e\x4d\x37\x8c\xc8\xff\x7d\xcc\x51\x38\x0a\xff\xdb\x10\xca\x38\xfa\xfe\xef\xa1\x32\x05\xf2\x1d\x6a\x7d\xdf\xcb\xd2\xac\xca\x7a\xcc\x76\x47\x9a\xce\x54\x35\x98\xea\x55\x76\xf4\x99\x82\x11\x75\x0c\x31\xd3\xe7\x79\xe2\xbc\xa6\xf0\xb1\x3d\xee\x7a\x11\x25\x8b\x1e\xe9\x7d\x40\x7b\x0f\x7b\x59\x8c\x09\x6d\xe1\xa4\xa8\x72\xdc\x5b\xa7\x55\x6f\x19\xdc\x93\xdc\x41\xd8\x2b\x97\x44\x28\xea\x39\xfa\x00\x9d\xc0\x81\x9b\x65\x8e\xe7\xbe\xb3\x2c\xcb\xac\xf0\xbf\xfc\x72\x55\x04\xbf\x57\x39\x1e\xdc\x47\x45\x15\xc4\x45\x59\x85\x51\x3a\x98\xa5\xab\x2f\x4f\x48\xf2\x15\x0e\xdf\x06\x25\x59\xce\xeb\x65\x34\x2f\xbf\xfc\xf4\x10\xdd\x45\x5f\x92\xff\x14\x5f\x9e\x5c\x7d\x18\xd0\x9f\xa3\x17\x5f\x7d\x7d\xf4\x82\xfc\x3e\xbc\xbe\x3a\x3f\xcc\xd2\xbc\x0c\xe2\x71\x90\xcc\x96\x69\x8e\x8a\x62\x79\xe8\x31\x5b\x06\x1c\x02\xa7\xb1\x0c\x61\x3a\xa3\x8b\xe0\x0c\x1c\x32\x71\x1f\x5d\x57\xeb\xed\xac\x82\x1b\x1e\x4d\xef\x75\x90\xdf\xac\x33\xec\xff\x10\x33\xa8\x4a\x42\x4e\x32\x3c\x46\x7f\xa4\xdb\xaa\xb5\x64\x50\xce\x6c\x6a\x22\xa0\x90\x2c\x4c\x72\x3c\x69\x2c\xa8\xd6\x33\xce\x5a\x3e\x6a\xac\xe5\xa3\x60\x2d\x1f\x29\x06\x41\x55\xd0\x0b\x13\x80\x67\xe3\x3d\x77\xc9\x45\xa5\x2f\x6b\xf3\xcb\x32\xcd\xa3\xdf\x09\xf1\xc7\x64\x73\xdc\x93\x5b\xec\x2c\x88\xb9\x41\x06\xe1\x18\x76\xfa\xbe\xa8\x06\x44\xc0\x82\x9b\x45\x9e\x3e\xd0\x6d\xd5\x6a\x1a\x78\xa7\x21\xe4\x18\x89\xce\x69\xba\x5a\x05\xa4\x36\x16\x34\x8b\x8f\xf3\x4c\x1b\xe7\x99\x18\xe7\x19\xa1\x01\x92\x59\x45\x71\xeb\x0f\x6b\x60\xee\x17\xd9\xbe\xad\x5d\xb2\x99\xd4\x16\xfa\xc9\xdc\x42\x69\xb6\xee\xcd\x44\x6f\x2c\x16\xc8\x67\xae\xab\x02\xf1\xcf\xe2\x28\xa3\x06\x04\x83\x87\x3c\x2a\x31\x99\x7a\x4f\xf6\x8f\x30\xcf\xf6\xae\xfb\xec\x49\x2d\x76\xcd\xea\xc4\x3e\xad\x22\x68\xda\x7e\xf3\x9a\xf1\xdc\x3c\x2e\x7a\x26\x0b\xcf\x02\x1e\x4f\x5d\xd4\x47\xda\x36\x66\x9f\x6c\xe7\xe9\x9f\xb9\x04\xaa\xf1\xcf\x5b\x03\x51\x5e\x2e\xc2\x94\xfc\xdb\x22\xfc\x92\x9c\xbb\x85\x2f\xfb\xf8\x6d\x90\xf9\xa3\x57\xb5\x7d\x62\x33\x35\xb1\x97\xc1\x6c\x19\x25\xb8\x27\x23\x14\x3b\x2a\x7a\xdb\x7b\x98\x32\xbf\x76\xff\x87\xd0\x9c\x92\x37\x21\xdc\x88\xe1\x2c\xf9\x7d\xeb\x8a\xf1\x4f\x2d\x4a\x4d\xff\x41\x74\x98\xf6\xb9\x06\xe0\xf8\xbb\x86\x61\x48\x51\x2c\x57\xca\x36\xe4\x37\x8e\xd0\xf0\xcb\x1e\x08\x0d\x4a\xbb\x90\x6a\xf1\x6a\x74\xab\xc2\x00\xe1\x81\x20\x49\xaa\xbf\xa7\xd7\x25\x61\x5a\x14\x93\xbc\x02\xa6\xa1\x42\xbf\x85\x5e\x22\x9c\xa1\x53\xcd\x65\x20\x82\x7a\x29\xbf\x90\x44\xee\x07\x75\x77\x88\xcb\xe6\x81\x54\x71\x93\x52\x3c\xf7\xcb\x3d\x4c\x50\x19\x66\x04\xe9\x25\x8b\x19\x5f\xe0\x2c\xc8\x09\x8d\x38\xdc\x9e\x35\xcd\x23\x9c\x94\xd4\x74\xcd\xf1\x83\xb1\x23\x3a\xe5\xf8\x8e\xda\x92\x4e\x0d\x63\x40\xd5\x45\xdf\x53\x4b\xcc\x5f\xba\x02\xda\xc8\xf9\xcb\x9b\x93\x14\xe9\x53\x18\x18\xb3\x5b\x20\x87\x19\xe7\x21\x84\x72\x18\x23\x71\x01\xa5\x3f\x2b\x44\x77\x3f\xf9\xdb\xb4\x65\x4c\x99\xad\xa3\x34\x65\xb4\x06\x42\xc8\x0d\xe4\xeb\xbc\x86\x7d\x33\x45\x81\xe3\x46\xae\xeb\xc5\xdb\x6d\x3f\x07\xae\xbb\x69\xb0\x9f\x55\x14\x86\x31\x66\x99\x8a\xf6\xe7\x32\xcd\xd8\xb7\xaa\xfd\x8d\xe9\x62\xd9\xe7\x8d\x76\xd9\x7d\xa9\x9b\x1c\x49\xbc\x72\x79\x29\x2f\x09\xd9\x1f\xce\x70\x1c\x4b\x6b\xba\x91\x15\xe8\xdf\x2b\xdb\x7a\xda\xb4\x79\xa3\xa4\x9a\x71\x9c\x4b\xd3\x2f\xd2\xb6\x00\xd1\xff\xab\xe3\xfc\xb5\x13\x31\xdf\x19\x4a\x0c\x60\xf2\x67\x4c\x6f\xbb\xaf\x86\x7f\x11\x60\xf8\x24\x91\x77\xef\x70\x64\x89\x71\x63\xd3\x1b\x97\xa0\xae\x61\xdf\x98\x0e\x76\x7f\x87\x56\x24\x7e\x2f\x79\xc6\x00\xa5\x7d\x6a\x6b\x84\x72\x66\x6f\xe3\x74\x76\x67\xc7\x0e\xa7\x23\xa6\xa3\x6b\x8d\x79\xa8\x8d\x58\xbe\xb3\xec\x1e\x67\x42\xc6\x19\x4c\x65\x37\xac\x51\x4c\x54\xbf\xa2\x84\x48\x47\x87\xa2\x7b\x5a\xf0\xa1\x23\x36\x18\x36\x70\xf3\x2d\x91\xca\xa6\x0c\x0b\x5e\xe1\xec\x5b\x33\xe9\xa8\xf0\xc6\xdc\x53\x45\xcd\xd0\xa9\xa7\x16\xcb\xbd\x6b\xc9\x2c\x6a\x70\xfc\x7d\x83\xdf\xaa\x8f\x94\xe1\xfe\x1c\xc2\x2f\x42\x1b\xee\xda\xcb\xe1\x0b\x0a\x49\xc8\x24\xb1\xb1\x02\xf9\x8c\xd3\x19\x65\x3b\x03\x22\xe2\x22\xe7\xcb\x20\x8b\xbe\x8c\xd3\x45\x94\x30\xf4\x10\xe0\xe3\x1a\xfe\xcb\x02\xe9\xf4\xd4\x0d\x18\x26\xff\x86\x3b\x30\xbf\x5a\xbe\x60\x77\x5f\xd6\xd9\x59\x5c\x91\xcb\x6d\xe1\xf0\x4b\xe3\x0b\x51\x4a\x5e\x4f\xf1\x20\xb8\xcd\xab\xac\xf4\x1c\x1e\xae\x0f\x96\x3c\xef\xdf\x1a\x2d\xfc\xad\x75\x39\x25\xc7\x92\x76\x31\xb5\xd4\xf5\x45\xe8\x25\x40\x5c\x58\x47\x7b\x5f\x58\xff\xc6\x2f\xac\x96\xe8\x6b\x4f\xc0\x38\xd5\x1e\x80\xff\x7c\xce\x8a\x28\x0c\xa4\xff\xd0\x92\x38\x07\xe5\xa0\xa8\x6e\xa5\x3e\xfa\xc0\xa1\x49\x39\x2e\xd2\x2a\x9f\x61\x1a\xe3\x87\xa7\x25\xc1\x0a\x37\x17\x2e\xe9\x5e\xb8\x64\xef\x85\x4b\xf7\x59\xb8\xf4\xcf\x5c\xb8\xa7\x01\xb8\xc8\xca\xe1\xec\xff\xf0\x5e\x8a\x92\x79\xfa\xff\xa9\x7d\x54\xfe\xdf\x5c\x0d\xa9\xd5\xfb\xf8\xe1\xfa\x86\x69\xf5\x24\x67\x4e\xab\xd2\xa9\x3f\x6b\x8d\xf6\x5e\x9c\x59\x9a\x14\x69\x8c\x07\x71\xba\xf0\x12\xb5\x24\x7b\x9c\x19\x3c\xef\xd1\x7f\x68\xf9\x92\xe7\x2c\x9f\x32\x4b\x87\xf9\xff\xc6\x0a\x12\x36\x78\x57\xdd\xe2\x59\x9a\xcc\xa3\x05\x53\xcf\x76\xa9\x5b\x95\x9a\x55\x2e\x71\xda\xbd\xc4\xe9\xde\xdb\x30\xdf\x67\x1b\xe6\x7f\x2a\x57\xdc\x03\x4b\x91\x2c\x65\x9a\x69\x01\x26\xde\x07\xf7\x34\x6c\xd0\xdd\x0d\x7b\xf9\xa3\x29\x87\x22\xc1\x61\x08\x16\x45\x54\xe2\x77\x51\x72\x27\xbf\x1b\xa9\xac\xbc\x51\xd6\x81\xb3\x25\xbe\xcf\xd3\x44\x0b\x21\x4b\xcb\xe9\xa9\x32\x13\x7d\xf2\x6f\x64\x71\x60\x12\xdc\x5f\x94\x78\x25\x3f\xf0\xdf\xf2\x43\xd1\xfc\x52\x38\x70\x21\x03\xe6\x92\xf4\x05\x8b\x92\x4b\xff\xd1\x23\x64\xc8\x6f\x22\x34\x46\x0d\xf3\x0c\xd1\x5b\x92\x66\xf9\x63\x09\x78\xc4\x7d\x24\x6c\xb1\x30\x3b\xe3\x4e\xb5\x6a\xa9\xa9\xf8\x18\x65\x30\xc8\x60\x91\xb1\x5b\x7b\x9c\xfd\xd1\xc8\x14\xd4\x4b\xe0\x97\x34\x51\xc8\x24\xe4\xf6\x0f\x18\x32\x3a\x7b\xb6\x26\x6b\x65\x71\x00\xe7\x00\xdf\x30\x45\xa5\x32\x3a\x28\x07\x74\x82\x0a\x18\xa0\x92\xdf\x70\x0b\x54\x64\x5e\x2a\x2e\xfa\x01\x9b\xd6\xc2\x8f\x9e\x71\x97\x2f\x06\x82\xb0\x6a\xb2\x89\x89\x40\x42\xb1\xdb\xd9\x03\x3d\x15\x56\x50\x5b\x5f\x91\xca\x2e\x46\x28\x15\x5d\x0c\x50\x2a\xba\x58\xa0\x94\x77\xb1\x42\xa9\x0c\x05\x4f\x6b\x7b\xcb\xd5\xef\x0a\xcd\xad\x1a\x9b\xed\xb1\x1c\x7e\x05\x69\x28\x82\xa8\xa0\x89\xc2\x04\xc6\xc3\x00\x66\x64\xd8\x91\x18\x76\x01\x79\x16\xe6\xa1\x2a\x6d\x65\x42\x31\x1d\x41\x0d\xe0\x1c\x71\x23\x26\x0c\xe0\xc6\xc8\x94\x26\xac\xbd\x86\x36\xab\x84\x29\x0d\x8a\x90\x26\x5a\x9f\x68\x1e\xcc\xc2\x65\xd7\x4f\x4e\xf2\x1d\x5e\xfb\xa5\xa6\x7c\xc9\xd8\xec\xd4\x70\x4e\xe7\x79\x3c\xf3\xe6\xd0\x36\x72\xc0\x40\xf5\x9e\x5c\x3a\x5e\x9f\xf0\x78\x56\x75\x11\xaa\x2a\xbc\x39\x5d\xd9\x02\x0e\x01\x68\x2d\x29\x6b\xa8\x4d\x79\x70\xff\x85\x8d\x51\x3a\xc0\x74\x1a\x1b\xea\x71\xea\x88\xaa\xa6\x18\xce\xf6\x5a\xad\x4a\x5f\xad\x50\x40\x01\x7a\x25\xf5\xa5\x8d\xe3\x20\x2b\xb0\x6c\x41\x47\x78\x29\xc7\xa5\x8f\x79\x47\x54\x17\x32\xe4\x55\xe3\xb0\xfd\x01\x6c\xb7\x31\xf5\x74\x35\x56\x1d\x2e\xd1\xdc\x70\xa5\x9a\x7b\x18\x56\x12\x7c\xa4\x73\x99\x85\xeb\xb1\xb6\x26\xb3\x81\xc1\x4f\xa1\x52\x2b\x32\x55\x17\x65\x57\x8e\x9f\xf1\x9f\x98\x0f\xdf\xf1\xab\xb6\x22\xed\x75\x6e\xad\x99\xc6\x47\xd6\x0c\x4c\x58\xea\x59\xfa\x90\x38\x35\x50\x7b\x38\x4d\xbd\x04\xe8\xa1\x04\xbe\x65\xc4\xc2\xe6\x32\xf4\x37\x35\x8c\x0a\x42\x29\x6c\x09\xe8\x43\x34\xd3\x94\x86\x7e\x5f\x28\x7a\x70\xf8\x1d\x21\xe2\x41\x94\x44\x65\x14\xc4\xd7\x2a\x71\xbb\x2d\x07\x5a\x9e\xdd\x31\x06\xf6\xb4\xbd\xe2\xe4\x46\x18\x2b\x27\xb7\xd4\x50\xd2\x71\x17\xe9\xe4\x26\xcd\xa8\xfa\x2e\x4f\xa9\x7b\xb4\x64\x24\xc1\xd8\xe1\xfa\x67\xa6\x49\x54\x2e\xd1\x34\x12\x8b\x44\x1b\x21\xc4\x45\x39\xfe\x0c\x25\x83\x55\x90\x31\x80\x7f\x7d\x7f\x10\x12\x2c\x32\xaf\x14\x54\x5b\x69\xdb\x38\x85\xbc\x0f\x7e\x24\x68\x36\xe9\xe6\x05\x3f\x45\x30\xf6\x36\x12\xd7\xc0\x4f\x22\xa5\x82\x34\xa0\xa8\x38\x96\xbb\x38\x33\x74\x8b\xa7\x81\x4c\x65\x38\x33\x6d\xd6\x90\x04\x14\x21\x26\x8d\xc9\x06\xd3\xb0\x2f\x99\xa2\xd6\x20\x3d\xad\x5a\xa9\xdc\xaf\xe1\x8c\xf0\x08\x0e\x31\x1d\xe2\x79\xc4\x9a\xc2\x79\xb9\xf6\xb4\x85\x84\x8e\xb6\xe4\x0e\xdc\x2c\x70\x69\x79\x3e\xd3\x80\xb7\x0d\x0a\xc1\x49\xb5\xc2\x39\x8d\x16\xdf\x1f\x41\x26\x08\x56\xfc\xf7\xb0\x36\x29\x86\x8e\xd8\xa6\xca\x51\x98\x7d\xae\xeb\x61\xd4\x1f\x01\xd8\xf7\xfa\x8d\xc9\xdb\x6e\x9b\x29\xe2\x01\x1f\x48\xd0\xfc\xe6\x17\x0e\x2e\x86\x9b\x50\xee\x8c\x2a\xde\x07\xf7\x8d\xb3\x5a\x73\xf4\x24\x87\xb3\xa2\xe4\x00\x45\x82\x92\x0b\x14\x09\x4a\x8e\x51\x24\x4f\x44\x3c\x20\xdb\x77\xbb\x65\xff\x32\x4c\xe0\x19\x07\x72\x67\x7b\x52\x6c\x34\x72\xda\x85\x08\xd3\x95\x3a\xe5\x80\x92\x99\x22\xf8\x70\xec\x64\xc1\x02\x3b\x7e\x08\xe7\x84\x5e\x03\x41\xaf\x31\x8c\x0a\x51\x07\x7d\x5f\x97\x56\x99\x5a\x04\xf7\x88\x3f\x6c\x9e\x27\x65\xbe\xf6\x09\x4f\xa4\xbc\xca\x75\xfb\x98\x01\x6b\x9d\xd0\x07\x59\xaa\x7e\xfc\xc8\x75\x75\xa3\x97\xff\x9d\x1c\xbc\x38\xf0\xaa\xf1\xd0\x3f\x7a\x09\xc4\x06\x28\x6a\x40\x81\x02\xaa\x3c\x56\xc1\x02\x5c\xd7\xeb\x7b\x29\x4b\x05\xdb\xed\x97\xff\xbf\x49\x70\xf8\xfb\xf0\xf0\xef\x07\x87\x83\xe9\x81\xff\x3f\x5f\xfe\xcf\x97\x5f\x46\x83\x12\x17\xa5\x97\x02\x30\x76\x92\x34\xcd\x70\x82\xf3\x5e\x92\xe6\x78\x8e\xf3\x1c\xe7\x0e\xe7\xc0\x70\xa5\x87\xd8\x20\xc7\xda\x49\x31\x7e\x1b\x7b\xad\x44\xf8\x76\x06\xfc\xb7\x33\xb8\xd0\xf3\xeb\xc2\xd6\xb8\x8c\xbc\x8e\x4f\x50\x44\x9d\x50\x49\xc0\x6f\xa7\x75\x6d\xf4\x95\xce\xac\xe7\x3c\x1a\x20\x33\x0d\xc8\x33\x48\x9f\xd0\xe9\x4c\x6c\xb7\x9e\x31\xbd\x63\xe7\xbf\xc4\x30\x81\x66\x41\xa0\xd1\xc6\x76\xab\xec\x09\x59\x72\x2d\xcf\x15\xb9\x6a\x63\xd1\xd3\xf7\xc1\x3d\x5b\x56\xd2\x59\x2e\xb0\x0c\x6e\xa3\x24\x64\x72\x2a\x56\x63\x7a\x1f\xdc\xb3\x2e\x74\xe5\x84\xd4\x4a\xc3\x97\x67\x2d\x66\xf0\xd4\x63\xfe\xaf\xcf\xce\x1a\x01\xc3\x22\x23\x4d\xe5\x38\xf6\x97\xea\xdd\x4c\xa3\x38\xc6\x88\xf8\x86\x73\xfc\xd9\x38\x13\x0b\x6c\xb0\x28\xac\x38\xd3\x58\xfb\x5b\xe4\xa5\x57\x1b\x5c\xc3\x85\x87\x5b\x81\x17\xd8\x6e\x3d\xd5\xef\x42\x9d\x7b\x96\xca\x83\xbf\xa6\x1e\x86\x3f\xa4\x70\xe2\xf0\x89\x74\xa6\x00\x10\x11\x5b\x6d\xe8\x02\x05\x9d\x92\x4e\x20\xb6\xfa\x0c\x05\x62\xab\x87\x28\xe0\x5b\x9d\x0a\xaa\x95\xd8\x94\xa1\x2e\xef\xf4\xfb\x86\x90\xa4\x6d\xd7\x2e\x3e\xc0\x52\x38\x0c\x8b\x65\x72\xa5\x6a\x9f\xee\xd1\x91\xd8\x9a\x33\x2a\xfd\x3a\xce\x31\x45\xe4\xa2\x22\x21\xd9\xa2\xf4\x0f\x1e\x41\xe0\x9b\x21\x0d\x2d\xd1\x16\xb4\x08\x8b\x6a\x4a\x50\x74\xfa\x96\x48\x81\x0e\x3e\x21\xa0\xa5\xe3\xb4\x2d\x87\x1d\xcf\x0d\x19\x71\xbc\x6c\x67\xa9\x71\x5c\xe0\xde\x1c\x15\x63\x46\x66\x07\x4e\xcf\x39\x28\x38\xcd\xed\x96\xbc\xe9\xc2\x46\x4c\x00\xa7\x30\x58\xdb\xad\x29\x87\x1b\x77\x65\x2a\x34\x75\xcc\x4b\x0b\xb1\xc6\x26\xf3\x65\x1d\x32\x9f\xd8\x67\x4a\xc8\xb2\x6e\x32\x83\xf4\xe7\x2d\xc1\xd0\x98\x27\xa7\xcc\x2b\xec\xf8\xce\x3c\x88\x0b\xfa\xb6\xb8\x53\x64\xcc\xf6\x12\x19\xf9\x75\x43\x97\x81\xf8\x69\xc7\x37\x8c\x7d\x8f\x75\x6f\x2d\x7d\xef\x3c\x7d\x8b\x30\x2f\x07\xea\x12\xd0\xb9\xc4\x71\xe4\x34\x96\x96\x3d\x2b\xc7\x51\x51\x46\x54\x1b\xa1\x66\x20\x1e\x70\x45\x44\x6d\x8c\xcf\xe0\x0f\xbc\xef\xd0\x98\x68\x3d\x37\xbb\x4e\x71\xd2\x80\x07\x07\x09\x9b\xb1\xee\x69\x29\x2c\x37\x66\x16\x24\xea\x98\x47\xb2\xe9\x8b\xb8\x2e\x2d\x91\x34\xa5\x41\x6c\x0c\x8d\x1c\xb9\x89\x2a\xad\x82\x6a\x86\x7c\xe1\x1e\x14\xcf\x14\x40\x4c\x51\x41\x9d\xe1\x9d\x73\x5e\xc5\x42\xbc\xa4\xd3\xac\x4f\x71\x25\xa6\xb8\x60\x3e\x57\xc6\x9c\xd8\x6e\xcf\x8d\xc9\x69\xdc\xc5\xc8\x1e\x34\x12\xbc\x12\x0a\x8e\xd8\x54\x04\x88\xc7\x42\xfa\xb6\xa7\x16\x4f\x88\x78\x0c\x06\x5f\xde\x78\x08\x0f\x25\x32\x49\xd9\xc6\x6d\x2b\x6d\xb8\x6d\xcd\x91\xb4\xb6\x71\xe7\x2a\x4b\xe1\xa2\x51\xe4\x38\x71\xdd\x44\xdc\x8e\xb8\x73\xc7\x47\xd6\x17\x1c\x52\xb9\x40\x0d\x02\x99\xe7\x43\x23\x84\x5a\xf7\xcd\x6d\x48\xc8\x61\xbf\x21\x36\x46\xc8\x8b\xbc\x4e\xab\x64\x86\x1b\x63\xeb\x4b\xd1\x4e\x93\x5c\x5c\xb7\xdd\x4e\x6b\xd6\x6c\x42\x46\xa3\x72\xb6\x5a\x46\xf3\xf4\x03\x6c\xcd\x25\xa7\x10\x7b\x3a\x9b\x58\xd5\xd3\x0e\x96\x2e\xa8\xc3\xb2\xa0\x5a\xab\x6a\xaa\xf5\x8b\x30\xe5\x38\xad\x60\x64\x76\x99\x6b\xdf\x41\x6a\x72\xb7\xfc\xf3\x7f\x6d\x28\xa6\xd4\xb1\x3b\x62\x15\x5b\x00\xad\x4e\x05\xe6\x79\x87\xd7\xa8\x2b\xd7\x71\xab\xa2\xd6\x55\xd1\x5a\x51\x2b\x17\xa9\xc8\xa9\x12\x76\x5b\x0d\x35\xc4\xa6\xbc\xf4\x00\x65\xb1\xe4\xde\x21\x23\x84\x79\x3f\x87\xe8\xe7\x70\xbb\x95\xef\x38\x0d\x16\x17\x38\x00\xb0\x27\x1d\x2e\xa6\x3b\x0e\x87\x1a\xfd\x39\xa4\xe9\x82\x39\x9a\xef\x3f\x14\x1c\xd7\x93\x69\x74\x2e\x67\x69\x7c\xe0\x7c\xf9\xa5\x73\xa0\xb2\xa6\x45\xa9\x7e\x65\x41\xb9\x24\x52\x0c\x2b\xdc\xef\xab\x6c\x41\xb1\x74\x5d\xcf\xf8\x4d\x99\x1b\xbb\x37\xf0\x8e\x20\xe3\x3b\x7d\x6b\x66\x31\x8b\x46\x00\x8a\x2c\x08\x95\xa0\xc5\xc3\x1a\x1c\xb4\xfb\x7a\xdd\x37\x19\xea\x58\xff\xc1\x25\x30\x4e\x7b\x22\x46\xa0\xa9\x5c\x22\x1d\xfb\xf0\x90\x48\x15\x02\x57\x4a\x8d\xfb\x3b\xca\x4c\x58\xa6\xa9\xaf\xf1\x74\x21\x58\xbe\x5e\x73\x06\x43\x97\xb5\x95\xda\x18\x66\x83\xef\xb7\xb5\x9c\x4c\x14\xa6\x5d\xe2\x5c\x5b\xc4\x50\xec\xee\x1e\x80\x1e\x75\xfb\x06\xa2\x9f\xa8\xeb\x54\x82\x25\x00\xc7\x2d\x7e\xdd\xd0\xbe\x25\x34\x46\xaa\x76\x0a\xa4\x59\x81\x36\x42\x9d\x54\xc5\x71\x3b\xb4\x58\x95\xa1\x59\xee\xc5\xd9\x7e\x00\x84\xca\x04\x4e\x68\xcc\x22\x53\x2d\xcb\x40\x06\x69\xb7\xa8\x39\x21\xdb\xfa\xd4\x90\x50\x5d\x46\xb8\x2e\x57\xfa\x17\xcf\xe8\x4f\x4d\x6d\x40\xb5\x13\x49\x70\xcf\x61\x01\x0d\xdd\xc4\xcb\x97\x54\x2f\xa1\xc2\xaf\x51\x15\x81\xa6\x4d\x80\x2b\x95\x7d\x39\x3e\x1a\xfa\x4b\xb8\x30\x73\xc8\xde\xde\xab\x9c\x8b\xf1\xd1\xd7\xfe\x02\xae\x11\x1e\x50\x7b\x28\x51\xd9\xad\xca\xb2\x26\x95\xad\xe1\x27\x24\xad\xb4\xe0\x29\x6a\xda\x24\xc1\x47\xc4\xed\xf7\xe0\x03\xba\x2e\xbd\x34\x83\x69\x03\xab\xf0\x81\xe9\xcf\x12\xf8\x28\x4d\xfc\x5a\x10\x6e\xad\x58\xea\xf0\x27\x0a\xcc\x26\x5e\x9e\xae\x25\x2c\x1b\x8b\x03\xcc\x2c\x02\x27\x36\x67\xea\x1a\x7e\x81\x07\x45\x1c\x85\x98\x7a\x6c\x5d\x24\x2f\x87\xd3\xa9\x7a\x09\x9c\x3c\xc8\xb7\x1a\xa8\x82\xe7\xf7\x0c\x47\x35\xe5\xa7\x66\xb7\x1f\x6c\xe3\xf6\x75\xbc\x92\xd5\xd3\xc6\x3b\xe3\xe4\xc1\xbc\x36\xc1\x4d\xb7\x3d\x9b\xb2\x2d\x63\x36\x63\xa7\xd2\x48\x8c\x5a\x7e\x39\x51\xa1\x2e\x38\x30\x66\x09\x82\xb3\x3b\xb0\x62\x09\xe2\x62\x4b\x13\x36\xa2\x22\x91\x4a\x2b\x63\x93\x23\x26\x06\xce\x4a\x2f\x05\xfb\xf5\x8b\x5b\xe9\x65\x26\x14\x5d\x1c\x25\x98\xc3\xe5\x65\x07\x0e\x99\x57\x32\x3b\x67\x78\x96\xe6\x41\xa9\x45\xd4\x17\x08\x80\x1c\x34\xaf\xfb\xa9\xd1\xf6\x2c\xd9\x5e\x2a\x6e\x08\x47\x1d\xf9\x56\xe2\x17\x73\xda\xbb\x6d\xcd\xe0\x6e\x1c\x0a\x7f\x68\x9a\x30\x32\xa4\x32\x85\x49\xa6\x80\xb3\x74\x43\x41\x0e\x47\xd6\x27\x13\xad\x17\x1f\xd8\xde\x96\x99\x3f\x79\xcf\xb5\x78\x94\x9f\x36\xec\xfc\xb8\x9f\x21\xa9\x3f\xd6\xd6\x50\x0c\x45\xa0\x78\x74\x78\x73\x3e\x55\xbb\x28\xae\xf7\xd8\x6d\xa0\xb0\x31\xe7\xc8\x23\x0d\x2e\xec\x93\xe1\xa4\xba\x9f\x0d\xea\x90\x5b\x5e\x0e\x85\x55\xe6\x90\xd9\x64\xda\xd1\x42\xc9\x70\x3b\x49\x16\xce\xe4\x17\xb3\x27\x64\xc3\x19\x0f\xf4\x64\xc3\x19\x7a\x05\x46\xde\x8f\x0c\xc0\xb8\x4d\xe6\xad\x9d\xdd\xa6\x66\xc1\x34\x5e\x31\x63\x57\x65\xe1\xc9\x02\x03\xdf\xb2\x08\xc1\xfc\xd7\x3d\x2b\x63\xa2\xd9\xfd\x31\x42\x6f\xed\x9b\x16\x71\xef\x0f\xc6\xe1\xfa\xf7\x11\x21\xc9\xd0\xf1\x5b\x84\x45\x56\x20\x70\x5d\x85\x1a\xf9\x38\x88\x83\x7c\x81\x5b\x80\x91\x6c\xdb\x4b\x66\xc0\xc6\xca\xdd\x71\x0d\x90\x39\x56\x37\xc7\x97\xa8\x61\xe1\xba\xad\xf9\x67\x55\xde\x1f\x1e\xc9\xfa\x0e\x8f\xba\x6d\x7c\xa9\x79\x30\x25\xa2\x39\x9b\x67\x6e\xc3\x1c\x95\x83\xf7\xc1\xbd\x5c\x9a\xa1\x58\xb3\xa1\xa2\x0f\x6a\x9b\xa1\xa8\x83\x2a\x77\xac\xd8\x1c\xcc\x6e\xf8\x6b\xcd\xcc\x3b\x6b\x19\xfb\x76\xbb\x5e\xb7\xc9\x47\x9b\x4e\x4a\x83\x6a\x3a\x75\x7c\x5c\x19\x7e\xba\x37\x18\x15\x3d\x52\x4b\xc0\x8d\xdb\xf5\xc8\xd4\x79\x4a\x25\xa3\xc3\xd1\xd7\xc3\x10\x2f\x80\xc3\xe6\x94\x6e\xb6\x7a\x2a\x0d\x4d\x26\x0f\x42\xbb\x00\xa5\xb9\xb0\xf6\xbd\xd0\x32\x14\x70\x13\x47\x45\x79\x5d\xae\x63\x4c\x3d\xbf\x38\xc5\x5a\x67\x92\x19\xa5\x4c\x1e\x98\x72\xa4\x75\x26\x4d\x4d\x03\x15\x91\x4f\xe2\xb8\xca\x49\x64\x4d\x18\x5e\xdc\xce\x4b\x86\x61\x2a\x8e\xf2\xb3\xf4\x21\xb9\x48\x8e\x86\x74\x02\x1a\x34\x63\xb5\x78\x7e\x1f\xdc\x3b\x35\x38\x96\x06\x27\xb3\x4c\x05\x41\xf6\x70\x2f\x4a\x8a\x32\x48\x66\xe4\xa2\x53\x02\x50\x2e\xf3\xf4\xa1\x97\xe0\x87\x1e\x19\xf3\x79\x9e\xa7\xb9\xe7\x9c\x06\x49\x92\x96\xbd\x59\x10\xc7\xbd\xa0\x47\xe5\xc2\x5e\x50\xf4\x02\x69\x97\xe4\x80\x5a\x56\x1f\xf2\xea\x45\xb4\xd9\x04\x0d\x8f\x93\x7f\x94\x22\xb8\x6c\xa2\x82\xcb\x96\x93\x64\x7a\x9c\x0e\xd4\x33\x1e\xd2\x7f\x6c\xb7\xfd\x11\x4c\x07\xfa\xb3\x1e\xea\x0f\xa1\x43\x3d\x9c\x9c\x28\xe9\xa5\xae\xeb\xa5\xd4\x19\x88\x7f\x03\x1d\x0f\x8e\x18\xa6\xe4\xe2\x07\x53\x50\xab\x6e\x66\x99\xd0\x31\x8a\x57\x46\xd7\x25\x5d\xd7\x1e\x27\x4b\x00\x13\x96\x08\x93\xee\xba\x1d\x59\xc0\x81\x1b\xd1\x1b\x9f\x86\xe7\xc2\xaa\xb9\x39\x9f\x15\x61\xd0\x95\x89\xf8\xbb\x05\x26\xc2\x3a\xab\xe0\xc3\x7c\x6c\x4d\x65\xfa\x5d\x1d\x92\x0b\xea\xe6\xb1\x9f\x3e\xd1\x2e\x7c\xfa\x84\x4a\x88\x6b\xc8\x9b\x52\x6d\x2f\xd5\x82\x3b\x72\xc5\xfa\xf2\x7a\x5b\xba\x2e\x57\xbe\x97\xf6\xe5\xbf\xae\x32\x9c\xf7\xf0\x63\x96\xe3\xa2\x20\x15\xae\xaa\xa2\xec\xe1\xa8\x5c\xe2\xbc\x77\x8b\xa9\xae\xb1\x97\xe6\x06\x3d\x1c\x6b\x13\x29\x86\xca\x2e\xc8\x5e\xc9\xf4\x3c\x62\x96\x37\xb3\x34\x29\xca\xbc\xa2\xe8\xeb\x1b\xe6\xbf\x86\xa1\x9a\xc8\x61\xeb\x65\xb7\xfe\xac\xc5\x28\x5d\xb7\x35\x33\xab\x4c\xbb\xaa\xae\x9e\x58\x93\xc5\x13\x6b\x62\x5b\x91\xed\xd6\x5a\x98\xbe\x0a\xd3\xc6\x55\x5f\x16\x6a\x95\x4a\xd7\xf5\x9c\x94\x16\x74\x10\x42\xef\x67\x5e\x09\xb6\x5b\xb5\x76\x4a\x35\x51\x02\x19\x0b\xdd\xd4\x83\xd8\x57\xf2\x0c\xe7\xd1\x3d\x0e\x7b\xda\x94\x17\xbd\x55\xb0\xee\xa5\x49\xbc\xee\x09\xd3\x48\xda\x30\x59\x50\xa5\x0c\x69\x5b\x22\xea\x1a\x1c\x72\xb7\xd6\x1a\xbc\xc2\x73\x9c\xe3\x64\x26\x5a\x25\x77\xd7\xde\x32\x28\x92\xbf\x96\xbd\x5b\x8c\x93\x1e\xb7\xfe\x88\x0a\x1c\xf6\x0e\x7b\x05\x21\x2f\x0f\x18\x39\x08\xab\xd1\x9b\xc5\xb5\x31\x57\xf7\x99\xb2\x6d\xd3\xec\x05\xba\x14\x38\x57\x78\x4e\xce\xf9\xed\xb6\xcf\xff\x1a\xc8\x09\x50\xfa\x9c\x68\xee\xb5\xbe\x0e\x8a\x65\xb0\x32\xb2\xd8\x16\xe1\x63\x9e\x3e\xca\xd0\xf1\xc3\xe3\x32\x5f\x0b\x4a\x78\x9d\xa6\x31\x0e\x12\x4d\x99\x40\xe9\xfb\xc3\x9c\x19\xfa\xb5\xda\xf3\x78\x01\x38\x99\x1a\x78\x0c\x35\x00\x00\xf6\x87\x35\xb3\x3c\xbd\x5d\x08\x52\xeb\x8f\xea\xda\xb3\x59\xfb\x72\x0f\x05\x44\x69\x8c\xc5\xcc\xa7\x69\x39\x49\x21\xeb\x01\x06\x1a\x0d\x1c\x27\xa8\xdd\x95\x54\xd9\x94\xc2\x1c\xb0\xd7\xb3\x04\xa5\x76\xa3\x53\xd1\x85\x05\xab\x9d\x3a\x0a\xf5\x8d\xf8\x7a\x13\xaa\x6c\xc4\x68\x34\x45\x0e\xf9\xc3\x81\x24\x69\x16\xe5\xb3\x18\xa3\xa3\x29\x72\xd8\x9f\x2c\x79\x11\x64\xe8\xc5\x14\x39\x8b\x20\x73\x6a\x2f\xca\xb6\x5b\x2f\xca\xd0\xc6\x0c\x0f\xa7\x57\xfa\x95\x51\x2b\x29\x4e\x93\x48\x79\xa3\x9d\x97\xaa\xa1\xda\x0b\x48\xbd\x01\xab\x97\xaa\xe6\xd6\xba\xd5\xec\xf5\x32\x5a\xad\x70\x7e\x28\x21\x01\x1c\x58\xb0\xa4\x9f\xf2\x20\xcb\x88\x08\xab\xe5\x32\x3f\xc9\xac\xdf\xe6\x41\x18\x09\x9b\xd4\x46\x5e\xf1\x8d\xc1\x4a\xd8\x2a\xd5\xd2\x9d\x1a\xde\x66\x26\x34\xb8\xe4\x37\x3f\x7b\x1b\x67\xf8\x17\xc7\xd7\xc5\x21\xfa\x67\x1c\x94\xf8\x5f\xde\x21\x11\x4a\x89\x40\xc4\xa4\xd3\xae\x6c\x3c\x17\x75\x44\x85\x9f\x76\xb5\xb5\xb3\x1a\xd5\xda\x9e\x6d\xd1\x99\x3f\xe5\x46\xb2\x8f\x96\x15\x78\x47\xc4\x4a\x92\x48\x25\x5d\x72\x01\x63\x61\x07\x5a\x79\x8c\xaf\x34\x33\xbd\xf3\x76\xe7\xd6\x3e\x0b\xff\xb8\x1d\xd5\x37\x33\x88\x22\xbb\x1a\x69\xe5\x70\x98\x69\xf0\x03\xd5\xbd\xb5\x15\x6f\x08\x0f\x98\x64\x0d\x1b\x1e\xbc\xf4\x32\x00\x23\xa5\x92\x4a\xc7\x7c\x1d\x52\xaa\x79\x63\x37\x0d\x2a\xac\x52\xed\x9b\x78\x0d\x3d\xcd\x94\xe3\x6e\x21\xa4\xf6\x12\x6a\xd9\xf7\xf0\xd4\xa5\xfd\xf0\x37\xec\x42\x12\x69\xc1\x12\x5a\xc1\x0d\xa2\x71\x44\x45\x7b\x15\x02\x41\x7b\x3a\x25\x6b\x68\x71\xef\x2d\xee\x17\xe4\xb0\xe6\x88\xfb\xca\x83\xf4\xc8\x7c\x78\x35\x56\xd7\x52\x4d\x16\x94\x4b\x07\x6e\x42\xdf\xb9\x1c\xf6\x8e\x7a\x27\xbd\xa3\xde\x11\xec\x0d\xe9\xff\x47\xb0\x77\xd4\x1b\xf6\xde\xf5\x86\xbd\x61\xef\x17\xc7\x1a\x14\x6d\xff\x6e\x68\xcb\xf9\x54\x3f\x86\x96\x7e\x1c\xf5\xde\xd1\xde\xfc\xb1\x7e\xb4\x28\x6b\x77\x57\x8e\x2c\x5d\x19\xf2\xae\x1c\xfd\x29\x5d\xd9\x77\x71\x8e\x2c\x8b\x33\xe4\x8b\xc3\x7b\x42\x41\x1e\xec\x4a\x69\xbe\x3b\xd2\x06\xc9\xe7\x9a\x93\x7b\xde\xd4\xcb\x06\xe8\xba\xf4\x1e\x33\x98\x03\x58\xa0\x74\xbb\xdd\xd4\x30\x46\xd6\x0b\xee\x3c\x8a\x63\x3f\x6a\x3a\x97\x9a\x3a\xdc\x80\x3b\xab\x37\x5c\xb5\xf9\xdc\x24\x42\xc9\x21\x03\x9f\x70\x85\x50\x77\xe4\x13\x09\x86\xc6\xb6\xa3\x43\x55\x04\x8e\xa1\x3b\xb0\x7d\x61\xfa\x8c\x66\x67\xf9\x47\xb6\x3f\x87\x7b\x61\xcc\x0a\x34\x7a\x5d\x19\xf2\x4d\xef\xbf\x1d\x7f\x43\xa7\x43\x22\xa8\x72\xa5\x5e\x31\x6d\xb0\xe1\x49\x60\xee\x4d\xb8\x11\x6e\xd6\xc2\xcf\xb8\x86\xf1\xb4\xc9\x8e\x59\x29\x2d\x45\x15\xd3\xbc\x92\xe3\xa9\x85\xc9\x4e\x82\x36\xf5\xc3\x8d\xe6\xdf\x6c\xab\xc0\xec\x70\x33\xcd\x28\xae\x77\xdb\xe6\x41\xac\xf8\xbb\x53\x03\x78\xc7\x8f\xae\x6b\xcb\xd1\xf5\x6d\x90\xb1\x93\x8b\x71\xfd\xf3\x3f\x87\xeb\x13\xfe\xba\x9b\xeb\xdf\xfd\x5f\xe3\xfa\x7f\xfa\x8e\xa6\xdb\xd8\xdc\x98\xd7\xa5\x77\x4d\x36\xb9\x7d\x7f\x36\x15\x81\xad\x8d\xb3\xdf\x06\xfe\x73\x37\x6b\xd7\xf6\xec\x00\x31\xb6\xc5\x84\xe0\x30\xd0\xc1\x0e\x4a\xfd\x96\x48\xd1\x00\x5e\x58\x08\xf4\x94\xca\xc2\x5c\xba\x2a\xee\x17\x96\x6f\xe4\x10\x60\xe4\x7b\xc6\x29\xfd\xe6\xb9\x64\xac\xaf\xab\x04\x3b\x85\x01\x3a\xd3\xc8\x34\xb2\x93\x69\xfa\x0c\xd7\xa3\x60\xb7\x84\x71\x1f\xe1\x87\xd7\xe9\xa3\xef\x90\xd3\x66\x44\xfe\x2f\x74\xac\xa5\x6a\x5b\xaf\xad\xb8\x5f\x3c\x71\xbe\xc3\x61\xef\xdd\x48\xfc\x77\x34\xec\xbd\x13\xff\x1d\xf6\x7e\xe9\x5d\x0e\xe1\xab\xde\xe9\x10\xfe\x6d\xf0\xb7\xaf\x46\x2f\x8f\x5e\xfc\xed\x55\xef\x68\x70\xf4\xe2\xeb\x57\x7f\xfb\xea\xe8\x15\xc9\x47\xff\x73\xaa\x3e\x43\xda\x29\x3d\xff\x88\x56\x31\x1a\x42\x55\xb0\xa7\xe5\x3f\x1a\x1c\x1d\x0d\x5f\xbe\xfc\x6a\xf8\x0a\x1f\x8e\xbe\xea\xbd\x82\xc3\xde\xa9\xd6\xc4\x61\xe3\xbb\x51\x0d\xa9\xf9\x1d\xf9\xcf\xce\x13\x97\x2e\x1f\x5f\xd4\x7c\xc7\x4a\x46\x6d\x40\xf8\xeb\xd2\xbb\xc8\x60\x04\x60\x8c\xf2\xf6\x66\x2d\xd8\x2e\x8d\x1a\xbb\x94\xad\x47\xca\xf6\x20\x5f\x14\xfe\x4b\xf2\x9f\xf4\xdf\xb8\x43\x83\x7d\x77\x68\xe7\x46\x8c\xa7\x74\x1f\x4d\x0a\x42\x3e\xed\x47\x15\x7a\xa4\xee\x6a\x45\x07\x3d\x37\xcf\x5f\x72\xa9\xde\xb1\xcb\x4f\xf9\xb5\x16\xc0\x2b\xb6\x4f\xe9\x9e\xfd\x98\x59\xe2\x49\xc1\x14\xe6\x6c\x89\x23\x18\xa0\xdc\x75\x93\x71\x7e\x98\xf8\x43\x6a\xc7\xe0\xba\x42\x63\xdf\x47\x08\x8f\xc9\xef\x32\xcd\x08\xb7\xc7\xe3\x48\x8c\x9c\xcd\x23\x5b\x8f\x40\x7f\xd7\xb9\x49\x33\x7e\x4a\x50\xad\xb5\x4f\x8a\x73\xbc\x18\xee\x63\x61\xad\x83\xe6\x6e\x56\xc1\x2a\xae\x81\x6f\x2d\xe2\x05\xe3\xcb\xa0\x5c\x0e\xe6\x71\x9a\xe6\x5e\xf0\xe5\x11\xf0\x87\xc0\xda\x15\x91\x73\x86\xa3\xd8\xc8\x58\xc3\x54\x78\x25\x0b\x4f\xe4\x28\xe3\xba\x02\x5f\x27\x57\x6e\xce\x11\x01\x68\xac\x7c\x5a\x03\xba\xd8\x6c\xa1\xd2\xba\x3e\x16\x75\x2c\x82\x6c\xaf\x0a\x5a\xef\x53\x69\x0d\x54\x2d\x14\x5b\x6e\xcf\x7e\x98\x32\x99\xe8\x51\x53\xea\x92\xe9\x2d\xa1\xa8\xf1\xc5\x56\xa8\xae\xf5\xbe\x44\xb5\xb8\xbc\x5f\x5a\x0e\x16\xce\x2e\x99\x3d\x88\x2e\x03\xbd\xef\x3e\x3c\x34\x77\x2d\x26\xf8\xa4\x4a\xf0\x49\xc6\x4c\xb6\xf0\x13\xca\x77\x0a\xb3\x15\xee\xbd\xf5\xc0\xad\x46\x0c\x17\x2e\xab\x82\x76\xd5\xf4\x51\x97\xce\xe9\x44\xa4\x69\xd1\x82\xe0\x81\xd4\xa6\x92\xfd\x89\x02\xf1\xd5\x88\x07\x2c\x56\xad\xa3\x04\xf9\xd6\xcc\x4f\x68\xa5\x23\xfb\x22\xc8\x40\x2d\x55\xa0\x00\x0c\x72\x1c\x56\x33\xdc\x44\xfc\x12\x2a\x60\x5e\xd2\x75\xc5\x5f\xdf\xe0\xb1\xf8\xd3\xc7\x35\x80\x43\x50\x7b\xd1\x76\x3b\x99\x02\x3f\xa0\xb6\x37\xf3\x18\x3f\xfe\x94\x07\x19\x0c\x15\x3c\xf9\xcc\x75\x67\x34\xb4\x1b\x63\xee\x73\xc2\xf6\x4d\x2a\x85\x4b\x74\xa5\x39\xb3\x65\x50\x54\xe3\x87\xcf\x93\x2a\x53\x5d\x54\x5c\xf2\xe3\xdb\x6e\x03\x8e\xc7\x56\x3b\x66\xca\xc4\x10\x5b\x36\x18\xa0\xca\xc3\x70\xe2\x50\xfd\xff\x14\x50\x47\x0b\xc3\x6c\x85\x7a\x55\xf0\xe3\x2c\x44\x1f\x33\xaf\x80\x11\x9c\xd1\x66\x8e\x77\x53\x40\xc7\xa0\x6e\x32\x18\x7b\xd4\x78\x3c\xad\x61\x20\xb1\x3b\xc3\x5a\x38\xfd\x1b\xbc\xa0\x55\xfc\x7c\x8f\xe2\x1a\x13\x68\x95\x7f\xe8\x2e\x4f\x76\x67\x2b\x7c\xfc\x43\x26\x2f\xaa\x9c\x18\xd5\x7a\xa5\xb5\x17\xc1\x39\x2c\x3a\x64\x01\x9d\x58\x92\x06\x60\xbd\x12\xc0\x2f\x33\x98\x70\x01\x3c\x69\x1c\xed\xfb\x80\x73\x0b\x32\x2a\xc7\x0e\x7d\xf2\x57\x6f\xff\x36\x24\xb4\x1d\x87\xa1\xc1\x7e\xc8\x99\xf8\x8e\xcb\xae\x27\xd9\x73\xb1\xf3\x9a\xac\x26\xd2\x91\xf1\x02\xc9\xab\x0a\xc3\x62\xae\x22\xbf\xaa\xa2\x4c\x57\x46\x4f\x58\x24\x5d\xba\xad\x84\x17\x9e\xf0\x2f\x96\x0d\x71\x01\x8a\x87\xcf\x0d\xca\xe0\x5d\x1a\x84\x38\x84\x4b\xb5\x43\xe7\xae\x3b\x87\x2b\x92\x61\x95\xe5\xe9\x3d\x3e\xbd\xbe\xfe\x88\xf3\x79\x9a\xaf\x82\x64\x86\xe1\x02\x71\x27\x24\x00\xef\xd1\x3b\x4d\xc6\xa6\x8e\x7b\xb2\x46\x7f\xa9\x6d\xbe\x42\x7b\x72\x3f\x49\xa2\x15\x35\x4f\xba\x20\xcb\x72\x1f\xc4\xfe\xd1\x70\x08\xf5\xee\xf9\x99\xeb\x66\xa2\xc3\x52\x2d\x1e\xdc\xe3\xf6\x57\x92\x0a\xad\xfd\xf4\x57\xdb\x6d\xbf\xaa\x01\x5c\xa3\x1f\x03\x6f\x13\x07\x45\x79\x13\xad\x70\x5a\x95\x17\xa1\x3f\xac\x01\xbc\x45\x67\xa1\x47\x71\xb4\x29\x3a\x36\xfb\x06\x4f\xd1\xed\x60\x16\xe3\x20\x17\x09\x8f\x48\x21\x5f\x7b\xcb\x36\xb6\x36\xe7\x35\xc1\x76\xcb\x34\xa6\xb5\xe2\x50\x12\xa5\xda\x50\x75\x47\x73\x6f\xd9\x47\xe8\x81\xfd\x25\x1e\xd8\xd6\x03\xa3\x87\xe8\x93\x51\xe6\xce\xeb\x0f\xc9\xc6\x39\x1a\x0e\x0d\x4c\x64\x5e\xf8\xd4\x6b\x14\x07\xf5\xf1\x9d\xd7\x1f\x51\xe0\x8f\xc9\x72\x6a\x51\xbe\x29\xcf\xa3\x85\x7e\xc9\xb9\xd7\xb1\x12\x01\xec\x3f\xb4\x83\x6d\x1b\x9c\xf6\x1a\xea\x65\xcd\x67\x8a\x3d\xb0\x16\x65\x11\xf1\x5a\x51\x03\x58\x6d\xb7\xcd\x72\xef\x33\xb8\x69\x6c\x14\x8b\x70\x43\xe9\x42\x25\x52\x47\x93\xce\xee\xeb\x7d\xd0\x1e\x42\xa8\xf4\x13\xba\x6e\x7f\xd9\x59\x92\xa3\x42\x52\x6c\x36\x01\x09\x19\x13\x8e\xe1\x3b\x59\x1a\x47\xa5\xcd\xd1\xe9\xe7\x18\xee\x07\x92\x70\x3f\x28\x66\x39\xc6\xc9\x15\xf5\x28\x61\x26\x58\x21\xa0\x37\x28\x70\x7c\x92\x35\xf0\xe4\xd8\x94\x30\xc3\xef\x37\x54\xf2\x39\xe9\xb4\xb7\x35\x76\xbb\xe9\xa8\x9e\x1b\x18\x9e\x3b\x76\x2a\x8b\xcd\xa5\xed\x54\xca\x97\x9a\x1b\x94\x59\xe1\x5a\x79\xc7\xac\xad\x6c\x09\xc9\x55\x6e\x4d\xd5\xa7\x19\x9a\xe7\x5e\xde\x30\x6a\x0d\xed\x0a\x97\x1d\x56\x92\x42\x4d\x94\x4e\x9b\x4f\x6a\x93\xb0\x41\xa2\xf6\x7a\xda\x96\x60\xb6\x77\xa6\x5f\xbc\x21\x68\x47\x84\x0a\xb6\xdb\x99\x34\xa1\xd3\xee\x60\xf6\x90\xdc\xd1\x81\xb3\x2a\x6c\xa1\x93\x79\x44\x4f\x0d\xa3\x50\x83\x4a\xfc\x9f\xa4\xd7\xf1\x3f\x66\xbe\x74\xb8\xe0\xbb\xc9\xeb\xce\xd9\xeb\x95\x69\x8f\x6a\x32\xe1\xce\x4c\xca\x9e\xad\x37\xfc\xcb\xce\xac\xac\x7f\xbd\x57\x4f\x64\xd3\x6b\xa4\x0f\x75\xdd\x99\x87\xbd\x61\xef\xcb\xde\xdf\x87\x7f\xa1\x19\xbb\xf3\x25\xe9\x61\x8e\x33\x1c\xfc\xa1\x18\xba\xa0\x86\x89\x16\xdb\xdc\x19\xee\x40\xbc\xb4\x61\x7c\x9a\x8a\xe1\x6a\xbc\x31\x15\xde\x61\x74\x6f\xc6\xd2\xe8\x24\xa9\xba\xae\xfd\x4d\x5b\x5b\xbe\x2b\xff\xb4\xf5\x20\xac\x28\x5d\x24\xd9\x6d\xee\x98\xb9\x28\xb7\x0e\xb5\x59\x19\xf2\x5f\x1a\x21\x7a\x1d\x24\x0e\x0e\x9c\xae\x25\xda\x9f\x2c\xf7\x20\x4a\xe7\x60\x47\x0f\x76\x13\xa9\x73\xe0\x15\xa4\xa8\x66\x1c\x49\xca\xec\x26\xd9\xdd\xed\xed\x24\xe1\xfd\x08\x58\x91\xaf\x95\xcf\xc8\x47\x6f\x18\x08\x7e\x7c\x56\x09\x03\xef\xa3\x42\x4b\xbe\x89\x56\x51\xb2\x78\xc3\xd9\xbf\xef\xe0\xa0\xc0\x87\x51\x72\x98\x56\xa5\x5e\x58\x82\x7b\x38\x09\xe1\xcb\xb1\xf6\xed\xa2\xc4\xac\xe6\xd3\xb4\x4a\x28\xcc\xee\x3c\x4a\xc8\x91\xa6\xb2\x30\x57\xdd\xf1\xa7\xcc\x03\xfe\x6d\xe6\x81\x7a\x6a\x18\x18\x4c\x42\xfd\x38\xed\x26\xba\x27\xf7\x10\xd4\x77\xa2\xce\x07\xd9\x6e\xde\x6d\x79\xdb\xb0\x02\xde\xc1\x7b\x1b\xbb\x7e\xa4\xef\x7a\x72\xc6\x47\x33\xa7\xa6\x11\xf3\x8d\x43\xd9\x9f\x97\xdd\xb7\x03\xc2\x4e\x5e\x67\x68\x13\x64\xd1\x35\xce\xef\x71\x4e\x23\x71\x47\x31\x6d\xe0\x44\x24\xf6\x54\xaa\x03\x65\xd6\x1f\xae\xde\xe9\x79\x7e\xb8\x7a\xe7\xc0\x20\x9f\x2d\xa3\x12\xcf\xca\x2a\xc7\x3f\xe2\xbc\xa0\x7d\x3b\xd1\x12\x7b\x3c\xd5\x11\x60\x80\x0c\x69\xed\x94\xfd\xe8\x31\x84\x35\x26\x78\x84\x27\xa5\xef\x9c\xb2\x3f\x7b\x27\xa5\x4c\x7e\xbd\x56\xc9\xaf\xd7\x0e\x9c\x07\x51\x8c\xc3\x8f\x79\x7a\x1f\x91\x9a\xa3\x64\x41\x05\x60\xdf\x79\x43\x3f\xf4\xf4\x2f\x3d\xfa\xc9\x81\x51\x32\xcf\x83\x8b\xd0\x77\x2e\xc8\x1f\xbd\x8b\xd0\x81\x31\xe5\xb4\xab\x28\xf9\x21\x0b\x89\xd8\x93\xe7\x64\xa9\xde\x05\x45\xd9\xa3\xc9\x3d\x96\xde\xa3\x1f\x58\xf6\xcb\x34\x8c\xe6\x11\xeb\x28\xcd\x28\x12\x68\x77\xf5\x1c\xa4\xcf\x66\x0e\xd2\x73\x92\xc3\xd2\x6f\x9a\xd1\xd6\x6b\xe1\x9d\xe6\x3b\xef\xf8\x5f\x0e\x4c\xa8\xdf\x39\xa1\x74\x07\x66\xed\xba\x6c\xd5\xdc\x8b\x85\x91\x6b\x41\x2d\x5f\xe3\xf8\x9a\x0a\x8a\x64\x52\xe8\x4f\xda\x42\x8f\x25\x3a\x35\xfc\x20\x94\x5b\x2a\x34\xd3\x88\xa1\x0b\xd7\xf0\x6d\xfb\xdb\x2b\xf1\xed\xf7\x0c\x4d\x36\x14\x60\x9f\xdf\xe1\x05\xbf\x7e\x71\x24\xd8\xf8\xd1\xab\xbf\x10\xd2\xfd\xa9\x2b\xe7\xe8\x6b\x91\xf3\x6f\x2c\xe7\x0f\xb2\x3d\x6e\x84\x7c\x93\x66\xfe\x68\x68\x7a\x78\x8c\x5e\xd5\x35\xfc\xd5\x9e\xb3\xae\xe1\x8f\xf2\x0b\x35\xb6\x66\x9a\xf0\xdb\x34\x0e\xf9\x95\xfc\x1a\xc7\x73\x76\x47\x3f\x64\x00\xe6\xd4\x4a\xfb\x47\x16\x6d\xee\x24\xa6\x71\xfd\x4a\x5c\x88\x32\x3c\x06\xe5\x22\xc7\x6b\x69\x1a\xcd\x0d\x97\x69\x73\xdf\x36\x3b\xa2\x7d\x54\x26\xc9\xdf\x65\xdc\x9e\xd0\x61\x9e\x87\x8e\x7c\x5a\xe4\x16\x73\xa0\x15\x10\x46\x86\x1d\xe0\x3a\x0f\x7e\x67\xb7\x06\xa0\xb8\x9b\xb5\xb2\xf1\xf0\x79\xbe\xc3\xc4\x55\x2d\x12\x03\x6f\x91\x42\xf2\x53\xd4\x7d\x13\xb7\x6f\x49\xee\xd3\x18\x70\x57\xce\xfb\xcc\x4b\x34\xd3\x6a\x5d\xc9\x38\x93\xa6\x70\xb0\xd4\x70\xfd\xb0\x54\xe8\x65\xa4\x26\x16\xc4\xcd\x61\x4e\xf8\x22\x7c\x83\x15\xd7\x0a\x96\xc2\x3c\x15\x27\x65\x1e\xe1\xc2\x7b\x9d\x49\xad\x95\xe6\x1a\x1b\xe2\x32\x88\xe2\x8f\x41\x82\x63\xca\xc0\x62\xae\xcc\x72\x3e\xdc\xe3\xfc\x3e\xc2\x0f\x12\x7c\x72\xd8\xd7\x5d\x6a\xa3\x12\xaf\xb8\x91\xf6\xd8\x98\x67\x15\x91\x66\x65\x99\x5d\x6b\xa8\x8b\x8e\x58\x21\xb2\xa6\x1f\x32\x95\xa5\x6c\xa9\xf5\xa4\x46\x53\x2b\xfc\x5d\x26\x2e\xb4\x3f\x66\x7c\x96\xf0\x64\x34\xad\x19\x5e\x41\x33\x22\x85\xb5\xa1\x93\x3c\x0f\xd6\x9e\x30\x44\x07\x83\x79\x14\xc7\x9e\xe3\x3b\xe0\xb3\x3b\xf0\x54\xeb\xbf\xee\x18\xa6\x66\x7a\x6e\x6d\xe5\xdb\x4c\x8b\xe5\xd1\xa7\x81\x24\xc5\x2a\x4d\xca\xc9\x70\x3a\x75\xdd\x76\xda\xa0\x4c\xaf\x99\xeb\x2e\x50\x90\x23\xed\x6c\xbe\xf3\x83\xb4\x92\xa5\xcf\x4a\x00\x74\x05\xce\xb0\xae\xe4\x9b\x4c\x0e\xf1\x6d\x06\x9b\xf7\xfe\xdf\x33\x83\xc1\x11\xf2\xdf\x67\x82\xb5\x4a\x3f\xb4\x2b\xfd\x29\x33\x78\x21\x9b\xf8\x29\x87\x75\x75\xde\xa7\x21\x2e\x1c\x9f\x6a\xef\x9a\xb1\xa3\x8a\x4e\x1a\x9e\x34\x58\x84\xe4\x09\x8f\x2c\x32\x60\x3b\x20\x8f\x67\xe0\x31\x70\xac\x74\xa0\x45\x59\x49\x44\x94\x95\x84\x3a\xf5\x3e\x19\x13\xe6\x39\x1b\x85\x8e\xb2\xc7\xb6\xb7\xb3\x17\xc5\xeb\x25\x8e\xba\x8b\xfc\xda\x51\xe4\x85\x23\xa3\x93\xd4\xf5\x14\xc0\xa4\xe1\x40\xfc\x8b\xe4\xed\x3c\x68\xef\xab\x57\xe6\x51\xc4\x6c\x55\x6a\xe6\x54\xd9\x80\x54\x65\x72\xad\xe6\x13\x24\x23\x46\xd4\xa6\xb3\x8c\x19\xd3\x90\x3d\x2b\xd6\xf0\x7b\x72\x68\x52\xf4\x02\x7f\xb2\x61\xd2\x80\xe4\x6f\x90\xb2\xd4\x54\xfe\xa4\x80\xcf\xff\xa5\x7e\x47\x14\x8b\xf6\x66\x19\x15\x1f\x4f\x9d\x7a\x5a\x4f\xe1\xcf\x72\x24\x54\xf2\xa5\x1e\x37\x5c\xe2\x3d\x3a\x7a\x45\xc7\x20\xfc\xfa\x36\xba\x73\xe5\x8b\xc6\xd9\xfb\xaa\x86\x0a\x30\xd0\xdf\x90\x0b\x6c\x34\x5f\x4b\x5c\x5a\xed\x54\xad\x6b\xf8\x85\x6c\xb4\xeb\xe0\x8d\xf1\xe3\xb7\x79\xfa\xe0\x4b\x0f\xb0\x97\x5f\xc3\x46\xf3\xc6\xe4\xd0\xa3\xff\x5f\xb2\x5a\xf3\x82\xc8\xd6\xe8\xa5\xec\x31\x91\x08\x5e\x36\x44\x87\xa1\xf6\x9c\xe9\xfc\x17\x7e\x71\x74\x74\x34\xa7\x86\x5f\xff\x6c\x48\x3a\x5a\x83\xea\xf4\xc3\x73\x5d\xa1\xd5\x8a\x49\x38\x99\xd2\x88\x84\x11\x4a\x26\xc3\x29\x0c\x50\x32\x19\x4d\x61\xb1\x23\x76\x61\x8c\x0a\x92\xb3\x42\x05\xc9\x39\x43\x22\x1f\x0d\x1b\xc9\x72\x85\x9d\x31\x1a\x9b\x41\x1e\xf5\xe8\x8b\x2b\xb4\x24\xdf\x16\x68\x49\xbe\xdd\xa3\x85\x8c\xbe\xb8\x66\x7f\xb3\xe8\x8b\x96\xc0\x8e\xbc\x82\x76\x68\xc7\x66\x27\x24\x31\xb6\xc3\x3d\x1e\xef\x0a\x90\x18\xcd\x3d\xc1\xf0\x39\xac\xd9\x29\xe7\x32\xf2\x19\xc6\x4c\x97\x71\x00\x2e\xc2\x63\xc7\x41\x08\x65\xae\xeb\x9c\x7d\x78\x7f\xee\x30\xc4\x03\x11\x46\xf3\xe4\x3e\x88\x62\x72\x3d\x76\x5d\xc7\xe9\xa3\xd2\x75\xbd\xb9\xe7\xbc\x39\xbf\x39\x7d\x7b\xf1\xfe\x5b\x07\xc0\x8a\x4f\xe9\x3f\x43\xaf\xd5\xf6\xa0\x5c\xe2\xa4\xfd\x68\x9b\x1c\x1f\x0d\x87\x94\x2d\x32\xf6\x88\x35\x4e\x88\x05\x27\x14\x51\x32\xc0\xd8\x4b\x10\xa6\x77\x4f\x18\x78\x09\x80\x33\xd7\x9d\x89\x86\xb4\x3f\x75\x94\x83\x12\xaf\xfc\xa4\x06\xf0\xd4\xeb\x0f\x01\xf0\x2b\x0f\x03\x38\xf7\x28\xef\x67\x9a\xf3\x08\x66\x70\x3e\xdd\x1d\x73\xf2\x0f\x4e\x29\x9b\xab\x12\xa1\x6c\xec\xdd\x7b\xb2\x2f\x5e\x40\x09\x7a\x4e\xe9\xed\x94\x12\xc6\xbd\x47\xba\x45\x1d\x25\x68\x02\xe9\xa0\x38\x38\xda\xad\xe8\xc7\x46\x29\x26\xab\xd4\xda\x9e\x82\x76\x18\xc4\xd9\x0c\x6e\x78\x70\xc3\x15\x0b\xdf\xf5\xbe\xe2\x0f\x4d\xf6\x08\x74\x6b\x4f\x20\xc2\xa4\x05\xf6\x00\x6c\xf7\xba\x12\xc1\xe9\xa2\xe2\x75\x9c\xce\xee\xa2\x64\x41\xf1\x5a\xd9\xd9\xf0\x73\x06\x67\xa4\x68\x57\xc8\x3a\x81\x64\xc8\x31\x96\x1b\x92\x6b\xd9\x1e\xc1\xdb\x70\xf0\x26\x0f\x16\x2b\xaa\xf0\xea\x14\x27\x79\xeb\x5f\x64\x70\xaf\xf3\x72\x47\x04\xb2\xd7\xb9\xac\xed\x5f\x99\x86\x59\x96\x66\x38\x29\x96\xd1\xbc\x64\x06\x6e\xa0\x75\x54\x37\xeb\x9c\x58\xe2\xec\xc9\x57\x81\x9f\x57\x0c\xc2\x90\xfa\x1c\xb7\xa4\x86\xbd\x17\xbf\x29\x33\xd8\x5b\x2a\xaa\x5b\x4b\x63\x0e\xaf\xda\xd1\x42\x8a\x75\xcb\xeb\xcf\x8c\xe6\x17\xff\x3b\xc2\x22\x56\x7b\x86\x45\xe4\xcb\xf7\xcf\xac\x35\xb3\xb1\x36\x8d\xb1\x98\xc6\xd8\x08\x90\xf8\xb9\x22\xd8\x0e\x92\xaa\x32\xb8\xd1\xa0\x99\x1a\x6e\x99\x25\x63\xb0\xa8\xe4\xb0\x36\x77\x5e\x29\x20\x94\xb5\xe0\x77\x0c\xe1\xa3\x17\xf4\xca\xe0\xb6\x57\xa6\x3d\x26\x99\xf0\x91\xfe\x92\x09\x0c\xb5\xef\xb3\x66\xc4\xc3\xef\x43\x28\xe3\x71\x31\x98\xdb\xe7\x86\x63\xfc\x2d\x83\x8c\xb3\x46\x90\x4b\xb0\x7e\x93\x3c\xcd\x77\xe2\x4f\xb0\x7d\xa7\xf4\x1f\xf4\x78\x7b\xf4\xa2\x5c\xce\xd9\x13\x7b\x32\x6f\x40\x55\x59\x43\x0e\x53\x78\x48\x05\x57\x6c\x0b\x3f\x4c\xb1\x26\x74\xba\x29\xd5\x71\x51\x36\x60\x76\x69\xec\x61\x38\x29\xa7\xa0\x86\x69\xb3\x03\xe5\x20\x28\x8e\x39\x9c\x9a\xc2\xb7\x4c\x51\x29\x11\x46\x51\x49\x61\x8e\x60\x84\x3c\x81\x85\x4f\x7d\x36\xaf\x99\x1d\x80\x44\xcd\x2f\xcd\x4e\x97\x83\x8a\x30\x3f\xaa\xb4\xa9\xbc\x12\x4e\x9c\xa0\x70\xa0\xa3\x90\x46\x1c\xd6\x80\x03\x1d\x52\x3d\xf9\xcd\x43\xc5\xcb\xba\x55\xd8\x78\xe8\xe8\x75\x3b\xd0\x91\x75\x3b\x53\x19\x0a\x42\x29\x48\xa4\x86\x64\xec\x04\xcc\x3a\x2f\xf6\x36\x1c\x3a\x35\x65\xf8\xb0\xf2\x36\x42\x5f\x4d\x7d\x81\x35\x29\x33\x53\xaf\x76\x01\x40\x29\xf1\x55\x13\x9a\x59\x33\x35\xd3\xbe\x90\xf4\x46\x23\x79\xa3\x64\x0d\xf3\xf9\x1e\x36\x16\x76\xbb\x8b\xc0\x06\xd1\x2d\x57\x2c\x40\x98\x2d\x53\x81\x24\xb4\x19\x7d\xcb\x94\x98\xa9\xba\x75\x85\x5a\x9a\x0c\x09\xb9\x91\xcb\x38\x73\x74\x9d\x7b\x19\x2c\xc1\x71\x32\xf7\x30\xcc\x00\xfc\x67\xea\x65\x4c\xa9\xb3\x44\xe5\xdc\xab\x74\x96\x9b\x4a\x64\x63\xbf\x1f\xe8\x60\xa9\x11\x8c\x8a\x1f\x44\x2b\xa1\x1f\x42\x6e\x66\x51\x13\x11\x33\xd9\x6e\xbd\x80\xac\x8d\x9c\x62\xf9\x6e\x4a\x11\xa1\xfc\x4d\x0d\x8b\x38\x2d\x0b\x9f\x49\xd6\x2b\xf6\x93\xa1\xf5\x1a\xe6\x7e\xe9\xdc\x5b\x41\x0c\x00\xdc\xb0\xb7\x6c\x49\x5e\x74\x07\x9b\xe6\x53\xed\x30\x9a\x18\x6c\xa2\x31\x6e\x01\xeb\xf9\x85\xeb\x32\x74\x6a\xb2\x88\x73\x7a\xc7\x63\x20\x6f\x29\x4a\x06\xb4\x63\x44\x54\x1f\xc8\x3e\x75\xd9\x75\xa5\xac\x5d\x46\x2d\xf4\x6f\xf6\x16\x9e\xcf\xcd\xb7\x70\xc2\x2f\x5f\x93\xcb\x3a\x9d\xe5\x60\xae\xd9\x0c\x52\xfd\x77\x0d\x8b\x39\x9a\xe5\x5e\x3e\xef\xb0\x44\x86\x39\x8c\x60\xd0\x30\xb4\x89\x35\x00\x29\x3b\xb8\x94\x5a\x20\x4a\x15\x02\x48\x37\x6c\x3e\x73\xcf\x51\xc6\x50\x7f\x96\xfc\x0f\x0e\x36\x03\x57\x28\x33\x20\x57\xe0\x02\x65\x8c\xeb\xbc\xa6\x8f\x18\xf0\x1e\x5d\x97\x5e\x30\x87\x61\xe3\x61\x9c\x9b\x6a\x84\x8d\x87\x71\xa6\x32\x9d\xc3\xb4\x2a\xe9\x29\xc9\xdf\x40\x24\x18\x86\x0a\x9d\xa8\xe1\xd8\xa8\xc4\x06\x82\xd0\x6c\xac\xf1\x09\x51\x97\xf9\x5c\x4d\x61\x77\xde\x04\xb7\x79\x34\x3b\x3c\x8c\x8a\x37\xa4\xeb\x9c\x8d\xf7\x5c\x0d\xd1\xe7\xf1\x7a\x19\x84\xe9\x03\x33\x90\x1f\xf6\x46\xd9\x63\xcf\x39\x58\x1c\x38\xbd\x28\x29\x08\x0f\x93\x1d\x26\x5f\x82\xaa\x4c\xc9\xe7\x2e\xdb\x65\x23\x73\x1b\x21\x88\x85\x12\x34\xac\xa9\xc5\x0d\x9f\x3d\xf8\x32\x63\x6a\xd7\xdd\xfc\xb1\x97\xa5\x16\x42\x4c\x03\xaf\x44\x62\xd8\x0c\x35\xa3\x02\x39\xd7\x0a\xeb\xe3\x09\x98\x2b\x59\x42\x47\xef\x2a\x69\x74\x9d\x2e\x0c\x98\x0e\x20\x1a\x2f\x25\x93\x98\xb2\x89\xe1\xda\xf5\x77\x32\x54\x4f\xd7\xdb\x39\x83\x4a\xed\xc7\x06\xde\x92\x97\x93\xaa\x72\x56\x95\xfd\x71\x9d\x41\x8e\x59\x6a\xe5\x16\x1a\x39\xa0\xd0\x43\x13\x13\x3f\x8b\xf7\x6b\x25\x67\x97\xa3\xce\x39\x35\xdc\x98\x90\x3a\x74\x43\xf5\x74\x68\x9d\x0e\x80\xa3\x69\x1b\x2c\xca\xf5\x83\x19\x91\x17\x48\x79\x0a\x11\x45\xfe\x60\x49\xec\xb7\x04\xea\x59\xb6\x60\xb5\xd4\x96\xd0\xa7\x36\x22\xf3\x11\xd9\xa7\x96\x1d\x5d\x8e\xda\x0f\x62\x9b\x6a\xe5\x03\x52\x3e\xe8\x2a\x1f\x10\x16\x0a\xf9\xa6\x2f\x6c\xc6\x89\x8c\xcf\x01\x18\xcf\x5b\x40\xc7\x02\x2d\x25\x45\x43\x98\x23\x7c\x9c\xfe\x23\x17\x88\x29\xa9\x40\x4c\x89\x50\x3e\x49\xa7\xc7\xc9\x84\xdc\x12\x17\x11\x11\xd4\xbc\x08\xf6\x87\x60\x8a\xa2\xba\x86\x55\x53\xec\xd1\x10\x58\x60\x2a\x1e\x0f\xee\xf0\xba\xf0\xc8\xc1\xf7\x8f\xb4\x05\xc9\x92\xa3\x74\x92\x4c\x8f\xc9\xd1\x29\x1b\x28\x27\xf9\x14\xe6\xa4\x15\x18\xe2\x18\x97\xb8\x47\x52\xea\x1a\xce\xe6\x96\x40\x43\x3f\x17\x44\x6a\xba\xe0\x90\x32\x1e\xb0\x00\x09\x8a\x6d\xc6\x30\x76\xc8\xf9\x7e\x87\xd7\x65\x94\x5d\xe3\xdf\x2a\x9c\xcc\x30\x33\xe6\x26\x02\xea\x75\x75\x7b\x89\x93\x8a\x3e\xe6\x11\x3e\xcb\x4e\x7d\x76\xdf\x14\x5b\x4f\x72\xfe\x1f\x03\x6f\x53\x03\x6a\xbf\x54\x15\xf8\x34\x88\x63\xc2\x26\x4c\x9d\x05\x3f\xc1\x82\x71\xe0\x61\xe0\x63\x72\x91\xe2\x0d\x64\xc5\xd8\xfc\x49\x3b\x50\x70\xec\x48\x22\x59\x06\x53\x00\x43\x56\xf9\x25\x5e\xa5\x86\x86\x81\x3d\xd2\x4c\xa6\x30\x41\x93\xa9\x38\x27\xa3\x31\xbf\xa4\xa4\xda\x25\x25\xdd\x6e\x53\x22\x1a\x9d\x07\xb3\xa5\x56\x05\x37\x64\xce\x29\xa6\x35\x9b\x0e\x76\xe6\x46\x73\x2f\x60\xdf\x0a\x42\x72\x4c\x8f\x18\xc8\xf8\xc7\x77\x78\x2d\xa7\xcd\x0f\x06\xfa\x4f\x25\x95\x05\xf2\xf4\xda\x6e\xfb\x5e\x3f\x95\x3f\x5d\xb7\x9f\x6a\xe7\x25\x80\xcb\xa0\x38\x5b\x27\xc1\x2a\x9a\x9d\x8a\x7b\x43\x30\x68\x27\x92\x7c\x64\xa2\xd8\x47\xf2\x57\x7d\x6c\xcb\xb7\xdd\xce\xbc\x14\x8c\xbd\x62\x90\x26\xe7\x8f\x78\x56\x95\x18\x95\x83\x15\x4e\x2a\xfe\x8b\xe3\x96\xc3\x08\x8a\x9b\x72\x8e\x6c\x93\x26\xc4\x58\x63\x6e\xf4\x2b\x74\x2e\x05\x5d\x63\x0e\x00\x2c\x28\x72\xa8\x40\x4e\x64\xeb\x8b\xfa\x43\xe0\xeb\x7d\x0a\xd4\xdf\x10\x0f\xb2\xaa\x58\x7a\x05\x93\x05\x2b\x01\xe4\x99\x02\x0a\x11\x2e\xda\x16\x92\x59\x00\x14\x80\xe3\x35\x2e\x45\xc3\x7e\x44\x2e\x45\xc7\x7c\x28\x89\xfe\x3e\xb0\xdd\x26\xac\x85\x4a\x40\x6a\xec\xca\x94\x02\x0a\xa7\x8e\x52\xb8\x59\xf1\x27\xf4\x0f\xfa\xf6\xf1\x13\xc8\x7a\x55\xdc\xa4\x57\x7c\xc7\xfa\x98\xde\x84\x52\x6a\xd7\x1e\x4d\xa9\x26\x74\x60\x2d\xdd\xc6\x74\xd1\x0d\xee\xbf\x27\xd2\xe1\x71\x97\x8d\x6c\xea\xba\x5e\x35\xf7\x12\x32\x33\xf1\xdc\x23\x02\x1a\x66\xd1\xb4\xbb\x4a\x08\xb4\x5b\x91\x59\xb7\x92\xa5\x35\x61\xa6\xd2\x9b\x82\xda\xab\x60\x38\x68\x0d\x8c\xc8\xa6\x4f\x9a\x67\x26\x35\x2c\xbc\x0c\x80\x1a\x86\xfc\x3a\x9a\xed\x73\x1b\x69\xdc\x0f\x52\x72\x3f\x48\xc8\xfd\xa0\xff\x6f\xb9\xca\x62\x35\xcd\xfd\xd1\xb1\x74\xdf\x90\xb7\x5b\x2f\x45\x71\xe4\xc9\x04\x98\x00\x00\xd3\x1a\xd2\x5a\xf8\xd0\xfd\x96\x32\x56\x55\xd5\xef\x63\x8a\x4b\x2e\xeb\x8b\xf4\xca\x30\x70\x5d\x0f\x8b\x7b\x33\x4c\x90\x44\x30\x66\x87\x2b\x6f\x80\x82\xfa\x50\x31\x4d\x5c\xac\x69\xb7\x8f\x85\xc7\x05\x65\x90\x94\x57\x9b\x1c\xbd\x6d\x08\xaf\xdd\xce\x64\xa8\xa2\x50\x84\x5b\xca\xb4\x0a\xae\xa3\x10\xc3\xb9\x72\xde\xc9\xc6\x2c\x58\x62\x46\x81\x5e\x05\xeb\xa7\x1a\x8e\x15\x0a\x1b\xb7\x34\x2d\xf6\x3c\xb9\x80\x2d\x50\xbf\x1f\xb8\x6e\x20\xdf\x41\xf7\x08\xf1\x20\xcd\xe6\x99\x09\x71\xb8\xdd\x3a\x3c\xbe\xa0\x25\xae\xbc\x43\x18\xd9\x6d\x40\xfd\xa0\xc3\x71\x9f\xf4\x77\xd6\x15\x6a\x5e\x44\x1a\x51\xbd\x5d\x29\x33\xee\xb4\x06\x50\x05\x8b\x9f\xbb\xee\xa2\x6d\xd9\x3c\x9b\xb3\x1e\x62\x7d\xc4\x2b\x39\x71\xec\x14\xe4\xf6\xd4\x51\xf7\x73\xeb\xd3\x3e\xb4\x2b\xba\xae\x50\x86\x43\xe0\xb1\x10\xb8\x90\xb9\xf4\xf8\x26\x17\xf1\xeb\xff\x58\x6f\xe9\x3d\x31\x6b\xdc\x13\x3f\x28\x7e\xca\xae\x8a\xf3\x39\x5c\xce\xd1\x66\x1e\xe3\xc7\xeb\x65\x1e\x25\x77\xfe\x50\x97\xe2\xc5\xa3\xe1\x8a\xde\x1e\x33\xdb\xed\x51\xa7\x48\xf3\x8a\x46\x6e\x9f\x7a\x83\x76\x73\xe3\x86\xeb\x8a\x74\x53\x11\xde\x29\x35\x54\x94\xed\xba\xb4\xa7\x9a\x0d\xdf\x2c\x8d\xab\x55\x42\x6e\x34\x53\x48\xf5\x6e\xcd\x56\x0f\x59\x94\x89\xe5\x7c\x0a\xcd\x29\x6a\xe7\x34\xbf\xd3\x32\x16\x39\x53\x1f\x51\x6d\xf0\x30\x86\x99\xa4\x28\x13\x0d\xa7\x48\x27\x54\x0a\x96\x24\x86\x42\xb1\x9a\x24\x41\xd7\xde\x7c\xbe\xdd\x7a\xf3\xb9\xc2\x4b\x5a\x34\x44\x40\x33\x94\x56\x4b\x40\x52\x3e\xc0\x0b\x5c\x9e\x06\xb3\x25\x0e\x2f\x71\x50\x54\x79\x83\xa1\x49\x10\xb4\x72\x30\x23\xb9\xbe\xc3\x6b\xd7\xc5\x4d\x0c\x70\xf5\x51\x62\xa0\xe1\x89\x4a\x9c\xd6\x30\x08\xf5\xfa\x6f\x52\xda\xa4\x6f\x5a\x60\xe8\x4d\x78\x46\x79\x44\x59\x9f\xc7\x87\x4a\x4d\xf4\xd5\x53\x67\x6a\x86\xae\xb4\x8d\x87\x03\x6f\xa9\xb8\x35\xa2\x97\xe9\x31\x93\xb5\x4b\x85\xdc\x95\x0c\xac\x7d\xf5\x30\xcc\x01\xcc\x15\xee\x59\x4e\x52\x60\xa4\x44\xfb\x00\x61\xfa\x84\x8a\x61\x04\x8e\x8b\x6f\xca\x63\xd6\xa7\x18\xe5\x5e\xa0\x35\x8f\x10\x12\xc8\xf5\x1b\x66\x6a\x84\xc3\xb3\xa0\x0c\xfc\x00\xe6\xb8\x88\x7e\xc7\x8a\x5c\x39\x29\x85\x41\x19\xdc\xa4\xbc\x4b\x42\x0c\x36\x2a\xf4\x8a\xae\x81\xc7\x40\xac\xc8\xc6\xac\x26\x6e\xb5\xe6\x14\x74\x47\x3b\xf5\x71\x80\xe2\xfa\x8f\xf7\xb0\x56\x04\xf6\x1e\x3f\xb2\x77\x44\xfd\xd8\xa5\x0a\x24\x33\xf6\x40\x21\x24\xaf\x3e\x42\xd1\xc0\xa8\x95\x66\x2c\x04\x35\x46\x03\xbd\x63\xae\xdb\x6f\xe6\x16\x12\x8e\xd4\x9c\xea\xe7\xbd\xe6\x73\x2d\x6f\x08\x08\x7f\x53\x8e\xf3\xf1\xa6\x35\x2b\x8b\x3c\x7d\x70\x1a\x23\xcc\x89\x34\xe8\xb7\xf3\xf2\x19\x6c\xe4\x4e\xf6\xcf\x9a\xd6\xb0\x44\x18\x6a\x0a\xdf\x15\xfb\xa2\x02\xe5\xf6\x47\x35\xa8\xbd\x02\xf2\xe7\x5b\x73\x26\xe8\xfb\xe2\xb7\x79\xfa\x40\x7e\x00\x70\x5c\xa2\xa2\x36\x84\xe7\xce\x2a\xe5\x44\x98\x13\x49\x44\x4b\xc4\xe6\x00\x91\x35\x69\x8c\x83\xc5\xb5\x10\x0d\x8e\x79\x23\x95\x31\xdd\x7c\x9d\xc5\x36\xa9\x10\x86\x33\xba\x4d\x02\x70\x3c\xfb\x87\xd8\x26\x21\x8a\xbc\xca\xdc\x26\xa1\x75\x9b\x54\x7f\x60\x9b\xcc\xba\xb6\x49\xd8\xb5\x4d\xc2\xfa\xb8\x42\x61\x2d\xc9\xa9\x73\x21\x6b\x98\x7b\x15\x2c\x60\x00\x40\xed\x35\x26\xd1\x58\x15\xc8\x16\xe9\x8a\x7a\x0f\xb3\x65\xf2\xd5\xbc\xe5\xd6\xb2\x2a\x33\xa9\x1f\xc0\xaa\xae\x61\xb1\x4c\xab\x38\x64\x62\x18\xf9\xf2\x26\xcd\xad\x1c\x5c\xde\xb5\xfb\x34\x3a\x91\xdc\x5f\x9d\x9c\x12\xd4\x90\xea\x0d\x28\x2e\xe4\x15\x1d\x2e\x75\x98\x6c\x6e\x60\x29\x50\x37\x18\x0b\x8f\xc4\xdb\xb1\x91\xda\xc4\x37\xac\xa9\xae\x66\x2e\x23\x29\x53\x1b\x9d\xc7\xd2\xdb\x44\x05\xaf\x34\x64\xb0\xa1\xeb\xb9\x0e\x15\x35\x8f\x1e\x71\xe8\xc0\x7b\xcd\x5e\x5c\x46\x8e\xbe\x35\x72\x2a\x37\x55\x75\x6a\x7c\x9a\x6b\x77\x0e\x69\xba\xa9\x39\x1c\x3b\x7c\x00\x41\x19\x48\x2b\x4d\x16\x48\x82\x9b\xc1\x32\x73\x37\x63\xf0\x5a\x46\x19\x90\xd8\x9c\x1d\x5e\xf8\x39\xb3\x03\x8e\xb9\x4a\xaf\x5d\xb9\x47\xd5\xbc\x60\xc2\xfa\x3d\x45\xa2\xf6\x04\xe8\xf0\xba\xa7\xfa\x50\xd1\x8f\x81\xb7\x98\x93\x6b\x55\xe3\x9e\x15\x35\x13\x02\x95\xd0\x1f\x01\x58\xa0\x93\xc0\x03\xb0\xea\x88\x0b\xf6\x63\x60\xbb\x61\x96\x83\x6e\x52\xf2\x18\x07\xe3\x31\xae\x78\x5b\x84\xce\x73\xef\xd3\x9c\xdc\x65\x03\x14\x4d\x86\x53\x58\xa0\x68\x32\x9a\x76\xde\x7e\x0b\xf1\x78\x66\xae\x84\xb0\x0b\xa5\x6d\xd0\x87\xdb\x09\xfb\x7b\x2a\xd4\x09\x72\x74\x32\x32\x44\xaf\x12\x17\x33\x24\x54\x0a\x93\x0a\xee\x50\x62\x61\xd7\x95\xcd\x6b\xe4\x22\x6d\x52\x01\xbb\x44\x77\x56\x01\x36\x89\xba\x18\xca\x9a\x9a\x44\x20\xea\x23\xb4\x40\xed\x58\xa6\x60\x4a\x2f\x80\xe4\x16\x3e\x43\x15\x99\xa4\x10\x55\x93\xd1\x14\x66\xa8\x9a\x1c\x75\xcf\x15\xb3\x03\x51\xe6\x3d\xe6\x21\xea\x05\x72\xf8\xfd\x21\xd4\x0d\x26\xc8\xbc\x9d\x45\x9c\xd9\x18\xf6\x12\xdb\x2d\x37\xa8\xc6\xd0\x5e\xed\x6e\x45\x44\x31\xc8\xf1\x6f\x15\x2e\x4a\xe9\x3d\xf9\x26\x0f\x56\xb8\xd5\xe9\x9c\x5f\x44\x09\x3b\x57\xed\x34\x27\x4a\x7b\x8a\x16\x8a\x3a\xf5\x36\xbd\xc0\x34\x34\x53\x18\x25\x8b\xd3\x38\xa2\xea\x81\x19\x15\xfb\xe8\xab\x26\xdf\x87\xe4\x1a\x35\x97\x42\xf7\xb8\x10\x80\x0d\x05\xf3\x2c\xaf\x99\x40\x47\x59\xa7\x94\x69\xf4\xa1\xc3\xd6\x6c\x23\x39\xa9\xe3\xc8\x4f\x69\x8c\x38\xd5\x49\x61\xfc\x2d\x1f\xc4\x9f\xec\xac\x00\xcd\xe8\xea\x71\x22\x7a\x9c\xf0\x1e\x03\x98\x83\xe3\xd0\x8b\x01\x35\xfe\x15\x0d\x93\x35\x79\x13\x78\x1f\xc8\x8e\xe6\x94\xeb\xc0\x62\x10\xe2\x5b\x16\xbd\x2a\x83\xa3\xaf\xe0\x26\xc6\x01\x7d\x72\xa1\x81\xc7\xd8\xfd\x0f\x25\x83\xdd\x07\x8f\xb6\x3c\xa6\x44\x06\x97\xa8\x1f\x28\x6a\x17\x21\x97\x26\x1d\xf9\x3b\xc8\x09\x66\x30\x85\x11\x9c\xc3\xe5\x94\x2e\xc6\xe3\x1c\x19\xc7\xc4\xb0\x86\x0f\x7f\x44\xc9\x04\x23\x44\xd9\x65\xd2\x60\x3f\xb0\x42\xd1\xe4\x68\x0a\x67\x28\x9a\xbc\x20\xdb\x2d\x9a\xbc\x24\xdb\x2d\x9a\xbc\x9a\xc2\x39\x8a\x26\x5f\xf1\x5d\xf7\x19\x0a\x29\x32\x71\xec\x74\xa8\xa8\x7e\xa7\x9a\x8a\xd7\x6f\x5d\x7b\xb3\xd2\xd4\x2e\x74\x26\x24\xb4\x00\x9c\x50\xde\xe7\x4c\x9f\xc0\xfb\x68\x3b\xb0\x2f\xa5\xd2\x63\xa7\xdf\xfa\xed\xbc\x86\x99\xeb\xf6\xe7\x4f\xf8\xb7\xaf\xe7\xb4\xbe\xb0\xed\xd2\x7d\x3f\x1f\xc8\xa7\x03\x8e\x2b\xfe\x38\xaf\xe1\xca\xa3\xe2\x4c\x97\xef\x38\x9e\xfb\x33\x66\x87\xe3\xcf\xc7\xeb\xb9\x8c\x27\x4b\x46\x7b\x18\x54\x65\xca\x58\xc6\x61\x14\x3a\xbe\x73\xcf\x5e\x51\xb9\x81\xaf\x53\xc3\xf9\x98\x54\xef\x17\xae\xbb\xf2\x0a\xe1\x15\xfe\xd0\xd0\x70\x68\x87\x92\x7a\x10\xbf\x9b\xc3\xeb\x39\x3c\x9f\xc3\x8b\x39\x3c\x9b\xc3\x9b\x39\x7a\x98\xc3\xab\xb9\x15\xbd\x49\xbc\x16\x50\x29\x17\x56\x70\x06\x43\x98\x11\xfa\x84\x2b\xb8\x80\xf7\x70\x0d\x6f\xd1\x77\xb1\x87\x01\xfc\x84\x7e\xa3\xff\x9e\x22\x2c\x23\x17\x3d\x22\xdc\x78\xfb\x16\x4b\x78\x9d\x78\xb7\xf0\x13\xe4\xba\x91\x59\xe9\x61\xb8\xa1\x6f\xbf\xfe\x11\x5c\x6a\xaf\x87\xcc\x6b\x68\x43\x0d\xa4\x5f\x52\x67\xc1\x97\xc2\x55\xf0\x25\xf7\x0f\x7c\x69\xbe\xc3\xd6\x26\x74\x9d\xfe\xf6\x49\xc3\xa5\x9a\x2f\xe4\x0a\x6a\x90\x59\x62\xb7\x03\xb7\x50\x5b\x72\x19\xed\x23\xc1\x55\x99\x07\xb1\x08\xc1\xa2\xc2\x90\xb0\x58\x46\xe6\x8b\x30\xfb\x75\x15\x84\x51\x55\x98\x08\x99\xfa\x73\x69\xa3\xf7\x39\xa8\xa7\x90\x4c\x0b\x37\x0a\xb0\x85\xaa\xe1\xbd\x78\x47\xc6\x8f\xf3\x66\xe7\xce\x82\xfc\xee\x89\xb7\xc8\xb7\xd1\x62\x19\x93\xd2\x0e\xf9\xe2\x0c\x9c\x83\x93\x78\xb0\xe2\xc6\x0d\x17\xb3\x34\x91\x59\x4f\x99\x19\x03\xa9\xf3\x24\x2e\x2d\xb9\x2f\x71\x52\x35\x4a\x98\x93\xc4\x2d\x75\xd2\xb4\xfc\x98\xe3\xa2\x78\x7a\x44\x4f\x8d\x87\xbf\x8d\xee\xd9\xeb\xff\x3f\x79\xef\xc2\xe4\xb6\x8d\xec\x8f\x7e\x95\x11\xef\x1e\x2e\xf9\x17\xa4\x23\x39\x71\x4e\x42\x19\x56\xd9\x63\x3b\x9e\x8d\x5f\xf1\x8c\xe3\x64\x55\x2a\x17\x47\x84\x24\xc6\x14\xa9\x90\xd4\x3c\x22\xf1\xbb\xdf\x42\xe3\x0d\x82\x9a\xb1\x93\xad\x73\x1f\x5b\x5b\xf1\x08\x00\xf1\x6c\x34\x1a\x8d\xee\xfe\x39\x8a\xde\xa3\xcb\x31\xef\x32\x07\xea\xf9\xab\x5d\xae\x68\x97\xab\xfb\x77\xb9\x55\xf4\x1e\x5d\xae\xcc\x2e\xdf\x4d\x3e\x3f\xef\x62\xf0\xb1\x2b\x6f\x9f\x64\x06\x36\xd3\x8e\xf6\x76\x77\xff\xde\xb6\x8a\xde\xa3\xb7\x3b\xde\x5b\x89\xcd\xf7\x17\x67\x78\x41\xfb\xbc\xb8\x7f\x9f\x5b\x45\xef\xd1\xe7\x85\xd5\xe7\x2f\x9c\x62\xf6\xb1\x34\xe9\x72\x7c\xc5\x78\x8d\x36\xaa\x84\x8e\x2a\x39\x3a\xaa\x1b\xe5\x8c\x5e\x24\xb7\xe7\xbb\xcb\xda\x42\xda\xda\xd2\x3a\xb6\x22\x8a\x04\x67\x00\x3f\x96\xf1\x2d\x37\x26\xf8\xda\x28\x09\xdb\x90\x76\xad\xa3\xda\xb6\xe5\x8c\x8c\x2d\xf8\xb5\xed\x25\x61\x83\xaa\x6d\x96\xd6\x6c\x12\xd4\x25\xd2\xf2\x3e\xd1\x86\xbe\xa4\x43\x5f\x3a\xd9\xec\xd2\xac\x8d\x47\x00\x50\x8b\xa3\xd5\xb2\xa6\xb5\xac\x8f\xc7\x4b\x6d\xd0\xda\x59\xe1\x11\xda\xb8\xa0\x42\xad\xa0\x0c\xed\x4b\x4a\x88\x5c\x29\xdf\x49\x22\xae\x73\xe6\x82\xc7\xdf\xe3\xe7\x0d\x73\xaa\x57\x06\x41\x76\x9e\x45\xe4\xe7\x64\x51\xe4\x09\x3d\xd3\x0c\x10\x36\x61\xfd\xf2\x57\xcf\xa0\x0d\x9d\xc3\x4d\xe7\x19\xb4\xb9\x63\xe3\xda\x3b\x71\x13\x36\xc8\xe3\x16\x3a\x77\xf6\x4e\xef\xc7\x8a\xf6\x63\xf5\x85\xad\xad\xc0\xdc\xc6\xb9\x44\x5f\xb4\x9b\xaf\x68\xe3\x57\xdd\x5b\xc6\x5c\xd4\xbf\x7d\x03\x5d\x85\x1d\x83\xf8\x7b\x0e\xb9\xfb\x50\x8b\xc9\x0f\xbb\x26\xf5\x8b\xcf\x84\xcb\x2c\x5e\xfc\xdd\x5d\x01\xa8\xb2\xee\xc3\xb6\x5d\x58\x91\xc2\xc2\xbd\xd1\x1b\x94\x81\x45\xfe\x5e\x37\xb6\xe4\xee\x89\x0d\x73\x15\x34\x4f\x2a\x45\xee\xa2\x3f\xc1\x6d\x8b\x4a\xe5\xc6\x6d\xd0\xad\xb1\xbf\x34\x16\x7f\x1b\x72\x37\x56\xf4\xce\x7c\x47\x93\x4a\xb4\x5a\x29\xb5\x38\x42\x13\xf1\x7d\xe2\x46\x60\x39\x1c\x68\x82\x50\x1a\x57\x02\x15\x5c\x21\xcf\xb0\x1b\x6d\xfb\x55\x4e\x03\x7a\xb7\x82\x70\xea\x21\xfe\x5a\xd7\xbb\x3f\x33\xa4\x20\x6e\xd9\xe7\xc2\x81\xf6\x54\xde\xf5\xbc\x4d\x35\x60\xeb\x31\x18\x2c\x8a\xcd\x26\xce\x93\xa7\x71\x29\xfd\x1c\xde\x2f\xd9\xfd\x57\x5e\x31\x49\xb5\x28\xd3\x2d\x28\x27\x7f\x2a\x1a\xc0\x1b\xc6\x8b\x60\xf6\x31\x0b\xbc\x53\xf9\xb9\x78\xfb\x9c\x49\x63\x7a\x6e\x40\x3f\x07\x5b\x38\x3a\xa7\xa6\x9f\xea\x6b\xfb\x16\x25\xd4\x24\xe6\x19\xd5\xa0\x1c\xef\x1d\xb8\x83\x0d\x2a\x30\x01\xd4\x80\x12\x73\x63\xe7\x14\x17\x43\x20\x1b\x08\x39\x49\x2f\xc3\x2c\x82\xb6\x07\x89\xda\xa5\x58\xb3\x13\x82\x4b\x55\x39\x9d\xd5\xa8\x9c\x47\x35\xa7\xba\x74\x3a\xcb\x51\x3a\x07\xf8\xde\x30\x44\x6f\xb8\xcd\xca\xab\x4e\x82\xd0\x6c\xe5\x55\x4c\x81\x9a\xaf\xbe\x7a\x4e\xfc\xa4\x59\x25\x49\x1d\xf7\x7b\xb2\x0c\x42\x04\x90\xff\xf2\x02\xda\xce\xd4\xef\xfb\x0e\x0b\xbf\x9c\x2f\x76\x81\x6b\x2d\x7e\x61\x8a\x29\xa9\xc1\xc6\x80\x6a\xa5\x13\x0f\x8a\x71\x3d\x5c\xc6\x60\xb4\x51\x59\x59\x15\x26\x32\x0b\xa0\xe0\xf9\xdf\x77\x9a\x6c\x7c\x4c\x75\x85\xc2\x8b\x3c\xc8\x87\x9f\xe4\x6f\x16\x59\x3a\x44\x52\x5b\x15\xe5\xa9\xf6\xe2\xcd\x0d\x1a\x84\xf1\x86\x08\x0f\x07\xeb\x16\x15\x6d\x2d\xc2\x66\xc9\xad\x41\xaa\x29\x37\x06\x11\x7c\xdd\xf8\xb2\x9a\xa6\xd2\xc8\x43\x53\xbd\x44\xe6\x52\xa0\x23\xbd\xe6\xd3\x77\x4e\xea\x10\x31\xe3\x43\x22\xd2\x98\x61\x8d\x61\x66\x13\x59\x66\x37\x22\x72\x83\x95\x2c\xfa\xa4\xdb\xce\x44\xda\x22\x83\x2d\x8d\xdb\xa6\x52\x2f\xf6\xd6\xb2\xdc\x40\x55\x5b\x2b\x23\x27\xca\xb4\x99\xe1\xf3\x13\x1f\x1b\x7a\x25\xb8\xa5\x31\x78\x41\x0e\x5f\xd5\x79\xce\x3e\xac\xd2\x36\x00\xbd\xd2\x6e\x29\x88\x78\x91\x12\x10\x1b\x82\x6b\x22\x8c\x49\xa8\x30\x7f\x38\x30\xdc\x6e\x54\xb0\x67\xce\x38\xcb\x8a\x6b\x71\xda\x80\x89\x7d\xd4\x1b\x69\xc4\x06\x36\x1e\xec\x75\x86\x73\xbf\xd7\xb4\x7d\xe6\x1a\xc2\x5c\x81\x42\x73\x8e\x28\xf3\x54\x5c\x8f\x76\x7f\x90\xc1\xf3\xad\xa6\xa1\x0b\xc1\xf2\x39\x22\x43\x7a\x50\xbd\xcd\xb3\x5b\xe9\x4b\x08\xc7\x13\x33\x56\x34\x2d\x5b\xa5\x87\x08\xcc\x0d\x97\x35\x68\x42\x40\xc2\x46\xd3\xf6\x8a\x1a\x7d\x5f\x83\x95\xa3\xa3\xae\x8b\x22\xab\xd3\xed\xcb\xa2\x62\x8e\x21\xe1\xd4\x26\x85\xd7\x0b\x7a\x36\x68\x96\x43\xd2\x7b\x9e\x8a\x7d\x35\xe5\x00\x8c\xd5\x5f\x42\x8c\xa0\xde\xb8\x41\x8e\x6a\xe9\xe2\x89\x43\x03\x7a\x09\x11\x7f\xc3\xc8\x99\xdc\xb4\x4a\x3b\x3c\x8c\x0a\xc1\xbd\xf8\xb4\x3f\xe1\xd1\x5c\xad\xa3\xe5\x49\x85\x62\xfc\x4e\xe2\xf3\xa7\xbe\x1f\xc4\xf8\x65\x16\xa4\x28\x0e\x43\x54\x88\x9f\x05\xfc\xb4\xc7\x1e\xf3\x63\xd1\xa2\x3e\x93\x3c\xbb\xf9\xaa\x65\x24\xc5\x57\x0c\x6b\xce\xa2\xfb\x26\xa2\x07\x50\x12\x24\xc1\x6c\x8e\x8a\xa1\x5c\xe7\xa9\xf6\x37\x37\x5f\x9e\xcd\x43\x4a\x71\x31\x23\xd1\x16\x31\x16\x8a\x18\xb3\x60\x2f\xe5\x19\x05\x73\xeb\x8d\xff\x87\x85\x5b\x28\xb8\x5c\x70\x94\x44\x5b\xd6\x49\x85\x4e\xa8\x8a\x1e\x85\x4d\xad\xea\x6e\xc8\x3c\x12\xab\x28\x6d\x42\x29\x57\x89\xc2\x7b\xe5\xb4\xfb\xba\x28\xc1\xd7\x61\x68\x94\x09\x29\x43\xea\x98\xc0\x27\xd5\xf4\x65\x16\x74\xe5\xa1\x77\xcb\x30\x52\x2b\x6d\xaf\x65\x85\xf8\xe9\xad\xd6\x52\xbc\x89\xdf\x71\x32\x82\x67\xf1\x5b\x5e\x1e\xdc\x0b\x8b\x9c\x7e\xc6\x12\x12\x20\x3b\x83\xb9\x77\xd8\x51\x72\x63\x24\x30\xa3\x94\xfc\x70\x81\xd3\x59\x31\x1d\x45\x29\x67\xfa\x83\xf1\xdc\xb0\x34\x5a\x84\xfb\x85\x7c\xc0\x38\xcb\x05\xe9\xe1\xde\x08\xc5\x38\x09\x66\x8b\x39\x15\x48\x52\x5c\x4c\xd3\x61\x95\xa5\x0b\x12\x8c\xc3\x48\xfc\x39\x42\x83\x31\xe3\x74\x5b\xac\xbd\x28\xeb\x9d\x8d\x52\xeb\x2c\xd2\xb0\x64\xe8\x3a\xd0\x7d\xb8\xdd\xd5\xe4\x94\xf7\x3e\xe8\xfa\x3a\x52\xd6\x99\x48\x8c\x2e\xda\x35\x21\x2a\x7d\xbf\x0c\x16\x21\xda\xca\x19\xc0\x15\xda\x36\x7c\x15\x84\x55\xc3\x57\xae\x01\xfd\x9c\x45\x91\xdf\xa4\x79\xba\xd9\x6d\x0c\xa3\x68\x58\x09\x63\x69\xaa\xd6\xd2\xec\xf4\xa5\x59\xe8\x4b\xb3\x85\x90\x15\xc6\x6a\x6c\x7d\x5f\x4a\x34\x69\xb8\xdf\x3a\x57\x66\x8c\x2a\x5c\xc9\xc5\x40\x31\x2e\xa6\x49\x30\xdb\xd2\x85\x8a\xf8\x4e\x8f\x43\x34\xdb\xce\xc5\x93\x58\xd7\xd2\xc4\xd6\xd2\x54\x6a\x69\x76\x77\x2f\x8d\xfa\x3a\xaa\x1c\x4b\xb3\x10\x4b\xb3\x0d\xd1\x52\x2d\xcd\x0e\x2d\x29\x8b\x28\x82\x3c\x44\xf9\x5f\xbf\x81\x30\xc3\xe2\xbc\x35\xeb\x85\x3e\xd1\xa9\xba\xaa\xc4\xd2\xab\xaf\xb2\x9f\x8d\x61\xa5\x0c\x53\x96\x85\x62\xa5\xbb\x29\x34\x6c\x6c\xeb\x68\xc7\x0c\x92\x95\xe5\x8c\x61\x8e\x2c\x3e\x10\xb9\xdc\x32\x59\x93\xa7\x9f\x54\x68\xa3\xbe\x58\x4f\x2f\x96\xd1\x1a\xad\xb0\x39\xcd\xb0\x9e\xf4\xde\x63\x2c\x15\xa4\xe6\x21\x72\x51\xa5\xc8\xe4\x8b\xa2\x96\xa4\x40\x62\x19\x22\xd6\xb9\xe3\x0b\x6c\xb7\x1c\xe5\xbe\x9f\x3b\x56\x1a\x60\x28\x78\x85\x52\x4e\xc3\x6f\x96\x41\x2a\x62\x89\xd3\x3d\x4f\x97\xef\x0a\xff\x5e\x68\xe1\xc7\xd0\x87\xa2\xf3\x45\x70\xc3\xd8\xe9\x15\xda\x1b\x22\x32\x6b\x46\x9b\x43\xb0\xaa\x8a\x56\xc8\x58\x98\x05\xd2\xa6\x7d\x89\xf4\x5b\x4a\xa4\xd6\x51\x3e\x54\x1a\x64\x40\x77\x01\xbd\x4b\x6a\xb4\x08\xd6\xef\x1d\xa4\xa8\x4b\xec\xe2\x41\x78\x02\x37\x6f\xe1\x6b\x6e\x91\x35\x7f\x4a\xd5\xab\x6b\x0d\x4a\x73\x5d\xef\xca\x52\x35\xd9\x4d\x98\x82\x1a\x76\xf8\x34\xe9\xc6\xb3\x64\x98\xe6\x4c\x0b\x47\xc5\x35\xfe\x11\xb3\x9a\x63\x82\x5e\x0d\xbe\x16\x66\x0b\x16\xdd\x38\x78\xab\xc5\x16\xf5\x0d\x6a\xee\xcd\xd2\xe9\xdc\xad\x4c\x6b\xa5\x8c\xd9\x0f\xb4\xc0\x59\xe0\x9a\x16\xe5\xa1\x30\x12\x9e\x81\x01\x30\x07\xbc\x28\x91\xe7\x85\x28\x9f\x7a\xa2\x45\x2f\xf2\x3c\x2a\x8a\x15\x46\x89\xf9\xf0\xf7\x22\xcd\x03\xcf\x83\xf9\xe3\x26\x4c\x20\x23\xe0\xbd\x90\x88\xac\x5d\x37\x9b\x37\xa8\xb6\x14\x06\x4f\xc0\x94\xfc\xd5\x5d\xa6\xe4\x4a\x49\xc2\x7c\xa6\x5d\x6f\xaa\xfc\x2d\xd5\x02\x43\x30\xe5\x26\xaf\x05\x8e\xd0\x42\x85\xb1\x01\x83\xb4\x27\xce\xf1\xb7\xdb\x9b\x93\xd1\xc9\x83\x6f\x35\xc8\xa4\x6f\xbf\x05\x6b\x73\x75\xa5\x64\x96\xe4\x9a\xa8\xc6\xb3\x78\x8a\x87\xf6\x32\xd8\x94\x37\x6e\x19\xbc\xeb\x58\x0d\x55\x5d\x92\x7a\xb1\x86\x98\xab\xda\xb5\xad\xd5\x80\xcc\x34\x9b\xe0\x16\xfc\xde\xe8\x9e\x8d\x38\xac\xdb\xb5\x89\x73\x19\xb7\x8b\x87\x17\x30\x6d\x57\x3e\xab\x80\x02\x4c\xa9\x1f\xc0\xe2\xc7\x73\xec\xc9\x5f\x2c\x73\x1d\x57\xcf\xca\x62\x9b\x14\xd7\x39\xe0\x11\x6b\xbf\xbd\x26\xf8\xbc\x3c\x1c\x82\xcf\x4b\x37\x06\xf1\x2e\x67\xb0\xc9\x71\x9a\xf3\x76\x8d\x14\x5e\xbf\x54\x41\x9c\x6a\x85\xc7\x86\xfd\xbd\x96\xe3\x35\xc1\x39\x6d\xf3\xbc\xa3\xcd\x62\x57\x57\x69\x42\xa0\x35\xfe\x37\x6b\xa7\xda\x95\xcb\x78\xc1\x86\xc8\xff\xe6\x1d\x80\x10\x3d\x6c\x6c\xf0\xa7\xd7\x04\xcf\x69\x13\xcf\x3b\x9a\x00\x63\xc7\x53\xf0\x5e\xa8\xa0\x1d\x3d\x81\xd5\xc9\x22\x9c\xa5\x7c\x20\xf2\x97\xd7\x04\x67\xb4\xe6\xb3\xae\xce\xe7\xf0\x4a\xc7\x3a\xcf\xfe\x66\xf5\xc5\xd9\x75\x7c\x5b\x41\x65\xec\x4f\xde\x75\xb0\xb1\x64\x5d\xe7\xe6\x96\xc1\x33\xda\xc0\x33\xcd\x1b\xe1\xc5\x12\x3d\x75\xf9\xa4\xd2\x0b\xde\x2e\xe7\x31\xf6\xf3\x84\xe4\xf5\xc7\x36\xba\xd0\x37\xdf\x71\x64\x21\x70\x4a\x8a\x55\x56\x3a\xf5\xb6\x25\xa9\x94\xdf\x4f\x8a\x2a\x5c\xff\x9f\x42\x7a\x6d\x3d\x1e\xb5\xee\xbf\x5e\xb5\x8d\x73\xc3\xad\x86\x6e\x0e\x66\x85\xb8\x8d\x17\x44\x68\x40\xa3\xbd\xe5\x8d\x3e\xe0\x28\x61\x2c\x56\x5b\xd5\x30\xfd\x41\xdc\x84\x10\xf0\xa6\x71\x78\x72\xb0\x89\x19\xa9\x89\x61\x1e\x1c\xcc\x2e\x85\x39\x70\xb0\xbf\xbd\x26\x78\x41\x67\xec\x85\x36\x63\x6f\xb9\xba\xf1\xe5\x7d\xac\x97\xc8\x70\xc1\x5e\x24\xe4\xc4\xf5\x30\xa6\xe2\x03\xbb\x43\x4b\xa6\x68\x8a\x63\x5c\x46\xcb\x30\x19\xee\x2a\xf2\x22\xae\x6a\x7a\x6d\xa3\x22\xb4\xf2\x4c\x38\x1c\x32\xb4\xc0\x6f\x97\x41\x25\x85\x0b\xed\x9a\x99\x22\xde\x2e\xd8\x0c\x25\x78\x37\x7d\x55\x46\x4f\xcb\x7b\xa3\x02\x2e\x74\xc0\x8c\xd6\x75\x3d\x41\xda\xf5\x92\x41\xa8\xbd\x4f\xf3\x95\x0e\x70\xbb\xe0\x18\x40\x0e\x8b\x25\xe3\x6b\x16\x32\x98\xd5\x01\x8f\x37\x9b\xb8\xfc\x6c\x55\x44\x93\x1b\x66\x15\xf4\xd2\xb2\x0a\x82\x4f\x94\x3d\xd0\x9f\x4b\xf4\x71\x89\x3e\xe8\x61\x32\xa0\x84\x87\x38\x22\x91\x4c\x19\x08\xe4\x74\xa8\x5d\x4f\xe7\xe5\xe9\x3f\x2f\x8b\xaa\xb6\xb3\x68\x9a\xd7\xa0\xdf\xe1\xb4\x7b\x79\x3c\xec\x86\x82\x01\x34\xc0\xb5\x38\x51\x3c\x2d\x6e\x5e\x72\xfc\x2a\x6f\xfc\xfd\xf6\xc6\x8b\x62\x76\x49\xe2\x14\xb3\x30\x28\xc4\x0c\xc3\x21\xcc\x92\x96\xed\x90\x1c\x6b\xcc\x63\x67\xa0\x0d\x5e\x96\x41\x12\xa2\x15\x3e\xaf\x83\x0f\x4b\x94\x84\xe8\x0a\x2b\x3d\x45\xe5\x44\x02\xe0\x41\xf3\x59\x04\x7d\xbe\xa5\xc4\x09\x59\xe9\x11\x1d\x04\xfe\x90\xbd\x1b\xbb\x91\x8a\xec\xc8\x8e\x22\xdd\x40\x9b\x8a\xbc\x4d\x9a\x24\x74\xeb\x99\xc2\xc0\x8a\x51\xe4\x5a\xda\x3b\xe9\x51\x30\xc7\x5e\xbb\xab\x56\xad\x75\xe1\x06\x44\x32\x82\x4f\x38\x03\x81\x44\x97\x64\x59\x94\x04\xa2\x1b\xb0\x9e\xff\xd3\xf3\xfe\xd9\x0d\xa3\x30\xa6\x32\x05\x0f\xf8\x3e\x66\xa6\x54\x32\x8c\x85\x08\x90\x39\x56\x26\x56\xe2\x21\xfb\xe1\xe8\xbf\x54\x74\xf8\xb1\x1e\x1b\x7e\x69\x63\x2b\x37\xa8\x86\x77\xdf\xd5\x50\x92\x64\x9f\xbf\x13\x9e\xf8\xe8\xa4\x95\x03\x12\x38\xcd\xd1\x62\x42\xb0\x88\x0d\x73\x2c\x83\xc4\x8f\x59\xf4\x10\x11\xb8\x82\x53\xa1\x67\x06\xa7\x50\x73\xa1\xf5\x6f\x6b\xbc\xf1\x69\x63\xe8\x88\x72\xd2\x86\xff\xe0\xa1\x4d\x9a\x39\x5a\xcc\xc5\x56\x9d\xad\x38\x0b\x61\x77\x1f\x80\xc2\x39\xf6\xc4\xef\x8a\x01\x62\x04\x4f\x29\xd8\xe8\x64\x5d\xf0\x6a\x45\x9b\x04\x0e\x30\xe3\x53\x46\x5b\x13\x23\x18\xa1\xce\x76\xe5\x2e\xfa\x8d\x08\x8a\x84\x95\xdd\x4c\xbd\xc1\x68\xf8\x10\x70\x7d\xe1\x1f\x46\x13\x03\x58\x70\xd3\x6c\x4e\xbd\xec\xaa\x25\x10\xa6\x74\x70\xe7\xfb\xda\xd7\x71\x1e\x7f\x44\x55\x8b\x8c\x21\xeb\x11\x72\x7e\x18\x8d\xba\xec\xeb\xac\x90\x30\x8e\x09\x4d\x43\x31\x7b\xc0\x28\x35\x9a\x73\x09\xa0\xc0\x57\x1b\x88\x89\xf1\x8b\xce\xa0\x9f\x41\x98\xb4\xea\x7d\x71\xed\xc1\x2b\x50\xbc\x30\xd2\x5f\xa5\x55\x3d\xa0\x32\x32\xcd\xf0\xd0\x82\x64\x99\xf5\xd9\x80\xa6\xb1\x1c\x69\x9c\xee\x2a\x22\x33\x59\xd9\x53\xc9\xf8\xad\x72\xa7\xda\x09\xd0\xca\xe7\x79\x24\xcb\xb8\x29\x73\xe9\xaa\x42\xe4\x79\x28\x4b\xab\xfa\x94\x64\xd9\x8b\xb4\xac\x6a\x88\xf1\xc0\x83\x37\x55\x35\x94\x8c\x96\x34\x83\xc3\xa7\xa0\xb4\xe2\xcc\xf1\x43\xce\x56\x85\x4a\xda\x11\x6c\xc7\x76\x3a\x2d\xce\x18\x17\x49\xa0\x4c\xc5\x7f\x40\x3d\xb4\xa3\x22\xec\x9c\xdc\xcf\x03\x21\xd7\xa0\x94\xf6\x95\xc7\x9f\xa4\xd9\x65\x71\x3d\xe0\x02\x2e\x5a\xa6\x24\x4b\x2a\x7b\x5c\x2c\xd5\x6b\xd0\x8f\x4b\xbc\xa7\x5d\x7f\x45\x96\xf5\x3b\x7e\xa5\x1a\x3f\x80\x39\x01\xcb\x1c\x91\xf6\x3d\x24\x3d\xbf\xa9\xcb\xd8\x48\x7f\xf0\x6d\x83\x7e\x02\x0a\xe0\xd0\x93\xd1\xb7\x0f\xc4\xca\xbf\x97\x69\xdf\x3c\x68\xd0\x1f\x52\x65\xf7\xd3\x12\x1e\x83\xaf\x7f\xe1\x4c\x5d\xb6\x3b\xd6\xbe\xb4\x33\xbf\x6b\x42\xf4\xef\x25\xde\x6b\x8f\x24\x30\xa8\x0b\xf5\xdb\x43\x36\x1d\xbe\xe4\x93\x60\x13\x1a\x4b\xd7\x68\xed\xac\x6a\x51\x90\x56\x86\xe7\xc2\xc6\xc9\xe2\xad\x88\x05\xea\x2a\x6d\x14\x60\x34\xc0\x52\x12\xbe\xf2\xfc\x17\xcd\x7a\x92\x65\xc6\x92\xc7\xea\xb7\x22\x87\x27\x59\xf6\x12\xe4\x5a\x8d\x2a\x64\x1a\x2c\x3d\xa9\x00\x04\x98\xdd\x4a\xd8\xfa\x1b\x49\x6c\x84\x94\xbf\x95\x1d\xe3\x83\x3c\xbd\x2e\xa3\x16\x0f\x25\x65\xb1\x7d\x99\xe6\x35\x93\xec\x38\x62\x42\xab\x26\x47\x29\xed\xd3\xb8\x24\xf5\x9d\x5f\xca\x42\xea\xc3\x57\x69\x7e\x67\x8b\xb2\x0c\x1b\xea\x45\x5a\x3b\x8b\xcb\x3c\x56\x4c\x5e\x4b\xda\xa5\x18\xac\xc6\x32\xcd\x6a\x52\x9e\xae\xc9\x55\xe9\x5c\x6c\x23\xdf\x43\xab\x32\xdd\x6e\x49\xf9\x34\x2e\x05\xed\xea\xdf\xb0\xb5\x18\xb4\x0b\x71\xe6\xc4\xe9\xd8\xd5\x21\x2d\xdb\xc1\xc9\xf4\x52\x5e\x83\x7e\x76\x5f\x00\x99\xb4\x09\x77\x18\xba\xe0\x74\xb2\x5a\x2f\x6b\xf9\xf4\xc7\x65\x94\xc3\x3b\x81\x53\x93\x33\x3b\xaf\x83\x7f\x2f\x51\x1d\x42\x1d\x68\x51\x07\x75\x28\x4e\xf3\x12\xc4\x1a\x08\x0e\x77\x34\x7e\x80\x79\xcb\xd3\x10\xac\xd9\x09\xc5\x00\xac\x35\xdd\x8e\xd7\x2f\x86\x36\x33\xea\x7b\xa0\xef\x11\x59\x1a\xeb\x62\xe0\xc7\xae\x90\xea\x22\xc8\x99\x37\x52\x2a\xa2\x07\x4e\xb1\xd2\x61\xff\x62\x85\x3a\x23\x59\x96\x6e\xab\xb4\xf2\x5a\x31\xd1\x9a\x79\x83\x7e\x73\x9f\x87\xe2\xb4\xd1\x82\x27\xba\x0a\x0c\x06\xaa\x00\x2d\x2c\xb8\x7a\x47\x51\xce\xe0\x1a\xf4\x8f\x25\xf6\x16\xeb\x38\x5f\x11\xaf\x7d\x47\xa6\xa7\x3e\xdc\x90\xd9\xf1\x0f\x3a\x92\x34\x5f\xf1\xeb\x31\xfb\x93\x25\x6f\x76\x94\xca\x32\x02\x8a\x06\xf1\xc3\x6b\x82\x3f\xe9\xc5\xf9\xcf\x0e\x5d\xc6\x57\x06\x53\xf8\x48\xeb\xfc\xa8\x5d\xc6\x7f\xe5\x97\xf1\x7f\xd1\xcb\xf8\xc6\x0c\x31\x45\x3a\x03\x78\xfc\xbe\x14\x77\x66\x41\xe5\xe2\xb6\xac\xdd\xbe\xe4\x0d\xd4\x88\xcc\xa2\x5d\xc7\xb9\x9b\x9f\x86\x64\x42\xd6\x77\x34\xda\x6a\xa6\x09\x95\xf7\x67\x7d\xec\xeb\x7f\xdd\xdd\x65\x1e\x51\x36\x5f\xa3\x62\xdd\x09\x17\x9d\x8a\x20\x86\x28\x57\x0a\x89\xda\xf7\x6b\x16\x42\x34\xce\xd9\x11\x82\x52\x95\x5b\xf8\x7e\x01\x77\xd9\x38\xbf\x15\x87\x8d\xbc\xd0\xf6\x30\x8e\x7d\x9f\xe1\x22\x0b\xf9\xc3\x89\x8b\xcc\x32\xd3\x22\x7f\x5d\x24\x84\x03\xb5\x32\x52\x74\x82\xb4\xaa\x29\x5f\xe1\x80\x0f\x51\x9a\xc8\x21\x22\x5f\xd6\xaf\x24\xa3\xba\x65\x46\x09\x54\x16\x40\x97\xba\x0b\x16\x67\xa6\xb4\x86\xcb\xe2\x06\x7d\xb2\xb5\x2a\xa7\x8a\x9d\x7d\x3a\x1c\x3e\xa1\x1b\x0e\x88\x2c\xa7\xca\x43\x9e\x9c\x18\x0f\x79\xda\x34\x78\xc8\xab\xec\x3f\xf9\x10\x3d\xe4\xc9\xbd\x86\x3c\x39\x1c\xfa\xb7\x31\x16\x3d\x94\xad\x30\xcd\x5b\x08\x69\xd7\xeb\x18\x84\x87\x3c\x7d\x08\xde\x3c\x44\xd7\xf8\x74\x5a\xaf\x23\xb2\x46\x9f\xf1\xe5\xb4\x4e\x83\x4b\x74\x1d\x46\xd7\xe8\x1c\xff\xba\x0c\x56\x82\x78\xae\x90\x1c\x49\x94\x22\xd1\xf7\x28\x41\xda\xa0\xa2\x4a\x0f\xb9\xa3\x18\xca\x1a\xc9\x19\x89\x72\x29\xaa\xdf\x36\x21\x7a\x8e\x25\x65\x8b\x70\xae\x57\x0d\x3a\xc3\xb7\x0b\xae\x59\xba\x41\x33\xdd\xb0\x49\xb7\x72\xca\x48\x72\x79\x2b\x52\x12\x61\xe0\x72\x79\x4b\xc7\xf4\x0c\x6f\x31\xc6\x7f\x2e\x39\xeb\x99\x7a\x65\x9c\xa4\x85\x17\xb1\x29\xa4\xf3\xa0\xe2\xc6\x1d\xf1\xa4\xbb\xe1\x36\x56\xcf\x4c\x3b\x8c\x73\xa6\x51\x38\x67\xc4\x15\xf2\x2e\x88\x7b\x6f\x94\x70\xf7\x35\xb9\xaa\x83\xba\x58\x51\xae\x17\xf5\xda\x9e\x6d\xe0\xd8\xa6\xb8\x2d\x97\xfd\xea\xf8\xf2\x2c\x4f\xc8\x4d\x34\x18\x37\x21\xfa\x1c\x3c\x77\xa0\x4b\x6b\xfd\x3c\xb3\x0c\xf4\xac\x0e\x36\xdd\x20\xd3\xda\x51\x6d\x84\x0d\x94\x5b\xac\xd4\xb7\x67\x6a\xed\xe5\xd8\xd8\xf9\x95\xb6\x8f\x32\x83\x63\xec\xf0\x79\x1d\xfc\xb6\x64\xce\xcc\xc5\xf4\xdb\x07\x51\x35\xfd\x69\x39\x6c\x89\xee\x3f\x2d\x35\x58\xf9\x04\x67\x87\x43\x79\x38\xa4\xa6\x3a\x67\xc7\xf1\xae\xe5\xf5\xbb\x17\xfb\xfe\x4e\x0f\x44\x5b\xb0\xdf\x7c\x00\x4c\x72\xa8\xf9\x8b\x50\xb5\x89\xb3\x0c\x7d\x58\xaa\x1b\xe7\xbd\xa0\xb2\xbb\x14\x50\x76\x44\xce\x2e\x21\xc3\x75\xf6\xff\xb5\x48\xab\xe2\x8a\x9e\x4c\xc7\xd1\x48\x48\x19\x0b\x01\x3b\xf2\xbd\x16\x4b\x55\x44\x5c\x6d\xe6\xba\x3c\x30\x73\xbd\xf5\xd8\x74\xc8\x2e\xdd\xe5\x5a\x7f\x6a\x55\x67\x16\xa5\x23\xf6\xba\x2a\x29\x5d\x67\xd7\xcc\x56\xf9\x53\x52\xc6\xab\xe7\x74\xb6\x00\x42\x11\x9c\xc0\x58\x06\x7b\x33\xbd\x80\xe8\xd6\x5a\x72\x46\x79\x53\x82\x47\xfc\x67\xca\x22\x0b\xa4\x7f\x92\x04\xf7\xc6\x12\x9d\x5f\x7b\x4b\xa5\xcb\x57\x54\x8e\xe7\x60\x88\xc0\x5c\x89\x17\x60\xf6\x4b\x94\x0e\xc2\x06\xe9\x95\x54\xbb\x4b\xc6\x40\x3a\x62\x1f\x80\xbd\x2f\x78\x76\xdb\xbd\x32\x5b\xc3\x39\xb9\x3e\x59\xb2\x27\xfa\x90\x47\x1e\xfa\x19\xdc\xba\x7d\x3f\x30\x3a\x52\xe4\x01\x93\x63\x91\xb7\x29\x76\x15\xd9\x51\xd1\x8f\xbf\xac\xbf\xa6\x09\x1f\xb6\x3c\x60\x23\xad\x0a\x16\xa2\xf5\xbd\xe3\xd3\x67\x3c\xba\x9c\xbb\x8a\xd0\x35\xab\x23\x38\xfd\x99\x77\x6b\x66\xfa\xb7\xe2\x1c\xa2\x92\xad\xd4\x41\xb7\x99\x7a\x5e\xff\xa4\xdf\xd7\x17\x2b\xda\xa0\x2b\x3c\x03\x3b\x9c\xdc\xf7\x39\x77\xb9\xc5\xf9\x10\xba\xfa\x3a\xde\xa2\x4b\x9c\xb3\x28\x9a\x37\x35\xfa\x84\xf3\xe1\x0e\x60\x0e\x9f\x95\x05\x8b\x13\x81\x4e\xb9\x18\x4b\x50\x01\xf6\xe8\x3c\xd4\x62\xb4\x82\xe8\x2e\x5b\x6e\x28\x90\x56\xcf\xca\x78\xb5\xa2\x04\x1c\x9c\x86\x68\xa9\x25\x17\xdb\xad\x48\x0e\xb6\x87\xc3\x32\xf4\xfd\xdb\x50\xc4\xa3\xb9\xc1\x23\x74\x8d\x6f\x27\x37\x8f\xae\x45\x10\xd6\x1b\x11\x84\xf5\x33\xbe\x9e\xdd\x00\x6e\xf9\x82\x07\x6f\x88\x3e\x0f\xc5\x9f\x6c\xf6\x00\xa9\xfa\x32\x44\x30\x1a\x60\xb1\x9f\x87\xf2\xef\x66\x72\xc5\x82\x47\x9e\xb7\xd7\x87\xa0\x73\x55\x90\x72\x63\x5e\x6d\xd8\x2c\xc1\xaa\xd1\x90\x6d\x29\xc7\x02\x77\xf2\xe4\x70\x08\xb4\x5f\xb8\x37\x42\x45\x6b\x1b\xcd\x56\xf3\xc1\x00\x41\xb8\x4e\x57\x9e\xef\x7f\x0a\x7a\x63\x88\x11\x89\x2a\xab\x1d\x3b\x34\x39\xfa\xf2\xa6\xfb\x7d\x34\x3e\xda\xf4\x88\x35\x9d\x19\x4d\x3b\x8b\xe3\x11\xe2\x5d\x6d\x8c\xc0\x23\x77\x16\x47\xf9\xb0\xc8\xe9\xc2\xfb\xbe\xf8\x2b\x90\x44\xc6\x02\x27\xd1\x3a\x17\x77\x8d\x9e\x7d\x1c\xaf\xe8\x95\x4b\x54\xc5\x7e\xb9\xaa\x73\xf2\x34\xd6\xaf\x9a\x2d\xb9\x47\x33\xf9\xf1\x50\x85\x46\x6a\x46\x62\x7a\x3f\x8d\x43\xab\x6c\xe2\xa1\x4c\x4f\xa3\xa7\xc3\xce\x2c\xc4\xde\x6c\x17\x61\x88\xb6\xbe\x1f\x24\xd8\xe0\x14\xcf\x8a\xeb\x5c\x6d\x74\x74\x1a\xa2\x4c\x16\x78\x06\x5d\x4d\xcc\xec\x14\xeb\x06\x2c\x8c\x4b\xe5\x94\x45\x95\x7c\xf8\xe7\x75\x5c\xd6\xd6\xcf\xa0\x34\xa7\x43\xfd\x4c\xa9\xa8\x42\x29\x45\xf2\x7e\x00\x73\x10\x3f\x82\x10\x6c\xa0\xe4\xfe\x4d\xf3\x15\xa5\x2c\x1e\x0d\x02\x10\x7e\x59\x60\x0f\xfd\xf7\xb0\x22\xf5\xb3\xb8\x8e\x03\x2f\x4d\x3c\x4a\xa2\x09\x18\x99\xa8\x19\xe1\xa8\x5d\xa9\x9a\x27\xe0\x85\x60\x40\x80\x12\xe7\x14\x87\x68\x8d\x05\x9c\xc2\x29\xe2\x27\x41\x64\x62\x17\x15\xd6\xc1\x44\xd7\x16\xe3\xb5\xef\xf3\x70\xcc\x8e\x7c\x44\xcc\xe0\xcf\x25\xbe\x9a\xe4\x2a\xa0\xb4\x8c\xf7\xbc\xc1\xe5\x2c\x9f\x4f\x0a\xc5\x22\x96\xcb\x80\xa0\x8d\xc6\x23\x36\x16\x8f\xa8\x79\x99\x36\x51\xa9\x64\x83\xaa\xf4\xd2\x92\xac\x54\xa2\x20\x23\x3d\x95\x51\x1b\x23\x2c\xa3\xb0\x31\xc3\x2c\xb9\x35\xc5\xad\xf6\xc0\x4d\xd0\x71\xc0\xd3\x79\x5c\x8b\x78\x71\xc0\xda\x5d\x0b\xb0\xf6\xfd\xb5\x76\x44\x37\xe6\x21\xbd\xcb\xdd\xc7\xb4\xb4\x79\x72\x34\x5b\xcf\x27\x60\x74\xd7\x71\xee\xab\x1d\xd2\x01\x91\xc1\xcf\xa3\x89\x60\x0c\xcf\xf3\x44\x71\x89\xe7\xf4\x74\x30\x77\x45\xdd\x6e\x80\x1f\xc5\xb6\x37\x84\x71\xa6\xc1\x9e\x18\x6b\xec\x05\x02\xeb\x48\xb2\xaa\xf1\x08\xe5\x66\x4c\xf1\xf6\x58\xc3\x49\xfd\x48\x58\x17\x4e\x6a\x41\x75\x05\xce\x67\xf5\x1c\x95\xce\xd9\x29\xe6\x93\x92\xa3\xb2\x80\x58\xdd\x12\x52\x96\xcb\xc0\x28\xc0\x49\x60\x53\x5c\x11\xcf\x3e\xf0\x3a\xca\x32\xfa\x0c\xc3\xc6\x1c\xdc\x90\x52\x1e\xeb\x87\xef\x07\xcb\x62\x58\xc6\x69\x45\x82\xce\x42\xbc\x4a\x45\xf1\x21\xfa\x82\x8f\x8a\x6d\xbb\x07\x10\xfc\xba\x4d\x0e\xa6\x00\xe5\x50\x70\x82\x3c\x57\xfb\x3e\xe1\x83\xc5\x18\xd7\x43\x11\xd5\x97\xdf\xce\x84\xd4\x29\x57\x1f\xb0\x3f\x5c\x84\xf1\xba\xb8\xea\xa0\x66\xee\x36\x61\xa9\x4d\xc7\x51\x3e\x91\xd4\x23\x86\xe2\xfb\x63\x88\x79\x69\x37\x5a\x87\x13\x92\x55\x84\xb3\x78\x22\xdc\xe9\x20\xd6\xec\xc4\x26\x40\xd1\x67\x5d\x9e\x22\xa1\x48\x55\x4d\x1d\x59\xc7\xee\x85\xf8\x4c\x6e\x7b\x18\xa7\xbe\x2f\x24\xe8\x0a\xde\xb4\x82\x12\x1d\x5f\x3c\xa3\x7d\xfd\xcc\x3d\xda\xd4\xfc\xf1\xe8\x2f\x13\x55\xa9\x73\xdd\xb0\xbb\x9b\x18\xac\x3b\x5d\x4b\xfb\x8a\x56\x69\x83\x23\x75\x4c\xfa\x5f\x9f\x5e\x00\x20\xfc\x0c\x91\x55\xe5\x18\x88\x63\x80\xdd\x03\x61\x54\xd6\x41\xa7\x54\xc8\xb0\xc6\x92\x2e\x03\x70\x92\xe1\x84\x1a\xda\x4c\x8d\x53\x90\x18\xb4\xdc\x77\xfb\x05\x04\xbc\xfa\x35\xaa\x87\xfc\x2f\xc4\xfe\xfd\x4d\xa6\xfc\xc6\xa4\x6d\xd6\xb1\x48\x22\x47\xd1\x2a\x78\x1a\x69\x26\x47\x10\x17\x5c\xdc\xb1\x1b\x83\x01\xa5\x4e\xee\x58\xce\x27\xe9\x51\xee\x98\x07\x69\x17\x73\x34\xef\x72\x74\x93\x6b\x22\x98\xf8\x2a\x6c\xdf\x19\x5c\x15\xf2\x13\xde\xa8\x11\x68\xcb\x59\x65\xd8\xb0\x50\xf7\x77\x33\x3b\xbe\x07\x1d\x38\x16\x13\xb0\x06\x66\x9a\x07\xce\xd1\x26\xec\xd0\x32\x13\x21\x6a\x39\x8f\x3d\x39\x9a\xd4\xd8\xca\xe6\xe7\x3d\xf3\x38\x33\x1a\x96\xf4\xe1\x7c\x40\x12\x87\xae\x8c\x6a\x59\x0f\x17\x31\x9c\xb8\x87\x83\xfa\x3b\xa8\x8d\xa3\x37\xb4\x09\x57\xe3\x63\xc7\x5a\x41\x42\x70\x38\xb2\x05\x05\xd5\x4d\x3b\x73\x44\x6d\xa2\x4b\xdc\x15\xb4\x35\x84\x62\xab\x86\x50\x6c\xd5\x10\x20\xa0\x23\x22\x4d\x10\xa2\x74\xcd\x9e\x26\xe2\xf5\x5d\xa6\xe7\xc2\x28\x72\x4a\xab\xc9\x76\x9b\x7c\x98\x56\x67\xc2\x35\xf1\x6e\x33\x49\x32\x8c\x17\x0b\x52\x81\x8e\x0e\x7c\x84\x1b\x24\x2b\x02\x0c\xbd\x96\xce\xb1\x54\x68\x92\x70\x2b\xb6\x8a\x03\x8d\x35\xa8\x5a\xff\x55\x7f\x6a\x4a\xfc\xdd\xbe\xd2\x2f\xe0\x2d\x94\x0e\xf4\xe8\x04\x19\x26\xa9\xb4\x97\xec\x11\x32\xe7\x5a\x7a\x2d\xcd\x9b\x87\xa8\x90\xb8\xaa\xb5\x1b\x2d\x52\xd7\x9b\x87\xc7\xad\x22\x0b\xa6\x96\x85\x18\x9d\x7a\xc7\xd9\xbb\x2c\x53\x4c\xf2\x47\x56\xd7\x08\xee\xb3\x72\xeb\xa2\x52\x9e\xff\x94\xf0\x05\xf6\xa0\x70\x9e\x63\x6d\xb5\x3d\x18\xda\x9e\x5b\x46\x59\x78\x91\x65\x53\x33\x29\xf9\x1f\x4f\xe0\xe3\xea\x75\x91\x90\x1e\xc6\x9f\x97\x1a\xa4\x49\x50\x9a\x9f\xb3\x3b\xa3\x96\xc0\x82\x6a\x17\xbe\x5f\xc0\x5f\xa2\x77\xf2\x56\x69\xea\xdb\x54\xd4\x66\x6c\xf8\x2c\x53\x7e\x14\xe4\xc3\x4f\x4c\x6f\xc4\x26\x90\x56\x71\x96\x2f\x8b\xa0\x66\x5e\xf6\x45\xa1\x82\x2b\xc2\x97\xaf\xd2\xaa\x1e\xc6\x49\x12\xa4\x43\xa6\x3b\xfd\xb8\x4e\x33\x22\x0e\x5e\xf8\x28\xae\x6e\xf3\x05\xc0\x11\xa7\x1b\x52\xec\x6a\x2b\x70\xa7\x51\x29\x15\xfb\x8f\xb7\x92\x17\x4f\x1d\xed\x34\x21\x7a\x30\x32\x06\xee\xbe\x6d\x14\xed\x21\x77\x8d\x78\x30\x46\x47\x07\x5d\xc2\x19\x14\x14\x9d\xe3\xbe\xeb\xbb\x8e\x91\xa0\x8e\x0e\x59\xa3\x11\xfe\x9f\xf4\x0a\x4f\xbf\x25\xc9\x59\x4d\x36\xf0\xa0\x41\xc7\xd4\x99\x19\x80\x56\x87\x65\x0b\x0d\x21\x6b\x40\x7d\x66\xa6\x33\xd0\x62\xf6\x54\x42\x98\x19\xa2\x4e\xfc\x8c\xb5\x02\x0a\xcd\x3d\xb7\x80\xfa\xc2\xdc\x08\x8e\x02\x26\xf1\xab\xf4\xa0\x44\x24\x44\x6d\x4d\x13\xf3\x65\x2e\x3a\xb3\x05\xa7\x28\x8a\xda\x25\x70\xa9\x69\xd5\x4e\x4f\xdf\x07\x00\x00\x2e\x80\xd1\x2b\x49\x55\x17\x00\x9a\x13\x33\x54\x74\x7a\xdf\xe5\xae\x82\x9c\xda\x41\x43\x9d\x89\x24\x53\x6b\xfd\xf7\x78\x14\xb2\x49\x83\x47\x25\x26\x0d\x9c\x25\xfc\x4d\x49\xf6\xbb\xdb\xa1\xd0\xb2\x18\xd1\x0c\xd7\xab\xe9\x8f\xcb\x88\xe1\x9a\x18\xaf\xb0\x89\x2a\xb2\x38\x1c\x16\x68\xab\xf5\x67\x78\x84\xf3\xba\x7d\x0d\x3b\x8b\x47\xdb\xb6\x87\x5e\xba\xd6\x3c\xf4\x10\xb3\x82\x53\xe1\x58\xea\xa1\x95\x02\xf1\x6d\xf4\x7c\xe3\x37\x4a\x2b\xc6\x68\xc1\x74\xaf\xbe\x8b\xf7\xa2\xb4\x7a\xbe\xd9\xd6\xb7\x51\x8f\x01\xde\x22\x76\xf4\x8b\x77\xd6\x7a\x98\x56\xe7\x45\x59\x93\xe4\x70\xa0\x7f\x83\x3b\x84\xf8\xc1\x0e\x50\xa8\xe3\x5d\x9c\x24\x24\x81\xe2\xec\x4f\xa4\x44\x08\x48\x15\x3f\x90\xb9\x32\xd1\x0e\xc1\xeb\x14\x58\xdf\x3c\xdb\x31\x24\x38\xba\xbe\xd1\x83\xd1\xc8\x99\x55\x6c\xa3\xf1\xc3\xd1\xa8\x91\xb8\x9f\xd6\x6c\xa2\x0d\x4e\xd8\xb1\x8a\x56\xb0\x25\xed\xc3\x7e\x5a\xa7\x81\x2b\x1d\x99\x6b\xa7\x32\x02\xbb\x89\x30\x8c\xee\x5f\x16\x5d\x69\xbd\x60\xa4\x60\xf6\x80\x3f\x30\xc6\x6b\x57\x3b\xae\x54\x74\x8b\xef\x5c\x56\x23\xfe\x83\x79\x94\x6a\x91\xdd\x0d\x0a\xd7\x8a\x84\xe8\x12\xef\x8d\x48\x20\x5a\xd8\x98\xa9\xf6\xb7\xb1\xb4\x53\x46\x41\x32\xf8\xaa\xfd\xc6\xae\x57\xc2\x08\xe8\xcc\x8a\x7f\x91\xf7\xbd\x81\xd7\x87\xcb\x57\xdf\x1b\xe4\xcc\x3a\xa1\xf5\x30\x1f\xf5\xee\xb7\x33\x85\x00\xbe\x8e\xab\x27\x52\x40\xd5\xa2\x15\x05\xe1\xd4\x6c\x90\xdb\x69\x7a\x12\x12\xa0\x43\x90\xb2\xc5\xd7\xce\x27\xf5\xcf\x84\x12\x3f\x00\xf2\x28\x97\x59\xf0\x6b\x81\xa0\x0e\x6c\x0d\x85\x5b\x17\xea\xdd\xfa\xfe\xa5\x80\x8b\xad\x8a\xb2\xf6\xb4\xed\x37\x55\x7f\xd2\x21\x10\x88\xf8\x3c\xf5\x12\xf9\xb7\x17\x79\xb1\xf6\x37\x8f\x76\x03\x66\x02\x69\x35\x00\x6b\x7b\x30\xda\x8d\x6e\x21\x12\xb7\x4d\x3e\xd8\x20\x1f\xb1\x20\x5e\x5d\xee\x88\xd7\xc6\xab\x95\xf5\x26\x82\x15\x7b\x51\x81\xe4\x8f\xa8\x10\xae\x52\xec\x21\x19\x22\x7f\x2f\x76\x59\x5c\x93\x04\xdc\xb8\xfa\xbb\x96\x19\xdc\xae\x6d\x33\x17\x28\x76\x32\x65\xd9\x6d\x63\xde\x51\xd8\xb8\x8d\x21\xb8\xc7\x1b\xa3\x08\x61\x55\xca\xfb\x5d\x93\xcd\xe0\x33\x01\x8a\xfc\x4c\x6e\x1b\x38\x52\xdb\x7e\xcf\x9a\x97\xd0\x8f\x2e\x13\x48\x6d\x52\xda\x26\x92\xc0\xe2\x9a\x10\x2d\x83\xbd\x21\x63\x47\x6b\x18\x88\x38\x3c\xd2\x24\x72\xd3\xa0\x3b\xe4\x0a\x62\xeb\x16\xd5\x2a\x36\xcb\x5d\x9c\xc0\xd8\xae\x9e\xa7\xc0\xc5\x3b\xae\x07\x59\xb0\x37\x3b\x65\x0c\x54\xda\xa3\xba\x49\x0b\xe2\xaa\xdf\xd1\x1f\x46\x53\x82\x4b\xc0\x4e\xb8\x9d\x0a\xb4\x65\xb1\xf5\x10\xdb\x0b\x85\x2e\x11\x49\xa6\xdb\x16\xb2\x44\x74\x1c\xab\x04\xdc\x44\xd8\x7e\x5a\xc7\xd5\xb6\xd8\xee\xb6\x9e\x6b\xc6\x18\xf1\x6b\xbe\xa3\x53\x08\xb8\xe2\x99\xac\x8c\xf0\x58\x7a\xf7\xac\xa2\xd7\xa3\xe4\x4b\xbb\xf7\x76\x4b\x72\x05\x4a\xd9\x75\x2d\x6b\x91\x02\xe3\x7f\xf6\xec\xb3\x8b\x5a\xc0\x4e\x7d\xfa\x03\x58\xa9\x2e\x01\x84\x4e\x62\xd6\xeb\xb1\x04\x06\x41\xe6\xaa\xce\x26\x44\x57\x5a\x7c\x80\x90\x0a\x70\xea\xbc\xbf\xb3\xfe\x9c\xc4\xec\x48\x55\x3b\x88\x7d\xeb\x35\x21\x74\x5d\x93\x29\xaa\x75\x71\x4d\x7f\xd1\xf2\x1f\xd7\x24\xff\x90\x57\x90\x77\xf7\x28\x2a\xfe\x95\x31\x80\xe3\xec\x92\xa6\x50\x81\xd8\x8b\xe0\xcf\x0f\x5b\xfe\x87\xd7\xb0\x11\x72\xf1\xe6\x6b\x06\xc8\x3f\x55\xad\xb1\x3a\xef\x26\x14\xdf\xef\xe9\x67\xa1\xef\xaf\x02\x7e\x06\x70\xe7\xd0\xa8\x37\x42\x9a\x96\x21\xd2\xe4\x64\xbd\x4f\x86\x69\xb7\xd6\x31\x9e\x02\xc3\x66\x11\x15\xee\x92\x51\x85\x3e\xf1\xce\x13\x16\xc0\x52\x65\x28\x08\x5a\xa8\xe3\xa0\xb5\x22\x23\xc8\x48\x12\xcf\xd2\xe4\x75\xb1\xcb\x6b\xf7\x65\x60\xa2\xf5\x02\x74\x65\x65\xb1\x7d\x49\xb2\x2d\x3c\xf3\xaa\x2c\xe3\x22\xc3\x15\xb0\x49\xf2\x4c\x7c\x10\xe7\x49\x96\xe6\xab\x40\x44\x02\xb3\xe5\xa9\x89\x55\x55\xb1\x05\x0a\x08\xd4\x71\xad\x41\x3c\xb6\x13\xad\xeb\x7b\xcd\x2f\xcb\x4f\x96\x35\xbd\xd8\x16\xdb\x2d\x5c\x96\x79\xb7\x8e\xe9\x09\x88\xdd\x18\xb9\xa3\x21\x71\xbb\x36\x9b\xe2\x7a\x82\xaf\x6a\x31\xe8\x6e\x92\xdf\xe9\x3b\x86\x77\x8f\xef\xdc\xbd\xa5\xdd\x1d\x3f\x64\x8a\x0d\x27\x85\x7c\x4c\xb3\xec\x43\xbe\xb1\x89\x44\x53\xa0\x96\xc5\xf6\x9c\xbd\xe7\x02\xb1\xc9\x45\x72\x65\xaa\xf7\x5b\x89\x8b\xdc\x59\xd6\x9c\x42\xf5\x61\x97\x1d\x58\x17\x81\x7f\x00\x55\x83\xde\xf9\xde\xb1\xde\xff\xbd\x34\x8f\x8e\x35\xd5\xeb\xaa\xf0\x7e\x33\xd8\x7a\xb6\x6d\x6f\x0e\xfd\xa9\xff\x3e\x53\x6e\x85\x37\x59\x91\x9a\x71\x1d\x31\xb0\xb7\x4c\x3b\xee\x66\x17\xa8\xd6\x2f\x34\x8c\x63\x82\x4e\x47\x58\x7e\x4a\xbb\x12\xa6\xe9\xe1\x42\xd4\x4d\x1d\x01\xf4\x52\x54\xa3\x94\xa5\x37\x88\x3f\x0d\x44\x6d\x9c\x22\xd2\x9e\x2f\x5e\xbc\xd8\xb6\x8b\xf7\xc6\x0d\xd2\xb4\x94\x91\x6e\x4e\x03\x29\xc8\x32\x61\xd3\xab\x60\x9f\x9a\xd5\x8a\xea\x9e\xe7\x49\x64\xd9\xe6\xd8\xb1\x61\xba\xae\x3d\xc7\x14\x2f\x52\x53\xc5\x11\x69\x03\xc2\x8f\x95\x27\xea\xe2\x46\xe0\xe0\x7d\x22\x8e\xb9\x56\x8e\x3a\x01\x8d\xac\x95\x11\x46\x54\x14\xa6\xf3\x27\x13\xed\xe5\x3f\x72\xa4\x7c\xa5\xf6\xa8\xc5\xfb\xc5\xd3\xc7\x1d\x17\x45\x73\xaf\x1c\x3b\x11\x5b\xd2\x1d\xb7\x38\x57\x77\xc1\xbe\xf7\x89\xa7\x75\x0b\xff\xea\x5c\x2f\xec\xc7\x15\xc4\xa4\x02\x00\xb0\x31\x85\xb2\xba\xbd\x56\x70\x3d\xbd\xbf\xc0\x15\xdc\x25\x40\xd5\x5d\x2b\x1c\xd5\x1d\x54\xc1\x33\xcc\x75\xe6\x1d\x33\x24\xae\xba\x45\x21\x00\xb8\xc3\x1e\x83\x4c\xba\x70\x70\xba\xfb\x9d\x0d\xb8\x93\xb9\x2a\xcb\x5d\x17\x17\xd3\x39\x1d\xff\xd1\xc5\x9a\x02\xc7\x63\xec\x71\xbe\xa8\xe4\x31\x5d\x65\x1b\xb6\x03\x1c\x65\x6b\xbc\x37\x94\x7b\xe0\x80\x29\x7f\xfe\xff\xc1\x2b\x54\x28\x2b\x69\x1e\xa1\x7f\x79\x96\xbe\x92\x66\x50\xd1\x57\x39\x1a\xff\x3f\xc0\x91\xf4\xff\xcd\xfe\xa0\xad\x7e\xb7\x9c\x42\x3d\x24\x6e\x43\x8e\x62\x22\xcb\x6b\xd0\x0e\x9c\xc2\xaa\xb5\x33\x62\x89\x16\x93\x8b\xb4\xf4\xdd\x25\x26\xf6\x95\x15\xde\x01\xd4\x56\x00\xed\x3f\x27\x0e\xd0\xff\x1b\x54\x01\x51\x4d\xa4\x62\x7a\x21\xb3\x41\x1f\x9d\xb4\x5f\x0b\xb6\x4a\xa3\x9f\x4c\x7f\x5c\x46\x09\xb8\x8b\xb9\xf5\xd4\x10\x4a\xd0\xad\xa7\x06\xbb\x77\x2b\x38\xca\x0a\xe7\x32\x76\xca\x15\xe6\x01\xc6\xd0\x2d\x3e\xaf\x83\x6c\x8d\x72\x50\xbc\xd2\xa1\xbe\x28\x4a\xa2\xfb\x70\x6c\xc0\xc6\x5f\x40\x92\xb0\x09\x72\x97\xb9\x50\x05\x9e\x5a\x8e\x20\x1b\x3b\x20\x59\xc2\xaf\xa0\x7c\xfd\xed\x0a\x57\xed\xb0\x13\x2c\x00\x5e\x69\xe5\x1b\xf8\x1b\x9f\x44\xf4\x8b\xcb\xa1\x63\x24\x5a\x74\x0e\xee\x5b\xf2\x8a\x2c\xeb\xe8\xfb\x06\x9d\xe2\x7d\xb1\xab\xb3\x34\x27\x10\x9e\xe4\xa4\x2a\xb2\x34\x39\xf1\xfa\x2b\x2b\x82\xff\x8d\x2c\xe7\xc2\xa5\x32\xbd\x7c\x7e\x5e\x06\x24\x44\x57\xdc\x5f\x27\xf5\xfd\xd9\xad\x49\x37\x7b\x27\xd2\xc1\xc2\x9e\x4f\xcd\xc9\x66\x33\xcc\xd2\xaa\x7e\x69\x4d\x30\xc7\xaf\xe9\x80\xd2\xe8\xf8\x88\x83\x38\x41\xdc\x91\x98\xf7\x8d\x91\xf0\xde\xf4\xde\x5d\x64\xe9\x16\x62\xb7\xf9\xfe\xad\x4d\xda\xbe\xbf\xe7\x13\x09\x7a\xd1\x68\xeb\x56\x94\xf6\xb7\x2d\xfd\x6a\x63\x8c\xfe\x9f\x3c\x7e\x4b\x3a\x63\x8a\x3d\xca\x44\x73\x88\x71\xe4\x50\x7e\xce\xff\xa9\x45\xc1\x62\x8e\xd1\x4d\xd3\xa0\x62\xde\xc9\x41\x54\x71\xa6\x99\x76\x46\xaf\xb1\x5c\x93\x79\xd0\x8f\x16\x99\xb1\x48\x27\xe3\x46\x31\x9e\xd9\xad\x52\xc9\x7c\x9a\x23\xa1\x19\x8a\x66\x9f\xd0\x5e\x27\xb3\x6f\x9d\x9e\xde\x75\xb1\x8d\xc6\xcd\xdc\x7a\x57\x9b\xdd\x8f\x8c\x1b\x54\xce\x2d\x36\x3b\xbb\xb5\x94\x31\xb2\xa6\xe3\x1b\xce\xd8\x11\xdf\x75\x84\x25\x52\x91\x5f\x38\x59\x0f\x45\x42\x33\xd7\x8e\x8e\xd9\xad\xa6\xab\x5d\xd4\x41\x1e\xa2\x2c\xb0\x7d\xd4\x2c\xcc\x7b\x00\x96\xb5\x7d\xd4\x68\x99\x01\xb7\xe1\x76\x45\xfb\xeb\xf2\x55\x93\xc1\x4a\x65\x8c\x33\xc3\x45\xbe\x4d\x8e\xd2\x45\x7e\xeb\x74\x91\x6f\xd0\x62\xba\x87\x0e\x98\x5d\x03\x83\xf1\x4d\x7c\xf3\xd2\x40\x2e\x52\x68\xff\xd7\x65\xbc\x1d\x94\xe4\x8a\x94\x15\xf1\x9a\x68\xdf\x84\x73\x75\x74\xf2\x59\x82\x33\x05\x22\x1d\x42\x6c\xc6\x93\x78\x57\x17\xae\x11\x74\xf9\xd4\x6b\x01\x6d\x7e\x06\x98\xbe\xf4\xb2\xc8\x12\x7d\xa5\x58\x88\x1e\xb5\x54\x68\xe1\xfb\x7b\x33\xce\x93\x08\xaa\xa4\x48\x79\x8e\x0d\xe2\x1d\x81\x65\x02\x5f\x64\xfe\x9a\x6c\xef\xc2\xce\xa8\x50\x23\x11\x58\x8b\x07\x83\x1a\xf1\x08\x51\xa3\x06\x59\x17\x8c\x68\x59\x23\x87\xc1\x47\x74\x8a\x9c\xe6\x1c\xd1\xec\x06\xed\xd5\x01\x18\x79\x9c\x39\x9f\x78\xfd\x65\xdf\xdb\x54\x27\x24\xa6\x13\x3f\x47\x0e\xc5\x91\x56\xa7\x99\xde\x55\xe7\x89\xd7\x5f\xeb\x95\x76\x3b\x1f\x72\x89\xd1\x15\x6b\xd2\x11\x5a\x80\x47\xe4\x1b\x77\x44\xe4\x7b\x60\x44\xe4\xcb\xd7\x87\x43\x90\xaf\x55\x10\x80\x05\xb7\xb4\x4b\xd6\x78\x36\x47\xdb\xbf\xc5\x6c\x4d\x58\x46\xb6\x61\x40\x8a\xa2\x96\x97\x82\x76\x76\xc2\x8c\x61\x4e\x95\xf6\x03\x0f\xc6\x2c\x83\x09\x9a\x7c\x7e\x20\x1c\x96\x30\xc3\x11\xf3\x0e\x2a\x88\x96\x15\x8e\xa3\xce\xc7\x78\xe4\xfb\xcc\x1e\x1e\x1e\x98\xe9\xbd\xcc\xf7\x7b\x84\x19\x37\x11\x30\xca\x61\xcd\x41\xe0\x5d\x69\xb2\x44\x37\xcf\xbd\xeb\x0f\xea\xb6\x19\x0a\x52\xd1\xb0\x45\x0b\x17\xc5\x53\x72\xbe\x2e\xae\xf3\x40\xda\x01\x6b\x66\x52\xc5\xb6\xcb\x46\x4a\xde\xe0\xde\x13\xa0\x40\x90\xfd\x02\x00\x96\xef\xee\x93\xf2\x73\x72\x16\xa1\xbd\x63\x37\x3c\xd1\x3b\x48\x9f\x76\xa4\x47\x1d\xe9\x83\x31\x02\xcb\xb5\xb4\xfa\x25\xce\xd2\xe4\xd4\x51\x84\x75\xd4\x35\x43\x69\xc8\x46\xc0\x46\x0f\x85\xcf\xf2\x65\x31\xac\x8a\x5d\xb9\x20\x8c\x24\x9c\xbd\x47\x8e\x8f\x98\x35\x30\xfb\xa8\x44\x85\x34\x13\xa0\xa5\xd8\x54\xc4\x78\xcf\xab\x92\x43\x72\x54\xad\xd5\x13\x95\xcd\xc4\xac\x28\x88\x43\x66\x6b\x5c\x0c\xd7\xe0\x32\x68\xac\x8b\xef\x3b\x93\xdd\x8b\x84\xca\xb0\x71\x90\x60\xf7\x06\x70\xee\x17\x63\x6b\x38\x6d\xd3\xee\xa2\x22\x76\x67\x11\x46\x65\x74\xa9\xca\xc7\x78\x14\xba\x1b\xcc\x99\x0d\x35\x0b\x29\xc0\x95\x4a\xc0\x85\x82\x70\x5a\x0e\xc6\x51\x39\x78\x80\x58\x53\x62\x48\xef\x38\x97\xa7\x2d\xe9\x73\x29\x5d\xee\x1c\x89\x41\x6f\xc4\xdc\x38\x4e\x28\xe1\xc0\x4e\xed\xda\x78\x9d\x33\x78\x7f\xde\x62\x76\xe0\x79\x9e\x84\x9a\x45\x66\x5a\x3d\xbf\x22\x79\xfd\x96\xeb\xce\x82\x3a\x9c\xb4\xca\x07\x7b\x5a\xeb\xab\x62\xc1\xe2\xa9\xa5\x70\xf8\x35\x5d\xf3\x60\xb8\x96\x73\x7b\x7e\x82\x14\x40\x07\x53\x07\x5a\xa0\x1c\xc9\x3a\xaa\x51\x79\x6c\x15\x53\x3c\x42\x31\x1e\xa1\x0a\x97\xc3\x65\x59\xfc\x49\xe4\xdb\xf3\x2e\xaf\x5f\x94\xc5\x06\x66\xf6\x70\x18\xa1\xac\xab\xc4\xf3\x3c\xa1\xf9\x3b\x5c\x4d\x76\xd2\x73\x60\x90\xf5\xc7\x93\x5d\xbf\xcf\xb7\xaa\xc6\xf0\x4d\x58\xf2\x05\x76\xe7\x0e\xff\xd8\x91\x92\x07\x50\x28\xca\x27\x59\x16\x78\xff\xd7\x42\xee\x27\x3a\x33\x9f\xbc\xfe\x2e\xe4\xa8\x06\x0b\xda\xcc\x0e\x63\x5c\x85\x29\x5e\x0c\x8b\xe5\xb2\x22\x35\x15\x29\x50\x6c\xfe\x24\x78\xa1\x1c\x7d\x12\x1c\xe8\x99\xfd\x34\xfc\xef\x07\x93\xf6\x62\xcf\x76\x83\xf1\x1c\xef\x8b\x32\x5d\xa5\xf9\xaf\x51\x8a\x40\x56\xfc\x35\x8a\x11\xc9\x93\x5f\xa3\x44\x6a\x41\xf8\x10\xde\x93\x65\x44\x1a\x14\xe3\x84\x36\x87\xac\x0e\xed\xc0\x1f\x58\x4c\x12\x23\xc5\x56\x83\x47\x9a\x33\x2a\x73\xb6\x0c\xee\x80\x47\x4e\x11\x87\x89\xe7\xb2\x94\x58\x24\x70\x15\x15\x67\x44\xe7\xb2\x15\x98\x0c\x3a\x16\xae\x03\xaf\x7d\x48\xa5\x33\x46\x8b\xae\x03\x81\x37\x78\xf4\x3c\xf0\xfd\xe5\x3a\xa8\x51\xe1\xd8\x90\xb3\x72\x3e\x64\xf3\xd4\x91\x49\xe7\x2e\xe4\x1e\x18\x13\xb1\x4d\xcd\x9d\x63\x44\x57\x4e\xd6\x10\x51\xf9\xc8\xce\xc9\x70\x75\xc7\x8e\xd9\x75\x95\xe0\x3b\x66\x81\x33\x94\x60\x01\x36\x32\xd8\xa1\x2d\x1e\x8c\xe9\x44\xac\x3b\x87\xb9\xe0\x23\x99\x6e\xf1\x22\xda\x74\x16\x4b\xc4\x6c\xd0\x82\x49\x74\xf7\xc4\xba\xa8\xb0\xec\x8f\xe7\x47\xa7\xbc\x3f\x3e\x3a\xe9\x34\x5b\x74\xb6\xec\x8f\x23\x57\x99\xc1\x1d\x4d\x0c\x8e\x37\x31\x10\x4d\xf8\x7e\xb0\xc5\xe5\x60\x1c\x86\x68\x30\xc6\x18\x6f\x65\x4c\x83\x25\xce\xd0\x1a\x27\x93\xe5\xa3\xf5\x44\xb8\x17\xbf\x8e\xeb\xf5\x70\x41\xd2\x2c\x08\xd6\xfd\x65\xf8\xdf\x0f\x80\xde\xbb\xbb\xb1\x39\xd6\x89\x8d\x20\xae\xfd\x16\x6f\x26\x97\x25\x89\x3f\x37\xdd\x0b\xb8\x99\x0f\xf9\xce\x0e\xa7\x6b\xbc\x39\xb2\x86\x5a\x49\xdf\x0f\x96\x78\x13\x36\x5b\x8c\xdd\x82\xcd\xe1\xd0\x99\xd5\x1f\x4f\xef\x5e\x7e\xc7\x71\x18\x95\x0c\x24\x66\x7b\xf4\xc0\x54\xd2\xb5\xc6\x86\x5c\xc4\xb4\x9d\x0f\xdb\xcc\x0a\x99\x91\xe7\x98\xec\xeb\xe8\x22\xde\xf2\x83\xb1\xd4\x5e\xa5\x40\xad\xdd\xe6\x65\x2c\xca\x96\x26\x2f\xdd\x6f\xa3\xc7\xb3\x62\x8e\x32\x9c\xd3\x85\xae\x45\x05\x0c\x11\x9f\x0f\x01\xed\x2c\xbf\x03\x61\xff\x3d\xe4\x9a\xf5\xf8\x32\x23\x1d\x41\x92\xe0\x6d\xac\xe2\x6f\x63\x15\xd3\xc7\xb7\x2c\x60\x98\xc9\x24\x37\x13\x73\x5a\x9f\xf5\xc6\xd2\x0e\x6c\xb5\x16\xc1\x93\x68\x6d\x03\x78\xd7\xf5\xa2\x02\x15\xf9\xd3\x6c\x57\x32\x10\x35\x98\x21\xfa\xd3\x8c\xca\xc4\x0c\x0d\x21\x13\x15\x8f\x24\xfb\x19\x4f\xb5\x0c\xf6\x98\xab\x25\x3c\xcf\x13\x24\xee\xf0\x2c\xf9\x4c\xbe\x27\xcc\x71\xe6\xfb\x99\x3e\xe9\xf4\x8c\x43\x75\x18\xa2\x22\x7f\x56\xec\x2e\x33\xa2\x41\xbb\x41\x75\x5a\x2a\x8f\x1d\x82\x8a\x50\xc4\x93\xff\xdf\xf2\x04\x92\xaf\x38\xd0\x2f\x92\xb4\x9f\x60\x95\x4f\x06\x7f\x67\x67\xf8\x2b\x2c\x6c\x95\xf6\x46\x14\xdc\xed\xa4\x20\x03\x4b\x31\xaf\xb8\x15\xa9\x9f\xd4\x75\x99\x5e\xee\x6a\x12\xb4\x57\x36\x44\x05\x7e\xb3\xdb\x5c\x82\x28\x09\xa7\xa8\x49\xd2\xa9\x22\xe9\x92\x92\x74\x39\xe1\xc8\xac\xb5\xed\xf9\x10\xe4\xc3\x8a\xd4\x70\x0f\x06\x58\x61\x9b\xcc\xa3\xbd\xb6\x8e\x51\xc1\xed\xb2\x5e\xa7\x39\x98\xb5\x46\xe9\xac\x98\xdb\xb6\xae\x48\xc8\x2a\x44\x5c\x4f\x9b\xc6\xe5\xb9\x81\x1c\x5e\x17\xad\x89\xb2\xdc\xbc\x95\x13\x0a\x6c\x4c\x70\x42\x71\x6d\xce\x12\xc3\x73\x2e\xd0\xe3\xa4\xf0\xfd\x5e\x49\x17\x86\x77\xa7\x47\x45\x2e\xde\x49\xca\xec\xd4\x04\x88\x4f\x58\xa4\x41\xd5\x95\x9f\xc8\x6d\xc7\x8a\x7d\x49\x47\x14\xef\x41\x31\x4e\xe5\x62\x19\xa1\xea\x93\x35\x04\xa5\x4f\xe5\xed\x80\x55\xc7\x5e\x71\xee\x49\x1c\x20\x02\xd3\x31\x87\x5c\xae\xe5\xa4\xb2\x80\x9c\x82\xa5\x8a\x37\x9f\x09\x19\x5e\xaf\xd3\xc5\x1a\x63\xfc\x21\x9f\xde\x49\x0e\xd2\xaa\xf3\x9e\xeb\x19\xa9\xea\x7f\xcb\xa7\xdb\xb6\x68\x39\x1d\x47\x83\xb1\x56\xea\xd7\x1c\x0e\xef\x76\xb9\xc1\x38\x1a\xb3\x68\x1b\x84\x81\xa6\xfd\x44\x6e\x0f\x87\x60\xfb\x7f\xf0\x78\x44\x8f\x8a\xe3\xfd\x16\x68\x7e\x2c\x18\xaa\x4e\xc2\xc5\xd0\x4c\xe8\x6f\x9b\xb0\x09\xd1\xce\xf7\x77\x01\x15\x9d\x50\xbb\x00\x4a\xee\x4f\xcf\x70\x01\xd5\xe7\xf8\x4b\xf7\x5c\x62\xef\x39\x90\xe7\xac\x3d\xf7\x25\x3b\x4c\xb0\x37\x4a\x32\xc7\xf6\x18\xd1\x02\x29\x08\xba\x2d\xb1\xba\xb7\x9e\x71\xb2\x3e\x85\x90\xa6\x09\xc0\x0d\xdb\x54\x1b\xe3\xe2\x08\x9d\x1f\x3d\x60\x15\x3c\x1d\xf3\x2d\xa5\x72\x5c\xcd\xf1\x50\xd5\x46\xce\xd4\x46\x06\xcc\xb7\x6a\x66\x9c\x3c\x00\xb6\x8c\x52\x36\x24\xc0\x7a\x60\x5f\x0e\xe4\x77\x93\x16\xa5\xf9\x7e\xb0\xc3\x83\x5d\x88\xd2\x76\x6d\x99\x4d\x0b\x3b\x64\x94\x10\x4e\xe4\xd6\x0c\xf3\x38\x16\xe6\x31\x6c\x39\xa9\x75\x4e\x84\xc9\xa2\xba\x37\x25\x52\xdc\x6b\xdc\x84\xad\x55\x76\xc6\xe4\xd0\x9d\xf9\xc4\x3a\x95\x6a\x9d\x0a\xba\x4e\x05\xe0\x26\x77\xad\x7a\x7c\x74\x0d\xbf\xa6\xe7\x28\xf5\xfd\x34\x28\x67\xb1\xb5\x90\x63\x31\xa6\x0b\x38\x5f\x85\x79\xc6\x93\x2c\xeb\x3e\x99\x1d\x85\x51\x8d\x7b\xa2\xcb\x60\xc9\x21\xed\x3c\x26\xe6\x51\xa0\x67\x45\x35\xdd\x60\xbe\x4f\x82\x5a\xf7\x0c\x6c\xbb\x01\xb2\x8a\xf1\xf1\xc1\x1a\x35\x2b\xf7\x44\x3d\xd9\x32\x32\xe9\xf5\x5a\xb2\x86\xee\x12\x2a\xc2\x47\x19\x1f\x05\xba\x52\x58\x6a\x38\xf1\x5e\xd3\x8b\x46\x83\xb1\xa1\xa9\xe4\x9a\xc0\x34\xc1\xab\x22\x10\xf8\x4b\xdd\x72\xb8\x50\x86\xe9\x86\x45\x30\x19\xe5\x3a\x50\xc6\x87\xd1\x5e\x8f\x6a\x65\x18\xf7\x35\x02\x46\xf0\x5d\x7a\x43\xb2\xea\x45\x01\xae\xb1\x72\x4a\x5c\x99\xcd\x71\x5f\xcb\x7b\x5a\x5a\xb7\x04\xb7\x76\x0c\xba\x7f\x2c\xa5\xa1\x92\xec\x3c\x27\x7a\x61\xf1\xe4\xd0\x77\x38\x62\x5d\x74\x96\xbd\x87\x51\xd4\x11\xd3\xaa\x56\x65\x9f\xc9\x6d\xbb\x2a\x2e\xb9\x84\xb6\x15\x97\xa9\xbd\x90\xbd\xae\x34\xe3\x31\x16\x18\x04\x9b\xd6\x65\x47\xac\xc7\xec\x0e\xb9\x8d\xc8\x94\x07\xb4\x69\x44\x76\xcc\x64\xde\xb6\x28\xd6\x03\x41\x75\x8c\x68\xda\xeb\x1a\x90\x84\x36\x3c\xb2\x78\xff\x8b\xd3\x10\x75\xf7\xbb\xb3\x73\x5d\x56\xde\xed\x92\xba\xa3\x43\x0f\x63\xa2\xe2\x2d\x75\xbe\x9d\xb0\x67\x20\x67\x29\x8d\x75\x3c\xc6\x23\x3b\x6c\x44\x25\x23\x5e\x2b\xe5\x73\xd1\xb6\xbd\x75\x1c\x38\x93\x7c\x76\x67\xb7\xe6\x3c\x76\x4f\xd9\x51\x54\xeb\xdb\x9c\x87\xf7\x71\x16\xbc\x8b\x1f\xf2\xe8\x57\x2e\x1e\x4d\x27\xd0\x4a\xe2\x33\xd5\x7d\x8c\x74\xd5\xd5\x7c\x95\x3f\xc0\x7f\x96\x4a\x6c\x6a\xff\x32\x97\x80\x63\x5e\xef\x86\xe5\x3a\xca\x35\xe1\xc3\x88\xd9\x95\xac\x01\xee\x4e\x73\xe8\x43\xb1\xfe\xeb\x45\x51\x5e\x88\xbb\x36\xd8\xd5\x56\xcc\x7a\x13\x55\x56\x29\x75\x95\x17\x41\xc9\x33\x00\x50\xe0\xa9\x60\x5b\x94\x66\x69\x7d\x8b\x76\xce\x2f\x53\x21\xfd\xa0\x05\xae\x0d\x78\xbe\xa4\x15\x08\x64\xdb\x11\x17\x61\xa9\xb9\x45\xbb\xdc\xea\xd7\x6a\xe4\xcb\x7b\xb8\xd5\x2f\xd1\x86\x0e\x81\xc5\x02\x58\xc9\xd1\x88\x78\xef\x57\xb8\x96\x61\xda\xeb\xce\xd0\xec\x97\x98\x5b\x21\xbf\x21\x55\x9d\xe6\xab\x67\x64\x5b\xaf\xd1\x27\x5c\xdb\x01\xdb\xeb\xa1\x88\x00\xae\xcd\xd5\x0d\xae\xb5\xf0\xd7\xd7\x6c\x49\xd9\x75\xf8\x33\xbe\x36\x85\x11\x74\x8e\xaf\x9d\x17\xe4\xe7\x50\x92\x5f\x90\xcf\xc4\x67\x4a\x0e\x7a\x86\xb3\x1e\xc6\xf9\x1a\xac\x18\xd0\x05\xce\x30\xfc\x62\x8a\x32\xf4\x1e\x9f\x62\x8c\x9f\x2d\x39\x24\x23\x7a\x87\x8f\x9e\x0a\xe8\x35\x7e\xe7\xfb\xef\x8e\x28\xea\xa7\xc7\x32\xa3\x11\x7a\x73\xa4\x82\xe7\x79\xd2\xf5\xf9\xf3\x3c\x89\x46\xed\x40\x08\x8b\x75\xb0\x51\x91\xe2\x4d\x91\xef\xb3\xc3\x90\xd8\x1c\x7c\xcb\x82\xb8\xd7\x3b\xf7\xfd\xe7\x4a\x9a\x7e\x6e\xcb\x9a\x67\x48\xbd\xbb\xf2\x2a\x2f\x34\x6d\xe0\x0d\x0f\x32\xf0\xaa\x1d\x64\xe0\x09\xfe\xc4\x83\x0c\xbc\xc0\x97\x8f\x47\x86\x6f\xce\x42\x09\xd7\x8a\x3a\x30\xc6\x2f\x96\xc2\xa0\x04\x3d\xc5\xe3\x7e\xf0\x6c\x3a\x8e\x46\x61\x3f\x78\x01\xff\xa2\xb7\xf4\x92\x7f\xd5\x89\xc3\xfc\x31\xe5\x51\xe4\x99\x99\x96\xe1\x9d\x9f\x6a\x9d\x7e\xc5\x3c\xb4\x5d\x60\xcd\xba\xe5\x08\x22\xea\x51\xac\x75\x58\x23\x2d\xde\x58\xd4\x92\xc4\x68\xea\xd1\x00\xf4\x02\x75\x20\x91\xa6\x65\x79\xaa\x21\x6e\x34\xe8\xd9\x74\x76\x44\x13\xec\x7d\xfa\x24\xe3\xeb\x1b\x03\xd3\x2c\xd8\x5d\xd1\x05\x58\xcc\xb8\xa4\xef\x59\xf0\x33\x42\x29\x7c\x21\x83\x30\x19\x72\xac\xd2\x68\xba\xdd\xf2\xd7\xb6\x07\xf7\xab\xa1\x5e\x3f\x4a\x93\xee\xa6\xbb\x9c\xb8\x99\x01\x5b\xd5\xed\x8c\x5d\xac\xc1\x21\xd8\xae\xd8\x5a\xf7\x15\x43\x27\x10\xa0\x27\xd3\x2a\xda\xb9\x35\xe3\x17\x22\xe8\x83\x42\x53\xe8\x8d\x14\xfc\xc2\x67\x03\x7e\x81\xf6\x50\x82\x34\xf4\x2e\xcc\x25\x80\xc9\xef\xe0\x9f\xd1\xad\x89\x4f\xf2\x49\x03\x6c\x78\xdf\xfc\x07\x3c\x4f\x2b\xdf\xef\x5d\x1c\x77\xb9\xd1\x88\xe9\x95\xf4\xba\xe9\x5c\x2f\x7d\xa8\xb6\xdf\x8d\xfd\x22\xd1\xa0\x2a\x8c\x76\xbe\xff\xbf\xd8\x81\x1d\x7b\x12\x98\xc3\x7f\xd1\x8b\xae\xe7\x95\xf6\x1e\x02\xe9\xe0\x39\xf3\x67\x2f\x5b\xde\xf3\x6d\x1d\x81\x93\xa8\x46\x26\x31\xc6\x2d\x37\xf9\xde\x99\x7b\x47\xd9\xdd\x7c\x62\x75\xd1\x70\x3d\x51\x9e\xcc\x6f\xa7\xc2\x97\xf9\x15\x59\xd6\xaf\x09\x44\x79\x60\x09\x60\x47\x4a\x53\x8e\xf8\xd7\x1f\x99\xda\x06\xc5\x21\x9b\xca\xd6\xd7\x4f\x97\x68\xaf\x09\x38\xd1\x82\x0f\x69\x55\xa6\x09\xc7\x62\xa3\x87\x5a\x74\x09\x10\x1b\xc5\x70\x13\x6f\x35\x1f\x5b\x19\xfa\x3f\xc5\xbd\xde\x3b\xdf\x0f\xf2\xc7\xf8\xb5\xef\xab\x10\x92\x83\x37\x82\xe1\xcf\x68\x76\x7a\x38\xe4\xba\x05\xc4\x9b\x90\xb9\x01\xb3\xdd\xc6\x95\x0d\x41\xde\x1e\xe4\x6e\x2d\x14\xb9\x51\xcd\x62\x6f\x54\x91\x14\x87\x54\x18\x12\x5d\x91\xfa\xb4\x9f\x23\xe1\x1a\x17\x11\x4a\x8d\x48\x73\x6a\x8c\x52\x64\x1a\x40\xd1\x22\x66\x0a\x32\xe5\x61\x5a\xc0\x4c\x41\x86\x24\x18\x25\xc8\x21\x07\x46\x5b\x74\x4c\xac\x23\xf7\x08\xc0\x24\x9d\xb6\x23\x72\xdc\x80\x0d\xe3\xdc\x0e\x3f\x24\xea\xb7\xe3\x45\x19\x6c\xac\x61\x0e\xce\x5a\x07\x9e\xa5\x57\x29\xd8\xa0\x85\xf3\x26\x0c\xd1\x3b\xf6\x8c\xf4\x46\xde\xa5\xcd\xf5\x12\xcb\x19\xa2\xe7\xed\xc8\x02\x67\xd5\xb1\x20\x32\x06\xd5\x32\xe1\xe6\xed\x15\x29\xb3\xf8\xd6\x79\x46\x9b\x4a\x6c\x24\x23\xf8\x3a\x0a\x7c\xd8\x36\x2d\x25\x03\xec\xee\xd6\x15\x45\x79\x83\xf2\xc8\x86\x01\x57\x1a\x99\x12\x85\x34\x81\xd1\xe2\x1e\x12\x71\xe4\xf2\xba\x5b\x91\x00\xdc\x92\xe9\x3d\xbd\x3b\xf9\x27\x6f\x8d\x30\x9f\x27\x56\x2e\x54\x78\x38\xd4\xbe\xcf\xdf\x3c\xea\x90\xc5\x15\xd1\x6c\xcd\xe4\x33\x4e\xbb\x73\x4e\xc5\x04\x6e\x39\xfa\xda\xbe\xc5\x63\xdb\xb7\x18\x82\xab\x42\xd6\xe8\x88\x7b\x71\x6f\x7c\xcc\x99\x78\x64\x3a\x13\x1b\x6e\xc1\xb6\x1f\x31\x5b\x20\x87\x79\xaf\x70\x2a\xd6\x6f\xff\x9a\x53\xb1\xc3\xd7\x98\x12\x9c\xe1\x6c\x4c\x13\x6c\x6f\xe3\x23\x26\x14\xed\xd9\xe2\x37\x6d\x97\x12\xf5\x31\x1e\xb5\x6a\x76\x99\x46\xde\x49\x22\xe6\xfd\x4f\x22\xa1\x1b\x57\x36\xe9\xfe\xcb\xe4\x28\x7a\xa5\x62\x0c\xf8\xd9\x92\x5f\x2a\x5a\x1e\xc9\xba\x91\x47\x5b\x01\xd1\x31\x22\xa9\x85\x70\x1b\x84\x08\xed\x82\x69\x13\xd2\x5d\xa3\xdb\x58\x04\xac\xd9\x85\x2e\xa2\x43\x3f\x6d\x13\xb8\xb3\x3f\x96\xa9\x2b\xb7\x04\x78\x53\x24\xa4\x9a\x81\xc1\xd1\x6d\x46\x04\x0a\x3a\xae\x91\x91\x3f\x6a\xe5\xb7\x56\xd3\x30\xfd\x74\x2b\x31\x3b\x0d\xeb\x6a\xdc\x59\xa0\xcb\xb2\x6e\xa2\xbf\x90\x3d\xae\xc1\xd0\x4e\x7b\xfc\x7e\x54\x0f\xc1\x11\x42\x25\xfd\xf6\xb8\x1e\xd6\xc5\x56\x4b\x78\x54\x0f\x99\xd7\x04\xb7\x90\x3b\x79\xbe\xe4\x3e\x8a\xf6\x2e\x70\x9c\x11\x8e\x57\x26\x87\xce\x2f\xc7\x81\xa5\x1b\x0c\x67\x64\x0e\x2f\x8d\x52\xd8\x66\xf5\x09\x9a\x2d\xa6\x85\x78\x43\x02\x34\x34\x75\xb0\x13\x21\x68\xb7\xec\x81\xc2\xa8\x23\xa3\xb3\x26\xb7\x4b\xbe\x20\x98\xae\xb1\xe9\x37\x65\xc3\xe9\x5a\x3f\x57\x8f\xc7\xbe\xd5\xef\x83\x82\xda\x7f\x22\xb7\xba\x84\x5c\xcb\x6d\x00\x27\x37\x95\xab\xbd\x96\x11\x2c\x69\x8b\x9b\xbc\x6a\x26\xc7\x6d\xe9\x96\xce\x6b\x8e\xcb\x6c\x34\xc7\x7c\x79\x3b\x1b\x55\xc8\xaf\x5d\xd6\x48\x0e\x13\x24\xe2\x90\xe2\xed\xfe\xe5\x7a\xe4\x31\xee\x50\xbc\x8e\xb7\xe4\xbc\xc8\x52\x2a\xe1\x3a\x44\x5c\xc7\x64\xbd\x4a\x73\xd6\xf7\x96\x25\xd5\x97\xf4\xd6\x35\x70\xe9\xaa\xdc\xb4\x4e\xf3\xb6\xfd\x52\x37\xc2\x86\x78\x69\xcd\xa5\x7a\xf0\xc9\xae\x2e\xc4\x4b\x79\x09\x50\x4f\xb0\x39\x26\x10\xf6\x37\xb0\x4c\x78\x60\x7f\x10\x47\x07\xac\xc7\xa9\xf6\x41\xd1\xeb\xb9\x9e\xbc\x0c\x15\x4e\xe7\x13\xe2\x44\x29\xf5\xcc\x2c\xed\xf5\xc0\xd2\x76\xcb\x7b\x35\xdf\x4d\x1c\xe4\x8d\x09\x3a\x7b\x87\xd2\x35\xca\xd7\x52\x51\xe4\xd4\x25\x45\x9a\x26\xc9\x06\x04\xb5\xa3\x06\x28\x70\xd0\xe5\x9a\x61\x91\xa1\x42\x05\x33\x99\xd6\x8f\x30\x1d\xf9\x63\x5c\x44\xf5\x63\xf8\xf3\x11\x2e\x14\x24\xe8\x7a\x2d\xf0\xcb\xd4\x17\x8f\x71\x1e\xd1\xcf\x54\xa9\x8d\xa3\xd4\x23\x5a\xea\xb1\x5e\x6a\xb5\x66\xd0\x49\xed\xd0\xb2\x74\x59\xae\xc0\x3b\x7c\xeb\xf6\x0e\x47\x05\x2a\xc1\xe7\x9b\xa9\x70\x63\x03\x67\xb0\xc2\xd6\x52\x70\x77\x6f\x53\x19\xc8\xdd\xbe\xb9\x62\x35\x69\xbd\x54\x00\x46\xa8\x75\x0b\x30\x22\xbb\xfe\xb8\x8c\xb6\x68\x8d\x53\xdb\xa3\x7b\x83\x53\xe9\xd1\xbd\xc2\x29\xf7\xe8\xbe\xc2\x0c\x78\x38\x0d\xd1\xad\xdb\xa3\x7b\x7d\x0f\x8f\xee\xf5\x5d\x1e\xdd\x6b\xdb\xa3\xdb\xf0\xcf\xde\x38\xfd\xb3\x2f\xb1\x06\xcc\x6f\x38\xd9\xb1\xd4\x93\xd1\xf0\x9b\xea\x24\x4b\x73\x12\xd3\xcb\xfa\x27\x0c\x4e\xd4\xa6\x5f\xf5\x15\x53\x32\xae\xb8\x63\xf5\xbe\x0b\x2b\x59\x79\x40\xdf\x0e\x9d\x23\x70\xfa\xe3\x6e\x84\x69\x0f\x77\xe6\x74\xc1\x1e\x2a\x40\x64\x0d\x3a\xf9\xdb\x07\x4e\x28\x64\xcd\x43\x95\xab\xde\x0c\xcc\xe6\xa7\xcc\x23\xd2\x1b\x6f\x55\xda\x45\xb1\x8d\xbc\xf1\x77\x34\x85\xf9\x2d\x6a\x85\xa4\x67\x3a\x9b\x7d\x7e\x2e\xb7\x41\x1c\x77\x15\xe1\xef\x25\xc2\xe9\xd9\xe1\xf0\xe9\x73\xb7\xeb\xa1\xd7\xbf\x62\x12\xea\x5c\x5b\x1f\x56\x84\x65\x6a\x28\xf2\x7d\x4f\x2b\xcf\xaf\xc1\x73\xdc\xf2\xc8\x86\x40\xd6\x95\xef\x5f\xd9\xfb\x83\x25\x59\x1b\x24\x96\x50\x98\xbc\x62\xb4\x97\x93\x6c\xb8\x8a\x07\x39\xf8\x4e\xcd\xbc\xe1\xa6\x1a\xbc\x88\x2f\xcb\x74\x31\x18\xa4\xd5\x0b\x7a\x9a\x70\x75\xdf\x89\x1f\xc1\xe1\xe2\x99\x83\xc9\x85\xfb\xea\xc7\x32\xde\x6e\x49\xc9\xa3\x06\x9b\x0e\xec\xcb\x0e\x07\xf6\xa5\xc3\x81\x5d\x8f\x78\x32\xfb\x84\xae\x0c\x15\xf1\xde\x45\x5b\x6d\x40\xcb\x16\xd0\x77\x37\x7e\xa7\x81\x9d\x09\x53\xab\x8d\x6e\x8e\x1c\xba\x35\xf0\x40\xbf\x7f\x03\x5d\x00\xa1\xd2\x93\x78\x65\xf9\x7c\x6b\xe3\x31\x81\x3d\x59\xe0\xd5\x6f\xbe\x43\x0b\x93\x15\xa8\x50\x0e\xce\xc8\x07\x36\x76\xa8\xfc\xee\x15\x9d\x77\x52\x76\x04\x38\x70\x15\x86\xb0\x06\x6c\x4a\xb4\x98\x35\xc7\x02\x2e\xac\x9d\x01\x17\xd6\x5f\x13\x70\xc1\xfd\x91\x0a\xb8\xc0\x3b\xc6\xa2\xc9\x38\xa3\x2d\x68\x81\x63\x66\x57\x9a\x4d\xb8\x31\x00\x3f\x8a\x06\x9b\xe2\x4f\x26\x49\x0d\xd2\x3c\x67\x93\xc8\x56\x62\xd4\x20\xcf\xf7\x22\x15\xd5\xc2\x08\x54\xd1\x34\x9d\x6c\xd3\x45\xb7\x82\xbb\x90\x6b\x16\x9b\x86\x78\xca\x93\x9b\xf9\x77\xb7\xdd\xd5\xd7\x36\xa0\xbc\x8e\x15\x6b\x80\xc2\xfe\x29\xb4\x16\x8c\x6c\xc6\xdf\xe9\xac\xaa\xc0\x7b\x2f\x8a\x97\x35\x5f\x29\x46\x9a\xff\xf4\xbc\x7f\x1e\x71\x36\x97\x7d\xe3\x15\x9a\x47\x81\x7e\x4a\xc9\x48\x0a\xdc\x43\xdd\x7b\x38\xfa\x2f\x8f\x2e\x2b\xcc\xa9\x68\xf7\x12\x71\x62\x91\x09\x0d\x2a\x66\x9e\x0f\x6c\x50\xb1\xb2\xbe\xe8\xe8\x1c\xcf\x2e\xd1\x9e\x32\xfe\x75\x9c\xd0\x39\x19\x9d\x8c\x4e\x1e\x42\x80\x81\x72\x75\x19\x07\x23\x74\xc2\xff\x3f\xfc\x36\xf4\x9a\x39\x2a\x42\x49\xad\x32\x10\x90\x5e\x33\xb2\x8c\xff\xf7\x12\x9c\xff\x64\xf0\x3d\x0b\x4f\xa0\x39\x03\xc8\x6c\xc1\x66\xc0\x81\x7f\x30\xfe\xae\xb1\x23\x2f\x51\xda\x32\xf5\xdd\xcc\xf1\x7d\x59\x94\x9b\xb7\x60\x92\x09\x33\x72\x42\x67\xc5\x38\xad\x65\xa9\x93\xe1\x58\x3b\xae\x93\xe9\x8c\x76\x5b\xc9\x35\xaa\xba\xc8\x2b\x0b\x90\x4b\x47\x09\x59\xd1\x41\x47\x5a\xde\xb2\x0c\xd2\x70\x2a\x4a\x0c\x7e\x60\x65\xe4\x27\x3f\x88\x6f\x90\x7e\xe6\x44\xe6\x11\x84\x0c\x05\x65\xb4\xf0\xfd\xbd\x8b\x42\x78\x20\x02\x46\x28\x3c\x0a\x81\x22\x18\x17\xa1\x6b\x64\x0b\xab\xf7\xe0\xe1\x43\x74\xa2\xfe\x33\x0a\x8d\xa3\xb5\xa4\xc7\x53\x39\xfb\x17\x99\xe3\x2c\xd8\x77\xd1\x7c\x83\xf6\xcb\xa2\x5c\x10\xc6\xbb\x9e\x24\x94\xf5\x0a\xe6\xf9\xba\x7a\x99\xae\xd6\x94\x0b\x97\x71\x55\x1b\x79\x4d\x88\xca\xd0\x19\x33\xc1\x15\x28\x6a\x76\x35\x74\x24\x77\x6e\xfc\x2b\x25\xe2\xab\xa8\x19\x8e\x19\x94\x93\xc5\x77\xf8\x0f\x7c\x9b\xfd\xc0\x0f\x81\xf7\x71\x92\xee\x2a\xb6\x95\x0c\x02\x7c\x08\xb3\xfe\xcd\xb7\x1a\xb3\x90\x81\xb2\x04\x0f\x50\x27\x89\x2e\xeb\x6c\x8c\x28\x3c\x66\x40\x1c\x90\xb9\x9a\x39\x6a\xdf\x8c\x8d\x09\x50\xf7\xe5\x7b\x05\x83\x29\xb6\xd1\xe0\xc1\xf7\x8c\x5a\x06\xdf\x0d\x1f\xea\x87\xa0\x15\x4e\x43\x1e\x72\x46\x1f\x8f\x8d\x51\xeb\xad\x8a\xce\xa5\x75\x56\x26\xde\xab\xaf\xf7\xe5\xc4\x54\x3e\x6d\xf3\x43\xab\xdb\xae\x3e\xda\x31\x74\xba\xce\x0b\xd9\xa5\xa6\x3b\x32\x06\x7f\x9d\x6f\x42\x74\xbb\x76\x9a\xb9\x2b\x9d\x14\x19\x96\xc5\xf5\xa9\xd2\xe5\x14\xed\x3b\x52\xaa\x1b\xab\xfd\xb8\x8c\x0a\x16\x8a\xab\x26\x1b\x76\x31\x13\x2e\xf0\x1c\xca\xdd\xb8\xa3\x09\xcd\x16\x15\x82\xb4\x5b\xda\x8a\xd4\xa7\x24\xcb\x7e\x89\xb3\x1d\xf9\x89\xb0\x08\x5d\x0a\x69\x81\x64\xea\xae\x56\x3d\xbd\xe5\xdf\x2d\x31\x19\x12\x90\x30\x98\x71\xe4\x93\x3c\x65\x76\x09\x15\x04\xe8\x02\x38\x78\x3a\xec\xb3\x04\x6d\x70\x39\xdc\x55\x3c\x62\xc6\x0a\x6f\x84\x02\xf1\x70\x08\xe4\xdf\x78\x4f\xa7\x8f\x15\x3c\xe5\x50\xaa\x81\x13\xf9\x9e\xc7\x99\x14\x33\x23\x3b\xdd\xbe\xa3\x8a\x21\xb0\x99\xa0\x13\xb4\x33\x26\x68\x81\xbd\x5d\x9e\x90\x65\x9a\x93\xc4\xc3\x18\xd7\xb7\x5b\x52\x2c\x4f\x5a\xb1\xf3\xa7\x1e\x84\xa7\x71\x04\xd5\x4f\x5b\x81\x73\xd2\xe3\x41\xf5\xd3\xce\xa0\xfa\x60\xc8\xf5\x99\xdc\xf6\x15\x8c\x44\x31\xf5\x06\x5e\xbf\x88\x3c\xaf\xd3\x46\x45\xd3\x43\x25\xf0\xcc\x4d\x0f\x50\x31\xf5\xd3\xb5\x11\xf3\xdd\xcc\xf3\xca\xe2\x9a\xbf\x0f\xeb\x6f\xab\x4c\x77\x55\x92\x38\x29\xf2\xec\x96\x45\xc2\xd6\x9d\xf5\x74\x83\x2b\x88\xb6\xbe\xcb\xea\x94\x6e\x0d\xdf\xcf\xf5\x9f\xc8\x68\x8d\x65\xca\x9f\x28\x87\x69\x40\xda\xc4\xb0\x14\x7e\x3d\x61\x3f\x3e\xe4\x5b\x16\x3f\x2e\x0e\x4d\x70\x83\x45\x07\x00\x81\x86\x82\xcf\xc6\x62\x15\xd2\x11\x08\x50\x15\x64\x68\x87\x6a\x88\x87\x3c\xcb\x51\x8a\xd6\xf3\xbb\x66\x59\x4d\x44\x3e\x5c\xd2\x6d\x51\xdd\xd5\x0f\xd8\x3c\x95\x87\x1c\x9a\xcf\x06\xd5\xd6\xd3\xb5\x46\xe3\x2b\x52\x4b\xba\x36\x02\x28\x2c\x20\x7e\x02\xa8\xca\x3f\x93\xdb\x93\x34\x3f\xd9\xfa\x7e\xfb\xb5\x67\x3b\x83\xfc\x79\x73\x38\xa8\x6d\x70\x38\xec\x0e\x87\xcb\x35\x65\x20\x13\x6b\x7f\xfb\x7e\x90\xe2\x3a\x0d\xec\x6d\x9f\x86\x21\x92\x99\xf0\x93\x63\xc0\xac\x78\x03\x68\x83\x97\xbe\x5f\x4c\x8b\x20\x46\x15\x22\xa1\x20\xb8\x5b\xdc\x1b\x8b\xd9\x94\xf4\xbc\xf1\x7d\xf9\xf7\xda\xf7\x37\xec\x9f\xe0\x16\xf7\x46\x21\x12\x35\xe2\x0d\x4a\x19\x3a\x54\x14\x23\x05\x12\x55\x21\xc5\xca\xa2\x4c\xa0\x32\x10\xa4\xb3\x80\x68\xa3\xd1\xea\x2d\x27\x29\xc9\x97\x44\xd7\xc4\x08\xa3\xb2\x09\xe1\x41\x56\x29\xec\x2e\x5b\x6a\x35\xdf\xcf\xa7\x4e\x7c\x61\xdf\xaf\x59\xfc\x57\x92\x25\xb4\xbd\x29\x99\x69\xbf\xe6\x91\xe7\xc9\xf0\x42\xcc\xf1\x31\xd7\x06\x9f\x1f\x0e\x41\x8e\x3d\x2f\x44\xde\x65\x51\x64\x24\xce\x35\xf6\x93\x4f\xf3\x61\x5d\x9c\xd7\x25\x84\x93\x8e\xf2\x26\x20\x28\xe7\x9e\xa8\xb4\xf1\x4f\x3c\xf6\xd1\x29\xc4\x3e\xba\xf9\x0f\x41\xf6\xd1\xa9\x7b\x4d\xe2\x6a\x57\x92\xb2\x9d\x0b\x37\x85\x7f\x17\x39\x71\x61\xfd\xdd\xad\x0f\xbe\x5e\x0b\x8f\xa7\x70\xb2\x2b\xe8\xf8\xb8\x82\x57\x6a\x81\x41\x9d\x1b\x1e\x0e\xba\x43\x8c\x99\xc9\x94\xbb\xf7\x0a\xa8\x24\x42\xc7\x08\x25\xb2\x28\xab\xfc\x56\x51\x8a\x4b\x19\x9f\xf6\x39\xb3\x94\x8f\x71\x09\x67\xc5\x84\x4c\x53\x09\x1b\x5d\x53\x5e\x26\xfc\xc9\xb7\xf0\xf0\xa5\x40\xa5\xf4\x52\x41\x4c\x79\x4b\x24\xd2\x00\xf5\xd3\xf7\x8d\x9f\x50\x04\x15\x4c\x8f\x6d\x7a\xfe\xc8\xb0\x5c\x30\xc8\x7b\x78\xfb\x58\x73\x73\xbd\x0e\xea\x50\xb8\xed\xb1\x55\x04\x8b\x12\x69\x92\x26\x1b\xe8\x8d\x1b\xe4\x1e\x8e\xe7\x39\xfc\x5c\x56\xa4\x7e\x46\xca\xf4\x8a\x24\xd0\xd0\x8b\xb2\xd8\x58\xf6\x03\x30\xe3\xfc\x33\xed\xfd\xbf\xdd\x41\x12\x76\x9a\x9c\xdf\xc7\x75\x06\x9e\x9c\x2d\xeb\x97\x5c\x7f\x85\x66\xd0\x65\xf4\xd4\x2f\x41\x16\x10\x95\x4e\x0c\x07\x8c\x96\xe7\x85\x3b\x8a\xf1\xd7\x44\x2b\x7e\x5f\x5c\x3b\xdc\x2b\x90\x78\xf7\xd0\x7c\x6a\xf2\xe3\xbe\x3e\xa5\xef\x17\xba\xf7\x00\x1f\x08\x15\x93\x48\x82\x7b\x23\x54\x42\xde\x17\x3a\xb0\x68\xaf\x87\xcc\x64\xba\xf5\x4a\xc4\x27\x2f\xd7\x26\x0f\x8c\xe1\x5b\x74\x25\x71\xad\xb9\x63\x81\xe0\xda\xe0\xe8\x9d\x2a\x08\x41\xab\x8c\xcc\x3e\x12\x83\x1f\xca\x98\x49\x87\xc3\x91\xa5\xfa\xbb\xc1\x08\x8e\xe0\x02\x7c\x09\xfd\xfc\x9d\x51\xb0\xdd\x74\xc5\xbc\x16\xc1\x35\x40\xf7\x98\xd1\xf9\xb8\xf9\xb2\x1f\xe3\xee\x12\x9d\x41\x73\x40\x00\x9b\x50\x36\xc6\x3f\x79\x56\xe4\x24\x88\xf9\x64\xd9\xae\x96\x6d\xd6\xd3\x84\x4d\x01\x8e\xb2\x3d\x37\x35\xff\x15\x32\xef\x70\x54\x71\x32\x0e\x20\xed\x1c\xf8\x82\xf6\xd9\x24\x87\x63\x9d\x39\xb9\x1d\x47\x72\xf8\x9b\x21\x2f\x8e\x7b\xb2\x54\xeb\x62\x97\x25\xf2\x89\xb1\xb5\x99\x39\xa6\xb7\xf9\xec\xff\x9e\x24\xbb\x05\x49\xde\x17\xd7\x4c\xde\x21\xa5\x10\x08\x80\xf9\x1a\x81\xf8\x5d\xa7\xaf\x76\x77\xa4\x22\x8b\xf6\xf3\x70\xe8\xed\x0a\xad\x35\x44\xc2\x46\x19\x4c\x7d\x0d\xf0\xa4\xbc\x52\xe4\xda\x6d\xd8\xf0\xc4\x39\x65\x9e\x38\xa4\x7d\x4a\x3b\xef\xbe\x70\xd1\x63\x31\x0b\x96\x59\xcc\xac\x71\xde\x42\x9c\x2a\x03\x76\x72\xfa\x20\x5a\xc0\xdd\x56\x5a\x3b\xc2\x3b\xc6\x31\x80\x49\x78\xf9\xd8\xc2\x1d\xb7\xcb\xa9\x65\xe3\xbe\x69\xaf\x5a\xb7\xea\x2b\xc7\xdd\xfb\xb6\x65\x49\x75\xc9\xae\xd3\xcc\xdd\xe7\x93\xea\xda\xe5\x74\x14\x5d\xa2\x53\xa7\x9d\x15\xba\x61\x55\xbf\x2f\xae\x65\x7c\x7f\x74\x6d\xa4\x69\x70\x0b\xe8\xb3\x23\x07\x8c\xe7\xd1\x39\x28\x11\x7e\x2c\x53\x4a\x48\xe8\xb9\x68\x8c\x69\x4e\x55\xd5\x67\x5a\x2f\xe8\x70\x54\xe0\xf0\x67\xac\xf7\xec\x26\xf4\xa4\x42\x17\xc6\x19\xfd\x9e\x56\xaf\x79\x33\xbd\xeb\xd6\x2a\xbc\xc6\x6c\xaf\xc7\x8b\x1a\xbd\x91\x2f\xd3\xaf\x14\x1e\xe9\x93\x96\x8e\xe2\x05\x26\x0e\xef\xa2\xa7\x36\x10\xe9\x5b\x35\xa7\x4f\x0f\x87\xa7\xe8\x65\x5b\xe9\xf2\xa7\xa8\x09\x7d\xc4\xdc\xb2\x92\x8a\xbf\x2c\xf3\x03\x26\x0a\xdd\xf3\x77\x2c\xc5\xfc\x0f\xbe\xff\x01\xfd\xa2\x1f\xb1\x3f\xe2\x5f\xda\xa7\x27\xfa\x09\xff\xa2\x4b\xa5\x7f\xe0\xce\x3d\x89\xfe\x8d\xff\xd0\x75\x3a\x3f\xab\xc6\xfe\xed\xfb\xff\x46\xbf\x69\xd9\x8c\x7c\xe2\x0c\xfd\x43\x15\xfa\xcd\xf7\x7f\x43\xbf\xe2\x74\xda\x0b\x7a\xa9\x06\xcd\x2e\xff\x0e\xe2\x50\xde\xe1\xfe\x85\x7f\x9a\x2a\x43\x39\x53\x3a\x3c\x1c\x3c\xc0\x22\x64\xe9\x5e\xe4\x79\x88\x10\x7c\x33\xbd\x09\x62\xf9\x7d\x4d\xf0\xf5\xf4\x5a\x4b\xc8\x09\xfe\x3c\xfd\xac\x25\x14\x04\xf7\x7a\x17\xbe\x7f\x31\x94\xee\x0f\x74\xbf\xd0\xbb\x64\xe8\xfb\xbd\xdf\x51\x49\xf0\xad\xe9\x71\x81\x52\x82\x6f\x7b\xd2\x78\xd0\xf7\x4f\x7b\x9a\xf1\x20\x8a\xe5\x07\x34\x57\xd8\xc2\xfe\x8c\x2a\x82\xff\x9c\x56\x83\x3f\x59\xdc\x2c\x1e\x88\x4a\x74\x23\xa3\x99\x7f\x0e\x99\x59\x39\x4f\xdb\x11\xfc\x71\xfa\x71\xd8\xe1\x50\xd3\x76\xa4\x12\xa2\xae\x95\x1e\xa2\x4f\xeb\xe0\x95\xf0\xb0\x7a\xa3\x5f\x62\x7f\xd6\x7d\x3e\x4a\x62\x38\x84\xfc\x03\x39\x37\x53\x74\x86\x5a\x4b\x11\xfd\x4b\x37\x19\x42\x7c\x87\x44\xaf\x91\x7b\x1b\x45\xef\x6c\x83\xec\x97\x48\xd0\x6e\xf4\xbb\x8c\xaf\x4b\xf0\x5e\x53\xe6\x44\xf6\xb0\x0c\x4d\x8f\xa6\xd8\x71\x15\x54\x5a\x1f\xda\x70\xbb\x04\x68\x82\xcc\x9b\xba\xb3\x8c\xcc\x46\x9a\xa6\xc8\x59\x52\xc0\x0e\x68\x3a\x24\x77\x41\xa9\x61\x62\xda\x9c\x76\x21\x96\xde\x4c\xc4\x71\xf7\xc9\xd0\xce\x1e\x0e\xfb\x06\x2d\xe8\x35\xd5\x95\x8b\x17\x84\x4d\x66\x42\xf0\xb3\xe9\xcb\x2c\x78\x86\x6e\xd7\x61\x74\xbb\x46\x5b\x75\x6d\x16\x1a\xa6\x84\xa0\xbd\xf1\x75\xe4\xa8\x11\x69\x4a\xd5\x68\xd7\xf7\x06\x5c\x7f\x87\x0c\xae\x17\x3d\xe1\x17\xbf\x2a\x2a\xd0\x71\x3d\xca\xcf\xbc\xe4\xb9\xdc\x14\x51\x90\x12\xd3\x49\xae\x7d\x90\x45\x1b\x64\x1c\x63\xd1\x0a\x59\x87\x58\x74\x75\x7f\xea\x6b\x42\xb4\x34\x42\x22\x94\x45\x46\xa6\xd6\x6f\xe6\x82\xc7\x77\x5d\x5c\xa6\x31\x95\x81\xd5\xf9\x75\xc6\xc2\x45\x28\xbd\x1b\x47\xaf\x85\x4c\x8f\xeb\xac\x08\xde\x09\xe7\x9f\xcb\xe2\xc6\xeb\x07\xc5\xb0\x2a\x36\xc4\x54\xc0\x09\xc3\x7b\xa2\x13\x6e\x13\x86\x53\xef\xc4\xeb\x6b\x53\x1e\x79\x5e\x88\x36\x04\x9f\x4f\xf7\x4d\x24\x80\x7b\xc9\x15\xc9\xbc\xe8\x85\xef\xbf\xe8\x8f\xa5\xfb\x17\xcb\xdb\x16\x55\x9a\x57\xa4\xf6\xa2\x4a\x18\x24\x56\xa4\x86\xc7\xb6\x28\x23\x9d\xb8\xb7\x1f\x53\x94\x05\x7b\xb7\x2f\x50\x83\x7e\x37\x84\xb0\x0f\x85\x53\x9d\xf4\xeb\x74\xef\xc2\x8e\xfd\x55\xc3\x8e\xfd\xb5\x89\xf6\x0d\xfa\x88\x36\xf0\xf6\x22\x18\xde\x8e\xb8\x3d\x16\x5d\x8e\x8e\xf2\x40\x64\x9a\xce\x25\x31\x1d\x95\x88\xf8\x2d\x38\x8d\x17\xfd\x6e\x4d\x90\x01\x37\x5c\x73\x02\x70\x2e\x75\x94\x1b\x46\x92\xf6\x96\xd5\xd0\x72\xe5\xd9\x29\xac\x2b\xab\x56\x46\x5d\xec\x16\xeb\x41\x9a\x5f\x15\x9f\x89\x66\xaa\xa9\x0a\x38\x7b\xac\x30\x6d\x55\xc5\x4c\x6f\x5e\x5c\xf3\x14\x85\x7e\x4e\xa6\x55\x3f\x89\x8c\x4f\x3b\xf5\xc5\x9e\x50\x74\x4b\x83\xac\x4f\x8d\x24\x17\x0e\xef\x13\xc5\x04\xc5\x59\x56\x5c\x83\xf9\xcf\xfb\xa2\xa8\x21\x58\x18\xaa\x1d\xc1\xfe\xb8\x23\x16\x33\x53\xd5\xb6\x84\x4b\x21\xad\x60\xae\x94\xbf\x9c\x6b\xfe\x1b\x54\x13\xee\xba\x95\x92\xb6\x77\x8d\x61\xeb\xab\xbd\x2b\xb4\x26\x7e\xb5\xe2\x3e\x6d\x47\x16\x13\x76\x2b\xe5\x2c\x0d\x5a\x02\x4a\xee\x6e\x6a\x6c\x62\x31\xad\x95\xe2\x68\x86\xec\x1c\xdd\x5a\xc7\xaa\x41\x96\xcf\x1d\x3e\xad\xbb\xe9\x5a\xe2\x69\xab\xf3\xb9\x20\xda\xc1\x7a\x57\x7f\x91\x3a\xec\x85\x2f\xa6\xe9\x23\xde\xe5\xcc\xb9\x36\x6d\x4b\xdf\xba\x0c\x8f\x6d\xef\xb8\xf7\x1d\xde\x71\x2f\x06\xc1\xfd\x1c\xa4\xd9\xaa\x03\xaf\x6f\x42\x14\xfb\xfe\x96\xa0\x1f\x1d\xcb\xca\x49\xc9\x45\x38\xe6\x03\x91\xeb\xa0\x15\xfa\x85\x96\x7c\x04\xb9\xa1\x06\xd6\xad\x97\x6e\x1b\x6a\xff\xc5\x63\x92\x1f\x8b\xb3\x1f\xb9\x10\x3e\x77\x9d\x8f\x77\x1e\x89\x7d\xe1\x5d\xe6\x3e\x1b\x5b\x67\xa1\xd3\x7e\xdc\x98\x4e\x97\xf3\x75\xc7\x5e\x28\xae\x48\xc9\xc9\x16\x12\x28\x43\xf8\xf9\xc8\xee\x6a\x59\x8c\x6f\xd8\xe4\xd2\x2e\xde\x61\x29\xae\x5d\xc4\x41\xb6\x0d\xac\xeb\x78\x38\x23\xf3\x70\x52\x0c\x05\xaf\xc2\x23\xf0\xc6\xbc\x61\x3f\x7e\x80\xff\x09\x0d\x48\xd1\x8a\xd1\x78\xa7\xc2\x68\xcf\x9c\xb7\x88\x78\xeb\x29\x90\xa1\x74\x8a\xea\xc6\xd6\x1f\x5b\xce\x74\x42\xc7\x69\xbe\x43\x61\x50\xb7\x07\x04\xf7\xc6\x21\xd2\x3c\xec\x84\x23\x85\x3c\xca\x5c\xde\x75\xb5\x74\x68\xe7\xde\x75\xc4\x61\x90\xaf\x29\x0a\xee\x13\x1a\xb4\x58\x23\x98\xde\x76\x55\x4e\x5d\xdf\xfd\x55\x5b\x4a\x1b\x52\xb4\xf4\x26\xc2\xb8\x18\xf4\x4e\xaf\xe3\x6d\x44\x86\x4c\x05\x75\x51\xbc\x27\xab\xb4\xaa\x49\x89\x2c\x07\xbb\xbc\x03\xbc\x33\x57\xde\x75\x85\xb8\x46\x4a\x97\x3a\x9e\x22\x1d\xde\x98\x29\x57\x31\x3c\x06\xc8\x79\xa7\x23\x1d\xfb\xdc\x70\xa2\x2b\xe4\xdb\x4b\xa2\xfb\xd0\x89\x64\xe1\x3f\xd7\x65\xa9\x0f\x1a\x31\x0d\x19\xcd\x9c\x3a\x15\xa4\x8b\xcf\x9a\x26\x42\x2b\x0a\x2a\x34\x3a\x29\x04\x9d\x14\xc3\xb4\x82\x8a\xa4\x43\x43\x1e\x86\xc8\xbe\xa2\x47\x06\x1d\xde\x55\x1f\x7c\xd2\x41\x95\xf0\xd2\x57\x84\x61\x03\x4f\x85\x9f\xc1\xc4\xff\xe6\x98\x89\x3f\x8a\x51\x85\x76\x68\x81\x12\xb4\x45\x4b\xb4\x46\x1b\xd0\x53\x31\xe5\xca\x95\x69\x41\x72\x0b\x4f\x89\xfc\x4c\x04\xb5\x54\xeb\x36\x8a\x3e\x61\x32\xd4\x8e\x5c\x50\x4f\x71\x7f\x42\x01\xa0\x75\xd3\xa9\x2b\xba\xd6\x54\x3c\x9f\x0d\xbd\xe0\x79\x5b\x25\xf3\x5c\x69\x6d\xce\xa7\x3f\x2e\xa3\x73\x50\x42\x75\x28\x8f\x9e\xe9\x2a\x9a\x0b\xbc\x92\x0e\x04\xef\xf1\x8a\x3b\x10\xbc\xc3\x17\xc2\x9a\x56\x18\x06\xbd\xc6\x17\xcc\xd4\x0a\xbd\x51\x99\xca\x9e\xf7\x95\x4a\xe4\xc6\xba\xe8\x89\x95\x84\x5e\xa8\x84\x67\x71\xf9\x19\x3d\x55\xbf\x7f\xde\xc5\x35\x29\x73\xe6\x25\x80\xde\xe2\x95\xed\xe8\xf0\x12\xbf\x65\x6c\x86\x01\xf6\xa0\x3f\xf1\xdb\x61\x96\xe6\x9f\xb9\x25\x2e\xfa\x88\xcf\xeb\xe0\x97\x25\x5a\x85\xe8\x03\xde\x73\x2b\x78\xee\xa9\x4d\xf7\xe9\x3b\xc4\xd3\x5e\x93\x3a\x86\x94\x37\x22\x45\x59\xe8\x46\xaf\x45\x1a\x54\xab\x7d\xfe\xc2\xc8\x90\x75\xbc\x33\x92\xb5\x8a\x5e\x49\x31\xcc\xa8\x44\x24\x6a\x15\x88\x24\xed\xe3\x27\xea\xe3\x56\x37\x8c\x1c\x47\x35\x76\x47\x9e\x22\x98\x35\xa3\x0e\x48\xd1\xbe\x65\xf3\xaa\xb7\xcf\xbe\xb1\xab\x6a\xd0\xef\x78\xb6\xa8\x83\x15\x15\xbb\x2a\x52\x47\x83\x31\xb7\xd6\x63\x16\xd8\x2f\x91\x01\x8d\xf7\x1a\xad\x35\x3b\x46\x6e\x44\x56\x17\xdb\xe8\x01\xb7\xbb\x7c\x20\x4c\xd7\x1e\x30\x3b\xbb\x07\x4d\x13\xa2\x8f\xfa\x2e\xe3\xa6\xd9\x1f\x86\xf6\xc4\xe9\x16\x6c\x2a\x57\x73\x45\xe9\xf6\x9b\x78\x6d\x39\x42\x78\x7e\x74\x49\x96\x45\x49\xbc\xc8\x69\x30\x6a\x63\x5c\x81\x69\xe0\x58\x18\xd5\x8d\x95\xf9\x1d\xb7\x2c\x15\x36\xa5\xc2\x56\xd9\x13\x96\xfb\xcc\xab\x43\xef\x49\x23\x50\xb7\x3e\xc2\x86\xee\x7b\x27\x8f\x4f\x86\x5e\x3f\x5e\xc2\xcd\x6d\x2e\xa0\x0c\xff\x44\x6d\xf7\x87\x7f\x11\x99\xed\xbd\x4c\x57\xeb\x8c\xb6\x4a\x67\xc6\x03\x47\x07\xcd\xb9\xc3\x9b\xe3\xbd\x73\xb6\xac\xf5\x45\xf6\x5c\x1b\x24\x66\x99\x64\x37\xa8\x60\x5d\xd0\x0d\x5c\x65\x3f\x5c\x06\xb1\x6a\x98\xdd\x1d\x2f\x8f\x4e\x46\xa7\xc1\x6c\x57\x6d\x21\x58\x69\x43\x8d\x9a\x06\x43\x36\x6f\x8d\x54\x6d\x11\xbd\xf7\x29\xed\x7d\x7a\x74\xba\x53\xda\x8e\x98\x72\xe9\x78\x62\x4c\xb9\xb5\xc3\xf4\x06\x62\xda\x40\xec\x9a\x1e\xfe\x99\x6b\x05\x00\xe4\xa6\x3a\xd2\x2b\xc3\xbf\xe2\xf1\x49\x2c\xbd\x1c\xec\xde\x37\x0d\xaa\x42\xd5\x01\xf7\x3c\x59\x2c\x44\xef\xc9\x8e\xf6\x64\x77\x74\x7e\x76\x50\xff\x11\x6a\x69\x50\x0c\xd3\xc7\x6c\xa6\x2d\xab\x69\x8d\xa8\x3a\xea\xff\x5a\x4b\x6a\xdd\x97\x22\xee\x9e\x9f\x50\x5b\xd8\x8e\x1d\xe5\x62\x97\x1c\x2e\xef\x17\x3c\xfb\x08\x16\xf1\xc0\x0c\x3e\xe4\xac\x4d\x86\xfe\xd9\x76\xd1\xb2\xbd\xb8\x9a\x39\xfa\x11\xef\x37\x69\xce\x5d\xcc\xfe\x58\x0a\x99\x00\x96\x09\x4e\x55\xe5\xef\xf1\xd3\x5d\x45\x35\xf7\x32\x23\x5b\x80\x65\x72\x0b\x4c\xcb\x35\xed\x3e\x45\xc1\xc0\xfb\x79\x07\x74\xe2\x1f\xf6\xa9\x01\x6c\x1e\x74\xdd\x5f\xe2\x84\xd2\x01\xf5\x68\x0c\xb9\x94\x63\x75\xb9\xed\xb9\xdc\xf3\xee\x8f\xb3\x68\xce\x5e\x79\x8f\x69\xeb\x2e\x73\x64\xbe\xf4\xdd\xb5\xa0\xc7\xd3\xc9\xe3\x13\x0e\x3c\x11\xed\xc5\x95\x92\x3b\x27\x36\x0d\x5a\xcc\xbc\x59\x4b\x27\x8a\xff\x59\x97\x3b\xf2\xcf\xb9\x37\xc7\x47\xce\xeb\x37\xd6\x79\xdd\x84\x68\x11\x36\xe8\xca\x04\x87\x4c\xe8\x0e\x4f\x5c\x0e\x0d\xff\xb9\xad\x99\x84\x0d\xba\xf6\xfd\x9f\xd0\x33\xcd\xc9\x6d\xf8\xb0\x99\x9b\x8e\xa0\x1f\x99\x86\xf3\x1f\x64\xb8\x8c\x13\x72\x96\x7f\x3b\x1a\xa1\x4b\xc4\x85\x58\xee\x1d\x7a\xea\xfb\x1f\x6d\xa9\x9b\xcd\xc9\x31\xd1\x85\xb2\x87\x6e\x11\xe2\x95\x29\x7e\xb4\xe4\x48\x79\x94\x5a\x32\x67\x87\xb3\x9f\xed\x71\xda\x41\xd1\x2e\xea\xd5\x1d\xf0\x9c\xbb\xc3\xb5\x0d\x5a\x48\xb7\xda\x6a\x6f\xe9\x6a\x6f\xf9\x69\x90\xa5\x15\xe8\x6f\x5e\xa4\x65\x55\x9f\xae\xd3\x2c\xe9\x7b\x27\x52\x5c\xd2\x7d\x3e\xb9\x4f\xe2\xb6\x5b\xea\x70\x0b\xca\xf6\x4c\x75\xca\x1c\x4b\xda\xaf\xe5\xd1\x53\xca\x2d\xba\xab\xaf\x8e\x8a\x58\x0d\x5a\x86\x7a\xff\x4f\xd8\x27\x6d\x97\xd8\xed\x7d\x3c\x4f\xef\xfa\x1a\xbc\x34\x61\x29\x61\xa2\x28\x19\x9c\xaf\xcb\x34\xff\x1c\x8d\x00\x3c\xf6\xc7\xb2\xb8\xa6\x1c\x7d\xcb\xb6\xe3\xef\xa8\x77\xeb\xfb\xbf\xd0\x2d\xf1\x23\xfa\x3c\x37\x5f\xf3\x4c\xff\xd5\xe7\x4e\x64\x5b\xee\x20\xe6\xf4\x78\x7d\xde\xe1\xf1\xda\x51\x93\xbe\x28\x6b\xba\x28\x6b\xe6\x08\xc7\xe6\xf7\x94\x0f\xd9\x68\x61\xd4\xa0\x75\xc8\x7a\x10\xfd\x61\x3d\x6f\x9e\xf9\xfe\x9f\x64\x58\x65\x69\x42\x28\x23\xa4\x7b\x18\xe9\x7a\x4f\xba\xc9\x0d\xad\xe9\xde\xe1\x58\xe3\xd8\x19\xc2\x57\x8c\x92\x6f\x34\xfb\x03\x69\xdd\x43\x37\x12\x96\x39\x1a\xe9\x5c\x7d\xcc\xbd\x95\x2e\x98\x84\xaf\xaf\x8a\xac\x0e\xbc\x00\x9d\xf7\x04\x7e\x2f\xe8\x00\xba\x95\x5b\xff\xd3\x94\x5f\x24\xe4\xa6\xe1\x0f\xae\xb3\x8f\xc2\x90\xde\x06\x4a\x76\x01\x1f\x37\x73\xe3\xad\x79\x66\x6c\x0a\xd4\xda\x13\x4a\x76\x93\x7e\x4c\xef\xdb\xb0\xc0\x94\xf3\xb7\x64\x63\xf3\x53\x07\xd0\xb0\x46\x10\x1b\x4a\x10\x9b\xa3\xd2\xe0\x26\x84\xae\xab\xf7\xf4\xd9\x1f\x68\x6f\x2e\x60\xb9\x89\x33\x0f\x5d\x17\x65\xf2\xb4\x24\xf1\xe7\xc8\x03\xe0\xae\x01\x4d\xb0\x4f\x67\x81\x4d\xce\x7d\xc7\xc5\x9e\xeb\xf6\x3f\x7a\x5f\x5c\xd3\x03\xe6\x7c\x8d\xdd\xef\x62\xe8\x79\x3b\x87\x6b\x90\xd1\x99\xeb\x23\x78\x2d\x43\xcf\xda\x59\x71\x96\xc9\x2f\x2f\xbe\xd2\x32\xbd\xcb\x24\x3d\x5d\xe5\x45\x49\xde\x90\x9b\xfa\x85\x1d\x34\x2d\x1f\x7e\x62\x78\xa5\x32\x37\x50\x60\x0d\x96\x3d\xed\x3d\x40\x94\x98\x1a\x95\xe9\xd9\x7c\x5f\xfe\x19\x84\x16\x3e\x03\xd3\xdd\xd5\x12\xea\x42\x46\xcd\x3f\x8d\xb7\xf5\xae\x74\x43\x9a\xb0\xf0\x78\x93\x74\x19\x24\xc5\x62\x07\xf1\x94\x98\x3b\xb5\x88\x05\x05\x58\x23\x69\xda\x91\x8d\xea\x10\x6c\xfd\xd2\x34\xa8\x05\x38\xb1\xd4\x54\x03\xc8\xdc\xa4\x06\x73\x3d\x23\x67\x02\xdf\xc0\x34\x55\x0a\xb9\xa7\x46\x67\xeb\x90\xce\x9e\x35\xb5\x41\xc8\x61\xe3\x6a\xfc\x34\x0f\x6a\x05\x29\xd2\x2a\xc7\x07\xfe\xc2\xad\x78\x97\xa3\x55\xf8\x2d\xda\x24\x97\x1c\x85\xb5\x2e\x33\xee\x25\x7e\x38\x40\x0a\x3d\x0a\x79\x0a\x03\xe5\xd5\xd1\x1b\x5e\x17\x09\x91\x90\xc1\xcc\x2e\xf2\x25\x2c\x3d\xf4\xc1\xf7\x53\x65\x1b\x24\xcc\x5c\xdb\xc3\x7e\xbe\x0e\x19\x96\xe2\x32\xcd\x13\xca\x64\xde\x17\x05\x25\x4b\x5a\x6d\x2f\xf6\xfd\x8a\x7d\x9a\xf1\xc6\xcf\x84\x36\x38\xa8\xc2\x89\x7a\x04\x91\x79\xe7\xdb\x38\x0f\xaa\xd0\xf7\x83\x72\x1a\x14\x94\x44\x4c\x95\x6f\x86\xda\x6a\xe0\x2c\x04\x60\x18\x31\x2d\x10\x75\x00\xe8\xe9\x6d\x7e\x51\xec\x16\x6b\xc0\xc0\x4b\x2b\xfe\x37\x54\xca\xe9\x31\x50\x3f\x02\x56\xc5\x27\xda\x22\x2b\x4a\xe9\x3e\x0c\x35\x48\x0f\xd1\xe0\xdb\x9c\x4f\x10\x2c\x18\xf4\x7a\x57\x2e\xe3\x05\x8b\x19\x14\x78\xec\x0e\x8f\xb2\x30\x6c\x9a\xa3\xdb\xc9\x8d\x1e\x26\xfd\x30\x5e\x17\x49\xba\x4c\x49\x59\x05\xdc\xfa\x45\x21\xc2\x32\xc6\xf0\x31\xad\xd7\xc5\xae\x16\xe5\xc4\x42\x17\x8a\x58\xca\xd6\xca\x14\x6c\x65\x60\x46\x24\x25\x3c\xe3\xea\xdc\xa0\xe0\x74\x5f\xb4\xe9\xde\xf7\x7b\xf6\xea\x17\xe8\xd9\x3a\x64\xfb\xa1\x74\xee\x8a\x82\x92\x47\x08\x1b\x60\xe2\xcc\x3e\xd3\xb3\x7b\x01\x6d\xb6\x64\x0d\x31\x7a\x7c\xb2\xab\x0b\xd6\xcb\xa0\x08\x39\x4d\x9f\xaf\xd3\x65\x6d\x92\xf9\x51\xc2\x3f\x1c\x6a\xd8\x99\x74\xad\x80\xdd\xca\x69\x07\x6f\x19\x93\x2a\xcb\x10\x59\xc4\x58\x86\x62\x0b\xc3\x08\xb8\xe5\x39\x9b\x30\xd5\xbd\xb7\xf9\x59\xbe\xdd\x89\xb0\x6e\x95\xef\x07\xde\x13\x0f\x82\xa1\xd6\xf1\xea\x4d\xbc\x21\x87\x83\xf7\xf4\xc3\xc5\xc5\xdb\x37\x76\xea\xd9\x9b\x77\x1f\x2e\x8c\x44\x81\x65\xda\x14\x94\x67\x14\x12\xe4\x09\xa8\x12\xde\x79\x5c\x4c\xd1\xa2\xdd\x91\x20\x32\x3b\x90\x95\x85\x16\xc4\xb5\xfc\xf0\x15\x9d\x1e\x86\x58\x7c\x21\x78\x8d\x34\x77\xac\x7d\xbf\x9e\xb8\x49\x53\xc0\x71\x96\x8a\xee\xd2\x16\xdd\x95\x21\xa0\x0b\x39\xa9\xae\x0c\x27\xe5\x7d\x19\x6d\x49\x69\x2e\xdc\xc7\xb0\xce\x22\xda\xaf\x88\x82\x4d\x7b\x23\xd7\x8a\x03\x45\x55\x2d\xce\x93\x86\x28\xb3\x59\x4e\x1a\xba\x08\xb4\x04\xfa\xa5\x8d\x05\x2d\xd2\x9b\x76\xec\xfe\x05\xfd\xc7\x43\x15\xca\xc2\x48\x47\x38\x62\xfd\x83\x74\x83\xa0\x34\xce\x04\x1c\xc5\xea\xc0\x51\x2b\x1b\xb6\x25\xac\x2f\xe0\x20\x92\xac\x35\x13\x6c\x0a\xbe\x90\xbd\xd0\xba\x50\x62\x8c\x53\x35\xa3\x47\x47\xa4\xbe\x62\xe4\x5d\x3a\xc9\xbb\x74\x91\xb7\x4c\x14\xd4\x5d\x52\xea\x2e\x25\x75\x6b\x61\x75\xef\x75\xfc\x71\xf8\x32\x66\x2f\xa0\x90\x19\x52\x5c\x68\x8f\x8c\x8c\x33\xc9\xb3\xcb\x71\x46\xc5\x5d\x54\x12\x53\x11\xc5\xc9\x33\xaa\x10\x95\x41\x3a\xe4\xa5\xab\x20\x9c\x55\x73\x54\x21\x32\xcc\x41\xd3\x04\xaf\xc2\xe1\xe1\xd0\x86\x70\x6b\xc4\x58\xdd\x21\xe6\x8e\x1c\xf5\x6c\x9c\xac\x2b\x89\x83\xab\xb3\xb1\x30\xe7\x26\xc6\xdb\x75\x76\x14\x50\x06\x28\x76\x69\xda\x1a\x69\x19\xba\xe4\x1c\x07\xbf\x87\xd3\xde\x99\x7e\x26\xce\x01\x2a\x73\x95\x06\xb7\x15\x24\x97\xda\x92\x90\x94\x88\xd8\x9c\x70\x70\xa3\x0e\xd6\xd6\x66\x3b\xc8\x75\xb4\x4a\xae\xe7\x02\x79\x3c\x76\xb0\x1a\x73\xee\x64\x52\x3a\x36\x27\xf8\x38\x2a\xf1\x2b\xd6\x7f\x9d\x66\x24\x2e\xa9\x90\xf0\xbc\x5a\xc4\x5b\x02\xdc\x02\x3c\x2a\x04\x6a\x20\x29\x98\xdb\xe3\x1d\xc7\x56\x08\xae\xf6\xe2\xa3\x5f\x72\x75\x6c\xb7\x96\x96\xe1\xe1\x75\x4a\x77\x95\xef\xef\x4c\xcb\x6f\xdf\xef\xa5\x76\x70\x40\x11\x1e\xb4\x38\x1c\x52\x2a\x15\xe9\x99\x54\x36\x72\xc4\xbe\x63\x77\xa4\x36\x9d\xc3\xbe\xf2\xfd\xcc\xf7\x61\x97\x88\x6a\x00\x40\x23\x08\x1f\x8f\x8e\x36\x35\xfe\xb2\xa6\x24\xd0\xbc\x63\x3f\x2c\x24\x52\x74\xd2\x22\xfa\x45\x88\xb6\xf6\x21\xb0\xf8\xa2\x8d\x20\xcf\xa7\x96\xa8\x42\xd7\x44\x9a\x1c\xf4\x30\xde\x0a\xd6\xda\x62\x25\x09\xda\x6a\x3c\xb5\x17\xf0\x05\xef\x31\x6c\x49\xf5\xeb\xc7\x5c\x31\x58\x7a\x18\x0b\x5e\xea\xfb\xde\x13\x3b\x81\x71\x5c\x3d\x51\xac\x6d\x0f\x10\xc8\xe9\x16\x5d\x70\xec\x45\x85\x64\x19\x6a\x96\x3d\xca\x3a\x69\xcb\x48\xd5\xde\xcb\x4e\xc8\xcc\x90\x47\xab\x15\x75\xfe\x98\x6b\xeb\xec\x38\x09\xe9\xd8\x3b\x97\xd5\xba\x34\x35\x1d\x2e\xbb\x9f\xe2\xea\x36\x5f\x40\x52\x06\x49\xe0\xdf\x3b\x11\x5e\xca\xf6\x3d\x89\x1e\x0e\xf2\x32\x5a\x68\x97\x51\xe9\xc2\xcd\x7d\x80\xc5\x85\x34\x6d\xbe\xde\x71\x57\xdc\xcb\xf5\x70\x9c\xf2\x1e\xdc\x4a\x54\x9d\xd0\x3c\x7d\x45\x37\xf2\xaf\x70\xef\x2d\x6b\x87\x1b\x64\xe8\xc0\xc6\x13\x58\x73\xe8\xe4\x33\xb9\xdd\x6d\x05\xe4\x9c\xc5\x2a\xe1\x8a\x65\x7f\x2c\xee\xd5\x48\xc8\x08\xdc\xee\x2b\xcd\x93\xf3\x45\x59\x64\xd9\x3b\x08\x57\xf4\x24\x4f\x2e\xca\x5b\x60\x8c\x6f\x73\x88\x5a\x06\x34\xd0\x5d\x1f\x84\x52\x43\x1e\xc8\x3a\xe0\x65\xa2\x70\xf0\x5a\x42\xf0\xd1\x8e\xe9\x15\x91\x3c\xf9\xd2\x6a\x5c\x41\x55\x91\xb7\x00\xe5\x87\xd7\xe5\x65\xfc\x05\xd0\x59\xd2\x8d\x1e\x96\xf9\xde\x21\x33\x5e\xe4\x81\xb7\xa9\x06\xb2\xdd\x7f\xc3\x93\x88\x6e\x6d\x28\x8d\x7d\xf6\xad\x82\x83\xc1\x86\x36\xe6\x45\xbd\x1e\x69\x74\x73\x51\x78\x0b\x91\x27\xa7\x8c\x99\xce\x7f\x23\xed\xba\x2a\xf3\x64\x0a\xb2\xcf\x6f\xfb\x73\x31\xcb\x36\x5a\x07\x83\xd9\x72\x59\xc2\x9a\xf0\xe2\xd2\x93\x55\xa5\x21\x43\x66\x54\x35\x6a\xc2\x60\x5b\x8f\xd4\xee\xba\xea\x19\xc8\x10\x76\x39\x48\x6c\x1b\xc1\x57\xda\x2c\x0a\x4e\xdf\x18\x4b\xc0\xc1\x71\x5a\xe6\xaa\xa4\x04\xc8\x84\xaf\xf7\x30\x6f\xa1\x5d\x02\x74\x9d\x16\x0a\xd8\x02\xad\x5c\x52\xa6\x2c\xb3\x1d\x44\x7e\x37\x45\x7f\x15\x9e\x9d\xed\x87\xcb\x6b\x07\x8e\xdd\xe5\x9d\xeb\x92\xbc\x3a\xa1\x22\x2d\x51\x47\xf9\xaa\x89\xe3\x6e\x04\x57\xd3\x09\xa1\x67\x61\x8b\x15\x4e\xb4\xca\x8c\xc3\x9d\x74\x3b\x2e\x84\xaa\x66\x42\x8f\x26\xe5\xac\x3b\x6e\x99\xae\x9a\x37\xd3\x7b\x2f\xe6\xd1\xc1\x29\xf9\x2d\xa8\x5d\xc8\xf4\x4e\xc9\xc9\x71\x52\x77\x74\xb6\x1d\xf3\x5a\x20\xc0\x14\xce\xde\xa2\x12\x77\xf5\x17\xc0\xc9\xa9\x6c\xc7\x28\x88\x59\xca\x82\x70\xa7\x55\xe4\xd0\xd4\xb1\xfa\xe4\x95\x58\x05\x70\xca\xa7\x3d\x7a\x60\xbf\xa7\xb5\xc9\x01\xd3\xfe\x45\xbd\xb6\x46\xb0\x0e\xc3\xe3\x8a\x3e\xd6\x8c\xa5\xeb\x43\xa5\x39\xcb\xa1\xd6\x78\xc1\xa7\xdb\xd1\xbe\xc8\xb2\xbb\x30\x21\x59\x45\x40\x37\xc6\xf4\xa8\x55\x9a\xaf\x32\xa2\xcb\x59\x27\x8e\x19\x1a\x85\x06\x56\x76\xce\xb0\xb2\x25\x10\x8f\x6b\xac\x00\xcc\xed\x14\x6b\x0a\x97\x74\xed\xd0\xaa\xd6\xa8\x97\xc2\x01\x18\x9b\xd3\x66\xce\x5a\xd3\x38\xfb\xeb\x22\xba\x16\x81\x69\xf2\xe3\x7d\x82\xaa\x9b\xaa\x6d\xe3\xf6\x3b\x29\x7d\x3f\x28\x83\x42\xbf\x7f\xd7\x73\x54\x5b\xf7\xef\x7b\x23\xa8\xb7\x7a\x6a\xe9\x3f\xdc\xfb\x41\x90\x7e\xd7\x75\xf0\xa8\x82\xb6\xc2\x82\xcc\x8d\x1b\xa0\x48\xd4\x95\xf6\x59\xf7\x0e\xcb\x2c\xfc\x34\xf1\xb9\xae\xa4\x92\xc1\x21\xd2\xea\x22\xbe\x14\x9a\x2b\x8d\xae\x85\xa9\x74\x01\xb1\xc1\x69\x03\x17\x05\xd0\xb8\x6e\x14\x5d\x1c\x0e\x05\x7b\x5e\x4a\x21\x06\x7b\xaf\x0a\x23\x55\x9c\xdd\xa7\x6a\x48\xe5\x72\x20\x77\x0c\xa8\x0e\x87\x38\xd4\x5b\x4b\xbb\x77\x51\xda\xb1\x8b\xa4\xf3\x06\x89\xcb\x27\x79\xc2\x3d\x9b\x79\x93\x79\x18\xf1\x59\x60\x9b\x4b\x46\xea\xe8\x28\xdd\x41\x96\x2e\x3d\xfc\x5d\xbc\x4f\xed\xd2\x1e\x6c\x4f\xe0\x77\x2e\xfe\x24\xd4\x5d\xf0\xee\xc3\x4b\xb5\xb8\x15\x2b\x33\xf9\xa2\xde\xdf\x53\xca\x76\x9c\x3c\xcf\xd3\x7b\x5c\x0d\x96\xcb\xbf\x5d\xbc\xb7\x2b\xaa\x9d\x5f\x05\x00\x67\xc2\xd4\x31\x27\x69\x5e\xd5\x71\xbe\x20\xc5\xf2\xe4\x4d\x91\xd0\x05\x1e\x2e\x8a\xbc\x8e\xd3\xbc\x0a\x44\xa1\xf0\x70\xa8\x21\xb6\x0d\xff\x29\xa8\xc0\x55\x7d\xd0\x02\x5d\x70\x95\x32\xe6\xcc\x09\xb8\x40\xb7\x12\x29\xaf\x40\xcf\x23\x3f\x53\xc7\xd7\x9b\x22\x67\x4f\x69\x09\x6f\xd5\xea\x9b\x0d\xd4\xd0\x66\xd3\x56\x2f\x1d\x34\xe1\xe2\xa3\x06\x26\x33\x68\x48\xcd\xcb\x6f\x5b\x4b\xa5\xb3\x3a\x14\x2b\x3f\x80\xf4\x70\x48\xd9\xa3\x8c\x86\xed\xc2\x0e\x23\x3a\x8a\x31\x68\x74\xdb\xca\x1d\xdf\x2f\x5b\xf4\x4d\xe8\x69\x2c\xf5\xac\xa5\x3a\xaa\x4a\xfd\xf2\xeb\x14\x16\x4a\xd7\x01\xa6\xde\x24\x24\xfb\xca\x81\x01\xd7\xc6\xee\xd3\x39\x58\x7e\x38\xe4\x8c\x83\x95\x88\x6e\xed\xde\x88\x1e\x77\x51\xd9\x3e\x0a\x09\xcf\x43\x94\x7b\x7d\x81\xac\x02\x4f\x96\xda\xd1\x59\xba\x04\x0e\x29\xd7\x74\xc8\x1f\xae\xe3\xd5\x46\xe9\xb1\xee\xe5\x06\xa9\xba\x8e\x00\x7a\x37\xa0\x3f\x7f\x22\xb7\xc8\x71\xec\x60\x32\x5c\xd4\x65\xa6\xe7\x6a\xe7\x0f\x26\xc3\x0d\xa9\xe3\x9f\xc8\xad\xd4\x93\x7e\x26\xb7\xa7\x45\x42\x26\xed\x73\x05\xf7\x7a\xb5\xef\xd3\xad\xf8\xd1\x86\x9e\xd2\x95\x73\xa6\x29\x03\x57\xd0\x75\x88\xc3\x9d\xa2\xbb\x50\xae\xac\x48\xad\x24\xf7\xf3\x75\x88\x0a\xfc\x66\xb7\xb9\x04\x74\x3b\x78\xd1\x91\x11\x03\x0b\x88\xe4\x54\x3c\xaa\x35\xc1\x41\x40\xdb\xb1\x27\x48\x21\xd2\xa7\xcb\xc0\xdd\xae\x90\xdd\x48\xdb\xb9\x4c\x2a\x16\xdb\xec\x16\xe5\x78\x1b\x97\x15\x39\xcb\x6b\xd1\x9d\xa0\x76\x74\x3d\xd4\xa2\x1a\xd6\x53\x30\xfc\x1f\x8f\xa4\x56\x28\xad\xde\xc4\x6f\x82\x3c\x9c\x0e\xc6\x91\x3d\xbb\x9a\x0e\xf3\x2b\x9b\xb7\x6f\x3c\xe0\x52\x79\xdf\x1e\x71\x8f\x29\xbb\x57\xb6\x5a\xd4\xe5\xc0\x77\xaf\xeb\x17\xfb\xcb\xb3\x59\xa2\xfe\x95\xc5\x0b\x05\x55\xe5\xb8\x37\x9e\xf4\x72\xdf\x3f\x4a\x47\x85\x3d\x1b\x4c\x7b\xec\x2d\xe3\xac\x22\xf0\x32\x1b\xee\xa1\x26\xa6\x94\xcc\xb1\x57\x97\x3b\x96\x81\xcc\x6b\xe0\x89\x3d\x07\xa6\xb2\xde\x31\x03\xea\x7d\x8c\x68\x8f\x66\x17\xcf\x7f\xbd\x78\xf2\xfe\xf9\x13\x3b\x5d\xb4\x6b\xaf\x1e\xf7\x15\x21\x49\x0a\xa6\xe1\x5e\x78\x38\x78\xf7\x2a\xd7\xea\xae\x75\x70\x39\x84\x87\x9f\xb9\x82\x9f\x9e\xd2\xcc\x58\x80\xf0\xf9\x1d\x0a\x79\x81\x0f\x97\xdd\xb0\x97\x69\x40\xe0\x35\xcc\x58\x65\xb7\xf5\x94\xa6\xa8\xb6\xee\xd7\x36\xae\x9e\xf5\xf2\xd3\x71\xbd\xe6\x4c\xaa\x65\xdb\x72\x91\x6e\x48\xb1\xab\xcf\x54\x8c\x34\xa6\x95\x80\x53\x96\x67\x06\x77\x7d\x2b\x6f\x91\x9d\x25\xf8\x69\xda\x59\x10\x13\x24\x45\x56\xd6\x81\x8a\xd4\xa2\xf9\x40\x57\xa8\xb8\x3e\xee\x8d\x9b\x10\x8d\x47\x23\x7b\x11\xd5\xa9\x72\x7c\x56\xf8\x61\xf4\x05\x73\x61\x7f\x61\x1d\x6b\x5d\xe3\xe6\xd9\xb8\x37\xba\xff\x70\xe5\x37\x74\x90\xdf\xb4\x07\x69\xdf\x87\x8e\xb9\xf2\x1a\xd6\x68\xae\x64\x5a\x41\xcb\xb3\xb9\x9e\x92\x29\x19\x6e\x8a\x84\x44\x5c\xad\x14\xd5\x6d\x04\xac\x96\x55\x50\xd4\x1b\xa1\x63\x97\xbf\xa8\x37\xb6\xe2\x2a\xe8\x11\x99\x8e\xbe\x22\xba\x10\xb2\xd0\xfb\xb5\x3e\x74\x69\x19\x48\x02\xc5\x05\x09\x9e\xcd\x51\x8d\x47\x93\xfa\x51\x5c\xae\x60\x87\x56\xfc\xe4\x9b\xd4\xfd\x7e\x48\x66\xf5\x1c\xcb\x9c\x59\x3d\x9f\xf0\xd3\x75\x36\x9a\x43\x5c\x1e\x06\x73\x66\x07\xd3\xd4\xae\xe6\x95\x48\x4a\x71\x4e\x59\x0e\x8b\x21\x9e\x9b\xa1\xa8\x50\xa5\xa4\xcb\x78\xea\x02\x08\x8d\x62\x30\xcc\x48\x69\x8d\x68\xa7\xab\x01\x20\x78\xdb\x42\x7d\xbf\x9b\x6a\xb3\x16\xed\x18\x45\xd3\xb5\xc2\x0b\x15\xdc\xf1\x27\x72\x4b\xc5\xd8\x77\x6b\x11\x2a\x41\x49\x56\xe7\xbb\xed\x96\x4e\x29\x1d\x0d\x68\x2f\x47\xe2\xb2\x72\x43\x36\x5b\x21\xce\xca\xd4\x38\x5f\xac\x8b\x92\x24\xec\x84\x17\xa9\x3b\xcd\x1b\xc7\x2c\xef\x08\xdc\x5b\xc8\x2c\x7d\xc2\xb0\x0c\xe3\xa0\xcf\x14\x16\x11\x2a\x3f\x93\x5b\x7e\xbf\x7e\x1d\x83\x65\xbd\x14\xd1\xa8\x60\x89\x7b\x63\xe9\xfa\xcf\x04\x9a\xec\x70\x98\xcd\xd5\x4b\x06\x84\xaf\x60\x14\xdf\x96\xd4\x1b\x89\x38\xab\x29\x76\x8d\x5e\xb8\xe2\xd0\xf6\x02\x2f\x07\xf9\x4a\x0f\xf2\xee\xfb\xf5\xa3\x91\xbc\x76\x99\xf1\xc7\x08\xe0\x38\xe9\x8d\xf0\x95\xe9\xd4\x02\xf1\xa5\x83\x74\xbe\x2b\xdb\x6d\x52\x81\x7e\xea\x79\xfd\x3c\xf2\x3c\xb3\x7a\x4b\x84\xb6\xda\xb9\x93\x12\xfa\x98\x50\x11\x6b\x8c\x80\x07\xdc\x55\x5a\x8c\x79\x1d\x8b\x15\x95\x5c\x54\x25\xc1\x3a\x09\xf5\x0e\xab\x0c\x14\x4f\x7a\xaf\xc5\x92\x76\xa1\xcd\xf2\xfc\xd6\x50\xad\xaf\xb4\x3b\x00\xe4\xb0\x80\xc8\x81\xa0\x12\xb7\x32\x56\xd2\x13\x41\x84\x77\xd3\x71\xeb\x32\xbb\x8f\xdc\x55\x8e\xec\x71\x09\xd2\xb4\x97\x5b\x72\x59\xda\x3b\xdc\x1b\x85\x9c\xe7\x00\xb7\xd9\x37\xa8\xa4\xf2\xd6\x1d\xdd\x76\xec\xbf\x89\xb2\x72\xe9\x8d\x51\x8c\x47\x93\xf8\x11\x11\xbc\x2e\xee\xf7\x41\x22\x59\x60\x32\x8b\xe7\x61\xb0\x92\x5b\x83\x92\xdb\x02\xc5\x54\xe0\x0d\xd2\xc3\x61\x75\x92\x8a\x79\x37\x76\xa0\x58\x6d\x23\x71\xb6\x9a\x53\x86\x76\x38\x04\x29\x04\x5f\xcf\x69\x42\x1c\x4e\x8a\x59\x3c\xc7\x0b\xa1\x80\x33\x37\xc5\x22\x44\x34\x5b\xd4\xd7\x1a\x48\xbf\xdf\x04\xf5\xe1\x00\x01\x36\xc4\x1d\x45\xbb\x34\x9a\x4b\x83\xc4\xec\x81\x57\x67\xa6\x4d\xc2\x4e\x8d\x43\xf0\xb5\xb3\x3c\x49\x17\xa4\x0a\xe5\xd3\x87\x95\x41\xa5\xb4\xb7\xd7\x39\x3d\xdd\x48\x59\xdf\x06\x3b\x6e\x5e\xb2\x40\x89\xb8\x58\xed\x42\xb4\xc5\xc1\x42\xe8\x30\xe9\xea\xce\x92\x79\x38\x35\x27\x93\x17\x4e\x54\x0c\xc4\x25\xde\x4e\xf3\xd9\x76\x1e\x25\xca\xf0\x77\x39\x2d\x71\x6f\x14\x05\xd5\x6c\x39\xa7\xf2\x41\xd6\xef\xa3\x12\x97\x87\xc3\xb2\x87\x71\x02\x57\x31\xad\x19\x06\x54\xee\x60\xd4\xbe\x2f\xa6\x49\xca\xf9\xf0\x01\x4f\x54\x57\x75\x6d\xe6\xe8\x7d\x1d\x16\xac\x97\x4a\x33\x91\x35\x1e\xa1\x0d\x7e\x7b\xf9\x3b\x59\x00\xb4\x41\x15\x38\x16\x3c\x9c\xac\x1f\x6d\x04\x4d\xad\x29\x4d\xd1\x4f\x57\x5c\x59\xb2\xc2\x9b\xd9\x7a\x1e\xa6\xf9\x49\x1e\x86\x7b\x4a\x12\xfc\xda\xd0\x38\xe7\x5b\xb2\x7a\xf3\xe0\xc9\x9c\x07\x40\xee\x20\x7c\x51\x8f\x38\x5f\x60\xdc\x98\xc8\x17\x0e\x36\x58\xb6\x07\x19\x54\xbb\xa4\x3a\x50\x24\xf0\xd3\x00\xa5\xbe\x1f\x2c\x8b\x61\x19\xa7\x15\x8b\x9f\x8c\x3c\xa8\x6a\xc0\xdf\x06\x43\xe7\xf9\x25\xea\x32\x53\x83\x30\x54\xcd\xdc\xc9\x31\x5a\xa7\x83\xc5\x30\x6c\x4e\x48\x73\x5b\xdf\xc8\xf3\x56\xff\x8e\xae\x88\x63\x1e\x04\x8f\x34\x27\x67\xc6\xc4\x1e\xa2\xd3\x0f\x18\xb4\x84\x4a\x47\x41\x45\x28\xa2\x8b\x4e\x50\xb6\xad\xcf\x55\x7b\x55\x6b\x61\xb8\xdd\x55\xeb\x80\x0a\x5b\xf2\xec\x75\x94\xea\x18\x99\x20\x8c\xee\xf3\x41\x23\xed\x69\x7b\x0b\x0c\x1c\x54\x36\xe8\xe0\x3e\x91\xa3\x6c\x67\xb7\x04\xfd\x1d\x9f\x76\xce\x75\xec\x89\xe7\xdf\xfe\x47\xa7\x9e\xf3\x35\x98\xfc\xba\x6b\xe6\x59\x21\x27\x25\x76\x68\x75\xb0\xeb\x28\x20\x73\x0b\xa9\xa2\xb6\x34\x28\x83\xb1\x7d\xec\x1b\x2a\xcb\x76\x1c\x6a\x60\x78\xea\x56\xac\x14\x1b\xa4\x5f\xa3\x02\x93\x49\xf1\x28\x9f\x14\xfd\x7e\x28\x27\xdd\x9e\x92\x42\xbb\x54\xab\xcb\xb4\xd9\x09\x8d\x76\x3a\x2e\x52\x2e\x62\x6a\x11\x8e\x11\x07\x1b\xa4\x71\xe3\x6d\x26\x20\xf8\x75\x5c\xaf\x87\x9b\x94\x8e\x6f\x1c\xea\x52\xea\xe3\x51\x07\x93\xee\xe0\xf8\x87\x43\xcf\x59\xdc\xc5\x4c\x41\x06\x22\x8f\x5b\xa3\xfe\x89\xdc\x3a\x26\xfe\x7e\xeb\xdb\x41\x7d\x76\x13\x46\xbe\x43\xfd\xd3\xeb\x05\xf7\x98\x83\x9e\xf3\xe8\x98\x91\xb9\xcc\x72\x9c\x08\x33\x32\xbf\xdf\x24\xa9\xf2\x6d\xd9\xcd\x49\x18\xcc\x0c\xa3\x27\x64\x45\xb5\xd0\xf2\xe1\xdc\x98\x42\xa0\x9c\x6e\x96\xd4\x66\x3f\xa3\x23\x82\x1f\x9d\xa3\xc0\xb1\xc8\x8f\x47\x87\x83\x52\xf2\x19\xe3\x0d\x5b\x5f\x08\xbe\xb3\x6f\x50\xd0\xf1\x91\x10\xd7\xad\x46\xda\x75\x99\x17\x3f\x73\x2b\x11\x4b\x68\x0e\x91\xe3\xe4\x3d\x72\x30\xb6\x96\xc3\x4d\xb1\xad\xa7\xca\x36\xd5\x16\x0a\xc6\xa0\xf5\xe2\x51\x20\xf6\xb8\x68\x8b\xed\x1d\xa4\xcb\x5a\x13\x82\x19\x5d\x7c\x3d\x84\x74\x2f\xd0\x77\x39\xfb\x23\xbe\x09\x46\x60\x39\xd9\x26\x81\x71\x18\x3e\xa2\x2b\xf7\xd8\xc1\x65\x42\x7e\x5c\x38\xe8\x60\xa2\x0f\xb6\x4d\xc7\x93\xa3\xbb\x82\x2e\x21\x9f\x8b\x36\x8f\x3a\x22\x63\xa3\x42\xfb\xd2\xa6\x96\x5e\xad\x3d\xb5\x5b\xc4\x67\x20\x17\xb4\x7b\xeb\x12\x00\x07\x83\x10\xf5\x78\x7b\xae\x6a\x59\x83\x5f\x42\xec\x33\x02\x02\xb6\xa3\xad\x7e\x1f\x80\x54\x02\x97\xaa\x83\xb8\x69\xf6\x0b\x48\xb6\xfb\x7c\x63\x60\xee\x5d\x84\xf4\x85\x64\x84\x6a\x67\xf1\xda\x59\x9c\x84\xa8\x17\x90\x4e\xc2\x63\x17\xaf\x3a\x3c\x46\x80\x9a\xcf\x13\x4a\xe9\x61\x3c\xa0\xd7\x4d\xd7\x1c\x1e\x0e\xa3\xf0\x31\x4e\xa7\x65\x94\x4e\xca\x47\x38\x9d\x94\x42\x78\x69\xed\xc4\x12\xe5\xa8\x47\x97\xbd\xa4\x37\xca\xb0\x83\x0d\x3a\x66\x99\x19\x62\xb4\xb5\x2a\xbc\x02\xc3\x4e\xc3\xc9\x20\x5a\x4a\x1a\xc3\x16\xe4\x9e\xbb\x3f\x6c\x27\x73\x9b\x27\x83\x39\xd9\xb3\x83\x4a\x5d\x2c\x28\x42\x94\x62\xb9\x82\x6c\x62\x0b\x36\xdf\x9d\xa7\x42\x7e\xfc\x6e\x7c\xe7\xac\xf7\x46\x88\xae\x69\xe7\x74\x83\xe9\xc6\x98\x69\x2b\xdc\x75\x88\x57\x63\xf7\x24\xba\x9e\xeb\xbf\x6a\x0a\xf3\xae\x29\x2c\xf4\x29\xcc\x43\x39\xa5\x74\x0a\x51\x7e\xc7\xf4\xd5\xc7\xa7\xaf\x78\x84\x4b\x10\x31\xbb\x8e\x8f\x7b\x4d\xdf\x97\xcc\x5b\xcb\xb2\xb1\x65\x5c\x6a\xf7\x94\x8b\x63\xa6\x43\x8b\xab\xd2\x2e\x99\x4f\xd4\xaa\xe5\xd3\xce\xf1\x7a\x8d\xd4\xb0\xab\xc3\xdd\xc2\x5e\xe7\xe0\x9d\x62\x64\x77\x0b\x77\x5c\x16\x5c\x04\xa5\xd3\x8d\x6d\x9e\x44\x00\x34\x8d\x72\x2f\xa6\xbc\xe8\x3a\x13\x1f\x8f\xef\xc9\x0a\x27\xe5\xa3\xe2\xf8\x4e\xcb\x8f\x93\x8a\xc5\xd9\xf4\x53\xc7\x14\xd1\x5b\xf1\x67\x27\x9a\xc8\xd9\x56\x76\x83\x91\xb4\x92\xb4\xc5\x69\xc7\x15\xe4\x6e\x31\x6d\xc1\xee\x19\x9a\x4a\x94\x9b\x73\x8c\xad\xb5\xf9\xd4\x29\x28\xf3\x75\xb1\xb5\x9d\xe3\x10\xdd\x29\x3d\xe7\xff\x01\xe9\x39\xff\xff\x9c\xf4\x5c\xdf\x5f\x7c\xe6\xf5\xe8\xac\xe4\x5e\x2a\xfe\x69\xe0\xd0\xd2\x30\x55\x9a\x5b\x9b\x21\xd4\x9d\x86\x32\xed\x1f\xcb\xb0\xf3\x6d\x48\x29\xd1\xec\x9c\x20\x14\xf6\x8f\xfa\x6b\x02\xbd\xc8\x36\x81\x16\x72\xf7\xdd\x5a\x7f\x44\x09\xc8\xe1\xb0\x6f\xc2\xe1\x67\x72\xdb\x7a\xd4\x84\x37\x93\x3a\xca\x21\xa4\xed\xeb\x35\x7a\xb3\x46\xaf\xd6\x98\x85\xc3\xf2\x44\x60\x21\x92\xbc\x4a\x2b\x08\xca\xc5\xc2\xb4\x5b\x19\x83\xc1\x29\xcb\xf0\x10\xc0\xf8\xb4\xf2\x21\xd5\x43\x59\x9a\x7f\x86\xbc\x57\x69\xfe\x99\xfe\x64\xc1\xa0\x78\x52\x55\x0f\x20\xc6\x7a\x83\x9e\xac\xb1\xb7\xd8\x5d\xa6\x8b\xc1\x25\xf9\x33\x25\x65\x30\x1a\x7e\xfb\xed\x43\x74\x32\x1a\x8e\x1e\x02\xc6\xfd\x43\xf6\xcf\x0f\x0f\x47\xa1\x87\x5e\xb4\xba\xfb\x52\x86\x24\xb7\xba\xcb\x32\x06\x83\x85\xe8\x2e\x8b\xf2\x62\xe7\x43\xaa\x07\x68\x30\x67\x8b\x22\x6f\xe5\x8b\x0c\x0f\x91\x9b\x6d\x9c\x27\xad\x02\x2c\xd9\x43\x1a\x70\x7d\xe4\xa5\xd5\x40\x44\x8a\x4f\x3c\x54\xa7\x75\x46\x5a\x1f\x42\xaa\xa7\xa3\x88\xd0\xcf\x24\x3a\x01\x4a\x17\x45\x7e\x11\xaf\xe0\x3b\xda\x83\xc1\xe0\x22\x5e\xdd\x31\xeb\x1a\x1e\xa5\x01\x2b\xd4\xa0\xa7\xed\x79\x1e\xfd\x0f\xcc\xf3\xf7\x0f\x60\x82\xc7\xdf\x3d\x44\x27\xe3\xe1\x68\x44\xe7\xf9\x6d\xbb\xf4\x37\x3f\xb0\xe5\x60\x1f\x3d\xd4\x4b\xbf\x6c\x97\xfe\x6e\x34\x42\x27\x83\xd1\xf0\xc1\xf7\xf0\xd5\xff\x7c\xc3\x96\xf4\xdb\x87\xa1\x37\xe9\xe9\xbc\x9c\xcc\xc8\xf0\xe6\x7c\x13\x67\x19\x1e\xcd\xb1\xc7\xfe\xf4\x10\x4d\x86\x10\x6c\x78\x3c\xc7\x5e\xa5\x12\x59\xd8\x21\xfc\x60\x8e\x3d\xf6\x27\x4b\xce\xe2\x72\x45\xf0\x37\x73\xec\xc1\x5f\x5e\x13\xbc\x5e\x1f\x0e\xc1\xeb\x35\xde\x37\x61\x88\xec\x16\x59\x98\x20\x68\x51\x44\x0c\x52\xb5\x8c\xb5\x5a\xde\xd0\x5a\xde\xb0\x5a\xe0\x90\xf9\x93\x83\xc6\x7e\xec\x0c\xca\x23\x75\xb3\x5c\x0b\x48\x7c\x9f\x0c\xe3\xed\x36\xbb\x65\xcc\x40\xbe\xb5\xf3\x38\x3d\x2d\x0f\xc3\x2f\x46\x7d\xa3\x65\x19\x64\x67\xfa\x27\x81\x00\x20\xb1\xc4\x13\x4b\xc5\xaf\xf4\x8a\x00\xc6\x1b\xc7\xf8\xaa\x30\x1d\x2e\x2d\xb1\x93\x51\xaa\x17\x46\xa4\xe8\x44\x94\x78\xc7\xe3\x55\xa1\x2d\x2e\xd0\x12\xdb\x60\x29\x68\xe6\x01\xfc\xca\x3c\x44\x6b\x9c\xab\xd7\x9d\xb5\xae\xfd\xf4\xfd\x60\x8d\x6b\x8c\xf1\x9b\x35\x9b\xe5\xe9\x6b\xfe\x47\xf4\x7a\xcd\x17\x95\x4d\xf0\x06\xff\xb9\x0e\x62\x01\xf4\xb4\x43\xb4\xee\x68\xad\xc5\xf3\x5f\x20\xa3\x57\x51\xd2\xdc\x01\x37\x0d\x0e\x95\x4b\xdd\x85\x6e\x03\xf1\xdb\x1a\x07\x9a\x80\xed\x6c\xb7\x19\x2e\xd2\x72\x91\x91\x26\x44\x55\x27\x44\x87\x5e\x1c\xfa\xd6\xa0\x2a\x44\xdb\x3b\x20\x3d\xaa\x3a\xae\x77\x95\x00\x0a\xcf\xd2\x2b\xe2\x45\x69\x1b\xa9\xe1\xb7\x0c\xb1\x97\x9b\xbb\xdb\xae\x16\x25\x21\xf9\x7b\x2d\x7a\xdd\x36\x0c\x99\x93\x83\x69\xb7\x02\x73\x2a\xe7\x1d\x09\xfa\x88\xbc\x6d\x91\xa5\x35\xf1\xac\x19\xf6\x58\x3c\x32\xaf\x6d\x7f\xf2\x41\xe7\xc7\xe7\xdb\x34\xcf\x81\x17\xc3\x94\xe9\x69\x03\x96\xc4\x2b\x36\x72\x18\x84\x48\x83\x7e\x5f\xe3\x4f\xa6\x21\x10\x5f\xd4\xdf\x82\xbd\x37\xfa\x2f\x2f\xda\xd7\x65\x9c\x57\xcb\xa2\xdc\x44\x5e\x59\x40\xe8\xa8\x51\x42\x56\xa1\xd7\x20\x16\xfa\xd0\x55\xe2\x9b\xef\x78\x19\x80\xa8\x46\xbf\x40\x1c\xf7\x8f\xee\x38\xee\x72\x1f\x14\x62\x2b\x95\xc6\x86\x48\x5b\x1b\x22\xc6\xb9\x8c\x7f\x5e\xe1\xf3\x3a\xf8\xb0\xa6\xf7\x2d\x23\xcc\x24\x07\xd2\xb1\xc3\xb2\xd1\xff\x3e\x93\x10\x41\x1e\x83\x66\x30\xa3\xb5\x2d\xc0\xea\xd8\x43\xbf\xef\xaa\x3a\x5d\xde\x9e\x8a\x90\xd0\x3c\xbd\x41\x10\x90\x11\x63\x9c\xfa\xfe\xde\x59\xdf\xa0\x24\x57\xa4\xac\x08\x2d\x0b\xa1\xe4\x3a\x4a\x97\xc5\x35\x2d\x02\xf1\x1c\x3b\x4b\x68\x95\x95\x73\xb1\xc6\xb3\x8a\x6f\x10\xb4\xef\x88\x21\xc9\xfe\x7e\x1f\x27\xe9\xae\x8a\xbc\x87\xa3\xff\x12\x49\x91\x37\x1e\x3e\xd4\xe2\x62\xc6\x6c\xf6\x5f\x69\x71\x69\x2f\x8a\x2d\x0b\xa9\xc9\xf3\x44\x38\xf9\x58\x44\x00\x04\xc2\xff\x7d\x1d\x84\x2a\xe9\xd9\xae\x64\xc1\x01\xbd\xf1\xf0\x9b\xca\x53\x19\x67\x35\x61\x39\x4c\x52\xf6\xd2\x7c\x99\xe6\x40\xed\xb2\xc8\x45\xba\x49\xf3\xd5\x0b\x4e\x1a\x91\x79\xa8\x0d\x1f\x7e\x83\x86\x0f\xc6\x68\xf8\xe0\x07\x34\xfc\xee\x7f\x42\xcf\x0a\x05\xae\x82\x10\xef\xad\xde\x1b\xd1\x8a\xbf\x36\xaa\x69\x1d\x36\xa8\xc0\x18\xbf\x5e\xf3\xf3\xd2\xf7\x67\xfa\x3e\x1a\x88\xa3\x93\x63\xfb\x8f\x1f\xc8\x28\xe3\x0f\x9a\xb9\xf8\xb4\x72\x7d\x59\x99\x1f\x7e\x27\x3f\xfc\x4e\x7d\xc8\x58\x85\xfd\xa5\x38\x82\xf9\xa7\x0f\x46\xe2\xd3\x07\x23\xf5\x29\xb0\x79\xfb\x4b\x76\xc0\xca\x0f\xbf\x97\x1f\x7e\xdf\xcc\xe7\x9c\x4d\xcc\x2a\x7e\x44\xe5\x46\x50\x56\x1e\x1c\xd0\xa2\x09\x16\x7d\x31\xf2\xbe\xdf\xde\x9c\x8c\x4e\x46\x46\xa0\x52\xe7\x8e\x11\x1f\x8c\x4e\x46\x27\xdf\x43\x94\x4b\x73\x8f\xe8\xf9\xb2\x84\xbe\x45\x54\x01\xd1\x66\x33\x47\x36\x0f\x8e\x96\xb5\x23\x9e\xa0\x60\x95\x4d\x88\x7e\xe4\x02\xc5\x4f\x7f\x19\x7f\x9e\x69\x09\x84\x14\xda\x19\x9e\x0f\x44\x06\x06\xc1\x59\x00\x90\xea\x85\xf1\x1d\x30\xbd\xb4\x02\xe1\xf2\x55\x11\x43\xdc\xe1\x14\xf7\x14\xe8\xbb\x14\x73\x51\x8c\x7b\x29\x60\x10\x97\x41\x6d\x87\xf4\x53\xc2\x70\x8a\xd2\x8a\x57\x24\x50\x9c\xe2\x06\xf4\xe9\x05\xbc\x99\x89\x88\x2d\x1f\xb6\xdd\x71\xaa\x50\x81\x6b\xde\xe7\x12\xd7\xc3\x22\xd7\x04\x69\xf8\x94\x07\xc0\x29\x99\x0e\xb1\x47\xd4\x81\x07\x0e\x48\x24\x11\x2e\x94\x8e\x71\xc8\x50\x1b\x54\x68\x29\x83\x5f\x73\x19\x4c\x0e\x08\x2c\x9c\x04\xae\xd1\x5b\x5f\xfd\x66\x7f\x75\x38\xa4\x21\x8b\x9f\x61\xae\xcb\x17\xf8\xe9\xca\xc8\x5f\x2e\xf7\x5c\x88\x68\xf3\x95\x55\xf3\x8a\xd9\xfc\x59\x15\xdf\x45\x2d\xda\xcc\xc3\x97\x13\x73\x21\x19\x66\xcf\x05\xbd\xdb\xb4\xdf\x0c\x59\x45\xa1\x26\x1f\x4b\xc7\x12\xf1\x25\xe5\xe8\xd3\x3a\x0d\xcc\x14\xbd\x6e\x88\x69\x12\x59\x09\xf7\x8e\x9e\x90\x1b\x50\x50\x70\x07\x43\x69\x42\x93\xd3\x44\xc6\x27\xb0\x67\xa7\x05\x0d\xc6\x71\xa3\x8a\x0c\x5c\x25\x64\x94\x40\x9a\x7a\x5a\x64\xe7\xdb\x38\x77\x20\xe7\x09\x68\xbc\x06\xd5\x0c\xee\xc8\x1a\x83\x33\x18\x14\xcc\x98\x7c\x77\x6e\x01\xd3\x95\xc3\x17\x65\xbc\x02\x37\x3d\xb7\x94\xc8\xe0\xb1\x98\xc2\x62\x98\xd3\xa9\xeb\x84\xd0\xea\x9a\x24\x86\xfa\xc5\x0d\x41\xbc\xc0\x43\x35\xd3\x8e\xa1\x7a\xb8\x8e\xab\xd7\x45\x49\x9e\xc5\x75\xec\xfb\x5e\xdf\x43\x5e\xe8\x85\x0c\xd3\x0e\x86\x97\x32\x3c\x49\xfd\xa6\x1e\x22\x2d\xce\x8a\xe2\x12\x62\x0a\x61\xbc\xbe\x6f\xfc\x34\x98\x4e\x8b\x99\xf4\xc6\x7f\x21\x4c\x0b\xc4\xac\x61\x54\xa9\xbc\x8a\x5a\x6d\x16\x6d\x96\x58\xe2\x5e\x0e\x01\xb7\x0a\x59\x81\x33\x84\x8b\x36\xc2\xc3\xa1\x37\x6e\x77\xbf\xa4\xc9\x8d\x32\x4d\xf9\x2a\xdc\x6f\xb6\x41\x65\xe7\x5f\x91\x2b\x92\x99\xb0\xdf\x23\x8e\xfa\x7d\x95\x92\xeb\x6d\x51\xd6\xec\x2e\x68\x58\x58\xc3\x95\x90\x75\x0e\x22\xf6\xee\x4c\xd0\xa2\x85\x0a\x07\xb8\xf3\xfd\x1d\xdc\x0f\x85\xb6\x02\x6d\x55\x66\xe2\xfb\x09\x5a\x5a\x70\xd4\x3a\xca\xb7\xce\x41\x74\xa4\x6f\x6d\xb2\x58\x88\x6b\xa8\x5c\x84\x5d\x5f\xa9\xd1\x6c\x0e\x87\x0d\x40\x2a\x31\xdd\x0b\x83\xd0\x66\x58\x46\xb7\x56\xea\xd9\xa2\xc8\x01\x60\x89\xf5\xf4\x49\x96\xe9\xa5\x3f\x49\x91\xff\x54\xdd\x8c\x6f\x0c\xa1\xdf\x46\x52\x82\xbb\x12\x4c\xef\x39\xff\xf5\xae\xa8\xce\xf2\x73\x52\x03\xa6\x37\x4d\x38\x27\x10\x11\x19\x50\x94\x38\xee\x23\x83\xc0\x7a\x66\xe3\x65\x5f\xe8\x0e\x09\x06\xef\xa4\x2c\xb0\x2b\x4f\xaa\x12\xb5\xb4\x30\x72\x24\xa2\xf7\xf8\x19\x57\x1e\x2f\xe3\x4a\xb0\x7f\x31\xe7\xac\x20\xff\x2e\x71\xe5\xa1\x77\x78\x4d\x3b\xb2\x46\xef\xc3\xe8\x3d\x7a\xad\x03\x70\xbf\xc1\xaf\x8d\x2d\xf2\x0a\x7e\x9b\xb4\x8d\x9e\xe0\xd8\x02\x9d\x7e\x81\x9f\xf8\x7e\xb0\x3a\x1c\x7a\xf0\x98\xae\x57\x11\x86\xe8\x29\xde\x1e\x0e\x0b\xf4\x16\x2f\xcb\xe0\x93\x09\xac\xaf\x43\x44\xff\xb8\x0e\x4e\x85\x82\xe0\x93\xa6\x19\xb8\x51\xf0\x95\x4f\x0d\x7d\xdc\x1b\xa9\x1e\xbc\xa6\x92\x74\x1b\xde\xd3\x3e\x25\xec\x26\xd9\x1d\x8e\x41\x8a\xa6\x53\x05\x2a\x9a\x0e\x41\x7e\x05\xd8\x57\x05\xaf\x8b\x0c\x18\xdb\xcf\x36\x4c\xed\xf3\x16\x94\xed\x79\x0b\xf5\xf4\x0c\xb9\xb1\x6a\x11\x17\x95\xf4\x08\x3b\x1f\xb6\x26\x1a\x67\xad\xa9\x7f\xda\xb8\x9c\x5a\xae\x44\x3b\x63\xfa\xf7\x84\x97\x66\xfb\x87\x24\x5e\xd4\x53\x0b\x6e\x2c\xb6\x0d\xa4\xfa\x64\xfa\xd4\xc4\x65\x6d\x01\xc6\xd6\x1a\x5e\x78\xdb\xc5\x0f\x0e\x51\x7e\xaa\xb4\x35\x20\x77\xaf\xce\x4a\xe3\x28\xcc\x3f\x9c\x94\xae\xb0\x42\x0d\x7a\xd1\xb5\xf6\xd6\x09\xef\xe8\x05\x87\xd1\xe8\xc4\x11\x1e\x23\xca\xb1\x23\x59\xee\x4e\x74\x53\x1b\xb2\x52\x82\xc5\xa6\x89\x80\x66\xf5\x6c\x84\xca\xa7\xae\x15\xb5\x3e\x3a\xf1\xfa\x6a\x45\xbb\xf1\x2c\xd1\x65\x88\xde\x05\x7b\x5e\x75\xf4\x94\xa3\xad\x7e\x6a\xd0\xbb\x30\x0c\xa3\x58\xb7\xc7\xb8\x0b\x3c\xf5\xdb\xef\x39\x5a\xea\xd8\xa1\x54\xb3\x0b\x2f\x79\xd9\xe2\x3e\x0a\xb8\xd6\xdc\x09\x85\xbc\x7b\x7d\x5b\x6d\x97\x68\x9f\x2e\xb8\xa2\xc0\xbb\x88\x57\x9e\x13\x44\xf4\x7f\x81\x06\xd8\x2e\x6b\x85\xc4\xd2\x84\xfd\xfb\x6e\xc7\x06\x5d\x39\x26\xbd\x3c\x3a\x8b\xac\xd2\x33\x5d\xae\x12\xb3\x74\x7b\x38\x04\x6f\xa7\xde\xe9\x9a\x5c\x95\x45\xfe\x8a\x2c\xeb\xd7\xb4\x71\x91\x00\xa8\x0c\x34\x25\x6c\xc2\x30\x44\x17\xda\x31\x15\xa2\x57\x6d\x52\xf9\x65\x8d\xf6\xec\x3a\x5f\x35\xa1\x94\x0d\x0d\x77\x3e\xe7\xe1\x73\x1f\xc4\xcf\xdf\x97\x48\xd2\x2f\x87\x42\x24\x89\x1d\x2d\xaf\xfb\xec\xbb\x4f\x13\x7f\xac\xc5\x49\x23\xb5\xe4\xee\x06\x4d\x0d\x6b\x4b\x32\x91\xd8\xe6\x8c\x47\x7b\xac\xc0\x89\x78\x25\x3a\x61\x0f\x38\x6d\x68\x4d\xf4\xc7\x1a\x97\xc3\x0d\xd9\x14\x2e\x7c\x75\xe7\x8c\xdc\xd1\x5d\x8d\x28\x75\x41\xc7\x40\x4c\xee\x8d\x98\xbe\xf4\xdf\xa0\x2f\xfd\xe9\x38\xee\xa5\x14\xa2\x2a\x43\x72\xca\x74\xf9\x70\x67\xca\x77\xec\xa9\x81\x8b\x55\x09\xfe\x71\x69\x83\x19\xa1\x2d\x5e\x4c\xbf\x1d\x51\xc6\xb2\xc4\xb1\x8d\xe7\xb8\xc6\xb1\xd4\xbb\x6e\x70\xcc\x71\x27\x57\xf8\xbc\x0e\x5e\xac\x51\x1c\xa2\x2b\x00\x8d\x8a\x43\xb4\xb7\x41\xb1\x74\xf0\x1d\xae\x77\x53\x29\x5c\x5d\x07\x6a\xe4\x2d\x44\x37\x51\xca\x4a\x56\x56\x42\x7f\xd8\x68\x42\x2b\x26\x22\xb0\x56\x79\x8f\x84\x7e\xfd\x08\x18\xd0\x12\x60\x72\x74\x48\x1b\xbb\xbf\x6d\x9c\x2f\x0b\x81\x90\x43\xe6\x44\x3a\x62\x0e\xab\xf6\xac\x26\x1b\x55\xb5\x00\xbb\x64\xda\xb3\x25\xa0\x21\x14\xf9\x2b\x05\x83\xd9\xe8\xc0\x7f\x27\x43\xaf\xbf\x72\x81\xd0\xd4\xf7\x85\xb0\xe9\xfa\x3a\x5a\x65\xc5\x65\x9c\x05\x50\x04\xc8\xbe\xef\xc1\xdf\xea\xf1\xb2\xef\x85\xde\x1c\xef\xdb\xc0\x85\x80\x67\x05\x85\xe9\x6c\xf7\x3d\xf6\xb7\x38\x12\xe6\x98\xbd\x00\xf0\x57\x0b\xf9\x1a\x70\xe2\xf5\x5f\x92\xbe\x77\xe2\xf5\x9f\xae\xfb\xde\x09\xef\xce\x89\xd7\x7f\xc1\x52\xdf\xae\x91\xfa\xee\x19\xc9\xe2\xdb\xe8\x2d\x41\xb2\xd7\xc8\xf1\xf0\x30\x7c\x90\x90\x55\x78\x52\x2d\xe2\x8c\x04\xe3\x70\xe2\x41\xef\x9c\xa3\x1e\x71\x4c\xc5\xb0\x41\x99\xef\xcf\x56\x06\x44\xe5\x1d\x6b\x76\xca\xb7\xac\x89\x9f\x78\xef\x25\xe7\x9f\xab\xf5\x2d\x66\x5e\xc7\xc2\x14\x61\x33\x47\x0b\xe8\x9f\xd8\x97\x7b\x83\xf4\x9b\x39\xaa\xe6\xc8\x25\x69\x45\xb3\x63\x98\x33\xe2\x15\x83\xeb\x77\xb7\xcd\x1c\x69\x0a\x85\x68\x26\xd1\x74\xbc\xd1\xf6\xe6\xe4\xdb\xed\x8d\x86\xc8\xc2\x7b\x8a\xae\x8e\xa2\xda\xdc\xf1\x4e\x72\x04\xa4\x47\x2e\x11\xba\x16\x62\x8c\xe8\xa6\x13\x84\xf2\x4e\xba\xf7\xcc\x49\x2d\xe9\xa4\x72\xbb\x81\xd9\x4a\x1c\xf9\xed\xd1\x18\x10\x4e\x5f\x32\x34\x89\xc7\xb3\x61\xba\x71\x09\xc7\xc3\x07\xf4\xcd\x77\x6a\x40\x6c\xdf\x67\xd3\xb5\x05\xce\x1b\xad\xdb\x80\xbc\x3a\x00\xa4\x83\xd8\x4e\xed\xaa\x14\x02\xaf\xaa\x0d\x1e\x72\x1a\xe4\x45\x0c\x76\xe5\x78\x05\x17\xa4\xac\x53\x06\xe0\x1b\x39\x6a\x7d\x92\xd5\x4d\x23\xe7\x52\x13\x5b\xa2\xd9\x6e\x0a\x5b\x4a\x1d\x2d\x9d\xef\x84\x6a\x1f\xbf\x2d\x53\xd0\xdc\x3f\x1c\xfd\xd7\x09\xbc\x48\xb9\xd9\xc6\x70\x5c\x9d\x64\x69\x4e\xe2\xd2\x6b\xe6\xfa\xeb\xe2\xb2\x0c\xe2\x70\x2a\x6a\x1f\xfc\xc0\xea\x97\xcd\xfd\xf0\x77\xb4\xc7\xad\x46\x66\x2b\xae\xa4\xdc\xeb\xe0\x7f\x89\x5a\xf9\xc5\x74\x63\x63\x31\x45\x22\xe5\x5d\xb6\xab\x14\x49\x68\x08\x4c\xbb\xe9\xcf\x64\x58\x92\xd5\x2e\x8b\x4b\x03\x8e\x49\x1c\x3f\xdb\x22\x65\x14\xc6\x91\xed\xe8\x16\x71\x20\xc8\x75\xa1\x1d\xb6\x70\x11\x9b\xb9\x32\xb1\x99\x29\x8e\x8d\x9c\x60\x58\x80\x82\x35\x78\xf0\x9d\x1a\xe4\x6f\xdc\x36\x83\x13\xb1\x83\x62\xbb\x18\xff\x53\xc6\xe2\x5f\xae\xfb\x1e\xd2\x38\xff\x4b\xc9\xf9\x15\x0f\xb8\x8b\xcd\x8f\x86\xdf\x3d\x74\xad\xea\x98\x32\x2e\xfa\x1f\xcf\x81\xfd\x6a\x1e\x77\xdc\xa6\x87\x9f\x6f\x8e\xb1\x03\x20\xac\x0b\x81\x4a\x57\xa1\x36\x21\xfa\xb9\x65\x08\x75\xbe\x2e\xae\x9f\x64\x99\x6d\x79\xd5\xa0\xdf\xf8\x03\xd3\x3f\x40\x96\x6b\x0b\x72\xdd\xea\x43\x32\xac\x58\xa5\xb4\x26\x50\x09\xa6\x58\x43\x52\xf7\x68\x93\x27\xb4\xcd\xa8\xb0\x4d\x4b\x98\x40\x98\x69\xef\x4b\xe7\xbb\xcd\x26\x2e\x29\x1d\xee\xf0\x6f\x9a\x85\x47\xd5\x84\x68\x81\x83\x11\x2a\x87\xbb\x8a\x9c\xc6\x59\x46\xd9\x44\x68\x76\x34\x0b\xea\x7b\xbf\x6d\x84\x68\x96\xa1\x7a\x1e\x76\x2b\xcd\x5b\x97\xcc\x1d\xb3\x07\x71\xde\x5c\xd9\x5d\x35\x77\xdc\x55\xab\x25\xda\x8b\xeb\xdb\x82\x2e\x1c\xbf\xdc\x84\x77\x59\x17\xf0\xe7\x4c\x54\x52\x81\xf5\xe7\xb6\xc9\x40\xc9\x4d\x06\x5c\x38\xa6\xf2\xb4\x04\xaa\xfb\x9e\x9e\x97\xed\x4d\xdb\x7e\x98\xa6\xa2\x49\x09\x98\xe7\x80\x85\xcc\xb7\x55\x61\x9d\x1a\x0c\x76\xb6\x8b\xfa\x04\x85\x35\x21\xfa\x55\x27\x3f\xa0\x99\x17\x45\xc1\x9e\x58\xff\xc5\xc9\x8d\x6c\xbe\x9c\xdc\x96\x50\x09\xa7\x34\x53\x81\xdc\x41\x5f\xff\x32\x29\x49\xae\xb9\xef\x17\x77\x2f\x7b\x76\x64\xd9\x75\x85\x45\x8a\x14\x11\x14\x47\x16\x59\xf6\x2b\x37\x2e\x42\x05\x5d\xe6\x5f\xd7\x2a\xa0\x05\x5f\xe6\xda\xbc\x25\x14\xf7\x59\xf5\x87\xdb\x9b\x93\x6f\xd8\x5b\x74\xde\xb9\x50\x62\x2d\x42\x54\x6f\xf0\x08\xe5\x1b\x3c\x46\xc5\x06\x3f\x40\xe5\x06\x7f\x83\xd2\x8d\xfd\x30\xa7\xec\xa9\xc5\xd3\xdc\x68\x22\xfc\x6e\x79\x08\x8e\x0a\x22\x3e\x5e\x14\x5b\x2f\xcd\x4f\xc8\x94\x0e\x55\x26\x45\x3c\xf7\x37\xc8\x03\x23\x67\x91\xfb\x5b\x88\xc0\x15\x61\x41\xd2\x0c\xde\x08\x63\x3b\xb0\x88\x5d\xb3\x56\x2f\xae\xed\x9a\x55\x66\x20\xfe\xfc\x15\x04\xeb\x6a\x83\xbd\x0a\x10\x31\x07\x1e\xca\x36\x78\xcf\xf1\x14\x39\x90\xa2\x40\x56\x1c\x8c\x39\xa2\xe2\x60\xcc\x05\x24\x69\xb0\x30\x6a\xd0\x6e\xe3\x52\x08\x80\x2b\xf0\x53\x2a\xb4\xa4\xf9\xea\x34\x4b\x49\x5e\xbf\x27\x0b\x78\x44\x5d\x6c\xf0\x6e\x83\x12\xf8\xef\x76\xf3\x57\x9f\xef\x9d\x58\x7d\x9f\x2a\x16\xa1\xb1\x9d\xb1\x8d\x57\xf4\x07\x58\x62\x33\x24\x8b\xfb\xbc\x77\xc9\x41\x81\x35\x39\xc0\x5d\x70\x80\x33\xfa\xfb\x70\x10\x2f\x4e\x20\x9c\x6b\xd9\x5a\x2a\x2d\xa4\x94\xb9\x5a\x19\x95\x48\x8b\x5c\x91\xb2\x4a\x8b\x5c\xcb\xe7\x29\xd3\x80\x0e\x96\x54\xa4\x7e\x4f\xfe\xd8\xa5\x25\x49\x3e\xa6\x79\x52\x5c\x57\x6c\x5c\x25\x4f\xa4\x93\xcc\x0c\xad\xf3\xe1\xa7\x0d\x03\xf0\xfc\x85\xd5\xd0\xef\xc3\xdb\x62\x7e\x15\x67\x69\x12\xd7\xe4\x5d\xbc\x22\xa7\xf1\x62\x4d\x58\x0d\xcc\x44\x9c\x26\x56\x30\xe8\x30\xaa\x8d\xb7\xd6\x56\x18\x42\xb1\x79\xe9\x0a\xbc\x27\x4b\x66\x4a\xc9\xe6\x5d\x80\x05\x52\xee\x94\xa4\x57\x30\xa5\x77\x5a\x1b\x42\x54\x7d\x7a\xa5\x82\x8b\x9f\xd6\x32\x0f\xb7\xe9\x6c\x9c\x37\x28\xda\xa7\xcb\x2b\xf0\xc4\xfe\xa6\xd6\xe9\x8c\x74\x84\xca\x2b\x34\x6c\x9b\x42\xbe\x36\x9d\x92\x2c\x83\xf0\xd2\x65\x91\x31\xed\x0e\xed\x15\x5a\x60\x4e\x2e\x28\x51\xe2\xc0\x62\x3a\x9b\x47\x0b\xb4\xc5\x3a\x1d\xa0\x25\xde\x05\x04\xcd\x3c\xfa\x1d\x33\x10\xd5\x82\x40\x79\xf4\xc2\x4a\x2b\xf2\xec\xe8\xff\x1b\x3c\x9b\xa3\x15\x1e\x4d\x56\x8f\x12\xe1\xf5\xbf\x12\xb1\x36\xae\xf0\xb6\xbf\x42\xb7\x38\x99\xad\xe6\xe8\x52\x52\x17\x8b\x3d\x32\x35\x7f\x06\xb7\xe8\x2a\x8c\x6e\x7d\xff\x16\x0c\xe2\xb9\x45\xee\xa5\x66\x99\x7a\x79\x38\x04\x97\xf8\x2a\x44\x1b\x16\x24\xe0\x98\x6a\x58\xb7\x42\x35\xed\xd8\xd1\x67\x72\x1b\x5d\x72\x6d\x3b\x1d\x96\x78\xf7\xb8\xe2\x69\xf1\xae\x2e\x98\x8d\x59\x9a\x78\x91\xf7\x8a\x9b\xc3\x53\x79\xcf\xf7\x53\xda\x4d\x69\x3e\xc2\xb0\x21\x59\x88\xdd\x34\x5f\xc1\x76\x96\x51\x16\xa5\xf6\x57\xe6\x87\xa1\x7c\x3b\x3e\x66\xfe\x1a\xa2\x4d\xd8\x30\x80\x14\xf5\x00\x4f\x97\xa5\x8a\x66\x73\xa4\xd5\x17\xf5\xc6\xa8\x8b\x99\x44\x47\x18\x4d\xe3\x02\x64\xe9\xc0\x6d\x21\x55\x9d\x6e\xe2\x9a\x24\x94\x24\x19\x40\x35\x3d\xa7\x86\x9f\xea\xa2\x8e\xb3\xe7\x3c\xb7\x62\x69\xa5\xc9\x25\x9e\xac\x49\x9c\x38\x73\x9e\x92\x75\x9a\xf3\x2c\x93\x61\xb0\xb4\x22\x7f\x42\xbb\xc7\x46\x8a\x73\x09\x46\x40\x2e\x8b\x5d\xbe\x20\x81\x5d\x04\x8d\x47\x23\xb4\xcf\x08\x3c\x69\xd2\x69\xd9\xc4\x37\x1f\xe3\xb4\x8e\x1e\x8e\x46\x4d\xa8\xd5\x78\x96\x64\xe4\x68\x7d\xb4\x00\x7a\x60\xd6\x66\xd4\xf0\x9e\x54\xe9\x9f\xc7\xeb\x60\x45\xd0\xf8\x3b\x57\x25\x72\xf5\x9e\x15\x79\x67\x35\x46\x21\xf4\xd0\xd5\x9d\x05\xe5\xa2\xda\xaa\x88\xd3\xa5\x73\xc1\x40\xeb\x21\xfc\x85\x07\x63\x71\x30\x01\x37\x86\x6f\xbf\xd6\x30\x43\x08\x72\x9d\xe5\x79\x6c\x31\x1e\xae\x27\x21\xcb\x34\x27\x32\x70\x91\xa6\xff\x47\x9e\x38\x29\x3d\xb4\x5f\x91\x3a\xea\x0a\xa2\x22\x8a\x35\x88\xe4\xbb\x0d\x29\x63\x66\x5c\x82\x16\x45\xbe\x4c\x57\x3b\xfe\x9b\xae\xbc\xfe\xba\x20\x04\x92\xb6\x97\x27\xb8\xe5\x4b\x03\x0c\xdf\x0f\x72\x5c\x6f\x94\xc3\x9c\x19\x58\x5c\xb1\xcc\x12\x17\xfc\xf9\x6e\x45\x4f\x48\x79\xec\x06\x21\x4a\x85\x03\x68\x96\x15\xd7\xec\x84\x44\x31\x1e\xa1\x0a\x8f\x51\x86\x8b\x49\xf6\xa8\x9c\x64\x7d\x5c\x09\x4c\x30\x59\x0d\x5d\xb5\xf3\x2d\x59\xa4\xcb\x94\x21\x3c\xea\x16\xfc\x19\x4a\xe9\x0d\x6c\x37\x64\x92\x10\x60\x86\xe1\x1d\x70\x78\x68\x18\x65\x8f\x30\xf1\xfd\xac\x5f\x3d\xe6\x10\x1c\xd2\x63\x14\xc6\xce\xb9\x8d\x3a\x4c\x12\x9c\x6c\x02\x57\x09\xb4\xc5\x69\x47\xce\x92\x89\x6c\x5b\x21\xb1\x6d\xfb\x09\xef\x4f\x83\xd6\x98\x0c\x32\xb4\xc1\xa3\xc9\xe6\xd1\x7a\xd2\xef\x6f\xc2\xb8\x8f\xeb\x20\xeb\x73\x8f\x81\x15\x8e\xfb\x75\x40\xc2\x49\x75\x9d\xd6\x8b\x75\x90\x87\xfb\x45\x5c\x91\x93\x7c\x13\xe9\x1e\x50\xb1\xb3\x69\x14\x87\x13\x28\x5d\xdc\xab\xf4\x6a\x20\xfa\xc5\x3f\x2b\xef\xf5\x59\x10\xf7\xb5\x2f\xff\xfb\x01\xc4\xb6\x8a\x1f\xe3\xe5\xb0\x2e\xb6\xbe\xbf\x7a\x84\x97\x43\x36\x72\x11\x0c\x3e\x7e\x04\x79\x87\xc3\xea\xb1\xc8\xf2\xfd\x20\xc6\x5a\x35\x8d\x0e\xda\xe5\x68\xd5\xf7\x3b\x87\x1c\x36\x71\x1f\x2f\xac\xe0\xd2\x2b\x30\xdf\x2c\x55\xdc\x9b\xb3\xfc\x97\x94\x5c\x77\x44\x6c\x1e\xa1\x5c\x47\x31\x82\xa3\xe4\x70\x98\xcd\x27\xf5\xa3\x5c\x8f\xd4\xc3\xbd\xbf\xf3\x59\x3d\x07\x3f\xd3\x82\x1e\x5e\x20\xaa\x4b\x7f\x40\x29\xf1\x33\x6f\xf9\x82\x4d\x8a\x2b\xf3\x11\xcb\xec\x17\x62\x0e\x98\x5d\x21\x6b\x84\xbb\x3d\x2f\xb3\xa2\x28\x03\x51\xe2\xbf\x0b\x45\xc9\xf2\x7a\x58\x68\x1b\xae\xaf\x7d\x64\x37\x39\x80\xd6\xc2\xff\x2e\xc3\x46\x85\x96\x1b\x81\x48\xa4\x2a\x98\xc4\x8f\x8c\xfa\xb4\x06\x59\xd0\xb9\x12\x93\x20\xe6\x98\x28\xb4\xf3\xe9\x23\x6c\xb5\x63\x6e\xa8\x8b\x62\xfb\x88\x97\xec\x97\xe2\x46\x16\x4f\xd2\x3e\x2e\x9b\x46\x2c\xfa\xe8\x0b\x20\xc1\x1c\x34\xd0\x81\x02\x80\xac\x7e\x08\xe7\x4c\x69\xd9\xab\x3b\x61\x32\x09\x5b\xb7\x44\x93\xe4\x20\xdd\x35\x5b\x82\x3b\xf7\x00\x95\xa8\x00\xd7\x70\x76\x23\xaf\x84\xe3\x4d\x81\x10\x69\x67\x9e\xa8\xcb\x84\xe5\xb3\x2b\x6a\x97\x41\x02\x8b\x59\xd4\xc9\xd0\x9c\x34\x04\x18\x73\xb7\x04\xee\x2a\xcd\xbd\xc3\x6f\xa4\x1a\x5a\x12\xfc\xee\x40\x0f\xbb\xeb\x63\x4d\xda\xf8\x22\x48\xa8\x0e\xe8\x14\xb5\x00\x13\xe1\x10\xae\xed\xce\x5f\xe4\x8d\xac\x36\x12\x38\x92\x21\x3f\x27\xd8\xe9\x1e\x1a\x3d\xa4\xf2\x4b\xc0\x20\x6d\x4e\x6c\x0a\x78\xcd\x56\x18\x2e\x2a\x41\xc1\x2a\x0e\x85\xdb\x2c\x95\x19\xca\x34\xce\xd2\x3f\xf5\x0b\x9d\x72\x6a\x2d\x36\xdb\x8c\xd4\x24\x79\x91\x96\x15\x3f\xec\xa6\x8e\xb9\x09\xc2\x28\x38\xfa\x91\x0c\x6e\x72\x84\x50\x73\x54\x84\x61\xa8\x0c\xe5\xf4\x91\xe5\xc3\x22\x87\x52\x6c\xa6\x13\xdf\xb7\x53\xe4\xd0\x9a\xaf\x41\xc3\xb2\x60\xaf\x4c\x62\x51\xc9\x46\xac\x18\x83\x74\xcc\x46\x59\x38\x68\x69\x24\x70\x17\x79\x68\x34\x00\x86\xf4\xec\x2f\x08\xb2\x09\x81\xc3\xf4\xeb\x84\x88\x71\xd1\xba\x66\x48\xec\x2b\x30\x99\x55\xb7\x7b\x4d\x8a\xe1\x89\x56\x51\x79\x67\x32\x0b\xcb\x64\xab\x38\x0b\x61\x68\x14\xe5\xe1\x1f\xc5\xb1\x02\x68\xd9\x3c\x4a\x90\xc6\x96\x27\xa9\x3a\x78\x52\x71\xf0\xc4\x38\x9f\xa5\x73\x54\xe1\x62\x96\xc2\xf9\x13\xd3\x8b\x60\x0f\xe3\x8a\xfe\x7b\x38\xc4\x8a\x59\x43\xa2\x3a\x2b\xf6\xa5\x16\xbd\x11\x28\x1f\x12\xc4\x55\xcb\x5c\x10\xf0\xe9\xb1\x97\x41\x46\x63\x75\x2a\x2a\x74\x02\xe5\x7a\x09\xb2\xa8\x3b\xf8\xa9\x62\x5a\x7f\x1f\x27\x26\xee\xfe\x2b\x25\x55\xd8\x12\x0f\x2e\xe8\xf5\x8c\xde\x5d\xf9\x15\xa0\x4b\x94\x96\xba\x8c\x45\x2d\xa5\xb8\xe3\x56\xcd\x2a\x5a\xb5\x65\xd9\xac\xd4\xa8\x39\x68\x68\x32\x62\xda\x35\x83\x12\xc1\x8b\x72\x70\x5b\xb1\xf4\x2c\xa0\x44\xd6\xb5\x3e\x28\x6e\x6f\x08\x23\x2e\xf5\x6c\x1e\xc5\x68\x87\x67\x73\xb4\x68\xf9\xb9\x86\x88\xde\x2d\xb7\xb8\x9a\x24\x8f\xb6\x82\xd0\x12\x41\x68\x4b\xbc\x9d\x25\xf3\xc9\x8e\x87\x1a\x64\x87\x91\x54\xbb\x04\xcb\x30\x6c\x58\x8c\xd1\x72\x5a\xa7\x41\x69\xd9\xf0\xf2\x0e\xdb\x56\xbc\x3c\x99\x13\x5d\x90\xd2\x4f\x53\xeb\x53\x3a\x2e\xfb\x3b\x48\x0b\xf6\x5c\x9f\xa5\x23\x3c\xb2\x1b\x7f\x85\x4c\xf5\x56\xb4\x0e\xf6\x4a\xff\x14\x19\x8b\x28\x3f\xd1\x35\x52\xd1\x0e\x09\x7d\x54\xb4\x77\xe1\x37\x3a\x14\x25\xbc\x3e\xaf\x69\x42\xf5\x31\xb7\x95\x5f\x84\x0e\x84\x4b\x16\x87\xa0\x0e\x99\xa5\xdf\x8e\x4f\xf9\xe3\xd1\xb4\x90\xc6\xa6\xba\x49\x95\x56\x60\x31\xd3\x73\xe6\xbc\x78\x13\xb6\x4c\xc3\x18\x23\xfd\x25\x2d\xeb\x1d\x1c\x52\xc7\xc2\x8c\x68\x76\x6e\x9a\xd7\xca\xb9\x55\x83\x88\xb2\x58\x1f\x0e\x75\x1b\x6e\xc8\xc1\x0a\xda\xfc\x42\xbf\x40\x5b\xdf\x97\x2e\x45\x9e\x7a\x62\x02\xd5\xb2\x71\xb1\xdc\x55\xaa\x25\x90\x40\x41\x3d\x6f\xb5\x33\x03\x5c\x97\x79\xe8\xfb\xb5\xae\x77\x0c\xe5\x1d\x5c\x4b\x9c\x30\x49\xdb\xbc\x5a\xd6\xb7\x19\x09\x88\xbc\xa0\x9a\x36\xeb\xb4\x04\x8a\xb1\x7a\x65\x48\xa7\x26\xb5\xd2\x02\x51\x1a\x06\xa0\x8e\x8a\x88\x8b\x76\x40\x7f\x08\x4a\x36\xe8\x2a\xe0\x96\xca\x09\xa8\xc1\x15\x4a\x5c\xdf\xf9\x60\x70\xdd\x70\x7b\xed\x0e\x4b\xe0\x76\x1f\xd4\xf5\x80\x05\x9e\xd4\xd5\xdc\x52\x3a\xb4\x27\x0d\x8b\x5e\x6b\x73\x04\xfe\x6d\x71\x1b\xb3\x40\xce\xd5\x71\x3c\x48\xbd\xa4\xed\x53\x32\xa5\x44\x15\xed\x9b\x10\xf1\x93\x72\xba\x6f\xa2\x3d\x7f\xc3\x20\x82\xd9\xb6\xa1\xce\xda\x38\x19\xea\x26\x27\xe0\xa9\x54\x98\x1c\xb1\xf7\x5b\x90\x3b\xb5\x0b\x38\x46\xd3\x77\x32\xd4\x1d\x41\xc8\x86\x72\x48\x01\xf3\x58\xe8\xce\x76\x57\xb9\x7e\xae\x15\xf4\xc9\x96\x48\x0c\x80\x26\x97\xd2\x54\x85\xee\x91\x5e\x89\x9a\x96\x13\x14\x39\x9c\x4d\x3b\xdf\x22\x4c\x01\x9f\xab\xcd\x5a\xe0\x86\xae\x8f\xdb\x5b\xba\x43\x87\xe9\xcc\x14\x6a\xcc\xd6\xc4\xe8\xda\x4b\xdb\x21\x08\xd5\x93\x2f\x12\x28\xa4\x54\x60\x09\xe8\x8a\xd3\x19\x0f\x31\x02\x3a\xa3\x55\x1e\x11\x7a\x51\x7d\x8c\xff\x6f\xf2\xfe\xc5\xa9\x71\x1c\xfb\x1b\xc6\xff\x95\xe0\x67\x7f\xf9\xda\x8b\x92\xcd\xfd\x62\xc6\x43\xd1\x40\x77\xb3\x03\x0d\x03\xf4\xf4\xec\xf0\x50\x5d\xb2\x2d\x27\x1e\x1c\x2b\x63\x3b\x40\x86\xe4\x7f\xff\x95\x8e\x2e\x96\x2f\x81\xee\xd9\x7d\x9f\xb7\x9e\x7d\xab\xab\x9a\xf8\x48\x96\x75\x3d\xfa\x9c\x8b\x8e\x32\x2e\xb3\x93\x76\x44\x82\x8c\x3d\xb2\xbf\xec\x99\xab\x2e\x7e\x70\x32\xa5\xc4\x20\x6d\xb0\xc1\x31\x12\xfc\xb0\xca\xe3\xf4\xcd\xc8\xa6\xbe\x87\x40\x1b\xfb\xd6\x81\x29\xce\x48\x8b\x03\xc2\x11\x46\x31\x81\x0f\x86\xe4\xa9\xb5\xe3\xa8\xee\x41\xad\x1d\x47\x15\xcf\x2e\x8c\xcd\x0c\xd1\xfd\xae\x85\x70\x4e\x89\x51\xb2\xdf\xb5\x0e\x42\x06\x69\x9b\x4d\xec\x38\x4e\xb2\xd9\x98\xaf\xcc\x99\xf0\xd5\x39\x83\xbf\x0f\x55\xfe\x65\x48\x69\x21\x33\xfb\x31\xdc\x6c\xe2\x1f\xb1\x95\xc7\x2f\xd2\x04\xaa\x1d\x8b\x5a\x2a\xa8\xcb\xeb\xe3\xaf\xae\xe1\x6e\x0d\xa7\xd3\xf5\xe9\xe5\xef\x68\x30\xb7\x52\x47\xad\xd9\xb5\xb7\x46\xe8\xcb\x41\x46\xb8\xaa\xf6\x33\x5c\x5b\xa1\x47\xf0\x72\x57\x61\xe4\xe7\xb6\xc8\x5c\xfe\x2a\x9e\x6e\x8a\x69\x16\x06\x6b\xd8\xaa\x21\xd0\x53\x6a\x52\x14\x0b\x84\xaa\x01\x0f\xc4\xf6\x01\x79\xba\x30\xb6\xd0\x8b\x2e\xc7\xdb\x2f\xdb\x4a\x7f\x54\xca\xdd\x11\x39\x56\x8a\xbb\x47\xbe\xaf\xee\x76\xb9\x82\x1d\x75\x41\x1f\x89\x0f\xd0\x61\xb3\x49\xf2\x6d\x03\xdc\x9b\xb8\xf2\x99\x1c\xe0\x1f\xd2\xc2\x35\x0b\xa6\xe7\xa4\x77\xf8\xde\x92\x92\x9b\x19\xde\x79\xda\x66\x7a\xef\x78\xb9\x42\x2d\x72\x3a\x68\xe5\x64\x07\xd1\x0f\x12\xc0\x1d\x44\x12\x54\x7b\x07\xa6\xe7\xac\xee\xa2\xdd\x25\x1d\x0a\x91\xb9\x44\x56\x78\x58\xb5\xc9\xf4\xac\xfc\x9b\x7e\x23\x8c\x1b\xa1\x15\x96\xef\x3b\xf0\xb5\xd9\xac\xb5\xde\x0c\xef\xfc\xfb\x1d\x57\xf1\x95\x55\x20\x35\x5b\xbb\x14\xb3\xf9\xce\x5a\xc2\x8b\xa6\xa5\x60\x96\x16\xdf\xbb\x73\x10\xe7\xf1\xce\xe3\x5c\x8b\x4a\xee\xe2\xfb\x03\xaa\x3a\x43\x71\x65\x5e\x01\x90\x34\x28\xe3\xa7\xbb\x8e\x93\xea\x39\x6b\x6b\x2a\x95\xba\x65\x38\xa5\x38\x60\xc5\x42\x74\xa7\xc3\x24\x10\xb1\xf3\x80\x9c\x95\xb6\x36\x9b\xe6\x1e\xdc\x27\x5b\x94\x46\x15\xee\x28\x92\x2d\xa9\xd7\x15\x51\x22\xe2\xb6\x07\xfe\x17\xe2\x48\x29\x07\x3d\x92\xc8\xab\xb3\x3d\x30\x13\x81\x82\x36\x9b\x84\x9f\xce\xb3\x84\x4b\x0a\x27\xef\x39\x8e\xcc\x81\x24\x2d\xa7\x7c\x53\x23\x1d\x09\xb8\xd4\x6b\xc5\x7a\xdb\x75\x8d\x91\x88\xb3\xce\x94\x06\xfb\x01\x38\xc6\x4a\x15\x74\x4d\xae\xbf\xf3\x94\xa2\x89\x74\x3f\x51\x46\x05\xb3\x36\x5d\x05\x5a\x2f\x27\xec\xef\x9c\x23\xda\xaa\x79\x1d\xa8\x6a\x19\x0f\xb2\x66\xb3\x46\xde\x29\x2c\xa3\x6f\x29\x4c\xf2\x9b\xfa\xe2\x72\x66\x5a\xab\xec\x2a\x38\xaf\xf0\x43\xdb\xe0\xa6\x90\x14\xa0\x3c\x68\x05\x0a\xca\xce\x03\xed\xee\x21\xdd\xe2\x46\x72\x6b\x1d\x76\x80\xeb\x46\x0b\x0b\xa5\xce\xdd\x3d\x5a\x39\x5d\xe4\x39\x1d\xe4\x73\x8d\xe6\xd2\xa9\x22\x5e\x14\x38\xc9\x7e\x8c\xe6\xce\x8e\xc5\x40\x2c\xb4\x70\xb4\x00\xf7\xd5\x11\x6f\x36\xf7\x42\x34\xab\x31\xfa\x3d\xe6\xcd\x57\x77\x83\xaf\x77\x58\xfa\x08\x8a\xd1\xcc\x42\x91\x13\xca\xc9\xfa\xe8\x84\x6d\x06\xdc\x91\xeb\x84\xe0\x16\xb1\x72\x42\xcd\x66\xc1\x8a\xfb\x8a\x8e\xd1\xb3\xe3\xed\x47\xad\x2e\x7a\x72\x2e\x62\x53\x2a\x0d\x6b\xce\x20\xed\xed\x11\xc9\x90\xf4\x6e\x76\x1c\x27\xde\x5a\xd6\x8f\xad\x2e\x7a\x70\xf6\x66\x9b\xcd\xf3\x8f\xce\x8c\xa3\x44\xef\x07\x67\x26\xe0\x20\xba\x71\xf6\xd6\xe5\xcd\xf5\xf9\x47\xa7\x44\x53\xef\x95\xe9\xbc\x14\xe0\xaf\x8b\x66\xd3\xbc\xd9\x6c\x1e\x9a\xcd\x27\x6b\xb3\xd9\x9b\x6f\x36\xcb\x1f\x9d\xb8\xd9\x5c\xfe\x10\xef\xaf\x36\x9b\x98\x81\x2b\xeb\xc5\x6f\x36\x4d\x71\x1f\x84\x6f\x89\xe1\xe3\x3b\xf6\x69\x0e\xcb\x56\x28\x68\xc5\x16\x3a\x63\x9f\xe3\x2e\x15\xc0\x5a\x5d\x44\xdb\x69\x14\x7a\xc4\x8c\x51\xbc\x7f\x6a\xa1\x58\xba\xdf\xc9\x3f\xd6\xc1\x19\xab\xaa\xe3\xa1\x33\xc9\x5a\x22\xb4\x6e\x7f\x7d\xe4\xc7\x04\x38\xc2\x2e\x3e\xe7\xc6\xbd\xb3\x76\x28\xcf\x13\x38\xbc\x0b\xf4\x6c\x5a\x0f\x54\xdf\xb6\x90\x68\xd3\x99\x85\x6e\xe0\x0b\xda\x74\x69\x36\xcd\xaf\x0e\x46\xc7\xdc\xc4\xea\x49\x13\xeb\xb3\xe4\xa0\x11\x77\x8e\x9b\x01\x66\x17\x0e\x72\x33\x8e\xcd\x85\x97\xdc\x4c\x1c\x73\x46\x5f\xa1\x75\xc7\xec\xff\x1f\xbe\x72\xfb\x64\xab\xeb\x38\x0e\xfc\x3e\x04\xba\x0d\xbf\xd1\x57\x28\xcd\x39\x86\x3f\x3f\xf0\x27\x95\x99\x3d\x1c\xf2\x24\x9b\x3f\xa1\xaf\xa2\x25\xce\xb1\xf8\xf1\xa3\xa4\xa8\xb7\xf8\xe3\xa1\xcc\x60\x4b\x0a\xfa\xca\x2b\xeb\x1c\xf3\xbf\x3f\x8a\x67\xf5\x22\x3c\x1d\x8a\x54\x5b\x3c\xa3\xaf\xbc\x51\x32\xbd\xc5\x2b\xb2\xdf\x45\x5f\xe5\xd0\xc9\x0f\xb4\xa0\x49\xfb\x5d\x11\xcc\xd8\xdf\x6c\x4c\xbf\x34\x35\xd2\xc5\xbe\x9a\x0c\x31\xca\x27\x04\xda\xeb\x58\x16\x92\x26\x5b\xc7\xf4\xd5\xe6\xd4\xb1\xf6\xcd\xe7\x96\x67\xed\x77\x91\x9f\xaf\xbe\x7d\x67\xc5\x26\xb3\xb7\xef\x3c\xb7\xbc\xfd\x2e\x5a\x34\x9b\x73\x01\x10\x0c\x90\x9b\x8d\x2d\x5a\x73\x3d\x8f\xeb\x24\x07\xee\x0f\xc1\x81\xbb\xef\xac\xc0\x84\x23\x32\x38\x8e\xf3\x68\xba\x16\xbf\xd6\x56\xf2\x78\x36\xed\x7d\xb6\xd8\x95\x9f\x24\x89\x7d\x03\xa9\x95\xb0\x4b\x1e\x74\x30\xd2\xc2\x59\x48\x55\xe0\xb7\x6c\x77\x35\x77\x36\x56\x98\xd3\x0e\x30\xaa\xd8\x73\x21\x33\x60\x50\x89\x08\x28\xdc\x89\x0e\x57\xef\xe7\x8e\x0a\xfa\x05\xd6\x87\x8a\xa3\x9f\xc9\xf4\xf7\x94\xeb\x62\xf9\x8d\xf3\x28\x55\xbb\xbe\x74\xcb\x55\x25\xd9\x58\xae\x0d\x55\x60\x7a\x58\x50\x79\x71\x06\xcd\x8a\x42\xd8\xb2\x53\xc4\xf8\xa9\x9d\x70\xb6\xfa\x40\xd6\x76\xc2\xfa\x5a\x1a\x6b\xf5\x82\x9d\xd7\xeb\x25\xbf\xbb\xfb\x63\x65\x18\x5a\xc8\xb3\x33\x56\x7b\x41\xb3\x24\x4c\x7c\xba\x00\x52\x93\x2e\x8a\x28\xdc\xb6\x50\x03\x8c\xd4\xa5\x28\xf4\x50\xda\xdc\xed\x9d\x3b\xda\x66\xd3\x2f\xeb\x35\x6a\x7a\xe2\x0d\x43\x67\xbb\xe6\x95\xc3\xd7\x93\xa1\x20\xbb\xab\xcc\x37\xf1\x66\xd3\x2d\x57\x24\x5f\xcd\x95\x8b\x0a\xf8\x39\xd7\x8a\x3b\x4f\x4b\x5d\x47\xce\xe5\x77\x93\x3a\xd9\x61\x26\x60\xbb\xdd\xd1\x12\x13\xb8\x6f\x0c\xd4\x76\x0e\xd9\x6c\xc0\x25\xa9\x65\xec\xc7\xe2\xe6\xb6\x8a\x6a\x51\x75\x6a\xda\x6c\xa6\xb0\xf5\x1e\xf2\x3f\xf6\x0b\x28\x41\x51\xbe\xcf\xda\x31\xca\xa7\x17\x85\xdf\xa9\x9d\x29\xdd\x27\xe3\xc8\xb9\x93\x33\x9f\xa7\x21\x92\x2e\x18\x36\x86\xe8\x33\xd5\x21\xd1\x60\x50\x9d\xb7\xaa\xae\x7b\x63\x22\x83\x00\x5a\x4c\xb8\x2d\xb8\x32\x65\x3a\x22\xab\xc4\x23\x4e\x0e\xe3\x43\x69\xb2\x6b\x51\xbb\x63\x27\xb5\x22\x96\x26\x5f\xef\x64\x18\xb5\xfa\x9c\x64\xa7\x3e\x27\x54\x52\xb8\xba\x63\xae\x06\x9f\x49\x13\x62\xc5\xa8\xb5\xd9\x68\x68\xf0\xaf\x3a\xd3\xf3\x15\x51\xf6\xa7\xe7\x54\xdb\x90\xb7\x29\xeb\x3e\xf5\x92\x56\xbe\x6a\xb9\xf0\xaa\x85\xb2\x6d\xbd\x8f\xd5\x6a\x97\xf7\xd5\x41\xad\xd2\x97\x4d\xf1\xcd\x66\x2f\x54\xf7\x08\x15\x3a\x60\x2f\xdd\x6c\xd2\x5c\x5f\xac\x55\x60\xb3\x01\x1c\x85\xdd\xb4\xe2\x4e\xb3\xb2\x7e\xdc\xc9\x1a\xfe\xd1\xb7\xc0\xc1\xa9\xf2\x2d\xc7\x53\xb5\x2e\x56\xb0\xea\xad\xb2\xb2\xd0\x5e\xdc\x6c\xb2\x45\xe3\xd4\x57\x6d\x87\x2d\xb4\x9a\xd5\x49\x37\x1b\x3e\x70\x9e\xa3\x5d\x29\xd2\xc2\xe0\x11\x84\x7c\x27\xc9\x6a\x1d\x68\x96\x12\x65\x01\xb8\xc1\x1c\xdc\x08\xc0\xe2\xed\xfb\x6d\x88\xfb\xc7\x3f\x21\xa0\x16\x2e\x40\x2d\xcc\x51\x89\x5c\xb1\x85\x17\xb6\x07\x55\x55\x94\x13\x2c\xcc\xe5\x6b\x4a\xc1\xfa\x34\x58\x20\xb2\x03\x35\xac\xc8\x8b\x4b\x10\x95\x69\x1a\xd6\x74\x96\xdb\x9a\x50\xb2\x39\x23\xea\x20\xdd\x71\xdc\x2e\x2f\xd5\x1d\x4e\xca\xe5\x08\x66\x70\xcc\x23\xe6\x37\x9e\x1b\xd6\x16\xd5\xad\x6c\xbb\x57\x26\xf3\xb6\xda\xbd\x4a\xfc\x84\x3c\x4e\x7a\xb0\x28\x33\x8d\x8c\x2e\x5b\xd9\xdf\xa5\x12\x00\xd8\x05\xff\xb9\x6f\x66\xfb\xb1\xa5\x52\x24\x3e\x60\x03\x4b\xe5\x60\xd2\xfd\x44\x0e\x52\xc2\x07\x9b\xe8\x00\x9a\x14\x46\x95\x08\x00\xcd\x6d\xc0\x3b\x8f\x8a\x68\x75\xcb\x8f\x8a\xc4\xf2\xa8\x08\xad\x3d\x23\x42\xdb\x5f\xa3\x30\xad\xa1\xa6\x2b\x17\x4e\x03\xc9\x43\x22\xb4\xfd\x55\xc6\x03\x3f\x96\x16\x36\xc7\x30\x18\xbd\x26\x32\xd7\xb7\xc4\xc6\xf8\x6d\xce\x9d\xcb\x41\x15\x5f\x2e\x46\x9c\x16\xfb\x96\x72\xfe\xf6\x5a\x39\xfc\x30\xd3\xb7\x14\x43\x16\xc5\x62\x12\x61\x43\xe7\xdd\xa0\x6f\x1d\x4a\x68\xa6\x62\x0b\xc3\x4c\x24\x4e\xf0\xec\x24\xa1\x4b\x7e\x87\x00\x4a\x35\xd2\x47\x12\x2d\x49\x02\x32\x34\xf7\xd9\xb9\xa5\xd7\x64\x16\xa6\x19\x49\x18\x57\x65\x88\x03\xbe\xc1\x60\xc7\x79\xb8\x08\x33\xe4\x31\x2a\x23\x7d\x62\xac\x2e\x9e\x9d\x90\x65\x36\x47\xbe\xa4\xf2\xf0\x63\x4b\x21\x77\xa7\x28\x00\xe9\x9c\xf5\x3b\x4f\x99\x3b\xa1\x3c\x7b\xc9\x09\x0b\x27\x14\xa7\xe3\xf8\xf3\xcc\x09\xe1\xbc\x3f\x7f\x62\x12\x7d\xe1\xd0\xc6\x9a\xbd\xaf\xee\x3d\x77\xf5\x27\x08\xf5\xf6\xd5\x09\xf3\x48\x70\xc7\xda\xdb\xda\x0c\x40\xcf\x65\xba\x18\x52\xf4\x54\x4e\xe0\x63\x84\x1e\x80\x5e\xb6\x88\xa3\x1b\xd9\x6a\x74\xea\x84\x2a\xba\xc0\x19\x5c\x6e\xfb\x48\xa2\x43\xf1\x77\xbf\x6b\x7b\xd2\x7a\x4e\x36\x1b\x22\xaf\xc5\xdb\x6c\xfc\x66\xd3\x87\xee\x38\x5d\x2c\xb3\x35\x7c\x31\xad\x9c\xee\xcb\xd0\x4b\xc1\x2a\x9c\xcf\x93\xd2\x5a\xb8\x33\xe4\xd3\x57\x63\x3f\xbe\x77\xc8\x16\x10\x3b\x05\xdc\x03\x74\x7e\xff\x74\x6c\xa1\xe2\x94\xb0\x31\x2a\x4e\x08\x3b\x45\xe5\xe9\x60\x47\x48\x1b\x26\x7b\x81\x2a\x53\xc3\x5e\x89\x10\xfe\x84\xff\x95\x20\xae\x32\x5b\xec\x33\x94\xcf\x15\xdb\x47\xda\xfc\xb0\x03\x81\xf3\x96\x48\x4d\x02\x7b\x56\x64\xbf\x8f\xf9\x75\xf2\xf6\xba\x74\xe9\xbc\x8b\xf4\xc9\x65\xcf\x91\x9c\x0b\xf6\x57\x54\x33\x13\xec\x63\x54\x37\x0f\xec\x67\x54\x33\x0b\xec\x27\x54\x9d\x03\xf6\x03\x6f\x4b\x6a\xdf\x1c\xde\xb4\xbd\x79\x18\xf9\x09\x89\xed\xbb\x7b\x15\x98\xed\x74\x2b\x43\x03\x69\x03\x71\x22\xba\xfb\x72\xc9\xaa\x9e\x56\xad\x7a\x74\x77\x0c\x44\x09\x41\x49\x69\x61\x4b\x66\x0e\x23\x77\x81\x97\x36\xa9\xae\x69\xd5\x5b\x7c\x70\x5a\x70\x08\x20\x23\xcf\x99\xfd\x02\x00\x3a\x43\xa1\x84\xde\x3c\x2a\x24\xc4\xd3\xe2\x68\x95\x7d\x09\x6c\x55\x6c\x46\xe5\xa4\xa5\xb4\x68\x21\x0f\xc7\xac\x5d\x76\xd2\x16\xbf\x38\x85\x2e\x25\x85\x2e\x11\x95\x04\x9a\x3f\xe3\x19\x78\x67\x0b\xa2\x78\x12\x29\xa7\x31\xeb\x79\x99\x02\x4f\x22\xe5\x9c\xe0\x47\xa2\x52\xe0\x49\xbd\xe3\x6b\x6f\xf8\x82\x7a\xf9\xa8\x15\xc4\x1e\xb6\x30\x22\x35\x0d\xa9\x95\xd2\xa8\xb2\xd3\xcb\xbc\x28\x51\xa3\xc4\xa4\xf5\x12\x97\xc5\x4e\x22\x42\x9c\xc6\xe2\xb6\xf2\xf8\x30\x6c\x36\x43\xbd\xbe\xa5\x47\x13\x33\x59\x4e\xcb\x04\xcd\x65\xd2\x57\xdd\x06\x57\xc8\x04\xaf\xb2\xcd\x51\xb7\x27\xaa\x1b\x33\xc8\xd6\xb2\xb6\x07\x2a\x4c\xb0\x62\x9f\xd8\x89\x8b\x61\x58\x29\x35\x29\x6c\xb1\x7a\x78\x53\x7e\x11\xc7\x0d\x7f\xc7\x80\x8f\xc8\x28\xa7\xea\x0b\x10\xff\x53\x5d\xf7\xb1\x67\x02\xb8\xc6\x16\x6b\x4a\xf9\x76\x26\xac\x0b\x52\x98\xf3\x42\xbe\xad\x15\x0f\x54\xb1\x8a\xbc\x72\x83\xc4\xab\x7e\xe1\xb5\x96\xf1\xd2\x9e\x17\xeb\x61\x42\x0f\x94\xdf\x75\xd1\x17\x5b\x20\x61\xf9\xea\xcd\xca\x4d\xbd\x24\x84\x45\xcb\x24\x42\xfe\xe8\x92\x3a\x1f\x6d\x21\x0f\xf0\xd9\xa0\xb4\x1e\x75\xab\xdf\xb4\x2c\xed\xb2\xb7\xdc\xd1\x3a\x46\x7f\x0b\x76\xdd\xae\xb3\xcb\xa7\xfa\x55\x67\xdd\x8a\x5b\xee\xee\xd6\xc9\xda\xd4\xa5\xe5\x05\x7c\x87\x63\x77\xc1\x20\x0e\x93\x0e\x1c\x91\x44\x54\xdc\x72\x9a\x54\xb4\xeb\x2c\xaf\x90\xab\x38\x98\x90\xb3\x48\x52\xde\x06\xf5\xad\x7b\x25\x71\x97\xdb\x72\x5d\x5e\x0b\xed\xac\xd3\x5f\x98\x50\xbb\x8a\xfa\x4f\x4e\x34\xeb\xaf\x85\xe1\xad\xe0\xc0\xb8\x10\x3d\x5b\xdb\x98\x42\x10\x36\x72\xc4\x87\xf3\x68\x1b\x9c\x90\xaa\x78\x08\xfc\x79\xa5\x07\xef\xf5\x2a\xc1\x7b\xfd\xfa\x00\xbb\x2a\x30\xaf\xe3\x38\x7e\xc9\xef\x4e\xdf\xe1\x79\xc4\xde\x5a\xb4\xa7\x9d\xd9\x0d\xea\x4a\x90\x68\x20\x80\x20\xbe\x75\xb8\x50\x0f\xdd\x5b\x57\x82\x00\x0e\x3c\xa6\x6f\x0d\x80\x5c\xcb\xae\xe3\x3c\x56\x31\xf7\x14\x22\xfb\x72\x60\x01\xb1\x7c\x25\xb6\x3c\x66\xd8\x52\xa1\xe3\xe7\xfc\xf3\xc7\x87\x2f\x5b\xfb\x18\x3d\x39\x45\x97\x32\x19\x8e\xeb\xc1\x61\x2b\xfa\x90\x09\x62\x76\xf7\x1f\x1d\x74\xc3\x9e\xf7\x62\x05\x58\xe0\xa1\x10\x03\x1e\x9e\x59\x0f\x84\xf1\xec\x28\x8a\x20\xe0\x3b\xc7\xad\x0f\x9b\x4d\xac\xc7\xc7\xb6\xd0\x29\x2b\x4d\x2f\x2c\xff\xad\x5c\x57\xd1\x99\xf3\x2c\xfd\xe8\xd1\x89\xf3\xc2\xa1\x62\xac\x43\x45\x8a\xf2\xa8\x19\x36\x57\xa0\xb1\x5f\x1d\x7d\x6b\x79\xca\x23\xe1\x3e\xe5\xe0\x6e\x55\x82\x81\x9e\x04\x65\xae\x82\x61\x5f\xb7\xe8\x56\x7c\x95\x77\xf6\x59\x1e\x94\x14\xa9\xd8\xc7\xb6\xc9\xa0\x9a\xe3\x38\xf1\x66\xa3\xf9\x62\xab\x43\xca\x50\x23\x4b\x56\x6d\xbf\x6b\x77\x91\x16\x18\xd9\x76\x0f\x5d\xa9\x24\x15\x76\x12\x3d\x8e\xb2\xad\xce\x66\xd3\x43\xba\xdf\x95\xce\xbb\xe8\xda\x51\xce\x2f\xa1\x85\x4e\x2c\x74\x6b\xa1\x2b\x47\x50\x30\x50\x2e\xe4\x63\x0a\x8f\x9f\x9c\xbd\xbd\x37\x19\xcf\x4e\x26\x20\xe1\x99\x19\x5b\xcd\x66\x6d\x41\x1c\xc3\xc8\x7c\x5c\x2e\xf9\xb6\xe3\xf9\x8a\x3d\x6d\xd1\xa7\x66\xf3\x85\x15\x38\x93\xe7\x4b\x4b\x9e\xd0\x70\x78\x9d\xb3\x10\x55\xe1\x93\x32\xcc\x31\x2d\xab\xd6\xcb\xd5\x42\x4b\xf3\x1a\xed\x5c\xf6\xb0\x9f\x16\x66\xf4\x21\x1b\x58\xfb\xb4\x22\x5d\x2d\x17\xa8\xd6\xcf\x3b\x6f\x0d\x5b\x6f\x42\x2a\x61\x93\x52\xc7\xf8\x05\xb9\x44\xaa\xa3\x74\xd9\x1c\xd5\xa8\xec\x55\x46\xd6\x9d\x97\x31\xa9\x93\x2a\x1e\x91\x58\x2a\xf6\x99\x1e\x3d\x77\x5b\xf6\x87\x87\x8f\x98\x0f\xbb\x9a\x7b\xd3\x6c\xce\xcd\xab\xba\x6e\x12\xbc\xcd\x42\x33\xf3\xa2\x2e\x9d\x73\xae\xf2\x6e\xb1\xe3\x34\xc8\xdb\x07\x2e\x50\xee\xa5\xc6\xd6\x5e\xbd\xa7\x5a\x29\xf9\xb5\x4d\x49\xc0\x56\xa5\xe3\x66\x63\xa4\x54\x95\x2f\xb5\xe4\xa2\x8f\x1c\xd7\xc6\xe5\x1c\x8b\x54\x39\x96\xa5\x3b\x12\x97\x52\x11\xf7\x64\xca\x34\x17\xa6\x03\x53\xda\x92\x0a\x5f\x55\xee\x46\xba\x70\x7e\x93\x25\x61\xcc\xd6\xdf\xbd\xd5\x6c\xd2\x9a\x7e\x01\x7b\xac\x2a\x70\xa7\x90\x2f\xca\xe9\xec\x2c\xa7\xe2\xad\x58\x44\x91\xdf\x11\x7e\x3f\x87\xca\xc2\x11\x2a\x77\xb0\x2b\x23\xfc\x82\xa9\x44\x04\xbf\xb6\x0e\xa8\xd4\xa9\x97\x37\xa7\xfc\xf2\xe1\xdc\x13\x52\xf2\x78\xba\xad\xf1\xa3\xd6\xa6\x29\x5b\x78\x15\xd3\x89\x60\x54\x8a\x4c\x51\x92\xc7\x87\x31\x33\xb0\x7a\xc5\xaf\x97\xfb\xaa\x47\x0f\xd8\x85\x24\xf6\x91\x16\xa2\x10\x6e\x6f\x29\x84\x17\xc9\xb4\xad\x3a\x95\xaf\x14\xd4\x66\x2b\x78\xa9\x02\x0b\x3c\x99\x99\xbf\xeb\x3b\x71\x65\x3f\x3e\x14\xbb\xb1\x2d\x0f\x8c\xa1\xa5\xc3\xb8\x93\xae\xb5\xde\xc5\xb1\x97\xa0\x4e\x04\xa6\xe7\x35\x9b\x1e\x9c\x3d\x3a\xe4\x7f\x20\xcc\xbb\xb8\x72\xb1\x70\x06\xe5\xf5\x6d\x31\x86\x5b\xc4\x80\x45\xd2\x3a\xa6\x58\x19\x33\x33\x44\x29\x5c\xe8\x5c\xe4\xb2\x9a\x4d\xcd\x56\x3e\x2b\x3e\x13\xfd\xb4\x76\x2d\xeb\x18\xe6\xaa\xc0\x26\xe1\x20\x78\xd9\x9d\x5d\xb0\xdb\x9a\xb3\x5d\xdd\xaa\x99\x50\xaa\xcb\x6a\x83\x37\x18\xd0\x43\x2d\x63\xdf\x04\x2e\xf2\x40\xd6\x87\xf0\xbf\x2d\xd6\xa3\xd0\xfb\x59\x72\x7d\x66\x95\xda\xd4\x6d\x75\x3b\x16\x63\x45\xed\xf0\xca\x54\xac\xc5\x92\x72\x1a\xbc\x8f\x4d\x93\x38\x7b\xe6\x5e\xbc\xd9\xec\x11\xcb\xca\x45\xbc\x52\x45\x18\x6f\x2c\x5c\xb2\xc9\x08\x94\x31\x18\x0e\xd6\x54\x55\xac\x6a\x50\xe7\xc5\x82\x07\x49\x9b\x2d\x9c\x9f\x82\x76\x42\x9f\x84\x45\xe8\x11\x9e\x05\x18\xbb\x56\xe4\xf5\x5f\x0c\x2e\x15\xd7\xda\x06\x62\xb9\xfd\x56\xf4\xe2\x1a\xb7\xca\xa3\x01\x55\x34\x36\xb4\xac\x23\x48\x1d\x5a\xa7\x17\xa7\xfa\xea\xf4\x1c\xaa\x82\x06\x51\x6d\xc5\x2f\xcb\xf1\x86\x02\x87\x96\x44\x9b\xb9\x4e\x41\x0b\x87\xe6\x72\xd0\x0c\xde\xae\x70\x86\x47\xf9\xed\x14\xad\x1d\xaa\xc4\x02\xd7\x79\x51\xd1\x08\xa1\x3c\xae\xbb\xd3\x2e\x59\xd2\xc8\xa8\x7c\x31\x96\x9e\x4f\x5d\x96\x55\x89\x6e\x58\x28\x4d\x12\xb7\xe8\xab\x44\xa6\x2b\x5d\xea\xb3\x90\x6b\xa1\xe3\x3c\x49\x17\x00\x21\xed\x39\x4f\xd3\x64\x41\x48\x7a\x72\xe2\x7c\x09\xea\xec\xd2\x84\x43\x38\x7b\xab\xb2\xc6\xbc\xd9\x24\xf2\x5c\x13\xdf\x6b\xca\xd7\x30\x3d\xc8\x8f\xf9\x70\x85\x30\x7a\x91\xe0\x4a\x46\x1d\x7a\x94\xae\x3d\xbb\x58\xe6\x7c\x81\xc0\x3f\x21\x2e\xeb\xd2\xb3\x8a\x2e\x3d\x2c\xeb\xd2\x71\x55\x97\x9e\x16\x74\xe9\xcf\x75\xba\xf4\x66\x73\x55\x23\x75\xd7\x28\xd8\xb3\x1a\x05\xfb\x93\xae\x60\x5f\x15\x14\xec\x5f\x35\xc5\xfa\x83\xe0\xd9\x5e\x91\x67\x2f\x6b\x55\xe5\x2b\x35\x9b\x85\x00\x5e\x2b\x2b\xe7\xb9\xa4\x94\x5d\x27\x10\xe7\xb9\x84\x20\x5d\x14\xdf\x02\x4d\xc3\x3f\x2f\x6a\xf4\x8f\x73\xa1\x6f\x51\xb7\x0f\xcc\x50\x2d\x0f\x2c\x5e\xfc\x24\xa5\xc3\x47\x25\x1d\xae\xb7\x56\x1e\x6c\x0e\xac\xc0\xc5\x8e\xaf\x8f\x9f\xf7\x2a\x7c\x3c\xac\xd0\x6c\x22\x2f\x02\xd1\xa6\x51\xfd\x27\x0a\x77\xc4\x69\xdc\x46\x1e\x98\x85\x2b\x66\x2a\x45\x1c\xd6\xd0\xec\x57\x5a\x65\x81\x23\xb2\x56\x99\x8a\xaf\x55\xb9\x26\xa2\xbf\x0e\x1f\x17\xf6\x6c\xa1\x0e\x7a\xec\x9b\x85\x18\xf8\x87\x1d\x3b\xfb\x7b\x5d\x13\xd5\xe5\x60\xbb\x5c\xbb\xf2\xcf\xf1\x75\x29\x58\x1d\xd5\x63\xa1\x69\x15\x45\x89\x1e\xb5\xb5\xd2\x0e\x9b\x32\x54\xd6\x6c\x66\x9a\xdb\x51\x78\x98\x98\x21\x22\x16\x04\x2f\xaf\xb2\xbd\x6f\x1a\x04\xb6\xd5\xb2\xfe\xd7\x96\x55\xe9\xb1\x72\xf7\xe0\x01\x69\x36\x4d\x7e\xa7\x16\x1c\x70\xcc\x3b\xcb\xd9\x2b\xde\x1f\xa0\xc2\xfc\x9d\xa5\x37\x74\x41\xa0\x39\xa7\xe2\xa2\x0c\xd8\xe2\x0a\x62\x8c\x55\x68\x85\xc6\xe4\xdf\xb8\x71\x30\xdf\x75\x12\xfd\x89\xad\xbe\x03\xbe\xd9\x27\xc5\xfb\x8d\xd8\xee\xcf\xaf\x58\x29\x62\xfd\x82\xff\x39\x51\xda\xfc\xb8\xfd\x35\x4c\xcf\xe2\x98\x24\xbf\xd1\x98\xfc\x44\xd6\x69\x96\xd0\x07\x52\xbf\x8c\x0a\x57\x14\x96\x5a\x24\x37\x9a\xef\x1a\x18\x9d\x63\x94\x9f\xab\x61\x7b\x0f\xe8\x21\x1b\x16\xdb\x84\xd3\xd0\x05\x94\xcd\x07\x27\x7f\xde\xd1\xff\x6f\x78\x80\xee\x9c\xd5\xc5\xb9\x09\x1b\x0c\xc0\x2c\xf0\xb0\x54\x21\xed\xbe\x86\xd5\x99\xc0\xb6\x48\xb6\x16\x57\xf5\xf3\x44\x20\xc1\x54\xf9\x38\x6a\xb8\x24\xd4\x0e\x2c\xd3\xc3\x97\xad\x4d\x2d\xa5\x97\x2b\xf8\x99\xbe\x6c\xed\x30\x8f\xe2\x29\x6c\x3e\x82\x73\xca\x0f\x48\xaf\x3c\x81\x80\xf2\xad\x45\xff\xa2\xdc\x6d\xf1\xbf\x11\x35\xad\x70\x85\x1d\x8f\x1b\x59\xc4\x52\x89\xa6\x25\x0d\xd5\x01\x09\x5c\xd0\x97\xa6\x0e\x6e\x36\xb1\x6a\xed\xca\xd1\x3c\x80\x8b\x3b\x10\x55\x3b\x43\x22\x37\x8b\x58\x6b\x1d\x16\xed\x0e\x21\xc4\xf3\x5e\x57\x39\x35\x3a\x8e\x63\x6a\x4d\x67\x93\x4f\x3d\xa8\x28\x22\xcd\x66\xe8\x38\x52\x70\x6c\x36\x63\x78\x98\x09\x28\x43\xe1\xa9\x50\x1b\xbe\x18\x33\xd9\xbc\xcd\xc6\xf4\x9c\xbd\x8e\x85\xbc\x66\xd3\x54\x6d\x58\x69\xb0\xe6\x65\xbb\xb5\x2c\xb4\xda\x7e\x47\x3c\xb7\xaa\xe6\x42\x8a\x07\x05\x6d\x46\xa1\x10\xf1\xee\x77\xc6\xda\x2a\x45\xd4\x28\x14\xbf\xe3\x65\xd3\xda\x6c\xbe\x27\x2c\xd4\x6e\x55\xc6\x95\x10\x9a\xb4\x89\xa4\xc9\xb3\x77\xf7\x36\xb7\x04\xb6\xc3\xf4\x28\x8a\x38\xba\xd4\x74\xe2\x42\x1b\x23\x36\x99\x3c\x85\xeb\x2d\x28\xaa\x7f\xef\xaf\x59\x5c\x8a\xe1\x41\xf4\x68\x07\xe2\xba\xd2\x8a\x6c\x10\xaa\x28\xcd\x58\x06\x14\x29\x84\x00\x31\xb2\x84\x90\x59\x12\xfa\x06\x84\x02\x51\x51\xa7\x8b\x37\xd6\x90\x36\x1c\xf5\x61\x6c\x5b\xca\x31\x9a\x9d\xe5\x65\x2b\x0c\x2a\x09\xa5\xd9\xb9\x5a\x58\x05\x4b\xca\xcb\x16\x2c\x26\xb9\xf0\x8a\x66\xce\x42\xf6\xf7\xa3\xb3\x90\xeb\x40\xf8\xfc\x69\xd7\xdf\x2d\x16\xe6\x4a\xc6\xbc\x0e\xf5\x2b\xa6\xd4\x6a\xf4\xb6\x9c\xa5\xad\x9d\xa5\x88\x15\x04\xe6\x6f\xb5\xd3\x20\x37\xaf\xc9\x5a\x58\x64\xea\x36\x22\x7b\xbd\x0b\xe9\x7f\x09\x51\x64\xbe\xf8\xea\x82\xf0\x38\x64\xf5\xcd\x42\x0f\x47\xf5\x11\x4f\x35\x1b\xb9\x91\xdf\x6d\xc7\x17\x0a\xbf\x3c\xcb\x08\x70\x94\x12\xa3\x3e\x5a\xc3\x12\xbd\xd4\x35\xc4\x76\x51\x41\x59\x5e\xee\x2b\x1e\x52\x7b\xa9\x05\x1b\xda\x5a\x68\x56\xa7\xdd\x2e\x68\xe6\xb9\x96\x85\xd5\x43\xb2\xee\xd9\x6e\x25\xf6\xb7\x6b\xb0\x0b\x78\xae\xce\xc5\x1f\xd5\x6d\x91\xc5\x8c\x85\x24\xa4\x4f\x78\x3b\xae\x43\xfa\x54\xed\x2b\x8f\x5b\x34\x57\xe1\xaf\xb4\xaa\x8b\x7d\x0e\x75\xfe\xc3\x6a\xec\xaf\x25\x3d\x6b\x5a\x56\xb4\x16\x2f\x2f\x2e\xfb\x0a\x6a\xea\xc4\x02\x1e\x88\xf3\xa9\x9b\x31\x56\x94\x15\x03\x9e\x68\xfc\x2b\x71\x00\x26\x94\x41\xe6\x51\x14\x1d\xe4\xf2\x47\xb3\x29\xee\x8d\x56\xde\xc4\x3b\xf8\x56\x8c\x48\x31\x68\x53\x3d\xf2\xcc\x35\xf8\x1a\xf8\x29\xc6\x9c\xa9\xff\xc0\x8e\xc8\xcc\x35\x67\x81\xc9\x5d\x7c\x5f\xc0\xc6\xe5\x03\x9c\xff\x27\x95\x78\xb5\x4a\xbb\x8a\x4e\xa2\x3e\xd4\x53\x07\xd5\x0c\x30\xdf\x59\xe4\xf0\x1c\x58\x64\x7f\x9f\x65\xbb\xeb\xdc\x2b\x41\x51\x32\x25\x52\xbe\xe8\xad\x34\xe1\xaa\x7e\x15\xb9\xf6\xfc\x71\xf7\x99\xf9\xdd\x88\x71\xc7\x04\x95\x5e\x8b\xe6\x1e\xd9\x6c\xf6\x48\x3b\xa5\x0b\x52\x7b\x5b\x5b\x2e\xeb\x1e\x66\xaf\x22\xd3\x3c\xa3\x65\x17\x25\x9f\x6d\xc5\x37\x61\xf7\x74\x7c\x55\x55\x2a\x96\x53\xe9\x0c\xae\xf6\x3e\x74\x14\x37\x80\xf8\xea\x58\xf8\x6b\x75\x96\xe7\x08\x6a\x80\xf8\x1e\x3f\x32\x03\xa7\x7a\xa5\x37\x48\x3d\x60\xaf\xb9\x4b\xaf\x88\x39\xf5\xdb\x64\xc3\x94\x2b\x59\xd4\x55\xd0\x1d\x5d\xa3\xf3\xb2\x55\x1b\xe2\x5e\xb7\xaa\x83\x75\xe1\x82\x8a\xf5\x62\xc7\xdd\x76\x0a\x26\x24\x05\x98\x11\x6a\x30\x00\x3b\x54\x5d\x43\x97\x3a\x37\x99\x79\x3e\x47\xb4\x74\xc9\x83\xd8\x82\xa8\xb8\xeb\x01\xee\xdb\xa8\xbf\xe3\xa1\xfe\xd2\x8e\x14\x90\x31\xdb\x74\xee\x9d\x97\x45\x18\x8b\xcd\xa3\x3f\xe1\x37\x8a\x85\xcd\xe6\x5d\x9a\xdf\xd8\x55\x73\x63\xda\x2b\x65\xf4\xe0\x66\xb2\x7b\x94\x88\x7b\xbd\x58\x6d\xb9\x96\xbc\x70\x8f\x5a\x7e\x6d\x53\x0b\xae\xdf\xc9\x6f\xd5\x39\x9a\x6f\xc5\xab\xb9\xb6\xbb\x7a\xcd\x13\x2e\xde\x08\xb5\xeb\xd6\x0a\x01\x0e\xb6\x16\xfa\xba\x70\xee\x0c\xb9\x54\x0d\x64\xf0\xcd\xca\x40\x46\xc1\x7f\x0b\xf0\xac\x81\x8c\xcf\x9f\x6e\x8e\xde\x9f\x7e\xad\x4d\xab\xe0\xdf\x72\x21\xd7\xc4\x23\xe1\x23\xc7\x70\x3b\xca\x2a\x65\xa9\x8d\xbd\x58\x2e\x56\x51\x19\x54\x8f\xf1\x32\x9d\xd3\xec\x1d\x09\x68\x42\x54\x4a\xdd\xa7\xaa\x85\x29\x1f\xb1\xca\x17\xb8\xf7\x9a\x71\x0f\x40\xef\xf8\xdf\xbe\x7d\x82\x33\x11\x68\x56\x4a\xf2\xe6\x5d\x93\xc0\x79\x35\xb5\xed\x86\xb1\x0f\x12\xf8\x2b\x5e\x88\xaf\x95\x5e\x59\x7c\x07\x39\xa7\x29\x64\x3e\x8b\xd3\x0c\xc7\x1e\x71\x08\x12\xc7\xfd\xbe\xce\x69\x98\x66\x05\xb6\x5c\x1b\x76\xfb\xeb\x42\x4a\xf8\x77\xf7\x48\x93\x29\x12\xeb\xc5\x90\x0f\xc6\x9e\xe3\xb0\xba\xd2\xa0\x91\xdd\x25\xf7\xd2\x80\xb7\xe7\x38\x04\x1e\xe3\x66\xb3\xd5\x85\xcb\x2c\xc0\xf5\xf7\x32\x30\x13\x6b\xb3\x31\xa9\xb8\x35\xc0\x42\x2c\x5b\xfd\x36\x77\x77\x2f\xec\xe0\x38\x99\xc1\xb1\xad\xb4\xbc\x9b\x3b\x2a\xe5\x2e\xbe\x3f\x60\xdf\x6f\xe3\xe5\x32\x5a\x43\x4f\x6e\xad\xad\x0a\x43\x10\x36\xc2\xb8\x91\x59\x89\x19\xe6\xc1\xca\xf8\x69\x2f\xa4\x82\x07\x8a\x4e\x51\xe1\x41\x50\x81\xcc\xb0\xc9\x29\xf6\xe6\xb5\xfb\x93\x74\xe4\xbb\x23\xf7\x62\x9f\xd9\x75\x98\xe6\x79\x91\x8f\x97\xdc\xdc\x20\x76\x94\xe3\xf0\x88\xbe\x87\x99\xf3\x02\xa7\x62\x3a\xe2\x08\x22\x3f\x08\xc3\x13\xf9\xa1\xa6\x42\x18\x0f\x3d\xa1\x70\x3c\xaa\xfa\x86\x38\x80\x53\x7d\x63\x6b\xef\xb8\xac\x45\x9c\x9f\xdb\x71\x91\x8b\x65\xa1\x6c\xab\x5a\xf6\xb4\xd0\x3a\x44\x8f\x31\xa7\x72\xa8\xa9\x1a\x3b\x99\xb6\xa8\xc8\xb7\x5e\xe9\x92\x08\xfb\x06\x0f\x52\x74\xe9\xa6\x24\x79\xac\x13\x75\x93\xcc\x8c\x4b\xc7\xcb\x0e\xe2\xf6\x57\xa9\xd9\x2f\xbd\x1e\x93\xa7\x06\x69\x17\x89\x95\xeb\x03\xe0\xfb\xf5\x05\xb4\x29\xff\x51\xf9\x26\xe8\xee\x56\xf1\xdb\xb5\xde\x59\x34\x78\xc5\xed\xfa\xac\x1f\xa6\x1e\x8d\x63\x18\x09\xe9\x49\xba\x33\xb7\xa8\x0c\x70\x93\x5f\x44\x8e\x57\x54\x88\xca\x4e\x48\x9d\x52\xab\x50\xe2\x3c\x2f\xcc\xd3\xd0\xa4\x96\x85\x42\xf6\x9b\x5a\x07\xa6\x09\x5e\xe5\x3c\x68\x0c\x84\x49\x86\x9f\x9b\x0d\x88\x08\x32\xd0\x0a\x24\x88\xdf\xcd\x26\xbf\xcb\x26\xfc\x93\x1c\x65\x19\x59\x2c\xb3\xf4\x87\x7e\xb3\x19\x36\x9b\x89\xbc\xe6\x46\x4b\x82\x7b\x6b\x34\x08\x2a\x4d\x34\x22\xbc\x4d\x58\x3c\xfa\x27\x3f\xb8\xdd\x6a\x08\x05\x7a\xb9\xd8\x7e\x93\xc0\x4d\xcc\x76\xf5\x7b\x4e\x07\x11\xa8\xe1\x4e\x5e\xfa\x7a\x6a\x9d\x12\xf7\x1b\x6f\xf8\xa8\x54\x44\xa9\x46\xcb\xad\xd6\x6e\x60\x2a\x28\x3e\x63\x08\x71\xf5\xfd\xba\xac\xaa\xe1\xdf\x27\x11\x5e\x43\xb0\x68\x11\xa8\x09\x74\xfb\x7e\x08\x97\x76\x17\xe7\x17\xd7\xf3\x3f\x84\x4b\xd9\xb9\xe2\x0d\x38\xbb\x50\x7b\xe0\xf3\x40\xba\x6e\xe8\x71\xc7\xc4\xb1\xca\xe2\x1d\x1c\x35\x19\x6b\x2e\xe1\x48\x36\x1b\x73\x8f\x4a\x25\x5a\x98\x16\xeb\x77\xf4\x88\x43\x50\x97\x98\xd6\xa1\x14\xe4\xeb\x96\xa5\x29\x37\x83\xdc\x4d\x3e\x7c\x23\xc6\x7a\x7c\xa8\xd7\x3a\x25\xd9\x6d\xb8\x20\x74\x95\x99\x66\x41\xf6\x2f\x4f\x3e\x6b\x6b\xb1\x56\xc8\xef\x95\x53\x61\xd2\x7c\xb3\xef\xbb\xba\x0b\xa9\x6e\x04\x4a\xb1\xce\xe3\x9d\x23\x18\x7f\xe7\x08\x26\x6c\x45\x37\x9b\x66\x22\xa3\x96\xef\x62\x76\xe5\xc0\xdd\x34\x08\xde\xea\x56\xcb\xfe\xae\xd1\xac\xe7\x7a\xf2\xd8\xf2\x7f\x6c\xac\x77\x8c\xd5\xae\xc1\xfa\x2b\xa7\x25\xea\x23\x9e\xef\xee\xd9\xe2\xa7\xeb\xb5\xbf\x05\x6d\x81\xe2\xed\xb1\xe4\xd3\x3f\x76\xb8\x7d\x11\x62\xc0\x74\x0e\xa5\x23\xf1\xeb\x1e\xb9\x2f\xc5\x68\xb3\xb2\x37\x74\xcf\x56\x10\xe0\x78\x3c\x05\x26\x3d\xf1\x3b\x01\xbb\x28\x17\xa4\xba\xdb\xea\x1d\x82\xa4\xa8\x51\xdc\x0d\x80\x73\x4b\xbd\x0c\x11\xc6\x43\xfd\x95\x47\xe3\xd5\x10\xe3\xa5\xa1\xdc\xeb\x94\x5e\x7e\x23\x2e\x62\x75\x51\x17\xdf\xde\x39\x71\x6b\x41\x4b\xed\x1a\x53\x18\xb1\x8c\x51\x18\xd3\x37\x8f\x17\x3c\x3c\xf6\x83\xf0\x8b\xba\x59\x38\xdd\x4e\x07\x9d\x2e\xea\xd9\x83\x32\xcb\x32\xb1\x06\xbc\xd2\xb1\x4b\xa2\xf7\x34\xe1\xb1\xc9\xb9\xdf\x45\x29\x89\xdb\x62\x8f\xa2\x08\x2e\xc5\x76\x29\x3f\x82\x51\xcd\x11\xd2\xf8\x98\x46\xab\x45\x0c\xf6\x81\x5c\xf0\x87\xcb\xed\xc5\xab\xa0\x6f\x08\xa3\x30\x5b\x83\x85\x40\x8a\xdf\xdc\x44\x10\xa7\x59\x82\x43\x6e\x6e\x5b\x56\x8e\x1f\x82\x59\x40\xe8\x5e\xe6\x45\x7b\xcb\xa2\x74\xe5\xe5\x4c\xd9\xe7\x1e\xe1\xf6\xfc\xab\x08\x7b\x64\x4e\x23\x9f\x24\x27\x38\xc3\x70\x2c\xa2\xa4\x01\x81\x03\x11\x11\x5e\xd3\x55\x26\xce\xf9\x92\x36\x8d\xb9\x9d\xe8\x91\x3e\x10\x1f\x8e\x46\x70\xca\x31\x3f\xd2\x78\x41\xe2\x15\x7a\x06\x2a\x6f\xb7\xb8\xdd\x3b\x0a\xbd\x07\xf4\x54\xa5\x6b\x6f\x3d\x54\xcc\x8b\x37\xb9\x72\xf6\xe1\x30\x6b\x2f\xa8\x4f\xec\x07\x74\xaa\xe7\xbb\x4a\x08\x0c\xbc\x7f\x19\x83\x73\x12\xff\xd0\x99\x9e\x25\xb7\xaa\x9c\xe8\x43\x84\x6e\x4b\x03\xf6\x21\x09\x7d\x74\x0d\x66\x96\x27\xb1\xee\x4e\xc5\xa9\x4e\x74\xe5\xc8\x6b\x12\x8e\x98\x24\xc5\xfe\x13\x4a\xf3\x6b\x1a\x11\x74\xe1\x28\xf9\xee\xaa\xd9\xbc\x42\x9f\xb8\x78\xf0\x13\x59\xa3\xf3\x82\x31\xf4\xa8\x6c\x56\x7a\x5f\x6f\x56\x7a\xa7\x1f\xcf\xb9\x74\x48\x7b\x11\xc6\xe1\x62\xb5\xb8\x0a\x9f\x49\x94\xbe\xa7\x09\x9c\xf4\xfc\xa8\x1d\x12\x12\x52\xce\x9f\xb9\x89\xe9\x8b\xd2\x39\x7d\x66\x33\x89\x44\x11\xc4\x80\xe6\x15\xf9\x3d\xef\xda\xcf\x87\x1f\x02\xfb\x33\xfa\x45\x3b\x6e\xa3\x26\xf5\x07\x5e\xdf\xf7\x38\xcd\xce\xd8\x5c\x44\x3f\x55\xcf\xf4\xfd\xc1\xfa\xd1\xff\x7d\xc5\xe4\x41\x3e\xb6\x29\xfa\xcd\x29\x3a\x58\xfc\x0c\xcf\x37\xe1\x9f\x61\x3c\x43\xff\xe2\x0f\x65\x6d\x1d\xfa\x9b\xa3\x9c\xc2\xd0\xaf\xda\x05\x8a\xff\x14\x5d\xc8\x7e\x13\xa2\x1b\xcb\x18\x25\x23\xb0\x4e\xd8\x77\xaf\x09\x5c\x31\x2f\xce\x5c\xa0\x98\x14\x4f\xfa\xb0\xdc\x94\xa8\x93\x52\xec\x31\x21\xd0\xea\x5d\x7a\xca\x90\x68\x33\xf6\x4c\xd4\x5f\x26\x62\x9e\x78\x4d\x9f\x24\x84\x44\xa9\x22\x69\x9b\x1c\x8a\x08\x5c\xb8\x08\xf0\xe2\x46\x9f\x95\x68\x45\x1c\xdd\x29\xfb\x52\xdc\x29\xe3\x91\x7c\x74\x56\x64\xb3\x59\x11\xe4\xeb\x35\xe1\x2c\xcf\x47\x4b\x9d\x78\xb4\xca\xa8\x4c\x08\x88\x76\x55\xb2\xf2\x2e\x9c\x73\xea\x11\x5c\xa0\x7e\x4d\x9f\x64\x43\x16\x9c\xfe\x2e\x5a\x25\x68\x46\xea\x17\xc0\x23\xd1\xa6\xc7\x45\x98\xa6\x61\x3c\x63\xcb\x1e\xad\xf5\x04\xce\x08\x80\xdd\xb9\x3a\xfd\x7d\x48\x22\x1f\x7d\x25\x7c\xbe\x1e\x93\x28\xfa\x05\x47\x2b\xc2\xd6\xc7\xb1\x20\x5e\xd3\xa7\x23\xb5\x34\x9f\x8b\xc4\x13\xc2\x0f\xe2\xf9\xef\xd6\xe8\x89\x48\xce\xf9\x6e\x95\x65\x34\xce\x5f\x7a\x28\xa5\xc0\xa0\xe6\xc9\x37\x44\x63\xb9\xac\x0a\xb9\xeb\xed\x29\xe1\xd3\xfc\x9a\xf8\x2b\x8f\xf8\xd7\xf4\x89\x57\x9b\x24\xe8\x8c\x25\x91\x98\x0d\x1d\xdf\x2d\x8f\xe2\x90\xdb\x21\x53\x74\xc2\xd3\x32\x92\x5c\x50\x1f\x47\x6a\x68\x2f\xe3\x5b\xba\xf2\xe6\xe8\x56\xef\x02\xe1\x0b\x76\x4d\x9f\xd0\x35\x29\xb3\x27\x36\x15\xaf\x48\xd5\x0c\x7c\x41\x1c\x03\x8c\xc7\xe8\x13\x11\xe6\xe5\x43\xfe\xc7\xbe\x20\xe8\x9c\xc0\x79\xe1\x84\x3e\x19\x16\x3a\xaa\xc3\xbe\x1d\xb6\xa5\x81\xba\xe7\x20\xce\x6f\x3c\xf9\xb1\x73\x60\x65\x4c\x7a\x74\xe2\x3a\x3b\x48\xb6\x35\x03\x0b\xbd\xaf\xf5\x1b\x82\x5b\xb5\x2f\xc8\x82\x16\x70\x3c\xff\xd8\xcb\x16\xae\x5c\xb1\x72\x5b\x53\x17\x51\xa7\x8b\x12\xa7\xc3\x36\xc7\x83\xe4\x87\x50\x6a\xaa\x92\xfc\x42\x95\xf0\x2e\xb9\x3f\xc8\xee\xb0\x08\x7f\x1f\xaf\x16\x97\x81\xe6\x01\x99\x72\x3d\x27\x9b\x58\x36\x45\x10\x74\x94\xcd\x5c\x71\x81\x32\xa2\xac\x19\xfb\x8e\x38\xd1\xbc\xdf\xcd\x83\x90\x5a\xe8\x8e\xdc\x5b\xd0\x94\x77\xc4\xa9\xaf\xb7\x8a\x86\xff\x52\x1b\x16\xe6\xe7\xc3\xce\xce\xd0\x30\x3c\x8d\xf3\x78\xfb\x93\xb2\x8a\xfe\x6d\x8b\xce\xe1\xce\xf0\x9f\xd1\x27\xf4\x37\x74\x7e\x6f\xa1\x4b\xe2\xc4\xf3\x76\x4c\x63\xb8\x31\xe1\x86\x7b\x78\xb1\xe5\x13\x91\x66\xd3\xe4\xa9\xfc\x5a\x7b\x0b\xdd\x14\xfd\xbf\x78\x1f\x7d\x24\xce\xbc\xd9\x9c\x17\x3d\xdf\x0a\x8f\x3a\xab\xe5\x8e\xa1\x30\xb9\xc4\x2e\x7e\xa0\x78\xc9\x47\xf6\xc5\x8f\x04\xfc\x58\x2e\x89\xf3\x91\x6c\x36\x7b\xc1\x66\xf3\xaf\xc3\x78\xde\x16\x91\x79\x6c\x55\x9b\x6d\xea\x38\xce\x49\x20\x9e\x54\x55\x59\x43\xb8\xfe\xf3\x4f\xd1\xad\xf2\x92\xf5\x5a\x1d\x60\x19\xc8\x3e\x6a\xc1\x59\x2c\x74\x77\x6f\xa1\x2f\xbb\x8b\x51\xa5\x88\x3b\xb2\x59\xf6\xcf\xc5\x45\x95\xe1\x30\x12\xa0\x05\xfd\xfe\xc6\x38\x7f\x26\x87\x59\x68\x7e\x26\xe8\x4f\x62\xd9\x7f\x12\x56\x20\x3c\xdc\x5b\xe8\x97\x9a\x52\x85\x97\xec\x87\x37\x4a\xfd\x05\x4a\xfd\x85\xa0\x2f\xc4\xb2\xbf\x40\xa9\xf0\x70\x6f\xa1\x9f\x5e\x7f\xf5\x85\xef\x5a\xa9\xfd\x47\x8d\x37\xf1\x11\xd1\xfc\x71\xb3\x92\xaf\xee\x4d\x0e\xf3\xdf\xa1\x2a\x8c\xb4\x53\xa4\x5f\x38\xbe\x40\xc5\xcd\xdf\xfe\x7d\xcb\x6a\xf9\x07\x3a\x22\x28\x43\x37\xe8\x1d\x4a\xd1\x02\xfd\x7e\x6f\xa1\x3f\x88\x93\x91\x66\x33\x23\x5a\x20\x87\xdf\x5e\x19\x66\xdd\x49\xcc\x4f\xe8\xf2\x9c\x0a\x4f\x02\xea\x9c\x06\x6d\xba\xca\xd2\xd0\x87\x69\xff\x07\x8f\x66\xc6\x98\xd0\x9e\xc3\xd2\xf8\xec\xb5\xa8\x13\xf3\x7b\xc0\xc2\xc0\xfc\x35\x3f\x4b\xc6\xa3\x32\xfe\xaa\xbb\x28\xd5\xa9\x5a\x0f\x32\x11\xad\xf9\xd7\x1f\x13\x71\x45\x80\xa2\xfc\x90\xf0\x90\x49\x39\xe9\x5f\x3f\x26\x3c\xec\xa9\x22\xfc\x90\xe4\xe1\x52\xa1\xc6\x22\x24\x98\xb5\xfd\x83\x98\xd4\xe2\xbd\x44\xd0\xaf\xf7\x16\xfa\x79\xd7\x50\x86\x81\x99\xa9\xd8\x6c\xd2\xb5\x8d\x58\x70\x97\x3f\x0c\xaf\x0c\x8e\xf1\x1b\xd9\xc2\x94\xcf\x08\xfa\x8d\x4d\x8e\x7f\x11\xc7\x5c\x1f\x76\xed\x8e\xb5\x5f\xc3\xb8\xcb\xac\xd4\x37\xef\xee\x11\xb1\x94\xeb\x54\x99\x9f\xef\xef\x67\xc8\x04\x97\x5d\xba\x34\x2d\x38\x98\xa6\x9f\x0c\x5e\xae\xd2\xb9\x30\x02\xc4\x28\x4f\xb2\x0a\x3c\x7f\xdf\x9c\x1d\xce\xb4\x78\x83\x7f\x23\x8e\x79\x49\xf6\x1c\xb9\xec\x79\x65\xcd\x3f\x0e\xff\xc8\x33\xed\x9b\x01\x90\xd1\xaf\x6f\x2c\x93\x87\x85\xf9\xa7\x74\x33\xfa\xa2\x2c\xa9\x2b\x14\xa6\xef\xc3\x67\xe2\xdb\xae\xe3\x38\x67\x41\x3b\x60\x0f\x12\x45\x86\xe9\x47\x9a\x84\x7f\xd2\x38\xc3\xd1\xb1\x94\x84\x88\x6f\x7b\x8e\xe3\xdc\x04\xed\x79\x5d\xa2\xe6\xc1\x83\x79\x87\xff\x89\xbe\xa0\x15\x72\x91\x87\xf0\xbd\x85\xfe\x29\xb8\x69\xc9\x17\x9e\x64\xaf\x57\xff\x9f\xe4\xb0\x18\xf1\x49\xd1\xe5\x29\x62\x36\xe6\x6f\x2c\xe8\xe2\xa2\xfc\x77\x96\x77\x65\x41\xc3\xf5\xdc\xea\x66\x22\x74\xf7\x4f\x82\x60\x7d\x2f\xd4\x0a\x67\xeb\x3b\xcb\x8a\x8d\x17\x8c\x33\x7e\xa3\xf1\x59\x76\x58\x0d\x77\x05\x61\x2c\x8b\x51\x08\x70\x2e\x06\x85\x87\xe2\xf0\x9a\x99\x38\xf2\x97\x8a\x59\x90\x5a\xda\x89\x36\x2a\x4f\xb4\xd1\xbb\xf0\x5e\x4f\x48\x64\x02\x44\x3f\x95\x67\xbb\x57\xf9\x37\x70\xb3\xf9\x9e\xdc\xe1\xfb\x43\xf8\xbf\x5d\x04\x07\x4a\x51\x93\x65\xff\x0f\x8c\x50\xba\xa7\xed\x8d\x87\x37\xf6\x9f\x01\xac\x90\xef\x1e\x37\x38\xaa\x7e\x4c\xa3\x9b\x25\x8e\x6d\xb9\xac\xb4\x93\xf1\xbb\x0f\xb4\x17\x8e\xc0\x6b\x24\xd5\x01\x45\x1a\x3f\xb6\xa2\x0d\xcf\x6a\x5f\x70\x9f\x7c\xd2\xb0\x19\x54\xc3\xdb\x11\x05\xa7\x85\x42\xb4\x09\x55\x50\x72\x98\x8f\xae\xfc\x15\xd7\x8e\x73\x7e\x72\xf1\x2e\xb9\xaf\x9f\x00\xfa\x38\xeb\x73\x09\xc6\x39\x84\x71\x0e\x77\x8f\xb3\x3e\xcc\xff\x2f\x75\x6b\x72\x88\x2b\xdd\xca\xb7\x91\x2c\x93\xeb\x71\x9d\xaf\x48\xf4\x9e\x6d\x04\x74\xd7\xea\x03\x15\x58\xe9\xca\xa6\xb9\x25\x4e\xce\x7f\x22\x8e\xe3\x5c\x90\xc3\xfc\xec\x68\xf9\x30\x7d\x91\xc3\xd9\x24\x43\xc5\x65\x6f\xc7\x59\xe1\x90\x92\xf8\x82\x18\xc5\xb9\x36\x42\x73\x39\x42\xf3\xe2\x71\x33\xe1\x20\x72\x14\x45\x5c\xe2\x92\xe5\xbc\x14\x4e\xb1\x3e\x10\x55\xa8\x49\x9c\x6f\x2f\x5e\xcb\xa1\x6e\xac\x97\x72\x53\xf1\x93\x16\xdc\xc5\x66\xa1\xbb\x39\x22\x19\x8a\x33\xf4\x40\xd0\x27\xd6\xb5\x49\xe6\xfc\x82\xeb\x38\xda\xd7\xcc\xac\xfa\xe9\xa8\x90\xaa\x0d\xf2\xaa\x5d\x3b\xdb\xe7\xee\x0f\xde\x2a\xc2\x19\x13\x0c\xc0\xaa\x07\x3a\x1a\xf8\xbd\x05\x13\x30\x03\xb8\x16\x0a\x05\xc7\xf5\x72\x77\x41\x4d\xdd\x87\xdf\x60\xbc\x49\x66\xfe\x61\x71\xac\x96\x64\xf7\x16\x4a\xb3\x9d\x58\x4c\xc4\x15\x96\x62\x95\x7e\x53\xe1\x13\x03\xa8\x05\x02\xba\x25\x96\x7d\x4b\x50\xe4\x84\x87\xa1\xbe\xea\x3c\x27\x82\xc5\x16\xc1\x62\x8b\xee\xdb\xaf\xc9\x63\x1d\xe4\x3b\x10\x8c\x5a\x04\x0a\xe6\x8b\x21\x41\x41\x84\xf9\xd9\x94\xcb\x20\x48\x49\x66\x9b\xeb\xc3\x9e\xdd\xb5\xf6\x3d\x6d\xdb\x7f\x8d\x0f\xc7\x28\xf4\xed\x73\xb2\x6f\xb4\x8c\xfd\xf2\x29\xb5\x9b\x02\x53\xa6\xb1\x54\xbd\xd8\x98\x20\x1a\x6b\x5a\x17\x1b\x8e\x53\x96\xd5\x12\xf6\x3a\xa7\x82\x52\xc2\x76\xc1\x91\x56\x57\x49\xd8\x5f\x49\xf5\xf0\xe0\x8c\x94\x8f\x1c\x2e\xcb\x47\x0e\x7f\x7a\x9b\xfb\xd7\x4d\x02\x3b\x04\x47\x5d\x5d\xff\x61\x1f\x13\x54\xab\xfd\xb0\x9f\x09\xaa\xd3\x7d\xd8\x4f\x04\xd5\xaa\x36\xec\x1b\x82\x6a\x15\x1b\xf6\x69\x79\xb3\xab\x6c\x4d\x25\x71\x48\xea\x04\xed\x5f\x50\xbd\x3e\xc4\x3e\x23\x28\xa1\x4f\xbc\x3c\x9c\x21\x5d\x6f\x68\x7f\x40\x05\xae\x25\x96\x73\x89\x63\x85\xe9\x87\x24\x64\xb5\xb4\xf7\x3a\xdb\x3c\x10\x38\x36\x7d\xcb\x7e\x24\x87\x8f\xc4\x4c\x90\x2f\x02\xfb\x59\xe8\x6e\x85\xfe\x40\x37\x28\x43\xe7\x04\x61\x26\x2d\xa1\x35\x41\x2e\x41\x5f\x59\xe7\xa1\x25\xfa\x09\x98\x6c\x98\xa1\x63\x82\x9e\x09\x5a\xa3\x27\x82\x6e\x08\x3a\x65\x4c\xf8\x77\xf4\x0b\x3a\x23\xe8\x03\xba\x25\xe8\x91\xa0\xe2\xe2\xc0\x19\xfa\x44\x38\x6f\x8e\x76\x2f\xb8\x3a\xb7\x0e\x0d\x18\xa6\x32\xe2\x39\xb0\xff\x94\xad\xde\xd5\xb7\x14\x56\x3a\x99\x85\xbe\xc0\xfa\xff\x72\x6f\x21\x2f\x93\xc7\x4e\xae\x38\x92\xc9\xad\x3e\xf6\x15\x69\x36\xaf\x34\x1b\xdb\x35\x09\x0e\x4b\xcf\x36\xd1\xef\x42\xfc\x55\xd3\x35\xa1\xdc\xf1\xfe\x8a\xb0\xd7\xea\x1d\xf1\x6b\x3d\xe6\xc5\x87\xeb\xd2\x0e\x77\xd0\xed\x15\x5b\xb8\x5c\x0b\x29\xd4\x02\x42\x13\x29\x4b\xab\x4f\x3d\xdc\x99\x62\xcf\x89\xa8\xdd\x35\x0e\x53\x02\x36\x80\xf4\x32\xe6\x61\x0c\xf7\xba\x88\xeb\x36\xf3\xd2\xd9\xd3\xa1\xfa\x65\x2f\x98\xd0\xee\x67\x4e\x50\xf1\xe4\x77\x17\xe8\xa5\xa8\x92\xb3\x3d\x7e\x2e\x42\xf5\x6a\x4c\xe4\x59\xa5\x40\xf7\x16\xa5\x59\xbd\xab\xbf\x3c\x09\x50\x9a\xf9\xdf\x8f\x34\xdf\xe6\x46\x15\x1e\x76\xad\x1d\xa6\x7a\xc7\xf8\xe0\x0e\xb5\xb7\x9d\x90\xe2\x51\x80\xa3\xba\xa3\x00\xef\x51\xe9\xe0\xe7\xc7\x9c\xbd\x6f\x2d\xbb\xfe\x88\xc7\x16\x79\x99\x55\xb1\x6e\xe6\x07\x26\xfe\x59\xdb\x3b\xb5\x3d\x19\x65\x66\xc7\xfa\x96\x7a\x6e\xd1\x3b\xb8\x64\x6e\xf9\xea\xf2\xcb\xd7\xdd\x3f\xe3\x66\x93\x68\x71\xcb\xf3\xdf\x7c\xc9\xc0\xbd\x53\x9e\x38\xfd\xce\x8f\x4f\x09\xfd\xfd\x59\xec\x87\x1e\x49\x4d\x4b\x20\x4e\x38\x06\x49\xf8\x5e\xa8\x0e\x6f\x76\xd0\x5e\x07\xed\x75\x2d\xb8\x31\x19\xc6\x48\xa8\x86\x4d\x46\x4a\x33\x0a\x33\x08\xcf\xf8\x7d\x3b\x5c\x4d\x96\x21\xb6\x78\x19\x43\x0a\xbe\xa5\x11\x7b\x8e\xf3\xb7\x98\x21\x12\x1c\x65\x3f\x91\xf5\x66\x43\xb5\xe6\xd0\xba\xe6\x7c\x47\x5d\x28\xb9\xdf\x79\x62\xbf\x10\x96\xea\xd7\x22\xbb\x01\xbb\x77\xed\x61\x1e\xb1\xc1\xbc\x7d\x98\x67\x8b\x2e\x0e\x45\xdc\x28\x9c\x5b\xe0\x8c\x2d\xdc\x60\x5a\x31\x99\x27\x80\x3a\xab\x09\xc2\x52\x2f\xf6\xa3\x62\xc4\x95\xdb\xcd\xe6\x44\x50\x12\xfa\x04\x4a\x65\xc3\x7e\x3c\xec\xd8\xff\x92\x19\x3d\x1a\x09\xf2\xdf\x24\x29\x21\xd8\xa7\x71\xb4\x36\x6c\x23\x4b\x56\x44\x06\x71\x71\x57\xe9\xda\xb0\x1f\xab\xc6\x7c\x51\x01\x1a\xff\x44\xd6\x27\xf4\x29\xb6\x97\xf5\x4c\xa1\xd0\x7d\x1c\x19\x7f\x49\xf0\x72\x49\x92\x2d\x5a\x37\x9b\xbf\x13\xb3\xb8\x09\x50\x52\x01\x4b\xb9\xf1\xd6\x76\x0b\x4c\x26\xc7\x5f\x52\x4f\x05\x5c\x13\x82\xf0\x8a\xe7\xdc\x34\x0b\x41\x78\x0b\xa6\x27\xdb\x27\x68\x87\x5d\xcc\x0e\xf3\x24\xcd\x26\x65\x2f\xc9\x0e\x91\x3b\x3d\x8a\x22\xa5\xbe\xb6\x7f\xab\x44\xca\x80\x68\x80\x04\x29\x53\xad\x1d\xa3\x57\x2d\xf1\x36\xad\x49\x57\x76\x78\x3b\x44\x4a\x84\xd0\x40\xd8\x25\xd9\x81\xce\x5e\x41\xef\x3a\xdc\xd3\xed\x8f\x9c\xc3\xfe\x4c\x50\x9d\xd1\xd6\xbe\xac\x22\xad\x6f\xd0\xe0\xee\x06\x63\x0a\x72\x81\xb0\x50\x42\x5d\x5b\xf4\x3b\xb1\x76\x2e\x81\x7c\x06\x06\xdf\x30\x03\x21\x68\x71\x9c\xa9\x29\x18\x91\x43\x3f\xab\xf0\xf9\xdb\xb9\x5c\xff\xd7\x3b\x34\xd8\xb5\x26\x7b\xfb\xb4\x32\x77\x2b\x76\x51\xdb\xd3\x4a\x3c\x8e\x08\x4e\xa0\x8c\xd4\xc3\x4b\xc2\x0a\x85\x0c\xfc\x18\xd8\x97\x30\x9b\xf3\x89\x1f\x06\x21\x1b\x11\x92\xb2\xc9\xb5\xe7\xb1\xb9\xa9\x39\x30\x40\x84\xea\x92\xfb\x82\x7d\x8c\x72\xa3\x9e\xb0\xe5\xd9\x27\x64\x8b\xce\x78\x20\x13\x3f\xb3\x2c\xf4\x81\x70\x28\xf6\x13\xe1\xe1\x3d\xcf\xfe\x6d\x97\xf9\x7a\xef\x5e\xbe\xec\xab\x74\xcd\xac\x5d\x4d\xac\x8f\xd2\xa3\x80\x4c\x35\xa9\x60\x8c\xac\x26\x6b\xe0\xb8\xf6\x54\x57\x65\x1f\x78\xd0\x43\xf0\xcb\x58\x18\xdf\x76\xde\x3c\x8f\x16\x94\x38\xb4\xce\x45\x26\x54\xa1\x7f\x30\x44\xf2\x01\x2f\x8b\xb4\x12\xe6\x67\xe5\x68\x97\x2d\xe9\x4d\xe4\x6e\x24\x3c\x84\x90\xe0\x82\x10\x44\x48\xb9\x5b\x2c\xb5\x18\x3f\x41\x35\x62\xd1\xdc\x31\xab\x41\x10\x60\x66\xd4\x1e\x44\x46\x0b\xa7\x46\xd1\x01\xde\x38\xf2\x8b\xcd\x66\xfe\x5b\xfa\x08\x77\xd0\xa3\x03\x81\xea\xd5\xf3\x1a\x8c\xc6\xac\xb5\x7b\x8e\x83\x75\xe5\x88\xec\x04\xd7\xd9\xeb\x1e\xe8\x0e\x3b\x70\xc0\x80\x57\x35\x27\x36\x9b\xa6\xeb\xec\x75\xb8\x0d\xef\xab\xa3\x1c\xee\xd7\xdc\xaf\x3a\x8c\xc3\x2c\xc4\xd1\x7b\xfd\xb2\x6d\xd2\xae\xa1\xe6\x41\x88\xbe\x5a\x02\x25\x13\x5f\x9d\x21\xcf\x75\x62\xf5\x65\x1e\xd6\x93\xed\x56\x77\x6b\x09\x47\xdd\x65\x5a\xeb\x34\xc1\x70\x0d\x8c\xbf\xe3\x38\xe1\x66\x53\x18\xda\x94\x1f\x9b\x4d\x4d\xe9\xea\xb4\x66\x38\xa6\x3a\x89\xf8\x1d\x4a\xd2\x6d\x84\x95\xe4\x35\x9b\x33\xc7\x71\x1e\x39\x15\x06\xdf\x71\x9c\xe5\x66\xc3\x3b\xab\xd0\xd8\xb8\xfd\x95\xfb\xbb\x08\x3b\x85\x49\xd0\x57\x7e\x33\x5b\xc9\x81\x69\xcf\x71\x56\xb2\xbb\xf3\xdb\x9b\xe0\xd2\xea\x7c\xea\x34\x9b\xf9\xd9\x10\x8d\xbc\xe3\x34\xbc\x59\xe8\x75\xcd\xee\x6b\xbf\xf9\x32\xaa\xf1\xb9\xb1\xf7\xde\x7c\x6d\x0b\xed\x2a\x2e\x82\x3d\xc7\x09\xf8\x74\x29\x47\x41\xad\x90\x34\xa7\xcd\x4a\x5a\xc5\x9d\xed\x30\x26\x4f\x8d\x64\x6e\xe6\x87\xf4\x6c\x7d\x7c\xeb\x37\xd4\x7a\xe7\xa8\xad\xd4\xc0\x22\xde\xfd\x6e\xb9\xef\x8a\x71\x1b\xbe\x8a\x08\x28\x3b\x44\xa2\x02\x73\x8f\x8b\x61\x13\x2b\x7d\x4a\xb6\x32\x9e\x4a\x2d\x40\x2a\x31\xbd\x52\x69\x90\xd3\xce\x54\x11\x9a\x7b\x51\xad\xf7\x62\x1e\x5e\x86\xcd\x78\xf0\x38\x57\xba\x38\x14\x8a\xa8\x5e\x6c\x51\xfc\x44\xd6\x10\x94\xf1\x80\x4d\x5f\xe9\x02\x94\xde\x85\xf7\x0e\xe1\x5b\x40\x06\x0b\xf1\x96\x5e\xd3\xa7\xb3\xe0\x8a\x80\xb5\xd5\x14\xb6\x7e\xac\x18\x49\xa1\x46\x07\xb8\xd9\xc4\x50\x6a\x5e\xdb\x5a\xf7\xde\x4a\xfc\x98\x8a\x93\x14\x55\x6d\x49\x04\x83\x57\x9c\x5e\x1a\x97\x8a\x6d\x49\x50\x68\x1d\xe4\x27\x3c\xb4\x26\xe1\x7b\x04\x47\x43\x59\x8e\xb7\x03\x0e\x15\xfb\x5f\x5b\x4f\xdb\xf2\x46\x9b\xcb\x50\xf5\xf4\xea\x11\x74\x19\xea\xa9\x84\x9e\x8b\x27\xcc\xd4\x2d\x84\xea\x62\xa8\x5c\x95\xbc\xd9\xdc\x2c\x10\x1c\xd4\x91\xdd\xa6\x17\x04\x96\xdd\x1a\xba\x49\xf8\x9d\x4b\x70\x72\x62\x41\x16\x2e\x49\x8e\x8b\xea\x6a\x96\xc3\xd2\x8f\x8f\x48\xe5\x7f\x99\xb5\xc9\xcd\x58\x1c\xb8\x60\xb2\x2b\xb5\xca\xab\xa7\xd0\x46\x0d\xf3\xd7\x6e\xef\x1d\xe1\x10\x74\xe9\xfe\x4e\xbc\xac\xfd\x40\xd6\xec\x2b\xda\xf8\x49\xe9\x39\xbf\x2d\xb7\x11\xc6\xc5\x21\xe6\xce\x04\x3a\xa5\x7c\xf7\x36\xb6\xac\xf2\xa4\x90\xb7\x44\x43\x28\xcc\x4c\x3b\x05\x83\xad\x17\x9a\x77\x3e\x45\xd8\x42\xfb\xfb\x89\x03\x86\xa7\xea\xe0\x99\x04\x51\x94\x59\x60\xd8\xe1\xed\x2e\x3b\xd4\xbd\x89\x6a\x64\xf0\x52\xaa\xf4\x59\x00\x41\xf9\xdb\x60\xf9\x87\x2d\x82\x64\x47\x59\x96\x84\xee\x2a\x23\xa6\x10\x8b\x33\xb2\x68\xc1\x89\x41\x43\x5d\x27\xf7\x69\xc5\xc6\xd7\x7c\x3b\xff\x01\xfe\xd1\xe9\x34\x9b\x70\x2a\xc9\x4c\xd8\x2a\xc1\xfc\x50\x4c\x3e\xff\x2b\xbb\x38\xd6\x9a\xf9\x2e\x5a\x25\x3b\x57\x4e\xe5\xcd\x16\xdc\xa6\xaf\xc2\x29\xd5\x1c\xf4\xc9\x07\xc7\xe1\x33\x8f\xef\xc6\x97\x8f\x24\x49\x42\x9f\x08\xaa\x38\xe7\x53\x53\x3e\x8a\x70\x2a\xe4\xa3\x0e\x2a\x39\xa0\x8a\x00\x6c\x47\x45\xaa\x99\x89\x5d\xd8\x42\x8a\xd3\xc2\x25\x1a\xf9\xaa\xcf\x0a\x3b\x73\xf6\x97\xf6\xd4\x62\x19\x7b\x6f\x17\x92\x2f\x26\xb4\x0b\x29\xdb\xaf\xa0\xe8\x6d\x01\xc2\xeb\x81\x8c\x36\x1b\xd6\xe3\xd7\x73\xf3\xa5\x12\x85\xd8\x97\xdb\xa3\xf0\x61\xcb\xa4\xc3\x72\x51\x0c\x2b\x45\x45\xda\xbe\x85\xcd\xea\xe1\x98\x0c\x55\xb5\xd7\xad\x43\x01\xd9\x7f\x02\x05\x64\x6f\xa0\x80\x1d\xd0\x36\xab\x85\xb6\x7f\x39\x62\x96\xb4\x10\xee\xcc\x0f\xd9\xfe\x0f\xc5\x88\x92\x11\xde\xeb\x76\xb0\x9d\x49\xdf\x10\x6d\x0a\xd6\x62\x5d\x6d\x61\x2b\x53\xe1\x54\xe0\x98\xec\x5e\x97\x03\x88\x44\x0f\x0c\x01\x93\xe1\x8e\xc0\xf5\xfe\x89\x8c\xa5\x51\xfa\x2c\x2b\x4c\xdc\x9e\xa3\x22\xd6\xe4\x5b\x3f\xb1\x90\xbc\xdb\xb1\x80\x65\x18\x20\x51\x81\x57\x72\x3c\x03\x37\xf5\x6c\xff\xfd\x98\x59\x75\x5d\x7f\xf8\x3d\x21\xb5\xec\x4a\xbf\xbf\x32\x14\x87\xbb\x07\x69\xf7\x07\x4a\x21\xbb\xe4\x49\x21\xc6\xff\xea\xa2\xbb\x81\x73\x87\x76\x12\x2e\x64\xd2\xbf\x90\x8a\x0b\x81\xe9\xee\xee\xc5\x25\xc7\x45\x31\x3b\x62\xf9\xeb\xce\xb1\x24\xf5\x3e\xf9\x9e\x3c\x5e\x85\x7c\x27\x6b\xc7\xe4\x49\x40\x64\x58\x76\x4b\x07\xb7\x83\x30\xe6\x8b\x50\xd3\x6c\xeb\x0b\xeb\x81\xac\x41\xe6\x7d\x20\xeb\xad\x05\xb1\x69\x3d\xd9\x85\xd5\x8d\xda\x43\x4b\x29\x78\xed\x39\x4c\x9e\x5e\xf1\x66\x07\x4e\xca\x3d\x6d\x63\x60\x5a\x91\xee\xe9\xca\x04\xfc\xa8\x60\x74\x01\xe3\xf5\x12\x2d\x9c\xe0\x70\xde\xea\xda\xf3\x56\x0f\xcd\x9c\xe0\xd0\x6f\x75\x6d\xbf\xd5\x43\x8f\xe0\xd3\xb0\x07\x8e\x2f\xab\x76\x90\xd0\x3f\x89\x52\xa1\xae\xe2\x8c\x2d\x7d\x18\x2b\x4b\x93\xf4\xe2\xc3\xd8\x66\x22\xbd\x7c\x93\xee\x7a\xf3\x34\xf6\xf5\xf7\xe8\x21\xb5\xc1\x37\x70\xf6\x23\x93\x55\x67\x3f\x60\x79\xe1\xed\xda\x0a\x03\x73\xd5\xce\xbd\x0e\xe9\x92\xb7\xd5\x75\xf8\x85\x10\x52\xc2\x5e\xa0\x0c\x27\x33\x61\x95\xb0\x67\xdb\x83\xe2\x4b\xa6\x2b\xee\x25\x5f\xb5\xe7\x38\xf6\x23\x72\xac\x0f\x63\xb3\x59\x4b\x36\x17\x68\x56\x5e\x5f\xdf\x76\xde\xaf\xfe\x16\x8d\x9d\x22\x64\xed\x69\xc0\xef\xb8\x10\x09\xf1\x8b\x0a\xc4\xa1\xb2\x98\x66\x61\xb0\x16\xe0\x40\xce\x1a\x6d\xc2\x88\x73\x96\xd5\x0d\xc2\x62\x30\xaa\xca\xd1\x76\xe6\xbf\xb7\x0a\xf7\x4e\xeb\xbc\x2c\x44\xbb\xbf\x92\xdf\x6e\xa0\x31\xb9\xf8\xde\xaa\xe5\x71\xb9\xcc\x46\xad\x6d\xf1\xa2\x6e\xa8\x1d\xe8\x17\x44\xf4\xc3\x72\x9a\x16\xbf\x0a\xc2\x52\x68\x07\x23\xcb\xc0\xab\xd9\xdc\x0b\xc3\xba\x1b\x91\xd4\x75\xc2\x58\xb7\xd0\xb2\x2d\x5f\xf9\x0b\xbe\x56\xee\x0f\x3b\xea\x74\xf8\xca\x3b\xf6\x8e\x77\x5a\x5d\x54\x33\x3a\xc9\xfd\xc1\xee\xfe\xaf\xff\xc0\xce\x11\x38\xac\xdb\x64\xa8\x64\xef\x75\x40\x23\xd9\x16\x22\x23\xa9\xc9\x59\x18\x0c\x8d\xce\x63\x9f\xbd\x15\xc5\x70\x87\xfe\xf5\x54\xdc\x5d\xaa\x87\x37\xcc\x23\x03\x6a\xb8\x4a\x36\x43\x42\xab\x92\x11\xb9\x6e\x35\x22\x71\x2c\x4b\x3f\xce\x2a\x4e\x67\xe9\xf1\xee\x8a\xe7\xae\xaa\xfb\x1e\xd2\x0f\x71\xd9\x32\xc4\x9b\xf4\x48\x50\x27\xb4\x64\x14\x12\xee\xa8\x5a\x3e\x34\x53\xae\x3f\xbc\xbb\xdb\xae\x2d\xb7\x89\x5d\xc7\xbd\x76\x59\xb4\x8a\xdb\x4b\xf9\x1c\x58\x41\x23\x92\xdf\xbd\xa0\x1d\x0b\x2b\x2b\x3b\xf4\x4c\x05\x1d\x48\xc9\xc8\x56\xbb\xad\xd5\x1a\xd7\x8a\x39\xf5\xa3\x60\x95\xb8\xf3\x32\x6b\x25\xf4\x7c\x59\x8c\x55\x39\x2b\x07\xc6\x84\xdf\x84\x4c\x87\x83\x63\xd5\x73\x4e\xa5\x6b\x28\xae\xe9\xd3\xf6\xff\x74\x4c\xc0\xbf\x12\x3d\x4e\x53\xed\xff\x3b\xd1\xe3\xea\x79\xf3\x6e\x15\x5e\xae\xe9\x3a\x78\x7b\xff\x69\x36\x33\xe7\xd5\x64\xb3\x8e\x3f\x91\xd2\xdd\x7a\x75\x5b\xce\x6b\xad\x28\xe3\xc7\x0a\xd2\x47\x35\xcb\xb1\x2c\x72\xd4\x26\xb6\xc3\x59\x4c\x13\xf2\x89\x3c\xf3\xcf\x95\x76\xfa\x9d\xe1\x23\xb8\x03\x43\x66\x6d\x2d\xd4\x29\x57\x7d\x77\xf8\x3e\x89\x3d\xbe\x53\x30\x2a\x5e\x65\xf4\x8d\x72\x59\xe1\xa5\x52\x0d\xeb\xe0\x47\xa5\x96\x7c\x63\x2a\xa9\x37\xea\xdd\x53\xcb\x07\x44\x9b\xcd\x32\xc5\x54\x3d\x0e\x7a\x13\xab\xb2\x20\x8b\xda\xbf\x3a\xf1\x2e\x97\xe5\xea\x14\x2c\x32\x5f\x71\xff\x55\xa6\x35\xec\xe4\x21\x71\x0e\xc5\xdf\xdc\x83\x5b\x0b\x0c\x5d\x56\xe7\x24\x9a\xb2\x07\x57\x42\x2c\x56\x2b\xb2\xab\xe6\xa2\x5e\x70\x18\x9f\xab\x24\xd2\xe2\x11\xf7\xa8\x72\x08\xbd\x74\x53\x22\xdc\x11\xc1\x1b\xb0\x92\x0d\x80\x08\xbe\x52\x6a\x5a\x6a\x2d\x3f\xd4\x3a\x41\x7a\x5c\xdc\xdd\xa3\xc0\xc9\x0e\xb3\x76\xde\xa2\x56\x17\xcd\x15\xe9\xa6\xa0\x7f\x29\x06\x9d\x88\x37\x9b\x60\xcf\x71\xbc\xcd\x66\xbe\xe7\x38\xd1\x66\xb3\x6c\x36\xfd\x3d\xc7\x59\x1e\x9a\xbe\xe3\x6f\x36\xe5\x56\xa3\x04\x85\x08\xa3\x94\xb7\x3e\x72\xee\xee\x95\x76\x91\x33\x35\x9e\xb0\x72\xc8\x5d\xe7\x5e\xe9\x5b\xbd\x46\x18\x37\x56\xd6\xaa\xac\x53\xf5\xac\x66\x33\xe2\x11\xca\x20\x6c\xba\x87\x62\xbc\x20\xb6\x87\x82\x90\x44\xfe\x27\xfe\x5b\x85\xb4\xb8\x59\xa0\x05\x7e\xe6\xbf\xfb\x9d\x4e\xae\x65\xe3\x37\xd3\xed\x45\xd2\x2d\x5f\x25\x84\x95\x84\x8b\x55\x94\x85\x51\x18\x13\x5b\x3f\xf4\x81\x41\xeb\x96\xc0\x55\x55\x8e\xe3\x78\xea\xf1\x84\xa4\x1e\xe7\xb3\xf6\xde\x5e\x82\xc2\x14\xee\xbc\x01\x5f\xf7\xbd\xae\xf0\xd1\x38\x82\x0e\x4a\xa1\x73\x85\xf4\xa5\x9b\xe0\xd2\xc3\xd4\x7e\x08\xda\x5e\x14\x7a\x0f\xac\xa2\x48\x04\xab\x80\x4a\x67\x25\x67\x19\x75\x61\x33\xf1\xed\x90\xd5\x64\x6b\x49\xc5\x51\xb4\x35\x31\xda\xeb\x58\x28\xad\x9e\x6b\x3a\x34\xb5\x15\xf4\x5e\x4b\x30\x7d\xe4\x21\x62\x59\xf5\xcb\x3b\x7c\x4d\x9b\x5f\x71\x48\x67\x6b\xdb\xd6\x3f\xf4\xcf\x55\x9a\x85\x41\xf8\xed\x1f\x9b\x11\xc1\x07\xa4\x46\xd6\x04\xa9\xdb\x2a\xb0\x90\xaa\x27\xfc\xd6\xb2\x50\x62\xd9\xfe\x66\x73\x77\x5f\x5d\xa7\x7a\x73\xab\x81\xf6\x78\xdc\x7c\xb6\x40\x2b\x4a\x89\xe2\xa2\x2c\xa8\x26\x4a\x1b\x0b\x37\xf0\x73\x65\xc5\x0e\xd5\x44\x10\x91\xe7\x0b\x9c\xcc\xc2\x18\x79\xac\xec\xba\x00\x3f\xbe\x93\xb5\xcc\xd5\x66\xd3\xb1\xd0\xd2\xe9\x1c\xec\x38\x12\xe0\x41\x88\x56\x56\xde\x87\x84\x3e\x1d\xfa\x2d\x87\xb4\xe5\xb4\xd7\xcf\x04\x6c\x36\x37\x0b\xdb\xe4\xc9\xba\x6d\x67\xb9\xef\xe4\xaf\x5b\xc8\x6f\x39\x27\x0b\xd0\x7e\xed\x75\xd8\x08\x1e\x70\x6d\x05\xde\x53\xda\x8a\x66\xb3\xe8\x11\x3a\x98\xd8\x1d\x34\x77\xfa\xa3\xbf\xab\x91\xae\xb9\xc3\x07\x2d\x1c\xf6\xf1\x60\x7f\x6e\xfd\x43\x5d\x3c\xed\xb1\x0a\xd6\xb6\x8a\x23\x93\xfc\x3c\x0d\xad\x28\xe7\xef\x60\x2e\xdc\x83\x02\x26\x53\x0d\x60\x68\x49\xb6\x3e\x0f\x6a\x27\x53\xff\xbe\xd8\xcf\x54\xeb\x51\xe2\xc4\xad\x3c\xf7\x41\x02\xc1\x93\xfd\x7d\x27\x41\xcb\x96\x93\xfc\xc3\x84\x54\x91\xd9\xfa\x7b\x5e\x8a\x05\xf6\xda\x85\xe3\xff\xd8\x39\xf4\xff\xb1\xb4\x3b\x88\xf5\xf8\xf2\x2f\x37\x40\x44\xdb\xf5\x58\xdd\xf3\x76\xf8\x3f\x38\x9d\xcd\x26\xab\x1e\xf3\x30\x8b\x39\x0f\xcd\x4a\x1e\x27\xaf\xf7\xbe\xde\x78\x54\xcd\xa9\xae\x5b\xab\x24\xa1\x4c\x9b\x46\xdc\xc4\xd3\xbe\x38\xfa\xf5\xeb\x2f\x47\xe7\x9f\x4f\x2d\xcb\xae\xfd\xaa\x7a\x21\x2b\x4c\x32\x71\x1a\xa5\xb2\x16\xcb\x1c\xe1\xf5\xf5\x18\x97\x96\x60\xe8\x68\x27\xf5\x6a\x97\x60\x02\x36\xdb\x9a\x25\x98\x3a\xa1\x3e\xa1\x71\x75\x42\xaf\xde\x9c\xd0\x9e\xc3\xb6\xdd\x0e\xdb\x6e\x5b\x66\xba\xbf\xb2\x20\x14\x4e\x69\x22\x20\x75\x96\x58\x3f\x02\x58\xec\x38\xbb\xb8\x22\xb7\x0c\xbb\x88\xdc\xc9\x37\x4c\x9c\x46\xd2\x2e\x6c\x60\x9b\x8d\x46\xc0\x40\x60\xb3\xfa\x64\x61\x26\x28\xb6\x2c\xe4\xc1\xef\x10\xc5\x16\x0a\x85\x02\xd3\xff\x71\x29\x0f\x10\x07\x6a\x13\x9e\x3b\x81\xd2\x66\x1c\xcc\xc1\x72\xe7\xfd\xb8\x3c\xe0\xed\x59\x38\xa6\xeb\x04\x77\xf3\x7b\xab\xc8\x4d\x66\x8e\xd7\x82\x0b\x3a\xdd\xf2\xf4\x68\x2d\x7e\x74\x66\x9b\xcd\x9e\x5b\xac\x6d\xb3\xa9\x53\x58\x75\xf9\x07\x1e\x9d\x4a\x09\x07\x15\x4a\x6e\x33\xad\x7e\x6e\x86\x16\x16\xf2\x5a\xce\x63\xab\x92\xc6\xd5\x8b\x1e\x70\x3a\x97\xf5\x43\xd0\x4e\x97\x51\xe8\x11\x73\x8e\xba\xd6\xc1\xbc\xd5\xda\xca\x4e\x58\x3b\x9d\x83\xf5\x0f\x81\x72\xa7\xf6\x7e\x58\x1e\xac\x65\xec\x08\xd6\x03\xeb\x7b\xf4\xd5\x59\x3b\x8e\xd6\x59\xe8\x58\x05\x97\x2e\x8e\x9b\x0b\xe3\x06\xb7\x99\x1d\x6f\x36\x7b\xc7\xd5\xb5\xfd\x95\x17\xfc\xec\x2c\x5b\x1e\x7a\x92\x27\xad\xc3\xc0\xfc\x6a\x3d\x39\xcf\x70\x50\xfd\x85\x5f\x6d\xe6\xe6\x8c\x6b\xc1\x1e\xd4\x20\x3c\xb0\x71\x38\x78\x72\x1e\x0e\xd5\xda\x7e\x46\x0f\xad\x85\x65\x3f\x6f\xab\x1d\x58\xa1\xec\x3f\xb1\x09\xf2\xb4\x95\x30\x22\xa8\xc4\x62\xaf\x05\x00\xb5\xf7\xb6\xa8\xe5\x53\xbb\x8b\x1f\xc4\x55\x0e\x82\xe2\xe2\xde\x5e\x8e\x04\x5f\x29\xab\x2e\x44\x48\x7d\xe7\x93\xfb\x1d\xa3\x42\xee\x37\x9b\x97\xf2\xb5\xa0\xb9\x7e\x6e\x77\xcb\xd4\xdd\x54\x3f\x91\x75\x7e\x2c\x5e\x8b\x1e\x4b\xb9\x95\x00\xae\xe9\x35\xa9\xc3\x4b\xb0\x10\xdd\x6c\x4c\xea\x64\x16\xa2\xd5\xd8\xe0\x9a\xbb\xf4\x59\xd0\xfe\x5d\xf2\x47\xb4\x3b\x66\x78\x21\x40\x97\xbd\xfb\x50\x7a\xd5\xc3\xf7\x24\x68\xd3\xf8\x23\x7d\x24\x49\x5d\xe0\xf1\x3c\xd4\x78\xd1\xa3\x77\xaf\xb3\x45\x99\xe3\x99\x77\x4f\x8b\x7b\x94\x59\xbb\x02\xea\x02\x88\xd0\x79\x78\x39\xfe\x53\xe1\x12\xaf\x0f\x81\x4d\xe5\x25\x67\xf1\x61\xc7\xae\x82\xc9\xfd\x04\x0a\x38\x27\x41\x76\x85\x7d\x86\xb0\x05\xe5\x3a\x9c\xcd\x15\x09\x2e\x72\x62\x0f\xc4\x3f\xe4\xc9\xa7\xcf\x59\x82\xf5\x3c\x76\x87\x87\x66\xbb\x5d\x38\x3c\xa4\xb9\xb1\x48\x5b\x85\x03\x00\xb2\xe5\xa5\x84\x56\xeb\x98\x27\xb0\x1c\xba\x23\x72\x25\x63\x31\xd9\x40\x05\xcf\xf9\x4a\xee\x42\xaa\xa1\xc2\x11\x18\x61\xda\x02\xcc\x6e\xec\x8c\x42\xc0\xb2\xd4\x8e\xb6\x81\x64\x80\x74\xf8\x1a\xaf\x14\x89\x22\x63\x8b\xae\x21\x4a\xfc\xd9\x5f\x88\x12\xbf\xa3\x16\x3c\xac\x9c\xf0\x56\x4d\x21\x1f\x34\x00\x45\xe0\x11\xbb\xc0\x71\x16\x7a\x10\x38\x3d\x45\x2b\xe7\x26\x33\x6f\x17\x95\xa0\xf2\xab\x6f\x0e\x2a\x0f\x01\xdb\xed\x08\xa2\x71\xdd\x92\xe7\xac\x2e\xca\x7c\xb3\xd1\x36\xf6\x57\xbb\xe2\xcc\xa3\x27\x9a\xf8\xef\x12\x82\x1f\x6c\xc3\x65\x7f\x5a\x8c\x60\xf0\xf0\xf3\x29\x93\xad\x65\x03\x70\xb3\x79\xb7\x7a\x2b\x16\xfd\xae\xef\xc8\x58\xf4\x21\x14\xb2\xab\xef\x5e\xd8\xea\x0b\x22\xfa\xf4\xab\x6d\xe0\x55\x46\x0d\x24\x09\xff\xb2\x0d\x11\x10\xc7\x40\x5f\x88\xfb\x10\x66\x97\x22\xe5\x06\xec\xd4\x6c\x26\x1b\x19\x5d\x79\x73\x83\x47\xbc\x57\xaa\x6b\xfb\xee\xc5\x0f\xd3\x65\x84\xd7\xb6\x11\xc6\x4c\x76\x6d\xb9\x11\xf5\x1e\x8c\x5c\x32\x36\xba\x9d\xce\xff\xcf\x28\x44\x7c\xbc\x2f\xcd\xd2\x55\xf1\xbc\x47\x79\xca\xaf\xca\xce\xf8\xd5\x20\xf8\xfa\x9a\xda\x5a\xe8\x6a\xe1\xc4\x66\xb7\xd7\x19\x5b\xe8\x62\xe1\x98\x1d\x94\x30\xe4\xff\x84\x13\xff\x9a\x04\x56\x1d\x78\x26\x6d\x2f\x4d\x82\x5b\xfa\x40\x78\x60\xc4\x84\xa4\x74\x95\x78\xe4\xcc\x47\xa1\x43\x4d\x28\x62\x95\x12\x50\xa0\x5b\xe6\x0b\xa8\x02\x0c\xb5\x38\x6d\x83\x7d\xb5\x67\x21\xec\x84\x77\x9d\x7b\x06\xf9\xee\xba\xf7\x6c\x56\x96\xdf\xe4\x87\x74\x7a\x16\x5a\x39\x11\xcb\xe9\x39\x11\xcb\xe9\x57\x73\x1a\x27\x97\x9f\x4e\x0d\xc8\xbb\x74\x7c\x96\x37\x70\x7c\x96\x77\xee\xc8\x9c\xd0\x18\x28\x51\xf2\x33\x91\x70\x1a\x04\xc4\xcb\xac\x82\xfe\xd0\x30\x1c\xc7\x59\x36\x9b\x66\x60\x1a\xef\x4f\x6f\x8f\x3f\x9e\x7d\xfa\x60\x58\x28\x5e\x9a\xb9\x55\x2b\xb6\xd8\x8a\x8c\x4b\xc2\x71\x60\xf6\x3a\x1d\x08\x75\xc0\x4f\xb3\x93\x1d\x67\xd5\x33\x9c\xad\x52\x4b\xf9\x3e\x92\xa7\xc6\xbb\x88\xba\xe6\x1d\xeb\xcd\x3f\x56\x24\xcd\x58\xaf\x2e\x69\x9c\x92\x7b\x0b\xc5\xce\xe7\xeb\x73\x61\xc8\xe1\xce\x71\x9f\xaf\xcf\x4d\xb6\x51\xb1\xe6\x5d\x2d\xda\x4b\x9c\xa4\xc4\x32\xe5\x59\xa0\xf4\xce\x10\x9d\xdd\xe2\xa6\x50\x58\xae\xc6\xbd\xc5\x32\xe2\x05\xc9\x48\x92\xb6\x83\x30\x22\x6c\x68\x0e\x52\xf3\x45\x0e\x4d\xcc\xf5\x36\x74\x2b\x2c\xbd\x9e\x49\xac\x83\x40\x76\x2f\x84\x6a\xb7\xd0\xdd\x12\xad\x10\x46\x31\xca\xee\x2d\x24\x7b\xf1\x1c\xf6\xc7\xba\xbe\xc4\x72\x46\x36\x9b\xfc\xc4\x8c\xd4\x89\x9a\xea\x77\x7b\x9e\x90\xc0\x51\x19\x51\x9e\xe0\xd3\xa7\x38\xa2\xd8\x77\x30\xbf\xd4\x3a\x4f\x01\x3d\x8c\x69\x21\xd6\x33\x09\x79\xa4\x0f\x5a\xcf\xa8\x92\x2c\xa4\x7e\x3a\x86\x01\x95\xc7\xbc\xd2\x1f\xfd\xf6\xef\xe9\xb3\x65\x7e\xf4\xdb\xef\x13\x3c\x03\x83\xe4\x8b\xd4\xdc\xdb\x2a\x43\x6a\x99\x17\x1e\x52\xfd\x63\x9c\x88\xfa\x34\x7e\x5a\xb9\xc4\xa3\x71\x10\xce\x0c\xa4\x5e\xbb\xd3\x0a\xfe\x39\x42\x2f\xa1\x27\x23\x1f\xc0\x4f\x1e\xfc\xf5\x23\x4e\xfc\x93\x24\x7c\xe4\xae\x61\xc6\x16\x09\x77\x29\xdf\xce\xa7\x1a\x9b\x7d\xc5\xe3\x67\xf5\x5f\xa6\x42\xdd\x54\xb5\xfb\x05\x26\x6b\xef\xb6\xd0\x56\x03\x1b\xe8\x45\xc4\x97\x55\x9c\x88\x09\x5a\xc6\x16\xa2\xd0\xce\x11\x1b\x07\xdb\xf8\x5f\x5a\x93\x0c\x3f\x32\xb6\xd6\x3d\x0f\xa3\x60\x1d\x5c\x2c\xda\xe2\x4d\xb8\x22\xdb\x78\x50\x95\x71\xe1\xdc\xb9\x01\x6a\x89\x4f\x72\x0b\x7f\x59\x80\x2a\xe5\x1d\x0f\xa4\xdf\x1d\x6e\xb7\xe8\x7c\xe1\x9c\xc5\x7c\xc6\x25\x34\x92\x6c\x2b\xaf\x0f\x93\x8a\x0d\xc4\xfe\x67\x69\xb6\xf1\x94\x60\xd6\x49\xc1\x2a\x8a\x38\x8f\x14\xe1\xbc\x39\xab\xdc\x22\x36\x8d\x19\x00\x3a\x5b\xcc\xec\x17\x79\x22\xf9\x28\x0a\x67\xb1\x6d\x2c\x42\xdf\x67\x7c\x7a\x81\x9f\x05\x3f\x35\x7a\x9d\xe5\xb3\x91\xab\x1f\xf9\xf3\x56\xf0\x58\x56\x8e\xfd\x22\xc2\x84\x77\x27\x68\xc9\x91\xc9\x2d\x5d\xda\xdd\x2d\x62\x43\x78\xcc\x76\x8a\x30\x66\x35\xe6\x4d\xb3\x8d\x56\xb7\xbb\x7c\x6e\x40\xb1\xe2\xcd\x41\x6f\x8b\x44\xfb\xf8\x69\x7c\xed\x2d\x51\xe4\x39\xdc\x58\xb0\xe5\xe7\x57\x79\xf8\x10\x99\xc4\x5a\x26\x0a\x64\xe3\x77\xa4\xfa\xb2\xf8\xea\x16\xbd\x57\x29\x6c\x77\x86\xb0\x24\x1d\x54\xe8\xf0\x5e\x47\x36\x01\x5e\x78\xb7\x70\x5e\x8a\x9b\x89\x68\x04\x6b\xa0\xd1\xea\x8e\xe0\x93\xe8\xb2\x78\x60\x69\xbe\x84\x2b\xa9\x0e\x38\xa7\x7a\x5c\x9a\xb1\x86\x26\xd5\xae\x40\x0f\xbc\x25\x3f\xc0\x14\x5b\xc8\xa4\xa5\x0b\x0b\xac\xf6\xd7\x34\x9d\xc3\xb1\x29\x81\x2e\x99\xf8\x2c\x1d\x0e\x19\x5e\x28\xa1\x79\xaa\xbb\x5e\xf3\x3b\x2d\x0f\x69\xc1\x9e\x1f\x84\x51\x46\x92\x1d\x07\xe5\xf3\x1d\xa9\x9d\xd1\x73\xfa\xc4\xc4\xa2\x94\x98\x96\xba\x53\x23\xb3\x7e\x84\xf3\x24\x76\xa1\x50\xf0\x4b\xcd\x8d\xa5\xb0\xb6\x6a\xc5\x0c\x2a\xec\xe5\x89\x13\x2b\xed\x7e\xe8\xc4\xea\xf4\x51\xd2\x4e\x41\x6c\xb5\x50\x0a\x8e\x4b\x3b\xab\x5a\xf6\x5a\xba\xeb\xdc\x1f\xe0\x1d\x36\x1c\x38\xaf\x64\xa6\xed\xaa\x4e\xdb\xd9\xab\xa3\xa2\x9c\xe8\xec\x75\x2c\x9b\x5f\xa6\x2a\x9e\xbb\x88\xd4\x16\x04\xba\x45\xa4\x77\xbf\xb4\x4e\x68\x97\x6c\x42\x2f\xa9\x01\x25\x6d\xf9\xf3\x9a\x04\xc2\xa5\xef\x0e\xcc\x00\x06\x5b\x32\x06\x92\x00\x20\x37\x06\x18\x1a\xe6\xe9\x0d\xca\xea\x78\x1f\x67\xd8\x36\x52\xb8\xf7\x8b\x81\x6c\x2e\x37\xb0\x14\xb5\x6e\x7b\x03\x65\x56\xae\x32\x3f\x8d\xe5\x9d\xad\xd0\x4b\x8e\xc4\x99\xf8\x54\x62\x11\x1e\x1c\xe8\xd3\xcf\x33\x9e\x2f\xda\x85\x95\x8e\xaa\xbb\x82\x65\x1a\xe1\x62\xc6\x98\x69\xe2\xd9\xc6\x3f\x02\xfc\xc8\xde\x60\xaf\x95\x0a\xca\xd9\x0a\xc2\x11\x47\x3e\x5b\x6b\xbb\xe5\x97\x97\x1b\xac\x5f\x64\xef\x7c\x82\xdf\x5a\x0f\xf1\xc4\x3c\x0c\x78\xa7\x83\xa4\xc2\xd0\xee\x76\x8a\x5d\xd6\x29\xd8\x22\xe0\x51\x58\x41\xb4\xdf\xba\x09\xa4\x8b\x52\x9a\x64\x47\x92\x90\x47\x0b\x31\x78\xde\xc6\x51\x23\xa3\x8d\xdf\x0c\xc8\x96\xbf\x58\xcd\xf7\x1b\xcb\x77\x64\x94\xac\x1f\xe5\x35\x54\x1a\xd1\xea\xc8\x91\x9a\xa1\x4b\x03\x88\x94\xb7\x63\x7f\xe3\x9f\x88\x56\x29\xc4\x8f\x08\xe8\x79\x18\x3f\x40\x5e\x38\x58\xa1\x86\x8c\x00\x6c\x60\x33\x36\x9f\x46\x1d\xd9\xff\xe9\xca\x4d\xbd\x24\x5c\xf2\x13\xad\x7c\x1c\x6e\x0a\x34\x6d\x3c\x8a\x99\xff\x2b\xc7\xa5\xa6\x8b\x84\xff\xb9\xec\x9d\x5f\xe4\xa3\xd6\x31\x2a\x8b\xea\x93\xa1\xd6\x25\xfd\xff\xb6\x1e\xe1\x28\xdc\x3f\x81\xab\xb2\x78\xaf\x1c\x33\x12\xe8\x56\x80\xa8\xf5\x8d\xc8\x7c\x94\xed\x9a\x31\xc3\xff\xb6\xee\x59\x26\x94\x89\xc7\x34\x26\xfe\xbb\xb5\xec\xa0\xab\x9c\xd8\x60\x54\xad\x87\x4a\xf9\xff\x3f\xd2\x4b\x69\xa6\x4d\x1f\x71\xfb\x5c\x5d\xa7\x84\xf1\x4c\xa4\xfe\x77\x74\xcc\xb7\x70\xfe\xd4\x32\x1f\x3c\x4d\x16\xbb\x03\x37\xa8\x62\x7f\x20\xd2\x0e\x70\x18\x11\xff\xaa\x9c\xd2\x6c\x1a\x8d\x56\xc3\xd8\xdf\x99\x81\x89\x32\x6f\x0f\x10\xdb\xcf\x53\x39\x40\xc2\x31\xa0\x30\x44\x22\x83\x1a\x96\x69\x6f\xe7\xa8\xec\x06\x34\x9d\x9a\x0e\xc9\xea\x3a\xe4\x3f\x0a\x63\x74\x29\xb5\x20\xdc\x1e\xd3\xe5\xba\x71\x2d\xa0\x73\xe3\xec\xc4\xa8\x85\x3e\x3b\x05\x5b\xf6\xba\xb1\x2d\x89\xad\xd5\x32\xdf\xda\xd3\xe9\x72\x2d\xf3\x9f\x9d\x98\x19\x13\x62\x8b\x62\x6c\xa1\xce\x57\x09\x5d\x90\x6c\x4e\x56\xe9\x77\xd6\xf6\xdd\xd9\x09\x4e\xe7\x2e\xc5\xa0\x63\x2c\x56\x5a\x2f\x14\x44\xe2\x4c\x93\x28\xf6\x8d\x7f\x2c\xf3\xf4\x57\x2b\x77\x73\xf3\xf1\xbb\xfb\x70\xb1\xc0\x31\x9b\xb5\x8b\x65\x56\xa9\x17\x94\xf7\x46\xff\xdd\xdc\x7c\xe4\x38\xa8\xae\xe7\x16\xe8\x25\x6f\x48\xa1\x55\x48\xa9\xf4\x6c\x4d\xbd\xc7\x25\xff\xed\xbd\x8a\xb8\x26\x0f\xdd\x71\x51\xa0\x20\x3c\xa9\xc0\x31\x09\x5a\x40\x7c\x8c\x25\x89\xe1\x3e\x54\x2a\x4d\x56\x4b\x26\x49\x0a\xc9\x40\x5e\xb5\xf9\x88\xa3\x15\xb1\x5f\xb9\x3f\x96\xdf\xbe\x2e\x64\xac\x58\x3a\x67\x1d\xd4\xaf\x91\xda\x39\x5e\xb9\x7f\xe7\x7c\xd1\x2e\xaa\x1f\x6a\xc7\xe8\xd8\x47\x2f\xcb\xfc\x26\x14\xdb\x78\x0f\x62\x5c\x83\xc6\x8d\xa4\x34\x9f\x41\x8a\xcd\x3d\x6d\x95\x50\x5b\xec\x7f\xc9\xd8\x0a\x4b\x54\xc9\xff\xda\xfa\x34\x6e\xe6\xf4\x29\x8c\x67\x0d\x03\xc9\x40\xce\xc8\x68\x40\x56\xe3\xbe\x38\xa2\xd7\x0b\x24\xc6\x22\x56\xfd\x5f\x8e\x13\x26\xe3\x82\xc9\xe3\x7c\xd2\xf8\xc7\x8f\xf4\x01\x8d\x6b\x81\x50\xd1\xc8\x55\x0e\xb8\x5c\x36\x44\x15\xc3\xa5\xc8\xd6\xeb\x77\xc0\xf0\xeb\x46\xec\x77\x0b\x31\x8f\x04\x73\x15\x1f\xaf\x0c\xbe\x2e\xc1\x33\x71\x58\xe5\xcf\x67\x75\xdd\x3b\xda\x8d\x4d\x4a\x28\xe5\xee\xb9\xb9\xfb\xa5\x52\x1b\x9e\x53\xec\xdf\xdc\x7c\x34\x75\x1d\x81\xa5\x7f\xa9\xc8\x7f\xea\xbe\x17\xe3\xc7\x70\x86\x33\x9a\xb4\xbd\x28\x5c\x02\x07\x69\x3f\x25\x61\x06\x43\xfe\x4a\xc1\x35\xc2\x4a\x5d\xf1\x9a\x09\x33\x25\xd9\x31\xaf\xb7\x78\x99\x09\x37\x5a\x91\x5a\x5f\xd7\x95\x84\x23\x92\x64\xa6\xc1\x72\x35\x42\x31\x4c\x0d\x83\xcd\x7d\x0f\x97\x2a\xca\x16\xb9\x85\xe2\x5d\x46\xc3\x8f\xf9\x2d\x9c\x55\xe5\xfb\xdd\x3d\x28\xde\x63\xf0\x7e\x46\xa1\x93\xdd\x75\xef\x11\x7e\x45\x9d\x9f\x3a\x98\xe5\x8c\x1c\xcc\x72\xae\x6a\x54\xf4\xc8\xab\xd1\xf1\x73\xfd\xbe\xef\x78\xec\xe5\xa5\xe3\xb1\x97\x8b\xd7\xba\x86\x26\xb1\x10\xb8\x61\xaa\x91\x5f\xe5\xa7\x17\x4b\x0a\x25\x26\x15\x1e\xbc\x69\x04\xf0\x9b\x4d\xae\xfd\x06\x25\x8d\x62\x8c\xea\x62\xaa\x66\xd3\x5c\x16\x6c\x04\xbf\xfa\x66\x9d\x61\xe0\x7b\xac\x02\x87\x81\x49\xda\x0c\x33\x58\x76\xc4\x5a\xb4\x2c\x2b\xe0\x63\xe4\xa3\x25\xaa\xab\xce\x3d\xd7\xd3\xcd\x1d\xc5\x66\x83\x84\xa4\x73\x03\x65\xe4\x39\xb3\x8d\x6b\xf9\x58\xbb\xf9\xc8\xd4\x6d\xdd\x1e\x13\xc0\x38\x2f\xb9\x5a\xf9\xfe\xbb\xf8\x6f\xba\xc4\x71\x81\x01\xff\x6b\xd1\xce\xc2\x2c\x82\x05\xa3\xa9\x9a\xc5\x24\x67\x9b\x2a\x7a\xeb\xfd\x74\xe5\xd6\x15\x71\xf4\xe7\x2a\x21\x8d\x6b\xe2\x37\x3e\xe2\xac\xc1\xb6\xa0\x9b\x79\x18\x64\xa5\x12\x8f\x02\xc9\x35\xe7\x5a\xf0\x30\xe3\x73\x4a\x1a\x11\x09\xb2\x06\x8e\xfd\x06\x5c\x11\xd0\xc0\x49\x42\x9f\x1a\x0f\x64\x9d\x32\x80\x2b\x56\x3e\x69\xb8\x24\x7b\x22\x24\x6e\x78\x7c\xbb\x4e\x4b\xc0\xab\x5e\xf9\x2b\xd9\xe1\xd1\xa2\x58\x9b\x9f\x7d\xa1\x95\x4f\xed\xf7\x2c\x29\x6d\x36\xb5\x54\x6f\x85\x5e\x16\x24\x4d\xf1\x8c\xbc\xc3\xc9\xed\x7a\x49\xec\xcf\x51\x9b\x24\x09\x4d\x0a\x6e\xb0\x10\xcc\xf2\x24\x4c\x17\x61\x9a\xd6\x60\x83\x88\x2f\x2c\xb0\x36\xb0\x2c\xe5\x30\xb1\xc6\x71\x44\x53\x62\xc8\x3a\x7e\x5a\xe4\x9d\x2a\xe6\x6c\xaa\xcd\xd9\x54\xce\xd9\x54\xcc\x59\xbe\xdb\xe9\xad\xba\xd4\x76\x26\x06\xa1\x56\x48\xd3\x12\xda\xa0\x33\x7c\x47\x9f\x51\x85\xc5\x41\x20\xe7\x12\xed\x35\x70\x02\xf7\x8d\x2c\x9c\x97\x2d\xfa\xb2\x70\xd4\x04\xfc\x80\x97\x76\xb7\xb3\x45\x9f\x5f\xb1\x44\xfc\x2e\xd3\xee\x0a\x26\x05\x4d\x65\x7e\xbf\x45\xbf\x14\x94\xec\x5f\xb8\x82\x7f\xd4\xe9\x6c\xb7\xe8\x43\xfe\xbe\x7c\xa5\x07\xef\xfc\x54\x56\xd9\xdb\x46\x67\xf9\xdc\xe8\x0e\x75\x1b\x01\x2b\xe1\x8f\x85\x03\xcb\xcf\x7e\xe1\xe6\xf3\x5f\x21\x4a\x63\x46\xb6\x5b\xf4\xdb\xc2\x79\x29\x1a\xe9\xed\x17\x97\xfa\xeb\x77\xea\xce\x73\x96\x1b\x5c\x02\xae\x92\x70\x81\x93\x35\x62\xc9\x6c\x1c\xf4\x62\x7e\x5e\x38\x72\xbf\x0a\x35\xdb\xc6\xa0\x83\xd8\xa4\xf9\xa8\x9e\x94\x05\xa1\x3b\x44\xba\x9d\xa1\x3b\x44\xdc\xd7\x65\x7d\x2c\x41\x6d\x9a\xe1\x24\x33\x10\x66\x82\x07\x9c\xe1\x57\xd2\xc7\x76\x8b\xfe\xc5\xad\x3b\x6a\x69\x96\xbb\x2d\xff\x50\x6f\xa0\x57\xa1\xdf\xdb\x22\x7d\x49\xcb\x1e\x31\xfe\xd7\x68\xc0\xfe\x19\x5a\x0d\x7b\xfa\x8b\xdd\x81\x30\x79\xd8\x9d\xed\xd6\x3a\xf8\x1a\x9b\xd0\xa3\xa9\xfd\x62\xd0\x25\x89\x53\xb6\xfa\x5b\xe9\xe3\xcc\x28\xd8\xf4\x0c\x46\x41\x2f\xcf\x8b\x28\x4e\x6d\x63\x9e\x65\x4b\xfb\x1f\xff\x78\x7a\x7a\x6a\x3f\xf5\xdb\x34\x99\xfd\xa3\xd7\xe9\x74\xfe\x01\x79\x0a\x33\x43\xf4\x9e\x78\x7a\x0c\xc9\xd3\x3b\xfa\x6c\x1b\x9d\x46\xa7\x31\x1a\x34\x58\x2d\x6b\x18\x20\xfb\x1c\xfb\x58\x3d\x6f\x5c\xe2\x6c\x6e\xa0\x17\xdf\x36\x2e\xba\xe3\xf6\xa0\x37\x68\xf4\xc6\xed\xee\x70\x72\x3e\x6e\x4f\x1a\xfd\x4e\x7b\x34\x1a\x78\xed\x6e\xaf\xdf\xe8\xb6\x87\x83\x61\x7b\xd0\xe8\xb7\x3b\xe3\xf6\x78\x34\x68\x0c\xda\xc3\xd1\x28\x9a\xb6\xbb\xc3\x56\xbf\xdd\xef\xf7\xbd\x56\xbb\x37\x1d\xb7\x58\xbe\x71\xab\x3d\xe8\xf4\x5b\xfd\x76\x77\xd0\x6b\xb5\x7b\x93\xd6\xa0\x3d\x1e\x5c\x8c\x3a\x8d\xee\xa8\x3d\xec\x0c\xbc\x56\x7b\x34\xee\xb5\xba\xed\xfe\x64\xd4\xea\xb6\x07\xc3\x56\xaf\x3d\xee\x8d\x5a\xbd\x76\x9f\x95\x35\x9d\x4c\xa2\xd6\xb4\x3d\xea\xf7\x1a\xfd\xf6\xb0\x33\xf2\xba\xed\x6e\xaf\xd1\x6d\x77\x07\xe3\x46\xaf\xdd\x19\x35\x7a\xed\x41\x7f\xd8\xe8\xb5\x27\xfd\x46\xbf\x3d\xe9\xf6\xff\x2c\x33\x6c\xad\x51\xfd\x49\x7b\xd2\xe9\x35\xba\xfd\xf6\x78\x3c\xf2\x7a\xed\x4e\x67\xd0\x9e\xf6\x87\x8d\x7e\x7b\x3c\x68\xf4\xda\xbd\x6e\x63\xd8\xee\x75\x58\xb3\xc6\x9d\x71\xc4\xbe\xca\xea\x3d\xec\x8c\x70\x6f\xdc\xee\x4f\x1a\xfc\x7f\xd6\xc3\x9d\x56\xb7\xd3\x1e\x0f\x47\xad\x49\x7b\x3a\xf4\x5a\x50\x62\x6b\xd4\x1e\xf4\x5a\xfd\x4e\xbb\x3b\x9d\xb4\xda\x03\xf6\x7b\xd4\x1e\xc1\xe7\xfa\xbd\xba\x22\x7a\xed\xc1\x64\xc2\x6b\xd3\x85\xaf\x0d\xe0\x6b\x43\xaf\xdd\x65\xed\xef\x4c\xc6\xed\xd1\xb8\x35\x68\x77\x27\x8d\x6e\x7b\xd4\xe9\xb7\x46\xed\xee\x84\xf5\x75\x77\xdc\x67\x1f\x1e\x8c\x1b\xdd\x41\x7b\x32\x18\xb4\xba\xd0\xfe\x5e\xbf\x3d\x9e\xb6\x26\xed\xd1\x70\xc2\xcd\xa4\xbb\xfa\x81\x8d\x53\xbf\xd1\x1f\xb6\x3b\xdd\xf3\x4e\xa3\x3f\x69\xf7\x07\x3d\xaf\x3d\x61\x0d\xef\xf7\x59\xbf\xf6\x1b\x6c\x6c\x26\x8d\x41\xbb\xdf\x19\x34\xa6\xed\x7e\x9f\xd5\xaf\xdb\x63\xf5\xc3\xdd\x71\x7b\x3a\x6d\xf0\xff\x59\x43\xba\x6c\x44\x47\xfd\xd6\xb4\xdd\x1d\x0d\x5e\xe9\xfd\xc1\xb4\xdd\x19\x0f\x1a\x7d\x36\xd4\xac\x90\xd1\xa0\xc1\xff\xe7\x85\x74\xdb\xa3\xee\xa8\xc1\x9a\x38\xf2\x5a\xd0\xc6\x06\xb4\xb1\x05\x6d\xec\x37\xa0\x8d\x2d\x68\x63\x83\xb5\x71\xcc\xca\x18\x77\x1b\xfc\x7f\x5e\xc6\xb0\xdd\x83\x19\x38\x86\x39\xd3\x85\x39\xe3\xf5\xda\xa3\x51\x0f\xc6\x78\xd0\x18\xb5\x7b\x53\xd6\xb8\xc9\x78\xd0\x60\x23\x38\x98\xb0\x8f\x0c\xfb\x7c\x14\x1a\x6c\x04\x1b\x30\x82\xa3\xf6\x60\xd0\x60\xe3\xd7\x9d\xb4\x60\x00\x27\x6c\x00\x7b\x30\x80\x3d\x31\x80\x6c\xee\x8d\xa7\x30\xf8\xa3\x21\xff\x62\xa3\xdf\x1e\x4c\x27\xaf\xcd\xc1\x61\xb7\x3d\x18\x0c\x1b\x5d\x96\x1b\xa6\x36\x0c\x45\xbb\xdf\xef\x79\xdd\xf6\x98\xad\xa8\x01\x9b\xd4\xc3\x0e\x8c\xc1\xb0\xcf\xe6\x25\xd4\xb5\x33\x51\x63\x30\x98\x8e\xd9\x02\x1b\xb3\xa6\x0e\x86\xad\x6e\xbb\x3b\x1d\xb6\x46\xed\x49\x77\xcc\x16\x4f\x6b\xda\x9e\x76\x87\xc2\x50\xbe\xe5\x18\xec\x6f\x8b\xea\xa5\xa5\x55\xe7\x98\x48\xdc\x8b\x04\x0e\x32\x69\x12\xb0\xbf\x24\x22\x8f\x38\xe3\x16\xaf\x55\x4a\x12\x61\x3f\xe3\x5e\x33\x19\x9c\xc8\x61\x92\x30\xc3\xbf\x35\xfe\x36\x0a\x66\x57\xfd\x6b\xfe\x16\x99\x7b\xdd\x5a\x8f\x1a\x7e\x92\x2e\x59\x11\x06\xac\xd9\xef\xf7\x38\x4a\x09\x0a\x76\xc2\xf0\xb9\x13\xb0\x02\x16\x4e\xc0\x0a\x98\xbd\x52\x8d\x47\x67\xc6\x72\xae\x9d\x19\xcb\xe9\x56\x73\x7e\x58\x40\xbe\xaf\x8e\xcb\xf2\x1d\x3b\x2e\xcb\xf7\x5c\x27\x15\x3c\x15\x89\x86\x61\xbd\x0d\xe0\xe7\xcd\xa6\xb9\x28\x20\x74\xb2\xfc\xf7\x11\xba\x19\x4b\x88\x8e\x9e\xa4\x84\xe1\x70\x0a\x00\x14\xcb\x4e\x19\x72\x5f\x94\x91\xfb\x1c\x61\x94\x09\x90\xfe\xa0\x5a\x23\x43\x36\x5b\x35\x37\x3d\x7c\xbb\xaf\xca\x2b\x6a\xa5\x0f\x11\x75\x71\xf4\x09\x3f\x72\xd8\xa7\x21\xfc\xa5\xbc\x20\x63\x79\x6f\x95\x41\xfd\xb7\x78\xc7\x30\xd4\x2f\x30\xe3\xef\x0b\x94\x31\x5c\x96\xda\x7f\x2e\x50\xae\xad\x14\x1a\xca\x34\x4b\x48\xe6\xcd\x77\x78\xcb\x78\x1e\x7a\x09\xd3\x73\xb6\xbd\x4a\x0c\xbb\xd7\x91\x60\xf4\xe7\x05\xca\x18\xee\xfd\xb4\xe2\x1e\x88\xe0\x05\xf8\x89\x60\x06\x80\x41\xcb\xb4\xd2\xa0\xef\x12\x79\x0c\xc9\xee\xc2\xb7\x52\xe1\xfa\x49\x81\x22\x09\x6c\x1e\xea\x0d\xbd\x4b\x7d\xeb\x36\x12\x32\x0b\x69\x9c\x36\x66\xb4\x31\x27\x09\xa9\xa8\xff\x9e\x3d\x79\x93\xd5\x6f\x8b\x9a\xf2\x44\x87\xcd\x12\xb8\xc8\x40\x76\xd7\x97\xda\xee\x02\x94\xb5\x43\xcd\x5b\xd4\x05\x8b\x6e\xfa\x69\x51\xdf\xb7\x67\xab\x36\xdc\xc7\xf9\x9f\x9a\x32\x4a\xaf\xf3\xc7\xa2\xdc\x7c\xf5\x29\xd9\xc2\xda\x2e\x78\xf0\xd4\x9c\xf9\x45\xaf\xb3\x71\x74\x7d\xd9\xb8\xa2\x49\x86\xa3\x86\x81\xb2\xb6\xe4\x8d\x87\x86\x69\xec\xe7\x8f\xfb\x86\x65\xd8\x86\x71\xbf\xf3\xe3\x75\xed\x2c\x98\x14\xb2\xb6\x64\xab\x3b\xcb\xe0\x47\x4e\xec\xbd\xac\x2d\xb9\x71\xed\xf4\x28\xa8\x7b\x4f\x45\xce\xc6\xe7\x14\x74\xf1\x35\xf9\xdf\x25\x48\xeb\xe3\x23\x7f\x11\xc6\x86\x58\x81\xff\xf6\x88\xdd\x84\xb3\xf8\x72\x95\xd5\x8b\xef\xd9\xd2\xb4\xb6\xc5\x81\xbb\xaf\xa8\x27\xb5\xc5\xfc\xf5\x8d\xb9\x54\x19\x60\xdc\x6c\x9a\x0c\x78\xd3\x88\xb4\x23\x3a\x33\x71\xa1\x45\xff\x21\x29\x36\xfd\x3e\x29\xf6\x73\x55\x8a\xd5\xc3\xe3\x62\xc9\xd7\x71\x41\x8a\xfd\xfe\x39\x6d\x99\x1f\xd9\x60\x29\x21\xf5\x09\x71\xe9\xd6\xae\x93\x6f\xd7\xa8\xaa\xb6\xb1\xe7\x7f\x61\x25\x59\x26\x09\x8a\x5f\xad\x2b\x18\x79\xc5\xcf\x3f\xc2\xec\xa0\x69\x41\xe9\xbe\x16\x1b\xec\x31\xdb\x8c\xb7\x62\x72\xe8\xd5\xf9\xc9\x2f\x7e\x89\x49\xf4\xcf\xd2\x2f\x30\xd7\x13\xfe\xba\x28\x05\x00\x20\xcd\xa6\x49\x1c\x86\x19\x98\x64\x26\x7c\x0f\x2f\xe8\x9f\x97\xe9\xf3\x7b\x26\xd0\x2d\x28\xcd\xe6\x20\x21\xcf\x12\xbc\x4e\x3d\x9c\xbb\x55\x97\xd2\x99\x24\x8c\xa3\x10\xa7\xc4\x17\xc2\x20\x14\x66\xc4\x34\x59\xe0\x88\x93\x84\x9c\xa9\x68\xe9\x12\xbc\xc9\x85\x8b\x23\xcb\xf1\x1e\x7b\x84\xcb\xa4\xef\xf1\x22\x8c\xd6\xf6\xff\x18\xef\xb1\x9b\x84\xde\xc5\xc9\x79\x0f\xce\x51\x18\xff\x83\xc0\xab\x67\x95\x44\xe6\xff\x18\xfb\x64\xdf\x08\x20\x43\x0b\xc4\xca\x16\xee\xf6\x07\xd3\x89\x17\xb4\x9f\x68\x10\xfc\x8f\xd5\x08\xd8\xa7\x32\xf3\x7f\xf8\xa3\xc1\xbd\x04\x53\xfb\xa5\xc4\x3e\x6d\xe3\x7f\xaf\xc8\xb8\xd3\x31\xd0\xf1\x9c\x3c\x26\x34\x86\xd8\xea\x9c\xe8\x2b\xe2\xe7\xa5\x20\x11\x03\x9d\xfa\x61\x26\x9e\x02\x03\x1d\xf9\x3e\x7f\xe8\xb2\x22\x70\xec\xb1\xc9\x0e\xcf\x5d\x03\x5d\xd0\x84\x88\xa7\x9e\x81\x6e\x48\x96\x85\xf1\x2c\x15\x94\xbe\x81\x2e\x70\x28\x73\x0f\x0d\xc4\xcd\x18\xe2\xd9\x63\xf9\x71\xe2\xcd\xf9\x73\xaf\x6b\xa0\x9b\x39\x96\xc5\xf5\x7c\x03\xbd\x8b\xa8\xf7\x40\xfc\x9b\x30\x93\xc4\xc0\x40\xef\xf1\x23\x4d\xc2\x8c\x21\x38\x51\x52\x7f\x50\xa4\xbe\x0f\x23\xf1\xcd\xfe\x10\xda\xe7\x3d\x5c\xe0\xe4\x41\x90\x88\x81\x4e\x20\xde\x04\x7f\x1e\xe4\x5d\x00\x5a\x07\x20\x8e\x5c\x45\xbc\xe6\xc3\x0a\x54\x8f\xb5\x3f\x22\xb1\x2f\xbf\x3c\x19\x1b\xe8\x82\xcc\xf0\x72\x4e\x63\x51\xde\x64\x6a\xa0\xcf\xb1\x4f\xf9\x13\x1e\x1b\xe8\x7d\x84\x67\xfc\xc9\xeb\x1a\xe8\x0a\xcf\x44\x4e\xaf\x6f\xa0\xab\x30\x86\x43\x1b\xff\x7b\x45\x26\x83\x8e\x81\x7e\x09\xc9\x13\x7f\x9a\xb2\xce\x8e\x88\xf8\xd2\x64\x3a\x30\x90\x74\xc3\x15\x94\x91\x81\x3e\x2f\xb5\xe7\x89\x81\xde\x0b\x73\x11\x7b\x76\xc7\x06\xba\xa1\x09\xaf\xfb\xc4\x73\x0d\x04\x1b\x79\xde\x9e\x09\xe9\x09\x9a\x6a\xf8\x84\x0c\x0c\x74\x2b\xaa\x3b\x21\x1e\x0c\xfe\xfb\x24\x24\xb1\xf8\x48\x80\x0d\x74\x16\x07\xbc\x75\xd3\xc1\x88\x7f\xe2\x3c\x8c\x09\x1f\xf3\xa9\xdf\x31\xd0\x79\x98\xf2\xe2\x70\x7f\x6c\xa0\xe3\x30\xf1\x22\x72\x0d\x0b\x09\x68\xd8\x40\x1f\x09\x16\x15\x73\x87\x5d\xf1\xa8\x46\xcd\x1d\xf6\x0c\x74\x1b\x46\xa2\x48\x0f\x0f\x0d\x74\xba\x70\x45\x37\x79\x1e\x31\xd0\x87\x28\x5c\x2c\x44\x43\xbd\x60\x60\x20\xe5\x46\x00\x24\xdf\xeb\xb0\x41\x2e\xd1\xba\xbc\xb2\x62\xa2\x93\xd1\x84\x3f\xab\xd5\x40\x46\x53\x03\xdd\xac\x63\xef\x96\x5e\x1d\x0b\x0a\x31\xd0\x39\x4e\x66\xe4\x43\x12\xf2\xcf\x13\xd6\x91\x37\x0f\xeb\x25\x81\x79\x05\xb4\x60\xd2\x91\x34\x36\x61\x05\xad\x2b\x68\x17\x61\xbc\x4a\x05\xad\x27\xc6\x54\x5b\x07\xc1\x84\xcd\xe9\x88\xf2\x61\x0f\xd8\xb0\xdf\xc0\x86\xc0\xfb\x0d\xbe\xb2\x10\xb3\x37\xe8\xb2\xd9\xcb\x96\xdc\x2f\x02\x9b\x01\xb5\xe7\x7a\xc6\x16\xce\xaa\x28\x66\xf8\xcf\xff\xfb\x99\x61\xab\xf3\x06\x3b\xec\xb4\x06\xa3\x31\x21\xbd\xf1\x9b\x0c\x91\xad\xb9\xf3\x30\xe6\x23\xd3\xef\xb0\x51\xa0\x0b\x26\x58\xdc\xd0\x48\x8c\x6b\x9f\xf1\x3d\x6e\x3d\x3d\x8d\x41\x15\xb8\x80\x1b\x8c\x20\x8d\x31\xbe\xb3\x38\xcd\x70\x14\x09\x81\x19\xa8\x5d\xe8\xa1\xa3\xe5\xf2\xdd\x2a\x64\xeb\xee\x82\xfa\xab\x88\x88\xc4\x7e\x29\x51\xca\x32\x22\x79\x50\x4a\xbe\x89\xa8\x4c\x1a\x1a\xe8\xdd\x2a\x8a\x52\xb2\x26\xb7\x10\x13\x4f\xb1\xe3\x7e\x77\xba\xa3\x54\x70\x03\x93\x9f\x76\x39\x97\x39\x01\xcf\x0f\xa0\x78\x9c\xc2\xcd\xa8\x5a\x71\xbe\x81\xae\x12\xea\xaf\xbc\x4c\xad\xd9\x7e\x97\x30\x06\xb6\x5c\xb9\x51\x98\xce\x95\xe6\x15\x52\x02\xb6\xaa\x96\x4c\x86\x89\xbd\xb5\xdc\x16\xfa\x83\x81\x4e\xbe\x26\x0b\xfa\x28\x6a\x32\x60\x2b\x37\xef\xcd\x2b\x1a\x85\xde\x5a\x24\x8d\x0a\x49\xd7\xc4\x27\x8b\x65\xde\xb7\x03\xc6\xbc\xbc\x39\xa5\x11\x6b\x05\x5b\x94\xe7\x74\x46\x45\x9a\x07\x7c\x13\xc6\xae\xdb\xe3\x34\xc6\x32\x24\xed\x32\x08\x14\xb9\x0f\x1c\x2c\x1f\xfb\x21\x11\x9b\xcc\x92\x86\x71\x76\xb4\x5c\xb2\xa9\xd6\x1d\xf1\xc4\xd1\xd0\x40\xec\x73\x41\x44\x9f\xd2\xfc\x9d\xd1\x88\xb1\xa3\x05\xb9\x0a\xbd\x07\xb1\x68\xfb\xa3\xb1\x81\x18\xd2\xfe\x82\x93\x58\x72\x98\x3e\xe3\x28\xc7\x74\xb1\x8c\x42\xb6\x49\x1e\xad\x54\x3f\x33\xc6\x72\xc6\xa4\xa7\x98\x64\xec\xeb\xf2\x8d\x71\x67\x60\xa0\x77\x60\xed\x89\x49\x2a\x76\xcd\xce\x88\xed\x9a\xcb\xab\x50\xee\xd1\x63\x03\x1d\x85\xc9\x32\xc2\x72\x8b\xe9\x4c\x19\x93\x76\x23\x22\x37\x69\x6c\xa0\x9f\x57\xa1\xf7\xf0\x89\xca\x5d\xad\xe3\xb2\xbd\xc4\x27\x62\x1b\x62\xd3\xed\x8a\xd0\x65\x24\xf7\xea\x91\x81\xae\xf2\x3d\xab\x3b\x86\xde\x13\x0f\x8c\x2f\xce\xa9\x80\x03\x6c\xc6\xdd\x64\xea\x09\x33\xee\x2e\x3a\x66\xdc\x85\x3d\x25\x3a\x5a\x2e\xe5\x86\xef\x1b\xe8\x37\x4a\x17\xe2\x89\xf0\xa7\xcb\x95\xa8\x27\x9b\x3f\x17\xa1\x97\x50\x6d\xbb\xec\x01\xa6\x58\x90\x04\x8b\x67\xb6\x27\x65\x19\x56\xa8\xa0\xcf\x50\x82\xd8\x7e\xc6\x3d\x6d\xa7\x57\x33\x76\xdc\x9b\xf0\xe9\x9d\xaf\xe6\x71\x6f\xca\x36\x43\x38\x49\x26\x08\xd8\x40\xef\xb0\x60\xce\xe3\x9e\x6b\x20\x61\x71\x14\x04\xcf\x40\xe7\x54\x25\x13\x96\xbc\xa4\x49\xf6\x11\x33\x00\x22\x90\x43\xc7\x40\xa7\x17\x67\xe2\x81\x61\x9f\x30\x0e\xf3\xde\xe8\xf7\x14\x60\x11\x84\x3e\x2b\x05\xb3\x1d\x08\xdc\x1a\x38\x71\x04\x2d\x00\xcb\x0b\x27\x8c\x59\x2e\xb5\x66\xc6\xfd\x89\x80\x2c\x2e\x7d\x16\x94\x69\x4e\x01\x03\x79\xaa\xf0\x10\xdb\x4b\x65\x92\x86\x7a\xdc\x9c\x7a\x16\xfb\x24\x23\xc9\x22\x8c\xb1\x7a\xc9\xab\x29\xef\x9a\x3c\x92\x24\x55\x55\xf7\x79\x6f\xdd\xd2\x2f\x61\xec\x8b\xbd\x69\xdc\x67\x3b\xd5\x2a\x8a\x6e\xbc\x84\x10\x51\x7d\x06\x5a\xae\x92\x50\xb0\x88\xf1\x80\xa1\x1f\x31\x59\x06\x98\x43\x16\xf1\xe4\x1a\xe8\xf2\xf4\x42\x3c\x30\xec\x87\x65\x93\x07\xd0\xdd\x4c\xc8\x02\x7f\x10\x46\x62\xa8\xe0\x38\xa2\x2b\x51\x1f\xb6\x8e\xdf\x47\x38\x9d\x47\x39\x1a\x1b\x0e\x38\x1b\x57\x2e\x4b\x82\xcc\x30\x09\x96\xef\x41\xe7\xe2\xe8\x14\xdc\x79\x04\x8d\xcd\xef\xb3\xab\x0b\xd5\xe3\xc3\xa9\x81\x4e\x13\x9c\x92\x5b\x4a\x45\x0f\x0e\x3d\x03\x7d\x48\xc2\xe5\x92\x24\x1a\x91\x21\xc7\x10\x47\x4b\x55\x7a\xc0\xe7\x9d\x86\x1b\x3b\x9c\xa2\x83\x46\x36\x51\x98\x8c\xc9\x23\x28\x09\x62\xcf\x40\x3f\x91\x35\xf8\x6f\xc0\xad\x98\xa1\x27\x12\x86\x06\xba\x82\xb3\x48\xf0\x04\x13\x7b\x95\x8a\x8a\x72\x36\xf2\x00\xa7\x82\x64\xa5\x46\x3e\x03\x47\xf4\xf7\xb0\x27\x9e\x89\xaa\xf9\x3b\x9c\xe4\x07\x4c\x45\x6a\xc0\x10\x4e\x9a\x11\xb1\x44\xc7\xac\xbe\x24\x49\x69\xcc\x6f\xa5\xe3\xc4\xae\x04\xe6\x47\xb1\x9f\x2f\xee\x71\x9f\xe1\x2e\xea\xca\x5c\x03\x03\x9d\xe2\x94\x5c\x06\x47\x9e\xa7\x98\xd7\x78\xc4\x06\x25\xce\xb0\x97\x29\x98\x38\x1e\x03\x24\x5e\x4a\x06\x33\xc6\x2a\x8f\x20\xb8\x0c\x45\x2f\x64\x6e\x8f\xb5\xd2\xa3\x8b\x30\x9e\x1d\x63\x39\xa7\xc7\xa4\x0c\x71\xc8\xec\xff\x7e\x88\xd3\x7d\x03\xe2\x74\x5b\x03\x7f\xd8\xeb\x8e\xa6\xc3\xb7\x21\x4e\x2a\x27\xf8\x38\x30\x10\x5f\xb6\xa9\xda\x34\xc7\x0c\x7a\x9e\x26\x09\x95\x82\x4b\x5f\x9f\x26\x3a\x9a\x24\xe3\xc9\x80\x0d\x97\x42\xb2\xe3\xc9\xd0\x40\x37\x51\xe8\x93\x74\x2e\x39\xc1\x84\x6d\x89\x49\x28\x66\xd1\x04\x1b\xe8\x68\x95\xd1\xd3\x78\xce\x36\xbe\x4b\x31\xce\x13\xbf\x48\x0e\x02\x41\x67\x48\x8b\x5b\x58\xd9\x23\x20\x5e\xfc\x48\x8e\xc4\x14\x9a\xf6\xd8\x1e\xa3\xd6\xcf\xb4\x2f\xc5\x46\x99\x3e\x64\x70\x7f\x49\xbc\xec\x9a\x81\x31\x41\x9c\xf2\x39\x95\x60\xb9\x29\xe0\x2e\x5b\xfa\x4a\x0e\x63\xf3\x32\x91\xdb\x18\x9e\xc0\xf6\x97\xd1\x63\x1a\xc9\x98\xa3\x3c\x81\xb5\x24\x72\x57\xa2\x61\x98\x6d\x13\x34\x67\x1d\x98\xe1\x25\x1c\x53\xb8\x51\x11\x67\xb2\x05\x6e\x87\xf5\x06\x8e\xd3\x48\xe5\x74\x7b\xf0\xf5\xd3\xb5\x7c\xee\x73\xd9\xee\x32\x09\x67\x61\x2c\x7b\xda\x65\xd2\xd6\x7c\xb5\x70\x63\x1c\x46\x4a\xf4\x1b\xbb\x6c\x77\xc6\xde\x83\x92\x14\xdd\x89\x81\x6e\x49\x44\x98\x1c\x40\x94\x00\xed\x32\x30\xa8\xe1\x8f\xb1\x8b\x59\x57\xc5\x38\xf6\x42\xf5\x05\x97\x49\xf3\x2b\x2f\x87\xad\x63\x97\xf0\xfd\x7d\x09\xeb\x4b\x88\x61\x63\x37\x80\x36\xc8\x35\xca\x04\xa8\x9c\x43\x7a\x4c\x20\xa3\x2b\x6f\x7e\xc5\x50\x93\xfc\xbe\x37\x65\xcb\x36\x91\x95\xf4\x87\x06\xba\x5d\x25\xba\xc0\xec\xbb\x06\x7a\x4f\x92\x44\xb0\x33\xd2\x37\xd0\xc7\x70\xa6\x33\x71\xc2\x9a\x4a\x9f\x48\xa2\xab\x2a\xc8\x04\xf0\x8d\x78\x98\x32\x08\xb7\x90\x15\x23\xac\x9e\xbf\x5c\xd0\x38\x54\xdd\xcf\xe4\xbf\x1b\xb6\xfa\xd4\x14\x09\x86\x06\xfa\x00\x7a\x49\x78\xf2\x0c\x94\x33\xc2\x5b\xec\xaa\x5d\x26\xf0\xd9\x4c\x4f\x33\xec\x3d\xc8\x4b\xdd\x44\x02\x01\x29\xcc\x7b\x28\x8d\x74\x10\x18\xe8\x13\x7e\xec\x9d\x5c\xe0\x65\x2e\xaa\x77\x40\x66\x4b\x08\xc9\xd2\xd0\x27\x37\xcb\x28\xcc\x18\x34\x58\x48\x8e\x3a\x01\x89\x43\x4a\xf2\x80\xf9\x84\x44\x38\x61\x60\xef\x14\x67\x27\x89\x84\x11\x13\x06\xf7\x6e\x08\x39\xa1\xe2\x71\x02\xc0\x84\x5b\x0b\x40\x22\x14\x74\xc2\x1a\xb5\x90\x4f\x8c\xaf\x3f\x85\x99\x37\x27\x09\x44\xf5\x3e\x95\x02\x7b\x17\x76\xa4\x84\x6d\x1a\xe7\x54\x9b\x06\x13\x26\xbd\x9c\xc5\x5e\xe8\x93\x38\xbb\x4d\x42\x1c\xcf\x64\xd1\x0c\x2c\xf2\xeb\xe5\xf8\xe3\x10\xf0\xe8\x89\xbc\x7d\x57\xd4\x9c\x41\xc8\x63\x9c\x90\xec\x23\x8d\xa4\xf4\x3a\x61\x40\x12\x88\x39\x14\x9b\x30\x3c\xf9\x31\x4c\x33\x2a\xa6\xc1\xa4\xeb\xe5\x4d\x12\x14\x1f\x3e\x71\x8e\xd7\x72\x08\x27\x0c\x3c\xf2\x4d\xe8\x13\xc1\x89\x2b\x5e\x65\x68\xf1\x0b\x15\xaa\x9c\x49\x0f\x96\xb8\x27\xe5\x93\x09\xc3\x8a\x1f\x69\x26\xd4\x53\x13\x06\x16\xdf\x61\xd9\xaf\xbd\x61\xfe\xd5\x13\x2a\xdf\x18\xb3\x2d\x1d\x9a\x85\x65\xf5\x7a\xa0\x10\x4a\xe8\x82\x28\xbc\x38\x61\xd0\x8f\xeb\x56\xc0\xe6\xc3\x69\x13\xa9\xbe\x51\xc8\x6b\x32\x80\x65\xff\xc8\x83\xd8\xca\x69\x36\x61\x62\xd0\xe7\x9b\x77\xfc\x81\x71\xbf\xab\x84\x3c\x86\x54\xce\x01\xc6\xf0\x3e\x81\x8b\x1c\x3c\xf5\xb9\x12\x42\x3c\x0d\x0d\xf4\x91\x44\x4b\xf1\x34\x16\x9b\xbd\x78\x9c\x72\xfd\x9a\x0e\x74\x27\x53\x0f\x90\x53\x4a\xae\xa4\xbc\x30\x99\x06\x06\x62\xf5\xce\x29\xb8\x23\x2a\x41\x9e\x14\x80\x9d\x30\x8e\xc9\xf0\xfa\x99\x68\x20\xee\x1b\xe8\x1d\xa5\xa0\x7d\x10\x55\xc5\xa0\x85\xe2\x11\xb5\x05\x65\x08\x22\x64\x06\x8b\xa7\x94\x34\xe2\x9f\x3d\x8b\x3f\x91\x27\x0d\x47\x4e\xf0\x58\xd4\x5b\xf5\x1b\x63\xc8\x6c\x3d\x1d\x29\xc2\x54\x4e\x68\xf1\x0c\x80\x3d\x96\x6b\x7a\x82\x19\x40\x13\x4b\x84\x71\x65\x86\xa0\x33\x99\xc6\x16\x83\xbc\x4c\x93\x93\x18\xfb\xbd\x4c\x42\x79\x85\xa4\x20\x0e\x0c\x74\xb6\x58\x2a\x15\x99\x3b\x2c\x43\x8c\xec\xbf\x00\x62\xf4\xde\x80\x18\xbd\xd6\xa8\xef\x4d\xa7\xd8\x7d\x5b\x8b\x12\x7a\xd9\x4a\xa8\x67\x27\xee\x54\xae\x12\xae\xd0\xe7\x44\x17\xb6\x96\xa7\x6b\x92\xae\x22\xa1\x3c\x99\xb8\x1e\xdb\x26\xc0\xfc\x22\x08\x7e\xae\x46\x3d\x11\x50\x77\xc2\xf6\x1f\x49\xfc\x42\x88\x98\x92\xb0\x0d\xe1\x30\xba\x26\xcb\x68\xad\x46\xd3\xeb\x71\xc1\x4a\x3c\xf5\x0d\x74\xbc\x92\x6a\x4e\xd8\x3a\xd7\xa0\x12\x51\x4b\xc2\x63\x5c\x89\x2e\xc5\x97\xbc\x89\x1c\x76\x2c\x67\xaa\x37\xd5\x3e\x23\x48\x98\x4d\xb0\x8c\xde\x52\x5f\x56\xd1\xef\x32\x26\x20\xdf\xf1\x7b\xfc\x29\x47\x32\x13\xbf\x2f\xb9\x44\x3e\xb3\xd9\xae\x78\xc5\xe4\xaf\x34\xcd\x79\xa7\x0f\x6c\x27\xcd\xaf\xab\x97\xf4\x09\xdb\x8f\x02\x21\xe0\x0a\x1a\x03\xfd\x19\x8e\x84\x84\x30\x61\x7b\xea\xe7\xd8\x27\x09\xd8\xac\x38\xc9\x63\x0b\x35\x12\xad\xf5\x7d\xbe\x75\xdf\x52\x5d\x1b\xec\x83\xf0\x92\x46\xe1\x83\x78\x89\x80\xa2\x56\x3d\x75\x85\x2a\xf8\x98\xa8\x0d\x7e\xc2\xf6\x6b\xb6\x80\xdf\x87\x72\x6b\x20\x43\xa1\xc0\x54\xe1\x60\x05\x7d\xc4\x3b\xe3\x84\x78\x09\xc1\x72\x3a\x90\x31\xa7\x9e\xc5\x05\xea\x84\x53\x6f\xd4\xf6\xc8\xb6\xf8\x63\x12\x45\xb9\x46\x62\x42\x30\x48\xe0\x04\x67\x97\x8a\xe4\x4b\x92\x9a\x08\x84\xc0\xa4\x81\x98\x50\x72\x10\x18\x40\x38\x0f\xdd\x44\xf1\xf3\xa0\xcb\x20\x86\x0c\xb8\x2c\x68\x7d\xc6\x72\x9f\xf4\x0e\x62\x28\x42\x4e\x40\x6d\x1e\x30\x28\xf1\x39\x4e\xd7\xb1\x57\xc8\x3c\xe2\x4c\xba\x40\x1b\x0b\xf9\x5f\x97\x6d\x26\xc1\xc4\x40\x4c\x40\x5a\xca\x67\x97\x6b\xf7\x48\xc6\xe3\x38\x0b\xaa\xaf\xf8\xb1\x20\x04\x50\x41\xa1\x54\xe7\xb6\x1b\x9c\x89\xa7\x2e\xc3\xee\x74\xb5\x14\x8f\x3d\xd8\x13\xc5\xf0\x4f\x3b\x53\xa5\xdd\x14\x04\x10\xc3\xbd\x07\x25\xa5\x4e\x3b\x1e\xa7\xe4\x48\x6d\xda\xe1\x9d\x8b\xc3\x44\x3c\x07\x50\x6d\xba\x92\x3a\xd0\x69\x57\x81\x1c\xf1\xdc\x37\xd0\x35\xf6\x43\xca\x5b\x23\x88\x43\xae\x2d\x7a\xc2\x92\x73\x4f\x01\x27\x28\x61\x62\xca\x10\x02\xd4\x56\xa7\xb1\x3e\x8a\x70\xb2\xd0\x69\x53\x01\xd1\xc5\xa3\xcb\xea\x03\x20\x28\x9f\xa0\xd3\x2e\x20\xbb\x74\x19\x4a\x01\x77\xca\x90\xc4\x6d\xb8\x50\x19\x08\xd7\x58\x70\xe4\x74\x81\x53\x59\x7a\x90\x83\x01\xb5\x56\xa7\xa0\x8b\x02\x9e\x56\x80\x6f\x53\x86\x33\x38\xfd\x9a\x30\x1c\x23\xc9\x7d\x03\x1d\xc5\x31\xd5\xf6\x94\x29\x28\xa8\xc2\x78\x46\x92\xa5\x52\x8a\x4c\x7b\x0c\x01\xe1\xd8\x7f\x4a\xc2\x4c\x82\xf5\x69\x4f\x31\xd0\x92\x4a\x65\x0a\x00\x84\x2e\x96\x30\x47\x38\x89\xe1\x0f\x61\x65\x86\x47\xc6\x7b\xa2\xd0\x7b\x50\xea\x95\x69\x7f\x28\x48\x42\xfb\x32\x05\x45\x13\x23\xe4\xe3\xde\x1f\x0b\x92\x36\xf0\x0c\xc5\xb0\xd6\xf2\x7b\x07\x04\x0d\x73\x1a\x17\xa8\x3c\x99\xd3\xe5\x13\x00\x2f\x54\x1b\xc0\x1a\xb1\x4a\x43\xef\x2c\x2e\x49\x52\xd3\x41\xc7\x40\x97\x31\x81\x60\x33\x4a\x0a\x9d\x0e\xba\xbc\x69\x38\x4d\x3f\x7d\x11\x24\xd0\xc6\x0b\xf5\xd8\x74\xd0\x17\xc2\x1f\x93\x6a\xde\xd1\x48\x7c\x9b\x21\xa8\x7c\xa1\x5f\xf0\x30\x77\x6b\x91\x36\xd6\xd3\x8e\x7c\x3f\xd4\x6a\x31\xd1\xd3\x6e\x56\xae\xd6\x9e\xc1\x54\x4f\xbb\x22\x09\x03\x92\x72\x93\x9a\x0e\x3c\x3d\xf5\xf4\x8f\x15\x8e\x6e\x65\x23\x88\x50\x79\x05\xf8\x19\xfe\x02\xbf\x17\xef\x81\xfa\x29\xa3\x09\x9e\x91\xcb\x65\x2e\x54\x4f\x87\x5c\x37\xbc\x58\xc5\xe2\x7e\x78\xb1\xac\x86\xdc\x1a\xe6\xa7\x72\x09\x0d\x5d\x20\x44\x99\x58\x3f\x43\x8e\x20\x3c\xbc\xe0\x1a\x9e\xe9\x88\x61\xd1\x84\xed\x3c\xb9\xda\x74\xaa\x19\x2c\x3f\x2f\x6f\x16\x52\x6d\x32\x1d\xf9\x65\x4c\x13\xff\x17\x60\x9a\xfe\x1b\x98\xa6\xdf\xea\x4c\xa6\xa4\xd7\x1d\xe3\xb7\x30\x8d\x66\x11\xd7\x7b\x8d\x14\x6c\xc2\x7a\x4a\x50\x34\x0c\x6b\x49\xe3\x8e\x36\x04\x17\x72\xe5\x8e\xbb\x05\xb3\x7b\x4e\xef\x15\x3e\x91\xd3\xfb\xc5\x0f\xe4\x09\x60\x65\x79\x0c\x3d\x92\x8a\x89\x30\x66\xd0\xe2\xb8\x2b\x1e\xc6\xb0\x83\xa4\x24\xf6\xc8\xf1\x3c\xf4\x1e\x22\x92\xe5\x06\x80\xe9\x78\x0a\xfc\x5d\xae\x99\x31\x9b\x75\x38\x0a\x8e\xa2\xe5\x5c\xcc\xa0\x31\x68\x65\xe2\x34\x4b\x56\x9e\x70\x4d\x13\x53\x7a\x12\xb0\xed\x62\xe5\x82\x31\xb2\x52\xe1\x69\xd7\x40\xbf\xd0\x68\xb5\x20\x1d\x41\xe8\x49\x82\xa8\x1a\x93\x68\x38\x41\x54\x7c\x3a\x90\x84\xbe\x20\x80\x99\x5e\xea\x22\xa6\x4c\xae\xb9\xa6\x2e\x95\x8f\x8c\x1d\xe1\x78\x15\x60\x86\x3f\x15\xf3\x99\x0a\x95\x7d\x2e\x6a\x4e\x31\xe3\x8b\x61\xa6\x4c\xec\x53\x26\x82\xbc\x0f\x45\x3c\x7b\x4e\x61\xbb\x74\xe8\x87\xe7\x99\xd8\x22\x30\xe6\x84\xeb\x4c\x8c\x23\x88\x1a\xe0\x0c\x08\x6d\xfe\x79\x25\x05\x8b\xa9\xdb\x35\xd0\xcd\x2a\x8e\x45\x27\x02\x8e\x8d\xe8\xca\xff\x42\x70\x36\x97\x5b\x8e\x4b\x04\x55\xe6\x02\x25\x71\x92\x45\x6b\x4e\x95\x88\x77\xea\x75\x8a\x09\x9f\x72\xa6\xec\x75\x05\xcc\xd2\x69\x0c\xf4\xe2\x30\x66\xf8\x9a\x24\x69\x5e\x4c\x9f\xd3\xc5\x13\xd7\x28\x31\x7c\xc8\x76\xaa\x85\xe0\x32\x0c\x16\xc3\xcb\xb1\x90\xc1\xa6\x0c\x13\x6b\x4f\x13\xc0\x2e\x4f\x61\x3c\xd3\x88\x53\xc6\x68\xc2\x99\xec\x5d\x06\x89\xdf\x53\xd1\xfb\x60\x06\x67\x5c\x31\x92\x9f\x60\xa0\x62\x95\x66\xf0\x59\x41\x02\xf5\xca\x43\xac\x36\x29\x8f\xcb\xbe\x5e\xc8\x76\xec\x9c\x4b\x7b\x01\xeb\x71\xd7\x95\xcf\x0c\x68\x1f\x25\x04\x6b\x53\x82\xa1\xed\xa3\x34\x05\x47\x44\x78\xee\x73\xa3\xb9\x9e\x65\x20\xcc\x1a\x0a\x56\x4d\x19\xf8\x3e\x09\xf1\x2c\xa6\x69\x26\xf0\xf3\x94\xe1\xe9\x0f\x24\x26\x89\x04\x83\x53\x9f\x1b\xb5\x88\x56\x16\xc3\xb3\xc0\xf3\xc3\x3f\xe5\xb8\x32\x90\xfa\x0e\x27\x90\xa9\xa4\x56\x9f\x12\x37\x4f\x2b\xe8\x52\xa7\xc4\x63\x7d\x48\xc8\x9f\x6a\xda\x12\x30\xa2\xc4\x31\x89\xb4\xef\x01\x46\x4d\xa8\x47\xd2\x54\x65\x64\xc8\xf3\xe7\x15\xe3\xa9\x99\x18\x6a\x86\x25\xb9\x59\xaa\x20\x68\x4f\x83\xa9\xd0\x56\x89\x70\x07\x5a\xb9\x1e\x1f\x65\x3e\x69\xd4\x9c\x61\x70\xf3\x23\x0e\x23\x49\xc0\x1d\xa1\x57\x51\x7e\x08\x98\x81\xcc\x8f\x74\x95\x7c\x88\xb0\xd0\xed\xe3\x4e\x9f\x6f\x6d\xb0\x9f\x5f\x10\xbf\xd7\x11\xf4\x01\xc7\x5c\x37\x73\x09\x0e\x71\x67\x08\xfa\x61\x50\x2a\xe5\xeb\x13\x77\x98\x7c\xb3\x9c\x25\xd8\x27\x47\x31\x8e\xd6\x69\x28\x8b\x96\xe6\x4a\x3d\xb3\x57\x98\xf0\xf9\x52\xc0\xa0\xed\x52\xad\xd2\x12\xba\x5d\x03\xdd\x12\xbc\x78\x92\x2a\x22\xdc\xed\xf1\x96\xea\x99\xfa\xd2\x16\x2a\x2d\xd8\x98\xc1\x56\x68\xa8\x10\xc4\x30\x03\xad\x27\x38\x23\xac\x59\x3d\x41\x62\x0b\x66\x1e\x92\x48\xbe\x33\xe1\x1b\x37\x49\xba\x82\x30\xe5\xb6\x9f\xbc\x54\x6c\x20\x1e\x23\x5d\x83\xfa\x18\x6c\xf1\xa0\xf1\x3c\x53\xb8\x08\x33\x9c\x7a\x16\x07\x54\x7e\x2b\xa8\xc1\x55\x0a\xa7\x62\x06\xed\x8e\xd2\x8c\x24\xa1\xc0\xb3\x98\xa1\x38\xd0\xee\xbf\xc3\xbe\xe0\x7d\x18\xcc\x86\x80\x7b\xb5\x37\x41\x8d\xe2\xd1\xc4\x17\x5f\xea\x07\xca\x84\x7b\x11\xb2\x02\x04\x5b\xc7\x0c\xbf\x29\xe5\x4f\x29\xa9\x5b\x14\x61\x4a\xa9\xbd\x82\x5e\xb0\x94\x38\xd4\xf5\x83\xa5\xb4\x91\xae\x77\x2b\xa5\x8d\xcb\x72\x67\x29\x7d\xa2\x29\xbd\x4a\x49\xd3\x5c\xfc\x29\xa5\x78\xf5\xfb\x5a\x29\x97\x6f\xa0\x0f\xb4\x44\x0b\xca\xa8\x8a\xfe\x17\xa0\xaa\xc1\x1b\xa8\x6a\xd0\xc2\xa3\xe1\xc8\xf3\x3a\x6f\xa2\xaa\x8f\x24\x5a\x16\x7b\x6c\xd8\x95\x4a\x97\x12\xbd\x27\xe9\x47\x51\x54\x4a\xea\x73\x4f\xb2\x12\x75\x58\xd0\x79\x96\x12\x47\x9a\x1e\xa7\x94\x34\x2e\x6a\x92\x4a\xa9\x93\xa2\xc4\x53\x4a\x9d\xea\x32\x52\x29\x0d\xe7\xba\xd5\x52\x8a\x5b\xd1\xbc\x97\x32\x10\xee\xda\x50\xa4\x8e\xfa\x05\x1d\x5a\x29\x71\x58\x32\x18\x95\x92\xc1\x1d\xd1\x0f\xb1\x78\x9c\x2a\xc8\xd8\x17\x14\xb6\x1d\x51\x4f\x68\x9e\x31\x43\xb3\xc0\x76\x41\xe4\x92\x06\x3a\xcc\xa0\x26\x50\xdc\x55\xc4\xad\x30\x78\xa2\xdc\xd2\x0a\xb6\x02\x3c\x51\x60\xef\x44\x45\x12\x05\x3a\xc3\xa6\xab\x3f\xff\x54\xf9\x46\x42\x73\xfd\x89\xac\xb2\x44\xec\x8e\x78\x22\xf5\xd9\xec\xe5\x25\xb8\xe4\xa8\x02\x26\xdc\xbe\xa1\x6d\x08\x13\xcc\x60\x02\x93\xad\xc5\x33\x43\x56\x27\xef\xf9\xc3\xb4\x23\xdc\x08\xdf\x25\xe0\x26\xcc\x89\x3d\x6d\xc7\x12\x5e\x3e\x78\x3a\x2a\x18\xe4\x8b\x3d\x38\x65\x40\x28\x91\x2e\x2c\x78\x0a\xc6\x27\xff\x96\x4a\x83\x59\xce\xc7\xa7\x60\xc5\xf6\x1e\x20\x9e\xb1\x20\xf9\x60\x78\x95\x9b\x08\x43\x7e\x47\x0c\x0c\x48\x4f\x46\x0c\xb8\x6e\xed\x45\xca\x17\xd2\x03\x45\x20\xc9\xae\x22\x1c\x7f\xa2\x19\x71\x29\x15\x1c\xdd\x03\xeb\x82\xe4\xdb\x0c\x6d\x9d\x3e\x93\xc4\x0b\x53\x72\x9b\x60\xe5\x87\x84\x19\xea\xfa\x88\x63\x3f\x65\x20\x83\x93\xfc\x0e\x9f\x04\x12\x83\x60\x06\x8c\xae\x57\xb1\xb2\x13\x62\x06\x78\x38\xc7\x10\xf5\xf2\x5d\x30\xfe\x79\xca\x82\x86\x7d\xee\xf7\xcb\xea\x24\x28\xa4\x0f\x3b\x05\x77\x28\x17\x5e\x5c\x98\x0c\x72\xe0\x33\x10\x24\xe5\xf2\x79\x15\xc9\x79\x06\x7a\x3a\x1a\x04\xb2\x8a\x0c\x03\x1d\x53\x65\xf0\xc3\x01\x38\x0a\x27\x0f\x12\x3e\x30\xd8\x72\x41\x63\x61\x3f\xc1\xa0\x1d\x0b\x09\xe7\xd5\x40\x72\x19\xe6\xb8\x0a\xc9\x4d\xa8\xa6\xa2\xcb\x30\x07\x77\xa4\xd1\xbc\x2b\x5d\x06\x39\x6e\xf0\xa3\x72\x4a\x76\x19\xd4\xb8\x21\xd2\xd5\x94\x81\x8c\x9b\x8c\x6a\x9a\x14\x17\xd0\x05\x23\x09\x4d\x8a\xcb\x50\xc5\x39\x5e\xc8\x27\x06\xb6\x20\x74\x85\x78\x76\x0d\x74\x71\xf3\x09\x96\x91\xf8\x04\xdb\xe2\x8f\x93\xd0\x93\xed\x71\xd9\xf6\xfe\x81\x46\x81\x78\x0a\x58\xa7\xa5\xc4\x95\xa2\xa3\xdb\x63\xab\x8b\x7a\x9e\xac\x74\x4f\x38\x56\xdf\x30\xc6\x28\x0a\x05\xc7\xa8\x55\x46\xaf\xb1\x27\x07\xd2\xed\x81\x0b\x4c\x14\x91\x19\xf9\x48\xe9\x52\xe6\x1c\x2a\xea\x7b\x4a\x33\xed\x33\x23\x40\x99\x25\x22\x08\x8e\xf4\x23\xf5\x1e\x44\x7f\xbb\x3d\x86\x33\x57\x33\x57\x3e\xfa\x4c\xec\x71\xd3\x2c\xcc\x56\xa0\xb9\x10\x06\x22\xb7\x0f\x70\x2b\x8e\x05\x8a\x73\xfb\x6c\x8a\x24\x49\xf8\x88\x23\x49\x01\xa1\x55\xc1\x76\xb7\xef\xc1\x26\xa7\x1c\x98\x5c\x86\x25\x4e\xa4\x5d\xde\x65\xd8\x81\x9b\x0a\xd9\xec\xd5\xc5\x2a\x77\xc0\xd8\xe2\x43\x78\x4d\xd2\xbc\x4b\x18\x9a\x60\x38\x30\x88\xf0\x83\x2c\x6f\x04\xc6\xd5\x9c\x6b\xb8\x0c\x3a\x80\x0d\x5a\xa7\x4d\x72\x97\x3a\x9d\xec\x09\x1b\xb8\x4e\x03\x85\x62\x3e\x94\xc3\x01\x5b\xe3\x41\x28\x0c\xef\x7c\xd2\xbb\x8c\x69\x0b\x4e\x2b\x29\x0c\xa3\xfd\xb9\x4a\x72\xe5\x97\x3b\x02\x49\x93\xed\x06\x8a\xc2\xe7\x8e\x46\xf0\x0c\x74\xb9\xca\x22\x4a\x1f\x18\xf1\x2c\x06\xa7\x2c\x91\xe6\x1b\xe8\x32\x08\x42\x4f\x2f\x92\x08\x27\x63\x8d\x04\xd2\xba\xd0\x86\xbb\xe3\x21\xf7\xe6\x2f\x70\x39\x97\xc9\xfa\x1f\xc2\x20\x37\x91\xb8\x13\x22\xb1\x90\x04\x7d\x82\x1e\x48\xbe\x0f\xf0\xf2\xfd\x4a\x4e\x9b\x69\xa7\x0c\x81\x92\xff\x02\x08\x34\x7c\x03\x02\x0d\x5b\xc1\x74\xe8\xe2\xde\xa8\xf3\xa6\x62\x89\x89\x81\x41\xe8\x49\x29\xd3\x9d\x0e\x0d\xf4\x1e\xa7\x99\x6e\xac\x75\xa7\xa0\x76\x7f\x0a\x63\xf9\x4c\x84\xd6\xbb\x27\x9e\x85\xe5\x56\x67\x38\x5e\x8f\xdb\x77\x04\xab\x76\x3d\xa9\x86\x28\x1c\x0f\x70\x41\x42\xe6\xed\xe4\xcf\x98\x7b\x05\x29\x3b\x3e\x27\x13\x58\x30\x82\x9f\x10\xc6\x2c\xc3\x8c\xdc\x78\x58\x26\x7b\xb0\x1f\x3e\xa5\x24\xe1\x2a\xea\x9b\xb9\x50\xcb\xb8\x6c\x2c\xde\x77\x7b\x27\xe4\xf1\x96\x52\xb9\xe0\x81\xd3\xdf\xdc\x88\x87\xc0\x40\xff\x14\xbf\x03\xf0\xc8\x8f\xc2\x47\x92\xac\x6f\x93\x95\x50\xf3\xbb\xc1\x00\x98\x76\x18\xfb\x24\xe1\x8e\x68\x82\x3e\xce\xe9\xb9\xad\xc3\xe5\x12\x30\x27\x33\xd9\x4c\x50\x95\x3f\xac\xf2\xb3\x74\xd9\x16\xf2\x79\xe1\x26\x24\x8a\x38\x1a\xf2\xd8\x96\xf1\x89\x64\x4c\x36\xbc\x65\xf2\x97\xa0\x32\x66\x19\x66\x6b\x65\x80\xf7\x3a\xa3\x9c\xd2\x13\x24\xf0\xc9\xc8\x7b\xcd\x63\xdb\xc6\x65\x4c\xd8\xf6\x58\x5e\xa7\x5e\x87\x71\x0c\x70\x00\x60\x72\x97\x3c\xb5\x00\xa2\x29\x50\xdf\xc1\xdd\xe4\x82\xda\x13\xae\x55\x09\xa0\x3a\x41\xec\xcb\xac\x3a\x51\xb3\xbc\xe7\xaa\x13\x8f\x49\xa5\xb9\xcc\xe7\xb1\xcd\x88\x2d\x6c\xe9\x3b\xea\x75\x01\xe1\xa5\x2b\x1c\xdd\x64\x2b\x3f\xa4\x8a\x4f\x78\x6c\x3f\x61\x00\x2b\xef\x5d\x8f\xed\x0f\xa7\xcf\x1e\x89\x2a\x6d\x62\x3b\xc2\x17\x9a\xf8\xd5\x84\xa9\x90\x66\xc1\x33\xa8\x9a\xcc\x40\x12\x0e\xc4\x53\xbf\x07\x8e\x3a\xc4\xff\x18\xce\xb8\x3a\xce\x1b\x60\xae\x16\x0f\xb3\xdc\xdd\xde\x03\x9e\x3b\x0f\x53\x71\x0a\xc3\x1b\x48\x33\x83\xf2\x6f\xf6\x06\xdc\x95\x58\x42\x56\x8f\xb1\xe5\xab\x08\xaf\x5d\xec\x3d\x5c\xe3\x8c\x74\x45\xfb\x19\xec\x3f\xf5\x67\x39\x7f\xf4\x46\x1d\xcd\xba\x92\x33\x7a\x6f\xd4\x15\xae\x5f\x9a\x33\xae\x37\xea\x29\xdb\xb5\x12\xa2\xbd\x71\x47\x4e\xb7\x82\xd3\x90\xc7\x60\xf3\x05\x75\xc3\x88\x94\xe8\x43\x86\x1f\x96\x19\x5d\x96\xe8\x23\xcd\x95\xa9\x94\x34\x86\xfd\x84\x44\x54\x78\xa0\x8a\x9e\x19\x63\x70\x5f\x5f\xca\xa3\x31\xdc\x57\x32\x25\x09\xdc\x7b\xf2\x4e\x8e\xfa\xd8\x37\x10\x44\x1e\x2f\xf9\x96\x7b\x13\x40\x7e\xae\x0a\xb3\x25\xc9\x2e\x6c\x2d\x51\x18\x13\x61\xbb\x10\x74\x26\x21\x5f\x5e\x88\x07\xc9\x67\xb4\x43\x47\x1e\xdb\x37\xf8\xdd\x23\x9f\x97\x0a\x42\x79\xa0\x31\x16\xea\x13\x4e\x61\x48\xfc\xf4\x51\x6a\xac\x3c\xdc\x67\xf3\x42\x6c\xda\x1e\x1e\x18\xe8\x32\x99\x89\x87\x11\x57\x8b\xae\xcf\x79\x08\x4b\x4e\x64\xfd\x71\x2d\x2a\x82\x27\xa2\x22\x52\xd3\xe2\x61\x06\xd3\xb9\x2f\xbf\xb8\xe8\x59\xd0\xb1\x64\xa7\x79\x56\x57\x92\xf4\x71\xc6\xdc\xda\x43\x93\x50\x1d\x3a\x62\x98\xf3\xf2\x4c\x3c\x04\x42\x0c\xe0\x8f\x0c\x9b\x73\xd3\x67\x16\xab\x19\xe8\x61\x8d\x28\xfa\x81\xc3\xf6\x65\x44\x13\xa2\x1f\xa4\xf0\xbc\xfc\xdc\x05\x27\xf8\x1e\x10\x66\x09\x49\xd3\x73\x4a\x97\x67\x71\x2c\x9b\xee\x93\x62\xd2\xe5\x2a\x53\x49\x81\xf2\x38\x17\x8c\x8a\x80\x7f\x7c\x3c\x7b\x47\x85\xfa\xd9\x23\x0c\xda\x53\x1a\x29\x8e\x40\x7c\xfd\x2c\x88\xa0\xf1\xb3\x2f\xd9\x59\xfc\x18\x66\x44\x3b\xef\xe5\x05\x84\xf1\xff\x95\x70\x93\xf7\x82\x00\x94\x60\x42\xbd\xe8\x83\x5d\x3a\x91\xc3\xee\x77\xba\xa0\x6e\x5d\x50\xf1\xb6\xdf\x61\x0b\x9e\xed\xeb\x02\x4a\xfb\x9d\xa9\x81\x7e\xbe\x56\xe6\x3e\x9f\x71\xb5\xf7\x84\xf8\xae\xf4\xb4\xf2\xc1\x82\xac\x0e\x68\x94\x19\x8a\xdf\x9d\x18\xe8\x5f\x78\xb1\x20\x89\x5a\xd1\x3e\x43\xe4\x1f\x43\x55\x24\x36\xd0\xe7\x98\xf8\x61\x86\xa5\xb4\xe0\x77\x7d\xe9\x60\x7e\x4b\x6f\x08\x78\x62\xf0\x04\x06\xa0\xc1\xc3\x01\xec\xf8\x25\xb5\xae\xdf\x1b\xe6\x2e\x01\x05\x00\xe5\xf7\x26\x65\xf4\x13\xfe\x17\xa0\x9f\xd1\x1b\xe8\x67\xd4\x22\xc1\x28\xf0\x87\xd3\x37\xd1\xcf\xcd\x13\x5e\x57\xc6\x8e\xed\x15\x97\xab\xec\x32\xe0\x28\x96\x13\x99\x84\x70\x9b\xd0\xe5\x7c\x2d\x9e\x03\x36\x54\x14\x34\x2a\x33\xb1\x18\xfd\x61\x47\xe8\x09\x6e\xb1\x7b\xb3\x5e\xb8\x92\x1f\xfa\x43\x06\xe4\x8f\x4e\xf2\xb9\x30\x12\xee\x16\x69\xaa\xd1\xa4\x07\xe9\x91\x56\xa5\x7e\x4f\x24\x62\x91\x78\x5c\x97\xe8\x8a\xc4\x93\xba\x44\x4f\x24\x9e\xd6\x25\xfa\x22\xf1\xbc\x2e\x91\x88\xc4\x8b\xba\xc4\x40\x24\x5e\xd6\x24\xb2\xad\x07\x12\xaf\xea\x12\xbb\x22\xf1\xa6\x2e\xb1\x27\x12\xff\x55\x97\x08\xe2\x4b\xf4\x58\x01\x33\xfe\x98\x43\x02\x38\x17\x57\x4d\x9c\x18\xe8\x5c\x3f\x9a\xe5\x8f\xa7\x52\x46\xe1\x6a\xa5\xca\x1b\x18\x04\xdd\x10\x47\xe7\x61\x9a\x91\x58\x97\x86\x7c\xb6\x99\xfd\x12\xa6\x61\xcd\x6b\x70\x1c\x25\x8a\xa8\x34\x9b\xfb\x60\xad\x14\x0e\x31\xfe\x38\xe0\xba\xbd\xa3\x88\x48\xce\x34\x11\x8e\x63\xf9\x21\x4d\x7f\xd2\xe5\xa4\x73\xfa\x24\xdd\xbf\xe4\x24\x9c\xf4\x78\x52\x7e\xd6\xc2\x9f\xf4\x95\xbe\x90\xc8\xef\x4c\x06\x00\x03\x57\x49\x98\xad\x73\xd8\xe4\x4f\x86\x02\x0f\x88\xc7\x91\x81\x7e\xa1\xa1\x47\x16\x25\xd7\x4c\x7f\x32\xd6\x52\x72\x6b\xac\x3f\x61\xe8\x0a\x07\x81\x2a\x61\x2a\x35\x19\xf9\x96\xe9\xb3\xad\x1b\x1e\xd5\xb9\x0a\x9f\x6d\xdb\xe2\x03\x7a\x46\x26\x63\x87\x4b\x92\x7b\x53\xf9\xe0\x89\xef\xfb\x97\x70\xf1\xd7\x05\x21\xca\x0b\xc5\x67\xfb\xf7\x3f\x69\x18\xd7\x25\x05\xb2\x16\xca\x45\xd4\x9f\x76\xa4\xed\xe4\x9d\x72\xd5\xf1\xa7\x5d\x49\xd4\x3b\x8b\xed\xf8\xc2\xcc\x92\x0f\xcb\x54\xd9\x5e\xb4\xae\x9e\x0e\x84\xfb\x7c\x00\x37\x48\x0a\xe6\x0b\x6e\xfe\xbe\xaf\xb5\x02\x0e\x3c\x73\x73\xa2\x96\x6d\x6c\x20\x06\x0b\xb5\xee\x9c\x4e\x38\xa9\xd0\xf7\xd3\x29\x27\x6a\x07\xae\xfd\x29\x96\x2d\xbc\xf4\x78\xa4\x02\x39\x21\xa6\x2e\x37\x69\x29\x1f\x3b\x7f\xea\x71\x41\x5a\x41\x50\x9f\xc9\x6e\x5c\xd1\xf5\x11\x47\x81\x92\x8c\x7d\x26\xc3\x5d\x4b\x0d\xa2\xcf\x24\xb8\xcf\xb1\xb8\xc0\x41\x9c\x9d\xf1\x71\x87\x6b\x54\x74\x52\xd7\x40\xea\x76\x26\x41\x02\x37\x47\x56\xb1\x30\x9e\xdd\x4a\xdf\x25\xdf\xed\xb1\xe9\x96\x3e\x5c\xe0\x18\x4b\x5d\xa8\xef\x8e\x0b\xc4\xe2\x6e\xe5\x72\xdf\x13\x57\x35\x06\xfc\x34\x97\x91\x38\x9e\xe8\xbb\x65\x43\x88\xdc\xae\x5d\xbf\xc6\x42\x22\x92\x48\x29\x29\xf7\x29\xf2\xe1\x2c\x81\x86\x47\x7d\x38\x3f\x40\x9e\xb3\xf7\xca\x7c\xe6\x7b\x7d\x69\x1c\xd3\x89\x03\xae\x0d\xf2\x15\xa4\xf0\xc0\x7d\x32\xfe\x42\x93\x87\x74\x89\xe5\xf0\x78\x23\x6e\x9c\x0a\xe3\x99\xc6\xe7\xc1\xcd\x13\x42\x61\x0a\x4d\x6a\x85\x8f\x30\xe0\x06\x7c\x0e\xac\x8f\x59\xe8\xe9\x6f\x73\x37\xb9\xb4\xfa\x92\x6b\xa0\x93\x75\x8c\x17\xa1\x97\xf6\x47\x43\xed\x0d\x4f\x25\xdc\x5c\xbc\xd3\xe8\x4a\x51\x73\x94\xa6\x61\x9a\x61\x8e\x63\x44\x22\x91\x89\x4a\x31\x2d\x12\x02\x25\x52\x9e\xfa\xab\x4a\x2d\xfc\x0e\x08\x38\x0c\x17\xe6\xef\xf8\x5d\x21\x7d\xa9\x53\x5a\xbe\xcf\x20\xd7\x2a\xcc\x3c\xac\xde\xec\x03\x80\xfc\x9d\x78\x55\x38\x05\x36\x73\x9c\x90\x8c\x0d\xec\x44\xd0\xa4\x8d\x0e\x46\x54\x12\xa5\xb7\xff\xe7\xa5\xa4\x48\x57\x7f\x06\xfb\x25\x6d\xa2\x15\x07\xb2\x95\x4c\x98\xea\x65\x16\x52\xb0\x2a\xb8\x40\x76\xb5\xd2\x0b\x09\x9e\x3c\x42\x0f\xd0\x23\x67\x57\x3e\x68\x29\x97\x24\xe1\x37\xa5\x08\x22\x51\x0b\x4d\x91\x40\xa3\x95\x84\x0f\x24\x9b\x27\x74\x25\x04\x51\x9f\x74\x00\xaa\x4b\x67\x70\x9f\x74\xe5\x73\x71\x2d\x91\x5e\x19\xf9\xe1\xff\x02\xe4\x37\x7e\x03\xf9\x8d\x5b\x3d\x77\x3a\x76\xdd\xe9\xf4\x4d\xe4\x07\x1a\xf9\x82\x12\xd1\x07\xa9\xa1\x40\xcf\xe5\x6e\xc2\x64\x88\x02\x23\xc9\xe3\x31\x74\x06\xe0\x4f\x1d\xd1\xa7\xcf\xa9\x60\x74\x84\x6b\xf9\x35\x6f\x70\xd2\xc1\xdc\x77\x21\xa0\x89\x47\x38\xff\x53\xae\x11\xa4\x03\x9b\x98\x97\xac\xb8\x82\xa1\x9c\xdc\xed\x19\xe8\xe7\x15\x49\xd9\x40\xc6\x38\x14\x9e\x9d\xa4\x0b\xfe\xe0\xc0\x49\x6f\x48\x14\xdc\x90\xe4\x51\x02\x56\xd2\xeb\x2b\xd9\x2d\xa4\xf1\xfb\x88\xd2\xa4\x5c\x2a\x28\x45\x78\x96\x6b\x12\x29\xcf\x67\xd2\x23\x8a\xfe\x0b\x4e\x42\xe9\x7e\x4e\xfa\x1d\xd1\xa6\xc2\x54\x23\x7d\xad\xa9\xa5\x94\x11\x98\x78\x84\x9c\x42\xfa\x13\xd8\x2a\x73\x48\x42\xfa\x7e\xa9\x5d\xc5\xf7\x07\xae\x90\xa0\x39\x10\xd2\xe6\x3d\x19\x32\x30\x43\x18\x19\x27\xeb\xbc\xdb\x87\x13\xdd\x70\x2f\x4c\x69\x64\xd4\x13\x9e\xc8\x85\x9b\x3d\x78\xd2\x48\x25\x1d\x95\x52\xc6\x06\x3a\x7a\xc2\x6b\xae\x56\x16\x34\x6c\xa0\x8b\xf5\x05\x7d\x0c\x49\x7a\xfb\x8b\xa0\x79\xc2\x51\x27\xf4\x94\x3e\x92\x00\x3a\x5e\xa5\x59\xc2\x96\x45\x7c\xbd\x92\xa6\x35\xc2\x90\xf1\x97\x30\x08\x4f\xb3\x39\x1c\xb3\x17\xd4\x71\x6e\xd8\x2a\x76\x01\x83\x27\x52\x45\x51\x4a\xe1\x6e\x2e\x4b\x6d\x8e\x32\x2c\x52\xda\x20\x45\x84\x01\xc2\x40\x49\x65\xfa\xaa\xc4\x71\xcd\xfe\xa9\x12\x27\x75\x3b\xa8\x4a\x9d\xe6\xb2\xe7\xd1\x8c\xfd\x11\x74\x7e\x78\x36\x26\x5e\xf6\x4b\x98\x64\x2b\x1c\x5d\x60\x6f\x2e\x77\x76\x32\xe5\x48\x2f\x87\x83\xc4\x85\xe3\x92\x29\xc9\x74\xa7\x78\xe2\x72\x07\x17\x2c\x8a\x0a\x69\x5c\x4c\x86\x8a\x7b\x45\x1a\xf8\xed\x27\x8b\x22\x71\x5a\x20\x16\x7b\xd2\xc5\xd2\x5f\xa9\xf8\x8e\x5b\x22\x97\xde\xf2\xd4\xf1\x60\x65\x9f\x20\xe0\x6b\xb7\x4a\x33\xba\x50\x16\x58\x02\x9e\x76\x8a\x56\x2a\x24\x30\xd0\x59\x9a\xae\xb8\xb5\x54\xcd\x3d\xaf\x53\x22\x17\xdf\x82\xf8\x3c\xfc\x94\x4b\xa1\xc6\x0c\xbf\x88\x1d\xdd\xf7\xc3\x38\x47\x0d\x84\x61\x0e\xa1\x39\x93\xde\xce\x57\x38\xc1\xde\x7c\x25\x60\x22\x61\x98\x63\x57\x8e\x82\xcd\x9c\x78\xd3\x92\xd3\x54\x3e\xcb\x3c\xaf\x94\xa4\xcf\x32\x86\x37\x0a\x89\xfa\x2c\x63\x78\xa3\x90\x58\x98\x65\x5e\x90\xa7\xe6\x5f\xf3\x3b\x39\x55\xff\x10\x83\x1b\x92\xae\x7f\x83\x61\x0e\x49\x2f\x14\xef\x73\x83\x20\x7d\xfa\xbc\xd4\xc0\x04\x61\xa8\x03\xc8\xac\xf0\x42\xc2\x30\x57\x72\xdf\xc8\x35\xcc\xa0\xc7\x07\x7a\x4b\xd5\x95\x29\x9c\xcc\xb6\xc4\x22\x96\x13\x74\x52\xfc\xa6\x1c\x61\xf1\x09\x12\x94\xbf\x5d\xca\x10\x08\xfd\x30\x8e\xd7\xdc\x54\x22\xcf\x2d\x06\x1d\x9f\x2b\x8b\x4e\xe3\x84\x46\x91\x62\xf7\x01\x98\x7b\x4b\x6f\x14\xe6\x55\xd0\x73\x73\x67\x78\xa9\x89\x0c\xfa\x3d\xd8\x0d\x02\xd0\x17\xab\x30\x58\x41\x7f\x28\xfd\xca\x7a\x82\x30\x92\x84\xbe\x20\x8c\x25\x61\x20\x08\x13\xe9\x18\x91\xf3\xac\xa0\xcf\xe4\xc5\x35\xf1\x13\xca\x2f\x18\x07\x9a\x27\xed\xec\x6a\x93\x0d\xb8\xbf\x96\x38\x78\x45\x93\x07\x75\xf8\x2a\x18\x76\xd9\xb6\xed\x83\x4f\x55\x24\x48\x3d\x11\x03\xe0\xbd\x7e\x46\x29\x18\xf6\xc5\xee\x70\x4b\x97\x25\xe8\x17\x0c\x07\x79\x5a\x19\xfd\x05\x6c\xb7\x11\xe7\xfe\x44\x6b\x87\xa3\x7c\x0a\xe4\x32\x5d\x30\x1c\x73\xfd\x3e\xdb\x90\xb5\x10\x63\xc1\x70\xc2\x8f\x80\x86\xcb\x82\x61\x2d\x18\x4e\x15\x5d\x2f\x05\x2b\xaa\x16\xbd\x69\xc8\xc4\x68\xfc\x2c\x1e\x3c\x4d\xe8\xca\xd9\x68\x30\xf4\xd5\x66\x2c\x29\x24\xdf\x9e\x73\x62\xc0\xc5\x44\x01\xd4\x18\x69\xd4\x11\x26\x58\x19\x09\x2d\x18\x75\x0d\x74\x1e\x06\x24\xc5\x8f\x72\x64\x46\x3d\x8d\xa4\x02\x91\x04\xa3\xbe\x81\xce\x62\x97\x3e\x6b\xd5\x1d\x0d\xe4\x29\x33\x7d\xda\x8c\x2a\x87\x17\xd3\xff\x3f\x77\xdf\xd6\x1c\x37\x8e\xac\xf9\xbe\xbf\x62\xb6\xce\x3e\x48\x11\x65\x9b\x04\xaf\xd5\x1d\x1d\xbb\x92\x25\xbb\x35\x63\xb7\x3d\x96\xda\xd3\x33\x1b\x1b\x1b\x20\x89\xac\xe2\x69\x8a\xac\x21\x59\x92\xd5\x97\xff\xbe\x81\x44\x02\x48\xb0\xca\xab\x88\xf3\xe8\x07\x45\xa8\xbe\x04\x6f\x20\x08\x64\x26\x32\xbf\xfc\x06\xf4\xd2\xf2\x19\xbd\xb4\x7c\x91\x43\x03\x71\x26\xca\x67\xf7\x63\x87\xae\x93\xfb\x49\xbd\x57\xfd\x81\x7a\x0c\x5d\x5b\x18\xd1\xe5\xb1\x42\x1b\x96\x72\x6c\x68\x78\x21\x47\xd8\xa1\x77\xdf\x2c\x32\x84\x1d\x7a\xab\x5a\x39\x56\x39\xd0\x0a\xcc\x3b\xd9\x37\x53\x2d\xf7\x6a\x99\x69\x0a\x79\xc5\xe7\x35\xf6\xd2\xea\xd5\xfa\xe3\xa1\xea\xda\x3a\xa0\x95\x83\xbc\x71\xf8\x62\x21\x84\x5c\x59\xd1\xf5\xbd\x1f\x50\x60\x41\x96\x90\x06\x85\x09\xea\x0d\xb3\x72\xa1\x88\xf9\x8e\xdd\x42\x26\x68\x03\x70\x01\x27\x4e\x97\x73\xab\x2f\x14\x29\x59\xdb\xe3\x30\xdc\xbb\x05\x11\x8a\xcc\x6d\x95\x52\x1f\xa2\x0b\xb1\x69\x67\x9f\xcd\x05\x5a\x2d\xbb\x9d\xe5\x58\x1d\x46\x77\xba\x92\xfc\xfe\xed\x87\x5b\x42\x36\x18\xa4\x61\x82\x2f\xec\xb9\x24\xba\x03\x6a\xee\x3e\x83\xa2\x22\xba\x38\x9a\x42\x8a\xda\xb2\xb1\x79\x06\x35\x92\x34\xa1\xc4\xb3\xb5\x15\x2a\x90\x30\xce\xb6\x02\x2c\x8f\x1b\xcb\x61\x85\x32\xa1\x80\xd3\xe6\xb5\xf4\xb4\x55\x50\xea\x95\xed\xee\xa3\xef\x8e\x32\xb3\x9a\x83\xd6\x92\x8e\x9c\x0b\x50\xe6\x38\xdd\x3c\xd5\x9d\xba\x6c\xed\x49\x30\x2a\x6e\x3f\x3f\x1d\x09\x4a\xb3\xd1\x41\xcf\x59\x6e\x56\xeb\xcb\x51\xc9\xa6\x1e\xed\x36\x31\x94\xf5\x6a\x7d\xd9\x8e\xf3\xae\x91\x4f\x6e\x83\x0d\x4a\xca\x8a\xbb\xee\x67\xbb\x98\x61\xca\xc5\xa7\xf7\x14\x74\x4e\x5a\x34\x54\x44\x50\xe8\x28\xc2\xc0\x70\x51\x6c\x15\xae\x99\xde\xc7\x03\x15\x71\x2e\xb1\x5d\x34\xd0\xfa\x9e\x56\x2a\x2b\x6b\xf1\x00\xc6\xb7\xc9\x59\x7a\x0b\x29\x9c\xbe\xb5\x72\xf4\xfa\xd3\x7b\x32\xb0\x08\xd4\xea\x84\xbe\x01\x9e\x47\x09\x5a\x95\x20\x65\x95\x70\xdb\x3a\x5d\xee\xfd\xb9\xaf\xb5\x91\x4b\x91\x1f\xbe\x8d\x32\x09\x85\x0f\x72\x56\x1f\xc6\xc6\x46\x53\x80\xc2\x38\x05\x79\x4a\x12\x3b\xeb\xed\xb5\x9c\x65\x47\x99\x10\x80\x41\x13\xb5\x9c\x67\x35\xfa\xc8\x7b\x50\x95\x4b\xa0\xc4\xcb\xd8\x20\x7e\x00\xb6\x91\xbf\x30\x1c\x01\x6a\xec\x0e\xa3\x1c\x13\xa4\x56\xeb\xbf\xf5\xc3\x63\xa7\x1a\xfd\x12\x30\x9a\x50\x4b\x20\x8a\xd0\x6a\x34\x84\x74\xd3\xae\xdd\x13\x9a\x98\x6d\xfd\xcf\x6a\x6c\xe1\x89\x30\xb5\x5a\xff\xab\xdd\xfb\xb9\x01\x22\x0c\x3c\x38\x8c\x0f\xea\xc9\xce\x65\x13\x09\x2a\xe3\xaa\xe3\x33\x00\x44\xda\xa2\xe5\x28\x7e\xa9\x0d\xc9\x88\x6e\x0e\xbf\x33\xd5\x10\xdb\x17\x44\x82\x48\xe7\x82\xb6\x0d\x71\xbd\xf4\x8d\x4b\x1b\x87\x28\xc1\x1e\xb4\x2e\x1a\x88\xb4\xea\x72\x31\xd6\x3b\xf2\x84\x42\x84\x51\xea\xd4\x8b\x6f\x94\x3d\x59\x96\x93\xde\x35\x52\x33\xdc\xec\xd7\x4b\xf6\x15\x45\xdd\x40\xa4\xf5\x00\xae\x0d\x1a\x34\x0f\xdc\x51\x84\x61\x5c\xe0\x7c\xe1\xa2\x3c\x20\x32\xb9\x5b\x72\xbe\x1c\xa8\x4d\x59\x71\x2b\xd8\x3a\x43\x21\xc2\xad\x71\x87\x5b\xdd\x0a\x22\x64\xba\x71\x38\xbb\x58\x09\x5c\xf0\x33\xbd\x3b\xf4\xae\x5b\x77\x9e\x9d\x43\x20\xda\x70\x2f\x9f\x60\xb8\xb0\x14\x19\x68\xd2\x10\x28\x03\x90\xeb\xa1\x10\x6d\x50\xd3\xd1\xeb\xe7\xd2\x22\x84\x68\x53\x5b\xd9\x57\xed\x42\x88\xb4\x79\x49\x8d\x02\xeb\x10\xa2\x8d\xb2\x92\x85\x8d\x08\xd1\x06\x4e\x88\xc2\x1b\x93\x91\x6d\x72\x64\x2f\x42\x24\xe3\x93\xc2\xc5\x19\x84\x6d\xb4\x5c\x08\x21\x92\x89\xbf\x81\x50\x6f\x82\x48\xa6\x56\xf6\x7e\x78\x50\xf3\x10\x1c\x97\x59\xd9\x32\x03\x1c\x22\xcc\x2c\x43\xd9\xed\x52\x52\x58\xc9\xd7\x76\x96\x21\x92\x65\x78\x47\x84\x6e\x42\xd4\x86\x9c\x40\x24\xa5\x95\x04\x59\xeb\x10\x49\xf7\x46\x8f\xed\x56\x88\x64\x4d\xc1\x0e\xb8\x1b\xe7\x22\xc3\x21\xaa\x62\xc3\xec\xca\xb4\x78\x88\xea\xa3\x4d\xed\xee\x1b\x50\x21\x37\xcf\xa8\x90\x9b\x17\x75\x1e\xe7\xa2\x4a\xc5\x73\x2a\x24\xeb\x30\xff\x66\xb4\xd1\x7e\x79\x00\x30\xf1\x68\x97\x0a\x06\x3b\x1b\x69\xdb\xda\x4b\x2e\x60\xb6\xef\x4c\x9b\xd7\xec\x90\x61\xa6\xa1\x88\xde\xfc\x23\xda\x4d\x88\xd0\x49\x6f\xab\xfd\xd9\x15\x0c\x22\x95\x2c\xe0\xf0\x83\x50\x68\x77\xf5\xbd\x6a\x2c\x73\x00\x44\x20\x48\x97\x79\x33\x8c\x97\x87\xa9\xed\xd9\x3e\x39\x44\x7a\xf5\xb9\x93\x95\x4f\xb0\x87\x38\x8a\x82\xb9\xdd\x28\x22\x10\x63\xf4\x35\x72\xaa\xd2\xcd\xc4\x51\x6e\x28\x39\x3e\x1c\xe6\x77\xc4\xda\x07\x71\x6c\x53\x81\x4c\xe5\xab\xd0\x32\x84\x18\xd3\xea\xbd\x78\x61\x1c\x42\x2c\x84\x35\x74\x16\x9f\x4f\xac\x97\x1c\x24\x92\x9c\x06\x98\x6f\x67\x09\xb0\x3b\x54\xee\x41\xe2\x24\x72\x51\x70\x96\xae\x07\xe2\x24\x09\x89\x75\x5d\x1c\x0d\xc4\x49\x1e\x8a\x5c\xf4\x0d\xc4\x49\x11\x8a\x2c\x8d\x31\xc4\xb8\x68\x05\x19\x11\xfc\x8c\x9b\xa5\x90\x9f\x53\x2e\x85\xd7\x5f\xea\x4e\xde\x3b\x83\x01\x62\x93\x6b\xef\x2f\x7b\xdc\xa0\x5e\x34\xd0\xaf\xfe\x17\x92\x35\xcb\xc7\x01\xdb\x31\x10\x4a\xdc\x26\x2e\xc4\x69\x74\x42\x24\x48\x16\x87\xb2\xa5\xf9\x03\x71\x2a\xc2\x16\x96\xc0\x08\xe2\x14\x83\x19\xe9\x6b\x89\xf3\x68\x19\x10\xe5\x23\xf8\x21\xce\x29\x9c\x5d\xdb\x69\xfc\x0b\x88\xf3\xec\x48\x10\x1c\x97\x9b\xec\x39\xe7\xfd\x80\x58\x1b\x72\x68\xb2\xf8\x21\x8a\x64\x8a\x14\x48\xa5\x5f\xe3\xd5\x60\x54\x48\x88\x73\xe9\xa3\xbf\x48\x79\x84\x58\xdb\x42\x97\xa3\xec\xeb\xdd\x9b\xc1\x3e\xa6\x36\x84\xde\x1f\x66\xe5\xbe\xa8\xb8\xc0\xf0\x91\xc6\x32\x71\x41\x5c\x60\xc8\x48\xf3\x0f\x7f\x4c\x6d\xa3\x02\xbd\x5a\x07\x71\x29\x29\x32\xca\x24\xcf\x10\x58\xb3\x3d\x60\xe7\xcd\x87\x18\x19\xa2\xe5\xe4\xa2\x5b\x21\xd6\xab\xbc\x09\x11\x75\x4a\x48\xac\x57\x60\x83\x79\x45\x23\xde\x30\x07\x1f\x06\x0e\x1a\x58\x62\x78\x6d\x3d\x1f\xe1\x5a\x31\x3a\x54\x01\x24\x6d\x80\x0e\x8d\x06\xa9\xf4\xf4\xa5\x8d\x32\x47\x7d\x03\x71\x95\x07\xa0\x9b\x1f\x63\xbb\x31\xed\x3c\x77\x10\xd7\xc2\x6e\x07\x99\x7c\x55\x83\x6a\x05\x9f\xdc\xe1\x1c\xc5\xd8\x80\x76\xbf\x40\xcd\x78\x38\xdc\xa3\x43\xfd\xee\x71\xb8\xdb\xb5\x64\xb3\x43\x8c\x5b\x95\x28\xc4\x7e\x58\x4a\x0b\x1e\x20\xe4\xef\xb3\xd1\xef\x6d\xb9\x2b\x0c\x31\x9a\x09\x16\xfe\xfb\x41\xd1\xca\x1a\x37\x86\x9f\xe5\x94\x48\x5b\x10\x0e\xe7\xef\x5c\x1b\x10\x36\x88\x96\x90\xc4\x23\xfe\x56\xf4\xcc\xed\xc2\x70\x09\xca\x18\xc4\x5a\xe6\x41\x18\x32\x81\x45\x00\xb2\xd6\x65\x90\x5c\x40\xe0\x26\x00\x59\x6b\xb9\x8c\xec\x25\xbc\x5a\xe2\xec\x98\xda\xad\x60\x7e\x9b\x1a\x62\xd5\x2c\x60\x76\x04\xc6\x8f\xee\x54\x73\xe8\x4c\xb0\x0b\xd3\xbf\x63\x4c\x95\xee\x24\x4b\x02\x83\x18\x90\x0f\x78\x7c\x50\x63\x60\xba\x42\x8c\x94\x7d\x28\xc0\xdf\x22\x8a\xc9\xd4\xa0\x4b\x89\x28\x31\xdc\xc5\xaa\xb9\xe9\xdd\xbd\x09\x64\xc7\x51\x75\x7b\x4f\x39\x2b\x20\x90\xff\xd8\xba\x3d\x83\x35\x55\x88\xd8\x91\x9d\x7d\x52\xd3\x3c\xb6\xc6\x3a\x05\x81\xec\xc2\x64\x11\x82\x10\x95\x0b\x54\x59\x1c\xaf\x4e\xf8\x75\xc2\x26\xb8\x76\x8d\x6d\xf3\xb9\x55\x8f\x8e\x5c\x02\x44\x22\x3c\xac\xf5\x38\xc3\x50\x09\x22\x49\x3c\x8e\x44\xf5\x04\xa7\x7a\x3e\x56\x66\xfe\x10\x66\xfe\x56\x7b\x13\x29\x4c\x98\x30\x18\xb3\xce\x04\xe6\xd8\x38\xcc\xce\x84\x22\x4d\x39\x1c\x9c\x84\xdc\xb7\x81\x6b\x1e\x44\x9a\x1b\xd8\xcd\xbd\x22\x2d\x96\xaa\xe5\xe1\x1b\x50\x2d\xe3\xe7\x18\xea\xe3\xe8\x45\x9d\x36\xaa\x29\x55\xfa\x9c\x72\x69\xfb\xcb\x4f\xfb\x22\x2d\x7d\x37\xde\x51\x7a\x1f\x88\xd4\xec\x12\x6d\xb7\x6a\xbc\x38\xcc\x34\x8a\x53\xe9\x40\xbb\x67\x0b\x22\xd5\x5f\x6a\xfb\x30\xcc\xce\x2d\x01\x22\xad\x89\x2a\x40\x35\x36\x6f\x8f\x04\x8d\x13\x04\x5c\x08\x20\x52\x9c\xef\xdb\xae\xf9\xfb\x41\x1d\xec\x4d\x00\xc7\x7e\x32\xac\x55\x20\xb2\xc8\xb0\xa2\x9b\x4d\x7b\x3b\xac\x32\xbf\xa1\x67\x23\xc9\x40\x64\x40\xd7\x33\x3f\x73\xf0\xa4\xf7\x06\xd1\xeb\xef\x67\xd5\xf7\x57\xad\xdc\x8e\x92\x86\x7b\x81\x64\xb0\x0f\xea\xae\xed\x5c\x49\x06\x10\x05\x7a\xc4\x6b\xd9\xe1\x94\x44\x58\x61\x23\xe3\xe9\xb7\xdb\x23\xf1\x1e\x2b\x10\xc5\xc6\x10\x06\x2c\x1d\x73\x20\xf4\xc2\xee\x24\x04\x55\x0c\x72\x53\x98\x70\xee\xc6\x85\x52\xcd\x5a\x34\xcb\x98\x66\xc2\xd5\x12\x67\xc7\x00\x0b\xc9\x34\x50\x19\x31\xc8\xb7\x2c\xe3\xa3\x98\x4b\x12\x88\x23\x01\x3b\x2a\x09\x03\x3b\x09\x4d\x43\x94\xb5\xcf\xf4\xac\xb8\xed\xc9\x04\x10\x25\xdb\xa7\xb9\xd8\xef\xc7\xe1\xc1\x16\xa3\x28\x4d\x70\x41\xaf\xee\x86\x2b\x35\xfd\x4a\xdc\xf1\x20\xca\xda\x15\x51\xb8\x1b\x5c\x98\x1b\x88\x12\x0b\xbd\x1c\x68\xd0\x96\x76\xb4\xd1\x4f\x70\xc4\x18\xef\xd5\x2c\x6d\x14\x1c\x88\x4d\xc4\xd5\x33\x41\x60\x6c\xc1\x77\x8e\x87\x1d\xc4\xc6\x69\x72\x26\xd3\x84\xd0\x84\xa1\xce\x87\x24\x36\xa9\x85\x1d\xb5\x2d\x88\x4d\x66\xc1\x8f\x87\xae\xfb\xa4\xfe\xad\x15\x60\x12\xe5\x56\xc4\xbc\x0a\x62\x53\x38\x74\xa7\xdf\x18\xb1\x3b\x81\xd8\x60\xea\xc0\xa3\xcf\xe7\x02\xb1\xb1\x34\xba\x57\x87\x7d\xe7\x12\xc6\x40\x60\x74\xe2\xf0\x38\xb1\x19\x61\x53\x19\xe8\xf5\xce\x75\xd0\xa6\xc6\xe2\x0b\xdd\xf0\x44\xbf\x71\x9f\xaa\xe1\x88\x5b\x18\xaf\xfb\x87\x76\x1c\x9c\x57\x4f\x6c\x80\x02\x6e\x83\x6f\x4c\x46\x8c\xa5\xf7\xbd\xdc\xef\x55\xe3\x53\x4e\x40\xc8\xd8\xb8\x02\x5f\xcb\xae\x1b\xc8\xd7\x27\xa4\x58\xad\xf5\x9c\x78\xab\xe6\xc9\x96\xbb\x01\x21\x53\x16\xd0\x4b\x50\xc1\x20\x3f\xba\x0c\xff\xa7\xbe\x13\xee\x76\x14\x5a\x1d\xb5\x61\x98\x56\x75\x27\x89\xf4\x12\x9b\x56\x46\x92\xca\x50\xd7\xbb\xd5\x58\xd6\xe6\xb3\x0d\x9c\x1d\x42\x36\x46\x2f\x65\xbd\xab\x15\x5b\x07\x85\xab\x32\x52\x8a\xd6\xc3\x5e\xdd\xa9\xfb\x7d\xe7\x5e\x51\x15\x99\xd8\x8a\x69\xd2\xf7\x8c\xc7\x2d\x1a\xc4\xa8\x26\xea\xcb\x53\x08\x1e\xe1\xbe\x04\x89\x5b\x66\xab\xc4\x61\x36\x19\x0d\x44\x95\x3a\x90\x93\xc6\x82\xa8\x32\xc3\xe2\xcc\x55\x1e\xad\x84\xbf\xd3\xf3\xa0\x7a\x27\xfb\xed\x41\xda\xe1\xab\x75\x70\x54\x50\xfd\x82\x5c\x95\x66\xa6\x76\x86\x9a\xa8\x36\x06\x71\x81\xb9\x20\x2a\xc9\x18\xdf\x28\xd1\x05\x44\x55\x91\x4b\xf5\x4e\x76\xdd\xcf\x7b\x67\x80\x88\xaa\x09\x04\xde\x0a\x11\x95\x62\x92\xab\xe1\xb1\x67\x07\xc1\x42\xc4\x0e\xab\x23\x3d\xdb\xab\xae\xc1\xdd\x10\xc2\x62\xc2\x7c\x72\x1d\x88\x5a\x10\x68\x0a\xb8\x58\x34\x21\xf4\x27\x5c\x02\x99\x20\xb5\x6b\x81\x7b\xa8\x9a\x78\xf7\x3f\xa9\xc9\x9a\x63\x02\xa3\x4c\x19\xcf\x09\x4d\x32\x75\xb1\x80\xc3\xa1\x62\xe8\x45\xe5\x56\xbd\x1e\x87\x69\xda\x11\xa3\x22\x88\x7a\xb3\x5a\xbf\x6d\xe7\xb7\xa3\xdc\xd3\x24\x51\x53\x78\x0c\xfd\xa2\xa8\x18\xaf\xeb\x8a\xba\xb6\x0e\x10\x6f\x5e\x88\xba\xb1\xa0\x7f\x9b\xb5\xe2\xd8\xe2\x7e\x18\xd5\xa1\x56\xf4\x29\x54\x08\x04\x46\x94\x7e\xb8\x61\xd7\x6b\x62\xce\x79\xf7\xd3\x30\x33\xda\x3b\x10\x8d\x9e\x46\x87\x2f\x96\x44\x8f\x1f\x97\x2c\xb5\xbb\xfa\x5b\xd0\xee\x9e\x25\xe7\x8f\x5f\x08\x59\x26\x9b\xa4\xc9\x9f\xd3\xee\x2e\x87\x2f\x96\x98\x90\xf7\x5b\x8a\x3d\x6a\xe9\x0c\xb9\x24\x43\x89\x1e\x91\x1c\xc5\xb0\xe7\x2f\xae\x24\x14\x17\x79\xd6\x05\xfd\xfd\x72\x49\x19\x48\x08\xdc\x30\xd2\x02\xde\x58\xda\xc6\x41\x04\x1c\x08\x8c\xc7\x75\x02\xc2\x6a\x24\x43\x6f\xb7\x72\x76\x54\xd9\x20\x9a\x26\x44\xc3\xd1\xa8\xed\x69\x2b\x65\x01\x1b\x20\x1a\x38\x12\x84\x47\x6a\xb3\x9a\x8c\x2a\x76\x5f\xda\xa6\x5e\x98\x5a\x5c\x2a\xec\x5d\x73\x5a\x48\x10\xe8\x3a\x0d\x70\x7e\x10\x52\x78\x76\xea\xe3\xd5\x25\x01\xa6\x70\xdd\x62\xee\x47\xca\xdb\xb6\x53\xb7\x7f\x7f\x47\x40\x61\x80\xbf\x5e\x7c\xbe\x20\xa4\x34\xc8\xc5\xed\xc7\x5f\x08\xd9\x18\x84\x52\xa4\x41\x28\x49\x67\x91\x76\x65\xd3\xf6\xb5\x46\xde\xb9\xb5\x0e\x39\xc4\xda\x4e\xfd\x78\xf7\xde\x5e\xaa\x59\xad\xff\x2a\x1f\xa4\xd9\x34\x0b\x27\x7b\x93\x81\xbd\x93\xe3\x7e\x81\x83\xc5\xcd\x6f\x88\x6c\x66\xf0\xa5\x9c\xda\x3a\x6c\x0c\xf1\x6a\xfd\x99\x1e\x1f\x74\x27\x7e\xec\x0e\x93\xfe\x5b\x34\x4b\x98\x88\x20\xdd\x7b\x27\x2e\x0f\x99\xc5\xe9\x77\xbe\x5a\xdf\x3d\xed\xd5\xa9\x47\x80\x62\xb5\xfe\xf8\x34\xef\x86\x7e\x81\x97\xab\xf5\xc7\x7f\xd2\xff\x1b\x4b\x29\xc2\x76\x0e\x05\x48\x13\xe0\x84\x6b\x4c\x78\x6c\x65\x98\x60\x1d\x15\x20\x08\x50\x0c\xb2\x3b\xde\x20\x40\xab\x9c\x9d\x49\x89\x87\x04\x3d\xe0\xdd\x61\xeb\x07\x48\x12\xc5\x06\xa2\x3d\x32\x65\x61\x61\xe0\xab\x76\xaa\x17\x92\xc4\x16\xd4\xe0\x67\xd1\xca\x91\x1c\x5b\x9b\x38\x04\x49\x94\x61\xe6\xab\xbc\xb7\x25\x1e\x20\x89\x72\xb7\xfc\xff\x3c\x6e\xad\x5e\x94\x60\x3e\xfa\x3c\x8c\x4f\xde\xe8\x4e\xa2\x72\xb5\xbe\x6a\x01\x6e\x7a\x37\xc5\x27\xd1\xc6\x60\xb7\x6d\xa3\x2e\x9f\x6e\x29\x47\x12\x92\x48\xd2\x1a\xa5\x85\x04\x55\x04\x7d\x6c\xbf\x98\x68\x2f\x48\x22\x1a\x78\x97\xae\x33\x1a\x1a\xbe\x83\x3b\x93\xb2\x88\x63\x1c\x86\x24\x42\x63\xce\x58\x42\x3f\x0e\x87\x71\xba\x25\x02\x10\xc0\x4a\x6a\xba\x3d\x5e\x8a\xa0\x98\x3e\x81\xa7\xfb\xce\x9a\x87\x49\x4c\x6c\x27\x7a\x95\x0f\xbe\x3b\x53\x58\x6d\x18\x7f\xbd\xa1\x22\x36\x60\x6a\xa9\x11\xe2\x6e\x35\x46\xba\xff\x2d\x33\xf6\x92\xd8\x39\x06\x3f\xec\xfd\x8e\x77\x82\xc5\xaf\x4c\xb5\x0d\x8b\x94\x64\x83\xf8\x7d\x55\xac\xbc\xb6\x50\xf5\x48\x20\xfd\x7b\xe4\x30\x8d\x37\x56\xf9\x00\xb0\x0e\xdb\x3f\x76\x4a\x75\xb5\xd3\x0b\xb0\xa8\x1a\xf7\x86\xba\x81\x98\x88\x38\xf4\x88\x32\x89\x08\xbd\xa2\x4c\x92\x9c\xf4\x8c\xb2\x06\xe9\x69\xef\x28\x6b\x91\x59\xad\xcf\xa9\xed\x09\x46\xb4\xcb\x69\x6a\x1f\xd4\xc5\x61\xde\xa9\x7e\x6e\x7d\xfd\x06\x48\x04\x96\x4d\x51\x23\x53\x0a\x12\x2c\x90\x65\x4b\x63\x72\x9c\xd2\x97\x38\x64\x62\x3b\xa0\xdd\x1e\x46\x19\xce\xc6\x49\x82\xd5\x32\xf8\xe7\x87\x35\x3d\xc7\x60\x19\x48\x92\xdc\x39\xa9\x39\x5a\xb0\xba\x68\x1c\x2f\x8f\xa9\x4e\xb9\x78\xe3\x77\xb7\x38\x2c\x3d\x7c\xbc\xd6\x24\xb4\x65\x63\x62\x9a\x38\x5e\x07\x55\xc0\xb8\x04\x83\x21\x82\x73\x28\xcb\xfd\xcb\x41\xb0\xc4\x83\x0c\x4c\x69\x8b\x4b\x2b\x64\x0c\x8d\xc3\xd2\x2e\x5c\x44\x29\x8e\x1c\x4a\x4c\x78\x03\x87\x52\xcb\xc4\xc9\xc1\xa3\xd0\xc2\xe6\x5b\x50\xef\x9e\x2b\x8c\x10\x8b\x17\x85\xda\xa4\x99\x8c\xd5\x73\xea\x9d\x2b\xba\xc3\x7b\x2d\x67\xc5\x78\x4e\x8c\x97\xb4\x70\xc4\xcf\x1c\x2d\x83\x72\x01\x5c\xb2\x71\x74\x72\x1c\x95\x0e\x3d\x75\x8d\xca\x25\xe4\x73\xb4\xf6\xf4\x91\x1c\x6e\x96\x24\x10\x5c\xa8\x4c\x2d\x15\x0e\x81\xf1\x9c\x4f\xe1\x07\x9b\x19\x5a\x5b\x1f\x02\x0f\x49\x16\x33\x88\x37\x15\xae\xb4\x13\x47\x13\x2a\x0f\xc5\x31\xa4\x89\x79\x68\xd5\x23\x07\x33\x0b\x92\x47\x86\xcb\xf2\x85\xec\x44\xef\x98\xe2\x70\xa6\xcd\xb4\x1f\xfa\x29\xb8\xb7\xd2\x33\x13\x9c\x38\xfd\xe6\x48\x7a\xea\x02\x92\xb7\x3a\xbe\x44\xc5\xd6\x2d\x49\xcb\x41\x56\x07\x20\x6f\xae\xa7\x0b\xb5\x97\xa3\xad\x75\x00\x58\xcd\xd2\x2a\xcd\xd7\x5f\x66\x35\xf6\xb2\xe3\xeb\x3f\x16\xa8\xeb\x64\x6f\x4b\x15\x41\x92\x47\xde\x6f\xf2\x5e\xce\x63\xfb\x85\xc9\xe2\xd5\xfa\xba\xdf\xb6\xbd\x52\x63\xdb\x6f\xd9\x62\x96\x0b\x97\x42\x18\xf2\xbc\x43\x92\x27\xc7\x9b\xf8\x26\x82\xa0\xa4\x06\xe9\x51\x10\x40\x28\xcf\x16\xf1\xe1\xa1\x34\x0f\x23\xcb\x43\x21\x66\xa9\xf4\x07\xe6\xe0\x36\x35\x38\x29\x49\xa7\x87\xa1\x6b\xe2\x88\x04\x1b\x27\x78\xc3\x61\x79\x22\x7f\xc7\x9e\xbf\x3a\x4a\xfb\xb1\x92\x53\xd4\xa1\x56\xb6\x4c\x9a\xf5\x19\x0e\x90\x30\x66\x71\x7d\xa1\xeb\xbe\xc9\x49\x00\x8c\x3d\xdc\xc3\x8c\x54\x5c\x5f\x82\x09\xe2\x90\x27\x9c\x49\x84\x71\xb7\xab\x2f\xb3\x0d\x6c\x86\xa4\xa8\x89\x8e\xec\xe2\xe3\x4d\x18\x75\x08\x49\x01\x24\xa3\x30\xcc\xeb\xbe\xd9\x3b\x47\x7a\x52\x6a\x3b\xe1\xf6\xee\xd6\x2b\x03\x65\x6c\x90\x8b\x0e\x7d\xd6\x31\xa1\x22\x40\x05\xa1\x09\xd9\x4e\x5a\xd5\x1f\xba\x83\x1f\x38\x65\x71\x44\x29\x14\xd3\x13\x6c\x22\x2f\x72\x58\x1c\x6e\x95\x3a\x5c\x7c\x85\x80\xc8\x35\x48\x96\x0d\x9c\x24\x3d\xb5\x93\xe9\xa4\xd9\x31\x19\x92\x93\x71\xa2\x24\x07\x16\x8b\x3d\x5a\x27\x28\x4f\x91\x45\x39\xe9\x26\x90\x3a\x58\x1e\xed\xe2\x3a\x51\x75\x8a\x24\xce\x49\x43\x0a\x39\x07\x37\x47\xfb\xbc\x4e\xa4\x16\xdb\xb3\xcb\x33\xc2\x42\x6e\x05\x58\x45\x6a\xb9\xaf\xeb\x84\xf1\x31\x9b\x83\x93\x09\x26\x73\x60\xb2\x70\x0d\x3b\x41\xba\x5a\xdf\xa9\x69\xbe\xc4\x12\x6f\x84\x65\x1c\x63\xb3\xa4\xcc\x8d\x80\xa2\x4c\xb8\xa4\x30\x12\x6d\x56\x70\xb8\x34\x30\x7a\x43\x19\xbc\x31\xf0\xcd\xfd\x3e\x70\x76\x25\xe8\x79\x56\x13\x52\x76\x12\x52\x19\xc4\x6d\xb8\x26\xc6\xe5\x3c\xcd\x0b\x6b\x0e\x7d\xce\xba\xe1\xc1\xba\xa1\x13\xf4\x39\xab\x69\x7e\x4d\x21\xd3\x90\xa0\xab\xd9\x15\x0f\x81\xa4\x8a\xcc\xc6\x8b\x8d\xab\x4d\xaa\xd8\x6f\x00\xf2\x8d\x97\x04\x6b\x0e\x0e\x96\xaa\x10\x92\x2a\xa1\xef\xfa\x6f\xea\xe9\xb3\x25\x45\x82\xa4\x4a\xf5\xc8\x42\xcb\xd1\x06\x33\x25\x95\x24\x0a\x06\xef\x24\x49\xaa\xda\x14\x08\x62\xcf\x5e\x81\x2b\x22\xc4\xd0\x3a\xc2\xa8\x65\x93\x8a\xa7\xc6\x9b\x7e\x42\x6a\xd1\x8b\x3d\xf5\x46\x5d\x52\x3c\xb7\xab\x51\x0d\x49\xbd\xb1\xfe\x56\x1c\x18\xcc\xed\x9a\xa8\x34\x10\x11\x98\xd9\xb0\x56\x5b\xd5\x1a\x12\x40\xdf\xcf\x2d\x8f\x43\x49\x00\x29\x6f\x6b\xbd\xbc\x59\x8e\x08\x48\xa3\x23\x05\x76\xff\x2d\x28\xb0\xcf\x55\xc1\x88\x93\x17\x75\xb2\x29\x37\x32\x7a\x36\xb4\x91\x62\x81\x0e\x9d\x1c\x5f\x77\x2d\xda\x0f\xd4\x75\x05\xdb\xf3\xa4\x0f\x32\x8d\xe4\x62\x23\xd4\x09\x90\x57\x42\x12\x8f\x29\xa4\x51\xc3\xe8\x29\x5d\x23\x75\x7a\xbf\xd4\xc9\xe1\xeb\xfb\xa9\xb6\x0d\xb9\x11\x66\xfe\xc9\xa6\x31\x99\x38\x3f\xf7\x8d\xd9\x11\x52\x56\x40\x9c\xd1\x77\x26\x2b\x87\xfc\x01\x69\x9c\x2f\xe0\xc0\xe1\x98\xc6\x8e\x31\xda\xf0\x0d\x12\xea\x13\xce\x8e\xaf\xe3\x93\xce\x96\x97\x92\xc7\x92\xc5\xd5\x2a\xca\xf4\xa2\x9f\xf5\x6a\x7d\x83\x99\x00\x26\xcb\x05\xd2\xb8\xf1\xc8\xe2\x50\x85\x12\xee\x4e\x4d\x63\xe0\x58\xd8\x5e\x44\x8c\x86\xe6\xc6\xb0\xaa\x41\x2a\x62\x0a\x9e\x37\xd5\xaa\x5c\x63\x4b\xdc\xb6\x78\x22\x91\x2c\xf1\xc5\x45\x52\x1b\x8b\x6f\xbe\x46\x0b\x67\xab\xf5\xcd\x95\x63\x2c\x84\x54\x14\x66\xbb\x6e\x3b\x0e\x87\xbe\xf1\x5f\x72\x2a\xaa\xaf\x65\xce\xd8\x41\x90\x24\x47\x2d\x48\x90\x1e\x09\xdc\x56\x63\x9a\x1c\x67\xe4\xb8\x13\xe6\x27\x8f\x73\xe2\xe2\x6b\x77\x24\x52\x6a\x21\x8f\x5a\x38\xd1\xf1\xe3\xe8\x73\x3b\x31\x25\x4b\xd8\xd4\x3f\x48\xb5\xd9\xff\xd3\x30\x5f\x7f\x51\xf5\xc1\xbd\x0d\x6d\xf6\xff\x34\xd0\xa2\xc4\x6d\x8d\x34\xb5\xfb\x62\x18\x85\xdb\xdb\x51\x93\x0a\x07\xff\xfb\xd0\xba\xb7\xa3\x4d\x7f\xda\x24\xbd\x74\x2e\xc4\x34\xc5\xdd\x7f\x63\x46\xf8\x3d\xf8\x14\xab\xf8\x13\x7c\xf7\xe6\xf3\x6b\x42\x73\x8f\xfe\x72\x41\x9e\xe9\x54\x5b\xb5\xe8\x35\xe3\xb7\x86\xac\x2b\xa0\xf8\x32\x9a\x6a\x73\xf6\x9d\x6c\x9e\x2a\xee\xdb\x49\x53\x2c\x99\xb0\x55\x3e\x48\x22\x45\x52\xde\x37\x9f\x5f\x33\xa4\x09\x08\x4d\x0c\x89\x15\xa4\x85\x0a\x60\xdd\xbb\x4e\x04\x81\xc8\xbe\xd0\x32\x3a\x3a\xc2\x89\xe2\xd5\xda\x92\x98\xd9\xb3\x68\x0d\xd7\x62\xfc\xec\x5a\xc7\xb5\xb8\x3b\x3e\x0d\xdb\x3a\x3c\x3b\xc1\x51\xe3\x4e\x94\x9f\x10\x06\x57\x3a\xc5\x70\xe3\x4e\x5d\x7e\xe5\x68\xd7\x60\xf3\x75\x7e\x1c\x77\x05\xf9\xf5\x36\xee\x3c\xc6\xd3\x05\x70\xf2\x19\xea\x13\xc2\xe0\x19\x9a\x13\x0d\xdc\xa9\xd5\x57\x8e\x76\x0d\xe0\x44\x03\xbc\xbf\x59\x35\xf6\x12\x9b\xe8\xff\xd3\xc8\x9e\x49\x1b\x14\x7f\x93\xed\x6f\xb2\x93\x7e\x68\x6d\xc8\x39\xc9\x90\xc4\x85\xfc\xb9\xe2\x73\xfc\x79\xb5\x11\xf1\x56\x76\x9d\x9c\xdb\x9e\x1d\x95\x53\x9e\xb4\x6d\x25\x57\xeb\xb7\x87\x76\x26\x2b\x3f\xd5\x2a\xfc\xe5\xa8\xe4\xaf\x40\xf5\xaa\x21\xdd\x20\xd3\xee\xa1\xa7\x10\x92\x54\x2b\xec\x97\x4a\x8d\xef\xc9\xa3\x9d\x6a\x35\xfd\xb3\x64\x6e\xd7\x14\x83\x7b\x95\xa2\xfd\x8c\x54\x22\x2f\xe9\x97\x96\x7e\xa1\x81\x38\xec\xa7\xb9\xad\x4d\xf9\x56\x48\xb5\xde\x7d\xfb\xd4\xd7\x48\x77\x65\xd9\xae\x20\x95\x89\xad\x71\xb8\x14\xe8\x87\xbb\x79\x43\x3f\x90\xd5\xa4\xbd\x97\xe3\x13\xcf\x56\x85\x54\xba\x52\xbd\x0b\xdc\x56\x17\xb0\xbb\xec\xa9\xd6\x65\x5d\xdc\xfe\x9b\x6e\x78\xf4\x3d\x56\xc5\x7e\xcf\xc0\xf7\x32\xc9\xb0\xfc\xf4\x15\x1a\x06\xc6\x8b\x40\x78\xe2\xf1\x3b\xda\x95\x4c\xb5\x7a\x8b\x19\xd8\x48\x54\x42\xfd\x5f\x65\x0c\xb4\x0b\x95\x13\xe6\x9c\x31\x32\x3c\xae\x38\x12\x1d\x1d\x5d\xf2\x26\xe1\x22\x58\x05\xcc\x83\x76\xc8\x54\x92\xa3\xfc\xdb\xa8\x2a\xff\x40\x3c\x1a\x2d\xad\xea\xa5\x06\x0b\xdf\x82\x06\xfb\x5c\xc5\x91\x38\x7d\x91\xd5\x90\x95\x4d\xf5\x6c\x7e\xf7\x6d\x3f\x0c\xbf\xd9\xde\x6a\x2c\x9f\x9e\x59\x71\x93\x3c\x33\x02\x15\xd1\x26\x17\x8b\xd5\x4a\x55\x69\x4a\x6d\x06\xd8\xc6\xd6\x23\xe2\xa0\x56\xe2\xe8\xdf\x8a\x15\x7f\xbd\x20\xac\x66\xd8\xad\xab\x80\x09\xa9\xee\x46\x2c\xa7\x61\x3b\x0d\x41\xa5\x57\x72\xdd\x79\x01\x8a\xa5\x8b\xef\xdb\x6a\xe8\x1a\x8e\x43\x44\xe9\x0c\x1f\x2a\x17\x44\x94\x1a\xfb\x67\x7b\x04\x0b\x2a\xe5\xea\xb3\x66\x5c\xb8\x4d\x0a\xc9\x91\x90\xe5\xfb\xa4\x90\x1e\x89\x3f\xb1\xbb\xc8\x48\x6a\x6b\x5c\xb9\x8f\x0e\xf2\x85\x24\x38\x69\xb1\x10\xf2\x6f\x18\x4a\x5e\x9c\xfd\xaa\x9d\xe6\xb1\xad\x0e\xb3\x0a\x4e\xa0\xdf\x06\x1d\xfb\x95\x16\x72\xb5\xbe\xee\xba\x76\x6f\x3f\x18\xa8\x4c\x4d\x2f\xfa\x55\xaf\xd6\x1f\xea\x59\x6e\xed\xcc\x89\x05\xb0\xd4\x17\x06\x28\x4c\x2c\xe7\x4d\x80\xca\xc0\xf1\x82\x27\x90\x45\x91\xa9\x9c\xe7\x6b\xb1\x43\x16\xc5\x58\xa9\x6b\x9c\xd5\x18\xc0\x7a\xda\xda\x8d\x4a\x9d\x92\x25\xab\xf5\x2a\x47\xc7\xd3\xed\x2c\xc7\x15\xa1\xe9\x6a\xbd\x8a\xc5\x11\x9c\x61\x8c\x94\xec\xb7\xea\x12\xb9\x00\x07\xac\xff\x48\xc2\xdc\x09\x6f\x55\xdf\xdc\x0d\x2e\x14\x23\xd3\xc6\x1b\x13\x69\x81\xb3\x10\xb2\xa8\x0c\x4f\xca\xcd\x87\x2c\xda\xac\xd6\x86\xa7\xfc\x4a\x1a\xee\x5f\xc8\xb4\xd5\x47\xd8\x60\xaf\x4d\xbd\xec\xd8\x2e\x20\x8b\x6a\x03\xdd\xed\xda\xfa\x57\x4b\x3c\x0d\x59\x64\x4a\xa3\x34\xc3\xa3\xdb\x68\xcc\xb0\x84\x7d\xdb\x23\x75\x35\x21\x40\xf5\x6b\x6c\x50\x5c\x16\x63\x32\x45\xbd\x1b\x1c\x29\x06\x64\x71\x6c\xf6\x86\x7f\xf4\x1f\x48\x86\xa9\x66\x3b\x39\xce\xb7\xca\x72\x38\x43\x16\x27\x04\xfe\x72\xe1\x5f\x60\x9c\x12\xf8\x4f\x0e\x66\x86\x21\x71\xb0\x06\x58\xa6\x8d\x43\x7c\xb4\xbd\xab\xb7\x01\x99\xd9\x2a\x6e\x1a\x0f\x94\x0e\xb0\xdf\x42\x66\xea\x80\x21\xc6\x06\x7a\x16\x4b\x07\xbb\xcf\x31\x8b\x2b\x07\x7e\x62\x0f\xe3\x03\x6b\x90\x62\xac\xb5\x0c\x2e\x90\x69\x2b\x10\xbf\xa5\xbf\x1e\xa6\xd9\x26\x78\x67\xb1\x32\x31\x99\x1f\x1e\xd4\x08\x54\xc2\x0d\x32\xcf\xfd\x3e\xb1\x94\xd1\x4c\xb8\xc0\x8f\xe9\xd6\x16\xb3\x85\x4c\x78\xea\x23\xf6\x61\x65\xda\xfc\x23\xd8\x99\x50\x19\x52\xa0\x19\xf0\xe3\xc0\x5c\x46\x99\x48\x9d\xe0\x76\x1e\x95\x9d\x01\x33\x6d\xf5\x11\x7e\xd7\xda\x3e\x17\xb9\xe5\xbe\xa7\xdf\x85\xfd\xfd\xa3\xec\x9b\x4e\xd9\xfa\xd0\x90\x09\x63\x40\xc8\x43\x37\x7f\xd2\x5d\x42\xe8\xc6\x32\x48\xde\xaa\x7f\x1f\x9c\xd2\x92\x09\xad\x6b\xfd\x7c\x73\x45\xbf\x1c\xd9\x94\x1b\x53\xa2\x5e\xad\x5d\xc6\x82\x47\x1b\x6d\xee\xef\x3f\xb2\xea\x1f\x90\x09\xb3\x46\x92\x93\x93\x30\x60\xa5\x67\x58\xdb\x24\x72\x6c\xdc\x1c\xc5\x02\x27\xad\x89\x6d\x24\x48\x30\x88\x37\x4d\x08\xf7\xb5\x78\x21\xc3\x0a\x2a\x1a\xbc\xdd\xd9\xf7\xaa\x2d\xd8\xdb\xbd\xaa\x5b\xd9\x39\x82\x1a\xc8\x92\xdc\x73\x0c\x99\xd7\x4d\x9a\x6e\x96\x60\x28\x82\xd1\x1b\x64\x47\xbc\x76\x61\xca\x46\xa6\xed\xc4\xcb\x9b\x25\x98\x98\xd2\xbc\xfe\x93\xc5\xfd\x61\xd5\xab\x47\x49\x85\x80\x2c\x9e\x39\xfc\xcd\xc1\x16\x89\x87\x4c\xdb\x88\xc8\x33\xca\xd6\xa7\x2c\x35\xf1\x93\xbf\x7a\x1a\x79\xc8\xd0\x44\xa4\xf2\x15\x41\x08\x70\xa6\xed\xc4\xb7\xa3\xe1\xa5\x7d\xed\xef\xac\x32\xe5\x1f\xed\xd8\x49\xf5\x7b\x92\xed\xdc\xb5\xd3\x8c\x91\x04\x23\x7d\x75\x59\x74\x24\x08\x54\xb4\x2c\x8b\x3d\x39\x7f\xed\x6e\x3c\xc3\x57\x24\xb7\xfc\xbe\xb3\x64\xb5\x46\x02\x0d\xb7\x63\x96\x65\x29\x41\xe4\xe4\x20\x34\x0b\x08\xcc\x38\xe3\x05\x64\x86\xb4\xe0\x48\xb8\xb8\xa9\xa3\x74\x99\xdd\xb7\xa0\xee\x3d\x57\x5d\x25\xce\x5e\x24\x65\x54\x88\x2c\xae\x9e\xa5\xf3\x21\x4b\x63\xd1\xb9\xa5\xe7\xb2\xfa\x4a\xcf\x6e\x58\x8a\xa5\x5f\x52\xb0\x0a\xb3\x85\x4d\xa8\x16\x09\x3c\x8d\xc7\x62\xdb\x2c\x33\x4c\x51\x7a\x66\xa1\x5a\x40\x06\xce\x37\xdc\x95\xfe\xd1\xae\x0a\x68\xc3\x78\xf8\x60\x67\x13\xb4\x61\x1c\x7e\x0d\xe0\xc6\x9b\x36\x64\xde\x0d\xc3\xaf\x87\xfd\x75\x3f\xb7\xb3\x5b\xd5\xd0\x96\x31\xbb\x1b\xce\x17\x9e\x69\x1b\xe6\xa2\x69\x38\xef\x26\x64\x55\x61\x0d\xb3\x05\x5e\xd2\x9c\x72\xe7\x19\x50\x21\xab\x90\xf4\x72\x9a\xf5\xdc\xe0\x39\x5c\x20\xd3\xe6\x0a\x55\xb3\x51\xcd\x42\x54\xe9\x43\xbe\xb4\xf7\x87\xfb\xcf\xb2\x3b\x58\xb4\x36\xe5\xf2\x16\x68\x13\x56\x22\xb9\xb9\xba\x66\x46\x51\x86\xd1\xc8\xfa\xea\x17\x93\xd7\x07\x9a\xcc\x81\x2e\xe4\x2c\xc3\x28\x58\x53\x92\xe6\x4e\x56\x84\x15\x1c\x33\x95\x6a\xa6\x9d\x55\x53\x1a\x5c\x3f\x30\x15\xe5\x48\x44\x01\x99\xff\x24\x07\x56\x86\x11\xb0\x36\xab\x9e\x4d\xce\x8d\xa3\xc7\xa0\x04\x27\xb7\x6e\xa9\xcc\x73\x33\x60\x75\x99\x40\x98\xfb\xbc\xa6\x3b\x39\x6e\x69\x6f\x26\x03\x9e\x24\xea\x27\x14\x8c\xbb\xd4\x76\x47\x92\x47\xc4\x7d\x89\x82\x5c\x2b\x64\x3f\x6b\xf5\x94\x7e\x6a\xc5\x4b\x49\x72\xc6\xe6\x02\x69\x2e\x0d\xc9\x26\xd9\xa5\xb9\x68\xdc\x72\xe4\x20\x9c\x25\x71\xac\x3a\x08\xa8\x68\x2e\x12\xb7\x5c\x3e\x7d\x98\x77\x6a\xb4\xc2\x24\x0a\x85\xff\x1c\x0e\x4e\x14\xbb\x78\xe0\x9d\xdc\xb3\x65\x30\xc7\xcc\xf4\x7f\x1f\xe4\x78\x2c\x69\x16\xb9\xc8\x5c\xa6\x0c\xf3\xf3\x11\x0e\xcb\x44\x65\x26\x4c\xa3\xd5\xfa\x5f\xc3\x70\x7f\x37\xbc\xa1\x05\x2a\xd7\xcb\x85\x49\xfb\x32\x41\x6e\x93\xd3\xb5\xf2\x54\x2e\x44\x5e\xe3\xca\xd3\xca\xca\x3e\x0d\x8f\xd3\x45\x65\x63\x06\xf3\xb4\xe6\x82\x4b\x65\x95\xab\x3c\x35\xf4\x83\x6a\xa6\x10\xbc\x89\x60\x65\x61\xdd\x9e\x30\xe0\x58\x30\x1f\xe5\x59\x64\x65\x8e\x41\x1e\x72\xbd\x26\xd1\xa4\x43\x83\x9a\x70\x4c\x89\x1b\x27\x13\xb2\x36\x8f\x43\xe7\xe6\x91\x3c\x4f\x5d\xfe\x1e\xab\x02\x4c\x6f\x2b\xcf\xc3\x78\xc1\x7f\xd8\x48\xd0\x3c\x57\x68\xba\x34\x2c\xbb\x3a\xcf\x61\xb5\xfe\xc7\xae\x9d\x15\xba\x86\x2f\xf6\x7b\x52\x24\xf2\x22\x59\x08\xe8\xe3\xcd\x0b\xd4\xfb\xfa\x9e\x6b\x3e\x79\x91\xdb\xae\xbb\x6d\xb7\xbd\x34\xe4\x24\xb4\x46\xe6\x85\x37\x4d\x2e\x9f\xde\x8c\xa4\x24\xe7\x85\xd6\xa7\x77\xed\xb4\xb3\xd3\x69\x5e\x6c\x56\x6b\xb3\x71\x88\x7b\x31\x07\xdb\x47\xc8\x04\x66\xc9\x32\x0e\xd6\x51\x92\x6f\x30\xe2\xd5\xa8\x3a\xe3\x13\x8b\xfe\xcc\x37\xd2\xe4\xb7\x04\x58\x65\x30\xaf\x46\xe5\xc8\xf3\xde\xd7\xe3\x93\x63\xf5\x82\x7c\xd3\x98\xe8\xc7\xc7\x61\x6c\x1c\x5b\x39\xe4\x92\x4a\x7f\xde\xf4\x3f\xa9\x47\x3b\x15\xe5\xb2\x32\x24\x5d\x09\xfd\xac\xf1\x9d\xe1\xe4\x79\x39\x4a\x1e\x88\x95\xcb\xc6\x44\x2b\x5f\x4c\xe4\x61\xb4\xa3\x42\x2a\xb4\x70\x6c\x9c\xe5\x30\xda\xbd\xd4\xbc\x8a\x71\x15\x0f\x42\x62\x73\xbd\xb6\x5c\x29\x50\x58\x15\xeb\xf3\x7b\x02\x13\xe2\x08\x66\x17\xd4\x53\xfc\x55\x92\x67\x77\x7a\x8d\x9c\xdf\x29\x39\xd2\x13\xea\x89\xdc\x0b\x68\x07\x97\x44\x35\x17\xfd\xf8\xe9\xb5\x35\x19\xf2\xaa\x71\x9b\x08\x2e\x15\x25\xaf\x30\xf6\x77\x9e\xdd\x10\x35\x70\x6d\x6b\x26\xf9\xa8\xa2\x1c\x93\x10\xf4\x20\x97\x6d\xff\xba\x6b\xef\x2b\xf7\xd2\xb1\x1e\xa5\xdc\xb2\xda\xe1\x90\x37\xc0\x31\xf3\x15\x19\x89\x8a\xb8\xc4\xce\x50\x2a\x0e\xd1\xe0\x08\x61\x52\xc1\x5d\xdb\xc4\x16\xcf\xf7\xac\x7d\x90\xe3\x46\x34\x43\x5d\xeb\xcc\x14\x9e\x77\xbf\x73\x0a\x17\xbe\x52\xd0\xf6\x2d\x3b\x01\xee\x07\x22\x01\xf4\x91\x48\x9a\xec\xf4\xf0\x45\xaa\xda\x8c\xc7\xb7\xf2\xb0\xb5\x90\x9f\xc6\xb1\x32\x1b\xf3\x4e\x16\xb8\x0f\x2b\xd9\xfe\x49\x11\x39\x76\x79\x47\x51\x51\x44\x47\xc5\x8a\xef\xbf\x05\x65\xf2\xb9\x62\x35\x71\xfe\x62\x53\xc3\x26\x81\xe4\x59\x65\xd2\xf7\x18\xeb\xca\x98\x2a\x88\x58\x76\x02\x83\xb2\x25\x94\xb5\xd5\xb6\x97\x2d\xc4\xc4\xe1\x22\x20\x15\xc4\x34\x37\x23\x49\xad\x84\x63\xa5\x71\xce\x7b\x5e\x6c\x28\x90\x82\xd5\x61\xec\xd4\x99\x8f\xc8\x0b\xec\xa5\x42\x2b\xb8\xd6\x85\xcc\xd3\xbd\x8a\xac\xa2\xf0\x1a\x53\xea\x63\xe1\x7a\x2e\x32\x38\x12\x5b\x51\x1e\x1d\x89\x90\x3c\xdc\xc9\xe3\x30\x8d\xd4\xe5\x14\x16\xb9\xdd\x3c\xb6\x23\x36\x4f\x18\x43\xdb\xfb\x76\x9a\x9c\x72\x52\xe8\x05\x4c\x8f\x7d\x13\x9b\x4f\x31\x2d\x45\x8e\x31\x9a\x26\x74\x72\x72\xe1\x6c\x45\xee\xb8\xb3\xb5\xd5\xc8\x3a\x11\x4b\x1e\x3b\x17\xa1\xb3\xb9\x0b\xac\xbd\x49\x4a\x30\xe3\xe4\x28\xf2\xca\x05\x12\x70\x4b\xa2\x40\xf2\xf1\x11\x1d\x2f\x57\xc3\x3c\xf1\xa2\xfe\x50\x14\x14\x68\x70\x31\xcf\x52\x8f\x0e\x42\x53\x54\xc1\x6f\xe8\x8a\x58\xf5\x0d\xe9\x26\x02\x9d\xb9\x28\x6c\xb1\x42\x97\x0b\x5f\xe0\x5a\x36\x0e\xf7\xc3\x7c\xd4\xb8\xf1\xf5\x75\xed\x3d\xf8\xea\xb6\x50\x14\xea\x6b\x72\x36\x56\x0a\x57\x2b\x8f\xba\x1a\x2b\xe1\xd8\x6d\x18\x34\x3e\x30\xe1\xcf\x6d\xb8\x14\xb8\xd3\xb9\x1b\x1e\x91\xb8\x8a\x7a\xa4\xa4\xf4\x26\x9e\xfd\x5c\x94\x1b\x1f\xad\xea\xca\xbc\x40\x81\x59\xdb\xbe\xc6\x3d\xe9\x0f\x85\xe3\xb7\x33\xb0\x5e\x3b\x70\xf2\x73\xf2\x45\x61\x79\x67\x08\x14\x98\xc2\xcd\x24\xe6\x7f\x92\x25\xc7\x47\x05\x4a\x56\x81\x39\xdd\x47\x47\x2f\xda\x64\x61\xb1\x7e\x76\xed\x3c\x94\x98\xff\x49\x56\x1c\x1f\xb5\x38\x6f\x79\xea\xe8\x45\x9b\x0d\xaf\xb4\xf3\x7a\x27\x29\xc9\xbe\xf0\x05\x6a\xb4\xe0\x17\x02\x1d\xe5\x9b\xbe\x9a\xcb\xd4\x26\xe1\x71\x79\x8c\x0b\x92\x34\x47\x92\xeb\x51\x4e\xee\x49\x5c\xe5\x51\xe7\xe7\x2b\x36\xa0\x35\xb8\x7a\xd4\x0b\xd8\x4d\xdf\x28\xe6\xaa\x2d\x64\xb4\x94\xb1\xaf\x50\xc6\x18\x85\x75\xfa\x40\xb1\x94\xf1\x03\x93\x53\x57\x0c\x7b\x4b\xa6\x27\xaf\xbc\x68\x94\x9d\xba\x83\x45\x9b\xfc\xe4\x9d\x2c\x1a\x15\x64\x03\x85\x83\x42\x96\x0c\x76\x0c\xb3\x50\xc8\xcd\xa2\xf9\xe2\x6c\x72\x79\xd8\x42\x5e\x39\x9f\x26\x96\x39\x23\x14\x09\x34\x0e\x7b\x52\x1e\x8a\x6a\xa9\x53\x12\xdc\x38\x75\xe3\xad\x55\x29\x8a\x4a\x05\x20\xbb\xd5\x0a\x02\xc9\xb5\x53\x8f\x0a\xad\xac\xbd\x4f\xf2\xec\xa6\x7f\x18\xda\x9a\xd5\xe8\x82\xa2\x8e\x5d\x91\xed\x71\xb8\x5f\x56\x45\x87\xa2\xc9\x6c\xb2\x0a\x9b\x0e\x9a\xe2\xe4\x88\xc5\x2a\x94\xb6\x14\x34\x14\x0d\xb1\xc7\x42\x67\x2d\xa7\xa2\x69\x82\x12\x10\x2c\xe5\xbb\x68\x14\xa6\x36\x6c\xfb\x61\x9a\x0d\x65\xe5\xa5\xc4\x4a\x99\x33\x31\xa1\x16\x58\xe8\x45\xab\x58\x83\xa1\xdf\x32\xa8\x56\x16\x19\x3f\x33\xcd\x88\x5a\x59\x34\xae\x81\xd7\x76\x43\xbe\x50\x34\x09\x3a\x9e\x91\x42\xab\x89\xb7\xbd\xdc\xdf\x0d\x0c\x4b\x19\xb9\x89\x3b\x34\xc3\x2d\x45\xcb\xf8\x0d\x85\x32\x64\xec\xb7\x3b\xd9\xd8\xa1\xae\xaa\x90\xec\x91\xbb\x2d\x0b\x00\xc3\x68\x36\x1a\xce\xb7\x4b\x39\x8e\x2d\x11\xd1\x42\x19\x79\xa2\x00\x24\x45\x55\x04\xbb\xcc\x2e\xbb\x12\x10\x0f\xb3\x73\xdf\x96\x51\xae\xb5\x97\x87\xb6\xdf\xfe\x68\x47\x4d\x89\xb9\x84\x3b\xf9\xab\x32\xf5\xab\x09\xd4\xea\xe9\xbd\x1c\xe7\xb7\x9d\x9c\x26\xfd\xc2\x67\x2b\x41\x0a\x8a\x59\xce\x6a\x13\x21\x7f\xf2\x63\x3b\x59\x51\xc3\x44\x5a\xaf\x57\xe3\xb2\x05\xf2\xa1\xde\xef\x65\xbb\xed\x03\xcd\xb7\x8c\x63\xda\x95\x59\xc0\xc2\xe7\x5c\xb1\x75\xaf\x8c\x91\x05\xaa\x1e\xfa\x46\x8e\x4f\x3f\xc9\x07\x42\xbf\xd6\x03\x24\x0e\x39\x9e\x6f\x3b\xbb\xb5\x55\x62\xca\x9b\x96\x70\x2c\x5f\xaa\xcd\xdb\x6f\x41\x6d\x7e\xae\xd2\x4f\x5c\xbc\x88\xea\x54\x35\x45\x14\x3f\xeb\x83\xc5\x80\xdf\xf6\x37\x85\xf5\x45\x29\xea\xa3\xc4\xcd\x1a\xcb\x64\xf2\x89\x46\x7b\x29\x24\x9f\x37\xee\x46\xdf\xcd\x95\xd1\xa5\x78\x4a\x66\x29\xf4\x84\xb7\x6b\xbb\x66\x00\x02\x90\xf4\x60\x70\xef\x5f\x28\x5b\x02\x81\x7e\xc3\x49\x3d\xc8\x7c\x7d\x65\x12\x9d\xf4\x8d\xb0\x06\x98\xd1\x2b\xdb\xde\x4d\xf0\x65\x92\x5a\x9e\xb8\xb6\x6a\xbb\xf9\xc9\xf8\xc1\xe8\x72\x49\xe6\x89\xae\x9d\xb6\x5b\xa6\x58\xaf\x6d\x52\xe3\x83\x21\x5b\x70\xdc\xd1\x50\xa6\xa6\x44\xe0\x87\x9e\xd3\xd8\x95\xa9\x51\x05\xef\x1e\x87\x00\x95\x06\xdd\x8d\x2a\x6c\x5d\x79\x2d\xe6\x6e\x54\x9e\x7c\xb3\x4c\xeb\xaf\xea\x73\x6f\xf5\x9c\x66\x5a\x69\x93\xe1\x2b\xad\x2e\xad\x97\xb6\xcc\x70\x01\xb6\x99\x44\x0f\x6a\x9a\x69\x17\x92\xc4\x46\xc7\xfd\x84\x04\xd9\x0e\x6c\xdc\x14\xf8\xa3\xb2\x89\x38\x65\x2e\xac\xbf\xb7\x7b\xba\xd1\x9f\xbc\x5d\xe4\x4a\x24\xde\xc7\xd0\x51\xb2\x53\x08\xde\xf8\x44\x5a\x41\x50\xb3\x5a\xbf\x1f\x1a\xd5\xb5\xfd\xd6\x39\x49\xcb\x02\xcb\xcc\xda\x24\xeb\xe3\x2a\x38\x50\x16\x89\xab\x30\x63\x3d\xf9\xa5\xd6\xc7\x7d\x9c\x0e\x5d\xa0\x08\x42\x7f\x42\x26\x8f\xb2\x28\x8e\x07\x95\x9f\x4b\xb5\x3e\xf5\xb6\x1b\x2a\xd9\xfd\x24\x1f\x8c\xc7\x83\xcf\xc6\x98\x34\x31\x74\xdd\x27\x35\x1d\x3a\x22\x9a\x2c\x25\x52\x76\x8f\x07\xea\x38\xad\x26\xfd\x5d\xf6\xcd\x05\xfd\x14\xf4\x93\xb9\x2a\x4a\xad\x11\x69\xc3\xe5\xa2\x9f\x1e\xdd\x70\x92\xa9\xcd\xb7\xe5\x46\x4b\x59\x19\x37\xdf\xfd\xed\xec\xde\x02\x46\x14\x8d\xed\xfd\xb5\x9d\xee\xab\x9a\xcc\x0f\xbd\xfa\xba\xc0\xd2\x12\x8e\xf4\xa5\x77\x6a\x2b\x6b\xc3\x59\x8e\x64\x4b\xa1\xca\x15\x48\xb1\x4e\xc8\x6f\x8a\x63\x95\x2d\x93\xf6\x20\xc7\xbf\x3c\x6c\x7f\xb0\x93\xe8\xd9\xf9\xef\xaf\xfb\xb3\xd5\xac\x27\x80\xd5\x7a\xd5\xa0\xeb\x73\x75\xbe\xd6\xe0\xd0\xab\x66\x6c\x1f\xd4\x6a\xed\xfe\xed\x86\xed\x40\x52\xa9\x9f\x77\x32\xee\x8f\xd5\x7a\xa5\xf4\x00\x6a\xe4\xac\xee\xc9\x8a\xa4\x66\x53\xfb\x05\x93\x97\xa6\x59\x8e\xab\xf5\x2a\xf7\x3f\x8c\x7c\x7e\x54\xdd\x83\xe2\x4d\x62\x71\xd4\x06\x59\x34\x87\x7e\xb5\xa6\x7f\x3b\x05\x73\x28\xd3\x0b\x34\xfd\x8f\x25\xb6\x57\xe7\x7f\x7e\xff\xb1\x3f\x5b\xfd\x2f\xe8\x0e\xaa\x9f\x0f\xed\x2b\x3d\x0d\xd3\x9c\x7a\xdf\x74\xfa\x96\xcb\x97\xe9\xcb\x38\x59\x9d\x7f\xaf\xfb\xe4\x69\xfb\xc3\x38\x9f\x9d\x7f\xff\xdf\x5d\xcf\x98\xb5\x45\x8e\x7f\xe9\xd7\xc3\xf7\x8b\x35\xe6\xac\x3f\x74\xdd\x0f\x3f\xfc\x70\xd6\xff\x40\xff\x3d\x6d\xff\xf8\xc3\x35\x7a\xda\xfe\x4f\xf3\xff\x77\x4f\xdb\x97\x66\xca\x37\xf9\xd4\xe7\xac\x51\x6f\xdb\xf4\x2f\xf5\x6d\x5d\xca\x49\xfd\x3c\x76\xe7\x7f\xfc\xe1\x4e\x3e\xfc\xd7\x4f\x3e\xd8\x36\xc3\x4b\xfd\xe0\xfe\xe4\xab\xdd\x3c\xef\xa7\xef\x5e\xbd\x9a\xf6\xc3\x7e\xaf\x5e\x54\x2f\xe5\x6f\x87\x51\xa9\x66\xab\x5e\xf6\x6a\x7e\x05\x6d\xa7\xa6\x57\xb4\x04\xd5\x4d\xff\x62\x3f\x0e\xcd\xff\x15\x91\x88\xa3\x34\x2a\x5e\x46\x51\xfc\x4a\x4e\x93\x9a\xa7\x57\xd8\x97\xaf\x56\xe7\xeb\xff\xfd\xcb\xfd\xfa\xaf\xf7\x6b\xb5\x5d\xcf\xdb\x75\xbf\x5d\x0f\xdb\xf5\xb8\x5d\xb7\xdb\xb5\xdc\xae\xa7\xed\xba\xdb\xae\x0f\xdb\x75\xbd\x5d\x37\xdb\xf5\x7e\xbb\x86\xed\x7a\xb7\x5d\xdf\x6f\xd7\xdb\xed\xff\x79\x09\xc3\x78\x2d\xeb\xdd\xd9\x99\xeb\xf5\xfe\xfc\xf7\x11\x2b\x43\xff\xc5\xbc\x81\x3f\xcf\xcf\xd7\x0f\xdb\xb3\xf3\x3f\xcf\xce\xd7\xff\x3a\xfb\x7d\xf5\xdd\x16\xbf\xf1\xb3\x6a\x68\x9e\xd6\xbb\xf9\xbe\x5b\xff\xc7\x38\x0c\xf3\xf9\xea\xbb\xdf\xef\xe5\xb8\x6d\xfb\xef\xa2\xf5\x9e\x42\x42\xa2\xf5\x8e\xd6\xe8\x38\x8a\x1e\x76\xab\x3f\xff\x3c\x5f\xab\x97\x23\xfa\x65\xcf\xce\xa2\xf5\x8f\xcd\xcb\xff\x9c\xbe\x9c\x9f\xfd\x8f\xfb\xf5\xef\x7f\x9e\xaf\x1b\x72\xdc\xbc\xdc\xaa\xf9\xba\xc3\x9d\xc5\xcb\xa7\x9b\xe6\x6c\xa5\x2f\xb0\x3a\xd7\xb7\xf0\xe7\xd9\xf9\xf7\xff\xed\xd5\xab\xff\xf8\xcb\x84\x84\x61\xef\x25\xaa\xdb\x3f\x7f\x7a\xf7\xc3\xbd\x6c\xfb\x97\x8d\x90\x89\x4a\x55\xf9\xf2\x3f\xa7\x97\xf7\x72\xff\xff\x02\x00\x00\xff\xff\xb3\x05\xa6\x64\x77\xee\x0a\x00") +var _v2BuildStaticJs2Fc3140a1ChunkJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\xbd\xff\x77\xdb\x36\xf2\x28\xfa\xfb\xfb\x2b\x64\x9e\xbd\x2c\xb1\x86\x59\xc9\x76\x12\x87\x2a\xeb\x4f\xea\xb8\x6d\xb6\x49\x93\x8d\xd3\x76\x77\x55\x5d\x1f\x88\x84\x24\xd6\x14\xa0\x82\xa0\xbf\x44\xe2\xfb\xdb\xdf\xc1\x00\x20\x41\x8a\xfe\xd2\x76\xef\x3d\xe7\xf5\x34\x16\x01\x0c\x80\xc1\x60\x30\x00\x06\x83\xc1\x97\x7f\xdf\x1b\x7c\xcb\xc5\x20\xcf\x12\xca\x0a\x3a\xc8\xd8\x9c\x8b\x15\x91\x19\x67\x83\x75\x4e\x49\x41\x07\x05\xa5\x83\xc3\x70\x9e\x1c\x8d\x8e\x87\x64\x14\x26\xcb\x92\x5d\x85\xbf\x15\xe1\xdb\x37\x67\xe7\x3f\x5e\x9c\x87\xf2\x56\x0e\xfe\xfe\xe5\xff\x13\xc8\x65\x56\x4c\xbc\x1b\x3a\x5b\x93\xe4\xea\x1f\x05\x67\x6b\x22\xf8\x81\x58\x7b\xd3\xf8\xfe\xa4\xed\x76\x32\x45\xe1\xba\x2c\x96\xc1\x64\x72\x38\xc5\x93\x79\xc9\x12\x55\x7b\x40\xb1\xc4\x0c\x6d\xbc\x52\xa1\x20\x45\x96\x48\x6f\x4c\x43\x7a\xbb\xe6\x42\x16\x31\x0b\x46\xc7\x43\x54\xe1\x07\xc1\x59\x98\x06\x12\x7b\x89\x87\x83\x1a\x0e\x6d\x04\x95\xa5\x60\x03\x51\x21\x84\x0d\x04\xe9\x85\xc8\x1c\x88\xb4\x17\x82\x38\x10\xb3\x5e\x88\xc2\x81\xa0\xbd\x10\x79\x85\xd0\xf8\x9a\x88\x01\x8f\xdd\xc6\xd4\xe9\x3c\x7e\x3f\xfb\x8d\x26\x32\x2c\xa8\xfc\x20\xb8\xe4\xf2\x6e\x4d\xdf\xcf\xb7\xdb\xcd\xe5\xe5\x5a\x85\x2f\x2f\xa3\xc9\xb4\xca\x58\x21\x09\x4b\x28\x9f\x0f\x5e\x09\x41\xee\x7c\xbf\x5d\x1a\x0d\x6b\xf0\x58\x56\xdb\x6d\x3b\x75\xce\x45\xa0\x70\x60\x83\x8c\x0d\x24\x32\x35\xae\x6d\x75\xe1\x92\x14\xef\x6f\xd8\x07\xc1\xd7\x54\xc8\xbb\x30\x21\x79\x1e\x28\x7a\xfb\x7e\x40\x27\x6c\x1a\xcb\x09\x9b\xa2\x0a\x73\x28\xad\x1a\xdb\xc2\x07\x42\x17\x9f\xcd\x03\xcf\xc6\x79\x7b\x71\xac\xca\xe4\xf3\x81\xf4\x7d\x56\xe6\xb9\x8a\x40\x72\x29\xf8\xcd\x80\xd1\x9b\xc1\xa7\xbb\x35\x3d\x17\x82\x8b\xc0\x3b\xcb\x49\x51\x0c\xe8\xad\xa4\x2c\x2d\x06\xd7\x24\x2f\xe9\xc0\xdb\xbf\x90\x22\x63\x8b\x40\xa2\x7d\x6f\x90\x15\x03\xc6\xe5\x80\x0c\x12\xce\x0a\x29\xca\x44\x72\x31\xe0\x62\xa0\xca\xf5\x50\x83\x88\x22\xb8\xe2\xc2\xd0\x81\x8b\x69\xa5\x11\xc6\xb4\x69\x6a\xac\x72\xc6\x71\x2c\x4f\x0d\x11\x12\x41\x89\xa4\x81\x44\x51\xc0\x1c\x30\x87\x3a\x58\x61\xcd\x50\xa5\x08\x98\xc5\x3d\x7c\x64\x7b\x90\x14\x45\xb6\x60\x2e\xed\x1b\xca\x4b\xcc\xe2\x11\xe6\x31\x11\x8b\x72\x45\x99\x2c\xc2\x9c\xb2\x85\x5c\x8e\xd9\x57\x7c\xcc\xf6\xf7\x91\x05\x14\xd0\x45\x0d\x9c\xa2\xfc\x13\xfb\x4b\xe8\xfe\x12\xaa\xbf\xc4\x14\x8d\x0d\x7e\xb4\xc2\x59\x48\xd6\xeb\xfc\x0e\xc6\x30\xae\x8b\x76\x7b\x92\xe8\x9e\x04\x26\x89\x37\xd5\xd8\xa2\xc3\x15\x3a\xf4\x69\x18\x50\xcc\x91\xef\xcb\x30\x63\x29\xbd\x7d\x3f\x0f\x38\xfa\x6a\xe8\xfb\x01\x9b\xf0\x69\x4c\x27\x7c\x8a\xc6\xd9\x3c\xd0\x1c\x41\x7d\xbf\xe1\x98\xb8\xe6\x18\x53\xcd\x82\x4a\xa7\xf0\x8b\xbb\xd5\x8c\xe7\x85\x46\x4e\xc4\x43\xc0\xad\x1e\x36\xbd\xb0\x01\x45\x63\xf1\x15\xb7\x34\x16\xfb\xfb\xc8\x41\x4b\x11\x47\x61\xb6\xd3\xa8\xb5\x29\xe5\x4d\x71\xce\xca\x15\x15\x64\x96\xd3\xba\x69\x2a\x97\x6e\xcd\x44\x4c\xa1\x41\xea\x17\x55\x86\xca\xac\xaa\x69\x59\x68\x69\x85\xb9\x41\x19\x67\x3b\xdd\x8e\x49\x9c\x7d\x75\x74\x2a\x23\xc3\x8e\xfc\xf4\x9e\x06\xbd\xa6\x45\x22\xb2\xb5\xe4\x02\x06\x64\xc4\x15\x0d\x3d\x0e\xa0\x0e\xe1\x3e\xd2\x79\x4e\x13\xd9\x4f\x55\x93\x18\xa6\x34\xe1\x82\x48\x8a\x48\xdc\x8d\xaa\x31\x1e\xd3\xbc\xa0\x03\xdb\xfb\x45\x4c\x0d\xc2\x07\xa3\x71\xf1\x75\x3c\x1c\x17\x07\x07\x28\x10\x31\x9d\x14\x40\x0d\x12\x07\xaa\x1d\x22\x20\x28\xca\xbe\x56\x1f\xaa\x18\x82\x22\x8d\x2e\xda\x6e\x49\xcd\x87\xd9\xd7\x47\xbe\x4f\x6a\xb2\xa7\x74\x9e\x31\x6a\xdb\x69\xf2\x61\x52\xb5\xc6\x65\xc3\xa0\xb9\x9d\x02\x14\x0f\x6d\xb7\x87\x71\xbc\x43\xd4\x7a\x0c\x71\x2c\xe2\x21\xce\x62\x59\x33\xc0\x57\x19\x30\xc1\x1e\xf7\x7d\x3d\xc0\xb6\xdb\x80\xab\x7f\x31\x48\x53\x87\x07\x0a\x35\x55\xda\x11\x35\xc4\x02\x21\xe8\xfa\xce\x90\x52\x72\x26\x21\x52\x95\xf1\x50\x01\x08\xb5\x9b\xf3\xc8\x84\xd6\x9a\xff\x9e\x8f\x50\x85\x9f\x34\x01\xf6\x4f\x6f\xff\x7c\x74\xf2\xfa\xd9\x81\xe8\x9f\x44\x7f\x7a\x74\x8a\xfc\x5b\x48\x1e\x9d\x02\xff\xd5\x82\x99\xdf\x03\x33\x73\x60\xb2\x7b\x60\x12\x07\xa6\xec\x85\x59\x53\x07\x44\xf6\x82\x2c\x5d\x90\xbb\x5e\x90\x95\x0b\x72\xd6\x0b\xb2\x70\x41\xae\x7b\x41\x2e\x5d\x90\x6f\x7a\x41\x3e\xb9\x20\x8b\x5e\x90\x7f\x38\x10\xcb\x5e\x08\xea\x16\xb2\xea\x05\x91\x2e\x48\xde\x0b\xc2\x5c\x10\xde\x0b\xc2\x5d\x90\x75\xff\xb2\xcb\x05\xb9\xea\x5f\x77\xb9\x20\xbf\xf5\x2f\xbc\x5c\x10\xd6\xbf\xf2\x72\x41\x5e\xf5\x2f\xbd\x5c\x90\x9b\x5e\x90\xc4\x05\xf9\xae\x17\xe4\x37\x17\xe4\x73\x2f\xc8\x47\x17\xe4\xf7\x5e\x90\xd2\x05\xb9\xed\x05\xf9\xec\x82\xbc\xe9\x05\xf9\xc6\x05\xf9\xbe\x17\xe4\x7b\x17\x44\xf4\x82\x7c\x47\x5b\x03\xb2\xe8\x05\xfa\xa1\x0d\xf4\xba\xbf\xb7\x5b\x30\xe7\xbd\x30\xbf\xd3\xd6\xd0\xfe\xb6\x9f\xb3\x00\xc6\xac\x93\x59\x70\xf2\x42\x7f\x8b\x98\x05\x87\xa3\x23\x84\xb3\xd8\x4b\xca\x59\x96\x1c\xcc\xe8\xe7\x8c\x8a\x20\x1c\xe1\xf0\x25\x0e\x0f\xf1\x08\x79\x98\xf4\x24\x1e\x3e\xc3\xe1\x8b\x67\x38\x7c\x89\x3c\x5c\xc4\xde\x30\x1c\x3d\x7f\x51\x78\x38\x57\x9f\x87\xf0\x99\xa8\xcf\x23\xf8\x2c\xd5\xe7\x31\x7c\xa6\x66\x1a\x0e\x44\x48\x50\xb0\x99\x0b\xbe\x8a\x36\x7c\x4d\x92\x4c\xde\x45\xc3\x0a\x4b\xde\x04\x47\x55\x85\xf0\xfa\xa1\x0c\xa3\x76\x86\x21\xbe\xce\x8a\x6c\x96\xe5\x2a\xe0\x2d\xb3\x34\xa5\xcc\x53\x85\xcc\xe3\x1f\x82\x83\xd1\x10\xe1\xa5\xfa\x38\x1c\x22\xbc\x52\x1f\xc7\x43\x84\x17\xfa\x63\x88\xf0\x75\xfc\x43\xa0\x60\x66\xf1\x0f\x81\x02\xb9\x8b\x7f\x08\x14\xc4\x25\xfc\x0e\x11\x3e\x8b\x7f\x07\x80\x9b\xf8\x77\x00\xb8\x8a\x7f\xd7\xa5\x5e\xa8\x0f\x15\x73\x1b\xff\x07\x20\xde\xc7\xff\x01\x88\xf3\xf8\x3f\x50\xc4\x1b\xf8\x1d\x22\xfc\x3a\xfe\x8f\xce\xf2\x49\x7d\x28\x90\xdf\xd4\x87\x82\xf9\xa8\x3f\x86\x08\x7f\x88\xff\xad\x81\xde\xa9\x0f\x05\xf4\x63\xfc\x6f\x28\xf7\x6d\xfc\x6f\x28\xf7\xdb\x3e\xa2\x48\x41\x58\xa1\xb6\x9f\x91\x57\x24\x24\xa7\x47\x69\x10\xbe\x3c\xc1\xea\xdf\x08\x79\x9a\x52\x3d\x30\x23\x3c\x82\xf4\x0a\xe1\x57\x4f\x2c\xd6\x66\xb9\xaf\x48\xb7\xda\x0a\xe1\x6f\x9e\x5a\x6c\x38\x3c\xc2\xfa\xcf\xd3\xf0\xfd\xfe\xbf\x84\x6f\xbb\xe2\x0a\xe1\xcf\x8f\x14\x2c\xb8\x24\x92\xfe\x27\x18\xa6\x74\xd1\x53\xae\x4d\x7e\x69\xd2\x2b\x84\x7f\xf9\xef\x94\x78\xe0\x14\xf9\x53\xbc\xa1\xa4\xa0\xdf\x9a\xc1\x3e\x8a\x32\xec\x86\x0f\x23\x82\xd3\x52\x80\x2e\xe2\x67\xb5\xf5\x1b\x45\x45\x3b\xe2\x30\xca\xdb\x11\x47\x51\xd2\x8e\x38\x8e\xca\x0a\xff\x1c\x6f\x8a\x3c\x4b\xe9\xc7\x6c\xb1\x94\x6f\xd8\x68\x18\x7d\x17\xa4\xfb\x1e\xf6\xf6\xe7\x38\xc1\x19\xc2\x6e\xea\x61\x93\xba\xdc\x4d\x3d\x6e\x52\x57\x7d\xa9\x4d\xf2\xc2\x49\x7e\x4b\xe7\xed\x7a\xaf\x77\x12\x9d\x6a\x67\x3b\x89\x4e\xad\x77\x3d\x89\x4d\xea\xa5\x93\xfa\xd3\xba\x55\xe5\x59\x27\xc9\xa9\xf0\xc6\x49\x7a\xcd\x6f\x58\x2b\xdf\xd5\x4e\xa2\x93\xf3\xa2\x4b\x83\xf7\xa5\x84\xbc\x6b\x48\xbe\xed\x49\x3e\x6c\x92\xdf\xf7\x24\x1f\x37\xc9\xe7\xbd\xc9\x4d\xfa\x9b\x0e\x29\xda\x75\xbf\xde\x4d\x75\xaa\xfe\xb4\x9b\xea\xd4\xfc\x5b\x5f\x6a\x93\xfc\xb1\x45\xca\x76\xb5\x1f\xba\x69\x4e\xa5\xef\x3a\xa4\x6c\xe7\xfc\x71\x37\xd5\xc9\xfb\xd6\xa4\xaa\x01\xaf\x7b\xb6\xe9\x85\x6f\x9d\x34\xdb\x7f\x4d\xea\x37\xad\x9c\x50\xe7\x51\x5d\xec\xf7\xb8\x50\x9b\xaa\x3a\xeb\xfb\x52\xbe\x3c\xa9\x53\x5f\xe9\xd4\x39\x49\x69\x5d\xa6\x1b\x75\x68\xa2\xf2\x26\xca\x70\x23\x4e\x9a\xa8\x67\x26\xaa\xb4\x51\x80\x03\x34\xad\x29\x0c\x5a\xab\xe3\x72\x27\xce\x90\xbd\x29\xee\x7d\x29\x9f\x99\x38\x28\x4f\xcb\x15\x10\x2a\xd1\x77\xc1\x67\xac\x26\xf2\xc2\x6b\x52\x7e\xb4\x49\xbf\x34\x49\x8e\x56\xe3\x3b\xbb\x6d\xd2\xcb\x8c\x0d\x61\x99\x56\x7e\xfe\x48\x56\x34\xa2\xb8\x0e\xbf\x36\x52\x25\x92\x4d\xdc\xa7\x6c\x95\xb1\x85\x15\x57\x11\x6b\x52\xbe\xcd\xf2\xfc\x1d\x4f\x69\xe4\xcd\xb8\x5c\x7a\x55\xb3\xf5\xff\x21\xa0\xf5\x9a\xe6\x61\x81\x0a\x9f\x39\x91\x4a\xbe\x7b\xfb\x74\xdf\x5b\xdf\xe2\x21\x1e\x22\x0f\xaf\x79\xc6\x24\x15\xe7\xd7\x6a\x6b\x1b\x79\x8c\x33\xba\x2b\x70\xdd\xec\xc3\xfe\x8c\xa4\x94\x5c\x09\xe2\x06\xbb\xdf\xff\x14\x76\x43\x5c\xe3\xf7\x7f\x14\xbb\xff\xfc\x49\xec\xa0\xf8\x07\x51\x68\xd1\xb7\x55\xe7\xbf\xff\x8f\xd5\xd9\xa2\x9a\xaa\x53\xad\x67\xff\x19\xbb\xba\x41\xd0\x0b\xc6\x9b\x0a\xb3\x26\x9a\x19\x9d\xd1\xb8\xab\x62\x0b\x18\x7a\x48\x75\xb2\x59\x50\x19\xed\xae\xab\xaf\x79\x96\x0e\x86\x71\x1c\x0b\xdf\x0f\x84\x9d\xe3\x79\x38\x43\xa0\xd8\x45\xa1\xe4\x46\xdd\x8a\x10\x16\x15\xa6\xb5\xde\x2b\xda\x1b\xe2\x84\xb3\x79\xb6\x28\x6d\xb8\x42\x8d\x5e\x50\x68\xbd\x20\x0b\x44\xad\x14\x91\x55\xf0\x33\xc2\x7f\x83\x25\xfb\x31\xc2\xff\x8a\x59\xf0\x0c\xe1\x7f\xc4\xde\xff\xac\x68\x9a\x91\x41\x91\x08\x4a\xd9\x80\xb0\x74\x10\x1c\xac\x8a\x83\x65\xb6\x58\x1e\x24\x9c\x49\x41\x0a\x19\x0d\x48\x22\xb3\x6b\x8a\xf0\x20\x98\x73\x91\xd0\xf4\x20\xe1\x39\x17\x45\x9d\xe0\x61\x4a\x9f\x5a\xd6\x2c\x27\xc9\xd5\x01\x67\x07\x37\xcb\x4c\xf6\x95\xd9\x01\xf0\xb0\xa4\xf1\xf1\xc9\x10\x33\x1a\x3f\x3f\x1e\x62\x4e\xe3\xd1\xf0\xf0\x18\x0b\x1a\x8f\x8e\x9e\x3f\xc7\x19\x8d\x25\x3d\x18\x61\x42\x63\xa6\x7e\x0b\x1a\xbf\x78\x7e\xe2\x28\xa7\xa8\xab\xd3\xb7\x48\x72\x96\xdf\x19\x4c\xbd\xfd\xc0\x63\xe5\x6a\x46\x85\xa3\x97\xa3\xa7\x9e\x6e\xc1\x2a\x63\x07\x37\x59\x2a\x97\xd1\xc0\x30\x0d\xf2\x22\xcf\x43\x7d\x99\x64\x9d\x89\xdc\x36\x99\x64\x93\xa9\x61\xee\x84\xd6\x8c\xb0\xd1\xed\x3f\x53\xcd\x7f\x95\xfe\x56\x16\xd2\x0c\x5d\xfc\xae\xf8\x3e\x5b\x2c\xcf\x0c\xe9\x5a\x69\x15\xf0\x6c\x49\x71\x4a\x63\x16\xbc\x78\xee\xe8\xdb\xd7\xb5\xc6\x10\x0b\x9c\x61\x52\x33\xdc\x5c\x25\x58\xac\x5b\x47\x01\xf2\x54\x46\x9b\x8c\x15\x54\x46\x12\xaf\x79\x91\x19\xa9\xba\x74\xaa\xbf\x90\x77\x39\x8d\x38\x9e\x71\x91\x52\x01\xd8\x46\x02\xf3\x52\xe6\x19\xa3\x3a\x98\xe1\xac\xf8\x96\x27\x65\x41\xd3\xf7\x2c\xbf\x8b\x88\x3b\x9c\xe7\xd4\x51\x63\x63\x3e\xae\xd9\x5f\xfa\x7e\xa0\x86\x9a\xdd\x56\xca\x10\x30\xc1\x59\xdc\x8c\x90\xd3\x61\x24\x30\x89\x65\x08\x54\xc5\x45\x93\x44\x4e\x47\x11\xc1\x79\x2c\x43\x8b\x37\x4e\x9a\xd4\xfc\xd4\x13\x34\x27\x8a\x49\xbd\x28\xc7\x65\x2c\xc3\x9d\x36\xe1\x34\x96\xa1\xd3\x2a\xbc\x6e\xf2\xa7\xa7\x34\x5c\x93\x9c\x4a\x49\x43\x60\xc7\x28\xc5\xf3\x58\x86\x6e\xb3\xf1\xb2\x81\x9f\x3b\xf0\x8c\x96\x52\x90\xfc\x82\x26\x9c\xa5\x44\xdc\x45\x73\xbc\x52\x8d\x73\x49\x84\x17\x4d\xde\xd5\x76\xbb\x32\xe3\x75\x63\xca\x37\x62\x6b\x4d\x04\x65\xd2\x6b\x7a\x26\xc1\x05\xcd\x69\x22\xd5\x78\x09\x58\xbc\xf1\xa2\xe8\x60\xc5\x3f\x1f\xcc\x55\xc9\x07\x19\x63\x54\x78\xd1\x46\xb7\x29\xf2\x86\x5e\x55\x61\x36\xf1\x42\x6f\x3f\xa5\x21\xd9\xf7\x06\xbe\xb7\x1f\x2c\x4e\xbd\x08\xe0\x35\x3b\x7b\x11\x99\x4b\x2a\xbc\x69\xbc\x51\x63\x95\x32\x19\x7d\xe1\x79\x5f\x34\x75\x7a\x64\x56\xf0\xbc\x94\xd4\xc3\x39\x9d\xcb\x28\xdb\x1f\x61\xc9\xd7\xf0\x3b\xe3\x52\xf2\x15\x7c\x0a\xb5\x5c\x34\x91\x50\x7d\xa1\xd8\x7f\x50\xf0\x3c\x4b\x07\xde\xfe\xda\x72\x4c\x27\x7e\x89\x3f\xbf\x61\x29\xbd\x8d\x4a\x1a\x02\x7d\x74\xd7\x38\xcd\xe4\x4a\x1a\xf3\xc9\x3f\xa6\x71\x89\x39\xaa\x30\x43\xce\xdc\xbe\x74\x86\x53\x93\x67\xe3\xf9\x0f\x11\x66\x58\x61\xcf\xf7\xa2\x7e\x62\x57\x55\x55\xed\xb9\x33\x02\x0d\x7f\x24\xd7\xf1\x08\xd3\xf0\x22\x11\x3c\xcf\x95\xe0\xfd\x40\x18\x85\xa8\x06\x65\x08\x9e\x71\x92\x2c\x57\x44\x5c\xc5\x23\x7a\x84\x69\xf8\x96\xdc\x51\x11\x8f\xe8\x73\x4c\xc3\x1f\xe8\x9d\xcc\xd6\x26\x66\xa8\xfe\x1b\x55\x41\x49\xb7\xdb\xa0\xa4\x6a\x14\xe8\x61\xb0\xa2\x71\x5b\xbd\xec\x9c\x58\x60\xd2\x0c\x1e\xe6\xfb\x01\x8b\x3d\xdd\x22\x0f\xe1\x3a\x81\xfb\x7e\xc0\xe3\x83\x91\x2e\xae\xb0\x20\xdf\x40\x4f\x29\x99\xc5\x2c\xaf\xb9\x03\xda\xa5\xf8\xc6\xb2\x44\x14\x88\x78\xd3\xb7\xb6\xc0\x96\x53\xbc\x2f\xbe\xf0\xee\xe7\x94\xe2\x74\x18\x71\xe0\x15\x6e\x39\x85\x1b\x3e\x81\xa4\x0a\x8b\x09\x9b\xc6\xde\xa1\xc3\x0f\x14\x0b\x33\x26\x3f\x92\x34\x2b\x8b\x58\x62\xa1\x07\x7f\x4f\x4b\x4e\xbd\xd1\x70\xf8\xbf\xbc\x48\x37\x1e\x8b\xb0\x6e\x44\x1c\x64\x8a\x6d\x32\xc5\x36\x01\x51\x9f\x64\x62\x89\xa5\x73\x3a\xad\xf7\xa2\x56\xd1\x3a\x6e\x1a\x7b\x4a\x08\xe7\x0a\x5d\x58\xdc\x66\x08\x0b\x54\x55\x15\x5e\x50\x45\x95\xdd\x36\x6b\xc1\x3f\xc2\x4b\x0a\x4d\x1c\xe1\x15\x11\x8b\x8c\x45\x07\x23\xbc\x26\x69\x9a\xb1\x45\x34\xb4\x83\x63\x88\xf9\x35\x15\xf3\x9c\xdf\xd4\x3a\x27\x0c\x72\xe6\x62\x4d\x12\xaa\xc8\x7c\x23\xc8\xda\xab\xf0\xb5\x12\xf3\x87\xcf\x10\x9e\xc1\xc7\x0b\x84\xef\xa8\x5d\x32\xcc\xa8\x5a\x33\x04\xed\x63\x65\x7d\x5a\x78\x4d\x43\x12\x2e\xa8\x7c\x63\x8e\xa8\x83\x66\x45\x60\x0f\x59\xaf\xe8\x5d\x11\x50\x14\x0a\x9a\x96\x09\x75\x8a\x91\x8a\xe5\x2c\xf4\x84\x4f\x63\xa6\x4a\x82\x73\x61\xb5\x44\x0f\xe0\xd8\x10\xcb\x0a\xe1\x4d\x85\x22\xaa\x38\xb7\x1e\x8f\x97\xb4\xbd\xba\x1f\xdc\xa9\x08\xdd\x3f\x7b\x8a\xee\x2c\x92\x61\x9a\x15\x6a\x10\x7d\x97\xf3\x19\xc9\xeb\x72\x0b\xbd\x1c\x3b\x53\xed\x1c\x21\x7c\x03\xbf\x43\x84\xaf\xd4\xc7\xd1\x08\xe1\x0b\x1d\x73\x8c\xf0\xad\xfa\x3a\x7e\x81\xf0\xfb\x9a\x16\xb7\x14\x96\x88\x15\xc2\xe7\x34\x9e\x4c\xf1\x1b\x1a\x7b\x72\x49\x57\xd4\x6b\x90\x7b\xad\x84\x85\xaa\xc3\x0c\x2c\x9b\xf7\x06\xf2\xa2\x71\x60\x0e\xfe\x02\x69\x4f\xa4\xf9\x76\xdb\x0c\xac\x53\xfd\x19\xf1\xf0\x5b\x32\x13\x59\x72\x06\x2b\x31\xe4\x80\x48\x0b\x22\xc3\x9c\x2e\x48\x72\xf7\x49\x61\x80\x4e\x7b\x7a\xa8\x3b\x0d\xee\x8d\xd0\xb8\xdb\x1a\x38\x27\x37\x31\x17\x10\x63\x02\x67\x7f\x24\xb0\xa9\xf0\xfb\x7a\x72\x52\x24\x0b\x0b\xba\x22\x4c\xaa\x06\xa8\x85\x17\x44\xd1\xf9\x9c\x26\xb2\x40\xb8\xf7\x9c\x5c\xaf\x87\x87\x35\xc5\x0c\xef\x84\x73\xce\x64\x81\xc6\xac\x39\xd5\x6d\x9d\x9a\xc7\x7c\xc2\xa6\x38\x8b\x0d\xe0\x44\x4c\x31\x89\x87\xb8\x68\x95\x92\xa1\x31\xf9\xaa\x3e\x79\x27\xfb\xfb\x9a\x40\x79\x5c\x4c\xc8\x14\x27\xb1\xd8\xcf\xc3\x64\x49\xc4\x2b\x19\x0c\xd5\xd2\xf8\xa7\xf5\x9a\x8a\x33\x52\xd0\x00\xed\xe7\xfa\x60\x4f\xb1\x4b\x19\x67\x93\x7c\x3a\xf6\x54\x4d\x17\xd9\x67\xaa\x46\x79\xee\xfb\xbb\x6b\xb5\xd2\xf7\x83\x72\x3f\xf6\xd6\xb7\x1e\xc2\x72\x92\x4c\xe3\xb2\x6a\x16\xcb\xef\x29\x42\x8a\xe5\x42\xa2\x4f\xe7\x2f\xa8\x94\x19\x5b\x14\x41\xa0\xa6\xdb\x0a\x85\xc0\x53\xf1\x7b\x8a\x19\x52\xac\x16\xce\xb9\x38\x27\xc9\xd2\x1d\x85\x68\x23\xc5\xdd\x86\xaa\xb2\xaa\x84\xc8\x64\x19\x48\xb4\xa9\x2a\x84\xaa\xa0\xcd\x3a\x2d\x26\x89\xae\xcc\x90\xad\xab\x9c\xbc\xa1\x53\x53\xe1\x76\x1b\xd4\xcc\xc9\xfe\x24\x73\x32\x0b\xc2\x74\x99\xc8\xf7\x83\x2e\xc7\x75\xf0\xd3\x70\xf7\xd0\x83\xb6\xe9\xa1\x08\xd7\xcc\xcb\x9f\xa8\xb3\x89\xab\x51\xa0\xbe\x1f\x50\xc5\xea\x78\xcf\x06\x77\x47\xb0\x2a\x09\xbf\xa7\x95\x1a\xad\x30\x87\xfd\x46\xe3\xcd\x8c\xdf\x5e\x2c\x49\xaa\xc4\xa5\x9e\x81\x8c\x6c\x1d\xb6\x44\xeb\xed\x45\xf6\x59\x7d\x1b\x71\x7e\x30\xe3\xb7\x9e\xa3\x79\xf8\xe8\x20\xd5\x5a\x2d\x44\xd1\x3a\x27\x09\x5d\xf2\x5c\xcd\x0f\x11\xc5\x5e\xa4\x36\x30\x19\x5b\x97\xf2\x60\x27\xe9\xde\xb4\x4a\x2f\xce\x3f\x68\x39\xf5\x1c\xe1\x77\xea\xeb\xd9\x33\x84\x7f\x04\xe1\x3d\x7a\x86\xf0\x5b\x1a\x7f\x30\x1d\x0d\xda\xd2\xc0\xcb\x12\xce\x0a\x0f\x6f\x2e\x2f\xf9\x5a\xa1\x59\x44\x1b\x23\x20\x7f\x21\x82\x29\x62\x47\x7b\x23\x7c\x43\x04\x7b\xcf\xde\x65\x45\x91\xb1\xc5\x1b\x95\x45\x6d\xfe\xf0\xe5\xa5\xa0\x2b\xb2\x5e\xd3\x34\x52\x2c\x86\xbf\xa5\x7d\xa2\xff\x5b\xea\xfb\xdf\xd2\x90\xb3\x8f\xb4\xa0\xd2\xfd\x0e\xdc\x73\x1f\x3b\x70\xa9\xda\x47\xbe\xa5\xe8\xed\xce\x7e\x57\x31\xcd\x5b\x3a\xa1\xd3\xb0\x28\x67\x50\x54\xe0\x06\xc3\xc4\x0a\x73\xb3\xba\x45\x76\x59\xf3\x8a\xb6\x76\xd9\xf5\x91\xbd\xe4\x6f\xf9\x8d\x1d\xcf\x4e\x57\x7d\xe3\x6e\x1a\xe2\x07\x85\x1b\x45\x78\x93\x15\x1f\xe9\x22\x2b\x24\x15\x34\x55\xd4\xaa\xf1\x30\x4b\x83\x0a\x61\x1e\xd3\x10\x48\x3d\xee\x58\xf5\xd8\x09\xf1\x9e\xe2\xdf\xd2\xb0\xee\x19\x84\x25\x8a\xdc\x08\xcc\x51\x36\x0f\x78\x97\x4c\x02\x69\xcc\xb3\x98\x6b\xa1\xf7\x8a\xaa\x3d\xf9\x5b\x3a\x21\xd3\xd3\x9f\xd5\x77\x04\xdf\x6a\xc9\x9d\xd2\x28\xc3\x9a\x7c\x11\xab\x9c\xa5\xed\xf7\x86\x04\x50\x9f\xed\xe5\xc9\x2b\xc5\xc3\x53\x55\xa0\x74\x86\xdb\x67\xda\xe8\x2e\xcc\x62\x88\xc5\x2e\xa2\xe3\x6c\x1e\xd0\x98\x9e\x42\xf6\xc8\xf3\x30\x8d\xdb\xe5\xd2\xe9\x76\x4b\x55\x63\x64\x0c\x3d\x6a\x2d\x7b\xa4\xe9\xda\xb1\xf0\x7d\x01\x72\xfc\x5b\x92\xa8\x81\x2b\x42\x97\xe8\xdb\xad\x25\xdc\x8f\x40\xb8\x06\x14\xe1\x36\x64\xbc\x37\x54\x51\x75\x0f\x6d\xb7\x81\x13\x6a\x69\x43\x44\x58\xc0\x66\x60\xa3\xcb\x5a\x65\xf9\x5d\xd4\x14\x1c\x36\xb1\x58\x7d\xfe\xa2\x97\x5d\x1d\x00\x1d\xbb\xdd\x7a\x8c\x8b\x15\xc9\x3d\x00\xd5\x5b\xda\x0e\x24\x44\x36\x80\x95\x92\x67\x34\x2f\xe8\x1e\x0b\x3b\xe3\xd1\xf7\x59\xb8\x3b\x1e\xad\x26\x28\x78\x07\x14\xf8\xe2\xd3\x92\x0e\x14\xc3\x0d\xbc\x2f\xf6\xe9\xfe\x17\xde\xe0\x86\x14\x03\xb5\xff\x1b\xcc\x4a\x09\x16\x74\xa2\x26\x4a\x38\xb8\xa0\x74\xb0\x94\x72\x5d\x44\x5f\x7e\xb9\xc8\xe4\xb2\x9c\x85\x09\x5f\x7d\xb9\xca\x12\xc1\x0b\x3e\x97\x5f\xce\xf3\x92\x32\x59\x66\x5f\xde\x64\x57\xd9\x97\x3f\xa9\x6a\x0f\x80\x9f\x07\x73\x2e\x06\x2b\x2e\x5a\x86\xa4\xe1\x17\x8e\x0a\x48\xf5\xe4\x2f\xb0\x2a\xfa\xc9\x0e\xcc\x66\xa4\xfd\xec\xb0\x4e\x8b\x63\x64\xb7\xd9\xdb\x6d\xf0\x0b\xd5\x76\xa3\xd4\xd9\x70\xfc\xa4\xb8\xe1\x27\x1a\x17\x54\x7e\xca\x56\x94\x97\x6d\xa1\xd2\x22\x8a\x77\xc1\x57\x9a\x2a\xc5\xe0\x86\x0a\x3a\x10\xf4\xc0\xa5\xc2\xab\xf5\x3a\xcf\x12\x68\x41\x31\x28\x96\xbc\xcc\x53\xad\xb1\x49\x48\x9e\xd7\xf4\x7a\x53\x37\x9b\xb0\xbb\xc1\x22\xbb\xa6\x4c\x53\x9a\xb3\x84\x86\x83\x8f\x14\x74\x71\x19\x5b\x0c\x6e\x96\x44\x0e\x88\x49\xcd\x8a\xc1\x8a\xdc\x0d\x96\xe4\x9a\x0e\x4a\xa6\x76\x35\x2c\xa5\x29\x58\x31\xd2\xdf\x4b\xca\x12\x5a\x84\x83\xd7\xa5\xc6\x80\x16\x83\x8c\x25\x79\x99\xd2\x68\xf0\x2b\xf3\xf6\x7f\x31\x46\x44\xc1\x10\x8f\x86\x28\xfc\x8d\x67\x2c\xf0\xf0\xc0\x43\xfb\x8a\x28\x7a\xf5\xf2\xf5\x68\x78\xea\x0d\x82\xfd\x81\xe7\x44\x1e\x8c\x86\x68\xdf\x83\x0e\xd2\xba\x20\xd4\xf4\x02\x86\x5e\xa9\x10\x3e\xa4\x47\x8a\xdd\x54\x2f\x7c\x07\x73\xc6\x73\x84\x7f\x80\x69\xe4\xc5\x10\xe1\xdf\xf5\xd7\x08\xe1\xff\x80\xd2\xe7\x10\x8d\x0d\x55\xff\xa3\xa9\xfa\x3f\x35\x73\xc0\x80\x39\x28\x65\x96\x67\x32\xa3\x85\x87\xbd\x93\xf0\x59\x78\xe2\x21\xac\xa6\xd3\x47\x4c\x9d\x8c\x99\x96\xda\x68\xe2\x62\xfc\xa0\xf9\x10\x7f\xd4\x08\xe9\x8f\xd9\xfa\xf6\x1b\x43\x91\x47\x8d\xa1\xc0\xd6\xb7\xbd\x5b\x7f\x25\xc8\x2c\x4b\x62\xef\x82\x2e\x38\x1d\xfc\xf4\x66\xf0\x0b\x9d\x0d\x02\x1d\x8b\x3c\xb5\x49\xbf\x13\x59\x9e\xef\x82\xd8\x78\x00\x3a\x27\x85\x3c\x2f\x95\x40\x27\xac\x0b\xa8\xd2\x06\x36\x11\xa0\xbf\x13\x94\x5e\x75\xc1\x20\x12\x92\xbf\xa7\x33\x41\x6f\xba\xe9\x3a\x16\x00\x3e\x2d\x49\x16\x7b\x6f\x29\xcd\xc9\x0d\x49\xa9\x85\x51\x49\x3f\x67\x54\x32\xb5\x3d\xa2\xdd\xfc\x4d\x0a\x94\xf1\x0b\xbd\x1f\x63\x95\xd6\xc6\xf8\x42\x55\x95\x01\xce\xf0\x61\xab\x7b\x25\x56\x94\x65\xbb\x25\xd8\x78\xdd\x5c\xca\xc5\xa2\x07\xc8\xc6\x23\xaf\x32\x96\x7c\x9b\xfb\xfb\xe7\x0b\x6f\x9f\x9b\xc0\xbe\xf7\x05\x74\xcc\x32\x63\xb4\xa0\x17\xd9\x6a\x9d\x67\xf3\x8c\xa6\xb1\xf7\xc5\x3b\x2b\x00\x07\xff\x26\x4b\x9a\x0d\x7e\x7a\xf3\x05\x1e\xfc\x4c\x45\x4a\x18\xc1\x83\x8b\x6c\x55\x94\xcc\xc9\xfb\x49\x90\x14\x36\xe6\x24\x6f\x65\xfe\xc7\x92\xb2\x45\x9d\xff\xc3\x2a\x63\x8b\x3c\x2b\xdb\xdc\x00\x08\xd9\xa0\x41\xa9\xcd\x06\x00\xe1\x46\x19\x28\xd3\xfd\x90\x0c\xdf\x26\xde\xf6\x3b\x24\xe8\x80\x4d\xc9\x58\x9a\xc5\xde\x17\x3f\x66\x6a\xb2\x21\x0a\x2d\x15\xfd\x0f\xb2\x26\x0c\xba\xfa\x8b\x7f\x97\x83\xef\xb8\x5c\x66\x89\x46\xf9\x8b\x77\x34\x13\x77\x5c\x07\xf4\xb7\x8a\xbc\x18\x7c\x58\x00\xd4\x17\x78\xf0\xbe\x20\x57\x44\x95\xf2\x03\x17\x1a\xdd\x77\x24\x5f\x94\xcc\x94\xf3\x05\x1e\x7c\x57\xe6\xd9\xaa\xd5\xfb\x80\x99\x09\x19\xd4\x34\x2f\x7e\xb1\xc3\x8c\x0a\x89\x1f\x56\x54\x58\x5c\x5d\xc6\x84\x62\x9a\x08\x53\x52\x9b\x23\x01\xc6\x8d\x32\x50\x0d\xc7\x19\x8e\xd0\x41\x4b\xda\x9a\xd5\x34\x75\x4d\x50\xa5\x56\x81\x50\x8b\x87\x3e\x1e\x2b\xb2\xcf\x74\x34\x8c\xbd\xd1\x70\x7d\xab\x4a\x81\xf0\x61\xec\x8d\x0e\x9d\xf0\x71\xec\x8d\x8e\x9d\xf0\xf3\xd8\x1b\x3d\x77\xc2\x27\xb1\x37\x3a\x69\xc2\x87\xc3\xd8\x3b\x74\xca\x3b\x3c\x8e\xbd\x43\x27\xff\xe1\x49\xec\x1d\x3a\xf0\x47\x87\xb1\x77\xe4\xd4\x77\x7c\x18\x7b\xc7\x4e\xf8\xf9\x49\xec\x3d\x37\xf0\xab\x8c\x65\x0d\xb6\xb7\x17\x2b\x92\xe7\x0e\xf6\x26\x78\xe8\x04\x3f\xe4\x65\xd1\x44\xad\x68\x9a\x95\xab\xa6\x3d\x3a\x6c\x60\x4c\x9b\xd4\x1c\xd8\x84\x72\x22\x16\xb4\x69\xe0\xed\x5b\x1d\xb6\x0d\xd4\x61\x5d\x80\x6d\xe4\x6d\x0d\x74\xd2\x8a\xd0\x50\x75\x53\xcb\x35\x15\x06\xf0\xb8\x46\x6f\x41\x4c\x63\xab\x20\xdb\x6e\x41\x39\xb7\xd3\x69\xa0\x6a\x8b\x47\xc3\x21\x06\x15\x45\xa6\xc3\x47\x10\x16\x74\x51\xe6\x44\xc4\xc7\x75\xea\x8c\xe7\x69\xfc\x1c\x82\xf0\xf9\x62\x38\xac\x02\xb2\xdd\x82\xb6\x6f\xa7\xec\x47\x48\x5a\xd3\xaf\x4d\x1d\xa0\x46\x15\xa8\x95\x4f\x01\xa5\x3e\x66\xfc\x6b\x66\xd0\x87\x8d\x80\xf9\x0e\x7a\x13\xb5\x11\x5a\xc7\xa3\x69\xec\x49\xbe\xf6\xb0\x8a\xd0\x0a\xd3\xf8\x40\x45\xea\x6f\x1d\x9f\xd3\xb9\x8c\x0f\xa7\xb1\xa7\x3e\x74\x14\xa8\x54\xe3\x03\x15\x09\x9f\x0f\x48\x5f\x53\xd3\xb0\xa7\xa6\x6e\x45\x85\x24\x42\xd7\x04\x5f\x3a\x92\xb2\x34\x3e\x9a\xc6\x1e\x65\x69\x6b\xfc\x3d\x65\x65\xf1\x27\xa8\xa2\x56\xb4\x80\xac\xfa\x30\x18\x08\xc1\x05\x20\x0b\x5f\xa6\x09\x39\x4f\xae\x68\x0a\xd8\x9a\x6f\xd3\x08\x7a\x4d\x85\x5d\xc1\x02\xe6\xad\x18\x03\x54\x26\x09\x2d\x8a\xf8\x58\x25\xeb\x6f\x9d\x70\x63\xf2\x3d\x9b\xc6\x9e\xf9\x6e\xd1\xf6\x69\x77\xa1\xee\xbf\x83\xf4\xb0\x09\x71\xf2\xa8\x81\x76\xf9\xa8\x79\x76\xfa\xe8\x0a\x6a\xfd\xa8\x6d\xf0\xfc\x51\xd3\xe0\xe5\xa3\x96\xc1\x8b\x47\xad\xa1\xaf\x1f\x35\x86\x9e\x3d\xba\xa2\xbc\x7b\xd4\x5a\xfa\xf2\xd1\x35\xe7\xcd\xa3\xc6\xdf\x57\x8f\xae\x7d\x2f\x5c\xbb\xd9\xe7\x8e\xdd\xec\xd1\x09\xc2\x99\xfa\x3d\x46\x98\x18\xfd\x36\x5c\x2c\x78\x89\x7a\x6e\x55\x58\xea\x42\x78\x6f\x88\xf7\x46\xea\x7f\xe6\x9e\x26\x77\x40\xe7\x2e\xe8\xb0\x05\x5a\x36\xc7\x49\x5d\xb5\x9c\x3e\x32\x52\xfb\x72\x5d\x15\xb7\x35\xe9\x62\x9c\x42\xd2\xa7\x14\x32\x77\x0a\x19\xf6\x14\xb2\x6e\x36\x9c\xaa\x3e\xda\x34\x6d\x6f\x68\x77\xad\x7b\x7b\xd2\xf7\x83\x9b\x40\xa2\x76\xde\x79\xfb\x88\x1b\x17\x70\xf7\x64\x4f\x6e\xb7\x7b\xc4\xf7\x65\x1c\xc7\x14\x59\xdb\xf9\x32\xcf\xc7\x5a\x95\xbc\x0a\x24\xdc\x73\x12\xbe\x9f\xfb\xbe\x9a\x81\xf6\xae\x03\x89\x7c\x7f\x6f\x16\x48\x64\x94\x35\x49\x0c\x85\x87\xb9\x5a\xdf\xe5\x74\x45\x99\x3c\x5b\x66\x79\x0a\xe8\xc1\xff\xba\x42\x55\x50\x02\xd5\x16\xbe\xbf\x08\x12\x85\xe0\x76\xbb\x57\xd8\x7a\x13\xa8\xb4\x84\xd2\x92\x70\x2d\xe8\x75\xc6\xcb\xc2\x94\x78\x91\xcd\xf2\x8c\x2d\xfa\xca\x2c\x6d\x01\x65\xad\xa1\x4a\xe3\x24\xd4\xc7\x92\x26\xfb\x38\xf5\xfd\x74\x2f\x8e\xe5\x58\xe3\xbc\x86\x5a\xd2\x3f\x50\xcb\xda\xd6\xb2\x1e\xa7\x71\xda\x2e\xbd\xaa\xaa\x6c\x1e\x30\x20\xd2\x22\x90\xb8\x40\x16\x58\x42\x9b\x96\x86\x42\x4f\xac\xcd\xb2\xaf\x12\x97\xa7\xaa\x37\x22\x93\xdd\xad\xb3\xe9\x7c\x9d\xcb\xe9\xeb\xe5\xbd\x7d\x2d\xb5\xf2\x58\xf8\xfe\x1e\x79\xa0\xbb\xfb\x5b\xa2\xca\x78\x84\x11\xa0\xe6\x70\x9e\x89\x7e\x4e\x18\xb5\x38\xa1\x96\xd6\xa0\x3c\xeb\x63\xc0\xd2\x14\xc8\xe8\xad\xec\xa7\xd9\xa8\x43\xb3\xb2\xa1\xd9\xb2\x8f\x66\x66\xb4\xec\xd2\x6c\xa5\xc6\x96\x6a\x21\xdd\x6e\xf7\x68\xb8\xa0\xf2\x95\x94\x22\x9b\x95\xd2\xa2\xb5\x37\x1a\xeb\xb1\xd7\x4e\x0d\xbc\x94\x48\x72\x90\x15\x07\x60\x0e\x9f\x53\xaf\x46\xc6\xde\x17\xf5\xfd\xfa\x1c\x4f\x9e\x7a\x52\x94\x70\xc8\x22\x23\x15\x41\x43\x3e\x9f\x17\x54\x7e\x6f\xd4\x6d\x26\x8f\x8d\xfe\x00\xe8\x6f\xb7\x5a\xed\x1f\x66\xc5\xcf\xba\x92\x06\xf1\x45\x7d\x6b\x55\xa1\x4e\xad\xee\x29\x6d\x63\xad\x0f\xa1\x80\xb0\xd4\xf7\xdb\x2d\x00\xf9\xd3\x6d\x94\x24\x33\x30\x2f\xf0\x10\xdc\x13\x8c\xd7\x44\x14\xf4\x0d\x93\x01\xc7\xa3\x21\xb2\x82\xb9\x9d\xeb\xf4\x3e\xca\x80\x31\x01\x01\xda\xc0\x1d\x41\x25\xca\x75\x3b\xb9\xef\xb3\xaf\xe3\x21\x26\xf1\xde\x1e\x5c\xa3\x24\x79\x41\xbd\x3d\x6d\xe2\xe5\xbd\xf2\xa0\xd5\x92\x2c\xb4\xc2\xd3\xfb\xe6\xa7\x4f\x9f\xde\xff\xd8\x8d\x7d\xf3\xe3\x87\x9f\x3e\x75\x23\x3f\x9d\xff\xeb\xd3\xab\x8f\xe7\x3b\x45\x5c\x9c\xbf\x3d\x3f\xdb\x81\xb6\x9d\x22\xb6\xdb\xcc\x39\xf1\x3d\x18\xed\x81\xc5\x00\x89\x48\x43\xf1\xeb\x46\x11\xbf\xb7\x17\xf4\x90\xb3\x97\x0c\x40\x83\xcf\x9c\xd1\x83\x2c\xf5\x5c\xce\x9b\x39\xc5\xf5\xb1\x9f\xc5\x0e\xb8\xa2\x9f\xbe\x45\x39\x6b\xca\x6f\x15\x7e\xd7\x4c\x19\x46\xf3\x55\xc0\x01\x29\xc2\x4c\xf1\xa5\x0c\xb5\x3d\x9a\x95\x92\x35\x1a\x6c\xbb\xdd\x73\x4d\x08\xe1\xd8\xae\x29\xf6\xb2\x65\x21\x66\xd1\xeb\x3b\x4f\xaf\xd5\xd2\x50\x48\xd0\x7b\x96\xb1\x24\x45\xd3\x28\x09\x47\x1f\x76\x04\xf9\x3e\x6b\xb7\x59\xa2\x4a\xdf\xdb\x86\x23\xef\x1d\xa5\xec\x8d\x19\xc6\xfa\xef\x19\x72\x26\xdb\xe0\x2c\xa6\x68\x7c\x16\xd3\x71\x8b\x1e\x44\xd3\x63\x0c\xd4\x10\xf4\xf7\x92\x16\xf2\x55\x6d\x1b\x2b\xc8\x8a\xb6\xb4\xb2\x67\xbe\x7f\x16\x02\xad\x03\x84\x6d\xfd\x6a\x45\xdb\x10\xe7\xaa\x73\x4d\x3d\xa6\x98\xc7\x43\x2c\x62\x39\xe6\x5f\x09\x7b\x60\xcb\xed\x81\x6d\x16\x8b\x09\x9f\xaa\x55\x4d\x98\x28\x61\x29\x28\x9b\xbc\x23\x72\xa9\xf6\xb6\x41\x86\x9b\xd8\x5a\x2f\x8a\xa6\x20\x8b\x09\x9a\x09\x4a\xae\xc6\x2c\x26\xf5\xbd\xdd\x78\x01\xa6\x95\xab\x80\xa1\x53\x06\x22\x90\xe9\x69\x76\x0e\x5d\xd8\x20\x79\xd1\x45\x72\x32\x55\x24\xa0\xbe\x2f\x15\xa3\x99\x69\xb2\x3e\xe9\xcf\x14\x95\x24\xac\x33\xcc\xb5\x67\xb5\x72\x31\xe4\x9d\x4c\xc7\x2c\x2c\x59\xb1\xcc\xe6\x32\xe8\xde\x20\x35\x17\x95\xf5\x1d\x52\x5e\x37\x06\x4b\x84\xb0\x8c\x79\x73\xe3\xf8\x69\x7b\x82\xfb\x35\xa2\xf5\xba\xf1\xd9\x10\x61\x61\x39\x43\x8a\xbb\x8d\x88\x6f\x32\x96\xf2\x1b\x73\xa8\x4c\xd0\xa6\xa1\x43\x66\xe5\x3e\x0f\x89\xef\x7b\x25\xd3\xe6\xa8\xa9\x63\xee\x27\xec\x08\xa2\xb5\x60\x50\xbc\xc2\x6f\x18\x15\xaf\x79\x02\xb7\x76\x77\x22\xc2\x94\xce\x49\x99\xcb\x9f\x33\x7a\x73\xfa\x40\x5a\x24\xaa\xc7\x5a\xde\xab\x5d\xee\x5f\x83\xff\x31\xed\x72\xff\xbe\x26\x7b\xf4\x0a\x2c\x79\x74\x3f\xb1\xab\x5d\x9e\x34\x33\x13\xec\x4b\x6d\x40\xef\x17\x93\x3c\x4b\xae\x54\x18\xf6\xa7\x75\x48\x27\x2e\x49\xf1\x5a\xf0\x75\xca\x6f\x18\xec\x53\x9d\xf0\xc3\x1b\xf6\x92\x69\x07\x0a\x44\x75\x28\xd4\xda\x8a\x31\xa5\x73\x91\x7d\xe6\x4c\x92\xfc\xcc\x01\x56\x68\xf4\xa6\x3c\xa0\x3c\x9b\xd0\x90\x97\xb2\xc8\x52\x0a\x75\x99\x6f\xbb\x53\x16\x73\x92\xe8\xe6\x99\x6f\x53\x3d\x25\x29\x15\xba\x5d\xf0\xf9\x80\xa2\x67\x42\xc3\x79\x76\x0b\x86\xaf\xe5\x8a\x15\x50\x8b\x1b\xa1\x4b\xfc\xad\x2c\xa4\x56\x02\xab\xca\xea\x90\x77\xbf\x92\x47\x21\xce\xbe\xe7\xd7\x54\x68\xc4\xf5\xb7\x2e\x8d\xe4\x37\xe4\xae\x80\xa2\xf4\xa7\x41\x1b\x4c\xaf\x34\xda\xe6\xe6\x5f\x4b\xdb\xf3\x94\xa1\xdc\xbf\xf1\x26\x8f\x6e\x78\x8b\x47\xb7\xa2\xf9\xe3\x57\x65\x1f\xdd\xf0\x96\x8f\x6e\xcd\xd3\x47\x87\xc1\xfa\xd1\xc1\x36\x7f\x74\xf3\xbe\x7c\xf4\x0a\xf8\xea\xd1\xfb\xba\x8b\x47\x6f\x3a\x5f\x3f\x7a\xcf\x76\xf6\xe8\x0d\xf1\xbb\x47\xef\xb3\x5f\x3e\x7a\x51\xf7\xec\x51\x01\x76\xf3\xa8\x78\xba\x7a\x54\x11\x71\xf1\xa8\x62\xe6\xf6\x51\xe5\xce\xfb\x47\x95\x4c\xe7\x8f\x2a\xaa\xde\xf4\xb8\xd3\x71\xac\x49\xe2\xc9\x14\xcb\x78\x38\x96\x5f\xed\x38\x5a\x91\xfb\xfb\x88\x4e\xe4\xd4\x71\xad\x22\xa7\xe3\x66\x36\xdf\x54\x66\xcd\x41\xbb\x6b\x0e\x0b\x53\x2f\x3b\xf4\x84\x9d\x15\xf0\x1b\x64\xe8\x34\x8b\xda\x66\x66\xb8\x88\x87\x38\x8f\xc9\xb8\xf8\x2a\xb7\x25\x15\x76\xf5\x92\xc4\xf9\xa4\x98\x8e\xd9\x24\x99\xc6\xa3\x66\x32\xc7\x22\xe6\xc1\xc4\xe3\xec\x8c\xaf\xef\x3c\xac\x3e\x4a\x09\xbf\x1f\x48\x21\xa9\x8e\xe1\x2b\x6b\x0d\x7a\xce\xd2\x6e\xd4\x85\xd6\x9d\xb6\x23\x7f\x5a\xa7\xc4\xe4\x06\x03\xe2\xe6\xeb\x8c\xac\x65\x29\x74\xd2\x37\x79\x29\xea\x0f\x37\xe1\x6c\x49\xd8\x42\x7f\xbe\x61\x6b\x83\xd0\x45\x39\x5b\x65\xfa\xf3\x2d\x27\x1a\x8f\x73\xad\x21\xf5\x38\xfb\x81\xde\xbd\x56\x13\x8d\xf3\xed\x96\xf8\x03\xbd\xfb\x20\x40\xed\xa9\x03\x3f\xad\xe1\xeb\xd5\x8c\x5b\xe4\x09\xfb\x90\x93\x3b\xf7\xfb\xd3\x52\xf0\x72\xb1\x84\x28\x7b\x55\xcb\xc1\xec\x7c\xb5\x96\x4a\x5e\xc3\x37\x4b\xc4\xdd\x5a\xd6\xa1\xd4\x7c\x29\x44\x69\xfa\x9a\x48\xe2\x04\xdf\x51\x49\x52\x37\xaa\x21\xe1\x07\x52\x16\xba\xf4\x1a\x19\xf5\x01\x8a\x5c\xf5\x2d\xf8\xa2\x6e\xc5\x47\x22\xa9\x83\xce\x05\xa5\x57\xa6\x56\xf5\x69\xb3\x5c\x48\x92\xe7\x36\xbe\x2c\xd6\xd4\xf4\xe0\xa7\x6c\x45\x9d\x5e\xfa\x59\xcd\x4c\x6e\x71\xbf\x90\x4c\xda\x32\xce\xd4\x3c\xdf\x7c\xb5\x7a\x8a\x33\x49\x6f\xe5\x3b\xca\x4a\x4d\x27\x5e\xce\x72\xda\x64\x78\x2d\xc8\xa2\xfe\xb0\xdc\xa3\xbf\x25\x15\x4d\xe8\xd6\xf4\xac\x0a\xbc\xa5\xe4\x9a\xd6\xa1\xf7\xd7\x0e\x5c\x43\x29\xb5\xb2\x80\x8f\x77\xbc\x2c\x68\xdd\xf5\x75\xc8\x45\x12\x22\x9b\x0a\x21\xd8\x54\x02\xc1\x77\xdc\x0d\xbd\x37\x2c\xa7\x03\xd7\x6e\xbe\x9f\xd6\xee\xb7\x5b\xcb\x05\xd8\xdb\x69\xe2\xf2\x32\x59\x9e\x11\x96\xd0\xbc\x09\xdb\xd6\x43\xa0\xae\x0f\x42\x4d\xb3\xb4\x05\xbe\xee\x81\x25\x35\xd9\x3f\x68\x0b\x75\xa7\x40\x13\x53\x37\xdb\x84\x9b\x36\x9a\x88\xa6\x95\x26\xa2\xae\xd7\x84\x6d\x4b\x6d\xf0\xba\x9d\xdf\xb4\xf6\x3b\x2e\x6b\x1c\x9a\x06\xbf\xe5\x45\x37\x7a\x8a\x70\x06\x02\x85\xc0\x21\xc3\x0f\x54\xf1\xb0\xdd\x4a\xa8\x4f\x6b\x06\xa5\xbe\xb5\x89\xfd\x79\x9a\x49\xbd\x86\xf4\xd2\x4c\x55\x9e\x0a\xb2\x58\x98\x18\x6b\x39\xee\x2d\xe5\x2a\xff\x16\x86\x7a\xa6\xa8\x98\x13\x60\x4d\x41\xe7\xea\x2f\x07\x58\xb0\x0c\xf1\x70\xa3\x11\xc1\x9e\xcc\xa4\x8e\xb2\x57\xe4\x14\xd8\x9a\xe6\xf9\xd9\x92\x02\x83\x32\x85\xca\x14\x61\x12\xf3\x20\xc3\x42\x89\x50\x1e\x10\x3c\xf1\xe6\x5c\xac\x54\x42\x6e\xc2\xda\xe4\x5d\xd5\xcc\x81\xef\x56\xa5\x1e\xec\x6b\x41\x73\x2d\x8c\x0a\x91\x78\xd8\x03\x13\x79\x95\x31\x89\x79\x90\xe3\x89\xb7\xe6\x05\x5c\x3e\x41\xb8\x34\x45\xe9\xc3\xa6\x29\xc2\xa9\x89\x00\x17\x64\x2a\x62\x6d\x22\xd4\x8a\xd9\x94\xba\xd4\x4d\x54\x3f\x6f\x75\x9b\xe1\x96\x17\xb4\x3d\x87\xc6\x8a\x05\x55\x78\xa9\x3d\x90\x2a\x63\x6e\xca\x20\xa5\xe4\x56\xf4\x36\x6b\x78\xdd\x2e\xfd\xf3\x0a\xe6\x31\x13\x38\x67\xc9\x27\x55\x82\x0e\xbd\xa3\x72\xc9\x2d\xf8\x8f\xfc\x67\x92\x67\x46\x52\xa8\x88\x4f\xad\x3a\x71\x83\xff\x32\xe6\xc1\x1c\xeb\xce\x5f\x2b\x00\x92\xc3\xdf\x52\xf2\x33\xb2\xce\x24\xc9\xb3\xcf\xd4\x46\xf0\xd5\x3a\xa7\x50\x66\xa2\x3a\x03\xb0\x4b\x33\xc1\x34\x73\x18\x3c\x6b\xb2\x83\x35\xea\x3b\xae\x96\xe9\x5e\x9e\x15\x2a\x6a\x45\x6e\xf5\xdf\xb7\x30\xd5\xa9\xef\x8c\xe9\xbf\x4d\x4c\x99\xcb\x6c\x0d\x3c\xb0\x26\x52\x52\xa1\x00\x5c\x9b\x56\x45\x47\x02\x17\x96\xe0\xf3\xf7\x32\x13\xb4\xe9\xcd\x42\x52\xd5\xd9\x85\x46\xbb\xd5\x5c\xa7\xab\x57\xb6\xd9\xdd\x76\x26\x3c\x2f\xfa\x5a\xd5\xc1\xb9\xfe\x7e\x0a\x62\x82\xdf\xa8\x32\xe1\xf2\xc4\x14\xe1\x85\xa9\xdb\x96\xdc\xb4\xb7\xce\x33\x45\xf8\xda\xb2\x1e\x88\x28\x28\xa7\xee\xb4\x99\x49\x4b\x68\x9e\x7f\xd0\xa6\xc6\x0a\x75\x9a\xe7\x17\x6b\x92\xa8\xd0\x14\xe1\xbb\x98\xe0\x4b\x03\x28\xf8\xcd\xc5\x9a\x28\x42\x16\x09\xd7\x4c\x77\x66\xcb\xe0\xb9\x49\xd2\x7b\xa4\x42\x23\xdc\x05\xbf\xb1\xe8\xa8\xf8\x29\xc2\x57\x9d\xf0\x85\xe5\x61\xe0\xa3\xb3\x25\x11\x05\xf0\x1b\xb1\x1c\x4b\x6b\x6e\x6d\xbe\x56\x96\x67\x99\xcb\xaf\x66\x7c\x4c\x11\xbe\xb5\x85\xe6\x39\xbf\x01\xde\xcc\xf9\xcd\xb7\x65\x9e\x5f\xe8\xbb\x92\x26\xe6\x03\xb9\x53\xcb\xb4\x8f\x5a\xc1\x64\x63\x3f\xd5\xf7\xa7\x12\x90\x68\xc5\xba\xc5\x9c\xab\x35\x17\x60\x8a\xac\x65\x12\x15\x82\x8a\x0f\x3c\xcf\x00\xb8\x20\x2c\x9d\xf1\xdb\x86\xa9\x44\xf2\x9a\xb7\x64\xc5\xfb\x1a\x35\x55\x5a\x22\x78\x51\xbc\x17\xd9\x22\x63\x6e\x25\x75\xe6\x0b\xa0\x85\x9a\xb3\xc8\xda\x2d\xe5\x3c\x26\x8d\x7e\xed\x8d\xdd\xd0\xd5\xde\xc9\x3a\xeb\x47\x89\xb0\x80\x0b\x44\xa0\xd4\x6d\xdf\x98\x19\x67\x5f\x11\xbb\x80\xcc\xec\x02\xb2\x88\xc9\x24\x9b\x8e\xf7\x82\x3d\xee\xfb\x72\x52\x4c\xb7\x5b\xee\xfa\xdd\x2b\xd0\xd7\xf1\x70\xbb\x1d\xc6\x71\x5c\xd4\x91\x5a\xf3\xe9\xa1\x9d\x78\x22\x32\x15\x8f\xb6\x5b\xe6\xfb\xa0\xbd\xb5\xca\x2a\xd6\x6f\xd1\xdf\x54\x83\xd4\xb6\x7e\x52\x4c\xb5\x3b\xb8\xaa\xd6\x97\xfc\x15\xbd\x14\x6f\x16\xf8\x1b\xc9\xd7\x6f\xe9\x5c\x9e\xa7\x0b\x1a\x0d\xb1\xe4\xeb\x33\xaa\xa6\xb8\x08\x2e\x05\x82\xcf\x08\x48\x3a\x54\xc1\x57\xa5\xe4\x10\x3a\x32\xf7\xbf\xea\x9c\xc7\x26\xc2\x64\x7e\x66\x82\x4d\xfe\xe7\x26\xa6\x2e\xe2\x05\xdc\x29\xfb\xc4\xd7\x10\x3a\x81\x90\xc9\xfd\x12\x02\xfa\xf2\x16\xa4\x8e\x86\xfa\x9a\x99\x85\x1e\x99\xeb\x89\x16\xd5\x43\x1d\x74\x73\x1c\x3d\x46\xa0\x9a\x77\xb4\xff\xca\x8d\xe9\x10\xb9\xdd\xca\xaf\xad\xad\x27\x82\xab\x3c\x75\xc8\xd9\xc8\xc0\xb1\x05\xbd\x19\x58\xee\x1a\xb3\xaf\x24\x5c\x96\xe1\x13\xa6\xba\x8a\x4d\xc7\x35\xad\xeb\x9a\x44\xcb\x29\xa9\xab\xeb\xc8\xe6\x41\x9b\x5f\x69\x7d\xc0\x45\xab\x80\xa2\xae\xaf\x51\x8d\x84\xc6\x98\xea\x73\xa5\x5e\x1d\xa1\x76\xd5\xe8\xfb\x74\xa2\xbf\xc2\x4c\x52\x41\x24\x17\xd3\xed\x96\x4e\xbc\xff\xf9\x1f\x1b\xf6\xa6\x8d\xdf\x48\x73\x3d\x1e\x74\x7b\x6a\xaf\x47\xe2\xbd\x21\x2e\xe2\xbd\x11\x68\x2d\x15\x0d\x58\xcc\x8c\xcb\x46\x34\xde\x0b\x48\x1c\xf0\x98\xc1\x69\x58\x80\x50\x98\x72\x06\x77\x51\x32\x6d\x5a\xcc\x43\x90\xbd\x08\xef\xc9\xed\x36\x33\xa4\x04\x77\xa5\x63\x55\x30\x1a\x1b\xf5\x67\x8e\x36\x85\xaa\x48\xc4\x79\x35\xcf\x18\xc9\xf3\x3b\xb8\x77\x43\xf4\xe1\x53\x1c\xb3\x50\x53\x64\xbb\xb5\x5f\x01\xaa\x21\x33\x35\x54\xb4\xff\x53\x51\x55\xb5\xca\x50\x2b\xe5\xbb\xd4\xab\x15\xf1\x5e\x01\xf7\xf2\xdd\xeb\xe2\x96\xec\x9a\x2b\xc6\xee\x69\x81\xa3\x3d\xb6\x37\xfa\x2d\x15\x8c\x2d\xf1\x09\x3e\x18\xd9\x43\x02\xef\x7d\xed\x3f\x92\xf9\x3e\x75\x9d\xa6\xc2\xc9\x55\x2b\x26\x54\x33\x26\xc2\x9e\x92\x71\x5a\x28\x78\x4a\xee\x81\x4c\xd0\x8c\x31\x17\x7c\x05\xa6\xfe\xaf\xec\xce\xda\x00\x7e\xf9\xbf\x83\xd3\xe8\xa7\x6c\xfb\x06\x31\x19\x9c\x46\x27\xdb\xd1\xf3\xed\xd1\x21\x0a\x4e\xa3\xb3\x9c\xac\xd6\x34\x45\xba\x84\xbf\x7d\x19\x4a\x5a\xc8\x80\xa1\x53\xdd\x36\x7b\x95\x62\x87\x46\x68\xd3\xeb\x48\xf6\x0d\xbb\x56\x13\xcd\x40\x2d\x2c\x56\x6b\x39\x90\x7c\x90\x52\xdd\x80\x52\xd0\x01\xe3\xec\x00\xb8\x69\x96\xd3\x81\xf5\xa4\x1b\xfe\xca\xde\xb0\x01\x5c\xde\x51\xf0\x33\x3a\xb0\x20\x18\x32\x10\x85\xd9\x40\x7b\xda\x2c\x06\xab\xb2\x90\xda\x9c\x9b\x0c\x76\x18\x36\x40\x03\x3d\xe7\x85\x1e\xaa\x02\x54\x3d\x28\xe0\xc4\x13\x4d\x98\x14\x8b\x3f\x5d\x75\x7d\x7f\x5d\x4f\x50\x5d\x77\x55\x9b\x09\xc8\x2e\xd0\x6c\xea\x4f\xa3\x72\xe6\x4c\x92\x8c\x69\x85\xb3\xfe\xb6\x09\xd7\x46\x21\x9b\x34\x6a\x50\xc6\x19\x05\x2b\x28\x7d\x89\xaa\x29\xf7\x0c\xa0\x8f\xeb\xc2\xcf\x9a\x3c\x36\x42\xd7\xf3\xcc\x01\xd1\xb5\x3d\xa8\xbb\xce\x09\x4b\x8b\x84\xac\xb5\x2e\xb9\x0e\xe9\x92\xd5\xb2\x40\x90\x4c\x02\xf2\x36\xf0\xb0\x66\x9a\x71\xa9\xb5\x04\x50\x5e\x1d\x32\xa6\x71\x3a\x45\x95\x96\x3b\xd1\xda\x62\xec\xb0\x6d\x31\x06\x9f\xa6\xa8\x23\x9b\x64\x0a\x73\x55\xd7\xff\xad\x69\x73\x46\x92\xab\x02\xee\xf6\x9e\x60\x49\x66\xd1\x4b\x6c\xe6\xa2\x23\x0c\x07\x4e\xd1\xe8\x39\x4e\xa4\xc8\xa3\xd1\x0b\x4c\x72\x19\x8d\x4e\xf0\x9a\x94\x05\xfd\x46\x50\x72\x15\x8d\x5e\xe2\x84\xac\x8b\x9c\x27\x57\xd1\xe1\x10\x53\x20\x62\x74\xf8\x02\xeb\x22\x8f\x0e\xf1\x9a\x2c\xe8\x4f\xeb\xe8\xe8\x08\xbe\xd4\xce\x37\x3a\x3a\xc6\x94\xa5\xd1\xd1\x33\xbc\xe4\x2b\x1a\x1d\x3d\xd7\xb7\xb2\x8f\x5e\xe0\x72\x1d\x1d\x9d\x98\x9b\xd8\x47\x2f\xb1\xda\x50\x45\xc7\x43\x9c\xb1\x82\x0a\x19\x1d\x3f\xc3\x29\xcd\xa3\xe3\xe7\xf8\x33\x15\x3c\x3a\x3e\xc1\x9c\xd1\xe8\xf8\x25\x96\x37\x3c\x7a\x36\xc4\x72\x29\x28\x8d\x9e\x8d\xf0\x9c\x97\x22\x7a\x76\x88\xe7\xd9\x35\x8d\x9e\x1d\xe1\x22\xbb\x8d\x9e\x1d\xe3\x82\x5e\x53\x16\x3d\x7b\x86\xf5\x85\x9c\x67\xcf\x31\xcb\x18\x8d\x9e\xbd\xc0\x09\xcf\x39\x8b\x9e\x9d\x60\x12\x3d\x7f\x86\x67\xd1\xf3\xe7\x38\x89\x9e\xbf\xc0\x69\xf4\xfc\x04\xd3\xe8\xf9\x4b\x3c\x8f\x5e\x0c\xf1\x22\x7a\x31\xc2\xcb\xe8\xc5\x21\xce\xa2\x17\x47\xf8\xb7\xe8\xc5\x31\xbe\x8a\x5e\x3c\xc3\x79\xf4\xe2\x39\x5e\x45\x2f\x5e\x60\x16\xbd\x38\xc1\x3c\x7a\xf1\x12\xaf\xa3\x93\x21\xfe\x3d\x3a\x19\x61\x11\x9d\x1c\xe2\x22\x3a\x39\xc2\x32\x3a\x39\xc6\x65\x74\xf2\x0c\x5f\x47\x27\xcf\xf1\x4d\x74\xf2\x02\xdf\x46\x27\x27\xf8\x2e\x3a\x79\x89\x3f\x47\x2f\x87\x40\x8a\x5f\xe0\x38\x2d\x7a\x69\x56\x07\x36\x78\x68\xee\xc2\x47\x2f\x8f\x80\x02\x97\xac\x5c\xad\x49\x1a\xbd\x7c\xae\x08\x51\x87\x5e\x28\x7a\xd4\xa1\x13\x4d\x96\x3a\xfc\x12\xa8\x63\x83\xa3\xe1\x10\xa8\xd4\x84\x47\x8a\x5a\x4d\xf0\x50\x53\xad\x89\x38\xd2\xd4\x6b\x22\x8e\x81\x8a\x4d\xf8\x19\x36\xbb\x99\xbb\x68\x34\x7c\x8e\x49\xaa\x22\x5f\xe0\xa2\x9c\x49\x41\x12\x19\x8d\x86\x2f\x71\x4a\x93\x6c\x45\x72\xd0\x42\x44\xa3\xd1\x10\xa7\xd9\x75\x96\xaa\xf5\xd0\x08\xcf\x47\xd1\x68\x74\x88\xe7\x87\xd1\x68\x74\x84\xe7\x47\xd1\x68\x74\x8c\xe7\xc7\xd1\x68\xf4\x0c\xcf\x9f\x45\xa3\xd1\x73\x3c\x7f\x1e\x8d\x46\x2f\xf0\xfc\x45\x34\x1a\x9d\xe0\xf9\x49\x34\x1a\xbd\xc4\xf3\x97\xd1\xe8\x70\x88\xe7\xa3\x61\x34\x3a\x54\xc5\x8c\xa2\xd1\xe1\x21\x9e\x8f\x0e\xa3\xd1\xe1\x11\x66\xe5\x0a\xb8\x74\x74\x7c\x8c\x0b\xd0\xd6\xbc\xd5\xc1\x67\xb8\xa0\xab\x4c\x73\xc0\xe8\xe4\x39\xa6\xbf\x97\x24\xbf\xc8\x16\x2a\xa4\x38\x63\xb5\x22\xd1\xe8\xe4\x04\xa7\xa4\x58\x46\xa3\x93\x97\x78\x4d\x45\xc6\xd3\x68\xf4\x72\x88\xe7\x5c\xdc\x10\x91\x5e\xe4\x90\xf6\x72\x84\x17\x82\x5c\xd3\x57\x89\x12\x44\xd1\xe8\xe5\x21\xe6\x6b\xca\xbe\x11\x24\xb9\xa2\x32\x3a\x1c\xbd\xc4\x6a\xb4\x69\xe8\xc3\xc3\x21\x4e\x72\xae\x06\x92\x49\x3e\x54\xa4\x67\x8b\x9c\xfe\xb3\xe4\x92\x46\x87\x87\x87\x55\x85\xff\x8a\x53\x5f\xd1\x39\xb5\x6d\xb9\x62\x7f\xec\x54\x36\x35\x87\xa9\x4f\x38\x9c\xed\x9e\xbf\x46\x36\xef\xd3\x8e\x5e\xff\x84\xf9\x2d\x58\x49\x7f\x9b\x97\x99\x16\xb7\x4d\xd0\x9c\x06\x42\x38\xbb\xa5\xe9\xb7\x44\x9b\xe4\xb6\x62\xba\x40\x3f\x52\xa2\xc5\x70\x3b\x4a\x83\x19\x0b\x6c\x25\x8a\xf5\xa7\x11\xe9\x60\x88\x7d\x0c\x73\x87\x58\x50\x27\x12\xf2\xc3\x74\xd4\x04\x8d\x68\xbf\x95\x82\x68\x0b\xf4\xe7\x4a\xb2\xd7\x41\x33\x9f\x95\x85\xe4\xab\xf8\x85\x9a\xc8\xe0\xd3\x8d\x06\x1c\x4f\xea\x24\xc0\xef\x8f\x5b\xfc\x3e\x7e\x66\xdd\x7f\xe4\xf3\xc7\x6e\x44\x3d\x70\x66\xfd\xe0\xf2\x22\x7f\xf4\xc8\xa7\x99\xb8\xb0\x88\xbd\x2b\xb9\xf6\x70\x16\x7b\x07\xe0\xd5\x15\xb6\xac\x57\x72\x7d\x60\x75\x6b\x85\x13\x47\x6f\x69\x52\x4a\x5a\xa7\xe5\x90\xfb\x20\x27\x77\x54\x1c\x64\xa9\x37\xee\x78\x56\xf9\xe1\xfc\xdf\x9f\xde\x7c\xb8\x7c\xf5\xfa\xf5\xf9\xeb\xd8\xbb\x02\x0f\x29\xaf\x52\x3d\x73\xdb\xc4\x8f\xe7\xef\xde\xff\xdc\x24\x7f\xa4\x2b\x7e\xdd\x02\xf8\xe9\xc3\xeb\x57\x9f\x1a\x00\xad\xb6\x07\x80\x0f\xe7\x1f\x2f\xde\x5c\x7c\x3a\x7f\x7d\xd9\xae\x68\x4d\x45\x91\x15\x92\xa6\x3f\xb4\x6b\xdc\x81\xaf\xeb\xee\xe4\x70\x90\xd8\xc9\x73\xfe\xaf\xf3\xb3\x9f\x3e\x9d\xef\xe4\x39\xd7\xb4\x81\x5b\x45\x3f\x7e\x3a\xff\x68\xe1\xdf\xbd\x7f\x7d\x1e\x7b\xb0\x1a\xd0\x80\x5a\x8f\x47\xc3\xf3\x7f\xbd\xf9\xd4\x01\xba\xcd\xa4\x03\xf3\xc7\x19\xf3\xaf\x5c\xc4\xab\x45\xdc\xe1\x0b\x84\x45\xcc\x82\x63\x84\xb3\x78\xb3\x2a\xbe\x29\xa5\xe4\x2c\xf2\x56\xc5\x81\xfe\xf4\xb0\x8d\xfc\x9e\x14\xef\x28\x2b\x9d\xb4\x83\x83\xa5\x8e\x6b\x80\xde\x24\xad\xdc\x70\xab\xb5\x49\x55\xb0\x5d\x88\x95\x89\x6b\xa0\xde\x92\x19\xcd\x5d\x90\x5c\x45\x34\xe9\xd6\x65\x7f\xd6\x2e\x28\x6d\xa2\x1b\x58\xad\xf1\xfa\x08\x2a\xba\x4f\xf4\x56\xba\x19\x8a\x4e\x5a\x93\xeb\xdb\x9c\xde\x9a\x25\x31\x15\x6e\x96\xb9\x9b\xd0\xc0\xab\xdc\xbd\xf0\xd2\x4d\xf0\xaa\x5a\xfd\xa4\xef\x44\x07\xed\x6e\xc6\x1c\x13\x5c\xe0\x1c\x27\xb8\xc4\x29\x5e\xeb\x69\x64\x8e\x97\x78\xd5\x38\x8f\xbd\x46\x41\x86\xe9\x76\xbb\xa9\x10\x5e\xc4\xa9\xef\xef\xad\xc7\x5d\xff\x7a\xe7\x28\xd8\x08\xce\x65\x34\x59\x85\x16\x45\x2c\x43\x15\x85\x39\x2e\x7d\x7f\xe2\x65\xc5\x41\xad\x8b\xd6\x29\x67\x3a\x38\xc5\x0b\x93\x4e\x6f\xd7\x44\x9f\xee\x69\x80\x73\x13\xc6\x8e\xbb\x85\x60\x1e\x6f\x2a\x3c\x9f\x78\xd1\x52\x6d\x32\x06\xa1\xb7\xdf\x54\xa9\x7a\x75\x1a\x4b\xb8\xac\x64\x33\x83\x19\x07\x4d\xef\xcb\x62\x19\x44\x65\xb3\x8c\xd1\xc9\xba\xdd\xb6\xd1\xd9\x29\xd1\x53\x99\x7b\x21\x50\x35\xc5\x89\xef\x4f\xb2\xb0\xc3\xd3\xa6\x85\x26\x34\xc5\xb9\x21\x41\x73\x9a\xa0\x01\x5e\x9b\xf0\x14\xef\xe5\xbe\xbf\xb7\xf0\xfd\xbd\xd2\xf7\x5d\x7a\x2c\xe3\x8d\x45\x23\x32\x85\xea\xda\x2b\xbc\xec\x6f\x32\x70\xbb\x42\x19\xb8\xdc\xe2\x7a\x0f\xb0\x4b\xd2\x47\x40\x9d\x51\xa2\x72\x38\xa3\xe3\x91\x8c\x7d\x7d\xe0\x66\xd1\xfe\xc6\x2c\x91\x8d\x1f\x34\x48\xd1\x86\x9b\x75\x12\x9c\x42\xb7\x92\xee\x6f\xcc\x63\xb0\xf7\xb7\xe6\xb1\x9c\x7d\xcd\xa9\xf3\xa0\x4a\xf5\xb5\x1a\x11\xad\x41\xd0\xee\xe7\x76\x17\x77\xfb\xd7\x64\xb1\x14\xaa\xa9\xd0\x4e\x36\x35\x56\x15\x66\x53\xdc\x92\x22\xee\x20\x6d\xc9\x1d\x2c\xc3\x16\xe0\x14\xb7\xa4\x89\x9b\xaf\x25\x7f\xb0\x0c\x5b\x80\x53\xac\x08\xec\x82\x2b\x12\x60\x82\x35\xe5\xd5\x78\x6f\x8f\x51\x25\x21\x74\x8c\x41\x5e\xd1\x48\x47\x34\x84\x01\x6e\x75\x0b\x05\x3e\xc6\x86\x8d\x75\x11\xf0\xd9\x2a\x03\x62\x9a\x42\x6c\x7f\xb8\xe5\xd8\xfe\xc2\x05\x6e\x3a\x4c\x97\x67\x43\x4e\x91\x7b\x6b\x37\xc1\x96\x7c\xdf\xf0\x74\xfb\xae\xcb\xda\x6e\xc7\x75\xf8\xa4\xaa\x7a\x85\x62\x57\x40\x4d\xa7\xd8\xe1\x4b\xb7\x4d\x0e\xf7\xe2\x16\xf3\xea\x76\x39\x11\x2d\x6a\x39\xf1\x0d\xcd\xba\xb3\x96\x5b\x4f\x77\xb6\xc3\x32\xec\x82\x4f\x2b\xf4\x84\xbb\x8f\x4f\xdf\x23\xed\x6c\x91\xf4\xd6\x87\x87\x65\x41\x3f\xd2\x79\xe3\xab\xac\xf1\x91\x15\x26\xa5\x10\x60\xa0\x1a\xd4\xdf\xf1\x06\x34\xc5\x51\xdf\xf3\x3a\xf4\x94\x06\xe0\x9b\x0c\xd7\xe0\x5a\xaf\xfc\x97\xce\x41\x4a\x77\x5d\x0c\x5e\xca\xf4\xf9\xd0\x08\x17\xf1\xa1\x5a\xec\xf6\xed\xf0\x18\xb9\xce\x16\x04\xd4\xb8\x5f\x8a\xeb\x68\x34\x0a\x87\x56\xb5\x6a\x53\x54\xc3\xc5\xab\x85\xda\x06\xe2\x24\xde\x54\xa0\x38\x4f\x8c\xb9\xaf\x9a\xb7\x8d\xce\x3b\x45\x9b\xca\x5c\x2e\x72\xec\xac\x2c\x29\xdb\x7e\x36\xed\xaa\x60\x0c\x4f\x70\x5d\x8a\x32\xa7\x05\x58\x62\x41\x70\x2d\x68\x41\xc5\x35\x4d\x3f\xb6\xe3\x13\x5e\x6a\x35\xa3\x09\x5f\xd1\xbb\x4f\xbc\x76\xd1\xa6\x26\x6e\x1d\xcf\xd9\x1b\x50\x16\xa9\xec\x67\x24\xcf\x41\xbd\xd5\x14\x63\xbc\x0b\xf5\xa4\xd4\x26\x0e\x9f\xf8\x2b\xb1\x28\x9a\x12\xb5\x5f\xdb\xb6\xc7\xfb\x8c\xa9\x40\xc6\x99\x76\xec\xdc\x50\x37\xde\xd9\x3f\x9f\x66\x11\xc1\xc6\x20\xf9\x83\xa0\xf3\xec\x36\xf2\x92\xa2\xf0\x30\xdc\x48\x07\x2d\x99\xf1\xb9\x91\x14\x6b\xeb\xc5\xca\xaa\xb4\x31\x45\xf7\xa0\x67\xee\x77\x34\x4e\xb7\x64\xbf\xbb\xb7\x4e\x3e\xe4\xdc\x95\x01\x9f\x77\x7d\x85\x77\x48\x6e\xab\xe2\x8f\x55\xa5\xe1\xdd\x2a\xf8\x29\x8f\x5a\x85\xf5\xf7\x9e\xad\x21\xaf\xbf\x8a\xd8\x25\x7e\xd3\x8a\x33\x92\x2c\xa9\x5b\x43\x71\x5a\x44\x0f\xa3\xd5\xae\xcb\xcd\x9b\x9f\xe6\x51\x1f\x3e\xfd\xac\x68\x51\x4b\x1e\x21\x43\x3b\x9b\x5b\x5f\x72\x9a\x44\x7d\x45\x63\x77\x24\xd8\x6a\xca\x47\xaa\x11\xdd\xd2\xcb\xd3\x32\x72\x0a\xaa\xea\xeb\x1f\x8e\xcb\x2d\x77\x78\x66\xf3\x60\x2f\xe0\x71\x12\x5e\x5e\x82\x09\x4e\xb1\xa4\x54\x5e\x5e\xa2\xed\x96\x87\x97\xb9\xf5\x45\x6b\x6e\xae\xf8\x7e\x4f\x64\x5b\xeb\xb3\x17\xc7\x5d\x9d\x91\x3d\x1b\x4e\x9c\x26\x24\xb6\x09\x49\xd7\x21\x1c\xf8\xf2\x63\xf4\x66\x40\x03\x35\x1f\x89\x05\x85\xca\xd4\xd4\x59\x50\x91\x81\x75\x46\x7a\x51\xa3\x8a\xc6\x3c\x66\xb8\x8b\x7e\xcc\xaa\x5a\x57\xe0\x3e\xe5\xd7\x14\xd1\xf3\x28\xdf\x3f\x2e\xde\xff\x18\xea\x23\xb4\x6c\x7e\x17\x6c\x3a\xe3\xe1\x9e\x51\x62\x58\xba\xc3\xe0\x6d\x56\xea\xe7\xaf\x76\xf7\xf7\xf3\x84\x70\x92\x74\x87\xa2\x6e\x83\xa4\x26\x5d\xcb\x81\xd9\xbd\x32\xab\x25\xbf\xda\xb2\x0d\x61\xda\x29\xdb\x88\xc9\x1e\x07\xe4\x2a\x5f\xad\x09\xec\x15\xa9\xb5\x23\x26\xf7\x1c\xae\x47\xf2\xf6\xc4\x85\xf3\x2c\x97\x54\xb8\x2e\x3f\x1b\x87\x9f\x7b\x71\x4c\xe1\x22\x50\x07\xd3\x46\xde\x3f\x11\xdd\x9e\x09\xe2\x5e\x9c\xfb\x26\x93\xfb\x12\xfe\x04\xf6\xae\xfb\xd2\x7b\xb0\xaf\x65\x60\x3d\x5f\x98\xf6\x04\xf2\x54\xee\x7b\x07\xc6\xf7\x37\xdd\x6e\x5b\xd0\xad\x19\x07\x29\xb8\xfd\x16\x9f\xee\xef\xb7\x31\x49\x94\x60\xed\xc3\xc5\x5e\xab\xee\x63\xe4\x89\x9c\xc6\xb4\x7f\x82\x9a\xd0\x69\xbc\x21\x6a\xf0\x30\xc3\xca\xbc\xd3\xf6\x3a\xc3\xb7\x82\xaf\x7e\xa0\x77\x7d\x7e\xf8\x7a\x2b\xa5\xd3\xfb\x89\x08\xf3\x43\xcf\x08\xef\x2b\xa8\x5d\x8a\xc2\x55\x61\xf2\x84\xfe\xd8\x69\x69\x4b\x35\xae\x0a\x6a\x17\xad\x8f\xaf\xcc\xc0\xfe\xaf\xd4\xa1\x05\x42\x4f\x25\x9d\x61\xd0\x98\x58\xb4\x98\xa3\xb5\x7c\xc1\x3c\x66\x7b\x71\x9c\x9d\x6a\x90\x05\x6d\xc9\xf8\xc0\x1e\xaf\x8f\xb3\x79\xa0\xea\xee\x91\x55\xf5\xe8\xe1\xa8\xb8\xc9\xd4\x7a\x90\xa1\x4d\x42\x0a\x3a\x20\x91\xf1\xb7\x1a\x82\x78\xd6\xb7\xc5\x1c\x54\x03\x8a\x45\x98\x14\x85\x2e\xc6\x58\xa7\x34\x76\x14\x95\xbe\x80\x07\x45\x15\x11\x0f\xc9\x7a\x4d\x59\x0a\x57\x9e\x03\x3b\xd7\x98\xc7\x12\xd5\x76\xe0\x47\x9e\xd2\x80\x1a\xef\x78\x03\x47\x74\x5a\x04\xc7\x2d\x2a\xb8\x83\xd8\x36\xac\x27\x29\xa8\xd7\x60\xf7\x8c\xfa\x3e\x47\xab\x76\xf2\x0d\xf4\x06\xa5\xc3\xae\x7a\x41\xb1\x0b\x1f\xd0\xd3\x5e\xfa\x6a\xa7\x6e\x1e\x82\xa1\xee\xb6\xcb\x26\xb4\x6b\x10\x6d\xd9\x6d\xc7\xae\x78\x78\x45\x7d\xef\x02\xf8\xfe\xa5\x76\x57\x7a\xff\x41\x4a\x00\x9e\x3f\xd0\xbb\x62\x17\xd7\x9d\x3a\xdb\x39\xbb\x5c\xea\x16\xa0\xaf\x76\xec\x0a\xfe\xc2\x81\xdf\x6e\x1f\x5c\xb3\x6f\xb7\xc1\x6e\x1e\x3b\x84\x80\xdd\xda\x43\x04\xe7\xdb\xad\xde\x13\x3d\xe1\x86\x2b\xed\x14\x5b\x5f\x71\xb5\x6c\xe6\xa6\x76\x9a\xbd\x5b\xf9\x6e\xcb\xeb\x81\xb1\xa4\x24\xc5\x32\xee\x0c\x14\x8b\xb4\xb1\xbb\x46\x58\xef\x20\xc6\xf0\xa6\x74\xf7\xee\x33\xac\xc2\x0e\xf4\xfa\x0a\xec\xb1\x4b\xea\xd9\xed\x72\x7b\x81\xde\xec\x5d\x94\xa0\xe0\x6a\xbd\xc8\x38\x4b\xd4\xc0\xea\x14\x0c\xd1\x1e\x36\xe9\xb6\xd1\xdd\xb5\x25\xb2\x22\x6b\x67\xd1\xb9\xeb\xac\x00\x9e\xa1\xb5\x6e\x41\x21\xd3\x3c\x63\xe9\x87\xc6\x2a\x17\xf2\x7f\x22\x8b\x00\x8d\x59\x2c\x4e\x45\x4f\x19\x11\xd5\x57\x67\x95\x0c\x29\x26\xc3\x69\xb3\x7c\xd6\xd2\xea\x1b\x3a\xe7\x82\x06\x12\xd7\x96\x2d\x85\xbe\x03\xac\x88\x77\x5f\x23\x62\x89\xbb\x3d\x78\x0f\x66\x8f\x74\x63\xfd\x94\xec\x29\x0d\x7f\x2f\xa9\xb8\xbb\x30\x6a\x20\xd3\x8d\x93\x9d\xde\x9a\x1a\x57\x00\x15\xa6\x55\x9f\x7f\xc5\xf6\xeb\xe9\x47\x4f\x3c\xa6\xe9\x3f\x84\x29\x1f\x3d\xfb\x4b\x5b\xc7\x34\xcf\x10\x16\xf1\xde\xc8\xe8\x28\x36\x74\xb5\x96\x77\xe0\x34\x18\x84\x4e\x4b\x5b\xd1\x8c\xcd\x5f\x28\xb9\x7a\x47\xd6\xda\x46\xd0\x04\x1a\x6d\x4d\xa2\x36\x34\xfb\xfb\x3b\x5e\x65\x60\x9b\xd3\xf1\x68\x3e\x82\xf7\x11\xdb\xef\x15\x80\xeb\xe7\xbc\x36\x55\xd4\xbe\x38\x74\x57\x90\x98\xef\xf8\x2d\x26\xbe\x4f\x1a\xaf\xc5\x3b\xe9\xb5\x13\xe3\x04\x5a\x3a\x04\xdd\x48\x81\xcb\x78\x88\xd3\x38\x1b\x77\xed\x26\x5d\x6b\xdf\xc9\x14\x8b\x78\x38\x16\xbb\x57\xd2\x04\x18\x65\x0a\xf7\x4a\x9a\x98\x8e\x35\x86\xc5\xb8\x69\x64\xb1\xdd\xa6\x6a\x3e\xdf\x6e\xe5\xd7\x43\xdf\x2f\xbf\x96\xc8\xf7\x83\x22\x9e\x07\xc8\x62\x80\xb0\xca\x62\x2b\xcd\xe3\xe1\x38\x6f\x3c\xa5\xe7\xcd\xd5\xb3\x75\xc0\x27\xf9\x14\x8d\x49\xb8\x22\xeb\x70\x49\x8a\x20\x41\xdb\xad\x0e\x41\xf3\xf0\x3c\x40\xaa\x30\x1d\xb5\x80\x16\xdb\x91\x43\xba\xce\x87\x8d\xed\x3a\xda\x6e\x03\xa2\x75\x5e\x31\x35\x4f\x8d\x1b\x0d\x08\x47\xb8\xdc\xdf\x47\x78\x8f\xd5\x8e\x3a\x0c\xa4\xb3\xcf\x35\x31\x0f\x95\x82\x30\xb1\x4a\xb5\x9a\x21\x52\x6b\xf2\xe0\xf4\xb2\x5e\x71\xa9\x2d\x67\xbe\xd3\x29\x9a\x75\x14\x26\x7d\xaf\xd5\x33\xdf\xb7\xef\x6a\x3b\x91\x75\xc9\x01\x83\x7b\xfc\x12\x68\xc6\x1a\x1f\x2f\x40\x22\x66\x87\x02\x80\xd5\x49\x8a\xa0\x6a\xa5\x8d\x79\xd5\x71\x49\x54\x0f\xfe\xdd\xa7\xbc\xa9\x8b\x5e\x4b\xcb\x18\x05\x05\xf8\x4e\x0e\xf4\x52\xfc\x9a\xe4\xa0\x75\x54\x21\xe4\x7a\xdb\x98\x37\xef\x94\xac\xc8\x3a\xca\x4f\x81\x1c\x5a\x76\x3c\xf1\xe6\xfc\x13\x0c\x38\x1e\x94\x1f\xa2\xd7\x40\x2f\x63\xfa\x3a\xb7\xfa\x30\x96\x10\x99\x48\x72\xaa\x4d\x07\xe1\x53\x47\x2f\xc8\x1a\xcc\x33\x16\x64\xfd\x88\xcd\x1f\x14\xf9\xbc\x55\xa6\xca\x0c\x51\x2a\x77\xab\x96\xe3\xa6\x9a\x3f\xea\x50\x2e\x66\xc1\xcb\x63\x35\xf4\xef\xb5\xb7\x1d\xb7\x1d\x24\x18\x4b\xdb\x89\xee\x5f\x6d\x8c\x3d\x05\x7f\x29\xd6\x30\xb7\xe9\x30\xe2\x64\xe8\x13\x94\xb4\xf5\xb6\x7c\xf3\x62\xb3\x71\x7c\xd3\x30\x6e\x6f\x96\xdc\x5a\x14\x5b\x5c\x74\x13\xa6\xe0\x33\xc6\x22\xd3\xf5\xd8\xd3\x3c\x46\xff\xc1\xb6\xf4\xfd\x1c\x9e\xd5\x6f\xea\xd6\x9a\x2c\x19\xc7\x3b\x44\x69\x79\x0d\xdb\xa1\x85\x7d\x52\xef\x3e\x72\x94\xb5\x29\xb4\xd3\xc2\x3e\x75\x37\x38\x11\xdf\x1d\xb4\xda\xf5\xbf\x1a\x15\x58\x75\x05\x6a\x9b\xc6\xd3\xfa\xfd\x88\xaf\x38\x98\xc5\x4b\x8d\x01\x78\xd9\xa1\x13\x36\xc5\x0c\xd3\xce\x3b\xf8\xe6\xb5\xb3\x9d\xbe\x6f\x8b\x43\xd3\x12\x2c\x90\x5a\x22\xb9\x85\x8a\x29\x16\x98\xa2\xaa\x99\xa2\x37\xc6\x9a\x1e\xde\xb3\x82\xaf\x6f\xca\xf9\x9c\x8a\x68\x77\xa1\xdd\xe6\x21\x0d\xd6\x21\x1d\xce\x8a\x7b\xb3\x3b\x6c\xb2\x47\xc0\xab\x7e\xed\x30\xa9\x65\xf7\xad\x12\xdd\x18\xe4\xfb\xbd\x72\xa8\x65\x1b\x6e\xeb\xed\x58\x91\xd7\xf1\x06\xb9\x6f\xb9\x58\xbd\x26\x92\xf4\xb5\xae\xaf\x63\x2d\xbc\xef\x37\xf6\xda\x4e\x74\xd5\xa6\x19\x38\x05\x79\x62\xc9\x4e\x36\xdf\x77\x02\xe0\x27\x8a\xde\x9c\xee\x46\x05\x14\x45\xe0\xa1\x68\x56\xb7\x54\x7f\xb9\x98\x39\xd9\x14\x72\x5a\x22\xf4\xe1\xb4\x6b\xd5\xaf\xe0\x7f\x84\x97\x43\xfa\xe0\x77\x1f\x8d\x53\xf0\x9a\x11\xa3\x02\x67\xc5\x87\x9c\x64\xcc\x84\x73\x9c\x15\x3f\xd9\x46\x47\x04\x67\xc5\x6b\x22\xe9\x43\x2c\xa5\xd2\x77\x79\xe9\xdb\x2c\x7f\x30\x97\x4a\xef\xe1\xc0\x9c\xcf\x1e\xca\xa5\xd2\x7b\xea\x32\x19\xa2\x44\xd3\x8d\x92\x55\x1f\x13\x17\xc0\xb9\x49\x40\xc3\x75\xb6\xd6\x39\x7f\xfa\xf8\xf6\x82\x12\x91\x2c\x3f\x10\x41\x56\xc5\x53\x39\xa0\x93\xad\xc3\x62\x9d\x54\xdd\x99\x84\xa5\x44\xa4\xdf\x08\x7e\x53\x50\x71\xce\xae\x77\x1f\x5a\x0c\x7a\xe5\x76\x7d\xe8\xb6\xdd\x7a\x1f\x29\x49\xe4\x8f\xfa\x95\xb8\xbd\x38\x6e\xce\xe3\xd6\x82\xa7\x65\x22\x7d\xdf\xd3\xa9\x17\x70\xa6\x7a\x2f\xcc\x45\x6f\x8a\x5a\x0f\xf6\xb6\x56\xef\x61\x1f\x33\x08\xad\xb0\xd9\xe8\x47\x25\x86\x2d\x47\xe4\x9c\xf4\x35\x0f\x55\x36\x53\x1c\x83\x75\xcd\x26\x0f\xe4\x84\x4f\x91\xef\xe7\x6a\xe7\x04\x0f\x38\x51\x88\xc2\x0c\x45\x6e\xdc\xa6\x52\x31\x59\x1d\xc3\xcc\xad\x14\x14\xe9\x60\xd5\x2c\x97\x87\x58\xc4\x3b\x2b\x65\xfe\x95\x00\x57\x0c\x65\xd0\x2c\x95\xa1\x96\xe6\xe5\x01\x4c\x6f\x25\x65\x69\xd4\x9d\xcb\xed\x8e\x26\x90\xd8\x7d\x77\x4a\xa8\x05\x84\x98\xaa\xcd\x42\x9f\x98\x93\xa7\x3c\x50\xd9\x23\xa9\x96\x1d\xb4\xc2\x52\x64\xbd\x8c\x49\x43\x95\x72\xaa\x7f\x02\x14\xd1\x50\x50\xb8\x3d\x1a\x7c\xf9\xbf\x7f\x2d\xf6\xb7\xbf\x16\xfb\x7f\xfb\x72\x81\x41\xa3\xa3\x06\xff\xfa\x9b\xf7\xef\xfa\xca\x79\xfe\xec\xf0\xc5\x4b\x70\xb1\x96\x2c\x89\x38\xe3\x29\x85\x57\x88\x60\x2a\xa3\xf5\xdb\x43\x0a\x95\x27\x1e\x2b\x3f\xb0\x30\x7b\xe2\x4d\x02\x2c\xe2\x0d\xe3\x8c\x46\x43\x4c\xf2\x3c\x1a\x61\xb8\xfa\x0b\xaf\x2e\x1e\x56\x1d\xf3\xca\x09\x0d\xaf\xa9\x90\x59\x42\x72\xb0\xdf\xb5\x81\xae\xc7\xa0\x8e\x9b\x20\xe3\x52\x37\x4b\x33\xa1\xd5\x97\x24\xd7\x8e\x75\xdd\x18\x0d\x94\xf2\xd5\x7b\x91\x52\x01\x0b\x43\x1b\xf8\xaf\xd9\x25\xe6\xee\x76\x76\xa4\x8d\x0e\xe1\x5d\x9d\x2c\xde\x14\xf6\x08\x77\x53\x61\xb8\x39\x9b\x5e\x38\x31\x19\x3b\x03\xfb\xdd\xec\xb3\xbe\xa7\x42\x6f\x65\xb4\x37\xaa\x30\x89\x45\xeb\xed\x9d\xc4\x40\xe9\x17\x27\x3c\xfc\xe7\x8a\x45\x18\xf4\x7d\xf9\x3d\xa7\xf2\x68\xd3\x68\x39\x76\x74\x86\x24\xb4\x55\xc2\x23\x75\x61\xbb\x52\xa3\x91\x6b\x3d\xbd\x14\xbb\xe7\x1e\x4e\x76\xd7\x45\x9d\xfb\xad\x8b\x35\x50\x08\x4b\x84\x69\x78\x29\x48\x56\x18\x7f\x16\x01\x6a\xaa\x68\x57\xee\x8c\x4c\x06\x55\xb5\x92\x27\x72\xfa\x48\x9d\x5d\x70\x84\x59\x7f\xe5\xce\xab\x57\x71\x97\x5d\x3a\x1a\x84\xac\xb9\x55\x09\x0f\x43\x8a\x58\xfa\x3e\xdb\xad\x0b\xce\x39\x0b\x95\xd8\x83\x08\x24\xe6\xf1\x10\x27\x31\x1d\xe7\x5f\x25\x3b\x7b\xf2\x32\x4e\x26\xf9\x74\xcc\x27\xe5\x34\x16\x93\x72\xba\xdd\xb2\x9a\x84\x10\xd4\x7f\x89\x1b\xd9\x3a\x10\x05\x72\x7e\x43\x64\xb2\xa4\xa9\x36\x48\xee\x92\x93\x86\x97\x45\xb9\x5e\x0b\x5a\x14\x16\x60\x4f\xfb\x79\x93\x81\xd5\xcd\x73\xb4\xa9\xfa\xe0\x46\x98\x6d\xb7\x7d\x84\xe4\x33\xd0\x67\xb7\x74\xde\xb5\x5a\x5e\x01\x94\xac\x17\x24\x7e\xda\xa9\x5a\xa7\xf3\xe2\x8e\xba\xb5\x8d\xe6\x76\xfb\x44\x55\x75\xaf\xe2\xec\xbf\x69\xbd\xec\x4a\x4f\x9c\xc5\x5e\xa2\xfd\xb8\xec\x4a\x4b\xb8\x1e\x37\x6c\x5d\x8f\xd3\x57\x45\xf4\xe5\x06\xf8\x34\xd7\x15\x8c\x27\x01\x10\x8c\xb5\x5b\x81\x07\xb7\xc5\x8e\xbc\x1d\xf6\xc8\xdb\x5a\x52\x8f\x5c\x49\xfd\x07\xb6\xc4\x4f\xb7\xbf\x1a\x8d\xc0\xb5\x60\xbf\xb4\x92\xf6\x6c\x20\x4b\x63\x1a\x5e\x96\x2c\xfb\xbd\xa4\x6f\xd2\xfd\x7d\x6b\xae\x01\xae\x5c\x63\x69\x82\xf4\x1a\xdc\x01\x24\x5c\xa4\x4a\x08\x3a\x92\x4e\xf1\x49\x8b\xe7\x15\xf1\x8d\xae\x0f\x9e\xa3\x0a\x2f\x33\xeb\x42\x38\x90\x48\x6f\x87\x1f\x5a\x11\xf9\x7e\x57\xc7\x7e\x5d\x1b\x41\x14\x3b\xfa\xf7\x6b\xd0\xbe\x7f\xff\xe9\xdd\x5b\xfd\x74\xa9\x87\xc6\x45\x98\xb1\x4c\xea\x14\x86\xb3\xed\x56\xbb\x9c\xc6\xae\xe4\x2a\xb0\x40\xf0\xe0\x70\x9a\x15\x6b\x35\x08\x35\x78\x61\x4e\xbb\xfe\x1c\x8e\xba\x02\xfb\xb0\xe1\xfd\x10\x81\x40\x63\xf0\x3b\x6c\xd1\xe7\xcc\xdb\x67\x38\x47\x55\x55\x6f\x7d\xc7\xd2\xf7\xf7\x46\x7b\x71\x4c\xc6\x56\x7f\x28\xc3\x4b\xdd\x0f\xc5\xe5\x25\x2e\xe3\xe4\x34\x99\xb0\x29\xa8\x96\xb4\x5f\xe9\xda\x9d\xb4\xda\x31\x97\x6a\x7f\x5e\x76\x95\x86\x69\xb3\x23\x5f\xc7\xe5\x24\x9d\xe2\x79\x3c\x1c\xeb\x7a\x7c\x7f\xfe\xd5\xda\x8a\xc8\xb9\x15\x91\xcb\x78\x3d\x99\x4f\xc7\xcb\x50\xef\x24\xec\xf1\x94\xef\x07\x24\xee\x46\xea\xbd\xc5\xd2\x78\x31\xc6\x02\xa1\x4a\xc6\xd9\xa9\x75\x6b\xac\xb5\x60\xf5\x55\x03\x4c\x43\xb5\x9b\xd2\x27\x73\xbd\xa7\xac\xb0\xf5\x6b\xda\x5c\xfb\x0c\x67\xbe\xbf\xb7\xc7\x26\x72\xaa\xcb\x78\x4d\x93\x9c\x88\x87\xcb\x48\x0d\x8c\x66\x92\xfe\x92\x0a\xc9\xd7\x8a\x52\x64\x01\xeb\x84\xb8\x7d\x87\xa5\x93\x7a\xba\x13\x03\x0b\xd0\x04\xbc\x13\x7d\x53\xce\x66\x39\x8d\xf7\x86\x20\x4a\x6b\xf6\xef\x39\xa3\x04\x3f\xc2\xc1\xde\x1e\x0d\x49\xaa\x91\x7b\x9b\x15\x92\x32\x2a\x5a\x87\x6a\x0d\x07\x02\xa7\x5b\x2b\xa2\xd6\xf6\xc9\x49\xe9\x9c\x0c\x2a\x1e\xe7\x05\xdd\x3d\x17\xcc\x8a\xd7\x3a\x29\xad\xcf\xe8\x9a\xa8\x78\xcf\x9c\x65\xf2\xf9\x3c\x40\x6d\xb1\x00\xc7\x34\x5d\xd3\x91\x57\x79\xbe\x33\xad\xd7\x93\x38\x3c\xc2\x87\x64\x97\x21\x39\x32\x67\xc5\x90\x85\x63\xb3\x81\xe9\x16\xdd\x16\x30\x1c\x0b\xeb\x8c\x16\x0e\x26\xb3\x79\xd0\xb8\xc6\xf0\xb0\x87\xbe\x3e\x18\xd5\x7c\x4e\xd4\x86\x67\x9d\x67\x32\xf8\x72\x32\xc0\xd3\xfd\x2f\xc1\x43\xdc\xb8\x68\x9c\x7b\x14\xfb\xfb\xc8\xe2\x20\x31\x99\x14\x53\xa8\xa1\x39\x07\xcb\x63\xb7\xf1\x38\x89\x37\xfa\xe2\x53\x24\x31\xf0\x26\x98\x26\x31\x6c\xb8\x3c\xc7\x89\x19\x0f\x11\xc7\xf6\xad\x47\x51\x29\x2c\x03\xd2\x1a\xc4\xad\x00\xdc\xdb\x98\xb0\x69\x4c\x26\x4c\xad\x5c\xe0\x40\x39\x1a\x56\x58\x85\x27\x56\x56\xeb\xe4\x26\xb8\xdd\x4e\xa6\x1d\x08\xbd\x0e\x48\x10\x44\x6b\x33\xc2\xfd\x7d\xbc\x23\x86\x77\x0d\x4c\xff\xb4\x23\xbf\x6c\x1e\xec\x65\x2e\xeb\xd8\xc7\x6f\xd5\x32\x47\x25\x8e\xf4\x83\xa6\xdc\x9c\x2c\xe4\x98\x22\xe4\xfb\x74\x32\xac\xdf\x1f\x54\xdf\x63\x01\x2e\xe7\x29\x93\xaf\xb5\xb9\x8d\xef\x77\x63\x02\x84\x45\x77\xdc\x29\xa8\x9d\xa1\x88\xc5\xce\x50\x34\x8b\x2d\xd1\xac\xd3\x59\x55\x8d\x93\x90\x1a\xd7\xef\xa6\xd3\xe2\x12\xcb\x9d\xc1\x78\xba\x1b\x15\x30\x5c\x62\x81\x22\x19\x12\x29\x89\x99\x40\xc0\x62\xa5\x09\x5a\xc9\x5e\xea\x69\x65\x93\x74\x04\xe6\xff\x29\xf2\xdb\x05\x91\x43\xef\xaa\xda\x9d\xc8\x2d\xa7\x74\x8d\xc0\xe6\xf3\x1e\x8b\xa5\xe6\xb9\xdf\xe1\x58\x7c\xd5\x53\x98\x73\xb0\xe6\x0c\xce\x36\xd0\x44\x00\xba\xda\xf9\x7b\x1c\xc7\x59\xa8\x47\x92\xda\x6b\x5b\x8f\xff\x59\x58\x0f\x2a\x88\x66\xdb\x2d\x83\x68\x3b\xac\x40\xe1\x32\xe3\x3c\xa7\xc4\x3d\x44\xe2\xdb\x2d\x07\x38\xfb\x8a\xa7\x3d\x70\xb4\x95\xb8\xd3\x27\xf8\xf1\x69\x2a\x52\xbb\xba\xe2\xb4\x68\x06\x91\x9e\x56\x73\xdf\x0f\xd4\xdc\x68\x1d\x49\xfa\x3e\x3b\x0d\x0a\x3d\xa6\x0e\x0e\x70\x0e\x82\x25\xa1\x41\x5e\x4b\x9f\x0c\xe1\x11\x42\x51\x0d\x54\x67\xc5\x29\xcd\xa9\xa4\x83\x76\xb5\x4d\x85\x08\x9b\x2c\xdb\x6d\x2f\x24\xc2\x59\x97\x53\xc1\x99\x8a\x69\x9a\x80\x9b\x8a\x6d\x9e\x7d\x28\x31\x70\xca\xde\x2d\x19\x37\x44\x8c\xea\x52\x52\xea\xb0\x79\x5f\xac\xe6\xf6\x07\x0b\xae\xad\x32\x5a\x9c\x63\xa8\x28\x0e\x0e\xf0\x08\x9e\x5e\x6f\x99\xb5\xec\x2e\x30\xb9\xa3\x01\x82\xe4\xa0\x25\x9f\x35\x48\x67\x0a\xd4\xf3\xff\xbd\x16\x62\x3a\xeb\xce\x42\xe1\xe1\x54\x25\xb2\xc7\xf7\xf8\x8b\x91\x13\x3a\x55\x3b\xbd\xd6\x59\x06\x8b\x87\x63\xf6\x15\x75\x5f\xd1\x96\x13\x3a\x61\xd3\xa9\x5d\x2b\xd8\x75\x78\x3c\x7c\xca\x86\xa9\x5e\xcf\xf3\x96\x0b\xa1\xee\x9b\xe3\x43\x84\xd5\x2a\x43\xfa\xfe\x4e\xf3\x31\xab\x8d\x21\xb4\xfb\x19\xa4\xb6\xd9\x97\xd7\x99\x90\x25\xc9\x8d\x9f\x23\x1b\x34\xeb\x38\x84\xa5\x76\x3e\x44\x4d\xc4\x8f\x3c\x85\x65\x56\x13\x7a\xc4\x0f\x0b\x7f\xc2\x3d\x13\xb7\x6d\x68\x93\xe9\x53\x94\x20\x8b\xdd\xd3\x2a\x11\xec\xb6\x39\x03\xa8\x47\x56\xef\x7b\x7b\xf5\xea\xdc\x7e\xd4\x8b\x2a\x4f\xc8\x5c\x75\xe5\x7d\x10\xdd\x57\x0d\x32\xe1\x21\x84\x33\xb0\x4a\xc8\xc6\xce\xc1\x62\x7d\x12\x2c\x64\x1e\x89\x00\x55\xd5\x5f\x74\x29\x03\xb7\xc2\xb3\x58\x3c\x75\x23\xfd\x67\xd5\x90\xd9\xa3\x77\xcb\x5b\x17\x85\x9d\xb3\xd9\x80\x37\x37\x4c\x37\x6a\xd9\x99\x93\xbb\xc8\xcb\x58\x9e\x31\x7a\x00\x2f\x76\x79\x15\x76\x1c\xfc\x45\x13\x6f\x55\x1c\xbc\x49\x38\xd3\x6f\x6c\x7f\x6f\xdc\xfe\x6d\xc0\x9f\x5b\xe4\x8d\xe8\xca\xab\xa6\x38\x5b\x91\x05\x75\x60\x21\xec\x5c\xb6\xdd\xf0\x6b\x2a\xe6\x39\xbf\x89\x6a\xff\xde\xd3\x4a\x91\xca\xe6\xf0\x30\xe9\x19\xfa\x8e\xd5\x2c\x66\xe6\xdd\xe8\xc6\xac\x1c\x5e\x92\x2e\x1c\xeb\x22\x78\xe2\x3e\x2b\xde\xa8\xca\x31\x89\xa9\x7e\xb6\xd8\x6e\x26\xcc\xb5\x5a\x0e\x8b\x16\x27\x93\xd0\x97\x6b\x33\x15\x0f\x78\x63\x86\x25\x06\x93\x17\x48\x80\xaf\x76\x83\xa6\x4f\xd5\x33\x3f\x41\x09\x70\x74\xdc\xbe\x85\xd5\xab\x6d\xdb\x1b\xda\x27\x52\xf6\x46\xb0\x67\xf7\x7d\xa9\xf6\x8f\x0c\xc1\x7b\xd2\x71\x2c\x91\x68\x09\x33\x00\xb4\xaf\x13\x65\x2d\xfd\xa0\x7e\x93\x27\x83\x17\x72\x36\x90\x0b\xcc\x4e\xd5\x4e\x50\xef\x6e\x1b\x93\x2f\xdf\x0f\x44\xec\x58\x80\xc9\xe6\x29\x8d\xa7\x3a\xb2\xeb\x67\xf1\xf7\x8f\xfa\xe5\x3e\x7f\x74\x10\xbc\x79\x74\x10\xbc\xee\xb9\x26\xa6\xed\xb1\x48\xeb\xc0\xa6\x68\xed\x47\xd5\x8a\xcd\x3b\x80\x93\x24\x38\x6e\xa8\x8f\x1a\x60\x5d\xd7\x6c\x00\x58\x73\x98\x11\x4c\x5e\x1d\xfc\x67\x8a\xbe\x5c\x60\xef\xe0\x6f\x23\x0f\xb5\x9f\x53\xd7\x8f\x8b\xe4\x31\xd0\x47\x1c\xe8\x2b\x8d\x5e\x34\xaa\x5c\x7b\x2e\x07\x83\xae\x6d\x1c\xac\x1f\xb9\x1d\x13\x0f\x0a\xce\x53\xfb\x11\xd5\xaf\x8f\x3f\x7c\x17\xee\xb4\xfe\xb2\x39\x84\xbd\x88\x13\xd0\xf8\x61\x5f\x87\xcd\x65\x39\x27\x9d\xda\xf4\xce\x9b\xf2\x63\x1e\xcb\xd3\x4d\x56\xfc\x42\x67\x57\x99\x8c\xf6\xf4\x5b\x61\x81\xa7\xc3\xaf\xd6\x6b\x4a\x04\xb8\xa6\x54\xdb\xd0\x1d\x89\x0e\x03\x59\xc9\xd6\xe2\x1d\xff\x1c\xed\xed\x05\xf0\x0a\x7a\xbd\xa3\x9c\x67\x82\xce\xf9\xad\xde\x57\xe2\xac\x78\xbf\xa6\x82\xec\x82\xa9\x2d\x2d\xa9\x81\xde\x15\x91\x79\x99\xa6\xbe\x0e\x98\x99\xfb\x80\x4e\xd3\x7c\x7f\xef\xcb\xf3\x74\x41\x7f\xfd\xf2\xd7\x34\xac\x01\x7a\x2e\x0c\xa2\x2a\x72\x9a\x37\xb4\xa8\x0e\x1b\x74\x86\xa6\xd2\x61\xd5\xa8\xa8\xd5\x46\x48\xb3\x5c\x36\x0f\xf2\x89\x98\xda\x11\x4b\x27\x72\x7f\x34\x1d\xab\x28\x25\x01\x42\x5b\x34\x4c\xe3\x6a\x57\xe0\x1d\xdc\x40\xc4\x81\xb7\x2f\x70\xa6\x46\x02\xd4\xe8\xa4\xaf\xf8\xe7\x56\x62\xe1\xa6\x15\x6e\x12\x20\xe8\xa4\x72\x93\x88\x2a\x7d\xcd\x11\xa7\x31\x78\x4d\x2d\x57\xec\x00\xd6\xc0\xe0\x24\x96\xc9\x83\x1b\xeb\xf6\x73\x9e\x83\x27\x63\xf5\x73\xb0\x10\xe0\xb9\x14\xbe\x8b\xa5\xc8\xd8\x95\x0a\x65\x79\x7e\xc0\xd7\x24\xc9\x24\x38\x0c\x6f\xbe\x84\xf6\x23\xfb\xf9\x20\x33\xee\x90\x3f\x73\xbe\xf2\xa6\x63\xd7\x28\xac\x3d\x3c\x95\xe4\xd7\xe4\x51\x6b\xbb\x1d\x2b\x00\x6e\xf7\xac\x69\xdd\xf5\x4c\x75\xba\x1a\xfd\x0d\x33\x1c\x1c\x00\x27\x60\x02\x8f\x34\x9d\x7a\x5e\xe4\xad\x6f\xbd\xb1\x2e\x38\xf6\xbc\x7d\xbe\x4f\x74\xf3\xe7\xf6\x8d\xcf\xa5\x7d\xd7\x13\xaf\xe2\x20\x28\xe3\x4d\x85\xf4\x33\xa0\x4b\x5c\x9a\xc7\x3f\xe7\xb8\x44\x78\x11\x6f\xbc\x9b\x03\x41\xc1\x21\x6f\xe4\x51\xfb\x89\xbd\xc2\x89\x2e\x9c\x78\xe6\xc4\xb3\x3a\xde\x11\x10\xd7\x8e\x7d\x27\x0d\x85\xcc\xed\x83\x3a\x72\xc2\xa6\x46\x40\x68\xa6\x32\xf3\x84\x9c\x30\x4b\xa0\x9d\xc5\x6f\x7b\x54\xfc\x0f\xe3\xf3\x3c\x5b\x7b\xe8\xeb\x78\x88\x74\xb6\x58\x34\xb2\xed\xd7\xe2\xef\xc1\x69\xf4\xeb\x97\xbf\xfe\xfd\xd7\xe2\xef\xe8\xf4\x57\x03\xfe\xeb\x4c\xc5\x16\x7f\xff\xf5\xef\xbf\x7e\x89\x4e\x7f\x2d\xfe\x7e\xaa\x0f\x72\xc7\x56\x3d\xcb\xeb\x1a\xe6\xb6\xe4\x69\xcc\xeb\x72\xe7\x78\xd9\x07\xbb\xec\x83\x5d\xe2\x79\x03\xab\xcd\x47\x02\x81\x76\xcb\x6f\x63\xde\xaa\x61\x37\xd7\xb2\x3f\x57\xab\xae\xd5\x84\x4f\x35\x32\xea\xab\x8e\x5e\xa8\x71\x6a\x72\xaa\x6f\x9d\x60\xee\x82\x70\x7d\x17\xc4\x5b\x11\xb1\xc8\x98\x17\x41\x60\x6d\x3c\x16\x47\x26\x97\xbb\xd4\xb9\x67\x7f\x52\x2f\x81\xb4\x6e\xcc\x1b\x78\x30\x6f\x1f\xc3\x2d\x6c\x73\x75\xc4\x9e\x0b\x4d\x86\xd3\x7d\x6f\xe0\xed\xcb\xc9\x91\xfd\x38\xb4\x1f\xa3\xe6\x2c\xa0\x0a\x04\x1a\x37\x77\x4c\xbc\x19\x57\x03\x94\xa4\xfc\xa6\x07\x31\x67\xc8\x39\x28\x60\xde\x3c\xdd\xc6\xd4\x50\x1c\x0d\x1b\xb3\xb7\xc9\x70\x1a\xab\x3f\x35\x31\x0d\xd5\x39\xc2\xe6\xeb\x60\xf4\x77\x0e\xb3\xb6\xbe\xc9\x31\xf0\x50\x15\x08\x3c\x54\x7b\xca\x9a\xd5\x67\xce\xfa\xcf\xf7\xe9\xc4\xf3\xbd\xe6\x36\xd0\xa9\x3e\x10\xc8\xc9\x1d\xe8\xf4\xcc\x65\x02\x05\x7d\x17\x7f\xf9\x6b\xb4\xc8\xf9\x8c\xe4\xbf\x06\x41\xb8\x7f\x8a\x7e\x45\x5f\x3a\x86\x87\xad\x37\xc6\x06\xb4\xe1\x7f\x93\x29\x80\x01\x70\xda\x98\x28\xdc\x61\x4f\xcd\xe5\x91\x79\x2a\xaf\x06\xf7\xd0\xa9\xdc\xa7\x91\x13\xe5\x7b\xe8\xab\xe1\xa9\x04\x82\xd3\xc8\x31\xf0\x3b\x6b\xb4\x33\x9d\x2d\xdf\xe6\xf2\x12\x04\x5f\x34\x51\xeb\x60\x98\x58\x9d\x11\xe9\xa1\xd3\x9b\x60\xc2\xa7\x2a\x73\xcc\xf6\xbd\x8d\xb7\x4f\x51\xb4\xa3\x42\x3d\xed\xb0\xd1\xde\x9d\x9e\x9e\x1c\x27\xb4\xf5\x21\xad\x8c\x27\x53\xcc\x7a\x69\x64\x5f\xf2\xe3\x31\x0b\xe9\x2d\x4d\x02\x8a\xc6\x88\x4f\x46\xd3\x6e\x7d\xbe\x2f\xf5\x0c\x31\x31\x03\x16\x9b\xdf\x7d\xae\x7a\xdd\xe8\x51\x20\xa7\xe1\x18\xec\xa1\x70\x45\xd6\x7d\xe7\x8e\x0d\xdd\xf7\xad\x7d\xc8\xbe\x87\xbc\x0a\x21\xc3\x1c\x78\xe0\xa1\xa9\x63\x30\x2c\xe8\x35\x15\x6a\x29\x11\x0a\x9a\x96\x09\x6d\xbb\xe0\xa9\x2f\x7e\x4d\x86\x6a\x7e\x50\x7c\x8f\x95\x14\x3c\xac\x79\xc7\x1a\x8a\x0c\x31\x43\xfb\x62\xdf\x06\x39\xaa\xe0\x42\x68\xc0\xd0\x13\xb0\x1e\x58\x5c\x15\x9e\xbb\xa7\xaa\x8d\x49\x8d\xed\xbf\xcb\x80\x61\x8a\x14\x78\xd4\x8d\xaa\xd9\xe4\x66\x67\xd5\xdf\xc7\x24\x9d\x2d\x81\xe2\x3a\xb3\x89\xc8\xba\x06\xf9\xd0\x72\x36\x1d\xdb\x33\x4b\x0c\x32\x4c\x60\x19\x9a\x12\x75\x37\x32\xd4\x1c\xe2\x93\x78\x88\x8b\x98\x8e\xc9\x57\xb5\xa2\x90\x58\x45\x61\x1e\x17\x13\x72\xcf\x5c\x92\xdb\xc3\x2f\xbe\x7b\xa5\x30\xc8\xd1\x38\xf1\xfd\x9b\x20\x81\xe6\xd5\x27\x77\x6d\x97\xc9\x39\x42\x37\x41\x0e\x10\x6d\x65\x4c\x39\xc8\xd8\x20\x57\x3b\x9c\xbc\x7b\x2a\x51\x1a\xdd\x61\x1a\xe7\x93\xd2\x60\x66\x3d\x85\x28\xe4\x4a\xfb\x2c\x6b\x1e\xd6\xf1\x75\x53\xe7\xaa\xdc\x35\x5a\x77\x0b\x9d\x23\xdf\x3f\x0b\xd4\xe6\x6f\x8e\xd7\x93\xf9\x54\x23\xbc\x6b\x3e\x9c\x9e\x1a\x23\xd1\xd4\xc2\x97\x38\xb5\xf7\x06\x75\x74\x60\xc5\xbf\xc2\x65\xbb\xad\xe5\xbf\x0a\x9e\x5e\x05\x42\xe7\x10\x93\x72\x1a\xa7\xa8\x5e\x0e\xca\xce\xa3\x7f\xd8\x7a\x74\x8e\x77\xe9\xce\x5a\x83\xbf\x33\xca\x87\xe6\xb5\x9e\xe1\x58\x34\xca\x2c\xb1\xbf\x6f\xef\x2b\x52\x58\x68\xc2\x1c\x10\x78\x11\xdf\xdf\x77\x67\x05\xe4\x45\xdc\xf7\xf9\xc1\x81\x1b\xf9\xab\x34\x33\xd9\xc0\x8b\xb8\xe2\xaa\xaf\x59\x2d\x0d\x68\x58\x94\x33\x8d\x60\xc0\xb0\x50\xf2\x3d\x16\xfb\xa3\xfa\x66\x44\xa3\x50\xeb\xcf\x82\x40\x5f\xc5\x50\xa4\x58\x16\x9e\x30\xae\xc1\xb9\x65\x54\xec\xed\x59\xf7\xf5\xd0\x15\x7c\xc2\xeb\xf7\x0b\xa7\xf0\xe2\x28\xaf\x87\xf7\xc1\xe8\x81\xe1\xbb\xef\x0d\x9c\x92\xe0\x1a\x9a\x5a\xf2\x79\x9f\xf8\xda\x9b\xc6\x4a\x8e\xe9\x30\x78\x40\x87\x98\xd1\x74\xbb\x6d\xe2\xb5\xaf\x72\x48\x38\x6c\x25\xbc\x55\x4b\x44\x15\x7d\x04\xd1\x36\xd7\x43\x4f\x24\xc2\x42\xee\x14\xd4\x59\x91\x97\x4b\xe1\x29\xc9\xb5\x37\x52\x1d\x87\xb3\xb8\x1e\xac\x63\xf1\x55\xb6\xa3\xbc\x27\x71\xa6\x56\x1e\x4c\x13\x88\x68\x51\x50\xc4\x52\x0d\xd4\xfa\xa6\x8b\x62\xf4\x02\x15\x5d\x46\xcf\x5b\x1e\x25\x26\xf9\xd4\x3c\x19\x8d\x4d\x69\x39\x56\x91\xa8\xee\x40\x7e\xca\x9a\x3b\x99\x66\xca\xad\x9b\x75\xdb\x9a\x57\xe5\x57\xf1\x50\xad\xa5\x47\xe0\xbd\x81\x46\x74\x1f\xd2\x0f\x46\x8e\xb8\x7b\xdf\x3c\x31\x2b\xcd\x44\xe5\x79\xe3\xfa\xd9\xc8\xa7\x9c\x48\x7a\xce\x22\xc0\xd3\xef\xbe\x36\x6f\xe2\x4e\xf8\xd4\xf7\x4d\x53\xf4\x81\x65\x23\xe6\xf4\x98\x60\x0d\x39\xe3\x43\x54\x00\xd7\xe2\xb5\xfe\xb9\x86\x47\x2e\x05\xc2\x09\x84\xc7\x5a\x9b\x32\xea\xe4\x3a\x46\xac\xd6\x8a\xe3\x11\xf6\x22\x0f\xb3\x89\x98\x62\x6f\xec\xbc\xd7\xdb\xdc\x57\xad\xdb\x7e\xde\x33\x5a\x47\x63\xb6\x7b\x92\xa4\x55\xcf\xec\x60\xe4\x9e\x25\xb1\xa9\x91\xf8\x37\xfa\x61\x04\xc5\x52\x5c\xbf\xa8\xdd\x9c\xa5\x74\xe7\x82\x22\x6e\x1c\x3c\x44\x64\xe7\x1e\x7a\x20\x10\xbe\xa2\x77\x91\xc0\x70\x7d\x5d\x82\xc2\x7c\xaf\x68\xe0\xd0\xc6\x09\xc4\xa4\x75\xff\x3c\x98\x05\xdc\x99\x44\x72\xd5\xa0\x24\x1e\xe2\x32\xe6\x35\xf7\x26\x5f\x95\xb6\x51\x89\xe5\xde\x34\x2e\x27\xc9\x74\x9c\xeb\x4e\x4a\xb1\x62\x09\x3e\x49\x15\xcf\x15\xfa\xb6\xf7\x27\xae\x2f\x1f\xc7\xb5\x41\x42\xe1\xac\x11\xdf\x98\x29\xbf\x73\xd3\xcd\xfa\x7d\xdf\x25\x02\x6f\xe9\x12\x45\x4c\xc3\x2b\x7a\x07\x3a\x42\xd5\x6a\x35\xf3\xb5\xab\x1d\x83\x63\xfa\x4d\xfb\xce\x58\xd1\xd8\xa7\xc5\x87\x76\xde\x2b\x26\xb9\xd9\x68\x25\xf6\xcc\x56\x8d\x1e\x9c\xc6\x41\x19\x97\xcd\x3e\xca\xff\x72\x81\x6f\x03\x2f\x54\xcb\x9d\x06\x13\x89\x10\x82\xf5\x5d\xb2\xef\x55\xde\x7e\xa0\x1a\x53\xb6\x57\x82\x5e\x05\x3e\x0f\xc6\xcc\xbd\x48\x9e\x82\xb2\xba\xed\xc5\x20\xe0\x58\xc0\x3b\xd4\x0e\xa1\x5e\xff\x77\xf8\xed\xbc\x7d\xe5\xac\x76\xae\x41\x51\x30\xa1\x53\xec\xe8\x05\xf9\x69\xf0\x26\xe0\x58\xed\x19\x68\x92\xcd\x33\xb5\xcb\x7f\xa7\xed\xb2\x32\x2a\x10\xe6\x0e\x63\x45\x9e\xf7\x97\xf4\xa8\xc5\xfd\xde\x30\x79\x29\xf3\x8c\x51\x38\x9e\xef\xb1\xea\xd8\xcc\x39\x93\x17\xd9\x67\x1a\x51\xac\x67\xea\xc8\x1b\x0e\x8e\xd7\xb7\x1e\xd6\x2f\x99\x44\xde\xe8\xb9\x0a\xa9\x42\xbe\x6f\xc5\x48\x7a\x2b\x5f\xe5\xd9\x82\x45\xb5\xff\xf7\x79\x4e\x6f\x2f\x40\xd1\x11\x0d\xab\x0a\x17\xf7\x39\x8a\xac\x8f\x74\x80\x1d\x0b\xba\x22\x4c\x66\xc9\x19\xcf\xb9\xd0\x2c\x48\xe7\x73\x9a\xc8\x02\xe7\x31\x0d\x15\x86\x05\x56\xeb\xaa\x19\xf8\x07\xfb\x06\x46\x13\x8c\x2c\xeb\xda\xf0\x1b\x92\x5c\x2d\x04\x2f\x59\x8a\x53\x27\x1a\xbc\x87\xad\xe3\x0d\x78\x19\x3f\x80\x07\x40\xd4\x8f\x7e\xc7\x43\x7d\x69\x87\xe3\x07\x87\xd8\x50\x09\x30\x88\xbc\xc6\x1f\x9d\x57\xb5\x75\xe6\x75\x7f\x97\x28\xa0\x78\xa3\xf8\x50\x46\x23\xbc\xcc\x16\xcb\x33\xce\xa4\xb0\xf7\x80\xa3\x35\x9e\x01\x9a\xa6\x44\x59\xbf\x47\xa3\xa6\x5a\x6c\x1a\x65\x7c\x0c\xe3\xcd\x8c\xdf\x5e\x64\x9f\x33\xb6\x88\x3c\x9d\xed\x00\x1e\xa0\xd1\xdf\x91\x37\x5a\xdf\x0e\x0a\x9e\x67\xe9\xc0\xdb\x4f\x70\x59\x50\xa1\xaf\x01\x47\xc6\x2c\xb0\xff\xf8\x02\x3a\xe8\x35\x4d\xb8\x7e\x09\xcf\x02\xf7\x74\x5b\x52\x8a\x42\x61\xb9\xd6\x8f\x83\x79\xd8\xac\xd2\x14\x2b\xe8\xbe\xd6\x98\x7c\x24\x69\x56\x16\x51\x11\x02\xa9\x69\x7a\xc6\x05\xa3\xc2\x7a\x27\x37\xbe\xe9\x8c\xfb\xc2\xaf\x07\x7f\xf7\xa2\x8d\x7d\x5f\x30\xf2\x04\xcd\xf5\xb5\x06\xed\xf3\x1d\x1e\x6a\x51\x4c\x52\x4d\xb1\xeb\x94\xf2\xbf\x46\x62\xf0\x6f\xaf\x79\x42\x03\x94\x2d\xf0\x12\x5c\xbf\x8b\x28\xad\x1b\x6f\x1c\xa7\x78\xb8\xcf\xd3\x5e\x86\xad\xcb\xc8\x28\x53\x28\xbb\x6e\x04\xa3\x8d\x2d\xca\x71\xa1\x29\xf5\x66\x43\x84\x8b\x69\x6c\xd2\xbd\xef\x04\xb9\xd3\x4c\x85\x25\xaa\x70\xd7\xdf\x5f\x6f\x39\xf0\xe2\x24\xbb\xb7\x1c\x86\xaa\x8e\x23\xc6\xe6\x2c\x4b\x6b\x22\xeb\x51\x3c\x1c\xfe\x2f\x3d\x40\x7f\x11\x64\xad\x98\x01\x9e\xa4\xc2\xfa\x1d\xdb\xbb\x33\xfd\xb8\x5b\xc3\x13\x44\xb1\xc8\x1b\x49\x57\x45\x1d\x57\xb5\x3c\x03\x36\x15\xd9\xd3\xb2\xb6\x67\xc7\x8d\xaa\xeb\x3b\xc1\x6f\xa2\x11\xde\x01\x05\x67\x8e\x24\xc8\xcd\x08\xf8\x90\x97\x45\x68\x25\x11\x6a\x3c\x2a\x2a\x08\xf0\xcd\xed\x24\x6a\x9f\x8d\x9b\x8e\xb0\x6a\x89\x27\x68\xea\x4e\x9d\x3b\x3e\x07\x45\x78\x56\xfd\x45\x2b\x56\x26\x7b\x4f\x56\x86\x08\x13\x15\x7a\x71\xa4\x56\x1d\x5a\x24\xe7\x2a\xe2\x70\x88\x70\x02\x29\x27\x08\x97\xea\xe3\x39\xc2\x69\xcc\x82\x17\xcf\x11\x5e\x43\xc2\x73\x84\xe7\x31\x0b\x4e\x8e\x10\x5e\xc6\x2c\x38\x3a\x42\x78\x05\x26\xb2\x87\x08\x2f\xe0\xe3\x08\xe1\x6b\x95\xe5\x05\xc2\x33\x28\x14\xe1\x3b\x6b\x44\x7b\x09\xe7\x3a\x27\x08\x9f\xc1\xc7\x0b\x84\x6f\xd4\xc7\xe1\x73\x84\xaf\x00\xe6\x05\xc2\x17\x70\x6b\xe1\x25\xc2\xb7\xaa\x94\x11\xc2\xef\x55\x3d\x2f\x10\x3e\x7f\xca\xc9\xe3\x8a\x2c\xa8\x5a\x82\x16\xb8\x7e\xc4\x7c\x16\x2e\xd5\x58\x9d\x85\x19\x9e\xe8\x97\xa2\x8c\xb3\x63\x27\x90\xd3\x74\x76\xe7\x3c\xf1\x07\x29\x9a\x9f\x66\x90\x04\xaf\xfa\xb1\x90\xe4\x12\x5e\xf6\x71\x8a\x99\xe2\x22\x26\x9d\x48\x5d\xdc\x74\xbb\xa5\x21\x94\xb8\xdd\xb2\x76\x9e\x4e\x44\x0d\xcf\x34\x3c\x4e\xe2\xcd\x4e\x72\xd4\x57\x45\x0f\xaa\x35\x5c\x0b\x7f\x0c\x05\x47\x06\xa1\x0a\x97\x71\x71\xba\xa9\x22\x53\x8d\x39\xed\x8d\xf6\x86\x76\x4a\x19\x64\x5d\xcf\x1c\x69\x76\xed\xe1\x8e\xbf\xae\x12\x73\xec\x2c\x5b\x4d\x6a\x0e\xf7\x1b\x42\x82\xdf\x87\x33\x7d\x38\xab\x3e\xf4\xa1\xad\x44\x15\xc2\xdd\xb2\x6f\x15\x6c\xbb\xe4\x04\x33\xbc\x21\xb9\x8c\x8a\x53\xa2\x16\x20\x48\x0d\x85\x37\x8a\x37\x8e\x10\x7e\xad\xb8\x46\x31\xcb\x27\x60\x9f\x13\xb4\x6b\x9b\xfe\x23\x17\x2b\x63\x3a\xae\x3f\xb5\xd9\xf8\x6b\x78\xd1\x41\x7b\xdf\x37\xdf\x3a\xe1\xfb\xe6\x45\x6e\xfd\xa9\xa3\x2f\xf4\x05\x1e\xb8\xb0\x63\xbe\x5b\x66\xeb\x30\xba\x7e\x53\x1c\x3a\x44\xf8\x23\x60\xf3\x0c\xe1\x0f\x80\xdf\x09\xc2\xef\xd4\x4a\xe7\x19\xc2\x3f\x2a\xc4\x5f\x22\xfc\x36\x66\xc1\x4b\x84\xbf\x05\xc0\x11\xc2\xaf\xe0\xe3\x10\xe1\x6f\x60\x74\xb9\x67\xcc\xdf\xb7\xb4\x59\x09\xd1\x7e\x4b\x4f\xf7\x82\x3d\x1a\x66\x85\x71\x62\xea\xfb\x7b\x34\x34\x5e\xa6\x51\x54\x1b\x73\xb9\x57\x5d\x6b\xd8\x53\xe7\xbb\x1f\x34\xa9\x01\xcd\x97\xb6\x34\xae\x51\xfa\xec\xd8\xdb\x2a\x34\x8a\x72\xf6\x8e\xb2\x12\xc6\x1b\x60\x92\x29\x89\xec\x6c\xa3\x7e\xe9\x64\x00\xd3\x3a\x98\x4e\x00\xdc\xae\x84\x9c\x1c\x3f\xed\x5e\xfa\x55\x84\x38\xf5\x94\xd4\x55\xc5\x03\x66\x6a\xfd\x11\xd5\x51\x1e\x28\x96\x7f\x56\xa4\x3c\x3e\x44\xf8\xbb\x5e\x39\xa1\x00\x41\x44\xd4\xdc\xaa\x44\x84\xf5\x8c\xcc\xd7\xc5\x7d\x7c\x7f\xb5\xcb\x9b\x2d\x9e\x67\x50\x04\x48\xea\x1f\xee\xad\xb9\x51\x6e\x2e\x49\xa1\x26\x8f\xe2\x54\x82\x3b\x0e\x96\x52\xa1\xc2\x9d\x60\x40\xf1\x77\x28\xfa\x2e\xa0\xd6\x5d\xca\xef\xbd\x45\x1b\x67\xb6\x2b\x22\xae\xe0\x91\x5c\x2d\x03\x55\x4b\x79\xbb\xa5\x22\xfe\xde\x3a\x7f\x68\xac\x53\x7a\x1a\xba\x51\x6d\x81\x66\x81\x2d\x3b\xab\xf9\xce\xf7\xc5\xa9\x07\x5f\xef\x88\xb8\x52\x3b\x1d\xdc\x90\x80\x6b\x7e\x51\x68\x80\x27\x61\xf3\xb2\x6f\xdf\x15\x41\x09\x4a\xd5\xaa\x6a\xb4\x4e\xd0\xbc\xff\x3c\xb5\xcf\x1a\x3d\xb3\x9a\xcf\xb7\x5b\x09\x0e\xe8\x4e\x77\x84\x15\x3c\xfe\xd8\xee\x26\x10\x9b\x15\x6e\xe7\xb4\xf4\xfd\xf7\x1f\x47\xa0\xa0\x09\x67\x29\x11\xb0\xda\x79\x12\x06\xad\x1c\x15\xee\x14\x61\x51\xf9\xe7\x1f\xe0\x5f\x1a\xca\x25\x5d\xd5\x8f\xa0\x7c\x0e\x24\xda\xc1\x64\x87\x81\xeb\x3e\x36\xb1\xef\x54\x2c\x47\xd0\xbf\xd7\x82\x33\x50\x91\x45\x36\xa4\x35\x6c\x80\x6d\x39\x6b\xbc\x36\xab\x29\xb6\xdd\x38\x2d\x0c\xde\xe8\xc1\x60\xda\xf2\xb7\x56\x5b\xea\x51\x2e\x03\xe7\xd4\x0a\x2e\x3b\xc8\x65\x56\xc0\x33\x69\xae\x87\x2c\x16\xf2\x35\x65\x17\xba\xe0\x5d\x5f\x44\x2c\x5c\x03\x1a\xd2\x65\x7a\x27\x07\xe8\x0f\x16\x54\x5e\x68\xbc\xf5\x43\xb3\x8e\x16\x06\x2c\xc0\xc6\x8a\x66\xbe\xcf\x7d\x3f\xf3\x7d\x1e\x48\x9c\xa1\xaa\xc2\x4c\xc9\xa6\x55\x56\x14\x7f\xac\xf2\x76\xa6\xa6\x68\x1e\x20\xa7\xcc\x76\x81\x75\x1f\x9b\x12\x5d\xa8\xb1\xf4\x7d\x69\x77\xf3\x14\x55\xb6\x1f\xd7\xaa\xc7\x18\xc2\xb5\x57\xd1\xba\x7f\x13\x14\x48\x70\xcf\xdb\x72\x68\xa6\xc4\x4a\xbf\x33\xb2\x6e\x2b\x7a\x24\xa4\x95\x4b\x66\x11\x6e\x3d\x3a\xea\x52\xdf\x92\x3b\x5e\xca\x87\xd7\x0c\x0e\x9b\x48\x7d\x76\x73\xca\xc2\x3c\x63\x57\xa6\x44\x78\xf2\xa2\x15\x53\x61\x1e\x38\xd8\x6d\x74\x5d\xb5\xf8\x81\xd5\xf7\xef\x58\xc7\xaa\x5d\x00\x44\xfc\xe0\x44\x40\x65\xff\x31\x11\x17\xee\x28\x8b\xfe\x6d\x63\x1b\x7e\x8d\xfe\x09\xe2\xdb\xa5\x59\xab\x79\x9d\xe3\xd6\x7b\x1a\x9b\x85\xdf\x0a\xb2\x50\x9f\x18\x5c\x66\xc8\xb0\x07\x6d\x70\xdb\x17\xb6\x31\xef\xc6\x81\x92\xc8\x89\x6b\xe1\xdf\x4a\x68\x9a\x00\x0e\x06\xb1\xac\x82\x2c\x84\x87\xf3\x19\xd8\x97\xfe\x4b\x2b\x5a\xfe\x61\x97\xc2\xc5\x8e\xa6\xa3\xcd\x3f\xff\x02\xab\x43\xb5\xf5\x5a\xb7\x36\x6b\x66\xe7\xde\xb7\x67\xeb\xdf\x89\xe9\x95\x55\x64\xcc\x0f\x47\x9d\x3c\xdd\xcd\x2f\x0d\xd7\x24\xa7\x52\xd2\x90\xd1\x52\x0a\x92\x7f\xa2\x42\x66\x44\xdc\xbd\xca\x65\x05\xce\xd4\x31\xa5\xf1\xd1\x73\x2c\x69\x5c\x63\xfa\x0a\x05\x43\xfc\xaf\xf0\x37\x84\x19\xbd\xa7\x7d\xd6\x30\xcb\x28\x49\x9c\x8d\x2b\xf8\x0b\xa4\x93\x7f\xa9\x8d\x6b\x4b\x36\x76\x51\xf3\xbe\xcf\x16\xcb\x5c\x5b\x93\xb4\x36\xf4\x4e\x7c\xd2\x89\x31\xbb\xdf\x1a\xd3\x1b\x14\x20\xa4\x67\x3d\x84\xf9\x7d\xc8\xba\x6a\x27\x9c\xd9\x67\x4a\x76\x15\x50\x65\xad\x74\x4a\xe3\x9a\x70\x78\x1d\x27\xda\x59\xbe\xa4\xab\x46\xdf\x54\x3f\xcb\xe1\xa4\x2a\xec\xea\xb7\x26\x7a\x73\xd9\xa7\x1b\x56\x71\x12\xce\x78\x7a\x67\xd6\xc9\x78\x11\x6f\x94\x8c\x88\x26\x65\xad\x1a\xd2\x4d\xd7\x60\x5a\x9f\xd5\xa3\x52\xe9\xd7\x1f\x55\xd3\x86\x4d\x3a\xbb\xe1\x86\x5d\x40\xbb\xd3\xe9\x92\x55\x5f\x25\x15\x6e\xa9\xc0\xfe\x05\xfa\x19\x84\x1f\xc0\x74\xa7\xa7\x5d\x15\x4d\xad\xdc\xd2\x5a\x29\x6b\x45\x0b\xdc\x6b\x90\xa3\xd4\xdd\xd6\x53\xda\xdd\xd2\x3f\xa4\xb7\x5a\xdf\x0e\x4e\xd6\xb7\x03\xa3\x1d\x70\x74\x5e\x60\xc0\xd4\x55\x3a\xd5\xb8\xd7\x0a\x45\xdb\x86\x1d\xed\x90\xa9\x4b\x9b\xd5\x5b\xec\x77\x15\x3f\xbb\x7c\xdf\x55\xde\x60\x63\xf9\x15\x8d\x76\x18\x59\x22\x4d\x6c\xc3\x44\xd1\x83\xe3\x67\x6d\x46\xc7\xbc\xa5\xb8\x0a\x57\xc5\x81\x71\x08\x50\x92\x5c\xc9\x30\xfd\x8a\x51\xad\x64\xd2\xcb\x9a\xd7\x44\x5c\x29\x11\x80\xfb\x32\x38\xab\x11\x27\x9f\x11\x20\x1f\x44\xb6\x22\xe2\xae\x52\x53\x39\x55\x48\x3b\xef\xa8\x3c\x8c\x70\x1a\xde\x2c\x33\x49\xdd\x7c\x76\xcf\xd4\xca\xf7\x48\x73\x5a\x0b\xe2\x27\xe2\x67\xc6\xdd\xc3\xf8\x2d\xff\x2c\x21\xff\x5b\x54\xb4\x4f\x71\x3c\x86\x66\x77\xc0\x19\x2a\xda\xa2\x9c\xd9\x3e\xda\x00\xc9\x2f\xe0\xd5\x81\x5a\xf5\x67\x65\x40\xc6\x96\x54\x64\xd2\x51\x99\xe9\x69\xa8\x67\xe2\xc1\x2b\x72\xfb\x8b\x33\x54\x2b\x4c\x58\xb2\xe4\xe2\x6d\xc6\xae\xa2\xcd\x43\xc3\x4f\xaf\x70\x20\x95\x94\x92\xd7\x32\xbd\xae\x1c\xa4\xac\x30\x6f\xd8\x2b\x24\xb5\x4a\xe1\x86\x8b\x74\x27\x52\x15\x08\x4f\xbc\xcf\xb9\x58\xb9\x8a\xed\x37\x2c\x05\x2d\xe6\xd0\x56\x7b\x01\x56\x5d\x2e\xc8\xae\x46\xfc\x1e\xe9\x79\x8f\xa6\xd1\xde\x84\x37\xf2\x64\x95\xa5\x69\x7e\xbf\x0e\xbe\x56\x82\x7a\x23\x5d\xfd\xfb\xda\xfe\x9f\xe6\x79\xb6\x2e\xb2\xc2\xc3\x3b\x77\x02\x70\x4f\x77\x55\xb8\xb5\x97\xb1\xac\xb4\x33\xb3\xd7\x6b\x19\x2b\x0d\xd5\x66\x23\xf2\x0e\x87\x1d\x41\x28\xcc\xae\x03\x54\xb1\xf7\xdc\x80\xc0\xab\x8c\x7d\xef\xce\x14\x2b\x72\xdb\x88\xe3\xfa\xe8\xe8\x5f\x61\x66\x67\x01\x2d\xc7\x9d\x88\xa7\x51\xcf\x39\x38\xf2\x86\x5e\x8f\x02\x5c\xd2\x69\xbc\x69\x55\x08\x8f\x2c\x3a\xf5\x41\x58\x6b\xc4\xe1\x76\x04\x50\xa7\x16\xec\xf5\x1b\x3c\x4e\xd1\xe0\xae\x83\x6b\x51\xbd\xe9\xb0\xa3\x4a\xf0\xfe\x06\x33\x9e\x7e\x5d\xca\xf7\xa6\xb1\xbb\xbe\xc9\xe0\x31\xfe\x76\xe6\xee\xfa\x24\x43\x4e\x31\x70\x7c\xb0\x53\x0c\x01\x27\x2b\x0f\x17\x43\x54\x31\xa6\x59\x8f\x4f\x59\x15\x6e\x49\xc6\xa8\x35\x2f\x5f\x94\x33\xc5\x02\x2e\x15\xc0\xcd\x4b\xf1\x30\x06\x05\xaa\xb0\xb3\xfb\x8c\x36\xf7\xcd\xd0\x1d\xf1\xd6\xf0\x62\xcf\xa9\xd3\x3d\x2c\xf7\x34\x0e\x69\xb1\x02\x1c\x11\xb8\x6d\xca\x9d\x07\xcc\xee\x13\xb9\xce\x5b\x49\xf7\x4a\x65\x9c\xf7\x30\x9e\x66\x6c\x95\xf6\x20\xcd\x72\x45\x33\xb5\x15\xeb\x7b\x8d\xaf\xbb\x8a\xba\xe7\xd4\x46\x0d\xb2\x3f\x75\x62\xa3\x4d\xce\x25\x11\x6a\xad\x53\x8d\xbb\x7b\x10\x81\x82\x05\x2c\xfa\x05\x8d\xbd\xc3\x13\x35\x30\xb3\xde\x85\x3f\x79\x6c\x2d\xbd\x53\xf4\x39\x0a\xfe\x01\x2d\xaa\xf7\x38\xcd\x5a\x92\xcc\x0a\x9e\xc3\x8b\x93\xfa\xe0\xf5\xf0\xa4\x67\xe5\x94\x29\x82\x9b\x97\xa0\x0f\xf5\x49\x59\xbd\x8a\x35\x64\x19\x3d\x37\xe3\x7e\x64\xf6\x2e\x05\x35\x0b\x67\xaf\x67\xb6\x96\x74\xe5\xd5\x45\xf4\x00\xa4\x56\x49\x0d\xc3\xb4\x07\x20\x07\xc3\x7d\x47\xb3\xeb\xbe\x3b\x98\x15\xf5\x74\xdd\x7e\x5a\xab\xd1\xc4\x46\xed\x57\xf8\xdc\x79\xf9\x9e\xda\x4c\x72\x0b\xb6\x7e\xb6\xf2\x21\xf8\xcc\xbe\x4b\xd9\xb7\x64\x71\xe4\xe2\x3d\x20\x90\xe8\x75\x04\x48\x0f\x6c\x7b\xed\xd5\x12\x0d\x3d\xd0\xee\x0a\xc8\x4c\xaa\xf7\xf4\x93\x5e\x18\xb7\xe7\xb9\xbe\x02\x5d\x00\x4f\x8f\xb2\xfb\xc8\x53\x27\x7a\xbb\x07\x80\x7d\xe0\xdd\xe7\x34\x2b\x9c\xdf\x3b\x06\xcc\x7b\x97\xa2\xd9\x4c\xe2\xb2\xf5\xe2\x25\x5e\xe0\xeb\x98\x83\xaa\x61\xd6\x0c\xaf\x6b\x14\x14\x14\x37\x5e\x52\x5b\xaa\x01\xbd\xff\x9b\x69\x5d\xd1\xb5\xfe\x21\xcd\x46\x6e\x32\x0b\xcd\x27\xbe\xae\xbf\x8a\xa9\xd9\x9b\x99\xb3\xa0\x6b\xf3\x4a\xa6\xef\xab\x82\x2c\xdf\x9a\xe8\xfa\x89\x4c\xe1\xfb\xd7\x61\xb3\x7c\xc3\xcc\x80\xd7\x2f\xe8\x5d\xb7\x1e\xa0\x9c\x62\x69\x00\xea\x07\xea\xae\xbb\xef\x49\x4a\xdf\xdf\x53\xc5\x74\x1e\xd7\xac\x65\xf1\xb5\xfb\x98\xa4\x23\x80\xaf\xdd\xa7\x16\xe1\x29\xce\xd0\xdb\x4f\x43\xb2\xef\x0d\x7c\x3d\x71\xe2\x41\x37\xa6\x7e\x27\xf3\xba\xf5\x84\x63\x3b\xaf\x85\x71\x56\xcf\xf5\x1c\x3f\xf6\x2a\xfd\x9a\xe6\x7a\xaa\x59\xc8\x88\xfd\x68\x62\xe8\x67\xaf\x76\x26\x24\x4f\x02\xb5\xdc\x1d\x1c\x0c\x94\xb0\x44\x6a\x75\xd0\x7d\x7f\xb4\x43\xdc\x40\x6e\xb7\x25\xda\x79\x81\x73\x87\x62\x16\x6e\x8f\x77\xc8\xb6\xbc\x8f\x6c\xee\x1b\x9c\xff\xaf\xa2\xca\x2c\xac\x79\xdc\x12\xc3\x7d\xe9\xb2\x7e\xcf\xf2\xba\xfb\x9e\xe5\x9f\xa6\xf1\xf2\x0f\xd1\x78\x89\xaa\xe9\xd4\x19\xa4\x13\x07\x61\xcb\xaa\x60\x2c\xf0\x0d\x29\xb2\x02\x66\x77\xc7\xfe\x04\x26\xa7\x55\xc6\xf4\xae\x43\xa8\x15\xde\xce\x2b\x86\x7d\x8c\xfa\x08\xdd\xfb\x38\x75\xf5\xc7\x39\x75\xf5\x17\xa8\xb8\xfa\x43\x54\x5c\x01\x15\x9d\xdd\x56\x6b\xec\xba\x73\xca\x64\xe6\x2a\x7a\xf1\xb5\x1b\x9a\xee\xcc\x28\x6d\x68\xd3\x27\x6e\xfe\xcd\x3d\xeb\x8d\xca\x3e\xc9\x39\xd3\x2f\x70\x66\x4a\x9c\xd4\x93\x08\xd6\xdf\x38\xef\x93\x1a\xad\x47\x38\xa7\xce\xb4\xe4\x16\xd0\x9e\x84\x26\xb3\xce\x09\x18\x54\xd7\x8e\xb2\x55\x4e\x5b\x13\x92\x62\xb7\x26\x88\xaf\x5b\xa1\x44\x71\xd3\x7d\x3b\xa9\x7a\xa5\xa8\x9a\xb0\x83\xb5\x79\x3b\x74\x66\xde\x0a\xbd\xd6\xbf\xd3\xce\xec\xa5\x6a\x77\x23\x54\xfd\x6e\xd8\x0c\x0c\x67\x65\x78\x1d\xde\xb7\x6a\xd4\x5c\xdb\x15\x14\x0b\xb5\x6c\x5a\xfc\x05\x3e\x5c\xe8\xf1\xb9\xf3\x22\xe7\x6c\xe7\xd9\x4d\x85\x7c\x37\xea\x5f\xe1\x19\xde\x5c\x67\x45\x36\xcb\xf2\x4c\xde\xb5\xae\xb5\xab\xa5\x59\xd2\xe7\xc9\xc2\x1c\xaa\xc1\x59\x88\x1d\xa4\x70\xbc\x63\xc7\x34\x1c\x2c\x19\xd9\x6a\x2e\xb3\xbf\x6a\xb8\x9d\xc4\x34\xbc\x62\xfc\x46\xbf\x01\x5b\x98\x93\x95\xe6\x3e\x7c\x0e\xc5\xc2\xdc\xd8\x44\x26\x3b\xd7\xe6\xcb\xb8\x3e\x60\x6f\x22\x41\xe5\xab\x3b\xbe\xe6\xd8\xb5\x7b\x64\x63\x67\xed\x9c\x06\x7d\xd3\x7f\x8a\xd7\xa8\xc2\x65\xbd\x66\x78\x1d\x12\x14\xfc\x0d\x27\xd4\x5c\x5b\xc1\x1b\x70\xfe\x18\x79\xed\x85\xc7\x1b\x38\x65\x47\x38\xa5\x7f\xf1\x3c\xef\x92\xc3\x1e\xe0\x1d\x2f\x0b\x7a\x0e\xef\xfc\xdc\x7b\x0e\xa6\x4f\xe7\xd5\x02\x43\xc0\x21\x54\x3b\xdf\x58\xf8\xbe\x08\x38\xa6\x98\xda\x07\x4b\xf5\xf9\x1e\x1c\xb4\x99\x6a\xe0\x14\xfa\x8f\xd5\x00\x59\xbe\x21\x05\x7d\x52\x05\x80\xcf\x5b\x4a\xae\xfb\xd8\xe8\xb1\x76\x40\xbe\xba\x1a\xb7\xd8\x1f\xe8\xdd\x6b\x7e\xc3\xfe\x58\x99\x26\x53\x6f\x81\x50\xdf\x3b\xfe\xa7\xd0\x54\xd9\x1e\x21\x46\xf7\x8c\xd5\x3d\x6a\xfc\x93\x67\x96\xc5\x92\x97\x79\x5a\x1f\x65\x69\x1f\x99\x7d\x7e\xdf\x4c\x29\x77\xaa\x14\xf3\xe8\x1b\xb4\xa7\xe7\x34\x6c\x4d\xc1\x2c\x07\xe1\x39\x7c\x1c\x23\xbc\xa4\x60\xe4\x76\x88\xf0\x4a\xa7\xbd\x44\x78\x01\x71\xa3\x11\xc2\xd7\xf0\x35\x3c\x71\x8c\x72\x66\xb4\x65\x95\xd3\x7f\xc3\xad\xbe\xc3\xb2\xa6\x21\xdd\x97\xf6\xba\x9a\x67\x6e\xcc\xa9\x58\x54\x29\x74\x42\xd7\xf2\xe5\x8e\x36\x7d\x92\xd5\x4f\xfb\x82\x10\xba\xa2\x77\x32\x03\xbf\x5c\xc5\x69\x4b\xeb\x6a\xa5\x53\xd4\x08\xaa\x0a\xb7\xe0\xed\x45\x90\xc6\x1c\x6e\x4e\x55\xd6\x05\xed\xda\xde\xa3\xe6\xe5\xfc\x25\x80\x50\x34\x36\xe1\x15\x84\xdd\x73\x35\xe7\x81\x61\xe6\xfb\x81\x7d\x51\x93\x38\x1e\x06\x88\xf5\x30\x40\x5a\xf8\x80\xd3\x7e\x27\x62\xbb\x7d\x24\x73\x6d\x24\x04\x39\xeb\x90\xef\xf3\xb0\x04\xae\x08\x58\xf3\x68\x31\x08\xf5\x7b\xb1\xb6\x62\xa8\xf5\x2a\x32\x0f\x05\x5d\x64\x85\xa4\x02\xae\x38\x39\xe0\x0c\xea\x60\x4d\xb2\x5b\x4f\x85\xf0\x64\x6a\xaf\xf3\x6c\x88\xc8\xc8\x6b\x6b\x6e\xf7\xcd\x9d\x25\xba\x6e\xe7\x9b\xd4\xde\xc6\x19\x3b\x18\xf4\xb8\xee\xd5\xcf\xaf\x84\x24\x4d\x3f\xc0\x31\x94\xd5\xc6\x06\x12\xe1\xda\x39\xc8\x0d\x8c\x23\xbc\x3b\x90\xbd\x81\xa7\x38\x2e\x69\x6c\x8d\xf4\x9d\x01\x73\xe3\x15\x58\x37\x92\x55\xc0\x15\xf9\x2f\xe8\xef\x25\x65\x09\x2d\xdc\x7e\xd7\x17\x05\xa6\xb8\x03\x31\xe6\xa1\xd5\x01\x5f\x50\x69\xe3\xc1\x73\x65\xef\xd5\xce\xfa\x86\x69\xb7\x5c\x89\xc2\x35\x5f\x07\x4e\x63\x6c\xca\xce\x76\xf3\x1a\x3a\x2f\xc3\xec\x60\x84\x39\xaa\x02\x82\x7b\x91\x40\xb6\x07\x66\x34\x20\xb6\x8c\x9d\xde\xc8\x9a\x8e\x28\xaa\x2a\xe0\x98\x61\x1a\x76\x80\x10\xc2\x05\xd8\x91\x5d\xf6\x08\x49\x6d\x16\xb1\xcc\xf2\x54\x50\x86\x79\x7c\x47\x9b\x87\x4b\x53\x25\x77\x26\x9e\x4d\xf5\xa6\xe0\x5b\x88\x87\xb6\x4a\x0c\x2f\x35\xb5\x2b\xab\xf9\x20\x08\x40\xb1\x84\x26\x6b\x1a\xce\xa6\x71\x86\xa5\xfa\x22\xfa\xab\xc7\x8a\x33\x26\x58\x22\x54\xe1\xb3\x7b\x27\xe2\x5a\xac\xd7\x2f\x66\xd8\x77\x88\x60\x4a\xae\x2f\x8d\x74\xa6\x66\x19\x5e\xea\x05\x7b\x6c\xcd\x1a\xb4\xf8\x91\x20\xdd\xdf\xd1\x15\xcf\x3e\xd3\x54\xad\x05\xf4\xd2\xef\x87\x66\x04\x3f\xd5\xb8\xa0\xef\xbd\x57\x8a\xf0\x66\x49\xc0\xd6\x25\xda\x1b\xea\x35\x99\x7c\x78\x42\xe9\x22\x6c\x87\xe4\xe9\x4e\x4c\xfd\x5c\xb5\x7c\x78\x41\xa0\x58\xd6\xce\x81\xcc\xce\x81\xcc\x5d\x10\xb8\x93\xaa\xb4\xb6\x21\xaf\xea\x3e\x05\x93\x73\x77\x2c\x30\xe7\x75\xa4\xfb\x0c\xc3\xb2\x34\x52\x18\xb7\x0b\x79\x93\x3a\x66\x75\x4c\xd1\xc7\x18\x52\xc9\xbf\x6c\xe9\x83\xa5\x6b\xf0\xc3\xec\x6c\xaf\xa6\x7d\xc7\xe0\x87\xa8\x78\xb8\x33\x5e\xc4\x32\x84\x85\xb9\x92\xb7\x06\xf9\x37\x90\x92\xc7\x32\x94\x5c\x92\x1c\xe8\xc3\x4b\x70\xe5\x09\xf7\xff\x6a\x6b\xc4\x02\x97\x3a\x06\x6c\x1d\x71\xaa\x2a\xd9\x59\x51\xbe\x2a\xf0\x3a\xae\x45\x7e\x7a\x5a\xd2\x28\xc5\xf3\x58\xd6\xeb\x6c\x0b\xf8\x03\xbd\xc3\xcb\xf6\x12\x0d\xaf\x54\xd8\xb1\xf5\x5a\x68\x1f\xc4\x8e\xf9\x15\xbe\x6b\xa2\x20\x7c\x19\xb3\x50\xd0\x7c\xcc\x8c\xcf\x3d\xdf\xf7\x2e\x67\x39\x61\x57\x1e\xdc\xeb\x37\x8e\xf8\x5a\xee\x70\x7c\x3f\xb8\x8c\x2f\xb7\x5b\x8f\xf1\x39\xcf\x73\x7e\x33\x60\x5c\xd5\x4a\xc5\x80\x71\x41\xe7\x54\x08\x2a\xcc\x05\xef\xb3\xf8\xb3\x5a\xdf\x5c\xb5\xec\xce\x19\x9e\x85\x04\xe1\x8b\xf8\x17\x95\x76\x6b\xf8\x4b\x9b\xcf\xbd\x8f\x59\xd8\xe9\x7f\x7c\x1e\x33\x77\x76\x1c\x9f\xfb\xfe\x99\xef\x07\xe7\x71\xfd\x0c\xea\x83\x63\x31\x38\x57\xf3\x9f\x9a\xdf\x00\x7c\x87\xbb\x2c\x6e\xd7\x6a\xfc\x19\xe1\xf9\xa6\x3d\xb3\x74\x65\x15\x7e\x7f\x7a\x4f\x61\xf5\x2c\xd7\x27\xa9\x10\x7e\x6d\x6d\xd8\x5b\xc6\xe9\x6f\x1e\x31\x30\x07\xd3\xa9\x6e\xd2\x25\xc5\x1b\x87\x2a\x51\x8b\x46\xb8\x2b\xee\xdf\xe0\x7a\x5d\x74\x51\xe1\x3e\x0f\xed\x3b\x55\x93\x1d\xcb\xf6\xd7\xf8\x0a\x4b\xbc\x11\x74\x1e\x51\x2b\x58\xf0\x52\x05\x59\xa8\x7e\xb0\x71\x5d\x6b\xf9\x06\x0b\x9a\x47\x97\x2d\xa3\x58\xd0\x1d\x09\x9e\x53\xc7\x54\xd9\xd8\xeb\x2f\x49\xb1\xe6\xeb\x72\xed\x45\x67\x76\xd5\x63\x52\x6a\xbd\x51\x74\x76\x0a\xcd\x8c\xe3\x78\x1e\xb5\x40\xd6\xbc\x80\x7b\x47\x5e\x54\xec\x8f\x4c\x5c\x41\xa5\xf6\x4b\x93\xdb\x1b\x01\x56\xbb\x14\x01\xe7\x81\x67\xa6\x88\x69\x0f\x4d\xb5\x81\x2e\x6d\x09\x46\xcc\x59\xb3\xc1\x6a\xd2\x9a\x38\x0b\x00\x3b\x97\x0e\x00\xc4\x59\x00\xb5\x67\xe8\xa4\xab\x28\x0c\xbc\xaa\x76\x29\xd1\xd9\x29\xed\xec\x76\xac\xb4\xde\xbd\x1d\xb0\xc6\x1d\x53\x15\xb3\xa2\xff\x08\x9d\xe1\x06\x31\xe8\xa7\x59\xd3\x0b\x45\xc4\x31\x88\xb3\x88\xe0\xae\xb1\x74\x94\xf8\xfe\xf2\x74\x69\x69\x6b\x85\x55\x54\x62\x47\xae\x44\x2b\xdc\x96\x2a\xd1\x02\x3b\x32\x25\xba\xc3\xdd\xb9\x2a\xa2\xbb\xf3\x57\x85\x6f\x91\x7e\xca\xa1\x6f\xe6\x08\xde\x63\xbe\xa3\xba\x00\x5f\x14\x7a\x13\x93\x52\x84\x6f\xea\x2d\xfb\x07\x18\xba\xf8\x8a\xc6\x59\x38\xe7\xe2\x86\x88\x54\x4d\xd5\xbd\x5e\x36\xac\x6b\xbd\xc6\x52\xd8\xda\xc4\x9e\xb9\x22\xdf\xbd\x45\x53\xc4\x37\x6a\x45\xbd\x01\xe8\x88\xe3\x16\x6c\x24\x1c\x06\x27\x15\xba\x77\x28\xef\x18\x3f\x17\xa1\x39\x71\xc3\x6a\x08\xc9\x6a\xa7\x93\xfb\xb2\x18\x2d\x49\x05\xb4\x18\x5f\x51\xd7\xa7\x4c\xec\xfd\x6c\x8e\x62\x8d\x79\x9a\xda\xb4\xeb\xeb\xe9\x17\x6d\xf5\xc6\x15\xc5\xbb\x27\x83\x2d\x25\x4f\x9b\x1e\x2d\xd3\xf9\xb1\xbe\xfe\x2e\x97\x42\xc9\x7e\x7a\x33\x38\x17\x82\x8b\xc0\xfb\xa4\x32\x0f\xb2\x62\x50\xbb\x6d\x1b\x70\x01\xc6\xec\xa1\x76\x00\xc4\xac\x77\x2b\x25\x77\xec\xc2\xd4\x9e\x3a\x4e\x84\x25\x87\x73\x76\x22\x6c\x7b\xa7\xd6\xd3\x44\x03\xff\xe7\x4d\x31\xb9\x53\xc3\x13\xcd\x31\xe5\x43\xe6\x98\xd3\xaa\xf6\x71\x52\x2b\x8b\x3a\x3d\xe1\x55\x08\xdf\xfe\x65\x4d\xd1\xff\xed\x65\xe7\x7f\x47\xfb\x42\xc3\x9b\x65\x96\x2c\xe1\x7a\x38\x09\xa1\x13\x4e\x03\x16\x5e\xd2\x5b\x9a\x94\x92\xd6\xb2\x36\xa0\x08\xfc\xea\x76\x9c\x72\xf7\x38\xc3\x47\x51\x5b\xa3\xf3\x84\xb5\x31\x0b\x2f\x1d\x2d\x2d\xe4\x7a\x74\xc9\x2a\x9f\xb6\x64\x65\x0f\x2f\x59\xa5\xb3\x64\xed\xd1\xf6\x19\x9d\xf5\x53\x48\x9b\xf5\x29\xfd\x32\xdf\xcf\x82\x07\xfa\x95\x23\xbc\x71\x2f\x25\x59\xd9\x0e\xf7\x92\x9a\x09\x86\xe2\x36\x85\x76\x54\x65\x50\x9b\x9a\x0d\xfe\xba\x7a\xf2\x91\x9a\xd4\xb4\xf8\xe7\xa9\x02\xba\xb9\xff\x5b\x44\x51\x95\xfd\x49\x9a\xb4\x75\x88\xf7\xd4\x93\xfc\x37\x95\xb6\xed\x3a\x4e\xdb\xc1\xa8\x57\x8b\xd9\x1d\xa2\x4f\xc5\xa1\x9b\xcf\xe9\x24\xbd\x79\x04\xb7\x7f\xb5\xe6\xca\xf7\xf7\xb8\x73\xe0\x84\x9a\x31\xbb\x16\x3c\xa1\x45\x91\xb1\xc5\x27\x5e\x26\x4b\xdf\xcf\x4e\x33\x18\xf7\xd0\x49\x41\x2d\x06\x2c\xc5\x00\xea\x42\x12\xd1\x7e\x10\xa3\xdd\x56\xdf\xdf\x0b\x3c\xce\x8c\x61\x70\xca\x6f\x98\x97\x75\x25\x84\xf6\x55\xbd\x24\x2c\xcd\x29\x14\xfa\x8a\xa5\x1f\x1c\x4b\xe2\xa0\x56\x26\x9b\xd8\x1d\xf9\xe8\x49\x95\xcd\x03\x17\x6c\xa6\xaa\x4f\x77\x6b\x70\x85\xfd\x48\xc1\xf7\x4b\xc1\x37\xab\x15\x4d\x33\x22\x69\x5b\x1c\x02\x26\xa4\xb8\x63\x09\x3c\x91\x3c\x0f\x09\x68\x95\x8d\x2b\xf4\x02\x22\x97\x26\xf2\x49\x9b\xe6\x7a\x01\xf9\x3a\x4b\xdf\xa9\xdd\xec\xee\xfb\x1e\x2d\x7a\xee\x52\xb3\x07\xc8\xf1\xce\xae\xdf\xc3\xe8\x82\x60\xcf\x2d\xc4\x78\x73\x6f\x11\x18\xef\x0d\x3b\x97\x52\x6a\x4c\x7f\xc9\xf2\xfc\x27\xb6\xea\x47\x16\x68\x63\xdf\x2a\x09\x5a\x8e\xe2\x8b\x26\xba\xfa\xff\x8d\xe2\x60\x67\x93\xb1\xbe\x47\x45\x30\xd7\x1b\xf0\x65\x67\x0b\xbd\xf4\xfd\x60\xf9\xd4\xfd\xf3\xd2\x6c\x8a\x57\xbb\x7b\x73\xbb\x36\x59\x3d\x79\x7b\xfd\xe8\x3e\x76\xd9\xec\x54\xd5\x2e\xed\x89\x9b\x55\x7d\xa9\xca\x83\xc7\xf5\xaf\xe4\xfa\x40\x6f\x40\xbd\x48\x4e\x76\xe2\xa6\xb0\xdc\xee\x29\x94\xb6\x98\x31\x96\x95\xde\xa8\xfe\x04\x3e\xbc\x9c\x9b\xea\x91\x26\xc3\x5b\x38\x45\x76\x37\xb7\xed\x83\xe1\xfe\x4d\x67\x77\x47\x3b\xaf\x77\xb4\xeb\xf6\x8e\xb6\xd9\x0e\xef\x0d\xfb\x6e\xb4\x3f\xac\xa0\x58\xa9\xbd\xe4\xbd\xda\x89\x5e\x3d\xaa\xc5\xcd\x1a\xc8\x44\xac\xb1\x44\xda\x6e\x59\x7d\xb8\xfb\xa4\x0d\xf7\x63\xdb\x66\x33\xbf\xb7\x77\xcf\xe9\x69\x1a\xce\x32\x96\x06\x14\x3f\x30\x77\xb3\xee\xdc\xad\xd5\x23\x30\x73\xc3\x2a\x0b\x35\x07\x3c\x0f\x6e\xbd\x1b\x1c\xec\x76\xbb\xbb\xff\x76\x95\x02\x3b\x53\x9a\x3b\xd9\xe8\x9c\x4d\x18\x4b\x32\x83\xf1\x1d\x0d\xb1\x66\xc0\xac\x38\xa8\x05\x80\xd3\xa5\x8a\xc3\x1c\x1f\x1d\x5e\x64\x7d\x20\x74\x13\xa6\x55\xb3\x57\xbe\x70\x6c\x9f\x34\xb3\x06\x0c\x73\x4c\x70\x82\x4b\xd4\x01\x33\xfb\x8f\x80\x75\x13\x94\x30\x69\x65\x96\x0f\xec\xc6\x57\xf7\xed\xc6\x7b\x6f\x08\xee\xe2\xb7\xf3\xe6\x0b\x26\xf6\xd1\x35\x47\x8e\xe6\x71\xd1\xaf\x12\x4d\x1a\x95\x68\x7e\x5a\xd2\x28\xc7\x65\x5c\xb4\x54\x9f\x69\xac\x84\x48\xa4\x7d\x63\x39\x02\xc4\x3c\x25\xd1\x31\x0f\x60\x6a\xbc\x52\xb8\xec\x0c\x76\xce\x11\x35\x17\xa0\x4d\x5c\xdb\x22\x84\x76\x0c\x42\x76\xae\x6e\x5a\x46\xb2\x17\xc3\xa3\xc6\x37\x81\x63\x84\xea\xb8\x1a\xc0\x49\x1d\x57\x9b\x4c\xd8\x1b\xc4\x11\x6d\xee\xdf\x63\xf7\xfe\x7b\x44\x5b\xd7\xe1\xb1\x62\xab\x88\x86\xea\xa7\x9f\xc7\x46\x15\xd8\x41\xd4\xca\xd5\x7b\x35\x13\xda\x4b\xd3\x8e\xba\xcf\xd5\xd9\xa6\x78\x16\x26\x3d\xd2\x3b\x69\x67\xea\xc7\x43\xab\xa0\x52\x57\x05\x25\x8d\x0a\x8a\xed\xaa\xa0\xb8\xef\x97\xa7\xe5\x8e\x0a\x8a\x54\x78\x8d\x1e\x62\x38\xeb\xc6\xa2\x4f\xaf\xa1\x36\x88\x8d\x68\xef\xec\xcd\x1b\x3d\xc7\x76\x4b\xe8\x7d\x54\xba\xa0\x78\xd3\x56\xfc\xc8\xea\x01\x6c\x9a\xe1\xd5\xf3\xde\x91\xf6\x77\xe7\x70\x7e\x11\x93\x7e\xce\xcf\x1b\xce\x2f\x14\xe7\xab\xb1\x40\x76\xa7\xff\xb2\x1d\x09\xb2\x2b\x55\x71\xce\x69\xc0\x3a\x26\xdd\xd3\x80\x79\x13\x05\xe1\x65\xbc\xb1\x12\xcf\x2e\xbe\x5a\x5b\x90\xf6\xc8\xda\x1d\x08\x50\x48\x4b\x36\xb7\x1d\x62\xe0\xee\x75\x79\x9d\xde\xbe\x41\x0f\x25\x29\x09\x59\x0f\xe8\x0a\xaf\xe2\x07\x26\x04\x97\x4f\x97\x86\x4f\x37\xad\x09\xa8\x6e\xcc\xce\x66\xb6\x3d\x01\x25\xa7\x89\x9e\x80\x60\x8d\x47\xbb\xf3\x08\xcc\x11\x3d\x0b\x87\xf2\xb4\x04\x6d\x41\x7d\xb8\xe6\xce\x3b\x3b\x75\xdb\x3d\xe3\x3d\x83\x16\x37\x0b\x16\x33\xe5\xd4\x8b\x19\x3e\xb9\x37\xcd\x3a\xbd\x71\x9c\xd6\x20\xbc\xf8\x2b\xa3\x7f\xb5\x3b\xd8\xf3\x07\x94\xce\xb4\x47\xe9\xbc\xec\x1f\xf1\xf5\x90\xde\x1b\xb5\xd4\xca\x69\x57\xad\xbc\x6e\xa9\x95\xe7\xff\x1f\x7b\xef\xe2\xdd\xb6\x8d\xee\x8b\xfe\x2b\x12\xf7\x6c\x0e\xb1\x0d\xb3\x52\x1e\x6d\x43\x15\xa3\x93\x38\x4e\x9b\x69\x5e\x13\x3b\xd3\x4e\x75\xb4\xbc\x29\x11\x92\x58\x53\x84\x86\x84\x64\xbb\x12\xff\xf7\xbb\xf0\xe1\x41\x80\xa4\xec\xb4\xe9\x3e\xe7\xde\xb5\xee\xcc\x6a\x2c\xe2\xfd\xc6\x87\xef\xf1\xfb\xda\x6c\x65\x43\xc0\x36\x38\xcb\xcb\xf6\x41\x71\xfc\xc1\x75\xc4\x6f\x93\xa0\xea\xcd\x06\x0d\x59\x7e\x19\x6f\x46\xb9\xef\x4b\xcb\x74\xa8\x37\x8b\x4b\x0e\x05\x5e\xa6\x6b\xca\xb6\xfc\x75\x52\x53\xc1\xf0\xde\x98\x67\x34\x2e\x54\x64\x70\x2c\xcf\xf1\xd2\xd4\xd6\x37\xee\x11\xdd\xa7\xb0\x71\xa1\xd8\x95\xd3\x6e\x45\x49\xb9\x6e\x83\xab\xae\xd2\x2e\x71\x88\xf9\x3d\x0d\xa9\x10\x7e\x3a\x18\xd4\xfc\xf7\xf7\xff\x03\x02\xf7\x19\xcf\xff\x5f\x21\x6d\xff\xbf\x21\xce\xfe\x5c\x19\xff\x8c\xe7\xb6\x80\xdf\xfa\xac\xa5\xfb\xff\xbf\x68\x9c\xb7\x2e\xc4\x75\x43\x5c\xbe\x6c\x88\xcb\xef\xda\xe2\xf2\xab\x86\xb8\xfc\x0c\x30\x83\xf0\xb5\x5e\xd9\x67\xf8\x82\x7c\x92\x52\x6c\x78\x67\xbf\x77\x84\xd9\xe7\xc4\x7e\x29\xbe\xee\x10\x6d\xbf\x6c\x09\xc6\xe7\x68\xa4\x7c\xf4\xbd\x34\xec\x31\x78\x7d\x5f\x92\x3c\x14\x8f\x82\xc3\xe1\x62\xf4\xfa\xf7\x49\xb3\x7f\x7d\x40\x9a\xfd\xfa\x21\x69\xf6\xcb\xee\xf7\xe2\x47\x1b\x9e\x57\xc9\x76\x5b\xf4\x83\xf5\x5e\xd2\xcf\xac\xdb\xb1\x1d\xeb\xca\x3a\xf1\x67\x5c\xdc\xee\xa5\xdd\x4a\xe3\x88\x5d\xdd\x3b\xbb\x3e\x12\x56\xe3\x15\xc0\x2e\x7d\xfe\x9d\xed\x4a\xba\x01\x39\x4e\x43\xd3\x39\xdc\x81\xf3\xae\xd7\xfa\xaf\xad\x57\xfd\xed\x51\x21\xf7\xed\x9f\x29\xe4\x6e\xbc\xe9\xdb\x98\x61\x7d\x42\x2e\x7d\xdf\x84\x17\x71\x92\x32\x08\x3c\x1c\xfa\xd7\x5a\xe5\xb0\xdf\x3f\x33\xf5\x65\x74\xce\x9d\xa2\x3c\x02\x45\x5c\x8f\xfb\xfd\x33\xe3\x8a\x89\x65\x34\xba\x74\x45\xec\x15\xfe\xd0\x60\x43\xa9\xb9\xf8\xe0\xfb\xb7\xbe\x1f\x7c\xf8\x5c\x86\xd4\x87\xcf\x60\x23\x7d\x68\xa9\x40\xfc\xfa\x87\x18\x4b\x9d\xd4\x91\xd2\x80\x98\xf1\xbc\xc2\x2f\xf1\x47\xf1\x74\xfe\x3f\x28\xa0\x5f\x8f\xd7\x0f\x08\xe8\x97\x4d\x4a\xea\xce\xa1\xa4\xae\x3e\x53\x40\xff\xfe\x3e\x01\xfd\xeb\x7b\x58\x02\x92\x3e\x38\x07\x5d\xe1\x6f\x1e\x21\xfc\x5a\xfe\x7a\x2a\x8f\xa3\x97\xa0\x57\xfc\xe8\x31\xc2\x97\xf2\xd7\x13\x84\x7f\x15\xbf\xbe\x7d\x82\xf0\x47\x6a\xee\x7f\xa5\x6f\x1f\xec\x2b\x84\x3f\x34\x65\xfd\x6f\x9b\x01\xef\x94\x45\x69\x19\x4d\xa6\x58\xaa\x4a\x83\xbd\xc4\xfb\x1c\x18\xd8\xe2\x41\xb1\x8c\x37\xd2\x42\x7f\x80\x93\xb4\x90\xc8\x85\x71\xf6\x43\x9a\xf3\xe8\x75\x18\x87\x12\x65\xf8\xf9\x96\xb3\xf3\x64\x49\xf1\x8c\xc6\xd7\xd2\x86\x69\xf8\xb5\xe5\xce\xe8\x0d\xb5\xb5\x09\x94\x9e\x2e\xb7\xf4\x74\xb9\xde\x34\x5c\xab\xc1\x30\xe2\x3e\x83\xc6\xee\xa7\x84\x08\x8c\x14\x54\xe0\x28\x5d\x04\x96\x4b\xdc\x94\x4c\xa6\x58\x7a\xb8\x60\x0f\x78\xb8\xc8\xc2\x0d\xa8\x5f\xbd\x35\x53\xf8\xbc\x04\x0a\x57\x49\x74\x14\xea\x77\x16\xaa\x33\x1a\x6f\x89\xad\xb1\x99\xe1\x89\xa7\x62\xbc\x29\x1a\xa5\x12\xe0\xfc\x1e\xd2\x69\x0b\xcf\x2c\xb9\x2c\x7f\xa4\xc1\x1c\xe7\x30\xfd\xd2\x55\x86\x82\xe3\x37\x98\x76\xa9\x74\x48\xf5\x8a\x92\x86\x1d\x85\x87\x9f\x1f\xc7\x2a\xfa\xe3\x8e\x8b\x55\xb5\x1d\x5b\xfc\xe7\xb0\xbc\x07\x12\x9c\xe3\x39\x9d\x82\x40\xa9\x42\x96\x92\xfb\x0b\xea\xea\x90\xc8\x77\x96\xf4\xe3\x28\x66\x0d\x74\x48\xa4\xf6\x44\x53\x77\x84\x86\x69\x02\x06\x2e\x6a\x35\xcc\xa5\x2a\xfb\x05\x8f\x39\x0d\x10\xde\x92\xf9\x64\x30\xc5\x09\x99\x4f\x86\x53\xbc\x71\x23\x17\x64\x23\x22\x57\x64\x23\x22\xcd\x2b\xf8\x1c\x34\x81\x5f\x51\x5c\x8a\x47\x1e\xe4\xd0\x5e\x70\x9d\xe1\x4b\x02\xfd\x84\x58\xe9\x5f\x52\x47\x1b\xef\x8e\xe6\x72\xba\x79\x4d\xef\x46\xdb\xbe\xf4\xdb\xa2\xe8\xbb\x00\xe1\x04\x44\x0a\x01\x6c\x77\x3c\xd9\xc2\x62\x11\x77\x33\x40\x80\x3b\x0d\xc8\x7d\x7f\x19\x40\xaa\x1c\x2f\x95\x6a\xf8\xac\x53\x43\xda\xa8\xf7\xf7\x87\x96\x0a\x4d\x77\xa9\x46\x3c\xa8\xf5\xd5\xfb\x03\x47\x47\xbd\x0e\x1f\x2a\x9d\xf4\x3a\x1a\xfc\xbb\x17\x63\x40\x9c\x47\x51\x5e\xeb\xec\xf3\x00\x55\x55\xc0\xf1\x52\x57\x3f\xd9\xe2\x1d\x6e\xd1\xc6\xdf\xd3\x60\x8b\x19\xc2\xf2\x71\xa3\x1c\x5a\x06\x5c\x9f\x3d\x70\x3a\x68\x17\xee\x59\x85\xb4\x4a\xdc\x02\x83\x29\x9a\x38\x82\xa3\x19\x4e\xcd\xc1\xdc\x1f\xe0\x34\x89\xd6\x47\x0e\xac\xe6\x29\x65\x83\x13\x16\x68\x2c\x0e\xad\x8c\x2e\xf8\x25\xdb\x88\x13\x0b\x0e\x31\xb0\xc3\x57\x01\xb6\x62\x92\x7d\xf8\xa5\xe5\x0b\x1a\x5f\xff\x33\x2d\xd3\x59\x46\x81\x4f\xd8\xc4\x2d\x35\x16\x24\x31\x3c\x1b\x9c\x58\x25\x9e\xbc\xe7\xa0\xa9\xd7\x8f\x2d\xf2\x75\x88\x6f\xf2\x23\x0d\x72\x5c\x1f\x0f\xbc\xc2\x33\xcb\xe1\xc8\x0f\xd4\x65\x96\xb9\xbb\xcb\x0c\x1f\xec\x2e\x58\x95\xbf\xb0\x5c\x61\x1c\x3b\x1c\xb3\x7d\x05\x1c\xb3\x4c\xb2\x59\x5f\xb1\xe2\x1d\xfb\xa9\x88\x37\x38\x21\x59\x68\x06\xd7\x7d\x56\xfc\x1a\xc6\xa1\x46\xb4\x80\x07\x86\x65\x78\xb2\x72\x5e\x80\x75\xe3\xfa\xc3\x5a\x7b\x1d\x1c\x8b\x73\xf0\x6e\xf1\x99\xda\x2c\xb8\x00\x37\xca\x45\x85\xd7\x1d\xd6\x3c\xbd\x86\xfa\x4c\x39\x8f\x37\xf4\x70\x68\x33\x2d\x1a\x8b\x63\xab\x17\x43\xb4\x55\xcb\x64\xa4\x51\x67\x55\x89\x7d\xb8\xb7\xfa\x31\xf2\xfd\x7e\xb0\xe9\x13\x62\x77\xdd\xf7\x83\xfe\xfc\x70\x50\x85\xbe\x09\x19\x0a\xcc\x09\x26\xb9\x50\x39\x3b\x5d\xb1\x22\xfd\x8d\xe5\x3c\xce\x4e\x01\xe9\x02\x21\xa4\xbd\x37\xdb\x6d\xde\x6e\x7c\x3f\xa0\x61\x9c\xf1\x1f\xe9\x9d\x88\x5c\x53\x1e\xff\x48\xef\x50\x85\x97\x2e\x0b\xc1\xec\xdc\x9f\x68\x40\xe5\x71\xc1\x49\xd7\x00\xf8\xbe\xbe\x8d\x5e\xc1\xf5\x6f\x5a\xfa\x5c\xbd\x7b\x34\x99\x1f\x50\xbc\x06\x48\x8a\x5d\x07\x9f\x67\x51\x6f\x7f\x59\xa1\xbe\x35\xac\x13\x04\xf7\xc1\x88\x33\x70\xca\x37\xd5\xc9\xda\x91\x56\xe0\x9d\x2c\x71\xd7\x5b\x23\xa0\x78\x27\x45\xd7\x4d\xb7\x67\xcb\x40\x7a\xc5\xd6\x36\x34\xaa\x61\x80\x0c\x2c\xc7\x0b\x50\x81\xf5\x80\xc1\x85\xe3\x0e\x2d\xdc\x3c\x76\x50\xc2\x6e\x72\xa9\xa2\xe7\xfb\x01\x3b\x1c\x0a\xa4\xa1\x3d\xd9\xd8\x4c\xa7\x78\x6d\xea\x4a\xb1\xf9\x15\x66\x71\xc9\xcf\x56\x69\x96\x88\xd6\x46\x26\x35\xed\x4e\xbd\x48\x0b\x2b\xf9\x08\xbc\x63\x9b\x4b\xe2\x33\x35\xb9\x9a\xee\x88\xf5\xd9\xd1\xb1\x9a\xc1\x0d\x81\x59\xd6\xa3\xda\xf0\xe9\x70\xe0\x66\x45\x83\x6f\x27\xfd\x61\xf4\xcd\xe0\xfa\xb2\x43\xc5\x20\x1d\x0e\x7d\x5e\x0f\x32\x37\x83\x7c\x38\x04\xe0\xf3\xdc\x55\x88\xc1\xfd\xa1\xe4\x9e\xb8\x9d\x42\xd5\x14\x08\x9b\xdf\x04\xdd\xba\xa6\x6b\x16\x3c\xa8\x82\x5a\x1b\x17\xbd\x10\xbd\x7b\x47\x31\x45\xb8\x24\x41\x1c\x8a\x97\xa5\x4d\x92\xc5\x78\xe2\x15\x74\x01\xf6\x33\xf3\xfa\x20\x12\x37\x0f\xaa\xa9\xb7\xd7\x54\x52\xc0\x49\x9b\x3c\x08\xd3\x04\xe1\x4d\xd7\x85\x3b\xb2\xb0\x86\x09\x21\x41\x0e\x02\x35\x75\x45\xa1\x6e\xaf\xb9\xa0\x9b\x58\x62\x00\x2c\xc7\x0b\xa3\x50\x0a\xb5\x95\x86\xbc\x81\x63\x52\x50\x2d\x6b\xb2\x10\x54\xcb\xf2\x88\x67\x46\x8b\x84\x62\xf9\x47\x5a\x72\x56\x50\xb8\x00\x71\x61\x9f\xb9\xf1\x71\x4a\xa5\xf6\x33\xcf\xc6\x2c\xa0\x28\xd2\x66\x73\xb4\xdb\xab\xaf\x76\xcd\xab\x44\xf4\x25\xd4\x26\x8e\xeb\x7a\x10\xf4\x2f\x4e\x8c\xc9\x0c\xea\xa6\xed\x61\x9d\x3b\x03\x05\x42\x72\x50\xdf\x94\x84\x11\x9b\x36\x2d\xb8\xda\xe6\x77\x12\x8c\x33\x1f\x17\xf5\x49\x14\xc4\xc1\x9e\x15\xe9\x32\xcd\xe3\x4c\xbd\x26\x23\x13\x8d\xe7\x76\xdb\x81\x46\xe8\xea\x94\x19\x89\xc0\xd0\xd6\xef\xe4\x49\xd5\x3d\x32\xab\x58\xe6\x83\x04\xfd\x61\x85\xb0\xa9\x51\x73\xa1\xeb\x36\x3c\xf0\xe8\x31\xbe\xed\x25\x02\x83\xea\x82\xa4\x01\xff\x48\x4e\x1c\x4f\x11\x9e\xc4\xd3\x2a\x28\xf1\x1a\x89\x85\xb5\x23\x2f\x68\x50\xe2\x0d\xc2\x77\x64\x27\x02\xae\xc8\x4e\xac\xb4\x33\xb2\x9b\x3c\x9a\xe2\x1b\xb2\x9b\x3c\x9e\xe2\x2e\x65\x35\x1a\x26\x34\x8b\xef\xa4\xe9\xac\xa2\xb6\x00\x32\x02\x3b\x2b\xb2\x26\x46\xc1\x57\x95\x43\x9b\x1e\x23\x4a\x59\x7d\x67\x70\x6b\xf4\xfa\xb9\x38\x5b\x7c\xdf\x84\x88\x81\xe0\x38\x57\xc4\xf0\xf1\xd5\x8d\xf6\x70\x7e\x5b\x37\x11\x2c\x2a\x6e\x16\xd5\x04\x7c\x26\x89\x61\x41\xf8\x82\x5c\x8b\x71\xb8\x25\xd7\x62\x1c\xde\x93\x6b\x31\x0e\x5d\xce\x21\xea\xae\x0c\x10\xb6\xa8\x6e\x53\x68\x97\x41\xab\xbd\xc8\x2d\xce\x73\xdd\xb2\x28\xa0\xae\xb0\xa3\xbe\xd0\xea\xeb\xc2\x88\x33\xea\x10\x7a\x5c\x38\x51\x93\xf6\x15\xc2\x8f\x9e\x82\xd8\x61\x5a\x05\x5b\x84\x5f\x93\x73\xd1\xd7\x97\xe4\x5c\xf4\xf5\xf2\x98\xdf\x57\x49\x21\xc2\xe4\xbe\x14\x73\x8e\x19\xb1\xce\xb4\x47\x4f\x07\x51\x6e\x4f\xad\x6e\x5c\xec\xb0\xc3\xb5\x63\x36\x7b\x7b\x72\xb7\xab\xf5\x39\xd1\xde\x33\x86\x2c\x88\x5d\xb2\xc0\xa4\xe3\xc7\x06\x40\x3c\xfe\x62\x78\x39\x31\x54\xe1\x02\x16\xff\x16\xe1\x0f\xe4\x52\xf4\xfd\x2d\xb9\x14\x7d\x7f\x43\x2e\xc5\x3c\xbf\xd2\x5b\xfc\x12\x8e\x97\x39\x2e\xc3\x82\x96\x1b\x96\x97\xe9\x8e\xbe\x65\x09\x75\x5c\x41\x74\x1e\xc1\xa6\xa3\xb9\xef\xe7\x40\x51\xb0\x5c\x0c\x9f\xba\x0f\x68\x02\x74\xb7\x0c\x7b\xbf\xa1\x39\x4d\x6a\x57\x51\xd2\x32\x9a\x21\x9c\xd5\xa3\x19\x3b\xf7\x55\x21\x2e\x2b\xf3\x45\xd1\x28\x33\x03\x10\xe3\xb9\xf9\x5d\xe0\x6d\xbd\x32\xf0\xb1\x7d\x06\x27\x26\xe6\x23\xe6\xfb\xfd\x21\x10\xf9\xf5\x51\x37\xef\x3a\xb3\xa9\xa0\x38\xe1\x5c\x9e\xd7\x15\xa0\x88\x89\x83\x4e\xe4\x3f\x1c\xea\x43\x3f\xeb\x3c\xf4\x05\x7d\x01\x05\x64\x56\x01\x70\xc2\xe3\x72\x8a\x8e\xb6\xb4\xc9\x82\x70\xa1\x97\x7b\x0f\x35\xbb\x3e\x9d\x5b\x8d\x57\xaf\x5a\xb1\xf5\xe1\x14\x79\x4e\x7e\x80\x03\x11\xcf\xf1\x15\xc2\x9f\xc8\x73\xb1\x48\xbe\x27\xcf\xc5\x22\xf9\x91\x3c\x17\x8b\xe4\xdf\xe4\xb9\x38\x14\x7f\x69\x6b\xe2\xb4\xd1\x30\x24\x1c\x56\xcd\xb1\x58\xb5\xe5\x50\x7d\xeb\x70\xe8\xa7\xe6\x6c\x73\x5e\x30\xb6\x05\x77\x0e\x63\x68\xd3\x53\x23\xe0\x2e\xf4\x09\x89\x7d\x3f\x98\x07\x96\x93\xd8\xd8\xf7\x99\x21\x23\x7f\x0b\x28\x1a\x07\xbc\xe3\xd5\x94\x35\x8e\x5f\x9d\x63\x2b\xde\x5e\x40\x6d\x23\x84\xa2\xac\xc1\x10\xe1\x08\x9b\xa4\xd2\x9a\x68\x79\xa4\xc9\xce\x53\x7e\x51\xa1\xd1\x5c\x35\xe7\x70\x60\xa2\x85\xca\x92\xdc\xea\xc6\x16\x5e\x85\xe0\xc8\x31\xcc\x01\x83\x19\x5e\xc5\x61\x42\x79\x9c\x66\x87\x83\xb7\x66\xdb\x92\x82\x7b\x11\x27\xde\xd2\x0e\x46\x11\xb8\x4b\x17\x94\x66\xbb\xc7\x6d\xea\xd3\x79\xd6\x68\x27\xeb\x7d\x6e\x2b\x56\x73\x5b\xb1\x7a\xcf\xef\x7f\xba\xfb\xfe\xbf\xc5\xbb\x7c\xa1\x7d\xd3\xf5\x87\xf0\x6c\x87\x27\xfb\x98\x91\x7e\xdf\x7c\x05\x39\xe6\x28\x72\x5e\xf8\xd2\x15\x67\xdf\x09\x83\x64\x08\xf7\x99\x78\xe4\x28\x48\xe6\x0f\xb2\x13\x82\x6e\xdf\x04\x52\xa5\xb7\x6a\x5d\x3f\x6a\x2a\xec\x83\x37\xb5\x2e\x05\x84\x57\xe2\x15\xb6\x56\xe9\x9c\x37\x44\x8c\x4b\xcd\x1a\x8d\x1b\x6b\xee\x58\x71\xd8\x02\x6f\x68\xdf\x75\xbe\x9f\xf5\x05\x75\x28\x37\x2c\xb3\x36\x29\xd3\x9b\x94\x1d\x21\x5e\x90\xef\xaf\x55\x93\x50\xe7\x43\x07\x5e\x6a\x2b\xb0\xaa\x75\x37\x01\x42\xe9\x22\x28\xcd\x5b\xab\xa4\xfc\x39\x14\x8c\x78\x71\xb7\xef\x08\x0f\x50\x35\x8f\x95\x17\x77\xc9\x83\xb5\x49\xfb\x8e\x03\x06\xe8\x55\xbd\x13\x1a\x4d\x5b\xc2\xb8\xf2\x96\x49\x40\xa3\x03\x47\x97\x6a\x85\x77\x78\x09\x97\xd6\x4b\xfc\x06\xaf\xf1\x05\xbe\xc5\x77\x78\x8e\xdf\xe2\x0f\xf8\x0a\xdf\x08\xd2\xed\x5f\xe4\x17\x71\x4a\xfd\x83\xfc\x22\x4e\xa9\xbf\x90\x5f\xc4\x29\xf5\x33\xf9\x45\x9c\x52\x7f\x27\xbf\x4c\x9e\x4c\x31\xa5\xe4\x97\xc9\xd3\x29\xe6\xe2\xef\xd7\x53\x9c\xd3\xce\xad\x5a\x90\x81\x64\x0b\x01\x23\xb6\x14\xe7\x96\x2b\x6e\xce\x08\x6d\x88\x9b\xe7\xa4\xf6\x3a\x73\x54\x31\x66\x9b\x35\xfc\x34\x64\x69\xc9\x2d\x31\xe6\x27\xf9\xfb\xd3\x26\xfa\x5e\x99\xb4\x6e\x0a\x5a\xd2\x9c\xc3\x20\x78\x15\x8e\x9b\xbe\x7c\x75\x8b\x53\x80\x18\xc4\x39\x2e\xd4\xb9\xcb\xc1\x3e\x4e\x76\x41\x1c\x03\x7d\x42\x98\xf6\xcb\xe4\xfb\x8d\x70\xe9\x8b\x49\x6b\x91\xd1\x70\xbe\x2d\x39\x5b\xbf\x57\xba\x81\x6f\xd2\x92\xbf\xd1\x47\xd3\xb1\xa8\x68\x38\x2a\x4e\x48\x5c\x33\xe7\xe1\x24\x64\xcd\xf1\x05\xa7\x9c\x19\xd6\xde\x41\xc5\xe5\x40\x26\x53\xbc\x20\x96\x8e\xe2\xe1\x50\x3b\x4f\xf1\xde\xb1\x9c\x7a\x15\x5e\x49\x95\xbb\xd7\x36\xc6\x53\x89\xd7\xb6\x3a\x12\x5e\x92\xf5\x78\xad\x6c\x31\xb5\x38\x6b\x47\xea\xae\x12\x6b\x08\xc6\x16\x47\x5d\xa7\x9d\x91\xb6\xee\xd8\xb8\x1d\x64\x65\xf4\x3c\x31\xc8\x2b\x94\x90\x95\x78\xae\x02\x3b\x11\xf4\xd8\xee\x88\x02\x60\xc1\xfd\xfe\x0f\x22\x40\x1c\x62\x20\xe6\x95\x1d\xea\x13\xb2\x08\x75\x27\xb1\xcd\xdd\xdf\xe1\x85\xf5\x35\xc3\x2d\x55\x53\xe9\x17\x1c\x86\xef\x8a\x28\x03\x52\x5d\xb7\xab\x4c\xa7\xe5\xbf\x51\xdd\x1a\xad\x25\xaa\x5a\x65\x23\x6a\x45\xa6\x89\x06\x56\x2b\xea\x6a\xac\x03\xb3\x15\xd9\x4d\x6f\xc2\x6d\x45\x3b\xec\x80\x6d\x45\x76\xcf\x9a\xa0\x5b\xd1\x0c\x37\x3a\x1a\xb5\xba\x5e\x8d\x12\xf2\x96\x06\xcf\xa9\x79\x8b\x6e\xc9\x5c\xcc\x8f\x81\x1f\x02\xaf\x90\xce\x1b\x7a\xab\xcf\xd3\xad\xf1\xc1\x80\x97\x08\x5f\xa1\x4a\xb9\xff\xf6\x4e\x3d\xc0\xbc\xe1\xf4\x96\xfb\xbe\xfe\xca\xe3\x35\x3d\x1c\xac\xfd\x53\x2f\x1d\x84\xeb\x50\xe9\x37\xbc\x67\xe2\xa2\x8d\x72\x41\x4d\x03\x8e\x13\x84\x2c\xaf\xe1\x3d\xbd\xcd\x5a\x69\x24\xac\x41\x26\xf6\x6f\x22\x76\xae\xd8\x21\x68\xa4\x52\xa5\x34\x38\x93\x60\x43\x87\x03\xc7\x09\x56\xae\xe5\x9a\x45\x2b\xaf\x69\xba\xec\xc2\x2d\x4c\x27\x56\xd7\x65\x24\x6a\xbc\xe9\x50\x05\x2a\x65\x36\xb3\x4f\x51\x85\xaf\x81\x8b\x63\xf9\xa6\x71\x34\x68\xc6\xf7\x45\x06\x14\xdf\xa0\xe8\x26\xb0\xfb\x72\xdd\xd9\x97\xea\x61\x67\x2f\x7b\x4b\x77\x73\x23\x1e\x30\xad\x93\x05\x28\x4e\x2d\x92\x04\x0d\x6b\x11\x29\xd5\x02\x2c\x87\xc4\x78\x03\x5f\xaa\x6a\x45\x98\x6a\xe1\x37\x91\x3b\xba\xed\x61\xde\x49\xbf\x26\xc9\x89\x0a\xa8\x5d\x1a\xff\xef\xf2\xab\x25\xf6\x3c\x34\x5a\x48\xc5\x71\x4f\x35\xe0\xd4\xd3\x69\x4f\xbc\x53\xe5\xf9\x50\x2f\x9f\x48\xaf\x09\xa9\x33\xae\xd2\x81\xfc\x46\x1c\x79\xeb\xca\x6c\xf5\x25\xd1\x15\xa6\xc9\xe1\x50\x57\x7f\x4d\xef\x3a\x9b\x70\x8f\x90\x55\x77\x05\xb4\xc9\x96\x15\xc2\x2b\xb2\xac\x16\xbe\x1f\x6c\xc8\x5e\x5e\x3a\xcb\x82\x6d\x37\x1d\x9e\x1b\xa3\x55\x85\xb7\x62\xa1\x2e\xac\x01\x37\x93\x37\x97\xd7\xa5\xef\xab\x1f\x8a\x9c\xfd\xdb\xa0\xad\xcd\x96\xa5\x1e\xde\x77\x5c\x70\xa0\xa0\x3b\x97\x0b\x44\xad\x13\x6b\x18\xe3\x0e\x7b\xf6\x2e\x77\x89\x9b\xb6\xee\x44\xf3\xe6\xcd\xe5\xcd\xdb\x79\xc7\xce\x43\xce\x36\xe6\xa6\x8c\x69\x10\x63\x8e\xfb\x03\x41\x55\xe2\xad\xef\xa7\x34\xd8\xea\x45\x2c\x62\xf4\x22\xc6\xba\xdb\xcd\x1b\xba\x96\x13\x33\x29\x83\xe2\xd8\x1d\x21\xb8\xb1\x73\x89\x94\xa8\x54\x06\x5a\xd5\x0f\x45\xf5\xc8\xd8\xa1\x54\x15\x4e\x5b\x1b\x80\x1d\xd7\x39\x39\x3a\xe0\x52\xeb\x88\xc1\xc0\xdb\x76\x08\x52\xe9\xac\x02\x73\xe8\xf8\x9e\x9a\xd8\xe1\x40\x1f\x98\xe1\x92\x6e\xe2\x22\xe6\xac\x90\xd3\x5b\x7f\x9f\x7a\x27\xf4\x24\xb0\x58\x28\x9e\x17\xe5\x63\xef\x94\xb3\x8d\x17\x79\xa7\x72\x24\x3c\x57\x29\x5c\xc3\x1d\xbb\xba\xc9\x1e\x2f\xb6\xd4\xab\xb4\xde\x63\xd9\x6e\xb0\xa6\x3a\x80\x26\xd2\x47\x16\x32\xf2\x30\x1d\xe2\xee\x95\xa6\x8e\x14\x6b\xeb\x48\xc5\xa0\xef\xb9\x91\x87\xf8\x56\x21\x90\xd3\x6e\x2d\xe5\x4e\x65\xc6\x88\x61\x97\xb6\x8c\x62\xec\x50\x96\x51\x56\xeb\xe4\xcc\x71\x97\x12\x63\x74\xc4\xc6\xa5\xa9\xe4\x16\xfd\x0b\x37\x75\xda\xa2\xbf\xe0\x86\x4e\x5a\xf4\x0f\xdc\xd0\x72\x8c\x3e\x51\xdc\x34\x55\x8a\x28\xc5\xae\xae\xdd\xbf\x71\x87\xd2\x64\x74\xe7\x28\x11\x5d\x35\x95\x88\x6e\x1c\x25\xa2\x4d\x65\x39\x70\x2c\xe8\xa2\xb5\xaa\xce\x68\xdb\x33\xea\xde\x7a\x1a\x46\x7f\xaf\x90\x78\x41\x82\xbe\xbf\xef\xc3\x43\xbf\xe5\x04\xf5\xa1\x32\x7e\xc6\x0d\x73\xe7\x88\x8b\xbe\x5e\xc6\x9b\xe8\x83\x28\xbe\x59\xe0\xfb\x3f\x52\x20\x28\x35\x65\xdd\xcb\xd4\xf8\xd2\xef\x9e\xd5\x6d\xcd\x74\x9c\x8f\xb7\x34\x9a\x03\x5c\x69\x4d\x05\x6f\xa4\x7a\xc8\x82\x24\x46\xe8\x6e\xec\x6d\x16\xc7\xb1\x44\xda\x07\x69\x9a\x44\x1b\xe7\x44\x58\xc1\x55\x55\xe1\x05\xde\x4b\x2d\x3c\x05\x7c\xd2\x01\x26\xb3\x6d\x14\x75\x74\x57\xb0\xb6\x3e\x5a\x3c\xfe\xb9\xa5\x8c\x96\x55\x82\x52\x42\x15\x9e\x53\x52\x86\x8e\xb6\x01\x4e\x20\x08\x5e\x6a\x1b\xf1\x13\x2e\x2c\xbd\xc5\x12\xbc\x80\xe8\x04\x2f\xc5\x5f\x8b\xce\x16\x9f\x46\x21\x0b\xcf\xc4\x67\x43\x39\x02\xdf\x75\x04\xbe\x62\xc5\xc7\xcb\x37\xf8\x4a\x44\x01\x14\x88\x7c\xc9\x82\x72\xc4\x8d\x08\xd4\x5a\x11\xf8\x1a\x2a\x64\x3b\x5a\x28\x71\xdf\x05\xe4\x31\xda\xbb\xbf\x41\xe9\xec\x1d\xe3\x6f\xe2\x3b\x5a\xe0\x9f\xc4\xb7\xe2\x8f\x7d\x0f\xad\x63\xdb\x3c\x29\xf1\x8f\xe2\xf7\xb6\xa4\xb2\x14\xd9\xdc\x5f\x9c\xb0\xe7\xe5\x5b\x05\x8e\x8d\xff\xd5\xd5\xe4\xf4\x96\x26\xf8\x1f\x22\xa6\xad\x14\x82\xff\xd2\x0a\xaf\xed\x4d\x7f\x86\x26\x01\x4d\xf2\x77\x48\x26\x71\x6e\x28\x27\xfa\xc5\xc1\xc5\xcf\x79\x9c\x65\x6c\xcb\xe5\xfa\xcb\xb9\x45\x31\x6a\xad\x0a\xc6\x2d\x56\x39\x1f\xff\x93\x46\x39\xc7\x85\x9d\x52\x24\x13\xaf\x49\x9c\x5a\x49\x0b\x3e\xee\xbc\x48\x73\x71\x91\x66\x1c\x55\x51\xc1\x71\x2c\x8a\x69\xa8\x6c\x94\x22\x0c\xb4\x3e\xad\x27\x46\x89\x33\x4e\x4a\x3e\x2e\x79\x40\x39\x5e\x52\x14\x7d\xa0\xc1\xdf\xa9\x46\xe1\xa1\xf6\xfd\xb7\x14\xab\x7a\x5e\xab\xcb\xf7\x68\xc0\x6b\xe5\xb1\x9c\x0c\x70\x41\xf8\x28\xff\xae\xd0\x3a\x63\xb9\xd6\x9e\x4b\x49\x31\xc9\x41\x7b\x2e\xad\x9f\xb4\xea\xa6\xe9\x0f\x54\xb8\xfd\x22\x55\xa4\xbb\xef\xa7\x0e\xcd\xea\xfb\x34\x70\x43\x94\xe3\x5f\x53\x96\x22\xbc\xfa\x43\x50\x8e\x94\x37\x10\xc7\x09\x3f\x4e\xfc\x99\x85\x11\xd9\x8a\x19\x58\x59\xb2\xc4\x33\x71\x64\xff\x1a\xce\xc2\x38\xcb\x70\x5a\x9e\xa5\xc5\x7c\x9b\xc5\xc5\xbb\x78\x97\x4a\x36\x4c\xd4\x1f\x54\x38\xe6\xe8\x98\x37\xea\x8c\x4b\x95\x6d\x9b\x4f\xe4\xce\xcc\x31\x39\xb0\x2e\x0e\x20\x5b\x79\xb7\xd2\x4a\xc9\xd6\xb4\xcb\x18\x43\x3c\x5c\xb5\x75\xe4\xe1\x20\x7d\x26\x5b\xc3\x76\x38\x34\x02\x14\xf1\x75\xb4\x38\xe0\x95\x9b\x12\x81\x91\x81\x90\x54\x40\x5d\x70\x72\xe7\xfb\xfd\x41\x9f\x90\x52\xc9\x3a\xc6\x67\x81\xa4\x3b\x46\x73\x6a\x1d\xcd\x74\xfc\xea\x3b\xf2\x2b\x0d\x63\xe5\x2b\x26\x9a\x53\x98\xa1\x15\x27\x2b\xcd\x04\x13\x8b\x21\xf8\x91\x1e\x0e\xbf\x50\xe4\xfb\x2b\x2e\xfe\x0b\xd9\x62\x51\xaa\x6d\xae\x5e\x1b\x9c\xac\xb8\x58\xcc\x2f\xc4\x79\x90\xe6\xcb\xb3\x2c\x05\x3d\xdf\x39\x0f\x50\x08\x60\x43\xa7\x8f\x46\x3f\xd2\xf1\x96\x13\x85\x3d\xb4\xe6\x55\xf4\x0b\xf5\xfd\x40\x04\x19\xe0\xfc\x35\xaf\x50\x95\x2e\x82\x84\xfa\x7e\x42\x0d\x79\x5e\x2f\xeb\x25\x27\x03\xbc\x13\xff\xcc\x38\x49\xe8\x68\xc7\xbf\x9b\x69\x9c\xd1\xd1\x8e\xeb\x15\x7e\xc7\xc9\x8c\x4f\x76\x1c\x16\xf9\x1d\x3f\xc2\x62\x6a\x46\xd8\x3c\xa6\x2b\x4e\xee\xf8\x71\x2e\xd3\x3d\x71\xd1\x70\xb4\xe4\x27\xe4\x8a\x4b\xe5\xcf\x33\x4e\x32\xde\xc1\x01\x18\x77\x86\xea\x83\x4a\x5d\x2f\xc7\xee\xc2\x8f\x34\x3c\x63\x79\xb9\x5d\xd3\x42\x02\xe5\x75\x19\x00\x35\x33\xfd\xb3\xe9\xff\x57\xf1\xa1\xce\x38\x76\x75\x11\xa2\x65\x85\x39\x37\x62\x80\x9f\x40\x98\xa4\x8e\x7d\x57\x8d\x6e\x6e\x6b\x0c\xef\x68\x4b\x77\x6f\xd6\x0a\x92\x97\x53\x74\x47\x6b\xdd\xbc\x1b\x8a\xad\x3b\x28\xba\xa6\xb8\xbe\x72\xa2\xdf\x6c\x85\x3e\x7b\x23\x77\x78\x45\x39\x93\x63\xe7\x61\xce\x7d\x9f\x5b\x36\x3b\x08\x97\x94\xbf\xce\x53\x9e\xc6\x99\xec\xe1\x3f\xa8\xa5\x9b\x68\x29\x81\x88\x9e\x9a\x0f\xcc\xf2\x8b\x79\xc1\xb2\x2c\x7a\x8d\xe5\x4d\x17\x7d\xdf\xee\x90\xb8\xba\xa2\x7f\x51\xdc\xb8\x6a\xa3\x2b\x8a\xe5\xf6\x8b\xf4\x3e\x14\x85\x2b\xe9\xa3\x04\x3f\xeb\x78\x05\x4a\x4c\x07\x49\xbc\x6c\x39\xa4\x9b\x8b\xd7\xf6\xc2\x1e\x87\x4c\x9a\x0a\xc9\x1b\xd0\x58\xdd\xff\x85\x8e\x07\xd1\xe9\xd0\x62\xd6\xfe\x68\x31\x6b\x59\x0e\x3d\x3f\x8b\x37\x7c\x5b\xd0\xe8\xbd\x6b\xbf\x71\x41\x3b\xde\xd2\x1b\x6a\xa1\x16\x7a\x15\xfe\x99\x8a\x1b\xe0\x01\xcf\xbe\x19\x97\xd7\x71\x85\xbd\x9e\x87\x7f\xa6\xe2\x0f\xc2\xce\x86\x1e\x77\x09\x66\xad\x63\x58\x3c\x0c\x6c\xb9\xf5\xc7\x30\x8e\xf2\x63\x5b\x81\x35\x69\x5b\x0e\x2e\x56\x83\x94\x07\x7b\x43\xc9\x88\xfe\x49\x5d\xd5\x84\x36\x1f\x33\x4b\xde\x78\xcd\x6c\xb8\xf5\x9c\xe1\x58\x71\xa4\x34\x7d\x2b\xb7\x3b\x2d\xba\xec\x6b\xba\x05\xce\xd2\x56\x8c\x69\xad\xcd\x96\xad\x58\xd1\x66\xde\xa7\x2d\xe6\x7d\xdc\xc1\xbc\x57\xfc\x74\x2d\xcd\xe4\xa8\x52\x34\x07\x76\x09\xcc\x68\x43\x6d\xc3\x8f\x4e\x32\x05\x21\x9c\x28\xcf\xe3\x78\xc1\x7d\x9f\xf1\x60\xc1\xf1\x3f\xa9\xba\x5a\x6c\x27\xed\x08\x75\x17\xd6\x0f\xb8\xa2\xd2\xa4\xaa\xc9\x4f\x2b\x9a\xff\xa0\x16\x7e\x9f\x9a\x3d\xd0\xe7\xea\x67\xad\x50\xa8\x41\xdb\x91\xa3\x7e\xfe\x13\x3d\xaa\x10\x1a\x67\xfc\x70\xf0\xde\x52\x1e\x7b\x9a\x71\x5c\xeb\xd1\x7e\xb2\xd5\xd6\x47\xf5\x45\x0f\xb2\x7c\xfd\x64\xec\x56\x62\xa2\x52\xcf\xcb\x14\xf5\x4f\x55\x94\x84\xfd\x53\x90\x7f\xee\xa9\x03\xcf\xa5\x5e\x83\x9a\xec\xcd\x95\x6e\x4b\x2f\x2d\x61\xd0\x7a\xac\xa8\x11\x02\xc3\xde\x87\x8c\xc6\x25\xed\xd1\xbc\xdc\x16\xb4\xc7\x59\xaf\xa4\xbc\xf7\xdf\x8d\x42\xfe\xbb\xb7\x29\xd8\x86\x16\xfc\xae\x47\x53\xbe\xa2\x45\x6f\x1d\xe7\xdb\x38\xcb\xee\x44\x69\x37\x29\x5f\xf5\xfe\x1b\x0e\x8a\xe4\xbf\x7b\x2b\x9a\x6d\x68\x11\x7a\x56\xdb\xbf\x57\x6d\xff\xdd\x14\xe1\x67\x50\x7e\x5a\x0e\x03\x75\x74\x92\x80\xa2\xac\x58\x73\x2f\x62\x65\x1f\x21\x8a\xbf\xa6\x77\xa2\x34\x69\xeb\x45\x51\x6d\x29\x61\x1a\xfe\x23\x6d\xc0\xd0\x99\xc5\x66\xb3\x75\x40\x66\x2b\xf6\x3a\x84\x56\x11\xad\x0b\xf8\xb7\x2a\x80\xfa\x3e\x07\x25\xdc\x0d\x2d\xca\xb4\xe4\x01\xc2\xbc\x97\x2a\xa0\x7b\xb6\xe8\x81\x0c\x78\xac\xaf\x36\xa2\x4d\x57\x22\x37\x91\xdc\x45\x50\x8e\x4e\x88\x50\xf5\x5b\x03\x84\xb2\xbd\x28\x24\x06\xe5\x2f\x94\xec\x8f\x78\x6c\xf3\xb0\x39\xc4\x3b\xbd\x97\xe9\x48\x0f\x67\x69\x79\xc4\x09\x5b\xc9\x3d\x2c\x1f\xbd\x5d\xf1\x32\x46\xb3\xd0\x3a\x12\x68\x66\x6f\xc9\x36\x34\x07\x07\x70\xe2\x87\x67\x59\xfe\xfc\x8b\xde\x43\x51\xfc\xa3\xc5\x58\xa0\x08\x01\xd5\xf3\x0f\x17\x7a\xf3\xb7\x23\xd0\x9b\xf5\x63\x37\x37\xca\xee\xcc\x71\x41\xf6\x0b\xc5\x39\x02\x18\x6e\xe9\xeb\x3a\x25\x79\xd3\x11\x76\x4c\xf2\x90\x82\x26\x8a\x3e\x19\xe5\x88\x4f\x54\x1e\xed\xe3\x53\x1b\x6b\x86\xb2\xbb\xb8\xe5\xab\x36\x05\xf9\x4b\xed\xff\xba\x76\xe8\xe4\x0d\xbf\x1d\x6c\x6e\xbd\x0a\xf3\xa9\x35\x69\x13\x66\x5d\xc3\x8e\x23\x60\xe9\xc9\xc6\x8b\xf6\x6c\xcb\xb3\x34\xa7\xd1\xa0\xaa\xaa\xa9\x9c\xc7\x09\x53\x32\x55\xd3\x0e\xf1\x09\xe4\x1f\x30\xdc\x95\xbb\x57\xe3\x91\xd4\xf6\x33\xe5\x55\x53\x3d\xdd\x13\xa6\xb8\x1d\xb8\x50\x9e\x25\xc1\xff\xe3\x4f\x12\xd1\xf3\xe7\x70\x21\x86\x29\x9d\xb1\x2c\x51\xee\x2e\x65\xef\x14\x33\xdf\x76\xdf\xa4\xdc\xcb\xfe\x0e\x37\xd8\x47\xfd\x6a\xb6\xdc\x50\xdb\xae\x76\xbf\xde\xdc\x7a\x78\x5b\xd2\xe2\x02\x46\xca\xf6\x76\xdb\xf0\x7a\x2d\xd7\xeb\x84\xa9\x87\x7d\xed\xd8\xb2\x50\x73\xf9\x21\xdb\x96\xa1\x0e\xd5\xb5\x7c\x54\x58\xa6\xe0\xc1\xd5\xf1\x2a\xeb\x04\xbd\x00\xa6\x6d\xe4\x3d\xb5\xc2\x2e\xd9\x46\x05\x74\xaf\x89\x4e\xbf\xe8\x15\x78\x70\x6a\x10\xf0\xd1\x5e\x53\xf0\x72\x11\xee\x67\xec\x56\x79\xf7\x8d\x43\x9a\xd1\x1d\xbc\x52\xbf\xad\x2a\xac\xcb\x8d\xf6\x55\x55\x55\xa8\x8b\x84\xdf\x37\x6e\x04\x0b\x0d\x47\x85\x68\xe5\xf6\x4b\x70\xd4\xd1\x62\x6a\xfc\x8b\xa2\xe8\x5f\x54\x94\xde\xed\xcf\xc7\xab\x10\xfe\x0b\x25\xff\xa0\xa3\xbf\xdc\x7b\x9e\xc9\xb3\xec\x67\x69\xb9\x88\xf0\xdf\x1f\xf4\x35\x68\x7a\x00\x83\x60\x36\xf4\x2b\xd1\x48\x0b\x6f\xac\x36\x75\x05\x7f\x69\x47\xe2\x5c\x97\x69\x47\x12\xd5\x5e\xd3\x98\x54\x3e\x3d\x96\xd0\xf6\x2c\x08\xe9\x3a\x77\x6e\x2b\xb3\xf2\x43\x55\x55\x53\x64\x3b\x4c\xad\x5d\x62\x1d\xed\xa4\xeb\x19\x8b\x35\x5b\x66\xa2\x35\x4e\x92\xdb\x1e\xe5\xe9\xed\xde\x2c\xda\xe7\x5e\x35\xed\x74\xbe\xf5\x50\x29\xb5\xff\xb8\xae\xce\x9b\x64\xf5\x08\x88\x79\xe8\x4e\x63\x54\x00\xa4\xd7\xb5\x7b\x27\x1e\xf0\x60\x9a\x25\xe9\x08\x03\x5b\x05\x7a\xc4\x47\x12\x21\xf0\x3b\xfb\x19\x53\xe0\x38\x28\x43\x06\x08\xf9\x68\x7a\xc5\x22\xc0\x41\x71\x38\x70\xd4\xa8\x5d\x45\x9a\xae\x56\x82\x22\xa6\x1c\xf6\xc6\x00\x61\xce\x89\x27\xee\xff\x17\xca\x88\xba\x01\xb6\xf2\x07\x10\x90\xa5\x39\xb6\xba\x74\x1b\x48\x21\x2e\x80\xa7\xe9\x63\x3b\xd5\x9a\x16\x4b\x9a\x7c\xa4\x46\xf0\x1a\x4b\x03\x0a\x83\x09\x4c\x13\xf5\xaa\x17\xa3\x4b\xfa\x43\xfc\x7f\x0b\x7b\xb9\x86\xfb\xea\x50\x73\x66\x1a\x7b\xb5\xe6\x5c\x82\xf1\xb0\xef\x07\x46\x9f\x97\x19\x55\x90\xc3\x81\x85\xe9\x3a\x5e\x2a\xce\x9e\x26\x5b\x99\x63\xab\x6a\x27\xc1\x73\xc7\x3c\x98\xe1\x89\x67\x92\x7a\xd8\xab\x13\x82\xb5\xf0\x22\x60\x8a\xe1\x8c\x8e\x50\x48\xd7\x4d\x9e\x4b\x37\x33\x23\x0f\xaf\x6a\xc9\x83\xf4\x0f\x18\x23\x5c\xd7\x16\x95\x15\x9e\x23\x55\xa3\xee\xdc\xb1\x3a\x2f\xbe\xa0\x4e\x53\xcd\xd1\x1e\x9d\xff\x89\xfd\x71\x9e\x95\xf6\xe4\x5f\xd2\x5b\xae\x3c\x39\x96\x6d\xa8\x16\x8d\xbe\xcb\x95\x4e\x8c\x44\x6a\xd7\x5e\x79\x0a\xd2\xc4\xae\x8b\x2d\x76\xfd\x58\x2f\x1f\x0b\x67\x30\x2a\x40\x81\xce\xae\xdc\xb5\xa8\x6c\xb4\x2c\x92\xba\x74\x3a\xc8\xc6\x36\x71\x44\x5f\x56\x36\x2b\x4d\x64\x1c\x33\x89\x37\x6c\x4b\x8d\x83\x1d\x0e\xf1\x51\x70\x1d\x5b\xd6\x65\x8f\x30\x57\xe3\x05\x7b\xbf\xc2\x59\xa0\x87\xa8\xd1\x72\x84\xb7\x5d\x51\x56\xeb\x10\x8a\x26\x5f\x92\x7d\xda\x9a\xc7\xa3\xf3\x27\xe7\xce\x80\x29\x9b\x19\xd4\xc3\x53\x6b\x85\xfb\x7e\x7b\x9c\xe0\x45\x46\xc0\xd6\xe2\x6a\x15\x97\xa2\xa6\xa0\x2d\x4b\xd5\x03\x77\x4d\xef\xc4\x90\x01\x5f\xc4\x05\x23\x72\xc6\x51\x3a\xc9\x94\xf0\xe6\x2a\x6d\x13\xc8\x5c\xa9\x12\xa9\xb6\x1e\xef\x5c\xa3\x37\xed\x0e\x50\xd0\xe1\x8f\x68\x75\x64\x28\x3b\x2d\x79\xdc\x85\x6d\x71\xc9\x78\xe7\xc2\x36\x8e\xcf\xd9\x43\x23\x93\x1c\x03\x6b\x72\xc6\xc7\x4a\xa5\x46\xc9\xc9\x57\x61\xd6\x31\x56\x47\x01\xa5\x9a\x43\x76\x04\x67\xf7\x38\xd6\xd4\xb1\x66\xb6\xdc\x7f\x1e\x01\xac\xef\x9e\x5b\x4d\x5d\x1c\xc7\xfd\x0e\x1d\x6d\xcb\xa3\xe0\x89\xcd\x73\xb8\x56\x19\x3d\x5b\xd1\x5d\xc1\xf2\x97\xec\x26\x17\x8f\xca\xe3\x3d\xd1\x15\x55\x06\xec\xbb\x6e\xe3\x03\xed\x7b\x6e\x7c\x04\x52\x2e\xcf\x64\x3b\x0e\xff\x85\xa2\xe8\x2f\x47\x81\x1f\x79\xd7\xc3\x5e\x36\xe0\x65\xad\x0f\xf1\x40\x0b\xe4\xe8\x70\xdf\xe7\x35\x4f\xdd\xf9\x00\x15\x50\x41\x5d\xb5\x95\xe4\xc5\xd2\xaa\x2b\x0a\x64\xe5\x49\x57\xd5\x00\x74\x2e\xaa\xbb\x68\x49\x8e\xb5\xd2\x5c\x57\x82\x9a\x54\x32\x89\x4a\xca\x25\x06\xc5\x1e\x5e\xca\x92\x79\x0f\xa4\x09\xf4\x7c\x43\xf3\x46\xa7\x81\x28\x31\x3b\x10\x20\x11\xc0\xc4\xac\x39\x06\x12\xfe\xfc\x9e\x26\xd0\xce\x26\xca\x3e\xf0\xa3\x24\xda\xf1\x36\x0f\x2b\x0b\x1c\x7e\xb9\x54\x19\xda\xb3\xd5\x1f\x8c\x3a\x1a\x0b\x26\x42\xad\xf0\x0e\xc9\xbc\xec\xf1\x50\xf4\xb8\x14\x8d\x08\xeb\x36\x8c\xad\x11\x93\x38\x91\x9d\x33\xca\xf2\x0b\x07\x3f\xda\x96\x51\x74\xae\xae\x4e\x6a\xd7\x48\x2b\xfb\xbc\x16\x55\x19\xdd\x92\xb9\x7c\x1b\x2b\x01\x16\xd0\xd7\xb5\x09\x40\xdd\x06\x59\xa6\x82\xb5\x6d\x03\xff\xb7\xbb\xd8\x5e\xa4\xb8\xdf\x85\xde\x9f\x1b\x38\x45\x69\x52\xd2\xf8\x0e\x28\x8c\x4d\x47\xb6\x2b\xf9\xd2\xd1\xa9\x54\x63\xbb\xdc\x92\xf4\xcd\xe1\x6f\xac\xc3\x69\x97\x41\xb8\x1b\x58\x6e\xe2\x39\x1d\xb7\xb3\x06\xad\xb9\x1f\x9b\xc6\xa8\xda\x03\x03\x22\xd6\xaf\x97\x8a\x69\x9b\xdd\xe7\x3a\x03\x8a\x82\xcf\xb5\x8f\x37\x3d\xfd\xb4\x69\x4c\x42\xb3\xad\x96\xe1\x8a\x55\xe3\xa7\x8d\x98\x1c\x27\xc0\x19\x40\xe0\xe0\xfc\xa1\x92\x21\x67\xa3\x70\x08\xab\xcb\x07\x19\xc3\x1f\x69\xb8\xca\x68\x97\xae\x82\x1a\x85\xb7\xe6\xff\xf3\x8b\x7f\x09\x18\x00\x1d\x81\x75\x15\x5d\x6b\xff\xf7\x2c\x11\xb3\xaa\x3b\x16\x88\xb2\x99\x6a\x6f\x81\x8e\xad\x68\xb6\x77\xd7\x8a\xef\xf0\xaf\xd3\x44\xe0\xd0\xcb\xdb\x7d\x3f\x5b\xc6\x50\xc7\xa2\xc2\x39\x34\xea\xf3\x1d\xf3\x74\xec\x0e\x3d\x5d\x75\x20\x69\xc2\x60\x34\x47\xb5\x1e\xe7\x07\x36\x52\x27\x44\xc8\x76\xd3\xc2\xc9\x30\xa0\x18\xed\x0b\x16\x8e\x97\xb4\xfc\x67\x9c\xa5\x89\xb6\x6f\xfd\x91\xde\x89\x89\xd0\xee\xaa\xea\x25\xa2\xe7\x54\x7a\x55\xa1\xfa\x7e\x43\xcd\x0b\x26\x10\x57\xc1\xe7\x8d\x59\x05\x5a\xae\x9f\x77\x42\x19\x31\x61\x12\xce\x50\xd0\x1f\x60\x7d\x96\x23\xdc\x09\x18\x22\x6e\xa5\xc3\x81\x81\x2d\x59\xbf\x7d\x6c\xd7\x63\x6a\xd6\x2e\x0a\xac\xa5\x7a\xe4\x1e\x1e\x1f\x8d\x89\x3e\xe7\xaa\x44\x60\xaa\xf1\x59\xc8\x38\xc7\x49\x01\xb8\xf1\x17\xac\x98\x53\x29\x61\x05\x28\x91\xe3\x3e\x60\x80\x32\x4a\xcb\x0b\xdb\x1f\xc9\x03\x37\xe8\xe7\x78\x89\x69\x65\x7a\xd0\x6d\x8c\xbd\x1b\x1e\x70\xa9\xe3\xac\x37\x40\xa8\xb2\xd6\x5b\x17\xa1\x18\xfc\xf1\x45\x88\xda\x3e\xc9\x3f\xd7\xa3\x8c\xc6\xb6\x00\xac\x28\x8e\x39\x9e\x78\x66\xf6\x3d\x5c\x43\xca\x61\x0f\x06\xce\x33\x34\x21\x7c\x9a\xfc\x4b\x93\x1f\x18\xe5\x8e\x5b\x26\xfb\x1d\xe7\x39\xef\x3e\x0f\x73\xe8\x6e\x12\x79\x1a\xe3\xb2\x82\x76\xaa\x27\xab\x0b\x87\x8a\x9b\xaf\xb4\x76\xf4\x03\x80\xaa\x9a\xbc\x23\x0d\xba\xf8\x1e\xbf\x3a\x32\x20\x94\x02\xef\x0f\x4a\x8c\x1d\x58\x38\xbc\xd8\x73\x57\xa6\x07\x40\xf3\x51\xdb\xe6\xba\x6f\x01\x52\xdb\x34\x6a\xdf\x01\xaa\x56\xf7\x0a\x28\xc6\x59\x11\x30\xda\x15\xa6\xf9\x76\x4d\x8b\x58\x02\x7f\xe1\x39\xcb\x17\xe9\x72\xab\xbe\x07\xd5\x67\xe1\x03\xb7\xa1\x81\x9b\xb0\xb6\x4c\x85\x49\xd5\xd9\x42\x7d\xc9\xd1\x02\x57\x50\x35\xcf\x31\x26\xb5\xb5\x32\x80\x08\xc7\x59\xc6\x6e\x34\x43\x59\xe2\xc1\x64\xe0\x8c\xd8\x75\xe1\x30\x07\xec\x04\x9b\x03\xe0\xf0\x9b\xac\x8e\xdb\x8b\x67\x0e\xd8\xc2\x60\x37\xb7\x21\xdc\x72\xb4\xb0\x20\xdc\x7d\xc9\x02\x82\xb0\xd2\xa0\x5d\x8b\x16\x2b\x89\xc4\x92\xf0\x70\x27\x7a\x93\xd7\xae\x00\xf0\x8e\x70\x25\xb1\x3d\x03\xb0\x63\xb1\x22\xf1\x0d\xe1\x0d\x2f\x8a\xd7\x84\x03\x84\x2f\xbe\x90\x03\xd8\x3c\x8e\xf1\x2d\x89\x0f\x87\x6c\x24\x61\x50\xeb\xa7\x2f\xb9\x19\xdf\x04\x3b\x9c\xe2\x25\xde\xf8\xfe\xc6\x1a\xbd\x85\xef\xdb\x66\x7a\xb7\x78\x8d\xfb\x17\xb8\x7b\xa1\xe0\xe6\x62\xc0\xfd\x7e\x69\x40\x9e\x7e\xa6\xe2\x46\xd9\xe1\xd5\x67\x55\x73\xa4\x06\xa8\xbd\x59\x8d\xbc\xa3\xdf\x4b\x54\xe9\x73\xf2\xbe\x0b\x11\xfb\xb5\x08\xd6\x1c\xa9\x97\xe2\xc3\x65\xc2\x5c\x92\xfe\xad\x58\xe8\x09\xfe\x95\x5c\x8e\xbd\xd8\x8b\x0c\x30\xeb\x47\x07\x42\xd9\x06\xae\xbb\x1c\xef\xab\x68\xcf\x41\x90\xac\x52\x57\x76\xeb\xcc\x31\x63\x05\x22\x7c\x39\x9e\x85\x71\x34\x0b\xe7\x78\xe2\x19\x2c\xdd\x29\xc2\x1f\x08\x3b\x1c\x3e\x4e\x6c\x55\xb1\x29\x7e\xab\xd6\xdc\x28\x1f\xbf\x25\xe7\xd1\x56\x39\xb9\xd2\x5b\xb1\xc5\xc8\xea\x13\x72\x15\xc6\xe3\xb7\xe4\x65\xf4\xb1\x0b\x53\xd9\xf7\x83\xb7\xa4\x33\x46\x8e\xe2\x3b\x5d\x9f\xd3\x10\xa9\xa3\x36\x1d\xbf\x23\x5d\xc1\xd1\x5b\xdf\xef\x7f\xf0\xfd\xe0\x9d\xc2\xd7\xad\x59\x84\xaf\xd5\x01\x2b\x0b\x7f\x43\xfa\x01\xbc\x77\xeb\x3e\x4c\x3a\x7c\x14\x4c\x0f\x87\xd8\xf7\xfb\xa5\x94\xcd\x34\x6e\x55\x84\x5f\x91\x36\xc6\x30\x21\xe4\xfa\x70\xf0\x9c\x6f\xfc\x9c\xbc\x3a\x1c\xe0\x94\x3a\x1b\xf7\xfb\x06\xd2\xf6\x05\xb1\xe7\xf0\x23\x0e\x02\x6a\xc3\x4c\x37\xf7\x86\xf2\x28\x4c\x17\x2a\xc6\xc8\x76\x02\x6b\x26\xa8\x24\x6a\x3f\xd2\x85\x82\xcc\x77\x68\x5d\x54\x5b\xe2\x8a\x45\x56\x5a\x5a\x83\x1a\x08\xba\xf6\x07\xa4\xdf\x38\x76\x14\x04\x18\xfd\x42\x2b\xe2\xd3\xc6\x81\xa1\xd6\x31\x35\x24\xb9\x79\xd5\xb8\x71\x90\xcf\xc5\xd1\x96\x88\xad\x8e\xa2\xe2\x87\x0e\x3d\xc5\x77\x5d\xe0\xd3\x6f\x5b\xd0\xd0\xb7\x9d\xce\x27\xde\x54\x68\xf2\x6a\xdc\x44\x8c\x96\x66\x55\x52\xce\xef\x4d\xc9\x73\x4c\xa5\x58\xa4\xf0\xfd\xe0\xc5\xc4\x31\xed\x9a\x02\xcf\xa7\x6b\x59\x68\x36\xbf\xea\xcd\xc7\xda\x51\x4a\x4d\x48\x09\xf2\xe8\x57\xfc\x02\x0a\xef\x3a\x5e\xe4\xf5\xf3\x03\xe9\x8a\x0b\xd3\x04\xff\x56\x5f\x00\x3f\x8c\xb5\x6b\x04\x38\x52\x4e\xbc\x53\xd0\xdb\x8c\x7e\x18\xd9\x8b\xeb\x05\xde\x37\xb1\xb7\xfb\x17\x1a\x31\x9b\xe5\xbc\x60\x59\xe9\x45\x17\x92\x39\xfd\x5b\x87\x5f\xae\xaa\xc6\xaf\x74\x3a\x66\xf7\xe6\x88\xbb\xba\xe3\x8e\xf5\x1a\x54\x6a\xcb\x4b\x5e\x07\xa1\xda\x41\xa7\x7e\x4e\xb6\x07\x1d\xf2\xb5\xf2\x7c\x9e\x87\x3e\x5c\x37\x67\xbb\xf9\x5d\x8d\xd1\x07\xa7\x2a\xf0\xd3\xe6\x8b\x1a\xb9\xdd\x78\xb8\xbb\x58\xb0\xcf\x3c\x3e\x33\xf2\x49\xd1\xe0\x6e\x3a\x25\x3d\x5f\x70\xc9\x79\x36\xbc\xdc\x3e\x77\x1e\x56\x9d\x17\x7c\xa3\x97\xcd\x42\x9a\x1e\x08\xff\xe7\x7c\x1b\xc2\xa6\xff\x13\x96\xde\x38\x70\xdf\xa3\xba\xf6\xfb\xf2\x68\x86\x23\x8a\x3a\xce\x62\x6b\x4d\x77\x97\xdc\xcd\xa5\xd0\x45\xba\xbd\x3c\xc2\x23\x97\x05\x35\x18\xb0\x76\xbe\x23\xec\x6d\xb5\xda\x6d\x4e\x6e\xc3\xc9\x4c\x63\xff\x77\x42\x93\x01\x19\xc4\x6c\x0a\x3a\x26\x52\xf4\xee\xd2\x9f\x99\x0a\xd1\xb2\x78\xe6\x7a\xff\x6a\x53\xbb\x8e\xba\x00\x50\xba\x75\x96\x86\xdc\xc9\x45\xbc\x75\x73\x37\x92\x02\x04\x6e\x5d\x90\x16\xf6\xe1\x55\x5d\xc2\xa2\x51\x82\x4e\x13\x2d\xf0\xda\xca\x0a\x5a\x58\xcb\x3a\xdb\xba\x91\x4d\xb9\x96\xdf\x35\xb2\x40\x6f\x67\x75\xb6\x5d\x47\x36\xe8\xf1\x0e\xdf\x91\xda\xa5\x2c\xbe\x22\xcc\xf1\x35\x70\xe5\xfb\x99\xef\x07\x57\x9f\xeb\x64\xe0\x4a\x61\x3d\xdc\x74\x99\x37\x35\x65\x44\x71\x4b\xf3\x5e\xbc\xfc\x7e\xaf\xac\xce\xd1\xe0\x51\x37\x74\xbc\xe5\x6c\x0d\x8f\xf4\x54\x5c\xc6\xb0\xb1\xe4\x1e\x50\x2f\x22\xaf\xc2\xdb\x80\x35\xd5\x45\xd0\x31\x15\x82\x00\xe1\x8d\x9b\xbc\x31\xe1\x08\xaf\xdc\x78\x3d\x9d\x92\xa5\xdf\x38\x22\x82\xec\x70\x70\x78\xc0\xee\xa4\x20\xdf\x9f\x75\x89\xc9\x6b\xad\xa5\xcc\xf7\xfb\x99\x65\x58\x29\xd9\x32\xc0\xef\xa9\x93\x06\xc8\xf7\x97\x81\x56\xc2\x51\x7b\x22\xc8\x50\xb3\x48\x30\x3a\xbd\x26\x57\x2d\x29\x69\xd3\x3b\x44\xc7\x71\xa7\xcd\xdb\xae\x5a\x8e\x23\x3a\xbd\x65\xd6\x34\xe3\x5d\xd5\x69\x72\x74\x13\x50\x54\x21\x89\xa8\xa1\x82\x32\xdf\xb7\xbb\xda\x6a\xa5\x05\xa0\x01\xc6\x07\xd7\xfa\x34\xed\x1c\x0e\x6b\x1d\x5b\x23\xd2\xde\x1c\x1d\x56\xd0\xed\x8a\x5a\xc6\xdb\x61\x0c\x51\x2d\x3f\x5a\xcd\xb6\x74\x7b\x0f\x6a\x3f\x6d\x5b\x3c\x03\xa5\x88\x2e\x0d\x4e\xc5\xc3\x18\x8a\xfc\x20\x43\xe5\xa6\x94\x59\x15\xc7\x4f\xa3\x57\x53\x30\x1a\x04\xe3\x09\xe8\x6a\x87\x38\xd0\xf7\xfb\xac\xed\xff\xab\x6c\x6a\x60\x58\x1a\x37\x7d\x87\x55\x22\xc1\x65\x6a\x46\x68\x23\xaa\x4b\x55\xc5\x4a\xa2\xb5\x1d\x9a\x2d\xb0\x67\xea\x88\xcf\x31\x55\x82\x3d\x34\x79\xf7\x78\xd6\xb6\xf7\x86\xcf\x72\x38\xd0\x86\x35\xb5\x19\x23\xf3\xe2\x3b\x1c\x6a\x40\xd8\x63\x8a\x68\x0d\x83\x19\x87\x90\xae\x10\x3a\xee\x9a\x35\x6d\x24\xd6\x54\xf7\x3d\xce\x36\xde\xd0\x05\x58\x88\xc9\x9a\xbb\xed\x9a\xcd\xc3\xee\x98\xc8\xb8\x0b\x3c\xff\x48\x1e\x69\x44\xad\x6c\xd1\xf8\xd8\x38\x1d\x3a\x6e\x57\x57\xab\x2f\x42\x67\x56\xac\xe4\x9e\x0d\x01\x65\x10\xfe\xbb\x8e\x94\x87\x89\xa1\xfb\x68\x20\xcb\x2c\x4f\xef\x6a\x4b\xe1\xa0\xe5\x7c\xf2\xf8\xab\xea\xb3\xe9\x10\xad\xc2\x87\xcb\xfa\xbe\x8d\xc7\xfb\x2a\x8a\x81\x1c\x49\x6a\xe6\x1b\xeb\xe2\xd3\x6d\x09\x33\x7c\x32\x41\x7d\xb8\x5e\x37\x2d\x46\xd8\x86\xb0\x16\x43\x6f\xe1\xd0\x3b\x2b\xc2\x34\x1f\x4d\xd0\x10\xc0\x35\x5b\xd6\xb9\x9e\x43\x77\xb4\x98\x5a\x64\xd8\xd9\x1b\xc8\x3a\xea\xf1\xd5\x91\x03\xe9\x8c\x24\xe3\x24\xe8\xf7\x33\xdc\xbf\xc2\xfd\xfe\x16\xf7\xfb\x73\x14\x95\xbe\xff\x77\x1a\x94\xd8\x09\xdf\xa0\x91\xeb\x10\xc1\xb8\x3d\x31\x3e\xab\xac\x17\x50\x2b\xf0\x93\xf1\xec\x6c\xec\x13\x4f\x87\xc7\x5c\xb6\x22\xbc\xf3\xfd\x85\x38\x7d\x3e\x97\x50\xd9\x29\x42\xe5\xda\x61\x84\x71\x3c\x99\xba\x1c\xac\xd1\xb2\xe9\xd7\x61\x29\x33\x5e\xd4\xeb\xe3\x1e\x50\x9a\x2e\xec\x9e\xeb\x2e\x97\xdb\x6c\xcc\x3a\x9c\x6e\x3b\x8e\xa1\xd6\x87\x83\xe1\xdf\x35\x59\x13\xd9\x71\xff\xd7\xd6\x33\xfd\x0a\xbb\x7c\x89\x68\x35\xee\xf7\xb7\xae\xbb\xac\xa3\xee\xb2\xbb\x2f\x74\x68\x77\x3b\x5c\xb3\xc8\xac\x33\xe2\xcc\xf7\xcf\xba\xb5\xda\x6b\xce\xd1\x43\x12\x5c\xd7\x7d\x74\x43\x6e\x85\xa5\xa7\xb1\xce\x93\xe3\x98\x3f\x69\xbd\x24\xb3\xc3\x61\x53\x9b\xea\x1f\xd7\xe8\xa8\x17\x63\x5f\xd0\x60\x9b\xc3\x61\x3e\x1e\xb8\x03\xd8\x72\x4e\xcd\x8f\x39\xa7\x6e\x9a\xd4\x3e\xa0\xce\xd2\x65\xed\xab\x68\x63\x69\xee\xbb\x57\x06\x18\x91\x27\x68\x62\xaf\x72\x15\x0e\x15\x77\x05\xc0\x27\xf3\xce\x83\xaf\xde\x29\xc1\x19\x66\xc7\x52\x69\xdf\xd8\x67\xa8\xf6\xe0\xd0\xdb\x3d\x48\x3c\xee\x6a\xda\x2f\xeb\xa6\xfd\x2e\x14\xed\x77\xd1\x7c\x59\xde\xd3\x8a\xa6\x4c\x5c\x2a\x83\x29\x10\xbb\xa3\xbb\xb2\xf5\xa2\xa0\x47\x40\x97\xac\x15\xe2\xea\x0e\xb4\xe5\xd1\x55\x43\x19\xf9\xa1\x0e\xd4\x83\x4d\xda\x50\x97\xad\x1b\xa6\xe3\xde\x28\xad\x7b\xa3\x75\xcf\x34\x6c\x1d\xe4\xa1\xbe\x75\x23\x9e\x1b\x59\x53\xd2\x71\xb3\x6c\x8e\xdc\x00\x8b\x26\x27\xb1\x56\x63\xac\xdf\xb6\xbe\x1f\x2c\xc8\x31\x75\x45\x79\x7e\xae\xee\xc5\x6f\x43\x58\x83\x0b\x50\x03\xe8\x58\x5a\x2b\x08\xb7\x07\x44\xfa\x7d\x73\xd8\xbf\x46\x10\x8c\xcd\x1d\xa9\xf7\x6a\xed\x39\xfc\x9e\x66\x2c\x1c\x14\x90\x16\x13\xbd\xd6\xad\xc4\xb5\xa1\xf8\xf6\xb3\x4e\xe2\xcd\xd1\x9b\xec\xb3\x15\x2a\x57\xf6\x35\xd2\x74\x7a\x9c\x8f\xf3\x7b\xdc\x1e\x47\xf9\x03\x1c\x76\x73\xca\x25\xbe\xdf\x8f\x01\x15\xa0\xed\xb6\xde\xb9\xbf\xef\xa7\xcd\x9d\xa4\x4a\x2a\x8f\xb0\xc7\xc5\xd9\x2d\x0d\xb0\x2d\x34\x67\xe3\xa6\xf3\x3e\x85\x80\xe3\x12\xfa\xd7\xeb\x35\x4d\xd2\x98\xd3\xa6\xa8\xfe\x77\x7b\x36\xb6\xdf\x66\x23\xf7\x5d\xf3\xff\x71\x37\xc6\xb4\xd3\x8d\x31\xbd\xa7\x21\x98\xd6\xf8\xdf\xda\xa1\xb1\x3d\x9e\x6d\x55\xa0\x2e\x0e\x50\xe3\xe8\xb8\x2c\xd2\xe5\x12\x2e\xf7\x33\x96\xd0\x71\xad\x7c\x74\x6f\xba\xe8\x98\x48\x3f\x68\x6b\x2f\x1d\x71\xa1\x04\xad\x37\xaa\x20\xe2\x69\xb9\x9f\xc5\x25\xad\x91\x5a\xe1\x11\xa3\x68\x2d\x75\x10\xed\x2b\xed\x64\x7d\x08\xce\x1a\xd3\xd0\x58\x6e\x36\x30\x9e\xc5\x29\xee\x6d\x4b\xda\x13\x0f\xde\x39\xf7\x46\x79\x98\x04\x1c\x7b\xb1\x87\x3b\x90\xee\x8b\x0a\x69\xe0\xf0\x3c\x18\x20\x5c\x88\x73\xdd\x75\xe5\x28\x91\x62\xd2\xdf\x60\x2d\x97\xd1\x3e\xcd\xcf\x54\x88\xc1\x24\x8d\xfa\x43\x5c\x52\xce\xd3\x7c\x29\x9b\x3a\x67\x1b\x9a\x5c\xd4\x21\xe2\x82\xba\xbf\x95\xc6\xb0\x8c\xb9\x28\xf7\x68\xcf\x8b\x3b\xd8\x0a\x25\xa1\x93\x74\x1a\xc4\x08\x67\xa4\x0c\x77\x71\xb6\xa5\x0a\x3e\x7b\x6e\xba\x03\xcb\x25\x0f\xe6\xa8\x2a\xc3\x84\xe5\x74\xcc\x83\x0c\x45\x1f\x0a\xb6\x4e\x4b\x1a\x16\xb4\x64\xd9\x8e\x06\x19\x0a\xf9\x8a\x4a\xc7\x72\xb5\xdd\x7d\xd1\x05\x85\xd1\x70\x2f\x6e\xfc\x15\x1a\xfb\x36\x7a\xd3\x53\xc5\x5b\x6b\xbc\xc0\x69\x8d\xf5\xac\xbc\x68\xe3\xdc\x02\x87\x28\x45\x5d\x2c\x88\xa1\x8f\x25\xce\xb0\x97\x83\x66\x0c\xb5\xda\x93\xb5\xd2\x00\x8e\x03\x24\x2a\x6b\xdf\x80\xa8\xaa\x1e\x9c\xe1\xf6\xd8\xd3\x90\xde\x6e\x58\xc1\x4b\x92\x07\xc3\x27\x4f\xbe\x68\x0d\xcd\xa5\xed\x1b\xa4\x98\x75\xa6\xd8\x9a\x55\x86\x0b\x51\xe1\xd7\x08\xa7\xe2\xef\x33\x84\x63\x92\x07\x4f\x1f\x21\x2c\x1a\xf2\xf8\x6b\x31\xb7\x5e\x5a\x7e\xbc\x7c\x63\xad\x88\xb9\x22\xaf\x6c\x8b\x9a\x80\x92\x7d\xa5\xb1\xd7\x01\x50\xb8\xe0\x59\x0d\x37\x59\x70\xf0\xf3\x57\x83\xbe\x37\x3c\xae\x81\xf5\x60\x86\x46\x9a\x91\xe4\xfb\xf7\xab\xc5\x0f\x65\xf3\x8d\x8f\xab\x14\x34\x8b\xc0\xb9\xbc\x41\x91\xd7\xac\x80\x92\xf2\xe7\x9c\x17\xe9\x6c\xcb\xa9\x78\x83\x15\x1e\xa6\x63\xaf\xe0\x99\x17\x79\x19\x2f\x3c\x34\xaa\x95\xbb\xe3\x70\x86\x82\x4c\xc4\x0f\xbd\xc8\x1b\x78\x68\xc4\x88\x41\x25\x00\xb3\x44\x86\xaa\x80\x11\x6f\x08\x8c\xab\xee\x56\xd4\xbd\xf4\xfd\x1c\x10\xfd\xa1\x36\x80\x0d\x09\x67\x2c\xb9\x13\xad\x14\x7f\xc5\xeb\xbe\xd1\x34\x74\x38\xb4\x7b\xd0\x91\x0c\x35\x1a\xa5\xe9\xcd\x7e\x9f\xd5\x2b\x76\xeb\x20\x5f\x34\xc6\x50\x4c\xd7\x3c\xe0\x08\xe6\x8e\x90\x42\x79\x07\x1b\x53\xf8\x29\xdd\xde\xe9\x08\xf8\x82\x84\x3a\x19\x42\x98\x56\x15\xfe\xc2\x55\x6a\x4e\xba\x47\xc3\x27\x00\xcb\x10\x3c\x7a\xfa\x4c\xae\xc5\x47\x4f\x9f\xca\xc5\x38\x1c\x7e\x2b\x56\xe3\xbe\x7c\x14\x79\x60\x78\x5f\x0e\x23\xef\x5b\xf1\x63\x1d\x79\x43\x40\x01\xc8\x86\x91\xf7\x68\x00\xbf\x1e\x45\xde\xe3\x47\x80\xad\x90\x91\x3c\xf8\xfa\x6b\xe4\x2c\x5b\x67\x29\x35\x57\x6d\xc7\xea\xea\xf7\x69\x98\x96\xaf\xf3\x1d\x2d\x38\xd0\xd2\xfb\x4d\x9c\x51\xce\x69\xc4\xc2\x18\x2b\x94\x88\xa8\x08\x63\x0c\xd0\x10\x51\x1a\xc6\xb8\xdc\xc4\xf3\x34\x5f\x46\x25\xae\x73\x46\xb9\xa6\x56\xbf\xcf\xd8\x2c\xce\x6a\x3e\x8e\x3c\xa9\x6d\x00\x8a\x9a\x7d\x26\x26\x36\x8c\xb1\x28\x5e\x1b\x95\x88\xe7\x5a\xc1\x33\x0d\x8a\xdb\xf0\x8d\x15\x4b\xdf\x35\x14\x89\x99\xf9\x82\xa9\x61\xf5\xd4\x88\xeb\xed\x8f\x17\x14\xdb\x73\x3c\x94\x33\xfc\x44\xcd\xef\x37\xa8\x76\xe2\x96\xb6\xec\xfe\xb5\x9f\xb7\x86\x5f\x15\xbc\xc0\x2b\xbc\xc6\x4b\x80\xb9\x57\xe3\x0f\x30\xf6\x6a\x5e\xf0\x1d\x58\xb5\x39\x80\x1e\x57\x64\x0f\x6e\xef\x4e\x1f\x61\xce\x36\xe2\x8f\x64\x9c\x8a\x5f\x72\x99\x43\x90\x85\x48\x51\xe1\x33\xb2\xdf\xb0\x32\x95\xda\x92\xf1\xac\x64\xd9\x96\x53\x0f\x4b\xb0\xb9\xa1\xca\xf6\x78\x08\x05\x7e\xab\xcb\xfb\xb6\xc2\x37\x64\xdf\x69\xcd\x3f\x31\xe4\xfa\x16\x05\x14\xef\x57\xe9\x72\x25\x62\x8b\x58\x61\x75\x44\x57\x18\x30\x77\xa3\x47\x15\xc2\xf5\xd3\x3d\xcd\xb3\x34\xa7\xa7\xf0\x82\xc7\xb6\x09\x7e\x68\x48\x92\xd3\x53\x8d\x8f\x11\xed\x65\x2f\x2e\xd9\x06\xc0\x2b\x3e\xc6\x49\xba\x2d\x01\xf3\x43\x46\x48\xac\x8a\xee\x38\x05\x77\xa1\xfa\xef\x94\xaf\xa5\x64\x5f\x54\xbe\xc6\xe7\xa8\x3b\x11\xe4\x64\x5f\xe1\x7c\x52\x84\xcb\xa9\x5e\x08\x4c\x79\xfa\x06\xc8\x90\x9f\xd2\x3c\x61\x37\x52\x45\xb5\x85\x27\x22\x23\xeb\xd2\x87\x9b\xdb\x5e\xc9\xb2\x34\xe9\x39\xd9\xea\xbe\x29\xe8\x95\x81\x57\xd5\x6f\xa7\x1b\x14\x88\xab\x12\x75\x77\xb8\x77\xd2\xab\x43\x4d\xef\x3b\x3a\x92\x8a\x8e\xa4\xb2\x23\xfb\xcf\x69\xd0\x1b\xba\xb0\xdb\x93\x22\xc0\x73\xb9\x07\x4c\x21\xda\x1f\x9b\xfc\x7a\x72\xac\x06\xc5\xa2\x41\xb1\x6a\xd0\xbc\x31\x60\xcd\x91\xfc\x21\x5d\xae\x32\x31\x42\x5e\x05\x26\xdb\x56\xf1\x61\x5a\x5a\x6c\x45\x55\xd2\x5d\x28\xf9\x8e\xa2\x43\x86\x41\x60\x55\x5e\x8a\xca\x4b\xb7\xf2\xef\x8b\xf8\xce\x1e\x80\xb3\x56\xf0\x91\xf9\xad\x70\x09\xfe\x2d\xef\x81\xab\xf8\x9d\x63\x93\x89\xe6\x65\x0f\xad\xba\xa3\x2d\x82\xe6\xb6\x96\x50\xf6\x50\x23\xff\xd8\x3c\xce\x45\x5b\xe7\x7f\x72\x5b\xe7\x47\xdb\xaa\x20\x39\x6a\x9c\x21\x58\xea\xfd\x74\x2d\x28\xd3\x38\x17\x65\x75\x62\xa0\x44\xc1\x56\xdc\x8c\x12\x9c\xe7\x6b\x8d\xe7\xe3\xc5\x5b\xce\xc4\x84\xdf\x5e\xa4\xbf\x01\x6c\x8f\x9c\xfb\xd3\x19\xbb\x35\x3b\x53\x1e\x13\x03\xdc\x79\xb2\xec\x42\xe8\x13\x4d\xce\x58\x91\xd3\xe2\xd1\xd1\x63\xe6\x48\x42\x7b\x13\x7a\x27\xb3\x30\xa7\x5b\x5e\xc4\xd9\x85\xd6\x79\x7e\x9e\x71\x6b\x43\xea\x8d\x6d\x3a\xef\x40\x16\xb5\x91\x86\x9a\x87\xf4\x2c\x63\xf3\x6b\x09\x40\xf4\x92\xce\x59\x21\x01\x64\xdb\xb0\x44\x73\xb0\x4d\xf1\x0c\xbc\x91\x62\x76\x78\x58\xc3\xd3\xaa\x74\x9c\x6d\xf4\x8d\xf3\xf8\x91\x02\x70\x82\x76\x9e\x0e\xd5\xd7\x25\xdb\x44\x03\xf5\x5b\x9e\xdf\xfa\x4b\xa1\x12\x0d\x2a\xbc\x55\x1b\xd1\x5e\x6c\x9a\x55\x65\xb6\xb4\xb3\x5e\xc0\x2b\x7d\x1b\xa0\x24\xb2\x17\xa0\xb3\x18\x2b\x7c\x86\x6c\x98\x99\x20\x11\xcb\x36\xd1\xe7\xe1\xbd\x6b\x33\x41\x55\x57\x65\xc6\x25\xca\xe7\x57\xba\x11\x95\x6e\x8e\x55\x6a\x4e\x1a\x70\xa6\x81\xba\xd7\xb1\xa9\x75\xbf\xb1\x58\x40\xa5\xc1\xb4\x3a\x76\xfe\x2f\x48\x8d\x89\xb3\x6f\xa2\x56\x1d\xbd\x4c\xad\x02\x56\xa2\xed\xab\x3f\xed\xc8\x5c\x35\x2e\x34\x6b\xbe\xad\x4a\xd7\xa2\xd2\xf5\x91\x4a\x2b\xbc\x16\x54\xe4\xe2\xfe\x36\xd9\x1b\xec\x73\x1a\xb6\x40\xce\x09\xe2\xe0\xe8\x34\x05\x16\xe6\x18\x19\x0e\x06\xff\xe9\x01\x34\xcf\x4f\x45\xbc\x11\xc3\x0f\x8e\xb2\xf1\xaf\xdb\x92\xa7\x8b\x3b\x25\xca\xa8\xf7\x15\x20\xa7\xbe\x06\x78\x4e\x1d\xd6\x7d\xdc\xd5\xd3\xed\x9c\x77\xf7\x4c\xf4\x52\x0c\xd9\xf2\xf8\x79\xfc\x05\x73\xd6\x38\xa4\x97\xa8\x75\xd6\xea\xd3\xb9\xb1\x0d\x7e\x0f\x65\x89\x9a\x2f\x86\x22\x2c\x50\x70\x23\xa1\x32\xbf\x94\x6d\x75\x3f\xcb\x21\x75\x9e\x02\x03\xeb\x5d\x56\x58\x56\x5b\xdb\x2c\x1b\x69\xfe\x52\xee\x0c\x31\x1a\x71\x92\x8f\xf3\xb0\xa4\x65\x99\xb2\xfc\x82\xb3\x22\x5e\x1a\x17\x59\x81\x46\x5e\x90\x0c\xa8\x02\xed\x6b\xaf\xf8\xa6\xa2\xd4\x06\xf2\x14\xb5\xd4\x60\x9e\x4e\x4d\x2d\x30\xcf\x46\x9d\xa5\xae\x53\x8c\x5b\x5d\x61\xf5\x7f\x70\x00\xe1\xb5\x5c\x23\x41\xbe\x49\xf3\x6b\x41\x47\xb6\xf9\xee\xd8\x7a\x42\x39\x08\x89\x5b\x22\x9e\xb6\x0a\x2d\x0d\x1c\x2a\x94\x96\xb4\x47\x7c\x7e\xca\x13\x5a\x88\x6d\x91\x80\xb7\x32\x69\x9c\xb3\x22\x8b\xe6\xfb\x6a\x4d\x56\x61\x96\xe6\xd7\x78\xa9\x7e\x68\x00\xb0\x1d\x59\x19\x39\x14\x98\x17\xcd\xc8\x4a\xf2\x8d\x5f\xc0\xee\xc0\x77\xf5\xb8\xef\x50\x50\x60\xe3\xad\x41\x21\x2e\xde\x49\xcb\x84\x85\x0b\xbc\xa8\x36\xdb\x1a\x37\x76\xad\x81\xf5\xf3\xd2\x7c\x45\x8b\x94\xcb\x20\x05\x61\x58\x07\x36\x2e\xe8\xcd\xd8\xdb\xea\x9e\x7a\x1d\x7b\x9e\xab\xbb\xf3\x55\x3c\x2b\xd2\xf9\xe9\x69\x2a\xdd\x3c\x2b\x5d\xa9\x9e\x6f\xc0\x19\x6b\x68\x3e\x6f\xd0\x13\xff\x17\x67\xa3\x77\x32\x3b\xf1\x7a\xd2\x9d\x4a\xdd\x60\x11\x23\xa8\x23\x11\xdd\xf1\x22\x62\x70\xe6\x3a\xa9\x5b\x2f\x89\x4a\x3c\x5b\x2a\xcc\x55\x62\x9b\x32\x32\xaf\x38\x8e\x2a\xbc\xf5\xfd\xfd\x97\xc1\x33\xb6\xe8\x94\x06\xe1\x63\xc0\x25\x07\x58\x4c\xfc\x22\x13\x23\x60\x46\x5b\x93\x85\x83\x16\x32\x23\x04\xbc\x6f\xe7\xb0\x29\x2d\x6e\x1d\xa6\xba\x73\xf5\x70\x38\x8d\x6e\xbf\xc7\x98\x7d\x75\x89\x2d\x22\xcf\x60\xb0\x78\x95\xfd\x7e\x9e\x88\x4b\xc4\x8c\x57\x8a\x2a\xdc\x17\x03\xd6\x7e\x4a\xc9\xb2\xde\x96\x3f\x58\xc7\xab\xce\x2d\xe9\xdc\x8e\x62\x21\x42\x3e\xaa\x12\xdf\x9f\x78\xf6\x6b\x4a\x2f\xe3\x5d\x0b\xe6\xb2\x72\x21\xfb\xfc\x08\x36\x57\xcf\x8f\x76\x69\x99\x72\x78\x88\x75\x91\x27\xf0\x84\xec\x27\x4e\xeb\x45\x6e\xe9\x4b\x53\xe4\x07\x0a\x45\xfc\x90\x41\x35\xc5\x02\x0d\x59\xb6\x28\xd7\x7a\x5b\x74\x3c\xef\xba\x07\x17\x9e\x6b\xd8\xab\x37\x85\xde\xab\xed\x07\xd8\xb1\x02\xe4\x53\x4a\x6d\xfd\xf9\xb4\xfa\x32\x2e\x23\x73\x30\xa0\x99\x38\x17\xe7\x2c\x2f\x59\x46\x7d\x5f\xfd\x08\x6f\xe2\x22\x77\xbf\x02\x60\xa1\xfd\x49\x52\x9c\xa1\x73\xd7\xd5\x08\xca\x94\x4c\xa6\x98\x93\xc1\x88\x7f\x67\xc4\x18\x1a\x4a\x99\x9f\x9c\x20\x3a\xe1\xd3\x5a\xc0\x31\x91\xde\x07\xa8\xef\x0f\x41\x44\x2a\x13\xfa\x3e\x9d\x0c\xa6\xbe\xdf\x17\x7f\xba\x1c\x03\x6a\x0e\xfc\x64\x30\x1d\xd5\xd0\xcd\x62\x7b\xc0\xba\x26\x03\x5c\x12\x3a\x8a\xbf\x33\x35\xc7\x1a\xc4\x39\x23\xe5\x24\x86\x3a\x33\xa4\x73\xce\x7b\x69\xde\xcb\x90\x08\x0b\x57\x71\xf9\xfe\x26\x37\xc6\xb8\x73\x04\x32\x01\xaf\xdd\x06\x8f\x10\x32\xd7\x3e\x61\xfb\x84\x64\x5d\xed\x94\xae\xea\x3a\xe3\x4c\xbb\x13\x51\xfb\x16\x6d\x9b\x55\x27\x08\x5c\xd1\xb6\x42\xc7\xe9\x24\x99\x4a\x47\x7c\xdb\x49\x32\x45\x91\xf8\x26\x13\xf1\x7b\x8a\x46\x73\x96\xf3\x34\xdf\x52\x00\x18\xde\x90\x7c\x32\x9f\xe2\x05\xc9\x26\xf3\xe9\x48\xfc\xae\xb5\xf7\x36\xe3\x45\x4d\x73\x51\xeb\x19\x42\x51\x30\x99\xe2\xe7\x45\x11\xdf\x85\x69\x09\x7f\x83\x0d\x1a\x6f\xa2\xc9\x66\x8a\x1a\xe1\x0b\x34\x5e\x44\x93\xc5\x14\x55\x55\xba\x50\x45\x84\xd7\xf4\xae\x0c\x52\x64\x39\xa6\xc8\x3b\xfa\x4f\xf6\x95\xd2\x91\xe8\x8a\x75\xdc\x45\xc3\x14\xb4\x46\x42\xa3\x30\x70\x92\x4e\xe8\x74\xb4\x9a\xd0\x69\x97\x38\xb6\x50\x92\x31\xad\x68\xd7\xf0\xeb\x66\x04\x09\x9e\x0e\xb2\x75\x77\xc7\x5c\x90\x60\x1c\x7c\x87\x54\x95\x3b\x65\x29\x5a\x07\x49\xad\x10\xf3\x45\x3b\x8b\xb9\x3b\x2b\x8c\xff\x2c\xa2\x6b\x7e\x94\xe8\xba\x9f\x2c\x8b\x1f\x16\xd8\xde\xc0\xad\x1d\x79\x0c\x66\xdd\x1a\x35\x19\x31\x56\xf1\x8a\xa7\x8f\x6c\x32\xae\xee\x77\xb8\x2d\x4d\x89\x05\x0a\x65\x9e\xaa\xe1\x6b\xbf\xdb\x37\x7a\x77\xde\x23\x8e\xd2\xb5\xec\x09\x44\x08\xf7\x8f\xad\xb3\x36\x8c\x24\xe7\x99\x64\xf3\x0f\x9f\x28\x41\xce\x33\x60\xf4\xef\x3d\xf5\x4e\x3b\xbd\xbc\xdb\x08\x3a\x4b\xac\xb5\x74\x0e\x37\xcd\x57\xb7\xa7\x37\x37\x37\xa7\x0b\x56\xac\x4f\xb7\x45\x46\xf3\x39\x4b\x68\x62\xc3\x86\x97\x92\x72\xef\x33\x45\x96\x02\xee\x7d\x40\x91\xef\x37\x42\x26\x6e\x35\x53\x90\x6e\x35\x03\x09\x97\xa8\xe2\x19\xd9\x03\x05\x91\x4a\xbd\xea\x68\x5f\xa6\x19\xcd\xf9\xdf\x2f\xde\xbf\xfb\x10\x17\xa5\xa0\x5a\xfa\x03\x75\xaf\x37\x02\xe7\x59\x5c\xa4\x8b\x3b\xa5\x17\x01\x48\xfe\xa0\x09\x10\x27\xf1\x86\xdb\xde\x1c\xdc\x49\x09\x3c\x83\xda\xef\xf5\xcd\x32\xf8\xf9\xed\x9b\x1f\x38\xdf\x7c\xa4\xff\xde\xd2\x92\x1f\x0e\x9d\x89\xb8\xef\x7b\x13\xb9\x82\x7a\x4a\x5b\x63\x2a\x96\x92\x3a\x4a\x6a\xe5\x0b\xce\x2e\x40\xb3\x5e\x81\xc0\x22\x29\xe0\xcb\x83\x67\xdf\x82\xcc\x2e\x40\x18\x3a\x2d\x46\x5b\xd5\x18\x4d\x3a\x9d\x39\x14\x62\xd1\x3f\x9f\xcf\xe9\x86\x7b\x08\xc3\x97\x33\x8e\x08\x30\xc7\x5f\xb1\x62\xfd\x32\xe6\xb1\x74\xea\xae\xcf\xbb\x17\xdb\xc5\x82\x16\x26\xac\xf1\x79\xc1\x0b\x1a\xaf\xcd\xe7\xab\x34\xa3\x75\xd2\x8c\xcd\x02\x8a\xc6\x34\x6a\x14\xf6\xcf\x94\xde\x40\x44\x38\x83\x6f\x88\xff\xf4\xf1\xcd\x05\x8d\x8b\xf9\xea\x43\x5c\xc4\xeb\x12\x1c\xdd\x97\xb0\xe1\x1f\x5a\x5e\xa3\xf9\x2a\x2e\x4a\xca\xc9\x96\x2f\x4e\xbf\xf5\x10\xae\x47\x2e\x40\x08\x0a\xd7\x78\x77\xe8\x70\x10\xa3\x6f\x17\xf9\x6b\xa9\x8e\xbf\xe6\xda\xea\xa8\x1e\xd2\xa2\xd6\x56\x92\xe0\xab\xa5\xaa\x92\x22\x70\x4a\xae\x96\x09\x3f\x1c\xc4\x82\x0b\x37\xa2\x89\x28\xa0\x62\xa8\x79\x91\x8a\x21\xab\x1f\x9c\xe2\xb6\xbd\xb8\xcb\x79\x7c\x0b\xeb\x4f\xac\x95\x02\xdc\xf8\x22\xe9\x5f\xa2\x50\x27\x6e\x90\xab\xd2\xa4\xc5\x45\xba\xb8\x13\x25\x56\x00\xa1\x45\xab\xa9\xbd\x1c\xca\x0d\xcb\x4b\x6a\xaf\x07\x47\x7d\xcb\xde\x2d\x87\x43\xe6\x7c\xe3\x9c\x00\x34\x5f\x6b\x0f\xe1\x42\x46\xb4\xf6\x11\x8e\x49\x3f\xf7\x7d\xcf\x8c\xa5\xa8\xa2\x50\x6d\x10\xa3\x09\x4e\x1f\x0e\x87\x42\xee\x72\x33\x50\xbe\xaf\xa9\x1f\x6b\xc8\x7a\xf5\x78\xd5\x83\x54\xc2\x20\xc5\xed\xa1\x22\x84\x94\xf6\x50\xa5\x81\x04\x30\xc0\xde\xf9\x95\x28\xe8\xea\xc3\xf3\x8f\x17\xe7\x1e\x1a\xc9\xe8\xb2\xd2\x97\x17\x8c\x97\xdc\xf4\xd1\x00\xdf\x96\xc5\xe2\x8c\xb1\xeb\x94\x4a\x35\xa1\x9f\x2f\x3e\xbe\x3a\xbd\x7c\xff\xe3\xf9\x3b\x0f\xe2\x24\x3a\xbe\x8a\x3b\xb5\x63\xd7\xf1\xad\x5a\x37\xca\xcb\x13\xf0\x74\x6f\x5f\xb0\xe4\xae\x0e\xd8\xc5\x59\x9a\xc4\x9c\x5e\xf0\x98\x6f\xcb\x2e\x0f\x31\xf4\x6f\xe4\xd1\x60\xe0\xfb\xf4\xbb\xc7\x83\x41\xa5\xb0\xfc\x4b\x41\x75\xaf\xd7\x2c\x8f\xf6\x72\xf7\x46\xad\xe5\x88\x7b\xe2\x2e\xf8\x6a\x93\xc5\x69\x8e\x7b\xff\xf5\xd5\x7f\x89\xd7\xc3\x88\x89\x39\x3a\x8f\xe7\xab\x60\xe2\x25\x34\xa3\x9c\x7a\xd8\x5b\x8a\x87\xab\x27\x4a\xf6\xa6\xae\xa2\x6e\xa6\x3c\x06\x94\x82\x9e\xd8\x03\x6c\xb5\x5d\xc2\x06\xcc\x3c\xbc\xcd\x16\xfe\x15\xf3\x71\x6f\x01\x2c\x04\xd8\x81\x20\x06\xe4\xe6\x5a\x1d\x26\xab\x90\x05\x67\x9d\x07\xcf\xbe\x7e\x90\x53\xe5\x92\xfb\xb0\xac\xd6\xb4\x2c\xe3\x25\x25\xb4\x62\x1d\x47\x65\xfb\xbe\xf5\xce\xe2\x7c\x4e\x33\xef\x24\xb0\xb3\x8f\xbd\xa8\xe7\x9d\xd8\x21\x91\xe7\xa1\x0a\xdb\x65\x5e\x5d\x9d\x3d\x7f\x77\x76\xfe\xe6\xea\x8a\x00\xb6\x94\xee\x07\x7b\xa0\xd1\x7d\xd3\x6a\x1a\xc8\x05\xdb\x75\x0b\x5c\x5d\x7d\x3c\x7f\x7e\x76\x79\xf5\xf2\xfc\x9f\x97\xef\xdf\xbf\xb9\xb8\xfa\xfe\xcd\xfb\x17\xcf\xdf\x5c\xfd\xf0\xfe\xfd\x8f\x57\x57\xbe\xdf\x45\x9b\xdd\x9f\x47\x6a\x0d\xbf\x3c\x3b\x87\xcd\xf4\x99\x69\xeb\x2d\xc6\xcd\x7b\x2a\xa4\xe0\xcf\x86\xa3\xaa\x0a\xec\x09\xcc\x83\xe1\xe3\x67\x7f\x9e\x4e\xdc\xa3\xa7\x7f\xda\x73\x4a\xbe\x85\x26\x53\x5c\x88\x7f\x52\xc2\xc2\x18\xf8\x89\xca\x5b\x4b\x60\x55\x14\x03\xd6\xba\xaa\x89\x93\x01\x66\x84\x8e\xf8\x77\xcc\xae\x40\x29\xc5\x31\xf5\x52\x2b\x51\xa7\x5f\x6d\x08\x2e\xa5\x17\xa7\xf7\x8b\xc0\xeb\x79\xe8\x6f\x64\x80\xe2\x40\x41\xbd\x40\x88\xe5\xf2\x3e\x23\x69\x18\x17\xcb\xf2\x55\xc1\x6a\x2f\xf4\x41\x89\x46\xd9\x38\x0e\x32\x14\x9d\x4a\x74\x4d\x5d\x5e\x09\xe8\x59\xf0\xe6\x29\x91\xf4\x93\xe3\x3e\x44\x4a\x34\x8e\x83\x12\x75\x50\xa3\xa5\xef\x17\x26\xa7\x3e\xf0\x44\xc7\x95\xda\x33\x2d\xa3\x1c\xcb\x5c\x65\x54\x7c\x2e\xbb\xb3\x9b\x6a\xb6\x29\xef\xee\x49\x4f\x8f\x3f\xa1\xa9\xf6\xd7\xde\x56\x6d\x8a\x7d\x3f\x88\x01\x43\xb4\xcb\x5e\xcb\xf3\x46\x7d\xad\xe6\x93\x13\xaf\xf7\xd5\x7f\xf5\xfe\x57\x42\x37\x05\x9d\xc7\x9c\x26\xbd\xff\xfa\xca\x43\xb5\x51\x60\x96\x96\x5c\x5a\xfd\x66\xac\x20\xf5\xf7\x49\x8e\x69\x87\x17\x0f\x25\xe7\x3d\x21\x22\xfa\x26\x2e\xf2\x34\x5f\x1a\xc9\xba\x13\x0a\x36\x94\x54\x9f\x20\xa6\xc8\x72\x3b\x17\x44\x1d\x7c\x8b\xe4\x55\x00\xfc\x6a\xec\xb0\xfb\x95\xf4\x48\xb2\x6d\x5f\x28\x36\x9d\xc3\x06\x83\x5d\x08\xb0\xe2\xc5\xd8\xfb\x8f\x57\xc3\x6f\x06\xdf\xbc\xf0\x22\xef\x3f\xe2\x27\x8f\xbe\x7e\x34\xf7\xb0\x55\xad\x4c\xf1\xf8\xd5\xa3\x57\x43\x91\xe2\xf1\xa3\xc7\xc3\xc7\x03\x93\xe2\x4d\x9a\x5f\x43\x8a\xaf\xcf\x5e\x7c\xfb\xea\x6b\x91\x62\x30\x78\xfa\xfc\xd9\xb9\x93\x42\xcb\xb5\x45\xc2\x6f\x1f\x9d\x7d\xf3\xea\x95\x4c\xf8\xe4\xe9\x37\xdf\x7a\x38\xcd\x17\x0c\x0c\xcb\x45\xf4\xd9\xb7\x67\x5f\x9f\x3d\x11\xd1\x5f\x0f\x9e\xd2\xa7\x73\xd5\x56\x13\x5f\xb7\xf5\xf9\xb7\x83\xc1\x60\xe0\x61\x90\xa8\xa6\xf9\xd2\x24\x79\xf2\xe4\xd1\x37\x8f\xa0\x29\xaf\x5e\x9e\x7f\x73\xfe\xcc\xc3\x6a\x4c\x3b\x2a\xf9\xe6\xd9\x37\xdf\x7c\xf3\xd4\xc3\x25\x15\x2d\xfc\xa9\x91\xee\xd5\xd9\xf9\x70\x30\x10\xe9\x5e\x7e\xfb\xf8\xc5\x60\xe8\x61\x35\xfe\x26\xc5\xb3\x47\x67\x8f\x9f\x3e\x16\x29\x86\x83\x6f\xce\x86\x03\xd9\x9b\x7a\xc2\x21\x91\x1a\xb3\xc8\xfb\x8f\xc5\xe3\xc5\xa3\xc5\x50\xf5\xa9\x91\xaa\xdd\x6c\xdd\xb3\x07\x13\xaa\xfe\x35\xd3\x3d\x7e\xfc\x74\xf8\x0c\xd2\xbd\x7a\xf5\xe4\xec\xbc\xd1\xcb\x66\xea\x57\x8f\x9e\x0f\x60\x5e\x5e\x9d\xbf\x7c\x76\x76\x66\xfa\xda\xec\xcc\xb3\xc7\x2f\x87\x30\x01\x2f\x5f\xbd\xfa\xfa\xe5\x4b\x53\xbb\x59\xc7\x90\x6c\xb1\x58\xa8\xa1\x5b\x2c\x66\xcf\xc4\x3c\x59\x4b\x57\x0d\xdd\xdc\x1d\xba\x0a\xbc\x2e\x21\x1c\xa3\x86\x34\x06\xf6\x71\x6a\x29\xe5\xa5\xbe\x1f\xa4\x46\x03\x0f\x98\xaf\x25\xa1\x87\xc3\xbe\x02\x2d\xe3\x9b\x55\xca\x29\x9e\x93\x32\x9c\x65\xf1\xfc\x1a\x6f\xb5\x5f\x5e\x65\x96\x85\x13\x1d\xf0\x32\x2e\xae\xf1\xc6\xfe\xa2\x05\x5e\xd8\xdf\xcf\x33\x8e\x57\x3a\xe0\x8d\xe8\x1e\x2d\xf0\x5a\x10\x86\x52\x4d\x00\x82\xf0\xb2\x11\x40\x0b\xbc\xab\x83\xa0\x96\x59\xfd\xfd\x8f\x6d\xcc\x69\x91\x8b\x96\xdc\x75\x85\x8a\x3a\xaf\xea\x08\xdd\xea\xb3\x3a\xc8\x28\x27\xe0\x9b\x8e\x40\x91\xff\xba\x0e\xbf\xa4\x05\x4f\x45\xda\x8b\x76\x98\x48\x7a\xdb\x6a\xbc\x08\x7d\x4f\xca\x30\x9e\xcf\xa9\x31\x08\xef\x65\xe2\xd8\x04\x95\xd4\x7a\x49\x90\x0c\xcb\xa0\x57\x45\xbc\xa6\x8d\x70\x99\xfd\x85\xd1\x03\x92\x89\xe5\xa9\xe4\xa6\x74\x4e\x2c\x93\xb4\x15\xaa\xce\x91\xee\x48\xe5\x21\x09\x22\xd3\x7c\xb3\xe5\x8d\x3a\x20\xec\x15\x2b\xa8\x73\x14\x43\x94\x38\xb5\x1b\xa9\x5d\xaf\x5c\x10\x34\x8f\x8b\xe4\x82\xc7\x79\xc2\xdc\xb2\x11\x9e\x9b\x91\x81\xbb\x40\x95\x3c\x37\xbd\xb5\x42\x75\x17\xe6\x08\x6f\x21\x57\x96\xe6\xd7\x64\xdb\xec\x90\x55\xfe\xb6\xdd\x1f\x5d\x83\x89\x02\xe8\xf8\x6d\xdd\x49\x23\x3d\x7b\x9e\x71\x08\xd7\xc2\x7d\xf3\x21\x5f\x1d\xf0\x69\x4f\x93\x5d\x2f\xc2\x09\xb4\xf0\x48\xc3\xf4\x78\x27\x47\xdb\xa7\xfb\x9a\xd8\xcd\x34\x81\x08\x6f\xcc\x00\xe8\xc0\x0d\xc2\x8b\xfb\xea\xd4\xe9\x16\x08\xaf\x20\x1d\x14\xfb\x21\x8b\xe7\x74\xc5\xb2\x84\x16\xed\x31\x5a\x21\xbc\xee\x58\xb8\x3a\x7a\x6d\xaf\x5f\x6d\x21\xa8\x03\xed\x6f\x85\x45\x28\x87\x55\xa6\x68\x34\xae\xd1\xeb\xae\x24\x7a\xcc\xd6\x6a\xd1\x75\x52\x07\x26\x56\xce\x51\x77\xee\xa3\x1e\xc2\x8e\xc4\x9a\xb2\x11\x5e\x76\x0c\x87\x6e\xf4\xb2\xa3\xd1\xf7\xc5\x69\x69\xb0\x1d\x09\x23\xe4\x44\x1c\x99\x4d\x27\x8d\x96\x79\x59\x2b\x70\xd9\x39\x4a\x76\x73\xba\x46\xc9\x8e\x6f\x8f\x83\x89\x45\x78\xd6\x5e\x69\xb6\xb6\x22\x99\x59\xad\xba\xd8\xce\xc4\x63\x98\xcc\x10\xbe\x53\xab\xf6\xc8\xec\xe9\x0a\xee\x10\xbe\x86\x94\xa6\x63\xea\x78\x20\xd7\xcd\xd5\xa4\xb3\x04\x8a\x1b\x9b\x77\x7b\x03\xef\xca\x83\x0e\x87\x6b\xe7\x98\x31\xad\xbf\xb6\x37\x9d\x13\x6a\x4b\xdb\xc9\x35\xc2\x57\xce\xe9\x45\xae\xe0\x48\x10\xb7\xaf\x20\xdd\xe0\xb3\x2e\x1e\x3e\xe5\x6e\x77\x9a\x6e\x82\x4d\x22\x4d\x09\xc3\x87\x9e\x07\x19\x80\xf0\xad\xa9\xb2\xe3\x40\xbd\x15\x6d\x94\x62\x4e\x70\x33\x60\x47\x81\xd5\x7e\x60\x37\x50\xb7\x60\xe7\xb4\xb3\x3b\x54\x6f\x02\x37\x54\x6f\x9c\x9d\xdd\x07\xbb\x00\xbb\xf5\x26\x1c\xe1\xb3\xba\x13\x6a\x75\x9c\xe1\xd8\x56\x5d\x80\x6f\x6b\xb0\xe0\x1b\xfc\x26\xbe\x6e\x04\x36\x8f\x31\x18\xa7\x33\x84\x6f\x64\x15\xd6\xbe\x22\x37\x08\x5f\xb4\xd6\x95\x6e\xc0\x85\xbd\x91\x64\xfa\x8b\xe3\x27\x15\xc4\xad\x01\x16\x4d\x9e\x73\x17\x08\xbf\x57\xc3\xdb\x79\x25\xbc\x47\x58\xaf\x51\x6e\xad\x51\xae\xd7\x28\xaf\xbd\x0d\x3e\x41\x50\x10\xdc\x99\xa0\xef\x40\x9c\x48\xdc\x2f\xc4\xf3\xea\xf3\xca\xfa\x16\x8d\xed\x92\xf4\x14\xd8\x29\xa2\xee\x2d\xd5\x68\x83\xce\xe9\xd5\x8a\x17\xdd\xf9\x2c\xab\x83\x2e\xa5\xc2\x18\x49\xbd\x8a\x3f\x89\x5b\xf1\xf8\x49\xf3\xe5\x5a\xf3\xee\x7c\x9f\xf6\x09\xd1\xf2\x16\x58\x6d\x20\x45\x1b\xd3\xa8\x70\x9a\x45\x11\x56\xbe\x94\x1f\x6a\x98\x6b\xb4\x27\x71\xe1\x03\x6a\xfb\x9f\xe5\x48\xb1\x3c\x73\x7a\xd3\xbb\xbc\xdb\x50\xed\x85\x38\xce\x73\xc6\xc1\xd1\x70\x2f\xee\xc1\x7b\xbf\x17\x97\xbd\xd8\x58\xde\x79\xe8\x7e\xb3\x36\xf6\xb0\x06\x59\xb3\x75\x96\x2b\xe1\x51\xfe\x1d\x6f\xb9\x11\x66\x84\x4f\xf2\xe9\x88\x85\x35\xe0\x32\xb1\x3f\x0e\x87\xfe\x10\x83\xd3\x54\x03\xc0\x4c\xfa\x03\xec\x81\x29\xa2\x97\xe6\x3d\xe6\xfb\x01\x0b\x6f\x8a\x94\xab\xb8\x63\x48\xd2\x14\x03\xd0\x19\x66\xa8\xaa\x9a\x8c\x86\xda\x5c\xd5\xf7\x19\x80\xae\x6b\xcc\x69\x8e\x70\x0e\x61\x38\x3f\x5e\xb0\x67\xd2\x7b\x78\xaf\x9b\x22\x51\x4a\xe8\x1f\x31\x14\xbc\x87\xd3\xa9\x67\x42\xcb\x84\x4a\xca\x3f\xe8\xca\xdf\x2f\x94\xfb\x9e\x70\xe9\x84\x76\x72\x95\xc3\xab\x2b\x68\xf5\xd5\x95\x06\xcb\x6f\xe4\x02\x8f\x04\xa2\xce\x6e\x6b\xcd\x82\xd8\x7c\x48\xc5\x5e\xba\xb8\x5b\xcf\x58\xe6\xfb\x5e\x09\x3f\x9a\x11\x61\xca\x69\x11\x73\x56\x8c\xbb\x2c\x85\x95\x8f\xab\xaa\xb3\xb9\x2e\xdb\xb3\x51\x1d\x15\xeb\xa3\xe4\xc5\x76\xce\x59\x41\x08\x31\xe1\x7d\xfd\xbb\x9e\xd1\xb1\x6e\x5b\x64\x2a\xc4\x85\xd3\xcb\xd4\xec\x2b\x09\x19\x6a\x78\x68\x45\xc0\xd1\xe1\xd0\x29\x1a\x47\x06\xb9\xb5\x36\x81\xec\x13\xc2\xbb\x37\xe2\x4b\x5a\xa4\x3b\x9a\xf4\xac\x56\x97\xbd\x75\x7c\xd7\x63\x79\x76\xd7\xd3\x53\x2c\xe5\x80\xb6\x17\xf0\x9a\x75\xd5\x50\x07\xa8\x85\xbc\x56\x85\x1f\xe9\x82\x16\x34\x9f\xeb\x5a\xf9\x2a\x2d\x7b\xab\xb8\xcc\xff\xca\x7b\x33\x4a\xf3\x5e\x9a\xa7\x3c\x8d\xb3\xb4\xa4\x49\xef\xb4\x57\x6e\x37\xb4\x08\x90\x93\x42\x1c\x15\x76\xb5\xb4\x72\x46\x2a\xae\x65\x47\xd6\xd2\x76\xf9\xda\xf5\x20\x7d\xa4\x8b\x8c\xce\xf9\xe1\xd0\x57\xbf\xea\x59\x53\xa3\xd7\x1f\x8a\xd1\x6b\xc5\x86\xe5\x2a\x5e\x3b\x49\xba\xe6\xe0\x43\xc1\x6e\xef\x74\xaa\xc1\xc8\x12\x1b\xbd\x60\x2c\xa3\x71\x6e\x31\xf0\xe1\xf4\x78\xbf\x90\x42\x87\x56\x7d\x81\xca\x80\x27\x53\x67\xcf\x56\x08\x21\xdc\x1f\x28\xae\xb8\x59\x9c\xfd\x61\x55\x05\xed\x99\xd1\xd6\x6d\x05\x11\x9b\x08\xc0\x7a\x8d\x33\x49\x90\x38\x20\x7b\xd5\x8e\x72\xd2\x6e\x47\x81\x0d\x2f\x1b\xc7\x8a\xd3\x9b\x13\xad\xc3\x01\xc2\x12\x93\xa0\x86\x91\x50\x52\x94\x87\x6c\x94\xe3\x2f\x54\x07\xde\xb9\xb6\x9d\xdf\x28\x95\x00\xa9\x10\x30\x90\x76\x9d\x8f\xa4\x5d\x67\x1e\x0c\x1f\x21\x30\xd6\x1c\x3e\x45\x78\x0e\x11\xcf\x10\xde\x42\xc4\x10\xe1\xa4\xe1\x60\x74\x43\xbe\xfa\xdf\x61\xb9\x5b\xfe\xe5\xab\x14\x6a\x58\x90\x34\x5c\xb0\xe2\x26\x2e\x00\xb1\xba\xcb\x88\x90\xa4\xe1\xb6\x54\xae\x4b\x99\xfd\x11\x77\xa2\x7a\xd1\x90\xe5\x6f\x58\x9c\xa4\xf9\x12\x88\xd4\xb3\x55\x9c\x2f\x29\xb8\x43\x91\x11\xe0\x13\x92\xe5\xb0\x75\x70\x4c\x68\x58\x16\x73\x5c\xca\x82\xa5\xf7\xac\x2c\x9c\x87\x39\xe3\x22\xb1\xa0\x38\xb6\xa4\x9c\x0c\xa6\x38\x21\xe5\x64\x38\x1d\xd9\x7e\xa4\xec\xb1\x4b\x1a\xd9\x2a\x84\x27\xf1\x14\x61\x28\xf7\x1c\x6c\x1d\x9d\xf4\x5b\x42\x88\x93\xc3\xf7\x6d\xec\xd7\xd8\xfa\x0c\xf3\x98\x6f\x8b\x38\x03\x9b\xb3\xbf\x0d\x3a\x62\xa4\xd7\xed\xbf\x0d\x0e\x07\xcb\x6f\x0d\x5b\x6f\x32\xca\xa9\xef\x6f\x42\x4e\x4b\x1e\xc4\x08\xf9\xbe\x6c\x66\xa6\xdb\x78\xbc\x7d\x5d\x4f\x9e\xc3\x21\x0f\xb6\xd0\xb3\xad\x82\x63\x5f\xc8\x71\x3b\x8b\xb3\x6c\x16\xcf\xaf\x5d\xb7\xaf\xaa\x08\x66\x15\xc1\x0e\x07\xb1\x67\x70\xdc\x6a\x09\x9e\xc4\x98\x4d\x11\x5e\x7d\x46\x89\x85\x55\x62\x71\x38\x88\x43\x1e\xcb\xe2\x80\x7f\x0b\xa5\x15\x53\xbd\x6f\x26\x5b\xbc\xc0\xab\x69\x25\xe8\x04\x84\x17\x24\x16\xb3\xb9\x22\xf1\x64\x38\xc5\x6b\x12\x4f\x1e\x4d\xf1\xb2\xf6\x5d\xbb\x42\x01\xc5\x65\x78\x8d\x27\x1e\x58\xef\x80\xf8\x14\xec\xeb\xa6\x08\xec\x56\xc5\x72\x99\x11\x40\xa2\x00\x7b\x55\x48\x85\xaf\x08\x0d\x65\x3a\x7c\x26\x12\x49\xcc\xbd\x38\xa1\xaf\x73\x7c\x53\x6b\xa3\x9d\x1d\x0e\x67\xf8\xda\x24\x00\xac\x2b\xa5\x8b\x8c\x2f\x1c\x0d\xef\x5b\x42\xa5\x2b\xda\x57\x29\xc7\xef\x09\x95\x08\x70\xe7\x84\x86\xeb\xf8\x36\x5d\xa7\xbf\x51\xe0\x8c\xe0\xd7\xa2\x30\xa9\x4b\xf6\xd2\xe8\x79\x5f\x12\x0a\x23\x9b\xe6\x4b\xfc\x2b\x71\x4f\x02\xcc\xb4\x57\x1f\xb3\x97\xb8\xd8\x4c\xf5\xce\x1a\xd5\xb7\x4e\x7c\x38\x18\xa4\xbe\x8e\x05\xab\x82\xd4\x24\x4a\xa2\x5e\x25\x3e\x56\xa9\xd5\xab\xd4\x8c\x5e\x6c\x46\xcf\xb9\x64\xc5\xed\xbf\xa3\x05\xa8\xca\xd5\x68\x04\x75\x18\x1c\xbd\x4e\x1b\x7c\x3f\x28\x20\x60\x26\x93\x1d\x0e\xf5\x27\xd8\x8d\x58\x01\x60\x5c\x72\x76\x2c\x78\x47\x0b\x10\xc6\x99\x2d\xc9\x8c\x87\x1b\x25\x2a\x54\x8e\x08\xd2\x45\x50\x12\x2f\xdf\xae\x67\xb4\xb0\x2e\xad\xd4\xf7\xdb\x81\xb1\xef\x17\xfd\x8e\xea\xdb\xc1\x3b\x5a\x8c\xd3\xaf\xe2\x88\xd9\x7e\xa8\x00\x08\x3b\xe1\xab\xaf\x9a\xa1\x72\xff\xe3\xbc\xf3\xc4\xf8\xaa\x15\xac\x8e\x0b\xa3\x5f\x9a\x85\x71\x98\xc5\x79\x52\xce\xe3\x0d\xad\xac\xc0\x0d\x2b\x78\x11\xa7\xbc\x32\xb3\x68\x2e\xa3\x7a\x59\x70\x6c\x66\x5d\xa4\x5b\x60\x26\x28\xea\x8f\x24\x09\x5e\xe3\x3d\xac\xc7\xe8\xa5\x85\x1d\x77\xa1\xac\xe2\xee\xb4\x89\xd0\x15\x76\x56\x74\x74\x8e\xed\xdd\x13\xdd\xe0\xf6\x5e\x89\xae\x71\x5a\xca\x55\x18\x2d\x9c\x05\x70\x38\x2c\xda\xeb\xb4\x73\xbb\xa5\xe5\x1b\xdd\xe5\xe8\x57\xc8\x63\x0d\x02\x4e\xcb\x33\x98\x89\xe8\xd6\x59\x17\x26\x5c\x4d\x5c\x23\x5a\x85\x5a\xa9\x76\xad\x22\x20\x4c\xa4\x68\x96\x50\xe7\x75\x73\xa9\xf4\xef\x58\x4e\x4d\x60\xce\x72\xd1\x46\xa9\xba\xa6\x7b\x0c\x87\x1f\xa4\xe4\xaf\xd5\x1e\x8b\xcc\x4e\xbe\x3d\x0e\x47\x25\x91\x0d\x2d\x74\xac\x8f\x52\x7d\x5b\x21\xd1\x35\xa7\xab\x92\xe0\x7c\x55\x1b\xc1\x2e\x5d\x2f\x5b\x08\x89\x4b\xbc\x97\xf7\x6e\xb4\xc2\xea\xd6\x8d\xd6\xf8\x9a\xde\x45\xde\x02\x6c\x32\xa0\xa9\xde\x09\x1c\xac\x87\x83\xe7\x61\xbb\x1d\x70\x56\x40\x7d\xaa\xd8\xad\x28\x96\x89\xc7\x5b\x59\xcc\xa3\x1d\x8e\x33\x1e\xcd\x24\xa6\xe2\x7b\xac\x8e\xbc\xe8\x12\x14\x59\x11\x1a\x2d\x42\x65\xed\x20\x8a\x23\x1e\x54\xf5\x22\x2e\xa9\xa7\x55\x72\x83\x27\x08\xaf\xa5\x49\x13\x5e\x5a\x26\x39\xb2\x51\x58\x7c\xbf\x75\x16\xa7\x89\x3c\x3d\x75\x56\xad\x27\x1d\x5a\x5b\xf1\xa9\x2c\x02\xfe\xa8\xb5\xd4\x88\x3c\x3d\xd5\x46\x6f\x32\x91\x5a\x10\xed\x54\x32\xc2\x24\xdb\x75\x16\x05\xe6\x00\x76\x75\xc7\xcb\xb3\xa3\x1b\x59\xba\xcb\xae\x23\x55\x72\x58\x8c\xad\x74\xd2\xe2\x04\x3e\xea\xbd\xd5\x4a\x65\x36\x99\x4a\xfa\x41\x1d\x32\xed\x94\xfa\xf8\xf1\x2a\xbc\x73\xd8\x3e\x0b\x57\x15\x49\xbb\xc0\xab\x6f\xcf\xdc\x5c\x2d\xac\xbe\x98\x8b\xd6\xe5\x99\x82\xa9\x94\x3c\x26\x24\x2d\x68\xdf\xdb\x65\xf7\x3d\x9d\xc9\x4c\xe6\xa8\x98\xc3\xb7\x1c\x40\x65\x98\xa5\xcf\x81\x44\x7d\x89\x1d\xbc\xb1\x92\xe9\xf8\x85\x13\xb6\x03\xe9\xa4\x08\x11\xc3\x0b\x44\x86\xda\xe2\x40\x68\x38\x1b\x1b\x08\x0e\xed\x71\x49\x0d\xcd\x2a\xdc\xa1\x60\x89\xaf\x10\xbe\xe9\x06\xc0\x00\x20\x0d\xef\xe9\xe0\x3f\x41\x77\x22\x67\x8b\x2c\xdd\xf4\xfe\xeb\x2b\x0f\x80\x30\x44\xb8\x57\xab\x13\x2a\xc5\x84\x4c\x10\xc4\xa7\x4f\x07\xff\x89\xc5\x3f\xc8\xab\xb0\x41\x59\x5d\x4b\x92\xfe\x82\x98\xfb\xfa\x5a\xdb\x09\x10\x42\xae\xc3\x3c\xde\xa5\xcb\x98\xb3\x22\x5c\x97\x6f\xe3\x5b\x80\x22\x03\x70\xb6\x12\xdf\x92\xad\xef\x67\x87\x43\xe2\xfb\xfd\x6c\xac\x4e\x18\x65\x2a\xea\xd8\x9f\x57\xfa\xf8\x51\x66\x3a\x8e\x55\x69\xe5\xda\x9b\x9d\xc9\x53\xeb\xaa\x61\x6f\x56\x5b\x35\x29\x24\xc8\x0a\x17\xbe\xaf\x52\x3b\x9b\x1b\xef\x5d\xa3\x55\xbb\x59\xd5\x14\xa7\xbe\x0f\x6e\x7f\x7c\x7f\x15\xc6\xe1\x02\xd6\xc8\x93\xc1\x00\x07\xf3\xc3\x61\x7b\x38\x24\x87\xc3\xe6\x70\x58\x20\xdf\xb7\xc6\xbe\xa0\x59\xcc\xd3\x1d\x98\x73\x4d\xd5\x11\x31\x39\x53\xc7\x5a\x6d\x32\xab\x8c\xcf\xd9\x26\x9e\xa7\xfc\x2e\x1a\x54\xa2\x32\xb0\x38\x92\xb7\x9a\x87\xf7\x3a\x6e\x58\x4d\xf1\x1c\xda\x6f\xed\x5b\x7c\x33\xc5\x5b\x2b\x50\x2d\xaf\x0b\xdf\xef\x1e\x5b\xf9\x25\xf9\x10\xe2\x96\xf0\xf4\x11\x53\xe1\xfe\x85\xef\xdf\xc2\xbf\x37\x53\xb0\x7b\x32\x65\x8a\xe5\xf9\x7b\x4a\xdc\x81\xe9\xae\x53\xde\xa6\xd9\x70\xdd\xd2\xcc\xf7\xf7\xeb\xf8\xf6\x27\x7b\xc4\x71\x5f\x85\xfe\xe0\x4c\xba\xe8\xeb\xa2\x5d\x8e\x68\x5d\x77\xfa\x7e\x67\xe1\x37\x53\xbc\xab\x4b\x81\x0d\xd7\xbd\xd4\xe4\x3a\x9c\xe2\x3b\xdf\x9f\xf4\xfb\xb9\xef\xf7\x99\xef\xef\x5d\x94\x84\x1b\xb7\xdd\x22\x91\x93\xca\x59\x4f\xca\xae\xac\xff\x40\x32\xbd\xec\x32\xdf\x57\x8d\xac\x8f\x9c\x7e\x1d\xa8\x4f\x4f\xdc\x17\x14\x67\x5a\x9e\x1a\xba\xc7\x13\xaf\x2c\x11\x22\x97\xaa\x87\x67\xf2\x13\xc8\x04\x6f\x5a\x19\xe8\x24\xbc\x07\x84\xb9\x48\xde\x8f\xa2\x69\x03\x34\xda\x75\x5c\x9d\xde\x97\x70\x15\x2c\x95\xb0\x7d\x85\xb5\xa7\x6d\xc9\xcd\x21\xca\x20\x42\xf2\x5f\x62\xb4\xef\xe2\xd9\x75\xaa\x54\x16\xfa\xdd\x5f\x84\x57\x57\x9b\x78\x7e\x1d\x2f\x69\x79\x75\xd5\xf8\x3c\x1c\xf6\x15\x38\x3f\xcd\x27\x74\x7a\x38\xf4\xd9\x84\x4e\x91\xf8\x87\x70\x1c\x88\x30\x22\x23\x26\x53\x24\x75\xe8\x38\xaa\xaa\x34\xf0\xfe\xd7\x22\xdb\xd2\x9c\x6f\xd3\xaf\x4a\xca\x4f\x77\xb4\x28\x53\x40\x6c\xfe\x3a\x1c\x84\x03\xef\xf7\x72\xcc\xef\xe7\xf0\x1e\x0e\x9d\x7a\xfc\x16\x3b\x97\x70\x4c\x81\x71\x8b\x39\xaa\x9a\x72\x09\x87\x77\xe6\x18\x1e\x68\x54\xb6\x6e\x8e\xe5\xc5\x76\x43\x8b\x1e\xbd\x05\x1c\x69\x51\xde\x7a\x5b\xf2\x1e\x4d\xf9\x8a\x16\xbd\x19\x05\x43\x94\x1e\x2b\x1c\x59\xc2\xc8\xe2\xa3\xeb\xce\x48\x52\x30\x00\x65\xf1\x9a\xc9\xbe\xb7\x18\x61\xd1\x1e\x98\x73\x11\xc5\x35\x23\x7d\xd0\x72\xc0\x58\xfd\x21\x66\xbc\xe4\xee\x8b\x71\xf9\x52\xa6\xfc\xef\x46\xc4\x1a\x20\x9c\x92\x89\xa7\x7d\xaf\x7b\xd8\x93\x0e\x19\x3c\xec\x39\xee\x8b\x00\x79\xdf\xc3\xde\xa7\x77\x17\xcf\x5f\x9d\x5f\x75\xc6\xb5\x9c\x63\x35\x0b\xf9\x48\xe7\x34\xdd\x51\xed\x5a\xb4\xab\xac\x46\x12\x49\xc0\x18\xb3\x33\xe9\xd8\xa9\x59\xac\x09\x5d\x52\x7e\x91\xc7\x9b\x72\xc5\xf8\x0b\xba\x60\x05\x35\x31\x5d\x55\xb5\x0b\x33\xae\xa3\x5a\x35\x48\xe7\x4d\xde\x54\x69\x86\xd9\xe4\x9b\x59\xca\x3c\xb0\xd8\x78\xb5\xda\x38\x78\x69\x5f\xa5\x35\x4a\x64\x78\xb5\x85\x4a\xa0\x57\x25\xad\x7b\xf7\x91\x2e\xc8\xbd\xb1\xe1\x2c\xcd\x13\x70\xe4\xda\xf0\x56\xca\x8c\xb7\x52\x07\x0a\xf5\x9e\x7a\x5a\x04\xa8\xf6\x5a\xd9\x4c\xac\x35\x92\x09\xc5\x54\x39\x44\x58\x31\x70\xf1\x41\x9a\x2b\xb1\x66\xb5\x81\x8e\x6b\xaa\x17\x1b\x68\x39\xd7\x78\x98\x68\xdf\xb9\xd5\x27\xc5\x54\x33\xc6\xfa\x84\x50\xf8\xcc\x7d\xff\x74\xd8\xb7\x75\x8c\x0b\x74\x38\x04\x4c\x1e\x73\x05\xc2\x22\x99\xcd\xe3\x77\x14\xb2\xa5\x6c\xaf\xa5\x90\x9d\x83\x42\x76\x6e\x2b\x64\xe7\xd3\x91\xa8\xdf\xc0\x73\x52\x54\xa1\xda\x90\x30\xee\xa5\x79\x8f\xa3\x22\x88\xcd\x23\x94\x55\x72\x72\xa9\xf6\x82\xa5\xc6\x04\x30\xfc\xe4\xb4\xdb\xc1\xc6\x34\xa1\x0b\x6d\x5c\x9a\x3b\xf4\xf8\x84\x4e\xe1\xe5\x87\x79\x15\x14\x9f\x0f\xe9\xea\xca\xe1\x6a\x3d\x71\x18\x80\xe1\xb1\x01\xe0\x93\xfc\x74\xd8\x18\x02\x2d\x2a\x52\xe9\xbe\x7b\x34\xe6\x93\xc1\x34\xea\x18\x5e\xd0\x5c\x67\x64\x30\x62\xed\xd2\xd9\xc9\x09\xca\x27\xcc\x2e\x9b\x4d\x47\xbc\x63\x08\xb8\x2d\xde\xe4\x6a\xf0\x29\xce\x25\x90\x69\xf3\x8a\x30\x75\xcb\xd9\xe0\x4d\x4b\xd3\x5c\xda\xdb\xe5\x53\x22\xce\x52\xf1\x03\xf3\x49\x3e\x45\xff\xc3\x87\xea\xc3\xe0\x19\x71\x03\x7d\x04\x17\xc4\x3b\x8a\xe9\xe0\xe1\xb4\x2b\x56\x42\x9e\x7b\x8e\x51\x80\xe5\x0b\x64\x6c\x3f\x2f\x39\x8a\x5c\xf0\x92\x74\x11\xe4\x5a\xc4\x53\x03\x7c\x4a\x14\x50\x78\x74\xbe\x49\x4b\x3e\x8a\xc3\x38\x49\x02\x3a\x2e\xa2\x14\xe1\x38\x2c\xe8\x9a\xed\x68\x40\xc7\x69\x54\xa0\x2f\xc3\x17\x29\xdb\x03\x00\xb6\x14\x38\x75\xb1\x4f\x80\xce\xa9\xb5\x71\xc3\xab\x2b\xc5\x98\x7b\x9d\x5c\x5d\x81\x99\xb5\x13\x42\x06\x5a\x51\xb7\x3f\x6c\xa0\xe9\x0a\x62\x29\xd6\x2f\xeb\xa2\x65\x5a\x01\xcb\x8d\xe5\x1f\x69\x49\xed\x9f\x41\x86\x70\x4c\xfa\x03\x6d\xbb\x66\x99\xa8\x7a\x69\x72\x75\xe5\x45\x14\x9d\x34\x1a\x71\x72\xd2\x00\xe9\x6d\x40\x7c\x8a\xfb\xb5\xd1\x6c\xfa\x45\x83\xe9\xd8\x26\x7c\xfb\xad\xbe\xc5\x47\x2d\xdd\x66\x83\x3a\x5c\x68\xd6\x78\x8e\x46\x35\x87\x3b\xc7\xc5\x11\xd9\x89\xba\xc2\x7c\xdf\x53\x69\xbd\x34\xef\xd1\x31\x35\x3e\x6f\xa8\x5c\x51\xcd\x2b\x28\x46\x41\x8e\x79\xa7\x43\x05\x53\x2d\x38\x56\xc0\x29\xc8\x38\x44\x33\xd3\x29\xfa\x0c\x63\x5f\xd9\xdd\x5a\x1b\xc0\xda\xf6\x52\x8c\x5e\xe2\xa2\x6d\x8c\xea\x9e\x0f\x66\xb1\x59\x29\x36\x2a\xee\x75\x79\x6e\x14\x3b\x1a\x76\x37\xa2\xa7\x52\x6c\x43\x6d\x9b\xe5\x6e\x6a\x54\x55\x10\x97\x65\xba\xcc\x7b\x73\xa9\xd6\x32\xa3\x4a\x5c\xdd\xbb\x49\xf9\xca\x50\xa4\x1d\xc2\x73\x63\xf3\x59\xd5\x16\x4c\xd6\xbc\x88\xb7\x86\x58\xd8\x4e\x2d\xb5\xf8\x59\x5e\x7b\xa2\x45\xca\x5a\xd1\x8b\x67\x73\x0f\x76\x3f\x9d\x3c\x9d\x12\x2f\x11\x64\xcd\x53\xcb\x6e\xd7\x1d\x49\x80\x84\x0d\x28\x9a\x0c\xa6\x75\xa1\xf5\x75\xb2\xaf\xd4\x7d\x3a\x1c\xa8\x0b\xc4\xbb\xf2\x4e\x94\xb9\xef\xa2\x60\xeb\xb3\x55\x5c\x9c\xb1\x84\x06\x39\x9a\x92\x1c\xa4\xe1\x83\xe1\xa3\xc7\x4f\x9e\x7e\xfd\xcd\xb7\xcf\xc4\x45\x7f\x4f\xad\x1c\x35\x0c\xfe\x2d\xf5\x0b\x79\x2d\x86\xbf\xb2\x34\x0f\x3c\x0f\xb9\x1d\x16\xaf\x31\x35\x7c\xa2\xbb\x09\x5d\x2c\x57\xe9\xaf\xd7\xd9\x3a\x67\x9b\x7f\x17\x25\xf7\xb4\x61\x93\x87\xba\xef\x60\x78\x46\x51\x71\x86\x77\xe7\xaf\x47\x0b\x00\x13\x9c\xb1\x0f\xf6\x15\x66\x56\xd3\x6a\xf3\x58\x5b\x00\x3f\x76\xf2\x44\xee\x33\xc9\x5c\x6a\xb8\xc4\x19\x01\x83\xa7\x39\x19\x8e\xe6\xed\x6b\x75\x7e\x72\x52\x27\xdf\x8a\x3b\xd0\x20\x47\xd5\x17\xed\x7c\x8a\x50\x21\x69\xcf\x1c\x6f\xc5\x85\x98\x4d\xb6\xe2\x79\xb8\x9d\xc2\x42\x60\x68\x5f\x12\x26\x0e\x02\x03\x92\x40\x06\xa3\xa4\x46\xe0\x48\x4e\x4e\x50\xaa\x0b\x28\x27\xc9\x54\x96\x21\x7e\x89\x62\xe0\x6f\x6d\xa0\xf5\xa0\x4e\xd8\xef\x00\x2a\x81\x6b\xc1\x26\x35\x6a\x93\x44\xcb\x7b\x27\xd7\xce\x00\x4a\xc0\xeb\xd2\xbe\x8a\xb5\xa3\x85\x66\x78\xce\x69\xb1\x8b\xb3\x46\x70\x9c\xa7\xd2\x25\x23\xf0\xcd\x9a\x79\xca\x97\xd2\xe7\x6a\x42\xfa\x43\xed\xf3\x00\xec\x9b\xc4\x09\x60\x25\x54\xe2\x80\x1f\xc0\x7d\x43\x41\xb8\x0a\xce\x19\xdb\xd8\xfd\xa8\xcd\x77\x5d\xcf\xa6\xa2\x8a\x36\x7e\x82\x76\x9d\xec\x34\x63\xe0\x36\xc3\x6a\x43\x3d\x1c\x72\x6d\xd0\x9e\xf1\xd6\x6b\x45\x35\x03\xda\x18\x1d\xca\x57\xac\xe3\x29\x02\xec\x99\x5f\x83\x9f\x9e\xe1\x00\xa1\x51\xe7\x04\x54\x75\x83\xad\x39\x68\x35\xc6\x89\x6c\x07\xdd\xdf\x20\xe3\x46\xe3\x48\x93\x5a\xb3\x6f\x35\xaa\x5e\x00\xed\x36\x59\x71\xad\x90\x07\x5a\xa4\x12\x1e\x6b\x50\x63\xd9\xd5\xed\x69\xad\xbc\x56\xab\xda\x29\x8e\x84\x1f\x6f\x21\x58\x0f\x3f\x77\xd2\x1f\x69\x68\xf7\x46\xa8\x2a\x6c\xaf\xd5\xda\x71\xc7\x7d\x7e\xe8\x06\x23\xc7\x93\x76\xbd\x7c\x0f\x87\xa0\xb9\x72\x3a\x82\x00\x0a\x9d\x91\x23\x4e\x42\x00\x2f\xcf\x4e\xee\xfb\xea\xd1\xe4\x84\x4e\xd8\x14\x6b\x17\x0b\xb9\xde\x2e\x96\xb1\x70\x1e\x5e\x65\x6c\x79\x6e\x4c\x85\x11\xe6\xa8\xb5\x91\xc4\xcb\xa5\x3f\x40\x98\xb9\xa3\x60\x6f\x0d\xe7\xf1\xdc\xcc\xaf\xdd\x2e\x5b\x25\xd2\xa9\xef\x07\xce\xde\xa2\x08\xeb\x57\x5f\x3b\x31\x6a\x8d\xbf\xd9\x01\xc7\x67\xa0\x20\x83\x06\x39\xcd\xe1\xc4\xef\x37\xe7\xc3\xf8\x8a\xb6\x76\x8d\x99\x10\x67\x2b\xed\x2b\x34\x2a\x48\x7a\xcc\x73\x8b\x9a\x14\x3b\x8b\x3d\x2d\x76\xf8\xa4\xf8\xbd\x13\x53\xbb\xa1\x77\x8b\xa9\xa9\xf3\x5e\xd1\x31\x41\xf7\x0f\x54\x63\x74\xda\x15\xe8\xb9\x73\x2a\x85\xd9\xcb\xc3\x7b\xe7\xaf\x91\xa1\x63\x06\xd5\x91\xf0\x65\x5b\xc8\x3a\x58\xba\xc2\xea\x4d\x64\x0e\xa8\xe6\x84\xfd\xc1\xed\x61\x55\x72\xdf\xfe\xe8\xe8\xa5\x59\x6e\x75\x09\x66\x94\xad\x42\xeb\x2d\x62\x9a\xde\x1a\x63\x27\x79\x63\x88\x05\x39\xce\x79\x46\xdb\x3c\x29\xe3\xc3\xac\xeb\x6e\x45\xce\x88\x8b\xab\x1b\x08\x12\x70\x36\x43\xf8\xe1\x30\xc0\xa5\xb8\x7e\x33\xf1\xcf\x9c\x0c\xf0\x56\xa2\x84\xe6\xbe\xef\xcd\xa4\x2e\xa6\xa5\x1e\x93\x87\x19\x05\x09\xbe\xef\x07\x25\x31\x5f\xa0\xa8\xdd\x99\x9c\x17\x71\x9a\xc9\xf4\x19\xa9\x3f\x25\x51\x54\xb3\xd7\x7a\x5c\x3f\xdf\x13\xf2\x32\xe6\x34\xcc\xd9\x0d\x28\x23\x26\xa7\x73\xbc\x20\xe5\x38\x3e\xdd\x44\xb1\x5e\x3c\x9b\xbf\x81\x21\x7a\x3f\x3f\x1c\x4a\x34\x0e\xe6\x24\x01\x8b\x40\xe6\x2e\xe0\x2d\x52\x7d\x41\x20\x57\x96\x8b\x82\xe9\x45\x81\x53\x24\x75\xfe\x09\x01\x51\xa7\xef\x07\xe0\xb1\xad\x3e\x08\x38\x5e\x20\x84\x8b\xaa\x43\xbb\xf4\x8f\x63\x22\xe8\x17\x2e\xa1\x38\x09\xfa\x03\xd4\xb8\x88\x12\x3a\x63\xdb\x7c\xfe\xbb\xe7\x58\xa9\x6e\xd9\x34\x99\xa5\x06\x04\xb7\xa5\x13\x89\x8b\x70\x91\x6d\xcb\xd5\x11\x5f\xc3\x22\x7e\x43\xf3\xa4\x13\xbb\xa3\x3f\xac\x70\x01\x00\x4f\x80\x7c\x2a\xd7\x50\x26\x28\xc9\xb9\x58\x43\x72\xcc\x71\x42\x06\x78\x63\xcf\xe5\xe2\x73\xd7\x55\xf6\x3b\xd7\xd5\xdc\x5e\x57\x90\xa1\xa5\xd5\x95\x87\xeb\xf8\xf6\xa7\x38\xe5\xbe\xdf\x4f\xcb\x77\xf1\xbb\xc0\x84\x20\x98\xf8\xfa\x53\xe9\x9d\x38\xdc\xef\xf6\xda\x5a\xe8\xfe\x88\x35\x4a\x2b\x1b\x24\x8e\xa3\xbd\x38\x6a\x40\x73\xa1\xb9\xe6\x62\x54\xe1\x7a\x44\x7b\xb4\xe6\xa6\x5b\x03\x55\x90\xfe\x70\xc4\xc5\x40\xf8\x7e\x7e\x9a\xfc\x8d\x94\xa0\x33\x27\x0e\xa4\x84\xe4\x9a\x1f\x94\x9f\x26\x78\x45\xca\xd3\x18\x2f\x49\x7e\xba\xc1\x3b\x91\xcb\x75\x17\x2d\xf6\xc4\xf2\x6f\xe2\xcf\x62\xbc\x23\xfd\x41\xb4\x22\x6f\x63\xbe\x0a\xd7\x69\x1e\xac\xf0\xf6\x74\x89\x10\x8e\xff\x46\xca\xc3\x61\x77\x38\x14\xe3\x75\x90\xcb\x1d\xd1\x07\x9f\x82\xfc\x70\xe8\xcf\x0f\x87\x60\xe1\xee\x0a\x8a\x57\x08\xe1\xb4\xc2\xbb\x8e\x95\xd1\x5f\x54\x78\x76\x94\x57\xfd\x47\x36\x4a\x4c\x28\x5e\xc2\x46\xd1\x21\xb3\x8e\xf5\xbc\x0b\x90\xef\xaf\x82\x7a\x10\x51\x85\x67\x47\x57\x38\xa4\x5e\xdb\xa9\x45\x7f\x66\x66\xc5\xef\xf0\xcc\xdd\x95\x85\xc4\xf1\x72\xe9\xcd\x3f\x91\x4e\x69\xd1\xa8\xe6\xe6\x6b\x53\xaf\xfb\x0a\x35\x05\x34\x86\x4e\x69\xa5\xb6\x89\x95\x56\xe4\xef\xa5\x58\x80\x50\xea\x1c\x8a\xf1\x91\xf0\x20\x46\x91\x43\x5b\xc5\x35\xd1\xd3\xd5\x9c\x7b\x28\x9f\x0e\x82\xff\xf3\xe9\x9f\x8e\x71\x39\xd6\x08\x4d\x09\x75\xd4\x37\xee\x0e\x06\x68\xec\xfb\x49\xa7\xae\x6a\x1a\x97\xbb\x19\xea\x0e\xba\xc2\x7d\x85\xeb\xb6\xbb\xa1\x60\x31\x44\xab\xe0\x8b\xf8\xfc\xec\x41\x3e\x7f\xf9\x20\xa2\x63\x66\x38\x1e\x23\x10\xc0\x82\xf8\x35\x0f\xbe\x79\x22\xfe\x1d\xc2\xef\xc7\x8f\xc5\xbf\xdf\x3e\x15\xff\x3e\xfd\x16\xd5\xd0\x4c\xe0\xed\x75\x42\xa5\xa1\x27\x19\x4c\x89\x07\xbf\x3c\x2c\x02\xa5\xb6\x10\x19\x4e\x89\x27\x7f\xca\xe0\x2c\x2e\x96\x94\x3c\x9a\x12\x0f\x7e\xc9\xc0\xdb\x37\x10\xfa\x78\x4a\x3c\xf9\x53\x05\xab\xf0\x27\x22\xdc\x8d\x50\x31\x4f\x21\xc6\x8e\xda\xe6\xd7\x39\xbb\xc9\xc9\xb3\x67\xcf\xa6\xc4\x53\x5f\x5e\x15\xb0\xc3\x21\x60\x62\x37\x22\x8b\x9c\x9a\x3c\xf9\xe6\x19\xfe\xfa\xf1\x33\x3c\x1c\x3c\x7a\x8c\x87\x8f\xbf\x7e\x8a\x87\xcf\x86\xcf\xf0\x33\xf5\xbf\xa9\xcd\xc3\xef\xc0\x93\xec\x03\x9e\xa4\xfa\x55\x58\x98\xae\x05\x88\x2c\xac\x00\x0a\x00\x7e\xd0\xe5\x26\x73\x1e\x58\x99\x4c\x0e\x22\x70\x46\xe5\xf9\x20\x8e\xe2\x11\x0d\xd3\x3c\xa7\x85\xb4\x53\x88\xc5\x39\x8b\xf8\xc9\x89\xda\xf3\x39\xda\x73\x52\x06\xa8\x4a\x09\x07\x83\x17\xc7\xbc\xa9\xb0\xf8\xc1\xda\xa8\x51\x42\xac\xf5\x6e\xe2\xb2\x27\x45\xea\x14\x00\x49\xe3\x5e\x49\x8b\x1d\x2d\x7a\x34\xdf\xa5\x05\xcb\xd7\x90\x28\xe5\x2b\xb6\x05\x70\xc5\x5d\x2a\xce\xd9\x5e\xdc\x53\xb6\xca\x3d\x85\x4a\x97\xee\x68\x6f\xcd\x12\x1a\xf6\xce\xe2\x2c\xeb\x95\x94\x7f\x34\x11\x6f\x59\x42\x7b\x9c\xf5\x24\x47\xb9\x77\xb3\x8a\x79\x8f\xaf\x68\x33\x6b\x2f\x2d\x43\x0f\x8d\x38\x29\x6a\x80\xfa\x3f\x6a\x36\x29\xba\x42\x51\x93\xc9\x2e\x85\x70\x7c\x92\x4f\x09\x9d\xe4\xc6\x86\xa1\xc7\xbf\xd8\x7e\xf3\x0b\xf7\xa6\xc5\x6b\x94\xce\x68\xc1\xab\x4c\x76\x4a\xa5\xf2\xaf\xd7\xf0\x08\x40\x5d\xc7\x7d\x0c\x7b\xbc\xd8\x52\xef\x73\x8d\x73\x8f\xcb\x01\xef\xc7\x9d\x72\x04\x65\x5f\x3f\x95\xb2\x9d\xc7\xca\x41\xe2\xe3\x67\x0e\x26\xd8\x9f\x40\x3f\x94\x01\x75\xf4\x9d\x91\xa5\x97\x53\x3a\x56\x49\xb6\x15\x2f\x40\x79\x8d\x69\x34\xa1\x53\x23\x75\x51\xd2\x1f\x84\x63\x52\x84\x0a\xb0\x0b\x97\xa4\x08\x15\x64\x97\xa9\xd1\x40\x47\xc7\x52\x84\x6f\x7c\xb0\xcd\x51\xc0\x01\x69\xa7\x14\x84\x97\x62\xa9\xf7\x1e\x1e\x71\x77\x81\x4a\x53\x0d\xc3\x70\x8d\x93\x04\x60\xca\xdf\xa4\x25\xa7\x39\x2d\x02\x99\x00\xb7\x47\x9e\x2a\x79\x67\x57\xf2\x07\xec\xd5\xe4\xe2\xc5\x0f\x0a\xb1\x3a\x64\x3a\xb6\xa6\x54\xa7\x94\x5d\x9c\x27\x12\x3a\xad\x39\xb3\x48\x89\xdf\xf3\xfb\xc5\xee\xf5\x50\x18\xc7\xa3\x0f\xca\x72\x2d\x34\xdd\xc6\xb6\xd0\xa5\x01\x8a\xe9\xa7\x8f\xaf\x8d\x8e\x42\x40\x51\x58\xd0\x4d\x16\xcf\x69\xf0\xd5\x7f\x3e\x7e\xfe\xd5\x32\xc5\x5e\xe4\xd9\x81\x8f\x9e\x7c\xb5\xc4\xde\x5f\xdc\xb0\x33\x48\x88\xdd\xc0\x81\x48\x78\xe2\x84\x3d\x7d\x01\x09\x27\x6e\xe0\x4b\x08\x9c\x7a\x9d\xf2\xb2\x1a\xe9\xb4\xcf\x8d\xf5\x0d\xf4\x2d\x95\xe2\x4b\xb1\xa7\xb8\x04\xbb\xeb\x29\x3c\xd4\x26\xa2\x2b\x47\x28\x25\xdc\xc2\x66\xad\xa1\xf1\x62\x32\x99\x5a\xa0\x95\x8e\xd8\x53\xcc\xaa\xba\xa7\xa8\xef\x77\x2a\xfe\x51\x78\x36\x69\x5c\x3c\x8a\xc6\xfc\x84\x78\x93\xa9\x17\x51\x22\xf6\x55\x5d\x30\x75\xe5\xa9\x22\x8f\xa0\xcd\xc1\x54\x9f\xd0\x90\xb3\xd7\x17\xef\x75\xeb\x5c\xe0\x58\x10\x3f\xbb\xd8\xab\x01\x85\xcd\x25\x95\x67\x02\x8e\x4e\x3c\xe2\x9d\x88\x99\x45\xca\xe4\x00\xa7\x44\xef\x3d\xdf\x43\x55\xba\x08\x52\x6d\x2f\x44\x6b\xd8\xc0\xff\xf0\xd0\x08\xd4\x72\xc0\xd3\x31\xa1\x61\x99\xa5\x73\x1a\x0c\x60\xef\xd2\x13\x12\x9c\x4a\x98\x78\x93\x61\xec\xa1\xb1\x37\xf6\x22\x51\xe8\x49\x5a\xe3\x99\x56\x5d\x48\x79\x98\x01\x4b\x42\x4f\xe8\xbe\xb2\x45\xdb\x82\xec\x6b\x5c\xb4\x35\x09\xdd\x5b\xc5\x65\x4f\x8a\x5c\x69\xde\x33\xe2\xd5\xca\x39\x35\x5b\xf9\x6d\xea\xf4\xc1\x12\xb4\x76\x41\x4e\x88\xc5\xac\xd6\xeb\xcb\x79\x0a\x0e\xe0\x5d\x03\x29\xd3\xc3\xa1\x2f\x6e\xc6\x76\x8e\xdc\x2a\x05\x37\xb3\x5b\xa6\xc2\x39\x84\xd4\xef\x0f\x3b\x4a\x89\xeb\xb6\x59\x86\xdd\x44\x6e\x02\xa9\xaf\x24\x12\x54\x55\xbf\xf9\x3e\x22\x5d\x96\xcb\x75\x7b\xc6\xf5\xcf\x28\xad\xed\x8c\x73\x92\x56\x22\x3b\xeb\xcc\x6e\x0f\xec\xd8\xfe\x88\xe2\xba\x08\x46\x62\xb0\x52\x06\xb8\x49\x3c\x17\x57\xd9\x96\xf4\x87\x38\x21\xa7\x96\x52\xc7\x26\x40\x7b\xc3\x88\xea\x0f\x71\xa6\x4e\xbd\xf1\x9c\x64\xe1\x9c\xe5\xf3\x98\x07\x73\x14\x89\x4c\x78\x6e\xee\x98\x85\x73\xa3\x2d\xa4\x09\x78\x7f\xab\x9d\xa9\x97\xc1\x06\x8d\xb6\xa4\x3f\xb0\xa4\xdc\x73\x73\x71\x8e\xe4\x39\x9c\x91\x39\xb4\x6a\x74\x72\x92\x7c\xc7\x47\x28\xf3\xfd\x6c\x92\x4c\xc3\x62\x9b\x07\x68\x04\x15\xd6\xb9\xaa\x4c\xf2\x77\xa0\x8d\xf6\xb6\x15\xe7\x0b\x21\xc4\x1e\x04\xbd\x02\x1a\x8f\x23\x58\x33\x4c\xda\x2e\xf6\x19\xf2\xfd\xae\x3c\xcc\x29\x09\x37\x8b\x80\x29\x71\x60\x52\xad\xe5\xc2\xec\xe5\xd2\x5e\x2c\xcc\x5e\x2c\x62\xa9\x80\x3b\x0a\x33\x88\x2b\x4b\x18\xbb\xd8\xe6\x84\xca\x17\x6b\x2c\x8e\x31\x62\xb9\x3b\x5a\x07\x68\x5f\x15\x61\x4e\x6f\xf9\x65\x3a\xbf\xee\xf0\xc9\x7f\xfc\x6a\x3b\x1d\xc2\x28\x34\x83\xff\x36\x44\xf5\xc5\xf8\xbb\xf4\xda\xe6\xf2\xc4\x13\x35\xca\xf6\x23\x2c\x4e\x2f\x3d\x6b\x60\xff\x50\x06\x0b\x54\xe1\x95\xcd\xd8\xd8\xe6\x0e\x1b\x41\x75\x59\x33\x05\x8c\x10\x16\xfa\x8e\x2a\x5c\x84\x3c\xe5\x19\x25\xde\xac\x60\x37\x25\x2d\x3c\x5c\x84\xea\x27\xe9\x0f\x70\x11\xd2\x7c\x07\xba\xe3\x61\x5c\x2c\x77\xa0\x14\x19\x2a\x9d\x6c\xe2\x79\xf5\x47\x29\x13\xb1\x9c\xac\x45\xda\x24\xd1\xe4\x08\x7c\xb3\x7c\x4e\xe5\x8f\xc5\x02\xfe\x4a\xba\xc5\x49\x23\x83\x9e\x67\x99\x0e\x2d\x21\x98\xae\x53\x0e\x3f\x36\x05\xdd\xd0\xdc\x2d\x57\x85\xbd\xcf\xe7\x6e\x59\x99\x29\xa2\xad\x9b\x31\x99\x8a\x86\xce\xd2\x06\x2f\x94\x76\x1c\xb2\x0a\x35\x5e\x27\xee\xa5\xf2\x98\x2d\xb7\x1b\x71\xca\xc3\x19\x8b\x8b\x70\x7e\x93\x74\xc0\x21\x7f\xe5\x41\xdc\x2a\x49\x9b\x0c\x80\x23\x95\x40\xd2\x23\x55\x6c\xd7\x71\x79\xdd\xc1\xf7\x1a\x3c\x44\x15\x1d\x23\x31\xc4\x75\x65\x91\x91\x52\x21\x9c\x70\x2c\x1d\xfe\x0b\x42\x89\xe4\x08\x1b\x3e\x19\x61\xf0\x5b\x02\x8d\x93\x02\x53\x41\x04\xdc\xa6\x4c\x5a\x4a\x49\xd8\x66\xce\xc4\xb5\xdd\x6e\xe4\x5e\x03\x3f\xdb\x28\xd0\x38\x8f\xd7\x2a\x44\xfc\xc2\x09\x2d\xe7\x45\xba\x11\x19\x65\xa8\x15\x80\x25\xf3\x57\xa5\x86\xdf\x78\x91\x66\x12\x41\x5c\x2e\x70\xf5\x85\xb3\x34\xa7\xef\xac\xd4\xf5\x37\x9e\xb3\x6c\xbb\xce\xed\x48\x3b\x04\x97\x3c\x9e\x5f\xcb\x70\xf8\xa9\x74\xe4\x75\x4a\xf1\x1b\x8b\x61\xd1\x01\x09\x15\x59\xf8\xb6\x8c\x1c\x10\x76\xc5\xca\xd1\x9f\xa1\x4c\x33\xee\x0a\xd4\xf0\x44\x0f\x2a\xd6\xb5\xfc\x44\x3c\x1d\x28\xe7\xf3\x4f\x87\x12\x18\xe2\xd9\x53\x85\x0b\xf1\xd4\x00\x43\x28\x64\x88\xe1\xd3\xaf\x25\x32\xc4\xb3\x67\xc0\x6b\x0e\xbe\x7e\x84\xf0\x46\xfc\x7d\x8c\x3a\x17\x47\x7d\xff\xd2\x9b\xde\x87\x82\xad\xd3\x92\xda\xca\xaf\x5a\x72\xb1\xc0\x2b\x42\x43\xf1\x28\xc5\x6b\xb0\xf6\x03\x58\x72\xbc\x24\xd4\x05\xa4\x37\x67\xeb\x2e\x10\x0f\x54\xc9\x6e\xbb\x64\xd7\x34\x07\xa0\x99\xfa\x33\xdc\xe6\xe5\x76\x26\x26\x7d\x46\x83\x85\x58\x7b\x65\xba\xcc\x63\xc0\xa3\x91\xbf\x3a\x1f\x3b\x5e\x3c\x63\x05\xf7\xf0\x02\x55\x8e\x6f\x85\x15\x32\x9c\xd2\x75\xd3\xe3\x00\x8c\xe8\x0c\xce\x72\xd7\x91\x04\xf0\x56\xc2\x78\xcb\x57\xb2\x93\x77\x44\x7e\x85\xdb\x92\x16\x62\x9d\x82\xad\xec\x95\x0e\xdd\xc4\x65\x79\xc3\x8a\x64\xbc\xcd\x29\xd8\x08\x05\x5d\x6f\x0c\x37\x2d\x42\x91\xe7\x8d\xd6\xe1\xf3\x2d\x5f\xb1\x22\xfd\x0d\x98\x88\xc4\x7b\x11\x97\xe9\xbc\xe7\x9d\xcc\x38\x8b\x83\xbb\x13\x2f\xf2\x4e\xae\xa4\xcb\x8d\x33\x52\x06\x34\x9c\xc5\x25\xfd\xf4\xf1\x0d\xa6\xe1\xb6\xc8\xac\x07\xce\x8d\x24\x0f\x66\x5a\x9c\xe4\x2d\x29\x7f\x9e\x65\xda\x2f\x81\x84\x03\x2c\xbd\x34\xef\xcd\xc6\x59\x30\x0b\x3b\xa3\x03\x25\x37\xc3\x29\xd9\x8b\x19\x8d\x96\xbe\x2f\xfd\x88\xf5\x09\x59\x6a\x7f\x03\xe2\xf7\x78\x66\x66\x37\xaa\x7f\x82\xa7\x3a\xb5\xa8\x67\x6a\x75\xab\x6f\x00\xb8\xd5\x61\x90\x4e\x23\xee\x33\xbd\xc3\x28\x56\x87\x4c\x34\xab\x46\x85\xab\xe7\x06\x8c\xd7\x5d\x80\x2a\xe4\x3e\x28\xf2\x3a\x3c\x45\x78\xa6\x14\x40\xc4\x40\x84\x6c\x43\xf3\x80\x86\x6b\xca\x57\x2c\x09\x39\xfb\xb4\xd9\xd0\xe2\x2c\x2e\x69\x80\x70\x1c\x9c\x61\x1a\x6e\xe0\x99\x64\x7e\x5c\xd0\x22\x8d\xb3\xf4\x37\x5a\x20\xdc\x1f\x20\x3c\x0b\x95\x5e\x83\x78\xa8\x28\x5a\xc5\x63\x39\x18\x05\xe6\x89\x1c\xca\x59\x68\x02\xc8\x4d\x24\xbe\x0a\x1a\x27\x77\xa2\x9b\x74\x0e\xe0\x27\xf6\x39\x38\xf3\xfd\x27\x84\x10\x31\x60\x31\x80\xfc\x71\xf1\x90\x1a\xf4\x45\x90\x1c\x99\xc3\xa1\x1e\xcd\x4f\x1f\xdf\xf8\xfe\x40\xa5\x37\x41\xf5\xb3\x44\x1c\x76\x91\x87\x1c\xc2\x3c\xb8\x01\xf1\x08\xcb\x61\x37\x34\xea\x0e\xf2\x60\x1b\x78\x6a\x89\xf7\x20\x05\x4d\x3c\x4c\xb1\x77\x7e\xf6\xfe\xdd\xbb\xe7\x2f\xde\x7f\xbc\x3c\x7f\xe9\xe1\x19\xd2\x43\xa9\x0a\xa3\x2e\xf7\x5a\x0c\xfb\x36\xf0\xde\x51\x7e\xc3\x8a\x6b\x79\x7d\x89\x62\x60\xe9\xd4\x99\x65\x5e\xde\x54\x3a\xa9\x2d\x86\x55\xd4\xd8\x53\x3f\x7a\x6c\xd1\xf3\x4e\x4c\xf8\x89\xb7\x2e\x7b\xf4\x76\x4e\x69\x42\x13\x2f\x32\xa9\x4c\x10\x98\x17\xbb\x8e\x35\x12\xe7\x7b\x64\xca\x82\x36\xbe\x95\x57\x0e\x18\x39\x74\xc6\x20\x2c\x3a\xc6\x31\xc5\x2c\xec\x70\x53\x33\xf6\xce\x2f\x5f\xbf\x3d\x7f\xf9\xfe\xd3\xa5\x17\x1d\x1d\xb3\x0a\x4b\x97\x1b\x71\x9e\xc4\x45\xf2\x42\x92\x50\xe7\xf9\x2e\x50\xae\xa4\xae\x49\x40\xc3\x9b\x94\xaf\xce\x0a\x9a\xd0\x9c\xa7\x71\x56\x1e\x0e\xf3\xe0\x0c\x81\x7b\x0e\xd7\x31\x06\x88\x5f\xe2\x24\x68\x86\x23\x85\x2d\x30\xba\xf6\xfd\x60\x3d\x91\xd1\xb5\xcf\x8c\x29\xb9\x46\x95\x07\x4c\x56\x98\x6c\x19\x03\x4b\xd6\xf7\xeb\xd7\xf9\xba\xf9\xec\xef\x04\x98\x5a\xf9\x3e\x98\xa8\x8a\x73\x13\xec\xbf\x44\x54\xc8\xd9\x1b\x76\xa3\x37\xd4\xd8\x9c\xb0\x7c\x2a\x76\x79\xa3\x62\x65\x92\x22\xbd\xde\x58\x2e\x87\x9a\xc3\x80\x0e\x87\x60\xd6\x0c\x24\xfd\x7e\x3b\x21\x76\x4e\x23\xdf\x0f\x66\xce\x6d\xd3\xb8\x7c\x10\xee\x7a\xe0\xd1\x90\xe5\x2f\xd9\x0d\xec\xdf\x0f\x05\x5b\x16\xb4\x2c\x7d\x7f\xd6\x66\xbb\x09\xca\x0c\x62\x3d\xdc\x95\xe7\x78\xe9\x9f\x36\xcd\xb2\xb7\x10\x52\xff\x7a\xb0\x32\xb7\x08\x84\x03\xe7\xae\x3c\x1c\xf4\x9d\x88\x7c\x3f\x70\xcd\xa2\xe4\x86\xef\xd3\xc3\x81\x8a\x75\x05\x20\x6d\xe2\xa6\xdb\x04\x9e\x2c\x41\xd0\x94\x11\x15\xe7\x1c\x1c\x05\x81\xb5\xe9\xef\xbd\x9f\x8f\xdc\xce\x81\xb9\x9e\xd5\xc9\x32\x5e\x04\x28\xaa\x03\x5b\x1d\x35\x17\x36\x42\x78\x75\x38\x04\x2b\x25\x75\x17\xeb\x27\x4f\x82\x95\xb4\xa3\xf9\x3c\x92\xe8\xd9\x37\xdd\x54\x8c\x05\x93\x2e\x45\xeb\x86\xdc\xa6\xb5\x31\x54\x10\x9b\x64\x7f\x84\x8c\x36\x22\x72\x18\xec\xbe\xed\xc7\xe4\xb3\xdb\xff\xe8\xd9\xb1\xf6\xa3\x3d\x27\x5c\x9a\x96\x28\xff\x83\xc7\x50\x31\xc5\xe6\xfa\x90\xc5\x69\x6e\xf1\xd0\x9a\x61\x1c\x8d\xb5\xb7\x18\x91\x35\xba\x27\x7e\x5f\xe9\x04\xf2\x9d\xcb\xd1\x98\x2b\x56\x19\x8a\x1c\xd7\xc0\xb9\xd3\x84\x7a\x7f\x83\xfd\xd2\xb8\xe9\x66\x4c\x84\x29\x34\xd3\x42\x3b\xcc\x83\xd0\xa8\x08\x6a\xb3\xa7\xaa\x65\xc7\xd0\x6f\x16\x4e\xa7\x06\x1e\xd0\x14\x04\xa1\x36\xbf\xeb\xcf\x6b\x9b\xa9\xc1\x69\x5d\x66\xd5\x20\x4d\xbb\xc6\x76\x37\x22\x29\x69\x1a\x37\x4a\x53\xfe\xea\xc0\x2f\x24\xd9\x6f\x8b\x2c\x8a\xb1\x24\x54\xa2\x18\x03\xe5\x15\x63\x45\xe9\x45\x65\xdb\xe9\x58\xd9\xe1\x78\xaa\xc4\x4d\x2a\x46\x24\x53\x1c\x2b\xf3\x4b\x5d\x74\x51\x89\x1b\x27\x6a\x54\x1a\x07\x6c\x25\xb6\xcf\xce\xa8\x6c\xfa\x6a\x2a\x9b\x0e\x9a\x4a\xdc\x3c\xa7\x20\xa8\x79\x4e\x46\x25\x4e\xe8\x9c\xad\x37\xea\xa3\xe5\xc8\xa9\x6c\xf8\x71\x52\xdd\x14\x7b\x22\x2a\xf1\x8a\xf3\xcd\xf3\x25\xcd\xf5\xef\x52\x7f\x58\x67\x53\x54\xe2\x92\xcd\xaf\x29\xff\x10\x43\x7e\xdd\x91\x73\x41\x8e\xa7\xf9\x32\x2a\x9b\x9e\xa1\x32\xa3\x7c\x52\x5f\x8b\xb6\xc5\x04\x45\x9a\x41\x67\x87\x72\x84\xba\x40\x50\xe6\x60\xc7\x9e\xe2\x82\x00\x23\xcb\x5d\x5d\x05\xf2\x7d\xde\x27\x24\x3b\x1c\xa4\xd5\x7b\x01\x57\x62\xd3\xa7\xa3\x78\x1c\x19\xe6\xb1\xe2\xa9\x44\xde\x20\x7c\xf4\x24\x1c\x78\xdd\x2c\xe7\x51\xde\xc1\x11\x10\x2f\xcd\x2a\x90\xdc\xb4\x1c\xd0\xe3\xe8\x4d\xef\x95\x4e\xe6\x59\xa9\x3c\x14\x68\x46\x1a\x43\xfb\x63\xae\x16\xc1\x26\x56\xb9\x3f\xb4\x04\x16\xf9\x03\x07\x9c\x4b\xad\xdf\x27\x88\xaa\xb5\x0b\xba\x7c\x38\x12\xc7\x0c\xc5\x36\xd7\xb7\x8c\x46\x71\x4e\x86\x98\x91\x36\x67\xed\x3b\x06\xdc\x35\x9d\xb0\x80\x8d\xea\x70\xd9\xd0\x03\xf6\x57\x8a\xaf\x88\x0b\x69\xa6\x59\x4c\x09\xb7\x50\xee\x7a\x54\x50\x7d\x9d\xf8\x91\x15\x2e\x48\x27\x59\xa5\x3c\x58\xd2\x48\xfe\xc0\x29\x29\x7c\xbf\x08\xcf\x2e\x3e\x5c\x50\xce\xd3\x7c\x59\x36\x3e\xc3\x9c\xe5\x73\xda\xe1\xb6\x12\xf0\x16\x00\x8e\x06\x9e\x14\x80\xb8\x20\xa1\xbf\xd4\xa1\x93\x69\x87\xf6\x0a\x2c\x4a\x87\x17\x74\x29\x6e\xe3\x82\x26\xd2\x21\x6a\x34\x99\x56\x23\x60\x1d\x42\x41\x87\x43\x40\x09\x0b\x98\xb8\x0a\x28\xc2\xfb\x0d\x2d\x16\xd1\x7e\xce\xb6\x39\x8f\x06\x38\xd9\x2a\x67\xc7\x83\x0a\xeb\x1c\xd1\x1e\x14\xb3\x04\xd1\x5c\x44\x03\xbc\x66\x09\x8d\x06\x58\x39\x1d\x9c\x4c\x2b\x31\xc5\x82\x34\xd3\xd5\x5e\xae\xe8\x3a\x9e\x65\x54\x56\xdf\xac\xef\x58\x3a\x51\x92\x8d\x85\xe6\x76\x9e\x50\x50\x96\x69\x79\xc0\x8c\x01\xa4\x4c\x96\x30\xb6\x3f\x82\xad\xd8\xe5\x80\xb7\x25\x45\x51\x98\xa2\xa8\xc1\xfe\xee\x9c\x41\x6d\x8a\xaa\x6e\xa1\x91\x3c\x04\x8c\x81\xea\x92\x72\x35\xde\xe5\x8b\xbb\xcb\x78\x09\xde\xa7\xa4\x3b\x38\x34\x19\x4c\x71\x5e\x27\x6d\x40\x79\x41\x5b\x3c\x84\x19\x11\x4d\x03\xbf\xa8\x76\xf3\x4a\xc2\x00\x7d\x08\xec\xfd\x72\x57\xd6\x2f\xd5\x03\x44\xe7\x4e\x61\x50\x92\x53\x89\x4f\xe8\x69\x1d\x00\x9c\xfa\x7e\x33\x0f\x2c\x2c\x0f\xa7\x68\x04\xfc\x61\x9a\x27\x67\xab\x34\x4b\x82\x46\xfb\xc4\xb3\xfd\x1d\x4b\x68\x50\x48\x39\x1c\x2d\x16\x21\xac\x86\x93\x13\xcc\x9d\x8c\x4a\x95\x31\x6b\xf5\x70\x07\xfd\xfb\xe1\xf2\xed\x1b\xe9\x80\xdb\x43\xa3\x2c\x4c\xf3\x94\xab\x18\x68\x6c\x9a\x97\x54\x50\x86\xfd\x01\xee\x0f\x11\xce\xc0\x89\x17\xd9\xe7\xf4\x06\x26\x2c\xca\x2b\x6c\xca\x4d\xd2\x12\x1c\xe4\xc9\xfc\x99\xac\x77\x4e\xf6\xa5\xbd\xdc\x73\xcc\xed\x05\x14\xd1\x6a\x24\x96\xc0\xb1\xf5\x25\xf9\xed\x73\x14\xd9\x49\xdc\x28\x17\xb0\x17\x94\x73\x62\x89\x08\x45\xa8\x2d\x9f\x4f\x17\x81\x0a\x6f\x2b\x3c\xe0\x9c\x1c\x6f\xc3\x88\xd7\xb2\x71\x5e\xa3\x7a\xe7\x13\x3e\x1d\x51\xd9\x8a\x7a\x11\x48\x8c\xc6\x8a\x1a\x6f\xc8\xbe\x1f\x38\x9a\x57\x0d\xab\xde\xc7\x68\xf4\x58\x4a\x77\x1f\xf5\xc1\x32\x34\x98\x07\xed\xbe\x4a\x33\x6a\x37\x8c\x4c\xa6\x26\xef\xb0\x33\xaf\xdb\x0d\xb7\x0c\x37\x4e\x94\x55\x05\x43\x84\xcb\x60\x32\x55\xb7\xac\x3a\x43\x27\x53\x4c\xc1\x1d\x72\x60\x8d\xf2\x5c\xaa\xb6\x74\xda\x41\x2a\x96\x02\xf0\x08\xad\x99\x97\xa6\xd2\x52\xfd\x51\x05\xb5\x02\x14\x37\x51\x2e\x5c\x0e\x8f\x0e\x53\xe5\xb6\x2e\x5b\x4d\x23\xce\x6b\x65\xdc\xbd\xb5\x29\xa3\x80\x4a\x04\x9b\x96\x21\xa8\x9c\x38\x85\x17\xa6\xac\x18\x73\xd2\x1f\x48\xdd\x32\xc2\xc7\x7c\xc2\xa6\xfa\x44\x4e\x09\xd5\x5e\x1e\xfe\x19\x67\x5b\x7a\x38\x18\xe7\xfe\xa3\x1a\x6c\xa0\x5f\x18\x9f\xeb\xbe\xdf\x0f\x98\x84\x14\x38\x22\xab\x7f\x79\xfe\xe2\xd3\xf7\xbe\xaf\xfe\x38\xae\xda\xff\x2a\x26\x24\xcd\x97\x3d\xc0\x86\x01\x79\x83\x54\xe1\xa2\x49\x6f\xc1\x8a\x9e\xf7\x57\x4d\xfc\x30\xfc\x57\x2f\xec\xbd\x8a\xb3\x4c\x24\x9f\xc5\xf3\xeb\x1e\x67\x3d\xef\xaf\x86\x3a\x4a\x45\x82\xbf\x22\x84\x8b\xc3\xa1\x16\x91\x87\x45\x7c\x23\xc7\xc7\xb6\x81\x35\xbb\x31\xca\xab\xaa\xe1\xa3\x72\x38\x78\xfc\x65\xca\x54\x8e\x12\x12\xe8\x20\x79\x7f\xbd\xa0\x4b\x46\x7b\x9f\x5e\xff\x15\xf7\xfe\xea\x9d\xb0\x90\x86\x3f\xd1\x92\x9f\x6f\xc5\xdd\x1e\xe7\x27\xde\x5f\x3d\x9c\x92\x7d\x5c\x44\x2c\x4c\xc2\xe7\x45\x3c\x4b\xe7\x78\xb6\x84\xaf\xb3\xbb\x22\xcd\xb2\x74\x8e\xe7\x25\x7c\x9f\xc7\x75\x46\x4c\x33\x08\xfb\xbe\xa0\xf4\x1a\x53\xde\x4e\xb0\xa2\x10\xf6\x03\x9d\x15\xf4\x06\xaf\x52\xf9\x95\xe6\x49\x8a\x57\x45\x47\xf2\x6d\x3b\xec\xd7\x18\xc2\xfe\x1e\x6f\xe2\x9c\x96\x14\x5f\x5f\xb7\xd3\x5c\x33\x08\xfb\x91\x15\xe2\x2b\xeb\x68\x48\xb6\x6b\x87\x6d\xb2\x76\x58\xb1\x75\x7b\x5d\x76\xd4\xe6\x95\xc5\x69\x16\xf3\xdc\x6b\x47\xf1\x15\x84\x5d\xae\xe2\x14\xf3\x8e\x0e\x6e\xaf\xdd\xe2\x77\x72\x44\xfe\x99\x52\x9e\xc7\x6b\xd1\x3d\xef\xb7\xd5\xe9\x2a\xce\x4b\x59\xf8\xd9\x2a\x15\x9d\xbe\x48\xd7\x9b\x2c\x5d\xa4\x34\xd1\xf1\xdc\x89\xbf\x2c\xe2\x44\xfb\xd2\x5d\xdd\xa9\x59\x5c\xd3\x3c\x15\x63\x23\xc7\xef\x7b\xca\x8a\x65\x1a\xe7\x55\x03\x83\xa2\x76\x52\xb0\x5f\xb0\x9c\xbf\x8a\xd7\x69\x76\x17\xe5\xf8\x2d\xfb\xed\x7d\x79\xfb\x8a\xe5\xfc\x62\xcd\x18\x5f\x89\x2d\xee\x2d\x8b\xf8\xae\x9c\xc7\x19\xf5\xf0\x4f\x74\x76\x9d\xf2\x46\x7c\x0c\x6f\xa9\x34\x2e\x69\xe2\x61\x51\xdc\x45\xfa\x1b\x8d\x28\xfc\xfc\x49\xc2\x8c\xf1\xaa\xa1\x8d\xd1\xc0\x79\xb7\xc9\x59\xe9\x00\xbe\xcb\x2d\xbd\xd8\xec\x54\x32\x87\xb9\x61\x08\x53\xf3\x1c\x4e\x2d\x2d\xb9\x42\x5c\x55\x38\x27\xfc\xc4\xc3\x3d\x7b\x27\x9c\x8a\xa3\x96\x9e\x96\x77\x25\xa7\x6b\xdc\x7b\x91\xa5\xf9\xf5\xdb\x78\x7e\x01\xdf\xa2\x63\xb8\xf7\xd7\x8f\x6c\xc6\x38\x13\xdb\xe6\x07\x9a\xed\x28\x4f\xe7\x71\xef\x1d\xdd\xd2\xbf\xe2\x5e\x19\xe7\xe5\x69\x49\x8b\x74\xa1\x4f\xa6\x3d\x4f\xf3\xbb\x28\x0e\x58\x18\x87\xeb\x34\x4f\x31\x0b\x67\xe2\xf0\xdf\x66\x71\x81\x73\x84\x6f\x2f\xd6\x71\x96\xa9\x04\xf2\xa3\x99\xa4\xb4\x52\x94\x47\x13\x7c\xc8\xb6\xa5\x9d\x48\x7c\x37\x13\x4a\x3d\x62\xdd\x1a\x89\x46\xd8\x99\xc4\x2a\xac\x0e\x68\x26\x05\x65\x5c\x95\x0a\x7e\xb7\xfa\xf6\xc6\x4a\x21\x3f\x20\x49\x49\xd7\xe9\x8c\x65\x49\x9d\xc6\xaa\xaf\x0e\x68\xa7\x75\x0b\x3c\x56\x62\xbb\xc8\x7b\xca\x04\x4f\x04\x76\xb1\x75\x40\x2b\xed\x9a\x2e\x63\x33\x2a\xcb\xb8\x19\xff\x65\x80\x2a\x69\xdb\x72\x7e\xe0\x7a\xee\xb7\xcc\x68\xd0\xbe\xbe\x4d\x96\x54\xde\x8a\x9d\xe6\x01\x71\xed\x2c\xa0\x46\x72\x52\x4a\xff\xe2\xb9\xdd\xe9\x60\x62\xcc\x03\x14\x71\x84\x45\x8a\x0a\x83\xde\xec\xbd\x35\x60\x46\xf2\xf0\xea\x6a\xae\x00\xd2\xcb\xab\x2b\x5c\x40\x2d\x60\xba\xd5\x27\xa4\x40\x7b\xa8\x8d\x4b\x5d\x3d\xb2\x67\x59\x02\x25\x46\x05\x96\x08\x6c\x1c\xf0\x77\x69\x8d\xcf\x54\x8a\x7d\xce\x10\x6b\x6e\xf2\x12\xf9\x3e\x9b\x94\xd3\x20\x45\xb5\xc2\x33\x06\xb5\x50\x89\xab\x6f\x34\x1d\x3a\x28\xa1\xf0\xea\x2a\x4d\xae\xae\x70\x4e\xca\x00\x8d\xf8\xe1\x10\xd4\x81\x44\x69\xdc\x15\x27\x27\x48\x74\x9d\x4f\x09\xad\x30\x35\x84\xd0\xd1\xb2\x15\x97\xbf\x0c\xd0\x44\x97\x35\xad\x1a\xaf\xad\x58\xbf\x4a\x31\xef\x80\xc7\x31\x18\x4d\x57\x57\xcb\x8c\xcd\xe2\x4c\x3f\x6e\xc5\xa3\x35\xe8\x0a\x26\x41\x40\xc9\xbe\x42\xee\xa8\x13\x78\x22\x22\xdc\x95\xa3\x72\x14\xf1\xb5\xf6\x72\xd0\x28\xe1\x8b\x56\xb0\x83\x89\xa4\x10\x81\x1e\x2b\x1f\x0d\x4f\x1e\xa1\x23\x38\x47\xad\x77\x3b\xab\xdd\x1e\x0c\xd0\x64\x38\xed\x30\x47\xd4\x6b\xbf\x0b\x5c\xe4\xe4\x84\x56\x92\x48\xc6\xb1\x2c\x0b\xf8\x69\xb7\x3c\x48\xc3\x18\x85\xf3\x6d\xc9\xd9\x5a\x49\x96\x4b\x5c\x92\x38\x4c\xf3\x33\x15\x28\xd1\x3f\xe9\x2d\xaf\xd9\x5f\xdd\x70\x3a\x9a\xac\x3a\x1c\x8a\x30\x0e\xd9\x0c\xd4\xff\x83\xdc\xd1\x42\x56\x91\xdb\xbc\x8e\xae\x2a\x84\x27\xe5\x14\x61\x05\x5f\xa4\xa7\x07\xc6\x3a\xfe\xdd\x7a\xd1\x2d\x74\xb6\x41\x8d\x01\xc2\xc8\xe9\x50\xcc\xc0\x88\xfa\x7e\xf1\x9d\x7e\x04\x8d\xc4\xea\x16\x9b\x12\xb8\x35\xb8\x40\x68\xcf\x48\x31\x9a\x15\x34\xbe\xae\x8c\xee\xb3\xcb\x4a\xaf\xad\x31\xb5\x52\x68\x2d\x24\x00\x24\x96\x39\x0d\x38\x1e\x88\x03\x92\x75\x81\x64\xea\xba\x05\xf1\xad\x15\x9d\x5b\x58\x34\x12\x86\x86\xda\x5a\x5f\x80\x71\x93\x4f\x45\xb6\x49\x6e\xc1\xd7\xa8\x1f\x83\xea\x5e\xb3\x1c\xf6\xa0\x62\xfe\xc3\x20\x5f\xe9\x67\x9b\x30\x74\xe7\xdf\x3e\xd8\x86\xe4\x18\x7a\x63\x1e\x3c\xfe\x46\xb9\x35\xf9\xa6\xe1\xd5\xe4\xd1\x40\x2a\xaf\x3c\x41\x78\x5b\xfb\x32\x99\xa1\xae\xb7\x9f\x71\x0d\x72\x8b\x02\x2a\x0e\x9b\x72\x3b\x2b\x29\x8f\xf6\x95\x54\xd7\x51\x2c\x77\x41\x09\x49\xad\x1d\x46\x78\x28\xd3\x18\x33\x9d\xf1\x7e\x2e\x5e\x81\x05\xcd\xa3\x1c\xa7\x73\x96\x1b\xaf\xe1\x11\xb3\xf0\xad\x2d\x42\x91\x85\xf2\x63\x4e\xa5\x5c\x55\xfe\x0e\xeb\x14\x18\x84\x29\x00\xe0\x0a\xa0\x90\x91\x12\xaf\xd4\x21\x95\xd4\xff\x31\x78\xb0\xd2\x18\xb4\xeb\x48\x17\x2d\x32\x00\xdb\x75\x73\x62\xed\x84\x02\xcf\x6b\x5f\x17\xf1\x78\x5f\x45\x31\x4e\xc8\x16\xbc\x2b\xed\x2b\xbc\x21\x49\xe8\xf4\x09\x2f\x48\x12\xea\x0e\xe3\x15\x49\x9c\x66\x93\xa4\xd9\xd0\x0e\x47\x1d\x29\x78\xe5\x98\x78\x71\x91\xc6\xa7\x59\x3c\xa3\x99\x37\x3d\x1c\xa8\x54\x25\xc4\xb3\x8e\x28\x3b\x20\xa3\xc9\xec\xce\xca\x30\xde\x03\x94\xfc\x5a\x8b\x60\x00\xd2\xbe\x8a\xf6\x32\x8b\x02\x90\x8e\xfa\x83\x0a\xdf\x91\x85\x9e\xb4\xb5\xef\xb7\x59\xd6\x8b\xce\x40\x00\xcc\x2a\x7d\x7f\xe7\xfb\xc1\x1d\x58\x7a\xb0\xdc\x30\xdd\x16\x78\x1f\x67\x3c\xda\x89\x85\x5c\xb4\xb0\xf5\x3d\xd7\x97\xb8\xe4\xb2\x89\xd1\x3c\x15\xef\x16\x2f\xe2\x15\x9e\xe1\x25\x5e\x8f\xf7\xd0\x13\xfd\x9c\xb7\x7b\xaf\x57\xa0\x58\x91\x16\xdc\xbf\x2a\x37\x13\xe5\xa6\x61\x8c\x53\x41\x58\x32\xc6\xf1\x06\xf7\xb9\xef\x8b\xcf\x4d\xed\x02\x11\xe8\x38\xe0\x61\x39\xed\xb1\x56\xe4\xaa\xc2\x73\x54\x21\x7c\x87\xaa\xd1\x91\x2d\xe3\xb8\x66\x4b\x82\xbd\x5e\x57\x11\xb5\xe0\xff\xb9\xdb\xf8\xbc\x42\x5f\xe0\xa5\x4e\x9a\x5b\xc1\x09\xd9\x65\x71\xd5\xef\x40\x43\x3c\x1c\xb8\x3c\x12\x41\x62\xd6\x71\x8c\x4a\xa6\x87\x38\xe1\xbb\xca\xec\x77\xd4\xd4\x71\xb0\xba\x06\x22\x7f\x02\xfa\x64\x6a\x4b\x01\x26\x52\x4d\x59\x33\xb7\x02\x8e\xda\xfe\xd0\x1a\x98\x94\x8f\xee\xc1\xa4\x3c\x7d\xd4\x44\xa5\x54\x92\x61\x23\xd7\x00\x3a\x3a\x1f\x15\xdf\xa5\xf6\x2d\xa8\x64\xdf\xe9\xa4\x00\x32\x35\x46\x0e\xe5\x19\xa3\x7e\xdc\x26\x3d\x41\x6b\xa0\x4f\xe1\x57\xc0\x27\xe5\x94\xc4\xe2\x3a\xaf\x09\xd1\x6e\x12\xc7\x6a\x0c\x93\x93\x0e\xc6\x14\xf5\x23\x95\x81\x92\x4b\xa3\x3a\x11\x18\x80\xf5\x0f\x9d\xb0\x5a\xa8\x92\xff\xcf\xdf\x7b\x5f\xea\xad\xab\xec\xb8\xd5\x1e\x3f\x96\xd7\xda\x37\xfa\x5a\x1b\x8a\x6b\xed\xd8\xeb\x06\x34\x42\xaf\xe9\x1d\x4f\x37\xa0\x3a\x0d\xdf\x1b\x5a\x94\x80\xbc\xfa\x63\x23\xa2\xa4\xff\xde\xd2\x7c\x4e\xdf\xc6\x9b\x4d\x9a\x2f\x4d\x78\x9a\xcb\x94\x6f\x59\x42\x0d\xf0\x97\x44\x1f\x3e\xcf\x39\x2d\xec\x58\x85\xc7\x95\xd0\x2c\xbe\x03\xbc\xe0\x34\x5f\xca\x78\x49\xfa\x93\xfe\xd0\x79\x72\x19\x08\xdd\x6e\x21\x63\x78\xa5\xad\xeb\x5c\xb3\xe7\x34\x4f\x3b\xa0\x86\x8e\xd7\x4a\x9b\x86\xf9\x92\x6b\xdc\x7c\x89\x19\x97\xa8\xa0\xc6\xa5\xbd\xdd\xe7\x84\xc2\x23\x47\x9a\xe9\x8b\x27\xd2\x07\xe0\xf1\xbe\x57\xfe\x07\xc0\x11\x68\xc7\x00\x4e\x72\x31\xf6\x17\x2a\xb0\xb4\x6c\xa5\xa6\x1a\x8f\x41\x42\x73\x84\x57\x4b\xca\x3f\xe5\xe9\xbf\xb7\xf4\x47\xbe\x09\x72\xe9\x79\x6e\xdc\x39\x5b\x13\x16\x6e\x21\xe5\xeb\x97\x53\xc2\x22\x7b\x86\xdd\xa8\xf6\xdc\x1d\x0e\xfd\xfb\x87\x49\x6e\xb4\x94\xf0\x71\x1c\x2e\xc2\x0f\xe7\x1f\x2f\x5e\x5f\x5c\x9e\xbf\xbc\xfa\xf1\xfc\x5f\x97\xaf\x3f\x5c\x3d\x7f\xf9\xf2\xfc\x65\x24\xa2\xec\x80\x91\x20\xc2\x8b\x38\x2d\xa9\x3c\x97\x52\xbc\x97\xed\x89\x72\xac\x9b\x13\xd5\x2d\xab\xcc\x36\xb7\xc2\x9c\xc9\x91\xc8\xcc\x47\x61\x12\xba\xc7\xbf\x7b\x20\x31\xe0\x69\x38\x63\xc4\xa7\xa3\x14\x0c\xcc\x64\x40\xb8\x93\xd8\xb2\x24\x6d\x04\xe0\x46\x2e\xc2\x1c\xdb\xfc\xe6\x54\x9b\xec\xc7\x66\xbc\x7b\x85\xb0\x87\xb2\x11\x9d\x02\xf7\x5b\xf3\xa9\xd4\xc0\x8f\x4e\xa7\x7c\x38\x59\x53\x63\x4d\xdd\xa7\x0f\x2f\x9f\x5f\x9e\xbf\x34\x73\x65\xaa\xe9\x9c\xb2\x06\xe8\xc0\x36\xef\xdc\x40\x1d\x2f\xa9\xfe\x10\xe1\x7c\x6c\x0f\x5c\x6b\x3d\xf3\x69\x64\xc7\xd7\x23\x0e\xde\x16\xee\x1b\x73\x7a\x74\xd4\xf4\xa9\xd9\xbd\x8e\x3f\x9e\xbf\xfd\x7f\xb8\x7b\xf7\xf6\xb6\x71\x24\x5f\xf8\xab\x38\x3c\xb3\x6e\x69\x42\x2b\xbc\x48\x22\x69\x8f\x36\xc7\xd7\x8e\x77\xe3\x24\x13\x3b\xdd\x33\xe3\x78\xb2\x20\x09\x48\x9c\x50\xa4\x86\xa4\x7c\xe9\xd8\xe7\xb3\xbf\x4f\x15\x0a\x20\x48\x29\xed\xde\x33\xfb\xc7\x7b\xba\x9f\xa7\x63\xf1\x57\x20\x08\x82\xb8\xfc\xaa\x50\x28\xbc\xff\xa9\xdb\x92\x09\x3a\xf8\x1f\xa8\xe4\x52\xd7\x29\x6f\x2b\xb3\x79\xea\x55\x21\xef\x0d\x9c\xe6\xf0\xb7\xf9\xd1\x4e\xdf\x5d\x9d\x7e\x54\xc5\xbf\x78\x7f\x72\xda\xcf\xed\x3e\x6b\x7e\x7b\x66\x7f\x39\xbf\xfa\x95\xbc\xe6\xbc\x51\x13\xc3\x86\x4d\xa1\x31\x62\xb5\x77\x5c\x56\x8c\x2f\xd7\x5f\xa5\x32\x0f\x3c\x68\x3f\x2e\xfd\xdc\x68\x5a\x1b\x9d\x7b\x8b\xb2\xa2\xd9\x29\x1f\xe2\x62\x5e\xa7\x19\xc8\xb1\x73\xb4\x2a\x57\x83\xa1\xed\x98\xca\xb2\x39\x86\xf4\x9b\x52\xd3\x69\x3d\x99\x18\x14\xbb\xbb\xc5\x48\x1d\x30\x73\xc9\x1b\x95\xff\xb6\xc8\xbe\xbd\xa3\xaa\xf9\xb0\x3d\x9a\xc6\xb8\x73\x7f\x6b\x7e\xed\x70\xd8\x9b\xa2\x96\xbc\x58\x9f\xde\xf3\x64\xbd\x31\x14\x6e\xf9\xa4\x1b\x4d\xfc\xf4\x2f\xa7\xc7\x9f\xae\x4e\xdb\x82\xc8\x83\xc5\x75\x2d\xed\x73\x5b\x7e\x80\x16\xd9\x68\xa2\x9d\xb1\x74\xfb\xc6\xec\xde\x84\xa9\x77\xac\xe3\x86\x79\xdd\x0f\x36\xeb\xc7\xe8\x17\xf0\x4c\x3d\xc9\xa3\x0b\x25\xff\x1f\x89\x47\x72\x50\x0c\x26\x93\xe1\x96\x3d\xf0\x76\x35\xfc\xf6\xdf\xb7\x10\xfd\x4f\x05\x69\xd8\xce\x36\x93\x67\xd9\xe6\xfa\x59\xb6\xb9\xfa\xbe\x0d\x24\xec\xd9\x40\xc6\x13\x69\x03\x99\x04\x46\x05\x25\x5b\x54\x86\x6c\xe6\x1d\x64\x9b\x2a\x43\x86\x2a\x43\xd6\x55\x19\x32\x75\x00\x84\x8e\x4c\xc2\x46\x59\x7d\x99\x97\xcd\x6b\x68\x21\x83\x62\x56\x8d\x8e\xc9\x20\x30\x6a\x4a\xe9\xf7\x59\x0c\x87\x6a\xbb\x2a\x1b\x34\xc3\x7d\x36\xf8\x95\x8e\xd5\x0c\x6d\xc3\x86\xf2\x34\x1c\xee\xf7\x74\x69\x52\x8f\x2a\xbb\x33\x42\x70\xbb\xb9\xb1\x8b\xde\xca\xfb\x16\xba\xa7\x22\x24\x15\xb3\x46\x2d\x93\x83\x12\x61\xb3\xd6\xf0\x51\xbc\xb6\x54\x01\xac\xfd\x62\xc3\xa2\x0a\xed\x2b\xb1\xd7\x76\x8a\x06\xbb\x6a\x94\xd5\x3f\xb1\x3c\x4b\x95\xa6\xaf\x95\xc4\x1d\xe9\xce\xd3\xef\x54\xb4\xc5\xfb\xc0\x92\x9b\xd2\xcd\xa5\x84\xc7\xc7\xcd\xe0\x64\x00\x6e\x86\x38\x6b\x5e\x0f\x06\xa0\x2a\x0d\xe5\x19\x38\xe5\xac\x18\xee\x97\xb3\xc6\x38\x9c\x81\x81\x9e\x2f\x7a\xcf\xfe\x57\x34\xc5\x56\x43\xfc\xf6\x64\x33\xc8\x80\xe2\x01\x1e\x24\x7f\x5a\x77\x62\x34\xcb\x40\x7d\xeb\xeb\xe4\xe6\x80\xb6\xda\xa7\xbb\xbb\x69\x6b\x6e\x52\x27\xc4\x48\x8b\x45\x65\xa7\x7a\x74\xac\xda\x44\x9d\x61\xe6\x9a\xdb\xec\xc6\xfe\x56\x35\xf9\xbe\xb6\x1f\x61\x08\xa7\xa7\xa1\x5d\x3d\x0d\xd6\x76\x6a\x37\xf6\x0a\x27\x85\x04\xbf\x4a\x32\xd2\xa7\x97\xc8\xf2\x2c\x66\x06\x64\x04\xbf\xeb\x18\x69\x16\x76\xaf\x2d\x8a\x21\x86\x00\x48\x46\x32\x7e\x8d\xde\xb1\x4c\xd7\x03\x61\x73\xb3\xec\x9d\xcc\xf8\xb6\xcc\x9e\x64\xdd\x7c\xd7\x10\xa9\xc6\x01\x8c\x12\x3f\x34\xb7\x7f\x77\x34\x64\xbb\x9c\x71\xbb\xbb\xb0\xb2\xcd\x8a\xc1\x87\x1b\xa1\xff\x8a\xb6\x11\x54\xb2\xef\xbb\xdf\xeb\xfb\xd5\x75\xd6\x35\x51\x64\x38\x67\x56\xda\x45\x68\x33\xe4\xcf\x61\xf1\xb0\xb3\x2c\xd3\x75\xce\x77\xd6\x75\x56\xcc\x77\xe6\xbc\x81\xb1\xa1\x96\xa7\x12\xc1\x48\x79\x97\x35\x0b\x84\x46\x3b\x1f\x72\xce\x60\xec\xe4\x06\xba\xf3\x0f\x76\xcb\xd2\x32\x41\xe7\x91\x65\x59\xf1\x9d\xac\x10\xe5\xc8\x38\x5f\x1d\xdd\xb6\x61\x88\x97\x61\x22\x6a\xb8\x6b\x77\x97\x7e\x48\xec\x0b\x75\x6c\xe9\x24\x04\xc2\x2e\x22\x53\x49\x9f\xaa\xa7\x83\x8a\x06\x30\x50\x6b\xa5\x57\xed\x53\x6b\x82\xc8\xd4\xc9\x27\x99\x61\x53\xd0\x9f\x45\xb4\xd3\x8d\x9d\xf5\xe6\x4b\x79\xfe\x2d\x36\x89\xd7\x5c\x1f\xaf\x44\x73\xd3\x7e\x3a\xe0\xc3\x41\x7b\xeb\xff\xdd\xde\x5b\x4d\x76\xd0\x3a\x5b\xcd\x0a\xdc\xa2\xf1\xf8\x68\xb1\xa6\x61\xc9\x02\xe3\xfa\x98\xab\xa2\x6a\x91\xc1\x88\xe2\x6f\xf8\x1d\xa2\xe9\x25\x13\x03\x35\x30\x19\xb1\x3a\xb6\x07\xfb\x17\x59\xce\x0b\xb6\xe4\xf2\xe3\xc6\x7c\x87\xed\xd0\xad\xc3\x83\xbe\x92\x2d\x63\x41\x6c\x66\xdd\x18\x11\x1c\x0d\xf4\x3b\x0f\xa4\xb5\xb7\x8d\x07\xee\x94\xd5\x8e\xca\xa5\xf3\xa0\x99\xf9\xa0\x5c\x9e\xa3\xdd\x0c\x7f\x63\xee\xe7\x97\xef\xf7\xc2\x70\x12\xed\xb9\xc6\x7b\x61\xc7\xc1\x33\xb0\xb3\x19\x1d\xcc\x5d\xc1\x7c\xbb\xe5\xd5\x5e\x37\xbb\xbb\xb7\x83\x6a\xb8\x5f\x0e\x9a\xa1\x9d\xcc\x36\x0b\x55\xef\xee\xd6\x2f\x66\xb3\xea\x60\x90\x3c\x3e\xbe\xc8\x1e\x1f\x99\xca\x51\x9a\xb3\x74\x15\xff\xd1\xba\x99\x55\xc3\x83\x41\xf6\xf8\x98\xa0\x68\xa4\x24\xb3\xe4\x75\xbd\x5f\x19\x8d\x73\xc0\xed\x62\xa4\xde\x65\xf3\xf0\x7b\x63\x31\x00\xbd\xfd\x79\xc3\xab\x1a\x97\x03\xa0\x4c\xf2\x90\xb5\xc7\xc7\xcd\xb7\x29\x1e\x1f\x5f\x08\x59\xba\xe2\x3b\x15\x98\x15\xe8\x19\xbf\x83\x3b\xbc\x14\x4b\x21\xbe\x5d\x0c\xbb\xdb\xbd\x90\xbf\x6f\x33\xb1\x37\xad\x8b\x75\x7b\x60\x05\x79\xcc\x8f\x6a\xb9\xc9\x88\xcd\x9c\x03\xd6\x1a\x28\x99\x9a\x74\xea\x99\xf5\x47\xc8\x6a\x50\xcd\xb2\x6b\x76\x33\xc4\xc5\x99\xa6\x1a\xec\xb9\xc3\xd7\xc7\x03\xf4\xb6\xde\xff\x22\xff\x1e\x94\x2f\x67\xd6\xc1\x8e\xf5\xb2\xc2\x10\x30\x75\xbb\x9e\x87\x51\x12\xee\x06\xd0\x2b\x91\x2a\x53\xc7\x1b\x61\x00\xf1\xfe\x90\xfb\x82\x6f\xab\xab\xef\xf4\x17\x35\x92\xaa\x46\x9b\xd5\x3b\x15\xff\xe7\x3a\xab\xf0\x08\x0c\xf9\x55\x96\x23\x7e\xcf\x13\x0a\x83\xf1\xe2\x3b\xfd\xc0\xac\x68\x18\x28\x97\xac\xa1\x0c\x64\xec\x98\xe6\xda\xb9\xa1\xca\xb1\xb3\x59\x73\xed\xde\x74\x2b\x5f\x4e\xdf\x18\x59\xa6\x9a\xa5\xa3\x9c\xd5\xcd\x79\x91\xf2\xfb\x99\x75\x80\x5f\x02\x6e\x37\xaa\xae\xda\x73\xf7\x2b\x1c\x11\x0f\x9a\x59\xaa\x0b\x48\x73\x0e\x9a\x65\x5f\x74\x23\xc0\x6d\x29\xab\x6e\x6c\x6d\x81\x61\x32\x79\xd9\x29\x6c\xb1\xad\xb0\xe5\xac\xb9\xf6\x6e\x6c\x8c\xb7\xc3\xb4\x15\xf8\xb9\x46\x98\xae\x57\x79\x96\xb0\x86\xb7\x4f\xb6\x86\x8a\x8f\x14\xc0\xb2\xf5\x2e\xd8\x3f\x5a\xc3\x97\xf2\x8c\x2d\x22\xa9\x9b\x5f\xb4\xbe\x2e\x6e\x76\x77\x07\x3f\x58\x3f\xcc\x66\xb3\xf2\xda\x81\x8b\x72\x56\xaa\x5a\x72\xed\x52\x85\xee\xf0\xda\x00\x4d\x89\x6d\xfd\xc1\xb5\x86\x43\xbb\xc6\x33\x99\x86\xfb\x83\x62\x56\xe8\x50\x41\x7b\x2e\xbc\xda\x7c\x50\x6a\x39\x50\x0d\x7c\xcb\x4a\x9e\x27\xae\x16\x78\xff\xdb\x15\x6b\x6c\xbb\xbf\x1b\x64\x76\x3d\x7c\x6a\x55\x86\xa9\x3f\xc4\x1d\xe0\x18\x2a\x01\x43\x00\x4c\xc7\xc3\xd1\x11\xfa\xd7\xdb\xd9\xec\xd5\xf5\xe7\x7b\xc7\xd9\xfb\x7c\xef\x39\xd6\x0f\x83\xe1\x1f\xed\x57\xfb\x07\x7f\x9a\xfd\xfb\xeb\xff\x7d\xfd\xf9\xf3\xe7\x9b\x6f\x4f\x9f\xef\x03\x71\xf3\x6a\x6e\xb3\xd9\xab\x7f\xbb\x76\xf6\xa2\xc3\xbd\x33\xb6\x27\x6e\xbe\x79\x4f\xaf\xec\x7a\xf6\xea\xdf\x06\x5d\x70\xf8\x6a\x6e\xe7\xb3\x57\xd7\x7f\x87\x0c\xf7\x3e\xdf\x07\xfc\xf3\x3d\x83\x1f\x02\x73\x49\x66\xaf\x3e\x7f\x1e\x5c\x7f\x5e\x3b\x0e\x3c\x74\xed\x38\x81\xb8\x81\x7b\xd6\xb3\x57\x83\xeb\xcf\x9f\x2d\xbc\x48\x67\xaf\x0e\xa0\x58\x11\x64\x72\xf3\xc7\xc1\xf5\x8b\xff\xf5\x87\x7f\xdb\xfd\xe1\x8f\x2f\x47\xf8\xac\xbf\xfd\xfd\xcb\x7f\xb1\xbd\x5f\x1e\xff\xcf\xde\xcd\xcb\xa1\x91\x6e\x66\xde\x63\x0d\x5e\xef\x5f\xc3\xef\x17\x9f\xef\x3d\x7f\xef\xf3\xfd\x24\xfe\x7c\x3f\x49\xa9\x48\x21\x15\xe9\xf1\xf3\xe7\x6b\x5d\xd2\x9b\xe1\x1f\xad\xc7\xdf\xf8\xac\x57\x73\x7b\x35\x7b\xf5\xf7\x6b\xe3\x35\x55\x9e\x2f\xff\xf0\xca\x16\x20\xfb\x7e\x4e\x7f\x78\x65\x2f\x66\xaf\xfe\x3e\xb8\x3e\xdc\xfb\x1b\xdb\xfb\xc5\xd9\x8b\x30\xed\xcb\xcf\x7b\x7f\xff\xf2\x5f\xdf\x9e\xfe\xcf\xcd\xcb\xe1\x0f\x50\x7e\x29\xbe\xf9\xe6\xd9\xfe\xd3\xe0\xf5\xfe\x9e\x06\xfc\xa7\xe1\x37\xc7\xf6\x9f\x1e\x35\x32\xb6\xc3\xa7\xc7\xe1\x0f\x83\xc1\xeb\xfd\xde\x77\x7a\xec\x3c\x65\xf7\xe5\xe8\xef\x5f\xfe\x0b\x4a\x31\x7c\x39\xfc\xc3\x2b\x7b\x89\xe5\xf8\x6d\x2f\x3d\x78\xbd\xff\x87\xc7\x83\xe1\xab\x96\xa6\xce\xdb\xe9\x65\xf1\xdf\x19\xc8\xf8\x7d\x03\x84\x3a\xdd\x11\x19\xcf\x53\xe9\x4b\xdc\x8e\x68\xdb\x06\x85\x0c\x07\x05\xdd\xd5\x6a\x3b\x1e\x1e\xd4\x77\x19\xed\x40\x4a\x58\xcd\xad\xac\x2e\x69\xfa\xb6\xf6\x8b\xd9\x2d\x30\x38\x74\xdd\x38\x40\xe9\xba\x11\x7b\x21\x08\x2a\x3c\xbb\x67\x90\xd9\x56\x9c\x15\xac\x7a\xb0\x86\xad\x95\x08\x52\x85\x96\xba\x8f\x38\xe4\xfe\xd6\x57\x59\x17\x3a\xce\xca\x4e\xb2\x80\xb9\x02\x9d\x2f\xbb\x6f\x66\x69\x6d\xc1\x20\x91\xb7\x06\xf1\xa7\xe7\x1a\xc1\xe4\x72\xdb\x7a\x6d\xc6\xdf\x8a\x3b\xa6\x99\x6d\xa7\x0f\xe9\x93\x2e\x1a\xdb\x9d\x9a\x0a\xf1\x43\xfb\x20\xeb\xdf\xd4\xc9\x45\xb8\x3d\x8d\x6e\x3d\x6c\x06\x8e\xf1\xf6\xee\x74\xd8\x0d\x7a\xd0\x66\xf5\xa5\xcd\xea\x07\xeb\x87\x97\x9b\xc5\x5e\xdb\xd6\xe7\xcf\x30\xfa\xbd\xfc\xc1\xfa\xa1\xbd\xef\xb8\x6d\x20\xfa\x1e\x75\x7a\xd1\xa7\xab\xb3\xbd\xf0\x87\x1f\xac\x97\x5b\x22\x5f\x34\x6d\xce\x99\xfd\x60\x14\xe4\xce\x08\xc7\x84\xc7\x99\x92\x49\xbf\xe5\x36\xb3\x67\x43\x7c\xfe\xaa\x49\xe6\xde\x34\xb8\x8c\x87\x1b\x3b\x67\x7b\xfb\x22\x2c\xd5\x6c\x69\xff\xc8\xfe\xb7\xff\x21\x37\x60\xcc\xcc\x2a\x60\x88\xcf\x2d\xd3\x1d\x58\x63\xf5\x8a\xb3\xaf\x70\x59\xe0\x41\xbf\xe4\x48\xb2\x6f\xae\xec\xff\x60\xc9\x53\xf5\x2e\x4e\xde\x7a\xe7\x49\x59\xd4\xd6\x0f\x78\x0e\xbf\xb5\xae\xf2\x01\xd4\xfc\x4b\x3a\xd4\x1f\x1d\x13\xea\x3d\xe6\xfa\xe3\x28\x4c\xc4\xe8\xae\x14\xe2\x87\x21\xcd\x30\x83\x1f\xe4\xa5\xf5\x84\x1e\x2e\xf5\xfe\xb7\x1f\xd1\x7f\xee\x1d\xbb\x95\x06\xc8\x7d\xeb\xf3\x9a\x07\x8e\x63\xd9\xc7\x0b\x7e\x5b\xc9\x7d\x9c\x04\xa6\x1a\xfc\xb4\x22\x88\x5b\xf6\x69\x9a\x35\x74\x25\x2c\xfb\x30\x4d\xe5\x85\x0b\x59\xe0\xde\x4c\xba\x76\x2d\xfb\xa2\xac\x38\x5d\x79\x96\xad\x9c\xc2\x08\xf1\x2d\xfb\x82\x65\x2a\xf5\xc4\xb2\xcf\xb2\x1c\x4f\xee\xc7\xeb\x04\xd2\xb3\x2a\x59\xc8\x6b\xcf\xb5\xec\xcb\x05\x53\xd9\x79\xa9\x65\x1f\xe5\x65\xf2\x95\xa7\x97\x59\xa3\x40\x61\xd9\x67\xec\xb6\xac\x32\xdc\xef\x49\x39\xf9\xe3\x2e\x7a\x96\xe5\xf4\x4c\x7f\x82\xef\x97\x7c\xbd\x60\xd5\x57\x82\xb8\x65\x9f\xe0\x02\x87\xbc\x1e\xb7\x55\xf0\x16\x0f\x74\x07\x70\x1a\x6b\xf0\xa3\xfc\xac\x88\x26\xf0\xfe\x39\x2f\x52\xf5\xe4\x30\xb0\xec\x0b\x3e\x67\xab\x05\x9e\xe0\x8f\x50\x64\xd9\x9f\x8a\xb4\x94\x57\x2c\xb0\xec\xb3\x9c\xcd\xe5\x55\xe2\x5a\xf6\x07\x36\xa7\x94\x89\x6f\xd9\x1f\xb2\xa2\xe0\xb2\x7a\xc3\xb1\x63\xd9\x3f\x65\xfc\x4e\x5e\x45\x50\xd9\x39\xa7\x27\x85\xd1\xd8\xb2\xd5\xfe\x5b\x42\xa6\x96\x2d\x37\xe9\xd2\x75\x68\xd9\x67\xe8\x53\x22\xaf\xe3\xc0\xb2\x2f\xcb\x4a\x96\x3d\x4c\x62\xcb\x3e\xcc\xb3\xb9\xf1\x3e\x21\xf7\x08\xd3\x2f\x1e\xf2\xb1\x65\x5f\x51\x71\x43\x9e\xe0\xc7\x3f\xab\x32\x5e\xd0\x43\x04\xb3\xec\xf3\x42\xc8\xb7\x8b\xc6\x53\xf9\x88\xb7\x59\xc1\xe5\x37\x8f\x52\xc7\xb2\xdf\x66\xb5\xcc\x8e\xf9\x81\x65\x1f\x67\x55\x92\xf3\x8f\xd8\x91\x10\x63\x96\xfd\x86\x33\x2a\x58\x3c\x71\xe9\x52\x7f\xb5\x78\xe2\x59\xf6\x55\x96\x53\x96\x09\x9b\x58\xf6\xe9\x32\xa6\x6a\x4a\x12\x6e\xd9\x3f\xe6\xd9\x72\x49\x2f\x9a\x88\xb1\x65\x1f\xd6\x89\x0c\x08\x8f\x50\x9a\x38\xf0\x91\x7b\x98\x2b\x0b\x4b\x0d\x9d\x4f\x43\x79\xad\x7b\x03\x9f\x46\x96\x7d\xf9\x50\x24\x57\xe5\x87\x63\x42\xb8\x65\xa3\x3f\xf5\x8f\x55\x26\x1f\xcf\xa1\x22\x2f\xbf\x3e\xac\x38\xb6\x2b\xc4\x44\xe8\x28\x0c\x1a\x2c\x61\x2e\x61\x17\x59\xb1\xae\x09\xf3\xe8\x9b\x1a\xfd\x40\x84\xd0\xa6\xf1\x44\x7d\xb8\x82\xcf\x2e\x77\x32\xcb\x7a\xc3\xa7\x2c\xa9\xf5\x0a\x17\x5a\x2f\x74\xb9\x9f\x78\xd5\x64\x09\xc3\x0a\x13\x5e\x9c\x58\x4f\xda\x39\xa8\x1c\x9d\xe3\xc1\x87\x9b\x9e\x29\xff\x6f\x0f\x8e\x7b\xce\x33\xc3\xa3\xb3\x37\x9e\x06\x9c\x7b\xc1\xb3\x03\x24\xf4\xc1\xb7\x59\x21\xbf\x94\xef\xc0\x57\x29\x97\xa0\x0b\x5e\x96\x39\x7d\x67\x1f\xc6\x41\xb9\xda\x78\x5a\xa0\x0b\x18\x5a\xdd\xa4\x0c\x06\x42\x74\xa2\xc8\x73\xb9\x63\x56\xa2\x2e\xd6\xd0\xe1\x6a\x75\xb4\xce\xa0\x1f\x5e\xa0\xed\x8d\x84\x7e\x4f\x78\x56\xb1\x39\xee\x65\x94\xe2\x71\x4f\x7c\x99\x97\x4a\x34\xb1\xec\xa3\x75\x9e\xd7\xfc\x81\x5f\x41\x5b\x6c\xf4\xf0\xec\xbb\xd1\x77\x72\x3d\x46\x03\x17\x25\x8a\xe5\xa8\x73\xc2\x1a\x46\x48\x22\x11\xb9\xe5\xdf\xc8\x2e\xb5\xec\x0f\x55\x99\xae\x93\x46\xf7\x61\xdf\xe5\x30\xa0\xad\xd6\x71\x9e\xd5\x0b\xda\xdf\x4f\x12\x01\xbd\x6c\x05\x8c\xaa\x48\x1e\xd4\x34\xe1\x8f\xc7\x26\xfc\x11\x7d\xd0\x49\x02\x3d\xb9\xad\xcd\x0f\x65\x9e\x25\x0f\x24\x9a\x76\x44\x1f\x79\xca\x97\xab\xb6\x6e\xc7\x30\x98\x25\x8b\xb2\xcc\xe1\x2d\xa0\x93\xbe\x2d\xe7\x25\xc9\x12\x1c\x47\xf1\xdb\xb9\x9e\xc4\x60\x08\x51\xd8\x7b\x21\x34\xec\xe3\x88\xd6\x7e\xfb\x09\xa7\x49\x67\x55\x66\x45\x73\xb8\x5a\x41\x53\x73\xa7\x52\x38\x9d\x58\x36\x3c\x4e\xe4\xe5\x5d\xdd\xde\x33\x9d\xc2\xf0\xb4\xe4\x1f\xb2\xe4\x2b\x75\x62\x7f\x1a\x58\xf6\xa7\x9a\x57\x3f\xb3\xaa\x50\x23\x8e\x0f\x23\x0c\x90\xa6\x3c\x83\x49\xf3\x70\xad\xeb\x19\x06\x1a\x3c\x57\xa8\xe0\x0d\x3c\x5d\xdd\x11\x38\x63\xcb\x3e\xaa\xa0\xaf\x14\xbc\xa6\x59\xd4\x99\xc2\x2c\xba\xfa\x90\xa9\x39\x3b\xb0\xec\xc3\xac\x5a\xe5\x4c\x4d\x39\x4e\x04\x83\x76\x9c\x73\x35\x69\x33\xcb\xfe\xf3\x3a\x4b\xbe\xbe\x2b\xd5\x2c\xe7\xc4\x30\xb7\xa4\x9c\xa6\x25\x68\x6e\x1f\x78\xb9\xca\xd5\xdc\x3d\xb5\xec\x0f\xed\x1c\xe6\x06\x58\x7b\x74\x01\xe3\xe4\xa2\x24\x7a\x00\x2d\xee\xb2\xd1\x57\x0c\x46\x7b\xaa\x98\xc0\xc5\x39\x26\x3f\x5c\xad\x14\x01\x48\x2d\xfb\x6f\x65\xb9\xa4\x2b\x2e\xaf\xde\xaf\xa9\x9c\xd0\x7e\x2e\xb2\xa4\x2a\x8d\xe9\xd3\x43\x8e\xb1\xe4\x15\xa3\x6b\x98\xa3\xd0\x7e\x4a\xd7\x3e\xb0\x06\x9a\x8e\x02\xcf\x98\xf9\x75\x8b\x0d\xbc\x50\x36\xef\xb6\x37\x07\x5e\x04\x93\x63\x75\xc7\x2a\x05\x30\xcb\x3e\x62\x34\x58\x07\x5e\x6c\xd9\x1f\xb9\xa8\x78\xad\x1e\x93\x58\xf6\xdb\x52\x8b\x39\x88\x41\x9d\x78\xc3\x80\x90\x10\x93\x70\x2c\xfb\xf4\xe2\x9c\x2e\x80\x0b\x65\x45\xd6\xd6\x86\xef\x69\x02\x43\x80\x0f\xb9\xe0\x59\x39\x17\x65\x4a\xef\xeb\x4f\xf1\x0d\x60\x60\x22\x20\x80\x54\xba\xcf\x04\x7e\x48\x14\x26\x2e\xef\x09\x89\x5a\x44\x9e\xa5\xae\xf9\x11\xcc\xad\x4a\x64\xb0\xa0\xb8\x45\xcf\x8b\x14\x78\xf8\x32\x2b\x98\xbe\x29\xd9\x92\xdf\x47\x7e\xcb\xab\x5a\x17\x3d\x95\xb5\x75\x55\xfe\x8c\xb1\x0d\x08\x85\x99\x6b\x9d\xe7\x97\x49\xc5\x39\x15\x1f\x48\xcc\x87\x2a\xa3\x21\x22\x18\x03\x1b\xa2\xc6\x32\x66\x92\xc2\xd0\x55\x6c\xd9\xef\x4f\x2f\xe8\x02\xb8\x20\x53\xaf\x3c\xc6\xea\x06\xbe\xff\x9f\x5c\x0e\x0f\x01\xb0\x84\xe3\xbc\x5c\x53\x79\xa0\x1f\x9f\xe5\xac\x5e\xe4\x2d\x3b\x9b\x8c\xe5\x30\xce\x8a\xf4\x43\x55\x2e\x57\x0a\x06\x8e\xc2\xd4\x7d\x58\xb9\x2c\x3f\xc5\x78\x6e\x84\x41\xfb\x3e\xff\x70\xa1\x6b\x7c\x12\x59\xf6\x69\xc5\x6a\x7e\x55\x96\x54\x83\x93\xc4\xb2\x7f\xac\x32\xd0\xbd\x0c\x10\x98\x64\xc6\xf2\x95\xce\x5d\xc8\x76\x67\xf0\x48\x47\x22\x26\x89\x84\x86\xb2\xce\x9b\xec\x92\xe7\x3c\x51\xa0\x67\xd9\xff\xc9\x1f\xe2\x92\x55\x29\xba\x73\x67\x09\x09\x26\x96\xfd\x21\x67\x54\x0b\x53\x6c\xd8\xeb\x9a\x0a\x2a\x87\x91\xaf\x59\x31\x6f\x0b\x35\x4d\x81\x2c\x95\xff\xc8\x3c\xba\xe6\xba\xe4\x47\xac\x7a\x53\x56\xd9\x2f\x65\xd1\x30\x95\x5a\x00\xe3\xa9\x1b\x4e\x5d\x34\x80\xf2\xf2\xaa\x2e\x0b\x8c\x38\x43\xa0\xab\x88\xfa\x61\x91\xb6\x9d\x3b\xf0\x81\x87\x95\xb1\x4a\x35\xb6\xec\x53\x56\xf3\xf7\xe2\x30\x49\xf4\xe0\x15\x4c\xe1\xa3\x14\x0d\x4b\x1a\x4d\x1b\x83\x00\x29\xf2\x4a\x0d\x30\x01\xd3\x69\x08\x88\x81\x55\x2f\x55\xea\x04\xde\x32\x29\x97\x59\x31\x3f\x66\xaa\x4d\x07\xfc\xd7\x29\x0f\xfb\x5d\x50\x1e\xf7\x19\xca\xe3\xee\x8d\xd3\x89\xe7\x4e\xa3\xc9\xf3\x94\xa7\x56\x0d\x3e\x10\x96\x2d\xbb\x71\xad\x27\xd1\x00\xa8\x29\xda\x4e\xe8\xd2\x37\x9b\x8d\xc9\x36\x79\x10\x8e\xe1\xf3\x69\xa6\x1b\x84\x13\xcb\xbe\xcc\xb3\x94\xd7\x0b\x35\x32\x84\x30\x45\x56\x19\xb5\xaa\x90\x59\xf6\xe1\xba\x29\x4f\x8b\x05\x4c\x84\xef\xe9\xbb\x87\x69\x17\x16\x82\x70\x60\x5e\x65\xae\x8a\x82\x8c\x98\xdd\xf2\x43\x6a\x52\x91\x07\x73\x8e\xee\x4f\x91\xaf\xd4\x4a\x25\x9f\x80\x3a\xb0\xe2\x49\xf3\x11\xc8\x19\x81\x91\x6c\x63\x15\x53\x93\x04\x73\x61\x28\xd0\x7a\x1a\xb4\xd3\x4a\x4d\x6b\x2c\xc4\xe9\xb0\x29\x8f\xcb\x1c\x3a\xa9\xa2\x21\x01\x83\x37\xc9\xe3\x35\xbd\x18\x83\x69\xa3\x6c\x87\x12\x06\xfc\x89\x15\xe5\x79\x91\x66\x09\x6b\xd4\x1b\xc4\x0e\xd4\x06\x2b\xea\x5c\xa7\x8c\x3d\x7c\xfa\xe9\x83\xba\xf6\xa5\xee\xf7\xbe\xca\xe6\x59\xa1\x6a\x3a\x06\x6d\x6c\xb1\x5e\xc6\x05\xcb\x72\xad\x1a\x06\x31\xcc\xd6\x2c\xf9\xaa\x35\xc9\x38\xb4\xec\x2b\x9e\x73\xd0\x13\xb8\x56\xb0\x63\x20\x87\x06\x1f\x09\x62\x06\x55\x55\xb0\x22\xc9\xf4\x13\x62\xd0\xf6\xd7\x49\x4b\x63\x83\x98\xcb\xf9\x7e\x85\xfd\x8d\xd4\xb4\x20\x16\xf8\x0e\xaa\xcf\x82\x82\xd5\x8e\x98\x09\x28\x6c\xe5\x3a\x59\x7c\x28\xf1\x54\x44\x42\x23\xe8\xc6\x95\x2a\x64\x3a\xb1\xec\xab\x75\x65\x2a\xd4\x69\x6c\xd9\x67\xbc\xaa\x68\x78\xe3\xbe\x65\xbf\xc9\xe6\xe6\xa0\xce\xe1\x55\xcb\x3b\x5e\x99\xa6\x0c\x1e\x22\xdf\xa1\x8b\x08\x28\xdd\x52\x15\x8c\x43\x39\x7f\xba\x28\x8b\x4c\x57\x3f\xe8\x87\x97\xd0\xfb\x74\x13\x11\x13\xcb\xfe\x91\x2d\xa9\x60\x22\xb1\xec\x76\x60\xbc\x62\xb1\x9e\x75\x44\x0a\x2d\x1d\xa3\x06\xcb\xd1\x5a\xcd\x87\x82\xa3\x96\x96\x7c\xed\x7d\x69\x21\x2c\xfb\x1d\xbb\xf5\x4e\x2e\xd8\xaa\x55\xe5\x1d\xd4\xe9\x2a\xce\x9b\x3a\x4b\xf9\xe5\x2a\xcf\x1a\xa0\x0a\x4b\x35\xc2\x86\xa8\x81\x28\x4d\x1f\x39\x20\x69\x8c\x21\x90\xbf\x53\xd6\x9c\x54\x8a\x56\x84\x40\xff\x2e\x39\x3f\x29\xe9\x32\x44\xa2\x82\xdf\x4f\x6a\x8c\x84\x73\x78\xa9\xa5\xba\x82\x71\x1e\xed\xb1\xbc\xba\x6c\x58\xd5\x9c\x2a\x85\xde\xc5\x19\xaa\x82\x49\x44\x65\x43\x02\x17\x87\xdd\x2c\xe5\x45\x73\x55\x65\xac\x98\xab\xac\x81\x3c\xe2\xd7\xa6\xcb\x09\xf2\xd3\x93\xac\x92\x3d\x85\x4a\x0e\x94\xf2\x98\x55\xbc\x79\x53\xe6\x4a\xbb\x0d\x81\x58\x22\xd8\x52\xb3\x10\xf8\xe5\x9b\xac\x6e\x4a\x6a\x06\xa1\x9b\xb4\xaf\x44\x48\x8a\x8f\x78\xcb\x1e\xd4\x27\x0c\x81\x4c\xca\x49\xe9\x1d\x67\x55\x4c\xb7\x02\x7b\xfc\xb9\x24\x53\x4f\xe8\x61\x17\x4f\x94\xbe\x12\x02\x77\x7c\x53\x36\x64\xbe\x0a\x81\x3c\x1e\x31\x55\xaf\xde\xa4\x7d\xea\x49\xa9\xee\x08\x60\x8a\xc7\xd7\x62\xaa\x78\x1e\x1a\x8c\xaa\x72\xc9\x35\x7f\x0c\x81\x0a\x4a\xdb\xcb\xfb\x15\x31\xa1\x10\x88\x9b\x34\xef\x68\x26\x16\x8e\xb1\xdb\xdf\x5e\x95\xf3\x79\xce\x55\x33\x0b\x41\x2d\xfa\x74\x79\x24\x2f\x60\xf4\xfb\x50\xf1\xdb\xac\x54\x6d\x00\x06\xbc\x77\xfc\x9e\x8a\x04\xe3\x1d\xe8\x3f\x74\x35\xb1\xec\x37\x3c\x5f\xd1\x55\x40\x93\x3f\x5d\x46\xd2\xfe\x66\x12\xdf\x30\x4a\x90\x49\xd5\xfc\x83\xd2\x1f\xc2\x48\x58\x36\x94\xbb\x45\x98\x43\x85\xe0\x77\x9a\xd0\x86\x30\x62\x02\x7f\x3f\xa7\x17\x64\xbe\x65\x1f\x95\x25\x5a\x27\xa8\xa8\x0c\xad\x54\x32\x92\x0f\x21\x13\x54\x29\x1b\xec\x3c\x3d\xd1\x54\x3e\xf6\xbc\x78\xc7\xef\x0c\x5e\x19\xb2\x80\xca\xad\xeb\x0d\x06\x64\xe8\x4f\x87\x1a\x88\x54\x83\xa6\x6b\x24\xf0\x85\xea\xd3\x21\x03\xc2\x46\x5d\x04\x46\x65\x60\xd4\x8d\x92\x41\x67\xc0\xee\xac\xb3\x83\xe1\xf7\x7d\x95\xf1\xa2\x31\x5a\x1d\x8c\xbe\xe7\xcb\x95\x36\xa1\xc5\x93\x5f\xa7\x1c\xf5\xef\x82\x72\x78\xcf\x50\x0e\x6f\x6f\xea\x27\x51\xc4\xe2\xe7\xad\x2c\x59\xd2\xac\xc9\x9c\x1b\xc6\x91\xea\x35\xd8\xf8\x08\x8c\x71\xaa\xb9\xfb\xc8\xeb\x75\x4e\xc6\x95\x30\x4e\x60\xda\x90\x51\x0d\x25\x90\xb6\x66\xd7\x13\xa2\xc2\x21\xcc\x47\x0a\xfc\x99\x73\x6a\xa2\x38\x2d\xb1\x2c\xff\xc8\x57\xf9\x83\xfe\xba\x89\x27\x15\x2f\xba\xf2\x2d\xfb\x78\xad\xcc\xa2\x38\x95\x3e\xa0\xc9\x44\x77\x91\x04\x46\xa9\x72\x45\x4f\x4a\x42\xd5\x0c\x98\x6a\xb9\x49\x64\x3c\x86\x20\x06\x0d\xae\x29\xaf\xca\x54\x15\x31\x75\x61\x50\x50\xf7\xa4\x9e\xbc\x6a\x99\x4d\x98\xfa\x6a\xd4\x68\x5b\x3a\xcc\x92\x1f\x40\x3f\xab\xeb\x76\x2c\x4d\x71\x18\xaa\x41\xc5\x47\x77\x78\xae\xf0\x10\xe6\x27\x41\x0a\x30\x61\xa0\x14\x34\x2c\x27\x0d\x22\x84\x39\xf6\x53\x91\xf2\x2a\xcf\x54\xef\x4e\x13\xe8\xb8\x39\xbd\x6d\x9a\xca\xa9\xfc\xaa\x34\xad\xc7\x29\x2a\x37\x75\x9e\x7d\xa5\x9b\x38\x1a\x76\xf5\x95\x4b\xa6\xe3\x63\xae\x27\xfc\x10\xe6\x6f\xe8\xd0\x67\x99\x9a\x2a\xf8\x84\x0c\x9e\xb2\xbf\xe9\xae\x05\xd3\x3a\x54\xc6\x09\x4f\x2a\xce\x54\x73\xe0\x81\x44\xcf\x8b\x0e\x1a\x4a\xf4\x52\x4f\x97\x30\xe5\x1f\xf3\x3c\x6f\x2d\x16\x21\x67\xa8\xa1\x73\xd6\xbc\xd7\x50\xaa\x20\xdd\x10\x38\xc7\x46\x93\xac\x73\x3d\x65\x87\x40\x18\xde\x66\x71\xa5\xc7\x77\xe1\x02\xe5\xa8\x1b\x59\xd3\x84\xf9\x30\x04\xdf\x99\x15\x04\xac\x42\x35\x40\xa3\x1d\x00\xb5\xf8\x54\xd4\x0f\x45\xd2\x49\x3c\x95\x83\x76\x07\x0b\xc8\x3e\x60\xea\x3e\xa1\x08\x2d\x1b\x14\xa8\x95\xba\x8e\xa5\xf5\x8f\x37\x3c\xd5\x16\x8e\x50\xa4\x7a\x7c\x26\x40\x60\x01\xc9\x08\x2f\xd7\x7a\x58\x43\x57\x2e\x70\xf9\x72\xbd\xa2\x4b\x0f\xe7\x48\xfa\xfc\x91\x13\x69\xeb\x27\x01\xa8\xa6\x27\x5f\xb5\x16\x1b\x39\x89\x44\x5a\xe6\x16\x39\xb2\x72\x59\x56\xd1\xb5\xc0\x62\x97\x6b\x65\x23\x8d\x5c\x4d\x7a\xe8\xda\xb7\xec\x8f\x2c\xcd\x4a\xf9\x36\x04\x4e\xa4\x35\xe9\x8e\xa9\x91\x3c\x42\xde\xa0\x95\x8b\x08\x18\x03\x96\xd6\xc4\xa0\x8e\x72\x56\x2d\x4d\x2c\x22\xca\x4e\x97\x31\x94\x07\x49\x51\xdb\x40\x23\x17\x99\x5e\xbd\xca\x94\x02\x1c\x01\xb3\x90\xc1\x0d\xe5\x25\x97\x16\x0d\xc9\xa4\x2e\x58\xad\x72\x17\x2d\x39\xd0\x7d\x35\x42\x5b\x15\x8e\x69\x1d\x3a\x17\x01\xef\x90\xf8\x47\x0e\xbc\x46\xc1\xbe\x65\x1f\x16\x45\x69\xcc\x31\x11\x1a\xb0\xb2\x62\xce\xab\x95\x36\x9a\x44\x1e\x30\x22\x56\xa4\x77\x55\xd6\x28\xf2\x1e\x79\x7a\x00\xed\x99\x5c\x22\x24\x24\xe5\x72\x85\x6d\x44\x42\xc0\x47\xde\xb2\x98\x98\x4e\xe4\xc3\xd8\x93\x67\xc9\x57\x6d\x7e\x89\xfc\x09\x41\x64\x9d\x89\xd0\x10\x05\x40\xfb\xdd\xfd\x80\x20\xe3\xc3\x03\xab\x81\xb7\x3d\xbd\x5f\xb1\x42\x3d\x8d\x49\x4c\x2a\x58\x89\x4a\x19\xcb\x06\xc0\x96\xfa\x1d\x70\xf5\x62\x5d\x67\xc9\x79\xd1\xd3\xac\xa2\xb1\x63\xd9\xef\x0b\x7e\x52\x65\xb7\x5c\x6b\xa5\xd1\xd8\x95\xaf\xc6\xea\xfa\xdd\xcf\x04\xa1\xb5\x9e\xcc\x67\xd1\xd8\x27\x65\x10\xb4\x9c\xa3\x32\xa7\x67\x03\xa3\x6a\x3b\x3a\x9a\x5b\x54\x0f\x8d\xc6\x81\x29\x3b\x4c\x65\xa0\x29\x92\x85\xa6\xec\x72\x1d\x1b\xef\x33\x8e\x4c\xd9\x07\x5e\x01\xb1\x54\x93\x54\x34\x4e\x4c\xe9\xe9\x3f\xd7\x2c\xbf\x52\x2f\xc1\xc9\x24\x26\xd8\x3d\xfe\xc5\xf1\x9e\xee\x43\xf3\x54\x53\x56\x6c\xce\xdf\xaf\x5a\x25\x3b\x9a\x48\xdb\xf1\x72\x5d\x64\xb2\xd9\x51\xb7\x9a\xc8\xd5\xb3\xb4\x56\x5d\x68\x12\x23\x90\x37\xd4\x7f\x26\x92\x41\x24\x6c\x29\x2d\x40\xd1\x14\xb8\x69\x05\x33\x4f\x6b\x56\x8d\x8c\x05\xce\x4f\x2b\x19\xc6\x49\xe2\xe9\xaf\x73\x9c\xfc\x77\xc1\x71\xfc\x67\x38\x8e\xbf\xe7\x84\x11\xf7\xdc\x80\x3d\xc7\x71\x8c\x15\x75\xb3\x16\x79\x67\x4d\xd9\x94\x88\xee\xc2\xb2\x21\x0a\x1c\xe3\x93\x5c\xa8\x9e\x1c\xb8\x9d\x65\xfb\x16\xf7\x3a\x8f\x68\x71\xbf\xfb\x80\x56\x80\xab\x32\xb7\x59\xc2\x6b\x6a\x18\x01\x50\x8d\x63\x97\x2e\x02\x9c\x51\x6a\x5e\x24\xfc\x78\x91\x25\x5f\x73\xde\xb4\x0b\x06\x51\x10\xe1\x78\xaf\xfa\x50\x00\xad\x90\xe5\xe2\x30\x5f\x2d\xa8\x45\x05\x68\xb5\x29\xea\xa6\x5a\xcb\x71\x57\xcd\xcd\x51\x28\x60\xfa\x58\xc7\xb8\x98\xb9\x51\xe0\xc8\xb5\xec\x9f\xca\x7c\xbd\xe4\x0e\x01\x9e\x02\xa8\x68\xa0\xf1\x48\x80\x0a\x1e\x8d\x15\xe0\x13\x80\xcb\xfc\xca\x56\x11\x81\xde\x83\x81\xce\xe8\x12\x86\x27\x56\xac\x05\x03\x3e\xaa\x07\xa3\x88\x4c\xfc\xad\x2a\x1a\x31\x18\x27\xb3\x46\x2f\xd1\x47\xa0\xa2\x9c\x65\x0d\x1e\xc1\x4b\x08\xcc\xda\x59\x9a\xbd\x6d\x68\xca\x60\x4c\x02\x1f\x1b\xfa\x8e\xa8\x8a\x40\xd5\xcb\x77\xfe\xf3\x5a\x29\x1e\x51\xec\x5a\xf6\xe5\xba\x28\xa8\x12\x91\xd7\xe6\xe5\x3a\xfd\x99\xb3\x66\xa1\xa6\xa0\x98\x13\xaa\x52\xa1\x51\xb9\x6a\xf2\x07\x89\x2a\x06\x1c\x25\x4e\x57\xf0\xae\x1d\xa4\x13\x97\x68\x97\x89\x01\x09\x66\x59\x01\x7c\x9b\x57\x75\x9b\x8d\x2f\x71\xba\x92\x16\x27\xe0\x8b\x30\x73\x2d\x69\xd4\x01\x9a\x8c\x37\x17\xa4\xa3\x45\xc0\x91\x8d\xab\x10\xb9\xcc\x5d\x56\xcc\x0d\x30\x82\x81\x27\x9b\xab\xda\x05\x8a\x7c\x56\x52\xed\xe3\x32\x3a\x8c\x92\xb9\x7a\x04\x90\x8c\x75\xdd\xe0\x63\x09\x42\xf3\x0b\x1e\xe2\x4c\x80\xd4\x8d\x93\x0c\x66\xf0\x76\xd4\x4e\x04\xd4\x78\x1c\xab\x6b\x20\xde\x87\x15\x67\x46\x93\x00\xf6\x7d\x88\x91\xa6\xe9\xda\x97\x8b\xee\x66\x92\x31\x2d\x83\x68\x9a\x15\x01\x19\x3f\xc9\xd8\xbc\x28\xeb\x86\xf8\x74\x04\xfc\xfa\x47\x5e\xf0\x4a\x91\xc3\x28\x95\x8b\x60\xdc\xc8\x0b\xf8\x2d\xce\x01\x18\xb6\x5d\x42\x91\x65\x1f\xb1\x0a\x13\xf5\xcc\xf0\x11\x8f\x5b\x59\xc7\xd6\x1a\xf1\x04\xea\x90\xf3\x5f\x74\xb3\xe5\xb8\xe8\x52\x14\x3c\x37\x9e\x87\x9c\x55\x9e\x36\xa6\x13\x02\x13\xfd\xf3\x1a\xc6\xd4\x86\x3e\x35\x70\x4b\xb9\x8c\xd5\x51\xc4\x23\x11\x91\x35\xeb\x18\xcf\xcd\x32\xf3\x4d\xe4\x57\x96\x8d\x46\xb7\x19\xa0\x9f\x6f\x58\x96\x2b\x80\x39\x64\x77\xd1\x7e\x0c\x0c\x48\xe7\x9b\x72\x5d\xfd\x98\x33\x5a\x0b\x60\x8e\x2f\xa7\x3a\x9c\xdf\x2f\x78\xea\x39\x84\x8f\x25\x07\xbb\x5c\x28\xb2\xc8\x9c\x09\xda\x8f\xd1\xe8\xd4\xf6\x4f\xe6\x80\xbe\xb3\x9a\x57\x2c\xe5\x87\x05\xcb\x1f\xea\x4c\x65\xad\x96\x37\xcd\xc4\x49\xa7\xc1\xb7\x5d\x81\xa1\x35\x4c\xbf\x95\x21\x70\x5d\xcb\xbe\xe2\x6c\x79\xa7\x4c\x48\xcc\xf5\xe4\x9b\x9a\x89\x7c\xb5\x76\xaa\x56\xbc\x19\xd0\xd8\x1f\xe5\x29\xc3\x04\x4c\x71\xe5\x98\xc3\x6b\x79\x04\x41\x87\x59\x64\x3c\x57\xf7\x84\x72\x22\xe7\x95\x4b\x40\x24\xd7\x8a\xda\x5c\x99\x65\xcb\x33\xcc\x0c\xea\xcf\x70\xed\x1e\x2d\xa2\xe7\x9a\x27\x31\xe0\xad\xe7\x85\x28\xd5\xb3\xc4\x16\x9e\xa5\x79\x2b\x03\xaa\x77\x58\x37\xbc\xca\x88\xdf\x32\x60\x75\x68\xfd\x3f\x62\x29\x8d\x7d\x0c\x97\x19\x91\x07\x1b\x77\xa2\x99\x25\x29\xab\x94\x9e\xe4\x0b\xbd\xe4\x7b\x91\x41\x06\x34\xac\x33\xe0\x73\xda\x38\xd4\x13\xb9\x5d\x95\xa6\x27\xf5\x3a\x76\xc3\x9e\x70\x62\xda\x0f\x7b\xb2\xa9\x69\x97\xeb\xc9\x82\xbe\x1e\xda\x93\x87\x86\x51\xac\x27\x8a\x5a\x75\xa8\x27\x49\xb6\xcf\x6b\xbd\x54\xa9\x65\xff\x58\xf6\x30\xf1\xeb\x2c\x2b\xf9\x5d\xb0\xac\xf1\x33\x2c\x6b\xbc\xc7\xa6\x93\x69\x92\x38\xcf\xb2\xac\x37\x3c\x5f\x75\x6b\x70\xe2\x2a\xa3\x4c\x0f\xf7\x14\x7e\x98\xe7\x3d\x91\x2f\x3d\xd3\x7a\xe8\xa4\x63\x23\xed\x09\xa7\x86\x9d\xa7\x27\x0a\xba\x96\xa6\x9e\x34\xec\x6a\x44\x3d\x69\x64\xea\x50\x3d\x19\x6b\x6d\xb1\x3d\x49\xbc\x61\xa9\xef\x25\xe0\xd2\x35\xa2\x8b\x4e\xfd\x8e\x8d\xad\x27\x9c\xf4\x16\x98\x7a\x62\x74\x6f\x4c\x33\x46\x97\x91\xa6\x90\x3e\x21\x30\x3d\x95\x09\x59\xaa\x19\xb0\x5b\x1c\x86\x51\x25\x53\x0b\x7a\x0c\xa8\x27\x22\xf1\x3a\x97\xab\x36\x2c\xd4\x6e\x6e\x9d\xb5\x05\x16\x6a\xf2\x47\xf6\x2e\x2a\x49\x08\x5c\x75\xfd\xcb\x2f\x3a\xdd\x94\x2c\xdd\xef\xf8\xba\xa9\x68\xb6\x64\xa1\xb2\x7f\xc3\xcd\x2b\x74\xe9\xd1\x19\x84\x72\x3d\xc4\x98\x20\x42\x06\xb4\x01\x74\x6f\xba\x06\xa6\x75\x72\x26\x2f\x22\x87\xdc\x12\x8f\x2a\x3c\x87\x44\x82\x9e\x31\x83\x91\x97\x10\x8b\xa6\x9d\x05\xfd\x6e\x0d\x46\x40\x8c\x2a\xe5\x02\xc3\x22\x5c\xac\x4a\xaf\x4a\xb5\xc0\xd6\x8e\xeb\x11\xae\x82\x27\x5f\x1b\x96\x11\x25\x62\x51\x8a\x0b\xb5\x6a\x52\x01\x26\x78\x08\xe4\x40\x79\x46\x32\xe4\x79\x0f\x49\xae\x7d\x2b\x13\x34\x14\xf2\xe6\x43\xce\x8a\x77\x65\xc3\xe3\xb2\xa4\x11\x3e\xc1\xd5\x08\x35\x8e\x03\xfb\x3a\xbd\xe7\x55\x92\x61\xac\x65\xed\xc7\xc4\x80\x85\xbd\x61\x45\x5a\x03\xe9\x90\x50\xea\xc8\x46\xa0\x38\x09\x03\xa2\xf4\x71\x5d\xe8\x75\x45\x06\x04\x48\x8e\x18\x54\xae\x34\xc6\xc5\xc2\x44\xaf\xb8\xb1\x54\xfa\x11\x43\x99\x08\xe1\x3e\xce\x1c\xc7\xeb\xaa\xe2\x05\x79\x81\x31\x3e\x6e\x89\xd0\x98\x20\xed\x42\x8a\x51\x71\x25\x86\xba\x86\x10\xaa\x88\xc0\x89\x8e\x4b\xbd\x40\xc8\x04\x3a\x1e\x57\x5f\x15\x9d\x00\x1a\x73\x51\x16\xb4\xde\xc2\xd0\x7a\x96\x71\x39\x76\x23\x14\x03\x07\xf9\x90\xf1\xcb\x4c\x37\xc5\x18\x38\x88\x74\xc4\x31\xbc\x35\x63\xa0\x20\x97\xec\x56\x3b\x39\xc7\x40\x3d\x2e\xb9\x72\x5d\x05\xd2\x71\xd9\x94\x86\xa5\x25\x46\xb6\x01\x10\x59\x5a\x62\x60\x19\x6f\xd9\x52\x5d\x01\xf9\x2a\xd7\x55\x42\x8f\x75\x63\xcb\xbe\xb8\x7c\x87\xdd\x88\x1e\x01\x53\xfe\x71\x95\x25\xea\x7d\x62\x98\xee\x7f\x2c\x73\x41\x57\x02\x2a\xad\xe6\xb1\x52\x25\x63\x0f\x7a\x57\x99\x24\xaa\xd0\x1e\x39\x6a\x5f\xe2\xde\x39\xc2\x3c\xb9\xfa\xfe\x91\x25\xea\x43\xc6\x1e\xba\xd0\xe4\x39\x9f\xf3\x37\x65\xb9\x52\x29\x27\x1a\x3d\x2b\xcb\xc6\x78\xcc\x14\x59\x67\x0f\x44\x45\xb2\x7c\x53\x26\x5f\xa9\xbe\x63\x0f\x78\xe7\x7a\x1e\xab\xcb\x14\xd4\xa0\xb8\x6e\xb2\x66\x8d\x96\x0d\x5a\x50\x8a\x7d\xa4\x5f\x45\x41\xac\x2e\xf6\xa1\x89\x54\x55\x76\xcb\x72\x85\xa0\x12\xab\x69\x7c\xec\x27\x38\xc9\x69\x07\xa8\x18\xb8\xc5\x89\x5a\xc7\x8f\x81\x4b\xc8\xa5\x45\x68\xbd\xa6\x9a\x15\x8f\x61\x58\xfc\x9a\x7d\xe4\x75\x5b\x25\xc0\x2e\x80\x17\x8a\x9c\x7d\x55\xf9\x4d\x71\x31\xb6\x1d\x35\x62\xa0\x12\xb8\x66\x6d\x62\x61\xeb\x92\x67\xc2\x09\xad\x99\x9b\x18\x1a\x1c\xdb\x4f\x39\x19\x43\x1f\x17\x19\x2d\xd4\xcb\x46\x1f\xc3\xa0\x4d\x23\xad\x42\x80\xb3\xfd\xb2\xae\x5a\xe3\x58\x3c\x45\xcd\x13\x66\x03\x8d\xc8\xb6\x63\x00\x89\x65\xbf\x5f\x37\x79\x59\x7e\x05\xf0\xbc\x40\xa7\x2e\x92\xa5\x96\xfd\x5e\x88\x2c\x31\xb3\xe4\xe4\xb4\x6c\x40\xa8\xbd\x93\xb5\x3c\x0e\x26\x72\x77\x40\x67\x94\x8b\x41\xf7\xff\x31\x13\xed\x12\x4a\x1c\x72\xc5\x8d\x14\x09\x24\x5c\xa8\x71\x1f\xe9\xe6\xd9\x5a\x35\x9b\xc8\xf9\x75\x4a\xd4\x0f\x1f\xf1\xff\x26\x25\x9a\x3c\x43\x89\x26\x7b\x22\x9a\xc4\xcc\x9b\x3a\xcf\x1a\x9e\x40\x4d\x14\xb8\xa5\x92\x2a\x70\x62\xd9\x67\xac\x6e\xcc\xc5\xde\x38\x42\x33\xfd\x5d\x56\xa8\x6b\x4e\x56\x72\x8f\xae\x69\xe5\xd7\x1c\x80\x12\x4f\xae\x07\xd1\xd0\x1d\x27\xca\x4c\xd1\xd9\x7e\x10\xa3\x06\x2d\xdf\x53\x5e\x33\xe9\x55\xa4\xfd\x00\x24\xcc\xb1\x03\xd1\xf8\xc2\x61\xf0\xcc\x1a\x7e\x99\x30\x25\x4e\x70\x7e\xbc\xab\x79\x25\x4d\xda\x97\x0b\x32\xdb\xc4\xf0\x2d\xce\x5c\xef\x84\xdf\x5e\x95\xa5\x1a\x00\x70\xe4\xbf\xbc\xa4\x0b\x61\xd9\xff\x41\xbf\x05\x7a\xfc\xe7\xd9\x2d\xaf\x1e\xae\xaa\x35\x2d\x0b\xc4\x62\x8c\x83\x78\x56\xa4\xbc\x92\x8e\x6d\x84\x07\x2d\xde\xae\x8d\xc4\x52\x43\x96\x30\xe8\x6e\x84\x6a\xff\x5a\xed\xb7\x19\xc3\x94\xf2\x69\x19\x57\x3c\xcf\x25\x3b\x4a\x60\x0a\xa1\x13\x54\xaf\x40\x3f\x23\x14\x06\xcf\xac\x79\xd0\x0b\xf8\x89\x33\x6d\x11\x8f\x20\xf4\xe9\x68\x6b\x2d\x81\x69\xe4\x7d\xc1\x61\xba\xec\xf7\xdb\xc4\x81\x11\x04\x1d\x08\x40\x2f\x53\xbb\x22\x50\x75\x45\xf4\xa8\xac\xd4\x1a\x53\x82\x7b\x72\xf2\x0c\xde\x06\x58\x1e\x81\xbe\x4a\x6a\x82\xc6\xca\x7d\x6b\x5a\x49\x40\x6b\x6d\x75\xc2\x04\x26\x27\xe8\xe8\xca\x17\x35\x71\x91\xf1\xd5\x6b\x96\x5f\x36\xeb\x34\x2b\xf5\xb8\x91\xc0\xfc\x02\x84\xab\xad\xdd\x04\xe6\x8b\xd3\xfb\x84\xe7\x1b\xef\x04\x33\xc4\xcf\x65\x95\x6e\x0a\x22\xd2\x76\xd1\xb3\x68\x53\x0c\xa4\x89\x09\xba\xf2\x3d\x74\xf4\xe1\xe9\x9b\x6c\x2e\xcd\x75\xc9\x98\x49\x33\x7a\xd6\xb4\xee\xfb\x09\x8e\xc1\x8b\xac\xa6\x5d\x1e\xc9\x58\x2d\x4b\x68\x7f\xe9\x64\x2c\x5d\x93\x15\x85\x4d\x60\x98\xfe\x90\xb3\x87\x98\x25\x5f\x3f\xb2\x86\xbb\xf4\xfe\xa0\x06\x9c\xa6\xf3\x76\xbc\x4c\xa6\x8e\xb1\x1a\xd3\x0e\xfc\xc9\xd4\x25\xd7\x31\xc3\xb9\x37\x99\x7a\x7a\xad\x5b\x2b\xd9\x49\xe0\xa8\xe6\xd6\x71\x3a\x4a\x80\x46\x5f\x94\x71\x96\xf3\x1e\x3e\x01\x3e\xb1\x6a\xca\x55\x0f\x9f\x1a\xae\x50\x3d\x51\x80\xf3\x0b\xcf\x4b\xf2\x68\xa5\x9a\x09\x18\xba\xc3\xaf\xd4\xd6\x1b\xe9\x7b\x59\xf3\xaa\xb9\xe2\xf7\xcd\x91\xfa\xea\x41\x6a\xd9\xb8\xfd\xb3\xe7\xab\x9e\x84\xc8\x04\x63\xbd\x53\x50\xc1\x31\x4e\x35\x79\x56\x70\x5a\xeb\x20\x1c\x34\xe8\xf7\x17\x74\xa1\xc6\x19\x63\x53\x53\x02\xf3\xc8\x65\x52\x95\x79\xfe\x69\xa5\x29\x55\x82\x16\x65\x32\xaf\x48\x04\x98\x39\x9e\x18\x25\x2f\x99\x0f\xed\x82\x26\xf1\x84\x8d\x2d\xfb\x7d\x35\xa7\x8b\xa9\x34\x9b\x3e\xbc\x45\xe3\x0b\x81\x50\x1f\x1f\xa9\x20\x2c\xa4\x82\x28\x4b\x4c\xc2\x80\xb6\xcb\xbd\x01\x27\xb4\xeb\x54\xe2\x4c\x0d\xa7\x6d\xd2\x58\x41\xe6\x77\x66\x72\x75\xa8\xac\x32\xbd\xa9\x09\x38\xe8\xfb\x73\xba\x10\xa4\x16\xc8\x4b\xe0\xea\x72\xa9\xb4\x29\x74\x0b\x4c\x98\x01\x52\x3d\x48\x1a\xbf\xca\xcb\x8a\x9b\x1b\x33\x92\xa4\xdd\xc7\x21\x81\x34\x41\x00\x4f\x6d\x7c\x5b\x96\xab\xf3\xa2\x50\xaf\x9e\xf2\xae\xe8\xfd\xba\xd1\x22\xa1\x3d\xd8\x69\xa0\xe2\xe8\x6f\x5f\xcc\x8f\x4a\x32\x4f\x27\x1c\xa8\x7e\x59\xe6\x7a\x44\xe0\xa9\xb9\xb7\x84\x30\xb9\x97\xa6\x39\x2f\x6e\xb3\x86\x1b\xfb\xc9\x12\xc1\x61\xfc\x5f\x93\xdb\x7d\x22\x04\x1a\xc9\xc8\xfc\x98\xe2\x3a\x76\xa5\x3e\x7b\xea\xb8\x68\x8e\x5d\x96\x74\x77\xea\x40\x87\x87\x79\x9d\xa8\x75\xea\x44\x96\xfd\xe7\x8f\x7a\x79\x30\x85\x51\xed\x8c\xf3\x34\x56\x9e\x5a\x29\xae\x38\xeb\x0d\x1f\xfd\x01\x25\x75\x43\xcb\xfe\x2b\x5b\x2e\x79\xa5\x7b\x74\x0a\x0c\xfd\x4d\xa6\xb3\x64\x96\xfd\xa9\xe0\x69\xd6\x30\xa5\x3d\xa4\x6e\xaa\x1c\xd6\xaf\xca\x4b\x5e\xd7\x6a\xf8\x4c\x81\x50\xa3\x47\x04\xae\xfb\xf7\xcc\xbe\xa9\x37\x69\x5d\x08\x3a\x84\x2a\xf5\xc2\x5f\x67\x43\xe9\xef\x82\x0d\x4d\x9f\x61\x43\xd3\x3d\x2e\xa6\x22\x9d\x44\xcf\xb2\xa1\xcb\x3b\xf6\xb0\xf1\x2d\x61\xee\x78\xbf\x6e\xde\x0b\xc9\x72\x25\x08\x1a\xc4\x55\x55\xae\x16\x0f\x74\x2d\xe0\xd3\x95\x68\x71\x99\x53\xe7\x4c\x27\x0e\xd9\x11\xae\x58\x7c\xf9\xb0\x8c\xd5\xf8\x98\x4e\x80\xe8\x1f\x9e\xb4\x6d\x63\x4a\xee\x1a\x75\x6d\x60\xca\x23\xf5\xd0\x28\x92\xef\x91\x90\x91\xf0\x78\x9b\x30\x26\xe1\xc9\x36\x61\x42\xc2\xd3\x6d\xc2\x94\x84\x6f\xb7\x09\x39\x09\x2f\xb6\x09\x05\x09\xdf\x6f\x11\xc2\x54\x84\xc2\x0f\xdb\x84\x2e\x09\x2f\xb7\x09\x3d\x12\xfe\x75\x9b\x10\xd5\x9b\xfc\x76\x83\xdc\xa4\x81\xa4\x08\xf2\xc4\x92\x0d\x61\x68\xd9\x6f\xcd\xad\x5f\x69\x10\x29\x1d\x46\x9a\x9d\x36\xee\x60\xa8\x08\x67\x2c\x97\xc7\x9f\x98\xda\x52\x0a\x93\xdb\x4f\x59\x9d\x6d\xb9\x0d\xb7\xbb\xe4\x79\xa9\x96\xdd\x53\x5c\xdd\x24\x87\x9a\x34\x10\xd2\xf6\x77\x98\x73\x35\x52\x85\xe4\x78\xd6\x6e\x0a\x4d\x43\x57\x42\x6f\xcb\x3b\xe5\x3e\xa6\x1a\x61\xe8\x49\x51\xbb\x97\x23\x0d\x7d\x6d\x4f\xe4\xea\x39\xe1\x18\x69\xe1\xba\xca\x9a\x87\x96\x46\xa5\xe1\x84\xf8\x01\x5d\x4e\x2d\xfb\xa7\x32\x4b\xf8\xb2\xe7\xea\x99\x86\x81\x21\x69\x57\x6f\xd3\x10\xd8\x16\x13\x42\xe7\x10\x29\x4b\x47\x3b\x85\xa6\x30\x95\xe3\xa5\xde\xb7\x91\xc2\x34\x4e\x0f\x30\x13\x82\x0e\x9e\xad\x78\xeb\x8d\x95\xa2\x67\x7f\x9a\xbe\x2f\x60\xc6\xbf\xe0\x5c\x7b\xb1\xa4\x30\x9f\xff\x47\x99\x15\xdb\x44\x42\x95\x42\xbb\x9c\xa6\x91\xa3\xd6\x5a\x8e\xb4\xab\x4f\x1a\xb9\x0a\x34\x2b\x0b\x18\x00\x2d\xcb\xb4\x9f\x25\xd2\x6b\x35\x46\x55\x47\x63\x72\xc7\x17\xbc\xd2\x1b\x4a\x52\xdc\x36\x90\xa6\xc6\x5b\xe0\x06\x6b\xb9\xfc\x68\x24\x0b\x2c\x1b\x68\xa2\x51\x9d\x51\x28\xa1\x4e\xdd\x47\x91\x04\x8d\x0d\xde\x69\xc4\xd4\x1b\xbe\x4f\x12\x69\xf7\x52\x8f\x8a\xe5\x12\x98\xf6\xd1\x4b\xa3\x44\x2a\xda\x9a\x92\xa6\xa0\xcb\x49\x43\xd8\x1b\x96\x0b\xad\x39\xa7\xa0\xd3\x7d\x54\x16\xc6\x14\x34\xba\x4f\x85\x3e\xd1\x5d\x82\xcc\x91\x16\x17\x13\x72\x2d\xfb\x0d\xab\x52\x74\xb8\x21\x08\xdd\x24\xa1\x60\x59\x31\xbf\x52\xbe\x4f\x69\xec\x41\x73\xab\xbf\x5e\xb0\x82\x29\x5b\x69\x1a\x07\x1d\xb0\x3b\x7b\xc5\xd2\x77\x25\xd6\x2f\x83\x7e\x9e\xab\x9c\xb6\x3f\xa6\x71\x7f\xe1\x44\x4d\xdf\x71\xba\x65\x45\x85\x44\xbc\x27\x6a\x7d\x92\x52\xdc\x9b\x60\xf0\xd3\x14\xf7\x23\xf0\xfb\xe6\x4c\x2f\xb7\xa5\x89\xaf\x16\xd3\x4c\x70\x2c\xad\x45\xa9\xa6\x18\x09\xba\x5f\x16\x3f\x97\xd5\xd7\x7a\xc5\xd4\xe7\x49\xa6\x72\x31\x2b\x2b\xe6\xc6\x38\x8f\x6e\xa2\x18\x20\x91\x2c\xad\x1b\xe3\x08\x10\x39\x1c\xe7\x70\xb5\xb2\xc9\x12\xf3\x6e\xe9\x66\x57\x6f\xde\x14\x5b\xf6\xc9\x43\xc1\x96\x59\x52\xfb\xd3\x89\x71\x47\xa2\x05\x97\x17\x47\x06\xae\x0d\x39\x87\x75\x9d\xd5\x0d\x93\xbc\x86\x84\x5c\x09\xb5\xe1\x9a\x04\x42\xab\x98\xa7\xe9\x7a\xa3\x14\xa9\x83\x0a\x0f\xf0\xc4\xf6\x9e\xd4\x25\x6d\x4c\xef\x02\x4b\x53\xa0\x60\xeb\xac\x49\x98\xbe\xd3\x47\x42\x09\xd4\x65\x33\xd7\x31\xad\xdf\xc1\x87\x0d\x09\x53\x6b\x7a\xf8\x45\x15\xa8\x76\x0f\x7c\x5a\x29\x44\x6d\x1d\x00\x35\x40\x61\xa1\x91\x1d\xea\x5a\x4a\x10\x99\x79\x76\x24\x4c\x67\xdc\x81\x63\x23\xf7\x8e\x20\x51\x5b\xf6\x91\x7a\xb4\xc3\x55\x8a\x56\xcc\x15\xaf\xa0\x57\x91\xb7\x66\x0a\x64\x9a\x3a\x9a\x86\xd0\xe2\x55\x65\x5f\x79\xb3\xa8\xca\x35\x29\xa6\x29\x77\x90\xba\x2b\xe7\xf2\x94\xbb\xea\xba\xdb\x97\xb8\xf7\xeb\x4c\x70\xf5\xbb\x60\x82\xc1\x33\x4c\x30\xd8\xf3\xe2\x28\x88\xe3\x28\x7a\x96\x09\xa2\x05\xbf\x63\x74\x4c\x51\xab\xe8\xe0\xad\x5e\xce\x41\xc7\xe8\x0c\x2c\x6d\x3c\x08\x67\x8c\xfe\xd9\x79\x79\xf7\xa9\xa6\x81\x8f\xcb\x55\x01\xc3\xbb\x9c\x3b\x4c\xfa\x3e\x88\xb2\x4a\xb8\x1c\x0f\xb5\x6b\x05\x77\x70\x52\x4b\xaa\xb5\x34\x40\xf4\xc5\xae\x67\xd9\x7f\x5e\xf3\x1a\x3e\x65\xc1\x32\xf2\x14\xe5\x2e\xfa\x97\xe3\xc8\x7a\xc9\x73\x71\xc9\xab\x5b\x45\x60\xb9\xe7\x6b\xdd\x2e\x2b\x8b\xb3\xbc\x2c\xab\x7e\xae\x68\x34\x91\x49\x3e\xf2\x5c\x7b\x52\x73\x8f\x6b\xfc\x27\x56\x65\xca\x9d\x9d\xfb\x0e\xbd\x53\xa7\xe9\x71\xdf\x78\xd5\x9e\x64\x8a\x4b\x42\xa4\xc7\x70\x3f\xc4\xa9\xb3\xa5\x28\xdc\x4f\x7b\xef\xd5\xbd\x7f\x1c\x93\x86\x2d\x89\x91\xd1\x0f\xf8\x04\xc8\x0d\x07\x98\x55\x0f\x6d\xb5\x4f\x42\x73\xe1\x9f\x96\xde\xf8\xd4\x23\xcf\x66\x9e\xf6\xa2\x7d\xf0\xe9\x54\x8b\x0e\x7b\x92\xc0\xb2\x0f\xef\xd8\x83\x34\x43\x13\xc6\x2c\xfb\xe2\xe1\xa2\xbc\xcd\x78\x7d\xf5\x13\x61\x09\x39\xfa\x64\x89\xb6\x57\x72\x64\xcb\xeb\xba\xa9\xa0\x5b\x14\x1f\xd7\x6a\x29\x8e\x03\x53\xfe\x39\x13\xd9\x69\xb3\xc0\x6d\xfd\x84\x06\xed\x42\x58\xb7\x0a\x80\xae\x28\x13\x46\x4f\x22\xdd\x64\x56\x46\x1b\x05\x6e\xd2\x9b\x30\x29\xa2\x01\x07\x92\xb2\xd1\x7c\xb5\x30\xd8\x32\x9f\x6a\x61\xb8\x6d\x46\xd5\xd2\xa8\xd5\x4d\x0f\xe7\xf0\x87\x70\xb9\x59\xb7\xe0\x49\xf3\x53\x56\x35\x6b\x96\x5f\xb0\x64\xa1\x66\x7a\x1e\x49\xe6\xd7\xd2\x43\x1e\xe3\x76\xcc\x9a\x37\xa6\x93\x3d\x8f\xa5\x83\x0c\xa3\xac\xb2\xb2\xe8\x8a\xb1\xe0\x49\x17\xc3\x7d\x00\xd5\xb2\x0b\x46\x1d\xb0\x5b\x93\x31\x53\xfe\x4e\xdd\x7b\xe2\x1e\xdc\xbb\x2b\xd1\xdb\x91\xf5\x7a\x06\x47\x5f\x3d\x3c\x69\x4f\xaf\xd8\x72\xf4\xd4\xd3\x58\x2f\x13\x61\xd9\xe7\x75\xbd\x96\xab\xab\xba\xed\x25\x4e\x0f\xee\xde\x85\xf1\x81\xe4\xae\x99\x4e\x89\x81\xcf\xd0\x0c\x9f\xa6\x59\xd1\xb2\x08\x0e\x1c\x84\x2c\x6b\xca\x7b\xfa\x03\xab\x58\xb2\x58\x13\x6d\xe4\xc0\x41\xbe\x97\xa2\xb3\xc6\xce\x93\xa8\xe7\x74\xd5\xb6\xb2\x24\xe9\x89\xcc\x56\x06\xfc\xa3\x23\x34\x5b\x19\xf0\x8f\x8e\xb0\xd3\xca\x12\xd1\x4a\xdb\xa7\xa5\x4e\x8b\x9a\x0f\x02\xfa\xa1\x70\xf3\x19\xc0\x41\x14\xde\xc9\x3e\x95\x0b\x88\xe5\xdd\xa7\x95\x41\x2e\x38\xb0\x10\x84\x21\xf3\x8e\x60\xd2\x1a\xc1\x2f\x55\x1f\x06\x2a\xf2\x63\x79\x55\x9e\xb0\x7a\x81\x1b\xf4\x25\x0c\x53\x62\x97\xdb\x11\xce\xbb\xcf\x54\x5f\x98\x1e\xc1\x45\xff\xd9\xbd\x04\x82\xec\xc7\xac\x78\x90\x4b\x29\x6a\x5f\xa4\x70\x52\x69\x4c\x3a\x2d\xaa\x32\xcf\xf5\x70\x2f\x70\x79\xb8\x77\x47\xa7\x5d\x09\x2f\x6e\x9d\xeb\x95\xa5\x52\xf8\x1e\xce\x06\x02\xed\xc9\x3a\x0c\x97\xf0\x27\xca\x2f\xcd\x23\x60\xaa\x00\x9f\x80\x40\x01\x63\x02\x42\xe5\x48\xd1\x8e\x59\xc2\x07\xfd\xf1\x81\xa7\x55\xb9\x5a\xa9\x50\x47\x7e\xa2\xd6\xe5\xf5\x24\x2b\xa4\xbf\x17\x6d\xe4\x2a\xab\xaf\x7a\x33\x97\x98\xb8\x30\x6d\xa7\xe8\x93\x95\x13\xe4\x51\xcc\x81\x33\x73\xcf\x93\x98\xf8\x34\x3b\x5c\x95\xab\x1e\x15\x14\x93\x71\x2b\xeb\xb3\x41\x01\xb3\x0d\xed\x2b\xa4\xb7\x9d\x4c\xdb\x26\xd0\xea\x78\x62\x12\x48\xfb\x3f\x4c\xc8\x46\x88\x33\x31\x09\xe5\x16\xd3\x6c\xd5\x59\x78\x13\x93\x48\xe3\x66\x2e\x4c\xa3\x46\xf4\xa8\x09\xa8\xd5\xec\x9e\x2e\x12\x43\x09\x6b\x87\x51\x31\x49\xf5\x64\xac\x10\xde\x4e\xcf\x2d\x28\xa4\xda\x48\x44\x0d\xa0\xa9\x43\x4b\xb6\x2a\x12\x9b\x98\xba\x96\xfd\x36\x13\xbc\x66\xb7\xea\xcb\x4c\x3d\x03\xd2\x81\x4f\xc4\xd4\xb7\xec\xf3\x22\x2e\xef\x8d\xe2\x4e\xc7\x6a\xd7\x9a\xd9\x6c\xa6\xcf\x6c\x8e\x14\xbf\x0b\x9e\x1a\x3e\xc3\x53\xc3\xbd\xa9\x48\x85\x3b\xf1\xc2\x67\xd7\x6f\xcb\x3c\x67\xab\x9a\x5f\xf0\x62\x4d\x35\x88\xa6\x2f\xf4\x08\x6b\xb1\x00\x14\x4f\x56\xa5\xd4\xdc\x30\x66\xd9\xba\xd0\x7d\x18\x23\x96\xad\x0b\x45\xb5\x74\x94\x3b\x01\x84\xe6\x2d\x2b\xd2\x3a\x61\x2b\xde\xdf\xd9\x2a\xa6\xb1\x39\xce\x19\x1f\x31\xb1\xec\x0f\xeb\x38\xcf\x92\x4e\x98\x3b\x31\x4d\x35\xde\x9b\x18\xc5\x94\x2b\xd1\xe9\xb2\x6d\x60\x42\x81\xc6\x86\x37\x11\x48\x27\xe1\xee\x2e\x60\x11\xb8\xe6\x0a\x5f\x4f\xe6\xd1\x82\x61\x0f\xf6\x35\xb7\xd3\xb3\xb1\x08\xc6\xa4\x8d\x57\x65\xb9\xd4\x13\xa4\x08\x26\x7a\x69\x95\xea\x10\x4d\x8c\x69\xd6\xb4\xbb\xc5\x04\xd0\xb4\xcb\x86\x55\xf1\xba\xd2\xd9\x85\xb4\x4e\x90\xbd\xbf\x24\x24\x42\x27\x0f\xe9\xbc\xa1\xf2\x62\x68\x2e\x48\x4c\xf3\x9a\x08\x62\x0a\x5f\x47\x43\x4a\x90\xa8\xe8\x70\x6d\x44\x37\x92\xa4\x5d\x49\x1b\x3d\x2e\xe0\x1d\x89\x11\x43\x2e\x10\x2a\xae\x9c\xb1\x47\x56\x84\x3e\x39\xb0\xa6\xc7\xac\x0d\x9b\x25\x42\x98\xe9\xae\x3e\xb4\xd5\x11\x4e\x14\x93\x00\xd6\xb4\x61\x7c\x10\xe1\x14\x87\x9f\x87\x24\xe7\x47\x99\xca\x04\xbd\xea\x56\xcd\xc3\x86\x20\x94\x0b\x23\xf4\x9e\x61\x64\xd9\x47\x15\x67\x69\x52\xa9\x65\x65\x11\x26\x96\x7d\x94\x55\xcd\x22\x65\x0f\x7a\x41\x4e\x84\xb4\xeb\xee\xb4\x68\xd4\xe4\x86\x5b\x38\x3e\x5e\x90\x13\x3b\xb1\x6a\x11\x53\xc0\x44\x1d\xa2\x4c\xc8\xd8\x17\x73\x8e\x73\x68\x6b\x03\x12\x31\xc5\x7c\x32\x56\xdd\x04\xf0\x3f\x20\x99\xb1\xd2\x80\x04\xfa\xc7\xb1\x86\xb5\x1a\x53\x77\x38\x07\xb2\x74\xfc\xf1\x82\x14\x2e\x02\x81\x5e\x40\x01\xcc\x7d\x9a\x02\xa8\x05\x91\x57\xc2\x55\xea\x71\x7f\xad\x50\xf7\xd6\x94\xf5\x45\x6d\xf3\x4d\xb9\xdc\xb0\x78\xcb\x1a\xfe\xbe\x4a\x95\xf7\x85\xe0\xe8\xd7\xc0\xb6\x49\x5c\xad\xcd\x1d\xb3\x86\xe5\xb4\xb3\x42\xa0\x93\x45\xc2\x9a\x86\x57\xad\x27\xbf\xe0\xb1\xde\xa0\x89\x8f\x51\x9b\x02\x84\x30\x16\xfe\x7b\x8a\xa4\x10\x09\x56\x87\x24\xcb\x04\x71\xcb\xfe\xcf\xa2\xbc\xcb\x79\x0a\x1f\x01\xbd\x11\x41\x22\x1c\x07\xb5\x48\x19\x10\xaf\x5e\x64\x2b\x42\x7d\xe9\x06\xf0\x13\xaf\x32\xf1\x40\x18\xb7\xec\xbf\x65\xab\x76\x6c\x10\x0e\x3a\x2a\xac\xab\x5b\xfe\xa0\xc6\xb2\x9a\x04\xb1\x34\xe5\x99\x23\x80\x70\x40\xc3\x35\x51\xec\xa9\x29\xc9\x28\xdc\x1d\xf6\x33\x9e\x52\xb4\x31\xe1\x78\x14\xf4\xae\x93\x36\xa5\xd8\x32\x45\xaa\xb7\xa5\x0b\xc7\xc7\x1a\x54\x26\x1c\xe1\x00\x95\x39\xac\x92\x05\x59\x4a\x85\x83\x5e\xef\x54\x8b\x67\x5c\x65\x36\x99\x12\x0f\xab\x28\x19\x3a\x07\xc0\x14\x7e\x42\x5e\x3a\xc2\x01\x5e\x60\xb2\x43\x89\x4e\x3b\xe6\x2a\xc2\xd0\xaf\xb0\x39\xd4\x5e\x21\xc2\x91\x7b\xc1\x58\x73\x54\x52\x9a\x30\x36\xb5\x62\x65\x2c\x15\x0e\x2e\xa5\x6b\x5c\x71\x2d\xe1\x60\x64\x1d\x8d\x1b\x0f\x0b\x85\x29\xf8\x44\xdf\x0e\xad\xef\xca\xdc\xa7\xc6\x10\xe1\x44\xa6\x15\xd0\x33\x70\x4f\x85\xe4\x40\x15\x87\x40\xd6\x01\x4d\x5e\x2a\x9c\x08\x99\x0f\xcc\x9f\x7d\x0d\x51\x38\x51\xa2\x64\xdf\xd5\x13\x85\x03\xea\x26\x25\xea\x68\x8b\xc2\x89\xb8\x92\xf4\x74\x46\xe1\x44\x62\x8b\xa8\x5b\x30\xe6\xa8\x24\x1b\xfa\xa3\x70\x98\xbb\x55\xd8\xcb\xc1\x53\x89\xfa\x13\xa1\x70\x98\xdf\x16\xa0\xcb\xa3\x84\xc3\xc6\x4a\x76\x51\xde\xf2\xa6\xec\xdc\x37\x51\xb2\xfe\x0e\x73\xe1\xe0\x4e\x35\x94\x5d\xf6\x25\x81\x92\x7c\x6f\x25\x5a\x38\x2c\xec\x96\x88\xd0\xa8\x8b\x2a\x17\x15\xe1\x30\xa6\x24\x9d\x5d\xf1\xc2\x61\xfa\x8b\x6e\xea\xb1\xc2\x61\x09\x39\x47\xe0\x6a\x9d\xf6\x2c\x17\x4e\xec\xca\x48\xb3\x06\xab\x17\x4e\xf2\xcc\x22\xf8\xe2\x77\x41\x29\xa3\x67\x28\x65\xb4\x97\x4c\xdd\xa9\x17\x8f\xbd\xe7\x28\xa5\x51\x81\xed\x97\x02\xa5\x5e\x1e\x27\x00\x13\xee\x11\x17\xa5\x1a\x9d\x40\xf7\x6e\x25\x87\xa2\x51\xdf\x10\xd4\x6f\xe3\x96\xb2\xa1\xa6\x89\xd6\xff\x8d\x30\xa0\xc2\x41\xa3\x7e\x9e\xad\x50\x39\x56\x33\x9a\x70\xb8\xdf\x83\xbb\x1d\x84\xa3\x5e\x56\x14\x3c\x55\x91\x0a\x84\x23\x3c\xe2\x36\x67\x65\x75\xb4\xae\xb3\xc2\x58\x57\x17\x0e\xcc\x46\x57\x2c\x6e\x37\xf4\x0b\xd7\x71\x3a\x63\xbd\x24\x26\xc2\x45\x6f\x6e\x8c\xf1\x4a\x85\x71\x9d\xa9\x0c\x01\xf2\x7e\xdd\xbc\xa5\x28\x82\xc2\x75\xd5\x56\xa3\xa3\xb2\x69\xca\x65\x57\x73\x14\x2e\x6e\xe3\x6f\xc5\x3d\xe5\x51\xb8\x9e\xa7\x14\xa1\x5e\x77\x72\x61\x0a\xc2\xc0\x96\x75\x29\x9a\xcb\x86\x09\xb1\x58\xc7\xfa\x45\x5c\xdf\xd1\x5e\x74\x2a\x5c\x90\x70\x7d\xbf\x1b\xf8\x57\xfb\xe1\x08\xd7\x9f\x76\x45\xda\x7b\x47\xb8\x7e\xd0\x15\xa9\x30\xcb\xc2\xc5\x49\xac\xb3\xc3\xc2\xcc\x31\xea\x0b\xcd\x3c\x59\x5f\x78\x7a\x9f\xe4\x6c\xa9\x15\x08\xe1\xca\xbd\xfd\xed\x63\x37\x13\x24\xbd\x04\xf0\xe9\xff\x42\xb2\xb4\xff\x3a\x42\x55\x8c\xe8\x4a\xf4\xa2\xaf\x70\xc7\xce\x16\x91\x47\x32\xb7\x2b\xeb\xab\x43\xc2\x1d\x7b\xdd\x14\x2a\x80\x92\x70\xc7\xe8\x0c\x49\xbd\xc5\x9d\x3a\x7d\x87\xaa\x76\x47\x80\x70\xa7\xe4\x1e\x0f\x7a\x9b\xd9\x03\xdc\xe9\x64\x43\xd0\xb9\x6f\x2a\x77\xe7\x69\xeb\x88\x70\x41\xb1\x43\x15\xa6\x6d\xa2\x18\xdc\x91\x1c\xb1\xe0\x33\x9e\x94\x92\x52\x0a\x77\xca\x5a\xef\x31\x22\x93\xc2\x05\xdd\xe8\xa8\x62\x45\xb2\x38\x2b\xd5\x6b\x82\x62\x74\xb1\x6e\xb8\xee\x51\x6e\x80\xee\x26\xa9\x8a\x04\x26\xdc\x00\x5d\x4c\xd2\x9f\xdb\x7b\x12\xe5\x55\xd8\xd2\x3c\xe1\x86\x8c\x3c\xab\xe4\x66\x1c\x02\x13\x63\xcd\x58\x5b\xfb\x85\x8b\x11\xac\x59\xad\xbd\x63\x85\x0b\xb3\xbe\x74\x31\xd5\xa4\xc4\x85\x19\x59\x62\x2d\xf1\x70\x23\xc3\x00\x88\x8e\x87\x12\x66\xe8\x9e\x9b\x34\x1b\x38\x10\xa5\x75\xdc\x81\x98\x72\xe8\xa1\xd6\xc0\x38\x0c\x5f\xa0\xa4\xe9\x50\x3b\xc2\x8d\xa7\x1d\x50\x8f\x8f\xae\x5a\xc8\xd6\x96\x3d\xe1\x26\x9e\x5a\x2e\x92\xfb\x61\x25\x0a\x84\x9f\xcc\xe5\x26\x8a\xbe\x04\xd9\xaa\x87\xca\xf6\xb0\x5e\xa2\xc1\xfd\xea\xae\xbc\x5a\x64\xa4\xc3\x0b\x17\x97\x36\x51\x88\xf5\xd0\x97\x06\xa6\x43\x51\x5b\xce\x14\xbe\x5b\x7f\x15\x59\xb8\xa8\x36\x28\xf8\xcf\x6b\x4e\x33\xad\x9b\xca\x78\x30\xdb\x44\xa0\x51\x68\xdc\xfc\xe6\xa0\x50\x28\x27\x5c\x42\xfc\x16\x69\x8b\x02\x23\xb7\x76\xe3\x25\x68\x62\x40\x46\xca\x69\xc7\x8d\x99\xc0\xa0\x03\x1a\xa9\xc3\xce\x66\x05\x02\xa3\x0e\x68\xa4\x66\x7d\xcf\x60\xc2\xe3\x3e\x6e\xdc\x93\xe8\x19\xac\x5d\xd6\x16\x2e\x4f\x7b\xb0\x71\x07\xfa\x9f\x2e\x78\xba\xce\xa5\x73\x8c\xc1\xc7\x5d\xdc\x8a\x9d\x33\x63\x53\x99\x70\x05\xc6\x27\xae\x6e\x79\xd5\x51\x65\x85\x8b\x21\x03\x51\x80\xd7\x9e\xe3\x92\xea\x41\x8f\xf2\x1c\x5f\xc6\x52\xe6\xe9\x79\xa1\xcb\xe6\x61\x34\x1e\x9e\x64\x4b\xda\x03\x23\x3c\x8c\xc7\xac\xcc\xa2\x9d\x39\xd5\xf3\x5c\x1d\x6c\xed\x23\x97\xe7\x69\x90\x80\xa1\x27\xe7\x9c\xae\x62\xed\xd8\xd2\xbb\x9f\x6f\xb1\xf3\x74\x93\xe0\xdc\x55\x65\xe9\x4f\x19\xbf\xd3\xc1\x2b\x84\xe7\x7b\x2d\x0c\xbc\x4e\x46\xc8\x14\x9e\xef\xb7\x38\x06\xd2\x27\x78\x0c\xe3\x31\x97\xe3\x87\x27\xc7\x6f\xbe\x92\x9e\xc6\x84\x79\x12\x33\xb4\x35\x0f\xf7\xec\x68\x4c\x8d\x84\xde\x78\x6c\xc2\x9d\x4c\xc8\xbc\xdb\x31\xdd\x0b\x6f\x3c\x95\xb0\x1e\x7b\xbd\x71\xf0\xeb\x54\x73\xf9\xbb\xa0\x9a\xee\x73\x11\xf4\x5d\x67\x2f\x19\xa7\x3c\x0d\xf9\xf8\x39\xb2\xa9\xea\xaf\x9d\x06\xbc\x71\xd8\x56\xeb\x15\x6d\x1f\x14\xde\x58\xae\x2a\xcd\xe7\xbc\x3a\x5c\x37\xd4\xaa\xc7\x4c\x83\x6a\x8d\x57\x78\x63\xe8\xb9\xd9\x6d\xd9\x68\xb3\x85\xf0\xc6\x09\x85\x26\xe0\xa9\xda\x17\x48\x82\x54\x0b\x3a\xb1\x17\x84\x37\xc6\xf1\x3f\xcb\xd3\x3f\xaf\xf9\x5a\x15\x42\x98\xd8\x3b\x19\x35\x4b\x78\x13\x47\x46\x6d\x97\x8b\xfc\xaa\x99\x4d\xda\x05\x40\xe5\x89\x26\xbc\x89\xa0\xe7\xc9\xcb\xa9\x68\x83\xf2\x4b\x04\xe6\xe3\x9f\x78\x51\x9c\x64\x6c\x5e\x31\x6a\xfe\x01\x06\xa7\xbd\xe5\x57\x59\xae\x8f\x90\x10\x5e\x80\x16\xf4\x84\xe5\x38\x44\x11\x16\x28\x4f\x7b\xba\xd6\x6b\x2a\xad\x45\x4b\x78\x41\x24\x03\x14\xf4\x0d\x77\xc2\x83\x89\x5e\x4b\x08\x8a\x0d\x48\x0f\x69\x9e\x36\x47\xf6\x48\xb6\x91\x22\xed\xfb\x48\x13\xce\xfb\xb8\x71\x8f\x30\x5c\x3a\x25\x14\x3a\x06\xd4\xa6\x0c\xdd\x0d\x9f\x4d\x12\x78\x1b\x02\xe3\x2e\xbf\xeb\x18\x4a\xe8\xb8\x8b\x1a\xe9\x27\x30\x4a\xce\x0b\x52\x09\xbc\xd0\x58\xd7\x39\x5c\xad\xaa\xf2\x56\x1d\x9e\x11\x4a\x67\x84\x82\x5f\x95\x27\xbc\xfe\x4a\xb1\xed\x85\x17\x26\xfa\x90\x87\xab\x52\xbb\xc9\x09\x2f\xc4\x83\x69\xd6\xd4\x68\x43\xd5\xda\xe8\x52\xe8\x40\x1c\x17\xbc\x61\xca\x8b\x4e\x78\x91\x63\xd2\x35\x8f\x40\x57\x81\x6f\x75\x9c\x78\xe1\x45\x9a\xd9\xc9\x9d\x2b\x84\xfa\x06\xaa\x6d\x4c\x5e\x34\x56\xb0\x0e\xb5\x2b\xbc\x68\xa2\xc0\x0f\xeb\x3c\xff\xc8\xff\x09\x84\x98\x44\x53\x25\x32\xac\x0e\x5e\x14\x68\x74\x01\x5f\x8c\xa2\x4b\x09\x2f\xc2\xad\x08\x77\xed\xfe\x30\xe1\x45\x2a\xac\xef\x89\x3a\xd3\x8f\x70\x66\xd9\x1f\xcb\xbb\xda\x18\x11\xa2\x58\x42\x78\x04\x35\x41\x09\x1e\x0e\x91\x97\x0f\x74\x8d\xeb\x5a\xa9\x89\xe8\x89\xf2\xb4\xb8\xcd\xaa\x52\x5b\xfd\xbc\x48\x90\xc3\x6e\xa7\x8f\x31\xc7\x88\x1a\x7c\xc1\x56\x2b\x9e\xb6\x5b\x58\x84\xc7\x5c\x69\x2a\x3c\x66\x79\x5e\x92\x2d\xd0\x63\x9e\x65\xc3\x98\x78\xc9\x9b\x5a\x1d\xcf\x23\x3c\x36\x36\x1c\x82\x09\x0a\x0c\xa8\x6d\x5d\x32\x1e\x29\x94\xc4\x34\x4b\x7a\x40\x4f\x95\x1b\xa7\xa2\xf2\x24\x61\xad\x44\x6d\x53\x23\x49\x2c\x43\xeb\xeb\xd9\x99\x25\xb2\xdb\x76\x8c\x21\x1e\x4b\x25\x4f\x35\x6a\x17\x88\xae\x86\xba\xb3\x34\x86\x38\x4d\xca\x15\xbf\xe2\xcb\x55\xae\x3f\x51\xec\x48\x5f\x8c\xba\x86\x32\xe3\x7d\xbd\x04\x2e\xd2\x46\x78\x3c\xb9\xf0\x11\xde\x1e\x91\xa2\xa7\xdd\xd8\xd7\x98\xda\xdc\x26\xbc\x78\xac\x41\x33\x88\xad\xf0\xe2\x89\x8c\x2a\x6d\x52\x20\x20\xe5\x6f\x61\x1c\xe4\x6f\x59\x31\x5f\x33\xd5\x7c\x81\x93\x23\x61\x6d\x27\xe8\x38\x94\x23\xb5\x56\xdc\xbc\x38\x92\x88\x76\xec\x15\x5e\xcc\x8c\x88\x73\xb4\x71\x46\x78\x71\x4c\x26\xd7\x2b\x96\xe7\x9f\x56\x5a\x21\xf1\xe2\xb4\x23\x68\xb5\x12\x2f\xe6\x86\xe4\xa4\xbc\x2b\x8c\x9b\x44\x4f\x64\xdc\x96\x38\x30\xda\xf3\x3c\xc5\xd5\x12\xc2\x5c\xc2\xda\xcd\x7a\xc2\x4b\x3c\x02\xe5\x01\x33\x0a\xf5\x09\x7d\x87\x53\xa0\x21\x18\xab\xb9\x40\xbf\x54\x42\xe7\x02\x7c\xe4\xb5\x52\xcf\x3c\xf4\x52\x35\xe2\xaa\xd0\x20\x93\x04\x3d\xb8\xdb\x54\x64\x78\x53\x36\xe7\xc7\x55\x59\xd7\x0b\x8a\xe8\x28\xbc\x24\xb2\xec\x1f\xb3\xe6\xc7\x8a\xad\x68\x90\x48\xc8\x9d\x86\xae\xc8\x8b\xa6\xe5\xbe\x5e\x92\x28\x83\x48\xab\x6e\x78\x49\xaa\xc0\xf6\x6b\x26\xdc\xc4\x7a\xe5\x31\x42\x2d\x02\xf1\x27\xd7\x22\xe1\xa1\x47\xea\xfb\x73\xe3\x79\xa9\x6b\xc6\xdc\x7b\x57\x36\x46\xd8\x3d\xe1\xa5\x30\x8c\x96\xf7\x2a\x88\x9f\x79\x9f\xff\xeb\x6c\x6f\xfe\xfb\x60\x7b\xcf\x1e\x1e\xe0\xee\x79\x2c\xf4\x23\x3f\x9d\x3e\xc7\xf6\x8e\xca\x7b\x15\x28\xd1\xac\xc7\x31\xd6\xb0\x0a\xaf\x68\x4a\x26\x28\x81\x16\x6a\xa2\xe8\x46\x7d\xaf\x8f\xb4\x32\x45\x6d\x94\x07\xe8\xcf\xa6\x24\xec\x48\x08\x8c\x8c\x20\x09\x66\x62\xa6\x12\x77\x3c\xe8\x84\x87\xfe\xbd\x5a\x40\x58\x82\xc1\xda\xb3\x39\x6b\x74\x28\x6f\xe1\xa5\x69\x17\xed\xb6\x4e\xd0\xb7\x95\xd4\x70\xf8\x10\x5e\x2a\x36\x04\xdd\x3b\x41\xed\x26\xa5\xcb\x28\x17\xe8\xdc\x3d\x55\xcc\x94\x7a\xaa\xd4\x66\x98\x4a\xe1\xa1\x69\xb5\x83\x9b\x37\x61\x48\xd1\x9c\x7f\x38\x39\x22\x40\x1e\xbc\xd7\x9b\x0b\x30\x04\x6f\x96\xf3\xcb\x3f\xbf\x25\x20\x90\xc0\x7f\x1c\xfe\x74\x48\x48\x28\x91\xc3\xcb\x0f\x7f\x21\x24\x92\x08\x6d\xc1\x16\x1e\x67\x94\x0b\x53\x33\x1d\xe8\xdf\x80\xbc\xd5\x73\x1f\xc6\x30\xcb\x72\xfe\xe6\xea\x42\x3d\x2a\xb5\xec\xff\x60\xb7\x4c\x2e\xb2\x75\x07\x7f\xb9\xc3\x7b\xc1\xaa\x55\x0f\x17\x0a\x97\xd7\xc2\x51\x3b\x8f\x8f\x58\x9d\x25\xdd\xc4\xc2\xb5\xec\x9f\xe8\xf5\x05\x54\xe2\x87\x7c\x5d\xc3\xff\xbd\x64\xbe\x21\x22\x08\x6a\x6f\xcb\xe3\xc5\x44\xe1\x74\x3d\xb5\xec\xab\x87\x15\xdf\xf6\x0a\x22\xb0\xec\x0f\x0f\xcd\xa2\x2c\x7a\x78\x68\xd9\x1f\xfe\x4a\xbf\x23\x15\xc2\xc4\x58\x69\xf4\x04\x93\x0e\x52\x38\xe7\x74\xef\x8d\x65\x64\x5a\x1d\x8a\x50\x78\x82\x1b\x90\x5a\x21\x17\x9e\x00\x0a\x9a\xcb\x2d\xf7\xc2\x47\x0b\x79\xbe\x9e\xb7\x0d\xc4\x77\x5c\x09\xd1\x9a\x1a\x57\xb0\x27\xe1\x93\xac\x4e\x7a\x12\x5f\x1d\xf8\x61\xe6\x02\x64\x89\x55\x99\xda\x88\x24\x7c\x67\x82\x3b\x6b\xe5\x41\x9f\x04\x4d\x35\x1d\xf8\x54\xcd\x15\x4f\xf2\x71\xbf\x7b\x53\x56\x0f\xad\x52\xee\x3b\xa1\x65\x9f\x64\x42\x9c\x17\x7a\xc8\xf7\x9d\x48\x62\x97\x59\xca\x8f\x1e\x2e\x69\x0f\xa6\xf0\x1d\x46\x73\x16\x08\x09\x8a\x09\xfa\x90\xdd\x4b\x6f\x31\xe1\x3b\xd4\xf0\x8e\x74\x65\xa4\xd4\x7c\x4b\x9d\x13\x57\x88\x8e\x80\x2c\x7c\x07\x95\x3b\xa9\x19\xbd\x29\xd7\x55\x7d\x49\x01\x47\x04\x9e\xfc\x06\xe9\xf1\x51\x04\xb9\xd4\x05\x1e\x96\xb9\x52\x17\x7d\x97\xa2\xab\xc0\xac\xdf\xe9\x77\xf2\x20\xb8\xb2\xfa\x7a\x4e\x87\xee\x08\x79\xf6\x1b\x21\xba\xa8\x2e\x1e\x47\x30\x37\x94\x3f\xdf\xd5\x86\xc3\xf7\xab\x76\x85\xdc\xc7\xc3\xba\xe4\x69\x20\x0a\x09\x49\x27\x69\xd7\x61\xf1\xa4\xb8\x1e\xf5\x23\x01\x6b\xbf\xa3\x09\x53\x7b\x33\x4e\x66\x10\x78\x6e\xdc\xcf\x0b\xce\xf3\x44\xf3\x04\x3c\x04\xce\xb4\x96\xea\x86\xe8\x7b\x6e\xd7\x62\x6a\x48\xbc\xae\xd5\xd4\x90\xf8\x5b\x2d\xa7\x46\x82\xf1\x76\xeb\xa9\x91\x62\xa2\x58\xa0\xa6\xf1\x3e\x7a\xc4\xb3\xba\xce\x6e\xf9\xe1\xba\x59\xf0\xa2\xc9\xda\xf3\x25\x84\xef\xe1\xb1\x2e\xbc\x32\x48\x82\x8f\x07\x7a\xa9\xa3\x3d\x4d\x9c\xb6\x43\x99\x90\xf4\x05\x11\xd9\x7c\x5d\xb1\xee\x68\xec\xfb\x78\x9a\x87\xd9\xfd\xf0\x4c\xd2\xaa\x33\x0d\xf8\xfe\x54\x1b\xb1\x4d\x34\x30\xce\x71\x33\xf1\x70\x33\xd4\xaa\x29\x8e\xda\xd5\x2f\x13\x66\x2d\xbc\x39\xd7\xf8\xb4\xa4\x23\x7d\xa0\x4c\x3c\xe9\x9c\x5a\x66\x4a\xd0\x79\xa2\x93\x07\x57\xb1\x88\x4d\x50\xa8\xc0\x87\x06\x38\xa6\x25\x30\x20\x68\x06\xea\x76\x8f\x9e\x31\x45\xb4\x65\xd2\x84\x7c\xe9\x0e\x61\x42\x63\x15\x09\xd4\x04\x9f\x71\x4d\xbc\xfd\x7d\xd0\xbd\xe7\x0e\x6e\x70\xbd\xbd\x80\x47\xe3\x09\x73\xf9\x73\x74\x4f\x1f\x12\x64\xd6\xe2\xd4\x38\x3c\x68\x4b\xfb\x19\x07\x3a\x30\xb5\x89\x86\x9d\xe3\x0c\x4c\x49\xa4\xc3\xd9\x99\x28\xd3\xe8\xb6\x67\xc4\x3a\x00\x80\x89\x26\x6d\x38\x4b\x13\x4e\xfb\x41\x27\x4c\x21\x97\x67\xbf\x98\x90\x90\x96\xf6\xba\xdb\x81\x27\x32\xcc\x6e\xeb\x52\x2f\xfc\x89\x6b\x40\x66\x52\x4f\x1f\x45\x65\xa2\x3e\x1d\x67\x65\x62\x18\x96\xe6\x36\xe3\x77\x26\x38\x51\x20\x59\x6c\x4c\xd9\xb4\x27\xdb\x52\x3b\xf2\x70\x3b\x99\xa6\x5e\x95\x45\xdd\x29\x5b\xd8\x46\x42\xd8\x92\x7d\xb4\x21\xdd\xf6\x00\x66\xa6\xda\x7c\x44\x6c\xcc\x63\x8c\xa6\x87\x49\xd2\x01\xcd\xe4\x30\x7c\xf0\x15\xab\xd4\x59\x0c\x02\x4f\xe3\x54\x24\xfa\xf4\xbe\xe1\x55\xc1\x72\x93\x0f\xe0\x01\x7b\x39\x2b\xd4\xd1\x4a\xc2\x9f\x3a\xad\x5d\xe5\x82\x35\x55\x76\x6f\xc8\x5c\xcb\x3e\x2d\xe6\x59\xc1\x79\x95\x15\x73\x63\x72\x9b\x7a\x7a\x8b\x62\x37\x0e\xbd\xf0\xa7\xfe\xe6\xa2\xbf\xf4\x38\x08\x29\xc1\x78\xc3\x69\xa0\x2b\x9f\xf4\xfc\xcd\xbb\xd2\x69\xd7\x53\xbd\x2b\xc4\x5d\x2f\xc5\xda\x30\x80\xcb\x33\x44\x69\xd3\x4f\x21\xca\x3c\x75\x1d\x12\x44\x5a\x70\x66\xc2\x6c\xcb\x7e\x20\x95\x7f\xbc\xb1\x8d\x48\x49\xb6\x85\x32\x55\xb2\xfe\xa6\xdc\x76\xc7\x84\xf0\x8d\x48\xe7\xf0\xa0\xd3\x22\x9d\x92\x40\x18\xd1\xcc\x5b\xd8\x08\x72\x0e\x8f\x30\x04\x6e\x37\x6e\xb9\x21\xf1\xa4\x39\x9e\xdf\x37\xca\x31\x5a\xf8\x41\x42\xe1\xd0\x0e\x3f\x9c\x77\xbd\x16\x85\x1f\x08\x92\x91\x1b\xe7\x69\x91\xae\xb4\xa1\xdd\x0f\x41\x6f\xb8\xbc\xba\x6c\xc9\x41\xe8\x4a\xe4\x30\x47\x9b\xb6\x4b\xa8\xd7\x41\x3d\x42\x7d\xd2\xa5\x80\xfa\x97\xf9\xba\x6d\x38\x61\xb0\x11\xc2\xc8\xa5\x37\x88\x9c\x56\xa4\x31\xb7\xbb\xb4\xaa\x71\xef\x3b\x01\x8f\x74\x02\xbf\x9f\x40\x4b\xc6\xdb\x56\x3e\xb5\x74\xb2\x19\x7c\x49\xcb\xcc\xc0\x4c\x1a\x0c\x7a\x6b\xba\x5a\x10\x6e\x0b\x4e\xa5\xa5\x51\x47\xaa\x61\xb6\xb1\xea\xab\x45\xf1\xb6\x20\x75\x5a\xda\x0d\x61\xa7\xe1\x74\x63\x5d\x58\x8b\x78\x6f\x39\xb7\x9f\xa3\xe8\xc9\x95\x00\x4f\xbd\xea\xaf\x03\x6b\xa1\xbb\x19\x2d\x42\xcb\x3c\x43\xa6\x41\xbf\x67\x3a\xd6\x82\xb1\x65\x5f\xf1\xba\x39\xc2\x23\xe9\x08\x9b\x98\x98\x31\x4a\xb2\xa9\x14\x90\x57\x8a\x29\x09\xa4\x04\xd4\x0c\x13\x0e\x25\x8c\xd6\x52\x03\x8e\x24\x7c\xbe\x5c\x75\x8c\x61\x3e\x5a\xa6\x79\x8d\x21\x43\x09\x89\x25\xa2\x17\x68\x7d\x69\x92\xae\x9b\x9e\x76\x87\x36\x69\x48\xb8\x56\x66\x6a\x1f\x6d\xd2\xbc\x6e\x8e\xc9\xe5\x5a\xf8\x68\x8a\xd6\x87\x9b\x08\x3f\x76\xe4\xc2\x8c\xf2\xcb\xf5\x63\xb7\x5d\x20\x34\x17\x66\x7c\x3c\x23\xb1\x54\xa1\x12\x85\x1f\xfb\xd4\xaf\xff\x93\x3f\xfc\xa4\x82\x30\x09\x3f\x1e\x43\xcb\x42\x4d\x52\x39\x3f\xf9\x31\xa3\x10\x0f\xad\xd1\xc4\x8f\x13\x79\x80\x91\xf1\xee\xb1\xd0\x87\x1c\x19\x68\xe2\xa0\xd7\xb3\xdc\xda\xc7\xab\xf3\xa2\xc6\xd0\xa6\x87\x2b\xaa\x8d\x24\x24\x7f\x70\x7d\xc6\xb6\xf0\x93\x48\xd9\x63\xb1\x61\x18\x66\x59\x9f\x8f\x3b\x22\x02\x27\xca\x2d\x56\x9d\xca\x2d\x7c\x81\xb6\xa0\x4b\xd3\x6f\xc5\x17\x18\x72\x37\x81\xe9\x4d\xc5\xa0\x10\x63\xe7\x19\x42\x1b\xff\x3e\x08\xed\x73\xa7\x74\xb8\xfe\x5e\xe2\x47\x61\xc4\x9c\x67\x5d\x23\xc9\x97\x68\x9d\xb3\xea\x38\xcf\x50\xbf\xa0\xaa\x0c\x8c\x35\x52\xea\xa0\x63\x87\xf5\x16\x4e\xb5\x00\xe3\x58\x30\x8a\xab\x2a\xc6\x4e\x6a\x84\xcb\xd4\x89\xf8\xf6\xf5\x55\x2d\x17\xdf\x5f\x7f\x55\x69\xc8\xcc\xd0\x98\x5d\x78\xec\x92\x0a\xf4\xa9\x48\xe5\x0a\x12\x57\x02\x8a\x61\x7d\x25\x77\xf9\x90\xbd\x60\xec\x4e\x7b\x70\xc7\x20\x39\x76\x75\x04\x6b\x19\xef\x90\xd0\x76\x43\xdb\xe6\x73\xda\x4d\x6d\xfd\x47\xb1\x4d\x49\xef\x69\x31\xed\x24\xa3\xcb\xc4\xb2\xcf\x71\x67\x81\xdc\x35\x23\xc6\x6e\xda\x22\xbd\x5b\x39\x4a\x4c\x73\xeb\xd8\x15\x26\xd6\x4d\xef\x39\x46\xd8\x9b\x73\x19\xd5\x4d\x8c\x3d\x97\x9c\xf1\xe5\xe9\x5a\x3a\xb1\x0a\x1c\xd7\x7b\x23\xcf\xef\xe3\xbd\x87\x8c\x95\x6f\xbf\xec\x9d\x0a\x9e\x58\xf6\xf9\x89\x8e\x98\x28\xc6\x5e\x20\x97\xf7\xe6\x55\xb9\x2e\xd2\xb6\x67\x8f\xbd\xf8\x7b\x3b\x71\x54\x23\xf0\xfd\x8d\x14\x24\x18\x6f\x08\xf4\xd2\xe4\xd8\xdf\xdc\xe1\xa3\x33\x9c\x6e\xbd\x4f\x8b\x83\xef\x95\xc8\x1b\x53\x0a\xb6\x91\x42\x8b\x36\x5f\x07\xf2\xd6\x62\xda\x7c\xa1\xb6\x16\x8a\xb1\x2f\x30\x40\xce\xe9\x3d\x4f\xd6\xfa\x6b\x8c\x1d\x04\xe5\x24\x65\xea\x1e\xe3\xb1\x5a\x47\x43\x2f\xde\x42\xb5\x9a\xb1\xa7\xe1\x7f\xae\x33\xfd\x75\xc6\xbe\x5e\x54\x3d\xd2\x26\xc6\xf1\x18\xbd\x05\xa4\x5a\xd1\xae\xd9\x8f\xc7\x93\x16\xbe\x3a\xfb\xe9\x98\xd0\x69\x8b\xfe\xe5\x90\x2c\xd7\x63\xd0\x72\xd1\xaa\x66\x16\x0d\xa3\xbc\x08\x6e\x4e\xab\x63\x50\x6f\xdf\xb2\xf4\x21\x36\x6d\x3f\xe3\x31\x1e\xe9\x30\xe7\xad\x53\xc5\x18\x83\x04\x9f\xfd\x74\x6c\x20\x69\x27\x80\x8a\x0c\x9a\x25\xc6\x01\xef\xc0\x50\xbb\x5a\x24\x3a\x22\xf5\x41\x43\x67\xe3\x0e\x2d\x72\x2d\x5b\x05\x4d\x53\xb9\x00\xe3\x55\x98\x99\x3b\x70\x5e\x85\xeb\xfb\xc7\xdd\xb4\x1a\x9f\x6c\x89\x89\xa3\x33\x9a\x6e\x11\x76\x9e\xb4\x2d\xa2\x8e\xce\x3a\xfc\xce\xdd\x3a\x41\xf4\xfd\x78\x3c\xfa\x09\xec\xfb\x69\x74\x3e\xd2\x12\x26\xc4\xd6\x77\x48\xb6\x08\x3b\xef\x90\x6e\x49\xa0\xb3\xe6\xdf\xb9\x5b\x27\x10\x5b\x12\x60\xf9\x1a\x9e\xaa\x47\x44\xce\xaf\x24\x52\x39\x81\x82\xf1\x9f\x2c\xfb\x85\xe5\xac\x6d\x5a\x11\x19\x2f\x0d\xc4\xd7\x2e\x83\xfa\xb0\x3c\xf3\x7d\x41\xa9\xf8\x91\xe5\x39\x6b\xb2\xc2\xb8\x6b\x4a\xfb\xb0\x55\x2a\x66\xd9\x3f\xae\xb3\x86\xb4\xfe\x31\x50\xfa\xa3\x8a\xb3\xaf\x82\xce\xdb\x16\xe3\x08\x23\xfd\xae\x0b\x72\x39\x19\x03\x81\x3f\xe2\xbc\xba\x20\x8b\xf7\x18\x68\xfb\x4f\xcc\x30\xcb\x8e\xd1\x39\x98\x73\x5a\xef\x18\x33\x8c\x8b\x7a\x9f\xd1\x15\x2a\x8c\xe5\xaa\x6e\xb2\x44\x1e\x3f\x2b\xc6\xc0\xc3\x2f\x1f\x8a\x04\xc3\x6b\xa9\xe8\x5a\x62\xcc\x7c\x75\x26\x63\x5f\x00\x2f\x77\x7e\x46\x17\x18\x35\x25\x5b\xb2\xea\xc1\xdc\xfd\x2a\xc6\x4c\x1f\x35\xdc\xc3\xd5\x69\x07\x6a\x55\x7e\x0c\xdc\x56\xfb\xfd\x9f\xe5\xe5\x5d\x5b\x63\xb1\xdb\xae\x29\xb4\xb5\x4c\x32\x3c\x3e\xfb\x04\x15\x05\x69\x55\x20\xdc\x6f\xf1\x2b\x5a\xb5\x1c\x03\xdd\xc5\x1d\xde\x18\x08\x85\xea\x3f\x9e\x18\xa0\x9a\xa8\xb4\x70\x6a\x46\xac\xec\xde\x17\x6c\x88\x36\xee\x0e\xcd\x24\xdd\x49\x30\xee\x44\x3a\x54\x4d\x26\x66\x26\x6a\xf6\x8d\x38\x6e\x5f\xc8\xf4\x5e\x1b\xc7\xc9\xaf\x33\xda\x87\xdf\x07\xa3\x7d\xee\x44\x14\x77\xbc\x37\x49\xc4\x24\x4c\xe3\x67\xf7\x8f\x5f\x16\x65\xf9\x8b\xaa\xbd\x54\xc5\xf3\x93\x33\xb0\x3f\x9d\x48\x01\x77\x68\x51\xcc\xf0\xf5\x1a\xf3\x50\x1e\x15\xda\xc1\x22\x75\x7e\x92\x09\x02\xa9\xa3\x9f\xb1\x71\x78\xed\x21\x61\x89\x81\x5d\xea\x13\x3c\xc5\x18\xaa\x11\x8f\xfb\x50\x95\x86\x20\x87\x99\x1d\x2a\xaf\x83\xe2\x51\xcc\xcb\x2c\x2e\xf3\xd4\xc4\x85\x43\xdb\x23\x64\x93\x20\x10\xf5\xa3\xf9\x06\xec\xd1\x51\xb4\xed\x2e\x1c\xed\xae\x33\x16\xfe\x86\xd0\xd8\x3f\x34\x16\xe3\x0d\xf1\x47\xa3\x14\x13\x92\xaa\x33\xb9\x74\x27\x14\xd3\x9e\xa4\x93\x69\xd0\x13\x9a\x7d\x5a\x84\xe6\x61\xf3\x27\x59\xdd\x54\x59\xbc\x6e\x78\x27\x03\xf8\x1a\x74\xef\x77\x52\x30\xcb\x3e\xcd\xf3\x6c\xa5\x3a\x90\x88\xe5\x19\x64\x74\x95\x58\xf6\xfb\xa4\x61\x73\x35\x92\xe2\x81\x5d\xfc\xde\x00\x38\x6e\x5c\x37\x93\x08\x3a\xb6\xce\x3c\x90\x45\x4c\x1c\x47\x9e\xf4\xd7\x9e\x2d\x2f\x26\x8e\x8b\x27\x8b\x55\x0d\xaf\x3a\x30\x0c\x63\x8b\x8a\xf3\x6d\x32\xdf\xb2\xad\x29\x1a\xa6\x2e\x1b\x56\x59\x84\x8e\x2d\xdb\x72\xbd\x0d\x78\x82\x3e\x56\xac\x98\xf3\x23\x8c\x45\x58\xe2\xf9\x95\x24\x9c\x6a\xe1\x25\x2f\xd2\xab\x52\xbb\x6e\x4c\x40\x99\x33\x44\x20\xd0\x1a\xc3\xc4\x09\xbb\x99\x9a\xea\xc4\xc4\x89\x2c\x5b\xc6\x4d\x3f\x61\x32\x16\xb1\x98\x80\x16\x48\x58\xa9\x9e\x4d\xb5\xac\xa3\x6b\x88\x89\x93\x48\xe8\x6a\x91\x25\x5f\x55\x20\x6c\x31\x71\xe4\xd1\x2d\x69\x79\xa7\x17\x26\x27\x78\x24\x7f\x56\x60\x28\x6d\x42\x04\x9d\xaf\xa3\x9c\xea\x26\x2e\x6e\xce\x48\x16\xa5\x0e\xc2\x21\x26\xae\x2b\xd7\x92\xdf\xb4\x1d\x64\x82\x5b\xd7\x16\xac\x6a\x2e\xb9\x8a\x29\x2d\x26\xae\x4f\xe0\x5f\x0e\xdb\x0f\xe8\x8e\x09\xfc\xab\x09\x4e\x64\x84\xc6\x52\x29\x64\x13\x50\x16\xf1\xd5\x56\xfa\x3c\x10\x31\x91\x4b\xcb\x69\xda\x02\xa1\x06\x54\x5f\x98\xc8\x73\xcb\x10\x33\x1a\xfa\xc4\x65\x1a\xd6\xdd\x71\xe2\xc6\x1a\xfc\x68\xbc\x4c\xeb\x88\x83\x21\xcd\x32\x15\x31\x46\x4c\x40\x2b\xc4\xbe\xf4\x1f\xeb\xba\x51\x1b\xc8\x27\x2e\x97\x3e\x9d\xef\x6f\x79\x25\xe8\xc8\x39\x31\x69\x63\xd1\xd7\xc6\x96\xd4\x89\xa7\x1d\x45\xea\x4b\x75\x18\xaf\x98\x78\x6d\xa8\x25\xa3\x63\x4d\x40\x1d\x24\x58\xab\x54\x13\x0c\xb9\x26\xc1\x0f\xa5\x61\x52\x9a\x78\x63\x2d\xb8\x6c\x2a\xae\x46\xc0\x09\x68\x81\x84\x5f\x65\xaa\xce\xbd\xa9\x8a\xc5\x4f\xd7\x81\xba\x7e\xc3\x8a\x34\xe7\xea\x7c\x6b\x31\xf1\xa4\x42\xc1\xd6\x79\xf3\x11\xaa\x84\xd0\x48\x45\xb0\xbc\xe4\xff\x5c\x6b\x12\x33\xf1\x80\x7b\x7d\x3a\x3f\xa1\x2b\x1d\xdc\x4a\xb7\x29\x2f\xb1\x6c\xbd\x03\xa2\x45\x53\x50\xff\x57\x1f\x8c\xd3\x49\xc4\xc4\x93\x73\x24\x19\x41\x09\x13\xc6\xd1\x38\x46\x5a\xdf\xd1\xd1\xc1\x4d\x14\x0f\x60\xc9\xa4\x6f\x24\x41\x9e\x01\x99\x49\x7d\xc2\xdb\xb3\x84\xc5\x04\x4f\x78\x01\xf0\x72\xa1\xbe\x2b\x68\xb4\x97\x2b\x9e\x64\x2c\xd7\x01\x71\xc4\xc4\x9f\xb6\x31\x8d\xe4\xe7\x26\xe6\x3b\xf1\xd1\x75\x41\x32\x07\x96\x53\x1c\xbd\xee\x16\x90\x09\xe8\x8d\x47\xe7\x7d\xd0\x97\x47\x0b\xb7\x5d\x16\xd7\x93\x79\xc1\xef\x18\x1d\x54\xa4\xf0\x89\xc6\xcf\xd6\xea\x90\x7b\x31\x01\x9d\x11\xe3\x9c\x1a\xf3\xd3\x64\x2c\xfd\x2f\xbf\xb6\x61\xed\xc5\x04\x55\x46\x3a\x4e\xa3\xe3\x42\x3c\x01\xbd\xf1\xc7\x4a\xc6\xc5\x3d\x6e\x4b\x16\xcb\xe3\x2a\x55\xdb\x19\xc3\x77\x62\x59\x93\x67\x75\x83\x9e\x07\x15\xf5\xba\x89\xb3\x21\xe8\x50\xb6\xc9\xc4\x6d\x0f\x0b\x48\x74\xc1\x27\xf8\x89\xd8\xdc\x2c\xf7\xc4\xb7\x6c\x0c\xd0\xa1\x57\xd4\x26\x93\x31\x41\x64\xf4\x20\x74\xd2\x09\x98\x66\x46\xd4\x10\x13\x19\x14\x61\x43\xd8\x2b\xd4\x33\xdb\x6f\xbe\xfc\x3e\xe8\xdf\x73\xa7\xbf\xb8\x93\x3d\x3f\x74\x02\x6f\xe2\xc6\xcf\x86\x0f\x22\x4d\xa4\x57\xd9\x61\x1b\x4b\xeb\x3b\x35\x1d\x19\x5b\x38\xdb\x29\x06\x4f\x95\x56\xb0\x74\xf5\x22\x41\x1b\x36\xa4\xb7\xcc\x36\x91\x91\xaa\x60\xa4\xa1\xb3\x8b\x24\x3c\x8d\x4c\xd3\xfb\x07\x35\x4b\xa0\x8e\xd3\xc2\x6b\x35\xba\xa0\x8e\xa3\xf1\x53\x21\x74\xfb\x03\x45\xe7\x6d\x59\x7e\x5d\xaf\x4e\x8b\x26\x6b\xf4\x2c\x87\xba\x8e\x5c\x0d\xd1\xb6\xf3\x09\xe8\x38\x87\x69\x6a\xc6\xfd\x14\x93\x38\x50\x8a\x5b\x0f\x0f\x69\x8c\xb9\x6a\x23\xb2\x8a\x49\x8c\x41\x37\xeb\x06\xc6\x8a\x36\x66\x8c\x98\x80\x3a\x43\xa7\xed\xf0\xb4\x27\x8a\xe1\x96\xfb\x6c\xb9\x5e\xfe\xc4\xf2\xb5\x42\x13\x79\xbc\x5f\x0f\x4d\xbb\x27\xa5\x9c\x9f\x9c\x1a\x4a\xd3\x04\xbd\x9b\xe1\xe9\x87\x75\xcb\x0f\xd2\x89\x06\xb5\xcb\xda\x04\xbd\x68\xe5\x91\x39\x57\x2c\x26\x2c\x30\x31\x79\x92\x4e\xbd\x50\xb4\x25\xc5\xf9\x04\xb7\xb6\x6c\x88\xc8\xa1\xf3\xaf\x64\xe0\x9a\xa0\x07\xad\xda\xb5\x6f\x0c\xd6\xa9\x0e\xc7\x41\x1b\xa6\xf4\x3c\xc6\x27\x6d\x2c\x08\x3c\xfd\xa6\x23\x9c\xb6\xfb\xa4\xae\x58\x35\xa7\xb5\x9c\x89\x30\x37\xa1\xb6\x03\x0c\xfa\x6d\x82\x1e\xe2\x4f\x1d\x8a\xbd\x89\x82\x29\x10\xb4\x4f\x40\x57\xe9\x12\x88\x18\x67\x64\xac\x9d\x7a\x18\x66\x53\x06\xf9\x24\xbd\x75\xea\xa5\x7a\x7a\xd2\x10\x8e\x9a\xd8\x56\x35\x24\xe8\xd0\x5f\x0c\x14\x73\xf4\xf0\xbe\x59\xf0\x4a\x09\x7d\xa7\x2b\xfc\x6b\xb9\xd6\x22\x57\xfb\x13\x2f\xd8\xca\x98\x16\xa7\xb8\xf3\xfd\x9f\x6b\x56\x6d\x4a\xd2\xde\x5e\x67\x53\xc6\x65\x24\xea\x0d\x5c\xf4\x37\x42\x1b\xc2\xb1\x63\xd9\x7f\x2b\xcb\xe5\x55\x79\x46\x13\xd6\x14\xa6\x0f\xb9\x8d\x4c\x3a\xc9\xd5\x9a\x7b\x4d\xc7\xac\x27\x6a\x19\xd8\x74\x1c\x2b\xd9\xc7\xf2\xae\x3e\x8c\x95\xcf\xe1\x74\x9c\x98\x82\x23\xae\xc8\xd6\x74\x2c\xc3\x1f\xf2\x86\x5c\xf8\x6a\x82\xb9\x82\x21\x3d\x61\xc2\xc4\x3a\xe3\xd1\x74\xe2\x28\x99\x8e\x68\x2f\xa6\x30\x47\xd1\xa0\x43\x8d\x9a\x70\xdc\x62\x57\xd5\xd2\xe5\xad\xa9\xca\x5c\x8f\x23\xd3\xe9\x58\xef\x07\x34\x4e\x31\xa6\xaf\x35\x9d\x76\xfd\x0d\x7f\x56\x9e\xa4\xd3\x29\x47\x55\x26\x35\x76\x6f\x4f\xa7\xc2\xb2\x7f\x5e\x64\x0d\x47\xd3\xf1\xe1\x6a\x45\xc4\x62\x1a\xf8\x3d\x01\x75\xde\x69\x80\x3c\xb0\x28\x4c\x26\x34\x0d\xa6\xaa\xea\x2e\xb3\x79\xc1\x64\x30\x14\x9a\x33\xa7\x41\xab\xaa\x1c\x3d\x9c\x55\x44\x9a\xa7\x01\xf0\xeb\x45\x56\x2f\xd4\x70\x3a\x0d\x22\xcb\x96\x0b\x8d\xb8\x56\xb3\x56\x75\x84\x91\xc7\x54\x30\x8e\xb5\x32\xa4\x4c\x23\xf4\x98\x95\xd4\xa7\x7a\x30\xbc\x47\xa7\x11\x93\xfb\x65\x3a\x58\x2c\xb1\x96\x56\x4d\x31\xee\x7c\x91\x54\x0f\x3a\x8a\x98\x98\x46\xa9\xf4\x9e\xbc\x2b\xab\x54\x47\x4f\x17\x53\x46\x47\x95\x9e\x17\xef\xf8\x9d\x1a\x8a\xa6\x2c\x96\x41\xc1\x7c\xba\x4c\xf0\x9b\xe1\xe0\x79\x54\x31\xd3\x71\x6b\xca\x52\xe9\xed\x7c\x58\x93\x05\x52\xb5\x0a\xc6\x51\xe3\x51\x7e\x9a\x65\xa5\xd6\x5e\xa7\xb1\x8b\xb3\x78\xc7\xa5\x76\x0a\x73\xcb\x09\x17\x1c\x4f\xed\xfa\xe9\x82\x40\x9f\x62\x14\x1b\x0f\x84\x21\xfe\xc4\x9f\x4e\xae\x60\x8e\x6c\xde\x72\x56\xd1\x1b\xc2\x40\xde\x0a\x68\xc5\x97\x44\x89\x29\x7a\xf3\xf1\x58\xa9\x10\xd3\x38\xd5\x8b\x0c\x7a\x6b\xcb\x34\x46\xdf\xe1\xa6\xd1\x4d\x54\xc2\x89\x3a\xd3\xa9\xf5\x42\x9a\xe2\x26\x06\x68\xe4\x2c\x2b\x8e\xf3\x6c\x19\xeb\x8f\x8e\xe7\x67\xb2\xb9\x71\xf6\xb9\x98\xa6\xc2\xc4\x64\x2f\x92\x12\xee\x98\x12\x35\x42\x71\xb7\x8b\x76\xee\xf0\xe4\x56\x73\x9d\xd6\x57\x87\xff\xb7\x51\x02\xc5\x14\x17\xae\x0d\x54\xa7\x9e\xc8\x83\xf3\xf5\xf5\x94\xdc\x8d\x4f\xb8\xc8\x8a\xcc\xc8\x00\xd7\x0b\x31\x00\xf5\x86\x88\xc9\xdd\xef\xdd\x0f\xc9\x13\xd9\x1e\x7f\x64\xeb\xb9\x82\xda\x61\x1c\x4f\x8e\x33\xac\x97\x01\xae\xd3\x32\x63\x7d\x25\x70\x74\xb4\x7b\x1d\x02\x23\x70\x9e\x39\x6c\xf9\xf8\xf7\x41\x2e\x9f\x3b\x4c\xc7\x9d\xee\x45\x89\x88\x7c\xe1\x3f\x4b\x2e\xdb\x1a\x34\xaa\xd6\xa5\x13\x4e\x54\x34\x04\x89\x1a\x53\xaa\x91\x16\x74\x33\x75\x70\x94\x09\x07\x9d\xa0\x86\xb8\x8d\x4e\x4a\xc6\x4a\x62\x62\xa1\x34\xe6\xb7\x71\xba\x45\x80\x21\x61\x35\x66\x64\x3d\x69\x3d\xfa\x3a\xfa\x54\x00\x84\x57\x99\x9c\xcd\xed\x64\xc1\x24\x26\xf7\x1c\x79\x14\x49\xcf\x54\x1d\x4c\xc4\x86\x58\x89\xa6\xce\x86\x08\x83\x99\x6b\xb9\xdb\xdd\xa6\xaa\xf7\x2c\x06\x53\xb5\xd8\xac\x5a\xf0\xd4\x37\x22\xc4\x5d\x64\x75\xad\xc9\x4a\x00\x13\x1a\xf4\x05\xe9\xeb\x4f\x3e\x31\xc1\x14\x7d\x3c\xa5\xeb\x65\xad\xdd\xe1\x82\xa9\x8e\xe5\x0d\x5a\xa5\x51\x89\x78\x64\xb3\x36\x21\x6a\x9d\x3c\xc0\xb3\x43\x89\x14\x1b\x31\x40\x82\x69\xac\x1d\x0f\x4c\xcd\x22\xc0\x60\xe8\x15\x1a\x66\x4e\xca\xa6\x56\xd6\x49\x29\x0c\xc8\x31\xe1\xb0\x69\x18\xb4\x0e\x42\xc7\x48\xc9\xcf\xe9\x89\x78\x4a\x1d\x86\xb7\xe8\x70\xe8\x20\x50\x87\x2b\xea\xbd\xf6\x01\xce\x6d\x55\xb9\x2c\x9b\x8d\xc4\x69\x7b\x3e\xb0\x2a\x43\x7b\x3a\xaf\x08\x02\xfe\x3d\xb9\xd1\x56\x02\x7d\xb6\x1f\x55\x35\x9e\xd4\xa3\x96\x6d\x50\x19\xc1\x0d\x85\x7a\x81\x26\xc0\x95\xd1\x45\x79\x87\x81\xb2\xa8\x46\x42\xda\x2e\x65\xee\xae\x0e\xc2\xa8\xf5\x76\xd5\xc7\xd0\x88\x00\x77\x85\xb7\x67\xf6\x13\x9f\x08\x74\x7c\x3d\x09\xc3\x5c\x82\x83\xa1\x96\xf7\x0e\xca\xd7\x8a\x41\x80\x5b\xc4\x0d\x89\xfc\x4d\x32\x7f\xf3\xae\x0e\xe9\x0a\x70\xcf\xf8\xc6\xdd\xbd\x34\x13\x65\x6d\xda\x78\xf6\xb4\x2b\x91\xbf\x49\x16\x6c\xde\xd5\xcb\x37\xdc\x76\x77\x2f\x4d\x64\x9e\x04\x74\xbc\x60\xb4\x89\x3f\x68\x0f\xd0\x01\xc1\x5f\x08\xd4\x21\xe7\xe0\x69\x7a\x27\x38\x09\x37\x8f\xef\x38\x24\x49\xba\x21\x39\xad\x58\xad\xdf\x44\x9f\x94\xaa\xed\x80\x41\x24\x80\xd1\x25\x15\x4c\x68\xe7\x45\xca\x0d\x53\x6e\xc0\x9c\xbe\xcc\xe8\x85\xcc\x45\x2f\xae\xed\x37\x7a\x7d\x99\x79\xa3\xbf\xed\x89\xdd\xda\x62\xe3\xad\x4f\xee\x25\x9a\x6c\x2b\x41\x2f\xcd\x74\x6b\x49\x7a\x89\x02\xd2\x89\xba\x8d\x82\x85\x06\xac\x23\xdc\x8a\x80\x45\xbd\xe4\xbd\xdc\x58\xff\xb6\x9e\x3c\xd6\x36\x4f\x3c\x86\x8d\x50\x0c\xd0\xb1\x5e\x11\x99\x08\xe2\x3e\xc7\x24\x38\xd5\xf4\xe3\x47\x45\x31\x82\x98\x77\x40\xa3\xa8\xb1\xe8\x48\x4e\x35\x5d\x0a\x80\xbc\x5d\xf8\xd3\xc9\x79\x71\x5b\x66\x89\x71\x86\x98\x08\x12\x57\x1f\x12\x5e\x95\xcb\xfe\xa9\xee\x22\x48\x27\x6a\xf3\x8b\x31\x1c\xa4\xc1\xd6\x16\x8b\xa7\x66\xaa\xa3\xac\x45\x90\x52\xf4\x5a\x91\x2b\x4d\x2a\x48\xd3\xce\x91\x14\xc6\x96\xf2\x20\xe5\xb8\x35\x62\x5e\x94\x75\x23\x43\x66\x1e\x31\x3c\xd9\xb3\xa1\x48\xac\x01\x1e\x44\x03\x94\xab\x94\xe1\xbe\x24\x0a\xe4\xd1\x88\x0f\x4d\x23\x22\x90\x47\x69\x2a\x38\x56\x0b\xf8\x01\xa7\x41\x50\xc7\x31\x09\x80\x36\x5e\x16\x6c\x75\x55\x1a\xd8\xd8\x08\x9e\xa2\x6f\x9d\xe0\x92\xa3\x8a\x40\x2e\x02\x2e\x83\xc3\x5f\x2e\x58\xaa\x9a\x3a\x8f\xbb\xc1\x26\x4d\xb3\x66\x20\x84\x8c\xa0\x56\xc9\x18\x73\x47\xac\xaa\x32\x0a\x84\x2b\x42\xa7\x0d\x44\x80\x41\x59\x39\xc1\x7a\xa7\x98\x9a\x09\x28\x0e\xb4\x36\xef\x86\xce\x14\xd8\xcb\x6d\x56\xcc\xdf\xa8\x56\x13\xe2\xde\xc4\x05\xfb\xca\xe5\xf9\xdb\x04\x02\x5d\x5d\xb2\xaa\xf9\x31\x67\x75\x0d\x1f\xbc\x51\x12\x0c\x71\xd1\xb0\x86\x47\x0e\xc6\x6f\xbe\xcb\x6a\x25\x4a\x0d\x11\xf0\x7c\x5e\xf5\x53\x60\x3c\xd6\xe5\x8a\x65\xf3\xa2\xc3\x84\x43\xd7\xa5\x55\x9b\x1e\xec\xb5\x7b\xb8\x8c\x79\x2f\x74\x31\xea\x54\x52\x16\x29\xab\x1e\xde\xb1\x5b\x42\xbf\x57\x03\x24\xee\xc6\x98\xbe\xcc\xd5\xd2\x57\x88\x5b\xe8\x40\x62\x62\xd3\x5f\xa7\xd1\x77\xbf\x0f\x1a\xfd\xdc\x49\x44\x6e\xb0\xe7\x24\x63\x9e\x06\x8e\xfb\xac\x8d\x16\x1d\x88\xb3\x5f\x38\x9e\x8f\x4a\x5e\x23\x21\x2e\xee\xa8\xc8\x29\x1f\xa9\xf5\x87\x1e\x33\xc7\x91\xab\xaa\xad\xf6\x58\x72\x2b\x73\xcb\x67\xe8\xc1\x00\xb8\xc8\xf2\xb4\x14\x04\x60\x90\x85\x52\xb7\x07\x8f\xab\x23\x1a\xe8\x5a\x6c\xe5\x45\xb2\x37\x86\xbe\xb3\xd5\x76\x62\x24\xc0\x1d\xc3\x2c\x2b\xf4\x80\x1f\xfa\x63\x15\xa7\x2e\x8b\xb3\xbc\x79\x90\x76\x32\x7a\x9c\x3f\x69\x03\x6f\x6b\xf6\x1b\x8e\xf1\x7c\xb9\x9a\x57\xb7\x32\xb8\x83\x8e\x65\x2d\xc2\xb1\x3c\xd2\xf0\x7d\x61\x86\xd1\x0b\xc7\x92\x1a\x5e\xdd\x95\x1d\x94\x49\x74\x51\xf1\x6e\xea\xb8\x65\x35\x57\x15\x6f\x83\x7f\x86\xe3\xe4\xbb\xfc\xee\x47\x18\xe3\x64\x2a\x50\x21\xbe\x93\xea\x48\x59\x71\xc3\x09\x4e\xc8\x6a\x67\xd2\x2d\xaf\x1b\x5a\xb5\x24\xb1\xe4\xbc\x1f\x31\x60\xb7\x06\x53\x3d\x24\xbe\xe1\x6a\x63\x4f\x38\xf5\x94\x3d\x38\x7f\x38\x87\x21\x40\x4d\x7a\x21\x1e\x04\x80\xae\xa7\xa4\xb7\x10\x1c\xb5\x1b\x75\x3d\x82\x52\xcb\xbe\x28\x53\x9e\x67\xc5\x5c\x1b\x51\xc3\x00\x8f\xc9\x55\x9b\xb8\x37\x4f\xe9\x11\x61\xe0\xeb\x13\x70\x94\xa5\x3f\x04\x7e\xde\xfa\xf9\xd0\x03\x82\x8e\xeb\x50\x37\x72\x48\x18\x04\x9b\x8d\xaa\x1d\x5b\x81\x5f\xfd\x98\x97\x31\xcb\xdf\xb1\x5b\x69\x11\x31\x47\x67\xdc\x84\x51\xe6\xf9\x47\x5e\xaf\x73\x0a\x74\x19\x32\x0c\x21\x5e\xad\xa9\xe2\x80\x36\xfd\x99\x15\xe9\x21\x5d\x7a\x74\x69\x98\x32\x42\x60\x48\xa0\xc8\x1c\x16\xf5\x9d\x6e\x4e\x6c\xac\xf6\xf3\x9a\x4a\x4c\x18\x4b\x33\xe0\xf2\xb2\xd1\x5f\x01\x3d\x92\xaa\x6c\x79\xaa\x86\xff\x38\x21\x75\x04\x66\x63\xed\x98\x1a\x8a\x0d\xfe\xf4\x96\xcf\x59\x22\x63\xa8\x63\x70\xa7\x2e\x05\xeb\x48\xf1\x1c\x93\x5f\xb8\x89\xc5\xdb\x8f\x75\x83\xa1\xf2\xeb\x4c\x8d\xa9\x83\xe1\x37\x9d\xe2\xcd\x70\x60\x35\x30\x2c\x58\xb6\x95\xa2\xc1\xd4\x1a\xda\x1d\x69\x59\xf0\xb4\xca\x6e\xb9\x65\xeb\x9f\x79\x39\x2f\xfb\xc9\x18\xd4\x4b\x2d\xcd\x28\x96\x6d\x71\x68\x68\x29\x6b\xf8\x92\xb4\xcf\x7e\xfa\x3a\xbb\xc7\xdd\x53\x75\xc3\x2a\xcb\xb6\xa6\xed\x45\x2f\x61\x73\xc7\xf3\x5b\x6e\xa6\x75\xbd\xef\x27\xc6\x40\xa0\x65\x61\xd9\xf4\x33\xe7\xa2\xf9\x4e\x22\x98\xfc\xe9\x37\x1e\x37\x6e\x0d\x9f\xec\xcb\x59\x31\x08\xbc\xa1\xaa\xc1\xcb\x11\x1b\x0e\xac\xff\x2d\xf2\x35\x2f\x9a\x75\xf6\x0a\xc6\x78\x1a\xb0\x97\x69\x0e\xef\x19\x8e\xdc\x91\x37\xb5\x86\x07\x7a\xc2\xba\xdf\x3e\x61\x2d\x9a\x66\x55\xef\xbf\x7a\x55\xaf\xca\xd5\x8a\xef\xc5\x23\xf6\xcb\xba\xe2\x3c\x9d\xf3\x51\xc1\x9b\x57\x22\xcb\x79\xfd\x8a\xa6\x84\x24\x2d\xf6\x56\x55\x99\x7e\xf1\x1c\xcf\x75\xc6\x4e\x30\x72\x1c\xf7\x15\xab\x6b\xde\xd4\xaf\xf0\xf1\xaf\xac\xa1\x7d\x5d\xd9\x99\xcd\xec\xda\xce\xed\xc4\x5e\xdb\xa9\xbd\xb2\x85\xbd\xb0\x97\xf6\xdc\xbe\xb5\x63\xfb\xc1\xfe\x62\x1f\xdb\x77\x37\x23\x51\x56\xa7\x2c\x59\x0c\x06\xfa\xfb\x17\xc3\x6f\x15\x1e\x2b\xbd\x53\x60\x61\x9f\x86\x43\xfb\xeb\x60\xf8\xf4\x64\xeb\x24\xdc\x6e\xec\x62\xf8\xcd\x5a\xd7\x7c\x47\x46\x7c\xb4\x0e\x8a\x51\x3a\x68\x6c\x8b\x59\xf6\xc0\x68\x4a\x94\xd3\xf2\x69\x28\xa7\xe4\xd2\xae\x66\xc5\xc0\x73\x83\xa1\x9d\xcd\x8a\x81\x3b\xb4\xd9\xac\x18\x38\xc3\x83\x17\x6d\xe6\xc3\x6f\xfc\x9a\x8f\x52\xe9\x8b\x30\x73\x6e\x66\x16\xfd\xb6\x6c\x10\x64\x4b\x36\xe7\x33\xf7\x66\x66\xe1\x2f\x09\x92\xe7\xc2\xcc\xe5\x93\x9b\x99\x75\x62\xa6\x3f\x97\xe9\x1d\xc7\x71\xe0\x26\xbc\xb4\x9e\x06\xe5\xe3\xe3\xa0\x9c\x7d\x53\x05\xab\xe1\xdb\xba\x43\x3b\x87\x52\x4d\x86\x76\x82\xc5\x0c\x87\xf6\x1a\x00\x6f\x68\xa7\xf0\xd7\x89\x86\xf6\x6a\x46\xdf\x3f\x81\xef\xff\x2d\x61\xc9\x42\xba\x51\xb8\x8e\xf3\x34\xb4\xc5\xcc\x7c\x13\xfd\xe1\x9b\x01\x7c\x76\x24\x25\x7c\x94\xb0\x3c\x1f\x34\x8b\xac\xb6\x9b\xe1\xe3\x23\xfc\x38\x50\x55\x3e\xfa\x52\x16\x58\xc4\xb7\x25\x6e\x7f\xbf\x6c\x50\x61\x60\xc5\x9c\x77\x32\x2e\x46\xab\xaa\x5c\xd5\xb2\x36\x3e\xc0\xcf\xdd\xdd\x4d\x6c\x54\x16\x9b\xf9\xfc\xe6\x84\x03\x3e\xb4\xf9\x6c\x36\xcb\x47\xc9\x88\xc3\xe8\x07\x77\xd6\xbc\xc1\x24\x83\x6f\x99\x2a\xa6\xd4\x5a\x5e\x38\x4f\xc3\x27\xbb\x18\xd5\x20\x9d\x6d\x48\xdd\x27\xbb\x78\xa2\xb7\xa4\x0a\xcc\x46\xc9\x70\xd0\xd8\x7c\x68\x37\x50\xa0\xa6\x6c\x1e\x56\x7c\x54\xa1\x49\xdd\x1c\x8f\xa0\xda\xf8\x0c\xaa\x49\x96\xdb\x6e\xa0\x0e\x81\x8a\x54\xbc\xb0\xb1\x42\xd1\xbb\x9a\x2d\xb9\x5d\xcd\xf8\x08\x49\x5f\x6d\xe7\x33\x3e\x82\xfe\x80\x78\x32\xa3\x96\x83\xc5\x39\xac\x6d\x31\xe3\xa3\x66\xc1\x97\xdc\x5e\xcc\x2c\x68\xc4\xc5\xdc\x9a\xcd\x66\x50\x84\x52\xec\xe4\xbb\xbb\x0e\xbe\x79\xce\x8b\x79\xb3\xb0\x97\xb3\x17\x2f\xda\x02\x18\x15\x27\x3f\x9f\x82\x93\xb2\xb8\x7a\x58\x41\x9d\x95\x32\xcd\xf7\xc5\xf8\x91\xed\xb9\x6a\x4c\xe9\x28\x1e\x0e\xf2\xe1\xe3\xe3\xb7\x27\xfb\x76\x36\xc7\xb4\xc7\xfa\xad\xe2\xd9\xbc\x7d\xe1\x87\xd9\x7c\xb4\xe4\xd5\x5c\xc6\x03\xc1\x52\xd8\x5f\x66\xab\x41\x65\x7f\xc3\x17\xda\x17\xb6\xae\x8f\xfd\xc2\xee\xe4\xb4\x7f\x6b\x67\xb5\x8c\x23\xb2\xb4\xb3\xfa\x43\xce\x12\xbe\x90\x4b\xa7\x8b\xa7\xa1\x7d\x3c\x5b\xbe\xb6\xea\x15\x2b\xac\x7d\x2b\xb3\xec\x3b\x55\xba\xf5\x68\x31\x1c\x18\x1f\x60\x3d\xca\xec\x6b\x0b\x78\xc1\x5e\xce\x62\x9e\x5b\x37\x43\xfb\xab\xfc\x42\xf8\xf9\x47\xdd\xaf\x6f\x5f\xce\xf4\x27\x67\xc3\x81\xf9\xfb\xdb\x93\xbd\xb5\x5e\x87\xf6\xb7\x6d\x4d\x72\x1f\x13\x7f\xbf\x8f\x3c\x0d\xed\xfb\xd9\xd7\xdd\xdd\xe4\xf1\xb1\x1e\x31\xfb\xbd\xd1\x6a\xba\xe5\xed\x7c\x18\x10\xbc\x05\xdc\x3e\x9d\x5d\x8e\x58\xde\x3c\x3e\xbe\xef\x24\x68\xb2\x26\xe7\xf6\xf9\xec\xc5\x8b\xc1\xa9\x29\x30\xf3\xcc\x79\x1a\x3f\x40\xc6\x97\xfd\x27\x5d\x6e\x49\x36\x7c\xfd\xad\x2a\x73\xbe\xbf\x7c\x7c\x7c\x78\x2d\xa7\x83\x7d\x2b\x5b\xce\x2d\xdb\xbc\xb9\x23\x3e\x7d\xda\xff\x26\x85\x8b\x2c\x4d\x79\x61\x41\x97\xb3\x4f\x66\xb1\x1a\x3c\x1e\x76\x77\xe3\xdd\x5d\xab\xc4\xea\x35\x1a\x73\xbc\xbb\x7b\xba\xbb\x3b\x38\x99\xb1\x51\x92\x97\x05\x3f\xcd\xd1\xa3\x62\x10\xdb\xdf\x58\xde\xec\x9f\xc2\x08\xcf\x46\x09\x2e\xf8\x29\xd9\xb1\xdd\xf9\x4a\x56\xca\x1a\x86\x93\xdb\x5e\xc1\x96\xdc\xda\xcf\x9f\xec\x73\xfb\xce\x7e\x78\xfd\x0d\xeb\x66\x5f\x96\xb1\x5b\x78\x89\x3d\xed\x7f\x7b\xb2\xbf\xb5\x2d\xf2\xcb\xa8\x2a\xcb\xe6\x69\x68\x2f\x5f\xf7\x1f\x7a\x6f\xf7\x9a\xc6\xe5\x70\xb8\xdf\x3c\x3e\x9e\x0c\x9f\xec\xe6\x69\xc0\x46\x68\xad\x28\x78\xd1\x0c\xed\xc5\xac\x18\xf8\xc1\xd0\x5e\xaa\xa6\x55\xc1\x3d\xc2\x5e\x8c\x12\x9b\x0a\xf3\xad\x4e\xca\x15\xdf\xb7\x40\xcb\xb2\x9e\xec\x17\xce\xf0\x60\x39\x4a\xb3\x7a\x95\xb3\x07\x28\xca\x4c\x49\x7e\x75\x62\xd3\x43\x78\x89\x03\x7a\x59\x0d\x60\x3c\x6a\x66\xd7\x37\x76\x31\x73\x0f\x8a\x3f\xb1\x6a\x8e\xb6\xff\x9a\x06\x8b\x83\xe2\xe5\xcb\x61\x73\x5d\xec\xb9\x37\x33\x2d\xbb\x2e\x6e\x0e\xd4\xbd\xe5\xcc\xb1\xb3\x59\x73\x50\xfe\x29\x53\xb7\x94\x2f\x5f\xca\x71\x8e\xcd\xb2\xeb\xf2\xe6\xa0\x1a\x70\x1c\x0a\xd8\x50\x8d\x99\xbc\xd5\x7a\x2b\x55\x4e\x9d\xe1\x4e\x56\xec\x68\x4e\x51\xec\xee\x0e\x8a\xd9\xf5\xcd\xd0\x2e\x46\xab\x75\xbd\x18\x34\x43\xbb\x19\x66\x62\xd0\x8c\x16\xac\x7e\x7f\x57\x40\x07\xe3\x55\xf3\x30\x28\x87\xbb\xbb\xd6\x97\x2f\x38\xf6\x7e\xf9\x62\xbd\x98\xcd\xca\xdd\x5d\x2b\x51\x51\x5e\xca\x4a\x41\x7a\x74\x46\x40\x96\x34\x9b\x35\x50\xd2\x4c\x0c\x54\x8b\x7b\xa1\x5b\x5c\xf6\xf8\x58\xac\xf3\x7c\x36\x9b\x65\x8f\x8f\x87\x55\xc5\x1e\x46\x59\x8d\x7f\x07\xd9\x70\xc8\xaf\xcb\x9b\x59\x76\xc0\xf3\x9a\xd3\x3b\x17\xa3\xac\x48\xf9\xfd\x7b\x31\xc8\x86\xff\xbe\xe7\x1e\x60\x0a\xf6\x3a\xdb\xaf\x06\xf0\x13\xab\x22\xb3\x8b\xe1\xd3\x93\x9e\x27\x57\xe5\x6a\x30\xb4\xf9\xd3\xaf\xf2\x0e\xa6\xa6\x77\x20\x1b\xd3\xa9\x41\xc4\x18\x11\x31\x98\x91\xed\xca\x66\x07\xba\xfa\x9a\xdd\xdd\x41\x03\xc4\x80\x78\x41\x09\x0d\x11\x2a\xfc\x5b\xcd\x97\xac\x68\xb2\x04\x9d\xcf\xeb\x7d\xb3\xad\x36\xa3\x15\xcb\x79\xd3\x70\xbb\x19\x71\xf4\x27\xaa\xed\x66\xd4\xbd\xc1\x6e\x1f\x31\xca\x6a\xb5\x75\xe6\x35\x37\x2e\xf6\x4d\xc9\xf0\x69\x08\xb5\x3b\xa0\x9a\x1c\x14\x33\xfd\x94\xe1\xe3\x63\xfb\xb9\xd5\xf8\x50\xc8\xf9\x8c\xb6\x93\x0c\x77\x77\x5f\xe8\x5b\xab\xed\xb7\x56\xea\xd6\x6a\xc4\x92\x04\xba\xd5\xee\xee\xa0\x56\x29\x09\x6b\x6f\xed\xe6\x6f\x37\x8a\xa3\x9d\x29\xdb\xc8\x50\x35\xc8\x7c\xe6\xd8\x09\x75\xcc\xd1\x57\xfe\x50\x0f\xea\x11\xd0\xe3\x7a\x78\x90\xff\x29\x51\x8d\x3e\x57\x8d\x7e\x3d\x4b\xae\xf3\x9b\x03\x4a\x73\xbd\xbe\x99\x95\x83\xf6\x62\xcb\x83\x6c\xf5\x62\x6c\x46\xbf\x1a\xe3\xb5\x1a\xf5\x5a\x0d\x3d\xd4\x90\x31\x25\x63\xd7\xeb\x1b\xdd\xb9\xea\x7f\x89\xdd\xae\x34\xbb\x95\x94\xb6\x42\x4a\x8b\x04\x77\x4c\x0c\xd7\x9b\x84\x43\x1b\x38\xa6\xe7\x45\x92\x64\x8e\x89\x63\x06\x92\x62\x8e\x1d\xa0\x98\x9a\x59\xc6\x43\x83\x91\x1b\x2d\xb5\xb4\x2b\x3b\x6b\x67\x65\x36\x04\x8e\xc6\x66\xdf\x60\x48\xdd\xff\xb6\x52\x6e\xd3\xce\xce\x78\x75\x6f\xd9\x0b\xb2\x4e\x8d\x1d\xb8\x4a\x70\x1f\x28\xd7\x5f\xb3\xe0\xeb\xa6\x62\x39\x7d\x4f\x3b\xee\x6f\x18\x6d\x2a\x56\xd4\x2b\x56\xf1\xa2\xb1\xec\x18\x9d\xd2\xf7\x2d\x77\x75\xbf\x83\x8a\xdc\x4e\x47\x5c\xf3\x1c\xcf\x00\xad\xf7\x07\xc5\xec\xdb\x93\x5d\x5c\xe7\xa3\xf9\xcd\xec\x9b\xbc\x8d\x32\x94\xbe\xe9\xd6\x13\x74\x64\x1b\x4a\xfc\xa6\x94\x1b\x7d\xbf\xf5\x8b\x66\x36\x34\x33\x6f\x20\xec\x76\x49\x79\xcb\x9b\x2c\x6d\xca\xb6\x9e\xec\x72\x28\x0d\x61\xbf\x29\x63\x59\x86\x0f\x15\x07\x1d\x74\x33\x69\x9c\xb3\xe4\xab\x4c\x23\x7d\x85\x9f\xcf\x0f\x1e\xfd\xdd\xfc\x30\xe9\x09\xab\xbe\xf2\x4a\xe6\xaa\x0f\xc2\xdd\x48\x4a\x5f\xe6\x8a\x57\x4d\xf6\x5b\x3f\xcd\x36\x89\x51\x73\x15\xd4\x5c\xd5\xad\xb9\x1f\x2b\xf6\x70\xc5\xef\xa1\xe2\x2a\xfa\x22\xe4\x79\xf6\xdd\xda\x40\x32\xf9\xbd\x34\x9d\x37\x14\x39\xbf\x47\x03\x54\x56\xf0\x6a\xff\xdb\x3f\xa4\x2b\xbd\x3e\xc1\x04\xc4\x7b\xa0\xa4\x37\x64\xbb\xfc\x95\xec\x0e\xf3\x46\xa6\xe9\xd7\x98\x95\x15\x0b\x5e\x65\x90\xc5\x92\x17\xeb\xf3\xad\xd9\x50\x65\x6a\x4b\xf5\x93\xdd\xf0\xfb\xc6\x28\x1a\x14\xe5\xc7\xaa\xbc\xdb\x77\x9e\x9e\x0e\xba\x1a\x4a\x3e\xaa\x86\x03\xd0\xa3\xa5\x1a\xbc\xfa\x9e\x6e\xd7\xaa\xcc\xeb\x3c\x7f\x81\x6a\x3d\x1f\xb1\xd5\x2a\x7f\x90\x6a\x9e\xa6\x01\xa4\xee\xf5\x14\xa1\xf2\x5f\x51\x84\x48\xdb\x29\x94\x3e\xa3\x5e\xa1\xea\x91\xab\x0c\xf8\xb0\x7a\x5e\x9f\x79\xdb\x90\x77\xc6\x8a\xa6\xd5\x14\xac\x65\xbd\x27\x4d\x68\x7b\x7b\x8c\x4e\x24\x68\x91\xa4\x5c\x2e\x59\x91\x5a\xb6\x7c\xfc\x7e\x8a\xb6\x24\xbb\x2c\x3e\x62\xa9\x4f\x78\x8d\x11\x26\xb3\xb2\xd8\x67\x23\x98\x86\x9f\xec\x66\xa6\x1f\x1f\x0f\x07\xd7\x74\x51\xa3\x15\x45\x9e\x70\x21\x33\xb7\xec\x6b\x0b\xdf\xc4\xb2\x2d\x99\xbb\x75\x03\xe4\xed\x06\xbe\xc2\xa0\x32\x48\xe0\x6f\x67\x6e\x2d\x57\xe2\x40\xdc\x9a\x99\x73\xd0\x6c\x12\xb7\xe6\xe5\xcb\x21\xbf\x6e\x4c\xda\xd6\xb4\xb4\x0d\x38\x95\x0d\xdc\xad\x9a\xf1\x83\xf2\x4f\xd5\x06\x77\xcb\x66\x15\x31\xa2\x0c\xe8\xd6\xa6\x56\x99\x0d\x89\x91\x65\x43\x64\x3f\x3b\x90\xb4\x4f\xca\xac\xa6\xbc\x94\x37\x02\x3b\x53\xef\x60\xe6\x32\x52\x29\x74\x76\x1a\x19\x0c\x29\x67\x55\x68\x06\xd4\x30\x1b\x66\xd7\xec\x06\xf5\x7e\x48\xde\x92\xca\x62\xf4\x8f\x32\x2b\x06\xd6\x8e\x35\xfc\x75\x22\x55\xe2\x17\xfc\xbf\x9f\x22\xb3\xad\x53\x64\xfb\x85\xb2\x7f\xe9\x0b\xc9\xaf\x53\x8d\xd6\x35\x06\x2c\x81\xe1\xd2\x98\x3e\x9b\xe1\xb7\x62\x94\xc8\x9d\x14\xb3\xa6\xc3\xc2\x9f\xf9\x92\x5b\x6b\xff\x75\x36\x68\x86\xfb\xd9\xee\xee\x20\x6b\x73\x1d\x3e\x3d\x19\x76\x44\x3e\x1c\x5c\xdf\xd8\x7c\x38\xd4\x66\x9d\x7f\x89\x5f\x74\x2b\x2f\x82\xda\xbb\xb6\xae\x4e\x2f\x3e\xbc\x3d\xbc\x3a\xb5\x6c\xeb\xf2\xea\xaf\x6f\xf1\xef\xf1\xc7\xf3\x0f\x57\xd6\x8d\x59\xad\x5c\xbe\x90\xd1\xf7\x90\x33\x40\x23\x7d\xd1\x0c\xe9\x01\xc6\x23\x9f\x3a\xcd\xfd\x80\x03\xa7\x1f\xc5\x65\xfa\x00\x23\x9a\x9c\x57\x68\x40\x39\x68\xbf\x58\x36\x73\x6c\x36\xeb\xc9\xb5\xc1\xe2\x20\xfb\x13\x53\x35\x9c\xa9\x1a\xae\x67\xec\x3a\xbb\xb1\xf3\x59\x3d\x9a\xf3\xe6\xb0\x21\x67\xa1\x41\x47\xc1\x1d\x1e\xd4\x72\x30\xb5\x9a\x6a\x8d\xba\x87\x62\xb4\xb9\x41\xe9\x72\x45\xe9\xf2\x51\x53\xbe\x2d\xef\x78\x75\xcc\x6a\x3e\x18\x0e\x77\x77\xf7\x5c\x60\xb9\x5a\xb9\xa8\x47\x0d\x9b\xc3\xe0\x36\xd4\x7d\xe1\xba\xb6\xf3\x9b\xe1\x13\xef\x97\xbe\xed\x21\x9b\x16\x52\xb4\x50\x3a\x37\xa3\xfa\xbb\x05\xb7\x65\x81\x71\xd2\x30\x2a\xb7\x6b\xe4\xdc\x9e\xb3\xfc\x5a\x90\x3f\x0c\xe9\xd7\xee\xcd\x41\xf1\xba\xf9\xb5\x47\x15\xc3\xfd\x66\x54\xe1\x32\xde\xf7\xaa\x11\x3a\xef\xa0\x18\xda\xf0\x49\x9f\x9e\x9e\xec\xfe\x7f\xbf\xda\x34\x55\xc3\x73\x64\xaf\x0d\x3d\x32\xdd\x8e\xdd\xae\x3a\x65\xea\xc6\xda\xa0\x5d\x71\x96\x34\xff\xa8\x47\x65\x35\x7f\x95\x96\x49\xfd\x0a\xed\x88\x7b\x29\x4f\xca\x94\x57\xa3\x45\xb3\xcc\x5f\x67\x05\xcd\x3d\x33\xeb\x25\xff\x55\x9d\xfa\xe5\xcc\xda\x65\xd5\xbc\xbe\xbe\x81\xa4\x05\xe4\xf1\xe9\xe3\xb9\x9e\x0f\x06\xa6\xb6\xad\xfa\x9e\x75\x91\x15\xe8\xa4\xb1\x83\x0b\x64\x3b\x58\x80\x9d\xff\x85\x8b\xac\x07\x3b\xb7\x59\x9d\x35\x3b\xd6\xcb\xe6\xa5\x05\x43\xe6\x4e\xb3\xe0\x3b\x62\x9d\xe7\x3b\x4b\x79\xd0\xf1\x4e\x59\xed\x40\x65\x00\x5e\x94\xc5\xde\x52\x65\x96\xf2\xdb\x1d\x8e\x47\x45\x14\xf0\x44\xbc\x19\x6f\xc4\xfc\xeb\x1d\x56\xa4\x3b\x8c\xe2\x64\xb3\x7c\x67\xc1\xf3\x95\x58\xe7\x3b\x77\xd2\x6d\xb1\x1e\x59\x4f\xd0\x03\xcb\x61\xb3\xa8\xca\xbb\x1d\xb4\x92\x0d\xd8\xc0\xf3\x82\xd6\x1e\xcd\xef\x76\x2e\x79\x63\xe7\x33\xe8\x94\xaa\xa2\x13\xa9\x0d\xac\xf1\x8f\xbd\x1e\xf0\x97\xd6\x31\x5b\x35\xeb\x8a\x5b\x9d\x95\x71\x99\x00\x3f\x49\x7e\xcd\x6f\x66\x8d\xcd\x67\xce\x01\xff\x53\xa3\x2a\x94\xbf\x7c\x39\xac\x47\x2c\x4d\x07\xcd\x35\xbf\x91\xab\x40\xe9\xec\xc5\xc0\x5a\x17\x29\x17\x59\xc1\x53\x63\xd0\xbb\x43\xe6\xfe\xf8\xf8\x2b\xc2\x51\x4a\x2e\x90\xbf\x2d\x55\x97\x9c\x00\xb5\x7a\xf5\xf7\xeb\xfd\xc3\xbd\xbf\x7d\x61\x7b\xbf\x7c\x5e\x3b\xce\xb1\xb3\x07\x7f\x4e\xa6\xf8\x6f\x88\x17\x67\x78\x71\x86\x17\xde\xd9\xd9\xe7\xb5\xe3\x07\x98\xcc\x0f\x4e\xf0\xdf\xb3\xbd\xcf\x6b\xf7\x0c\x24\x9e\xe3\x1c\xef\xe1\x9f\x13\xf8\x17\x93\x79\x6e\x08\x92\x63\x07\x2f\xce\x4e\xcf\x3e\xaf\x7d\xc7\x71\xf7\x3e\xaf\x4f\x02\xb8\xe7\x2c\x42\xc9\xd9\xc9\x31\x5c\x9c\x9c\xe1\xc5\xd9\xd9\xc9\xcd\xff\x5f\x0b\xf6\x79\x6f\xe4\xec\x45\xf0\xe8\xa3\x00\x1e\xe3\xc8\x67\x4e\xf1\x31\xfe\x19\x3e\x66\xec\xdc\xfc\xf1\x0f\xaf\x6c\xa1\xb4\xf1\x96\x5f\x76\x79\x87\xbd\x00\x0d\x61\xd9\x69\x6c\x73\x39\x20\x48\xad\xd3\x66\xc3\x6f\x48\x18\x19\xc6\x32\xaa\x8f\xca\x32\xe7\xac\xa8\x67\x9e\x54\xbf\x7d\xf9\x67\x0c\x7f\x24\xb3\x64\x6a\x38\x42\x63\x5b\xb9\x05\xac\x57\x2c\xe1\xb3\x4a\x4a\x96\x6b\x0c\x20\xa7\x0a\x34\x2b\x5a\x7e\x0a\xd7\x98\x09\x97\x18\x94\x5f\x3d\xa5\x66\x45\xd6\x64\xbf\xf0\x4f\x1f\xdf\xce\x32\x09\xc9\xd1\x10\x0f\xc4\x90\xb4\x68\xc6\xb0\x7d\xdf\xc2\xdb\x59\x6a\x5e\xda\x49\x59\x31\xe7\x55\xb9\xae\xf3\x87\x4b\xde\xe0\x61\x94\x6f\xae\x2e\xde\xee\x90\xb5\x01\xf7\x51\xa9\x0b\x52\x7a\x76\x32\x9d\xaa\x5e\xaf\x56\xa0\xeb\x91\x4a\x73\x4a\xeb\xd5\xe4\x98\xac\xc5\x6f\x1e\x52\x19\x9f\x59\x0b\x80\xd2\x5a\xa3\x7a\x95\x67\x0d\x32\xaf\xef\xcc\x03\xd0\x6b\x61\x0c\x80\x8f\xe0\xd8\x2f\x5c\x5b\x5a\x3d\xe0\xd7\x0b\x17\x67\x96\xeb\x6b\x4b\x7e\x8b\xe3\x05\xab\x6a\xde\x58\x36\x5d\xef\x25\x04\xdc\xd8\xd7\x96\xb6\xbc\x5a\xb6\xfc\x8d\x28\x8c\xbc\x67\x65\x65\xd9\x96\x28\x2b\x42\x9a\xd5\xe9\x3f\xd7\xd9\xad\x65\xe3\xef\x3d\x8e\x17\x37\xdb\xd6\x08\x3b\xf3\xd4\xc1\x2d\x10\x32\x59\xd4\xc6\x76\xb1\xa8\xd7\xee\xcd\x46\x69\xad\xa4\x5b\x53\x96\x6d\xa5\x15\x9b\xcf\xe9\x77\xbd\xe2\x79\x8e\xd5\x6c\xd9\xd6\x2d\xd4\xbd\xf5\xbd\x47\x9b\x55\xe3\xe1\xf3\xba\x33\xff\xe6\xa3\xd9\xba\x29\x29\x16\x9e\x65\x5b\x9c\x42\x2c\x7d\xe4\x35\x9e\x31\x54\xab\x40\x4e\x58\x1d\xc9\xba\xa6\x22\xc1\x07\xe4\xd5\x2d\x3f\xcc\x57\x0b\xf6\xdf\x28\x4d\xff\xf9\x16\xcb\xf3\xf2\xee\x6c\x9d\xe7\xd2\xbf\x6d\x87\xd5\x0f\x45\xb2\x03\x85\x3a\x83\xc7\xe1\xaf\x0f\x39\x7b\xd8\x49\xe4\xfe\x8d\x5a\x35\x3b\xf8\xcb\xab\x9d\x94\x14\x5f\xf5\x83\xf6\x79\x9f\x17\xf4\x43\xe1\xd2\x49\x0c\x72\x02\x0e\x8c\x4e\x42\xef\xca\x9f\x58\x9e\xa5\xac\xe1\x3b\x92\x0e\xec\xe4\x65\xb9\xda\x29\xca\x8b\x32\x5d\xe7\x30\xab\x69\x79\xb9\xe2\xc5\xce\x2a\x67\x0f\xb5\x8c\x7f\xbb\x53\x51\xd8\xab\x9d\x8a\xea\x67\xa7\x92\x75\x98\xee\xa0\x69\x3d\xdd\xa9\x39\x5b\xe6\xbc\xae\x77\xb2\x86\x2f\xf1\xf0\x9f\xff\x66\xcb\xf6\x7f\xd3\xe7\x4b\x64\xef\xb3\x6c\x6b\x29\xcf\xfd\xe0\xf8\xb3\x41\x48\x5a\x39\x78\xfa\x9b\x3e\x90\x6f\xbf\x70\xb6\xf4\x24\x2b\x51\x93\xa8\x95\xd2\x16\xe9\xdf\x94\xdd\x78\x7b\xc7\xb4\x92\x32\xaf\x2d\xdb\xaa\xca\x3b\xf8\x53\x67\xbf\xc8\x16\xce\x8a\xdf\x94\xeb\xf4\x3b\xb9\x56\xe5\xdd\x25\xe4\x01\x7a\x31\xab\x9a\xdf\x94\xd7\xe4\xf9\x0a\x46\xc2\x11\xcf\x5e\x5d\x7f\xde\xdb\xbf\x19\x5c\xb3\xbd\x5f\x6e\x86\xaf\xe6\x07\x66\x20\x1c\xad\x8b\x40\xcf\x1e\x35\xe5\xa7\xd5\x4a\x65\xd6\xdb\x31\x0d\xd3\x85\x1c\x1d\xaa\xd9\x6d\x5f\xb7\x6d\x86\xaf\x61\xb0\xd8\x87\xe7\x1f\x0c\xc8\x58\x52\xbd\x46\x5b\x34\x0e\xea\xfb\x2f\xca\xdd\xdd\x81\xa7\x69\xca\xee\xee\xc0\x2a\x91\x45\x5c\x3b\x37\x8f\x8f\xd6\x7b\xf5\x7b\x08\x12\xa9\x97\x5d\xbb\x20\x79\xa7\x7e\x0f\x87\xc3\xc7\xc7\x41\x97\xd2\x42\x91\x32\x31\x68\x6d\xc5\x5b\x29\x4a\xf3\xf8\xf8\xdd\xdb\x5e\xe0\xba\x0a\xda\xdb\xb1\xa0\xa4\x3a\xbd\x70\x0f\xea\xbb\xac\x49\x16\x03\x95\xc7\xf0\x5b\xc2\x6a\xde\x6a\x8e\xfb\x78\x59\xa3\x27\xb1\xb5\x4f\x77\x39\x07\x88\xc6\x72\x0a\xd5\x30\xbc\xbb\x7a\xd8\xeb\x17\x45\x7f\xa6\xdd\x97\xab\x70\xa8\x07\x81\xc2\xd2\xf9\xa6\xa3\x3a\xcf\x12\x3e\x70\xec\x09\x28\x3e\x92\xff\x43\x4a\x3e\x3c\xa0\xb1\x44\x3d\xc5\x7d\x7a\xd2\xaf\x37\xd4\x05\xca\xc4\xa0\x6c\x5f\xca\x78\xeb\x21\xbd\x20\xbd\x37\xbe\xde\x8e\xaf\x32\x6b\xf0\x4d\x76\xc6\x3a\x73\xa8\x4e\x89\x4d\xf6\x95\xfe\x5a\xbf\x63\xef\x06\xcd\x50\xc2\xd3\x3e\xfc\xf8\xe8\xfe\xbb\xd2\xb7\x5e\xb8\x4f\x03\x28\x59\x65\x97\x43\x5c\xc6\x82\x52\x0c\xed\x52\xaf\x27\x55\xaf\xcd\x96\x4e\x37\xbd\x10\xd2\xa5\x62\x69\xf3\xe1\xe3\xa3\xba\x5a\xd8\xa0\xe7\x0d\x56\xa3\x86\xd7\xcd\x80\x0f\x5f\x2f\xa1\x5f\xbc\x70\xf6\x07\x0b\xf9\x03\x9a\xff\xf0\x69\x80\xab\x1e\x94\x7d\xf1\x9a\x6f\xe8\x52\xcd\x70\x9f\x77\x15\xb0\xc6\xb6\xac\x97\xc5\x70\xb8\x5f\xf5\x49\xcb\x6b\x7e\x5d\x75\x18\xcb\xcd\x4c\xe7\xec\xbf\x50\xad\x7c\x77\xd7\xb2\xf6\x8b\xfd\x41\x33\xab\xba\x7c\xc8\x2e\xfb\x08\x32\x24\xfb\xd7\x4b\x37\x28\x66\xbe\x5c\xe5\x91\xd9\x0f\x25\x0b\xab\x76\x77\x5f\xc8\x05\x22\xcb\xda\x87\x02\xdb\xe5\xeb\xee\x8b\xbc\xbb\x1c\x94\xa8\xf1\x6d\xbe\x60\x31\x1c\x0e\x87\x4f\x96\x5c\x02\xda\x93\x0b\x09\x3b\x2c\xcf\xe6\xa8\xee\xec\xc5\xac\xc6\xf0\xe7\x3b\xac\x62\x71\x96\xec\xc1\x4c\xb3\xa3\xc0\xbd\x7a\x91\x89\x66\x27\x61\x2b\x75\x63\x92\x67\xab\xbd\x15\x6b\x16\xf2\x57\x05\x13\x0f\xda\x69\xf7\xb2\xa2\xe1\xd5\xaa\xcc\x99\xd4\x6e\x36\xb1\x3d\x21\x83\xdb\x93\x6c\x55\x95\x22\xd3\x77\x4b\x13\x29\xb0\xaa\xb4\x5c\x66\x05\x33\x4b\xc6\x0b\x98\x11\xf7\x5a\xdb\xf9\x8e\xc8\xf2\x7c\xaf\x5c\xb1\x24\x6b\x1e\xe4\x05\x16\x44\xe4\x65\x99\xee\x61\x86\xf4\x5b\xa7\x29\x8b\x66\x4f\xa0\xdb\xae\xfc\x0d\x03\x79\xfb\x6b\x8f\xa5\xff\x58\xd7\x0d\x01\x32\x16\x8b\xba\x78\xc8\x29\x21\xe9\xb6\xf2\xe2\x4e\x56\xc7\x3c\x7f\x58\x2d\x70\x21\x9d\x7e\x96\xad\x33\xfc\xde\x42\x07\x6a\xda\x22\xbc\x25\x97\xc7\x1d\x4c\xb5\xc7\xd2\xdb\xbd\x7b\xfa\x5d\x56\xd9\x3c\x2b\xf6\xee\x77\xd0\x89\xc2\xa8\x1a\x34\x83\x57\x7b\xb5\x0c\xb2\xb3\x83\x6b\x25\x59\x31\xa7\x37\x5e\xa2\xbd\x7e\x8f\x17\xa9\xfa\xb9\xcc\xf4\x4f\x9c\x66\x76\xca\x5b\x5e\xe1\x77\x5d\x51\x20\x9a\x16\x69\x54\x04\xa2\x9d\x15\xcb\x8a\x66\x0f\x97\x22\x76\x56\xac\x28\x6b\xbe\xe7\xee\xa0\x2b\x1e\xe4\x7e\x0b\x5a\xf9\x8e\x2e\x13\x7e\xe2\xa2\xd9\xa9\x17\x6c\x65\x16\xb5\x6e\xca\x15\x95\x0b\x7f\xaa\x0f\x51\x37\x55\xf6\x95\x37\x32\x72\x42\x5b\x8c\x2e\xdc\x96\xa5\x6e\xaa\xf2\x2b\xdf\x4b\x59\xbd\x60\x55\xc5\x1e\x4c\xa0\x14\xa2\xe6\x8d\x42\xe0\x25\x12\xb6\x32\x2f\xff\x51\x66\x85\xba\x5e\x66\x0d\xbc\xe8\x32\xd3\x37\x18\x25\x82\xcb\xbb\x2c\x6d\x16\x3b\x0d\xbf\x6f\xf6\x18\x46\x50\x92\xbf\x53\x9e\x94\x92\xf5\xcb\xeb\xf6\x0d\x61\xde\xe9\x55\x66\x0b\xb5\x6f\xb0\x2e\xb2\xa4\x4c\xf9\x5e\x9c\xa5\x99\xbe\xc0\x9d\xdb\x70\xd5\xd4\x7b\x2b\xa8\xd5\xe5\xce\xed\x1e\x03\x6e\x1a\xf3\x26\x4b\x76\x6e\xf7\x16\xac\x98\xc3\x53\x6e\xf7\xb2\x94\x97\xf3\x8a\xad\x16\x88\x2f\x59\xb3\xe0\x4b\x26\x9b\xce\x2d\xae\x09\xed\xc9\x65\xea\x1d\x68\x51\xd8\x8e\x1e\xe4\x4f\xdd\x8c\xcc\xab\x87\x9d\xbb\xb2\x4a\x75\x13\xba\xab\x32\x6c\x41\xcb\x32\xe5\x3b\xf7\xcb\xbc\xa8\xf7\xef\xf3\xac\xf8\xba\x73\x4f\x1d\xfe\x37\x90\x40\xa9\x3e\x8c\x2a\xbe\xca\x59\xc2\x07\xb1\xfd\x30\xdc\xa6\x48\x6c\x50\x69\x7c\xd0\x3e\x4b\x9a\x35\x50\x56\xba\xaa\x92\xaa\xcc\xd5\x95\xf1\xb3\x5e\x94\x77\xf4\x13\xdd\x54\xd4\xef\x87\xdf\xc4\x53\x7f\x6b\x11\x51\x5d\xda\x7f\xf5\xea\xee\xee\x6e\x74\xe7\xa3\xad\xcb\x8d\xa2\xe8\x15\x3e\xcc\xea\x30\xb8\xfb\x65\xbe\x0f\x23\x94\x65\xe3\xcf\x9c\x15\x73\xfa\x89\x03\xfd\x77\x19\xdd\xbf\x50\x94\xbf\x5c\xbc\x85\xe2\x84\xaf\x0a\x35\x9d\x74\x8b\xd4\xb0\xf8\xbc\x48\xf9\x3d\xa8\x87\x55\x59\xd7\xef\xf1\x93\xff\x26\x6e\xe9\xfe\x06\xf2\x7e\x3b\xc2\x6a\x78\x53\x71\x41\xf7\x59\x1a\xb0\x64\x0e\xf4\x4d\x17\x88\x3c\x57\x99\x38\x6b\xdb\xd7\x56\x5d\x25\x90\x58\xde\x23\xd7\xa7\xa4\x32\xbb\x94\x6b\x49\xff\xea\x0b\x38\xf6\x0b\x47\x93\xe3\xe3\x59\x39\xfa\xf2\xe5\xf2\xf4\xf8\xe3\xe9\xd5\x97\xf3\x77\x57\xa7\x1f\xdf\x1d\xbe\xbd\xfc\x72\xf2\xfe\xcb\xbb\xf7\x57\x5f\x3e\x5d\x9e\x7e\x79\xff\xf1\xcb\x5f\xdf\x7f\xfa\xf2\xf3\xf9\xdb\xb7\x5f\x8e\x4e\xbf\x9c\x9d\x7f\x3c\x3d\xb1\xef\x66\x53\xc7\x75\x7c\xfb\x2b\xfe\x9d\xda\x97\xf8\x37\xb0\xef\xf1\x6f\x68\xbf\x87\xbf\xee\xd8\x3e\xc5\xeb\xc8\x3e\xc7\x6b\xc7\x3e\xc1\xbf\x9e\x7d\x85\x7f\x7d\xfb\x1f\xf0\xd7\x73\xec\x8f\x78\x3d\xb1\x3f\xe0\xdf\xa9\x7d\x81\xb8\x6b\xbf\xc3\xbf\xa1\xfd\x16\xff\x46\xf6\x19\xfc\xf5\x1d\xfb\x10\xff\x22\x9b\xdb\xb6\x94\x21\xb7\xb7\xed\xee\xca\xbf\x50\x5d\xb2\xa5\x1d\xcd\x5a\xe4\xe0\x6e\x76\x34\xb0\xd0\x8c\x3b\xe2\xd2\x58\x67\x0d\xed\xaf\x2d\xb8\x2a\xab\x86\xe5\xd6\xd0\xbe\x6c\x31\x51\xb1\x39\xa5\xbc\x6f\x51\x69\x50\xfe\x02\x83\x86\x35\xb4\xdf\x1b\x59\xc8\x39\xbd\xb2\x86\xf6\x69\x07\xbd\xcd\x52\x44\xcf\x5b\x34\x91\x87\x72\x58\x43\xfb\xc4\x78\x9e\x0c\xab\xf7\x05\x1a\xc3\xd0\xbe\x32\x1e\xb9\xae\x57\xbc\xa8\xff\x3f\xee\xde\xc5\xb9\x6d\x9b\x89\x17\xfd\x57\x2c\x4e\x86\x03\x5c\x23\xfa\x24\xdb\x79\x51\x41\x75\xd2\x3c\x9a\xb4\x79\x35\x8f\xa6\xa9\x8f\x27\x43\x8b\x90\xcc\x86\x02\x54\x10\x72\xe2\x58\xfa\xfe\xf6\x3b\x58\xbc\x29\xda\x4d\xbf\xf3\x9d\x73\xee\xdc\x99\xc4\x02\x41\x00\xc4\x63\x01\x2c\x16\xbb\xbf\xd5\xdf\xfb\x73\x37\xf6\x53\x53\xb7\xba\xa4\x37\xe1\xd5\x92\x2d\x45\x86\xc9\xeb\x10\xd3\x94\xdf\x2e\x32\x4c\x5e\x84\x98\xd3\x46\xcc\x3e\x67\x98\x84\xf2\xe0\xdc\x8b\xc9\xcb\x90\x46\xac\xca\xbf\xd6\x6c\x58\x57\x19\x26\xcf\x43\x74\xc5\x4e\xd7\x8b\x4f\x4a\x96\x33\xe6\xfa\xe1\x49\x94\x69\x3e\x6f\x41\x3e\x90\x61\xf2\x20\xaa\x01\xa8\xf0\x7f\xf2\xc2\x7c\x3d\x44\x4f\xc9\x37\xfa\x1d\x43\xaa\xb7\xaf\x52\x09\x19\xce\x72\x1f\xa2\xb3\x9c\xe5\x2a\xd9\x66\xb3\xab\xc1\xc5\xa6\xfa\x6d\xd1\xf3\x0d\xc4\xe8\xb7\x3c\x67\xc7\xdf\x4e\x36\x1b\x76\x9c\xfd\x8f\xff\xe1\x3e\x92\x9d\xe0\x29\x83\xa3\x5d\x38\x12\xbe\xd7\x9f\xab\xe7\xc8\x5f\xd6\x3c\xc5\x4a\x5e\x5c\xc6\x52\x6f\xbc\x9d\x95\x70\xbe\x70\xcb\x1c\xa8\x10\xcf\x3e\x0f\x95\xac\x97\x08\x0f\x97\xf0\xf6\x5f\xff\x93\xa3\xbd\xff\x07\x95\x6a\x0f\x4f\xf1\xbf\xf0\xe4\x29\x55\x79\x6e\x8f\x7e\x99\x3d\x3c\x64\xff\x93\x67\xfb\x4f\xf7\x19\xf4\xd0\x6f\x74\x30\x0e\xcd\xfe\xc9\x88\xc3\xeb\x39\x1a\xb0\xcd\xe6\x37\x7b\xd0\xc9\xb2\xc9\x6f\x74\x30\xb2\xf7\x87\x50\x9d\xe1\x4a\xb2\x55\x29\x19\x98\x26\xbd\xd3\x03\x35\xb9\x22\x9e\x9a\x36\x4d\x74\x7b\xea\x39\x32\x1a\x76\xf1\x6d\x7d\xda\x48\x7b\x3b\x38\x34\xc7\xce\x70\x22\x0e\x02\x59\x92\xc1\x55\x7c\x46\x2e\x5b\xa6\x8a\x2b\x0b\xda\x62\xb2\xab\xe2\xf9\x86\xcd\x1b\x36\x53\x79\x6e\x03\x43\xaf\xc4\x87\x2f\x75\x05\x77\xa2\x91\x22\xc7\x27\xae\xeb\x1b\xd3\xf5\x82\x36\xdb\xdd\x84\x8c\x1c\xc3\xcd\x3b\xa8\xeb\xc1\xe0\x99\xe3\x55\x94\x59\x67\x74\x5a\xed\xa1\x3d\x71\x96\x9e\xf1\x76\xf9\x74\x93\x7c\x4c\x3d\x47\x4d\x9e\x8b\x3c\xef\x51\xc9\x36\x64\x11\xae\x99\x24\xb5\x51\x6e\x27\xff\x9f\x7a\xe2\xd4\x54\xf4\xc4\x96\xd4\x5d\xf2\xde\x1c\x93\x96\xd6\xfe\x61\x32\xbe\x4f\xcb\x3c\x1f\xdd\xa7\x6d\x9e\xcb\xe3\xf2\x64\x40\x69\x7d\xdc\x9e\x4c\x70\x7b\xf3\x26\xdc\x85\x46\x29\x26\xe5\xcd\x9b\xa4\xbd\x79\x53\x0f\x75\x94\x16\xaa\x3d\x1e\x50\x5a\x6e\x36\xfa\xa7\xc5\x95\xd0\x51\x3a\xf5\xe8\x87\x9b\x37\xdb\xcd\x26\x4e\x1d\x11\xab\x8e\xf6\x9b\x7a\xb6\x57\xaa\x3d\xbd\x33\x65\x04\x82\x19\xde\x7e\x39\xab\x1b\x86\x42\x05\xf0\xe4\x54\xb2\xf2\xf3\x76\xbb\x9d\xd7\xbc\x6c\x9a\x8b\x4b\x4d\xe6\xe4\x2a\x0a\x75\x0a\xf7\x88\x51\x36\x65\xb1\xea\xeb\x66\xc3\x86\x1c\xb4\x3c\x32\x3c\xd5\x93\xb4\xc8\xb2\x30\x6b\x7f\xd1\xb3\xd6\x1e\xfb\xd9\x50\x95\x0b\x7b\xea\xf7\x27\xfa\xf7\x3a\x5a\x0f\xb1\x39\xd2\x8f\x6f\x87\x17\xd9\x73\x58\x30\xed\x8b\xc3\xe8\xc5\x5b\xbf\x18\xdb\x97\xf7\x7a\x5e\x3e\x87\x25\xd9\x24\x18\x81\xec\x64\xef\xc0\xfc\x8c\xfd\xd7\x19\xfd\xc9\x7e\x5f\xf3\x02\xb6\xb0\xf1\xee\x5b\xab\x41\x13\x12\x1d\x1c\xf4\x24\xfa\xd4\x4d\xd5\x53\x12\xe8\x0e\xa7\x62\x94\x2c\xdb\x86\x0e\xfb\xcb\x2e\x73\x66\x45\x75\xc2\x21\x58\x60\xaf\xda\x7c\x7d\xa2\xde\x71\x31\xf2\x8e\x49\xaf\x16\x49\xc8\xe9\x64\x4f\x4e\x2a\xf3\xd6\xd5\xed\x89\xdb\x80\x4d\x8b\x3e\xbb\xf8\xd7\x66\xb3\x36\xb1\xaf\x7c\xac\xdb\x7f\x4d\xfc\x57\x17\xff\x16\x36\xec\x17\x7a\x9f\x32\x6f\xde\xf9\x37\x6e\x28\x4d\xfc\x9f\xdd\x78\x18\xc5\x6d\xa4\x1a\x1c\xd7\xde\x13\xd6\x8d\x1b\x26\xce\xd6\xfe\x59\xe1\xa8\x35\xed\x91\xec\xa1\xdb\xf3\xf7\xb3\xe1\x43\xc1\xdb\xf5\xd2\xd7\xf5\x71\xc8\xf3\xc9\xb2\x06\xd7\x64\x7e\xed\x58\x0a\x93\xf9\x51\x11\xf8\x6a\x4d\x02\x4e\x5b\x43\xd1\x4e\x21\xca\x8e\x49\x96\x91\x4e\xdd\x50\x06\x7b\xe6\x34\xb3\xc8\xbe\x6f\xd8\x1c\xc1\x6d\x32\xce\x8a\x28\xce\x51\xf4\x1b\x47\x5a\x7f\xa5\x13\xe8\x45\x1c\x6f\x09\xd2\xbe\x7a\x5d\xe8\x0a\x7e\x5a\x95\x17\x8d\x28\x2b\xc2\xf4\x43\xcd\x6b\x05\xfb\x4e\xc8\x85\x14\x8e\x36\xd2\xa0\x27\x9d\xec\xc6\x7f\x44\xf3\xda\x0f\xc7\x65\x2a\x8a\x84\x27\x0e\xf0\x07\xf6\xc1\x0e\xa1\x15\x64\x1a\x6a\x34\x0f\x41\x88\xea\xa7\xcc\x75\xb3\xe4\x63\x7c\x94\xd1\xdf\x9f\x84\xe5\x69\xc8\x45\xc5\xac\x6a\x46\x56\xf3\xd5\x1a\x68\xa6\xc3\x9a\xe7\x39\x32\x57\x01\xa7\xe2\x6b\x66\x05\xb9\xb2\xac\x6a\x23\x21\x8e\x24\xd1\xbf\x1a\x05\x8b\x4f\x70\x8d\xa4\xd7\xc2\xcf\x4c\x6e\x36\xa8\x13\x43\x77\x8f\x58\xba\x8a\x53\x7f\xdd\x50\xd8\x7b\x28\xc2\xdd\xed\xe9\x82\xa9\x48\x9e\xed\xb4\xdc\x84\x44\x6c\x18\xa9\xcd\x47\x7b\xba\xc2\x44\xd0\x2c\xdb\x67\xc7\x0a\x34\xc3\x06\xdd\x7b\x57\x10\x3f\x46\x3d\x19\x58\x30\xde\xaf\xfe\xc5\x75\x25\xae\x7a\xd5\x32\xe5\x84\xef\x90\x8e\xd4\x14\x22\x53\xbd\xc6\x2e\x13\x02\xda\xed\x33\xe7\x4c\xf6\xb4\x61\xc5\x60\x44\x16\x29\x13\x12\xb4\x0a\x9d\xf1\x1a\xde\x92\x84\x51\x61\x7a\x43\xd7\x4d\x25\x75\x64\xe1\xc6\x22\xd5\xa8\xde\xef\x32\xae\xe7\x33\x7c\x95\x0f\xc3\xc3\x16\x93\xcb\x05\x33\x97\xb0\x3d\xf5\x10\xf0\xf1\xce\x5b\x5f\x83\x2d\x69\x95\x58\xc1\x30\xd7\x7c\x11\x67\xef\x92\x00\x1c\xf6\x8c\x6d\xeb\x9e\x1e\xa3\xed\x76\xbb\x45\x0c\x47\xb4\x74\xc3\xae\xed\x83\x48\xe6\xef\x88\x38\x29\x2b\xd1\xa9\xf2\x5c\x25\xd0\x0c\xd4\x13\x19\x52\x70\x43\xc1\xf2\x1c\x09\x43\x70\x6c\x68\x29\x6e\x6a\xf4\x86\x8a\x6c\x5e\x36\x2d\xcb\x0a\x36\x84\x0f\x60\x82\x18\x15\xd8\xdc\x41\x20\xd0\x06\x32\x25\x32\x0c\xa7\x54\x5f\xd7\xdf\x6d\x5d\xfb\xae\x37\xf4\x2c\xd3\x0b\x56\x1f\xa9\x39\xad\x8c\xa9\x0b\x58\xdb\x1d\x8c\x93\xad\x2c\x5a\x72\xd8\xb0\x04\xc3\x6a\xab\xc0\xa1\xf7\xad\x53\x51\x5d\xd8\x25\x48\x85\xfb\x22\x13\x1d\xaa\xf8\x73\xa4\xce\x4e\x95\x6b\xb8\x57\x5a\x05\xb5\x54\x72\x99\xde\xba\x3b\xeb\xa2\xf8\x62\xde\xc5\x9d\xc7\x0f\xb6\xb4\xc2\xdc\x5d\xf0\x29\x2f\xd8\xf0\xd3\x17\x59\xae\x56\x4c\xbe\x35\x86\x69\xbc\x56\x75\xd9\xd8\x82\xb7\x51\xdf\x31\x16\xd7\xcc\xec\xe4\xde\xf2\x00\x3e\x39\xcd\xb2\x22\x8d\x21\x82\x9a\x4f\xf9\x86\x4c\x7d\x28\x24\xb5\x1f\x9b\x70\xfa\x07\x72\xc9\xa1\xda\x53\xfb\x5b\x70\x4c\x3a\x15\xa5\x97\x69\x4d\x0b\x41\x6c\x84\x69\x3d\x27\xf6\xaa\x18\xc0\x58\x92\x45\x11\x96\xd6\x64\x65\x84\x98\x69\xa7\xa6\x45\x52\x95\x68\x84\x94\xed\x08\xf3\x1e\xa9\x90\x05\xe7\xf9\x27\xc4\x48\xb8\x8e\x55\x20\xe5\xf1\x39\xb9\xcd\x69\x4b\xb0\x33\xe0\x0f\xa4\x1c\x19\x0b\x5b\x97\x70\xbf\xc4\xb1\xdb\x6c\x28\xa5\x62\x8a\xac\x01\x53\x66\x56\x7f\xc8\xa6\x69\x0b\x02\x3a\x75\x9e\x23\xfb\x44\xe1\x0e\xa6\xf0\xef\xe0\xb9\xfb\xda\xab\xd9\x66\xed\xfa\x74\x59\xc3\xa6\x22\x74\xdf\xb0\x96\x99\x07\x47\xe0\x40\x41\xbb\xd7\x2b\x76\x07\xc0\x93\x1d\xe3\x29\xf7\x66\x2a\xa1\xb5\x86\x4f\x04\x65\xbc\x6e\xc2\x98\x62\x32\x9c\xe7\x71\x06\xdd\x39\xf1\x7b\x8c\x89\x23\x3d\xdb\xcb\x79\xee\x06\x2a\x25\x27\x68\x6a\x1a\x45\x07\x83\x6e\xaa\x68\x74\x04\x73\xfa\x7d\x7d\xb6\x60\xae\x39\x9a\xdb\xb9\xbe\x01\xee\xb0\x18\x86\x72\xe0\xbb\xd7\xda\x8b\x99\xee\x1d\x40\x5f\x9b\xa9\x09\x7a\xa4\xf0\x09\xd7\x1e\xf7\xec\x96\x98\x89\x82\xa5\xbb\x7f\xbe\x9a\xd9\xc6\x37\x1b\x15\xd3\x85\x1f\x6b\xa5\xe7\x4f\x5c\x4b\xaa\xb6\x99\xd1\x17\xa5\x86\xa1\x36\x84\xc3\xc1\xea\x2f\x8b\x52\x87\x9e\xbb\x7e\xa5\x20\x50\x1c\x0f\xa5\xf0\xa8\x67\xa5\xef\xd9\x88\x98\x55\x9e\xff\x8e\xd8\x50\x7c\xe1\x4c\x3a\x78\x40\x6c\xc4\x2d\xf6\x9c\xc0\xa7\x9d\x4a\xff\x4d\xfb\x8b\x34\x79\x4c\xf2\xdd\x62\x78\xbc\x83\xd5\x76\x5a\xfa\x63\x8d\x44\x97\x4e\x09\xca\x19\x69\x6a\x46\x25\x16\x5f\x78\x8e\x28\x6c\x58\x62\xf8\xd0\x66\xf2\x92\x55\x46\x12\xd9\xaa\x19\x58\xbd\xb1\xa9\x7d\xca\x40\xfc\xab\xb6\x28\x68\x02\x63\x33\x0a\xee\x11\x86\x2d\x54\xb3\x64\xc9\xad\xbb\x66\x0a\x85\x01\xa0\x81\x35\x85\x46\xba\xc9\x92\x8e\x26\xf2\x3e\x77\xba\x8c\x12\x0c\x2e\xb3\x1b\xd9\x3e\x3f\x96\x27\x27\x74\x30\x82\x94\x9c\x8e\x26\xfc\x3e\x8b\x55\x48\x25\xdd\xa5\xee\x1b\x9a\x3b\xe3\x27\x6e\x8d\x82\xb0\xd3\x29\x19\xc0\x35\x2a\x4a\xe2\xa8\xc4\x44\x82\x90\xc2\xc4\xdb\xbe\x7f\xeb\x5e\xeb\x1d\x19\x24\x1f\xa6\x0e\x59\xb6\xff\x07\xe2\x98\x28\xc3\x6b\x98\xaa\xb3\xb8\xea\xd0\xda\x63\x69\x6b\xa0\x17\x40\x7f\xc2\xd3\xb1\x6d\x28\x18\x4c\x08\x91\xf9\xb2\xec\xfd\x32\x9e\xb8\xd9\xb5\xd9\x98\x34\x56\x75\x68\xb3\x41\x8a\xea\x18\xbc\x75\x29\x2c\x2f\x11\x55\x3b\x0c\x46\xcb\xbc\xc4\xcc\x2f\x3f\xfd\xea\x72\x1d\x15\xd6\x7b\xe3\xa0\xf6\xee\x76\xf3\x64\x8f\xee\xdb\xc4\x3d\x35\xfe\xcd\x0c\x88\xf7\xeb\x86\xa5\x9c\x04\x7c\x64\xe2\x0f\xe1\x66\x99\x33\x2c\x86\x35\x9c\x57\x9d\xfd\x9c\xb8\x2d\x28\x6a\x65\xb7\x35\x07\x18\x74\xe5\x53\x1b\x56\x8e\x0d\x47\x88\xc6\x3f\x50\x47\x84\xb8\x9b\xf3\x50\x8f\x05\xe5\xc7\xa3\x93\xad\xa2\x7c\x6b\x57\x75\x30\x2e\xd5\x2b\x10\xa7\x6a\x7b\xd5\x9e\x6f\xfa\x46\x53\x4d\x34\x22\xb3\xa4\xbd\xc9\xa6\xba\xb3\x89\x58\x22\xd0\x6b\x83\xa1\x40\xae\x99\x47\xe6\x16\x60\xbf\x6e\xf2\xb0\xdb\xc4\xf9\xf3\x7c\x67\xa5\xe9\x59\x66\xb8\xdd\xab\x06\x54\xf4\xae\x41\x22\x56\x47\x66\xc9\xd9\xcf\x1a\x60\x31\xae\x26\x66\x41\xbf\x7a\xc8\x35\x2f\x60\x88\x35\x22\xdb\xb0\xee\x1b\xbd\x65\x0b\xa1\xd2\x77\x6d\x74\xa6\x96\x4d\x46\x56\xbd\x29\x0e\x46\xa3\xd1\xbf\xda\xf3\x45\x64\x2a\x34\x67\xb1\xec\xcb\x1e\x8e\x75\x12\x77\xa0\xbd\xae\x14\x48\xbc\x2c\xd5\xd9\x35\xa9\xe1\x2a\xee\x45\xa9\xce\xe0\xcf\x8b\xe7\x59\xf7\xc4\x7c\x6d\x43\x22\x7a\x38\x4b\x57\x75\x2b\x7a\xda\x6c\xae\x2f\x40\xf7\xf6\x74\x0e\x6a\x23\xd7\x35\xc5\x40\xd3\x64\x73\x21\x59\xbd\xe0\xaf\x82\x10\x67\x7a\x7d\xf1\x85\x11\xbe\x2f\x19\x59\x30\x72\xce\x28\x4a\x60\x4b\xec\x82\x62\x76\x50\xb8\x8a\x7c\xff\xe6\xd9\x80\x52\x60\x57\xbd\x66\x6d\x56\xf3\x3d\x86\x35\x15\xd8\x08\xaa\x26\x7e\x3d\x45\x4b\x46\x97\x6c\xb3\xe9\xd7\x23\x47\x59\x55\x9f\x67\x18\x47\x79\xb3\xfb\xed\xf9\xe2\x87\x6c\xdf\x4e\x97\x57\x73\x84\x23\x6b\xa9\xfd\xec\xfe\xbf\xe0\x3d\x51\x74\xc9\x86\xf3\x5a\xb6\x0a\x76\xb9\x49\xf2\x80\x1d\x63\x08\x8f\x28\x7e\x87\x8d\x90\x58\x75\x92\x6b\x6a\xe6\x95\x49\x1e\xbf\xc3\xdb\x2d\xe9\x3d\x82\xbd\x78\xfb\x60\xb5\xca\x73\xf8\x19\xb2\xaf\x6c\xf6\x9e\xb7\xe5\x9c\x3d\x17\xb3\xb2\x71\x8e\x65\xa6\xbb\xea\x69\xd7\xa6\x47\x3d\xc6\x44\x0b\xe6\x50\x7d\xb6\xc5\x82\x45\x26\x1c\xa7\x61\xc5\x8f\xa0\x6a\xa2\x56\xe9\x45\x32\xcf\x39\xcc\xd7\xa6\xb4\xb1\x79\x7e\x08\x3a\x71\x5c\x54\xe0\x9f\x3e\x66\xa7\x91\x89\xfe\xcd\x4d\xd5\x64\xe2\x53\x05\x94\x72\xc1\xe8\x65\xc9\x6b\x03\xb1\xf8\x0c\x6e\x92\x00\x69\x7f\xcd\x55\x31\x18\x59\xdb\x56\x00\xfb\x78\xb5\x56\x2d\xeb\x46\xbe\x6d\xea\x19\xeb\xc4\x7d\xa8\x2b\x75\x66\xe2\xbe\x3e\x69\xd8\xd7\x28\x68\x80\xd0\xcd\xf3\x2b\x59\xd5\xbc\x6c\x7c\xd4\xcc\xa0\xd0\xb9\x2f\xcf\xac\x87\x81\xc1\x08\x4c\x59\xdd\x2f\x18\x8a\xda\xb0\xf1\xcb\x74\xce\xdc\xf3\xdb\x33\x59\xf3\xcf\xee\xe9\x25\x5b\x94\xf1\x5b\x80\x9e\x03\xc1\x8a\xac\xab\x07\x92\x95\x2e\xfc\xc6\x94\x68\x83\x8f\x79\x15\x3d\xbd\x5d\x95\x3c\x7e\x04\x10\x31\xfb\x6c\x71\xe8\x92\xa7\x28\xb7\x89\x88\x0b\xb0\x31\xae\x8c\x08\xbf\x70\x30\x22\xe0\xed\xbb\x29\x97\x2b\xf7\xf0\xd4\xbf\xb2\x3a\x2f\x10\x74\x8d\x10\x72\x75\x56\x9a\xee\x51\xe5\x29\xe0\x1f\x0d\x46\xe4\x4b\x5d\x89\x2f\x10\xf9\x0d\x74\x0a\x20\x24\xc4\x12\x3e\x57\x37\xcd\xab\x50\x12\x68\x5a\x45\xcf\xad\x12\xab\xe4\x51\x8a\xcf\xec\x91\xd3\xe0\x49\xa3\x8c\x0e\x4f\x88\x7b\xe1\xd5\x74\x42\xdc\x4e\x59\x8e\x2c\xb6\xe4\x13\xa3\xc7\x99\x81\x7c\xcc\x48\xb6\x6c\x33\x92\xbd\x10\xdf\x32\x92\xbd\x8a\x6d\xe7\x1e\x7a\xa6\x3e\x59\x61\xd5\x66\xe3\x85\xa5\x89\xea\x68\x66\xd7\xc7\xac\xe0\x9b\x8d\x3b\x07\x0c\xe2\x14\x23\x23\xb2\xbc\xd8\x11\x01\xea\xd3\xc9\x05\x3b\x66\x27\x53\x94\x65\xfb\x0a\xdb\xab\xcf\x42\xed\x67\xab\xaf\xd1\xbd\xcc\x17\x16\xac\x7a\x60\x82\xee\xe9\xa5\xd2\xd9\x00\x5f\x01\xf2\xc1\xfd\x81\xcd\x68\xaf\x3a\x63\xb8\xec\xe6\xcd\x0c\x13\x49\x1f\x32\xc4\x89\x3a\xe6\x27\x44\xe0\x49\x36\x6f\x44\x09\x2b\xbd\x41\x11\xc9\x66\x6d\xfb\x04\xa2\xb0\xd3\x1e\x0c\x05\x13\x89\x0b\xcd\x01\x53\xb9\xdd\xc6\x58\x0f\x17\xec\x0a\x8d\x9a\x4f\x7d\x36\x6f\xc0\xdb\xab\x7d\x7d\x2c\x28\xe5\x03\x85\x46\x38\xd5\x2f\xde\x67\xc3\x76\x7d\x6a\xe4\xce\x68\x8c\xc9\x05\xd8\x7f\x42\x77\xe9\x45\xcc\x6a\x68\x7c\x86\x53\xcd\x92\xf1\x75\xad\xd8\x12\x86\xf9\xb2\xb4\x93\x0c\xa0\xbc\xf5\xaf\xb4\x13\x5b\xff\xb0\xe5\x29\x83\xb9\x72\x06\xb1\xf5\x72\x01\x3f\x7c\xb5\x06\x22\xfa\xcc\x2e\x16\x8c\xdb\xb9\x00\x73\x7a\xc9\x14\x94\xb6\x2a\x65\x09\x04\x6d\x6c\x07\x60\x06\xc8\x72\x06\x69\xbe\x9c\x1a\x1c\xac\x40\x45\x6f\x93\x55\xb5\x9e\xa3\xcf\xba\xe2\x5e\xcf\x37\x70\xa7\xe6\xc6\xe7\x3a\x3e\xbb\xc3\x60\x8e\x0f\xef\x80\x89\xe9\x77\x70\xe8\x31\x17\xef\xcf\x62\x69\x69\xb7\x47\xa6\xa8\x5d\x4d\x80\x2b\x8b\xdd\x6c\x06\x28\xfb\xf4\x09\xf6\xfd\x9a\x5f\x9d\xae\x5b\xf1\xdb\x63\x8c\xb7\x51\x8d\x80\x78\x03\x6e\x51\xfc\x65\x78\xd5\xcd\x7e\x80\x63\xb6\xf8\x6b\xe8\x60\xb0\xf6\x64\x11\x81\x67\x4e\xb6\xb0\x7b\x89\xa6\x86\x75\xdb\xb9\x3e\xcb\x4a\xce\x85\xd5\xb3\xfc\xaa\x79\x19\x88\x4c\xd4\x4e\x6d\x9c\xd5\x0b\x9d\xed\x3c\xdf\x6c\xe5\x6c\x27\x6e\x2d\xeb\x9d\x38\x03\xdf\xba\x13\x6d\xb0\x95\x0c\x1b\x59\xb7\x6d\xcd\x17\x37\x41\x07\xd4\x6b\x88\x8f\xbb\xca\xdc\xa3\xa8\x2b\x5e\xb1\xa0\xdc\x61\x14\xc4\xc1\xf9\xd1\x66\xc3\x86\xad\x9c\x79\x49\xad\xb1\xc4\xc3\xc3\x99\x90\x12\x50\xfd\xab\x9a\x2f\xde\xb7\x8e\x87\x02\x44\x42\x76\xd5\x5b\x4c\x0e\xa1\x93\xdd\x7e\x3f\x75\x76\xb3\x2f\x45\xc5\x2c\xf7\xf7\x98\x99\xa3\xee\x33\xfb\xfb\xc8\xfc\x86\x49\xf1\x8e\x59\x39\x35\xa3\x52\x22\x66\x4e\x53\xe1\x42\x23\x50\xc0\xe3\xee\xe0\x1f\xdc\x1d\xd9\x09\x6f\xa0\x0f\x4a\xc5\xf4\x87\x27\xe6\x5c\x55\x4a\xa4\x30\x79\xcc\x50\xf4\x8a\xd8\x1b\x5c\x95\x50\xcd\x9f\x50\x83\x67\x6c\xfa\x48\xff\x33\xa6\xc0\x0c\x17\x8f\x18\x3d\x66\x27\xc5\x33\x46\x23\xb9\xc4\x1b\x86\xa0\x82\xcf\x98\x43\x60\x78\xc6\x88\xa2\x8f\xe0\xb0\xf9\x48\x3f\x99\x66\x42\xab\x88\x02\x10\x9c\x1e\x63\xcb\x77\xcc\x5a\x5a\x86\x92\x5f\x77\x04\x33\x28\xbe\xc3\x7a\xc1\x82\xf5\x5d\x9c\xc4\xc6\x84\x84\x2f\x75\xfd\xa0\xe3\x9f\x33\xfa\x9a\x91\x27\x8c\x0e\xc6\xe4\x01\x4b\x14\x60\x7e\xd4\x89\xac\xc2\xcf\x33\x2b\x83\xa3\x94\x3e\x62\x9b\x0d\xd2\x05\x10\xdd\xca\xa8\xd0\xa7\xc9\x69\x33\xee\xea\x60\x47\xc1\x93\xcb\x01\xb3\xc7\x94\x12\x71\x1c\xa5\x11\x49\x1a\x4e\xc5\xb1\x3a\x99\xb0\xc2\x5d\x42\xda\x99\x27\xf8\xc3\xa6\x9e\x7d\x76\x17\x8e\xe6\xc9\xd9\xb5\xba\x48\xe3\x6b\x22\x4d\x18\xc5\x75\x93\xbf\x10\xeb\x16\x9c\x4f\xec\xc6\xf4\x26\x7d\x21\xce\x7b\x62\x7a\x93\xbe\x5f\x75\x9f\x7b\x93\x3d\xe6\x8a\xc9\xac\x40\x82\x0e\x84\x97\xc3\x60\xc0\x9d\x1c\xa0\xec\xd4\x80\x5d\x50\x67\xcc\x61\x14\xf7\xa3\xbb\xcf\xcd\xc6\x9a\x36\xb9\x27\xcd\x3d\xeb\x3d\x0d\x9e\x31\x26\x8c\x0e\x84\x51\x08\x89\xee\x5d\xf5\xb0\xeb\xd5\x75\x47\x09\x21\xb9\x4e\x8c\x6e\x19\xbb\x33\xec\x70\x4c\x14\xf1\x2f\x23\x08\x03\x3d\xc0\xdf\x80\xaa\xea\x39\xaa\x40\x8f\x4b\x47\x7d\x60\xf4\xd2\xa1\xca\x76\x2f\xf8\x3e\x30\x92\xad\xca\xb6\x05\x84\xd8\xcb\xce\x8d\xa2\x2e\x6b\xb4\xdd\x62\x62\x4d\x83\xcb\xaa\x02\x04\xe2\xe7\x75\xab\x18\x67\x12\x65\x8a\xb5\x2a\x23\x1f\x18\xf9\xc0\x7c\x2a\x6b\xdb\x79\x75\x42\x7b\x05\xb5\x60\xe6\x0b\xe3\x48\x19\x8d\xa5\xf6\xac\xa4\x25\x56\xf3\x69\x46\x8d\x80\x27\x18\xc7\x82\x35\x8d\xb9\xc6\xf4\x56\xe5\xe4\x10\x4f\x8c\x02\x94\x81\x76\xe1\x64\xe6\xbe\xb6\xb6\xb6\xb1\x82\x9b\x7e\x5c\xe3\xad\xd1\x42\x83\xb9\xf8\x93\x5d\x21\x7e\x81\xa7\xbf\xec\xd3\x1f\x8c\x5e\xda\xf4\xc9\x15\xa6\xce\x33\xd2\x79\xd8\x36\xb2\xc5\xfd\xd8\x5b\xf9\xb4\xfc\xf7\x0e\x74\xe6\x0f\x16\x41\xce\x44\xd7\xe2\xb1\x14\x86\x70\x0a\x93\x99\x0d\xcb\x06\xcc\x21\x95\xc1\xef\x9a\xa8\xa1\x15\xc8\x63\x45\x7d\x18\x0e\xe0\x8c\xaa\x49\x25\x2e\x47\x03\x4a\xd1\x78\x74\x70\x5b\xaf\xb9\x9a\xd7\x6b\xca\x45\x6b\xcc\x75\x5c\x7a\x4d\x9c\x2e\x6c\xb5\x98\x98\x47\x1d\x39\x34\x77\x52\xe5\x62\xca\x3b\xea\x82\x37\xdc\xc6\x30\x36\xbb\x0c\xa8\x1e\xb9\xd5\x7e\xc9\x96\xa2\xfe\xc6\x2a\x90\x11\x45\x4b\x8c\x0a\x56\x53\x30\x93\x42\x73\x60\x53\xe8\x64\xf4\x42\x2b\xea\xe1\x2f\x34\xd9\x9e\x81\x99\x2e\xab\xfa\x15\x27\x7e\x77\xf5\x82\x1e\x04\xab\xaa\x0e\x33\x76\xf7\x6e\xbc\x7a\xfe\x1c\x36\xb8\x3e\x35\x6e\x5f\x43\x7b\x65\x1c\xd9\xa6\x21\x45\xe1\x1b\x3b\xdc\x9e\xfe\x80\x57\x50\xd1\x35\x30\x0a\x9a\x6c\x1b\xf0\x3a\x18\x11\x54\x4d\x26\x41\x01\xc0\x8e\x5d\x28\x5d\x62\x58\x2e\x2c\x24\x9e\x4c\x2b\xe2\x10\xfb\x62\x9b\x37\x24\xa8\x74\x43\x8a\x2f\x39\x15\x93\x99\xe0\xaa\xe6\x6b\xb6\x35\x9a\x68\xf5\x1c\x49\xc3\x53\xea\xac\x26\x64\x0e\x28\xba\xfc\x99\x11\x1c\x4c\xa0\xc8\x3a\xde\x32\x7e\x67\x48\x62\x02\xdf\xad\xe3\x6d\xc2\xc4\xab\x49\x4d\xeb\x61\x5b\x9f\x36\x35\x5f\x6c\xfb\xba\x5a\x57\xd1\x56\x6c\x40\xa9\x70\x75\xe4\x54\x12\xe1\xb0\x05\x5d\xcf\xb4\x7a\x8e\x34\xbe\x3a\x8d\xa9\x8e\xd9\xc1\x2e\x5b\x3d\xd9\x5c\x36\xdf\x26\xb3\x75\x99\x97\x82\x4a\xc2\xfd\xcb\x86\x36\xbe\x62\x7a\xf4\x5a\x0b\xb2\xe0\x1a\xdf\x5f\x7c\xad\x4b\xb9\xaa\xf8\x5a\x7f\xff\xca\xe2\xbb\xad\xbf\xa7\x19\x19\x68\xbe\x1f\x3d\x00\x65\xec\xa4\xbb\x37\x32\xbd\x74\x38\x00\x93\xc5\x72\x71\x1d\x41\xf1\xb0\xbf\x7b\x4c\x1b\xb8\x9f\x2a\xd4\x16\x94\x0c\xd2\xdd\x24\x00\x7d\xb0\x89\x69\xed\x2d\x37\xa5\x37\x9b\xdb\x2e\xe8\xa7\xd7\x04\x8e\xa5\x86\x34\xec\xaf\x1d\x2f\xaa\x88\x72\x67\x12\x33\x66\xa0\x44\xab\xe7\x97\x21\x54\x58\x90\x06\xca\x75\x89\xf9\xd8\xc0\xad\x2c\x9b\x8d\x0b\xd1\xae\xd6\x5d\x58\xba\xb6\x3e\xb7\xff\xa8\x0d\xc0\xb7\x5d\x67\xf7\x4f\x7c\xa6\x3a\x27\xee\x64\xf6\xba\x85\xc4\x54\x4b\x99\x6d\x5a\x45\x64\x3e\x18\xc5\x15\xf1\x26\x8e\xd0\x77\x8a\x70\x45\x84\x22\x52\x91\x5a\x69\x0a\x2d\x01\x53\xb4\xb5\xf7\x44\x8d\xfd\x9d\xd9\xdf\xb5\x02\xab\x85\x17\xe5\x8a\x54\x21\xb8\x82\x3c\x73\x45\xb3\xa5\xe6\x38\x2a\xf1\x85\xef\x41\x68\xbd\xda\x53\x62\x3d\x3b\x9b\x95\x7c\xc6\x1a\x13\x66\xbc\x32\x01\x63\xd6\x55\xae\xbf\xce\x34\xe3\xb4\x57\x9d\x36\x26\x60\xcd\xb5\x6c\x1e\xfb\x04\x65\xda\xf0\x7a\xb5\x57\xc9\x72\xa1\x0b\xd2\xbf\xa6\x9c\x4a\x8a\xd5\xde\xcc\xfa\x91\xa9\x05\xd7\x6f\xa3\x47\x93\xe8\x33\xbb\x80\x82\x3e\xb3\x0b\x80\x45\xd0\x81\xf5\x6a\x0f\xb8\x1d\xb0\x91\x7a\x06\xa1\x99\x58\x5d\xec\xcd\xd6\x6a\x6f\x55\xb6\x8a\xed\x99\x6a\xcd\x00\xda\x77\xcf\xea\xf7\xe9\x33\xfe\x1e\x5c\x30\xef\xd9\x4b\xe7\xc8\x92\x27\xec\x97\x67\x6a\x97\x7d\xbe\x3c\x35\xfe\xe1\x5e\xf1\x82\x91\x4a\x2c\x81\x8b\x00\xb0\x33\x45\xc0\x44\xed\xed\x45\xab\xd8\xf2\x89\xde\xcf\x8a\xf1\xed\x0d\x27\x1c\x44\x78\xc6\x55\xa5\x24\xe6\x3c\xe5\xa1\xe3\xda\xe2\x58\x9c\x44\xec\xfc\xd2\x12\x4b\xe7\x58\x09\x88\x02\x35\xf7\x87\xbd\xd9\xba\x15\x6b\x95\x15\x76\xa4\xcd\xc4\x37\x77\x07\xa6\x73\x95\x57\xbd\xd3\xcf\x0d\x2b\x35\x63\xda\xec\xa6\x86\x81\x16\xe7\x3e\xb5\x79\xd6\x45\xcf\x76\x13\xdb\x11\x8c\x92\xbb\x18\x9d\x61\xad\xf7\xc0\x86\x29\x86\xd4\xd0\xc6\x3f\xab\x70\x9c\x7f\x21\x94\x27\x8f\x98\xd7\x6d\x44\xbb\xf3\xa2\xea\x2d\x2d\xea\xa9\x85\x8a\x99\x99\x1e\x83\x04\x36\x8c\x7a\x7e\x40\x69\x3d\x45\x8c\x9e\x29\x14\xf2\x90\xe8\x3a\xc8\x6d\x56\x4a\x1f\x27\x15\xc6\x79\xce\x95\xfe\x25\x0c\x17\x88\x0d\xbb\x43\xbb\xa1\x02\x90\xf3\xba\xc3\xe9\x8a\x94\x16\x38\x4a\x79\x51\x82\xc4\x79\xae\xcc\x29\x51\xef\x5a\xd1\x4e\x7f\xae\xc2\xc6\x0e\x6a\x80\xa6\xd0\x48\x2c\x43\xfd\x29\xea\x57\x7d\xc0\x4b\x4c\xab\x1d\xa7\x83\x94\x5d\xa3\x93\xbd\x57\xd1\x1b\x0c\xf1\xa0\x83\xc5\x86\x9e\x7e\xa9\x32\x68\xb2\x52\x21\x36\x6c\x4a\xcd\x72\xd7\x42\xd6\xea\x22\xc1\x0f\xab\x87\x6b\x3d\xfd\x4e\x1b\xf6\x49\xae\xf9\x87\x5a\x9d\xb9\x64\x88\x0d\x57\x7d\x39\x84\x42\x1c\x1b\xb1\xda\xd6\xa9\xce\x1c\x1a\x1e\x2b\xde\x23\x2c\xb7\x94\x08\xfb\xe3\xda\x99\x3b\x01\xe0\xf0\xe2\x9d\xc5\xf5\xf4\x33\x3e\x17\xc0\xf9\xe1\x6d\x9c\x2b\x5d\x7a\x4f\x55\xa4\x54\x0d\xb7\x97\x3e\x65\x50\xc4\x8b\x76\xa2\x9d\xe1\x9c\x8c\xc2\x01\xdc\x0d\xc1\xcf\xba\xbf\xe2\x99\x4f\x76\xc9\x83\xa8\xe3\xd1\x09\x49\x28\x30\x1d\xb5\x14\xeb\xd1\x50\x1d\xf7\x54\x47\x92\x26\x91\xc1\x78\xa2\x86\x60\x10\x8d\x1c\x03\x3c\x18\x85\x56\x5e\x28\x27\x65\x86\xf6\xea\x6e\x76\x53\x27\x46\x56\x50\x16\x1f\x0f\x76\x8a\xc9\xe8\x7e\xd9\x69\x19\xa3\xa5\xae\xf5\xa4\xbf\xbb\x2e\x03\x7b\x2c\x65\x3c\x50\xba\xd2\x4a\x7f\xd7\x72\x1f\xff\x57\xba\xf3\x32\xe9\x30\x5b\x93\xd0\x67\x6e\x51\x08\x89\xf2\xbc\x4c\x5f\x0f\x28\x6d\x55\x9e\x9f\x2a\xd4\x1a\x08\x63\x65\x71\x03\xec\xcb\xc6\xbc\x6c\xe0\x65\xd3\x79\x39\x33\x2f\x67\xf0\x72\xe6\x5e\xae\x95\x17\x55\x5f\x28\x4c\xaa\xe4\x31\xf2\xe3\x6a\x97\xfc\xb8\x09\xee\x8a\x3a\x25\x6c\x52\xab\xcd\x06\xc6\x6f\x44\xa2\x79\xd9\x5a\xcf\xa6\x1e\xb7\x30\x7a\xf7\x12\x9c\x4a\xf9\x99\xfd\x49\xe1\xf8\x8c\xf1\x45\xed\x3a\x98\xb0\x94\xf9\x50\x01\x9a\xa8\x66\xff\x22\x52\xc1\x97\x0f\x15\x2a\xcd\x68\xe0\x08\xe6\x0f\xf0\xd6\x54\xac\x25\x63\xef\x0b\x4a\x75\xcc\x4f\x26\x22\x69\x1a\x68\xad\x76\x9a\xa6\x57\x76\x21\x51\x34\x12\x0f\xf5\x48\x10\x96\x0c\xc0\x43\x3d\x00\x51\xdc\xcc\xc4\xcd\x20\x2e\xea\xee\xb4\xb7\x15\x26\x46\x8d\x67\x95\xd4\x10\x09\xba\xd2\xb5\xc3\x7f\x5f\x39\xc3\x43\x8e\x42\x01\x5e\xf8\x85\xb8\x2e\x64\x14\x17\x32\xc1\xe7\x0a\x79\xad\x08\xca\x63\xa2\x5b\x05\xa2\xf3\xbd\xfe\x59\xc5\x62\xb2\x4b\x8f\x1f\xcb\x8f\x3b\xaa\xeb\x27\x9a\x27\x4e\xcd\x4c\xfd\x1d\xd4\x3e\x3b\xa1\xd9\x17\x1b\x56\xfa\xc5\x0b\xf1\xcd\xc4\x2e\x75\x40\x11\x23\x7c\x79\xab\xa2\xbb\x52\xc6\xab\xe2\xb3\x42\xd9\x03\x17\x91\x91\x10\x7e\xcc\xab\x0c\x13\x9f\xb6\x76\xf7\xaa\x57\xe7\xf0\x57\xaf\x71\x3e\x60\xdd\xae\xce\x03\x37\x89\x19\x26\x80\x39\x5c\xc7\x95\x7a\xe7\x63\x32\x12\x3d\x40\xb5\xb6\xe4\xab\xa2\x97\x5b\xf2\x4a\x25\x58\x63\x8f\xdd\x72\xff\x15\xa4\xa4\xb6\x1f\xe1\x01\x4e\xc9\x6f\xe3\x68\x66\x44\xc0\x84\x53\x88\x86\x21\x56\x7b\x35\xdf\x83\x2d\x95\xf7\xa9\xd8\xc3\xeb\x57\x2a\x29\x98\xf2\x63\x75\xe2\xf5\xb1\xb7\x55\x9e\xa3\x57\x8a\x5e\xab\x5a\x60\xaf\xda\xa2\xae\xd6\x0b\x5a\x56\x73\x8f\x91\x87\xac\x36\xf9\x5b\x35\x8c\x07\x2b\x3c\x90\x9e\x04\x7e\x84\xae\x4f\x06\x03\x12\x1e\x71\xd2\xb9\xdd\x8a\x84\xfc\xc9\x00\x45\x4f\x46\x92\xfe\x4c\xd1\xc7\x0a\x65\x71\x65\x33\x4c\x1e\x75\x62\xeb\x88\x40\xde\x75\xde\xb5\x96\x10\xfe\x34\xf1\xc9\xe7\x32\x4c\xde\x84\xf3\xca\xeb\x10\x7c\xa1\xe8\x71\x56\x9e\x0a\x09\xb8\x65\xe6\xf7\x99\x22\xa1\x54\x4d\x2d\xe4\x51\x1c\x13\x88\x94\xbc\x8b\xe3\x0d\x21\x92\x6c\x56\xf2\x55\x53\x5e\x98\xd0\x6b\x1f\xd2\x71\x16\x24\x22\xbc\x7a\xe7\x23\xaa\xb5\x29\xd4\x1c\x33\xa2\x88\x87\x2e\x82\x2d\x57\xaa\x06\xac\xa9\x28\x64\xfc\xd5\xf7\x84\xab\xf4\x57\x9f\xb7\xa3\xdf\x5d\x3e\x1a\xe2\x5e\x9b\x38\x8f\xe5\x98\x01\x04\x55\xf2\xc3\xaa\xaa\x54\xa5\x7f\x78\x14\x3f\x2c\x99\x2a\x93\xb7\x2f\xd2\x88\xd6\xf6\x90\x0e\xbf\xf5\xe1\x1d\xce\xdd\x44\xee\xd4\x45\x77\x60\x0d\x48\x05\x51\x48\x8a\x85\x3e\xc8\xa5\xc1\x96\xb1\xcf\xe6\x7d\x14\x52\x65\xd3\x18\xa4\xae\x10\x02\x43\xb1\x34\xa4\xea\x25\x5b\xaf\xaa\x52\x31\xfb\xf0\xde\x3e\xfc\xa9\x48\x44\x53\x40\x16\xd9\x97\x12\x20\x28\xa2\x50\x74\x75\xff\x72\xe7\xd4\xde\x51\x04\xa5\x07\x6e\x8f\x63\xc7\xfc\x84\x48\xfd\xb3\x3f\x3e\x99\x48\x9a\x09\x9e\xed\x23\x79\x3c\xea\xa0\x5c\xed\x4b\x0b\xb0\x34\xc6\x98\xbc\x06\x13\x0c\x24\x88\xd2\xc4\x6d\xc3\x12\x93\x19\x92\xe4\x58\x9c\xe0\xed\x16\x25\x9b\x3c\x17\x5f\x30\x32\x93\xed\xb9\xa2\x77\x43\x45\x9f\xb8\x45\xcf\x88\x54\x73\xaf\x0c\xad\xd3\x8d\x6f\x11\x10\xb5\xc3\xbb\x83\xce\xbb\x23\x72\xe0\xdf\x1d\x75\xde\x1d\x92\x23\x7b\x45\x76\x70\x94\x7b\x3c\x70\x50\xc1\x9e\x22\x9d\xe0\x80\x28\x5c\x40\xd6\x43\x5d\xae\x89\x1c\x93\xc3\x03\x1b\xab\xe8\xf8\x5e\x78\x31\xf2\xa9\x0f\x6e\xdd\x76\xb1\xf7\xc8\xc1\xad\xdb\x3e\xf9\xe1\xad\xbb\x47\xee\xcd\x5d\x9f\xfc\x68\x74\xcf\xa7\xbf\x43\xf4\x93\xcf\x70\x34\xbe\x7b\x7b\x3c\xf6\xdf\xb8\xed\xf3\x28\x7a\xfb\xe0\xde\xf8\xe8\xd6\xed\x91\x7b\x77\x4b\xbf\xbb\x7d\x67\x3c\xba\x7b\xf7\xf6\x51\xce\x20\xee\x88\xb8\x08\x9b\x6d\x7c\x78\x74\x30\xbe\x73\xe7\xe0\xae\xcb\x75\x48\x7c\x94\x2f\xf9\xee\xe8\xd6\xe1\xe8\xf6\xe1\x6d\x9f\x28\xf4\xc3\x78\x74\xe7\xf0\xce\xd1\xf8\xee\x81\x6f\xc6\x98\x84\x38\x5c\x98\x86\xc5\x07\xbf\x07\x2a\xbd\x20\xd3\x44\x5c\xf3\xc5\xf3\x92\xb3\x16\x46\x26\x96\x76\x3e\x57\x74\x34\x09\xa0\xd3\x23\x52\x53\x36\x64\x5f\x57\xb5\x64\x15\xe4\x00\xf8\x64\x3b\x15\x5c\x54\xab\x4b\xad\xf9\xc2\x3e\xbb\xe1\xae\xb1\xa0\x35\x91\x14\x28\xc4\xdb\x37\x40\x2b\x6a\xea\x1a\x7d\x27\x77\x6a\x1f\x0d\xad\xf3\x7f\x97\x13\xfd\xbe\x99\x22\x41\x9f\x28\xd4\x60\xc8\x6e\x9b\xde\xe6\xb4\xc6\x60\x8b\xf4\x44\xa1\xd6\xbe\x32\x87\x3f\x5b\x28\xcf\xff\x5d\x62\x9b\xb7\x8e\xf3\xb6\xdd\x6c\xae\xe1\x5e\x9c\x6b\x70\xc5\x28\xcf\x11\x1a\xfd\x80\x04\x3d\x1c\xdf\xfc\x4d\x21\x81\xf1\x74\x54\x8c\xef\xdf\x17\xf8\xfe\xfd\x31\xbe\x39\x26\x23\x73\x92\x57\xc6\x7e\x60\x04\x47\xe2\xbc\x34\xc7\xe1\x27\x70\xaa\x92\xf7\xf5\x07\xbc\x48\xf1\xb9\xa2\x72\xeb\xda\xad\x8f\x2b\x8c\xab\x92\x2f\x1a\xdb\x59\xd8\xde\xc2\x86\x78\x73\x83\xa3\x72\x2a\xf4\x41\x66\x82\x25\x1d\xdf\xbf\x8f\xb8\xad\x91\xc2\x98\x88\x8d\x59\x0d\x54\x4e\xff\xed\x6d\x41\x45\x18\xf1\x1f\x55\x84\x9d\x30\x32\xc7\xa9\x9b\x9e\x48\x6e\xe5\x29\x0d\xe0\x29\x2b\x62\xaa\x9a\x86\x87\x22\x3a\xff\x3d\xed\x95\x19\x45\xc6\xce\x63\x6b\x94\xec\x10\xd6\xf6\x0e\x6c\x84\xb7\x65\x1e\x99\x2b\xc4\x6f\x0a\x1d\x1c\xe5\xff\x56\x18\x4f\x9f\x2a\x64\x66\x2d\xb3\x69\x47\xbb\x69\xf5\x0c\x77\x89\xef\x46\x69\xef\xee\x26\x85\xd9\xfd\x6f\x90\xab\xa0\x10\xeb\xa6\xb0\x7d\xc1\xe8\xad\xf1\x01\xc6\xc4\x16\x93\xd6\x4e\xe9\x0c\x61\xfa\xd9\x2c\x8a\x1e\xdc\xbe\x7b\x74\x78\xeb\xe8\xd6\x6d\x4c\x54\x47\xcc\x7f\x78\x4b\xcf\xb7\x68\xc2\x7d\x8b\xbb\x9f\xe5\x37\xa3\x1b\xfa\x0f\xaa\xc7\x35\xd3\x68\x72\x38\xfe\x81\x1b\xe0\x68\x77\xc1\xef\x2f\x50\xa2\x4b\x41\x7f\x00\x4f\xc7\x6f\x43\x95\x9d\xb1\xea\xe6\x78\xd2\x9d\x9c\x39\x15\x24\x99\x9d\x3a\xc2\xd0\x1b\x38\x51\xad\x97\xac\xc5\xc7\xca\x53\xd7\x09\x35\x2c\xfc\x6f\x8a\xbe\x28\xd5\xd9\x70\xd6\x7c\x3b\x3c\x98\x86\x60\xb1\x8b\x6a\x67\xfc\x43\x4e\x0f\x0f\x8a\xc3\xf1\x4d\xf4\x93\x6e\xe2\xbf\x7e\x51\x9b\x11\xde\x8c\xb6\xe4\x27\x5b\x4e\x23\x16\xe4\x17\x1b\x7e\xfe\xf2\x00\x6a\xfc\x97\xa2\xd1\xde\xf3\xbe\x65\xf2\x47\x7d\x88\xa9\xf9\xc2\x1f\x25\xff\x48\x92\x74\x64\x43\xe4\xa3\x02\x0b\x0a\x7f\x6b\xa8\x82\xba\xe9\x13\xb6\xd9\xbc\x64\x76\x2f\x93\xf4\x77\x45\x6a\xfa\x84\x4d\x9e\x30\x9d\x43\xc9\x8b\xcb\x17\x0c\x49\xe2\x92\x7b\x94\x02\xf4\x84\xd1\x1a\x6f\x36\x3f\x02\xda\x43\xb8\xee\x8b\x4a\xfe\x43\xa1\xbf\x14\xf9\x5d\x0d\x4f\x6b\x5e\xc1\x59\xd2\x17\x13\x1b\x38\xaa\x0e\xc6\xa4\x5e\x5f\x3e\x82\xe2\x1b\x92\xa0\xe0\x86\x8e\x72\xa0\xae\xe8\xe0\x9b\xe7\x37\xc7\xf7\xe7\x41\x9a\xc7\x30\x06\x61\x62\xf2\x11\x52\x06\x2a\xf1\x9e\xa9\x6a\x90\x70\xd8\x14\xc9\x1d\x99\xcc\x73\x10\xf7\x0a\xec\xef\x2d\xa4\x55\x42\xea\x7c\xca\x5b\xdd\x9c\x29\x54\x87\xcf\x81\xf8\x2e\xfa\x66\x3d\xdf\xc1\xac\x24\x32\x58\x6b\x77\x65\xc9\xb6\xd4\x56\xd1\x85\x39\x6b\xfb\x2c\xc4\xa1\x4b\x46\xc2\x64\x9b\xba\x81\xd4\x4d\x6f\xea\x48\x98\x6c\x53\xcf\x20\xf5\xac\x37\x75\x22\x4d\x76\xb7\x89\x5e\xd4\xeb\xa6\xd9\xda\xf0\x46\x35\x59\x28\xb4\x06\x43\x58\xa4\xa9\x20\xee\x77\x22\x71\x28\xb5\x47\xc6\x6c\x4b\x4a\x8a\x27\x55\x54\x6e\x75\x6d\xb9\x11\xac\x64\xe8\x7b\x67\x70\x66\x07\x70\xfb\x5c\x40\x8f\x0b\x83\xfc\xc4\xf1\x36\x36\x57\xed\x12\x1c\x7d\xc5\x90\x88\x05\x58\x48\x52\x21\x91\xc4\xd8\xb9\x8e\xf8\x95\x21\xd9\x21\x16\x23\x8d\x8f\x1c\x9e\xd5\x43\x55\x2e\x26\x4e\xfc\x5b\x26\x62\x5f\x49\x6f\x30\x54\x07\xb1\xaf\x9c\x98\xfc\x89\x40\xd6\x64\xa9\xaf\x96\xc9\x1e\xc2\x7d\xac\x2a\x17\xd3\xfa\x5a\x11\x6c\x5a\xb8\xb5\x77\x92\x4e\xae\xe3\xf8\x17\xd7\x43\x92\x58\xe1\x08\xac\x66\xcc\x8a\xb6\x94\xfd\xe5\xbc\xa3\xe8\x65\xa4\xd0\x73\xc4\x83\xd0\x94\xc3\xd2\x01\x7d\x4a\x15\x27\xc2\x1b\xd0\x10\x49\xad\x0d\x62\xcd\xf7\x18\x9f\x32\x6e\x8d\x63\x19\x8f\xf5\xc6\x49\xed\xa1\x5c\x26\x41\xd3\x4a\xe4\x39\xd7\x07\x7a\x4a\xe5\x31\x3b\x01\x7d\xab\x89\xe9\x69\x71\x93\x19\xf1\x00\x1d\x4f\x14\x00\xa9\xf0\x63\x71\x53\x99\xa4\xf5\x4d\x75\x02\x3e\x45\xbc\xdc\x86\x53\xc7\xe8\x33\x32\xbe\xaf\xa6\xe3\x9b\xde\x16\x3a\xb2\xf7\x4b\x6e\xf3\x3f\xb3\x8b\x87\xa2\x72\x7c\x76\x36\x3b\x2b\xa5\x7e\x86\x66\x4c\x47\x4e\xbf\xc7\x45\xe3\x3c\x1f\x1f\x3a\x19\x21\x1d\x1f\xe2\x82\x51\x45\xc6\xc1\x19\xf0\xf8\x10\x93\xc3\x83\xfb\x94\x6d\x36\x46\x0b\x62\xca\x62\x86\xa1\x0c\xba\xfc\xb1\x1c\xb9\x8d\xa2\x23\x95\x97\x66\xc7\x0b\x6d\xb8\x74\x49\x5c\xc4\x18\xbf\x9a\x00\x38\x05\x40\xeb\x16\x5c\xfd\x93\x91\x02\x3f\xe3\xad\x72\x00\xee\x80\xbd\x6e\xb1\xd9\x23\x99\xae\x43\x71\x37\x19\x1c\x12\xbb\xbd\x4c\x7e\x67\x22\xcd\x04\xc5\x3b\xfa\xcf\xa5\xd5\xd4\x38\x2e\x4f\x20\xdb\x71\x79\x42\xd5\x54\x21\x89\x0b\x79\x5c\x9e\x84\x6d\x5b\x17\x59\xb7\xd6\xbd\xef\x6b\x09\x7b\x2d\xab\xa8\x9d\x3a\xd2\x99\x20\xf9\x37\xd3\xdd\xa8\x62\x60\x7c\x82\x98\x22\x8d\xb9\xd4\xb4\xe4\x45\x6b\x9b\x54\xb7\xba\x5a\xe5\xc2\x0a\x16\xc4\x6a\xc5\x2a\x6a\x5f\x6e\xbd\x5d\x5b\x0c\xdb\x74\xb9\x32\x65\xdb\x6a\xa5\xc8\x4d\x75\xbb\x53\x03\x87\x38\x65\x3d\x39\x45\x7d\x38\x31\xb6\x59\x69\x79\xd3\x6e\x04\xc2\x45\xb6\xe6\x9f\xb9\xf8\x12\xeb\x71\xb1\xb8\x45\x50\x4c\xf4\x4c\x07\x63\x4c\xae\xea\xbd\x92\x63\x83\x97\x10\x35\x3c\x6e\xc4\xb5\x75\xed\xe4\x9b\xee\xc4\x5c\x55\x5b\x73\xc9\xfc\xe3\xfa\xf4\xb4\x31\x25\xc5\x11\x74\x30\xc2\xd7\x0c\x07\xd4\x78\xc5\x64\x5b\xb7\x49\x77\x6f\x49\xdd\xbe\x36\xd1\x8c\xab\xa2\xe4\x5b\xcd\x57\x82\x82\x17\x27\x6b\x4e\x2a\x4e\x56\x9c\x5e\x42\xc3\x5f\x9f\x95\x2d\x2b\x46\xe4\x14\x3e\xd8\x16\x23\x62\x2a\x00\x40\x14\x23\xa2\xea\x25\x7b\xab\xca\xe5\xaa\x8f\x33\x63\x43\xff\x7a\xb3\x79\x54\x2a\x36\xe4\xe2\x0b\xc2\x5b\xb2\x43\x6c\x23\x52\xb7\xef\xe4\xba\x85\xf0\x96\xcc\x39\x6d\x38\x5a\x71\x4c\xce\x38\x05\xeb\xc8\x15\x27\x97\xe7\x35\xfb\x52\x8c\x48\xc5\x54\x59\x37\xc5\x68\x8b\xc9\x12\xd2\x9d\x71\x4c\x16\x36\xdd\x19\x27\x97\x06\x1c\xee\xf7\x62\x44\x4c\xe8\xa3\xae\x74\x53\x33\xae\x7e\xf7\x21\x1d\xb7\x2a\x17\xec\x77\xfb\x0b\x69\x94\x6c\x7e\x61\x17\x3a\xdf\x59\x3d\x57\x26\x58\x36\x36\xb0\x64\xaa\x34\xa1\x05\x53\x2f\x44\x55\xcf\x6b\x6b\x87\x57\x3c\xe3\xc4\x68\x29\x42\x3f\xe9\x80\xee\x27\xc9\x9a\x52\xb1\xca\xcc\xe9\xbe\xee\x09\xde\xcd\x87\x49\xda\x29\x1b\xce\xa5\x58\x5a\x81\x2a\xbc\x0f\x7a\xc9\x53\x36\x54\xc2\x86\x8b\x24\x61\xd1\x29\x66\x4b\x96\xe2\x1c\xde\xfc\xde\xf3\xf5\xcc\xbf\x34\x0b\x30\x1b\x86\xd4\x88\x0d\x28\xad\x78\x9e\x23\xfd\xc7\xb0\x3c\xfa\xad\x85\x9a\xb9\x58\xb1\x29\x9a\x81\xb6\xab\xe9\xe9\x9b\x15\x77\x41\xb2\x0e\xf1\x1f\x43\xfc\x47\x5c\xac\x39\x9d\x71\x3a\x22\x15\xa7\x0c\x93\x99\x26\x4d\xf7\xc5\x8f\xd7\xd5\xef\x63\xb7\x7e\x1f\x8b\x35\xdf\x6e\x31\x39\x87\xc1\x5f\x70\x4c\x4e\x21\x04\xe3\xbf\xe0\xe4\xb2\x2a\x55\x09\xf2\xde\x39\x93\x9a\x4c\x30\xb9\x08\x09\x34\x81\xa4\x23\x03\x29\x3e\x85\x14\x9a\xd4\xbc\xc8\x14\xb4\x1e\x46\x84\x35\xe5\xaa\x65\x95\x3e\xaf\x68\x82\x69\xd9\xba\xf2\x83\x00\xf9\x1f\x46\x74\x3a\x6b\xea\xd5\xa9\x28\x25\x88\x1e\xfb\x9a\x96\x24\x70\xcd\x4b\x73\x59\x2d\xce\x24\x12\x74\x40\xa1\x9e\x0f\x39\x26\x9f\xd3\x1a\xeb\x46\x9b\xaa\xbc\xe5\xf4\xf2\x71\x3b\x2b\xb2\xc7\xed\xac\x5c\xb1\x8c\xbc\x5d\x95\x33\x76\x5a\xca\x22\xdb\xcb\xc8\x73\x36\x57\x45\xf6\x40\x4a\xf1\x45\x07\x33\xf2\x7e\x65\x1f\xdf\xaf\x32\xf2\xc6\x38\xc2\x84\x67\x08\x67\xe4\x91\xf8\xc2\x6d\x0c\x68\x09\x93\x47\xac\x29\xb2\x47\x20\x34\xcf\xc8\x87\x9a\x17\xd9\xab\xb7\x19\x79\xc1\xf8\xba\x70\x28\x52\xfa\x21\x23\x0f\x56\xab\xb6\x13\xf5\x76\x26\x45\xd3\x14\x99\xf9\x7d\x2e\x66\x9f\x33\xf2\x42\x7c\x7b\x2d\x6b\x0e\x67\x2c\x3d\xc1\xb2\xf7\xbc\xae\x18\x57\xe0\x40\x28\xdb\x92\xaf\x9c\x5e\xde\x2d\xb2\x1f\xcb\xd9\x67\x0b\xcb\x7a\xaf\xc8\xde\x95\xa7\x19\x19\x1f\x14\xd9\xc3\x86\x95\x32\x23\xe3\xc3\x22\x33\x7a\xc4\x64\x7c\xbb\xc8\xde\xea\x09\x9c\x91\xf1\x1d\xf3\x7d\x29\x9a\x8c\x8c\xef\x16\xd9\x83\x46\xc7\xde\x2b\xb2\xd7\xe5\xba\x65\x19\x39\x18\x15\xd9\xc3\x72\xd5\x9a\x9a\x1c\xdc\x09\x9d\x76\x78\x00\xdd\x75\x78\xa8\xd3\x2e\x98\xee\x9c\xc3\x23\x13\x36\xdd\x70\x78\x4b\x7f\xb1\xca\xc8\xe1\xed\x22\x7b\x2a\x96\x3a\xcf\x9d\xa4\x67\x0f\xef\x46\x3d\x7b\x78\x2f\xed\xd6\xa3\x51\xd2\xa9\x47\xb7\x8a\xec\x19\x6f\x99\xd4\xaf\x6e\x87\xfe\x1d\xeb\x36\x3e\x19\xeb\xc0\x61\x91\x3d\x39\xd0\x81\xa3\x22\x7b\x72\xa8\x03\xb7\x8a\xec\xc9\x91\x0e\xdc\x2e\xb2\x27\xb7\x74\xe0\x4e\x91\x3d\xb9\xad\x03\x77\x8b\xec\xc9\x1d\x1d\xb8\x57\x64\x4f\xee\xea\xae\x1a\x15\xd9\x93\x7b\x3a\x30\xd6\x05\x8e\x74\x08\x8a\xd6\x65\x1f\xe8\xb2\xc7\xba\xf0\xa3\xa3\x22\x7b\xb9\x5e\x9a\xfe\x18\xeb\x5a\xc5\x43\x75\x70\x70\x54\x64\x2f\x98\x2a\xb3\x2d\x79\xc5\xe9\xe5\x83\x46\x15\x99\x59\x21\x33\x62\x3b\xba\xc8\xec\x3a\xaa\x69\x42\x95\x45\x66\x17\xce\x8c\xc0\xa0\x14\x99\x5b\x5c\xb3\xf8\x56\x2b\xe2\x14\x77\x76\x50\xaf\x7e\xda\x5d\x78\xa7\xbb\x51\x88\xe1\x62\x30\x40\x8c\xbe\xd2\x7c\x2e\xce\xf3\xc1\x40\x1d\xb3\x93\xc0\xe9\x3d\x8b\x6c\x3c\x1f\x1b\x61\xc3\xa3\x68\xef\xf8\xcc\x2e\x92\x19\x0b\x8a\xbf\x9f\xd9\x85\xab\xdc\x5b\x7e\x0c\xcf\x27\x9b\x0d\xfc\x82\x2d\x50\x42\xb0\x89\xc6\xac\x43\xdc\x74\xea\x5c\xd1\x0a\x6a\x14\x5a\x18\x05\x26\x19\x4f\x2d\xf5\x16\xc6\xe2\x16\xd6\xf5\x87\x96\x15\x06\xd8\x41\xab\x18\x16\x0a\xd8\x6c\x32\xd0\x0d\x8b\x8a\xfc\x6a\x2b\xa7\x33\x9d\x6c\x36\x69\xbd\x8a\x2c\xdb\x92\x99\xa8\xf4\x02\xd6\x88\x99\x61\x5f\xbe\x7f\xd3\x93\x6c\xc5\x4a\x65\xf3\xc2\xd6\xdf\xb7\x0d\x3a\xee\xbd\x6f\xd5\xeb\xe9\x03\x68\xbb\xde\xf0\x6d\xa5\xaf\xc8\xf6\xb7\x0d\xf7\xad\xd6\x65\x7d\x39\xab\x67\x67\xff\xa8\x02\xff\xf8\x1b\x5b\x4c\xde\xc1\xf2\xfb\x88\x63\xf2\x67\xba\xfb\xf8\xe3\x77\x01\x76\x9e\xea\xac\x18\x39\x07\xc3\x23\x02\xdf\x5f\x4b\xe0\x9c\x4a\xbe\xd0\x83\x53\x36\xaf\xa3\xc8\xba\x01\x26\x45\xff\x6a\x96\x44\x7d\xd1\xac\xdb\x88\xd8\x42\xdf\x5d\xac\x18\xf0\x4a\xd6\x95\xae\x59\xf0\xdf\xa4\xbb\x9b\xd1\x61\x6c\xe1\x13\x7a\x83\x7b\xe7\x9f\xcd\xcd\x5d\x15\x22\x7a\xc6\xb9\x97\x1e\x7a\x86\x5a\x7f\xf8\x75\xba\x05\xc5\xfe\x1c\xbe\x67\xcf\x7c\x61\xe7\x1d\xec\xd9\xac\x51\x65\x2f\x9f\x62\xde\xb8\x5d\xd2\xa6\xcb\xbe\x9c\x31\xd6\x3c\x8a\x5e\xdd\x64\xc3\x28\x4e\xd3\x01\x24\xed\x65\x2d\xcc\x9b\xa4\xc8\x8f\x71\x91\x1f\x7b\x8a\x4c\x12\xf4\xbc\xf7\x5f\xfc\x03\x58\xd4\x46\x95\x2f\x0c\xad\x60\xf2\x12\xba\xe9\x05\xc7\xe4\x39\xa7\xc7\xf7\xc8\xf8\x90\x1c\xdc\x21\x87\x07\x27\xe4\x09\xa7\x55\x9e\x67\x0f\x83\x16\x68\xe7\x76\x9a\x3c\xb0\xa2\x02\x9d\xcc\x5d\xb8\xbf\xb0\xa7\x66\xf7\x9c\xe7\xe8\x01\x0f\xd7\xf1\x71\x32\x73\xba\xff\xd1\x7c\xe6\x1d\xfb\xaa\x3a\xe5\xe7\xf9\xe0\x01\x27\x4f\xe1\x3d\x1a\x3c\xe1\x9b\xcd\x03\x9e\xe7\x77\xef\xeb\xbf\xe3\xf1\x0f\xf4\x01\xc7\xe4\x1b\xa7\x7d\x8b\xd2\xe1\x01\x26\x1f\x78\x62\x3c\xf5\x9e\xf7\x2a\x76\x9a\x99\x64\x45\x54\x37\xc7\x03\x4a\x9f\x07\xf3\x5a\xe5\xa6\x95\xc1\x71\xf4\x53\xd1\x8b\xf1\x0f\xee\x01\x06\x92\x93\x1e\xb8\x44\x66\x26\x47\x0a\x9d\x55\x30\x61\x0a\xba\xa3\x5e\xbd\x78\xd7\xb7\x8b\xaf\xf5\x6f\x31\x69\x74\x71\x38\x41\x26\x61\x4e\x1c\x58\x0f\x41\xc4\xb0\x01\xc7\xe5\x65\x3c\x3f\x41\x57\xe8\xd0\x2f\xdc\x79\x8e\x1e\x8c\x48\xa5\x67\x8b\xfd\xd5\x87\x21\x1d\xce\xdc\xc3\x4d\x58\x4b\x33\x63\x66\xab\xcf\x34\x83\x11\x59\x0a\x6e\xac\xf2\x8d\x65\xb4\xb1\xa4\x6d\xdb\x2f\x42\x82\x15\x2e\xf8\x36\x00\xab\x5a\x56\xca\x19\x24\x54\xac\x31\x3f\x5f\xc1\x22\xd7\x7d\x65\x2d\x21\xfa\x0b\x63\x9f\x8b\xc1\x28\xda\x6b\xff\x8a\xa5\x32\x79\x1e\x20\x25\xe3\x70\xaa\x84\xe3\x64\x36\xde\xe8\x4a\x4d\x07\x83\x5f\x40\x79\xe7\x62\xc5\x4e\x8a\xc4\xe4\x2a\xba\x34\xf8\x23\x42\x60\xf8\x93\x21\x81\xc9\xe8\x3e\x52\xf4\x81\x40\x8a\x64\x5e\x71\x00\xe3\xe0\xc5\x88\x83\xde\xc3\x9c\xa3\x2c\xd2\x2b\x70\x1a\x07\x46\x78\x46\x04\x26\xd6\x14\xd1\x1c\x51\x0b\x4e\x1a\x6b\xe2\xd4\x16\x6a\x8b\x0d\xd8\xc9\x47\x2b\x6c\xfb\xb5\x2b\x6c\xbb\x01\xed\x7f\x27\x10\x23\x09\x26\xa0\xdb\xef\x6f\xa0\x1a\x8c\x2d\xbd\x44\x3a\x92\x72\x06\x70\x0e\x57\xa9\x58\xa3\xde\x9c\xa1\x99\xf0\xb6\x5f\xa6\x97\x45\xf4\xc0\x05\xcd\x04\x37\xfd\x18\x4d\x61\x50\xdd\xe1\x56\x76\x2a\xc4\xf5\xba\x35\x13\x21\x3a\x8e\x4e\x5d\x89\x24\xb3\x22\xdb\x0c\x13\xfd\xa5\x1e\xec\x4b\x21\x86\x36\xf5\x56\x09\xca\x85\x11\x68\x2a\xa8\x33\x13\x54\x09\xbd\x10\xf4\xae\x25\x9b\xcd\xbd\xfb\xfd\x8b\x4c\x24\xf1\x13\x08\x5f\x7e\xd4\x27\xc7\x8f\x1c\xa6\xcd\xec\x0c\x56\x1c\x5d\x45\xb7\x3d\xb8\xd1\xac\x05\xd6\x83\xf3\xd1\x29\xc7\x05\x1c\x2e\xe1\xe0\x19\x8d\x9c\x13\xf6\xe0\x78\x73\xc9\xf3\xdf\x39\xfa\xd5\xdd\xdc\x2a\x7a\x0c\xaa\x4f\x7f\x70\xa4\xc8\xaf\x9c\x30\x02\x06\xbe\x98\x30\x7a\x83\x93\x27\x0c\x83\x3a\x31\x08\x95\xc3\xfd\x8b\x35\x29\xf5\x37\x2f\xc6\x18\xd4\xdc\xbb\x44\x6b\x43\x29\x3c\x62\x99\xbb\x52\x00\x51\x23\xd2\x0d\x05\xd2\x22\xe8\x23\xa7\x0a\x0f\x4b\xf5\x77\x8d\xc5\x45\x58\x98\x8c\x14\x53\x17\x12\x89\x26\x7d\xb3\x8d\x39\x63\x50\xb5\xb1\x76\x8d\x81\x23\x31\x0f\x9e\x65\xf1\x46\x41\xd0\x2b\x91\x54\x53\x44\xe4\x0a\xf6\xa0\x9d\xd4\xb1\x8a\xe6\x2c\x4a\x9c\x18\x57\xf6\x10\xba\xc9\xaa\x3b\x7f\xdd\x4f\x65\xd6\xcc\xb1\x6e\xa7\x3e\x54\xa4\xf8\x36\xfe\xba\xc7\x88\x78\x47\x03\xf8\xd8\xf8\x5f\x3a\x62\xfc\x2f\x85\x37\x1b\x66\x7c\x1a\x2b\xbd\xfc\x6f\xc9\x4a\xfc\x9d\x67\xce\x08\x9c\x28\x34\x65\x6d\x82\x89\xff\xae\x1e\x14\x7f\xef\x37\xab\x17\xe4\x5f\xf9\xd7\x2a\xc5\x36\xf5\x78\xb7\x80\xe7\x00\x18\x53\x71\x84\x55\xe0\xb5\xab\x1b\xd8\x5f\x59\x15\xd3\x44\x31\x5b\xd0\xd1\x44\x04\x94\x36\xb1\xbf\x8f\xf5\x72\xb0\x12\x16\x1e\x96\xf0\x63\x71\x82\x37\x9b\x81\x6e\xcc\xb1\x7e\x38\x21\xca\xfc\xe2\x50\xd2\xae\xac\xfb\x4c\xb8\xeb\xde\x09\xac\xed\x09\xf2\x4e\x8a\x59\xb3\xbb\xd4\x2d\x45\xa4\xb7\x41\x04\x85\xc2\xfc\x4d\x82\x30\xa6\x3c\xfa\x08\x23\x02\xa6\x8d\x41\x12\x63\xfb\x22\xbe\x88\x70\xd7\x16\xec\x3e\x68\xc7\xff\xe0\xfb\xf0\x52\xe7\x2b\x04\xb1\x28\x25\xea\x26\xdb\x4e\x18\xe5\x5b\x56\x98\x3a\xdb\x6f\x88\x21\x67\x5f\xd5\x5b\x63\x7e\x84\x2f\x05\x4d\x22\x9c\x5d\xef\x56\xc7\x07\x0b\xfb\xad\xb0\x6e\x07\xb6\x50\x73\x91\x18\x55\x88\x98\x02\x07\xe0\xe9\x60\xa0\xcc\xdd\x3c\x00\x8f\x40\xcc\xe1\x20\x36\xdf\x07\xc1\xbb\xc1\xf0\x51\xc1\xa6\xdf\x94\x14\x7d\x16\x17\x99\xbd\x39\x6a\xbd\x58\xc7\x3e\x23\xa5\x0f\xa6\xfa\x79\xa9\xd3\x3b\xa4\xc3\xd7\x96\xef\xd3\x07\x55\x34\xbe\x9d\x5f\x99\x00\x29\x9c\xa8\x35\x9f\xa7\xce\xfa\x2d\xbb\xa8\xe8\xef\x08\x4f\xd4\x5e\xcd\x5b\x55\xf2\x99\x11\x21\x3f\x7d\xf7\xe2\xf9\xb3\x27\xb2\x5c\xb2\xe0\x92\xdc\x59\x25\x73\xda\x87\xf9\x60\x3d\x90\x7e\x30\x42\x28\x77\x5a\x1c\x9e\x49\x36\xb7\x86\xbc\x02\x5f\x72\x6b\x41\x3d\xe0\xd6\x08\x4d\x7f\x1c\x31\xda\xc9\x8e\xfd\x5e\xe1\x0d\x5b\x23\x0e\xe1\x54\xfc\xa7\xcc\xc8\x9e\x5e\x36\x22\x8e\x44\x3f\x01\x82\x79\x7c\x88\x33\x5c\x52\x12\xa5\x58\x93\x3c\xaf\x65\xfa\xec\xb8\xad\x10\x89\x3b\x36\xe5\x4a\x3f\x4b\xb7\x31\x75\xbc\xb5\x9a\x65\xf1\x42\xd0\xeb\x39\x76\xcd\x5c\xf7\x6e\xa6\xe4\x93\xc1\xca\x25\x0f\xed\xef\x17\xfb\xfb\x59\x24\xbc\xf6\x5b\xbf\x33\x59\xc7\xe3\x43\x43\x02\x60\x8f\xc8\x7d\x91\xc5\xbd\x04\x76\x6a\xca\x0b\x9e\x42\x6d\x4e\x3e\x7b\xa7\x81\x9f\xc4\x66\xf3\x49\x0c\x28\xfd\x1d\x09\xbc\xd9\x44\xfb\x90\x51\x85\xac\x39\x12\xf4\x93\xc0\x79\x7e\xaa\xa7\xd4\x54\xd0\x4b\xa3\xf9\x2c\x86\x69\x4a\xc2\x78\x15\x47\x3e\xe6\xd5\xb6\x10\xf4\xd2\xb8\xfe\x02\x04\x0c\x24\x28\x12\x69\x4d\xf2\xbc\x13\xe1\x91\xf2\x6a\xf6\x25\xc0\x71\x2c\x98\x05\x72\x84\xbb\x0c\x3c\x0c\x85\x12\x13\x7c\x65\xd6\x13\x31\x8c\x1f\x09\x6c\xbd\xf0\x69\x31\xf4\x61\x13\xeb\x33\x44\x4f\x5b\xf2\x45\xe4\xf9\x5c\xa0\x2f\x82\x40\x67\x7c\x11\x54\x68\xee\x55\x68\xee\xf5\xa1\xd0\xec\xab\xa9\x46\xc2\xbe\xaa\x88\x7d\xb5\xaf\x9d\xe3\x55\xcb\xbe\xea\x21\xeb\xb0\xaf\x2a\x62\x5f\xc5\x16\x13\xe5\x2e\x07\x3f\x09\x3d\xe5\x5f\x2a\x94\x59\x53\x43\xf7\x63\xcc\xfd\xec\x5f\xd1\x32\xf7\x37\xb2\xfc\x9b\x05\xb1\xab\xb5\x16\x74\x26\x83\xfa\xbf\xb7\x69\x2c\xd7\x5f\x1f\xa6\xc6\x8d\x55\x80\x8a\x48\x8c\x18\x1f\x77\x8c\x19\xcb\xc5\xdb\x60\xd6\x08\x7f\x2c\x87\x64\x7e\xf7\x1c\xaf\xb3\x77\xda\xac\xa5\x35\x60\x74\x7f\xcf\xcb\xa6\xae\xfc\x6f\x64\xf3\xf8\xa8\x6b\xfb\xf8\x3a\x32\x82\xfc\xcc\x2e\xde\xaf\xf6\x3a\x06\x9c\x8f\x62\x53\xce\xa5\x41\x99\xb0\x56\x91\xee\xef\xba\xf5\x7f\x9b\xf2\xc2\xfe\xe9\x33\xe1\x7c\x78\xa5\x41\xe7\xa3\xd4\xb8\xd3\x86\xde\xaf\xf6\x64\xa9\x98\xb5\xbb\xd4\xc1\x87\x36\x08\x66\x97\xd6\xf8\x92\xb1\xcf\xe0\x01\xd8\xfc\x80\x29\xa6\xfb\xd9\x31\x3d\x7d\xd8\x67\x86\xfa\x38\xb5\x47\x85\xa0\xe9\xfb\x73\xd1\xac\x97\xee\xfb\xe6\xc1\x1e\x9a\x22\x5b\x4f\x32\xc2\x44\xd3\x90\x1e\xb2\x3d\xff\x07\x34\x5e\xec\xc0\xba\x10\xfb\x5a\x9b\x91\x7d\xec\x02\x60\x54\x09\xa1\xe7\x3e\x24\xce\x6d\xf2\x57\x3a\xe0\x2f\x87\x4c\xe8\x85\x0f\xe9\xa1\x87\xc0\x2b\x17\x10\x3e\x3d\xe4\xb4\x9d\x08\x79\x6d\xf8\x45\x14\xd6\xf9\x6d\xf0\x55\x08\x8a\x28\x27\x94\xd2\x82\x78\xda\xfd\x28\xb1\x58\x34\x2c\xfc\xac\x67\x67\x50\x3e\x84\xa0\x74\x90\xd8\x98\xbf\x49\x27\x8d\xa1\x93\x5e\x28\x72\x10\x6c\x7e\xbe\x0a\x6a\xb9\xdf\xbd\x0e\x4b\x9e\x98\xe2\x76\x4c\x78\xaf\x36\xf1\xb5\x5a\xdb\xf1\x67\x5f\x69\xe6\xef\x95\xb8\xff\xd5\xb1\x86\x93\x57\x9a\xff\xb3\x9a\xd3\x5f\xc5\xf1\x2b\x71\x42\x46\x78\xb2\x46\x29\x5a\x0a\x39\x0e\x66\xac\x24\x52\x4a\x3a\xc1\x24\x24\x85\x31\xfb\xdb\xa4\x56\x8d\xdd\x97\x1b\xd9\xbb\x92\x44\x81\xa9\x93\xc1\x97\x7e\x5d\x86\x59\xcf\x41\xde\xae\x5c\xc9\x72\x21\xfc\xea\x10\xad\x06\xeb\x55\xb7\xdf\xe3\xbe\xb3\x85\xfb\x65\xd6\x97\x13\x2f\x83\x6e\x05\x73\x1f\x4b\x4b\xdf\x35\x06\xff\xfb\xef\xfd\xc8\xe6\x42\xb2\x67\xe6\xbc\x7d\x9c\xa5\xa3\x9d\x91\x20\x9b\x22\x99\x27\x92\x0c\xe0\x5d\x14\x0b\x3d\x12\x49\xfc\x20\x57\x87\x68\x7c\x5b\xae\xb0\x07\x0f\x12\xaf\xdd\x0a\x46\x65\x7b\x83\x8f\x2e\x8d\xfe\x97\xca\x77\x96\x07\xd9\x0e\x91\xff\x87\x5f\x80\x53\xd5\x63\x41\x8d\xa1\xcb\x9e\x35\x4a\xd9\x4b\x8d\x53\xf6\x52\x4b\x94\x3d\x6b\x6c\xb2\xe7\xcd\x4b\xf6\x40\x01\x75\x0f\x4c\x49\xf6\x82\x49\xc8\x5e\x6a\x03\xb2\xe7\x0d\x3e\xba\xbb\x43\xcd\x17\x7b\xce\x58\x23\x5e\xe1\xa3\xa5\xdc\x78\x61\x05\x33\x8d\x3d\xab\xf2\xba\x17\x0c\x33\xd2\x85\xd9\x59\x5e\xc4\xf3\xfe\x99\x00\x4e\xe1\x2d\x8b\x36\x77\xd8\xc3\xdd\xa6\xa8\x2b\x97\xae\x6a\x89\x27\xce\x99\xe0\xb3\x52\xa1\xc7\x02\x47\xb6\xfc\x8f\x3a\x3c\x61\xe0\x71\x8d\x62\x89\xf1\x2f\x9b\x4d\x58\x57\xdf\x88\xec\xaa\x54\x92\x9a\xb4\xa4\x21\x33\x38\x83\x7d\x74\x80\x39\xe0\xaa\x24\x40\xe6\x90\xdf\xac\xcf\x8f\xdf\x76\x80\x5e\xee\xdd\xb5\xa3\xb9\xa6\x3f\xb1\x49\x17\xdf\x67\xb3\x41\xbf\x00\x7c\xcf\x5f\x8c\xae\xf1\x76\x0b\xfe\x95\x2d\xc8\x35\xd3\xfc\xd1\xae\x42\x54\x38\x33\xbc\xb3\x07\x38\x45\xad\x59\x87\x8a\xcd\x34\x77\xb0\xcc\x53\x0b\x16\x61\x34\x8f\x27\xfa\xbc\xe8\xd9\xae\x09\x2b\xac\x52\xa2\x75\x56\x07\x30\x84\x5e\xf1\xcb\x9f\xdb\x6f\x8e\x27\xa3\xfb\xb4\x9c\x94\x37\x6f\x9a\x62\x5b\x2a\x8e\xcb\x13\xd2\xd0\x76\xe8\x8e\x5c\x64\x46\x3b\xfa\x5c\xba\xb4\x96\xb6\xfe\x73\xa4\x19\x50\x5a\xe7\xb9\xec\xd5\xda\x41\x18\x3b\xac\xaa\x47\x02\x49\xd2\x92\x19\x26\x35\xb5\x9a\x87\xba\x4e\x25\x1d\x4d\xca\xfb\x7e\xc3\x28\x2d\x34\x7a\x43\x91\xa9\x0e\xbe\xa6\x2e\xe4\xbf\x50\x11\x80\x55\xf9\xc5\x8d\x38\xa3\x7f\xb1\x0e\x62\x53\x24\x46\xf8\x33\x16\x23\xd0\x16\x80\xe7\x04\x65\xfb\xd9\xa7\x4f\x46\xa3\x28\x9b\x80\x19\xa2\x39\x71\xbc\x14\x48\x11\x46\x0e\xc0\x77\x29\x1f\x96\x55\x85\x84\x15\xe7\xbe\x11\x34\x33\x7a\x77\x06\xce\x4a\x4f\xa8\x7d\xd0\xe7\x96\x25\xaf\xc4\x32\x86\x2b\x3e\xbc\xed\xdc\xbc\x1f\x44\xb3\xe3\x35\x1c\x35\xd9\xf1\x1b\x71\xb2\xd9\x20\xf8\xd5\x14\xd8\xf6\x63\x6d\x3e\x13\x50\x2d\x85\x37\x9b\x17\xba\x56\xde\xc9\x2e\x26\xe6\x79\xe4\x9e\xb7\xc9\xb9\xfc\x85\xe8\x2a\xc2\x1e\xdd\xf7\x13\xc6\x1f\x14\xbc\xb3\x07\xff\xea\xf8\xe8\x64\x1a\x3f\x14\x23\x52\x53\x3e\xb9\x4a\x1c\x98\xe7\xf7\x06\xf1\xc1\x2e\xcf\x51\x4d\x3b\x47\x3b\x6f\x42\x2c\xf2\x7c\xa0\xf2\xdc\x36\xc9\xe1\x08\x9a\xc5\xc5\xf8\xbe\xb7\x62\x63\xb9\xa1\x07\xa4\xa6\x62\x6b\xc8\xbe\x95\xa8\xc6\xa4\x35\xc3\x95\xed\x23\x35\xcd\xbc\xc2\x71\x66\x87\x0f\x4f\x4a\x28\xb5\xd5\xe3\xa7\x0f\xe1\x72\x43\x8f\x30\x79\x29\x40\x91\x58\x12\x85\x49\x09\x03\xd9\xc6\xbd\xf4\x72\xa7\x97\x5e\x1b\xfd\x64\x85\x1d\xda\xa4\xd7\x8e\x92\xd3\x83\x42\x5a\x7b\x8f\x51\x21\xe9\xaf\x2a\xc2\xdb\xd8\x1b\x17\x92\xde\x70\x31\xfe\x96\x87\xfe\xae\xb6\x9c\xca\x48\x49\x5e\x7f\x8c\x61\x22\xed\x0c\x27\x83\x6f\x20\x0c\xf0\x6c\xb5\x05\x4f\xcf\x3c\xcf\xe8\x22\x0c\xab\x68\x3c\x05\x20\x09\x1a\x77\x62\xea\xc7\x4f\x4e\xd9\x2e\x20\x9b\xfe\xd6\xa5\xed\x29\x77\x81\x53\x9f\xb3\x42\x6e\x71\x71\x45\xf2\xc1\x08\x17\xdf\x51\xe8\xf7\x94\x14\x7b\x9a\x79\x2e\x62\x25\x79\xb3\xc4\x09\x67\x7d\x84\xc6\xb9\xc2\xd6\x8a\xe8\x00\x82\x8e\x5e\x30\x2b\x40\x04\x37\x89\x21\xb7\x9c\xb1\x92\x53\x18\x76\xaa\xd9\xa0\x66\x6d\x5c\xe9\x97\x7e\x55\xbc\x4a\x97\xda\xac\x85\x94\xca\xcd\xe6\x2e\xa5\xb4\x8d\x08\xb8\x8d\x04\x69\x11\x06\x57\x3d\x47\xa6\x68\xb3\xf4\x39\x08\x2b\x07\x2a\x54\x4e\x9c\xfd\x56\xe9\x2a\x04\x35\x6a\x4c\x8d\x1a\x9c\xe7\x08\xe9\x97\x57\x54\x08\x87\xca\x34\x51\x65\x9a\x6e\x65\x5c\xe3\x4b\x5a\x3a\x9c\x22\xe8\x22\x67\xcd\x9f\x74\x95\xae\xa7\xd4\x14\x8f\x03\xb4\xd8\x2d\x1d\x6f\x6b\x89\x0d\xfc\x13\xb8\xf6\xac\x69\xe9\xc1\xc2\xf6\xd8\x56\xaf\xcf\x91\x1c\x13\xe4\x9a\xf6\x7b\x83\x74\x97\x86\x0f\x3e\x08\x5e\x0e\xf5\xe8\xe3\xc9\x03\x7f\xc5\xf1\xdc\x01\x33\xfb\x4b\x8e\x07\xd1\x25\x47\x82\x79\x6e\x76\xc8\x9a\x80\xd6\x3e\xc7\xa4\xa4\xc7\x27\x6e\x4f\x6c\xe9\x1b\x33\x35\x8d\xf1\x85\x27\xd2\xd6\xf5\xfb\x9c\x93\x19\xed\xfa\x58\x8c\xae\x68\x2d\xb5\x49\x8e\x78\xd8\x51\xd2\xbb\xde\xf8\x9a\xb8\xa1\xef\x78\x0c\xa8\x13\x60\x81\xa8\x09\x67\xa4\xa1\x17\xbb\x49\x0c\xa0\x0f\xcd\x4e\x9b\xb5\xdc\x4d\x72\x0a\x5c\x3b\xbc\x33\x5f\x2b\xe7\x8a\x49\xf3\xdc\x4d\x6b\xae\x4a\x74\xbd\x0f\x0c\xb6\x01\xa8\x74\xa6\x55\x77\x02\x14\x07\x40\x64\xa5\x27\x57\x5c\x48\x07\x0d\xca\xe8\x79\xbd\xda\xc5\x23\xea\x83\x2b\x8a\x8e\x33\xba\xae\xe7\xbc\x8b\x84\x14\x81\x20\xe9\x23\x48\x71\x25\x44\x92\x3e\xdf\xef\x22\x26\xf9\xe7\xe8\x9b\x5e\xd0\xe3\x9f\x05\x0c\xcd\x69\xf2\xf1\x48\x7c\x61\xd3\x39\xc1\x45\xfc\x18\xb5\x3b\x5a\x6e\x8b\x86\xbe\x89\x0b\xdb\x7b\xa6\x8c\xff\xd2\x47\xf6\xf7\x9d\x2a\x1a\xfa\x29\x49\xf2\xa7\x8e\x7a\x9d\x54\xc1\x6e\x62\x45\x43\x97\x49\xbc\x59\xb5\x8b\x86\xbe\x4c\x87\x56\xac\x2e\x5c\xb7\xfa\x0e\x37\x47\xb3\xa2\xa1\x5f\xf8\x7f\x8a\xe4\x14\x1b\xfb\x24\x1d\x12\xc9\x92\xd2\x98\xa8\x57\x62\x80\xa9\xeb\x31\xa8\xcc\xfc\xf8\xd3\xa8\xad\xad\x03\xfb\x4b\x2a\x3a\x58\xe7\xb9\xeb\x0d\xcd\x20\x90\x15\x5d\x4f\xdd\xe2\x34\x6d\xf7\x33\x0f\xbd\x0a\x78\x88\xed\x64\xad\xe7\xb8\x63\x71\xe7\xe4\x8c\x0a\xb7\x96\x39\xdc\x9a\x25\x45\x73\x7a\x86\x53\x4c\x5b\xbd\x8c\xcd\xf5\x1a\xe6\x77\x8b\x65\x9e\xa3\x39\x5d\x3a\x66\x63\xe5\x81\xa6\xd0\x92\x3e\x65\xe8\x8c\xac\x30\xce\xf3\xb5\x11\x79\x3e\x11\xe8\x8c\x2c\xc9\x1c\x63\x8c\x49\x65\x97\xf8\x33\x7a\xe6\xd6\xb8\xd1\xfd\x75\x90\xa6\xb6\x70\x46\x6a\x50\x4b\x66\xee\xee\x5f\x6a\x76\x22\x16\x9e\xb6\x91\xf0\x74\xbd\xb5\x98\x7f\xb0\xa5\xdd\xc9\x15\xb6\x8c\x71\x98\x62\xf6\x8a\x2f\xea\x72\xe8\x2c\x34\x40\x2d\x8d\x66\x5e\x27\x99\x8b\xc2\x9b\x8d\x31\x83\xbe\x9d\x6b\xc6\x70\x80\x66\x80\x1e\x19\x69\x13\x6f\x36\x3c\xd6\xc9\xd6\x89\x84\x44\x33\x9c\xe7\x83\xd9\xb1\x92\x27\x80\xac\xb3\xd9\x00\x0c\x68\x4b\x65\x10\xda\xcb\xa9\x2c\x20\x26\x65\xe1\xa6\x6d\x2a\x05\x77\x9b\x83\xb9\x5b\xb1\x6a\xc2\xa4\x99\xa2\x86\x0a\x37\x02\x68\x46\xfb\x2b\xe6\x15\xc7\xf1\x14\x2a\x65\xb0\xa5\xf2\x1c\xcd\x74\xae\x8a\xfe\xca\xd0\x0c\xe3\xcd\xe6\xd6\x80\xd2\x99\x19\xe3\xdb\x2e\x08\xc9\xcc\x4d\x3d\x2e\x50\x63\x41\xf7\xa8\xc0\x70\x88\x98\x99\x9e\x5e\xd3\x73\x4e\x96\xb4\x23\x7f\x5a\xd1\x8e\xec\xea\xcc\x76\x75\x24\x2e\x5a\x03\x03\xc6\xf2\x3c\xe9\x73\x73\x29\x8c\xd6\xf4\x4f\x5b\x6c\x2a\x7a\x5a\xd1\x1d\xf1\xd5\x19\x75\x05\x64\x7a\x56\x98\xfd\xb8\x99\xb6\x45\x2d\x51\x83\xc9\xdc\xc6\xcc\x4c\xcc\x0c\x13\x4b\x64\x6b\xb4\x24\x67\xfb\x99\x59\x12\x89\xa1\x34\xec\xe4\xf0\x15\x69\xd3\xce\xa4\x73\xb2\x34\x3d\x00\x26\x6d\x14\x58\x6c\x84\xd6\xb6\xa8\x95\x2e\xca\x2c\xbe\x9a\x72\xe3\xa2\xe6\x64\xdd\x29\xaa\x22\x4b\xba\xd6\x75\x5d\x92\x26\xcf\x67\xd8\x5e\x7f\xae\xe8\x8c\x9c\xd1\x11\x99\xd3\x35\x6d\x26\xf3\xc9\x9c\xfe\x28\xd0\x1c\xe3\xb3\xfd\x7d\x98\xb5\x73\x3a\x22\x4b\xba\x9a\x2c\x27\x4b\xfd\x66\x89\xf1\xdc\xbe\x99\x8c\xee\x9f\xdd\x9c\x4f\xf0\x5a\xc7\xaf\x31\x39\x73\x0e\xba\x47\xf7\xe7\x37\xcf\x26\x78\xa5\xe3\x57\x98\xcc\x5d\xbc\x4e\x60\x87\x8f\xd2\x95\x03\xd8\xd7\x13\x19\x22\x22\xa0\x58\xb7\x05\xba\xa2\x6d\x51\xdb\x75\x64\x1b\x67\xc2\x6e\x2d\x69\xf2\xfc\xa9\x40\x80\xc2\x4b\xd6\xe6\x58\x67\x61\x8d\xfc\xfa\x51\xd9\x24\x15\x99\xe9\x24\x23\xc0\x63\x8a\x20\x9d\xed\xc1\x76\x5a\x4b\x24\x70\xe1\xae\x81\xc2\x3d\x61\x7b\xc5\x3d\x61\x82\x12\xdd\xe4\x79\x06\xc8\xf4\xc0\x74\xc2\xad\x9e\x5e\xe2\x16\xf4\x67\xee\xb1\x01\xfe\xe2\x9a\x65\xab\xe7\x88\x09\xbc\xa0\x33\x61\x74\x46\x16\xb4\x15\xc0\xf2\x9e\xd3\xd2\x68\xcb\xa0\x86\xb6\xfd\x7e\x78\x9b\xeb\xfd\xf0\xb6\x3b\x2e\x27\x6d\x55\xf2\x1c\x2d\x68\x23\xfc\xd9\x67\x01\x11\x0b\x30\xbb\xc4\xd3\x3f\x38\x2a\xc9\x02\xe8\xa8\x40\xe7\x79\x7e\x8e\x18\x69\x89\xc0\xa4\xab\x4f\x82\xce\x69\x9b\xba\x88\xc2\x79\x7e\x3e\x0c\x1e\x30\xf3\x3c\x72\xbc\x67\xbe\x0d\x6e\x16\x5b\xe2\xe2\x49\xeb\xbc\x0d\x92\xf3\x4e\x9f\x93\x1d\xa0\x46\xdd\x63\xe7\x38\xba\x0d\x3d\xdf\xb9\x0d\xcd\x73\xf4\x49\xd0\x73\xf2\x50\x50\xe1\xae\x32\x71\x3f\xef\xf6\x45\xd0\x87\x82\xda\xeb\xcf\x1d\xfc\x46\xb3\x83\x7e\x16\x9a\xbb\x4d\x36\xf4\x88\x39\xea\xe1\xad\x3c\x53\x04\xd7\xa7\xe4\xad\x26\x34\xdd\x91\x09\x0f\xd1\x39\x5f\x6b\xce\xef\x42\xe0\x28\x45\x2f\xa3\xea\xcb\x82\xdd\xf8\x54\x6f\x8e\x4f\xb8\x9e\xbe\x1d\x4e\xb8\x2b\x7c\x35\x86\xc0\x17\xb4\x4f\x54\x3b\x49\x98\xcc\x8e\x6c\xb9\xe8\xe6\x79\xcc\xab\xab\x73\xd8\xcb\x86\x9d\x4c\x56\x66\xeb\x15\x27\x2e\x9c\xa6\x04\x4c\x83\x9f\xf8\x14\xb4\x38\xc1\x83\x68\xdf\xf7\x3a\xda\xd2\x79\x7e\x70\x60\xae\x98\xad\x82\x66\x4f\x36\x8b\x7f\x35\xb9\xc8\x73\xf4\x94\xe7\x79\xf6\x59\x80\x93\xc8\xa1\x51\x25\xcf\x73\xf4\x13\xdf\x6c\xfa\xf2\x0c\x28\xbd\x98\xee\xd6\x81\x52\x7a\x91\xe7\x3f\xf1\x3c\x47\xa7\x14\x6e\x81\x0b\xa4\x78\x30\x8b\x45\x8c\x53\x89\xaf\xb4\x8c\xfd\x89\x83\x07\x40\x32\xba\x8f\xce\xe9\x03\x81\x04\xb9\x88\xef\x70\x2f\x60\x15\xff\xcc\xd1\x85\x95\xf0\xf4\xb1\x1d\x17\x11\xdb\x71\xbe\xc5\xe4\x74\x7a\x01\x0a\xa1\xf4\xb4\x70\xbb\xf0\x29\xfd\x8d\x1b\xbc\x43\xe4\xde\x69\xa6\x07\x9d\xd2\x1f\x53\x0f\x55\x3b\x0a\xb3\xdd\x71\xb7\x27\xbc\xdf\x38\x52\xb8\xab\x00\xeb\xcc\x98\x0f\x40\x4b\x16\x74\xdf\x0d\xe2\x35\xfa\xa0\x9b\x49\xbe\x71\x9b\x25\x5c\x46\x78\x5f\xf0\xe0\x0a\x45\x95\x7a\xff\xfa\xc6\xf3\xfc\x03\xb7\x58\xd9\x1d\x6d\x59\x83\xf5\xbb\x05\xaa\x28\x76\xbc\x94\xfd\xe4\x6c\x96\xbb\xd5\x36\x3c\xd4\xe0\x09\xcf\x73\xab\x18\x3c\x45\x0c\x86\x8b\x70\x4e\x15\xa7\xce\x2c\x1a\x54\x67\x09\x33\xec\x48\xf7\x1c\x69\x99\xf3\x9e\x1a\x75\x7b\x02\x3c\x0d\xaa\xa1\x55\x60\xdf\x6c\xd4\xd0\xa8\xb7\xeb\x90\xd5\x6f\x07\xaf\xad\x36\x41\x9e\xbb\x04\xd6\xd1\xeb\xec\xac\x94\x79\x3e\xbe\x6f\x42\xa9\xa6\xd6\x9e\x89\x34\x08\xcd\xd0\xc9\xee\x45\x9f\x6a\xb4\x4b\xb2\xdd\xa9\xed\x15\x23\x1b\xcd\x0a\x65\x67\x85\x19\x0a\x33\x40\xb6\xef\x01\x57\xc4\x6a\x20\x80\x02\x42\x7c\x15\x15\x53\xb0\x74\x14\xdc\xbd\xae\xb2\xc7\x60\xab\x2c\x7a\x15\x6d\xcb\x8e\x3e\x82\xf4\xd4\xbb\x7d\xa7\xd7\x3c\xe3\x15\x2d\x80\x33\x89\xd4\x01\xd4\xa5\x93\x3e\x17\xcc\x17\x54\x28\x92\x88\xa1\x0b\x1e\x29\x64\x3d\x10\x5d\x18\x2a\x15\x8e\x2b\x44\xe8\x73\x8a\x03\xeb\xf4\xa0\xed\x0c\xec\xdb\xc3\xc9\xe4\x16\x18\x2b\xc7\xc7\x92\x1a\x3a\xa2\xb6\xfc\x06\xaa\x29\xb8\xea\x80\x5e\x14\xc3\x35\x37\x10\x85\x50\xf7\x1a\x40\x10\xd2\x74\xca\xa4\x73\x67\x16\x9b\x08\x13\x46\x59\x0a\x53\x9d\x20\xdf\x88\x08\x8a\x75\x07\x6a\xbb\x12\x97\x51\x6e\x0b\xf6\x9f\xe7\xb7\x06\x0e\xc1\xdf\x6b\xe1\x19\x16\x2c\x02\xbf\x49\xa4\x78\xae\x9b\x6a\xaa\x22\x4b\x74\x23\xb3\x71\x60\xa1\x79\x0e\x70\xef\x13\x27\x8f\xe3\x70\x45\xe1\x19\x39\xb8\x17\xd8\x71\x55\x62\xd8\x35\x23\xea\x33\x9b\xdf\x2d\xc3\x26\x44\xbd\x3a\x83\x73\xcb\x8c\x48\x7b\xb6\x44\x8d\xee\x2f\x4e\x6a\xdd\x5f\x65\xdc\xaf\x9c\x34\xa4\xc5\xb8\x90\x8e\xa1\xec\x24\x75\x5d\x6b\xd3\x61\xc2\x3d\x12\xff\x16\x24\xe3\x9e\x9e\xaf\xd6\x96\x29\x63\x47\xa7\xdf\x84\xf3\xef\xf2\xc1\xaa\x4c\xbd\x17\x1d\xd5\xef\xdf\x44\xef\x7a\x6b\x5d\x8c\x98\xdd\xdd\x4c\x8e\x22\xe2\x0c\x9c\xf0\xc2\xa9\x80\x39\x23\x82\x81\x1a\x96\x6b\x25\x9e\x68\x0e\x66\xbb\x8b\x29\xf0\x53\xa2\x67\x98\x7a\x25\xd1\xdb\xdd\xca\xe9\xcc\xea\x27\x2e\xda\x99\xac\x57\xc1\xa3\x49\x8f\x52\x9e\xf7\x80\x15\x7b\x4f\xee\x79\xdb\xb5\x61\xb8\xda\xe5\x54\xe4\x63\xfa\x6f\x52\x5c\x99\x60\x68\x3c\x5b\x41\xbf\xff\xd2\xaf\x0c\xdc\x32\x00\xfa\x11\x6b\x35\x0d\x41\xe7\xd2\xf6\xaf\xfe\x3c\xb3\x86\x95\xd2\xe5\x8a\x1f\x6c\xbe\x30\xa6\x7f\xc0\xa4\x1b\x77\xbd\x2d\xc5\x2e\x14\xb3\x0c\xd4\xe0\x58\x7c\x5b\x62\x69\x52\xcf\xc8\x53\x51\x5d\x18\x8f\xcb\x69\xa6\x78\x91\xfb\x18\x74\x69\x4d\x4e\x36\xd1\x59\x13\xd5\x54\x07\x74\xe1\xbe\x02\xb8\x25\x46\x5f\x10\x14\x47\xcd\xa4\xda\xee\xea\xda\xfe\x6a\x6e\xa6\xa8\x41\x30\xa8\xc5\xba\x75\xda\xad\x01\xab\x69\x34\x61\xe6\x90\x76\x37\x69\x49\x00\x56\xd3\x6b\x34\x5c\x17\xdd\x00\xb7\x74\x9b\x4d\x76\x63\xe0\x43\xd3\x8c\x3a\x57\xbf\xa3\x48\x8d\x79\x8f\x4d\xd4\xcd\x9b\xc0\xf9\x65\xff\xba\x61\xdd\xd9\xa9\xfd\xfd\x6d\x4f\x5d\x12\xe0\x7f\xfd\xd1\x1b\xc2\x82\xb5\xfd\x2e\xe8\x77\x5c\xc4\x91\x9f\x05\xcd\x3e\x99\x05\xeb\x49\x7d\xca\xe4\x8d\x6c\xff\x77\x41\x98\xf4\xb1\xaf\xa5\x58\xb5\x26\x56\x85\x58\x8f\xac\x6c\xde\xf0\xf0\x06\xee\x3e\x4c\x86\x08\x4a\x45\x46\x0a\xa5\xc7\x3f\x8b\x13\x73\x97\xeb\x01\xd1\x62\x0f\x05\x41\xce\x3e\xe1\xce\x37\x01\x3f\x56\xf2\x64\xb3\xe1\x3a\xab\x77\x8d\x1c\x16\x4e\x3f\x5f\x60\xbe\xf9\xb3\x32\xf7\x33\x89\x5b\x07\x0e\x46\x53\x1a\x46\x36\xde\xbd\x8c\x86\x34\x14\xee\xfa\x73\x62\x93\x05\xed\x58\xae\xe9\x92\xe3\xf8\x1e\xa0\xd7\xeb\x02\x38\x05\xf3\x7a\xcc\xcc\x94\xbb\xd9\x30\x10\x34\x19\x31\x0e\x0b\x62\x1c\x1b\x1c\x1f\x86\xb0\x0f\x7a\x27\x29\xde\x06\x43\xda\xad\xec\x96\x73\x30\x63\xae\x2c\x58\xec\xb1\x22\xf1\x2c\x96\xa2\x92\x1d\xc6\x93\xa7\x94\x31\x28\xc4\x31\x83\x0e\x4e\x5a\xd2\x26\xa3\xc6\xa5\x47\x9b\xf5\xb7\x80\xca\x42\x9f\x70\x79\xe2\x34\x27\x1c\x68\x45\x23\xe9\xf1\x09\x99\x49\x7a\x33\xd2\x8f\x5d\x47\xdf\xbc\xb4\xbc\x47\xc1\x22\xae\xa3\x82\x04\xa3\x1f\x66\x12\x1c\xe4\x3b\x77\x1e\x8d\x3c\x9e\xc9\x13\x62\x7e\xac\x94\x4b\xde\xbc\x19\xb5\x66\x25\xcd\xba\x3e\x93\xfb\xfb\x2e\x9d\xcf\x1f\x54\x17\xac\xe3\xd6\xb9\xa4\x97\x5b\x72\x26\xe9\x5a\xa2\xb9\xc4\x64\x09\xa1\xc1\x18\x93\x85\xa4\x73\x19\x2a\x7c\x2e\x53\xa0\x44\xb0\x70\xb0\xc7\x5b\x3d\xd3\x5b\x63\x23\xe4\xfa\x7e\x2e\x27\x4e\xc9\x23\xd9\xc8\x85\x66\x5b\xec\x04\x79\xc6\x81\x6c\x9b\x17\xd6\xb1\xcf\x7b\xbe\x2c\xdb\xcf\xcc\xb8\xdb\xb5\x76\xf9\xf1\x6a\x70\x65\xc6\x17\x3b\xd9\x0c\xb0\x19\xa9\x9d\xb7\x79\x69\x51\x85\x8f\xe5\x09\x55\xc7\x61\xfc\x40\x2e\xc6\xe2\x4a\xe2\x7f\x54\x3b\xdd\xa1\xdf\x5d\x29\x5a\x63\x52\x47\xba\xe5\x31\xd9\xf1\xc8\xf3\xd1\x2c\xca\x03\x5d\x8b\xa3\x1b\xf9\x68\x12\x5c\x48\x84\x2f\x2b\x89\x96\x12\x93\x4a\xa2\xb3\xd8\x9b\xdc\x27\x19\xdd\xc2\x9d\x49\x37\xea\x03\x4a\xe7\xb2\xab\x0b\x73\xfb\x2e\xc6\x93\x95\x2e\x80\x28\x4c\x56\xba\x40\x12\xdb\xe9\x3c\x94\x5d\xbd\x9d\x64\x48\x99\x5b\x6e\xe2\x2a\x93\x3e\x27\x65\x62\xb8\x60\x2a\xee\x91\xb0\xc8\x78\xae\x51\x0f\x94\xa0\x3b\x29\x11\x48\xbe\x06\x08\xde\xb3\x1d\xb7\x4a\xa3\xbb\xe4\x2f\x50\x86\xc8\xde\x5b\x90\x1a\xcd\xc7\x25\x0e\xec\x0d\x92\x9d\x87\x5d\x4f\xe6\x3c\xed\xd0\x80\x66\xea\xae\x1a\x56\x26\x17\xe9\xb0\x6e\x36\x73\xa9\x67\x4b\xe8\x65\x62\x3a\x93\xb9\xce\x5c\xfa\x37\x00\x66\x16\x60\xc7\xaf\xef\xd8\xc1\x8e\x37\xa0\xdb\xf7\x30\x9e\x70\x7d\x4e\xb5\x63\xb2\x90\x98\x5c\x3d\x2d\x76\xaa\x4a\x19\x49\xe8\xc5\x57\x14\x17\x36\xde\x8f\x3e\x20\x95\x1b\x00\x31\xf2\xd5\xfe\xbe\x92\xd7\xe1\x0d\x3e\x4e\xde\x76\x11\xf1\xc9\xb3\xe4\xb5\xb9\x85\xf2\x2f\x1f\xa5\x79\xcf\xc4\xba\xa9\x3e\xd6\xac\xa9\xc8\xbb\xf4\x9b\xec\xaf\x35\x6b\xd5\xeb\xb2\xe6\x8a\xfc\x99\xbc\xe2\xe2\x0b\x79\x93\xc4\x68\x12\x32\xdd\xee\xea\xf8\x9c\x9d\xb3\x86\xbc\x4e\x52\x3d\x5b\x2e\x59\x55\x97\x2a\xf8\xde\x78\x21\xff\x16\x79\xf1\x65\x92\xa4\x83\xf0\xff\x3c\x79\xf9\x5c\x7c\xf1\x6f\x9e\xa4\x5f\xae\x9a\xf0\xd1\x07\xb0\x10\xff\xe8\x14\x40\x06\x94\xbe\x93\xd3\x77\x32\xc5\x45\x7a\x6a\x07\xe2\x9b\xfd\xfd\x20\xe9\x60\x4c\xde\x4b\xfa\xa7\x44\x98\xfc\x26\xe9\x98\x1d\xfd\xf0\x5e\x4e\xff\x4c\xf2\x59\x2a\xd7\x69\x6e\xbe\x97\x91\xa9\xed\x4f\x7a\x01\xb1\x87\x8d\x37\x12\x61\xab\xc5\xf2\x5a\xba\x83\xff\xbd\x7b\xe6\x66\xf3\x45\x88\xb9\x6b\x62\x5e\x86\x98\x3b\x26\xe6\x79\x88\xb9\x6d\x62\x9e\x84\x98\x5b\x5e\x66\xd3\xdd\x88\x53\x37\xb0\xbf\xc8\x5d\xbf\xfd\x7b\xf7\xee\xb9\x72\x5e\x4b\x53\xf2\x3d\x0f\x6f\xfa\xc2\xc5\xdc\x71\x31\x2f\x5d\xcc\x6d\x17\xf3\xdc\xc5\x78\x34\xd6\x27\xf2\x3b\xeb\xf3\x97\xec\x98\x03\x42\x05\xc9\x2b\x69\xcd\x33\x3d\x97\x2f\x3b\x5e\xa6\x5d\xca\xc7\xd2\x6b\x39\x78\x5e\x5d\xa2\x18\x28\xf0\x9b\x74\xd8\x5c\xdf\xe4\xc4\x0d\xec\x33\x9d\x79\xfb\xab\x8c\x0d\x30\x7f\xb5\xf9\x06\x1f\xa4\x67\xe7\x9e\x4a\x7c\xa9\x89\xc0\x41\x91\x19\xd5\x0a\xc3\xa8\x3c\x95\x93\xbf\x24\xba\x77\x2f\xf1\x0c\x63\xcc\xed\x52\x97\xa6\x76\x4f\x07\x08\xfe\x4a\x5c\x72\xca\xd1\x60\x84\xad\x08\xc0\xf1\x8d\x78\xbb\xc5\xd8\x11\xa0\xb5\xb2\xe2\xf8\xd2\x74\x9f\xaf\x4d\x9e\xa3\xa7\x92\x3e\xf5\xe0\x7b\xfb\x63\x0c\x7d\xf0\x5a\x92\x8f\x12\x13\xee\x75\x3d\x80\x72\xb7\xc6\xbb\xe2\x0d\x49\x1f\x0e\xdf\x00\x33\x6d\xa6\xeb\x8f\xba\xf4\x87\x82\xcf\xeb\x45\x20\xd6\xdf\xa5\x97\xe9\x81\xf5\x95\x07\xe9\x12\xab\xb6\xe3\x4b\x5b\x19\xe0\x06\x65\xe4\x21\x49\xc2\xc0\xb0\x1d\xf3\x13\xcd\xb3\x1d\xf3\x13\xd0\xbd\x8c\x40\x65\x13\x73\xe9\x9f\x81\x21\x32\x9a\x75\xac\xb6\x40\x89\xf6\x97\xd7\x5d\xa0\xc4\x1a\xe1\x4b\x5e\x53\x55\x53\x9b\x36\xe2\x86\xeb\xc0\x43\xfe\xec\x37\x84\x49\x25\xd1\xcf\x12\x5b\xf7\xb6\xc3\x4f\x96\xa3\x1a\x7e\xb2\xef\xad\xd7\xfd\x88\xf3\xad\x83\x34\xaa\x2b\x77\xe2\x5d\xa7\x84\xc8\x32\x13\x06\xdb\x56\x61\xe0\xa6\x22\x09\x10\xdf\x6c\x10\xef\x49\x62\xc4\x2b\xf1\x9b\x0d\x55\x46\x02\xcf\xd2\x48\x12\x4e\x18\xa8\x93\x1e\x4f\x22\x79\x52\xc4\x6d\xdb\x06\xb0\x9a\x32\x62\xfa\xca\x74\x66\xc4\x01\x55\x0c\x40\x7a\xf9\xac\x06\xe6\xc7\x35\xd3\x9a\x84\x9a\x2e\xb2\x56\xb9\xd6\x71\x52\x0b\x0a\x62\xe8\x49\x09\x1a\x70\x69\xca\xae\x01\x77\x5b\x7b\x4a\xe2\xb5\xb9\xd6\x1d\x8c\x8d\x3a\x1d\x00\x58\x6b\x4e\xa3\x47\x86\x91\xe7\x1e\xfb\xf9\xd0\xea\xdb\x71\xdd\x06\x45\x43\x3c\x26\x8a\x5e\xda\x31\x2c\x18\x11\xa7\x2d\x93\xe7\xac\xfa\xb1\x56\x6d\xa1\x88\x3e\x8e\x1b\x48\x06\xe7\x99\x44\xd5\x89\x40\xae\xee\x6c\xf8\x87\x23\xcd\x9a\xa9\x5a\xf3\x99\x75\xd2\x2b\xf4\x12\x5a\x5d\x8c\x48\xdc\xd2\x42\x11\xeb\xed\x99\xc9\xd6\x7c\xc9\x1a\xd0\xeb\x7e\x06\x71\x00\xf5\x80\x45\x2c\x25\x32\x73\x56\xa9\x13\x2b\xbe\x19\xd0\x2c\x1b\x9a\xcb\x9a\x5f\xd7\x6c\xcd\xe8\xe5\x69\xd9\x32\x03\xb3\xd2\xf1\xc9\x69\xaa\xf2\x63\xd9\x5a\xc8\x7f\xa8\x00\x69\xca\xdd\xb8\xf6\xac\x94\xac\x2a\x2e\x2d\x52\xb3\xed\x13\x36\x9f\xb3\x99\x72\xf5\x0e\x47\x25\x47\x30\x34\xa9\x08\x51\x49\xb5\xcc\x0d\xa3\xba\xba\xaa\x3e\xbc\x53\x4d\x4b\x2d\x21\xa6\x5b\x67\x4d\x62\xc9\x7b\x5b\x7f\x36\x34\x01\x5f\x73\x36\xb4\xa1\x58\xf0\x57\xd5\xf1\x1e\x72\xe9\x91\xa5\x0b\xfd\x1d\xce\x0a\x45\x54\xb9\x00\x9c\xbf\x8b\x46\x94\x95\xe9\xa1\x99\xe5\x8c\xcc\x53\x20\x9c\xe8\x9c\x17\x51\x71\x34\x75\xa2\xf6\x63\xb7\x2a\x18\xee\x16\xaa\x8a\x1d\x3a\xf6\xc4\x2d\x01\x53\x65\xe9\xa2\x40\x36\xc4\xe1\x87\x70\x1b\x0f\xf6\x80\x26\x13\x55\x51\x05\xe6\x75\x7a\x22\x8c\xc7\x46\x74\x57\xa2\xa0\xea\xcb\x29\xf8\x23\x15\x3d\x35\xb5\x9b\x9f\x5d\x55\xa3\x86\x71\xca\xbb\x63\x84\xf1\x65\x25\x2c\x0c\x6f\xd4\xa7\x3c\x20\x77\x9b\xde\xe5\xb0\x3c\x40\x17\x83\x2b\xb3\xd0\xcd\x43\x1b\x8a\xfa\x7a\xe8\x82\x51\x8f\xbb\x8e\xaa\xa7\x92\xd6\xb4\x2c\x6a\x6a\x27\x52\x09\x22\x61\x1d\xec\x6e\x95\x69\x16\x15\xb2\xd8\x35\x14\x62\x3d\x56\x6d\x4c\xa6\xe2\x1a\x32\x95\x5d\xb2\xac\x1d\x1d\x8a\x2e\x1d\x0a\x4f\x87\xc4\x3a\x75\x8b\xa7\x05\xf7\xde\xb8\x10\xa3\xbc\x43\xdb\x78\xba\xd3\xd5\x54\x15\xcc\xd6\x9f\x74\x93\xc7\x5b\xd3\x59\x9d\x6a\x4d\xd7\x29\x51\x4c\xcc\xe2\xe2\x90\x93\xbb\x73\xae\xa5\x75\x77\x9a\x35\xb4\xb6\x2d\xf3\x54\x1b\xdd\x05\xe0\xcb\xee\x5b\x43\x37\x00\x14\x4a\x1b\xb2\xa6\x33\xa8\xf5\x64\x66\xc9\xda\xed\x32\x94\xd2\x76\x5a\xd2\x75\xd1\x9a\x17\x6b\xd2\xd2\x19\x64\xab\xae\x20\x5b\x8b\x8e\xb2\xa2\xa8\xa2\x55\x42\xb8\x9d\x2a\x4f\x56\xd6\x9f\x82\xfd\xce\x6a\x5a\xed\xf4\xe6\xba\x58\xb9\xef\x56\xdd\xde\x9c\x59\xa7\xb0\x56\x79\x18\x5b\x5d\x9b\x3a\x22\x8b\x96\x8e\x48\x45\xd7\xd4\x68\x3b\x4d\x26\xf8\xb2\xa1\x25\x10\x39\x34\x61\x4e\xcb\x30\x05\x80\x07\x10\x79\x83\x8d\x36\x6f\xd0\x68\x81\x76\x40\x25\xa2\xb9\x33\x37\x33\x66\x04\x93\xa5\x4c\x26\x4b\xb9\x3b\x59\xca\xbe\xc9\x82\x9d\x5a\xee\x19\x65\x64\x49\x4b\x77\x5d\xda\x50\x45\xe6\x94\x93\xa5\xf1\x05\x6d\x55\xe3\xf5\x3e\xbb\x2b\x5c\x47\x67\x74\xe9\x3e\x87\xf1\xe5\x8a\x9e\x19\xa0\x89\x39\x59\x11\xa7\x9c\xb1\xc7\xb6\x2b\x7a\x96\x28\x17\xec\x1d\x16\x67\xc6\x87\x35\xbd\x79\x34\xba\x77\x27\xb7\x4f\x9b\xdb\x47\x13\xab\x9c\x1f\x69\x40\x37\x7d\x62\xfd\xe4\xcb\xd3\xe4\xb3\xc5\x19\xde\x6c\x3c\xf3\xd8\x78\x55\xa3\x95\xc5\xd5\x8c\x6a\xe6\x3c\x27\x68\x72\x1f\x6d\x9d\x67\xbb\xd0\x5d\x20\xca\x37\x55\xa3\x87\x07\x24\xd4\xa8\x76\xb3\x16\x4f\x7d\x90\x1e\x97\x27\x45\x63\x6e\x98\x4a\xe7\xcd\x71\xde\x33\x6a\xcd\xff\xc2\xa8\xb9\x3a\x54\x53\xb4\xa6\x15\x9d\x93\x19\x5d\xe1\xc2\x93\xc8\x9c\xb4\x1b\xda\x4c\x12\xfd\xf1\x12\x5e\xe1\x44\xab\x7c\x77\xba\x5a\x85\xea\x49\x49\x1b\xb3\xa7\x34\xd1\x54\xec\x4e\x77\xaa\xa3\x7a\x26\xf4\xd6\xad\x56\x15\xe8\xf8\xad\x30\x89\xa6\x03\x9d\x91\x9d\xa5\x84\xae\x77\xcb\xae\xc8\xb7\x76\x43\x5b\x62\xb9\x45\x08\x25\xcc\x0b\x5d\xc5\x2e\x60\xeb\x48\x7a\xc6\xa8\x72\xa3\x41\x7c\x28\xe1\x59\x8d\xc7\x75\xa5\x4f\x5f\xc1\xb6\x4b\xc5\xb6\x5d\xca\xd8\x76\xb9\xbe\x8f\x96\x16\x69\x51\x44\xdc\x2b\xab\xb7\x47\x79\xaf\x04\x6d\x47\x76\x77\x6f\x4c\x24\xc6\x13\x69\x68\x55\x60\x7b\xa4\x5a\xd4\x14\x71\xf6\x65\x4f\x0c\x41\x37\x85\x33\xae\xf0\x50\xb2\x79\x1b\x09\x74\xa3\xd5\x9a\x53\xee\x7d\xe9\x71\x64\xdc\xaa\x76\xdc\xad\x47\xd4\xcf\xa7\xaa\x30\x07\x2c\x03\x16\x90\xf6\x23\x27\x06\x33\xd8\x70\xe5\x79\xba\xf7\x44\x03\x67\x65\x4c\xa7\x35\xbd\xac\xdb\x17\x62\x0d\x40\xcb\xbb\x68\x78\x80\x96\xc9\x86\xa9\x84\x4b\x1f\x0a\xc0\xbf\xba\xfe\xd2\x96\x30\xfe\x97\x2e\xfc\x2d\x53\x66\x17\xed\x1a\x22\xf4\x14\x60\xa5\xd3\xab\x06\x61\x22\xe9\xbc\xd1\x67\xf5\x9a\x56\x35\x78\x80\x9a\xd4\x6e\xe2\x38\x07\xad\xa3\xf4\x12\x25\xcf\x51\x1d\x8d\x18\x26\xc0\x8c\xd5\x98\x9c\x35\x88\x11\x49\x04\xf6\x95\x7a\xc3\x56\x4d\x39\x63\xff\xb5\x8a\xa9\x72\x41\xc7\xe4\xbf\x58\xc1\x27\x42\xce\x1c\x47\x91\x6a\xcf\x5c\x55\x3b\x6e\x6a\x27\x6c\xed\xa4\xae\x1d\x78\xd6\x00\x0d\x07\x7a\x10\x6a\xa4\xc2\x0d\x6e\x9e\x23\x19\x6a\xa4\x6c\x8d\xa4\xad\x91\x00\x7f\x0d\x81\x38\x2f\xea\xc4\xd4\xb3\xf4\xd7\xd4\x3d\x8b\x76\x47\x7c\x6f\x84\x87\x9e\xec\x4d\xcb\xa6\xac\x3f\x1e\x09\x28\xbd\x18\x44\xb8\x4d\x9b\x4d\xfc\x34\xac\xdb\xd7\x6b\xc9\x8c\x78\xc2\x65\xde\x6c\xd0\x60\x2e\xa0\xd1\x9b\x8d\x0e\x49\x52\xc7\x37\x4a\x9f\xea\x54\xb0\x3b\x18\xeb\xb1\x94\xa4\x76\xe8\x33\x46\x4a\x3e\xb9\x02\xd5\x6f\xaf\x0e\x6a\x22\xd3\x9a\xb6\x35\xaa\x71\x81\x24\x3d\x95\x48\xe1\xe9\x42\x16\x91\xa8\xb9\xd6\xcc\x34\xf7\x6e\xfe\x93\xf2\x93\x8b\x03\x81\xa7\x70\x87\x23\x71\x31\x97\xfa\x9c\xaa\xd7\x07\x05\x0a\x0f\xbb\x73\xd8\x5d\x23\x42\xbf\x46\x85\xd8\x98\xa9\xfd\x35\xa7\x13\x77\xe8\x92\xf4\xb4\x26\xd1\x58\x50\x45\x54\x97\x80\x28\x23\xff\xab\x77\x2e\xf2\x9f\xde\xb9\x44\x2c\xea\xc3\x68\xd1\x63\xae\x35\xa4\xef\x86\x5f\x01\xd2\x11\x8c\xf6\x87\xba\x69\xde\xb0\x19\xab\xcf\x19\x08\x91\xf2\xfc\x9a\x97\x40\x14\x57\x94\xf8\xfe\xe5\xdb\x07\x4f\x1e\x7f\xba\xb6\xe0\xbf\x4b\x63\xca\xb7\x35\x37\xc2\x8b\xd3\x7a\xd8\xb3\xd8\x20\xe5\x52\x91\x8e\xfc\xe3\x4b\xdd\xb5\x6e\x8c\x2f\x1e\x24\x60\xd9\xb5\x94\x13\xab\xc0\xd4\xdd\x0b\x88\x84\x9d\x84\x2e\x6a\x02\xf2\x81\x89\xd3\xf6\x89\x29\xfb\x7a\x9a\x96\x2e\xad\xa3\xed\xba\x97\xb6\x43\x32\xa0\xdc\x1a\x63\x02\x67\x0c\x0e\x2b\xd8\x95\xf5\xeb\x5b\x24\x74\xfd\x16\x4c\x3d\x62\xb2\x3e\xb7\xe9\x9e\x48\xb1\x34\x42\xc1\x3c\x47\x76\x37\xac\xf5\x8e\x76\x45\xb9\x57\x8d\xea\x55\xc5\x6e\x36\x7d\xe9\x25\x20\x04\xf1\x72\xd5\x9e\x09\x65\xb4\xdf\xcc\x52\x14\x27\x8f\x36\xfc\x5e\x82\x80\xed\x32\xcf\xfb\x33\xec\xa6\xdc\x6c\x90\x72\xea\x68\xbd\x8d\xe8\xcb\x94\xe7\x7d\xb1\xa8\xbf\x17\xae\xad\xe6\x35\x2f\x11\x26\x4a\x33\x41\x6e\xa1\xb9\x82\x94\xa5\x1b\x13\x6b\xe2\xfc\x1d\x54\x70\x55\x3d\x7d\x1d\x1e\xd5\x95\xad\x5f\x60\xc7\x8f\x0c\x4f\xf2\xb9\xa6\x0f\xa4\x2c\x2f\x86\x75\x0b\xbf\x11\xac\x55\xcc\x18\x06\xb1\x0b\xd7\x33\x02\xf7\x0f\x08\xcb\xf3\x1e\x44\x3f\x53\xc0\xf0\x13\x98\xd3\x58\xbd\x8b\xe4\x71\x3c\xb0\xbe\xd7\x77\x44\x82\xf7\x2c\x72\x81\xa0\x91\x57\xf6\x6d\xef\x7d\xe1\xd1\x1d\xc2\xb0\xf3\xf2\x95\x65\xfb\xde\x8b\x64\xd8\x95\xfd\x52\x2f\xd9\x3c\x6e\x40\x4c\xe1\xf0\x0a\x7e\x86\x9f\x8c\xe6\xd7\x1b\x36\x07\xa3\x20\x88\x2c\x90\xa2\x31\xe3\x66\x64\xdc\xc2\xf0\x9b\x8a\x52\xba\xa8\x41\x3b\xc2\xc4\xd0\xcb\xad\x77\xcc\xcc\xa6\xd6\xbb\xad\x3a\x96\x27\x85\xfe\xa3\xd9\x39\x15\x7f\x45\x12\x65\x2d\x2e\x8c\xca\x59\xdc\x87\x69\x6b\x0f\xee\x1e\x61\x6c\xb4\x10\x5c\x47\x76\x12\xdc\x1b\x81\x2f\xba\x5d\x0d\xa7\xaf\x41\x96\x16\x14\xe1\x06\x1e\x60\xad\x33\x02\x63\x92\x1d\x9b\x11\xb5\x40\x92\x27\xba\xb7\x76\xe0\x1f\x9d\x9a\x91\x85\x49\xc4\x53\x4b\x06\x7b\x5f\x6a\x75\xb6\xf7\x99\x5d\xb4\x7b\x97\xd9\x7e\x0a\xc8\x38\xfc\x53\xd4\x1c\x65\x64\x2f\xc3\xfb\xd9\x36\x2b\x54\xcc\x55\xbc\xaa\x77\xbd\x00\x99\x13\x8a\xe3\x33\x14\x1c\x7b\x1e\xc3\x11\xc5\x5d\x0e\x88\xa9\xc5\x28\x34\xd1\x94\x93\x38\x15\xe5\xb8\x50\xe6\x00\x65\x23\xd2\xb7\x56\x0a\xe8\x1e\xe1\xd0\x63\x4f\xd9\x77\xa3\x03\x13\x87\x6d\x09\x6e\xa7\x52\xad\xd2\xf8\x9a\x42\x4c\xb0\x32\xdb\x97\xa0\x62\xd8\x5a\x1d\xb2\x5e\xd5\xa1\x48\xe5\x96\x39\x57\xc3\xae\x18\x35\xc1\x9e\x68\x3f\xb3\x0b\xcd\xda\x31\x65\x80\x9a\xc1\x01\xa2\x7d\x04\x04\x67\xa2\x34\xa7\xa3\xba\x1f\x8b\x86\x3e\xb9\xe0\x43\x8c\xfe\xd2\x18\xf5\x5a\x93\x9f\x8e\x34\x43\x63\x32\xef\x80\x47\xd4\xc8\x6e\xa2\x5e\x09\xdb\xe4\x11\x84\x4d\x63\x8e\x2c\x18\x28\x4d\x41\xf0\x09\xa9\xf0\x7d\x3e\x45\xca\x76\xe5\x01\xe1\xb8\x10\x45\xfa\xcc\xa3\x1b\x8b\xc8\x2b\x3c\xf3\x8e\xcf\xa3\x92\x41\xf4\x6d\xf3\x26\x0c\x4f\x13\xb6\xfa\xa8\xa3\x8d\xd6\xdf\x6d\xe8\x42\x55\x2e\xa6\x08\x29\xfa\x6b\x83\xb8\x66\x04\x45\x05\x66\x3d\xf6\xe2\x86\xea\xce\x28\xf4\x7b\x30\xdf\x4f\xe3\x23\x74\xd6\xde\xcf\x58\x6f\xa0\x43\x66\xcc\xfa\x34\x63\x00\xb6\x18\xc6\x45\x0b\x12\xa6\x4c\xc3\x6f\x40\xc9\x73\xea\x17\x58\x22\xc2\x97\x84\xae\x81\xa0\x7f\x35\xc8\xe4\x25\x60\xce\xe1\x72\x1a\x45\xf1\xa4\xe6\x57\x96\x13\xdd\x2a\x5c\xd3\x31\x47\xae\x63\x36\x1b\x75\x95\x61\xbe\xd1\xa5\x8b\x63\xd2\xc4\xf5\x72\x65\x5a\x0d\x98\x25\x90\x3a\x8d\x82\x4e\xbf\xf1\x3d\x9d\x1e\x29\xcf\x1e\x9f\x5c\x35\x02\x95\x3f\x30\xd5\x3d\x2d\xba\x93\x0c\xf5\x1f\xf1\x57\x35\x5b\xf5\xcf\x06\x7b\x15\xed\x81\x3d\x9a\xc0\xbd\x0a\xc0\x76\x51\x30\x74\x96\x65\xfb\xca\x7d\x3f\xfd\x4a\x8c\x7f\x9b\x5c\xbd\x39\x72\x0a\xae\x14\x87\x37\x6e\x98\xd7\x56\x9c\xf8\xc5\xd9\x8d\x70\x4d\x28\xca\x10\x8a\x5d\x15\x7a\x08\x85\xc7\x84\x62\x8e\x31\x98\xf0\x50\x15\x6e\xc4\x78\x9f\x0b\x5f\xf1\x1b\x0d\xba\xa2\xd6\x7a\x7f\xfa\x5c\x83\xfe\xd1\x07\xe4\xd1\x7c\x4d\x47\x87\x2c\x86\x77\x49\x5a\x6b\xf7\x9d\x7e\xf5\xc9\x79\x97\x4b\x77\x7d\x30\x85\x56\x15\xee\x92\x64\x77\x08\x7a\x75\xb0\x39\x4e\x67\xa6\x51\x91\x2f\xcc\x02\x91\x65\xfb\xce\x37\xe6\x6e\xf7\x47\x72\x05\xdf\xfd\xfc\xaa\xee\xdf\x83\xb9\x09\xcc\x81\x99\xac\x94\xd2\xb7\x53\x4b\x9d\x66\x1c\x3c\x3d\x83\xc1\x40\x11\xd6\x0e\xd3\xa4\xa4\xdf\xa3\xe2\xd6\x69\x3a\xdb\xe9\x1c\x3a\x9d\xe3\xfe\xd6\x85\x59\x01\x9d\x6f\x3a\x9c\x5f\xd1\xe1\x67\xb1\x19\x43\x6f\xc7\x8a\xbe\x8e\xf5\x5e\x92\x61\xb0\x29\x03\x34\x0a\xee\x1c\x59\x66\xd9\xbe\x91\xdc\xf4\xf5\xac\x88\x30\x4d\x5c\xcf\x8a\x2b\x7b\xd6\x97\x6d\x01\x4f\x60\xf7\xe3\x05\xfc\xba\xcf\x89\xb8\xcf\x15\x61\x44\x74\xfb\x5c\x12\x93\xa1\x98\x99\xf7\xba\x72\x69\x97\xaf\xe3\x76\x5c\xf7\x2d\x22\xb1\x1d\x05\x01\xa3\xe0\x7d\x72\xee\x55\x7d\x5d\x01\x7e\x27\xdd\x30\x28\xbd\x1a\xf7\x0e\xc3\x12\x49\x02\x16\xb9\x41\xab\xc3\xdc\x75\x10\x63\xbb\x4b\x2a\x5a\x92\x25\x2d\xe9\x88\x2c\x12\x63\xde\x2a\xcf\x97\xf7\x1d\x88\xd1\x64\xb9\xbf\x8f\x2f\x2b\xb3\xd9\xfe\xb0\x9c\xa2\x05\xad\xac\xc5\x35\x2e\x16\xb4\xf2\x2c\x81\xb1\x9d\x9d\x23\x49\x2a\xd2\x1e\x2f\x4f\x48\x13\x7b\xfd\x3c\x37\xb7\x26\xd4\xdd\x9a\x2c\xac\x98\x7f\xcb\xf2\xbc\xf2\x3b\xf1\x79\xbc\x13\x2b\x5d\x14\x26\x25\xad\xd1\x39\x29\xc9\xd2\x73\xbb\xeb\xe9\x8c\x9e\x17\x6b\xcf\x4f\x9c\x93\x35\x3d\x27\x15\x5d\xe8\x4e\x5c\x82\x2d\x4b\x6a\xd5\xc5\x4d\x49\xb3\xa8\x3e\x95\xd5\xfc\xe8\x34\xd4\xb1\x1b\x15\x5d\x21\xe9\x9a\xa1\xcf\xb5\xba\x16\xd5\x4e\x2d\xaa\xa8\x16\x15\x59\xd3\xca\x6b\xbf\xcc\x00\x36\xa6\xa2\x02\x3e\x7d\xd5\x67\x16\xf4\x0c\x55\x44\x92\x65\xfc\x29\xe6\x89\x79\x11\x77\x47\x35\x34\x3c\xbe\x6b\xc1\x02\x48\x69\x59\xc0\xaf\xe9\xa6\xc5\x4e\x05\x17\x51\x05\x17\x64\x4d\x23\xeb\x23\x5d\xe2\x2e\x24\x56\x50\xe6\xd4\xdd\xcf\xf0\x16\x63\x32\x8b\x40\xb5\x01\x20\x0c\xf0\xe2\x0c\x36\xc5\x07\x64\x86\xb9\xef\xc4\xb6\xee\x1e\xa3\x6e\x8d\x70\x44\x13\xa8\xa1\x6b\xc3\xd3\x37\x78\x47\x11\xf5\xd6\x18\x07\xb4\xb7\x8a\x5a\x8a\x5d\xd2\x96\x2c\x68\x4b\x47\xe4\xdc\x44\x9c\xda\x0b\x11\xe4\xb5\xef\x97\x79\x3e\x38\x1d\x56\x82\xb3\xc9\x62\x7f\x3f\x4a\x80\x2f\x97\x96\x88\x17\x53\x74\x4e\x97\xd6\xb4\x1f\x17\xe7\x74\x99\x10\xf1\x05\x10\xf1\x92\x9c\x1a\xb3\x52\x32\x8b\xe9\xf8\xc2\xd3\xf1\x32\xcf\xd1\x92\x9e\x47\x74\xbc\xf4\x74\x7c\xd1\xa5\xe3\x25\x26\x2d\xad\xd1\x05\x69\xc9\x02\x87\x6b\xa2\x35\xbd\x28\xfc\x0c\xa2\x17\xa4\xa2\x17\x64\x49\xcf\x35\x1d\x9b\x36\xc4\x14\xbc\xc4\x64\x1d\xd5\x64\x69\x29\xf8\x8a\xd6\x72\x6f\x9e\xaa\x29\x39\xb4\xc5\x20\x52\xd4\xe8\x74\xa7\x2a\xa7\x51\x55\x4e\x49\x45\x4f\x3d\xad\xac\x81\x98\x97\x40\xcc\x4b\xfc\xf7\x5f\x3c\x43\x4b\x22\xc9\xa2\xf3\xd5\x40\xd7\xa7\x71\xf7\x2c\x3b\x74\x7d\x0a\x74\xbd\x28\x4e\x0d\x5d\xff\xd3\xba\x42\x89\xdf\x47\xd7\x6b\xb7\x6e\x46\xe2\x7a\x41\x6a\xbd\x60\x9a\xc5\xf2\x5a\xe1\x5b\x9e\xd7\x7e\x8f\xf0\x03\x5f\x83\xb3\xb0\x19\xc0\xb4\xd5\x9d\x1d\xc3\xe1\x24\x5e\x5b\xaa\x1e\xe0\x35\xb6\x5b\x58\xbd\xbb\x85\x59\xd8\x88\xb5\xf9\x12\x99\x05\x38\x97\x99\x31\x3b\x99\xd9\x7d\x7e\x0d\x4f\x77\xa8\xc3\xf5\x30\xfe\x91\x5d\x85\xf1\xa5\x6e\xec\xcc\xf5\x21\x26\x70\x88\x98\x91\x9d\x3a\x47\x6c\x16\xa3\xc2\x5f\x1a\x7b\xe7\xcb\xb3\xce\xa1\xc4\x7c\xe2\x6f\x8a\x8f\x59\xc6\x19\xa9\x93\xb3\x45\xfc\x15\x28\xc4\x4d\x30\x05\x0f\x64\x46\x7d\xb1\xdb\xd0\x1e\x38\x05\xfd\xd1\xa0\x6e\xfd\x1d\xd3\xd8\x10\xe8\xaf\x4e\x73\x34\x8f\xde\x68\x2e\xd7\x14\x64\xd2\xb8\x4a\x26\x5c\x6e\x13\x57\x59\xb3\xfa\xa4\x89\x4b\x6a\xfc\x16\xdc\x22\xe6\xd9\x00\x3b\x56\x33\x4b\x15\xe1\xf4\x6e\x6e\x2a\xcd\x38\x19\xe4\xcd\x23\xe0\x0d\xc0\x58\xe7\x4a\x4c\x35\xe8\xdd\x24\x26\x4d\x9c\x1e\x8b\x20\x75\x1a\x65\x46\x45\x74\x46\x45\x90\xfa\xca\x83\x51\x77\x30\x44\x3c\x18\xa9\xfc\x61\x8b\x84\xe6\xec\xeb\xb4\xc7\x42\x39\x71\x07\x6d\x7b\x99\xc2\xba\x8f\x29\xac\xdd\x0a\x58\xd3\x2c\xdb\xaf\x23\xa8\xc3\xdb\xae\xcb\xa6\xe8\x8a\x66\xed\x8e\xb6\x69\x83\x4e\xf0\xeb\x35\x55\xc5\xa4\xb5\x28\x68\x9f\x6b\x54\x7b\x5e\x6c\xe9\x97\x07\xfd\xea\x43\xf4\x66\x91\xbc\x59\xe7\xf9\x57\x7b\x4b\x98\xad\x79\xc5\xe6\x35\x67\x55\x3a\xdb\x07\x33\x37\xc5\x59\xa2\xc8\x61\x34\x1e\x0e\x0a\xab\x67\x61\x62\x6d\xf4\xf8\x56\xd1\xdd\x23\x0f\xc8\x5f\x28\xf8\x2e\xf0\xb7\x6a\x59\x90\xcd\x99\x06\x9b\xbb\xec\xc7\x35\x7d\x55\xa3\xc1\x08\x93\x67\x26\x34\xc6\xe4\x51\x4d\x2f\xb7\xe4\x5d\x4d\xd7\x12\x3d\xaa\x31\xf9\xd3\x87\xde\xb8\x50\x84\xac\x59\x3b\x57\x89\x94\xd2\x47\x5d\x1d\xcb\xf1\x9d\xa3\x60\x29\x12\x49\x77\x5e\xd4\x89\x31\xee\x4a\xa2\x37\xb5\xb5\x8f\xf9\xb3\xb6\xb6\x1d\xef\x6a\xa2\xbf\xc9\x22\xaf\x1b\x4e\x67\xdd\x77\x82\xa2\x48\xd1\xe0\x44\xc1\x43\x1c\xa9\x21\x2f\x97\x0c\x5c\x86\xbe\x7f\xf3\xac\x38\x33\x1b\x09\xc9\x32\xdc\x41\x8b\x54\xf4\x8c\x21\x45\x11\xa3\x60\x5b\x39\x8d\x3d\x7a\x14\x0a\x27\xc5\x38\xef\xf9\xc6\x10\x0e\x00\x60\xb6\x95\xae\xa7\xab\x6e\x7c\x8e\x7f\x59\x1b\xfb\x21\xfd\xb6\xd2\xad\x82\x9f\x37\x75\x0c\xd0\x08\x5d\xf7\xba\x46\x6f\x6a\x6f\xc2\x32\x31\xf2\xdd\xd7\x35\x7a\x17\x22\x09\x87\x5a\x5a\x3d\x66\x3c\x51\xf6\x16\xba\xd3\x5b\x3c\xb1\xcc\x87\xc2\xff\xf4\x85\x58\x1d\xce\xa4\x46\x46\x20\xff\x00\x06\x75\x14\x8d\xe9\x8f\xb5\x33\x78\xb5\x56\x79\x91\x74\xf0\xd2\x39\xe4\x57\x86\x48\xad\x7a\x7b\x7a\x3f\x10\xa9\x60\xf0\xa0\xaf\x05\x52\xf8\x8a\x59\x27\xfc\x15\x0e\xc6\xa9\x60\xc0\x1a\xac\x56\x0d\x32\x45\xf0\xac\xe5\xf6\x95\xf1\x3d\xf7\xdd\xe4\xd6\xd4\x7d\x1a\x2e\x86\x86\x92\x9d\xb3\xb2\x79\x25\x2b\x2b\xeb\x07\x3d\xe6\xdb\x47\xb9\x15\xe1\xf5\x14\xcb\x13\xbb\x4e\x7c\x69\x03\x6e\xfa\x2b\x10\x72\x42\x94\x07\x6b\xdc\x82\xbd\x28\xa5\x16\x16\x29\x48\x62\xa1\x82\x8e\x71\x8c\x15\x78\x94\x2d\x6e\xb3\x71\xa1\x1d\x90\x00\xe5\x13\x6d\x7d\x19\xbe\x12\x36\x10\x0b\x5c\x77\xac\x72\x9f\x5a\x6d\xef\x6f\xf6\xf7\x43\xaa\x70\xfc\x3e\xd1\x29\xfd\xad\x41\xb7\x88\x57\xb4\x21\x23\x3c\xe1\xc9\xb6\x9d\x3d\x7a\xfc\xfc\xf1\xbb\xc7\x8f\x32\x62\x45\x0d\x71\x44\x7c\x0d\x1d\xcb\x75\x9c\xf4\xda\x2b\xef\x44\xf2\xee\x29\x8a\x9f\x52\xa9\x39\xeb\x48\xcd\x59\x22\x35\x4f\xdf\x46\xde\xfb\xd2\x55\x24\x5e\x36\x6f\x15\xb1\x2d\x65\xe7\x66\x06\x29\x0a\x2a\xe9\x7e\x5d\x31\x00\x69\x11\x7a\x93\x7f\xbb\x0b\x2d\x65\xc1\x39\xb0\x75\xed\x1e\xfa\x61\x30\xb2\x9b\xfc\xed\x62\xe7\x73\x99\x75\x64\x66\x34\xaf\xec\x0d\xe6\x61\x52\x87\x6b\xcb\xbd\xc6\x85\xe1\x4f\x6e\x01\xfe\x50\xbb\xdb\xa1\x6f\xb5\x31\x7c\x76\x93\x13\xee\x6d\x6c\x67\x99\x7b\x04\xa4\xe8\x47\x81\x78\x62\xc3\x8e\x37\x1b\x9f\xc8\x6b\xb1\x5b\x9d\xbf\xf1\xe8\xe0\x56\xee\x6e\xf2\x0e\x0c\x61\x19\xed\xd7\xa7\x35\x65\x78\xf2\xbe\x46\x4f\xf5\x02\xb4\xd5\x8f\x9a\xfe\x3e\x0a\xa4\x22\x27\x53\xd8\xd9\x37\x5c\x57\x9e\xce\x1b\x9b\x2b\xf9\x55\x28\x98\x3a\x78\xa3\x8c\x08\x3b\x23\x32\x65\x8e\x2d\x9c\x8d\x9f\x2b\x9b\x0d\x8a\x0e\x86\x47\x7e\xcf\x1a\x50\xfa\xb4\x0e\x7e\xb4\xc0\x00\xc8\x73\x17\x50\x01\xa8\xdb\x88\x58\xdd\x5a\xe5\x08\xaa\x9e\x23\x5f\x81\xcd\x26\x3b\x63\x65\xe5\x40\x83\x4f\x45\x75\x61\xc3\x83\x9f\x84\x91\x51\xc6\x2b\x14\xb6\x0a\x6d\xdf\xea\x89\x9a\x60\x3b\x29\x89\x32\x5d\x16\x0f\x88\xfe\x88\xa9\x03\x2c\xb8\xcc\xb3\xec\x03\xe4\xb5\x48\xd0\xee\xdd\x2c\xb8\x35\x75\x8b\xac\x81\xf9\xdb\xb9\x64\xbb\x83\x41\x99\xd4\x75\x6e\xf4\x55\xf2\x4f\xe0\x06\x2c\x6e\x40\x84\x2d\x70\x69\xc6\x3e\x45\x47\xf0\xec\xa2\x07\x1c\xb8\x91\x99\xad\x41\xaf\xf8\x2e\x34\x85\xd0\x66\xe3\x30\x08\xa2\x12\xb6\x76\x45\xb3\x47\x8c\x6f\x35\x7d\x5a\x4f\xe1\x33\x81\xd3\x8d\x3f\x68\x64\x9d\x76\x58\x23\x9b\xd0\x3f\xf4\xa6\x0c\xb9\xa3\x05\xd2\x78\x8c\xac\x01\x12\xd3\x9b\x83\xd5\x89\x87\xad\xd1\x84\xdd\xff\x58\xc7\x66\x5d\x1f\xeb\x63\x76\x32\xfc\xf4\x45\xc8\xcf\xcf\xf8\x6b\xeb\x2f\xe0\x37\x26\xdb\x5a\x70\xeb\xa0\xd7\x88\xcf\x7c\x36\x3a\x32\xf6\x58\x75\xc7\x1e\xeb\x51\xdd\xae\x4a\x35\x3b\x63\x92\xfc\xde\x7d\x17\xd9\x6a\x91\x9f\x6b\x3a\x22\xac\xb4\x46\x52\xf6\x97\xdb\x5f\x51\x82\x1a\x54\x99\xac\xf7\x75\x89\x9c\x0d\x99\x1f\xf9\x83\x71\x62\x9c\x5f\x26\x66\x0e\xa9\x93\xbb\x14\x56\x5f\x79\x48\x96\x0e\xc4\xbe\xa6\x47\xe3\x9c\x0e\x3c\xd3\x5d\xef\x96\xae\x2d\x63\xd5\x33\xf8\xf0\xcf\x35\xad\x75\xbb\x14\x51\x3d\x8a\x52\x1d\x43\x14\x1b\x65\xd4\x4c\x47\xe4\x46\x60\x6f\xb8\xf7\xe1\xe7\x42\x69\x69\xd3\xd7\x65\xf1\xa2\x24\x0c\x54\x30\x25\x26\xb2\xc4\x97\x35\x1d\x4d\x2a\xa1\x2b\x01\x3d\x47\x06\xe8\xe0\xd6\x0f\xf5\xce\x6c\x19\x8d\x31\x9e\xd4\xfb\x74\xac\xbb\xdb\xf5\x7c\x4f\xbd\xa2\xda\xbc\x0c\x5f\xb2\xf6\x0b\xb2\x84\x13\x4e\x94\xe6\x4d\x49\x94\xbf\x76\x28\xc3\x2d\x8c\xd1\xfe\x35\xe3\x6d\x3e\xc8\x92\x51\x56\x3b\xf5\x1b\xf5\xf2\xd8\x4d\x89\x9c\xf1\xe3\x65\xd2\x15\x46\xb1\x2c\xd8\x45\xf8\x47\x68\x8b\x79\xfc\x2b\x04\x23\x6b\x8d\xf4\xea\x8b\x97\x53\x56\x76\xc7\xac\xa4\xac\xd0\x54\x69\x5a\xa1\x79\x82\x32\xba\xc9\x2c\x51\x42\x6c\xa5\xab\x20\x2b\x23\xd3\x00\xbf\xb8\xb1\x69\x67\x10\x4d\x35\xcc\x56\xe2\x3a\xca\xae\xcb\x57\xd7\xa9\xb0\x75\x89\x98\x52\x85\x39\x10\x5c\x49\x99\x01\x7a\x8c\x71\x9b\xba\x6b\xa5\xee\xdd\x9d\x2e\x44\x3a\x2f\xee\xe8\x46\x85\x2e\x55\x65\x64\x54\x10\xba\xd6\x46\x1b\x33\x9e\xbf\x5c\x14\x04\x7a\x34\xc6\xbf\xab\x7f\x3d\x13\x18\x75\xf3\xba\x4c\xd0\x87\xfa\xd4\x4e\xa6\x0a\x31\x5c\x44\x77\xd9\x55\x19\xb4\x4b\xf4\x30\x11\xcd\x73\x42\xcd\x22\xf1\x22\xdf\xe9\x1c\x3d\x35\x8c\xd9\xca\x1b\xc6\x2b\x26\x59\xf5\x86\x55\xeb\x19\x93\x94\x59\x3d\x1a\x55\x82\x76\x76\x68\x77\x4d\x79\x8f\xc5\x49\x1d\x6b\xfd\x48\x87\x5d\x25\xcd\xc8\x99\x1f\x6b\xe8\x43\xac\xbd\x4f\xbb\x8d\x4a\xa5\x00\xf7\x95\xaa\xb6\x27\xe5\x49\x5b\x16\x88\x27\xfc\xd8\x4c\x0c\x8c\x79\x4b\x6b\x07\x6a\x2b\x27\xd6\xf2\x69\x4d\x67\xc6\xf0\xa3\x9e\x23\xf4\x73\x9d\xaf\x31\x08\xd0\xb8\x07\xcb\x42\x8d\x15\x73\x1a\x73\xc1\x62\x44\x4a\xe8\xca\x62\x36\x34\x01\xc2\xca\x05\x93\xb6\x3f\x8a\xd9\x30\x7e\x34\xef\x0c\xb1\xd8\x37\x86\x58\x22\x73\x0f\x22\x68\x9a\x09\x4e\xa8\x71\xea\x82\x21\x41\xdc\xe7\xac\x9f\x5b\x23\x1b\x37\x55\x5a\xff\x97\xab\xe4\x8e\x38\xcd\x14\xb5\xb4\xa1\x15\xa9\xa9\xc0\x85\xef\x87\x8a\x30\x63\x2c\xd3\x6e\xe8\x1a\x6c\x02\xd6\xdb\x99\x35\x14\x4a\xcd\xb8\x66\x79\x3e\x83\x71\x09\x25\xd6\x54\x14\xb6\x9c\x96\xac\x05\x12\xdd\xfd\x00\x6f\x36\xce\x04\xb5\xbb\x53\xe8\xb4\x41\xf9\xbd\xb6\x4f\x86\x30\x1a\x92\xd2\xa7\xcd\x61\xe7\xcd\x71\xa7\x28\xc2\x87\x95\xdd\x90\x4f\xa2\x4b\xf9\xff\x5d\x93\x23\x7c\x8d\xc8\x30\x2d\x40\x95\xf9\xaa\x03\xb5\xc4\x97\x7c\xd7\x26\xab\xa5\x8e\xc0\x61\x47\xa3\x0c\xd5\xa4\x75\x84\x01\x8e\x5f\xa2\x41\x68\x4d\xd7\xaf\x05\xaa\xff\x41\x27\xd7\xde\xae\x36\xf4\x2e\xa8\xc6\x44\x3d\x8f\x7b\x3b\xbb\x76\x9d\x5d\x13\x11\xf5\xea\xbc\x4c\x15\xb9\xd5\xf0\xd3\x82\x29\xcb\x44\x4d\x04\xd5\xfc\xf0\xa7\x56\xac\xe5\x8c\x39\x35\x3b\x75\x3d\xcb\x15\x77\xd3\x54\xaf\x09\x94\x8a\xc2\xb0\xc8\x6b\x80\x85\x78\xc3\x4a\x63\x42\x4d\x10\xa3\x7a\x56\x1b\x2b\x07\x70\xf1\xfa\x37\xdc\x9c\x20\x1f\x6b\x63\x2a\xa4\x00\x0c\x30\xdc\xc2\x44\xb5\x34\x14\x10\x12\x12\x4f\x0c\xb7\x46\x31\xe3\x75\x56\xee\xf8\x40\x69\x23\x52\xea\x2a\xd7\x1d\x1e\x39\xbd\xc4\x3a\xed\x25\xb8\x09\x09\xdf\x27\x0d\x0d\x0c\x06\x99\xd1\x66\xb8\xb6\x43\x93\xb8\x7c\x70\x37\x1c\x25\x92\x06\x3e\x01\x63\xb2\xa6\xb3\xe3\xf1\x09\xa9\xe8\xec\x78\x74\x32\x99\x51\x5e\x4e\x8c\x55\xde\x8e\x1d\x32\x5d\x81\xaa\x21\x39\xa3\xf3\x58\xdd\x96\x2c\xe9\x6a\x68\xea\x31\x59\xe9\xe0\xfa\xb4\x9d\xc9\xfa\xd4\x90\xfa\x82\xb2\x32\xd8\x46\xa7\x84\x75\xa9\x8b\x2b\xe6\xc4\x64\x2e\x14\xf1\x59\x0b\xb1\x25\xd0\x06\x73\xf6\x4f\x1a\x91\x7c\x9c\x72\x32\x1f\xb6\xd1\xf3\xda\x62\x36\xc4\xbd\x33\xb1\xac\x6a\x4b\x18\xc6\x97\x9a\x3f\x8b\x7a\x6e\x2d\x50\x45\x80\xfc\xd7\xfa\xc4\xc5\xe8\xbc\x41\x0b\x4c\xe4\x0e\xe5\x6c\x28\xcb\xa5\x9b\x80\x10\xa3\x53\xef\xa6\x23\x72\xc8\xb8\x2a\xf9\xa2\x61\x3e\xa3\xe7\xa9\x05\x0d\x6f\xc1\xeb\x0f\xd1\xac\xc8\xe8\x7e\xf0\x68\x72\x38\xbe\xf9\x9b\x42\x25\x26\x33\x3a\xbe\x7f\xbf\x99\x88\xe3\xe6\x64\x43\x19\x29\x73\xfa\xef\xd9\x76\xbb\xc5\xe4\x98\x13\x45\xc4\x09\xbe\xb2\x87\x1c\x0c\x53\x68\x26\xe9\x3a\xfe\x60\x9d\x31\xe4\x34\xe9\x46\x00\xbc\xe0\x88\x45\x1d\xe5\xd4\x63\xa1\x7b\x26\x7d\xdd\x23\x3a\xdd\x63\xf1\x2c\x6a\x7c\xc9\x93\xea\x19\x12\xaf\x01\xb7\x1f\x63\xdd\x20\xd3\x9c\xb5\x40\x67\x80\x41\xbc\x16\x68\x49\x94\x09\xac\x8c\x27\x56\xc4\x68\x62\xd7\x4e\xdc\xf2\x19\xcc\xe1\x3b\x4b\x6d\xb1\x2e\xc9\xce\x8a\x54\x54\x5b\xec\x57\x5e\xba\xa6\x7f\x96\x91\xb7\x20\x56\x12\x86\xc9\xcc\xac\xef\x94\x91\x59\xb4\x99\x58\x15\x09\x3f\x73\xc8\xac\x43\xcb\xb3\x68\x35\xac\x30\xa9\x22\xcd\x8b\xb2\x83\x62\x72\x56\x22\xd8\x4b\xba\x10\x26\x8b\x68\xb3\xd1\x3c\xfc\xe4\x6a\x36\x8e\x81\xe3\x6a\x86\xf0\xee\x6a\x1d\x2f\xcb\x8c\x00\x08\x93\xdd\xb2\xfe\x3b\x3d\xc8\xe2\x1e\xec\xe9\xbf\x9d\x8d\x95\x45\x2b\xff\x79\xb9\xa3\x20\xc8\xe8\xa5\x2a\x17\x05\x23\x33\xc9\x80\x83\x26\x15\x6b\x95\x14\x17\x05\x27\x15\x5b\xb5\x85\xe8\xe1\x90\x91\xd2\x27\x87\xd8\x64\x78\x8a\x80\x1d\x73\xd2\x42\x07\x7e\x90\x24\x82\xa3\x66\x24\x51\xb4\xf6\xd7\x16\x84\xd8\x08\xaa\xe3\x04\x78\xda\x9b\xbc\x40\xa2\x63\xcd\xcf\x88\x7d\x27\x3a\x1f\xc0\xb1\x66\xeb\x69\x99\xa0\x63\x45\x00\x75\x44\x0f\x77\x67\x1c\x63\x48\xb2\x32\x4c\xea\xd9\x4e\xca\xc8\x40\x6a\x67\x73\x01\x32\x62\xa5\xd3\xc4\x67\x7a\x59\x4b\xbe\x72\x5e\xa2\xf1\x46\x67\xb1\xc8\x9c\xde\x1c\x51\x18\xb1\x64\xac\xdc\xf9\x70\xa7\x78\x5d\x99\x89\xf3\xba\x1e\x65\xb2\x3b\x56\xf0\xab\xe7\x8f\xb8\xd8\x82\x0b\xa8\x72\x97\xcf\xa9\x69\x39\xb4\x63\x1f\xdd\xec\x95\x25\x12\x44\xbf\x58\x05\x11\x3e\x14\x7c\x5e\x82\xa6\x70\x4d\x04\xde\x7e\x57\x13\xeb\x14\xab\x2c\x39\x2b\xe9\xbe\xbb\x35\xbe\x4d\x8e\x48\xaa\x95\xf9\x39\x4d\xf5\xb0\x3f\xd5\xdb\x9d\x54\x47\xe4\xa0\x93\xe6\xeb\x77\x9c\xcd\xcc\x9c\x26\xfa\x88\x46\xe2\x05\xd3\x20\xe5\x6c\xb1\x83\x19\x57\xf1\x35\x88\xcf\xe5\x05\x0c\x2c\xc9\x9c\x48\x4a\xb6\xce\xe3\x58\xa4\x00\xdf\x5d\x9f\x38\x0d\x57\x38\xc1\x0c\x72\xca\x9d\xff\xc9\x63\x76\x62\x6a\x42\x6c\x43\xbf\x96\x89\xcf\x35\x86\x93\x65\xed\xb1\xa6\xde\xf0\xf8\xac\x8c\x2f\x23\x80\x82\x54\xa0\x20\x65\xa5\xe1\x9e\x4d\x4e\xa9\x24\x95\xaf\x8b\xd8\x10\xb2\xd4\xe4\x20\x8e\xc7\x27\x78\x2a\x8e\x47\x27\x05\xea\xe4\xa5\xc7\x8c\xa8\x13\xc2\xa2\x9a\x3d\xfa\x3f\x55\x15\x33\x40\x7f\x5f\xa1\x77\x49\x85\x7e\x92\x08\x03\xd8\xd4\xdd\x1f\xf8\xf4\xde\xdd\x82\x27\xbb\x38\x03\x38\x29\x8c\x89\x4e\x71\xe7\x3e\x9f\xde\xbb\xd3\x49\x61\x4a\xf9\xbd\x1e\x2a\x59\x72\x83\x3f\x3e\x49\x9e\xe8\x18\xf6\x79\x06\x97\xbf\x0a\x05\x9f\x61\x69\x2a\xbe\x4d\xa0\xbf\xff\xec\x70\xef\x1d\xa3\x5a\x73\x00\x95\xee\x00\xda\x39\x79\xda\x8d\xc2\x9f\x37\x3b\x82\x26\x52\x52\xd5\x95\x11\x50\x4a\xcb\xa9\x3d\xfa\xd7\x05\x72\x38\x21\x66\x01\xb6\xd2\x90\x5a\x93\xbf\x3b\x1b\xd5\x9a\xa7\x8a\xe0\x5b\x01\xc6\xa6\xf4\xb0\xad\x65\x9e\x97\x10\x83\x65\x49\x85\x3e\xf2\x78\x51\x50\x6a\x63\xed\x3e\xbe\xd9\xe8\x78\x7b\xc0\x0d\xc0\x49\xa8\xb4\x9b\x45\x67\xdb\xc4\xd8\xa1\x85\xb5\x9d\x04\x66\x3f\x6c\x68\x89\x5a\xc2\x81\x2b\xad\xd3\x63\x7e\x49\xea\xe8\xfc\x4d\x1b\xcd\x12\x01\x50\xb6\xbd\x1d\x34\x0c\xd5\x0c\x5f\x6e\x83\xc5\xb1\x71\x94\x59\x6a\x66\xba\x74\xf6\x99\x45\x5b\x93\x75\xeb\x51\x02\x8b\xba\x84\x47\xfb\xd2\x3c\xd9\x7d\xd2\x3c\x3c\x5b\xae\x98\x2c\x55\x7d\xce\x9e\x96\xbc\x6a\x98\x8d\x7e\x5e\x5e\x88\xb5\x4a\x52\xbe\x60\x4b\x61\x83\x6e\x4c\xdd\xd3\xdc\x86\xcc\xc8\x9a\xf0\x23\x76\xba\x5e\x00\x12\x92\x8f\x98\x33\x29\x59\x15\xc7\xbd\xf3\xb4\xe6\x3e\x62\x78\xcb\xb7\xe6\x5c\x60\xe2\x5e\xad\xca\xbf\xd6\xec\x59\xc5\xb8\xaa\xe7\xb5\xfd\xac\x03\xfd\xab\xdb\x97\xec\xcb\x1b\xa6\x17\xa8\xba\x61\xb2\x18\x8c\xb7\xe4\xf5\xf5\x7d\x92\x5a\x65\x3b\x65\xe3\xdd\x7d\xf8\x98\x91\x9d\x25\xe1\x84\xb0\x6d\xdc\xa3\xa6\x68\xdb\x4f\x5f\xfa\x7b\xb4\x6b\xa5\xfe\x8f\x17\xdb\x4f\xd7\x2c\xb6\x3b\x83\xd5\xdb\xba\x4f\xd1\xbe\xe4\xc7\x32\x4d\x69\xd6\x8c\x88\xfb\xdc\xeb\x59\x11\xc9\xb5\xeb\xd9\x36\xa6\x8d\x6e\xab\xcd\x92\xd1\x57\xbe\x69\x36\x52\xb8\x50\x44\x74\xc5\x3c\x11\x4f\xab\x0c\x4f\x2b\xfe\x43\x9e\x96\xf5\xb0\xb4\xea\xef\x58\x5a\xb1\xcb\xd2\x3a\x92\x3f\x8d\x48\x7e\xd1\x25\xf9\xc7\x3d\x24\xbf\x6b\xd3\x07\x7c\x3f\xe1\x54\x1d\x8f\x4e\x88\xa0\xea\x78\xec\x91\x74\xbf\x94\x3b\x2e\x1b\xd5\x77\xac\xe8\x80\x2c\xdd\xbf\x98\x2b\x38\x41\xb2\x13\x4c\xf8\xb6\x33\xf7\x76\x8e\x88\x8b\xd2\xec\x0c\x94\x1d\x8f\x7c\x95\x34\x17\x4b\xdf\x25\x9d\xa4\x77\x3a\x5d\x28\x51\xa6\x5f\xd2\xe9\xfb\xf7\x24\xd0\x1d\x6e\x23\x17\xb8\x8c\xce\xa7\x85\x22\xd1\xe9\xd4\xee\x15\x56\x6c\xc0\x22\xb1\x01\xdf\x92\x33\xcd\x2f\xda\xa3\x55\xef\xba\x11\x35\x33\xba\x3c\x07\x2f\x99\xa9\xc5\xa5\x85\x16\x73\x5a\x97\xc5\x4b\xe2\x8c\x0f\x0b\x46\x40\x97\xf5\xd5\xbc\x60\x1d\xaf\x9a\xd6\x3f\xf2\x66\x83\xc0\xd5\x35\x47\x99\x2c\xb2\x7d\x74\x43\xec\xef\xa7\x18\xe9\x38\x96\x11\xdd\xc2\xb0\x95\x73\xdd\xe5\x0a\x47\x04\x60\xfd\xb4\xb2\x12\x94\xd3\x40\x47\xc0\xb3\xba\x9a\x13\x3d\x2f\xd1\xad\x64\xd3\xbf\xe6\x83\x5b\xec\xb8\x7c\x73\x37\x4c\x3c\x28\xa3\xfe\x2a\xbd\x32\x1f\x51\xdb\xeb\x57\xda\x17\xd7\xaf\xb4\xcf\xca\x2b\xd7\xca\xcf\xfd\x6b\xe5\xab\xdd\xdd\xe7\x6d\xd8\x7d\x1e\x25\xbb\x4f\xe5\x77\x9f\x8b\x68\x2a\xee\x4a\x43\xaa\x12\xad\x4b\x43\x12\xff\x78\x86\x9a\xbc\xfd\x53\xf4\xf3\xff\xd5\x29\x6a\x6a\x16\xa6\xe7\xb1\x3e\x2b\x06\x5c\xf2\xbe\xf9\xb8\xec\xdf\x4e\xaf\xea\xb1\xe3\xd1\xc9\xdf\x0c\xff\xcb\xff\x9b\xc3\xbf\xfa\xce\xe1\x5f\xfd\x2f\x0c\xff\xea\xff\xb3\xc3\xbf\xfa\xdf\x38\xfc\xab\xef\x1c\xfe\xe7\x65\x47\x79\xe1\xd5\x17\xce\x24\x79\x92\xea\x24\x3c\x88\x84\x07\x56\xa9\xce\x5f\xdd\x4f\x9f\x81\xd1\xaf\xf1\x4c\x24\x70\xf1\xb8\x06\xe5\x19\x48\xd4\x41\x18\xff\xb1\x8c\xcd\xc9\x8c\xf7\x18\xbd\x95\x7b\x19\xb9\x64\x73\x37\x34\xa5\x2e\x46\x62\x22\x68\xa4\x7d\x50\xeb\x98\xa0\x33\xf0\xa4\xf4\xf6\xc2\x1b\x3a\x26\xb6\x96\xa0\x28\xe0\xd4\x02\x8b\x0e\xfe\x65\x17\x2f\x13\x32\xe7\xf4\xe6\xad\xf1\x1d\x07\x84\x95\xd3\x7f\x4b\x52\xb7\x50\x96\x8c\xcf\x4e\x4f\x77\xd5\x20\xfc\xf5\xb3\x95\x8c\xf0\x58\x71\xad\xcf\x90\xa6\xdc\x6c\x7e\x6a\x50\xe9\xb1\xa3\x00\x06\x2d\x86\xe3\x0d\x0e\x2a\x00\x97\xa1\x94\x2c\x4a\xca\x93\xa4\x53\x84\x58\x6c\x01\x6c\x0c\xca\x40\x23\x43\x54\xcc\x2a\x4d\xcf\x4d\xb7\x12\x16\x29\x46\xda\x11\x64\xd0\x3b\x80\x9e\x74\x8b\x18\xeb\x50\x5a\x92\x6f\xa6\x95\xa5\x6d\xa5\xd7\x3f\x2e\x1d\x0c\x3f\x80\x59\x21\x99\xd7\x18\xfc\x35\x95\xa9\x9e\x14\x41\x9e\x29\x06\xcd\x51\xdb\x08\x3c\xe5\xc5\x5c\x60\xa4\x4f\x3d\x79\xce\xa0\x62\x16\x62\x01\x4f\x6d\x67\xd7\xb8\x88\x87\xd3\x58\x9e\x97\xde\x7e\xf9\x9a\x76\x44\x2e\x85\xfa\xc7\xc8\x28\x9f\xcd\x05\xea\x68\x75\xf5\xd4\x46\x67\x01\xf2\x37\xed\xac\x73\x19\x94\x4f\xad\x0a\x8b\x25\x14\xe2\xeb\x3d\xb1\x3e\x66\x0f\xef\x1e\x39\xfd\xb8\x00\xbd\xeb\x3a\xf0\xb7\x88\x8e\xa3\x1a\x7f\xd8\xb9\x4f\x8b\xf5\x0d\x0d\x46\x9a\x33\x81\xa8\xaf\xd7\xb1\x00\xed\xae\xb3\xba\xaa\x18\x48\xa6\x04\xd0\xc1\x66\x93\xb9\x15\xe0\x66\xa5\xd7\xca\x9b\x5f\x6a\x75\x26\xd6\xea\xe6\x59\x5d\x59\xb5\x7d\x93\x12\x3b\x3f\xbc\x47\xb9\x21\x21\x8c\xbb\xf2\x69\xc0\xe5\x7c\x6e\x60\x76\xb7\xe4\x4b\x63\x3c\x98\xc7\x27\x70\xe4\x91\x7f\x8f\xf2\x60\x82\xea\x95\x43\xea\xa9\x41\xaa\x33\xb7\x0e\xbc\xe0\x5e\x2f\x48\x45\x50\xc9\x01\x3e\xf8\x68\x47\x44\x1e\x55\x81\xd9\x2a\x30\xb3\x28\x4c\xbe\xa7\xb6\x3d\xd5\x28\xb8\x55\x74\xf4\x2f\x91\xa0\x49\x35\x7b\x95\x9c\x70\x21\x28\x37\xa5\x0a\xcf\x0d\xdb\x35\x48\x12\xee\xd7\xa0\x30\xd4\xef\x13\x09\x91\x59\xee\xfc\x12\x12\x2c\x8a\xfd\x12\xc0\x2c\x6d\x82\x99\x71\xc0\x33\xd8\xd0\xf1\xc1\xdd\x88\x82\x7e\x4b\x96\x55\xb3\x96\x9e\x4a\xc4\x3b\xd8\x41\x13\x6f\x7e\x71\x2e\x91\xa6\x5a\xe2\xd6\x58\xfe\x8f\xd7\x58\xfe\xbf\x6b\x8d\xfd\xa9\xec\x58\x1c\x43\x43\x5c\xab\x06\xa3\xc9\x17\x89\x94\x1d\x2e\xd0\x93\xae\xe7\xc8\x37\xc3\x6b\x72\x7b\x14\xad\xd0\x91\x28\x12\x2a\x39\x5d\xb0\x9d\x08\xdb\xcc\x03\x4c\x3e\x39\x24\x0b\xf2\xc5\x86\xcc\x66\x64\xe5\x4d\x7b\x3d\x6b\x7f\xf4\x5d\xd2\x76\x15\xdc\x27\xa5\xc5\x90\x6a\xad\xf2\x4a\xe9\x80\x9c\xc8\xcc\xa2\x26\x5c\x8d\x13\x15\x3c\xef\xce\xa6\x33\xda\xd6\x68\x86\x8b\x99\x19\xc5\x59\xdf\x48\x3b\xf3\x34\x7e\x25\x10\x13\xa9\x7a\x7d\x78\xad\xfb\x01\x9a\xca\xab\x00\x9a\x26\x55\x3f\x44\x53\xf9\x1d\xb8\x5e\xfd\xf9\xae\xcc\xb0\xd9\x80\x02\x84\xd8\x6c\x8c\xf7\xea\x3c\x7f\xa8\x07\x46\x6f\x53\x33\x4c\x02\x8e\xee\x6a\x47\x09\xa3\xb4\x68\x48\x2b\x72\x06\x36\xd6\xa4\xd4\x43\xd9\x74\xd3\x11\x5b\xfc\x6a\x40\x69\xb3\xd9\x04\x07\x25\x9b\x4d\x53\x4f\xfb\x50\x59\xf7\xd6\x06\x25\x4b\x93\xc7\x5a\x93\xca\x4e\x99\xe0\xac\xba\xa9\x37\x9b\x0b\x93\xaa\x25\x82\xac\xc0\xe6\x16\x4f\xd1\x3f\xea\xbb\x6b\xe0\xad\xca\x7e\x78\xab\xfe\x81\xec\x2b\xb4\x2f\xf6\x0a\x50\xab\x6b\x2b\x77\xcd\x4b\x84\xaf\x2a\xaf\x0f\x7c\x4a\x05\xf0\x29\x5c\xfc\x5d\x43\xfa\xf3\x91\xce\xfc\xa3\x3b\x8a\x49\xb4\x01\x2f\x9a\xf6\xa5\x23\x92\x86\xf8\x89\x49\x67\x9a\xf9\xfc\x8f\x2b\x20\xe8\x60\x6c\x16\xaa\xcb\x74\x6d\xb0\xe0\xed\xbb\x6b\x04\x99\x51\xe5\xcc\x20\x13\x84\x98\x69\x5b\xfc\x2e\x1d\x7e\x47\x1b\xaa\x3d\x23\x55\x97\x5d\x58\x45\x0b\xcb\xce\x42\x82\x9a\x74\xa9\x09\xe2\xf0\x66\xda\xe8\x75\xa5\xc1\x45\x63\xd6\x95\xe6\xea\x75\x65\x7e\xcd\xba\x32\x41\xeb\xde\x85\x65\xfe\x0f\x17\x16\xfc\x7f\x7a\x5d\xa9\xec\xc4\x8f\xd7\x95\xc6\xae\x2b\x64\x67\x4d\x21\xbd\x6b\xca\xc4\xa0\x3c\x77\xd7\x9f\xa8\xf8\xb3\xef\x5b\x57\xe6\x61\x5d\x99\xeb\x75\x65\xa7\x4c\x4c\xd0\x2c\x5e\x57\x66\xb0\xae\x9c\x91\x46\xaf\x2b\xeb\x7f\xd2\x77\xa6\xbb\xbf\xab\xd7\x1c\x26\xdf\xf7\xac\x2c\xae\xd8\xde\x68\x24\xa0\xaa\xff\x60\x81\x09\xc5\x5d\xfd\xd6\x96\xfa\x3d\xeb\x8c\x2b\x2e\x99\xaf\xff\x88\x3e\xe3\xbc\x07\xb7\x6e\xa7\xcb\x54\x6f\x0f\xfa\xcf\x6e\x36\x6d\xa2\xe7\x6e\xc9\x76\xb5\xab\xfc\xbe\xd9\x5c\x51\xc1\xc1\xdf\x57\xf0\x3f\xfb\x8a\x6e\xca\x77\xac\x9c\x67\x7d\x2b\xe7\x59\xb4\x72\x36\x44\xd0\xd9\xff\x9f\xfa\xc4\x2c\xe6\xce\xc2\x28\x65\x96\x23\xdb\xa7\xce\xe1\xd3\xf2\xfb\x16\xdf\xbf\x6b\xd2\x68\xfc\x99\xe5\xf9\xa0\x74\xa7\x24\x99\xe7\x9f\x01\x66\x8a\x0c\xc6\x38\x3a\x5d\x8a\x64\xff\x78\x5e\x06\x87\x85\x56\x8b\xb4\xec\x9f\xc0\xbd\xeb\x34\xc8\xad\xad\xaa\x87\x95\xbf\x44\xf7\x39\x81\xd3\x0f\xac\x33\x9c\x00\xcc\x51\x3b\x15\xee\x00\x64\xb9\x3f\x07\x98\x97\x10\xd9\x92\x1a\xe3\xc2\x9e\x15\x5a\x93\xa6\x7b\x29\x64\xc0\x2b\xa3\x26\x8f\x7a\x4e\x4c\x7f\x45\x5a\x55\x89\xef\x4a\xb7\xeb\x59\xc9\xe4\xf4\x93\x44\x23\xd2\x8d\xdd\x89\x30\xf6\xa2\xd6\xd1\x5e\xe1\x83\x79\x6e\xb3\xbb\x9d\x53\x77\xbf\x31\x76\x4e\xad\xf4\x8d\xe9\xed\x1f\x25\xf9\x58\x92\x5f\x4b\x72\xa3\xa4\x97\x1d\xa3\x2d\x22\x99\x92\x17\xcf\x41\xb3\x3c\x02\x6f\xfe\x3d\x3d\xe4\x13\xd9\xdd\xb7\x6b\xfa\x20\xa8\x80\x82\xf0\xcd\x22\x66\x89\x1d\xba\xc1\x9b\x0d\x12\x14\xa5\xa6\x33\x83\x1d\x1a\xc6\xc6\x75\x0f\x3a\xc8\x6b\x8c\x89\x98\xa2\x92\x0e\x46\xd1\x69\xec\xf6\x2d\xaf\x91\x12\xf0\xf3\x76\xe6\x81\xbf\x3e\x94\xc3\xb9\x95\x09\x6f\x36\x03\x13\xe1\x05\x8b\xa5\x4e\xf5\xee\xac\x6e\x9f\xf8\x24\xa8\xde\xd0\x31\x98\x38\x3f\xa8\xc9\x38\xaf\x23\x7c\x4b\xe4\xc5\x59\xa1\xcc\x3c\xff\xa9\x46\xca\xa8\x64\x46\xd2\x8e\x90\x80\x94\x53\xc4\xe8\xcf\x25\x00\x34\xd5\xd1\xe9\xfa\xea\x23\x3f\xdf\xee\x50\xdd\x8d\x92\x30\x5c\xec\x42\x13\x44\x6d\x61\x5f\x57\x6c\xa6\x58\xf5\x5c\x94\xd5\xbb\x7a\xc9\xfe\x4b\x9f\x75\x52\x8e\xc3\xc3\x5b\xb7\x8e\x8e\x0e\x0f\x74\x3d\x10\xe2\xf4\x63\x83\x2e\x97\xa2\x62\x45\x76\x5e\xb7\xf5\x69\xc3\x32\xe2\xda\x5f\x00\xee\x67\x2f\x50\x5a\x90\x7d\x71\xbd\xf5\x74\x95\x7d\xcb\x29\x92\x54\xd9\xd3\x75\x04\x73\x15\x7a\x93\x63\x50\xd6\x30\xf3\xb8\x76\x92\xbd\x1d\x26\x67\x57\xe8\x01\x2e\x5c\x92\xd6\x16\xd1\x53\x22\x34\xd9\xea\x0d\x21\x88\x74\x12\xbf\x5b\xff\xde\x15\xa9\xdc\xd0\x2c\x54\x81\x38\x65\x3b\x15\xe7\xbb\xeb\x87\x91\x37\xc7\x92\x83\x9f\x77\x14\xdc\x2c\x26\x84\x6f\x5e\xb8\xb4\xb6\x5d\x6e\x45\x65\xa1\xc7\xd5\x96\xd8\x3b\x3b\x89\x23\x6c\x66\x54\xc7\x0d\x19\x91\x3a\x99\xbb\x54\xe1\xa2\xd6\x03\xa9\x88\x24\xf6\x7a\x8e\x70\x83\x28\x28\x1d\xcc\x1a\xa9\x63\x7b\x6b\x1f\xac\x03\x92\xa6\x5b\x56\x69\x4d\x22\x63\x69\xdb\x19\x49\xab\x92\xc6\xe8\x19\x63\xcb\x20\x9c\xfe\xd2\x20\x49\xae\x24\x28\xbe\xc5\xae\x7d\xca\x5f\x49\x72\x4b\x99\x22\xc2\xfa\x53\x84\xa7\x10\x9f\x89\x1c\xa5\x8b\x7e\xca\xbc\xfd\xf8\x35\xb0\xa9\x2c\xec\x13\x51\xf3\x54\xbb\x2b\xba\xb2\x34\xef\xe5\xcd\x13\x46\xcb\x04\xd5\xa9\xbd\x72\xfc\xf8\xb6\x73\xf5\x5a\x63\x40\x26\xd7\xef\x07\x94\x96\x53\x04\x4a\xa2\x46\x6c\x95\x8e\x29\x4f\xc7\xb4\x25\x41\x51\x88\x27\x5a\xa5\x28\x6d\x24\x8f\x9f\x52\x05\xd2\xd2\x2a\x38\x45\x7d\x75\x3d\xb2\x2c\x24\xe0\x46\xea\xdd\x62\xdf\xe9\x53\x61\x20\x58\x05\x2e\x0c\x34\x0e\xf0\x1d\x6e\x49\x70\x6c\x4a\x40\xde\x51\xfd\x03\x29\xc2\x00\x10\x11\xe1\xd4\xb6\xd6\xb5\x81\xb3\x01\x52\x93\x5d\xc7\x79\x3c\x76\x69\xe7\xd2\x61\x52\xd7\x88\x79\x88\x83\x68\x2e\x8a\x36\x65\x84\x0c\x03\xd4\x59\xa6\x26\x5e\x3f\x6c\xc7\xb4\xa0\x6e\x7f\x2c\x67\x9f\xbf\x94\xb2\x6a\xc1\x7f\x9b\x66\x52\xbc\x9a\x88\x7f\x7c\xab\x4a\x69\x1c\xbe\x8c\x40\x2f\xa4\x10\x44\x95\x75\x53\x70\xf8\x79\xa1\x49\xc4\x38\x88\x72\x3a\x50\xdb\x02\x95\xc3\xa8\x6c\xaa\x48\x39\xf4\xc5\x19\x62\x8e\x22\x7c\xf9\x74\x44\x4a\x18\x28\x60\x77\x75\xe1\x94\xdb\x80\xfe\x0a\x95\xf6\xb5\x1d\xc7\x58\xba\x2f\xdb\xbf\x95\xee\x47\xd0\x17\xa4\x06\x1c\x9c\x1a\x24\xf9\xee\x3a\x2b\x59\x07\xed\x96\x8e\x44\xc4\x2f\x60\x8c\x05\x1d\xe7\x62\x73\x10\x44\x98\xb7\x8f\x12\x13\x49\x33\x77\x1d\x27\xe1\xae\x28\x30\x2b\x8c\x2d\xb9\x03\xca\xe0\x89\xdb\xf3\xc8\x7e\xbd\x9f\xc5\xc8\x73\x20\x1e\x7b\x03\xe0\xb1\x3e\x6c\x96\xce\x2b\x5f\x84\xc5\xeb\x60\x29\x5e\x07\x23\xde\xcf\x73\x82\xd7\xc1\x82\xf7\xc5\x3d\x96\x20\x76\xb0\x5e\xc4\x0e\xe6\x11\x3b\x58\x40\xec\x08\x05\x44\xfe\x17\x59\x17\xad\xc3\x93\x32\x0b\x65\x6f\x45\x4e\xc7\xba\x1e\x86\x93\x11\xdd\x05\x74\xe7\x86\x04\x2e\x22\xa0\xcd\x16\xdf\x42\x1a\x6c\x8b\x6c\x2e\x24\x10\x5d\x06\x7d\xee\x97\x21\x22\x13\xc0\x46\xee\x91\x9c\x01\x43\x3d\xe0\x24\x7b\x16\x0d\x60\x5e\xe0\xe6\x8d\x63\x70\xb7\xe6\x7a\x21\xa8\xc1\x4b\x0c\x0c\x80\xfd\x40\x7c\x61\x0b\x3e\x33\x78\xd8\x30\x92\x55\x1e\x13\xd1\x22\xcd\xfc\xea\xc5\x85\xd4\xc9\x62\xe6\x10\x78\xa0\x29\xa7\x6e\x02\xb9\xb6\x98\x79\xd9\xfb\x45\xd7\x30\x39\xe9\x00\xc4\xcb\x2b\x1b\x17\xee\x98\xa5\x43\xe4\x8b\x36\x39\x19\x6d\x99\x9c\x4a\x22\x29\xdb\x9a\x7a\x8f\x2c\x9f\x74\x5d\xd5\x95\x58\x30\x75\xc6\x64\x56\xb8\xb6\xfa\xfd\xcd\xe9\xd7\xf4\xe5\xf5\xc0\x43\x3d\xa3\xed\x9d\xa3\x76\x0f\x2f\x75\xbb\x8b\x8c\x6f\x24\x07\x89\xdb\xca\x8e\x6f\x4f\xb0\xc0\xb4\xec\xa2\x99\xee\x3c\x8f\xef\xc6\x70\xa7\xb8\xb0\xbd\xb9\xa9\xd5\xc5\x96\x3a\x0c\x50\x8d\x31\x60\x8e\x19\x3a\xbd\xb3\xf8\x81\x4b\xb1\x4e\xa2\x1d\x3b\xda\x51\xfc\x22\x11\xa6\x5f\x34\x5f\xe0\xfa\xd7\x8f\x10\x6c\x5b\x9d\x42\x71\x54\x52\x42\x7e\xdd\x7e\xec\x45\x42\x2d\x5b\x8f\x7d\x30\xf8\x50\xc7\xd0\x5b\x66\x2d\xb6\x93\xcd\x72\x06\x05\x20\x7f\xe8\xf5\x34\xc0\x22\xc4\x44\x19\xe3\xa6\xc7\xc0\xe1\x9c\x76\x40\xd2\xb9\xf3\x0c\xc9\xec\xf2\xaf\x8f\xcf\x69\xf5\x63\x2a\x9b\x89\xa6\x29\x57\x2d\xab\xb2\x82\x77\x6b\x20\xae\x98\xef\x3c\xa9\x81\xb8\x62\x76\x8b\xa9\x8a\xb0\x12\x74\xc1\x49\x95\x4c\x38\xa9\x57\x21\xd2\x5e\x8e\x60\x1d\xae\xdd\x9b\x26\x1e\x55\x3a\xe0\xf3\x58\x38\xb3\xf1\x6d\x8f\x63\xd6\x07\x6f\x76\xc7\xfc\xdc\xb5\xb1\x36\x93\x83\xff\x3a\x8a\x71\x76\x26\x31\x5a\xda\xd8\x3b\xac\x3e\x75\xd2\x6e\x9c\xe7\x17\x12\xd9\xeb\x5d\xeb\xd2\xce\xa6\x79\x59\x23\xdc\x71\xdd\xfe\xab\x8e\x42\x89\xb4\x04\x77\x24\x00\xba\x6b\xbd\x98\x4a\x74\xe5\x05\xdd\x08\xbb\x2c\xa6\xc7\xe4\x30\xd3\x36\x1b\xf4\x97\x3e\xb6\x4e\x83\x48\xaa\x10\x43\x2b\x0f\xe8\xca\x90\xe2\x46\xdc\x2a\x9e\xe8\x7c\x56\xef\xa5\x83\x25\x06\x8e\x2f\x54\xd0\xe9\x88\xbf\x1c\xb7\xec\x63\x38\xf0\x10\x77\x4d\x6c\x1d\x53\xa4\x37\xc5\x9e\x13\x18\x88\x14\xdb\x2a\x94\xd5\x75\xaa\x7f\x3b\x60\x53\x70\x6b\x94\xcf\xba\xf0\x66\xd0\x74\x7c\x99\x0a\xa7\x5c\xcd\x27\x4e\x85\x3e\xbd\x05\x75\x80\xce\xc7\x3f\x8b\x13\xaa\x88\x38\x66\xf2\x44\xf3\xda\x76\xda\x56\x75\xd9\x88\x45\x56\xfc\x29\x50\x66\xdc\xe1\x67\xba\x75\xf0\xd8\x88\x96\x65\x1e\xb6\xd0\xcc\xb3\x7a\x2e\xcb\x25\xcb\x80\x7c\xdc\x6d\x87\x79\x60\xcb\x53\x3d\xfb\x74\xce\x46\x94\x55\x37\xe3\x79\x5d\x31\x61\x93\x96\xeb\xaa\x16\x99\xe5\x84\x46\x13\x76\xff\xb1\x88\x31\x63\xfe\x14\xe8\xb1\x38\x66\x27\x9d\x12\xfe\x5f\xde\xde\xbd\xbd\x6d\x1b\xdb\x17\xfe\x2a\x12\xcf\x3c\xdc\xc0\x08\x56\x24\xdb\x71\x62\x2a\x88\x4e\xea\x26\x6d\x66\x72\x9b\x24\x6d\xa7\x75\xbd\xfd\xd0\x14\x64\x33\xa1\x01\x0d\x01\xd9\x71\x2d\xcd\x67\x7f\x1f\x2c\x5c\x08\x90\xb4\x93\xce\xde\xe7\xcd\x1f\x31\x05\x82\xb8\x63\x61\x61\x5d\x7e\xcb\xd8\xaf\x9a\x1a\x98\x1e\xb7\x4e\xdb\x2e\xcf\x6d\x05\xe5\x65\x7e\xee\x1a\x59\x95\xfc\x73\xeb\x23\x72\x57\x23\x17\x4c\x6f\x66\x69\xb2\x2b\x71\x7e\x5e\x75\x07\x80\xaf\xd6\x2a\xc9\x18\x43\x42\xdf\x18\x74\xc6\x92\x5f\xe5\x55\xd9\x29\x4c\xb2\x0a\x46\x47\x8c\x4f\xaf\xeb\x7c\xb5\x72\x6e\x0a\xb7\xd7\xb9\x7c\xbd\xae\x54\xb9\xaa\x58\x36\x1c\xca\xf1\xa5\xfd\xb1\xbd\xaf\x34\x1f\x11\x24\xab\xfa\xab\xde\x7a\x9c\xea\x41\xc9\x07\x1f\x18\xe2\x04\x3c\x6e\x8d\x78\x10\xcb\xf1\x45\x2e\xdf\x5e\x73\xbd\x2a\x58\xad\x6e\x50\x81\x01\x68\x55\x1e\x17\x27\x24\x71\x0c\x6f\x42\x29\x2d\xe6\x3d\xf0\x92\x73\x31\xd6\x2d\x80\x5d\xca\x95\x81\x70\x45\x8c\x1e\x37\x5f\x92\xf2\xa4\x4f\xd0\x53\xa6\x69\xfb\xd3\x24\x19\x75\xbf\xd6\x89\x27\x38\xab\xfa\x9a\x69\x76\x62\x99\xa6\x89\xe0\x1f\x8a\x5a\x54\x15\xb4\x33\x4d\xf5\x10\x48\x93\x40\x04\xc6\x6e\xb1\xbb\xc5\x6d\xe7\xea\x1f\x48\x60\x22\x60\xd4\x00\x24\xac\x77\x54\x21\xd3\x9a\xa1\xfe\x39\x34\xcb\x7d\x05\xd2\xde\x2c\x66\x50\xfa\xb4\x18\x72\x2c\xf8\x51\x55\x42\x98\x4d\x31\x16\xbc\xd0\xcf\xf4\x0f\x81\xb7\x82\xb6\x63\x46\x8b\xc0\x79\x2f\x94\xb4\x1b\x45\xa6\xed\x51\x41\x0f\x01\x93\xd4\x83\xa0\x95\x59\x39\x86\xf0\x32\xdf\x5b\x48\x47\x70\xdb\x59\x18\x47\xd7\x25\x43\x1c\x63\x9b\x32\xd7\x23\x54\xae\x40\x29\xc9\xc1\x80\xad\x18\x1b\xdf\x51\x8b\x02\x89\x92\x45\x79\x95\x40\xb0\x11\xce\xea\x1f\x3f\xbe\x7e\x45\x93\x27\xe6\x9b\xa7\x4f\x7e\x7f\x60\x9f\x12\x62\x18\xf9\x4b\x71\xc5\x00\xaa\x0c\xb1\x10\xb7\x0c\x67\x3d\x40\xf5\xe3\x52\xce\xbb\xd5\x71\x72\x5b\xca\x4c\xbf\xdc\xe2\xac\xa7\x39\x1c\x13\x37\xee\xd4\x5c\x80\x0b\xca\x88\xf0\xdb\x64\x5e\xf8\x47\x3a\x9c\xc0\x61\xfb\x87\xee\x77\x01\x0f\xd4\xfc\xc6\x18\x67\x9d\xa2\xdf\x7c\x80\x0b\x12\x61\x96\x18\x32\x20\x86\x82\xfc\x96\x5b\x6c\xb1\x00\x4f\x8e\x91\x82\x7e\x61\x26\x52\xcc\x7d\xc4\x92\x45\xc4\x12\x5c\xba\xc4\x7f\x48\x30\xbb\x1f\xdf\x41\x34\x4b\x3a\x99\x95\x01\xd1\x2c\x3d\xd1\x2c\x4f\x08\xc3\xb3\x56\x29\x3d\x84\xb3\xa7\x9d\xdf\x46\x3c\x59\x48\x3c\xbb\xa5\xf4\x12\xd0\x9e\xca\x3c\x11\x05\x48\xd9\x92\xfe\xcd\x3c\x44\x24\x8d\x45\x3b\xd1\x6d\xbe\x92\x96\x2c\x00\xd3\x8d\xb7\x29\xbb\x9f\xd4\x8a\x80\xd4\x96\x26\x66\xae\x20\xb7\xe0\x9a\xe0\xdc\x3c\xef\x6d\x43\x44\x83\x6d\xcb\x25\xbb\xaf\xe9\x8e\x48\x94\x54\x6c\x81\x24\x97\xce\x52\xa8\x04\xf6\x54\x6a\x5a\xbd\xc6\xe5\x12\xad\xdb\x84\x4f\x5a\x1b\xac\x05\x5d\x1f\xcb\x93\x59\x22\xd5\x4d\xc5\x12\x08\x1b\x7d\xad\xeb\x5c\xe0\x2c\x59\xe4\xfc\x9c\xd5\x62\x2d\xab\x9b\x0f\x4c\xbd\x74\xfb\xd7\xe4\x32\x64\x05\x2d\xe8\x62\xbe\x18\x9f\x9e\x5e\xa8\xcb\xca\xf6\x12\xa7\xe9\x95\x2b\x22\xa4\xfc\xb2\x87\xf2\x2f\xe6\x71\x34\x2a\xbe\xd9\x24\x09\x44\xa3\x4e\xd3\x33\x57\x48\x87\xea\x2f\xec\xcb\x24\x19\xe9\xf7\x72\xbd\x5a\xd5\x4c\x4a\x7b\x06\x3c\x5f\x94\x20\xfa\xff\x25\xaf\xb9\x0d\xa7\x25\xd3\xd4\xe7\xfa\x11\xd8\xb9\x52\xf0\xd6\xfb\x7c\xad\xc4\x0b\x51\xac\xa5\x4d\x40\x9d\xc3\x42\x62\xdb\xeb\x45\xeb\xac\x90\xf1\x59\xc1\x9c\x22\x66\x91\xa6\xa7\x88\x11\x49\x16\xa4\xc0\x78\x7b\xd7\xf9\xc1\xe0\xfc\x60\x44\x90\xe1\xf4\xce\xf3\x83\xc1\xf9\xd1\xbf\x6a\x4d\x6d\xc2\x40\xba\xa7\x29\x84\x87\x7a\xa6\x54\x5d\x9e\xad\x15\x43\x09\x24\xc3\x19\xf8\x1b\xb2\x99\xf0\x1d\x0b\xbc\x21\x7d\xc1\x72\xb6\x47\x08\x92\xae\x0a\x3c\xcf\x75\x7b\xa3\x3c\x52\x37\xde\xb7\xc4\xae\xcc\x9f\x4d\x83\xba\xb9\xe3\x1c\xc1\xb9\x79\xdf\xb9\x57\x06\xe7\x1e\x8b\xce\xbd\x9f\x4d\xa0\xd2\xd6\x11\xc7\xa3\xb8\x6f\x2d\x6b\xcb\xce\xa5\xe5\x20\xd3\x4c\x71\x1f\x63\xfe\x8f\x1c\x4d\x48\x07\x40\x52\x13\x09\xc7\x88\x77\x23\xb7\x89\x20\x84\xd5\xfd\x6c\x39\x6f\xdd\x17\x48\x1f\x5b\x3e\x47\x5d\xb6\xbc\xd5\x1a\xc7\x82\xc3\x29\x0e\xc3\x6a\x05\xbc\xb1\xf5\x15\x12\x14\x1d\x02\xbc\x6f\x03\x79\x9a\xf1\xf8\xb4\xc7\xf6\x60\xfb\xc8\xbe\x00\x04\x33\x12\x18\xdb\xe2\xc3\x43\x4c\xf4\x8c\xe2\xd4\xdf\xe7\x16\x35\x7a\x56\x62\x22\x3a\xb6\x36\x6d\xfd\xe7\x1c\x39\x65\x1a\x87\xd8\x4c\x3e\xd6\xab\x20\x9c\x5a\x81\x0e\x28\x1a\xef\x04\x1b\x6e\xb4\x8e\x30\x58\x99\xb7\x58\x6f\x2b\xd2\x44\x9a\x0e\xb9\xd7\xa3\x06\x3a\x13\x6f\xb3\x3b\xec\x2b\xff\x3e\xc5\xa8\xb1\x14\x4f\x03\xe9\xed\x7c\x42\x29\x7d\xa6\x29\xc8\x33\x49\xf7\x70\x06\xd8\xc7\xfa\xf7\x1e\xfc\xdd\x6c\x74\xfa\xbe\x57\xa0\xbe\x93\xc6\xa5\x19\x4d\xf7\xf6\x77\xa7\x8f\x1e\xed\x3e\x4a\xff\x90\x38\x4d\x5b\x69\xbf\x48\xbc\xd9\x9c\x55\xe8\x9d\x24\x6f\x24\xc6\xfa\x5e\xbc\xd9\xf0\xd6\x92\xb7\xb1\x67\x60\x26\xf6\xa3\x8b\x75\xd3\xc3\x77\x02\xdd\x19\xf1\x2b\xbc\xd3\x4e\x27\xae\x80\x1a\x54\xb9\xc1\x9b\x43\xbd\x55\xec\xfc\x3a\x29\x65\x67\x9e\xa3\x70\x45\xfa\x12\x2c\x3b\x9a\x6f\xff\x71\x41\x45\x23\xa6\xc7\xfa\xc0\x92\x38\x97\xc8\x10\x44\x6f\x8d\x6e\x87\xef\x1e\xf9\xf7\x7d\xd2\x6f\x27\xa9\x2c\xac\x50\xd2\x08\xcc\x02\x01\x3b\x71\x35\x7a\x55\x91\xa4\x45\x04\x6b\x02\x83\x1d\x72\xd7\x92\xb4\x07\x1f\x8c\xef\x1b\x79\xa3\x99\x9e\x50\xbd\x04\x02\x88\x48\x4d\x14\xe6\x87\xa8\xe8\xbc\xdd\x03\x3e\xc3\x9a\x93\x47\x92\x72\xec\xf4\xfd\xbb\x44\x76\x14\x77\xb2\x53\x15\x91\x6d\x85\x54\x30\xe6\x32\x0a\xdb\x27\x63\xfd\x99\x74\xbe\x11\x44\x06\xd2\x5f\x22\x5b\xc6\x44\xad\xc4\x40\x99\x2b\xbb\xd0\x9c\x32\x16\x94\xda\xb4\x86\xa0\x58\x89\x76\xd4\x92\x22\xf8\xe1\x1b\x55\x58\x71\xaa\x6b\x9a\xcd\xd4\x69\x5d\xd1\x22\x92\xed\x86\x16\x6d\x93\xe1\xa8\xcd\xd1\xe4\x13\x69\x4c\x39\x0b\x23\xc8\xd1\x0f\x61\x67\xfa\xfa\x06\x44\x0b\x44\x76\x00\xc3\x20\x33\xe7\x67\x62\x6e\x36\xd6\x07\xcf\x5d\x74\xcc\xcf\x6d\x2c\x25\x74\xde\x5f\xd6\xec\xa2\xa1\x32\x9b\xdd\xc6\xba\x26\x54\x6f\x38\xd2\x09\x72\xc3\x34\xfd\xb9\x46\xf8\xe9\xdf\x65\x48\x25\x0e\xf6\x89\xa4\xc3\x49\xb3\xda\xdb\xa6\x0c\xf6\x6e\x58\x2e\xd1\x50\xe2\x48\xc4\xff\x5d\x89\x0a\x6c\xe4\xd5\x9d\xe2\xb8\xf7\x11\x62\xf7\xef\x19\x1e\xed\x19\xd3\x8a\x49\xb0\x79\x4c\xc3\x23\xb7\x17\x27\x0c\x4e\xd3\x61\x11\x4a\x55\x03\x94\x68\xee\x41\xbe\xef\xdc\x5b\xa6\x29\x6d\x05\x2e\x54\x6c\xfc\x0f\x76\xff\xaa\x87\x6b\x47\xf4\x68\x0c\x61\x0c\x1b\x27\x96\xf6\xc9\xfa\xf5\x31\x9d\x89\x50\x51\x39\x47\x3e\x52\x4a\x47\xc9\x52\xe0\x0c\x35\x83\x69\x3a\x80\xe7\x8d\x6c\xba\xc8\x7c\x4e\x62\xde\xd2\x22\x3a\x88\xfd\xf4\xcf\xe1\x7b\xfd\x44\x44\xa8\x16\x25\xc2\x4a\x98\xbd\x90\x3f\x1c\xa6\x68\x00\x49\xdf\x60\xd0\x9f\x41\x84\x1b\x5b\x14\xa8\xd0\xe0\xc9\xac\x57\x39\x9f\xa6\x6a\xb3\x9b\x4d\x53\x7d\x7c\x84\xa1\xef\x76\xf7\x6c\x3c\x0d\x7f\x48\x7d\xae\x50\xaf\x5c\x36\xda\x9f\x30\x24\x8e\xa9\x6b\x1b\x47\x7d\xc5\x2b\x6a\xe8\xbc\xa2\x7a\x4e\xcc\x6d\x5b\xc3\x72\x40\x8c\x94\x3c\x50\xfc\x56\x12\xb1\x5e\x8c\xfb\x69\x76\x56\xbb\x50\x1f\x46\xba\xed\x31\xca\xa1\x16\xb7\x87\xf7\x27\x87\x07\x29\xc0\xef\x5b\xf4\xf5\xfd\xc9\xe1\xa3\x54\x6d\x0e\xf6\xdd\x85\xc1\x09\xc4\xcb\x25\xba\x4b\x18\xee\x4e\x3c\xe4\x8b\xef\xc4\xe7\xda\x7d\xfc\x30\x00\x22\xee\xa9\xcc\x89\xac\x6d\x16\x08\x51\x41\xee\xe1\xe0\xa0\xe1\x41\x85\x5f\xef\xc2\xf4\xb0\x55\x44\xf3\xaa\xcb\x95\xf4\x70\x1b\x51\x7b\xee\x59\x2b\x2d\x40\xfe\x41\x4b\x1f\x52\x58\xdd\x92\x43\x80\xe1\x34\x49\x34\x3f\x3a\x5b\x88\x5b\x3e\xa2\x7f\x47\x36\x4c\x8e\xd5\x1f\x1b\x54\x4e\xe1\x40\x2e\x79\x83\x98\x57\xd3\xe4\x77\x0e\xe3\x3b\x38\x67\x1c\xdc\xa3\xf9\xf9\x40\xaa\xbc\xf8\x9c\x0d\x92\x51\x39\xbe\x64\x52\xe6\xe7\x6c\x94\xfc\xce\xf5\x4f\x78\x63\xb7\xa4\x15\x00\xb0\x00\x57\x11\xbe\xab\x83\x86\xae\x83\x86\x16\x82\x4b\x51\xb1\x31\x48\x44\x90\xb2\x17\x2e\xdb\x16\x8e\x6f\x25\x83\x3d\x28\xd6\xaa\x07\xe9\x80\x03\x8c\xdf\x6f\x39\x8d\x71\x44\x1a\x65\x59\x97\xb1\xd0\xc4\xfc\x21\xb5\x81\xb8\x37\x9b\x03\xf7\x88\xd9\x38\x5f\xe9\x03\xcd\x88\xe3\x82\x60\x13\x8d\x09\xc0\xbe\x0b\xe0\xdd\xf8\xba\x39\x65\x24\x8f\xad\x01\x38\x9c\x6a\x5d\x6b\x80\x40\x99\x1f\xd9\x02\xf0\x5e\x5b\x00\xee\x6d\x01\x78\x68\x0b\xe0\x82\x12\xf8\xf7\x5b\xde\x36\x05\x70\x6f\xc2\xc3\x75\xbb\x25\xbf\xc6\x23\xd5\x98\x65\x95\x6d\xb3\x62\xc0\x07\x32\x41\x2c\x59\x74\x13\x8b\x6f\x6b\xc6\x34\x98\x98\xf3\xff\x0e\x81\xb1\x91\x47\xc1\xd5\xc8\x0a\xa6\x24\x3d\x3e\xb9\x47\x1a\x05\x59\xad\x5c\xaa\x93\xd7\xdd\xdd\xad\xc4\xa9\xec\x48\x9c\xc4\x5d\xa2\xa8\x76\x49\x8d\xb4\xc1\xca\x9d\xa0\x5e\xd9\xad\xb7\x7b\x47\x1f\xf6\xdd\xd1\xfb\xae\xf0\xe2\xce\x2b\x3c\xc4\x64\xf4\xba\x05\x01\x6c\x90\xb1\x47\x06\x45\x57\x5b\x16\xb3\xc0\x69\x5a\xf6\x25\x5a\x69\xfe\xf1\xe2\x04\x9b\x8b\xb9\x95\x6b\x2d\x5c\xe4\x38\xfd\x0a\xd6\x5a\xae\x6b\x2b\x70\xd1\x2e\x25\x87\x1b\xe1\x66\x83\xb8\x89\xe3\x7e\x9c\x9f\xd0\x24\x31\x5c\xd1\x9d\x32\x31\x13\x9b\xb3\x91\x77\xd9\xdf\x5f\x17\x4d\x2d\xbe\x22\x9a\x5a\xb4\x45\x53\x8b\x3e\xd1\xd4\x02\xcf\xc1\xf3\x85\x1e\x9f\x68\x06\x9a\x4a\x08\x17\x66\xf0\x6f\x17\xd6\xb2\x6c\xe6\x87\x58\xb8\x10\x91\x42\x8f\x45\xb9\x44\x85\xbd\x30\x97\x73\x3d\x3a\x76\x89\x90\xde\x41\x5f\x1b\xdc\x68\x7b\x0e\xaf\xdd\x75\xac\xc0\xed\xe1\xd6\xc5\x1a\xd2\x63\x07\x7a\xd8\x33\xd2\x9b\xcd\x3a\x4d\x3b\xc2\x49\x9d\xde\x33\x03\xcd\xac\xad\x71\xcf\x37\x69\x5a\x1c\xe7\x27\x43\x4a\xd7\xc7\xf9\x49\x77\x0a\x75\xaa\xf3\x0b\xd6\x43\xe5\x86\x8b\x48\x3f\x4c\x00\xfa\xb2\x9e\xdd\x3b\xd1\x10\xe5\x10\xad\xe9\x7a\xbe\x8e\xc5\x9e\xa4\xa0\xc5\xbc\x68\xa5\xd9\x51\x32\x38\xdb\x6b\x88\xef\x18\x4f\xcd\x1a\xb7\xa4\xa4\x8b\x79\x57\x98\xb4\x4e\x53\x27\x04\x1d\x86\xbe\x9d\x9d\xd2\x92\x64\xb4\xfe\x26\x81\xe8\x37\xac\xba\xde\x45\x86\x7c\x87\x22\x01\xe8\xa2\x2d\x00\x25\x72\xb3\x29\x28\xa5\x6b\x37\xca\x38\xeb\xba\xc1\xae\xfd\xb1\x01\x8b\xc0\x41\xfb\x50\x4a\xdf\xcc\xd7\x0d\xea\x4d\xcf\x82\x5e\x63\xbc\xe5\x9d\xd1\xb4\xab\x8f\xd8\x70\x8e\x0b\x2a\x67\xad\xbb\xc7\xa2\x2d\x22\xdc\x92\x7f\xf4\x1d\x01\xbc\x47\x61\x66\xca\x94\xbd\xee\x70\xbf\xb0\xfc\xf3\xeb\x7c\x35\xb7\x7f\xb3\xd7\xf9\xaa\xf1\x15\x58\x79\xb3\x0c\xc4\xe9\xa2\x44\x3b\x53\x88\xad\xad\xf2\x73\xba\x47\xf8\x78\x95\xdf\x54\x22\x5f\xd0\x5b\xeb\x20\x68\x31\xde\x9d\x09\x07\x10\x6d\xaf\xbb\x87\xa0\xac\x67\x79\xf1\x99\x06\x67\xff\x3f\xf4\x5a\xfe\x07\x5c\x40\xfe\x02\x76\xbf\x6b\x89\x26\x00\x2b\x16\x58\xe6\x2e\xef\x69\x85\xad\xcc\x30\xb1\x77\xfa\x98\xc4\xb1\x64\xc3\xe0\xd0\xb7\x0e\x16\xdc\x34\xb6\xe9\x53\x17\xc7\xc4\x36\x8d\x08\x54\x5b\xb4\xbc\x32\x72\x04\x89\xef\x31\x65\xff\x29\x52\x46\x2e\x47\x47\x9a\x35\x02\x43\xd6\xbe\xc1\xe9\x3b\xa4\x44\x23\xf2\xfb\xa7\x9c\xff\x53\x52\xce\xae\x07\x1f\x98\x42\xc7\xea\xa2\x94\x27\x38\xfb\xa7\x1c\xe7\x8b\x05\xd2\xbf\xfc\x68\x62\x8b\x65\xad\x0c\x7b\x37\xd3\x2f\xbb\xed\x70\x1c\x1b\xb9\xf5\xaf\x3e\x00\xbf\xc7\x3d\xd0\x43\x96\x24\x5b\xac\xa9\x12\x74\xff\xe2\xee\x15\xf5\x81\xa9\xb9\xfd\x9b\x7d\x60\xaa\x59\x51\x97\x32\xf4\xa2\xa9\xd9\x32\x0a\xaa\x71\xc7\x34\x29\x40\x42\x74\xe8\xa5\x9e\x9f\xfc\xb1\x32\xe1\xc2\x81\x30\xb6\xe0\x49\x1b\x30\x64\x19\x85\xf8\x0a\x4d\x88\xba\xa1\x10\xa3\x48\x89\xf6\xa7\x35\x30\xda\x6f\x19\x06\x39\x73\xa1\x72\x89\x76\x1f\x1e\x38\xb9\x60\x73\xfd\x6b\x82\x1d\xb5\x84\xdd\x1d\xdb\x63\x65\xa0\x95\x03\x3b\xa1\x3b\x9c\xc6\x90\x6a\x85\x45\x35\xf6\x2d\x73\x1e\xb8\xe4\x72\x6c\x6c\x70\x4e\x4f\x6b\x96\x17\xea\x25\x07\x89\x43\xd5\x57\x1c\x75\xb0\x5d\x2d\x6b\x26\x88\xca\x15\xf5\xe9\xb7\xfb\xe4\xae\xb8\x7d\x05\x3d\xd8\x0b\x2f\x9f\x57\x7e\xf3\xfa\xd8\xf4\xdf\x32\x03\x81\xf0\xc6\xc7\xb8\xd1\x4f\x31\x56\x73\x78\xdf\xb7\x81\xaa\x34\x8f\x4b\x55\x13\xc8\x60\x89\xf6\x28\xa5\x68\x2f\x35\x17\x5f\x67\x60\xc6\xac\x9e\x60\xc6\x1c\x54\x30\x15\x08\xfb\xb0\x51\xf6\x46\xc5\x60\x55\x6e\xff\xb7\x1a\x63\xbd\x26\x66\xc2\x85\x12\x81\x3b\xf1\x7e\x8a\x6a\x5a\x9b\xd6\x59\xc1\xf0\x14\x9c\x3e\xd0\x8b\x0a\x71\x7d\x22\xbd\x32\x7f\x31\x44\x3c\x8d\x5a\x16\xaf\xc5\x06\xe1\x24\xe0\xf2\xf7\x53\xee\xe6\xd1\x9b\x5b\xcd\x59\xd7\x67\x1c\x19\xfd\x45\x6b\x89\x19\x40\x9f\x79\x4b\xad\xa0\x17\x9c\x85\xfa\x69\xbd\xd1\x6b\xaf\xeb\x54\xd9\x8d\xc5\xf1\x6d\x4b\x14\x63\x03\x35\x87\xee\x1a\xf4\x34\xbd\x2c\x11\x07\xf8\x4a\x1c\xc8\x20\xee\xca\x6e\xe3\x8c\xf2\xc0\x8f\xc4\x5d\xfb\xfc\xea\x34\x97\xbf\x30\x10\xa0\x1d\x5d\xe6\xf2\x36\x83\xbb\xf5\xb5\x47\x33\xf1\xb0\x7f\x26\x7c\x4f\x28\xa0\xfb\x06\x13\xf3\xb3\xf0\xc8\x49\xad\xe1\x4c\x53\x36\x5e\x6a\xfe\x19\x61\x1f\x1c\x30\xa2\x47\xce\x0e\xf2\xd0\xd3\x27\xb3\x85\xec\xd6\xda\x75\xe1\x5f\xdb\xa2\x88\xb6\xc4\x24\x6c\x1c\x6f\xdb\xd6\x83\x25\x6d\x03\x84\xcb\x03\x17\x8c\x76\xe6\xf6\xcb\xc6\x29\x31\x78\x73\xad\x10\xc7\xfa\xdf\xfd\xb4\xe3\x4c\xb6\x85\x00\x6c\xd6\xba\xf6\xbb\xfd\x1c\x8c\xb3\x09\x5d\xd8\x73\x8e\x20\x08\x2c\xac\x19\x2d\x3c\x96\x4c\x39\xe6\x70\x2e\xc2\x5f\x28\x59\x94\x72\x55\xe5\x37\x09\x49\xb8\xe0\x2c\x21\x49\x79\xb9\x12\xb5\xca\xb9\x4a\x70\x26\xc6\xf6\x35\x35\x6f\x8d\x8a\x27\xae\xdf\x0a\x61\x5a\x9a\x38\xa8\x78\x56\x37\x28\xa5\xb5\x3f\x2c\xea\x34\xad\xdb\x1c\xab\x6f\x06\x9e\xd7\xae\x4e\xe3\x74\x62\xfb\xe0\x1b\x72\xc4\x82\x36\x6b\xd6\xc4\xc9\x38\x1a\x81\x08\x0f\xc3\xdc\x39\x1d\x2b\x55\xf3\x24\xc9\x5a\xcd\xf4\x02\x12\xb4\xbb\xd7\x88\x48\x76\xbd\xb8\xc4\x5b\xfc\xf2\xb6\x7b\x26\xb7\x71\x50\xfe\x07\xe2\x94\xbe\x60\xa8\x7f\x42\x9c\xc2\xfe\x73\x71\x4a\x03\x91\xdf\x18\x75\x7f\xa9\xfb\x59\xb8\x2f\xf5\x58\xf0\x23\x71\x79\x59\xaa\x17\xe5\x19\xab\x7f\xe2\x97\x9a\x7e\x02\x8f\x72\xc7\x3b\xf4\xa1\xd6\x4c\xad\x97\xca\x6d\xbf\x81\x1b\xd9\xbf\xef\x4c\xd4\x0c\x43\x4c\x07\x79\x10\xce\x31\x50\x1c\x78\x36\xc4\x1e\x6c\xee\x18\x12\x94\x83\xc7\x8f\x3d\xfc\xf4\x9e\x11\x26\xf0\x35\x69\x16\x28\x76\xd1\x6f\xf7\x53\x81\xf1\x8b\x10\x62\x4b\x50\x13\xdb\xa3\x46\x41\xb7\x7e\x04\x7f\x30\xbc\xdd\x72\x1b\xd7\xc0\xc5\x6c\x02\x86\x68\xdb\x08\x6c\x0c\xdf\x74\x29\x91\xea\x05\x3b\x68\xf3\x43\x31\xc4\x42\x30\xdc\xcc\xba\xfe\xb7\x2d\x0a\x2c\x5b\xde\xd1\xdf\xb3\xde\xa2\x5a\x5d\x50\xba\x0b\x41\x5b\x1f\x66\xd0\xd0\x40\xde\x34\xd8\xcf\xbe\x98\x75\x12\xac\x9c\x53\xe0\x6c\x3b\xd0\x4e\x2c\x54\x41\xb2\x1e\x2d\x22\xeb\x6a\x3e\x59\x47\xf3\xc9\xfa\x74\x97\x6d\x5f\x35\x9b\x18\x39\x0f\xda\x34\xb7\xf8\xcd\xaf\xb6\x76\x33\x08\xcd\x20\x83\xd0\x12\x0f\xa9\x8f\x4f\xba\xd7\x3c\xee\xbb\xc7\x20\x04\x82\xe9\x7a\x16\x46\x7c\x6e\xc5\x5b\xb5\x81\x9f\x8f\xf4\x48\x7a\x0f\xa8\x30\x5e\x71\xeb\x1c\x98\xd8\xd8\xd2\x9c\x2a\x6f\xfd\x1f\x1d\xa6\xbc\x13\xab\x57\xd0\xe1\x34\x9c\xa4\x3d\x77\x50\x2a\xda\xf2\x9d\x37\xe0\x59\x2d\x77\x9a\x56\x03\xa6\x18\x6f\xa7\x07\x01\xef\x74\xc6\x90\x22\x49\x82\x5d\x8c\xe2\x94\xee\x4c\x1f\xe1\x19\xcb\x94\xf5\x3c\x82\xb3\xe9\xcf\x90\xae\x23\x89\xdc\x0f\x0c\x18\x94\xde\x75\x63\xc0\xb6\x01\x0d\x83\xe2\xbf\x85\x8e\xcd\x1e\x36\x24\xfb\xa0\x79\x9c\x3e\x76\xcf\xa6\x21\xbb\xae\x57\xd8\x11\xe0\x81\x0a\xc3\x90\x39\x8f\x82\x7d\x7f\x7e\x04\xf9\xee\x26\xe7\x5b\x08\x2c\xdb\x14\x6e\x60\x35\x9b\x63\xd1\xf5\x6c\x2b\xe6\x9f\xc1\x21\x8f\x28\x9c\x7d\x70\x4f\x41\xa8\x8c\x96\x2f\x08\x2c\x36\x52\x53\xbd\x1c\x85\x11\xf3\x0b\xdd\xdc\x1a\x33\x5a\xcf\x83\x1b\x78\x16\x46\x73\x2d\xb9\x54\x39\x2f\x18\x51\xf3\xc7\x2d\x9b\xa1\x20\x42\xbb\xce\xc6\x6a\xcb\x73\xc2\x8e\xce\x78\x4f\x1a\x6a\x15\x01\x6b\xb1\x29\x05\xb7\x3f\xe1\x38\xd3\x59\x70\xa4\x87\x60\x38\xd0\x34\xf3\xb1\xe1\x7e\xdf\x0b\x01\xfa\x73\x58\x9b\x38\x84\x6e\xf7\xd6\x22\xca\x09\x9b\xc1\x8d\x23\x10\x3c\xc7\xda\x0c\x11\x9f\x01\xe6\xf4\x05\xb3\x12\x3f\xa0\xa1\x37\x61\x60\x62\xd2\xfb\x3e\x08\x4a\xf2\xbf\x3d\x1f\x7d\x23\xcc\x5b\x43\xf5\x8d\x5d\xfb\xf0\x95\xae\xf5\xbe\x0f\x62\xa9\xb4\x19\x4c\x02\x78\x18\x04\x20\xdc\xcc\x66\x19\x96\xf8\xb6\xa4\xb5\x23\x67\xc6\x4d\x75\x16\xed\xe8\xb2\x63\x1c\x37\x09\x4c\xee\x69\x19\x50\xad\x32\xa2\x5a\x0d\xc5\x1a\xb0\x16\xcd\xe2\x16\x1e\xab\x8f\x66\x0d\xd8\xb6\xa4\xce\x89\x7f\x5b\xd2\xe1\x64\x6b\x59\xe2\xba\xd1\x84\x99\x0b\xe5\xad\x69\xaf\xf1\x80\x61\xa4\xa2\x35\x29\x68\x35\x9b\xe9\x93\xfd\x46\x22\x49\x0a\xbf\x28\xad\x21\x4a\x9a\xee\xc3\x0f\xd8\xf6\xf1\x5e\x2f\x48\xe1\x72\x79\xcb\xa6\x82\x52\x5a\xf5\xfa\xc4\x16\xbd\xd4\xaf\xf0\xd4\xaf\x68\x18\xb7\xa6\x80\xc2\x67\xd8\x16\x6d\x8a\xe7\xde\x40\x2b\xbc\x4f\xec\x1c\x49\xca\x75\xc7\x82\x51\xd6\xbb\x55\x36\xbb\x55\x86\x1b\x3e\x34\xd4\xaf\x70\x26\x5b\x09\x7a\x25\x86\x29\x41\xb1\xd8\x33\xd6\xfb\xcd\xf8\x06\xf1\x02\x3d\xc3\x1b\xb6\xa5\x67\x12\x1d\x9c\x84\xeb\x57\x4d\x6a\xf7\x71\xc3\x11\xfb\xba\x80\x21\xad\xfd\x2c\xf9\x5a\xbe\xa5\x10\xbd\x29\xef\xd0\x52\xd6\xbd\xb3\x53\xfb\xd9\xa9\x7b\xb4\x94\xfb\x00\xb6\xeb\x33\x61\x73\xba\xa0\xd2\x00\x12\xb5\xa7\xcb\x65\x83\x86\x75\x19\xed\xb7\xdf\x2e\x97\xeb\x72\xc2\x4e\x23\x1c\x30\x32\x81\x1c\xb1\x81\xfd\xe5\x73\xde\x23\x94\xb1\xfc\xaf\xe5\x51\x35\x47\x6c\x45\x44\xc0\xff\x02\x36\x7e\xc3\x19\x13\xff\x44\xa3\xd0\x56\x16\x13\x15\x61\xa3\x88\x0f\xb8\x5d\x01\x18\xa9\x2d\xd1\x4c\x7c\x59\x8f\x85\x88\x0f\x1b\xce\x1e\xdc\xed\x9a\x15\x67\x5c\xda\xe2\x0b\x9a\xbd\x5d\x76\xc1\x77\x8d\x64\x46\xcc\x58\xe8\xf7\x56\x76\x47\xa9\x27\xf0\x34\xf7\x21\x74\x81\xd7\xb0\xde\x1f\x56\xeb\x6b\x6c\x2f\x93\x3a\x5f\x94\xc2\x1a\x35\xdd\xac\xbc\xa1\x8b\x18\xf3\xfc\x92\xa5\xa9\xb2\xba\xcf\x2f\xcc\xac\x57\x45\xbf\x58\xf5\x6b\x4d\x27\xb3\xfa\x89\x0f\x7e\x5e\x8f\xe8\xae\x8b\xce\x5b\x1e\xd7\x27\xa4\xd2\x7f\x46\xd3\x8e\x25\x3f\x27\xd5\xd7\x2c\xf9\xaf\x5c\xae\xd8\x58\xff\xcc\x26\x9f\x22\x4e\x24\xa9\x34\x77\xe1\xac\x5f\x62\x7d\x36\x37\x8d\xee\x57\x25\x17\xdd\x97\xde\xda\x5c\x9f\xdf\xa1\x43\xc5\x38\xf0\xa7\x20\xf7\xbc\xeb\x35\x4e\x2f\x23\xe3\x74\x1e\x9b\x9b\x97\x60\x9c\xce\x86\x34\xfa\xd4\x6b\x31\x63\x6b\xf4\x9e\xef\xbb\xe6\xea\x59\x5f\x26\xef\x43\x74\x7c\x92\x25\x89\xae\x13\x6f\xb7\xd1\x1a\x3e\xc8\xbe\xcd\x5f\x73\xb7\x31\xe1\x01\x99\x92\xea\x97\x3d\xb4\xe4\x5c\x7d\x32\xe8\xd6\x66\x70\xde\xac\xa0\x2f\xb1\xcf\x74\x38\x25\xd7\x0a\xf1\xb6\x4c\x1a\xb7\xc5\x5b\xfd\xb6\x57\x69\x8a\x7e\x90\xc6\x26\xec\x4c\x3a\x64\x31\x3d\x46\x36\xc2\xc5\x73\xb8\xf8\xb5\x0c\x83\xda\x6f\xba\x56\x3e\x90\x43\x17\x48\xee\x30\xf9\xba\x5f\xec\xf5\x3c\xd2\x91\xf4\xd3\x38\x40\x49\x69\xef\x63\x8f\x96\xd2\x30\xdd\x8e\xa7\x07\x69\x1c\x0b\x0d\x56\xd9\xf5\xe0\x02\xfc\xea\x97\xa2\x7e\x9e\x17\x17\x81\x4d\x8e\x72\x34\xf2\x97\x2a\x0c\xcf\x42\x14\x9e\xf1\xf1\x45\xae\xbb\xbe\xd9\x20\x6e\x14\x4d\xba\x08\x75\xc1\x38\x12\x44\x40\xf4\x91\x80\xc8\xbf\x94\x51\xdc\xa0\xc6\x48\xce\x2d\x24\x13\x5a\xb7\x15\x3f\xd8\x5b\xd0\x35\xb2\x43\xec\x17\xbc\xb1\x93\x6c\x5b\xd0\xf9\x75\x19\x7c\x02\xf7\xc7\xef\x25\x7d\x9d\xab\x8b\x71\xc1\xca\x8a\x7c\x94\xad\x08\x03\xdf\xdb\x60\x3d\xac\x26\x9f\xda\xef\x4c\xf4\x81\xf7\x92\x4e\xc8\x3b\x7b\x8f\x7e\x6d\xff\xbe\xd1\x89\xaf\xf4\x7f\x2f\x24\x5d\xd7\x68\x82\xc9\x33\xfd\xeb\x3b\xfb\xfe\x47\xfd\xe3\x0f\xfd\xdf\x2f\xfa\xbf\x9f\xf4\x7f\x3f\xdb\x77\x3f\xe8\x1f\x7f\x97\x74\xfa\x60\xd2\x68\xc5\xfe\x25\x11\xbe\xfd\xbb\x59\x89\xa3\x87\x93\x89\xc1\x76\x93\xe4\x57\xfb\xd1\x3f\xa4\x5e\xe8\x7f\xb1\xbf\xfe\x69\xff\xfe\x0d\x52\x59\x65\xad\x18\x2b\x7a\x38\x21\xbc\xa2\xc7\x27\x44\xc0\xff\xb5\x7d\x53\x56\x74\x42\x72\xfb\x43\x56\x74\x67\x4a\x2a\x9d\x54\xe8\xff\xd6\x36\x7d\x51\x45\x61\x16\x56\x55\xa3\xf8\x34\x22\xa0\xc7\xe9\x7b\x89\xe7\xba\x85\xd9\xce\x74\x48\xa9\xac\xe6\xb2\xca\x64\x05\x8d\x0e\x94\xb5\x95\x5e\xbc\x0e\x81\x7d\x37\x35\x33\x0c\x87\x99\x33\x78\x05\xa4\x6c\x8b\xee\xde\xd8\xda\x1f\x1e\x52\x0a\xa1\xea\xe6\xd3\x6c\xd7\xe5\xa8\x20\x4c\x7a\x45\x7f\x94\xc6\x80\xf0\x2f\x75\x10\xe1\x02\xdf\xea\xa4\x42\x67\x29\x2a\x77\x22\xfe\x2c\xe7\x3f\xcb\x28\x7c\x6c\x36\xd1\xdc\xbf\xdd\x1d\x8a\xee\x4f\x1f\x1f\x4c\xa7\xbb\xe9\xbf\x8b\x2a\x42\x68\x52\x29\xdd\x01\x43\x5b\xf3\x4b\x2f\x4d\x9f\x95\xe1\x74\xc7\xd8\x03\xd3\xc7\xd3\xc3\xdd\x30\xe4\x0d\x83\x36\x3b\x4d\xce\x7b\x89\xd3\xf4\xf0\x31\x98\x4f\x33\xfa\xa3\x42\xd3\x5d\x52\x55\x38\x83\x67\x16\x45\x05\x8a\x4f\xa4\xc1\xa1\xa7\x2f\xd3\x87\x86\xae\x1c\x3e\xf6\x29\x13\x9b\x62\x85\xfb\x87\x07\xee\xcd\x63\xfb\xc2\x6b\x1c\x76\xdb\x86\x85\x93\xed\x56\xdf\x3c\xab\x2a\x0a\x21\x0a\x61\xdf\x1c\x1e\xc8\xc3\xc9\x93\xb2\xb2\x74\x3c\x5a\x2b\x9e\x3e\x81\x5d\x66\x43\xfe\x11\xa3\x97\x50\x00\x8e\x3d\x25\x7e\x52\xcd\x6d\x8b\xd2\x77\x32\x4d\xd1\x2f\x72\x43\x15\xd9\xb7\x6e\x25\x67\xfa\xab\x37\xd2\xc7\x00\x86\xc8\x84\x53\xd0\x48\xc1\x00\x3e\x36\x03\x68\xd6\x86\x59\x70\x37\x7a\x3d\x65\xe8\xdc\xe8\x7a\x01\xf2\xe6\xbd\x2e\x58\x6f\x19\xf2\x6b\x8d\x30\xc6\x99\x5b\x4c\xef\x25\xde\x6c\x0e\x1f\x9b\x1b\xe3\xe1\xa1\x01\xd1\xf6\xbc\x6d\x35\xd7\x1b\xc2\xa9\xcb\xd9\x09\xce\xea\x0a\x48\x18\xc3\x98\xd8\xf2\xb1\xde\xa7\xc1\x38\xd9\x6e\xde\x8f\x48\x05\x3c\x53\x3f\x2a\x95\x03\x13\x8a\x85\x61\x6c\x86\x43\x08\x3a\x3d\x42\x3c\xb0\x41\x0f\xc1\x68\x9c\x42\xea\xd5\x5d\x45\xda\xf1\xdf\x73\xb2\x9a\x79\x20\x72\xc9\x5a\xaa\xf0\xaa\xa3\x4e\xf1\x76\x07\x70\x6f\xd2\x77\x7b\xb9\x96\x20\xa1\x74\x31\xa8\x29\x1b\xaf\x4a\x7e\xee\x7e\x97\x94\x8d\xd9\x97\x55\x69\xcc\x6e\x3e\x96\x97\x4c\x12\x49\x59\xb4\xe1\x66\x93\x27\xb2\x15\x86\x5a\xba\x30\xd4\x64\x4d\xcb\xe3\x0a\x2c\xb7\x76\xf4\xc4\xaf\x1b\x5a\x51\xa4\x02\x5b\xa7\xa4\x22\xad\x31\xbe\x5d\x53\x45\x5e\x28\x54\x38\x9b\x98\x57\x6a\xa6\xbf\xa5\xd3\xc9\x13\xba\x98\xaf\x47\xbb\x0f\x27\xd9\x81\x79\x7c\xc8\xf6\xb2\x9d\xa9\xbd\x35\xad\x9f\x50\x05\x46\x7a\xd0\x50\x1f\x3c\xbb\xc0\x33\x09\xb1\xaf\x41\xd6\xfd\x4c\xaf\x55\xb3\x4c\xe7\x6f\x80\x46\x28\xfa\x4a\xc1\xfa\x12\x38\x9c\xcd\x21\xa5\xcf\xea\x34\x7d\x59\x23\x0e\xca\xcd\x60\xc0\xbc\x84\xd7\xa6\xbd\xab\x4b\x51\x97\xea\x86\x4e\x70\x1b\xf2\xca\xec\xb4\x9e\xac\xa1\x15\x68\x58\xd5\x76\xfa\x10\xf6\x05\xe2\xf4\x26\x3a\x85\xbd\xbf\xc1\x8f\xf5\x1c\xfd\x58\xd3\x63\x7e\x42\xfe\xa8\xe9\xf3\x1a\xbd\xab\xc9\x3f\x6a\x8c\xb3\x1f\x6b\x63\x54\x04\xb0\x2d\xcf\x6a\x9c\x4d\xf7\x4d\xd0\x3d\xfa\x5b\x8d\x0e\x0f\x49\xab\x3c\x40\x3a\xbc\x87\x32\xb9\x7b\x57\x03\x97\x72\x78\xe8\xd9\xab\xf8\x5e\xe3\xee\x39\xde\x22\xfa\xd0\x11\xa8\x08\x87\xe5\x51\x9f\x65\x85\x27\x61\x87\x8f\x22\x59\x88\x2b\xdb\xbf\xb6\xe4\xb1\xa9\x63\x72\x87\x10\x77\xef\xe1\x63\xdd\xbd\xed\x16\x7c\xc0\x74\xe7\x39\xb9\x6a\xf5\x1d\xf7\x4d\x9f\xea\xcc\x73\xc0\xd3\x5c\xb9\x03\xce\x9c\xa4\x45\x45\xe1\x30\x0d\x0e\xc9\x76\xec\xfd\xdd\x47\xb8\x31\xac\x0f\xcb\xd5\xbb\xe0\x4d\x85\x40\xc9\x1b\xa6\x0f\x9b\x45\x31\x08\xf8\xba\xce\x92\x75\xa7\x24\xef\x64\x36\xea\x9d\xf7\x72\xf6\x5e\x6e\xe8\xf4\xc0\x5e\x05\xdf\x56\xc8\x58\x22\xbe\x93\xe6\x52\xf7\x46\x1a\x19\x9e\xa1\xa6\x1f\x0c\xb2\x1f\x9e\xcd\x40\xb9\xf2\xbd\xce\x6d\x40\xaf\x8c\x7a\xa4\xc2\xb7\x5f\x74\x96\x0a\x2c\x22\x44\x89\x30\xf9\x28\xbd\xd9\x4d\xa9\x79\xa5\xda\x11\xb2\xd7\x72\x2e\xe8\x24\x43\xef\x42\x96\x49\xd0\x67\xf6\x1c\x47\x3f\xca\xf4\x17\x89\x31\x54\x39\x69\xa4\x7d\x13\x63\xa7\x5c\x2e\xd1\x2e\x35\x76\x6c\xef\x8d\x8f\x0a\x0b\xb8\x7f\x16\x72\xff\xbf\x09\xd4\xb1\x48\xb1\x58\x55\xf4\x3b\xa5\x69\x3b\x40\x18\x3d\xb7\xf4\x1d\x93\x29\xec\x70\x33\x45\x8a\x7e\x27\x89\x6d\x03\x39\xb3\x47\x0c\x90\x49\xcd\xd4\x60\xe2\x75\x0f\x6c\xbc\x2c\x79\x29\x2f\xd8\xe2\x17\x51\x7f\xd6\xd3\x68\x7a\x1d\x46\x87\xf5\x59\x5e\x59\x8f\x50\xd1\x92\x67\xb4\x97\xe7\xfe\x43\x77\x4f\xf1\x16\x47\xef\xab\xd8\x4f\xda\x98\x33\xb8\x96\xa1\x83\xdd\xc3\xe9\xfe\xc3\x83\x49\xca\xb1\x61\xea\xa7\x93\x27\x48\xd0\x1f\xa4\x66\x1a\x77\xa0\xcd\xd8\xfb\x1b\x2a\xe8\x96\x95\xfd\x94\x4b\x84\x50\xdd\xa1\xef\x38\xe5\xd8\x50\x27\x88\xbe\x1b\xd1\xfa\x4d\x27\x77\xea\x41\xd0\xc6\xca\x18\xf2\x9b\x40\x6b\xf4\xef\x02\xbd\x6f\x11\x29\x77\x71\xde\x76\xba\xb4\x1f\x75\xc9\xf1\x58\xa6\x47\x81\xa4\x4a\x1f\x46\xec\x8a\x71\x65\x0e\x99\x9a\xee\x4c\x67\x93\x27\x7c\xe6\x64\x07\xe6\x60\xe1\x78\x56\xea\x83\x45\x12\x24\xa9\x38\x96\x27\xf8\x69\x0d\x88\x74\x12\x13\x9e\xd2\x7f\x97\x46\xb7\x5c\x13\x3d\x52\x9c\xa2\xe9\xee\xe4\x29\xe2\xc0\xb3\xee\x70\x3c\x9f\xee\x4e\xb2\xfd\xc7\x93\xa7\x7c\xbe\xff\x78\x92\x4d\x27\xf0\xa8\xff\x64\xd3\xc3\x5d\x78\x3e\xdc\x9d\x64\x7b\x6c\xef\x29\x9f\xef\xb1\xbd\x6c\x7f\x0f\x52\xf5\x9f\x6c\x7a\x78\x30\xf9\xeb\xf7\x12\xf1\x07\xfa\x09\xeb\xf2\x34\xa3\xf0\xd5\x91\xe1\x7d\x23\x73\x07\x05\xdb\x3d\xd4\xf4\xcb\xee\xee\x60\x61\xb6\xe8\x93\xa6\xee\x2d\xca\xd6\x3a\xfb\xcf\x82\xb3\x5f\xa5\xf4\xdf\x3f\x49\xa2\xff\xfc\x02\xba\xd2\x68\x92\x37\x40\xfe\x82\x75\x90\xd2\x7f\x43\xa4\xd6\xf6\xb9\x3f\x9b\x3c\x51\x33\xa7\x5f\x36\xb3\xa1\x30\x11\x7a\x36\xf8\x8c\x1d\xf3\x13\x4d\x1e\x75\x25\x22\xd4\xaf\xfb\xeb\xc1\x57\xe8\xa5\x25\x8d\x9e\x93\x84\xfc\xf1\x91\x9e\xbe\x71\x50\x10\x8a\xbe\x91\x84\x9b\x4d\xae\x6c\x08\x2c\x43\x61\xe0\xde\x6b\xd2\xcd\x8e\xd0\x3c\xab\x35\xa5\x8e\xd2\x27\xa6\x4e\x90\xeb\x59\xa3\x07\x7b\x6f\xfe\xcf\x29\x90\x6a\x28\x90\x6f\x9c\xa5\x40\xdc\x76\x9a\x77\x28\x90\x8a\x28\x10\x0f\xdc\xa1\xfe\x2c\x05\x52\x04\x56\x58\x54\x5c\xb4\x28\x4e\xab\x30\x08\x94\x3b\x2d\x8c\x5e\xdf\xd6\x8a\x54\x13\x5e\x10\xb8\xb4\xf7\xd2\x04\x80\x6a\xf8\xef\x60\x76\x8f\xba\x05\xa6\x74\x67\x97\xe8\x72\x1f\xff\x0f\xca\xbd\xb6\xe5\xae\x6a\xf4\x42\x92\x57\x12\x93\x57\xb0\x4e\x7f\xd4\xff\x07\x9a\x43\x7d\x69\x7d\x25\xe9\x0b\x7f\x2a\x91\x85\xfe\x22\x8c\xb0\xef\x19\xfa\x68\x38\xbd\x26\x3e\x1c\xbf\x89\xe7\xf5\xa3\x3d\x6d\x78\x57\xcb\x1e\xb6\xf7\xfb\xce\x94\xfc\x4b\x00\xc8\x90\x3f\x08\xb1\x51\x0f\xbf\x96\xad\x5b\x80\x23\x65\x82\x72\x0f\x46\x16\x39\xe7\xb9\x3b\x81\xb0\x22\x57\x73\x13\x38\x6a\x82\xa6\xc8\x50\x61\x28\xac\x07\x5f\x74\x78\xdc\xe1\x8c\x37\x8b\xcc\x1b\x5e\x94\x31\xb8\xd3\x60\x1f\xbe\x0b\x53\x3c\xa7\x77\x98\x19\xbf\xb8\xe8\xe5\x24\xab\xdb\x45\x04\x42\x31\x3d\x2b\xa1\x3a\xfb\x9d\xa4\x8c\xbc\x96\x80\xc8\xe8\xe7\x09\x44\xf3\x9a\x4b\x78\x25\xe9\x8f\x7a\xe9\x46\x02\x95\x9f\x24\xfd\x45\xd2\x3f\x24\x9d\x04\xba\xbb\x80\xa2\xcd\x3c\x1d\x7a\x2d\x61\x99\x39\xfe\xe4\x2f\xde\xbf\x89\xbe\xcf\x89\xc8\x9b\xcb\x8f\xa0\x2c\xef\x01\x01\xd6\x03\x39\x73\x56\xe1\x36\x36\xf4\xac\x31\xd3\x42\xb5\x8f\x0e\x6f\x5a\xec\x65\xff\x22\xa7\x43\x40\x67\xfd\x5b\x49\x27\x84\xe7\x54\xe5\x94\xe5\x16\x8e\x14\x62\xf8\x7d\x92\x91\x89\xb2\x63\xe3\x79\x60\x52\x65\x15\x2b\xb7\xcf\x24\x9d\xea\xce\x2b\x27\x72\x72\xe7\x6e\xe6\x5c\xbc\x48\xde\x58\x00\x18\x05\x18\xa8\xf0\x81\x10\x4a\x8f\xf5\x37\xd9\x7f\xdc\xf2\xac\xef\x77\xaa\x1f\x52\x5a\xa5\x69\xd7\xcd\xa1\xea\xb7\x80\xaa\x40\xe0\xe7\xbc\x92\xaa\x59\x23\xed\x91\x56\xd4\x63\x9d\x74\x02\x37\xfd\xd9\x7a\x8e\x62\x1f\xf5\x75\xcb\x47\x3d\x36\x66\x59\x77\xfc\xdb\x8d\x5b\xf2\xda\x86\xcf\xcf\x50\xaf\x97\x7e\x4f\x6c\xbc\xad\xb9\x3d\x76\xd1\x2e\xc8\x8a\xe6\xce\x1e\x0a\xec\xd0\x97\x14\x70\x86\x57\x8d\x61\xe1\x05\x5d\xb5\x16\x49\x73\xa5\xbb\xc0\x4b\x27\x74\xba\x08\xe4\x8e\xe6\xe6\xa7\x3f\xbe\x0c\x3e\x36\xba\x9b\x65\x63\xfd\x77\x19\x40\x7f\xa0\xa1\x49\xb9\x0f\xac\x63\xb8\xc0\x5b\xbd\xbc\x96\xa6\x61\xe7\x74\xd5\x27\x19\xa6\x94\xda\x96\x5f\x39\x51\xc7\xec\x0a\x84\x1c\x05\x26\xd1\x17\xf4\xca\x9c\x82\xe7\xf6\x6d\x30\x89\x2b\x37\x89\xe5\x12\xad\x42\x3f\x71\x8f\x42\x73\xb0\xf7\xd8\xff\xd4\x04\xfe\xf0\xf1\x14\x4e\x35\x09\x23\xd7\xb4\x25\x84\x69\x90\x26\xbc\xe7\xa3\x66\x7c\xce\xac\x33\xc7\x14\xcf\xce\xe0\xe5\x2e\x59\x95\x48\x92\x33\xbc\x95\x4e\x86\xe2\xf5\xe3\xdb\xca\xe9\xdf\xa4\x15\xc2\xdc\xd0\x12\xd8\x94\xa3\xbc\xb8\x08\x07\xe0\x66\x8e\xa2\x57\x30\x10\x0b\x49\xbc\xf0\x87\xdc\x8c\x25\x53\xa8\x20\x15\xc6\x99\x8f\x2a\x81\x2a\x7a\x33\x3e\xd7\xe9\x70\x60\xf7\xe6\x26\x43\xf0\x2c\x02\x08\x2a\x23\x3b\x92\xe6\x66\x77\x4a\xff\x08\xd9\xaf\x92\x14\x44\xe2\x59\x61\x04\xe3\xa7\xe4\x14\x6f\xfd\x40\xee\x4f\x0e\x0f\xc8\xca\x45\x9a\xf4\xdd\x5b\xd1\x55\xec\xcd\x6b\x97\xd6\x0a\xcf\x2a\x6a\x58\x23\xf4\x2f\x64\x90\x1c\xf0\x66\x93\x3c\x1b\x80\xb0\x7a\xe0\x0d\xda\x12\x3c\x4a\x06\x9e\x95\x1b\x40\x21\x03\xef\x01\x4f\x06\x67\x6b\x35\xe0\x62\xe0\x56\xdd\xe0\xa7\x97\x83\xeb\x5c\x0e\xe4\x8a\x15\xe5\xb2\x64\x8b\xf1\xef\xfc\x77\xfe\x6c\xb1\x18\xe4\x83\x27\x1f\xa0\x18\xc9\x7c\x6e\x3a\x1e\x8f\x9f\x36\x75\x0d\x2e\xca\xf3\x0b\x56\x0f\x4a\x3e\x50\x17\x6c\xa0\x6a\xc6\x06\x4a\x0c\x56\xb5\xb8\x2a\x17\x6c\x90\x0f\x2a\x91\x6b\x22\x39\x28\xf9\xa2\x2c\x72\x25\xea\x81\xa8\x07\xab\x2a\x2f\xd8\x85\xa8\x16\xac\xd6\xb9\xad\xcd\xea\x38\xc1\xdb\x87\xc3\x06\x76\x66\x17\x93\x8a\x16\x12\x55\x44\xfa\x1d\x6a\x8f\xc7\x55\x70\x3c\xee\x65\x25\xad\x48\x3c\xaa\x20\xc2\x75\x63\xab\xf9\x83\x65\x89\x56\x64\x25\xd1\x84\x94\xe0\x06\x13\xd9\x5a\x4c\x75\x09\x30\x7b\x47\x7a\xcb\xdf\xac\x18\xb9\xa6\xab\xd8\x8e\x18\x16\xc6\xc1\x7e\xba\x6a\x22\xa9\xf6\x11\xc4\xa3\x3b\x3d\x8f\xbc\x36\xe3\xba\x9f\x94\x5e\xf7\xfb\x03\x39\x0f\x9f\xcd\x66\xf8\x4f\x00\xa8\x44\xd7\x58\xdf\xed\xbe\xa5\xbf\x4b\x89\x56\x71\x7f\xb7\xf7\xac\xae\xed\xa7\x0a\x71\x67\x00\xf9\x19\xdf\x2a\xfa\x59\x1f\x3a\xc0\xdd\x04\x62\x30\x7d\x0e\x35\x07\x54\x63\x62\x60\xce\xa5\x40\xad\x5f\xf9\x98\xd2\x8d\x6c\xc0\xf1\xb0\x81\xb4\xe0\x7d\xde\x80\x23\xbd\xcf\xb3\x40\xe4\xfa\xbc\x97\x29\x3d\xb0\x62\x8d\x7e\x11\x86\xda\x6c\x2c\x63\x67\x65\x17\x2f\xdb\xb2\x8b\xda\xca\x2e\xea\x46\x76\xa1\x39\xce\x50\x80\x21\x02\x96\xad\x85\x4b\x70\x30\x6d\x94\x9a\x91\x44\xe3\x99\x0c\x94\x5d\xba\xeb\xde\xc6\x02\xca\x99\xe1\x8f\x15\x7a\x1d\xf2\x9f\xdf\x77\x33\xa5\xe9\xf0\x7b\xcd\xb8\x75\xf2\x7e\xac\x1a\x3d\xe0\x6f\x32\x8c\x1a\x4a\x98\x66\x82\x67\x6d\xab\xd0\xd8\xf6\xd3\x07\x21\x9d\x7f\x02\x19\xfa\x6b\xcd\x4f\xb4\x98\x90\xa6\xb2\x4f\x41\x65\xcc\x9d\x8a\x3c\x04\xa3\x9e\x95\xc6\x30\xd7\x72\x1d\xe6\xb0\x98\xec\x3f\x6e\xa2\x01\xdd\x46\x36\x18\x52\x82\x6f\xc4\x2b\xd9\x68\x09\x40\xad\xab\x97\x12\x1c\x37\x60\x55\x0e\x00\xd7\xf6\xc2\xb5\xf7\x75\x2b\x73\x73\x8a\x37\x71\x7d\x5f\x49\x6c\x31\xa8\xf6\x53\xee\xce\xad\x86\xc7\x9b\x90\xda\x5b\x9b\x73\x8f\xfe\x2e\x36\xb4\xb6\x9b\xa6\x0e\x31\x7a\x02\x4b\x95\x59\x28\x77\xa7\x62\xdb\xa8\x2e\x9b\x7e\x07\xe1\x95\xdd\x5a\x0e\x79\x2d\xb8\x1d\xc4\x11\x36\x82\x5f\xb8\xd1\x0d\x47\x98\x4b\x5e\xf9\x19\xa5\x86\x3f\x43\x1c\x98\x56\x91\xec\x2e\x30\x14\x4c\xa6\x4f\x54\xe4\x06\xd4\xaa\x63\x7e\x67\x0d\x59\xab\x13\xad\x4a\x70\x83\xb9\xd3\x4c\x7d\x05\x66\xbe\x5e\x2a\xe9\x81\x9f\x26\xfb\x8f\x48\xb0\x06\x02\x7d\x70\x5c\x49\x9f\x01\x74\xc0\xd3\xb6\x3c\xb2\x3c\x36\x7a\x67\x9d\x29\x3c\xd3\xff\x53\x16\x53\x3d\x85\x67\x21\xd0\xd9\xc3\x60\xcf\xbd\x0f\xb6\xc1\x0f\x41\x34\xb2\x7f\x81\xe4\xfc\x5d\x5b\x1f\xde\xbe\x51\xbf\xb3\xc4\x6b\x21\x6e\xdf\xe8\x6b\x4f\x54\x2d\xab\xbc\x88\xe1\x6b\x92\x62\x4e\xe3\x0b\x6a\x68\x9e\xdb\x06\x27\xfb\xa6\xab\x2c\x01\x07\x09\xcf\xfa\xb6\xec\x0f\x1e\xe9\x7a\x7b\x74\x1b\x4e\x96\x6c\x37\x0b\x8f\x37\x8b\x00\x6d\x50\xa8\xf9\x49\xff\x5d\xcf\xe2\x14\x5a\x77\x04\x4c\x74\x12\xcb\x97\xe0\x77\x24\xd7\x81\x8f\x2e\xd7\xc0\x0b\xbf\x67\x79\x98\xca\xb8\xca\xf9\x79\x15\xe4\xac\x69\x93\x7a\xc9\xb8\x92\xb3\xc0\xe2\x31\x94\x20\x56\xbd\x22\xac\x72\xe6\xee\x31\x46\x84\x55\x62\xb2\xa6\xd3\x27\x4f\x8a\x59\x7d\x5c\x9c\xd0\x09\x91\xfa\xcf\xce\x94\x54\xf6\x6f\x99\xd2\x7f\xaf\x83\x05\x58\x57\x8e\x26\xec\xa7\x02\xa7\x69\x6d\x58\x44\x66\x1e\x17\xac\x62\x8a\x21\x16\xa8\x44\x5f\x4b\x1a\x9e\x21\x7a\x6b\xda\x1d\x32\x77\x07\x6e\xb8\x31\x11\xbf\x63\x67\x72\x22\xe2\x90\x3f\x10\x05\x3c\x6b\x25\x7a\x10\x65\xa0\xce\x35\x7d\x2f\x41\x1a\xb3\xb7\xdb\xb9\x8f\xfe\x22\xe8\xaf\x8a\x9c\x09\x24\xe9\x95\x70\x92\x64\x6b\xf2\x54\x0a\x0e\x18\x4a\x49\xc9\x07\x12\x57\xf4\x56\xea\x5f\x99\x1c\xc7\xaf\x09\xe3\x8b\x30\xf1\x39\x5f\x6c\x8d\x6c\x9f\x65\xe5\x12\x55\x9a\xc9\x96\x2d\xc0\xc6\x34\xad\xbc\x89\x52\xc9\xae\x37\x9b\xeb\x92\x2f\xc4\x35\x41\x6b\x5a\x81\x27\xac\x2b\x4c\x67\x0c\x7f\x23\xe7\x2e\xb9\x1e\xd7\x39\x3f\x67\x47\xe0\x16\x72\x5b\xd1\xf5\x38\xe7\xc5\x85\xa8\x8d\xc5\xad\xff\xf9\x76\xb9\x94\x4c\x91\x82\xae\x8d\x47\x9d\x89\x80\xeb\x7e\x99\xb7\x20\x3c\xa8\xbc\xe9\x28\x29\xfc\xa3\xe5\x23\xde\xea\x0a\x78\x68\xa8\x6f\x6f\x97\x64\xa5\x17\xc7\x52\xff\x77\x41\x27\xe4\x92\x4e\xc8\x39\x95\xe4\xca\x64\x56\xde\x6c\xd8\x2d\xce\xb3\xd9\xb9\x89\xee\x3c\x31\xce\xe2\xfa\xec\x3b\xf7\xb5\x6d\x36\x68\x45\x17\xa3\x12\x13\x9d\xab\x30\xb9\xd6\x3d\xb9\x96\x74\x31\x5a\x63\xa2\xaf\xad\x4d\x7a\x9a\xa2\xc5\xc8\xfe\x06\x73\x2b\x6b\x7b\xd7\x18\xa0\x9f\xd1\xf3\x10\xa4\x7a\x86\xaf\xe8\x39\x39\xa7\x67\xb3\xc0\xba\xf9\x5c\x5f\xe0\xac\x65\x2e\x08\x17\xae\x28\x88\x09\x46\xa3\x0b\x6a\x60\xce\x57\x74\x81\xc9\x95\x41\x1c\x1f\x8d\x2e\xa9\xc1\x89\x58\xea\xd4\xb0\x22\xbd\x66\x3f\x38\x0a\x6d\x64\x44\x57\x14\x9d\xd3\x2b\x1c\x18\xe6\x6e\xcf\xe9\xd9\xb6\xa2\xa0\x14\x5e\x6d\x36\xf0\x77\x69\x21\xe8\xcc\x62\x5b\xc1\xea\x5a\x5a\x25\xaf\x9d\x85\x4a\x0f\xa1\xcd\x30\x81\x0c\x93\x38\xc3\x4f\x82\xde\xc2\x04\xb3\xc5\xf3\x8a\x5d\x66\x92\xf8\xd5\xf9\x5e\xaf\x9a\xac\xda\x92\x5f\x15\x1d\x4e\x63\x4b\x18\xf2\xab\xa4\x42\xb3\x41\x7a\x41\xbc\xae\xbc\x8b\xd0\xdb\xd0\x5c\xf6\xd7\x36\xa3\xb8\xb7\x37\xc1\x78\xf6\x63\x85\x7e\x95\xe4\x2d\xd6\x65\xfc\x1a\x42\x1d\x6e\xe3\xf3\xe0\x57\x89\x67\xae\xd2\xb0\x3a\xc0\x3f\xa6\x5e\xec\xf4\xab\x53\xa6\xdf\xe8\xd2\x0c\x30\x57\xb9\x44\xd3\x83\xf4\x06\xc0\x84\x7f\x0d\x70\x08\xc1\x41\x65\xba\xfb\x38\xbd\x31\x9f\x9c\xea\x4f\x22\x0e\xce\x16\x7a\x6a\xde\x1f\xd1\x53\x70\xc2\xb7\xa9\x47\x77\xdd\x6f\xe6\x47\xc6\xf9\x3e\x3b\x8a\x68\x06\xde\x3a\xc3\xca\xe9\x64\x0f\x2a\xb5\xea\xac\x6b\x89\x7e\x95\x7a\x00\xbc\x8c\x60\x2f\x94\x0e\x1e\xf4\x65\x20\x6f\x75\x5a\xc0\xe4\xea\xf1\x89\xc4\x8c\xbb\xfb\x59\xf0\xc1\x74\xb2\xfb\xb0\xf5\xfe\x71\xfb\xfd\xd7\xca\xdc\xcf\xbe\x92\xe1\x71\xf6\x45\x22\x7d\x76\xfc\x6a\x6f\xfa\xd7\xb4\x0a\x06\xf4\x54\xa2\x26\x28\xc7\x75\x9a\x9e\xea\x8b\xda\xb6\x3b\xef\xff\x6f\x16\x4f\xb9\x44\x47\xf4\x27\x41\x4e\x81\x60\x93\x1b\x7a\x34\x0e\x96\x3a\x91\xf4\x68\x1c\x2f\x76\x72\x3a\xa4\xf4\x26\xd5\x0b\xe7\x26\x26\xc3\x69\x7a\x2e\x50\x2b\x6d\xbc\xb0\x0f\x16\x25\x9e\xdc\x60\x7c\x6b\xab\x97\x69\x7a\x26\xd0\x8d\xe6\x7d\x4f\x29\x2c\xc0\x5a\x91\x46\x96\x72\x44\xe5\x98\x71\x30\xdb\x3b\xa2\xa7\x1e\xb7\x3e\x3c\x46\x6e\xe6\xe8\xa6\x75\x7c\xd0\x53\x72\x13\x1d\x1e\xc6\x76\xef\xb2\xe4\xe8\x88\xdc\x18\x1b\x59\x47\xca\x70\x86\x8e\x28\x3a\xa5\xad\x36\x6f\x36\x8b\xe6\x60\x39\xed\x3b\x58\x70\xeb\x50\x41\x47\xf4\xa8\x75\xae\x90\x8a\xde\x84\xa1\x19\x6c\x9d\xe4\xba\x69\x8f\xeb\x72\x85\x89\xa4\xbe\xdf\xd0\xe9\xf9\x75\x16\x64\x63\x7c\xa1\x33\x0d\x8f\xc6\xec\x8b\x62\x7c\x91\xa6\xd7\x4f\x01\xa2\x9b\x4a\x22\xe9\x35\xb9\xa6\x95\xae\xef\x52\xa0\x1b\x72\x8d\x49\x69\x9e\x24\x26\x55\x9a\x6a\x1a\x3b\xd5\xdb\x32\x38\xe0\x36\x9b\xa3\xe0\x78\xd3\x47\x08\x90\xf9\x26\xd9\x1c\x64\xf0\x42\xc0\xa3\x7e\xe5\x0f\xbc\xa1\x0b\x96\xe0\x53\x7d\xfe\xd2\xe6\xd7\x93\x86\x4e\xe9\xa9\x45\x48\x80\x85\x83\x30\xb8\x4c\xc3\x2c\x21\x53\x23\x71\xe5\x63\x72\x64\x5d\x26\x9e\x55\x15\xe4\x96\x08\x93\xeb\xa7\x72\x8e\x8e\xc6\xf9\x62\x61\x0a\x38\xd5\xd9\xcc\x10\x20\xd3\x02\xe2\x2b\xc4\x19\x3a\xd5\xc5\x3f\xef\x79\x47\xa2\x32\xf4\x3f\x72\x4a\x8f\x0d\x0c\xd6\x11\xbd\x99\xe9\xd9\x6b\x4e\x91\x19\xd6\xe7\xc6\x51\x70\x12\x9e\x1a\x5b\x18\x0f\x51\x73\x44\x2a\xb6\x54\xd9\xd1\xd8\x20\xfe\xbc\x62\x4b\x45\x94\x58\xf9\x84\x8f\x62\xb5\x35\x12\x86\x3e\x42\x78\x63\xc6\x4c\x6f\x1f\xeb\x95\x4f\x6e\xe8\x64\x76\xf3\xe4\xd4\x99\xb7\xdf\x8c\x46\x58\xaf\xf9\xe3\x9b\x13\xec\xb0\x14\x82\xba\xe8\xd1\x58\xd7\xaf\xc7\x22\x7a\xf7\x51\xac\xe8\xd1\x58\x89\xd5\x56\x1f\x46\xc3\x5f\x04\xf9\x49\xd0\x5f\x84\xb7\x30\x72\x44\xb7\x73\x50\xdc\xf4\x1c\x14\x9f\xa3\x83\x62\xef\x20\xfd\x9c\xa6\x57\x12\xdd\x90\x36\xa5\x83\xa3\xe2\x33\xbe\x3d\xb5\x4b\x18\x28\xdc\x07\xfd\x75\x8c\xcc\xf2\xc1\x94\xfb\x85\x86\x67\xcd\xec\x57\x10\xe9\x92\x53\xfa\xa5\x37\x62\xf9\x87\xf9\x07\x74\x8a\xb3\x0f\xbe\xf1\xa7\xdb\xff\xdf\x28\xa3\x33\x9c\xfd\xae\x36\x82\x9e\xda\xf0\x04\xc1\x40\xea\xde\xfd\x4d\x62\x6f\x43\xcb\x88\xaa\xa8\x32\xcc\xaa\x1e\x57\x18\xe7\x60\x60\x55\x5c\x27\xf9\xb5\x8b\x61\xfc\x38\xf5\xa7\x4f\x8a\x90\x9e\x04\x1c\x03\x8d\x7e\x6e\x03\x06\xeb\xae\x28\x2f\x67\x14\xad\xdb\x94\xde\x88\xd6\xd6\xd7\x9a\xad\xcc\xf5\x25\x22\xaf\xe6\x65\x35\x1a\x65\xc8\xd9\x6a\x32\x9c\xc1\x63\xe4\x6e\x49\xbe\xd5\x7d\xfd\xbd\x10\xfd\xbe\xeb\xfa\x05\xfa\x50\x13\xee\xa2\xd1\x1d\xec\x5b\x69\x28\xf7\xca\x67\x2b\xf8\x69\x66\x51\x5f\x8c\x02\x7d\xf3\x3f\xdc\x54\x1a\x0b\x66\x46\xff\x22\xbd\x19\xb3\x47\x4c\x6a\x4c\x3f\x37\x9b\x5f\x5d\x88\xad\xe6\x4e\xfd\xba\x2d\x32\xf3\xeb\x9c\xc5\xdc\xcd\xa2\xf2\x72\xa3\x75\xb5\xd9\x20\x5b\xae\x9b\x14\x3c\x67\x4a\xaf\xa0\x75\xa5\x07\x56\x73\x79\x13\x9c\x81\xc2\xc7\x2c\xe4\x34\x05\x73\xf5\x5f\x01\x74\xa3\x93\xd3\x59\x70\xf9\x9d\x65\x90\xd8\x1f\x1e\xa4\x9a\x60\x9e\xdb\x2f\x8d\x54\xec\xe1\x74\x37\x55\x78\xb3\xf9\x9b\xdc\x6c\xd0\xdf\x00\xdd\xea\xb7\x1a\x1d\x3e\x22\xa8\x8b\x2a\xf5\xc6\x21\x82\x6e\x35\x69\xeb\x2e\x6d\x3f\x0c\x3a\xa3\xde\x24\x87\x00\xf3\x5e\xb9\x11\x38\x7c\xf4\x44\x55\xf3\xc3\x47\x99\xf2\xe6\xcc\xc6\x12\xfc\x5f\x35\x62\xe4\x59\xe5\x1c\x91\x86\xd3\xa6\xa8\x57\x56\x4a\xc1\x2b\x43\x1c\x15\x61\x98\xfc\xe9\xc6\x36\xe5\xbd\xb0\xe5\x89\xff\xa5\xf2\x9e\xd9\xae\x3a\xa9\x5a\x85\x5d\x1f\x2c\x90\x15\x33\x82\x0f\xcb\x3b\xdf\x23\x50\xd9\x9b\xfa\x89\xb3\x92\xe4\xbd\x5d\x2b\x60\x11\xd5\x0c\xcc\xe4\x83\x68\x78\x93\x99\x78\xc2\x1d\x21\x17\xde\x4f\xa9\xa6\xfc\x58\x9c\x90\x52\xff\x19\x4d\x4f\x88\xa4\x75\x88\x9b\x50\xb7\x1d\xc4\x7a\x03\x1f\xc1\x16\x93\xfe\x1e\x51\xdc\xe7\x40\xea\xe9\x5d\x49\x0a\xbc\xdd\xda\xc0\x96\x95\x33\xee\xef\x6b\x67\xab\x8d\x33\x07\x1c\x5b\xd1\xda\x21\x1d\x35\xed\xac\xfe\xe3\x66\x54\x81\xe1\x49\x20\x64\x70\x3b\xb3\x9a\x61\xa6\x19\x92\x86\x4c\x56\x3d\x54\xb2\xf2\x44\x32\x0e\x0f\x48\xaa\x0e\x7d\xac\xa8\xa7\x12\xef\x25\x55\x60\x18\x42\x86\x81\x15\xc0\x77\xde\x90\x7d\x05\x41\xf2\x29\x68\x7b\x14\x2d\x40\xf8\x8c\xc9\x14\x63\x9d\x18\x40\x34\x3b\xe3\xf5\x29\xa8\xf9\xc0\x64\x7d\xea\x8d\x6e\x54\xb8\x0c\x7f\xac\x3c\x16\x48\x13\x7e\x16\x2a\x04\x4d\x83\x3f\x2a\x9c\xc0\xae\x6b\xde\x61\xbf\xb4\x58\x05\xdf\x01\x8c\x13\x71\x50\x12\x9a\x54\x4e\xbf\x82\x63\xd3\xb7\x94\xf8\xfd\x58\x77\x9b\x4d\x3f\x7a\xe9\x37\xea\x99\x04\xc6\x6e\xd5\x2f\xf5\x18\x32\x3d\x94\xb0\xa1\xa7\x70\xe1\x58\x95\x88\x93\x1a\x93\x3a\x1e\x54\xae\x07\x95\xeb\x41\xc5\x3f\x29\xfd\xa0\xf3\x9c\x43\xdc\xf1\xc6\xba\xf3\x7f\xdc\x30\xbd\xaa\x7b\x3e\x80\xf6\x05\xe8\x2a\x56\x29\x15\xd8\x9c\x34\x93\xfa\x47\xd5\xf6\x66\x6f\x74\xc8\x4e\x54\x96\xa6\xc2\x09\xee\x94\x5f\x3e\x5f\xb3\x8d\xe4\xc4\xa9\xa4\xd0\x1b\xe9\x0d\x34\x91\x71\x7d\x30\x08\x1a\x20\x70\xf6\x36\x9c\x6f\xa4\xce\xf3\x46\xa6\xe9\xc3\xc9\xe4\x29\x58\x24\xfe\x20\xe7\xd6\x16\x2c\xfb\x49\x6e\x28\xf7\xab\xb2\x69\xff\x2f\x91\x7a\xac\xed\xea\x65\xb4\x75\x3c\x68\xbd\xf5\x66\x99\x78\xcf\x96\x5d\x03\x88\x6d\x54\x25\x73\x45\xa7\x99\x55\x9f\x28\xfd\x2b\xf2\xc2\xc9\xba\x3e\x38\xa6\xb4\x3f\x54\xd3\x8d\x7f\x57\x15\x36\xae\x31\xfb\xd3\xc3\xfd\xbd\xc9\x3e\x06\x2c\xd2\xbe\x2d\xa7\x9a\x2d\xa7\xbc\xa5\x6d\x14\x39\xff\xa7\xaa\x41\xb2\x04\x94\x42\x95\x9f\x6b\xd6\x4c\x3f\x7e\x66\x37\x94\x9b\x47\x0f\x40\x0f\x40\x86\x80\xaf\x02\x8f\xd6\xf5\xd8\xe4\xf1\xa4\xc4\x14\x74\xb3\xb2\x4f\x21\xc0\x19\x90\x1d\x48\x2d\xf9\x82\x7d\xa1\x13\x62\xcb\x59\x06\xaf\xe2\x08\xfb\x26\x2d\xc2\x71\x81\x94\xd8\xf2\x04\x92\x42\x73\x8b\x28\x4f\x80\xcd\x62\xd2\x21\x26\x8d\x79\x36\xf8\xe4\xb6\x21\xa1\xa6\x05\x5e\x86\x9a\x18\x9d\xd0\xa6\xae\xcd\x88\x58\x1b\x40\x53\x8a\x11\xb3\xc3\x8f\x18\x9f\xa6\x19\xfa\x9f\x83\xa1\x77\x1a\x06\x76\x1d\xce\x48\x93\xf7\x87\xaa\x81\x89\x19\xa2\x21\xf8\x78\xad\x6a\xa1\x84\xb5\x4e\x18\xb2\x71\x29\x8d\x33\x9d\xdb\xab\xc1\xd7\x7f\x6f\x2d\xe1\x86\x83\x0b\x34\x1b\x36\x28\x1f\xa7\xba\x5d\x70\xcf\x50\x84\xe9\x35\x40\xdc\xda\x8d\x26\x92\x85\xbf\x88\x21\x91\x16\x15\x94\xf0\x30\x7a\x5d\x04\x21\xd3\x8c\x05\x23\x11\x72\x0f\xce\x10\x6f\xcf\x7b\xbb\x50\x37\x51\xbc\x33\x09\xbc\x0b\xe9\xc3\x3b\xd1\xf5\x49\xa4\x61\x0c\xfd\x81\x08\x77\x01\x4c\x6c\xd0\x0d\x9b\xd3\x65\x6a\x83\xc4\x75\x30\x26\x5b\x5a\xd3\x4e\x2c\xa1\x08\x14\x2f\x76\x31\x25\xaa\x15\x04\x9a\xf0\xde\xe8\x20\x2a\x8a\x0e\xa2\xfa\xa2\x83\xa8\x38\x3a\x48\x10\x75\x81\x05\x51\xbf\xcd\xbe\x63\xe6\x2f\xc4\x76\x5e\x1a\x60\xd0\x10\x01\xf6\x5f\x55\x37\x88\xbf\xa4\xbb\x06\xb5\x8a\xf5\x32\x5c\x0c\xc3\x22\x05\xa4\xdd\x69\x70\x04\x75\xe2\xb8\x31\x2c\xe9\x43\xa7\xa4\x68\xb9\xbe\x7c\x70\x3e\x26\xbf\x55\xce\x11\xab\x66\x5c\xb7\x81\x38\xef\xdf\x57\x99\xa4\x8f\x49\x0d\x26\x0a\x81\xdc\xf0\x8b\x4f\x0e\x53\xdf\xda\xf2\x10\xd3\xcb\x7a\xba\x4b\x38\x51\xe4\xf1\xa6\x6e\x2d\xe6\xb7\xc4\x2c\x32\x78\x30\x4b\xa1\x74\xc1\x0f\x3e\xc6\x45\xec\x41\x11\xba\x00\xf8\xe0\x23\x89\x36\x02\xfc\x6e\x15\xf0\x29\x2e\xe0\xd0\x17\x10\x7e\xf7\xa9\xfb\xdd\x0b\x37\x16\xbf\xc2\xa9\x1e\x0c\xc1\xb3\xa8\xc4\xdd\xfd\xde\x12\x9f\x45\x25\xfa\xf0\x7f\x4b\xd4\xb5\x3a\x0c\x82\x68\x34\x51\xb5\x1d\xc4\xb2\x9d\x99\xe7\x99\xa4\xd3\x49\x6c\xd0\xf3\x32\x93\xf4\x30\x4e\xfa\x5e\x67\x6b\x61\xac\xbc\xd7\x69\xfb\x71\xda\x3b\x9d\x76\x40\x44\xa4\xda\x31\xaf\x5e\x67\x92\xee\xee\x7a\x75\x4f\x4b\x73\xba\x37\xb1\x66\x16\x6c\xce\x32\xd7\x7e\x92\x24\xd8\xdd\xbb\x90\xd2\x83\x22\x7b\xc7\x84\x11\x83\xd4\xa0\x49\xbf\x1f\x9c\xc0\x9e\xf9\xb7\x0e\x49\x36\x43\xfc\x88\x30\x22\xf4\x69\xea\x83\x8f\x05\xf6\x33\xbf\xde\xf1\xd1\xee\x9e\xff\x2a\x6c\xc3\x0b\x3f\x2f\x51\x29\xff\xf0\x6c\x52\x58\xc6\x01\x31\xa0\x05\x77\xd5\xfd\x97\xf6\x57\xd0\xf9\x7d\x1f\x1d\xc5\x6f\xa1\x79\xf3\x98\x1d\x9f\x58\xc2\x1e\x16\x1a\x06\x6b\xbb\x8d\x8c\xeb\xb3\x36\xa6\x8a\x8b\x93\xed\xca\x33\x16\x78\x97\x2b\xd3\x49\x50\xf6\x66\x6c\x1c\x27\x6c\xc3\x61\xfe\xa7\x6f\xb5\x67\x39\xec\x29\x1f\x55\xe4\xf8\x90\x48\xdb\x6e\x18\x04\x6f\x6a\x68\xbe\xb2\x32\xa6\x90\x79\x70\xad\x0b\x4e\xe9\x8e\xe1\x78\x94\xdf\x46\xfd\xf6\xcd\x70\x21\xc0\x4d\x2e\xe7\x7e\x60\xf9\xa1\xae\x53\x62\x94\xdc\xf8\x25\x9a\xf4\x46\x29\x4e\x7f\x51\x68\x82\x6d\x6a\xac\x1b\xd7\xaf\x76\xa6\xee\x5d\xa4\x76\xa7\xd1\x38\x04\x49\x6d\x9d\x3d\x6d\x0a\x8e\xf2\x85\xda\x7f\xc3\xac\xc5\x16\x02\xe1\x48\xbc\x0a\x99\x97\x48\xd1\x1f\x36\xde\xd6\xfc\x01\x22\x95\x3c\xcf\xcf\x59\xed\xb1\xe1\xbf\xcf\x55\xde\xe2\x75\xfe\xd6\xba\x04\xec\x3d\xc9\xeb\x73\xd0\x1a\x48\x7b\xad\x0e\x0c\xeb\xfd\xab\xe3\xbd\x93\x79\xf8\xc3\x84\x8d\xb1\xb1\x52\x1c\x7d\xca\x3e\x93\xcf\xcc\x20\x75\x52\x2a\xcc\x29\x99\x24\x23\x41\xfc\x7a\x67\x24\x5e\xcf\xaa\xbd\x58\xc3\xeb\x0a\x2b\xe2\xe8\x1e\x35\xf5\x40\xd7\xa4\x34\x4c\xb6\xa4\xcb\x0a\xe9\x5b\x16\x00\x74\xe0\x5b\x95\xe9\x7b\xe7\x3f\x58\x80\x32\xe6\x30\x76\x25\x36\xc8\x62\x53\x67\x68\xd5\x31\x04\x71\x82\xae\x8a\xf2\xc0\xf0\xb2\x8a\x0c\x2f\x2b\x5a\xb5\x00\x8e\xd8\x17\x67\xc8\xaa\x02\x7c\xc7\xb3\x5a\x7f\xa8\x39\x42\x7c\x1b\x7f\xd3\x82\xfe\x7d\x6d\xb9\x93\xd7\xac\x3e\x67\x06\x02\xec\x28\x2e\x75\xbb\xd5\x05\xf4\x59\x30\x56\x78\xd6\xee\xc3\x14\xe3\x9e\xbb\x75\x61\xb1\x8c\x67\xa6\x65\x05\xe0\xd3\x1d\xd5\x88\x93\x82\x54\x81\xa9\x24\xa7\x95\xf3\x0f\x5a\xd6\x2d\x8e\x54\xb9\xde\xce\x55\xb3\x29\x33\xd5\x09\xd5\x4f\x90\xa2\x8b\x12\x95\x44\x62\xdc\x45\xc9\x67\x5b\x7f\x31\x12\x8d\xee\xc8\xae\x15\x1b\x0a\xd4\xe3\xc1\x0b\x4c\x56\x25\xaa\x89\xc2\xe4\xa2\x42\x35\x91\xa4\xc4\x24\xb0\x3a\x54\x45\xc3\x8a\x1b\x74\x34\x6b\xe2\x63\x08\xec\x1c\xb1\x06\xd1\xd8\x81\x51\x06\xa0\x2a\x2d\x37\x31\x5e\x78\x91\x07\x0f\x10\xd7\xfa\xe0\x36\xda\x08\x1d\xb7\x81\x18\xa4\xbe\xd1\xbb\x76\x16\x3c\x83\xf9\xbd\xbe\x9a\x3e\x51\x73\x9e\x85\x72\x4d\x61\xab\xb4\x55\x13\xa8\x30\x74\x81\xb7\x2f\x9a\x2f\xea\x22\xde\xbd\xa6\x35\xde\x5e\xd5\x81\xc3\x94\x82\xbf\x85\x68\x34\x52\xdf\x88\xdb\x69\x31\xc5\xb0\xb1\x19\x41\xe5\x01\x86\xdf\xee\x4c\x70\x45\x0f\xc1\xcf\xd6\xd1\x5d\x4c\xe0\x60\xdb\x33\x87\x21\xfc\xb7\x0b\x4c\xf1\xa3\xcc\xa0\x19\xec\x65\x13\x60\xf0\xdd\x49\x10\x9d\x67\x9c\x14\x10\x96\x92\x1d\xab\xfa\x84\xfa\x5c\xe4\x9d\x00\x9c\x41\xd6\x20\x97\xb1\x40\xb5\x95\x81\x53\xa5\x09\x13\x39\x99\xb1\x27\x3e\xc8\x35\x1b\x8d\x1c\x6d\x40\x8a\x8a\x63\x76\x82\xc7\xa7\xe7\x4c\xfd\xcc\x6a\x59\x0a\x3e\xab\x69\x8d\xd4\xf8\xd4\x04\x71\x72\xde\xe3\xfc\x6b\x14\x73\xfe\xd5\x1c\xf4\x58\x91\xfa\x24\xfb\x6a\x3e\x27\x13\xae\xf1\x16\x48\xf5\x69\x69\xb7\xfd\x7b\x21\x14\x0d\xb8\xfc\xb2\x88\x6e\x95\xcc\xd0\x29\x16\x28\xf3\x0e\x5b\xbf\xa7\xed\x0c\xe8\x71\x94\xb0\xd9\x24\x03\xa0\x34\x3b\x00\xf4\xba\xb3\x12\x25\x57\x3b\xce\xcd\x62\x90\xf8\xcc\x3f\x9b\xc8\xc2\x4d\x5b\xf2\xa2\xb9\x71\xb8\xb8\x4a\xbd\x98\x8d\x10\x5d\xc9\xe4\xc8\x69\x19\x77\xee\x2e\x09\x5e\xed\x6e\x30\xf5\xac\x0e\x03\x3e\xd8\x28\x0d\x05\xca\xf1\xcc\x9c\xde\x88\xe1\xed\x96\x15\x48\x91\x9c\x80\xf1\xb2\xb3\xb5\xbc\xa3\x35\xad\xe8\x59\xe5\x12\xa9\xcd\x06\x29\xaa\x2f\xe9\x8a\xb2\xf9\x61\x7b\x7d\xb5\x54\xfc\x59\x18\xbb\xde\xe0\xa5\x99\x59\x50\xc1\x98\x0e\xd5\xf8\x22\x97\x41\x94\xe6\x45\xae\xf2\x1d\x68\x4c\x2d\x84\x4a\x30\xc6\x64\xa8\xb0\x17\x8d\xce\xb8\x35\xe8\x84\x52\x67\x38\x06\xe1\xe3\xde\xc6\x52\xef\x3b\xd8\xdb\x13\xa2\xe6\xb7\x76\xab\x65\xc3\xc9\xd6\x45\xe7\xde\x1a\x88\xb1\xce\x38\xf7\x5e\x00\x6b\x87\x40\x71\xcf\x20\x57\xcd\x20\x1f\x55\x51\x50\xb2\x70\xcc\x3d\x2f\x3f\x80\xaf\x9a\x45\x22\x8b\x50\x90\xb1\xfb\x6d\x4c\xc4\x6e\xc8\x44\xec\x5a\x26\x02\x80\x26\x0b\xa4\x3a\x11\xf1\x26\x93\xc6\xf2\xfc\x6f\x0d\x4d\x22\x1c\x6f\x7f\x93\xad\xf0\x2f\x8e\x1e\xda\xbb\x44\xa0\xbf\x65\x18\xec\x44\x23\x29\x01\x4c\x6a\x28\xe2\xd8\x6c\x2e\x6b\x7f\x7a\xbc\xc8\xe9\x70\xd2\xc4\xaf\xa5\x94\x22\x9e\x0a\xec\xc1\x21\x5e\x80\x4b\x9b\x8a\xf8\x82\x7f\xe5\x9a\xaa\xfd\xd6\xf1\x2f\x7c\x55\xb6\xe0\x93\x21\xee\xa0\x72\x71\x07\xaf\xeb\x0e\xba\xf2\xeb\x12\x45\x24\xb3\xe5\x5e\xdb\x72\x3e\xec\x60\xe4\xd9\x60\x2e\x8e\x5f\x02\x71\xf9\xa9\xe3\x53\x56\x35\xfa\x5b\x4d\xea\xf1\xa9\xed\xaa\xd9\xfa\xed\x84\x28\x2c\xff\x60\x1a\x46\x15\x68\xa3\x4f\x85\x5a\x4c\x9e\x5a\x10\xb1\x40\x9c\x83\xe7\xff\xcc\xed\x04\x65\xa8\x1b\x0e\xb5\x91\x92\x2a\x5a\x3a\xb8\x52\x3c\xf7\x46\xcd\x66\x17\xce\x7a\x3e\x8c\x5a\x08\x81\x8d\x05\x8d\x5b\x61\xea\x27\x9d\x60\xc3\xe0\x1f\xe9\x1a\x5e\xbb\x4a\x67\x41\x50\xd0\xd0\xc2\xba\xee\x01\xdc\x42\x75\x18\x96\x13\x9c\x1c\x6d\x64\x4e\xf3\xdc\x91\x76\x99\xf6\x87\xdd\x16\xd6\x16\x30\x34\x67\xbe\x03\x50\x4d\x79\x11\xe6\x2f\x6e\x28\xdd\x96\xf4\x43\xb6\x7d\x91\x5b\x1f\xbf\x83\xbd\xc7\x4d\x5f\x0d\x2f\x07\xcb\xd5\x03\x49\x37\x02\xd1\x60\xfd\xee\x9a\x01\x74\x71\x54\x42\xd3\xf4\x16\xa4\xb7\xea\x26\x38\xe3\x74\x4c\x58\x6b\x57\x91\x9a\x5e\xd5\x48\x91\x8b\x66\x6f\x91\xbc\x04\x24\x75\x52\x53\x99\x1b\x5b\x72\x45\x84\xa6\x35\x3a\xb1\x89\xf5\x4e\xba\xa2\x91\x28\x66\x40\x2f\xd5\xb3\xd3\xe2\x48\x0f\x80\x7a\x36\xb2\x13\x80\x7f\x04\x3f\xbc\x76\x40\x0e\xd7\x93\x8e\x4f\xe5\x59\x8d\x04\x76\x47\xe0\x70\x32\x83\xed\x6a\xe1\x49\xf5\xa0\xf6\x95\x03\x40\xa5\xd2\x20\xec\x35\x70\xf2\x26\x65\x6e\xff\x9a\x7b\x3a\x70\x42\x33\x73\x1a\x8a\x3e\x9d\x96\x71\x9c\xec\x55\xa9\xa6\xe9\x95\x1e\x48\x41\x24\x81\x0d\x6c\x9a\x5e\xd3\xb3\x32\x62\xb7\x60\xb3\xc7\xd7\x20\xaa\xc8\xb5\xf9\x14\x40\x28\x14\xfd\x7b\x30\x0f\xc3\x09\x29\x83\xb0\x42\x7a\xb4\x26\xe4\x99\xcf\x60\x26\xc9\x87\xa3\x74\x2b\xd4\x6e\xc3\x83\x4c\xef\x96\x40\xc0\x32\x63\x99\x8f\x7c\xf3\xbf\xb8\xa6\x50\x49\x6b\x7d\x08\x96\x0a\xa3\x7a\x7c\x6a\xef\x18\xd8\x09\x94\x6a\x52\x52\xd3\xf4\x10\xd8\xe7\x0e\x76\xc4\x93\x30\x90\x98\xce\xa7\xd9\x04\xac\x7d\x03\x98\x53\x7f\x8c\xe8\x22\x80\x41\xf7\x4b\x8a\x52\xfa\xbd\x07\x76\x9b\x1a\x1f\x21\x4a\xdf\xfb\xa4\x7d\xb7\x51\x77\xb7\xa8\xd6\x5d\xf9\x67\x8d\x6a\x3d\x5f\xa5\x47\x47\x51\xf4\xe7\x60\x74\x99\x07\xc8\x68\x1c\xf5\x14\xfd\xe1\xfe\x1c\x3a\xcb\x77\xf7\x67\xd9\xcf\x14\xfd\x31\xc8\xa2\xdb\x61\x03\x62\x63\x22\x82\xfc\x2d\x11\xdf\xde\xe4\x80\xd4\xa1\x44\xcf\xcd\xb5\x07\x20\xf2\x44\xa3\x6e\xcf\xd3\xcf\x86\x5a\x01\xa8\x74\x2b\xb0\x8e\x98\xd7\xd9\x3f\x6b\x24\x00\xdb\x17\xb7\x22\xf8\xdc\x5d\xe2\x0f\x7f\xae\x44\x38\xb7\xcc\xb9\x2c\x62\x24\x58\xef\x7e\xe7\x6d\x66\x44\x27\x1a\xef\xae\xc1\xc4\x10\xdd\xe5\x77\xf7\xd1\x30\xaf\xc7\x61\x34\x38\xb2\x2e\xcd\xb5\xee\xc2\xec\x37\xcb\xbc\x90\x6e\xd0\x7d\xf7\x99\x5e\x51\x35\xd6\x5c\x04\x09\x0e\x44\xcf\x8a\xa0\xd2\xd4\xda\xc5\x05\xd5\xa7\xd2\x1f\x25\xfd\xf5\x9e\x60\x55\xa1\xcd\x3b\xf9\xb1\x04\xa4\xef\x5f\x34\x55\x83\xe5\xd8\xa0\xf0\x32\x5a\x7f\xed\x56\x63\xf0\xc7\x0d\xb6\x2d\x8b\xb0\x6d\x51\x49\xd9\x71\xad\x2f\x61\xd7\xa2\xfe\xfc\x92\xbf\xab\xc5\x79\xcd\xa4\xb4\xf7\xb1\x77\x75\x79\x99\xd7\x37\x3a\xcf\x68\x7a\x42\x7e\x2d\xcd\xfd\xa8\x34\x46\x87\x9c\xbe\x2c\x2d\x6e\x28\x2c\x4a\x1f\x5b\x9b\xcf\xf8\x0c\x3b\xa5\xd3\xce\x9e\x43\xd9\xdf\x4c\x27\xbb\xfb\x51\x2c\x13\x20\x5b\xcf\xdc\x32\xe1\x96\x21\xf3\x04\xab\xb5\x88\x3d\xea\x16\x30\x69\x7e\x51\xa4\xe9\x0f\xa5\x5b\x34\xfd\x0b\xb1\xbc\x1b\x82\x18\x1a\x2f\x1d\x1c\x75\xcd\x38\xf9\x41\xc0\xb2\x9c\x1b\xf5\x91\x03\xb6\x28\xd3\x14\x5e\x94\x51\x68\xc3\xe9\x01\x26\x3f\xe5\x66\xd1\xd8\x6e\xc8\x60\x20\x9c\x01\x79\x2c\x98\xf1\x0d\xe6\x3d\xc1\xa0\x3d\xfb\xd5\x8a\xe3\xfc\x15\x2e\x93\x74\xd6\xbd\xab\x6c\xee\x26\xe5\x79\x34\x57\x59\x38\xea\x51\x73\xa7\xdf\xb0\xb3\xbf\xfb\x73\x3b\xdb\x41\x48\xbb\xa9\x6e\x37\xb5\xd5\x82\xc7\x1e\xa9\xed\xbe\xcf\x9a\x19\xeb\xf4\x60\x92\xb1\xec\x56\xb4\xb9\xe9\x6e\x37\xba\xc1\x58\xf4\x49\xd5\x30\xe4\x55\x87\x21\x2f\x97\xc8\xf0\xe4\x55\x9b\x27\x6f\x25\xd0\xd2\xb1\x65\x10\xdc\xbf\xa2\x96\xd1\x37\x56\x09\x25\x5d\x0b\x54\x91\x12\xcf\x27\xd9\x64\x73\x87\xad\xc9\x69\x91\x57\xc5\xba\xca\x15\x3b\xba\xc8\xf9\x39\x5b\x7c\x57\x2a\x39\xbf\x23\x1d\x4a\xcb\xbc\xb3\xe9\x9e\x75\x89\x6a\x46\x89\xd2\x60\x91\xa7\xe9\x30\xb8\x3f\xdd\x86\xb4\xcb\xcb\x16\xbd\xc9\x90\xa3\x9f\x95\xdb\x96\x00\x39\xe0\xed\x17\x70\x60\x50\xe5\x50\x36\x22\x35\x6c\x70\xb7\x2b\xf0\xad\xa4\x95\x9d\x2b\x77\xe7\x5e\xd3\x22\xd2\xbe\xba\xf2\xd6\xc6\x28\x69\xed\xa5\x97\x60\xed\x02\x6c\xf3\x7a\x2c\xce\x24\xab\xaf\x4c\xdf\xd3\x12\xe3\xdb\x29\xa5\xb4\xb2\x28\xef\x68\xed\x42\x6f\xa6\x3b\x2e\xfa\x26\xe0\x35\x54\x64\x8d\xf5\x54\x59\x27\x74\xee\xaf\x33\xeb\xd0\x53\x42\xf7\x6f\xed\xf3\x60\x52\x96\xbe\xbb\x7a\xad\x15\xfe\x95\xb5\x8d\x5a\xd3\xb5\xc1\x55\x31\x63\x26\xe9\x74\xd2\x34\xc6\x48\x95\x83\x00\x88\x9a\xa8\xb8\x21\x68\x46\x46\x62\x6f\x11\x52\x35\xd6\x5a\x92\x56\x6e\x34\xa4\x19\x0d\xf0\x20\xd7\xa3\xd8\x28\xff\xc2\xeb\x8f\x5e\x67\xde\xc1\xf4\xd6\x4f\x92\x6c\xe0\x57\xdc\x47\xd2\x27\x6e\x2b\x2a\xb7\x76\x8b\xd5\xf1\xae\xba\x83\x10\x7b\xf8\x57\x77\x63\x25\x42\xaf\xe9\x78\x77\xe1\xa6\x28\x77\x87\x10\x54\xa0\x9a\xca\x12\xd5\xa4\x6c\x00\x44\xc2\xa9\xc4\xd1\x9d\xe2\x6e\x1a\xe5\xe9\x62\x09\x3c\x9a\x6b\x46\xab\x05\xe4\x47\xdb\x2b\x62\xb2\x99\x4c\xa5\x65\xa1\x1c\x60\xa4\x2d\xe9\x0f\x47\x64\x7a\x4a\x0a\x3f\x78\xf4\x75\xf2\xf8\x15\xaa\xf8\x9f\xb2\xd6\xee\x36\x04\xb7\x9c\x39\x62\x74\x38\x21\x70\xc3\xc1\x19\x80\x7b\xb9\x61\x3e\x35\xec\x4b\x8d\xdd\xc5\x01\xae\x01\xad\x6b\x03\x6b\x7a\xd4\x4c\xa7\x8c\x0e\x9f\xee\xdd\xb6\xb9\xd1\xb6\xf4\x18\x0f\x0f\xec\xfd\x14\x6f\x49\x5d\x34\xf6\x35\xf6\x86\x17\x71\xf6\x46\x4d\xd4\x91\xae\x36\xf2\xe9\x76\x19\x6b\x13\xfa\xaa\x47\x30\xd6\x2d\x04\x60\x2b\xc3\xa3\x71\xc6\x0a\xe7\x02\x0d\x7f\xa2\x68\xfe\x46\xa8\x6d\x6c\x7a\xb7\x44\xa9\xa8\x9d\x53\x6f\x48\x99\xa6\x08\x40\x88\xf7\xc9\xaa\x82\x20\x0a\xba\x07\xfb\xfa\x13\xfe\xb5\x4f\x0e\x1e\x4d\x27\x8f\x1f\x1f\x44\x5f\xba\x34\x5d\x80\x50\xed\x5b\x4f\x53\x86\xf3\xed\x36\xe6\x69\x14\xd0\xaa\x67\x50\x2a\x98\x8b\x42\x59\x1c\x6f\xb7\xa4\x56\x2d\x59\xaa\xdb\xae\x08\x6f\xc9\x73\xd6\x11\xbd\x39\xd9\x42\x2b\x60\xfe\x12\x71\x13\x10\x88\x28\xca\x21\x54\x02\x69\x22\x29\xf0\x28\x92\x82\xc5\xb2\xe2\xd4\x84\x21\x6e\x5c\x5a\x78\x14\x6c\xc8\xb2\x89\x7c\xfc\xaf\x35\xab\x6f\x8c\xd7\x92\xa8\x9f\x55\x15\x32\x95\x1e\xeb\x4a\x68\x32\xfa\xdb\x87\xb7\x6f\xc6\xc6\xda\xa5\x5c\xde\xa0\x24\x19\x29\x3c\xfa\xaf\x93\x63\x20\x9d\xb6\x0d\x27\xff\xa5\xdb\x35\x99\xa9\xc6\x9c\x58\x39\x6d\x82\xa0\xfc\x58\x01\x50\xaf\x30\x3b\x4b\x8c\x97\xa2\xbe\x34\x28\x07\xa2\xbe\x74\x3a\x87\x5c\xef\x1c\x10\x60\xd6\xad\x0b\xc4\xe1\x04\xe3\xd9\x5f\x90\xc0\x84\x33\xd8\xa6\xdb\xed\xf6\xae\x48\x0b\xcd\x85\x2d\x8e\xb4\x60\x19\x72\x3d\x78\x26\x44\x42\x9a\xe6\x3a\xf7\x70\xc8\x9b\xf0\x05\x8a\x0c\xa7\x7a\xce\xde\x31\x7a\x5a\x91\xd7\xed\xc9\x09\x65\xf8\xd6\x0a\x7c\x3f\x04\xa3\xfb\x57\x8d\x0e\x1f\x13\x16\xb8\xf6\xbb\x8f\xba\x18\x75\x65\x1b\xa3\x8e\xbc\x61\xe1\x26\x32\xb6\x94\x87\x06\xc7\x3a\xdc\x17\xa1\xc3\xb8\xdb\x6b\x75\x35\x73\x18\xed\xac\x07\x86\x1f\xc2\xc9\xc5\x18\xc6\xbb\xfb\x69\xec\x23\x12\x80\xfb\xe9\xfd\xa6\x1b\xb5\x45\x98\xbc\xd1\x3b\x63\x4b\x5e\xb1\xd6\x22\x8e\x40\x55\x76\xff\x3c\x22\x9f\x61\xe1\x0a\x7a\xfb\xfc\x8a\x71\x25\xb3\xe3\xba\x26\x65\x4d\xf2\x9a\x7c\x62\xe4\x3d\x23\x6f\x2a\x72\x6b\x59\xa0\x6c\x38\xdd\x9e\x6c\x49\x51\xd0\xdb\x65\xc9\x17\xe0\x52\xf2\xdd\xcd\x8f\x42\xaa\x97\x36\x14\x54\x26\x6a\x72\xb6\xe6\x8b\x0a\xf4\x0a\xd9\x84\x5c\x99\x1b\x52\x96\x4c\x1f\x8d\x27\xe3\xdd\x84\x18\x4a\xc7\xea\x77\x79\xf1\x39\x3f\x67\x6f\xf2\x4b\x96\x25\x46\xa1\xb3\x10\x97\xc9\x96\xac\x0b\x7a\x1b\x14\x51\x14\xe3\xe6\x97\x2f\xae\x28\xc6\xf6\xb1\xb7\xc0\xa2\x18\xf7\x24\xfb\xac\x47\x82\x2f\xcb\xf3\x30\x97\x49\x21\xe2\x8a\xd5\x75\xb9\x60\x3f\x0a\xf1\xf9\x43\x23\xd1\xea\x24\x7f\x0f\xb6\xb8\xef\x72\x75\x71\x47\x86\xf7\x4c\x6f\xd9\x6e\x86\xe0\x36\x15\x25\xdd\x55\x20\xbc\x6c\x17\x26\x99\x72\x68\x4e\xc6\xd2\xa4\xb6\xe9\xc5\x05\x5b\xac\x2b\x1b\x68\xd7\x0a\xe3\xda\x51\x11\xde\xb3\x65\x76\x67\xc4\x04\x3d\xab\xe1\x74\x7e\x77\x03\x73\x9c\x85\xeb\x37\xbe\xa5\x21\x46\xff\xc6\x10\xc3\xd8\x70\x6c\x81\x2d\xe6\x96\xdc\xb5\x46\x0a\xcd\xc8\xf6\xbe\xda\x6c\xba\x0e\x25\x70\xee\x74\x5a\x26\x5f\x08\xdd\x95\x9a\xc9\x8b\xb8\xf3\xfd\x89\x42\x28\x3f\x76\x36\x47\x34\x74\xe7\xcc\x8d\x86\xe9\x30\x54\x0a\xba\xbe\x35\x5f\xb0\x65\xc9\xd9\x22\x88\xd8\x7e\x7a\xfa\xfe\xf9\xb3\xa3\x8f\xa7\xdf\x3f\xff\xf9\xe3\xdb\xb7\xaf\x3e\x9c\xfe\xf0\xea\xed\x77\xcf\x5e\x9d\xfe\xf8\xf6\xed\xdf\x4f\xad\x1b\xf6\xa2\xa0\xf7\x67\x03\xfa\xba\x28\xc6\xa5\xfc\xbe\x94\x9a\xc3\x5b\xa4\xe9\xa2\x18\xcb\xf5\x6a\x25\x6a\x25\xa1\x1d\x60\x1d\xff\xa1\xa6\x3a\x1b\xff\xc4\x0a\x85\xd6\x05\x26\x5f\x74\x82\xb5\x8d\x3f\x67\xf8\x76\xbb\x55\xe3\xd3\xd3\x0f\xcf\x8f\xde\x3f\xff\x78\xfa\xf2\xcd\xc7\xe7\xef\xdf\x3c\x7b\xf5\xe1\xf4\xfb\xb7\xa7\x6f\xde\x7e\x3c\xfd\xe9\xc3\xf3\xd3\xb7\xef\x4f\x7f\x7d\xfb\xd3\xe9\x2f\x2f\x5f\xbd\x3a\xfd\xee\xf9\xe9\x8b\x97\xef\x9f\x7f\x4f\xab\x42\x73\x8b\xe0\x48\xf2\x4e\xd4\x2a\xaf\xa8\xd4\x29\x7a\xa4\xbf\x7f\xfb\x1a\xe4\xac\xad\x33\xd7\x9a\xc5\xb5\xd1\x4a\xa6\x91\x06\xd2\xbd\x65\x1e\x1f\xbb\x25\xa9\x6d\x24\x91\x86\x49\xbf\x4b\x84\x69\x37\x67\xdb\x9e\xe5\xf1\x63\xdc\xb6\x0f\xd9\x3d\x78\x4c\xde\x82\x5c\x7d\xfc\x99\xdd\x48\xbd\x1c\x71\x13\xcc\x21\x5a\xa9\xaa\x77\xa5\x6a\xf6\x71\x2d\x2f\x3e\xdc\xf0\xe2\x2e\xea\x1a\xa0\xbc\x70\x0f\x4a\xa3\xcb\x0b\x10\x56\xcb\x25\xf2\xdd\x37\xe8\x32\xd1\x09\x14\x9c\x3d\x00\x54\x05\x94\x5d\x57\xee\x4c\xbf\xda\x0c\xc8\x37\xa9\x10\x73\xcf\xb8\x29\xcd\xb0\x72\xcd\xa1\x75\xf9\xc9\xff\xb4\xc0\xa9\x2d\xd0\x32\x97\xde\xf6\xfb\x99\xea\x5b\x20\x43\xd0\xf7\xb7\x0a\xdf\x6f\xca\x1e\x0e\x59\x9f\x8a\x3b\x4d\x51\x4b\x57\xeb\xda\x60\x1b\x32\x9c\x46\x0c\x69\x6f\x21\xf6\xd0\x8d\x78\x55\x8c\xc9\x70\x62\xdb\x6f\xaf\x51\x67\x40\xea\x6c\x10\x73\xa9\x99\x8b\xe0\x65\xb4\x1b\x7a\x79\x45\xa3\x1f\x26\xff\x03\xc5\x70\xdc\x1c\x33\x51\x1f\xd6\x67\xaa\x66\xec\x25\x57\xa2\x5f\xef\x6f\xac\xc5\xec\x08\xf3\xfe\xe9\x6b\x36\xe8\x66\xe3\xf7\x57\x67\xf7\xb5\x1d\xc2\x1e\x47\x13\x6f\xaa\x1a\x4e\x89\x80\x66\xda\x33\x96\xba\xd3\x7b\x4b\xda\x2b\x2a\x59\xeb\xab\xbc\xaa\xcb\x42\x25\x0e\x5a\x08\x3d\xde\xc5\xa4\xa6\x07\x93\xe9\x64\x8f\x94\xf0\xf7\x60\xa6\xc6\x2f\xea\xfc\x5c\x8f\x04\x24\x3c\x22\x6a\xfc\x01\x3e\x7b\xad\xd7\x91\x4e\x7a\x4c\xd4\xf8\x5d\x2d\x96\x65\xc5\xe0\xe3\xe9\xfe\xcc\x98\x60\xe8\x97\x87\x44\x42\xda\x84\x54\xf0\x77\x77\xa6\xc6\xee\x10\x84\x84\xbd\x99\x11\xaa\xe8\xe7\x87\x64\x0d\x7f\x0f\xee\xb2\xd6\xf8\x70\x73\x79\x26\xaa\x34\x35\x7f\x35\x9f\x66\x89\x36\x6d\x52\x66\x35\x5d\x20\xc3\x99\xb8\x5b\x6a\x82\x49\xd9\x24\x42\x04\xf1\x2a\xd1\x17\x4e\xdf\x35\xff\x72\x69\x53\xe0\x75\xd0\x51\x9f\xc1\x8c\xd9\xe9\xa5\x58\x30\xc8\xe3\x7b\xde\x94\x6f\x53\x12\x4c\xf2\x28\xf5\xaa\x5c\x40\xaa\x6c\x52\xad\xec\x27\xc1\xa4\x0a\xda\x20\xea\xeb\xbc\x5e\x9c\xd6\x6c\x69\x9a\xe1\xc6\xab\x69\x84\x4d\x49\x30\x29\x9a\xd4\x4b\x76\x29\x12\x4c\xd6\x4d\x4a\x95\xff\x71\x93\x18\xd4\xd5\x15\xfd\x86\x01\x2d\x15\xab\x73\x25\xea\x26\xf8\x90\xa6\x8c\x41\x2c\xe1\xe4\x42\xa9\x95\xcc\x1e\x3c\x80\xf2\x3f\xc9\xb1\xa8\xcf\x1f\x2c\x44\x21\x1f\x30\xbd\x30\x77\x16\xac\x10\x0b\x56\x8f\x2f\xd4\x65\x35\x2f\xf9\x55\x5e\x97\x39\x57\x34\x19\x31\xc2\xe9\x74\xc6\x3b\xdb\x6f\xc6\x47\x23\xac\x46\x34\x49\xf3\xfa\x5c\x1e\x9f\xe8\xac\x5c\x97\xf1\xd3\xfb\x97\x9e\x68\xa1\x66\x33\xf2\x13\xb7\xec\x93\xd7\x25\x07\xb4\x4c\x8b\xbe\x09\x0d\x18\xfc\x9f\x64\xc4\x46\xc9\x6c\x70\x55\xca\x52\x0d\x92\x91\x1a\x25\x83\xa5\xa8\x01\x1b\x73\xb9\xae\xaa\xc1\x25\x93\x32\x3f\x67\x03\x51\x0f\xf4\x16\xd0\xe9\x5c\xf0\x9d\x4b\x57\xd8\x82\x5d\x0d\x18\xbf\x2a\x6b\xc1\x75\x8d\xf0\x31\x7c\x08\xe5\xcb\x41\xce\x17\x83\x7c\xb1\x80\xa8\x47\x79\x35\xb8\x60\xd5\x6a\xb9\xae\x06\xd7\x79\xcd\x4b\x7e\x2e\xc7\xc9\xd6\x80\xd5\xde\x96\xf2\xb5\xa6\xbc\x6c\x91\x75\x78\xa3\xe1\x74\x4b\x18\x07\x40\xe3\x17\xa2\x2e\x1c\xe3\x17\xe4\xf3\xef\xdf\x33\x80\xea\x34\x4c\x6d\x5f\x86\x0f\x00\x05\xd1\x7a\xb9\x25\x97\xf4\x76\xdb\xcc\xe2\x79\x64\x55\x6d\x02\x75\x33\x12\x19\x34\x2b\xef\x6e\x25\xe9\x25\x09\x7c\xa6\x6a\xca\x37\x9b\x8b\x20\xe8\x86\xae\xa0\x01\xb3\xff\x9f\x97\x7c\x1e\xc8\x42\xda\xae\x4a\xf4\x76\x4b\xc2\xf7\xd2\xf6\xb6\x6b\x5c\xe5\x14\xf4\xc3\xd0\x77\xa1\x59\xf2\xc3\xae\x4b\x43\x1c\x2f\x6f\x89\x20\xb2\x52\xd8\xbc\x71\x6b\x88\x91\x7e\x09\xc7\x6b\xe2\xda\x91\xe0\xb8\x7d\xcb\x66\x3a\xa3\x33\xb6\xaf\xd8\x60\xea\x5d\xc9\x49\xf0\xbd\x2e\xfa\xaa\x29\x9a\x06\xd5\x58\xcc\xdd\xb3\xe0\x2d\x67\xd7\x83\xab\xd9\x8d\x1e\x74\xa9\xea\x75\xa1\x44\x4d\xcf\x88\x40\x37\x61\xf3\x30\xb9\x19\x97\xf2\xdd\xba\x66\xad\x51\x1e\x4e\x2c\x74\xae\xbf\x31\x1a\xee\xfd\x88\x5a\xf6\xac\xe9\xe1\x45\x2e\xdf\x5e\x73\x7d\xbf\x61\xb5\xba\x21\xd7\xf4\xf6\x33\xbb\xc9\x86\x13\x52\xb3\xa5\xfe\x73\x7a\x2a\x59\xe5\x9e\x40\x61\x97\x0d\x27\xc1\x52\xfc\x1c\x19\x48\x91\x52\xcf\xb0\xc5\xe6\xb6\x52\x5f\x7f\x3d\x37\x76\x6b\x62\x50\xda\x30\x7e\xe0\x6d\xaf\xd7\x11\x78\x12\xc1\x13\x26\xc1\x9b\xcf\xec\x26\x4d\x51\x4e\x93\x64\x04\x3f\x30\x51\xf8\xc8\x98\x95\x29\x22\x70\x9a\x0e\xaf\x5b\xcd\x47\x60\xe2\x5b\x1e\x8b\x13\xaa\x8e\xc5\x89\xb3\xb7\x6e\x13\xa9\x9d\x5d\xc7\x2e\x57\xb8\x6c\x54\x0e\xdc\xbb\x32\x4d\x9f\x54\x0d\x95\x2c\xe8\xb3\xba\xce\x6f\x50\xa5\x49\xf1\x64\xb6\x7e\x52\xcd\xd6\xa3\x11\x2e\x8e\xd7\x27\x01\x8b\xb1\x1e\xed\x9e\xcc\x82\xc2\x20\x16\x12\x4b\x53\xe6\x80\x72\x8c\x8c\xd7\x8f\x40\x45\x5b\x6f\x3c\xab\xa0\x9b\xef\x7a\x51\x41\x2f\xda\x76\xf0\x35\xd1\x0f\x19\x03\x73\xf8\x1c\x66\x4a\x12\xd8\xab\x59\x49\x4e\x01\xb4\x27\x3b\x75\xfa\x92\xc0\x1e\xf8\x43\x73\x6f\xbc\xd7\x35\x48\xb7\xda\x55\x46\x29\xad\xb7\x06\xa1\xe4\xc1\xef\x0f\x46\x0f\xce\x9b\xa9\x7f\x1b\x72\x64\x5f\x29\xd0\x6e\x51\x3d\x8d\xf3\x70\x23\x99\x63\xe8\x36\xa1\x49\x96\xd0\x49\x42\x92\x4c\x3f\xec\x26\x5b\x77\x2a\xfc\x25\x19\xe9\x1b\x08\x50\x4d\xf4\xe0\x98\x66\x27\x0f\xce\x09\xea\xb9\x08\xab\x63\x76\xa2\x79\x4d\x94\xe8\x2f\xf4\x72\xc9\xd4\x58\x89\x0f\x20\xa6\x43\x7b\x07\x61\x14\x48\x2f\xbc\xca\x9d\xb9\xa8\x6b\xf3\x2c\xbe\x68\xca\x34\x4d\xce\x84\xa8\x58\x0e\x24\x47\x6e\x36\xc8\xfa\xcf\xdb\xa5\x35\x9c\x06\xf8\x91\x0c\x57\xce\xb4\x6f\x60\x85\x96\xd2\x0a\x2d\xad\x6f\x1c\x48\xa8\x13\xbe\xbe\x3c\x63\x75\x92\x55\x4d\xac\x7c\x48\xb7\x43\x98\xdd\xe5\x99\x55\x1b\x01\x77\x09\x1f\x02\x64\xb9\x83\x6f\x18\xe4\x34\x47\x15\x05\x2c\xc4\x04\x22\xc9\xce\x93\x71\x32\x7a\x8b\x2a\x32\xc1\x99\x20\xb0\x82\xc7\xa5\x34\x2b\x39\xc7\x73\xc4\x69\x92\x58\xd9\x3e\xb3\x11\x2c\xdd\x28\x7f\x21\xc9\x5f\xd2\x07\x09\x1e\x25\x0f\x12\x4c\x9e\xa3\x1c\x06\x2b\x49\x7a\x87\x9d\x6d\x31\xc6\x56\x96\x98\xa7\x29\xfa\x80\x72\x0c\xbb\xb6\x8f\x6d\xef\x2e\x61\xa3\x92\xd0\xeb\x58\xc1\x3a\x36\xfe\x89\x66\x2d\x33\x73\xfe\xb8\x15\xcd\xc6\xe6\x61\xbb\x45\x39\xe1\x23\x34\xcc\xf5\x2c\x6f\x36\x55\x9a\x56\xe0\xc1\x4c\x29\xa4\xcc\x93\x24\xd3\x8b\x00\x7e\xe0\xfe\x5e\x8d\x18\xa8\x6e\xc0\x3c\x20\xc7\x98\xc0\x2c\x56\x10\x47\xa9\x19\xbe\x4c\x8c\x92\x2c\x69\x8d\x1d\xc3\xb8\x21\x0c\x93\x59\xd1\x58\x28\x14\x4e\xbc\xbb\xa6\x62\xf4\x16\x49\xca\x8e\x8b\x13\x52\xe0\x59\x35\xa2\xcf\x91\x84\x41\x5c\x93\xbc\x89\x75\xbd\xa6\x77\xcb\x73\xd8\x66\xd3\x73\x02\x5a\x9f\x97\x2e\xe3\x87\x18\x5d\xa5\x29\x3b\x5e\x9d\x6c\x36\xec\x38\xf9\xbf\xff\xd7\x71\x7e\xc9\x09\x9e\xdb\x60\x75\x88\xe1\x5e\x6b\xde\xb5\xb5\x7c\x5f\x3b\x8b\x5d\xa2\x3b\x36\xd4\x1d\x00\x3d\x21\xc2\x78\xbc\x10\x9c\xcd\xb0\xe9\x88\xd7\x0d\x43\x87\x4c\x5f\x89\xee\x3c\xc9\x03\x67\xd0\x86\x1c\x48\x1f\x11\x4a\xef\x4c\xe2\x8e\xe7\xbd\x29\x49\x8e\x4d\xae\x81\x39\x95\x4e\xa0\x51\x73\xfb\xe9\xe0\xba\x54\x17\x83\xcf\xec\x46\x0e\x6e\x93\x51\x2c\x56\x18\x7f\x12\x25\x47\x09\x19\xe8\xe9\xdc\x26\x99\x6a\x2e\x4f\x81\xc7\xc5\xcb\xe0\xba\xdd\x12\x99\x30\x7b\x47\x3a\x3e\x31\x31\x94\x4d\xaa\xa6\x0b\x42\x2f\xf4\x3b\xd6\xba\xf1\x1d\x01\xa4\x89\x7a\x34\x82\x6b\xad\x08\xf0\xa7\xed\xe5\x7b\xc7\xc8\x61\x4e\xa5\xca\xd5\x5a\x36\xd1\x66\x4f\x6b\x26\xd7\x95\x9a\x29\xaa\x00\xf3\xc0\x66\x00\x8c\x56\xfb\x0e\xbc\x19\x00\xd8\x3e\x8a\x18\x3b\x09\x0b\x04\x3c\x00\xe5\xce\x8e\xa0\x9c\x69\x58\x0e\xde\x62\x72\x6f\x19\xcd\x77\xbb\xad\xef\xbc\x87\x4f\xd3\x07\x1f\x28\xc7\xf7\x01\x66\xd4\xff\x86\x03\xe2\x63\x8b\xdb\x68\x0e\x8a\x4f\x0d\x70\xb9\xc7\x2d\x0f\xa9\x66\xcc\xb7\xed\xed\x06\x90\xe0\x06\x04\xf4\x3d\xbd\xed\x97\x94\x66\x1f\x49\xf8\xe2\x3b\x9d\x6a\xa5\xca\xb7\x4d\x34\xd3\x6c\xb2\x25\x9d\xf8\xb3\xd9\x29\x79\x29\x3f\x88\x4b\xf6\xde\xca\x9e\x9f\x15\xaa\xe4\xe7\x59\x28\x64\x27\xb9\x94\xe5\x39\xcf\xc4\x76\xa6\xc6\xde\xcf\xf0\xf6\x32\x5f\x65\x2f\x89\xd5\x2a\x64\xed\xab\xb8\x5e\x76\x91\xda\x6e\x9c\xaf\x56\xd5\x8d\xe1\x09\x3d\xc3\xa0\x27\x88\xe3\x2d\x29\xf4\xa5\x22\xeb\x1e\x89\x7e\x51\x76\x8a\x1b\x8d\xb6\x10\x25\x95\x28\x01\x24\xa9\x4f\x2a\x1c\x7f\x14\x53\xeb\xcd\xe6\xf8\x64\x4b\x04\xaf\xe2\x2f\xcb\x25\x1a\x7e\x68\x4b\x8d\x96\x68\xba\xbf\x17\xce\xc6\x96\xa8\x71\xc3\x67\x9e\xeb\x0b\xf3\xba\x66\x4d\xca\x19\xf9\x8f\x64\xa0\xef\x89\x1a\x17\x95\xe0\xcc\x3a\x4b\xf4\x49\xcc\x1a\xca\xd8\x48\x55\x5a\x8d\xdd\x3d\x78\x44\x98\x75\xb3\x2b\xa9\x40\xfa\x5a\x65\x0e\x11\x7d\x77\x37\xae\xb0\xd2\xfa\xc0\x6b\x06\xcc\x1c\x28\x21\x87\x7a\x1b\x9a\x67\xb6\x98\x53\x52\xd1\xd3\xc6\xd2\xf8\x5e\x46\x95\x59\xf5\xa3\xf9\xdb\x62\xf4\xe0\xe8\xe8\x79\x03\xea\xc7\x35\x44\x7e\x68\xf8\xdc\x75\x2f\x9f\xbb\x36\x7c\xee\xfa\xa4\x71\x72\x53\xc7\xeb\x93\x40\xf8\x55\xcc\x35\x83\x9a\xe9\x54\x23\x30\x58\xdf\xc3\x06\xaf\xef\x62\x83\xd7\xf8\xd6\xb1\xbf\x6b\xec\x4d\x60\x16\x74\x32\x5b\x3c\x59\xcf\x16\xc0\x06\x2f\x42\x36\x78\xd1\x61\x83\xbf\x7e\xf2\xdf\xc1\xc1\x56\xb0\xd8\x8c\x28\xd0\xb9\xff\xf5\xca\x02\x9b\x21\x00\xda\x68\x8c\xe2\x11\xa3\x4d\x9d\x92\xf4\x5a\x21\x65\x8a\x44\x56\x50\x19\x8b\x7f\xef\xea\x04\x75\x51\xb3\x7c\x01\x00\x91\xd9\x84\xbc\xb3\x62\x1f\xa3\xae\x38\x12\x5c\xae\x2f\x9d\x9e\x02\x8f\xdd\xdb\xa0\xea\x9c\x38\x6b\xac\x8c\xe9\xd5\xe8\x3e\xa1\xac\xe9\x9d\x5b\xf4\x9f\x7d\xca\x8b\x5c\xdf\xf8\x6e\x68\x97\x2e\x7c\x8e\x42\xd1\x79\x1b\x69\x0b\xa0\x01\x64\xc1\xa1\x4b\xb2\x25\xed\x88\x2a\x62\x12\xbd\x25\x5e\x3a\x15\xe5\x66\x5d\x86\xad\xb2\x5a\xbb\xcc\xd0\x80\x52\xfe\x9c\x57\xe5\xc2\xb5\xfc\x03\x31\xc2\xa9\x7b\x8b\x58\x13\x67\x4c\x9d\xdd\xda\x93\x25\xdb\x99\x12\x7b\x86\xe8\xe1\x01\xab\xeb\xec\x7b\xa8\xe1\x92\x5d\x8a\xaf\x30\x91\x85\xbb\x07\x15\xe2\x72\x95\xd7\xac\x89\x38\x63\x31\x34\x14\x94\xb4\x96\xec\xc8\xf9\x7c\xf6\x2e\xa0\x4f\x08\x87\x99\x8c\x4f\xa4\xfd\xf0\xbe\x85\xe7\xbe\x33\x79\xc2\xcf\xbe\x67\x67\xeb\x73\x63\x59\x17\x09\x79\xe0\xa5\x75\xde\xb8\xaf\x48\x93\x25\x2c\xf1\xe5\xe5\x4a\x73\x74\xe5\x95\xd5\x35\x76\x28\x64\x5c\x40\x3b\xbb\x33\x84\x31\x85\xbd\xca\x6f\xc4\x5a\x7d\x43\x3b\xc2\x8c\x61\x6b\x5e\xdf\x35\x39\xee\x43\x9d\x21\xfc\xe0\x3d\x5b\xac\x8b\x1e\x4d\x48\xfc\x95\xcd\x15\x37\xb6\x7f\x65\x36\x9f\x2c\x11\x73\x59\xdb\xb2\xa4\x76\x66\x23\xf6\x61\xff\x89\x4c\x1d\xcc\x05\x44\xad\x24\xe5\x68\xba\xbf\x8b\xbf\x45\x04\x0f\x50\x1e\xf9\xac\x17\x89\x63\xc5\xea\xa5\xa8\x2f\x73\x5e\xb0\x7e\x77\x93\x20\xc3\x98\x8b\x6b\x77\x51\x0d\x92\x67\x81\xfe\x82\x8b\xeb\xee\x66\x1f\x48\xfd\x25\xc2\xc6\xd2\xcf\xfa\xec\x7d\x9f\x2b\x46\x0a\xc0\xb6\xbd\x46\xf8\xeb\x65\xd8\x8c\x3b\x05\x5c\x38\x83\xeb\x71\x10\x69\x07\xd0\x7f\x43\x74\xb4\xe6\xce\xf2\xda\xc8\x67\x35\xd5\xe5\xac\x72\x17\x24\x20\x5f\x0b\xf3\x67\x45\x1b\x97\xfc\xc8\x9a\x63\x8d\x1d\xd4\x1e\xa7\x71\x33\x11\x9e\xad\x11\x28\xd9\x88\x29\xcb\x6a\x61\x01\xda\x4a\x33\x04\x92\x01\x08\x83\x58\x9b\xf8\x93\x44\x6c\xb7\x33\x11\x2d\x0c\x57\xc7\x3c\xc8\x2a\xc8\x84\x30\x9c\xa1\x35\x65\x24\x48\x5e\x91\x09\x18\x8a\xb5\x16\xfc\x82\x46\xb5\xe8\xa5\x5e\x86\xe3\x57\x54\x2c\xaf\xdd\xfb\x45\xac\x6e\x92\x17\x62\x5d\x2d\x7e\x2d\x59\xb5\xe8\x0e\x39\x30\x9e\x61\x8f\x41\x8a\xf8\xa2\xce\x2f\xd9\xfb\x68\x7d\xe3\xdb\x60\x66\x97\xd4\x4c\xc3\xb8\x69\x15\xb9\x70\x69\x61\x5b\xee\x54\xa7\x17\x82\x4b\x51\xd9\x93\xe6\xd2\x7f\xaa\x97\x5a\xf5\x8c\x97\x97\x60\xa0\x0f\xcd\x98\xf5\xcd\xb4\xcd\x5f\xb3\x7f\xad\x99\x54\xf1\x07\x69\x6a\x0b\x1f\x83\xd8\x1d\x25\x1f\x2f\x4a\x39\x38\xab\xc5\xb5\x64\xf5\x60\x21\x98\xe4\xff\xa5\x06\x56\xe7\x3e\xe8\x2d\x62\x3c\x78\x9d\x7f\x66\x03\xb9\xae\xd9\x40\x5d\xe4\x6a\x70\x23\xd6\x10\x0c\x6b\x90\x0f\x56\xa2\xba\x59\x96\x55\xa5\x79\x27\x13\x04\xcb\x16\x2d\xc7\x83\x3e\x0d\x47\x55\xf2\xcf\x26\x61\xc7\x7d\x2a\x93\xf0\x76\xdc\xf4\xea\xf2\xcf\x35\xbd\x6f\xb4\xfe\xdf\xb7\x7c\x6b\xe2\xd6\x0d\xa7\x36\x28\x02\x39\xa3\x3b\x53\x72\x43\x1f\x92\x53\x3a\x99\x7d\xeb\xba\x1b\xb4\x37\xd9\x53\x7a\xaa\x57\x62\xfb\x04\xfb\xda\xb2\x64\xf8\x76\xf2\x94\x6d\x36\xd3\xdd\x87\x4f\xd8\xbc\x35\x7a\xf1\x47\x03\x95\x7f\x66\x12\xc6\x41\x5f\xd5\xae\xd8\xa0\xe4\x6a\x70\xc6\xd4\x35\x63\x7c\x30\x01\xed\xcc\x74\xf7\x21\x19\xe8\xcf\x4a\x7e\x3e\x58\xea\x2f\x07\x75\xae\x98\x74\x91\xd2\xd4\x45\xce\x75\xa6\xc1\x72\x25\x07\xa5\x1c\x70\xe1\xa7\x83\x2d\x12\x9c\xdd\xd0\xc9\x13\x36\x07\xdc\xf0\x65\x25\x44\x8d\xa6\x6c\xef\x01\xc3\xd9\xc3\xad\x8d\x50\xc6\xd9\x75\x8b\x4c\x91\x6b\x7a\x04\x7a\xc5\xdd\x99\xf9\x3b\x1d\x0b\x6e\x35\x4d\xb4\xd7\xf2\xec\xca\x1b\x79\xb6\x09\xd5\x29\x65\xa3\x1b\x03\x1a\xaa\x49\x16\xc3\xf3\xeb\xf1\x4a\x48\x65\x6b\xb4\xe0\xff\x28\x98\x3d\x87\xb7\xc8\x1d\x35\xeb\xf9\x80\x70\x6b\xbe\xad\xbf\xdb\x92\x98\xb6\x5d\x51\x46\xce\x37\x1b\x5d\xe6\x84\xf4\x7c\xdc\x26\x66\x1c\xdf\x9e\xd1\x65\xec\xa4\x8d\xda\x1d\x71\x17\xd6\x88\xc6\x5d\xa0\x33\x0c\x8b\x2d\x90\x32\x7f\x8e\x21\xe8\x1c\x94\x82\xc5\x2a\xc0\x33\x96\x85\x71\x45\x05\xe5\x3b\xd3\xa7\x4f\x9f\x4e\x49\x4d\xd9\xb1\x00\xab\xc8\x61\x73\x05\xab\xd3\x74\xf2\xe4\x2d\x80\x74\xd8\x00\x17\x03\x36\x63\x20\xe0\x27\x10\x08\xb9\x26\x9c\x8a\x7e\x19\x77\x73\x31\x40\x8c\xb2\xe3\xc9\x89\x33\x39\x09\x22\x9d\x06\x91\xb9\x8e\x27\x27\x91\x73\x5e\xd0\x87\x95\x58\x21\xa3\xd8\x37\xe9\x3a\xaf\xbe\x27\x65\x71\x38\x2c\xdf\x59\xf1\xa4\x9e\x39\xb3\xc8\xdd\xbf\x22\x31\x9a\xe2\x9d\xa9\xbe\x81\x1e\x97\x27\x44\xd2\x72\x34\xd5\xd7\xcf\x63\x19\x57\x98\xa7\xe9\xe4\xe9\x5b\x94\x13\x8e\xb1\x4f\xac\x4c\x62\x45\x72\x3c\x47\xd0\xf1\x8a\xe8\x2f\x21\x46\x8d\xc4\x99\x49\xcb\x89\x2e\x1a\xd2\xca\xc6\xa1\x2b\x18\x47\x5f\x0c\x6f\x8f\x63\x58\xdc\xd6\x07\xc4\x56\xdb\xd0\xec\xab\x2d\xf2\xf7\x08\x99\xa2\x56\x2f\xf9\x82\x7d\xd9\x51\xcd\x73\x88\x3d\xcd\xe7\x00\x10\xb5\xd8\x51\xe3\x72\x01\x54\xea\x39\x3d\x3e\x21\x2f\xf5\x7f\xdf\xd3\x29\xf9\x68\xc8\xd5\x27\xba\x47\xde\xeb\x0d\xf0\x4e\xff\xf7\x9a\x0e\xa7\x8d\xf0\xe8\x4d\xac\xb1\xfe\x80\x5e\x7a\x17\x0e\x35\x0b\x05\x03\x0d\xb2\x0b\xfe\xa2\x33\x35\xa3\xa0\x4c\x44\x01\x7d\xfe\x3d\xa1\xcc\x05\x4a\xd1\x99\x48\xd0\x6e\xaa\x5a\x38\x4d\xe4\x33\x7a\xae\x8f\x75\x53\x69\xb0\xc6\x5e\x59\x79\x89\x6e\x28\xd1\xed\x23\xc3\x77\x38\x80\x74\x47\xcf\x31\x7e\xa7\xf7\x9e\x40\x2f\x70\x13\x94\xb3\xd5\xf8\x34\xad\xd1\x2b\x12\xb4\x6d\x87\x85\x95\xbc\x30\x1b\xd3\x8c\x48\x9a\x9a\xca\x4a\x84\xb1\x1e\xa9\x89\x95\x5f\x7e\x9a\x39\xb0\xfa\x37\x88\x63\xf2\x11\xea\x76\x35\x7c\x4c\x53\x34\x44\x1f\x5b\xbd\x7a\xca\xf1\x66\xc3\xd2\x74\xd8\x7f\x2c\x20\x8c\x67\x0e\x73\xe3\xa3\x1f\xd1\xbb\x0c\x38\x72\x7c\xdb\x64\x72\x73\xf9\x71\xbc\xb2\xa8\x58\xaf\xd8\x15\xab\xac\x0b\x72\xde\x69\xc9\x13\x08\x54\xd6\xa1\x98\xfd\x20\xcf\xf3\xa0\x1e\x99\x7d\xa4\x66\x98\xd3\xf4\x0b\x7a\x8e\x89\xee\xbc\x21\x87\xfa\xe7\xcc\x0c\x43\xe0\x68\xf2\x11\x5b\x6d\xcd\xa4\x99\x8d\x22\x9a\x8d\xc2\xcc\x46\x11\xcc\x06\xc7\xa4\xd2\xc4\xb5\x11\x2c\x5b\xa3\x31\xbf\x68\x05\x2c\xda\x2d\xac\xeb\x67\x34\x0f\x0f\xda\x97\x8b\x8a\x79\x6c\xb0\x87\xe1\xa9\xf9\xf2\xf2\x92\x2d\xca\x5c\x35\xaf\xa7\xe1\xeb\x57\xe2\xda\xbf\xd8\x0f\x5f\xbc\xd1\x5c\x7f\xe5\xdf\xed\x85\xef\x8c\xd1\x8a\xc7\x0b\x08\xde\xfc\x24\x59\xfd\x5d\x25\x8a\xcf\xe0\xed\x61\xbf\xdd\x8d\x6c\xad\x80\x63\xe9\xb9\x20\xe3\x5b\x16\x4f\x6d\x74\xf8\xbb\x30\x95\xcf\xbf\xb0\x62\xad\x3f\x08\x8f\x85\x77\x9b\xcd\xfb\xcd\x06\xf9\x3d\x10\x33\xbf\x8d\x91\xe7\xbb\x70\x9d\xf4\x30\x24\x9f\xda\xdf\xbd\x00\xc7\xab\x10\x92\xad\xfb\x11\xcc\x7d\xf8\x1d\x8f\x2f\xf0\xde\xa1\xe0\x93\x0f\x07\x6e\x51\x0a\xac\x5f\xaf\xd9\xab\x2e\xaa\x8e\xc3\x53\x54\xf4\xd3\xd6\xd0\xbd\x4f\xb3\x4f\x54\xc5\x06\xde\x8d\x45\xe1\x27\xca\xb7\x51\xed\xab\x5c\xdf\xe7\xfb\x46\xa9\x65\x80\x06\x3c\xef\xbb\xbc\xe4\x8a\x3e\x8b\xde\xac\xf9\x2f\xa5\xba\xf0\xb3\x17\xdf\x42\x5a\xb0\x9a\xed\xbe\x58\xb7\x4c\xeb\x90\x1a\xf7\x88\xd1\xbd\xa0\x47\x2c\xec\x91\xba\xaf\x47\xce\x9a\xb7\x4f\xa8\xc2\x03\x95\x6a\x9b\x13\xb2\x4d\xed\xde\x85\x73\xaf\x29\xce\xe7\x39\x75\xea\xd1\x46\xb9\x95\xd3\x7c\xbc\x60\x55\x7e\x83\x35\x37\x90\xcf\xe5\x28\xcf\x64\x96\x53\x49\x9a\x6e\x9b\x0d\xbe\x13\x61\x82\xee\x66\x15\xdd\x7d\x38\x89\x21\x53\x2a\xda\xb8\x1d\xc6\xd0\x28\x15\x9d\xb2\xfd\xd6\xac\x57\xf4\x21\xdb\x6b\x6c\x58\x6f\xcb\x45\xf6\xfd\x68\x44\xdc\xbe\xc8\x38\x89\x68\x5d\xc6\x88\x27\x20\x59\x4e\x62\x7a\x97\x55\x34\x1f\x55\xc4\x1f\x38\xd9\x8e\xbe\xe8\x3d\x95\x73\x14\x9c\xa4\x34\x27\x9f\xd1\x4b\xe2\xd1\xa4\x2c\x99\x63\xf0\xf4\x12\xeb\x83\x60\x5e\x22\x9c\xbd\xd6\x7b\x4b\x93\xac\x7c\x47\x62\xac\xf9\x80\xa0\x8c\x0a\x8e\x2e\x86\x49\x67\x23\x62\xc2\xa2\xb9\xbc\xae\xf3\x55\xef\xde\x37\x9b\xe0\x93\x3b\xcc\x5b\xce\x4c\x7d\x9b\xe0\x0e\x35\x47\xb4\x8c\xb6\x5d\xb1\x89\x39\xc8\xc2\xaa\x3b\x82\x14\x45\x78\xc7\x70\x05\x22\xf4\xb5\x8c\x57\xea\x7b\x6c\xe2\xe6\xe6\x4f\x76\xbb\x05\xaf\x59\xa7\x1f\xdd\x6c\x42\x65\x29\xc9\x69\x3d\xce\xe5\x0d\x2f\x5e\x86\xef\xa3\x94\x04\xfc\xaf\x9d\x61\xc1\xc7\xfc\x1c\xb2\x04\xbf\x93\x86\x77\x69\x61\x76\x5a\x3d\xe7\xd8\x5c\xbd\xbd\x30\x5f\xe7\xb9\x05\x95\x6a\xc6\x09\xe3\xeb\x4b\x56\xeb\xb9\xc9\x86\x13\x52\x80\x2e\x6b\xed\x7f\x5f\xd7\xa5\xb2\xcf\x5b\x40\x39\x3b\xd9\x42\x58\x3d\x74\xbb\x25\x49\xe2\x2e\x0e\x9f\xf0\x6d\x75\x97\xa4\x4d\x7f\x43\x43\x18\xc4\x2e\x0a\x62\x9a\x06\xe3\x3c\x28\xad\xa5\xbf\x58\x0e\xce\xe7\x2a\x3b\x27\xa5\x9b\x0b\x23\x66\x46\x75\x68\x90\x94\xc3\x6d\xea\x25\x12\x9b\xcd\xb1\xb7\x5c\x19\x00\xa8\xd4\x95\xf8\xdc\x95\x5a\x9a\xd9\x5f\x74\x96\x59\x6d\x51\x03\x04\xa5\x74\x69\xb5\x3c\xba\x64\xa3\xe9\x49\x7e\x60\xdc\xcc\x86\xbe\xf0\xe5\x55\xcd\xf2\xc5\xcd\xa0\x5e\x73\x5e\xf2\xf3\xc4\x22\x2b\x50\x7a\x61\x2c\xc9\xe0\xeb\x04\xb0\x0f\x4c\x41\xa5\x8f\x9a\xac\xc9\x9c\xa8\x11\x1f\x5f\x32\x75\x21\x16\xfa\x36\x31\xce\xeb\x73\x5a\xce\x3c\x13\x64\x10\xdf\xcf\x6d\x8c\x37\x4f\xdd\xbe\x00\x9f\xae\x93\xa4\xf7\x74\xbd\xc4\xee\x54\x74\x15\x48\x23\x34\xd3\x27\x50\x62\x63\xee\xea\x7a\x30\x1f\x4b\x08\x95\x33\x3e\xb5\x7f\xf3\xfa\xbc\xd1\x9d\xfb\x06\xfb\xfc\x6e\x28\x16\xb6\x07\x82\x5e\x98\x96\xce\xf8\x78\x61\xb5\xa1\xcf\xbf\x14\x0c\x00\xf8\x10\xbc\x31\x0c\x51\x62\xcd\x68\x82\xc2\xd2\x94\x8f\xf3\xb3\x7a\xbd\x52\xc8\xbd\x35\x65\xe1\x99\xa0\x4b\x6b\xd7\xb2\x76\xae\x95\xd0\x7c\x60\x3d\x12\xe3\x25\xac\xa7\xd9\x34\x87\x83\x59\xc0\xfc\x22\x5b\x91\x0a\x46\xad\x67\x04\xec\xba\x86\xf7\x44\x67\xcf\xcc\x57\xdb\x6d\xd3\xcb\xca\x2a\xcb\x90\xe9\x95\x9d\x0a\xfb\xde\x4e\x48\x65\xba\xb4\xdd\xda\x33\x86\x94\xcd\x0a\x5e\x7b\x9b\x45\x4f\x8d\x6e\x41\x31\xe0\x1a\xae\xc9\x51\xc6\x9c\x46\x8d\xe3\x6d\xb3\x4f\xa2\xec\xb6\x46\x9d\xfb\xd3\x76\xbb\x65\x63\x4d\x1d\x69\x31\x33\x3a\xaf\xc4\x23\xa9\x9a\x40\x6b\x64\x15\x24\x01\xef\x9c\x90\x25\x4d\x98\x39\xea\xf9\x79\x42\x2e\x68\x52\x88\xcb\x55\xc5\x14\x5b\x24\x1d\x13\xce\xd0\xec\xb2\x6d\x84\x89\x6f\xb7\xc6\x26\xf0\x76\x3b\xab\xd0\x0d\x29\xfb\x42\xbc\x68\x4a\xbb\xc5\x2e\x4a\xbe\xdd\x94\xe7\x4c\xbd\x73\xdb\xf1\xed\x92\x1c\xd1\xd3\x34\x3d\x45\xa7\xe8\x7b\x74\x7c\x82\x31\x9e\x1d\xa5\xe9\x91\xc1\x8b\x14\x66\x40\x8e\x0c\x48\xc4\x0d\x3d\x72\x51\xf8\xce\xfa\xad\x14\x5b\xdb\xfe\x06\x47\x46\x80\xf8\xf6\xd8\x2c\x73\xe2\x86\xd1\x2d\xae\x93\x1e\xff\x3b\x85\x6f\x0d\x6d\xec\x35\xb3\xb0\x7e\xb2\x9a\x60\x98\xf8\x13\xc6\x03\x2f\xbc\xe3\x6b\xd6\xc7\xff\x06\x72\x41\x72\x22\x1d\x2e\xdd\x1a\xb1\xe3\xfa\x84\x30\x52\x9a\x05\x6c\x5a\x34\x6c\xd6\xaf\x73\xfc\x87\x55\x49\x0b\x0b\xa2\x60\xeb\x5f\xa4\x69\x97\x47\x59\xf8\x01\x5b\x90\xe4\xf4\x34\xbf\xce\x4b\x95\xe0\xb9\x1a\xd7\x4c\x8a\xea\x8a\xa1\xc5\xd8\xa6\xe2\xb6\x05\x07\xc3\xb7\xdc\xd2\x00\xc2\xa0\x99\x91\x71\x86\x79\x6d\x07\xcd\xbd\xc7\x59\x50\x72\x5f\x89\xb6\xcd\x94\x91\x1c\x15\x9d\x02\xdd\xe5\xbd\x5b\xee\x56\x22\xbb\x97\x80\xda\xcf\xc2\xc1\x0e\xa9\xb3\x08\xc6\xb7\x44\x51\xdc\x02\x15\x4e\x24\xa9\x75\xf3\x01\xfe\x3a\x06\xf4\xab\x69\x3d\xaf\x4d\xc3\x4b\x52\xe2\xac\x44\xe1\xed\xf6\x8b\xb9\xdd\xba\x40\x21\xee\x04\x3e\x76\xdb\xff\xc4\xd1\x70\x8b\x98\xea\x89\xb0\xb9\xe1\xdc\x41\x22\x9b\x82\x2c\x58\x40\x9a\x36\xb4\x3d\x26\x76\x54\x11\xd3\x86\xbe\xb2\x9c\xc1\xcb\xe5\xec\x0e\x72\xa4\x87\xe1\xe3\xcd\x8a\x3d\x77\x22\x61\x36\x70\x35\x83\x48\x18\x84\x90\xd6\x45\x60\x90\x0f\xfe\x0b\x3e\xfe\xaf\x81\x29\x2b\xf1\x63\x74\x69\x26\x81\xae\x91\x20\x4d\xdb\x1d\x35\x8e\xcf\x2e\xb3\x72\xdd\x34\xf4\x37\xab\x86\x05\xdd\x1e\xac\x4b\x6b\x0f\x01\x6f\xfd\x91\x3c\x2f\x0d\xf9\x46\xfc\x98\x8d\x8d\x0a\xf6\x4d\x7e\xc9\x4e\x68\x69\xcd\xbb\x4c\xf0\x05\x6b\x04\xf6\x4a\x14\x7e\x43\x0f\xc3\xb3\x24\x18\x5f\xb3\xc2\xed\xe8\xe2\x6e\x33\x70\x56\x66\xe8\xdb\x06\xd4\x0f\xa6\x69\x98\x13\xeb\xe6\x7c\x60\x37\x66\x5f\xf1\x91\x98\xca\x9b\x96\xaa\xfa\xe6\x95\x28\x32\x76\x3c\x39\xd9\xce\xa6\x83\x92\x0f\x98\x85\x01\x56\xc5\xc5\x2b\x51\x50\x76\x3c\x3d\xc1\x64\xb7\x79\x63\x39\x56\xf3\x6e\xf7\x84\xa8\x71\xbe\x54\xac\x36\xbf\xf7\x4e\x2c\x2c\xb6\xaa\x6f\x9e\x73\x55\x97\x4c\x3a\xc9\x66\x64\x60\xda\xd8\x7d\xd9\x23\xa0\x14\x7c\xb3\xb9\xdd\xce\xac\xaa\xde\x9f\x4d\x26\x9e\xcc\x40\xc1\xd4\x85\xb9\xa9\x8a\x4c\xd9\x1c\x84\xba\xaf\x96\x1e\xbb\xbe\x25\x80\x0d\xba\x3d\x09\x5c\x9d\xdf\x42\x23\xb1\x33\xd5\x97\x4c\xa1\xe1\x04\x77\x8d\xd5\x98\x17\xe6\x1d\x97\xb0\xe7\x9a\x18\xe8\xce\x1c\xf0\x2e\xd9\x8f\x59\x18\x8d\x45\x1d\x78\x45\xc9\x37\xf9\x1b\xd4\x44\x12\xb5\x2c\x25\x08\x3f\x03\x72\x6d\x83\xce\x8d\x46\x01\xc0\x13\xd6\x1b\xde\xd6\x49\xea\x20\xc2\xbd\xa5\x73\x9a\xa0\x1b\xde\x81\x0e\xa7\x84\xcf\x5a\xef\x95\x7f\x39\x21\x7c\xeb\x5d\xa9\xcc\x1a\xce\x9d\x5c\xf3\x56\xff\xcc\x3e\x06\x84\xe8\x63\x63\x1a\x61\x58\x15\x65\xd8\x94\xe1\xc4\xcb\x42\x43\xab\xfd\x33\x52\xa1\x6b\x92\x04\x66\xf9\x09\x39\xc3\xa4\x42\x67\xad\xc4\x2b\x4c\xae\x80\x35\xab\xf2\x1b\xbd\xaf\xa8\xce\x22\x49\xc3\xb9\xbe\x70\x23\x8a\xf5\xd6\x97\x9d\xf4\x9e\xdb\x58\xef\x2c\xa4\x29\x0b\xbd\x04\xbc\x87\x9f\x31\x86\xa1\xf4\x6a\xb3\xe9\xa9\x14\x82\x0d\x85\xed\xdb\x6c\x14\x60\x28\x60\xbc\x25\x6c\x7c\x99\xd7\x9f\xfb\xf4\xe8\x96\x05\x90\x11\x93\x31\xef\x4d\x45\x8c\x9c\xc1\xb5\xf4\xf4\x14\x86\xef\xf4\x14\x06\x8f\xdd\x31\x08\x98\xb0\x3b\x59\x8d\x6b\xb8\xb5\xb2\x71\x0e\xfc\x58\x8f\x89\x89\x3d\x79\xc1\x36\xe5\x33\xfa\x10\x5e\x48\xaa\xf0\x27\xc9\xef\xe1\xa3\x08\x1b\x3f\x0b\x2f\x7a\xf4\x83\xae\x52\x46\xbe\xa8\x61\xa0\x14\x6f\xaf\x9f\xa6\xa8\xa4\xef\x6a\x71\x59\x4a\x86\xad\xaf\x9c\xa6\x67\x1f\x50\xe1\x3e\xc0\x9a\x13\xf1\x17\xe5\x9e\xd9\x46\x1c\xcf\xf3\x2c\xb7\x06\xb7\x3d\xe7\xbd\xff\x18\x88\x36\x33\xab\xde\x7f\x00\x80\x20\x9f\xf5\x40\xe9\xe5\x19\x8e\x70\x62\x92\xee\x63\x20\xcd\x92\x76\x37\xd8\xa4\x27\xa7\x37\xd4\xf5\xc5\x9e\x24\x66\xc4\x3e\xb3\x1b\xd9\xb3\x52\x83\xd8\x7f\x1c\x08\x2b\xb6\xc6\xd6\x3c\x30\x59\xaa\xd9\x15\xab\x25\x43\x98\x74\x49\x83\xf2\x64\xc1\x23\xef\x7a\x25\x8c\x30\x25\xb6\x08\x80\x08\xa9\x83\xd7\x5e\x04\x34\x41\xaf\x20\xc8\x2a\xe9\xf7\xe4\x65\xb0\xd8\x6e\x83\xed\x93\xbd\x24\x40\x2d\xdb\xa6\x91\xd6\x1d\x8a\x5d\xb9\x70\x09\x40\x57\xec\xb3\xf4\x21\x29\xcc\x75\xce\x05\xb2\xb2\xad\xb1\x51\xad\xc2\xc3\xca\x86\xac\x0a\xcf\x4d\x13\x41\xaa\xf6\x01\x32\x82\xf3\xc5\x11\xf5\xe7\x98\x0c\x19\x8e\x06\x16\xa8\x7c\x62\x2f\x97\xc5\x45\x5e\x3f\x53\x68\x82\x3d\xaf\x0a\xc2\x18\x8e\xd3\xd4\x52\xe6\x11\x1f\xcb\xaa\x2c\x18\x32\x21\xfa\xf4\xeb\x63\x7e\x42\x15\xde\x12\xa9\xc4\x2a\x74\x3a\x0b\xba\x30\x99\x05\x00\x36\x4d\xbb\x8e\x27\x27\xc1\x71\x15\xb3\x2b\xc6\xbc\x0f\x3b\x3b\xe1\x80\xf1\x30\x27\xd2\x55\x5e\x6d\x49\xe7\xe6\xda\x3b\xea\xba\x0d\xae\x20\x1b\x60\x52\xa7\x37\xb7\x0f\x03\x54\xd4\xd8\xbc\x98\xf3\xd5\xb2\x17\x66\x4c\x3d\x37\x23\x48\x7d\x1f\xcf\x32\x1c\xd6\x5b\x37\xbe\x65\xbb\xbf\xce\x6c\x72\x3a\x2b\x9f\xd2\xc9\x6c\x67\xc7\x83\x93\xb7\x07\x06\xb4\x7c\x79\x7b\x70\xe0\x94\x06\x2f\x05\x73\x6e\x7b\x94\x60\x94\x30\xbe\x30\x62\x0b\xf7\xee\x09\xf5\x2b\xce\x5d\x6a\xec\x94\xe6\x24\x71\xac\x0b\xb8\x8b\x36\xc9\x0d\xdf\x62\xca\xaa\xd2\xb4\x88\x17\xef\x93\xdc\xb3\x3d\x4d\xe5\x4d\x1a\x19\x4e\xe0\xc3\x30\x7f\x53\x68\xf8\x45\x90\xea\xdd\x19\xaa\x3f\x5d\x97\x87\x5c\x1f\x16\x5d\x11\x8f\xaa\x6f\x06\x00\x0d\x00\x6e\x9b\xd7\xa5\xba\x10\x6b\x35\x80\xcf\x07\xa2\x1e\xd8\x16\x24\xff\x41\x83\xb7\xdb\x2d\x31\x02\x90\x2c\x96\xa5\x37\x11\x27\xef\x9c\x79\x6e\x66\x9e\x7b\x61\x59\x6b\xe6\xf9\x89\x89\x5b\xda\x99\x45\xbf\x25\xeb\x78\xa2\xd2\xb4\x69\x7c\x1d\x36\xd3\xaa\x8f\x6b\x0b\x80\xb6\xd5\xc7\x4c\x02\xcf\x89\xf5\x0f\x71\xa2\x16\xf8\x8d\xd3\xb4\x6c\x6a\x4d\x53\xf5\x84\x96\x41\x71\x70\x46\x35\x8e\x4b\x39\xd5\xfc\x7f\xb3\x3e\xb3\xdb\x80\x65\xb2\xa6\xa4\xb9\xa5\x46\xe5\x1c\xdd\x45\xae\x60\x4b\x85\xd5\x68\x26\xdf\x3a\x8b\x1a\xb9\x07\xca\xc1\xc6\xdd\xfc\x68\x0d\xf7\xb7\x11\x8c\xa0\xcf\x90\xa5\xdd\x71\x83\x53\xd7\x34\x07\xbe\xcd\x02\xb9\x97\xcd\x81\x3c\xe1\xa1\x9e\xd4\x42\xde\x98\x18\xbb\x4b\x62\x53\xa0\xd9\x9c\x59\x20\x05\x73\xd6\xdd\xca\x92\x50\x93\x4f\x61\x72\x09\x00\x29\xa5\xbc\x88\x08\x59\xa3\xbc\xbe\x73\x59\x29\xb3\xac\xbc\x6a\xbd\xbd\xac\x0c\x5a\x14\x0f\xaf\x26\x81\x37\x4b\x3c\xe2\x3c\x98\x57\x4d\xd9\xec\xdd\x05\x93\xe7\x88\xeb\x26\x6e\x09\x6c\xa2\xff\x57\x4d\x34\x6b\x10\x9a\xe7\x03\xaf\xde\x75\x4a\x88\x40\x1c\x53\x53\x01\xb3\xae\x5b\xe9\x65\x08\xdb\x6d\x87\x2e\x94\x95\x3e\x48\x2b\x4b\x09\x72\xa5\xd8\xe5\x4a\x25\x78\x4b\xdc\x09\x0b\xa2\xb8\x2c\xd2\x49\x89\x58\xb6\xe4\xcf\xe2\x5b\x77\xcf\xcc\xf4\x7d\x88\x34\xb7\xe0\x8c\x13\x7b\xeb\xcd\xc4\x96\x78\xf9\x6d\xb0\x52\xdc\xd4\xdb\x83\x43\x0f\x2b\xdb\x22\x6f\x25\x8a\xad\x6a\xe4\xdc\x31\x4c\xef\xd7\x5c\x95\x97\x8c\x0a\x2b\x7b\xac\xf1\x6d\x57\xc8\x74\x5e\x89\xb3\xbc\xfa\x78\x51\xca\x79\xf3\x38\xee\x2b\x25\xf3\x8c\x63\x52\x83\xa8\xad\x9d\x65\x40\x07\x75\x82\x91\xc0\x3d\x2a\x97\x5e\xb0\x88\xdd\x43\x4c\x6a\xca\xd1\xe1\x3e\x26\x25\x18\xb9\x3e\x04\x71\x3e\x9a\x4e\xa6\x0e\x46\x3c\x30\xd4\xf4\xeb\x40\x4f\x0d\xe0\xc3\x4a\x5a\xa3\x32\xc2\xd2\x03\x8d\x26\x69\x58\x3e\x31\x66\x5f\x14\xe3\x0b\x24\x49\x90\x11\xa0\x16\x9b\x37\x1c\x13\x69\x19\xff\x86\xb1\x0c\xf4\x17\x28\x07\x19\xae\xe6\x58\xb6\x88\xa3\x83\x5d\x8c\x67\x72\xfc\xec\x4b\x29\x24\x2d\x89\x1c\x1f\x81\x3e\x9b\x72\x74\xb0\x87\xfd\xcf\x8f\xe2\x33\xe3\xba\x2f\x0f\x1f\xeb\xc4\x52\xfa\x5c\xd3\xc9\x44\xa7\xfc\xfc\xfc\xfd\x87\x97\x6f\xdf\x40\xc2\x2e\xf6\xa0\x56\x72\x9c\x57\x55\xdf\x45\xc8\xb2\xfb\x63\x1b\xe3\x82\xc8\xb1\x5c\xd5\x2c\x5f\x40\x1d\x87\xa6\x0e\x68\x13\xac\x5a\x9d\x7a\x30\xd1\xfc\xb2\x33\x22\x96\xcd\xb3\xf3\x01\xa1\xf2\xcf\xce\xd4\x43\x37\x53\x07\x76\xa6\xf6\x1f\xe9\x69\x30\x53\x46\xa0\x77\x0f\x1f\x61\x30\xf6\xbd\xca\xab\x72\xa1\x97\x47\xc0\x37\xad\xbd\x50\xc1\xb6\xc0\xbb\xfa\x03\x46\xa1\xe6\xc9\x44\x2d\xe9\xad\x9d\xc8\x0c\x66\x5a\x6f\x92\x95\xe0\x92\x99\x9f\xdb\xed\xba\x3b\xe5\xb1\x36\xaf\x1b\x16\x72\x8e\x58\xe0\x32\x32\x3d\xd9\x6c\x6e\xb7\x78\xbc\xae\x03\x4f\xed\xe3\xc9\x49\xc6\xf4\x29\x77\xbb\x25\x88\x51\x89\xa2\x76\x12\x86\xb1\xdd\x87\x00\x91\x0c\xa4\xdb\x3d\x8c\x95\x78\x25\xae\x59\x7d\x94\xeb\xbb\x45\x16\x7d\xd8\xf9\xa8\xef\x6d\xab\x00\x9f\x37\x39\x67\x4e\x21\xa9\x8f\x00\xef\x5e\x96\x57\xb3\xc6\x68\x2c\x4d\xab\x71\x2e\x25\xab\x95\x8d\x86\x84\x14\xb9\x95\x65\xc5\xb8\xfa\xdb\x87\xb7\x6f\xde\xe5\xb5\x2c\xf9\x79\x56\x44\xdf\xa3\x62\x6c\xbd\x8c\x31\x01\x03\xc9\xc5\xb7\xe5\x2d\xaa\xbc\x2e\x97\x37\xd6\xb0\x17\x96\xda\xdd\xb9\xb7\x64\x68\x37\x32\x37\xb1\xce\x87\x93\x59\x67\xb6\xdd\x14\xf6\xcb\xec\xfb\x04\x10\x6a\x5c\xaf\xf9\x2f\x17\x80\xd2\x0b\x11\x9a\xdc\x6f\xc4\xf0\x66\x83\x04\x15\x69\xaa\xc6\xfa\x1a\x7d\x51\x0b\x2e\xd6\x92\xf0\xf1\x9a\xcb\x8b\x72\xa9\x90\x1a\x2f\xd7\xd5\x52\x53\xf4\x05\x80\x25\x69\x72\xc8\x16\x20\xed\x37\x21\x46\x48\xa9\xaf\x92\x8e\xc3\x6b\x35\xd4\xac\xc3\x7e\x74\x3f\x0b\xfd\xcd\x82\x0a\x58\x53\x01\x00\x12\x09\x67\x8c\x7e\x9c\x5b\x67\x2e\x73\x69\x35\xfe\xbe\x21\x9e\x27\x34\xd6\xaa\xb7\xd7\xc6\xe8\x1c\x60\x7e\x8b\x5c\xa1\x52\xef\x45\x47\x0d\x9c\xc4\x9e\xe1\xd9\xda\x5f\x60\x6b\x6a\xc5\xe0\xeb\xb1\xe9\x35\x26\xfe\xc9\x93\xc6\xe6\xda\xb1\x00\x90\xca\xe8\xf6\xbb\xa2\xdc\x7f\xba\x6c\x9e\xe1\x88\x59\xd0\x15\x5a\x38\xc5\xef\x05\xbe\x5d\xa2\x0b\x17\x04\x1d\x54\xc3\x35\xcd\xa3\xf7\x2d\xfa\x65\x86\x04\x5d\x18\x3d\xe8\xac\xec\xb6\xba\xf4\x55\x97\x3d\xad\x26\xe1\xf6\x3f\x67\xea\xa7\xba\xec\x23\x97\x7d\x3b\x98\xd4\x88\xe9\x4d\x4f\x20\x14\x57\x7e\x29\xfd\xc3\x07\x56\x97\x79\x55\xfe\xc1\xea\xc6\x7d\xfb\xc1\x7f\xff\x3e\x7f\x00\x3a\x6e\x22\xfc\x94\x1f\x27\x46\x7a\x9a\x10\xd8\x9b\x24\xb9\x60\xf9\x22\x21\x89\x30\x5b\x2f\x39\x89\xb5\x22\x41\x5b\x8f\xd9\x49\x24\xd5\x89\x19\x04\xbb\x09\x90\x44\x20\xb3\x25\xb7\x86\x02\x64\x8c\xac\xeb\x2a\x53\x64\x91\xab\x3c\x33\xef\xf0\x58\xff\xd8\x62\xbc\x05\x77\xe0\xa0\x69\x2b\x21\x75\x93\x56\x6b\xf8\x5f\x8f\xff\x9f\x68\x4f\x9b\x65\x69\x5a\x24\xee\x6e\x11\x77\xcd\x68\xce\x99\xf5\xb7\x9f\x29\xe1\x85\xda\x9e\x0b\x17\x06\x9b\x4f\xd2\xe3\x93\x6d\x1d\x6e\x09\x79\xa7\xff\x51\xf4\x9d\xd9\x84\xb7\x7e\x0f\x66\x8c\xb8\x3d\x98\x29\x12\xd0\x84\x6c\x38\x84\xe0\xea\x21\x99\xb0\x64\x24\xe3\x73\x3e\xf6\xcf\xe0\x67\x47\xe2\x4a\x1c\x8b\xba\x25\x61\x1b\xa1\x9e\x2e\x68\x8b\xfb\xea\x98\x9d\x38\x16\x2e\x48\xa2\x0e\xd0\x37\xc6\x80\xd1\x33\x1a\x15\xd5\xcc\x73\x54\x42\xec\x72\xdd\x18\x7a\x02\x02\xa8\x91\xac\xba\x89\xa9\xff\xe4\x61\x3f\xdd\x7f\x6c\x4f\x7b\xcd\xb0\xe8\xd3\xfe\x60\xd7\x1c\xf6\x07\x7b\x38\xb2\x38\xb1\x9a\xb0\xa2\x61\x7c\x40\x44\xdc\xfc\x1c\x03\x4f\xfd\x72\xf9\xde\xac\x29\xb6\x00\x77\x74\x59\x9e\xf3\xbc\xd2\x59\xcd\xd3\x38\x3f\x03\x0b\xfa\xe0\x66\x2e\x51\x62\x8a\x61\x8b\x04\x6f\x9b\xbe\xf4\x6c\x78\xc0\x11\x60\x63\xbd\x1f\xf5\xfa\xf1\x4f\xb0\x78\x19\xec\x19\x5a\x3b\x69\xbf\xf9\xdd\x64\x27\xf6\x74\x5d\x8a\xfa\xd2\x36\x32\x2c\x4c\x8c\x2f\x59\x7d\xce\x90\x4f\xd1\xf7\x8b\x4b\xa3\x5e\x69\xb2\x1d\xbb\x73\xfb\x24\x4e\xc7\xdf\x40\x3f\x7a\xb6\x2e\x49\x4c\x25\xd1\x1e\x56\xf8\xd6\xaa\x6f\x9a\x6a\xd5\x89\xde\x81\x88\x8d\xf3\x45\xbe\x52\xac\xde\x6c\x72\xf7\x88\x11\xeb\x88\x76\x55\x3c\x64\xaa\x35\x34\xe6\x37\x51\xfd\x43\x63\x4e\x40\x4c\x54\xdb\xdb\xdf\x29\xf9\x90\xd2\x67\xb0\x29\x59\x1f\xc3\xee\xd0\x04\x3d\x97\x3f\x41\xdb\x55\x46\x2f\xc2\xdf\xf7\x35\x02\x63\xd2\x3a\x54\xcc\x9a\xff\x93\xeb\xfc\x60\x17\xcf\xfa\x56\x56\x63\x2e\x64\xe4\x72\x9b\x4d\xdd\x5c\x2b\xdc\x7c\xf2\x60\x14\x38\xbe\x65\xd4\x2a\xb1\x4a\x02\xfe\x59\x60\xfd\xf6\x27\x08\x62\x7f\x3b\xc2\xdd\x1f\x7a\xd9\x03\xcd\x16\x66\xc3\x8b\xb1\x12\x3f\xad\x56\x8e\x87\x34\x78\xfa\x61\x4a\x9a\x22\x63\x89\xe5\xf4\x7f\xec\x58\x9c\xfc\x99\xf1\x3a\xbc\xb3\x7d\xc4\x0b\xa7\xf4\xc5\x9b\x2f\xcb\x73\xc7\xfd\x83\xff\xe3\x5a\xce\x4c\xd4\xfe\xb5\x4c\xd3\x3a\x4d\x87\x35\x72\xbf\xf1\x5c\x21\x81\x12\xbb\xe5\x06\xcb\xbc\xac\xd8\xc2\xe0\x70\x98\x0c\x83\x42\x2c\xd8\x20\x19\xb9\x0f\x88\xab\xc1\xa2\xa1\x07\x77\x3e\x9c\x31\xc4\xff\xcc\xec\x07\xbd\x11\xe3\x52\x7e\x50\x39\x5f\xe4\xf5\xe2\x3b\xe3\x0e\xf5\x9c\x5f\x21\x3c\xbf\xbd\xae\xcb\x96\x18\x89\x98\x80\xe9\xde\x2e\xeb\xf8\x64\x66\x8f\x1d\x36\x4a\xfa\xd1\xe7\x14\x1c\xd4\xa5\x7c\x03\x76\xa6\x88\xe3\x34\xb5\x9f\x24\x06\x12\x5a\xd2\x64\xa4\xe9\xdd\xf7\xb9\xd2\x9d\x18\x2b\xf1\xc3\xeb\x8f\x16\x48\xc8\x7e\x6b\x7f\xd5\xc1\xb7\xab\x5c\x5d\xd0\x64\x54\x47\x19\xca\x20\xc3\x42\x5c\xe6\x25\xa7\xc9\xa8\xc4\x04\x82\x9e\xe6\xcd\x3b\xc9\x8a\x75\xcd\x12\x4c\x5c\xd4\xc8\x71\x21\xc4\xe7\x92\x51\x69\xb1\x4e\x66\x03\xcd\xfa\xe8\x2b\x66\x0f\x58\x44\xeb\xa3\xf1\xa5\xf1\x1f\x62\xd7\x83\xf7\xec\xfc\xf9\x97\x15\x4a\xd0\x7f\x6f\x66\xbf\xff\x2e\xff\x8a\x11\x00\xea\x61\x8a\x8e\xff\x7b\x76\xf2\x57\x9c\x34\xcc\x9c\x9a\x1b\xb4\xbf\x78\xac\x8e\xf7\x4e\x6c\x24\x5b\x62\x42\x4b\x66\x9d\x23\x15\x26\x05\x31\x92\x24\x44\x8f\x98\xf5\x17\x7d\x7c\xb0\xcf\x1e\xe2\xed\x36\x6b\x4f\x1a\xbe\x6d\xf7\xa3\x85\x31\xdc\xae\x07\xdf\xf6\xd9\x8d\xf6\xae\xa3\xe9\xc3\x3d\x7b\x5c\x3e\xdc\xbf\x7b\xff\x3a\xa6\x34\x4d\x87\x02\x29\x3c\x07\x87\x63\x0c\xde\xe2\xf7\xd6\x72\xdf\x89\xf7\xe0\xbf\xd1\x71\xbe\xf3\xc7\x89\xfe\xef\xf7\xc5\xef\xa3\xdf\x77\x7e\x1f\x9f\xfc\x35\xc3\xf3\xdf\x1f\xfc\xfe\xe0\x41\x39\x56\x9a\x7b\x63\x5f\xdd\x10\x5f\x69\xb2\x9a\x07\x60\x58\xbf\x3f\x18\xfd\x05\x58\xe2\x51\xf2\x20\x19\xa9\x90\x55\x7e\x30\x82\x17\xd9\x9f\x21\x77\xa4\xa6\xc7\x49\x7e\xae\x0f\xc3\x7c\xad\x2e\x44\x5d\xfe\x01\xa6\xcb\x70\xf4\x71\xc5\xb8\xda\x31\x9c\x56\x90\xa0\x19\xa4\x84\x24\x4c\xe5\xe7\xfa\x8f\xd9\x3d\x09\x49\x96\xb5\xb8\xd4\xc7\xa9\x39\x47\xcb\xe5\xce\xa5\x58\x00\x1e\xe3\x8e\x2c\x79\xc1\x4c\xda\x9a\x77\x52\xab\x5c\x2a\x9f\x57\xff\x16\x85\x6b\xc3\x65\xfe\x65\xc7\x62\x15\xe8\x1a\x56\xb5\xf8\x72\xb3\xd3\x6e\x68\xcd\x96\xac\x66\x46\x22\xa6\xea\x9b\x1d\x10\x7e\x26\x44\x77\xb9\xde\xc9\xcf\x19\x57\xc9\xc9\x1d\xd3\x68\x0d\x8d\x35\x2d\xa1\x8d\x34\x9c\xcd\x51\x40\xed\xc7\x72\x55\x95\x0a\x25\xbf\xf3\xa4\x65\x70\x05\x71\x63\xd9\xb8\xe4\x0b\xf6\xe5\xed\x12\x25\x59\x82\x89\xa2\x62\xac\xea\xf2\x52\x7f\xb7\x3e\x93\xaa\x46\x13\x52\x62\x1c\x8b\x17\x08\xef\xe4\x2a\x47\x53\x8c\xad\x80\x3c\x3f\x56\x27\x69\x5a\xfb\x82\x15\x7e\x4a\x27\x56\xee\x3b\xd3\x2f\x69\x22\x99\xda\x31\xfb\xde\xe0\x27\xc1\x37\x73\xfd\x5f\x76\x7c\x82\xdd\x3d\xf5\x98\x9f\xe0\xcc\xbf\x19\x25\x44\x93\xf1\x8c\xc3\x75\x21\xc7\x59\xfe\xbf\x4c\xa9\x5b\xf6\xe2\x8c\x28\xfa\x00\x5d\xca\x92\x6d\x54\x5d\x2e\x18\x57\xd8\xed\x09\x9e\x5f\x95\xe7\x60\xb2\xa5\x27\xe9\xd9\xb9\x89\xdb\x19\x90\xb4\x10\x22\x03\x25\x79\x12\x5d\x54\xbc\x90\xd9\x5b\xef\x29\xd0\xef\x49\xa6\x82\x28\xba\x17\x35\x5b\x26\x04\xe2\x4e\xf1\xf1\x05\xe0\x0c\xde\x99\xe5\x56\x3f\x65\x26\x1b\x81\x5b\x40\x21\xaa\x8c\x8f\xdd\xe3\xbc\x79\x6c\x76\x5c\x66\x36\x62\x96\x24\x44\xaf\x79\xfd\xb9\x90\x8a\x48\x96\xd7\xc5\x45\xa6\xeb\xd2\x0f\x73\xf7\xd0\xbd\xd5\xc2\x97\xb9\xd4\x79\xf5\x9f\xb9\xf9\x13\xe4\xfb\x3f\x51\x05\x1c\x64\xd4\x63\xf7\x48\xf4\x6c\xe8\x36\x8a\x5a\x11\x7d\x0e\xc1\xfb\xe4\x81\x51\x0b\xbb\x84\x46\x3f\x3c\x6f\x12\x75\xae\x51\xf3\x73\xdb\xf8\x3a\xd4\xc8\x7a\x74\xbb\x4d\x68\x47\x2e\xe4\x33\x8d\x34\x29\x38\xef\x80\x9a\x6a\x5a\xda\xd8\xe7\xb8\xd1\x02\xc5\x89\xfb\x01\x71\xc3\x85\x54\x90\xa8\x1f\xb6\x5b\x84\x7b\x90\x55\x27\xdf\x4c\xf9\x43\xb1\x6d\xad\x77\xf0\xb1\x93\xaf\x13\x0f\xe1\x47\x9c\x6f\x49\xe0\x63\x46\x9c\x80\x92\x24\x12\x5c\x04\x7a\x0d\x56\x0d\x11\x8e\x6e\xe9\xc1\x9d\xd7\x48\xc2\xb8\xd5\xcb\xe5\xc9\x08\xa9\x27\xd3\x79\xc2\x07\x49\x96\x0c\x12\x3c\x62\xdb\xad\x47\x25\xd2\xb4\x25\x12\xd1\x75\x98\xb7\x70\x79\x07\x00\x8b\xc7\x20\x4f\x1e\x5c\x25\x23\x31\x4a\x4e\x06\x1f\x83\x22\x06\x46\xe0\x31\xf8\x2f\x38\xdc\xff\x2b\x19\xa9\x11\xe2\xf3\x64\x0c\x7b\x3c\x69\xec\x0d\x43\x5e\x55\xb3\x4c\xe5\x12\x81\xcc\x8e\x75\xd4\xaf\x35\x12\x24\x19\x5c\xe4\x72\x70\xc6\x18\x1f\x98\x23\x79\xa1\x3b\x36\x4f\x06\x25\x1f\x24\x23\xa5\x0b\x0e\xb8\x87\x34\x1d\x86\xc8\x95\xc6\x79\x01\x3c\xbf\xaf\xf3\x9a\xb7\x0b\x5c\xb0\x55\xcd\x8a\x5c\xb1\xc5\x00\x68\xbf\xee\x96\x1a\x25\xe0\xf0\x7d\x5d\x56\xd5\xe0\x8c\xb9\x4a\x8d\x99\x03\x1b\x70\x96\xd7\x83\xe5\x5a\x01\x9f\x84\x31\x19\xb2\xcd\x86\xd9\x9e\x6c\xc3\xab\xf5\x6d\x24\x7f\xed\xe0\x73\xf5\x83\xcb\x06\x23\x10\xd8\x21\x5a\x41\xd2\xe0\x72\x2d\x95\x6e\x52\x60\x80\x38\x6b\x7c\x7f\x63\x70\x3a\x52\x53\x1f\x40\xbe\xde\xd9\x19\x3c\x9d\x78\x5f\x60\x71\x5c\x9f\x90\x9c\x2a\x6b\x6b\xe7\x99\x56\xf0\x0b\xae\x1a\x2c\x27\xb9\xd9\xe4\x48\x92\x92\x18\xeb\xbb\x21\x78\xf0\xde\xd7\xc2\x41\x32\x2a\x47\x89\x6f\x66\x32\xaa\x1a\xbd\x3c\x7c\xcd\x23\xa4\xac\xe4\x27\xfe\x99\x8b\x6b\x3e\x68\xbe\xd6\x43\xd8\x28\x09\xb2\xfa\x5b\xf7\x5d\x24\x7d\xa8\x3b\xa1\x50\xbf\x3a\xc2\xc6\x5c\x5e\xd4\xcd\x10\xfb\x55\x3a\x4e\xcc\x9e\x51\x33\x07\x46\xac\x6f\x97\xa0\x70\xb2\x37\xcd\x58\xe6\xab\x28\x73\xdb\xcc\x9a\x88\x84\xdf\xf5\xd8\x54\x81\xbe\xf2\xb4\x2a\xa5\x62\x9c\xd5\x0e\xaa\x0f\x0e\x89\x26\xd5\x4d\xa5\x9e\x6e\x13\xd0\x47\x40\x24\x9f\x30\xcf\xb1\x3a\x41\x0c\xcf\xc2\x24\xe3\x31\x09\x48\x6d\xed\x46\xf4\xb0\x1d\xe2\xee\x5e\x71\x60\x0b\x8a\xba\x3c\x63\x70\x8d\x87\x4e\x9a\xce\xb0\x40\xb3\x66\x04\x33\xa1\x7b\x21\x88\xd9\xfd\xa7\x0a\x6f\x89\xd8\x92\x4e\xe1\x35\xcb\xa5\xe0\x9b\x0d\x72\x8f\xd0\x12\x01\x55\xf9\x34\x63\x7f\x1f\x0a\xc5\xda\x22\xa4\x16\x2a\x82\x95\x59\xc2\xb7\x16\xfd\xb1\x49\x89\xc5\x6b\xbe\x89\x5d\x59\x9d\xc9\x3e\x67\x51\x71\x46\xa1\xd3\x0c\xf4\xbc\xf5\xdb\x5e\xfe\x3a\xf9\xe8\x31\x3b\x89\x6b\x0e\x86\xa7\x1d\x40\xa1\xf5\xad\xbb\x67\xb5\xab\x72\x5c\x19\xc3\xb3\x9d\xa9\xb9\xf9\xb7\xb3\x68\x8e\xb1\x60\x48\x11\x08\xa3\x54\x8f\x0d\x86\x72\x27\x38\x98\x73\x97\x51\xe2\x33\xe3\xa0\x5a\xab\x63\x21\x11\xa3\x4a\x2f\x26\x33\xcd\xc0\xd7\x7f\xbb\x2c\xf1\x5e\x49\x5d\x8f\xd8\xc8\xb9\xf2\xd9\x70\x19\x5f\xbd\x7d\xdd\x57\x7e\x2f\x2e\xf0\xd0\xa0\x51\x86\x2a\xd2\xaf\xd5\x01\xd1\x0c\x3c\xd5\x99\xf8\xc0\x06\xa0\x1c\x6a\xc7\x34\xf8\x33\xb1\x06\xca\x38\xd6\x40\xd9\x8d\x35\x10\x14\x5f\x76\xe3\x0a\x6c\x8d\x3d\x8d\xf8\x0f\x60\x0f\xc7\x1d\x50\x4a\x22\xbf\x8a\xd0\x5d\xfd\x59\x84\xee\xa2\x07\xa1\xbb\x30\x66\x88\x06\x3c\x69\xd6\x85\xe5\xe6\x69\x8a\x0a\x9a\x24\x23\xde\x03\x74\x58\x04\x40\x87\x1d\xac\xc4\xb5\x03\xf2\x56\x58\x46\x58\xdd\xd5\xd7\xb0\xba\xef\xc7\xcb\x56\xdf\x84\x97\xad\xbe\x8e\x97\x5d\xc0\xb8\xad\xdb\x68\x83\x79\x83\x97\xad\xc6\x9f\xe4\x17\x5a\x10\xf8\x2b\x69\xf1\xb5\x95\x39\x5e\x20\x45\x92\xbc\xcf\x70\x76\x50\xbb\x13\xc9\xac\xda\x9e\xab\x8b\xb2\x33\x8e\x84\x85\x33\xc3\xc8\x93\xf5\xf0\x8d\x01\x61\xc3\x28\x86\x16\xb5\x8d\x86\x43\x81\xa8\xa6\x0f\x9d\x26\x47\x64\x3f\xb0\xb7\x6d\x19\xbe\x4d\x88\xf0\x30\x26\x3b\xd3\x99\x78\x4a\x27\x33\xb1\xb3\xe3\x24\x8a\x80\xd0\x92\x8c\xc1\x21\x65\xce\x1c\x71\x13\x64\x8a\xb3\x64\x6c\x93\x51\x94\x4e\xf8\x68\x84\x33\x0e\x88\xb3\x51\xf2\xce\x0e\x20\x34\x18\x50\xf8\x19\xdf\xd9\x99\x71\xec\x95\xad\x48\x97\x16\xc0\x8e\xfa\x06\x0b\x6f\x3a\xc6\xc6\xcb\xb2\x52\xac\x6e\xc0\x69\xcd\x6f\xa4\x1a\xd6\xcc\x2a\xba\x27\x33\xd1\xf8\x19\x88\xd1\x08\x2b\x40\x4d\x21\x82\x30\xac\x2f\x22\xe6\xc4\x08\x96\xce\x80\x6f\xbd\xfb\x55\x48\xaa\x83\xc0\x19\x09\xa9\x01\x90\xa3\x8b\xaa\x09\xe6\xa1\x3b\xd3\x34\x1d\xd6\xb3\xd2\x0d\x5d\x4e\xcb\xa7\x74\x12\x44\xa1\x29\x4f\x32\x36\x2e\xae\x17\xc6\xa4\xd9\xdd\x41\x86\x01\xb2\x46\x2f\xbb\xf4\xcc\x15\x30\x50\x62\xa0\x2f\x6d\xae\x99\x9e\x7f\x32\x25\xc9\x04\xcf\x72\xf0\x00\xc8\x8d\x74\x88\xd4\xd4\xdc\x07\xf3\xe6\x1a\xe8\xee\x05\xa8\x9e\x27\x0f\x12\xcd\xcf\x8f\x90\xa2\x1c\x41\x98\x6f\x23\xe9\x78\xd0\x16\x74\x38\xf7\x02\x58\x70\xc3\xda\x41\x31\x3f\x48\x30\xde\x6c\x92\x71\xb2\x25\x6a\x6c\x2c\xe5\xca\x3f\x58\x87\xd3\x29\xa9\xd2\x54\xff\x4c\x8a\x6a\x0d\x48\x7c\x24\xb7\xcd\xd2\x77\x9d\x9d\xa9\x9b\x00\xc4\xa0\x19\xec\x1b\x9b\x51\xc6\xcd\x28\x01\xa6\x3d\x19\x27\x98\xb0\x34\xd5\xc3\xc0\x46\xd4\x94\x51\xfa\x9e\x32\x03\x63\xe9\xda\xd2\x77\x74\x3d\x30\xc6\x7e\x7e\xbc\xf4\x17\xba\x9e\x6e\x68\xcf\xb6\xcd\x00\x18\x59\x5b\xc3\x5c\x37\x63\x64\x12\xd8\xbe\xfb\x21\xd2\xbd\x24\xa8\x6b\x18\xd9\x59\x10\x77\xf0\xcf\xdd\x05\xa1\x5b\xd8\xb3\x1a\xfc\x5e\xc2\xe1\x60\x99\x20\x55\x15\x20\x45\xb6\x20\xa1\xc2\x3d\x17\x2e\x7d\xcd\x02\x33\x1f\x6d\x09\xe0\xd2\xd9\xb1\x3a\x01\xa6\x38\xd8\x79\x2c\x36\x9a\xf5\x39\xf9\x89\xde\xec\xcd\x50\x3c\xe5\xf3\x63\xbd\x17\xa4\xe5\x93\xf8\x8e\x1a\x4d\xf1\x96\x51\x15\x98\x53\x38\xd1\x98\x26\x1c\xc1\x0b\x1e\xbc\xf0\x55\xd7\x34\x5e\x38\x98\x94\x54\x20\x1e\xa5\xe4\x14\xf0\xc0\x2e\x4b\x8e\x6a\xdb\x4e\xe2\x6c\x1f\x30\x91\x34\x27\x15\x9d\xcc\xaa\x27\xf9\xac\x1a\x8d\x70\xb9\x44\xf5\x71\x75\x32\xd4\x67\x4d\x75\x02\x41\xa1\xad\x89\x85\xf1\x23\xb5\xde\x0e\x15\x95\xb3\xea\x89\x2b\x0f\xbe\x2c\xac\x78\x3f\xa0\x66\xa8\xa0\x85\x37\x1e\xb1\xbd\x96\x38\x9c\x14\x3d\x27\x92\xad\xf4\x8a\x25\x6a\xbc\x60\x55\x79\x59\x2a\x56\xd3\x24\x83\xdf\x65\x0d\x61\x48\x5b\x1c\x6b\xcf\x82\xb1\xeb\x3e\xc1\xc4\xb0\x5b\xb6\x7b\x76\x71\x8f\x93\x59\x33\xa7\x66\x91\x1f\x89\x05\x83\x85\x4e\x38\xdd\x7f\xa4\x59\x27\x22\xe8\xce\x54\x53\xba\x09\x29\xc3\x19\x2d\x9f\xd2\x29\x18\xc0\x97\x4b\x04\x39\x51\xab\x8c\xd2\x46\xf4\x1e\xd6\xf8\x56\xd0\xd2\x59\xa4\xc0\x9d\x54\x13\x4e\x3b\x18\x80\x95\x2e\xe6\xdc\xec\xca\x71\xa2\x0f\x0a\x93\xa4\x13\xdc\xa2\x98\xd8\x30\x58\x67\xb9\x64\xad\xbe\x37\x68\x54\x7d\x36\x67\x7d\x83\xe1\x11\x25\x26\x4d\xe7\xec\xe5\x8e\xf5\x58\xbb\xba\x0e\x46\xbd\x53\x4d\xe7\x38\x55\xa3\x69\xd8\x3d\xd3\xa5\x34\x45\x70\x3e\x08\xfd\x1a\xc7\xbd\x4d\x9a\x9e\x71\xdd\xb3\xe0\x1e\xa7\xc0\x08\xc2\x2c\xe9\x9d\xe9\x5f\x9d\x17\x0c\xb6\xe0\xc6\x9c\xf2\x46\x94\xec\x8c\x84\x76\x7c\x2e\x4c\xb8\x1e\x26\xf6\x45\x75\x56\xc8\xbd\x23\xd2\xac\x83\x9d\x69\x3c\x30\xa4\xa4\x13\x40\xce\xf6\x03\x93\x9b\x81\x69\x44\x17\xe1\xb8\xe4\x70\x98\xed\x3f\x82\x08\xe1\xed\x81\xc8\x47\x53\x4c\xf6\x0f\x28\xa5\x72\x0e\xef\xd4\x5c\xd1\x3c\xd3\xf7\x26\xe3\x42\x35\xc5\x99\xbb\x45\xa1\x92\xea\xc3\xc0\x8b\x30\x60\xa0\xf3\x66\xa0\x83\xf1\x54\x9b\x8d\xa9\x69\xf3\xff\x71\xf7\x27\xdc\x6d\xe3\x58\xc2\x00\xfa\x57\x2c\xce\x34\x9b\x88\x20\x86\x94\x97\x38\x94\x61\xbd\xac\x53\x99\x4e\x2a\x99\x24\x55\xd5\xdd\xfa\xf4\x7c\x68\x11\x92\x58\xa1\x08\x35\x09\xd9\x71\x59\x9a\xdf\xfe\x0e\x2e\x16\x82\x8b\x6c\xa7\x92\x99\xef\x9d\xaf\xfa\x74\x2c\x62\x5f\x2e\x2e\x2e\xee\xba\x05\x6a\x70\xbb\x0d\xa5\x51\x16\x44\x60\x17\xf7\xb0\xf8\x91\xf7\x43\x7b\xdd\x05\x4d\x2a\xdd\xff\x15\xc4\xb9\x14\x88\xc9\x89\x2f\x9d\x6a\xe5\x2d\x06\x76\xc3\x7d\x86\x2e\x03\x7e\x04\x5a\xbc\x25\xbd\x8d\x67\x01\xdc\xbd\x7a\xdd\xfa\xa0\xbf\x60\xd7\xdc\x21\xdb\x40\xc7\x7b\x7a\x82\x3a\x3c\xca\x1a\xde\xe6\xc9\xb1\xe4\x2a\x3d\xdf\xcc\xe7\xd4\x8a\xe6\x95\x36\xc8\x37\x65\x6a\x35\xc9\xa7\x80\x68\x2b\xb2\x29\x6e\x0c\xd0\xb8\xd8\x2d\xfc\x79\xc1\x56\xae\x5b\xf8\x71\x96\xb1\x99\xf9\xf1\x4b\x5e\xc6\x73\xda\xf8\xfc\x94\xb1\xeb\xb1\xc5\xfc\x8f\xbc\xd4\x63\x98\x0b\xc2\x53\x8e\x8c\xc4\x08\xc7\x7b\xcd\xf8\x6a\x8e\x42\x52\xaf\xc0\x50\x5a\xf4\xdf\xe5\xee\xbd\xe5\x06\xe8\xbe\x1b\x50\xde\x79\x39\x53\x5c\x24\x55\xbd\xd2\x55\x33\x5e\x85\x63\x39\xa7\xbb\x3a\x7d\xf0\xb5\x6b\xb1\xad\x4c\x87\x72\xdb\x0a\xeb\x58\x57\xaf\xa4\x71\x5b\x1d\x36\x1f\x33\x41\xba\x4a\xd7\x14\x91\xfe\x6d\x7e\x81\xf7\x5a\x3d\x66\xb9\x0f\x2d\xdc\xff\x23\x46\x5d\x2d\x13\x6a\x74\x27\xb6\xfd\x7f\xb2\x4b\xe6\x8b\x1e\x24\x04\x3d\x40\x44\xea\x35\x89\x4a\x79\x44\x4e\x94\xe0\xf7\xe4\x89\xd2\x93\x3a\x39\xb5\x9e\x5b\xb1\xed\xd0\xf8\xf3\x3f\x3e\xbc\x7a\x79\xf1\xec\xe3\xc7\x67\xff\xb8\xf8\xf4\xcb\x87\x0f\xef\x3f\x7e\x1e\x0f\xc3\xa3\x27\x47\xa7\x87\x27\x47\x4f\xa2\xca\x3f\x54\x75\x80\x4a\x43\x99\xc5\x1e\x3a\xe3\xd6\x5c\x3f\xc6\xf9\x42\x4f\xf6\x4d\x0e\x2c\x54\x10\x08\x24\x07\xb1\x20\x0a\x0f\x94\xcc\xb4\x0a\x50\xd2\xd9\xbd\x27\xf9\x9a\xbf\xa4\x39\x3f\x95\xfe\xf6\x39\x42\x96\xe9\x6c\x56\x9d\x9d\xc8\x44\x42\x10\x18\x1c\xaa\x65\xa0\xd3\xa0\xb1\x0d\x11\xd8\x66\x67\xab\x84\x55\x51\x47\x3b\x7b\x77\xdd\x1e\x20\x22\xdb\xd7\x4f\x56\x59\x60\x43\x07\xb6\x3b\x98\xf6\xc1\xb4\x29\x10\x4b\x35\xb8\x6d\xd5\xf5\x66\x7e\x00\x1a\x19\x69\xbe\x38\x48\xcb\x83\x72\x4d\x67\x32\x4e\x1f\x5f\x52\xc9\xe6\x9f\xa7\x45\xc9\x0f\xe2\x36\xd8\xa8\xe6\xcd\x42\x26\x2a\xca\x9a\x91\x6e\xcc\xaa\x80\x6e\x39\xea\x74\x70\xd4\x39\x7a\xde\x09\xb8\x7f\x75\xc0\x56\xd4\x69\x8c\xa4\x81\x5e\xfe\x6a\xa2\x17\x76\x39\x54\x86\x8d\x94\x70\xed\xba\xdc\x5e\x5d\x2b\xa7\x71\xd3\xa8\x61\x72\xff\xf2\x86\xd3\xb7\x92\x32\xcd\xcf\x82\xed\xd6\x4e\x39\xcb\xf7\x00\xe0\x5f\xd9\x7c\x5e\x52\xfe\x57\xb1\xb6\x6c\xc3\x0f\xd8\xfc\xe0\x92\x6d\xf2\xa4\x54\x76\x72\xb5\x36\xfa\x9e\xb8\x33\xd1\xbe\xa6\x24\x30\x75\x36\xc5\x2b\x51\x45\xae\x63\x4e\x48\x42\xae\x09\xc3\xd1\x1d\x99\x02\xdd\xb5\xd3\x30\x43\xa3\xbd\x67\x84\xef\x3b\x13\x94\xac\xe1\x84\x56\xcf\x1c\xb3\x9c\x51\x07\x60\xb6\xae\xf7\x0e\xb4\x2c\x5e\x2c\x3d\x42\x80\x37\x4e\x9c\x0d\x9f\x9f\xca\x45\xec\x65\x7e\x5a\xbe\x52\x40\x5c\x05\x81\x6d\x82\x8f\x06\x73\xc7\x02\x61\x89\x1d\x64\x57\xe6\x1c\xfc\x55\xdf\x18\xc1\x76\x09\x8b\x82\x0b\x02\x26\x0f\x14\x33\x84\x94\x76\x8d\x34\xa3\xe9\x49\x82\x8a\x92\x8a\x32\x2e\x50\x6b\xce\xa8\x6d\x67\x27\x86\xac\x10\x2c\x47\x9a\x62\x0e\xb6\x02\x22\x14\xed\x68\xbc\xb6\x4a\x77\xb9\x25\xbc\x01\x91\xca\x15\xd0\x37\x63\xeb\x1b\x8f\xe2\x00\x83\xdb\x75\x2a\x79\x37\xb7\xfb\x7c\x89\xd7\x41\xdf\xbf\x84\x5f\x7b\x4e\xc0\x76\xeb\x28\x24\x09\xa1\x4f\xd4\x81\x6a\x5d\x30\xdc\x0c\xc6\x63\xc4\x8c\x5b\x2c\xc9\xb8\x04\x2f\xef\x91\x02\x01\x31\x26\xd9\xb2\x23\x15\xef\xc0\x58\x2f\xf5\xa4\x2e\xa5\xc1\x6b\x6b\xa3\x5e\x29\x79\xb8\x6c\xd4\x79\x81\xbd\xbe\x1b\x1f\xe1\x03\xd9\x15\xb6\x67\xa4\x3e\xf0\x01\x2b\xe4\x2d\x30\xc8\xd2\x2f\x54\x89\x0e\x7d\x07\xed\xa4\xbf\xf8\xba\x25\xce\x37\xdc\xaa\x7f\x75\xca\xf4\x8f\x16\x6e\xaa\xe3\xa5\x74\xee\xd1\xb3\xa0\xfb\x70\x77\xd7\x57\xb8\x2d\xa7\x0b\x60\x07\xfc\xd5\x1a\x60\x62\x20\x69\xe3\x89\xdb\x05\xe0\x83\x9f\x05\xe3\x20\x02\x28\x42\x08\x77\x5f\x2d\xc8\x62\x2d\x8e\xf2\x33\x3e\xea\xf7\x73\x04\x8e\x9b\x83\x0e\xee\xde\xda\x7e\xd0\xe9\x2d\xae\x7a\x31\xb0\xaa\xe1\xd3\x92\xc1\x06\x23\x76\x96\x8f\x58\x9f\x84\x08\xdc\x1a\x0f\x8f\x8f\x5d\x3e\x61\xd3\x8e\x5e\xe6\x5a\x47\xfa\x9c\xc4\xde\x3e\xf4\xf7\x4c\x1a\x16\x1e\x70\x76\x00\xa4\x50\xcc\xa9\xda\xe9\x83\x2c\x2e\x16\xda\xef\xf8\x2a\xfe\x9a\xae\x36\xab\x03\xb1\x9e\xd1\x41\xf0\xd5\xe9\xc7\x1e\xaa\xc2\x0e\x86\x27\xa8\xef\x1c\x08\xa4\x6b\xb1\x60\x82\xad\x35\x98\x65\xd7\x19\xa5\x55\x64\x73\xcd\x4d\x78\xd0\x41\xeb\x92\x7b\x58\x05\xfc\xb4\xfc\x35\xa5\xd7\xae\xeb\xb5\x13\xc1\x5a\x87\xee\x39\xa1\xd6\x70\xaa\x0b\x64\xb4\xe7\x4d\x09\x61\xde\xb4\x18\xd6\x1e\x3f\x5c\x17\xba\xa5\xc0\xda\xbb\x5e\x38\x1a\x21\xe5\x1d\x94\xab\x80\x89\x71\x39\x4b\x53\x15\x2f\x31\x8b\x79\x9a\x87\xea\xe3\x32\xcd\xe3\xe2\xc6\x89\x34\x75\x22\x43\x27\x02\x7a\x8e\xf4\xcf\x81\xfa\xad\x08\x6f\x5d\xf6\x0f\x8f\x22\x13\xad\x0f\x8a\xce\xca\xa1\xae\x35\x2b\x07\xc3\xaa\x85\xf0\x24\xa3\x56\x7b\xf2\x53\x35\x33\x7c\xa4\x3a\x5d\xd2\xaf\xd5\x38\xce\xcf\xcf\x43\x99\x7c\x19\x97\xf4\xe4\xc8\xe4\xfc\x66\xf5\xaa\xdd\x8a\xa6\x73\x8f\xa1\x8e\x51\x71\xe2\x39\x4e\x9f\x37\x75\xc4\x18\xc4\x7b\x34\x30\xb3\xaa\x3f\x10\x65\x0c\x4a\x2b\x96\xff\x76\xcb\xcf\x02\xf0\xef\x40\x02\x84\xf9\x39\xc8\x24\xeb\xdc\x1f\xa7\x5e\x25\xdf\x6e\xf3\x5a\x31\x60\x36\xd8\x09\x38\x3f\x33\x8a\x67\xaa\xb6\x98\x32\x09\xd0\x19\xf1\xb8\xfc\x55\x65\x43\x44\x41\xc9\x85\x55\x17\xa7\xd9\x60\xe5\xb2\xb5\xb6\x78\x9f\x25\xe5\x06\x97\xdc\x9e\xed\xd4\x12\x91\x66\x49\x05\x27\x2a\xfb\x4d\x33\xfb\x2e\xd0\x79\xd9\x2c\xdc\xd8\xb8\xaf\xad\x51\xfd\x29\x70\xf9\xdd\x6a\xa6\xb6\xff\x9d\xd7\x8d\xd6\xcc\xd0\xd4\x41\x74\x00\xa7\x89\x12\x8f\xf6\x1d\xe7\x1e\xc0\x58\xd4\x01\x03\xd8\xb2\xa0\x66\x2e\x30\xae\xf4\x97\xcf\x6c\xa7\x83\x3a\x0c\x6a\x01\x08\xa8\x83\x4b\x38\x08\x47\x9d\x94\x7d\x3e\xf6\x18\xc9\x71\x4e\x02\x14\xe5\xe7\xd5\xdb\x69\x9c\x13\xeb\x21\x95\x9f\x0d\xcc\xd7\x29\x40\x94\xf5\x8d\x70\x4e\xfa\x39\x96\x7e\x49\x72\x09\x70\xc5\x38\x88\x2a\x5e\x93\x80\xb9\x40\xc5\x26\x55\x7c\x94\x1c\xe1\xfc\xbc\x1a\xa4\x18\x75\x51\x0d\xd5\x66\x3a\x1b\xf5\x97\xfc\x2c\xd0\xcc\x3a\xab\x60\xb0\xeb\x7e\xb1\xc0\xa1\xc9\x80\x29\x01\x4c\x22\x84\xeb\xa4\x93\x45\x25\xe9\xeb\x68\x3c\x08\xa3\x4b\x6b\x29\xbb\xdf\x48\xc6\x51\x16\x77\xc5\xdd\x84\xf7\x3c\xc4\xba\x30\x78\x45\x1f\xdb\x91\xb5\xa5\xea\xc1\xb8\x18\xdf\x95\x6d\x6c\x3a\x04\x55\xd8\x59\x30\x8b\x4b\xe9\x34\xb8\x51\x58\xcc\x68\xc2\xa7\x7a\x4e\x9d\xb0\x7a\x15\x67\x0d\x41\x03\x56\xf4\x87\x20\x7c\x14\x09\x86\x5a\xc1\xc5\x25\xc0\x81\x38\x08\xc7\x24\x84\x88\x7c\x8a\x07\x9f\x99\x55\xad\x45\x46\x10\x44\xaf\x3c\x7d\x82\x3a\x65\x44\xdd\xae\xac\x71\x1c\xd0\x76\xab\x0e\xa6\xe4\x07\x9a\x93\x59\x7d\x0e\xcc\x37\x52\x52\x44\x45\x64\x0c\x05\x8d\xab\x7f\x57\x90\x12\x93\x21\x2e\x1f\x93\x21\xce\xc4\x3f\xf9\x63\x32\x6c\x3c\x2c\x0d\x5b\x21\x24\x84\xc4\x63\x71\xda\x20\x88\x6d\x9c\xfc\xf2\x26\xe7\xe1\xc9\xf3\x57\x1e\x7f\x14\x83\xa8\xb3\xd0\x06\xa7\x83\x10\x10\x64\x4a\xf2\x51\x7a\x56\x8e\x52\x29\x62\x10\xcd\xa5\x88\x10\x32\xf3\x38\x06\x96\xe6\x66\x1c\x44\xe9\x60\x83\xaa\xb0\xa2\x1b\x90\xb0\xa7\x08\xa7\x83\x4d\x5f\x06\xb0\x56\xdd\x6f\x1e\xc5\x8a\xfd\xdc\x93\xc5\xd2\x01\x11\x75\xb1\xe8\x4e\x1e\x06\xf0\x74\xdb\xcf\xce\x4b\x38\x53\xe5\x20\x03\x46\x89\x74\x66\x03\x82\xca\xca\x04\xb5\x17\xe0\x35\x09\x46\xeb\xb3\x6c\xb4\xb6\x46\xd7\x5f\x0b\x7a\x5b\x8c\x6f\x8d\xd0\x6d\x22\x6e\x1e\xc9\x90\x4d\xe7\x5e\xa2\x47\x92\x1a\xee\x6c\xb5\x54\x37\xd5\xe3\x36\x27\xc6\xee\x62\xbb\x0d\x14\x0f\xd6\x9c\xdb\x7c\xc4\x04\x6a\x51\x45\x18\x42\xe7\x05\x38\x86\x2d\x50\xc4\x48\x31\xd2\x32\xc4\x0a\x46\xd2\xbf\x0c\x7b\x84\x04\xdd\xc8\x54\xf3\x63\x96\xf4\x6b\xc5\x3e\x60\xe7\xe9\xe3\x21\x34\x9a\x3e\x1e\x56\x24\x64\x4c\x82\x51\x7c\xc6\x46\xfd\xbe\xe1\x6d\xaf\xe3\xa2\xa4\x6f\x72\xee\x71\xcd\xbb\x1d\x3e\x8a\xf1\x10\xe1\xf0\x04\x4e\xb9\xc4\x5d\xa5\xc1\x0a\xf1\x88\x4e\xf2\x7e\x3c\x25\xa5\x66\x49\xc4\xd5\x12\x5c\x54\x4b\xa0\x32\x7f\xf1\xfe\xf0\x38\xae\xa6\x8e\xb0\xf4\x55\x51\xd5\x79\xd1\x51\xa7\x26\xc7\x37\x8c\xfb\xc9\x14\x4b\x0a\xdb\x10\x5c\x82\xd0\x56\x4e\xb7\x04\x2d\x5c\xe3\xd3\xe7\x96\xde\xe6\x0e\x08\xfa\x46\xc7\xd7\xad\x8e\xab\xa1\x34\x22\xbd\x34\x86\xf7\x5b\x57\x73\x9f\xee\x9c\x47\x8d\x85\x2d\xdd\xab\x89\xf9\xc8\x0d\xa9\x24\x8d\x3d\xcf\xe3\x03\x32\x44\x67\x01\x82\x4d\x62\x04\x6e\x86\x9a\xf8\x01\x9d\x9f\x9f\xe2\x82\xe4\x7f\x19\x1e\x9f\x60\x65\x03\x5e\x20\xfd\x8b\x55\x0e\xa9\x77\xf7\xac\xfc\xd7\x06\xc3\x5c\x85\x97\xcc\xad\x2b\x72\xcc\xe0\x9a\x78\x7e\xc3\xa9\x0e\x0d\x1d\xb5\x92\x2a\xb1\x26\x42\x8d\x30\x2a\xa2\xf5\xbc\x92\x43\x1a\x1c\x58\x7b\xd6\x40\x80\x62\x3e\x2a\xce\xf2\x91\x41\x99\xb8\xc4\x19\x9e\x49\x8f\x88\x26\x94\xda\xec\x7c\x78\xf8\x74\x7c\x14\xcd\xce\x87\xc3\xc3\xf1\x61\x34\x3b\x0f\x9f\x86\xe3\x61\x04\x17\x78\xd1\x4f\xce\x48\xae\x29\xb0\xa4\x8a\x15\x70\x16\x0e\x4f\x01\xa5\xcc\x50\xdd\x71\x7e\x38\x3c\x15\xa8\x36\x7c\x3a\x74\xbd\x54\x74\xd5\x0f\xa7\xe0\x32\x2c\x23\xde\x61\xe8\xce\xd0\xd9\xd9\xc9\xf6\xe4\xd0\x4d\xd1\x79\x38\x7c\x02\x4d\x64\xb5\x26\x0e\x23\x5d\x0d\xe2\xde\x14\xfd\xe1\x14\x5b\x8d\xa6\xc8\x75\xad\xcf\x58\x35\x1d\x1e\x43\xd3\xe1\x70\xeb\x41\xe3\xaa\x97\x18\x9d\x0f\x83\x23\xd1\x4d\x76\x76\x7c\x3c\x7c\x7a\xb2\xdd\x66\xe7\xc7\x4f\x0e\x8f\x0e\x51\x47\xd7\x47\x1d\x5d\x97\xf0\xe3\xf0\xbe\x31\x58\x9f\x65\x63\x48\xa7\x66\x48\x6a\x74\xb1\x1e\x5d\x89\xce\x4f\x8e\x8f\x0f\x8f\x5d\x37\x3b\x0b\xc3\xf0\x28\x0c\x87\x6a\x54\x3b\xc5\xa9\xdd\x8c\xbd\x0d\x11\x65\x0e\x71\x42\x42\x14\x6d\x74\x05\x6f\x33\x80\xf4\x13\xcc\x24\x88\x6e\xc4\x33\x22\x70\xc3\x60\x78\xb8\x85\x99\x0a\x04\x7e\x7c\x72\x38\x0c\xb6\x22\xcd\xdd\x20\x53\x12\xe1\xa2\x4f\x92\x96\x6a\xb7\xe5\x79\xb4\xc2\x92\xfc\x8c\xbc\xd2\x58\x4a\x5e\x9e\x00\xa8\x2f\xd4\xd9\x51\xfa\x7e\x32\x07\x9b\xc7\x9b\xe3\x80\xf2\x0c\x28\xe8\xb0\x33\x3e\x42\x79\x9f\xdc\x5f\x5b\x81\x3c\xc3\xac\x4f\x5e\x21\x4b\xa5\xc6\x63\x68\x67\x24\x45\x19\xe6\x16\xdb\xbf\x26\x5e\xe8\xd3\x9e\xe2\x6d\x07\x16\xd7\x1c\x5e\xe1\x5e\x5f\x06\x6f\x7c\xf3\xf3\xa7\x0f\xaf\x5e\x7c\xbe\x78\xf7\xec\xef\x17\xcf\xff\xf1\xf9\xd5\x27\x72\x1c\x74\x93\x54\xc4\x10\x11\xb4\x93\xa9\xd8\x99\x5a\xf3\x83\xa7\x62\x10\xb6\x18\xf4\xa1\xe5\xd1\xb1\x62\x4a\xde\x9a\x9f\x9d\xf4\x16\x9e\x33\xd6\x61\xf8\x76\x34\xdc\xed\xf0\xd1\x10\xb0\xcb\x9c\x31\x0f\x75\x53\x82\x20\x43\x04\x86\x92\xeb\x4a\x6a\x5d\x7f\x7b\x21\x0e\x91\xf5\x38\x57\x0e\x1f\xb8\x15\x53\x70\xe7\x21\xcc\xfd\x2f\xef\xe2\xaf\xb2\x08\x89\x3d\x41\xdd\xae\x19\xcb\x3e\xa5\x7f\x50\x72\x1a\x3e\x1d\xe2\xcc\xbf\x88\x37\x8b\x46\x08\x66\x4b\xfa\xd9\xc9\x7d\xc5\x74\x87\xb3\x6e\x41\x9e\x61\xcd\xcb\x80\xb5\x4a\x02\xb7\x87\xf8\xf5\xac\x36\xad\x9e\x3a\xd7\x31\xeb\x2c\x80\x3b\x79\x24\x0d\xd5\x4f\x10\x3a\xd0\xd2\x75\xb3\x49\x3d\x65\x4a\x20\x50\x56\x77\x94\x86\x0c\xd7\x0b\x9b\x90\x0d\x62\x62\x8d\x38\x0d\xe0\x54\x73\x8f\x94\xb1\x75\x5e\x1b\x37\x23\x30\xd8\xf8\x19\x09\xc6\x52\xe6\x14\x55\x4a\x99\x1d\xc2\x43\xa6\x4a\x49\x59\x21\xb0\xbb\x6b\x09\xfa\x73\xd7\xdc\x80\x7d\xe2\x44\x23\x5c\x51\x11\x86\x1b\x65\x5b\xb2\xc0\xae\xf2\xfa\xc1\xd4\x51\xb0\xa7\x23\xf1\x6f\xb7\x3d\xea\x5f\xe8\x92\x50\x4d\x45\xf1\x25\x2d\xee\x75\xaf\xc6\x1a\xdb\x6e\x7b\xf5\x37\xd9\x3d\x7a\x51\xfa\x85\x22\x2b\x28\x49\x08\x05\xd7\xe2\x2d\x5e\x54\xf5\x82\xc4\x15\x8f\x19\x17\x24\xc0\x69\x75\x53\x83\x88\xa2\x38\x4b\x47\xfd\x7e\x21\x48\x63\x71\x11\x0b\x60\x9b\x14\x53\x71\xa3\xc3\xbd\xcc\xe0\x53\x51\xc7\x1a\x03\x9e\x31\xf1\x56\x64\x67\xf9\x38\x8c\x02\xb9\x50\x5a\x8e\xd0\x15\x9f\x48\xbd\x72\x68\xf3\x95\x63\xf1\x4f\xee\xe0\x7d\xdd\xcf\x41\xab\xf1\x3c\xfe\x3c\x83\xa3\x17\x18\xb6\x46\x85\x6b\x60\x3b\xf3\x59\xdc\x0c\x2f\x0c\x4e\xa2\xab\x28\xf3\x4d\xb6\x76\x96\x96\xbc\x8b\xad\x9d\x4b\x6e\xe4\x01\x9b\xeb\x6d\x94\x1c\xee\x0e\x96\x85\xb9\x2a\x02\x75\x8d\x55\x2f\x49\xd8\x73\x65\xc7\xd1\x49\x2e\xf7\x81\x51\xa2\x93\x24\x05\x56\x03\x7f\x71\x36\x0b\x75\x25\x76\x34\xa0\x54\x3d\xa9\x72\x03\x69\xc3\x69\xfc\x43\xa6\x1c\x4b\x31\x0c\x78\x14\x2e\xfa\x24\x56\x9d\x6b\x08\x63\x62\xdd\xab\x4b\x80\x2c\x71\x0d\xa3\x9a\x73\xd9\x0b\x6a\x19\xe5\x75\xbc\x0e\x4f\xda\x5a\x8d\x16\xff\x0f\xce\x4c\xeb\xa9\x65\x33\xcc\x15\x73\xbc\x4c\xff\xa0\x96\x38\x62\xb5\xc9\x78\xba\xce\xa8\x98\x46\x78\x32\xb8\x4c\x79\x59\x53\x38\x02\x65\xc2\x11\xef\x93\x21\x5a\x68\x3e\x99\xa5\x31\x25\x5d\x14\xb7\x06\x7b\x38\x7c\xc0\x60\x8f\xbe\x6b\xb0\x87\xc3\x3b\x06\x7b\x64\x0f\xf6\x10\x61\xfd\xd5\x0f\x31\xef\x0f\xef\x19\xfc\xc9\xd1\x03\x06\x7f\xfa\x5d\x83\x3f\x39\xba\x63\xf0\xa7\xf6\xe0\x9f\x34\x06\x7f\x62\x7d\x0f\x31\xef\x1f\x5b\xdf\x87\x98\xf7\x8f\xee\x98\x9c\x96\x7a\xb4\xa7\x17\x6c\xed\x09\x5a\x4f\x2a\x3a\x76\x9c\x08\x5c\x21\x34\xb4\xa8\xc7\x8a\xd1\x0b\x01\x99\x57\x7b\x42\x4b\xd5\x7a\xa7\xff\xda\xc4\x59\xd9\xd4\x53\xa9\x5f\x1d\x0f\x56\x51\xd1\xbc\x2b\x7b\xb2\xd2\xba\x33\x80\x80\x35\xea\xaa\x32\x1a\x08\xb5\x91\xa4\xb9\x20\x11\x78\x7b\x19\x1c\x07\xb4\x57\x5b\xc4\x6b\xcd\x35\xb2\x9c\xff\x79\x00\x04\xb0\x74\xb2\xa9\xa5\x49\x80\xf3\x41\xfe\xaa\x3c\x3c\x3c\xf6\x6f\x87\xbb\xc7\x0b\xad\x3b\x7a\xe0\x28\x6b\x33\xd5\x46\xae\x54\xfc\x0e\x7c\xdf\x3f\x70\x10\xc2\xce\x99\x82\x1d\xb0\x13\x3d\x77\xea\xe3\xee\xba\x7f\x2d\xf6\xf0\xf7\x2e\x65\x0d\x0d\x6b\xe1\x84\xad\x47\x20\x9e\xf3\x63\x8d\x4f\x23\x3b\x93\x01\xbb\xc6\x4e\x29\x40\xaf\xb0\x26\xa0\xe0\x67\xc1\x76\x9b\x9f\x53\x23\x26\x66\x22\xa1\xa8\x89\x35\xba\x0f\x94\x52\x6f\x28\x44\xd2\x01\x70\x4e\x55\x0c\xa9\x73\xd1\x0f\x3f\xb7\xa5\x56\x2a\xb9\xc6\x1f\xb7\x4b\x84\xda\x5b\x9d\xed\xa0\xb5\x22\x30\x52\xe2\x15\x52\x58\x32\xf0\x98\xfc\x81\x63\xa2\x45\x29\x03\x2d\x49\xc1\x65\x45\x6e\xa4\x38\x46\x78\x26\xe7\xaa\x9f\x56\x85\x78\x16\xda\xcc\x05\x9c\x90\x60\x94\x9c\x95\xa3\x7e\x3f\x01\x76\xdd\x24\x11\x34\xc9\x66\x92\x4c\xd1\x6d\x4a\xc4\x27\x8e\xe1\xb3\x4e\x93\xa4\x67\xb1\xa0\x49\xe2\xb3\x54\xd3\x24\x36\x1c\xcf\xb2\x4d\x42\xdb\xde\x65\xf4\xdc\x7b\xca\x23\xaa\x31\x83\x33\xd4\x65\x8b\x11\xbd\x8f\x0c\xbe\xb2\x74\x76\xc0\x25\x74\xad\xb2\xc5\x9c\x7e\x58\x03\x61\xa3\x01\x50\x9e\x68\x01\x34\x80\xb3\x45\x12\x30\x25\xa5\xc2\x35\x91\x17\x16\x38\x53\x4b\x11\x6c\x38\xed\x52\x74\x62\x84\xef\xa9\x2d\x49\x9e\xf2\x75\x9a\x83\x1e\x07\x6a\xeb\x44\x29\x39\xac\x54\xf4\xd0\x7c\x74\x2d\xff\xc1\x07\x52\xa5\x67\x82\x95\x26\xd9\x14\xc9\x68\x28\x07\x19\xcb\x17\xe2\x1a\xa8\x42\x5d\x8f\xf8\x56\x50\xaa\xba\xaf\x1c\x8d\xbd\x5c\xa4\x34\xce\x91\x12\xc9\xa1\x48\xc9\x70\x64\xb6\x0a\x08\x64\xcf\x61\xc0\x3b\xa4\x84\x85\x12\xd5\x54\xfa\x66\x80\xab\xa4\x8e\xd2\x59\x80\xb6\x5b\xfe\x80\x23\x67\x89\xd7\x61\xde\x07\x6c\xc3\xcb\x34\xa1\x07\x4a\x53\xc4\xa8\x1a\x31\x50\xf7\xd0\x52\xc4\xea\x18\xd9\x32\x63\xd6\x21\x52\xbc\xb1\x95\xc1\xee\x11\x2a\x5e\xb4\xcb\xd6\xc5\x8a\x2f\xda\x05\xee\x12\x2c\x5e\xb7\x8b\x37\x44\x8b\x5f\x3a\x46\xf7\xa7\x84\x8b\x9f\x6a\x0d\x59\xe2\xc5\xf4\xe1\xe2\x45\x86\x46\x0c\xe4\xce\x4d\x79\x0a\x4e\x41\xbc\xd8\xb8\xe4\xff\xf3\xd3\xfb\x9f\xdb\x61\x57\x55\x08\x35\x85\xed\xa5\x3f\xc2\x3b\xac\x62\xa4\x99\x6c\x5c\x14\xdb\xad\xbc\xe7\xd1\x4e\xea\x63\xbf\x22\x47\xc1\xd3\x93\x4a\x71\xf3\x4d\x5d\xa4\xe9\x38\xa3\x7b\x78\xa6\x9a\x5d\x2a\x1e\x67\xac\x93\x5f\xe5\x85\xc3\x27\xae\x78\xa5\x55\x1a\xa8\xb5\xc0\x38\x3f\xbc\xbf\x7d\x7d\x7d\x6e\x88\x6b\x35\x81\xe4\xf5\x1a\x22\x7c\xaf\x27\x8e\x9e\xbc\xdf\x98\x3c\x7f\xcc\x1e\x81\xe3\xe0\x94\xf0\x51\x0a\xc3\x48\x51\xd1\x27\x3f\x79\x74\x92\x4e\x6d\xf7\xa2\xba\xd3\xdf\x8d\x9b\x09\xc3\x64\xae\x5d\x24\xaa\xb5\x60\x94\x9e\x19\x37\x06\xa9\xa0\xcf\x8b\xee\xc9\xb1\x49\x3a\xed\x0f\x8f\x4f\x1e\xb1\x49\xda\x0f\x3b\xbb\xfc\x68\x69\xa0\xd2\xbf\x88\x6b\x23\xd8\x6e\xf7\x2a\x27\x39\x12\xe1\xe9\x98\x4f\x9b\x34\xe7\xea\xcd\xde\xe7\xe7\xfb\x14\x1f\x3f\x17\x37\x69\xbe\x00\x6d\x9d\xd9\x8c\x96\xe5\xc1\x25\xbd\x61\x79\xa2\xd1\x89\x56\xc2\xad\xc6\xf4\xa1\xa2\x6e\x54\xa8\xc9\x07\xd0\x37\x7f\x75\x64\x7b\x9d\x9a\x57\xcf\xeb\x3a\x6e\xf2\x81\xca\xcf\x05\x84\x9f\xa5\xfb\xf4\xb0\x9a\x4a\xa6\x4d\x65\x4b\xd9\x4a\xde\x67\x86\xae\xd9\xab\x7a\x9c\xd0\xaf\x07\x36\x25\x63\xcf\xf6\x5d\x75\xf5\x69\xdb\x04\xe0\x40\xf7\xe1\xad\x55\x01\x52\x8d\xcf\x51\xc9\x47\xf0\xb0\x62\x78\xd0\x49\xde\x2f\xa6\xc4\xe3\xee\xf0\xf8\xf8\xec\xec\xf4\x91\xc7\xc6\x45\x14\x0e\x0a\x84\xce\xcf\xcf\xad\xcf\xaa\xf7\x9f\xdb\xbd\x1f\x0d\x9f\x1e\x3d\x3d\x79\x32\x7c\xfa\xe0\x21\x1c\xb5\x86\xc0\xab\xfe\x0e\x07\x05\x12\xe3\xa9\xc5\x68\x6f\xec\xef\x9f\x5c\xc4\x91\xd2\x21\xf8\x33\xcb\xfe\xda\x0c\x22\xad\x7c\x32\x6e\xb7\x6f\x41\x8f\x52\x4c\x09\x17\xc6\x7b\x9a\x2c\x37\x3c\x14\xa9\x79\xff\xa8\x6a\xe4\xd9\xdd\x8d\x9c\xb6\x1b\x39\x1e\x8a\xd4\xbc\x7f\xba\xcb\x9a\xd8\xb7\xcb\x74\x0a\xb3\xe6\xfb\xd3\xa3\xe4\xbf\xff\x9b\xa2\xb3\x60\x2c\xde\x0f\x0c\x9d\x05\x8a\x1d\x1f\xd1\x73\xa9\x80\xca\x10\xf6\x2c\x2d\x60\x3e\x66\xd1\x7f\xff\x37\x87\x1a\xdc\xd4\x10\xb8\x2b\xe2\x50\x83\x8b\x1a\xfc\x8c\x4a\xb3\x18\xd4\xcd\x01\x46\x5a\xe7\xc8\x70\xb5\xc5\x20\xf7\xa8\xfc\x56\x91\xdc\x0b\xc2\x07\x74\x94\x2b\x4d\xf8\x42\x91\x3b\x36\xb1\x20\x90\x59\x01\xa8\x31\x9f\xa4\x53\xe8\x63\x92\xf6\xe9\xd4\x70\xe6\xea\x77\x9c\x96\xde\xbf\x7d\xd5\xa2\x3a\xa9\xa0\xa7\x80\xcc\xca\xb7\x5b\x89\xd7\x6c\x62\xc7\x92\xdc\x41\x27\x74\x8a\x0b\x12\x02\x3a\xed\xf7\xd3\x33\xf1\xec\x29\x1e\x91\xe1\xf1\x09\x1a\x89\xcb\x42\x96\xe9\xa7\xd3\x47\x95\x33\xcb\xee\xa1\x3c\xff\xfe\xa1\xf4\x07\x03\x0e\xc3\x19\x71\xa0\xd8\x3a\x06\x22\x4a\xdc\x3b\x94\xd3\x3d\xae\xe9\xe4\x20\x42\x5c\x7f\x94\xc9\x55\xe8\x6e\x29\x3c\x69\xac\x70\xb3\xb1\x61\x67\x63\x5b\x35\xda\x70\x7a\x76\x76\xba\xaf\xe5\xe7\x7f\xa6\xe5\xb3\xb3\xd3\xaa\xf1\xee\x96\x0f\x87\xf7\x8c\xf9\xa8\xde\xb2\xd7\x35\x68\xfd\x31\x9c\x9e\x9d\x85\x27\xa8\x1f\x9e\x3c\x79\xf2\x64\x18\x9e\x3c\x52\xe9\x87\x7b\x3b\xbf\x67\x5a\x8d\xce\x1b\xed\x4e\xfb\x9e\x35\x8a\xf0\xc4\x1e\x86\x19\xd3\xe1\x14\xb5\x3b\xff\xbf\x75\x18\xce\x89\x28\x12\x0e\x4f\x05\xd1\xc3\x06\xf2\x62\x58\xb3\x6b\x6f\x88\x4f\x1f\x81\x1f\xcf\xce\xb1\x7e\xdf\x69\x51\xa3\x34\x67\x82\x4d\x47\xac\x7e\x62\xd2\xbe\x9d\x5b\x8d\x37\xad\x8d\x37\xed\x18\x6f\xda\x39\xde\x6f\x3a\x52\xe1\xf0\xd4\x55\xeb\x39\x1e\x84\x8f\xbc\xe1\xf1\xf1\x40\xef\x6f\x28\xdd\xde\x74\x9e\xb8\xee\x03\xd7\x79\x1e\x2c\x1f\x4a\x4d\xd0\xd5\x53\x3d\x1c\x3e\x39\x39\x75\xf3\x31\x5c\xe4\x41\xf8\xe4\x24\xd8\xe6\x51\x07\x1e\xed\x3e\x8c\xf7\xf7\xda\x0f\x75\xbf\x7f\xb2\xd7\x6f\x3d\xa8\xf7\x9f\xd3\xea\x84\x9c\x9d\x0d\x8f\xf6\x74\xfa\x6d\x07\xd4\xcc\x70\x78\xb4\x7d\xc8\xd1\x6c\x77\xfa\x3a\x63\x71\xf3\x6c\xde\xd3\x69\x01\x15\xf5\xc3\xb1\x17\x48\xa2\x63\x4f\xd3\xdf\x36\x9f\x46\xd3\xe1\xbe\xa6\x5f\xb2\xcd\x65\x46\xef\x19\xf6\xe9\x3d\xc3\x06\x32\x67\x5f\xdb\xf7\x8c\xfb\xee\xb6\xc3\xae\xb6\x81\xc6\xea\x24\x0b\x04\x61\xeb\x51\xd2\xa7\x1a\xc1\x90\x00\x33\xb4\xdd\x7e\xb0\x79\x53\x35\x54\x90\xa3\x41\x88\x95\x80\x4a\xe3\x44\x10\x4c\x89\x8d\xe6\xd2\x7a\x81\x02\x96\xcc\x6d\xbc\x23\xb3\xfb\xe9\x94\xd0\xc7\x85\xa0\x77\x0d\xe7\xb8\x9f\xef\x19\x6c\x0b\x15\x7e\xef\x60\xf3\x81\x18\x6e\x68\x0d\x57\xd0\xe2\x72\xc0\x83\x41\x01\xae\x1e\xbc\xb4\x31\xe2\x42\x8c\x38\x7d\xd8\x88\x4f\xf7\xb1\xfa\xec\x41\xdb\xc3\x0d\xf1\xf0\xf8\x18\x07\x7b\x88\x4a\xd0\x42\x87\xf9\xcc\x33\xc6\xe0\x69\x87\x6b\xcb\x8c\x79\x3f\xdc\x33\x94\x16\xbe\x7c\xc0\x68\x86\x18\x5e\x56\x7b\xc7\x33\xf6\x1a\xbd\xcb\x15\x0a\xa7\x84\x8a\xf7\x0c\x8a\xde\x55\x6d\xf5\x02\x84\x79\x7f\xb8\x77\x74\x1d\xf7\xdc\x0f\x1b\x1d\x8c\xc6\x1a\x1d\x8c\xb6\x3e\xba\xf0\xae\xd1\xb5\xf0\xef\x03\x46\x77\x84\xab\x77\xe1\xbd\x43\xec\x1f\xca\x41\x0e\x8f\xf4\x28\x87\x32\x21\x3c\x69\x2e\x6a\x7d\xc3\x51\xf4\x73\x73\x89\x8f\xf6\x4e\xe2\xdb\x97\xf8\x9b\x26\xd1\x9c\x42\xd8\x9c\xc2\xb0\xb1\x13\x87\x9d\x93\x08\xf7\x4d\x62\x1f\xba\x02\x15\x08\x3d\x7e\x1d\x0a\xa7\xa8\xd3\x2b\xf9\x20\x44\xa3\x1a\x5a\x28\x06\x21\x16\x2f\x7b\xf5\xaa\x52\xda\xdb\x77\xa1\xae\x58\x23\x02\x2a\x5e\x84\xe0\xdb\xd2\x75\x03\x25\x38\x10\xa8\x6c\x10\x4e\x5d\xd7\x2b\x49\xa8\x4f\xa5\xc0\x6e\x1e\x7d\x1c\x9f\x9f\x07\x68\x50\xde\x8f\x32\xf6\xe1\xb8\x1f\x31\xc3\x1c\x02\x57\x37\xe7\x28\x46\xa8\xf1\x5d\x2a\xf1\xdd\xbd\xd3\xec\xff\x80\x69\xfe\x09\xc4\x18\x0e\x9f\xe0\x81\x20\x47\x1f\x8e\x1b\xa9\x7a\xec\x0f\x8f\x8f\xfb\xb4\x1f\x3e\x0c\x59\xfe\x69\x5c\x29\x08\xba\x27\x78\x00\x74\xdd\xff\x28\xc2\xfc\xd3\xf8\xf2\x9b\x46\xf8\x3d\x48\xf3\x4f\xe3\xcc\xca\xe2\x06\xd7\xec\x6b\xfe\xcc\x6a\xee\x45\xa5\x06\xd9\x3e\x10\x7b\xfe\x69\xe4\xb9\x6f\x36\x1a\x2e\x2d\xce\x21\x80\xe7\xff\x55\xf4\xda\x45\x7d\x5b\xb3\x7c\x6d\xaf\x54\x4b\x34\x5a\xb5\xb0\x7f\x9d\xec\x16\xc2\xee\x16\x3a\x69\x69\xab\x89\x67\xf7\x0f\xa2\x93\x64\xde\xd3\x44\x7b\x14\x33\xb6\xbe\xe9\x46\xc0\xd2\x76\x3e\x40\x58\x39\xe7\x91\xc2\xbc\xfa\x0b\xa8\x32\xe7\xaa\xb9\xcc\x41\x98\x6f\xb7\x52\xfa\x01\x8f\x6f\x06\xd7\x09\x23\x39\xc2\xac\x6e\x47\xda\x50\x03\x93\x3d\xf1\x96\xc9\xa3\x2c\xc9\xf7\x72\x72\x79\x5c\x2c\x28\xff\xc4\xe3\x82\x77\xb9\x4e\x50\xd2\x97\x5a\xc3\xdd\x0d\x49\x1f\x9c\x7b\x1b\x62\x7b\x47\x20\x2b\xbe\xca\x93\x56\x35\x66\x4b\x54\x61\x19\x6a\x6b\x68\xb8\xe4\xfc\x8c\x0d\xe4\x32\x55\x49\xfd\xbc\x8a\xa5\xc7\x06\xb9\xad\x9e\xe0\xba\xf9\x19\x84\x0a\x66\xa0\x15\x57\x90\x74\x10\x8e\x0a\xe9\xe0\xa9\x40\x74\x52\xf4\xb9\x62\x96\x16\xfd\x7c\x6a\x64\xe1\xe9\x59\x48\x0f\x41\x0b\x73\x9f\xc1\x77\x41\x02\x8b\x59\xdf\xd5\x4c\xa7\x2d\x5a\x49\xb9\xb1\x41\xab\xb1\x81\x73\x9c\xf7\x53\x64\xb9\x77\x68\xb0\x51\xe6\x69\xd6\x74\xa3\xae\xdd\x7d\xb4\xa3\x4f\xee\x73\x56\x32\x16\xcb\x8a\xa5\x6a\xa0\xbd\xbc\x1d\xfe\x23\x14\x28\x36\x0a\xe2\xd0\xd6\x46\xd4\x1e\x33\xeb\x9e\xd5\x46\xc5\xd9\xf0\xf8\x04\x10\x59\x01\x46\x61\xb6\x8d\x5b\xdb\xa0\x7a\x8f\x91\xa8\x71\xa1\xd2\xe1\x1d\xa5\x73\x72\x0c\x1c\xb0\x5a\x6e\x2b\xd8\x1e\x05\x9e\x6e\xf9\x30\xd8\x8f\x75\xf8\x7d\x11\xf3\x00\x73\x46\xa4\xce\xd6\xd6\x56\xf4\x3a\xe3\xf5\xcf\x7d\xb2\xbb\xf7\x7b\xd4\x6f\xf2\xb3\x4a\x45\x57\xb4\x23\xad\xbf\xa4\x54\xed\xfc\x1c\xf6\xa9\x52\x4d\x18\x5b\x3d\x45\xf9\xf9\xf9\x79\x80\xa5\x01\x72\x80\x70\x97\xc7\x1a\x69\x80\x57\xc9\x4c\x01\x3e\xc5\xc3\xba\x92\x2b\xc4\xa4\x26\x11\x1c\xd3\xe8\x0f\x4f\x3b\xc3\x61\x96\x91\x3f\x02\x8f\x81\xb6\x9f\x70\x29\x71\xc8\x07\xdc\x6a\x5a\x1c\x82\x78\x92\xfe\xa5\x34\x52\x07\x91\x2e\x85\xde\xcf\xc9\xe3\xc9\xff\xb7\xff\x7f\x1e\x07\x83\xa7\xcf\x06\xff\x8c\x07\x7f\x0c\x2e\xa6\x8f\x17\x95\x10\xfc\x27\x5b\x07\xff\x2c\x3c\x19\x3b\x81\xd3\xa7\x35\x37\x03\x51\xfd\xb3\x12\x1f\xfd\x61\x49\x7a\x46\x9c\xf0\xed\x36\x7c\x6c\x1b\xdf\xd3\x4a\xcb\x19\x54\xb8\x2d\xdb\x2b\x65\x0c\x07\xb6\xde\x6d\x4b\xab\xe3\xe3\xe1\xd3\x63\x81\x42\x8e\x9f\x1c\x1e\x1d\x19\x87\x78\x62\xe3\xce\x8f\x4f\x0e\xc3\xa7\xe8\xd6\xe3\x03\x72\x88\xce\x07\xa1\xeb\x2a\x13\xac\xe1\xe1\x53\x1c\x3e\x0d\x71\x78\xfa\x14\x8d\x74\x1c\x6f\x71\x0e\x62\x30\x67\x64\x0f\xaf\x53\x90\xbc\xd6\x40\x7e\x06\x66\x32\xf7\x35\x80\x6b\xf5\x72\x69\x7d\xd3\xf7\x8a\x01\x58\xdb\x9c\x9d\x85\xc1\x36\x1f\xc8\x96\x94\xb7\x42\x71\x2d\xdd\x39\xa4\x74\xee\xa9\xb5\xcb\xcf\x04\xad\x0d\x0b\xc6\x07\x24\x44\x67\x01\x92\x76\x49\xaa\x5a\x8e\x2c\xb3\xe4\x61\x70\x54\x95\x1d\xb6\xcb\x9e\x9f\x9f\x6c\xc3\xa7\x43\x7c\x72\xe8\xe6\x5b\xd1\xae\x55\x17\x46\x6d\x2a\x1f\x76\x55\x0e\x87\xdb\xe1\xf0\x08\x8b\x66\xdc\x93\x43\xd1\x40\xa3\x25\xd8\x30\x2f\xd7\x26\x4b\x1d\x8a\x49\xda\x7c\x12\xa2\x7e\xad\x99\x11\xc4\x8b\x3e\x8f\x3a\xfb\x3c\xdd\x0e\x8f\x02\x0c\xbd\xeb\x4e\xbb\x07\x60\xf4\xcf\x2a\x40\xfd\xcd\x02\x72\xe6\x73\x56\x59\xd1\x35\x74\x3a\xbd\x4e\x8b\x05\x0a\x51\x74\xc6\xf2\x0f\x84\xed\xb5\x82\xac\x94\xfd\xed\xff\x29\xfb\xff\xfe\x78\x01\x11\x44\x3d\x5a\xc5\x15\x7d\x2e\x52\x50\xd3\xf2\x57\xb9\x30\x18\xe9\xc3\x21\x95\x89\x47\x88\xf6\x89\x43\x1c\xdb\xe1\x8e\x6d\xd6\xf7\x4b\x75\xf5\x58\xf2\xec\x51\x71\x26\xd0\xaf\x57\xf4\x05\xf9\x60\xa8\x94\xc2\xb2\x63\x87\x8b\x92\xc3\xf5\x08\xe6\x03\x95\x0e\x45\xc3\x4f\x60\x18\x1c\x76\x39\x0a\xac\xf9\x47\xb3\x9d\x3c\xb5\x43\x0d\x90\x99\x47\xc1\x89\xea\x24\x90\x56\x0a\xa1\xe9\xed\xf0\x91\x97\xf7\x19\x7a\x7c\x34\x60\x3b\xcc\xed\x1d\xe8\x0c\x94\xc4\x64\x53\x31\x61\xa2\xa9\x92\xb0\x49\x38\xc5\x99\x8a\x07\xbe\x87\x90\x3c\x7c\xe4\x09\x82\xe4\xf1\xd1\x20\xdf\x79\x01\x8e\x71\x89\x10\xde\x90\x00\x27\xa4\x3c\x0f\xc6\xf1\xe0\x28\x8a\x2d\xe5\xfa\x64\x94\xf7\xc9\x11\xe2\xa4\x98\x34\xec\x57\xa7\x60\x91\xd7\x4c\xee\x87\x90\x31\x6c\x67\x0c\x45\xc6\x49\x3b\xfd\x10\x4d\x71\x36\xd9\xf4\xfb\xa0\x4e\x10\x9e\xb8\x60\x9b\x6f\x12\x4e\xed\x6f\x70\x29\x33\x1a\xca\xc7\xbd\xd7\x3d\xa8\x8e\xae\x43\x34\x3d\x3f\x3f\xaa\x35\x82\x46\xe1\x9d\xad\x84\xc1\x9e\xa9\x1d\x75\xce\xec\xfc\x7c\x78\xe7\x98\x2b\x2b\x3a\xb1\xaf\x35\x0b\x55\xd2\x69\x4e\x8c\xf3\xda\xb5\xf0\x97\x43\x7d\x2b\x84\x27\x87\xa7\x87\xb8\x24\x81\xd8\xe8\x41\x31\x2a\xcf\xb2\x51\xd9\x27\x31\x52\x38\x60\xe3\x51\x5c\xe2\xb2\x1f\x9f\x67\xe3\x2c\x2a\xfb\x31\x92\x53\x2d\xc6\x82\xb4\x9f\xe4\x83\x70\x6a\x8c\x71\x27\xfc\xfc\x7c\x38\xed\xb3\x09\x3f\x3b\x3b\x72\x4f\x0e\xa7\x7d\x87\x10\x07\xa1\x68\xa8\xf4\x7b\x39\xf1\x44\x15\x10\x81\xa0\x7e\x47\xed\x30\x80\xea\xe7\xe7\xb2\x3a\xb4\x34\x54\x2d\x59\x81\xed\x52\xa5\x1e\xed\xa0\x5d\xd3\xb2\x76\x32\xc5\x29\xe9\xb4\x19\xab\x08\x54\xcb\xc1\x82\xd4\x68\xc3\x31\x71\x9e\x3d\x7f\xf1\xf2\xd5\xeb\xff\xf8\xe9\xcd\x7f\xfe\xed\xed\xbb\x9f\xdf\x7f\xf8\xaf\x8f\x9f\x3e\xff\xf2\xeb\x6f\x7f\xff\xc7\x3f\xe3\xcb\x59\x42\xe7\x8b\x65\xfa\xfb\x97\x6c\x95\xb3\xf5\xbf\x8a\x92\x6f\xae\xae\xbf\xde\xfc\x11\x84\xc3\xc3\xa3\xe3\x93\x27\xa7\x4f\xfb\x8f\x1d\xb5\x88\x86\x6c\x10\x2b\xd9\xef\x97\x88\x4d\x4a\x41\x27\x94\x53\x5c\x4c\x62\x7b\xa7\x4b\x34\x25\x65\xcd\xab\x7f\xa7\xa1\xe7\x5f\x8e\xce\x83\xfd\x98\x5c\x12\x86\xfe\x81\xc4\x0e\x7b\xac\x07\x8e\x9c\xca\x7b\x8f\x09\x68\x46\x9c\x9a\x17\x5b\xa9\xae\xcd\x11\x9e\x08\x2a\x98\x10\x3e\x0e\xa2\xa3\x41\xfe\x97\xa3\x69\xcd\xab\x55\x5d\xd3\x0c\x02\x35\x8a\x35\x2f\x09\x1f\x95\x67\xb9\x00\x9d\x43\x54\x88\x6d\x2e\x41\xea\xe5\x86\x27\x4f\xc2\xf0\xe4\x34\x40\x7d\x91\x26\x85\x70\xee\xc9\xf1\x10\x52\xe0\x61\x3e\x29\xfb\xc3\x29\x78\x19\x95\x60\xe0\xa5\xa4\x40\xe2\xe6\x51\x20\x90\xaa\xbb\x47\xfd\x3e\x51\x3f\x4f\x0e\x5d\x4b\x1d\x2e\xae\x20\xa2\x98\x38\x03\xa7\x4e\xa3\x4f\xc9\xc9\x10\x17\x13\xe7\xa2\x9d\x7e\x58\xc7\xbd\xe8\x96\x83\xe0\xa8\x53\x65\xde\x58\x6b\x93\xd3\x47\xc5\x80\x0d\x42\x9c\x11\x2f\x3c\x3b\x2b\xd1\x20\xc4\x33\x92\x9d\x9f\x87\x78\x43\x06\x4f\x70\x42\xf2\x71\x31\x08\xa3\x00\xaf\x49\x3e\x1e\x84\x51\x88\xe7\x84\x4e\x78\x3f\x91\x7e\xa5\x93\x3e\x59\xe3\x94\xcc\x5d\x51\x7b\xb0\x11\xd5\xe7\xe7\xe7\x64\xb0\xc1\x9b\x3e\x29\x47\x9b\xf3\x60\x94\x92\xe1\xf1\xc9\xa3\xb4\x2f\x6b\x61\xa8\xb1\x19\x90\x53\x29\xd7\x8e\x49\x6a\xd5\x4d\x4d\x5d\x06\x75\x63\xa8\x1b\x77\xd4\x55\x2f\xeb\x14\xa5\x24\x1c\xcc\x8c\x36\x73\x6a\xfb\x9d\x88\xc7\x3f\xc7\x3f\x47\xe1\xe3\xe0\x91\x37\x87\xb1\xa3\x51\xdc\xb7\xb9\xac\x0c\xe1\x74\x40\x66\xda\xd5\xbc\x2a\xf4\x28\x7e\x64\x95\x49\x07\xd2\xc1\x73\xb7\xba\xb6\xd4\xe0\x02\x8a\x5c\x99\xbe\x9f\x3e\x4a\x07\xc5\x40\x2c\x9f\x98\xd6\x4c\xcc\x2a\x21\x1b\xb1\xa0\x6b\x32\x3c\x04\x7c\x63\xb5\x3e\x18\x1e\xa1\x81\xfd\xfd\xe4\x09\x8a\x02\x3c\x27\x0c\xfc\x6b\x84\x78\x49\xd8\x38\x8c\x06\x21\x5e\x11\x78\xc3\x28\x0b\x85\xf0\x31\x3f\x0b\xc6\x61\xa4\xdd\x43\x43\x13\xf1\x65\xe9\x71\xa4\xdc\xd6\x70\xb4\xdd\x72\x42\x48\xf8\x38\x18\x7b\x25\xd1\x89\xa2\x0e\x8e\xc9\x06\x45\x5e\x6c\xb3\x57\xe1\x67\xc6\x16\x1e\x47\x8f\xe1\xf7\xdb\x9f\x87\x08\xf3\x47\x5e\x66\x2f\xd8\x20\x46\xe8\x2c\x74\x5d\x2f\x1e\x0c\x70\xf6\x88\x0c\x11\xf6\x78\x9f\xc4\xfd\xe4\x9c\x84\xe3\xf5\xe3\x2c\x5a\xdb\x6b\x17\x0e\x12\x84\x1e\x65\xe7\x64\x28\xaa\xf4\xfb\xe0\xa9\x04\x61\x28\xbe\x11\xa3\x52\x43\x51\xf5\xbd\x92\x78\xfc\x51\x36\x08\x91\xdd\x48\x21\x2a\x90\x04\x45\x5e\x49\xb8\x9d\x91\x74\x14\x24\x81\xc0\xad\xe7\xe4\x14\xdc\x5d\xcc\xe5\x25\x53\xe2\x79\x9f\x2c\xc1\x57\xca\xf1\x09\x2e\x2c\xd8\x8b\xcf\xce\x8a\x6d\x89\x67\x7d\x52\x8c\x66\xe7\x81\x5d\x29\x96\x95\x62\x59\x69\x06\x95\x20\x7b\xb0\x9c\x6e\x49\x38\x3c\x7d\xb4\xda\x35\x4f\x9c\xc4\x4c\xb7\x3b\xf3\xdc\xb1\xc2\xcf\x48\x86\x42\x5a\xc2\xdf\xed\xb6\x4d\x25\x3a\x13\xe9\x83\x4f\xda\xd6\x4d\x1d\xa2\x23\x04\x83\xdb\xd9\x1f\x15\xe7\xe3\xf8\xa4\x19\xe8\xa3\xe1\xa8\x23\x1c\xe5\x67\x4d\x8b\xa7\x51\xde\xef\x23\x0e\x97\x5c\x65\x0d\x35\xc9\xa7\x96\x6a\x24\xdc\x56\x62\x3b\xc5\xb3\x35\xae\x94\x73\xfb\xda\x61\x49\x3c\x49\xa7\xa3\xd2\x75\x0b\xe5\x76\xbe\xc3\x84\xbc\x1c\x97\x1e\x45\x51\x69\xbc\xa6\xc2\xf5\xac\xad\xae\x8a\x49\x30\x8d\x8a\xca\xc1\x45\xac\x2c\xaf\xe4\x3b\x1b\x17\x28\xba\x3f\x16\xab\x5a\xa7\xcb\xce\x75\x2a\x77\x08\xe1\x3b\x57\x32\x6b\xac\xa4\x8c\x0a\x7d\x2c\x9d\xfa\x1e\x9e\xc8\xd8\xe7\x87\x76\xb8\xfa\xd2\x8a\xcc\x41\xc5\x22\x49\x63\xb7\xd6\x02\xf3\x7e\x1f\x81\x37\xac\x6a\x79\xb9\x21\x7e\xc5\xa3\x5e\x85\x5b\x49\xfd\x18\x79\x36\x5d\x9f\xd5\x20\xaf\xdc\x5c\x9a\xf8\xb8\x9f\xf8\x4d\x46\x4b\xb1\x28\x60\xef\x49\x27\xc1\xd4\x75\x8d\x4f\x21\x12\x2a\x2c\xb9\xaf\x8e\x8a\x0a\xd7\x5c\x66\x8a\x70\xa9\x83\x0a\x88\x22\xd9\x41\x9a\x1f\x80\xaf\xfd\xb4\x19\x44\x27\x43\x8a\x9d\xd5\xea\xc0\x01\x2c\x2d\xc3\x87\x35\xb2\x48\xda\x91\xb8\xdd\xde\xee\xaa\x87\xb1\x0c\x6c\x90\x4e\xb2\x29\xde\xe8\x00\x35\x85\x58\x97\x19\x12\xa8\xd6\x9f\x65\x71\x59\xd2\x12\xaf\xc9\xc6\x97\x47\xaa\x04\x96\x8d\xf4\x77\xb1\xde\x6e\x0d\x67\x66\x3d\x56\x4e\xf8\xd6\xfa\xb5\xe3\xad\x74\x8b\xb1\x9f\x20\x8f\x43\x7c\xf6\xdb\x24\x2d\xd7\x59\x7c\xf3\x73\xbc\xa2\x51\xb6\xc3\x6b\xf0\x36\xa2\xa2\x79\xad\x10\xce\x27\xd9\x94\x24\x26\x9a\xe9\x4a\x8e\x40\x94\x9e\x5a\xe6\x6f\xca\x65\xbc\x2a\x6c\x92\x77\x7a\x25\xe7\x24\xc0\x4b\x41\x46\x9d\x2d\x0d\xbf\x46\x1f\x9f\xd5\xc8\x5b\x91\xe5\x64\x3e\x45\xda\x05\x80\x17\x8b\x19\xaf\xb0\x9a\x15\xb7\x66\xc5\xf5\xac\xb8\xaf\x7c\x18\xcf\x52\x7e\xf3\x4e\x52\x51\x29\x2d\x50\xa5\x5a\xfa\x3d\xe1\x83\xd2\x7a\xf8\x20\x38\x0b\x4f\x9e\xa0\x96\x07\xf8\x2b\x15\x87\x53\x46\x10\xf2\x2a\x8a\x3f\xd7\x21\x81\x20\xc2\x9b\x8e\x16\x64\x6f\x28\x85\x03\xb9\x3f\x70\xd0\x9f\x1c\x6c\x18\x9c\x8a\xe1\x76\x3c\xd4\x4d\x52\x47\xe0\xa1\x82\xce\xcb\x51\x5e\x19\x1e\xe4\x7a\x73\x0a\xc2\x04\x2e\xec\xc2\x68\x85\x8c\x38\x0a\x16\x81\x66\x86\x32\x6a\x59\xda\xf1\xfe\xbd\x15\x7d\x44\x93\xa9\x09\xf1\x6b\x4d\xa4\x86\x45\xe4\x13\xb4\x13\x4d\x83\x27\xbd\x1a\x92\xd6\x2c\x3d\x1d\x9a\xa4\x30\x30\xc4\xfc\x4b\x04\xc1\xf6\xe7\x25\xa6\x68\xbb\xf5\xaa\x32\x04\xdc\x17\x60\x99\x49\x54\xe4\x7d\xc8\x79\x28\x92\x7d\xc0\x65\x14\xd6\xef\xa2\x7a\xb8\x27\x33\xc6\x18\x79\xb7\x3b\x2c\xad\xdb\x71\xda\x88\x68\x39\x2a\xce\x52\x63\xbc\xab\x77\x24\x26\xe9\xa4\x98\x8e\x2a\x0e\xec\x24\x9e\x8a\x47\xc1\x24\x9e\x12\x3a\x89\xa7\x3f\xe8\x04\xc4\xf6\x5c\x4e\x55\x74\xef\x40\xde\x06\xc3\xa3\x86\x87\x77\xb9\x77\x36\x1a\xef\x68\x11\xe2\x1b\xfa\xd0\xae\x5e\xaf\x2a\xbe\x56\x57\x85\x76\x0a\xf5\x05\xb6\x62\x25\xf5\xd0\x6e\x87\xf0\x84\x4e\x11\xbe\x37\xd4\xf6\xc3\xb7\xec\xc9\x71\x93\x7e\xb0\xf7\x89\xe2\xdb\x99\x46\xdd\x2f\xd3\xe4\x1d\xdb\xe4\x3c\x4a\xb1\x9d\xf6\xcb\x3a\x89\x39\x8d\xe2\x2a\xf1\xb7\x34\xcb\x7e\xc9\x57\x50\xb6\xdc\x59\x77\x5b\xea\xa1\x5b\x65\x8e\x05\x11\xd1\x7c\x53\xe5\x23\x9d\x83\x18\x06\xd5\xc2\x48\xa0\x5b\x5a\x2b\xa2\x6d\x40\xdb\x95\x5d\xd7\xcb\xbc\x7a\x61\xc0\xa4\x08\xdf\xd3\x1f\xda\xd5\xae\xf6\xfd\xa5\xa1\xb5\xd6\x35\x4d\x5d\xd7\xeb\x88\x3a\x38\xa6\x15\x72\x88\x3a\x9d\xeb\xb8\x2e\xd8\x67\x7e\x17\x7d\xb3\xb9\x97\xbe\x49\xac\x12\xb3\xce\x12\x73\xab\x44\xd2\x59\x62\x69\x95\x98\x77\x96\x58\x59\x25\x68\x67\x89\x85\x81\x38\x19\x37\xe1\xa9\x3c\x53\xa7\x4f\x24\x85\x15\x82\x11\x72\x80\xb3\xea\x38\x5d\x22\xef\x96\x5d\xd1\x62\x9e\xb1\xeb\xc8\x59\xa6\x49\x42\xf3\x83\x5e\xba\x12\xb4\x77\x9c\x73\x67\x87\xf0\x8c\x38\x49\xcc\xe3\x41\x5a\x0e\xca\x59\xc1\xb2\x2c\xbe\xcc\xa8\x83\x37\x6d\x2f\x20\xd4\x78\x21\xc7\x4c\x46\x21\xe4\x3e\x64\x3b\x9c\x6d\x66\xcb\x92\xc7\x05\x77\xea\x31\xbf\xa4\x78\x4d\xca\x69\x3f\x8b\x42\xd4\x12\x89\xe6\xcd\xac\x49\x30\xf5\x67\x59\x4a\x73\xfe\x0f\xb4\x43\xf8\x76\x1d\x97\x65\x7a\x45\xa3\x5e\xb8\x13\x28\xd7\xea\x6b\xc5\xae\xa8\xd3\x0a\xe7\x7e\x67\x6f\xd4\x2f\x39\x5b\x0b\x2a\x2c\x5e\xc4\x72\x5d\x31\x43\x15\x43\x66\xdf\x48\x06\x39\x2e\xc8\xc2\xd3\x05\xd0\x48\x7b\x37\x84\x10\x4d\xcc\x97\x8b\xf6\x99\xad\x5d\x17\x8c\x34\xa8\xbf\x2e\xe8\x95\x38\xd4\xd2\xb2\x53\x74\xa3\x0a\xfd\x44\xd3\xc5\x92\xcb\x77\xed\x8c\xa6\x99\x67\xd5\x46\x67\x84\xa9\x2e\x65\x31\xd7\x05\xc3\xab\x76\x73\xbb\xd6\xd2\x30\x22\x30\x59\xd2\xb9\x63\xf7\x2d\x5b\xc7\xb2\x34\xdb\xdf\xed\xf0\x9a\xd4\xeb\xb4\xc6\x54\x21\xbf\x79\x13\xa9\x03\xc9\x82\x46\x10\x28\xf2\x92\x25\x37\xae\xdb\x2b\x61\x3f\xc4\x87\xa4\x09\xdf\xa6\x25\xf7\xe3\x24\xf1\x32\x84\x55\x7a\x9c\x24\xaf\x44\x17\x6f\x55\x58\x56\xcf\x9e\xc1\xda\x1e\x20\x9e\xc5\x6b\xbe\x29\xe4\x58\x11\x2e\xfb\x7d\xdb\x55\x37\xac\x43\x79\x1e\xdc\x3b\x28\xcd\xde\x6d\x8d\x4b\xc6\xb4\xb6\x86\x26\x13\xee\x18\x9d\x18\xc5\x60\x50\xf3\xfe\x5c\xb7\x5f\x67\x7a\x34\xfb\x42\xe6\x27\xe9\x95\x83\x46\x62\x6f\x6e\x32\x10\xb2\x9b\xd7\x83\x73\x9d\x26\x7c\xe9\x60\x27\x0c\x82\xf5\x57\x07\x82\x14\xb5\x0b\x2d\x01\x84\xee\x2b\xa5\x31\x83\x83\x1d\x09\x87\xfb\x0a\xae\x99\x0c\x5b\xee\x60\x27\x56\xc1\xf7\xf6\x15\xe5\x6c\xed\x60\x67\xf0\xf4\xe9\xd3\xa7\xd0\xb1\x99\xa1\xdc\xd5\xf5\x9a\xe6\xc9\x8b\x65\x9a\x25\x1e\x05\xc0\xf5\xa5\xe9\xe8\x6f\x62\x56\x03\xaa\x4e\x00\x7c\x35\xaa\xca\x55\xd7\x55\x77\x6d\xd3\xdc\x45\xfd\xd5\x4e\x71\xde\x20\x9a\x47\xe2\x4c\xf5\x08\xc9\xa1\xc1\x91\x7c\x85\xf1\x62\x43\x65\xcc\x81\x05\xe5\xcf\x38\x2f\xd2\xcb\x0d\xa7\xde\xcc\x78\x08\xe5\x23\x4e\xb8\xbf\x8e\xc5\x35\xa4\xf6\x67\xa7\x62\x8f\x75\x36\x38\x8f\xb3\x92\x02\x57\xba\xd5\xa2\x32\x1a\x5e\x50\x2e\x1e\x72\x1b\x4e\x13\x78\xc7\x01\x73\x8a\xb0\x31\x13\x15\xf4\x4a\xfe\x1a\x67\x1b\x5a\x6d\xd1\xe0\xc6\x41\x91\x74\xe2\x9d\x8a\xcb\x52\xed\x97\x8c\x9e\xe5\xc4\x1b\xce\xe0\x77\x35\xea\x5d\x7b\xd4\x3a\xcb\x1e\x34\x28\xec\xd8\x4f\x27\xd0\xb5\xfe\x71\x6f\x8a\x93\x27\x92\xfc\x3b\x3d\xd9\xf7\x02\xaa\xd3\x49\x1d\x11\x23\x0f\xb8\x74\xe3\x02\x61\x75\xab\xf5\x14\x9b\x6a\x11\x84\xe2\x3e\x92\x51\x70\xf3\x8e\x72\x3f\x30\x1e\x6c\xe3\x85\x24\x81\xcd\x3c\xe3\x04\x94\x55\x11\x5e\x31\x7b\x30\x99\x0a\xf8\x60\xa4\x9e\xad\x1e\x25\xa6\x15\x64\x3d\x61\x61\x15\xa4\x70\x51\x52\xb1\x53\xe0\x81\xdd\xf7\xdf\x0f\x22\xe5\x0f\x15\x67\x67\xa8\x39\x3b\x4f\x6b\xb4\xbc\x59\x8c\xc2\x8f\x05\x24\xbf\x51\x56\xd5\x1e\xc2\xb9\xcd\x1a\x89\x65\xc8\xb3\x66\x94\x64\x2f\xae\x02\xbb\xc6\xd8\xb9\x75\xb0\x4d\xc5\xd8\x50\x82\x30\x3c\x56\xb0\xb3\x53\x52\x8f\x92\xe4\x46\x3a\x00\xfe\xa8\x0d\xa3\xe1\x75\xc1\x56\x7f\xa3\x37\x5e\x09\x9c\x71\xc3\x01\xcf\x46\x92\x59\x02\x47\xf4\x85\x2e\xec\x59\xc1\x3e\xd3\xbc\xa4\x05\xff\xb8\xc9\xa8\xe7\xfc\x7f\xbe\xd0\x9b\x79\x11\xaf\x68\x79\xe0\xf4\x67\x7d\xe7\xd6\xe9\x97\x7d\x67\xe7\x48\x55\x4a\x7f\x16\xcf\x96\xb4\x6a\x64\x86\x4b\x3c\x99\xe2\x89\x63\x6a\x39\xb8\x9c\x22\x3c\xfb\x2e\x20\x64\xd5\x46\xdc\xf2\x25\x5d\xd1\x97\x71\xf1\x85\x16\x91\xf3\x6f\x41\x70\x74\xfc\xe4\xd4\xc1\x26\x15\xd2\x8e\xe3\xa7\xd4\x4a\x7b\x96\xf1\xc8\xf9\xb7\x30\x38\xa1\x97\x3a\xf9\x43\x91\xae\xe2\xe2\x06\x4a\x3f\x39\x4d\x8e\x54\xf2\x27\x3a\x63\x79\x22\x33\x86\x97\xa7\xa7\x89\x6e\xfa\x33\x2d\x78\x2a\xd3\x9f\x84\xf1\x9c\x1e\xab\xf4\xb7\xe2\xa6\x89\x9c\x7f\x9b\x3d\xa1\xc1\xfc\xc8\x4e\x84\xe1\x25\x94\xce\xe6\x4f\xeb\xc9\x72\x34\x74\x3e\x3f\x99\xcf\x1c\x7c\x99\xc5\x33\x39\x68\xf1\x9f\xfa\xfe\x5c\xc4\x79\x99\x6d\x66\x34\xe7\x47\x41\xe4\x14\x8b\xcb\xd8\x0b\x20\x92\x8d\x7f\x84\x1c\x9c\xd3\x0d\x2f\xe2\x4c\x4d\x77\x18\x84\xf3\x90\x9a\xd4\x6a\x66\x87\xc3\xc3\xf0\x30\x68\x66\xc8\xee\x0f\x2f\x0f\xe3\xc3\xa7\x26\xcf\x9e\xf7\x49\x70\x4c\x8f\x67\xed\x2c\x59\xf1\x34\x3e\x3d\x3d\x3d\x31\xb9\xd6\xba\xc4\xe1\xd3\xf9\xd3\xa4\x95\x23\xab\xcd\x4e\x67\x27\xb3\x23\x93\xf9\x5f\x9b\x98\xd3\x22\x97\x15\x93\x61\x12\xcc\x68\x47\x9e\x5a\xa9\x30\x99\x27\x55\xbb\x7a\xc5\x69\x42\x2f\xe9\xd3\x7a\x32\xac\xf9\xfc\x70\x3e\x9c\x87\xcd\x0c\xd9\xd6\x3c\x9e\x3f\x9d\x9f\x3a\x38\x9e\x89\xb5\xb5\x76\xff\x7a\x99\x72\x2a\x0a\xc0\x7f\xea\xbb\x6b\x1b\x86\xc7\xc7\x58\xff\x1f\x36\xe3\x86\x66\x19\xbb\x56\x7b\x91\x0c\x9f\x0e\xc5\x2e\xca\x44\x68\xef\xf2\x69\x95\xa0\xc7\x3e\x9f\xcf\x43\x91\xca\x40\x85\x4c\xd4\x3b\x3d\xbc\x0c\x42\x9d\x60\xa6\x18\x1f\x1d\x56\xc5\xac\x19\xce\x4f\x67\x22\xbd\xa0\x89\xea\x37\x3e\x1a\x9e\x0c\x67\x90\x22\xea\x9d\x86\xe1\xf0\xd0\xc1\xab\x78\x41\x73\x1e\xab\x32\xc7\xb3\x20\x10\xfb\xaa\x52\x23\xe7\xdf\x2e\x8f\x82\x40\x1c\x14\x95\x62\xba\x3d\x0c\x82\xd3\x99\x83\xd7\x9b\x62\x9d\xe9\x43\x75\x38\x0c\x8f\x8e\x63\x9d\x08\xcd\x0d\x93\xa7\xa1\x4e\xd0\x75\x2f\x8f\xe2\x40\xac\xdf\x65\xb6\xa9\x8e\xe3\x30\x38\x0e\x64\xd2\xbb\x34\x81\x94\xf0\xf4\x54\x15\xb2\xf6\x40\x7c\xea\x76\x82\xe0\x72\x36\x1f\x3a\x98\x53\x03\xe7\x41\x70\x74\x29\xda\x11\x49\xf0\x79\x3a\x7c\xa2\x4a\x58\xb5\x86\x4f\x8f\x1c\xbc\x28\x28\xcd\xad\x6a\xe1\x4c\xa5\x01\x1a\x78\x32\x0b\x03\xf5\x6d\x86\x1d\x27\xa7\x41\xec\xfc\x38\xc6\xcf\xf7\xdc\x16\x77\x60\x7e\x19\xcf\xab\x03\xc5\xe7\x48\x33\xb9\x5a\x58\xbd\x81\xce\xe7\x2c\xe7\x83\x79\x3c\xa3\xb7\x4e\x3f\xdf\x8f\xc8\x63\x9c\x4b\x44\x6e\xca\x3b\x38\x9f\xa2\xef\xe3\xf3\x75\x71\x87\x6b\x3c\xb1\xb4\x41\x54\x7c\xe2\xb1\x8c\xba\xad\xf4\x7f\x52\x5b\xff\x67\x92\xe3\xdb\x92\xf2\xcf\xc5\x86\x46\x36\xad\x7b\x37\xa9\x91\x7a\xbd\x40\x90\x0f\x08\x97\x94\xbf\x16\xe4\xea\xb7\x55\x0e\x65\x65\xce\x16\x8b\xec\xdb\xaa\x76\xc5\x03\xa7\x3b\x04\xed\xed\xa6\xdf\xb5\xb0\x59\x9d\x81\x6a\xf3\x1c\xc3\x27\x81\x66\x90\x3c\x01\x31\x8d\x03\x97\x91\x78\xf5\x48\xb1\xcb\x74\x54\x67\x48\xe1\x1c\x67\x78\xa6\x43\x3f\x78\x19\xc9\xb6\xdb\xdb\x72\xc6\xd6\x34\x72\x1c\x3c\x4f\x69\x96\x94\xca\xc7\xef\x0e\xf9\x90\x81\x13\x92\xf9\x32\x07\xaf\x2b\x1d\xd7\x64\x5c\x46\x09\x9e\x93\xc2\x9f\xb3\xe2\x3a\x2e\x12\x41\x23\x56\xa3\x2f\x71\x26\x7b\x99\x91\x42\x53\x90\x08\x27\x35\x82\x7c\x8d\x37\x08\xcf\x49\x22\x1f\x5b\x25\x5e\x12\x2f\xf1\x93\xb4\xc0\xe6\x60\x24\xc8\x4b\xf0\x44\x4f\x06\x3b\x49\x5a\x38\x53\x84\xf0\x8a\xe4\xe3\xdc\x2b\xb5\x3b\x62\xbc\x20\x33\x4d\x54\xba\xae\xf9\xe9\x5f\x5c\x00\xe0\x27\x6f\xf2\xf5\x86\x97\x17\x17\xdb\xed\x64\x8a\xaf\x48\xa9\x3a\x84\xf3\x36\xab\x64\x12\xf3\x1e\x21\x8b\x49\x38\xdd\x6e\xaf\xe0\xd7\x70\x2a\xa7\x70\xd9\x25\x38\xb0\xf9\xba\x62\x61\xe7\xf8\x0a\xed\x46\x97\xad\x3e\xc9\x04\xf2\xa6\x58\x64\xe5\x0c\x9e\x45\xef\xaf\x68\x51\xa4\x09\xbd\xb8\x20\xbd\xb9\xeb\xf6\xae\xb0\x19\x05\xb9\xdc\x19\x3e\x70\xfd\xe5\x4c\x71\x8d\x3f\x5e\xd0\x79\x94\xed\xf0\x12\xaf\x70\x89\x6f\xe5\x84\x22\xd3\x8c\x80\x3a\x84\x46\x73\xdf\x12\x64\x11\x07\x3a\x4f\x9c\xbe\x47\xed\x74\x41\x79\xe7\xf1\x4a\x39\x5a\x5f\x92\xd9\xb8\xf0\x57\x74\xc5\xbc\x39\x8a\xe6\x46\x2e\x61\xd7\x70\x5d\x6f\x59\x6b\xb9\x96\x8b\xf0\xf2\xbb\xe0\x7d\x63\xc3\xfb\xf0\x58\x45\x52\x7d\x12\x4a\x90\x3f\x3a\x6e\xb2\x04\x59\x13\xcd\x8e\x32\xd7\xcd\x7c\x96\x7f\xa4\x25\xe5\xd6\xcf\xae\x43\x5c\xf6\xfb\xba\xbb\x19\x71\x2e\x2e\x0a\xca\xaf\xe2\xec\xe2\xc2\x19\xd9\x9a\x43\xe8\xb6\x7a\xa8\x80\xba\xfc\xed\x4e\x85\xee\x06\x0d\xc3\x77\xf1\x5a\x45\xaa\x16\xe3\x29\x5b\xb2\x9c\x0d\x4e\x24\x24\xcd\x6b\x7e\x27\x13\xd7\xf5\x12\xd1\x14\xa6\x1a\x1f\xa6\x33\x29\xff\xec\xf6\xb8\xbe\x71\xdd\x4d\x17\x14\x99\xb0\x2b\x5e\x82\x46\xac\xdf\x57\x1b\xc9\xf1\x8a\x24\x3e\x60\x04\xbc\x20\x2b\x1d\x1b\xb3\x47\xc8\xca\x2f\x78\x36\x86\x7f\xa3\x9a\x9c\x19\x5f\x11\x80\x8d\xf8\x32\xa3\x2f\xe2\xd9\x32\xcd\x17\xf0\xbc\xe8\x49\x0e\x52\x46\x4a\x5c\x9b\xb2\x18\x7a\xbd\xf8\x76\xeb\x2d\xc9\xda\xe3\xe2\x6c\x8b\x1f\x4b\x9c\x20\x84\x7b\x57\xae\xbb\x9c\xcc\xa6\x22\x77\x32\x9b\x56\x68\x64\x33\xbe\xdd\xd5\x10\xed\xa4\x73\xe2\x63\x31\xb5\x68\x33\xc5\xb7\x62\xc8\xbd\xde\x02\x77\x0a\x3a\xa3\xd6\x42\x8e\x8f\x0d\x3a\xc3\x57\xdb\x6d\xde\xef\x23\x9c\x9f\x7b\x54\x5e\x89\x9f\xd2\x3f\xe8\x76\x7b\x1c\x20\x7d\xd0\x6d\xf4\x84\x46\x5a\x82\xec\xcd\x89\xfa\x75\x69\x3d\x59\x2f\xb5\xd4\xf5\xd2\x7f\x1d\x5f\x16\xe9\xec\x05\xf8\x5d\xb7\x5f\xb5\x73\x5d\x64\xee\xd3\x1c\x16\x49\xdf\xc1\x62\xb5\xe8\xeb\x4d\x96\xfd\x16\x17\x79\x9a\x2f\x90\xeb\x7a\x33\x96\x97\x2c\xa3\xfe\x75\x5c\xe4\x9e\x3c\xac\xe5\x41\x5c\xd0\x83\x4b\x9a\xe6\x8b\x83\x82\xce\xe2\x6c\xb6\xc9\x62\x4e\x93\x03\xce\xd8\xc1\xbc\xa0\xff\xda\xd0\x9c\x67\x37\xfe\x01\xb4\x77\xb0\x4a\xcb\xf2\xa0\x88\x39\x3d\x48\xc5\x8b\x2e\xef\x3b\x8f\x9d\x3e\xeb\x3b\xbe\x83\xb0\x6e\x9d\x17\xb1\x38\x24\x40\x16\x64\x34\x2e\x80\x2c\x09\x5a\xfb\x48\x7a\x81\xc6\x44\x62\xc7\x76\xad\xf0\x8b\x86\x85\x61\x23\xc7\x7a\x58\xb5\x7a\xc4\x3b\xe7\xe2\xc2\xe8\x36\x8a\x03\x06\x25\xc4\xba\x56\xf9\xe2\x4b\x64\xd5\x5d\x78\x1f\xd0\x9d\x8c\x0b\x23\xde\xd5\xa0\xe6\x04\x9c\x39\x8f\x63\x05\x89\x22\x6b\x21\x12\x50\x2b\x7a\x23\xf0\xad\xda\x00\x05\xa1\xf4\xdb\x17\x04\xaa\x8b\x80\xdb\x05\x5a\xe2\x60\x4a\xc4\x72\xb0\x89\x20\x9f\x40\xda\x2f\x13\x78\x15\x2e\xbe\x2d\xfd\xe1\xa6\x9b\xe2\x00\x82\x8c\xf2\x26\xc3\x00\xdc\x5a\xaa\x96\x26\xc5\xd4\x8e\xaa\xfa\x63\xf9\x3d\xb9\x77\x1c\x20\x3f\x1e\x5b\xdc\x9c\x08\x7e\xbf\x8d\x6f\xd8\x86\xcb\x94\xef\xe9\xb2\xdc\x4f\xbc\x0c\x9f\xc8\x9c\x78\x8f\x8c\xb4\x52\x29\x1d\x75\xdc\xb9\x55\x39\xe5\xca\x0f\xec\xf0\x5a\xba\xa6\xca\xb5\x27\x9c\x98\x03\x90\xd7\x95\xf4\x20\x3e\x30\x92\xbb\x83\xeb\x94\x2f\x0f\x52\x5e\xd2\x6c\xee\x3b\x7a\x40\x39\x2e\xf7\x0f\xaa\x43\x73\x60\xcf\x95\x1d\xe3\xa6\x48\x1b\xdf\x2a\xd0\xfe\x48\xf3\x44\xe0\x2b\x45\x22\xb6\xae\x0c\x23\x91\xa2\x7e\xad\xc6\x68\x4f\x57\xbc\xd9\x15\x6d\x76\x95\x8f\x4b\x2f\x47\x51\xac\x89\x52\x54\x53\x5a\xb2\x8f\xb4\x78\xc2\x00\x1b\xee\x87\xbc\x06\xe4\xf5\x1d\x74\x3e\x04\x1a\x81\x44\x2d\x13\xb1\xed\x96\x36\xd8\xa8\x52\xae\x21\x20\x47\x21\x65\xae\x7f\xe5\x16\xc6\xcd\x35\xc6\xcd\xfd\x3c\xbe\x4a\x17\x31\x67\x05\xea\x56\x95\xd9\x94\xb4\x78\x26\x1e\xc7\x23\x46\x7a\xbd\xd4\x75\xc1\x87\x70\x5a\x69\x19\xbf\x8b\x67\x69\xce\x59\xb9\x74\x34\x53\xbe\xd7\x63\x3f\x8a\xd7\xd5\xca\xec\xf5\xbc\xeb\x34\x4f\xd8\xb5\xeb\xca\xbf\xd5\x04\xda\x29\xd5\xe0\x91\xeb\x3e\x4e\x3f\xc4\xc9\x36\xfd\xb0\x64\x39\xdd\xa6\x1f\x58\xf2\x38\xf5\x39\x2d\xb9\x77\x47\xad\x1f\xf7\x1a\x0e\x9f\xd6\x4e\xf5\x71\x3d\xd0\xbd\xc5\x0e\xb7\xde\x01\x71\xf5\x21\x85\xf0\xd6\x71\x9b\x89\x9b\x17\xf4\xd7\xb6\x5b\x0a\xdc\x7c\x43\xa0\x77\xda\x4f\x82\x4e\x1a\xb9\x5b\x2b\x4a\xb5\x00\x7e\x3b\xd1\x3e\x43\x4c\x49\x03\xda\xc7\x28\x83\x18\x07\x8a\x30\x9f\x8d\x67\xfe\xbf\x36\xb4\xb8\xf9\x44\x33\x3a\xe3\xe0\xa0\x00\xe2\xad\x48\xbc\x5f\x15\x74\x1a\x62\x47\x27\xcd\x0f\xe8\x76\xeb\x2c\x28\x7f\xce\x36\x79\x92\xe6\x8b\x17\x20\x0b\xfa\x28\xae\x05\x91\x39\xa6\x91\xa3\x6a\xab\x6f\xdd\x58\x44\x47\x95\xa2\x14\x55\x50\x38\x89\x71\xf9\x03\x9f\x94\xea\x22\x08\xd5\x06\x3e\x39\x95\x04\xf6\xe9\x91\xd8\x16\xd8\x50\x9c\x75\x79\x6a\xb4\x5f\xf1\x86\x6e\xba\x44\x82\xb4\xc8\x48\x2e\x5e\xf4\x33\x92\x4f\xc2\x29\xde\xc8\x92\x2f\xe2\x2c\xbb\x8c\x67\x5f\x6a\x64\xb8\xc4\xf0\xa6\xfa\xcc\x70\x45\xa4\x64\xcb\x88\x0a\xd0\x48\xd0\xa0\xe2\x75\x27\x30\x13\xc2\x13\x8a\xb3\xa9\xf5\xa0\x2c\x25\xdc\x74\x5c\x14\x09\x76\x0a\x0a\x11\xa6\x31\xc4\xab\xea\x16\x5b\xd8\xce\xe0\x37\x20\x28\x9e\xf0\x29\xc2\x4a\xf6\xc2\x2d\xda\x99\x8f\x79\x94\x7d\xd7\xea\xff\xdc\xc0\x8d\x72\xdd\xd5\x4b\xfe\x30\x90\xcb\x1e\x3e\x39\x84\x75\xf4\x9e\x22\xb1\x8e\xde\xe1\x11\xc2\x1b\x91\x7e\x22\x66\x2d\xdf\x41\x6b\x28\x77\x22\x1e\xd1\xa0\x89\x87\x97\x6a\x1f\x57\xe2\xef\x10\xe1\x05\xfc\x0d\x04\x59\x9f\x7b\x87\xa7\x08\x5f\x42\x8d\x27\x08\xdf\xc0\x8f\x53\x84\x2f\xd4\x11\x7e\xa1\xd4\x2d\xae\x45\xdb\x08\x7f\xa9\x74\x27\xe6\x6c\xb6\x29\xa5\xea\xc4\x27\x95\x0a\x49\x7f\xb0\x9c\x0e\xd2\xc4\xc1\x5f\x89\xc3\xe3\x4b\x69\x2b\x8b\xdf\xab\x22\x39\x1b\x5c\xd1\x82\xa7\xb3\x38\x1b\x5c\x17\xf1\xda\xc1\xaf\xaa\x9c\x25\x2b\xd2\x3f\x58\xce\x4d\xde\x1b\xf2\x54\xff\x87\x5f\x92\x81\xf9\xa8\x50\xc9\x67\xdb\x72\xb4\x8b\xa4\x7b\xc7\xc4\xce\x5e\xd1\x9c\x8f\xa5\xf7\xcd\x2a\xc1\x73\x66\x59\x3a\xfb\xe2\xe0\xdb\x19\x2f\xb2\xbf\xd1\x9b\xe8\x1e\x74\x21\x4b\xe1\x15\xe5\xf1\xfd\xa5\x55\x29\x5c\x2e\xd3\x39\xbf\xbf\xb8\x2e\x86\xe3\xec\x01\xa5\x65\x21\x7c\xb9\xb9\xbc\x14\x0f\xfc\xbb\x0b\xab\x52\x78\x26\xde\xc1\xa0\xed\x72\xdf\x44\x4d\xc1\x1d\x8a\xbc\xbc\x25\xb4\x97\x8b\x57\x2d\x64\xe9\x20\xe4\xa7\x79\xca\x3b\xd6\xb6\xd7\xe3\x32\xb8\xbe\x1c\x83\xfa\xac\x7a\xc0\xf2\x36\xc2\x81\xf9\x9f\x2e\xa2\x56\x5b\x7d\xaa\x19\xab\x2f\xb3\x5a\xea\x5b\x2f\x76\xa0\xb4\xb7\x24\x27\x23\xe6\xb3\xa5\x1c\x4d\x2e\xbd\xe5\xfc\x4e\x6e\x77\xf8\x23\x80\xc1\x27\xca\xf1\x07\x32\x71\x38\xfd\xca\x1d\x63\x7d\x8d\x9d\x75\x5c\x96\xd7\xac\x48\x1c\xec\xd0\x55\x9c\x66\x0e\x76\x38\x15\xff\x6e\x0a\xf1\x6f\x49\xe3\x62\xb6\x74\xa6\xf8\x1d\xe9\x85\xf8\xe7\xba\x69\x9a\x06\x4a\xd1\xdf\xad\x3a\xc9\xc0\x8a\x59\x10\x6a\x9b\x48\x22\x69\x73\x3e\x5a\xf8\x17\x05\x63\x9c\xa4\x6a\x61\xe5\x2d\xb8\xf0\x2f\x56\xb4\x58\xd0\xe4\x23\x9d\x57\x78\x0c\xa8\x9c\x85\x7f\xc1\xf2\xd7\xe2\x94\xb5\x62\x88\x2c\xfc\x0b\xd0\x71\xca\x5e\x88\x03\x94\xe6\xa5\x61\x10\x69\x3d\x1e\x63\x15\x49\x16\x52\x51\x0d\x33\x92\xfb\x2c\x7f\x36\xe3\xe9\x95\xa6\x18\x5f\x2c\xe3\x7c\x41\x13\x81\x81\xfc\x84\xfd\xcc\xf8\xb3\x2c\x63\xd7\xd0\x25\xac\xe4\x67\xa6\xaf\x30\x2a\xd0\x13\xe8\xd2\x40\xae\x75\xb3\x09\x84\xe5\xab\x71\xfe\xcc\xb8\x78\x8e\xcb\xf4\xb2\x4a\x17\x48\xcb\x2f\x97\x6c\x93\x25\xf0\xfd\x26\xcf\x69\xa1\xc6\xf0\xdb\x92\xe6\x1f\xe9\x8c\xa6\x57\x54\x66\x0a\xcc\xa6\xe9\xdd\xcf\xf1\xe5\xa5\x80\x1b\x55\x16\xaf\xc9\xc2\xbf\x48\xcb\x37\xab\x15\x4d\xd2\x98\xd3\x97\xb4\x9c\xd1\x3c\x89\x73\xfe\x7e\xfe\x4f\x96\x53\x4b\x8f\x29\x9d\x7b\x6b\x54\x69\x3e\x8d\x4c\xc0\x59\xa9\x75\x6d\xd2\xe7\xae\x0b\x3c\x3f\xb9\x3b\x86\x4a\x80\x75\x56\xfb\x91\xf9\x39\xf2\xe6\xc8\x75\xef\xe9\x7c\x8e\xd0\x2d\x27\x73\x15\xcf\xc2\x6c\xe7\x4c\x6c\xe7\x1c\xbf\x03\xef\x0a\x1b\xd7\xd5\x5d\x93\x56\xaf\x72\xd3\x96\x24\xe9\x66\xfd\x24\x30\x02\xbb\x82\xeb\x26\x5e\xb3\x8d\xd1\xd2\x68\xfa\xc2\xc0\x97\x68\xec\x71\xb2\xc4\x4b\x1f\x30\xb6\x87\x50\xe4\x2d\xd4\xef\x5e\x00\x60\x16\xdb\x40\x01\x76\x8e\x70\xb0\xe4\x31\x5a\x91\x5e\xb3\x88\xd6\x0c\xe9\xa8\xea\xad\xb7\xdb\x95\x5c\xaa\x92\x72\xd8\xd0\x67\x59\xba\xc8\xd5\x03\xa5\x17\xe0\xae\x3e\x09\xc7\x2b\xa8\xb3\x01\x3d\xd1\xcf\xf1\x25\xb8\xb1\xa6\x62\xb4\x98\xb9\x2e\xf3\x9a\x35\x30\x45\xd8\x4b\xb7\x5b\xf1\x4a\xee\xd2\x7d\x53\x56\x25\xb1\xeb\xc6\x9e\x20\x74\xe1\x30\x3d\xcf\x36\x85\x4d\x74\xcb\x41\x7e\x88\x8b\x2f\x0a\xf6\x80\xfb\x2f\xcb\x02\x76\x7b\xc9\xae\xf3\x3f\x71\xf8\x5c\xb7\xa7\x4e\x9d\x66\xa8\x24\x35\xdd\x1d\x55\x4e\x2a\x0e\x54\x6b\x59\x07\x40\xa5\x2c\xc0\x11\xe6\x35\x48\xe2\xf8\x9d\x34\x64\x1a\xe5\x95\xfa\x9f\xd8\x32\x7f\xcd\xd6\x1e\x42\xf5\xdd\xe7\x66\x2f\x6a\x27\xdf\x93\x9e\x92\x7a\xa6\xe8\x4a\x14\x45\x23\x34\xd2\x6b\xf5\x37\x7a\xd3\x98\xbd\x8e\x96\xf6\x50\xe4\x53\x47\x3d\x49\x5a\x50\x68\x48\x62\x1b\xb5\x2c\x80\x56\x52\x89\x10\xc4\x19\xfa\x1b\xbd\x29\x79\xc1\xbe\x50\x40\x1f\xeb\x78\x91\xe6\x8b\x4f\x32\x9e\xc8\x4b\x5d\x65\x66\x90\xc9\xab\x9c\xd3\xc2\xd4\x85\x07\x43\xe1\xba\x9e\x5e\x7b\x33\x09\xb1\x04\x8d\x24\x8f\x22\xdc\xa3\x7e\x5a\x2a\x25\xbf\x0f\x52\xe5\x8f\x26\x1e\x82\x16\x2e\x16\x94\xbf\x54\x37\xa1\x87\xfc\x1a\xec\xb5\x77\x6b\xbb\xed\x49\xdc\xa0\xc7\x82\xa4\x15\x8c\x37\x13\xc4\x2a\x45\xdb\x6d\xea\xba\x10\x65\xee\x5e\x24\xd2\x58\x44\xc0\x78\x0b\xca\x5f\xa7\x45\xc9\x4d\xf3\x9e\xc2\x6f\xb0\x1f\xeb\xea\x30\x2b\x26\x70\xe5\x4d\xc1\xec\x6f\x86\xac\x96\x65\xa9\x91\xdc\x4c\xa8\xac\xb7\xd0\x94\xff\xbd\x2a\x8f\xf5\x0f\x7f\x2e\x06\x01\x3a\x6a\x02\x7a\x4c\x6f\xa6\x3b\xaa\x2e\x6e\xdd\x81\xe6\x04\xfa\xd7\xcb\x74\xb6\x54\xfc\xc0\x8d\x1f\xfb\xe5\x3a\x9e\xd1\x28\x9d\x8b\x85\x96\x5b\xf9\x31\x4e\x4b\xfa\x42\x50\x11\xe5\xfb\xfc\x93\xc8\x86\x95\xe2\xc5\xcd\x9b\xfc\x8a\x7d\x91\x59\xaf\x59\xf1\x5a\x13\xa2\xd6\xf0\x90\x72\xfb\xa0\x7a\x35\xbd\x64\x74\x0e\x91\x47\x58\x8f\x90\xd8\x8f\x7d\x4d\x8b\xca\x0d\xae\x2b\x79\x8a\x6b\xe8\xa7\x38\x4f\x32\x0a\xaa\x7b\xe2\x5a\x66\x57\x14\x7a\x7b\x4b\xe7\x5c\x1c\x8e\x3d\xbd\x14\x20\x62\xfe\xfe\x6e\x3e\x8a\x76\xee\xe8\x67\xb3\xb6\x3b\xa9\xa8\xe7\x6f\xec\xe6\x17\x81\x23\xf6\x74\x91\xb0\xeb\xfc\x87\x74\x02\x27\x6c\x6f\x37\xeb\x78\x01\x98\x55\x74\xd5\x2b\x61\x9f\x4d\xcd\x0f\x70\xe4\x01\x96\xf7\x57\xfe\x65\x7d\x57\xd5\x70\x5f\x55\x1e\x5f\x4a\x98\x93\xb8\x20\x16\xc4\xce\xe7\xf8\xf2\x6f\xf4\x66\xbb\xd5\x89\x4b\x98\x90\x4c\x25\x62\x15\x2e\x45\xb9\x3b\xf3\xd3\x7c\xbd\xe1\xef\xf3\xec\x46\x9d\x6d\x75\x96\x80\x5d\xdc\x3c\xce\x73\xd2\x83\x78\x5c\xb0\x98\x6c\x46\xcb\x32\xcd\x17\xaa\xb5\x5e\x80\xdb\x20\x64\x0e\xc8\x6f\x45\x2c\x69\xaf\xf6\x55\xf8\x0a\xa1\x39\xd1\x47\x37\x81\x3b\x02\x8d\x7b\xd4\xd0\xcd\x51\xf5\x13\x8d\x3b\x20\x3b\xea\x02\x43\x45\x30\x91\xaa\xee\xb8\x09\x46\x51\x7b\xcb\xf7\xce\x2d\xc4\x73\xb5\x2b\x7a\x25\xd5\xb9\xa7\xcd\xab\x49\x80\xd5\xe7\xf8\xf2\x75\xc1\x56\x02\xd5\x49\xc8\xab\x53\x0b\xd2\xcc\xa2\xb9\xbd\x4b\xb6\xd2\x38\x25\x2d\xc5\xdd\x44\x73\xfe\x2a\x49\xb9\x45\x40\x56\xdb\x21\x76\x74\xef\x5e\xc1\xfd\xad\xd6\x1d\xb2\xde\xb2\x52\xce\xb2\xc2\x3a\x02\xcc\x14\xd3\x2e\x54\xb2\xb6\x16\x71\xd6\x48\xb0\xf0\xa7\x5a\xa7\x7a\xf1\xa5\xa8\xb1\x17\x1d\x37\x8a\xe3\xa5\xc4\xc1\xdd\xa0\x4e\xf3\xe4\x7f\x71\x29\x82\xc6\x52\xac\xee\x5f\x8a\x2c\xbe\x6b\x25\xf6\x2d\xc3\x97\xf6\x32\xac\x24\x4d\x79\xf7\x62\x70\x5a\xec\xbf\x6d\x80\x8a\xf8\xd3\xb7\x4d\x5d\x4c\xb5\xdb\x75\x18\x48\x74\x19\x21\x48\x32\x6b\x41\xf9\x4f\x06\xc7\xbe\x4c\xa5\xf0\x5a\x40\xfe\x0b\x18\x73\xcb\xfb\xa1\xd2\xb0\xf6\x2f\xe6\x35\xc2\x1a\x6e\x3a\xd8\xc6\x46\xfa\xd7\xed\x36\xc0\x85\x6d\xf1\x9f\xfb\x9c\xad\x91\x8e\x68\x23\xd3\xb8\x7f\xc9\x38\x67\x2b\x84\xe3\x7a\x51\x9d\x5c\xd6\x4b\x8b\x16\x8c\x30\xca\x75\x8b\xf3\x74\xbb\xed\x51\xd7\x8d\xcf\xca\x31\x3b\x27\x39\x0c\xc7\x75\xd9\x99\xfa\xd9\xcf\x7d\x50\xeb\x1f\x07\x91\xf1\x58\x50\xcf\x79\x3c\x1c\x30\x40\x27\xf7\xe2\xba\xf7\x68\xfc\x26\x7a\xb9\xd3\x92\x8e\xb5\xc0\x76\x0b\xb8\x7c\x52\xc3\x07\x9c\x8b\x44\x07\x1a\x10\x18\xc4\x81\xec\xfa\xca\x90\x5b\x20\x0e\x02\xcc\xd9\x3a\x0a\x60\x2f\x3a\x70\x16\x00\xf3\x95\x11\x36\x48\x9f\x5a\x3d\x42\x3c\x66\x48\x50\x0b\x92\x90\xc5\x20\x64\x63\x16\x71\xfd\x8a\xfd\x60\xe3\x3b\xab\xbc\xc5\x8f\x29\xb6\x5b\x23\xd6\xb9\x03\x4a\xcd\x00\x96\x5d\x03\x50\x85\xec\x71\x2c\xc7\xcb\xe8\x0a\xdf\x41\x65\x99\x16\x57\xdd\x2d\x42\x21\xbb\xc5\xd5\x78\x25\x5a\xdc\xd5\xb9\xac\x85\x3f\x13\x2f\x13\x8a\x30\xa8\xa7\xbd\xdf\x70\x49\xa8\x96\x6d\x19\xc7\xc1\x47\xbf\x4c\xff\xa0\x3b\xcc\xad\x67\xc6\x0b\x69\xe4\xd2\xb0\xc3\x01\xb2\x91\x10\xa2\x2e\x6f\xd7\xfd\xe8\xcf\x59\xf1\x2a\x9e\x2d\x3b\xa5\x71\xb4\xeb\xfd\xb8\x43\xe0\xc8\xa3\x1e\x54\xb4\x66\xaa\xb8\x27\xf8\x6d\xfd\x39\x96\xce\xbd\xdf\x27\x32\x3d\x4d\xa4\xf3\x48\x4c\xd1\xad\x4c\x91\x5c\x2d\x7d\x3b\xa9\x25\x59\x2a\xb3\x8c\x96\x6d\xeb\x4c\xaa\x0b\xbd\x43\xa3\xdc\x75\x73\x6d\xae\xd8\x78\x70\x54\x56\x3b\xb9\x9f\xb3\x84\x7e\xbe\x59\xd3\x06\x53\x62\x85\x40\x2b\x50\x0d\xaa\x7a\x7b\x90\x5e\xa0\x58\x10\xf5\x2e\x73\xfc\x0e\xed\x5a\xa5\xb7\x5b\xef\x23\x18\x27\x81\xa5\x23\xee\x98\x90\x1c\x86\xdc\x35\xd7\xed\x28\xd0\x61\xcd\xf4\x85\xde\x08\x62\xd2\xe9\xda\x64\x40\xd5\xb8\xbd\xc6\xba\xed\xda\x3d\xd1\x6e\xfa\x32\xdb\x14\x8e\xaa\x2e\x9f\xf4\x52\xc1\x11\x12\xda\xfb\x8f\x2d\x5b\xcd\x6e\xae\x52\x67\xfc\xcc\xfb\x2a\x49\xef\x8e\x4d\x2e\x46\xc7\x46\xd6\xc5\x45\xf7\xb6\x2b\xc3\xa5\xd4\x8b\x3c\x6b\xb2\x67\x7e\x50\xd7\xb5\x76\x51\x6d\xa5\x2c\x66\xdd\xfb\x1c\x4e\x89\xda\x1d\xc5\x43\xda\xed\x3f\x53\xd2\xd4\xf7\x21\x87\x0a\x77\x0e\x5b\x6a\xc0\x56\x43\x51\xd7\xa9\x24\x4e\x69\xc9\x59\x01\x77\xa8\xeb\x1a\x80\x31\x41\x59\x3f\xc4\xd2\x67\x6f\xfd\xb9\x0e\xe6\x4f\xd2\x1a\x48\x73\xc2\xeb\x05\xb6\xdb\x76\x0d\x8a\x1a\xa2\xe7\xcc\x5f\x20\xed\x06\xb6\xde\x23\x1a\xe5\x63\xb5\x27\x2d\x36\x0b\x84\x90\xc5\xb9\x5e\x36\x6c\x8a\x35\x98\x4e\x6a\xdb\x5b\x39\xc1\xde\x95\xb6\xec\xa7\xed\xb5\x4e\x68\x46\x39\x3d\xb0\x70\x15\xee\x3e\xf2\xb2\xe0\x5d\xa7\x3e\xb8\xe7\xd4\x77\x1a\x0a\xfe\xb0\x83\xdf\xd9\xfa\x9d\x67\xbf\xfd\x46\x50\x19\x0a\xdc\x5f\x5b\x24\x25\x64\xd7\x57\xb6\x00\x15\x89\x6e\xb8\xd5\x90\x2a\xd9\x59\xb9\x00\xa0\x12\xc7\x84\xfb\x54\x36\x27\xb0\x33\x2e\x09\xf7\xc5\x14\xe0\xba\x07\x43\x9d\xb8\x48\xe3\x97\xb4\x9c\x15\xe9\x25\x4d\x9e\xdf\xe0\x99\x4a\x7b\x1b\x5f\xd2\x2c\x83\xa4\x8d\x6d\xcf\x53\x89\x32\x57\xfe\x12\x59\x27\x16\xaf\xfc\x14\x44\x7d\xdb\x6d\xbc\xdd\x82\xfd\xe4\x48\xce\x8d\x5e\xc5\xd9\x26\xe6\x92\x24\x7f\x4e\xe7\xac\xa0\x52\xd7\xc3\x93\xe2\x45\xc3\x85\xbe\xf6\x9f\x5b\xc2\xd1\xb4\xa1\x3a\xb2\xc6\xb6\xc8\xf5\xd6\x11\xa3\x1c\x64\x6a\x98\x97\x37\x4e\x34\xc3\x32\x2d\xd1\xd3\x11\x89\xd9\x0e\x27\xb8\xc4\xb7\x66\x02\x5a\x8b\x6f\x01\x0a\x33\xd2\xb9\xb6\x4a\x7a\x01\xd6\xda\xa5\xc2\x46\x65\x74\xeb\x44\x70\x28\x9c\xe8\x96\x6d\x78\x96\xe6\x34\x72\x72\x41\xad\x09\xd2\xd8\x59\x95\x03\x8b\x7e\x43\x98\x21\xbc\x41\xb8\xa0\x73\x75\x4e\x8c\xcc\xc4\x46\x6b\x6a\x33\xb4\xd9\xbe\x04\x28\x84\x3b\xc4\x95\x91\x3e\x1d\xd8\xc0\x68\xd4\xa1\xcb\x43\x2d\x18\xf6\x38\x9e\xa3\x1d\x56\x12\x8d\x48\xc3\xa0\x14\x59\x58\xec\x62\x05\xeb\xa6\x80\xc9\xd8\xd5\x10\xec\x4c\xbc\x7d\x0a\x9a\x37\x88\x93\x79\x97\xb8\xa7\xa1\x77\xda\x0b\xbb\x0e\x91\xe4\x05\x52\xd7\xad\x6c\x3e\xdb\x87\xaa\x66\xb2\xf9\x05\xe9\x83\x67\x33\x2e\x95\x34\xde\x20\xe6\xf7\xd7\x9a\xe7\xd8\xd1\x27\x38\xf8\xeb\x75\x75\xa5\xb1\xe7\xef\x93\x46\xaf\x9f\x90\x56\xef\xef\xf5\xc0\x9c\xb1\xf6\xd2\xeb\x68\x48\xab\xdd\x84\x3b\x35\xc1\x8e\xd3\x6e\x78\xde\x57\xc0\xfd\xe8\xb8\x69\xda\x75\x9a\x8c\xf2\x8e\x12\xb6\xaf\xe7\x46\x9e\xc1\xe8\xbd\x40\x29\x51\x74\x2c\xb7\xf5\xde\xb7\x5b\xda\xfb\xc4\xef\x18\x38\x03\xa4\x59\xad\x41\x1b\x5a\xde\xc6\x65\xed\x06\x50\xee\xd4\xbb\xb6\xa3\xeb\x12\xee\x44\xbe\xd5\xeb\xfc\xfe\x71\x7f\xe9\x1c\x37\xb5\x9e\xe5\x77\x8d\x5e\xe3\xe3\x2e\xdd\x12\x0b\xff\x49\xe1\xa5\xc4\x6f\xf2\xc8\x15\xd5\x7b\x45\x4a\x0f\x21\x59\x83\x96\x57\xb8\x6e\xaf\x00\xce\x3b\x73\xdd\x1e\x93\xac\x77\xaf\xd7\xa3\x86\x7e\x6a\xdd\xd5\xa2\xe7\x2e\x40\xe9\x84\x38\x6b\xff\x9b\x0f\x8c\x96\xdc\xab\x76\x9e\x65\x5b\x8d\xd7\x28\xad\xb7\xb0\x1f\xab\x7f\x1f\x59\x55\xad\x6c\x9d\xde\x01\x47\x59\x3d\x41\xf4\x28\x0e\x83\x7d\x9a\xa8\x0c\x63\x3f\xea\xa0\x7c\x08\x1b\x1b\x30\x48\xa0\xa4\xb6\xc6\xd8\x35\xc8\x96\x06\x61\xd3\x61\x63\xdc\xf1\xe6\xe2\x15\x7e\x92\x75\x7b\x12\x05\xd6\x13\x09\xc5\x74\x6c\x5f\x03\xb1\x11\x62\x7f\x64\x0c\x62\x36\x40\xf9\x35\x94\xd6\x4f\x83\xa6\xfd\x7a\xa5\xbd\x22\x9e\xb0\x65\x77\x16\x76\x06\xa1\x03\x5a\xd3\x46\x94\xfa\xad\xfd\x8e\xbd\xfd\xad\x77\x95\x47\x9d\xa9\x3a\x42\x7e\xa4\xe9\xa4\xce\x89\x34\x01\xb3\x05\xf2\xfb\x4f\x5d\x53\xde\xdb\x41\x60\x51\x9c\xbb\x6e\xe3\x35\xaa\x37\xac\xf5\x0c\xcb\x05\x11\xcc\xf5\xe8\x07\xe1\x9e\x83\xe6\x75\x9d\x0e\xd7\xed\x69\xbf\xfd\x1d\x32\x65\xaa\x65\xca\x5d\x87\xd4\xf4\x18\x34\x97\x62\xaf\x28\xa3\x7d\x58\x6b\xcf\x90\x76\x85\x4e\x27\x26\xf5\xce\xf6\xf3\x15\x3b\x77\x00\x24\x99\x79\xe7\x0d\x5e\xf1\x59\x13\x06\x7a\xed\xcf\x7f\xf9\xfc\xf9\xfd\xcf\x0e\xf0\x09\x78\xbc\x90\xb6\x3c\xce\xb3\x66\xc2\x9b\x9f\x3f\xfc\xf2\xb9\x99\xf8\xf9\xd5\xdf\x3f\x3f\xfb\xf8\xaa\x5e\xb8\xea\xc1\x5c\x24\x77\x89\x2b\xc5\x9e\x1b\x8a\x23\x6f\x13\x18\x32\xaf\xd7\xca\x93\x44\x99\x12\x03\x0f\x40\x7d\x68\xc0\xf2\x01\xb0\x3d\x1d\x73\xf1\x7e\xf6\x72\x81\x94\x7b\xc1\xa8\x83\x95\x71\xbd\x4c\x33\xea\xe5\xdd\xe4\xc7\xa8\xfb\xce\x69\x8b\x52\x5b\xe2\x7d\x8f\x12\xaa\xc1\xad\xf9\x4c\x6c\xf7\x83\x2c\x07\x0d\xa3\x06\x77\x86\x9a\xdc\xdf\x27\xb4\x4d\x05\xd9\x0a\x01\x40\x29\x18\xad\x1c\x71\xf1\x36\x55\x50\xa4\x80\xde\xb4\xd7\x41\x55\xd9\xc7\xb7\x2d\x31\x96\xc4\x9a\x89\x52\x03\x91\x17\xfc\x9c\x7e\xd5\xbd\x7e\x4a\x2f\xb3\x34\x37\x7c\xbd\xf6\xfb\xa8\x12\xf5\x74\x04\x36\xa9\x7c\xbf\x80\xfb\xa0\x9e\x09\xce\xd8\xb1\x8e\x38\x25\x83\x10\x97\x0a\x87\xe1\x19\xe9\x85\xe2\x19\x64\xb1\x27\xb4\xaa\x00\x91\xd2\xb0\xcb\xd4\xa4\xc4\x99\x94\xf2\x6f\xb7\xbd\xbb\x0e\x87\x05\xba\x35\xb1\x46\x81\x04\x32\x91\x98\xa4\x4b\xa4\x51\x60\xda\x10\x65\x24\x64\x33\x2e\xfc\x4e\xb5\x5d\x4f\xaa\xfe\xaa\x93\x58\x10\x3a\xbe\x87\x96\x2b\x50\x74\x0f\xd5\x54\x20\xdc\xdb\xa0\xdb\x92\x14\x8a\x83\x27\x1a\xd6\x8a\x00\xdc\x4b\xf0\xde\xa1\xc0\xee\x82\x23\xec\xb5\xeb\xc2\xdf\xb4\xd1\xce\x1a\xc2\x45\xc8\x32\xe9\x76\xbb\x3e\x4b\x21\x24\x30\x59\xe3\x92\x14\x08\xcb\xb8\x71\x6b\x1d\x43\x61\xa7\x8e\x57\x01\x0d\x97\xae\x5b\x9a\x73\x56\xa7\x91\x67\xa4\x17\xe0\x36\x79\x58\x56\xc6\x2f\xd6\xce\xa6\xe5\x8b\xb4\x98\x6d\xb2\xb8\xf8\x59\xea\xa3\x03\x23\x87\x69\xa0\xa4\xe3\x6f\xa6\x8f\xf7\x51\xdd\xf6\x59\x02\x1a\x2d\xfa\x66\x12\x76\x0f\x5d\xdc\x68\x59\x13\xb9\x9a\x52\x9e\xed\x3b\x35\x75\x6d\x9a\x06\x77\x61\x10\xea\xd0\x3d\xdd\xa2\x9d\xce\xac\xaf\xdb\x6d\x60\xde\x52\xea\x5d\xac\x7b\xf3\x7a\x81\xa5\x76\x5c\xb9\xff\x26\x10\x40\xd0\x12\xe7\x14\x52\x20\x54\x13\xf1\x30\x2d\xf9\x31\xee\xc9\xcf\xca\x31\x6d\x4b\x67\x68\xb7\x74\x26\xf2\x24\x94\x71\xd7\x8d\xcf\x49\xb9\xdd\xc6\xe2\x03\x81\x62\x59\x8c\x53\x92\x9f\x83\x7f\xdf\x39\x77\xdd\xfc\x4c\xfd\xec\x17\x6d\x19\x51\x3d\xe7\xf1\x70\x90\x23\x84\x53\xb4\x03\x52\x7e\x1f\x3d\xd0\x85\x70\x7a\xa1\xd4\x76\x6a\x51\x01\x96\x38\xfb\x7f\x73\x6b\xc2\x87\x6e\x4d\xa7\x00\x4e\xed\x58\x56\xdf\x31\x5b\x28\x17\x9f\x67\x7f\x72\xbb\xce\x48\xb6\xdd\x96\xd5\x76\x95\xff\xff\xb9\x5d\x6f\xe9\x9c\xef\x79\x43\x98\xcd\x6a\xce\xbe\xab\xa7\x57\x68\xef\x26\xd9\xea\x14\x14\xed\xdb\x30\x55\xbd\x51\x7a\xbc\x8e\x8b\x52\x06\xd2\x93\xbb\xe5\x73\xf6\x3a\xfd\x4a\x13\xef\x10\xa1\x33\x2b\x53\x1f\x34\x3b\x3f\xaa\x55\x6e\xe7\x9f\xd7\xea\x37\x1a\x47\xae\x5b\x48\x8d\xa4\x33\xc2\xe4\x0f\xd7\xe5\xcd\x7b\xb5\xa1\x65\x32\x4e\x75\xd9\x81\xaa\x1c\xe5\xdb\xad\x97\x92\x97\x08\xa7\x3b\x84\xd5\x45\x9d\x7f\xf3\x3e\x06\x10\xa8\xf0\x8e\x7d\x04\x65\x93\xff\xe1\x8d\xec\xfd\xb8\x9d\xfc\xc6\xcd\x88\xbe\x07\x0c\x60\x27\xc5\x81\x3a\x27\x4c\x9d\xbe\x07\xec\xa3\xac\x32\x90\x35\xfe\xb7\x76\x51\x2a\x5e\x35\x9f\x32\x96\x31\x8d\xc7\x0d\x45\xd8\xfd\xbe\x14\x34\x5d\xfe\x27\x69\xba\xfc\x1e\x9a\x2e\x6f\xd1\x74\x86\xbf\x71\xe9\x53\xf1\x6a\x85\xee\x59\xbd\x4c\x41\x20\xaa\xb8\x5a\xb4\x58\x52\xac\x10\x26\xa3\xee\xc7\x12\x54\xdb\xf7\xd0\x64\x8a\x32\xcc\xef\xa7\x0c\xf3\x7b\x29\x43\xed\xff\x25\xd9\xdf\x1d\x5e\xdb\x37\x42\x22\x6f\x89\xb9\x9d\xb6\x31\x17\xca\xb2\x5e\x54\x27\xaf\xea\xa5\xa1\x85\x45\xf5\xa4\xb8\x4b\x57\xc5\xa3\x78\x83\x13\x58\x4b\xea\xba\xeb\xf3\x79\x7f\x26\xb5\x42\x96\x67\xab\xc1\x4c\xeb\x7e\x49\x1a\x14\x0a\xc4\x63\x2f\x26\x6b\x5c\x90\x85\xb8\x63\x50\x24\xcb\x96\x63\xaf\x24\xcb\x2a\x55\x5e\x4d\xc5\x76\xbb\x38\x23\x60\x11\xad\x73\x90\xa6\x50\x55\x34\xc9\x2b\xa5\x59\x97\xba\x6e\xba\x87\x54\xbd\xea\x26\x55\x53\x4b\x2c\xd7\x38\x0f\xa9\xba\x8b\x1e\x4e\xcb\xf2\xff\x97\x68\xd9\xab\x36\xff\x68\x2f\x67\x53\x2a\x28\xd5\x97\xe8\xce\x87\x9c\xeb\x2a\x31\x6f\x83\x76\xda\x6e\xf9\x76\x9b\x1b\x77\x92\x74\x2f\xb8\x17\x0a\x31\xf6\x99\xa6\x38\xb0\xb8\xc8\x38\x5b\xf7\x99\x2f\x5d\x84\x3e\x1e\x8e\xba\xbb\xe8\x64\x34\x29\xa5\xa0\x02\x94\x82\x04\xca\xdc\xc7\x91\x82\x6e\xc5\xa3\x29\xdf\x57\x80\xb3\x35\x49\x9b\xb2\xdb\xbb\x18\x29\x5d\xee\x65\x3a\x64\x30\x14\x75\xb2\x85\xda\x4c\x0e\x53\xa5\x3b\x9e\x56\x5b\x17\x45\x99\x21\x74\x0a\x08\xee\xd0\x51\xb9\x8b\x4b\xc1\x47\x6d\xcb\x05\xe3\xa6\xb3\x31\xe4\x26\xc7\xb0\x36\xec\xde\x7e\xae\xfc\x3d\x8a\x1d\x5d\x6e\x1f\xee\xaf\xb6\x5f\xc3\xe2\xae\x7a\x5d\x62\x17\x84\x2b\x89\x55\x7d\x51\x55\xe9\x7d\xb2\x69\xdc\xcd\xd9\xef\x5a\x87\x5e\x9d\x5b\xdf\x2d\xea\xea\x9c\x92\xb4\xf2\xb9\xbb\xd5\xbd\xc2\xb1\xbb\xda\xb4\x79\x5b\xae\x4b\x8d\xb4\x13\x42\x18\xc0\x3b\x82\xb7\x02\x2a\x30\xc2\x27\xf9\x74\x64\x83\x12\x43\x63\xc3\x5b\x64\x6d\xde\x62\xc5\x9e\xb4\x34\x1b\xee\x60\xdc\x75\xac\x35\xea\x14\xee\x80\x02\x9f\x33\x08\x9d\x5e\xab\xdf\xaf\xc8\x75\x59\x9d\x83\xff\x55\x8a\x05\xa2\x3b\x76\x94\x61\x27\x78\x70\x63\x81\x83\x10\x8a\xbc\x7a\x59\x01\xcb\xe0\x7a\xb7\x7b\x29\xba\x87\x84\xed\x3d\x64\x68\x5c\x43\xcd\xd2\x9a\x66\xbc\x67\x32\xff\xef\x2e\x6d\xe4\x94\x57\x0b\xb9\x8c\x8a\xe5\x6d\xd6\xb6\xdd\x8c\x53\x19\x3e\xb7\x1b\xb4\x32\xb1\x6a\x01\xed\x55\x44\x63\x1d\xb7\x41\xb7\x66\x76\x67\x2c\x51\x8b\xcb\xde\x60\x25\x3b\x33\xd9\x0a\x55\xad\x38\x4d\x3a\xbd\x4e\x2f\x77\xb4\xde\x03\x3f\x0b\x3d\x6a\x89\x06\xc0\xa6\x41\xac\x87\x49\xf4\x39\x7b\xcb\xae\x69\xf1\x22\x2e\xa9\x07\x8c\x7d\xfa\x95\xc7\x05\x8d\xef\x28\xd5\x92\x3f\x75\xd0\xe7\x1d\x06\x66\x4a\xe2\xd5\xd0\xc7\x75\x5d\x40\x25\xa2\x25\xd7\xfd\x60\x3c\x74\xc8\x94\x46\xbf\xe7\x83\xb0\xf2\x9d\x22\x75\x4e\x52\x96\x43\x04\x74\xcc\x08\x88\x3a\xab\xe4\x57\x79\x82\x0b\x42\xfd\xab\x38\xdb\x50\x9c\x42\xd0\x97\x38\x79\x9f\x67\x37\x10\x1d\x7d\xbb\xcd\xcf\x03\xf1\xc4\x70\xdd\x5e\xba\xdd\x8a\xca\x85\x31\xbc\x53\x89\xd6\xc1\xb2\x0d\x44\x0c\x89\x63\x2b\xd5\xd5\xa7\xff\x3e\x7f\x56\x14\xec\x1a\x6c\x50\x1e\x5e\xd6\xa3\xa8\x7a\xd3\x68\xf1\x7a\xd0\xb9\xda\xe6\xdd\xdc\x58\x68\x55\xc9\xea\x72\xb6\xa4\x20\x9c\xfa\x99\x89\x3a\xdb\xad\x41\x1e\x0c\xae\x95\x96\x04\xad\xcb\x06\x70\x0f\xec\xf6\x3a\x5e\x76\x46\xfd\xe2\xc6\xbe\xb7\xea\xaa\x1f\x2d\xb2\x46\x53\x1f\x1d\x6a\xc5\xaa\xb5\x8b\x6e\x0d\x10\x68\xcb\xd6\xc7\x26\xb7\x5d\x04\x7c\xd4\x0b\xb1\xa1\x51\xa3\x16\xcd\x8a\x5b\x1a\xd2\x11\x2c\xfb\xce\x4b\x7d\x13\xbd\xea\xbe\x70\xb8\xc6\x72\x9c\x7d\x57\x98\x30\x0d\xde\xf3\x34\x13\xcf\xaf\x4e\x85\xe8\x1d\xb2\x42\x51\xa9\x38\xc4\x8a\xb8\x77\x9c\x9a\xa7\x9c\xdd\xbd\x3e\x6b\xbe\xc7\xdb\xc5\xd5\x1d\xee\x2b\xb5\xf7\xca\xa7\xd2\xe7\xc5\x53\xe9\xf1\x22\x1c\x0e\xa5\xcf\x8b\xf0\x49\xc3\xe9\x45\x38\xd4\x4e\x2f\x8e\x95\xd3\x8b\x53\xe5\xf4\x62\x18\x4a\xaf\x17\x35\xf7\x33\x0b\x3b\x2c\x29\x2b\xd2\x45\x9a\xc7\x99\xe6\x6d\x40\x10\x71\x05\xc1\x52\x7f\x44\x10\x27\x92\xe2\xad\xf9\xc4\x73\xdd\x92\xf2\xcf\xe9\x8a\xb2\x0d\x6f\xf9\x2e\xa9\x3b\x36\x87\x4b\x61\xaf\x5b\x73\x84\x03\x69\x56\x7d\xb5\xcf\x6b\x66\xdb\x79\x3c\x10\xcf\xb7\xc6\x5e\x8a\x6b\x1d\x98\xa8\x17\x60\xe9\x52\xee\x59\x91\xc6\x3f\x41\xf8\x13\x25\xc6\x93\x70\x49\xc5\x12\x5b\x2e\x77\xae\x6a\xba\xe9\x29\xe6\x68\xd4\xeb\xea\xd7\x5c\x35\x2a\x7c\x3b\x9d\x48\xe5\xbf\x15\x4b\xe2\xcc\x99\xa2\xe6\x5d\x40\xfd\x7d\xc3\x18\xed\x8b\x64\x94\xce\xbd\x1c\x1c\x3f\xd4\xd8\x3c\x07\x06\xe7\x88\x43\x5c\x9d\x5d\x84\x27\x1c\xbc\xd3\x7a\x39\x4e\x51\x67\xfc\x45\x2a\x3d\x3c\x9a\xc5\xc1\xcc\x8e\xc5\xbf\x88\xf2\xfa\x52\x64\xd5\x47\x2f\x44\x7b\x87\x59\xa9\x4b\xd6\x03\x95\x49\xe7\x80\x7e\x83\x9d\x6e\xb9\x6f\xa8\x06\xef\xba\x5e\x66\xaa\xf7\x02\x6b\xf4\x0d\xe8\x61\x16\xcc\xb0\xed\x96\x79\xb7\x0d\x70\x8d\xcc\x30\x70\x0d\x68\x23\xd3\xbe\x09\x2a\xf1\xa2\x96\xef\x55\xf0\x59\x1b\x7f\x0d\x4a\x35\x2a\x00\x0f\x7b\xaf\x95\x7e\xcb\x76\x0b\x21\x58\xaa\xf9\x6b\xf5\x1e\xf0\xce\x8f\x6d\x83\x1b\x8e\x25\x3d\xe4\xe0\x62\xaf\xa7\x1f\x7b\x21\x54\x13\x62\x45\x1a\xcd\x48\x2d\xdf\x7d\xad\x40\xd4\x17\x73\x87\x88\xcb\x1a\xbc\x21\x7e\x06\xf3\x2c\x71\x4f\x1b\x0e\x87\x5e\x24\xaf\x51\xa8\xb1\x25\x21\xaa\x86\x22\x01\x6c\x24\x1d\x41\xe6\x7e\xc1\x32\x8a\x6f\x48\x6e\xa9\xe8\x5e\x90\xbc\xd2\xe1\xc5\x2f\xec\x2f\xa9\xd1\x7b\xad\x92\x6c\xc5\xdf\x2f\xe0\x3c\xe3\x26\xa3\xf8\x93\x68\x4c\xbf\x86\xbe\x82\x56\xdb\xcb\xb4\x5c\xa5\x65\x89\xdf\x77\x2a\x83\xd8\x86\x4e\x08\x33\x09\xb6\xd2\xe1\x52\x0f\xbc\x06\x41\xb0\xf3\x18\x82\x9d\x3f\x30\x7c\x58\xee\x83\xd3\xc8\x92\x3f\xcb\xd3\x15\x5c\x7b\xaf\x8b\x78\x45\x5b\x78\x4d\x5a\x88\xab\x38\x28\x40\x20\xca\x88\x28\x3a\x6a\xc7\x3f\xf4\xc3\x4d\x71\x67\xad\xf3\xec\xba\x06\xe6\xf2\xee\x60\x0f\x96\x93\xb6\x16\x93\x0b\xe9\x10\x7b\xd6\x5e\xda\x3c\xd7\x92\xdc\xc1\x21\xab\x15\x1d\x15\x82\x76\x2b\xcf\x65\x54\xa3\x72\x50\x9c\x87\x68\x97\xf6\x40\x4f\x21\x06\x9a\x1c\xd5\x0e\xa4\x59\x21\x3b\x9c\x1a\xc2\xa9\x42\x3c\xaf\xc8\x1d\x50\x09\x06\xf0\xb6\xc9\x12\x2d\x67\xf1\x9a\xa2\xaf\xae\xeb\x7d\xf5\x28\xc2\x0f\x33\x0d\x04\x68\xfc\x3a\x45\xf8\x4d\xa5\x0c\xde\xe1\xd7\x0a\x0e\xcb\x1b\x5c\x29\xdc\xbf\x42\xb8\xe9\x10\x10\x14\xc5\xdb\x2e\x83\xaf\x8c\xf9\x5c\xe2\x2f\x91\x97\xe3\xc4\x9f\x23\x5b\x8b\xfb\x06\x0b\xc0\x8f\x2e\xb1\xa5\x07\xee\x44\x17\xb8\xad\x16\xfe\xa2\x4b\x2d\xfc\xda\xd2\xaa\x7e\x85\x01\x66\xa2\xda\x20\x0c\x00\x45\xef\xc7\x3a\xd6\x8b\x76\xe3\xdc\x50\x06\xc7\x5f\xc4\x7a\x7c\x02\x57\x85\x57\x75\x4f\xc6\x1f\xd8\x7a\xb3\x76\x7e\x98\xbb\x72\xed\x8a\xb2\xa8\xb9\x7f\xeb\x22\xab\xba\xf3\x3b\x43\xbe\xdc\xe9\x34\x32\xaf\x38\x7d\x20\xa5\xe8\x74\x02\x09\x42\x2a\x4d\xcf\x89\xaf\x71\xee\x15\x28\xe2\x6d\x07\x8e\x69\xcd\x81\x63\xf1\x03\x1c\x38\xce\xf6\x93\x6d\x87\xa1\xf2\x10\x77\x2c\xc9\xb6\xa3\xa1\xa4\xdb\x6a\x91\x86\x67\xba\xcb\xe6\xa4\xb4\xf7\x71\x9c\x10\xcf\xb3\x62\xb1\xc5\x96\x5f\xa5\x4d\x45\xb8\xc5\x96\x3f\x25\xaa\xfd\x29\x99\x60\x26\x17\x00\x61\xe0\xfc\x96\xdc\x2a\xb3\xc2\x4f\x94\xf3\x34\x5f\x28\x07\x47\xa4\x23\xcd\xbf\x4c\xf3\x04\xbc\xab\xec\x9a\xdb\x3a\x43\xde\x06\xc7\x08\x6f\x1e\x6a\x35\x98\xfa\xb1\xcf\x2e\x4b\x5a\x5c\x69\x2d\xf9\x66\x6f\x68\xd7\xdd\xda\x1e\x2b\x1e\xd1\xe0\x26\xff\xa6\x26\xbb\xcd\x57\x62\x62\xaf\x55\x13\x3f\x94\x7e\xec\xbf\x60\x79\xb9\x59\xd1\x02\x7c\x69\x59\x40\x50\x6a\x07\xf1\xa9\x74\xad\xad\x3a\x2f\x3d\x8e\x29\x2e\xfd\xd9\xa6\xe4\x6c\x95\xfe\x01\x48\xab\x14\x94\x79\x2c\x9f\x91\xe2\x26\xd8\x28\xe7\xea\x7b\x3c\x58\x9b\x5c\x53\x90\xe8\x1f\xb5\x78\x08\x0d\x6f\xa6\x1b\x84\x13\x84\x80\xe9\xae\x8b\x03\xd2\x8d\x6d\x08\xd0\x6f\xbc\x1e\x31\x6d\x6e\xb7\xf5\x12\x66\xf1\x7b\xc4\xf8\x9d\xd7\x3a\x56\x36\xfd\xa9\xeb\x63\x53\x68\xd4\xd9\x95\xe9\x08\xef\xe9\xa7\xf2\x6e\x5f\x2f\x20\x8d\x58\xc8\x7a\x9f\xb7\xf7\x59\xd3\x9f\xeb\x06\x27\xc6\xcd\x7b\x57\x53\x3b\xa3\x6b\xff\xa0\xb6\x90\x34\x8e\xb5\xa1\xa8\x7d\x74\x2c\x80\x52\x52\xa7\x62\x46\xa5\x8d\x9f\x27\x2a\xef\xbc\xc2\x7a\xfa\xa2\x3a\x8a\x7e\xa1\xa0\x84\x26\x4e\x9f\xe2\x4d\xf3\x0e\x03\x2a\x74\x86\x93\xef\x8c\x3a\x11\xdf\xf7\xba\xdc\xe3\xb7\xcd\x7a\x3b\x54\xf8\x85\x37\xf0\x8b\x20\xdc\x62\x4e\xc9\x6d\x5a\x4a\x15\x7c\x9a\x44\x86\x88\xa9\xbd\x11\x77\x38\xef\x42\x25\xca\x2a\xfa\x9b\x0d\x90\x71\x43\xe4\x90\xc5\x37\x4a\x98\xc5\xe5\x3b\xf4\x4d\x42\x94\x73\xd7\x3d\x6f\x53\x30\x45\x90\xa4\xa2\x3d\x7a\x41\x7a\xef\x50\x8b\xa1\x73\x1f\x4e\x6a\xf4\xed\xba\xe0\x39\x5c\xf7\xdb\xc8\x45\xf7\xd9\xd6\xd9\x22\x2e\x58\x60\xbf\x1a\xe1\xb8\xf0\x5f\x28\x12\xd9\x67\x79\x76\x53\x0b\xb7\xaa\xed\xa6\x22\xad\xa1\x5a\x67\xea\xc0\x3a\x45\x92\x27\x53\x3c\x9c\x27\xf3\xf0\x60\x04\x75\xf8\x3a\x92\xb7\xa0\xb8\xfd\x4a\x75\x2b\x02\xf7\x22\x3c\x92\xdc\x8b\x63\x3b\x34\xf6\xa6\x53\x33\x42\x87\x11\x10\x74\xf2\x3c\x9e\x71\x56\xdc\xbc\x5f\x03\x56\xc5\x1b\xe2\x59\xf4\xf2\xed\x2e\xca\x91\x3d\x5d\x3b\x6e\x65\xae\x9d\xe0\x76\xbb\x8c\x68\x05\x05\xc1\x0e\x67\x5f\x68\x5e\x3a\xe6\xd1\x50\x36\xf0\x7c\xbe\xdd\x32\x4c\x31\x6f\xa2\xfa\x9d\xc7\xed\x43\xae\xde\x69\x2c\xe7\xf4\xab\x3c\xd1\x98\xab\x50\x21\x08\x0c\x1e\x61\x77\x47\x33\x88\x88\x7a\x07\x76\xcf\x11\x9e\x79\x39\x52\x2b\xbd\x21\xb9\x0c\x5a\xb0\xdd\x66\x2a\x7a\xc1\x9a\x24\x5e\x8e\x37\x98\xfb\x72\xe4\x38\xd3\x3f\x72\xf5\x03\xe1\x79\x6b\xfa\x9a\xbf\xc6\xc8\x64\x8a\x0b\x72\x38\x2a\xda\xfc\xb5\xa2\xdf\x47\x6c\x52\x0c\x0e\x6d\x0e\x5b\x31\xad\x6c\x25\x8b\x7a\x34\x7c\xe6\xaf\xe2\xb5\x75\xd2\x98\x86\x94\xae\xdb\x8e\x8d\x99\x1a\x4b\xc4\x76\x08\xc1\x0b\x73\x83\xd7\x98\xeb\x3b\x21\xd3\x3f\x72\x7d\xcd\xe0\xe5\x3d\x0b\xa5\xef\x80\x39\x96\x13\x8f\xd6\x58\xcb\x46\x3e\x99\x1c\xb1\x68\xd1\x66\x57\x79\xea\xf0\x96\xc8\x84\x18\x5f\xd7\xf0\x34\xef\x0a\x05\x82\x37\xae\xeb\xad\xd5\x35\x52\xbb\x18\xd7\xc6\xad\xb8\x80\xc2\x08\x22\x0c\xdb\xac\x2a\x39\xb9\x98\xa7\xb3\x12\xe1\x75\x2b\x68\x40\xe5\x10\x01\xb6\x64\xb8\x6f\x4b\xf2\x49\x31\x18\x36\xb6\x44\xd7\x4d\x05\xa5\x17\x93\x40\x9c\xba\x51\x7c\x66\xea\xc5\x5a\x9a\x98\x91\x72\x12\x4f\x47\x19\x04\xac\xe8\xda\x97\x6c\x2c\xa3\x33\x47\x19\x7e\x56\x14\xf1\x8d\x9f\x96\xf0\xd7\xcb\x80\x3d\x40\x92\xfa\x9e\x9b\x4d\xa0\xc8\x9b\x50\xcc\xa7\x38\x43\x8d\x69\xa7\x22\x69\x67\x9e\x16\xdf\x83\x71\x56\x77\xdc\x68\x43\xe5\x23\xf8\xb4\xc6\x2f\x3d\x3d\x55\xec\xd2\xe1\x50\xb1\x4b\x87\xa1\xe2\x97\x3e\x51\x0c\xd3\xe1\x91\xe4\x97\x86\x4f\x9e\x4a\x86\xe9\xf1\x29\xc2\xab\x07\xb0\x21\x1b\x7e\xba\x17\xcd\x84\xab\x66\x82\x89\xa1\xb1\x91\xc6\x1a\x1c\xe1\x1b\x62\x2b\xd6\xa9\x45\xa5\x7e\x9a\x20\x7c\x51\x71\x25\x2f\x91\x87\xf0\x8b\xea\x5a\x5d\x22\x8f\xe2\x54\xbc\x4e\xaf\x6b\x8c\x90\xf6\x92\xdd\x8a\xa7\x75\xca\x36\x65\x76\x03\xbc\x2b\x9a\x28\xca\xe7\xfd\x86\x97\x69\x42\x3f\x17\xf1\xfa\x9f\x2c\xa7\xfa\x99\xb9\xaf\xf8\x9b\xbc\x59\x52\x71\x02\xa0\x98\x34\xf9\x29\x1a\x59\x20\x09\x68\x64\x69\x1e\x5a\xd4\x0b\xf1\x26\x07\xc6\x69\xfa\x07\x35\xd6\x71\x08\xe1\x2f\x84\x36\x59\x47\x9f\x04\x25\x62\x38\x4d\x5f\x89\x25\x38\x7f\x4f\x1a\x81\xcb\x5f\x55\x41\x5a\x12\xfc\xa6\xfa\x00\xb3\x0f\xc9\x01\x7d\x49\x8c\xd7\x96\x37\xae\xfb\x06\x7f\xb6\xab\xfc\x5e\x65\x7e\x76\xdd\xcf\xf8\x23\xa1\xc6\x9a\x9d\x29\x71\x93\xe6\x4c\x7d\x20\x54\xd2\x7d\xca\x7b\xab\x5e\x50\xfc\xae\xe2\xb1\x7e\xd8\x6e\x3f\xe0\x9f\x89\x32\xeb\xfc\xd0\x5c\x5e\xdb\xe5\x2b\x7e\xab\x2d\x5e\x8c\x1d\x94\xf6\x52\x81\x5f\xb7\xb2\x24\xcf\x0e\x3f\x23\xd4\x4f\x17\x39\x2b\xe8\xab\xaf\x10\x3e\x30\x83\x12\x69\xbe\xc0\xcf\x45\x56\x09\xbb\x20\x2a\xa8\x1d\x87\x6c\x18\xe5\x4f\xd5\x54\x9f\xbb\xee\x73\xfc\x07\x30\x8b\xe5\x1a\xfd\x06\xbf\xc1\x93\xc0\x2f\x55\xb2\x76\x58\xf0\xab\xc9\xd5\x29\xff\x41\xf6\x33\xbb\xf1\xdf\x88\xb2\x9c\x97\xa1\xc8\x9d\xa8\x17\x28\xf6\xc7\xed\x9a\xa5\x39\xa7\x85\xf4\xa0\xac\x98\x1b\x58\x07\x1e\x8e\x9c\x79\xfa\x95\x26\xce\x0e\x6b\x83\xb5\xe8\xd5\x78\x10\x46\x01\x36\x0e\xb8\xaf\xd2\x32\xbd\xcc\x28\x34\x59\xf7\xca\x3d\xe0\x45\xbc\x1e\x80\x65\xfb\xe5\x66\xb5\xa6\x85\x03\xbc\xff\x7f\xed\x65\x55\xc1\xa3\xe9\x67\xd7\xbd\xf6\xef\x3f\x04\x46\x48\x07\xa4\xba\x71\x43\x8f\x1f\x52\x17\x21\xc3\x10\xbf\x44\xde\x83\x6a\x80\x9e\x9d\xa2\x81\xdb\x4e\x59\xde\x8e\xdf\x46\x6f\x5d\xf7\xad\x87\xb0\xd4\x33\xa9\xfc\xe2\x43\xd0\xe0\x66\xf9\xd7\x63\x5e\x45\x0e\x68\x78\x43\x79\x8d\x22\x91\xfd\xba\x9a\x13\x8a\xa8\x74\x7d\xbb\xa7\x86\xe3\x3b\x7d\x08\x1f\x6c\x07\x15\x2e\xfd\xdf\xed\x65\xc9\x3b\x4c\xbf\x41\x85\x30\x54\x8a\x84\x08\x94\xca\xec\x75\x51\xa1\x6e\xdf\xe2\xd7\xf8\x67\x7c\x3d\x45\xf8\x9f\xf7\xf0\x18\x7b\xaf\x8c\x3c\x8b\x10\x72\x6d\xb8\xf5\xe3\x2b\x13\x30\x60\x61\xbb\x2d\xca\xeb\x36\xe0\xac\x59\xcd\x0c\x26\xb5\x67\xa2\xf5\x7e\x23\x93\x3d\xef\xca\x1e\x49\x7b\x2f\x42\x16\x95\x2b\x54\xf1\x69\xc6\x32\xfe\x97\x87\x22\x66\xec\x65\x77\x30\xd9\x57\xf8\x5f\x30\xd5\x7f\xdc\x35\x55\xc5\x3f\xfe\xd5\xe2\x19\xff\xba\xdd\xfe\xea\x51\x1d\x75\xab\xc1\xd5\xd7\x62\x94\x96\x44\xc0\xe3\xe4\xa2\x2e\xa9\x31\xf7\x76\x03\xaa\xc5\xdb\xcf\xab\x96\x46\x8b\x06\x2e\xf0\x35\xfe\x75\x8a\xf0\x7f\x3d\x60\xb8\xbf\x58\xc3\xfd\x65\xbb\xfd\x45\xf2\x7d\x2d\x87\xcf\x7a\x5d\xfe\xe9\xf5\x02\x14\x59\x59\x57\x15\x2c\xff\x13\x58\xfb\xf6\x40\x02\xd3\x08\xe8\x2e\xa8\x92\x7a\x86\x56\xde\xc2\x16\x8d\x98\x54\xab\xed\x07\x1d\x44\xe3\xa2\x18\xe6\xff\x0b\xbe\xc6\xff\x9c\x22\xfc\xef\x77\xa3\x94\x95\xdc\xe5\x4f\x3c\x9e\x7d\x21\xf6\xc7\x5d\x22\xea\x1b\x31\x1f\x71\x1d\x5e\xe8\xb7\x6f\x63\xaf\x46\xcf\xb6\xdb\xde\xfe\x31\x37\xae\xf7\xed\xb6\xa2\xf5\x7a\x06\x11\x3c\xb8\xba\x1c\xf4\x76\xdb\xeb\x86\x0f\x8a\x5c\x97\xf6\x08\xb9\x50\xee\x84\x1e\xdc\x6e\x7d\x63\xbe\xa5\xda\x55\x4b\x5d\xe2\x1e\x6c\xda\x68\x42\x62\x97\x0b\x7c\x83\x9f\xc1\x91\xfb\xfb\xbd\xd8\xc5\x75\x6b\x7b\xa7\x35\x5d\x6e\x08\xa9\x6d\xea\xa4\xa3\xd4\x20\x9c\x56\xb2\x76\xe5\x5f\xfd\x8e\x93\xf6\x2f\xaf\x0d\xe4\x0f\x93\x90\x48\x24\x72\xa3\xd0\xc8\x7f\xfe\x6f\xcf\xc9\x52\x8f\x6c\xcd\xcb\x75\x7f\xd8\xbc\x28\xbd\xe3\xc0\xbd\x73\xdd\xde\xb5\xdf\x41\x9c\x8e\x3b\x53\x6b\x0f\x38\x15\x85\x41\xcb\x6b\xff\x2e\x6e\xa6\xa8\xf7\x4e\x40\x66\x47\x55\xc0\x19\x1d\xe9\x30\xcb\xae\xae\x94\x73\x02\xfc\x93\x38\x21\x1d\x34\xf2\xf8\x27\xab\x27\x3b\xc3\xee\xc9\x4e\xb7\x7b\xb2\xd3\x8d\x1b\x84\xee\xdc\xae\x29\xab\x40\x15\xff\x09\xc2\x5e\x84\x27\xff\x89\xff\x8e\xdf\xe1\x9f\xc4\x7a\xdf\x27\x3d\x95\xe8\xc9\xec\xb5\x79\x57\x53\xaf\x26\x42\x7c\xe5\xba\x62\x29\x6d\xf8\xa0\x58\xdd\x0e\x17\xd6\xed\x70\xa1\x05\xa0\xcd\xcb\x69\xbb\xfd\x77\x4f\x82\x02\xa5\x53\x84\xef\x1e\x8e\x69\xee\xdd\x76\xfb\x0e\xf3\x8a\xd2\x7d\xe5\xba\xaf\xa4\x2b\x35\x08\xa3\x95\xce\xbd\xdf\xb5\x5b\xee\x1a\x94\x83\x93\xf9\x1b\x74\x07\x45\xd7\xc0\x28\xe4\xe3\x76\xdb\x18\x32\x7e\x69\xb4\xc5\x1e\x4c\x27\x36\xf1\xd4\x76\x2b\x8e\x4d\xef\xda\xaf\x5e\x4b\xae\x6b\xd1\x77\xff\x01\xc0\x51\x65\xd6\xfd\x01\x54\x0a\xd7\x2a\x02\x9f\x74\x1a\xe1\xfd\x3b\x80\x8e\xdd\xa4\xfd\xe5\x21\x34\xfa\xf8\x6d\xf8\xf8\xe3\x9d\x37\x68\x6b\xa9\x00\xc6\x3e\xe2\x77\xf8\x55\x43\x5b\xc2\xde\xc9\x1f\x7a\x16\xba\xcf\xe4\x9f\x3e\xc3\x77\x2d\x1e\x56\xce\xe6\x1e\x42\x51\xdc\x5f\xb6\xb1\x76\x35\xc1\xbc\x16\x23\x8a\xa3\xf0\x46\xbc\x71\x62\x01\x7d\x72\xac\x1e\xed\xe0\xa0\xdc\x2e\x28\x3f\xd8\xd7\x93\xc5\x7e\xde\x61\x38\x0a\x51\xbe\xb3\x74\x8c\xde\x3f\xe8\x79\x83\xff\xf5\x20\x81\xfb\x0e\xbf\xb0\x45\xeb\x9f\xc0\x89\xd9\x65\x87\x28\xfd\x0b\xae\x3f\x3e\xa3\xff\x32\xce\xc6\xfe\xc0\xf2\x11\x1a\xfd\x86\x6b\xaf\xd1\xe8\x1f\xbb\x07\x8e\xe1\x6f\x18\x24\xff\x0b\xb1\xaa\x5f\xbf\xa9\xca\x15\x30\x2d\x11\x1a\xad\xea\xa2\x1d\xf3\xbc\x06\x17\x6d\xb8\x46\xfc\x4d\xa6\xff\x03\x41\xc4\x71\xda\x96\x93\xd4\x9c\xd6\x55\xac\xce\x7d\x01\xbe\x9a\x62\x68\xdb\x20\x26\x30\x81\xd9\xfd\x2f\xf4\xa6\x14\xcf\x0c\x7e\x96\xdb\x2a\x98\xea\xf9\x94\x4f\xf8\x74\x54\x93\x7d\x30\xf5\xac\xa1\xd5\x19\x97\x23\xaa\xe4\x32\xd1\x3e\x11\x94\x25\x1d\xa7\x8a\xe3\x08\xc2\x1f\xc3\xf5\xac\x2c\x66\x7c\xce\xa4\x3e\x5e\x87\x1c\x85\x9a\x4c\x70\x3e\xb3\xb3\xf5\x12\x2a\x29\x80\x25\x27\x12\xa9\xe6\x06\x9b\xb0\x29\x09\x31\x13\xc0\x61\x4f\x6c\xef\xa0\xff\xc7\x87\x6c\xfc\x58\xd2\x09\x9f\xe2\xba\xa0\x09\x84\x96\x3f\x2a\x30\xa5\x62\xa8\x16\xe4\x16\x8e\x62\xc4\xfc\x15\x8e\x37\x49\xca\x22\xe6\x5f\xe2\xab\x34\xa1\xe2\xd7\x35\x66\x22\x8b\xe1\x2c\x8d\x98\x9f\xe3\x38\x62\x7e\x8c\x2f\x37\x9c\xb3\x3c\x62\xfe\x0c\x83\xba\x7c\xc4\xfc\x0c\x6b\xad\xf8\x88\xf9\x1c\x4b\x15\xf3\x88\xf9\xff\xc2\x0c\x44\x3a\x11\xf3\xd7\x18\xb4\xf4\x23\xe6\x17\x98\x17\x11\xf3\xaf\x30\x5f\x46\xcc\xdf\x60\x9e\x44\xcc\x2f\xf1\x8c\x65\xff\x51\xb0\xcd\x3a\x62\x7e\x22\x3e\x22\xe6\x53\x3c\x67\xc5\x2a\x62\xfe\x02\xa7\xf3\x42\xa0\x11\xe6\xff\x8e\xd3\xd5\x22\x62\xfe\x97\x5d\x43\x03\x44\x6f\x77\x4a\xa8\xeb\x16\x13\x3a\xdd\x6e\x99\x9f\x8e\x9a\x92\xc9\x25\xf2\x38\x4e\x71\xfe\x7d\x2b\xf9\x8a\xd7\xe3\xd8\x0d\xc3\x27\x8a\x4d\x2d\xb9\xd4\x2a\x90\xdd\x30\x3c\x95\x6c\xea\xe1\x13\xc9\xa6\x3e\x3a\xae\x2b\xf5\x0e\x8f\x9f\x34\x42\xd9\x9d\x1e\x4a\x26\xf5\xe1\xa9\x0a\x65\x17\x36\x43\xd9\x1d\xca\x50\x76\x3a\x92\xdd\x70\x78\x2c\x23\xd9\x1d\x06\x32\x92\x5d\x18\x3c\x95\xa1\xec\x42\x31\xa8\x2f\xa2\xc8\xe1\x53\x84\x3f\x75\xd8\x9b\x53\x7f\xc6\x36\x4a\x1f\x38\xcd\x13\x10\x82\x26\x7c\x59\xd7\x21\x3d\x3c\x89\x72\x30\x14\x00\xad\xc0\xb4\xca\x2a\xc6\xce\xba\xa0\x25\xcd\xb9\x8c\xf5\x18\x15\xb8\x24\xfc\x11\x33\x2a\x2a\xe7\xc1\x38\x6e\xa2\xdc\x72\x1d\xe7\x8e\x7d\x33\x38\xab\x72\x00\x1b\x0f\x2e\xb7\x0b\x47\x73\x0e\x15\xd6\x8d\x9c\x34\xcf\xd2\x9c\x0e\x2e\x33\x26\x28\x58\x30\x79\x8c\xca\x9d\x54\xd5\x4a\x77\x4a\x20\x6a\x2b\xf4\xa2\x5b\x3a\xa1\xbe\xe4\x45\x92\x60\x4a\x1c\xc5\x96\xc4\x22\x59\x31\x14\x49\x38\x25\x8e\x66\x2e\xee\x94\xcb\xce\x5b\xbd\xa9\x5f\x61\x5d\x4f\x11\x7e\x0f\xab\x77\x84\xf0\xab\x46\x90\xb2\x37\x24\xbe\x57\x7e\x40\xa5\x69\x01\x4d\xcc\x7a\xf6\x08\xc9\x5d\x57\xae\x66\xc5\xf0\x4e\xc5\x0b\x0b\x64\x7d\x25\xa1\x46\x3c\x46\x20\x9e\xf7\xeb\xb8\xe4\x6f\x66\x2c\x2f\xf1\xac\x5a\xf8\x6c\xbb\xcd\xf0\x86\xbc\xf2\x4a\x7c\x2b\xe5\x5d\x29\xae\x16\xb4\xc0\xaa\xdb\x88\xed\x04\x94\xcd\xc6\x2f\xfc\x38\xba\xf6\x63\xe3\x26\xa3\xf3\x1a\xb4\xb6\x64\x03\xfe\x5c\xa5\xdb\xd1\x1d\x6e\x16\x4f\xf0\x6d\x3a\x63\xb9\xdc\xbc\x17\x69\x31\xcb\xe8\xc7\x34\x5f\x38\xd8\x6e\x60\x06\xe9\x3b\x74\x77\xed\x4f\x3c\xe6\x9b\x52\xb6\xf1\x42\x0c\x7a\x15\x17\x5f\x1a\x0d\x89\x64\xa5\xf2\xf5\xa6\xa1\x65\x21\xb2\x9e\xc7\x25\x75\x60\xd3\x5e\x4a\xb9\xf4\x67\x72\x2b\x46\x0f\x70\x05\x25\x1c\x2c\x07\x53\xa5\x0c\x64\x82\x23\x17\xca\x4e\x57\xe5\xc5\x9f\x9f\x58\xc9\x9b\x59\x22\xcd\xd9\xe1\xdf\x6b\x17\xf0\x1b\xdc\x8e\xdb\x8c\x73\xcc\x70\x81\x63\xd8\x51\x69\x93\x8b\xb3\x6a\x03\xcb\xb1\x82\x8d\xe7\xec\xab\x54\xd8\xdc\x6e\x9d\xf0\x74\xfd\xd5\x89\x4a\xbc\xb1\x00\x27\xa9\x01\xca\xda\x00\xca\x9c\xac\xfd\x75\x9c\x51\xce\x29\x5e\x92\xb5\x5f\xd2\x55\x9c\xf3\x74\xf6\x82\x65\xac\x28\xf1\x8a\xac\xfd\x39\xcb\x79\x89\x17\xb5\xf7\xc2\xda\xd2\x85\x7f\xe9\x5f\x21\xef\x33\x5e\x0b\x6c\x72\x2b\x0a\x7f\x4a\xff\xa0\x51\x66\x31\xe7\xe3\xcb\x92\x65\x1b\x4e\x1d\x6c\x07\x0d\x50\x27\x30\xc3\x72\x5a\x91\xc4\xfd\x60\x02\x1c\x39\x33\xe9\xc8\x0c\x37\x0f\xef\x3c\xa3\x5f\x1d\x1c\x8b\x42\x6f\x38\x5d\x95\x55\xc9\xdf\x37\x25\x4f\xe7\x37\xca\x24\xac\x4a\xd7\xce\x1d\x54\xc3\xab\x34\x49\xc4\x49\x55\x30\x2c\xb7\x78\x72\x25\x01\x75\xe5\xaf\x68\x92\x6e\x56\xf8\x56\x74\x26\x17\x34\x72\x42\xa7\x3d\xd4\x46\xab\x9c\xad\x6d\x69\x04\x30\x50\xd3\x2b\xea\xe0\x4d\x49\x0b\xc9\x01\xd7\x32\x8b\xca\x83\xaf\xc7\xc9\xad\x13\x5d\x82\x77\x4a\x27\xba\x55\x66\x68\xd1\x5f\x1d\xe7\xaf\x9d\x8b\x27\x56\xcd\x09\xd7\x5f\x1d\x5c\xa8\x81\x89\xdf\xd2\xf5\x80\xfa\x80\xf5\xd5\xe9\x45\x42\x8b\x8f\x71\x92\x6e\xca\xc8\x39\x0e\xfe\xe2\x60\xb6\x8e\x67\x29\xbf\x89\x42\x7c\x19\xcf\xbe\x2c\x0a\xb6\xc9\x93\x68\x09\xbc\xb8\xe7\x26\x61\xb7\xc3\x7c\xe2\xf8\x4e\xff\xca\x37\xa0\xda\x77\xa2\x25\xbb\xa2\xc5\x81\x8b\x0f\x5a\x39\x40\xb7\x8a\x1c\x57\x16\x12\x3f\x24\x63\x64\x4a\x6e\x4d\x97\x3b\xd0\x97\xd9\xb8\xee\xc4\x49\xcb\x81\x02\x4b\x07\xd7\x1d\x1a\x9b\xb5\xb0\xc6\x37\x97\x90\xfa\xa1\x48\x57\x71\x71\x63\xcd\xc1\x5a\xc8\x9c\xdc\xee\x70\x3e\x79\xe9\x2f\xa6\xc4\xae\xeb\xfc\x06\x5c\x0b\x67\x07\xd7\xf4\x6e\x8a\x93\xa9\x3e\xc3\x93\x2b\x85\x5a\xf0\x25\xbe\x9d\x09\x68\x8f\xe6\x7e\x4e\x37\xbc\x88\xb3\x4f\x74\xc6\xf2\x44\xf4\x66\xf5\x21\xb0\x3a\x66\xaa\x0f\x59\x41\x35\xff\x99\x7e\x15\x87\x99\xc9\xf9\x99\xc6\xae\x97\x29\xa7\xbb\xa9\xc2\x0d\x13\xb5\x68\xa2\x3b\x3d\x87\x00\xef\xed\xd8\x9c\xa3\x97\x7e\xaa\x81\x12\x36\x77\x31\x76\x06\x81\x7f\x2c\x4e\xb8\x03\x7f\x24\x58\x0c\x60\xcf\xad\xe1\x16\x02\xb6\x60\x3f\x9c\xc8\xda\x85\x1d\x2e\xe4\x14\x6c\xcd\xab\x5b\xa3\xcf\xfc\xd2\xbf\x86\xd8\xc3\x85\x9a\x4b\xb5\xda\xb5\x59\xc1\xf0\x7e\x93\x67\xe1\x69\x10\xd8\xfd\xc6\xa0\x58\xa0\xb7\x02\x60\x50\x43\x7e\xd7\xa2\xc5\x48\xaf\x10\xa0\x49\x0b\xb2\x76\x95\xcb\x95\xdb\x72\xc6\xd6\xe2\x8e\x00\xac\xba\x03\x93\x87\x8f\x82\x72\x39\x41\xf8\x03\xc9\xbd\xe3\x43\x84\xdf\x59\xd8\xfa\x25\xe5\x71\x9a\x95\x1f\xd9\xb5\xe8\x74\xb5\x8e\x67\xb5\xf4\xb7\x69\xc9\x07\x83\x17\x32\xc3\xc1\x33\x9a\x65\x8d\x6a\x03\x91\x26\x73\x8c\x8a\x7f\x57\x11\x93\x29\xcb\xbe\x30\xb7\x40\xa3\xdc\x0b\xeb\x3a\x68\xe5\xab\x3c\x9a\x65\xef\x68\x5c\x6e\x0a\xb1\x60\xed\x26\x74\x9e\x83\xb3\xb4\xe4\x2f\x68\x96\xbd\x36\x12\x32\x28\x0f\xb3\x82\xb9\x80\xe8\x6c\x00\x92\x6f\x07\x1b\x23\xd9\x5f\x72\xb9\x4b\x40\x3c\xc3\x19\x6c\xa7\x8b\xe2\x12\x5b\xd1\x04\xca\x94\xea\x03\xda\x11\x03\xfd\x55\x52\x3a\x91\x39\xc4\x46\xb0\x8a\x53\x31\xd6\x9f\x68\x0c\x3b\x9e\x96\x83\x82\x5d\x0f\x96\xf0\xe9\x60\xa9\xcf\xd4\x9c\x97\x4c\x75\x76\xf8\x67\x72\x2b\x46\xfe\x96\xce\xf9\x87\x38\x49\xd2\x7c\x11\x85\x43\x58\x12\x70\x70\xa4\xd3\x4e\x21\xe9\xd5\x57\x5e\xc4\xb5\xf4\xe1\xd1\x0e\xbf\x15\xfb\x7f\xad\x50\xf6\xd1\x50\xef\xfb\x47\x93\x76\x38\xdc\xe1\xd7\x35\xb0\x6f\x1c\x81\xb7\x08\x8b\x26\x7e\x55\x98\xdd\x0c\x24\xb4\xda\x6a\x66\x9e\xec\x10\x7e\x46\x6e\x39\x63\x19\x4f\xd7\xe6\xa6\xff\x5c\x7d\x3b\xb8\x09\x96\x3f\xa9\x35\x69\xc2\x9d\x4c\xb7\x40\xef\x4d\xd9\x02\x28\xab\x8c\xca\x85\x63\x95\xc5\xeb\x92\x3e\x97\xcf\xa9\x8e\xd2\xb5\x02\x12\x24\x64\x4a\xa2\x00\x41\x7d\x89\xac\x67\x59\x56\x83\x80\xb8\xfa\xae\xa0\xe3\x59\x96\x49\xc9\xbd\x05\x24\x26\x0d\x20\x81\x96\xe9\x1f\x69\xbe\x78\xc1\xb2\xcd\x4a\x96\x2a\x6a\x49\x72\x86\x02\xc3\x15\x7b\xe6\x07\x79\x76\x5b\xb5\x56\x1c\x9c\x14\x6c\xfd\x53\x9a\x73\x49\xf4\x81\xda\x56\x47\x4b\x1d\xa5\xac\xaa\x71\x41\xf9\xbd\x35\x4d\xa1\xaa\xe2\xdb\x34\xbf\xb7\x47\x53\x46\x4e\xf5\x73\xca\x3b\x8b\x9b\x3c\x59\xcc\xbc\x64\xda\xa5\x44\x96\x38\x49\x19\xa7\xc5\x8b\x25\xbd\x2a\x3a\x37\xbb\x96\xef\xe0\x45\x91\xae\xd7\xb4\x78\x1e\x17\x1a\x74\xed\x3a\x72\x2f\x06\xed\x42\x0a\x57\x29\x38\xee\x1a\x90\x95\xdd\x81\xd8\xec\x52\xce\x0e\x3f\xef\x7c\x32\x4a\x0a\x14\x9e\x37\x62\xbf\xc5\x5a\x7d\x50\xce\xca\xad\x57\xe3\xcf\xf0\x68\xe4\x0d\xca\x54\x91\x6f\x13\x9b\x06\x7d\x86\x39\x82\xa6\xaa\xdb\x6c\x83\x3c\x8e\xf4\xfd\x5e\x00\xa5\x23\x2e\x9e\x4e\x52\x6d\xcf\x3b\xf1\x92\x7d\xfd\xa4\xe0\x4f\x5e\x67\x83\x4b\xf6\xd5\xc1\x6b\x85\x01\x9c\xe0\xc0\xe9\x33\xbf\x89\xab\xfa\xce\xfa\xeb\x41\x95\x65\x61\x36\x91\x23\x90\x78\x45\x5f\xa6\xf9\x92\x16\x29\x77\xf0\x2a\x2e\x16\x69\x1e\x39\x81\xa3\x09\xcd\xa3\x61\x27\xa5\x09\x97\x30\x3c\x73\xc5\xdd\x2a\xa3\xbf\x0b\xe2\xf9\xbd\xb2\x0b\x8a\x1c\x9a\x65\xe9\xba\x4c\x4b\xc7\x26\xaa\x05\x01\xe1\xec\xa6\x3b\xfc\x53\xe7\x65\xa9\xaf\xa2\xb4\xd4\xa1\x62\x3b\x0b\x0c\x06\x55\x01\x51\x58\xa3\xfc\x3d\x45\x15\xba\xdb\xe1\x3f\x48\xee\x1d\x0e\x11\xfe\xad\xf1\x02\xfe\x85\xc4\xfe\x8a\xae\x58\xa7\x78\xbb\xf9\xea\xfb\x5d\x3f\x54\x35\xf8\xe8\x27\x6a\xf5\xd4\xa9\x1e\x7d\xf6\x93\xc7\x7e\x02\x2b\x0d\x6e\x4b\xb3\xf8\xd7\xbb\xbb\x6c\x75\xb2\x43\x95\x56\xe6\x7f\xdc\x51\xf7\x97\x7b\x87\xbb\x93\xd6\xcc\x7f\xc3\xff\xaa\xbd\x05\xdb\x2f\x41\xd0\xd1\x52\xd7\x2f\xce\x2b\x3e\x00\x77\x5d\x8e\x19\xa8\xe0\xe7\x12\x3b\xe3\xa2\xca\x65\xae\xcb\xe0\xed\x18\xe7\x37\x1a\x8f\x9b\x07\x64\x8f\x90\xd2\x75\x4b\x3c\x33\xde\x1c\x68\x82\x37\x55\xe6\xcc\x75\x67\xf0\x72\x34\xae\x1e\xde\xb1\x44\xbe\x1e\xf5\xbe\xe2\x79\x55\x7c\xed\xba\x6b\xbc\xac\x3d\x34\x57\xc4\x53\x33\x7d\x61\xd2\xa8\x51\xd3\xbd\x32\x48\xe0\x52\x69\xe7\xc5\x33\x8e\x6f\x94\x29\x72\x9e\xd0\x42\xe3\x29\xd1\xc2\x25\xfb\x8a\x2f\x9a\xcc\x8c\x17\x15\xaa\xb8\xd8\x6e\x2f\x2a\x35\xc7\x54\x3a\xd4\x17\xaf\x8d\x5f\x35\x85\xe2\x98\x25\x72\xb0\x63\x2d\x08\x44\xaa\x6f\xfc\x54\x93\x75\xb0\x63\x40\x18\x3b\x66\x62\xe2\x77\x6d\x56\x35\xc5\x70\xa5\x29\x3e\xd3\x14\xa6\xb3\x67\x3a\x0e\x76\xec\xc9\x38\x53\x84\xbf\x90\x17\xe3\xff\x88\x7e\xc5\x9f\xc8\x8d\x56\x2c\xfa\x2a\xe0\xe1\x06\x7f\x41\xd1\x17\xfc\x8a\xfc\xe6\xad\x34\x4c\x5d\x61\x33\x9f\xa8\xc0\x7a\x06\xd1\x06\x5b\x53\x8b\x32\xeb\x3c\x2c\xab\xd3\x3a\xc7\x66\x5d\xa2\xdc\x10\xc9\x97\x3b\x84\xdf\x10\x03\xee\x1b\xa5\x04\x7d\xb5\xc3\x2f\xf5\xba\xbe\x87\xd8\x80\xc0\xe8\xb9\xc6\x13\xdb\xbe\xb1\x2d\x92\xe9\xb0\x6d\x9c\x22\xfc\x99\x24\x84\x90\x3f\xfc\x4b\xbf\x4c\xf3\x45\x46\xc7\x4e\x11\x27\x29\x73\x22\xb9\xa4\x62\x5d\x8c\x24\xb9\xcd\xf6\xb3\x25\x2d\x9a\x72\xbb\x16\x84\x5b\x46\xa3\xcf\xb8\x3b\x90\xce\x2b\xf9\xba\x7f\x25\x21\x11\xa9\x61\xe9\x37\x68\xb4\x51\x0a\x81\x66\xe3\x07\x9c\x2d\x16\x35\x5d\xc1\x78\xc3\x99\xa4\xf4\xd3\xc4\x89\x9c\x0a\xcf\x29\x1a\xcc\xa8\x1d\x0e\xc2\x1d\xc2\x9f\xbc\x37\x08\x45\x0f\x1a\xfa\xcb\x7d\xc1\x7f\x1a\x63\x06\xc6\x55\x07\x7f\xa8\x7e\x8d\x9a\x33\xc6\xec\x23\x5a\xd8\xc7\x3b\x6d\xe0\x82\xb8\x86\x39\x4a\xeb\x1c\x66\x35\x8c\x33\xab\xb1\x7b\x7e\xc2\x1c\xe1\x0d\x61\xe3\xa3\x61\x54\x8e\xdf\xfa\x2d\x6a\xfb\xad\x6f\xa8\x71\x9c\x90\x6c\xbb\x2d\xb6\xdb\xb4\xce\x73\x99\xc9\x19\xe6\xe6\x85\xdc\x8b\x5d\x77\xe6\x57\x97\x0b\x66\xf2\x5b\x4d\xa3\x71\xa9\x73\xc9\x98\xf2\xcb\x55\x9c\x65\xf8\x73\xf5\x70\xc4\x15\xc7\xf7\xdb\xb9\x45\xb3\x4d\x51\x8a\x47\xaa\xd2\xcf\xdf\x7b\xfd\x77\xdd\xca\x36\xe3\x41\xbe\x78\xab\x94\x17\xf2\xed\xcb\x8b\x38\x2f\xd7\x71\x41\x73\xae\x39\x34\xba\xac\x7e\x6a\x27\xe3\x30\x0a\xf4\xfd\xbf\x51\x9c\xa7\xa3\x53\x43\x70\x04\x9a\x4c\x08\x76\x53\xfb\xaa\x9e\x4c\x3b\x5e\xcc\x4d\x40\x95\x6f\xe7\x7f\x2a\x77\x21\xff\xb0\xa5\x4a\xe6\x3e\xa3\x55\x94\x15\x73\x22\xec\x3b\x40\x07\x05\x2b\xe2\x05\x84\xcb\x7c\xc1\x36\x39\x2f\xc1\x72\xd4\x72\x57\x25\x55\xeb\xac\x64\x08\x7c\x92\x90\x40\x87\x53\xcb\x53\x9e\x82\x1c\x3c\x21\xc6\x05\xcf\x01\xb5\x6c\x9e\x94\x54\xbd\x6d\x42\x05\x8a\x40\xa5\xf6\x8e\x25\xbf\x2c\x7b\x73\x6c\x37\x52\x6e\x2e\x25\xf2\xd9\x63\xd7\x03\x96\x6a\x95\xcf\x24\x6b\x54\xf5\xde\x48\x4e\xaf\x0f\xae\xfc\x58\xc6\x7b\xab\xdb\x39\xff\x13\xe8\x98\x51\x61\x1c\xaa\xa9\x21\xb1\xdc\x93\x24\x27\x76\x56\x6c\x53\xd2\xcd\xba\x0a\xbd\x06\x51\xad\x7e\x59\x2b\x23\x5a\x88\x21\x57\xc5\xe0\xb0\xea\x77\x54\xd5\x2e\x7c\xba\x9b\x40\x5d\xeb\x1b\x00\x8d\x91\xe2\x18\x97\x38\xc3\x33\xb0\x83\x5c\xe3\x39\x5e\xe2\x15\xc9\xfd\x2f\xf4\x06\x2f\xaa\x7b\x74\x35\x76\x9c\xfe\x41\xbf\x6f\x6f\x5b\xb4\xc2\x97\x64\x32\x1d\x49\xaf\x23\x0a\xf9\xdc\x90\xdc\x87\xa1\xbe\x8b\xd7\xe0\xd6\x61\x26\x8d\x98\xc0\xa9\x83\xf4\xdf\xf5\xb2\x60\x6b\x30\xa0\xc3\xd7\x8a\xe4\xa4\x4a\x92\x57\x46\x39\xfe\x42\x6f\xa2\xc5\x0e\x22\xf1\x13\xed\x2f\xed\x65\x11\x2f\x16\x10\x31\xf8\x1a\xe1\xb9\x95\xcc\xd6\x6b\x9d\xec\xad\xb7\xdb\x39\x72\xdd\x1b\xa4\xc5\xcf\x5f\x48\x20\xae\xcc\xd1\x97\xb3\x4f\x5a\xe2\xfc\x45\x4b\x9c\xbf\x92\x4f\x93\x2f\x53\xfc\x9e\xdc\xce\x94\x1e\x58\xf4\xd5\xd7\x3f\xe5\xea\x81\xe9\xee\x05\xc2\x30\x1b\x40\xc5\x5f\x7d\xf3\x7b\x37\xba\x94\x4a\x3e\xef\xdb\xfb\x43\xf1\xfb\xaa\x20\x7e\x6f\x9a\x45\xbb\xb9\xeb\x7a\x71\x23\x1c\x6b\xaa\xb4\x43\x92\xed\xd6\xb3\xbe\x20\x70\x79\xeb\x40\x4d\x16\xd3\xc1\x00\x83\x2f\x93\xae\x3c\xd7\x7d\xe1\xf5\x42\x4c\x11\xda\xe1\xb2\xd1\x4f\x87\xae\xdc\xb7\x76\xdd\xef\xe3\xf0\xce\xae\x03\xd9\x75\x56\xeb\xba\xb3\x38\x09\xb0\x1a\xea\x0e\xcf\xbe\xa5\x38\x06\xe7\x1e\x05\x5b\xbb\xae\xfe\xe5\x19\x20\xf3\xc5\xbd\x0c\x6d\x6e\xee\x9b\xbd\xac\x1c\x2f\xc4\xeb\x48\x37\x25\xbf\xba\x9a\xeb\xc4\x6e\x72\x5c\x5c\x6e\xb9\x23\x32\xd5\x7d\x51\xa2\x5a\x6a\x46\x63\xf1\x94\x8c\x51\xa3\x6c\xe2\xe0\xcc\x4e\x13\xd7\xc5\xac\x5e\x08\x58\xb5\x78\x83\x10\x5e\xbb\xae\x97\x90\x1a\xa6\x78\xc9\xae\xf3\xea\xa0\xe3\x6b\x84\x33\x53\xe0\x25\x0c\x35\xa9\x67\x5b\xba\x1e\x5c\x3b\x03\xc9\x05\x8a\x2a\xd4\xf4\xc1\x97\x5b\xe3\xd3\x2b\xea\xcb\x51\x7d\x82\xb3\x38\x01\x29\xe6\x16\x90\xa6\x8e\xea\xc3\x43\x82\x1e\x60\xe6\xfc\xa6\xf9\x02\x5c\x05\x43\x33\x9f\xc5\x9d\x37\x17\x4b\x5f\xff\xf6\x4b\xca\x5f\xc6\x3c\xf6\x9c\x34\x71\xa4\x29\xd3\xae\xb6\x22\xa5\x18\x93\x83\xd3\x6a\x9d\x00\x17\x4a\x6f\x1d\x49\xe7\x12\x23\xbc\x24\xb7\x52\xc9\x34\xba\xd6\xe6\x45\x51\x5d\xcd\x9a\x35\xae\x28\xb1\xb7\x84\x2c\x5d\x57\xa9\x4c\x74\xe4\x63\x6a\x5b\xdd\x05\xb8\x20\x97\xa3\xfc\xac\x68\xb9\xe0\x5c\x91\x62\x92\x4f\x47\xac\x42\x11\xf3\xb9\x47\xf1\xca\xc2\x11\xab\x06\x8e\xe0\xaa\x4c\x1b\xa8\xaa\xe4\x1a\x54\xd9\xa5\x0d\x58\x55\x89\x1a\x8c\xec\x54\x09\x6d\x12\xb0\x6a\x85\x6b\x2b\x2c\x93\x5b\x4b\xdc\xea\x0f\x8c\xcd\x3b\xae\x7a\xb1\x8e\x4b\x75\x91\xdf\x02\x6a\xef\xda\x80\xa5\xeb\x2e\x6d\xe7\x30\xf5\xeb\x7a\x93\x77\x5f\xd8\x5d\xb1\xb5\x74\xb7\x7c\x0a\x71\xa0\xf7\x51\x00\xd5\x09\xe9\x8e\x15\xe5\xab\xfb\x68\xa4\x11\xc3\xab\x3c\xa9\xb0\xc4\x2b\x71\x3b\xd4\x4f\x05\x6f\x77\xa0\xae\xe2\x66\x28\xa4\xda\x9d\x06\x67\x22\xb4\xd0\x8b\x80\xfd\xbb\x14\xa8\x3a\xe6\x7a\x97\x4a\x15\x2e\x3a\x57\x87\x4d\x47\x85\x52\xbb\x06\x7a\xbb\x45\xa4\xcc\xe7\x5e\xad\x80\x02\x81\x15\xbb\xa2\x4e\xf3\xc2\xdb\x53\x56\xc2\x27\xd2\xc1\xb1\xf5\xe4\x7c\x01\x79\xc6\x88\xe4\xca\x8f\xfd\x22\x4e\x4b\xed\x8e\xa3\xa3\x94\x6a\xb3\x02\x79\x84\xbf\xa5\x16\x5b\xb7\xc7\xa0\xe2\xd4\x36\x01\xa2\x4e\x42\x75\x70\x27\xeb\xa4\x9d\x65\x0c\x02\xd1\x8f\xb5\x97\xb0\x46\x80\x43\x03\x08\x1e\xdd\x03\x23\xef\xd8\xd5\x1e\xc0\xf6\xa5\x36\x54\x83\xf9\x19\x46\x79\xe5\xb7\x5f\xcf\xc9\x75\xc3\x1e\x21\x0c\x35\x3b\xe5\x96\xf9\x97\x54\xb3\x61\x1c\xde\x7b\x5f\xa8\xf6\x7c\x50\xc1\x62\x15\x1a\xb0\x22\xad\xa8\x71\x39\x5b\x75\x75\xc7\x96\xee\xdf\x91\x2f\xf4\xa6\x47\x48\x6a\xe2\x0a\xa4\x25\xc8\xa9\xbc\x02\xdf\xbd\x8b\xb5\xfe\xed\xeb\xf7\xce\xae\xa6\xe7\xc1\x0f\x80\xaf\xc2\x46\xc1\x68\xff\x40\x09\x45\xbb\xee\xcd\x7d\x2b\xda\x6c\xec\xee\xbe\x65\xff\xfe\x05\x06\x4b\xad\x2f\xe0\x23\xb5\x9a\x04\xed\x98\xe2\xfe\x99\x28\x1d\xe5\xee\xd9\xd4\xc3\x2d\x69\xdf\xb2\x81\x0c\x06\x0e\xb0\x8a\x9a\x28\x4e\x01\x91\x9e\xb5\x39\x83\xb7\xd2\xa3\xd8\xdf\x23\xed\x86\xec\xef\x58\xfe\xfd\x87\x49\xf9\x87\xa4\xbd\xe5\xc0\x22\xae\x0e\x1b\x16\x4d\xa8\x34\xba\x1b\xd9\x57\x30\xbb\x1f\x57\xe6\x67\xac\x75\x43\x17\x84\x4d\xf2\x29\x4e\x3b\x71\x65\x31\x1d\xa5\x77\xe2\xca\xdc\x4b\xf7\xa1\xca\xfa\xcb\x4e\x9c\x73\x8b\x20\xd3\xb5\x50\xfb\x05\xd1\xd5\xa0\xba\xef\x6b\x2d\x02\x70\x75\x36\x89\x76\x52\x65\xff\x7e\xc4\xa7\x8e\x61\x63\x57\xc5\xaa\x8e\x64\x74\x14\x60\x4c\x68\xbb\x31\x79\x85\xd5\x13\x21\xb0\xbb\x76\x97\x0b\x11\xf0\x6a\xd9\x56\xa0\xda\x46\xc7\x06\x3e\x3a\x25\x41\xfa\x0a\x36\xee\x94\xb9\x3f\x8b\xe1\xfe\xdd\x6e\xab\xdf\x1e\xaf\x5d\xc4\xa8\x09\xb8\x16\x2a\xbb\xab\x17\x13\x17\xe7\x8e\x33\xa8\xa1\x6e\xbc\x37\x47\xb7\xa6\x87\xa4\x2c\xd3\x5b\x53\x60\xeb\x6a\x0a\x6c\x5d\x4d\x01\xe7\x30\xfe\x9d\x87\xf0\x7f\x35\x04\x22\xff\xde\xe5\x04\xd8\x26\xe7\xb5\x5a\xe4\x58\xb4\x96\x6d\x56\xb9\x9f\x96\x6f\x66\x2c\x7f\x9f\x67\x37\x0f\x50\x94\xa4\x7e\x3c\x03\xcf\xd0\x97\x19\x05\xe3\x79\x41\x76\xab\x86\xf2\x78\x45\xdb\xac\xcb\xd8\x7f\x5d\xc4\x0b\xe9\xf1\x15\xc2\xc2\xd7\x8b\x03\xa8\xed\xf0\xdf\xbf\xd3\x4f\x10\xf8\x1b\x26\xba\x6f\xe9\x66\x34\x17\x07\x40\x32\xcf\x5f\x83\x64\x53\xcc\xf3\xce\xf5\xa9\xe9\xa4\x8a\x41\x7e\x50\x31\xe7\x9b\x82\x01\x2b\xd7\x99\x22\xcc\x88\xf6\xb8\xc8\x2d\x23\x23\xae\x8d\x8c\x78\x4d\xee\x80\xee\x53\x85\x64\x4d\x46\x2f\x04\x5c\xb1\xa7\x23\x65\xaf\x92\xb7\xa9\x04\xa9\x5d\xf3\x7a\xc8\x76\x2e\x59\xc9\x8d\x24\x42\x1c\x0a\x2b\x38\x3a\xf4\x28\xfb\x02\x6b\x97\x8e\x93\x91\x9b\x18\xd1\xe2\x45\x65\x95\x05\xb9\xab\x5c\xa6\x51\xa1\x7e\x3c\x83\xca\xe5\x3b\x96\xd0\x1e\x21\x2b\xff\xd2\x78\x44\x70\x5d\xaf\xa8\xd7\x97\xcf\x4b\x2b\xc1\xa3\xb8\x40\x98\xb9\x2e\x83\x5f\x7a\x78\xe6\x01\x5a\x67\xd2\x59\xe1\xa5\x72\xff\xc2\x4c\x18\x7c\x0c\x7b\xb9\x76\x11\x2f\x57\x50\x34\xf1\x26\x9f\x33\x8f\x03\xcc\xd4\x02\xb5\x40\xcd\xb7\x69\xc9\xfd\x38\x49\xbc\xd4\x97\x7c\xd7\xdf\x96\x69\x46\xf5\xb5\x0c\x95\xe2\xf2\x26\x9f\xed\xf3\x05\x95\x37\x9d\x6f\xdf\xd7\x4b\xce\x9e\x77\xf4\xb3\x43\x78\x18\xd4\x26\xde\xfd\x30\x61\xed\x29\xef\x9b\xf1\x20\xc4\x77\x4e\x5a\x06\x38\x86\x18\x59\xdd\xf3\xbe\xaf\xde\x9e\x99\xe0\x3d\x03\x6a\xcc\x26\xd7\x0e\xd9\x29\x87\xba\x34\x79\xc3\xe9\x0a\xa4\x25\x62\x4e\x7b\x33\x3d\x60\x00\xc9\x6c\xcd\x4c\x94\x1d\x54\xd5\xea\xe9\xde\x6d\xaa\x2b\x47\x54\xea\x1b\xda\xd0\x2f\xf1\xee\x3b\x9a\x6f\x1e\x7a\x06\xaa\x1a\xf5\x93\xd0\x51\xa0\x0e\xfc\x55\x3a\x44\x44\xed\x30\x5f\x85\x53\xe0\xb1\xbd\xd9\x1a\x55\x30\xc6\xbb\xa8\xb1\x6a\x59\xad\xab\xd5\x75\xc1\x0f\xb1\xa2\xce\xc4\x93\xa5\x65\x21\x6b\x14\xfd\xc0\x0b\x4c\x5e\x81\x3d\xf0\xb7\xe7\x7e\xac\xd2\x1a\x4c\x6f\x91\xd8\x70\xcd\x96\x76\xba\x66\xeb\x76\xa2\x48\xed\x48\xf4\x15\x62\x06\x99\x95\xa4\x1f\xde\x24\x4a\x64\x65\x26\x23\xa5\x56\x52\x85\xbd\x34\x52\xae\xac\xad\x2c\x62\xab\xb3\x8f\x7f\x8e\x32\x50\x7b\xae\xc9\x88\x93\xaa\xc4\x66\xbb\xdd\xe0\xb5\xed\x17\xee\x0e\x74\x6c\x64\xdb\x84\x90\xf5\x58\x53\x63\x7b\x8b\x47\x6b\xf5\xc8\xaa\x8e\x2d\xf9\x2f\xaf\xd0\xd2\xda\x12\x4b\x65\x38\x83\xa8\x23\xee\x37\x52\x70\x3a\x63\xb9\x9d\x5f\xfb\xc6\x69\x29\x91\x2f\x68\xf0\xf1\x7b\xf1\x31\x4e\xcb\x57\xab\x35\xbf\x89\x7a\x5c\xfa\xa3\x92\x44\x82\x96\xfa\x72\x3f\x2d\x3f\xb1\x82\xd3\x64\xbb\x15\xbf\xc1\x74\x42\x7f\xc8\xbb\x16\xda\xf8\x10\x27\x09\x4d\xa0\xb8\xfc\x89\x2b\x62\x03\x52\xf5\x07\xae\x6f\x4c\x34\xc3\x20\xed\x02\x3d\x9b\x97\x9b\x02\x20\x50\x6c\x6f\x34\x0c\x82\xce\x2c\xb6\x8e\xc2\xe3\x20\x50\xee\xdc\x96\xa4\xb9\x9a\x78\x41\x12\x7d\xef\xe2\x2b\x38\xa8\x4d\xca\xa0\x26\x33\xef\x2a\x80\xeb\xdb\x58\x65\x78\xcd\xde\x74\x94\xb0\x07\x95\xc5\x97\xd6\x70\x24\x54\xec\x19\x8a\x12\x66\xfe\x7b\x57\x7f\x1d\x89\xf8\x86\xdc\xbf\xd3\xe2\x09\x68\xd4\x41\xea\x37\xae\x26\x65\x74\x04\x2a\x0d\xf4\x56\x11\x84\x2f\xb4\xdb\x1d\xe5\xa8\x98\x57\x7e\x95\xc6\xd6\xef\xda\x6e\x8f\x25\x50\x69\x77\x4d\x6d\x73\x4c\xab\xa2\x84\x29\x53\x53\xfb\xad\xee\x3b\x03\xa7\x0f\x0f\xb8\xbe\x33\xc8\xa5\x12\x45\xdb\x19\x72\xef\x61\x87\x55\x13\xf1\xcb\xb8\x7c\x66\xa8\x5b\xe9\x42\x7c\x2d\x51\xd1\xb8\xde\xa1\xd2\xd9\xd4\x7e\x93\x77\xfb\x28\xb9\x26\xed\xfb\x00\xb1\xfe\x17\x2a\x4e\xc6\x17\x7a\x23\x2d\x5f\x4c\x2c\x0d\x69\x6a\xa4\x08\xcf\xa5\xd6\x8b\xea\xdd\xb8\xee\x05\x56\x3b\x50\xb2\x82\x3b\xd6\xd9\x1c\x57\x3f\x55\xc4\xb3\x34\x5f\x8c\x9d\xc4\xfc\x76\x22\x27\xb6\x7e\x4b\x59\x72\xdd\xc1\x11\x68\xf6\x46\x37\x62\x17\x5a\x90\x44\xea\x90\xa4\xf7\x46\x06\x30\xb0\x55\x47\x34\x63\x41\x35\x9c\x68\x3c\xed\x44\x0c\x9b\x8f\x88\x69\xa3\x2b\x29\xb6\x16\xef\x9e\x6c\xb6\x01\x6f\x32\x60\x10\xd6\x9f\xb5\xd4\xe1\x66\x6d\xdd\x39\xaf\x42\x36\x63\x99\xdd\xd6\xf9\x0d\xd0\xae\x5b\x37\x43\xc2\x86\x52\x1a\xd0\xca\xa6\x6a\xdc\x9c\xae\x06\x5f\x28\x00\xe7\x17\x7a\xb3\x83\x4b\xb8\xb9\x9f\x0b\xdb\xae\xe8\x3f\xba\x34\x23\xad\x45\x69\x6b\x4e\x02\x02\xdc\x21\x3c\xf7\x6e\x6b\x64\x79\xb4\x84\x89\xe8\xab\x25\x4d\xa2\x6e\x70\xc4\x25\xe5\xcf\xea\xde\xef\xa3\x1e\xa8\xdf\x6f\x56\x79\x24\x03\x17\xd0\x9c\x3f\x00\xff\xd7\x8e\xae\xe3\x60\xfd\x28\x68\x2b\xa6\xc8\x27\x45\x0d\x84\xeb\xe3\xab\xcd\xd9\x68\xac\x76\x83\x19\x38\xb1\xbf\x6f\x68\x12\xbe\x34\xf2\x80\x63\x71\x33\x76\x24\xe1\x62\x4e\x24\x96\x07\x83\xd9\xf4\x94\xc1\xc9\x6d\x12\x8d\x49\x74\xd6\x2c\x01\x0f\x19\xe5\x55\x2c\x2e\xd7\xe0\xf3\xbc\x6b\xf5\xd4\x49\x58\xc6\xc0\x45\x48\xd8\x75\x3e\x76\x56\x34\xdf\x38\x75\x14\x47\xbf\xae\xe3\x3c\xa1\xc9\x43\xdb\xe8\xf5\x04\x30\x8b\x01\xbe\x5f\xd3\x5c\x4f\xad\x6d\xce\xa6\xdf\x75\x2d\xc0\x90\x88\xb1\xb9\x01\xf2\xa5\xe7\x49\x12\x41\x7a\x9d\x6c\x90\x0b\xa8\x13\xb4\xff\x7f\xe4\xfd\x0b\x77\xdb\xb6\xb2\x3f\x0c\x7f\x15\x8b\x6f\x0f\x37\x79\x04\x6b\x4b\x69\xd3\xdd\x4d\x05\xd1\x72\xec\xa4\x49\x9b\x5b\x1d\xa7\x37\x2d\x2d\x2f\x5a\x84\x24\xd6\x14\xa9\x92\x94\x1d\x57\xe2\x77\x7f\x17\x06\x77\x10\x94\x9d\xec\x9e\xff\xf9\x3f\xcf\xb3\xd7\x5e\x8d\x05\x80\xb8\x0e\x06\x83\xc1\xcc\x6f\xf4\x7a\x2c\xe9\x42\x10\xbd\xaa\xb3\x09\xd1\x95\x86\x1d\x1b\x52\x59\x4f\xc9\x06\xf7\xd6\x9f\x93\x98\x9d\xb9\x6a\x3f\xb1\x6f\xbd\x86\xd5\xc4\xf8\xda\xbd\xf5\x50\x9e\x68\xd6\xe3\x66\x8a\x34\x85\xca\xc9\x5e\x04\x7f\x7e\xdc\x88\x76\xb8\x68\xf3\x25\x1d\xe6\x9f\xaa\x66\x58\x9d\x0f\x58\x79\x88\xa4\xa1\x4e\x3d\xdf\xbf\x09\xda\xe0\x76\x9a\x0e\x22\xd2\x64\x64\xbd\x53\x86\x41\xb7\xd6\x33\x9e\x02\x03\x06\x18\xea\x7b\x05\x54\xa1\x7d\xbc\xf7\x2c\x9d\xd0\x83\x4e\x9c\x5b\x50\xa8\xe3\x48\xed\x42\x40\x3e\x0c\xcc\x3c\xd6\x61\x99\xcb\x78\x49\x67\xec\x25\xc9\x36\xf0\x44\xbc\xd2\xe2\xc3\x6a\x37\x1b\xae\xae\x4d\x92\x33\xf1\x41\x9c\x27\x19\xf8\xbe\x8f\x55\xc8\x6b\xf3\xca\x6c\x56\x55\x6c\x80\x04\x1c\xa1\xad\x9c\x89\xd6\x7d\xbe\xe6\xb7\xe7\x93\x45\x4d\x6f\xba\xc5\x66\x03\xb7\x67\xde\xad\x43\x8a\x03\x62\x37\x46\xee\x69\x48\x5c\xb7\xcd\xa6\xb8\xe2\xe0\x8b\x5a\x0c\xba\x9b\xe4\x97\xfc\x8e\xe1\x3d\xe0\x3b\x77\x6f\x69\x77\x47\x8f\x99\xa6\xe3\xf3\x31\xb2\x05\x51\x7c\x60\x6f\xc1\x40\x6c\x2a\xe0\xa7\x23\x53\xbd\xfd\x0a\x98\x94\xee\xb2\xe6\x14\xaa\x0f\xbb\xac\xc9\xba\x08\x9c\x41\xb8\xeb\x9d\xef\x1d\xea\xfd\xdf\x4b\xf3\xe8\x50\x53\xbd\xae\x0a\x1f\x36\x83\xad\x27\xdf\xf6\xe6\xd0\xcd\x04\x1e\x32\xe5\xed\x38\x74\x8c\xeb\x88\x81\x71\xbc\xee\x87\xe0\xb8\x33\x8e\x09\x4a\x1e\x61\x4e\x2a\x6d\x52\x98\xea\x87\xcb\x48\x9f\xea\x68\x47\xe5\x93\xa8\x46\x29\x4b\x6f\x10\x7f\x48\x88\x5c\x60\x1a\xad\xf9\xe2\xc5\x8b\x4d\xbb\x78\x6f\xd4\x20\x4d\x6d\x19\xe9\xa6\x38\x2c\x48\xa2\x65\xfe\xa6\x57\xc1\x3e\x35\xab\x15\xd5\x3d\xcf\x93\xc8\xb2\xeb\xb1\xa3\x5e\x76\x5d\x70\x0e\x29\x5d\xa4\xea\x8a\x87\xf8\x0f\x44\xd4\xbb\x13\x75\x45\x23\x70\xce\x9e\x88\x73\xae\x95\xa3\x8e\x40\x23\x6b\x49\x0f\x48\x99\x62\xaf\xf4\x81\xd3\xe3\x0b\x95\x44\x2d\x36\x6f\xc4\x7a\xee\xbe\xfd\x99\xdb\xe2\xd0\xe1\xd7\x92\xcc\xb8\x79\xbb\xba\xd6\xf5\xbd\x4b\x9e\xd6\x2d\xc6\xab\x23\xbc\xb0\x9f\x5b\x10\x13\x00\x58\xe4\x43\x43\xa0\xaa\xdb\xcb\xc2\xdf\x5b\x94\xb0\x14\x38\x85\x9f\xba\x6b\x8d\xa2\xba\x63\x5d\x43\xad\x6e\x29\x20\xd5\xd6\x7a\xb2\x32\x2a\x56\x80\xb6\xb4\x0e\xbe\xf4\x30\x4e\x8e\x3b\x59\xa1\xb2\xd6\xed\x0e\xc1\xce\xf8\x12\xff\xd1\xc5\x48\x02\xc7\x43\xeb\x61\x2e\xa6\xa4\x27\x5d\xe3\xca\x70\x75\x62\x2d\x0c\x02\xfa\x01\xef\x0c\x3d\x1c\xf8\x48\xca\x9f\xff\x5f\x70\xdc\x14\x6a\x45\x9a\x47\xe8\x5f\x9e\xa5\x59\xa4\x19\x54\x4e\x55\xae\xc1\xff\x17\xf8\x7a\xfe\x3f\xd9\x65\xb3\xd5\xef\x96\xdf\xa6\x87\xc4\xdd\xc5\x51\x4c\x64\x79\x0d\x22\x26\xe4\xd7\xaf\x4e\xc4\x11\xa9\x6d\x2f\x00\x73\xc4\x54\x51\x97\x98\x58\x17\xc7\x18\x14\xf7\x6a\x4b\x80\xba\x9e\x13\x09\x77\x22\xd1\xa8\x03\x9c\xcd\xa4\x2a\x79\x2b\xb3\x41\x83\x9c\xb4\xd5\xfb\x1b\xa5\x83\x4f\x26\x6f\xa3\x04\x2d\x68\xf7\x9c\x8a\x65\xf0\x3d\x73\x2b\x96\xc1\xce\xdd\xc2\x36\x59\xe2\x5c\x42\x9f\xdc\xe0\x9c\xe3\x9c\x5c\x19\x7e\x2e\x3f\xa0\x3c\x44\x77\x18\x34\x42\x2f\x8a\x92\xe8\xce\x1c\x6b\xb0\xed\xff\xb0\xbd\x82\xe7\x7c\x36\x4f\xee\x32\x17\xaa\xc0\x33\xcb\x23\x64\x6d\xa1\x6f\x00\xbd\x52\x8e\xc4\xc9\xc1\xae\x70\xd9\x86\x8a\x80\x6d\x02\x47\x99\x9e\x7f\x41\x69\x27\x2e\xef\x4e\xb2\xba\x41\x97\x02\xb1\xe2\x6e\xe0\x18\x89\x86\xa9\xc1\x9d\x4c\x5e\x93\x45\x1d\x7d\xd7\xa0\x53\xbc\x93\xe1\xe4\x46\x9b\x4f\x47\x55\x91\xa5\xc9\x91\xd7\x5f\x1a\x98\x1c\x0d\xba\x95\xe5\x1c\x7e\x2e\x16\xd4\xca\xb3\x80\x84\xe8\x86\xbb\xed\xc4\xbe\x3f\xbd\x32\xa9\xc7\x44\x04\x11\x08\x16\x73\x7b\x3a\x35\x67\x9b\xf5\x20\x4b\xab\xfa\xa5\x35\xbf\x2f\xe9\x97\x24\x69\x90\x17\x31\x2b\x1f\x13\x56\xc4\xfd\xd1\xfb\x92\x54\x15\x49\x00\x2b\xa4\xe2\x7d\x63\x84\xbc\x33\xfd\x6b\xe7\x59\xba\xf1\x9a\x19\xca\x7c\xff\xca\x26\x70\xdf\xdf\xf1\x79\x04\x8d\x65\xb4\x71\xab\x30\xfb\x9b\x96\xe6\xb3\x31\x46\xff\x0f\x0e\xba\x92\x4e\x99\x9e\x8d\xb2\xd4\x1c\x00\x8b\x1c\x6a\xc9\xd9\x3f\x34\xa4\x2b\xe6\xba\xdc\x34\x0d\x2a\x66\x9d\xfc\x44\x15\xb7\xc1\xf4\x35\xc8\x19\xcb\x79\x98\x63\x78\xb4\xa8\x8c\x61\x93\x8c\x1a\xc5\x86\xa6\x57\x4a\x9d\x72\x39\x43\x42\x87\x13\x4d\x2f\xd1\x4e\xa7\xb2\x6f\x9c\xbe\xd8\x75\xb1\x89\x46\xcd\xcc\x7a\x10\x9b\x3e\x8c\x8a\x1b\x54\xce\x2c\xa6\x3b\xbd\xb2\xf4\x28\xb2\xa6\xc3\xfb\xcd\xd8\x10\xdf\x76\x60\x09\x29\xb0\x16\x4e\xd6\x03\x91\xd0\xcc\xb4\x83\x64\x7a\xa5\xa9\x4e\x75\x67\xb6\x3c\x34\x75\xaf\x96\xfb\x1a\xfd\xef\x99\x0c\xa9\xed\x95\xc5\x6d\xdb\x7d\x8d\x96\x39\xe6\xd6\xdc\xba\xbb\x5b\x55\x97\xa4\x9e\xaf\x3a\xdd\xd8\x0a\x49\xd0\x02\xda\xcc\xf0\x6b\x6f\x53\xa8\xf4\x6b\xdf\x38\xfd\xda\x1b\xb4\x9d\xec\xa0\x03\x66\xd7\xc0\x74\x7c\x1d\x7f\x92\x90\x4a\xc3\xe1\x7f\xb1\x91\xfd\x52\xc6\x9b\xc8\xbb\x2d\xe3\xcd\x71\x49\x6e\x48\x59\x11\xaf\x89\x76\x4d\x38\x53\x67\x2b\x9f\x38\x38\x6c\x76\xf4\x1b\xda\xb9\xd1\x51\xbc\xad\x0b\xd7\x08\xba\x1c\xe1\x35\xcc\x9a\xb3\xc1\x82\x9e\x06\xe9\x55\x91\x25\xfa\xea\x31\xa0\x1d\xb5\x7c\x80\x81\x63\x02\x36\x09\x74\x24\x45\xde\x33\x6c\x10\xf4\x10\x2c\x0f\xf8\xc2\xf3\x97\x61\x7b\x67\x76\xc2\x3b\x0d\x05\x42\x16\x47\x75\x1a\x72\xa8\xa7\x61\x83\xac\x4b\x44\x74\x36\x38\x45\x0e\x8b\x8e\xe8\x14\x39\xed\x35\xa2\xe9\x2d\xda\xa9\xc3\x31\xf2\x38\xc3\x3e\xf2\xfa\x8b\xbe\xb7\xae\x8e\x48\x4c\xa7\x7e\x86\x1c\x8a\x20\xad\x4e\x33\xbd\xab\xce\x23\xaf\xbf\xd2\x2b\xed\xf6\x4c\xe4\x42\x65\x13\xb6\x71\xf7\x28\x57\x02\xd4\x3d\xc6\x9e\x34\x28\xbe\x51\x07\x14\xdf\x23\x03\x8a\xef\xc7\xfd\x3e\xf8\x51\x41\xf1\xa9\x18\x4c\xdc\xcc\x2e\x87\x90\xf1\x05\xf9\x3b\xac\xd6\x84\x79\x64\xcb\x78\x8d\x66\xca\xdb\x43\x3b\x3b\x61\x46\x2f\xa7\x4a\xa9\x81\x8f\x47\x2c\x83\x89\xa4\x7c\x9a\x00\xdf\x4a\x98\xdb\x88\xe9\x07\xcd\x42\xcb\xda\xc6\x51\xe7\x53\x3c\xf4\x7d\x66\x20\x0f\x2f\xc4\xf4\x02\xe7\xfb\x3d\xc2\x8c\x98\x08\x18\xdf\xb0\xe6\xaa\x40\x37\x4d\xa2\xbb\xe8\xc1\xf5\x07\x75\xdb\xdc\x84\x56\x35\x2f\xd6\x9b\x2d\xeb\x34\x6d\xe1\xa2\x78\x46\x3e\xac\x8a\xdb\x3c\x90\xc6\xc0\x9a\x39\x54\xb1\xe9\xb2\x85\x92\x57\xbd\x73\x02\x84\x08\xd2\x61\x10\xb2\x00\x1d\x5d\x7d\x52\xae\x4f\xce\x22\xb4\x77\xec\x2a\x28\x7a\x07\xe9\x93\x8e\xf4\xa8\x23\xfd\x78\x84\xc0\x42\x2d\xad\x7e\x8e\xb3\x34\x39\x75\x14\x61\x1d\x75\xcd\x50\x1a\xb2\x11\xb0\xd1\x43\xe1\x57\xf9\xa2\x18\x54\xc5\xb6\x9c\x13\x46\x12\xce\xde\x23\xc7\x47\xcc\x24\x98\x7d\x54\xa2\x42\xbe\xf3\xd3\x52\x22\x9e\xe9\x8e\x57\x25\x87\xe4\xa8\x5a\xab\x27\x2a\x9b\xb1\x59\x51\x10\x73\x8c\xf0\x62\xb0\x02\x2f\x42\x63\x5d\x7c\xdf\x99\xec\x5e\x24\x54\x86\x8d\x83\x04\xbb\x37\x80\x73\xbf\x18\x5b\xc3\x69\x83\x76\x1f\x15\xb1\x5b\x8d\x30\x1e\xa3\x4b\x55\x3e\xc5\xc3\xd0\xdd\x60\xce\x0c\xa9\x19\x54\x01\x57\x20\x01\x33\x0a\xc2\x49\x79\x3c\x8a\xca\xe3\x47\x88\x35\x25\x86\xf4\x9e\x73\x7b\xda\x92\x3e\x97\xd2\x0b\xcf\x91\x18\xf4\x86\xcc\x9d\xe3\x88\x45\x06\x3f\xb0\xf1\x3a\x67\xf0\xe1\xbc\xc5\xec\xc0\xf3\x5c\x44\x10\xe7\x74\x0d\x51\x97\xde\x71\x3d\x59\x50\x87\xe3\x56\xf9\x60\x47\x6b\x7d\x5d\xcc\x19\x56\x5a\x0a\x87\x60\xd3\x35\x0f\xd8\x81\x20\x4d\x90\xb4\xc2\xe3\xaa\x3f\xc3\x17\xa6\x9e\xe4\x24\xaa\x51\x79\x68\x15\x53\x3c\xe4\x31\xed\xca\xc1\xa2\x2c\xfe\x22\xf2\x95\x78\x9b\xd7\x2f\xca\x62\x0d\x33\xbb\xdf\x0f\x51\xd6\x55\xe2\x79\x9e\xd0\xfc\x39\xae\xc6\x73\xe9\x3e\x70\x9c\xf5\x47\xe3\x79\xbf\xcf\xb7\xaa\xc6\xf0\xcd\xd0\x40\x5b\xec\xce\x35\x03\x21\x9d\x64\x59\xe0\xfd\xff\xe6\x72\x3f\xd1\x99\xb9\xf4\xfa\xf3\x70\x3a\x04\x07\xeb\x2d\x6d\x66\x8e\x31\xae\xc2\x14\x6f\x07\xc5\x62\x51\x91\x9a\x8a\x16\x28\x36\x7f\x12\xbc\x55\x0e\x3f\x09\x0e\xf4\xcc\x7e\x1a\xfe\xf3\xd1\xb8\xbd\xd8\xd3\xf9\xf1\x68\x86\x77\x45\x99\x2e\xd3\xfc\xd7\x28\x45\x20\x34\xfe\x1a\xc5\x88\xe4\xc9\xaf\x51\x22\xf5\x25\x7c\x08\xe7\x64\x11\x91\x06\xc5\x38\xa1\xcd\x21\xab\x43\x73\x70\x11\x16\x93\xc4\x48\xb1\xd5\xe0\x81\xe6\x8c\xca\x9c\x2d\x83\x87\xe0\x81\x53\xa4\xdb\x75\x8b\xc7\x35\x60\x04\x05\xd7\x55\x71\x58\x74\xae\x5f\x81\xc9\x71\xc7\x0a\x2e\x49\xfd\x8c\xde\x0a\xd2\x7c\x79\x0a\xa7\xd6\x39\x6d\x23\x1c\x50\x71\x8d\x11\xa5\xeb\x64\xe0\x0d\x1e\x3c\x18\x7c\xbf\x24\x41\x8d\x0a\xc7\xce\x9c\x96\xb3\x01\x9b\xb0\x8e\x4c\x3a\x89\xa1\x88\x4a\x21\xf6\xab\xb9\x85\x62\xb5\x85\x52\xba\x85\x52\x54\x1d\xda\x42\x19\xae\xee\xd9\x3a\xdb\xae\x12\x7c\xeb\x24\x38\x43\x1b\x1c\x0b\xaa\xd8\xa2\x05\x3e\x1e\xd1\x89\x48\x3b\x87\x99\xf0\x91\x4c\x16\x38\x89\xe2\xce\x62\x1b\x31\x1b\xb4\xe0\x26\xba\x7f\x62\x5d\xe4\x58\xf6\x47\xb3\x83\x53\xde\x1f\x1d\x9c\x74\x9a\x2d\x3a\x5b\xf6\x47\x91\xab\xcc\xf1\x3d\x4d\x1c\x1f\x6e\xe2\x58\x34\xe1\xfb\xc1\x02\x97\xc7\xa3\x30\x44\xc7\x23\x8c\xf1\x42\xe2\x1d\xac\x70\x86\xd6\x78\x33\x5e\x3d\x59\x8f\x19\xed\x2e\xf1\x9b\xb8\x5e\x0d\xe6\x24\xcd\x82\x60\xdd\x5f\x85\xff\x7c\x04\xf4\xde\xdd\x8d\xe5\xa1\x4e\x2c\x05\x71\xed\x16\x78\x39\xbe\x2a\x49\x7c\xdd\x74\x2f\xe0\x72\x36\xe0\x5b\x3c\x9c\xac\xf1\xf2\xc0\x1a\x6a\x25\x7d\x3f\x58\xe1\x65\xd8\x2c\x30\x76\x4b\x38\xfb\x7d\x67\x56\x7f\x34\xb9\x7f\xf9\x1d\xe7\x62\x54\xf6\x30\x5e\xf8\xfe\xe2\xe0\xc9\xa9\xc4\x6c\x8d\x1f\xb9\x88\x69\x31\x1b\xb4\xb9\x16\x32\x01\xe4\x98\x10\xec\xe8\x22\x5e\xf0\x13\xb2\xd4\x9e\xa2\x40\x13\xde\x66\x6a\x0c\xe0\x4b\x17\x9c\x5a\x1b\xdd\xc0\x53\xcf\x09\x60\xa8\xa7\xd3\x62\x86\x32\xcc\x43\x70\xf3\xa2\xa0\x63\x27\x7c\x08\x68\x6e\x39\x1a\xc8\x60\xc6\x5c\x19\x1f\x5f\x65\xa4\x03\x85\x09\x1e\xc4\x2a\xfe\x20\x56\x31\x15\x7e\xcb\xc2\x85\x99\x3c\x72\xcb\x2e\xa7\xc5\x58\x6f\x24\x4d\xb7\x2a\x61\x53\x06\xb5\x1d\xc3\xbb\xad\x17\x15\x22\x7a\x07\x48\xbc\x30\x43\x10\x6f\xd2\x0d\x9c\xc4\x0c\x06\xa1\x14\x2a\x9e\xa4\x32\x0a\xd5\x44\xcb\x60\xaf\xb6\x5a\xc2\xf3\x3c\x41\xe2\x76\xcf\x92\x5f\xc9\xb7\x88\x19\xce\x7c\x3f\xd3\x67\x9f\x9e\x7a\xa8\x0e\x43\x54\xe4\x67\xc5\xf6\x2a\x63\x71\x64\xb4\xee\x69\xa9\x1c\x60\x04\x15\xa1\x40\x98\xff\xdf\x72\x02\x92\x2f\x40\xd0\x2f\x33\x32\xbd\x08\xcd\x24\xbc\x31\xf8\x83\xfa\x98\x80\xe3\x33\xa0\x61\x69\xef\x4b\xc1\xfd\xee\x09\x66\xc0\x2f\x7a\x7c\x9e\xd4\x75\x99\x5e\x6d\x6b\x12\xb4\x97\x38\x44\x05\x7e\xbb\x5d\x5f\x81\x70\xf9\x10\xda\x86\x58\x85\x0c\xfc\xce\xf4\x79\x08\x72\x2d\x66\xbb\x83\xde\xa3\x9d\xb6\x8e\x51\xc1\x0d\xb0\xde\xa4\x39\x98\xa7\x46\x74\xc3\xd8\x36\xab\x48\x48\x2f\x44\x5c\x58\x9b\xc6\xe5\xb3\xe1\x8e\x48\x66\x4d\x94\xe5\x00\xae\xdc\x4f\x60\x87\x82\xfb\x89\x6b\x97\x96\x18\x5e\x7d\x81\x1e\xc7\x85\xef\xf7\x4a\xba\x30\xbc\x3b\x3d\x2a\x84\xf1\x4e\x52\xae\xa7\x07\xad\xe7\x4a\x3f\x00\x3c\x54\x5d\xf9\x91\xdc\x75\xac\xd8\xe7\x74\x04\xc5\xd2\x6d\xa6\xc2\xb1\x5c\x2c\x03\x9e\x3e\x27\x51\x85\x12\x1c\xcb\xfb\x02\xab\x2e\x61\x10\xf4\x0f\x23\x0e\x00\x08\xa2\x63\x66\x9d\x5c\x08\x52\xd9\x40\x4e\xc1\x52\x57\xbc\xd5\x31\x19\xdc\xae\xd2\xf9\x0a\x63\xbc\x1d\xc4\x03\x70\xe7\x9e\xdc\x4b\x15\xd2\x2c\xf3\x81\xcb\x1a\x99\xad\x50\x29\x70\xb2\x3a\x20\x79\x4e\x46\xd1\xf1\xc8\xfa\x08\x34\x7b\x70\x08\x1e\xf8\xee\x78\x14\x8d\x42\xb4\x02\x1b\xae\x6a\x95\x2e\xe8\xd2\xed\xf7\xc1\xea\xbf\xf1\x68\x48\x4f\x96\xc3\xc3\x3a\x80\x76\x5c\x30\x58\x54\x9d\xf8\x8b\x81\x99\xd0\x5f\x35\x61\x13\xa2\xc4\xf7\x93\x20\x9b\x2e\x66\xa8\x5d\x00\x2d\x1e\xbe\x13\x58\x5c\xb1\xf6\xea\x7c\xee\xa6\x5d\xd8\x9b\x96\xf6\xcd\xde\xb4\x9f\xb3\x45\x05\x7f\xa4\x34\x77\x68\x93\x12\x0d\xa3\x41\x10\x7e\x89\xd5\x55\xf8\x15\xdf\x17\xa7\xab\x38\x5f\x02\xd4\x5e\xd1\x22\xfb\x18\x17\x72\xa3\x54\x6a\xa3\xc4\x74\xa3\xc4\x87\x8f\x6a\x4a\xec\xea\x3a\xbc\xdf\x53\x89\x90\x39\xe5\xeb\x9c\x20\x53\x9c\xa0\xf4\xfd\x32\xa8\xa6\xc6\xd1\x35\x03\x98\xb1\x54\xdc\x57\xe5\x97\xc7\xf2\xbb\x71\x37\x35\xfa\x7e\xb0\xc5\xc7\xdb\x10\xa5\xed\x6a\x33\x9b\x36\xb6\xc8\x28\x21\xbc\xd4\xad\xa9\xe6\x58\x19\xe6\xc9\x6e\x39\xba\x75\xce\x88\xc9\xec\xba\xf7\x35\x52\x7c\x70\xd4\x84\xad\xe5\x76\x02\x80\xe8\x0e\x81\x62\xc1\x4a\xb5\x60\x05\x5d\xb0\x02\xa5\x9a\xbf\x8d\xbd\xfc\xf1\xc1\xc5\xfc\x92\x9e\xa3\xd4\xf7\xd3\xa0\x9c\xc6\xd6\x8a\x8e\xc4\x98\x2e\xe0\xa4\x16\x46\x22\x27\x59\xd6\x7d\xc6\x3b\x0a\xa3\x1a\xf7\x44\x97\xc1\x9e\x44\x5a\x9b\x8c\xcd\x43\x45\xcf\x8a\x6a\xba\xd3\x7c\x9f\x04\xb5\xd3\xbb\xd0\xe1\x49\xc8\x9a\xc0\x87\x87\x6d\xb4\xa1\x9c\x1d\xf5\x64\xcb\xe8\xa5\xd7\x6b\xc9\x2f\xba\x83\xa9\xc0\xad\x32\x3e\x0a\x74\xd5\xb3\xd4\xa3\xe2\x9d\xa6\x7d\x8d\x8e\x47\x86\x3e\x94\xeb\x1b\xd3\x44\xb0\xed\x2b\x40\x44\xe5\xee\x3c\xdd\xd2\xbe\xd0\xbd\xe9\x06\x4f\x30\x2d\xbf\x05\xca\x82\x31\xda\xe9\xb0\x5a\x86\x85\x60\x83\xd6\x69\x9e\xae\xb7\xeb\xf7\xe9\x27\x92\x55\x2f\x0a\x70\xb8\x95\x53\xe3\xca\x6c\x1e\xea\xb6\xf9\x40\xc3\xed\x96\x78\xd8\x86\xc3\xfb\x6b\x10\x4b\x53\x2a\x39\x0e\xbe\x23\x84\x4d\x96\x43\xbf\xe2\x40\xda\xe8\x2c\xfb\x00\xb3\xad\x03\xc6\x5f\xad\xca\xae\xc9\x5d\xbb\x2a\x2e\x20\x85\xb6\x9d\x99\xa9\x2d\x91\xbd\xae\x34\xf3\x36\x36\xd1\xd8\xb4\x7f\x3b\x60\xdf\x66\x77\xc8\x6d\xe6\xa6\x5c\xac\x4d\x33\xb7\x43\x26\xf8\xb6\x85\xb2\x0e\x4a\xd5\x31\xa2\x49\xaf\x6b\x40\xc2\x1c\xf9\xd0\xe2\xfd\x2f\x4e\x43\xd4\xdd\xef\xce\xce\x75\x59\x8d\xb7\x4b\xea\x8e\x13\x3d\x8c\x89\x02\x7c\xea\x7c\xb4\x61\xef\x4f\xce\x52\x1a\x37\x79\x8a\x87\x36\x5c\x45\x25\xc1\xbd\x95\xd6\xbb\x68\xdb\xf2\x3a\x4e\xa3\x71\x3e\xbd\xb7\x5b\x33\x0e\x1d\x54\x76\x14\xd5\xfa\x36\xe3\xe8\x42\xce\x82\xf7\xb1\x48\x8e\xc3\xe5\x62\xdb\x10\x80\xdd\x4c\xe2\x33\xd5\x7d\xc6\x74\xd5\xd5\x7c\x91\x7f\xc1\xff\x2c\x95\xd8\xd4\xfe\x79\x2e\x06\x87\x3c\xe8\x0d\x4b\x78\x94\xbb\x25\x93\x9c\xd2\x42\x0e\x92\x89\x74\xff\x43\x95\xfe\xeb\x45\x51\x5e\x88\x2b\x3d\x58\xfe\x56\xcc\xc0\x14\x65\x56\x29\xa5\x31\x10\xf8\xeb\x5b\x08\xc4\xc0\x53\xc1\xe0\x29\xcd\xd2\xfa\x0e\x25\xce\x2f\x53\x21\x1a\xa1\x0d\xae\x8d\xb8\x80\x8b\x16\xd4\xc8\xaa\x03\x78\x61\xa9\x39\x56\xbb\x7c\xf4\x6f\xd4\xc8\x97\x0f\xf0\xd1\x5f\x82\xa7\x36\xc7\x15\xf8\x24\x47\x23\xa0\xed\xdf\xe1\x9a\xdb\x3e\x3e\xd7\xda\xb5\x51\xe8\x5f\x61\x6e\x27\xfd\x96\x54\x75\x9a\x2f\xcf\xc8\xa6\x5e\xa1\x33\x6c\x62\xc4\xa0\x0b\xba\x40\xfc\x1b\x6d\xae\xfe\xc0\xb5\x86\xd4\x7d\xce\x96\x94\xdd\xba\xdf\xe3\x73\x53\x3e\x41\x6f\xf0\xb9\xf3\x1e\xfe\x16\x4a\xf2\x7b\xf8\x6b\xf1\x99\x12\x8d\x5e\xe0\x6d\x0f\xe3\x1f\xc1\x88\x02\x9d\xe0\x2d\xa6\x3f\x98\x5a\x0e\x3d\xc3\x17\xe0\xae\x16\x0f\xe2\xec\x36\xbe\xab\xd0\x4b\x7c\xf0\x50\x40\xbf\xe0\x97\xbe\xff\xf2\xc0\xbb\xc0\xe4\x50\x66\x34\x44\x1f\x0f\x54\xf0\x3c\x4f\xba\x3e\x7f\x9e\x27\xd1\xb0\x0d\xaa\x50\x93\xe0\x4a\xa0\x2a\xbc\xb3\x84\xc0\xf7\x0e\x53\x67\x63\xf0\x2d\x13\xe7\x5e\xef\x8d\xef\xbf\x55\x82\xf6\x5b\x5b\xf8\x7c\x8d\xd4\x73\x2f\xaf\xf1\x44\xd3\x3d\xfe\xc1\xf1\x0a\x7e\x6e\xe3\x15\x7c\x8f\xcf\x24\x5e\xc1\xef\xf8\xd5\xd3\xa1\xe1\xeb\x33\x57\x92\xb7\xa2\x0e\x78\x50\xe3\x36\x2c\xe8\x37\x3c\xea\x07\x2f\x26\xa3\x68\x18\xf6\x83\xdf\xe1\x5f\x05\x16\x05\xf7\xb3\x77\x61\x97\xdb\xfa\xdd\x20\xe6\xa8\xf8\xcc\x62\xcc\x70\xf0\xd7\xa3\x3c\xfe\xcc\x3c\xbb\x25\xe7\x3c\x37\x5c\xd6\xa5\xed\x0a\x22\xea\x59\xae\x75\x6a\x23\x0d\xf6\x2c\x6a\x89\x64\x34\xf5\x20\x8e\xbe\x88\xaf\x90\x48\x2b\xb7\xcb\x41\x3c\x58\x15\x65\xfa\x57\x91\xd7\x71\xd6\xa0\x17\x93\xe9\x01\x1d\xb4\x77\x79\x29\x43\x07\x18\x23\xd3\xcc\xed\x5d\x08\x05\x0c\xbb\x2e\xe9\x7b\x56\x38\x1b\xa1\x8e\x3e\x91\xe0\x4f\x86\x44\xab\x54\xa8\x6e\x87\xfe\x1b\xdb\xf5\xfb\xe7\x81\x5e\x3f\x4a\x93\xee\xa6\xbb\xbc\xbf\x99\x31\x5d\xd6\xed\xc4\xfd\x27\xb8\x0e\xdb\xf5\x5a\xeb\xfe\x89\x07\x5e\x58\x6f\x69\x6b\x19\x99\x64\x51\xe2\xd6\xc9\x9f\x08\xe0\x08\x15\x32\xa2\x37\x54\x31\x26\xde\x1b\x31\x26\x68\x0f\x65\x24\x8a\xde\x89\xb9\x04\x30\xf9\x1d\x9c\x34\x7a\x6e\xc6\x65\x39\xd3\xa2\x52\x3c\x6b\xfe\x07\x7c\x5a\x33\xdf\xef\x9d\x1c\xf6\xf0\xd1\x88\xe9\xb5\x74\xf2\xe9\x5c\x2f\x7d\xa8\xb6\x9b\x8f\xfd\x16\xd2\xa0\x2c\x8c\x12\xdf\xff\x5f\xec\x40\xc2\xde\x20\x66\xf0\x5f\xf4\x7b\xd7\xc3\x4e\x7b\x0f\x81\x9c\xf0\x9c\xf9\xbe\x97\x2d\x57\xfb\xb6\x2a\xc1\x49\x54\x43\x93\x1a\xab\x96\x4b\x7d\xef\xb5\x7b\x47\xd9\xdd\xfc\xde\xea\xa2\xe1\x27\xa3\x7c\xa4\x7f\x9a\x08\x2f\xe9\xd7\x64\x51\xbf\x21\x00\x0f\xc1\x12\xc0\xa6\x95\xa6\x1c\x70\xc5\x3f\x30\xb5\x0d\xaa\x42\x36\x95\xad\xaf\x3f\xa0\x9d\x26\xe9\x44\x1b\x3e\xa2\x65\x99\x26\x3c\xb4\x1b\x3d\xde\xa2\x57\x10\x29\xa4\x1c\xac\xe3\x8d\x3b\xd6\x78\xaf\xf7\xd2\xf7\x83\xfc\x29\xfe\xc5\xf7\x15\xd6\xf4\xf1\x47\xc1\xf1\xa7\x34\xbb\xd8\xef\x73\x2a\xcd\xab\x5c\xe6\x5f\xcc\x36\x1b\xd7\x3f\x04\x79\x7b\x8c\x84\x08\xf5\x6f\x54\x33\xcc\x8e\x2a\x92\x72\x91\xc2\x2f\xd1\xf5\xae\xbf\xf5\x73\x24\x1c\xf1\x22\x42\x89\x11\x69\xde\x92\x51\x81\x4c\x13\x2c\x5a\xc4\x4c\x41\xa6\x60\x4c\x0b\x98\x29\xc8\x10\x09\xa3\x05\x72\x08\x84\xd1\x0a\x1d\x92\xef\xc8\x03\x60\x9d\xa4\x37\x78\x44\x0e\x9b\xd0\x61\x9c\xdb\xa0\x46\xa2\x7e\xcb\x4b\xc5\xe4\x62\x0d\xf3\x9c\xd6\x3a\x70\x96\xde\xa4\x60\x05\x17\xce\x9a\x30\x44\x2f\xd9\xb3\xd5\x47\x79\xa9\x36\xd7\x4b\x2c\x67\x88\xde\xb6\x31\x0b\xae\x07\xf1\x21\x20\x1a\x83\x6a\x99\xa0\xf3\xee\x86\x94\x59\x7c\xe7\x3c\xa4\x4d\xa5\x37\x92\x60\xc2\x8e\x02\x1f\x37\x4d\x4b\xdd\x00\xbb\xbb\x75\x59\x51\x7e\xa6\x1c\x51\x31\xe0\xfa\x23\x53\xa4\x90\xc6\x37\x1a\xde\x22\x11\x47\x2e\xaf\xbb\x85\x31\xe0\x16\x52\x1f\xe8\x4c\xca\x3f\x79\x67\xc0\x8d\x1e\x59\xb9\x50\xe1\x7e\x5f\xfb\xfe\x81\xe7\x93\x3a\x64\xc0\x24\x9a\x09\x9c\x7c\x44\x6a\x77\xd8\xa9\xb6\x68\x87\xf4\xb7\x3d\x99\x47\xb6\x27\x33\x00\xbf\x42\xd6\xf0\x80\x33\x73\x6f\x74\xc8\x75\x79\x68\xba\x2e\x1b\x4e\xc8\xb6\xd7\x32\x5b\x34\x87\xd5\xb1\x70\x61\xd6\x75\x03\x9a\x0b\xb3\xc3\xb3\x99\x12\xa1\xe1\xda\x4c\x13\x6c\xdf\xe6\x03\x06\x1d\xed\xd9\xe2\xf7\x70\x97\xb2\xf5\x29\x1e\xb6\x6a\x76\x59\x6c\xde\x4b\x36\xe6\xed\x50\x46\x62\x37\x2e\x74\xd2\x03\x99\x0b\x57\xf4\xca\xc5\xd8\x32\xbd\x62\xb1\xd3\xb7\xe5\x16\xad\x1b\x9d\xb4\x15\x14\x1d\x63\x92\x5a\x0a\xb7\x81\x8a\xd0\x3e\x98\x36\x2a\xdd\x35\xba\x8d\x57\xc0\xda\x5e\xe8\x2a\x3a\x34\xd9\x36\x89\x3b\xfb\x63\xd9\xe0\x72\x83\x84\xb7\x45\x42\xaa\x29\x18\x40\xdd\x65\x44\xc4\x61\xc7\x35\x32\xf2\x87\xad\xfc\xd6\x7a\x1a\x36\xa9\x6e\x25\x67\xa7\xa1\x5f\x8d\x3b\x0b\x74\x59\xfa\x8d\xf5\x77\xb6\xa7\x35\x3c\xf9\x6a\x6f\xf0\x4f\x6a\xf1\x9e\x2b\x92\x7e\x7b\x5a\x0f\xea\x62\xa3\x25\x3c\xa9\x07\xcc\xad\x83\x5b\xec\x1d\xad\x07\x73\xee\x5f\x69\x6f\x04\xc7\xd9\xe1\x78\xa3\x72\x28\x05\x73\x1c\x58\xca\xc3\x70\x4a\x66\xf0\x60\x29\x65\x70\x56\x9f\x20\xdb\x62\x52\x88\x17\x28\x88\x04\xa7\x0e\x7c\x22\xe4\xef\x96\x81\x52\x18\x75\x64\x74\xd6\xe4\x06\x06\x10\x14\xd3\x35\x36\xfd\x32\x6d\xf8\x8d\xeb\xe7\xed\x7d\x50\xbc\xfa\x45\x51\x10\xfc\x8f\xe4\x4e\x17\x9d\x6b\xb9\x13\xe0\x4c\xa7\x02\xb7\xd7\x32\xd0\x25\x6d\x39\x94\x57\xcd\x24\xbc\x0d\xdd\xd5\x79\xcd\xe3\x41\x1b\xcd\x31\x8f\xe4\xce\x46\x55\x88\xd9\x2e\x03\x29\x87\x55\x14\x71\x88\xf7\x76\xff\x72\x1d\xcb\x8c\xbb\x45\xaf\xe2\x0d\xf9\x50\x64\x29\x15\x7d\x1d\xb2\xaf\x63\xb2\x5e\xa7\x39\xeb\x7b\xcb\xb8\xeb\x73\x7a\xeb\x1a\xb8\x74\xb8\x6e\x5a\xc7\x7c\xdb\x92\xaa\x3b\x20\x88\x78\xa9\xcd\xa5\x06\xf1\x64\x5b\x17\xe2\xc9\xbd\x84\xc8\x54\xb0\x3d\xc6\x00\x3d\x1c\x58\xc6\x44\xb0\x43\x88\xa3\x03\xd6\xfb\x55\xfb\xb4\xe8\xf5\x5c\xcf\x62\x86\x96\xa7\xf3\xe1\x71\xac\xf4\x7e\x66\x96\xf6\xc0\x60\x29\xc4\xe5\x85\x9b\xef\x27\x1e\xa4\x8e\x49\x40\x3b\x87\x5e\x36\xfa\x51\xea\x92\x9c\xda\xa6\x48\xe9\x9a\xec\xf8\xa8\x36\xf0\x81\x8a\x95\x5a\x12\x16\x42\x0d\x15\x0a\x3d\x65\x52\x3f\xc1\x74\xdc\x4f\x71\x11\xd5\x4f\xe1\xcf\x27\xb8\x50\x31\x52\x53\x22\xc2\xae\xa9\x2f\x9e\xe2\x3c\xa2\x9f\xa9\x52\xb1\xa3\xd4\x13\x5a\xea\xa9\x5e\xaa\x22\x2c\xce\x53\x1b\xdc\x96\x2e\x4a\x66\x7a\xb8\x17\xc4\xe9\xe2\x8e\x0a\x54\x82\xe3\x3a\x53\xf6\x56\x46\xf0\xc4\x0c\x5b\x2b\xc2\xdd\xd4\x4d\xc5\x21\x38\xab\x4b\x15\xec\xa6\xf5\xa6\x01\x8e\xea\xd6\x35\x61\xa5\x94\xd5\x8b\xc9\xdb\x68\x81\xd6\x38\x6e\xbb\xa5\xc7\x9a\x5b\x7a\xec\x74\x4b\x3f\x41\xf1\xff\x61\xb7\xf4\x87\x39\x99\x2b\x47\x72\xc3\x2b\x90\xa5\x1e\x0d\x07\x5f\x57\x47\x59\x9a\x93\x98\xde\xe9\x4f\xf1\xb3\x80\x84\xa6\x6f\xf8\x15\xd3\x45\x0a\xef\xf0\x5d\x57\x48\x66\xe5\xc6\x7d\x37\x70\x0e\xc0\xe9\x54\xbc\x16\x06\x43\xdc\xfd\xd4\x15\xc3\x51\xc5\x5d\xd6\x22\x34\x7f\xf3\xc8\x19\x71\x59\xf3\xa9\xe5\x0a\x3a\x23\x34\xf4\x33\xe6\xc2\xe9\x8d\x36\x2a\xed\xa2\xd8\x44\xde\xe8\x5b\x9a\xc2\xfc\x2c\xb5\x42\xd2\xbb\x9e\x4d\x3e\x3f\xa6\xdb\x11\x29\xb7\x15\xe1\xef\x2b\xc2\x73\xdb\xe1\xa1\xea\x73\xdf\x71\xf0\x54\x05\x99\x75\xa6\x2d\x0f\x2b\xc2\x32\xb5\xd8\xf5\x7d\x4f\x2b\xcf\x6f\xcb\x33\xdc\x72\x2b\x07\x64\x6d\xee\xf8\x6e\xec\x12\x96\x64\x6d\x93\x4a\xc6\xf7\xe4\x15\xa3\x9d\x9c\x64\xc3\xdf\x3d\xc8\xc1\xc9\x0b\xbc\x6b\xcf\x07\x71\xdf\x3b\xf2\x23\x38\x57\x3c\xb3\xeb\xb9\xf0\xae\xfd\xa5\x8c\x37\x1b\x52\x72\x80\x62\xd3\xe7\x7e\xd5\xe1\x73\xbf\x72\xf8\xdc\xeb\x90\x2d\xd3\x53\x74\x65\xa8\x8d\x77\x2e\x4a\x6a\xc7\xe2\x6c\x45\x0f\xef\x0e\x3d\x6a\x84\xfd\x84\x89\xd4\x46\x37\x43\x0e\x7d\x1b\xed\x55\x6b\x2f\x7c\x7e\x6c\xd3\x4e\x37\x75\x6d\x3c\x66\x4c\x52\x86\xe2\xfa\xf5\xb7\xb6\xdb\xbf\x02\x9f\x70\x82\x35\xd8\x61\x4f\xe5\x77\xaf\xe9\xbc\x93\xb2\x03\x93\xc1\x55\x18\x90\x18\xd8\x94\x68\xa0\x3b\xff\x97\x60\x44\xf0\x8e\x31\x38\x1c\x27\x40\x84\x86\x7c\xc3\xbd\xd8\x99\x61\xba\x64\xe6\x75\x18\x84\x9d\x7c\xce\x45\x7a\x82\x1d\x90\x5b\x86\x8f\x43\x3c\xe5\x2b\xce\x3c\xc8\xdb\x1e\xf1\x2b\x3b\xd0\xbc\x1e\xa9\xd6\x08\x49\xfb\x97\x50\x3c\xb0\x95\x1f\x7d\xab\xf3\x96\x02\xef\xbc\x28\x5e\xd4\x7c\xb2\x19\x75\xfd\xc3\xf3\xfe\x71\xc0\x9d\x5d\xf6\x8d\x57\x68\xf2\x6e\xfd\x54\x91\xf8\x0d\xdc\x07\xde\x7b\x3c\xfc\x2f\x8f\xae\x0c\xf0\x00\xd1\xee\x25\xe2\xeb\x2d\x13\x1a\x54\x4c\x3d\x1f\xf8\x96\xe2\x3d\x7d\xd1\xd1\x19\x9e\x5e\xa2\x1d\xe5\xd4\xab\x38\xa1\x73\x32\x3c\x1a\x1e\x3d\x06\x0c\x83\x72\x79\x15\x07\x43\x74\xc4\xff\x3f\xf8\x26\xf4\x9a\x19\x2a\x42\x49\x70\x12\x8c\x48\xaf\x19\x59\x4e\x04\x3b\x19\xb4\xff\xe8\xf8\x3b\x40\x40\xd0\x9d\x0a\x64\xb6\xe0\x14\x00\x11\x70\x3c\xfa\xb6\xb1\xd1\x9f\x28\x79\x98\x6a\x6c\xe6\x59\xbf\x28\xca\xf5\x3b\xb0\xcc\x84\x19\x39\xa2\xb3\x62\x9c\xae\xb2\xd4\xd1\x60\xa4\x1d\xaf\x9b\x09\x80\x97\x28\x71\x44\x55\x17\x79\x65\x01\x52\xe5\x30\x21\x4b\x3a\xe8\x48\xcb\xd3\x5f\x17\xe3\x70\x22\x8a\x1e\xff\x9b\x15\x96\xdf\xfe\x5b\x7c\x8c\xf4\xd3\x22\x32\x0f\x0f\x64\x28\x20\xa3\xc4\xf7\x77\x2e\x52\xe1\x98\x07\x8c\x62\x38\xe0\x81\xa2\x1c\x17\xc5\x6b\xf4\x0b\xcb\xf8\xe8\xf1\x63\x74\xa4\xfe\x33\x0c\x8d\x43\xb1\xa4\x07\x4b\x39\x3d\x1b\x2c\x67\xd8\xd0\xe3\x75\xed\x83\x46\x6d\xd0\xdb\x30\x08\x43\x54\x86\x6e\x00\x06\x17\x30\xd5\xf4\x6a\xe0\x48\xee\xdc\xe4\x37\x4a\x1a\x57\x20\x1c\x8e\x49\x92\xf3\xc1\x77\xf3\xbf\xf9\x96\xfa\x37\xe7\xd9\xe7\x71\x92\x6e\x2b\xb6\x6d\x0c\x62\x7b\x0c\x13\xfb\xf5\x37\x1a\x63\x90\xc0\x5c\x62\xbf\x2b\xc6\xdf\x0d\xf3\xa3\xcf\xfa\x72\x00\x02\x51\x33\x43\xed\x3b\xac\x31\x01\xea\x66\xfb\x20\xb8\x99\x62\x13\x1d\x3f\xfa\x8e\x11\xc4\xf1\xb7\x83\xc7\x07\xc0\x39\xe4\x99\x64\xf4\xf1\xd0\x18\xb5\xde\x2a\x34\x30\xad\xb3\x32\xf1\x41\x7d\x7d\x28\xd7\xa5\xc2\x63\x9b\xf7\x59\xdd\x76\xf5\xd1\x46\xe9\xe9\x3a\x1b\x64\x97\x9a\x6e\x98\x0d\xfe\xc2\xde\x84\x68\x4e\x70\x1e\x8c\x46\xc3\x10\x6d\xe1\xaf\x47\x21\x4a\xdc\xc6\xee\x4a\xa5\x44\x06\x65\x71\x7b\xaa\x54\x31\x45\xfb\x66\x63\x18\xa3\xbd\x05\xcb\x68\xe6\x51\xcf\xd0\xc0\x84\x6b\x3d\xdc\xad\x84\x22\x8a\x8a\x2d\x5c\x48\x9c\x63\x32\x58\x92\xfa\x94\x64\xd9\xcf\x71\xb6\x25\x3f\x92\x3b\xb8\x74\xd1\x56\xaa\x67\x77\xda\x8d\x8b\x80\x04\xc0\x4c\x1b\x4f\xf2\x94\x19\x13\x54\x70\xff\x82\x88\xf3\x74\x9c\xaf\xe8\xe5\x2b\x1e\x6c\x2b\x0e\xb4\xb1\xc2\x0b\xa1\xde\xdb\xef\x03\xf9\x37\xde\x35\x9d\xe6\x13\xad\xc7\x94\x7c\xb0\x48\x49\x96\x54\x07\x0d\x19\xce\x8b\xdb\x17\x50\xca\x43\x0e\x9d\x10\xbd\xb2\x9b\xcf\x7d\x72\xb6\xbd\x6d\x9e\x90\x45\x9a\x93\xc4\xc3\x18\xd7\x77\x1b\x52\x2c\x8e\x88\xed\xd4\x30\xf1\x00\xf3\x26\x6a\x65\xf4\xcb\x16\x1a\x4f\xe9\x80\xd5\x57\xc0\x6b\x93\xb2\x13\x56\x1f\x56\x57\x2c\x91\x1e\x02\xa5\x98\x64\x51\x81\xd6\x6c\xa5\xe4\x2a\xdd\xe8\x81\xc3\xe7\x10\x27\x7c\xeb\xfb\x10\x99\xf0\x28\xcd\x8f\xb6\x93\xed\x14\x7e\xcc\xa2\xc5\x64\x11\xa4\xa8\x42\x24\x8c\x9c\x81\x58\x7d\xbf\x66\x08\x98\x24\x4b\xe8\x94\x4f\xc8\x54\xfb\x35\x8b\x3c\x4f\x82\xae\x30\xe7\xaf\xdc\xf7\x65\x70\x8b\x7c\xbf\x0f\x72\xec\x79\x21\xf2\xae\x8a\x22\x23\x71\xae\x4d\x64\x3e\xc9\x07\x75\xf1\xa1\x2e\x01\x3b\x37\xca\x9b\x20\x45\x84\x5e\xa0\x57\xbc\x6f\xe8\x12\x27\xbe\x7f\x33\xb9\x11\x1d\xe4\xbb\xe8\x14\xf7\x46\x63\xd9\xc6\xa5\xd6\xde\x9d\xef\x5f\xb2\x7f\x82\x53\xdc\x1b\x86\x48\x54\x85\x2f\xc1\x1a\xe8\x96\x05\x67\xec\xab\xc0\x1c\x97\x13\xef\xd8\xeb\x5f\x46\x9e\x77\x1f\xd1\x5d\x93\xbb\xe8\x16\xa5\x49\x04\x4a\x07\x41\xd4\x93\x8d\x01\x97\x6f\xe6\x79\x65\x71\xcb\x5f\xcb\xf5\xa7\x66\xa6\xb0\x2b\x49\x9c\x14\x79\x76\xc7\x10\xc7\x9d\x4e\x93\xba\xfa\x83\xd6\xfc\x66\x9b\xd5\x29\x65\x37\xbe\x9f\xeb\x3f\x91\xd1\x2c\xcb\x94\x3f\x51\x0e\x44\x85\x34\x32\x63\x29\xfc\x86\xc6\x7e\x7c\xcc\x37\x0c\xfb\xef\x94\x7e\x4e\x53\xe4\x36\x0e\xad\xe8\x11\x1d\x11\x1e\xd4\x66\x3b\x65\xa3\xb4\x0a\xb1\x10\x0f\x30\xff\x0d\xba\x0a\xd9\xab\xe5\xc6\x86\xff\x59\x00\xfc\xcf\xea\x6f\x81\xff\x69\x03\xfb\xd0\x71\xbd\x21\x71\xb5\x2d\x49\xd9\xce\x05\x91\xf6\xf7\x22\x27\xae\x68\x77\xf7\xab\x1d\xd7\x44\x38\xe6\x84\xd2\x5b\x87\x0c\xe6\x61\x40\x84\x73\x85\x52\x3b\x82\xfe\x30\xdc\xef\x75\x0f\x0e\x33\x93\x69\x13\x1f\x84\x2e\x24\x70\x54\x84\xd6\x52\x94\x55\x2e\x9b\x28\xc5\xa5\x44\x75\x7d\xce\xac\xb7\x63\x5c\xc2\x09\x30\x26\x93\x54\x86\x55\x16\x8e\x5f\xf0\x5e\xb5\x81\xc7\x16\x69\xe0\x67\x94\x0a\x62\x54\x87\x61\x24\xd2\x20\x0e\xa6\xef\x1b\x3f\xa1\x08\x2a\x98\xe2\xd4\x74\x55\x91\x50\x55\x30\xc8\xcf\x72\x4f\xb1\x66\x69\x4d\x82\x3a\x14\xae\x67\x6c\x65\xc1\xcc\x41\x9a\x49\xc9\xa6\x7a\xa3\x06\xb9\x07\xe6\x79\x07\x1d\x32\x96\xa4\x3e\x23\x65\x7a\x43\x12\x68\xf2\x45\x59\xac\xad\xd7\x6d\x58\x05\xbb\x02\xf7\xeb\x74\xbb\xfb\x24\xec\x34\x97\x7e\x88\xdf\x07\x3c\x88\x5a\x06\x1b\xb9\xfe\x46\xca\x42\x78\xd1\x33\xbf\x84\x23\x44\x54\x3a\x36\x9c\x07\x5a\x5e\x03\x6e\x8c\xe0\x2f\xc1\x02\x3e\x2f\x6e\x1d\xae\x01\x48\x28\xe4\x35\x7f\x90\xfc\x1e\x47\x95\xd2\xf7\x0b\xdd\xf4\x9d\x8f\xe4\x34\xce\x32\x92\xe0\xde\x10\x95\x90\xf7\x99\xde\x17\xda\xcb\x16\xb3\xf7\x6d\xbd\x5f\xf0\xd9\xcb\xb5\xd9\x03\x4b\xee\x16\xd9\xc9\xa8\xd0\xdc\x2a\x5e\x08\x58\xe0\x0c\x9d\xaa\x00\x7b\x56\x19\x99\x7d\x00\x90\x1e\xca\x98\x49\xfb\xfd\x81\xb5\xfa\xbb\x91\xf9\x0f\x80\xe4\x7f\x0e\x01\xfd\x9d\x20\xd3\x6e\xc2\x62\xfe\x78\x60\xd7\xae\xbb\x7b\xe8\xac\xdf\x7c\x76\x8e\x71\x77\x89\x4e\x84\x19\x38\x0b\xc7\x94\xdf\xf1\x4f\xce\x8a\x9c\x04\x31\x9f\x2c\xdb\x89\xb0\xcd\x99\x9a\xb0\x29\xc0\x17\xb4\xe7\xa6\xe6\xff\x84\xcc\x3b\xbc\x2c\x9c\x9c\x03\x48\x1b\xe2\xed\xe7\xda\x67\xe3\x1c\xc4\x3e\xe6\xa1\x75\x38\xac\xc1\xdf\x1c\xff\xe1\xb0\x1b\x46\xb5\x2a\xb6\x59\x22\x9f\xbf\x5a\x9b\x99\x87\xc3\x36\x9f\xa4\xcf\x49\xb2\x9d\x93\xe4\xbc\xb8\x65\xd2\x33\x29\x85\x0c\x01\xdc\xd7\x80\xaa\x77\x1d\xd3\x03\x61\xbb\x0e\x8f\x80\xb9\xf6\x73\xbf\xef\x19\x07\xbd\x36\xb7\x24\x6c\x94\x65\xcf\x97\xc4\x62\x94\x82\x5f\xae\x5d\xfa\x0c\x87\x92\x05\x89\x72\xb8\xc7\x59\x07\x7b\x26\x96\x75\x6e\xdc\xf1\xe0\xb5\x2c\x81\xdb\xda\x22\x8b\x99\xd1\xc8\x3b\xc0\x79\x32\xd1\x9c\x1f\x71\x34\x67\x69\xab\x07\x0a\x77\xe3\x8d\xcc\xb2\xff\x05\x15\xfd\x02\xdd\x68\x1f\xd9\xbe\x19\xa7\xee\x0b\xe6\xad\xe3\x82\x79\xdd\x32\xf0\xf9\xc4\x6e\x91\xcc\x47\xe5\x9d\xea\xc8\xa7\xc9\x30\xfa\x84\x9e\x3b\xcd\x7f\xd0\x2b\x56\xf5\x79\x71\x2b\x61\xf3\xd1\x99\x91\xa6\x05\x22\x40\x17\x8e\x1c\xb0\xf3\x46\x7f\x88\xea\x99\xfe\x4f\x55\x76\xae\xb5\x4b\x07\xa0\xa0\xb7\xdf\xb3\xfe\xb2\x3b\xe7\x49\x85\xde\xa8\x2e\xbf\x9f\x24\x24\x7a\x8f\xde\x1a\x07\xf4\x6b\xba\x32\x9a\x1b\xce\x8b\xee\x0b\xf5\x09\x66\xfb\x3c\x9e\xd7\xe8\x99\x7c\x28\x7d\xa9\x82\x72\xfe\xd2\xba\x9e\x7f\xc4\xc4\xe1\x16\xf3\xb3\x1d\x8e\xf3\x7b\xd5\xc9\x9f\xf7\xfb\x9f\xd1\x8f\x6d\x6d\xc2\x9f\xa2\x26\xf4\x3b\xe6\x86\x80\x54\x5a\x66\x99\xbf\x61\xa2\x62\x5c\xfe\x84\xe5\x05\xeb\x37\xdf\xff\x0d\x7d\xa5\x1f\xaf\xbf\xe2\xaf\xda\x27\x27\xfa\x01\x7f\xa5\x8b\xae\x84\xe0\xce\x0d\x89\x6a\x82\x89\xbe\x2d\x51\x4e\x54\x83\x35\xbd\xb2\x12\x54\x18\x65\x18\x29\xc5\x19\x2a\xb5\x92\x05\xf1\xfd\x82\xa0\x94\xe0\x6a\xd2\x0b\x7a\x95\x16\xdd\x5c\xfe\x1d\x64\xa1\xbc\x77\xc6\x04\xff\x30\x51\xe6\x5c\xa6\x14\xb9\xdf\x7b\x10\x80\x8f\xa5\x7b\x91\xe7\xa1\x8a\xe0\x57\x93\x57\x41\x26\x2b\xc8\x08\x3e\x9b\x9c\x69\x09\x2b\x82\x2f\x26\x17\x5a\xc2\x9a\xe0\x5e\xef\xad\xef\xbf\x1d\x48\xd3\x7d\xba\x5d\x82\x0c\xcd\x43\xdf\xef\xfd\x84\x96\x04\x5f\x5b\xee\x02\xe8\x86\xe0\xeb\x9e\xb2\x72\xf3\xfd\xe7\x3d\xdd\xca\x0d\x5d\xa9\x6f\x68\xbe\x8c\xf4\x48\xd0\x1d\xc1\x7f\x4e\xe6\xc7\x7f\x32\xc8\x29\x8e\xe1\x24\xfa\x72\x49\x33\xff\x1c\x30\xc3\x68\x71\xf5\x26\xf8\xf7\xc9\xef\x83\x2e\x97\x90\xb6\x57\xd0\x21\x71\xd8\x2a\x1b\xa2\x0d\x09\x5e\x0a\x17\xa2\x67\x48\xad\x2f\xed\xaa\xe6\xca\xb0\x24\x86\x9f\x43\x49\x90\x73\x1f\x46\xe7\xa8\xb5\x4c\x51\x6c\x98\xbc\x20\xbe\x97\xa2\x13\xe4\xde\x70\xd1\x0b\xdb\xd4\xf8\x47\x24\xa8\x3c\xfa\x49\x80\xd8\xde\x12\xbc\xd3\xae\xe3\x91\x3d\x32\xe3\xae\xae\x5d\xcd\x5d\x05\xd5\xbd\x9d\x36\xdc\x2e\x01\x77\x79\xe3\x7e\xee\x2e\x23\xb3\x91\x76\xd7\x77\x96\xe4\xa0\xff\xba\x16\xc0\x5d\x50\xea\x08\x98\xce\xad\x5d\x88\xa5\x37\xe3\xf6\xa1\x78\x69\xa8\x2a\xf7\xfb\x5d\x83\x6e\xe9\xfd\xd7\x95\x8b\x6f\x09\x9b\xd6\x6b\x75\x11\x17\xba\x98\x37\x68\x67\x94\x8d\x1c\xdf\x23\x4d\xe3\x18\x6d\xfb\xde\x31\x57\xc1\x20\x83\x2f\x46\xbf\xf0\x5b\x63\x15\x95\x88\x9e\x92\x51\x86\x54\xa0\xea\x39\xcf\xfc\x20\xf7\x45\x14\xdc\x10\xee\xf3\xf5\x91\xf9\x7c\xb5\xcf\xb3\xe8\x14\x59\xa7\x59\x74\xfb\x70\xc2\x6a\x42\xf4\xc1\xf0\xe8\x2f\x8b\x8c\x4c\xac\xdf\xcc\x6f\x8c\xef\xb3\xb8\x4c\x63\x2a\x04\xab\x83\xec\x95\x85\x7f\xa0\x94\x32\x3c\x7c\x2b\x94\xf2\xd8\xfc\x7e\x22\x78\x2b\x3c\x57\xae\x8a\x4f\x5e\x3f\x28\x07\x55\xb1\x26\xa6\x2a\x54\x58\x8d\x1b\x3a\xa6\x26\x0c\x27\xde\x91\xd7\xd7\xa6\xf7\x90\x0a\xed\x6e\x10\x9b\x60\xea\x6e\x47\x14\xa9\x0a\xd8\x92\xc1\xca\x10\xa7\xb6\x64\xb0\x70\x2a\x11\x53\x32\xd9\xb9\xc2\x9f\xa6\x44\x8b\x7f\x9a\x92\x26\xda\x35\xe8\x77\xb4\x53\x8c\xeb\x94\xb8\x7d\xe7\x5c\x2e\x77\xf2\xa8\x63\x4a\xbe\x0f\xc4\xf2\x98\x11\xbf\x05\x67\xf0\xa2\x9f\xa4\xa3\x96\x23\x76\xae\x58\x55\xe7\xfa\x45\x2b\x83\x43\xd9\x5b\x4c\x8b\xf7\x2a\x0f\x45\x61\xcd\x37\x6f\x65\xd4\xc5\x76\xbe\x3a\x4e\xf3\x9b\xe2\x9a\x68\xa6\x81\xaa\x80\xb3\xc7\x2a\x2a\xab\xaa\x98\xa9\x2c\x8b\x5b\x9e\x22\x65\x85\x3b\x32\x99\xf7\x37\x56\xbc\x61\x72\x43\xa7\xe5\xa3\xef\x7f\xec\x8f\xac\x89\xd8\x14\x55\x9a\x57\xa4\xf6\xa2\x3b\x31\x6b\x15\xa9\xe1\xfd\x30\xba\x3c\xec\x8f\x78\x5e\xdc\x7a\x42\x15\x29\x8d\x86\xde\x35\xb2\x16\x1e\x55\x27\xba\x22\x28\xce\xb2\xe2\xf6\x05\x5d\xb5\xf3\xa2\xa8\x01\x67\x0b\xb9\x00\xf3\xb8\x4b\x11\xb3\xab\xd4\xf6\x87\xeb\x9d\x40\xc5\x87\x52\x9e\x5f\xae\x05\x6c\x50\x46\xb8\x13\xd2\x0d\x69\x3b\x8a\x18\xc6\xa9\x9a\x4e\xb8\xb5\x72\xcb\x25\xf7\xce\x3a\x40\x0d\xb0\x75\x29\xbf\x69\xd0\x0a\xa2\xc3\x6e\x27\xc6\x8e\x16\xeb\x52\x69\x07\xa9\x21\x5b\x47\xd7\xf6\x51\x6a\x50\xf6\x1f\x0e\xff\xcc\xed\xe4\x93\x8c\x2f\xad\x0e\xe5\x35\xd1\xce\xd2\xfb\x7a\x8c\xd4\x11\x2f\xfc\x0a\x9f\x9b\xbe\xcf\x5d\x9e\x89\x37\xa6\x45\xe4\xf7\x2e\x63\x59\xcb\xd5\xeb\x75\x87\xab\xd7\xc7\xe3\xe0\x41\x6e\xbf\x6c\xd9\x81\xe5\x53\x2a\xf2\xfd\x6b\x82\x7e\x75\xac\x2b\xa7\x25\x17\xe5\xb8\xb5\xfb\xce\x33\x56\x28\x20\x5a\xd2\x11\xe4\x86\x5a\xe8\x6a\xbd\x74\xdb\xc6\xf8\x3f\x3b\x28\xf9\xc1\x38\xfd\x95\x0b\xea\xb3\x2f\x3a\x21\xfb\xc2\x63\xea\x81\x47\xa5\xd3\xf2\xd9\x98\x56\x97\x3f\x71\xc7\xa6\x28\x6e\x48\xc9\xa9\x17\x12\x28\x67\xc8\xc9\x81\x7d\xd6\x32\x76\x5e\xb3\xc9\xa5\x7d\xbc\xc7\xc8\xd9\x85\x8c\xcd\xef\xe7\x25\xb6\x11\xde\xa6\x64\x16\x8e\xcb\x81\xe0\x60\x78\x08\xee\x86\x9f\xd8\x8f\x7f\xc3\xff\x84\xba\xa4\x6c\x81\x1e\xde\xab\x5d\xda\x31\x47\x24\x22\x42\x53\x97\xc8\xd0\x50\x45\x75\x63\x6b\x9b\x2d\x67\x31\xa1\x10\x15\x47\xb9\xf2\x01\xf3\xfd\x80\xe0\xde\x28\x44\x9a\x07\x99\xf0\x08\x90\x27\xa4\xcb\x7b\xac\x96\x0e\xdb\xdc\x7b\x8c\x38\xec\xca\x35\x5d\xc2\x43\xb0\x36\xff\x44\xd6\xbc\xb6\xeb\x74\x6a\x08\x1f\xae\x10\x53\x9a\x93\xa2\xa5\x63\x11\xf6\xb1\xa0\xad\x7a\x13\x6f\x22\x32\x60\x8a\xab\x8b\xe2\x9c\x2c\xd3\xaa\x26\x25\xb2\xbc\xc6\xf2\x8e\xf8\x97\xb9\x72\x19\x2b\xc4\xa5\x53\xfa\x89\xf1\x14\xe9\xc5\xc5\x8c\x9b\x8a\xc1\xa1\x98\x96\xf7\x7a\x87\xb1\xcf\x0d\xcf\xb0\x42\x3e\xed\x24\xba\x63\x98\x48\x16\x4e\x61\x5d\xb6\xe7\xa0\x47\xd3\xe2\x94\x99\x53\xa7\x80\xa9\xf8\xac\x69\x17\x3b\x45\x4a\x85\x46\x30\x85\x20\x98\x62\x90\x56\x50\x91\x34\xd0\xcf\xc3\x10\xd9\x97\xfa\xc8\x20\xc8\xfb\xea\x83\x4f\x3a\xc8\x13\x9e\x14\x8b\x30\x6c\xc0\x68\x7d\x69\x1a\xad\xaf\x0e\x19\xad\xa3\x0a\x65\x68\x8e\xb6\x28\x41\x1b\xb4\x40\x2b\xb4\x46\x4b\xa9\x9f\xb9\xc1\x86\xb6\xe2\x0a\x1e\x2f\xf9\xc9\x89\xee\x80\xba\xac\x7b\x2a\xba\xc4\x64\xa0\x9d\xcc\xa0\x40\xe3\xde\x72\x22\xa2\xd5\x6d\xa7\x02\xea\x5a\xd3\x12\x7d\x30\x94\x89\x9f\xda\x5a\x1d\x43\xa1\xf6\x96\x2b\xd4\x3a\xd4\x4f\xaf\x74\x25\xcf\x05\x5e\x4a\x93\xf8\x3f\xf0\x92\x9b\xc4\xbf\xc6\x17\xc2\x54\x54\x98\xd1\x9c\xe0\x0b\x66\x98\x84\x9e\xa9\x4c\x65\xac\xfa\x52\x25\x72\x4b\x54\xf4\x97\x95\x84\x7e\x51\x09\x67\x71\x79\x8d\x3e\xaa\xdf\x3f\x6d\xe3\x9a\x94\x39\xb3\x77\x47\x3f\xe3\xa5\x6d\xba\xff\x3d\xfe\x99\xf1\x1d\x16\x2b\x07\xfd\x88\x7f\x1e\x64\x69\x7e\xcd\xcd\x4c\xd1\x9f\x86\x11\xff\x1b\xb4\x0c\xd1\xef\x78\xc7\x0d\xbb\xb9\x8f\x32\xdd\xb7\xaf\x11\x4f\x7b\x43\xea\x18\x52\x9e\x89\x14\x65\x86\x1a\x9d\x88\x34\xa8\x5e\xfb\xfc\x17\x23\x43\xd6\xf1\xda\x48\xd6\x2a\x7a\x29\xa5\x36\xa3\x12\x91\xa8\x55\x20\x92\xb4\x8f\xff\x52\x1f\xb7\xba\x61\xe4\x38\xaa\xb1\x3b\xf2\x11\xc1\xec\x19\x75\x40\x8a\xf6\x2d\x9b\x5f\xbd\x7d\xf6\x8d\x5d\x55\x83\x7e\xc3\x53\x3d\xca\xd6\x92\x0a\x6b\x15\xa9\xa3\xe3\x11\x37\x76\x63\xf6\xc6\xdf\x23\x23\x74\xdd\x09\x5a\xa5\xcb\xd5\x69\x91\xd7\x65\x5c\x09\x1b\xac\xba\xd8\x44\x8f\xb8\x65\xe2\x23\x61\xf9\xf5\x88\x99\xa9\x3d\x6a\x9a\x10\xfd\xa9\xef\x3a\x6e\x88\xfc\xfb\xc0\x9e\x41\xdd\x00\x4c\xe5\x6a\x5e\x16\xdd\x3e\x01\x27\x96\x91\xbf\xe7\x47\x57\x64\x51\x94\xc4\x8b\x9c\x26\x95\x76\xc0\x29\xb0\xac\x1b\x09\x9b\xb4\x91\xb2\x5e\xe3\xb6\x97\xc2\xea\x52\x98\xf5\x7a\xc2\x4e\x9d\x79\x2c\xe8\x3d\x69\x44\x08\xac\x3f\x61\x83\xf7\xbd\xa3\xa7\x47\x03\xaf\xff\x7e\x10\xc3\x9d\x71\x26\x62\x0d\xfe\x88\xda\xb6\xfd\x60\x82\xc9\xf3\xbd\x97\xe9\x72\x95\xd1\x76\xe9\xdc\x78\x60\xd8\xaf\xb9\x2e\x78\x33\xbc\x73\xce\x97\xb5\xd4\xc8\x9e\x6d\x83\xda\x2c\xfb\x65\x2a\x15\xb1\x3e\xe8\xa6\x9f\xb2\x23\x2e\xab\x51\x35\xd2\xee\x9e\x97\x87\xe7\x63\x51\x94\x73\xc2\xcc\xdb\x4f\x92\x3f\xb6\x95\x74\xdc\xe8\xaa\x2e\x04\xa3\x66\xa8\x52\x53\x85\xc8\xf6\xad\xb1\xaa\xfd\xa2\x77\x3f\xa6\xdd\x8f\x0f\xcf\x78\x4c\x1b\x12\xb3\x2e\x7d\x2d\x8c\x59\xb7\xf6\x9b\xde\x02\x44\x8e\xa9\x5c\x13\xc4\x3f\x73\x2d\x42\x46\x3f\xca\x0e\x75\xcb\xf0\x29\x78\x7a\x14\x4b\xcb\x7e\xbb\xfb\x4d\x83\xb2\x50\xf5\xc0\x3d\x53\x16\x47\xd1\xbb\x32\xa7\x5d\x99\x1f\x9e\xa1\x39\x34\x70\x88\x64\x1a\x54\xc1\x0c\xb6\xac\x8b\x3b\x2d\x8d\x35\x72\xeb\x68\xd5\xb2\x3e\xd6\xdd\x1d\xe2\xee\xd9\x08\xb5\x75\xec\xd8\x43\x2e\x5e\xc9\xe3\xd5\xfd\x84\xa7\x7f\x82\xc1\x38\x30\x80\x8f\x39\x6b\x93\x85\xe4\x6c\xbb\x1c\xd9\x5e\x49\xcd\x0c\x7d\x85\x77\xeb\x34\xe7\x2e\x53\x2f\x84\x58\x00\x6b\x02\x27\x2b\xb7\x30\x1e\x36\xe8\xd7\x7b\x4a\x6a\xce\x52\x7a\xae\x08\x5f\xc9\x6d\x15\x2d\x3f\xab\x07\x94\x04\x7b\xe8\x77\x1d\x81\x0b\x7f\xe8\x3c\x2e\x80\xbf\x83\x36\xfc\x73\x1c\x35\x3a\x22\x2e\xea\x03\x2f\xe5\x88\x5d\xae\x68\x2e\x97\xb3\x87\x47\x3b\x34\xe6\xb0\xbc\x7f\xf2\xba\x8b\x1c\x98\x35\x7d\x37\x6d\xe9\xa1\x74\xf4\xf4\x88\x87\x7a\x88\x76\xe2\xaa\xc9\xdd\xed\x9a\x06\x6d\xa7\xde\xb4\xa5\x8e\xc5\xff\xa8\xcb\x2d\xf9\xc7\xcc\x9b\xe1\x87\x1c\xd7\xcf\xac\xe3\xba\x09\xd1\x36\x6c\xd0\x8d\x19\xa8\x31\xa1\x5b\x3b\xb9\xc7\xe2\xff\xb3\xf7\x61\x12\x36\xe8\xda\xf7\x7f\x45\xaf\x34\x9f\xad\xc1\xe3\x66\x66\x7a\x31\xfe\xc9\x74\xa7\x67\x83\x78\xb0\x88\x13\xf2\x2a\xff\x66\x38\x44\x77\x88\xcb\xad\xdc\xb7\xf1\xd4\xf7\xff\xb4\xe5\x6c\x6b\xfc\x87\xa4\x94\x26\x14\xf9\x2e\x69\xe1\xa5\x29\x69\xb4\x64\x47\x79\x66\x5a\x72\x66\x87\x17\x9b\xed\x38\xe9\xa6\x61\x17\xbd\xea\x8e\x65\xce\xed\xe0\x22\xfc\x56\xd0\x59\x6d\x61\x37\x74\x61\x37\x9c\xe3\x67\x69\x05\x8a\x9d\x17\x69\x59\xd5\xa7\xab\x34\x4b\xc0\x69\x90\x0b\x46\xba\xe7\x22\xf7\xb5\xdb\x74\x4b\x17\x6e\xd9\xd8\x9e\xa8\x4e\xd9\x62\x41\xfb\xb5\x38\x78\x12\xb9\xa5\x75\xf5\xd5\x61\x61\xaa\x41\x8b\x50\x1f\xc0\x11\xfb\xa6\xed\xd9\xb9\x69\x3b\x50\x1e\x2c\xbb\xae\x8e\xc1\xd9\x10\x56\x0e\xe6\x85\x2e\xfa\x87\x55\x99\xe6\xd7\xd1\x10\x62\xb4\x7e\x5f\x16\xb7\x94\x6f\x6f\xd8\x46\xfb\x0d\xf5\xae\x7c\xff\x27\xba\x15\xbe\x42\x1f\x66\xe6\x7b\x9e\xe9\x86\xf9\xce\x19\x40\x96\x3b\x49\x39\x1d\x37\xdf\x75\x38\x6e\x76\xd4\xa4\xaf\xc1\x8a\xae\xc1\x8a\x39\x83\xb1\xe9\x3c\xe5\x43\x36\x5a\x18\x36\x68\x15\xb2\x1e\x44\x3f\x58\x0f\x9c\xcf\x7d\xff\x6c\x70\x35\xa8\xb2\x34\x21\x94\xd9\xd1\xbd\x8b\x74\xfd\x27\xdd\xdd\x86\xf6\x74\xe7\xf0\x38\x71\xec\x04\xe1\x27\x45\xc9\x35\x9a\xfe\x80\xb4\xfe\xa1\x5b\x19\x11\x39\x1a\xea\x7c\x7b\xc4\xdd\x78\x2e\x98\xec\xae\x2f\x8b\xac\x0e\x5c\xe1\x9c\x37\x00\x2e\xf1\x77\xc4\x93\x95\x3b\xfd\x72\xc2\xaf\x08\x72\x93\xf0\x37\xd7\xe9\x9f\xc2\xe3\xc1\x0e\x48\xec\x0a\x30\xdc\xcc\x8c\xe7\xe6\xa9\xb1\x09\x50\x6b\x0f\x28\x79\x4c\x3a\xf8\xfc\xd1\x8e\xbe\x4b\x99\x7a\x4b\xe2\x35\x3f\x75\x05\xf4\xd5\x48\x62\x4d\x49\x62\x7d\x58\xc4\x5b\x87\xd0\x79\xf5\xa8\x3e\xfd\x01\xed\xcc\x25\x2c\xd7\x71\xe6\xa1\xdb\xa2\x4c\x9e\x95\x24\xbe\x8e\x3c\x08\x88\x75\x4c\x13\xec\x13\x58\x04\x06\xe7\x3e\xcf\x62\xdb\x75\xbb\xe6\x9c\x17\xb7\x1e\xcd\x24\x38\x0f\xbe\xfe\x26\x44\x57\xe0\x96\x33\x0c\xd1\x1d\xfc\xf1\xaf\x7f\x85\xe8\x92\xfe\xf5\xef\x10\x9d\x12\xec\x7e\x90\x43\xb7\xed\x1c\xae\x6f\x46\xd7\xae\x8f\xe0\x99\x0e\x7d\x68\x67\xc5\x59\x26\xbf\xfc\xf4\x85\xb6\xf1\x5d\x46\xf1\xe9\x32\x2f\x4a\xf2\x96\x7c\xaa\x5f\xd8\xb0\x61\xf9\xe0\x92\x05\x0d\x95\xb9\x81\x8a\x6a\x60\x99\xe7\x3e\x20\x6e\x11\xd3\xaf\x32\x05\x9c\xef\xcb\x3f\x83\xd0\x0a\x64\xc0\x94\x7a\xb5\x8c\x09\x21\x11\xe4\x4f\xe3\x4d\xbd\x2d\xdd\x7e\x51\x0c\x21\x6e\x9c\x2e\x82\xa4\x98\x6f\x01\x3b\x88\x39\x0f\x0b\xdc\x23\x88\xce\xc1\xcf\xf2\x15\x95\x3a\xdc\xe5\x50\x1d\x82\x0d\xa1\x5e\xb2\x16\x31\x83\xa5\x76\x1b\x42\xbe\x8d\x6b\xb0\x07\x34\x72\xc6\xf0\x31\x4c\x5c\xa5\xc2\xe7\xd4\xe8\x9a\x84\x74\x3e\xad\xc9\x0e\x42\x1e\xc4\x4d\xc6\x47\xbc\x21\xd0\xa0\x8a\xcb\xd1\xfa\x82\x4f\xca\x0b\xb7\xda\x5e\xce\x84\x8a\x86\xa2\x2d\x40\xc9\xc3\xa4\xd6\x65\xc6\xfd\xa5\xf7\x7b\x48\xa1\x87\x27\x4f\x61\x51\x73\xf5\x80\x07\x6f\x8a\x84\xc8\x98\xbe\xcc\x04\xf3\x25\x90\x05\xf4\xc1\xf7\x53\xcd\xf8\x48\x98\xd4\xb6\x67\xe0\x96\x84\x2c\xc8\xe1\x22\xcd\x13\xca\xa7\xce\x8b\x82\xd2\x2c\xad\xb7\x17\xfb\x7e\xc5\x3e\xcd\x78\xeb\xaf\x84\x0e\x39\xa8\xc2\x71\x39\x09\x0a\x4a\x22\xa6\x2e\x38\x43\x6d\xfd\x70\x16\x42\x28\x15\x31\x74\xf0\xb1\x07\x7a\x7a\x97\x5f\x14\xdb\xf9\x0a\xe2\xcf\xa5\x15\xff\x1b\x2a\xe5\xf4\x18\xa8\x1f\x01\xab\xe2\x92\xb6\xc8\x8a\x52\xba\x0f\x43\x2d\xe2\x85\x68\xf0\x5d\xce\x27\x01\x16\x85\x76\xfa\xc3\xb6\x5c\xc4\x73\x06\x8e\x13\x10\x7a\x17\x6e\x0e\xee\x23\x77\xa4\x2e\xe9\xf8\xf1\xa6\x48\xd2\x45\x4a\xca\x2a\xe0\x56\x31\xd6\x12\x3b\xa7\x13\xc6\x28\xd7\xef\x8c\x6b\x6c\x83\x03\x74\xeb\xfb\xbd\xf6\x92\x7d\x20\x21\xa3\xe7\xa2\x83\xaa\x6f\x49\x18\x02\x01\x8f\x3b\x89\x5e\x66\xf7\x02\xda\x6c\xc1\x1a\x62\x54\x74\xb2\xad\x0b\xd6\xcb\xa0\x0e\x39\x25\x7e\x58\xa5\x8b\xda\x24\xce\x83\xe4\x0a\xdb\x8a\x4e\x3d\x70\x4f\x39\x99\xe0\x74\x63\xd2\x51\x11\x8a\xdd\x06\x9d\xe5\x56\xe8\x6c\x6e\x54\x4f\xde\xe5\xaf\xf2\xcd\x56\xe0\x8f\x55\xbe\x1f\x78\x27\x60\x6f\x32\xa8\xe3\xe5\xdb\x78\x4d\xf6\x7b\xef\xd9\xc7\x8b\x8b\x77\x6f\xed\xd4\x57\x6f\xdf\x7f\xbc\x30\x12\x45\x10\x50\xd7\xf6\x16\xa1\x61\xb6\xf3\x15\xbc\xe3\xb8\x78\x9b\x45\x82\x43\x41\x32\x36\xf0\x92\x15\x1d\x87\x6b\xef\xe1\x2b\x3a\x2d\x2c\xfa\xef\x85\xa0\x19\x65\x29\xe9\xfb\xf5\xd8\x4d\x68\x22\xa2\x65\xa9\x88\x2d\x6d\x11\x5b\x19\x42\x34\x1d\x27\xa9\x95\xe1\xb8\x7c\x28\x77\x2c\x29\xa1\x85\xbb\x18\x16\x57\xc0\xd6\x0a\x38\x67\xda\x1b\xb9\x6a\x3c\x42\x52\xd5\xe2\x11\x69\xe8\xa2\xc0\x12\x08\x94\x56\x1c\xb4\x68\x6b\xd2\xb5\x61\xab\x30\xd2\xa3\xf6\xc8\x54\x83\x78\x34\x16\x02\x5b\xdf\x6a\xf6\xa0\x1d\x0e\xa3\x74\xeb\x0b\x7e\x3e\x48\x42\x56\xed\xaa\x66\x4b\x8c\x71\xaa\xe6\xc9\xd9\x77\x55\x9a\x91\x6d\xe9\x24\xdb\xd2\x45\xb6\x32\x51\x50\x6d\x69\x52\x6d\x29\xa9\x56\x03\x7e\x7d\xd0\x09\xc4\xe3\x71\xb1\xd7\x7f\x15\x44\x20\xc5\x85\xf6\x38\x48\x07\xa8\x9d\x1e\x0e\xb6\x16\x77\xad\x7e\x4c\x25\x08\x27\x0f\xa8\x42\x54\x06\xe9\x80\x97\xae\x82\x70\x5a\xcd\x50\x85\xc8\x20\x07\x7d\x10\xbc\xe6\x86\xfb\x7d\x3b\x26\x59\x23\xc6\xea\x86\x3a\x3b\x70\xda\xb2\x71\xb2\xae\x30\x98\x33\xd7\x58\x98\x2b\x13\x63\xd4\x3a\xc3\xa1\x3c\x5a\x06\xdf\x4e\x5b\x23\x2d\xc3\x07\x33\xef\x5b\x12\x3a\xd3\xaf\x05\x53\xa7\x22\x51\xe9\x24\xba\xb4\x5b\x2c\xe9\xe4\x64\x3c\x36\x4f\x07\x1b\x6b\xb3\x18\xe4\x3a\x14\x25\x87\x73\x85\x42\x7c\xf8\x91\xe8\x3e\xfb\xb4\x08\x96\x4a\x22\x4a\xb1\x19\xfb\x2e\x66\xee\x8f\xf7\x1d\x3a\x80\x52\x66\xc4\xcc\xab\xe6\xf1\x86\xa8\xc3\xb7\xb5\xa6\x3a\xe5\x3a\x24\xab\xd4\xf7\x2b\xcb\xae\xdb\xf7\x7b\xa5\x0d\x4f\x27\x30\x2a\x8b\xfd\xbe\xa4\xe2\x8a\x9e\x49\x85\x16\x07\xfe\x1a\xbb\xe0\xb4\x29\x1c\x76\x94\xef\x97\x03\xd9\x21\x92\x40\x8c\x87\x20\x7c\x3a\x3c\xd8\xce\xe8\xf3\xda\x91\x52\x9d\x63\x1b\x64\x32\x76\xf2\xbc\x45\xeb\xd9\x67\xd1\xba\x3c\x5a\x1c\xa2\x45\xb8\x2b\x04\xcf\x6c\x71\x88\xb9\xc6\x32\x7b\x01\x5f\xd4\x9e\x11\x08\xd1\x4c\xac\xe8\xf5\x53\x71\xd3\x9e\x76\xde\xfb\xbe\x77\x62\x27\x30\xf6\xda\x73\x48\x05\x3d\x88\xbf\x4d\x77\x61\xc6\xe3\x05\xb6\x82\x30\x86\xca\xa1\xd9\xde\xa3\xf3\x83\x0b\x6b\xd6\x05\x5d\xd6\x96\xd4\x71\xbe\x1d\xa8\xae\xf3\x86\xd2\x74\xb9\xea\x5e\xc6\xd5\x5d\x3e\x87\xb4\x05\x4b\x33\x5d\x7c\xc7\xc2\x63\xb9\x7d\x3f\x29\xd4\x05\xb1\xd0\x2e\x88\x72\x1e\xb8\x17\xb0\xb8\x24\x96\xcd\xdf\xe1\xba\x2b\x6e\xcd\x3a\x2a\xa4\xbc\xa5\xb6\x12\x55\x77\xee\xf1\xf5\x15\x9d\xcc\xbf\xc0\xc1\x57\x58\x71\x13\x65\x29\x68\x5c\x40\x1d\x41\xde\x44\xcc\x34\x74\x74\x4d\xee\xb6\x1b\x11\x3a\xcd\xe2\x99\x70\x3d\xb2\x3f\x16\x57\x61\xe4\xcd\x29\x3d\x88\x4f\xe9\x86\xfd\x30\x2f\x8b\x2c\x7b\x0f\x08\x3c\x27\x79\x72\x51\xde\x9d\x66\x24\x2e\xdf\xe5\x80\xaf\x05\xe4\xd3\x5d\x1f\x80\x7e\x21\x0f\xc4\x1f\x70\x31\x51\xf1\xdc\x5a\x92\xef\xc1\x8e\xe9\x15\x91\x3c\xf9\xdc\x6a\x5c\xc8\x9f\xc8\x9b\x83\xe2\xc2\xeb\x72\x38\xfe\x8c\x10\x50\xd2\xf5\x1e\x16\xfc\xc1\xe8\x25\xba\x35\xa8\xb7\xae\x8e\x65\x07\x7e\x87\xd7\x3c\xdd\xc0\x50\x5a\xf0\xec\x5a\x05\x8f\x8f\xd7\xb4\x55\x2f\xea\xf5\x48\xa3\x5b\x88\xc2\x7b\x87\x3c\x4b\x25\xcc\x37\xff\x8d\xb4\xab\xa7\xcc\x93\x29\xc8\x3e\xd1\xed\xcf\xc5\x74\xdb\x41\x27\x58\xdc\x28\x97\x15\xac\x19\x96\x5b\x7a\xb7\xaa\x34\x64\x48\x96\xaa\x46\x4d\x64\x6c\x2b\x83\xda\x5d\x57\x3d\x03\xa9\xc2\x2e\x07\x89\x6d\x13\xfa\x4a\x9b\x45\x61\x1c\xd6\x18\x4b\xc0\x63\xbc\xb4\x4c\x54\x13\x0e\xfd\xff\xe5\x6e\xe7\xad\x00\x8e\x10\x8c\x4d\x43\xae\xb5\xc2\x30\x2e\x28\x83\x97\xd9\x0e\x72\xbf\x9f\xb6\xbf\x28\x42\x9b\xed\x9c\xcb\x6b\x07\x6e\xdf\xe5\xb2\xeb\x12\xc6\x3a\x83\x1f\x5a\x82\x91\xe6\xb4\x26\xce\xcc\x21\x5c\x4d\xc7\x84\x1e\xa8\x2d\xae\x38\xd6\x6a\x33\x24\x84\xb6\xdd\xaf\x74\x7c\x08\x55\xcd\xc4\x3c\xe2\x94\x0b\xef\xa8\x65\xad\x6a\xde\x51\x1f\xbc\xae\x87\xc7\xa9\x04\xbf\xa0\x76\x85\x77\x77\x4a\x5d\xed\x03\xbb\x6d\x5b\xab\x1d\xf5\xf7\x59\x32\xeb\xb0\x11\x5d\xdd\x65\x57\xed\x8a\xd4\x8c\x96\x98\x49\x2c\x88\x85\x5a\x45\x0e\xcd\x1b\xab\x4f\xde\x9c\x7b\x79\x4b\x7b\x57\x87\x1c\x29\x44\xe8\xe4\x72\x53\x27\xc7\x6a\xb0\xd4\x72\xa8\xb0\xe6\x2f\xcc\xf9\xec\xd9\x95\x8f\x49\x56\x11\xd0\x67\x71\x8d\x65\x95\xe6\xcb\x4c\x4a\x46\xb0\xe9\x1d\x03\x1b\x32\x81\xa5\xc4\xae\x0e\x83\x5e\x44\x8a\x0b\xb9\xad\xd4\xb6\x05\xe7\xbc\xad\xc6\xac\x51\xaf\x64\xf1\x9f\xcd\xc1\x9b\x63\x6f\x9c\x1d\x73\x91\x44\x6b\xf9\x35\xc1\xf1\x21\x68\xdd\xa6\xba\xd8\xb8\xce\x8e\x4b\xdf\x0f\xca\xa0\xd0\x2f\xd4\xf5\x0c\xd5\xd6\x85\xfa\xe1\x61\xf8\xed\x9e\x5a\x2a\x8d\xcf\xa7\x56\xeb\xe2\x26\x12\x75\xfd\x76\xd9\x4d\xd8\xa5\x1d\x89\x4b\x7c\xaf\x6b\x8e\x24\x66\x43\x5a\x5d\xc4\x57\x4a\x9d\xc4\x3a\x73\x51\xb0\xdb\x4b\x8d\x7a\x45\x18\x15\x93\x2e\x5a\x94\x7e\x0b\x24\x2e\x4f\xf2\x84\xfb\xfa\xb2\x4f\xc3\x48\x74\x84\x11\xa8\xc4\xb0\x70\x16\xee\x58\x6f\x97\x5e\x99\x4e\xa2\x6b\xfa\x1c\x74\x2d\xe6\xee\x41\x6d\x3e\x50\x50\x74\xf0\x49\xce\x71\xef\xc8\x80\x3c\x44\xce\x5d\x2c\xfe\x76\x59\xd5\xae\xa8\x76\x7e\x15\x40\x0c\x09\xa6\x64\x38\x4a\xf3\xaa\x8e\xf3\x39\x29\x16\x47\x6f\x8b\x84\x2e\xcf\x60\x5e\xe4\x75\x9c\xe6\x55\x20\x0a\xd1\x09\x04\xcc\x16\xfe\x53\xac\xa1\xab\xfa\xa0\x05\x73\xef\x2a\x65\xcc\x9e\x13\xe2\x9e\xd2\x22\x29\x6f\x48\xa2\x7f\xa6\xf8\xee\xdb\x22\x67\xef\x36\x09\x6f\xd5\xea\x9b\x4d\x14\x6d\xf6\x65\xf5\xd2\x41\x1b\x07\x8f\x42\x08\x8e\x6a\xec\x59\xf5\x0b\x86\x4b\x7b\xae\xef\x7f\x03\xc0\x70\xbf\x2f\xd8\x3b\xc2\x08\x63\x9c\x3b\xd4\x16\x8c\xfd\x9a\x84\x4c\xc2\xd0\xf7\xb9\x5e\xf1\x30\xa7\x6e\x1d\x66\x0f\xe5\xdf\xf4\xca\x01\xfc\x3b\x48\xf9\xa6\x79\xd8\x09\x18\x1a\xe7\x9b\xcd\xef\x91\x75\x5a\xba\x8f\x3e\xe7\xa1\x60\x87\x2d\xb1\x6e\x80\xc6\x12\xb9\x18\x1c\x95\x3d\xe9\xcf\x1f\xc9\x1d\x72\x70\x55\x4c\x06\xf3\xba\xcc\xf4\x5c\x8d\xbd\x62\x32\x58\x93\x3a\xfe\x91\xdc\x49\xd5\xdc\x35\xb9\x3b\x2d\x12\x32\x6e\x73\x4d\xdc\xeb\xd5\xbe\x5f\x73\x35\x45\x1d\x5f\x39\xf8\x8a\xd0\x18\x99\xaf\xde\x5c\x6b\xd4\x21\x68\x75\x8a\x87\xe2\xa6\xbf\x24\xb5\x92\x0e\x4f\x09\x95\x21\xde\x6e\xd7\x57\x10\x0b\x0c\xc4\x1b\x89\x65\x58\x00\x86\x50\xf1\xa4\xd6\xce\x3c\x11\x08\x8c\xbd\x6d\xb5\xc5\xc6\x74\x11\xb8\x7b\x20\x24\x0d\xd2\x76\x55\x92\x7a\x2f\x97\xf7\x13\xef\x5b\xbb\xdf\xf6\x8e\xb4\x95\x5f\xae\xca\x1e\x24\x1f\xb3\xbf\x3c\xbb\x7e\xfd\x2b\xeb\x5c\x11\x4b\x92\xe3\xde\x68\xdc\xcb\x7d\xbf\x6b\x11\x72\xec\xd5\xe5\x96\x78\xc0\x1d\x8d\x01\x51\xc9\xc1\x9e\x4c\xa9\xfa\x69\x5d\x2b\x74\x15\xab\x63\x9c\xea\x61\x83\x68\xaf\x1d\x17\xcf\x7f\xbd\x38\x39\x7f\x7e\x62\xa4\xb7\xaa\xb6\x38\x65\xf7\xb9\xf5\x3b\xa0\x16\x82\x1e\xcf\xf7\x09\x7b\x5d\x25\x7c\xe8\x03\x71\x52\xf1\x3e\x8e\x75\xbb\x82\x4b\x32\xc8\xe9\xf0\x94\x2e\xb0\xf3\xf6\x61\x07\xcd\xb2\xb4\xe6\x1d\x1c\x97\xef\xb6\xd6\x73\xfd\x45\xba\x26\xc5\xb6\x7e\xa5\x10\xa6\xd8\xf5\x0d\x78\x39\xcf\x0c\xee\xfb\x56\x4a\xe2\x9d\x25\x38\xdf\xee\x2c\x88\x09\x92\x62\x0d\xeb\x40\x45\x6a\xd1\x7c\xa0\xdf\x3c\x5d\x1f\xf7\x46\x4d\x88\x46\xc3\x61\x8b\xfc\x25\x7b\x3c\x3c\x2b\x9c\xab\x7e\xc6\x5c\xd8\x5f\x58\xfc\xb9\x6b\xdc\x3c\x1b\xf7\x86\x0f\x1f\xae\xfc\x86\x0e\xf2\xeb\xf6\x20\x6d\xb9\xf5\x90\x4b\xa3\x61\x7c\xe3\x4a\xa6\x15\xb4\x5c\x3d\xeb\x09\x99\x90\xc1\xba\x48\x48\x24\xee\xdf\x51\xdd\x0e\x6d\xd3\xb2\x82\x50\xc1\x68\x85\x7b\xb9\x2e\x4c\xb7\x1c\x08\xd1\x3b\xa3\xef\xd2\x92\x89\x04\x8a\x9b\x00\x1c\x68\x8d\x87\xe3\xfa\x49\x5c\x2e\x61\x3b\x55\x9c\xfd\x8e\xeb\x7e\x3f\x24\xd3\x7a\x86\x65\xce\xb4\x9e\x8d\x39\x8b\x9f\x0e\x67\x00\x33\xc2\xe2\x0f\xd9\x58\x82\x70\xb5\x59\x12\x38\xe2\xa8\x58\x60\xa0\xed\xa0\x58\x49\x1d\xe9\xc4\x15\xab\x2f\x4a\xc1\x94\x25\xa5\xc7\x01\xca\xf4\x3b\x13\x00\x56\xcd\xd5\xf7\xd9\x44\x9f\x82\x88\x23\xe4\xd0\xa9\xc5\x73\x85\x64\xf7\x23\xb9\xc3\xe5\x7e\xff\x9c\x08\xb7\x6f\x75\xa2\x7f\xd8\x6e\x36\xf4\xb0\x84\xa8\xed\xdb\xbc\xc6\x43\x21\xc1\x7e\x22\xeb\x8d\x10\x7e\x64\x6a\x9c\xcf\x57\x45\x49\x12\x76\x94\x88\xd4\xad\xe6\x37\x60\x96\x77\x00\x9b\x16\xa2\x13\xfa\x9c\xe0\x58\x1d\xf6\x54\x44\xc1\xbd\x91\x74\x46\x66\xa7\x62\xb5\xdf\x4f\x67\x4a\xfb\x0a\x4e\xf6\x8c\xe4\xda\x92\x5a\x23\x63\x3c\x6a\x2a\x28\xa3\x39\x17\xb6\x66\x2f\xf0\x72\x38\x08\x35\xfc\x0f\x2a\x3e\x3c\x19\x4a\xe9\xda\x44\x4d\x22\x10\x13\x45\x6f\x84\xcf\x75\xe7\xb5\x92\x2f\x06\xa4\xf3\x6d\xd1\x6e\x33\xdf\xef\xf3\x89\xe7\xf5\xf3\xc8\xf3\xcc\xea\x2d\x61\xcc\x75\xf3\x3a\xb4\xb6\x7d\x4c\x26\xc7\xa3\x68\x84\x60\x13\xde\x57\x5a\x8c\x79\x15\x57\x7c\xe9\x24\x1b\x53\x49\xb0\x4e\xf2\x2e\x07\x69\x70\xf1\xd6\x7b\x2d\x96\xb4\x2b\x96\x23\xcf\x6f\x0d\xd5\xfa\x4a\x93\x26\x21\x87\x01\xbf\x06\x82\x4a\xdc\xca\x22\x49\x4f\x04\x11\xde\x4d\x87\xd4\x6d\x76\x1f\xb9\xab\x1c\xda\xe3\x12\xa4\x69\x2f\xb7\x64\x73\xb4\x77\x58\xa8\x77\xc0\x17\x0e\x9c\xd1\x4a\x2a\xc1\xdc\xd3\x6d\xc7\x8e\x1a\xab\x67\xfb\xe1\x38\x7d\x42\x04\x9b\x4a\xfb\x7d\x38\xf9\xb7\x98\x4c\xd3\x99\x81\x39\xc9\xa9\x6d\x8b\xd2\x70\x0c\x2f\xcf\xd3\x78\x86\xd3\xb0\x29\xa6\xe9\x0c\x6f\x85\xa2\xc1\x24\xea\x6d\x88\x68\xb6\x58\xfd\x56\x47\xfa\xfd\x26\xa8\xf7\x7b\x70\xd9\x17\x82\xaa\x76\x7d\x30\xa7\x16\x89\xd1\x83\xd7\x58\xa6\x0d\x62\x7e\x94\x8a\xf5\x17\x9c\xe6\x55\x9e\xa4\x73\x52\x85\x52\xc7\x6a\x65\x0c\x56\x71\xf5\xee\x36\xa7\xa7\x03\x29\xeb\xbb\x60\xce\x9f\xbd\xb7\x28\x11\xd2\xf5\x3c\x44\x1b\x1c\x6c\x85\xb2\x86\xae\xce\x34\x99\x85\x13\x73\x36\x78\xe1\x44\x41\xaf\x2d\xf0\x66\x92\x4f\x37\xb3\x28\x19\x6b\x38\x84\x25\xee\x0d\xa3\xa0\x9a\x2e\x66\xf4\x80\xcd\xfa\x7d\x54\x52\x36\xba\xe8\x61\x9c\x84\x8d\xd6\x06\x0b\xec\xeb\xe0\x9b\xf4\x52\xcf\xe6\x48\x0a\xab\xf0\x01\x4f\x54\x37\x36\x6d\xda\x7c\x3f\x28\xb1\xf6\xca\x64\x4e\x02\xae\x9c\xfc\x39\xe3\xa9\xd7\xe4\x8e\x6b\x88\xde\xc4\x1b\x9c\x3b\xa8\x49\xd4\x23\xd8\x30\xf4\x07\x13\xa9\xfb\x64\x9d\x60\x84\x0d\x28\x33\xa5\x15\x80\x94\xf3\x58\x6b\xd3\x74\xef\x9a\x16\x87\xb4\x36\x8d\xcd\x0d\x68\x6e\xeb\x1b\x79\x8a\xe8\xdf\xd1\xdb\xba\xa3\xdb\x82\x4f\x98\x63\x99\xb2\xa3\x9b\xe8\xcb\x00\x4f\xd9\xa1\xba\xec\x51\x31\x80\xe8\xc7\x3f\x94\x75\x69\x91\x1d\x2d\x0c\x36\xdb\x6a\x15\x50\x81\x41\x9e\x3f\x8e\x52\x1d\x23\x13\xeb\xd8\xcd\x23\x35\x0a\x99\xb4\x29\xe9\xd8\x41\x14\xc7\x1d\x3b\x38\x72\x94\xed\xec\x96\x20\x97\xc3\xd3\xce\x77\xae\x3d\xf1\xfc\xdb\xff\xd1\xa9\xe7\xbc\x01\x26\xbf\xee\x9a\x79\x56\xc8\x3e\x96\xce\x29\xa1\x8a\xba\xdb\x30\xaf\xb0\xa7\xd5\x05\x4a\x5d\x40\x49\xbf\x46\x05\x26\xe3\xe2\x49\x3e\x2e\xfa\xfd\x50\x4e\x88\xdd\xdd\x42\xbb\x7f\xa9\xdb\x96\xd9\x09\x6d\x5d\x3b\x24\x6d\xd7\x42\xb7\x16\xd5\x80\x99\x05\xf9\xcf\xd4\xf0\x06\x04\xbf\x89\xeb\xd5\x60\x9d\xd2\x01\x8e\x42\x5d\x8c\x7a\x3a\xec\x60\x44\x1d\x5c\x6d\xbf\xef\x39\x8b\xbb\x18\x13\x1c\xd2\xe4\x69\x6b\xd8\x3f\x92\x3b\xc7\xcc\x9b\x71\x60\x0d\x66\x36\x25\x33\x63\x8c\x6d\xd2\xb0\x9b\x30\xf2\x1d\x37\xf8\x5e\x2f\x78\xc0\x1c\xf4\x9c\x6c\x78\x4a\x66\x32\xcb\xc1\x5d\xa7\x64\xf6\xb0\x49\x52\xe5\xdb\xc2\x85\x93\x32\xd8\x8b\x66\x4f\x08\x33\xda\x4a\xcb\xe7\x29\x63\x0e\x81\x76\xba\x19\x46\x9b\x39\x0c\x0f\x88\x26\x4f\x55\x30\x6a\x63\x95\x9f\x0e\xf7\x7b\xa5\x8e\x31\x06\x1c\xb6\xbe\x10\x5c\x61\xd7\xa0\xa0\xe3\x23\x21\x50\x5a\x8d\xb4\xeb\x32\x2f\x1b\xe6\x66\x22\xee\x13\xca\x3c\xc5\x0e\x1c\x5b\xad\xf5\x70\x93\x2c\x0b\x5d\xca\x2c\x8e\x3a\xc8\xb6\x50\x38\xe1\x2d\xed\x6e\x01\xdf\xb7\x05\xcb\x0e\xda\x65\xad\x09\x09\x89\xae\xbe\x81\xcc\xda\x0b\xf4\x7d\xce\xfe\x88\x3f\x05\x43\x30\x57\x6a\xd3\xc0\x28\x0c\x9f\xd0\xa5\x7b\xea\x60\x34\x21\xe7\xe6\x0e\x42\x18\xeb\xa3\x6d\x53\xf2\xf8\xe0\xbe\xa0\x6b\xc8\x27\xc3\xc1\xa6\x0e\xc8\x91\xa8\xd0\x3e\xb5\xe9\xa5\x57\x6b\xcf\x66\x16\xf9\x19\xe0\xe0\xed\xee\xba\xe4\xa9\xe3\xe3\x10\xf5\x78\x7b\xae\x6a\x59\x83\x9f\x43\xee\x53\x02\x42\xa4\xa3\xad\x7e\x1f\x82\x15\x04\xae\x0b\x36\x71\x53\xed\xc3\x89\x96\x3d\x19\xb6\xef\xa4\xbc\x02\xe3\x45\xd1\x49\xbc\xad\x2b\xae\xf1\x51\x07\x36\xba\x45\x97\xa1\x23\x9d\x3f\x8d\x1b\x97\x63\x63\xec\xfb\xfd\x10\x15\xfa\x99\x95\x87\xa8\xc4\x92\xa4\xe9\x6f\x38\x92\xbb\xb9\xd5\xe1\x5b\x49\xf1\x04\x97\x70\x7a\x77\xed\xcb\xde\x10\x51\x5a\xef\x9c\x6a\x70\xa0\x72\x7f\x2c\x9e\x6c\xcc\x99\x6b\x99\x5c\xb4\x2c\x60\xec\x9e\xf2\x83\xce\x34\xd1\x75\x55\xda\x75\x9a\x8a\x5a\xb5\x7c\xda\x39\x5e\xaf\x91\x1a\x76\x75\xb8\xfb\x18\xed\x1c\xbc\xf3\x80\xee\x6e\xe1\x1e\x39\xcc\x49\x52\x3a\xe1\x58\x92\x1c\x7c\x48\x05\xb4\x7e\xcd\x1d\x83\xba\x98\xcd\xd3\xd1\x21\x2e\xa7\x39\xa9\x8c\xcb\x27\xc5\xb8\xec\x24\x96\x12\xf5\xf2\xc3\xc4\x62\x6d\x4c\x7d\x3b\x9b\xe2\x4f\x0b\x0e\x6f\xac\x9d\xe6\x6d\x4d\x17\xd8\x72\x29\x29\x46\xb0\x11\xae\x1d\x73\x9f\x80\x73\x26\xc3\x69\xfa\x10\xfe\x2a\x38\xb2\x56\xe7\xb2\x53\x08\xe1\x2b\x63\xab\x3a\x46\x21\xba\x5f\x32\xc9\xff\x07\x24\x93\xfc\xff\x75\x92\x49\xfd\x70\xd1\x84\xd7\xa3\x73\x93\x07\x29\xf8\x26\x41\xe7\x9d\xdf\x7d\x8f\xe3\xca\x92\x9b\x41\x3c\x28\xe3\xb4\x62\xa1\x54\xd0\x5f\x03\x11\x96\xc4\xa1\xed\x15\x3c\xb8\x9d\x13\x84\xc2\x46\x45\xd7\x26\xd2\x7b\x42\x13\x68\xd8\x7f\xcf\x89\xae\x44\x0d\xc8\x7e\xbf\x6b\xc2\xc1\x35\xb9\x6b\xbd\x2a\x80\xce\xb4\x8e\x72\xc0\xd6\x7b\x45\xd0\x19\x41\x17\x04\x33\x74\x0e\x4f\xe0\x1d\x90\xe4\x75\x5a\x01\xf4\x07\x03\x93\xb5\x32\x8e\x8f\x4f\x59\x86\x87\x20\x12\x41\x2b\x1f\x52\x3d\x94\xa5\xf9\x35\xe4\xbd\x4e\xf3\x6b\xfa\x93\x41\x52\xf0\xa4\xaa\x3e\x06\x24\xd8\x06\xfd\x41\xb0\x37\xdf\x5e\xa5\xf3\xe3\x2b\xf2\x57\x4a\xca\x60\x38\xf8\xe6\x9b\xc7\xe8\x68\x38\x18\x3e\x86\xf0\xb3\x8f\xd9\x3f\xff\x7e\x3c\x0c\x3d\x74\xde\xea\xee\x4b\x89\x98\x6a\x75\x97\x65\x1c\x1f\xcf\x45\x77\x99\xe7\xb9\x9d\x0f\xa9\x1e\xe0\xd4\xbf\x9a\x17\x79\x2b\x5f\x64\x78\x88\x40\xd4\xe9\x56\x01\x96\xec\x21\x2d\xa6\x6c\xe4\xa5\xd5\xb1\xc0\xb3\x4d\x3c\x54\xa7\x75\x46\x5a\x1f\x42\xaa\xa7\x83\xec\xd3\xcf\x24\x8a\x32\x4a\xe7\x45\x7e\x11\x2f\xe1\x3b\xda\x83\xe3\xe3\x8b\x78\x79\xcf\xac\x6b\xd1\xb6\x8c\x60\x08\x0d\x7a\xdf\x9e\xe7\xe1\xbf\x60\x9e\xbf\x7b\x04\x13\x3c\xfa\xf6\x31\x3a\x1a\x0d\x86\x43\x3a\xcf\x6f\xda\xa5\xbf\xfe\x37\x5b\x0e\xf6\xd1\x63\xbd\xf4\xdb\x76\xe9\x6f\x87\x43\x74\x74\x3c\x1c\x3c\xfa\x0e\xbe\xfa\xd7\xd7\x6c\x49\xbf\x79\x1c\x7a\xe3\x9e\xce\xce\xc9\x94\x0c\x3e\x7d\x58\xc7\x59\x86\x87\x33\xec\xb1\x3f\x3d\x44\x93\x01\x10\x06\x8f\x66\xd8\xab\x54\x22\x03\x43\xc0\x8f\x66\xd8\x63\x7f\xb2\xe4\x2c\x2e\x97\x04\x7f\x3d\xc3\x1e\xfc\xe5\x35\xc1\x2b\xb2\xdf\x07\xaf\x08\xde\x35\x61\x88\xec\x16\x19\x74\x01\xb4\x28\x50\x0c\x54\x2d\x23\xad\x96\x33\x5a\xcb\x19\xab\x05\xce\x99\xd7\x04\xe7\xc1\xa3\xaf\x87\x21\x7a\x61\x47\xce\x3b\xe9\xc4\x05\x90\xaa\x2a\x6e\xd5\x40\x2f\xfc\x83\x78\xb3\xc9\xee\x18\x83\x90\xcf\x67\xdc\xe8\xeb\x80\x43\xc5\x67\xc7\xb1\xa1\x65\x59\x3c\xb2\xf4\x2f\x02\x70\xa0\xb1\x8c\xa0\x52\x8a\x5f\xe9\x0d\x81\x40\x36\x3c\x86\x49\x86\xe9\x5c\xd0\x12\x73\x09\xa1\xb9\x35\x60\x2c\x13\x51\xe2\x3d\x87\xd8\x40\x1b\x5c\xa0\x05\x3e\x04\x1f\x8f\xa6\x1e\xc0\x8c\xcf\x42\xb4\xc2\xb9\x52\x23\xaf\xb4\xf8\x91\xf4\x98\x5c\xe1\x1a\x63\x7c\xc6\x97\x63\xf2\x8a\xff\x11\xbd\x12\xab\xcf\x56\x62\x8d\x5f\x90\xa0\x12\xd1\x2a\xe6\x88\xd6\x1d\xad\x34\x5c\xe2\x2d\x32\x7a\x18\x25\xf7\x85\x35\xb5\x3c\x48\x16\xba\xa7\xc0\x1a\x70\x67\x1a\x07\x3e\xb2\xed\x53\xb0\x1e\xcc\x21\xbc\x31\xc3\xaa\x7e\x40\x71\xe8\x65\x83\xb2\x10\x6d\xee\x41\x2b\xaf\xea\xb8\xde\x56\x22\x7e\x65\x06\x81\xd9\x1d\xd0\xd3\xaf\x09\x37\x88\x7f\x48\x67\xab\x79\x49\x48\x7e\xae\x01\xef\x6c\xc2\x90\x99\xb5\x98\x8f\xcd\x30\xbf\x72\x0d\x90\xa0\x9b\xc8\xdb\x14\x59\x0a\xe1\xaa\x8d\xd9\xf6\x18\xb4\x8a\xd7\x7e\x74\x7e\xa6\x33\xf1\x0f\x9b\x34\xcf\x81\x81\xc3\xa4\xe9\x69\xc7\x2c\x89\x57\x6c\xe4\x30\x74\xf4\x06\xbd\x94\x7b\x30\x1b\x5c\x85\xc6\x3b\xbe\xb9\x85\xce\x06\x67\x61\xb0\xf3\x86\xff\xe5\x45\xdd\x01\xbf\x11\xc3\x71\x72\x95\xf8\xfa\x5b\x5e\xa6\x09\x29\x3f\xf9\xcb\x04\xa6\x3d\x71\x03\xd3\xca\xbd\x53\x88\xed\x57\x1a\x9b\x28\x6e\x6d\xa2\x0a\xe7\x12\xd1\x35\x33\x50\x51\x9f\xc1\x75\xce\xc0\xd3\xca\x18\x9e\x96\x0d\x43\x43\xff\x7b\x26\xa3\x2c\x78\x0c\x86\xda\x44\xa7\x99\x83\x65\x9c\x87\xfe\xd8\x56\x75\xba\xb8\x3b\x15\xe0\x96\x3c\xbd\x41\x00\x38\x85\x31\x8e\x7d\x7f\xe7\xac\xef\xb8\x24\x37\xa4\xac\x08\x2d\x0b\xd0\x39\x1d\xa5\xcb\xe2\x96\x16\x01\xbc\xaa\xce\x12\x5a\x65\xe5\x4c\x10\xc2\x34\xe3\xfb\x88\x85\xa9\x77\x60\x64\x39\xe2\x7b\xcb\x68\xdd\x83\xc7\x1a\xec\x57\xc5\x96\xe1\xb5\x06\xb7\x77\x51\x6c\x18\x62\x58\x65\x06\x9c\x8e\x05\xe4\x11\xec\x8e\x97\x24\x08\x55\xd2\xd9\xb6\x64\x68\x48\xde\x68\xf0\x75\xe5\xa9\x8c\x57\x35\x61\x39\x4c\x0a\xf7\xd2\x7c\x91\xe6\xb0\x25\x64\x91\x8b\x74\x9d\xe6\xcb\x17\x9c\x46\x22\xf3\xb8\x1c\x3c\xfe\x1a\x0d\x1e\x8d\xd0\xe0\xd1\xbf\xd1\xe0\xdb\x7f\x99\x41\xda\x6b\x2a\x6c\x3b\x60\x14\x77\xd6\x40\x0c\xe8\x45\x0b\xa0\xad\x0e\x1b\xb0\xd1\x7f\x25\xce\x5a\xdf\x9f\xea\xdb\xe9\x58\x1c\xbb\x3c\xc2\xec\xe8\x91\x44\x44\x7d\xd4\xcc\xc4\xa7\x95\xeb\xcb\xca\xfc\xf0\x5b\xf9\xe1\xb7\xea\x43\xc6\x31\xec\x2f\xc5\xf1\xcd\x3f\x7d\x24\x23\xb8\x3f\x1a\xaa\x4f\x81\xf3\xdb\x5f\xb2\xc3\x59\x7e\xf8\x9d\xfc\xf0\xbb\x66\x36\xe3\xdc\x62\x9a\xf1\x13\x2c\x37\xe0\xe5\x38\xd8\x91\xb5\xea\x0c\x4f\x2a\xf2\xbe\xdb\x7c\x3a\x1a\x1e\x0d\x0d\xa8\x35\xe7\x9e\x10\x1f\x0c\x8f\x86\x47\xdf\x01\x70\x97\xb9\x0b\xf4\x7c\x59\x42\xdf\x04\xaa\x80\x68\xb3\x99\x21\x9b\x15\x47\x67\x83\x53\x07\x40\x92\x60\x99\x4d\x88\x7e\xb1\x65\x90\x8f\xff\x71\xdc\x5e\xa6\x70\x10\xb2\x6c\x27\xa8\x10\xc8\x16\x2c\x16\x19\x0b\x8c\x7d\x61\x7c\x07\x9c\x2e\xad\x40\x44\x7d\x5d\xc4\x80\x9b\x98\xe2\x9e\x0a\x91\x2b\x85\x65\x14\xe3\x5e\x0a\x81\x18\xcb\xa0\xb6\x81\x88\x94\x48\x9d\xa2\xb4\xe2\x15\x89\x88\x15\x71\x03\x1a\xcf\x02\x1e\x36\x84\xd3\xfa\xc7\x4d\x37\x2c\x07\xd8\x3b\xb3\x3e\x97\xb8\x1e\x14\xb9\x26\x8e\xc3\xa7\x1c\x17\xa0\x0c\x08\x2a\xe8\x45\x5d\x9d\x80\x60\xad\x4e\x12\x65\xc6\xdc\x1a\x87\xf4\x52\xc6\x58\xac\xc9\x9c\x9e\x49\x5b\x7a\x17\x04\xce\x23\xbc\x6d\x81\xf4\xc2\x71\xe0\x9a\x8d\x43\xb5\x50\xfa\xb1\x2a\xd9\xef\x53\x66\xc4\x6c\x2d\xdb\x67\xb8\x2a\x49\x1c\x14\x97\x87\x12\xf8\xfc\x7f\x61\xd5\x46\xc5\xec\x8e\x03\xf3\x7d\x0f\x76\x0a\x2c\x92\xe3\x33\x58\x32\x58\xbc\x31\x2c\x7a\xf9\x50\x27\x17\xde\x0f\xb6\xcc\x56\xe3\xf7\x11\xb5\x46\x20\xc2\x1c\x9e\xb8\x3a\x37\x2e\x26\x05\x78\x8d\x30\x2a\xe6\x4d\xb2\x88\x0a\x17\xf4\x9e\xe7\x44\xae\x50\x2d\x51\x61\xea\xb4\xc8\x3e\x6c\xe2\x5c\x3e\xe1\xb5\x83\xe5\xb4\x63\xef\xeb\x51\x37\xe0\x3e\x89\xd2\x84\x26\xa7\x49\x2b\xe6\x0a\x8f\xc4\x51\x64\x10\xcf\x23\x2a\xda\x62\x23\x8f\xf4\xc1\xd4\x1b\x83\x3c\x5e\x93\xee\x68\x20\x5d\x9d\x60\x01\x4c\xf8\x83\xb9\x17\x78\xa8\x66\xca\x34\x54\x0f\x56\x71\xf5\xa6\x28\xc9\x59\x5c\xc7\xbe\xef\xf5\x3d\xe4\x85\x5e\xc8\xe2\xf4\xc0\x7c\xa5\x56\xe4\x2c\xfd\x7a\xaf\x85\x9f\xd6\x99\x82\xd8\x0c\x30\x91\xbe\x6f\xfc\x34\x78\x4c\x8b\x77\x40\x2c\xea\xff\xdc\x6f\x1d\x1c\xfd\xa1\x39\xcd\xb2\xbd\xd5\x7a\xd1\xe6\x85\x25\xee\xe5\x00\x40\x52\xc8\x0a\x1e\xec\xd3\xae\x8d\x7f\xbf\xef\x8d\xda\x83\x2b\x69\x72\xa3\x5e\xfa\xbf\x28\xfe\x29\x23\x4e\x39\xa0\xd7\xe4\x86\x64\x66\x78\x95\x21\x44\x57\x21\x83\x9b\x94\xdc\x6e\x8a\xb2\x66\x37\x48\xc3\x0e\x13\x2e\x92\xac\x73\x00\x4d\xb8\x35\xe3\x30\x24\x0a\x0a\x69\xeb\xfb\x5b\xb4\x91\x15\x90\x04\x2d\x54\xe6\xc6\xf7\x37\x68\x65\x05\xe9\x5c\x6b\x11\x4d\x61\x8f\xa1\xa5\xea\xdd\xda\x0a\x91\x0a\x05\xa2\xb5\x11\x22\x55\xdf\xdc\x22\x4c\xea\x15\x36\xd8\x31\x43\x00\x85\x1e\x09\x30\xda\x3b\xd5\xc8\xd5\x7e\x7f\x05\x71\x22\x98\x0e\x88\xc5\x27\x65\x31\x1d\x4e\xad\xd4\x57\xf3\x22\xd7\x02\xab\x9e\x64\x99\x5e\xfa\x9d\xbc\x29\x3c\x57\x97\xf0\x57\xc6\x5d\xe1\x4c\x8b\x28\x71\xc1\x39\xc6\xfb\xa2\x7a\x95\x7f\x20\x35\x84\x48\xa5\x09\x1f\x08\x20\x44\x42\x64\x54\x1e\x19\x8b\x45\x01\x79\x6f\x05\x1b\xe5\xb3\xb3\x88\x2b\xc1\x3b\xc5\x0c\xb0\xa9\xe1\x7a\xc7\xc4\x95\x87\xde\xe0\x9b\x09\x27\xcc\x4f\x94\x30\x6f\xd0\xfb\x10\x42\xaa\x32\x6d\x2c\x44\x3a\x79\x8d\xdf\x1a\x5b\xe0\x05\xfc\x36\xe9\x14\x9d\x60\x1b\x71\x05\x3d\xc3\x27\xbe\x1f\xdc\xed\xf7\x3d\x78\xc8\xd4\xeb\x08\x43\xf4\x12\x2f\xf6\xfb\x04\xfd\xa2\x8e\x46\xba\x47\xcc\x00\xc2\x7a\xec\xcb\x5f\x48\xf0\x5c\x28\x08\xde\x69\x9a\x81\x57\x2a\x1e\xd7\x4b\x43\x71\xf7\x5a\xea\x11\xcf\x9a\x10\x3d\x80\x05\xdb\x4d\xb2\x2b\x19\x8b\x91\x56\x4e\x54\x94\xb4\x92\xc5\xab\x86\x28\x78\xb6\xc3\xbe\x71\xbe\xc8\x08\x83\x76\x6c\xb6\x3f\x5a\xf1\xdb\x2e\x5a\x41\xe1\xce\x91\x3b\xac\x1f\xe2\xa2\x91\x0e\x21\xf0\x71\x63\x46\x1a\xab\x35\xbd\x50\x3b\xe6\x98\x96\x2b\x83\xb5\x30\xbd\x7d\xc2\x4b\x33\x6a\x27\x89\x17\xf5\x14\x1d\x18\x34\x60\x87\x89\x3b\x99\xbc\x74\x86\xad\x2b\xfa\x23\xc7\xe1\x74\xef\xcc\x2f\xb5\xed\xcc\x7c\x01\x49\xe9\x82\x41\x68\xd0\xb3\xae\x75\xb5\xce\x4c\x47\x2f\x38\x8a\xf7\x03\x62\x29\x8e\x10\xe5\xb6\x91\xfc\xe2\xde\x90\x6c\x76\x80\x2d\x19\xe3\x2e\x4d\x44\x44\x39\xcf\x8e\xa7\xf5\xd2\xb5\x54\xd6\x47\x47\x5e\x5f\x2d\x55\x77\x90\x3b\x9b\x2a\xdd\x72\x5b\x83\xae\x43\xf4\x26\xd8\xf1\x1e\x44\x2f\x79\x24\xb9\x77\x0d\x7a\x13\x86\x61\x54\x19\xc6\x16\xf7\x04\x86\xfb\xe6\x3b\x1e\x09\x6e\xe4\xd0\xab\x59\x65\x57\xbc\x68\xf1\x10\x15\x5c\x6b\x86\x85\x16\xdf\x4d\x0f\x76\x7d\xb7\x83\x18\xed\xd2\x39\x57\x02\x78\x17\xf1\xd2\x73\x46\x46\xfb\x5f\x25\x1a\xb6\xdf\x3a\x96\x8d\x31\x93\x07\x6e\xcc\x06\x5d\xb6\x07\x07\x73\x70\x6f\xf3\xaf\x74\x19\x4b\x4c\xd8\xe9\x7e\x1f\xfc\x32\xf1\x4e\x57\xe4\xa6\x2c\xf2\xd7\x64\x51\xbf\xa1\xad\x8b\x04\x40\x9b\xa6\x29\x61\x13\x86\x21\x5a\xea\x6a\x62\xc7\xa1\x1d\xa2\x17\x6d\x42\xfa\x8b\xa0\x1d\xbb\xe7\x67\x4d\x28\x85\x48\xc3\x49\xc7\x79\x76\x3d\x24\xb0\xd9\x1f\x48\x52\x37\x0f\xef\x44\x12\x1b\x3f\xa8\xfb\xe4\x7c\x48\x0b\x3f\x13\x71\x28\x89\x63\xbf\xa3\x41\x53\x01\xdb\x92\x32\xa2\x9d\xc1\xc1\x3d\x56\xe0\x48\xbc\x3c\x1d\xb1\x47\xa1\x76\xdc\x30\xf4\x33\xc1\xf1\x60\x4d\xd6\x85\x2b\xd0\xac\x6b\x42\xee\xe9\xad\x46\xa7\xba\xcc\x62\x44\x8a\xec\x0d\x99\xea\xf4\x7b\x53\x75\xfa\xf1\x40\x4c\xaf\x14\x34\xa4\xac\xcd\xca\x90\x86\x32\x5d\x50\xdc\x9a\x32\x1b\xbc\x4d\x08\x51\x69\x83\xdf\xda\x11\x1a\xd0\x02\x27\x93\x6f\x86\x94\xfb\xac\x70\x6c\xc7\xaa\x5a\xe3\x58\x6a\x60\x97\x38\xe6\x31\xb5\x6e\x0c\x5d\xec\x39\x41\x71\x88\xae\xcc\xc0\x18\x71\x88\x76\x76\xf4\x0f\x3d\xdc\x00\x0f\x10\xa2\x52\xb8\xda\x0e\x74\xcd\x1b\xf0\x98\x57\xfa\x4b\x56\x56\xa2\x9f\xdb\x91\x14\x6e\x98\x98\x61\x35\xcf\x3b\x2b\x14\xf4\x07\xe2\x20\xac\x20\x44\x80\x0e\xe7\x6f\x77\xbc\x1d\xd9\xc4\x8a\xb3\xc4\xc3\x05\x44\x7a\xb4\x00\x56\xed\xab\x9a\xac\x55\xd5\x22\xc6\x17\xd3\xbb\xad\x00\xea\xb9\xc8\x5f\xab\xe8\x5f\x8d\x1e\xdc\xe8\x68\xe0\xf5\x6f\x5c\x88\xfc\xb5\x1b\xbd\xbf\xab\x6c\xb4\xcc\x8a\xab\x38\x0b\xa0\x08\x6c\x83\xbe\x07\x7f\xab\x07\xd2\xbe\x17\x7a\x33\xbc\x6b\xc7\x62\x82\x68\x1d\x50\x98\x4e\x72\xdf\x63\x7f\x8b\x13\x64\x86\xd9\xeb\x00\x7f\xe4\x90\x2f\x05\x47\x5e\xff\x6c\x30\x1f\x24\x5c\x47\x0c\x31\x35\xbf\xe9\x7b\x47\x5e\xff\x3d\xe9\x7b\x47\xbc\x7b\xae\x52\x23\x28\xf5\x86\x20\x55\xef\x19\xc9\xe2\xbb\xa8\x55\xf2\x6b\x24\x47\x89\x1c\x8f\x18\x83\x47\x09\x59\x86\x47\xd5\x3c\xce\x48\x30\x0a\xc7\x1e\x8c\xc6\x39\x4b\x43\x1e\x55\x2a\x6c\x50\xe6\xfb\xd3\x1b\x23\x4c\xd7\x3d\x2b\x7a\xca\xf7\xbc\x19\x41\xea\xc1\x04\xc1\x3f\x57\xab\x5f\x4c\xbd\x8e\x85\x2c\xc2\x66\x86\x12\xe8\x9f\xd8\xcf\x3b\x63\x87\x34\x33\x54\xcd\x90\x4b\xf0\x8b\xa6\x87\xd0\xf9\xc5\xfb\x07\xd7\x1b\x2f\x9a\x19\xd2\x14\x17\xd1\x54\xc6\x1d\xf0\x86\x9b\x4f\x47\xdf\x6c\x3e\x69\xc8\xf5\xbc\xa7\xe8\xea\x20\xfe\xff\x3d\x2f\x2c\x07\xc2\x19\xc8\x25\x42\xb7\x42\x48\x12\xdd\xec\x88\xc2\x65\xec\x0a\xcf\x9c\xc2\x92\x4e\x21\xb7\x5c\x98\xde\x08\xa1\xe1\x3f\xeb\xbb\x0c\x4d\xb0\x64\x4a\x75\x19\x99\x80\xf7\xf8\xeb\x6f\x55\x8f\xd9\xb6\xcf\x26\x6b\x2b\x24\x61\xb4\x6e\x87\x21\xd4\xe3\x5b\x39\xa8\xe9\xd4\xae\x4a\xc5\x1d\x54\xb5\xc1\x1b\x4f\x83\xbc\x88\x41\xca\x1f\xae\xe0\x82\x94\x75\xca\xc2\x16\x46\x8e\x5a\x4f\xb2\xba\x69\xe4\xf4\x69\xa2\x4e\x34\xdd\x4e\x60\xcf\xa8\x33\xa7\xf3\x51\x51\x6d\xd4\x77\x65\x0a\x2a\xff\xc7\xc3\xff\x3a\x82\xc7\x2a\x37\x1f\x19\x8c\xaa\xa3\x2c\xcd\x49\x5c\x7a\xcd\x4c\x7f\x8a\xd4\xef\xbc\x71\x38\x11\xcd\x1c\xff\x9b\x35\x24\xdb\xfd\xf7\xdf\xd1\x30\xb7\x59\x99\xde\x70\xb5\xe2\x4e\x0f\x7a\xb4\x51\x24\x90\x4c\x96\x76\x7c\x8a\x48\xa4\xbc\xcf\xb6\x95\xa2\x0d\x2d\x2a\xc5\x76\x72\x36\x58\x0c\x4a\xb2\xdc\x66\x71\x69\xc6\xa8\x10\x07\xd1\xa6\x48\x19\xb1\xf1\xf0\x3e\x74\x3b\x38\xe2\xe8\x74\x44\x79\xa2\x6c\x43\x18\xf4\x4c\x15\xef\x46\xce\x80\x20\x10\x09\xe4\xf8\xd1\xb7\x6a\x50\x67\x83\x94\x3d\x3c\x71\xf2\x75\xd0\xea\x83\xcf\x80\x47\xc0\xdd\xdf\x92\xbe\x87\x0e\x1d\x02\xdf\x88\x43\x40\x6d\xff\xfb\x38\xfc\x70\xf0\xed\x63\xd7\x32\x8f\x28\xcf\xa2\xff\x31\xce\xec\x94\xf2\x8b\xd4\x3a\x19\xb9\x89\x11\x3f\x0a\x1d\x93\xd3\xa0\x34\x6c\x5c\x41\x3a\x74\xe5\x6c\x13\xa2\x1f\x5b\x76\x59\x1f\x56\xc5\xed\x49\x96\xd9\x86\x60\x0d\xfa\x13\x0c\x68\x1e\x7f\x13\xa2\xdf\xed\xc7\xab\xdf\x4c\xd1\xb0\x2d\x17\x76\xab\x25\xc9\xa0\x62\x0d\xd2\x56\x40\xd5\xa8\x03\xd7\x4c\x3c\xda\x9d\x23\xda\x9f\xa8\x00\xc4\x61\xae\x63\xab\xa4\x7c\x99\xe9\x8a\xfd\xed\x7a\x1d\x97\x94\x68\xe7\xf8\x77\x12\xa4\x42\xfe\xad\x9a\x10\x6d\x45\x17\xe3\xc1\xb6\x22\xa7\x71\x96\x51\x06\x63\x75\x36\x03\x20\x8d\x87\xbd\x92\x84\x68\x9a\xa1\x7a\x16\x7e\x86\xde\x7f\xce\x6c\x51\x5c\x57\x66\x76\x49\xce\x1d\x97\xe4\x3f\x09\xbd\xd1\x89\xeb\xe2\x96\x1e\x0d\xfc\xde\x14\xde\x67\xbc\xc0\x9f\x50\x55\x28\x6d\x90\x82\x7f\x6c\x5b\x24\x94\xdc\x22\xc1\x15\xf7\x4d\x1e\xa9\x40\x9f\xdf\xd1\x43\xb5\xbd\xdb\xdb\xef\xde\xf4\x80\x2b\x21\x5a\x2c\x04\x8c\xe4\x3b\xb4\xb0\x4e\x1e\x16\xab\xaf\x8b\x4e\x05\x2d\x36\x21\xfa\x49\x27\x54\xa0\xa0\x17\x45\xc1\xde\x77\xbf\xb2\xc9\xf1\xd7\xff\x84\x1c\x17\x50\x2d\xa7\x44\x53\x71\xdd\x41\x7f\x5f\x99\x94\x26\xe9\xc1\xf7\x8b\xfb\x49\x22\xeb\x26\x09\x5d\x8b\x52\x22\x45\x20\xc5\x81\xe5\x97\xdd\xca\x8d\x6b\x57\x61\x10\xc0\x4f\x9a\x8f\x3e\x27\x80\xda\xbc\x82\x14\x0f\xa1\x87\xc7\x9b\x4f\x47\x5f\xb3\x27\xf2\xbc\x73\x09\xc5\x2a\x85\xe8\x07\x16\x07\xe8\xbb\x10\x11\xb0\x1e\xae\xf1\x08\xe5\x35\x7e\x84\x8a\x1a\x7f\x8d\xca\x1a\x7b\x00\xb6\x5c\x1e\x7b\x28\xad\xf1\x8e\x87\x7b\xe2\x71\x9e\x44\xe0\xa7\xe3\x11\x0f\xf8\x74\x3c\xe2\x42\x8b\xb4\x3e\x18\x36\x28\x76\xa2\xf6\x80\xd3\xe7\x33\x2a\x48\x40\x9c\xe8\x94\xe4\xf5\x39\x9d\x8b\xb0\x41\x55\x8d\xe3\x1a\x65\xf0\x5f\x0b\xf2\xe7\x0b\x5e\xe0\x9d\x41\x82\x2e\x2b\x86\xca\xd5\xce\xd8\xc4\x4b\xfa\x03\x8c\xb2\x19\x82\xf7\x43\x5e\xae\xe4\xa0\xc0\xb0\x1c\x50\xbe\x79\x64\x15\xfa\x7b\xbf\x17\xef\x44\x20\x11\x6b\xd9\x5a\x2a\x2d\x04\x98\xc2\xf0\xc6\xa0\x95\x51\x89\xb4\xc8\x0d\x29\xab\xb4\xc8\xb5\x7c\x9e\x32\x09\xe8\x60\x49\x45\xea\x73\xf2\xe7\x36\x2d\x49\xf2\x4b\x9a\x27\xc5\x6d\xc5\xc6\x55\xf2\x44\x3a\xc9\xcc\xe6\x3a\x1f\x5c\xae\x59\x7c\xb1\x9f\x59\x0d\xfd\x3e\x3c\x1c\xe6\x37\x71\x96\x26\x71\x4d\xde\xc7\x4b\x72\x1a\xcf\x57\x84\xd5\xc0\xac\xc5\x69\x62\x05\x83\x0e\xa3\xda\x78\x99\x6d\x81\x5a\x09\xda\xa7\x2b\x70\x4e\x16\xcc\x6c\x92\xcd\xbb\x08\x4e\x04\xa1\xe8\xd3\x1b\x98\xd2\xcf\xb0\x26\x04\x4c\x60\x7a\xa3\x81\x7b\x97\xd6\x07\x0e\xb6\xe6\xec\x06\x6f\x5a\xf4\x84\x2e\xb4\x88\x8a\xf2\xb7\xf7\x83\xce\x52\x07\x9e\x94\x1d\x45\x82\x7d\x70\x4a\xb2\x0c\x55\x98\x6e\xf1\x8c\x1d\x9f\xb4\x7f\x68\x8e\x33\x8e\xca\xb2\x55\x07\xf0\x7c\x32\x9d\x45\x73\x94\xe0\x4c\xa3\x0d\xb4\x51\xf6\x4c\x49\x18\x10\x34\xf5\x68\x0d\xde\x2c\x94\x4f\x7f\x18\xe3\x6a\xe2\xd1\x3b\x24\xad\xd2\xb3\xf1\x8c\x57\x78\x3a\x43\x6b\x3c\x1c\xaf\x9f\x6c\x85\x63\xf4\xba\xdf\x67\x13\xb8\xc4\x49\x7f\x8d\x6e\xf0\x76\xba\x9e\xa1\x2b\x49\x7b\x0c\xe2\x60\x62\xfe\x0c\x6e\xd0\x32\x8c\x6e\x7c\xff\x06\xec\xe6\xb9\x95\xee\x95\x66\x97\x7a\xb5\xdf\x07\x57\x78\x19\xa2\x15\xf3\xa3\x3e\xa4\x0b\x5e\x68\xea\x30\xd3\xdc\x1d\x5d\x93\xbb\xe8\x8a\x6b\xe1\xe9\xb0\x78\x9c\xb2\x68\xc9\xd3\xe2\x6d\x5d\x30\x83\xb1\x34\xf1\x22\xef\x35\xb7\x9a\xf7\x1a\x04\x96\x05\x37\x68\x29\x0d\x40\x58\x58\x2a\x06\xb8\x98\xe6\x4b\xd8\xec\xe2\x69\x46\x19\x96\xc8\xfc\x30\x94\xef\xc1\x0f\x32\x7e\xdd\x84\x10\x0d\xd0\x84\x8d\x57\xaf\xf0\x74\xa5\xaa\x68\x3a\x43\x5a\x13\x51\x6f\x84\xba\xb8\x4f\x74\x80\x33\x35\x4e\xc0\xfa\x2e\x64\x7b\x52\xd5\xe9\x3a\xae\x49\x42\x29\x96\x85\xd8\xc4\x43\x04\x66\x2a\x75\x9c\x3d\xe7\xb9\x15\x4b\x2b\x4d\xc6\x72\x42\x6f\xf9\xce\x9c\x67\x64\x95\xe6\x3c\xcb\xe4\x31\x2c\xad\xc8\x4f\x68\x07\xd9\x58\x71\x2e\x21\x97\xc9\x55\xb1\xcd\xe7\x24\xb0\x8b\xa0\xd1\x70\x88\x76\x19\x81\xf7\x4e\x3a\x31\xeb\xf8\xd3\x2f\x71\x5a\x47\x8f\x87\xc3\x26\xd4\x6a\x7c\x95\x64\xe4\x60\x7d\xb4\x00\x7a\x64\xd6\x66\xd4\x70\x4e\xaa\xf4\xaf\xc3\x75\xb0\x22\x68\xf4\xad\xab\x12\xb9\x7e\x67\x45\xde\x59\x8d\x51\x08\x3d\x76\x75\x67\x4e\x19\xaf\xb6\x2a\xe2\x40\xea\x5c\x30\xd0\x57\x08\x3f\xce\xe3\x91\x38\xcb\x80\x81\xc3\xb7\xff\xb9\x7d\x86\x90\xa1\x3a\xcb\x73\x84\x22\xd6\xc2\x20\x21\x8b\x34\x27\x12\x3e\x45\xd3\xf8\x23\x4f\x1c\xb3\x1e\xda\x2d\x49\x1d\x75\xc1\x50\x88\x62\x0d\x22\xf9\x76\x4d\xca\x98\x59\x9b\xa0\x79\x91\x2f\xd2\xe5\x96\xff\xa6\x34\xa0\xbf\x27\x54\x30\xbd\x2e\x97\x51\x70\x9d\x96\x36\x17\xbe\x1f\xe4\x98\xd4\xca\xf3\xae\x30\x30\xc5\x14\x6f\x2d\x71\xc1\x5f\xfd\x96\xf4\x78\x95\x67\x76\x10\xa2\x54\xf8\x92\x66\x59\x71\xcb\x8e\x57\x14\xe3\x21\xaa\xf0\x08\x65\xb8\x18\x67\x4f\xca\x71\xd6\xc7\x3c\x1a\xdc\x5c\xc1\x32\xd1\xf5\xfb\xb0\x21\xf3\x74\x91\xb2\x80\x56\x41\x86\x52\x7a\x23\x9a\x0f\x98\xec\x34\x4e\x17\x41\x85\xe7\xc0\xff\xa1\x35\x94\x3d\xc1\xc4\xf7\xb3\x7e\xf5\x94\xe3\x8c\x4b\x8f\x53\x18\x30\xe7\x40\xea\xa8\x49\x70\x26\xb1\xef\x8c\x12\x68\xc3\x44\x39\x47\x9e\x9c\xbc\x8d\x90\xf2\x0e\x16\xea\x27\xbc\xb7\x0d\x5a\x60\x72\x9c\xa1\x15\x1e\x8e\x57\x4f\x16\xe3\x7e\x7f\x15\xc6\x7d\x5c\x07\x59\x7f\x25\x3c\x0c\xe2\x7e\x1d\x90\x70\x5c\xdd\xa6\xf5\x7c\x15\xe4\xe1\x6e\x1e\x57\xe4\xa8\xae\x23\xcd\xb5\xca\xd5\x5f\xd5\x1c\x8e\xc3\x31\x7c\x94\x7f\xce\x47\xeb\x63\xd1\x4b\xfe\x75\xf1\x39\x5f\x07\x71\x5f\xab\xe0\x9f\x8f\x00\x0f\x33\x7e\x8a\x37\x83\xba\xd8\xf8\xfe\xfa\x09\xde\x0c\xd8\x54\x71\xf0\x8d\x71\xfc\x04\xf2\xf6\xfb\xf5\x53\x91\xe5\xfb\x41\xac\xf7\xa3\xb9\xa7\x7d\xe9\xdf\xd7\x3d\x11\x61\x13\xf7\xf1\xd6\x02\x47\x5d\x82\xb9\x67\xa9\xe0\x37\x5f\xe5\x3f\xa7\xe4\xb6\x03\x6c\x74\x88\x72\x3d\xde\x03\x1c\x43\xfb\xfd\x74\x36\xae\x9f\xe4\x3a\x36\x0a\x87\x1b\xc8\xa7\xf5\x0c\x3c\x5c\x0b\x7a\x16\xc2\xbd\xc0\xea\xe7\x05\x1d\xf5\x30\x7c\x8a\x0b\x36\x39\xae\xcc\x27\x2c\xb3\x5f\x88\xb9\x60\x00\x13\xac\x11\xee\x71\xbd\xc8\x8a\xa2\x0c\x44\x89\x7f\x16\x6a\x13\xc8\x9b\x5c\xa1\x6d\xd0\xbe\xf6\x91\xdd\xe4\x31\xb4\x16\xfe\xb3\x0c\x1b\x0d\xd0\x0a\xc5\x58\xaf\x60\x1c\x3f\x31\xea\xd3\x1a\x1c\xc7\x74\x02\x4a\x4c\x82\x18\x80\x31\x59\xe7\xd3\x27\xd8\x6a\xc7\xdc\x8b\x17\xc5\xe6\x09\x2f\xd9\x97\x61\x6f\xe2\x71\xda\xc7\x65\xd3\x88\xc5\x1f\x7e\x46\x18\x15\xe1\x9b\xc9\x8c\x79\x75\xff\x4d\x26\x91\xdb\xcf\xbe\xb0\xa2\xd2\xd3\xb3\x25\xe8\x3b\x88\xeb\x5e\xec\xea\x16\xd4\xf4\x2d\x9c\xf6\xc8\x2b\xe1\x40\x54\xc1\x19\xb4\x53\x52\x7c\x64\x86\x3c\xb2\x2b\x6a\x97\x41\x1e\xd3\xbf\xcb\x3a\x59\x98\x0b\x0d\x34\xdf\xb9\x5b\xec\x2a\x8d\x52\xc8\x63\x3f\xb5\x28\x12\xf0\xbb\x23\xbe\xca\x7d\x1f\x6b\xf2\xc9\x67\x85\xca\xe8\x00\xaa\x57\xab\x36\x16\x3e\xe8\xda\xae\xfc\x59\x5e\xfb\x6a\x23\x81\x47\x89\xe2\xe7\x09\x93\x07\x42\xa3\x87\x54\xe2\x09\x58\xa8\x80\x23\x9b\x6c\x78\x7c\x69\xb8\x03\x05\x05\xab\x38\x14\x6e\xba\x54\xca\x28\xd3\x38\x4b\xff\xd2\x6f\x8d\xca\x85\xb6\x58\x6f\x32\x52\x93\x04\xe2\xa2\xb3\x43\x71\xe2\x98\x9b\x20\x8c\x82\x83\x1f\x49\x98\x8a\x03\xd4\x9d\xa3\x22\x0c\xa5\x03\xaf\x39\xb2\x7c\x50\xe4\x50\x8a\xcd\x74\xe2\xfb\x76\x8a\x1c\x5a\xf3\x25\x51\x42\xac\x70\x20\x26\xb1\xa8\x64\x03\xf5\xc3\x20\x1d\xb3\x51\x86\xfe\x2a\xcd\x07\xee\x23\x0f\x8d\x06\xc0\x96\x9b\xfd\x05\x90\x7e\x00\x03\xa5\xdf\x4a\x04\xe6\x4b\xeb\xb6\x22\x43\x82\x80\x85\xad\x52\x21\x68\xd2\x0e\x4f\xb4\x8a\x32\xb0\x36\xa3\x20\x07\xa0\x13\xe7\x03\xc6\xb8\x10\x08\x2e\x26\x60\x60\x6e\x00\x06\xf2\x40\x88\xd3\x74\x46\xaf\xb9\xd3\x14\x0e\x92\x98\x5e\x10\x7b\x18\x57\xf4\xdf\xfd\x3e\x56\x5c\x17\x12\x15\xd3\xdf\x51\x2a\xe1\x91\xbb\x18\x10\x06\x24\x70\x3e\x5a\x9a\x33\xbc\x28\xca\x39\xb1\xe7\x55\x82\x39\x3a\xd5\x1b\x3a\xc5\x71\x6d\x06\x99\xd7\x1d\x5c\x55\x71\xa1\xbf\x8f\x1f\x13\x77\xff\x95\x6a\x2b\x6c\x9d\xf3\x17\xf4\x86\x46\xef\xb4\xfc\x16\xd0\x25\x43\x4b\xbd\xc7\xbc\x96\xb2\xda\x61\x0b\x66\x05\x56\x6b\x59\x31\x2b\xdd\x65\x0e\x7a\x9d\x8c\x98\x36\xcc\xa0\x5c\xf0\xb8\x21\xb3\xa5\x93\x01\xeb\x13\x5d\x57\x84\xaa\x36\x85\x67\xba\xaa\x62\x3a\x8b\x2a\x34\xc7\xd3\x99\x7a\x26\x70\x7a\xc2\x86\x88\x5e\x35\x37\x38\x1b\x27\x4f\x36\x82\xe8\x12\x41\x74\x0b\xbc\x99\x26\xb3\xf1\x9c\x23\xb6\xb1\x93\x46\x2a\x69\x82\x45\x18\x82\x03\xff\x0a\x97\x86\x19\x6e\x69\x59\x4f\xf1\x51\x28\x16\x64\x24\x73\x4a\x0c\x62\xa3\x8e\xd8\xaa\x83\x8e\xda\xae\x00\xd2\x82\x1d\xd7\x91\xe9\x91\xae\x98\x52\x20\x43\xa6\xca\x2c\x5a\x05\x3b\xa5\xc9\x8a\x8c\x25\x96\x9f\xe8\xba\xad\x68\x8e\x84\x66\x2b\xda\xb9\xe2\x58\x39\xd4\x2b\xbc\x3e\xaf\x69\x42\xf5\xf1\x01\x4b\xfa\x6d\x78\x28\x0c\x18\x43\x40\xa8\x43\x66\x2e\x38\xe7\x2b\xf4\x74\x38\x29\x2c\x83\x55\x66\x78\xa5\x15\xd8\x4e\xf5\x9c\x19\x2f\xde\x84\x2d\x03\x32\xc6\x54\x7f\x4e\xcb\x7a\x0b\x07\xd6\x21\x8c\x13\x45\x3d\x2a\xda\x66\x91\x7f\xb0\x6a\x10\xf8\x79\xf5\x7e\x5f\xb7\xe3\x59\x38\xb8\x48\x9b\xd5\xe8\xd7\x6f\xeb\xfb\xd2\xa5\x25\x54\x8f\x45\xa0\xcb\x36\x2e\xa3\xdb\x4a\xb5\x04\x52\x28\x00\xa0\x58\xed\x4c\x21\x36\xc1\x2c\xf4\xfd\x5a\x57\x6f\x86\xf2\xde\xae\x25\xf2\x10\x40\xe6\x75\xb4\xbe\xcb\x48\x40\xe4\xa5\x56\x04\x80\x55\x3a\x4d\x14\xe3\x40\xc3\x92\x36\x49\x99\x16\x88\xd2\x30\x00\x75\x56\x44\x5c\x84\x05\x2a\x49\xd0\xdb\x41\x57\x21\xb8\x9b\x9c\x80\x1a\xfc\xa3\xc4\x95\x9f\x0f\x06\xd7\x8d\x30\x00\x77\x9b\x9b\xb6\xfb\xa0\xae\x08\x0c\x51\x50\xd7\xab\x4b\x49\xd1\x9e\x34\x2c\x7a\xad\xcd\x11\xf8\xc4\xc5\x6d\xb8\x72\x39\x57\x87\x03\x65\xe9\x25\x1f\xe2\x8e\x32\xa1\x84\x16\xed\x9a\x10\xf1\x83\x77\xb2\x6b\xa2\x1d\x7f\x48\x21\x82\x77\xb7\xe3\xe3\xb4\x61\xf3\xd5\x0d\x4f\xc4\x44\x51\xb8\x3d\x82\x59\xb4\xa2\x48\xd4\x66\xf0\x82\x96\x5a\x95\x05\x92\x10\xc4\x6d\xa8\x9b\x54\xac\x89\xce\xe0\x9a\x76\xa7\xb9\xee\xaf\x75\xc3\xb1\x65\x17\x23\x04\x89\x4b\x4b\xab\x50\x85\xa4\x9f\xa3\xa6\x43\x05\xd5\x10\xe7\xf9\xce\xa7\x11\xf3\x2a\xc0\x55\x72\xad\xa0\x53\xae\x8f\xdb\x1b\xbe\x43\x3f\xea\xcc\x14\x2a\xd2\xd6\xc4\xe8\x9a\x51\xdb\xab\x08\xd5\xe3\xcf\x92\x54\xa4\xb8\x61\x89\xf2\x8a\x0f\x1a\xef\x42\x02\x53\xbf\x55\x1e\x11\x7a\x95\x7d\x8a\x6b\x76\xab\x27\xe0\x3c\x49\x7f\xd2\x7f\xe9\x6f\xa6\xe4\x78\x82\x6b\xa9\xee\x20\xcc\x4d\x93\x26\xc1\x1f\xa1\xbd\x4e\x0f\x16\x99\xdc\x33\x04\x9a\xde\xfb\xbc\xae\x18\x9b\x35\x17\x84\x89\x2e\x66\x06\x5b\x0c\x19\x74\xcb\xb5\x8e\x32\xcc\x96\x73\x1d\x51\xaa\x90\xe3\x6a\x54\xf4\x47\x21\x8a\x55\x4a\x8e\xca\xfe\x28\x1c\xa7\x54\x56\xf6\xfd\x18\x63\x5c\xee\xf7\xc1\x01\x9a\x49\x0f\xd2\x4c\xfc\x79\xe2\xea\x17\xcb\xaa\x21\x0a\xea\xa7\xe9\x7e\x9f\x3f\x8d\x43\x85\xab\xa4\x5d\xbd\x3a\x36\xb5\x50\x7e\xdb\xfb\xe3\x4b\xf7\xf0\xc8\xc1\xf3\x74\x5d\xbd\xdd\x8e\x26\x3f\xb7\xfa\xa8\x0d\xdb\x89\x66\xaf\x6f\x07\x81\xbd\xd5\x9e\x67\x78\xaa\xd7\xb1\xc5\xae\xb6\x69\x96\xa8\xa7\x51\x75\x53\x33\x9d\xa9\xf2\xa2\x4e\x17\x77\x70\x90\x03\x00\x55\x15\x14\x28\xe7\xa2\xaf\x26\x96\xa0\xae\x53\xa2\xed\xc0\x98\x87\x68\xa7\xeb\x03\xa2\x5d\xd3\x9a\xad\x56\xab\x1d\x68\xa2\xe2\xda\x7c\x92\x24\x3c\xa2\x04\xfb\x7d\x4e\xd6\xc5\x0d\x49\x40\xec\xd8\xef\x4b\x3d\x9e\xfb\xae\xe1\xca\x6e\x32\x8e\x9f\xc8\x40\x16\xa0\x31\x0b\xb6\xb8\x9a\xc6\xb3\x50\x5c\x18\x83\x74\xba\xd5\x0e\xe2\x19\xde\x2a\x85\x5c\x86\x87\x68\x8e\xeb\x71\xf6\x44\x08\x7f\xe3\x4c\xc8\xef\xdb\x71\xb0\xc5\xf3\x69\xd6\x5d\xd3\x84\x5f\xbd\xad\x64\x29\x68\xcb\x31\x05\xdb\x50\xb5\x99\x1c\xa5\xf9\x51\x1a\xa6\x36\xca\x7b\xa2\xd1\xba\x36\xfa\x20\x9d\x26\xb3\x8e\x50\x54\xb6\x2a\xc5\x21\x16\x88\xeb\x3a\x3b\x81\x2d\x59\x53\xc5\x41\xaf\x35\xd4\xe7\xe1\x38\x57\x08\xd5\xb9\xd2\xc2\x92\x69\x3e\x1b\x17\x72\x32\x24\xcf\x66\x1d\x80\x4b\x4d\x41\xb9\x6d\x97\xc7\xaa\x5e\xd2\xd9\x53\xa1\x14\xb6\x45\x31\xc9\x1f\x5b\x6f\x53\x53\x5d\xc4\x82\x9b\x7d\x2e\xd5\xa1\xad\xb1\xfa\x7e\xd0\x2b\xf6\xfb\x62\x60\x5e\x82\xa5\x7c\x62\x26\x87\x42\x2f\xcc\xf1\x29\xf2\xc1\x1c\x8c\x45\x98\xf1\x0f\x17\x8e\x44\x22\xeb\x4e\x33\x0e\x4a\x2e\x2d\xed\xf7\xdc\x55\x10\x00\xf3\xb0\x10\xa2\x7a\x18\x8b\x12\x48\xa4\xa9\x94\x07\x0d\x12\x0b\xc1\x4c\x7e\x66\xf6\x3b\x72\x0d\x46\x48\xab\xae\x47\x3c\x38\x2d\xc0\xb2\x56\xa8\xb0\x1d\xa5\xfe\x9b\xe5\x98\x8f\xb3\xfd\x52\x3e\x4e\x04\xce\x7c\x89\xbe\x6d\x67\xf4\x3b\x69\x44\xdb\x35\x87\x85\x5c\xad\xe0\xb8\xf6\x7d\xc7\x5d\xc9\xd8\x46\x0f\xa9\x4c\xf0\x1b\x77\x75\x8a\xd5\x76\x44\x3d\xd7\x6c\x6a\x98\xaf\x38\xd8\x4f\x94\xc6\x35\x00\x94\x11\x86\xd2\x74\xac\x45\x4c\xd1\x5f\xf8\x88\x7a\x1d\xac\xb0\xc5\x7f\xd3\x3a\x44\x19\x9e\xce\xd0\x1c\x8f\xd0\x16\x0f\x51\xc2\x74\xa4\x1b\xdc\x96\x91\xd1\x02\x97\xfd\x1c\xad\x70\xc7\xb6\x20\x21\x5a\x63\x0d\xff\xbc\xbd\xf6\xbe\xdf\x8b\xd1\xd2\xf1\xdc\x78\xd3\x9a\xd4\x1c\x5f\x75\xbc\x31\x12\xb4\x64\x21\x5e\x39\xd1\xc6\x38\x1f\x50\x41\x1f\xdd\xe0\x1c\xac\x35\xe6\x3c\x0e\x10\x7b\xfb\xa0\x95\xdd\xa1\x4b\x74\x8a\xb7\xfd\xf4\x78\x84\x6e\xc5\x14\xfc\x40\xe0\xf9\x98\x9f\x5d\x81\x7e\x87\x13\x60\xe7\xb5\x60\x51\xb5\x36\xf1\xf4\x3a\xd6\x84\xe1\xd3\xe3\x11\xba\xc6\xbd\xe5\x7e\x7f\xfa\x14\x2f\x99\x54\xb9\x7d\x82\x97\x5c\x7c\x44\x1f\x70\xef\xca\x3e\x8c\x4f\x9f\x62\x2b\x4d\x7e\x67\xa7\xb3\x5a\x80\xe3\xae\x7d\x3f\xf8\xb0\xdf\x5f\xfb\xfe\x6d\xb8\xdf\xf7\x56\xfb\xfd\xe6\x29\x26\xbe\xbf\x79\x42\xfa\xf3\xfd\x9e\x50\x61\x2c\xdc\x25\xbe\x1f\x64\x4c\x43\x94\x84\x7c\x19\xd9\x09\xff\x49\x89\x71\x73\xb4\x38\x26\x21\x7a\x47\x9b\x63\x36\x1f\xc0\x6c\x6f\x50\x31\xa8\xb2\x74\x4e\x02\x82\x48\xff\x53\x88\x88\xb0\xb9\xe3\xff\xc4\xe1\xf8\x1d\xed\x2a\xde\xa2\x77\x82\xd9\xa4\xe8\x6a\x70\x79\xc3\x3c\xb7\x99\x44\x6e\xfe\x56\xcf\x86\xef\x06\x69\xc5\x5d\xbc\x31\x9b\x02\xbd\x98\x36\x03\xed\xaf\x43\xc4\xc7\xf4\x2e\x44\x1f\xa0\x05\x8d\x6c\x7c\x3f\xb8\xc3\x15\xba\x64\x2f\xc1\x5b\xf1\xda\x7b\x2a\x78\x6a\xca\x6c\xfb\x96\x0c\x28\x85\xd9\xf7\x2d\x39\xf6\x0a\x63\xc5\x4b\xee\x85\x8d\xee\x60\x74\x97\xf4\xbf\x4f\xee\xd8\xcb\xe7\xf1\x08\x63\x0c\x7f\x4f\x20\x3d\x82\xbf\xd1\x1d\xd4\x86\x2f\xe1\x9f\x27\xec\x97\x2c\x4c\x7f\x4c\x58\x56\xc4\x7e\xa1\x3b\x3e\x12\x7c\xc9\xff\x78\x2a\x52\xe4\x57\xec\xe7\x44\x14\x88\x44\x0a\xba\x63\x9d\xc5\x97\xec\xdf\xa7\xfc\xb7\xfc\x10\x7e\x4d\x78\x6e\xc4\x7f\xa3\x3b\x36\x28\x91\x7f\xcc\x3a\xd2\x1f\xa1\x3b\xb1\x74\xa2\x81\x63\x18\x52\x7f\xc4\x91\x99\x93\xfd\x3e\x48\x2c\xd2\x28\xeb\xbe\x24\x06\x82\x14\x41\xa0\xde\x30\x0c\x91\x78\x0c\xc6\x41\x22\x8f\xab\x61\xd8\x0f\x4e\x8f\xb7\x61\x7f\x84\x12\xb5\x0f\xfb\x78\x4e\x89\x79\xdb\xc7\xa7\xc7\xdb\xfe\x08\xad\x7d\x7f\xc5\x45\x06\x0f\x6e\xdc\x5e\x83\xae\x98\xd6\xe8\x0e\x97\xe3\xbb\x27\x8b\xf1\x5d\x1f\xcf\xe1\x71\x88\x17\xc0\x18\xdf\x04\x77\x21\x8b\xf1\x28\xb8\x3e\x25\xfb\x84\x6e\x7b\x69\xe6\x49\xf2\xc4\x43\x72\x27\x74\xdd\x1f\x71\xd5\x29\xa2\x72\x5c\x0d\xa1\x89\x7c\xc8\xa1\xe8\x08\x08\xd7\x62\x5c\xf7\x45\x4e\x76\x7d\xc3\xf5\x15\x5c\xb8\x65\x82\x79\x89\xb5\xa7\x5d\x94\x2a\x75\xb3\x78\xbb\xe2\xf1\x62\x20\xff\x45\xc1\x74\xc4\xf4\xcb\xa8\x84\x27\x63\x6e\x9a\xc1\xcd\x74\x65\x4d\x51\x2a\xb6\x8d\xac\x30\x9e\x18\xba\x35\xc6\xc3\x41\xe0\x4e\xc3\x28\x46\x94\xe9\x46\x05\xe3\xbd\xd7\xe4\x2e\x2a\xe8\x32\x88\x97\x61\xbd\x62\x7c\xb8\x5f\xa2\xdd\xee\xc6\x6c\x99\xd5\x28\xd3\x09\xf5\x6f\x4c\x2b\x7f\x57\xd4\xef\x32\x8e\x7c\x5e\x85\x81\xd6\xef\x90\xa2\x64\x58\x8d\x62\x22\xe6\x33\xea\x3c\xf4\xf6\xfb\xaf\x6d\x15\x89\x63\x26\x1e\x40\x1d\xf6\x27\x93\xc3\xd9\x6c\xcd\x47\xf2\x89\x29\xdf\xef\x47\x76\x47\xd4\x46\xb7\x66\x51\xb8\xdb\xb6\x6c\x8d\x8e\x47\xc2\x1e\x9b\xa9\x02\x82\x02\xd7\x93\x9a\xcb\xf8\xd1\x50\xcb\x84\xc0\xe4\x18\x74\x81\x98\xec\xf7\x60\x2f\x75\xec\xf5\x73\x1e\xdc\xaa\xa5\xc3\x94\x93\x5a\xf9\x7e\x05\xa7\xf2\x84\xfd\x13\xed\x40\xdb\x8a\xd4\x11\x1c\xe5\x48\x91\x57\x01\x7f\x57\x91\x44\xd9\x40\x94\x59\x2b\xf3\x6d\x46\xa7\x29\x12\xf6\x1e\x51\x0c\x68\x38\xed\x25\xd1\x64\x26\x97\xf5\xad\xae\xc6\x83\xb0\xc9\x4c\x2a\x83\x90\xc9\xba\x9d\x55\xad\x8b\x6f\x2d\xc8\xe5\x72\x92\x4f\xc4\xb3\xe2\x71\x11\x0d\xa3\xd2\x79\x1f\xd3\xae\xea\x1d\x57\xdd\x0e\xd5\x50\xd9\xa9\x1a\x8a\xe5\x85\x5e\x46\x0b\x73\x88\x70\xac\xfa\x0a\xb7\x1e\xde\xf6\x7b\xa7\xe8\xe8\x78\x2c\x76\x9a\x74\x71\xbb\x1f\xb6\x25\xd0\xdc\xf5\xdd\xa4\xfb\xb3\x0b\xba\xa2\x63\xa7\xf2\x97\x52\xe5\x7e\xdf\x8b\x65\xf0\x18\xa3\xcf\xbd\x6c\xbf\xcf\x94\xde\x58\xeb\xc3\x7e\x0f\x52\x51\x7c\x55\xb5\xcc\x6d\xe6\xe1\xd3\xce\xdd\xfc\xcf\xaf\xe9\x3d\xcc\x31\x3f\xb8\x92\x86\x6a\x66\x07\x4d\x73\x8f\x8b\x62\x83\xe7\x21\xea\xe5\xbe\x9f\xf9\x7e\x86\xdd\x5d\xeb\x78\x62\x6d\x17\xc5\xd9\x7e\x3f\x84\x1d\xb5\xc5\x5a\xec\x92\xe3\x0a\x2c\x86\x90\x42\xd0\x62\x5a\xec\x55\xdb\x22\x66\x23\xa4\x27\x10\x5a\x2a\x26\xb4\x70\x41\x64\xdb\x4f\x06\x00\x2d\xc8\x97\x8d\xc9\x19\x95\x21\x42\x55\x4c\xda\x10\xdb\xcd\xf8\xa0\x19\xb7\x55\x52\x78\x5b\x07\x9b\x43\xca\x41\x77\x1e\x50\xb7\x98\x4a\x4d\x06\x64\xd5\x95\xa8\x10\x79\x9a\x0c\x89\x37\x8d\x03\xb5\x56\x71\x91\x21\xd2\x6d\xd7\x23\x7b\x9f\x75\x58\x47\xc7\x83\x17\x65\xbc\x04\x83\x1a\xb8\x2a\x01\x76\x73\xce\x62\x19\x7b\x61\x83\x5c\xdb\x32\x7a\x64\x27\xb3\xb1\x46\x8f\x5a\x58\x0c\x0a\xc7\x7d\x5b\xdb\x3b\xbe\x2e\x36\xc7\xf5\x7f\x8b\xeb\x3e\xec\x75\xf6\x67\x3f\xa8\xfb\x79\x28\x73\xc4\xe1\x4e\x17\xb6\x10\x8b\x59\xf4\x4b\xb1\x48\x25\x5b\x6c\xa2\x0b\xc6\xc4\x58\x55\xc2\x05\x63\x78\x58\x4e\x3a\x3d\x58\xb4\xbe\x29\x0f\x96\x5c\x78\xb0\x14\x4e\xd7\x95\x62\x70\x99\xa5\x95\x23\xb5\xda\x5e\x81\x6b\x8f\xf0\x5d\x29\x06\x97\x02\xaf\xfc\x54\xbc\xc3\x61\xcf\xa3\xe9\x0e\xc4\xae\x87\xe0\x6c\x7c\x4f\x6c\xab\x76\x50\xce\xdb\x15\x72\xf7\xb0\x87\xd4\xf8\xdb\xc3\x6a\x64\xde\x4a\x0f\xa9\xf0\xd7\xce\x0a\x4b\xfe\x5a\xcf\x26\x49\x3f\x15\x72\xa1\x60\x2a\xf8\xe9\x94\xe2\x72\x90\x94\xf1\xf2\xac\x2c\x36\x2c\x06\x02\xaa\xb4\xa4\x97\x24\xdb\x90\x12\x65\xb8\x1c\x30\x1b\xa0\x8b\xe2\x9c\x2c\xd3\xaa\x26\x25\x9a\xe3\x92\x0a\x13\xd0\x06\x95\x28\x5e\xa7\xeb\xb4\x46\x5b\x9a\x4a\x93\xde\x52\x96\x98\x2f\xcf\xc8\xa6\x5e\xa1\x44\xa4\x32\xd0\xb2\x0d\x2e\xf9\x99\xb8\x00\x4d\x14\x5d\x15\x96\xb3\xc2\xa5\x70\xc7\x64\x09\x6b\x5c\x72\x87\x38\xf6\x7b\x89\x4b\x40\x06\x60\xbf\x6e\x70\x69\x7a\x95\x5c\xd1\xef\x65\xd8\xe4\x3b\xfd\x17\xa0\xca\x5d\xe2\x52\x81\xce\x9d\x6a\x5f\x6b\xf4\x81\x6e\xed\x74\xbe\xcc\xe8\xda\xce\x60\xab\x85\x3e\x40\xba\xfd\xaa\x8e\x3e\x89\x51\xa3\x77\xb8\x94\x38\x04\xcf\x21\xb4\xe7\x0d\xc9\x26\xfc\xdf\xfe\x28\xda\x8a\x17\x78\xb2\xdf\x13\x11\x33\x6d\xbf\x4f\x7c\x3f\x81\xe9\x78\xbe\xde\xd4\x77\xd0\x62\xd5\x72\xe8\xab\xd1\xce\x78\x59\x56\x14\x63\xed\x94\xa9\x27\x7e\x5d\x7a\xfd\x7c\x86\x49\xc3\x85\xf1\x4b\xb1\x8c\x2c\x7a\x6e\x1e\x22\x93\x24\xa2\x14\x99\x04\x11\x55\xc8\x26\x87\x28\x43\xda\x32\x45\x6b\xd4\x22\x8d\x68\xce\x03\x10\x10\xf6\xaf\x90\xcf\x5a\xd4\x12\x3d\x47\x8a\x56\xa2\x04\x69\xf4\x11\x2d\xb8\x08\xb7\x41\x92\x08\xa2\xa5\xc9\x9c\x6f\x54\x18\xeb\xe8\xca\x0a\x69\x7d\x87\x74\xe2\x8a\x56\x48\xd0\x42\x74\x89\x1c\x94\x10\x9d\x22\x17\x1d\x44\xb7\xc8\x41\x05\xd1\x35\x6a\xd3\x40\xf4\x81\x8d\xa5\x8a\x3e\x4d\x3e\x0d\xe6\xab\x34\x4b\x4a\x92\x47\xd3\x99\x44\x8b\x7b\xd7\x08\x0c\x22\x6d\x21\xce\xf8\x74\xbf\xdb\xd0\xae\x57\xed\xb7\xbf\xa2\x1b\x6e\x51\x48\x97\xc4\xda\xd8\x82\xd5\xc3\xca\xbd\x89\x37\x11\x69\xef\x69\x39\x5b\x6c\x71\x8e\xc1\xf9\xa0\x26\x9f\xea\x68\x07\xb2\x71\x8d\x52\x21\x55\x33\x50\xca\xa8\x37\x6c\x10\x13\x44\x69\x4b\xf0\xa2\x45\x29\x4a\x25\x6d\xc4\xbb\x17\x9a\xc7\x39\x1d\x57\x54\x0e\xf8\x5f\x2c\xa5\xd8\x88\x94\x62\x83\x0a\x91\x50\xa8\xdf\xf1\x12\xac\xbc\x79\x22\xff\xc5\x73\x9e\xe7\x74\xe6\x45\x0e\xfc\xe2\x39\xaf\x49\x7c\x43\x64\x0e\xfc\x92\xdf\x24\xda\x17\x09\x4f\x7d\x77\xa3\x55\x44\x7f\x34\xb0\x22\x8e\x81\x38\x2f\x60\x85\x7c\xcd\x17\x65\xd1\x41\x2e\x1b\x0b\xde\x30\xce\x79\xac\xe5\x7c\x92\xfa\x7e\xaa\xf7\xd7\xfa\x19\xc4\xf4\x9a\xa6\x15\x82\xe1\xd2\x8b\x95\xeb\xf8\x33\x0a\xc1\xa7\xf4\xe8\xd4\x5f\x1d\x65\xbc\x0f\xd2\x84\x61\xc3\x6d\x64\xb4\x70\xe8\x00\x29\xcf\xfa\x68\x1a\x74\x80\x4b\x57\x01\x27\xb1\x13\x79\x95\x05\x16\xf9\xc0\x6a\xf1\xa0\x59\x01\xc0\x2a\xdb\x04\xf0\x51\x19\xbe\xa4\x17\xf4\xca\xfd\xbe\x57\x85\xbe\x5f\xb6\x22\x4e\x19\xde\x29\x3c\xc2\x12\x3b\xe8\x2c\x2f\x2f\xda\xa5\x07\xc5\xbf\x38\x68\x7c\xee\x7c\x5c\xb7\x0e\xc4\x5c\x87\x2b\x1d\xcb\x7b\x8c\x69\xf8\xcd\x85\x68\xf1\xe9\x87\xed\x55\x35\x2f\x53\xd8\xd1\xf4\x26\xc8\x7e\x5e\x11\x97\x41\x38\xbf\x54\x30\x52\x91\xda\x0e\x17\x6b\x08\xc2\x10\x22\xdc\xe9\x5f\x0c\x8a\x3c\xc8\xd1\x5f\x83\xb8\x2b\x72\x50\x97\x05\xf7\x41\xd3\xe0\x96\x11\x70\xf7\xf0\x44\x77\x5c\x79\xaa\x82\xcf\x30\x23\x37\x1e\xd5\x81\x24\xc1\xd4\x89\x83\xf7\xda\x79\x52\xf9\xae\xfd\x34\x4a\x99\xab\x09\x25\xcd\x24\x69\xb1\xe0\x1e\xdd\x81\xcc\x2e\x23\x69\x57\xd9\x10\x75\xf6\xe9\x0b\x28\xaa\xab\xaa\xbf\x93\xd2\xc2\x2f\xc3\x03\x6e\x49\x89\xb9\x01\x61\x6d\x1d\x5b\xba\x3c\x58\x29\x78\x0e\x96\x90\x49\x80\x04\xf6\x7b\xae\xa3\x08\x6f\x5b\x28\xc2\x89\x1b\xb4\x17\x6d\x94\x32\x34\xb1\x2c\xfb\xf4\xf3\x3f\x41\x0b\xbb\x02\x21\x0b\xae\xb0\x16\xcc\xdc\x51\x83\x90\x15\x16\x06\xda\xb0\x2e\x35\xde\x74\x63\x0e\xeb\x62\xc5\x1a\x90\x85\x1d\xe2\xe5\x9d\x98\x3a\xc6\x6f\x25\xeb\xaf\x00\x58\x98\x89\x1d\x80\x26\x2c\x24\xcf\x5b\x2a\x79\x4a\xd9\xf9\x5a\x35\x7f\x3b\xd9\x35\xd1\x2d\xfa\xa0\xdb\x28\x6b\xb0\x5e\x9f\x30\xdd\xd1\x13\x7a\x89\x8b\x46\xff\x1c\xa2\x77\xf4\x77\x2f\x97\xe2\x0c\xfc\x30\x90\xe8\xe1\x37\x9d\x81\x34\x5f\x9e\x64\x19\xe0\xcc\x33\xa9\xf6\xd3\x7e\x9f\xeb\x78\xde\x21\x7a\x4e\x6b\xd3\x2b\x53\x7f\x4b\xe3\x58\xf4\x0a\x5f\x0b\xab\x7d\x74\x86\x77\x4c\x90\xcc\x75\x41\xb2\x40\x0a\x46\x23\x62\x9a\x33\xfa\xd7\x50\x3f\x66\x3e\x28\xf0\xde\x0f\x4a\xf4\x9b\x5b\x42\xe2\x56\x88\x6c\x97\x52\x48\x3b\x6d\xd0\x05\x6f\x95\x4d\xf6\x2b\x85\xb0\x8a\x34\xf8\xe4\xe8\x12\xde\x74\x40\xc3\x29\xde\x3f\x34\xb4\xe5\x48\x3a\x85\x17\x93\xa2\x3f\x12\x26\xbe\xe8\x0f\xfc\x40\x23\x98\x32\x44\x67\x21\xba\x08\xd1\x79\xe7\x17\xbb\x06\x55\x50\xea\xfd\xa1\x22\x19\x14\x79\x83\x7b\xbd\x7b\x59\x50\x27\x3b\x10\x62\x5c\x90\x87\xbe\xef\xac\x88\xc9\x3a\xa2\x1c\xbb\xbf\x7c\x2e\xe2\x80\x64\x59\x0d\x7a\xe3\xfb\x3b\x5a\xf5\x52\x78\xc2\x76\x19\x62\xdf\xf9\xfe\x1d\xe7\x2f\x72\x0c\x67\xb6\x84\x14\x84\xa1\xd3\xc8\x36\x44\x9b\xe0\x0f\xd4\xc9\x13\xe0\xb4\x35\xc8\x7d\x42\xc5\xf7\xe8\x79\xeb\x62\x36\xaf\x91\xd3\x06\x5d\x0d\x8b\x6e\x46\x7e\xa1\xa1\x14\xab\x5f\x0f\x8c\x2b\x8d\xd0\x73\xe9\xd7\x7a\xe4\x50\xe4\xcb\x82\x74\x86\xdf\xe5\xc4\x75\x21\xb9\x42\x7c\x1f\x45\xaf\x74\x9c\xe0\xc6\xb6\xd5\x87\x46\x82\x4f\x5d\xc3\x7d\xe7\xfb\xab\xe0\xdc\x35\x4d\x9c\xf1\x85\xe8\x26\x78\xef\xca\x67\x6c\xcd\x3e\x4a\x3a\xfc\x58\xee\x77\x15\x41\xca\x0c\x8e\x6e\x4c\xb7\x29\x9c\x95\x7d\xe8\xc4\xe2\x12\xaf\xd4\x7c\xd3\x35\x92\x3a\xd0\x9d\x33\xd9\x34\xc2\x63\x6a\x3e\xc5\xce\x48\x9b\x9d\x85\xba\xcd\xb2\x95\x8b\x98\x31\x54\xad\x59\x41\x8d\x03\xf1\xc2\x64\xb4\x2a\x2d\x96\xf4\x7b\xfd\x87\xba\x4c\x73\xba\x25\x67\xa1\xef\x17\x8e\x79\x81\x07\x5c\x59\x61\xa7\x7e\x80\xd7\x33\xec\xac\xa7\x65\x0e\x69\x8a\x98\x9f\x11\x24\x40\x09\xd2\xdc\x96\x4a\xd9\xe8\xd9\x57\x01\xe3\x01\x85\xc7\x87\x08\xc7\x85\x50\xdb\xdb\x27\x97\x8a\x0b\xae\x4c\x2d\xc5\x01\x50\x34\x0e\x43\x6d\x8d\x4c\xe9\xc6\x6b\x3d\xa8\x70\xde\x25\x93\x0b\x54\x2a\x3c\x9c\xa0\x86\xb7\xb0\xfc\x70\xbd\x07\x8d\x82\xe0\xb5\x48\x08\x46\xb5\xb4\xe6\xa9\x6d\xe8\x94\x5a\x3b\xc7\x33\xf1\x89\xa1\x71\x9b\xc3\x47\x2d\x99\x61\x2b\x0a\xb3\x6f\x13\x9c\xb7\x0e\xeb\x09\x3f\xaa\x23\xe1\xea\x86\x36\x98\x72\x27\x5d\x1d\xde\xc5\xc4\xe7\xb5\xc5\xc1\x29\xfb\xdb\xfa\xfe\x16\xfc\xa7\x26\xec\x1f\x00\xa9\xe7\x51\x27\x0d\x67\x18\xca\x58\x30\xc6\xf9\x7e\xaf\xb9\x59\x49\x5c\x92\x3c\x5e\x13\xce\x2c\x0b\x17\x7b\x6c\xad\x5e\x50\xa2\x0c\x02\x5b\x9b\xfc\x56\x7b\x73\x8b\xa4\xb9\x4b\x42\xaf\x88\xda\x08\x37\x2e\xd6\x39\x37\x18\x26\xaa\x5a\xe6\xda\x92\xf1\x3a\xfc\xd3\x46\xed\x67\x44\xa1\x73\x73\x22\x4f\x78\x30\x43\xc7\x5e\x3f\x00\x7e\x72\x4d\xee\x26\xf0\xdf\x88\xef\x4c\xae\x3c\x0c\xc5\x4e\xad\x5b\xbd\x71\x1d\x7a\x1d\xdb\xb2\xa5\xbb\x38\x40\x94\x4e\x91\x53\x10\x04\xc1\xbd\xa0\x97\xef\xf7\x3d\x22\x0d\x7b\xe1\x44\x26\xea\x4a\x68\xf5\x88\xb2\x4b\x23\xe0\x28\x4d\x28\x28\xcf\x61\xc2\x9d\xec\x53\xd8\x06\xa3\xde\xd4\x16\xee\xda\xa2\xc6\xaf\x07\x65\x71\xcb\x5f\xa1\x56\xf4\x27\x97\xe1\xce\x65\xea\xfa\x0b\x61\xb6\x72\xe7\x73\x44\x2e\x0e\xe6\x96\xb2\x5d\xe3\x63\x0a\x03\xa9\xa5\x6c\x2f\xda\xca\xf6\xc2\xa5\x6c\x2f\xf4\x7d\xbb\xe5\x96\x1d\x74\x07\x17\x1a\x2f\xd8\xd8\x28\x4b\x0b\x5c\x58\x37\xa2\x95\x9e\x82\xd6\xb8\x50\xd7\xa7\x25\x7c\xdd\xe2\x19\x37\xa2\xed\x0a\x5d\xe1\x42\xde\x26\xee\xf0\xce\x01\xf5\x1f\xb9\x23\x37\x21\x3b\xca\x97\x5e\x4e\x46\xfe\x6a\xa1\x28\x1a\xb5\x89\xc4\x06\x5d\x1e\x12\x6d\xe7\xfa\x05\x32\x44\x77\x21\x3a\x3d\x5c\x5c\xbf\x5f\x42\xf9\xdb\xc3\xe5\xb5\xeb\x27\x14\xbf\xc6\xb9\xda\xce\x3a\x13\x0e\xc0\x8b\xa8\x37\xb7\x55\xf8\xbe\x4f\x84\xb3\x16\x3b\xc1\xb4\x10\xaf\xa0\x86\xfb\x70\xa8\x03\x09\x44\x69\x46\x3b\x21\xc6\x09\xc4\xa6\x1b\x61\x61\xd4\xc5\x9c\x93\x1a\x81\x7d\x44\x6e\x2b\xfc\xeb\x96\xc2\xbf\xfc\x6c\x85\xff\xad\x4b\xe1\xef\xfb\x73\xc7\xe5\xdf\xf1\x0a\x50\x3b\x5e\x01\xae\xf5\x57\x80\xb9\xf1\x0a\x70\xa9\x69\xff\x3f\xf0\x33\x61\x6b\x9e\x09\x1b\xa7\x3e\x7f\x2e\x77\x07\xd7\x03\x38\xaf\xec\xaa\x94\xb8\xec\xbb\xee\xe5\xaa\x14\xbf\xcf\x9b\xb7\xc8\x85\xf6\x0c\xb1\x32\x9f\x1d\x4e\xd5\xdd\x73\xed\x3a\x67\x96\xc8\xc9\x63\xcd\x78\x59\xe2\x92\x7a\x23\x2f\xa9\x57\x4d\xa8\x60\xfc\xe0\x21\xdb\x9c\x78\x37\x32\xe1\x41\x41\x75\xd2\x4a\x8b\x38\xcd\x8a\x96\x0e\x34\x61\xc4\x66\xd3\xb8\x97\xf0\x1f\x86\x28\x3d\xad\x2a\x26\x8e\xb4\xe8\xc0\xa8\x42\xb0\x9a\xd6\x3a\xd3\xb2\xf5\xb2\x7b\xc2\xe7\x6b\xb2\xaa\xa3\x85\x34\xbb\xa9\xfb\x81\x11\x0a\x60\x32\x8c\xea\xff\x76\x0d\x31\x80\x57\xd6\xbc\xdb\xb4\x4c\x35\xc7\xf6\x25\x67\x9d\x85\x8e\x23\xa7\x75\xd4\x44\x9b\x6d\x8d\x03\x40\x67\xe9\x4c\x69\x66\x4f\xe9\xa4\x0c\x52\x44\x42\xc0\x62\x6f\xb3\xd1\x07\x2d\x02\x3d\xca\xe9\xfc\x6b\xdb\xca\xfa\xd9\x0a\xcc\x38\x26\xbe\x1f\xb0\xb8\x63\xe0\xb5\xa9\x26\x0b\xf7\xcc\x30\x0a\x12\x40\xf1\x55\xf5\xa1\x58\x13\x18\xce\x73\x1e\x4b\x04\x8e\x4c\xe3\xc2\xd4\x19\xee\xef\x9e\x48\x7f\xea\x14\x2b\xf5\x5f\x74\xf7\x8d\x99\x0c\x51\x5a\x31\xa2\xa8\x54\xc1\xe2\xd6\x98\xd7\x0a\xc3\x5a\x9e\xc8\x17\x86\x7c\x70\x99\x56\xaf\xf2\x9c\x94\xbf\x17\x39\xf9\x91\xdc\x55\x75\x59\x5c\x13\xf7\x3e\x3a\x18\xc0\xd1\x1a\xa2\x38\xc9\x3e\x6b\xa5\x74\x16\x62\xff\x6e\xe3\x0f\x43\x58\x41\x12\x46\x01\xf8\x81\x1b\x02\x3e\x5b\x2d\xf5\xbb\x63\x41\xee\xb1\x4c\xed\x24\x73\x93\x58\xe1\xc4\x01\x71\x0e\x4c\x3e\xdb\xa8\x80\x97\x69\x9b\x46\xe8\x81\x4a\x77\xe9\xd6\x4d\x41\x5c\x06\xad\xa4\xf5\xa5\x26\x01\x95\x9a\xcf\x76\x31\xd9\x35\x51\x11\x4a\xc5\x61\xa5\x5b\xc0\xee\x9a\xa8\x54\xc8\xa9\xfc\x81\x8a\xf3\x54\xd1\x80\xb0\x17\xe4\xb2\x96\x3a\x74\xf4\x16\xc5\x39\x5c\xfd\x2d\xb0\x73\x46\x28\x40\x86\xd5\x69\xca\x6f\xa5\xa6\xd0\x8d\xa5\xc7\x47\x65\xa8\x76\x33\x0c\x96\x91\x62\xdc\xf3\x43\xe2\x44\x1d\xa2\x9d\x79\x72\x15\xf2\x44\x29\xc5\x21\x93\x6b\x63\x67\x50\xd6\xbd\x91\x98\x3c\x7a\x65\x0b\xb4\x09\xa1\xb4\x29\x7f\x48\xa8\x15\xe6\x0a\x2a\xdd\x24\x72\xf8\xb1\xe4\xe2\x50\x01\xbf\x8c\x5e\xb0\xcd\x5b\x8b\xa1\xee\xf7\xc1\x16\xf7\x86\x21\x62\xa8\x40\xe2\xc3\xe0\xe0\xd0\xe6\x21\x12\x2b\x9a\x37\x61\x88\x3e\xa3\x99\xed\x43\xea\xbe\xd1\xdc\x10\x43\x34\x6f\x3e\x03\x97\xaf\xad\xce\x11\x17\x24\x43\xc5\x63\x54\xc2\xbf\xfd\x4c\x0c\x34\x0b\x20\xc5\xa8\xbe\xe3\xe3\x20\xdc\xef\x3f\x07\xae\xab\x5b\xbf\xf3\x9e\xdf\x1f\x35\x7a\xd6\xae\xf6\xd3\x59\xc4\x1e\x4f\x07\x69\x75\x92\x65\x4c\x38\xd6\x5e\x11\xb8\x8a\x8a\x9f\x87\x2a\x87\x29\x73\x0a\xe4\xfe\xee\xcb\xde\xa8\x4c\xb4\x17\x1d\x81\x82\xc7\x73\x6d\x5d\x8b\x4a\x23\xc0\x10\x87\xb2\xd5\xc1\x67\xeb\x92\x90\x65\x99\x26\x5e\xc4\x9e\xa9\x38\x70\xf7\x56\xdb\xc0\x09\xbc\x66\xcd\xb7\x15\x3d\x60\xc4\x15\x4e\x7b\x99\xda\x35\xfc\x09\xaa\x2c\x8a\xfa\xb5\xdc\xdf\xc6\xdb\xd3\xae\x81\x37\x26\x75\x8f\x47\x37\x78\xad\x2e\x6c\x6b\xb1\x05\xb9\x85\xa5\x16\xe3\x70\x53\x07\x73\x01\x1b\x5e\xea\x01\xc3\x24\x03\xd8\x36\x8c\xc7\x9e\xe2\x0d\xc7\x72\x02\x73\x02\x79\x26\xa2\x5b\xd5\x93\x53\xfe\x86\xe5\x3a\x32\xa3\xd3\xae\x4b\xc9\xdd\x20\x36\x55\x46\x89\x8c\xef\x7e\x39\x88\x69\xdf\xeb\x74\x1e\x67\x6e\x90\x5b\xcd\xda\xc0\x53\xf1\x0b\xd9\xa6\x61\x61\xd1\xbc\x45\x9c\x55\xc4\x73\xa3\x69\x6c\xd0\xce\x35\xa8\xe8\x16\xb9\x9f\x15\xec\x09\x64\x10\xe5\x1b\x45\x3b\x61\x13\xa2\x1b\xd7\x3b\x40\xc7\xb3\x06\xd3\x47\xd1\xae\x65\xfc\xa8\xb9\xe9\x56\xfc\x3f\x5c\xeb\x6f\x48\xa6\x2e\x67\x09\xe4\x3a\xdb\xcd\x82\x46\x16\xd2\xf7\x43\x94\xbb\xee\x2c\x85\x3c\x07\xaf\x1a\xb4\x92\xe8\x65\x5a\xd7\xf9\xb9\x8c\x86\x7f\xb3\xea\xff\xd2\xd2\x4d\x57\xb6\x72\xda\x0c\x42\x6d\x9b\x6b\x6a\x2a\x58\x43\x90\xc9\x15\x65\xd7\x94\x53\xd5\x26\x46\x8d\xc6\xde\x4a\x0c\xf2\x8d\x2d\x2e\x9f\x64\xd9\x58\xdd\xa4\x7c\x9f\x87\x07\x97\x46\xde\x1d\x6c\x2d\x47\xc4\x84\xe8\x72\xcb\xd0\xea\xd5\x43\x93\xda\x4c\x98\x20\x77\x03\x1d\x48\xdd\x0e\x17\x6c\x32\xcd\x67\x86\x94\x6f\xfb\xcd\xfe\x9f\x54\x77\x3a\xd5\x9b\x2d\x8d\x8b\x1b\xd8\x6b\x88\x1c\x0b\xcc\x0e\x1e\xb1\x3c\xe3\x90\xf4\xfb\xb4\xd8\x74\x38\x93\x57\x5e\xa9\xd4\xb4\x23\xf8\x59\x04\xd7\x36\x54\x51\x2f\x0e\x37\xdd\x50\x05\xdd\x12\x6e\x07\x81\x0a\x23\xd1\xa0\x47\xf6\xfb\x1e\x19\x54\xc5\x9a\x38\xc3\xf0\xa9\x5b\xfb\xa4\x3e\x28\x49\xab\x82\x61\x64\xde\xe1\x9a\x96\xb1\x47\x37\x39\x1e\x54\x2a\xf3\xed\x64\xb9\x3e\x6b\xdf\xc3\x44\xb1\x47\xa3\x44\x7a\xe3\x1f\xea\x73\x38\x16\x07\x4d\x2b\xb3\xc7\x9c\x8f\xc0\x99\x5a\x98\xd7\xb8\x2f\x18\x8e\x20\x89\xa6\x14\x6c\xc4\x16\x4e\x2b\xa6\x2f\x92\x31\xc0\x87\xba\x72\x8a\x8a\x83\xfc\xc0\xec\x8d\xda\x5a\xea\x65\x6d\x04\x03\x59\xd7\x1d\x61\x0b\xa5\x3c\x51\x1a\xf2\x48\x6a\x08\xfc\x85\x0c\x31\x58\x19\x11\x35\x2e\x08\x2a\xac\x88\x1a\xfc\x7c\x2a\x78\x60\x0d\x08\x7b\xe2\x0e\xa8\xe1\x8e\x9d\x52\x81\x18\x4f\xcf\xa1\x19\xde\xad\xd3\x9c\x9f\x27\x5f\x7f\xc7\xa2\xbf\xa5\xbe\x3f\xad\x54\x74\x35\x47\x34\xbc\x03\x75\x3c\x82\x28\x72\x33\x54\xf2\x18\x6c\xb4\xb7\xec\x89\xc1\x88\x91\xa7\x22\x70\x1d\x43\x3c\xa5\xee\x30\x49\x7f\x90\x86\x57\xa5\x5e\x0c\xda\x11\xbc\x62\x33\xd8\x57\x57\xc8\x10\x2e\x52\xd0\xdc\x1a\xe7\xc1\xbf\xbe\xd1\x7c\x2d\xae\x6a\xb9\x68\x92\x3f\x00\xc4\x10\xc6\x0c\x22\x76\x52\xe3\x1d\x38\x4d\x0c\xb9\x7b\x19\xf3\x93\x60\x99\xcc\xe7\xc5\xc0\x73\xd0\x33\x0c\xef\x99\xf6\x17\xdc\x3f\xa3\xfd\x45\x13\x75\x84\x18\xe1\x48\x10\x1d\xe1\x47\xc2\x10\xd5\x8d\x1c\xd9\x5d\xad\xb1\x10\xdd\xc9\x5d\x96\xd0\x7c\xee\x6b\xed\x85\x84\x3c\x34\x10\x49\xc9\x75\xc7\x0c\xcb\xe6\xdd\x55\x45\xca\x1b\x97\x6c\x6e\xb8\x22\xe5\x96\x1f\xd2\x38\x1f\x5c\x0a\xfd\xa9\x55\x51\x4e\x6e\x8f\xc8\xc0\x4c\x6c\x61\xd9\x43\x4f\xdc\x15\x0c\x0a\xf6\x47\xab\x4d\x50\x88\x6c\xf3\xfb\xfb\xdf\x59\x35\x98\x40\x75\x35\x9b\xa4\xd5\xbc\xc8\x73\x58\x13\x61\x36\xd8\x59\x9a\x77\x06\x98\xf1\xcf\xbc\xc4\x01\xbd\x8c\x7c\xdd\x29\xb0\x35\x2a\x54\xe2\xab\x3a\x30\x80\x90\x8b\x30\x44\x29\x4d\x2d\xc2\x71\x10\x80\xa9\x31\x43\x14\x81\x5b\x37\xfc\xb9\xdf\x83\x20\x23\x50\x38\x20\x83\xff\xed\xfb\x2c\x2a\x4b\xfa\x17\x39\xa9\x6b\xb2\xde\xd4\xd5\x93\xaf\x7d\x3f\xf5\xfd\x52\x04\x6c\xd1\xb2\x20\x02\x8b\x76\x50\x0a\x95\x38\xc7\x3e\x49\x4d\x6f\x31\xd1\x60\xd3\x68\xdc\x13\xe6\xdb\x9c\x89\x80\x40\x6c\xe0\xa8\xdd\x1e\x1e\x22\x02\x3d\x84\xbb\x6c\x45\x14\x2c\xed\xab\xbc\xaa\xe3\x7c\x7e\x4f\xae\x4b\x47\xf6\xe0\xd0\x13\xad\xae\x48\x95\x93\x3d\x6e\x2d\x9a\x50\x87\x42\x29\x07\x2c\xa4\xcf\xbf\x9c\xb7\x1f\x75\x13\x92\xc5\x77\x80\x4e\xcc\x11\x7d\x40\xaf\x9a\xa4\x10\x53\xda\xa4\x3a\xa6\x63\xbd\x4e\x37\x62\xa2\xf9\x17\x15\x4a\xef\xf5\x1c\x1c\x8b\x07\x7a\x1d\xc8\x8a\xfb\xe7\x99\x01\x23\x1c\x05\x1d\x11\x23\xca\xfd\x3e\xe8\x15\x42\x3f\x90\x56\x66\x4f\x4f\x6e\xe2\x14\x6e\x7f\x41\x38\x11\x97\x10\xd7\xb6\x0d\xc4\x1d\x45\x19\x4d\xa7\xf7\xc0\x7b\xe7\x13\xbd\xd7\x15\xa9\x2f\xd2\x35\x29\xb6\x75\x10\x18\xf7\x16\x9b\x24\xe9\xb5\xf0\xf1\x70\x28\xda\xb3\x73\x81\x94\x1e\x6c\x08\x2d\x23\xfc\xb8\xd6\xc2\x82\xd9\xce\x3b\xd7\x32\xff\xe2\xb5\x2c\xe9\x8e\xa7\xb7\x19\x01\x9d\xdd\xc5\x16\x6d\xf4\xe8\x62\xb1\xb8\x6f\x82\xc3\xe8\xb3\xd6\xd5\xcd\x1f\x85\x4f\xec\xdf\xb6\xea\x1d\xab\xd6\xb5\x6c\x5f\x62\x44\xef\x86\xdd\xee\x9e\x59\xb3\x69\xb7\x8a\xcb\xb8\xf3\xc8\x53\x20\x17\x7c\x9c\x5e\x49\x05\xe7\x7e\x3a\x9c\x08\xdb\xd4\xc3\xe6\x99\x3b\x13\xe6\x54\xcc\x86\x6e\xd3\x08\x32\x27\xf3\xaf\xa7\x02\x1f\x0b\x1e\x37\x42\x4a\xf6\x1b\x35\xed\x58\x73\xa4\x4b\x43\xc2\x66\xfd\xd4\xe6\xc9\xe7\x64\xa1\xde\x50\x05\xd2\x14\xc3\x93\xb3\xd7\xe5\x20\x40\xb6\xb5\xa8\xbd\xa1\xf5\xf1\x3d\xe0\x7b\xed\x8d\x6e\x7e\xdd\x49\xc2\xf7\x88\x3c\xce\x7d\x27\x65\x4d\x5b\xc2\xa1\xc7\x44\x70\x53\x0f\x62\x06\xee\x7c\x49\x45\xd6\x47\xdf\x84\xe8\xd4\xb6\x8e\xb9\xad\xf1\x68\x38\x44\xd7\xee\xc8\x65\xea\x39\x2d\xc7\x64\x10\x97\x69\xfc\x3a\xbe\x22\xd9\x8b\xa2\x64\xb8\xdb\xec\xbd\xdc\xca\x62\x4f\x68\x27\x59\x26\x42\xd9\xc3\xe5\xa5\x5d\x22\x2d\xf2\xd3\x22\xdb\xae\x73\x2b\x1a\xfb\x06\xf3\x48\xf0\x57\xc5\x27\xb8\x5c\xa5\x59\x5a\xdf\x81\xca\x53\xdc\x2c\x56\xf0\x77\x5e\xd5\x65\x9c\xb2\x27\x90\x65\xcb\xb7\x0d\xdd\x98\x16\xef\x9a\x76\xe6\xd6\x0a\xa1\x78\x2d\xdf\x4c\x3e\x40\xf0\xf7\xf7\x59\x3c\x27\xab\x22\x4b\x48\x79\x16\xd7\x31\x7a\x07\xa9\xc6\x75\x8f\xb9\x6c\xc6\x77\xc5\xb6\x86\xf6\x5f\x81\x42\x98\x29\xcd\x6f\x8a\x6b\x92\xa0\x33\x99\x72\xca\xfc\xe5\xde\x90\x7c\x8b\x2e\x20\x95\x8d\x9b\x07\x99\xce\xd2\xf9\x35\xfa\xa3\x9d\xae\x7d\x75\xde\x7a\xf2\x79\xaf\x54\x51\xe7\x93\x7a\xb0\xa6\xd7\xd3\x73\xf4\x46\x2f\xf7\xbe\x24\x40\x0c\xc9\xbb\x1c\x0c\x4d\x58\x43\xaf\xf5\x22\x4a\xc5\xfc\x42\x5f\x22\x74\x62\x2d\xd8\xf7\x65\x9a\xa0\x67\xa0\x73\xbe\xe5\xfb\xf3\x39\x77\x19\x44\x2f\xb1\xc0\xf4\x3f\xd9\x6c\xb2\x3b\xfa\x1f\xae\x22\x3c\x2f\x32\x82\x7e\xc1\xd2\xc0\xfd\xa5\xef\xbf\x44\x1f\xd9\xd5\xe3\x47\x72\x87\x7e\x36\x1e\xa8\xbe\xb7\x75\xec\x7f\xba\x75\xec\xbf\xeb\xde\x1d\xbf\x61\x32\x58\xa7\x79\xba\xde\xae\xdf\xa7\x9f\x48\x56\xbd\x28\x4a\x70\x23\xfc\x49\xf3\x31\xe1\x37\xa8\xaf\x94\xbe\xfd\x57\x79\xaf\xfe\x81\x52\x12\xc9\x32\x00\x29\x66\x1d\x21\x44\xcd\xed\x0f\x93\xb7\xd1\x0f\xa8\x26\x9a\xbb\x86\xa4\xea\x9c\xb0\x1e\xbf\x88\xab\xfa\x15\xa5\x46\x54\x90\xb6\x5b\x58\x49\xd3\xe2\xe4\x8f\x6d\x55\x53\x66\x45\xd7\xb7\x42\x29\xc1\xe6\xeb\x78\xcc\x12\x3e\xa4\x7f\xa5\xf9\x12\x55\xfc\x97\xad\xa2\x40\x73\x9a\x21\x9e\xf0\xb6\x44\x8b\x2d\x98\x10\x3e\x99\xf4\xc7\x86\xe8\x6f\x08\x34\x65\x41\x60\xc7\xd0\xd6\xcf\x09\xc4\x3c\xe7\x26\xfb\x68\x45\x4c\x97\x11\x5a\x7a\x4d\xa4\xcb\x0d\xfd\xb9\x64\xc3\xef\xd2\xcf\xdc\x10\x8d\x76\x5f\xf1\x31\x88\xcc\x2b\x3e\x75\xc5\xad\x10\x44\xd1\x9d\x4c\xd2\x8e\x45\x74\x09\x73\xc7\x44\x93\x0f\x3a\x7d\xa2\x53\xbd\x7e\xc6\xe6\x12\x74\xab\x27\x9e\x6c\xeb\x42\x64\x5c\x13\x2d\xf4\xae\xb4\x22\xfb\xc0\x52\x4f\x20\x8c\xf7\x79\x71\x2b\xba\xf7\x8e\xa5\x3f\xcb\xb6\x25\x7a\x4e\xdc\x04\xfe\x4a\x5f\xfd\x37\x69\x55\xa5\xf9\x92\x6e\x6b\x74\xa6\x67\xb0\x8d\x0e\xec\xec\x82\x30\xe2\x3b\x25\x59\x06\xea\x08\x4a\xec\x7f\xf0\xc4\xf3\xe2\xf6\x44\xee\xb3\x73\x33\xf1\x8c\x30\xa7\xac\xe4\xd9\x1d\x7a\x4f\x04\x1b\x7c\xb6\xad\xeb\x22\x57\x1f\xbd\xb1\x72\x60\x5d\x54\xf6\x5b\xa2\xf1\x4f\xda\x05\x65\x56\xf9\x9a\x53\xec\x39\x49\xb6\x73\x92\x9c\x17\xb7\xac\xef\xa4\x44\x2f\x68\x16\xc9\xe9\xec\xb3\x83\xf1\x24\x4f\xd9\xab\x4a\x85\x4e\x58\x5e\x4d\xca\x37\x45\x12\x67\x72\x75\xde\xe5\x17\xc5\x76\xbe\x42\xcf\xf4\x79\xe0\x06\x39\xe7\xc5\x2d\x7a\x49\x6c\x5e\x43\xa9\xe9\x2f\xd2\x7e\xe0\xfa\x85\x60\x0f\x9e\xc5\xd0\x47\xc2\x1f\xce\x26\xec\x9f\xe8\x17\x82\x7e\x26\xa6\x43\x69\x59\xdc\x7a\x21\xfa\xde\x25\x03\x0f\xe9\x41\x05\x80\x85\xe3\x5c\xc5\xe8\x78\x3a\x1c\x87\x35\xbd\x5b\xe2\xdc\xa5\xcb\xad\x9b\xe0\x06\x82\x4e\x3b\x11\x16\xb6\x15\x79\x43\xd6\x85\x21\xcf\xb3\xc6\x76\x0d\x04\x09\x09\x95\xbe\x7c\x84\x0a\x3c\x42\x25\x1e\xa2\x14\x93\x71\xf9\x24\x15\xba\xf3\x52\x85\x00\x49\xa7\xe5\x6c\x5c\x4f\x63\x8e\xba\x9e\x6f\xd7\xef\x16\x9a\x3d\x5a\xf5\x8c\x2c\x8a\x92\x50\x72\x8a\x0a\x04\x78\x95\x94\x5e\x79\x9c\x5d\x54\xd0\x61\xf4\x71\xcc\x0c\x52\xfa\x23\x85\x5f\x19\xa2\x29\x99\x85\x30\x94\x3f\x09\x76\xf7\xdb\x01\xc2\xbe\x73\x22\x8e\xc4\x64\x32\xec\x84\x1d\xe1\x99\x8c\x8b\x47\x1f\xe5\x2b\xcf\x9c\x34\xe8\x67\x08\x41\x1d\x13\xf4\x11\xcd\x09\xfa\x79\x06\x71\xb9\x7f\x1c\xe4\x45\x0e\xb0\xfd\xef\xb9\xf5\x0d\xdd\x43\x19\xf1\xfd\x00\x72\x57\x69\x92\x90\x3c\x44\xef\x2d\xdb\x1c\x36\x65\xbf\x11\x7c\xea\xfb\xa7\xa6\x59\x92\xf1\x53\x67\xa5\xcc\x6a\x0f\x88\x8e\x1f\xd5\x63\xc9\xcd\x7f\xa3\x2d\xfe\x46\xe0\x35\xff\x77\x82\x7f\x23\xfb\x7d\xef\x66\xbf\xaf\xc8\xe4\xc7\x01\x47\x7e\x89\x44\x6f\x9a\x0d\xc6\x78\x3d\x88\xf9\x4f\xd1\x55\x3a\x10\xf6\xfe\xf9\x13\x9f\x64\x11\xb4\xdb\xa9\x75\xb7\x85\xda\xcc\x09\xd0\x11\xa2\xe9\x2c\x44\x5f\x75\x57\x28\xeb\xe3\x21\x96\x69\xf1\x5f\xcd\x5d\x57\xc7\x69\xc6\x45\x14\xf4\xc3\x3d\xeb\xff\x2b\x31\xc2\x74\xfc\x4a\xd0\x4f\x24\x8c\x7e\x22\xb4\x66\xf8\x31\x83\x70\xc8\xad\xea\xb9\x51\x63\x5d\x1f\xae\x9e\xd4\x46\xf5\xa4\x46\x5f\x91\x30\xfa\x0a\xaa\x87\x1f\xb3\x10\xe5\x87\xeb\xd8\xb1\xb3\xaa\x8a\x4a\xe2\x30\x03\xfd\x9e\x68\x86\x94\xb5\x65\x64\xf9\x5e\xdd\x02\x7e\x47\x6d\x39\x32\xda\x20\x3d\x84\xf5\x2d\x32\x4f\xff\x88\x90\x86\xf6\xb3\x24\xe8\x7b\x82\x6a\xf4\x1e\xfd\x8e\x36\xe8\x16\x11\xda\xe9\xa2\xc6\x0b\xe2\xfb\x0b\xa2\x21\x05\x94\x75\x37\x19\xe8\xc6\x3b\x49\x59\x6c\x5e\x17\xfc\xed\xb4\xc0\xeb\xc1\x7c\x50\x6c\xeb\x2a\x4d\x58\x38\x0b\xe6\x47\x44\x79\x56\x0f\x43\x26\x23\xef\xb0\xc0\x39\x0b\x5d\x95\x2e\x82\xad\x42\x85\xe2\x90\x2d\x2a\xa5\x4b\x9d\x3b\xae\x39\x34\xf0\xaf\x4f\x4b\x8e\x56\x2f\x53\x9e\x94\xcc\x12\x4d\x25\xfd\xf6\xb4\x64\x88\x9a\x32\xe1\x49\xa9\x90\x38\x59\xaf\x39\x40\x55\xd8\x14\x75\x50\x84\x30\x59\x45\x8d\xb6\x74\x7e\xd2\xae\x45\x4d\x17\xc1\x82\x84\xf7\x87\x80\x58\x90\x10\x82\xca\xc3\xe2\x4b\x5c\x86\xba\x81\x2d\xb2\x20\xa8\xac\x67\x21\x8a\x6b\x1c\xbc\x9b\x8c\xa2\x61\xd8\x77\x1c\x00\x36\x4b\x96\x2d\x90\x30\x98\xce\x10\x09\xa5\xbd\x89\x7d\x42\xf4\xfb\x35\x0a\xc0\x24\xb3\xd8\x04\x21\xb8\x38\xe9\x0e\xa8\x9b\x6d\xb5\x1a\xc4\x54\xc4\x0d\x72\xa4\xb2\x42\xe3\x14\xe9\x07\xd7\x93\x6b\x0d\xcf\xae\xaa\x71\xf0\x3b\xe9\x61\xce\x39\x58\xaf\x83\x92\x4c\x4a\xa2\x4a\xf5\x83\x1b\xc8\x80\x90\xdf\x87\x36\xd6\x69\x1d\x7c\x25\x8c\x33\x7e\x95\xef\x4b\x0b\x94\x56\x2f\xd2\x4f\x24\x89\x9e\x03\xcb\x22\x83\x05\xfd\x25\x65\xcd\xea\x65\x51\xa6\x7f\x15\x79\x1d\x67\xa7\xe2\xce\x44\x92\x68\x05\x85\x93\xc1\xca\x95\xab\x59\x3b\x54\x6c\xf6\xbf\x42\xbf\xa2\x05\x7a\x8e\x56\xa8\x9a\x85\x68\x5b\x33\x9e\x6c\x99\x3b\x27\xf7\x0c\x60\x5b\x4f\x4c\xe4\x21\x99\x7e\xc8\xc3\x95\x12\xc5\x7d\xfc\xc0\xdc\xd3\xff\x09\x77\x68\xf3\x03\x88\x6e\x2d\x63\xef\xa0\xe9\xb6\x46\x8c\x3d\xdc\x4a\x06\x01\xec\x61\x63\x4d\x0a\xe7\xc6\x8b\x7b\x26\x65\x63\x4f\x0a\x58\x30\xa2\x92\x61\x34\x2b\x3f\xf8\x4a\xdd\xa4\xe2\x09\xf7\x8b\x0a\x4a\x2c\xfe\x92\x5e\xf3\x55\xa8\x39\x4b\x15\xc2\x59\xaa\x98\xc6\x33\x3d\xa3\x14\x19\x25\x3c\xa9\xf3\x27\xaf\x4c\xb5\x51\xf9\xfe\x8f\x64\x5a\xcd\x26\xf0\xdf\x81\x29\x89\x48\x9d\xd0\xe6\xff\xd8\xca\x6d\x7a\xfa\x79\x3c\x79\x0f\xaf\xb1\x74\x53\x7d\xfe\x8a\x82\x03\xf6\x69\x91\x7d\xd8\xc4\x79\x24\x77\xa2\xcb\x2d\xdb\x70\xe4\xd6\x92\xe4\x44\x98\x69\xcc\x73\x41\x5b\xa6\xff\x3f\x73\x7f\xc3\xdd\xb6\x8d\xf4\x8d\xc3\x5f\xc5\xe2\xd9\x4b\x17\xb1\x1e\x6b\x25\x37\x69\xba\x54\x51\x3d\x89\x93\xb4\xd9\x26\x71\x36\x4e\xb7\xdd\xea\xd1\xf1\xa1\x45\x48\x62\x4c\x91\x2a\x49\xd9\x56\x2d\x7e\xf7\xff\xc1\xe0\x85\x00\x09\xca\x4e\xdb\xfb\x3e\xf7\x9e\x6e\x2c\x82\x20\x5e\x07\x83\xc1\x60\xe6\x37\xc9\xb1\x64\x55\x35\xf9\x70\x5a\x72\x6c\x11\x90\xa1\x9a\xc4\x98\xef\xb0\x9e\x8b\x7c\x52\xcf\xb2\xfa\x95\x3a\xe7\xbb\x76\x8e\x9b\xe6\x33\x37\x21\x98\xf3\x6d\xd2\x14\xce\x77\x88\xf3\x1d\x76\xce\xf7\x83\xd3\xfd\x7f\x69\x68\xf3\x49\xd1\x1a\x5a\xb1\x19\x6d\xea\xd5\x79\x6e\xac\x4f\xf8\x91\x2f\xd1\x55\xd7\x5a\x44\x8d\xdb\x23\x82\x14\x9d\x11\xe9\xc0\xfd\x13\xa3\x94\xfe\xcc\x26\xb5\xe3\x62\xd3\xa7\xdb\xe6\x8d\x41\x54\x82\xcd\x18\x82\x45\x69\x79\xb0\x1c\xa8\x55\xce\xf9\x99\x31\x9f\x67\x6a\x3e\xcf\x6c\xdf\x26\x79\xe9\xfe\x3c\x49\xc4\xe9\xb0\x5d\xf6\xbd\xe5\x60\xf9\x8e\xe9\xe2\x7d\x46\x1f\x5f\x91\x91\x43\x07\x8a\x57\xa7\x3d\xbb\x72\x82\xf1\xca\x08\x4c\xcf\x20\x2a\x61\x51\xc2\x3b\x06\x3f\xf1\xc9\x58\x6b\x65\xe4\x65\xc9\x1b\xd6\x7d\x52\x49\x06\x57\xc4\x6f\x5b\x48\x50\x4d\x96\xa8\xd3\x7d\x15\xce\x57\x4e\x29\xbc\x3c\x16\xde\x7b\xf3\x6d\x12\x96\xfc\x34\x83\x77\x96\xa8\x39\xc2\xdf\x15\x5e\x7a\x73\x41\x1c\x6f\xf7\x91\x89\xcf\x6b\x93\x2d\x43\x09\x79\xf5\x00\x2f\x5f\x97\x7e\x8e\x26\x7f\x5c\x80\x5c\x73\x69\x65\xd7\x2d\x1f\x4a\x9c\x5c\x75\x30\x34\xa3\x03\xde\xda\x12\xb4\xf9\x06\x5e\x30\x12\xbc\x60\x50\xd0\x78\x12\xdb\xbc\xbb\xc1\xb2\x0f\x1d\x2d\x87\x30\xa7\x88\xb2\x2c\x11\x70\xc5\xf2\xca\x61\x91\x84\xc2\xe7\xe1\x7c\xb1\x28\x58\x19\xf8\xe7\x93\xd3\x60\x44\x8e\x13\x43\xdc\x38\xc8\xd1\x53\x88\xa3\xe0\x3f\xec\xd8\x3b\xf1\x8e\x9b\xfe\x4f\x1f\x2c\xf6\x9e\xa5\x4a\x25\x14\x5c\x31\xc8\x52\x43\x1b\x14\xec\x18\xb4\x15\x2b\xc1\x4b\xb4\x63\x34\xd5\x2a\xc1\x27\xd6\xf6\x42\x7b\xc5\x9a\xbe\x6b\xcb\xa6\xef\x5a\xf6\x88\x5d\xc3\x45\x00\xc1\x0d\x1a\x4a\x9a\x4a\x9c\xe0\x33\x03\xa7\x0a\x27\xf8\xc8\xc0\xa5\xc0\x09\x3e\x30\x70\xea\x67\x82\xf7\x0c\x9c\xda\x99\xe0\x6d\x73\x9b\x6c\x6f\x69\x8d\xa3\x9a\xd2\x52\x06\x25\x03\xb7\x5a\x27\x78\xcd\x20\xcf\x6e\x45\x89\x57\x25\x98\x9a\xcc\x20\x65\x60\x71\x39\xb9\xc0\x1b\xd6\xb2\x35\x90\x75\xe8\xcf\x49\xf0\x86\x4d\xde\x30\x3f\x87\xb9\x44\xaf\xe3\x32\x3b\xe7\xc5\x1f\xa0\x84\xff\x30\xb8\x62\xb0\x63\xf0\x92\xc1\x27\x06\xaf\x18\x2c\x21\x63\xc8\x9b\x6f\x4a\xf8\xcc\xe0\x23\x83\x73\xf8\xc0\xe0\x3d\x83\xb7\x0c\x0f\x5c\x50\x32\x78\xcd\x20\x65\xf0\x82\xc1\x1b\x06\xf6\x2a\xb8\x2a\xe1\x27\xc9\xd4\x6f\x0f\x1c\xc1\x1c\xc6\x2b\x86\xdc\xb9\x53\x20\xa9\xb8\x73\xec\xf8\x7a\xbd\x7e\x4c\x61\x0f\xb8\xf6\xc0\x2f\xc8\x02\x7e\x99\x11\xb8\x28\x0f\x79\x0c\xfc\x2e\x04\xa4\xfa\x06\x2b\xf8\x9d\xf5\xfb\xbf\x1b\x37\x87\x1f\xd9\x62\xd2\x78\x0e\x36\x66\x68\xc1\xa4\xac\x95\x69\x50\x1b\x4a\xff\xce\xf8\x67\x1d\x86\xd3\x4e\x0b\x67\x59\xb3\xeb\xdd\xa4\x23\x3d\xb8\xe6\xab\x58\x28\x55\xa5\x86\x43\x2a\x56\x55\x69\xee\xb7\x93\xce\x37\xc1\x05\x93\xad\xfb\x18\xc6\x05\xc3\x2b\x8b\xe2\x3c\x15\x90\x7e\xbd\x11\x08\x55\x6d\x5d\x3a\x7f\x9a\xe8\x5f\xc1\x39\x17\xd6\xef\x4a\xda\x36\xb8\x5e\x96\x70\x6f\x2b\x1d\x83\x0b\x61\xd3\xae\x87\x75\xc5\x6a\xff\x49\xc3\x92\x6f\xa5\xe0\x58\xae\x6d\x3b\xec\x5d\xe9\xb2\x20\xff\x43\x02\xec\x23\xb8\x55\x8b\xc9\xbd\x30\xdc\x6f\x7e\xe3\xcb\xbf\x43\x3d\x1f\x2c\x99\x6d\xaa\xfd\xbd\xcb\x54\xfb\x37\x68\xb8\x18\xfe\xbb\xe6\xf7\x15\x09\x1e\xb4\xd0\xaf\xe0\xa2\x24\xad\x2b\x5c\x97\x95\x7b\xc4\x9c\xc3\xe6\x1c\xe2\xdb\xd2\x1f\x92\xc7\xb4\xbe\x82\xdf\x30\x5e\xdb\xf9\xc1\xc5\x5b\xaf\x5a\xbe\x52\xa3\xec\x36\xed\xf7\x37\x06\x14\x78\xfd\x5b\x2c\x29\x0c\xd5\x34\x14\x5e\x49\xac\x54\x9e\x81\x6f\xd2\x28\x9e\xb3\xc2\x27\x52\xb6\x45\xbf\x3b\x26\x36\x4d\xed\x3d\x38\x84\xde\x10\x7a\x23\x82\x71\x8d\x71\xee\xa4\x5e\xdc\xe7\x49\x45\x99\x21\x71\x85\x4b\x11\x94\x46\xa8\x00\x4b\xd8\x70\x6e\xf6\xea\x31\x7d\xe8\x89\x3e\x6c\x37\x5c\x8c\x09\x93\xf2\x47\xb6\xdb\xef\xd7\x46\x5f\xd6\xae\xbe\x7c\x41\x63\xd6\x6c\xd6\xe9\x34\xde\x01\xcb\xb4\x6d\xb0\x25\xbc\xf5\x77\xfa\x68\xc8\x3d\xea\x11\x3e\x1a\x96\xa8\xfa\xba\x82\x9f\x27\x12\x3e\x29\xac\xaf\x19\xbd\x0a\x63\x86\xb6\x5c\xdb\x07\x21\x0a\xb6\xed\x37\xd2\x6e\x41\x6e\x70\x76\x1d\xcf\xe5\x63\x9e\xdd\xa2\x86\xdd\x0b\x2e\x26\x27\xa3\x20\x2c\x65\xfa\x3c\x4b\x64\x7a\xa1\x92\x72\x16\x46\x59\x9a\xec\xbc\xc0\x2b\xf3\xad\x6e\xf4\xd5\xb6\xd8\x79\xc1\x45\xdb\xb0\x41\x56\x9f\xa5\x3f\xb2\xdd\xcb\xec\x36\x0d\xce\xdd\x9c\xc4\x1a\x4c\x21\x7a\xff\x9c\x87\x9b\x0d\xcb\x2b\x38\xef\xf7\xff\xc5\x7c\x7b\xeb\x58\xb3\x96\xb8\x55\x5f\x50\x07\xaf\x2c\xce\x64\x88\x70\x4a\xdd\x86\xbc\x36\xf8\x54\x3f\xd7\xf7\xcf\xc1\x67\x68\xdc\xbf\x05\x67\xf5\x87\x8d\x2b\xbf\xe0\xa6\x7e\x65\x5c\xcc\x05\xb7\x5d\xe7\xff\xe2\x79\x92\x68\xf5\x7d\x10\xb3\x16\x2e\xc4\xf3\x24\x09\xae\xc5\xa1\x5d\x08\x50\x29\x1c\xb4\x37\x08\x32\xc7\x7b\x6d\x6d\x10\x28\xa9\xd4\x16\xec\x7e\x65\x1d\x12\xdf\x81\xd3\x80\x29\x42\x9a\x77\xab\x82\x2b\xc7\x25\xb8\xae\xa6\x83\xff\x3a\xa4\xb7\x47\xe8\xa9\x0f\x08\x78\x5a\x8c\x13\xc7\x8f\xa6\x28\x57\xc1\xbf\x18\xe9\x5c\x06\x35\x1d\xbe\x7a\x04\x1d\x22\xf6\x6f\x5a\x6a\x42\xbc\x64\x93\xbb\xb2\xb5\x3f\xdc\x39\x8c\x77\x7e\xe8\x50\xda\x3b\xcd\x14\x82\x77\x2d\x5a\xb6\xac\x2b\x82\x37\xd0\xb2\xad\x08\x5e\x42\x7d\x49\x29\xef\x26\x83\xe7\xac\x82\xb7\x02\x1d\xe3\xae\xe4\xc7\xbc\xb2\x75\xb6\x2e\x05\x88\xe5\xc5\x1f\x84\x80\x79\xc8\xc0\x59\xac\xdc\x76\xba\x71\xe7\xde\x7e\xe9\x06\x95\xd1\x02\x4c\xfb\x95\x75\xcd\xda\x7e\x6d\x48\xce\x4e\x57\x9b\x16\x8f\x5f\xba\x91\xe4\x15\xe8\xc2\xe3\x9c\x96\x6d\x98\x1b\x87\x4d\x4f\xa8\x31\x6b\x0a\x84\xa0\x41\xb3\x90\xa4\x85\x4f\x33\xaf\x0d\x32\x92\x89\xd9\x59\x61\xf7\x92\x20\xf6\x8d\x64\x69\x88\x7e\xa3\xed\x43\x36\x06\x38\xcd\xa2\x0d\xb5\xb3\xa2\x7e\xdb\xb9\x1e\xa9\xc5\xe9\x46\x0a\xeb\xba\x21\x2b\x75\x26\x5a\xa1\xed\x91\xaa\xb1\xdf\xaf\x7f\x2b\xe3\xe8\x21\xdc\x50\x84\x6d\xd7\xcf\x57\x78\x31\xce\x7b\xdb\xa3\xb4\x30\x55\x29\x6a\x10\x76\xb4\x37\x1a\x9b\x16\x46\x3d\xaa\x71\x00\xea\x44\x8c\x61\xd6\x1b\x8a\x0b\xc9\x4b\xaa\xbd\x0f\xae\x84\x69\x79\x9c\xc6\x65\x1c\x26\xaf\xcd\x50\xd5\x6c\xe0\x48\x3d\x8c\x9e\x73\x49\xa4\xec\xcc\x22\xed\x15\x5c\x6b\xe2\xdc\xf5\x4c\xdc\xc9\xc1\xc9\xa8\x22\xd2\x52\x79\x53\x38\xed\x3d\xb8\x44\x83\x34\x41\x29\x0d\xf7\x7b\x6b\xba\x0b\xe1\xe9\x58\xf8\xca\x5e\xeb\x8a\x4b\x30\x6d\xc2\x12\x01\x84\x94\xc5\x0b\x2f\x69\xdb\xef\x2f\x29\xa5\x37\x22\x15\x09\x82\x52\xba\xd9\xef\xc5\x00\x3e\x38\x00\xe9\xe0\x52\x18\xf1\xc8\x6b\x15\x9f\xc1\xa5\x88\x62\xd6\xb0\xcc\xea\x51\x3a\x57\xd3\x52\x87\x33\xc2\x80\xd0\x35\x89\xf5\xfb\x7a\xf8\xcc\xe4\x0e\x9f\x67\xff\xc1\xd9\x31\xee\xbf\x83\x07\x0b\x04\x87\x65\x51\xd0\x7b\xf0\xb3\x0a\xfb\x6a\x2f\xa0\x1e\xa5\x0b\x41\x6a\x4d\x9c\xd0\x56\x92\x61\xc9\xda\x7a\xd7\xb2\xdd\x9b\xa4\xec\xf6\xe8\xbf\x7e\xed\x7e\x15\x98\x64\xe0\xde\x56\xdd\x86\x60\x95\x52\x0f\x83\x98\x91\xdd\x63\x86\xd3\x76\xe2\xbf\x94\x40\x1d\x1d\x07\x2c\x6b\xd7\x48\x6d\x60\xc1\xd6\x30\xb3\x4a\xc1\x7e\x38\x65\xa7\x06\x0f\x6d\x94\x86\x39\x83\x52\x17\x61\x18\x55\x39\xad\x37\x6b\x58\x14\xbe\x58\xd0\x5a\x5f\xab\xfa\x30\x06\xa6\x0a\x25\xf6\x23\xdb\x21\x6c\xe1\x98\x53\xb9\x32\x91\x2a\xa6\xf1\x8c\x32\xb1\xb7\x94\xb8\x86\x3f\x65\x1f\xb3\xdb\x37\x8b\x0f\x0c\x6f\x99\x7d\x69\x07\x11\x6a\xbe\x64\xb5\x68\x1c\xf6\xfb\x21\x96\x5a\xb7\xd6\x69\x06\xdd\x82\x39\x69\x99\x86\x65\xba\x2f\x2a\x7a\x1d\xc4\xf2\x87\xba\x29\xb1\xfb\x92\x43\x4c\xc6\xb5\xcf\x8c\xd1\xa5\x70\x06\xe8\x08\xc8\x73\x3c\x0c\x94\x63\x8f\xbf\xb1\xc4\xaa\xe6\x0e\x5e\x1f\xbc\xdc\xe9\x6d\x87\x63\x05\x51\xd4\x10\xac\x6d\x54\x88\x4c\x5d\xf4\xeb\xe8\x4c\xb5\xd2\x7a\xbf\xbf\x2d\x01\x5d\x9f\xd4\xb0\x99\x05\xe1\x8d\xb5\x23\xdd\x67\x22\xdc\x11\xfa\x9f\xac\xd9\xfa\x8a\xe5\x67\xb6\x62\x9c\xe7\x20\xa6\x1b\xce\xa1\x7b\x89\x26\x57\x54\xfb\xbd\x74\x65\xe1\xa7\xe0\x8c\x34\x57\x94\xd5\x6f\xe3\x88\xe0\x94\x20\x86\xd2\x9c\x4a\xd4\x3c\xb8\x66\x3b\x5e\x8b\x31\xa7\xea\x1c\xae\xc3\xd4\x86\x47\x71\x6a\x4f\xbb\xb0\xad\x30\x53\x9a\x41\xaf\x43\x42\x9a\x84\xa2\xc2\x33\x23\x6c\xa4\xe9\x9f\x19\x92\xfb\xac\x9e\x90\x0c\x42\x02\xc7\xc7\x39\xa5\x34\xc6\xd9\x6f\x4c\xa8\xcf\x20\x83\x92\xe0\xed\x94\xe8\x77\xd3\x08\xf1\x41\xc1\x49\x6c\x75\x31\x22\xf1\x89\x8f\x51\xf2\x15\x5f\xa3\xbd\x03\xee\x2e\xac\x7c\x5e\x96\x79\x7c\xb5\x2d\x99\x2f\x0f\xd5\x25\x5b\x9f\x60\x74\x0e\x8f\xa8\x5b\x86\xf7\x5b\x3e\xe7\xfe\xc3\xf9\xc7\xe1\x77\x74\xd8\xef\xa3\xc7\x97\x9f\xf3\x95\x13\x0a\x27\xa3\x7a\x4d\xb4\x84\x82\xd0\xe8\xe6\x8b\x64\x9b\x77\xae\xa6\xd6\x97\x27\x18\xe4\xbe\x8d\x04\xe4\xf2\xa6\xaa\xa7\x89\x0a\x1a\x14\xdb\xfc\xf9\x0d\xcb\xf3\x38\x62\x32\x55\xfa\x52\x39\x6a\x82\x24\x2c\xe4\xb1\x6a\x08\x0d\xd3\x5c\x09\x2b\xf6\xdc\x4e\xf5\x4b\xb9\x95\x13\xd0\x7c\x18\xa3\x55\xd4\x3c\xa1\xb4\xb6\xf7\xf2\x0f\x6d\xc2\x76\x19\xbd\x87\x0b\xa9\x97\x15\x74\x89\xe5\xc1\x01\x91\xbd\xb2\x4e\x0e\x26\x0e\xce\x7e\xcf\x87\xfc\x9c\xf9\xf7\x2d\x14\xdf\x48\x6d\xa8\xd2\xfe\xaf\x54\xe6\xdc\xf6\x81\xad\x01\xaa\x53\x3d\x24\xf4\xb9\xe5\x3c\x05\xb3\xd4\x1b\xb9\xc4\x86\xf2\x2f\x10\x1b\xca\x07\xc4\x86\x0e\x31\xba\x74\x8a\xd1\x7f\x01\xd8\x93\xba\xb2\xec\xcc\x8f\xd9\xfe\x2f\xe1\x0a\x29\xa8\x74\xd7\x46\xd7\xf9\xea\x11\x08\x45\xb8\x28\x5d\xad\xc5\x1d\x4f\x63\x6c\xa0\xa7\x72\x6f\x44\x64\x1c\x1a\x03\x2d\x00\xa9\x62\xca\x30\xd4\x7e\xae\x00\x16\x1a\xd5\xf2\xc2\xf0\xcb\x46\x08\x59\x21\x21\x30\x02\xa1\x72\x38\x34\x45\x1e\x2e\xb7\x68\x34\x8e\x5a\xec\xc1\x68\x39\xd5\x9f\xc7\x59\x72\x0d\xfd\xe4\x4b\x60\x98\x82\xd6\xb8\x1f\x98\x8a\x49\xf7\x24\x75\x57\xd0\x80\x79\x52\xee\x56\x9c\x11\xba\x80\xc9\xd0\x70\xc5\x70\x31\x8c\x31\xae\x99\x38\x8b\x87\xf5\x79\x39\x9e\x4c\x67\x41\x8c\x91\xe4\xec\xc3\x7d\xc2\xf3\xb7\x55\x03\x73\x5d\x4c\xc3\x61\x61\xab\xbc\xd5\x20\xa2\xe5\x20\x65\xb7\x52\x92\xc6\x05\xb8\xa1\xe1\x60\x11\xa7\x62\x39\xfa\x8e\xb0\xec\x47\x28\x42\xe0\x49\xfb\x9a\xed\x2a\x82\x70\xac\x5b\x35\x84\xed\xbd\x7b\x0b\x1b\x75\x8c\xeb\x51\x7e\x8a\x9f\x8b\x6e\x2f\x68\x21\x8d\x95\x53\x64\x5f\x89\x65\x2d\x0c\x2b\xea\x27\xf6\x75\x0f\xde\xa2\x6f\x60\x49\x17\x93\xd5\xc9\x28\x58\x9d\x9c\xc2\x0d\x5d\x4c\xa2\x93\x51\x10\x9d\x9c\xc2\x15\x9a\x5e\xf4\xd0\xae\x67\x3e\x58\xe4\xd9\xef\x4c\xeb\x61\xb7\x69\xc9\x57\x3f\x4e\x17\x31\x8e\x8e\xe9\x24\x0d\xf8\xb9\x46\x7d\x99\x75\x7d\xf9\x2a\x8d\xcc\xef\xb2\x49\x16\xa0\x9d\xe4\xcd\x77\xf4\xaa\xdf\xbf\xf9\x36\x54\x21\x65\x77\x24\x5e\xf8\xf3\x41\x6d\x81\x99\x6d\x44\x77\x2f\xa9\x88\xb2\xa0\x8e\xf1\x4b\x28\xc3\x7c\x29\x6f\x3d\x82\x9b\x6a\x6c\x7f\xe4\x5f\xca\xa0\xe0\xf3\xc1\x2a\x4c\xa3\x84\x9d\x99\x33\xd9\xef\x3b\x93\xfd\x25\xdc\x34\x97\xd8\xe3\x3c\x28\xdd\x41\x2a\x3a\xcf\x9f\x4e\xff\xca\x2f\x88\x3c\x04\xc2\x58\x57\xba\xe4\xa5\x59\x19\x2f\x76\x52\x50\x50\x84\x63\xd0\x8c\xf4\x5c\x6d\xef\x16\x84\x0b\x57\x6d\xa6\xd6\x99\x7f\x46\xac\xc8\xce\x26\x3b\x8b\xa1\xbb\x96\x3a\x52\x80\xc1\xe7\xd2\x19\x71\xb2\xb9\xfa\x74\x97\x91\xca\x0e\x85\x8d\xad\x43\x85\x85\xc4\xeb\x6b\xbe\x33\x70\x8d\x4e\x46\x36\xfc\x7e\x53\x08\xeb\xf7\x7b\x72\x87\x5c\xb9\x7d\x1b\x21\xca\xe6\x5b\x0c\xe1\x1b\x9a\xb7\xc4\x5c\x0e\xd0\xf6\x91\x87\x2a\xf8\xb6\xa3\x71\x93\x03\xdf\x04\x1d\xdf\x9c\x8c\xc0\x31\x4d\xf9\x6c\xdc\x3d\x11\xee\x0a\x3a\xa7\x62\xe2\xda\x70\x32\xc5\xea\x5d\xe2\x47\x5e\x59\xd0\x39\x9a\x4a\xad\x59\x31\xd2\x05\x38\xd6\x43\x28\x78\x1d\xba\xe0\xeb\xb2\xa9\x0b\x36\x81\xf2\x6a\x8c\x39\x43\xee\x52\x1d\x52\xa2\x57\xe3\x42\xdb\xb5\x40\x41\xba\xb2\x99\x3e\xc3\xd2\xa1\xcd\x84\x46\xb3\x5d\xd5\xda\xbb\x21\x98\x7e\x6f\x81\x42\x03\x53\x06\x12\xda\xa9\x4d\xbe\x11\xcf\xd0\x74\x52\x6a\xb6\x1f\xbf\xed\xbe\x62\x57\x9b\x47\x97\x87\x5c\xd7\x4d\x99\xbd\xe9\x34\x5d\xe7\x2c\x75\x4a\x1d\xd0\xc0\xf0\xa4\x6b\x6a\x4a\xcc\x4c\x96\x02\xa5\x71\x79\xe7\xdc\xec\x9c\x97\x76\x76\x4e\xd3\xcf\xae\x05\xde\xae\xb2\xb6\xf0\xdb\x9b\xe7\x5d\x9d\xb3\xe5\x8d\x27\xad\x38\xd4\x7b\xf4\xca\x6b\xfb\x95\x35\x62\x3b\x7c\xcc\x6e\xab\xff\xdb\xf0\x71\x7f\x04\x68\xcc\xb8\x66\xf8\x33\x40\x63\x6e\x76\xdd\xad\xff\xab\xd5\x64\xe3\x87\xb7\xa4\x7e\xbf\xa4\x07\x5f\xfb\x2e\x4e\xc5\x1a\x71\xed\x5c\xbb\xd0\xa1\x5e\x34\xa5\xca\x96\xfc\x0f\x8e\xe5\xd8\x3c\x88\x38\x5f\x0e\xe2\x65\x9a\xe5\xec\x3d\xbb\x13\xd5\x35\x36\xff\x4e\xb4\x0e\x61\x32\x51\x92\x8a\xc0\xb0\xd9\xf4\x6e\xa4\x37\x25\x8e\x7c\xe1\x71\xc9\x8e\x14\xf4\xc8\xd3\x9a\xf5\x51\xa3\x85\x2e\x89\xa4\xd5\x4a\xb1\x45\x35\xb4\x1f\x6e\x2b\xda\xa6\xf7\x6d\xbf\xdf\x4c\xf1\xf5\x88\xa3\x5a\x85\xb4\x16\xa4\xad\x26\x74\x1d\xfa\xea\x13\x9e\x4b\xff\xa2\xf2\xa9\x33\x9b\x20\x6d\x7d\xcd\x57\xd0\xb0\xdf\x0f\xc5\xb1\x60\x22\xff\xd6\x36\xeb\x0f\x20\x1d\x37\x35\x40\xb9\xa1\x1f\x2a\x5a\x08\x7d\xed\xc6\x75\xf5\x46\x4a\x0d\x4d\x44\xe6\x1a\x33\x20\x69\x79\xf5\x37\x22\x17\x62\xb0\x04\xd1\xa9\xb9\xea\x14\xe2\xc3\xaa\xf3\xd5\xc6\x18\x8d\x89\x31\x30\xca\xbc\x63\x3a\x83\x05\x2d\x27\xe5\xa0\xee\xd1\xc9\x08\x56\x3a\xe9\xc2\x52\xd9\xd8\x68\x1f\xe9\x7e\xbf\xe8\x51\xba\xdd\xef\x57\x3d\x4a\x93\xfd\x7e\xd3\xef\x47\x3d\x4a\x37\x13\x3f\xa2\xd1\x7e\xdf\xec\x35\xe4\x10\x43\x08\x85\xe8\x7d\x42\xa7\x33\xad\x9a\x14\x8c\x4e\xbc\x98\x53\x36\x1d\xce\xb4\xb2\x76\x7b\x14\xa7\x47\x73\x32\x6f\x2a\x64\xb7\xa4\xdf\x4f\xd0\xe7\xca\x47\xb8\xf0\x2d\xa4\xe1\x9a\x05\x5b\x58\xc4\x2c\x89\xde\x8b\xdf\x1a\x4b\xe4\xb6\x84\x75\x78\x27\x7e\x7f\x35\x1c\xd6\x8a\x39\x11\x15\xae\x97\x28\x3f\x04\xfd\x22\x6e\xbd\x78\xb7\x4d\xca\x38\x89\x53\x16\x98\x2e\x11\x21\x2a\xea\x72\x8c\x0e\x45\x29\xdd\xea\xc7\x97\xac\x98\x0b\xde\x1b\xf4\x7a\x39\xc4\x05\x06\x93\x41\xbb\xfe\xde\x48\x9a\x83\x3c\xc7\x01\x2a\x70\x70\xe5\x21\xcd\xbc\xfa\x2b\x26\x45\xb0\x1e\x5c\x0d\xe6\x49\x3c\xbf\xe6\x2d\x05\x09\x0e\x82\xad\x2e\x1b\x96\x39\x3a\xbe\x32\x8b\x82\x98\x37\xa5\x22\x4a\xdb\x94\x54\x7e\x08\xbd\x21\x81\xc2\xe1\x00\x36\xf1\x8d\x75\xf5\xda\x78\xe1\x47\xb0\x05\x46\x88\x7b\xd1\xc7\x87\x2e\x08\x5a\xd6\xf4\x7c\xc5\x07\x66\x45\xff\xda\x16\x65\xbc\x88\x1f\x5f\xd9\x92\x49\xee\xa0\xd4\xb8\x3e\x9e\xd0\x89\xc5\x58\xda\x66\xfc\x15\x21\x90\x93\x20\xda\xef\xa7\xb3\xf6\x4a\x35\xbb\xdb\xd2\x8b\x49\xa0\x78\xbe\x44\x2d\x05\x46\xd8\x52\x51\x18\x20\xf1\xe1\xa4\xb1\xdd\x08\x13\x84\xf0\x90\x1a\x63\x91\xb0\xbb\x77\x61\xbe\x8c\x53\x0c\x85\xef\x44\x59\x8a\x68\x79\xe2\xcf\xf7\xfb\x21\x81\x0d\x1d\x8e\x3b\xfc\x19\xb6\x88\xf1\xc9\xcb\xfb\x3e\xcf\x6e\x27\xd1\x09\x65\x03\x45\xf8\xa6\x43\xc3\x7e\x7f\x5b\x06\xbe\x78\x6d\x5e\x17\x6d\x8e\x69\xfd\x39\x81\xe8\x84\xde\x95\xa8\x29\xeb\x0d\xf9\x0c\x8e\xa5\x66\xa3\x57\x6b\x36\xfa\xfd\x86\x1e\xe3\xc9\x37\xc1\x10\x56\xf4\xab\xaf\xff\xae\xe7\xda\x11\xe4\x06\x96\x94\x57\xbf\x38\x5e\x91\x7f\xe8\x50\xd1\x5b\xde\x44\x67\xbf\x84\xc4\x72\xd8\xb3\x28\x6b\xe9\xf9\xa7\x48\x21\x33\x54\xe1\x94\xba\x5b\x5c\xb2\x52\x63\x52\x23\x13\xaa\xb7\x7f\x5f\x1e\x97\x7a\x4c\x20\xa7\xe9\x49\x9d\x7b\x9c\x23\x26\x6f\x74\x4c\x73\xd8\x9c\xd0\xfc\x1f\x3e\xbe\x95\x99\xc9\xdf\xeb\x52\x08\x5e\x0c\x2f\x69\xf4\xdd\x70\x12\xfd\x63\x13\x0c\x81\xcf\xc3\xe6\x2f\xed\x94\x04\x76\xdd\xf2\xfe\xd4\x7d\x8b\xbe\xa5\xc3\xfd\xbe\x6c\x7b\xb3\xf8\x76\xce\x89\xdf\xca\x43\xeb\xbe\x1c\x9b\x03\x02\xed\x9c\x3a\x06\x5a\xeb\x15\x94\x06\xc1\x89\xbb\xa4\xc1\xbb\xe7\xbf\x5c\xfe\xe7\xf9\xdb\x9f\x5e\x11\x12\x38\x6b\xd5\x1f\x94\x16\x39\x4a\xa7\x9b\xd6\xaa\x6d\xf2\x8e\xc3\x2b\x37\x6d\x2c\xd6\xd0\x8c\xe8\xe0\x5c\xac\x39\x46\x31\x77\x2c\xd6\x84\x86\x16\xe9\x17\x0e\xd2\x9f\x3f\x48\xfa\x5b\xca\x37\xe9\x21\xdf\x9c\x4f\xfc\xe4\x78\x4e\x10\xba\xa8\x41\x1e\xa0\x7d\xb8\x1f\x72\x9f\xb4\x87\x33\xb0\x57\x74\xc5\x25\xa2\xc3\xc1\x61\x1f\x24\xb1\xa3\x7c\x60\x6d\x8b\xfb\xbd\x91\x10\x62\x02\x5f\x13\x77\xa5\x9f\x43\x4a\x08\x6c\xf1\x77\x08\x29\x81\x50\x2a\x50\xa3\xef\x36\xca\xbb\x7b\xa1\xb7\xf6\x15\x5d\x68\x0d\xca\x78\x85\x97\x89\xdb\xef\x36\x63\xd1\xef\x25\xf5\x2f\xe9\x62\xba\x9a\x11\x9b\x43\xdd\xd0\xed\x09\x46\xda\xbc\x6c\x12\xd2\xc9\xf2\x3b\x7a\xb3\xdf\xf7\x2e\xed\xd6\xf6\xfb\x66\x0a\x6f\xae\xa8\xe0\x8a\xb6\x4a\x18\xb7\x52\xea\x6b\xdc\x76\x75\x37\xb0\x24\xb0\x3d\xa1\x57\x27\xad\x77\x42\xb7\xb9\x45\xee\x79\xc9\xc7\x61\x31\x28\x36\x49\x3c\x67\xfe\x0a\x46\x64\xbc\x3a\x39\xa9\xd4\x20\xec\xe8\x70\xbc\xfb\x76\xa1\x6d\xc5\xb7\xdf\x6e\xc6\x3b\x05\x06\xc2\x47\x60\x37\x83\x33\xba\xa3\xd4\x18\x2c\xb8\xd5\x88\xc7\xf6\xbc\x5d\xe2\xbc\x61\x00\xb1\xdb\xfd\xbe\x77\xdb\xe6\x02\x67\xa2\xe0\x6b\xba\x39\xd9\xc2\x85\x72\x74\x8f\x17\xfe\x19\xb9\xa0\xd7\x88\x24\x80\x19\xee\xe8\x65\xcd\xf6\x96\xfc\x41\x4f\xc2\x1d\x9f\x87\xf1\x05\xbd\x9b\x68\x2e\x70\x0d\x77\x27\x4b\x12\x5c\x57\xed\x01\x6c\xa5\x1c\x5f\x70\x02\xb9\xa8\x94\x6c\xb2\x68\x01\x84\x3b\x85\x0a\x67\xc8\x13\xbd\xcc\x9c\x92\xc1\x38\x6d\xf3\x1a\x48\x6d\x79\xa1\x09\x4f\xde\x2a\xcb\x85\xf9\xe2\x1e\x7c\x36\xeb\x98\x15\x36\xdb\xef\xef\x9b\xf1\x3d\x6b\x9d\x60\x77\xcf\x74\xe8\xa7\x1f\xd9\xae\x46\x25\x30\x00\x84\x33\x71\x4b\x81\xf1\x76\xfd\x8c\x8a\x12\x08\x64\xfb\xbd\x9f\xd1\x92\x40\xd6\x06\xac\x36\x2c\xbe\xb9\x20\xf8\x59\xb1\x52\x38\x80\x64\x6d\x21\xa9\x05\x07\x30\x01\xda\x46\xca\x9c\x3b\x66\xe9\x0f\xd9\x0d\xcb\x5d\x80\xd8\x35\x04\xb6\x6d\x93\xdc\x1b\x56\x60\x6c\x8d\x57\xc4\x9f\xee\xca\x19\x94\xc4\x86\xc9\xae\x11\x96\xef\xca\x06\xef\x6f\x82\x76\x59\x11\xb3\xde\x07\x99\x0a\x28\x96\x4e\x86\x41\x5b\x5a\x3d\xce\xf1\xfb\xb7\x6c\x51\x7e\x08\x23\x2e\xc4\xcb\x94\x8f\xf1\x72\xa5\x93\x30\x46\x12\x7f\x60\xd1\x44\xbc\x7e\x75\x57\xe6\xa1\x99\x27\x18\x0a\x80\xbd\xf3\x92\x0a\x84\x6d\x6f\x5d\x9c\x58\xee\x0d\x6a\x08\x1a\x2f\x4e\x4e\xce\xc4\x0b\x9e\xc3\x34\xa9\x6e\x65\xb4\x5f\x7b\x60\x79\x02\xb4\x72\x5b\x6f\x3d\x8d\x0c\xe1\xc5\xc5\x09\x1e\x0a\xbc\x4e\x3c\x08\x9e\xc5\x39\xef\x1e\x28\xbc\x6e\xac\x4d\x34\x8a\x25\x89\x57\xc1\x2b\x1b\xc6\xfc\xe2\x0f\xc0\x98\x77\x34\x07\x4f\xcd\xca\x72\xb7\xc0\x7c\xd8\x13\x69\x1d\xbc\x0e\xd3\x32\x9e\x23\x80\x77\x51\xc7\x32\x42\xd4\xf3\xf3\xb2\x85\x7a\x3e\x7f\x34\xea\x39\x22\x8a\x07\x09\x22\xa9\x7d\x62\x77\xa5\x0b\x06\xbd\x7f\x34\xf0\x8e\xe7\x5d\x40\xe8\x70\x9b\xe5\xd1\x8b\x9c\x85\xd7\x81\x77\xc5\xff\x9c\xf0\x04\x4f\xe0\xa3\x17\xfc\x40\xaf\x7a\x12\xf6\xfb\xd3\xf9\x43\x60\xe9\x5d\xf5\x28\xb0\xf4\x18\x0b\xe9\x1a\xc4\x7b\xbe\x30\x17\x49\x76\xfb\x4b\xe0\x85\xdb\x32\xf3\x40\x25\xfc\x37\xf0\x24\xe2\x91\x07\x3f\xb3\xab\xeb\xb8\x3c\x97\x6f\x2e\xf0\x1a\x9d\xd3\xb6\x57\x66\xdb\xf9\xca\x13\x90\xec\x5a\x87\x1e\x4c\xef\xa3\xb8\xd8\x24\xe1\x2e\xf0\xe2\x94\x1f\x98\x4f\xae\x92\x6c\x7e\xed\xd5\xc7\x71\x6f\x34\x1c\xfe\x8f\x67\xe1\x7b\xce\x1a\x74\x3b\xb7\x3d\x5a\x9a\x8b\x60\xde\x74\x34\x68\xa3\xb2\x9b\xab\xac\x22\x15\x34\x85\x44\x6f\x5b\xb0\xa3\xa2\xcc\xe3\x79\xe9\x8d\xd3\x41\xe4\x97\xe0\x85\x1e\x38\x9c\xb6\x3f\xa8\xa3\x0f\x67\xb1\xa7\xa3\x67\x84\x4b\x95\xfe\x88\x40\x4c\x53\xff\x09\x97\xb0\x52\xff\xf4\x19\x3f\x5d\xa7\xfe\x93\xa7\x04\x12\x63\xad\x5f\xac\xe2\xf5\x9a\xe5\xb8\x4a\xf9\x98\xe7\x1e\x14\x22\xc9\x5c\xa1\x2a\x97\xfd\x4a\x67\xfd\x3e\x0f\xa3\x98\xa5\xa5\x2b\xaf\x7a\xe7\x41\x14\x96\xa1\xab\x50\x23\xdd\xab\xea\xc5\x10\xda\x3e\xf3\x6d\xf0\xaf\x97\xc4\xbf\xf7\x86\xff\xe3\x05\x02\x5e\x7f\x91\xe5\xeb\xc0\xc3\x9f\x9c\x53\xfe\xe2\x9f\xf0\x59\x24\x5e\x05\x62\x3a\xbb\xb2\xc9\x5c\x15\x7a\xcf\x6f\xbf\xac\xf6\x83\x05\xd7\xf5\x3f\xb2\x76\x9c\xc3\x88\xa6\x3e\x1e\xa2\xf9\x54\x7e\xc3\x65\xef\xd4\x1f\x9d\x12\x58\xf1\x84\xaf\x86\x04\xd6\xfc\xc7\x37\xfc\xf4\x66\x5a\x9b\x11\xb8\x69\xcf\xea\x5b\x4e\xdc\x3c\xd1\x83\x32\xdb\xf0\xdd\xe2\x2c\xcb\x53\x7b\xf8\x31\x8f\xf5\x16\x33\xe3\x26\xd1\x9d\xdb\x78\xed\x49\x08\xff\x03\xc5\x37\x33\xa8\x4f\x0e\x55\xd2\xca\xe1\x55\x63\x21\x17\xcb\x6e\x67\x36\xe4\x82\x71\x6f\x20\x00\x80\x45\x1c\x76\x81\x97\xc9\x19\xf8\xad\x3c\x31\x1b\xfb\xac\x9c\xbf\x0c\x19\xf9\x15\x5e\xe2\xe3\x96\x8c\xcc\x5b\xc5\xc1\x5a\xfa\xa9\xc2\x2c\x0a\x15\x8e\x79\x09\x46\xee\x20\xae\xe3\xd3\x46\x6e\x1f\x25\x89\x1d\x2c\x54\xa0\xb9\xc1\x68\x52\x3c\x81\x7a\x94\x52\x2e\x76\x65\x8b\xa3\x7c\x92\x1f\x7b\x9b\x3b\x4f\xf2\xbb\xca\x04\x32\xc2\x5d\xa0\x82\x56\x1d\xc5\xcd\xd2\x03\x59\xb8\x77\xea\xa9\x46\xf2\x9f\xe6\xd7\xd6\x24\x3b\x8a\xd9\x84\xe5\xca\x83\xfb\x28\xf0\xde\x0d\x8f\x4e\x8f\x9e\x1f\x9d\x1e\x9d\xc2\xd1\x10\xff\x1b\xc1\xd1\xe9\xd1\xf0\xe8\xed\xd1\xf0\x68\x78\xf4\xab\xc7\x97\xca\x9f\x68\x86\x31\xab\x0f\xb5\x63\xe8\x68\xc7\xe9\xd1\x5b\x6c\xcd\x9f\x6b\x47\x8b\xc0\x0e\x37\xe5\xd4\xd1\x94\xa1\x6c\xca\xe9\x5f\xd2\x94\xc7\x4e\xce\xa9\x63\x72\x86\x72\x72\x64\x4b\x48\x45\x9c\x92\x4c\xbd\x38\xb2\x06\xc5\xd7\x91\xdf\x84\xfa\xd0\x12\x50\x8a\x5a\xd4\xbd\x21\xfe\x0d\x3f\x95\x27\x34\xe3\xa7\x06\x98\x53\x43\x0e\x09\xaf\x8a\x2c\xd9\x96\xcc\x83\x45\x9c\x24\x41\x38\xb8\xca\xa2\xdd\x0b\x1d\xaf\xa4\x72\xc6\x72\xc9\xa5\x54\xb3\x66\x51\xbc\x5d\xc3\xbd\x1c\xa3\x14\x97\x01\x5c\x65\x77\xd2\x5e\xd5\x93\x3b\xea\xc9\x55\x76\xe7\x81\x4b\xf8\x11\xfd\xf9\x94\x6d\xc4\xb2\xf4\x8a\x2c\x89\x23\x95\xfc\x02\xc7\xd8\xf5\x46\x85\x51\xb1\x1b\x2b\x5f\x2a\x33\xdb\xb6\x1c\x15\x0f\x96\x33\x7a\x6f\x16\xe1\x09\x98\x49\x33\xf6\xcc\xbd\xf7\xdd\xd1\xdf\xbd\xe0\x1e\xc7\x43\xbd\xaf\x2a\x21\x4d\x25\xb3\x06\x5b\x9e\x36\x16\x29\xdc\x97\xd9\x26\xf0\x86\x1e\x60\xf0\x15\x6f\xc8\xf9\xc1\xac\xc9\x9e\xa7\xcd\x35\x55\x7f\x26\x82\xae\xa8\xef\xda\x4c\x77\xea\x58\x06\x70\x2f\x43\xb2\x74\x15\x60\x37\xb8\x99\x66\x7d\x6e\x36\xdb\x21\x02\x19\xfc\xde\xab\x08\xec\x1a\x3b\xda\x65\x7b\x47\xfb\x3e\xdc\x88\x0d\xad\x92\x31\xfc\xfe\xd2\xcd\x80\xf3\xdd\xc3\x9b\xc1\xee\xff\xb1\xcd\xe0\x2f\x5f\xe8\xb8\xaa\xed\x75\x6a\xae\xfd\x4b\xc8\x89\x7b\xd9\xb6\xc3\x12\x35\xd6\xd3\xe3\xd6\xf5\x5f\xbb\x86\x3b\x57\x6d\xa3\xb1\x7a\xe5\xba\x96\xb3\x3c\xfa\x1c\x20\xe0\xef\xc3\x0d\xa7\xdf\xdb\x36\xbd\x9e\xc5\xf9\x3c\x51\x32\x58\x71\xb3\x74\xbc\xe3\x7b\x84\xa0\xe6\xeb\x06\xfd\x5f\xfc\x51\xea\x76\xcf\x77\x4c\xaf\x6b\xea\xcd\xdd\xd4\x9b\x3d\x48\xbd\x35\x09\xc6\x87\xe5\x91\x9b\x98\xdd\xbe\xc8\xee\x02\x8f\xef\x4d\x23\xfe\x9f\x27\xc3\x46\x95\x75\xdd\x66\x69\xc5\xcd\xf2\x01\x69\x00\x86\x47\x6f\x47\xea\xdf\xd1\xf0\xe8\xad\xfa\x77\x78\xf4\xeb\xd1\xbb\x21\x3c\x3d\x3a\x1b\xc2\xb3\xc1\xb3\xaf\x47\x4f\x4e\xbf\x7a\xf6\xf4\xe8\x74\x70\xfa\xd5\x37\x4f\x9f\x7d\x7d\xfa\x94\xe7\xc3\x7f\xce\xea\xd7\x80\x8d\x32\xf3\x8f\xb0\x88\xd1\x10\xea\x0f\x8f\x8c\xfc\xa7\x83\xd3\xd3\xe1\x93\x27\x5f\x0f\x9f\xb2\x93\xd1\xd7\x47\x4f\x61\x78\x74\x66\x54\x71\xd2\x78\x6f\x15\xc3\x4b\x7e\xcb\xff\x39\xb8\x3f\xe3\xec\xad\x54\x0c\xf5\x6e\x36\x14\x36\x17\x6e\x62\xed\xd0\xb7\x10\x12\x98\xd3\xbc\xbd\x96\x13\xb1\x78\xc3\xc6\xe2\x15\xf3\x92\x89\xa5\x29\x27\x47\x3e\x69\xf6\x94\xfd\x1f\x5c\xb8\xc5\xa3\x17\x6e\xe7\xfa\x9c\xcf\x70\x7d\x4d\x13\x4e\x47\x50\x1f\xf1\xe5\xd9\x1e\x37\xe0\x43\xd5\x48\x9d\x85\xa8\xc6\xde\xae\x51\x53\xd1\xbd\xfa\xc5\x3a\xe6\x0c\xe0\xce\x5e\xc0\xb8\xa8\xcf\x3b\x4e\x94\xca\xea\x40\xc1\xa7\x41\x81\xfe\x57\x93\xf8\x24\x15\xc6\xcd\xac\xdf\xf7\xe6\x08\x08\xe0\xf5\x28\x65\x13\xfe\x5c\x66\x1b\x0f\x01\xeb\x42\x35\x14\x62\x64\xa5\xb1\x87\x9a\x21\x39\x13\x72\x5b\xe1\xdb\x5a\x15\xf0\xcf\xc5\xce\x8c\x25\xf4\xfb\xbe\xb3\x0c\xcc\xdd\x2c\x42\x14\x5c\x91\xc0\xf9\x89\x5f\x08\x4d\xfb\x22\xc9\xb2\xdc\x2f\xfe\x71\x4a\x82\x21\x71\x36\x45\xe5\x9c\xb3\x38\xb1\x32\x56\x90\x91\xe2\x36\x2e\xe7\x2b\xbf\x24\xf7\xf3\xb0\x60\x47\xeb\x41\x38\x98\xe3\xc8\x06\x26\x05\x9b\xea\x3a\xf3\xf7\x7d\xc5\x69\xde\xa2\x8f\xac\x22\x48\x12\x62\x36\xb3\xaa\x1a\xeb\x82\x97\xe1\xe6\x0f\x97\x0a\xcd\xcd\x23\xab\x88\x51\x34\x5a\x60\xfc\x89\x16\xdb\x12\xa1\x6a\x7b\x53\xe6\xd3\xe9\x2d\x91\xac\xf1\xc6\xf5\x91\xba\xdb\x10\xed\x0b\x2b\xa5\x7a\x78\xd5\xde\xbf\x24\x1b\x16\x86\x1b\xa6\xe4\xf5\xe6\xe1\xbd\x49\x6e\x48\xa9\x16\xb7\xac\x40\xd9\x42\xa4\x09\x52\x14\xb7\x0a\xbb\x36\xe4\x75\x79\x76\x2b\x03\x5f\x58\xe6\x0b\x4e\x34\xb3\xd6\xdd\xb5\x24\x26\x36\xe0\x92\x54\x9b\xa2\x14\x93\xdd\xef\x7d\xf5\x93\xa2\x25\x0b\xbe\x26\x63\x54\x7c\x36\xe6\xb4\xeb\x1b\xfe\xb2\xf5\x05\x27\xb0\xae\x0f\x96\xe1\x46\x5b\xbe\xb0\x8a\x90\x41\x8e\x80\x79\xcd\xdb\x55\xed\xef\x21\x3e\x35\x22\x1b\xb1\x89\xfa\x89\x9e\xbc\x43\x52\xf9\xf1\x7e\x3f\x9d\x11\x34\xe3\x10\x06\x12\x3f\xe7\xe1\x46\xe3\x4e\xf4\x28\x4d\xfa\xfd\x04\xc3\x74\x8b\x2d\x64\xc3\x37\x17\x9b\x8e\x61\x41\xef\xfc\x52\xc9\x07\x5b\x50\xa5\x04\xf3\x2f\x93\x68\x33\x53\x4c\x5d\x48\x19\xc1\x7d\x03\xce\x26\xed\x7b\x65\x69\x7d\xc6\xa9\x82\xcf\x5d\x7d\x3d\x9c\x0f\x22\xe2\x33\x98\x7a\x3c\xd9\x9b\x11\xdc\x06\x15\x24\xdc\xf3\x24\x5e\xa6\x90\xd0\x50\xed\x9e\x73\x7a\xee\x17\x10\x43\x82\xf5\x8d\x1f\xa0\x87\x8e\xee\x5d\x80\xb5\x60\xaf\xd9\x8e\xf7\x2e\x94\x1d\x2e\xf8\xc8\x10\x17\x53\x69\x15\x74\xf6\x45\x05\x19\x2c\xa4\x55\xd2\xd5\x23\x4a\xe2\x0b\x3a\x68\x7f\xa8\x4e\xd6\x8a\x68\xeb\x69\xcd\x2a\x3f\x86\x0d\x14\x1d\x72\x89\x49\x52\xa9\x22\xa1\xee\x33\xc2\x2b\x48\xe5\x19\x21\x6d\x88\x19\x7a\x53\xe6\xc5\x79\x10\xf2\x49\x43\x3f\xc9\x40\xed\x74\x35\xd5\x95\x13\xef\x36\x0f\x37\x5e\xe0\xa5\x19\xfe\x70\x1d\xf9\x0f\x6d\xcb\x16\xeb\xe2\xbb\xf3\x4b\x19\x43\xea\x13\x6a\x52\xbf\x22\xf0\xb9\x21\x6f\x7f\xa4\xd1\x60\x91\xe5\xb7\x61\x1e\x7d\x64\x8b\x2e\x20\x7c\x43\xce\x6e\xb2\x2d\x0c\x6b\x2b\xed\x9f\x91\x87\x09\xbe\x67\x87\x87\xe2\x2b\x74\xbe\x2d\xca\x6c\x6d\xb5\x10\x6d\x27\xc5\xe2\xdc\x5a\xb1\x8c\x36\x75\x45\x52\xd8\x5b\xe3\x75\xd2\xcb\xb0\x0c\xdf\x66\x61\xc4\x22\x58\xd6\xeb\x7c\xdd\xef\xaf\xe1\x46\x75\x6c\x31\x58\xf1\x35\xb3\x18\x2c\x08\x5c\xd1\xcf\xb5\xf8\x3f\x07\xb3\x80\x60\x69\x9e\x2c\xa1\x8e\x56\xab\xd1\x36\xdf\xf0\xd9\xb9\x09\x93\xe0\x74\x38\x04\xb3\x35\xc1\xa6\xdf\xdf\xa8\xf6\xe9\xab\x83\xf0\x86\xb5\xdf\xf2\x54\xf3\x94\xff\x12\x29\x38\x09\x0b\x65\xc4\xfc\x26\x0a\x86\x95\x01\x65\xf2\x49\x4c\xcb\x19\xbd\x34\x2c\x9d\xe1\x96\x5e\x0e\xe6\x09\x0b\x73\x95\x70\x4d\xa3\xc1\xb6\x60\xc2\x33\x7b\xc9\x8f\x4d\xd7\xd3\xe1\x0c\xee\xe8\xf5\x74\x34\x83\x73\x2a\xf9\x52\xb8\xdf\x0b\x7d\x6f\x55\x73\xb3\x6d\xc1\x5e\x2d\x16\xbc\xae\x06\xda\xff\xb2\x47\xe9\x85\xf8\xa5\x0c\x43\x76\x03\xab\xa9\xf4\xcc\xfa\xe6\x0e\x03\xad\x11\x38\x1d\x0e\x09\xb4\xaf\x0d\x6e\xfd\xc6\xe7\xa4\x1a\xdf\xf9\xbd\x91\x00\xee\x5c\xce\x1c\xba\x43\x13\xa4\x4e\x09\x0c\x37\xe6\xf9\xeb\x4a\x1e\xc4\xd9\x22\x28\x2b\x02\xbd\x8b\x7e\xff\x20\x7f\x3e\x07\xf3\x5b\xfb\x2a\xc7\x71\xf0\x6a\x1e\xf7\xf4\x27\xea\x46\xa7\x22\x90\xec\xf7\xcd\xef\xde\xc0\x7d\x63\x59\x38\x44\x26\x24\x8b\x3a\xb1\x22\x04\xe2\xce\xd6\x9b\x4d\x30\xee\x8a\x2a\x88\x09\x6c\xfb\xfd\xde\xb2\xf3\x4b\x81\x06\x56\x94\x61\xb9\x2d\x34\x16\x1f\xe7\x1b\x81\xb7\xc9\x92\xb8\x64\x5e\xbb\xdf\x2b\x09\xbb\xf7\xa8\x01\x99\xe7\x8c\xa5\x1f\xf1\x22\xf0\x13\xbb\x2b\x2b\xd8\x22\x16\x17\x21\xe3\x8f\x03\xc9\xec\x78\x56\xaa\x78\x92\x87\xb2\xd3\x07\x4b\x76\xfa\xd8\xa5\xc0\xb1\x96\x78\x66\xf1\x90\xfa\x2c\x18\xf1\x5f\xdd\xeb\xb5\xc5\x3d\xd0\x96\xab\xb9\x4c\x61\xd5\x3e\x51\xae\xad\x13\x65\xc2\x65\xd5\xa5\x15\x7b\x2f\x6c\x5c\x52\xaf\xdd\x47\x4b\x97\xa2\x56\xa9\xc1\xa5\x56\x2b\x9b\x35\xef\x1c\xa7\xeb\x06\x7d\xba\xcb\x51\x97\xc1\x81\x27\x2c\xdc\x3c\x70\x5d\xb2\xfd\xea\x0f\x89\xd7\x26\xc1\xfd\x7e\xa5\x5c\xf9\x23\xe3\x48\x68\x86\xea\xce\x36\xe1\x3c\x2e\x77\x47\xde\x71\x74\xec\xad\x8b\x66\x50\x71\xa9\xdb\xed\xac\xb3\xd2\xe7\x56\x6b\x19\xd7\x2d\x51\x47\x4c\x4e\x3b\xff\xff\xf4\xa8\xe3\x7f\x7c\xaf\x0e\xf3\x93\xa5\x5c\x76\x7e\x77\xce\xa3\xa3\x32\x3b\x12\x08\xbe\x07\x33\xf1\x56\x6e\xc2\x9c\xa5\xe5\xd1\xf0\x7f\x0e\x66\x15\xed\x3b\x7a\xfa\x40\x36\xb3\x44\xbc\xd1\xec\xce\x3c\x3c\x1a\x1e\xfd\xe3\xe8\x9f\xc3\xff\xc1\x8c\xdd\xf9\xd2\xec\x24\x67\x1b\x16\x96\x5e\x55\x7b\xef\xdd\x12\x9f\x10\x3c\xee\xa7\xfd\xfe\xbd\x9c\x1e\xd4\x34\xbb\x2e\x21\x94\x16\xdc\xa1\x90\x36\x14\xdb\xb3\xd6\x2d\x76\x4d\x7d\x2a\x09\x9c\x97\x1c\x22\x14\xba\x8c\x8b\x7e\x6b\x5a\x0e\x28\x02\x17\x4f\xc6\x84\xfb\x1d\x64\x47\x8e\xbd\xae\xa1\x78\xfc\xf4\x3f\x62\xf2\xbd\xe3\x03\x2d\x38\x4c\x0c\xde\xb1\xbf\xe0\x9f\x5e\x65\xd1\xee\x65\x7c\x13\x47\x2c\xe7\xdf\x1c\x26\x8d\xc3\xf5\x1d\x24\x95\xc7\x11\x4a\x4d\x26\xce\xb5\xaf\x6f\xe1\x21\x54\xac\xf1\xa5\x0c\xb4\x1f\x78\xa7\x85\x91\xfc\x29\x5e\xc7\xe9\xf2\xb5\xe4\xc4\x81\xc7\xc2\x82\x9d\xc4\xe9\x49\xb6\x2d\xcd\x8f\x35\x20\xb5\x97\x66\xf9\x3a\x4c\x8c\x77\x6f\x4a\x26\x4a\x16\xe1\x1f\xbc\x38\x5d\xc4\x29\xdf\x64\xea\x2c\xb8\x6f\x2c\x27\x5b\x9f\x04\x73\x9f\x54\x33\xcb\x26\x62\xba\x36\xb7\xb7\x6e\x92\x7b\x90\xa4\xc1\x5c\x18\x26\xb7\x49\xb3\x94\xb5\x39\xa1\x67\xac\x5e\xa5\xb2\x51\x79\x0f\x71\xc3\xc6\x22\x1c\x99\x8b\x90\xef\xb9\xf1\x1c\x17\x57\x63\x8f\x0c\xe2\xc1\x59\xb7\xd0\xfe\x27\x2d\x61\x42\xa6\x4d\x61\xd0\x06\x06\x8d\x61\x62\x61\x0c\x13\x0a\xc3\x8a\x42\x19\x56\x24\x3c\x79\xf8\x0d\x81\x39\x4d\xfd\x67\x4f\x09\x6c\x79\xc2\x3f\x09\x44\xfc\xef\xd7\xc2\x04\xe3\x9f\xd2\x00\xe3\xd9\xd7\xc2\x02\xe3\xd9\x33\x61\x80\x31\x3a\xe5\xdb\x61\xea\x9f\x9e\x7e\x4d\xe0\x06\x7f\x8c\xb8\x88\xcd\x7f\x9c\x72\x19\x97\x1f\x35\x4e\xb9\x2c\x9b\xfa\xa3\xaf\xb8\x0c\x9b\xfa\xa3\xd1\x3f\xc9\x20\x1c\xf7\x2c\xd7\xb4\x29\x1b\xbc\x47\x42\xa2\xc3\x19\xf5\xde\x4b\x9a\xe2\xc9\x72\x8d\xd1\xd1\x8c\x7a\xf2\xb7\x78\x21\xac\x14\xe9\xe9\x8c\x7a\xe2\xa7\x48\xd6\x30\xb2\xf4\xab\x19\xf5\xf4\x93\x57\xf9\xc2\xde\xf2\x5e\x0d\x8d\x05\xf0\xa1\x2d\x14\x99\x76\xff\xc3\xb0\xc0\x43\xad\xa1\x68\x41\x69\x48\x20\x0b\x1b\x6d\x54\x9a\x0b\x97\x74\x3a\x83\x54\x80\x5e\x8d\xf3\x6f\x99\x19\x3f\x90\x4d\xf3\x19\x3a\x92\x7d\xda\x6d\x18\xa5\x34\x53\x5d\xdc\xef\xdb\xaf\x44\xcf\x26\xa5\x70\xa1\xca\x49\x80\x59\xc4\x36\xbf\xdf\xa7\xc7\xc7\x63\xa3\xb1\xa9\xf4\x3a\x94\x22\xd7\x79\x9a\xec\x64\x23\x11\x74\x9b\x96\xf2\xfd\x9c\x3f\x45\xaa\xfd\xad\xc8\x5a\x6a\xa3\x19\x44\x6c\x11\x0b\x94\x75\xf4\xe5\x32\x86\x00\xbc\x0c\xbf\x96\x71\x5f\x3c\xb8\x5f\xb2\x32\xe8\x02\x4c\xe1\x8d\xab\x80\xa5\xdb\x35\xcb\x85\x27\xd7\x08\xe6\x59\xba\x88\x97\x5b\xf9\xcc\xcf\x3b\x8f\xa8\xd4\x6a\xf8\x03\x95\x5a\x79\x1f\xae\xdd\x9c\x5f\xb5\x7e\x31\xcc\x8d\x35\xbf\xf1\xc2\xaf\x11\x1f\xcd\xe9\x1e\x8e\xd9\x77\x07\x07\x7f\x5a\xce\x30\x78\xe5\x58\xa1\x31\x1c\xc8\x48\x79\xe1\xe5\x2a\xcf\x6e\x8f\x52\x76\x7b\xf4\x2a\xcf\xb3\xdc\xf7\x7e\x4a\xd9\xdd\x06\x61\xc9\x83\x23\xf1\xc1\x51\x58\x1e\x21\xcc\xd7\x91\x77\xcc\x8e\xbd\xa3\xb8\x38\x4a\xb3\xf2\x28\x3c\x12\xf2\x19\xef\xdc\x11\x13\x62\xfb\xc0\xab\xc3\x4c\x9f\x94\xc7\xa3\xaa\x02\x56\xf9\x04\xae\x71\xa9\x3e\xe5\xa7\xc5\xd4\xff\x6a\x48\xe0\x0e\x57\xe8\x33\x02\xe7\xfc\xcd\xd3\x21\x81\x57\xb8\x88\xbf\x21\xf0\x06\xf3\x3e\x11\x1a\x84\x6f\x9e\x18\x66\xbd\x9f\x84\x6a\xa0\x8e\xd6\x36\x9d\x81\x80\x7c\x2b\xc7\xd9\xb7\xb9\xa2\xfe\x4c\x19\xcc\xc7\x94\x4d\xf3\x69\x36\x9b\x8d\x63\x15\x92\xcd\x8f\xb5\x32\x30\x45\x53\xdc\xcf\xc8\x6f\x4e\x09\x7c\x44\x3e\x33\x22\xf0\x41\x28\x2e\xea\x6a\xdf\xd9\x6a\xb4\xb0\x3e\xfe\x96\x04\x72\x9a\xf1\xe3\x6f\x4c\x33\x7e\xfc\xd5\x64\xfe\x81\xcb\x9e\xc6\x1c\x42\x42\x8b\x09\x0b\x72\x98\x8b\xef\x3f\xb2\x85\x9f\x70\x26\xa8\x9f\x52\x32\x0e\x3b\x4e\xc8\x73\x65\xa5\x4e\x13\xd8\xea\xdf\x69\x6d\xc3\x66\x56\xea\xe0\xd3\x2e\xcd\x8a\xa7\x12\x8d\x0b\x70\x36\x61\xbe\xae\x8b\x04\x6c\xbc\xad\x9d\x8a\xf5\x4f\x8c\x88\x01\xc5\x7e\x1f\xfb\x18\x08\x43\x4d\xf8\x34\x81\x68\x86\x43\xfa\x1e\xa7\xf4\x19\x81\xb7\x8d\xe8\xe1\xaf\x69\xf8\x08\x8d\x8f\x12\x5e\xf0\x10\x96\xb3\xdf\xb6\x71\xce\x22\xbc\x9f\x8b\xd3\xcd\x56\x86\x7f\x2e\x28\x1b\xa4\x4a\xbf\x53\x6b\x6f\xe6\xe6\x53\x82\x91\x71\x95\x7a\xc7\x8c\x96\x1b\xc9\xb4\x0f\xe6\x0a\xc4\xc3\x9b\x11\x65\x0a\xcf\x6e\x65\x5c\x26\x4c\x04\x10\x5f\xb1\xf9\xf5\x3a\xcc\xaf\xdf\xcc\x65\xa4\x22\xd4\x0c\x49\xfd\xd4\x52\x1f\x11\x6f\xac\xa3\xe3\x15\x5e\x2b\xde\x5d\xc4\x11\x83\x5d\xad\x58\xbf\x9a\xf0\x3d\x3b\x2f\xbd\xe0\xaa\x56\xc0\x7c\xc6\x70\xb5\xca\x6c\xfe\xc4\x03\x36\x88\x23\xbe\x99\xd5\x34\x82\x00\xf5\xb7\xea\x83\x8f\xfc\x83\x33\x28\xf9\xfa\x6a\xe4\xb9\xa0\xef\x7c\xd9\x66\x16\x01\x53\x66\xff\x67\x3a\x41\xe1\xb3\xf1\x15\x78\xc1\x29\xf8\x15\xbd\xe0\x14\xfc\x06\x3f\xe4\xcb\xbd\x64\xf9\x3a\x4e\xc3\x92\xd5\x9f\xbf\x31\x93\xf9\x02\x7d\xc3\xbf\xfc\x44\xdf\x4c\x47\xb3\xb1\x6c\xd4\xfb\xc1\x15\xf1\xcf\x08\xb4\xdd\x9c\xb1\x89\x6f\xd6\x1b\x94\xdb\x6e\xd8\x0f\x88\xe9\xe3\xdb\xd1\x4a\x1c\x62\x06\x67\xbf\x47\xb2\x27\x3a\xb1\xd7\x2b\x11\xc4\xee\xc8\x6a\xa9\xf1\x3a\xad\x84\x0d\xb2\xc9\xb8\xb3\x9a\x9c\xb3\x66\xbc\x83\x4a\x84\xa6\xe4\x6d\x9d\x91\xca\x67\x70\x0e\x2f\xe1\x9a\x48\x0d\xc2\x5b\x7f\xad\x74\x79\xa6\xf2\xee\x06\x14\xb1\x06\x29\x58\x2d\x09\x5e\x82\x6c\x72\x70\x0e\x39\xbb\x61\x79\xc1\xa2\x40\x4e\x7a\x8f\xd2\x1d\xc4\xc5\x4f\x45\x9c\x2e\xcf\x50\x37\x89\xf4\x2a\x00\x2a\x82\x5e\xaf\x0e\x5d\x83\xe9\x95\x58\x39\x0f\x46\x99\x41\xdf\x69\xfe\x41\x2b\x9c\x89\x57\x6c\xc2\xd4\xd2\xa6\x7c\x18\x94\xec\xae\x04\x24\xef\x40\x92\x79\x05\xf2\xfb\x3a\x20\x8f\xc8\x36\x23\x18\xe2\xdd\x6a\xd4\x7e\xff\x1a\x5e\xd0\x97\x13\x6f\x8d\x7e\x02\x0a\xff\xee\x87\x6e\xf7\x32\xb3\x72\x5c\xc9\xc0\xd9\x4e\xa0\x09\xde\x43\xff\xb3\x7b\x35\x6c\xbd\xde\xb9\x39\xba\x8a\x11\x04\x99\x70\xed\x2e\x20\x8e\x82\x4b\xd9\x81\x05\x28\x72\x0e\xcc\x81\x79\x39\xf1\x5f\xf9\xbc\x1c\x46\xe0\x93\xdf\x1b\x11\x12\xbc\xf2\xf1\xb1\x92\xea\x29\x55\x81\x17\xa4\x76\x60\x87\xc4\x7c\x4c\x58\x74\xb5\xf3\x82\xb9\xfa\x48\x71\x12\x9e\xb8\x95\x89\x7c\x33\x4f\x0b\x56\x7a\x41\x24\x53\x0a\x56\x72\x89\xc4\x0b\x36\x2a\x18\x84\xe8\x99\x17\xbc\xa8\x1e\x08\x96\x61\x8d\x15\xea\x79\x54\x3f\x73\xb6\x08\x6e\x1d\x41\x22\x70\x40\xbd\x26\xf0\xce\x0f\x80\x58\xfa\xd7\xfa\x73\x01\xdc\x79\x5d\x6e\x4e\xd8\x1d\x9b\x6f\x4b\x76\x22\x80\xb9\x3c\x94\x4e\x1c\xa0\xff\x62\x38\xec\x06\x61\x1a\xac\xca\x75\xf2\x3a\xcb\x83\xcb\xce\x90\x15\xe6\x37\x6a\x92\x8d\x16\x18\x35\xb7\x4a\xb8\x6b\x46\x8c\x89\xe7\xf2\x38\xe7\x21\x0b\x7b\x17\xe6\xd7\x5e\x05\x2b\x47\x25\x9c\x45\x57\x84\x10\x78\xee\x33\x78\x2d\xf5\x83\xaf\x6d\xfd\xa0\x8a\x86\xf0\x22\x2c\x98\x50\x12\x3e\x17\xb6\xfb\x2f\xf8\xa1\xe3\x6b\x02\x3f\x18\x77\xb3\x2a\xb3\x07\xd8\x71\x2b\x4d\x92\x8b\xf6\x75\xb2\x5f\x6a\xca\x06\xdd\x32\x47\x06\x9e\xec\x01\x5f\x67\xf6\x4b\x9e\xe2\x55\xf0\x3b\xf5\x4e\xd1\x4a\xe0\x67\xfe\x63\xb8\x2e\x3c\xf8\x89\x7a\xf3\xed\x55\x3c\x3f\xb9\x62\xbf\xc7\x2c\xf7\x07\x4f\xd0\x30\x75\x70\xfa\x15\x1c\x8d\x88\x07\xff\xb1\x34\x60\xaf\x3b\x6c\x5f\x20\x87\x10\x0a\x48\x60\x0e\x5b\x88\x60\x03\x0b\x58\xc1\x1a\x96\x70\x03\x57\xb0\x83\x4b\x6b\x1f\x3b\xd3\xfb\xdb\x2d\xee\xca\x82\xa1\xc1\x35\xad\x37\x99\x0b\x73\xef\x46\xe4\xf8\x0e\x0e\x07\xe7\xb4\xb9\xc3\xbc\xa2\x67\x4d\x8d\xe8\x1b\x7a\x36\x60\x28\x0b\x15\xf0\x92\x9e\x0d\x36\x61\xc2\xca\x92\xc1\x27\x7a\x26\x74\x9e\xf5\x85\xd2\xf3\xc1\x0d\xf1\x7f\x80\x33\x2e\xc4\xbd\x12\xbc\xe5\x75\x96\x33\x79\xea\x96\xcd\xfb\x40\x5f\x0e\x52\xb6\x2d\xf3\x30\xb9\x60\xf3\x2c\x8d\xc2\x7c\x07\xef\xea\xc4\x0f\x79\xbc\xe6\x49\xef\x55\x11\xb5\xf2\x44\x15\xf1\xb6\xfb\xd5\x6b\xfa\xaa\xd6\xba\x64\xd1\xee\x62\x7b\x85\x0c\xf6\x3f\xfa\x13\x3c\xe8\xa3\xeb\x1b\x8b\xe0\xfb\xce\x92\x54\x8e\x1f\xbb\xeb\xfa\xed\xc1\x8f\x7f\x7d\x30\xc7\x7f\x55\x8e\x4f\xec\xae\x54\x89\xff\xee\xe8\xc4\xdf\xe8\x2b\xd4\x43\xa1\x8b\xd3\x2f\x46\x26\x4c\xf8\x17\x9d\xfa\x25\xbd\x97\xe6\x49\xc1\xff\x7a\xde\xff\x4a\xb5\xc6\xc7\x30\x8a\xb7\x45\xf0\x66\x80\x2d\x60\x91\x30\x8c\x38\x75\x6a\x0f\x85\x42\x6f\x34\x54\xca\xbc\xd1\x10\xb5\x2f\x4f\x84\xc2\xe5\x89\x69\x08\x25\x0a\x37\xed\xa0\x84\xbd\xcb\x53\xcb\xb6\xce\x65\xf8\x74\x31\x79\x1d\xbc\x37\xb4\x2c\xea\xf8\xa7\xcb\x14\x37\x88\x47\xe2\x49\xfd\x3d\x41\x37\x2f\x53\x3b\xa3\x95\x5a\x3f\x1b\x89\x0d\x95\xd6\x4f\x15\x94\xd3\xe7\x5d\x66\x54\x9f\xc4\xe2\x2e\xc9\xcc\x56\xeb\x7f\x16\xec\xde\xa9\x7f\xb7\xef\x73\x2b\xb8\xed\xf7\x3d\xb5\x12\x3d\xb8\xee\xf7\xbd\xb8\xd0\x9b\x0c\x5e\x50\xf1\x04\x11\xce\x2f\xf2\x40\x3e\xeb\x2d\x0f\x73\x4c\x7b\xd7\xfd\xbe\xf6\x20\x0b\x56\x9c\x12\x8e\x06\xde\xf1\x67\xcd\xb1\x67\xd4\xcf\xec\x2e\xfc\xa7\x82\xcc\xd5\xb3\x1f\xe2\xe5\x2a\xe1\x93\x87\x06\x46\x58\x1e\x0a\x57\xcd\xf2\x9a\x85\xb9\x2a\xe6\x4c\x71\x46\xfd\x9c\xd3\x15\xcf\xf6\x01\x0c\xcd\x57\x05\xb9\xac\x7f\xde\xae\x39\x27\xfc\x7c\x72\xdd\xef\xf7\xce\x85\xd5\x55\x05\x61\x57\xcf\xcc\xcb\x81\xdf\x2c\x4a\xf9\x55\x7c\xd5\xd1\xfe\x83\x5f\x61\xcb\x7c\x84\x95\x2e\x1e\x53\xb1\xd1\x7a\xe8\x1c\xcf\xe2\x31\x8d\x71\x7f\xf1\x45\x2d\x38\xf4\x9d\x98\x13\x35\xe6\xda\x5c\xcf\xd5\xc9\xae\xac\x04\x42\x02\x7c\x5e\x12\x3e\x3c\x89\x7b\x78\x8e\x3d\x38\x72\xa7\x07\xe1\xa2\x64\xb9\x37\xa3\xfe\xdc\xa6\xa2\xef\x2b\x98\x3f\xb8\xd8\xe6\x04\x6b\x7c\x98\x26\xbf\x77\x37\x4d\x76\xca\x50\xf7\x56\x90\x10\xf0\xb7\xbc\x2f\x5b\xfb\x03\xce\x37\xb1\x1f\x46\x6d\x28\x4a\x53\x3f\x52\xe3\xf2\xdf\x0a\x22\x8b\x8e\x2f\x26\xde\xf7\x79\x88\x6c\xd6\x6b\xb4\x3d\x22\xb0\x25\x33\xb8\x9c\x01\x72\xed\xc0\xdf\xb8\x3d\x41\xda\xfa\x67\xd5\xdc\x61\x05\x1b\xf4\x11\x7d\x31\x08\x8f\xbd\xa3\xbe\x6c\xd9\xf1\x91\x90\x6a\x82\x2b\x8c\xf6\xca\xc7\x76\x41\xef\xb3\x6d\x89\x66\x31\xde\x68\x73\x77\x84\x8c\xf4\xc8\x3b\xd6\x7b\x70\x7b\x1f\x95\xf9\x65\x14\x58\xef\x14\x8d\x0c\x17\xb2\x73\x8e\xc2\xac\xbe\x2d\x08\x6c\x88\x14\xae\xa6\x9f\xa5\x78\x79\xf6\x68\x63\x96\xbb\x89\x32\x67\x11\x2f\x4f\xc4\x21\x0b\xe6\xdb\xbc\x10\x83\x2a\x4f\xaf\x78\x0f\x1d\x0b\xc3\x17\x17\x7f\xdd\x16\x4c\x46\xff\x92\x63\x87\x2c\xf6\x9e\x97\x69\x5c\x44\xe4\xd9\xed\x89\xe4\xba\x1e\x08\x87\xf9\xdd\x99\xdc\xfb\x44\xfd\x2c\x8d\xbc\x0a\xee\xbd\xbe\x1e\xd4\xc0\x39\x57\xf2\x2a\x4b\x5c\x24\x0c\xe5\xfd\x96\xbc\x6a\x18\x82\xb5\x9f\xca\x76\xcb\x88\x8f\xb2\x75\xd5\xac\x96\x3b\xa7\x35\x31\x83\xbf\xa2\x8f\xd8\x3f\xd0\xf6\xe7\x62\x95\xc7\xe9\x75\x30\x74\x1a\x07\x35\x3b\xa7\xd2\xe5\x0e\xfd\xbb\xdc\xb3\x7f\xd7\x97\x18\x26\xb1\xbc\x7b\x40\x06\xe8\xd8\xcf\x9d\x7b\x73\x7d\x5d\xfc\xd7\xec\xcc\x8e\x9b\x6c\xc5\x5a\x82\xf3\xc9\xbf\xc4\xe9\x17\x56\x82\x7c\xad\x63\x48\x37\x73\xd1\xa2\xa8\xb8\x34\x5d\x21\x9b\xb3\xf2\xbf\xaf\xe0\x76\x72\xbf\x46\x64\xa7\xb7\x28\xd4\x54\x81\x7c\x44\xb3\xd1\xe0\x49\x85\x5b\x32\xdf\xb7\xf8\xa6\xbc\xb6\x78\xf4\x8f\xd6\xde\xf0\xb6\x82\xb5\xe2\x77\x5f\xb8\x93\xac\x09\x97\x04\xfc\xa5\xcd\xf2\x5e\x57\xb0\x74\x31\x50\xcd\x8f\x2a\x58\xe2\xae\xca\xbf\xbd\xb1\x6a\xfd\x37\x34\x0a\xba\x71\xb4\x4c\x6f\x01\x37\x64\x66\x9c\x86\xa6\x06\x6b\x05\xff\xaa\x66\xae\xb8\x7f\x4f\xbc\x91\x87\xb7\x6a\x82\x3d\x7e\xac\xe0\xca\x31\x27\xdd\xbc\xb3\x3d\x2d\x57\x64\x26\x4e\x5a\x53\xc1\x8e\xc1\xdf\xd5\xcc\xf7\x97\xe0\x6f\xc0\x99\x0e\x86\x98\xff\x24\x39\xcf\x40\xa5\x00\xe7\x61\x3f\x28\x8f\x42\xb4\xf2\x86\xdd\x17\x35\xc7\x4d\x29\x3b\x52\x93\x85\xa2\x83\xc0\x26\x13\x97\xd9\x9d\x3e\x95\x56\x04\xbe\x47\x1d\xf6\x13\x02\x3f\xe2\x5d\xda\x29\x81\xdf\x1a\x9a\xd7\x5f\xf9\xc8\xa2\xf2\x3f\x98\xce\x84\x49\xf1\x7f\x1f\xa1\x8c\x95\x85\x7c\xcf\x0b\xf9\x15\x01\xa8\x9a\x7a\xc6\xdc\xd2\x45\x96\x5c\xee\xd3\x3a\xf0\x37\x3c\x29\x83\x74\x90\xb3\x62\x93\xa5\x45\x7c\xc3\xde\x65\x11\x23\x30\x6f\xe3\x8f\xa2\x09\x8e\xe4\xd3\x2a\x2c\xea\x8f\x6c\x27\x0d\xff\xcc\x84\xdc\x99\x51\xd8\x35\x1b\xcf\x05\x65\x03\xd9\x65\xd4\x0a\x23\x7c\x89\xf8\xa0\x76\x3b\xff\x91\xb7\xb0\x20\x10\x99\x4a\xfd\xe9\x8c\xc0\x86\x46\xd3\xe1\x0c\x16\x34\x9a\x8e\x66\xb0\x42\x8c\xb3\xed\xb8\xa4\xf3\xc9\xaa\x81\xa8\x9e\x05\x66\x4a\x3e\xc9\x83\x18\x87\x77\x6d\xd5\x51\x1a\x0a\x1f\xb7\x8e\x5f\xc0\xbf\xb6\x75\xf7\x85\x0b\x0a\x4a\x5f\x16\xaa\x1e\x4f\x4a\x11\x2a\x6d\xb0\x88\x93\x92\xe5\x2e\xfd\x20\x82\x6c\x33\x11\x4f\xc7\x05\x63\xa3\x63\xe7\xcf\x89\x5f\x80\x0b\x0b\x5f\x60\x12\xb2\x89\xc6\xc4\x0f\x7a\xbd\x52\x37\x61\xbf\xe7\x4f\x71\xa1\x26\x85\xd7\x34\x36\xc1\x59\xb7\xfb\x7d\x29\x62\x9b\xf5\x56\xfb\xfd\xa2\x61\x02\x58\xe7\x54\x16\x80\xf3\x09\xf3\x49\x80\xcd\xf6\x43\x9a\x0a\x82\x23\x93\x69\x38\x0b\x04\x58\x64\xef\x79\x9e\x87\xbb\x41\x5c\xe0\x5f\xbf\x24\xc4\xe8\x29\x7e\x52\xd6\xf9\xd5\xa5\x51\x46\xa7\x33\x19\x23\xa8\x1c\xe7\xdf\xc6\xe6\x95\x69\xed\x1a\x32\xcd\x67\xe3\xba\x98\x82\x90\x7e\x3f\x13\xf7\x47\xa1\xbe\x3f\xca\x2a\x19\xfc\x76\x85\x1a\x94\x35\x14\x50\xce\x08\x4c\x37\xb0\x98\x55\x7e\x4a\x60\x4b\xe7\x9c\x88\x22\x3a\x9f\x8e\x66\x5d\x0a\xbf\x7f\x35\x75\x76\x29\xdc\xdb\xeb\x25\x28\x60\x95\xc5\x45\xc9\xa2\xe0\x5e\x81\x5e\x2b\x0c\x6a\x1d\x5f\x38\xd8\x42\xd1\x0a\x3a\x1c\x44\x18\x3f\x89\x90\xf1\x7f\x6d\xfd\xd7\xcb\x3c\xdb\x44\xd9\x6d\x5a\xeb\xbf\xfe\x0d\x7f\x83\x5f\xe0\x5f\x7f\x2c\xa6\x65\x3a\xb8\x5c\x65\x5f\x18\x81\x32\xca\xb3\xcd\xcb\xec\x36\x75\xc4\xa6\x44\x44\x91\x37\x51\xc2\x5e\xb2\x24\xdc\xd1\xd3\xa7\x18\x56\xa5\x88\x7f\x67\x1f\x32\x79\xc5\x9c\xb2\xdb\xa3\x5b\x11\x95\xea\xb7\x2d\x2b\x4a\x6d\x89\xf7\x3a\xe7\x1d\x6c\xb1\x97\x71\xf3\x26\x2c\x25\xf7\xe5\x7e\xef\x97\x58\xd2\x05\xd3\x90\xe5\x73\x3e\x0b\xcc\x88\xb2\x6e\xe2\x65\x9b\xa0\xb8\x6e\x64\x42\x45\xba\x61\x3a\x67\x89\xdd\x28\x9f\x11\x69\x2c\x2e\xc1\x43\x9c\x4d\xb7\x78\x42\x39\x10\x40\xc9\x3e\x3f\x4d\xfb\x38\x91\xe5\x20\x8c\x22\x3f\x23\x55\x25\xa3\x1b\x29\xc5\x77\x23\x12\x18\xe4\x10\x8a\xbe\x17\x3a\x38\x54\x42\x0b\x7d\xed\x03\x73\xe3\x01\xa3\x42\x25\xfb\xbd\x0c\x56\xb1\xa5\xe1\xe4\x10\x08\xee\x34\x9b\x11\x05\x40\xc3\xa2\xa0\x97\x57\x24\xe0\x89\xe3\xa4\xdf\x4f\x0e\xc5\xff\x62\x04\xee\x85\xd6\x37\x30\x28\x40\xdd\xc4\x54\x04\xb6\x7c\xff\x98\xf7\xfb\x73\x9f\xff\xaa\x54\x00\xd1\x0f\x49\x38\x67\xab\x2c\x71\xe3\xcf\xab\x40\x41\x9b\x3a\xd7\x7e\x6f\x25\xfe\x80\x89\xaa\xb4\x4f\x71\x99\x34\xe3\x33\x58\x51\xb4\xcc\xbd\xe2\x25\x4b\xe2\x75\x5c\xb2\xbc\xe1\xbd\x0c\x47\x9e\x46\x8d\x72\x79\xc4\xe8\x37\x5c\xca\xe0\x8c\xf9\x73\x16\xa7\x7e\x1d\xdd\x0e\x15\xa1\xcd\x96\x74\x42\xea\x87\x83\xd7\x79\xb8\xc4\x90\x06\x68\x2c\x6b\x74\xc4\x67\xc4\x2e\xd4\x39\x58\xcc\x18\xad\xc6\x88\xfa\xa4\x75\x5d\xe4\xae\xce\xfa\x46\x5e\x11\x99\x15\x9f\x29\x4c\x1b\x27\xba\x38\x67\x1b\x99\xba\xbd\xc5\x10\x7d\x61\xca\x12\x85\xc6\xa5\x48\xb4\xa0\x79\x43\x5a\x40\xa4\xd4\x48\xf2\x2b\x81\x29\x39\xa7\xc5\xb7\xf4\xe5\x20\x54\x67\xc3\x2d\x4d\x07\x97\x5a\x55\x5d\x0c\x8a\xed\x95\x06\x05\x43\x5d\x60\x31\x79\x28\x83\x68\x8d\xba\xc4\x8a\xe4\x54\xc3\xc6\x46\x59\x13\x16\xb4\x18\x56\x76\x43\x1d\x14\x3c\x71\xa4\x0d\xe6\x49\xac\xc3\x32\x0f\x83\x88\x26\xfb\xbd\xff\x87\xbe\x25\x30\x6f\xcd\xd4\xab\xd6\x3d\x49\x71\xbe\x61\x69\xd0\x1b\x42\x5c\xbc\xe5\xd2\xe4\xcb\xb8\x58\xc7\x45\xc1\x53\xb2\x54\x3d\xe0\xac\xc9\x07\x58\x85\xc5\x59\x92\x15\xec\xc5\xb6\x2c\xb3\x34\xe8\x8d\x40\x3a\xb7\x6c\x2b\x1d\xfa\x8f\xcf\x2f\x42\xa2\x87\x57\x09\xa2\x99\x73\xb2\x6b\xc5\x71\xde\xb5\x5b\xf3\x82\x85\xd7\x1a\xe1\x6d\x04\xcb\x70\x73\xb1\x09\xe7\x2c\x18\x42\x94\xbd\xcf\xca\xb7\xe1\x4e\x20\x20\x47\xea\x80\x1d\x26\x3f\xc4\xa9\x40\xe2\x75\xa4\x07\x97\x83\xd0\xc0\x40\x78\x15\x71\x4e\x26\x28\x4b\x8c\x52\xa4\x1e\xdf\x29\x47\xda\x4d\x05\xa5\x79\x4d\x64\x93\x82\xcc\x0d\xdd\x6c\xa9\x6b\xd8\xb2\x54\x40\x5f\x89\x54\xf1\x1b\xb2\x54\x99\x14\xb0\x48\xbc\xa8\x9f\xab\x43\x63\x69\xaf\xa4\x30\x67\x25\x6e\x8e\x8f\xe0\x0d\x77\x83\xf0\x50\xf7\x64\x49\x60\x5d\xa0\xdd\xe4\x59\xca\x53\x95\x95\xbe\x3c\x05\xe3\x25\xa0\xd5\x12\x0c\x37\xed\x5a\xce\x2a\xc3\x1b\x11\x2a\xb4\x96\xde\x26\xc6\xd7\xfc\x65\x50\x42\x41\xef\x11\xd0\x9c\x1f\x3d\x20\xe1\xf2\xd7\x9c\xb6\x24\xdf\x62\x10\x47\x93\xe9\xa1\xd8\xfb\x1e\xa2\xe1\x7b\x70\xcd\x76\x01\xcf\xed\xb8\xa1\xe5\xc9\x15\xc8\x98\x2b\x64\x16\xc8\x5f\xe3\xc4\xb2\x3e\x6b\x58\xa2\x25\x84\x6f\x4c\x66\x23\xab\x9a\xb1\xcb\x23\x84\x6b\xb7\xe7\xfb\x46\xcf\x7e\xd4\x7e\x6f\xca\xb8\x4e\xfa\xbe\x29\x03\xbb\xa0\x1d\xfb\x66\xee\xd7\x71\x51\x2f\xe3\xe8\x18\x21\x1c\xc7\x2a\x9f\x30\xc7\xeb\xde\x53\xe3\x28\x08\xc5\xbe\x1a\x8b\x98\x34\x95\x15\xbf\x9b\x4f\x00\x21\x7c\x40\x22\x1a\x9a\x4e\x93\xda\x18\x30\x28\x79\x23\x1e\x5b\xdd\xa3\xaa\x72\x74\x50\xd4\x2c\x4f\x6d\xc1\x5f\x56\x5b\x55\x89\xe8\x76\x5d\xf5\xb6\xae\x95\x9b\x1b\x5b\x62\x53\x3b\x2f\x95\x3a\xfd\x5a\x5b\xf3\xa9\x86\xcf\x08\xe7\x8e\x45\x5c\xb0\x4d\x98\x87\x65\x96\xfb\x8c\x8c\xed\xb9\x6f\x66\x15\xc9\x3c\x9f\x1a\x98\x66\x0e\x61\x7e\xc7\x05\xc7\x0a\x1a\x89\xdd\x01\x71\x31\x82\xaf\xea\x91\xc8\x6c\xcb\x2e\x46\x87\xc5\xeb\x20\x83\x82\x96\x03\x79\xc8\x18\x34\x4e\x16\x90\xd4\x1f\x17\x93\xe9\x2c\xe0\xe7\xe9\x9e\x6f\xc4\x20\xc7\x19\xda\xef\x7b\x09\x82\xf0\xe3\xd3\xf9\x42\x1a\x11\xdd\x91\xef\x4e\x46\x68\x83\x25\x51\x91\x6d\xfe\xa4\x36\x76\x3e\xf2\x3f\x60\x86\x60\xde\xef\xf7\x44\xb9\xea\xa6\xea\xc0\x37\xea\xc0\xf3\x3c\x8d\x5e\x2a\x5b\x91\xf9\x23\xf2\x07\x8f\xaf\x42\x97\xdb\x9d\x45\xb8\x05\xa1\xa5\xd8\xe6\x2f\x90\x45\x0c\xf1\x13\x39\x68\x23\xd0\x42\x5b\x48\x6d\x89\x05\xff\x01\xce\x19\x52\x11\x04\xe4\x0d\x67\x2a\x38\x17\xc8\x3a\x91\xc1\xd4\x96\x35\xa6\xbd\x9d\xb2\xa1\x41\x0a\xc1\xa0\xb1\x49\x3c\xbf\xf6\x19\x81\xda\xf2\x2e\xb0\x96\xa8\xb2\x74\x11\xa3\xea\x05\x73\xc8\xd2\x77\xd9\xb6\x60\xaf\xd2\x92\xe5\x75\x41\x75\xda\xe0\x2a\x4e\x23\x3f\x45\x65\x92\xc8\xfa\x96\x85\x37\xb2\x4e\x7c\xe6\xf9\x31\xad\x9d\xf5\x5d\x76\xc3\x1a\x85\xf2\x24\x23\xa3\xd8\x29\x04\xd7\x46\x25\xbc\x88\x54\x8b\x41\x6a\x03\x35\x0c\x32\xb1\x38\x59\xa8\x6d\xd8\x0b\x7a\xf5\x40\x54\xea\x32\x82\x99\x46\x52\x11\x58\xf6\x4f\x41\x83\x6f\x60\xa2\xd1\x90\x7a\x47\xde\x6a\x4b\xb0\xb9\x92\xac\x36\xd0\xb2\x3e\x0c\x1a\x47\x5c\xdb\x3a\x58\xaf\x26\x30\x0c\x14\x5b\x9f\x58\xc6\xd2\xa0\xed\x20\x03\xc3\x26\xb2\x6a\x4b\x6d\x67\x0f\x12\xcb\x1f\x19\x44\x27\x85\x99\x83\x92\xa9\x40\x15\x2d\x62\xfb\x7f\x89\x84\xa0\x45\xe1\x13\xaf\xcc\xb7\xcc\x0b\xbc\x45\x98\x14\xcc\x73\x0f\xb3\xa6\x99\xa6\x71\xd8\x23\x67\xb9\x61\x41\x76\x70\xa2\x2b\xc8\x7d\x06\x2d\xae\xde\x90\x29\x1d\xdb\x46\x97\x09\x5a\xcb\x58\xd0\xcd\xf9\x44\x89\xc2\x11\x53\xac\x94\xf6\x6e\x8a\x83\x71\x38\x78\xbb\xd1\x3a\x85\xc2\xec\x96\x26\xe5\x66\x55\x12\x67\x6f\x65\xd5\xb5\xb8\xdd\x08\x26\x5d\xeb\xa2\xac\xe0\xeb\x0f\x2b\x61\x84\x78\xaa\x1a\xdc\xb1\x49\x8e\x45\xc4\xf0\x56\x1d\x24\x5e\xf8\xbd\x74\x70\xb9\x0a\x8b\x17\x8c\x19\xad\xeb\xf7\x59\xbf\xcf\xa6\xc3\x59\xbf\xdf\xd3\x83\x21\x64\xcd\x29\x4f\x9e\xe9\x45\xd3\x88\x0c\xb1\x45\x85\xfe\x60\xc9\x4a\x39\x5f\x2f\x76\x6f\x22\x5f\xc8\x8e\xde\x09\x5f\xc2\xde\x31\x2f\x80\x8c\x45\x07\x5b\x4d\x12\x06\xaf\x6a\xb2\x31\x44\x77\xbb\x79\xb4\x37\x14\xa8\xf5\xdd\x25\xa0\x3e\x4a\x05\xce\x56\xe7\x28\x31\x25\xfc\x58\xc6\x2b\xef\x78\x85\x3b\xaf\x38\x70\xf1\xc7\xfd\xde\x0c\xf5\xdd\xca\x1d\x98\x79\xf5\xf1\x44\x33\x0c\x17\x45\x9b\xba\xeb\x9a\xfb\xe0\xb9\xdb\x56\x92\xb2\x3b\xbf\x04\xbd\xe8\x1c\x3b\xab\xdd\x36\x75\xb8\x1e\x19\x71\xcb\xc5\xc1\xcf\x3c\xcf\xf0\xb9\x28\x2e\xb4\x12\x73\xbf\xaf\x61\x58\x4c\xe5\xa6\xf6\x4d\x9f\x34\x3e\xa0\xbd\x51\xe0\x9b\x2e\xf7\xbe\xfb\xbb\x86\xb2\xb4\x76\x95\x57\xb1\xc7\x3b\x5e\xdf\xe2\x65\x54\x57\x34\xb3\x56\x63\x86\x95\x4b\x2b\xab\xe6\xc1\x66\xb7\xed\xa8\xa7\x9c\xf8\x8b\x55\xb6\x4d\xa2\x37\x18\x5b\x4d\x70\xf1\x1b\x4e\x7a\x04\xe9\x73\x95\xd5\x61\xca\x88\x58\x45\x66\x12\x6f\xa6\x08\xfc\x47\xca\x7c\x77\xdf\xf9\xd6\x27\xd5\x3c\xe4\xb2\x7a\x46\xee\x35\xe5\x5a\x59\x15\xd1\x82\x79\x8a\xb7\xe7\xcd\x39\xd3\xea\x03\xa5\x32\x6f\xc7\xa9\xbf\x8c\x0b\x25\x24\xfa\x04\x29\x06\xe9\x5e\x94\xa1\xa9\x4e\x14\xbc\x0a\x0b\x3c\xfb\x63\xd1\x50\xb3\x41\x5e\x2c\xfa\xa8\x18\xcf\x86\x5e\x40\xd5\xfe\x23\xdb\xb5\xf4\x02\x72\x94\xcd\x46\xf4\xfb\x7c\x1c\x93\xb0\x28\xe5\x07\x3f\x87\xc5\xf3\xa4\x3c\xcf\xdf\xb1\x52\x1c\x34\xeb\x47\xbe\xe3\xd6\x2c\x48\xd5\x80\xcd\x6e\xa4\x61\x4e\x56\x47\x10\x60\x7c\x1a\x59\x44\x88\xba\xc3\xcb\x1e\x62\x93\x2a\xac\xea\x03\xd9\xa6\xc3\x59\x70\x32\xc2\x9b\xbe\x30\xe1\x5d\xc0\x60\x45\xac\x0c\xc5\x45\x9f\x3d\xc0\x35\xd8\xcc\xed\x2a\x9e\xaf\xe4\x09\x2d\x1a\x84\x03\x26\x05\x88\xf6\xb4\xc6\x95\x05\x21\x84\x99\x8b\x79\xb8\x61\x01\x1f\xcc\x58\xde\x23\x8d\x3b\x28\xa2\xf9\xe9\x76\x13\x88\xb8\xe2\xf1\xc2\x8f\x3b\xe9\x48\x7c\x25\x2f\x8f\x2a\x97\x14\xef\xfa\x70\x58\x91\xa0\x45\x61\x3e\xdf\x40\x2f\xd7\xd9\x0d\x53\xc1\xcb\x4f\x46\x90\xf1\xff\x93\x56\xe3\x38\xd5\x04\x79\xbf\xef\xb3\x41\x51\x66\x1b\x2e\xc3\x87\xcb\x50\x90\x3c\x7a\xa3\xe1\x2c\xca\x70\x99\x3e\x21\x90\xf7\xfb\xbd\xb8\x56\xa0\xff\x45\x0d\x1c\x41\x76\xec\x6c\xdf\x2a\x43\x01\xc3\xc1\x79\x5d\x85\x0c\x5d\x45\xb0\x34\x7a\x6c\x09\x27\x23\x68\xec\xb6\x75\x18\x15\x47\xc9\x05\xea\x2a\x6d\xed\x85\x9c\xc0\xb2\x47\x69\xf6\xf8\x61\xad\xda\x0b\xf9\xa7\xcd\x43\xcb\xb8\x96\x96\x24\x0f\x15\x2e\x33\xf8\x2d\x0a\xca\xcd\xa5\x60\x2d\xd9\x9f\x36\xc8\x06\xac\x14\xfe\x95\x63\x05\x23\x66\x16\x2e\x1f\x4a\xa9\xee\xf8\xc4\x77\x4d\x78\x86\x5e\x8c\x8f\xea\x74\x50\xf6\xfb\x19\x0a\x02\x07\xb7\x50\x2e\x5b\xb8\x18\x9b\xb8\xb9\xfb\x12\x46\x26\x6f\xd6\x1c\x6c\xa3\x9b\x4b\x6c\x37\x41\xe6\xa4\xec\x91\xa0\x6c\x73\x13\xc1\x08\xa3\x1a\xc5\x68\x45\x9a\xbb\x15\x34\x37\x1d\xde\xf2\xb3\x55\x9c\x44\xd0\x1b\x76\xd0\xbe\x45\xc6\xfa\x61\x13\x2e\xd9\x4f\x1b\xfb\x99\xf7\x3f\x70\x2d\xef\x5e\xd6\xda\x4a\xed\x96\xb2\x87\x5b\xba\x88\xf3\x43\x4d\x95\xec\xf1\x91\x1c\xb1\x0c\xaf\x94\x32\x0b\x85\x91\xae\xcf\x9a\x6b\x0a\x43\x92\xc9\xc8\xab\x8f\xa3\x31\x9b\x84\x1a\x4b\xaa\x63\xdd\xd4\xa2\xa9\x68\x0b\x2e\x13\x67\x03\x9d\x2b\xd9\x5e\xc8\x6d\x21\x54\x2c\x64\xb5\xec\xf0\xbd\xb5\x9b\xea\x73\xae\x73\x2f\xd5\x4b\xbe\xb1\xb0\x5b\x42\x86\xec\x1a\x7f\x7d\x9e\xca\x70\xb5\x6e\x71\x55\xea\x4e\xe3\x42\x86\xd8\x7d\xb1\x13\x8d\xee\x8d\x9a\x5c\x09\xa5\x33\x7b\x1d\x4a\x01\xa7\xf9\xe9\x50\x7e\x89\xe9\x0f\xf3\xb1\xba\xf7\xf8\x81\x29\xe9\x88\xa6\xcb\xb5\x5b\x52\x43\x42\x1a\x56\x63\x77\x37\x39\x71\xcb\x91\xa1\x3d\x14\x74\x75\xa7\x4b\xc9\x55\xea\xea\xdb\x57\x0d\xaa\x6e\xad\x96\xa8\xcf\xa3\xf5\x67\x63\x93\x7e\x87\x12\xc3\x93\xd1\x92\x00\xb3\x6f\x48\x3a\x4e\xb8\xd2\x95\xae\xed\xc4\xaa\x6b\x8d\xff\x02\x55\xa1\xd0\x53\xd9\x0a\xc2\xb6\x3a\xf0\xfc\xd0\x15\x91\x68\xa6\xd4\x00\xf1\xdf\x6f\x22\xd3\xd9\x4e\x6a\xac\xe2\x5a\x9f\x93\x57\x50\xaa\xeb\x5f\x0d\x7c\x16\x12\x3f\x25\xe3\xd2\x32\xb3\x2a\x2d\x83\xac\xd2\x36\xe3\x2a\x5d\x46\x5c\xae\xc4\x62\x2c\x83\xfd\xaa\x1d\xbb\x56\x84\x5e\xc6\x11\x2d\x07\x71\xb4\xdf\xcb\x76\xac\xd0\x83\x56\x51\xb3\x87\x64\x2f\xfb\x44\xf5\x11\x59\x78\x6c\x69\x7d\x17\xb5\xce\xce\x38\xb5\x58\x8f\xf1\x46\xe9\x82\xda\x67\xa3\x8e\xc3\xf3\xa8\x69\xb0\x62\x63\x39\xf8\xb9\x3e\x38\xd3\x9a\xdd\x80\x71\x36\x80\xf6\x31\x58\x4c\x72\x05\x69\xd5\x8c\x8d\x32\x27\xfc\x14\xdb\x85\x6c\x50\x9a\xc8\x06\x6a\x0a\x3a\xb1\x0d\xc4\x0a\xa9\xe3\x8d\xa9\xc1\xfe\xe4\xd7\xe6\x74\xac\x4b\x6e\x27\x0f\xe3\x1f\x98\x51\xcf\x5c\x36\x36\xe6\x6a\xb5\xce\xc0\x12\xe2\xc1\x71\x0c\xae\xdc\x85\xbe\x8c\xa3\x66\x48\x77\x71\x65\x87\x8a\x25\xcd\xfa\x7b\x23\x15\xc2\xbc\xb1\x25\xc8\x68\x72\x59\xa9\x75\x84\x7c\x5e\x45\xaa\x73\xca\x8d\x20\x6d\xfa\x7c\x29\x83\x71\x37\x52\xfd\x66\x18\x4b\x71\xb3\xd3\xe6\x54\x32\x40\x7a\x64\x05\x85\x87\x94\x96\x86\x67\x5e\x46\x4b\xb9\x86\x8d\x35\x82\x17\x3a\xb5\x36\x32\xa1\x65\xcd\x84\xe6\xb4\x1c\xb0\x3c\xcf\xf2\x77\xac\x28\xc2\x25\x83\x2d\x2d\x95\x1b\x3b\x5f\x4f\x0a\xb2\xb4\x34\x4d\x34\x16\xb4\xb4\x4d\x38\x56\xc6\x2d\x13\x1a\xa2\xc0\x4d\x7d\x4f\xb4\x9a\xe8\x58\x7c\xf8\x2e\x58\xc1\x95\x91\x5f\x5b\x8a\xd8\x2e\xf1\x76\xa0\x7e\x9d\x09\x5d\xe4\x8d\x8f\xf5\x95\xf6\x59\xfd\xf1\x65\xf3\x63\x95\x29\xb8\x84\x5b\xe3\x63\x31\x1c\xd7\xf5\x87\xb7\x8d\x0f\x85\x26\xf7\x16\x2e\x0e\x5c\x88\xdd\x19\xf4\x02\xe7\xf4\x4e\xd2\x0c\xbc\xa2\x77\x6d\x65\x17\xbc\xa1\x77\x03\xb5\xb2\xe1\xa5\xd1\x96\x0f\xa6\xbd\x52\x23\xf9\x07\x95\xac\x86\xd1\xc8\x3c\xce\x75\x4c\x7e\x8b\xc5\x58\x48\x24\x3a\xce\xfd\x21\x26\x34\x16\x00\x18\x9f\xfc\x1c\x2e\x08\x7c\x54\xf2\xe2\x9a\x4b\xb6\x25\xac\x07\x0b\x02\x1f\x14\x0d\x1a\xdb\x39\xbc\xa3\xec\xd8\x3b\x31\x69\xc8\x83\xf7\xf4\xc3\x44\x8c\x6a\x70\xde\xef\xf3\x45\x75\xa1\xa3\x58\x5e\x4c\x87\xb3\xef\xe8\x70\x52\x07\xa6\x7f\x13\x1d\xf3\x44\xb5\x73\x49\x28\x15\xbd\x29\xd1\xdf\xfc\xad\xf2\xb7\x37\x6f\x0d\x52\xce\x23\x11\xa7\x24\xe8\xf5\x7c\x8c\x77\xae\x2e\x7c\x09\x7f\x25\x66\xaf\xd7\xcb\x40\x72\xd5\xf3\x7a\x2b\x4b\xea\x1d\xec\x03\x46\xce\xe6\x83\x1d\xa7\x4b\x63\x64\x83\xde\x67\x15\xe0\x1b\x49\xff\x4c\x57\xbc\x99\x6c\x06\x86\xdb\xbf\xb0\x0e\x92\x73\x5d\xe7\x5a\x4c\x16\x9d\xb9\x0c\x4e\xfe\xaa\x12\x23\xff\x96\xf6\x7a\x56\x1f\x1e\xed\x14\xde\x1c\x2f\x03\x9a\xb2\x66\x37\x8a\x7c\xa5\xcd\xa8\xbc\x53\xc8\x6e\xd3\xc2\x0b\xce\xad\xb9\xd0\x7b\xcb\xb5\x6f\xb0\x19\xc7\xc2\x70\x38\x88\x9b\xb8\x99\xf2\x4e\xd0\x75\x31\xf4\xc1\xe9\xf8\x5d\x37\x59\x9b\xdd\x70\x49\x84\x41\x19\x5e\xe1\x91\x3d\xf8\x30\x39\x19\x05\x43\x79\x27\x33\xcf\xd6\x57\x19\xba\x89\x48\xb3\x95\xb0\xd8\x64\x9b\xed\xc6\x0b\x3c\xde\x11\xe3\x0d\xbb\xdb\x84\x69\xc4\x22\xde\xd3\xc6\x7d\x8d\xe5\xe6\x5f\x38\x8c\x48\xb2\x7e\xbf\x57\x28\x03\xc8\x25\x5a\x6f\x8b\xb1\x92\xc2\x91\x1c\x17\x29\x24\x10\x35\xcf\x0e\x6c\x80\xb7\x13\xc5\xc0\x9b\xcb\xc5\xfe\x28\x44\x15\x66\x24\x42\xc4\x87\x69\xe9\x05\xef\xe5\x1b\x45\xbd\x35\x20\x41\x8d\x58\xf0\x41\xc1\x0a\x64\x69\x99\x67\x49\xf7\xac\x7e\x3c\x48\x3a\xea\x3a\x07\x84\xd2\x31\x50\xd3\x6e\x2a\x3c\x41\xeb\x00\x5b\xaf\x65\x3a\x48\x05\x83\xeb\xfd\x4f\x1b\x7d\xd9\xd7\x7c\x8b\xa9\xea\x6a\xce\x59\xbe\x7e\x03\xf2\xa8\xa0\x73\xe0\x53\xe5\x20\x49\x79\x7f\x15\x47\x81\x3d\x55\x70\x60\x14\xc4\xed\xbd\x89\x59\xfa\x66\xa2\x50\x4b\x1b\x93\x55\x66\xeb\x78\xee\x05\xbd\xde\x1b\xa5\xda\x97\x6f\xe2\xf4\x26\x4c\xe2\xc8\x0b\xde\x56\xa0\x18\xc9\xe4\xc6\xff\xdc\x58\x49\xb8\x23\x92\xe0\xa5\x5f\x36\x5e\x18\x9c\xc8\x05\xc5\xd0\xba\x96\x6b\x75\x42\x5b\x7b\x69\xcc\xd6\xb3\x56\x25\x7a\x67\x24\x04\x5d\x94\x76\x87\xec\x6f\x4a\x02\xf7\xb5\xf9\x9b\x9e\x1a\xf1\xcc\xa5\x39\xf7\x8e\x4d\xe0\x6d\xbf\x7f\xd0\x94\x2b\x4c\x58\x5e\x7a\x7c\xad\xbf\x3b\x34\x2b\xe6\x9a\xa9\x60\xde\x14\x9b\x16\xad\xc3\xa7\xcd\x4b\x4c\x65\x88\xf3\x45\xad\x6c\x90\xfb\xa5\x53\xbf\xd9\xa8\xb5\x79\x85\xf4\x40\xc4\x5e\xd4\xd2\x29\xb1\xac\x8e\x3f\xae\xbc\x56\x52\xfb\x58\x14\xd2\xd4\x3a\x43\x15\x34\x1d\xa4\x59\x19\x2f\x76\xe7\xe9\x47\x26\xb2\x42\x42\xd3\x4e\xe1\x64\x5e\xcb\x36\xc9\x64\x3a\x0b\x12\xd8\xaa\x6d\x46\x59\xe6\x94\x68\x93\x13\x51\xe1\x45\x51\xd6\x51\xad\x87\xa0\x63\x38\x67\xb5\x5e\xb4\x24\xca\xf9\x88\x52\x9a\x2b\x67\x17\x4a\x69\x8c\x87\xfd\x70\xbf\x2f\xf6\xfb\xb2\x47\xd1\xdb\x41\x24\x91\x78\xe1\x47\x74\x3e\x51\x11\x90\x37\x3b\xe1\xa2\x31\x27\xc1\x74\x06\x5b\x31\x48\x1b\x1a\x19\x4d\x1a\x6f\xbe\x3b\x19\xf5\xfb\x91\x0a\x8d\xbd\x81\x11\x11\x17\x39\x91\x30\x14\x2b\xc9\x58\x3c\xd2\x69\x39\x1b\xb3\xc1\x86\xe5\x45\x5c\x94\x3e\x01\xc7\x9e\xd7\xf6\x85\xf0\xa3\x9a\x5c\x85\x99\x8b\xcf\x20\x83\x12\xb6\x10\x92\x4a\xd4\xd4\xfd\xde\x8e\xd6\xac\x3b\x74\x18\x94\x2f\xa3\x6c\x9c\x7e\xab\x46\x72\x9c\x2a\x0f\x93\x9c\x66\xd3\x74\x36\xd6\x60\x7b\xea\x40\xd7\x8c\x3e\xad\x15\xd7\x8d\x88\xf6\x90\x2b\x78\x33\xf3\x70\x21\x0f\xc7\xf1\xc2\xcf\x29\xa5\xe9\x7e\x8f\x53\x24\x2b\x57\x3e\x35\xf9\x38\xfd\x4e\x27\x4e\x52\x3a\x0c\xd2\x6f\x87\x08\x00\x10\xeb\x09\x27\xda\x57\x26\xa4\xc3\x71\x3c\x4d\x9d\x58\x81\xfb\x7d\xfb\x8d\x06\x18\xc4\x57\x6a\xa7\x1a\x0b\x9a\xf8\xce\xd5\x98\xe3\xf2\xdb\xe1\xa4\xae\x3c\x48\x8f\xcb\x3a\x1f\xb6\xeb\x64\x44\x20\x3d\xa6\x25\x84\xc7\xc7\x95\x89\xbc\xd7\xba\xc9\x65\x90\x12\x48\x5b\xf1\xc3\x5b\xe6\xb6\x07\xed\x59\x79\x06\x48\x4d\x7b\xd6\x86\x18\x14\x17\x65\x20\xc2\x7c\xa9\x43\x97\x69\xf6\x11\xdb\x9e\x66\x7f\x5c\xa0\x33\xcd\xcb\x0a\x85\x51\xda\xde\x85\x0d\xd5\x79\x6b\x07\xd6\x3a\x51\x43\xca\x5a\x65\x45\x59\x0b\x57\x0e\xe0\x9d\xeb\x41\x28\x30\x83\x44\x7e\x7d\xf7\x5f\x1b\x62\x07\x17\x83\x3a\x10\x04\xe8\x4d\x56\xc8\x1c\x87\x98\xb9\xd5\x25\x29\xd1\x35\xc4\x36\x29\x95\xe5\x1d\x52\x59\x3e\xb1\x24\x31\x7b\x5f\xc6\x61\xaf\x11\x09\xbd\x20\xae\x00\x17\x4c\x6b\xfe\x48\x93\xa3\x37\x6d\x37\x9d\x14\x22\xac\x9e\x52\x11\x63\x5d\x44\x8e\x12\x16\x8d\x9d\x1d\x95\xcb\x41\xda\x35\x3e\x94\x4d\xab\xef\xbe\x1b\xb6\xf1\xbb\x2c\x80\x75\xd5\x4c\x61\x0a\x9d\x1a\x63\x9e\x55\x4a\x31\xe7\xe8\x9e\x04\x32\x6d\xf7\xcd\x52\x51\x58\x76\xa3\x07\x16\x82\xb2\xc6\x01\x19\x75\x5e\x00\xf4\x45\xb8\x02\x1e\x1a\x18\xb4\xf6\xc4\xd6\x3c\x34\x36\x75\xce\x07\x96\x52\x1c\x05\x39\x0e\x47\x66\x06\x39\x73\x51\x40\x6d\x1d\x65\x8d\x51\xd3\xc8\xac\xb1\xab\xcb\xd3\x74\x87\x25\x03\x3f\xbf\x4b\x91\xe2\x13\x1e\x6e\x6a\x6b\x83\xae\x4a\x50\xa1\xe4\x94\x1c\xec\x92\xc6\x2e\x3d\xd4\x10\xd4\xa9\xbc\xd6\x46\xf6\xfb\x51\x36\xdf\x22\x08\xa7\x38\x4f\xc8\x11\xea\x51\x9a\xf6\xfb\x69\x47\x8b\xdc\x3d\x6a\x7b\x59\xf5\xda\x15\xee\xf7\xbd\x76\xdb\x1a\xc5\x1b\xd7\x73\x2e\x43\x1d\xfb\xd2\x31\x4c\xca\xfd\xde\xe3\x79\x31\x66\x16\xa7\x2a\x67\x6b\x8d\xdb\x9c\x2e\x6a\xee\xba\x32\x54\x6a\x91\xc6\xb5\xa1\x85\xe8\xda\x75\xdb\xd8\x1b\x41\xaf\x57\xf6\xfb\x3d\x25\x25\xdf\xa0\x29\x96\x56\x3e\x5f\xe1\xa3\x7b\x80\x8d\xeb\x8b\x0e\x2d\x9f\xd0\x3e\x6a\x45\x91\xbd\x2a\xf1\xeb\x1f\xd9\xee\x2a\x0b\xf3\x08\x33\x8c\x1b\xd3\x62\xdf\xcf\x48\x13\x6a\xde\x58\x9c\x11\x7d\xcd\x94\x6d\x0a\xcb\x13\x1c\xca\xca\x0f\x07\xfa\x56\x81\x00\x63\x34\xf5\x9f\x11\x28\x99\x81\x80\xa6\xce\x62\x66\xd8\xf2\x1a\x0b\x4d\xbf\x95\x9a\x75\xb5\x76\xad\x97\x9e\xb4\x88\xb4\x3e\xc0\x24\x0f\x9a\xc7\x96\x46\x9d\x8d\xb7\x46\xfe\x8e\x8c\x9e\xd2\xb9\x34\xdf\x63\xa2\x27\x74\x3b\xf6\x3b\x4c\xaa\x9b\x2e\x81\x30\xcc\x1c\xe8\x5e\x60\xe7\x68\x67\xa8\xdf\x2b\xff\x00\x2b\x4b\xa4\x70\xa5\xdb\x26\x94\x76\xc6\x4c\xa7\xdb\x35\x4a\x4f\x02\x2b\xef\x4a\x82\x52\xe3\x60\xbe\x29\x0c\xf5\xa1\x63\xb0\xad\xf7\xf2\x9b\x1f\x94\x4a\xad\x9d\xfd\xe4\x44\xe9\xdb\xbc\x0a\x52\x46\x7d\xff\xdf\xf4\xbe\x22\xd3\xe7\x83\xe5\xb1\x07\x47\xde\xf1\xf3\xc1\x6a\x90\x33\x74\xb2\xf4\xbd\xff\xdf\x9a\x45\x71\x78\xe4\x81\xe7\x91\x06\x28\x42\x0b\xf5\xe0\xdf\x04\x32\x46\xef\xeb\x08\x0f\x66\x76\xff\x6f\xf4\xbe\x82\xbf\xb5\x60\x24\x5a\x68\x16\x5d\x28\x17\xd0\xc4\x85\x92\xd0\x0b\x7f\x23\x90\x32\x52\x41\x6e\x55\xed\xff\xc2\xab\xfb\xe5\x21\x48\xab\x5f\x48\x05\x31\xab\x31\xe7\x9e\x13\x7f\x08\xcf\x07\x6b\x02\x21\xb3\x00\xf7\xfe\xfb\x05\x80\x7b\x1a\x56\x6f\x4d\x71\xf5\xe3\x60\x23\x9a\xac\x52\x67\x3a\x00\x65\xa5\xbe\x79\x67\xde\x26\x5e\x9a\xf7\x8c\x67\x98\xc9\xa5\xe2\x44\xf8\x3e\x5b\xb9\x29\x40\xfc\x1a\xba\x4c\x44\xf3\x6b\xa9\x2e\xd1\xeb\x7e\xd5\xc6\x8c\xc6\x2e\x1c\xc5\xc5\xd1\x36\x15\xb7\x4f\xd1\x51\x96\x23\x5e\xc0\x51\x9c\x1e\x5d\x85\x05\x3b\x52\x84\x75\xb4\x64\xf2\xf2\x52\x9b\x69\x0e\x3c\xa1\x0f\xbd\xb3\xf0\xfc\x4a\x86\x20\x2a\x74\xa5\x91\xff\x5e\xd1\x55\x1b\x24\x70\x65\x80\x04\xae\x24\x30\xe0\x27\x85\xe9\xf1\x6a\xb0\x66\xe9\x96\xaf\x1c\x03\xe6\xae\x82\xcf\xee\xf7\x15\x7c\xb4\xa7\xff\x95\x50\x40\x88\x77\x1f\xe8\xf4\xce\xf6\xfa\x68\x53\x66\x03\xda\xdf\x89\x70\x23\x61\x89\x6a\x28\xa2\x47\x84\xe9\xda\x84\x51\x84\x05\x0d\x8f\xbe\xd9\xdc\x79\x76\xf4\x8b\x75\x9c\x4a\x58\x92\xaf\xbe\x36\x41\x4a\x4e\x35\x96\xde\xf0\x40\xfc\x6e\x13\xb5\xc7\x11\x99\x40\xc2\xf7\x0c\xe1\x36\xcb\x23\x8c\x14\xe6\xa1\xad\xc7\x09\x7f\xae\x43\xc2\xb4\xdf\x94\xec\xae\xc4\x30\x71\x81\x97\xb0\x45\xe9\x81\x37\x58\x17\x27\xc2\xc7\xf4\x84\xf7\x54\x6b\x8b\x3c\x15\xca\x4e\xc6\x8b\xaa\x66\xf0\xae\x39\xd6\x82\xf1\xc1\x01\x55\xd5\x4b\xe9\x0d\x4c\xe0\x9e\x13\xc1\xcf\xa2\xe7\xcf\x07\x0b\x4e\x32\xf1\x55\x96\x44\x60\xce\xb9\x2c\xf0\xcf\x85\x6b\x58\xb9\x86\xfd\xab\xaf\xf5\x14\x2b\xdc\xa9\xd6\xfc\xb5\x90\xa6\xda\xc3\xd5\x0e\xc9\xda\x05\x35\x63\x62\xf4\x34\xb8\x6c\x49\x2a\x32\x43\x44\x4b\x45\xe7\x35\x20\xe4\x87\x9c\x15\x05\x82\x5a\x76\xa2\x25\x34\x6c\x1f\x7a\x23\xed\xf6\xaf\x63\xf2\xf4\x05\xe8\x99\x00\x13\xf3\x82\xe9\xa1\x85\xd7\x1a\x5b\x36\x79\x1f\xb8\x9a\xa6\x17\x6a\xc6\x66\xe0\xf5\xeb\xc2\x5d\x05\x58\x13\xa4\x3f\x11\x22\xf0\x97\x37\xe8\x40\x73\x64\x19\x46\x80\x7d\x5e\x19\x9f\x99\x16\xaa\x9a\xc6\xa9\xbb\x97\x18\x5f\x0d\x6c\x2f\x09\xf9\xd5\x44\x88\xd4\xb0\x63\x68\xc5\xf2\xfa\x90\xd3\xea\x07\x02\xed\xe1\x78\x0f\x07\xd9\xde\x5b\xbf\x37\xe4\xdb\xee\x8c\x98\x30\xcd\x1d\x65\xab\x92\x2c\xa8\xcf\x16\x61\xb7\x23\xfa\x5a\xb8\x8c\x9a\x32\xa1\xd1\xc1\x94\x54\x33\x02\xbf\xd3\x0b\x4e\x5c\x4c\xfb\x74\x4f\x9a\x30\x61\xc7\xde\x91\x77\xec\x48\x1c\x1e\x0d\x3d\x11\xea\xda\xf9\xba\x9d\x08\x3f\xb7\xea\xfa\x92\xcf\x5b\xf8\x65\x87\x1a\x66\x23\x7a\xde\x89\xcb\xb9\x9b\x99\x14\x99\xef\xa4\xe2\x48\x8b\xc9\x06\xab\x83\xe7\x83\xef\x35\x27\x03\x27\xe9\x82\xbd\x41\x21\xb9\x09\x6c\x59\x27\x93\x57\xd8\x7b\x43\x07\xcf\x31\x26\x2f\xe3\x93\x97\x4d\xd5\x72\x3e\x1a\x78\xc7\x77\xe2\x4e\x64\x46\xa7\xbd\x5d\xbf\xff\xc9\x0e\x9d\x7b\x35\x39\x6f\x81\x00\x06\xe7\x0d\x28\x5d\x2e\x67\xcd\x44\xa9\x1a\x05\xb1\x55\xaa\xd1\x88\x9c\x37\xe2\x20\xb2\x67\x65\x16\xa7\x17\xd9\xf4\xde\x05\x8f\xa7\x01\xf4\xbc\xff\xfd\x5f\x77\xc0\xaa\x2e\x08\x3a\x0c\xfa\xc3\xd9\xb4\x8c\xf5\xd3\xda\x71\x1b\xf1\xa6\x04\x69\xef\x26\xa2\x5e\x44\x3f\xd4\x30\x78\xe7\x42\xbc\x53\xe0\xc2\xd6\xa6\x8a\x30\x89\xe6\x2c\x48\xb0\xd2\xce\x01\x08\xf5\x00\x08\xf6\xf6\xe0\x34\xd9\xb5\x1b\xf3\x61\xcc\xb2\x3e\x36\xcd\x28\x2f\xe1\x73\x6b\xc2\x8c\x0c\x53\x91\xc3\x9c\x34\x89\x73\xda\xd9\xe6\xc2\xd9\x66\x77\xa5\x4d\xda\xb3\x4e\x2b\x5d\xcd\x7b\x20\x67\x6b\xa4\xba\xb3\x36\xab\x57\x07\xa3\x19\xfd\xd8\x51\x96\x95\x83\x54\x70\x25\x20\x76\xf9\x79\xdd\x83\x5d\x13\x6f\xf7\x52\x24\xe8\x3b\x5d\x9e\xd0\x5b\xf6\xfb\xe6\x70\x26\xf4\xde\xab\x51\x23\x6b\x12\xfe\xfb\xff\x7a\x9a\xb9\x6b\xa1\xb4\x33\x0c\xdb\xc9\x53\xb9\xc5\x9c\x8c\x86\x55\x05\x89\x9c\x9e\xba\x9e\x7b\x8d\x77\x78\xaf\x32\x3e\xa9\x78\x4e\x3e\x5b\xe2\xa4\x3e\x95\x7d\x44\x9e\xd4\xda\x6a\x5a\xf8\xd2\x16\x12\xf3\xe8\x41\x24\x66\x0b\x15\xdb\x5e\x16\x57\x93\xdf\xdb\x70\x91\xdd\x52\xb3\x8c\x38\xaf\x64\xb1\x53\x4b\x16\x1b\x9a\xa2\xd7\xe9\x37\x9b\xbb\x23\x29\x81\x3d\x2e\xbe\xe1\xed\x2a\x2e\x99\x00\x2c\xd1\x71\x71\xb9\xa4\x76\xae\x73\xb2\x24\x89\x37\x45\x5c\x78\x15\x9c\xf5\xfb\x53\x17\x8d\xd5\x7c\x5c\x78\x51\xd7\x87\x31\x3c\x58\xcc\x60\x5d\x7f\xa8\x08\x0a\x3e\xce\x38\xfd\x38\x86\xdd\x11\x43\xd1\x16\x4a\xbf\x78\xe3\x9e\xf3\x15\x3c\xef\x04\xbb\x34\x0f\x08\xf5\x7e\xde\xde\xe0\x9b\x72\x73\x17\x04\xe3\x9c\x93\x58\x4b\xe5\x33\xbd\x6b\xdd\x5e\xeb\x08\xca\x5d\x73\xfa\x29\xdb\x04\x23\xe7\x1a\x10\x34\xfd\x8d\x10\xbb\x2a\xe0\x6b\xfc\xbe\x49\x41\x66\x2b\xac\xea\xd5\x7c\xb5\x77\xb8\x1a\x1d\xf2\xe5\xa0\x58\x87\x49\x52\x83\x43\x3a\x01\x5a\x71\x0a\x9d\xf3\x61\x0c\xbf\x44\x0f\xfe\x03\xd2\xfd\x96\x8f\xa4\x79\x45\x1e\x74\xc7\xde\x68\x9f\x67\xe5\x61\x59\x74\x84\xc0\xbd\x31\xa8\x4f\x2b\xa2\x55\x68\x53\x6d\xd3\xc6\xb7\x96\xbb\x8b\x55\x18\x65\xb7\xc1\x9b\x01\x4b\xd8\x0d\x9a\xe5\x7f\x63\xaf\xde\x9f\xcd\xbe\x45\xbc\x6f\xd1\x14\x8f\x7e\x67\xa2\x94\x93\x75\x18\xa7\x9e\x16\x79\xd5\x57\x15\x44\xa4\x82\xeb\x19\xb8\x2e\xbe\x02\x8b\x73\xe9\xf3\x80\x06\x16\x1e\x72\xd6\x65\xeb\xee\x1a\xe7\xc7\xc2\x00\x10\x16\x0c\xa3\xb2\xab\x0a\x1e\x90\x87\xdf\xfa\x64\x46\xc0\x09\x25\xf1\x1a\x9c\x70\x11\x3f\x38\x73\x9b\x40\x15\xd3\xd7\xf0\xc3\x03\x4a\x84\x46\x2b\xe5\x75\xc9\x43\xb2\xbb\xee\xaa\x20\x43\xa3\xe1\x4a\x2d\x69\x0c\x8f\x4c\xd2\xab\x6d\xd4\x5a\xca\xaf\xcc\x20\x94\x46\x8b\xec\xfb\x2d\x57\x91\xcd\x86\xb8\x14\x9f\xc6\x77\x75\x2a\xdc\xff\x29\x66\x0c\x6b\x85\xfe\x34\x84\x75\x78\xf7\xb3\x29\xbc\x7d\xa9\x22\x43\x20\xb1\x22\x17\x6c\x4d\x87\x50\xc7\xbe\x73\x24\x3e\x3c\x53\xef\xdc\x33\xd5\x36\xf2\x0f\xee\xc5\xc1\x41\x9c\x27\xea\x4f\xe2\x94\x13\xff\x89\x24\xe7\x0a\x9a\xb0\x21\x32\xbf\xda\x00\x87\x95\x3c\x80\xdc\xa3\x86\xe9\x82\x25\x8b\xc0\x2b\xca\x9c\x95\xf3\xd5\x61\x0d\x53\x25\x31\xc7\x4d\x39\x65\xc3\x57\xf6\xe3\xf0\xc4\xef\x1b\xe0\xe0\x02\x3a\x77\xc3\x8f\xb8\x42\x13\x2f\x0f\x4a\xb7\x33\xe0\xbc\xc1\xaa\x66\xc1\xab\x59\x4c\x63\x36\x53\x71\xc5\x4f\x9f\x9d\x56\xb0\x20\x95\x12\xef\xdf\xa4\x29\x67\x10\x46\xfb\x87\x47\x02\x9d\xb7\xaa\x1c\xb0\xb9\xfa\x3e\xa2\x22\xe3\x90\xb9\x51\x31\xbd\x3f\x13\x13\xf3\x5f\x35\xc0\xa3\x0c\x88\x99\x8b\x80\x98\xb1\x08\x88\x19\xaa\x80\x98\x05\xc6\x9b\x1b\x8a\xc8\x98\xa7\x4f\x65\x64\xcc\x53\x9e\xb2\x55\x31\x30\x23\x19\xfb\x72\xa3\x62\xd3\x2d\x44\x90\xcc\x15\x4d\xfd\xaf\xbe\x91\xb1\x31\x47\x23\x11\x1c\x13\x81\x7f\x6f\x64\xd4\xfd\x2b\xda\xec\x42\x0d\x80\x3a\x84\x9c\xb2\x8e\x80\x79\xf9\x34\x9b\x8d\xd3\x69\x39\xc8\xd9\x32\x2e\x4a\x96\xfb\x31\xf4\x86\x64\x46\xe3\xaa\x82\x5d\xe3\xc2\xb2\x0e\xc4\x37\x84\x4c\x6e\x5e\x83\x6b\xb6\x2b\xfc\x92\x1c\xb2\x7c\x61\x83\x6d\xaa\xcb\x2f\xa7\xf9\x0c\x72\x5e\x09\x08\xb4\xcb\x23\x9e\x52\x55\x70\xe9\xb8\xdc\x5b\x0f\xc2\xc1\x92\x95\x6f\xd2\xa2\x0c\xd3\x39\xf3\x09\x5e\xc8\x9b\xc6\xf0\x6c\xa0\x96\xb2\xe0\xfb\xa1\xb8\x48\x2c\xe3\xcd\x05\xfb\x6d\xcb\xd2\x39\x13\xc1\xe3\x62\xce\x94\xb7\x57\xef\x58\xba\xfd\x90\x67\x82\x5f\x25\x86\x21\x88\xe2\x2a\x42\x63\x09\x73\x6a\x5e\xfa\xdd\x57\x7c\x92\xe2\x07\x43\x72\x15\x93\xc2\x67\x24\x60\x83\x42\xd7\xb4\x29\x26\xf6\xa3\x00\xae\x52\xc6\x9a\x04\xa6\x05\xe7\xd7\xa2\xf0\x77\x6c\x9d\x39\xc0\x28\xd0\xbe\x68\x5a\x43\xca\x4e\xd2\x6d\x92\x50\x4a\x33\x03\x6b\x20\xdb\xef\x33\x07\x6a\x59\x26\x27\x1a\x0a\x9a\xc9\x71\xc1\x56\x8c\xe3\x85\x5f\x88\x77\x49\x1d\xcb\xa5\x18\xc8\x5f\x70\xcd\x76\x7a\xfc\x82\x62\x60\x3e\xd6\x76\xd5\x85\x81\xb5\xd0\xf3\x7b\x99\x7e\xec\xf7\x7b\x99\xe1\x5b\x85\xb6\xda\x2f\x77\x69\xb8\x8e\xe7\xe8\x72\x98\xb3\x34\x28\x06\xed\x44\x9e\x8f\x0f\x94\x78\xc9\x7f\x55\x63\x57\xbe\xfd\x7e\xeb\x67\x64\xe2\x27\x83\x2c\x7d\x25\x02\x5b\xd1\x12\xd5\x26\xf2\x49\xc0\xbb\x94\x20\x82\xcd\x53\x4a\xfd\x98\xba\x06\x4d\x99\xb0\x5b\x63\x43\x8c\x1c\xb1\xca\x11\x5b\x63\x40\x20\xe1\xcd\x52\x44\x23\x09\x8b\xf6\x86\x24\x30\xdb\x54\xd4\xbf\x81\x09\xf3\xaf\x44\x70\x8b\xb9\x75\x83\x64\x05\x30\x47\x14\xc6\x7b\xa3\x3d\xc1\x81\xac\x05\xa9\xb7\xce\x0b\x56\xaa\x06\x06\x61\x45\x2a\x32\x96\x5d\x4e\x4d\x4c\x0a\x74\xf5\xe6\x2d\x99\x4b\x7b\xbb\x83\x99\x32\x52\x11\x12\xa4\x34\x83\xfb\x75\x16\xc5\x8b\x98\x45\xe7\xe6\x7a\x0b\x52\x10\x2d\x2d\x3e\x65\x1f\xe5\x12\x0f\x98\x8c\xad\xb7\x85\x12\x42\x81\xae\x3d\x70\x7e\xdd\x82\xe9\xb5\x02\x6f\x9a\x26\xd9\x8c\x8c\xe3\x0e\x24\xed\xac\xdf\xf7\x77\x7e\xca\x47\xed\xca\x2f\x21\x05\x86\x18\xc8\xd0\x95\x5f\xd6\xa9\xf2\x82\xf1\x6a\x87\x88\x40\xd8\xfa\x19\xa9\xfc\x39\x44\x83\x56\xef\xa0\xe4\x45\x3f\x60\xdf\x95\x56\x90\xf8\x1b\x42\x2a\x38\x53\xdd\x08\x05\x32\xfb\x2d\x8d\x1f\x84\x61\x8f\x6d\xcc\xf5\xac\x76\xec\x0d\x89\x9f\x42\x49\xc6\x0d\x1c\xc2\xf8\x0f\x46\x5a\x6c\x45\x4c\x14\xfc\xa6\x37\xd2\x16\x12\x86\x49\xad\xbe\xf4\x5c\xa0\x07\x9a\x06\xf1\x40\x0f\x49\x13\x64\x26\x68\xf2\xf1\xb4\x2e\xb1\xd7\x63\xe8\xcd\xa9\x8b\x35\x3d\xf9\x6a\x6f\x65\x46\xd0\xd5\x5e\x99\xeb\xa6\xd4\x6d\xeb\x82\x11\x6d\x21\x95\xc1\x1c\x4b\x11\xc8\x31\x55\x00\x8b\x82\xe9\x0b\xf6\x6f\x6f\x12\x89\xb5\x89\xcc\xeb\xb0\x9e\x5b\xca\x6a\x5b\xb7\x35\x65\x83\x3c\x4b\x18\x5e\xcf\xea\x45\x16\x47\x96\xeb\xd3\x72\xe2\xb1\x34\xf2\x82\x25\xde\xd4\x5a\x30\x99\x3b\x7a\xe6\xcf\x4d\xaa\x48\x40\x95\x1d\x6c\x2b\x4e\x0a\xbd\x5e\xd1\xef\x17\x2d\x7f\x10\x37\x79\x35\x56\xbe\x7c\x8c\x06\x2b\xe2\x33\x88\x06\x0b\x22\x0d\xc6\xd6\xfb\xbd\x82\xce\x94\x2e\x20\x79\xcc\xd2\x12\x0f\x6f\x5e\xe0\x71\x2e\x79\x15\xe6\x1e\xa5\x74\x3d\x41\xb3\x91\xed\xc4\x53\xed\xf2\x02\x6f\x95\xe5\xf1\xef\x59\x5a\xf2\x07\xe5\xd2\xa2\x7b\xb0\xab\x3d\x4f\xb2\x8a\x80\x8c\x6f\x49\x29\xbd\xe9\xf7\x6f\xfb\xfd\x66\xc3\x2f\x9b\x8d\x66\xe6\x70\xec\xf4\xa0\x8a\x4d\x17\x03\x12\xf6\xfb\xe1\x01\x04\xfc\x07\x17\xde\x0e\xe7\xdc\xc0\x32\x13\x36\x74\xf2\x7c\x7e\xe5\x4b\xde\x80\x73\xf6\xd7\x35\x1b\xa1\xba\x6f\x6d\xe9\xf2\xbc\xe6\xca\x02\x72\xfd\x1a\x2e\xe8\xbd\x15\x84\xc5\x10\xed\x57\x2c\x8f\xf9\x91\x5f\xdf\x89\x67\xbc\xea\x5b\x87\x65\x81\x49\xba\xf6\xcd\x83\xb7\x2e\x4e\xcc\x5a\x1f\x13\x55\x0c\xa3\xc2\x88\x43\x90\x3c\x63\x55\x50\x2f\x81\x76\x34\x9c\x79\x96\x6c\xd7\x5c\x62\x2e\x67\xc0\x47\xba\x55\xab\xb4\x8b\xb9\x98\x81\x3d\x4a\xed\x8c\xf6\x7b\xfe\x89\x43\x7e\x37\xfb\x53\x91\x76\x74\xf7\x9a\x5a\x31\xc2\xbb\x41\xbc\x18\xb5\x5d\x75\x04\xc3\xbc\x6b\x22\xaf\xfc\xeb\xfd\xde\xbf\xae\x63\xb6\x9f\xa3\x00\xfe\x54\x04\xa5\x7e\x26\x63\x52\x73\x11\xfd\xa5\x2d\x93\xda\xf7\xa3\x2d\xbe\x79\xaf\x80\x64\xef\x97\xac\x44\x17\xbc\xe8\x1d\x0b\x8b\x6d\xde\x60\x8b\x02\x2a\x09\xd1\x0f\xd0\x89\xef\x47\xb6\xeb\xf7\xd1\x02\xe4\xfc\x36\x35\x1c\x79\xd5\x4b\x15\xe8\xe0\x88\x4d\xeb\xc4\x59\x05\x61\x64\x96\xff\x29\xc3\x2a\x8d\x6a\xf8\x56\x6a\x56\xe1\x5b\xdf\x53\xe4\x9b\xbe\x1c\x02\x8c\xc8\x51\xc7\xc0\xce\x6c\x9c\x74\x57\x7f\x70\x4f\x36\x02\x97\x67\xaa\x95\x99\xf2\xe0\xf6\x49\xed\xbb\xed\x6c\xab\xcf\x20\x27\x90\x57\xba\xda\x98\xa7\x40\x5c\x1f\x35\x42\xca\xb8\xe8\xea\x33\x88\xc9\xb8\xf8\xae\x1c\x2b\x99\x35\xf7\x43\xa3\x7a\x4a\x69\x42\xd4\x62\x40\x0e\xcc\xa2\x97\x61\x19\x06\x21\xe4\xac\x88\x7f\x67\x35\x09\x2b\xcc\xef\xb0\x0c\x3f\x65\xb2\x49\x4a\x1a\xb7\x0a\xf4\x8b\xae\x8e\x27\x44\xcd\xc8\xbd\x5d\x4c\xd2\xaa\xcd\x2b\x70\xb1\x7b\xd5\x38\xa4\x49\xf5\xe7\x5b\x58\xd5\x04\xf6\x9e\xdd\x09\xe7\x15\x63\xbf\x15\x06\x47\x76\x40\xf9\x44\x09\x76\x3d\x4a\xc3\x81\x55\x2a\x66\x4c\x14\x35\x86\x03\xb3\x61\xfd\x7e\xaf\x99\xdb\x76\x44\x77\x89\xa3\xa1\x15\x07\x3a\x85\x8c\xcf\x25\xce\xa3\x3e\xbc\x50\xf6\x5d\x39\x89\x27\xf7\xad\x91\x5a\xe6\xd9\xad\xd7\xe8\x75\xcc\x05\xd0\xa0\x9d\x57\x8e\x6a\x23\x77\xfa\xf8\xac\x59\x05\x25\x65\x70\xb8\x2b\xf7\x6b\x91\xbb\x76\x4d\x46\x80\x30\x3f\x01\x86\x23\x03\xf6\x88\x61\x94\xed\xef\xf3\xec\x96\x3f\x10\x32\x2e\x69\x52\x3d\x28\xeb\x77\x56\x53\x1b\x40\x5b\x2d\xef\xf7\xfd\x39\x15\x63\x45\xf9\x7c\x36\xfa\xcb\xf9\x48\xdd\x88\xc9\x81\x8a\xe7\xd6\x54\x49\xba\x51\xcb\x6e\x4e\x19\x6c\x71\xd9\x15\x64\xbc\xfd\x56\x2d\xbb\x88\x86\xfe\xdc\x5e\x76\x91\x73\xd9\xcd\xff\xc4\xb2\xdb\x76\x2d\xbb\xa8\x6b\xd9\x45\xd5\x78\x4e\xa3\xca\x41\x9e\x9d\xe4\x50\x41\xec\xcf\x21\x81\x82\x90\xca\x6f\x0c\xb1\x35\x8f\x50\x80\x10\xeb\xa2\xed\x9c\x89\x89\x3d\x74\x1e\x9b\x13\x88\x9d\xe5\xd5\x05\xf0\x3a\x09\xcc\xab\x0a\x84\xad\xb0\x90\x18\xf9\x9b\xd7\x59\xee\xdc\x2f\xb4\x82\xa1\xe7\xf7\x98\xb1\x9a\x3b\xf9\x32\xc1\x58\xe9\x6f\xd2\xb8\x8c\xc3\xe4\x23\x0e\xc1\xf7\x5c\x22\x6c\xb2\x0b\x7d\x10\xb0\xc7\xb3\x29\xfd\x90\x36\x5b\x13\x8b\xb5\x4d\xb8\xc3\xaa\xaa\x2a\xf8\x44\x95\x48\x85\xc1\xe4\xee\x4a\xff\x3e\x2e\x64\xe9\x91\x40\xda\xf9\x6c\xc6\xac\x5b\x60\x4c\x71\xb8\x89\x8b\xf8\x2a\x4e\x30\xd8\xa2\xd4\x02\xa3\x8d\x9e\x43\x8c\xa9\xea\xad\xea\x83\x71\x74\x52\xb0\x4f\xe5\xa0\xd4\xe8\xdd\x9e\x6c\x7c\x58\x86\x5e\xe0\xa2\x91\x0a\xca\xc1\x4d\x98\x6c\x25\x82\xb7\x67\x0d\x86\xf3\x93\xf6\x00\x35\x46\x50\x16\xf8\x25\xe3\xd6\x82\x05\x3f\x5c\xa1\x8f\x06\x38\x64\x2a\x7a\x3a\xa3\xaa\xc6\x94\x90\xaa\xde\x4f\xdf\x39\xa2\x7b\xa1\x46\xeb\x25\x3f\x56\x36\xce\x99\x61\x33\xa1\xa8\x13\x7a\x23\x02\x1a\x55\xff\x5c\x1c\x65\xe7\x2d\x9d\xa3\x75\x6e\xc7\x7a\x1c\x07\xef\x72\xd0\x4d\x9b\xbe\x60\xac\x28\xa3\xeb\xe6\xf0\x85\x93\xfb\x1f\x44\xac\xb1\x70\x3a\x9c\x41\x42\xc3\xe9\x68\xd6\xa9\x11\x48\xfc\x7b\x11\x6a\xde\x9e\x49\xc0\x11\x0a\x44\x15\x15\x86\x72\x12\xbf\x67\x4a\x27\xa3\xbb\x9b\x69\xf6\x3b\x57\x67\x52\xda\xd6\xbc\x4c\xe7\x70\x40\x27\xc8\xfa\x7d\xdd\x10\x83\x04\x55\x2b\x44\x03\x66\xa4\xb3\x08\x72\x6f\x38\xb4\xea\x92\x9a\xa4\xa3\xca\xc3\x50\x0e\x04\xa6\xe9\x8c\xcc\xf0\x14\x0c\x65\x23\x22\x15\x6c\xe8\x7c\x7a\xda\x3d\x6a\xc2\x14\x70\xab\x7d\x65\x6d\x61\xc0\x2f\xf4\x40\xf4\x86\x5a\xab\xc6\x4f\x23\x7c\x04\x5f\xc6\x92\x8d\x99\xba\xb3\x12\xdd\x64\xc2\x24\xf1\x19\xb8\x8b\x3d\xac\xa8\x49\x06\x8f\x43\xeb\x55\x68\xf7\x7c\x1b\xa9\xeb\x69\x0e\x14\x4a\xdb\x52\x65\xa1\xdc\x29\x75\xe6\x25\x2b\x5f\x64\xdb\x34\x8a\xd3\xe5\x19\xc6\x60\xf9\xc8\x1b\x43\xc6\x02\xc0\x49\xae\x5e\x4a\xe9\xb5\x3e\x51\x4c\xe2\x81\xbc\x40\x8b\x07\x78\x53\x51\x09\xb9\x14\x79\xb2\x16\xcd\xcc\x9e\x43\x6b\xb0\xa9\x1e\xd3\x49\x58\x47\x17\xd2\xad\x9a\x74\xd6\x6d\x00\xa2\xa2\x7b\x8e\xbc\x2a\x6f\x26\xcb\x2b\xb1\x8a\x40\x4e\xc6\x91\x9f\x10\x04\xe4\x51\x83\xa0\x0e\x3f\x8b\x3a\x7e\xdf\x9c\xf8\x64\x2c\x9f\x5e\x71\x3a\x5f\x80\x24\x5d\x0f\x92\x41\xc4\xae\xb2\x6d\x2a\x7c\x75\xbf\x86\xfb\x84\x85\x78\x05\x83\x2e\xd3\x58\xd2\x8a\xa6\x83\xc3\x7b\x9a\x31\x3f\xb6\x68\x09\x6b\xda\x2b\x6a\x72\x5f\xc9\xc1\x98\x76\xe4\xef\xa0\x27\xd8\x40\x06\x21\xac\x60\x3d\xc3\xe9\x78\x4f\xad\x7d\x67\x58\xc1\xdb\xbf\x42\xfd\x06\x21\x7d\x27\xdc\x4f\x2d\x7e\x04\x73\x1a\x4e\x4f\x67\xb0\xa5\xe1\xf4\xab\x19\x2c\x68\x38\x7d\x32\x83\x15\x0d\xa7\x4f\x67\xb0\xa6\xe1\xf4\x6b\xb9\xf8\xfe\x80\xa6\x8e\x0f\x9f\xd8\x5a\xe6\xa8\xeb\x9a\x4b\x9e\xb5\xb4\x34\x59\x37\x86\x0a\x0a\xc7\xe3\x8a\xb6\xd4\x44\x30\x45\xb6\xe8\xcd\xc8\x17\xa9\x9b\xae\x4c\x15\xc8\x52\x6b\x80\x3a\x14\x32\xa8\x4e\x0b\x3e\x56\xb0\xea\xf7\x7b\xeb\xb6\x86\xc5\xca\xf6\x19\x4b\x5b\x54\xad\xc2\x3e\x0d\xf4\x55\xcd\xbd\xe0\x72\xef\x2b\xb8\xf1\x51\x7e\xea\x28\x91\x97\xb4\x15\x20\x66\xc1\x7a\xf2\x59\xbb\x8c\x22\x18\x49\xb8\x2d\x33\xc1\x48\x4e\xe2\xc8\x0b\xbc\x1b\x11\xa8\x48\x06\xbc\xf5\x2a\x58\x4f\x78\xe9\x41\xd2\xef\xdf\xe0\x21\x0f\xd7\xc8\x5b\x5b\xaf\x63\x6c\x59\x75\x38\xbd\xd7\xf4\x2d\x3c\xc7\xeb\xbc\xa7\x04\x5e\xd0\xd4\xff\x6a\x48\xe0\x07\x9a\xfa\x4f\x46\x04\x7e\xc7\x17\xff\x24\xf0\x33\x4f\x20\xf0\x13\x7f\x7e\x46\xe0\x3f\xfc\x71\x28\xc2\x79\x3e\x1d\x89\x68\x9e\xa7\x66\x30\xcf\x9f\x06\x57\xc4\x26\x51\x7e\xa4\x52\x37\x3a\x2d\xdf\x12\x58\xc3\x12\x6e\xe0\x0a\x76\xaa\x80\xff\x08\xd5\x39\x5c\x5a\x91\x3d\x19\x41\x87\x11\xe5\x66\x71\x8b\x91\x34\x2d\x37\x8b\x6b\xe9\x0c\x36\x95\x9f\xfd\x3c\xd8\x62\x94\x3c\x04\xb5\x0f\x4e\x61\x15\x2f\x57\x7c\xd4\xf2\xb0\x10\x97\xd6\xc1\xbd\x0c\xdb\x2f\x62\xf8\x4b\xc3\xe7\x27\xd2\x30\xe7\x49\xd3\x1c\xd8\xf2\xb9\xb1\xec\x1f\x08\xb0\x46\x20\x68\x7d\xb5\xef\x3d\x41\xcb\xcc\xa6\xb5\xc2\xd9\x00\x0d\x05\xa4\x85\xd2\x59\xc3\x26\xd5\xbc\xe8\x7e\x82\x9f\x5b\xc6\x53\x0d\xa7\x07\xe3\x26\x3a\xa6\xf7\x15\xc4\xd3\x9f\x5d\xe6\xda\x31\xa9\x66\xc0\x07\x48\x59\x8a\xb7\x8c\x3a\x74\x33\x30\x26\x17\xcb\x9b\xad\x7b\x19\xe6\xd7\x0e\x4b\xd0\x9f\x3b\x2d\x41\xf1\xe6\xfd\xc7\x41\x38\x58\x17\x42\x5f\xf6\x66\x9e\xa5\x3a\xef\x99\xb0\xfb\xe4\xa5\x3e\x4f\x4a\x57\xf6\x77\x2c\xdd\x36\x3e\x69\x1a\xef\x86\xa4\xc2\x4e\x49\x47\x81\x87\x3a\xf5\x50\x97\x54\x40\xfc\x47\xb6\xdb\x95\xf7\x11\x8d\x2e\x64\xa3\xcf\x64\xc8\x8d\x3f\xd9\x68\x15\xa6\xfe\xd1\x8d\x6e\xe7\x7d\x44\xa3\x13\xbb\xd1\x0f\x53\xd1\xbf\xb7\x61\xc9\xf2\x34\xcc\x77\xcf\x93\xd2\x61\xcb\xf7\xf8\xf6\xb6\xf3\x3e\xa2\xbd\x73\xd9\xde\x57\x12\x65\xe9\xcf\x8e\xb2\x0a\xa0\xff\xe8\x56\xb7\xf3\x3e\xa2\xd5\xdb\x46\xab\xbf\x70\x98\xc5\xc7\xda\x78\xcb\xf1\x95\xe0\x3b\x2e\xf3\xb7\x03\xfd\xba\xad\x2d\x3a\xb3\x68\x77\xb1\xbd\x2a\x1b\xf6\x81\xd2\xd2\xe6\x67\xc3\x3e\x30\x3f\x6c\x1f\xf8\xb3\xb4\x0f\xdc\x10\x5e\xfb\xc3\x1f\x3e\x6c\xbb\xa9\x4a\x8c\x48\x05\xc5\x26\x89\x4b\xd1\x91\xfa\xbc\x7a\x6f\x9b\xc4\xb7\x2d\x78\x9c\x7c\x73\x61\x17\x27\xcd\xc6\xea\x21\x36\x8a\x59\xf1\x62\x56\xaa\x98\xce\xf6\xae\x9c\x25\x1e\x98\xe2\x4f\x5c\x84\x56\x13\x6c\x7c\xc9\xe9\x49\x5e\x54\x74\xce\xb4\x6b\xeb\xf8\x94\x6d\x30\x88\xb7\x32\xf1\x1f\xaa\x17\x2f\x70\x0b\x6c\xbe\x6b\xd0\x6a\x6d\x69\x6a\x99\x6a\xa3\x61\xba\xf7\xe7\x77\x95\x35\x1f\xc4\x75\xf7\xae\xb2\x7e\x68\x09\x36\x97\xd4\x9a\x54\xe0\x69\x5f\xab\x87\xb8\x80\xd1\x92\x25\x6f\xc9\xf2\x4b\xab\x5b\x92\xaa\xea\x98\xa5\x2f\x5a\x97\x37\xbc\xf6\x9b\x47\xad\x0c\x7b\x8a\x1f\xbb\x4e\x6e\x48\x47\x33\xff\x9a\x6d\xe9\x31\x24\x61\xf3\xae\xae\x61\xfb\x62\x0e\x7e\x95\x84\xf3\xbf\xba\x29\x7c\xd6\x83\xee\x1d\xbd\x9d\xb9\x9e\xec\xb9\x7b\x35\x6b\x53\x47\xc3\x15\xd4\x4b\xb3\x7c\x1d\x26\x5c\x5c\xb3\xea\xb3\x3d\x64\xd6\xaa\x3d\xfe\x55\x8b\x0e\xf5\xea\xac\xe0\xca\x5e\x44\x06\x0f\xbe\x22\x3a\x7a\xa4\x26\x8a\x9c\xf8\x3b\xb8\x84\x6b\x19\xab\xf0\xd7\xae\x28\xdb\x8d\x48\xeb\x94\xf5\xfb\x6c\x10\x6e\x36\xc9\x4e\x04\xdc\x0e\xf3\x25\x1a\x3d\x14\x32\xf0\x76\x4b\xc3\xad\x90\x80\x1f\x8d\x2d\x2b\x91\x1e\x6b\x83\x87\x54\x39\xa4\x77\x1d\x06\x7f\xa8\x63\xbc\x6a\x6d\x69\x5d\x12\x2f\x3b\x0e\x53\x03\x13\xd3\xab\xbd\x7e\x4f\xe6\xd9\x7a\x1d\xa6\xd1\x8b\x30\xf7\x14\xae\xf4\x6f\xe2\x00\xad\x0f\xa9\x08\x9f\x28\xa0\x65\x92\x41\x28\xb0\xd7\xea\x35\x7a\x45\x7c\x75\x04\xf9\x1d\xa1\x9e\xcf\x74\x89\xea\xd6\x78\x2a\x9c\xd1\x3d\xf0\x44\x0d\xde\x0c\xed\x17\xf9\xd0\xfb\xb1\x89\x74\xf1\x5f\xb4\x94\x1c\x11\xf8\x77\xd7\xf1\x4a\x69\x65\xec\xcd\xad\x82\x94\xde\x3b\x6c\x91\x2b\xc8\x28\xdb\xef\xf9\x29\x81\x66\xc2\x2c\x22\xa4\x99\x74\xf6\x2b\xea\x3e\x44\xc4\xcf\x60\xea\xf1\x0c\x1e\x78\x02\x33\xa3\x3e\x7b\x3f\x60\xda\x85\xa7\xb0\x78\x32\x2d\x21\x9e\x05\xa5\xa4\xf2\x70\x32\x4d\x21\x9c\x05\x69\x85\xe4\xf5\xb7\x86\x85\xd1\x2f\x7f\x2c\xa8\x7b\x8d\xb2\x6d\xd8\x93\x69\x3d\xbe\x8e\xd6\x9e\xd7\xc7\xdf\xf6\x4b\x53\xf7\xf0\x40\xc4\xca\x1a\x43\x2b\xa7\x9c\x7c\x71\x3d\x62\xb1\xcf\xf5\x9b\x90\x96\x83\x45\x88\xc6\x34\x45\xe3\xd5\x9c\x32\xfd\x8a\xaf\x1a\xf5\xfb\x41\x5b\x9a\xe7\x36\x36\xba\x1c\xba\x02\x55\x3b\x2d\x88\x55\x62\xc0\x60\xbd\xc0\x00\x0e\xca\xbc\x40\xda\x95\x28\x63\x1a\x1b\xcf\x2a\x6b\xab\x32\xee\xa4\x71\xce\x7c\x22\x6d\x73\xd4\x1e\x63\x7d\x38\x9f\xe4\xda\xe6\xc6\x50\x08\x05\xf6\xa4\xc0\x63\x9a\x2f\x47\xf4\x82\x95\x04\x84\xc5\x29\x53\x69\xc2\x06\xca\xb2\x88\x0a\x1a\x16\x52\x0a\x31\xae\x91\xac\x1a\x67\x05\xfc\x6d\x84\x80\x03\xb7\x45\xad\x99\xed\xbc\x61\x3f\x03\xf3\xb6\x86\xe8\xae\x11\x05\xd8\x1a\xa7\xf0\x51\x43\x50\x28\xfe\x6d\x0d\x82\xa2\x94\x3f\xd4\x09\xc5\xa3\x0e\x05\x91\x8d\x17\x7e\xad\x85\x23\x75\x64\x61\x99\xe2\x33\x4b\xbf\xa7\x74\xa7\x9c\x27\xf3\xa3\xc0\x7e\xcf\x06\xa9\x30\x6d\xee\xe4\x0d\x61\x92\x64\xb7\x6a\x53\x54\xc1\x13\x0c\x8a\x44\x13\x1c\x71\x2d\x25\xd9\xee\xbf\x7d\x36\xb8\xc2\x2e\x08\x1f\x03\xd2\x31\x80\x9c\x7b\xd7\x3c\x96\x77\xed\x24\xc1\xdb\x73\x43\xcb\x48\xd0\x0b\x23\x60\x03\xbe\xaf\x9e\xa7\xc9\x4e\x99\xc8\x96\xb8\x9b\x0a\x93\x55\xdb\xe6\xd9\x0e\xfe\x28\x45\x23\x19\x16\xa3\xbe\xe9\xae\x4b\xec\xf7\x6b\xf3\x05\x1c\x91\x32\xcb\x92\x32\xde\xfc\x90\x15\x02\xd4\x88\x4c\x9a\xf4\xf2\xdf\xe6\x3e\x65\x18\x7e\x69\xd7\x60\x2e\x93\x96\x9c\x89\xbc\x54\xb0\xbd\x2f\x76\x41\x6f\x84\xf1\x0c\x9b\x35\xf0\x39\x56\x1b\x18\x36\xd8\x67\x90\x11\x0c\x11\xd3\x4e\xae\x5a\xb9\x1d\x58\x5f\x75\xb8\x2c\x31\x15\xcf\x85\xb5\xfa\xbc\xb1\xa7\x3d\x2f\xa0\xa0\xbf\xea\xeb\xff\x7e\xdf\xd7\xbb\xc9\x9c\xf7\x0c\x2f\x90\x21\x6b\xa5\x67\x98\xde\x1c\x97\xa2\xb5\x7b\x37\x03\x45\x5a\x14\x7e\x28\x76\xa3\x95\x51\x05\xf6\x37\x00\xe3\xee\xab\x80\xef\x81\xba\x3e\x66\x90\xad\xf0\x81\xc9\x06\x9a\x42\x26\xc6\xef\x81\x8a\xc4\x8d\x91\xb9\x93\x6e\xc2\x6f\x91\x78\x56\x93\xb8\x95\x51\x8b\x75\xf7\xda\x85\xcf\x1b\x3d\x43\x2f\x11\xc8\xa4\xec\xf3\xb8\x35\xd0\x32\x53\xcb\xcc\x95\x50\x13\xfc\x21\x73\xee\xba\xa7\x04\x64\xd4\xf1\xb0\x22\x5a\xf6\x6c\x17\x70\x5f\x47\x6f\x7f\x97\xe5\xfc\xe8\x2c\xca\xd0\xb9\x09\x3a\x24\xb8\x67\xe6\xb9\x06\xb3\x9e\x0b\x9e\xe8\xce\x04\xbf\x92\xe0\xd7\xae\x5d\x72\xdb\xa4\x9a\xc4\xa0\x1a\x65\xc8\xf0\xc0\x0e\x5f\xac\xe2\x45\x79\x2e\xf3\x43\x8c\x48\xf8\xfc\x33\x91\x10\x21\xed\x5b\x3b\x52\x87\x9d\xae\xb4\x57\xc3\xdb\x95\x6c\x32\x0c\x42\x8d\x5c\x3a\xb3\xec\xcf\xe6\xe4\x7e\xae\x6f\x83\xde\xa4\x8a\xae\x69\x6f\x68\x8a\x63\x9c\x10\xe7\x33\x2e\x5c\x85\x34\x9b\x84\x83\x02\xd1\x67\x47\x24\x50\x3f\x87\x70\x32\x12\x2c\x79\x7b\xc8\x6e\x87\x33\x57\xb3\xf5\x41\xd8\xd8\x51\x8b\x9a\xb1\x25\x54\x70\x87\xcd\xb6\x64\x67\xb2\x3b\x7e\xd7\xd7\x41\x2d\xc3\x54\x04\xe2\x7e\x3f\xf6\xe7\x04\xb6\x7a\x1c\x68\x02\x5b\x15\xc7\x47\x19\xa9\xfc\xc1\x99\xe0\x9f\xa7\x38\x0f\xeb\x38\x8d\xd7\xdb\xb5\x65\x9c\x8f\xf3\x61\x4d\x50\xd2\x9a\xa0\xb9\x39\x41\x5b\x9a\x4c\x87\xf6\x9c\x6c\xfb\xfd\x44\x75\x27\x24\xf7\x5b\xe7\xfc\x8c\x20\xa1\x89\x9e\x08\x28\x68\x36\xb1\xa6\x6b\xcb\xa7\x2b\x38\xc0\x56\x0a\x02\xd3\xad\xbc\x10\x8b\xbe\x68\xd2\x9a\x62\x50\x52\x4f\xda\xfc\xe1\x49\xab\xbf\x0e\x92\xd6\xa4\x6d\x09\x44\xf5\xa4\xcd\x21\xaa\xb4\xda\x60\x2b\xc2\xe7\xb4\x42\xbb\xfc\xa9\x03\x9d\xb0\x75\x4f\x5b\x53\x94\x19\x92\x32\xce\xb5\x3c\xf9\x15\x1a\x8a\x2c\x69\x5e\xe2\xe3\xb4\x5a\x26\x4b\xdb\x9a\xcf\xcf\x0d\x60\x50\xf5\x3e\x98\xc3\x86\x5a\x56\x53\x8b\xfa\x83\x8d\xfe\x40\xbd\x0d\x36\x08\x84\x66\x1c\x25\x9e\x17\xb0\x36\xc3\x89\xbc\x0e\x56\xb0\xa4\xf6\x68\x37\x26\x9d\x9f\x22\xad\xb9\x6b\xbc\x4f\x09\xb8\xa8\xba\x9d\x4d\x85\x80\x50\x83\x14\x64\xa0\xa6\x4d\x01\x95\x1e\xa4\x82\xee\x76\x05\x08\xc4\x59\x13\x46\xd5\x0e\x7c\xf1\x37\x3f\x54\x81\x2f\x0a\x19\x26\xe2\xc6\xba\xb3\x35\x66\x39\x1a\x2c\x3a\xef\x6c\xd7\x4d\x86\x7d\x03\xf7\xd6\x11\x42\xd4\x6c\x0c\x39\x9a\xe2\x05\x4b\xb0\xe6\x71\x0b\xc6\x2c\x2d\xc0\x3c\xcf\x05\x36\xac\x2a\xce\xb2\x45\x35\x7c\xf1\x1c\x06\x6c\xb7\xc3\xdc\x18\x27\x1a\x75\x99\x3f\x46\x0d\x88\x13\xb9\x54\x5f\x80\x9b\xc5\xb5\x3a\x55\x5b\x10\x74\xbe\xaa\x4b\x72\xc0\xb5\x1a\xa2\xe9\xc3\x81\x86\xe3\x54\x68\x42\xb9\x80\x2a\x3f\x12\xe6\x97\x42\xb4\x2d\xd1\x95\xa8\x89\x24\x6e\x51\x92\x13\x78\xd8\x62\xb9\xe6\x7a\x56\x36\x11\x68\x38\x9e\xe3\xa4\xb9\x0d\x18\x6a\x23\x6f\x2d\x5a\x1f\xd7\x06\x96\xe9\x04\x9d\x36\x83\x94\x0b\x11\x9e\x47\x20\x9d\x78\xaa\x0a\x2f\xf0\xbc\xd9\xe0\x73\x16\xa7\xbe\xe7\x91\x36\x94\xa8\x12\xd4\x1a\x4b\x4f\x22\x8b\x5a\xfa\x96\x7f\x59\x9e\x0c\xbf\x3c\xe0\xc9\x50\x2b\xa2\x44\x94\x4b\xeb\x3e\xda\x76\x73\x48\xed\x0b\x62\x5b\x5c\xf3\x0c\x27\x74\xe1\xe0\xd0\x54\x53\x66\xe8\xdd\x6e\xc0\x69\x18\x37\xc4\xa3\x27\x88\x18\x72\x8a\x37\xc5\x52\x0b\xf4\xe4\x09\x3a\x3b\xd4\xe7\x69\xe1\xc9\x60\x48\x88\xf2\x95\x4c\xf1\x00\x7d\x26\xf8\x2a\x0a\xbc\xd1\x41\xb8\x3f\xe5\x8d\x5d\xcd\xc0\x3c\xab\xb6\x2a\xd0\x2f\xed\x2a\xa4\x1f\x89\x37\x7c\x64\x25\x0e\xf7\x0a\x63\xe0\x2a\xf2\x67\xdc\xa0\x9f\x3f\xc2\x0d\xfa\xeb\x27\xc2\x0b\x1a\xdd\xa1\x13\x69\x04\x31\xa7\xa9\xff\xe4\xa9\xf0\x81\x3e\x7d\xfa\xcc\xf6\x81\xfe\x4a\xba\x40\x3f\x39\x25\xb5\xbd\xe7\x4a\x92\xba\xed\x8c\x71\x2f\xb9\x67\x4a\x97\x7e\x49\x26\x2e\xeb\x59\x6b\xf9\xaa\x85\x71\xc8\x44\xba\xe4\xe7\x91\xa0\xac\x2a\xbf\xac\x3d\x19\xf8\x91\x55\xb7\x65\x6d\x79\x27\xb5\x9b\x04\xbe\xa3\x35\x8e\x96\x3b\x1a\x68\xd9\x6c\xd6\x2d\xd2\x60\xfd\xd9\x51\x9c\x1e\x31\xd2\x72\x1b\xc9\x30\x1a\xf4\x34\x9b\x1d\x12\x84\xca\x69\xc6\x0f\x5b\xfc\xdf\xba\x67\xd8\x4f\x62\xf5\x6f\x59\x8f\x9e\xa7\x12\x3d\x7e\xd8\xdb\x6d\x58\xb6\x38\x62\x95\xd8\xb0\x3a\xf5\xdb\x52\x16\x7d\x9c\x7a\xbb\x36\x80\xbb\xcc\xd2\xb3\x6d\x51\x66\xeb\xf8\x77\x34\xd7\x11\x01\x1a\xda\x28\xd5\x47\xe5\x60\x91\xe5\x73\x26\x02\xbf\x21\x3f\x7f\x94\x48\x65\x06\x8d\x7b\xd7\x0c\x43\xb7\x19\x84\x83\xec\xaa\x60\xf9\x0d\xf3\x75\x84\x88\x76\x6b\xba\xe2\xd0\x75\x04\xb7\xe3\xa5\x6e\xd3\x2f\x2f\xf7\x90\xf4\x67\xa3\x46\xcf\x85\xa9\xf5\xa7\x3c\x4c\x8b\x45\x96\xaf\xbb\x44\x85\xc5\x20\x1c\x9c\x65\x69\xb1\x5d\xb3\x1c\x0d\x39\x8d\xf5\xac\x6d\x78\x5d\xdb\x8a\x5f\xee\xf7\xf7\x15\x19\xcc\xcd\x46\x5b\x3a\x80\x74\x72\x5f\xb0\xb2\x8c\xd3\x65\x11\xdc\x57\x80\x4c\x26\xba\xa8\x53\xaa\x20\x55\xbc\xdc\x2e\x24\xa8\xbf\x5b\xf9\xd9\x40\x3d\x00\xd3\x3f\x49\xb3\xb4\x35\xcf\x67\x25\xf1\xdc\x56\x02\x81\x58\x8f\xb0\x08\x57\xc3\xee\x4a\x61\xa3\xee\x33\x15\x5c\xaf\x46\x03\xef\xf7\xfd\x8c\x96\x7e\xe6\xd0\xa2\xf0\x31\x6b\xda\xa2\x65\x15\x30\x35\xf4\xd2\x2f\x9d\x08\x09\xa8\xb1\x13\x5e\x71\x8e\xf6\x4f\x02\x3b\xce\xc9\x9e\x11\xb8\x54\xe8\x0e\xda\x37\xb8\x50\xbe\xc1\xf2\x39\x69\x19\x7e\x69\x8a\x97\x39\x76\xcd\x45\xed\x38\xe9\xe4\x65\x12\x94\x95\xb0\xb1\xbd\x7e\x84\xdd\x63\x13\x58\x41\x6c\xc7\xfc\xc8\x80\x8b\xf6\x13\x3e\x16\xd6\xe3\xa7\xec\x45\x16\xed\xf0\x04\x21\x8f\x15\x1b\x7a\xe6\x27\x4a\xa4\xcd\xa0\xce\x6a\x29\x6d\xd3\x8a\x33\x76\xdb\xd0\xf2\xb0\x33\x78\x89\xdb\x36\x96\x14\x75\x9a\x30\xc7\x8b\x5a\xb8\x90\x03\x72\x25\x74\x20\xca\xe8\x15\x23\xe0\x10\xcd\x3d\x78\x99\xa2\xd7\x6f\xe3\xa2\x1c\x84\x51\xe4\x67\x96\x47\x78\x2b\x4b\xce\xd6\xd9\x0d\xf3\x33\xe9\x73\x9c\x01\x83\x74\x46\x2a\xbf\x80\x0d\x2c\x48\x7d\xc2\xbb\x22\xfe\xa2\x4d\x47\xf1\xe0\x75\x1e\x2e\xd7\x18\x90\x99\xaf\x3c\xb7\x6d\x5f\x48\x4b\x71\xa1\x84\x83\xcd\xcf\xdd\x7a\x85\x15\x13\x34\x74\x0c\x84\xab\x72\x14\xe7\x78\xf0\x12\x33\xb5\x70\x1b\x7b\xc6\xb9\x37\x23\xb0\x72\xca\x9a\xe2\xc3\x54\x16\x95\x59\xfa\xc4\x92\x4c\xbc\xbc\x4c\xbc\xc0\x4b\xca\xdc\x83\xdc\x7a\x69\xbf\x8b\x69\xba\xdf\x67\xa6\x98\xf6\x32\xce\x83\xb8\x87\x68\x0b\xfc\x4f\x3e\x89\x83\x14\x52\xc6\xa2\x42\x10\x03\xbe\xe3\xcb\x90\xc0\x9a\xae\x06\xf2\x13\x58\xd2\xd5\xa0\xce\x05\x57\xb4\x39\x80\x89\x7d\xce\x89\xe2\x3c\x58\x57\xb0\x30\xaf\x74\x42\x34\x27\x95\xd9\x2e\x85\xcd\x2e\xc2\x18\x8c\x97\xfd\xbe\xdf\x2e\xf2\x06\x0c\xa6\x25\xe8\xf6\xd6\xdf\x00\xf6\x8f\x52\xba\xe5\x42\xfc\x55\xbd\x4d\x5e\x55\x3e\x43\x7b\xcb\x52\x98\x87\x5e\xdb\xe6\xa1\xaf\xc3\xab\x3c\x9e\xd7\x96\xa1\x17\xc2\xe6\xf3\x8e\xa2\x26\xf2\x75\xb8\x8e\x13\xcb\xe1\xf7\xdc\xc0\xdd\x17\xdf\x7a\x50\x53\xba\x91\x7c\x52\xa7\x7a\x15\xbc\xb2\xa4\xeb\x6b\xb7\x74\x5d\xcf\xae\xbd\xb0\xeb\x45\x69\x4b\xd6\xb2\xc8\x8b\xc1\x0d\xf1\xcf\xa1\x24\x82\x08\xcb\x86\x41\xa6\xb8\x03\x2f\x95\xfd\x68\xd3\xe0\xd2\x82\xee\x3a\x12\x9a\x6e\x2f\xb8\x03\xaf\x7f\x84\xb0\x42\xf2\x37\x67\xc5\x61\xce\x42\x2f\xb8\xab\x2a\xc8\x34\x70\x5a\xd9\x90\xfd\xc5\xb2\x47\x20\xd4\x86\x20\xef\xcc\x69\xa2\xf5\xa6\x33\x73\x24\xdb\xf0\xb9\x0f\x15\xe0\x12\x98\xe5\x14\x55\xc2\x45\xf8\x9b\xaf\x85\xd0\xf9\x12\x3e\xd1\xfb\x4a\x84\xd7\x84\x8f\x28\xe2\xfe\x93\xc0\x07\xe9\x44\xfc\xae\xc1\xe6\xdf\xff\x09\x1b\xf4\x4b\x6d\x83\x6e\x38\xe7\x70\x69\x1a\x1f\x84\xcf\x41\x6f\xc4\xc5\xea\x64\x3a\x9c\xa1\x4a\x6e\x34\x03\xad\x14\xfb\xc0\xf9\x12\x41\x9e\x81\x11\xc8\x5f\x6c\xaf\xae\x92\x38\x5d\xbe\x4a\x05\xaa\xfc\xa2\x66\xe4\x36\x54\x7d\x4d\x40\x68\x71\xae\xf0\x5a\x6e\x28\x1b\xac\x32\x8c\x04\x24\xe0\x0f\xde\x86\x3b\x96\x2b\xa9\xca\x0e\xf7\x6a\x5e\x7a\x05\x57\x68\x82\x2c\xf3\x63\x66\x16\xc1\x6d\x9d\xfd\xcc\xce\x7e\x86\xa0\xf5\x32\xbb\x21\x61\x21\x6c\x7d\x9c\x16\x2c\x2f\x5f\xc7\x79\x51\xc2\x1d\x7d\xe7\x2f\xd4\xf6\xb3\x32\x76\x9c\x35\xc4\xc5\xfb\xac\xfc\x21\x2b\xca\xa0\x77\x53\x11\x38\xa7\xf6\xc6\x11\x09\xaf\x59\xb5\x37\x44\x83\x25\x2b\x25\x8b\x78\xb1\x7b\x13\xf9\x37\x62\xaa\x19\x7d\xa9\x0f\xd5\x93\x68\xf0\xdb\x96\xf1\x33\x9b\x20\x79\x9f\x91\x20\x42\x2a\xaa\x2a\x78\x6f\xc5\x54\x17\xfe\x32\xd7\x86\x77\xcc\xf5\x7e\x7f\xed\xab\x32\xb5\xeb\xc3\xb8\x76\xb3\x91\x94\x87\x52\xb3\x30\x8f\x7e\x9f\x45\x8d\x27\xb9\x1d\x21\x2e\x0e\x17\xdc\xe1\x75\x5b\x52\x3c\xf7\x71\xd7\x8b\xfa\x7d\x46\xee\xdf\xfb\xea\xba\x31\x72\x19\xd0\x93\xb1\x11\x6a\x98\x4a\x28\x63\xed\x1e\x72\xc5\x37\x05\x70\x8a\x0e\x90\xd1\x72\x9c\x0e\x2e\x6f\xe2\xbc\xdc\x86\x09\x06\xc0\x57\x0f\xf4\x5e\xd1\x4b\x30\x9d\xc9\x63\x5a\x4e\xeb\xf7\xb2\x3f\x18\xca\xac\xdf\xc7\x68\xb7\x1a\x9e\xaa\xce\xa4\xca\xd0\x31\xe4\x52\x32\x8e\x31\x86\x9c\x2b\x93\x8c\x2a\x17\xc3\x88\x54\xad\x9a\x6a\x0c\x20\xbc\x46\xcb\xcc\x66\x67\x5d\xcd\x86\xcc\x51\x0d\x62\xe4\xa4\x84\x54\x7e\x09\xb5\x90\x01\x17\x13\x45\x95\x2f\x10\x15\x8d\x9f\x40\x06\x0b\x4e\xa0\x38\x53\x24\x40\x1e\xcc\xd2\x48\x4c\x1c\x5f\xcd\x7a\xda\x4b\xd8\xfa\xbd\x21\xa9\x9a\x66\x45\x1f\x3b\xdc\xe9\x5e\xfb\x04\x6e\xfa\x7d\x7b\x56\x3e\x4d\xd9\x6c\xbf\xf7\xf9\x1f\x3a\x9d\x11\xe0\x3f\x54\x58\xbd\xca\xbf\x81\xd7\x96\x90\xf3\xde\x55\x44\xbc\xc0\xcf\xd5\x0c\x63\x09\x46\xf8\xbe\xf4\x3b\x3a\xec\xf7\x31\x8b\x1a\xec\x14\x46\x04\x38\x69\x63\xa2\x8a\xe9\x26\x41\xbe\xb0\xac\x4a\xd4\x8d\x92\xd3\xcd\xac\xdb\xf3\xcb\xf0\x04\x9a\xf3\xd3\xac\x58\x3d\xb7\xc6\xea\xb9\xdd\xef\x6f\x7d\xa2\xfc\xd0\x76\xc6\x9b\xdd\x7e\xbf\xf3\x09\x1f\xc4\x11\x41\x8f\xb8\x39\xdc\xc2\x6e\xe6\xf0\x18\x69\x05\xd8\xe4\x9b\x6d\xc2\x39\x8c\x27\xfd\x5b\xc0\x68\x88\x0a\x44\xf5\x21\xcb\xcb\x30\xf1\x9b\xa5\xbd\x6a\x2a\x60\x7b\x1b\x63\x44\xc9\xfd\xe7\xfd\xde\xff\x4c\xef\x2b\x98\x7a\x52\x41\xe8\x81\x27\x4c\x6a\xd9\x5d\xf9\x8e\xa5\x5b\x7c\x7e\x99\x6d\xaf\x12\x56\xbf\x7f\x99\x87\x4b\xfd\xe3\x55\x1a\x19\xbf\x11\x16\x57\x3d\xdd\xc5\xa5\x7e\x78\xcb\xc2\x1b\xa6\x9f\xce\x6f\x8c\x7c\x17\x88\xd7\x22\x9e\xb2\x0d\xfe\xd0\x01\x57\xeb\xa7\xba\x6c\x7c\xac\xcb\xd3\x61\x9f\xea\x27\x5d\xbc\x78\xda\x96\xf5\xc3\x4f\xa2\x82\x4f\xd9\x76\xbe\xd2\x1f\xe1\x53\xdd\x0c\x7c\x3c\x0b\xd3\x39\x4b\xea\x67\xd5\x4f\x19\x95\x49\xfd\x46\xc7\x04\xf5\x20\x0b\x47\xeb\x07\xfc\xf5\x22\xd9\x8a\x86\x88\x63\x34\xfe\x7c\x83\x02\x87\xf8\x25\x62\xb5\xf2\xdf\x17\xdb\xab\x75\x5c\x7a\x33\x07\x5c\x5a\xad\x2b\xfa\xcc\x97\xce\xdb\x8a\xd4\x82\xdf\xe7\xca\x27\x26\xb5\xdc\x29\xb0\xb4\x8a\xc0\xd2\x58\xc1\x42\x2c\x7c\x6f\x8b\x85\xb8\x71\xd5\x52\xa1\x1d\x84\x41\x6e\xc6\x1f\x56\x61\xc1\x28\xa5\x08\x2a\x3b\x78\xf1\xd3\x8b\x17\x6f\xdf\xbc\xff\xfe\xf2\xc3\x0f\xcf\x2f\x5e\xf5\xfb\xde\x9a\x8f\xa9\x08\x10\xd2\xa3\x7c\x73\xde\x6d\x98\x4a\x4e\x70\x8a\xcc\xe4\x92\x0f\xa4\x80\xe7\x69\x25\xb3\x34\x32\x13\xf9\x96\x9f\x21\xd4\x58\xb8\x0c\x05\xb9\x56\xd2\xab\xa9\x96\x4d\xdf\xca\x75\x91\x65\xe5\xfb\x0c\x77\x51\x9d\x7a\x72\x22\xfd\xb7\x35\x7c\xb5\x7e\x33\xd7\xae\x55\xcf\x2d\x81\xf5\xfd\x63\xd4\xc1\x7a\xc3\x36\x4e\xa3\xfa\x14\x82\x42\xea\x6b\xd0\x8e\xba\x52\x84\xcd\xc5\x96\x95\xd9\x32\x6b\xda\xef\xcb\x37\xa2\xed\xd0\xf6\x3d\xff\x5d\x84\x48\xbc\x18\xfc\x36\xc0\xa6\xcb\x10\x0e\x32\x9e\x43\x33\x92\x83\xd3\x55\x7d\x06\xe5\x4c\x8f\xc1\x34\xd7\x58\x7a\xf7\x66\x66\xe9\x73\xe6\x56\xc7\xca\x41\x5e\xc4\x2c\x89\x8a\x60\xea\x09\xd1\xca\x83\x96\x8d\xe3\x9f\x53\xd6\x7e\x32\x95\xb5\x43\xa9\xaa\x3d\x1d\x0a\x65\x2d\x97\x58\x43\x9e\x30\x7c\x26\xd4\xb5\x4f\x9e\x71\xf9\x32\x6b\x38\xf4\x8b\x96\x2b\xc7\xe9\xb6\xd0\xa1\x26\x7b\x5b\xa8\x4f\x88\x9f\x90\xda\xb8\x13\x8d\x15\x95\xf1\xe6\x8c\xd8\x46\xa8\x6c\xbf\x2f\x75\x9c\xb5\x42\x22\x30\x56\x52\x47\x2c\x55\xc4\xcf\x46\x42\x47\x7c\x3a\x7a\x2a\x94\xc4\xa7\xa3\xaf\xf8\x31\x77\x08\x6b\x7a\x9f\xb3\x82\x95\x26\xb0\xd9\xb6\x09\x24\x89\xf7\x9b\x05\x73\x42\xc3\xad\x8e\x8f\x2b\x85\xa1\x10\x05\x8e\xf7\x15\xc8\x08\x92\xc2\xf4\xe4\x90\xa2\x26\xe2\xad\xc7\xe0\xb1\x83\xb8\x10\x51\x71\x19\x99\xb0\x60\xca\xd0\x46\x15\x54\xc0\x52\x7e\x36\x9c\xb3\x83\x45\x6d\x84\xf3\x9e\xfa\xe6\x47\xb6\x5b\xe4\xe1\xda\xaa\xbf\xf9\xc9\x42\x7e\x52\x49\x67\x51\x87\x9d\x00\xbb\x3d\x7a\x17\x6e\x5a\xca\x97\xd4\xd0\x53\xa7\x18\x99\x55\x69\xd8\x33\x9a\x36\x17\x63\x8c\x9e\xc3\x10\xd2\xb9\x4f\xc6\x19\x17\xaf\x42\xcc\x5a\xd0\x35\x8e\x7a\x84\x47\x14\xa7\x06\x99\x1f\x51\x26\xd3\x02\x72\xc8\x66\x01\xff\xcb\x4f\x2b\x87\x60\x47\xcb\x43\x48\xa3\xf1\xc2\xef\xf9\x8c\x32\x5e\xab\x9f\x6b\xbc\x10\xa5\x14\x66\x5c\x4e\xdb\xa2\x38\xdc\x8b\x54\x54\xe2\x64\xc2\xfc\x8c\x04\x6c\x1c\xd1\xf5\xc0\x9c\x57\x7f\x03\xf7\x22\x76\xbd\xb0\xfb\x0f\x72\xc8\xcb\x24\xe8\xf5\xb2\x41\x5e\x26\x15\x69\xad\x40\x03\x72\x75\x9c\x7d\x5b\x6a\x3b\x95\x1a\x70\x35\xa7\xe5\x34\x9b\x61\xd0\x4c\xd1\xc2\x71\xbc\xdf\xfb\xb1\x9a\x05\xa1\xef\xf4\x73\x88\x09\x01\x46\xe3\x4a\x3c\x97\xd3\xba\xac\x19\xa4\x28\x6d\x6e\x21\xd2\x81\x84\xa3\xaa\x72\xd9\x31\xb7\xdc\x3a\x39\x53\x45\xbe\xa8\x78\x26\x3f\xaa\xe8\x90\x39\xa5\xeb\xa8\x2d\x53\x8d\xeb\x32\x43\x8d\x91\x4a\xfe\x3a\xa8\xd3\xc0\xb0\xc0\xb7\x5e\x8b\xb4\x1a\x51\xdd\x7a\x89\x90\xea\xef\xb2\xdf\xcf\x8b\x3b\xbe\x12\x2e\xd6\x59\x56\xae\xe2\x74\x59\xe7\x72\xbc\x84\x9f\xd9\xd5\x75\x5c\x76\x7c\xe0\x78\x89\x2c\xd7\xb8\x48\xba\xa9\x87\x6a\xe9\xb3\x26\xb4\x6c\xad\xf7\xcc\x9a\x70\x8b\x48\x8c\x90\x53\x8f\x0f\x8d\x88\x5d\x29\x73\x72\xce\x29\xa1\x11\xd2\x7a\x71\xf0\x33\xb7\x09\x8c\x90\x2a\x8b\xc9\x14\x07\x77\x9c\x75\xab\x33\xf3\x7e\x3f\xac\x09\x8b\xd1\x21\xa4\xb4\x1c\xb3\x6f\x95\x59\xc1\x98\x29\xd2\xca\x68\x3a\x65\xb3\x71\x86\x92\x6a\x43\xa3\x59\x35\x57\x77\x5d\xf6\x1f\x2f\xda\xd4\x84\x72\x39\x3b\x87\x10\x24\x04\xe3\xb4\x54\xaa\x23\xde\xbf\x19\x31\xcd\x47\xad\x6b\xa9\x14\x64\x4e\x8f\x09\x39\x1a\x41\x8d\xfa\x7d\xf1\x21\xc1\xeb\xa5\x2b\x71\x91\xb8\xe3\x2c\xfe\xab\x27\x52\x7d\x3e\x1a\x12\x38\x13\x37\x83\x70\xfb\x80\x6a\x73\xde\xbc\x02\x10\x41\x9c\x8b\xfd\x5e\x38\x8d\xc7\xd4\xe3\xdb\x66\xba\x34\xf9\xd2\x20\xd4\x66\x74\xa8\x6b\x47\x45\x2c\x23\xb5\x5e\xf1\x8a\xf0\x8e\x7a\x61\x61\x58\xf3\x67\x4d\x6d\x65\xeb\xd2\xa0\xac\xa0\x99\xe9\xcc\x71\xb7\x90\xb6\xb3\xe9\x68\x68\x57\xf2\x80\x11\xa3\x83\x3a\x5c\xe3\x70\x7c\x43\xe0\x82\xa6\xfe\xb3\x67\x04\xee\x34\x37\x39\x3f\x38\x30\x73\x9f\xe0\x40\xe0\x33\xcd\x0e\xe0\x0f\xcb\x8a\xaf\x35\xfc\x68\x6d\xb0\x1b\x99\x5b\x7f\x4d\x4b\xd3\x19\x94\x74\x38\x2e\xbf\xd5\x77\x7c\x8a\xa8\xca\xe3\x63\xc2\xa6\xe5\x8c\xea\x37\xd3\x72\x36\xae\x59\xfc\x74\x06\x8f\x40\xac\x8e\x17\xbe\x02\x16\xa3\xf1\x20\x8e\xf6\xfb\x3b\x64\xa8\x31\x19\x87\xfb\xbd\x1f\xd6\x52\x62\x48\x7c\xcf\x23\x70\x87\x8c\x34\x86\x90\x10\x90\xc7\xf6\x90\x28\x34\xb5\xa3\x54\x9a\x3c\x9c\x78\xa4\x12\xda\x35\x86\x58\x2a\x9c\x9e\xc7\x0e\x02\xea\x18\xad\x8e\xab\x2d\xf7\x25\x14\x34\x95\xce\x79\xeb\xc2\x2c\xaf\x6f\x15\x8b\xfd\xfe\x5e\xad\x33\x5c\x4f\xf8\x0d\xdf\x87\x10\x07\x2a\x2f\x13\x04\x4c\x8d\x62\x3d\xa3\x3c\xcd\x54\xd2\x93\x0a\xd1\x0d\x47\xcf\x9e\x08\xdd\x25\x5e\xb6\xbf\x54\x57\x51\x9f\x68\xf6\xa0\x4e\xd2\x95\x66\x82\x85\x94\x50\x87\xd6\x3d\xf7\x53\x34\xcd\x0d\x4b\x16\xa4\x52\x60\x09\x6e\x2b\xce\x1c\xee\x0d\xf5\xfc\x4b\xf1\x5d\x66\x69\x3b\x09\x84\x45\x20\x96\xa6\x64\xab\x81\x66\x0f\x15\x4a\xab\x72\x9b\xe6\xf2\xaa\x08\xa4\xab\x23\xd8\xf9\x31\xb1\xf4\x55\xf1\x20\x67\x0b\x02\xb9\x1f\xe3\xa9\xec\x93\x7d\x2a\xfb\x24\x7c\xc1\xc4\xda\xfb\x53\x30\xf0\x77\x8f\xb0\x7f\x68\x9a\x3f\x3c\x7b\x26\xc5\x67\x09\x00\xff\x8d\x94\x6c\xbf\x96\x00\xf0\xcf\xbe\x16\x82\xed\x37\x5f\x09\x04\x78\x64\x7a\x6b\x61\x1e\xd1\x46\xc2\xfc\x20\x54\x5b\xc3\x19\xf5\x3e\xc8\xe8\x85\x3c\xf9\x82\x25\x0b\x44\xbf\xe4\x3f\xbc\xca\x9f\xef\xf7\xe8\x35\x2e\x9b\xbb\x94\x08\xf2\xa7\xf2\x9a\xf2\x2b\x52\xa3\x47\x48\x75\xf5\xe5\xff\x89\xeb\x7d\x61\x32\x26\x91\x37\x1c\xa6\x56\x2e\x8e\x2c\xcf\x53\x2d\xd3\x7f\x6f\x63\xc7\xd6\xb7\x9d\x40\xb6\x57\x22\xfe\x89\xfe\x9e\x04\x0f\xa2\xc8\x3e\x58\xc4\x63\x0d\x0d\x1e\x69\xbb\x69\x9f\x7b\x65\xfc\x15\x65\x61\x6f\xa0\x00\x85\xc9\x0f\x71\x5a\xa2\x68\xd2\x48\x7b\x9d\xe5\x1f\x3f\xbd\xc5\x0b\x43\xa9\xbf\x4f\x44\x7c\xf6\x39\x65\x03\x15\x12\x03\xef\x0c\x1b\x63\x0f\x51\xad\x74\xdf\x36\x62\xbe\xcb\x2c\xc1\x56\x5c\x32\xa2\x28\x2c\xc7\x0c\x6f\x0a\xac\x33\x5b\xcb\xb4\x71\xe7\x17\x4a\x11\xbf\x30\x14\xf1\xe5\x7e\x8f\x66\x91\x46\x88\x5b\x16\x5e\x0b\x88\x0f\x7c\xa1\x1f\x61\x19\x6e\x84\xcf\x1d\xa6\xab\xa7\x3a\xc2\xc7\xdc\x01\x40\x73\xd3\xf4\x03\x11\xcd\x0e\x36\xd0\x18\xb1\x20\x6b\xa6\x88\x31\x0c\xc2\x0a\x52\x55\xc4\xba\x61\x82\xb9\xc6\x2b\xd5\x38\xf2\x66\x96\x2a\xa8\x15\xcf\x9e\xcb\x34\xdd\xe8\x38\x07\x3e\x54\x3a\x83\x38\x0a\x12\x30\xd5\x71\x81\x15\xb5\xbf\x4e\x07\x53\x49\xe7\xc8\x84\xe9\x15\x44\x66\x2f\x9c\xb3\x4c\x88\xc3\xde\xaf\x39\x66\x57\x83\x70\x50\x66\x9b\x33\x54\x43\x19\xa1\x56\xbe\xfa\x1a\x4d\xe6\x4c\xca\x0d\xee\xe3\xe2\x05\x0b\xaf\xff\x23\x14\x1e\x7c\xc7\xab\x27\x7a\xf4\x75\x3d\xb9\xb8\x13\x4a\x3c\x38\xed\xcc\x14\x65\xef\xb3\x12\xd5\x21\x41\x6f\x54\xb5\x6d\x2a\xce\x2c\x75\xd2\xe5\x63\xd4\x49\x35\x5d\x59\x16\x2b\xa3\xaf\xf9\x06\xc5\x0f\x64\x8a\xbe\xe2\xfa\x75\x3e\x19\x06\x39\xae\x2a\xbd\x86\x12\x2d\x42\xcd\x69\xd2\x3c\x61\x6d\x69\x22\x63\x12\x47\x34\xd1\x91\x8a\x37\xf4\xc4\x7f\x17\x96\xab\x41\xf1\x5b\x5e\xfa\xd9\xdf\xb3\x7f\x9c\x92\xe3\x98\x1c\x8f\xfe\x71\x8b\x07\xcb\x41\xc4\x6e\xe2\x39\xfb\x10\xdf\xb1\xe4\x23\x97\x1a\xda\xb8\xce\x9f\x84\x7b\x92\x07\x89\xad\xd9\x0a\x07\xe1\x60\x11\x46\xec\x4d\x7a\x3a\x1c\x9a\xc1\x85\x82\x79\x23\x7a\x29\xd4\xd1\x9c\x22\x33\x9a\x93\x36\x7f\xc4\x38\x30\x7a\x4a\x0b\x70\x46\x8f\x7b\x44\x90\x45\xd4\x94\x6d\x84\xe6\x6c\x23\x15\x66\x1b\x54\xa7\x6d\x94\x96\x0d\x03\x38\x99\xca\x32\xa3\x8b\x5a\x67\x08\x5b\x11\xab\xca\x0d\x63\x2d\x4b\x1a\x49\x4f\xf5\xb9\x1d\x34\xf3\x4b\x83\xfe\xb4\xa2\x0f\x55\x33\x90\x6c\xdf\x6e\x5c\x21\x00\x3b\x3c\x30\x1c\x8b\xd4\x65\xbe\x79\xf6\xad\x13\xa5\xcb\xb8\x7e\x96\xf1\x85\x86\x4e\x05\xa0\x9a\x66\x17\xd4\xf5\xef\x2c\xcf\x70\x7b\xe7\x3f\xc4\xe6\x2e\x88\x00\xb7\x77\xf1\x53\x24\x27\x59\xba\xa4\xa7\x33\xea\xf1\x1f\x5e\xe5\x2f\xf7\x7b\x44\x60\x90\x7b\xfe\x6d\x63\x83\xbf\xee\xda\xe0\xb5\xf1\x8d\xe9\x30\x9c\x36\xb6\xf3\x6c\x70\x69\xf8\xce\x35\x7c\x82\xb3\xc1\xa5\x64\x28\xb2\x67\x6f\xa2\xda\xc6\x89\x8b\xe6\xf2\x53\x8f\x67\x2d\x56\xd9\xad\xb9\x55\x62\xc9\xcb\x65\xc2\xe4\xb7\x78\x2d\x06\x18\x65\x64\x1d\x17\x45\x23\xeb\x2a\x8e\x74\x46\xcc\x76\xb9\x64\xe5\x27\x73\xcf\x6a\x5c\xf8\xda\x0d\xb7\xb1\x01\xf9\x79\xc8\x76\x9b\x7a\x97\x45\xcc\x72\x6d\x61\x44\x62\x8d\x4a\x98\xd1\xa3\xb9\x14\xc1\x02\xe7\xc0\x68\xf3\x73\x71\x05\x29\x9b\x34\x96\x5f\x62\x74\xa6\x83\xdf\x55\x87\xdf\x62\x87\xb3\x54\x0e\xc0\x6b\xdb\xee\x9e\xe1\x00\xc5\xcb\x34\xcb\xd9\x7b\x76\x57\xe2\x6b\xbc\x65\x98\x74\xa4\xd3\xde\x28\x30\x0b\xac\xf7\x1b\x54\x40\x9a\xaf\x5e\x24\xdb\xfc\x31\x55\x51\x75\x8d\xa7\x42\x39\x18\x0a\x11\x95\xa4\xf4\x22\xee\x68\x0f\x04\x35\x2d\x62\x3f\x07\xe7\x8c\x3b\xda\xdb\x3a\x02\x73\x66\x2f\x27\x17\x62\x9a\x5b\x13\x0c\x21\xcd\x07\x11\x4b\xc2\x1d\xda\x89\x0d\x2e\xe5\xf0\xca\x3d\x4c\x16\xde\xef\x77\xbd\xe9\x51\x9a\x75\xbf\x55\x84\xeb\x73\x19\xd1\x9d\x85\x66\xa0\x09\x4c\x1e\x70\x0b\xea\x20\x65\x71\xa5\x5f\xf4\xfb\x7e\xcf\xa1\xfc\xe5\x3b\x5f\x8c\xa6\xa8\x51\xb9\xfa\x96\x99\x68\x90\x95\x9f\xd2\x82\xf4\xfb\x87\x3e\x13\x68\x92\xfa\x3b\xf1\x58\xf9\x69\xad\x4e\x8d\x17\x7e\x4f\xcd\xc4\x7e\xdf\x33\xdd\x9a\xcc\x09\x6a\xb7\x9a\x10\xb1\xf0\xe6\x09\x0b\xf3\x97\x62\x38\x3e\xc5\x6b\x96\x0b\x5e\x81\xc9\xe7\x1b\x96\xaa\xb4\xb0\x47\xe9\x12\x39\x1f\xa7\xab\x82\x49\x54\xcd\xfb\xb8\x78\x9e\xc7\xa1\x11\x5a\xf3\xa3\xf4\x2b\x13\x48\xba\x02\x8a\x53\xb4\xe0\x25\x9f\x4e\x5e\x9e\x1f\x92\x31\xa7\x11\x55\xfc\x9b\x88\xe7\x08\x8b\x5d\x3a\xe7\x25\xf3\xb4\x6c\xdb\x08\x2d\xe3\xe2\x40\x04\x12\x19\x39\xa7\x8b\x41\x35\xe8\x10\x45\xb0\x36\x1d\x6a\x16\x33\x4f\xb2\x82\x61\x33\xc7\x5f\x30\x34\x29\x5f\xbb\x91\x91\xef\x0f\xf5\x67\xc4\xfb\x93\x92\xc0\xf5\xa6\x9b\x4a\x91\xcc\x3b\xd7\x87\x14\x9f\x1a\x43\x21\x2f\x73\xad\x71\xf0\xd9\xe0\x76\x15\xcf\x57\x9c\x05\x0c\xc2\x01\x2b\xe6\xe1\x06\xdd\x69\xe6\x65\x9e\xfc\xc8\x76\xa4\xdf\xcf\xc4\x01\x7f\x10\x17\xb2\x1c\x59\x97\xb0\xdb\xb0\x58\x00\x38\x2e\x32\x45\x23\x5a\x63\xda\xd8\x3b\xc4\xa0\x61\x2e\x35\x6c\xad\xc1\x35\x4a\xd2\xd3\xf0\xa8\x62\x0c\x82\x13\x65\x18\x8d\x6e\x14\xd0\x9a\xe4\x6e\x7a\xf8\xff\x98\xfb\x13\xee\xb6\x8d\xe4\x5f\x18\xfe\x2a\x22\x9e\x5c\x0c\x3a\x2a\x21\xa4\x6c\x27\x1e\x68\x30\xbc\xb6\xbc\x69\x62\x5b\x1e\x4b\xb1\x93\xf0\xf2\xea\x40\x44\x53\x82\x05\x02\x0c\x00\x4a\xa2\x45\x7c\xf7\xf7\x74\xf5\x8e\x45\xa2\x93\x99\xff\x7d\x67\x72\x2c\xa2\xf7\xb5\xba\xba\xba\xea\x57\xed\x79\x6c\x85\x36\xa8\xb2\x1c\xc7\x9e\x9d\x83\x43\xbd\xcd\x06\x1b\xa1\x2e\x4c\xf7\xac\x70\x31\x80\x5d\x90\x9d\x22\xa0\x75\x97\xfc\x44\x1d\xb7\x72\xb9\x9c\x62\x4f\x58\x59\x9d\x11\x08\x1c\xa0\x8e\x79\xb5\xc7\xad\x2e\x37\xce\xe7\x0b\xc1\x2e\xc9\x73\xf6\xd1\x70\x78\x20\x22\x18\x9f\x24\x83\x9f\x0c\x87\x4d\x24\xee\xa1\x36\xdd\xc4\x37\xb8\x5c\x0d\x40\x78\xef\x40\x41\xab\xf3\x83\x11\x36\x19\x17\x0a\x8a\x69\xe7\x7e\x84\xc5\xfd\x47\xa5\x09\xa6\xfc\x20\x33\xd5\xf5\x90\x93\x13\x37\xcc\xb2\x43\xb0\x90\xf6\x0a\x16\x66\x42\xd1\x4f\x01\xfd\xa0\x2c\x21\x89\x21\xc6\x67\xa6\x26\xa8\x02\x2c\xf5\x1d\x2a\xde\x6c\xb8\x62\xa1\xe0\x5b\x78\xbb\x2e\xb4\xa4\xe2\x5a\x89\x12\x5a\x32\x84\x1b\xef\x42\xca\x10\xae\x0d\x19\xc2\x4c\xd0\xf8\x73\xde\x75\x9c\x0a\x58\x87\xe7\xfd\xab\x1b\xce\x30\xd6\x9e\x0e\xb8\x0a\x57\x9c\x99\x6d\xb3\xa9\x70\x12\x0e\x06\x5e\xbe\xd9\xcc\x5d\x77\xde\x14\x9a\x74\x04\x79\x84\xc0\x6d\x78\xe6\xba\x27\x70\x1c\x2e\x5d\x97\xfd\x1a\x5f\x09\xc0\x94\x6f\x40\xda\x7d\x40\xa8\x80\x8a\x49\x3c\xc6\x60\x03\x6b\xb8\x13\xaa\x30\x87\xd1\xb2\x42\x00\x7a\x71\xc5\x37\x19\x42\x4c\xc5\xd8\xb5\x9e\x44\x2c\x0a\xd3\x34\xa5\x0e\x5d\x7c\x55\x87\xdc\xa1\xeb\xd8\x03\xa5\xc5\xd3\x4c\x23\x82\x4d\x07\x4d\x02\xe4\x25\x96\xeb\xe8\x7c\xed\x04\xc7\xec\x7c\x82\xdb\x36\x40\xcc\xa1\x3d\x6e\x49\x1c\x5c\xa9\xfb\x64\x0e\x96\xb0\x4a\x54\xdd\x66\x47\x5a\x32\xa1\xb2\x47\x26\x94\xda\xa2\x0d\x51\xf3\xa5\xb4\xa6\x62\x83\x26\x48\xb4\xa8\xcb\xa0\xf1\x1d\x62\x9c\xbf\x30\xa0\x8c\xf8\xfe\x47\xcb\xbb\x47\xd4\x45\x60\x4e\x08\xac\x7b\xe1\x9b\x71\xcc\xcd\xf9\xe3\xb8\xcb\x91\x7f\x58\x43\xde\xb4\x05\x7e\xc8\x40\xea\xdb\xb9\xed\x30\xc4\xed\xbf\x05\x27\x22\x24\x5e\xfc\x7c\x8e\x93\x72\x99\x97\xc2\xfa\xb7\x21\xee\x62\xe7\x48\x20\x0f\x8a\xb6\xd4\xe9\xc4\x50\x88\x3a\xd5\xdb\xcf\x81\xc8\xa6\x3a\xcd\x04\x7b\xb8\xae\x97\x3a\x41\xcb\xd3\x57\x8f\x06\x7f\x87\x7d\x6c\xa7\xca\x7e\xe4\x5f\x13\xef\x04\x32\xa1\xb2\xdf\x74\x1a\x8c\xfe\xba\xfa\xc5\x0d\xd8\x87\xbf\xa6\x52\x74\x43\xd5\x03\x48\xa7\x03\x5c\xa1\x4b\x34\x7a\xc4\x9f\x3e\xfe\xce\x0d\x3f\x1f\x3d\xe5\x86\x9f\x4f\xe5\xd3\xc7\x4f\x8f\xa5\xf3\x5b\xfe\xf4\x81\x5a\x49\xd6\xdb\xc7\x4f\xdc\xf9\xed\xe3\x27\xdc\xf7\xed\xe8\xa7\x9f\x2c\xe7\xb7\x86\xfc\x82\x1a\x46\x35\xb6\xc5\xe5\x50\x0e\x04\x5b\x41\x6c\xf9\x58\x21\x5c\xdb\xc5\x0c\x41\x25\xe1\x50\x2e\xa3\x2a\x5f\x86\x19\xff\xc9\x85\x5d\x61\xce\xbf\x52\x3a\xaf\x42\xca\x7f\xa3\xd8\x2b\x6c\x3c\x12\xb0\xd5\x96\x64\x54\x99\x6a\x52\xbd\x3d\xc0\x41\x27\x02\x0e\xdc\x5d\xd8\x8a\x4b\xa6\x74\x1d\x0b\xdd\x53\x75\xd5\x40\xb3\xd5\x82\x16\x11\xe7\x2c\x18\xf5\x9b\x27\x17\x2b\xf1\x3d\xac\xe5\x4b\xd8\xbd\xd5\x72\x2b\xe7\xfb\xeb\xe5\xdd\xdc\x93\xbd\x7f\xb8\x5e\xa3\x06\x9f\xfe\xb1\x8a\xd2\xb2\xcb\x9a\x7e\x19\x15\x25\x7d\x95\xe6\x51\xe5\xc9\xa2\xfd\x2a\x7f\x95\xdc\xd2\xd8\x7b\x4c\xd8\x6d\xdf\x48\x41\x9b\xd1\xae\xdb\xcc\xcf\x9b\x79\x5f\x11\xed\x14\xed\x52\xd8\xc8\xde\x57\x46\x33\xbe\x5d\x02\x4e\xd3\x7d\x45\xb4\x12\xd4\x40\x6b\xcf\xd0\x4c\x59\xcb\x0d\x28\xf6\xba\x38\xcd\xe2\x0b\x1a\x50\x6e\xdc\xcd\xc8\x30\x7e\x57\x90\x94\xcf\x56\x55\x1e\x64\x35\x6a\x4b\x9c\x85\x9e\x97\xa3\x67\x98\x92\xcb\xea\xdf\xd2\x39\xa6\x9c\x86\x6b\x6f\xc1\x83\x80\xfd\x65\xfd\x20\x90\xcb\x64\x5c\xa4\x6f\x24\x32\xe2\x10\xc5\xb6\xab\x0c\xec\x88\x91\x90\x35\xa4\x99\x4e\x90\x9c\xc1\x50\xa6\xe3\x93\xd0\x6c\x16\x0f\x6d\xb5\x8c\x07\xdb\x8d\xe3\x61\x76\x8a\x56\x13\x8d\xf2\xac\x56\xf2\xf0\x66\x43\x45\xea\x56\x5b\x59\x53\x4e\xf3\xa5\x99\x94\x05\x41\x63\x8c\x58\x98\xdd\x46\xb3\x0f\xec\x37\x87\x03\xee\x2c\xc7\xee\x0e\x36\xb6\x51\x25\x86\x35\xeb\xc4\x40\xbb\x52\xab\xa3\xf8\xd1\xae\x56\x97\xa5\xea\x35\x16\xde\xa1\xa9\x77\x38\xe0\x9b\xee\x1f\x15\x56\xeb\xba\xde\x40\x6d\xa1\x7f\x56\x32\xbb\x08\x66\xbd\x41\x8d\xb7\x79\x45\x5c\x77\x20\x17\xf9\x3f\x2b\xd1\x28\x62\x18\x95\xdf\x98\x0a\x04\xda\xad\xb5\x51\x99\xeb\x0a\x1d\x0d\xd5\xe7\x56\xc5\x56\x12\xd9\x15\xab\x1d\x56\x0a\x3e\x1f\x8d\x56\x59\x29\xc4\xe0\x65\xba\x9d\x57\x96\x12\x26\x9d\x2c\xfc\x68\x52\x4d\xa7\x3a\xc1\x89\xbd\x4d\x75\x92\x30\x03\xaa\x93\xdd\x9a\xfd\x7d\xa5\xb1\x04\x3c\x56\x41\xe6\xf3\xd7\x8d\x6b\xca\x66\x89\xec\xf2\xb0\x8c\x5e\x44\x2a\x8c\xfc\xb0\xaf\x0b\x3b\xb6\x1b\xf5\xcf\xe1\xb8\x0a\xf6\x46\xdf\x57\x3a\xc5\x4b\x5b\x77\xd4\xa3\xc0\xb1\x48\x8c\x19\x38\x6a\x34\xfc\xd8\xcb\x00\x2b\x26\x7b\x57\xe8\x36\xd2\x48\xfb\xa2\xe3\x18\xe5\x07\xe2\x60\x28\x6d\x79\xf8\x48\xed\x65\x90\x84\x72\x4c\xd4\xf3\x80\xeb\x7a\x3c\x94\xb5\x12\x6b\x61\x3f\xc8\x5e\x41\x08\x24\xba\x9a\x53\x5d\x4d\x13\x4d\x41\x1d\xbf\x2f\xd0\xaf\x11\x6f\xe1\xee\x31\x9a\x75\x1a\x0d\xfd\xd2\xe8\xd4\x4b\x74\xe6\xfc\xcf\x97\xa8\xd0\xa3\x93\x7d\xec\x52\x2a\x1d\x42\x11\xf2\x65\x79\xaf\x9f\xfc\xdd\x10\x9f\xf1\x96\xf9\x8d\xc7\x87\x30\x21\xb0\xaf\xb4\xeb\x8c\xa5\xf3\x41\xf6\x06\x0a\x48\x20\x32\x86\xae\x70\x5d\xaf\x08\xc5\xc8\x95\x61\xee\x5b\xe4\x1c\x15\xad\x31\xe4\x54\x91\x7c\x98\x85\x77\x42\xfd\xe5\x23\x9d\x55\x51\x76\x91\xb2\x63\xc0\x38\x13\x72\x5f\x7f\x34\x8e\x87\xb2\x3e\x48\x36\x9b\x08\x95\x3e\x9a\xc6\xc6\x50\xf4\xb5\x2b\x09\x27\x16\x89\x6a\x12\x0d\x49\x8b\xa6\xd2\x59\x10\xfa\xe8\x66\xb4\x20\x99\x0c\xa7\xdf\x87\x7b\x23\x48\x26\x23\xfc\xa1\x01\x2b\x22\x28\x43\xde\xc1\xca\xec\x5b\x73\x04\x56\x61\x0a\x71\x38\x83\x65\x38\x3c\x58\xfe\xe3\xf1\xc1\x92\x4d\x42\x32\xf7\xbe\x78\x25\x64\x90\x2a\x17\x80\xad\x21\x29\xcd\x21\x49\x1b\xe3\x30\xab\x85\xaf\xa3\x8f\x1e\xda\xfc\x7b\x83\x68\xb3\x99\xff\x23\x62\x6d\x8e\xc2\xb9\xac\x95\x40\xa2\x4c\xc7\x94\xb5\x53\x4a\x80\xb1\xb3\x0a\xc8\x89\x75\x53\x45\xee\x8d\xbe\x4f\xc9\x3f\xf7\x46\xe3\x94\xf5\x36\xf0\x66\x61\x8a\xd6\x98\x1c\xce\x6c\x6f\x44\x26\xc3\x29\xe3\x7d\xdf\xe2\xa8\xdf\xdd\xdb\x44\x28\x88\x5c\x4c\x1d\xdd\xeb\x28\x62\xd5\x28\x22\x66\x45\xc0\xbd\x09\x6a\x63\xf6\x25\xcc\xdd\x8d\x37\xf3\x9b\xf5\x41\xc6\x58\xf2\x64\xbc\x37\x33\xa6\x2b\x30\x1d\x6d\xc9\xe1\x20\xe8\x43\x34\x99\x7b\x33\x7b\x26\x5d\x77\x65\x8e\x52\x23\x96\x8d\x99\xd4\xc0\xee\xb6\x82\x47\x25\x4d\x6b\x69\x24\x5a\x0b\x05\x57\x7a\xb8\x37\xfa\xbe\x38\xe8\x1b\xb0\xb7\x1e\x6d\xf7\xca\x1e\xbf\xa4\x31\x3c\xa8\xfa\x91\x5b\x23\xd8\x4e\x52\x7b\x33\xa8\xa0\x00\xee\x7f\xf6\xd0\x5b\x76\x8d\x9d\x34\x23\x5d\x1e\xcc\xc2\x77\xde\x4d\x77\x22\x98\x41\x06\xb1\x78\x4c\x60\xe9\x56\x22\xe4\xa0\x1d\x22\x51\xe9\x1a\xbe\xfd\xf8\x70\xc9\x2d\x56\x84\x43\x36\x48\x07\xc5\x3f\xe4\x6a\x3d\x28\x24\x0d\x8b\xc2\x64\x52\x4c\xa1\x34\x9c\xa5\xe5\xae\x9b\x87\x21\x1b\xc5\x88\x94\xe1\x0b\xaf\x6a\x37\x32\x82\x2b\x2f\x83\x88\x00\x7f\x0f\x40\xb4\x95\xf8\x28\x43\x67\x69\x65\x38\x18\xf2\x96\x7e\xf1\xca\xf0\xb4\x2b\x3b\x66\xcd\x00\x6b\xd8\x6c\x3c\x56\x49\x89\x5f\x58\x2c\x06\xf7\x95\x4c\x0e\xda\xe5\x85\x0a\x02\xdd\x38\xef\xde\xdb\x40\x11\xec\x80\xb5\xce\x54\x39\x74\xec\xf4\xc8\x21\xdb\xf3\xf8\x79\xbc\x77\xc5\x01\x5d\x8d\xa3\xe1\x6d\x27\x65\x94\xc7\x8f\xa0\x8c\x19\xbd\xd9\x39\x17\x1c\x8f\x64\x28\x10\x3f\x76\xa9\x98\x14\xbc\xf4\x36\xd6\x6e\x19\x66\xe6\xda\x4d\xc3\x62\x5c\xb2\x83\xbb\x3c\xf0\x92\xb0\x18\x9f\x7a\x09\x54\x50\x42\x4e\x82\x8e\xdd\xd0\xd9\x94\x22\x3c\x66\xfb\x2a\xd3\x36\x50\xd8\x45\x0c\x12\x67\x64\x41\x6a\x55\x2e\x44\x64\x9c\x84\xbc\x9e\x88\x04\x49\xf8\xde\x4b\x20\x85\x5b\xaf\x82\x52\x1b\xb9\x19\x27\xf2\x2b\xf3\x69\x30\x0c\x43\x41\xf3\x37\x1b\xf9\xc1\x3b\x3b\xbe\x33\x07\x3b\x50\xe7\x86\xc9\xc2\x04\xea\x10\xa9\x83\x76\x72\x36\x74\xad\xd4\xbc\x70\xc3\x95\xe5\xb3\xc6\xf1\x9e\xb9\x2e\x1e\xc6\xd1\x79\x89\x87\x31\x3b\xe5\xc9\x3f\x1b\x41\xc8\x6a\x90\x31\xfb\x13\x18\x4b\xe6\xb9\x7d\x3c\x43\x29\xbc\x4a\x03\xfa\xd3\x59\x85\x3f\x7b\x15\xa7\x7e\x59\x80\xc3\xb9\x0c\x8b\xcd\xe6\x95\x97\x75\x2f\xac\xc8\x7a\x4e\xb5\x1a\xa9\x5d\xb5\xba\x2e\x67\x92\xc2\x30\xbc\xe2\x1c\x89\x47\xc1\x4b\xc3\x25\xe0\x09\x02\x39\xdb\x1f\xcb\xf0\x19\x82\x4b\xe4\x84\xc0\x0c\x99\xc9\x78\x3a\x0d\x59\x57\x56\x10\xcb\xa0\xa5\x0a\x5a\x12\x28\x5d\xd7\xe3\xc1\x7b\xa3\xef\x75\x62\xf6\x21\xd3\xef\x8d\xbe\x5f\x9a\x11\x4b\xf4\x3e\xab\xc6\xe2\x8d\x31\xcd\x5a\x49\x89\x7e\x4f\xbf\xdf\x37\xb6\xc6\x57\xd9\x31\xd3\x55\x2f\x97\xa6\xb4\x6f\x55\x04\x32\x79\x4a\xdb\xc4\xb3\xb9\x29\xe4\xd5\xd5\xe7\x3f\x4c\xba\x6b\xee\x96\xfa\xc0\x72\x2c\x2a\x2d\x6c\xcf\x26\xb4\x05\xa4\xcf\x19\x91\xb1\x97\x37\xcf\xa2\x46\xc0\xff\xda\x0f\x43\x34\x60\x6e\x84\x33\x62\xd8\x08\x22\xfa\x49\xbe\x1a\x9f\x4d\xaa\x69\x90\x93\x20\xd7\x43\xf3\xd9\xa6\x3f\xb7\xfc\xdd\xa6\x08\x6f\x91\xff\x84\x24\x64\x1b\x09\xbd\x99\x9a\x8b\x07\xf1\x1b\xcc\x55\xaf\x18\xe6\x7f\x84\xc5\x38\x0a\x4a\x5d\xc1\x2f\x2d\x66\x12\x59\x47\x4e\xad\x72\x7e\x12\x89\xcc\x87\xc8\xdd\x8c\x1f\x60\x8e\xee\xe1\x17\x1b\x7d\xaf\x83\x0f\x5e\x69\x55\xae\x9b\xf5\xc9\xee\xf7\xde\xe8\x7b\xeb\x74\x96\x94\x72\x08\xed\x63\x98\x7b\xcc\x84\xce\x28\x2e\x90\x62\x03\x76\x57\x43\xc9\x36\x44\xfb\x58\x69\x30\x06\xe3\xc6\x77\xf0\xca\xcb\xed\xad\xca\x0e\xdb\x94\x6d\x81\xae\xb2\x78\xa3\x75\x48\x6e\x90\x11\x46\x48\x73\x4d\x1e\x23\xdc\x51\xf9\x74\x1a\xf2\x08\xe0\x01\x25\xee\xaf\x0a\x12\x74\xda\x20\xaa\xf8\x20\xb5\xd6\x1a\xcb\x36\x22\x80\x2f\xfe\x25\x6f\xeb\x67\xcf\x1a\x36\xbc\x53\x98\x73\x05\x97\x49\x4c\x9f\xd3\xe8\x2a\x18\xa4\x06\x39\x7c\x6d\x03\x3e\xb6\xfa\xc0\xce\x41\xa3\x5c\xc2\xb5\x5e\xcc\x21\x49\xc2\xdc\x5a\x80\x10\xe1\x92\xb5\x73\x95\xf2\xbc\xfb\x61\x1f\xda\xe7\x31\x9f\xc7\x3d\x16\xd9\x93\x80\xcf\x26\x4b\x81\x82\x5f\xb9\x22\xd8\xd4\x6b\xc3\x6a\x2f\x0d\xdf\x7b\x69\xf8\xc2\x4b\x91\x60\x9b\xc3\xc1\x73\x36\x43\xa3\xbd\x97\x5e\xd1\x51\x1d\x21\x50\x42\x41\xc6\x5f\xbc\x14\x4a\x48\x18\x49\x4d\xc3\x53\xf1\x41\x02\xf9\xbb\x20\x90\xea\x91\xfc\xd9\x14\xb8\xf7\x3a\x82\x15\x87\x0e\x76\x80\xcb\x17\x40\x48\x11\x00\x45\x16\xa0\x24\x22\xba\xe4\x3f\x0c\xd2\xba\x0d\xdb\xa0\x73\xfe\xde\x70\xf6\x68\xa8\xa7\x8e\xf5\xcf\x60\x08\x51\x97\x55\x06\x07\xb9\x42\xaf\xfe\xfe\xb2\x40\xdb\xf2\x17\xfc\x9d\x43\xa1\x69\x1d\x64\x62\x32\x72\xa1\xf4\xf3\x2b\xb4\x7f\xfd\xa6\x7f\x09\x26\x15\x8b\xec\x1c\x23\x92\xe1\xa9\x89\xfc\xa0\x34\x75\x44\xfd\x2a\xd6\xe1\xcd\xa6\xf0\x6f\x51\xb9\x0a\x19\x88\xc2\x5f\x43\x19\x16\x7c\x10\x36\x9b\x84\x71\x43\x62\x0c\x36\x9b\x48\x35\x2d\x81\x12\x22\x48\x09\xaa\x1b\x1d\x22\x35\x25\xda\x41\xfd\x10\xd8\xc5\x85\x05\x1e\xcc\xfe\x21\x6f\x23\x07\x33\xc9\xee\xc6\xe1\x6a\x32\x9b\x1e\x64\xea\x14\xa5\xf2\x57\xcd\xbb\x92\xa9\xd5\x88\xff\x37\x60\x10\x59\xa1\x62\xb5\xb1\x0d\xd0\x75\x6d\xd6\x06\x50\x78\x70\xa1\xed\x8d\x7d\x8e\xb4\xb6\x75\x46\x88\xa4\x5b\xfa\x6e\x1f\x16\x40\x6b\xef\xab\xd7\x7e\x8a\xef\x7b\x88\x67\x34\x07\x32\x34\x45\xb8\xa6\x05\x2f\xa9\x5d\x2e\xdb\x6c\xbf\x78\xc8\xc6\xb0\xd4\x25\x24\x1d\x05\x26\xb7\x34\xb6\x0b\xda\xc6\x2d\x4d\x4a\xe4\x15\x4a\x9f\x2e\x51\x6d\xac\xdd\xdf\xda\x03\xd5\x22\x89\xcf\xbb\xef\x66\xd6\x90\x65\x4d\x32\x8f\x67\x10\x6d\xdc\x14\x2c\x62\x49\xfb\x0f\xb6\x46\x59\x06\x25\xfd\xb7\x6a\xaf\x32\x29\x63\xf3\x6a\xe8\xae\xbb\xae\xa1\x3d\xbe\xd9\x0c\xa1\x0c\xdf\x78\x11\xf9\x61\x7f\xd7\xeb\xd9\x97\x6c\xfc\xe9\x41\xaa\x42\xc2\x52\x18\xca\xb3\xbd\xce\x9a\x3d\xfe\xc3\x93\x3f\x49\x20\x17\xa2\xd0\x06\x4f\xb2\x8c\x16\x58\xd7\x9e\x18\xfb\x6b\x7f\x4e\x3c\x02\x76\x8a\x37\xe2\xa0\x5c\x85\xbf\x7b\x29\x64\x30\x63\x6b\x23\x0e\x3f\x79\x2b\x78\xed\x45\xb0\x22\x30\xdb\x66\x3e\x7f\xf3\x56\x50\xc1\xac\xb1\xa2\x12\x42\xe0\x8e\xf5\x59\x4d\x59\x6c\xce\xf1\x77\x2d\x69\x5d\xfb\xd6\x22\x22\xf4\xf0\x0e\x86\x44\x49\x1f\xb8\x69\xe7\xaf\xf0\x2f\xf4\x79\xfb\x13\x01\x4a\xa5\x69\x54\x45\xb9\xad\x54\x46\xf1\x7d\xef\x09\x81\x9c\xfd\xfa\xe9\x29\x81\x02\x13\x3d\x26\x90\x50\x69\xb8\x16\x61\xd0\xfe\x23\x02\x25\x0d\x3d\xef\x57\x7c\xfa\x90\xe2\xa9\xb0\xa2\x3e\xe2\xfa\xc7\xf4\x97\xe5\x51\x36\x1a\xc2\xaf\x13\x7d\xb9\x30\xa3\x5f\xe4\x37\x99\x91\x80\x11\x2d\x33\xfa\x2d\x9d\x57\x46\x34\x12\x2e\x33\x1e\x9f\x1f\x78\x02\x02\x29\x0d\x87\x30\x63\xff\xac\x68\x78\x97\x2f\xa3\x59\x52\xad\x83\x21\xcc\x93\xb4\xa2\x45\xe0\x88\x10\x6f\x48\x1c\x58\xe6\x49\x56\xd1\x02\x35\x64\x4b\xe5\x28\x31\xa6\xe1\xc4\x29\xf2\x54\xa9\x44\xb0\xdf\xb1\xf6\x95\xe5\x4c\x61\x49\xc3\x3b\x49\xdb\xb9\xe6\xc1\x71\xf6\x36\x2f\x2b\x61\x41\x31\x82\x66\xe4\x09\x2a\x73\x76\xc5\x70\x8f\xc6\x5c\x5f\x69\x4b\x8b\x8d\x45\x92\x7d\x88\x2e\xe8\x07\x61\x3b\xf0\xb4\xad\x48\xd1\xba\x14\xd4\x30\x57\x96\xa4\x94\x0a\xf4\x3e\x74\x61\x73\x18\xcd\x2e\xa5\x23\x71\x03\xe6\x57\xbd\xdf\x6a\x96\xd7\x00\x39\x63\x3b\xac\x9c\x0c\xa7\x30\x0b\xcb\xc9\x68\x0a\x2b\x0d\x87\x36\xc4\xbb\x9b\x06\x47\x5b\xca\x6a\x33\xca\x15\xde\xe7\x21\xf5\xb9\x9e\x3f\x47\x39\xe3\x4b\x7e\x11\x52\x7f\x9e\xb0\x0e\x70\x53\xf5\x0b\xad\x4a\xf5\x2e\xba\x15\x81\xdc\xc3\xb6\xdc\x14\x94\xc3\x9e\x35\x3a\xaf\xb5\x7d\x7a\xcd\xba\x07\x73\x79\xb0\x2f\xb7\x74\x72\xcf\x0e\xc3\x25\xcc\xb9\x5e\xb2\x02\x25\x12\xdc\xf7\xf9\x43\x4e\x0f\x84\x11\x54\xae\x7c\xd1\x73\xd2\x13\x44\x1e\xa9\xd1\xb4\xda\x9f\xa5\x79\x46\xdf\xe7\x31\xf5\x06\x43\x72\xb0\xe6\xba\x59\xfe\x42\x76\x3c\xbc\x18\x3b\xce\xee\x45\xe0\x38\x20\xe3\x34\xaa\x49\x28\xad\x26\x24\x1e\x93\x97\x84\x99\xad\xe8\x6e\x9a\xbf\x27\x9b\x4d\x62\xe1\x5f\xad\xb9\x40\xe3\x2c\x8c\x15\x0a\x56\x18\x5e\x8e\x53\xe9\x6e\xea\x30\x5c\x8c\xbf\xf3\xce\xb5\xef\x7a\x58\xc3\x59\x97\xa0\xa4\x49\x72\x48\xdd\xca\x75\x20\x9b\x58\xde\xd7\xc4\x72\xb3\x29\x2d\x6c\xb5\x35\x81\x41\xea\xba\x87\x9b\x0d\xfb\xd7\x75\xbd\x79\x78\x08\x83\x6b\xea\x79\xcb\x30\x25\x7e\xe3\x7c\x83\x79\x33\x84\x6c\x36\x2c\xf5\xd2\x37\x69\x6a\x47\xb6\xfb\xa2\x09\x71\x5d\xe5\xf7\xfe\x1f\x4f\xc6\xda\x99\xfe\xee\x2e\xcc\xbc\x43\x42\x02\x15\x82\x52\x6a\xf5\x15\x0e\xe5\xcc\x5c\x1b\x9d\x64\xbf\xbd\x94\x20\x1c\x97\x7e\xb0\xd1\x73\x70\x69\x62\x84\x2d\xfd\x19\xa2\x34\x35\x96\x69\x82\x5e\x2e\x2c\xc4\xba\xba\x9e\x49\x74\x18\x30\x5a\x50\x13\x98\xcc\xe1\x1c\x96\x90\xc1\x05\x5e\x5c\x17\x10\xc1\x35\xa4\x40\xe1\x72\xca\x38\x72\xb6\x06\x16\x34\x4c\xfc\x05\x5d\xe4\xde\xc3\x18\x89\x26\xc2\xca\x92\xb2\x75\x8e\xd0\xf1\x5c\xa9\x30\x92\x3f\x51\xf2\xa6\xbd\xcd\x5d\x8a\x2f\x53\x59\x71\x61\xa6\x48\x31\xe8\x22\xcc\x2c\xbf\xfa\x99\xcd\x11\xc0\x39\x8b\x97\x6a\x95\x6c\xff\x68\xeb\xb2\x33\x16\xc5\xe9\x06\x0f\x38\xd4\x01\xef\xa4\x15\xd9\x8d\x11\x26\x1c\x9c\xc3\x55\x98\xf9\xda\xee\x0d\x4e\xc2\xcc\xa2\x47\xb7\x61\xc6\xa8\x16\x95\xee\x2c\xe0\x58\xeb\x58\xde\x8e\x07\x83\x93\xe0\x16\x5e\xb2\x96\xd8\x30\x97\x70\x64\x55\x2f\x0a\x7b\x11\x66\x7e\x2e\xce\x04\x38\x65\x63\x75\x99\xaf\xd2\xf8\x23\x2d\xab\xbc\xa0\x78\x88\xc0\x17\x5d\xfe\xe9\x66\x73\x0a\x1f\x95\x08\x13\x3e\xf0\xb6\x30\x0a\xfa\x0e\x4b\xb2\x70\x1c\xdf\x37\xe1\x2b\xdf\x9a\x94\x9b\x07\xbd\x0a\xdf\x32\xea\xfd\x2c\x7c\xcb\xa8\xf7\x73\x9e\xe0\x30\x4a\x53\xd6\x7c\x1b\xcd\xe4\x19\x2a\xfb\xc2\x64\x4a\xe0\x8d\x02\xd5\xa0\x1c\x46\xaa\x22\xf0\x55\x41\x0a\x51\x8e\xf5\x2b\xda\x78\x27\x96\x5e\xf0\xaa\x26\xf0\x39\xfc\xca\xaa\xfb\x25\xfc\xca\xaa\xfb\x14\x36\xe5\x75\xd2\xce\x89\xd3\x45\xb4\x07\xb4\xcf\x38\x88\x4c\xab\xc0\x65\x33\x5a\x58\x09\x8a\xaa\x1f\x84\xe3\xb4\x4e\xa7\xbe\xae\xf3\x93\x42\x6d\xaf\xcd\x66\x26\x15\x7e\xbb\x90\x74\xf2\x71\x36\xce\x51\xfc\x23\xc8\x66\x90\x1f\x0c\xa8\xeb\x66\x28\xa4\xeb\xc4\x15\xea\xda\x54\xfa\x75\x00\x2f\x7a\x1c\xf9\xe6\x84\x22\x66\x71\x89\x9a\x51\x1d\xe1\xe8\x03\x57\xe9\x4f\x6d\x36\x12\x42\xe4\x1f\xe1\x48\x0a\x02\x2d\x38\x2d\x6e\x14\x58\x19\x9c\xae\xb4\x1b\xac\x4c\xde\x16\x50\xbc\x60\xa7\x13\x5e\x19\xac\x74\x52\x3e\x38\x84\x22\xc4\xa6\x9b\x16\xe9\xdd\xb7\x55\x7d\xad\xee\xb9\xf0\xe7\xa1\x97\x20\x1b\xb8\x9b\x08\xd5\x80\x1f\xf6\xa1\x60\x81\x55\xbe\xdc\x4d\xe4\x95\xfd\x87\x7d\x71\x9b\x54\x35\x7a\x6c\x19\xf1\x4b\x2f\xf5\x6f\x39\xc2\x06\x4a\xcd\xfd\xb5\xf1\x16\x1a\x76\x0d\x88\x81\x33\xc6\x7b\x3e\x94\xdd\x1d\xd6\x50\x86\x43\x48\xc3\xec\xa0\xfc\x87\xf4\x35\x74\x50\xca\xcb\x2e\x5b\x5e\x25\x02\xb4\xcc\xb8\x06\x44\x88\x3f\xb9\xb2\x03\xfb\x5d\xb0\xcf\x2a\x5f\xfe\x23\xc4\x5f\x42\x97\x02\x1f\x7d\x45\x53\x30\x9a\x37\x87\x97\x21\xda\x24\x4a\x91\x2d\x93\x79\x45\x03\x67\x42\x92\x27\x9a\x39\x13\xf2\x9e\x5a\xbd\x89\x47\xc8\xf1\x93\x5a\x33\x2d\x90\x11\xa0\xbc\x4e\x1c\x99\xdd\x88\xd7\xca\x07\x6d\x37\x12\xf5\x0a\x11\xc9\x5e\x24\x6b\x96\x52\x92\xbd\x48\xd4\x2d\xa5\x4f\xfb\xdf\x47\xb2\x7e\x25\x6f\xda\xff\x3e\xaa\xcd\x93\x89\xc2\xcc\x75\x11\x12\xb2\x6e\x1e\x73\x1c\xc5\x3b\x02\x2e\xe6\x9c\x4d\x89\xc6\xd1\x16\xfc\x62\xe3\x12\x95\x73\x32\x03\x0e\x77\x2e\xe3\xc0\xdc\x8f\x29\xa3\x1b\x33\x9b\x6b\x5b\x09\x6b\xa1\x27\xc3\x21\xdc\xa5\x34\x8a\x25\x8f\x4b\x60\x59\x7b\x19\x7c\x86\x5f\x08\xbc\x0e\x2f\xa9\x97\xc1\x7b\x78\x05\x9f\xe1\x13\x81\x9f\xbb\x29\x13\x2e\xa3\x16\x11\x8f\x1a\x1c\xeb\xb6\x2a\xfd\x78\xf1\x9f\x69\x26\x78\x65\x33\xd6\x71\xb8\x62\xc4\x6a\x19\xae\x18\xb1\x9a\x4b\x7c\x07\x2f\x97\xd8\x46\x59\x37\x96\x51\x93\x5d\x71\x5d\x25\x38\xcf\xc7\x79\x70\x57\xc3\x65\x38\xe7\xba\x63\xe1\x5c\xcc\xe6\x43\xbc\x32\xd2\x3b\xc8\x54\x1b\x68\x58\x79\xc4\x2c\x99\x8e\x29\x2b\x19\x41\xc9\xf2\x25\x22\x82\xc8\x92\x37\x9b\xd9\x78\xe9\x15\xb2\xb1\x24\x70\xb2\xd5\xe2\x9c\x16\x06\xd1\xbc\x74\xdd\x64\xbc\xf4\x92\xbd\xcb\xae\xd8\x85\xeb\xb6\x03\x73\xd7\x4d\x5c\x97\xe5\xc9\xf7\x16\x78\x2e\x2d\xa0\xc0\xf5\x93\xe2\x3d\x3a\x43\x6e\x26\x66\x33\xfc\x09\x5e\x13\xf8\xa3\x5b\xef\x42\xc8\x19\xc4\x0c\xa0\xeb\x3b\xa9\x42\x8e\x73\xd6\x7d\x7d\x43\x73\x8b\xee\xfb\x1b\x62\x34\xf4\xde\x08\xf1\xce\x13\xcb\x60\x7e\xc9\x47\x94\x51\xbc\x01\xf1\xc3\x5f\xe5\xe2\xc4\x9d\xe7\x5b\x74\x94\x8a\xb7\x55\xb8\xd0\xa7\x18\x3b\xe2\xae\x9b\xb7\x2c\x7d\x29\xc1\x80\x89\x31\xab\x17\x6a\x63\x0e\x86\x35\x74\x47\x8c\xea\x29\xbb\x99\x0c\x06\x0f\xde\xa7\xf8\x99\x68\x72\x0c\x6b\xd7\x65\xdc\xfa\x39\x1a\xab\xda\xf0\x22\xf1\x66\xb3\x70\xdd\x85\x47\xc9\x66\x23\x96\x73\xd9\x60\xfc\x31\x57\x62\xe5\x5a\x6e\x36\xbc\xb0\xf3\x4e\x48\x25\xd4\x6d\x2f\x69\xfc\x21\x42\x9f\xb9\xe6\xa7\x47\x82\xc9\x14\x7d\xee\x49\x7d\x89\x71\x35\x19\x4e\x95\xa8\x0a\x19\x55\x75\x9f\x1b\xd8\x9e\x1b\x25\xc9\x4c\x50\xd5\x20\x72\x5d\x35\x3e\xc4\x1c\xa9\x03\x29\x9b\x1d\xe4\x06\x5e\x2d\xfa\x4d\xc5\x3a\x06\xa8\xde\x13\xb9\xae\x91\x60\xb3\x71\x1a\xc6\x72\x4e\x82\x00\x56\x32\x7a\xce\x91\xfb\xf3\x9e\xc6\xe5\x46\xe3\x08\x72\x2a\x62\x58\xc5\x81\x7f\x70\xcf\xe0\xd6\x0d\x4c\x99\x4b\xd7\xf5\xbc\xc1\x62\xb3\xc1\xfc\xae\xeb\x2d\x36\x9b\x25\xd9\x6c\xa4\xc5\x70\x61\x94\x51\x48\x7a\x53\xf8\xca\x4a\xf8\x32\x2a\x5f\x71\x9f\x61\x62\x52\x11\xdc\x14\xb1\x02\x68\x7c\x2a\xac\x54\xfb\xdb\x43\x6a\xc6\xa2\xd3\x9b\x9d\x0f\x45\xbe\x48\x4a\x93\x8a\x33\xfa\xdb\x67\x4c\xc9\xc6\x3b\x72\xdd\x42\x32\x8f\x13\xd3\x0c\xb6\x00\x87\x5b\xcf\x3a\x40\x51\x9f\xb4\x11\x29\xcf\x8e\xaa\x1d\xa9\xfb\x25\x7f\x48\xcc\x15\x67\xce\xd1\x6e\x93\x6f\xca\x34\xe3\x60\xc2\x1d\x99\xc0\x39\x47\xd0\xdc\x33\x74\x99\x7e\x90\x35\x6c\x45\xef\x83\xc7\xa5\x1e\xe1\x9e\x45\xd8\xe5\x71\x88\xd8\x4a\x6d\x8c\x39\x74\xb6\x9f\xdd\x97\x9f\x91\x4f\x76\x09\xe4\xef\x8b\x25\x5c\xc2\x1c\x96\x10\x43\x0a\x6b\x58\x4c\x09\x9c\x33\x32\xfa\x1a\xde\xf3\xc3\xf2\xf7\xf0\x0f\x76\x30\xfd\x16\xfe\xc1\x0e\xa6\x7f\x2b\x8b\xf2\xd7\xc6\x9c\xbe\x96\xeb\xe3\x75\xf3\x3c\x92\x5a\xac\xdf\x96\x49\x6a\x74\x7c\x77\x9f\x88\xe5\x9b\x8a\x24\x70\xa7\xc4\x2a\xc1\xcf\x35\x6e\xed\x7f\xbb\xae\xf7\x9d\x34\x27\x90\x97\xe7\xbe\x3b\x8a\x38\x33\x0a\x6e\x79\x67\x22\xa7\x68\xef\xbb\x92\x08\x97\x48\x40\xef\x93\x44\x71\xee\xb0\x54\xb2\x24\x1a\x46\x5b\x88\xa4\x6c\x96\x28\xf5\x67\xc4\xcb\x88\x25\x47\x68\x27\x8e\xba\x45\x08\x54\xb9\x52\x29\xf1\xb1\xa2\x98\x12\x3e\xeb\xaf\xfa\x01\xc2\x3f\xa8\xfd\xfc\xce\x18\xf3\x77\x9b\xcd\x3b\x14\x68\x4d\x3e\x4c\x09\x0c\x7e\x91\x4a\x58\x2c\x29\x5e\x11\x7e\x0d\x8f\x81\xd2\xf0\xda\x75\x07\x83\x8f\x50\xd1\x70\x4e\xbd\x5c\x1a\x18\x4a\x54\x53\x6d\x81\x77\xa1\x70\x41\x7e\x7b\x83\x63\x1e\xfc\x0a\xe6\xcd\x3e\x38\x53\x10\x28\x65\xf0\xda\x10\x96\xae\x5b\xce\x2a\x5e\x42\x43\x02\x10\x1c\x42\xe3\xfe\x1f\xdc\x98\xa8\x37\x57\x35\x0a\x92\x7b\x17\x9d\x5e\x42\x47\x9b\x8d\x33\x1a\x0e\xff\x97\x83\x4f\xcb\xbf\xba\xee\x9d\x6a\xb5\x86\x33\x21\x30\xa3\xea\xce\x3e\xbe\xeb\x82\x2f\xde\xca\x56\x11\xc1\xdb\xde\x98\x70\x4e\xdc\xa2\x34\x4a\x32\x5a\x08\xfb\xaf\x19\x6d\xfb\xbf\xef\xb0\x74\x34\x6c\x6a\x2f\x19\x3f\xbd\xf4\xe7\x10\x53\xd2\xe1\x9d\x1f\x51\x6c\x2b\xca\x6d\x9b\x5e\xbb\xee\x6b\xe3\x99\xc7\x75\x4b\x3a\x31\x03\xa6\x44\x34\xe3\xf5\xb8\x51\xdd\x77\x24\x58\x51\xa8\xa2\x73\x0e\x1d\xb3\x37\x42\x63\xca\xe7\x35\x01\x4a\x7b\x6d\xdc\xac\x9e\xb2\x19\x16\xa5\x5f\x50\xef\x35\xf9\xc6\xac\x87\xab\x82\x0d\x54\x07\x30\xd4\xbf\xfc\x48\xf8\xbb\xcf\x7c\xf6\xa7\x47\xec\x1f\x64\x93\xbe\xf7\x80\x86\x4c\x2b\xb8\x04\x25\xd1\x0a\x4a\xb0\xa5\x5b\xc1\xa2\x31\x81\x72\x69\x26\x19\x68\x43\xc6\xcc\xe0\x48\x0d\x98\xf8\xe0\x77\x50\xf8\xee\xc1\x6f\xe8\x22\x54\xcb\x8c\x30\x93\x25\x44\x92\x42\xa6\xe0\x05\xb4\x45\x4c\xc1\x17\x31\x9a\x29\x45\x1f\x3b\xe8\xaa\xaa\xd3\xef\xd5\xc0\xab\x04\x97\xca\x7d\xbd\x7d\xbe\xa4\x19\xdf\x93\x9b\xcd\x40\x92\xc4\xcd\x66\x50\x89\x9f\x44\xc1\x47\x5f\x32\xda\x84\x77\x50\x13\xfb\xf5\x82\x2a\xfe\x8d\x1d\x3e\x5b\x10\x77\xaf\x92\xd7\x1f\x6a\x90\x1c\x2a\xc9\x3c\xb5\x44\xb7\xa6\x2c\x59\xa1\x9a\x54\x1d\x27\x81\x34\xd4\xf3\x34\x6c\xec\x9f\xab\xc5\xb8\x87\x49\x85\x11\x32\xe6\xef\x49\x62\x63\xd7\x06\x4c\x29\x4a\x24\x72\xf5\xe6\x9e\x0b\x81\x45\x2e\x9f\xe4\x3d\x1e\x12\xce\x28\x60\xe2\x30\xa5\x04\x0c\x9d\xa7\x6b\xda\xd0\xa2\xdf\x49\xb2\x9d\x8a\xa0\xd4\xa8\xe1\x8f\x30\x23\xea\xe4\x9a\x64\x53\x28\xc2\x4a\x00\x35\x6b\xad\x46\x93\xbd\x13\x34\x7b\x30\x42\x05\x55\x65\x24\xb5\x4f\x18\x13\x6b\x7c\xaa\x74\xe2\x42\x3f\x18\xea\xd6\x9d\x53\xcd\x69\xdc\x49\xd1\x80\x94\x1a\xd4\xf5\x82\xda\x28\x90\x87\x7c\xf9\x0b\x43\x6e\x0d\xd2\xbf\xa6\xe1\x9d\xa2\x6d\x68\xd2\x29\x52\xee\xa9\x50\x0e\x88\x6f\xc6\x39\x78\x0c\x58\xa9\x59\x00\x0f\x16\x04\xa0\x15\x2b\xc2\x1d\x30\x76\xa2\x95\x68\xc1\x62\x6b\x38\xa3\x16\x7c\xfa\x82\x76\x58\x8d\x5a\x9e\x54\x4d\x0b\xd2\xc2\x70\x25\x2b\xce\x33\xd4\xa8\xb6\x64\xd5\x91\x05\x94\xc6\xae\xa5\x4d\x71\x72\x6a\x49\x22\x78\xba\x99\x11\x26\xa5\xd9\xe8\x9f\x4c\x4b\xb3\x15\xee\x53\x45\xfd\x6b\xe2\xad\x51\x25\x6b\xd9\x72\xf5\x0a\xf3\x30\x93\xb8\x69\xca\x55\xa0\x9a\x83\x49\x6c\x1c\x36\x5d\xb0\x60\xf5\x94\x4f\xc8\x24\xe6\x87\x45\xc3\x57\xec\x5d\x17\x62\x59\xc3\x77\xaa\x00\x16\x5b\x8d\x2b\x2a\x7d\x01\xc8\x77\xa8\xf3\xfc\xf6\x24\xf9\x8a\x60\x69\xe7\x79\x11\xd3\x62\xef\x3c\xbf\x75\x80\xff\xfe\x18\xc5\xc9\xaa\x0c\xe6\x3e\x8e\x15\x8d\x0f\xf3\x22\xa3\xc5\xbe\x01\xbb\x36\xd7\xb0\x6b\xa3\x1f\x0d\x78\x35\xaf\x0a\xd1\x25\x67\x45\xfd\x8b\x69\x78\xc7\x8b\x13\xaf\xae\xa2\x70\x04\x24\x0f\x9c\x32\x47\x1f\x16\x3c\x8c\x33\x16\x0e\xbf\xac\x9f\xd2\xdb\xca\xa9\x11\x51\x5e\x8f\x73\xc5\x38\xc0\x1c\x06\x83\xc4\x75\xef\xf8\xf2\x4f\x6a\x18\xb0\xab\xf1\x9d\x02\x7a\x4b\x59\xc8\x8c\x85\x48\x3e\x64\x56\x4f\xf9\x22\x9e\xc4\xfc\xc4\xeb\x1c\xb6\x26\x87\xb3\xec\xc7\x9b\xd3\xe0\x67\xbc\xe5\x56\x40\xe7\x90\x56\xd2\x89\x65\xe0\x14\x39\x8a\xa5\x1e\x3f\x89\xe9\x05\x71\x6a\x38\xa7\x5e\x84\x7a\xaf\x2d\x7f\x5e\xa5\x68\xb7\xdc\x65\xa2\xf9\xe2\xb3\xbb\x17\x5c\x0a\xdb\x12\xbf\x4a\xb7\x0f\x0f\xf7\xf1\x9e\xa9\xaf\xa7\xd6\x7e\x66\x8b\xd7\x38\x68\x5b\xcd\x6f\x15\x2e\x37\xeb\xaf\x8a\x47\x03\x83\xb3\x8b\x56\x55\x6e\x42\xf0\x69\x68\x3c\x3e\xd3\x9c\x27\x7c\xa0\x85\x50\x74\xb3\x8b\x7d\xe3\xdb\xe5\x42\xd8\xa2\x9e\x8c\xd3\x3c\x44\x95\x8c\x47\x7f\x27\x70\x43\xb7\x72\x3b\x89\x3e\x77\x0c\xb8\x53\x4d\x35\x22\x7d\x30\xc7\x1c\x6f\x5b\xa7\x75\xc0\xd1\x29\x9d\x29\xf7\x88\x66\xb3\x55\x67\xb4\xc9\x72\x46\x70\x67\x30\xd9\x39\x87\xd3\x30\x6e\xaf\xf9\xb8\x6c\xc1\xc3\x1e\xd2\x26\xa6\x68\xcd\x88\x57\x89\x1c\xc5\x4d\xf7\x61\xf2\x5f\x07\x13\xde\x7f\x32\x14\x26\xf5\xa3\x9f\x84\x37\xe5\xd1\x53\x6e\x55\x8f\xc0\xc1\x2b\x01\x1c\x1c\x0b\x54\x70\x74\x95\xf1\x48\x98\x0e\xcc\xc3\xcc\x7b\xf2\x84\xff\xbe\x94\x90\xc2\x68\x57\x3f\x1a\x1a\x92\xbc\x54\x0a\xf2\x1c\x46\x5e\x5e\x25\x34\x8d\x1d\x58\xf7\xa1\x05\x9a\x7e\x44\x15\x5a\x60\x25\xd1\x02\x33\xff\xac\xa2\xb7\x0a\x8a\xcf\x86\x09\xcc\xfc\x33\x81\x5f\x62\x15\x9e\x29\xec\x1f\x8c\x43\x73\x4d\x33\x00\x41\xfb\x2d\xac\x21\x0c\xe6\x28\x60\xd6\xc0\xca\x8c\xe8\x04\x28\xaa\xe8\x31\x2f\xe0\x08\x81\x65\xcf\x64\xa8\x97\xf9\x08\xbf\xce\xa1\x85\xb0\x51\x2d\x74\x3b\xdd\x04\x16\x65\x36\x89\x7d\xdf\xd3\xa2\xd1\x56\x2d\x3a\x5e\x55\x0f\x35\x89\xc3\xce\x20\x37\xdf\x29\x8c\x4c\xf1\x9d\x3b\x47\x09\xd8\x1f\xab\xa4\xa0\x31\x42\x66\x37\x10\x8d\x15\xaa\x05\xf7\x75\x31\x7e\x28\x01\x2f\xb6\x71\x47\x6c\x63\x31\x47\x78\x91\x11\xf5\x06\x39\x5c\x56\x8b\xf4\x55\x5e\x04\x99\x7f\x96\xc4\x9c\xd9\x2f\x83\x02\x84\xe6\x4f\x1c\xe0\xee\xe1\xbe\x07\x93\x98\xa5\xc2\x6a\x8e\xe2\x1a\x44\x47\x48\xc0\xf8\x61\xab\xeb\x2f\xf4\xc5\xa7\x0b\x56\x80\xfa\xc6\xcd\xa8\x0d\x16\xdd\xf2\xfa\x65\xf7\xdc\xc8\xcb\xda\x60\x7c\x36\x5a\x72\x4d\xa3\xf4\x39\x7a\xb7\x44\x39\x7a\x63\x91\xa8\x25\xd0\x21\xfc\xba\x4b\x4a\x9e\x3d\xc9\x2e\x3e\x44\x65\x79\x93\x17\x71\x30\xa0\x7e\x47\x70\xad\xa7\x1d\x7d\x59\x35\x1d\x61\x2b\xa6\x8f\xbf\x10\xf1\x5b\x30\x5f\x31\x90\x84\x67\x5e\x26\xbd\x1c\x73\x8c\x24\xb2\xd9\x38\xce\x81\x7a\x3b\x11\xde\xf6\x70\xd4\x4b\x51\xf6\x27\x96\x97\x87\x27\x63\xaf\x1d\x15\x16\xea\x42\x94\xe3\x9d\x88\xd7\x40\x7c\xe5\xbf\xda\xe0\xe6\x73\x76\xa5\xe0\xc4\x00\x28\x14\xb8\xd1\x93\x92\x1d\x15\xec\x4a\x48\xe3\xcd\xc6\xdc\x2c\xab\x6c\xa6\x62\xb0\xae\xa0\xa8\x09\x09\x3a\xda\x20\x2e\x34\x60\x49\xcb\xb1\x74\x8d\xac\xb5\xf2\x23\x11\x36\x17\x4f\xeb\x1a\x7b\x14\x55\x46\xce\x31\xd2\x98\xe0\x46\xbc\x26\x7a\xc6\x82\x73\x30\x93\x58\xa4\x3d\xc9\x71\x6b\xf2\x84\xcb\x82\xce\x93\xdb\xde\x94\x1f\x30\x9a\x27\x2d\x57\xf3\xfb\x92\x9e\x60\x34\x4f\x7a\x13\x15\x99\x1e\xc4\x5f\xca\xe8\x82\x7a\xf2\xc0\x50\x90\x36\x38\x52\x50\x68\xad\x85\x7c\xec\x38\x81\x84\x16\x6e\xbf\x6b\x71\x03\xe0\x13\x84\x5d\xf7\x0a\x74\x93\x20\x20\xce\xda\xf3\xd2\x98\x46\x25\x92\x07\x93\xde\x01\x2d\x8a\xbc\x78\x47\x4b\xd6\xbe\xc0\x71\x6a\x3e\xdc\xec\x00\x67\xc5\x20\x79\x0b\x33\x85\xca\x23\x9f\x50\x0d\xe2\x07\x92\x48\xc6\x74\x4e\x8b\x42\x65\x4b\x72\x04\xc8\x13\x53\x51\x56\x3a\x38\x1c\x42\xd6\x0b\xa5\xd6\x8d\x86\x52\x99\x68\x28\xb8\x73\x7a\xc1\x50\xce\x5a\x20\xda\x7c\x57\x3d\x0c\x88\xb2\xb5\xf3\x79\x01\x54\x14\x7f\x59\x95\x15\xee\x78\x2e\xe4\xf3\x04\xf6\x4c\xf3\xcc\x78\x9b\x47\xb1\xeb\xf2\x4c\xea\xc8\xc0\x4f\x71\x6a\x7c\x1b\x04\x53\x1f\x4a\x92\x2e\xe2\x82\x56\x27\x59\xb4\x2c\x2f\x73\xe1\xda\x92\x8b\x63\x3a\xf5\x4b\xee\xf8\x15\x87\x71\xa7\x13\x3e\x5a\xf2\x1b\xfd\xff\x81\x1d\xf6\x32\x8b\xa7\x75\x4f\x7b\x5f\x24\x71\x47\x3d\x86\x73\x70\x3d\x2d\x45\xe8\x65\xdc\x4d\xbd\x2a\xd9\x06\xf4\x9e\xa0\xe3\x6d\xf6\xcf\x34\x60\x0c\x66\x32\x19\x4e\x19\xeb\x38\x19\x4d\x0f\x06\x03\xea\x2f\x56\x69\x95\xa4\x49\x46\x07\x61\x38\x18\xe4\xfa\xdb\x75\x2b\x5f\xad\x6f\xd7\xe5\xc3\x3c\xe7\xef\x4e\x20\x5e\x9d\x22\xd7\x15\xbf\x4a\xd7\x8d\xd0\x45\x66\x89\xff\x8a\xbe\x56\x27\xb2\x51\x1f\x19\x35\xf3\x22\x28\xd1\x2c\x00\x67\x0b\x5f\xdb\xae\x39\xfd\xe5\xa5\xf7\x10\x3e\x09\x70\x7a\x86\xa3\x0d\xb3\x50\xcf\xf8\x01\xab\x7b\xa6\xf2\x77\x51\x0a\x4a\x8c\xb5\xeb\x9b\x9b\xd4\x75\x07\x79\x23\x40\xb5\x9b\x93\xe8\xe6\x96\x56\xc8\x5a\x1d\x0b\xf6\xd0\xcb\x89\x5c\x9b\x8d\x6d\xef\xcd\x9a\xe8\x60\x5b\x42\x1b\xf2\xdb\x4c\x4a\xcb\xb2\xc3\xad\xb5\xe2\x24\x50\x81\x9f\x3b\x7c\xe4\x6e\x10\x66\x79\xc6\xaf\x17\x33\x8c\x61\x07\xa9\x85\x63\xc8\x59\xa6\x38\x34\x66\x1f\x1f\xcc\x15\x03\xb5\x08\xa9\xcf\x2e\x4e\x05\x8b\xe2\x4a\xbf\x9c\xb4\xc3\x1a\x93\x95\xc9\x57\x56\x35\x9c\x85\xd4\xe7\x84\x1c\xfd\x1b\x73\x31\xcc\x8d\x86\x3a\xbc\x0a\xa9\xcf\x2e\x6e\xcf\x70\xbc\x84\xda\xc6\x09\x72\xcc\x82\xa5\x90\x27\x3f\xdc\x62\xc1\x66\xd0\x33\xa5\xc4\x78\x2c\x7c\x37\xc2\x4b\xc3\xa1\x03\x3f\x4c\xe0\x48\x2f\xf6\x97\x0d\x7f\x0e\x3c\x45\xf0\x12\x5e\x18\xd9\xf8\xc1\x02\xa7\x3a\xdb\x8b\x46\x36\x9e\x22\x78\x01\x5f\x8c\x6c\xbc\x21\x1f\x75\xae\x2f\x8d\x5c\x5c\xf4\xfc\x05\x3e\x18\x99\x8c\x83\x14\xde\xe9\xac\x1f\x1a\x59\x8d\x64\xc1\x07\x78\x6f\x82\x3c\xbe\x0d\xdf\xeb\x4d\x08\xaf\xf0\xab\xc5\x35\xc1\x33\x9e\xe5\xcc\x5c\xae\xf0\x3c\x74\xce\xf3\x3c\xa5\x91\xa9\x35\x17\x8d\xa3\x60\x30\x78\x06\x6f\xc2\xc1\xe0\xc4\x75\x9d\xa5\x28\x82\x25\x39\xb6\x1c\xb8\x26\x73\x4f\xe5\x1f\x68\x05\x92\x86\x8f\x24\x6e\x7f\x2a\x75\xd0\xfa\xc5\xb8\x59\x74\x9d\x5c\x44\x55\x5e\x48\xbe\xfd\x87\xff\xfb\x32\xbe\xf8\xc1\xaf\x68\x59\x79\x46\xb4\xbf\x2a\x69\xf1\xec\x82\x3f\xd8\x3b\xe4\xe0\x32\x1c\xb4\xd5\x63\xaa\x46\xed\x42\x22\x3a\x50\x42\x65\x2a\x85\xca\x55\xb7\x5c\x5a\xb7\xa6\xbb\xb5\xaa\x11\x6c\x43\x77\x35\x4e\x01\x3d\x38\xc5\x75\x30\x1a\xf9\x43\x87\xfc\x73\x6f\x54\x7b\xec\xf6\x27\x4c\xc7\x2e\xc3\xc1\xb0\x56\x0e\x14\x3d\x02\x5f\xc3\x16\xdc\xe7\xb5\x77\x23\x5f\xe3\x0e\x8d\x27\x8a\x4c\xdf\x17\x72\x98\x0b\x06\xe3\x2d\xa8\x6b\xc6\x1c\xd4\xb6\x0d\x62\xb8\x8c\x4a\xbe\xf6\x06\x83\x15\xfb\x78\x69\xd2\xac\xe7\xa0\x49\x48\x50\x81\xda\xb9\xc1\x9a\x25\x3d\x9a\xe5\x59\x30\x18\xa4\xa0\xf7\x7a\xb0\x00\x9b\x60\x04\x33\x68\xee\xe0\xe0\x8a\x65\x36\xaf\x04\xc1\x1b\x2d\x6d\xbf\xe7\x21\xcd\x38\xd3\x95\x35\x94\xe9\x2b\xe5\x2b\x77\x24\xf2\xb0\x1f\x91\xaf\xfe\x4d\x11\x2d\x97\xb4\xa8\xe1\x63\xbf\xa7\x0f\x1c\x96\x2d\xbc\x92\x7c\xf5\xd1\x03\xe9\xeb\x22\x5f\x2d\x6b\xd0\x90\xf7\xe7\x02\x2c\x55\xde\x78\x4d\xaa\x42\xb6\x78\x06\xfb\x2a\x89\x66\x12\x0b\x40\x4a\xc9\x1f\xd7\x70\xd4\xdf\x6c\x51\x01\x81\x58\xd0\x09\x7e\x58\x30\xd6\xf8\x59\x41\x23\x8f\x04\x66\x30\x1e\x42\x1e\x81\xb4\xdd\xa0\xb2\x29\xc7\x31\x9b\xc6\x0e\x89\x1a\x52\x42\xe0\x4d\x47\x57\xce\x71\x5a\x1d\xb8\xe3\xef\x6f\x78\x60\x38\xc1\xad\x3d\x57\xc6\x02\x00\x71\x2d\x0c\x74\x57\x1a\x17\x46\xf1\xc4\xb7\x2c\x68\x59\xd2\xd8\x09\x06\x83\x57\xc0\x88\x4a\x20\xeb\xea\x98\xf6\xd6\xdd\x55\x56\x7a\xb2\x8c\xb2\x76\x7a\xd6\xdf\x8e\xc4\x6c\x95\x03\xeb\x2e\x86\xbe\x1a\x3b\x6f\x92\x98\x3a\x81\xf3\x91\xc6\x2f\xd7\xd4\xa9\x09\x21\xc6\xa4\x9f\x75\x4e\x3a\x3f\x13\xb6\x9b\x74\x71\x20\xaa\x49\x97\x37\x9d\x1a\x4e\xfb\x27\x5d\x54\xc0\xda\xc2\x23\x92\xd2\x38\x16\x9e\x5d\x47\x49\x1a\xa1\x69\x5e\xdf\x20\xa9\xea\xac\x1b\x5e\x0d\xef\xfa\xeb\x34\x2a\x20\xf0\xac\xb7\x6f\x1c\xf1\x34\x4a\x69\x51\x75\x4c\xd2\xd2\x8f\x90\x1b\x04\x73\x51\x9a\x34\xc8\x23\x84\x34\xd9\x9f\xb9\x2d\xfb\x92\xac\xb8\x21\x31\xd3\x6a\x58\xbd\x51\x92\x19\xb5\x8b\x3e\xb7\x24\x58\x7f\xb2\x64\x56\x48\xb3\x60\xce\x5f\xff\xe5\xa2\x79\x31\xed\xc2\x35\xab\x8c\xb7\x05\x4b\xe6\x71\x4f\x45\xde\x43\x35\xa9\x02\x9b\xb7\x23\xb3\xca\x97\x59\xfc\x9f\xac\x90\x15\x47\xd5\xd3\xcc\xbd\x37\x50\xbb\x91\xf7\xe3\x72\x76\x55\x3a\xde\xb6\xff\xc1\xde\xe8\xcf\x02\x88\x76\x37\x18\xbd\xb6\xff\x37\x9a\xfb\x32\x8b\xb7\x6a\x6c\xdf\x64\x7e\x6c\xc8\xcc\xd8\x0d\xf5\x4f\x2e\xd5\xe6\xfd\x0d\xf5\x0a\xac\x8a\xbb\xae\x5c\x1d\x4b\x29\x89\x8d\x0b\xbd\xbc\x3d\xda\x57\xfc\x15\x95\xd8\xe4\x97\x51\xf9\x39\x2a\x32\x1a\xbf\x5f\xa5\xe9\x27\x1e\xe3\xf5\x45\x85\x83\x21\x98\x7a\x33\x0e\x8b\x4f\xb2\x8b\x60\xe7\x6f\x58\xe8\xdf\x76\x58\x0d\x3b\x79\xb6\xf3\x37\x25\x5c\xfa\xdb\x0e\xd7\xad\xd8\xc9\xf2\x6a\xe7\x9c\x5b\x33\xf8\x3b\x87\x79\x56\x26\x31\x2d\x76\x56\x65\x92\x5d\xec\x44\xd9\x0e\x5d\x2c\xab\xf5\x0e\x77\xcd\xb7\x53\xe5\x3b\xe8\x9b\x60\xa7\xba\xa4\x3b\xea\xaa\xbe\x93\x17\x3b\x8c\x7b\x62\x0b\x26\x66\x69\x92\x2c\x4e\x66\x51\x45\x59\x7e\x53\x92\xa4\xb3\xf8\x0e\xd9\x6e\x6f\x9c\x25\x0f\xac\x30\x3e\x76\x49\x2c\x07\x4e\x4b\xfe\xfe\x23\x4b\xdd\x12\x7a\xf5\xb6\x44\x9d\x9c\x9e\x79\x7d\x25\x93\x2a\x14\xe2\xa5\xa9\x12\x12\xd0\x49\x35\x3d\x10\x3c\xfc\xb7\xad\xef\x06\x73\xd4\xf9\x10\xc0\x99\xab\x5e\x36\x54\x9c\x93\x5c\x01\xe7\x4e\xb8\x01\xe3\x80\xa1\x81\x33\x5a\xde\x3a\x75\xdd\x5e\xdd\xf6\xf1\xdc\x59\x2d\x3f\xde\xff\x72\xb5\xdb\xcc\x87\x79\xbf\x6b\xcf\x47\x53\x82\x60\x89\x36\x24\x06\xa7\x71\xdd\xe9\x91\x8a\x04\x5c\x6c\xfe\x8d\xf3\xd3\x3e\xf7\x7b\x84\x1b\x67\x1d\xad\xda\xa1\xe3\x0e\x07\x98\x0f\x3a\xbe\x6c\x3a\x0c\x30\x4b\xee\xe7\x26\x9d\x38\xaa\xa2\x3d\x76\xa7\xe1\x5a\x99\x7b\x49\xec\x04\x0e\xe6\xdd\x5b\x88\xb1\xad\x81\x92\x6d\xfc\x66\xde\xd7\x02\xd8\xb6\x22\xf1\xce\xb2\xdd\x86\xec\x62\x0a\x1f\x5e\x0a\xfa\x8a\xdc\x29\x9c\xd8\x6c\xac\x97\x1f\x49\x4e\xcc\xde\x7c\xa3\xd0\xb7\x71\x67\xb9\x4f\xd0\xa5\x44\x57\x55\x68\x2c\xce\xc1\xa0\xdd\x86\x80\x82\xb2\x82\x6d\xc3\xf7\x57\x30\x71\xcc\xb7\x00\x67\x4a\xc0\x14\x95\x4e\x8c\xab\x4c\x8a\xce\x16\xa6\xf2\x58\xe1\xed\xc0\x98\xb1\x14\x44\xe2\x8b\x47\x20\x05\x90\x7d\xbb\x9b\x1d\x9b\x51\x41\x23\xa7\xe5\x9d\x41\x9e\x7b\x35\x64\xc6\xe5\xd7\x3c\x67\x41\xb8\xc8\x56\xc2\x4c\xb6\xed\x40\xbc\x7c\xa9\x8b\x94\xf1\x0e\x06\xf2\xcd\xa9\x33\xf2\x9e\x65\x89\xd7\x5b\x68\xf5\x3f\xc8\xbb\x3c\x50\xdc\x77\xfd\x18\x77\x5c\x31\x82\xd6\x10\x9b\xc5\x4d\x45\x15\x62\x92\x9d\xa0\x02\xeb\x4a\x69\x8c\xbf\x36\x5a\x2e\x68\x14\x1f\x67\xe9\xda\x8c\x95\x61\x20\x1e\xc3\xd5\x18\x48\xbd\xcb\xe7\xe9\x4a\xbb\x87\x40\xdf\x1e\xcd\x5b\x87\x79\x63\x7e\x50\xf4\xaa\x5b\x93\x19\xe2\x55\xcb\x95\x66\xe7\x1a\xcd\x50\x1c\xdb\x10\x52\x96\x6d\x01\x64\xaa\x65\xaa\x33\x2d\x45\x5d\x49\x49\xa7\xe5\xa6\x16\x97\x99\x83\x7e\x69\x27\xd3\x03\x21\xbf\x75\xdd\x25\x47\x73\xb6\x56\xac\x79\x95\x4d\x37\x9b\x88\x34\x92\x49\x09\x84\x99\x6e\xb6\xd9\x94\xcd\x74\xf2\xd2\x2a\x15\x28\x7a\x15\x46\xf1\x0e\x6f\x1c\x25\x1d\xf2\x49\xd9\xfe\x18\xac\x7d\xd1\xbb\x93\xd3\xe6\x4e\x06\x87\xd5\xe2\x4c\x09\xb1\x04\x12\xa9\xb1\x60\xef\xd9\xe2\x4b\x6d\x8a\xb4\x14\x8e\xcf\x77\x1c\x69\x35\x4c\xe0\xff\xdf\xf6\xa6\xde\x22\xff\x93\xdb\x32\xff\x96\x7d\x05\x97\x5d\x8a\x08\x2d\xe2\x88\x82\xc4\x96\x16\x3c\x25\xa4\x96\xdc\x48\x87\xa4\x05\x87\x6d\xb3\xb9\x24\xde\x1c\x2e\x9b\x1b\x58\xbe\xf9\x75\x30\x62\xa8\x75\x93\xcc\xd5\x6e\xa8\xa8\x7a\x28\xe5\x8f\x49\x03\x14\x4e\x0f\x0e\x8d\x4a\x89\xbc\x9e\x74\x24\x0f\xe9\x81\x00\x9b\x33\xdb\xf8\x9a\x56\x26\x8f\x03\x79\x98\xb9\x6e\xe6\x51\x2e\xad\x36\xfd\x65\xe6\x24\x99\x7b\x92\xab\x19\x98\xe6\x94\x4e\x75\x49\xb9\xf5\x99\x04\xfe\xdd\xdd\xd5\xcf\x5f\xfa\x71\xf7\x20\x6f\xda\x13\x65\xe4\xae\x60\x0c\x52\x33\xa5\xeb\x56\x7d\x8f\x56\x19\x1e\xcc\x67\x59\x5e\x25\xf3\xf5\xb3\x79\x45\x0b\xf5\x28\x45\x21\x43\x35\x1b\x14\x57\xdf\xf7\xf0\x95\xab\x77\xaf\xee\x62\x72\x01\xe0\x7b\x5f\x1a\xc7\x21\x8d\xd7\xce\xae\x84\x8d\x5b\x2b\x15\x2e\x6f\xe4\x2b\xa1\x35\x15\xef\x31\xbb\x1e\x84\x8f\xb4\x5c\xa5\xd5\x56\x89\xf0\x7d\xbc\xd1\x9a\xd6\x93\x5e\xc3\x7d\xea\x43\x37\x68\x71\x86\x35\x44\xe5\x56\xa4\x92\xda\xdb\x0c\x71\x47\x99\x07\xe2\x05\x4d\xd8\x77\x87\x8e\x03\x8d\x10\xdb\x5b\xe5\xae\x23\x2e\x12\x0d\x07\x3f\x5a\xde\x3f\x18\x42\xb7\x56\x41\xb0\x3f\x1c\x82\xfd\xc2\x8e\xea\x64\x0d\x5f\x40\xda\x94\xe0\xcc\x56\x66\xe4\xca\x37\xd6\xb9\x58\xf9\x1d\x2a\x14\xbd\x8a\x18\xf9\x58\x28\x61\xd8\x30\xa3\x87\x9a\xb2\x30\xae\xb5\xa5\xc9\xc6\x78\xd6\xb6\x32\x19\xc7\xd9\xba\xe1\x88\x5a\x57\xa6\xfb\x22\xad\xd1\x67\x90\x49\x3b\x6a\xcf\x34\x31\x69\xa8\x73\x58\xe9\xec\x7b\x18\x52\xf0\x46\x8a\x39\xaf\x4a\xbf\x2b\x74\xc5\x63\x84\x03\xfc\x48\x6e\x24\xe0\x81\x0e\xf0\x73\xb8\x11\xc9\x03\x1d\x10\x8f\x20\x8d\x58\x11\xea\x80\x29\xa0\x6f\xa4\xe1\x51\x8e\xf1\x90\x64\xc7\xef\xa9\x08\xc7\x7c\x41\x6a\x24\xd2\x31\x8e\xf9\x84\xd4\x48\xa5\x63\x58\x2a\xbd\x24\x5b\xc9\x54\x94\xa3\xdf\xba\x9c\xa4\xdc\x93\x1f\x8e\x7e\x17\x63\xc1\xf2\xc3\x01\xee\x36\x17\x03\xf9\x4f\xa7\x3e\x30\xbd\x56\xe8\xcb\xba\xf1\xa8\x9d\x99\x4f\xe8\x79\x28\x84\xd2\xa8\x3d\x28\x5f\xb2\x93\xb0\xf0\x97\x51\x4a\xab\x8a\xbb\xca\x45\xe5\xfa\x0e\x83\x3f\xdc\xcd\xb6\xa3\xaa\x0a\x91\x48\xee\xb8\x37\xec\xc4\xcf\xe8\xaa\x2a\xa2\xf4\x94\x16\x55\x12\x15\xeb\x1a\x2a\xd7\xd5\x2e\xb5\x23\xa1\xb0\xef\xcb\x10\xe1\x35\x1b\x61\xd6\x02\xe5\xb3\xfc\x2d\x9d\x57\xc1\x68\x5f\x7e\x7e\x14\x5a\xdc\xac\x3b\xe2\x61\xce\xd9\xdf\x5f\xde\x3a\x12\x1e\xe2\xd1\x3e\xd6\x93\xbb\xee\x9d\xa1\x7d\x4f\x43\x76\x08\x4f\x6e\x50\xf9\x5e\xa6\x1c\xb1\x73\xb9\x9e\xd6\xdc\xa9\x8e\xed\xab\x6b\xdd\x69\x75\x01\x39\x87\x92\x86\x14\x66\xb0\x82\x18\x96\x30\xe7\xf0\x62\x38\x74\x0b\x4b\x5d\xe1\xc2\x1c\xeb\x6b\x63\xac\xcf\x4d\xad\x83\xb5\xa5\x90\x70\x16\x52\x5f\xbe\x6d\xa2\x76\x81\xa1\x0c\x71\x6b\x4f\xe5\x31\x4f\x8a\x0f\x3d\x2f\x2d\x05\x85\x23\x1e\x63\x9d\xd9\x2f\xda\x4a\x11\xa7\x5d\x7a\x0a\x5f\x78\x5e\xf3\x25\x0b\x3e\x86\x97\x4d\x0b\x8e\x0f\xe1\xa5\xf2\x7c\xff\x2e\xbc\x14\xfe\xf0\xdf\xcb\x21\xbc\xf1\xaf\x89\x77\x05\x97\x04\xde\x86\xa6\xbf\xfa\x8f\x6a\x40\x0c\x15\x78\xbe\x5c\x2e\xc6\x3a\x12\x5d\xb2\x7f\xe4\xed\x35\x3c\xae\xa1\xd7\xf7\x86\x25\x07\x02\x3e\x1e\x55\x74\x51\x06\xce\x0c\x1d\xe5\x38\xda\xdb\xfd\x70\x67\x34\x64\x4b\xc3\x58\x2c\x23\xb8\xb9\x4c\x2a\xca\x31\xee\x9c\x2c\x67\x74\xc3\x01\x56\xd6\xc9\x65\x91\x64\x57\xc1\xb0\xc3\x68\x83\x2f\x1b\xa3\x1f\xc2\x20\xc3\x51\x6d\x77\x5e\x17\xd1\x1a\xed\x33\x3a\x8c\x35\x5e\x85\x13\xb1\x27\x7a\xfa\x24\xe1\x03\x47\x66\xdd\x19\xab\x3b\x13\x75\x0b\x07\xf3\xaa\x96\x9a\xb1\x31\x53\x78\x16\xaa\x82\xcd\xb1\x33\x8b\xc9\x59\x31\x79\x6f\x31\xb9\xe2\x4b\xc5\x1e\x7e\xcf\x8d\x6a\xde\x49\x73\x9a\x73\xd7\x7d\xaf\x57\xeb\x05\xfb\xd2\x8b\x9a\x7d\x71\xe2\x03\x6b\xf6\x5b\x2f\xe4\x43\xf6\x69\x2e\x5e\xf6\x6d\xac\xde\x1b\xff\x75\xb7\x71\x0f\x2c\xa6\x8a\xc4\x4f\xde\xcb\x27\x6f\x96\x7f\x72\xd7\x98\x7b\x5e\xbc\x21\x56\xdc\x41\xdb\x99\x1d\x67\xd7\x3b\x1a\x7f\xe4\x72\x29\x73\x29\x3d\xc7\xf4\xc4\xb2\x9d\xa8\x59\x97\xee\xcc\x92\x0e\x1b\x03\x6a\xac\x54\x63\x58\x13\x36\xac\x09\x1f\x56\x8b\xd7\xb7\xec\x76\x8c\x81\x56\x3b\xe3\x86\x78\x84\x40\x42\x6a\x18\x5c\x58\x44\xea\xce\x09\x2e\xf3\x6b\x5a\x38\x41\x47\x7b\xee\xe9\xd0\x1b\x96\x89\x5a\xad\x43\x5c\xed\xa8\xb7\x75\x66\xc1\xce\x9b\xe4\xe2\x32\x45\xff\x70\xad\x46\x46\xa4\xae\x6b\x36\xcb\x93\xee\xa9\x52\xc9\xd7\xa4\x7b\xc4\x91\x43\xe1\xad\x7c\x96\x56\x30\x04\xc7\x6c\x80\x43\xa6\xd3\xa9\xc9\x2e\x4c\xde\x1b\x4a\x09\x7c\x89\x48\x63\x22\x73\x76\xad\xde\xdb\xc6\x2f\x1f\x5a\x96\x59\x26\xf1\xe1\xd9\x0c\xca\xb3\x2a\x4a\x36\x04\x78\x53\xd7\x07\x48\x93\xc6\xb0\x7f\x5f\x48\x78\x9d\xc0\x29\xd8\xc6\x37\xe9\x4e\x59\x15\xb4\x9a\x5d\x76\x1a\xea\xd4\x6c\x63\xdc\x2d\x92\x4c\x1e\x56\x3f\x0e\x8d\xc3\x4a\x18\xf8\xd8\xf5\xd5\x30\xb8\x76\xdd\x87\x16\xc7\xa1\x49\x50\x7a\x17\x42\x89\x00\xeb\x0f\x2d\xd3\x7b\x96\x40\x29\x97\xc0\xe0\xd6\x75\xbf\x75\xbe\x9b\xb3\x41\x8c\xcd\xb6\xdd\x36\x4b\x59\xfb\xd3\x3f\xbf\xcd\x52\xa2\x26\x59\x5c\x12\x9c\x9a\xd1\x26\xb5\xae\x04\x18\xeb\xa1\xeb\x5e\x37\x43\xc1\x1a\xfd\x88\x5d\xd9\xd4\xe8\xcb\x8c\x75\xcd\x28\xd3\x1d\x9b\xb7\xc0\x19\xed\x8c\x76\x70\x76\xed\x62\xd8\xea\x7a\xc6\x96\x4b\xe0\xa4\x74\xce\x1a\x70\xeb\xba\x17\x1d\xb6\x57\x0e\x5a\xc4\x71\xbc\x4a\xa7\x86\x23\x3e\xe8\x8d\xf1\x52\x63\x6e\x35\xcf\xed\x59\x1d\x2a\x35\x6b\xe9\xe0\xcc\x75\xcf\x6d\xbe\x68\x16\xde\x39\xc1\x39\x2a\xf9\x3a\xc1\x9d\x74\xad\xeb\xfc\xed\xfb\xbf\xc9\xb3\xcd\xac\xb1\xcf\xb8\x6e\xef\x89\xb0\xae\xdb\x1b\x0d\xeb\x1a\x66\xe2\xb4\xb1\xc6\xcf\xa8\xa4\x69\xd2\xa8\x32\x3f\x66\xad\x9c\xb1\x83\x8d\x5f\x2f\x26\xea\x14\x12\x84\xc1\xa4\x09\x62\xc7\x0f\x1b\xa3\x6d\x9e\xd2\xcd\x90\x8e\x61\x06\xeb\x60\xe6\xbd\xd4\xec\xc3\x53\x36\x9b\x96\xa9\x9d\x32\xa0\x1c\xe2\xbc\x4a\x9c\xc6\xc0\xa1\x69\x9a\x2c\xcb\xa4\x74\x20\x5f\x55\x78\xb9\xb0\x38\x89\x55\xc8\x26\x49\x9c\x95\x3b\x6e\x80\xbc\x20\xfb\x21\xe7\x4d\xe5\xaa\xc1\x09\x82\xbd\x45\xb9\x87\x0f\xaf\x4e\xa0\x4f\x3d\xb1\xe4\x60\xf5\x57\x18\x92\x15\x31\x36\xc9\x57\xe2\xbd\x42\xe7\xbf\x83\x97\xae\x3b\x61\x07\xb4\xe6\x22\xf9\x3d\x5a\xba\xfd\xad\xa7\x4d\x42\xa6\xcc\x3b\x4d\xee\xea\x27\x24\x96\xaf\x8b\xfc\x26\x18\xc9\x81\x3c\xcd\x97\xc1\x8f\x60\x3f\x02\xfe\xa8\xac\x1c\x25\x0d\xb4\x0f\xe5\xb5\xeb\x9e\x1a\x56\x8b\x86\xd1\xe2\xb1\xeb\x0e\xbe\xb8\xee\x9d\x75\x1f\xd8\x7f\x8c\x59\x8e\x9b\xe1\x8f\x87\x78\xbe\x4f\x5a\x5b\xed\x1e\x46\xb4\xc1\x4a\x3d\x44\xad\xec\xd1\x7c\x46\xa6\x48\x10\xda\x7b\x9e\x91\xd0\x43\x7b\xf3\xc5\x8c\xb8\xc5\x62\x32\xad\xeb\xce\xc8\xbe\xee\x8c\x46\x35\xc4\x04\xcb\x58\xb7\x8b\x59\xb2\x62\x96\x76\x31\x6c\xcc\x1f\xd7\xb0\x24\x35\xbc\x98\xa2\x1e\x58\x30\x59\xb7\x47\xcd\x3a\xc6\xd8\xcc\xed\xd1\x2c\x76\x6a\xc6\x99\xb5\x21\xab\x3b\xb7\xff\xb9\x9c\xcf\x42\x5c\xdb\x18\x3d\x10\x53\xaa\xae\x7a\x37\x7e\x22\x37\xb2\xb9\x58\x9e\x72\xe6\xab\x6b\xd8\xeb\xa9\x25\xb1\x98\xbc\x37\x9f\xea\x40\x65\x39\xcf\xe3\xf5\xc9\xea\x9c\x8d\xb6\xae\xed\x9d\x7f\x7b\xb2\x88\xd2\x54\x5d\x2c\xeb\xa9\x2d\xd7\x98\xbc\xb7\xdf\x2c\x6f\x6c\x80\xf0\xfd\x21\xbc\xf3\x4b\x56\x82\xae\x48\xd3\x40\x7e\x49\x0d\x86\xe6\xea\x7e\xb2\xc5\xad\xa4\x9e\x4a\x99\xc7\xe4\xbd\x7c\x03\x79\x3b\x95\xa2\x8e\xc9\x7b\xf9\x18\xf2\x76\x6a\x8b\x30\x18\x43\x6e\x5e\xc6\x9c\x45\xb9\xf7\x5c\x28\x2a\xea\xdf\x7b\x7b\x6c\x8e\x1d\xbd\x16\x57\xc4\xbb\x84\xbb\x24\x2b\x69\x15\x8c\x6a\x02\xea\xd2\x2b\x61\x27\x1f\xed\x37\x08\xa7\x26\x7b\xcb\xdb\x9d\xc7\x78\x8c\x6d\x45\x38\xd3\x24\xbb\x82\x4e\x46\x45\x13\x42\x99\x76\x59\x24\x8b\xa8\x58\xf3\x36\xeb\x3d\x24\x19\x97\xf6\x2e\x3d\xef\x49\x69\x2c\xff\x39\x5b\xfe\x73\x49\x12\xbb\xd9\x1a\xd1\x00\x8b\xd1\x99\x13\x46\x69\x39\xda\x96\x49\x7e\x6b\xa4\x31\x77\xa6\x30\x62\xff\x69\x2d\x67\xe5\x64\x19\x65\x41\xf3\x22\x22\xb9\x39\x7e\x44\x74\x4d\x3e\x68\xad\xcc\x40\x14\x6d\x0c\x74\xe7\x6e\xfb\x8b\x3b\xab\x6d\xdd\x19\xdc\x71\xf3\xce\x13\x89\xc6\xd4\x74\x14\xae\xa4\x85\x7f\xcd\x4d\xf8\xda\xb4\x6c\x1e\x71\xbb\xe6\x21\xb7\x6b\x1e\x8d\x1e\x0b\xcb\xe6\x47\x23\x69\xd9\x2c\xbc\x85\x8f\xf6\x09\xcc\xba\x21\x6c\x2b\xbf\x64\x17\xe4\xec\xa2\x09\x3b\x42\xc9\x58\xc5\x4d\xe8\x34\xa0\x35\xac\x3a\x5e\x49\x4c\xbf\xcc\x04\xb2\x30\x29\xdf\x47\xef\xbd\x8a\x8c\x87\x41\x05\xb9\xfe\x74\x9c\xa0\xf2\xab\x5c\x48\x66\xe5\xfb\xf7\x1d\x7f\x15\xcb\x60\x95\x25\x55\x40\xfd\x72\x75\x5e\x0a\xd9\xad\x91\x58\x3c\xb7\x91\xcd\x46\x48\xa5\xe3\x46\x5f\x2c\x9f\x5a\x9b\x4d\x5b\x24\x8c\xcf\x29\x2c\x52\x22\x5a\xc9\xb7\x18\x8a\xde\x2a\x2b\x7c\xc0\x53\x0e\x4c\x24\xf8\xee\xfe\x78\x86\xe5\x07\x99\x5f\xd0\x78\x65\xc1\x93\x52\xc3\x49\x19\x4f\xb5\xeb\xec\x38\xbb\x33\xee\x9a\x8c\x90\x1a\x0d\xc6\x1f\x13\x98\x87\x77\x25\xaa\x0b\xf2\x33\xa0\xe4\x5a\x89\x94\xf1\x15\xc6\xa1\x70\x69\x48\x96\x4f\xaa\x08\xf1\xe6\x32\x89\x9a\x82\x01\x7b\xf8\xcd\xee\xf0\xcd\xa4\x6c\x3b\xb0\xbb\xf6\x56\x15\x5d\x5b\x00\x28\xdd\x3e\xf3\x25\x2c\x77\xa6\xed\xd8\x2f\x89\x47\x21\xf5\x13\xc3\x32\xa3\x6a\xa1\x83\x15\x0a\x5c\xda\x3f\x67\xe9\x45\x3b\xe3\xe4\xda\xa9\x9b\x20\xb0\x89\x3f\x23\x5e\xc1\xe5\x21\xa6\x6c\x90\x43\x03\xb0\x21\x54\xd8\x3e\xf8\xcc\xe9\xe8\xae\x4a\x2b\xe8\x3e\x78\xb7\x8b\x22\xbf\xe1\xe0\x6e\x28\x75\x42\x8c\x16\x71\xfe\x71\x39\x14\x3e\xa8\x23\x25\xc1\x77\xf4\x6b\x5a\x54\xc9\x2c\x4a\x5f\x25\x69\x8a\xaf\xe8\xfc\xee\x3b\xb3\x04\x8e\xab\x50\x81\x6d\x5d\x13\x6f\x01\xca\xd5\x8b\x14\xcf\xda\x40\x29\x2b\xde\x33\x49\x8e\x32\x9f\xff\x50\x07\x41\xe6\x8b\x5f\x92\xbe\x95\x63\x4e\xe1\x1a\x2c\x1b\x7e\xd4\x90\x8b\x7b\x10\x32\x7f\x03\x6e\x8c\x3a\x0a\xf2\x1a\xbc\x64\xb3\x19\xe4\xae\x3b\x28\x88\x48\x22\x45\x6d\x08\x4d\x81\xc0\x25\x46\xe8\xa8\x86\xc8\x75\xb9\x53\xb9\x13\x9a\xce\x83\x8b\x49\x34\xdd\x6c\xa2\x1a\x52\xc6\x11\xe2\x91\x95\xd6\x30\x9b\x32\x1a\x76\xc0\x3d\x23\xdc\xb1\x41\x0f\xae\x6b\x58\x3f\xbc\x74\xa2\x12\xb2\xd0\x30\x90\xc1\xb9\x0f\x38\xd0\xae\x3d\x05\x6c\x74\x6f\x8a\x68\xa9\x07\x36\x97\x08\x15\x11\x22\x53\x98\xa9\x1d\x70\x50\x96\x38\x25\xd2\x5f\x6e\x89\x9a\x99\x62\xa7\x50\xb8\xbb\x88\x96\x81\x53\xe5\x57\x34\x2b\xd5\xfa\x7d\x1d\x2d\x1d\xd0\x30\x6f\x32\x5a\x85\x60\x24\xbf\x70\x18\x71\x18\x60\x9c\xd8\x22\x46\x7c\x3b\x62\x58\xe2\xb0\xf0\x0f\x45\x3d\x7e\x95\x3f\x2b\x8a\x68\xed\xe9\xad\x43\x0e\x46\x61\x18\xc6\x82\x90\xb8\x6e\xe1\x27\x25\xbe\x92\xc9\xa7\xec\x78\x32\x9c\x12\xd7\x65\x7f\x50\x3d\x23\x0c\xc3\xc2\x7f\x55\x44\x08\x07\xee\xba\x5e\x1c\x62\x14\x7f\xe6\x53\xa5\x82\x55\xed\x22\x5a\x7a\x71\x13\xed\x2b\x99\x7b\x03\x6a\xed\xcc\x64\xee\x79\x49\x48\x89\xeb\x3a\x39\x0e\x9e\x41\x17\x13\xd7\x4d\xb0\x7e\xf9\xd7\xc2\xe2\x08\xc3\x6b\xf3\x5b\x3e\xd1\xdd\xf1\x7d\x15\x0c\x22\x29\xde\xdc\x29\xb8\xfb\x0b\xd9\x3b\x6a\x6d\xe9\xf6\xf6\xa6\xf2\xb5\x1c\x1f\x07\x12\xa5\xb4\x27\x0f\xb7\xa5\x45\x78\x56\x48\x78\x34\xaa\xb4\x45\x5d\x32\x49\x27\x6d\x2a\x33\x1b\x9b\x74\x66\xde\x49\x67\x96\x0a\xcd\x53\x24\xc2\x92\xb8\xed\x41\x4c\x48\xb0\x55\x09\x71\x0f\xa5\xba\x97\x4a\x15\xea\xa5\x63\x01\x17\xf8\x7c\x61\xd1\xa0\xf3\x90\xfa\x97\x79\x91\x7c\xcd\xb3\x2a\x4a\x85\x85\xe4\x35\x2d\x4a\x1a\xe3\x23\x06\x12\xb8\x43\xb9\x81\x6e\xac\xd4\x78\x31\x42\x33\x49\x59\x24\x0f\x39\x69\xed\xc0\x5b\x8b\xbe\x1d\x5b\xf4\xed\x12\x2a\x02\x2f\x51\x15\xc1\xdc\x4e\x63\xeb\x2b\x40\x87\x4d\x70\xc4\x93\xa9\x6d\x35\x36\x7e\x07\x86\x07\x14\x78\xa1\x12\xe2\x1e\x1b\xeb\x9f\x3c\x19\x87\xbd\x3a\xe5\xa9\xc4\x7e\x1b\xab\x5f\x01\x55\x24\xf3\xcb\x03\xc7\xbf\x79\xd2\xdf\x15\xf9\x0d\x6b\xab\xe0\x34\x86\x9c\xd3\x40\x3e\x82\x31\xae\xab\x45\xd6\x13\x5b\xb3\x8d\xd3\xc1\x49\x74\x97\x4b\xef\x2d\x97\x5a\xe5\x76\x70\x1e\xec\x50\x95\x4a\x45\xfb\xff\x91\x96\xef\x87\x61\x28\x8b\x6c\x14\xb8\xf2\x66\x5e\x36\x19\x4e\xa1\x22\xc4\x28\x89\x07\x8f\x30\x58\x3a\x04\x60\x61\x6c\x88\x8d\xc3\x0e\x8b\xc8\x8d\x7c\x79\x5d\x7b\x2f\xd9\x7a\xf9\x18\x7e\xf1\x79\x3c\x7c\x08\xbf\xf8\x2a\x05\xbc\x0b\x1d\x67\x77\xcf\x7f\xf2\xfd\x07\xfe\xb8\xbf\xfb\xc1\x67\xad\x85\xf7\x32\xfc\xa3\x08\xff\xc8\xc3\xdf\x86\x77\x3d\xf2\x9f\x1a\x5e\x85\x77\xce\x3f\x77\xbe\x0f\xb2\xbc\xf2\x7c\x93\x03\x22\x4e\x60\x9e\x74\x27\xe3\x61\x30\xaa\x15\x81\x3a\x1c\x8b\x73\xfa\x58\x1c\xcc\x2c\xe9\xe7\x82\x9d\x1a\xfc\x95\x4a\x2d\xc5\x17\xc6\x91\x71\x64\x1d\xc3\x86\x58\xe5\x9a\x7b\x31\x69\xdc\x4e\x6a\xb8\x41\x0c\x88\xbb\x1a\x8a\xc9\xf9\xd8\xf9\xb2\x2a\xab\x64\xbe\x96\xc8\x4e\x81\xa3\x6f\x2f\xce\x34\x9c\x4f\x6e\xa6\x9b\xcd\x0d\x14\x04\xae\xd0\xc7\x3f\x3e\x7a\x9c\x8f\xcd\x54\x41\xb3\x0c\x96\xed\x6a\xba\xd9\x5c\x41\x42\xe0\x16\xee\x9a\xd2\xed\x73\xd7\x95\xb7\xd1\x6b\x9b\xa3\xa8\xa7\x82\x52\x4e\x8e\x05\xa1\x6b\xde\xb4\xda\x43\xc2\x58\x16\x14\x9a\xbc\xb3\xde\x8f\xe5\x17\xbb\x9e\xbf\x17\xbf\x85\xec\xe9\x7d\xd7\x20\xf5\x60\x94\xc9\x8d\x1d\x7b\xa7\x6c\xf9\x08\x8f\x0d\x61\x18\x8a\x65\xa2\xda\x3f\x8b\xd2\x99\xc7\x7e\xef\xec\xee\x38\xbb\xf6\x22\xda\x75\x88\x79\x8e\x8f\x86\xc3\xeb\x1b\x53\xba\x6c\x51\x6c\xb6\x72\x1c\x3b\x48\xde\x17\x9d\xdd\xd6\x3a\x44\x86\xbe\xb5\x6a\x6b\x78\x4b\x6a\x78\x45\xf8\x64\x8b\xc7\xa0\xad\x27\x3b\xe2\x93\x2d\x9e\x0e\xb6\x9e\xec\x92\xe0\xcc\xda\x8f\x25\xeb\xb1\x53\xe4\x37\x7b\xe2\x68\x70\xc4\xe3\x89\x74\x78\x11\x86\xe1\xc7\x7b\xc7\xb1\xd9\x59\x62\x0b\xe5\x71\xa8\x34\xca\xdd\xfd\xf3\xb2\xd7\x39\x2f\x28\x17\xef\x6c\x37\xa7\x0d\x46\xd3\x79\x80\xde\x4f\x7f\xae\xa9\x6f\xb6\xe9\xfb\x5e\x67\x81\x75\x5d\x4f\xeb\xa0\x41\x24\xee\x7d\xab\x3a\x1f\x77\x4e\xc0\xbd\xdd\xd3\x5b\x4c\xbe\x8e\x5b\x04\xa6\x7b\xe7\xf6\xd1\xa6\xc6\xfe\xe9\xd9\x65\xdd\x5b\xc1\x4b\x43\x31\x6e\x6f\x6b\x48\x27\xeb\xb1\x22\xaa\x41\x1a\x95\xd5\x1e\x1e\xf3\xc4\x09\x74\xf0\x3c\x29\x74\xf8\x34\x9c\x9c\x2b\x39\x0e\x52\x08\xa7\xb9\x00\xc4\xd4\x6b\x4a\xe1\x34\x87\xbd\x9e\x42\x4a\x70\x27\x9d\xb5\xae\x37\x67\xe3\x51\x70\xc6\xb7\xd8\x82\xed\x95\xc5\xf6\x5b\x6c\xc1\xb7\xd8\x05\xcb\x76\xb1\xfd\x16\xbb\x20\x70\x3b\xad\x6b\x28\xab\xa8\x4a\x66\x65\x70\xfe\xd7\x04\x35\x6f\xb6\x81\xa0\x1b\x3d\x15\x82\x9a\x9f\x1e\x73\x41\xcd\xa3\x47\x12\x81\xee\x27\x8e\x40\x37\xfa\x91\x23\xd0\x3d\x7a\x2a\x11\xe8\xf6\x19\x27\x8c\x92\x85\xcb\x70\xee\xcf\xfc\x78\x55\xa0\xea\x1d\x6a\xc5\xed\x5b\xd2\x81\x77\x79\x8c\x2a\x59\x12\x0c\xf5\x45\x12\xa5\xf9\x05\xc7\x42\x05\xae\xed\x87\xee\x03\xe5\xcb\x94\xcc\xb2\xd7\x8a\x73\x20\x29\x8f\x97\x34\x43\x8d\xa8\x7c\x49\x33\x07\x10\x47\xd0\xc8\xc3\x51\x04\x6b\x04\xc1\xdb\x7f\xfc\x77\x02\xd7\x12\xc4\xf0\x5c\xba\xa8\x5c\xe3\x8f\xc7\x04\xce\xc2\xcc\x7b\xfa\x98\xc0\x21\xeb\xe1\x23\x02\x37\x12\x86\xef\x8a\xa5\xf8\x89\xc0\x89\xe4\x46\xaf\x18\xaf\xdf\x09\x68\xcc\xbb\xa9\x0c\xf5\x5e\x21\x46\xb1\xeb\xde\x55\xf9\x6a\x76\xf9\x4c\x3c\x27\xb7\xdf\x1a\x5d\xa4\x15\xab\x92\x16\xdc\x12\x51\x3f\x36\x92\xba\x26\x04\x6e\x59\xd3\x9e\x12\x38\x56\xd2\x14\x2c\x50\x48\x53\x16\xf9\x35\x15\x21\xec\x27\x63\xf2\xf3\xa5\x08\xe0\xf2\x95\x97\x2a\xdf\x22\x5f\x95\x34\xce\x6f\x32\x99\x0d\x03\xcc\x6c\x18\xb0\x5a\x3a\x35\x1c\xfd\x39\x4c\x40\x25\xb0\x3a\x13\x6a\x9e\x28\xe5\x3c\x65\xf7\xc9\x97\x90\xf9\x67\xe8\x75\xa4\x0c\x27\x53\x8e\x80\xa6\x20\xa8\x3b\xe4\x78\x89\xbe\x57\xe6\x59\xba\x96\xc0\x67\xfa\xee\xa9\x34\x60\x55\x29\x0a\xc4\xce\x75\xb9\xf0\xaf\xaf\x19\x79\xf6\xa2\x88\x2e\xd0\x68\x16\x7d\x80\xe8\xc6\xfc\xb2\xfc\xeb\x4d\xf9\x65\xf9\xcd\x0d\xc9\x97\xba\x1d\xa7\x6c\xee\xda\x16\xd2\xdf\xda\x14\x5d\xcc\x36\xad\x39\xee\x1d\x16\x2c\xa7\x69\x3d\xfd\xa7\x1a\xf3\x32\x8b\x0f\xb6\x6e\x83\x39\x22\xaa\x55\x56\x1b\xba\x6f\x43\xe2\x11\xc1\x75\xd1\x95\x90\xf8\xb2\x20\xa8\x07\xaa\x9d\x97\x51\x16\xa7\xf4\x44\x6c\x46\xd7\x1d\x64\xfe\xd9\x22\xaa\x66\x97\xb4\x94\x81\xca\xe7\x33\x74\x67\x22\x9b\x8d\x8c\x90\x3e\x75\x58\x63\x55\x91\xdb\x94\xd8\x91\x91\x10\x72\x97\xf9\x67\xb8\x8d\x8f\xe2\x30\xf3\xcf\x2e\x68\x75\xca\xbf\x3c\xca\xe9\x78\x25\x82\x85\x01\xab\x84\x10\x67\xd1\xa6\x96\xbe\xf2\x10\xce\x86\x1c\xad\x17\x58\x45\x2f\xa2\x2a\x7a\x55\xe4\x0b\x95\xab\x22\x07\x1a\xf8\x12\x07\xdb\x44\xc2\x14\x6b\x02\xf2\x26\x18\x26\x2b\xeb\x82\xbb\xc1\x02\x76\x4e\x2b\xe7\xc2\x55\x4d\xcc\x0d\x2f\xc8\xe2\x2d\x3b\xea\x95\x63\x93\xf3\x3c\x5e\x77\xad\x04\x9f\xd1\x24\x3d\xf5\xa6\x9b\x93\x2d\x0b\x60\xe4\xcc\x5e\x4d\xe8\x10\x85\xf1\x7f\x2a\xd4\x5a\x4c\x06\x09\x65\x77\x75\x21\x82\xa2\x0d\x67\xeb\xde\x36\x23\xdf\x1e\x70\x8e\x74\x16\xcb\x71\xf7\x1e\x9a\x09\xd3\xb5\x7f\x9e\x19\xf3\xc2\xd2\x73\x7b\x1b\x73\x72\x74\x68\x7b\x86\xd4\x2b\x6e\xd1\x9a\x9e\xba\xb6\x47\xa8\xb9\xb9\x32\x65\xee\x24\x27\x59\xee\xfb\x6f\xeb\x7d\xff\x72\xeb\x5e\x48\x23\xbb\xa5\x12\xea\x1e\xcc\xd5\x98\x2f\xed\xd5\xc9\xa8\x05\xef\xba\xd8\x52\x22\x37\x4b\xd5\x31\x18\xcd\x64\xe6\x5a\xdd\xc6\x49\x0e\x0e\x9d\xc0\x52\xb4\x9b\xde\x5b\xc5\x66\x73\x77\x1b\x0c\x61\x1d\x0c\xeb\xce\xfe\xdd\x83\x72\xb8\x35\x80\x1e\xb9\x1b\x18\xb6\x18\xba\x66\x6a\x8c\x47\x47\x02\x5c\xf0\x3a\x75\xc3\x4e\x46\xf5\xa8\x23\x67\xfd\xa7\xe0\x08\xb7\x1f\xe7\xad\x00\xe5\x9a\xa7\x90\xd1\x4e\x2d\xa7\xe6\xd6\xf3\x88\xcc\x10\x76\x74\x44\x9a\xd1\x72\x48\xb2\xc8\xd8\x7d\x50\x86\xb9\xb1\x05\x20\x0d\x23\xff\x16\x66\x61\xe4\xaf\x15\xb7\xe3\xba\x83\xd2\x75\xbd\x34\xcc\x30\x2a\xf3\xd7\x08\xc9\x64\x0b\xa0\x85\x7d\xfc\x3d\x6e\x29\x2a\x6e\xff\x42\xe0\xce\x00\x4b\xc7\x9f\x29\x9b\x09\x67\x37\xdd\x75\x96\xb7\xb0\xe3\xec\xce\xd8\x0f\x82\x3e\x60\x94\xd9\xdd\x89\x57\x19\xd2\x53\xcb\x5c\x51\xed\x5f\x7e\x8b\x34\x5d\x7f\x48\xab\x37\x15\x62\xb8\x02\xb1\xe2\x7e\x59\x82\xc9\x53\xa8\x48\x1d\x04\xfa\x98\xb7\x63\x5f\x66\x71\x73\xa1\x74\xd0\x8f\x1e\x83\x37\x4c\xfa\x0c\x35\xa9\xb0\x30\xeb\x78\x93\xc6\x53\xf2\xa0\xdc\x6c\x14\x7b\x5a\x6d\x36\xca\x5e\xe1\x36\xc8\xfc\x19\xba\x02\xfd\x15\xd6\xea\xf7\x6f\x75\xd3\x5c\xcb\xae\xa9\x1b\x89\x98\x9f\xdd\x98\x80\x96\x12\x5a\x64\x9e\x64\x31\x3f\x9d\x79\x8f\xdf\x26\x88\xf9\x66\xa5\x25\x6c\x1f\xce\x90\x4c\xc7\xdb\x65\xb7\x13\x77\x8c\xa0\x60\x08\x3a\x31\x1b\x1a\xed\x6c\x04\x4c\x86\xd3\xae\xe6\x34\x43\x26\xc3\x29\xa7\xe9\xea\x6d\x3e\x89\x69\x56\x25\xf3\x84\x16\x8d\xe6\x34\xb8\x9c\xb6\x40\x7c\x40\x37\x1b\x1a\x86\xa1\x75\x78\x6b\xc6\x4c\x5e\x2a\x44\x39\xac\x75\x37\xf4\xfc\x2a\xa9\xde\xd9\x05\xb3\x88\x45\xd9\x08\x54\xc6\xff\x99\xeb\x7a\xdc\x37\x32\xd6\x2b\xcd\xfc\xdb\x2c\x98\xe5\x27\x1c\x05\xcc\x76\x77\xba\xa6\xa4\x79\x40\x6a\x16\xcb\x5c\x83\x44\x7a\x50\xa9\xc2\xe1\x41\xf5\x0f\x2a\x5d\xbb\x56\xbb\xbb\x24\x99\x7b\x74\x52\x4d\x8d\x51\x6c\xae\x60\xa5\x0e\x30\xa9\xa6\x8d\x26\xf5\x9f\xa6\x7d\x5b\x87\xef\x7f\xf3\xb4\x39\xb0\x10\x4d\xf0\x45\xf4\x2e\xa6\x69\x15\x05\x3d\xa7\x13\xd5\x27\x1a\xad\x03\x9d\x96\xfa\xb7\x7b\x95\x7f\x0b\xeb\x80\xfa\xeb\xbd\xca\x5f\x37\xf2\x55\x66\xbe\xce\x8e\x34\x98\xa2\xfb\xfb\xb0\xb4\xdb\xaf\x0f\xa5\xbb\xdb\xa0\xf2\x6f\x77\xa9\x8f\x2d\xc3\x06\x55\xfe\x5a\x7d\xaf\x6b\xe0\x4d\x16\x01\x4d\x26\xa8\x65\x04\x08\x2f\xc2\xcc\x7b\xf2\x94\xc0\x29\x6a\xa9\x8c\x08\x7c\x41\xe9\xc7\x3e\x81\x8f\x28\x3e\x78\x44\xe0\x03\x4a\x4a\x7e\x24\xf0\x0e\x25\x0b\x04\xde\x63\x92\xbf\xa3\xfd\x8b\x1a\xc6\x57\x8c\x35\x40\x11\xc5\x60\x04\x49\xf9\x22\x2a\xae\x8e\xaf\x69\x91\x46\x6b\xc6\x2b\x6b\xba\xed\x38\xa0\x3c\xa0\x1c\x9a\xa1\x34\x8b\xce\x53\xfa\xac\x48\x22\xee\xda\xe5\x24\x39\x4f\x93\xec\xa2\x44\xdb\xc5\x67\xd6\xd3\x37\x41\x77\xdb\x5b\x7a\x57\xc7\x97\xea\x57\xd2\xb9\x7a\x94\xa6\xf9\x0d\x2e\xf1\xe7\x79\xbc\x16\x3e\x49\x23\xcb\x57\xfa\xdc\xf4\x8c\xbe\x60\x1f\xad\xf6\xa2\xa7\xf3\x96\x90\x46\x47\x9f\x84\xca\x99\xec\x69\xce\x2d\x19\x95\x27\xaa\x5b\xf4\x8a\x5e\x08\xb7\xa6\xf8\x1e\x28\xf6\x29\x1c\xb3\xa8\xbc\x98\x51\x61\x11\x59\x26\x31\x3d\x2d\xa2\x25\x7a\x45\x4f\x2e\xb2\xbc\xa0\x2f\x6f\x2b\x5a\x64\xc2\x5b\x1e\x3b\xa0\x9f\x73\xcf\xee\x69\x3e\xbb\x62\x9f\x6f\xf0\xf3\x59\x4a\x8b\x0a\xbe\xe2\x6f\xc4\xea\x63\xd5\x1c\xaf\x2a\x56\x20\xe6\xc4\x52\x3f\x63\xbc\x31\x53\xf0\x4b\x68\xfa\xcc\xfa\x14\x66\xa6\x67\x8b\xd7\x2c\x52\x24\xfc\x19\xb3\xb2\xe9\x86\x3f\xc2\xcc\xaf\x92\x8a\x4f\xdd\x51\x0c\xbf\x6b\x17\xf6\xbf\xb1\x9f\xab\x73\x33\xf6\xdf\xa1\xf4\x52\xf7\x1d\x77\x78\x7b\x3c\x9f\x97\x54\x78\xf4\xfd\x35\xcc\xfc\x82\x96\xcb\x3c\x2b\x93\x6b\xfa\x2e\x8f\x29\xfc\x4b\x3b\x67\x97\x68\xd3\x40\x29\xd6\xce\xe2\xd1\xfc\x06\x51\xb8\xe3\x22\xba\x38\x46\x0d\xca\x12\x32\x6a\xf6\x83\xc6\x90\xb3\x80\xbe\x05\x06\x05\x6d\xba\x7b\x4f\x5a\x21\x51\x2b\xa4\x54\x90\xa9\xa7\xe8\x8b\x12\x91\x8c\xb5\xc3\xbb\x35\x0b\x2c\x29\xba\xad\x13\x41\x5f\x50\x67\x02\xa5\x75\x6a\x12\x7e\xcf\x33\xea\x10\x58\xa9\x44\x2f\x18\x1f\x4c\x20\x56\x01\x1f\xf9\x8a\x5f\xd2\x30\xa6\x86\x27\x4f\x98\x63\x00\xea\x51\xcb\xa0\x4b\x6a\xfa\x41\xfe\x99\xc0\x82\x86\x97\x74\x32\x9c\xc2\x05\xfe\x18\x4d\xe1\xba\x99\xe4\x9c\x86\xd7\x98\x64\x8d\x3f\x46\x53\x38\xb3\x92\xbc\x45\x77\x28\x67\x98\xe4\x06\x7f\x8c\xa6\x70\x45\x6d\x87\xcb\x27\x34\xbc\xc2\x14\xb7\xf8\x63\x34\x85\x63\xd5\xfe\x0f\xac\xfd\x83\x11\x81\x97\x34\x3c\xc6\x44\x47\xf8\x63\x34\x85\x17\x34\x3c\xa2\x7e\x95\x5f\x5c\xa4\x14\x4e\xf1\x83\xad\x85\x28\x2d\x29\x7c\x51\x05\xbc\xb3\xb5\x5d\x94\xfc\x91\x71\x6a\x71\x94\x1e\xa6\x79\x49\xd9\x08\x14\xc1\x10\xba\xb6\x77\x90\x77\xc8\x5a\x51\xc9\x80\x51\xc7\x13\xc6\x99\xe5\x45\x9c\x64\x51\x45\xcb\xe0\x2d\x70\x76\x3d\xc8\xe8\xcd\x4e\xea\x47\xde\x9d\x90\x4b\x7e\xa4\xa1\x57\x51\x0e\xcc\x7d\x45\xe9\xf2\x28\x7b\xce\x3d\xed\x7f\xa0\xd2\xb7\xf3\x1b\xc3\xab\xf3\x9b\xf1\x9b\xe0\xb9\xeb\x0e\x28\x85\x77\x54\x6b\xe4\x7c\x1a\x3b\x4e\xf0\xc9\x20\x36\xef\x69\xf8\xcc\xfb\x5d\x62\xc6\xfe\xdb\x20\x94\x51\x17\x9d\x5c\xb4\xbb\xa2\x23\xaf\xa4\x90\xf8\x67\x48\xca\x4f\xfc\xf1\x2f\x38\xa7\x70\x19\x95\xcf\x29\xcd\x58\x14\x8d\x83\x2f\x68\x03\xa9\x03\x60\xc1\x46\xf1\x23\x9d\x55\x51\x76\x91\xd2\xd3\x7c\x19\x9c\x50\xb0\x77\x66\xf0\x1d\xe8\xfd\x16\x50\xca\x85\xcf\xba\xe6\x77\x14\x6e\x50\x0f\xff\x48\xfb\xb4\x0f\x04\x62\xef\xca\x04\x10\x5e\x29\x4c\xde\x15\xb5\x1c\xe5\x27\xa5\x90\x39\xb0\x03\xf2\x0d\xca\x9c\x82\x8a\xba\xee\xa0\xa2\xb8\xb5\xdf\x58\x62\xa8\x9a\xc0\xdb\x7b\x5c\x4b\xe2\x14\x3e\x5f\x9d\xe3\xfe\x7e\x99\x71\x03\xe3\xc1\xa8\x86\x4f\x04\xee\x1a\xd4\x24\xf8\xe4\xba\x9f\x9a\x24\x66\xdc\x0a\x09\xfe\x05\x49\x56\xd2\xa2\x7a\xc5\x48\x37\x1b\x02\x3d\x53\xef\x85\x03\xa0\x9a\xc0\x2b\xb1\x31\x0e\x05\x6e\x9b\x7d\xdb\xa3\xe3\x2f\xb4\xf3\x04\x1a\x9b\x7e\x20\xd8\xda\xf7\xf9\x2a\x54\x3a\x30\x33\xae\x72\x63\x44\xa8\x9f\x7e\x3e\x9f\x7b\x5f\x68\xfb\x38\x22\xd0\x15\x1a\xd2\x9a\xc0\xe4\x0b\x9d\x12\x78\xd6\x81\xe8\x15\x51\xe5\x16\xf9\x21\x77\x81\x17\xb4\xc2\x2d\x90\x64\x17\x87\x78\xc3\xf8\x88\x30\x98\x07\x95\xeb\x7a\xdf\xb9\xee\x2d\xf5\x2a\xf4\x58\x0b\x1f\xa9\xeb\xb2\x16\x2e\x92\x4c\xb1\x70\x77\xb7\xc1\x5e\xc5\xdd\xf4\xaf\xd9\xaf\x2a\x5f\xd6\xac\xbd\x8b\xe8\xd6\x4c\xa3\x92\xf0\x14\x8c\x6f\x7d\x7e\xcf\x10\xeb\xc3\xdf\xae\x0e\xf2\xd0\x2e\x5b\x32\x86\xac\x69\x19\x1a\x54\x7b\x55\xf8\x2e\xaa\x2e\x59\x22\x2f\x9b\xd0\x29\xa3\xe6\x32\x28\xc9\xbc\x9c\x07\x11\x40\x77\xfb\x1f\xd9\x54\x4c\x09\xbc\x69\x8f\xe0\xc1\x17\xce\x82\xda\x74\x25\x7c\x0b\xa7\x8c\x50\x7e\x61\xf7\xd3\xa3\xec\x67\xba\x3e\xcf\xa3\x22\x7e\x97\xf3\x63\x2e\x1c\x8c\xe0\x82\x22\x95\xbc\x41\x92\xab\x71\xaf\xbf\x50\xe9\xc9\xe0\x98\x65\xfb\x65\x69\x21\x5c\xe3\xad\x86\xb1\xff\x5f\xa8\xca\x94\x99\xf3\xc5\x3e\x32\x74\x82\xf0\xb5\x7f\xdc\xc8\xdd\x03\x8d\xe3\x4b\x06\x4e\x59\x9f\x3f\x3f\x30\xfe\x37\xdd\x2e\x63\x6e\x83\xe7\xd4\x73\x6e\x1d\xa0\xfe\xed\x6e\x25\xf9\x57\x02\x6b\x0c\x5f\xb3\xf0\xb5\x0a\x5f\x23\xcd\x65\xb5\x3e\x67\x55\xfe\x72\x5f\xd3\x13\xaa\x71\x3b\xf4\x6f\x05\x25\x4b\x60\x32\x25\xbd\xfe\x83\xe7\x94\x2d\xcc\xd6\x49\x42\xe0\x67\xd7\xf5\xb6\x76\x22\xbc\xa4\xde\x33\xca\x9d\x48\xe3\x34\x0e\x09\x30\xda\x75\xaf\x87\x77\x46\x08\xaa\x9f\xe9\x1a\x6f\xa1\x55\x91\x8a\x9f\x57\x74\x7d\xc8\xc6\x3c\x0c\x57\x7e\x84\xea\xdf\x54\x99\x26\xa2\x43\x95\xae\x3d\x0d\xf2\xba\x4b\x5c\xd7\x7b\xc1\xa6\xb2\x2d\xc9\x05\x2e\x25\x36\xdc\xa5\x7b\x84\xd4\x07\xad\xe5\xb5\xd9\x78\x06\x69\xc9\xbc\x15\x05\xe7\x8a\xae\x57\x4b\xe9\x07\xbc\x95\xc3\xdc\x02\x36\x55\xda\x22\xaf\x14\x77\xd6\x7c\xfd\x59\x27\x53\x38\x18\xc2\x1a\x87\x93\xc0\xe0\x67\xd7\x5d\x08\x3a\xd2\x9a\xae\x70\x49\xbd\x37\x14\x46\xf4\xd1\xf7\x86\x3a\xfc\x25\x21\x98\x7d\xc4\x57\xd2\x82\xc2\xcf\x53\x25\x58\x7f\xdf\x64\x2a\x74\xcb\xb5\xe3\x10\x62\xbb\xb0\x26\x77\xb8\x8c\x8e\x16\x4b\x5a\xa0\x01\x2c\x3f\x94\x3c\x43\x10\xf8\x91\xce\x3b\x1e\xa3\xef\x70\x31\x9a\x70\x7e\x26\xd6\x4c\x6b\xc9\xa2\x33\xe9\x8a\x3b\x91\x4e\xc4\xeb\xc7\x27\xda\xf2\x0d\xb7\xf4\x23\x04\x89\x9e\x51\x44\xbc\x8a\x28\x98\xcd\x08\x92\xc6\x11\xb5\x88\x92\x0c\x7a\x2e\x25\xc1\x09\xdc\x73\x51\x08\x28\xdd\x6c\xbe\x6e\x36\x83\xe7\xd0\x7d\x09\x09\x5e\x42\xd7\xb5\x25\x38\xe6\x0c\x50\xf7\x6d\x27\xb8\xe5\x48\xf8\x1f\x0a\x7a\x9d\xe4\xab\x32\x5d\x0b\xa7\x08\xc8\x43\x88\x4e\xb2\xbb\xa3\x00\xac\xea\xa1\x4e\xe3\xad\x09\xf0\x3d\xb4\xb7\x97\xdc\xbe\xc8\x6f\xb2\x5e\x82\x5b\x2b\x61\x36\xdb\xed\x3d\xc5\x6f\x01\x30\xfe\x1e\xb7\xbd\xca\x75\x34\xcb\x11\x7f\x17\x59\x3f\x56\x76\x2b\x16\xef\x63\x2d\x30\xcd\x9b\xb6\x93\xbf\xbe\xbc\x1d\x50\x98\x37\xb8\x9a\x24\xa6\xba\xc3\x9f\xc9\xef\x6d\x23\xdb\x1e\xf7\xb8\x06\x78\xd5\x58\x7f\x6d\xaa\xc5\xe1\x34\x93\xd2\x50\x77\x70\x38\x52\x11\x75\xdd\x97\x1d\x23\x57\x51\xf4\x30\x09\x77\x09\x1a\x20\x4d\xee\xae\xe8\x5a\x36\xb5\xa2\xb7\x55\x50\xf1\xb7\xb4\x77\x34\x5b\x1d\x55\x74\xc1\xf1\x27\x04\x8e\xfd\xbd\xd4\x38\x99\x7b\xdb\x13\x64\x25\xb4\x6a\x13\x59\x5c\x10\x1d\x94\xf6\x20\x99\x7b\xac\x47\xaa\x16\xb6\x8e\xec\xa2\x69\x39\x8b\x96\x94\xb8\x2e\x9e\xc5\x83\x9e\xe5\x64\xe4\x1b\x98\xf9\x8c\xa6\xca\xf0\xac\xa2\x05\xa7\xe6\x7d\xcb\x7e\xcb\x53\xa2\x6f\xe7\x48\xc1\xd5\x60\x08\x5d\x32\xb9\x91\xf2\xb2\x47\xfd\xf2\x32\x99\xb3\x6e\x8f\xd5\xd8\x6e\x36\x5e\x15\x3e\x19\x92\xc0\x18\x6d\xaf\x0a\x47\x8c\xc3\xf2\x28\x39\x28\x6f\x92\x6a\x76\xe9\xa9\x5e\x91\xbb\x59\x54\xd2\x1d\xdd\xe3\xe0\x06\xcf\xee\xf6\x56\x27\x07\x3a\x25\x1b\x83\xa0\x87\x20\x1c\x9c\x17\x34\xba\xd2\x89\x57\xcb\xa0\x97\x77\xa1\x28\x6a\xd3\x9c\xca\x5e\x86\x1c\x4a\xb3\x88\x38\xbf\xc9\xb6\x2f\x64\xb7\xbb\x10\x74\xdd\xba\x05\x17\xb5\x97\x11\x2e\x8f\xec\x2a\x84\xdb\xd5\x6d\xc3\x8b\x75\x94\x22\xd0\x04\x82\x8a\xb1\x7e\x15\xae\xda\xed\xd8\x89\xba\x87\xf8\x1e\xd2\x07\xd8\xdf\x21\x74\x31\x1d\x5c\x79\xa7\x93\x75\xb0\xb5\x68\x7a\x18\x8f\x87\xf2\x0b\xf2\x5d\xd7\xc0\x29\xc9\x8c\x71\x14\x9a\x94\xe0\x67\x27\x2d\x79\x43\xeb\xa9\xe1\x68\xfe\x94\x72\xbb\xc8\x53\xe5\xc3\x1f\x65\x9e\xf9\x35\x2d\x78\x10\x82\xb5\x49\xc5\xc5\x28\x7d\x93\x64\x55\x70\xe8\x47\xec\x4e\xf3\x96\xce\x31\x47\x33\x9e\xdf\xbb\x07\x43\xe1\x74\x5e\x9c\xd7\xfc\x2e\x3a\x18\x02\xe7\xf7\x82\x2e\x6e\xb0\x26\x30\xd7\xfe\x60\x19\xd3\x94\xd2\x7f\x86\xde\xaf\x9b\xcd\x19\xa3\x60\x8b\x28\x4d\x3b\xdc\x5e\x5c\x37\x4f\x0f\x46\xc3\x4b\x5a\xc3\x5b\xda\x26\xf3\xe7\xca\xdb\xff\x07\x3a\xe6\x8e\x24\x62\xd4\x6d\x73\x02\x47\xfc\x68\x7a\xec\xff\xa3\xe5\xe0\xff\x37\x63\x04\x7f\xe9\xf2\xad\x3f\x78\xd9\x2f\x14\xce\xa9\xc0\xbb\x44\xe9\x85\x13\x0c\x68\x17\x40\x74\xc7\x49\x8b\x4f\x82\xd8\x74\xaa\xee\xb2\x8e\x7c\xa4\x71\x6a\x18\xd0\x8e\x83\xe7\xa2\x39\x38\xbc\x6e\x61\xb7\xcf\xe6\x83\xcb\x51\x4f\x2f\xe9\x82\xc6\xc1\x67\xb5\x50\x9e\xcb\x2a\x7e\xe9\x11\x4d\xd5\xf0\x9a\x5d\x2a\xdb\xd0\xd8\x47\x70\x67\xab\xde\x04\x9d\x92\x90\xcd\xc6\xf9\xff\x9c\xdd\x19\x85\x0e\xad\x1a\xe5\x88\x05\xa4\xc7\x84\xaf\x14\x4c\xfd\x89\xe0\x33\x05\xae\x4e\x10\xfc\x62\xbc\x7c\x1c\xd2\x1a\x3e\x51\x12\x7c\xa2\x84\x90\xcd\x06\xc1\xac\x09\x39\x78\x6e\xfb\x09\xe6\xca\x8d\xc8\x9c\xbe\xb1\xd0\xc5\x9e\xf7\xf9\x74\xb7\x9d\x9d\x75\x48\xd5\x8b\xb0\x63\x39\xeb\xe8\x24\xa4\x52\xe8\x8c\x0e\xd2\xa4\x8c\x0b\x8d\x08\x6d\x99\x56\x1a\x32\x4e\xa0\x21\xd7\x42\x9b\x37\x2e\x7c\x46\x54\x5e\x5b\xf8\x1c\x63\x91\x4a\xa8\xbc\x94\x6e\x9d\x0f\x2d\xcc\xb3\x0e\x39\x15\xda\x0f\xb5\xc4\x5f\x70\x1e\xce\x14\xd4\xdc\x3a\x9c\x29\x44\xb1\xb3\x70\x26\x10\xc5\x0e\x43\xa5\x3d\x89\x26\x8d\xb3\x86\x49\xe3\x21\x5f\xac\x67\xca\xf9\xfb\xfd\x36\xeb\x6a\xfe\xe2\xb1\xc6\x30\x08\x9c\x39\xeb\x5d\xd3\x8c\xdb\x82\xfd\xd8\x02\x75\xcc\xd6\xda\xd5\xe1\x12\xdc\x6b\xd8\x6d\xe6\x8d\xed\x13\xb0\x0a\x22\xe9\x8e\xb3\x7b\x59\xc3\xca\x75\xdb\xca\x6c\xa9\xeb\x96\xd2\x38\xd2\x84\x6d\xe0\xba\x9f\x35\x24\xae\x7b\xa8\x16\x80\xeb\xde\x69\x64\xb1\x46\xe5\xc2\x68\x33\x9b\x72\xd5\xdb\xc9\x21\xbf\xfc\xdc\x69\x87\xee\x6b\xed\xc9\xfe\xc7\xc7\x36\xca\xd2\xba\x1f\x65\x89\x8f\xfa\xb9\x8f\x28\x6b\xbd\x56\x15\x1d\x0e\xcd\x9b\x88\x19\x0a\x46\xc5\x79\xa4\xa0\x9f\xac\xb9\x34\xac\x26\x4d\xc5\xf9\x47\xfb\xcb\x5b\xcb\xdc\xa2\x2b\x52\xa3\x98\x8c\x7e\xfa\x71\x79\x6b\xc0\xba\x38\xfb\x4f\x11\xf4\xa5\xe5\x84\xfd\xeb\x51\x16\xd3\xdb\x20\x1e\xcf\xfd\x3f\x7c\xee\x59\x5c\x5e\x6d\xee\x9b\x29\x46\x38\x52\x81\x73\x21\x80\x88\x90\x19\xaf\x21\x9f\x76\xc8\xdc\x27\x87\x1d\x97\x80\xbb\x56\x63\x0c\x90\x15\x63\x18\x46\xc3\xe1\xf5\xa5\xd3\x81\x5f\xe7\xfc\xef\x72\xb5\x5c\xe6\x45\x55\xee\x78\x7b\xfc\x0d\x7d\x4f\x96\x29\x6e\x16\xe8\x3c\x04\x5f\x9c\x89\x33\x0d\x0d\x43\x85\x6b\x8e\x61\x57\x4c\x85\x36\x75\xec\xba\x93\x25\x1c\xf2\x8d\x6f\x42\xb8\x71\xa5\x74\xb5\x6f\x56\x59\x49\x35\xa8\x96\xf8\xac\xa7\xd0\x7b\x8d\x0b\x3a\x7d\xf7\x37\x36\x5e\xdf\x26\xb3\x36\xab\xb2\x8b\x65\x2b\x67\x88\xc6\x68\xcd\x5a\x03\x8d\x43\x79\xe6\xdf\xbe\x65\x9c\xc2\x87\x74\x55\x6a\x2c\x4a\x51\xe0\xfe\x63\xb4\x56\x6b\x83\x25\x08\xbd\x75\x44\x25\x2a\x83\x89\x83\x34\xd3\x01\x87\x3f\xeb\x39\xe0\xf4\x1d\xcb\xce\xb4\x26\x07\x6f\xba\xce\x89\xbf\xa2\xca\xbf\xe8\xc7\x5c\xd8\x7f\xf2\x54\xa8\xf2\xef\xff\x9d\xab\xf2\x3f\x1e\x71\x4d\xfe\xc7\x5c\x91\x7f\x5f\xe8\xf1\x3f\x1e\x72\x3d\xfe\x27\x23\xae\xc7\xff\xd3\x8f\x0d\x1c\xf4\x59\x4b\xd1\x5d\x19\x8b\xca\x24\x2b\x94\xce\xb3\x8a\x4d\x81\x1c\x65\x0d\xe0\x14\xfb\x4e\xef\xb4\xa7\x16\x12\x1a\xdb\x9a\x4e\x0d\x1c\xa2\x02\x67\xe7\x33\x8f\x49\xfd\xb9\x5f\xd2\x45\x72\x9e\xa7\xb1\x36\x96\x53\xc6\xb7\x05\xf1\x0a\x88\x20\x1b\x77\xc1\x75\x4a\x23\x56\x0e\xd6\x39\x0f\xa9\x3a\x6e\x2e\xd9\x39\x6a\x61\x5a\x5a\x07\x4b\xeb\x1c\xb9\xec\xc3\x2e\x81\x2e\x84\xba\xfe\xd4\xb3\xae\xd2\x9a\x98\x8d\x62\xdb\xa6\x06\xea\x19\xb7\x04\xb3\xb0\xb3\x3a\x00\x5a\x4c\x50\x2d\x0b\x0a\xc5\x82\x80\x52\x63\xc7\x31\xd2\xaa\x89\xe3\x3b\xbb\x4b\x3f\xda\x75\x24\x30\x95\xd3\x44\xef\xea\x44\x3f\x93\x24\x9a\xd7\x31\xe7\x34\xbf\x16\xae\x5d\xd8\x30\x0a\xb4\x96\x6f\x18\x4d\x85\x04\xf3\x2d\x83\x2a\x33\xf5\x8e\x6d\x07\x6a\x8c\x40\xd7\x4c\x4d\x58\xcc\xde\x61\x35\x80\x64\x7a\x71\xf3\x32\xd1\xe7\x0f\xdc\xd7\xdf\x37\xf4\x59\xe4\xf8\xb6\x3e\xcb\x4c\xbd\x7d\x96\x09\x8c\x3e\x0b\xab\xcf\xff\xa1\x65\x55\x88\x01\x79\x79\xbb\x8c\x18\xaf\xf0\x27\x46\xe4\xa1\xce\xf1\x0a\x0e\x2f\xe9\xec\xea\xbf\x5f\xfe\xb7\x2f\xe6\x6f\xab\xe6\x85\x84\x79\xbe\xeb\x4d\x2f\x93\xb4\x66\xa8\xb7\x09\x2a\x47\x1b\xba\x34\xed\x44\x84\x85\x6e\x60\xc5\xbe\x35\xc1\x58\x4e\x52\x03\x9a\x89\x0b\xbf\x97\xfa\x3c\x6f\x03\x92\xa6\x06\x48\x93\xc2\x5e\x8c\xec\x02\x5e\x24\xd7\x09\x8b\xbe\x07\x9e\xa1\x93\x53\xe0\x27\xf6\x48\xc0\x25\x3d\x1a\x21\x5e\xd2\x53\x09\xa3\xf4\xb4\x26\xed\xcb\x81\x20\x59\x1d\x80\x99\x69\x03\x60\xaf\xd9\xe9\x92\xd4\xc4\x6c\xf4\x3b\x9a\xad\x04\x60\xd7\x37\x1c\x1d\x5b\x1d\x06\x33\xd6\xa2\xd9\xfd\x2d\x12\x3b\x70\x36\x91\xe0\x5b\x1d\x49\x1f\x24\x9f\x36\x5a\x61\x0d\x2b\x7b\x89\x98\xc4\x6e\x45\x10\xa7\xb1\x7b\x04\xf4\x42\xfe\x2b\xcb\xd4\x04\x3c\xfd\xd6\x62\xd8\x19\xd4\xd9\xb4\x3f\x4f\x2a\xfe\x5a\xc3\xe4\x46\xef\x6b\xd7\x5f\xa0\x91\xff\xad\x86\x71\x2e\xb9\x77\x85\x76\xa6\x6f\x92\xb0\x79\x13\x02\x1e\xda\xe8\x87\xdd\x64\x08\xf1\x0e\xeb\xda\xa3\x24\xb8\x87\xaf\x6b\xf1\x70\x28\xbe\x90\x2c\xde\x2a\x2c\x5b\xf8\x71\x10\x77\x04\xca\xa1\x5c\x76\xc4\xc9\xcd\x31\xef\x88\x53\xab\xf6\x52\x45\x72\x88\x40\xeb\x53\x96\x70\x61\x85\xbe\xd0\xc0\xf0\x66\xb0\x58\xa0\x70\xde\x15\x2a\x4a\xba\x9f\x51\x5d\x49\xaa\xf2\x00\x0b\xb6\x14\xe9\x16\x7d\x8c\xe7\xb7\x60\xe9\x55\x0f\x31\x3f\x92\xd6\x5d\x3f\xc4\x13\x34\x12\xf6\x6e\xd8\xee\x74\xbd\xbd\x95\xc9\xcf\xbb\xcf\xda\x8b\xd6\xf9\x36\x7f\x88\x59\xfc\x0b\x27\x66\xb6\xcd\x89\x69\x32\x6b\xcd\x13\xb3\xe8\x23\xbd\xb2\x3f\x33\x29\x7f\xb9\x57\x1a\xb6\x15\xe9\x98\xc9\x3d\xfc\x16\x45\x76\x0f\xf0\x11\xe6\xa2\x48\x48\x2f\xbd\xeb\x3f\x22\xee\xd9\x65\x5b\x35\xb7\x3f\x7f\xa3\x31\xff\x83\x6c\xc6\xac\x49\x06\x9f\xa5\x55\x07\x5a\xfb\x36\x27\x7c\xd4\xe0\x3b\x44\x2f\xfa\xc7\x53\x91\xc3\x8e\x36\x7c\xeb\x21\xa9\xfa\xf1\xef\x55\x84\xda\x0d\xcd\x9e\x6c\xb3\x8c\xac\xbc\x7f\xe2\x40\xfc\x1f\x69\x84\x79\xf8\x99\x84\x78\xab\x53\xaf\x8b\xcc\xf3\xb3\x0c\x12\x0e\xbc\xd8\x70\x25\x66\xd8\xd2\x2b\x81\x8e\x74\x1e\xeb\xba\xd4\x8f\x96\x4b\x61\xc4\x06\x51\x71\x81\xaf\x30\xa5\x30\x64\x69\x58\x08\xe6\x9d\x16\x82\x7d\x66\x72\x0d\xe7\x7f\xe2\x8c\x57\xe8\x78\x83\x30\xac\x5c\x97\x03\xe3\x09\x6d\xf5\x54\xbe\x0e\x18\xa0\x6a\x7d\xde\xf7\xe5\x2e\x32\x6a\x61\xf5\x26\x91\xa9\x8f\x9b\x8d\x4d\x0c\x5b\xd1\x02\x27\x30\x03\x25\x6e\xbb\x02\x2b\xf3\x52\x88\x20\x23\xd0\xe1\xd3\x33\x48\xfc\x88\x5b\x09\xea\x0b\xee\x39\xf1\x26\xa6\x65\x84\x23\x5e\x27\x24\x88\x6e\x4b\x76\x37\x45\xc3\x60\x36\x53\x5e\x61\xda\x81\x2c\xfe\x1f\x4f\x5a\xcf\x90\x5f\xde\x37\xe0\x62\x44\xb9\x8e\xd0\x9f\x1b\xae\x0f\x26\xeb\xb7\xfd\x70\xfd\x15\x69\xe6\x0b\x25\xcd\x44\x41\x26\x42\x93\x24\x5c\xb0\x19\x71\xc1\x66\x29\xa1\x49\x34\x74\x2c\xfb\x3b\xe4\x92\xcc\xfd\x47\x42\x94\xb9\xff\xe4\x47\x2e\xcb\x44\xe4\x8e\x79\x98\x79\x4f\xd9\xe6\x13\xc6\x3a\x0b\x69\xc7\x73\x11\x7a\xe8\x27\x85\x4c\xe6\x7e\xe4\x27\xd9\x3c\x9f\x86\xce\x51\x36\xcf\x1d\xc8\x31\xe8\x86\xbb\xd7\x6e\x84\x22\x28\xf4\x34\x74\xd0\xd1\xce\xf3\x28\xbe\xa0\x32\xe6\x3c\xcd\x19\x09\x9d\x86\xce\x73\xfe\x6b\x5f\xc6\x94\x94\x71\x28\x9f\x55\x79\xe2\x97\x8a\x5e\xcd\x66\xb4\x2c\xa7\xa1\xc3\x46\x32\xa5\x15\x8d\x1d\xc8\x89\x86\x44\x2d\xb9\xa9\xc3\xb9\xb5\x16\xa5\x22\x88\x50\x00\x31\x5a\x10\xa8\x00\x6c\xac\xfe\xb4\xda\x11\x08\x37\x65\x51\x59\xb2\xd3\xe1\x9a\x3a\x62\x89\x3a\xcb\x3c\x4d\x2a\xf4\x62\xf1\xdf\xa9\x30\xa5\x45\xa5\x2a\x2b\xab\xa8\x5a\x95\x4e\x0d\x67\x61\xb4\xad\xe9\xd2\xa5\x34\x9d\xc8\x43\xc4\x8b\x2b\xc2\x6c\x32\x9a\x4a\x83\x89\x52\x7b\xce\x45\xbb\x12\x0e\xf8\xfd\x3c\x2a\x1c\x82\x28\x85\xd1\x8c\x5b\xc3\x1c\x5a\x4f\xaf\x37\x26\xc0\xec\x55\x48\x7d\xf9\x56\xc2\xf7\xc0\x33\xe5\x24\x55\x00\x16\x2e\x92\xb2\x54\x7a\x63\x88\x59\x28\xc8\xe5\xb1\x7a\x4c\x7d\x19\x52\x7f\xa1\x6a\x3f\x5d\x2f\x29\x1c\x69\x93\x87\x97\x63\xb9\xee\x82\x97\xe8\xa9\x49\x1b\x18\x9d\xea\x54\x2f\xe4\x43\xf9\x0b\xf4\xd2\x94\x94\xef\x94\xb7\x9d\x8f\x3a\xd5\x97\xcd\xe6\x0b\x7c\x60\x15\x17\xab\x6c\x16\x55\x34\x86\x77\xba\x99\xcd\x1e\xbc\xb7\xda\xa5\x3b\xf1\x36\xa4\x7e\x91\xa7\x14\x5e\x85\x68\x27\x17\xad\x69\xcc\xc9\x07\x3c\xd3\x75\xbd\xda\x6c\x5e\xc1\xf3\x90\xfa\x14\x8f\x6b\x5e\x38\x2f\xe0\x4d\x1b\x97\x17\x26\x8e\x1a\x63\x07\x1c\x56\xbc\x33\x25\xf0\x35\xbc\xf6\x6e\xa5\x75\xc7\x31\xd8\xa3\x14\x1c\x6d\x36\x72\x6c\x0c\x5d\x08\x75\x40\x9d\x82\x98\x42\x1d\x74\x06\xaa\xe7\xc1\x07\x30\x46\x29\xf8\x08\xbc\x9d\x27\x49\x76\x91\xd2\xb7\x2c\x28\x37\x14\xf0\x0e\x6b\x02\x9f\x43\xad\xe0\x97\x8f\x9d\x17\xf9\xea\x3c\xa5\x87\x97\xf4\xba\xc8\xb3\x5f\x96\x4e\x60\x87\xbc\xc8\x6f\x32\xa7\x86\x5f\xc2\xb3\xcd\xe6\x74\x7c\xd7\xe1\xc0\xb4\xe4\x7a\x14\x4e\x41\x2f\x92\x3c\x73\xea\xe0\xae\x86\x4f\xe1\xd9\x38\x7a\x48\x0d\xe3\xab\x5c\x9b\x35\x9c\x71\x67\xd9\xf0\x3a\x3c\x6d\xe5\x8b\xfd\x08\x21\xc0\xa4\xfd\x06\x98\x25\x88\x39\x8f\x52\xa5\x6b\x71\x8a\xae\x00\x70\x86\x82\x93\xcd\xc6\x50\x66\x3c\x44\x67\x13\x35\xa0\x21\x5a\xf0\x4e\xab\xa6\x04\xef\x6a\x5e\xbf\x3c\xf2\xbb\x9b\xae\x80\x48\xa5\x5e\x4c\x65\x35\x85\x5d\xba\x6a\xf8\x85\xc0\x16\x1d\x17\x5e\x48\xea\x6d\xd2\x26\xe6\x0b\x22\x34\x55\x4e\x6a\x78\xdf\x1a\xb1\xa5\xe6\x50\x12\x71\x60\xbe\x37\xcb\x34\xcd\x4c\x78\xf9\xf0\x5e\xd3\x06\xc6\xbd\x05\x5d\x45\xea\xa1\xbc\x98\x1c\x4d\xa1\xd9\x46\xc6\xf4\x6d\xd1\x1d\x74\x64\x90\xc4\x72\xd9\xbc\xdd\x6c\xd6\xde\x11\x91\x8e\x72\x19\x61\x0e\xce\xbd\x23\xd2\x31\x34\xdc\xcf\xbb\xd5\x31\xab\x0d\x59\xc6\x7d\x8d\xd5\xf0\x86\xc0\xb3\xd6\xa8\xac\xfc\x88\x83\xca\xf6\x14\x8c\x71\x37\x1d\x7d\x6f\xc4\x13\x18\x7c\x74\xdd\xc1\x27\xd7\xfd\xe0\xba\x5b\x74\xb8\xb9\x21\xdb\x3d\x8b\x9b\xf3\xd5\xb7\xda\x79\x51\x6a\xa9\x17\xc6\x52\xff\x6c\x2c\xe7\x2b\x31\x9a\x54\xdc\x30\x9c\x20\xaf\xe1\xb9\x6c\xf9\x27\xfc\xf7\xf5\x56\x6d\x17\xdb\xcb\x6c\xfc\x6b\x02\x2c\x3b\xfe\xfb\x89\xad\x95\x83\xb3\xc6\x4b\xaf\x3e\x81\x90\xc1\x39\x84\x1b\xb8\x82\x13\xfe\x18\x7b\x6b\xe2\xa2\xe9\x84\xdc\x79\x45\x23\x74\x8f\xfb\xe3\x74\x40\x9e\xbb\xcd\x68\x11\xce\x6e\xf9\xe6\xc1\xdb\x4c\x66\xc5\x3a\x20\xf8\x8f\x76\x32\x1e\xee\xc0\x4d\x4f\x39\x37\xb2\x04\xdb\xb9\xa6\x91\xc4\x70\xae\x59\xe2\x90\x75\x25\xd2\x31\xf8\xf4\xcf\xc9\x97\x41\xaf\x1b\xc9\x3b\x92\x38\x82\xc8\x27\xd9\x45\x7f\xbe\x8e\x24\xdc\xe6\x5a\x61\xcc\xe9\xb4\x33\x05\x2f\x67\x69\x2b\x34\x52\x71\xf7\x1b\xa8\x16\xd9\x88\xe1\xce\xc5\xd4\x06\x6c\x65\x94\x11\xaa\xc3\x0f\x76\xb7\xdd\xd9\x87\x7a\x6a\xe6\x50\x63\xd6\x3b\x98\xb2\xd4\xee\xb2\x1c\x75\xe4\x36\xa2\x45\xb0\x8a\x3f\xe9\x9d\x65\x2b\x01\xb6\xaa\x86\xe3\xd0\xf3\x0e\x15\x0f\x2e\x59\x6b\xca\x59\x6b\x79\x8d\x77\xe0\xb0\xc1\x5f\xf7\x24\xd0\x7c\xb4\xf8\xd5\x4e\xa2\x79\x7a\xf1\xab\xa3\x94\x06\xb3\x6e\x7d\xb7\x93\x8b\x8b\x03\xfb\x63\x45\x12\x78\x19\x7a\xde\x4d\xab\x73\xc5\xc5\x79\xe4\xed\x3f\x79\x02\x3b\x43\xfe\x9f\xff\x88\x38\x70\xd3\xe8\xe1\x7d\xa9\x74\x37\x31\xd5\xe3\xa7\xb0\xb3\xff\x78\x04\x3b\x3f\x3d\xb2\xd3\xe9\xbe\xea\xd2\xf6\x9f\x3c\x86\x9d\x27\x3f\x35\x0a\x6c\xf4\xf8\xbe\xca\x45\x77\xe5\xab\xf1\x0d\x81\xa3\xd0\xf3\xae\xba\xe7\xf0\x08\xf7\xc7\x55\xd7\xec\x99\x51\xad\x79\x33\x23\x5b\x33\x66\xe5\xbc\x6f\xae\xcc\x84\xc6\x2c\x89\x60\x02\x2f\x2c\x43\xd9\xb3\x3e\xdf\xaf\x85\x78\x74\xe0\x3c\x7d\x6a\x5d\x1a\x66\x16\xdb\xbe\xb2\x18\xf0\xb8\xc1\xae\x2f\x15\xcb\xac\xb7\x00\x6a\xa4\x34\xae\x08\x0b\xcd\x6a\x5f\xea\x2b\xc2\x25\x3e\x25\x34\x1e\x3e\xae\xc3\x52\xa8\x4c\x9e\xcb\xbe\x9c\xf8\xcf\x88\x37\x84\x13\xff\x8a\x68\xbf\x08\x27\xfe\x35\xf1\x6e\xa1\x64\xf7\x1f\xad\x03\x75\xe2\x27\xc2\x69\x92\xd4\xc7\x19\xd9\x2e\x76\xb9\x1f\x55\x21\x2c\x97\xcd\xec\x51\x5b\x39\x31\xf4\x0b\x12\x43\xac\x2a\xd9\x2d\xd5\x12\xae\x27\xd0\xe1\x10\xae\x46\xef\x1a\x70\xa8\x40\xe2\x4e\xfc\x15\xf1\x4a\xe5\xcf\x08\x2e\x93\x8b\x4b\x04\x0b\x8a\x4a\xee\xdc\x46\x39\xf0\xe1\xea\xaa\x81\xb3\x87\x6a\x7d\x4a\x87\x50\xeb\x54\x98\x12\x6a\x4b\x72\x6f\x39\xdf\x23\x60\x39\xaa\xd0\x3e\x93\xb4\x93\x48\xa5\x65\xf6\x74\x79\xbb\x33\x42\x17\xc4\x36\x88\xa7\xaf\x85\x58\x78\x3a\x04\x67\xd0\x2f\x9a\x6c\xf8\xfe\x73\x84\xab\xb8\x07\x53\xd6\xf5\xd4\xd6\x88\x5d\x73\x8d\xd8\x6b\xa9\x11\xbb\x08\xc3\x50\xed\x46\xd7\x5d\xf3\x1f\x2a\x58\xec\x45\x16\x21\x7e\xaa\x28\x6b\x07\xb1\x04\x56\x80\x4e\xc6\x37\x2a\x26\xe0\x3f\x55\xd4\x8d\xce\x2b\x7e\x42\x3c\x5e\x6b\x2f\xb1\xc1\xda\xd7\x07\x3e\x0c\x62\xd7\x9d\xb1\xb4\x1d\xa7\x3a\x46\xae\xb0\xf9\xed\xa3\xdb\x94\xb8\x07\x17\x93\xe3\xc9\x62\x3a\xed\x5c\xab\x5a\xef\xf3\xd1\xfe\xbd\xfa\xbd\x37\x79\x11\x3f\x2f\x68\x74\x15\x38\x68\xee\xb1\xc7\x02\x9c\xc6\x93\x90\xc3\x26\xf8\x6d\x92\x5d\x29\xa7\x86\xaa\xb6\xb7\xbd\x3e\xb1\x3a\x12\x8a\x47\xab\x1a\x31\xe4\xbe\x79\xf7\x18\x5d\x7f\x39\x59\x4c\x3b\xb4\x88\x4c\xed\x9d\xce\xbd\x96\x91\x1a\xe2\x16\x04\xb6\x04\x84\xae\x21\x9d\x2a\xde\x68\xb2\x96\xd7\xb3\x16\xf2\xb4\x35\x9e\x26\xed\xc8\xf2\x62\x11\xa5\x08\xee\x6e\x71\x50\x93\x75\xe3\xfa\x66\xd3\x23\xb9\x7e\xa5\xbe\xe0\xe8\x47\x63\xfe\x46\x3f\x76\x39\x69\x55\xdb\x55\x22\xa6\xb3\xad\x89\x5e\x1c\xf9\x06\x15\x4d\x50\xb3\x30\x39\xc2\xa5\xd2\xf6\x96\xfc\x1f\x21\x61\x39\xa9\x39\x43\x38\x59\xf3\x8b\x5d\x6f\x81\x86\x53\xc9\x8e\x5e\x29\x45\x5f\xec\xd3\xd3\x1a\xae\x85\x85\x0a\x74\xbc\x17\xb6\x5a\xde\x6e\x6d\x41\x6a\x02\x83\x59\xc3\xc7\xd9\x68\x5f\xa2\xef\x9f\x8a\x36\xab\x0f\xb8\x33\x7d\x8b\xfd\xd8\x20\x73\xec\x02\xb8\x13\x19\x90\xdc\x4e\x60\x39\x33\x44\xa7\x9e\x2b\xcb\x99\xa3\x42\xdd\x37\x7d\x71\x2f\x0b\x8a\x5e\xfc\x9d\x1a\x37\x7b\xdb\xf7\x63\xaf\xc3\xcd\x0e\x8f\xde\xbc\x8c\xc1\xca\xf6\x94\x28\x91\xf0\xa7\xe1\x37\x34\x26\x22\x35\x2c\xbf\xa5\xf9\xd3\x0e\x46\x7e\xdd\xbe\x2d\xb6\x59\xf7\x75\x9b\x29\xd0\xcc\xfa\xc4\xa0\x8b\x70\x38\x95\x2c\xfa\x44\x66\x62\x61\x92\x31\x9f\x30\x2a\x2b\x3f\xd4\x2f\xcd\x8f\x77\xa2\xc6\xe3\x32\x1b\xda\xfb\x88\x7d\x3c\x8f\xca\xa4\x34\x15\xcf\x6d\x57\xc8\x0a\x41\xbe\xd3\x28\x42\xb9\xba\xc3\x0d\xb8\x23\x3c\xaa\xda\x0b\x88\xbf\x96\x05\x59\x75\xc9\xd7\x8f\x97\xed\xee\x13\x27\x30\x91\xdb\x9f\xb2\x35\x14\xab\x15\xfb\x5c\x3e\xb6\xc2\xcc\x75\x07\x71\x63\x25\x0f\xeb\x69\x97\xc2\xb6\xbe\x50\xff\x35\xd4\xf4\x5f\xb7\x7b\x9c\x78\xf2\x23\x7f\x9c\x40\x78\xf1\x99\x04\x1c\x5f\x49\x9c\xf1\x58\x3e\x60\x2c\x25\x94\xfa\x5c\xbe\x60\x5c\x86\x99\xf7\xf4\x11\x7f\x9e\x78\xf4\x88\x20\x5a\xf9\xe8\xa7\x1f\x39\x5a\x39\xfa\xcb\x3b\x0f\x33\xef\x27\x01\x56\xfe\xf8\x09\xc7\x2a\x1f\xed\x73\xac\xf2\x47\x4f\x39\x56\x39\xa2\xb0\x23\x56\xf9\xd0\xc0\x2a\x47\x75\x6c\x72\x30\xb0\x60\x16\x26\xc2\x8e\x2f\x0e\x87\xd3\x90\x5b\xf8\xc5\x0e\xb0\xe0\x88\xe3\x3a\x64\x17\xc7\x4b\x9a\x85\xa3\x69\xe8\x58\x21\x3c\x51\xce\xe2\xf6\xa7\xa1\x93\xab\x20\x95\xea\x90\x97\xfb\xc8\xcc\xc9\xc3\x9c\xda\xcb\x37\x1b\xfe\xec\xc2\xc7\xf3\x16\x8e\xe1\x25\x1c\xc1\x0b\x38\xfd\x73\x50\xe3\x99\x7f\xb6\x8c\x32\x9a\x86\x52\x78\xf3\x91\xce\x3d\xc4\x71\x8d\x24\x3e\x85\x84\xc7\x40\xdc\x16\x16\x73\x19\x95\x87\xab\xb2\xca\x17\xef\xa3\xeb\x84\x5b\x69\x86\x03\x6f\xa0\x91\x64\xb9\xd4\x5b\xc7\x22\x26\x74\x5f\xa4\x82\x95\xc9\xe4\x66\xb5\x7a\x62\x00\xf4\xf2\x58\xd7\x45\x28\x32\x64\xf5\x2c\xfc\x5e\x1e\xed\x51\x02\x1c\x25\xd1\x75\x07\xd4\x17\x2f\xa1\x1f\xb8\x19\x1b\x8d\x09\xba\x3e\x4a\x39\x10\x03\x76\x33\x4d\xf3\x1b\x6e\x36\x77\x9c\x7d\xc0\xa1\xb0\xb1\x75\x64\x9a\x1e\x6c\x9d\x25\xc7\xd6\x51\xc0\xb7\x0a\x5b\x67\xc9\xb1\x75\x8c\x08\x0d\x8e\x9b\xcf\xe7\x5e\xe6\x9f\x75\x60\xeb\x74\x85\x86\x54\x60\x0c\x37\x87\xae\x69\x6b\xfe\xf0\x28\xdf\x3b\x13\x46\x24\x9b\x62\x36\x48\xcf\x4d\xe0\x6f\xed\x11\xb0\x0a\x1f\xac\x09\x72\xd3\x61\x5c\x67\xf3\xa5\x45\x4a\x75\xbf\x98\xdc\x10\x20\x66\xfe\x99\xfa\x28\xfd\x4c\x95\x54\x43\xee\xd1\xee\x31\x92\x23\x4b\x7a\xc6\x50\x8e\x71\xfb\xf6\x8a\xd6\x84\x7a\x10\xf4\x03\x50\xc1\xed\x02\x8d\x01\x42\x1b\x42\x59\xf6\x1b\x1a\xc5\xb4\x80\x54\xf7\x3f\x31\xfb\xcf\xa3\x83\xe4\x20\x99\x7b\x05\xaf\x6b\x26\x21\x91\x3c\x44\x85\x36\xba\xd8\xf6\x48\x6a\xc2\x46\x54\xf2\x75\xab\x32\x1b\xaa\xbc\x70\xb6\xc6\x33\x52\xae\xe8\xb8\xf0\x79\xd0\xbd\x99\x5d\x37\x95\xe0\xee\xd0\x6a\x38\x12\x00\xfc\xc5\xd8\x9c\xa3\xb8\x2d\xa3\x2f\xfd\x48\xc0\xf4\x96\xc1\x0c\xfa\x26\xcf\x68\xb0\x92\x3f\x63\x65\xb8\x07\xf1\xdb\x90\x40\xe7\xe2\x91\x25\xd7\xe8\x0e\x92\xa3\x40\x33\x59\x25\xb6\x36\x9f\x67\xa2\x6c\x46\x53\x07\x21\x7f\x8c\x05\x5c\xb7\xfb\x64\xc1\xac\x42\x2e\xed\x73\xa8\xaf\x3b\xca\x8d\x41\xd5\x27\x7f\xb0\x33\xa6\xb8\x1c\xdf\xd5\x81\xf2\xdc\x50\x3c\xfc\x58\x65\x8f\x06\x2f\xb9\xef\xf9\xc6\xe2\x4d\x93\x38\xc8\xc5\x0b\x19\xcb\x85\x02\x64\xf1\xd8\x41\xaf\x69\xea\x04\xa3\x1a\xd2\x8e\xd7\x99\x39\xcb\xdd\x55\x2b\x76\x2f\xb5\xde\x6b\xa0\x20\xfc\x01\xcb\x1a\x2c\x46\xfc\xba\xe0\x7c\xbf\xb1\xaf\xea\xad\xca\xf0\xab\x68\xd5\xf3\x2a\xcf\x2b\x6b\x52\x34\x62\xba\x4d\x74\x78\xc2\x6e\x82\xb3\x4a\x53\x4d\x58\xf2\x6f\x9d\x8f\x39\x96\xbc\xc5\x73\x5a\x57\x36\x34\xd7\x65\x24\x89\x98\xa3\xc8\xcf\x53\x7a\x9a\xdb\xe7\x4b\x18\x86\x39\xb2\x03\xe6\x59\x76\xdc\xf1\xdd\x7b\x2a\xfb\x67\x51\xb9\xce\x66\x06\x88\xa3\x85\x40\x64\x42\xb7\xe3\x9e\x49\xd2\xa4\x5a\x07\x94\xa3\xb5\xe7\xd9\xa9\x32\xa6\x95\xea\x13\x08\x6f\xb5\x3f\x1c\xf2\x59\x41\x28\xc8\x97\xb7\x49\xc9\xf8\x10\x05\x5a\xc5\x01\x92\xcc\x6a\xb8\x1e\x4f\x57\x13\xd1\x7f\x03\x6f\xa3\x89\x2b\xe9\x75\xa5\x95\x2b\x41\x53\x81\x06\x37\x10\xab\x63\xbe\xee\x6b\xbf\xd5\x2c\xff\x6c\x85\x10\xb9\x7c\xad\x28\xe4\x7c\x22\xa1\xe7\x7d\x3d\x26\xbd\x53\x41\xe3\x76\x48\x7f\x09\x9c\x19\xec\x60\x4d\x7a\x02\x3d\xe1\x96\xaf\x50\xeb\xbb\x13\x4d\x36\xd5\x2a\x66\x85\xeb\x16\x86\x93\x98\xae\xe4\x21\x72\x6a\x38\xe8\x61\x46\x6f\x76\x2e\xfd\xc8\xcb\x4c\x5f\x12\x2c\x70\xc1\x03\x05\x81\xb8\x40\x02\xa1\x3e\xaf\xb9\x26\x13\x9b\x07\x07\x2a\xb8\xeb\xc1\x68\x72\xe6\x26\xe6\x28\xd2\x45\xa7\x1b\xb6\xa9\x3b\x65\x37\x88\x53\x57\xda\x9a\x98\xee\x02\xf8\x7c\x9e\x54\xc9\xec\x6a\x1d\x0c\x46\x60\x2c\x6d\x39\x05\x90\xc4\x92\xf8\x9d\x1b\x9d\x21\x6d\x2f\x01\x89\xa1\x4e\x76\x41\xab\x17\xb4\x48\xae\x69\x8c\x9b\x06\x11\xa2\x59\xfd\xdd\x7e\xb6\x35\x84\x93\x30\x21\xe7\x94\x67\x20\x3f\x37\x9b\xca\x58\x1f\x03\x73\x7d\xb4\x22\x1a\xdc\xfe\xf8\x9e\x32\xf8\x2a\xed\x2f\x41\xb7\xe4\xce\x1a\x98\x46\x15\x75\x5f\x34\xcb\x5f\xf7\x78\x25\x90\xd8\x95\xbd\x2e\x09\xf2\xcc\xe3\xb8\x05\xe0\x14\xb4\x4c\xbe\x52\x87\xeb\xd7\x75\xee\x44\x22\xe2\x38\x50\xc7\xdb\xa4\xac\x68\xf6\x2a\x2f\x8e\x57\x8c\xb2\xb3\xfd\x6f\x78\x22\x20\x12\xea\x5d\x57\x64\x3b\x31\x31\x9d\x33\xf1\x94\x82\x5c\x1c\x67\xba\x40\xc4\x6d\x31\xbc\x17\xf0\x41\x16\x45\x77\xd2\xca\xe6\xc0\xf4\xf9\x6b\xe8\xf2\x26\xa1\xb5\xaf\xbe\xa1\x9f\x50\x3c\x98\x9a\x92\x03\x03\xd9\xdb\x5a\x07\xe6\xb2\x70\x5d\x5e\xee\x7d\x64\xdc\x23\xd0\x59\x54\xd8\x5e\x52\xbc\x2c\x75\x94\x79\x7c\x25\x92\x60\x8b\xfc\x87\x72\xd9\xb7\x8a\xe0\x1b\x82\x10\x60\x37\x90\x62\xfc\x1f\x9a\xe2\x60\x90\xb9\x6e\xd1\x5c\x31\xf3\xf9\x9f\x2d\xef\xcf\xf8\xe8\xe0\x87\x9e\x42\xfe\x03\xab\x2d\x1a\x10\xf0\xcf\x68\x1e\xeb\x57\x34\xdb\x33\xb7\x13\x54\x78\x41\xe9\xc3\x09\x67\x7c\x6c\x0f\x4e\x78\xcc\xa2\x5a\x74\x17\x5f\xde\x3a\xe1\xc3\xe7\xed\x7b\xd0\xa5\xcd\x34\x2f\xd4\xa7\x09\x77\xa2\x9a\xbb\x60\xcd\x5d\x20\xd0\x49\x0f\x0c\xf9\x39\xd2\x55\x05\x43\x7e\x88\x9f\x9c\x80\x3c\xab\xb8\x48\x0b\x95\x07\x93\x12\x4d\x2d\x64\x27\x8f\x31\x88\x83\x08\xe8\xae\xbf\x94\xd8\x2b\xbc\x5f\x47\x42\x4b\x31\x8d\xd6\x3c\xe0\x05\x3a\x70\x59\xae\x96\xfc\xf3\x54\x38\x30\x42\xcd\x41\xa1\x9d\xf8\x51\xbd\x64\x7e\x60\x73\x80\x17\x27\xee\xdf\xf8\x1d\xde\x00\xcd\x56\xf0\x95\xf3\x5e\x77\xf7\xdd\x58\x3a\xf4\xd0\xdc\x4d\xf0\x0e\xf5\x06\xdb\xf7\x52\x78\xa5\x33\xbe\x55\x19\x9b\xa9\x82\xb7\xf0\xac\x7d\xf5\x7c\xae\xb3\x3e\x6b\x64\x15\xb7\xcf\x67\xf0\xc6\xc8\xc6\xd8\x06\xf8\xaa\x33\xbd\x69\x64\x62\xf1\xc1\x1b\xf8\x6c\x64\xe1\x73\x00\xbf\xe8\x4c\x9f\x1b\x99\x78\x8a\xe0\x33\x7c\x32\x9d\xc2\xbc\x0e\x3f\xf9\xf6\xe1\x0d\x3f\x87\x9f\x0c\xa2\x01\x7f\xb0\x14\x31\xfc\x1e\x9e\x86\x61\x78\x25\xa1\xa5\x10\x4c\xe7\x3d\x8d\x8a\xcd\x46\x86\xf3\xd1\x67\x61\xf0\x9b\x05\x8f\xfe\x91\x8c\x7f\x0f\x06\xbf\xc3\xbf\x43\x3b\x69\x57\xd6\xf1\x1d\x7f\x83\xf9\x80\x6a\x86\xdf\xc9\x72\xce\xfc\x4b\x62\x10\x64\x38\xf3\xe7\x04\x7e\xe5\x1d\x91\xc2\x27\xf8\x57\xf8\x73\x17\x89\xdb\x6c\x7e\x6e\x53\x4e\x74\x00\x82\xe3\x63\x5e\x9e\xc3\x4b\xd7\xfd\x63\xd7\xd9\xd3\x61\x0e\x0c\x7e\x75\xdd\xc1\xbf\x5c\x77\x70\x6c\x89\x5d\x24\x15\x97\x77\x8d\xf0\xc4\xfb\x22\x35\x40\x3f\x9a\xb7\x6c\xb0\xb6\xb0\x36\x1b\x88\xc7\xb1\x26\x1a\x42\xf5\x13\xec\xed\x1b\xcc\xa1\xb1\x5b\x83\x0b\x48\xca\x67\xb2\x23\xc1\xbf\xa0\xc1\x78\xbd\x86\xe6\x76\x0c\x0e\x21\x29\x8f\xb9\x58\xf9\x24\x89\x69\xf0\x9b\x84\x0f\xff\x15\x5a\x5b\x32\x38\x06\xb6\xc3\x82\x53\xe8\x10\x43\x08\xf7\x37\x1d\x31\xc2\x59\x3f\xa5\x50\x09\xba\x68\x0c\x0c\x64\x32\xac\x8b\x2f\x96\x6c\xf3\xb9\xeb\xfe\xea\xba\x1e\xa5\x61\xf3\x8a\x37\x6b\x2a\xcf\xe9\x41\xab\x14\xc1\xb0\x81\xb9\x06\x23\x25\xc2\xb8\x1d\xbf\x97\x63\xdb\x89\xcc\x95\xd1\x1a\x8e\x48\x87\x66\x63\xda\xd6\xb1\x7c\xd9\x4e\xb5\x6a\xa6\xe2\x82\x00\x09\x8e\x66\x61\x97\x9d\x8f\x9d\xaa\x58\x51\x47\xb5\xc7\x46\x4e\x6b\xaf\xc6\x71\x3b\x48\xe6\xd5\x6a\xc4\x98\x46\x1c\x91\x60\x0d\x0d\x7f\x72\x42\xd2\x76\xbf\xd7\x8d\x17\x7d\x7a\x9d\x56\xcf\x1a\x8a\xa9\xbf\xba\xee\xbf\x6a\xf8\x8e\x83\x80\xf2\x86\xa2\xe0\xda\x6e\x03\xea\xcc\x12\xa0\xb4\x55\xc3\x4d\x73\xe4\x7a\xee\x33\xd7\xdd\x97\x97\x81\x37\x38\xdf\x6c\x8e\x5d\x77\xf0\x2b\x71\xdd\x65\xdf\xbd\xa5\xbc\x17\xf0\x96\x75\x3e\x06\x7b\x41\x21\x84\x14\x77\x6a\xf5\xef\x5e\x1c\xdd\xa2\xde\x42\x15\xb6\xa2\x52\xb4\x22\x04\x10\x3d\x39\xf4\x00\xb6\x65\xdf\xf6\x68\x7e\x03\xb6\xea\x76\xad\x5b\x2c\xa2\x2c\x2e\x3b\x65\x78\x35\xbc\x32\x09\x6e\xdf\x81\x47\x08\x78\xbd\x74\x61\xb3\x19\xcc\x89\xeb\x3e\xef\x2f\x48\x1c\x90\xed\x85\x4e\xe0\x6b\x7f\x2e\xb6\x7f\x09\xfc\xd2\x9f\x80\x93\x40\xc2\xff\x67\xb3\x73\xf8\xd2\x63\x32\x73\x96\xcb\x2d\xfb\x06\xe2\x59\xe7\x4b\xcb\x87\xdc\x7d\x37\x92\x26\x7b\xca\x88\xfa\xb6\xd5\x5a\xb5\x6e\x79\x0f\x12\xf7\x47\x22\x5f\xca\xfd\x98\xce\x13\xce\x31\xd2\xa2\x5a\x7b\x46\x63\xc0\x91\x65\x3b\x70\x77\x41\xab\xa0\xfd\x3e\xd8\x7f\x7d\xc8\xf9\xfd\x77\xbb\xeb\x49\x0d\x34\x5b\x2d\x68\xc1\x96\x25\xaa\x3a\xe7\xd9\x3c\xb9\x58\x89\xef\x61\x6d\x5b\x8b\xf5\x5f\xae\x3a\x84\x9c\x83\x81\xc9\x88\xba\xee\x40\xdd\xf0\x1b\x6e\x99\xba\xee\xb8\x3d\xcc\x7c\xfb\xa5\x87\x71\x09\x86\xf7\x31\xee\x61\x4d\x00\xff\x65\x0a\xc5\x90\x07\x1c\x34\xe6\xa9\x71\x32\x57\xff\xc8\xd0\x39\xa5\xd5\xb8\x8e\xab\x4d\xaf\xc3\x38\xa4\xae\x12\x44\xfc\xa0\xb9\x46\x3a\x1f\xd7\x5c\x57\xea\x68\x1c\x32\x12\x6b\x00\xc8\x6f\x36\xa6\x43\xc1\xdc\xa8\x7f\xdc\x13\xee\x51\x62\x9d\x35\x1e\x15\x5b\x4b\x55\x9a\x2f\xcb\xf0\xae\xcd\x52\xa0\x9f\x28\x64\x38\xc4\xd9\xa5\xa7\x2d\x18\xb4\x38\x9e\xc1\x90\x73\x20\x36\xa3\xf9\x2a\x2a\xd0\xa7\x55\x64\xda\x32\x7e\xe1\x1a\xe7\x1f\x0d\x8d\x73\x21\x1d\x53\x9e\xb8\xf1\x5b\x38\xe2\x96\xd4\xce\x88\x90\x41\x4a\x6f\x1a\x09\xb5\x95\x40\x07\xf7\xb9\xf2\xe6\x29\x3b\x5c\x79\xeb\xe7\x30\x23\x9d\x0e\x74\xc0\x78\x72\x31\xeb\xd4\xa1\x3b\x32\x90\xfb\xd9\xde\x13\xc0\xb5\x9c\x4e\x1a\x59\x78\x80\x8c\x50\x1a\xda\x66\xa4\x54\x9d\x6a\xb6\x5b\x69\x86\x73\x51\xb9\x11\xc3\x03\x64\x44\x73\x64\x8c\xd0\x0e\xa7\xe5\x8d\x49\xd5\xd9\xf6\xec\x18\x07\xf8\x1c\xa7\xab\x24\x36\x53\x95\x0b\x0c\x92\xd1\xf2\xae\x61\x27\x79\x8b\x10\x8b\xd6\x22\xb1\x13\x38\xc0\xf5\xaf\xcc\xd0\x45\xec\x40\xca\xf6\x80\x19\x98\x5e\x88\x40\x8e\xc6\x6b\xc4\x08\x54\x4d\x7a\x5b\x15\xd1\xdb\x66\xb6\xdb\xd4\x01\x7e\x73\x31\x43\x79\x88\x8c\x69\x36\x9b\x87\x62\xd3\x6b\xf8\x10\x0a\x55\xb3\x77\xa1\xd0\x4d\x79\x1f\xee\xff\xb4\x0f\x6f\xc3\x47\x8f\x87\xf0\x2a\x7c\xf2\xf7\x7d\x78\x16\xfe\xf8\xf8\x31\x3c\x0f\xff\xfe\x78\x08\x6f\x64\xb2\xaf\xe1\x10\x3e\x87\x8f\x9f\xc2\x2f\xe1\xe3\xfd\xa7\xf0\x29\x1c\xfd\xf4\x23\xbc\x0e\x3d\xef\x16\x35\x97\x9d\xff\xcd\x3a\x1e\xed\x78\x8b\x24\xdb\xe3\xf7\xa9\x1d\x67\xf7\x8b\xbf\xe0\x0e\x36\xa7\xa1\xb8\x64\xbd\xad\xe1\x96\xc0\xcf\xa1\xe7\x1d\xdf\x9b\x2f\x6d\xe4\x7b\x55\xc3\x71\x6f\xe2\xbc\x91\xf8\x59\x0d\xc7\x04\xfe\x08\x3d\xef\xe5\xbd\x95\x64\x2a\x1f\x22\x63\x7f\x16\xca\x78\xef\x6a\x78\xd9\x9b\x67\x69\xe7\xf9\x05\x79\xf4\xdf\x43\xcf\x3b\xba\xb7\xaa\x46\xb6\x37\xa2\xaa\xe7\xec\x2a\x00\xbf\x85\x9e\xf7\xe2\x5b\xb2\x7f\x42\x0e\xfa\xdf\x6d\xc2\x7d\xd0\x30\x31\x6d\xd1\xb4\xa0\x6a\xaa\xb9\xbd\xb6\x10\xbe\x59\x06\xb1\x84\xab\xfb\x54\xf9\x5e\x13\xf8\xb9\x95\x91\xaf\xf2\xfe\x7c\x5d\x65\xc0\x1f\xdd\xc5\xf0\x7d\xb1\x5d\x59\x3d\xe5\xc2\xef\xad\xa2\x8d\x5d\xf5\xd7\x8a\xfe\x4d\x3d\x28\x57\x35\x7c\x17\x5a\xaa\x7b\x1c\xfe\x52\x6a\x3a\x73\xed\x2a\x01\x89\x09\xbf\x5a\x2a\xf3\xa7\xf7\xa8\xcc\x5b\x02\xbe\xb2\x29\x97\xd3\xc2\xb4\xb4\x2d\x82\x9b\x75\xc8\xdc\x56\x28\x0f\x53\xf7\x78\xa1\x5c\x6f\x49\x61\x96\x5d\xa2\xb5\x39\x7f\xd6\xd0\xb7\x79\x14\xf0\x09\xac\xdc\x45\xa7\x90\xed\x42\xb4\xa8\xc1\x9a\xa3\x90\x8f\x4b\xce\xce\xa5\x5c\x6d\xad\x85\x47\xe7\xe3\xf6\x62\x3d\x87\xb3\xf0\x5a\xe1\x1b\x1f\x86\xd7\x42\x59\xff\x26\xbc\x6e\x6a\xf2\x9f\x68\x5f\x78\xd7\xc4\xfb\x08\xd7\x04\x6e\xc3\x75\x43\xf8\xb3\x6e\x09\x7f\x6c\x2d\xf0\x13\xa9\x05\x8e\xd5\x48\x5d\xda\x4b\xd7\x3d\x91\x3d\x4e\xd9\xef\xc6\x70\xdf\x75\x22\x14\x77\xa1\xa0\x54\xf9\x32\x18\x02\x6e\xe1\xa1\x80\x42\x19\x4a\x0c\x94\x61\x0d\xb7\xae\x3b\x67\xe5\xf3\xe6\xb1\xcf\x81\xf1\x8d\x62\xae\x68\x0a\x42\xfe\x10\x4c\x9a\xf5\x72\x42\x2d\xf1\x72\x45\xa4\x53\xb3\xf6\xaf\x5c\xf7\x8b\x1f\xf9\xf3\x28\xa6\x47\xd9\x68\x38\x84\x81\x1d\x78\xbc\xaa\x46\xc3\xe1\x14\x8c\x0b\x7c\x30\x61\x69\x06\x2b\xd7\x5d\xb8\xae\x79\x05\x90\x8a\xa5\xb5\x04\x41\x3e\x91\x20\xc8\x0d\x95\xfb\x1b\x14\xaf\x5b\x98\x9f\x12\x25\xf9\xcc\x42\x49\xee\xec\xc7\x16\xb0\xb6\xdd\x9a\xd7\x0a\x84\xf8\x57\xad\x03\xdb\x82\x02\xfe\x8c\x70\xbe\x52\x2d\xf6\x44\x81\xf9\x72\xf7\xf5\x8e\x9a\x14\x73\xca\xde\x88\x29\xfb\x2a\x88\xf7\x07\x43\x23\xd3\xa4\x13\xd2\xa2\xe3\x8b\x01\x42\xc4\x09\xc3\x23\x03\xa3\xf2\xc6\x17\xb0\x1e\xcf\x31\x81\x84\x8a\x16\xb0\xae\xfd\x09\x6b\xa8\x08\xfc\xdb\x5b\x33\x56\x78\x6d\xc9\x47\x19\xff\xe2\xba\xfc\x84\xf8\xda\x8c\x94\x0c\x8d\x4a\x20\x3a\x23\x4f\xa2\xf7\x3a\x83\x5e\x6e\xae\x7b\xc7\x53\x89\x51\xe3\x2b\x17\x17\xea\x9d\x86\x8a\x1e\x0d\x87\xd7\x37\x6a\x9d\xb1\x25\xcb\x96\x55\x99\x26\x31\xc5\xee\x1c\x65\x8f\x87\x22\xd2\x8c\x63\x43\x82\x51\x83\x8e\x8c\x2c\xf2\x78\x55\xe9\xd8\x56\xa9\x3c\xb6\x9c\x6a\x2e\x7b\x72\xa2\xe5\x0b\x42\xb5\xf5\x34\x5f\x06\xa3\xa7\x06\xa0\x53\xe0\x24\xd9\x25\x2d\x92\xaa\x69\x96\x50\x43\x66\x9f\xbe\xc2\x64\xa5\xc1\xc5\x98\xc0\xcd\x8c\x68\xca\x3d\x2d\x70\xae\x47\x1c\xa6\xea\x42\xe9\xd6\xb2\x06\xa8\x2a\xeb\xa9\xc9\xa1\x4f\x4e\x0c\xf5\xb5\x96\x6e\x71\x13\xb2\x19\xf1\xca\x69\x16\x3b\xbc\x74\x89\xff\xfb\xf8\x31\x57\xd0\xb7\x6e\x13\x38\x10\xfa\xbb\x53\x6f\xb9\x63\xdf\x18\x5a\xf3\xc6\x7e\x91\x5b\xa8\x6b\x0c\xeb\xa9\xbc\x19\x4c\x4e\xc4\x89\x03\xdf\x01\xc7\x59\x3f\xa1\xe9\xbc\x01\xb3\x9e\xba\xee\xe0\x42\x58\x4c\xf0\x8a\x78\x67\x4c\xe5\x69\x55\x24\xd7\xa7\x3f\x31\xdf\x92\x0e\x05\xe6\xb4\xb4\x1c\xe0\x04\x86\x2b\x2f\x19\x96\x13\xfb\x3f\x99\x50\xe4\x9f\x51\xf1\xc0\xb4\x47\x61\xff\x76\x87\x76\x18\xaf\x5c\xae\x97\x97\x34\xd3\xd0\xef\xb3\x4e\xfc\xf1\x93\xad\xf0\xc7\x3b\x87\x10\xb5\xe4\x8d\xa1\x57\x73\xa5\x16\x6a\x63\xba\x8c\xc1\x9f\xe9\xfa\xa5\x7d\xc9\x77\x20\x79\x11\x21\x8c\xdf\x1f\xf2\x2a\xda\xe6\x1a\x5b\x2c\x77\x73\xa6\x72\x52\x4f\xe5\x9d\x6d\x72\x22\x14\x9d\x1a\x06\x5f\x9c\x88\xe1\xa2\x1f\x75\xe3\xcf\x77\x03\xf7\x7f\xf1\x67\x7e\xbc\x2a\x70\x2b\x7c\x8a\xd2\x15\x7d\xb4\xeb\x88\x60\x1a\x95\xf4\x95\x60\x92\xf6\x3b\x70\x79\xff\xd4\xa6\xd5\x67\x6e\x21\xac\x78\x8c\xb9\xe9\x38\xb7\x44\xaf\xe4\xb9\x66\x13\xe4\xa9\x75\x61\x55\x43\xc3\xf7\x5e\x6b\x3e\x46\x3f\x4a\xce\x10\x89\xd3\x8f\xf5\x14\xda\x2a\x9e\xc1\x9d\x79\x53\x57\xdc\x89\xa9\x31\x69\x9b\xa1\x3c\x96\xc0\x7e\x4d\xe0\xb2\x13\x3a\xcb\xb3\x38\x2a\xd6\xa0\xcc\x84\xbe\xf8\x09\xe7\xb1\x4d\x42\x25\x8c\x00\x14\xb0\x38\x5f\xb1\xc2\x3a\x49\x52\x19\x0b\x1a\xb1\xa7\x42\x01\x7c\x54\xd7\x5d\xf8\xef\x5c\x5a\xf2\xd7\x2c\x09\x2e\x4d\xd0\x76\xb4\x23\x28\xb8\x1d\x41\xc2\xed\x08\x22\x69\x23\x50\x4a\x0b\x80\x54\x1a\x0b\xcc\x84\xc6\xff\xaa\xe1\xf4\x3b\xfe\x73\x9a\xf3\x26\xb8\x50\xa6\xda\x74\x9f\x06\x57\xa1\x35\xb8\x72\xd7\xcd\x1f\xd2\xe0\x2a\x5a\x6a\x4a\x45\x27\xea\xd5\xbd\x8a\x39\x83\xfe\xa7\x30\xe5\x00\x32\x45\xdf\xd0\xdf\xa6\xdf\xb0\x5d\xb9\x71\xab\xdc\x2d\xb5\x1b\xcc\xe7\xb5\x0e\x27\x2f\xfc\x22\x61\x80\xac\x95\x1a\x6f\xdf\x7e\xb8\x9d\xf9\x73\xb6\x04\x56\x5e\x24\x1f\x4b\x73\xeb\xb1\x94\x57\x14\x54\xb5\x52\x9a\xee\xf6\xf6\xd3\xf0\x80\x57\x9a\x4f\x1b\xa9\x78\x76\x22\x6d\x3f\xf8\x4b\x2e\x33\x9c\x1b\x32\x43\xe1\x14\xdd\xe1\xa0\x9a\xac\x72\x23\x74\x6f\x2f\x8e\x8a\x2b\xc6\x4e\x59\x68\xe3\xf1\x76\xbe\x6f\xf8\xb0\x14\x38\x7e\xef\xf3\x4c\xba\xb6\x61\x95\x40\x14\xe6\x0a\xe5\x55\x8d\xd6\x92\x5d\x97\xe6\x90\x37\x3c\xc4\x94\xfc\x26\x94\xdb\x37\xa1\x16\x8b\x1f\x71\xc4\x4c\x54\xc0\x4c\x57\x33\x9a\x31\x9e\x8c\x73\x44\xcd\xeb\x8d\xbc\xf6\x74\xf1\xf5\x6d\x6b\xe8\xa5\x05\xe0\xd9\x6d\x95\xa9\x5c\xc4\x08\x24\xd5\x9e\x6b\x0a\x24\xae\x2b\xfa\x83\xc3\xd0\xd1\x89\xf3\x34\x9a\x5d\x59\x9d\x60\xac\x5a\x97\x3d\x94\x9c\xba\xbf\x46\xc2\xe2\x2d\x48\x18\xa3\x53\x06\x5e\x9b\x49\x6b\xee\x66\xd1\xec\x92\x22\x2d\x1f\x0d\x87\x35\xa3\x6b\xff\x1d\x8c\xbd\x6e\x6a\xb3\xe5\x06\x8e\xca\x86\x5e\x12\x3a\xa9\x70\x02\x61\x56\x21\x91\xc2\xca\x16\x1e\x80\x84\xaa\x41\x99\x85\xd8\xdd\x71\xc8\xea\xfd\x63\x95\x14\x88\x38\x2c\x17\xfa\x3c\x4c\xbd\x95\xb9\x11\x4b\x50\x40\x37\x33\x90\x19\x82\x18\xf8\xc6\x5f\xf6\xef\xf1\xac\xb9\xbf\xd5\x09\x61\x53\x93\x88\x51\x13\xa3\xc2\xb9\x7c\x70\xce\x3b\xf6\xfe\x8a\xef\xfd\xd8\xda\xc9\xb3\xbe\x9d\xcc\xbb\x94\x5b\xe3\x91\x98\xe3\x11\x99\x83\x50\x86\x59\x53\x06\x92\x86\x2b\xc3\xeb\x07\xcc\xc2\x52\x33\xc8\x71\x58\xaa\x82\x9e\xcb\xc0\x65\x58\x72\xc3\x76\xf6\x65\x13\x00\x46\x91\x50\x55\xc0\x81\xac\x41\x04\x4c\x2f\x23\x82\xed\x98\xf5\xf9\x2c\xd2\x57\x7e\x21\x16\x11\xa6\x8d\x86\xc9\x2e\x1a\xd0\x1b\xee\x67\x9e\x2c\x6f\x77\x86\x7d\x5c\x7a\x2f\x57\x8f\xdb\x5c\xf0\x24\x71\x07\x41\x59\x19\x16\xbe\x85\xe9\xbe\xc1\x00\xcf\x56\xde\x58\x84\x87\x0f\x52\xa3\x37\x28\xcb\x22\x5d\xf9\xf4\x50\x0f\x1b\x7f\xdb\xf9\xfe\x6f\xd2\x44\x7c\x69\x4b\xfd\x46\xfb\x75\x5d\x43\xde\x45\x48\xf8\xd8\xfe\x35\x32\x52\x5a\x64\xe4\xd1\xc8\x22\x23\xa3\xd1\x63\x93\x90\x98\x2b\xd0\x6b\x18\x8d\x71\xd3\x23\xc3\x16\xc3\xd4\x3a\xa2\x1c\xe1\x00\x8c\x55\x79\x20\x5f\x27\x5b\x5b\x1c\x61\xad\x70\x87\x7b\x54\x72\xc9\x40\x7d\x6e\x5e\xac\x77\x58\x4c\x3c\x0a\x13\x39\xf3\x16\xbe\x5d\x54\x3a\xe0\x88\x9c\x0e\x48\xc3\xe4\x29\x31\xfa\x90\x70\xb3\x3a\xbe\x50\x33\xbd\xa5\x4d\x4d\x6e\x71\x7e\xdd\xb3\xa7\x73\x88\xfc\x84\xa0\x07\xe7\x3b\x03\x6c\x2a\x70\xf8\xe1\x22\x61\x53\x3b\xb4\x78\xb1\xdf\xf6\x36\x65\x07\x2e\x1f\x26\xb6\x61\x45\x77\xd9\x76\x95\x63\x50\x86\x95\x90\x5d\xa6\x61\xd5\x86\x5f\x2f\x27\xd1\x66\xe3\xf0\x0d\xe6\x34\xa0\x29\x66\xa0\xe0\xa9\xf1\xef\x66\x93\x1a\xdb\x5a\xec\xa2\x62\xec\x54\xb1\x13\x86\x61\x36\x76\x2a\xb6\xc9\xf7\x66\x34\x4d\x1d\xb9\xbb\xd8\xad\x91\xc3\x43\x2d\xf2\xaf\xc7\xe5\xed\x2b\x76\x17\x58\xe4\x79\x75\xc9\xb6\xdc\xcc\x7f\xd7\x0e\x05\xee\xf1\xaa\x99\xf2\x73\x3b\x94\x6f\xbd\x0e\x73\x72\xd8\xda\x18\x9d\x6f\x92\xbf\xb6\x1b\x6e\xb6\xb2\x30\x1e\x8d\xfe\x6e\xb8\x71\xd2\x3c\xd9\xfb\xe8\x1a\xf1\x17\xae\xd4\x5b\xe6\xfb\xe8\x7a\x4f\x06\x38\xdc\x03\x76\x99\x54\x88\x3d\xa1\xe2\xad\x50\x9e\xdf\xca\xeb\xc0\x8c\x63\x1e\x1a\xcf\x92\x98\xcf\x0c\x55\x89\x10\x3f\xb9\x91\x04\x1f\x75\x8f\x2a\xba\x50\x11\xe2\x5b\x45\x94\xcd\x98\xd2\x01\xc6\xde\x2c\x55\x38\x7e\x89\x40\xf3\x1d\x59\xc5\xc9\x07\xe4\x1a\x56\xe1\x1d\x9b\x22\x03\x5c\xbd\x35\x87\xca\xdb\x54\xd7\x8c\xf7\x81\x0d\xb4\x4b\xa9\x9b\xc6\xdc\x3f\x4a\x63\x6e\x6e\xcb\x3d\x1a\x72\x5b\xee\xfd\xfd\x27\xdc\x98\xfb\xd1\x50\xda\x72\xff\xc4\x6d\xb9\xf7\xf7\x87\xdc\x98\x7b\x7f\xff\x29\x9f\xf9\x33\xdb\x60\x1b\x0e\xff\xdc\xbd\x4e\xdf\xca\xf0\xcd\xe5\xf7\x3c\xa3\x6d\xe3\x68\xa9\xf8\xc3\x66\xbe\xdf\x50\x0d\x72\xb6\xdd\x39\x0f\x53\x84\x95\x8f\xc3\x5d\x42\x12\x56\xe2\xb8\x2f\xc3\x33\x2f\x97\x17\x93\x84\xcf\x11\x6a\x7b\x6d\x6d\x11\x5b\xfa\x72\x95\xd6\x8c\xd4\xa2\xf9\x1e\x6b\x20\x67\xd3\x5e\xb3\x02\x3b\x8c\x11\xd4\x45\x15\x8a\x30\xd7\x77\xa8\x5c\xb6\x30\x0d\x73\xd1\xc2\x59\x98\x2b\x9d\x5f\x2c\x4d\x68\x50\xad\x34\xe5\x9f\x8d\xed\xfa\x84\x8a\xf1\x8c\x4d\xb1\x7f\x96\x94\x18\x28\xc1\xc9\x3d\xca\x66\xfc\xcc\x2b\x64\xaf\x53\x10\x29\xb8\xbb\x53\x05\x62\x1e\xcb\xd1\x28\x6b\xb6\x34\xee\x79\x96\xa3\x04\xee\xac\x8c\x79\xf6\x46\xbc\x7f\x59\x0e\xba\xd1\xb2\x13\xe7\xce\x68\x26\xa6\x61\xcd\x62\x07\xfe\x83\xe3\x7e\x45\xd7\x16\x48\xe7\x92\x0f\x58\x0d\x73\x1c\xfa\xf1\xca\x9b\x43\xd7\x60\x08\x34\xd2\x07\x67\x53\x94\x27\x3d\xee\xea\xb2\xd8\x3a\x2b\xbd\x39\x4e\x76\x09\x43\x42\x5a\xb3\xdc\xb2\x64\xfd\xf6\xb5\x58\x59\x98\xb4\xda\xde\x39\xc5\x5b\xa4\x1c\x60\x98\xd9\x8b\xb6\x7b\xfa\x52\x63\x31\xc3\x2a\xf4\xd2\x31\x65\x07\x58\x1a\x2d\x4b\xaa\x4a\x0e\x24\xa4\x97\x0a\x21\x9b\x0d\x67\xf7\xad\x39\x84\x65\x18\x5b\xbe\xea\xd8\x7c\xa5\xca\x51\x7e\xef\xa4\x49\x3f\xb5\xc6\x08\xcf\x7c\x8b\xfa\x2a\xbd\xdd\xa5\xb4\xa1\xe5\xd7\x94\x55\x0b\xf1\x32\x6d\xeb\x38\x5e\xfb\x51\x67\xd1\x8c\x92\x83\x61\x87\x6c\x02\xdf\x12\xbd\x4b\x4d\x00\x81\xcc\xb2\x6d\x7b\xcd\x17\x01\x1f\xad\x38\xb8\xab\x21\x29\xd9\x0a\xe0\xa3\x8b\xfa\x5e\xdc\xd3\x2e\xaa\x1e\x73\x0e\x95\xc6\x3f\xb3\xc5\xe9\x27\x59\x52\x25\x51\x7a\xa2\x03\x37\x1b\xc6\x73\xa8\xcf\xfb\xad\xdf\xbe\xf9\xa2\x27\x96\x14\x23\xa6\x62\x49\xb5\x99\xa3\xa4\x3c\xce\x4e\xf3\x25\xb2\x47\x1c\x0a\x1f\xc1\x0a\x5a\xb0\x02\xec\x56\xb3\x88\x96\x42\xc1\xd3\x58\xdc\xec\xd0\x3e\xf3\x2a\xbd\xe8\xf4\xa8\xe7\x20\x4a\x0f\x0a\xb9\xe4\xb2\xfe\x7d\xbc\xe0\xd8\xbf\x52\x9c\x7e\xe1\x47\xfe\x35\x2d\xaa\x64\x16\xa5\xa0\x44\x5e\x1f\x95\x82\xac\x3a\x01\x3a\x14\x5c\xb3\x08\x95\x69\x51\xff\xda\xd6\xb2\xb2\xe5\x42\xf6\xc2\x32\xb4\xdd\x94\x3e\x76\x0d\x25\xd9\x4e\x91\xd2\x98\xc6\x6d\x74\x29\xad\x59\xff\x16\xd5\x48\xec\x77\x97\xa9\xb7\x36\x77\x74\x5d\x8f\x86\x83\x11\x81\x81\x37\x68\x0c\xd6\x66\xd3\x0c\x91\x6a\x84\xca\x80\xaf\x15\xc3\xab\x44\xab\x5e\x4b\x63\xb1\x90\xfa\xbf\x8d\x93\x56\xfb\xd1\xcc\xa5\xb1\x1c\x5f\x93\x49\x58\x68\xcf\x0b\x85\x5c\x93\xb3\xb0\x10\x64\x0e\x55\x1f\x66\x79\xb6\xd9\xf0\xbf\xd2\xc6\x89\xb7\x8b\xef\x33\xb9\x79\xd8\x61\x35\x67\x1c\x7f\x91\x44\x87\xbc\x9d\x70\xa9\x0f\xbe\xf9\xd8\x59\x46\x17\xd4\x09\xe6\xb0\x08\xcf\xbc\x44\x2e\xcf\x19\x24\xa5\x2c\x22\x58\x42\x52\x2a\x6f\x17\xc6\x75\x3e\x11\xb8\xe2\x2f\xb3\xaa\x58\x07\x8c\xe0\x21\x21\x42\xbd\x4a\xd4\x40\x7f\x96\xcd\x2e\xf3\x02\x05\x67\x1f\xc4\xed\x78\xf4\xf8\xfb\x6c\xf7\xd1\xae\x17\x8f\x87\xc1\xfe\x63\x22\xd7\x7b\x5a\x13\x54\xbb\x58\x15\xa9\xeb\x4a\x95\x4b\xd7\xf5\x06\x5e\xce\x43\xc9\x66\xf3\xc3\xff\x9d\x44\x7b\x5f\x87\x7b\x7f\xdf\xdd\xf3\xa7\xbb\xc1\xff\xf9\xe1\xff\xfc\xf0\x43\xe2\x57\xb4\xac\xbc\x9c\x90\xb1\x93\xe5\xf9\x92\x66\xb4\xd8\xc9\xf2\x82\xce\x69\x51\xb0\x6b\xae\xb8\xb5\x5e\x9b\x4a\xc3\xec\x04\x7a\x56\x8e\x4d\xbb\xda\x56\x2c\x94\x7e\x44\x82\xd2\x8f\xe0\x30\xb4\xd4\x3b\x35\xd3\x34\x36\x0d\x76\x7a\xd2\x34\x94\xac\x59\x90\xd0\x09\xb5\xc2\xfa\xf6\xfa\xb5\x49\x9c\x17\xd8\x34\x79\xb1\x5b\xc1\x65\x41\xe7\x01\x0e\xce\x66\xe3\x59\x23\x3e\x76\xfe\x3f\xd9\x73\x62\x00\x4b\x18\xab\xc5\x04\x01\xe7\xc1\xb5\x3a\x47\xd4\x44\x2a\x6b\xa8\xf7\xd1\x35\x9f\x69\xd6\x56\xc1\x6e\xf8\xe7\x49\x16\x73\xbe\x93\xea\x2e\xbd\x8f\xae\x79\x13\xfa\x52\x0a\x10\x0c\xf5\x8a\x40\x7d\x0c\x18\x8b\xbf\x01\x3f\x5a\xa4\x13\x7f\xb9\x12\xa0\xa0\x69\x70\xa1\x45\x63\xc6\x22\xe4\xa4\x49\x6c\x41\x27\x58\x8e\x2f\xe5\x9c\x5b\x44\x8b\x6a\x5a\x35\x36\x7e\xcb\xb4\x78\xf1\xa1\x35\x1c\x7a\xb4\xa9\x87\x2e\xf6\xef\xa1\x79\x53\xea\xde\xc5\x3d\x00\x6c\x73\x0e\x85\x3f\xf7\xe7\x30\x71\xc4\xd0\xa2\x40\xc0\xda\xf4\x65\x58\xf4\xf2\x2e\x8a\x1c\xcc\x34\x39\x58\x19\xe4\xe0\xcc\x4b\xe5\xc6\x5d\x99\x1c\x0c\xd7\xf0\x56\x5c\x8f\xb1\xa5\xfb\x48\x05\x0f\x11\x6e\xfb\x3b\x46\x5b\x09\xbf\x71\x1f\x8f\xe4\xf6\x9d\xd5\x8c\x25\x76\x1c\xb9\x8e\x29\xe7\xf2\xd8\x56\xc6\x1f\x7e\x4a\xb3\x8b\xea\xf2\x9f\x43\xd7\xf5\x96\x61\x07\x1b\xc5\x48\x59\x83\x8f\x1a\x9b\x6d\xdf\x8e\xf5\x0a\xca\x31\x5f\x3f\xf8\xf8\x5a\x8a\xc5\xb4\x95\xa9\x4e\x0d\x39\xe7\x8d\xa9\x7f\x85\xfc\x86\x71\x08\xc6\xbe\x75\x4d\x46\x06\xa8\xa7\x7f\x6d\x90\x8e\x0e\x06\x2e\xee\x61\xe0\xe4\x26\xd2\x7c\x52\xe7\x0e\xb2\xd6\xf5\xb2\xc5\xe5\x59\xc3\x26\xcc\xa7\x9c\x79\x94\x96\xe8\x74\xf3\x7e\xfe\x2f\xde\x8a\xff\x13\x57\x01\x93\xc5\x11\xa7\x9b\xd8\x0e\xdd\x3b\xe8\x9e\x8d\x63\xec\x03\xe3\x36\x97\xe8\xdb\x5c\xa9\x6e\x73\xa9\x79\xf3\x2a\xe5\x02\x4c\xee\xb9\xf7\xa4\x89\xd3\x98\x5a\xce\xf1\xa4\x49\x59\x25\x28\x88\x30\xf9\x1d\x21\x83\xa8\xad\xee\x59\x9b\x5f\x34\x1d\xac\x81\x36\x53\xf3\x9b\x8e\x58\x1a\xb0\xbb\x9b\xf1\x01\xeb\x1f\x95\x26\x30\x83\x36\xb6\x47\x2e\x93\x71\x23\x54\x2c\xb1\x16\xc3\xc9\xce\x47\xc6\x70\x9a\xde\x52\x72\xfd\x6c\x62\x56\xc3\x62\x84\x27\xaa\x3e\x7e\xa3\xd4\x04\x26\x55\x04\x66\x66\x72\x06\xa9\x71\xa9\xed\x1d\xf2\x55\xaa\xf8\x4a\x36\xca\xe6\x08\xcf\xe4\x08\x97\x35\x7f\x72\x30\x87\xa4\xeb\x5e\xdb\x18\x9b\xc6\xbd\x8a\x6d\x41\x2b\xc0\xab\x40\x12\xb7\xe6\xad\x5d\xca\xb0\x05\xd4\x85\x8c\x91\x0c\x1d\x77\x1e\xa3\xee\x2c\x8c\x1c\x32\x16\x84\x35\x10\x8d\x43\x84\x03\x29\x8f\xf1\x99\x65\x95\xa3\x89\x75\xc4\x59\x66\xaf\xb5\xe4\x3b\x76\x71\x3f\xa2\x82\xe4\x1b\x1a\x59\x0e\x32\xd7\xcd\xe4\xad\xa6\x69\xa8\x82\x67\xbe\xee\x44\x68\x93\xfa\x96\x61\x4d\xdf\xdd\x6b\xc8\x56\xc3\x76\x5d\x6c\xf4\x50\x64\x79\x9e\xaf\xb2\x59\x13\x2d\x62\xa0\x38\x39\x83\x2b\x71\xdd\x76\x3d\xad\x51\xeb\x62\x20\x1a\x85\x0b\xdb\x1e\xb3\x7a\x8c\x80\xd6\x58\x8a\x15\xd2\x1d\xce\x07\x56\xb7\xb4\xf7\xc4\xea\x25\xcb\x46\xad\x7a\xa8\xcd\xab\x2c\x12\x9c\x26\xd4\x46\x0f\x3f\xb5\x6d\x27\x0d\x36\x5b\xfd\xfc\x7f\xd6\x15\x9b\x81\x68\x62\xf9\x69\x7f\x72\x7a\x02\x8c\x32\x89\x62\x16\xae\xe8\x3a\xec\x4b\x75\xd0\x2a\xa8\x75\x31\xec\x2c\xa8\x95\x8a\x15\xe4\xac\x32\x7e\x37\xc5\xa7\x06\xd6\x87\x7c\xbe\x63\xba\x94\x22\x48\x6a\xd9\x7d\x43\xd8\xcc\x8d\x0e\xbc\x3c\xcc\x37\x1b\x85\xb8\xd1\xa0\x74\x91\x43\x88\xcf\x38\xf1\x50\x70\xe2\x8e\x23\x5e\x97\x72\x0c\x96\x24\x32\xcd\x67\xb8\x8d\x78\xda\x30\xac\x36\x1b\x4f\x85\xe1\x88\xce\xf2\x74\xd7\xf9\xe1\x07\x67\x57\x27\xcd\xcb\x4a\x7f\x2d\xa3\xea\x92\xb1\x33\x3c\xf3\x60\xa0\x93\x45\xe5\xa5\xeb\x7a\xd6\x37\x92\x38\x7e\x33\xe0\xed\x08\xad\x68\xbf\x5c\x9d\x97\x55\x91\x64\x17\xde\x88\x40\xae\x1a\xd5\x32\xfd\x6c\x52\xd1\xfe\x0b\xf5\xc0\x26\xaa\x16\xf7\x26\x18\x31\x69\x97\x89\x33\xd3\x14\x11\xb1\x76\x1d\xdf\x64\x4a\x68\x20\x78\xb7\xf1\xe0\x9e\x3c\x13\x9e\x68\x1a\x18\x74\x5d\xb2\x89\xcf\xd7\x82\xc8\xe0\x8c\xb6\x42\x1b\xdd\x6c\xd0\xfe\x0e\xc3\x94\x64\x2e\x9b\x64\x7b\x22\xeb\x12\xe7\xde\xd3\x64\x02\x5c\xbd\x9a\xc8\xb6\x87\x7d\xa7\x15\x54\x84\xb4\x0d\x24\x1b\x72\x35\x69\x20\x69\x5b\x14\x4a\x21\x12\xe2\xb6\x35\x6d\x00\x6f\xac\x57\xe4\xc3\x6f\x57\xcb\xd1\x82\x30\xe3\xc0\x89\x42\xd5\x57\xd4\x88\xe0\x94\x41\x58\x6d\x48\x02\x21\x8c\x36\x94\x6b\x57\x6e\xb0\x61\x08\x11\x50\x54\x91\x45\xd7\xc2\x5e\xd4\x12\x54\x3c\x7e\x8c\x42\x0a\xea\xcb\x3b\x08\x0a\x0c\x0c\xd9\x02\x5c\xeb\xe4\x17\xe3\xfd\x61\xc0\xb1\x57\x8c\x14\xaa\xb5\x96\xd9\xc6\xfe\x53\xb4\xd3\xa0\x3e\x6a\xfc\xc8\xc2\x0e\x75\x92\x33\x56\xd8\x19\xdc\x18\xea\x47\x57\x8c\x4b\x6d\x1a\x70\x08\x65\x23\xb8\xd5\x4e\xd0\xae\x89\x37\x6b\xe9\x26\xdd\x72\xa1\x5a\x06\x27\x4a\x25\xa1\xa5\x6a\xbb\x2a\x69\xc1\x87\x4d\x2a\x1e\x3c\xa0\xf1\x8f\xfa\x43\x93\x2e\xdf\xb5\x35\xa4\x2d\x75\xf6\xe9\x54\xbf\x15\x4e\x6e\xd5\x03\x8c\x54\xca\x0c\x9c\xe1\xce\x63\x53\x09\x59\x3f\x80\x4a\x59\xe3\xb3\x34\xb9\xc8\x02\x67\x91\xc4\x71\x4a\xf9\xbb\x99\x08\x4a\xd1\xc8\xb0\xef\xa1\x74\xda\x78\x89\x9c\xdc\xda\xb7\x2b\x43\xd9\x5b\x2a\x56\xa8\x2e\x15\x34\x8d\xb8\x11\x36\x7f\x50\xbe\x52\xef\xc8\xf8\x84\xeb\x24\xa5\xbe\x07\xc1\x8a\x07\xc8\x13\xc0\x81\x98\x07\xc8\xbb\x2c\x06\xdc\xc9\x82\x64\x28\x16\xc6\x07\x47\x0e\x0c\xa8\xd9\x5c\x11\x2f\x27\xdb\x35\x50\xa8\xa1\x5e\xf6\xe2\xe3\x5f\xee\x3a\x6c\x80\xd9\x30\xbd\xa0\xb3\xbc\x10\x56\xaf\xff\x3f\xe6\xae\x75\xb7\x71\x1b\x0b\xff\xdf\xa7\x70\xb8\x80\x22\xc1\x8c\x62\x3b\x97\x49\xed\x11\x82\x69\x66\xba\x1d\xa0\x53\xec\x26\x9d\xed\x0f\xaf\x51\xd0\x32\x1d\x6b\x23\x53\x5a\x4a\xca\x65\x3d\x7a\xf7\x05\x0f\x2f\x22\x25\x39\x49\x3b\x53\x60\xd1\x22\x63\x52\x87\x14\x49\xf1\x72\x78\x78\x3e\x7e\xf2\x5b\xb7\x31\x30\xbf\xe7\x0e\xf4\x9e\x6f\x66\x83\xbb\xee\x5d\x0f\x8f\xab\x4e\x53\xbe\x40\x0c\x3e\x1d\xb9\x0c\x07\x60\xf4\x44\xd3\xe7\x5d\xdd\xea\x5a\xba\xb8\xc1\xa5\xdd\x76\xf2\xb0\xef\x1c\x5a\xb2\x26\x0c\xbc\x1e\x16\x8c\xbb\x96\x6b\x73\x43\xa2\x00\x77\xcd\xb7\xeb\xa2\x79\xd5\x6d\x8f\x1f\xdb\xc3\xe8\xa5\xec\x75\x7a\xe7\xe6\x72\xe3\x41\x63\x23\x63\x26\x0e\xe0\x05\xa6\x4b\xe5\x48\x6c\x9c\xdc\x0f\x11\x3a\x7c\x06\x55\xb5\xdf\xdf\xb0\x0b\xce\xd2\xf7\xa2\xf7\xf6\x5e\xf0\x96\xd7\x00\x03\xbb\x24\x62\xec\x39\xa7\xf9\x62\xec\x39\x96\x88\x56\x4f\xbf\x91\xd8\x9b\x6e\x8f\xef\x8c\xf6\x6e\xc7\xd6\x13\x89\xf2\x86\x32\xde\x51\xa3\xfc\x11\x0f\xd0\xf0\x4a\x48\xe1\x81\x0a\x3d\xc9\x34\x0e\xdf\xf9\x57\xf6\xf9\xce\x10\xea\xf4\xf3\xd7\xb3\xa4\x7b\xd3\xfb\x44\x74\xce\x95\x61\xf2\xb0\x66\x9e\x5a\x3a\x59\x59\x24\x16\xe0\x9b\x1e\xea\x08\x77\x06\x30\xf3\x82\xac\xab\xf2\xa9\xb7\x46\x0d\x1a\xca\xbc\x15\xc5\x77\x8d\x0b\xcf\xeb\xb4\xbf\xcc\xf2\xe9\xc8\x10\xd3\x6c\x8e\x26\x7b\xbb\x96\xc8\x5c\x41\x9f\xb6\xb2\x9d\x15\xd8\x27\x0d\xff\x13\xfe\x4c\xcc\x84\xd0\x10\x68\x8c\xec\xd1\xd4\xea\xcd\x5d\x90\x9c\x4d\x14\x4f\x79\x9b\x95\xfb\xff\x64\xb8\x2c\x1c\x1f\x95\xa6\xe3\x83\xa1\xab\x97\xf1\x1d\xf2\x43\x40\x5c\x60\x3e\x9a\x85\x6d\x11\x3d\xfe\x48\xc2\x91\xfa\x18\x10\xba\x03\xc2\xea\x20\x30\xaa\x9a\x0e\x62\x43\x4a\xe0\xf7\x3a\xe3\xdb\x41\x38\x2e\x06\x22\x17\xe0\xe7\x4c\x3c\x6f\x67\x1e\x4d\x11\xcf\x40\x1f\x3c\x1a\x5f\x8c\x56\xf4\x36\x40\xb2\x97\x40\xc3\x48\x8c\x16\x38\xdc\xcc\x1f\xb5\xad\xc5\x60\x38\xec\xe7\x85\x25\x50\xe0\x5d\x9a\x28\x52\x25\x20\x60\xd5\x20\xd0\x6e\xd7\x58\x28\xe7\x9c\xf9\xa3\xb4\x14\x75\x56\xde\x85\xeb\xa8\xa3\xe5\xae\x3a\x04\x32\xb6\x43\xa5\x1e\x08\xa7\x23\x80\x19\x1b\x8d\xe5\x7d\xf6\xc0\x3e\xb2\xc9\x08\x5a\xa0\x35\x0c\x7a\x09\x1f\x7e\x26\xf7\x5f\xe9\x95\x18\xf7\x3a\x37\x9f\xf6\xe1\x33\x5c\x14\x46\x1a\x25\x2f\xf2\x17\x9b\xd3\x66\x57\xab\x6e\xb4\x6d\x70\xba\xd3\xe7\xb9\x69\x44\x43\xe8\x5d\xba\xf1\x62\xdb\xf3\xb8\x8a\x0a\x9f\xf5\x61\x02\x38\xb6\x13\x4d\x53\xa3\xb4\x4d\xc9\x4b\x20\x01\xcb\x18\x5c\x49\x35\x15\xee\x5a\xaa\xf1\x2b\xc4\x35\x84\x4b\x1a\xfe\x0a\x9a\x13\x4e\xca\x8c\xeb\x3b\xbd\x32\x9e\x50\x56\xca\x23\xe6\x29\xb9\x44\xba\x50\x68\x8a\x36\x19\x4f\xfe\x9b\xb1\x92\xa4\xa8\xc6\x71\x00\x26\xca\xd8\x71\xf9\x4c\xf7\x20\xcd\x4d\x2b\x26\xed\xa6\x72\x1a\xd2\x75\xd2\x4e\x23\x24\x21\x7d\x51\x14\x25\x38\x8e\xf4\xa8\x85\x60\x15\x21\xca\xc0\x3e\x90\xb8\x6a\x7b\x1b\x4b\xd0\xa3\xf6\xa9\x81\x6a\x56\xc7\xa4\xc6\x07\x6e\x8c\x7e\x15\x2c\x1a\x7e\xfc\xe5\xcb\x41\x12\x78\xde\xae\x5f\xab\x06\xa1\xb4\xfb\xb8\xcc\x72\xf9\xac\xea\x3e\x93\xf3\xa1\x7c\xbc\x6b\x56\x5d\xa9\xce\x6b\x70\x94\x81\xe6\x99\x11\x65\xf9\x5c\x1a\x2c\xa8\xab\xe8\xa9\x69\x5c\xe8\x84\xed\x35\x20\x6b\x63\xa8\xd4\x5a\x60\x96\x3e\xc9\x22\xf7\x8a\x79\x1d\x8d\x0c\xb6\x4d\xfc\x94\x73\xf0\x99\x58\x38\x15\x8e\x77\x64\x8a\x77\x34\x16\xaa\x29\x97\xaa\x69\x7b\x29\xb7\x75\x4f\x70\x8b\xc2\x07\x4e\x7b\x9c\x4a\xad\xc4\xa9\xe0\x92\xae\x33\x4e\x11\xa0\x69\x5f\x5d\x43\xdd\xa2\xdd\x2a\xee\xdf\x25\xb4\xaa\x0c\xd5\xeb\x54\x7a\x64\x55\xb9\xc6\xec\x55\x15\x65\xa2\xa2\x85\x05\xab\xec\xeb\xa3\x9d\x45\xac\xed\xbf\x3e\x52\xb4\x76\xb1\xaa\xb9\xbb\xcf\xed\xd3\x9f\xfa\x85\x1a\x35\xba\xd5\x19\x25\x27\x50\xff\xf4\x7d\x63\x66\x8d\x3a\x98\xc5\x2e\x8b\xae\xf5\xec\x4f\x86\xdf\x8d\x27\x63\x07\xbc\xc2\xfc\xc9\xd9\x1b\x6b\x4a\x52\x74\xfc\x55\xcb\x68\x9b\x84\x55\x41\x3f\x6e\x73\xca\xa1\xa9\x7f\x24\x6c\x95\x52\xdf\x42\xa2\x5d\xd3\x75\x4f\x91\x76\xb0\x87\xb2\xfd\x60\x4a\xed\x53\xe2\x79\x65\xcb\xbd\x24\x00\x58\xe2\xbc\x5c\x04\x35\xee\x18\x8d\x43\x52\xcc\xd4\xb9\x42\x73\x66\x9b\x45\xa5\x3e\x46\x4f\xa2\x12\x6c\x7d\x98\x44\xbe\x76\x9a\x83\xeb\xc2\x25\x6a\x13\x1b\xf7\xba\xd2\x2d\x73\x19\x56\x6c\x45\x39\x90\x48\xd9\x4e\xf0\x25\x9e\x4b\x87\xf7\x66\x53\x8d\xe4\xab\x10\x46\xe2\x45\x22\x2c\xde\x82\x30\x32\x6f\x41\x18\x15\xfa\x87\xfd\x16\x84\x91\x79\x0b\x5a\x04\x7a\xa1\x42\xd2\x50\x69\x19\x6c\xe9\x25\x22\x22\x48\x2f\x1d\xf7\x78\xe5\x33\x90\x49\xc7\x08\xa6\x89\x45\x92\x1a\x93\x60\xaa\xcf\x61\x7b\x92\x81\xba\xa3\x8f\x69\x8d\x8b\x01\x83\x64\xb6\x64\xcb\x17\x9f\x04\x16\x05\x3b\xab\x5d\xd9\x56\x61\x92\x56\xbe\x35\xce\x5f\xa1\x2b\xbc\xd2\x77\xbf\xb0\x21\x36\x79\x44\xe5\x17\x5e\x47\xe6\x78\x00\x6e\x3c\x51\x1f\x76\x6b\x16\x4c\x70\xb7\x31\x5f\xf5\x3e\x82\xce\x2b\xca\x02\x67\x95\x0d\x9f\x28\x28\x37\xf7\xb8\x0c\x66\x95\x4f\xf1\x7d\xd0\x6c\x12\x97\x81\x7f\x2f\x87\xd2\x53\x14\xfb\x1b\x5b\x19\xc8\x8c\x73\xd0\xf4\xc0\x71\x1f\x2a\x70\x52\x7c\xd6\x6f\x5d\x4d\x6f\x15\xb0\x69\x5b\x03\x9d\xd5\x97\x2f\x7e\x2e\x3e\xae\xf9\x1e\xc6\x72\x06\xd6\xd4\xe9\xae\xc6\x45\x9a\x95\x85\x42\x14\xff\x26\x83\x8a\x36\x05\xa2\x9e\xf9\x60\x2b\xff\x37\x4c\x83\x00\x6b\xc2\x7e\xdd\x65\xa7\xf6\x25\xa0\x8a\x47\x53\x1f\xc9\xdb\x3a\x47\x71\x49\x3b\xe7\x57\xd3\xb5\xe7\xad\xc1\xe5\x4b\x7c\xe6\x65\x2d\x46\xa7\x3c\x4b\xc9\x22\x16\x42\x59\x25\xd0\x49\x17\x73\x9f\xf6\x95\xf5\xe2\x3d\x24\x0a\x04\xf4\xa1\x59\xee\x4e\x86\x3f\x25\xec\xee\x7b\x52\x50\x79\xdc\xb0\x8e\x98\x7f\x76\x12\xb4\x30\x97\x39\x5e\x87\xcb\x0e\x70\x27\x61\x77\xdf\x16\xfe\x77\x26\xa7\xd0\x33\x05\x57\x18\x9d\xa9\x49\xf4\x3b\x85\x58\x18\x49\xe1\x14\xe0\xcb\x67\x00\x5f\x46\x29\x61\xb7\x15\xb9\x55\xc5\x5f\x39\xd6\xf4\xde\x63\x24\xe3\xb0\x87\x0a\x5a\x14\x49\xc6\x6e\xca\x8c\x8b\x0c\xac\x53\xdd\x54\x3b\x0c\xbb\x7a\x39\x8b\x50\x9a\xc5\x24\xd5\x29\x60\x0e\xe8\xf1\x32\x86\x3b\x8a\xf9\x93\x6b\xdf\x97\x53\xfd\xac\x8c\xd8\x25\x0b\xed\x6c\xc4\xb4\x29\xb6\x4e\x3e\x55\x0c\x29\x31\x29\xe3\x8d\x9f\x05\xbb\xe6\x66\x25\xbf\x0a\xa6\xed\xf2\xc2\xdb\xe3\x90\x88\x67\xca\xf9\x97\x79\x9e\x9f\x46\xcc\xae\x09\xdc\x4f\xe8\xa7\x62\x1e\x57\x27\x4f\xaa\xa7\x88\xd7\xbe\x2b\x4b\x9e\x2c\xab\x92\xfa\xd0\x8e\x28\x70\x53\xfa\xa9\x50\x61\x91\xb9\xe1\x29\xad\xfd\x20\x98\x19\xf4\x40\x2e\x3f\x38\xe6\xc1\x8e\x46\xe8\x10\x0d\xe9\x10\x1d\xca\xef\x90\x58\x04\x1d\x97\xb2\xd1\xfc\x43\x34\xe4\x43\x74\x18\x60\x34\x45\x68\x66\x77\x2f\xb0\x79\xfc\x40\xb6\x49\xfa\x34\xa5\xb8\xe0\xf1\x34\x19\xa2\x8a\x43\x92\x72\x88\xc2\x87\x6c\xbd\x9e\x1c\x06\x03\xb1\x67\x25\xa5\x7f\xa8\xc2\xb8\x25\xd2\x92\x38\x0c\x90\x6d\xaf\x63\x72\xe3\x0c\xb7\xcb\x6a\x4e\x51\x88\x7a\xaf\xd5\x98\xe2\x81\xe4\xa2\x43\x9b\x0a\xae\x55\x05\x33\x9c\x58\xb7\x86\x66\x9e\xe7\x67\xa2\xf7\xdc\x66\xb4\x4a\x90\xec\x93\x24\xa2\x43\x74\x8c\x86\x0c\xfe\x66\xb3\xdc\x2f\x31\x19\xa2\x23\x49\x15\x8c\x79\xb8\x0c\xe1\xa7\xd0\xeb\x93\x21\x1a\x80\xda\x87\x02\xac\xe5\x0a\xba\x4d\x2c\x59\x13\xd4\xf2\x37\x74\x9b\xb4\xd3\x70\x7a\x5b\xa5\x84\xcb\x14\x2a\x80\x13\x37\xcf\x65\x96\xae\x9a\x2c\xc1\x56\x69\xe5\xf8\xbd\x78\xda\x24\x68\x84\x6d\x41\x29\x54\x1f\xb4\x46\x53\x73\x37\xe7\x10\x1d\xc3\x86\x06\xcd\xd6\x7e\x89\x79\x48\xc3\x5f\x36\x24\xc1\x28\xa5\x34\x25\x0f\x64\x45\x69\x95\x1c\x95\x1b\x92\x20\x37\x0e\x05\x58\x27\x78\xc7\xc9\x32\x89\xb1\x6e\xd4\x23\x02\x61\x4b\xe0\xea\x89\x27\x69\x6a\x8b\xc4\x2a\xc6\x12\xfa\x40\x8a\xf2\x43\xc5\xb3\x9c\x12\xd6\x08\x52\x52\x94\x54\xc5\x5a\xc2\x7f\xe3\x94\xde\x35\x52\xb7\x22\x68\x3d\xfe\x91\x2e\x39\x7d\x68\x9e\x6f\x20\x6c\x09\xfc\x33\xa1\x25\x23\x5b\x5a\xd0\x46\xe8\xde\xc4\x59\x82\xbf\xd2\xbe\x52\x3d\x50\xab\x54\x26\x1a\x61\x74\x23\x7e\x0d\x3e\x7f\x34\x39\xac\xc2\x1b\xd1\x66\x09\x14\x16\x7e\xa0\xe6\x97\xdd\x84\x5b\xca\x12\xfb\x15\x44\xc5\xd8\x95\xa6\x19\xbf\x75\x84\x6e\x55\x0c\x74\x03\xf4\x93\xf9\x3c\x83\xcf\x1f\x07\xbf\xd2\x25\xc2\xe5\x10\x1d\x77\xbe\xa4\x1b\xd3\xea\xbc\xf0\xf3\x2b\xb2\xeb\xf6\xd9\xa0\xae\xfd\xb6\xf3\xbd\x18\x99\x86\x2b\x8e\xba\xb3\xac\x4d\x0c\x47\xb5\xfe\x46\xc3\x1f\xc8\x92\x8b\x9d\x05\x5b\x27\xb7\x33\x17\x0f\xee\x97\x3a\x2f\x66\xa5\x35\xba\x9f\x44\xfe\x8a\x65\xf2\x33\x4f\x03\xcf\x6b\x1c\x09\x2e\xcb\x29\xda\x94\x65\x5e\x4c\x8f\x8f\x85\x6e\x91\xc4\x93\xb0\xd8\x10\x4e\xc1\x7e\x98\xc1\xce\x48\xe8\xc0\xc7\xeb\x24\xa5\xc5\xf1\x1a\x8a\x70\x4c\x8a\x82\x96\x05\xaa\xc1\xdf\xe7\x8f\xaf\x9f\x6b\x7b\xfd\x54\xa8\xd7\x91\x5c\x3d\x4f\x15\xda\x6f\x72\xa6\x2e\x00\x99\x4c\x6c\xbc\x1f\xf3\x27\x6f\x14\x2c\x7b\x24\xd9\x44\xcf\xc6\x01\xce\x9b\xab\x23\x96\x41\xaf\x2e\x89\x8d\x73\x6a\x05\x64\x8f\xe2\x9d\x36\xd4\x8c\x06\x60\x40\xd1\xc7\x9b\x44\x01\x0b\x3b\x06\x04\xb5\xa1\x3f\x99\xd8\xd6\x04\x19\x7a\xde\x9c\xee\x9a\xf6\xe5\xd6\x92\xb6\x77\x8d\x69\xc2\xee\xea\xbe\x4b\x5a\x12\xa9\xb3\xbe\x27\xfc\xee\x5d\xda\xb5\xdc\x27\xed\x5d\x79\xf7\x6a\x2c\xfb\x08\x4b\x95\xaf\xa1\x84\xd7\xfc\xd8\x36\x49\x3c\x0b\x54\x49\x48\xf1\x89\xb2\x6a\xaa\xae\xe6\xd4\xd7\x28\x89\x47\x7f\xe7\xb4\x28\x7a\x0b\xf9\x42\x09\x65\x72\xe3\x1d\xf1\x07\xd3\xab\xc3\xa9\xaf\x4c\xbe\xbf\xa5\xf7\xe7\xf2\x8f\x8a\xc0\x95\xf3\xfc\xe9\x5d\xaa\x72\x33\x0a\xbe\xc9\x47\xc9\xfe\x42\x79\x99\x28\xc9\xba\x85\x74\x4e\x43\x0e\x38\x66\xcc\x95\x5b\xe2\xfa\x4f\xba\x07\x22\xfb\x46\xf0\x20\x89\xfc\xd1\x0c\x89\x2d\x15\x3e\x69\xae\xe7\xcf\x6c\x47\x10\x99\xd3\x4e\x21\xa9\x1b\x5e\x0a\xb4\x2d\x8e\xe4\x1e\xe9\xe8\x28\x89\xe1\x66\x5f\xe9\xda\x9f\xfb\x0c\x76\x10\x0a\x20\x00\x87\xf4\x24\x24\x26\xe2\x3d\x2d\x62\x9e\xe4\x60\xd7\x21\x21\x91\xb7\xb6\x34\x8a\xff\x32\xf0\xe7\xf6\xb4\x8a\x3e\xc6\x0d\x52\x77\x6e\xf6\xe3\x6a\x0f\xbe\xc0\x07\xa3\x60\x21\xda\xdf\xe7\x96\x9b\xc8\xeb\xa6\xb7\xe5\xde\xed\x01\x7e\x76\x02\xcc\x5d\xa8\xf3\x48\xef\x1c\xd4\xc6\xe1\x5c\x4c\x7d\xbe\x24\x09\x9e\x93\x90\x84\x55\xbe\x88\xc6\x38\x83\xdf\xab\xec\x81\x35\xa1\x94\xae\xcb\x26\x04\x16\xb3\x26\xb8\xc9\xb6\xb4\x09\x51\xb6\x6a\x02\x25\x59\x36\x81\x9c\xdc\xd2\xcf\xb9\x1b\x7e\xaf\x5f\xa3\x36\x2f\x11\xf3\xdf\x9c\xc3\x14\x4c\x1f\x06\xbf\x52\x72\xf7\x89\xe4\x8d\x4e\x5d\xb9\x73\x6d\x2c\xb4\x74\x9f\x1a\x5b\x3b\x8b\xb2\xcb\x6c\x58\x4e\xc7\x18\x38\x0e\x7d\x8a\x59\x80\x59\xa3\xb1\xae\xc0\x9d\x4a\x6c\xc0\x3f\xc0\x5d\xa1\x7e\x7b\xd9\x14\x8b\xa6\xbd\x45\x52\x8b\x1e\xed\x5f\x30\x35\x54\x69\x96\xac\x7d\xe6\x79\x07\x62\xc5\xf3\x6d\x7e\x56\x7b\x45\xdd\xc3\xc6\xaa\xb6\xc7\xc0\xe2\x70\x4d\xe3\xb2\x08\xb4\xb3\x76\xe5\x33\x3c\x36\x55\xcb\xde\x46\x63\xcf\xf3\x59\x48\x56\x2b\x38\x74\x93\x97\xd1\x53\xee\xdb\xb4\x54\x6b\x60\x2c\xeb\x13\x52\xe7\x75\x52\x6c\xb3\x57\xec\x8e\x3e\x49\x91\xad\x10\x09\x70\x7b\xd0\xce\x3a\xf5\xa4\xcf\xd4\xd3\x6a\xab\x6e\x3d\x3d\x4f\x88\xf8\xb2\xa2\x47\xe3\x20\x80\xea\x71\xba\xcd\xee\xe9\xcb\x35\xec\x95\xeb\xad\x64\xaf\x64\xab\x9e\xd2\xd8\x47\x17\x41\x2d\x6a\x99\xf7\xb9\xdf\xad\x7c\xc9\x19\x72\x4d\xd7\x01\x70\xe2\xd6\x33\x7b\x27\x14\xec\x6c\x7b\xcd\xc1\xb8\xb9\xd0\xbe\xe9\x7e\x70\xdf\xb2\xac\x0c\x02\x3f\x3e\x55\xde\x5f\x9e\x72\x6a\x5d\x85\xb5\x37\xfd\xb6\x71\x93\x13\x13\xe6\xc3\x26\x89\x37\xb8\x98\x97\x8b\x56\xe2\x91\x95\xf8\x6b\xf4\xa7\x6a\xbf\xfe\x74\x71\x22\xe7\x90\x93\x13\x7d\x5d\xc2\xa4\x19\xc0\xe3\xf1\x49\x8b\x04\xdd\x5a\x62\x98\xcd\x9a\xdb\x80\xea\x45\xb4\x0b\xab\x6f\x97\x7b\x9d\x71\x5f\x16\x66\x24\x4a\xa2\xdc\x6d\x67\xd9\x5b\x3e\xcb\x86\xc3\x20\x96\x72\xf3\x6c\x21\xa6\x58\x7b\x01\xc2\x73\xd4\xb9\xf8\x4c\x4c\xcc\xc0\xe9\x60\xa6\x62\x49\xc7\xa7\x0c\xa8\x8c\xe4\xc5\x26\x2b\xbf\x87\xa3\x0a\xf3\x44\x2e\x64\xb6\x39\xd5\xd0\xf8\xd9\x91\xd6\x3d\x68\x68\x11\x60\x5e\x3f\xbb\x3a\xbe\x48\x09\x58\x5a\x84\x88\x57\x96\x1d\x57\x3c\x6d\x78\x00\x7f\x37\x03\x63\x41\x4b\x27\x37\xcb\x2d\xd8\xb5\x49\x6f\x92\xbd\xb9\xef\xb9\xf1\xcd\x10\x58\xbd\xf6\x1d\xd2\x14\x2a\xd3\xfc\x26\xc9\xee\xc4\x64\x51\x34\x1f\x9d\x46\x23\xac\xe9\x26\x2c\x01\xdd\x09\xe8\xdb\x72\x46\x87\x43\x97\x3f\xd1\x16\x9c\xd3\xc5\x8c\x69\x1e\x3d\xcf\x63\x16\xa5\x5e\x57\x18\xf6\x3a\xf5\xab\x60\xb6\xd6\x95\x34\x6d\x90\x6d\xb2\xd6\x70\xd7\x86\x72\x4a\xab\x3e\xc7\x66\x40\xf8\xe1\x6e\x8c\xeb\xe0\x5f\xfe\x71\x48\x1f\x69\x2c\x9b\x28\xce\x58\x51\xf2\x4a\xa8\xd6\x61\x99\xdd\x48\x0f\x62\xed\xa6\x6a\x65\x27\xf5\x33\xe5\x77\x3e\xbe\xa4\xf3\xf1\x62\x8a\x50\x6d\xc3\x7b\x2d\xe9\x97\x81\xbd\xaf\xa8\xb0\xdd\x4e\xcf\x03\x8b\x9d\x26\xd5\xac\x1e\x6e\x3b\xcf\x17\x7d\x5f\xfd\xdb\x94\x13\x08\x15\x5f\x2a\x21\x08\x35\x65\x6b\x48\x70\x93\x90\x40\x64\x80\xbb\x7d\x2e\xaf\x8a\x8d\x93\x22\x30\xb5\x80\xe0\xb7\x29\xbf\xa4\x7e\x7c\xa9\x02\x52\xaa\xa9\x81\x45\xd9\x4b\x5e\x59\x05\x99\xa4\xa9\x83\x0c\xff\x4e\x82\x1c\x4e\x8b\x2c\xbd\xa7\xd7\x74\xbd\x87\x25\x66\xe6\x96\x5b\xc9\x5b\x25\xd7\x31\x42\x19\xc5\xad\xb8\x39\x5d\x74\x05\xe7\x74\xd1\xbc\x8b\x35\x0d\x23\xe2\x59\x6f\x1e\xbd\xfc\x3b\xf6\x04\xd5\x3e\x0a\x32\xfa\x9a\xe7\x49\x6f\x72\x2c\x09\x6d\xdc\xa3\x46\xe0\x51\xb5\x23\x0c\x93\x6a\x7b\xfe\xa3\xfb\xa7\xbd\xce\x54\xd9\x33\x0b\xb7\x41\x03\x0f\x84\xb3\xf7\x34\xe7\x54\x42\x0e\x5c\x18\xbe\xd1\x08\x34\x6a\xba\x39\xc9\xb2\xb6\x4b\x1d\x14\xbd\xc8\xf3\x53\x55\x56\x24\x4d\x9f\x3e\x3c\xc6\x69\x55\x24\xf7\xd4\xc9\x78\x6f\x66\x3d\x39\x5d\x65\x6c\x05\x07\xe3\x22\xbb\x6b\x75\x25\x5d\x97\x23\x59\x2c\xef\xf6\x56\xea\x99\xf2\x82\x70\xeb\x4d\xad\xb6\x6b\x83\xa4\x54\x03\xdf\x25\xb9\x2d\x75\x4d\xc1\x3b\x20\xc9\x98\xe7\x51\xcf\xf3\x91\x4e\x65\x9f\x80\x7a\x1e\xf5\xcb\x00\xa3\x0c\x0a\xe7\x3e\xf1\xcd\x06\x20\x2a\x85\x06\xe9\xec\xeb\x1a\xdd\x30\x76\x21\x98\x74\xce\x16\x98\x47\xe5\x9c\x2d\x66\x7e\xf6\xe5\x0b\x17\x6a\xaf\x88\xb4\x17\x50\xb3\xea\xe1\x32\x9a\x2f\x30\x8b\x46\x33\xf6\xd6\xec\xbd\xf5\xa2\xc7\x86\xc3\x40\xe4\x13\x99\x27\x22\x53\xbd\x6b\x86\x43\x1c\x6e\x6f\xde\xcb\x20\xc0\x99\xe4\x04\xf7\x69\x94\xb5\x1f\x51\xdb\xb6\x5f\xb9\xa6\x80\x97\xd4\x48\xa8\xdb\xf3\xca\x24\xaf\xed\xed\x04\x0d\x76\x34\x5c\xd1\xbc\xdc\x8c\x22\x34\x1a\xc8\xff\x1c\x4b\x96\x7a\x7c\x2a\x1e\x8f\xc3\xf3\xfc\x71\x70\x02\x7f\x47\x03\x7e\xbb\x24\xfe\x08\x0f\xd4\xff\xe1\xf8\x64\x12\x60\x91\x41\x78\x22\x9e\x87\xdf\xf5\x4b\x8d\x2e\x02\x93\xeb\x85\xc8\xf5\x24\x9c\xe4\x8f\x83\x37\xf0\xf7\xb9\x5c\xc5\x5b\xc7\xe1\xc5\xcb\xb9\x8e\xcf\x45\xb6\xe7\xe1\xa9\x48\x70\x0a\xff\xec\xcf\x77\x0c\xef\xdd\x5b\x27\x3b\xdf\x73\x68\x84\xc9\x19\xc8\x9e\xbd\xd9\x93\x64\x22\xf3\x3d\x85\x92\xee\x7f\xfd\x45\x80\x6a\xd1\xf1\xe4\xb6\x3f\x50\x7c\xf2\x3b\xc3\xb3\x70\x3a\xcd\x54\xcb\x63\x13\x77\xa1\xe3\x2e\x9a\xb8\xf1\xb9\x8e\x1c\x9f\x63\x8b\xa5\x41\xc7\x9e\x9f\x62\xb0\x69\xd1\xd5\x55\xc6\x19\xe5\x13\xf0\x46\x45\x6e\xe4\x29\xb8\x08\xb5\x22\xcf\xa7\xe8\x3c\x7f\x44\x75\xbd\x58\x04\xb3\xbf\x1c\x1f\xff\x75\x50\x64\x15\x8f\xe9\x27\x92\xe7\x09\xbb\xfd\x7c\xfd\x53\x34\x09\xd7\xf1\xc9\xf8\x74\x44\xc6\x61\xbc\xa9\xd8\x5d\xf8\xef\x22\xdc\x92\xfc\x7f\x01\x00\x00\xff\xff\x67\x28\x7b\x19\xf9\xb8\x0a\x00") -func v2BuildStaticJsMainD2a3e4e8JsBytes() ([]byte, error) { +func v2BuildStaticJs2Fc3140a1ChunkJsBytes() ([]byte, error) { return bindataRead( - _v2BuildStaticJsMainD2a3e4e8Js, - "v2/build/static/js/main.d2a3e4e8.js", + _v2BuildStaticJs2Fc3140a1ChunkJs, + "v2/build/static/js/2.fc3140a1.chunk.js", ) } -func v2BuildStaticJsMainD2a3e4e8Js() (*asset, error) { - bytes, err := v2BuildStaticJsMainD2a3e4e8JsBytes() +func v2BuildStaticJs2Fc3140a1ChunkJs() (*asset, error) { + bytes, err := v2BuildStaticJs2Fc3140a1ChunkJsBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "v2/build/static/js/main.d2a3e4e8.js", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + info := bindataFileInfo{name: "v2/build/static/js/2.fc3140a1.chunk.js", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _v2BuildStaticJsMainD2a3e4e8JsLicenseTxt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x52\xcd\x6a\x1b\x31\x10\xbe\xef\x53\x4c\x6f\x89\xc9\x6a\x1d\x37\x25\x10\x4a\x48\xeb\x24\x60\x48\x7a\xa8\x0d\x3d\x6b\xa5\xd1\x4a\xce\xae\x66\x99\x91\xda\xe6\xed\x8b\x62\xaf\xeb\x16\x0a\x85\xde\x9a\xeb\xfc\x7d\x3f\xf3\x35\xb3\x8a\xda\x2d\x9a\x54\x6b\x91\xd0\xc5\xea\xc4\x9c\xc2\x3a\x44\xcb\x08\x6b\x62\x9f\xa5\xba\xe9\x83\xc1\x28\x08\x8f\xab\x4d\x35\x6b\xaa\xaa\x99\xbd\xa9\x60\x06\x1b\x8f\xd0\x66\xe7\x90\x61\x20\x9b\x7b\x04\xc7\x34\x40\x24\x8b\x6a\x2b\x67\xe0\x88\x21\x95\x19\xa6\x6f\x82\xac\x2a\x98\x95\xb5\x1b\x9d\x93\x27\x06\x80\x7b\x64\x12\x81\x0f\x2d\xe5\x27\xaf\x6d\xd8\xa2\x87\xf7\x3e\xa5\x51\xae\x9a\xc6\xbd\x34\x15\x71\x77\xfd\xb2\x35\x91\x78\x61\x01\x47\x34\x0c\xc5\x84\x31\xd5\x36\xc8\x48\x12\x52\xa0\x58\xca\x4b\x1a\x9f\x39\x74\x3e\x15\x41\x8b\xf9\xf9\x45\xbd\x98\x9f\x5f\xc2\x2d\xe5\xae\xd7\x02\x4b\xcf\x41\x12\x8d\x1e\x19\xbe\x84\x5e\x76\x4b\x8f\xab\x0d\x3c\xec\x80\xec\x01\x04\x02\x22\x5e\xbe\xbb\x50\xf0\x71\x7d\x5b\xbf\xad\x97\xbd\xce\x82\xd3\x9c\xfa\x5b\x19\x0d\x8d\x18\x85\x32\x1b\xbc\x3e\x9c\x66\xec\x30\x22\xeb\x44\x5c\x73\x8e\x29\x0c\x08\x75\xfd\x93\x3c\x1c\xd8\x8f\x8c\x82\x31\x9d\xc1\xbd\x36\xd8\x12\x3d\x9d\xc1\x2a\x1a\x55\xa6\x27\x6b\x4e\x1e\x57\x9b\xd3\x2b\x98\xa0\xbb\x90\x7c\x6e\x95\xa1\xa1\x71\xfb\x9d\xe6\x08\xaf\x69\x7b\x6a\x9b\x41\x87\xd8\x3c\xac\x96\x77\x9f\xd6\x77\x07\x56\xa2\x1d\xd6\xbb\xd7\xaa\x63\x4f\xfe\x45\xeb\xd1\x0b\x3f\xa3\x36\x09\xbe\xce\xd5\x62\xae\x16\xc5\x76\x31\x1e\x4b\x80\x58\x8d\x4c\x36\x9b\xf2\x43\x35\x84\xa8\xb6\xb2\x0f\xcd\xaf\x86\xfc\x66\x81\x8e\x16\x42\x12\xd0\xce\x85\x3e\xe8\x84\x32\x65\x6d\xe3\x83\xc0\x8e\x07\x18\xb2\x08\x41\x26\xb7\x2c\xe4\x68\x71\x97\xd0\x22\x71\x22\xe7\x28\x97\x73\xb1\x34\xca\x89\xc9\x1b\x17\x7a\xdc\x97\x81\x89\x12\xd8\xc0\x68\x12\xf1\x33\x90\x83\x74\x04\x94\x18\x51\x55\x7f\x94\x7d\x7e\xa9\xf6\xb2\xb9\x14\x6a\x4b\xc3\x6b\x94\xbd\x95\xef\x53\xe2\x5f\xa1\xfc\xff\x4c\xf2\x8f\x00\x00\x00\xff\xff\xb7\xd3\x0c\xe8\x46\x06\x00\x00") +var _v2BuildStaticJs2Fc3140a1ChunkJsLicenseTxt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x54\xc1\x6e\xe3\x36\x10\xbd\xf3\x2b\xa6\x7b\x6a\x0d\x59\x4e\xd2\x2d\x02\x14\xc5\x62\x19\x89\x8a\x09\xc8\xa4\x4b\xd2\x31\xf6\x28\x4b\x54\xc4\xac\x2d\x0a\x24\xd5\xd4\x7f\x5f\x50\xb6\x03\xe7\xb0\xa7\xee\x69\xd7\x17\x4b\xe4\xbc\x37\x6f\x06\x7a\x6f\x31\x43\x76\xf7\xa2\xeb\x30\xaf\xbc\x37\xcf\x3d\xfa\xb5\xfe\x0d\xa4\xe9\x1b\xa7\x41\x5a\xd7\x8d\x1e\x7d\xde\x9b\x5a\xf7\x5e\xc3\x8a\x2a\x34\x5b\x20\xb4\x98\xfd\x82\x60\x06\xaa\xd3\xb0\x1b\xdb\x56\x3b\x38\xd8\x66\xdc\x6b\x68\x9d\x3d\x40\x6f\x1b\x9d\xbe\xf8\x04\x5a\xeb\x20\xc4\x1a\x67\x5f\xbd\x76\x29\x82\x59\x84\x7d\xae\xc6\xd0\x59\x07\x00\x85\x76\xd6\x7b\xc0\x3b\x3b\x7e\xed\xaa\xc6\xbc\xe8\x0e\xfe\xea\x42\x18\xfe\x5c\x2c\xda\xe9\x2e\xb5\xee\xf9\xd3\x04\xba\x68\x98\x44\xc0\x95\x8a\xda\xf6\x41\xf7\x61\xde\x18\x3f\x58\x6f\x82\xb1\x7d\x3c\xce\xec\x70\x74\xe6\xb9\x0b\x71\x9e\xbb\x9b\xdb\x8f\xf3\xbb\x9b\xdb\x7b\xc8\xed\xf8\xbc\xaf\x3c\x64\x9d\x33\x3e\xd8\xa1\xd3\x0e\xb6\x66\xef\x4f\xa0\x15\x55\x50\x9e\x1a\x35\x6f\x4d\x60\xf6\x3d\x7f\xe8\x4d\x18\x44\x65\x2b\x53\x3b\xeb\x6d\x1b\x20\xb3\x6e\xb0\xae\x8a\xfa\x53\x84\xd6\xda\x1d\x8c\xf7\xc6\xf6\x10\x2c\x8c\x5e\x27\x50\xdb\xe1\x98\xc4\x4d\x9b\xf6\x98\x40\xd5\x37\x0b\xeb\xa0\x31\x3e\x38\xb3\x1b\x83\x86\xd0\x19\x0f\x91\xea\xb5\x72\x7a\x5a\x7e\xd5\x1f\xd1\x30\xba\xc1\x7a\x0d\xaf\x26\x74\x60\xdd\xf4\x6f\xc7\x00\xad\xd6\x60\x3c\x74\xda\xe9\xdd\x11\x9e\x5d\xd5\x07\xdd\xa4\x08\xa9\x25\x01\xc9\x0b\xb5\xc5\x82\x00\x95\xb0\x16\xfc\x89\xe6\x24\x87\x0f\x58\x02\x95\x1f\x00\xb3\x1c\x62\x11\xde\xa8\x25\x17\x90\x53\x99\x95\x98\xae\x24\xe0\xb2\x84\x2d\x16\x02\x33\x45\x89\x84\x2d\x55\x4b\x24\xc8\x23\x16\x39\x28\x0e\x6a\x49\xe5\x15\x31\xcb\xca\x4d\x4e\xd9\xe3\x84\xa2\xab\x75\x49\x49\x7e\x8d\xe6\x05\xac\x88\xc8\x96\x98\x29\xfc\x40\x4b\xaa\xbe\xa0\xd8\xb8\xa0\x8a\x11\x29\x53\xa0\x0c\x18\x07\xf2\x44\x98\x02\xb9\x8c\x24\x57\x9a\x1e\x08\x94\x14\x3f\x94\x04\x0a\x2e\x00\xb3\x2f\x20\xd7\x24\xa3\xb8\x4c\x20\xa7\x82\x64\x2a\x41\x94\x9d\x9f\x80\x0b\xc8\x38\x93\xe4\xef\x0d\x61\x8a\xe2\x12\x72\xbc\xc2\x8f\x51\xc2\x09\x7a\x79\xdd\x2e\xb1\x92\x9c\x3c\x11\x01\x82\xc8\x4d\xa9\xa2\xfa\x42\xf0\x15\x2a\xb9\x9c\x04\x6f\x24\x49\x20\xc7\x0a\x47\xe8\x5a\xf0\x82\x2a\x99\xc0\x76\x49\xd4\x92\x88\xa8\x18\x33\xc0\x99\xa2\x9c\xc5\xea\x8c\x33\x25\x70\x54\xc0\xc8\x63\x49\x1f\x09\xcb\x08\x70\x81\xf8\x54\xad\xb8\x50\x94\x6f\xe4\x19\x90\x00\x16\x54\xc6\x8e\x7c\xa3\x22\x9a\x4f\x84\x19\x67\x8c\x9c\x18\xe3\xba\xa7\x1d\x6c\xe4\x44\xb3\x26\xa2\xe0\x62\x85\x27\xd6\xe2\xfd\xfa\x53\xf4\x5d\x3f\xe9\x37\xa3\x18\xad\xf5\xfd\x1f\x1f\x53\x78\x90\xf9\xfc\xf7\x79\xb6\xaf\x46\xaf\x2f\x86\x4a\xbf\x6d\x77\xff\xce\xef\x0b\x3b\xe8\xde\xdb\xd1\xd5\xfa\xd3\x1b\xb5\xaf\x5a\x3d\x3f\x85\x4d\x7a\x6d\xd3\xff\xc3\x7a\x95\x2a\x42\x57\x75\x80\x7f\x6e\xd2\xbb\x9b\xf4\x2e\x26\x81\xaf\x3b\x1d\x23\xcd\xa5\x83\xb3\xcd\x58\x4f\xb6\x3c\x98\x3e\x7d\xf1\xe7\x18\x7b\xef\xe3\xa2\xaa\xf5\xce\xda\xaf\x09\xd0\xbe\x4e\xa3\x3b\xc1\x04\x0f\x55\xdb\x9a\xbd\xa9\x82\xf6\x97\xf4\x53\x27\x97\x46\x1d\x50\xdb\x66\x32\xe1\x59\x45\x03\x63\xdf\xe8\x53\x66\xc6\x11\x2f\xe2\x5a\x3b\x46\xba\x3e\x5e\x44\x8a\x92\x66\x84\x49\x02\xad\xd9\xeb\xf3\x31\x38\x6b\x03\x34\xc6\xe9\x3a\x58\x77\x04\xdb\x5e\xe2\x60\x6a\x14\x9c\xd6\x29\xfa\xe6\xd8\xb7\xf7\xe9\x79\x6c\x17\x0f\xe6\x8d\x3d\xfc\x8c\x63\xbf\xf8\x7f\xe7\x6e\xec\x83\x39\xe8\x9f\x70\xfc\x1f\x6c\xe4\xff\x02\x00\x00\xff\xff\x84\x32\xd2\xde\xd8\x08\x00\x00") -func v2BuildStaticJsMainD2a3e4e8JsLicenseTxtBytes() ([]byte, error) { +func v2BuildStaticJs2Fc3140a1ChunkJsLicenseTxtBytes() ([]byte, error) { return bindataRead( - _v2BuildStaticJsMainD2a3e4e8JsLicenseTxt, - "v2/build/static/js/main.d2a3e4e8.js.LICENSE.txt", + _v2BuildStaticJs2Fc3140a1ChunkJsLicenseTxt, + "v2/build/static/js/2.fc3140a1.chunk.js.LICENSE.txt", ) } -func v2BuildStaticJsMainD2a3e4e8JsLicenseTxt() (*asset, error) { - bytes, err := v2BuildStaticJsMainD2a3e4e8JsLicenseTxtBytes() +func v2BuildStaticJs2Fc3140a1ChunkJsLicenseTxt() (*asset, error) { + bytes, err := v2BuildStaticJs2Fc3140a1ChunkJsLicenseTxtBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "v2/build/static/js/main.d2a3e4e8.js.LICENSE.txt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + info := bindataFileInfo{name: "v2/build/static/js/2.fc3140a1.chunk.js.LICENSE.txt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} a := &asset{bytes: bytes, info: info} return a, nil } -var _v2BuildStaticJsMainD2a3e4e8JsMap = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\xfd\x59\x7b\xea\xb8\xd6\x2e\x0c\xff\x97\x75\x1a\x5f\x3b\x21\x84\x10\xf6\x77\x24\xc9\xc6\x18\x43\x1c\x20\x84\x90\x33\xd2\xd1\x13\xfa\x00\xdf\x9f\x7f\x2f\xdd\xf7\x70\x03\x64\xd6\xac\xaa\x55\x6b\x3f\xcf\x3a\x99\x33\xd8\xb2\x9a\x21\x69\xf4\xcd\xff\xff\x5f\xdb\x8f\xe5\x6a\xf8\x35\xfb\xd7\xff\xcd\x3b\xff\xfa\x1c\x4e\x3e\xfe\xf5\x7f\xff\xb5\x5a\xf7\xd6\xc3\xb7\xcb\xd1\xea\x72\xda\x1b\xce\xfe\xcf\xfb\x75\x2f\xff\x71\xf3\x71\xf7\x7f\x46\xab\x7f\x39\xff\x9a\xf6\xe6\xf3\xe1\xac\xbf\xfa\xd7\xff\xfd\xd7\xff\xef\xdb\x28\xa5\x94\xe3\x29\x15\x19\xa7\xa1\x54\xdb\xfe\x39\xd2\xae\xb3\x37\xc6\x53\x4e\xa0\x54\xe0\xd9\x47\x0d\x83\x7f\x9d\xba\x32\x03\x8d\xbf\x5b\x6e\xf2\x64\xa4\xd1\xa6\x5d\x4e\x9e\x4c\xb4\x6f\xff\xee\x54\x92\x27\x33\x1d\xd8\xbf\xfb\xba\x9a\x3c\xda\xe9\xd0\xfe\xfd\x51\x4b\x9e\x6c\x75\xdd\xfe\x3d\xd6\xf7\xc9\xa3\x9c\x8e\xec\xdf\x1b\xfd\x90\x3c\xba\xd4\x0d\xfb\x77\xaf\x99\x3c\x59\xea\x16\x3b\x7f\xcc\x74\xde\xe6\xa3\xa7\xf8\x91\x57\xd0\x95\xec\x42\x5b\x4a\x7d\xe9\x9e\xe3\x2b\x33\x33\x4e\xa4\x54\x84\xd5\x1a\xfb\xbc\x61\xff\xb9\x91\x75\x1a\xdb\x64\xed\x3a\x81\xf2\x03\xfb\xa4\xa2\xf0\xfc\x0d\xd3\x8e\xea\x4e\x68\xc7\xc7\xa3\x21\x27\x19\x35\x9c\x86\x9d\x00\x9e\x7d\x60\x4a\x51\xcb\xe9\x29\x2f\xa7\x6d\xbf\x2d\xe3\x04\xca\x54\x30\xaf\xa8\xe3\xf4\x94\x79\x7c\x96\xbf\xbb\x4a\x75\x0d\xfe\x6d\x3a\xbe\xf2\x8b\x04\x56\xd4\xb3\xfd\x3d\xbe\xca\xdf\x11\x96\xf0\xa5\xed\xf4\xed\x4a\x5a\xb6\x27\xaf\x64\x1c\xa3\x3c\x7f\xa0\x6d\xab\xfa\xb5\x76\x3a\x4a\x75\x9e\xec\x92\xfa\x7a\xc4\x87\x37\xda\xb9\xd0\xca\x4c\x0c\xa6\xf4\xe1\xf4\xb5\xf2\x77\x1a\xab\x06\xac\xda\x02\x80\x0f\xe5\x4f\xb4\xe3\x2b\x15\x4c\xf0\x61\x34\xd5\x4e\xa8\x54\xdd\x31\xca\x7c\x4a\x1b\xbb\xb9\xf3\xec\xdb\xd0\x38\x6d\xa5\xba\x04\x27\xdf\x2f\x8f\xde\x7b\x76\xed\x1d\x23\x10\x98\x6a\xa5\xa6\x7a\x7b\xd2\xa2\xa3\x14\x36\x24\x5f\x7e\xc7\x14\x87\xda\x79\xb3\x0b\x90\x4f\x6d\x23\x40\xbd\x63\x67\x51\xb7\xa3\x98\x91\x67\xd7\xed\x62\x5a\x38\x4e\x9d\x11\xb7\x07\xc7\x26\xba\x26\x88\xf2\x1c\xe8\xc6\x0e\x14\xcd\xdd\x74\x1b\x1e\xec\x3a\xc3\x17\xfb\xb6\xe6\x18\x15\xf0\xc8\xf7\x78\x0a\x9d\x2b\xad\xd4\xb5\x06\xe0\xdb\x9c\x6b\x6f\x83\xff\x1a\x6f\xce\x1e\xef\x9c\x50\xf9\x5b\x9f\xeb\xb5\xf0\x79\xcd\xd9\x47\x95\xb1\xf6\x6d\xc7\x43\x2c\x77\xa4\x95\xfd\x71\x9b\xfc\xf0\x94\xd9\x1a\x9c\xe1\xc6\x87\x7d\x76\xa9\x3f\xf1\xa3\xaf\x9d\x9e\xf2\x9b\x38\x8d\x0d\x6e\x5a\x63\xa8\x9d\x88\x77\xae\xa3\x54\x97\x1b\xd2\x18\xdb\xed\x35\x73\x9d\xe7\xea\x56\xf6\xa9\x79\x2c\x69\x7c\x88\xfe\x9b\x43\xbe\xb2\x23\xfb\xcf\x79\x6c\x67\x64\xc7\x1a\xeb\x3b\x1c\xe8\xad\x9e\xf0\x4a\x8f\xf1\xb3\x99\xb3\x4d\x0c\xe0\x88\x9d\x1a\xea\x6b\x3c\x99\x48\xbb\x88\xed\x1e\xf2\xd2\xce\x57\xca\x5b\xd9\xbf\xfd\xca\x67\x7c\x78\xb6\xfa\xd1\x31\xea\x5b\x97\x1d\xa3\xa6\x9e\x6d\x33\xf3\x89\x5c\x1a\x0b\x6e\xf1\x9a\x7d\x6d\x8c\x9c\xe2\x37\xa5\x3e\x06\x40\x24\xad\x31\x5e\xb5\x73\xdc\xa9\x3d\x81\x70\x60\xfb\xab\xf8\xc0\xd8\xf1\xd6\xfe\x81\x50\xb8\xc2\x12\xdb\x79\xb6\xb9\xb6\xd7\xfa\x42\x2f\x71\x64\x3e\xd0\x8d\x47\x60\xab\x46\x17\x67\xd3\xfe\xed\xcf\x35\x36\xbb\x71\xad\xd1\xe5\x02\x90\x5c\x6b\x42\x68\x6c\xcf\x84\xda\xca\x57\x37\x76\x3b\x1a\x00\xc9\x4c\x17\x92\xed\x68\x58\x20\xca\xee\xdc\xda\x26\xea\x1b\x6d\x0e\xa6\x98\x3c\xe4\x45\x6e\x58\x4c\xd2\x51\xe1\xa8\x8c\xdd\xeb\xcc\xb0\x4f\x76\xfc\xa0\xc2\x59\xf4\x05\x17\x75\x94\x79\x1e\xd8\xc1\x83\x1a\x4e\x3e\x71\xd1\x3d\x8f\xd5\x18\x4b\xc7\x9c\x3a\x0b\xd7\x0e\xf8\x36\x71\xe3\xd9\x04\xca\xcf\x79\x8a\x3b\x10\x2a\x63\x31\x89\xef\xaa\x78\x67\xa5\x73\x7f\xa0\x09\xe5\xa3\x7e\xfb\xda\x6e\x33\xfb\xdd\xb8\x76\xce\xbd\x79\xd2\xaf\x87\xc3\x13\x28\x7f\x50\x56\xf1\xfe\x1e\xf5\xfe\x25\x17\xbe\x63\xcf\x48\x8a\x15\x56\x7a\xed\xa6\xfb\xa1\xda\xbc\xc0\xd9\x3d\x8a\x9f\x59\xf8\x9b\x5d\xb9\x8b\x9b\xbe\xe5\x47\x1b\x57\xda\xdb\x9f\x66\x6d\x40\x33\xa2\x95\xeb\xac\xb4\x32\x8f\xea\x68\x80\x95\xeb\x2c\xb4\xf2\x2e\xf5\xec\x64\x69\xe6\x71\x8f\xcf\x89\xa7\x7b\xc4\x95\x2b\xf6\xa9\x3a\x37\x2e\xe6\x5d\x70\x53\x78\x9a\xa5\x37\xe1\x17\x04\xe8\xc9\x8a\x43\xbf\x98\x20\xd0\x8d\x56\xea\x5b\x5b\x94\x83\xed\x52\xc1\x95\xbd\x16\xaa\x97\x93\x45\xbb\xce\x10\xbb\x35\xf0\x48\x7d\x2e\x70\xee\xdf\xe4\x54\xdf\xb8\xce\x87\x32\x25\x6f\x49\x9a\xba\xf2\x70\x29\x8a\x6e\xfc\x72\xa1\xed\xad\xb6\x2f\x3d\xaf\x6a\x87\x2f\x73\x6d\x1f\xa4\x2b\x17\x2e\xf6\x6c\xac\x2d\x12\xf4\xf2\x16\xe3\xfb\xbe\xfd\x48\xad\xf4\x01\xd7\x73\xa7\xe3\xa9\x7a\x38\x7d\x07\x5c\x54\x22\xd0\x2b\x7d\x85\xce\x42\xb4\x1c\x18\x7c\x38\xd0\x45\x34\x59\x70\xe2\x6b\x7d\x8b\x36\x01\xde\x7a\x4b\x43\x30\x7d\x5c\xbb\xb8\x79\x7a\xc4\xf3\x31\x65\xeb\xa1\x06\xc5\x0f\x5d\xdc\x35\x1c\x5f\xaf\x88\xa5\xd5\x87\x65\xdc\x01\x2e\xd4\x82\xc5\x6e\x76\x41\xe7\x88\x73\xae\x0c\x0e\xf5\x97\xec\x89\x80\x2d\x18\x99\x89\x7b\x8c\x36\x03\x7b\xb8\x88\x29\x9b\xf6\xe0\x27\xd4\xf4\x4d\x05\x2d\xec\x6b\x89\x34\x3f\x5a\x79\xf6\xa7\x19\xe8\x25\xa7\xb8\x8a\xa7\x08\xbc\xb9\xf5\x32\x8d\x82\x07\x7c\x59\xd0\x6b\x3e\xfd\xf6\x78\xc5\x0c\x0f\x61\xe3\xdb\xb5\xf4\x36\xef\xee\x92\x9f\x16\x59\x95\x7f\xe8\xef\xdb\xb3\xeb\xf2\x47\xee\xce\x4b\xa8\xb9\xfa\x78\x16\x42\xdd\x56\xfe\x25\x67\xd7\x03\xc1\x59\x79\x16\xf0\x9f\x07\xb0\x12\xb5\x77\xbb\xd2\xc6\xc6\x3e\x53\x1d\x10\x88\x76\xcc\x87\x85\x16\x6f\xd8\xc3\x45\x60\x8e\xf5\x0d\xbe\x9c\x78\x07\xce\xe8\x1a\x13\x6c\x12\x78\xc9\xb5\xf7\x5c\x22\xa5\xa3\x59\x90\xa7\x18\x7b\xf6\xcc\xb7\x0f\xe8\xe6\xd2\xc4\x5c\x45\xeb\x84\xab\x18\xe2\xd0\xb4\x73\x9e\x1d\xfc\xa3\x9a\x79\x73\x95\x40\xd3\x12\x95\x99\x3d\xb7\x41\xc9\x23\x23\x83\x59\xbf\x39\x75\x8b\x65\x78\x25\x30\xeb\xce\x00\x87\xe3\x0d\x64\xc4\x3b\xe8\x05\x90\xe4\x05\xd1\xa9\xeb\x18\x4b\x67\x2c\x8a\x47\x8f\xf8\x67\x40\x8c\xd9\xc7\xf9\x9c\xb8\x05\xef\x0c\x63\x7d\x6b\x7b\x8c\xc7\xe5\x84\x07\x08\x27\xfc\x7b\x5a\x16\x6c\x36\x28\x3b\x81\xaa\x97\xca\xc4\x60\x8d\x3e\x6f\x18\xba\x32\x16\xe2\xa6\xec\x2c\x8c\xc9\xdf\x93\x61\x10\x2c\x9e\xe5\x6d\x6f\xd1\x61\x54\x4c\x79\xd9\xcf\x3b\xfe\x5d\x2a\x67\x9a\x5d\x70\x71\x97\xf2\x2c\x54\x37\x3a\xc7\xd5\xf7\x2d\xe7\x3b\xd3\x55\xe1\x31\xec\xed\x21\x07\x99\x41\x92\xe4\xb4\xc0\xca\xd4\x03\xfb\x92\x97\x5e\x75\x1e\xe4\x82\xda\x17\x51\xbc\x67\x16\x36\x38\x27\xbd\xa2\xa5\x8a\x4f\x6a\x0e\xe6\xba\xbe\xf1\xe5\x60\xda\x1e\xef\xd3\x6f\x3a\x65\x7b\x59\x77\xe6\xa7\x66\xb8\xc7\x5b\xe1\x6c\xf1\xa2\x65\x27\xda\xd7\x31\x52\xb0\x4d\x31\x8b\x0f\x7c\xd0\x45\x1f\x1f\x75\x6e\x89\x3d\x65\xf5\xaa\xe5\x73\x9a\x16\xf7\x74\x2a\x8e\x51\x79\xed\x8f\x7c\x42\x21\x52\x77\x7a\xab\xfb\x1c\xb6\xec\xd4\x85\x19\xf1\xdf\x89\x13\xb6\x65\x22\xf7\x94\x49\x2f\xc5\x8d\x5b\xf6\x98\xbe\x1d\xfc\xe4\x4d\x21\x7e\x03\x3e\xbd\x93\x4b\xdf\x1c\xe2\x37\x1d\x52\x7f\xfc\x50\xca\x8e\xa6\x94\xbd\x17\x83\xb8\x41\x17\xfc\x64\x21\xf9\xd4\xcf\xc7\x6f\x76\x65\xbc\x6a\x9e\xbf\xc1\x71\x6f\xbd\xa6\xf3\xf5\x97\x7a\x03\x48\xd4\xdf\xc0\x74\xda\xe9\xf4\x84\x83\x02\xb0\x66\x3e\x4e\xed\xd8\x4f\xb6\xd7\x80\x31\x36\x2e\xf8\xa2\x7a\x1f\xcd\x5a\x83\x44\x14\xf2\x13\x10\x0d\xc1\x3d\x7c\x8c\x92\x57\x5e\xf1\x48\x44\x19\xdb\x66\xfe\x48\xcf\xfc\xf4\xe1\x83\xbd\xfb\x6a\xaf\xa7\xbe\x3d\xc8\x45\xf7\xc0\x63\xb5\x2d\x3b\xc7\x02\x50\xa3\x40\x61\x63\x8f\x6f\xbb\x2d\x30\xe6\x60\x72\xbe\x35\xd0\xdf\x2b\xf8\xc4\x47\x0b\xb7\xba\x4c\xdd\x9e\x37\xa7\x6f\x2c\xa2\x4f\x16\xe3\x55\x8d\xb0\xf7\x8d\xf8\xdc\xe6\xfc\x44\x46\xda\x6b\xb9\xac\x1b\x0c\x33\xd4\x5b\xdf\x9e\x0e\x30\x04\xc2\x94\x5f\x11\xfe\x65\xcb\x29\xbf\xa8\xb4\xaf\x86\x67\x87\x0e\x31\xc9\x19\x7a\x39\x60\x7a\x21\x19\xc1\x3a\xa4\x81\x67\x4b\x69\x55\x0a\x59\x92\xf4\xa0\x9a\xb6\xe8\xd8\x43\xec\x11\x0a\x21\x80\x00\x9e\xc1\x57\x42\xc6\xec\xdf\x76\x22\x66\x44\xd0\xca\x57\xa0\xda\xfe\xd2\xfe\xe7\xad\x75\x76\xc8\x9e\x13\xa8\x66\xdb\x31\xaa\x55\x02\x33\xe0\x56\x8f\xe6\x1c\x0a\x1f\xdd\x0a\x21\xa8\x64\x00\xa5\x9a\xe9\xd5\xce\x80\x88\xf2\xe3\xc8\x10\x0e\xf5\x4b\x0d\x30\xe7\x81\x8a\x07\x7a\x88\x49\x75\x46\xf6\x26\x99\x17\x70\xdf\xd7\x3e\x06\xb4\xfd\xd7\x9b\x4e\xa4\xaa\x8a\xa2\xef\xc8\xf0\xba\x76\x94\xf9\x94\x09\x0f\x7c\xa0\x77\x00\xdf\x80\xbb\xf4\xea\x4d\x5e\x4f\x4b\x0f\xaa\x76\x91\x72\xbf\x29\xe8\xea\xa6\x5c\xb7\x96\x0a\x9f\x1e\xe5\x6f\xf4\x8a\x43\x84\xc9\xbc\xad\x2a\x9c\x31\x28\xc8\x47\x7c\x41\x1b\x40\x61\xc0\xa0\x46\x85\x2e\xc5\xa1\x6e\x15\xab\xb9\xd1\xc2\xf6\xd8\xc9\x6d\x01\xdb\xe0\x05\xab\xe8\x58\xe9\xe5\x01\x87\xec\x59\x1e\xd4\x95\x67\x79\xdc\xfa\x71\x17\xaf\xe4\x26\x5b\xb6\x17\xf0\x54\xe6\xd2\xbc\x66\xba\x00\x0a\x69\xc5\x4f\x1a\x2a\x78\x61\x7f\x81\x1d\xf2\xa1\x9a\xfc\xad\x3a\x6d\xfc\x6d\x11\x9d\xb7\xd4\xaf\xe9\x8b\x9e\xa5\x39\xa6\x65\x21\xb3\xd6\x98\xc0\x21\x3b\x81\x92\x07\x1c\x64\x67\xb0\xd0\xd7\x3e\x6e\x38\xb8\x91\x30\xd3\xc7\x93\x45\x7b\x3c\x8f\x1d\x6c\xca\x67\x66\xe0\x4b\x5c\xcd\xc6\xb7\x25\x9f\x66\x89\x93\xf1\x8c\x6d\x2e\x67\x5b\x75\x81\x35\x84\x65\xf5\x54\xe5\xd2\x72\x93\x38\xb9\x75\x97\x62\x6a\xf7\x56\x27\x3b\x3d\xe3\x01\x03\xdf\x15\x54\x2d\x1c\x23\xbb\xbf\xb5\xb1\x71\xea\xaa\xca\xc3\x06\x4e\xa2\x2b\xc2\x1d\xb6\xa8\x40\x5c\xad\x5a\x63\x4b\x68\xcd\x93\x3d\xc7\xf6\x51\x2c\x1e\x7a\xe4\x17\x76\xe5\x0c\xb2\xb9\x06\x42\x99\x57\x46\x32\x22\xf6\x3d\x45\x91\xad\x03\xf1\x49\x2b\x3d\x22\xde\x52\xf3\xc4\x74\xfa\x01\x16\x38\x03\xb3\x3b\xd4\x76\x9a\xcf\x6d\xb2\x2e\x80\x3c\x2e\x63\x4b\x1a\x0f\x03\xe7\x4d\x99\x83\x37\xa7\x48\x48\xc9\x30\xb2\x8c\xf1\xab\x63\xd4\x4b\x27\x17\xc4\x63\xbe\xbd\x5f\x07\x18\x74\x82\x47\x1f\x58\x53\xd7\xae\x68\x67\xbe\x02\x1c\x7d\xbb\xb2\xf7\xcb\x20\xb3\x8e\x8e\x33\x34\x66\xa6\x47\x94\xf3\x32\xca\x9e\xb1\x1e\xba\x3c\xd8\xf6\x57\x1b\xbb\xd8\xc2\xcc\xea\xb7\x96\x1e\x98\x9c\xb6\x10\x28\x13\x6d\x15\x83\x33\xd6\xe0\x5c\xa5\x75\x8b\x46\x0b\x5d\x4c\xa6\x6c\x8a\xfa\x2e\xe0\xca\x4b\xe9\xc3\xdc\x39\xbf\x60\xd6\x3f\x29\xc4\x2e\xf0\xac\x7b\x99\x7c\xea\xcd\x75\x1f\x0d\x7a\x64\xf6\xac\x20\x59\xcf\x73\x2b\xb8\xc7\xf5\xb6\x5d\xd4\x6b\x0f\xc0\xbc\xa1\xaa\x04\x62\xb3\x19\x68\x3e\xa4\x90\xfa\x41\xc4\xbc\xae\x90\xe1\xb2\x6b\x04\xf2\x31\xaf\x13\x20\x2b\x9e\x25\x90\x1c\x6f\x64\xcf\x64\xe4\x5e\x9e\x33\x22\x6d\xea\x06\x36\x80\x42\x6f\x67\x99\x17\x3f\xaf\xc1\x3f\x0f\xf4\x37\x78\x99\xc7\x1d\x66\xdf\x22\x4f\x8b\x4b\x87\x19\xde\xe0\x60\xd5\x6f\x30\xc2\xab\x34\xc2\x27\x98\x1b\x5a\xf9\x79\x2d\x2f\xbe\xc8\x7e\xac\x74\x66\x5d\xed\x75\x60\xf7\xfb\xa0\xa1\x3f\x30\x8f\xdb\xac\x36\xa1\x75\xf4\x2b\xba\xd1\xf6\x94\x2d\x6d\xd3\xb4\x83\xd6\x65\xd9\x7e\xb8\xd5\xc7\x5f\x4e\xbd\xb3\x36\xd2\x81\xb7\x34\x33\x2f\xdb\xd4\xd2\x6f\x11\x77\xfb\xb8\xac\x19\xc9\x75\xac\x95\x57\x03\xbf\x3a\xd2\x0f\xb8\xf7\xb7\xd4\x8b\x86\x96\xef\x79\x23\xab\xfa\x66\xb7\x61\x6e\xa6\x65\x11\xeb\xa9\xcf\x2a\x79\x76\x8b\x7a\x77\xe4\x02\x2d\x93\x61\xd6\xae\x91\x26\x0f\xbf\x6e\x32\x2b\x83\x96\x2f\x34\x47\x3a\x6b\xd4\x11\x24\x16\xd4\x52\x55\xee\x15\x50\x44\x0e\x94\xdb\x8a\x5a\x9e\x32\x4b\x33\x37\x99\xa3\xd2\xe3\x21\x69\x5c\xa4\xca\xd0\x2f\x73\xe1\xc9\xe5\xb1\x03\xee\xa8\x36\xe8\x82\x67\xb8\xc2\x8d\x19\x18\x57\x1e\xd9\x4f\x07\x16\x23\x07\x4b\x8f\x97\x61\x68\x14\xd5\x2b\x00\x7b\xd7\x62\x5a\xef\xd2\xc3\xb9\xfe\xd6\x21\x3e\xc0\x81\xea\x06\xe0\x5f\xf1\xa2\x1b\x3a\x6d\x65\xe6\x5e\xcc\x49\x84\x01\x4e\x75\x4d\x5d\xa1\x13\x88\x15\xd1\xa5\xfd\xf7\x5e\xe5\x8f\x66\xbf\xc5\x79\x6e\xf5\xd3\xd9\x8f\x65\xf6\x33\x0f\xfa\xe5\xbd\x95\x92\xed\x07\x54\xe6\x9d\x8c\xda\xb2\x92\x96\x9d\x3d\xa5\x8e\xbe\x15\xb3\xcd\x8c\xd2\x3e\x45\x51\x9c\xd6\x19\x90\xf4\x50\x2f\x6d\xcf\x75\xf0\x0a\x55\xb5\x07\xd7\x5b\x2f\x42\xc7\xd0\xfe\x26\x41\xa8\xe3\x19\x71\xed\xa3\x9d\xc6\x12\x54\x88\xa8\x58\xd5\xc9\x9e\x57\x89\x50\x73\xa2\x05\x23\x53\x49\x58\x96\x49\xba\x57\xe4\x7a\x96\xf6\xa1\x79\xc6\xdc\x28\x31\x92\x2b\x09\xf7\xbc\xad\x01\xee\x77\x55\xfe\x6e\x29\xbf\xc4\x0b\x71\x69\x62\xbe\x3d\xb0\xe0\x74\x49\xc5\xfa\xdc\xb4\x7c\x15\xcc\x20\xf1\xd9\xb7\x2e\x68\xea\xae\x8c\x9d\x2b\xda\x5d\x53\xa9\xfa\xc9\xf7\x50\x48\xaf\x0d\x49\x04\x55\xce\xf2\xf0\x00\x99\xd0\x33\x72\x14\xec\xbf\x20\x5d\x07\x8b\x51\x2a\x06\x04\x0c\xb4\xf5\x81\xfa\x17\xa0\x06\x4b\xc9\x0d\x28\x55\x39\x56\xe6\x1a\x8f\x9a\x8f\xf6\xb7\x26\x96\xc4\xff\x16\xd5\x18\x55\xce\x76\x83\xb5\x15\xab\xc2\x9d\xd9\x1f\xd7\x58\xcb\x56\xb3\xab\x10\x40\xc7\xa6\xcf\x01\xb9\x92\x3e\x07\xdd\xb7\x61\x0b\x1c\xc5\x56\x2d\xfe\xd1\x52\xfe\xbc\x7c\x04\x3c\x50\x4d\x9d\xc1\x8a\x0b\x2f\x23\x43\x5d\x56\xc1\x35\x18\xf5\x87\x18\xcc\x8a\x7b\xa2\x3b\xd2\xce\x9f\x51\x58\x9b\x39\x35\x10\x73\x4a\x6d\xbf\x51\x94\x0e\xb5\x32\x60\x17\x7c\x97\x8a\xb2\x58\x17\x44\x1c\x0b\x4c\x0f\x36\x02\xc2\x77\x57\x38\x87\x5b\x0d\xee\xdb\xbb\xf4\x6e\xb2\x48\x7f\xe6\x12\x89\xdb\xfb\x04\x76\x30\x2c\x00\x7b\xac\x79\xa6\xae\xc8\xaa\x1e\xca\x18\x60\x0a\xf4\xd2\x9d\x97\x33\x88\xdf\xb2\xdf\x16\x74\x05\x43\x04\x2a\xda\xe9\x67\xb0\xeb\xf8\xbb\xb6\x06\xbf\x10\xdd\x1f\x91\x0b\xe5\xd7\x2d\x5f\xbf\xd3\x3c\x15\x16\x07\x4c\xf4\xf9\x6a\x22\x52\x49\xc5\xd9\xda\x69\x5e\x70\x21\xfe\xd2\xa3\xf8\x03\xbc\x32\xa5\x98\x92\xa3\xc4\x46\xcb\xcf\x12\x67\x3d\x5c\xb3\xd7\x7b\xd9\x96\x7f\x6b\x55\x97\xdc\xbb\x3d\x2e\x5f\xcb\x36\x18\x68\xe7\x03\xfa\xb7\x8d\x56\xe6\x3d\xfe\xd8\xd4\x96\xc1\x31\x00\x42\xa5\xea\xf6\x42\x7a\x8f\xe9\x2d\x20\x4a\x3f\xde\x88\x7d\xc5\x36\xca\xe9\xe2\xc9\x3b\x4f\x74\x28\xb6\x81\x0f\x46\xdc\x03\xe6\xb7\x70\x2b\x85\x19\x46\xa8\x4f\xb1\xb1\x2a\x5c\x9e\xf0\x23\x09\x97\xd3\x9d\x93\x06\x02\xcf\x75\x48\xe5\x5b\x77\x3c\x11\x13\xf4\x13\xeb\x86\x3f\x28\xf7\x4d\x03\x20\xb7\xb5\x89\x19\xc0\xba\x32\xcf\x94\xf2\xda\x18\x10\x4b\xfc\x7c\x3a\x62\xf5\x7a\xca\xbc\x4c\x71\x05\x5a\x3b\x97\x17\x90\x17\x55\x01\x3b\xea\x49\x68\xdf\x75\x64\x1f\x72\x54\x53\x28\x8a\x88\xd0\xd0\xaa\xee\xbe\x9c\xd9\xa3\xb6\xa2\x2c\xf6\x61\x5f\xf5\xae\x78\xa7\x73\x34\x38\x61\xfc\x12\x91\x41\x81\x0b\xb9\x21\x53\x39\x23\xaf\xb5\x0a\x13\xae\x7a\x60\xe4\x44\x75\x94\xb9\x8f\x9f\x7a\xb5\x81\x2b\x66\xb6\x78\x55\xe6\xbd\x83\x1d\x5b\x66\x38\x58\xef\x79\x05\xcb\x5d\x2f\xcf\x15\x5d\xbb\x4e\xd7\xf2\x5b\xec\xb1\xc0\x87\x37\xf6\x22\x7b\xaf\xbc\x85\x45\x3e\xbb\x75\x2d\xc5\xf9\xa4\x7d\xa7\xc4\x67\x77\xae\x9d\xc2\x48\x1b\x28\xfb\x2f\xf9\xf0\x02\xaa\xea\x99\x26\xf6\x1b\x70\x95\x7d\x2b\x45\x7b\x2f\xb9\x10\xc3\x64\x21\x66\x5e\xc7\x21\x66\x99\x05\xb1\x79\x1e\x04\x68\xf9\x9d\x00\xc9\x8a\x5d\x47\x20\x6b\x11\xa5\x7d\xff\xf0\xcc\xae\x13\xda\x41\xbf\x82\xe3\xf3\x4d\xea\x41\x65\x59\xe7\xb6\x6c\x29\xf6\x56\x0f\x13\x46\x07\xa7\xdd\x9b\xe1\x12\x7b\xb8\x03\x0a\xf8\x49\x59\x6e\x5f\x59\x00\x29\xcb\xa5\x29\xe7\x26\xf3\x6a\x8a\x7f\xc7\xf8\xb7\xaf\x95\xa7\xf2\x19\x61\x7a\x0c\xac\x3f\xa2\xbd\xb7\xfb\x08\x1d\x2a\x06\x2a\x55\x00\x96\x3b\xb0\xb4\x45\xea\x1f\xda\x62\x65\xa2\xea\x72\x00\xbc\xde\xbd\x0b\x79\xd5\x79\xd7\x3d\x7b\x3f\x3f\xe6\xa2\x51\xe4\x5d\xb5\xdd\xad\xdd\xd8\x24\xec\x1f\x5c\x72\x8b\x9d\x71\x2d\x95\xfe\x45\xd5\x1a\xfc\x78\x33\x2c\x7a\xee\x83\x16\x8c\xbc\x54\xe9\xd7\xab\xa1\xcb\x41\x59\xd4\x71\xbe\xea\x5e\x6a\xe8\xf3\xd6\x94\xb1\xef\x6a\x60\x5f\x52\xb3\x6a\x2c\xd6\xf5\x35\xb8\x17\x21\x03\x20\xdc\x8d\x01\xb0\x66\xfd\xe0\x81\x11\xe4\x7a\x65\x1f\x44\x1a\xfb\xe2\xe6\xcc\x88\xe0\x72\xb8\xff\xbf\xbe\xcb\xde\xc4\x1b\x02\x6f\x75\x26\xbc\x8b\x17\xfc\xee\x12\x87\x7b\x47\xd9\x49\x7d\x54\x31\x85\x06\xfe\xad\x08\x79\xb7\x1f\x9b\x0c\x81\xbc\xac\x65\x10\x4e\xdb\xe2\x9b\x59\x59\xf0\xcd\xe3\x31\xba\xf1\x04\xdd\xdc\x06\xb0\xc5\xee\x78\x9f\xae\x79\x73\x61\xdd\xb5\xbb\xd1\x76\x89\xe1\xa6\x7a\x47\x1d\xd5\x4d\x39\x55\xc5\xcd\x8c\xf0\x11\x16\xe8\x53\x8b\xe6\xa3\x99\x3d\xac\xf7\xaa\xe8\x65\x7a\x6b\xc9\x6d\xb3\xb3\x1c\xe9\x6b\x28\x61\x88\x1b\x9e\x63\x71\xd0\x53\xe6\xa9\x62\x39\xf5\xde\xca\xa4\xea\xf8\xc6\xda\x5e\x6b\x73\xa9\x89\x04\x36\x26\xc3\x3c\x6c\x45\xb8\x8c\x94\x37\x30\x82\x02\x65\xb8\xb9\x5c\x18\x63\x3f\x75\x3c\x15\xb9\x84\x75\xb2\x86\x3b\xea\x47\x6d\x63\xea\x87\x4b\xe6\xf2\x68\xc2\x76\x13\xcd\x40\x9f\x3e\xf4\xed\xc2\x43\xe5\x41\x79\xd2\x76\xb7\xc7\x90\xc9\xe9\x8c\x90\x76\x55\xa1\xe7\xc2\xba\x9e\x25\x9c\x57\xc9\x3c\x63\x92\xf9\xad\xa1\xde\x3d\xe0\x46\xdc\x03\x97\x96\xd1\x2d\xec\xda\xde\x3d\x95\x3e\x76\x67\x0f\xf5\xcc\xce\x5e\x04\xd8\x5a\x57\xb6\x96\xc6\xa5\xbe\xde\xd6\x9d\x54\x9e\xfd\xc6\x8f\xb7\x5d\xf2\xac\x93\x3b\x73\xc2\xd8\x68\xb2\x5f\xad\x69\x48\xb5\x8f\x9d\x46\x30\x03\x0d\xe8\x0e\x71\x50\xdf\x3c\x12\x06\x9e\x68\x1e\x5e\x36\xf7\xb6\x5a\xf1\xe4\x2d\x8c\x19\x69\xca\xee\xb9\xba\x73\x2a\xbb\x5f\xd5\x39\xbb\x5c\x76\x76\x54\xc9\x65\x95\xcb\x33\x2d\x97\x60\x54\xcd\x3c\x3b\x75\x2e\x09\x45\xb7\x7a\x8d\xce\x6e\xf5\xc0\xc2\x2f\x9c\xdb\x6d\xac\x06\x34\xe2\x9c\xfb\x75\x5c\xfb\xb4\x15\x59\x09\x3c\x76\xea\x50\xed\x33\xf3\x8b\x95\xb0\x12\x95\xec\x00\x9c\xc0\xab\x63\x54\xc3\x3d\x55\x67\xec\xa1\xd2\xbb\xb3\x3b\x1f\xa9\xa2\x56\xfd\xec\x64\xfc\x22\x05\x34\xb8\xa2\xa8\x76\x53\xfe\x6e\xd1\x4b\x01\x68\xd9\x9f\x1b\x3e\xae\xe3\xba\xef\x71\x69\xdf\x20\xf9\x98\x9c\x2e\x02\x8f\x8a\x67\x10\x7c\x5c\x1e\xee\x93\x0e\xcd\x03\xbf\x1c\xd6\x2d\x9a\x0e\x1e\x47\xf5\xcc\x58\x44\x5f\xf5\xbb\x3a\x1d\x73\x26\x99\x77\x8d\xeb\x1a\xa7\x1f\xf3\x41\x39\x3d\xcb\xbe\x66\xaf\x1b\x73\x34\x4f\x33\x31\x22\xad\xdb\xf9\xfb\x8f\xf3\x0c\x1b\x68\xaa\x3f\x32\xb5\x29\x57\xd8\x10\x35\xda\x04\x2e\x1f\xd7\x96\x37\x6c\x5b\xaa\x9c\xf4\x08\x31\x57\x8b\xc0\x10\x2a\xbf\x23\x6f\xbe\x80\x5d\x3a\x25\xb2\x56\x77\xf6\x73\x2f\xa7\xe7\x75\x10\x9c\x5b\x3f\x51\x5d\xdf\x5a\x56\xcc\x57\x9d\xad\x0b\x4c\xde\x0f\x8f\x37\xa1\xcf\x93\x9d\xd3\xe7\x30\x2e\xc4\x30\xce\xb6\x31\x8f\x94\x09\x5a\x3b\x0d\x9f\x1f\x42\x64\x51\xc7\xd1\x29\x2f\x43\x1e\xf5\xd8\x47\xe3\x46\x2f\x2c\x19\xf9\x28\x5a\x32\xf2\x2e\xac\x6c\x0b\x02\x87\x79\xb9\xf6\xb2\x53\x39\xe8\x45\x25\x63\x63\x5c\x96\xa9\x5c\x5c\x94\xe3\x9f\xad\x5f\x4c\x73\x66\x64\x9a\x8b\xca\x59\x53\x33\xd0\x17\x7e\xf6\x29\x67\x3d\xd0\xc9\xb4\x17\x5a\x85\xf7\xf3\x7a\x46\x3a\x1b\x57\x04\xd8\x40\x2a\x5f\xc6\xcc\x45\xe1\x36\x3a\x51\xb8\xb5\xe7\x67\x98\x62\xa1\xa7\x38\x84\x50\xa9\x7b\x45\xca\x59\x60\xfe\x32\xc7\x45\x6c\x17\x44\x43\xad\x84\x09\x79\xc7\x04\x89\x8f\x3e\x38\x48\x09\x58\x85\x5e\x33\xc1\x96\xa4\x7c\x75\x0f\x5d\x0d\xa6\xd4\x59\xde\x67\x9f\x5d\xb2\xb9\x91\x96\x77\x14\xeb\xa3\x4c\x57\x13\x7d\xdc\x0b\xbf\x58\xeb\xe3\x2f\x52\x11\x62\x8b\xf7\xef\xf2\x7a\x73\x4f\xcd\x49\x99\x96\x01\x6e\xd4\xd0\x32\xb8\xde\xe3\xa8\x9c\x18\xdd\xe8\xbc\x44\x1b\xe8\x17\xe5\x9a\x3c\x96\x10\xe6\x38\x5d\x31\xbd\x8f\x09\x4f\xcb\xc2\x78\x33\x7d\xfc\x6e\xc8\x77\x0d\x3a\x1f\x59\xa8\x79\xf7\xb6\x8b\x0f\xea\x5e\x3b\xdf\xf1\xfb\x40\x95\x27\x06\x9f\xd2\x1c\xd8\x68\xc0\x91\xe8\x41\xba\xf6\x55\x30\x70\xd3\x49\x89\x13\x9c\x4b\x4f\x04\x48\x38\xbf\x9c\x93\x29\x52\x18\x3b\x1a\x77\x1f\x24\x1d\x7b\x05\x93\x76\xec\xb1\xe3\xb2\x74\xfc\x9f\x5d\xec\xcf\xf3\x09\xb2\xf3\xf1\x49\x10\x2a\xa9\x19\x30\x80\xcc\xd3\xb0\x80\x31\x15\xf3\x4b\x80\x05\x96\xf3\x64\xd3\x26\x18\x0e\xef\xc7\x99\xb4\x94\x3b\xc7\x70\xcd\xd4\xb9\x8d\x4d\xe0\x63\x66\x7f\x83\xfb\xa2\xfa\x43\x78\x17\xf4\x4a\x41\xd4\x1e\x24\xb0\x44\xe6\x19\xcc\xef\x17\x9d\xce\xe6\x54\xd4\x2e\xf8\x6b\xa9\x4f\xde\x35\x12\x96\xc8\x32\xc2\x63\x3e\x9f\x68\x58\xd6\xe9\x7f\x64\x66\x47\xad\x7a\x16\x08\x8a\xaa\xe6\xe3\x4f\x8e\x7e\x1c\x8f\x32\x85\xbb\x8a\x92\xab\xda\x51\xea\x4d\xd1\x38\x7f\xdc\xec\x2d\xf6\x4d\xb2\x3c\xe0\x51\x77\x6d\x31\x28\x98\xd7\xec\x9f\x99\x8e\xba\x4a\x7d\x50\xec\xfc\x75\xf7\xe8\xd1\x5e\x9e\xd6\x5c\x93\x5b\xbc\xcf\x32\x49\x37\x54\xca\x89\xf2\xf8\x15\x76\xb4\x22\x25\x86\xa9\xce\xbe\x82\x95\xab\x43\x64\x1c\xd1\x75\x11\xbb\x25\xee\x5d\xc4\xc8\x55\x88\xba\x2e\x29\x5e\x44\xe4\x4a\x2a\xd6\xe5\x09\x3a\x3e\xb0\x17\x01\xdd\x36\xa9\x67\x6e\x43\xaa\x5d\xe8\x11\xe9\xef\x1d\x49\x50\x1d\xc0\x80\x62\xa4\x3e\xbf\x4f\x39\x20\x9f\x87\x85\xea\xf9\xac\xf1\xe6\x14\x97\xf6\xf5\x87\xa0\x52\x71\x59\xb3\x48\x87\x1f\x2f\x6a\xbc\x6e\x4b\xfc\xdf\x12\xa7\x80\xc5\xbd\x15\xda\x06\x46\x9e\x02\x4e\x9d\x29\xf4\xca\xdc\x1b\xf5\x91\x79\xe5\x8f\xbc\x4b\xca\x31\x19\xb7\x2c\x67\x6a\x94\x5a\x98\xa9\x91\x66\x91\x45\xa7\x40\x87\x4b\x72\xf1\x89\x1b\xc7\x8c\x92\xcc\xfe\x1e\x07\xd6\xee\x14\x6d\xb0\x16\x7f\xee\x6a\xc9\xe7\x90\x48\x15\xe0\x5e\x2a\x97\xd3\xd9\x9a\x47\x21\xaa\x9f\xa0\xa2\x16\x82\x0f\xe5\x12\x9d\x3d\xee\xc0\x38\x3f\x5b\x68\xad\x85\x5f\xa4\x5e\xe0\x88\x5f\x3c\x63\x03\xdb\xdb\x1f\x18\xd7\x29\x77\x91\xb6\xc9\x21\x18\xe5\x65\x96\x9a\xb5\xc7\x90\xd2\x1a\x37\xb0\x37\xae\x35\xac\xb9\x93\x6a\xf6\xa4\xed\x61\xa4\x0d\x69\xf8\x84\x3a\xdb\xcc\xcd\x9c\x12\xd4\x17\xfe\xf3\x45\x74\x21\x8c\x5a\x34\x23\x60\x4c\x2b\x5a\xd8\x03\x20\xc4\x61\xea\x9a\x99\xf6\x27\xe7\x3e\x2d\x0b\x9c\xb9\x95\x5e\x46\x4e\xea\x79\x71\xee\x43\xfd\x83\xa3\xf5\x0d\x55\xbc\xa9\x0f\x85\xb7\xd4\x2b\x69\x67\x07\x3d\xc4\xfa\xad\x85\x81\x5d\x24\xa1\x02\x2b\x3d\x27\xa9\x86\xd5\xc7\x8c\x0c\xfd\x0f\xe3\x23\x5e\x04\x94\xba\xc2\xcb\xa5\x0f\x31\xca\x54\x2b\x93\x17\x2f\x43\x71\x78\x03\x00\xbd\xa2\x1d\xf3\x56\x36\x6d\xec\xc7\x08\xd1\x7b\xbd\x84\xd9\xe3\x0d\x0e\x51\xde\xfb\xb7\xe5\x37\x2e\x35\x58\x1c\xca\xdf\xb6\xaf\x86\x15\x5d\x1f\xee\x34\xdc\xde\x66\x7a\x52\x83\xff\xf3\x94\xbf\x5f\xae\x71\xad\x36\x1e\x7e\x15\xcc\x88\xa2\xf6\xa4\x0c\x21\xe9\x8b\x0a\xa3\x11\xb5\x2b\x7d\xcb\xfd\xb9\x39\x8f\xd6\xe3\xf6\xa5\x48\x14\x91\x0a\x5f\x2f\xea\x31\x99\x5e\xe8\x36\x1d\x9f\x1e\x4b\x44\x80\x63\x9d\xb0\xaa\x57\x3a\x5f\x93\x3d\xf4\x61\xda\xf5\x55\x45\x8d\xef\x49\xd0\x27\x04\x9b\x65\x53\x8b\xfa\xf4\x61\x5f\x2b\xef\xa0\xe7\x47\x3e\xde\x8f\x16\xbe\x33\x1d\x6b\x47\x23\x70\x1e\xb9\x7b\x90\x9a\xf8\xe9\x2d\x95\x16\x79\x3c\xfd\x94\x87\x77\x7c\x58\x38\x7a\x78\x11\x51\xa1\x8e\x87\xaf\xf2\xb0\x4f\x2d\x7b\xc9\x1e\x70\xef\x55\x94\x10\x9e\xf2\x1e\x33\x4e\xe2\xf5\xe1\x83\xdc\xd5\xcb\xfb\x8c\xae\x15\xbb\x18\xf6\x6d\xaf\xde\x3b\x9b\xe3\x7c\xd5\xa7\x71\xf3\x11\xa8\x3d\x9a\xbb\x6a\x75\x7f\x74\x78\x9c\xa9\x6b\x09\x3e\xbd\x0c\xbf\xef\x9d\x8e\xf2\xdf\xe1\x87\xdf\x4e\xfd\xf0\xc7\x7a\xc9\x1e\x57\x0f\x94\xbc\x23\xda\xa9\x78\xe8\xdf\x66\x91\x38\xd8\xc5\xa7\x29\xa0\x45\xc3\xce\xc9\x1e\xed\x39\x3f\xfe\x7a\x00\x30\x27\x11\xf0\xf9\x14\x1f\x4d\x0d\x1c\xce\x06\xf4\xcd\xfa\x86\x86\x63\x9b\xba\xf9\xa8\xee\x84\x8a\x96\x29\xfe\x8b\x66\xc9\xaf\x38\x8e\xc0\xa2\x35\x40\x93\xb4\x7b\x83\xff\xe8\x86\x00\xfd\xc3\x04\xc3\x88\x19\x68\x85\x1f\xbd\xe4\xbc\x9a\xbc\x67\x5b\xd6\xc1\x5d\x54\x64\x3e\x0b\x99\x8f\x6f\xe5\x87\xcf\x63\x58\x7d\x69\x35\x73\x97\x86\xb2\xe1\x06\xab\x6b\xc7\x88\x8d\xe2\xbd\x05\x7f\x91\xeb\xbd\x23\xb0\xe8\xe9\x01\x2c\x62\xf1\xa9\x6b\xa8\xf9\xf0\x05\xdd\xda\xc9\xd7\xc8\x8e\xe6\xf9\xdd\xb0\x81\x57\x76\xc8\x10\x7a\xbd\x2a\xd5\x91\x11\x8d\x31\xbe\xc4\x15\xa8\x67\x2c\xca\xdb\x56\xac\x98\x00\xbf\x85\xfa\xa6\x62\xef\xea\xa3\x65\x6b\x2a\x10\xd1\x6a\xd8\x19\x2f\xe3\x1b\x01\x9e\x08\x9c\xcf\xc6\x74\xc1\xbb\xf7\xf5\xe4\xc1\xee\xf8\x24\x16\xf3\x7d\xe5\xb9\x17\x35\xb1\x8c\x26\x57\xea\x5a\x5f\x62\x9e\x45\x1a\x56\x86\xf4\x5a\x9d\x12\x71\xce\xc4\xa9\xf8\x82\x78\x1a\xc8\xc2\x14\xcd\x54\x58\xe8\x59\x99\x3e\xb2\x98\x71\x8f\x86\x59\x33\x72\x3d\xbe\x5d\x1e\xbd\x5d\xc4\x6f\x6f\xe1\xdf\xbf\xd0\x97\xf8\xff\x1a\x93\x58\xeb\x01\xe9\xd4\xc8\x77\x7a\xca\xa3\xca\x3e\xe8\x03\x2a\x2b\x5d\x94\x2f\x76\xd5\xec\x06\x14\xa2\xd4\x0d\x21\xbc\x86\xde\x16\x0a\x56\x23\xd2\x52\x90\x21\x7c\x25\xbb\xa7\x0d\x40\xfd\x81\x50\x47\xdf\x04\x7b\x00\x74\x08\x90\x58\xce\x2e\xdd\x88\xca\xd9\x46\xd0\x9b\x42\xd4\x99\xe1\x06\x0b\xf5\x0f\x0f\x31\xc5\x25\xb6\x2a\xf8\x8c\xf9\xa0\x65\x22\xd1\x15\x7b\x07\xb8\x6d\x59\x09\xc7\xd8\x91\xc5\x5a\xc1\x1d\x8d\x06\x0f\xf1\x26\xd5\xdd\x05\x15\x8e\xc0\x13\xc3\x98\x4c\xf4\xe8\x47\xc1\x1f\x1f\xca\x1b\xe8\xeb\x64\x2f\x3d\x2a\xb7\xf9\xce\xb3\xef\xde\x71\x51\x6d\x97\x15\xca\xf8\x87\x87\x18\xd7\xfa\x73\xdd\x8f\xa4\x2d\x54\x58\xb3\x5a\xc6\x2e\x25\xae\x07\x61\x8c\x80\xe0\xfd\x86\x38\x06\xcf\xa5\x8a\x0c\x9a\xb9\x87\xeb\x1a\x75\x05\x46\x91\xef\x6f\x3b\x1b\xa3\xc2\x81\xbe\x3c\xd2\x98\x9d\xea\x18\x5a\x62\xf0\x13\x9b\x99\x99\x7b\xf4\xee\x68\x95\x2a\xb1\x3e\x21\x35\x15\x99\x44\x1b\x3d\xfb\xc1\x1a\xf7\x4b\xfb\x95\x59\xfe\xdc\xa9\x74\x22\xa2\xe4\x1e\x50\xdb\x19\xf4\x7f\x88\x32\xfc\xc9\xb4\xea\x0c\x8d\xb9\x0c\x46\x7a\x5e\xcd\xb2\x2d\x46\x99\xcf\x4d\x35\x8e\xa6\x00\xc8\xbd\xa3\x5f\xf3\x32\x90\xcc\xc2\xd2\x45\x53\xdb\xc6\x3e\xd2\x99\xcf\xc1\xf8\x39\x7b\x63\xcc\xab\x7b\xc2\x11\xbd\x6d\x00\xb8\x60\x1c\xfb\x0a\x40\x87\xde\x51\x5e\x2d\xb5\x38\x9b\x94\x2b\x5c\xfb\x44\x0c\x3e\x56\x5f\x0c\xe8\x63\x76\xe6\xc4\x47\x1f\x82\xb0\x40\xcb\x85\xe5\x79\xcd\xa5\x78\xd9\x84\x25\x68\x44\xc3\x0b\x98\xf0\xdb\x97\x01\xfd\xf9\x68\x07\xe6\xc1\x9e\xf0\xf2\x7c\xf9\x09\xbb\x6b\x69\x93\x11\x4f\xe0\x26\x99\x89\x43\xc3\xf9\x51\x31\x7d\x85\xe7\x51\x09\x87\xeb\x1d\xdd\xe6\xe2\x58\x94\x2b\xf1\xb8\xbf\xa8\x71\x43\x1b\x64\x47\xcd\x48\x2b\x3e\x88\xc4\xd3\x67\x10\x3f\xf8\x1b\x2d\xc4\x57\xc7\x8a\x2c\x46\xb5\xdc\x52\xc3\x39\x75\x6a\xa2\xd9\x3f\xec\x25\x98\xde\x2b\x91\xc0\x41\xde\xe0\xbd\x7c\x75\x3c\xe5\x3f\x92\xb9\xb7\xa7\xc4\x80\xe9\x0c\xb6\x60\xcb\xcb\x9b\x7b\xa2\x0e\xfc\x84\xfc\xde\x00\x6b\x69\x9b\xd0\x9b\x3e\xa5\xd6\x84\xc4\xc8\x7c\xcb\x37\x3b\x4a\x25\x8b\x9a\x15\x0e\x96\x80\x2b\x5d\x4d\xbe\x04\x96\xbe\xf2\x5e\x38\xeb\xf8\xe4\x43\xf7\x43\xcd\xf7\x94\x66\xfd\x34\x24\x21\x52\xaa\x09\xb4\x79\x41\xbe\xac\x69\xcf\x4c\xb0\x8d\xed\x9d\xa2\x22\xc9\x05\xa4\x49\x86\x16\x92\x50\x79\x2f\x9c\x26\x2e\x15\x42\x9e\x1e\xe5\x0b\x19\xd3\x24\x4c\xf6\x97\x1e\xd7\xb9\x84\x4b\xce\xaa\xdf\x14\x87\x3c\x5f\x99\x4f\x1e\x38\xd2\x2e\xcf\x79\x53\xc6\x1f\x35\xb3\xcc\xc5\x1e\x6a\x2f\xf1\x7e\x09\x06\x5a\x68\x97\x3d\x7b\x5d\x7b\x09\x45\x45\x5d\xcf\x11\x6f\x93\xe2\x47\xc5\x1a\xc3\xaf\x02\xcb\x8a\x91\xb5\x0f\xe8\x29\x80\x18\x0f\xdc\xde\xb2\x23\x76\x6a\xfa\x6d\xc0\x56\x81\x83\x4e\x0d\x80\x1f\xfb\x8b\x83\x8f\xb4\xc7\xc1\x02\x59\x94\xda\x79\xdc\xfc\x60\x2a\x5e\x1b\x75\x2b\x6a\x21\x68\xe9\x1b\x6c\x5c\x99\xef\xeb\x9c\x74\xbf\x46\x2d\x94\xbd\x1b\xd7\x08\x45\x58\xda\x0e\x42\xa5\xee\xd0\xe9\x5a\x16\x17\xf7\x16\x2a\x25\x9e\xcf\x16\x9d\x8e\x81\xf7\xa1\xf4\xf1\xc8\x23\x2f\x23\xe2\xfc\xa1\x31\x05\xd7\xa5\xff\xca\x91\xce\x4e\xb4\xfb\xb7\x91\x10\xe8\x98\x2d\x34\x95\x22\xe5\x91\x45\x94\xb9\x0d\x81\xe8\xbe\xeb\xd8\x9d\x6e\xf3\xe8\x95\x19\x78\x1c\xae\x66\xef\xee\x33\xef\xee\xd6\x9c\xdd\xdd\x54\x52\x33\x35\xb1\xf9\xc2\x04\x1f\x80\x98\xd4\xf6\x0f\x09\x22\x17\xd5\x4b\x3d\x4f\x45\x28\x65\x1b\x8a\x30\xf5\x0c\xf3\xb4\x73\x53\xdc\x05\x62\xf2\x4a\xf5\xdc\x9a\x8e\xa7\x51\x82\xd3\xea\x3b\x5f\xd0\x83\xe5\xe4\xbc\x5d\x2c\xf7\x5c\x37\x71\x7e\x6a\xf4\x44\x0e\xb2\x1f\xc7\x4e\xc7\x2a\xf8\xae\x0a\x73\xe5\x2b\xd5\xb2\xd4\xcd\x3f\x98\x62\x33\xcb\x2e\xec\x29\x4d\xd1\x15\x31\xe9\x40\x10\xbe\x6f\xa9\xe2\xf6\xa8\xfd\x95\xb4\xf7\x8e\xda\xb7\x95\xea\x7e\x55\xed\xd6\xc3\x0f\xe3\x19\x4b\x2c\x9b\x93\x36\xfe\xfb\x15\x83\x18\xaa\x62\x7f\xb7\xaf\x9b\x7c\x1b\x8a\x59\x0b\x26\xa1\x50\x6c\x71\x6f\x63\xd1\x82\x12\x01\x50\x74\x76\xd3\x2e\xa2\x30\xeb\x6c\x1e\xd1\x13\x40\x7d\x2c\x49\xa0\xec\x6d\x9b\x31\x24\x44\x3e\x8d\x09\x13\x05\xde\xf8\x64\x10\xa2\x9e\xeb\xf3\x50\x40\x95\xb1\xad\x52\xd1\x2a\x06\xf9\x0b\xf2\x39\xb2\xb5\xb8\x3b\xc3\x78\xa3\xea\xb1\x55\xc7\x2e\xba\x1e\xe0\x3c\xbc\xf3\x38\x74\x62\x2a\x98\xd3\x05\x59\x55\x07\x17\x2e\x0e\x0e\x8e\x18\x94\xb6\xbf\x8f\xbd\x04\xd4\x97\x76\xc6\xc6\x1c\xac\xc8\xde\x72\x4e\xb5\x03\x7b\x3b\x44\xb0\x26\xab\xe6\xdc\x69\x7b\xc3\x6e\x1e\x18\x90\x02\x45\x61\xde\x64\x8e\xf1\xee\xe4\x18\x37\xce\xf5\xdf\x2b\xbd\x6a\xd1\x7f\x8c\x37\xaf\x95\x45\x4d\x17\xe0\x3d\x57\xc0\xfd\x07\x89\x60\x9c\xd5\x9c\xae\x32\x05\x0c\xf3\xc4\x61\x26\x95\x3f\x7f\x5b\x2a\x56\x82\x06\x73\x11\x80\x10\x96\x95\x10\x6f\xd2\x82\x4a\x06\xfb\x19\xdb\x74\x67\x44\x03\xfc\x82\x19\xf5\x20\x8a\x3a\xa1\x6a\x15\x4c\xaa\x19\xe8\xcc\x1b\x99\x53\xb2\x20\x41\x5b\xda\xff\x3a\xcf\x4e\xa4\x1e\x83\x0b\xcb\xf0\x7b\x65\x06\x9e\x04\x30\x89\x03\xde\x2e\x75\x23\x3c\x87\x98\xf3\x87\xe5\x1f\xfc\x1d\x17\x70\xda\xd4\x2f\x92\x1a\x81\x79\xad\xc7\xed\x11\xac\x3d\xb9\x07\x37\x77\x41\x63\xc0\x25\x4d\x3d\x47\xbf\x5a\xc3\x5a\x82\xfd\xe4\xe4\x59\x8a\x53\x9e\x02\xc8\x75\x60\xe2\x8f\x30\x0e\xfd\xb6\x43\x52\x49\x0e\x69\xad\x95\xf9\x3b\x9a\x9b\x18\x29\x0b\x82\x80\x92\xd0\x5b\xb0\x23\x46\xda\x00\xfb\x46\x99\xbf\xc3\xa5\xf9\x61\xf8\xb9\xb7\x22\x1b\x8a\x2b\xfe\x61\xcf\xbe\x39\x50\x35\x56\x67\x48\x77\x2b\x9e\x51\x4b\xa9\xa1\x6b\xc7\x5c\x1b\xc4\x99\x7f\xb4\x65\x03\x22\x51\x97\xed\xc4\xbb\xbf\x0d\xe7\x13\x0c\x91\x36\xf4\x72\x34\xbb\x3b\x91\x6a\x2a\xc4\xa3\x76\x01\x9c\x4e\xec\x50\xd1\x82\x3b\x4c\x5d\x35\x06\x22\x6e\x76\xc4\x92\x92\x46\x38\x1d\x1e\x8f\xf0\x10\xbd\x07\xa0\x15\xed\x74\xed\xdf\x54\xcb\x2e\x79\xe1\x79\xac\x4a\xf7\x40\x85\xb4\xaa\xb6\xf3\x75\x98\xea\xcc\x1d\x39\x8c\x27\x40\x16\x9d\xb6\x5b\x09\x65\x84\xf0\x31\x71\x2d\xc9\x5f\xb9\xf0\xdb\xa1\x93\x45\xa2\x10\xbd\x74\x1f\xe8\xe8\xd4\xfa\x83\x63\xcf\xdb\x75\xab\x17\x62\x40\xe3\x25\x73\x73\x8f\x59\x16\x62\xe7\x26\xd1\x14\x1b\xea\xa3\x54\x74\x5d\xa6\xc5\x9a\xbe\xe4\x17\x21\x9c\x5c\xf5\x25\x8c\x80\xe1\xb6\x2c\xca\xab\x15\xce\xf8\xc7\x1a\xea\x07\x33\xf3\x06\x9c\x05\x86\x51\x63\x9d\xc3\x46\x26\x11\xc6\x1b\xb8\xd6\x4f\x62\x03\x99\x36\x4f\x6e\x31\xeb\xdf\xee\x7c\x1b\x63\x46\x19\x50\xa7\x8b\x0a\x06\xfa\x0a\x73\xfe\x02\x6c\xc4\xb1\x4e\x54\xaa\xb1\x16\x8a\x32\x93\x95\x33\xe1\xa4\xda\xc9\x98\x4c\xe9\x4a\x8c\x58\xdb\x81\x1b\x7f\xd6\xb1\x2c\x16\x3f\xb2\x2f\x8a\x54\x5d\x20\xc8\xda\x79\x53\x7d\x5d\xd0\xc5\xc7\x33\x3c\xb5\xd0\x82\xa7\x02\x65\xe8\x19\x60\x14\xff\xbd\x63\x0a\x85\x3b\x2a\x71\x63\x5b\x58\x08\xde\x3a\x5c\x5a\x90\x78\xb5\xb9\x3e\x01\x3c\xc2\x30\x5b\xa4\x1e\xb1\x07\x1f\x43\xd6\x42\xa8\xcf\xaa\x6a\x22\x82\x07\xfe\x0b\x27\x8d\xf8\xfa\x98\x51\xac\xa4\x2d\x49\x60\x6a\x23\xf6\xc4\xf2\x12\x15\x07\x78\xa1\x59\x3d\xd6\x05\xbf\x59\x34\x43\xa2\x53\xfc\xf5\x47\xb4\x5c\x07\x16\x57\x15\x75\x91\x4c\x38\x65\x62\x4b\x6f\xae\xc9\x12\xe4\x71\xe7\x1b\xb7\x11\x59\xb7\x01\xe7\x35\xc5\xee\x35\x20\x70\xd9\x4b\xe6\xab\xb4\xb9\xaf\x5c\xc8\xc7\x4d\xf8\x61\xf4\xb2\x2f\x54\x74\xfc\x0b\xf3\xdd\x94\xe3\x03\xaf\xcc\x0e\xac\xe4\xc1\xdc\xfc\xd1\x47\x61\x1c\x7d\x52\x57\x96\x89\xcb\xb9\x89\x87\x65\xfd\xc6\x36\x99\xe9\x3e\x74\x2d\x5f\x7a\xa7\x2d\x53\x37\x71\xdd\xfc\xe9\x06\x0b\x6d\xb3\xe2\x36\xe6\x20\x62\xf9\x8d\x56\xea\x46\xf7\xa9\x04\xd9\x36\x33\xfc\xde\x06\x50\x91\x68\x0b\x22\x34\xba\x69\x0d\x8d\x19\x6a\x77\x74\x4a\x3c\xfb\x7a\x88\xb0\x86\xcb\xd4\x63\xf3\xcd\x48\x08\x5b\x12\x3e\xd3\x2a\x90\xce\x03\x01\xde\x56\xa5\x47\xac\xe6\xca\x35\x3b\xed\x8f\xda\xc7\xf7\x63\x71\x74\xeb\x0b\xee\x03\x05\x02\x7a\x4e\x84\xd3\x20\xf6\x27\xf1\xe2\x88\xdc\x2e\x29\xb3\x67\x71\xa2\x84\x7a\xcd\x19\xba\x0d\xb9\x26\xf6\x5d\xf2\x94\xea\xcd\x9a\x8c\xe3\xb4\xd3\x7b\xb3\xff\x3c\xa1\x9f\x8d\x66\xa7\xc2\x06\x8a\xb0\x31\x00\x0e\x6e\x12\x1c\x43\xcb\xfa\xf8\xcf\x22\x68\x88\x02\xb7\x00\x29\xaa\x2d\x9f\x7d\xb5\xe9\x19\xd6\xa4\xe2\x0f\x17\xf5\x71\x01\x5e\x6c\xa5\x45\x63\x28\xde\x4d\xca\x2c\xe1\x20\xd0\x5e\xd1\x08\x9f\xa7\x2c\x91\x47\xa4\xc6\xa5\xab\x62\x05\xf5\xc6\xd8\x93\xb7\x34\x0a\x8b\xd8\x70\xf0\x25\x31\xde\xea\x31\x8d\x16\x0c\x76\x6d\x27\x63\xd2\x9e\x63\xf7\x5a\xa2\xf3\x15\x79\x6c\x59\xe7\xd1\x32\xf0\x51\x0b\x2c\x2a\x25\x17\xf2\x15\x92\xb9\xa6\x0a\x83\x21\xea\xe2\xb8\x76\x2b\x7b\x37\x36\x4a\x7d\x19\x58\x41\xfc\x89\x2b\xb6\x11\xba\xa0\x85\x13\xa0\xc2\xe7\x63\xc7\xdf\x9c\x4b\x1f\x28\x7b\x24\xee\x88\x86\x19\xf4\xb4\xe5\x61\x2c\x1d\x05\xa0\x8f\x20\xf9\xad\x71\x2c\x10\x4e\x1e\x0c\xed\x52\x5d\xdc\x3e\x4b\xe2\x3c\x49\x0c\xc1\xbd\xae\xe7\x1e\x9c\x58\x54\xf2\x19\x8c\x1e\x90\xac\xb5\xbf\x2d\xf0\xad\x8c\x64\x99\x9f\xa7\x1d\x54\x95\x03\xea\x54\x65\x97\xae\x48\x64\x0b\x0c\xe2\xb5\x44\x66\xad\xc5\xe8\x74\x51\xcf\xf0\x4a\x33\x0b\x35\x23\x29\x56\x7e\xfe\x16\x1c\x3d\xa7\xc2\x43\x5c\xbf\x86\x3b\x6d\x23\x6f\x37\x37\xcc\xbb\x4e\x57\x55\x14\x96\xa2\x82\xe5\x43\xea\x1f\xd9\x6f\x30\x66\xbe\xd0\xce\x42\xe1\x1a\x44\x30\x02\x85\x6f\x75\x24\xde\xc0\x8b\x39\x95\x5e\x2b\x71\x55\x0c\x6b\xb4\x4c\x50\x8a\x88\xf6\xf6\xbf\x91\x86\xad\x67\xac\x97\xd4\x33\xcd\xb8\x47\x10\x56\x10\xda\x67\x90\xd2\x22\xee\x98\x01\x2d\xf8\xb7\x37\xb2\x07\x89\x89\x0a\x3c\x77\xf1\x08\x7d\x36\x62\x86\x3c\x33\x0d\x12\x1a\x3d\x13\x0b\xf7\x9a\x8e\xf9\xe7\x11\xbd\x4f\x27\xb6\x2a\x6f\x19\x07\x45\x25\xce\x4c\x13\x9d\xd1\xd2\xb5\xc5\x24\xdb\x26\xf1\x8a\x9f\xb5\xe9\x13\x4e\x40\x75\x78\xb1\x70\x24\x97\xe5\x15\x3d\xf1\x79\xb6\x62\xd5\xc4\x83\xf8\x84\xbf\x81\x5b\xb1\x67\x60\xf7\xc0\xf7\x16\x87\x52\xc1\x11\xf0\x9f\x30\xc6\xac\x50\x5e\x9b\x52\x8a\x54\xb9\xb4\x3d\xf6\x72\xa1\xe3\xf9\xb6\x72\xfa\x32\x1b\xf9\xf3\x41\xb2\x29\x51\x3c\x43\xfa\xae\x8c\xee\x19\xf5\x4f\x87\x0f\x00\xe7\xcd\x38\x89\xba\x24\xa7\x13\xb1\xa5\xb7\xa3\xba\x1f\x09\x6b\x6e\x45\xf9\x8f\x9b\x1a\xe1\x84\x36\x68\x23\xc8\x68\x44\x81\x5d\x0b\x3e\x5d\x1a\x62\x14\xdb\x62\xc8\x7e\x34\x05\x3a\x0e\x3d\x19\x05\x16\x5e\xfb\xef\xfb\x12\x68\xbb\x9c\x8a\x71\x70\x5d\x31\xcd\x7d\x3b\x33\x39\x28\x6e\x36\x94\xda\xda\xa9\xe8\x88\x3c\x05\x5b\x8f\xe8\xa4\x73\xdb\xb6\xfc\xc5\xc7\xa7\x13\xa9\x67\x06\x27\x75\xc5\x93\x11\x3c\xfa\xc8\x54\xe2\x5f\x22\x77\x79\x39\x1d\x88\x2a\x27\x54\xe6\x1e\x9a\x2b\x8f\x31\xc1\xce\x85\xe5\x54\x8c\x0c\x78\x67\x54\x98\x33\x23\xa0\x24\xde\xec\xf6\xc0\x3f\x5e\x96\x15\xf1\x0c\x77\xc8\x53\x7d\xe3\x6e\x9f\x9c\x13\x1d\xe7\xaa\xea\xbc\xa9\x9d\x2e\x93\xd8\xd1\x69\xb6\xc5\x00\x9c\x46\x4c\xf9\x7c\x60\x77\x8b\x0d\x5e\xb6\xd5\x93\x58\xea\x9c\xa4\x29\xba\xc1\x7e\x90\xa2\x8c\x9f\x2c\x03\x15\x5c\xda\x13\x51\xa6\x2e\xb4\x40\x6a\xb4\x35\x59\x97\x02\x46\x58\xcc\x34\x73\x4a\x04\x54\x5c\x86\x13\xd8\x06\xee\xcb\x14\x09\x7c\x09\x40\x78\xa7\xde\x80\xee\x03\x73\xf4\x16\xce\xe1\x22\xfd\x4c\x66\xb6\xbb\xa7\x83\xdd\xbd\xb8\xaa\x58\x94\x43\xce\xa5\x4a\xa7\x6c\xb8\x19\xd2\xbc\x3b\xe5\xfa\xe8\xb9\x3c\xd0\x08\x0c\x9e\xea\x09\xc8\xc9\x13\xf2\x03\xa9\x8d\x84\xae\x9f\x80\x74\x80\x4f\x72\x38\xeb\x70\x57\x78\x46\x0c\x44\xf6\xa4\xcc\x9e\x08\x11\xb8\x9b\x13\x39\x21\xde\x96\x7c\xb9\xbc\x1d\x3f\xd9\xc3\xe3\xe7\x3d\x8b\x55\x5c\xfa\x3d\x30\x9e\xce\x3d\xe9\x6e\x24\xdd\x31\x8d\x08\x3b\x0c\x73\x3c\x5b\x5f\x4f\xce\x87\xf2\x0a\x6e\xbc\xc3\x81\x29\x40\x92\xef\x2a\x67\x65\xcc\xa4\x6c\x81\x16\x6d\xf4\xad\x05\xc3\xc3\xcc\x32\x65\xc7\x19\x1f\x82\xcf\x3d\x2e\x50\x67\x72\x6e\x05\xf6\x0b\xe2\x48\x37\xc5\x94\xea\x73\xbd\x0e\xb3\x6e\xdd\x4e\x5d\x55\xa9\xea\xd9\x44\xd4\x19\xc3\x1e\x45\x0a\x46\xcf\xcf\xd8\x8e\xbc\xaa\xa7\xee\x4c\x11\x9c\x31\xea\xb0\x85\xb5\x62\x03\xbf\x1f\x5f\xd6\x60\xc7\x28\x0b\xec\x1e\xf6\xfe\x80\x18\xda\x25\xe4\xdc\x0a\xf1\x43\x93\x18\xac\x21\xd2\x43\xa4\x5c\xf1\xde\xa4\x6d\xa9\x69\x3f\xa8\x51\x65\xdc\x6f\xa4\x8e\x4b\x11\x7d\x54\x22\xea\x32\x3b\x3b\x58\x70\x72\x89\x6c\x25\xfa\x9b\x3e\x3d\x93\xa8\x78\xfd\xc4\x77\x2b\xee\xc6\x97\x1b\xab\x64\xe9\xd0\x93\x7c\xc2\xe8\x8a\xaa\x70\x12\x75\x70\x2a\xa2\xd2\x85\x15\xc1\x72\x98\x44\x8e\x17\x38\x77\x7d\x4d\x0f\xc3\x8e\xf3\xa1\x6e\x2d\xe3\x07\x8b\x35\xb5\xf6\x87\x50\x38\x87\xc8\x9e\xaf\x48\xb8\x63\x75\xc1\xeb\xc7\x1e\x2f\x33\x63\xd3\x6f\xeb\xed\x10\xd0\x6d\xd8\xb6\xfd\x82\x24\x33\xd0\x84\x53\x34\x01\x2b\xf5\x18\xb3\xff\xa2\x1c\xdf\xf3\xce\x8c\xb9\x97\x57\x21\x82\x03\x96\xcd\xd4\xb2\xb4\xc0\x14\xde\xf7\x9a\x36\x3d\xdc\xe2\x37\x69\x3e\x29\x43\x8e\x73\xa1\xa8\xa7\x4b\x34\x1d\x95\x87\x12\x5d\xd0\x50\xad\xb9\xa6\xfe\xa5\x35\xae\x64\x9e\x31\x01\x44\x6b\x98\x7d\x56\xa4\xe7\xc5\xad\x78\x39\x74\x93\x84\x0e\x24\x11\xeb\xa6\x28\x51\xea\xe0\x49\x56\x5a\xa9\xad\xbe\xad\x66\xcf\x57\xc1\x4d\xb6\x64\xc8\xcb\x14\xac\x30\xa1\x2f\x7d\x27\xbd\x4e\xb5\x9a\xba\x33\xca\xf3\x4b\x92\xd7\x29\x91\x08\x8c\xf2\x73\x09\x41\xb0\x00\x7f\x38\xd6\xca\x7b\xaa\x8d\x94\x59\xb5\x69\xb2\x07\x81\xf2\x1e\x85\xc1\xa7\x1a\x3e\x50\x7e\x8d\xfa\xfd\xc6\x0e\x6c\xf0\x13\xed\x79\x29\x1b\x4d\x2b\x0f\x09\x29\xe3\xac\x82\x89\x27\x56\x9e\x93\xf4\x0d\x4b\x23\xf6\x9c\xd8\x91\xdf\xe2\xc1\x15\x93\x15\xcd\x71\x57\xa8\xb6\xf7\xbf\x2c\x9b\x18\x90\x5b\xe7\x58\x23\x28\xaa\x22\x46\x3b\x3f\x3d\x64\xef\xf4\xdd\x03\xb6\x38\x7f\xcf\x1b\x49\xf9\x6e\x54\xb1\x03\x16\xcc\x77\xe5\x57\x03\x8e\x80\x02\xa8\x50\x0f\xd1\x6f\x00\xc2\xff\x5d\x15\xf6\x97\x80\x3e\x68\xb2\x9f\x7b\x8d\x30\xdb\xb0\x0a\xe8\x7d\x22\x4e\xe8\x4e\x97\xc2\xec\x29\x0b\x2c\x47\xb7\xe4\xf1\xa5\x77\x2c\xcd\x4d\xc8\xb1\xa6\xde\xd6\x08\x6d\x1d\xea\x15\x6e\x26\x52\x2c\xf8\x95\x6d\xe7\x94\x6e\x7d\x83\x21\x6f\x31\xb5\xc7\x82\xa9\xd0\xe8\x0a\x67\x37\x79\xdb\x2d\x13\x01\x0c\x7e\xb8\x4f\x81\xed\x3e\xbe\xb4\x81\x15\xe4\xec\x8b\xb9\x58\x03\xae\x2c\xfe\x50\x7b\xbd\x6e\x4a\x8b\xe4\xa1\x19\xb8\x90\x47\x8a\x3a\xd7\x8c\x9f\x5a\x9e\x33\x57\xb1\x10\xbe\xb6\x63\x1d\x3f\x05\xa3\x11\xc2\xb3\xcf\xee\xf2\xa2\x6b\x26\xae\xd3\x51\xa5\x87\x32\xc5\xb1\xaf\xc7\x8c\x7e\x90\x37\xb2\x8d\xdc\x4e\x04\x08\x52\x7d\x98\xbe\x24\x31\x59\x96\x39\xca\xa2\x4c\xf8\xe0\xb7\x99\xbb\x0c\x4a\xcd\xa0\x5a\x8b\xdc\x70\x6d\xcd\x4e\x62\xae\x45\xcb\xb0\xf4\xc1\x41\x2d\xfc\xf8\x97\x65\xc7\x10\x46\xe4\x21\xb8\xe2\xfb\xc1\x6c\x2b\xf6\x8c\xcf\x9f\xcb\x74\x35\x98\x5b\xe8\xd9\x79\xd4\x55\xed\x46\x8b\x4f\xc6\x0d\xf2\x53\x0d\x11\xd5\xa4\xba\x86\xbe\x6d\x6e\xf2\x43\x45\xc5\x26\x31\xb3\x4a\x25\xe1\x60\x01\x4e\xbf\x4b\xd6\xee\xb2\x1a\x3f\x8b\x94\x0f\xa5\xc7\x6d\xc7\x58\xee\x75\xd9\x91\x6d\x1b\xd5\x52\x01\x6a\x95\xc5\x7d\x9f\x8e\xa7\xbe\x3a\xe6\xce\x4a\x45\x85\x27\x69\x5d\xaa\xff\x41\xeb\xeb\x27\xb3\x0f\x33\x81\x2f\x03\x93\x39\x2b\x4b\xe4\x56\x10\xcf\xca\x8b\x5a\x26\xc2\x71\x94\x0d\x77\xcc\xfe\x3d\xad\x08\x85\xf5\x94\x79\x59\xda\x4d\x9e\x35\xe3\x59\x67\x0e\x5b\xb4\x0f\x63\x84\x1e\x28\xd5\xa0\x8c\xda\xe1\xa1\x0a\xee\x9a\x30\xae\xd9\xab\x32\x6e\x9a\x5d\x25\x93\xf8\xce\xcc\xf4\xf6\xde\x42\x7a\x14\x89\x5b\x57\x64\x4f\x23\x60\xff\x7e\x43\x55\x3c\x35\x56\x6b\xad\x48\xad\x11\x18\xd5\x95\xac\x66\x73\xef\xe8\x61\x74\xfc\xac\xa3\x82\x4b\xf6\xf5\xbc\x86\xf1\xb3\x87\x1f\xaf\x3b\x8b\x71\x3d\xcb\x69\x7c\xdf\x9b\x49\xf6\x6a\x8d\x2d\x41\xbe\xac\xd2\xeb\x5d\x31\x91\x64\x90\x98\xaa\x13\xb5\x96\xa1\xd7\x39\xc9\x7f\x77\xd0\x4a\x99\xf7\xb9\xa6\xb3\xef\xdb\x8a\xba\xbd\x12\x84\x8a\xd6\x77\x96\x70\x95\xcc\x45\x23\x7e\x69\x79\x81\xbe\xb8\x91\x07\x99\x87\x75\x71\xb6\x3e\xa2\x78\x5b\xfd\xe3\x87\xa9\xe3\xf9\x88\x74\xfc\x2a\x4b\xd5\x47\x27\x1f\x11\xd3\x5d\x5b\xa6\xdb\x9b\xe8\xaf\xe0\xf8\x9d\x91\x24\x11\x94\x6f\x88\x67\xef\xcc\x29\x4e\xbf\x0b\x62\xcb\xfe\x8f\x38\x3d\x6f\x98\x61\xa2\x71\x57\x4b\xcd\xf7\x2a\x18\x5b\x5a\xe3\x09\x63\x84\x51\x10\xa9\x72\x17\x98\xa5\x45\xde\xf3\xa0\x4c\x15\xd1\xa6\x91\x0e\xe5\x6f\x2d\xd7\xdb\x80\xfe\xe5\x41\x15\x98\x52\x76\xda\x22\xa3\x0c\x33\xe4\x24\x85\xbe\x37\x32\x7d\xfc\xf2\x06\xb6\x85\xab\xae\x60\xa0\xbd\x22\x4e\x69\xc2\x3b\xcf\x3c\x73\xd7\x42\x46\xfa\x85\xd7\x35\x50\xb0\x7c\xcd\x2e\xfa\xc5\xce\xbe\x3e\x6c\xc5\x53\xbb\xa9\x98\xa2\xc5\x34\x3b\xe2\xb0\xb7\x0b\xe8\x85\x5f\x52\x0f\xb8\xe0\xb2\xcc\xa0\xba\x72\xfc\xcb\xca\x45\xf2\x6b\xce\x40\x63\xb8\x30\x0a\x1f\xed\xa9\xcd\x83\xf9\xb2\x33\x5f\x56\xe4\x1a\xc1\x98\x84\x5b\x54\xb9\x83\x69\x36\x27\x46\x1e\xe6\x96\xa4\xe6\x9f\x31\xf3\x7c\x7e\xa8\xc6\xec\xb2\x37\xd3\xfb\x6a\x3c\xd7\x61\xc5\x2c\xad\xb4\xb7\xf5\xa5\xe3\x6b\x2a\x01\x90\x87\x71\x4c\x03\x34\x2d\xd6\x66\xed\xf6\x19\x33\x39\x6a\x80\x6f\x17\x46\x47\x58\xdd\x6b\x80\x7f\xa8\x8b\x78\xd9\x19\x96\x29\xad\x1e\x7d\xd2\x1e\x22\xc4\x9c\xca\xfe\xb9\xe9\x01\xf7\x15\x6a\x99\x20\xc2\x4d\x98\x69\xde\xb9\x83\x52\x14\xa7\xe2\xcb\x37\xeb\x9a\xd3\x53\xb9\x72\x99\xc2\xf1\x86\x68\x9b\xb2\x18\xad\xb2\x26\x71\x76\x36\x0a\xbe\x41\x46\x01\xa6\x46\xdd\x55\x9d\xe3\xf0\x8f\xb2\x73\x1e\x2b\xc2\x3c\x40\x4a\xa4\xe0\x40\xb9\x2a\xff\x80\xf3\x40\x71\xbd\x21\x13\x1d\xd6\x25\xdb\x2e\x52\x32\x1e\xf4\xce\x9e\x42\x53\x49\x44\x31\xef\xfe\xd6\xb6\x77\x6b\x25\x5a\x32\xaf\xa8\x20\x39\x3c\x38\x75\xe5\x3d\x5f\x4b\x5f\x70\xb9\x68\x20\x39\x81\x6a\xe7\x29\x30\x69\x4e\x33\x2a\x55\xa9\x10\xf6\x95\x3f\xd3\x6c\xd2\x2d\xd6\xb2\xec\x81\xb8\xe7\xc4\x28\x37\x54\xea\xc3\xcb\xc4\xf3\x94\x05\x34\x21\x12\xc5\x58\xa6\x54\x3e\x9f\x58\x74\xe9\xad\xb9\x63\xfd\x24\x37\xd4\xc2\x13\xf6\x5f\xd0\xb7\x97\xc1\xde\x5b\x8b\xf5\x4a\xae\x9c\x0e\x6a\x46\x42\x86\x25\x89\x0e\xd6\xe4\x93\x7c\x98\xb6\x5b\x30\xa6\x26\x58\x43\x50\x7c\x1d\x3e\xf2\x2e\x51\xe8\x65\xcb\x60\x16\x59\xb2\x9c\x37\x77\x0f\x27\x4f\x1b\x16\x8f\xdc\x81\xb9\xa4\x02\xa0\x57\x04\x74\x25\xad\x59\x9f\x5e\x00\x4c\x6a\x19\x2c\x5b\x74\x85\x7a\x4c\xe7\x92\x03\x44\xa8\x04\xfd\xf4\xc8\xe8\x93\x2b\x87\x53\x34\xdc\x11\x36\xae\x41\x08\xf7\xa5\x29\x33\x30\x52\xa4\x98\x38\x02\x9f\x61\x63\x11\xa2\x9d\x44\xc9\x8b\x2b\x11\x7c\x51\xae\x9e\xdc\xdb\x19\xd1\x7b\x95\xae\xe2\x5d\x66\xfd\x0c\xe2\xef\xa8\x1c\x16\x07\xa7\x15\x9d\xc7\xa8\x8c\xe4\x1d\xdc\x19\xf1\x19\x90\x13\x63\x9e\xd9\x28\x58\x43\xa6\x0b\x65\xa0\x39\x1c\x6c\x47\x84\xea\xaa\x1e\x6f\xd6\xc6\x18\x70\x25\x12\xc9\x30\x28\xcb\x66\x7d\x19\x33\x79\x7f\xa7\xf7\x6b\xe3\xe2\xd9\xe9\xa8\x8d\x69\x12\xd9\xc5\xba\xf2\xd4\xe1\x8a\x88\x16\x77\xf4\x93\xdc\x3f\xbd\x6a\x49\x9b\x7d\x5e\xfe\x4a\xf2\x88\x21\x45\x1b\x2c\xb3\x24\xc9\x09\x63\x95\x87\x07\xb8\x19\x49\x33\x91\x37\xee\x1c\xb8\xa3\xb1\xe8\x3a\x5d\x35\x74\x9b\xbc\xae\x35\xd1\x87\xc7\x7e\x2a\x6f\x2a\x67\x37\xf3\x55\x2d\x1a\x7f\x63\x42\xde\x56\x5f\xba\x29\x5c\x17\x76\x46\x4f\x03\xcd\xa1\xa8\x34\xa5\x62\x42\x4e\x68\x76\xf6\xee\x2f\x67\x6f\x54\x63\xaa\x03\x8b\x0e\xba\xcd\xa3\x3e\x60\x46\x09\xc9\x7a\x7a\xca\x7f\xa2\x59\xfc\x9e\x93\x82\xcf\x9d\xf4\x0a\x4a\x01\x6d\x31\xae\x70\xb8\x6d\x38\xa7\xde\x6b\x78\x12\x92\x72\x86\xfc\x16\xd6\x74\xe3\x73\x00\x18\x62\x03\x44\xb0\x74\xb6\x0f\x49\x40\xc3\x40\xa8\xff\xe9\xfb\x54\xdf\x08\xed\xe4\xef\x1a\x21\xbb\xcf\x1f\x34\x82\x25\x55\x4e\xe3\x06\xfa\x87\xb7\x0a\xb5\xf9\xbe\xf8\x5b\x5c\x6a\x11\xd6\x8e\x5f\x7b\xe2\xa1\x54\x3a\x7e\x4d\xdb\xd6\xbd\xdd\x38\x1f\x6c\xc1\x5c\xc3\x63\xaf\xec\xfd\x66\xc9\xde\x9f\x59\x32\x32\x67\x1f\xcd\x36\x19\xcf\xff\x8b\xe3\xfd\x29\x10\x7b\x7f\x12\xc4\x27\x93\xfa\xb3\x30\x02\xbe\xa7\x9b\x80\x17\xdf\xf6\x42\xd9\x9d\xd0\x6e\x75\xd3\x75\xde\xd4\xb8\xd2\xa4\x83\xab\x3d\xbf\x0d\x04\x37\x3e\x10\xcf\x90\xde\x91\xb5\x93\xdc\x82\x96\xa4\x9a\x97\x3e\xce\x72\x8f\x54\x88\xcc\x73\x5e\xb2\x96\xf9\xca\x34\xc9\x0d\x22\x4b\x9b\xff\x32\x6b\xa6\xe7\xf5\x8b\xaa\x11\xe2\x22\x4a\x82\x13\xbe\xe6\x9b\x3a\xec\x4f\x2a\x9c\xc2\xf6\xb1\x76\x07\x1c\x5b\x7c\xdd\x6e\x88\xaa\x49\xd0\x68\xcc\x0a\xc4\x93\xac\x99\x65\x2d\xc8\x9c\xcc\x9b\xf1\xab\x40\x05\x54\x1c\x7e\x82\x95\x2d\x73\x28\x6a\xb0\x99\xb1\x91\xe2\x20\x97\xc0\xd1\x4c\xf5\x96\x48\xe4\x25\x3e\xaa\xe6\x9d\x38\xe8\xe5\x18\xf0\xe0\x07\x3d\x21\x0f\x30\x8d\x3c\x62\x0d\xd1\x51\xff\xe2\x60\x21\xd7\x3f\x33\x6a\xce\xfc\xd1\xa8\xc1\xaf\x47\xfd\xd5\x64\xea\x2a\xa0\x2b\x14\x73\xe1\xc5\x8e\x7e\xbe\x64\x6f\xcc\x21\x35\x53\x8d\xfb\x7b\x41\xad\x10\xf4\x54\x38\x6e\x08\x16\x7b\x01\x80\x45\xec\xfc\x1c\x80\xf9\xbb\xd5\x0a\x32\xec\xac\x6e\x39\x8e\xad\x4b\xb5\x80\x33\xf5\x92\x04\xd2\xdc\x60\xa2\xa2\x7a\x1e\x3b\x1c\x32\xc6\x45\xb8\xf2\x3b\x78\xde\x45\xf0\xd4\x34\x05\x23\xc6\xc3\xb5\x6c\x38\xf5\x22\x33\x37\x2b\x27\xb4\x0b\xec\xe6\xab\x1e\xdf\x88\x40\x54\x22\x8d\x09\x35\x4a\xf4\x7b\x68\x49\x3c\xab\x93\xd4\x19\xa0\xa7\x49\x30\x69\xa4\x41\x21\x3c\x3c\xf5\x78\xaa\xe6\x25\xa3\x4a\xbf\x17\x43\xa1\xab\x42\x51\x0a\x30\x0a\x98\x99\xf8\x82\x79\x3b\xb6\xf5\x47\x20\x5a\xf7\x62\xab\xd8\xb4\xa9\xd2\x20\x1f\x62\xcf\x48\xfd\x40\xfb\x8b\x05\x66\x95\x16\x9d\x5e\x24\x61\x54\xb0\x23\xd8\xe5\x3c\xc4\x68\xdd\x87\x37\xeb\xd4\xa3\x4a\xe6\x2d\xbd\x52\x51\x9c\x04\xc1\x87\x73\x71\xa2\xcc\x7f\x77\x3c\xd5\xfc\x42\x58\x5d\x6b\xae\x53\x57\xc1\xaa\xe8\x45\x68\x63\x8d\x68\x5a\x0b\xbe\x49\x70\x76\xcd\x84\x2c\x0c\xcc\x15\x2e\x68\xc0\xb3\x39\x6a\x26\xe7\xb2\xce\x24\xeb\x34\xf7\xd5\xe5\x6e\xc5\x56\x74\x58\x0b\x29\x7e\x7e\x9e\xb5\x30\xaf\x57\xcd\xf8\x42\x86\xea\xbd\x7c\x6b\x47\x70\x87\x20\xaf\x1f\x75\xcb\x02\xbd\x3f\x72\x02\x81\xa5\x4b\x38\xb6\x48\xac\x45\xfc\x1f\x32\xb6\xa8\x92\x7d\x1c\xf7\x3c\xe1\x63\xb0\xf4\xf7\xbe\x13\xa8\xde\xa3\x78\x07\x79\x69\x30\x8c\xf0\x00\x46\x4d\x7c\x97\xea\x34\xa6\x19\xdc\x31\x76\x29\x71\x6d\xba\x14\x47\xe0\x1f\xde\x7e\x05\xe6\xf1\xa0\x69\x6d\x6b\x2d\x19\x57\xc9\xa2\x23\x2b\xfc\x68\xaf\xd3\x67\x13\xbd\xb1\x3f\xcc\x07\x18\xf6\x67\x28\xc6\xc6\x54\x4f\x4d\xb4\xb2\xd3\x03\x45\xcb\x99\xe4\x6f\xd5\x70\xee\xa0\x5a\x0a\x95\x77\x9f\x63\x4f\x9b\xd4\x6a\x65\x46\x7a\x4b\x64\x7c\xfd\xe2\x74\xd4\xfe\x51\xf8\xab\x62\x13\xb7\x3f\x4e\xdb\x1d\xc4\x0e\xa1\xf0\x5f\x79\xa6\xa6\x83\xc7\x64\x41\xd6\xbb\xd4\x14\x65\xac\xa7\x8a\x8f\x6e\x89\xe8\xf8\xf6\x45\xec\x17\x88\x77\x66\x7a\x44\xc6\x0e\x3b\x1d\xf5\xed\x2e\x33\xf1\x74\x6f\xa3\x56\xaa\xcb\x26\x5e\x6d\x41\x86\x35\xcf\xe9\x55\x61\x6a\x5b\x06\xbb\x50\xdc\x6d\x39\x63\xa3\x7c\xc6\x75\xd6\x69\xac\x91\x5b\xe5\xa2\xed\x01\x7a\xde\x3c\xcd\x05\xd7\x34\x77\xec\x11\x57\xc1\x64\x9b\x61\x8e\x16\xc1\x41\x64\x8f\x60\x5e\x5f\x3d\xc6\xfe\x03\x5d\xde\x0b\xbe\x6f\xdc\x90\x77\x93\x80\xac\x35\xc0\x40\x13\x59\xac\x1f\x5e\xb4\x9c\xc4\x7b\x99\xc5\x16\xfa\xcc\x6f\xc8\xda\x29\x59\xe3\xd9\x25\xa2\xdf\x9a\xce\x0a\x5c\x15\x04\x17\x70\xfc\xdd\xb2\x04\xef\x1a\x65\x38\xd5\x2d\x91\x2b\xed\x9d\x99\xd1\xe3\x28\xa2\x80\x93\xbc\x23\xe7\x98\xa7\x0e\x63\xfa\x9c\x99\xa5\x18\xf2\x16\x62\xd6\x87\xbf\x0f\xcc\x02\x8b\x4a\x95\x5b\xbd\x40\x73\x5a\xfd\xa8\x92\x7a\xc5\xb6\xaf\x20\x6d\xbd\x32\x47\x3d\x91\x47\xc7\x69\x28\x1f\xd1\xd9\xa1\xd8\xc7\x86\x50\x2e\x76\x5c\xd9\xbb\x64\x89\x93\x47\x06\x7c\xd0\x54\x3a\x7e\x84\xbf\x22\xa4\xd9\xfa\x01\x80\xa2\xd3\xf4\xa5\x1e\x4a\x26\xae\x8c\x2f\xb2\x24\xb0\x63\x42\xc1\x1e\xce\x85\x37\xd2\xd7\xdc\x6f\xde\xfc\x3c\xed\x45\xfd\xd4\x60\xe9\x15\x35\x6c\x7d\x9d\x7c\xcb\x52\xdc\x57\x39\x0b\x62\x5e\xaa\xa7\x2e\xe1\xfd\x7b\xba\x84\x03\xbe\xcd\x78\xb7\xf3\x41\x1b\xb2\x74\xe7\xf0\x1c\xc3\x90\x89\x3f\x7d\x9e\xa5\x54\xcd\x99\x7b\x94\xb5\x46\x6a\x5c\xad\x92\x75\xb9\x7a\xa6\x7b\x2e\x5a\x03\xde\x1d\x72\xcf\x73\xe4\xdc\xed\xa5\x79\x06\xeb\xab\x4c\xd2\xf7\x35\xcf\xf3\x97\x84\xbb\xa1\x7b\x89\xbc\x97\xc3\x49\xd5\xe4\x15\x14\x03\x2c\x1f\xd3\xe5\x41\x2c\xc1\x1f\x35\xef\xa6\x47\x85\x21\x61\x28\xda\x43\x9b\xc8\xae\xda\x86\x46\xec\x6d\xd0\x65\x4e\x74\x86\xdf\xd5\x95\x82\x15\x23\x6b\x6c\xfc\xf2\x78\x20\xf7\x15\x65\x86\x2e\xac\x0d\xc1\x92\xce\x21\xd7\xcf\x58\x4e\x9e\x60\xd9\x3f\x3a\x6f\x16\x67\x1c\x80\x54\x5b\x47\x2f\xeb\x63\xf8\xae\x35\x36\x15\x54\x9c\x20\xb4\xbe\xa4\x4c\x44\xf1\xf9\xfc\x68\xfa\x49\x31\x84\x05\x74\x98\x5f\x8f\xd0\x82\xdf\xdf\x67\x47\x1c\x76\xf1\x70\xa2\x47\xdd\x5f\x0f\x79\x51\x43\x23\x19\xb3\xfa\xdb\x21\x4f\x6f\xc3\x39\x20\x90\x8c\xd8\xee\xd7\x1d\x3d\x32\x27\x5d\x8e\x07\x67\x8b\x4e\xfa\xab\x1d\xa7\x83\xfe\x40\x4e\x60\x45\x8c\x00\x7a\xd9\x45\xab\x38\x48\xe8\xd8\x5b\x89\x0e\x65\xad\xcf\xec\xd4\x04\x89\x8d\xed\xab\x71\x55\xf0\xf0\xa0\x96\xf1\x54\x92\x68\x8b\x03\xb5\xb2\x25\x43\xd2\x69\xe2\x5c\x14\x75\xe6\x00\xa2\xeb\xe6\x5a\x33\x8d\x68\x83\xf1\x9f\xc1\xc4\xa3\x4f\x8e\xdc\x0b\xde\xad\xa5\x94\x2e\xa0\x21\x1c\x14\x76\x23\x9a\x8b\x96\xd3\x50\x41\x73\x4c\xae\xfe\x36\x92\x5c\x00\x1e\x49\xb9\xc2\x29\xe5\x91\xaa\x3c\xc3\x7b\x26\x7c\xa2\xb2\xb4\x61\x7b\x5a\xc3\x10\xf6\x49\x7b\x27\x2d\x5e\xcc\x37\x77\x45\xc0\x7f\x8e\xbd\x74\x52\x6a\xa3\x37\x38\x4e\xdd\x65\x76\xaa\x45\x33\x6c\xc5\xf4\xd7\xfb\xa4\xae\xf2\x6d\xf0\x90\x1e\x65\xba\x6e\xbe\xca\x0d\x47\xa4\xd5\x42\xdf\x78\x59\xa3\x2d\x33\x59\x06\xc5\x10\x89\x8b\xb9\x11\xb7\x2f\x71\x4f\xf2\x2a\x04\x69\x32\xea\x10\x76\xa6\xf0\xb7\xe9\x2c\xbb\x19\x52\x44\x65\x8c\x9f\xa8\x3a\xc9\xd0\x89\xad\xf7\xf9\x0a\x24\xb8\x4f\x57\x64\x52\xe0\x08\x59\x5a\x4d\x45\xaa\x77\xac\x79\x56\xf6\x9d\xcc\x3b\x09\xe0\x62\xca\xfc\x8c\x07\xdb\x69\x43\xd5\x83\xd2\x90\x19\xce\xe2\x73\x52\xf0\xd2\xf3\xfa\x78\x72\x6f\x3d\xe5\xcd\x2d\x4e\x98\x6a\x12\x86\x0d\x06\xef\x9a\xf4\x10\x7d\x71\x07\x88\x02\x32\x27\x7f\x4e\x0f\x22\xe7\x0a\xf6\x13\xbb\xf0\xaf\x36\x31\x95\x97\xb8\xb4\xa1\xe1\x41\x67\x88\xf0\x5e\x52\x20\x0c\x8d\xf2\x90\x42\xf4\x4a\x06\xa6\xed\xa9\x47\xca\x3f\x27\xf9\xcd\x24\x44\xad\x32\xb9\x67\xef\x4a\xc7\x63\x90\x83\xff\xc2\xef\x01\x0d\x58\x0d\x70\x57\x05\x23\xce\x7c\xad\xd8\x3d\xfa\xa3\xcd\x5a\x2d\x09\x67\x5a\x2f\xe0\x79\xeb\x86\xde\x7d\x05\xf0\x69\xad\xa4\x53\x5e\x88\x9d\x5e\x31\xbf\x55\x3d\x6e\xd4\x50\xa6\x64\x8e\xee\x03\x79\x90\xc1\x79\x84\x1e\x7d\x22\xcb\x09\x2b\x7b\xa9\x49\xee\x03\x38\xf4\xaa\x3e\x73\xa1\x13\x57\xd4\x4b\x8f\x19\x2d\xd7\xa2\x15\x93\x98\xb6\x2b\x41\x03\x10\x4e\xc9\x89\x02\x37\x75\xe1\x45\x66\xf2\x54\xb9\x0d\x1f\x13\xae\x33\xa4\x0f\x57\x1e\xac\x4c\x0f\x99\x6c\x2d\xb6\x49\xb6\xe2\x93\x3b\xf1\x6d\xe2\x2b\x21\x09\x57\x33\x5f\xf8\x96\xb3\xc2\xed\x6a\x8b\xb7\x6a\xf2\xf5\xb8\x75\xf4\x79\xac\x49\xeb\x5a\x8e\xe4\xc9\xb3\x47\xd9\x1d\xc6\x37\xf9\x0b\xb5\x28\x36\x66\x0e\x9e\xf5\x19\xf2\x92\x60\x9d\x60\x0f\x0f\xad\xce\xb4\x6c\x01\xea\x5e\x66\x5b\x54\x4e\x1a\x70\xc9\x8c\x60\x14\xc7\xd3\xa3\x37\x09\x30\x82\x9c\xf9\x1d\xb3\xe6\x65\x99\xb5\x6b\x39\x76\x74\x85\x6e\xad\xc1\x6f\x0c\x62\x5e\xd2\xae\x9e\xbc\xe4\xcb\x19\x2f\x79\xe5\x2a\xd3\xe3\xee\xcf\x6a\x8c\x7c\x05\x57\xde\x56\xde\x00\x46\x38\xba\x8f\x3c\x16\xfd\x78\xac\x95\xe4\xc8\x21\xe7\xd2\xcd\x72\x2e\xc2\x2f\x08\x6f\x24\x78\xfa\xbb\x26\xe6\xde\xc4\x58\x12\xed\x5a\x48\xa9\xc7\xd6\x37\x51\x86\xbb\xb8\x66\x62\x26\x48\x45\x1d\x16\x09\x2c\x30\x2d\x26\xc1\x41\x0f\xed\x68\x6b\xc9\xbf\x74\x20\xa6\xcf\xe7\xcd\x29\x9b\x39\x12\xec\x30\xf6\x95\xb9\xd2\x50\x5b\x8b\xaf\x67\xbd\x90\xe8\xb7\x93\xe9\x98\xd7\x5b\x9e\xbc\x41\x2d\x63\xd3\x02\x34\x56\xe2\xa3\x74\x4b\x6b\x97\x93\x64\x01\x09\xfb\x35\x21\xa7\x81\x52\xcd\x91\x68\x0c\xc5\xe5\x24\x40\x12\x60\xd1\x19\x8f\x79\x14\x9d\x00\xb3\xb6\x34\x1b\xe8\xd5\xdc\xd3\xba\xd6\x90\xa8\x4a\x24\xa7\x4e\xff\x62\x70\x27\x94\xe3\x8c\xf8\x0b\xed\x44\x6b\xc9\x37\x7c\x4f\xe9\xbd\x2b\x61\x97\x5c\x4c\x51\xff\xd0\x5c\xfe\x6a\x27\x7f\x75\xa4\x0b\xdc\xc9\x7b\xc8\xe8\xf1\x38\xf5\xb8\x77\x66\xa3\x94\x3c\x3d\xc7\x13\x63\x02\xca\xb7\x5d\x76\x60\xa4\xc8\x35\xf4\xd7\x00\x3e\x30\x65\x27\x0e\xbf\xe4\x38\x44\x26\x47\xd3\xf5\x4a\x66\xdf\xa2\x2b\x8a\x0f\xed\xad\x3d\xb1\xdb\x27\xcb\x6b\xe5\xf5\x4d\x87\xa0\x8b\x25\xf6\x6c\x8a\xa6\x37\x52\x38\xc9\x49\x17\x65\x7d\xd6\xbf\x4d\xfc\xd9\x1b\xf2\x96\xd4\xde\x46\x08\x86\x7b\xfa\x6e\x53\x51\x2c\x19\x23\xe0\x8c\x28\x7f\xfb\x2a\xb8\xe7\x9f\x85\xa6\x84\x93\x45\x96\x1c\xd4\x29\x2e\x47\x8f\x4e\x4b\x55\xbb\x33\xec\x7d\x73\xdf\xe6\xde\xd3\x25\xa6\x18\x7f\x80\x98\x16\x72\x3b\xe9\xc3\x86\xf2\x1f\x57\xcd\x58\xbe\xe6\x21\x95\x1e\x03\x55\x51\xb0\x1b\x20\xb6\xe7\xd1\x65\xbe\x21\x5f\xf9\x49\xa3\xd0\x36\x2a\x87\x5f\x74\x53\x16\x41\xa4\x8d\xd2\x8e\x34\xf0\xa4\xe7\x28\xd9\x35\x12\xa6\xd6\x01\x1e\xa1\xf5\x9b\x66\x02\x1e\xef\xf2\xa7\x93\xc1\x8f\x6e\x25\xf1\xf4\xf9\x47\xac\x85\x96\x69\x4a\x53\x70\x27\x7f\xde\x74\x64\x7e\x79\x90\x2f\x68\x5b\x29\x9c\x7f\x34\x31\x27\x4d\x25\x6d\x79\xf1\xd7\x4d\xff\xdc\xc9\x16\xb1\xa0\x57\x3a\xef\x68\x66\xd2\x93\x4a\x69\xac\x97\xf1\x7b\x6d\x9f\xc9\x6f\xa6\xe0\xaa\xd4\xe7\xb4\xc3\x66\xbf\x38\xa3\x42\xeb\xa8\x0d\x5b\x03\xbd\xfa\xac\x32\xe4\x67\x2c\x37\x75\x3a\x71\x07\x5f\xe0\xc5\xbc\x0d\x8d\xca\xac\xf4\xc3\x5f\x08\x32\xb2\xbf\xbe\xf1\xee\x71\x97\xf9\xa5\xc2\x42\x3b\xc1\xff\x22\x08\xdf\xa2\xc3\x95\xa6\xa7\x75\x63\xc9\x40\xa5\x21\xe8\x28\x2d\x20\x4c\xa1\x6a\x71\xbb\x1f\x23\xb6\x89\x04\x86\x47\xcb\x4a\x12\xdc\x60\x2f\xfc\x94\xde\x4d\x03\x1d\x73\xad\x40\xa1\x92\xb3\xb0\xd3\x48\x2c\x23\x2c\xe9\x59\x95\x3f\x51\x6d\x31\xfd\xbb\xaa\x08\x99\x9e\x32\x5b\x2d\x7f\x77\x95\xff\x62\x31\xbc\x5b\x85\xa8\xf3\xa6\xa4\x74\x90\xfd\xe6\x9a\x98\x19\xf3\x3e\x9a\x56\x8b\xb1\x96\x31\x7b\x10\xc4\xbc\x49\x8f\xbe\x00\x71\x2b\xce\xb1\xc8\x7a\x04\x6f\x47\xef\x1a\xe2\x45\x08\xa2\x43\x87\xd2\x78\xa9\xe6\x85\x16\xcb\x93\xce\xa4\x30\x40\xe2\x9a\x19\x0f\x1e\xa7\x07\x17\x23\x26\xe6\x1c\xa7\x96\xf6\x94\x5b\x95\xce\xac\x44\xb0\x15\xaf\xc5\x8c\x27\xdd\xa8\x03\x3d\x35\xf1\x06\x2d\xd1\x31\x0f\x5c\xa2\x2f\xf0\xde\x72\x1d\xc1\x52\x1f\x13\x52\x38\x75\xd1\xf5\x33\x96\x56\x24\xe2\xdb\xe5\x49\xf6\x94\x57\xe1\x09\xe8\xed\x7e\x73\x00\xa4\x10\x5f\x3c\xa5\xc2\x33\x13\x72\x88\x57\xa9\x44\xc6\x98\x3e\x8b\x41\x8c\xcc\xbe\x09\x6e\x61\x40\x9b\x7f\x1e\x37\x27\xa7\xef\x20\xe0\x85\x33\xff\xec\xa5\x6a\xdc\x49\xcd\x02\xff\x64\x1e\x16\x03\x19\xe1\x7b\xe4\x8b\x05\xf3\xa7\x4e\xda\xbf\xfa\xc2\xdf\xba\xa4\xd4\xf1\xb2\x18\x06\x83\x68\xbc\xfa\xf9\xda\xfc\xbc\x9b\x5e\xe4\xe5\x13\x2f\xf2\xc6\x48\xfa\x02\xd1\xf7\xae\xa0\xa3\x7e\x3b\x30\xcb\x04\x85\xc4\x9f\xe0\x04\x42\x7f\xa5\x83\x92\x85\x6b\x4e\xab\x21\xbe\xc3\xc2\x5f\x04\x9d\x31\x44\x60\x5e\x67\x1d\x57\x69\x30\xea\xc6\x5b\x13\x41\x00\x68\x20\xeb\x19\x28\xc7\xeb\x8d\xdd\x5e\xef\xc3\x69\x2b\x57\x0a\x98\x76\x72\x92\x99\xde\xc4\xa4\xaf\xaf\x95\x41\x55\xd3\xd7\xcd\x93\x9d\xc7\x93\x85\x11\x15\x53\x1b\x64\x0d\xe7\xdf\x7b\xe6\x83\xa1\xae\x62\xe9\xa7\x33\xc1\x7d\x51\x21\xa3\x4f\x38\x0d\x88\x04\x22\x8f\xdb\x73\xea\x3d\x5d\xb4\xb3\x8b\x11\x02\x6d\x5e\x33\x7f\x0e\x84\x8a\x8a\x47\xaf\xf8\x22\x2f\xc9\x98\x6f\xb0\x54\x06\xf5\x09\x83\x27\xba\x79\x00\xc1\x84\x34\xa6\x53\x48\xf0\xaa\x22\x32\x5c\x18\xc6\x3a\xd1\x48\x80\x96\xde\xa5\x10\x76\x3f\x4e\x6d\x27\x91\x76\x76\x07\xa3\x18\xb5\x8a\xcb\x60\xb8\xe4\x97\x53\xea\x0c\x67\xf8\x2f\x18\xd3\x5f\x7c\xf2\x44\x75\x1d\x7a\x62\xfd\x9c\xf0\x9b\x9b\xbb\x66\x82\x03\x79\x18\xa4\x8c\xdb\x40\x4f\xb1\x59\x5f\xe2\x84\xc0\xee\x17\xd8\x24\xd4\x72\x74\xbf\xa4\x1d\x78\x21\xa9\xd4\xda\x5b\x3e\xd1\xc4\xa8\xe2\xe6\x31\x5e\xaa\x97\x53\x3e\x10\xbc\x4e\xcf\x8a\x14\x1e\xf9\x92\x81\x0e\xd8\x09\x3e\x17\xff\x04\xfb\xb5\xf4\x25\xd0\xf6\xe1\x52\x8d\x02\x8c\x6e\xc0\x02\xbd\x3d\xa6\xbc\xeb\x92\x43\x66\xf2\xbd\x1e\x93\x78\x53\xc0\x2d\xb8\xb3\x53\xc8\xf8\xb1\xbe\x42\x39\x92\x69\x87\xa4\x3c\xf6\x64\xc0\x1c\x80\x00\x2b\x19\xdf\x2e\xce\x89\x09\xf2\x02\x49\xe5\x69\xe1\x79\xe8\x9e\xc0\x13\x56\x0f\xe4\xa5\x8c\xe4\x1d\xaf\xd3\xa2\x4b\xef\x09\xa8\xfd\xdc\x64\x8c\x66\x5c\x06\xc4\xab\xa4\x5a\x6e\xfa\x66\xac\x9f\x80\x6b\x75\x9a\x3c\xca\xfe\xb6\xf2\xcd\x1b\xef\xeb\x37\x96\x26\xe9\x71\x42\x66\x37\x27\x3f\xd1\xd8\x3e\x91\xed\xe3\x71\x94\x18\x68\x42\x09\x41\xf8\xa4\xb5\xe4\x3a\x59\x31\x23\x98\xb1\x28\x1a\xbe\x30\x39\x8d\x1e\x7c\x16\xba\xb4\x23\xd9\x0e\x76\x38\x49\x15\xa0\x62\xf3\x7c\x60\xdf\x7b\xdb\xb0\x9a\xf9\xe5\xa9\xc6\x33\x6a\xd7\xe4\xed\xdf\x35\xef\x86\x6f\x78\xc8\x28\x58\xd4\x21\xec\x49\xde\xe8\xd6\x15\x1b\xd0\x5c\x98\x7b\x3a\x7a\xe6\x2b\xff\xb3\xf0\x74\xba\x0f\x50\xeb\xb2\xf4\xba\x2f\xca\xf5\x80\xc9\xe4\xed\x47\x17\x4c\xe1\x20\x25\x72\xb7\xd0\xd3\xe0\x76\x56\x25\xf3\x32\x77\x22\x80\x3b\x84\xfd\x73\x4f\x5d\x53\x1e\x5b\xd0\xa2\xed\xa2\x46\xf3\x94\x5c\x50\xb2\xf5\xad\x03\x0f\xe8\x5d\x2d\xd9\x19\xd1\xb4\x96\x6a\x31\xdb\x21\xb8\xf4\x8e\x77\xef\xf0\xcb\xbd\x91\xf8\x97\x5b\xb6\x63\xc8\x5c\x97\xd5\xe1\x1a\xb5\x93\x0d\xb1\xb3\x62\x95\x62\x49\x70\xdf\xd8\x72\x97\xbc\xd3\x01\xbb\xf9\x5f\x0e\xb8\xcb\x0c\xb8\x9f\x9b\x47\x86\xf9\xe4\xa4\xa8\x59\x72\x01\xea\x37\x4c\x71\x0f\xb6\x66\xd4\x39\x85\x3c\x33\xcc\x05\x33\xc4\x4e\x61\x07\xbc\x81\x21\x8d\x68\xef\x70\xec\x91\xae\x43\xcd\xf5\x0d\xfd\x89\x58\x0d\x8d\xa6\x52\x4f\xd2\x6a\x0e\x3b\x31\xb4\x06\x0b\x33\xd5\x48\x87\xd9\x93\x58\xf3\xda\xf9\x32\xd7\x6e\xba\x4c\x0e\xd5\x2b\xfd\x72\x99\x87\x23\xb8\xd2\x89\x4a\xc4\xb1\x9f\xfa\xde\x66\xfa\x1e\xa3\xef\xce\xe5\x9f\xda\xb3\x2b\x01\xe1\xde\x82\x10\xf9\xfe\x10\x6d\x5a\x48\x55\x50\xc1\x0e\x73\xf0\xf7\x3c\xbe\x10\xc5\x6b\xf7\x7f\x0e\xb8\xa8\x84\x31\xed\xf0\x3c\xfa\xf4\xc4\x77\x7b\xa0\x31\xc1\xc0\xac\x3a\xf0\xd8\xe3\x95\x93\x48\xa8\x0c\xa0\xad\xcc\x04\x07\xe7\x0d\x46\x08\x73\x72\x7f\x2c\x87\xf5\xf5\x94\xd9\xaa\xf0\x0e\xcb\xfa\xbc\xcf\x3e\xbb\xc5\xc5\x17\x55\x55\x72\xac\x77\x76\xa3\x10\x71\xfd\x41\xd8\xff\xe9\x43\x5a\xb4\x87\xf4\x2e\x66\x31\xc8\x8a\xb1\x80\x41\xc8\xb2\xdf\x99\x3c\x48\x48\xba\xf3\xc4\xbc\x09\x20\x0d\x8d\x5e\x3a\x8a\x59\xeb\x3d\x65\x95\x67\x84\x27\x22\xde\xde\x5b\xea\xa7\xe3\x67\x19\xe3\xce\x55\xcd\x49\xc5\xb5\xcc\x46\x53\xa8\xeb\x0c\xce\x66\x51\x12\xc9\x75\xc0\x34\x71\x43\x56\x24\x16\x3f\x16\x2e\xb5\x01\x99\x95\xb1\x16\x15\xde\x98\xb1\x24\x6b\xf1\x95\xd7\xcc\x71\x53\x61\xf7\x36\x6e\x6a\xf7\xf6\x85\x7e\xbf\xd3\x2a\xc9\x32\x49\xcc\x33\x16\xc4\xcc\xc2\x0d\x59\x2d\x64\x32\x37\xa4\xbe\x6c\x87\x0c\x30\x38\x3f\x26\x09\xdb\xe5\x16\x9f\xfe\x86\x36\x1a\x2e\x18\x41\x9e\x33\xb9\xed\x50\xc5\xbb\x14\x4f\x33\x23\x19\x54\x55\xb0\x82\x16\x02\x1b\xe2\x99\x44\x3d\xca\x3f\x33\x4f\x7b\xa2\x41\xb6\x6b\xaf\x52\xae\x0e\x45\xe5\x69\x64\x7a\x75\x65\xde\x63\x42\xec\x2b\xef\xdd\x3e\x28\xc7\xad\xbc\x3d\x8e\x92\x3d\x5c\xee\x84\x3e\x6e\xbd\x43\xb2\x70\x8f\x1e\x85\xde\x4c\x0f\x61\xc5\x41\x52\x5e\xf5\x02\xd9\x9d\x9b\x09\x7d\xb1\x7a\x45\x80\x1f\xe2\x0f\xcc\x44\xc0\x12\x8a\x46\x2f\x3b\x9a\xa9\x54\x7e\x1a\x01\xba\xfb\x0b\xc2\x37\x77\xf6\xaa\xc1\x09\x5a\x3e\xf4\x0e\x42\xec\xca\x4d\x9e\xbc\x18\x66\x84\xf7\x4e\x67\x47\x06\x28\x99\x1d\x75\x62\x9e\x14\xec\x57\x2f\x31\xa7\x6c\x81\x29\x06\x2f\x27\xce\x5b\xcd\x04\x7e\x66\xed\xd5\xfe\xd9\x75\xcc\x75\x1f\x0a\xd3\x5e\xfe\xec\x55\xf4\xc7\x4b\x3c\x7e\xf0\x8a\x35\x4f\x3c\xf3\xf3\x9a\x17\xc7\x6b\x0e\x32\x6b\x3e\xdd\x35\xca\x55\x3c\x68\x46\x56\xde\x56\xa6\x60\xd2\x95\x07\x14\x41\x86\x8c\x32\xab\x59\x58\x94\x55\x72\xae\x78\x11\xd0\xbf\x79\x92\x5a\x98\x0d\x7b\xeb\x55\x6c\xba\x34\xaf\x54\xcd\x8f\x3a\x4c\x45\x8a\xd5\xbd\xc5\x48\x13\x69\x3e\xe2\x0c\x3a\x5d\x1a\x84\xec\xe3\x17\x45\xab\xd1\xe9\xb7\x16\x31\x17\x70\x65\xc2\xdb\x0e\x73\x24\x4a\xd6\xaf\x06\x3d\xf0\x4d\xe8\x24\x69\x5f\xea\x52\x6d\x9a\xe1\xaa\x9d\xc1\x33\x0b\x2d\x3a\xe2\xdd\xe3\x2b\x15\x21\xc4\x46\x62\xee\x26\xa2\x9b\xac\x80\xd9\xcf\x23\xb3\x62\xfd\x9b\x89\x95\x86\x15\x60\x15\xea\xe9\x9a\x31\x3e\x31\xf7\xb9\x84\x48\x80\x55\x8c\x5d\xeb\xef\xe0\x35\xf3\x78\x03\xa5\x47\x74\xf0\xcf\x3a\x36\x07\x8d\x9e\x8d\x92\x08\xbb\x65\x93\x55\xfa\xca\x42\x6f\xe0\xe3\x64\xf9\x34\x5f\x92\xd2\x27\x8a\xf3\x9d\x6e\xc0\x5b\x7c\xa5\xed\x61\x62\x1d\xa9\xfc\x85\x76\xd7\x88\xd7\x6c\x8c\x61\x62\xe8\xa1\x7c\x50\x5f\x2f\x35\xb5\x31\xd1\x4d\x68\xe5\xe2\xf6\x83\xd3\x51\x9e\x24\xf3\xb4\x10\x1a\x31\xb6\x1e\xcb\x5a\x88\xd7\x3e\x0e\xf1\xad\x94\xfb\x34\x8a\x2c\x3d\x73\x82\xbd\xc5\x9a\x62\x9c\x5a\x96\xf1\x2b\x2b\x5a\x6f\x62\xbd\xff\x58\xaa\x95\x07\xb1\xc0\x8c\x2c\x4c\xe2\xa7\x2f\x6d\xa8\x25\x08\xc7\xb5\x04\x61\xbd\x4f\x48\xb0\xa6\x35\x68\x56\xd2\x92\x7a\x13\xc9\x27\x9a\xa6\xd0\x91\x30\xd0\xa5\xbe\xd1\x53\x09\xcb\x60\x7a\x1b\xbb\xc8\x85\x56\xea\x8a\xe6\xe9\x97\xbc\x65\x34\xcd\x6b\xe2\x6b\x63\x85\xfc\x22\xd4\x70\x23\x7d\x1b\xc6\x3f\xeb\x76\x06\xc3\xaa\x1a\xeb\xea\x9b\x08\x40\x76\x8a\x37\xb4\xdc\x0e\xa2\x4c\xe8\x3e\xd2\xcc\xf5\x5f\x58\xa1\x8e\x12\x68\xaa\xba\xb3\x3b\x46\x70\xc6\xda\x8f\x6d\x85\x49\xac\x45\x29\x0d\x8f\x44\x3c\x7a\x45\xb9\xaa\x9c\xfb\x1f\x1f\xee\x1b\xf6\x04\x3b\xdc\x97\xa9\xec\xa8\x9a\x19\xc3\x66\x62\x6f\xd4\x9d\x3b\xd1\x04\xbb\x28\x73\xc8\x35\xfe\xe8\x93\xc2\x12\x38\x11\xdd\x56\xc2\xf3\x26\xc8\x42\x66\xd9\x1f\xf7\xd8\x0a\x94\x2f\x67\xd7\xd5\x6f\x64\x0e\xc5\xcc\x3d\x3e\x14\x6c\xda\xe8\x1b\xa7\xab\xee\x74\x49\x93\xfe\x47\x8b\xb4\x2a\x51\xfb\x56\xf2\x3a\x33\x9f\xc6\xac\x9c\x38\x56\x2f\xb5\x04\xe0\x8c\xcf\x5b\xc4\x89\x9c\x69\x90\xa6\x35\xf3\x41\xa5\x62\x64\x6a\xd8\x6c\x28\xef\xb1\x04\x04\xf5\x78\x61\xe9\x6a\xb0\xa7\xb2\xe9\x15\xb9\xdf\xcd\x53\x33\x6e\xe8\x73\x88\x30\x96\x86\x65\x2a\x25\xfd\x73\x0b\xf8\x8a\x73\x79\xb4\x9f\x52\xaf\x13\x35\x90\x1b\x46\xd5\xcf\x96\xc5\x84\xa0\x9e\x6a\xbb\xa2\x4f\xbb\x2b\x27\x95\xa0\xdb\xc0\xdd\x71\xad\x0a\x9a\x11\xba\x50\x04\xb0\xc8\x7b\xe0\x32\x9e\x37\xfa\xaa\x49\xb2\x27\x7c\x35\xc9\xe6\x3f\x3d\xff\xea\xd6\x8f\x3f\xe3\x69\xea\x30\xe1\xc4\x38\x48\x7d\xd7\x81\x9e\xe9\x08\x7a\x9b\x68\x17\x2c\x1f\x72\x83\x82\xd7\x73\x5d\xa0\x03\xa0\xd4\x7d\x1c\xd8\xd3\x64\x06\x4c\xc9\xc7\xcc\xd6\xd1\xaa\x96\xc9\x12\x5a\x8a\xc3\xb2\x7c\xe5\xa3\x50\x51\x39\xb8\x01\x6f\xd9\x61\xd6\x75\x1f\xf1\x9d\x3d\x7a\xaf\x33\x15\x5d\xac\x74\x9c\xd6\x9c\x84\x2d\xf7\x56\x4c\xbb\xc7\x8a\x65\x1e\x33\xfa\xe6\xdc\x5b\x3a\xf5\x14\xd8\xd5\x23\xba\x22\xbd\x3d\x1c\x75\xf5\x95\xed\x6a\xc1\xae\xa8\x95\xf2\x3e\x50\x14\xda\x65\xb2\xa7\xf8\x96\x0d\x79\x53\x64\x3e\xf2\x90\x60\xca\x65\x4c\xb5\xf9\x87\xac\x5b\x0a\x0c\xbd\xf4\x46\x65\x68\x58\x8c\x47\xc3\x79\xca\xa8\x4a\xa4\x5e\xc0\x4a\xcb\xde\x08\x41\x27\xf7\xc3\x6e\xf6\xe1\xc4\x3e\x94\xcc\x9c\x47\x0e\xb4\xeb\x30\xcb\x12\xd3\x96\xe2\x53\xa7\x34\xeb\x3a\x67\xee\xb4\x97\x7c\xc5\x7c\x2e\xde\x8c\xfe\xe7\xa2\xd4\x9f\x3f\x24\xaa\x90\x91\x1e\x1f\x0d\x3f\x03\x32\xbe\x9f\x1e\x3d\x9c\x3f\xc4\x58\x1c\x9a\x12\x2a\x43\x02\xf9\x90\xbb\x80\x10\x4e\x92\x46\x86\x83\xd1\x4b\x30\x29\xcf\xb6\x25\x16\xa2\x6b\x5a\x8f\x7e\x34\x6e\x2a\xd2\x35\xce\x74\x8d\x1f\x20\xe4\xb1\x01\xa9\xf6\x6b\xfb\xca\x2f\xcc\x94\x67\x7f\xfd\x49\xdb\x0c\xb9\x85\x46\x9c\x0b\x9b\xec\xbc\x5d\x01\xdd\x83\xa2\x51\xe8\xc4\xb5\x57\x87\x9a\x4a\x92\xfa\x84\xbe\x29\x44\xde\x2b\x93\xf5\x76\xf9\x66\x9a\x9b\x8c\xaf\x46\xbe\x4b\xe5\xef\x85\x81\xbf\x84\x1f\x33\x75\x03\x7d\x4d\x75\xd5\xa4\xcb\xf2\xf5\xc7\xfe\x9c\xa2\xef\xf7\xc5\x4a\x8f\xb0\x4e\x83\x0a\xb4\x1f\x23\x37\x35\xef\x7b\x65\x28\x12\xc4\x2f\xd4\x36\x39\xf3\x9b\xf8\x4a\x86\x89\x35\x08\xa6\xa8\x19\xd7\xc5\x2d\x0d\xe7\x50\x95\xf9\x16\x02\x01\xc7\xab\xd3\x6d\x48\xca\xcb\x0a\xb2\xea\x6e\x5b\xc4\x89\x3c\x2d\xf0\xfa\x67\xb4\xfd\xb2\xfb\xfb\x41\xa9\x38\xa2\x11\x2f\xa0\x96\xa7\xce\xd8\x44\x8e\x2f\x1e\x2f\x7d\xa8\x86\x3a\xac\x03\x0b\xa7\x3f\xf3\x2e\xb1\x6e\xc4\x9c\xb1\x04\x1c\x97\x8a\xaa\xd8\xcd\xdb\x6a\x81\x9c\x5c\x5f\x30\x1d\xe2\x79\x58\x17\x8f\x05\x41\x0f\x0b\x16\x06\x12\x95\x69\x97\x59\xc7\xe9\xeb\x82\x0b\xe5\x8d\x74\xae\x9a\x35\x0d\x5c\xbf\x50\xb9\x80\x02\xc2\x5b\x0d\xdb\x80\x51\x77\x10\x1a\x54\xdf\x5e\x7c\xdf\x64\x7a\xc9\x4c\x21\xc9\x9f\x23\x59\xdf\x5a\xc9\x49\xf0\xe6\xfa\xa6\xf5\xe3\x04\xa8\x62\x36\xca\xd0\xd0\x17\xa5\x8b\xb6\xcc\x79\xaa\x00\x5b\x54\x92\x58\x4b\xd7\x95\x6d\xfa\x76\x93\x42\xf8\x77\xde\x5c\x0b\x9a\x1b\x48\x11\xe1\x17\x26\x2a\xf2\x54\xa3\x28\x55\x57\xe2\x57\x37\x2f\x3c\xe3\x9d\xc4\x8b\xed\xc0\xc8\x81\x59\xc6\x02\x3d\x4a\xd8\xec\xa3\xf4\x6a\xef\xe9\xfa\x56\xe2\x95\x74\x4b\x93\x53\x9a\x86\xa1\x75\x7a\x3a\xce\xc3\x95\x0a\x71\x7a\x95\x4b\x1a\x49\xc3\x4c\xeb\xc4\x7d\x49\x45\x48\x6d\x4b\x0c\xd3\xbf\xcf\x2e\xe1\xf6\x6c\x09\xb9\xff\x65\x4b\x30\x93\x9f\xde\x07\x27\xeb\xdc\xfd\x66\x9d\x77\x67\xeb\xcc\xff\x37\xae\xd3\xac\xff\xa9\x46\xbf\x85\x18\xeb\xaa\x74\x2c\xc4\x98\x66\xaa\xce\xac\x27\xad\x87\x14\x60\x73\x49\x52\x11\xc4\x35\x25\x98\x5a\x12\x44\x7c\x19\xbb\xdc\xd0\x19\x67\xa1\xa7\x98\x53\xec\xa1\x80\xd9\x44\x64\xa8\x87\x54\xb6\xe5\x28\xf9\x95\x98\x34\xf5\xab\x6a\xc9\xce\x88\x75\x01\x6e\x8e\xae\xe4\xc5\x8b\x65\x93\x87\x92\xa5\xeb\x68\xc2\xde\xcc\xbd\xc9\x32\xda\xed\x7e\x2f\x43\x87\x98\x8a\xf8\x40\x02\x74\x38\x67\x5c\x54\x70\xc2\xb7\xa8\xb6\x73\xab\x63\xf7\xcb\x80\x55\x8d\xf6\xa0\xf2\xd4\x27\x14\xb4\xf4\x42\x7e\xae\xb1\x06\x5a\xa2\x61\xd8\x14\x25\x09\xb3\xc9\xce\x67\xc8\xd2\x92\x16\xac\x62\x81\xde\x32\x0f\x1f\xec\xf0\xdf\xfc\xfb\x40\xc7\x2d\x89\x41\xf0\x01\xe6\xb2\x2a\x48\xfa\x72\x3a\xb4\x7e\xd1\x9c\x47\x47\x13\xf0\x3f\x54\xde\x15\x1e\x18\x72\x13\xa7\x0f\x8d\x20\xec\x1f\x5c\x41\xe3\xd0\xaf\xb4\xae\x91\x50\x2f\xdc\x85\x74\x6b\x69\x81\x89\x88\x71\xa0\xa4\xc1\x05\x4b\xec\x7f\x23\x19\x40\x79\x72\x04\x54\xf8\x54\xa8\x8d\x3e\x7e\x3a\xb4\xfc\x8a\x9f\x77\xa5\xe2\xa4\x3c\x5d\xbd\x64\x38\xdd\x2d\x33\x4a\xdd\xc6\xfa\x4e\x7b\x48\x57\x94\xfb\x11\x42\x9f\xb3\xf4\xb5\x12\x5c\x42\x5d\xd0\x11\x4f\x88\x61\x15\xf9\x94\x34\xeb\x3d\x49\x26\x9e\x98\x2c\xd1\x6b\x90\x65\x5a\xa2\x0b\x70\x03\x8d\x4b\xb2\x20\xfb\xd0\x79\x53\xde\xe0\x84\x6d\xdd\x49\x06\xaf\x8c\xaf\x99\x4f\x0e\xf5\xbb\xac\xcc\xb5\x1e\xfa\x8e\x6f\xcf\x96\x15\x82\x5e\xdf\xf2\x41\xec\x77\x64\xa1\x20\xae\x46\x0d\xe5\x79\xbb\x76\xec\x48\x94\xbc\xa8\x97\x68\xd6\x11\x3f\x39\xa6\x11\xb0\x8d\x3f\x69\x3b\x7e\xbf\x78\x4d\x1b\x43\x3b\xe4\x5d\x22\x20\xe1\xa5\xff\x96\xbe\x68\xcf\x5f\x52\xc7\xa3\xd7\x85\xe4\xd5\xf3\xe3\x10\x0a\x19\xc4\x76\x6f\xc1\x7a\x43\x27\xd9\xf4\x7d\xfa\x79\xa4\xcc\xda\x3b\x77\x99\x5c\xe9\xd4\xe3\x12\x51\x43\x3d\x72\xa6\x3b\x1a\x95\x4c\x1a\xca\x1e\xa5\x65\x84\x56\x15\x69\xe9\x49\x86\x29\xda\xa0\xf1\x2e\xfb\xe1\x73\xfc\x5d\x83\xdf\x15\x91\x52\x53\x72\x29\x34\xe2\x97\xad\x42\x26\x52\x12\x9c\x5f\xb5\xda\x43\x78\xbc\x65\xca\x5e\xe1\x46\xf5\xe1\xf8\xaa\xfe\xfc\xec\xf8\xea\xa1\x9a\xf7\xe9\x63\x15\x28\x37\xf5\xb1\x6a\xd5\xe8\xb1\xfa\x4b\x7e\xdf\x9b\x68\x28\xe5\x3b\x4b\x42\x64\xcc\x82\x16\xf4\x03\xa1\xf0\x3b\x32\xb4\xf1\x6e\x99\x43\xd5\x3f\x53\xc6\x97\xf4\xae\xf9\x03\x66\x4f\xc5\x87\x03\x21\xd9\x67\x92\xc5\xc1\x0b\x93\x19\x31\x95\xf2\xe8\x25\x15\x1f\x8c\x48\x01\x6f\x71\x3b\x5f\x99\xd7\x69\xe6\x19\x5b\x9b\xcf\xbf\x2f\x3c\x5c\x57\x62\xe9\x41\x6e\xde\xa6\x97\x91\x5f\x07\x18\x25\xf5\x92\xf0\x91\x08\x31\x42\x6a\x96\x40\xa9\xa2\x19\x3c\xd2\x93\x9b\xfc\x38\xb5\x07\x59\xa7\x0a\x6a\x35\xbc\x58\x0e\x97\x31\xf2\xd9\x6a\x17\xa7\x1f\xc1\xae\x8d\x4d\x1f\x1b\x52\x87\x09\x4c\x37\x22\x18\x67\x1b\x72\x2d\x25\xf7\x87\x21\xe8\x62\xf2\xc6\x68\xf2\xd2\xf3\xd9\x10\x73\xef\x2f\x0f\x71\x63\x4e\xc6\xb8\x08\x13\xd5\x4a\x5f\xd2\x57\x66\x2c\x6a\xf6\x3f\xf8\x38\x7a\x97\x80\xce\x47\x01\xec\xfb\xf3\x15\x94\x51\xe5\x12\xad\x34\xf6\xc2\x3d\x33\x40\x28\x4b\x23\xdf\xc5\xb4\x6d\xc5\x55\xca\x21\xb9\x6e\x2c\x87\xf8\x50\xd1\xd1\x03\x16\x36\xa8\x9d\x91\xce\xee\x78\x9d\x38\xf8\x8f\xdd\xd5\x6d\x77\x21\x6b\x3b\x23\xd8\xcb\x76\xd7\x9e\x64\xf0\xda\x12\xbc\x6f\xd3\xb9\xf6\xd4\x53\x79\x81\x6a\x7c\xd4\x73\x0c\xb4\x7c\x33\x42\xae\x94\x67\x25\xaf\x22\x65\x2a\x59\x37\x17\xf5\xad\x13\x8f\x45\x6f\x2b\x61\x54\x87\x96\x38\x8f\x45\xb1\xe9\xba\xfe\x92\xe4\x9a\xa9\x0b\x3e\x1a\x74\x32\xc4\x06\x33\xf6\x91\x8d\xbc\x7c\xbc\x78\xe9\xbf\xb5\xc7\x9e\x75\xb2\x86\x7a\x6f\xee\x8e\x32\x86\x78\x71\x6d\x4e\xe2\xf8\x54\xb8\x49\x8c\xf1\x71\x1d\xa1\xd2\x53\x0a\xa6\xe5\x0f\x98\xef\x0a\x65\xf0\x10\xbe\xd4\x4e\x43\xc2\x72\x99\xec\x10\x34\x18\xfc\xd2\xd3\xb7\x7e\xec\x6c\xd9\x2a\xf2\xa8\x5d\xb4\x9c\x53\x0b\xac\xb7\xfb\xc9\xd3\x91\x1f\xdf\x88\x37\x44\xe7\x97\x1f\x1f\xcc\x1f\x8a\xec\xe2\xc5\x49\xc3\xf1\xf2\xd7\xdd\xe4\x12\xc7\x4c\xaf\x12\x9b\xb3\xed\xe6\xec\x7e\xfd\x49\xfe\xaf\x39\x68\xd2\x10\xdd\x3e\xfc\xe1\x52\x8e\x5d\x8a\xff\xac\xa3\xe6\x6f\x9d\x89\x2d\xa2\x58\x56\xb2\x97\xf8\xca\xcb\xf2\xf8\x75\x51\x93\xd7\x0e\x92\x0b\xa6\xa5\xcc\xfd\x12\x8a\xc8\xfa\x90\x99\x3f\x8a\x2e\xb9\x99\x0a\x7e\x49\x31\xf7\x19\xcb\x54\xec\xe1\x6e\xdf\x38\xbc\x24\x89\x64\x90\x70\x6c\xcf\x82\xc8\xf5\x6f\xe0\xa1\x8d\x6d\xfb\xa5\x8b\x8c\x05\x65\x9e\xf1\xee\xe8\xcc\x5a\x2b\x76\xcc\xdb\x34\x76\xfd\xa9\xc8\xbf\x7f\x6b\xbf\xf5\xb2\xb9\xf2\x76\xbf\x88\x55\xb6\x57\x80\x39\x8f\x8b\x7a\xc1\xb8\xf6\x79\x35\x63\x69\x21\xaf\xfa\x78\x99\x18\xdb\x02\xb8\xfa\x42\x1c\x7e\x39\xf1\x07\x61\x86\xe6\xde\xe4\x27\xc3\xf7\xff\xe8\x22\x7a\x7f\x6a\xfa\x23\xa6\x12\xa2\x87\x55\x76\xfa\x74\xaa\x67\x74\x7b\x3d\x0d\x14\x6b\x29\xef\x79\x01\xea\xd0\x4a\x7c\xca\x85\xd0\x37\x58\x08\x1c\xa4\x37\x4a\xf8\xe2\x58\xcf\x4d\x5c\x13\x87\xcc\xfb\xca\xdf\x65\x7c\xb3\xbe\x93\xe2\x26\xc6\x65\x04\xf4\x1f\xaf\x77\xc5\xf5\x1a\x6a\xb9\xa8\x7e\x3e\x5e\xe8\xea\x74\xa1\x4c\x7e\xff\x36\x3f\xdd\xa7\x00\x3e\xdc\x62\xf0\x97\xcc\xa0\x33\x76\x78\xee\x6c\x60\xf2\x3a\xe3\x13\xe0\xe6\xce\x1c\x3d\xbe\x5f\xc8\x63\xbd\x24\x66\x77\x3f\x0d\x24\x3a\x98\xab\xce\x0f\x66\x3d\x46\x83\xd7\x77\x2f\xa9\x97\xde\xa7\xf4\xb3\x23\x2c\x90\xf5\x8a\x8c\xc1\x55\xe2\x61\x33\x94\x30\x29\xa2\x8f\xde\x80\x61\x4b\xb4\x04\x84\xe8\xcc\x30\x61\xe3\x11\xe6\x4f\x77\x84\xb3\xcb\x50\x3f\x37\xe1\x77\x4d\x9e\xee\x53\x0b\x3a\x47\x89\x75\x61\x97\x84\xa6\x9f\x07\x15\x31\xff\xcc\x5e\x32\x96\x6e\x18\x1c\xcf\x0c\xb1\xe1\x80\xb1\x99\x5f\xbd\xec\x04\x5f\xf1\xef\xdc\x88\x85\xc8\x9e\x76\x49\x38\x95\x55\x6b\xa9\xfa\x8f\x5a\xad\x58\x09\x2d\xe9\xeb\xbf\x11\xa5\x17\xed\xb0\xa9\x8d\x2f\x76\x9d\x59\x98\x44\xff\x2c\x52\xe7\xd1\xe3\x85\x11\x2b\xc6\x37\xf0\x7c\x7d\x0b\x8d\x0f\x8d\xba\x28\x8b\x7f\x1e\x3e\xe8\xeb\xed\x4f\x0b\xa4\x28\x1a\x32\x19\xf7\xc0\xe5\xcf\xce\xee\x83\x6d\x5e\xe3\x97\xd8\x25\x1a\x33\xc5\xab\x26\xa5\x64\xe4\x70\x43\x16\x27\x5d\xb2\xdb\xfd\x07\xa5\x81\x9e\x45\x8f\x54\x9b\x05\x5f\x60\xee\xbb\x6f\xe4\x51\x70\x84\x99\xc3\x67\xe2\xfd\x07\xde\x63\x66\xb4\xe2\xbd\xc4\x33\xb3\x78\x20\x9e\x19\xf9\x0d\x99\x64\x03\x2a\x80\x07\x75\x3c\xd3\xde\xd9\x48\x23\xef\x1f\x7f\xff\xf8\x7a\x72\xf5\x57\xe2\xa6\x91\xfb\x9f\xdf\xae\x84\x1b\x13\x1f\xdf\x1f\x61\xfe\x9f\x6b\xf4\x6f\x6e\x61\xd2\x5d\xef\x6c\xcc\xd1\xf9\x98\xff\x76\x23\xcb\xcb\xe0\xfd\xc3\xab\x23\xf9\xef\x0c\x32\x28\x8e\x2b\x82\x67\x88\xd3\xf3\x7f\x12\xcf\x48\x0d\x53\xc9\xa6\xfa\x27\x2f\xbf\x45\x87\xf3\x23\xac\xf1\x0b\xbc\x69\xb1\xc4\xda\x64\x7c\xd1\xe8\x6e\x59\xf8\x69\x72\x7b\x4e\xdc\xce\x2a\x82\x2b\xd1\xbd\x2a\x7d\x24\x44\xd5\x3c\x7e\xf5\x52\xe1\xe3\xf3\x0a\xf6\x57\x71\x1b\xfa\x71\xad\x8c\xf0\x91\x8a\xd3\x13\xea\xe4\xae\x83\x5f\x8f\xeb\x48\xea\x6d\x53\x34\x74\x43\x4a\x41\x2b\xc1\x3c\x4c\x4f\xdc\xbb\xfc\xdd\xe4\xd7\xff\xab\x26\x7f\x18\x6b\xb7\x94\x75\x87\x10\x56\x55\xe4\xd4\x2c\x21\x67\x59\x49\x61\x6f\x66\x69\xe8\x9a\x19\xe9\x45\x53\x24\x1e\x5f\xf9\x98\xfd\x13\xb3\xdc\x82\xdd\x86\x6f\x94\xdf\x8a\x67\x6e\xde\xc9\xfa\x3c\xb2\x32\x5d\x2b\xf9\x71\xff\x84\xbc\x2b\x6f\x87\x44\xed\x05\xdf\x29\x48\x89\x8d\xb6\xe3\xc7\x7a\x35\xe6\xfe\x8e\x9e\xd2\xbe\x25\x9d\x3c\xc7\x25\xb7\x14\x28\xf3\x99\xe1\x9c\xaa\xfc\x1b\x8c\x35\x75\x82\x48\x9c\x2a\x0a\x76\x49\xa9\xda\xca\x61\x1b\xc2\x6b\x28\x35\x5a\x97\x41\xb2\xf6\x60\x4e\xe7\x9b\xfc\x7d\xd6\x87\x82\x09\x9a\x1a\xb9\x44\xa7\xdd\x51\x5e\x49\x5f\xbd\xc6\xda\x92\xb6\x9b\x3b\x52\x77\xdf\xbc\xd2\x97\xb5\x70\x6c\x1e\x79\xcd\xd8\x61\xc9\x80\x36\x18\x12\xd6\xed\xc3\xbf\x6a\xe9\xe5\xbc\xf4\x78\xcc\xf5\x1a\xc2\x06\x22\x5e\xcc\x56\xa3\x8d\x6a\xd3\xe3\x79\x70\xf4\xf9\xae\x91\xec\x51\x88\xba\x2c\x62\xfa\x96\x92\x23\x7b\x93\xf1\x7b\x7d\xee\x0b\x93\xe6\x29\x73\x7f\xa0\xa7\xa9\x05\xa2\xd8\xe2\xa6\x60\xbc\x3f\x56\xa2\xcc\xad\x5b\x46\x69\x4b\x1e\x22\xed\x26\xe3\x15\xbe\xb7\x3d\xf8\x92\xb3\x63\xfb\x9e\x1a\x9f\x25\x9e\x29\xd6\x89\x08\x44\x2e\x8f\x20\xd2\x7f\xcb\x40\x84\xfa\xdf\xbf\x0c\x11\x53\xf9\x1d\x44\xb6\x99\xd4\x4d\x67\x10\xb1\xa8\x75\x5d\xa6\xa1\x63\x15\x26\x90\xa9\xac\xf1\x37\xc3\x38\x32\xc0\xb8\xd4\x67\xc0\x48\x7a\x50\x6f\xe8\xc0\x17\x87\xe9\x5f\x03\x63\xf8\x06\x6b\x84\x1e\x45\x47\xd7\xf1\x0d\xa9\x57\x99\x1a\x7b\x4e\x60\x00\x43\xf8\x5b\x17\x67\x32\x0b\x0a\xe2\x8e\x93\xd3\x00\xe4\x9b\x28\x2e\x1a\xca\xcc\xcd\x43\xba\x65\xe6\x15\x53\x39\xc6\x01\x53\x04\xe4\x8d\xf4\xec\x68\x2a\x5f\x6f\x49\xa9\x92\x8d\x5e\x67\xa7\x52\xfc\x07\xa6\xe2\x2b\xd5\x29\x3d\x65\xcf\x12\xad\x63\x06\x39\x0e\xce\xe7\xb8\x90\x39\x2e\x8f\xe6\xb8\xef\x64\xe6\x18\xfe\x13\x53\x9c\xa5\x53\x14\x82\xab\xc2\x93\x79\x7a\xbf\x98\xe2\x4a\xa6\xb8\x3e\x9a\xe2\x26\x0b\xc6\x43\x06\x8c\x01\xe6\x58\xf9\xab\x73\x6c\x29\x6f\x92\x05\xa3\x79\xfc\x09\x8c\xb8\x28\x3f\xbd\x08\x14\xa5\xa2\xd9\xe9\xdb\xd8\x5b\xe9\x74\x55\xdf\xb2\xaa\xdd\x31\xe0\xb3\xab\xca\xff\xfb\xab\x6a\xc4\x35\x98\x3f\x33\xe0\xff\x79\x69\xf0\xa1\xfc\xc5\x9a\xcf\x5e\xd0\x05\xe4\x7c\x55\x57\x6f\xe2\xc0\x05\x2a\x37\xc5\xd0\x57\xba\x08\x9f\xb6\x92\x77\x57\x46\xd1\xa8\x52\x39\x5d\x03\x2c\x3a\x42\x3f\xc4\xf8\x50\x7c\xcd\xec\xc2\x2b\x2b\xa5\x44\xa5\xd7\xa3\xf1\x1b\xca\xbc\x52\x41\xf9\xb4\xff\x40\x72\x14\x73\x80\x75\xf3\xf1\xea\x83\x6e\xdd\xa2\xe2\x61\x9c\x63\x46\xe1\xc8\x08\xa0\x39\xa9\xf0\x82\x07\x11\xa5\x25\xcc\x63\xf1\x35\xd6\xd7\xf9\x4a\x3d\xd0\x10\xe9\xc4\xc9\x54\xd7\x16\x04\xbf\x78\x1d\xfc\xee\x75\x6c\xe1\x08\xf3\x9d\xb4\x91\x19\xfc\xc1\x37\x7f\x66\x44\x01\x8d\x5d\x1a\x72\x60\xf8\xc9\x70\xcc\xf1\x9f\x17\xc2\x41\x7a\xbd\xa1\x1c\xcf\x1a\xbc\xd1\xb7\x1b\x33\xde\x26\x2f\x05\xa9\x8e\xa9\xc7\xbb\x6c\x64\xed\xbf\x62\x23\xbf\xb8\x91\x63\x31\x5f\x9d\x41\xc4\xac\xf5\xaf\x77\xf7\x37\xdb\x77\xb6\x15\x5e\x85\x72\x57\xa1\xf3\x07\x3d\x5e\xfe\xfd\xf3\xe2\x27\x9b\xeb\xc1\x34\xd9\x90\x8d\x3c\xd9\x3a\xfa\x6e\xcb\x0e\x13\x79\xda\x7d\x2c\x54\x8f\xc8\xe1\x7b\x86\xf0\xcd\xfc\x73\x2e\x60\xf6\xdf\xca\x17\xd5\xc1\x17\x95\x83\xed\xbb\xe5\x40\xaa\x1b\xb6\x77\x22\xe5\xb5\xe4\xdb\x15\xab\x15\x23\xc6\x54\x94\x65\x18\x2e\x57\x63\xe4\xd8\xe8\xf1\x57\x4c\xc4\x34\x0b\xb5\xe5\xff\x0b\xa8\x95\x63\x40\x78\xca\x54\x33\xbc\xd2\xfd\xf6\xfd\x07\xa6\x0a\x70\x30\x33\xa9\x2a\x82\x1b\xb0\xef\x25\xc0\x5b\xff\xcc\x47\x1d\x01\xaf\xf4\x9f\x03\xde\xd7\x7b\xc6\x9a\x49\x17\x57\xe1\x1e\x96\x7f\x97\x7b\xa0\xcf\xde\x11\x0d\xa3\xc3\x32\xd3\x3d\x46\xa5\x4c\xf0\x19\x52\xc7\xb8\x47\xcc\x85\x97\xfb\x91\xf5\x79\xcf\x98\x2b\xb7\x99\x79\x9a\xbc\xfb\xd7\xa7\x48\x83\x4c\xfd\x87\xd3\xff\x33\x43\xe6\xa1\xe4\x0b\x22\xd4\xea\x4a\xdd\x6f\x61\x8e\xa3\xd7\x12\xb3\xa3\x4c\x51\x3f\x34\x66\x89\x8e\x41\xbc\xca\x4e\x7d\xf7\x9f\x9a\x7a\xac\x2b\xa9\xa7\xf3\x8f\x95\x25\x7f\x7f\xea\x9b\xec\xd4\x0f\x99\xa9\x07\xf9\xbf\xcb\xe1\xcc\x8e\xf8\xb6\xa7\xbf\xc4\xb7\xf9\xbf\x7a\xc1\xd4\x53\x3f\xf0\x6d\xd9\xf9\xe7\xfe\xe9\xf9\x07\x49\x34\xcb\x5f\x9d\xec\xd9\x0b\xea\xdd\xce\x17\xb0\x7f\xa7\x4f\xd6\x7b\x4a\xd8\xf7\x42\xd8\x0b\xff\xfb\x08\xfb\xaf\x0e\xa5\xd9\x9d\xb3\xa4\xea\x9d\x38\x27\xa1\xa2\xbf\x6d\x03\x7f\xd7\x3e\x9c\x6b\xe0\x19\xfb\x9c\x25\xb7\x05\xc4\x8e\x36\x6e\xde\x62\x72\x6b\x0a\x92\x7b\x8f\x01\x11\x0f\xff\x39\x7e\x91\x1e\x67\x67\xcc\xb5\xec\xdc\xe7\x7f\xcb\xce\x81\x8e\x50\x43\xc7\x50\xfc\x7f\x90\x07\x43\x00\x57\x63\xe1\xfd\x66\xab\x66\xbd\x3f\x18\xb1\xf8\x4f\xf0\x68\xc8\x3f\xe7\xb9\xa5\x23\x39\xee\x3a\x8b\x25\x8a\x59\x1a\x98\xff\xfb\x42\x3e\x93\x50\x37\x98\x65\x29\xbc\xa5\xf7\xe5\x5d\x92\x5d\x22\xae\x6c\xe8\xc1\x0d\xf2\xfc\xe2\xdf\x64\xe7\x54\xfa\x7f\x34\xa7\x28\x99\x53\xe9\xa7\x39\xdd\xbe\x67\xe4\xdd\xcb\xec\x9c\xfe\x0d\x65\xc8\xbf\x09\xa7\xbb\xec\x9c\x98\x3d\xf3\x3f\x3f\xa7\x13\x38\x35\x4e\xe6\x74\x61\xf7\xce\x8c\xf4\xe5\x11\x2d\xed\x7f\x64\x76\x74\x4d\xf3\x42\xac\xb4\x4e\xd9\xd5\x40\x99\x92\xf7\x4b\x45\xf9\x0f\xbc\x6b\xa0\xbc\x0a\xa6\xdb\x1a\xa0\x61\x9d\x51\xe5\x47\x3d\xbb\xaf\xf9\x5f\x33\x88\x71\x2a\x19\x84\x21\xaf\xb3\x45\x13\x8f\x25\x00\x4f\x79\x4d\xd8\xe2\x6b\x19\x6e\x89\xc9\x6d\x9a\xf3\x9e\x9d\xf8\x3d\xed\x01\x3f\x4a\x08\xa5\xde\xb9\x68\x50\x67\x9c\x72\xe3\xeb\x93\x40\x0d\x94\x2f\xf9\x7a\x59\x94\xb7\xb5\x2e\x8b\xd2\xde\xee\xfb\x71\xfc\xc0\xf0\x83\x30\x1e\x35\xb2\x4f\xc7\x59\x18\xef\xfe\x77\xc3\x78\xd6\x48\xa5\x08\xa6\x16\x1a\x65\xf4\xae\x28\x1c\xe9\xaa\x9f\xc0\x06\x55\x6c\x33\x8f\x28\xdb\xa7\x6b\xcf\x91\xa4\xf5\x47\x52\xc5\x41\xff\xd3\x00\x9f\x7e\x50\x6f\x3d\x3b\x02\xf8\xd7\x47\x46\x6f\x9d\x3b\x06\x38\x2e\x5b\x88\x94\x99\xd5\xdf\xd9\x7e\x54\xfb\x0f\xe0\x4b\x50\xc6\x4c\xd5\xda\x3d\x12\x20\xa6\xc9\x09\x94\x9e\x33\xb6\x9e\x1f\xc4\x88\x0f\x66\xab\x5e\x1e\xad\x62\xf5\xc1\xdc\xb5\x4c\xdd\x5d\xf8\x61\x19\x76\x46\x91\xaa\xfd\x03\xcb\xa8\x8b\x49\x68\xf7\x07\xcb\x18\xe8\x95\x77\xc6\xd7\xe3\x8e\xd1\xdb\x72\xab\x7f\xb7\xce\x8d\xac\x73\x7b\xb4\xce\xef\xa3\x75\x96\xfe\x27\xd6\xd9\xc9\x2c\x23\xf7\xc3\x32\xdf\x32\x60\x78\xfd\xdd\x2a\xf7\xb2\xca\xc3\xd1\x2a\xaf\x8e\x56\x39\x18\x9e\xaf\xb2\x81\x55\x3e\xfc\x03\xab\xec\x48\x36\x97\x82\x7b\xce\xbc\x26\x3b\x86\x28\xb5\x3f\xd8\xd1\xdf\xbd\xf7\x8e\xdf\xff\xe5\x43\x7f\x2d\x60\xca\x1f\x81\xe9\xe6\x08\x4c\x93\xff\xe7\x60\xca\x1e\x06\xff\xe7\xc3\xf0\x77\x21\xf4\xa7\x0e\xd3\x9d\x39\x65\x6f\x3e\x50\x39\x73\xaa\x27\x19\x7d\xf8\xb5\x1e\xf5\x75\x0a\xf2\x17\xf6\xd2\x75\x36\xae\x52\x28\xc2\x37\x10\x2f\x2d\xac\xfa\x63\xf4\x13\x0c\x84\xef\x75\x98\xe0\x0b\x7f\xae\x34\x7c\xa6\xcf\x55\xb9\x77\xf1\x24\x66\x7f\x63\x12\x74\x61\xf9\x98\xff\xbb\x93\xb8\xc8\x62\xf5\xe5\xf0\x17\x64\x94\x89\xc7\x7d\x55\xfe\xc5\x01\xf1\x79\x40\x3c\x49\x35\x80\x98\x8c\xfa\x37\x2d\xf8\xb3\xe7\x53\x5a\x19\xc4\xb4\x52\xac\xf7\x5e\xd1\x7c\x57\x7f\x43\x73\x55\xf7\x5b\xb2\x1f\xc6\xb9\xd3\x92\x84\x4e\x88\x35\x7a\x8f\x3b\x36\x55\x28\xd2\x84\xa3\x99\xba\x27\x54\x76\xf4\xf1\xd7\x59\x9a\xa2\x9e\x7f\x26\x63\x93\x24\x6f\x86\xcc\xbe\x8c\x9d\x3b\xe8\xb4\x57\xa1\xc0\x1e\xcb\x67\x99\x92\xb9\x79\x77\x92\x94\x41\x67\xcd\x02\xa5\xa2\x94\x50\xfb\x71\x9c\xca\x34\xa9\x05\xe7\x4b\x91\xf6\x59\xf0\x3b\xa2\x2d\xc9\x3a\xb8\x91\xbb\xff\xf6\x8d\xfc\x05\xab\xf4\x87\x1b\xfa\xd7\xd8\xa6\xe5\x7f\xc3\xa6\x4e\x3f\x33\xfa\xee\xc3\x0f\x78\xbb\x8e\x10\x94\x7f\x82\x88\x87\x71\x8d\x48\x77\x2e\x8f\x83\xd4\x8f\x37\x09\x11\x00\x9d\x5f\x9b\x7f\x83\x42\x7d\x7d\x66\xa4\xb8\xdc\x4f\x4b\x9a\xff\x53\x7c\x49\xc4\xa0\x11\x73\xf8\x8f\xf2\x5f\x8b\xec\x82\xf2\xff\x13\x0b\xfa\x47\x19\xad\x55\x76\x39\x85\x9f\x58\x85\xf9\x3f\xc5\x2a\xa0\x38\x4e\x57\x99\xe2\xbf\xb1\x3f\xff\x16\xb7\xe5\xff\x29\xfe\x3a\x0b\x90\xe2\x0f\x00\x69\x01\x20\xcd\x7f\x10\x20\x87\x9f\xee\x60\x12\x5c\x8a\x3b\x58\x38\xbe\x83\xff\xa3\xec\xd5\x99\x2a\xfe\x53\x6c\xd4\xc5\x23\x6f\x83\xdf\x30\x36\xa5\xf2\x1f\x72\x57\x16\xb4\x31\x63\xb3\xd2\x4c\x61\x9f\xb0\x36\x93\xf2\x0f\xac\xcd\x3e\x9e\x46\xe9\x6f\x4c\xe3\x57\xfc\xd5\xef\xa7\x31\xd4\x27\xf3\xb8\xca\x1e\xa0\xc1\xe8\xfc\x00\xc5\x01\x78\xcc\x9c\xbb\xfe\x61\x48\xaa\xc7\x40\x98\x63\x7d\xdd\xee\x68\x8c\xeb\xec\x18\xa3\xbf\x3f\x46\xc4\x31\x50\xa2\xba\x7b\x32\xc6\xcd\xe7\x91\x14\xf1\xd3\x20\x6b\x0e\x42\x3d\xf4\xe1\x37\x0b\xb9\xfc\x69\x21\xb7\x47\x83\xcc\xfe\xfe\x20\xb2\x12\xd8\x29\xfc\x93\x41\x56\x6d\x27\x4e\x51\xf5\xc1\x34\xeb\x8d\x0b\x18\xcb\x7a\x13\xb6\x63\x6c\x2b\xf2\x9a\x85\x8c\x13\x39\x0a\x7e\x66\xd0\x78\x26\xf6\x59\xb5\x9d\x0b\xad\x1a\x48\x2b\xfe\x10\xde\x35\x4f\x08\xe6\xa7\x14\x89\xb2\x77\x88\x8e\xcd\x27\x65\x13\x1a\xf6\xd6\x6d\x80\x3f\x3e\x2e\x59\x1c\x66\x87\xf1\x1a\x1b\xf8\x9d\xbf\xa5\x0f\x1b\xca\x4c\xdc\x0d\xfa\x22\x3a\x40\x51\xf5\x82\x1e\xdd\x3b\x27\x01\x36\xa7\xee\xa0\x7e\x89\xde\x3f\x0d\xb2\x18\x71\x2c\xb1\xc9\xc5\x85\x44\x90\x0d\xbf\x98\x8d\x8e\xee\x4b\xd6\xe6\x34\x7c\x32\xcd\xdb\xe6\x4b\xe8\x84\xcc\xd0\x39\xa9\x14\xb4\xac\x4b\xa2\x07\x0d\x3f\x54\x1f\xc5\x65\x63\x7e\x8b\x71\x69\xad\x4c\x9d\x89\x5f\x79\x5a\x17\x38\xc8\x4b\xcc\xf5\x65\x1d\xad\xbb\x6c\x76\xad\xed\xd2\x5e\x8e\x21\xda\x62\xe8\xd4\x39\x94\xbf\xcb\xf1\xfa\x10\x59\xc9\xc9\x0b\xf0\x10\xa9\xbf\x36\xa7\x61\xe2\x99\x86\x93\x7b\xa8\xf5\x68\x49\x61\xf8\x74\xec\x7b\xeb\xa9\x1e\xb2\x80\x3f\x07\x85\x24\x66\xdb\x57\x6a\xc1\x02\x8d\x73\x33\x3c\xca\xed\x72\x61\xd9\x75\x6f\xe4\x5e\x92\x7b\xa4\x18\xc6\xba\x71\xd9\x43\xe8\xcd\x4d\xd1\xfc\x41\x4e\x98\x1b\x1c\x72\xc5\xfa\xfb\x3f\xb8\xf6\x9a\xa5\x1e\xda\x29\x07\x7e\xfe\x3e\xf6\x0b\xa8\xbb\x33\xef\x88\xc9\x7c\x49\x6f\x43\x81\xee\x50\x8b\xb6\xf4\x60\x7f\x20\x25\xa3\xb7\x3e\x4a\x99\x4f\x6e\x18\xf5\x0e\x5b\xa8\x7b\xd3\x8c\xab\xaa\x2d\x40\x63\x1e\x99\x4e\xbc\x03\x17\x3b\x29\x94\xc0\x2c\xd8\xe6\x6c\x4f\x7a\xec\x72\x85\xa2\x93\x03\x4d\x1b\x20\xcb\x5e\xc9\x97\x69\xf3\x9e\xf2\x82\x34\xc0\xd6\x57\xea\xce\xc4\x45\x0b\xbd\xb4\x5a\x41\xb6\x06\xa1\x3d\x7f\xcc\x7e\xf4\x2d\x19\xd8\xc6\x28\xf2\x72\xa5\x7f\x2a\x62\xe8\xfe\x61\x11\x43\xaf\x68\x52\xd2\xf1\x29\x12\x41\x5f\x4c\xee\x26\xae\x07\x5e\x67\xd5\x8d\x88\x76\xb8\x60\xd1\x8a\xcb\x7d\x9a\x27\x0b\xe3\x57\x06\x32\x6c\xf4\x8e\x36\x03\x24\xe0\x64\x35\xb3\x6f\x7b\xcf\xbc\x32\x3b\xae\x0f\x7d\xa6\x0f\x30\x92\x2c\x74\x1f\x57\x50\xf0\x1d\x09\x7a\x89\x2b\x15\x74\x9d\xa9\x16\xd4\x62\x24\x93\x5a\xfd\xbb\x4b\xdf\x24\xdb\x20\x60\x86\x23\xee\x2a\x2f\x60\xf6\xea\xb5\x24\x7e\xef\xe8\x19\x2e\x8f\x99\xbb\x67\xd7\x2d\x93\xfe\x80\x41\x77\x70\x72\x62\xde\x46\xf4\x00\x77\x77\x15\x20\xc2\xad\xea\xf8\xea\x5e\x6d\xd0\x31\x4b\x8b\x4f\xb4\xf9\xc9\x0f\xbe\x78\x32\xb6\x94\xdd\xf1\xf2\x66\x8d\x86\x61\x12\x3f\xe8\xfb\x04\x83\xd4\x30\xb3\xef\x58\x8f\xe5\x8f\x22\x04\x0f\x9a\xa6\x0c\x08\xf5\x61\xc9\x9e\x13\xef\x01\xc1\xad\xd8\xb1\x15\x1c\xc7\x1a\xc5\xa3\x54\x4e\xa8\x38\x61\x72\x80\xa7\x51\xbf\x2a\x55\x61\xd1\x3b\x73\x4f\xd7\xaf\x18\xb4\x88\x58\x3f\xbb\xa5\xb2\x3d\xaa\xc9\xda\x42\x99\x92\x8b\xcb\x26\xcf\x16\x48\xdd\x16\x91\xea\x13\xe3\x2c\x8c\xf2\xaa\xd9\x05\x39\x99\x38\xc2\x66\x8a\xd3\x5b\x5b\x89\x7a\x8c\xd7\x24\x8b\xf7\x99\x53\x2e\x13\x27\x88\x1c\x3a\xac\x2f\xe0\x89\xcc\xd9\x8c\xd3\xd5\xb0\xaf\x7a\xff\x33\x66\xe6\x94\x11\x1c\x9e\x94\x65\xf5\x89\x00\x48\x69\x25\xdc\x91\x5e\x6c\x1e\x0d\xaf\x77\x5a\x19\x8f\x9c\xc7\x46\x2b\xf3\xea\x7c\x28\x4f\x0d\x68\x4c\x46\x32\xca\x07\x31\xaf\x20\x97\x0a\x12\xe2\xe7\x10\xd0\x11\xed\x49\xd9\x3b\x4b\xf8\xaa\x40\xb3\xb0\xd1\x2b\x7b\x15\x4d\x49\x0f\x3b\x04\x8f\xa7\xcc\x93\x41\xb6\x67\x7b\x88\xa9\xc3\x0e\x29\x6f\xa3\x4c\x15\x70\x72\x88\xe0\xfb\x39\x2a\xe6\xdd\xea\x5b\x48\xe6\x45\xed\x84\x02\xb9\x70\xf2\x6a\xb1\x06\x83\x7f\xf2\xc6\x09\xd5\xa7\x71\x8c\xea\xeb\x77\xc7\xa8\x91\xae\x38\x37\x5a\x4d\xb5\x67\x07\x26\x5f\x71\x9b\xb8\xb0\x2f\x75\xc5\x09\xd4\x46\x7b\x48\x25\xb6\x1b\x31\x3e\xe3\x3b\x48\x97\xf7\x31\x67\x38\xb4\x13\xe7\xec\x9f\x98\xd5\x27\x27\xec\x29\xf3\xbe\xae\xa4\x09\x37\xd7\x58\xa8\xe2\x61\xba\x1e\xe9\xb8\x98\x96\xf7\xea\xf8\xaa\xa4\x2b\xf6\x5e\xf5\x8d\xcc\x43\x6a\x1f\x29\x64\x63\x69\x2f\x3f\xa9\x78\x41\x5c\x35\x18\xbd\x6f\x59\xe7\x4e\xdb\xc1\x86\x66\xc2\x16\x6d\x64\x24\xb3\x6b\x9c\x30\xad\xe7\xca\x5c\x59\x18\x7d\xd9\x87\x46\x5d\xe8\x4c\xf1\xa8\x0d\xd4\xe5\x71\x51\x30\xf1\x76\x93\x28\x53\x27\x93\x8f\x96\xe9\x14\x88\xe5\xcc\x3d\xb3\xa9\x4c\x41\xe7\x9f\x97\x2c\xe0\xe3\x24\xb5\xad\xe0\xed\xa8\xef\x24\xc8\xb4\xe9\x24\x92\xcd\x36\xad\x03\x9d\xd3\x57\xac\x9f\x61\x07\x64\x10\xbc\x1c\xd6\xeb\x20\x93\xb7\x36\x3e\xfb\x01\x16\x19\xd9\xad\x45\xac\xac\x37\x31\x27\xd0\x39\xfe\x1a\x9f\x15\x2d\x1f\xae\xb6\xf8\xee\x86\xe3\x19\xe4\xc7\x94\xb2\xbe\x52\x33\xec\x4f\xc4\xf4\x31\x4a\x42\x8a\x07\x94\x88\x3f\x7f\x8e\x2e\x35\x92\x2a\xd8\x04\x40\x03\xae\xb7\x0b\x05\x54\xc0\x56\x77\x5a\x7e\x89\x6d\xab\x8b\x0c\x8f\x4d\x36\x2e\x2b\x16\xa4\xec\xc5\x6e\x0b\xaa\xb9\x62\x66\x19\xd6\x1f\x5b\xb8\xb1\x42\x57\x8a\x47\x02\x6e\x6d\x64\xf7\x54\x4f\x40\xfe\x2b\xa2\xfd\xb5\x86\x2b\x0a\xe6\x3b\xd1\x3b\x06\x6d\xd9\x3e\x0a\xc0\xba\x0b\xf7\xdb\x03\x10\x5d\x88\x46\x8c\xd8\x7e\xb4\x9f\x20\xdc\x31\xf3\x49\x9c\x8e\x9e\xb5\x04\x6e\xcc\x37\x9e\x17\x8c\xe5\xb6\xcc\x4a\xff\xd8\xd8\x45\x76\x54\x73\xa7\x31\x88\x3f\xc0\x4e\xb1\x96\xd0\x1d\xbe\x00\x91\xf8\x60\x05\x84\x4f\x4c\xfb\x5a\x8f\x81\x4a\xe8\xda\x33\x34\x13\x2f\xad\x72\x15\xf4\x99\x8a\xb7\x05\x35\xf9\x10\x55\x64\x5a\x24\xad\x25\x60\x0f\x83\xe4\x19\x6b\x5d\xa1\x11\x98\x19\xb1\x4f\x76\xce\x30\x29\xe7\x47\x49\x3c\x90\x3f\x94\xa9\xd0\x89\x66\xa0\x59\x05\x27\xf8\xc2\xa1\x58\xb9\x7c\x5c\xcc\x3c\x16\xed\x5c\x60\xc5\xed\x0d\xf3\x58\x8b\x73\xcd\x3c\xa9\xa4\xd1\x50\xaa\x3d\x6c\xc4\x70\xb0\x90\x35\x6a\xac\xcd\xd8\x52\x17\xd5\x1d\xdc\x9f\xcc\x89\xfc\x76\x12\x13\xc8\xd9\xf5\xf5\x84\x61\xa6\xd1\xb5\x24\x7f\x75\x32\x75\x6a\xf3\xf4\x82\xcf\xe4\x50\x13\xa9\x08\x21\x86\x6a\xa1\x99\xae\xb9\xce\x8c\xbb\x28\xd4\x70\xc8\xa4\xc0\x5f\xb0\xeb\xde\x52\x86\xb8\x15\xbf\x57\x23\xe9\x58\x91\xb0\x8d\x54\x8d\xec\xd3\x1c\x64\x05\x22\x8a\x87\x34\x10\xae\x1a\xf3\xdb\x8f\x78\x9a\x1b\x06\xc7\x32\x7c\xf4\x42\x1e\xc6\xfb\xb4\x63\x65\x42\xa6\xd9\xb5\xd8\xea\x6d\xcb\xc4\xac\x4c\x62\x71\x2b\x31\x7a\xc7\xc5\xbd\xf7\xbc\x8b\x5d\x67\xaf\xa5\xfc\x8b\xbc\x78\xf9\x65\xdf\x73\xe3\xf4\x94\x19\x1b\x29\xa4\x22\x48\xc3\x2d\x1a\x7b\xb2\xcc\xde\x5d\x49\xda\x02\xd6\xf9\x9d\x59\x0c\xb8\x2d\xbb\x1b\x02\xcf\xb3\x78\xdf\x28\xcc\xb1\xf0\x0e\xc4\x6e\x4f\x20\x15\xd2\x61\x8a\x5d\x14\xaf\x58\xdf\x28\x3f\x74\xfa\xae\x6d\xe6\x2b\xe5\x7d\x35\x9d\xae\x32\xb5\xef\x3a\xfb\xfa\xce\xf6\x65\xf7\xe2\x16\x89\x75\xde\x89\xaa\x1a\xd2\xd9\x47\xb1\x29\x27\xdf\x53\xea\xce\xbb\x05\x15\xbf\x04\x54\xbc\xf9\xa3\xc5\xfc\xb5\xe9\x27\x3b\xfc\x4a\x3a\xa4\x59\x37\x64\x36\xbc\x28\x2e\x39\x1f\xd7\xeb\x54\x75\x00\x06\x97\xec\x4b\xcf\xd1\xff\x5c\x43\x72\xaa\x10\x57\x77\xec\x81\xe8\x7c\x3a\x91\x7a\x0a\x4a\x4c\x07\x31\x0c\x41\x7c\x80\x68\xda\xcc\xb8\x14\x7e\x51\xae\x40\x7e\xd9\x47\x3e\x03\xee\x19\xa7\x6e\x57\x73\x77\xcc\xb4\x4c\xe8\x77\xa5\x47\xcc\x1c\xba\x79\x40\xb1\x78\x9e\x55\x61\x41\xb1\xc5\x9d\xc3\x51\x83\x34\x3b\x04\x43\x00\x72\xe5\xc4\x4a\x15\x87\x18\x5b\x68\x5d\x95\x89\x4e\x42\xa5\xc0\xa0\x78\x3f\xb4\x6b\x28\x33\xf3\x98\xa5\x2e\x9e\x0c\xdc\x04\x67\x46\x78\xe2\x50\x79\xef\x74\x73\xb3\xb8\x0d\xab\x9e\xb2\xae\xf8\x0c\xc0\x51\x2b\x13\x89\xff\xb1\x05\xfe\xfa\xde\xe9\xaa\xa1\x47\x5e\x70\x7f\x4f\x8e\xd4\xee\x41\x5f\xe7\xc8\x0e\xb1\x32\x5a\x4f\xaa\xb6\x5c\xbb\x69\x49\xfb\x20\x42\xd1\x33\xe0\xef\x06\xc5\xda\xbd\x65\xe2\xea\x28\x18\x59\x95\x12\xb5\x64\xb2\xbe\x11\x0e\x2a\x15\x37\x27\xfa\xf6\x93\x97\xdf\x4a\x00\xef\xe2\xe8\x6c\x3b\xae\xc5\x59\x1e\x7e\x59\x06\x27\xb8\x24\xd1\x96\x3a\x12\x8c\xef\x8e\x66\x6e\x5a\x80\xc5\x47\xa8\x49\x3b\x2e\x34\x51\x27\x7f\xe2\x15\x98\x59\x61\x0a\x2e\xee\xc3\x3e\x21\x9f\x1a\xcc\xaa\x99\x86\x9e\xf2\x46\xfa\xc1\xf1\x33\x0e\xae\xca\x17\xfb\xc5\x25\xf3\x86\x3a\x41\x92\xe0\x11\x16\x11\x94\x7f\x45\x06\x6a\x74\xc7\xb2\x54\x4e\x52\x7a\x08\x7d\xae\x93\x3a\x27\x7f\xb1\x53\xdf\x5d\x09\xa8\x30\x4d\x6f\xa0\xd3\x37\x89\x19\x29\x9d\xbc\xf9\xab\x93\x3f\xea\xdd\x64\x7b\x47\xc7\x63\x30\x86\x4b\x77\x2a\xb5\xc5\x01\x59\x30\x34\x29\xd4\xcc\x01\x92\x52\x7b\x6a\xf7\xde\xab\xe6\xaa\x7f\x7e\x02\xf4\xc8\xac\xa8\x55\x7a\x1c\xfc\x97\xb8\xe7\x38\x48\x90\x77\x3e\x7c\x70\xd2\x3a\x31\xa2\x0c\x31\x6b\x7d\xdc\xf9\x14\xfc\xce\x4b\x5a\xb8\x4f\xa0\x13\x4a\x3e\x9f\xc2\x9f\xed\xca\x54\xb9\x5f\xbd\x98\x5f\x33\xf8\xe6\x45\x25\xac\x8c\x95\xac\x4f\x87\xa9\x8b\x6a\xb8\xf4\xd7\x87\xf1\x65\x98\x59\x5c\xf3\x21\xd6\x68\x45\x44\x31\xe7\x83\x87\x92\x11\x24\x1e\xbc\xa5\x5a\xcb\x0c\xf1\xd8\x09\xd5\x5c\x69\xd5\x24\xb5\x0a\x87\x8f\x7f\x6d\x42\x11\x3d\x64\x55\x66\x86\xf1\xd3\xdc\x9f\x9a\x66\x80\x7a\xfc\xa8\x33\x20\x32\xd8\x8d\x39\xad\x5c\x4c\xcb\xe8\x47\xb1\x9c\xb2\x78\xd1\x8a\xac\xce\x44\x3b\x5d\xb5\xab\x50\x2c\x5b\x69\x24\x2e\xa8\xcf\x59\x7b\x48\xc1\x92\x4b\xc9\x98\x78\x62\x2e\x1a\x10\x39\x64\xde\x73\x9e\x43\xa2\x82\x73\x83\xd8\x60\x6a\xc1\xe6\xcd\x4d\xfe\xd3\x89\xb2\xd9\x0b\x22\x49\x34\x64\xcf\xc9\x34\xa9\x4f\x14\x65\xbd\xdc\x77\x7a\x1a\xc5\x62\xad\x04\xb3\xa9\x78\x2d\x37\xfe\xb5\xbe\x6e\x82\xeb\xc9\x37\x25\xe1\x76\xc2\x84\x5c\x31\xf7\xc1\x98\x75\x0d\xc9\x69\x1f\x18\xc0\xca\x82\x4b\xcc\x69\x8d\x70\x1b\x53\x4d\x05\xfe\x63\x1c\x18\x2a\xf3\x48\xe9\x60\xcf\x88\x92\x3d\x65\xdf\x41\x1f\xcc\x61\x97\x99\x75\x86\xe4\x47\x82\xcb\x4f\xa7\xad\xdc\x39\x0a\x7f\x78\x3b\x2d\x3c\x4c\x20\x3c\x4c\xdc\x05\x13\x86\x06\xb4\x0a\xc4\x39\x5d\x93\x45\x85\x9c\x3e\x73\x43\x77\x0b\x80\x8a\x15\x11\x00\x0b\x34\xfd\xf6\x21\xff\xf2\x19\x2e\xdd\xc3\x37\x78\xf7\x31\xb6\x22\x8e\x05\xfa\x0e\x6d\xb3\x0b\x3c\xdb\x69\xca\x06\xf6\xa1\x95\x0f\x0b\xf7\x44\x20\xe4\x12\x33\x4f\xa3\xa3\x42\x4b\x81\x30\x31\x92\xe6\x87\x35\x83\x7b\xcb\x87\x4c\x96\x62\x8a\x0b\x98\xfd\xc0\x9e\xba\x80\x32\xfe\xf4\x89\x1a\x27\xa7\xa3\xfc\x7c\xa6\x72\xfa\x0d\xab\x99\x80\x5f\x7a\x66\xd2\x31\xec\x42\xe1\x3d\x3e\x45\xe6\x73\x77\xa6\x8a\x70\xe2\x04\xd7\xde\x2e\x53\x4c\x4c\xd8\x4c\xe0\xc5\x2a\x79\x4d\x53\xd9\x9c\xd5\x73\x4b\x3e\x36\x3b\x7d\x4b\xbb\xbe\xa8\x5b\xa9\x9a\xb9\xc1\xb3\xd6\x8c\x46\x9a\x70\xca\x5e\x5b\x05\xba\x2e\x48\x55\xae\x30\xde\x9e\xa7\x1b\xdb\xac\x27\xe9\xc3\x4a\x60\xa5\xbe\x74\xbe\x23\xe9\x57\xeb\x50\x9a\xa1\x54\xff\x14\x1e\xe3\x7b\xcd\xbd\xd9\xeb\x3c\xf2\x18\x8c\x32\x65\xd5\xae\x5f\xed\x7a\x1f\x32\x0a\x40\x81\xc2\x46\xc3\xce\xb5\x30\xa6\x30\xf4\xdc\x51\x9c\x33\xa2\xa1\xc6\x01\x5c\xcf\x6f\xf5\x94\xda\xce\xf6\xe5\x6b\xe6\x28\x8f\xa9\x29\x99\x80\x12\x74\x62\xfd\x8a\x3f\xd3\x05\xa9\xc3\xc0\x42\x82\xa5\x07\x92\xad\x9e\xf2\xe7\x1a\x49\xc3\x3e\xee\x69\xc6\xb9\x25\xef\xd5\x8e\x33\xa0\xa1\x88\xe6\x81\x75\xa8\x5f\xbf\x29\x01\x59\xde\xc8\x87\xb4\x1b\x14\xd9\x3c\xd1\xe4\x78\xef\x59\xa5\x27\x3b\xcb\x4a\x11\xa5\xbe\xe8\x20\xc6\x46\x05\x35\xa6\xba\x7b\xdd\xa3\x7b\x53\x56\x9c\xb4\xaf\xfc\xd7\x6c\x2f\x78\x7c\x0b\x06\x5b\x54\xae\x87\x8c\xca\xf5\x32\xee\xf1\x3b\xc9\x38\x1f\x7f\x78\xc1\xfd\xdc\x33\x44\x61\xac\x25\xbd\xe1\x05\x0b\xb9\xb9\x3f\xf4\xb1\x32\x71\x4a\xf8\x80\xc9\xc6\xa2\x2b\x32\x51\x15\xd6\x50\xc2\xa1\x1a\x4a\xc8\x03\x53\x01\x86\x07\x0b\x6b\x7f\x62\xc8\x58\x4d\x45\x35\x8c\xfa\x7e\x6b\x51\x97\x82\x61\x6f\x97\x3e\x25\xcb\x33\xbb\x64\x79\x61\x5c\xee\x15\x3f\x1a\x69\xe0\x92\x5b\xe6\xa1\x19\xea\xa2\xfd\xc0\x9f\x79\x17\x88\xf1\xe8\x6b\x6c\xea\x98\x21\xf8\x63\xbd\x4d\x86\xaf\x2b\x93\x77\x89\xcd\x23\xe0\x85\x95\xdd\x9c\x60\xae\xaf\x3f\xf9\x05\x1c\x48\xe6\x7a\x39\x11\x61\x8c\x25\x35\x58\x4f\xf8\x1d\xd8\x4f\x71\x2c\xe6\xe2\xa0\x6f\x08\xea\xe7\x79\x6f\x1b\xe4\x67\x57\x3d\xa6\x3f\x2c\xb6\x28\x18\xb4\x9c\xb6\xf2\x51\x0b\x6f\xef\x95\x19\x0a\x31\x7f\x63\x26\x54\x54\x82\x80\x6a\xb3\x57\xc2\x7f\xf6\x17\x5c\x7b\xd7\x22\x42\x7e\x53\x47\xbd\xf3\x2d\x49\xf8\x14\xbc\x9b\xee\xdb\x23\x96\xbf\xd2\x22\x34\xf5\x72\x5c\x68\x11\xc4\x20\x97\xd9\xb6\x5b\xd9\xb5\xbe\x4e\x76\x8d\x69\x62\x5b\x52\xa5\x6f\x49\x33\x73\xd3\x79\x43\xc2\x48\x64\x33\x64\xb6\xf0\x2f\x42\x1c\x69\x59\x83\x6d\x46\x19\x45\xd3\x46\x8e\x90\x6a\x4d\xa9\x76\xdb\x48\xc0\x11\x48\x71\xd7\x77\x22\xcb\x87\x2f\xa9\x1a\xcc\xe2\x19\x31\x08\x7e\x83\x75\x6b\xe0\x86\x58\xac\x21\xa6\x1b\xd1\x6a\x5d\x23\xd8\xf2\x52\x8f\x79\x75\x1a\x32\x56\xb4\xb2\xec\xb6\x67\xa6\x75\x26\x82\x86\xc8\x35\x65\x16\x53\xd6\x05\xf5\xc8\xa5\x90\x65\xaf\x25\x8f\xbc\xad\xce\x81\x3e\xd2\xbe\x78\x15\x25\x28\xb5\x3e\x81\xad\xc4\x0c\x4c\x92\x99\x36\xfa\x7e\x8a\xf7\x76\xe9\x37\xee\x50\x71\x2f\x4a\x05\xbb\xa9\x2e\x12\xe8\xf5\x09\xeb\x9b\xda\xa7\x85\xc0\xdd\xba\x09\xfe\x51\x8d\x61\xc3\xa9\xab\xeb\xd6\x27\xd3\xd9\x2c\x42\x0a\x9d\xc9\x2e\xde\x70\x17\x61\x44\xb1\x1c\x64\x6a\xb4\x7c\x4c\x8c\x96\x71\x9d\x87\x6b\x52\xe3\x15\x94\x28\xdf\x7a\x4d\x8f\x0c\xa8\xa1\xe2\x74\x9a\xeb\x80\xfa\xa9\x34\xc3\x77\x28\xe5\x85\xe3\x5d\xf7\x03\xe4\xb8\xf5\x15\x74\x3c\xf7\x6a\x21\x99\x12\xaa\x09\x8b\xe4\x4f\xa4\x6a\xd2\x9a\x49\xbd\x29\x41\xf3\xd5\xe0\xde\x9e\x8e\x81\xde\xc8\x76\x40\x2a\x1f\x4d\x8f\xd1\x5a\xf0\xce\x98\xe5\xc6\x78\x20\x67\x12\xba\xf4\x2f\xa1\xac\xa5\x72\xda\xdf\x85\x4e\xf6\xaf\x64\x0e\x35\x27\xb1\x41\x59\x78\xf8\x70\xe1\x97\xa9\x35\x98\x8d\xb2\xb7\x4b\x56\x1d\x88\x07\x1c\x25\xc4\x60\x4d\xb5\x7a\x0e\xf9\x67\xa1\x14\x30\xd9\x44\xb1\xb1\x3a\xf7\x46\xab\x08\x88\xaf\xaa\xe8\x4b\xd6\x3a\x5f\xfa\x44\x5f\x92\xe2\x0d\xef\x4f\x96\x6e\x3e\x99\x75\xb1\x71\x11\xc5\x1c\xb7\xf7\x46\x0d\xe8\x06\xf3\xab\xe7\x27\x5c\x12\xab\xa4\x65\xcd\xad\x2b\x93\xdd\xd1\xf1\x50\x8e\xce\x80\xb9\x38\x61\xbc\xf3\x1e\x78\x35\x66\x02\x96\x30\x4e\xf0\x45\x08\x07\x17\xf6\xa6\xb6\xef\x71\x64\x06\xa2\xdb\x8b\xf6\xb6\x83\x00\x37\xfd\x95\x8a\x3b\xcb\x16\x78\x4d\x4a\xf3\x00\x44\xed\x2e\xc9\x4b\xad\xfc\x12\x2d\xfc\xb7\x5e\x1c\x76\x66\x0e\xfa\x22\x20\xf7\x49\x13\xbb\xa5\x58\x39\x3d\xe3\xa0\xb6\x7f\xcb\x38\x43\x58\x98\xe9\x17\xaa\x49\x85\x99\xbd\x0a\x52\xe1\x82\x97\x90\x7c\x53\x63\xcf\x8f\xbb\x07\xc0\xc1\x9f\x13\x0f\x67\xfa\xf2\x54\x5f\x8f\x74\xe2\x55\xc8\xfc\xfa\x0b\xa0\xf4\x3e\x51\x7a\xbb\x9f\x95\xc5\xb3\x86\xc3\xc7\x64\x2b\x7d\xe1\xc4\xa9\x8c\x1c\xea\xb3\x6b\xe9\x81\xd8\x7b\x2a\xd7\xa1\xf3\x62\x7f\x22\x56\x4f\xf2\x03\x4a\x89\xca\xbf\xa5\xcc\x33\x8d\x6f\x2d\xea\xcc\x93\x37\x91\x8a\x1e\xf7\x2c\xa1\x74\xa7\x2d\xdd\x8c\x4a\x1a\x34\xe9\x0b\x57\xd7\xcc\x35\x19\xa0\x1b\xb0\x31\x51\x41\x53\x03\xf1\xa5\x9d\xbd\x56\xed\xb9\xe6\x40\x6f\xf6\x06\x46\xef\x38\xa3\x1f\x4e\x47\x5d\xeb\x4f\x6a\x3d\x9d\x2f\xcb\xc2\x0d\xa4\xd1\x95\x56\xe6\x3d\xe2\x8b\xbe\x51\xdf\xfa\xf3\x83\x4b\x72\x56\x81\x95\x7e\x59\x72\xea\x4a\x3b\x53\x57\xad\x82\x12\x99\x2a\x74\xda\x3b\x3c\x66\x14\x4f\x4c\xc8\xd6\xb8\x7b\x26\x09\x16\xe7\xad\xa1\x49\x55\xb7\x21\x9a\xfc\x84\x2a\xfa\x46\x30\x8e\xc7\x64\x8d\x65\x75\x37\x15\xe6\xe9\xf9\xe4\x3a\x84\x33\x4d\x80\x56\xdb\x83\x6e\xfc\x2e\x30\x72\x7c\xe9\xb0\x71\xad\x51\x16\x7e\xe7\x0a\x9a\x4f\x53\x0d\xf7\x94\xa9\x94\xd8\x75\x63\xcf\x7d\x69\x43\x6f\xcd\x8b\x6b\x84\x24\x34\x94\xa9\x5c\x4a\x33\xfa\x0b\x24\xd5\x9c\x58\x04\x0f\xd3\x5e\xbe\xb2\x54\x40\x03\x5e\x2b\xf8\xba\x21\x76\x1a\x2e\x6f\x5d\xe1\xf2\xf6\x46\xf9\x22\x18\xcc\xbd\x18\xbd\x4b\x0a\x35\x99\x45\xa7\x00\xba\x27\xa5\xec\xa3\x0b\x56\x21\xbe\xa4\x44\x7a\xc1\x2a\x08\x44\x47\x10\x1f\xed\x80\x46\x5d\x4b\xa2\x49\x56\x82\x6f\x0d\x58\x9d\x62\xd8\xa6\x89\x3f\xa6\xb0\x99\x1c\xa2\x5b\xee\x1e\x8b\xd3\x40\x7d\x97\x33\xe9\x54\x98\x7d\xd9\xa4\x48\x84\x88\x60\xcb\x2e\x36\x92\x47\x66\xf4\x98\x54\xf1\x7b\xde\x05\x84\x40\xa0\xcc\xe3\xba\x66\xa1\x5b\x4d\xbb\xbb\x13\x1a\xbd\x1c\xeb\xa4\xc0\x25\xba\x2c\xfb\xd9\xe5\x79\x4a\x96\xc7\x64\xef\x6f\x4c\x7c\xce\x72\xfc\x49\x5f\x58\x79\x6b\x3e\xd6\x19\x0d\xf3\x94\xc6\xcf\x1b\x9d\xf6\x55\x1f\xc9\x20\x6d\x55\x89\x72\xe4\x48\xa7\xfa\xf6\x91\xea\xf3\x79\x99\x65\xf8\x71\x46\x6e\xb5\xc5\x49\x96\x45\x32\xaa\xc3\x41\xde\x79\x89\xe2\xab\xbc\xa2\x69\x6f\x64\xb6\x82\x2f\x2f\x29\x05\x03\xbd\xbd\x5c\xf0\xd9\x66\x10\x17\x78\x60\x45\xe8\x6f\x6d\xb6\x6f\xe2\xb4\xcc\xe4\xf5\x23\x2a\x01\x11\x05\xa7\xe5\xbe\x33\xa7\x55\xf4\x05\x46\x9d\x29\x7f\xe2\x8a\xd1\xbb\xd8\xba\xea\xa7\x15\xa8\xc0\x02\x0f\x39\xfa\x1d\x30\x8e\xd4\x5b\xc5\x53\x3f\x79\xaa\x82\x12\xfe\xf7\xc0\x12\xb6\x24\xfb\x21\xb7\xa1\xcb\xb8\xad\x50\x58\x6d\x16\xdd\x93\xb2\x57\x52\xac\x88\xba\xd3\x4c\x0b\x4f\x52\x15\x3e\xf9\xd2\x22\x0f\xdc\xdb\x60\xde\xbd\x68\x41\x27\x98\x65\x52\x94\xa9\x97\x98\x54\xa4\x36\x9c\x29\xb9\x54\x72\x92\x33\x69\xa3\x9c\xa2\x3f\xd2\x63\x98\xc7\xda\x13\xfa\xfe\xb0\xe8\xd7\x84\x32\x71\x63\xd3\xa6\x9f\x8c\x15\x02\x22\x11\x94\x3b\x97\xa4\xa5\x5d\x29\xe8\x37\xe0\x7f\x77\x99\x2c\x74\x7e\xc1\xdc\x71\xe3\xda\x25\x32\x65\xe8\xc1\x93\x6e\x3b\xb9\x8f\xc4\x9f\xa5\xbd\x89\xce\x41\x31\x3a\xf2\x64\x41\x41\xa8\x23\xb9\x48\xd2\xca\x0e\x0d\x34\x4c\xc8\xd2\x7d\xff\x47\x50\xf3\x94\xe7\x7e\x4b\x45\xc0\x5c\xe3\x8f\x2b\x0c\x6e\x25\x43\x31\xb9\xeb\x33\x99\x6c\xde\x3e\x72\x5a\xb1\x8f\x58\xad\x29\x2e\x25\x35\xb6\xd2\x4f\x7b\xa4\x9d\xae\x7a\xec\x65\xeb\x0b\x9a\xd5\x51\x7d\xc1\x47\x56\x8a\xde\xd3\x2f\x28\x53\x58\xd0\xfb\x3c\x79\xe3\x2b\xff\xf9\x50\xce\x3e\xb3\xad\xaa\x87\x72\x9a\x46\x64\x81\xf3\xd4\x19\x35\x4e\x0b\x07\x8e\x8e\x56\xa3\xfe\x78\x31\x19\x40\x8e\xe1\x69\xf9\x89\xce\x6f\xb1\x43\x9d\x7c\x78\x5e\x61\x70\xf9\x57\xbb\xbf\x63\x36\xf3\x6f\x14\x18\xed\x80\x97\x30\x39\xed\xac\xb4\xb9\x74\xdd\x03\x8f\xe0\x95\x97\x9e\x0e\xaa\x8f\x1a\x63\xf2\xe9\x9c\x9c\xa8\x23\xe2\xfc\xa0\x40\xee\xd0\xf0\xf9\x0b\x26\xc9\x63\x6b\xee\xf7\x23\x98\xf1\x37\x71\xa8\x83\x95\x59\x92\x16\x58\x64\x9e\xd6\xfe\x5f\xd2\x22\xd2\x48\x9f\x0c\x58\x08\x8d\x87\x4f\x1c\x36\x83\x6b\xf6\xda\x48\x2c\x64\xb1\xc9\x9c\xea\xa2\x87\xf8\x6b\x5a\xda\x07\x9a\x7f\x17\x5e\x09\x54\xcc\x8b\x11\x10\x11\x34\x33\x35\xc5\xe2\xaf\x63\x7a\xe9\xd6\xf2\xb4\xd2\xdf\x24\x8a\x56\x15\x95\x9d\xb8\xac\x43\x5e\x03\x30\x8d\xb2\x70\xc8\x3e\x44\x6d\x4f\x99\xb2\x18\x26\x2c\x08\x72\xe2\xf9\x1b\x28\x55\xe5\x65\x93\xc0\xc2\xec\xe0\x2a\xc8\x0e\x2b\x2a\x7a\x7b\xf3\xc2\xad\x07\xe9\x8e\x39\xed\x82\x65\x3d\x9d\xc7\x55\x2f\x33\x11\x26\xaa\x6c\x5c\xf5\x32\x53\x81\x10\x5f\x0e\xd3\xa9\xb0\x93\xec\x54\x96\xf7\x7f\x7e\x2a\xde\x96\x2e\xd9\xf6\xf3\x7b\xac\x4a\x8a\xc7\x30\xa4\x65\xdf\x63\xa9\x02\xbb\xfb\x07\xe6\x43\xfc\xee\x39\x71\xe9\x96\x88\x89\x03\x83\xef\x88\xd2\xf1\x1a\xb9\x86\xdf\x17\x6e\xa2\x54\x0e\x68\x1f\xda\x42\x18\x6c\xcc\xa3\xd3\xc0\x19\xff\xc2\x27\x3f\xc5\x74\xbb\x8d\x7d\xcf\xde\xb6\xc7\xa4\xc8\x5a\xc3\x3f\xea\x4a\x85\x5b\x8e\xf8\x43\x4f\x6b\x9a\x5a\x16\x98\x5e\x5e\x5c\x6a\x17\x09\x43\x93\x60\x23\x16\x62\x6f\x4c\x88\xde\xc5\xa1\xf6\xfc\xc8\xe7\xcf\x8f\xbc\xf2\x2f\x51\x71\xfc\x7e\xc8\xe3\xf9\xef\x1f\x7d\xf4\x0a\x2c\xfd\x88\xd9\xbf\xcd\xdf\x8e\xd6\xe5\xc7\xb6\xa3\xe5\xd3\xcf\xcf\x71\x2b\xdc\xe2\x6b\xf6\xd6\x10\xd3\xa7\xc6\xe5\x43\x72\x6b\xbc\x38\xcd\x79\xf6\xd6\x94\x66\x89\x90\xa9\xfa\x40\xb5\xcc\xea\x0a\xae\x2f\x48\x1c\x16\x55\x52\xfa\x6b\x6a\x72\x16\x36\x23\x43\x85\x7b\x83\x95\xfe\x62\xc3\xe9\x16\x0c\x8b\xf7\x3a\xfc\xa2\x50\x36\x62\xad\xc5\x36\x85\x8d\xfd\x58\x33\xf9\x85\x94\x26\xbe\x8a\x92\x46\x82\x04\x78\xa5\xb7\x9a\x3b\x12\x7c\xf7\x60\x46\xda\xf1\xc6\x92\x1d\x11\xf3\xbc\x4b\xcd\xd9\x1b\x75\x94\xd2\x83\x4c\xa6\xff\x0e\x6f\x42\x33\x93\xc7\x74\x76\x0d\xae\xcb\x67\x60\x5c\x3f\xc6\x36\x28\x33\x41\xb9\x31\xa3\x72\xac\x04\x6c\xc5\xf8\xda\xce\x22\x06\xd7\x93\xd9\xec\x7b\x09\xae\xba\xa7\x06\x9f\x01\x66\x5e\x4d\xe8\x5e\x58\x7c\x3b\x3b\x98\xf8\x72\x8a\x24\x1c\x73\x3d\x23\xf7\x02\x46\xf4\xf3\xaa\x72\x34\x9e\xaf\xfc\x0a\xed\x03\xf1\x40\xf0\xc5\xfc\x9c\x25\x36\x7d\x53\x5d\xd6\x63\xb0\xf8\xca\x84\x02\x96\x7d\xe2\x79\x62\xd6\x7a\x4e\x0b\xf1\x96\x39\xe9\xbf\xa5\x06\xbe\x1d\xe0\x64\xf5\x99\xeb\x67\xd2\xeb\x17\x28\xaf\x39\xe7\x80\xd2\x85\x80\x34\xfb\xd9\xb4\x92\x1c\x99\x70\x77\xbe\x62\xf6\x3a\x72\x97\x49\x22\xb5\xc0\x5d\xa4\x1e\xe9\xfe\xf2\x1c\x51\x0b\x02\xbb\x61\x65\xb7\x42\xfb\x08\x5b\xad\xa3\x18\x66\x2a\xec\x47\xf1\xe5\x0a\x10\xd7\x56\x56\x1c\x85\x8a\x9e\x70\xc1\xfb\x3c\x88\xa8\x99\x18\xb3\x35\x70\xb9\xeb\x25\xb7\xc3\xdf\xfe\x72\x06\x1b\x2c\xa1\xbd\x0d\x8e\x66\x90\xef\xa5\x33\xd8\xf4\xe2\x19\x78\x39\xef\xac\x23\xbb\xe0\x31\x75\xd3\x40\xaa\x55\x58\x2a\xf2\xda\x19\x1a\x53\x90\xd8\x3e\xec\xe1\xb7\x2e\x10\x89\xde\x7c\xc2\x4d\xe1\x52\x0f\x9e\x88\x55\x0a\x28\x78\x1a\x4d\xca\x8c\x8e\x7d\x70\x3e\xec\xd9\x1c\xe2\xed\x54\x17\x3f\xb3\x6f\xad\x60\xb8\xd0\xa8\x12\x93\xca\x33\x39\xaa\x45\x46\xe2\x79\x19\xc1\x49\xb4\x61\x87\xa4\x4f\x15\xfc\x66\xb3\xbe\x25\x1b\x51\x9a\xec\x5d\x14\x44\xb1\xfd\x7f\xd1\x09\x30\x8f\xb6\xef\x8e\x51\x77\xc6\x65\xda\x62\x30\xb6\x05\xf3\xe0\x74\x94\x31\x48\x92\x07\xb0\xec\x6b\xf8\x00\xc5\xe7\x93\xe2\x5d\x75\xf8\x9e\x06\xdf\x12\x61\x08\x9b\x0a\x3d\x64\x9d\x48\xdc\xe1\x5d\x75\x43\xff\x71\x47\xea\xd7\x1b\x1a\x8c\x0e\x66\x40\x0b\x73\x34\xac\xc3\x73\xfc\x4b\x5f\x3c\xd2\xb8\x48\x96\x48\x86\x08\x9b\x69\xb5\x0c\x31\xdd\xc4\x2e\x9c\xd5\xd2\xe8\x4c\x1f\x2a\xc4\x30\xb0\x38\x46\xb8\x67\x1a\xa0\x8b\x8f\x59\xb1\x71\xfe\xec\xc4\x55\x82\x42\xf2\xaa\xdf\xda\xf9\x50\x95\xe7\x5b\xf7\x78\x4e\x7d\x1c\xd5\x08\xda\x58\x88\x86\x6d\xd6\xee\x95\x72\x55\xac\x06\x5c\x9f\xa1\x8c\x1f\x8a\xb6\xb5\xe9\x56\x44\x0c\x10\x2f\x22\x20\x9c\xf6\xbd\xa3\x05\x04\xaf\x4e\x5d\x55\x94\xb3\x81\xe7\xf5\x65\xc6\x4b\x68\x00\x83\x0b\x09\x5a\x7f\x46\x69\xde\x75\x13\xea\x65\xd1\xad\x11\xa9\xd1\x33\xce\x5e\x2b\xd7\x9b\x0b\x34\x45\x71\x2c\x79\x8a\x45\x63\x25\x03\x2a\xff\x1a\xba\xef\x06\xa3\x49\x2c\xda\x68\x41\xec\xae\xd0\xd9\x70\x04\xd3\x68\x33\xfe\xc6\x3c\x90\x50\x1b\xe5\xf5\xf5\xcd\x97\x94\xd6\x5d\xca\x40\x0d\x27\x2e\x97\xd8\x16\x32\x0c\xbb\xd4\xff\x47\xdd\x9f\xb5\xa7\xb1\x2b\xef\x03\xe8\x07\x82\xe7\x61\x36\x70\xd9\xdd\xb4\x09\x21\x0e\xf1\x14\xc7\xeb\xce\x89\x6d\xe6\x79\xe6\xd3\x9f\xa7\xeb\x7d\x4b\xaa\x6e\xb0\xd7\x5a\xfb\xb7\xf7\xf9\x9f\x73\x63\x83\x50\xab\xa5\x52\xa9\x54\x73\x75\x37\xb1\xf3\x07\x81\x6f\x59\x1c\xc0\xba\xd5\xc2\x1c\xba\x08\x0f\x9b\xbc\x25\x04\xf1\xe1\xf8\x9a\xdd\xc1\xc5\x8b\x29\x06\x79\x3b\x1c\x85\x4e\xa7\xad\x65\x8a\x04\x42\x62\xdd\xbd\x7e\xb8\x82\x91\x89\x55\x86\x70\x68\xe6\x09\x99\x6b\xcf\xc2\x92\x50\x9b\xb7\x8a\x54\xcb\xef\x8e\x01\xbf\x7a\x3b\xc1\xc1\x7a\x38\xc4\xbd\xd8\x1e\xcd\x20\x6f\x62\xa0\x6e\xbd\x9d\x90\x33\xd6\xf7\x5c\x43\x61\xb2\x15\x95\x76\x29\x04\xf1\x92\x73\xba\x0e\x4f\x62\x5a\x19\xd8\x29\xc5\xd9\xa5\x4c\xa9\xe0\x1d\x8d\x43\xa7\x9e\x8f\x0a\x61\x71\x44\xfe\xa2\x06\x09\x58\xa7\x46\x23\xe0\xed\x6c\x2c\x9a\x9b\x5d\x34\x1f\x2b\x3b\xa7\xcd\xe2\xc9\x0c\x1f\x5f\xdb\xbb\x23\x5e\x88\xba\x59\x40\xcd\x39\x34\xf1\x3f\xf2\xd3\x56\x22\x16\x78\xfa\xf1\x74\x7a\xa1\x7a\xe8\x13\xa9\x63\x46\x3d\xd6\x34\x0a\x82\x65\x54\x86\xaa\x08\x65\x3a\x05\x11\xe2\x4a\x0c\xb7\x14\xb1\x7a\x0b\x5e\x2f\x43\xb0\xcd\x37\xe5\x64\xfc\x1b\xd1\x90\x49\xed\xf3\x4e\x67\x21\xec\xf3\xd7\x60\xeb\x48\x41\xf4\xbd\xa1\xfe\x47\xa2\xb3\x8f\xd4\xc3\x20\xfa\x1d\x29\x1d\x8f\xaf\x4b\xe3\xd4\x01\x17\xc3\xa9\x28\x9a\xbb\xa5\xaf\xf9\x74\xdd\x63\x08\x51\x60\x68\x3a\xbe\x53\x42\xad\x18\xa7\x70\xc4\x0e\x97\xaf\xd5\x7b\xa8\xa7\x9a\x3e\x39\x0d\x0f\xe2\x1a\x21\x86\xd1\x38\xf0\xbe\x76\x3f\xe0\xd4\xd0\xd6\x5e\xea\xf0\x10\x89\x42\x4a\xb0\x04\xda\x9b\x3f\x27\x9d\xac\xc6\x11\x3e\x14\xc7\x21\x33\x20\xb7\x03\xda\xa8\x3f\xe8\x25\x4e\x1d\x48\x59\x28\x95\x1a\x70\x43\x1f\x9e\x54\xbb\x1c\x94\xe5\x1d\x9b\x70\x2d\xfc\x57\xd0\x10\xee\x68\x16\x35\xc1\xb8\xcc\xbe\xc8\x9a\xa6\x5f\x52\x8f\x25\x4c\x3b\xfb\xed\x9f\x3e\xe9\xd7\x0e\x22\xf0\x28\x1d\x76\xd3\x1f\x14\xb6\xac\x9f\x71\x1c\x13\x6f\x91\xdb\xbc\x53\x0a\xe1\xf6\xdd\x75\xd0\x2f\x4b\xc1\xf6\xa9\x76\x48\x8d\x43\x02\x19\x2c\xc2\x23\x94\x5e\xd7\xa3\xde\x05\x6c\x10\x3d\x77\x20\x17\x07\x16\x47\x25\x79\xfd\xd6\xfb\x3d\x37\xde\x92\x83\xd4\x3d\xe1\x58\x81\xad\xe4\xd4\xfd\x9c\xe2\x1d\x33\x3f\x3e\x03\xe4\xd1\x5f\x04\x74\x0f\xdb\x4c\xdf\xa7\xc8\x55\x02\xd7\x78\x17\x0f\xfc\xdb\x20\xc8\xb1\x2c\x91\x05\x8c\xc4\xc0\x14\x08\xd3\xcb\xc8\xfc\xb7\xaf\x8d\x45\xea\x8a\xe2\xfa\xf7\x0c\xa4\xa2\xe4\x5d\x0c\xde\xa7\x25\x43\x1c\x14\xee\xcc\x2b\x92\x9b\xf5\x26\x88\xba\xcd\x8f\x1f\x4e\x08\x45\x13\x4a\xd1\x02\xec\x97\xd5\x37\x60\x59\x02\xc0\x13\xb8\xf8\x5d\x44\x1f\xf5\xbf\xeb\x19\x4d\xa2\xfd\x98\x1a\xf9\x03\x11\xf8\xa8\x68\x1b\x07\xf1\x06\xce\xa9\xe7\x4b\x16\xdd\xca\x0d\x7d\x71\x82\x87\x1d\x8e\x0a\x80\xfa\x73\x2b\xdf\x24\x55\x5e\x72\xd8\x03\xf0\x5d\x51\x10\xff\xf2\x55\xb8\x07\x3d\xd5\x2e\x53\x07\x49\x25\x46\xd2\xed\xe7\x69\x05\x67\xe9\xfc\x53\xd0\xfd\xa1\xb7\x4e\xdc\x29\x4a\xd1\xb7\x6b\x5c\x37\x6f\x3e\x30\x51\xa8\x79\xfb\xb5\xc0\x05\xe4\x6c\xd5\x61\x2d\x59\xe5\x1c\xd6\x72\xe8\x35\x0e\x0b\x63\x77\x03\x45\x8b\x18\xba\x2a\xf1\x9f\x0b\x6a\x5f\x9d\xb4\xf5\x03\x14\xa7\xf7\x5b\x86\x2c\x48\x81\xe1\x6f\x28\x23\x7f\xd7\x98\x85\xa6\xf4\x6b\x01\xee\xf4\xb9\xd7\x84\xfc\x0c\xc2\x11\x18\xcc\xe1\x6f\xb9\x0d\xef\x3c\x7d\x6e\xcb\xf9\x65\x94\x13\xc8\x5d\xe7\xa1\x3a\xa6\x7f\x32\x9e\x92\x89\x8a\xe6\x51\xca\x8f\xc5\x52\x24\xb2\x1b\x04\xbb\x70\xf6\xdb\xd2\x3a\x08\x01\xf9\x28\x91\x4e\x7b\xc1\x75\x00\x77\x95\xb7\x3b\x50\x6d\xe1\xf3\xdf\xc4\xaa\x51\x90\x7d\x8c\x62\xc4\xe7\xd5\xfc\xf9\x8a\x70\x0d\xdf\x60\x02\xf1\x77\x11\x6c\x82\xb3\x5e\x87\x90\x1d\x92\xbd\x8c\x25\xf5\x6d\x2b\x46\x50\x8c\x64\xbd\x5c\xc8\x32\x6b\xa1\xf8\x73\x81\x1b\xc2\x6a\xe3\xec\x6a\x35\xbb\x6b\xb2\xc6\xb8\x49\x07\x6c\xa2\x20\xd7\xb8\x3a\x5b\x63\x3d\x2c\xcb\xca\x8e\x42\xf5\x56\xd1\x26\xd5\x03\xe9\xec\x39\xf8\xbd\x24\x03\x92\x8c\xa9\x73\xe1\x24\x16\x21\x4c\x98\x3d\x73\x99\x25\x27\x69\x99\x10\xad\xb8\x24\x68\x20\x9e\x29\x39\xe0\xc3\x33\xa5\x9c\xe4\x6c\x9e\xa2\x20\x33\x74\xd0\xed\x83\x68\x4e\xc3\xcd\x6f\xe0\x75\x37\x88\x9b\xd1\xf2\x77\xde\x87\x47\xc8\x08\xe2\xb1\xe1\x55\x90\xbf\x91\x58\x08\x89\x9f\x7f\xa3\xb2\x6c\xbe\x17\xb4\x52\xd0\x8a\xbe\x9e\xbd\xaf\x1a\x02\x28\x58\x84\x03\x8a\xd7\x95\x0c\xda\x70\x22\x7c\x42\xb0\x5a\x70\x94\x39\xac\xc2\x3b\x7f\x08\xe0\xd6\x25\x10\x7f\xf0\x4c\xf7\x50\xb4\xed\x51\x77\x36\x39\x63\xb6\xfd\x09\x4a\xdf\xc5\xac\x0e\xb5\x85\x4a\xf7\xf0\x55\x0f\x85\xa8\x82\x96\xd8\xc5\xa7\xa6\x38\xcf\xd1\x56\xbb\xba\x57\x6e\x32\x0a\xa0\x8d\xfc\x35\x07\x35\xc5\xb1\xb9\xaf\xdd\x4b\x90\x60\xf5\xde\xa9\xb3\x6e\xd0\xb4\x42\x2d\xff\x84\xea\xbf\x1d\x7e\xda\x27\x85\x05\xbf\x06\x83\x8e\x89\xb6\xf3\x3e\xab\x6e\x04\xb7\x7d\x29\x47\x0b\xf6\x24\xb8\x99\x8b\xf7\x4e\x67\x10\x89\x9f\x2a\x98\xa5\x95\xb4\x45\xbf\xe8\xf7\xf5\x04\x0b\xf3\x02\xaa\x94\xfb\x39\x9d\xec\xd4\xaf\xb0\x7b\x80\x63\xc7\x82\xb1\x02\x55\xfc\xbf\x21\xa5\xba\xbd\x12\xd3\xf8\x2a\xe4\x73\xdd\xdb\xd4\xaf\xc3\x95\x70\xf4\xd7\x3a\x5a\xc7\x38\x9e\x75\x86\x8e\xdc\x46\x60\x42\x9e\xe9\x0e\xd2\x6d\xb6\x10\x5e\xda\x0d\x82\x42\xd8\x80\x1f\xdd\xf6\x1b\x74\xc3\x3f\xf3\xdd\xa0\xf5\x9c\x1c\xc7\x7b\xcf\x90\x51\x92\x7a\xdc\xf8\x01\x7a\x41\xf4\xbe\xa4\xf9\xb0\xe5\xfe\xb6\x17\xf0\xfd\x10\x85\xe5\x0f\x56\x9d\x06\x4f\x3a\x91\xf3\x80\xb7\x56\xd4\xb3\xa4\x5d\x7f\x94\xd7\x0e\x9f\x92\xd7\x4a\x25\xa1\xa7\xa6\x2b\xe1\x1c\xc9\x6b\x5b\xb7\x2b\x3f\x42\x2f\x88\xba\x6b\x79\x6d\x7b\x10\x6e\x68\x5e\xd3\x79\x40\xa1\x76\xed\x3e\x47\xab\x48\xe8\x38\xec\x45\xa3\xb0\xe4\x31\x32\x42\x31\xd0\x6e\xc6\x7f\x3c\x62\x00\x27\x5c\xf7\x62\xbd\x39\x22\x44\x57\x74\x68\x48\xba\xdd\xf1\x3f\x79\x9d\xb6\xf8\x54\x09\x34\xcf\xd7\x95\x4c\xe6\x20\x9d\xda\xa5\xd0\x31\xda\xa2\x74\x78\x43\x09\xa7\x77\xd7\x87\x7c\x1e\x6b\x3f\x43\x09\x2b\x3e\x19\x0f\x7f\xfb\x60\x5c\x17\xf9\xfd\x91\x53\x7c\x5c\x09\x39\x89\x84\x56\x05\xb3\xe8\x6c\x97\x05\x1f\x30\xad\x66\x58\xc4\x43\x7d\x42\x28\x6a\xf1\xcd\x9d\xa0\xfd\xe0\x7e\x4b\xbe\x2d\x42\xad\x22\x8d\x3e\xc0\x8b\xa7\x0a\xf1\xe2\xd2\xf0\x71\x85\xac\x9e\x4c\xa8\x75\xbf\xfb\x18\x40\xb1\xb8\x1b\x70\xce\xbf\xf1\x40\xf4\xa3\x95\x9a\xda\xcc\x7b\x2f\x74\xd6\x2e\x2a\xaf\xfd\x13\x8e\x38\x88\x0f\x20\x3e\x3c\x77\x39\x71\xd1\xd0\x63\x9f\x04\x79\xa4\x48\x0f\x86\x9b\xd0\x4b\x73\x8d\x9f\xc7\xbc\x2a\x36\xe9\x05\xed\x7e\x24\xcb\x06\x2f\xf2\x8e\xb7\x76\x16\x12\xcd\xfa\x7d\x8e\x58\xdf\x84\x5a\xff\x40\x85\xaa\x7c\x2f\xb8\xf9\xed\x62\x66\xd8\x11\xd7\xdd\xdd\x1c\x33\x6e\x74\x2f\xec\x63\x8c\x3c\xf5\x28\x50\x2f\xe8\x0b\x40\x54\xc2\x4d\x16\x64\x37\x0c\x1b\x89\xda\x8b\x2c\x46\x24\x50\x04\xc1\xea\x98\x7b\x74\xc0\x64\x08\xd6\x89\x37\xe9\x33\xfc\x03\x7e\x48\xbc\xe3\x46\x7f\xe8\xe9\xdb\xce\x5e\x1f\x9f\x5d\xb6\xdd\xa6\x8f\xe7\xe8\x5c\x94\x9c\x60\xc7\xdd\x7a\x1f\xeb\xe0\x01\xe9\x80\xa2\x9f\xcb\x1e\x40\x96\x50\x8b\xed\xa3\xaa\x99\xa3\x9f\x05\x1e\x06\x2b\x97\xa5\xab\x84\xaa\x27\x74\xbc\xa1\x24\x78\x13\xb4\x7e\x4f\x3f\x10\xdc\xba\x02\x94\xe4\x91\xdc\x84\x3e\x1f\x92\xa3\x65\x87\x1c\x05\x08\x85\xfe\x0e\xd4\xee\x05\xed\x2f\x39\x60\x43\x32\x97\xce\x4c\x80\x26\xb6\x8e\x07\xf4\x9f\x86\x6b\x48\xf6\x4e\x53\xcc\xf8\x1a\x26\xe8\xd9\x3c\x82\x11\x4c\xc6\x2b\x85\x2c\x6b\x47\x56\x59\x96\x50\xa6\xe7\xa5\x6c\xc1\xf8\x87\xb9\x58\x9a\x60\xaf\x1b\x3f\xa8\x2b\xb8\x0d\x82\xe7\x0a\x72\xcc\x94\xa5\x9e\x1b\x9d\x02\xe1\x66\x34\xb6\x9e\x56\x2f\x4e\xfe\x8e\x36\x31\xf9\x3e\xf2\x4a\xbf\xc4\x03\x4d\xea\x6c\x7c\x09\x7c\xf8\x69\x74\x17\x5d\x82\x7e\x1b\x8e\x24\xcf\x03\xc8\xba\x7c\xf1\x92\xfe\xda\x87\xbf\x3c\xcb\x82\xa8\xd8\xa4\xe9\x36\x08\x1e\x8b\x76\xaf\x6e\xc9\xfd\xb6\x5d\xf0\x6c\xd2\xed\x3e\x08\x9e\x7c\xb7\xe4\xa1\xbd\x58\x09\x6e\x9b\xb8\x75\xf5\x1e\x8b\x50\x02\xa6\x33\x47\x51\xfb\xcd\x4d\xea\xd5\x02\xbb\x9c\x53\x47\xe0\x8a\x16\xe7\x9a\xe9\x3f\xc5\x1a\xa7\x02\x10\x2f\x8a\x0f\xb0\x06\xbe\xd2\x6d\x23\xee\xb7\x19\x79\xdb\xad\x0e\x2d\x1a\x1d\x10\xff\xba\x73\x05\xfd\xa3\xbf\x14\x97\xe2\x2d\xe5\xf0\xa1\x20\x47\xfb\xfa\xda\x21\xf9\x7b\x0c\x64\xd2\x59\x27\x3b\xb5\x0a\xfb\x53\x47\xfb\xe3\xbb\xfa\x10\x5c\xc3\x96\xd2\x38\xec\xb7\xc7\x27\x84\xaa\xdf\x48\x38\x45\x27\x68\x7f\x3d\x38\x3c\xee\x04\xdd\x3b\x37\x44\x72\x92\xf8\xd3\x31\xd9\xde\xce\x6f\xa8\x60\x7a\x41\xab\x53\x12\xec\x7d\x84\x86\x2d\xf0\x7d\x92\x9b\x2c\x41\x75\xa4\x21\x78\xc6\x2f\xc4\x61\xd9\xb3\x68\x16\x73\x0b\x89\xd2\xae\x58\xa0\x86\x70\x52\x01\xcc\x72\xcc\x7f\xbf\x19\x91\x38\x72\x06\x65\x72\xa4\xd5\xaf\x99\x7d\xe8\x88\xe7\xcc\xf9\xe9\xfd\x04\xec\x11\x00\xf7\x20\xb9\x0e\xda\xbf\x0c\x69\x79\xb7\x67\x5e\x80\xde\x79\xf5\x07\x7c\xaf\x61\xdc\xe2\x63\x93\x3e\xba\x66\x9d\x71\x0d\x67\xb7\xf8\x68\xc8\xe7\xe6\x0f\xa2\x1f\x2c\xe5\xbc\xfd\xa5\xbc\x4c\xd0\xd9\xfe\x81\xfa\x3d\x99\x67\xe4\x58\xb3\xbf\x60\xdb\x38\x3b\x84\xef\x37\x79\xcd\x1e\xf3\xb0\xfa\x97\x78\x7d\xfa\xf7\x78\x7d\x2f\x24\xfe\x61\x29\x09\x91\xaf\x3f\x85\x57\x1c\xf9\xc7\x62\xc8\x36\xaf\xfd\x91\xe1\xbd\x9f\xe0\xc3\x18\x31\x9a\x78\x09\x77\xad\x1f\x4c\xca\xd3\x01\xa3\x1d\xbc\x5e\x0b\x7b\x11\xe3\x4d\xb7\xc1\x2a\x14\x6d\x4f\xf7\xbb\xd9\x61\xb9\x26\x9f\x17\x53\xcf\xb6\x0d\x1c\x03\x32\x0f\xbf\x3b\xdd\x25\x67\x31\x05\x01\xae\x62\xef\x2b\x92\x45\xe0\x0b\x26\x71\x25\x5f\xc0\x84\x33\x43\xc8\x32\x14\xe9\xfd\xa5\xe2\xea\x48\x06\xdd\xb2\x60\xfd\x8b\xdf\x9e\x91\xc4\x5d\x5f\x1f\xfe\x58\x4c\x58\x33\xa4\x43\x9e\x8c\xea\xc0\x85\xfe\x2d\xe8\x9e\x78\x1c\x37\x62\x06\x2c\xe1\x56\xe8\x89\x1b\x37\x42\x04\x9c\x4f\x77\x34\x30\xce\x95\xf5\x29\x3d\x65\x8b\x71\x10\x54\xe3\x2b\xe4\x96\x99\xb4\xf3\xbd\x60\xf7\xf3\x2b\x10\x0c\x67\xb5\x65\x1c\x0e\xb1\x29\x37\xc0\xda\xa7\x83\xa4\x0a\xe9\xf1\x9b\x44\x05\xcd\x90\xb3\xa7\x27\x88\xfc\x84\x44\x79\xf8\xbc\x81\x9b\x2e\xbc\x5d\xd7\xea\x81\x77\xa3\xce\xaf\x51\x45\xec\x3d\xdd\x5a\x2c\x69\xa2\x10\x3f\x63\x47\x7e\x2d\xe1\xdd\x65\x61\x24\xee\x2a\xf8\x76\xc4\xbf\xe4\xa1\x6f\x3f\x13\x3e\xe3\xe6\x67\x3e\x0a\xae\x1e\x1f\xa3\x7c\x44\x83\x4f\xf7\x2b\xac\xdf\x02\xb4\xd1\x1b\x48\xfe\x7d\x10\xbc\x6d\x43\xac\x2c\x25\xe6\xff\x82\x22\x91\xd7\x43\x14\x04\xf1\xf4\x7b\xbe\xab\xce\xaf\xa5\x3b\x68\x5a\x84\xbf\xbc\xf3\xed\x85\x1b\xdf\x5e\x7a\x46\x7b\x27\x88\x0e\x2d\x5e\x19\x82\x04\xd5\x4e\x8a\x9d\x11\xeb\x4c\x72\x53\x21\x40\x2f\xee\x34\xbf\x88\x52\x08\xc6\xcf\x8b\x2c\x4d\x91\xaa\x7d\x39\x0f\x48\x25\x1d\xff\x6e\x0c\xa0\xac\x44\x64\x6c\x07\xd3\x15\x90\xfe\x1a\xc1\x2b\x4b\x6c\x26\xce\x90\xfe\x92\xb0\xae\xbf\x40\x22\xaa\x8f\xff\x82\x44\x44\xef\x1f\x72\x49\x9d\x49\x38\x9d\x86\x4a\x40\xda\xbf\x56\xb8\x11\xba\x5b\x81\x17\xd2\xa4\xc4\xb3\xf0\x9f\x30\x4e\x8f\x3f\x0d\x21\xfd\x4f\x09\x43\x30\x0c\x2d\x65\xa0\x72\x5a\x49\x83\x94\xdf\x51\xda\xb0\x6a\x79\xe2\xf0\xcb\x11\x87\xc9\xbf\x24\x0e\xfb\xe8\x47\xbe\x17\xac\xc2\x4f\x08\xc3\x8f\xff\x03\x61\x70\x1c\xca\x43\x2d\x69\x8f\x86\xd1\x15\x4b\x3f\x63\xb7\x17\xd0\xb3\xae\x04\xf5\x60\xf2\x79\x9d\x53\x50\x0c\x61\x47\x1a\x47\x54\x47\x65\x18\xc3\x76\x10\xf4\xa3\xf4\xc5\xb3\xa5\x26\xa1\xf6\x98\xef\x06\x6d\x31\x38\x05\xaf\x40\x15\x19\x4d\x5c\x5d\x89\x6e\x78\x65\x8f\xb8\x6d\xc7\x5e\x43\x2f\x71\x0a\xa1\xbb\xd5\xa9\xd6\xff\x5c\x9a\x45\x37\x88\x4f\x21\xd7\x74\x71\xc8\xad\xd1\x6e\x44\xa3\xe8\xb3\x31\xcd\xf4\x25\x14\x9d\xc3\x22\xd6\x17\x8c\xdf\x05\xc2\xda\x09\xda\xf5\x10\xe6\x7f\x28\x96\x0b\x78\x85\xb8\x4a\x05\x37\xf0\x17\x49\x4d\x9b\xef\x79\x96\x23\x04\x76\xff\x99\x50\xe1\x43\xc9\xb2\x26\xd7\xdb\xd8\xcb\x3f\xe3\xef\x6a\x8e\x8b\xbe\x51\x5e\xea\x48\xc8\xdf\x0d\x35\x75\x3f\x06\xfc\x7c\x13\xb4\x1f\x34\xa0\xf4\x86\x1e\xfe\xf1\xeb\x69\x1d\xe6\xbd\x6f\xe7\x7e\x1d\xe6\xe7\x61\x54\x10\x1f\xfb\x4e\xd0\xeb\x0c\x85\x29\x12\xc5\xd0\x5d\x30\xd0\xc5\xf5\xcc\x23\x6a\x69\x7d\x1c\xc0\x60\x5f\x16\x7e\x31\xfa\x66\x1c\xc4\x47\xe4\xf2\xc7\x11\xa5\x5f\xc6\x39\x56\x47\xd9\xae\x35\xed\x3a\xd7\xae\x4b\xc6\xd1\x5e\x31\xab\x90\x7a\x36\x27\x84\x51\xa2\xfa\x97\x61\x6d\x19\xe6\x9f\x44\x2d\x06\xd9\x50\x44\x4c\x68\x5c\xc4\x05\xa5\x02\xd6\x8b\xbd\x63\xfc\xbb\x4e\x3d\x2b\xf5\x0d\x5a\x41\x15\x66\xdd\x29\x9b\xa3\xbf\xce\x06\x8b\x2b\x20\xad\xf2\xaa\x6f\x20\x0c\xf0\x9b\xc9\xc7\xc1\xbd\x58\x24\xef\x70\x29\x56\x44\x0d\xff\xd5\xf7\x5e\xbf\xa1\x7b\x42\xf3\xba\x70\x0c\x08\x6e\xe6\x5a\x17\x29\x0e\x3a\x15\x6f\x97\xc6\xd3\xf1\xd7\x8b\x0f\xce\x10\x1c\xbd\x9d\xb9\x47\x23\x79\x54\xfc\xb6\xdb\x09\x25\xad\x45\xc9\xc4\xa5\xc8\x74\x2c\x41\x4c\x2d\xd9\xd7\x20\x78\xe7\xc2\x9e\x93\xdf\xe3\xa0\xb1\x94\x50\x52\xe1\x79\xaf\x81\x26\x07\x99\xf6\xb7\x35\xe3\x07\x04\xd3\x36\xa1\xaa\x4b\x62\xc9\x30\xd8\xda\x63\xb4\x84\x82\xbd\x04\xd1\x9f\x20\xff\x12\xc4\xc1\x97\x64\xa8\x9a\x19\xea\x84\xa1\x90\x5f\x6f\x89\xa1\x0e\xc9\xef\x93\x30\x01\xcb\x5e\x74\x20\x71\xa7\xe3\x2d\x17\x88\x0b\x12\x5e\x3a\x91\x17\xe2\x5f\x51\x9e\x45\x37\xe2\x89\x26\xaf\xea\x04\x51\x00\xe3\xa4\x50\xd8\x09\xbc\x2d\x45\xef\xfb\x43\xb4\x60\x2f\x13\x11\x78\xa3\xdf\x53\xfa\x81\x41\xb5\x5f\x82\xd2\xbe\x57\x86\x21\xa8\x86\xe7\x64\xec\x57\x44\x16\xcd\x44\x6c\x8c\xbe\x6f\xe5\xe8\x49\x12\x31\x06\x90\x06\x40\xd3\x04\x43\xe5\xe8\x0b\xa0\x71\xe1\x95\x80\x1b\x8f\x4b\xfc\x7f\xea\x81\x44\x5d\xeb\xa4\xda\xbf\xbc\x3e\xf3\x00\xd9\x18\xb2\x90\xbc\xae\x17\x44\x3f\xab\xf0\x3a\x4a\x86\xfc\x21\xee\x3f\x6b\xf9\xfd\x4d\x4e\xde\xbb\xcb\xad\x11\x45\x48\xc9\x73\x92\xab\xfb\x75\x2d\xff\x68\x90\x10\xf7\xbc\xe7\x76\x72\xc4\x47\x48\x0f\x85\x2c\x55\xa7\xb3\x17\xde\x04\xd1\xbb\x6c\xe6\x18\xc0\x79\x93\x48\x60\x07\xc2\x59\xfc\x8e\x1a\x57\x5d\x86\x1f\x20\xb9\x63\x07\x45\x89\x5f\xc4\x0c\x87\x43\xf6\x12\x04\x2f\xc9\xc4\xdb\x94\x5c\xd9\x49\x4e\xd7\x1e\xa7\x4b\x1f\xc1\xd9\xfa\x06\x2c\x10\x8c\x79\xf5\xcf\x23\xd2\x38\x7e\xa2\x95\x20\xe1\x9c\x1e\x25\xa1\xd3\x03\x90\x68\x21\x4e\x07\xdf\xfc\x31\xda\x12\x33\xe1\x0e\xc1\x63\x74\x25\xc7\xa8\x7b\x48\x8e\xc1\x57\xf3\x60\xfb\xdb\xc5\x67\x78\x82\xfa\x94\xbd\xdd\xe1\xe9\x24\x7f\x8a\x51\x5b\x78\xbd\x7e\x38\x10\xda\x38\x09\x13\x88\x4d\xc3\xaf\x92\x5b\x0c\x08\x31\x04\xd5\xec\x22\x2f\xd1\xe2\x01\x5e\x6d\xa8\x34\x04\xf4\x61\x28\xf4\xaf\x1d\xde\xd5\x9d\x3e\x92\xe8\x6a\x00\x37\xe3\x15\xfa\x72\x2d\xdf\xe7\xa3\xa0\x16\x4e\xc2\x01\xb4\x76\xb7\x43\x24\x05\x10\xdd\xd7\xe3\x6f\x2a\x54\xc5\x35\x1a\xc9\x74\xe4\xf3\x06\x09\x33\xb7\xed\x94\x51\xaf\x2d\x0b\x92\x74\x3c\x59\x6b\x5f\x34\x33\xb1\x08\xa9\x5c\x5c\x67\xc6\x41\x38\x6e\x4c\x22\x14\x98\xef\x36\x3b\x79\xe7\xb0\xca\x7e\x62\xdc\x68\x0f\xa2\x25\x10\xe9\xa6\xa6\xfb\x21\x6a\x8f\x59\x0a\x3e\x62\xbc\x96\xd8\xff\x51\x88\xbd\xe0\x61\x0b\x86\xe1\x1c\xf7\xff\x2e\x44\xb0\xe5\x2d\x0f\x7b\x1c\xf4\x5a\x78\xf7\x64\x01\xc1\x22\x37\x67\x8a\x2d\x54\x5e\x27\x5c\x09\xed\xce\x49\x55\x49\xc9\xc6\x36\x23\x0f\x73\x48\x37\x51\x0b\xf9\x9a\x24\xb6\xf0\x06\xc1\x3f\xd1\x20\x9c\x10\xde\x53\xc0\xfb\x11\x3e\x76\x33\xb6\xf6\xf9\x42\xf5\xbe\x62\xb8\xd5\xed\x1c\xb1\x24\x72\xd4\xdf\x69\x49\xb9\xdd\xb7\x7d\xd0\x8b\x16\x88\x5c\xea\x36\xaa\xfb\xd3\x42\x03\x5a\x6f\xd7\xb8\xc3\x84\x1f\x8c\x7e\xeb\xbe\x6f\x07\x62\xcc\xff\xf3\x03\x2a\x22\x6d\xde\xf3\x85\x77\x98\x05\x5b\x8f\xd0\x29\x48\xb2\xd2\xe8\x55\x5b\x8b\x03\x24\x0a\x0b\x7f\xc2\x55\x56\xdb\xcb\x83\x50\x42\x69\x96\xe1\x2f\xc8\x7c\xfa\x43\x95\x83\xff\x95\x1a\xfc\x6a\x10\xd2\x6d\xff\x37\xd4\x22\xfa\x43\x22\x1d\xcc\x25\x2d\xd9\x6b\xb2\x55\x4d\xf7\x43\x6e\x10\xba\x94\xf6\x8f\xf5\x19\xb3\x39\xdd\x98\x04\x4e\xf1\xa8\xd5\x40\x84\x67\x1f\x39\xbf\x44\x67\xf8\xd8\x04\x06\x1c\x8c\x2e\x70\x4e\xc1\x72\x0a\x36\x40\x34\x15\x70\x09\xca\xbd\x2a\x12\xa8\x02\x57\x0d\xd2\x87\x88\x86\xe6\xe1\x30\xf4\xce\xd1\xa3\x47\xca\xb1\x6e\xec\xd2\x1d\x3e\x0f\x75\xec\x48\xc7\x1e\xeb\x83\x4f\x08\x66\x84\x1b\x59\x47\xf2\x03\x74\x2b\x26\x35\x53\xbb\xb2\xa7\xf9\xe4\x26\x08\xee\x91\x62\x32\xde\xfc\x71\x4d\xc3\xb0\x8a\x0e\x71\xcd\x74\x44\x0a\x57\x44\xb0\xc7\x03\x31\x49\x0a\x27\xdc\xf1\x03\xc7\xf9\x63\x2b\x08\x8e\x70\x7c\x8b\x51\x7e\x5d\xc8\x7e\x2c\x67\x34\x1e\xdb\x33\xda\x7b\x82\x56\xa6\x87\x91\x9e\xc0\xa1\x22\x5c\x6a\x8b\x04\xb0\x13\x8c\x8d\x05\x1f\xc3\x84\xb2\xaf\x39\xe8\x93\x30\x53\xf2\xb1\xff\x25\x08\x86\x5f\xc4\xdf\xef\x4a\x34\x9d\x20\x2c\x75\xc6\xc1\xe6\x1e\xd1\xcd\x41\xb0\x7f\x97\xd7\x62\x4e\x9d\xc8\x40\xc5\x39\xdd\xc5\x26\xd1\xe4\x4c\x84\xe1\x58\x48\x52\x7b\x0a\xe7\xf3\xc5\xc7\x6d\x32\x6d\x37\x5c\xd4\x7c\x43\x5a\xbf\xf3\xe7\x64\xf1\x77\x43\xfc\x30\x11\xcb\x75\x5b\x33\x22\x67\xa0\x86\x39\x4d\x90\xb3\x6a\xf8\x03\x6b\xc0\x83\x20\x57\x1c\x17\x19\x87\x92\xd7\xd6\x69\x9e\x79\x01\xbd\x44\x32\xb6\xe6\x2b\xa2\x6b\xf1\x0d\x09\xab\x0e\xa1\x4f\x25\xbb\x0c\xf7\xa1\x36\x26\x93\x7e\x91\x3c\x92\x92\xa6\x31\x68\xe7\x1b\x3f\x83\xa0\xf1\x13\x2b\x6b\x32\x42\x30\xe5\x10\xbb\x7a\x9f\xfe\xce\x80\x31\x0d\xd6\xa8\x71\xe3\xe1\x1a\x57\x5e\xcc\xda\x10\x44\x10\x2f\xa1\xd4\xd5\xdf\xf6\x38\x99\x84\xf3\x0a\x59\x26\xbb\xeb\x25\x4e\x36\xa8\x5b\xa7\xfe\xe2\x11\x31\xb0\x1f\x93\x27\x4f\x48\x0f\xbd\x5d\x4a\x36\xca\x3f\x28\xcd\x17\xef\x46\x18\x69\xbf\x0c\x89\x6e\xac\xb6\x15\xd7\xe0\x35\x77\x74\xaf\xd8\xc1\xbc\x13\x93\x75\x2d\x2e\x25\x99\xe7\x0b\xbc\x39\xe2\xc3\x0f\x13\x93\xd7\x85\x72\x46\xdf\x59\x5e\xc2\xaf\x49\xc4\xab\x78\xc1\xc9\x57\x99\x3a\x6f\x1c\x4a\x16\x3e\x09\x6c\xe9\xdc\x62\xc3\x15\x4c\x8b\xdf\xf9\x6d\xc2\x7e\x74\x68\x53\x92\x07\x8d\x7f\xe9\xfd\x58\x94\xff\x6d\x78\x26\xc4\xe2\x73\xc0\x55\x97\x5f\x2c\xfc\x92\xf6\xd8\xdf\x90\x72\x02\xba\xe8\x4c\x2f\x70\x7d\xab\xfc\x21\x50\x31\x3d\x34\x3d\x93\x1e\x32\xc6\x5d\x50\xc5\xbb\xa7\xca\xaf\x09\x8e\x4c\xee\xcf\x26\x67\x68\x42\xcb\x4d\x46\xa7\xbc\x30\x53\x86\xf3\x46\x5c\xca\x4e\xd9\x3c\xf5\xf1\xbc\x39\x57\x99\xc8\x8b\x52\xa8\x0b\xb3\xf9\xd7\xa0\x2a\xdc\x21\x57\xea\xd9\x9b\xa3\xca\x1b\x5e\x2d\x3f\x57\x43\xd1\x69\xc8\xfb\x91\x06\xf0\xcb\xff\x68\x9b\x1a\xbd\x20\x68\xf4\x26\xad\xff\x2e\x46\x7c\xbc\xcc\xd3\x6f\xb3\xe5\xa2\x70\x13\xda\x91\xac\xf4\x7f\xb5\x44\xff\xbe\xe4\x2d\xff\x8d\x5d\xfc\xf8\x35\x3d\x97\x66\x9e\x69\xfb\x82\xdb\xff\xed\x0b\x1f\xc9\x2d\xfc\x6f\xb1\x33\x80\xb7\xdb\x92\xf6\x6a\x3d\xd2\xfe\x36\xdb\xf1\x1d\x3d\xad\x02\x80\x13\x56\x7a\x90\x6c\x98\x89\x08\x71\xfa\x0b\x53\xa3\x97\xc0\xe1\xf7\x65\x32\xed\x66\xca\x29\x32\x02\x2b\x2e\xfc\x16\x8a\x20\x3e\x8d\xed\x79\xfa\xb8\xdf\x24\x68\x94\xbc\x19\xe5\x6d\x63\x43\xa8\x2b\x5d\x59\x0c\x7d\x03\xf0\x9a\xe6\x83\xde\x7b\xf7\x5a\xd7\x60\xfc\xc3\x3f\x28\x0d\x1e\xec\xa9\xef\xd9\xdf\x6f\x83\x1f\x33\xd1\xe1\x3f\xb7\x3e\x59\x8e\x83\x4c\xf3\x01\x9f\xf5\xa6\x6c\x07\xad\x7d\xfc\xcf\x1f\x5f\x59\xf8\x60\x06\x23\xc4\x46\x25\x3f\xb3\x56\x40\xb2\x81\xfb\x3b\xd7\xaf\xab\xa9\xd8\x83\x2e\x96\xeb\x7b\x4a\x9b\x92\xde\x76\x43\xc2\xa3\xfe\xd8\x17\x21\x59\x6e\x3c\x5f\xe0\xd6\x9a\x4a\xb2\xc5\x59\xd4\x7c\x31\x3c\x04\x51\xe6\xe8\x73\x11\xcb\xdd\xb3\xc6\xfd\xbf\xfe\x0a\x14\x93\x33\xae\x6f\x16\x4e\x62\xf6\x78\x14\x4a\xd0\x3e\x7d\x86\x08\x7e\xb2\x6d\x7f\x16\xd2\x8d\x6e\xc2\xfa\x5b\xcf\x41\xc6\xe7\x85\x73\xbf\xf1\x2e\x4d\xb7\xde\x78\x2b\x5b\xe6\x97\xde\x58\xc4\xd3\x9b\xc9\x23\xde\xf5\xd1\x8f\x1a\x10\x15\xdb\x29\x46\xe0\x51\x7a\x87\x56\x7a\xa9\x5c\x24\x02\xc0\xe2\x32\x02\x30\xdc\x0a\x92\x11\xed\xfa\x7b\x72\x10\xee\x16\xdf\x04\x4f\xaa\x5c\xf4\x6d\x10\xb4\xf7\x60\xd5\xea\x70\x26\xe9\xe6\xe6\xf4\x87\x91\x01\xdf\x32\xbf\x36\xf8\x2b\xe2\x3d\xde\xb6\xf8\x75\x84\x2c\xda\xac\xd6\x83\x2b\x33\x19\xa0\xa3\xd0\x85\xc9\xa6\x7d\xf2\x4d\xbc\x86\xa3\xe0\x76\x1a\x97\xb1\xae\xd2\x6f\x87\x84\x3d\x2e\x8e\xdc\x74\xf5\x37\x49\x45\x05\x47\x15\x68\x3e\x90\x04\xea\x2f\x08\x13\x07\xa1\xd8\x41\x74\x27\x4c\x54\xc8\xea\xd3\x29\x36\x46\x02\xb1\x38\x91\xb1\xfe\x28\x92\x1e\xc8\x42\xd9\x07\x71\xdc\x45\x71\xd4\x46\x4a\xe8\x36\xe2\xe1\x63\x92\x86\xf2\x20\xc5\xb1\x91\xc8\x54\x07\xca\xb0\xc9\xc8\x1b\x8e\x7c\x61\x11\x9d\x20\x78\xe1\x12\x93\x35\xff\xe2\x7b\x1d\xb1\xe9\xd1\x95\xbf\x53\xee\x02\x62\x09\x66\x95\xbe\x18\x9e\xc3\x23\xb2\x72\xa5\x05\xd0\xa3\x2b\x50\xb8\xe6\x17\x4b\xa4\x10\x4f\xdb\xe6\x4c\xd2\x80\xdb\xf5\x60\xff\x8a\x82\x2f\x93\xb7\x7c\x71\x14\x05\x41\x51\xb2\x3f\x7f\x76\x95\x9f\xf1\x4f\x93\x36\xf2\x6f\x08\xa7\x1a\x9d\xa6\x70\xac\x83\x1a\xe4\xdf\x30\x54\x97\xee\x8c\x72\x1c\x04\xe5\xf8\x6f\x98\x8b\xcf\x67\x94\x08\x2f\xff\xd1\x7c\xfa\x91\x78\x97\x5f\xba\x33\x85\x22\xca\x1f\xe1\xb9\xff\x01\x93\xf9\xdf\x99\xd2\x3e\x0a\x82\x6d\xf4\xf1\x94\x3e\x60\x79\xff\x8b\xdc\xd7\xec\x75\x8e\x2b\x3c\x66\xca\x87\x0e\xb2\x23\xc9\x28\xcf\x34\xb1\x60\x28\xf0\xbd\x16\x8a\x14\x02\x03\xea\x20\x7a\x34\xef\xde\xcb\xcb\xea\xeb\xf0\x7f\x38\xf1\xb8\x0e\x2d\x73\x83\x0c\xc8\x08\x5c\xc7\x38\xca\x4f\x5b\xc9\xc5\x44\x81\xf0\x46\x23\xbb\xff\xff\xe6\x63\x34\xf8\x8e\x85\x22\xc6\x70\xf3\x22\x78\x06\x19\x7a\xfb\x82\x7b\x45\x40\x2e\xba\xbc\xef\x20\x0d\x37\xf6\x67\xc6\xad\x1e\x78\xf7\x42\x5a\x40\x4a\x93\xf6\x89\x8d\x20\x5f\x45\x34\x96\xd8\x08\x19\xa7\x8c\xc6\x0a\x1b\xc1\x99\x54\xd1\x58\x4b\xf5\xbc\x62\xa5\x81\x54\x63\x03\x8d\xcd\xd4\xdb\x73\x8c\xa1\x4f\x8d\xd9\x97\xc9\xb7\xa1\x6e\xd4\xc7\x91\x10\xac\x3d\x62\x23\xc2\x1f\x11\x82\xdd\x9e\xb0\x31\xc1\x88\x29\x9a\x66\xa6\x69\x8e\xa6\x05\x9b\x92\xb3\x13\xf8\x8f\x4b\xfc\xba\xe2\xaf\x20\xee\x6b\x34\x6e\xd8\x58\x0c\x83\xa0\x18\x6e\xd1\xb8\x4b\xf5\x44\xc1\xce\xf6\x81\x8d\x28\x7b\x26\xb1\x3e\xa2\x66\x9b\x7e\x2b\xca\x2f\x85\x2e\x37\x12\xbb\x77\xb2\xbb\x57\x84\xd0\x68\x78\xe4\xcd\xab\xbb\xd4\x95\x51\x96\xef\x00\x05\x9c\xdb\x13\x22\xb9\x8f\x64\xbc\x59\x44\xf6\x4b\x1e\xeb\x2c\x5e\xf5\x5b\x72\xa5\xf0\x5b\xb2\xd6\x62\xe4\x99\xd3\x2e\x52\xea\x49\x6a\x9c\x57\xac\xeb\xd5\x33\x0c\xa2\x51\x9f\xa2\xdd\xb3\xb2\x13\x64\x52\xad\x0a\x25\x9a\x81\x01\xd9\x45\xfe\xc8\xf2\x02\xe5\xad\xd7\xc0\xe9\x2f\x83\x03\x6a\x50\x7f\x08\x04\x63\x0e\xb6\xf6\xe4\xd5\xb2\x6b\x3e\x3c\xbe\xa7\xb7\xc0\x18\x73\x98\xbd\x7a\x5d\xc5\xfe\x55\x0f\x7c\x34\x7a\x34\x40\x3b\x61\xa1\x66\x3e\xb8\xd6\xf7\xaf\xfe\x34\xf1\x6d\x4a\x30\xd0\xad\x09\xc3\x53\xbc\xc5\x84\x8f\x0b\xd5\x40\x9c\x98\x16\x30\x69\xd9\x86\x9a\xef\x1d\xfc\x87\x8c\xc1\x57\xda\x35\x08\x79\x4e\x1e\x1a\xdc\x38\x0f\xad\x08\x79\x9e\x88\x6f\xa2\xa5\x8f\x4f\x48\x9e\x05\x7e\x37\x39\xb7\x2c\x5e\xe5\x07\x98\xfc\x74\x11\x79\xba\xf3\x45\x26\x49\x92\xc8\xed\x5b\x8a\x74\xee\xd0\xb7\x4c\x6b\xc5\xcf\x4c\x2c\x94\x01\xcd\xc2\xd5\x57\x0f\x9e\xe6\x57\xec\xd3\x57\xc0\x36\x0a\x82\xe0\xda\x0c\x51\x33\x8b\x23\xf2\x76\x53\x44\x06\x2b\xde\x48\xba\x86\xb9\xbc\xe4\x37\x44\x24\x94\xc0\x68\x5f\x18\xbf\x8e\x31\x57\x48\xd5\x41\x5e\x05\xa0\x78\xca\x8c\x0e\xc8\x0b\xf2\xac\xcd\xe0\xd5\xc5\x67\x83\xab\xf6\xb1\x92\x34\xb7\xaa\x5f\xe5\x91\xab\x57\xcb\x4f\xf1\x61\x73\x9e\x1a\x18\x6a\xa5\x49\x20\xfd\x14\xc4\x1f\x07\x2c\x14\x23\xd7\x5c\xaf\x35\xc5\x98\x9b\x20\x9a\xbd\x37\xb0\x2c\x72\x8e\xbb\xf7\x4c\x8f\xe0\x26\x87\x0e\x27\x2a\xf9\x56\x1d\x0d\xf2\x0e\x62\x54\x14\x8e\xa7\xf0\xe3\x89\xeb\xcc\x56\xec\x61\xdf\x58\x18\xe9\x6e\x01\x0f\x92\x76\x19\x8c\xc2\x91\x39\xb9\xf0\x6d\xc6\x98\x4b\xd8\x4a\x35\x5a\x3b\x68\xd3\xed\xc4\x8f\x20\xe4\x81\x9d\x17\xfc\xff\xf9\xb0\x6d\xa7\x45\x75\xe8\xe3\x46\xd5\x51\xbc\xa0\xa5\x2f\xed\xd0\xdf\xeb\x2b\xa7\x7d\xff\xf9\xf8\x8e\xf7\x33\xdd\x92\x1f\x0a\x7d\x66\x65\x94\xb3\xf1\x07\x65\xfd\x82\x36\xf3\xe6\xa6\x01\xa3\x8c\xae\xaa\x14\xa3\xa0\x35\xeb\xe4\x6f\x83\xa8\xdc\xc9\xcd\x3c\x93\xd7\xde\x99\xb3\x0d\x34\x18\x00\xcd\x44\x04\xed\x11\x35\x03\xf3\xb7\xf1\x2a\x8c\x4e\x13\x5b\x39\xeb\x79\x5b\x5d\x91\xc1\x29\xbb\x57\x43\x59\xa2\x20\x1a\x80\x3c\x61\xf3\xdb\x85\xd7\xac\xe2\xa3\xff\xe6\xec\xaf\x46\x56\x7c\xd0\xb1\x04\x97\xee\x8c\x6c\xea\x1e\x6f\x6c\x09\x6d\xcd\x55\xd9\xcd\x0c\xdd\xd6\x80\xd6\x0b\xbf\x50\x23\xe3\x5f\x9a\xf9\xe4\xfa\x73\x0a\x88\xb6\x57\x5a\x87\x09\x49\xaf\xec\xac\xe0\x55\x7e\xde\x5f\x34\xd3\x3b\xd9\xc2\xde\xa5\xe7\x46\x6f\x1f\x3f\x77\xdc\x91\x59\x6c\x9f\x4b\xe8\x93\x0f\x9e\xf3\xf3\xbb\x75\xa5\x13\x95\x30\x4c\xb0\x25\x45\xea\x96\x66\x6f\x46\x71\x62\xb4\x35\x3d\xb8\xfe\xe8\x2c\x71\x69\x9b\xdf\x3e\xc0\x88\xcc\x56\x01\xaf\xa6\xbd\xec\x73\xf6\x4a\x17\x2b\xeb\x1f\x73\x43\x3d\x91\x14\xe2\x70\xb0\xf1\x9e\x17\x7e\xb7\xfd\x77\x3d\x5f\xe8\xd2\xdb\xed\x5e\xea\x69\x18\x4b\xb9\x8c\xec\x3c\x4b\x7f\xb2\xf3\x9c\xbf\xe1\x86\x91\xb4\xc6\xa1\xbb\x99\x7b\xbb\x3f\x76\xf9\x18\xdd\xe1\xdb\xc1\x74\x84\x41\x2f\x5e\xc2\x04\xf5\xe3\x52\x77\xd5\x13\x4a\x9e\x20\x74\xc7\xe1\x1f\xbe\x49\xf2\xd1\xd7\x7c\x2f\x68\x15\x5f\x07\x6f\xe6\x24\x5e\xe1\xc5\xbc\x4c\x16\x3d\xdd\xe2\xa8\xf6\x46\x60\x37\x5e\x41\x26\x64\xe6\xaf\x9e\x15\xb4\x8c\x86\xeb\x50\xfc\xe3\x67\xbc\x77\x78\x91\x3d\x7d\xf3\xad\x59\xd8\x3a\xd5\x6d\xfc\xe6\x37\x88\xeb\xa9\xd8\xa5\xac\xf1\xfb\xc6\xae\x61\xfb\xe6\xad\x81\x32\xe4\x57\x3b\x22\xbd\x76\xa2\x20\xf8\x09\x2e\xab\x07\x0c\x8e\x9d\xe6\x58\x55\x72\xf7\x0d\xce\xe5\xc0\xcd\xc4\x32\xdb\x69\xb5\x9d\x57\xea\x7d\xf8\xe9\x99\x69\x61\x7a\x4e\x61\x99\x3a\x3b\xc9\xab\x50\x87\xa8\x7d\x7a\xbb\x2c\xfa\xf2\xc8\x5a\x5a\x80\xb1\x8a\x28\xe0\x29\x53\x29\x61\x81\x85\x3b\xa5\x43\xc9\x4e\xf6\x29\x4c\x3f\x6a\x51\xa1\x84\x7c\xc6\x75\xe8\x81\x69\xfe\xab\xbc\x19\x36\xab\xfa\xc6\xc7\x6b\x6f\xfa\xfd\x4f\xd0\xda\x89\x43\xc8\x73\xed\x6c\x7e\xfb\xf4\xc4\x1d\xe3\x45\xf3\x70\x9f\x79\x59\x96\x21\x2d\xbc\x75\x8c\xfa\x43\x80\x32\x02\xa7\x76\x84\xae\xa8\xf1\xe0\x6f\x66\xaa\x63\x52\x1c\x67\xd2\xf0\x93\x0a\x68\xd9\x5b\xc8\x34\xd4\xce\xa4\x28\x49\x0e\x67\x92\x6d\x85\x27\x50\xb3\x5f\x19\x51\xae\x00\x85\x33\x35\x43\x39\x8c\x3a\x15\xbe\x32\x9e\x50\xfd\x84\x87\x86\xe2\xaa\x53\xef\x9e\x1e\x0d\xbb\x89\x22\x5a\x54\x9a\xca\xa8\x57\x3f\x12\x1c\x81\xb6\x6e\xf5\xc5\x30\x9d\xa2\x1e\xc5\xdb\x4e\x5f\xac\x97\x8f\xa0\x5d\xf9\x19\x5d\x93\x2d\x99\x81\x7f\xca\x9d\xc3\xa2\x0a\x71\x7d\xb4\xb0\x6e\x42\xdd\xfd\x0f\x77\xc8\xdb\x9b\x6f\x9f\xce\x6e\x8b\xc9\x20\x08\x2a\x6e\x88\xe2\x65\x0a\x5b\xe0\xfa\x09\xe8\xea\x26\x5b\xe8\xe2\xc2\x4e\xa6\xd7\xff\xe6\x85\xa8\xc2\xdb\xa5\xe9\xf9\xae\xef\x9e\x10\x0d\xde\x3d\xfe\x44\x87\x77\x14\x97\x78\xf3\x93\x6a\xfb\x99\x25\x7f\x86\xad\xfe\xbb\x28\x32\x47\xef\xfe\x58\x8c\x65\x8c\xf6\xe4\x3d\x9f\x51\xb9\xa7\x35\xe8\xa9\xb3\x22\x2f\xa4\x02\xb0\xf2\x76\xa9\x37\xa5\x28\xca\x54\x57\x72\x84\xde\x0a\x5d\xb7\x24\xd4\xbd\x9b\xb4\x0a\xa8\x28\xca\xc5\x16\xbb\x16\xd3\xa9\x3d\xf4\x5a\x75\xd8\x99\x56\x60\x39\x9b\x0f\x72\x25\x13\xa3\x73\x0f\xc9\x56\xbd\xac\x10\x35\xa3\xca\xd0\xc6\x9b\x42\xb4\x43\x60\x88\x5b\xc4\x3d\x6a\x71\xb5\x67\xb2\xe6\x3d\x04\x2d\x41\xf5\x43\x4b\x79\x26\x83\xfd\x83\x6b\x8a\x2d\x7f\x48\x6e\xc6\x91\xb9\x62\x1d\x09\x44\xf2\xf2\x78\xfe\x8e\xf2\x91\xd8\x9a\xa5\x64\x1f\xaa\x0a\x0a\xec\xc0\xb3\x2d\xde\x3d\xf3\xd0\x32\x9d\xba\xba\x4f\xd1\xea\xc5\x4a\xd3\xef\xd9\x63\x9a\x86\xed\xdc\xc0\x67\x1e\x9a\x0d\x4f\x3e\x1d\xae\x7d\xc3\xfa\x5d\xce\x2a\x1c\xc8\x60\xfa\x15\x74\xef\x6d\x4e\x92\xfe\x16\xe9\x03\xa7\xcf\x9e\x76\x56\xee\x0d\x19\x24\x4f\x79\x44\x11\x4c\x58\xbb\x87\x62\xfd\xb8\xc7\xdc\x2a\x1f\x4d\x14\x5e\x6a\x9c\x34\xb1\x57\x74\xe1\xef\xb6\x09\x59\xdc\xd1\x99\x4a\x61\x2e\x6d\x11\x5f\xf8\xb6\x06\x98\xeb\x54\xf3\xe9\x3d\x82\xfb\x86\x54\x1a\xc9\x7d\x88\x5b\xfc\xb6\xbf\xb6\x8a\x66\xae\x46\xe0\x13\xc9\x80\x15\x4c\xe3\xea\x1b\x74\xa6\xb8\x36\xe3\xa9\x54\x58\xa1\x22\x15\xd9\x70\xe3\x03\xaf\x57\xa9\x8b\x7f\xa7\x4d\x82\x13\x37\x2e\xa4\xc5\x6d\x8f\xec\x7c\x6c\x66\x02\x4c\xac\x9e\x28\x10\x1a\xe0\x25\xac\x03\xcb\x0c\x11\xf6\x73\x71\x8b\x19\x86\xd3\x5f\x79\x63\x53\xa4\xab\x8c\xea\x16\x3b\xd4\xdb\x48\x1e\x62\xe0\x58\xc1\x6e\xc9\xd5\xfb\xd9\x9b\x52\xdb\xa4\x20\xf4\xd0\x93\x8a\x2c\xd4\x9a\x72\x4b\x74\x85\x8e\xe5\x44\xbc\x2c\xac\x6f\x34\xe7\xb0\x10\xee\xd0\x8b\x34\x2a\x2b\x37\x31\x26\xcf\x2c\xbf\xed\x25\x89\x5f\xec\xbb\x38\x55\x07\xf6\xaa\xe7\x7f\xb9\x55\x9b\xc7\x1e\x85\x51\x2e\x3f\xe3\x7a\xd9\x49\x99\xeb\xb9\x21\x0e\x07\x95\x50\x89\xfe\x6f\x63\xe6\x15\xe3\x47\xd2\xfa\x0b\x1c\xa6\x5c\xe1\x94\xd4\xe8\xfe\x4e\x7a\x4f\x48\xa4\xad\x2f\x7c\x0a\xea\xc1\x4f\x9f\xcb\xed\x52\xd0\xde\x02\x9d\x81\xbe\xef\xba\xe9\xce\x6e\xeb\x91\x1e\x43\xfb\xa3\x83\xef\x24\x12\x38\x14\x7d\xd1\xe0\xcd\x40\x44\x60\xd0\x1b\xa5\xa6\xa0\xd7\xf9\xf9\xc4\x13\x18\x3d\xd9\x06\x42\xc6\xdd\xe7\x28\xea\x9c\xc5\x86\xae\x62\xc0\x7a\x92\x02\xb6\x53\xc6\x35\x1f\x2c\x4e\xc9\x9f\xdc\x87\x4d\x79\x6f\x41\xe3\xf9\x6c\xbb\xc3\xc8\x29\x7b\x6e\x85\x58\xe1\x51\x8a\x47\xde\x8f\xb1\x07\x7d\xd9\xbd\x3b\x5d\x8b\xc0\xf4\x21\x6d\xc1\x9b\xc9\xe5\xf2\x67\xea\xbe\x39\xe2\x3e\xed\xa5\x61\x4d\xd8\x3b\x42\xf8\xc6\x84\xa7\xdd\x01\x22\x65\x3b\xeb\xd4\x18\x5f\xf2\x2a\x50\x97\xa4\x48\xf8\xfd\x7a\x7b\x09\x2d\x76\x14\x2e\x13\x28\xd2\xa3\x6f\xec\x6e\xa9\xa4\xc3\xb8\x1f\x72\x02\x13\x78\x6e\x81\x54\x6e\x52\xab\xd8\x1b\xf2\x7a\x78\x3f\x07\x21\x49\xd7\xfe\xdd\xcb\x4f\xcd\x4d\x6a\xd6\x76\x84\xe6\xc6\xab\x4e\x96\xb8\x04\x8f\x9c\xfc\xac\x6f\x5c\xcb\x90\x41\xb0\x44\xaf\xc5\xa3\xb9\x73\xca\x2f\xb8\x34\xdb\x41\x70\x3b\xeb\x7b\xbf\xe8\x60\xd2\xa1\x3b\x40\x86\xd7\x4d\xbe\x6f\x65\xb8\x45\x8b\xbe\x88\xdb\xb6\xbc\x79\x77\x84\x1a\x05\x36\x97\x98\x57\xb2\x11\x7d\x31\x88\xdb\x77\x20\x5e\xe4\x36\x3d\x17\x2d\x81\xc8\x6d\x96\x4b\x8d\xa7\xe0\xdf\x1f\x99\xb9\x24\x9e\xd3\xd3\x83\x15\xaa\xee\x5b\xfa\x6c\x74\x82\xdc\xbd\xe5\x81\xde\x65\x77\x2e\xf6\xb6\x7c\x01\xea\x5f\x24\x2d\xce\x5c\x7a\x1b\x04\x4f\xd5\xae\x87\x4b\x90\xb9\xa7\xbd\xc2\x4e\x5d\x3b\xfc\xe3\xe4\x9d\x91\x81\x72\x89\x5e\x57\xc6\x01\xc4\x9b\xd9\xbb\x4e\x03\x2d\x7e\xae\x5f\xb2\x23\x71\x8b\x59\xdd\xf3\x29\x65\x89\x6e\xdb\x53\x9f\xfc\x80\x83\x8e\x44\xa5\xed\xc3\xb5\x25\xdc\x6c\x6c\xf0\x52\x5c\xd0\x05\x1b\x35\xc7\xec\xaf\x09\xd0\x16\xd4\x5b\x61\xaf\xca\x30\xe6\x14\x52\x03\xe5\xb6\x40\x6d\xcd\x2c\xa3\xaa\x54\xc4\xbc\x4d\xc2\x02\x6f\x61\x8c\xcb\x6b\xaa\xb9\x0e\x2d\x01\x4b\x1e\xba\x3f\x07\x1e\xe7\xc4\x25\x13\x7a\x5e\x15\xc8\x9f\x6b\xa0\x85\x93\xef\xb0\x7e\x0a\x02\x0f\x05\x0b\x9b\x11\x81\xc6\x2e\xf3\x19\x58\x1e\x31\x6e\x9c\x6e\xec\x62\xd8\x63\x39\x73\x8b\xe9\x28\xab\x7f\x20\xe2\xb4\x6c\xc7\xf5\x0c\xe0\x3b\x11\x9b\xec\x8f\x52\x56\xa5\x77\x65\xd9\xf1\x6d\x9f\x6f\x8e\xdd\x0a\x12\xcc\x84\x7b\x21\x46\xac\xd8\x43\x79\xa6\x16\x2a\xf7\xc3\xfc\x3e\x94\xb4\x9f\xc2\xdc\xad\xd3\xde\xbd\xde\xb3\xa1\x95\xff\x98\x89\x2c\x3c\x78\x56\x71\x7d\x0a\x0d\x17\x49\x3f\x47\xd1\x66\x72\x1e\x8e\xf4\xfc\xe1\xdd\x72\xcf\xbb\xb8\x9e\x9e\xe8\x39\x53\x5b\x30\x37\xba\xb2\x6d\x3a\x07\x98\x69\x9b\x14\x43\xf9\xc0\xd4\x9c\x5d\xbf\xfb\x60\x2d\xfb\x58\x68\x73\x63\xb9\x63\x37\xf2\xd6\x30\xa9\x83\x9b\x73\x90\x08\x60\xa1\xc7\x98\xc3\x46\x51\x88\xf3\x5e\xa1\xec\xfa\x04\x3c\x40\x8e\xdb\x1b\xb7\xce\x06\xdb\xfc\x32\x93\xd3\x7b\x21\x08\xbc\xe5\x29\x52\x49\x8a\x77\x5c\x70\x76\xcc\xb7\x3d\x6f\x32\x48\xdd\x91\x32\x1d\x50\xf9\x45\xea\x84\xc0\x0d\x09\xda\x88\xf9\x8e\xec\xe6\x87\x1b\xf0\x39\x17\x78\xec\x66\x98\x16\x35\x63\x0b\x74\xbb\x7e\xc6\x80\x48\x22\x7e\xa7\xb9\xb7\xf4\x3d\x4d\x66\x3c\x23\x20\x24\x63\x1e\x52\x17\xd5\xe5\x3b\x4a\x5b\x9d\x2b\x91\x39\x8c\xf6\x1a\x83\x64\x21\x3c\xc9\x7d\x1f\x66\xe8\x42\x3f\xbc\xac\x05\xea\x23\x00\xe3\xb9\x40\xef\xe8\xd6\x19\x22\x43\xeb\x56\x79\xb7\x9a\xe9\x14\x3b\xe2\x65\x0e\x98\x9c\xfa\x03\xa6\x02\xcf\x21\xeb\x68\x22\x72\x5e\xe7\xaf\xc2\x20\x6a\xfe\xa2\x9c\x27\xc4\x67\x10\xda\x21\xbd\x0a\xcc\x99\x61\x92\x67\x82\x2b\x86\xf0\xf4\x58\x55\xf9\x26\xbf\x94\x7c\xa5\x46\xe3\x95\xbc\xa7\x1f\x41\xd0\xe5\xa0\xb3\x94\x27\xb8\x7f\x98\xf7\xef\x30\x0a\x82\x21\x2f\xa5\x31\x1f\x19\xe9\x7c\x92\xe1\x72\x61\xcb\x2a\x5b\x79\x69\xe9\x2f\x7a\x4d\xd6\xe1\x67\x31\xc7\x93\x6f\x0b\xfc\xff\x6b\x39\x60\xfa\x38\x7c\x5f\x7f\xe5\xdd\x9d\x21\x55\xd4\x36\x22\x7c\xe5\xed\x1b\xcc\x2f\x09\xc0\x47\x83\xd4\x99\x46\x98\x89\x64\xf2\x52\x83\x17\xf2\x80\x97\xae\x75\xb9\xd8\x91\xc5\x54\xfd\xf0\xff\x68\x49\x9a\xe2\x24\x34\xfa\x33\x8e\x3b\x85\x24\x75\xa0\xa6\xf9\x3e\x08\x5e\x96\xf0\x72\xd3\xf1\xa0\xd5\x39\xb0\xff\x9e\x38\xa2\xdf\x8f\xfc\x7e\xca\xfc\x2e\x88\xb2\x63\xe3\x36\xf3\x50\x31\xf3\x10\x6b\xd0\x3c\x3b\xb2\x3b\x79\xa1\xfa\x41\x31\x02\xfe\x14\xa4\xe0\xc9\xba\x98\xb3\xea\x82\xf3\xbf\xdc\x8b\x4c\x57\x2f\xc9\x92\x93\x47\x9c\xe2\xa9\x86\x55\xa5\xd8\x97\x9e\x13\x23\x93\x0b\xaf\x13\x44\x1b\x68\x57\xaf\x08\x81\xfa\xe0\xec\x6a\xb1\x3c\x8c\x21\x20\x7a\x46\x07\xa1\xe6\x19\x08\xda\xcd\x9d\xdd\x17\xf6\x68\x68\x0f\xd9\x2b\xc6\xcb\x2c\xb1\xb6\xbd\x00\xe7\x75\xc5\xd6\xf5\x1e\xdb\x56\xc0\x2c\x1e\x0d\xf5\xb3\x07\x56\xf1\x70\x07\xbd\x60\x7f\x68\x2c\x7f\x0e\x0c\xf0\x6b\x9a\x3a\x83\x78\x1b\xaa\x90\xe1\xc5\x2f\xf7\x9a\xe0\x3d\xf2\x5a\xc7\xc8\xf0\x2a\xed\x28\x21\x33\xcf\xe7\xbd\x6f\xb4\x06\x71\xe4\x2e\xed\xf4\x18\xcf\x08\xb8\xcc\xb4\x3e\x21\x06\x2d\xf3\x98\x19\xd7\x3c\x66\x5e\x7c\x79\xdc\x37\x84\x81\x26\x1f\xfb\xaa\xf8\xc9\xce\xde\x74\x37\xef\x36\xad\xe6\xdd\x4e\xc3\x97\x6a\x35\x1f\x6f\x35\x19\x7d\xea\xa3\x01\x05\xa7\x1c\x95\xde\x53\x73\x36\x2b\x49\x4d\xee\xe3\x7d\x31\x4b\x7b\xa1\x37\x17\x79\x7f\xe0\xa3\x33\x68\x38\x0b\xc8\xd5\x17\x43\x6b\x59\x50\x35\x23\x0e\x3b\xaa\xa8\x11\x55\xf0\x91\x31\xa6\x2e\x73\xb9\xe9\x43\x20\x88\xfa\x84\x0f\xa2\x51\xe4\xab\x0c\x41\xcf\x40\x1a\x87\x6c\x1d\x0d\x8d\xd9\x1a\x73\x6a\xd2\x38\xea\x39\xfb\xae\x11\xe3\xaf\xc6\xbc\xb8\xc7\xe6\x1c\xbe\x78\xb1\x01\x3e\x92\x93\x30\x65\xf9\xcd\x21\x26\x72\x1a\xea\x53\x29\x46\x25\x99\x55\xed\xbb\x01\x9a\x78\xbe\x0f\x8d\xb3\xa9\xfa\xea\xd6\x8d\x0e\x6b\x0b\x67\xa7\xe3\x8a\x17\xcb\x29\xb4\x6c\x18\xa1\x92\xd2\xb9\x50\x27\xab\x9c\x41\x72\x58\x33\x1e\xa1\xfd\x09\xce\xf0\x86\x83\x15\xbf\x58\xe6\x9c\x42\x42\xf1\x8b\x63\x7c\xc4\x2e\xfe\x57\x09\xc6\x3e\x66\x7f\xef\xaf\xf0\x96\x59\xf1\xdc\x3f\xaf\xaa\xc0\x2b\x9b\xdf\xa6\xf7\x06\x1a\x81\x61\x01\x4e\xb0\xa7\x60\x9f\x70\x03\x15\x31\xcf\xa1\xde\x1e\x22\xbe\xe3\x46\x1c\x70\xa9\x7d\xb3\xb3\xea\x4a\x20\xb5\x44\x4b\xc0\x8a\x31\x35\x23\xa7\x77\x4f\x36\x8b\xef\x38\xe5\xce\xe1\xd0\x1c\x96\xe6\x77\xff\x39\xf7\xdd\xe9\xaf\xdb\x91\x97\xf2\x52\x27\xf2\x52\x87\xc5\x4f\xdf\x63\xf9\xf3\x83\x33\xe9\x3e\x56\x1e\x7c\xef\x43\x3f\xf4\xdd\xe7\xc5\xd0\xbe\xa9\x4b\x1f\xcb\xc9\x83\x39\x51\x4c\xe4\xf2\xd1\xfd\x90\x7c\x1f\x12\x02\x13\xcd\x7f\xe0\x1c\x04\x85\x7b\x17\xc0\x26\x4d\xca\xc2\x27\xf2\x0a\x0c\x5a\x17\xe5\x95\x04\xa8\x83\xaf\xfe\x14\x99\xe1\x8c\xa4\x93\xe6\xf5\x2b\x46\xf2\x77\xba\xb5\xd9\x25\x41\x48\x82\x4a\x71\xb6\x0b\x1d\x37\x68\x19\xd3\x91\xd4\xba\xff\x78\x96\x37\xd8\x9b\xa4\x95\x43\x35\x98\x8a\x80\x2f\xd0\xd3\xd9\xd0\x10\x66\xe1\xa7\xf7\x17\x06\x52\xa9\x6f\x06\x5b\x52\x1f\x3e\x19\x83\xe9\x19\x33\x6f\x38\xd2\xd9\x83\xf1\xb3\x90\xe1\xf1\xd6\x39\xcf\xde\xd4\xb0\x9d\xa3\x69\x68\x18\x4f\x68\x9b\xf0\xd9\x07\x0c\xd2\xd6\x7a\xd6\x6a\x3f\xd3\xc7\xfc\xa3\x51\xbc\xa9\x28\x13\x2f\x21\xf6\x28\xce\x61\x82\xff\x57\xa2\x79\x28\x5d\xdb\x73\x7a\x92\xcc\x7b\xb7\x47\x78\x3e\x4d\xa7\xa0\x1e\x95\x05\x52\x63\x57\x17\x21\x5d\x1e\x99\x59\x47\x95\xe8\x53\xec\x54\x3f\x72\xdc\xa1\x10\x49\xc4\x68\xdf\x93\xb7\x88\x97\x53\x6c\xf0\x6a\x1a\x7a\xaf\xbd\xf5\xd4\x28\xb3\xa3\x0b\x1f\xa3\xc3\x6f\x73\x1a\x4e\xd3\x30\x7b\x0e\x8a\x6c\x2a\x4d\xcf\xdc\x91\x60\x41\x75\xaf\x48\xf6\x68\x75\xfc\x20\xf4\x96\x18\x84\xad\x2d\x33\xe5\x56\x69\x6a\x29\x6c\x99\x03\x55\xf8\x7f\xc9\xff\x1b\x2e\x58\x9f\xaa\xf0\xbb\xfa\xb8\xdc\x79\x3a\x04\xd3\x04\x9f\xab\xf3\xff\x96\xff\x23\xa3\xce\x99\x94\x18\xd7\x09\x72\xb9\xb7\x8b\x3b\x64\x9e\xdb\x29\x40\xc5\xee\xaf\xd9\x02\x92\x5f\x7e\x64\x2e\xa1\x1d\x67\xb6\xcd\xcc\x9c\xdf\x51\x96\x63\xc4\x8b\xb9\xe5\x77\x23\xb6\xc0\xbf\x31\x9a\xb5\x7f\x14\x11\x7c\xe4\xdb\x0e\x53\xd5\xc7\xa4\xe1\x91\xe3\xef\x85\xe9\x99\x2c\x65\xa2\x9a\xda\xa9\xbe\x83\xd9\x07\x9a\x42\xc3\xa8\xcb\x08\xbc\xeb\x3e\x89\xe6\xc5\xc0\x57\x1b\x1a\xb5\xbb\x8e\xe3\xf9\x42\x11\xc5\xdc\x00\xee\x23\x71\xb2\xab\x06\xc2\x57\x6f\xae\x94\xd6\xf6\x3d\x75\xd4\x5d\xb0\x1b\x31\xd9\x0d\xd8\x4f\x36\xb3\x8f\xb4\x04\x64\x33\x14\x95\x0c\x05\x29\x99\x00\x25\xaf\x43\xd7\xa5\x5c\xdd\x3b\xb4\xf1\x2a\x2a\xd1\xcc\x0d\xb3\xcf\x29\xf3\xa1\xbf\x34\xad\x4e\x9f\x2b\x68\x5f\xf0\x13\xf9\x88\x6a\xc1\xe7\x1a\x9f\xd5\x78\xad\x91\xdd\x9f\xb5\x7a\x6a\x67\xa9\x1a\x46\x6e\x3c\x98\x13\x5e\xbe\x49\xfa\x2e\xc3\x0a\xdd\x62\x9e\x83\xe0\x77\x4a\x0f\xbc\x93\x32\x33\x5b\x80\x6c\xcb\xd0\xb5\x84\xd4\x90\xc3\x7c\x91\x12\xa4\x9e\x85\x54\x73\x88\xdc\x1c\xfc\x0c\xbf\x6b\x1f\xbc\xd0\x4e\x85\x8b\x19\xaf\xaf\x8d\x77\xd9\x88\x26\x6f\x3e\xcc\xef\x86\x7e\xc2\xf6\x1a\x2d\xc0\x2f\x82\xb1\x49\x79\xcd\xb0\x4b\xda\x77\x55\x0a\x0d\x42\xb5\x9d\x1b\xbb\xb9\x69\xc6\x96\x8d\x94\xcd\x3a\x86\xc6\x4f\xa2\x7a\x34\xec\x20\xd4\x88\x6f\xde\x73\xa3\x41\xeb\x7c\xa4\x3e\x16\x85\x25\x1e\x9e\xf5\x74\x33\xc5\xbf\xa5\x66\x65\xc8\x01\xb3\x3d\xd5\xee\x48\x3e\x71\x8a\x1a\x46\xd7\x0c\x72\x03\x6f\xd6\xc3\x8c\x7e\x01\xfc\x8f\x97\x25\x07\x8a\x34\xe3\x6f\xce\x69\x9c\x8a\xa6\x4f\xfe\x3a\x47\xd4\xb9\xd1\x24\x15\xd6\x29\x5f\xec\x7a\x4b\x56\x3c\x46\xb1\xe4\x02\x58\x8b\x61\xc7\x1c\x19\x39\x1b\x38\xfa\x15\xdc\xfb\x35\x8c\x20\xa6\x0f\xb8\x0d\x9c\x70\x15\x14\xc9\x76\xa2\x6e\xde\xb8\x02\x6b\xc8\x44\xd9\x4d\x55\x46\x76\xa6\xc3\xd0\x92\x02\x73\x55\x5d\x6e\x75\x1b\x87\x02\xbe\x82\x09\x25\xea\xec\xcb\xb3\xb3\xb1\x6a\x33\x52\x71\x67\x84\xe9\x13\x02\x83\xf9\xff\x15\x86\x8d\xaf\x17\xe7\x08\x02\x97\x30\xf6\xe2\xf2\x5a\xa4\xe4\x81\x83\xf4\x24\x7e\x91\xe0\x87\x96\x34\x4e\x8d\xe6\x1f\x68\xf7\xd2\xc6\x32\x73\x78\xc6\xf3\xd0\x3b\x0b\x8e\xb8\x90\xa4\x51\x60\x3c\xb7\x6c\x44\xd2\xfa\xa4\x39\x5d\x66\xa9\x35\xe7\x99\x47\x5b\x52\x12\xca\x05\xe5\xee\x91\xfb\x64\x8d\xf7\x41\xf0\xa7\x54\x4e\x09\x4c\xfa\x8e\xf4\x40\x49\x6b\x42\x0d\xd8\xda\x06\x2f\xee\x57\x83\x24\x28\x9d\xcd\xda\x0b\x6b\x70\xa7\x2b\x97\xb1\xf2\xd5\xdc\x12\x58\x2f\xba\xf6\xdf\xf2\x19\xff\xac\x57\x03\x9e\xf5\x5c\x82\x06\xd7\xb2\x10\x14\xde\xee\xad\x90\x75\x07\xa5\x20\x5e\x5b\x19\x40\xbc\x24\x04\x4f\xe1\xe5\x07\xe9\xfb\x18\xc3\xd5\xdc\x10\xf6\xc0\xf5\x78\x64\x44\xbc\x71\x05\xc4\x8e\x1f\xec\xcc\x87\x73\xbf\xa1\x46\xfe\x96\xd3\xf4\x2d\xcb\xb4\xf7\x92\xfb\xab\x02\x1f\xaa\x23\xd4\xb3\x27\x3c\x2f\x4a\x28\xc9\x57\xd9\xda\x7c\x17\xbb\x63\x70\x19\x3f\x1c\x1a\x48\xc0\x91\xf1\xa6\xa1\x87\xdf\x6d\x10\xfc\x22\x20\xcd\xcc\x3a\x6a\xb8\xcf\xcc\xe9\x46\xa3\xc7\x0a\x96\x1f\xe7\x42\x1c\x79\xc5\x4e\xa6\x10\x33\xe7\x94\xe4\xe9\xcd\xa2\x79\x8b\x86\xbd\x63\x39\xf4\x82\x2a\xde\xa3\x76\x32\xc7\x2e\xea\x79\x53\xad\x63\x63\x9b\xbd\xb0\x35\x48\x28\xa2\x1a\x45\x16\xf9\xca\x37\xf1\xd4\xe6\xb6\xb2\xfb\x74\x64\x3b\x95\xd3\x17\x33\x12\x08\xeb\x2b\xdb\x7c\x66\x0d\x97\xe9\x5b\x14\xec\x89\x1b\xdf\x33\xd1\x09\x6c\xd7\x89\xad\xe9\x1c\xd5\xfc\x9e\xe1\x8e\x41\xee\xd5\x55\x10\x2a\x12\x22\xf9\x82\x5a\x45\xf2\x4e\xf8\xfc\x92\xb2\xa2\x26\xdd\x91\x14\xda\xf5\xa6\xa5\xb3\x6c\x83\xbb\x73\xdf\xf3\x3d\x95\x44\x4a\xc5\x33\x71\x50\x90\xb4\x4d\xe3\xcd\xb1\x4c\xbb\x26\x7e\x9f\xc3\x5d\x51\x81\xe2\x83\x9d\x63\x58\x55\x2f\xc4\x64\x78\x97\x1d\x17\xce\xc0\x90\x01\x85\xc2\xe8\x94\x15\x12\x00\x86\x82\x31\xcd\x4d\x11\x58\x81\x71\x66\x8b\x0f\x5e\xaf\x4b\xc0\xde\x68\x88\xc5\xfa\xcd\x8f\xd3\x68\xfb\x61\x9a\xa9\x6d\x27\x9e\x8d\x15\xf6\x1a\x9b\x10\xb0\x2e\x8a\xd2\x81\x13\x4a\xbd\x09\x36\x37\x3d\x3a\x51\xcc\x62\x5f\x8d\x10\x21\x22\x5c\x5e\x61\x54\x7b\xff\xdb\x25\xea\x74\xd2\x28\xea\xd7\xc8\x32\xb7\x7f\xb3\x44\x82\x66\x92\x86\x9b\x5f\x62\xa5\xf5\x77\x2b\xbc\x61\xce\xb3\x0b\x54\x08\x4b\x57\x84\xd9\x97\x21\x9f\xce\x0c\x59\x68\xbe\x5f\xc6\x31\x10\x03\x3c\xb7\x5e\x1b\xf3\x56\x61\x71\x41\x20\x94\xf3\x8b\xce\xc3\x12\x0e\xf6\x10\xd1\x4f\x93\x4a\x68\x09\x8a\xf7\x82\x18\x4a\x55\xc3\x88\x01\xf3\x9d\xb4\x53\xbf\x71\x68\xb4\x94\x31\x6d\x32\x4f\x5f\x43\xee\x09\x5e\x24\x39\x23\x61\x14\xce\xe2\xcb\x8e\xb4\x49\x9c\x48\x5a\xf5\x3b\xe4\xb0\xf4\x3d\xeb\x9f\xf0\x71\x62\x4a\xd3\x0d\x35\x75\x0a\x13\x4c\xa9\x38\x0f\x4d\xbe\x1d\x71\x83\xf8\xe0\x36\x1f\xb3\xe7\x6c\x9e\x95\x3c\xa2\xcc\x25\x77\xc3\x5d\x0d\xf4\xd1\x22\x87\xba\x4b\x4d\x7b\x4c\x26\x34\xbd\x8c\xe2\x9c\xb8\x23\x13\xf2\x37\x5e\x14\x44\xa3\x57\x63\xbb\x6f\xce\x2f\x2b\x71\xd2\x02\x97\xbb\xa0\x44\xd6\x9a\x5f\xa6\x12\x2d\x8a\xe9\xd6\x05\xd3\xa9\x5c\xb6\xbd\x4b\xab\xbb\x75\x79\x1c\x12\x14\x7f\x36\x72\x7e\xfa\x6f\x96\x3d\x6b\x5f\xe4\x26\x2f\x7f\xec\x98\x6c\x61\xae\x01\xd8\x15\x9f\x8d\x76\xf5\x23\x08\xae\x7e\x34\xd7\x2e\xa9\x5f\xb4\x82\x82\x25\x47\xb7\x8f\xfa\xe2\x1f\x48\xd6\x8e\xf8\x16\x69\x40\x6a\xf2\xa9\xdc\x02\x0c\x96\xfd\x3e\x0c\x99\x37\x3f\xb8\xde\x54\xa5\xb9\xbb\x65\x6e\xa2\x3a\xed\x50\x8d\xbd\xfa\x60\x81\xfb\x7b\xca\x3b\x37\xea\x39\x2c\x5d\xb3\xe5\x05\xe5\xc0\x25\x31\x55\x5c\x13\x17\x46\xab\xe4\x6e\x50\x2b\x72\x26\x9f\xa2\xbf\xe9\xf3\xc4\xac\xb8\xe7\x7d\xbc\x40\xfb\x22\x99\x9f\x93\x3e\x88\x92\xd0\x69\xce\x97\xa1\x0f\xd9\x44\x57\x8a\x53\x46\x0e\xfe\x25\x0f\x3e\x5e\x7a\x50\x2a\x38\xee\x5e\x8c\xea\x6b\xb3\xfc\x67\x52\x80\x82\x07\x30\xaa\xbd\x18\x2a\x31\x64\xb6\xb1\x95\xe8\x85\xee\x6b\xbc\xcc\x08\xac\xda\xe2\x23\xab\x67\x76\xe8\x5e\x45\x98\x01\x71\x68\xbe\x23\x39\xa1\x5e\xe6\x04\xf5\xd3\x4b\x8e\x47\xa8\xe0\x88\x4a\xc7\x1d\x8e\xbe\x4b\x35\x36\x7a\x52\x7e\xcc\xb0\x8a\xcb\xd0\x4a\xa7\xcd\x7d\xe8\xcf\x2c\x2f\x97\x05\x34\xaf\xdb\x1b\xdb\x58\x01\x8d\x69\x88\x50\xf3\x58\x75\x1e\xfa\xf1\xe0\x3b\x7c\xcc\x96\xd4\x96\x2d\xcf\x64\x18\xfd\x89\x35\xe0\x55\x0d\xea\xd7\x8b\xaa\x16\xe7\x26\xd9\x6d\xd9\x4b\x68\x69\xb5\xcb\xce\x4b\x42\x82\x03\x77\xe9\x20\xe8\x35\xce\xdf\x33\x7e\x4f\xc0\x48\x9a\xae\x12\x5b\x05\x79\xd0\xa7\x52\x8c\x76\xa3\x5e\xd5\x0d\x66\xec\x64\x34\x68\x3c\xe4\xd6\xb9\x80\x0f\x6c\x30\x62\x18\x4a\xc8\xde\x56\xbe\xa5\x1a\xbd\xc4\xd5\x95\x97\xf4\x77\x92\x4e\x04\x4a\xc5\x1a\x57\xee\x5d\x08\x58\xc7\xa7\x41\xe4\xcc\xdd\x7d\x28\xec\x69\x43\x8a\xa5\xad\x5a\x35\x8e\xad\x13\x04\x87\x52\x0d\x53\xf7\xad\x4a\x55\x3a\xc4\x38\x76\x6e\x1f\x2f\x88\xd4\xbd\x30\x8a\x10\xf4\x02\xdc\x04\xe9\x5b\xd2\x5c\x66\xa1\x1d\xa4\x1f\x4b\x47\x4c\x80\x6f\x5d\x84\x97\x71\x2c\xf9\x3a\xe2\x7b\x27\x3f\x7c\xdc\xb5\x3c\x05\xf4\x5c\x52\x41\x52\x58\xa6\x69\x5c\x81\x63\xf6\xdd\x68\xda\x92\xf7\x0a\xb5\x21\x13\xf3\x19\xd4\xa8\xfa\x7b\xf1\x4d\xf6\x9e\xb8\xa1\x67\x68\x00\xdd\xef\xcb\xba\xe2\xcf\x90\x1f\x50\x57\x99\x40\xd7\x31\x5f\x1c\xe1\x74\x83\x2b\xd1\xdf\x3a\xc9\x46\xef\x39\xce\x60\x75\xc1\x38\x3b\xaf\x79\xa0\x1a\x81\xa9\x58\x0d\x2d\x59\x12\x37\xdb\x1a\x74\x18\xfd\x95\xc9\x47\xdb\xb4\x2a\x2c\x4f\x9f\x57\xd5\x30\x03\xca\x21\x22\x88\xe6\x36\x6a\xd9\xc3\x64\xb1\xc8\xec\x3c\x9c\x14\x6f\x83\x60\x12\xea\x55\x62\x15\xfd\xda\x57\xc4\xe4\xf7\x14\x94\xbc\x16\xf7\x5c\x0a\xfd\xff\x89\x6d\x8f\xe0\x0a\x92\xdd\xcb\x34\x9b\x7c\xbe\xa1\xbd\xfd\x8d\x7b\x26\x39\xb9\x3f\x41\xb4\x4b\xa1\xef\x41\x85\x62\x87\x5a\x41\xea\xb7\x8c\x2f\x2f\xb5\xbb\x22\xc0\x92\xe4\x7d\xd6\x87\x5a\x9f\xdd\x59\x1f\x6c\x72\xa9\x4e\xc7\x61\xd6\xd4\xa4\x53\x73\xcd\x34\xab\x97\x1c\x73\xb7\x01\x42\x93\x95\xbd\xca\x3d\x56\x0b\x43\xb0\xb0\x4c\xa8\x43\x87\xae\xa4\x3c\x86\x80\xef\xf0\x6d\x41\x94\xba\x53\xab\x14\x02\x43\x96\x77\xb4\x51\x7e\x51\x70\x46\x15\xf8\x28\xc0\x9e\xb9\xa2\x85\xdd\xa4\xfc\x0c\xfc\x36\x0d\xf9\xeb\x68\x65\x08\x46\xdb\xbd\xd4\x21\xf0\x8a\x07\x04\xf2\xd4\x15\x0f\x91\x41\xee\xc5\x22\xcc\x70\x9c\xe7\x59\x67\x8b\x95\xf4\x60\x4f\x19\xbd\x84\xde\xc1\x4b\x6c\x76\x89\xdd\xb5\x39\xf7\x53\x60\xd6\x24\xcc\xa8\xdd\xc8\xfd\x74\x30\xf3\x11\xef\x88\xeb\xa0\xb7\x31\xd4\x1f\x9c\x73\x9d\x53\x58\x98\xfb\x7d\xcd\x11\xab\xdc\x51\x5a\x8b\x6c\x97\x2d\xbb\xf0\x06\xe4\xcc\x76\xec\xb2\xe7\x7f\x45\x11\xfa\x04\x1c\x17\x69\x14\x41\xb3\xbb\x2c\x3d\x60\x86\xfa\x66\x07\x98\xae\x01\x47\x15\xe0\x18\xa1\x68\x47\x77\x4e\x66\xf2\x03\x38\xdc\xa4\x42\xc4\xbf\xb8\x71\x25\x49\xb6\xd0\xdf\xa7\xd4\x3b\x85\xb5\x11\xfb\xc1\x33\x66\x5d\xaf\x86\xd9\xab\x26\x79\x65\x72\x08\xa9\x41\x2d\x3b\x51\x24\xda\xc1\x5d\xb7\x41\x80\x6c\x56\x1f\x59\x7a\x9c\x4e\x7f\x28\x9b\x52\x48\xbb\x92\x17\xee\x44\xc1\xdf\x47\xa0\xd8\x00\x29\x92\x8e\x14\xcd\x24\xd8\xa1\x97\x45\x62\x1b\x14\xa6\xbf\x3a\xf9\xed\x5e\x7d\x60\xc5\xf0\x50\x4b\xf9\x6f\xbd\x48\xca\x7f\x69\x10\xe6\x17\x26\x18\xf5\xd2\xf9\x62\x7e\x59\x4b\x7a\xea\x8e\x4c\xed\xab\x69\x07\x37\x07\xbe\xf8\x1b\xda\x85\xf8\xa1\xfd\xc6\xbf\xcc\xc2\xc2\x65\x95\xbd\x36\x5c\x6e\x73\x65\x8e\x50\x95\x5f\x6a\x2b\xb3\x01\x67\x8d\x42\xa9\xf8\x65\xb7\x3a\xdb\x2a\xd9\x4e\x1c\x3d\xbd\x68\xd7\xe9\xde\x5d\x3d\x9d\x92\x91\xf7\x4c\x85\xed\x1c\x7a\x60\x40\x92\xc8\xfc\xab\x30\x2b\x86\xe8\x74\xce\x3d\x9f\xd6\xde\xb1\x78\xf0\xcc\xc4\xc7\x34\x52\xd5\xf7\x29\x47\xca\xa4\xf7\x58\xd3\x8d\x00\xfa\xbb\xb9\x26\xb2\xcb\x6d\xf5\x05\x09\x68\xd5\x82\x83\x71\x34\xeb\xd0\x4d\xaa\xb5\x2d\x13\x67\xfe\x46\x48\x1f\xbb\x1d\x9c\xa6\x74\x30\x84\xbb\x27\x42\x4f\x74\xe8\x19\x11\x92\x9b\x8e\x37\x83\x6c\x72\xbf\x81\x02\x30\x85\x71\xab\xed\x2e\x53\xcb\x88\x69\x18\xdf\xad\x1a\x08\xda\x95\x39\x07\x75\x34\x35\x2c\x3a\xdc\xf2\x2a\xbb\xe5\x38\x6f\xac\x26\xed\x52\x5e\x46\x76\x7c\x9c\x6f\xf9\xc3\x86\x8b\xff\x7c\x2f\x41\xd6\x67\x4a\x2e\xb7\xd9\x3f\x14\xd0\x8c\xd9\x0b\x7f\x04\x95\xe5\x4f\x7a\x5c\x8e\x16\x15\xde\xd4\xae\xc9\x7f\xfe\x85\x3e\x51\x9c\x6f\xbb\xf4\xc7\xbd\x22\xb2\x80\x37\x63\xf8\xeb\xeb\xb0\xfe\x54\x9f\x61\x88\x68\x36\x2a\xa5\x1d\xa4\xe2\x96\xed\x05\x93\x0e\x1b\xa1\xd2\xce\xbb\x89\xb9\x13\xa1\xea\x3c\x93\x13\xa3\x8d\xec\x5d\x09\x1e\x21\x97\x57\x5c\x32\xc5\xcb\xaa\x14\x30\x66\x23\xde\x28\x5d\x95\xf8\x84\xf9\xa4\xce\x61\x92\xfe\x95\x5a\x86\x1c\xfd\x15\x0b\x7d\xc3\x39\x95\x5f\xf2\xde\x7b\x40\x4a\x6c\x15\xc5\xc5\xf1\xbd\x04\x52\x59\xbe\x67\x76\xfd\xb4\x46\x38\x2a\x58\x97\xf0\xda\x3a\x6b\xc5\xc9\xb2\x01\xe5\x35\xb9\x6b\x0f\xb4\x74\xdf\xca\x3a\xfc\x2f\xf6\x16\x7d\xda\xfa\x8c\x8b\x84\x1c\xef\x16\x72\x5f\xb4\x4f\x96\xd6\xa4\x5e\xac\x98\x10\x5c\x8b\x90\xfd\x92\x1e\xbe\x43\x09\xeb\x57\xc9\xd8\xb4\x20\x8e\x8f\xc3\xf2\xc7\xe3\x75\x74\xbc\x3f\xae\x93\x72\xa8\xc8\x12\xf3\x97\x1b\x10\xb9\x46\xd2\x03\x0a\x1e\xa4\x06\xec\xea\x80\x6f\xe9\x01\x91\x25\xaa\x9b\xec\xe0\xda\xdb\x3d\x6e\x3f\x19\x50\xca\xa7\x6a\xcd\x59\xdc\x86\x9f\xf4\x96\x64\x66\xd7\x2d\x3c\x98\x7e\xf5\x23\x7d\xc9\x25\x62\xf8\xba\x02\x31\x75\x9e\xe9\xf4\xa4\xe5\x27\x47\xa1\x9b\xe0\xa3\xd4\xb4\xfe\x7c\xc5\xa0\xbb\xd2\xeb\x31\x3d\xe2\x4b\x10\x8d\xde\xbd\xaf\xc1\x7d\x65\xed\xf0\x3b\x82\x2e\xee\x4a\x75\x71\xe7\x67\x3d\xad\xb6\x6c\xac\xad\x98\x21\x42\x77\xdd\x68\x5d\x87\x75\xfb\x5e\xa1\xc3\xcf\x9e\x4a\xa8\x86\x3f\x36\xf6\x63\xea\x84\x72\x1c\x77\x82\x43\x55\x47\x6b\x7f\x83\xdb\x83\xda\x82\x78\x0b\xe4\x1e\x6e\x42\x97\xfa\x11\x93\x58\xf1\xb1\x94\x49\x40\x2d\x52\xdb\x13\x27\xa5\x3a\x96\xa1\x80\xf7\xb5\xc0\x6a\x71\xc9\x5e\x4c\x16\xba\xd3\x8e\x54\x4d\x09\x8b\x51\xcb\xdc\xb3\xf2\x4b\x1f\x2d\x4c\xfd\x75\x85\x79\x14\x40\xca\x4e\x63\xff\xd2\x0e\x7d\x97\xbf\x4d\xc8\x9c\x4d\xe1\x30\xf9\xa8\xf3\xc4\x93\x33\xfe\x4a\xd3\x11\xa7\xdb\x81\xbe\xa6\x1b\x04\x3f\x30\xd1\x98\x73\x6c\x4f\xc1\x76\xde\x37\x53\xa3\x0c\xc0\x3b\xda\x45\x3b\x3b\xc4\xa4\x92\xb2\x16\x7d\xfc\x5e\x97\x45\x37\xb5\x77\x3d\xfa\x8f\x2e\x05\x2d\x0e\x3c\x07\x2b\xe3\xf9\x3c\x0a\x9d\x0d\x51\x66\xf8\x17\x5e\x20\xa9\xe4\x5e\x2c\x7f\xe3\x9d\x3c\x63\x27\xd1\x3f\x98\xdf\xe8\x87\x23\xf8\xdc\x74\xa9\x3c\xf4\xbe\x16\x10\x7f\xcf\x81\xdb\x20\x89\xbb\xa9\x33\xfc\x59\x77\x39\x99\xad\x1e\x1c\xa5\x5f\xbb\x93\x8b\x29\x08\x8c\x03\xe0\x26\x24\xaa\x00\x02\xd3\x0d\x78\x1f\x6a\x00\x67\x1b\xab\xfe\x9f\x6f\xa0\xcb\x9c\x51\xea\xd4\x04\x2c\xfe\x76\xf9\x63\x92\x79\xff\xb6\x19\x74\xf7\x14\x79\x46\x08\x73\x7a\xe4\x22\xd3\x77\x20\xe3\xc4\xac\xbd\xb3\xfc\xe2\x02\x21\x6a\x08\x60\x5f\x03\xb0\x2b\xcc\xa1\xef\xb3\x57\x2c\x50\xf5\x79\x2c\x52\x82\x52\xaa\xe4\xb0\xfe\x09\x82\x75\xd4\x04\x38\xc4\x4b\x07\xfe\x97\x2f\xce\xf3\x01\x5e\x7c\x6b\xae\x6a\xb3\xf9\x48\xeb\x9d\xce\x95\xe5\x09\xf1\xa7\x6d\x50\xce\x32\x03\xc2\x76\x63\x18\xe8\x0d\x60\x71\xbf\xdc\x98\x9b\x91\xeb\x6a\xb7\x2e\x0c\xc5\x4a\xec\x99\xa1\x24\x16\x2f\x3b\x94\x60\xe7\x85\xa1\x14\xb0\xa8\x40\xf1\x9a\x19\x4a\x62\xb0\x51\x5e\xa6\x4a\xfa\xdb\x4a\xf7\x90\xe4\x49\xe8\xf1\xd4\x3a\xe3\x4b\x52\xaf\x28\xa2\xd6\x3d\xe3\xab\x14\xba\x02\x74\x1d\xc1\x24\x6a\x34\xde\x10\x99\xc0\x45\xfa\x46\xb7\xd5\xb5\x42\xe7\xb2\xdb\xa4\xe4\x0e\x1c\x20\xb7\x9b\x7b\xfe\x7a\xd8\x64\x55\x02\xde\xbd\xa5\x6d\xf9\xb7\x7c\xdb\x38\xd0\x77\x7c\x0a\x4d\xea\xb8\x8b\x46\xba\x88\x7c\x70\x0e\xac\x5e\xfa\xb2\xd3\xe6\x82\xb6\xcf\x5c\x1b\x9a\x73\xd7\xad\xcb\x47\x10\xba\x79\xb4\x1c\xd9\x67\x32\xed\xbf\x2c\xb7\x98\xd0\x7d\xb9\x24\xe4\x14\xc4\x29\x97\xbc\x22\xee\x84\x27\x9d\x85\xbc\x7d\xb8\x49\x1d\xbc\x5b\x2b\x93\xea\xa1\xac\xd3\xf1\x75\x5d\x86\x1c\xb4\x29\xa7\xbe\x0f\x25\x04\xe5\xb9\x62\xe1\x9d\xef\xa4\xc3\x23\xc1\x4a\xaa\x36\x8a\xff\xaf\x2c\x62\xe7\x35\xe9\xcf\x09\x4e\x44\xed\x1d\xdf\x92\x43\xea\x9d\x23\xce\xf5\x81\xad\x7d\xb1\xbd\x2e\x5b\xf6\x37\x8d\xb0\x78\xcc\x37\xc2\x20\x68\x50\x30\x19\x01\x4f\x9c\xce\x7d\xdb\xca\x67\x5d\x46\x85\xdf\xdd\x7e\x60\xcb\x11\xa6\x18\xea\x99\x6b\xaf\x64\xd5\x5c\x2c\x39\x7a\x68\xed\xf0\xee\xed\x8d\xa7\xd4\x26\x6f\xe9\x17\xb7\x6e\xc3\xc4\x5f\xb2\x1a\xc1\x8b\x7f\x27\x10\x2d\x87\x73\x50\xc1\x1d\xf8\xf6\xe3\x4d\xde\x67\xce\x49\x70\xb8\x79\xc0\xbb\x11\xa8\x7a\x79\xe6\x43\x5c\x0d\xd0\x25\x80\x54\xcc\x0a\xbe\x98\x5c\x17\xe5\x8d\x2e\x3e\x2b\x5a\x42\x5a\x22\xe7\x18\x66\xf6\x09\x90\x60\x60\x00\x03\x03\x2b\xda\x55\xd1\xfc\x50\x2f\x7a\xd6\x54\x9e\xbb\xbe\x6a\xbb\xcf\xf1\xd4\xa8\xf0\xee\x19\x0c\x16\x5f\x51\xc9\x53\x68\x50\x35\x65\x3d\x50\xaf\xac\x3d\xf1\x43\x03\x69\x1b\xd1\x20\xc2\x8b\x54\x9c\xfb\x76\xcf\xba\x2e\x74\x98\x08\x6b\x0a\xe3\x52\xe1\x23\x9b\x5e\x3b\xa5\x1d\x37\x0c\x94\xc8\x45\xd4\xdd\xaa\xc9\x30\xf7\x60\x5e\xd2\xf6\x9e\x42\xc6\x3b\x46\x58\xbc\xfd\xa5\x15\xe6\x44\xd2\xad\x84\xe9\x85\x8e\x7e\x58\x6e\xf0\x6c\x7a\xb7\x17\x57\xda\x86\xff\xd3\xfb\xa0\x47\x57\xb0\x8f\x10\x2f\xe5\xa0\x7d\xe5\x39\x1c\x5f\x4c\xa2\xa7\x6a\x56\x0d\xfe\xf1\x4a\xca\xcf\x06\x4d\x1d\x04\x93\xbb\x6e\xcc\xa5\x6b\xde\x18\xaf\xcf\xfc\x4f\x46\x9b\x72\x34\xd8\xc8\x60\x7d\xd8\xfd\xbb\xb1\x5c\x92\xaf\xac\x1f\xd9\x10\x75\xaf\xc6\xe2\x23\x78\x88\x90\xf8\x7c\xc5\x98\x69\x94\xd0\x8e\x8b\x70\xeb\x47\x8c\x8a\xc6\x53\x4f\xef\xb1\xd3\xc9\x5e\x7c\xb4\x6d\x9c\x4b\x57\xe3\x11\xf3\xd6\x2e\x2d\x19\x83\x2e\xcf\xe6\x11\x47\x6c\x77\x71\x1a\x20\x87\xa3\xc1\x7f\x32\x0d\x9b\xd6\x99\xc5\x2e\xde\x46\x9d\x7e\x09\x8e\x34\x87\x87\x4f\x91\xd0\x61\x50\xc6\x43\x40\x43\xc4\xa3\x20\x08\xd6\x40\xb4\x55\x8a\x94\x28\xab\x68\x9c\xe1\xdb\x4e\x51\x2e\x57\xe9\xe2\x0e\x6e\xaf\x19\x0b\xd0\xdf\xd6\x9a\x69\x50\x6e\x9b\x09\xf3\x4f\x8d\xcb\x6d\x10\xfc\xe2\xef\x73\x12\xd1\xc5\x81\xce\x8d\xee\x84\x2a\xe4\x97\x50\x7c\xd5\xb7\x59\x1a\x90\xdd\x9a\x8c\x33\xce\x71\x60\xed\x9b\xf3\x96\xe1\xec\x25\xe1\x9e\x77\xfe\x32\x1e\x97\x1a\x22\x3d\xa4\x07\xdf\xe9\x3b\x66\x25\x99\x35\x52\xb1\xe1\x79\x0d\x98\xef\xfa\x35\xeb\x2b\x3d\xdd\xc1\x4b\x72\xdf\x8c\x81\xf8\xd6\xdf\xd0\x83\x5b\x3b\xb7\x45\xaa\xb3\x31\x05\x77\x4f\x87\x30\xf3\xce\x3d\x91\xeb\x30\x48\x05\x3c\xa6\x0c\x1c\xa2\x3d\x7d\x1d\x52\xdd\x74\x71\xc3\xbd\xf7\x5d\xdb\x19\x97\x13\x24\x54\xe7\xf6\x8f\x63\x90\x4e\x0f\x3e\xde\xa3\xcb\xa5\x66\xd8\x3d\x4c\x10\xaf\x1d\x87\xc0\xc1\x41\x48\x66\x4a\x33\x13\xd5\x1b\x94\x06\x81\x42\x08\x93\xb9\x67\x4c\x3c\x00\xc1\x05\x60\xd0\xc5\x10\xaa\xb4\xf9\x90\x3e\x20\xdf\x85\x0a\x2d\xd2\x02\xb5\xa6\x8d\x36\x66\x56\xb3\x75\x5e\x9e\x01\x7e\xc8\xc9\x6c\x2b\x6f\xd0\xd6\x74\x12\xe0\x34\xae\x00\xa2\x59\xba\x7e\x89\xb5\xaa\x70\x64\x11\xb9\xf0\x38\xcf\xa7\x39\x16\x92\xc7\x21\xed\x97\x5e\x4f\xbd\x4a\xbc\x47\x71\x34\x17\x8c\x6b\xa1\xd2\x70\xfd\xd5\xbf\x25\xfd\xc6\x1e\x3f\xde\xc2\x1f\x1b\x4f\x97\xb6\xe6\x10\x5a\x53\x6f\x19\x9e\xb5\x39\xe1\xe2\x77\xa8\x7a\x52\xc1\xee\xf4\xad\xe4\xc2\x64\x36\x48\xb8\xc3\xf4\xc7\x95\x6d\xca\x11\xce\x97\xf6\x89\x3c\xdd\x68\x59\x44\xec\x68\xb0\xfd\x59\x44\xb3\x0f\xd5\x84\x24\x70\xb5\x0d\x1d\x04\x8c\x85\x3e\xca\x36\x26\x34\xe8\xd9\x46\x81\x6e\x8d\xcc\x63\xdd\xe8\xd2\xa8\x9d\xaa\x4b\x78\x65\xe4\x8c\x19\x12\x6f\x4e\xbe\x30\x44\x74\x9f\x83\xfd\x4a\x1d\x9b\x59\x1a\xf0\x98\xa3\x15\x96\x9b\xc2\xaa\x83\xe4\xe1\xd6\xf4\x34\xd5\x2a\x85\xc7\x1a\x7a\xaf\xd2\x95\x04\x73\x30\x32\xae\x35\x33\x3a\x9b\x8b\xb9\xd0\x9d\xf1\x71\x38\xd9\x59\xf2\xf2\x53\x4d\x2c\xc6\x02\xd3\xb2\xd8\xcb\x69\x33\xdc\x38\xe5\x6a\x57\xb6\x1e\x4e\x13\xe8\x62\xfa\x72\x22\x6a\xba\xda\x72\xce\x69\xf5\x25\x0d\x1c\x98\xf4\xbd\x5a\x0d\x0e\xee\xfb\xd8\x87\x38\xb1\xf1\x08\xdd\x3c\x54\x1c\x3c\x84\x39\x16\x44\xca\xa9\xc2\x5f\x7e\x7d\x4c\xda\x9d\xc3\x8a\x94\x66\xce\xc5\xc3\x9f\x38\xa9\x48\xb2\xa3\xc9\xfd\x13\x9a\x95\x2b\x40\x97\x86\x6d\xe0\x90\xd5\x5c\x68\xc3\xf1\x41\x28\x09\x29\x96\x74\x54\xa0\x8f\x96\x96\x16\x6e\x69\xd7\xd9\xb1\x73\xf2\x9d\x56\x0a\xda\x91\xf8\xc3\x72\x97\xec\x42\x54\x7f\x5b\x99\x06\x17\xe9\x5f\xcf\x79\x80\xe1\xb9\xef\x79\x97\x60\xf8\x49\xad\x12\x2e\xb7\xc4\xe1\x9f\x4c\x6d\xbf\x53\xe9\x51\xbb\x27\x2d\xac\x8f\x88\x97\xe8\x0f\x47\xae\xe2\x64\xbe\xff\xa1\x76\xb3\x33\x2a\x64\xc1\xfe\xe0\xe7\xf6\xe2\x12\xc1\x8b\x8e\x8c\x46\x4d\xf1\xa2\x7d\xae\x6d\x7d\x02\x8b\xc9\x9d\xa8\x78\xbf\x95\x77\xa1\xd9\x51\xf9\xbb\xf9\x66\x0c\x51\xac\xa7\x83\xb3\x74\xcb\x44\x0c\x71\xaa\xd5\xd5\xcd\x9b\xed\xcf\x6c\x8e\x53\x66\x05\x59\x51\x98\x65\x9d\xa5\x64\x66\xb9\x53\xca\x07\xa5\x6f\xc2\x06\x88\x5e\x8e\x55\x4d\x60\x08\xf4\x57\xc7\x28\x6f\x43\x5d\x2f\x8d\x09\xf7\xd6\x2b\x3b\x7c\x1a\x68\x5a\xf2\x78\x9f\x80\xa4\xbd\x80\x25\x50\xdf\x06\x3f\xdc\x95\x1d\xae\x6b\x57\xfc\xb7\x1f\x6f\xb4\x6a\x5b\xea\xa3\xe9\xe0\x44\xac\xc8\xab\xa5\x52\x1d\x00\x0e\xdd\x8a\xcb\x7d\x84\x72\x24\x23\x9d\xc8\x42\x25\x98\x26\xeb\x64\xbe\x9b\xe3\x01\xe4\x45\xb9\x87\x22\xbf\x97\xf8\x7d\xca\xe8\xe3\x99\x06\xeb\x92\xb5\xad\x98\xfe\x09\xf2\x6a\xff\x64\xbc\x17\x26\xc3\x88\xda\x7e\xb7\x6b\x07\xaf\x9f\x6a\x27\x47\xa9\x82\x18\x40\x4e\xa3\x7a\x90\xd7\x3c\xd6\xc0\xe1\x75\x1a\xbb\xd0\xbb\xad\xc0\xda\xda\x24\x76\x33\x8b\xf8\x74\x40\x9b\x14\x9b\xcb\x7b\x88\x67\x60\xfd\x81\xd8\x60\xf5\xeb\xec\x51\x65\x0f\xb4\x02\x2c\xef\x96\x2b\x49\x3a\xd1\x30\x07\x3c\x7f\xac\xee\xbc\x2e\x2e\x1a\x1a\xe4\xad\x9b\xe5\xdc\x98\x5c\xe8\x14\x07\x09\xa4\x41\xe4\xe8\x51\x9b\xac\x48\x01\xff\xe0\xa6\x38\x8c\x88\x3f\xc8\xdd\x50\x0f\x55\xb4\xf2\x18\xa6\x7e\x35\x70\x7f\x0a\x5d\x42\xfa\x6a\x44\x95\x88\x3c\xd9\xbc\xf0\x64\x0a\x37\xa7\xfe\x12\x29\xc6\x60\x65\x67\xf2\x64\xad\x75\xfe\x64\xea\x90\xcc\x89\x44\xc0\xa7\x67\x52\x0a\x45\xad\xae\x64\x9c\x6c\x1b\x9b\xcb\x07\xc3\xec\x0d\x2e\xee\x8e\x16\x78\xa6\x0a\x8f\x66\x54\x3a\x62\xb6\x05\x38\x69\xf5\x72\x25\xe2\x54\xc7\x9d\xf6\x13\xb3\x9c\x0a\x3f\x71\x0c\xc1\x25\x95\xa4\x71\x75\x01\x16\xa9\xa9\x54\x26\x91\xd3\xad\xfc\x59\xcf\x53\xe4\xab\x83\x9c\xdc\xd1\xe1\x3d\x72\xc9\xdc\x3b\xec\x6e\x7c\x9f\x91\xe8\xf6\x46\x2b\x04\xa4\x3a\x74\x34\xad\x77\xe4\x45\x3a\x76\x40\x7e\x4e\xf3\xd1\xd9\xc9\x5d\xb1\x5e\xfc\x4b\xbb\x7a\x68\x89\xb0\x58\xb5\xab\x4e\x14\xb9\xfd\xf8\x93\x8f\xaa\xba\xf4\x84\xcb\x84\xe4\x93\xe4\x19\xd1\xc7\xb7\xf9\x7e\x7e\x14\x1f\xe3\xe5\xad\x57\xfe\x6d\xde\xac\xe6\x7f\xf5\xe3\x39\x98\x7a\xde\xf9\x3f\xfa\x14\x6d\xde\x3f\xfe\xd9\x59\xd1\x2f\x7e\x72\x7e\xb6\x98\x6a\x87\xc9\x0d\x6f\x2f\xe1\x41\xb2\x89\xb7\xe4\x9d\x1f\xb9\x73\x66\xef\x5d\x35\x65\x1e\x81\xd3\x19\x57\x7d\x4a\x5f\xf1\x02\xbb\x81\xba\xac\x1f\xf4\x4a\x5b\x1c\xb2\x2d\x2b\x38\x18\x2a\x2f\xc0\x81\x0f\x88\xfb\xb9\x31\x1c\xfb\x0d\xec\x1e\x07\xcf\x1f\xf7\xb6\xae\x4a\x77\x34\xba\x37\x57\x9a\x0a\x77\x1f\x90\x88\xcd\xd0\x2c\x5b\x4b\x08\x78\x16\x71\xc0\x7d\xf3\x9e\xa9\xb8\x9d\x8e\x3c\xcc\xa5\x63\xa8\xfd\x12\xd8\x78\x0f\x2c\x8f\x56\x58\x1a\x9f\xb3\x51\xdd\x3d\x3d\x48\xb6\xf2\xc1\x1f\xf8\x7f\x53\x69\x42\x46\xbe\x84\x0b\x19\xf9\xd2\xe0\xf9\x33\xfd\x22\x8f\x8e\x3a\x60\x6b\x9e\x9d\x0a\x6d\x67\xf2\x61\x73\x18\xa6\x96\x68\x8c\x01\x91\x1d\xf3\xfb\x94\x35\x0a\xf1\x4d\xb3\x52\x09\xc1\xaf\x5c\x99\xba\x2e\xc7\x8e\xbf\x91\xf7\xc5\xf0\x5f\xdc\xd4\xe5\x54\xb3\xfb\x58\x49\xdf\xe0\xa5\xc8\x67\xdc\xaf\x6d\x2d\x81\x44\x18\xbe\x99\xfe\xb0\x1f\xa5\xa5\x38\x97\x8b\x9f\xe2\x1b\x1c\x8e\x2b\xa9\x51\xfe\x09\x5c\xf8\xcd\x8d\xe2\xc6\x5d\x5f\xe3\x91\x64\xd8\x51\x31\x3d\xb9\xa8\xfe\xf6\xf9\xec\xfe\xe3\x37\x4b\x80\x3c\xb4\xe2\x33\xfc\xcb\x49\xe3\xb0\x03\x65\xc2\x42\x1a\xeb\x5f\xfe\xe6\xd6\x5c\x91\x3c\x25\x3f\xe4\xbe\x5a\x6e\xcb\x6c\x8b\xd9\x43\xa6\x55\xf8\x8c\x4d\x33\x1f\xcd\x8d\xa8\xee\xa3\x53\x1e\xb8\xa6\xcc\x6f\x75\x61\x7e\xa9\x83\xb7\x8f\xcf\x38\x36\x7c\x54\x6c\x8c\xeb\xad\x8b\x88\xf5\xe5\x22\x12\xb6\x1d\x5a\xdd\x24\x97\x7d\x19\x37\xe5\x44\xce\x72\xe5\xef\x6e\xfb\x3a\x7d\xaa\x92\x1f\xc6\xbf\x2e\x5e\xf7\xf4\x45\x53\x61\xe3\x03\xa0\x1f\x69\x6f\x17\x4e\xbf\x64\x31\xc6\x5b\x0a\xc9\xf4\xf3\x96\xe7\xd5\x37\x73\x9a\x1c\xa1\x88\x25\x12\x4e\xa2\x62\xb4\x78\x8f\xfc\xc0\xab\x4f\x07\x5e\xa6\x07\x5e\xa5\x06\x5e\xeb\xc0\x09\x90\x37\xa9\x9f\xb6\xa5\xd0\x98\x95\x21\x16\x19\xf0\xbb\xfb\x83\x46\x03\x10\xc9\x29\xa8\xfe\x7d\xf6\xe2\x6e\xa7\x5c\x11\x28\xaa\xfc\x06\xa9\x82\x38\xd6\x7c\x95\xd1\x55\x69\x2a\xc7\x61\xc7\x1e\x2e\x99\x7a\x32\x9f\x2b\xf5\x3c\xbe\x82\xfd\xa5\x71\x15\x7a\x85\x38\x37\x85\xcf\x09\xbf\xfc\x9a\x52\xc6\x92\x45\x92\x8a\xc1\x37\xeb\xdf\x7c\xa8\xe3\xeb\x27\x3b\xa5\x07\x3e\x82\x66\xcf\x08\x43\x12\x59\x10\xfe\xad\x0b\x5e\x88\x4a\x4f\xe6\xfe\x9b\x95\x3f\xb2\xba\x8b\x7c\x9f\x56\x6b\x96\x09\xf3\xe6\x1c\x18\xcd\xf4\x4f\x45\x66\x69\xce\xd8\x35\x64\x87\x4b\xbc\xc0\x8a\x4a\x25\x32\x65\xb6\xd3\x21\x68\xf9\x4f\xb3\x3a\x1d\x61\xee\x5b\xc0\x0f\xfb\x8f\x67\x45\x47\x29\x56\x74\x0f\x4f\xd3\x31\xce\xd7\x61\x6f\xb5\x2f\xb5\x9f\x8e\xe7\x80\x42\x74\xb8\x76\x01\x89\x71\xf3\xd6\x6c\x0b\x99\x0a\x93\xb3\xec\x52\x3a\xc6\x74\x46\x41\xd3\xd9\x7d\xdc\x0d\x4d\x22\xc3\xd1\x57\xff\xe8\xd5\xd8\x24\xb1\x62\x21\x12\xf9\x5c\xc4\x15\xd6\x39\x7f\xad\xfb\xb8\x58\x99\x0c\x6d\xcb\x55\xe4\xd4\xd5\x1d\xb3\xb5\x83\xca\x05\x85\xa1\x3f\x32\xc5\x37\x5b\x8d\xa8\x08\x2f\x8f\xd3\x3e\xf4\xe9\x78\xe5\xf7\x3e\xb8\x81\x25\x9d\xdf\x37\xe5\x94\x44\x27\x18\xb6\xbf\x4b\x80\x05\x65\x65\x9f\x2f\x1d\x55\x3e\xb1\x23\x34\x70\xe4\x9a\xf2\x0f\x76\x84\x99\xea\x8f\x87\x99\x01\x90\x7c\x99\xf5\xe7\xa1\x90\x00\x2e\xe6\x8c\x63\x83\xcf\xd5\x58\xc9\x85\xa9\x57\xd1\x76\x5d\x62\x5c\xb2\x54\xff\x99\xe0\x32\x38\x4d\x30\xb9\x3e\xe3\x61\x4f\x7f\x79\xb4\x98\x56\x2e\xeb\xc9\x6d\x90\x22\xbb\x6c\x35\x1e\x40\x27\xec\xf2\x2c\x69\x30\xd2\x01\xff\x61\x43\x43\x42\xfe\x87\x2d\xd8\xec\x13\xdc\xa3\x9e\x2d\x67\x15\x05\xd1\x8a\x45\x23\x38\x40\xa9\x92\x3a\xa4\x6e\xd9\xa9\x3c\x46\xce\xbd\xa0\x58\xc9\xe6\xda\x59\xbd\xe6\xbd\xe1\x47\xbc\xb1\x4c\x3d\xc8\x4d\xf6\xc7\xed\xab\xe7\x01\xea\x0d\x7f\xb4\x3b\x57\x0d\x73\x59\x98\xa3\xd2\x6c\x9c\xb9\x76\x0f\xd9\xb5\x59\xa7\xf8\xeb\xdc\x7b\xaf\xe8\xfc\x40\x2d\xa5\x51\x85\x08\x07\x11\x7c\x61\x43\xcc\x3b\xa2\x6b\xdc\x0a\xd4\x1d\x4e\xc2\xe6\x1b\x19\x8a\x9a\x80\xa2\x69\xc8\xac\x48\x9f\x92\x0c\x0e\x42\xc0\x5f\x54\x4e\xb4\x45\xd5\x20\x74\x07\x5c\x03\x96\xa2\x35\xd7\x75\xab\xc1\xa4\xa3\xcc\xe2\xa4\x6a\x4d\x54\xae\x06\x48\x3c\xfe\x2d\xaf\x5e\xa3\xd7\x97\x0c\xb3\xbd\xa8\x78\x7f\x10\x30\xdc\x9b\x50\x8f\xc7\x80\xbf\xcd\x35\x2a\x86\xdf\x6d\xe2\x3a\xaf\x57\x64\x74\xdc\xcd\x0c\x92\xe0\xcc\x25\x1a\x72\xb6\xf0\xb1\x4d\xb2\x23\x4f\xc2\x87\xdd\xe7\x19\x8b\xb5\x88\x68\x41\x08\xf1\x3c\x4c\x3d\xe2\x0b\xe2\x46\xa9\x3f\xd1\xec\x1d\x00\xe5\x9b\xab\x17\x1c\x6d\x04\x96\x8c\xc2\xe8\xc3\x7f\x89\x56\xd4\x44\x6a\x6f\x07\xc1\x5d\x71\xc2\xcb\x06\xeb\x78\x9c\x32\x8a\x85\x1b\x40\xf7\x0f\xf1\xaf\x21\xa4\xfb\x8c\x77\x91\x4d\x00\xe7\xb8\x4a\x6d\x82\x56\x11\x33\x3b\x92\x61\x5c\x61\x4a\x24\x7c\xbf\xe4\x5d\x90\x35\x09\xc3\xa6\x7a\x7e\xa6\xe0\xeb\x7a\xf6\xb0\x8b\x18\x15\xb1\x8d\xd3\xd8\x7d\xf8\xbc\x3b\x9e\x17\xe6\xe1\x86\x8a\x82\xa0\x0f\x42\xb6\xad\xa6\x0e\x44\x73\x84\x6d\xdd\x52\x5b\xb5\x3b\x84\xf6\x7b\x4d\xe4\xf1\xe7\xd1\xa5\xfc\x71\x86\x3d\xe8\xb8\x10\x7e\xcb\x29\xe0\x09\xe7\x14\x4d\x1b\x8e\x96\xb2\x55\xd6\x69\xdc\xda\xab\x83\x08\xe7\x32\xb9\x96\xa5\x35\x7e\xe4\xdf\x82\xa8\x8e\x48\x6d\x0d\xa6\x2c\x9d\xc3\x41\x57\x74\xa8\x66\x27\x79\xe3\x69\x12\x75\x48\xe7\xc6\x45\xcd\x0e\xde\x4e\xeb\x99\xf3\x17\x6b\x83\xb1\x6e\x1d\xf3\xb7\xe6\xc0\x00\xd1\x98\xb6\x7a\xb7\xbf\xf5\xbf\xfa\x09\xee\xb4\x5e\x8d\x88\xcd\x23\x0a\xc1\x23\x1f\x08\x61\x5e\xa4\x3f\x1b\x26\x42\xb3\xca\xa1\x9a\x46\x7f\x64\xa2\xb6\x8b\x9a\x25\x76\x8a\xb7\xae\x7b\xd9\xfb\x4f\xd2\x4f\x8d\xd3\x00\xda\xf8\x9f\xe9\x96\x1a\x9f\x5b\x19\xcd\xbc\xd2\x16\x35\xcd\x4c\x5b\xa9\x9a\x3b\x2b\x30\x37\x7d\x36\xd7\xb8\x6f\x75\xe9\xbc\x93\x9f\x9c\x47\x00\xd4\xa5\x55\x13\x97\x16\xa7\x1c\xb3\xf7\x21\x4c\x71\x8b\x50\x21\x31\x9c\x45\x76\x0a\xc2\x2d\x7e\xf5\x15\x0a\x9e\x35\x91\x5c\x3a\x01\x08\x59\xfe\xbd\xcf\xb6\x01\x31\xf5\x14\x0e\x5c\x05\x07\x03\x9e\xf5\x8e\x36\x97\xbd\x6c\xd4\xe3\xf0\x07\xd1\xb7\x0d\x9f\xd8\x36\xf8\xa8\xd8\x69\xdc\x92\xb7\x55\xab\x2c\xc3\x37\x03\xcd\xaa\x82\x37\x5d\xb5\xcf\xf8\xa1\xdc\x83\xf3\xd3\x0d\x34\x53\x9e\xab\xce\x70\xb6\x00\x8a\x3a\xb3\xc8\x89\x3a\xd1\x62\x66\xad\x95\xee\x27\x49\xd5\x52\xf5\x4e\xc0\xc1\x26\x65\xd2\x2b\xba\x0c\x64\x41\x50\x41\x92\xdc\x18\x0e\xc7\x49\x4b\x90\x02\xef\x68\x16\x99\xbb\x3a\xd9\xfb\x25\x7f\x29\xa4\x37\xe9\x5e\xe9\x01\x52\xed\xc6\x2d\xa3\x13\x6d\x65\x37\x20\x47\xf4\x68\x0e\xc2\xec\x4f\x0d\xe6\x35\xed\xff\xca\xbc\x25\x66\x2e\x54\x59\x61\x42\xb8\x57\xa9\x34\xa9\xfd\x1a\xf3\xa1\x02\xfa\x1a\x28\x5c\x0b\xf3\xd5\x50\x8b\xe5\xd5\xc3\x11\xf3\xd4\x25\xed\x08\x63\x1d\xd4\x10\x0e\x2e\x76\x45\xc4\xd1\x0e\x6b\x26\x04\x5b\xfe\x4c\xf8\x18\x93\x8b\x31\x52\x70\x8c\xfa\x77\x93\x77\xa3\x94\x9a\xd6\xd4\xec\x96\x4f\x67\x4f\x3a\x71\xab\x7c\xe6\x6d\xed\x9e\xdc\xe7\x15\xb2\x16\x3f\x93\xbe\x78\xf6\x15\x0a\x32\x30\x6d\xac\x4a\x16\xe7\x35\xd9\x09\xb0\x81\xe9\x56\x35\x29\x9b\x98\x29\x0a\xe1\xec\xdd\x80\x2c\x79\xc3\x5b\x10\xf4\xa3\x45\x4e\x5e\x21\x3a\xb1\xde\xf0\xda\x5b\xcd\x95\xac\xae\x6a\xff\x07\xe6\x5d\xc8\xd2\xbd\x57\x9d\x06\x5e\x49\xd8\x4a\x71\xef\x52\x28\xea\x2e\xd5\x24\xd9\x26\xfe\xb6\x29\x81\xb1\x6f\x72\x2a\xf1\xfd\x9d\xc3\x3f\xbe\x69\x5d\x0b\xb5\xca\x5f\x14\x44\xa7\x17\xc3\x36\x6a\x01\x49\x27\x30\x3b\x29\x3d\xb0\x4c\xdc\x4b\xb1\x75\x91\x15\xbf\x94\x96\x30\xaa\xd8\x00\xcb\x5a\xed\x12\xb7\xd2\x31\xb1\x60\x4a\xbf\x1a\x60\xec\x9b\x5d\x83\xc3\x2c\x31\x21\xfd\x37\x5f\x53\xa4\x6a\x95\x92\x29\xf7\x5b\x80\xfd\xf8\x97\x57\x5b\x7f\xe1\x3a\xc4\xef\x0a\xa9\x57\x17\xdf\xe0\x8d\x96\x20\xe4\x37\x1a\xf2\x60\xb4\x3f\x32\xf0\x74\x33\xb1\x2a\x0d\xd8\x3d\x00\xef\x32\x40\xdd\x98\xc0\x68\x7c\x60\x50\x45\x11\xcd\xb9\x89\x4c\x60\x7b\xad\x09\xb4\xe5\xd1\x3e\x8e\x67\x25\x1e\x4c\xed\xb0\x53\x94\x3d\x9e\xdd\xe8\x37\x89\x66\xfb\x4b\x20\x7d\x68\x42\x48\x3f\x36\xb1\x69\xb9\xf0\x5a\x50\x04\x16\x02\x35\x27\x4e\xa7\x21\xed\x1f\x12\xcf\xcf\xd6\x39\xd3\xb8\x82\xea\x29\x39\x58\xa2\xef\x1f\x39\x4a\x9d\x41\xca\x35\xb1\xa2\x2e\x0b\x13\xff\x3d\x56\x79\x70\x41\x91\x7e\x4a\x77\xc8\x2d\xb7\x5b\xa4\xc1\xd2\x1c\xb2\xfd\x98\x1e\x40\xc9\xd8\xf3\xfd\x45\x79\x50\x6b\x42\xa4\x9d\xc2\x2f\x89\x83\x9a\xee\xea\xf8\x17\x8c\xa5\xd7\xf6\x2e\x2e\x7d\x85\x58\x33\x8a\xd4\x15\x2b\xda\xbd\x0f\x18\xb9\x39\x1d\x25\x34\x66\x14\x96\x76\x3e\xd3\x50\x8d\xf3\x2e\xaa\x35\x72\x7e\x17\x04\xf3\x3b\xd3\x85\xde\x55\xda\xa1\x65\xf8\x48\x47\xa7\x1a\x7c\xc3\xf2\x3a\x08\x96\xd7\xbb\xa6\x79\x78\xdf\x0c\x2d\x7f\xe7\x87\xd8\x2c\xc8\x40\x2e\x40\xef\x07\x58\xb9\x46\x25\x8e\x0f\xa1\xe1\xfa\x20\x6c\x30\xf8\x10\xca\x4b\xa1\x94\x2c\x33\xaf\x59\x5f\x2f\xfc\x44\xeb\x69\xdb\xe6\x32\x82\xa8\x07\xd5\xdd\xe7\xbf\x32\xd5\x00\xc2\x75\xe3\x20\x98\xc7\xab\x57\x9f\x86\x6b\xf9\x6a\x7e\xde\x5e\x27\xa8\x7d\xe9\x67\x5b\x57\x90\xef\xf1\x95\xb5\x4d\x21\x65\x5e\x01\xe5\x56\x10\x94\x5b\x7e\xa0\xa8\xf6\xae\x23\x31\x98\xf5\xaa\x15\x04\x57\xad\x4b\xaf\x42\x28\x70\xbe\xd1\x0a\x82\x46\xaa\x83\x40\xf1\xa8\x7b\xb1\xfe\x1e\x04\xeb\xef\x27\xbb\x4f\xc5\xa6\x21\xe4\xea\x56\x9a\x2f\x26\xcc\x4e\x34\x7b\xf5\xfd\x76\xc0\xb0\xfe\x2c\xd9\x35\x15\xbb\x98\x58\xf6\xea\xef\xe8\x18\xf9\x15\xa5\xce\x00\x0c\xe9\xf3\x18\x9e\x25\x7f\x92\xc3\x1d\x07\x85\x68\x24\xfe\x94\xcf\x2e\xab\x5b\xfc\x9f\x25\x5a\xad\x92\x55\x9b\x02\x8d\x35\xe3\x61\x13\x48\x37\xff\x9a\x6c\xc5\x9f\xdc\x26\xa3\x31\x80\xb3\x5f\x1f\x27\xae\x74\x3a\xcb\x47\x57\x02\x5a\x4e\xa0\xc1\xd6\x24\x8d\x46\x05\xe0\xa9\x7e\x23\x8c\xf2\x99\x2c\x19\x91\x95\xad\x9d\x9f\x6b\x2e\x5a\xc5\xd5\x85\x88\xb4\x6d\xcd\x57\x8e\xb2\xa1\xc2\x9c\xf6\xec\xbd\xaa\xc0\x52\x71\x38\x3a\xe1\x32\x5b\x76\xac\xf8\x16\x5b\x1e\xd0\x3b\xde\xcb\xda\x0c\xa3\xf2\xf7\x61\xca\x9d\x8b\x29\x30\x2e\x46\x28\x33\x1d\xe3\x7c\xc4\x02\xc0\x23\x7b\x05\x95\x21\xa0\x95\xfe\x32\x6c\x6b\x07\x2e\xf8\x6e\x99\xa0\xb1\x2f\x9e\x62\x6a\x0f\x81\x07\xe8\x88\x93\x81\x62\xd5\x83\x37\x16\xfa\x9e\x8c\x72\x83\xd8\xc0\xb8\x3e\xfa\x47\xf6\x71\xe9\x2f\x98\x87\x6e\x02\xe0\x51\x05\x5c\x06\x24\x8e\xe0\xb2\xb0\xb5\xbf\x4f\x35\xbb\x8e\x05\x70\x73\xcf\x2c\x4a\x8c\x7f\x54\xb9\x65\x5c\x0e\x35\x03\xb7\x84\xcb\xa8\xeb\x14\x75\xec\x2b\xb8\x6e\xc4\x4c\xbb\x58\x49\x2f\x60\xc8\x12\x53\x37\xba\x45\x83\xb3\x84\xee\x19\x20\x34\x98\x63\x23\x79\x6e\x0e\xc7\x8b\x08\xf1\x97\x3f\x74\x81\x7e\xf5\x9d\x20\xe8\x6d\x56\xe1\xc7\xeb\xfd\xf3\xff\xf5\x95\x7a\x3d\x4e\x72\x40\xfa\xa6\xde\x6e\x9d\x0a\xa4\xc6\xec\x93\xf3\xd5\x6d\x22\x4b\xb3\x18\xa5\x29\xf4\x97\x31\x81\xb8\x72\x95\x95\x09\x15\xd9\xc7\x0b\x4a\x82\x9c\x6a\xe3\xc1\xa2\x34\xa2\xd0\x34\x34\x85\x49\x5c\x99\xc5\x5f\xd3\xdd\xd7\xaf\xac\x7b\x77\x5e\x63\xb6\x35\xa5\x4c\x99\x59\xd6\x36\xac\x71\x28\xd5\xd1\xb8\x0e\xb2\xf3\x25\xdc\xd2\xdd\xf2\x08\x6c\xc2\x62\x64\x1c\x43\x26\xa1\x71\x8b\x90\xdd\xa2\x61\x79\x54\xb7\x6c\x52\xee\x0a\xfd\x0a\x9c\x4d\xce\x2a\xe5\x19\xa5\xdf\x9e\xac\xcf\x6b\xc1\x6c\xb9\x70\x20\x59\x0d\xa5\xd6\x3a\x43\x8d\xc3\x34\x51\xca\x6d\x13\xc8\x37\xfe\xe4\x77\x97\x95\x54\xa4\x22\x58\xd1\xb4\xff\xa4\xfe\x89\x9a\x5d\xde\x6c\x23\x9f\xe1\x13\x51\x17\x2f\x0a\xb1\x75\xdc\x5f\x99\x44\xe2\x81\xf1\x08\x89\x59\x15\x2b\xf6\xf9\x4d\xaf\x04\x45\x2b\x2d\x2d\x35\x61\xae\x21\xd5\x5f\xd0\x15\x70\xf6\xc5\x3e\x27\xfc\xf1\x9b\xb8\x40\x4a\x96\xad\x1b\xe5\xab\xce\xa1\x55\xbf\x0a\xb3\x7a\x82\x8c\x1e\x8d\x65\x2f\x53\xd7\x53\xbd\xed\x75\xdf\xac\x7c\x94\x83\x8f\xd8\x80\x9c\xa6\xe6\x9a\x65\x10\xb7\x49\xf5\xe9\xf3\x52\x90\x10\xf6\x79\x43\x2f\xe8\x70\xb4\xe7\xcc\x4c\x16\xaf\x22\xbd\xd8\xc8\x36\x69\xd0\x46\xcd\x45\x80\xb7\x91\x43\x38\xf9\x76\x07\x2c\x80\x86\x46\x02\xbf\x36\x70\x17\x58\x52\x25\xda\xcc\xde\xed\x1f\x6d\xe0\x98\xfe\x24\x75\xf2\x71\x07\x3a\x68\x38\xdf\xc0\x74\xdd\x52\x77\x8a\x0d\xcd\x69\xa4\xbc\x00\xdc\x8f\x4d\x46\x90\xd5\x5b\xe6\xd7\x44\x0c\xb8\x62\xdc\x02\x1f\x3b\xd1\xa3\x9f\x17\xd2\xa2\xeb\x3c\xb2\xba\xc3\x3b\x3b\x7d\xa2\x46\xad\x8d\xcb\xa7\x1d\x04\xb7\x53\xfa\x99\xc3\x74\xab\xc7\x15\x5c\x64\xdb\xab\x70\x3d\xa8\x71\xe6\xcb\xbc\xbf\x92\xf5\x11\x0e\x0c\xf2\xab\xdc\x91\xe5\xab\xa6\x5e\x0d\x3b\xf6\x22\x5b\x51\xec\x76\x40\x47\x99\x8f\x9f\xd6\x30\x7d\xb9\x16\xef\xd3\x69\x41\x3e\x7b\x59\x71\xf1\xaf\xde\xa0\x35\xd6\x0f\x90\x51\xca\xb4\x93\xac\x3e\x0a\x00\x8c\x4d\x08\x59\xc7\x04\xcf\xd4\x33\xb9\x37\xc0\x81\x20\xdb\xf7\x8d\x65\x49\x3a\x9a\xe7\x2c\x43\x89\xd3\x61\x74\xf0\xd9\xb3\x3f\x75\xfc\x69\xe2\xbd\x38\xec\x7a\x91\x41\x3e\xcd\xce\x54\x49\x1f\xf2\x07\xd5\xfb\x54\xec\x4b\x9b\xd1\x10\x62\xc8\x33\xa3\xf0\x42\x5b\xaf\x59\x9e\x71\xed\xbd\x40\xc5\x5f\x48\x23\x6c\x3d\x05\xef\xd8\xe8\x1c\x3f\x11\x4e\x99\x89\xb5\xe5\xcf\x26\x5b\xa6\x8c\xcc\x0a\xf9\x80\x69\xcb\x31\x45\x36\xb6\x94\x63\xde\xb8\x30\x07\x76\x6f\xb8\x60\x9e\xa1\xdc\x39\xce\x57\x57\x26\xc4\x78\x80\x31\xe8\xcb\x84\x79\x27\x3a\x6e\x11\x2e\x5b\xc0\x31\xa5\x92\x5d\x7f\x47\x26\xdd\x1b\x75\x0b\x2b\x1d\x3d\x41\x34\xc1\x4c\x73\xcd\xf8\x0d\x0d\x68\xa1\xc8\x10\xab\x9e\x4b\x66\xd9\x4d\x7a\x91\x49\xf1\x0b\xbc\x51\xcf\x83\x2f\x7e\xb7\x34\x95\x84\x8d\x9d\x85\xbb\xec\x8b\x57\x59\xee\x2c\x19\xa9\xee\xbd\xca\x32\x82\x46\xf3\xde\xfc\x3c\x7f\xc4\x22\xe2\x60\xd7\x5a\x88\x3f\xc3\xf3\x2c\x5b\xd5\xc1\xd3\x52\xf5\x06\x91\xcc\x88\xd9\x02\x1a\xda\x23\x65\xd9\x7a\x82\x5b\xd1\xe4\x42\xb5\x0d\x18\xb8\x0e\x72\x20\xaf\xc2\xd4\x93\x51\xca\xc0\xb5\x6d\x35\x7e\xf5\x19\x18\xe8\x5c\xfc\xb5\x52\x4d\x26\x87\x87\x06\xba\x1d\x48\x06\xa7\x3e\x03\x62\xb4\x78\xaf\x67\xe3\x4f\x09\xaa\x2a\x45\x97\x1a\xc9\xf5\xa9\xe3\xb6\x0f\x45\xc5\x77\xdd\xcc\x83\xba\x5d\x7b\x6c\xb4\xce\x86\xc5\x9a\x32\xe1\x57\x5d\xe3\xe5\x29\x9a\x20\xad\x07\xdf\x34\x24\xde\x84\x34\xd9\xac\xc1\x42\xda\x91\x82\x75\x69\x1d\x45\x5d\xb7\x99\xfa\xcc\x4b\xb1\x5d\x97\xa2\x3e\xd3\x33\x99\x40\x3a\xa5\xfe\x47\x3d\xd5\x0b\x05\xde\x1e\x8b\x8f\xba\x79\x4f\x57\x88\xca\x74\xbb\x2a\x84\xde\x9b\x64\x97\x8a\x97\xf3\x5e\x24\x97\xfc\x49\xfc\xa7\x74\xc2\xe4\xec\xaf\x09\x41\x22\x38\x86\x67\x73\xea\xd9\xea\x12\x8f\xd9\x47\x3f\x74\x63\xc9\xb4\x25\xa3\x48\xb8\x7c\x54\x1a\x86\xe3\xb3\x97\x78\x81\xf3\xd2\xc3\x62\x16\x05\xcc\xa8\x86\xf7\xf7\x77\xcd\xc4\x3d\x9e\xa9\x46\x95\x2b\x7b\xcc\x3c\x04\x17\x37\x35\x82\xcd\x7f\x65\xa7\x23\x2c\xf3\x2f\x25\xdb\x17\x36\xa9\xc6\x30\xf2\xb3\x27\x3d\xb4\xd2\x0f\xd4\x31\x5a\xf9\x6c\xe5\xe7\x79\xa2\xf3\x67\x35\x97\x3c\x74\xd2\xa9\xa8\xb3\x6d\x52\xbe\x0d\x70\x5a\x9b\x93\x31\xf5\x59\xf9\x71\x25\xae\xc0\x3a\x77\xd7\xf5\x94\xe2\x4d\x24\x13\x72\xd3\x7b\xfe\xbf\xf6\xc8\x5d\x9f\x58\xe3\x8e\xcf\xd4\xc9\xe0\x81\x89\x75\x1d\xd3\x7b\xe4\x56\x08\xc9\x57\xca\x6a\x38\xcf\x9d\x7c\x2f\x88\x0a\x6f\xe5\x99\x27\xec\xb8\x56\x4f\xe0\x2a\xef\xf6\x03\x93\x39\xf0\xb1\x20\xcc\xe9\x5a\x76\xac\xc6\xdc\x15\x58\xe3\xe9\xd5\x7b\x0f\x17\x48\x64\xf4\xd9\x03\xff\x43\x0f\x38\x10\xfa\x22\x56\x81\x9f\x3b\xfe\xa2\x09\x4b\xe6\x8f\x5c\x68\x37\x08\x9e\xb1\xdc\xc1\x12\x9c\xef\x72\x69\x23\x5d\x4f\x7c\x30\x79\xc5\x4d\x10\xdc\x5f\xfb\x8b\xb8\x6d\x00\xb3\x7b\x00\xf1\x4f\x2e\xb8\x29\x95\x52\x4b\x48\x5f\x45\x93\x9a\x49\x69\x9d\x93\xa3\x6d\x98\xf2\x2f\xe5\x32\x93\xb7\xeb\x05\xb9\x5b\x84\xe7\x2a\xdb\x12\x27\x35\x1c\x83\x5f\xa8\x0e\x42\x43\xe6\x3b\x29\xd6\x48\xb7\x3d\xf9\xad\x2a\x1b\x35\x8b\xaa\x2c\x2e\x90\xa0\x53\x9d\x5e\x2f\x09\x83\x2a\x7a\xfb\x4d\xac\x24\x3a\xc1\xb1\x2d\xc5\x67\x55\x6e\x76\x82\xa0\x1c\xe5\x5d\x3a\x32\x99\xcf\x6d\x03\xb4\x9a\x2b\xd0\xb0\xb7\x42\x01\x4b\xe8\xf7\xe1\x1e\x3a\xc1\xca\x4e\x03\x5b\xec\xfc\x0a\xc5\xae\xfa\x61\x01\xf3\x58\x20\xe9\x8c\x96\x05\x73\xb1\xce\x72\x38\xb5\xae\x44\x1b\xa5\x2a\x4c\x8f\xc6\x94\x61\x65\xf4\x57\x4f\x84\xdb\x64\x75\xbb\xb1\xda\xec\xf0\x7d\x05\xaa\xfa\xb8\x84\x4a\x7e\xc9\xba\xdd\x60\x06\x90\xf5\xe0\x7d\xf0\x0d\x50\x0a\x3e\x5b\xd4\xb0\x2f\x1a\xe1\x71\x38\xf3\xab\xe2\x45\x27\xca\xe3\x6e\x82\xd2\x74\x33\xdf\x40\xe6\x9b\xbc\xc3\x10\xe2\xb9\xb5\xa1\xf7\xca\xeb\x8c\x7e\x6a\x53\x2f\x08\xba\xfc\x26\x75\xb7\x1b\xa6\xb6\x66\x93\x04\x51\xa6\xd8\x45\xcd\xa7\x4e\xf3\x31\xaf\x66\xb9\xbe\x7c\x2c\x3c\x6c\xf9\xea\x03\xac\xff\x75\x75\xc9\x49\x96\xb0\xd5\x53\x92\x7c\x89\xdd\x7b\x9e\xe4\x7b\x49\xdd\x94\xcc\x86\xc7\x6b\xd2\x05\xae\x75\x42\xd9\x8d\x9c\xbe\x1b\x0f\x5f\x7d\x4e\xb5\x47\x93\x49\xb0\xf4\x9a\x42\xfc\x3e\x43\x8c\x6a\x48\x2d\xa0\x08\x29\x3d\x3d\xd4\x6c\x4f\x7a\xd3\xb7\xd9\x2c\x0b\x57\xf2\xa3\x7a\xa1\xa3\xce\x44\x88\x2f\xc6\x9c\xad\x9d\xf4\x96\x1c\x91\x3a\x8c\x04\x7d\x3e\xd9\x54\x5f\xb8\x06\x94\x55\xfd\x6e\x9a\x90\x88\xbf\x37\x2d\x2c\x0b\x06\x2e\x94\x91\xd7\x60\x3b\x3b\xe3\xbe\x63\xf3\x57\xe6\x50\xe1\x5a\xfc\xd9\x36\x73\x18\xf3\xdd\x80\x52\xfd\x2b\x2c\x52\x60\x4b\x37\x4a\xaf\x06\xea\x28\x66\x5a\xbb\x55\x1a\x59\x88\x0d\xcd\x8e\x63\xa9\xe4\x76\xb8\xdb\x72\xbf\x4e\x7c\x7d\xf9\xe8\x7d\x39\x6e\xe4\xc0\x0c\xc2\x2f\x4a\x4d\x25\x98\x9d\x1b\x80\x65\xd8\xcc\x9f\x42\x4e\x44\x67\xf2\xd5\xeb\x0d\x6f\x14\x3e\xba\xf5\x4a\x5e\x79\xa6\x39\xe9\x3a\xff\xef\x07\x26\xbc\x88\x44\x3e\x76\x86\x5d\x4c\x04\x1c\x10\xcc\xa8\x9d\x4c\xef\x96\xbf\x18\xda\xd7\x70\xac\xb6\x99\x48\xcf\x63\x97\x9c\x78\x87\xf3\x11\x7b\x56\x3b\xe0\x20\x68\x26\x9a\xb9\x14\xc2\x5a\xb5\x6a\x49\xf8\xd9\x49\xa1\xb7\xbe\xd7\x65\x9f\xb8\xce\x7b\xbe\xcc\x0b\x4b\xfe\x8a\x3a\x81\xac\x8d\x21\x9f\x4c\x48\xd5\xad\x4d\x41\x10\xf7\xd5\xcb\xfe\xf2\x98\x0b\x3b\x13\x27\x2a\x7e\xb9\x4d\x8d\x51\xa4\x1a\xe6\xc0\xcd\xdd\x1e\xc3\x94\xa8\x4d\xc5\x95\x68\x4a\x4a\x11\xe6\x31\x0a\x33\x1a\xdc\x22\x31\xa9\xc4\xff\xbb\x5f\x42\x0a\xc6\x4c\xa9\x3a\x52\xd5\xea\x22\x74\x96\x76\x18\x48\x71\xef\xa8\x91\x4f\xa8\xb3\x8a\x5d\x5f\x3c\x51\xdb\x6e\x88\xb8\x3e\x13\x60\x1b\x39\x65\x76\x03\xe3\x38\x35\xe6\x19\x5f\x02\xc8\x5a\x44\x5a\x74\x1a\x54\xf5\x1a\x61\xb9\x8a\xa6\x26\x6d\x69\x09\xd4\x37\x2f\x29\xea\x32\x64\xfe\x74\x99\xe4\x6f\x69\xaa\xb9\x10\x65\x18\xec\xbf\xe8\x5c\xbd\xc3\xaf\x6b\x12\xbb\x3f\x67\x5e\x6a\x49\xb9\xe6\x84\x2a\xb7\x8e\x3f\x8b\x36\x27\x00\xe5\x62\x6a\x87\x72\xa2\x82\xe8\x8e\x09\xc8\x05\x1c\x33\xa7\xdc\xac\xcd\x32\x32\x14\xe0\xe9\x6a\x68\x2d\x29\x23\x0e\xc1\x7b\x77\x4d\x59\x56\x12\xd1\x23\x51\xd4\x90\x3d\x0e\x53\x92\xab\xa5\xac\x26\xda\xbc\xed\xf1\x9e\xc5\x1f\x70\xce\xc9\xaa\x17\xcb\xd0\x2e\xce\x39\xd4\x69\x80\xf1\xbd\x8b\x64\xdd\x49\x11\x8c\x5e\x6e\x87\x51\x5d\x89\x9e\x73\xa4\xe8\x05\xc1\x9f\x7d\x2b\x2d\x86\xbd\xa8\x53\xe7\x10\xe7\xc9\x0c\x5c\x41\x64\x4a\x3f\xc4\xd1\x3b\x92\x3d\x23\x25\x57\x29\x7e\xe2\x65\xb6\x6e\x46\xc0\xb2\x86\x5d\x9b\x0d\x2f\x5d\xc3\xa5\x6d\x24\xe4\x4b\x62\x85\x97\x5d\x9c\x9a\xcd\x6a\xfb\x0b\x38\x03\xa6\xfe\x57\x86\x4d\x67\x04\xbb\x48\xbf\x8c\x14\xca\x88\x8c\x9e\xd7\xef\x7e\x36\xa4\xf0\xaf\x43\xc3\x2b\x43\x8b\xdf\xae\x94\x8c\xe3\xc2\x59\x10\x82\xaf\x99\xda\x99\x12\x01\x54\x5a\x10\xc3\x7d\xc3\x0a\x85\xb8\x7c\xc7\xda\xc6\x67\x7d\xbf\x68\xf5\x6e\x65\x0f\xd7\x91\x16\x5e\x3b\x60\xf2\x9b\x77\xc7\xba\xf1\xa2\x13\xe3\x9b\xe8\x0a\xcf\x6c\xda\x47\xa2\xb6\x0a\x35\x52\xae\xab\x61\xc4\x71\xca\x63\xc3\x26\x88\xc6\xfe\xbb\x7d\x31\x74\x9f\x33\x0a\x0f\xa2\xaf\x22\xcb\xb6\x46\x1e\xb8\xfb\x25\xe9\x3b\xec\x42\x8d\x6b\x0b\x07\xa0\x49\x13\x8e\xb4\x57\xcc\xc0\x20\xf5\xe8\x9e\x99\xed\xfc\x31\x08\xee\x18\x55\x04\x95\xcb\x38\xd4\xfc\x2b\x1f\x64\x5e\x59\xfe\x74\xba\x30\x39\x88\x3f\xab\x18\xb7\x80\x9d\x9b\x8d\x3c\xe9\xee\x04\x41\x6f\xb1\xc2\x34\xe7\x2b\x93\xae\xb4\x04\xb6\x8b\x35\x65\x66\x0a\x6b\x7a\xd4\xc5\xff\x90\xcd\xef\x73\x41\x24\xc6\xdb\xa1\x26\x3c\xf6\x57\x68\xe1\x80\x2b\xaf\x71\x90\xef\x4f\xa6\x5c\x0f\xf7\xac\x34\x96\xc1\xfe\xe8\x36\xd9\x27\x6e\xdc\x81\x9d\x25\xf8\x58\x0a\x47\x22\x05\x3f\x17\x4a\x29\x33\x57\x16\x2f\x4d\xe9\x9e\x39\xd5\x3d\xb3\x72\x98\xcf\xe8\x68\x7a\x41\xba\x7a\x26\x0c\xe5\x52\xdd\xb3\x3b\xf4\xd5\xb0\x1e\x5b\x0e\xdc\x26\xff\xd6\xa8\x6c\xb5\x5c\x75\xa9\xbf\x7f\x7f\xb5\x4a\x95\xc0\x4a\xc6\x9e\x94\x8d\xca\x26\xaf\xa9\x39\x6f\xf2\x51\x50\x0c\x9b\xe1\xbc\x01\x4b\xde\xa2\xe1\x30\xb6\x1d\x9c\xc2\xd2\xef\xb4\x27\x80\xbb\x87\x74\x35\x79\x93\x9d\x7d\x55\x66\xde\xea\x92\xcd\xd6\xe0\xc3\x87\x3a\x2e\x8b\xcc\x91\x89\x5f\x5a\x97\x69\x57\xee\x8b\xa7\x3f\xab\xb2\x71\x59\x3d\x53\x71\xdd\x06\x41\xff\x36\xbd\xa2\xca\x0f\x03\xd9\xae\xab\xb3\xd6\x3f\xe0\x5e\x1e\x50\x3f\x34\x3e\xb0\x4e\x9b\x66\x44\x60\x70\xff\x8c\xdf\x2f\xf5\x4f\x2b\xc4\xf5\xc9\xf9\x83\x0f\x1c\x5c\x3c\x68\x93\x20\xf0\xd0\x24\x4e\xa7\x27\x12\x7f\xc2\xb1\x7a\xb0\xfb\x0d\x1d\xfc\xec\x94\x0a\xcd\x1a\x74\x6c\x97\x1e\x42\x80\x7c\x7c\x92\xc1\xaf\x5c\xe8\x09\x83\x62\x65\x8e\x83\xc9\x13\x05\x86\xc5\xd6\x45\x94\x2a\x26\xfb\x7d\x0c\x97\xad\xe1\x11\x7e\x0f\x2b\xbf\xf3\x37\x6a\x7b\x3f\xb8\xcc\xb9\xea\x64\xa5\x67\x5a\x08\xfe\x32\x1c\x8c\x42\x75\x7e\x70\x27\xda\x85\xbc\x25\xd7\xee\xec\xdd\xa7\xb2\x2a\xf4\xa3\x7f\x7c\xa0\x0b\x4d\x32\x5f\x4c\x09\x42\x5f\x2b\x5a\x78\x06\x3f\xdc\xc1\x54\x15\x49\x40\x13\x77\x09\xb7\x7c\x8d\xc5\xcc\xdb\xea\x35\x59\xa4\xb4\x56\xc9\x9a\x43\x3d\x16\x4b\xad\x35\x90\xa8\x23\xe2\x2f\x2b\x30\xa5\x56\x49\x96\x53\x6e\x32\x1a\xc1\x43\x2b\xdd\xa4\x72\x66\xef\xce\x1b\xa3\xb7\x16\x52\x78\x44\x86\x5d\x77\xbb\x61\xbb\x1e\xdc\x32\x70\x4a\x7c\x46\xaa\x18\x39\x86\x63\x9b\x31\x7a\x63\xaa\x4a\xed\x34\xb1\xe5\xd8\x84\x8a\x2f\xc0\x7b\xe9\x03\x34\x08\x09\xb9\xf8\x49\xe7\x50\x70\xe7\xaa\x41\xc6\xfd\xf4\xec\xbc\x4b\xfa\x38\x1b\x65\x66\x51\x50\x98\x99\x89\x38\x75\x91\x5a\x9b\x32\x23\x0a\xe5\x7c\xe6\x4a\x4f\xf4\x4f\x57\x7d\xd1\x85\xf1\x24\xdf\x8f\x55\x13\x4d\x4d\xcd\xc0\xde\xe2\xd1\xbb\xbf\xe6\x66\x3e\x6e\xc8\x91\xa3\x4c\x14\x80\x29\x50\x1e\x64\xc6\xd4\x7a\xc7\xed\xb4\x59\xaa\xff\xe6\xc1\x37\x78\x83\x74\xa1\x0e\x3e\xf4\x6c\xc8\xf1\x85\x85\x8f\x0c\xea\x71\xc6\x10\x97\xb7\xd6\x38\x53\xe3\x56\x0c\xe0\x8f\x19\x1c\x98\x2d\xd4\xb7\x40\xfd\x7c\xd2\x28\xb1\x01\xbb\xc4\xba\xa5\x9a\xfe\x5b\xd9\xf8\xe3\x91\xa5\x93\x88\x85\x74\x2c\x19\x1f\xb2\x75\x78\x9b\x1d\xf3\x16\x1a\x76\xbc\x97\x1a\x5f\xb2\x9d\x1b\x64\x9a\x6c\x68\x84\x63\x9a\x74\xfc\x5b\xcb\x81\x17\xdb\xeb\x4f\xb5\x65\x1d\x71\x95\xd7\x48\x7c\xc6\x38\xd7\xcf\xbc\x98\x66\x69\x9c\x1a\xf1\x92\xb5\x2b\x49\x00\x0e\x5b\xdf\x9f\x7f\x3e\xb0\x92\x0f\x45\xae\x4b\x03\x27\x17\x5d\xc1\x96\x5a\x3d\x96\x89\x5d\xdd\x64\xd5\x60\xb3\x9a\x0b\xcc\x90\x49\xe3\xfe\x81\x03\xe8\x94\x36\x7b\x89\x3c\x05\x12\xa3\xd6\xd6\x65\x1f\x64\xe3\x77\xac\x86\xf2\x0f\xd8\x06\x1f\x2a\xeb\x03\x62\x7d\xdb\x13\xb9\x97\x5b\xaa\x72\x1a\xb6\xd0\x9b\xba\xe3\x34\x7f\x9b\xd7\x55\xd2\xaf\xbb\xf1\x89\x19\xda\xde\x83\xc2\x49\x52\x99\x28\x1b\x01\xa6\x66\x66\x42\xe3\x8c\x02\xf5\x07\xcd\xe5\x7e\xc8\x8c\xbf\xb2\xb2\xca\x79\x73\x32\x03\xdb\x0c\xdf\xfe\xfe\x1f\xbf\x29\x9c\x2a\x38\xe5\xc2\x2e\xe2\x24\x13\xc1\x54\x42\x3c\x7b\xfd\x7d\xaa\x4b\x73\x1c\x72\xf2\xc9\x5c\xe4\xb0\x81\x78\xe7\x28\x96\x14\x1a\x67\x87\x3e\xc7\xd8\x85\x02\xcf\x68\x7f\x90\x4d\xdd\x3f\xe0\x2f\x39\x44\xc2\x20\x31\xe8\x43\x21\x65\x92\x5d\xbe\x27\x9b\xf1\xb6\x7a\x4f\x8f\xe1\xa8\x07\xb2\xe3\xf4\x61\xd2\x76\xd6\x37\x27\xa3\x59\x02\x45\x27\x8c\xaa\x8f\x8e\x67\x45\x6e\x46\x55\xb4\x52\xd3\xf6\xd3\xbc\x10\x97\x01\x64\xbc\x15\xc4\x72\xb4\x73\xc8\xb7\x8f\x9a\xe1\x19\x71\x1c\x37\x43\x63\x54\x01\xf1\x1a\x35\xbd\x36\x8c\x3a\xa8\x8b\x01\x3a\x6e\x46\x6e\xc6\xea\xff\x4e\xce\x51\x83\xaa\x1d\xfa\xad\xbf\xe4\x33\x9a\x26\x4b\xc2\xd3\xef\xd8\xfa\xe2\xb2\x3d\xa3\xe0\x82\x63\x17\x74\x40\x2e\xab\xa3\x56\x43\x09\x5a\x99\xa5\xbd\xc9\xca\x7c\x61\x5c\x83\x63\x71\x10\x14\x5b\x86\x5d\x2e\x4c\xfe\xa1\x73\x58\x79\x1a\x39\x4e\x47\x3c\x96\xdb\xa2\xfd\x32\x4d\x10\x2c\x0e\xa9\xf0\x3d\xea\x48\x79\x71\x81\x83\x4b\xa0\x11\x31\xb4\xbf\xc6\x5a\x09\xe7\x95\x39\xb1\xa6\x65\xd3\x97\x36\x68\x2f\x9a\xc6\xbc\xea\x13\x30\x5e\x2a\xea\xbb\x64\xce\xaf\x4a\x31\xeb\x42\x95\xae\xc6\x39\xa6\x75\x67\x42\x42\x5a\xa6\x2c\x91\xf4\x97\x9b\xf1\xb5\x42\x01\x8e\xcf\x0d\x11\x1d\xfd\x02\x71\xc4\xd4\x5c\x76\xbc\xaf\x8b\x33\xf7\xb3\xec\x57\x42\x7f\xef\x68\xf1\xe4\x2c\x7e\x5a\xf4\x70\xb3\x4d\x17\xb1\x77\xd0\x10\x4a\xc3\x89\xad\x7b\x67\xc3\x69\xc6\x00\x9f\x22\x5e\xe0\xd3\x0e\x82\xaf\xec\x0d\x67\xda\x1b\x17\x6e\x75\x6b\x0d\xbb\x8c\x30\x2d\x4d\x29\x19\x8b\xf9\x23\x95\x96\xa2\x89\x6b\x68\xc5\x0d\xa9\xd6\x43\xef\x4c\x51\x23\xcb\xa0\x5c\x86\x90\x96\xb7\x54\x93\xf8\xe1\xbf\x7d\xd2\xcb\x69\x6e\x07\x6f\xfe\x40\x1f\x09\xd8\x53\xc5\x32\x43\xe7\x6c\xcd\x85\xa1\xc8\xe9\xc8\x0e\x33\x30\xc3\x19\x15\x32\x49\xfe\x11\xe8\x5c\x85\x7e\xb6\x36\x3d\xdb\xcb\x75\x33\x34\x32\x49\x14\x44\x3b\x5c\x3e\x25\x5a\x2e\xae\x3e\xc0\xe4\x2d\xf6\x6e\x2c\x01\x21\xf8\x7c\xbf\x69\xda\xb0\xe6\x54\x3f\xd6\x0d\x44\xbe\xcd\xe7\xc1\x8b\xf7\xe9\xdb\xda\x52\x83\x26\xfd\x85\xb9\x02\x4b\xd6\xed\x01\x71\x7f\x2c\xaf\x5d\x9b\x1b\x76\xbe\xdc\xa4\xfb\xaa\x8d\x9d\x38\x72\x7d\x27\xdd\x5b\x3e\x59\x7d\x34\x2f\xb4\xe5\xb0\x29\xcc\xbb\x18\x71\xc8\x21\xb5\xa6\xbd\x85\xf7\x4d\x2b\x03\xe3\xb9\xec\x0b\x38\x35\xf7\xbd\x32\x0f\xfd\xa2\xab\x4d\x7b\x8e\xdd\xc0\xf1\x57\x92\x17\xa7\xcf\x8f\xbf\xe5\xb5\x74\x4a\x07\x84\x4b\xc8\x4d\x0d\x09\x13\x98\x04\x31\x77\x26\xbe\xa4\xa9\x07\x33\xfa\x1c\x77\x91\x4f\x19\x72\x58\x1b\x23\xf2\x74\x6d\x9e\xd5\x2a\xa5\x74\x25\x73\x08\x26\xe8\x70\x6f\xee\x9e\xf9\x32\xcc\x37\xa2\x20\x68\x44\x93\x9c\x75\x14\xc1\x73\xcb\x65\xc8\x38\x08\xc1\x8d\x03\x84\xcf\x6f\x87\x54\xae\xe5\xd8\xb2\xda\x42\xb8\xd2\xd5\xf6\xb5\x56\x33\x39\x70\x64\x48\x9d\x4b\x29\xe1\xd1\x97\x3a\x4a\x91\xa7\xaa\x35\x94\x41\x28\x9f\xf7\xbf\xf2\xd5\x28\x08\xaa\x6e\x6a\x34\xb1\xe6\x74\x52\x03\xc8\x7e\x8f\xa6\xb8\xc5\x90\xe2\xe0\x0a\xb9\x27\xc8\x01\x25\x9b\x57\x4f\x65\x20\x59\xe7\xc0\x0b\x4d\xb1\xb2\x4d\x2e\xf4\x63\x6c\x99\x77\x14\x85\x24\xe0\x6f\x26\x9b\x1a\xfb\x20\xf2\x7b\xc0\xf2\x90\xbb\x24\xcd\x8a\x82\x06\xdb\x11\x4f\x50\xf7\x71\xf8\xd3\x63\x7f\x6d\x11\x65\x83\x2a\x6e\xaa\xb8\x14\x90\x28\x31\xae\x13\xb5\xf4\x34\x00\x7f\x57\x6b\x9f\x82\x6c\x82\xe8\x93\x1c\x37\xfd\x74\x71\x1e\x9d\xf3\x88\x05\x62\x02\x54\xc4\x9b\xb0\x62\x93\x0f\xc4\x4b\x26\x7c\x5d\x6a\x82\xda\x9d\x29\xd2\x4c\xde\x44\xc8\x16\x2c\x0e\xb6\x16\x76\x51\x4c\x29\xcd\x90\x31\x10\x81\x7b\x4c\xb2\xaf\x30\x42\x97\xf7\x3a\x13\x3d\x43\xcf\xf0\x2d\x4b\xec\x3a\x53\x31\x28\xb7\x27\xa4\x93\x8f\x28\x89\xe4\x68\xe6\xf2\x26\x8d\x7b\xba\xb2\xe5\xd0\x90\x91\x2a\x2f\xef\x0a\xd1\x40\xa8\xe5\xa6\x1d\x9c\x71\x5d\x65\x46\xc8\x2a\x20\xaa\xb9\x30\x5f\x8e\x82\xa0\x1c\xbd\x1b\x2e\xe1\x5a\xb7\x32\x21\x02\xfd\x9f\x66\xa7\x9a\xdc\xa9\x6a\x6a\xa7\x50\x4e\x6b\x26\x5b\xff\xe6\xc3\xc0\x87\x70\x7a\xa9\xff\xcb\xcd\x82\xa6\x81\x2e\x3d\x08\xe1\x79\x3f\x43\xa0\x0d\x5c\x7d\x48\x2d\x8e\x4c\xbd\x92\xc6\x8b\x1c\xe9\xb8\x96\x1a\xbe\x72\xc7\xbb\xc6\x7e\x8a\x70\x69\xa4\xef\x38\x10\xf8\x45\x8b\x48\x9a\xea\xfd\xe5\x03\x54\x1d\x20\xa7\xe0\x7c\xf3\x51\x64\xa8\xd0\x3f\xb5\xb4\xb8\x5a\x25\x38\x60\x13\x35\x3f\x6a\x59\xdd\x1c\x74\x35\xea\x2f\x3e\x9f\xa8\xf0\xc2\x73\xaf\x4e\xad\x93\x30\x55\xa3\x71\xc7\xf6\xfd\x24\xa4\x3a\x9f\x07\x47\xdf\x7b\x2f\x64\x35\x07\xda\x68\xed\x3e\xc3\x28\x41\x60\xde\xa4\x6c\xbf\x9a\x84\xf9\x72\x18\x04\x65\x8e\xd2\x64\xbb\xab\xbf\xc2\x2a\x54\x1a\xed\xe9\x8a\x00\xd3\xbf\x6a\x40\x6c\x1b\x4e\xd3\xb3\x9c\x98\xf8\x4d\x3b\x4b\x7b\xc5\x38\xf7\xc4\x57\x22\xb3\x8a\x90\xc8\x35\xfc\xf6\x01\x90\xb3\x11\x58\x20\x71\x1a\x26\xed\x2f\xd0\x81\x8d\xd1\x04\x8b\x21\xb9\x19\x78\xb8\xe2\x20\x3a\xbd\x32\xf0\xcd\xa9\x28\x46\x26\x98\xce\xa8\x54\xfc\xeb\x2f\x36\x46\xff\xb8\xf1\xec\x71\x91\xca\x93\x57\x0e\xd6\x67\xa4\x94\x19\xd9\xc9\x90\x55\xfa\xd1\x19\x27\xeb\x25\xa1\xa4\xb1\x5c\x08\x2f\x35\xc7\x97\x1a\xa3\x7f\xdc\x18\xff\xd3\x89\x56\x39\xd1\x5a\xdf\xf0\x10\x02\xf9\x3b\xba\x0d\x71\x05\x5c\xc9\x63\x9f\xf3\x1d\x14\xcc\xd1\x26\xd5\x63\xd7\x7a\x3f\x3a\x23\x30\x18\x92\xe4\x21\x3b\xe6\x90\x63\x8e\x0a\xe7\xaa\x35\x0c\x3d\xdf\x45\x99\x15\xde\x19\xcc\x14\xbe\x90\x2f\x5d\xf7\x23\x8b\x98\x12\xe1\xcb\x48\x98\x42\x98\x77\xde\x08\xb9\xbe\xf3\xf7\x8d\x06\xbf\x69\x90\x75\xbc\xf2\x9d\xa7\xf7\xd7\xfe\x3d\x71\x3e\x9d\x40\x47\x1d\x50\xf3\x69\xb1\x8b\x7e\x54\x9c\x87\x27\xaf\x6d\x6f\x93\xa8\xa5\x20\x84\xca\x07\xbd\xe1\x0f\x27\x67\x71\x49\x29\xdd\xb1\x09\xff\x75\xf9\x21\xda\x64\x72\x1f\x3d\x37\xee\x41\x12\x97\xb7\x9e\x25\xbb\x92\x1b\xeb\x00\x62\x5d\xd9\x5a\x4d\x90\x60\xe1\x56\x43\x25\x3d\xec\x2a\x8b\x74\x15\x02\x31\xaf\x73\xa7\x40\x47\x68\x72\x5d\xec\x22\xd5\x3b\x05\x4d\x31\x94\xaf\xbb\x57\x5b\x9e\xf9\x28\x30\xf5\x44\x90\x93\xec\xde\x92\xdc\xf6\xd8\x91\x50\xc3\xae\x4f\xac\x8f\x23\x16\x6d\x83\x30\xa7\x03\xb2\xa1\x91\x84\x99\x3a\xd0\x9f\x80\x26\xb3\x88\x30\xdb\x5f\x67\x2e\xeb\xc3\x35\xc7\xf2\x57\x70\x32\x56\xc2\x25\x60\x9c\x7b\x7d\xf3\x2e\x55\x01\x39\x1d\x1c\xbe\xe9\x79\xfc\xd8\xb2\x6c\xd7\xad\x4f\xcf\x25\xe9\xc1\xe8\xb5\x51\x32\x21\x33\xe5\xbf\x4d\x53\x60\x0a\x6b\x5c\xb0\x8d\x29\xbe\x8e\xfe\x18\xce\xfd\x34\x30\x7c\x77\xe4\x56\x24\xdc\x21\x2a\xfb\xe6\xe0\xf4\x76\x64\xa9\x11\x5d\x1f\x18\xfa\xea\x8e\x16\x9c\x11\x63\x10\x07\x91\xe7\x44\x35\x8e\xa9\x92\xde\x0d\x47\x78\x5b\xd9\x33\x98\x12\x19\xc6\x73\xc3\x3e\xa8\xc7\x44\x75\x00\x55\x5e\x32\xa4\x33\x79\x6e\x84\xfb\xb5\x99\xe3\x77\xb6\x8e\xd9\x78\x7f\xe1\x19\xc1\xe4\x27\xd5\x59\xec\x91\x54\xa0\x82\xd9\xcf\x24\xb1\x69\xf1\xba\xe5\x5e\xa9\x3f\x3a\x09\xe3\xec\x05\xda\xe3\x0c\x3d\xd4\x10\xe1\x32\xaa\x14\xe1\x89\x57\x4f\x01\x65\xce\x47\x57\xc6\xdf\xab\x9d\x32\x6b\xae\x45\x86\x1b\x85\x9b\x94\x07\x58\x63\x20\x2e\x9f\x5b\x70\xb6\x4d\xfe\x96\x1b\x30\x4f\xa8\xd8\xcd\xd8\xd8\xa7\x15\xbe\x40\x30\xf4\xd5\x36\x2c\x05\x01\x86\xfe\x49\xcd\x26\x2e\x49\x08\xea\xc8\x65\x8c\x33\x34\x19\x9e\x1d\xab\x35\x47\xdb\x0d\x22\x6f\x5e\xce\x6a\xf8\xa6\xd2\xb7\x7e\xed\xd2\x7a\xb7\xbd\xb2\x58\xdc\x1e\xb9\xda\xdd\xc0\xd2\x35\xa9\x79\x67\x53\x55\xc0\x54\x5b\x84\x71\x6d\x3a\xc4\x4c\x75\x4e\x53\xb2\xe9\x62\x6b\x17\x68\xbc\x1a\xf4\x6a\x67\xf4\xe4\x12\xe1\xbc\x39\x17\x64\x34\xf9\x96\xee\x83\xee\xcb\xbd\xa3\x17\x51\xec\xed\xb5\x2d\x69\x55\xa8\xcf\x87\x91\x23\xd1\x12\xbb\xdf\x7d\x37\xe4\x10\x46\xcc\xd9\xd0\x20\x11\xf0\xa4\x08\x90\xcb\xef\x9d\xe7\xfc\xa5\x12\x77\xbb\x94\x17\xd3\x7e\x68\x72\x02\x21\x47\xc6\x89\xc3\xae\xe7\x38\x86\x73\x4d\x83\x40\x0a\xe1\x90\xc1\x64\x74\x8b\xfc\xf5\xce\x8f\xba\xe7\x03\xab\xfc\x2f\xa4\xf6\xdc\xa2\xb6\xce\x63\xc7\x1e\xdb\x21\x12\xc2\x1e\x86\x91\xa1\x26\xdb\x8f\x67\x7b\x64\xf2\x7c\xcd\x73\x5e\x62\x7b\x71\x18\xb9\x94\xe7\xc9\xcc\x2b\x6c\x2f\x0f\x23\x16\x31\x97\x48\x4d\xb6\x56\x87\x11\x79\x96\x64\x11\x4d\xb6\x36\xe0\xd4\x22\xde\xed\xcc\x72\x30\x18\xa5\xb0\xd7\x69\x72\xfa\x23\x4c\x63\xc4\xdf\xc7\x8c\xee\xd5\xef\xb9\x57\xaf\x12\x3a\x0d\x43\x07\xab\x6e\x39\xf4\x69\x40\xc6\x26\x7f\x3c\xb4\x36\x60\x65\x67\xf6\xa5\x53\xe7\xba\x1c\xcc\xc2\x2c\x28\x5f\xb4\x88\xe0\x33\x74\x20\x30\x50\xbc\xaf\x6d\x32\xa7\x2a\x72\x7d\xbe\x45\xde\x69\x61\x76\x48\x69\x53\xf5\x18\xcc\x52\x28\xa3\xad\xa5\x3d\x21\xbc\xbf\xfc\x5d\x9f\xc2\xdc\xae\xf0\xb6\xdb\x04\xd2\x36\xe0\x3b\x3a\x20\x73\xd2\x74\x84\xde\x8b\x34\x60\xcf\xb5\x3f\x8a\x29\xa7\x6d\x4a\x40\x74\x14\xde\x9d\xce\x99\x7c\x9e\x4b\xda\x2f\x29\x4b\xad\x22\x25\xed\x6e\x5b\xb1\xd2\xd8\x6c\x4b\x8b\x85\x71\x20\x56\x6b\x69\xbe\xab\x09\x11\x05\xd6\xbb\x70\xb2\xb0\xc3\xf4\x0f\x48\xe7\x51\x0d\xfd\xcd\x6e\xac\x25\x33\xa3\x1e\x9a\x73\x8a\x3b\x85\xf2\x21\x32\x69\xdf\x0f\x6c\xdd\xd3\xd5\x27\x11\xf7\xe4\x22\xa3\xf1\x70\xcd\xe0\x7b\xc5\x9a\x3a\x43\xe1\xbe\xc2\x96\x09\xf4\x39\x7c\xc3\x18\xdf\x10\x77\x3d\xf1\x64\x0c\xbc\xd5\x81\xf3\xc9\xd8\xe3\x63\xab\x0a\x25\x16\xcd\x70\xde\x77\x7c\x62\x96\x5a\x75\xb2\xc7\x1d\x97\xe6\x4d\x82\xff\xf6\x86\x30\x8e\x17\x97\x5f\xe3\xf5\x5e\xe7\x2f\x9a\x29\x62\x24\xc4\xae\xde\xbe\xf0\xdc\x50\x14\x65\x85\xb6\x0d\x68\xcd\xed\x01\x43\x9b\xb9\xd7\x92\x81\x0d\xb7\x74\xbb\xc0\x71\x2f\x70\x39\x7d\xda\x04\xea\x7c\xee\x8a\xb7\x1e\x0e\xbe\x56\x5f\xca\x21\x59\xd2\xbd\x12\x02\xc5\xbd\x26\x50\x5d\x8c\x4c\xd3\x10\x47\xd0\xf3\x63\xb1\x14\xe8\x8b\x58\x22\x79\x74\x88\x1c\xa2\x60\x4e\x4a\xb2\x5a\x8e\xd2\x4b\x0e\x15\x25\xe7\x3b\x3f\x82\xf8\xf6\xfb\x03\x13\x31\x65\xc3\x9c\x67\x65\x35\xca\x08\x37\xf1\x07\xe1\xd8\x74\x67\xd0\xe9\x5f\x67\x84\x87\x52\x06\x2b\xd6\x0b\x9d\xaa\xe2\xaf\x16\xa4\x53\x30\x4e\xe8\x68\xcb\x40\x8e\x3d\xb3\xf8\x44\x26\x2c\x4e\xbc\x3f\x36\xe6\x40\x5c\xee\xeb\x6d\x02\x93\xb4\x1f\x01\xad\xfb\x39\xa2\xff\x96\x5e\x25\xbb\x71\xfa\xbb\xe7\x00\x15\x53\xe9\x68\x4c\x14\xcc\xf1\xff\x96\x68\xb6\xe1\x76\x68\x7b\xdf\x17\x13\xeb\xac\x90\xc8\x85\x45\xa1\xce\x29\x4a\x69\xe8\x4f\x33\xdd\xfa\x1a\xd0\xfb\x2c\xc2\x66\x33\x45\x15\x9a\x42\x5c\xe6\x21\x42\x74\x10\xb2\x79\x9a\x1b\xfb\xd0\x91\xcb\xd4\xe7\xbc\xcd\xb3\xa6\x84\x80\x0e\xb8\x93\xf4\xc4\x8b\xe0\x30\xa6\x30\x24\xbe\x35\xc7\x5e\x92\x24\xd7\x24\x7a\x08\x5f\x57\xb0\x21\x6f\xad\x87\x45\xcd\x73\x42\x63\xda\x72\x81\xa3\x53\x9b\x19\xcb\xea\x0a\x21\x2c\xa5\xc7\x14\xf0\xfd\x45\xaf\xbb\x33\x55\xe5\xd2\xdc\x24\xbc\x83\x27\x74\x45\xfd\xf1\x53\x3c\x37\x93\x82\x6c\xde\x2c\xdb\xec\x1c\x68\x73\x3f\xf2\x59\x17\xed\x6a\xc3\xf8\x62\x21\x25\x2f\x18\xa5\x6f\x79\x17\x63\xa0\x34\x72\x91\xaa\xae\xa8\x14\x72\x09\x33\xf8\xea\xdd\x52\xc8\x22\x62\x26\x4a\xaf\xf9\xfb\x20\x5a\xbd\x3b\x12\x29\xe8\x3a\xcc\xd2\xef\x3d\x4f\xd8\x41\xaf\x6f\xdc\xdc\x57\x12\x26\x2f\x92\xee\x9d\xaa\xdf\xf6\xf4\x03\x67\xcf\x3a\xb6\xeb\x7e\x89\x20\x12\x0d\x1a\xd2\xa9\xc3\x04\x2f\xba\xe5\xf7\x3d\x47\xd0\xcc\x49\x87\xef\xc9\x4c\x71\xec\xa3\x1c\x93\xff\xc5\x6e\x54\x11\x95\x0e\x96\x84\xd4\x37\x86\x0d\xd9\x76\x7d\x24\xb4\x4e\x86\x6a\x81\xe4\x67\x5d\x89\x07\xa2\xae\x71\xf1\x3b\xdf\x23\x6b\xf7\x30\xff\xad\x4d\x37\xce\x09\x41\x1f\x58\xb7\xdc\x65\x58\x89\x34\x56\x46\x56\xf2\x9a\xe3\x79\x4f\xaf\xa4\x1f\x0d\xe7\xd1\x3f\x98\x7e\xf2\xf4\x7d\x32\x83\x44\xf6\x2d\x28\xe9\xe0\x9a\x52\xb0\x6d\x66\x8c\x2e\xf1\x15\x5b\xb2\x90\x48\xaf\x74\x6d\x3c\x58\xa5\x24\x4b\x4f\x29\x5f\xe9\x55\xb8\xed\x06\x99\x6f\x35\x18\x4b\x1e\xec\xdb\x20\xf8\x4b\x97\x49\x1a\x56\x44\xce\x86\x61\x58\xe2\xf5\xa2\x79\x15\x64\x46\x93\x79\x3a\x91\xc7\x0c\x53\x58\x2f\xe8\xa3\x93\x5c\x70\xe5\xb9\x59\xc2\xf7\x33\xec\x3e\x71\xf5\xdb\xf9\xff\x09\xc1\x2f\xb1\x00\x35\x3a\x9f\xf0\x88\x93\x9c\xe4\x08\x40\x55\xf7\x1e\xe9\xe6\x9f\x26\x6b\x7a\x26\xa9\x9b\x2d\x71\xa1\x0c\x8c\xf1\x65\x55\xff\x52\xf2\xe0\xaf\xf8\x9b\x20\x2a\xc9\xce\xae\x79\x5f\x56\xd6\x1f\x5c\x21\x02\x58\x91\xa8\xd5\x80\xaf\x80\x2c\xaf\xb1\x18\xf7\xe8\x3a\x32\x16\xeb\xcc\x4d\xff\xf9\x15\xd5\x09\x82\x93\x78\xa3\x34\x5a\x48\x57\x90\xfc\xb6\xa2\x32\x7f\xf9\x9c\x82\xc1\x19\xc1\xe4\x15\x74\x1a\x67\xaf\x4b\x25\xdd\x70\x49\x73\x53\x99\x11\x88\x43\x3a\xc6\xaa\x2d\x95\xe1\xf8\x2a\x4c\x6b\xa6\x6c\x36\xab\xfc\xd5\xff\x6d\x18\xe6\x47\xa7\x6c\x29\x65\x2f\xff\xb6\x90\xfa\x76\x10\x54\xc2\x54\xba\x34\xe5\xbc\xeb\xc3\xf4\xf7\x04\x6a\x60\xfb\x95\xbd\x31\x92\x96\xd9\x3d\xc0\x8f\x59\xc0\xc6\x59\xc5\x60\x3a\x51\x07\x95\xae\x60\x37\xc8\xe6\xd5\x9f\x8c\x8b\x90\xbc\xce\xdf\x4d\x4b\xde\x9e\x99\xae\x12\x18\x80\xf4\xf9\x4c\x7a\xa9\x11\x10\x45\x13\x9d\x08\xd5\x4a\xca\x60\x56\xb3\xf7\xc8\x09\x31\x4d\xf3\x6c\x25\x61\x68\xfe\xaa\x3b\xa3\xac\x63\xe9\x70\xc9\x4a\x95\x10\x02\x61\xc9\x2a\x56\x74\x6d\x7e\xc2\x6b\x35\x5c\x6a\x61\x49\x78\x91\xf2\xc5\xc0\x0f\x1b\x2d\x18\xd0\x72\x5b\xbb\xf6\x26\xd7\x1a\xfd\xd2\x3f\xd1\x14\xc6\x67\x8a\x3f\x45\x0f\x7d\x58\xd6\xc1\xdf\xfa\x43\x9f\xe6\x25\x36\x8c\x1f\xf0\xb7\xb0\xf7\x16\xa9\x26\xd6\xbf\x3c\x1a\xeb\x8a\xa9\x42\x37\x60\xba\x29\xc9\xd1\x6b\xd7\x35\x1c\x47\xac\x26\x31\xc0\x55\x36\x9a\x6b\x3d\xbd\x88\xe4\x36\x1a\x8f\x5d\xd1\xb1\x64\xac\xc9\xf8\x1c\x61\xdb\x29\x89\x74\xe8\x1f\x10\x9e\x81\x8e\x5b\xf3\x3d\x86\x2e\xf0\x1c\xf6\x57\x14\x15\x39\x39\xfa\xee\x32\xd5\x5f\x7b\xb4\x73\x42\x43\x5b\xe2\x18\x43\x4b\x25\x8b\x71\xde\x25\xe9\x51\x7b\x23\x14\xd6\xc9\x2b\x55\x70\x21\xf5\x3c\x20\x9c\xf2\x48\xe7\x6e\x95\xbf\xab\x18\xf9\xa8\xe5\xea\xb9\xb0\x9a\x45\x7b\x14\x78\xda\xee\x5d\x81\xd3\x64\xbc\xcd\xff\x5b\x10\x68\xf5\x69\xb9\xda\x5b\xff\xef\xa0\xb2\xdf\xbb\x4c\xc7\x52\xad\x6f\xfc\x91\x56\x28\x03\x8d\x1d\x39\xe2\xe3\x11\x74\x5f\xd3\xa5\x2e\x35\xd6\x97\xd0\x50\x9f\x75\x66\x77\x53\xce\x59\x25\x23\x15\x8a\xc6\x9e\x1d\xc7\xca\x19\xcd\x6e\x56\x4e\x4a\xd6\x68\x25\xdc\xe2\xe8\x3d\x87\x01\xc7\xa3\xf4\xca\x99\xe7\x6b\xc8\x4d\xd1\x95\x6b\x66\x77\xa5\x3f\x6a\x21\xb9\x6f\xf0\xb4\x1d\xb2\xe8\x10\x7f\x96\xd6\xb2\xad\xf7\xe2\x8d\xa0\xd4\x22\xac\xa7\x1c\x0c\xe0\x29\xb2\x8e\x1a\xaf\xb4\x97\x9e\x38\xfa\x71\x1c\xb1\xa5\x44\x78\xb9\xf4\x39\x1d\x5f\x25\xfa\x74\x2b\x2a\x52\x46\x1b\xb0\x20\xee\xb8\x14\x89\x3d\x64\x1d\x0e\xe0\xad\x33\x98\x79\x50\x8a\xd6\x8a\x1e\xad\x9b\x82\x17\xf4\xdb\xd4\xfc\xad\xbe\xc3\x2f\x83\xf8\x50\xb9\x84\xfb\x79\xe3\x61\x8e\x34\x72\x5c\xf6\x11\x5b\xd9\x1b\x8d\xd2\x9a\x03\x38\x68\x95\x9f\x12\x38\x14\x7e\x52\x07\x3c\x58\x9e\xf9\x81\xd1\xb5\x85\x0e\xfa\x9b\x99\xaf\x53\x2e\x78\x45\xd7\x98\x05\x7d\x03\x72\x74\x5d\xb0\xce\x0d\xc7\x90\xb9\x68\x35\x79\xd5\x6d\x42\xc6\x19\xa5\xf5\xe0\xee\xf3\xb9\x37\xd7\xcc\x38\x8d\x31\xff\xab\x23\x13\xd1\x23\x59\x92\xdc\x51\x4d\x43\xb0\x03\xbb\xf5\x63\x82\xaa\x96\x66\x00\xc0\x9b\xa8\xd1\x02\x10\x40\x16\xb5\x1a\x61\x5a\x1d\xb3\xcc\x48\xe6\x3b\x0c\x7c\x6c\xbc\x1a\xe3\x52\x80\x22\xb9\x40\xdc\x55\xc7\x8a\x52\x3a\x25\xba\x3b\x78\x23\x8f\xcc\x7f\xef\x9d\x54\xd0\xf7\x33\xa1\x95\x73\x4f\x3a\x20\x66\xe7\xb1\xe2\xd2\x34\x45\x75\xe8\xfd\xb4\x52\x5e\xe1\xa3\xb3\xd0\xf6\x75\x71\x32\x8b\x03\x61\xd5\xe5\xe5\xc6\x11\x1d\x11\x0a\xa6\x05\x9e\x12\x9b\x53\x9a\x02\xa8\xa3\x36\x83\x9e\x26\x51\x7e\x1c\x05\xc1\x58\xbc\xa8\xb4\x05\xce\x0e\xbb\xcc\x93\x7c\xa4\x4a\x58\xd6\x39\xfb\xdc\x48\x2d\xac\x18\x59\x49\x40\x70\xb6\x1d\x38\x1a\x48\xc2\x08\x13\xf2\x64\xf2\xef\xb4\x38\xba\x63\x1a\x6f\x33\x46\xc4\x70\xcd\x85\x28\xca\xf9\x41\x99\xa5\x9b\xfa\x38\xad\xcc\x57\x39\xfc\x48\xcf\x5a\xd8\x20\x89\x77\x6a\x1a\x90\x97\xf2\x4a\x49\x1f\xbc\xe7\x8f\x4f\x9c\x9e\x2d\x58\x5d\x6f\xab\xa4\x71\x7a\xf4\xa8\x74\xd5\x40\xeb\x4f\x0e\xde\xad\x56\x9d\xe6\x48\x6a\x3a\xd6\xe3\x54\x85\xc7\xdf\x91\x77\x9d\x2a\xc1\x36\xa9\xf5\xb3\xf8\xb8\x52\x93\xcb\xd0\x28\x47\xb2\x5d\xf5\xb0\xf4\xdd\xae\x35\x91\x99\xaa\x09\x6f\xd3\x62\xbd\xb9\x34\xef\x47\x5e\x75\x42\xa0\x7d\x02\x70\xb1\x94\x10\x21\x78\x7c\x93\xb1\x81\x93\x1a\x4f\x40\x3f\xe1\xfe\x3a\xd2\x88\x04\xfc\x30\xa0\x90\x33\x5c\x2b\x5e\xf3\x87\x11\x7f\x18\xaf\xa3\xfc\x32\x0c\xa2\xdd\xdb\x8a\x18\x44\x4a\xa5\x53\x61\xff\xd3\xca\xf7\x47\xcb\x24\x3d\x82\x77\x72\x9b\x9c\xbd\x73\x64\x5a\xaa\x42\xea\x16\x93\xc8\x5e\x8d\xc9\xcb\xbc\x81\x4c\xf1\x7f\xb2\xb2\xf8\xef\x26\x24\x0a\x88\xff\xdb\xb6\x19\x98\x2a\x2e\x4f\xdd\xc2\x76\x93\x8c\x00\x1f\x53\x71\xd1\x99\x63\x7e\xb3\x23\xa3\x87\x5b\xf9\xdb\x20\xda\x3d\x20\x1e\x62\xa7\x0e\x50\xe7\x37\x94\x97\x69\x7f\xa5\x15\xbc\xfd\xa2\x8c\x34\x54\xd0\x95\x78\xa5\xa4\xaa\x0d\x9f\x79\x8a\x0f\x8b\xde\x68\x26\x6a\x95\x5f\xa3\xa2\x85\x14\x7f\x7f\xce\x84\x1d\x68\x27\xb5\x01\xc0\xf6\xba\x38\x4b\x48\x0d\x17\xf6\x5c\xd7\xf2\x1d\xf1\xb0\xc4\xea\x0d\xdd\xcf\x5d\xe7\x44\x09\xfb\xd5\xcb\x44\x35\x93\xb4\x91\xa4\x07\xe1\xc1\xc6\xd3\xc7\x1f\xff\xa3\x2a\x1a\x88\x74\x84\xa5\x36\xdb\xef\xf0\x06\x96\x14\xfe\xc0\xae\x7b\x32\x24\xec\xdc\xd1\xce\xac\xcc\xd0\x4e\xbb\x14\x50\xe2\xd4\x02\xde\xb5\x11\x46\x2c\xd2\xd2\xa6\x72\x71\xa6\x5b\xc6\x74\x5b\x67\x20\x85\x3b\x38\xc9\x2f\x9c\x06\xbf\x55\x4d\xd9\x53\x9e\xfc\x09\x8c\xb2\x99\x69\x43\xa7\xa4\x15\x82\x1c\x78\x33\xfe\x9c\x3e\xb2\xed\x57\x1a\x15\xc4\xd3\xfd\x10\x5d\xda\x8b\x36\xe3\xae\x4c\xb1\xb5\x09\xaa\x67\x5c\x11\xdd\xea\x93\x94\xb9\xac\xad\xb6\x70\x5b\xe7\x16\xca\x9f\x7d\x5a\x5a\x36\xd7\xe0\x06\x2e\x3b\xac\x9b\x34\x47\x4a\x88\x11\x14\x7e\x9a\x38\x17\x64\x62\xf7\x0d\x7e\x26\xa9\x22\x45\xf5\x6b\xa3\x61\x4a\x26\x7e\x75\x9d\x6f\xab\xf7\x7d\x37\x35\xdb\xe6\xc4\x8b\x93\xf7\x16\xef\xad\xbb\xf0\xda\x98\x77\x80\xcf\x0f\x96\xe9\x6a\x70\x13\xe0\x7e\x7b\xb4\xd1\x43\xc3\x23\xa4\xf7\x0d\x8f\x0b\xe5\x69\x7d\x62\x55\x4c\xc5\x98\xf4\xa7\xb8\xd2\x06\x4c\xcf\x61\xbb\xf9\x99\xad\x8b\xde\x10\xdf\xd5\x81\x8b\xe5\xd0\x99\x7c\x8d\x62\xa6\x54\xb6\x3c\x54\xea\x0a\x4f\x25\x32\x4d\xdb\x2d\x72\xa9\x62\x40\x99\xfb\x3f\xa5\x11\x7f\x4c\x57\xb8\x44\x34\x48\x0d\x1b\x9a\x52\xc0\xd0\x89\xd1\xa1\xd2\x71\x61\x2c\x0f\x87\xc5\xd9\xdd\xcd\x2a\xce\x2c\xa9\x3c\x05\x11\x98\x7c\xb5\xbf\x0d\xef\x8d\x74\x96\xee\x51\x02\x0e\x17\x7b\x67\x33\x2e\x32\x58\x00\x11\x31\x73\xe3\x58\x9e\x0e\x2b\x96\x59\xaf\xe5\x3c\xcc\x22\x56\xc8\x99\xaa\x1f\xa8\x22\x78\xb2\x62\xbe\x0a\xd4\xc2\xa7\xd8\x56\x75\xd6\x73\xea\x1d\x69\x0e\x26\x0d\x58\x84\x8b\x36\x1f\xec\x02\xf6\x20\x98\x37\x00\x65\x95\x3e\x32\x69\xec\x1b\x22\x57\xc6\x55\xc8\xa8\x59\xf2\x3e\x08\x7c\xbf\x6d\x5b\xfc\xa2\xb7\xce\x0d\x72\x1f\x95\x98\x3c\x40\x85\x1d\x8e\x67\x3a\x01\x7f\xda\x41\x6b\xfe\x12\xc8\x49\x17\xa3\xc7\xbd\x66\xf0\xac\xbd\xa4\x81\xd4\xf6\xa4\xd8\x4c\xec\x59\x75\xa6\x6e\xe0\x84\xed\x9e\x59\xb0\x1c\x70\x3d\x6c\xbb\xe9\xcb\x2e\x85\xb2\x8e\xce\x33\xf3\xb5\x61\xe1\x72\x52\x06\xe2\xa9\xf0\x9a\xda\xa6\x93\xde\x50\xcc\xd3\xc8\x8a\x62\xab\x23\x42\x69\x99\xda\xd6\xa7\x56\xed\x3a\xd8\xd5\x5d\x26\x6a\x4e\x24\xe9\x7f\x2c\x87\xf6\x01\xd2\x0a\x8d\xfd\x91\xc7\x5e\xff\xc5\xf4\x03\x37\x29\xa9\x98\xc4\xb9\x8e\x24\x63\xd1\xf3\x7a\x92\x12\x31\xfd\x44\x04\x41\x25\x60\xe2\x7e\x3e\xb1\x91\x35\x97\x18\x85\xb6\xca\xed\x99\xa5\x42\x6e\xe2\x5a\x99\xed\xa9\x5d\xf3\x33\x10\xd7\x63\xa0\x7c\x09\xea\x99\x62\x4b\xdf\xec\x44\xb8\xef\x17\x81\x5a\x3e\x84\xff\xd9\xa4\xee\x35\x77\x72\x02\x4f\x95\xb0\x99\x14\xe2\x3f\xc1\x07\xd1\x4c\x61\x3f\x8a\x14\x4e\xc6\xb1\x56\x5b\x66\x21\x01\x16\x93\x7a\xab\xd1\xe1\x5e\x3b\x56\xdf\x19\x77\x58\x27\x4c\xae\x8a\x70\xa8\x58\x87\x1b\x39\xfa\xd1\xaa\x1f\x6e\x89\x65\xcd\xff\x1e\x96\xc5\xc6\x59\x40\xe4\xb2\xdc\x97\x8f\x30\x6e\x0b\xf5\x2b\xb5\xb0\x17\x95\x35\x57\xed\x0c\x9c\x6c\xf0\xfd\xa5\x73\xb3\xe7\x8a\x0a\x1f\xaf\x88\xe3\x26\x0b\xdb\x7e\xff\xaf\x1d\x9f\xa5\xf2\xdd\x17\xcc\x07\xa9\x5a\x87\xdb\xde\x05\x7e\xd6\x5f\x19\x7a\xf0\x53\x44\xba\x95\x5a\x44\x09\xb1\x52\xd9\xd9\xa8\x47\x5e\x6a\xf4\xcc\x85\xe4\x2d\xc3\xf4\x39\x7a\xf3\x49\x4c\xb5\xac\x9c\xd8\xfc\x89\x4d\x55\x5e\xed\x2b\x4e\xe4\x00\xc6\x67\x7f\x97\xb9\xc2\x62\x49\x94\xf7\xc1\xb9\xd2\xf9\xf6\x8b\x97\x0e\xbb\xf1\x8f\xe5\xe6\x67\xd7\x45\x1e\x1f\x6f\x5e\x86\x7e\x96\x23\x24\x02\x51\x2c\xde\xfd\xa7\xd0\xda\x4e\x34\x82\x83\x25\x58\x50\xef\x67\xf5\x9a\x05\x9f\x62\x17\x32\x8f\x45\xb3\xf7\xf3\x57\xe9\x76\xde\x5e\x7e\x5f\xf5\x8c\xbf\x74\x51\xab\x9e\xf5\x50\x7b\xec\xee\x9f\xfa\xa1\xc8\x8b\xae\x6c\x6e\x0d\x6e\x8d\x71\xa8\x07\x46\x68\x19\xb5\x33\xec\x93\x3f\x45\x9f\x26\xb7\xcb\x94\xa2\xa9\xeb\xcc\xee\x92\x9b\x87\x19\x6f\x35\x3c\x63\x81\xb2\x18\x57\x5c\x87\x9f\xa3\x5c\xa9\x05\x49\x12\x1e\x57\xa5\x2f\xe6\x4a\xe9\x15\xa1\x9a\x69\x57\x9e\x3e\xa4\x1c\x24\xef\x0d\x04\xaf\xad\x6e\xf4\x0a\x82\xa6\x30\xfc\xfb\x3b\xce\x31\x91\xd3\x8e\x9f\xdc\xe1\xe2\xe4\x36\x9d\xbf\xa7\xf0\x6e\x03\x8e\x14\xd0\x9b\x27\x96\x08\x40\x7e\xed\x76\x6d\x65\x60\x76\xb6\x0b\xf3\x9b\xbf\xa5\x91\x58\x2f\x47\x57\xbc\xda\xf4\x2e\x21\x16\x13\x63\x39\xb7\x8b\x8f\x14\xe4\xd9\x7d\xa5\xfa\x20\x8b\x35\xd1\xe4\x8d\xe9\x44\xc4\x49\xa3\xb5\x7d\x4b\x25\xe0\x80\xb8\x5b\x78\xca\x77\x82\x68\x23\xe9\x5e\x9f\x52\x97\xe7\x27\x2f\xfa\x18\x7f\x96\xdd\xcb\xe8\x43\x5a\x90\x7a\xb5\xfc\xb0\xc6\x5e\x15\xe8\xd2\x42\x2e\xc0\x85\xc1\x4d\x4c\x60\x51\x8e\x1c\xcb\x66\x12\x5e\x42\xb7\xdd\xb5\x21\x2f\xbc\xea\x4f\x0f\x16\xdd\x06\xb4\x34\x53\x95\x55\xa0\x8b\xd1\x15\x15\x2a\xb5\xd7\xf3\x01\x14\x08\x49\xbf\xc6\xd0\x13\xb7\x72\xb4\x60\x02\xf6\xa9\xa0\xd7\x26\xba\x00\xdb\x7f\xb9\xc0\xa7\xdc\xe4\x1c\xf2\x73\x8d\xef\x24\xd7\xb3\x15\xe1\xa3\xbd\xfb\xea\x76\x62\x1f\x12\x43\x00\x80\xb4\x57\xac\xdd\x65\xd0\x9b\xa7\x8c\xa5\x45\x5e\x7f\x5c\x6b\x78\x9b\xd5\x22\x64\xf1\x73\x80\xa5\x54\x70\xa0\x8e\x17\xf2\x83\x3a\xca\x87\xb7\xaa\x1f\x95\x38\xbf\x2c\xcd\x85\x82\xad\xd2\xfc\x23\x9a\x1d\xb4\xd4\x37\x2e\x59\xd5\xbe\x79\xd8\xf8\x9d\xd3\xcf\x8d\x13\x2d\xb1\x74\xf3\xd2\x67\x48\xa0\xd6\x62\xb4\x64\x62\x3a\x66\xa5\x89\xcd\xe6\xfa\xf0\x85\x1b\x7b\x27\xd5\xef\x9d\x97\x44\x47\xd3\x6c\xa9\x87\xc8\x8c\xd3\x9f\xd3\xb6\x5c\x98\x78\xf1\x39\x19\xbe\x64\xaa\xb5\xc3\x72\xf1\x9c\x39\x20\xfd\xb2\x55\x09\xfb\x40\x0e\x11\xa7\x83\x13\x73\x1b\xed\xeb\x8e\xde\x44\xa3\xf7\x01\x45\xeb\x22\xcb\xe6\xa9\x98\x43\xf6\x47\xb3\x01\x2a\x20\x59\xd9\x0b\xce\x6c\xcb\x9f\x0e\xb8\x6e\x52\x78\xac\xa6\x09\x3e\x21\xcc\x8d\xf9\x92\x02\x96\xaf\x2b\xd7\x66\x4d\x5b\xd7\x77\x69\xe4\x22\xd5\xfe\xb0\xfc\x62\x7a\x2f\xe4\x0f\x8e\x24\x49\xa5\x4e\xb3\xb4\xb4\x3c\x90\x1c\x61\x6d\x71\x45\x7c\x3f\xdb\x5e\x24\x7d\x78\x25\xe0\x59\xc0\x88\x23\xf0\x3e\x34\xdb\x71\x13\x04\x7f\x58\x56\xa3\x95\xc2\x28\x8b\x76\x1f\x41\x86\xff\x63\x0b\x98\xab\x7b\xd3\x76\xed\x1f\x4d\x96\xe5\x0b\xfb\xf3\xc9\xd3\x2c\x75\xca\xe6\x29\xaf\xf0\xcb\xcb\x83\x8b\xd0\x84\x49\xa9\x73\x4c\xf1\x4a\xbb\xb5\x09\xd1\xb0\x23\x64\xd6\x5b\x37\x3c\xd1\x91\x29\x2f\x76\x0f\x82\x3a\x4c\xdf\xbe\xb8\xf3\x9b\xb4\x04\x9f\x78\xda\xe0\xf0\x68\x1a\xd9\xd8\xb5\x0a\x75\x5c\x5b\xdc\xba\xd2\x7a\x4a\x7f\x0f\xc3\xf2\xd2\xde\x62\x84\x61\xe3\xde\xb4\xc9\x81\xae\xca\xe9\x38\x45\xf6\x00\x08\x6c\x36\x91\xaf\xdb\x35\xbe\xcf\x0a\xfe\x75\xab\x49\x41\x38\xec\xe4\x87\x97\xf6\xf7\x7c\xb9\x86\xb6\x7c\x4a\xac\x94\x4e\xed\xf1\xbf\x5d\x9f\x59\xde\x09\xda\xc2\x8a\x71\x26\x44\x95\x16\xab\xe2\x1c\x7b\x28\xbc\xef\x78\x73\xe0\x81\x17\x5c\x1d\x92\x99\xb7\xf4\xa6\xa6\x80\x8b\x1a\x52\xdc\x0f\x14\x81\x6a\x96\x5c\x2a\x52\xfd\x73\x82\xa9\x39\x29\x0b\xa0\xd5\xe5\x75\xe4\xb7\xbd\xc6\xcc\x4a\xec\x32\xf8\x8d\xdb\x15\xbe\xed\x1d\xcd\x5c\x98\x7d\x32\x39\xa1\x54\x5f\xfd\x1f\x49\x6b\x19\x38\x30\xec\x5c\x24\xac\x3a\xad\xcd\x5f\x88\xd8\x3b\x64\x93\xcc\x1d\x5f\x33\x84\x35\xfe\x77\x64\x35\xe8\xe1\xf6\x59\x3c\xfc\x73\x92\xaa\x00\x3f\xfd\x3d\xda\x2b\xe6\x75\x2c\xda\x73\xc9\x68\xfb\x6a\x4e\x99\x21\xa6\xa3\xf4\x7e\xc0\xef\xec\xcb\x7f\x42\x47\x25\xdc\xf8\xdf\xec\xee\x9e\x4a\xbf\x1a\xb3\x94\x35\x78\xe9\x29\x71\x25\x9b\x6b\xb6\xe4\x8c\xb8\xfe\x0f\x2e\x1d\x4f\x60\x1f\xff\x11\x7d\xfd\xd7\x48\x0d\x5d\xe7\xca\x2d\xbb\x4f\x53\xeb\x07\x34\x57\x07\xc9\x80\xc1\xd2\x5c\xfa\xb0\xe1\xba\x8e\x06\xef\x17\x88\xae\xba\x51\x1e\x7e\xa5\x88\xae\x0e\x7e\xf8\x75\x81\xea\xfe\x6f\x80\xab\x94\x97\x11\xb9\xff\x77\xc2\x7b\xab\x19\xdf\x28\x72\x91\x87\xa6\xe4\x3b\x9b\x18\x92\xab\xc9\xe4\x29\x58\x8c\x5a\x56\xb0\xf0\xba\xcb\xd9\xda\xb3\xfa\x3e\xdf\x3c\x29\x24\xad\x82\x57\x3b\x57\x9e\xd3\x13\xa0\xcd\x8b\x32\xfe\xce\x17\x5f\x0b\x74\xf2\x95\x8d\x73\x7b\x00\x04\xc0\x54\xb9\x24\x2d\x8f\xd8\x3a\x13\x6b\x28\xd1\xc0\x8d\xb6\x13\x04\x77\x13\x2c\x5a\x1f\xe1\xf4\x6e\xaf\xbc\x59\xdf\x0f\x4b\xee\xdd\x19\xe7\xa8\xd4\x62\xe1\xe9\x86\x3d\xcc\x6d\xcd\xab\xfd\x97\x86\x25\x08\x79\x83\x77\x3a\xdd\xd9\x2c\x98\x9c\xcf\xa7\x96\x17\xa1\x8e\x8d\xe5\x93\x1a\x29\xf3\x89\x73\x3b\x42\x57\x82\xd0\x03\xef\x29\x08\x9e\xd3\x1a\x42\xc2\x57\x55\xa9\x37\x30\x1c\x44\x5c\x19\x9c\x22\xf9\xaa\x3d\x9d\x2f\x4e\x94\x94\x92\x59\x3a\x9b\x24\x95\xbf\x17\x26\x17\xd5\xde\xfe\x6e\x76\x1f\xeb\xa6\x39\x10\xf1\xa9\x9e\xaa\x30\xf7\xf7\x2b\x48\x26\x96\x8e\xa0\xbe\x7a\x4d\x5f\x28\xdd\x94\x90\x78\xf5\x7a\x66\xfb\x69\x08\xe1\x16\x8f\xf8\xa0\xf0\xfd\x6c\x77\xc4\xab\x1d\xe4\xa5\x48\xad\x78\x9d\xe0\xf1\x50\x97\x94\x77\xbc\x69\x54\x79\x55\x61\x98\xa1\xba\x98\xd7\x90\x07\xbd\x37\xbd\x0a\x2f\x2f\xae\xeb\xb3\x89\x5e\x31\x48\xad\x94\xd9\x08\x4d\xd0\xa9\x27\xa9\xba\x4e\xcd\xe4\x82\xae\xb0\xc2\x00\xb8\xe1\xfe\x12\xf0\xfd\x79\x6f\x9b\x38\x80\xe2\xf1\xd2\x0c\x51\x3f\x00\x12\xa6\x96\xca\xab\x1b\x61\x7b\x2c\xc7\xab\x3d\xf9\x63\x8e\x82\x9c\xf6\x57\x8b\x0b\x3a\x73\x58\x14\x27\xd9\xb4\x7a\x78\x95\xca\xd8\x3c\x89\xbf\xf2\x52\x7b\xc4\x91\x22\x1e\xcc\x21\xd4\x4a\x23\x96\x86\xbb\x4f\xeb\xf3\x47\x70\x10\x1c\xde\x22\xfa\xe8\xc9\x76\x72\xba\xfc\x0a\xe1\x5b\x5e\x85\xbe\x16\x7b\x3d\xad\xea\x26\x8c\xaa\x8f\x17\x8e\x61\x39\x65\x8a\xd9\x5f\x7f\xa4\xa5\xff\x1c\x83\xbb\x69\x0c\xa6\x9d\x35\x19\xa6\xf0\x2d\xf9\xbd\x78\x93\x72\xca\xce\x3d\x9c\xe1\x70\xf5\x11\x38\x1c\x07\x41\x20\x33\x8c\x16\xef\x47\xb5\xe1\x70\x8d\x74\xd6\xcb\x22\xc6\xe5\xcd\xce\x3d\xf8\x0b\x82\xf5\x2a\xeb\xe7\xda\xa5\xea\x65\x35\x56\x8a\x3a\x9b\xd6\xfa\x59\xae\x3d\x6e\xa1\x0b\x1d\xfd\x37\x10\xbf\x60\x6f\x70\x73\x97\x20\xb9\x61\x76\xd0\x8e\xb7\xb0\x11\x36\xbb\xff\x10\x36\xc9\xb3\x17\xc0\xa2\x89\xad\x6b\xd6\xeb\xac\x0e\x99\x8d\x15\x07\x3f\xb8\x61\x85\x08\x83\x41\x6a\x97\x8c\xfb\x87\xb2\xb1\x5a\x43\xed\xe2\xe3\x42\xc3\x7f\x31\x99\x77\xae\x98\x56\x88\x63\x8f\x6e\x5c\x49\x03\x31\x30\xb4\xcc\xa6\xe0\x78\xda\x9c\x8a\xf8\xd1\x6b\xba\x3f\x6c\x93\x4f\x97\x5c\x7c\x3a\x3e\x27\xd8\x0c\x14\x6d\x47\x86\xea\x0f\x2b\x6a\xf6\xd2\xd7\x49\xee\xc1\x5f\x83\x42\x08\xcb\xdc\xa1\xbf\xf2\x2e\x5d\x03\x00\xfd\xdb\x37\xfc\x31\xc4\x23\x76\xa2\xc4\x0c\x57\xf5\xd8\x56\xe7\x59\xa4\xda\x00\xee\x95\x69\x8b\x36\xaf\x26\x3d\xc8\x60\x66\x4c\x46\x80\x58\x75\x6a\xe2\xb5\x2a\xc7\xf3\x1c\x0a\xf0\xf2\xf8\x6a\xb2\xda\x71\x90\xd1\xcc\x4c\xee\x28\x0c\xdc\x26\xd2\x2c\x5c\x53\xcc\xa1\xc9\xd1\xb5\x79\x9c\x6e\xd6\x44\x65\xc3\xaf\xd4\x48\x88\xd7\xd3\xd4\x0a\xeb\x8d\x81\x58\x01\x58\xf4\x3b\xb3\x59\x9a\xea\x36\x15\x17\x31\x8b\x48\x03\x75\x82\xcb\x01\xb2\x01\x7f\x31\x1b\xec\x7c\xb8\x12\x42\x30\x8e\xb5\x38\xd0\x18\x03\xae\xa2\x09\x3e\xec\x42\xe3\xc3\x11\x98\x69\xcd\x99\x3f\x75\x81\x24\x00\x37\xc9\x3b\x5c\x6e\xfb\x4d\x2a\x25\xf0\x14\x69\xe4\xc7\x21\x8a\x8a\xc5\xdc\xab\xd1\x57\xbb\x74\x2e\x1a\xf9\x8d\x92\x27\xc4\x65\x2b\xf5\xc0\xe4\xab\x42\x56\x94\x82\xf8\x36\xff\x9a\x77\x59\xa7\xe1\x20\xbe\xe2\xf6\xf4\x67\x36\xe7\xc8\xec\xcd\x67\xad\xd5\xf0\xd0\x1c\x77\x01\x70\x19\x49\x8f\x17\x97\xd5\x9a\x35\x8a\x14\x32\xce\x9d\x49\xfc\x34\x90\x12\x89\x69\x53\xc6\xcc\x2e\xf8\xf9\xe6\xce\x70\xfa\x31\xd5\x6a\x49\x7d\x53\xf1\xbf\xa1\xbe\x26\xb0\x32\xd6\xe6\xe9\x9c\x6e\x97\x20\x80\xac\xbd\x22\x13\xc4\xf5\xaf\x8a\xd6\x51\x13\xe9\x70\xc8\xd6\x1e\x66\xc6\x1d\xc7\x78\xb0\x19\x32\x11\x65\x2e\xea\xbc\x8f\x8e\xd5\x54\x11\x3e\xa5\x8d\x86\x42\xd3\x0e\xa2\xee\xe1\x8e\xaa\xd5\xa0\x58\x9d\x9e\xa7\x84\xbd\x2a\x0b\x12\x2e\x19\xf4\xae\x9a\x85\x2f\xfe\x8c\xad\xbf\x9c\x35\x5d\xfd\xf4\x01\xf9\x17\x26\xf7\x48\x4c\xbe\x57\x93\xf6\x0c\xee\x15\x4c\xfa\xa2\x0f\xc8\xa7\xbb\x13\x4f\xc3\x14\x9e\x99\x9e\x0f\xed\xb9\x4c\x66\xc6\x97\x70\xee\xdd\xab\xa2\x93\xc9\xe2\x9b\x34\x22\x0e\x6d\x92\xba\x3a\x32\x8f\xdd\x12\xd7\xda\x1a\x71\x6d\xbc\xf2\xbc\x4a\x81\x82\xe2\xdc\xe6\x8b\xf6\x92\xb6\xfa\xeb\xd2\xbb\x68\x62\xbe\x27\xdd\xf5\xea\xca\x3b\x87\x2e\xeb\x34\x36\x36\x89\x7a\x02\x57\xa0\x89\x43\xdd\xa5\x16\x30\x26\x0c\xd2\x0b\x2a\xa2\xf5\x36\x93\x25\xba\xff\xee\xf7\x21\x95\xb5\x89\x51\xad\x11\x4a\x18\x6b\xc8\xda\x2c\xe5\x1b\xd8\xf1\xa9\x34\x96\x65\xb6\x79\x82\xe6\xa8\xda\xaa\x4c\xad\x65\x91\x1e\xdf\x52\xf3\x22\xed\xb0\x82\x3c\x9e\x80\xea\xb0\x94\x0e\x20\xf8\xdc\x38\xee\x3c\xe7\x1c\xf0\x34\xa2\x3c\x37\xc1\xfb\xd4\x9e\x90\xa3\x3b\x5e\x94\x72\xe9\xd3\x7b\x2d\xe3\xd2\xa7\x59\x96\xe9\xd2\x37\x9a\x46\x67\xdd\xdc\x0d\xb2\xe6\xe2\x07\xf3\x14\x78\x7a\x2e\x89\xce\xf9\x9d\x6d\x4f\x5f\x2a\x09\xed\x91\x08\x70\x1b\x04\x95\x98\xde\x06\x86\x5a\xf3\xfa\x78\xd4\x14\xe4\xa7\x16\xb9\x68\x7a\xda\x1d\xdf\x5c\x81\x36\x47\xbe\xfb\x12\xfe\x38\x25\xe9\xb7\xe1\x19\x5a\x6c\xae\x67\x66\xd6\x0b\x02\xf1\x65\x0e\xea\xac\x7c\x69\x6c\x07\xc3\x79\xe4\xca\x6a\x75\x74\xb5\x8d\x81\x49\x34\xd3\x44\xee\xc3\xe7\x8f\xdf\xb5\xf7\x0e\x7c\xb2\x67\x52\x0e\xbe\x82\x69\x0f\x59\x3f\x61\x32\x8f\x2c\xb7\x65\x49\x9a\xdc\xa8\x44\xc3\xb2\xbd\xfe\x2b\x33\x2b\xda\x77\xce\xab\x93\x88\xe3\xe7\xec\xe2\x4e\x21\x6e\xb4\x1b\x04\x0b\xf2\xc6\x39\x86\x34\x6f\xe8\x75\x3e\x9f\x21\x7a\x65\x19\x8e\x7f\x9c\x0f\xb0\x4d\xf9\x19\xd2\x55\x1c\x61\xef\x8a\x8b\x73\x9c\x5f\x86\x01\xbf\xe7\x35\xad\x02\x6b\x69\x55\x30\xaf\xfb\xc6\x2c\x75\x85\x95\x23\xc7\x6c\x05\x43\x22\x99\xae\xb3\xca\xae\x35\x56\x1c\xa3\xa2\x6d\x8b\x64\xfe\xcf\x42\x63\x35\x82\xe2\x9f\x4f\x29\x4e\x4d\x29\xed\x8c\x3a\xe5\xae\xcc\xe6\x51\x56\x3c\x08\x2c\x29\xee\xb9\x63\x9a\xe9\xf5\xaf\x32\x84\xf3\x5b\x7a\xe4\xfd\x7b\x76\x6e\x51\xf3\x1e\x19\x4c\x38\xa9\xc5\xfc\x8c\x25\x74\x68\xa2\x28\x67\xd2\x47\xe3\x94\xde\xa4\xd6\x95\x20\x5c\xc7\x09\x50\xae\xbf\x62\x5d\xda\x11\xda\x2d\x71\x7b\x97\x5a\xd0\xbd\x89\xfe\x43\xfe\x45\x31\x41\x68\xa8\x7c\xc3\x72\x21\xc7\x19\x73\x60\x49\x44\x59\x06\xb9\x89\x1a\xee\x18\xa4\x69\x70\x1a\x5d\x15\x09\xae\xaa\x9a\x89\xa8\x1d\x04\xdf\x97\x3f\xec\xf2\x6e\xcc\x9d\xab\xe9\xd2\xa3\x20\xe8\x0b\x1d\xae\x87\x04\x7b\x72\x46\x17\xe9\xa4\xce\x08\x95\x38\x86\x1b\xe2\xcf\x76\xce\xea\x8a\x37\xfc\x73\xb3\x29\x9e\x9b\x5f\x06\x5f\xdd\xa9\x44\x82\x93\x41\x6a\x54\x96\x83\xe8\x87\x5a\x05\x82\x60\xc9\xf0\x30\x9d\xff\xb0\x1a\x83\xe1\x43\xf2\x97\xeb\x2e\x48\x1e\x99\xf4\x51\x1a\x50\x45\xdf\x00\x14\xa1\xb1\x69\x56\x43\x9f\x05\x83\x9c\x5f\x57\x99\xee\x74\x80\x6b\xe6\xe3\x47\x85\x1b\x92\xe1\x9f\x18\x99\x11\x34\x7c\xf4\x62\xd7\x59\x1a\xba\xb6\xfc\x61\x25\x3d\x39\x25\xad\xd3\x7b\x97\x11\x8f\xb9\x93\xb4\x48\xca\x09\xda\xae\x2d\xca\x49\x3d\x98\xa1\xa4\x81\x41\x06\x11\xbf\x33\x6f\xa5\x47\xd8\xc8\x08\x16\x42\x4d\x49\xf1\x52\x28\x41\xef\xb1\x0a\xac\x45\xcc\xf1\xa9\xcd\x1b\xfe\xdf\xcf\x23\x66\xee\xcd\xfb\x00\x31\x7d\xc6\x98\x1f\x2a\x54\xa5\xd1\x54\x58\x5e\x87\x2c\xf6\xc7\xdd\x61\xbb\x4f\xa9\x59\xfe\xe2\x79\x0e\xb0\xec\x9e\x8f\xb9\xf0\xd1\x64\xe9\xcd\xa6\xb1\x73\xe1\x06\xa3\x52\x5a\x62\x94\x0a\xd7\x42\xfc\x98\xf1\x74\xb6\x48\xdd\x1c\x19\x3e\x33\x43\x62\xec\x35\x64\xe0\x46\xdc\x9b\xfc\x90\x9b\xf0\xc9\x62\x2f\x93\x22\x3c\xf9\xc7\x55\x94\x38\x54\x1d\xdb\xd3\x4e\x95\xb5\x50\x25\x1d\xdf\x9b\xc2\x81\x11\xf2\x23\x2a\x68\x17\x8b\xcf\xbd\x9f\x62\x1f\x70\x7b\x14\xd8\x6e\xbe\xf4\xb7\xcc\x88\xcb\x04\x56\x43\x7c\x8f\x6b\x73\xcb\x9e\x3a\xc9\x41\x5c\x4d\x95\x40\x68\x6e\xbd\xa4\x71\x67\x52\x38\x7a\x87\x7b\x00\xb0\xfe\xee\x7d\xfa\x6b\xf3\x33\xdb\x81\x46\x1a\xe6\x68\x9c\x21\x76\x2d\xac\xbf\x57\xc6\x87\xeb\xe6\x6a\x67\x98\x86\xd5\xd6\xd0\x16\x77\xec\x7b\x20\x8e\xac\x27\x2d\x06\x05\xb0\xab\x5c\x31\x34\x08\xd3\x73\x92\x56\xbd\xf3\x68\x37\x25\x38\x5a\x1e\xd1\xea\x84\x4c\x6a\xf9\xc3\xd4\x4a\xcb\x5c\xc9\xee\xc3\x35\xb8\xad\xe4\x42\x3a\xcc\x2c\xd2\x0e\x82\x66\xeb\xce\x8e\x55\xcd\x8c\x05\x41\x6b\x6e\x32\x37\x21\x93\x6e\x09\xc7\x7e\xef\xaf\x35\xa6\x13\x6f\x65\x17\xe0\xcb\xa9\xde\x14\xf4\xd0\x0b\x29\xbf\xf9\x7b\x65\xca\x71\x61\xe8\xc6\x69\x61\x58\xb2\xb5\x45\x91\xe9\x8b\x37\xfa\x0c\xbf\xf8\xcf\x87\x83\x71\x4a\x1b\x2f\x43\x77\x30\x1b\x42\x2d\x0e\xa0\x19\x65\x4c\x1c\x21\x9e\xbb\x3e\xc6\x3d\x02\x0e\xb1\x4e\x39\x07\xea\xc3\x3c\xc2\x15\x26\x4b\x06\x16\xde\xe7\xe6\x6e\x66\xd1\x08\x74\xf2\x39\x73\x6d\xfc\xce\xb7\x53\xdc\x64\x93\x8f\x5c\x71\xdc\x0a\xcb\x43\x4d\xac\xdc\x96\xbd\x30\x7d\x0d\x5a\x29\x4f\xcc\xae\x0d\x0e\x51\x32\xca\x9b\x54\xea\x4d\xed\x70\x79\x85\x95\x6c\x3e\x6c\x7d\x56\x1f\xcb\x4e\x35\xf9\xee\xa4\xdf\x33\x92\x75\x39\xb2\xec\xd1\x5c\xdc\x11\xef\xfe\x1f\x7b\xce\xa0\x89\x81\x97\xa1\xae\x91\xfb\xb9\x64\x82\xfa\x36\xc4\x39\x6c\x2c\x2a\x3d\x40\xea\xd3\xfd\xad\xee\x49\x45\xf6\xf8\x6e\xb7\xfa\xe6\xbf\xb0\xc7\x4e\x25\xee\x36\x3a\x41\x4e\xa8\x10\x6a\x69\x0a\x6e\xe2\x5a\xed\xee\x69\xe5\x12\x65\x33\x4f\xa0\xa4\x9a\x01\xa2\xbe\x30\xbc\x04\xe5\x7e\xa2\xfe\xa8\x1a\x59\x2a\x3f\x7c\x76\x51\x33\xf4\xa8\xa5\x58\x2b\xcd\xdb\x73\x05\x25\xa3\xf9\xe6\x55\x8d\x41\x6d\xea\x31\x32\xa1\x6b\x39\x96\xb4\x28\xb1\x66\x33\xb5\xed\x65\x8a\xce\x4d\x52\x3c\xcd\x2c\x39\x3d\x64\x13\xe9\x8d\x6c\xba\x28\x33\xb9\x54\xf5\x11\x89\xf4\x62\x8b\x26\xec\xeb\x73\x99\x9a\x1d\x49\xbf\x6b\x22\x48\xcd\xbe\x98\xfd\xbe\x9b\x19\x06\xaa\xd9\x4e\x4d\x77\x43\x0b\x9c\xa6\xa6\x38\x9b\x76\x87\xc7\x04\x93\x4c\xd1\x15\xbb\x69\x3a\x17\x25\xf8\x54\x7d\x6c\x4d\xda\x38\x96\xd7\x88\xd5\x30\xd6\x72\xf7\xbc\x06\xcd\x68\x12\xa6\x0c\x1c\xe8\xf2\xac\x96\xe2\xe5\xc4\xa4\xa9\x2b\x82\xa7\x69\x56\x52\x29\x9c\x05\x8d\xe3\x33\x29\xc9\xe5\x98\x4a\x86\xfe\xe3\x25\xef\x2b\x2c\x6e\xc2\x17\x8c\x69\xda\x84\xf2\x6b\xc6\xd6\xe9\x1a\x3c\x29\xb4\x10\x0b\xb6\xce\xd7\x60\xc5\xeb\x5f\xbc\x32\x4a\x61\xd0\xf8\xea\x1e\x4c\x64\x8c\xc1\x32\x65\xcd\xd5\x27\xb5\xb0\x20\xd1\x8b\x0f\x25\x73\x48\x17\x6b\xd3\xcc\x2a\xd2\x52\x64\x95\x9f\x05\xb3\xa8\x0c\x6b\xd1\x3f\x5e\x42\xd4\x7c\xff\x7c\x0d\x8e\x12\x54\xe8\x40\xab\x3b\xa6\x7e\x66\x39\xd6\x9c\x85\xe7\x06\x4d\x56\x9b\xb7\x0b\x90\x56\x27\x94\x25\x72\x2a\x24\x7d\x65\x9a\xf4\x09\x2f\x1f\xb1\xb6\xca\xd1\x4b\xbc\x81\xee\x33\x39\x36\x64\x76\x31\xd9\x49\x77\xe3\xd0\x88\x98\x27\xe3\xa5\xd6\xa3\xbf\xa4\x9a\x93\x69\x29\xe7\xcc\x74\x4e\x9a\x5b\xb2\x0c\x19\x51\x91\x8e\xf6\xc3\x84\x9f\x82\xd2\xbf\x6c\xec\x2a\x9a\x7c\x49\xb9\xad\xdd\xa3\x7d\x66\xcf\x7c\xc5\xf5\xb4\xfb\xce\x91\x39\xc6\x34\xe2\x9b\xa5\x22\xf7\xd5\x48\x0b\x1b\x96\x43\xe7\x64\x80\x2b\xc2\x4c\xc2\xe6\x83\x3a\x56\x99\xb4\x38\x0a\xa2\xc1\x9d\x51\x0b\x2e\x96\xff\x6f\x89\xa1\x1a\x10\x39\xc1\x7b\xa6\xa3\xd2\x10\x0a\xa5\x22\x4a\xf2\x08\x98\x73\x6d\xb7\x86\xff\x0b\x10\x32\x0f\x1b\xcd\xc5\x3c\x4d\x10\xd3\xa4\x07\xbc\xfa\x2c\x65\xad\x64\xd8\x28\x26\x35\xde\x51\xff\xbb\x4b\x21\xd8\x0c\xd8\xbf\x63\x72\x8b\x13\x2d\x41\x73\x96\x24\xa0\x6f\x84\x99\xfa\xdf\xa3\x07\x73\x50\x00\x27\x3d\x32\x48\xaa\x63\x42\xd1\xe2\x8c\x28\xde\xd4\x29\xc7\x61\xc7\x66\x97\xc5\x0e\x1b\x25\x26\x42\xc6\xe6\xa7\x40\x7d\x4d\xbf\xb2\xd5\x32\x23\x64\x38\xd4\x50\xfe\x56\xf1\x6b\xc9\x0c\xdd\xa9\x20\x67\xfe\xb8\x5e\x9a\xba\x84\x9a\x45\x9a\xd6\xd4\x2d\x05\xca\xff\x0f\x77\x7f\xd6\xde\x34\xd3\x6c\x8f\xc3\x1f\xc8\xb9\x2e\xcf\xd3\xa1\x2c\x1b\x63\x4c\x08\x21\x84\x00\x67\xdc\x90\x78\x9e\x67\x7f\xfa\xf7\x52\xad\x55\xdd\xd5\xb2\x1c\xe0\x7e\x9e\xbd\x7f\xfb\xfd\x9f\x40\x24\x4b\xad\x1e\x6b\xae\x55\x27\xf1\x02\x1e\x89\x0c\x4b\x4e\xc8\x04\x60\x46\x62\x22\xad\xe2\x31\x00\x99\x39\xac\x14\x69\xec\xc8\x8d\x5b\xa1\xa6\x9a\x28\x35\x7d\xad\x6e\xc6\x01\xec\x9c\xf6\x7a\x2e\x50\xaf\x61\x8d\xc1\x21\xc9\x7d\x09\xc5\xc6\x8d\x0f\x26\xac\x6d\xc1\xa1\xc0\xdc\xf6\x95\xb8\x2e\xe6\xe5\x6e\x14\x3d\xa4\x64\xeb\x3e\x34\xe3\x78\x88\x50\xb1\x13\x71\xde\xcf\xe9\xa9\xed\x5c\x49\x8b\xda\x1c\xa9\xf9\xba\xbd\xad\x90\x55\x37\x19\x38\x77\x2e\x4c\xb6\xf2\x29\xd8\x65\x5c\x9f\xf3\xde\xb2\x4a\xfd\x02\xd7\x47\x13\x28\x07\xe7\xd8\x6a\x25\x79\xf0\x34\xb5\x35\x4e\x8a\x30\x21\xfa\x3c\xfb\x0f\xf2\xf4\x38\x5c\x58\x2d\x8a\xd2\x8b\xa2\xce\xf7\x80\xdd\x62\x67\xc1\x56\x49\x30\xc5\x1b\x6f\xff\x9a\xac\x69\x5f\x96\xa3\x83\x40\x41\x4d\x47\x54\x11\x75\xf4\x8f\x19\x04\x0c\xde\xef\xcd\x9d\xd5\x5b\x19\xab\xd6\x3d\xd8\x11\x6f\xb4\x4e\x95\xa3\x76\xb4\xea\x6e\xb9\x10\x7b\x89\xa2\x44\x40\x93\x5d\x32\xa4\x78\x77\x77\x73\x17\xb5\xd7\x77\xaa\x05\x3a\x2d\x20\x39\x3a\xbb\x7f\x4c\xe0\x4f\x93\x4d\x1f\x88\x02\xf2\x09\x60\x09\x0c\x34\x20\xbb\x58\x14\x85\x4b\x3e\xc2\x65\xf1\xd6\x76\x75\x5a\xe5\xdc\x29\xf8\x37\x6e\x0f\x6b\x86\x40\x32\x5a\x30\xcc\x5b\x0f\x8e\x56\x1e\xca\x64\x99\x39\xd0\x3f\xbc\xd6\xcc\x68\xbf\xac\xad\xfc\xc0\xb7\x86\xac\xba\x7e\x04\x60\x03\xc3\xf4\x68\x22\x67\x00\x07\xf1\x8c\x58\x9b\x59\x83\xc6\x17\x47\x25\x30\x47\xee\x69\x06\x40\x17\xce\x98\xaf\xa6\x06\x50\x75\xdd\xf3\xa0\x78\x4b\x85\x5b\x3e\x2b\xbc\xf1\x9c\xb0\x45\xde\x66\x22\x7c\x21\xae\xbe\x70\xc0\x83\x02\xda\x2c\xd3\x17\xac\x30\xae\x1d\x04\x4b\x85\xce\x05\x17\x3e\x99\xdc\xa6\xe9\x54\x2b\x50\x1e\x3a\xfe\xa7\xca\x38\x08\x3e\x6c\xc0\xa5\xcb\x20\x8d\x3d\x58\xc5\xa1\x73\x63\x91\xe9\x21\x68\xe3\xaf\x7d\xcf\xce\x6b\x03\x91\x30\x59\x8b\x2e\x7b\xa4\x59\x6a\x65\x10\xc7\x7b\x3c\x20\x72\x19\x67\x71\xc7\x5d\xff\xfa\x1e\x41\xac\x5c\x35\x70\x80\xc5\xae\x65\xb7\xb3\x8f\xfc\xaa\xa2\xe1\x5d\x5d\xc3\x73\x29\xe0\xac\xc9\x1a\x7e\x13\x9d\x3d\x8e\xa2\x31\x98\x3a\xe8\x5c\x37\xbf\x24\x61\x52\xcb\xf1\x6d\x6e\xc9\xfa\x3a\x5d\xab\x8d\x74\xfc\x4c\x1d\x19\x51\xc3\x39\x3a\x51\xd4\x1a\xbc\x77\xa7\xc8\x9a\xc9\x94\x58\x11\x86\x72\xc7\x8a\x19\x0d\x2c\xf9\x1e\x61\xa0\x7d\x05\xcf\x90\xfa\xd7\x06\xbd\xb4\xbf\x79\xeb\x7d\x59\xef\x29\x72\x40\xb8\xbf\xe5\x58\x8b\x00\x5d\xeb\x97\x26\x38\x0a\x6b\x4e\xe3\xa8\xc6\xfc\xeb\xba\x81\x90\xad\x55\x29\x71\xaa\x6b\x81\x6c\x1c\xf4\x77\x0a\x42\xc6\x9b\xb5\xb5\xc9\x0f\x9d\x1a\x88\xb5\x6c\x42\x99\xdc\xd5\x28\xc3\x53\x1f\xd1\xa0\x0c\xb0\x9b\xa0\x21\x16\x9a\x7d\xf4\x50\x2f\x47\xb8\xd9\x34\xfa\x69\xb8\xbe\xe4\xd4\xc0\x86\xcb\x55\xe4\x89\xef\x92\x89\x3f\x6a\x95\x33\xec\x86\x08\xed\xd8\x55\xd9\xbf\xf5\x85\x08\x78\x80\x44\x34\x13\xd3\x42\xd3\xc1\xf8\x2c\xe3\x40\x23\xf2\x8e\x6e\x15\x5b\xd4\x7c\xa8\xb2\x09\xc1\xed\x17\x6f\x44\xcb\x9f\xbe\xb1\x61\x2b\x2a\x4f\x8a\x15\x7f\xd5\xfa\x9b\x75\x9c\x22\x33\xe8\x6e\x46\x92\xf6\xed\xb7\xab\xf7\x60\x52\xe0\xb4\xb3\x5b\xad\xaf\x1a\x47\xf1\x1c\x32\xf1\x84\x53\x31\x4d\xcf\xae\x61\xd6\x13\xf1\x91\xe5\x3f\xd8\x7d\x48\x67\x0c\x1d\x30\x5b\x98\x43\x77\xf7\x64\x70\xd8\xa3\x67\x6e\xb6\x42\x95\x8a\x2e\x29\xda\x6a\xe7\xed\x27\xc8\x75\x1a\xb6\xd4\x2a\x44\xe1\xa6\xb3\xee\x26\x3d\xde\xb4\xf6\x16\x93\xdc\x61\xdf\x30\x38\x9a\x0f\xda\xc2\x29\xf4\x56\xf0\x41\x75\xa6\x2f\x58\xb3\x63\x39\xd2\x38\xea\xfb\x28\x7a\x09\xb9\x45\x03\x0e\xf8\x45\xcb\xa6\x54\xbd\xd2\x48\x37\x25\xcf\x5f\xab\x03\xb2\x0c\x7a\xa6\x8d\xa8\xc2\x9b\x42\xf5\xc9\x63\xb3\x3f\x99\x3a\xa6\x2b\x85\xd5\xc4\xff\x15\xd1\x52\x7f\x99\xac\x5b\x5b\xa2\xb6\x9b\xcc\x25\xcd\x9a\x95\xd6\x7c\xe8\xd7\xdd\xfb\xff\xd7\x06\xf2\xbd\xcc\x52\xc9\x08\xd2\xfa\x89\x10\xb3\xb1\x46\x31\xfe\xa1\xfc\xb6\xe2\x48\x61\x3b\x3b\xb3\x34\xa8\x4a\x53\xe4\x89\x89\x26\x91\xf4\xa5\xa2\x0d\x24\x37\xc7\x6b\xd7\xf8\x9d\x8b\x26\xe9\x25\x83\xd6\xa4\x69\x67\xa1\x90\x4d\xbb\x44\x7c\x91\xd6\x5a\x3e\xfe\x69\x0f\x77\xec\x61\xb5\xd8\xba\x71\x70\xa7\x51\xea\x0b\x60\xc9\x30\x6c\x08\xeb\x34\x7e\xb2\x09\x2d\xe7\x9e\xf3\x8e\x53\x2e\x86\x23\xac\x7e\x90\xb6\xbf\x53\x9b\x21\x9b\x42\x14\x01\x98\xe3\x92\x7d\x5f\x14\x09\x05\xc8\x7c\x0f\xc6\x7d\xee\x60\x63\x44\x2d\xd2\xef\x6f\x1c\xb9\xea\x84\x30\x99\x1d\xa7\xd4\x3c\xc1\x23\x47\x0b\xdb\xbf\x9c\xfc\xcb\x66\x41\x30\x0b\x5a\xd4\x7a\x7d\x11\x2b\xb2\xb1\x34\x14\xed\xd8\xd5\xc0\xfb\xa7\xb5\x06\x9c\x5f\xbc\xbf\xbb\x78\xff\x78\xf9\x7e\x81\x0f\x95\x5f\x79\xdf\x09\x47\x19\xef\x97\xf8\x50\x75\x9d\xb6\xa2\x76\x9d\x15\xb5\x2b\x20\x6b\x38\xa1\x36\x46\x4d\x9e\x44\x04\x8e\xee\x13\x31\x05\xf4\x68\x8e\x76\xd5\x37\xaf\x35\x51\x4a\x95\x8e\x36\x8d\x39\xd0\xa6\x1e\x11\xce\xca\xb2\xb3\x2a\xc2\xf7\x18\xc4\xa4\xc7\xb0\x9e\xc1\xf7\x6a\x22\x8c\x17\xe3\x20\x36\xda\x74\xc8\xd3\x1b\x66\x05\xc8\xbe\x3d\x31\xbd\xb0\x1f\x45\xdf\x0e\x17\xd3\x07\x71\xa9\xda\x30\x2c\x65\xf4\xc9\xcc\xc5\xd6\xd6\x80\xac\xc5\x37\xae\x38\x13\x25\x89\x70\x8a\x8d\x2f\x71\x54\x21\x61\x04\x04\xfd\x6b\x87\xaf\x11\x92\xd4\x4a\xc9\x23\xc0\x12\x7d\xc2\x94\x23\x21\x16\xcf\x84\xc6\xed\x29\xd9\x3e\xdb\x48\xda\x7b\xf2\x4d\x77\x2f\xda\x94\x1c\x0f\x07\xfa\x91\x88\x1e\xd4\x89\x93\x31\x0d\x68\xc6\x53\x14\xca\xff\xab\xa3\x72\xa6\x82\x9e\xaf\xf9\xf7\xfb\x11\xc6\x51\x5c\x06\xfc\xec\x88\xe3\x1c\x5f\x1d\xe7\x80\xe5\x3e\xa9\x9d\x4b\x9f\x68\xbc\xa0\xe2\xe4\x24\x64\x80\xe5\xc9\x6e\x12\x79\xb6\xa3\x55\x48\x5f\x7d\xcb\x08\x58\x23\x7a\x7e\xcb\x3f\xe5\x97\xd2\x4f\x7b\xe5\xe7\x73\xb8\xf1\x01\x5a\x3d\x65\x8a\x71\x14\x6d\x45\xec\xd8\xb4\x0a\x8b\xa0\x99\x6d\xad\x65\x14\x9b\xae\x3a\xd2\x10\xf5\xb2\xa2\x48\x98\xff\xad\x1d\xe8\x0f\x31\xc8\x9d\x0b\x4a\x02\xcc\xb8\x7a\xa5\x03\xb4\xe7\x35\x0d\x8c\x9b\x8a\x2f\x0d\xd8\x37\x00\x7b\xd6\x9c\xbc\x4f\x99\xe5\x20\xf8\xd7\x64\xd4\x6b\x9c\x79\x35\xee\xd1\x48\x6a\x7c\x19\x5e\xa5\x4d\x17\xb2\xda\x5d\xb9\xd6\xb7\xca\xc1\xe7\x9c\x19\x12\xfd\x26\xe4\x36\x4b\x03\xfd\x98\x32\xbe\x34\x70\xe0\x0e\x77\xd6\xd6\x4c\x8f\x3c\xa9\x4b\x1b\x8f\xf9\x22\x8e\x6e\x96\x9d\x83\x66\x64\xeb\xb1\xcd\x2f\xa2\xb2\x66\x73\xa1\x9c\x78\xea\xd8\x9a\x87\x93\x54\x5b\x02\xd1\xb5\x61\x6a\x1b\x28\x9e\x21\x0b\xd4\x8c\x56\xaa\x07\xae\xa9\x8f\x30\x7d\x55\x2d\xf5\x79\x21\x77\x50\xd0\x86\xb1\x72\xc5\xc5\x1e\xae\x8c\x79\x60\x5e\x5a\xed\x5b\xd6\x2d\xd0\x0f\xf1\x5b\x97\x0b\xef\x9b\x2f\xc8\x1e\x9c\xc3\x81\x88\x9c\x0a\xf1\x92\x3f\xec\x68\x8a\xba\x82\x17\xaf\x65\xe2\xa6\x44\xfd\x2d\x9a\xd4\x26\x46\xa8\x0e\x61\x14\x18\xf5\x11\xfb\x09\x6a\x3d\x69\x4b\xc7\xa6\xb8\x2a\x41\xc7\x22\x37\x9f\xb5\xc9\xfc\xe6\xf8\x75\xa1\x61\x99\x4b\x5c\xaf\x24\xa2\xf2\x7e\x8d\xab\x0d\x5a\xda\xe2\x6a\x07\x84\x9f\x3d\xae\x4e\x08\x6f\x3a\xd3\xe0\xd0\x46\xcd\x42\xfe\xd6\xa6\x0d\xe4\x8c\xeb\x02\x7e\x65\x15\xd6\x92\xfe\x5a\xc6\x75\x45\xfb\x54\xc5\x75\xad\x2d\x38\xc1\x48\xd7\xe8\x15\x4d\x8c\x55\x2d\x6b\xd4\x08\x4a\xb6\x44\x4c\x93\x5a\xa9\xd8\xf5\x55\x16\x76\x54\xd1\x11\xed\xd8\x12\x6d\x50\x49\x07\x7c\xba\xd8\xe0\x74\x4e\xf1\xb5\x12\x8a\xd0\x43\xfb\xfa\x66\x4b\x1b\xac\x37\xff\x13\x5c\xfa\x52\xc8\xe9\xa7\xb9\x74\xbc\x7f\xc9\x64\xd3\x49\xef\x2b\xb5\xa0\x02\xc5\x76\x73\x5d\x8a\x73\x1f\x48\x49\x71\x49\x33\x9b\x0d\xcf\xa4\x54\x2b\xb8\xca\x29\x72\x30\x12\xaf\x64\x87\x0c\xdb\xc7\x57\x19\x63\xfb\x2f\xf9\x96\x5b\x91\x03\x57\x04\xa5\x18\x32\x66\x3d\xa4\xda\x85\xa2\x90\xb7\x9d\xa8\x3b\xd3\x7e\xd0\xa9\xbd\xad\x3c\xb1\xb3\xf0\x9d\xe4\xb6\xbb\x47\xeb\xb9\x52\xcf\xec\x11\x0a\xdd\xec\x8d\x4c\xf8\xf8\x4d\x90\x84\x37\xeb\xfc\x85\x8e\xaf\xec\x61\xe2\x68\xd2\x98\x7a\xfe\xe4\x2f\xf5\xfc\x5c\xd0\x61\xa7\xe7\x27\x13\x76\x22\x70\x03\xd3\x9c\xe1\xfe\xb8\xd5\xe3\x9b\x3c\x8e\x22\xba\x3f\x78\x20\xe5\x77\x75\x63\x1a\x71\x56\xf9\x9d\x1a\x4f\x42\xed\x59\x6e\x35\x02\xac\xd0\x9b\x6e\x14\x57\xbf\xdf\xdc\x45\xed\xdc\xf7\x44\xdc\xf4\x75\xb7\xc5\x5c\xc7\x7d\x16\x30\xeb\xb8\xf9\x7c\x8d\xe9\x8f\x61\x7e\x82\xc0\x03\x27\xe0\x58\xb6\xe5\xa8\x55\x0a\xf9\x7d\x7e\x9d\xe2\xf7\xb0\xcc\x09\xef\x79\xda\xde\xf9\xad\x34\xa9\x33\x40\xdc\x75\xaa\xaa\x70\xdf\x6b\x53\xcf\x57\x0d\x4f\x6d\x37\xd0\x86\x1c\xd7\x0f\xd4\xcc\xd7\xad\x35\x9f\x70\xd2\x54\xd3\xac\xd7\xe0\x93\xdb\xfb\x83\x96\xb1\x55\x9b\x03\x56\xd9\xc4\x76\xf2\xeb\x7f\xba\xab\x27\x6f\x92\x7e\xd4\x3b\x45\xea\x90\x5c\x7e\x6b\xbd\xc7\xee\x80\x8d\xa4\xac\xde\x74\xba\x4a\x64\xa7\xae\xe9\x06\xe7\x3a\xae\x61\xd8\x47\xa5\x8f\x47\x5a\xd6\xba\x8a\xec\x1b\x14\x22\xd8\x1b\x4a\xb3\xa8\xab\xcb\x13\x93\x29\xb3\x60\xea\xb5\xc3\xdc\x3c\x8f\x9d\x80\xd8\x4d\xda\x38\xb7\xa7\xed\x64\xc4\xdf\x4c\x25\x61\x79\x7c\x01\xd3\x1f\xb3\xd8\xa7\x53\xd6\x7d\x84\x9e\xb8\x40\x91\xca\x65\x47\x39\xe4\xa9\xfd\x6e\xb0\xe5\x74\x3e\x45\xd1\x48\x50\x59\xb6\xf1\x70\xab\xc6\x3b\xf7\x51\x85\x28\x14\xa8\x2b\xa2\xab\xef\xa7\x74\x30\xdc\x26\x53\xd4\xbe\xf4\x6c\x25\x92\x2c\x3d\xbb\x6a\x40\x1c\xae\x9d\x60\x1b\x17\x65\x8b\xd7\xbe\x0b\xc1\x4e\x9e\xfa\xa8\x36\xac\xb3\xec\xcf\xc7\x13\xaf\xa8\x9a\x43\x25\x30\xa8\x7c\x10\x83\x8f\xd5\xf8\x95\xbe\x51\x4f\x8c\xd7\x52\xf2\x4c\xac\x25\x3f\x57\x3d\xb7\xcd\x51\xb6\xf7\x03\x8f\x68\xb9\xa5\x5b\x16\xe1\x4a\xcd\x56\xd8\x98\x58\x49\xf5\xed\x64\xf5\x1a\x9b\xd8\x72\xdb\xb3\xe1\xb6\x95\x2c\x6e\x8b\xf4\xae\x7e\x06\x67\x84\xfc\xf3\xc4\xbd\x00\xbf\xcb\x03\x79\xd0\x57\x72\xcd\x64\xf1\xe0\xa9\x80\x4b\x80\x42\x3f\x18\xf6\x1d\x45\xbe\xaf\xe8\xaa\xf3\x29\xfc\xa2\xfc\xd8\xa5\xb5\x20\x6e\xc4\x7f\x41\xbb\x34\x10\x0a\x39\x8e\xd3\xd0\xcd\x9f\x4d\xba\xa2\x9a\x1c\xae\xe2\x9b\xd3\x05\xe9\x3a\x67\x91\xae\xeb\xea\xca\xff\x2a\xe5\xaa\x05\x23\x4d\x1d\xab\x02\x44\xfd\xa2\xd4\xcf\x8b\x9b\xcf\x55\xcb\x27\x6a\x8e\x08\x11\x22\xa7\xd1\x0a\x8e\xf4\x1d\xca\x6a\x9a\xc6\xdd\xab\xb3\x40\x58\x3b\x9a\xed\x53\xfa\x9f\xdf\x3e\x1c\xf0\xea\xd5\xed\x83\x17\x3e\xfd\xcb\xed\x33\xa3\xe7\xfd\xd3\xff\xe7\xb7\xcf\x22\x18\xe9\xab\xdb\x67\xfd\xf2\xd7\xdb\xa7\x18\x34\x7e\x65\xfb\x60\x42\xa7\x47\xb4\x3d\x3b\xb6\x54\x34\x7a\x7f\x13\x06\xc2\x4f\x50\x87\x6b\xbe\x7d\xc5\x08\xcc\x05\x71\xa9\x91\x36\xb7\xb1\x44\x27\x5c\x71\x66\x34\x80\xd4\xfb\x9a\x2f\x7e\x0e\x30\x6b\x0b\x6c\x6e\xa8\x0e\x0d\x05\x84\x14\x7b\x7d\x95\x86\xdd\x6b\xfd\xea\x78\x64\x47\x86\xed\x50\x02\xdd\x18\x06\xb1\x0e\xe2\x17\x58\x36\x02\x72\x47\xb1\x55\xc7\x09\xab\xd2\xfd\xcf\x68\x32\x46\x55\xae\xd4\xb0\xfc\x5a\xf8\x3c\x3d\x73\x47\xad\x57\x95\x7c\xb7\x02\x71\x67\x04\x04\xa5\x42\x47\x23\x74\x66\xa6\x9a\x48\x27\x47\x87\x66\x38\xeb\x0d\x0b\x92\xf9\xa8\xe5\x2c\x60\xe4\x1c\x76\xcf\xa9\x10\xfb\x63\xaa\x2c\xdf\xde\x7c\xc8\x81\x83\xa9\x05\x5b\x0d\x02\x1a\xc2\x9f\x43\x2c\xc6\xfc\xad\xf9\x3c\x26\x40\x02\xe2\xe2\x31\x0d\x5b\x8a\x88\xfc\x9b\x55\xe8\xf8\x24\x02\x93\x1f\x51\x35\xb6\x1c\x58\x38\x70\x43\xab\x80\x6b\x1e\xa8\x31\x24\x2f\x60\x94\xea\x29\x3e\xc6\x19\xba\x71\xcf\xa8\x3f\x9b\x99\x29\x68\x75\xa6\x39\x6c\xf1\x55\x4a\x6c\xcb\x63\x4b\x48\x19\xa7\xbd\x64\x58\x6d\xda\x73\x2e\xf0\x86\x3b\x35\x85\x9b\x0e\xbd\x62\x1a\x38\x92\x68\x25\x21\xe2\xc4\x71\x8d\x48\xc0\xc6\x8a\x81\x5a\xa9\x32\x24\xc5\x69\xb8\xc4\x0c\x0f\x7f\x08\x13\x8a\x8b\x30\xf3\xec\xbb\x5c\x81\x5f\x9e\x38\x30\xf7\x99\x78\xd3\x0b\x5a\x54\x14\xd1\x66\x1f\x4c\x3e\x0d\x64\x8c\xa6\x0d\xe7\xbe\x20\x73\x2d\x69\xd1\x5f\x02\x53\x13\x8f\x1a\xf4\x26\x45\x6e\x3a\x0c\x69\xb3\x62\x50\x9b\x46\xfd\x56\x10\x36\x5a\x68\xe5\x8b\x3c\xd2\xf7\xce\x55\x16\xe9\x6c\x3f\x44\xd1\xac\xc5\x99\x1e\x20\x79\xae\xaf\xf5\xdb\x4a\xb0\xb2\x50\xcc\x2d\x4c\x21\x85\xa5\x8a\xb9\x7c\xdb\xb3\x7a\x53\xb0\x07\xf1\xaa\x9a\x7e\x66\x26\xb5\xdb\xc7\x15\xcd\xd4\x93\xd7\xd2\x99\xb0\x38\xf6\xff\x7e\x71\xb8\x57\xe3\x25\x2a\x76\xee\x58\x05\x78\xff\x6f\xf7\xbe\x98\x6b\x18\x8b\x50\x64\x26\xcf\x89\xe9\xed\xc5\x73\xeb\x77\x73\xa4\xa6\xb7\xee\xb9\x6d\x48\xb6\xf8\x19\x4d\xa5\xf5\x6e\x14\x91\x67\x93\x5e\x68\xb2\x8d\xd2\x1d\xad\x0b\x5b\xaf\x65\x4f\x77\x37\x8a\x86\x42\xb4\x25\xe7\xed\x53\xd5\xd7\x80\x7c\x88\xa2\xe7\xda\x77\xf7\xed\x07\x2f\x22\xdf\xed\xc0\x34\x8e\xaf\x4d\x4d\xcd\x44\x0b\xbe\x47\x01\x17\x3d\xd4\xe9\xd7\x2e\x34\x33\xad\xa9\xb6\x80\x81\xb7\xbe\x73\xdd\x95\x2f\xdc\xc2\x6c\xc1\x0a\xa7\x86\xd4\xa4\xb2\x30\x7c\xca\x84\xc4\x59\x42\x1d\x59\x9d\xc8\xc5\x50\xad\x4d\x41\xf2\x93\xdb\x7d\x8b\x51\x00\x2d\x64\x4e\x96\x95\xd0\x82\xdb\x28\xba\xd7\xeb\x95\x8d\xf1\x5a\x4c\x4d\x91\x77\xb2\xc3\xad\xf5\xc9\xde\x63\x16\x45\x11\x7a\x8a\x22\x84\x35\x34\xd0\x75\xad\x54\x23\xcc\xc3\x0e\xa3\x71\x42\xab\xc3\x86\x75\x7d\x53\x5e\xd2\x65\xce\x93\xb8\x95\x86\x34\xe8\x88\x2e\x30\x7c\xa5\x93\x45\xee\xeb\xd2\x36\xec\xa9\xcf\x13\x3c\xf6\xff\x6e\x8c\x88\x7a\x7f\xa5\xeb\xf7\x02\xea\x09\xd0\x25\x2d\x4f\x18\x96\x1c\x48\x8f\x35\x8d\x4e\x21\x9a\x17\xd6\xcf\x55\xa4\x6a\x84\xbd\x68\x88\xcb\x47\xf0\x6b\xbe\x2f\xaa\x59\xfc\x95\x9f\x2c\x4a\x9a\xdb\x23\x3f\x71\x82\x93\x41\x2a\xea\x0d\x5f\x58\xee\x9a\x01\xb8\xdb\x6b\x46\x3a\x7d\x17\xa4\x0c\xc9\xcf\xae\x76\x17\xa3\x41\xbd\x75\xd0\xda\xc4\xf4\xa4\x0f\x0b\xa8\xbf\x60\xca\xbc\x38\xa9\x05\xce\x41\x76\xe2\xd5\x33\x66\x0b\x44\x68\x22\x85\x56\xc7\x53\x09\x7c\xc3\xff\x6d\x75\x3c\x68\x89\xcb\x78\xc8\xe6\xf8\xca\x30\xd7\x32\x64\xa1\x3b\xa2\x1a\x90\x92\x90\x28\x6e\xfd\x51\x82\xe1\x7f\x59\x42\xda\xbb\x3a\x6f\xff\xcf\x25\xa4\x3d\x72\xd0\x4f\x8a\xe8\xf4\x27\xcb\x24\x93\xca\x6d\xe2\x14\x24\x27\x1d\xf1\x64\xc0\xc6\x92\xe3\x92\x14\x73\x14\x8a\x6f\x9d\x63\x44\x1e\x10\xe3\xd0\xa7\xec\x15\xba\xb5\xfc\x40\x4b\xa4\x20\x50\x65\x66\x41\xb3\xe9\x80\x42\xf4\x99\xba\xa8\x46\x59\x37\x2d\x23\xee\xee\xa0\x62\x15\x27\x99\xba\xc2\x8c\x08\xb3\xe3\xe9\x6b\x53\xa1\x23\xb9\x0b\x12\x94\x6c\x68\x94\x15\x18\x49\xdd\x75\x28\xd4\x6a\xd4\x17\xa5\x90\x31\x4c\x16\xee\xec\x91\xbd\x5d\x37\xb0\x1b\x1a\xe0\x49\x27\xd5\x7e\x8d\x0d\xc0\x2c\x72\xa8\x86\x93\x73\x50\x9c\xb2\x79\x36\xc7\x39\x10\x7e\x58\xb1\x78\x89\xff\x4f\x4c\x21\x9b\x91\x9c\xf2\x0c\x15\x5b\x73\x44\xc6\xaa\x18\x71\xf5\x38\x3e\x28\x22\x65\x6f\x39\x0e\xb8\xdf\xe9\xac\xc5\x1c\x19\x0d\xa9\xf6\x6e\x96\xbb\xe4\x25\x61\x4c\x77\x2b\x4d\x91\x0e\x7f\xd6\x43\xb1\x58\xb5\x12\x8e\x17\x2f\x7f\xf1\x87\x25\x01\x2d\x67\xab\x16\x8b\x32\xee\xf7\x98\xf5\xcd\x33\x54\x4f\x84\xb7\xe6\x09\x0a\xa8\xba\x40\x73\x92\x25\x88\x8e\xb9\x5f\x0f\x47\x9b\x69\x2d\xef\xe1\x33\x1a\x9b\xad\x24\xfd\x8c\xd8\x9e\xc1\x0a\xdc\x98\xf1\xbc\xac\x24\x9a\xaa\xbe\x87\x4f\x68\x7e\x84\x02\x58\x32\x3f\x42\x1b\xac\xa3\x7e\x8f\xf6\xfe\x40\x1c\xd3\x22\xe9\xe8\x84\x79\x84\x73\x98\xee\x0b\xdf\x41\x6a\x39\xa5\x74\x75\x6e\x28\x93\xd6\xc7\xc1\xe6\x55\x47\xc6\x9d\xce\x4b\xea\xf3\x30\xad\xd4\xb5\xdc\xce\x86\xe7\x99\xf2\x63\x78\x4e\x72\x84\x56\x63\x29\x09\xca\xe2\x45\x75\x9b\x12\x4b\xf2\xa0\xa5\xd4\xc3\x45\x3c\xac\x5a\x61\x19\x4f\x2d\xd5\x71\x5a\xb5\xc2\x22\x9c\x67\xf3\xc3\xe5\x9d\xcc\x47\x7d\xe3\x47\x73\xa7\xd6\x8a\xa2\x9a\x3c\x1a\x9f\x9f\xf5\x87\x82\x7b\x79\x9b\x12\xaf\x21\x43\xb1\x90\xe6\x87\xdf\x3d\x2c\x14\x56\xc7\x66\x44\xe3\x4e\x98\x16\xc5\x40\x57\x39\x5e\x6d\x7b\xc6\x4f\xc1\x06\xd1\xbd\xa4\x85\x29\xb2\x4f\xfb\x88\xa7\x6c\xfb\x6c\x77\x80\x66\x9a\xfd\xa6\xb3\xeb\xc7\x1b\x1f\x9c\xd1\x57\x60\x2d\x7e\x3f\x45\xa6\x16\xa0\x93\xf9\x91\x95\x22\x58\x37\x2d\x45\xba\xca\x84\x4b\x42\xf5\x8b\x44\x11\x94\x2c\x01\xf8\x3c\x16\xc4\x23\xaa\x32\x24\x52\xc3\xc1\xc6\x24\xfa\x54\x1b\x07\x40\x46\xd0\x81\x70\x86\x8e\x68\xf1\xc0\x74\x3d\x2d\x98\xaa\x92\x75\x11\xee\x4a\x55\x7f\x38\x55\x07\x58\x8b\x86\xad\x1d\xc3\xf3\x34\x8f\x2f\xa1\x91\x3f\x9d\x16\x90\x0f\xaa\x3d\xaf\xc8\xb1\xd7\xf8\x5f\xe9\xe2\x62\xd0\x0a\xe9\x22\x4b\xaf\x31\xaf\xf8\x4f\xe8\xa2\x52\x1a\xc6\x43\x27\x74\x11\xd5\x6f\xcb\xf9\x80\x30\x0e\xe4\xf4\xc6\xf3\x17\x05\x99\x57\x79\x60\xd5\x0a\xcb\xe5\x6a\xf5\x1d\xd2\xc4\x68\x12\xff\x96\x26\xd6\x48\xc6\x63\x47\x54\xe4\x88\x93\xff\x66\xd3\x44\x02\xb8\x9d\x26\x2d\x4f\x12\xff\xeb\xd4\x50\xfa\x51\xc2\x2a\x37\x7b\x99\x14\x31\xec\xfb\x91\x8a\xe0\xa0\xf8\x0a\x41\x64\x55\xfb\xdb\x4c\x6a\xc8\x75\x38\x13\x5e\x8f\x75\x4c\xcc\xc7\x41\x0f\x8f\xb4\xeb\x91\x25\x5c\xa1\x87\xdf\x83\x43\xa9\xf4\xf0\xc8\x5c\x9c\x06\xe4\x90\xf5\xb7\x0c\x8e\x37\x3a\xeb\x22\x69\x4d\xe3\xb3\xee\xd2\x16\x6b\xd5\x6b\x8d\x5f\xf3\x03\x48\x9f\xbd\xc3\x4a\xc9\xf2\xc5\xb8\x38\x68\x71\x3c\x8d\x47\xfb\x4d\xd2\x12\xff\x4d\xfd\x58\x72\x87\x15\xc3\x59\xa4\xce\xbf\x6f\x26\x94\xef\xcf\x5c\x0f\xf2\xdb\x0c\xf2\x12\x12\x4e\xbf\x6f\xe7\x69\x5a\x24\xff\x04\x0f\xcf\xdc\x48\xf6\x15\x16\xa0\x00\x8d\x51\xa4\xa1\x29\x44\xa1\xbd\xc9\x91\xc2\x3a\xad\xb3\x84\xbc\xcb\x9e\x40\x14\x29\xef\xff\xc3\xc6\x25\x8a\xe4\xcf\x48\xfe\x1e\xc8\x4f\x8d\x4f\xbf\x27\xf9\x4d\x4d\x18\xf9\x14\x90\x7c\xa5\x5f\x4c\xd8\x49\x84\x14\xb3\x26\x39\x4d\x39\xc7\xd4\xc5\xf5\x97\xff\xfb\x53\x17\x30\xa0\xfb\x44\x9f\xe6\x71\x1e\xef\xfe\x4c\x0d\x53\x9b\x4c\x95\x36\x19\x4a\x75\xaf\xbe\x9e\xb2\x72\x0d\xce\x57\xf5\x63\x0d\xdf\x73\x90\x8d\xd5\xc0\x92\x87\x23\xb1\xc6\x7f\x0d\x5f\x0e\xfa\xce\xc9\x76\x0a\xd2\x4b\x4d\x74\xcf\x60\x48\xb1\x09\x7f\xb9\x66\xc0\x52\x63\x02\xf7\x8f\x32\xe0\xcd\xcc\x73\xa4\x64\x37\x28\x3f\x00\x19\xc4\x2a\xa8\x9a\xad\xb1\x5c\x9a\x0c\xdb\x70\x85\xd4\x65\xc3\x92\x1c\x4d\x24\xdc\xf1\x20\xc1\xcb\xf9\xb7\x4c\xdb\x08\xf4\x56\x17\x37\x9e\x34\x5a\x23\xfa\x04\xdd\x0f\xb4\x35\x0e\x20\xa0\x66\x3b\x43\x10\xf0\x08\xdd\xb3\xfc\xea\x7b\xb0\xdd\x62\x14\x33\xf2\x23\x2d\x0d\x1a\x6a\xcd\xe6\x21\xd3\x6c\x2a\xa3\xbc\x41\x58\x8e\x33\xa5\x8b\x57\x56\xe2\x29\x6d\x3a\x91\x20\x75\xb6\x3e\xdf\x5d\x38\xfe\x2e\x81\x01\xa5\x3b\x3b\xec\xff\x2a\xbc\x8a\xc7\x9c\x0d\x91\xd4\x1f\xe7\x3b\x7f\x0d\xbf\x98\xde\x29\x23\x90\xaa\x74\x6f\xaf\x26\x84\x00\x0a\x1b\xc3\x8f\xa2\x67\xf6\x4a\xb4\x5a\x78\xe4\x5f\xe1\xdb\xab\x16\xc0\x8f\x93\x83\x91\xc8\x85\x0f\x85\x2f\x07\x68\x34\xb7\xca\x3b\xbb\xd1\xe7\xfc\x17\xa3\xb3\x8f\x09\x9f\x2b\xeb\x30\x99\x39\xeb\x58\x3c\x8d\x4d\x9e\x7c\x31\x7d\xae\x74\x6e\x36\x31\x6b\xf2\x4e\xe3\x66\xb0\x7b\xd3\x46\xcf\x19\x26\xb4\x53\x7e\x96\x4d\x3c\xf4\xe1\xc1\x35\x51\xf4\xf7\xb7\xf1\xf5\x33\xf7\x18\x45\x3f\xf6\x1f\x9c\xae\x7d\x57\xbf\x28\x39\xa7\xf4\x66\xd4\x82\x29\xab\x13\x45\x6f\xa6\xd0\x9d\x6e\x4f\x3c\x95\x6d\x6f\x97\x30\x96\x79\x67\x42\x09\xf6\x7c\xaa\xe9\xe4\x58\x3d\x23\x4e\x0c\xfb\x4c\xf3\x1c\x05\xc2\x9b\xb3\x5f\x53\x35\x63\x5f\x34\xa1\xce\x07\x08\x0c\x9d\x12\xf1\x81\x93\x9e\x71\x77\xdd\xab\x21\xc9\xc5\x01\x32\x74\x0b\x39\xc7\x8f\x35\xe6\xa5\x8f\x17\xea\xc7\xef\xf8\xe0\x32\x9a\x8f\x53\xe5\xeb\x8a\xb2\x6a\xdf\x76\xf2\xb1\x07\x0d\x17\xe6\x66\x2e\xef\xec\x4e\xae\x5a\x3b\x62\xd7\x1c\x86\xe4\xfc\xbc\xbb\x34\x99\x0e\x69\xa9\x4c\x19\x35\x27\x24\x4f\x47\x7c\xa4\x4f\xc3\x83\xc2\x71\xd4\x20\x57\x8c\x62\xdd\x08\xff\xcd\xce\xc4\xf9\x97\x2b\xbd\xd9\xb3\x75\x07\xda\x25\x73\x85\x7c\x2b\xcd\x0c\x5e\x34\xcd\x39\x28\xb2\xee\xa6\x34\x3e\x6b\xb9\x72\x0b\x5d\x86\x27\x79\x3f\x5a\x66\xc5\xd0\x6c\x7f\xcc\x10\x29\x55\xdf\x68\x1c\xa7\x45\x7f\xd2\x2a\xca\x5e\x7e\x20\xbd\x1f\xd0\x49\x9e\xdf\x65\xb8\x51\xb9\xcc\x2c\x8a\x89\xe5\x7d\x28\x43\xa4\xd0\x78\xe4\x14\x85\x55\xcf\x18\xf1\x04\x0a\xc1\x2c\x32\x19\xa9\xf0\xc1\x7b\x1f\x03\xf0\x88\x0d\x13\xc4\x75\xb5\x91\xe0\xd7\xc0\x4d\x87\x3c\x9b\x7a\x48\x3b\x32\x20\x16\x84\x1a\xf2\x2a\x43\xe8\x7c\xd3\x43\xa6\x3d\x5c\x17\xeb\x5c\x93\x83\xea\x6c\xe2\x1b\x2e\xcc\x70\x7f\x7d\x42\x8a\x8c\x2c\x4f\x9b\xd8\x93\xe9\xae\xca\xb9\x89\xa7\xf7\x42\xd2\x27\x6c\xad\x7a\x4d\x36\xe8\xa6\x12\xc4\x38\x6f\x0b\xe3\x37\xed\x18\xbd\x18\xd3\x89\x20\xd2\x71\xff\x6c\xd1\x88\x74\x8b\x60\xb7\x71\x17\xcd\xb5\x32\x8f\x23\x4c\x75\xf9\x1c\xec\x9b\x87\x00\x38\x5d\x27\x50\x2e\xf4\x68\xaf\xb6\x08\x37\x1f\x92\x0c\xf0\xa8\x4f\x08\xe6\xa0\x07\xab\x6e\x02\x77\xe1\x0d\x84\x88\xa1\x68\xfd\x5a\x5e\x99\x75\xa3\x4a\xa6\xd2\xa3\xa2\x53\x84\xa5\x0e\xb6\xd9\xe8\xc5\x14\x8e\x72\x1f\x90\x13\x40\xf5\x88\x5b\x5c\x37\x5b\x53\xb6\xd9\xc3\x74\xe9\xa2\x50\xe2\x3d\xc1\x36\x32\x17\xf7\xf7\xcb\xc1\x96\x47\xef\x93\xce\x94\xfb\xc5\x30\xa9\x6d\x47\x6c\x12\xed\xce\x41\xcd\x7c\x8c\x65\xc1\x36\x66\xf5\xba\xe0\x90\x17\x77\x2d\x1f\x63\x9d\x3c\xfb\x51\x9d\x19\x33\x84\xec\xe9\x79\xdf\x1c\x40\x4a\xc6\xdc\x79\x0e\xbb\x25\x24\x01\x3a\x94\x51\xd9\x04\xfc\xc2\x6c\xbd\xb0\x66\xeb\xc1\xcc\xe4\x7a\x0c\x29\x0d\x2d\x4c\x09\xfc\x8e\x4e\xf8\x80\x96\x13\x7d\x28\x95\x1f\xfa\x18\x5f\xd0\x1c\x9d\xf2\xfc\x07\xe4\xb5\x70\xca\xf3\xbf\x91\x8e\xbb\x69\x27\x8c\xb2\x49\x6e\x6b\x2d\x65\x11\xba\xe3\x9d\xd7\x99\x66\xee\xc6\x07\xcf\x53\x55\x41\x45\xfc\xd7\x21\xe3\x74\xf0\x1c\x2f\x1e\xe4\x38\x3d\xf8\x43\x92\xd0\x94\xe4\x94\x18\xe2\x96\x34\x5b\xff\x20\x56\x08\x95\x70\x0d\xa7\x48\xc8\xf1\xe4\xbb\x3f\x3e\x8e\xe8\x94\x20\x89\x1c\x61\x3c\x1a\x21\xdf\x57\x0d\x4c\xda\xd0\xaa\x10\x03\x15\x5e\x33\x7e\x75\xd6\xf7\x5c\xfe\x5d\x21\x7b\x15\xa6\x6b\x6b\x3e\x9a\xad\x3d\xb4\xec\x6d\x3e\xd5\x54\xfa\x55\xc4\xdc\x6a\x4a\x4a\x21\x0c\x08\x58\x4e\x8d\x24\x42\x65\x4b\xe3\xca\x29\x1f\x6b\xa9\x71\x56\x23\xa1\x6b\x8e\x3f\x16\x4f\x59\x4a\x13\xb8\xd6\x60\xef\x65\xfd\xee\x1a\x12\x0d\xeb\x21\xa5\x76\xf1\x6f\x36\x77\x35\xc0\x71\x3a\x85\xa1\x50\x92\xb8\xeb\x52\x8d\x27\xe4\x72\xe3\xbd\x55\xb7\x88\x32\xae\xa6\x38\xf2\x0d\xeb\xa4\x24\x61\x71\x5e\x1e\xc1\x5e\x0a\xaa\xa6\x6e\x0e\xfe\xed\xa4\xcd\x02\xff\x57\xff\x71\x2a\x66\x02\x10\xb3\xcc\xab\xa4\xa4\x3d\xbd\x46\x8c\x3a\x19\xd1\x11\x5e\x25\xe0\x41\x70\x9e\x7a\xd1\x01\x3f\x64\xfe\x24\xd9\x2a\xc8\xe4\xfd\xa6\x5f\x9b\xed\x63\xef\xa4\x8a\x6f\x66\x2d\xb1\x15\x26\xbf\xe4\x99\x19\x7e\x02\xad\xde\xd5\xa1\xc0\x55\x9b\x78\xb1\xd6\x84\x1c\x30\x57\x7c\x7a\xe6\x41\xcc\x11\xe2\xd3\x53\x2e\x1d\x7e\x8e\x84\x7b\x57\x30\xae\xb1\x7d\x41\xe9\x65\xcb\x7e\xff\x58\x70\xcb\x6d\xba\x41\x55\xf7\x54\x08\x7b\x43\x0d\xa0\x53\x28\xb4\x82\x5e\x69\x24\xce\x84\x67\x62\xbe\xf6\xf3\x5f\x84\xa6\x53\x21\x0f\x3b\xa6\xe7\xbf\xfb\x77\xb1\x14\x25\xe0\x76\x7c\x53\xec\x15\xf2\x42\xce\x1b\x6c\xb2\xe3\x98\x60\xc9\x99\xe1\x6a\xa1\x58\x31\xa1\x1a\xd1\x8d\xa2\x6d\x4b\xbb\x70\x80\xc1\x20\x51\x61\x1e\x13\x4a\x51\x97\xcd\x0f\x89\x3e\x72\x7f\x6a\x4f\x43\x23\x57\x88\x55\xe8\xb4\x0c\xa7\xec\x44\x8e\xfc\xdf\x45\xd1\xe3\xd2\xaa\xf8\x16\x35\xe2\x22\x76\xd1\x89\x68\xae\xbd\x14\x40\xb6\x64\xe1\x3d\xbb\xbd\x98\x68\xa3\xa5\x59\x78\x12\xb7\x77\x06\x61\x51\xc2\xc8\xee\x6c\x13\xa3\xe3\x2b\x8f\x9b\xd0\x8f\x82\xad\x54\x51\x34\x85\x1e\x7c\xa5\x8a\x79\x46\xa5\x8a\xc2\x45\xa5\x0a\x86\x98\x71\x17\xcb\x8f\x06\xeb\xd0\x68\x66\xa5\xec\x7a\x15\x65\x63\x71\x92\x4a\x87\xe6\x3a\x79\xdc\xe1\x9e\xfa\x96\xd3\x58\xf0\xae\x60\x85\xbe\x5b\x0a\x0a\x56\xcc\x53\x36\xad\x70\x5c\x25\x2d\x58\x11\xa3\x54\x96\xae\x91\xc7\xee\xfd\x58\xa3\x93\x1c\x4a\x61\xe7\x78\x66\x60\x81\x93\x41\x74\x13\x65\xc6\xeb\xc4\xe7\x67\x4f\x0b\xa7\x7b\x4f\x96\x24\x8c\x1a\xe1\x7d\x5f\x28\xfd\x85\xaa\xd4\xa3\xab\x77\xe8\xa6\x12\x2a\x17\xb8\xe2\x2f\x2e\x25\x25\xbf\x43\xa9\x05\x14\x0c\x2c\x33\x94\x8e\x23\x4b\xe2\x84\x1a\x5b\x50\xf7\x07\xcc\x41\xa2\xb3\xdf\xa9\x40\x56\x78\x9b\xf4\xea\x5b\x64\x79\x92\xee\xe6\x74\x59\x13\xc4\x9e\xa8\x4f\xf1\x6d\xc0\x71\xb4\x3d\x27\x5e\x09\xfc\x9e\xd9\xd1\x4e\xc7\xf7\x71\x32\x1d\x83\x68\x40\x62\x4e\x80\x8f\x6f\x0e\x41\x4c\xa2\xd1\xa1\x87\x8c\x5b\xca\x93\x65\xa0\x94\x97\xc3\x3e\x3f\x5e\xf4\xd9\x4d\xe8\x76\xef\x8f\x25\x6c\x5d\xa8\xa3\xea\xe1\xdd\xa4\x03\x3b\x99\xdb\xdd\xc5\xdc\xba\x13\x1d\x9e\x78\xbb\x70\xa8\x62\x1b\xb6\xa7\x02\xf0\x9e\xcf\xa5\x05\xe2\x48\x57\xc1\x5f\x54\xfc\xae\x8c\xd4\xe4\x14\xcc\xa0\xe2\x7f\x8b\x69\xe8\xb7\xf3\x97\x90\x78\x16\x9b\x0a\x5a\x71\x22\xb7\xc8\x30\x77\x51\xc6\xfb\x49\x47\x55\xee\x0a\x00\xb9\x91\x28\x6d\xa6\x5a\x63\x9c\xd6\x4c\x63\xdc\x0f\x33\xe2\x01\xc1\x3f\x4e\x62\xef\xd9\xb6\x95\x46\x79\x92\x52\x1b\x82\x89\x34\x29\x20\x34\x86\x30\xe0\x53\xaa\x38\x8e\x03\xdb\x01\xc3\x4d\x43\x15\xb6\x44\xcd\x36\x45\x7a\xaa\xc3\xd8\x58\x0c\x54\x66\x4d\x13\x43\x6c\xfa\x8c\x92\x03\xbe\x21\x96\x72\xb3\xd5\x7f\x60\xd4\x1f\xc7\xc3\x50\xc5\xf9\x3e\x0d\xaa\x74\xf1\x8d\x1f\x45\x17\x08\x83\xb1\x69\xd9\x8f\x94\x8c\x76\x4b\x83\x45\x4a\xcc\x93\x8b\x76\x40\x64\xcb\x17\x34\xee\xe1\x62\x7b\xe9\xa1\xdc\xfd\x0a\xe4\xd3\xc8\xf5\xe4\x39\x8a\x06\xad\xe6\xcb\xab\xfa\x92\xc2\x60\xb8\xd8\x7c\xb7\xee\xbe\x00\x50\x1c\xf5\xc7\x90\x20\x72\x6a\x43\xd8\x5f\x5a\xf1\x4d\xf5\x8c\xbb\x3a\x2d\xa5\xbb\xbd\x87\x09\x83\x26\xb2\xdd\x5b\x43\xd4\x66\x9f\x2e\x1f\xa0\x62\x8e\xdf\x90\xbb\x8b\x2a\x4d\xa3\x05\xe4\x0f\xc5\x1d\x0b\x12\x48\x3d\x9f\x73\xc9\xec\x29\xad\xd9\x7d\xd4\x8a\x55\xa1\x02\x19\xd0\xa9\x6f\xd7\xde\x77\x9d\xde\xd7\xd3\x74\x7e\x3d\xba\xb0\x6c\x92\xbe\x7f\x9b\xfb\x90\xc4\x2b\xb4\x9c\x08\xf7\x4e\xda\x77\x0d\x85\x93\xa6\x53\x19\x8c\x27\x7d\xb3\x3c\x33\xe3\x62\x93\x95\x47\x77\x4b\x8e\xf7\xfc\x47\xb0\xb8\xc5\xbf\x15\x0f\x21\xf6\x68\x0c\xdc\x2f\xdf\x19\x33\x29\x4e\xdc\x31\x7f\x65\xfd\xea\xef\xbd\xfe\xab\x9b\x93\xe0\x6b\xf7\xa7\x38\xf5\xf3\x8a\xf6\xa0\x25\xad\xfb\x0c\x93\x68\xf8\x39\xfb\x54\x8c\x5d\xe3\x1b\xb1\x77\x2c\xdf\xd7\x60\x9f\x64\x21\x3a\x84\x54\xe3\x6f\x80\xde\x9f\x00\xd4\xae\x82\xbb\xf1\x21\x3d\x45\xd1\xb7\xd3\x5c\x61\x57\xd7\xf4\x01\x9d\xe9\x4d\xd2\x30\xa4\x55\x0d\xc2\xa1\xfe\xae\xd7\xa0\x80\x22\xb4\xee\x2e\x42\xc9\xb8\xa7\x6f\x0b\x60\x5f\x5a\x86\x26\x55\x53\x47\xf6\x16\xd6\xb9\xf6\x04\xec\x81\x55\xca\x27\x78\xab\x22\xb7\x59\xa5\x09\x1a\x5d\xdb\xc2\x71\x5a\x67\x7a\x1b\x7b\x8b\x3e\x2b\xea\x21\x5e\xe3\xb3\x56\xcd\x23\x9d\x46\x54\x09\x11\xc9\x58\xfd\xe0\xd6\x95\xa1\x57\x17\x5b\x89\x01\x10\xdb\x57\x4c\x84\xfd\x57\x82\xdc\xed\xb5\x1b\x53\xaa\xd6\x0b\xc9\xbc\xe5\x17\x71\xfd\x25\xe5\xeb\x83\x3d\xe5\x94\xc1\x19\xee\x0c\xed\x8b\xd0\xa3\x71\x8b\x48\xf7\x83\xb0\xf6\x92\x4c\xc7\xb7\x43\xb8\x26\x88\xf0\xf9\x9c\xde\x1c\x82\xb6\x57\xcc\x98\x32\xd0\x12\x85\xe9\x53\x15\x18\x9e\x6e\xa4\x1e\x0d\x5b\xea\xf0\xde\x2c\x19\xf9\xa7\xe5\x67\x18\x68\xc6\xdb\x45\x9c\x51\x31\x06\x7a\x49\x55\xd4\x6f\xc5\x54\x4c\x2e\xaa\x3c\xec\x15\x2d\xb9\x25\x06\x86\x99\x87\xcd\xb8\xf5\x2f\xa6\xff\x92\x72\x12\xfa\x9e\x90\xaa\xcb\xf7\x02\xe6\x72\x6f\xf3\x16\x0c\xbd\xdb\xd1\x0f\x4d\x6c\x00\x2d\x0c\x53\xc2\xed\x0e\xc4\x9b\x3d\x1f\xd2\x2a\xba\x61\xdf\x7e\xd7\xff\xac\x1e\x89\x1f\x28\xeb\xbd\xdf\x0d\x4a\x4a\x0d\xeb\x33\x76\x16\x53\x9f\xa9\x20\xd5\xa1\xfa\x5e\x65\x59\xe9\xff\x0b\xde\x93\x42\x8f\xd9\x13\xcd\x73\xfe\x3e\xd1\x3a\xaa\x2f\xb2\x89\x26\xac\xd0\x96\x27\xa9\x19\x10\x0a\x7f\xfc\xe5\xd5\xd6\x12\xf1\xb0\x01\x09\xa7\x79\xfb\x9b\x5e\x4c\x0c\x64\x4b\x43\x08\xed\xbe\xc5\x0c\xbf\x35\xbf\xaa\x01\xf8\x55\xef\xaa\x97\x62\xc1\x7e\x29\xb7\xff\x08\x01\x63\xee\xbb\x62\x5e\xab\x69\x93\xa7\x22\x61\x16\xc4\xa3\x20\x20\xe8\x30\xf0\xa7\x8d\xe0\x27\xa9\x12\xdc\x9a\x32\x37\x4e\xb1\x78\x3a\x88\x59\xa6\xe5\x89\x8d\x7d\x9e\xaf\xa2\x97\xd7\xde\xc7\xaf\x68\xa4\x81\x42\xbc\xc9\x90\xd8\xf1\x9e\x96\x69\x72\x61\x52\x49\x7f\xd5\x9f\xd9\x78\x09\x97\xdd\xe9\xfb\xeb\x91\x3d\x68\xc9\xf2\x8f\x98\x3d\xcf\x3a\x51\x13\xac\xc3\xd4\xae\x03\x61\x68\xc2\x05\x43\x98\xa7\xbe\x36\x80\x43\x7f\xf8\xe1\x37\x47\xd2\xc9\xf4\x0c\x47\xa0\xea\xa4\xd5\x11\x35\xca\x25\x57\x97\xdc\xd1\xed\xcb\x11\xf6\xcb\x3d\xe5\xbd\x00\x58\x40\xa3\xe0\xcf\x3b\x23\x99\x02\x2a\x24\x6d\x68\x51\x65\x43\xa2\x19\x47\xdf\x85\x46\x7d\x67\xfc\x8a\xbc\xe0\xd6\x36\x53\xa4\x6d\x30\x23\x6f\x3a\x60\xa4\x30\x12\xcb\x1e\xc7\x61\x45\xda\xee\x91\x21\xb9\x54\x29\x46\xb8\x8d\xfc\xe3\x3d\x7e\xd3\x1a\x8c\xb4\x88\x0f\x5f\xb0\x13\xee\xa3\xe8\xa1\xa0\x09\x28\x2b\x29\x10\xb5\x0f\xa0\xd8\x93\x95\x95\xc1\x9a\xcd\x2a\xe2\x0c\xf7\x26\xc6\x32\x41\xc1\xab\xf1\xac\x95\xf1\x91\x79\xdf\xef\x30\x85\xfb\x9e\x3e\xe8\x7b\xe2\xbf\xb8\xf6\x5e\x57\x53\x8c\x30\xbd\x6a\xd6\xa3\x25\x53\xcb\x42\xd7\x31\x77\x7a\xfa\x73\xb0\x26\xca\x17\xba\x75\xae\xec\x1a\xe6\x9e\x19\x0c\xf1\x73\xf8\x38\x56\x1f\xf5\x37\xd1\x89\x3a\xb6\x13\x93\xa2\x86\x0b\xe5\xbd\x95\xa9\xeb\x27\x72\xd5\x0c\x39\x0c\xc5\x4e\xde\xdd\xb3\xa7\x1b\xd2\xe5\xf5\xce\xe8\x02\x4a\xc2\xc8\xec\xca\xe1\xe8\x67\xa0\x2a\x5b\x8e\x86\xbc\xfe\x31\x3c\x41\x17\xac\xaa\xcc\x0f\x29\x5b\x40\x5c\x8e\x5c\xc4\xcb\x97\x00\xb5\xa9\xf3\xb7\x9c\x4b\xdb\xbe\xda\x4a\x06\x1f\x23\x7b\x36\x3b\x69\x46\x45\x54\xf9\xd8\x8a\xa0\xc2\xb8\x4d\x3e\x36\xe7\x43\x48\x65\xb9\xfe\xc5\x0b\xae\xf6\xdb\x3e\xfe\x11\x8f\xbb\x98\xc5\x3f\x1a\xfe\x05\xc7\xfb\xa3\x09\x23\xff\x2b\xbf\xe8\x5e\xee\xfa\x28\x90\x09\xb6\x44\x77\x1b\xfc\xe8\xbe\x21\xbb\xa6\x96\xc9\x1d\xf9\x49\x55\x53\xe6\xac\xa4\x9e\x2d\x17\x90\xac\x9d\x5e\xbc\x43\x40\x59\x69\x95\xe7\x26\x39\x5c\x82\x2a\x44\x0b\xfa\xea\xd6\xb0\x8b\x8e\xd7\xf7\xe4\x46\x1d\xbe\x62\xf9\xc2\xc3\x89\xe1\x35\xd7\x7a\x9b\x1c\xeb\x1a\x15\x8f\x7a\xd8\x4d\x99\x85\x78\xf9\xb2\x53\xd0\xb7\xf0\xe7\x57\xe6\x41\x04\x95\x60\xd6\x07\x0f\x01\x93\x2e\xbc\xf5\xa2\x3b\x6b\x8b\x94\x4c\x19\x6f\x4d\xdd\x9d\xd3\x17\x67\x94\x87\xda\x3b\xe1\x81\x9b\x7f\xbc\xf0\x0a\x6a\x4b\x7c\x36\x35\xc0\xaa\x93\xec\x51\xd0\xa2\x3b\x08\x6e\x13\x19\x83\x7a\x4d\x8d\x95\x2c\x19\xee\x2a\xaf\xc3\xe8\xb6\x6c\x8d\x2e\x8d\xbf\xb9\xe7\x84\x00\x0b\x65\x1f\xb4\xf6\xf8\xfa\x7a\x68\x9b\xea\x09\x45\x1e\xb7\xad\xd0\x30\x6a\x7b\xee\x3c\xdf\x78\xdb\x7e\x7f\xc6\xac\x93\x01\xc6\x56\x1f\x86\x9d\xb2\x52\x43\xea\x11\xb9\xd0\xe7\x66\x71\x14\xcd\x62\x02\x6e\x30\xc8\x88\xd5\x1a\x93\xed\x03\x7a\xfd\xc5\x0a\x0f\x3a\x71\xc9\x3a\xd9\xde\xb1\x8d\xdc\xcb\xe5\xf9\x41\x24\x00\xbe\x08\x54\x8a\xee\x11\x95\x07\x28\x56\x71\xba\x86\x04\x5e\xb9\x8f\xa2\xbb\xf9\xf2\x9a\xa4\x51\x86\xe9\x73\xc4\x3d\x37\x0e\x36\x55\x87\x01\xee\xe1\xfe\xac\xf4\xed\x9b\x5a\x33\x2f\x3f\xc8\xd6\x00\x44\x43\xc2\x91\x4a\x4e\x82\xa8\xd0\xb8\x1c\x76\xc0\x34\x9d\x97\xe2\x40\x48\x06\xa2\x8c\xd7\xe7\xc6\x74\xec\x5b\xe4\xdb\x95\x3d\x24\xb3\xba\x39\x93\x08\xe2\xbf\x8b\xa2\x2f\xc3\x62\xe0\x60\xe2\x97\x7f\xae\xc8\x69\xf7\x94\x1d\x52\xcc\x72\xc8\x20\x75\x2f\x62\xf1\xfd\xd3\x7b\x59\xc0\xe7\xd7\x5e\xd6\x8e\xe0\xd9\x1f\x46\x4c\x33\x22\xd6\x72\xa6\xc1\x08\x2c\x8b\x42\x36\xda\xd8\x23\x1f\x90\x22\x16\x08\xbd\xa2\x56\xae\x46\x44\xa6\xcc\x12\xa4\xee\x8d\x5f\xe3\xaa\x8e\xeb\x6c\x75\x69\x0b\x8b\x18\x38\x0c\xe4\x61\x4a\xe1\xae\xcc\xc3\x30\x2d\x6b\x81\xb3\xc9\xe5\x29\xdf\x99\x3d\x2f\xf2\xdb\x9f\xa9\xcf\x71\xfe\x99\x98\x4d\x9b\xe2\xa5\xe1\xe0\x61\x81\xe9\xb7\xda\xf3\x83\xd1\x9e\x7b\x1e\xb5\xf5\x75\xc5\x39\x1d\x07\x7e\x45\x2d\x1e\xdd\x89\x8c\xb7\x3d\x30\xd8\x35\x95\x3a\x7b\xeb\xc2\xa3\x41\x37\x35\xcc\x64\x75\x20\xb8\xe0\xc1\x4a\x8c\x87\x1d\xcc\x34\x8d\x3d\xfe\x1f\x23\x05\xac\x9f\xfe\x76\x28\x04\x55\x1f\xfc\x1a\x9b\x95\xeb\x4a\x72\xc9\x5d\xa2\x6d\x55\xe8\xa0\xaa\x48\xf6\x5c\xf7\x98\x19\xda\x8e\xed\x03\x07\xe6\x3a\x74\xba\x8d\x5a\xba\x77\x34\x02\xcf\x18\xd0\x7b\x06\xc3\xd6\x1b\x93\x28\x73\xd1\x69\x40\xa3\x7d\x0a\x98\x51\xa7\x78\x49\x10\xcb\x1c\x23\x24\xd5\xca\xb1\x37\xe1\xcb\x61\xd0\xdd\xa8\xb5\x7f\x74\xf3\xd9\x0d\x92\xe3\xc3\x78\x1f\x22\x73\xcf\x98\x00\xd8\x73\x28\xff\xfa\xed\xc9\x5b\xcd\xd7\xe8\x47\x91\x78\x56\xbf\x2c\x65\xef\x74\x50\x0b\x1c\x20\x3a\x2b\x40\xa9\x2a\xe0\x58\xcf\x83\xdb\x6a\xb3\x3d\xd4\xea\x49\x1e\x88\xd7\x2f\x5e\x02\xda\xbf\xb9\xd1\x34\x7b\x09\x60\x7b\x3b\x7e\x8b\x2f\xb9\x1b\x27\xf1\x36\x3d\x63\xc8\x67\xa4\x1a\x15\x04\x62\xe8\x76\xdd\xf0\xc1\x49\x59\x89\xd9\x5d\x92\x4e\x7b\x56\x93\x1f\x06\x2f\xc9\x0d\x8e\x9d\xe6\xa4\x11\x23\x36\x86\x24\x40\xba\x7b\x26\x1d\x58\x06\x83\x8d\x83\x15\xab\x40\xa1\x3d\x0e\xbd\x3f\xba\x10\xdb\xcd\xd5\x4d\x36\x57\xa1\x69\x37\x17\x00\xd1\xd7\xad\x8c\x3d\xf6\xac\x1b\xf2\xce\xba\xf1\xb5\x3a\x94\xdb\x7b\x21\xce\x46\xa9\x05\x7f\x1b\x35\x3f\x86\x25\xaf\xea\x22\x2d\x91\x39\xab\x99\xb4\x46\xba\x5d\xac\x7b\x11\xf4\x3e\x85\x46\x3b\x69\x30\xf1\x49\x0c\xf7\x07\x3f\xb2\x2c\xcf\xfd\x8d\x4d\xc6\xfe\x8d\xcf\x9e\x75\x8b\xef\xa3\xe8\x2b\xb5\x91\x92\x76\x0f\x50\x24\x12\xc8\x3d\x4e\xf6\x4d\x7b\xf2\x14\x5f\x2c\x64\x77\x35\x4f\xf5\xbe\x2b\xce\x5a\xa9\xa1\x50\xeb\x9a\x2e\x94\xe6\x32\x97\x3b\x57\x41\x41\xb5\xea\x6a\x58\x71\xcd\xb4\x9e\xb0\x67\xb1\x25\x80\x8a\x0e\x4e\xd0\x44\xd3\xd1\x51\xf0\x25\xa5\xe2\x9a\x86\x0c\x3d\x4a\x5e\xb2\xd7\x24\x65\xb7\x01\x04\x44\x30\x3d\x43\xa0\xd2\xea\xd9\x85\xb4\xf0\x81\x63\xa1\xfd\xf0\xbe\x50\x32\x86\xe5\x23\x56\x79\xb1\x36\x61\xec\x4b\x86\x50\xad\xd6\x2d\x5f\xc7\x56\xe3\xaa\x66\xe6\x49\x78\x22\x7e\x69\x08\x17\xb5\xca\x0f\x70\x7a\x6f\x99\xcc\x96\x15\x92\xb9\x20\x78\xaf\x26\xfd\x57\x5c\xe8\x9b\xcd\x7e\x90\x1d\xb6\x31\xee\xcc\xba\x62\xe2\x7c\xf0\xf7\xb8\x9b\x13\x8e\xe8\xfa\xaa\xcb\x32\x99\xb7\x3c\x34\xf4\x94\x37\x73\xef\xbd\xf3\x3f\xff\x3e\xe8\xa3\xa6\x32\xe6\x18\xd4\x9f\xee\xae\x22\x24\xcf\x78\xbd\xe4\x35\xfb\x5d\x67\x97\x3f\x98\x10\x4e\x37\x00\xcd\x4b\xaf\xf0\x3a\x35\x16\xda\x26\x4e\x1f\x6c\x94\xb1\x0e\xaa\xac\x41\xea\xbc\xd6\xf1\xcd\x99\x27\xac\x58\x41\x4b\x5e\xb3\x22\x3d\x4f\xc5\x48\x66\x21\x5e\xbe\x4c\xd3\xd3\x22\x22\xc0\xd0\xba\xe7\x24\xcc\x73\x94\x8d\x1d\xd3\x96\x97\x34\xc6\x2c\xe1\x4b\xe2\xf0\x38\x04\x4e\x4a\xf8\xbb\xb0\xc3\xe6\xad\x11\x6c\x9a\x08\xd3\x10\x6e\xf1\x25\xba\xf1\x69\x0c\xc2\xa6\x1f\xcb\x97\xfe\xe9\x28\x2a\x66\x87\x84\xdc\x7b\x37\xda\xae\x8e\x45\xa8\x0b\x71\xeb\x55\x50\xed\x7c\x79\xc8\x38\xe8\xc7\x0f\x9e\x33\x5e\x90\xac\xae\x37\x85\xd9\x68\xf7\x47\x67\x0a\x83\x08\xa3\x6b\x9d\x3c\xff\x94\xf4\x43\x13\x2c\x0e\x5a\xae\x7f\xe3\xd9\x79\xb7\x7a\x09\x5d\x64\x7b\x31\x23\x95\xd1\xaa\x7b\x3c\xaf\x87\x51\x9c\x4d\x67\x9a\xa1\xf7\xfc\xb7\x54\xac\x67\xe4\x02\x9d\x27\x18\xd8\xc8\x8b\x0e\x20\xe7\x4f\x45\x35\xdc\xc8\xa1\xfd\x56\x7a\x71\xbc\x08\xdc\xbc\xda\xaa\xce\xed\xfa\x66\x91\x28\xa9\x2d\xa3\x84\x2d\x67\x63\x33\x71\xd0\x92\xdb\x7b\xa9\x13\xd6\x63\x85\xf7\xce\xa6\xae\xe1\x72\x94\xd9\x65\x6b\x95\x73\xf1\xa5\x48\x17\x8f\x5f\xfe\xdd\x1a\x8a\x84\x49\xab\xe7\xa2\x8e\x1d\xaf\x76\x2a\xc6\xd8\x16\x53\x41\x28\xe9\xa0\x14\x04\xcb\x8a\x26\xf4\xd9\x05\xba\x52\x9e\x3c\xbf\x4d\x1e\xf9\xc9\x85\x56\x3f\x2f\x0f\x7d\x2a\xd7\xab\x1e\xb0\xd2\x33\x80\xe9\x77\x46\x51\xc0\x49\xec\x06\xeb\xa5\x7e\x6c\xfd\xa0\x06\x31\xea\x12\xae\x68\xec\x28\x5e\x79\x2e\xed\x07\xaf\x3e\x06\x4c\x25\x5d\x99\x47\x57\xd4\x2f\x4d\x15\x07\x4b\xa3\x9e\x03\x7f\xba\xce\xdc\x66\x1e\xa4\x25\x0d\xec\x79\xef\x94\xb1\xda\x88\xf0\x03\x8b\xec\xdd\x98\x90\xbf\x2e\x30\x02\x9d\xb6\x9f\xe9\x57\x16\xb1\x28\x67\xca\xec\x6c\x0f\x17\x7e\xd4\x8d\xab\x8a\x19\x04\xbc\xf8\x24\x64\xe6\x77\x1b\xec\x27\x09\x3b\x9b\x65\xd0\x0a\x1f\x2e\x30\x4f\x45\x98\x88\xc7\x8b\xb5\x80\x7f\xdd\x68\xa1\xc6\x3d\x22\x61\x35\xe7\x6e\x7f\xd9\xbb\xc1\x73\x4a\xbb\x53\x0f\xf6\x5a\x93\xea\x52\x1e\xec\xe4\x43\xdb\x9c\xe5\xa9\x0b\xc3\xe4\x25\x9e\xe6\xcd\x1c\x82\xd0\x7d\xdb\x8a\x4f\xf2\xd3\x5b\x6a\x0e\xf7\x46\x53\x0b\x3b\x80\x4a\x12\xcd\xd6\x82\xa1\x68\xaf\x39\xc5\xfb\x3e\x98\xb3\x17\x45\xcb\xd6\x76\x11\xa7\xfa\x75\xaf\x05\x2e\x2f\x26\xec\x56\x32\x27\x85\x11\xd0\xd3\x7a\xb5\x9f\x8f\x36\x42\xb1\xe3\x54\x10\x92\xd6\xed\x3c\xce\xdc\x25\xc9\x33\xa5\x40\x18\x16\x7f\xfb\xf7\xed\x3c\xa3\x93\x3f\x55\xac\xfc\x8b\xc9\xba\xf2\x95\x6e\x5a\x5d\x4f\x1e\x79\x6b\x6e\x86\x2f\x97\x91\xc1\x7f\x1e\x66\x8f\x22\x7c\x78\x73\x30\xb1\x1f\x3e\x76\xc4\x85\x76\x94\x11\xda\x01\x13\xc1\xf1\x70\x11\xb5\x73\x63\x62\xbf\xc1\x1f\xc2\x10\x0f\xd5\xf3\xe4\x27\x1c\xd0\x2e\x21\x65\x03\x7c\x9b\x47\x21\x98\x4b\xa3\x49\x53\xc8\x2d\xbe\x15\xff\x90\x18\x51\xf3\x80\x78\x56\x67\xa2\x0b\x92\x87\x89\x4d\x7d\x85\xc5\xa5\xa1\x1c\x05\xd2\xd1\xe5\x8c\xdc\xde\x95\x97\xdd\xc2\x2c\x43\xcd\x16\x90\x69\x5a\x23\xf3\x8c\x32\xf5\x15\x6a\xb7\x82\x0d\xca\x1c\xce\xf3\xe5\x1c\x1c\x99\xeb\x80\x73\x4c\x2b\x70\xfe\xb3\xe4\xbf\x08\xfc\x7d\x11\x3c\xe2\x80\x85\xa9\x76\x12\xe6\xf7\xe4\xf9\x96\xd4\x0e\x0a\x0a\x13\xc6\xd1\xb4\x35\xbe\x2f\x69\x52\x97\x18\x12\x76\xaf\xce\xfd\x2b\xe2\x79\x37\xa5\x21\x91\x88\x6d\x4c\x5d\xf1\xad\x32\x4a\x1a\x40\x19\x82\x5c\xa0\x83\x6b\xa8\x28\x26\xce\xef\xe3\x5b\x53\xab\x8a\x6b\x4f\x88\x26\xdb\x1b\x94\x4d\x90\xb1\x46\xc2\xe9\x4d\x78\x9d\xce\x41\x51\xde\x28\x7c\xcd\x05\x19\x27\xef\x1a\x5e\x9d\x8a\xe1\x34\x31\x69\x19\x01\xc6\x1a\x7d\x75\x82\xaa\x79\xaf\x5f\x4c\xae\x83\x00\x63\xd3\x94\x8f\xb3\x73\xb1\xc5\xfa\x9a\x32\xa6\x4f\x41\xf7\x35\x24\x2f\x1c\x4e\xf2\xac\xd7\x51\x3b\x51\x7c\x7e\x28\xa9\x0d\x5c\x82\xd9\xfe\x32\xc9\x4d\x8d\x6d\xa0\xe7\x3b\xc8\x2f\x25\x83\x78\x1a\x38\x63\xd5\x02\xa0\x0c\x20\x30\x99\x25\xaf\x9e\x1e\xf3\x22\x2a\xac\x1f\xd3\x11\xdb\xd3\x0b\x4b\x31\x63\x51\x53\xde\x97\x6a\x80\x5f\xbb\x7b\x7f\x73\xe9\x99\xa1\x3a\x78\x93\x61\x15\xd6\x03\x9c\xf6\xc8\x84\xad\x2e\x6e\x83\x1f\xff\xbc\xd9\x0b\x7f\xcc\xda\xdc\x98\x7e\xf0\xee\x98\x1a\x85\xed\xed\x5d\xea\x85\xab\x0e\x9c\xc2\xae\x95\xf9\x79\x81\x83\xe7\xe7\xd3\x1e\x9a\x70\x54\x95\xdb\xe0\xc7\xab\xa3\x32\x56\x63\x87\x99\x5a\x22\x1a\x3c\x71\xa4\x14\x86\x82\x12\x5a\xb6\x31\x99\xb0\x2c\x47\x94\x10\x3c\xb7\x46\xc4\x1a\x5e\x87\xbe\xd4\x87\xb5\x29\xdf\xf7\x93\x8b\x6e\xb7\xd9\xf9\x51\xf4\xb0\x23\xdc\xe9\x1b\x08\x28\x93\xae\xbd\x29\x1d\xe7\x2f\x5b\x22\x51\x77\x41\x47\xe3\xf2\xb3\x29\x7f\x88\x76\xe1\x08\xa5\xa7\x49\x9f\x17\xcb\xfa\x92\x65\xff\xa7\xf6\x4c\xd1\xd7\xc4\x40\x91\xf9\xd2\xe6\x16\xf9\x93\x4f\xbf\xaa\x6e\xe3\xae\x83\x4e\x82\x31\x30\xbf\x34\x11\x1a\xb4\x50\xc3\x6d\xc3\x8b\x2b\x5e\x9b\x05\xd8\x89\xfa\x6d\x8e\x04\xe7\x0a\x3b\xe1\xd3\x3a\x22\x3f\x98\x2d\x07\xf3\xc9\xd3\x1a\x6f\x56\xec\x2b\x14\x8d\x9f\x16\x02\x7e\x19\x10\x91\xae\xe2\x6c\x6f\x5b\x25\x93\x37\x5a\xb2\x6e\xb1\x6d\x0f\xd9\xe9\x9d\x28\x7a\xd4\x36\xc3\x15\xcb\x91\xc4\x2f\x99\xb6\x21\x6d\x2c\xac\xed\xdf\x39\x02\xba\xea\xaa\x2b\x9b\x72\xc4\xfa\x69\x5f\xc7\x78\xea\x57\xa9\x9b\xf6\x08\x32\x2a\x66\xd0\x36\x3f\xed\x9f\xff\xc5\x02\x3a\x7e\x87\xf9\x1a\xd8\x41\xfb\x06\x65\x60\xdc\x2d\xda\xaf\x81\xf3\x83\xf9\xcf\xc5\xd3\x97\xd7\xbf\x37\x08\x9d\x67\xb7\xa6\xa3\x93\xb0\xc3\xfe\xcf\x70\x85\xbf\x99\x5f\x66\x1b\xf2\x33\x6e\x3e\xda\x0d\xb5\xe6\x78\x96\x47\xb3\x23\x35\xb4\xe2\x8b\xdf\x67\xf3\xd8\x3f\x20\x8d\xe6\xe1\x0f\xd1\xf5\x5c\xf0\xff\x71\xfb\xf5\x1d\xa8\xfb\x00\x56\x16\xad\x7e\x4e\x34\x00\x75\x8a\xaa\x07\xe7\x4f\x1a\x74\x43\x32\x87\x49\x47\xea\x8e\x53\xf6\x19\x72\xfb\xd0\xbd\xae\x9d\x12\x9a\x98\x15\xcb\x51\x81\xe1\x63\x3e\xcd\x1c\x35\x18\x59\xe8\xed\x85\x86\xe4\x97\xfa\x0e\xb5\xb1\xd0\x17\xc8\x3b\x63\x66\xfc\x0d\xc6\xad\xdf\x4f\x9e\x96\x01\x8b\xe6\x1b\xbf\x31\xae\xbc\x75\x73\x1f\xc5\xf9\x67\x43\xda\x00\x40\xd5\xc0\x6e\xeb\x6b\xa9\x53\x9a\x5f\x8a\x47\x00\x1f\x10\x98\x2d\x84\x7a\x51\xde\x14\xcf\x66\x46\x90\xd8\xbf\x26\x48\x24\x24\x5d\xa3\xaf\xaf\x46\x62\x75\xa2\x9f\x35\x08\x83\x1b\x3d\xff\x60\x2f\x60\x22\x52\xfd\xea\x7e\xca\xc0\x38\xf9\xe6\x4c\x71\x40\x0f\xa9\x6f\xf7\xdc\x1c\x6f\x88\xc2\x85\xf3\x81\x8b\xbe\x0a\x99\xb8\xc9\x9d\x57\x7b\x07\x4e\x27\xa0\x06\xc5\x38\xf4\xf8\xf6\x9a\x8d\x40\xa9\x80\x6c\xbd\x61\xb5\xaa\x03\x20\x99\x0f\xef\x7d\xe1\x88\xca\x39\x26\x15\x76\x18\x68\x4c\x63\x27\x4e\x65\x81\x8e\x97\xb3\xed\xbb\x3c\x78\xbf\xbf\x73\x09\xd9\x5b\x80\x72\x6f\xf2\x7c\xf9\xf8\x1f\x0c\x14\xdb\xb3\xaf\xfd\xef\x40\x11\x97\x74\xcd\xbc\x83\xfd\x31\xd3\xae\xe8\x3f\x9e\xd0\x72\x97\x50\x44\xc0\x1c\xdc\x72\xf0\x3a\x7d\x4f\xea\xfa\xfe\x34\x29\x66\xe8\x2b\x8f\x1e\xed\xdf\x97\xa8\xeb\x9b\x14\x72\x5a\x92\x08\x9b\xd3\x10\xa5\x68\x79\xa7\xc6\x6b\xd3\x3d\xc2\xef\x39\x4c\xc8\x7d\x3e\xbe\x58\x05\x8d\x27\x84\x2b\x0d\x31\x66\x4d\x65\x12\x5e\x81\xa0\x68\x2f\x9d\x39\x2f\xb1\x27\x0b\xe4\x18\x75\x26\xf9\xd4\x97\xa0\xa0\x23\xde\xf7\xa3\xba\xa2\x08\x51\x83\x03\xca\x78\xff\x34\x68\x93\x1a\xe8\x1a\x72\xfa\xe4\xa3\xa3\x69\x1b\x2e\x32\x11\xe0\xf3\x96\xe8\x42\xaa\x43\x5c\x5a\x4c\xc2\xd2\x2b\xe4\xe3\x6b\x07\x64\x29\x83\x89\x8f\x28\x76\xbc\xa2\x02\xb6\x3d\x5e\x81\x27\x2a\x28\xe4\xba\xa3\x50\xea\xb3\xbf\x9c\xeb\x94\x84\xb1\x43\x39\x11\xd6\x07\x82\x1c\x52\x63\xc7\xf6\xc7\xd8\xc8\xb3\x80\xf1\xd5\x4c\xa8\xa0\x7c\x6d\xa2\xd8\x56\x78\xdc\x8f\xc7\x40\xc1\xf4\x06\xa5\xbf\x48\xc8\xe8\x46\x51\xe3\x3e\xfd\x60\xd6\x5f\xfa\x09\x40\x08\xf8\x28\x04\xd9\x2a\x9f\x58\x9a\x80\x04\x8a\x6e\xce\x45\xfa\x3c\x6c\x83\x8c\xf3\x53\xca\x9d\xcf\x33\x46\x7f\x72\x45\x80\xcd\xba\x51\xf4\xab\x6d\x8e\x30\xf3\x2d\x7e\x9e\x9e\x89\x62\xab\x90\x77\x8b\x19\x1d\xd7\x34\xd9\x31\xc8\x9e\x21\x35\x87\x7d\x26\x16\x26\x19\x8d\x52\x5d\x0d\x20\x3b\xc6\x37\x8b\x38\x8a\x16\x71\x32\xc1\x31\xa3\xe9\xee\xdc\xb0\x51\x13\x11\x1e\xc4\x4f\x41\x2a\xc6\x53\x09\xd6\x10\x25\x7e\xc6\xa1\x9b\x28\xe1\x05\x18\x43\xaa\xa5\xd0\x0a\xa6\x86\xc2\x39\x60\xc5\xb5\x52\x4d\x31\x4d\xbb\xd2\x36\xcd\x4d\x3a\xa1\xe3\xd5\x55\xe6\x31\x14\xb7\x42\xcc\xe5\x4a\x2e\xa6\xdc\xac\x8a\xda\x78\x90\x04\x1f\xef\x61\xb0\x58\x0a\x80\x1b\x88\x15\x76\xc1\x1e\xbb\xd9\x28\x36\x1d\x09\x12\xa6\xc5\xb3\xf7\x41\x2b\xb3\xc3\xd8\x79\xe7\x37\x45\x48\x61\x59\xdc\x7e\x03\xbc\xae\x19\x8b\xdb\xb3\x8e\x37\xb8\x77\xde\x16\xdf\x58\x00\x1e\x5c\x74\xe0\xdb\x25\x2e\x7a\xb1\xa3\x95\xb5\xd8\x8c\x3a\xfa\x5f\x18\x74\xcf\x94\x57\xa5\x09\x20\x67\x29\x78\x67\x80\x12\x99\x3f\x6e\x34\xff\xfd\x45\x1f\x67\xd2\xe8\x44\xb6\x12\x67\xa9\x13\x45\x6f\xaa\xb4\xaf\xee\x58\x1f\x6e\x4c\x51\x97\x80\xf1\x15\x92\xaa\xa9\xbf\xed\xe9\x4e\xee\x33\x36\x70\x32\x3b\xf9\xcf\x76\x72\xec\x96\x8e\xb7\x9f\x6e\xee\xa2\xf6\xe1\x53\xdb\x10\x21\x0d\x27\x47\x9c\xdf\x27\xb5\x1a\x15\x60\x93\x81\x7b\x74\x1e\xd4\xc4\xdd\x4d\x63\xa2\x56\x1e\x8f\x81\x43\xba\x53\x2a\x10\xc0\x36\xac\xa9\x42\xe4\x5a\x0d\xfc\xd8\x43\x81\x51\xac\x82\xcb\x87\x12\x92\x7f\xa6\x88\x3d\xd8\x29\xa0\xc3\x18\x90\x9c\xc7\x41\x2b\x05\x0c\xa9\x65\x2d\x93\x03\x5d\x89\xa3\x68\xd7\x86\x53\x4d\xe9\xa6\x59\x7d\x71\x51\x11\x99\x76\x78\x0a\x7c\x69\x52\x56\xe3\xd1\xad\x33\x1f\x4a\x5a\x9a\xb7\x2e\xda\xf9\x21\xe1\x16\x31\xed\xc5\x1f\x15\x5a\xfe\xc6\xe5\x48\x71\x6e\x9d\xbd\x4c\xad\x7e\xf6\x66\xb1\x1f\x1e\xec\x4a\xcb\xef\x32\xda\xf9\x52\xcd\xe4\x19\xad\xf3\x33\x7b\x00\x17\x0b\x1e\x95\x64\x4b\x9c\x55\x07\xf5\x0b\xfe\xac\x4b\x5b\x84\xb0\x2a\x87\xf7\x93\x02\xea\xc3\x64\xf6\xb0\x02\x99\xd3\x30\x37\x2e\x14\x69\x6d\xae\xa8\x75\x50\x75\xa9\x6a\x47\xb1\x7e\x3c\xbb\xaf\x3f\xa4\xff\xea\x46\xf1\xfc\xeb\xab\xe4\xeb\x77\x7f\xdd\x45\xed\xda\xa3\x6b\xec\xfc\xed\xe6\x5b\xd4\xae\x7c\xc3\x26\xe5\xc1\xa8\x94\xd4\x16\x5a\x0d\x4c\x7e\x87\xd2\x55\xe4\x93\xc8\xbd\xe8\xe0\x47\xaa\x19\x0f\xd4\x4a\xa6\xee\x56\x9d\x21\x53\x25\x16\x97\x28\x57\xc5\x4b\x79\xfe\x47\x56\x6a\x17\x67\xd3\xfe\x37\x08\x91\x24\xed\x6f\x1e\x5f\x35\x1d\xf3\x88\xa7\xac\xc4\xca\x5d\x37\x46\x3a\xb3\x14\xd6\x55\xc4\x28\x9a\x12\x1d\x84\x59\x44\x79\xdd\x2f\x0d\x4b\x5a\x07\x62\x2f\xad\xb4\xa0\xe2\x8c\x71\x0c\x47\x9f\x10\x45\xe1\x26\x0c\x51\xaf\xf8\x71\x90\x6b\x39\xa1\xf6\x09\x16\xe4\x5c\x2b\xfb\xdb\x32\x1a\xe2\x17\x2b\x8e\x56\x91\xf2\xc0\x88\x85\x9b\xd7\xa6\x6e\x70\x94\xad\x12\xd2\x8c\x05\xa0\x20\x46\x4a\x57\x62\xef\x4c\xd0\xef\x0f\x3e\x49\x93\x83\x2d\x3a\x38\xdd\x9a\xb0\xe6\xb3\x87\x4d\x89\x62\xc4\x6e\xb9\x39\x65\xd7\x74\x4e\x55\xf7\xd1\x61\x94\x11\xb5\x9d\xb7\x31\xc5\x0a\xe0\x5e\x74\x80\x33\x3d\x9a\xb2\xfa\x5a\x29\x29\x60\xdd\xd6\x92\x7f\x61\x8e\x4f\xb6\x9e\xa0\x5f\x96\x82\x9c\x98\x4c\x52\xf2\xdf\xb1\xd8\xc7\xdb\x97\x4d\xa6\xc9\x7e\xfb\x1f\x99\xec\xe7\xd6\x64\xbf\xfd\x1f\x34\xd9\xc7\x51\x5c\x44\xf5\xdf\xd5\x32\xa4\xe7\x06\x33\xb2\x91\x0b\x10\x7e\xb1\xa3\x26\x9f\x15\xf0\x3e\xf9\x69\xfa\x39\xbc\x39\xc7\x75\x1d\x1b\xea\x47\xf2\xb1\x2f\xb0\xe6\x31\x62\x38\xa1\xaf\xe4\xf1\x7f\x27\x7f\xfb\xbf\x66\x96\xb7\x90\xd2\xfb\x38\x8f\x9f\x52\x53\xe4\x3e\x8a\x5e\x94\xad\x90\xc7\x03\xea\x61\xd5\x32\xc9\xb0\x85\xc0\x1a\xee\x45\xa5\x0c\x69\x65\xbd\x0b\x8f\x68\x08\x5f\xb7\xc0\x42\xc0\x1f\xf1\x69\x19\xa2\x11\x88\xf1\x5e\x76\xe4\x43\x75\x62\xcd\xeb\x4e\x76\xc1\xe4\xf4\x2b\x54\x22\x8b\x9e\xf3\xba\xc8\xe3\xb4\xfb\xb1\x87\x34\xe4\xae\x8e\x88\x0a\x93\xa2\x43\x95\x48\x5e\x8f\x0c\xbc\xf5\xf5\xa3\x50\x81\x31\x9a\x2e\x6d\x1f\x0b\x07\x23\x1f\x16\x0f\xb1\x9e\x22\x8d\x81\xbd\x75\x53\x02\x03\xd1\xb2\xb5\xa1\x3c\xb5\xc6\xff\x04\x27\x1d\xb7\x32\xd4\x90\x59\xbc\x5b\xb7\x82\x4d\xc3\xad\x06\x04\x8a\xf7\x81\x74\xe3\xb8\xe1\x04\x2c\xa0\x4a\x80\xf3\xb4\xb4\x32\x39\xc5\x37\x1b\x29\xa3\x70\x13\x47\xed\xc1\x80\xf0\x24\xe5\x70\xf8\x5b\x99\xc9\x38\x3f\x68\x69\xf1\xfa\x60\x30\xc2\xaa\xcd\x28\xba\xe6\x30\xeb\x47\xc4\x1a\x67\xcf\x06\x2a\x0a\xcd\xf8\xd3\xf2\x64\xcd\xac\x41\x11\x98\x69\x1a\x6f\xc3\x46\x7c\x34\x08\xfe\x21\x37\x35\x78\x6c\xa4\xe1\x8c\xc9\xcd\xf1\x2c\x15\x0a\x24\xb4\x51\xd3\xbd\xd5\x61\x26\x81\x07\x9c\xb3\xa0\x54\xd7\xd6\x20\x6f\xb8\x0f\x8d\x17\xa9\x50\x8d\xbe\x05\x10\xa7\x99\xce\xab\xd0\x35\xa0\x09\xaf\x4f\x86\x84\x19\xb6\xae\x11\x19\xc6\xb3\x9a\x7d\x8b\x4a\x89\x96\xf9\xd9\x30\xee\x68\x1b\xcc\x9d\x3f\x6b\x17\xe6\x84\x00\xc4\x6a\x7a\x81\x37\xb5\x48\xad\x05\xc3\xec\x3a\x29\x3d\x64\xa2\x88\x4a\xc9\x1e\x98\x16\x32\xd4\xcb\x7e\xc2\xbc\xbe\x1a\xa9\x10\xf5\x91\x7f\x05\x6a\x10\xb9\xda\xa8\x75\xe1\x21\xf6\x64\x83\xf2\x84\x8f\x23\x0f\xf6\x55\xce\x48\xaa\x41\x8d\x44\x22\x27\xff\x6c\x3e\xa5\x5f\x75\x66\xc3\xe6\x4b\x3a\x36\x44\xa6\xf7\x13\xbb\x4d\xbd\xe3\x89\x4a\x42\x55\x59\xae\x11\x8b\xf8\x48\x58\xb0\x29\xbe\x78\x2c\x90\x9e\xfe\x25\x7b\x9b\xac\xd4\x53\xd8\x0e\xee\xc3\x24\x56\x6a\x19\xaa\x2f\xae\xb5\x3b\x8f\x04\x74\x95\xf9\x15\x84\x86\x14\x5b\x7f\xc4\x03\x9f\x2e\x79\xa0\x1b\xba\x03\x2f\xb9\x16\x30\x70\x5d\xf6\xd0\x51\x43\xec\xd7\x9f\x0b\xe8\xe5\x7d\xc8\xc9\x39\x39\x71\xfe\x79\xef\x25\x11\x77\x90\x86\xe5\x30\x40\x01\x29\x7a\x62\x77\xb8\xdb\xdf\xfd\x85\x90\xd2\x27\xa0\x8f\x90\xb9\x4f\xda\xac\xaa\x22\x00\x43\x0b\xe7\xa2\x68\x92\x55\xca\x33\x5b\xa6\x37\x99\x7f\xaa\xe3\x07\xd6\xf0\xd9\x9f\xac\xe5\x4d\x81\x65\x76\x3c\x70\xc7\x8b\x5f\x1d\x30\x3e\x84\x8c\x0d\x1f\xdc\x9f\x7e\x87\xa0\x42\xb3\x05\x41\xdf\x1c\xbf\xa4\xa3\xb6\x1b\xc6\x7a\x60\x73\x05\x91\x04\x4c\x04\xe4\x55\x29\x95\x6e\xab\xd7\x4b\xee\xdf\xc2\xfd\xc5\xbe\x4f\x27\xb8\x94\x0a\xd0\x5a\x16\x1b\xc4\x3e\x9e\x03\x39\x49\xc5\xd8\x41\x3b\xf5\x63\x5a\x19\x49\x9a\x95\xac\x73\x9e\x48\xde\x2e\x01\x1c\xf1\x47\xba\xf5\x2d\x92\x9a\xa8\x9b\x62\xa2\x7a\x83\x03\xdc\x38\x45\x30\xf9\x8a\x6c\xe6\x63\x2b\x38\x2a\x83\x61\x5b\x90\xae\x91\x2d\xf0\x30\x1c\x1a\x2f\x11\x5b\xab\xed\xc3\xe4\xac\x9a\xf7\xa7\x3b\x85\x07\x5d\x07\xa5\x95\x8c\xf1\x2f\x81\x3d\xa9\x00\x82\xcc\xa8\x53\xc2\xc8\x65\xaf\x6e\x20\x5c\x95\x2c\xfa\x50\x99\x84\x7c\xf7\xda\xe6\xb8\x78\x9d\x32\x6c\xbc\x45\x51\x5d\xfd\xf6\xf1\xff\xe6\xce\xba\xba\x3f\xcc\xe6\xb1\xcb\xea\x21\x0d\x7b\x48\xc1\xfb\x93\xf9\x6f\xbc\x36\x07\xbf\x9f\xff\x43\xea\x14\xff\xd9\xfc\xd7\x01\xea\x7b\xe0\xb7\xe7\xa7\x4c\x5d\xfc\x07\x33\x0c\xe9\x87\xf9\x3a\x0d\x01\x73\x1b\xcc\xc3\xec\x05\x20\x35\x46\x1e\xf0\x39\x59\x9d\x0c\x0c\xe8\x9b\xbb\x4b\x50\x4b\x12\xae\x2b\xcc\x12\x03\xf8\x55\x85\x07\x52\x43\x56\x1e\xc0\xd0\x91\x8f\x96\x08\xec\x21\x3b\x5f\xb6\x53\xec\xd8\xa0\x7d\xc8\x13\x56\x65\xe0\x36\x21\xe3\x3a\x82\xa1\x8f\xef\xb3\x5b\xc8\x05\x46\xda\x47\xaf\xe1\x2d\x59\x99\x24\xe6\x64\x86\x49\x78\xaf\xc6\xb8\x41\xc3\x7d\xf6\xbb\x1b\x67\x14\x1f\x24\x8a\xc2\x9e\xd6\x64\x8a\x57\x9a\xf7\xa0\xa1\x13\x72\x2a\x19\xa4\x37\x57\x5d\xb9\x9d\x36\xad\xd7\xfa\x9e\x8f\xb1\x3e\x20\xba\xf9\x56\x7f\xf6\x6c\x6b\xdb\xbf\xe0\x5a\x35\x24\xd1\xfb\xe5\xab\xf7\x03\x91\x04\x86\x20\xab\x19\x26\x0d\xd5\x60\x93\x6f\xf4\xb3\xe4\x8f\x26\x9e\xde\x20\xb2\x6b\xeb\xae\x04\x52\xf5\x74\xd9\x2c\x1b\x8b\xf4\x39\x37\xfd\x7c\xb5\xd1\x37\xa2\x85\x6f\xee\x62\x40\x8d\xbe\x53\xad\xa3\x3c\x60\x49\x70\x1a\x14\x41\x83\x59\xe7\x9c\x6f\xb0\xde\x78\xfd\x02\x1f\x30\x14\xa0\x09\x38\xe5\x14\x93\x77\x78\x0f\x5c\x97\x0e\xe2\x14\x19\x31\xa0\x68\xd1\x95\xae\xbb\x2d\xe4\x0b\xcd\xae\x88\xfe\x96\xdf\x07\xe6\x97\xa7\x94\xb1\xe6\x42\x6c\x75\xd3\x97\x19\xdd\x98\x06\xc0\x2c\x3a\x67\x4d\x7a\x63\xeb\xd9\xfe\x5b\xab\xca\x9d\x42\x0e\x6e\x52\xa6\x88\xed\x85\x37\xe7\xff\xef\xe2\x2e\xe1\x94\xf8\x7a\x11\x7d\x79\x1f\x45\x3f\xe6\x38\x20\x46\x4f\x80\xe7\xc6\x59\x01\xff\x13\xeb\x4e\x19\xec\x71\xa0\x12\xf8\xe9\xbf\xe2\x04\xb5\x7f\x59\xda\xc3\x69\x64\xa0\xc7\xc9\xba\x93\x34\xe7\xc6\x7c\x93\x3e\xf6\xc2\x85\xf7\x08\x22\x71\x98\xa6\x67\x2c\x14\x41\x2f\xe0\x2f\x53\xb3\xcc\x48\x16\xee\x81\x64\x8f\x64\x95\x56\x99\x7b\xb5\xc7\x24\xd7\x3f\x5c\x24\x78\xc2\x73\xe6\x6b\xd5\x40\x93\xb6\x03\x6a\xbc\xda\x41\xee\x5b\x13\x98\x9f\xdd\x09\x3d\x04\x9d\xf5\x3b\xd7\xab\x45\x68\x68\x7f\x53\xf3\x4c\x41\xe3\x8a\xef\xa2\x68\xdc\x0a\xd2\x0e\x69\x22\xa1\x55\x8a\x0c\x88\x3a\xa1\x9a\x44\x68\x7f\x32\xd3\x58\x09\x78\x4c\xb6\x83\x38\x70\xe1\x4a\x13\x29\x14\x35\x2e\x16\x04\xfc\xf9\x45\xae\x94\x77\xc6\x68\x9a\x5c\xd2\xc5\x81\x64\x05\xe7\x3b\x7a\xd6\x2b\x6b\x2c\x9a\x62\xdf\xc0\xd0\xfb\xd9\x9b\x8d\x39\xa7\xdb\xa9\xc1\x1c\xdd\x90\x8c\x4d\x69\xc2\x1e\xb1\x94\xc1\x72\x17\x84\x6c\x76\x47\x48\x4d\x1d\x52\xc4\x62\x9c\xa9\x96\x66\x67\x58\x9e\xfe\x0a\x59\xe9\xee\x12\x83\x46\x43\x40\xea\x0c\xc1\x58\xf5\xa4\x2a\xc7\x8b\x1b\x13\x46\xa0\x30\xe1\xa0\xa5\xac\xb1\xdc\x25\xe1\x9e\xb1\xc7\x47\x6b\xc2\x96\xf1\xe9\x6b\x23\x2c\xfc\x92\x8b\x90\x23\xb7\x44\x60\x9c\xd2\xed\x03\x46\x50\xde\x87\x0f\x25\x92\xa1\x3e\xc2\xc2\x93\xf3\x43\xf0\x48\x0e\xbf\x76\x9b\x5a\x64\x4d\xa3\xff\xb5\xe1\xbe\xdf\x9b\x6d\x77\x3c\xc1\xbd\x72\x04\x30\x4c\x4d\x6e\x2a\xb8\x37\x07\x12\xbc\xdc\x5f\x7d\xca\x80\xc7\x50\xe3\xc8\x6d\x59\x40\x85\x02\xec\x38\x17\x5f\xdc\x4f\xe3\xca\xfc\x31\x86\x45\x7d\xd7\x0a\xc4\xf7\x4c\x10\x8b\x2a\xca\xd8\x19\xa8\x0a\x97\x7c\x60\xf0\x2a\x92\xf9\x7d\x7e\xb5\xd1\x2c\x70\x8b\x3f\x7b\x43\xaf\xdd\xa4\xb3\xa8\x8a\xec\xab\xc0\x99\xd8\xf1\xa4\xb7\xbc\x0f\x03\xd9\x6f\xae\x01\x46\xfc\xbc\xf9\x16\xb5\x57\xbf\x98\x2e\xe5\xc0\xa3\x92\x63\x16\x8f\x5f\xd4\xa1\x42\xa7\xef\xca\x9b\x95\x1a\xa2\x6e\x54\xdb\xea\x4a\x09\xa9\xcd\xb7\x11\xce\xe9\x94\x35\x16\x27\x55\xa0\xe8\xca\x1e\xc2\x48\xca\xfc\x69\x56\x45\x4a\xd8\xc6\x53\xdf\x93\x84\xa7\x11\xd0\xb8\x4a\x08\x4d\x9f\x23\xb6\x21\xc7\x99\x8b\xd3\xb2\xb7\x02\xda\x65\x5d\xcb\x8d\x42\x00\x97\xd4\xd0\xfe\x8c\x8f\x56\xc1\x30\x9c\x63\x32\x7a\x48\xb6\xd3\x87\x0a\xf9\x08\x7f\x3e\xb5\xb2\xe2\x35\x84\x58\xd5\x5b\x35\x1a\x70\xf5\x3b\x86\xdb\x30\x83\x9f\xa1\xaa\xeb\x2c\xbb\x9f\xd8\x3a\x97\x6c\xe1\x74\x25\xa6\xc9\x99\x47\xdd\x32\x2a\xc9\x94\xc5\x4e\x3d\xe4\xa8\xae\xf2\x3f\x2a\x52\x25\x5b\x41\x3c\x11\xc5\xbc\xc2\x93\x7e\x42\xa8\x12\x4d\xe6\x73\x8e\x6b\xfe\x80\x95\x92\x38\x45\xbf\xe9\x14\x19\x24\x47\x73\x4d\x93\xce\x66\xf9\x67\xf0\xc9\xb0\x7e\x4a\x22\xb3\x25\xa8\x5e\xb5\xc6\x6c\x48\x1f\x45\x25\x32\xf8\x0f\x63\x98\xdd\x22\x25\x78\x61\x83\x47\x7b\x37\x36\xa9\x27\x2e\x22\xf7\x62\x90\x67\x88\xd0\xa5\xb4\x21\xff\x48\x90\xc0\xa6\x65\x63\x4b\x7c\xe6\xe1\x40\x22\x95\x20\x88\x6a\xad\x59\x18\xb4\x73\x7c\x63\x1b\x24\x33\xaf\xc2\x77\x34\x5b\x31\x69\xea\x89\x6e\x74\x99\x3e\xd9\xce\x75\xec\xdf\x0a\xff\x0f\x54\x9b\x6e\x69\xd3\xba\xd9\x09\x0e\xde\x89\x54\x9c\x3f\xcc\x8e\x2d\x86\xd7\x4d\xba\x4e\x48\xeb\x14\x39\xf8\xa4\xa1\x92\xf9\x7b\xec\xd5\xc4\xce\x84\x54\xd8\xcf\x42\x1d\x05\x17\xa1\x5b\x3d\xf8\x27\x77\x26\x5b\x2e\xf6\x2f\x0d\xef\xfd\xdf\xa7\x5b\xff\xf7\xe1\xa2\x61\x79\xf3\xc5\xdf\x65\x10\x57\x31\x0f\x0b\x10\x60\xe3\xc6\x2c\x9d\x83\xb7\xab\xb2\xa2\xbd\x1b\x66\x0f\x34\x5a\x9b\x37\x8b\x84\x7d\x36\x5b\xd3\x37\xb1\x1f\xd0\xb0\x7d\x93\x0a\x33\x95\xdb\x5d\xff\x67\x2d\xce\x7c\xc2\xf8\x10\x5f\xfd\x33\x35\xe6\xe0\xae\x0b\x30\xbd\x7c\x20\xeb\x59\xfa\xb7\x24\x4d\xc6\x14\x3b\x72\xf1\x43\x6f\x00\xa1\x7a\x5b\x26\xee\x08\x0f\x4d\xd7\xc5\x6c\xe2\xdf\xe6\x67\xd5\xa1\xe3\x3c\xf6\x74\x09\x53\xb6\x44\xfd\xbc\x6f\xee\xb3\x77\x10\x9b\x82\x64\xbf\x59\x4c\x99\xdf\x87\x35\x77\x03\x47\xdf\x72\x26\xad\xf8\xbe\xf5\x0b\x03\xeb\x6e\x74\x91\x33\xc3\x96\xf6\x10\xe1\xbe\x49\x33\xa2\x2e\x42\xdd\x3e\x53\x32\xfa\xe2\x63\x08\x40\x2e\x90\xfb\xdf\x37\x71\x00\xbf\xcc\xe8\xea\x33\x22\x16\xc8\x50\x29\x0e\x6a\xc5\x1f\xc8\x71\x5a\x72\x40\x6c\x3b\xf8\x05\xf1\xc8\x38\x39\x1f\x8e\x05\xb5\xd1\xf4\xc5\xc8\xd8\x8f\xa2\x8f\xd2\xf8\x3f\x6d\xff\xa2\x84\x27\xdf\xc9\x23\x8f\x9e\x1e\xff\x8c\x9c\x8d\xb9\x20\x4d\x16\xdb\x8c\x16\x1d\xf8\x5c\x4d\xcc\x53\xe1\x01\x06\xed\xe4\xee\xf2\x6c\x9d\x38\x9b\xad\x49\xe2\x98\x20\x6c\xfb\xc7\x51\x1d\xb9\xf8\xf1\xcb\x56\x42\x26\xb6\x7d\xd4\xaa\xfc\x76\x11\x15\x91\xd2\x7b\xff\xe4\x5e\xea\xd7\xce\x45\xc4\x27\xef\xf9\x4c\x53\x9a\xc0\x37\xfd\xc5\xbb\x4a\x41\x8c\xea\xdd\x2a\x26\xf4\xf1\x80\x49\xfc\x76\x2c\xc4\x2e\x26\x7b\xfd\x19\xee\x78\x16\x76\x5e\x4f\xb2\xec\x99\xee\x9f\x92\x46\xff\xdf\x0a\x90\x49\xd6\xb1\x58\x0f\xda\x69\xeb\xd7\xc0\x7b\xce\xff\x61\x2a\xb1\x96\xac\xad\x17\x8c\xe5\xfa\xd9\xef\xcf\x03\xe7\xfb\xbc\x6d\x5d\xf6\x87\x3e\xa2\xc2\x8a\xc1\xd6\x6f\x60\x60\x38\x18\x6f\xd2\x00\xce\xe4\x6e\x87\x62\x2d\xe3\x50\xa1\xcd\xc1\x34\xb5\x66\x1c\x68\xc9\x5a\xb5\xce\x83\xd8\x30\xe8\x64\x4f\xcc\x10\xfb\x7e\xeb\x8f\xb4\x6c\xb3\x5b\xca\x8b\x4d\x6e\xcc\x74\x9d\xb9\xad\x31\x05\x17\x90\x2c\xd3\x03\x81\x68\x3e\xb8\x08\x18\x7c\x61\x63\x76\xdd\x3a\xef\xf1\x99\x10\x6e\x8f\x70\x92\xd5\x20\x36\x07\x0a\xbc\xb9\x66\x0c\x6f\xe3\x1f\xf2\xf7\x42\x7b\x51\xa5\xf6\xf8\xe3\x5a\xe7\x92\xdb\x23\xae\x66\xf9\xcc\xfd\xf0\x68\x8a\x09\xfb\x95\xe9\xfe\x8b\x4a\x55\x2b\x99\x15\xba\x9c\x5e\x2f\x58\x15\xbc\x7f\x1b\x24\xe7\x58\xff\x2b\x53\xe6\x29\x1c\x68\x6d\x45\x56\xb9\x1a\x00\xca\xe6\xb2\x2b\x52\xd4\x4c\xeb\x12\x4c\x0e\xfe\xa5\x8b\x2f\x5f\x54\xc1\x71\x5f\xc6\xc6\x28\x85\xe6\xce\x74\xb0\xd1\x0d\xd1\xc9\xe3\x26\x61\xd5\xa8\x5c\xe6\x0b\xbf\x0b\x16\x93\x89\x2d\xc2\x5b\xae\x21\xd0\xea\x34\xd8\x32\xc0\xe8\xec\x0c\x70\xf2\xcd\x2d\x14\x9f\x35\xf4\x76\x05\xb1\x70\xa1\x7d\x4b\xe6\x3a\xd0\xea\xda\xa0\x93\x47\x2e\xc6\x94\xde\x3c\x32\x8a\x85\x9f\x3c\x31\x90\x61\x8d\xa7\xe8\x3f\x05\x27\xa2\xa0\xc3\xe4\xb5\x06\x55\xc1\xf9\x34\x9d\x51\x56\xee\x18\xa2\x21\xf6\x0d\x4e\x55\xf3\xdd\x8d\x0b\xb6\x62\x3a\xde\x79\x62\x9c\xea\x5b\x30\x5e\xa6\xe9\x28\x1a\x54\xde\x1c\xa4\xf5\x37\x3c\x81\x4c\x99\x4e\xfe\xd3\x65\x17\x72\x78\xbb\x68\x50\x1f\xe4\xc7\xc2\x63\x70\x5f\xfd\xa9\x08\xbe\xc5\xa9\x9a\x01\xed\x9c\x81\x92\x04\xfa\x99\x22\x16\x01\x32\x49\x6f\xd0\x76\xbc\x64\xc3\xdc\x41\x66\x14\x36\xc0\xa2\xeb\x2e\x07\x4d\x29\x14\xe1\xc9\x54\x77\x74\xb4\xa8\x80\x06\x40\x76\xaa\xdf\x1c\xbb\xba\xd3\xf4\x22\x34\x71\x62\x56\xf2\x98\xbe\x16\x62\xff\xa7\xf6\x0d\xe4\x26\x6a\x5d\x93\x62\x6c\xf1\x34\x52\x66\xc4\xa3\xe6\x74\xb9\xdb\x7a\x5c\x5c\x4c\xdc\xb8\x68\xb4\x19\xe4\xe5\x64\xf5\xc3\xe6\x42\x98\xe3\xb4\x20\xca\x66\x73\x1a\x2a\x03\xae\x07\x09\x2d\xeb\x29\x38\x1c\x96\xbe\xcc\xea\x0a\x5a\x1e\x77\x8d\xaf\xc0\x29\x48\xe1\x02\x82\x6c\x7e\x07\xa6\xdd\x03\x70\x1c\x6d\x51\xec\x1c\xe2\x5f\x06\x41\xe0\xef\x6c\x6f\x04\xc0\xd1\x63\x66\xd7\xc4\xdb\x9e\x3c\x7e\xee\xe7\x24\xd6\xf3\xdb\xe6\xee\x15\xe6\xfd\xa7\x2c\xfb\x0f\xde\xe8\xbc\x9a\xd6\x71\xf5\xaf\x3f\x6d\x25\xeb\x39\x7f\xcf\x45\x77\xe4\xdf\x5f\x40\xa5\x0c\xdf\xa9\x41\xe1\xd4\x6f\x7e\x9e\x15\x21\x49\x4c\x8b\xa1\x3a\xc7\xb9\x9d\xab\x61\x81\x4b\xbf\x9c\x5d\xce\x6f\x94\xda\x9b\xba\xc9\xda\xc1\x46\xde\x8e\xdb\x41\x44\x40\x9c\x87\x70\xed\x5a\x46\x07\x60\x26\xfa\xb5\x2b\x18\x81\xbd\x43\x46\xa5\x42\x49\xdf\x73\x6c\x16\xd3\x04\xcc\x49\x3e\x4e\xcb\x27\x48\x8a\xa3\xb5\x23\xec\x8f\xb4\x06\x83\xf9\x9a\x1d\x4e\x7e\x4a\x88\x72\xde\x54\x42\xbe\xf3\x12\x84\x4e\x0d\xe1\x03\x7f\x4f\x10\x3c\xed\x2a\xe6\x32\x5b\x54\x1b\x90\x02\xc8\x31\x06\x70\x80\xf4\x89\x0e\x93\xf2\x5c\x2b\xc7\x0a\x83\x30\xa0\x63\x4f\x64\x8a\x8a\xad\xaa\xcc\x47\xaf\xb8\x62\xf0\x12\x45\xa1\x35\x3c\xf6\x9d\x5a\x1e\xa7\x8c\x91\x69\x7b\x0e\x36\xf7\xd9\x4f\xd0\x69\xe8\xe5\xe5\x20\x5d\x2a\xcf\x3c\xa9\x81\x66\x93\xf1\xe5\x7d\xff\xc6\xa5\x7a\xc8\x2f\xcb\x76\x0e\xf9\xf2\xfd\x02\xe8\xc1\x76\x05\x53\xf9\x90\x08\x5a\x15\x10\xf6\x61\xcd\x4c\xc4\x88\xe3\xdc\xe6\x0d\xa3\x62\xa4\x1d\x6b\x94\x71\x36\x65\x92\x28\xd5\x11\xb7\x10\x52\x15\xb5\xd7\x3d\x88\xf8\xea\x4d\x30\xc4\x4b\xe7\xb7\x92\xc7\x93\x3c\x78\x7c\x63\xc8\xf1\x2a\xdf\xf2\xd3\xad\x2a\x42\x65\x45\x60\x51\x5a\xa5\x92\x6b\x67\xd8\xa2\xb9\x24\xcf\x7e\xd5\x56\xce\x7c\xd0\x8f\xa2\x4f\x73\x1a\xbc\x4a\xdc\x2e\xeb\xad\x4c\xe9\x13\x7b\x51\xa2\xa4\x52\x2c\x3a\xc1\xad\xaf\x81\x44\xba\x2d\xe0\x72\x66\xd1\x91\x33\x9e\xcf\x85\xab\x08\xf6\x46\x6c\x23\x65\x40\x94\x50\x57\x3c\x59\xba\x9d\x4f\x03\x84\x59\x1f\x85\x8c\xc6\xe5\x9f\x12\xbd\xff\x93\xf8\xd5\x72\x2c\xe2\xf5\x4b\x99\x2d\x57\xe8\xd9\xff\x02\xcb\x9e\x16\x49\x66\xb0\xf8\x74\x22\xaf\x3d\xac\x0c\xea\xe8\x05\x8d\xca\xf6\x98\xbb\xb0\xb5\xb8\xe7\x9f\xad\x6d\x28\x9b\x16\x5d\xc4\x5d\xfb\xad\xfb\x59\x68\xfb\xa7\x8c\x61\xaa\x3d\xe2\x8d\xa8\x86\x3f\x23\x52\x90\x5e\x14\xfd\xe3\xec\xab\x39\x23\x43\xcc\x45\x59\x7f\x4c\x45\xf0\x57\x3f\x07\x07\xda\xe9\x41\x30\x10\xce\x5b\x61\xa0\x46\x22\xba\x0d\x24\xf6\x74\x5b\x6f\x19\x02\x28\x8d\x9e\x58\x16\x69\x4e\x6d\x6b\xc4\x1a\xd7\x63\x6a\x3b\x69\xb9\xef\x26\x5d\xf6\xae\xc1\x09\x1e\x7f\xc7\xc1\xc3\x7f\xf5\xd9\x25\xc7\x55\x34\x76\xd7\x42\x63\x78\x31\x87\x26\x46\xf0\xf5\x39\xbc\xd7\x39\xd4\xaa\x21\xb7\x1a\x5c\xfb\x92\x0a\x77\x29\x6c\x61\x0e\xdb\x52\x4d\xc2\xe3\x1d\x5f\x32\xd1\x0b\xa0\xea\x54\xc0\x6e\xc4\x69\x39\xf2\x38\x4c\xec\x6f\x4a\xee\x3a\x1e\x8c\xad\x01\x87\xc3\x79\x68\x15\x0c\xad\x10\x62\x11\x06\x54\xdd\x9d\x27\x33\xd5\x9e\x7d\x57\x47\x92\xd0\xd2\x78\xfa\xfd\xa6\x17\xb5\x2b\xdf\xb5\x6f\xfd\x28\xfa\x4a\x3f\x25\xc4\x0d\x81\x51\xd3\x7c\xca\x9e\xf9\x96\x17\x3b\x0c\x58\xc5\xc5\xf5\xe5\xf3\x1e\x31\xc1\xbd\xb0\x61\xcc\xd4\x76\xd8\xf6\xc4\x4f\xf6\x2a\x76\x22\xc5\xb4\x3f\x5f\xfa\xed\x5d\x6a\xe9\x67\x34\x0f\xda\xa5\x3f\xb5\xae\x8a\x01\xb7\x74\xec\x8a\xd1\xf8\x4b\x6e\x1d\x67\xd1\x89\x6f\xaa\x31\xa7\xd9\xe2\x8c\x1f\x49\xcb\x02\x5d\xe7\x25\x92\x78\xe6\xd4\x4e\x93\xab\x9d\xd0\xe9\x65\x9b\x12\x30\x69\xda\xf9\x4c\x10\x7c\xbe\xa2\x15\xae\xf5\xa4\x0d\x5a\x0a\xbb\xd0\x76\x87\x4a\x6a\xff\xe1\x50\x05\xb5\x4e\xbd\xae\x24\x97\x43\x9d\x10\xb7\x29\x2d\x04\xd7\x41\x6b\x37\xd3\x26\xd1\x30\x50\x5c\x2e\x34\xe6\xce\x1c\x14\x08\x12\x80\x7a\xee\x35\x3e\x87\x02\x4d\xfd\x11\xc5\xdd\xa8\xd0\x37\x0b\x46\x3c\xf5\x12\xcb\x02\x83\xbd\x2a\xb2\x48\xa4\xee\xfb\x15\xfc\x23\xf7\x89\x68\xa2\xe2\x85\x03\x38\x2b\x32\x01\x2c\x47\xf5\x6f\x35\x26\xeb\x72\x83\xd4\x49\xe7\x22\xdc\xaa\xfc\x31\xe0\x3e\x51\xae\x63\xac\x3b\x07\x2e\xc6\xbe\x0d\xc3\xce\x31\xfb\x95\x17\x72\x87\x4d\x28\x04\xc9\x67\x7f\x4a\xf4\xb0\x06\xa1\xfd\xd1\x7b\xc9\x6b\xf0\x50\xce\x6d\xb4\x9c\x8d\xfa\xde\x52\x2f\x2f\xa8\xf5\xf8\xbf\xc4\xa0\xf5\x95\xc5\x36\x64\xd0\xdb\xcc\xfe\x77\x62\xcf\x9f\xf7\x26\xc6\x83\xf1\x3a\x3c\xe1\x7f\xc2\x9d\x71\xd5\x28\x64\x1e\xba\x3e\x51\x1d\x77\x42\x24\xd6\xce\x85\x43\xa1\xf5\xcf\x98\xb3\x7b\xaa\x18\x32\x84\xb4\xb1\x48\x0f\xba\xb3\x70\x1c\x3f\x21\xb8\x96\x0a\x59\xf1\xc2\xc0\xa1\x11\xdf\x18\x6e\xc7\xa3\x46\x74\xbc\x41\x4b\x97\x46\xfe\x9d\x88\x76\x91\x17\xcf\x25\xf2\x29\xdf\xcd\xb0\xd1\x3a\x45\xd8\xce\x1e\x27\xa3\xb6\x5a\xcf\xfa\xce\xd1\x29\x95\xd5\xd1\x8d\x61\xe9\xf7\xdd\xe8\xeb\xd1\xfc\x9f\xed\x51\x8d\x50\x54\x5b\xdb\x23\x85\x20\x2c\x7d\xa1\x9a\xe2\x65\xca\x35\x3f\x7c\x20\x81\x3b\x5a\x73\xdc\x8a\x01\x28\x14\xad\xd1\x58\x99\x62\x73\x0e\xe1\x7a\x15\x69\x53\xbc\x07\xc3\x27\x78\xc4\xe2\x60\x87\x59\x1b\x5e\xc9\x9a\x0c\xec\x1e\x90\x98\x0f\x37\x25\x14\xdd\x3a\x21\xd7\x19\x49\xbf\x89\xb2\xb0\x9c\x60\x14\xe6\x91\x67\x62\xc2\x77\x86\x60\x4b\x4b\xc4\x69\xc0\x8e\x56\xe2\x42\xc0\x4a\x44\x2e\xa7\x37\xa7\x6b\x63\x71\x3b\x97\x5a\x29\x7a\x9c\xd2\x81\xc0\x1c\xf5\x66\x3a\x72\xb2\x26\xb3\x53\x6e\x8d\x6d\xb0\xdc\x96\xf8\x45\xb5\x3d\xe0\x41\x2a\xf0\x53\xed\xe9\xaa\x3b\xa8\x1b\x3b\x4c\xc5\xf9\x83\xc2\x93\x19\x6f\xd1\x48\xb2\x3f\xb7\x32\x44\xac\xce\xea\x7c\xf1\xa9\xae\x2b\xf9\x2b\x9c\x0e\x5f\x50\xb4\xca\xe0\xb1\x6e\x13\xda\x4b\x71\x7b\xd1\x76\x68\x69\xd8\x35\x08\x24\x9b\xb3\x7e\x8c\x20\x9f\x6f\xc7\x9a\x03\xca\x29\x56\xdc\xe1\x73\xc4\x12\x6a\x01\x5b\x25\x23\xc8\xf4\xa2\xed\x8d\x74\x8f\x49\xe1\xdc\xc1\x83\x03\xdd\x78\x9d\x94\x87\x91\x78\x97\x54\x0f\x6f\xdd\xe2\x8a\x4c\x76\x06\xba\x07\xab\xe7\x9c\x8b\x69\x27\x6e\xe7\x82\x2d\xdb\x9d\xb4\x63\x20\x51\x9d\xa8\x11\x10\xe1\xea\x2f\x28\x7c\x04\xd7\xc3\xed\xa7\xd4\x76\xba\xb1\x11\x89\x0d\xc8\xa8\x9d\xfd\xc0\x64\x12\xef\x1f\x53\xaf\x30\xc2\x87\xb1\xbb\x33\x53\x98\xb2\xf9\x6c\x85\xcf\xa5\x01\xdb\x69\xee\x02\xcf\x31\x62\x3a\xfa\x2a\xc8\x2b\x33\x96\x7f\xa0\xd9\x6c\xe3\x77\x5e\x5c\x86\xef\xb7\x6d\xfe\xa5\xe5\xcb\xf9\x1d\x59\xed\x67\xbf\xf2\x08\x9d\xf0\x02\x4d\xcb\x3e\xf4\xeb\xce\xaf\xbc\x33\x07\x36\xb8\x8a\x76\xa1\xf6\x5c\xc4\xc5\xd9\xf8\x62\xbd\xf0\xa8\x54\xca\xcf\x08\x61\xdf\x69\x7e\x66\xa4\xaf\x02\x2d\xeb\xe7\x34\xfe\x35\x15\xf3\x5b\x95\x10\xd8\x85\x7c\x79\xda\x8e\xac\x18\xd2\x29\x53\xfb\x2f\x9d\x4c\xb6\x58\x99\xed\x1c\x68\xc3\x57\xec\xd4\xcd\xc1\xa7\xa9\xdd\x87\x89\x5a\x41\xbd\x14\x0b\xfd\x32\xdd\xda\x84\x9a\x9e\x54\x86\x51\x49\xa9\x63\xbd\xa7\xa8\x90\xa1\x96\xef\xd2\x21\x76\x32\x31\xc3\x18\x28\xfb\xe6\x61\x74\x3e\x9d\x88\xe9\xac\x90\x25\x1f\xd9\x2c\xba\x3c\x64\x52\xe4\xa0\xc9\x80\xd9\x0d\x13\x21\x4e\x4c\xbf\x22\x39\x6b\x8c\x88\x31\xcf\x21\xef\x36\x10\xff\x8e\x94\x50\x0e\x0d\xa9\x1c\xb8\x7c\xd9\x6f\xe2\xe0\x03\x32\xa8\x74\xab\xce\xb7\xd4\x1b\xa0\x9e\xd1\x8d\x2b\xdc\x31\xea\xdc\x98\xc2\x1d\xdc\xd9\x9a\x29\x98\x5a\xec\x92\x4d\x2c\x32\xaa\x0b\x96\x75\x3f\xbd\x48\x6b\xff\x82\xbe\xd2\x15\x31\xfe\xc7\x03\x6d\xe2\x7c\x21\x10\xee\x54\x33\xf4\xfc\xcc\x8b\xc3\x0b\xe3\x8a\x5c\x6b\x39\x86\xc8\x13\x1e\x91\x41\xc0\x9d\x1b\x97\x81\x3e\xc5\x2f\xe3\x55\xcb\xe7\x12\x8e\x34\x48\xe8\xb3\xe0\xa5\x35\x5a\x6b\x09\x79\xf6\xeb\xd7\x4d\x0f\x72\x8c\x56\x06\xf8\xef\x25\x15\x77\x33\x7e\x9b\x7a\xdc\x3a\xc1\xa8\x81\xee\x18\x1b\x35\x1f\xfa\xe2\x7c\x49\x03\x27\x86\xa6\xa0\xcd\xe1\x5b\x10\xbf\x5b\x37\x81\xd3\xd4\xf3\xa9\x2d\xa8\xaf\xd7\xfc\x0e\x2c\xc9\x61\x29\xc6\x75\x46\xe8\xfc\xe3\x0d\xbb\x7a\x56\xdc\x01\x92\x5c\x2b\x73\xd3\x13\x0b\xa1\x6c\x27\x1f\xf6\xd2\x0b\xd0\x93\xb4\x26\xa5\x6e\xec\x73\xfa\xc9\xbb\x00\x2c\xa6\x80\xb8\xf6\xcd\x5b\xaf\x04\x41\x11\xc5\xc4\x15\x7f\xf9\xfb\x5a\xba\xac\x48\x21\x69\x34\xa3\x3f\x21\x21\x35\x9a\x82\x9a\x6c\x7c\xef\xe2\xbe\x65\x51\x03\x97\xab\x57\xfb\x75\x73\x27\x75\x59\x3b\x06\xcf\xe8\x60\x52\x21\x0f\x0c\x96\xd3\x92\x6f\xc4\x5c\xcf\xc9\xec\xae\xe9\x0e\xb1\x21\x47\xa9\x07\x09\x84\x00\x86\xab\xa7\x11\x07\x1f\x92\x8f\xc6\x78\x6e\x89\x06\x4a\xff\x54\x42\x47\x1e\x44\xb9\xf4\x86\x84\x0a\xe6\x66\x78\xc6\x93\xe5\xaf\xd0\x9f\x72\x9b\xbf\x6a\xb5\xef\x2a\x3a\x0e\x30\x99\xcb\xa9\xd1\x5c\x17\x9c\x83\x23\xda\xa9\x4e\x8c\x4d\xeb\x80\xbd\x3e\x62\x7a\xc5\x74\x6e\xb4\xf2\x0a\x2b\x80\x68\x98\x67\x89\x79\x48\x78\x05\x06\xb6\xcd\x3b\xcf\xc9\xb0\x4a\x9b\x65\xb8\xf3\x92\xa7\x66\x20\x31\x7b\xda\x85\xd5\x4d\x8c\xc4\x58\xb7\x70\xbb\xb1\x15\x49\x96\xff\xf8\xf4\x58\x69\x69\x81\xea\x6d\x45\x3a\x26\xab\x0c\xa0\x9d\xe0\x38\x77\x95\x40\x0d\xdf\xe2\xbb\xcc\xf0\x3e\xbc\x8f\xa2\xd3\xfb\x1b\xa0\xaf\xc1\xdf\xce\xea\x43\x22\x88\x9a\xdd\x6f\x8f\x88\x82\x73\x36\x64\x1f\xc6\xcb\x97\x0c\xf2\x97\x7c\xa5\xa0\xe5\xfa\xa7\xe9\xa4\xdb\x25\xad\x0d\x8a\x40\xd6\xba\x98\x94\xf9\x22\x70\x7f\x73\xf0\xfb\x96\x75\xa5\x4f\x5a\xb3\x71\x4c\x89\xaa\x13\x45\xff\xac\x20\x82\xad\x51\x7a\x40\x6b\x6c\x94\xc5\x9d\xff\x64\x12\x8d\x7d\x3f\xc2\x32\x75\xf2\xc1\xc5\xb3\x9e\x47\x59\x5d\xd6\x22\x3a\xf1\xc8\xad\x70\xbb\xfa\xd3\xa4\xdf\xb9\xba\x3e\x95\x9f\x3a\x8c\x07\xc5\x1f\x59\xb4\x6a\x2c\xe1\xf5\x70\x53\x68\xb9\xda\x44\xc3\x87\x4b\x06\x9b\x7b\xe4\xa5\x3c\xa1\xd8\x81\x32\x20\xd6\x87\x32\x0c\x98\xfd\xf8\x4f\x67\xec\x84\x19\x3b\xbf\x36\x63\x31\x17\x36\xfe\xfd\x0e\x74\xdb\xbc\x42\xb1\x14\xfa\x50\x49\x1a\x39\x22\xc4\xa5\x00\x21\xb8\x37\xa7\xee\x39\xc3\xff\xdd\x3c\x6c\x86\xe5\x61\x90\xbb\x24\x5c\x94\x82\xab\x6a\x3f\x41\x66\xc6\x3d\xf2\x44\x34\xd1\xe4\x41\xa2\x09\x00\x99\x38\xdb\xda\xcc\x2b\xf5\xf3\xd2\x16\x43\x27\xca\x06\x39\x66\x1a\x08\xab\xae\x15\x8a\xc0\x04\xd0\xe1\x99\x3d\x30\xea\x34\xb9\x76\xaa\x66\xa1\x18\xdf\x64\x98\x7d\xae\x6b\xf4\xee\xe7\x35\x5d\x33\x3b\x78\x88\x10\xee\xb1\xbd\xe6\x72\x9a\xd3\xd4\xa1\xe5\xe8\xf6\xd6\x76\x02\x57\xd3\xa2\x74\xc5\xd5\x34\x6e\xe2\x9d\x15\xe9\x98\x6a\x0b\x55\x0f\x34\x91\xa3\x63\x7e\xb1\x60\xf0\xe5\x27\xa7\xb6\xcb\xd0\xd5\xcc\xca\xf9\xa9\x8b\x51\x0d\xa1\x71\x9b\x3c\xc5\x62\xc1\xed\xbd\xb4\xba\xc1\xa3\xfe\xb5\x30\x34\x12\xb2\x71\x3e\x3d\x50\x40\x48\x26\x73\x61\x0b\x05\xc8\x39\x81\x5d\x8a\x21\x37\x5a\xcd\x52\x6c\xa0\x71\xea\x51\x14\x76\xe8\x8d\x11\xa0\x3d\xf9\x7a\xf1\x06\x1b\xd9\x96\x2e\x62\x86\x2b\xdc\x13\x75\x4a\xeb\x8a\x0c\xa1\xc6\x9f\x0d\x6d\x0c\x5b\xfe\x7e\x4a\xe1\x5f\x38\xd8\x06\xe9\x32\x61\x1b\x26\xfc\xce\x9c\xff\xab\x9e\xa8\x16\x13\xdd\x88\x4e\x0f\x51\x4b\xd1\x18\xbb\x77\x47\x5d\x75\x7e\xd9\xdf\x76\x9a\xd8\xf6\x3c\x56\x12\xa3\xc7\x47\x8c\x28\x92\x36\xbe\x4e\x03\xe4\x80\x89\x16\x1e\x53\xd0\xb6\x4f\x53\x53\x89\xef\x2e\x21\x5d\xb1\x13\x3b\x05\x5e\x4c\xb3\xd1\x07\x39\xf4\x65\x98\x0b\x42\xd5\x57\x88\xf6\x82\x18\xf9\xce\x1f\xd6\xae\xfa\x82\x93\x25\xf9\xe8\x72\x69\xba\x51\xf4\xcd\xa6\x32\xfd\x11\x5c\x10\x24\xaf\xa7\x28\x7a\x3b\x58\xcb\x63\x10\x14\x20\xe9\x55\xb9\x4d\x0b\x85\xb4\xb2\x81\x93\x76\x32\xec\xc9\x97\x74\xe8\xa4\x51\xcb\xb6\x7b\x22\x92\xa0\xd7\x9a\x52\xbc\x20\xba\x09\x17\xf6\xb0\x80\xf2\x74\x5c\x58\x72\xb8\xdb\x63\x19\x35\xe1\x6c\x42\x15\xab\xbe\xa5\x1f\xe5\x3e\xa1\xc2\x9f\x0d\xc7\xe8\x07\x95\xe0\x1e\x54\x87\x56\x99\x6c\x44\xf8\x47\x95\xeb\x14\x6f\x44\x2b\xa7\x0d\x66\x76\xd3\x99\x72\x6a\xee\x66\xde\xd4\x27\x12\x2c\xe3\x54\xbd\x22\xfc\x9b\x9f\x86\xed\xa5\xa1\x4c\x6c\xd1\x9c\x6f\x9c\xf0\x4e\xd3\x54\xf5\x64\x14\x65\x9c\x7f\xd6\xae\xeb\xab\xaf\x7f\xb0\x9d\x39\xac\xf6\xc5\xc7\x3d\x6c\x7a\x58\x00\x8f\xe4\xb5\xc6\x3d\xb9\x45\xf0\xe2\x44\x44\x8f\x69\x2b\xc4\x77\x93\xb4\x81\xfe\x08\x11\x32\xba\x37\x1f\x40\xbe\x2c\x4a\x8a\xf6\xe6\x55\x3c\x97\x85\x01\x64\x11\xa6\xf3\xcd\x75\xea\x65\x1e\x84\xbd\x17\xb0\xb0\x27\x1c\x8c\x02\x4e\xa3\x50\x80\xe4\xf3\x8b\x14\x45\x68\xfb\xd8\x2a\x8a\x00\xee\xdc\x0f\xc8\x05\xa2\x1b\x9f\x9a\x2c\xb8\xa9\x14\xb3\x8b\x17\x34\xe2\x84\x38\xdd\x86\x74\xf5\xdc\x32\x51\x13\x34\xa6\xee\xe7\x59\x69\x07\x5a\x74\x52\x28\x51\x19\x61\xae\x1b\x52\xa0\x7d\x68\x2d\x16\xee\x54\x8c\x3d\x4c\xdc\xda\x6a\x42\xce\x29\xf3\xfd\x55\x97\x0c\x38\x97\x96\x5a\x0d\x2d\xf2\x46\x89\x9c\x18\xef\x9e\x30\x4b\x1a\x7e\xd2\x6f\x5c\x33\xcf\xf6\xa7\xa1\xd9\x35\xb0\xce\x95\x2f\x6b\xf8\xdc\x32\xe2\x36\x08\x15\x83\xb6\x4b\xf1\xdc\xf9\xb0\x0e\x61\xad\x52\x3d\xf7\x4a\x1d\x4a\x01\x60\x72\xd5\x07\x17\xda\x34\x40\x75\x50\xd3\xe9\x94\xba\xad\x8e\x6d\xb9\xa0\x63\xce\x85\x33\xca\x85\xba\xc0\x35\xfe\xae\x1c\x36\x70\x58\xc5\xb4\xeb\x2c\x99\x9a\xc2\x1f\x66\xde\x0b\x78\xb6\xfb\x96\x3f\x2f\xe8\x0c\xf4\x94\x74\x0f\x93\x02\x63\x24\xe9\xaf\x7e\x1a\x33\x78\x86\x99\xda\x29\x3f\xe1\xba\x96\xb6\x4b\x8f\x4c\x84\xe4\x0a\xa1\x82\x5b\x1c\xec\xa6\x75\x5d\xab\x9a\x77\x26\xfc\xc3\x69\x62\xdc\xe2\xa4\xf8\x83\xb6\x57\x8f\x6d\xb1\x23\x77\x73\x8c\x07\x9a\xc6\x9d\xbd\x4e\x0e\x40\x7b\xf5\x05\x95\xd6\x36\x7c\xc2\xef\xd8\x35\x42\xed\x5c\xf8\xf0\x5e\xb6\x70\xaf\xce\xd0\x61\x0d\x17\x1e\xae\x40\x06\x96\x2b\x8d\xb1\xed\x99\xf8\x6a\x26\x9b\x94\x7b\x97\x42\x8f\x1b\x83\xba\x0e\x09\x46\xc3\x72\x9f\xe4\xb5\xab\x02\x48\x91\x02\x9f\x69\x0a\x2e\xfe\xdd\xea\xdd\x94\x89\x7f\x57\xc0\x86\x9d\xa6\x12\x73\xb3\x9e\xfb\xa6\xc1\xe3\xfa\x70\x32\x43\x10\x33\xf7\xb1\x62\xbb\x5e\xc6\x4b\xb5\x6f\xd2\xe6\xd3\x7e\x09\x7c\x0d\xbe\xf3\x1f\x0b\x01\xe9\xfe\x72\xc4\x86\x5d\x49\x7d\xaa\x9f\x26\x2e\x04\xf1\x92\x6b\xfc\xec\x22\x69\x93\xdf\x4b\xa0\x13\x27\xec\xea\xc1\x0b\xb0\xf9\x99\xfe\x7d\xc0\xdd\xd1\x0b\x1b\x68\x56\xcd\x5e\xd9\xdb\x72\x4e\x9a\x9f\xb9\x7a\xa3\xb0\x9d\x34\x6a\xed\x26\x98\x9d\x63\x13\x9d\x2f\x22\x9d\x9f\xe5\x24\x0e\x13\x10\x8c\x23\x03\x4c\x92\x6b\x86\x84\x8a\xe3\x97\x6a\x40\x61\xda\xf6\x99\x1c\x79\x46\xfb\x52\xed\x1f\x2d\xb1\x3c\x73\x18\xea\x74\x3b\x2f\x96\xf8\xee\x1a\x0a\xa2\xba\xdc\x57\x4b\x80\xbb\xac\x03\xb8\xdc\xcd\xd2\x43\x7b\xf5\xca\xec\xcb\x66\xc3\x7c\x75\xa6\x2c\x25\xf2\x44\xbc\xfd\x75\x13\x47\xed\xdc\x2f\x99\x34\xe6\x62\xf6\x14\xbf\xe9\xa6\xef\xea\xa5\xef\x18\xb5\xcb\xb8\x7f\x27\x0a\x35\x9a\xe6\x40\x05\xf9\x3a\xee\x11\xb5\x2e\x62\xfa\xb8\x4f\xce\x3c\xd9\x85\x81\x8f\xb4\xe9\x6f\xeb\xc6\x28\x99\x12\xc0\x76\xf8\xad\x8f\xa0\xb0\xfa\xd4\x70\xab\x99\x8d\x43\xd6\x06\xf7\xdf\x65\x16\xd5\x2e\xd8\xa4\x0d\x78\x01\xce\x55\x20\x94\xca\xf9\x97\x7f\xd3\x15\x79\x90\x9d\x42\xd7\x0c\x9b\x51\xd3\x50\x9e\xcd\x14\x1f\xaf\x3e\xba\x87\xd4\xdb\xa0\x93\x63\xfb\x1d\x25\x15\x51\x5c\x4b\x4a\x60\xde\x9f\xf8\x06\xe6\xb1\xf9\x3d\x59\xd8\x49\x2b\xf7\xdd\x48\x2f\x58\xc7\x4e\x7a\x3a\x92\x96\x31\x03\x3a\x81\x06\x5e\x04\xaa\x59\x35\xde\xd4\x59\x1f\x61\x0a\x05\x27\xb7\xa5\xd5\x9c\x44\x4d\x6d\x2a\x4d\xae\x5d\x8e\x69\x89\x45\x08\xd4\x4d\x98\xdf\xc6\xd8\x3d\x6a\x01\xcd\xe3\x61\x40\x93\x0d\x48\x60\x30\x80\x23\x19\xdc\x6d\x14\x3d\x22\x9b\xf2\x5d\xdb\xef\x87\xdb\xe9\x17\xc0\x52\x24\x4a\xfd\xe8\x0b\xc7\xe5\x6c\x52\x79\xbb\x92\xb5\xed\x05\x22\x9c\xb7\x57\xcc\x59\xa2\x72\x42\xf6\x99\xb0\x51\x09\x33\x1a\xd2\x84\x79\x9b\x74\x7e\x6b\x5e\xd3\xcc\x02\xc7\x3a\x48\x1c\xbc\xa0\xd2\xf3\x6f\x56\x6f\xfd\x8b\xb9\x99\xb1\xee\x8d\x7e\xa0\x7a\xac\xc9\x00\x96\x9a\xe7\xd4\x67\x0f\x95\x96\x77\x0c\x9d\x66\x26\xe0\xce\x24\xaa\x89\x65\xad\x93\xb7\x91\x94\x70\xe5\x08\x36\x77\xbc\x4f\x68\x5b\xbb\xf2\x93\xb8\x16\x5d\x63\x0c\x8e\xf7\x83\xd6\x36\xf6\xda\x71\x3d\x43\x00\xda\x11\x20\x17\xb1\x52\x1d\xb8\xb4\x7a\x5b\x25\xbb\xc9\xbf\xcd\x0f\x58\x84\x7b\xe5\x11\x0d\x29\xd2\xd9\xf5\x09\x6e\xfd\xef\x57\xfa\x28\xff\x34\xba\x96\x6b\xa3\x85\x73\x7c\x13\xc6\xb5\x2c\x41\x5e\x17\xdf\xa0\xf8\xaf\x85\x25\xc1\x2c\x00\xb5\xe8\xcd\x46\xa8\xfc\x6d\x1d\x5e\xea\x11\x8c\x82\x9d\xf9\xd6\x9b\x7d\x05\xaf\xe3\x0d\x46\x77\xeb\x9b\x26\xe4\x09\x5a\xae\xae\x0d\x56\xaf\xf4\x65\xe7\x83\x47\xe9\xcb\xe7\x26\x39\x28\xd4\x62\xdf\x1b\xce\xcf\x04\x31\x08\x4c\x67\x3e\xb0\x8e\x41\x23\xa5\x9d\xe7\x4e\x3e\xbf\x1b\x65\x24\x1b\x22\x6a\x98\x0a\x01\xac\x40\x8e\xe2\xfa\x48\x16\x92\xf1\xdf\x33\xd8\xa5\x93\x72\x45\x2b\x52\xde\xf5\x17\x76\x7c\x02\x1b\xca\x0d\xb9\xb2\x6e\xa5\x9d\xd3\xce\xc8\xe7\x1b\x48\x79\xb9\x45\x72\xa0\xe2\x12\x3c\xf3\xe7\x1f\x49\xba\x34\xff\x8b\x87\x6f\xb5\x64\x04\x74\xd9\x8f\xca\xa3\x57\x28\x56\x0b\x12\xd3\x84\xcc\xbe\xa7\xa6\xa4\xde\x0e\x07\x23\xd8\x70\xbe\xe8\x78\xfe\xb2\xe3\x99\x5c\x60\xaa\x97\xf8\xaf\xf1\x35\x63\x93\xc7\x51\x34\x93\xbd\x30\xc5\xbc\x2f\xee\x83\x23\x15\xdd\xfd\xcf\x1d\x28\x58\x26\xf3\x71\xbd\x4a\xf3\xc6\x08\x2d\x81\x99\xb3\x54\x29\xe5\xfc\xb3\xee\xd1\x46\x1c\x50\x98\x2a\x49\xfb\xa9\x21\x81\x1d\x93\xd6\xf8\x1f\x12\xc4\xae\x49\x5f\x15\xca\xfb\x8f\x90\xa2\x1a\x4e\x31\x75\xab\x23\x5c\x7e\x83\xb9\x0a\xe6\xc7\xf7\x46\x78\x4e\xba\x5a\x67\x62\xe0\x01\x98\x07\x10\x37\xe9\x10\xd3\x8f\x9f\xbf\x49\x49\x09\x31\x31\xcc\x21\x07\x57\xf8\xd3\x51\x10\xc4\x47\xad\x65\xcf\x1d\x31\x23\x94\xc5\xa6\x7f\x24\x95\x15\x6b\x3a\xaa\x12\xf9\x8e\x20\x5a\x23\xf8\xc2\x68\x70\x3f\x69\x29\x8a\x3d\x16\xa5\x06\xe4\x82\x09\xbc\xf3\x7a\x98\x63\x3b\xf8\xe9\x14\x1a\xc4\x89\x3e\xe1\x73\xcb\xca\x67\x0f\xa7\x26\xfa\x30\x1c\x58\x01\x69\x30\x40\xcc\x8c\xca\x69\x74\x83\x75\x8a\xa0\xf5\x63\x26\x99\x8f\xd6\xb8\x9d\x88\x50\xa6\xb3\xa4\x36\x67\xd4\xa1\x2f\x23\xac\x22\x91\x18\xe9\x16\x8d\x97\x0c\x32\x3d\x82\x87\x96\x28\x66\x66\x37\xc3\x87\xaa\xb7\xd6\x5f\x74\x04\x98\xc7\x8e\x4e\x65\x75\x6b\xda\xa2\x60\x7e\x34\xb3\xa1\xbd\xda\xcf\xec\x12\xa8\xb1\xbe\x81\x86\x08\xfb\xc1\x17\x80\xd5\xaa\xbf\xe9\xb6\xd0\x0a\x68\x33\x75\x2e\x8b\x14\xc9\xc5\xdf\x71\xb3\xee\xf9\x52\x23\xcf\x1a\xd1\x9c\xc9\xc5\x98\xa6\x2e\x62\x8c\x8f\x38\xd3\x67\xfe\x5e\x13\x6b\xfb\x3d\x4b\x18\x4e\x06\x6c\x0d\xe7\x63\xf4\x1c\xbc\x3b\x1b\x50\x9a\xc6\xaf\xdb\xc7\x64\xa1\x1f\x67\xc5\x60\xec\xb2\x0b\x06\x2d\x94\x12\x5c\x52\xa7\x5b\x30\x01\x7e\x39\xce\xfa\x6a\xad\xa1\xca\x6c\xf3\x87\x9b\xde\x64\xc4\xba\xf9\x1b\x0d\x34\xb7\x85\x47\x4c\x99\xc9\x11\x76\xc5\x19\xdd\x76\x23\x84\x41\x8e\x9f\xb5\x77\x8f\xa6\x77\x3b\xb8\x55\x96\x8d\x2b\xcf\x9a\xee\x98\xaf\xdd\x49\x05\x9e\x90\xff\xea\xd7\xf5\x6c\x28\xd9\xa0\xa2\xb2\xf1\x9e\xf7\xde\x92\x5a\x41\x63\x0e\x4a\x5a\x80\x48\x39\xe7\x09\x17\x0a\xb0\x43\x70\xdd\x7d\x95\xe4\x62\xd0\xc4\x8f\x43\x2d\x7c\xdd\x54\x25\x51\xc2\xd1\x78\x77\xd6\x94\x85\x9a\x89\xa2\xbb\x8f\xc9\x3a\x8b\x70\x3b\xce\x60\xbc\x99\x3f\xe9\xd5\x7d\x14\x7d\x93\xab\x78\xfd\x62\xfa\x8a\xb5\x29\xae\x40\x85\x4a\x54\x73\xcf\x29\x56\x0d\x68\xea\xd9\x17\xe9\xe5\xaa\x0b\xf3\x40\x33\xbb\xb3\x95\x12\x06\xb3\x03\x3a\xcf\x9c\xb7\x27\x4d\xda\xfc\x14\xfa\x5a\x3c\xa9\x70\xd2\xc7\x46\x03\x95\xfb\x7b\x2e\x91\x1a\x74\xa6\x0a\x1f\x05\x6b\xff\x35\x89\xa8\x44\x98\xa4\xa2\x55\x5a\x2e\x65\xa2\x3a\x78\x5c\xed\xab\x95\x89\x60\x15\x38\x42\x26\xaa\x41\x26\x3a\x31\x9e\xf2\xc9\xca\x50\x29\x26\x2b\x74\xe3\x0d\x9a\x84\x4c\xf2\x09\x34\xa7\xa3\xe9\xb2\x30\xae\x54\xf0\xb5\xe5\xdd\x4d\x18\x57\x70\x7c\x97\x12\x93\x68\x60\xfa\x6a\xc5\xb0\x51\x6b\x06\xbf\x41\xa7\x09\xc5\xa0\xd1\x3a\xc1\x89\x4e\x0e\x89\xb5\xb7\x7a\x0a\x74\x77\x7c\x7b\xfb\x59\x66\xb1\xf6\x70\x13\x22\xcc\x52\x76\xfb\x3f\xc3\xa9\x29\x74\xc9\x16\x28\x02\x77\x61\x00\x78\xca\x61\x2d\xf6\x61\x22\xb4\x63\xa5\x37\x07\x18\xe7\x48\xeb\x41\xa6\xcb\xb3\xd1\xb4\x32\x2a\xf8\x6b\x97\xd1\x5c\xa3\xcd\xd6\xed\xab\xe4\x97\x1c\xf3\x9b\xe0\x3f\x8a\x97\x2f\xfa\x54\x53\xea\xbb\x3e\x35\x3e\xd8\x2b\x58\xff\x3b\x51\xf4\x89\xf7\x93\x7d\xf5\x10\x45\x8f\xf4\x14\xd7\xbe\xc2\xdc\x60\x65\xbd\x0d\xb1\x9c\xbe\x78\x08\x22\x5d\x67\x3a\xad\x90\x9f\x35\x95\x29\x19\xb7\x1a\xae\x46\x5d\x87\x76\x45\xa4\xd5\x2c\x26\x29\xa8\xa8\xde\x9c\x4a\x31\x4b\xe9\x6c\x0a\x7a\xc4\x32\xc1\x0a\xb6\xfc\x79\x55\x30\xe6\x82\xf2\x28\xcc\x12\x90\x8d\xf8\x63\xf1\x2d\x94\xd3\xc5\x79\xf9\x8d\xa4\x1b\x56\xdf\x6f\xe1\xcd\x3d\xae\x97\xdb\xd8\x9c\x8b\x5b\x4d\x1a\x1e\x52\xd6\x9f\x58\xa4\xbd\x8d\x58\xf5\x24\x2c\xe4\x76\xb0\x63\x6e\x70\x4c\xed\xe2\xcb\x3a\xcc\x26\x67\x4c\xf6\xfd\xea\xde\xcf\x81\x59\x7d\x05\xff\xc9\x1d\xac\xac\x06\xcb\xbf\xc1\xc5\x33\x08\x21\x0b\xf8\xbd\x46\xad\xad\x68\x16\xef\x6f\x7a\xec\x51\xbc\xff\x0a\xc0\xdb\x2f\x29\x27\x65\x3d\x4d\x61\x9a\xb4\xfd\x37\xb8\x63\x94\x66\x9c\x36\x26\x58\xc8\x1b\xea\xb1\x6f\xbe\xbb\x6d\x73\x17\x45\x0f\xd0\xa4\x06\x54\x11\x20\xd6\xc4\xce\x5c\x87\x50\xdc\x7f\x1c\x49\x10\x0d\xb9\x10\x42\xff\x34\x30\x8e\xde\x90\x13\x96\xd9\x56\x4f\x2d\xe0\x45\x4e\xa7\x6e\x72\x92\x45\x62\x3d\xf4\x58\xa8\x3f\x21\x78\x3b\x02\x3d\x69\x75\x22\x47\x60\xdd\x93\x75\xdc\xb9\x6f\x5c\xd6\x4a\x64\xb5\x0a\xdc\x78\x52\x78\xf7\xf7\x87\x47\xb8\xfd\x7a\x9c\x91\x2e\x94\xd3\x4b\xd2\x84\xb0\xf2\x15\xf0\x90\xfc\x52\x2e\xd3\xc6\xe8\xb1\x66\xa4\x8a\x52\x6b\x13\x4b\xa4\x49\x71\x12\x7d\x88\xdc\xdd\xc7\xf5\x67\x4a\x1b\x34\xcc\x95\xc9\xad\xee\x49\xd5\xe1\x98\x29\xb2\xcc\x7a\x50\xf5\x46\x5b\xaf\x32\x08\xbe\xa4\xd5\x8c\xc4\x90\xf3\xef\xa6\xa0\xe7\xbe\x48\x58\x8a\xe0\x8b\x13\xc5\xa5\xf8\x6f\x7f\x31\x8e\x62\xd6\xf0\x1e\x59\xac\x47\xa1\xfa\x3e\x80\x43\x44\x24\xb0\x5d\xa5\xaa\x83\x02\x73\xc2\xba\xe2\xfe\xd4\x75\xb9\xff\x3b\x87\x11\xd3\x8e\x35\xbb\x20\x1d\x5a\xa1\x61\x0b\x27\x47\xe3\xbb\xc1\xef\x90\xb7\x06\xc6\xce\x19\x62\x17\x7f\x95\x81\x0c\xc6\x36\x0d\x2f\x1d\xd3\x4c\x07\xb2\x66\x69\xd2\xc1\xa3\x29\x72\x2e\xcf\x54\x44\xf4\x2e\x65\x3f\x7a\x69\x8e\x22\xf7\xc0\x7e\x32\x6e\xe5\xb9\x62\x39\x98\xe2\xc4\x82\xa0\xa1\x40\xdb\x83\x89\x74\x93\x51\xac\xc4\x4b\x38\x06\x7d\x56\x9c\x5f\x37\xf7\x0a\x53\xa0\x38\xf1\xd7\x38\x6e\x59\x01\xf9\x59\x49\x4b\x19\xbd\xf8\xfe\xbe\xce\x15\x6d\xe8\x62\xfa\xee\xe6\x7f\x3f\x69\x7f\x3f\x5f\x7e\x8d\xb6\x10\xb9\x09\x9a\x5b\x7c\x87\xb0\xb2\x77\x76\x1a\xef\x8b\x70\x7e\x06\x13\xb3\x08\xca\x47\xff\xc7\x33\xd3\x37\x50\xc7\x74\x72\xa9\x4c\xb1\xfa\x05\x09\x5e\x24\x34\x72\x0e\x3e\x42\xe0\xe6\x1d\x3d\x82\x7b\x32\x91\x9d\x09\xbe\x06\x3d\xd7\x5f\x18\x65\xfa\xa8\x71\x76\x93\xb3\xc4\x2c\x8f\x5f\xe4\x84\x4d\xe9\xa2\x9b\x1c\x0d\x10\xe1\xf4\x68\x7b\x25\xa2\xfc\x67\xf5\x2b\xcf\xc9\x5b\x6a\xe0\x7b\x4f\x9e\x3a\x9d\x60\x7f\xd9\x97\xad\x4a\x0e\x9c\xa0\x53\xeb\x44\xaa\x3d\x87\xfa\xc5\xec\xb2\x12\xc7\xc6\x42\xbb\x2f\x7e\x2c\xc9\xdd\xa6\x0f\x08\xe9\x92\x50\x3c\x91\x5d\x43\x6d\x7e\x16\x5c\x74\x4d\xdd\x4d\xc3\xe5\x88\x87\xe8\x94\x42\x2f\x32\x64\x2c\x9d\xd1\xe5\x14\x84\xb8\x8e\x2a\x0c\x5a\xe1\x66\x7f\xbc\x70\x51\x1b\x0b\x24\xe1\xe4\x77\x2c\x63\xa6\xc3\x8f\xf8\x8a\xab\x36\x71\xd3\xbb\xc0\x9a\x09\xb0\x6d\xc2\x4c\x1b\xf7\x11\xba\x6f\x2c\xb4\xb7\x7e\xaa\x3e\x0d\x12\x83\x7c\x6e\xa0\xb0\x0c\x03\xd2\xbb\xff\x37\x15\xcf\x48\x2c\x34\x35\x83\x78\x82\xa7\x7c\xac\x21\x87\x61\x35\xdf\x49\xb3\xf5\x9b\x48\xc3\xe6\xcc\x7f\xfe\xc9\x12\xbd\x4a\x99\x72\x20\x0a\xd4\xce\x5b\x1c\xd0\x81\xfb\x40\x77\xb2\xd0\x0d\x58\x24\x80\x4e\x70\x76\x81\x87\x67\x2e\x51\xe1\xed\x8d\x37\x74\xe4\xa0\x4e\x4e\x64\xff\xff\xa3\xc8\xfb\x33\x86\x6f\xcd\xc7\x3e\x3e\xf3\x39\xc7\xc4\xd2\x7c\xdd\x6c\x13\x36\x56\xaa\xe3\x1b\x6b\xbe\x50\x78\x6b\x70\x0a\x30\x64\xfa\xe3\xff\x62\x0e\xfc\xd2\x26\x2f\x85\x15\x7c\xe5\x33\xa6\x72\x56\x85\x95\xb3\x1c\xee\xf5\xcd\x65\xfd\x26\x9b\x4d\x24\xc9\xad\xd5\x5f\x48\x6e\xe5\xfe\x9f\x96\x2e\x4f\x65\x66\x75\x84\x51\x29\xf6\xf0\x94\xd3\x91\x35\x1c\xad\xa8\xd4\xaf\x2c\xfc\x13\x8f\xe2\x6f\x13\xe8\xd5\x93\x37\xa8\xc6\x2e\x14\x51\x1c\xdf\x4c\x35\x29\xe6\x8c\xdc\x40\x07\x5f\xce\x4b\x89\x80\x9b\x13\xd4\xd0\x37\x22\x64\xff\x8c\xfc\x6f\x65\xa0\x19\x32\x7d\xb4\x14\xc6\x32\xca\x45\x81\xc1\x76\x43\x2d\x65\x9b\x82\x5a\xa0\xbf\x48\x72\x06\x09\xff\xd9\xbc\xac\x67\x10\x9e\xde\x0b\x20\x4f\x3f\x29\x85\x4a\xcb\x4e\x95\x44\x97\xbc\xf3\xa9\x1a\xb3\x96\x13\x4c\x54\x01\xa1\x91\x0a\xf8\x81\xcf\xf3\x99\x61\x88\x5e\x35\x90\xad\x64\xd3\xd9\x4f\x01\x76\xa0\xeb\xe7\x25\x68\xe0\x8e\xc8\x08\x9a\x1e\xb6\xb1\x85\xfd\x46\x00\xde\xfd\xe6\xa0\xff\x84\xb1\xb0\xf8\xf0\xe9\x0f\x28\xad\x70\x82\x9f\xaf\x02\xc5\xa5\x27\x1c\x5e\xfd\x84\x16\x3c\xae\x01\x54\xde\x98\xe2\x89\x63\x9a\x7f\x58\x06\xbf\x1f\x43\xd9\x48\xbe\xd5\xf3\x15\xa6\x8e\x10\xc8\x59\xaa\xbc\xc0\x44\x0e\x3c\x3a\x43\x95\x94\xfb\x39\xcb\x83\x4e\x2a\xe0\xd3\x53\x5e\x97\x08\x8d\x56\x2e\xf3\x79\x96\xb9\x9c\x97\x70\x4d\x34\x16\x96\x6c\xaa\x15\x4d\x82\x4f\xbd\x88\xe9\x7f\xf6\x3e\x44\x70\xd5\x49\xd1\xa2\x20\xf1\xa9\x53\x19\x5e\x51\x8d\xe5\x3c\xa3\xd3\x1b\x3a\x4b\xb7\xa8\x8d\xdf\x6f\x94\x99\x83\xc4\xfe\x0c\x4e\x8c\x65\x23\x52\xc5\xa8\x6c\x0a\x7f\x8d\xcb\x8c\xac\xe5\x37\x34\x28\x51\xe7\xa9\xa2\x91\x88\xc9\xcd\x2a\x5b\xdc\x31\xbe\x6a\xaf\x1d\xe3\x98\xce\xbc\x3e\x14\x4d\x7c\xda\x91\x37\x17\x47\xdc\x5c\xb2\x9b\x87\x63\xec\x5b\x3e\xf2\x66\xa1\x6c\x21\xd8\xe4\x34\x01\x97\x34\x3f\x7f\x65\x51\xbd\x21\xe4\x44\x72\x7e\x75\x0f\xb8\x53\xaa\x3c\x70\x0b\xc3\xce\x48\xbe\xfb\xcb\x3a\xee\x8e\xf7\xa8\x55\x7c\x80\xf7\x2c\x99\xfd\x11\xcc\x04\x71\xd4\xd9\x43\xcd\xd8\x23\x1b\x51\xd3\x2b\xaf\x1e\x75\xc4\xee\xc6\xbb\x64\xa7\xb4\x61\xc6\x25\x92\x9e\x92\x46\x12\x1d\x1d\x27\x85\x02\xd6\x8f\xc6\x7e\x1c\x8a\x23\xb3\x37\x78\xb0\x47\xfd\x9e\xf1\x38\xec\xc1\x8a\xa1\x82\xa9\x02\xc0\x3b\x44\xd2\xed\x83\x62\xdd\xae\xb8\x66\xaa\x00\x8d\x72\x6c\xad\xd7\x3a\x0d\xa2\x07\x35\x0c\x39\x44\x02\xdc\x95\xc2\xbd\xc9\xe1\xbf\xf6\x79\x17\x5f\x24\x42\xb4\x62\xf2\x15\xcc\xd6\xd1\x70\x22\x86\x05\xe1\xcc\xec\x53\x91\x47\x37\xc0\x64\x0e\xe3\xdc\xaa\x34\xfc\x56\x86\xb8\x9e\x9a\x14\x43\x4d\x3e\xea\x10\x05\xd1\xc6\xc9\xb9\xca\xc0\xa9\xc2\x7b\x5a\x28\x42\x4b\xa7\x6a\x8c\xb5\xc6\x5c\x6b\xe6\xbc\x56\xb0\xdd\x1a\x28\x61\xc1\x2f\xe7\xf0\x1a\x9a\xf2\xc8\xef\x2b\xd8\xb3\xe2\x40\x63\x66\xb4\xb2\xdf\xd2\x60\x5d\xba\xf8\xd9\xfa\x30\x1d\xc5\x90\x63\x14\x83\xe6\xe8\xe8\x35\x0a\x06\x69\x65\xc0\xa4\xd1\x9f\x51\x5c\x7e\x5e\xb3\x55\x2d\x0e\xa1\xf9\x15\x5a\xd9\x47\x63\x85\xdf\x22\xea\x09\x0b\x79\x46\xe6\x19\x43\xff\x88\xd5\x55\x9c\x6a\xec\x11\x42\x34\x87\x06\x8c\xf4\xdc\x96\x03\x52\x21\xa5\xdf\xce\xae\x1f\x48\x0d\x7e\xd6\xca\x93\xc6\x8c\x7c\xd3\x61\x65\x8f\x77\x44\x89\x81\x90\xd1\x0f\xfc\xec\x1b\x02\xe9\x25\x47\x59\x48\x2c\x23\x0a\xbc\x90\x05\xf1\xa8\x1e\x64\xb7\x62\x32\xcd\xdf\xc6\xb2\x36\xfb\x79\xa3\xa5\x1e\xef\x34\x09\x43\x19\x4f\x61\x47\x14\x79\x1a\xeb\x35\x8e\xa7\xfc\xc3\xbf\xdf\xc0\xfb\x53\xc3\x84\xcf\x43\xab\xfb\x39\xc7\xf6\x00\x90\xd8\xdd\x7d\x2b\xe3\xd1\x4e\xe0\xe5\x1f\xf1\x51\x44\xb5\x22\x66\x2b\x37\x37\x3a\xc5\xba\xe4\xd4\x9d\x0e\xe3\x50\xde\xd4\x65\x36\xef\x46\x5b\xf2\x00\x26\x5e\xf1\x75\x1e\xc8\xca\x36\xb8\xab\x87\x62\xc9\x11\xda\x5a\x45\x27\x33\x33\xe7\xdf\xf6\xa1\x83\xcf\xf7\xcb\x8c\xe7\x45\x0e\x75\x97\x2f\x2a\xad\xaa\x2e\x83\xdb\xaf\x7d\xbe\x60\x3e\x5f\xfc\xe3\xcf\xeb\xe8\xcb\xfc\x50\xf1\xf7\x1f\x1a\xfc\xf2\x1f\x6a\x1c\xe9\xc4\x6c\x3a\x1d\xe1\xda\xc2\xdb\xd7\xc6\xbf\xfe\xb6\x7f\x4b\xf6\x8f\x6f\x5e\xeb\x5f\xb0\xaf\xe3\xe1\x4b\x00\x4e\x6c\xb6\xb3\x90\x8e\x67\x5f\x4d\xb4\xc9\x69\xb6\x36\x0d\x71\x82\x98\x71\xef\x30\xc1\x45\xb3\x1d\x2f\x9e\x39\xe0\x99\xf2\x6b\xed\x94\xf0\x4c\xf3\xb5\x67\x90\x98\xd6\xb5\xbe\x30\x9e\x72\x1f\x6d\x42\xa5\x02\xe7\x1a\xcf\x0f\xe3\x2b\x6d\x5e\x81\x3f\xb4\x91\xd3\x11\xc1\xa5\xb5\xcd\x9d\xa0\x48\x8f\xdb\x24\x91\x5c\xaa\x29\x05\xd0\x79\x58\x6a\x2c\xb5\x5a\xeb\x80\xa4\xb1\x4c\x8a\x16\x26\x21\x88\x9b\x92\x62\x2e\xe1\x43\xf9\x87\xcf\xd1\x3a\xd0\xa9\x7e\xbe\x46\x1a\xbb\x92\x7e\x75\x17\x45\xc7\x16\xa7\xc1\xed\x25\x21\x85\xe4\x41\xc4\x97\x03\xee\x78\x5f\xbf\x48\x8e\xf6\xa0\x15\x31\x93\x2f\x36\x08\xc9\xd9\xdc\x5d\xff\x62\x4d\xa4\x8a\x62\x9c\xfe\xa2\x15\x4e\xc2\x2f\x2e\x78\x8c\xd7\xdc\xbd\xc3\x70\xf7\x66\x75\x64\xc6\xa1\xcf\xd3\x43\xef\x6a\x6e\x40\x59\x75\xf8\xcc\x21\xdf\xb8\x58\xb8\xab\xe3\x8d\xa3\x78\x09\x30\x0a\x9d\xe7\x63\xd6\xc7\xc4\x76\x57\x7e\xa7\xc5\xe4\xec\xc7\x90\xad\xc2\x2f\x2e\x06\xa0\xfa\x4b\xba\xf3\xf5\x1a\x84\x41\xb1\xa7\x20\xa0\x8d\x1e\xb2\x7a\x66\x2b\x68\xb8\xaa\x65\x4c\x7f\xaf\x33\x12\xb8\xc6\xea\xad\xb5\x8d\x06\xda\x40\x35\xfe\x24\x1a\xb0\x06\x35\xed\x66\x88\x64\xdf\xb5\x12\xae\xaa\xa3\xdd\xbf\x07\xba\x26\x6d\x21\xe5\x0c\x2b\x5a\x77\x1a\x2a\x3f\x94\x2e\xa9\x47\xac\x6a\xad\xa0\x33\xd4\x89\x66\x53\xc8\x11\x73\x02\xad\x9e\xa6\x6d\x24\x90\xf3\x7a\x41\xf5\x68\xa9\xea\xd1\xbc\x6d\xfb\xae\xd9\xc9\x9b\x69\xdb\xa7\x0b\x6c\xf9\x6e\xa5\x89\x48\x8e\x2a\x7d\xf0\x53\xe3\x5c\x44\xdd\xab\xfe\xa2\x46\x2f\x29\x03\x5e\x74\x08\x93\xb6\x4f\x81\x38\x4e\xd0\x5c\x61\xd2\xd6\xd0\xe8\xe4\xd1\x22\x6f\x4f\x9a\x08\xe7\x79\xe3\x77\xf2\xb0\x89\x66\x4e\x13\xed\xec\x79\x6e\xf2\x44\xf4\xe7\x52\x03\xb6\x87\x32\x01\x58\x16\xd3\xb6\x4c\xd1\x92\xfd\x1f\xd4\x34\x16\x7b\xc8\x5a\x4d\xbb\x06\xac\x17\x7b\xbe\x71\x6a\x20\x96\xe2\xcc\xeb\x03\x5b\x3c\xf2\x7a\xd3\x30\x80\xce\x5b\xde\xac\x34\xb0\x12\xbd\xcb\x0e\x2f\x92\xd9\x8d\xc5\xdd\xaf\xf9\x30\xd3\x17\x59\x78\x6a\xd4\x59\xcb\x1e\x98\x69\x40\xd9\x7e\xa0\x7e\x67\x0f\xb6\xfd\x5e\xa2\x68\xf5\xbc\xe9\x2e\x0a\xf3\x88\xfb\xde\x72\x74\x98\x30\xe2\x1b\x06\x8f\x29\x6b\xdb\x80\xe8\x4e\x4d\xe0\xb5\x35\xfb\xdc\x06\x47\x47\x37\xb9\xc2\x71\x6d\x66\xd8\x04\x34\x06\x88\x17\xa7\x8c\x62\x41\x8b\x19\xf1\x87\x5f\x53\xe9\xad\x25\x90\xf6\x7b\x15\x65\x89\x45\xba\x63\xb8\xc6\x56\xe9\xb9\x56\x89\x23\x0e\x1e\x1d\xf2\x10\x22\x09\x51\x10\x47\xd1\xaa\xb5\xf3\x17\x78\x72\x00\x0b\x7e\xb1\xb5\x0f\x6a\xa7\xed\x4e\xc0\x5b\x6e\xb4\xf6\xa7\xeb\xa6\x57\xe1\x4f\xcb\x4b\x23\x3f\xf4\x45\xfa\xc6\x2f\xb2\x28\xc5\x95\x8f\xbb\xbb\x45\x3a\x63\x7d\x1f\xaa\x66\xb4\xc1\xaf\xcb\x26\x8f\xa8\x74\x6f\x16\xc5\x0d\x73\x41\xe0\x32\x4d\x1f\x1c\xbe\xf5\x6b\x3c\x78\x9b\xd1\xe6\xe8\xdb\x4d\x21\x8e\x22\xa4\x32\xde\x96\x73\x2d\x9f\x81\x7d\xb4\xd8\x4c\x85\x53\x2b\x95\x81\x5d\x3c\x19\xef\xfe\x31\xa3\x76\x8e\x33\xc3\x69\xc2\xd5\x85\x99\x99\x69\xe5\x9b\xc0\x92\x8c\xa5\x23\x6c\xf1\x71\x60\x8c\xdf\xfa\x60\x8e\x18\xa3\x8a\xa3\x62\xab\x54\xba\x1e\x69\x1a\x82\xb3\x8b\x6a\x69\xaa\xb6\x8f\xd8\x70\x88\x37\xb1\x40\x55\x3f\x25\x5a\xfc\x01\xc6\xcc\x2a\x45\x9c\x32\xc2\xc1\x38\xdb\xbc\x5a\x04\x94\x7f\xb6\xc3\x46\x2f\x22\x08\x55\x6f\xe7\x68\x23\xf5\x85\xb4\x93\x93\xbd\x7d\xf1\x75\xae\x37\x45\xb8\x01\xea\x30\x75\x22\x8a\x78\xd9\xca\x7d\xf6\xa0\x29\xc6\xa6\x17\xdd\xf4\xa3\xb8\xf8\x4c\x09\x24\x8f\x40\xb0\x1a\x7c\x2b\x0b\xe6\x92\xe6\x99\xdb\x51\x63\xc2\x1c\x4b\x46\x8c\x19\x9c\xe8\x2b\x99\x75\xa5\xfe\x86\x63\xdc\x13\xc6\xf7\xe7\xc1\x65\x24\x51\xe7\xbb\x35\x9a\x54\x98\x34\xfa\x26\xf9\xe5\xd4\x4a\xeb\xd1\x45\x71\xd4\x2e\xda\x34\xbb\xe9\xed\xbc\x10\xe8\xa1\xa4\x21\x94\xde\xc0\x45\x4e\xa1\x7b\x58\x31\xa6\x15\xaa\x62\xc9\xf0\xd7\x41\xb4\x90\x56\xff\x29\x5d\x56\xff\x09\xcb\x9b\xd4\xd5\xce\x40\xeb\xe4\x0e\xc6\xea\x33\x25\x22\xbd\x06\x7b\x6c\x58\xe3\xb5\x2f\xa4\xcc\x2b\xbf\x6b\x92\xfe\x0e\x2a\x9c\x42\xdb\xdf\x6e\x8e\xdc\xd8\x8f\xc2\xfb\x7d\xbc\x39\x25\x61\x10\x8d\x7d\x7a\xbc\x8e\x16\x7e\x81\x47\x9b\x1f\x98\x56\x7e\x4b\xe1\xc5\x22\x62\xcb\xaf\xd1\xc4\x3f\x6b\x53\x13\x3e\xcf\xda\xee\x0e\xf8\x57\x6c\x78\x36\x0a\xd1\x55\xdf\x15\x67\x06\x80\x62\x44\x52\x1c\xca\x15\xd2\xfa\xde\x1f\x61\x85\x06\x47\x39\xb0\x87\xf2\xaa\x95\x21\x57\x79\x12\x26\x1e\x8d\xb9\x35\x55\x7b\xb2\xe9\x69\x15\xa7\x7c\x92\xb2\x57\x44\x81\x38\xa5\x46\xab\x1a\x7d\x3e\xdb\x91\x86\x0c\xc9\xb6\x64\xfe\xca\x94\x69\x32\xda\xd6\xca\x14\xc0\x1a\xd3\xc1\x90\x1b\xa2\xf3\x5a\x1b\x6d\x35\x63\x19\x47\x44\xa9\x6b\xa9\x38\x6c\x91\xcf\xbe\xaf\xf4\x19\xe1\xce\x70\xcc\x70\xdf\x8f\x8e\x94\xc1\x8b\x87\x12\x84\x5f\xc9\xa8\x7c\x44\x54\x2f\x8a\x9e\x36\x2b\x48\xd2\xd3\xa3\x75\x01\xf2\xd1\xe4\xc7\x07\x05\x95\xa8\x73\x13\x4c\x66\x2a\x0e\x4c\xb9\x58\xfe\x0e\xdc\xdc\x5c\xae\x3a\x0e\x3a\xdd\xdd\xfe\xa1\xed\x2c\x08\xc1\xa8\x7b\xec\x85\xa8\x0a\xeb\x73\x6d\x0e\x99\xa7\x3c\x73\xb0\x2f\xf1\x18\x35\xa1\x2a\xdc\x13\x5b\x6e\x4d\x2a\x57\x29\xfe\x97\xcc\xa7\x3f\x53\xc3\x56\x78\x53\x2c\xe4\xe6\xe6\x93\xfa\xf6\x2e\x9e\x1c\xc5\x51\x34\x8a\xf5\xf6\x60\x84\x42\x74\x37\x71\xd4\x99\x03\x87\x75\xa7\x80\xe7\xe9\x13\xd2\x09\x6d\x4d\xae\x7f\xaa\xc1\xbb\xb2\xb3\xc3\xb6\xba\xdf\x20\x75\xb4\x0c\x1f\xee\xa5\x80\x0e\x4e\xcd\x96\xc1\xc1\xa2\xaf\x33\x1f\xa7\xde\x60\xf5\xc7\x92\x3d\xf2\x7e\x8c\x14\x3c\x94\x4a\x4c\x9b\x3e\x5a\x3a\xb9\xdf\xc4\xda\xac\x5c\x25\x20\x72\xa8\x46\x39\x14\xf6\x2a\x41\x65\x66\xc5\xcf\xd0\xe4\xf4\x19\x91\xd9\xae\x8c\xb6\x5d\x14\x59\xeb\x5b\xd1\xba\xab\xe0\xb9\xdc\xbf\x15\x1f\x59\xa9\x1d\x25\x9b\x6e\xdf\xb6\x9e\xa6\xd4\x02\xdb\x03\x33\x99\x2b\x35\x99\xf2\x6c\x1f\x74\x61\xef\x12\x51\xb7\x47\x90\x2d\x39\x00\xfc\x45\x8b\xda\xef\x2a\x34\x75\xae\x04\xb7\x55\x97\xf2\xc2\x01\x1e\xd4\xbb\x4b\x37\x92\xb0\x2f\x2d\x63\x1c\xfa\x07\x0e\xdc\xb1\x4a\x44\x2d\x29\x93\x6c\x2e\x45\x93\xbd\xa7\x01\x4d\x0a\x95\xcf\xe3\x1a\xf0\x12\xba\x79\x9e\x32\x95\x3d\x19\x43\x13\xec\x88\x51\xeb\xea\x6e\x38\x31\x67\x58\x73\x87\xff\x70\x3f\x30\x77\x72\x4a\x24\x8a\x8b\xfd\x30\x28\xc5\x2e\x36\xea\xa9\xd1\xfa\x83\xbd\xd1\xa5\x1d\xe9\xae\x94\xf3\x9f\x62\xa3\xdd\x35\x0e\x72\x8d\x5f\x2f\x56\xae\x39\x37\xb0\xda\xbd\xbf\x53\x25\xc4\xc1\xc6\xaf\xae\x95\x70\x88\x89\xe6\xf6\x52\x32\x4e\x16\xae\xb6\xcb\x52\x6d\xe0\x0b\x70\x33\x51\x6c\x9d\x9f\x66\x5a\xd1\x4a\xaa\x6b\x9e\x7f\xc7\x26\x53\x26\x1a\xbf\x53\xd4\x39\x60\x98\xff\xc9\x6d\xe9\xa3\x3a\x68\x16\xc4\xc5\x47\xed\xe5\x39\x63\xcb\xbf\xdf\x68\xe2\xd2\xfd\x8d\x83\x6f\xd6\xf8\x03\xee\x9a\x85\xac\x9a\x48\xc8\x1f\x26\x3b\x9f\xea\xf7\xa8\x1f\xbe\xa8\xa8\x3c\x3b\xd0\x09\xcf\xa9\x50\x3c\x9c\x54\x36\x15\xed\xc6\xcb\xb9\x99\x55\xff\xab\x8a\xfc\x4b\xa6\x42\x1c\x51\x15\x7a\x42\x86\x59\xcc\x65\x22\x9c\x0e\xd8\xd8\x70\x1e\x67\x70\xdd\x49\x07\x4a\xfd\x6d\x88\x6b\xfa\x64\x27\x58\x8b\x10\xef\xeb\xb1\x57\x77\x26\x1f\x2c\x6f\xa3\xf1\xac\xb2\x07\x21\xd9\x89\xcf\x4f\x0b\x15\xaa\x4b\x69\xb3\x80\xf8\xbc\x35\xd7\xc2\x98\xb6\x46\xec\xf1\x9d\xf0\xeb\xc9\x7e\xac\xe0\x8b\x79\x76\xe1\xb2\x7d\xf5\xca\x50\xb4\x3b\x51\x1a\x9d\x7c\x97\xbc\x84\x56\x03\x7b\xa2\x98\xb6\x96\x25\xeb\x35\x81\x6a\xd1\x29\x49\x1a\x91\x24\x29\x7e\x41\xb0\x27\x20\x18\x05\xd7\x31\x9a\xb7\x54\x58\x99\xb0\x28\xef\xdb\x74\x53\x71\xfe\x59\x0d\x43\x06\xfd\xa1\x3f\xfa\xf2\x6a\xf3\x4f\xe1\x60\x0b\x4c\x88\xac\x9b\x92\x48\x2e\xa7\x5e\x71\x56\x99\x5a\xef\x70\xc1\xd4\x47\xb6\x50\xe0\x1d\xa7\xe5\xae\xd9\x4c\x32\x79\x27\x06\xb6\x1c\xf7\x19\xe7\x69\x97\x0a\x43\x52\xb2\x04\x00\x90\x62\x07\x45\x37\x87\x74\x6e\x70\xb1\x93\x75\x48\x84\xce\x53\x6b\xca\x1f\x06\x1a\x32\x92\xf4\x5b\xd1\x9f\x27\x06\x37\xaa\xaf\xd1\x27\xa5\x8d\x71\xfa\xcd\x7b\x66\x8e\x3a\x76\x7a\xbe\xd5\x2d\xbc\xba\x2f\xc1\xd2\xbf\x52\xc5\x27\x4d\x0a\x3a\x28\xe4\x2b\xd6\xd9\x6d\x16\x1d\x91\x99\xf9\x92\xb9\xa4\x9c\x83\x76\xf3\xbd\x86\xa1\x61\xca\x6f\xa3\xe8\xd3\x78\xe4\xa7\xfc\x36\x8a\x17\x62\xac\xee\xd7\xbe\x3b\x12\x20\x2e\xbe\x2f\x8e\x0e\x98\xfe\x3c\x38\xef\x5e\x8a\x38\xe4\x64\x16\xea\x1a\x8a\xc5\xa1\x68\xd5\x6e\xc9\x64\xfd\x64\xa3\x85\x16\x46\xf0\x1a\x2b\xaa\x4f\xd6\x4d\xb7\xaa\xa1\x72\xaa\xc4\x2f\xe1\xd2\x75\x1e\x8d\x1a\xf5\xc7\x21\x49\x0b\x59\x47\x67\x4a\xd5\x05\xb9\xb9\xba\xe1\x38\x89\x5a\xfb\xc6\xcc\x52\x5f\xd1\x0c\xc2\x4c\x01\x96\xe3\x60\x49\x87\x8c\x4d\xd7\x17\x4f\xc8\xfa\x79\xb8\x0f\xb0\x72\x8d\x64\x46\x51\x7a\xd2\xf2\x5c\xaa\x4e\x26\x3c\x98\xfa\x1a\xfd\xe0\x20\xc3\xf6\xfc\x59\xe7\x5a\x33\xba\x3b\x34\x96\x92\x8a\x20\x7a\x42\x2b\xc6\x06\x15\xcf\xe7\x34\x24\xad\xd2\x31\xdd\x35\x5f\x01\xb6\x9b\x63\x40\x6a\x31\x47\xbe\x9b\x6c\x04\x20\x3c\xe1\x01\x1a\xb4\xdc\xe7\x24\x9a\x8a\xe7\xe5\xb4\x96\xcf\xa1\x92\xc7\x59\x75\xf6\x35\x36\x4b\xfa\x1a\x96\xaf\x50\x29\x82\xb0\x81\x2f\xd0\xe5\xb2\x38\xb6\x04\x4b\xfb\xa4\xd2\x8b\xf6\x7f\x44\x63\x59\x7d\x1c\x2c\x8d\xcf\xde\x96\xa5\xc5\x55\x61\x0d\x43\x05\x62\x36\x9a\x7c\x43\x99\xc5\x7e\x6b\xa5\x9e\xda\x4a\x59\xea\x50\x23\xbf\x98\xb7\x3f\x9e\x66\x6d\x82\x6d\x40\x72\x06\x3b\xb3\x6b\x86\x3b\xf7\x82\x9b\xbf\x30\x92\xd7\x15\x37\x4b\xaf\xea\x6c\x6f\xb2\xeb\xa7\x5b\xa7\x2c\x5d\xee\xb7\x28\xe0\x11\x70\x80\x2e\xd2\x06\x4f\xbe\xc9\x8f\x3b\xcf\xc8\xcc\x09\x82\xf1\xf0\xeb\xcd\x5d\xd4\x1e\x7d\xbd\xf1\x48\x82\xff\xc1\xc1\x8c\xe7\x2f\x99\x27\x73\xd7\xaa\x63\x82\xbe\xa8\xd4\xaf\x75\xe7\x67\xc8\x29\x7d\x9c\x53\xc7\x98\x4c\x69\x33\x7c\xb6\x74\xa3\x04\x62\x62\x5c\x9c\x6e\xe2\xee\x8e\xe2\xd9\xff\x36\x7c\x36\x6c\xd6\x1e\x32\x78\xcd\x8d\x4f\xde\x6b\xfe\x1d\x8a\x9d\x5d\xda\xac\xba\x29\xbf\x65\x4c\x58\x9f\x7f\x82\x9a\xb8\xcf\xc9\x24\x0e\x5a\x55\xe3\xfe\xf6\x9f\x3e\x02\x07\xa8\x64\x1c\xc3\x37\xae\x90\xbd\x2a\xac\x1f\x97\x6f\x06\x0d\x48\xf0\xfb\x7c\x60\xf3\x9d\x30\xd3\x58\xad\x10\x15\xa4\x53\x54\x8c\x4f\xd7\xce\xc0\x6e\x6b\xb6\xdd\x3e\xdc\x2e\x6c\x51\x4b\xb5\x24\xbb\x64\x63\xcb\xbc\xfa\x45\xaa\xd8\x56\xaa\x7f\xd7\x4a\x57\x32\xc2\x64\x25\x6d\x2b\xf3\x7f\xdb\xca\xc2\xb6\xb2\x0c\x5b\x51\xb3\x8d\x4e\x0e\xdd\xf8\x3b\x57\x8e\xa8\xc3\xd8\xdf\x8b\x8f\x5c\x71\xc5\x56\x3f\xba\xbf\x05\xf5\xe3\xae\xd6\x4d\x4d\x10\x1c\xee\x9f\x33\x58\x19\xb7\x24\xdf\xe0\x3e\x2f\xc5\x3b\x78\x75\x8e\x01\x9b\x46\x03\xeb\x38\xf4\x0a\x2c\x88\x5d\xb7\x3d\x05\xbb\x5a\x47\x39\xdf\x5a\x0b\xc1\x4f\x53\x40\xc8\x74\x2d\xa5\x3c\xbc\xde\x37\xc5\x41\xfb\x1f\xef\xdb\x81\x38\x99\x27\x85\x04\x26\x75\x0c\x27\x92\x5c\x0a\xe8\x4a\x47\x65\x05\xe2\x5f\xf8\xec\x97\xed\xa2\x7e\x57\x5c\x96\x0c\xb8\x66\x37\x17\x48\x18\x1c\x65\xae\xa5\x42\x00\x8c\xd2\x81\xcd\x8a\x85\xf3\xbd\xa4\x77\x2a\xc7\xde\xc3\xd7\x04\xcc\x6b\x7e\x64\xf5\xcb\x05\x23\xf8\x96\x21\xbb\x71\x22\x6d\x4f\x92\x24\x83\x45\x50\x1e\x49\x6b\xef\xf3\x99\x8a\xe2\x88\xd8\x08\x4b\xc5\xbe\xcc\x96\xc1\x15\x0a\x67\x27\xe6\xe7\x75\x67\xb2\x64\x0a\x8c\x92\x4c\x0e\xa6\x00\x3b\xe0\xa8\x35\x12\x8d\xfd\x7e\x00\xa0\x9f\x2a\x4e\x93\xd6\x9c\x31\x9a\x51\xd2\xa7\xf5\x3b\xe1\x00\x33\x82\xb8\x14\x79\x92\x18\xef\x3d\xda\xfa\x12\x74\xb7\x1a\xf0\x2c\xae\x27\xbf\x38\xfb\xb8\x6a\x75\xf7\xce\x21\x17\x8b\x29\xac\x44\x54\x92\x9c\xb1\x64\x04\x38\x69\xe3\x8f\xd8\xb1\xde\x8b\xe8\xe8\xb9\x6f\x51\x1c\xf8\xfb\xf8\xa6\x21\xde\x2b\x85\x87\xab\x1a\x87\xd8\x84\x1e\x96\x21\x23\x45\x37\x98\x1e\x24\xd3\x8d\x5b\x6a\x4d\x1a\x29\xe2\xec\xcc\xe8\xe7\x8d\x80\x44\xdc\xa5\xf4\x2c\x0d\xaa\xb3\xf0\x13\x44\x46\x14\x66\xf4\x59\x83\x02\x19\x29\x28\xe9\x8c\xfd\x62\xe0\x79\x1b\x21\xf8\x16\x4a\xd3\x81\x79\xa4\xf3\x8c\x03\xe7\xe8\x54\xa9\x14\xee\x0a\xcf\xd7\xfb\x4a\x95\x42\xbe\xee\xce\xfe\x82\x87\xd1\xe9\xd7\xc8\x82\x14\x2e\x3c\x61\xa2\xce\x78\x91\x75\xf2\x5e\x23\x13\x3f\xd6\xba\xee\xe2\x4e\xfa\x61\x3b\x35\x37\x91\xba\x55\xc5\x9d\x53\x03\xe8\x9c\xca\x32\x2c\x90\xd5\x45\x60\xdf\x54\x0f\x8e\xd7\x02\x98\x5d\xa7\xb0\x04\x0b\xb7\xb7\x93\x27\x48\x6e\x9c\x64\x21\xb6\x32\x62\x36\x54\x83\xe2\x37\x93\x6d\x9c\x31\xc7\x15\x5f\x31\xc2\x88\x4c\x4e\x58\x0a\xe7\x11\x5e\x41\x1a\x59\xd3\x13\x97\x56\xd4\x44\xd3\x22\x39\xbb\xd0\xc4\x33\x08\xf4\xae\xf8\x07\xf6\x8a\xd0\x40\x31\xb0\x40\xb9\xe3\x85\xfd\x86\x8e\x80\xa8\x16\xe7\xeb\x9b\xbb\x7b\xaa\x67\x4d\x4c\xea\xa1\xcc\x89\x71\xe3\x2c\x3f\xfe\x39\x6f\x99\x81\xb7\x2c\xff\x97\xf8\x5e\xf6\xe8\xa2\x60\xfe\xf6\x8c\x61\xbe\xb2\xfa\xf1\xf6\x67\x7a\x5d\x33\xcf\x6b\xd8\x68\x9d\xdb\xbc\xb8\xfb\xcd\x0c\x3a\xb4\x77\x09\x89\xcd\x3a\x7e\x6a\x5e\x1a\x4f\x5b\x59\xe7\x70\xb9\x0d\x88\xa3\x9a\xad\xb4\x70\x99\x72\x83\xe9\x07\x6f\xc5\xda\x21\xaa\x8c\x85\x0a\xc2\xcf\x40\x95\x3c\xc6\xa1\x31\xab\x4c\xed\x6c\xb4\x81\x31\x6b\xbc\xf1\xd7\x12\xb4\x8f\x58\xec\x3e\xf3\x7f\x1c\x15\x4e\xa3\xb4\x94\x77\x32\xfe\x82\xac\xd3\xb2\x5b\x60\x75\x9a\xca\xaf\x80\xa5\x3a\x18\xbb\x44\x46\x90\x0d\xb3\x7e\x43\x59\x5d\x35\x95\x49\x7c\xb3\x69\x45\xd1\xa6\x55\x9f\xc4\xa9\x3b\x9a\xe0\xe4\x5a\xf9\xe9\x3c\xb0\xf4\x6b\xbf\x11\x63\x8c\x46\xc2\x26\x14\x29\xb9\x2e\x49\x27\xd4\x24\x0a\x37\xd4\xeb\x66\x30\x2b\x3f\x7a\xb4\x59\x29\x30\x77\x1f\x45\x5f\x98\xb2\xc8\x69\x3e\xc1\xc5\x3c\x6a\x8d\x19\xc9\x58\x60\x6d\x0c\x57\x2d\x46\xe4\x9b\x7e\x4a\xfb\xd6\x8a\x0a\xaa\x2f\xad\x36\x97\x78\xae\x66\x07\x31\x57\x57\xe7\x7d\x74\x6e\xf9\x65\x87\x2c\x2b\xdc\x2b\xde\xbe\x28\x20\xe8\x64\xd2\x32\x64\x84\xa9\x7f\xde\xa8\xc6\xa4\x02\x26\xd2\x4f\x8c\xda\x39\x1e\xb3\x47\x4c\xe4\xd8\xcf\xd3\x96\x03\x55\xd6\x76\xa0\xcf\xb7\x1a\xa0\x38\x39\x99\xa2\xc9\xdb\xa3\x7e\x28\x61\xea\x2e\x88\xa2\x93\x51\xa2\xa3\x0c\x71\x9c\x08\x93\x5a\x9b\x83\x81\x6a\x2c\xc0\x0f\x9c\x17\x3e\x72\x3a\xb1\xfe\xfe\x52\x81\xa4\x8f\xfe\x1d\xb1\x12\x68\x25\x47\xee\x67\x5d\x13\x4d\x4a\xd4\xd0\x8b\xd9\xa4\x65\xbf\x65\xca\xa1\x7e\x37\x87\x7f\x73\x74\xe1\x4d\x11\xaa\xe4\xed\xe7\x86\x9f\x2d\xcd\x74\xf4\xa3\xa8\xb7\x0f\xcb\x48\x1c\x3e\xd9\xe3\x28\xd6\x37\x86\xb4\xb8\x55\x74\x6b\x5e\xff\x60\x3f\xfb\xc1\x05\xac\x38\x2e\xa8\x07\xce\x21\x82\x8a\x24\x30\x4d\xa7\x5a\x42\x93\xd7\x08\xdd\xe4\x76\xc5\x44\xba\xde\x64\x60\x32\xa7\x4f\x74\xe3\x43\xb2\xab\x17\xa8\x94\x33\x4d\x6d\xed\xed\x07\xdb\x41\x5e\x2d\x4d\xbc\x15\xe6\x30\xc4\x70\xda\x7c\x70\x19\x7d\x91\xd6\x6e\x4a\x9e\x70\x40\x89\x9b\x53\x16\xfd\x25\x65\x18\x64\x13\xde\x3f\x17\x97\x42\x5b\x08\x56\x63\xd3\xda\x4c\x29\x5d\xf3\xbe\x22\xba\xc2\x98\x3f\x6a\x29\xbd\xd7\xca\xaf\x81\xd1\x30\x9e\xff\x52\xd9\x3f\xe9\x47\x7b\xf1\x4b\x79\x19\xa5\x87\xa6\x70\xef\x78\xf9\xa2\x92\xee\x28\xd7\xba\x39\x88\x6c\x5b\xa5\x1b\xcb\xda\x0d\x3b\xb9\x3f\x91\x18\x5f\x65\xda\x83\x56\x93\x6b\x03\x11\xff\xab\x2a\xcb\xc1\xb8\xbf\x71\x4f\x72\x98\xb5\xd6\x02\xec\x7b\x9d\x31\xf3\xdb\x96\x76\x9e\x4d\xa6\xf5\xef\x19\xa0\x47\x7e\x72\x82\xd7\x41\x45\x66\xb7\xb3\x6b\xe4\xd8\xfb\x0c\xe6\xca\xa3\x61\x3a\x25\xe8\xbc\x85\xd6\x6b\x0d\xfe\x85\xea\xeb\x0d\xc3\xff\x42\x02\xc1\xd7\x2a\xdd\xff\xdc\x68\xad\xb0\xe7\xd6\xe0\xb7\x62\xa0\xd8\x76\xd5\xd2\x08\x0e\x67\x33\x2c\xe5\xbc\x51\x16\x71\x3a\xde\x9c\x48\x3b\x51\xca\x86\x3d\x62\xb9\x84\xe2\x24\xd8\x39\x1c\x48\x63\x9d\x69\xd0\xf4\xd0\x03\xb2\xbb\x1a\xbf\xb1\x64\x86\xf6\xcf\xd4\xa2\x34\x58\x44\x23\xd3\x3d\xe3\x9e\xd5\xb8\x41\xaf\xf0\x73\x73\x64\x7b\x37\x24\x2c\x2e\xbe\xb0\xde\x10\xde\x42\x1c\x10\x71\x33\x51\xd1\xbe\xb5\x27\x84\xd1\x2e\x2e\x10\x15\x7c\xda\x71\xfe\x45\xd0\x22\x16\x1c\xdd\xd9\x1a\xc5\xc9\xc0\x62\x0d\x2c\x31\x14\xb2\x13\x45\xf1\xdb\xa0\xbd\xcd\xb2\x0d\x29\xc2\xf9\xc8\x9b\x95\xcc\x56\x96\x15\x1b\x9c\xa1\x31\xa6\xa3\xad\xd9\xca\xfa\x7d\x61\x28\x04\x24\xeb\xb0\x60\xbb\xb2\xf5\xbe\xce\x7b\x67\xf4\xae\xce\xe0\x20\x89\x6d\x80\x6c\x71\xcb\x08\xbb\x0e\x52\xf4\xa4\xee\xd3\x8a\xa7\x74\x3d\xf1\x9a\xf8\x97\xd9\x44\xe6\xef\x19\x0b\xe9\xa2\xc2\x6e\xba\xdc\x87\xf1\x40\x21\x5f\x24\x97\x68\xf9\xe7\xad\x3f\xf8\xd6\x37\xad\x74\xf3\x02\x33\xd3\x89\xe2\xe6\xcf\x91\x6d\x7f\x9c\x2e\x45\xe6\x3f\x12\x06\x5a\xd2\xc9\xa1\x39\xd9\x9a\xf2\x5e\x60\x54\xeb\x92\x7e\x9e\x15\xff\xd7\x4e\xf9\x2a\x1f\xc9\xdd\x74\x28\xdc\xd6\xc6\x2b\x24\x63\x3f\x94\x4d\xdf\xd4\x80\x60\x74\xea\x48\xa7\x29\x1e\x77\x75\xfc\x80\xb3\x9b\xb5\x32\xb6\xeb\x1d\x4c\x0b\x5d\x8d\x41\xb3\x30\x26\x0d\xa6\x8f\xbe\xd8\x33\x14\x86\xf2\x11\xe9\x25\xd9\x6d\x90\x12\x88\xd6\x21\xff\x90\x44\xde\xa4\xcb\x56\xfa\x22\xd1\xb2\x83\x0a\x2d\x66\x5d\x5a\xfe\x9b\xdc\x7d\x8a\xa2\x8d\xd8\x95\xca\x9d\xf0\xc7\xd5\xdc\xc5\xaa\x8b\xdc\x8f\x42\x43\x7d\x13\x39\x51\xe1\x72\xcd\x24\xd4\xdf\x04\xc5\x45\xb6\xf7\x70\x24\x4c\x3e\xa6\x16\xd2\xb0\x30\xb3\x32\x37\x34\x4d\x78\xc2\xa7\x56\xdc\xd1\x14\xf2\xdc\x90\x20\xa3\xcc\xb2\x37\x75\x15\xab\x8c\x66\xd1\x2c\xed\xba\x09\x9d\x2b\x9b\x0c\x9c\xf9\x9b\x74\x84\x6f\x7f\x22\xea\x76\x77\x0e\x8f\xea\x00\xe2\xd7\xf0\xd6\x10\x43\x1f\xcc\x12\x3b\xd9\x1f\x47\xb4\x40\x61\xb8\xc9\xe8\x71\x6b\xd2\xc6\x53\x0f\x92\x0f\x7f\x17\x45\x5f\xc2\x75\x3d\xbe\x49\x36\xc2\x33\x11\xc8\xbb\x7b\xe2\x73\x73\xc9\x26\x39\x84\xd3\x95\x61\xde\x92\x93\x29\xac\x2c\x6e\x70\xc7\x0d\xc4\x35\x14\x37\xbf\xe7\x77\xf6\xa8\xce\x53\x5b\xb0\xf3\x9b\xe0\xb2\x43\x45\xa1\xa0\x32\x0a\x15\x1f\x1f\xfc\xba\x28\x76\xd3\xd0\xcb\xad\xfd\xd1\xa7\xeb\x9f\x41\xee\xc7\x56\xec\xae\x88\xe2\x7b\xa7\xb8\xf8\x47\xe4\x62\x3c\x0e\xaa\x20\xfc\x41\x5d\xe3\x64\x8c\x44\x4b\x76\xa9\xb6\xc0\x38\x4a\x04\x8b\xdb\x68\xd8\xce\xbf\x05\x50\xab\x3b\x5d\x83\xb4\x42\xb2\x64\x32\xa4\x56\x1d\x30\xb9\x93\xfa\xd3\xf4\x01\x91\x54\xc9\xa4\x4d\x1e\x8c\x0a\xa4\xe5\x20\x70\x30\x15\x5e\x92\x45\x26\x46\x8b\x30\xdb\xd2\x01\x14\x74\x55\x68\xed\xab\x66\x30\x68\x8f\x5a\x33\x11\xa8\xfb\xd5\xb6\xe7\x1f\x73\xbb\x5a\xd3\x79\x40\x5c\x7a\xff\x9b\x15\xad\x13\x9d\x1b\xaa\xe2\xe2\x9b\x9f\xbe\xd8\xd9\x9b\xe3\x33\xc5\xef\x1c\xb2\xf9\xea\xf8\x2f\x36\xff\xee\x76\x66\xe2\xcf\x1b\xc6\xa6\x25\x9f\x38\x1c\x5a\xb6\xcd\x83\x44\xcb\xd5\xf9\x78\x63\xc7\x70\xbb\x64\x0c\xf3\x3a\x4d\xee\x92\x50\x51\x57\x9c\xcd\x9b\x1f\x51\xbc\x7f\x36\x4a\xea\x1b\x93\x23\x83\x90\x34\x7d\x73\x44\x61\x61\xcc\x6b\xdf\x08\x78\xb5\xba\xff\x60\x5b\xc3\x21\xef\xcb\xdf\x8a\x89\x2a\x93\x13\xdf\x54\x5a\x3a\x83\xe9\x0b\x27\x07\xe8\x50\xb2\x2e\x00\x06\xcc\x0b\xad\xbe\xd4\x8f\x59\x35\x70\x4e\x4f\x7a\x69\xd3\xba\xd9\x09\xc9\x3c\x7d\xd2\xf7\x93\xa1\xcf\x71\x36\x18\x0e\x92\x68\x60\x5e\x95\x11\x51\x08\x16\x6d\x7e\x80\x14\x7c\x06\x0c\x44\xd9\x58\x89\x2e\x86\xf6\xb4\x7e\xf7\xa9\x15\x7d\xca\xf7\x70\x56\x54\x61\x4c\x68\xc8\xc3\xf4\xeb\x73\x38\x3e\x93\x10\x65\x4a\xb7\xa4\xa6\x87\x0f\x79\x05\x15\x03\x8b\x6f\x72\x2d\xc1\x3c\x37\x61\xa8\x5d\x89\x6c\xe6\x7d\x7f\x0b\xee\xe6\x36\xd7\xd0\x15\x49\x69\x02\x73\xb6\xf2\x0f\x97\xeb\xce\x97\xc5\x39\x83\x62\x95\x04\x75\xd5\x40\xc6\x14\x6b\xb1\xe1\x28\x82\xaa\x2f\xdb\xe9\x3e\x77\x6a\xdd\xcc\xda\x09\xc5\xd1\x5c\x80\xf1\x41\x64\xae\xfb\xda\x11\x29\x59\x52\x8f\x2e\x9e\x7f\x3d\xef\x71\xbf\x71\x6c\x23\x38\x42\xe4\xa8\x9a\xc9\x27\x34\xb1\xe9\x26\x48\xc7\x9d\xd4\x30\xba\x14\xe9\x78\x6a\xd6\x4e\x47\xe3\x8e\x26\x6e\xfe\x9c\x7f\x59\xe3\x0a\x0c\x20\x92\xc5\x19\x1d\xc1\x11\x06\x57\xc4\x2a\x23\x2d\x47\x9c\x98\x8f\x17\x62\xf0\x16\x80\x2d\x3b\x56\x42\xe8\xc1\x9b\x19\x4b\x5c\xdf\x5d\x14\x55\x95\x55\xdf\x4b\xcc\x96\xdd\x62\x47\x6c\x31\xec\xf4\xb6\xdd\x61\x90\x6b\xe2\x22\xa2\x30\xef\x73\x47\x48\xbf\xe0\x38\xf5\xf8\x37\x34\xcc\x11\x5f\x90\xf1\x22\x6e\x23\x46\x21\xc0\x76\x9a\x9d\xe3\x34\xb9\x13\xb1\x4e\xeb\x41\x8b\xe2\x35\x88\x7f\xcb\x93\xba\x5a\xd2\x77\x2f\xd2\x79\x23\xb6\x04\x51\xf8\xc2\xde\x1a\x70\x84\xe3\x40\xf8\xbe\x2f\x0d\x0d\x39\xd2\x14\xb0\x50\x9e\x93\xe0\x14\x06\xea\xfe\x51\x84\xe8\x6e\x6f\xbd\xf2\x36\x5c\x15\x1a\x94\x46\x65\x75\xa2\x78\xfb\xeb\x8c\xb8\xde\x41\x31\x54\x54\xfe\x57\xbb\x11\xc5\xda\x8b\x53\x9b\xc4\x0a\xfd\xa8\x9b\x45\xde\xf0\x9b\x5b\xfb\xed\x94\x53\xbd\x4f\x71\xf7\x8e\xf9\xcd\x89\xa0\xbe\x11\xaa\xb1\x69\xfb\x90\xe0\x5d\xda\xb5\xb2\xaf\xc4\x66\xe3\x3c\x39\x58\xb4\xe4\x75\xb2\x07\x71\xb5\x51\xfc\xaf\x5c\x2a\x48\xfd\x48\xa1\x50\x93\xd1\x94\xf1\xe0\xfd\xe8\xd4\x26\x89\x9c\x83\x91\x34\x37\xa0\x01\x93\x53\x9b\x46\x65\xd0\xe2\x70\x4b\x8b\x2f\x80\xa3\x2c\x06\xc1\xfb\x10\x62\xbb\x7f\x13\x61\x7c\x2b\x06\xa0\x7f\xca\x92\x88\x75\x3f\x3b\xb5\x6f\x16\x38\x9b\x92\x83\x58\x8f\xb3\xa5\x37\x37\xeb\x3b\xaa\x36\x55\xae\x7c\x96\x32\xec\x29\x34\x53\xcb\x4d\x48\x4b\x8a\x18\xc9\x03\x87\xf8\x72\xd1\xec\x86\xb9\x48\x58\x70\x5b\xc6\x41\xd6\x24\xb3\xdc\xc4\x69\xb9\x9f\xd0\xb0\x5e\x8b\xe3\xed\x43\x1d\x69\xbf\x93\x66\x72\xe0\x3a\x1f\x13\xd2\x5b\x01\x4b\x9c\xc7\xdf\x6f\x06\xb1\x5c\x26\x6b\x5a\x8d\x23\x32\x8c\x84\x12\xff\x14\x0b\x6b\xa7\xf3\xdd\xdc\x43\xf7\xfb\xe7\x84\xde\xbf\x93\x2e\xdf\x4d\xf7\xc9\x2c\x74\x3f\x6e\x1e\x90\x80\x86\x88\xe3\x73\xa2\x27\xc5\x2f\x37\x71\x22\x35\xc4\x51\x3f\x9e\xc8\x63\x71\xb4\x3e\xc9\x72\xdf\xc9\x11\x97\xd1\x8e\x5b\xed\x9b\x53\x1c\x17\x5b\x4f\x32\x06\xf1\xd3\xb2\x72\xd1\x89\x20\x81\x67\xfc\x2f\x3f\x3d\x14\x8e\x3e\x98\xb7\xc6\xa8\xd6\x2a\x1f\x58\x9d\xda\x2e\x03\xe6\x81\xfb\xb4\x5c\x01\x39\x89\x30\xa1\x3f\x52\x6a\xd0\x99\xf2\xdf\xe4\x83\xfd\x9d\x3e\x18\x67\x3f\x85\x1e\x76\xbc\x0d\xbe\xa2\xe0\x78\x0a\xfa\x23\x65\xd7\x91\xdd\x37\x43\xc9\x99\x85\xe3\x84\x47\x45\x60\x53\xff\x7e\x93\xf5\xeb\x25\x97\xed\xb1\xf1\x51\xc4\x95\x91\xe5\x47\xc4\x4e\x42\xb5\x98\x42\xd9\x5c\xd4\xbe\x20\x76\x09\xd8\xcf\x8f\x48\x32\x8f\xd7\x4f\xe0\x9f\x50\x64\x35\x7f\x8f\xd4\xbd\x66\x6a\x0e\xa1\x1c\xbf\x8b\x9b\x50\x02\xac\x56\x27\xd9\x7d\xdb\x9e\xfb\x7b\x84\xda\x3f\xb3\x8f\xc9\x97\x90\x81\xf7\x50\x81\xbd\x4c\xb3\x14\xa4\xed\xd3\xc4\x70\xd6\x3a\x2b\x60\x23\x19\x69\xf1\xde\x3f\xc6\xd8\x83\xe1\x83\x94\x36\x94\x87\x89\x57\x54\x98\x12\xc5\x5f\xa1\x7a\x3e\xba\xdb\xfd\x28\xfa\xa9\x58\x32\xac\x04\x55\x07\x02\xd9\x4a\xb9\x97\x44\x1e\x30\x24\x64\x3c\x81\xf8\xf7\x64\xdd\xb0\xcd\xcf\x14\x8a\x3a\xbe\x10\x4f\x17\x44\xd7\xab\x1e\xa7\x3d\xa5\x2f\xc9\x05\x1b\xda\x22\x15\x54\x0b\x93\x27\x92\xa5\x14\xc3\xc8\x83\xba\x04\x9b\x9f\x7f\xf7\x29\x97\x3c\x3b\x23\x30\x14\xdd\x47\x4c\xd9\x20\xe4\x51\x11\x45\xdd\x38\x61\x9b\x0d\x35\x6b\xce\xc8\xe1\xa3\x34\x73\xc2\x57\x2a\x47\x7a\xb5\xc8\x82\x67\x63\x54\x9f\x10\x61\xac\x0c\xd0\x8c\xfb\xc3\x09\x2d\x0e\xb5\x8e\x06\x09\xf1\xe9\x04\x85\x64\x3c\x68\xdd\xac\xe2\xb8\x5d\x44\xf6\x55\x99\xe9\x6f\xe5\xb7\xe6\x30\xae\x7e\x7a\xaa\x96\x6b\x9a\x58\xfa\x6d\x2d\xbe\x38\x77\xb7\x3c\xe2\xf7\x85\x53\xdb\x47\x62\x17\x79\xb3\x64\x9f\x84\xe7\xca\xd6\x94\x2a\x0e\xcd\x45\xc9\x5e\xd0\xd0\x74\x5f\xb9\x68\x60\x6d\x1b\xd8\xfb\x2a\xe4\xf1\xf2\xd6\x8a\x74\x85\xde\x6b\x64\x80\xd5\xb3\xcb\x44\xd5\xe3\xef\x45\xa4\x1b\x6b\x59\x2d\x92\x81\x11\x2b\xf4\xf1\x88\x80\x8e\xaf\x4f\xe1\x54\xe8\x7c\xf3\xd8\xeb\xcf\x3a\x29\xae\xd3\x90\xe0\xf5\x67\x9d\x9e\x6d\xf8\x36\x8e\xcc\x5b\x7b\x4b\xd3\xa3\xb4\xd6\x18\xfb\x86\x3e\xbd\xcb\x6a\x5b\x67\x6e\x1f\xb6\x0d\x0e\xca\xea\x6a\x12\x90\xc4\x29\x5c\xe9\x54\xfe\xa0\x40\xda\xdb\x6b\xbd\x3d\xcc\xe8\xb2\x6b\x66\xb4\xf0\xe3\xe6\x21\x8a\xb7\x9f\xc0\x6b\x30\x9b\xfb\xba\x61\x9b\x46\x20\xbf\x39\xb5\xa3\xe8\xd4\x0e\x8e\x95\xfc\x43\x5b\xbe\xcb\x17\x4a\x1a\x86\x4d\x57\xcd\x53\x02\xdd\xf5\x48\x45\x6f\x77\x07\xf4\xb1\x9e\x39\x61\x88\x50\xd6\x28\x43\x6f\xc2\xbd\x19\xbc\x8d\xa2\xd1\x5b\xa9\xa3\x88\xca\x36\xab\xb1\x21\xb6\xa8\xa3\xe1\x52\xd0\x88\x88\x9d\xf0\xd4\x3b\xd5\x2a\x9f\x98\x66\x11\xbb\x14\x40\x77\xe7\x9d\x32\xf3\x27\x3a\xf0\x3a\xfb\x65\x2b\x45\x5d\x91\x31\xa5\x45\xfb\xc7\x19\x56\x75\x02\x57\x34\x70\xc8\xe1\x33\xa2\x0d\x9b\xb0\x17\xcc\x1d\x57\x38\x0e\xe2\x60\xab\x7d\x74\xce\x42\xeb\x9b\x02\x38\x1e\xeb\xb5\x76\x2b\x47\x8f\x01\xb2\xfd\x00\x31\x12\x7a\x86\x48\xdf\xd4\x7e\xab\xef\xb5\xed\xff\x17\x1d\x6b\x2f\xba\xd8\x02\xc3\x02\x32\x3d\x46\x0b\x67\xfd\x74\x53\x38\x7e\x0c\x1e\xd9\x6c\x48\x0a\x92\x7f\x9a\xa1\xc0\x28\xff\x60\x83\xb7\x2d\x15\x88\x2e\xd4\x4a\x23\x33\x6f\x2c\x78\x4c\x9e\xf5\x4b\xb4\xd3\xdf\xb9\xc6\x45\x0e\xee\x60\x27\xca\x6f\x05\x2d\x36\xaf\x9d\xdc\x6d\xac\x6e\x4b\xe9\x9d\x93\xa7\x4d\x7f\xe4\x16\xcb\x87\x4d\x23\x17\xa9\x13\xc5\xd3\xe7\x15\x6a\x9e\xd4\x89\xb2\x3f\x28\x04\x1f\xd9\x90\x43\x93\x34\x4f\xc1\x7b\x13\xca\xee\xb2\x6a\x6b\x2c\x1f\xb3\x81\xb9\x70\xca\x2a\xac\x14\x57\xca\x38\xaf\x35\xad\x36\xf7\xe4\x5a\x4f\x0e\x84\xb6\x9b\xfb\x4a\xcd\xe1\xc6\xa1\xa3\xe7\x4d\x6d\x8f\xfc\x27\x0f\x29\x41\x41\x76\xbc\x8c\x33\xa4\x9c\x4d\xce\x9c\x8d\xea\xfe\xef\xa4\x9c\x21\x96\x9b\xd5\x79\x86\x8d\x6b\xea\x21\x73\x47\x4a\x3f\x52\xc7\xb0\xf1\xce\x2f\xf1\xf2\x22\x3a\x1f\x16\x7d\xba\xa8\x05\x0d\xa0\xeb\xc5\x14\xba\x2a\x4f\x14\x53\xc6\x0c\x50\xd0\xa0\x93\x69\xec\x1f\x3d\x53\x56\x19\x83\x4f\xd5\xf6\x46\x4e\xa2\xf8\x35\x46\xb0\xe2\x88\xb2\x0f\xe7\x78\xb8\xe1\xae\x73\xd9\xd6\xb2\x21\xd4\x8b\x92\x03\x36\xcc\x14\xb7\x39\x38\xda\x94\xd9\xbd\xba\x21\xb7\x1a\xe3\x37\x66\x86\x34\x49\xaa\xef\x0b\x3c\x01\x3c\xa6\xcc\xf3\x20\x18\x4b\x71\x67\xfc\xa4\x90\x2f\x02\x9a\xe6\x3e\x02\x32\xbe\x9f\x43\x95\x39\xd0\x1a\xbf\xfc\x92\x26\xeb\x0b\xdc\x59\x7e\xc1\x66\xc5\xd5\x1c\x29\x52\xf5\xf7\xd2\xbf\x9a\x91\x13\x39\x03\xec\xcd\xf1\x0d\x28\x45\xa2\xb1\x56\x7f\x18\x81\x6d\x36\x34\x02\x5b\x7e\x4e\xb8\x51\x8e\x9b\x39\xad\xc9\x33\x97\x22\x5b\xf9\x47\xc6\x24\xea\x9b\xe7\x61\x2b\x25\xb6\x69\x12\x50\x15\xf5\x06\xf3\x90\x2d\x89\x5b\x49\x5c\x27\x5d\xe7\x1a\xa1\x82\x74\x8b\xd4\xfa\x59\x72\xdb\x10\xa3\xc5\xb9\x79\x90\xac\x79\x64\x43\xb1\x46\xd7\xbc\x61\xf3\x2d\x41\xcc\x82\x8c\x08\x3f\x0b\x8b\x67\x70\xc6\x6f\x2e\x74\x63\xa6\x26\x02\x13\x94\x42\x14\xa0\x8e\xa9\x29\x1a\x5f\x7c\xa1\x9d\xfe\x82\x21\x96\x18\x66\x5d\x3c\x2a\x83\xd6\xc0\xf8\x77\xe2\xf4\xce\xe8\x6b\x26\xaf\xb7\x94\x99\xdd\x32\xed\x3a\x13\x0f\xed\xff\x26\x1b\xd3\x58\xed\xba\xce\xaa\xdf\xe8\x0c\x1a\xcc\x8a\x15\xdf\x10\x2b\x81\x0d\x83\x53\xb4\xee\x39\xc8\xad\x1e\x53\x69\xc0\x75\xf1\xf0\x79\x90\xa1\xdb\x7b\x42\xe1\x0f\xc4\x3b\xe8\x77\x72\x50\xfb\xc0\xdb\xa2\xfe\x94\x10\x4d\x71\x08\x74\xa8\xe1\xc0\x55\x2c\x26\xb7\xbe\xd7\xca\xfd\x60\x3c\xa6\x7e\x97\xcb\x00\xc5\xcf\x21\xfd\xab\x87\xea\xc1\xff\x45\xf4\x19\x36\x15\xf8\xb1\x1e\x6c\xa3\x16\xba\x8f\xdb\x12\x16\x47\x2e\x6e\x73\xeb\x8d\x38\x3d\xb3\x5b\x92\x36\x9e\x36\xcf\xfe\x6c\x7e\x60\xbd\x82\x9d\xf4\xd2\x42\xc5\x54\x8d\x25\xb0\xa4\x54\x68\x61\xc2\x0e\x89\x5b\x90\x87\x4f\x6f\x01\x5f\xfc\x06\xea\xe1\x3a\x28\x8e\xc0\xe8\x3d\xe3\x61\xe3\x11\xe7\x66\x18\x4c\x8c\x8d\x11\x47\x13\x37\x8a\x9b\x20\xac\x44\x53\xcb\x7b\xea\xc2\xd9\xdc\xd9\x2d\xab\x15\x83\xf1\xc1\x1c\x5c\x99\x36\xb4\x4f\x8d\xf7\xed\xbc\x28\xcc\x4f\x8c\x9e\xb0\x27\xc1\xa8\x69\x99\xc7\x9d\xa8\x98\x68\x9b\x7b\xef\x34\xcd\x84\x3c\xed\x2d\xc9\x2e\x20\x36\xe1\x24\xac\xe8\x4b\x2d\xf3\xd9\x12\xae\x05\x4a\x60\xf1\xa9\xf8\x4e\x06\xa1\xa0\xba\xcc\x69\xf0\x28\xea\x14\xc7\x4e\x16\x88\xfe\x0c\x74\x26\x05\xd8\xca\xdb\x2a\x7a\x70\x21\x4d\xc3\xb7\x1b\xef\xaf\x4c\x7a\xb3\xd9\x32\x27\xba\x8c\x9b\xa7\x91\x8f\x15\x3c\xd1\xe8\xc2\x3d\x83\x01\xb4\xfd\x96\x89\xfc\x8e\xf1\x7f\xde\x85\x1b\x64\xf7\x2e\xa5\x18\x08\xe4\x6a\x7c\xb6\x85\xdb\x48\xbc\x99\xa4\x90\x30\xa9\x5e\x80\x93\x82\x4f\x6a\xd0\x2d\x37\xe7\xcb\x94\xda\x0d\x8f\x67\x4d\x8e\xf5\x33\x28\x99\xd6\x18\x1c\xd0\xbc\x53\xe5\x8c\x92\x23\x2b\x8a\x0c\xd9\x9c\x22\x9d\xdc\xaa\x70\x20\x0c\xf6\xc3\x50\x24\xf9\xa7\xaa\x8f\x44\x0a\x88\xa5\x92\xe9\x0e\xb3\x11\x36\xb0\xad\x8d\x63\xfa\x2a\xb0\x1a\x1a\x28\x83\xc1\xf3\x2a\x61\xed\x85\xd8\xcf\x59\x22\x9d\xdf\xee\xdb\x03\x6c\x87\xe1\x3b\x2b\xc7\x6a\xec\xa0\x89\x29\xe4\xad\xf1\xd2\x61\x40\x48\xa7\xcd\x83\x44\x89\xe0\xd4\x2c\x46\xac\xc9\x57\x8e\x61\x4b\x1b\xbd\xb7\xb3\x53\x6c\x55\x47\x36\x1c\xa1\x0c\x60\xae\x42\x2b\x67\x8f\xe1\xb6\xa5\xd3\x95\x5a\x88\x8e\x2e\x04\x1c\xa0\x93\x56\xb3\x6b\x60\x49\x05\x86\xe2\x9d\x23\xa0\xb7\x5c\x01\x63\x35\x49\x8b\xe4\x66\xec\xae\x62\x37\xf4\xdb\xfd\xfb\x94\xb7\x45\x84\xac\x37\xe0\x40\x8e\xef\xd4\xde\x18\x9f\x7a\xdf\x20\x5e\x12\x49\x67\x9f\x86\x0f\x0f\x7d\x50\xaa\x50\x9a\x54\xc4\x1e\xb0\x7a\x3c\x25\xfc\xe1\xce\xc3\x8c\xa0\xa1\x05\xcd\xc8\x20\xe3\xb1\x8f\x7b\xfa\x55\xb9\xe0\x7d\xdb\x3b\x63\x77\x52\x98\x4b\x60\x69\x8a\x08\xa3\x20\xa1\x71\x14\x57\x09\x6d\xcf\x78\xee\x69\x23\xad\x72\xd3\xe0\xdc\x88\x7d\xac\x35\x0c\x42\x0d\xeb\x1d\x9b\xf0\xf7\x71\x43\xa3\x00\xfd\x11\x73\xef\xca\xf6\xe2\x03\x97\x2f\x48\xc7\x3f\xe2\xb8\x08\x59\xfe\xe8\x7b\xe2\x1b\x4a\x18\xd6\x30\x78\x47\x5b\x9a\xf3\xee\x9f\x7c\x4e\x5a\x8d\xd3\x68\x42\xe1\x57\xc6\x7f\xd5\x5e\xd7\xb1\x94\x8c\x81\x4b\xbc\x76\xea\x4d\xd9\x16\x53\x73\xf3\x8e\x27\xbe\xb7\x36\x86\xd5\xf1\xc0\x00\xed\x41\xd2\x19\x18\xd2\xdc\x24\x2b\x55\x09\xc5\x3d\xee\x36\x84\xa6\xe1\x64\xea\xa9\xce\xb1\xb4\xaf\xb7\x1c\xe3\xeb\xe5\x16\x46\x1a\x7b\x4f\xef\x11\x76\x5e\xf5\xad\x3a\xbc\xa5\x73\x5f\x60\xf0\x48\x3e\x36\x19\xaa\x85\x7a\x4f\x7e\x36\x6c\xf1\x80\xc9\xb3\xc7\x33\x63\x0b\x12\x59\xa2\x78\x86\x04\xbb\x4c\xb6\x72\x3c\x7e\xae\xc3\x5a\xb8\x28\xfb\x3c\xf9\xf8\xfc\x1e\x42\x83\xd6\xde\xaf\x1a\xaf\xde\xe4\xe1\xf2\xac\xd5\x8a\xfe\x20\x76\x43\xdb\x4d\x19\x5c\x93\x10\xa0\x8b\x77\x08\x62\xeb\x46\x51\x3c\x65\x2d\xf5\x8e\x20\xf3\xb4\xfd\x2c\xaf\x1b\xf1\x85\x70\xda\x11\x2f\xda\x5d\x14\xad\x5b\x3a\x83\xa9\x8f\x75\xb9\x2e\x0f\x91\xc7\x2e\x5c\x9a\x7e\xcf\x8c\x3b\x6a\x97\x6e\xe2\x21\x9d\xb0\xec\x25\x11\xd7\xc7\x4d\x83\xc1\x2a\x62\xe4\xb3\x7d\x9c\x51\x93\x0d\x84\xfe\xdf\xaf\x77\x17\xb2\x89\xd8\x0e\x6b\xd8\xf7\x20\xab\x7b\x9a\x66\x37\x67\x44\x3f\x36\x19\x76\x7f\x9c\xd1\x81\xec\xbc\xf4\xc8\x4e\x88\x87\x5f\x9b\x88\xdf\xba\xdf\x9d\x89\x9c\x2a\x8a\x57\xe3\x2a\x5d\xa4\xf3\x38\xe5\xda\xca\xec\xb8\xc8\xc7\xc6\x47\xa8\x84\x53\xdd\x0c\x4e\x3d\xa7\xcd\x1f\xa3\x3c\x05\xe9\xfd\x29\x1d\x8b\x5c\x4c\xc5\x2c\x55\xb5\x28\x1a\x53\xa2\x32\xa1\x60\x2a\x97\x89\x1f\x5e\x7c\xef\x73\x0b\x8c\xa8\x5a\x7d\x7d\x1e\xc8\x04\xa7\x54\xf3\x13\xb6\x92\xff\x94\xcc\xea\x03\xa8\x31\x8f\x28\x95\x7d\x07\x72\x2a\xee\xcd\xcf\xfa\x53\x3f\x91\xb6\xb0\xef\xf7\x9f\xe0\x33\x0c\x84\xc9\xc2\xc9\x28\xb2\x1a\xc6\x48\x19\x28\xeb\x91\x3d\xe3\x50\xe8\xb5\xb9\x62\x40\x28\x41\xc9\x25\x88\xbc\x33\x20\x6c\xfe\x91\xdb\xca\xb3\x0f\x43\xe3\xba\x61\x83\x25\x59\x7f\x1c\x07\x4b\xae\x99\xa5\xe4\x1e\xd2\x5a\x8d\x64\x34\xc3\x57\x4d\x0d\xb5\x94\xb0\x60\x53\x08\x42\x63\xc3\xc4\x1a\x1b\xb8\x75\x69\x62\xd8\xcd\xd3\x3c\x6e\x7e\x61\x6c\xf0\xe6\x05\x11\xff\x9d\xe9\xe1\x8a\xb1\x81\x45\x91\xb5\x3b\xfb\x37\x26\xc9\x48\xea\x61\xb5\x7f\xa3\x0c\xc4\xc7\x17\x68\x03\xba\xfa\xa5\x23\x76\xbb\xee\xa7\xfd\x2f\x30\x0c\x68\x9b\x9a\x50\xc3\xaa\x13\x20\x0e\x74\x2f\x1e\x78\x62\xe5\x8b\xe7\x86\x31\x6b\x36\xfa\x89\xfe\x59\xee\x73\xdb\x1a\x09\xfb\x4e\x8a\x39\xb8\xf9\x5a\x40\x77\x59\x63\x46\x6a\xb9\x16\x5d\xeb\x65\xba\x91\x4f\x43\x04\x54\x15\x69\xe2\x2f\x34\x3c\xee\xa8\x74\xbe\x11\x7b\xcc\x61\x82\x0a\x22\x02\x49\x55\xd0\xfb\xb6\xa7\xf4\xc7\x1c\x66\x6d\x85\x23\xb3\x44\x59\xa8\xb5\x84\x76\x3f\x32\xdb\x9b\xd5\xa6\xeb\x8d\xd8\x53\x56\xd2\xad\xca\x83\xf4\x65\x46\x19\x89\xc5\x3d\xef\x6b\x76\x1a\x9a\x97\xe4\x3c\x47\x29\x70\xb8\x35\x28\x40\x03\x89\x3c\x91\xaa\x76\x9f\xb9\x69\x3e\x99\xb5\x7a\x30\x5f\x1f\x8a\x6f\xe7\xbe\x71\x6e\x1b\xd3\xbf\xd3\xfe\xe6\x05\x0f\x34\x8d\xa8\x41\x75\xa8\xe5\xce\x74\x6b\x89\x97\xa7\x99\x56\x1b\x39\xf5\x1b\x02\x67\xff\x82\xec\xf0\xec\x57\x99\xa3\x1e\x14\x80\x76\x8d\xa8\xd5\xb8\xfc\x3c\x3d\x33\x42\xa2\xd0\xf6\x2c\x62\x7a\xad\xfd\x39\x3d\xaf\xab\x89\x61\xb9\xa5\x26\x2f\x3a\xae\x2e\xdc\x94\x13\xb7\x03\x02\x57\xe9\x97\xef\xc8\x98\x1f\x9c\xd8\x0f\x6a\x31\xeb\x2b\xda\xf0\x02\xc3\xca\x93\xc8\xf0\x04\x34\x4c\xdc\x45\xdd\x3b\x8e\xa1\x09\x76\xed\x6c\x4f\xc6\xc6\x1a\x3e\xdf\x5c\xc4\x78\x24\x72\x90\xe8\xba\x78\xcc\x3f\x91\x6e\x68\x36\x36\xab\xb0\xbc\xde\xd0\x06\x8f\x2d\xaf\x36\x74\x1a\x73\x9b\x39\x0b\xfe\x19\x49\x8d\xf7\x95\xa1\x09\xb1\xaa\xaf\xae\x7e\x22\x47\x82\xb7\xba\xf6\x89\xc5\xd8\x79\x8c\xe4\x60\x6c\xb2\x38\xaa\xd8\x84\xca\x68\x71\xa7\xcf\x5f\x3c\xaa\x41\x4a\x63\x0d\x52\x5a\x8d\x1d\x96\xba\x88\x14\xd7\x67\xe2\xa0\x0f\x6e\xaf\xce\xc5\x66\xdc\xf6\xb2\xce\xfe\x7a\x53\x27\x3c\xb6\xbf\xda\xd0\xce\xae\xce\xf1\xb7\xe3\x2d\xe0\xe9\x8b\x07\xd3\xb1\x50\x87\x71\xdb\xdb\x31\xcf\x1b\xd3\xb3\x06\x7b\x56\xc2\x03\xe7\x4d\x7c\x71\xe0\x0a\x43\xe3\x2d\x2a\xaf\x32\x5e\xae\xb5\xdc\x6f\xe9\x97\x35\xa0\xa6\x12\xc7\xf3\xd6\xfc\x33\xf8\x4d\x2a\x88\xe5\x10\xc7\x51\x14\x65\xfc\xb0\x8b\xe3\x3e\xd1\x1b\x8f\xd6\x5d\xe1\xf2\xfb\x16\xd6\x4c\x06\x21\x7c\x97\x67\xaa\xa8\xba\xad\x04\xad\x72\xd8\x4e\xb9\xad\x99\xf7\xba\xa1\x93\x69\x8e\xba\x64\xf7\xa7\x31\xe9\xb7\xfa\x33\xef\xaa\xa4\x96\xbb\xbe\x89\x3f\xee\x07\x6d\x4d\xd4\x4a\x4a\xe8\xc0\x12\x09\x72\x03\x2c\x6b\xba\x60\xa1\x8a\x87\x2b\x9f\xa0\xd7\x48\x9f\x5b\x0c\xe2\x1b\x0b\x9b\x1d\x37\xb9\xf2\x50\x2a\xc6\x79\x12\x58\x0c\xb0\x36\x20\xf8\xbf\xc7\x45\xb5\xf8\x04\x6f\x2e\xfe\x7c\x90\x62\x75\xbd\x20\x3d\x97\xa4\xc7\x89\x05\x5a\x25\x9f\x8b\x98\x74\x39\xf9\xc6\xe0\xa3\xb7\xae\x16\xe9\xa2\x2e\xd4\x7d\xd8\xe8\x4e\x3a\x4e\x79\xf0\x5c\x37\xf2\xf8\xfc\xb3\x0c\xf7\xb0\x33\x46\x89\x35\x44\x71\x93\xbc\xa2\x86\x00\x91\x18\x4c\xf7\xf4\x1b\xd5\x1d\xfc\x6a\x0d\x5b\x30\xb4\x0a\xa9\x4e\x9f\xd1\xae\x4f\x2f\xbf\x88\xec\xa0\xb3\x7a\xf1\x85\x3a\xfd\x30\x47\x75\xa7\x4d\xf0\x33\x93\xcf\xe9\x53\x4a\x38\x76\x44\xfe\x8d\xb0\xd1\x0e\x63\x13\x47\xb6\x27\x0f\x5e\x94\x34\x76\x3a\xcb\x33\xae\x42\x5c\xb5\xc0\xe8\xab\x82\xc6\xf6\x29\xee\xee\xc5\x1e\xd3\xd2\x5c\x7b\x02\xbf\x7f\x44\x0f\x11\x5f\x72\xc4\xcd\xc3\x3f\x26\xeb\x9a\x26\x9e\xef\x29\xe3\x45\x43\xb4\xa5\xb8\xfe\x92\xcf\x41\x70\xcc\x0d\xda\xda\x53\x6c\xa8\xfc\x00\xa4\x60\x30\xd4\xf8\xc9\x7c\x2e\xb6\x21\x6a\x37\x9b\x77\x51\xb4\x79\xa7\xe5\x35\x15\xc8\x08\xb0\x8c\xee\xa1\xc5\xbb\x28\x5a\xbd\x93\x51\x14\xf6\x26\x52\xb3\x6c\x5d\x87\xb5\x85\x29\xc7\xa4\x29\x85\x98\x9a\xf7\xfe\x6f\xd5\xbc\x32\x26\xf5\x6e\x09\x53\xb7\x6c\xd1\x41\x2b\x8a\x87\x83\xd6\xf8\x97\x97\x55\x16\x3e\x9c\x01\x3c\x2a\x63\xca\x85\xfc\x37\x0d\x96\xd6\x05\xcc\xf2\x3e\x1c\xda\xec\x6d\x14\xcd\xde\x9e\xe6\xa6\xbb\x6b\xb8\x99\xcb\x3d\x4a\x7b\xce\x7a\x56\x20\x44\x8c\xeb\x11\xa8\xed\xc6\xc4\x5a\x17\x0e\x50\x2d\x8a\xb4\x1a\xb2\xb2\x42\xe3\x00\xa1\xbd\xc9\x8a\xd0\x39\x5e\xc7\x46\xea\x72\x27\x64\x38\x4e\xfb\x91\xa8\x67\xa4\x4e\xf0\xd8\x95\x25\x11\x19\xe8\x1f\xdf\x8b\x2f\x37\x16\x1f\x4f\xcc\x72\xac\x1e\x3b\x1a\xb7\x7c\xc5\xe3\xed\x8f\xec\xa5\xac\x20\x63\x06\x23\x2f\xfe\xf0\x27\xbf\x90\x6e\x25\xb9\x59\x6e\xc6\xe6\xe8\xdf\x46\x51\x7f\x35\x8e\x9d\xc7\x0a\x87\xc4\x81\x4e\x18\x6a\xe0\x5d\x8e\x42\xbc\xc7\x31\x17\xc9\x77\xa9\x77\xf1\x31\x84\xd1\x2a\x6c\x43\xc6\xa9\x97\xa9\x8b\xb7\x2f\xe7\x5a\xcb\x9b\x34\x68\x59\x0e\xa7\x0f\xb9\x3a\x92\x2d\x92\x4d\x12\x88\xca\xca\xc4\xcd\xc8\x2c\xbd\x03\xb3\xaf\x83\x0c\x97\x9b\xd7\xb2\x67\xa8\x7f\xd2\x7a\x3f\xc2\x4a\x15\xe9\xd7\xb9\x33\x86\x5e\x9f\xed\x02\x69\x2a\x4c\x4b\x73\x5e\x07\xf5\xd3\x29\x00\x32\x0b\xbe\x3f\x1a\xad\xd5\xed\x7c\x75\x97\x1f\x15\xb0\x42\x1e\x29\x60\xe3\xc9\x57\xeb\xad\xc8\x36\x43\x2d\xdd\x05\x24\x75\x3d\xf8\xa4\x29\xff\x1d\x3b\xfe\x94\xcc\xc0\x48\x21\x05\x60\xb0\x79\x04\xde\x62\x3f\x55\x22\x32\xf9\xf0\x4a\x7d\x4e\x6a\xb3\x9d\x7e\x04\xe8\x25\x4d\x3e\x63\x6b\xb3\xb5\x46\x59\xdc\x75\x8a\x79\xfa\x6c\x84\x33\x6d\x41\x8a\xb7\x04\x1f\x31\xc5\x49\x4c\x8b\xff\x3f\xe6\xde\xac\x39\x71\x9e\x79\x1f\xfe\x40\xb8\x8a\x7d\x3b\x94\x64\x61\x1c\xc7\x21\x84\x10\xc2\x9c\x31\x84\xb0\xef\x3b\x9f\xfe\x2d\xf5\xd5\xf2\x42\x98\xb9\xef\xe7\x79\xfe\xf5\xab\xf7\x64\x26\xc8\x92\x2c\x6b\x69\xf5\x7a\x75\xda\xfa\x16\x5f\x97\x99\x04\x54\xbd\xcd\x9b\x9c\x02\x8a\xb2\x5a\x04\x3b\xd7\xd1\x48\xb6\x61\xdc\xfb\x3e\x29\xf3\xeb\x54\xb0\x9d\xf9\xef\xca\x68\x6c\x20\x8c\xe7\x04\x7d\xdc\xc3\x67\x24\x0b\x98\x87\x6c\xe3\xee\xeb\x8f\xcf\x71\x97\x6b\xb6\x6a\x6f\x4a\x91\x65\x30\xaa\xb7\x4d\x12\xe3\x0a\x8f\xb8\xca\xff\x9f\xe0\x0d\xc3\x63\xe1\xd5\x1f\x7b\x0f\x5e\x7c\xf2\xa3\x75\xa7\x37\xfc\xc2\x14\xa5\x1a\x3e\xfc\x32\xd6\x56\xd9\x86\x87\x16\x2c\x7b\x3d\x3b\xbe\x7d\xf7\xcf\xc3\xdb\xc1\x2d\x8b\x77\x2a\x66\xf2\x6e\xab\xfe\xcb\xc1\x2a\x3e\x54\x7c\x67\xb6\xcd\xea\xf1\x19\x6e\x47\x71\x48\x66\x1b\x17\xf8\x04\x97\xff\xe9\x24\x57\xea\x20\xd9\x65\x96\x10\x4b\xf5\x44\x16\x67\x68\x61\xf6\xa9\x84\x1b\x9c\x16\x12\xb6\xb3\x1c\xe8\x4b\x3e\x70\x22\xe4\xf9\xd2\x32\x69\x46\x4e\xb0\xc0\xb1\xba\x56\xdb\x74\xc1\x64\xb1\x4c\x40\x44\xee\x9e\x63\x62\x59\x08\xe3\xbf\xa3\x1b\x5a\xcd\x06\x49\x6f\x87\xb5\xba\xd3\x18\xa5\x75\x08\xb5\x04\x2c\x4c\xb5\x7e\x8f\xdc\x91\x30\xfa\x70\xae\x94\x8c\x45\xb1\x8d\xa1\xc5\xbc\x2a\x4f\xa0\x99\x27\x82\x9a\xc7\x5d\x3c\x26\xa5\x74\x5d\xd9\xc3\xce\x44\xd5\xd6\x2e\xdd\xcd\x6a\x8d\xf3\x5d\xd9\x54\x48\x2c\x30\x2c\xd0\x9a\xcc\x3e\xd6\x92\x18\x8f\x3d\x0e\x8f\x35\x2b\x5a\xe2\x7c\xa9\x10\x71\xe8\xa8\x7e\x30\xfa\x85\x9d\x24\x3b\x27\x3e\x0b\x75\xf1\x81\xa5\x19\x40\x07\xd0\xf2\xe6\x12\xb3\x3b\x63\x0c\xa1\xad\x8d\x8c\x89\x8d\x49\xe7\x7f\x9e\x50\xb6\x4f\x5a\xfd\xed\x8d\xe5\x65\xbb\xaf\xea\x75\xe5\x24\xe3\x7c\x55\x9e\xa9\x24\x77\x6d\x35\xb0\xec\x3a\x98\xfe\xa0\xbb\xfb\x73\xc7\x8e\x74\xd7\x65\xa2\x16\x4e\xbe\x7d\x6b\x3e\xd6\x4c\x93\x16\xf7\x99\xf9\x93\x3a\x3a\x6e\x9d\x59\xfa\xb9\xe9\xc4\x64\x40\xe5\xad\x13\x1e\x31\xfb\x2f\x68\x71\xea\x36\x6f\x0b\xd9\x73\x71\xdd\x1a\x46\x8f\x01\x73\xa3\x89\x3a\xb0\x1f\x9e\xb5\x0c\x9e\x66\x2a\x72\x59\xb1\xf6\x4d\x16\xa4\xa8\xd1\x8f\x7a\x64\xda\xe5\x8f\x60\x87\xad\xe3\x57\x1c\xc8\x57\x9e\x73\xd4\xd8\x20\xf5\x9a\xfd\x17\x0b\xff\xbc\x2b\xd9\x6b\x20\xd2\x81\x70\xb4\x24\xdb\x57\x19\x5a\x66\x6b\x2d\x1c\xfc\xee\xba\x1b\x15\x9b\x57\x45\x33\x63\x7e\x80\x04\xb2\x87\x7f\x18\xcd\x64\x64\x40\x1f\xf3\xf6\xe7\x3b\x42\xa7\xe7\x56\x47\xf6\x50\x9e\xe0\xe8\x62\x9a\x54\x99\x9b\x09\x53\xfb\x0d\x23\x39\x17\x7e\xee\xb6\x03\x82\xa9\xbd\xed\x47\x6a\xb7\x2d\x58\x6f\xbf\x2f\x61\xb7\x55\x79\x1e\x80\x79\xc5\xfc\x5a\xdb\x9a\x6d\x72\xb4\x62\xd9\xbe\x29\xc9\x7c\x8e\xab\xf2\x07\x15\xaa\xf2\xfe\x39\x6f\x93\x0c\x5f\x24\xf1\xcc\x71\x97\x59\x87\x69\xcb\xae\x4f\x8b\x16\x39\x8b\x78\xb5\xd1\xcc\x86\xbc\x15\x94\x53\x40\x72\x22\xba\x5f\x59\x1a\xc8\xc4\x92\x02\x9d\x58\x2e\x5e\x4e\xa3\xb0\x57\x53\xbc\x02\x4f\xd8\x1e\xe7\xdd\x64\x00\xec\x24\xcf\xc1\x95\x73\x8b\xdd\x88\x55\x99\xb3\xd6\xaf\xa0\x52\xb1\xaf\x59\x99\xd8\x17\x75\x95\xf0\x48\x22\x5d\x61\x17\xe3\xcf\xbb\x76\x9c\xe4\xc4\x0e\x7d\x7a\x11\xdc\x46\xe1\x0f\x94\x22\x12\x59\x27\x2b\xd6\x4e\x14\x14\xa7\x6a\x49\x28\x0f\x9a\xb1\x6c\x71\xc8\xf0\x10\xf3\xae\x1d\x79\x54\x6f\xc5\x57\x5c\x64\x53\x53\xa7\x81\xd5\x9c\x2e\xf3\x09\x8d\xf1\x26\x73\x67\xab\xf3\x44\x0a\xb2\xee\xd1\x5f\x74\x40\x53\xc9\x86\x42\x46\x30\x6a\xf3\x69\x4f\xda\xb3\xec\x16\xb0\xa4\x84\x2d\xe0\xc9\x2a\xf4\x72\x32\x98\x8c\x69\x47\x21\xa7\xd0\x51\x5a\xdb\xa1\xe9\x42\x25\xed\x5f\x56\xd3\xb5\xce\xa7\x45\x69\x32\x44\xf2\x82\xee\x0b\x76\x13\x55\x60\xd3\x5e\xd9\x79\x9d\x44\xf4\x86\x6c\x2a\xdb\xd4\x8d\x1e\x0d\xe5\x9f\x66\xe1\xd1\x5f\x77\xf3\x90\x98\xae\xd6\x83\x39\x38\xfd\x98\x03\xf5\x73\x0e\xf6\x7f\x98\x03\x75\xea\xf1\x24\xcc\xa7\xca\xc9\x49\x3a\x8d\xb4\x45\x77\x49\xe5\xd9\xc3\x7c\x1d\x1c\xfe\xc6\xf4\xac\x46\x29\xc6\xb2\x36\xd0\x61\x52\x95\x77\xd7\xf9\x80\xbf\xc6\x3c\x4f\xe7\x28\xdb\x93\x86\x93\x65\xbe\xf2\x3e\x4e\xe9\xa2\x13\xb2\x89\x0d\xbd\xbb\xfb\xdd\x61\xdc\x8c\xbb\x8d\x55\xf6\x62\xbe\xcf\x49\x63\x5e\x26\x1c\x4a\x1e\x3f\xe9\xa5\xf3\x39\x3c\x6c\x93\x58\x1d\x5f\x88\x02\xe9\x52\x66\xa1\x4d\x5c\x48\x16\x79\xb0\x62\x67\x56\x77\x56\xc7\xcc\xcc\xf0\xd5\x5d\x87\x4d\x68\x92\x89\x39\x11\x43\x29\x37\xf6\xeb\xf7\xa4\xa1\x3b\xb9\x45\xbe\x62\x58\x32\x82\x9c\xb4\xd6\xd7\xb9\x1b\x4b\xf3\xab\x7d\x3a\x0b\x0e\x33\xc5\xf6\xae\xb7\x8f\xa7\xac\xf1\xc5\x20\xeb\xf5\xc4\x02\xd9\x0b\x03\x2b\xbc\xaa\xc1\x9a\x66\x4b\x39\x0d\xe6\x18\xe2\xc3\xee\xc6\x62\xc8\x4d\xfd\x24\x41\xf6\x06\xb0\xb8\x25\x66\x48\x61\x9c\x37\xd8\x0e\xe9\xc6\x5f\x75\xb4\xb2\x63\xda\x1c\x5f\x61\x0e\xf2\x1f\x68\x5d\x20\x44\xdf\x30\x2a\x4c\xcb\x54\xf9\x8b\x79\x81\x7d\x3e\x15\xde\x7a\xca\xfc\xb0\x67\x45\xb4\x85\x38\xab\x08\xcc\xe8\xdf\x53\x19\x5a\x93\x07\x9e\x12\x47\x19\xa3\x53\x14\x54\xe1\xf0\xe8\xd8\xd1\x3f\x5b\xa5\x26\x32\xdb\xcc\xd3\xe9\xbb\x57\x6e\x4b\x15\x34\x62\xe5\xf6\x1b\xf1\x66\x63\x75\xcc\x53\x58\x67\x9d\xce\x34\x69\x30\xdf\x4d\x25\xd5\x88\x55\x47\xcc\x5a\x54\x5c\xca\x07\x8d\xa1\x2a\xa1\xcc\xec\xeb\xab\xba\xe4\x13\xf1\xa0\xed\x6b\x9e\xf4\xd8\xc4\xbb\x84\xf9\xe4\xa3\x29\xbd\xc1\xb7\x25\x39\xa9\x1a\x75\x2f\x7e\xfe\x42\xe3\xb9\xca\x3d\xd2\xe4\xac\x11\x6d\x3a\xa3\x69\x08\x37\x27\xf2\x67\x58\x4b\x2e\xbe\x24\x80\x1a\x77\x47\x36\xf2\xac\x15\xaf\xb9\x9e\xab\x43\xf3\xbf\x1c\xd3\xcb\x09\x1e\x5d\x05\x54\x9b\xcb\xdd\x1a\xa4\x39\xf3\xc4\xe3\xb1\x2e\x5c\x3e\x74\x57\x70\x5f\xa1\x79\xf5\xaf\x54\x12\x9e\x48\xd6\x6e\x37\x1c\x9b\xbd\x75\x87\xcd\x3d\x3e\x52\x57\x83\x13\xce\x67\x78\xa3\x48\xde\x93\xe4\xf2\xde\xae\x40\xd7\xe9\x60\x0b\x2e\x81\x7e\x53\xe4\x96\x11\x86\x5c\x5b\x9a\x3d\xaa\x28\xac\xe4\x40\x86\xab\x5e\xe6\x48\x2f\xe8\xd3\x28\x7a\x93\x93\xb2\xee\x35\x6a\xe6\xae\x7e\xd3\x8a\x01\xb7\x03\xdc\x49\x7b\x8f\x6f\xea\x55\xcf\xc4\xed\x06\x15\x42\x77\x50\x13\xd7\x46\xfb\xf6\x44\x35\x31\x4d\xef\xb4\x34\x7b\x99\x43\xd9\x80\x56\xa8\x6f\xb6\x7f\x58\x55\x4e\x4b\x3c\x03\x44\xad\xdf\xc0\x8c\x51\xa5\xfe\xea\x44\xcb\xd2\xdb\x63\xc5\x76\x2e\x64\x99\x66\xa2\xce\xc0\xa7\x70\x10\x77\xb7\x75\x13\x63\xcc\x6c\xf0\x10\x4b\xa6\x84\xaa\xab\x7a\x9c\xb1\x51\x3f\xd7\x48\xb9\x8f\xdd\x97\x91\xc5\xff\x6e\xf7\xd5\xa4\x5a\xc9\x0d\xfb\xed\xd0\xf9\x06\xe5\x37\x82\xa0\xbe\xc9\x12\xfc\x68\x0a\x71\xd9\x0a\x1e\x0c\xa5\xa8\x64\x29\x2f\x6a\x56\x88\xdf\x30\x93\x3c\x4b\xd3\x02\x7d\xf0\x26\xe1\x83\x5b\x92\x4d\xc7\x17\x6a\xa2\x2c\x65\x50\xcf\xe6\xb7\xbf\x20\x77\x4e\x57\xec\xe1\xd6\xd9\x9e\xe0\xff\x51\x8d\xf2\x17\x78\x40\xd0\xf2\xed\x50\x94\x50\xec\x7f\x43\x54\xab\x3f\xe3\xda\x65\xc0\x5b\x4c\x5f\x9d\xbe\xd9\x6a\x24\x10\x74\x2a\x23\x9a\x10\xcc\xdb\x19\x4e\x02\xad\x0b\xd2\x3a\xf7\xae\x14\xf6\xac\xb2\xca\x09\x85\xd2\x27\xf4\xd3\xe1\x51\x84\xf5\x9d\x9b\x20\x41\xe1\xfa\xc9\xe9\x09\xaf\x8a\x83\xbf\x45\xc0\x74\x4e\xde\x8e\x80\xe3\x21\x1d\x81\xa2\x70\x72\xd5\xc0\x92\xd4\x3f\xfe\xcb\xb3\x77\x32\x2b\x42\x6e\x08\x98\xd7\xb1\x34\xd3\xe0\x9f\xcc\xab\x9b\xe2\x54\x48\xc6\x9d\x73\x95\xb9\x2c\xf3\xe6\xb9\xb6\xcc\xee\x99\xca\x1b\xa0\xa7\x73\x00\xa7\xd9\xb4\xe1\xd4\x47\xa4\xe5\x78\x06\x4d\x69\x26\xd4\x01\x38\x71\x75\xee\x84\x5b\x2d\x69\x26\x14\x8b\xb3\xa9\x17\xff\xfb\x0f\x6a\x0b\x35\xd3\x89\x2f\x31\xd3\x64\x16\x51\x3f\xfe\x92\xa9\x3c\xfc\x77\xef\xa9\x49\xf5\x7a\xc2\x4e\x9e\x0f\xd2\x3b\x79\x2d\xab\x72\x35\x88\x5a\x2e\xb0\x45\x97\xf2\x8c\x37\x75\x09\xc4\x05\xbb\x2c\x07\xab\xcb\x37\x89\xe0\x25\xda\xa8\x84\x9d\xa3\x0e\x09\x1b\xc2\xe6\xc4\xa4\x76\xef\x0a\xef\x20\x97\x08\x80\xee\xcc\xce\x54\xdc\x9f\x37\x60\x02\xc0\x7f\x63\xa0\x21\x0f\x41\x94\x16\xa8\xd3\x23\x72\xa8\xa7\xed\xe8\x74\x7f\x9e\xde\x49\x32\x3c\xde\x68\xce\x5f\xcb\x27\x3e\xeb\x5a\xa8\x8f\x08\x34\xc8\x5b\xc8\x4d\x92\x90\x55\xb6\xf8\x82\xa8\x9b\xa2\x8a\x1a\xfa\x42\xbf\x55\x60\xe9\xe9\x9f\xe0\x0e\x33\xda\xe3\xff\x2e\x2d\x03\x89\x6c\xba\x24\xf3\xff\xdd\x84\xe7\xa4\x7a\x9d\x25\x6e\xae\xdf\xaf\xe6\x44\x93\x58\x7c\x84\xc3\xe5\xaf\x5c\x8e\x08\x73\x49\x8a\xf8\x14\xf6\xac\x37\x95\x9a\xc1\x08\xe8\x26\x4e\x68\x06\x71\xea\x61\x54\x07\xe2\x0e\xdb\xc2\x3e\x18\x09\xd0\x3e\xd5\x0c\xec\xe0\xb4\x84\x0b\xd5\x60\x7b\x87\xf9\xed\x96\xba\xf4\xf3\x06\x35\xc3\x78\x2f\x13\x2f\x99\xc2\x5d\x1c\x4e\x78\xb4\xef\x29\xc6\xda\x30\x10\xde\xbb\xa3\x44\x03\x32\xfa\x8d\x50\x31\xd4\xab\x55\x10\xa9\xf7\xe8\x70\x97\xd4\xa6\xfd\x5f\xee\xd1\xdf\xb3\x26\x4c\xf4\xbc\xf7\x9c\xb1\x14\xfa\x83\x56\xe5\x1c\x6d\xd8\xfe\x46\x65\x13\x8b\xf2\x41\xfb\x75\x4d\x3c\x8a\x79\x45\x75\x8f\xdb\x1f\x6e\x9e\xc8\x5b\x49\xe2\xd5\x42\x2e\x71\x87\xb6\x57\x47\xba\xd2\xd8\x67\xff\x5d\xe0\x86\x89\x0e\xbc\x6a\xdc\xb1\x39\xef\x09\x46\x82\x83\x2d\x4b\xb4\xb9\x41\x54\xb0\xc3\xf7\x92\x38\x50\x45\xfe\x43\xba\xf2\x3f\xb0\x3c\x5f\x8b\x26\x38\x76\x4b\x17\x88\x85\xf5\x26\x43\xc7\x13\x01\xe9\xe4\x9e\x04\xfb\x7d\x32\x79\xc8\x58\x42\x77\xd8\x3d\x24\x74\xf8\x39\x5a\x75\xef\x08\x5d\xd4\xad\xde\x34\x69\x9f\x8c\x87\x4c\xf0\xcc\x51\x9d\x11\x53\xf1\x3a\x1e\xda\xab\xf4\x7f\x23\x73\x3f\x3f\xc7\x70\xce\x4c\xed\x1e\x7d\xce\x54\x4e\x8a\xff\xed\x1c\xbe\x31\x8b\xc6\x3b\xa9\x5d\xdd\x12\x7e\xc9\x37\x31\x5d\xb3\x30\xf1\xb2\x68\xaf\x2d\x81\x1e\x56\x67\x8e\x78\x4a\x3a\x96\x44\xd4\x3b\xfc\x5c\xba\x88\xda\x52\x59\x42\x41\x1f\x0a\x8a\x3f\x93\x60\xf2\x3a\xe4\x08\xe7\x09\xf5\x2b\x0e\x15\x69\x71\xbf\xb9\x17\xea\x36\x4f\xf1\x41\xfe\x99\xc2\xcd\xc6\x72\xee\xda\x52\x5f\x88\x76\x0e\xe0\x24\xab\x77\x9a\x7e\x52\xe5\xcd\xe5\xb5\x41\x5a\x52\xe2\x89\xbc\xe4\xc8\xff\x93\xe9\x8f\x3e\x93\x26\xc2\xcc\x7b\x83\xe6\xfd\xd1\x4c\x74\xea\xff\xdd\x22\x77\xd5\x7b\xb1\x31\xc6\x8a\x15\xa2\x70\x6e\x6f\xa2\x62\x0d\xfd\x9a\x2e\x6b\x5d\x4e\xb0\x3d\x23\xfa\xb0\xab\x24\x17\x73\x38\x8f\x6f\xe5\x09\x68\x16\x33\x79\x26\x3c\x09\x95\xb8\x8c\x07\xab\xa2\x99\x33\x6f\x27\x63\x0d\x61\x67\x8a\xb7\xa2\x17\x72\x49\xf0\x66\xee\x82\x2a\xb2\xcf\x9c\xe3\x89\xd6\x27\xb1\x08\x6b\xd4\x5d\x4b\x52\x09\x76\x57\xf8\xd9\x4e\x78\xf4\x50\x77\x9e\xf0\xb2\x6a\x11\xed\xbf\x16\xc1\xdc\xa8\x9d\x14\x53\xdb\x3e\x8f\x3d\x8b\x58\xc4\xcb\x90\x88\x08\x7b\xa3\xa1\x4a\xe7\x50\x44\xde\x74\xf4\x6d\x38\xe3\x1e\xb1\x67\x3d\x0b\x0e\xcf\xd3\x39\x96\x88\x2f\xd2\x42\x9d\x54\xfc\x54\xc0\xb2\xa3\x85\x26\xc6\xca\x15\x73\xfb\x6a\xeb\x30\x77\xc4\xff\x64\xfd\xd1\x07\xb0\x66\x9e\x61\xd1\x7c\x73\xb2\x68\x6f\xbe\x39\x03\xf5\x2a\x88\x93\x54\xc4\x47\x42\x40\xa8\xef\x92\xcc\xcc\x94\x55\x2f\x01\x76\xac\x79\xf0\x9a\xe4\x75\x56\xa4\x8c\x08\xe3\xcf\x15\x71\x45\x48\x35\xc7\xad\x8b\x23\xa2\x45\x7b\xe3\x77\x31\xcc\xcb\x5c\x26\x66\x08\xc0\xc4\xad\x39\x01\xbf\x69\xba\x7b\x5d\xaa\x48\xc3\x13\xdd\x85\x75\x65\x67\x68\x1a\x4d\xec\x30\xf5\xf0\x3a\xc7\x33\x58\xa1\x50\x51\x45\xe9\x67\xe6\xd2\x26\xc5\xdc\xc3\x88\x46\x17\xd2\x81\x51\xfe\x6c\x73\x23\x58\xf0\x2b\xc2\x33\xe0\x39\xe0\x24\x70\xc1\x1e\xcb\x73\x7d\x2f\xae\xbf\xc6\x05\xf1\x6d\x9b\x5d\x69\x64\x5b\x06\xb4\x47\x5c\x0e\x89\x43\x70\xd2\x3d\xc2\x2d\x2b\xc8\xf2\xdc\x32\x8f\x63\xee\xcf\x93\x3c\x9f\xed\xda\xb1\x3d\x2c\x47\x46\x0b\x75\x48\x9c\x85\x08\x2f\x52\x7d\x36\x41\x00\xe9\xab\xe6\x32\xd2\x38\x87\x54\x2f\xda\xd2\xec\xf2\x01\x0d\x2e\xfe\xa4\xa5\xce\x26\xcc\xbd\x48\x4f\xc0\x0c\xdf\xeb\x99\x02\x5c\xfb\xfc\x45\x57\x24\xe0\xfc\xcc\x41\xd1\x72\x95\x05\x54\x1e\xe5\x6f\x60\x3c\x32\x50\xa6\x61\x07\x77\x4b\x78\xda\x29\x13\x3b\xa8\x2e\xcd\x45\x8e\x93\x9b\x87\x6c\x53\x60\xd4\xce\x4e\xbd\x22\xe3\xa0\x5f\x3a\x94\xad\x1c\xa0\x61\xfc\xfc\xd5\xc5\xe6\x89\xf6\x39\x6c\x64\x21\x74\x3e\xec\x78\xe4\x0b\xbf\xe8\x39\x2d\xd1\x10\xdc\x6e\x40\xb4\x26\x6e\x74\xc9\xb9\xb0\x7e\x1a\x62\xa6\xc6\xb9\xbb\x93\x91\xc3\xff\x3e\x20\x08\xa5\x8b\xa3\x10\xa8\x8b\x14\xaf\xa9\x9a\xd8\x9c\xac\x52\xec\xe4\xe8\xc4\xaa\x5b\x22\xee\xbd\x08\x04\x9d\x56\x01\xdb\xe4\xf3\x1d\xcd\x01\x19\x03\xe7\x80\x3e\xd7\xe9\xcc\xaf\x6e\xf2\x29\x33\xeb\x9d\x0c\x6d\xe5\xb2\xce\x79\x09\xee\xb4\xf8\x6c\x9f\x69\x46\xe8\xd0\xe7\x01\xfc\x40\x34\x2d\xb4\x59\xd3\x39\x3c\xb9\x7b\x45\x22\x88\x5e\x51\x3b\x5a\xbd\x8a\xe8\x35\xbb\x05\x7f\x43\xcf\x6c\x31\x66\xd1\xcd\x71\xf8\xce\x2c\x88\x90\x70\xd6\x00\x61\x2a\x90\x17\x26\xc3\x8e\x6e\xce\x24\xbe\x21\xc2\x72\x7b\x66\x97\xc9\xa1\x10\xbf\x89\x64\xcb\x04\xa3\xb7\xa2\x19\x79\xc3\xf1\xa2\xce\x3f\xd7\xb4\xbf\xb7\xb6\xef\x90\xb8\x2d\x3a\x06\x4a\xbc\x1e\xa5\xe3\x29\x71\x91\xb9\x59\x72\x2e\x30\xcd\x07\x70\xe4\x01\x72\x41\x30\x34\xd6\x23\xec\x88\xe2\x0b\xa2\x1b\xa2\xea\x40\x98\x53\xea\xe0\xed\x37\xe9\x83\xc4\x0b\x48\x30\xa8\xea\x93\x58\xeb\xcf\x1c\x39\x92\xe5\xf8\xf6\x5e\x66\x94\x33\x30\x07\x7c\xb3\x77\x7f\x2e\x40\xee\x57\x54\x89\xe5\x04\xa1\xcb\x39\x17\x96\xa8\x9e\xd0\x55\xf7\xec\xff\x6c\x05\x9d\x8b\xa9\x3b\x75\x6d\x48\x83\x3a\x91\x77\xe8\x0b\x7c\xa8\x2b\x39\x2b\x7c\x62\x22\x82\x33\xed\x02\xf8\x1b\xbe\xd2\xc1\x1e\xd1\xb1\x0a\x2f\xb4\x05\xfc\x4d\x68\x66\xa0\x5d\x6a\xdf\x15\xb6\xc9\x1e\x1d\x69\x94\x1a\x4e\xa4\x50\x5a\x82\xa6\xc0\x2c\x5f\x3c\xb8\xd6\x9d\xc0\x33\x82\x39\x75\xe3\xd7\xe8\xbf\xa0\x6e\x56\x5a\xd5\x15\xb7\x08\x56\x90\xbb\x82\x3d\x68\xfa\x21\x34\xf7\xdd\x04\x0b\x6a\xea\x80\xa1\x57\x4f\xa3\xf8\xee\x1e\xd5\xf9\x3b\xa8\xb2\x21\x97\x2d\xf5\x3c\x60\x7d\x1c\x15\x81\xe2\xfa\xf5\xa7\x64\x08\x70\x0e\x39\xcd\xa2\x0b\x4d\xcd\x94\xa3\x5c\x8f\x48\xd8\x48\x38\xbe\x7e\x7e\x37\x7d\x64\x40\xb9\xb9\xf3\x99\x1b\x6d\x4c\xcd\x8e\x51\xaf\x59\xbc\x7e\x08\x42\x85\x75\x3e\x37\xb0\xce\x70\xcd\xf0\xcf\x0d\xcb\xad\x19\x32\xc1\x91\xa9\xbe\x33\x14\xba\x88\xcb\xde\x74\xf4\x92\x41\x47\x4f\x96\x70\xfb\xbe\x25\x15\x5a\x3c\x3d\xad\x60\xab\xa3\xf5\x7c\x5d\x03\xb0\x9e\x92\x16\x3d\x47\x7f\xfa\xef\x66\x32\x11\xbb\x4b\x51\x58\xec\x01\x7f\x3a\xc1\xc3\xfe\xfc\x4c\x51\x40\xf3\x39\xd0\x37\x69\x6c\x08\xf2\xf4\xea\xa3\x28\x16\xb7\x6d\xd6\xe3\x4a\x91\xd0\x41\xb1\x0f\x07\x43\x48\x12\xde\x2c\x6f\xe6\x4e\xbf\x17\x00\x46\xbd\x26\x27\x90\x60\x41\x21\xa0\x04\xcc\xdb\x2c\xd1\x7d\xe2\x21\x64\x79\x58\x37\x0b\xf6\x8e\xf3\xba\x80\xaa\xf6\x75\x99\x77\xe3\xa1\x63\x08\xa6\x5b\x65\x64\x36\xf6\x0f\xa1\xaf\x57\xad\x39\x6a\x12\xe4\xb3\x98\x48\xba\x79\x7a\x66\x98\xc0\x82\x34\x7f\x7a\xe4\x01\xd7\xe0\x46\x66\x91\x7d\x4c\x6d\x48\xdf\x07\x16\x98\xd5\x82\x1a\x87\xce\xcc\xa3\x21\x03\x23\x47\x89\xab\xbc\x48\x47\x35\x4e\x12\xbe\xc2\x5b\x59\x0f\xed\x62\xfb\xde\x53\x91\x18\xc4\xad\xca\x41\x3a\xf3\x08\x76\x54\xed\x30\x7c\x28\xa5\x9e\xb1\x56\x1e\x5d\x63\x86\x04\xbd\x88\x98\x6f\x6a\xd9\xab\x32\x6e\x7c\x60\x03\x3d\xc0\x82\xfc\x34\x08\xdf\x1a\x14\x63\x06\xcb\x4d\xe9\x00\x6b\x59\x75\xed\x46\x8e\x55\x3e\x49\x44\xe6\xb7\x4b\xae\x8b\x2f\xb5\x16\xee\xe1\x0c\x1b\x17\xea\x59\x52\x3a\x0c\xe0\x27\xe4\x27\x8b\x0d\x01\x2f\xbf\x18\x9a\x08\x90\xe4\x97\xc2\x3b\x0b\xe9\x6d\x3b\xec\xb5\x5c\x21\x84\x8c\x01\x8d\x73\x5b\x2b\xb1\x0e\x85\x78\xc9\x96\xad\x54\x5f\xa0\xe4\x7e\x0b\x84\xbc\xcc\x83\x88\x9d\x99\xda\x71\x98\xaf\x6d\x0b\x71\xf1\x1c\x25\x9e\x0d\x35\x0a\xcd\x32\x34\x9b\x63\x52\xf7\x17\xe4\x66\x1e\x9d\x58\xdf\x7f\x9e\x35\xcc\x2d\xf0\x3b\x96\x65\x5f\x59\x94\xf5\x89\x0b\x51\x4f\xde\x1e\xc8\xa8\x9e\x93\x93\x41\xd7\x9f\x5f\x2c\x73\x4a\x7e\xf8\x30\x28\x78\x84\x79\xe7\x97\xa1\x6e\x3b\x4e\xb8\x4a\x7d\x1f\xc9\x9d\x63\x29\x14\xe7\x96\xd9\xd6\x58\xa9\x41\xb2\xce\x0a\x75\x48\xfc\xec\xe6\x70\x38\xd1\x5d\x04\xa8\x77\xdd\x41\xf2\x3c\x65\x69\xa3\x90\xea\xb7\x48\x5e\x90\x5d\xd4\xb0\xf5\x63\x72\xb8\x87\xf6\x3f\x38\xc0\xa7\xb4\xc5\x61\xe2\x8f\xaf\x13\xc4\x1a\x70\x13\xff\xc2\x26\xa3\x33\xae\x4e\xdb\x05\x79\x6a\xda\xa3\x53\x6f\x4c\x29\xa8\x67\x98\xf8\x7e\x4d\xfa\x30\x2d\x34\x62\x50\xcf\x98\x84\x6e\x3e\x39\x43\xea\x26\x79\xbb\xae\xb1\x5d\x71\x37\xb7\x78\x0f\x98\x0e\xa2\x75\x28\xf2\x42\x1c\xc9\xa8\x7b\xc6\x66\xfd\x8d\x21\x4c\x95\xb9\x81\xe8\x3d\x57\x84\x05\xb4\x16\x17\x90\x19\xd2\xe5\x8a\xe1\xbe\x8b\xa9\x52\xc2\x3d\xa9\x2b\xc6\x30\x4c\xad\x96\x9e\x49\x9e\xdf\xd3\x9c\xd4\x17\x48\xbd\xf4\x72\xa5\xbb\x61\xc0\x33\xc6\xdc\xea\x91\x78\x82\xf0\x8a\x8f\xf2\x16\x57\xa8\xed\xae\x8c\xfc\xd5\xc6\x82\x92\x22\x11\x0c\xd1\x82\x0e\x7d\x18\x73\xb1\x3d\xa7\x27\xda\x94\x5c\xf8\x15\x71\x12\xbd\xd9\x01\xbb\xa3\x0d\xc9\xba\x63\x46\x70\x06\xfb\x9b\x4f\xdc\x6c\x79\xf8\x28\x7b\xab\x99\x8c\xef\xb8\x02\x89\x08\x7e\xf9\x39\x11\x6e\xd8\xc6\xb1\xc3\x23\xaf\x48\xda\xbc\x72\xa2\xa3\xdc\xd5\x2c\xb0\xfb\x7e\xc2\x02\xfb\x9b\x01\x35\xce\xd2\x7e\x6a\x55\xdc\x3f\xef\x10\x6b\xeb\x3d\x9e\x80\xf3\x89\x88\x67\x5d\x21\x0c\x8e\x80\xfb\xd3\xe6\xa9\x2f\x74\x9d\xd3\x1b\x11\xda\xdc\x87\x99\x8b\x70\x0a\xe7\xef\xce\xee\x78\xaf\x1e\xef\x5a\xcd\x10\x36\xcd\x18\xd6\x95\x16\xe7\x54\x04\xd8\x91\x15\x06\xf6\x53\xe6\x6c\xac\x38\x10\x63\x02\xf8\x95\x26\x0d\x94\x87\xd2\x3a\x7c\xff\xbb\x8f\x31\x6b\xba\xda\x46\x5e\xf9\x74\x33\x17\x94\x3d\x4b\xaa\xae\xff\xf6\xa5\x8a\x36\x23\xd1\xac\xe7\x13\x0e\xcb\xd6\x65\xbc\x0b\x1e\x40\xe9\xdb\xd9\x4b\xfa\x00\x33\x6d\xb7\xc4\x0a\x12\x0a\xdf\x58\xe6\x10\x6b\xe0\x57\x8f\x2a\xd1\x40\xec\x25\xe5\x7e\xf5\xed\x9a\x73\x35\xc2\xaf\xb4\xf6\x31\x55\x74\x8f\xfe\xfd\xc8\xc9\x0c\x8a\xac\x67\x44\xb3\x83\xf4\xb2\x8e\x17\x36\xac\xbd\x3a\x95\x3f\x66\xc3\x36\x36\x92\x19\xe5\x1f\xe7\x4f\x4f\x76\xba\x9c\xc5\x53\x10\x97\x37\xcc\x6e\xf7\x19\xd9\xc9\xb4\xa4\xa5\x57\x76\x59\x97\x58\x7f\x04\xb4\xf7\x4f\x3b\xe8\x16\xe0\xb7\x19\xec\xdb\xac\x68\xf4\x85\x28\x34\xaf\x64\x01\x39\x35\xd9\xad\xc0\x4f\xc1\x21\xb6\xc7\x88\x8b\xf5\x39\xb1\x3c\xae\xdb\x8a\x06\x47\x69\x6a\xbc\x67\x9a\x20\xbd\x90\x78\xcb\x4f\xe0\xdd\xb6\x36\x79\xfb\x01\x0d\xcd\xbb\x8d\xb4\xb5\x37\xe7\x57\xed\x9a\xac\x80\x26\x57\x88\xed\x37\x69\x4e\xb1\x92\x3b\x56\x43\xaf\xe7\x0a\x3c\xdd\x04\x7e\x5d\x7e\xc9\x4d\x96\x77\xdc\x3f\x7c\x59\x5b\xa8\x4d\x33\x61\xf7\x84\x9e\x6b\x8a\x3b\xa4\x97\x3d\x33\xed\x37\x2b\xd0\xb0\xd4\x55\x78\x02\x62\x13\x2f\x7e\x06\x87\xa1\x37\xbb\xd0\xe9\xf1\x39\x01\x6f\x90\x9a\x04\xeb\x9e\x31\xf6\xfe\xfc\xec\xf2\x95\x1c\x5d\x66\x87\x6e\x26\xde\xdd\x43\xf3\x6e\x3c\x54\x13\xcc\x5f\xd4\x9b\xa9\xcf\x2e\xc6\xc1\x0e\x99\xd2\xd3\xe6\xd1\x74\xdf\x3e\xb1\xb6\x59\x97\xb2\x51\x94\xa4\x6d\x41\x34\xb5\xe2\x56\x71\x85\xee\x21\xb6\x0d\xb3\x2c\x79\xb2\xf3\x67\xb8\x3e\xc0\x18\x68\x25\x7a\x8f\x5c\x52\x7c\xb3\x26\x3b\xce\x7e\x84\x5d\x31\x8c\xe6\xb7\x24\x97\x98\xd9\x8b\xdc\xe1\x0f\x50\x4b\x74\x9c\xc1\xb5\x5f\xa7\x39\x87\xc5\x15\xa4\xd9\x73\x29\x86\x59\x6f\x2f\xc4\xf4\xb4\x77\x7c\x95\x8c\x49\x34\x79\xdb\x32\xdf\x04\x56\xbc\xca\x34\xac\x8a\x21\xcc\x01\x3d\x94\xe5\x4c\x2e\x50\xb6\x53\xa7\x13\x08\x36\xee\x16\x23\xf1\x76\xe8\xdd\xf4\x6a\xfa\xa1\xc7\xde\x0e\x33\xb2\x86\x4a\xc8\xcb\xb3\xb0\x51\x38\x82\x49\xfe\xa7\x97\x81\x23\x54\x62\xab\xce\xb2\x19\xcd\xad\x5a\xbd\xdc\xcc\x4c\x55\xbc\xe6\x95\x26\xb7\xea\x91\xb0\xe2\x1b\x21\xed\x89\xd8\x72\xfa\xfd\xee\x9a\x3f\x87\x66\x3c\x35\x8d\x88\xe1\x33\x7c\xee\xbe\x8a\x4b\x52\x05\x55\x24\x83\x2a\x04\x51\xee\x1d\x23\x40\xeb\x45\xa3\xb0\x34\x1d\x87\x22\x52\x68\x92\x59\x16\x0e\x1a\xdd\xfa\x02\x0a\x5c\xeb\x5e\xe1\x1d\x48\x74\x36\x47\x45\x9b\xe1\xf6\x5c\xc7\x57\xd5\x86\x9f\x59\xb8\x8e\x76\x2b\x8d\x27\x67\x20\x2a\x12\x11\x3e\xb7\x12\x4d\x57\x49\xe6\x4a\xe4\xd1\x97\x97\xb0\xef\x20\xf3\x0d\xe5\x9e\x51\x2b\xc9\x25\x63\x24\x91\x80\xf2\x14\x45\xac\x6e\x53\x9f\x89\x2a\x15\x15\xdd\x19\x75\xdb\x99\x61\x2b\xb6\xe0\xa9\x6d\x91\x39\xfe\xe0\x94\xa3\x57\x4e\x0d\x31\x8e\xbc\xb3\xd6\xb2\xaa\x4f\x0c\x1d\x7c\x46\x1c\x68\x0b\x7e\x59\xc2\x4c\x84\xfe\x40\xea\x96\x25\x26\xf1\xf7\x6c\x4d\x2c\x4a\x41\xae\xe1\xa3\xb6\x95\x30\x0b\xea\x21\xbc\x10\x42\xa1\xbe\xc9\x41\xa4\x77\xca\x43\x8b\x72\xce\x03\xf7\x73\x70\x81\xbc\xf2\x51\x27\x95\xeb\x33\xf2\x98\x06\xc7\x2b\x1e\x9f\xe9\xd5\x3b\x56\x1e\x9b\x79\xd9\xc8\x57\x53\x04\x0f\xfa\x0d\x24\x7c\x1c\x5a\x4e\x39\xbe\x97\x03\xfa\xe4\x11\x91\x71\x70\x20\xf8\xd7\xaf\xf3\x17\x71\xef\xea\x10\x7d\xe3\x12\xa0\xb9\x67\xe2\xa7\xe1\x07\x6a\x5f\xd7\xfc\xa7\xd7\x8d\xcc\x87\xb5\x7e\xbe\x6d\x72\x4b\xf6\xad\x0e\xee\x8a\x5f\xb6\xbe\x22\x46\x77\xdb\x60\x78\x0a\x28\xcc\xdb\xe4\x34\x67\xda\x6f\xd2\x33\xdf\xee\xd0\x55\x39\xfc\xf1\x8a\x33\x0f\x11\xe8\xac\x7f\x1b\xe3\x12\xd0\x00\xc3\xdd\x83\x49\x39\xa7\x46\xa5\x56\x9e\x7d\xfd\x9c\xc7\x09\x2f\xb9\x4d\x6a\x11\x1a\xff\xf4\xc6\x35\xbf\xf1\xf2\xf3\x8d\xe5\x73\xaa\x7f\xb5\xd1\x0b\x7e\xe3\xf4\x4a\x24\x6b\xad\xe2\xc9\xb0\x2f\x74\xff\xe9\x85\x5b\x0a\x70\x0c\x7e\xbe\xee\x70\x8b\x3b\x0f\x85\x5a\x99\x73\x59\x6a\x19\x22\x72\x6b\x8f\xe5\xde\xee\xea\xbe\x10\x5f\x4e\x4f\x78\x86\xe4\x34\x44\x99\x8a\x87\x74\x63\xb4\xcc\x66\xd1\x82\xee\xdb\x7e\x45\xb2\x41\x07\xbb\xc4\xfc\x86\xdf\x61\x1d\x31\x7d\x62\x2e\x17\x80\x90\x24\x33\x76\x96\x8c\xee\xe1\x74\x63\x65\xec\x96\x10\xaf\xf0\x8d\x24\xb5\xcd\xab\x88\x44\xd8\x57\x28\x70\x4b\x92\x83\xb7\xf8\x28\xea\x1b\xbc\x4a\x10\x38\x4a\xfa\x86\x1e\x6d\x99\x01\xc1\x14\xc2\x59\x66\x70\xa3\xe9\x56\x37\x4d\xea\xa9\x21\x79\xb5\xab\xaf\x2a\x2b\xce\x46\xe6\xd2\xaf\x90\x88\x9e\x25\x83\x1b\x2b\xa8\x15\xd4\xa2\x5a\x1c\x65\x58\xb2\x13\xd1\xb5\xff\xb2\xc9\x9a\x54\xb4\x5b\x37\x41\x19\x4d\xab\x8d\x1c\x6f\xb1\x3d\xa6\xb2\x7a\x7f\xae\x24\x71\xfa\x9d\x6c\xea\x74\xa9\xaf\x31\x7f\xda\xea\x96\xde\x72\x3b\x69\x9f\x6c\x6e\xe9\xad\xb1\x33\x3b\x37\x34\xc4\x27\xb1\x88\x6d\xa1\xbf\x1d\x2d\x82\x70\xff\x60\xc8\x48\x08\x5c\x21\xa2\xf2\xcd\xd4\xe4\x07\x05\xb3\x74\x0c\x7f\xab\xd7\xd5\x25\x3e\x70\x1d\xa1\x9e\x17\x65\x43\xa5\xb4\xe1\x61\xda\xe1\xb4\xe2\xa6\x5e\xd3\xe6\xd7\x8c\xaa\xc8\x0c\xf1\x8d\x5d\xd3\x12\x0d\x91\x87\xe7\xa6\xb9\xe8\xb1\x29\x2e\xdc\x71\xe9\xd9\x90\xee\x9d\x24\xb7\x9e\x25\x88\x64\x70\xc2\xd6\x59\x4b\x78\x16\xda\xdf\x73\xb9\x9b\x62\xbc\xe6\x2d\xe2\xfc\x1d\x29\xd0\x04\xd9\x19\x5a\x59\x04\xa9\x11\x37\x59\xd5\xd6\xee\xde\x0e\x2b\xcb\xf4\x40\x07\x3c\xd0\xb5\xe4\x91\x6e\xe4\x8f\xa1\x6e\xa3\xbc\x23\xa7\xd4\x50\xf3\xe9\xa1\x5e\xa4\x95\x4e\x65\xf2\xf7\x51\x6e\xfe\xfd\x50\x09\x6d\x85\x86\xda\xfa\xcb\x50\x67\x90\x0b\x09\xd0\x45\x6c\xa1\xdf\x1e\x16\xef\xae\x22\xcf\xe9\x0a\x0f\x8a\x63\x98\x26\xe0\xd5\xd6\x87\x34\x10\x88\xc6\x8d\x54\xe3\x9e\x10\xa3\x03\x44\x92\x88\x96\x1a\x26\x4e\x43\xef\x9d\x4f\x6c\xcf\xae\x50\x55\xba\xe7\xc3\x75\x7a\x53\x8d\x78\x64\x7b\x49\x87\x74\x69\x3d\x70\x06\x85\x67\xf0\xdf\x73\x68\x6f\x36\x7a\x97\xde\xd5\x62\x2c\xcb\x39\x98\x3a\xf6\x05\xd8\x5c\x65\xfd\x96\x3a\x28\x62\x2a\x91\xa8\x6b\x00\xc5\x68\x11\xa7\x8c\x12\x1e\x3e\xcd\x81\x73\x65\xf8\x64\xfd\x46\x23\xd3\xa9\x81\x99\xf6\x34\xb2\xb3\xcc\xe2\x0e\x65\x7f\x84\xb3\x7a\x30\x0c\x4d\x86\x47\x73\x68\x32\xf9\xf4\xd4\xcf\x65\xea\xa4\x9f\x12\x5f\x31\x32\x92\x9f\x79\xf3\x52\x3e\x68\x42\x52\x02\xf4\xde\x90\x2f\x61\xbe\xcb\x3e\xfe\x46\xcd\x18\xd1\xb4\x2a\x00\x63\x0a\xcb\x5b\xb2\x54\x92\x80\x15\x86\xeb\x6d\x7a\x60\x05\xfb\x96\xb9\x6a\xc5\xc6\xd5\xff\xfc\x2d\x1f\x86\xe7\xe5\x77\xa4\xa7\xb0\x67\x5f\x20\x49\x30\x19\x26\x0c\x72\x02\x8e\xc1\x73\x79\xbb\xdb\x7a\xca\x19\x9a\xa1\x00\x1e\xa1\xbb\x26\xd3\xdb\x5c\xfe\x06\xd7\x53\xe6\x33\x34\xe7\x78\xed\xad\x84\x2d\x3d\x9c\x19\x99\xe7\x89\xfc\x5a\x3c\xa1\x1a\xb3\x5c\xfa\x86\x1d\xcb\x8d\x6d\x79\x23\x3e\xe8\x22\x8b\xef\xf0\x44\x31\xc2\xe0\x9a\x20\xb1\x21\xd4\x9b\x37\x29\x92\x01\x04\xc0\x02\xba\x88\x6a\x25\x07\xc4\x3c\x49\xeb\x1e\xb4\x3d\x67\x89\xc0\x0b\xba\x32\x5a\x48\xfd\x2e\x11\x52\x6c\xf6\x61\x4b\x04\x44\x3c\x38\xc1\xcb\xd6\xc8\x3c\xfe\x9b\xd9\x88\x66\xdf\x69\x00\x2b\x8e\x37\xb0\xbf\x9f\x08\x01\xa6\xbd\x3a\x21\x52\x39\x8f\x64\x55\x9d\x71\x1e\x6e\xbf\xe7\xae\xd3\x11\xfe\xc4\x9d\xe4\x52\xf7\x78\x6b\x95\xfa\x2a\xff\xdb\x3e\xb7\x87\xb1\x66\xb8\x48\xfd\x7d\xf8\x59\x3c\x10\x62\xf0\x62\x66\xa2\x2c\x6d\xa3\x98\x54\x65\x73\x6e\x64\x5d\x14\xeb\x57\xc7\x62\x01\x09\x01\x2d\xbf\x27\x54\x11\x87\xf9\x9e\xce\x74\x78\xc5\xc7\x92\xa2\xa3\x15\xe1\xf6\xb4\x99\x99\x3a\xfd\x58\x95\xc3\x9a\x31\x73\x7c\xd6\xd5\x85\xe5\xa7\xd4\x07\xee\x6c\x05\x4f\x28\x32\x42\x84\x61\x61\x93\x7e\x65\x68\x8f\xd7\xe9\x96\x9a\x1c\x5a\xd3\xaf\x59\x9a\x01\x25\x86\x7e\x22\x57\xe9\x0b\xd5\x08\x03\x96\xad\xbf\xc9\xd3\x1d\x1b\x39\x8f\x59\x85\x8b\xb4\xbc\x5b\x7c\x05\x4d\xf2\xff\x38\x59\x07\x33\x62\xef\xc7\x64\x75\xef\x47\x7e\xff\x46\x45\x6a\x4e\x2d\x74\xeb\x8e\x40\x98\x31\xbf\x19\x86\xa4\x67\x88\xca\x47\x60\x3b\x38\x03\x0d\x69\xcb\x62\xc3\x64\x4b\x1e\x11\x13\x75\x09\xa2\xc7\xa4\x2a\xbe\xf0\x4a\x5c\x73\xe4\x4e\xaf\x77\x92\x94\xe2\xba\x59\x5d\xa4\xe1\x1e\xf6\x74\x4d\x15\x39\x87\x78\xd0\x23\xde\x6c\x2c\x37\x45\xb2\x74\x10\xe9\xf7\x74\x49\x45\xbd\x0f\x40\xd1\x74\x6b\x96\x1e\xf0\x9a\x06\xdc\x63\xab\x0e\xd3\xbb\xb3\x5c\xc0\xab\xa1\x33\x27\xc2\xac\x66\xe0\xc4\x46\x2b\x2e\x1e\xd8\x38\x24\x75\x51\x47\x2c\x3b\xe5\xcb\xd5\x07\xc4\x61\x0f\x56\x1b\x37\x86\x77\x21\x13\x80\x46\x3e\x34\xc1\x82\xd2\x58\x96\xef\xe8\x8b\xef\xf4\x45\x48\xaa\x80\x67\x52\x05\xb0\xa4\xd9\x9f\x92\x0f\xca\x57\x23\xdd\xaf\xe1\xb2\xb8\x2b\xd4\xf0\xb2\xaa\x6a\x4f\xd3\x8d\xb6\x80\xf7\x8a\x1b\x6d\x4b\xf7\x40\xe2\x81\x98\x4b\x64\x48\x54\x27\x5a\xca\xe7\x98\xbc\xee\x55\x96\xeb\x8e\x11\x0a\xe6\x65\x95\x21\x23\x2e\x85\x70\xa8\xa5\x64\x3b\x06\xc9\xad\x7a\x23\x61\x05\x6b\xd9\x5c\x93\x9a\xcc\xc1\x81\x4b\x36\x02\xb8\xbb\xdf\xc8\x62\x3a\xc8\x81\xd0\x42\x79\xb0\xe0\x28\x89\x35\xd2\x98\xb3\xf3\x06\x25\xe0\x53\xc5\xc6\xfd\x68\xd7\x92\x56\x45\x2f\xac\x5f\x8b\x59\xc6\x4d\x7a\x19\xaf\xff\x6a\x19\x4f\x74\x47\x90\x96\x43\xc1\x74\x17\xb4\xb1\x92\x25\xda\x6b\xa4\x0b\x81\xdb\x11\x6f\xf3\xcb\x9b\xeb\x78\x7a\xd6\x24\x25\x5f\x97\x6c\x77\x5f\x94\x4d\x4c\x4c\xf6\xf6\xcc\x78\x89\x71\x78\x8c\xac\x1a\x4e\xf7\x6c\xac\x86\xb7\xb7\xc2\x9a\xd3\x6d\x26\x91\x6d\x66\x00\x8e\x3e\x43\x94\x90\x81\xbd\xc0\xef\xab\xd8\x43\x1c\x6a\x7b\x66\x5c\xeb\x3a\xc5\xc5\x46\xcc\x16\x29\x21\xf8\x2a\x8e\xa2\x6c\x03\xa1\x7e\x45\x8e\x22\x8a\x34\x6f\x4b\xb0\x99\x6f\xec\xda\x18\x79\x91\xf8\xa7\x9e\x63\x31\x4c\xdb\x08\x1c\x98\x97\xb1\x8f\x8b\x48\x5b\xe4\x1f\x18\x2a\xac\xcb\x26\x1e\xde\x33\xcb\x0d\xfb\xeb\xc1\x93\xc3\x7c\x0c\xcb\x44\x53\x43\xf7\xf5\xc4\xad\x50\x07\xaa\x81\xed\x4b\x0a\x21\x40\x4d\xe7\xe5\x33\xee\x73\x56\x33\x1e\x7b\xa4\x4b\x92\x67\xbc\xb1\x6d\xaf\x86\x9a\x59\x10\x6f\x41\x7b\xa3\x9d\x7d\x4d\x5a\x98\x29\x48\x47\x9d\x64\x61\x1a\x0f\xd6\x13\xaa\x67\xbf\x92\x26\xfb\xca\xfd\x9d\xee\xfb\x63\xab\xa5\xef\x12\x57\x6c\xfb\xd8\x90\x13\xa9\x7e\xa1\x6f\x9c\xee\x99\xc7\x35\xa2\x82\xb2\x7f\xea\x0f\x47\xb9\x79\x45\x78\x6a\x5d\xeb\x46\xe7\x09\x35\x93\x55\xd2\xa2\x75\x2a\xc4\xdc\x7c\x56\xa1\xe8\x27\x21\xc2\xb4\x11\x41\xc0\xbb\xc8\x17\xad\x2f\xa7\x2f\x5e\x06\xb7\x12\xb5\x78\x2f\xe4\xa8\x09\x05\xe0\xa8\x3d\x14\xd8\xbf\x4f\x2b\xd7\xe9\x0b\xf5\x2c\xb0\x85\xf7\xa4\xaa\x51\x7b\x1a\xc7\xcc\x5d\xec\x55\x54\x8e\x3b\x6b\xfd\x6d\x49\x83\x5e\x41\x23\xa9\xcc\xad\xde\xc6\x5b\xa1\xe9\xfb\xb2\x71\xb6\xea\x19\x66\x93\x26\x39\x44\x3b\x4a\xbc\xb8\x08\xff\x6d\xd5\x5c\xc7\xd7\x65\xf9\xea\xf8\xaa\xe5\xfb\x8e\x76\x5f\x35\x8c\x8e\xcb\x48\xc5\x64\x98\x2d\xd3\x27\x7c\x89\xa0\xf3\x1e\x53\xfc\xa2\x27\xd4\xcd\xc5\x01\x20\x8f\x6d\x31\x82\xaf\x46\x17\x0f\x35\x01\x63\xae\x24\x3f\x0c\x66\x6b\xf6\xa1\x08\x84\xfa\x62\x36\x90\xab\x46\x5a\xd3\x90\x3c\xb3\xda\x9f\xfc\x77\x84\xe8\x19\xe4\xb7\x71\x62\x78\x38\x74\x55\x9f\xcd\x59\x5a\x35\x1c\xa5\x5f\x30\x8a\x02\x54\x6d\xa4\x1d\x53\x40\x82\x1b\x19\xe6\xe2\x93\x57\x42\x5b\x35\x69\x34\x7c\x24\xe8\x0a\xc9\xa9\xd8\xd5\x0d\x9a\xf3\x27\x9a\xaa\x67\x6c\x75\xc8\xc0\x54\x89\x16\x3f\xc7\xcb\x95\xdd\xb1\x2a\x4c\x98\xb7\xf4\x36\x2f\xe4\xa8\xed\xae\xcb\xd6\x2f\x92\xb4\x8e\x87\x9d\x6b\x7d\xbf\x47\x42\xf4\xeb\x54\x6b\xe7\x66\x5e\xb8\xab\xb6\x10\x0c\xe1\xd7\x12\xa2\xb9\xdd\xb9\x11\xf0\x45\x53\x58\x5f\x41\xf3\xa7\x99\x80\xdd\x0e\x4c\x42\xa7\xb0\x72\x59\xf9\xd1\x4a\x69\x40\xf4\x8e\x22\x66\xbb\x13\x75\xa6\x79\x78\xf3\xcc\x88\xdb\x23\xd8\xed\x35\x69\x11\x88\xdd\x6b\xd1\xe0\x98\x0e\xfb\xd5\x6f\xde\x51\x2b\x72\xf4\x54\x75\x77\x39\xc5\x82\x9f\x60\x9c\x1f\xb0\x0e\xb4\x85\xf9\xef\x23\x95\xb3\x3a\xb9\xfb\x0a\xdc\xeb\x2e\x0f\xeb\x75\x91\x3c\x49\x9d\xdc\x63\x05\x1e\x9a\x34\xb1\xc8\xec\x9f\xdf\xe1\x7c\xe6\x60\x60\xf0\xcd\xc7\x91\xab\x8d\xd9\xd3\xcf\x29\xed\xec\x40\x7c\x62\x7b\x4f\xe4\x7e\xe7\x26\xe3\x01\x5a\xf1\x61\x65\x9c\x44\xf5\xce\x11\x0a\x5a\x74\x3f\x63\x05\xc8\x27\x9f\x0e\x95\x97\x67\xd9\x87\xa9\xd4\xfa\x6d\xd7\x72\xc9\x7d\xa8\x61\xf6\xf2\xb7\xd6\x63\x33\xcb\xb2\x1d\x33\x41\x66\x1f\x14\x69\x0b\xb5\xaf\x95\xb8\xa1\x86\xec\xab\xcb\x32\xd5\xd0\xec\xf3\x29\x0a\x46\x46\x96\x55\x33\x49\x2b\xdf\x35\x2b\x15\x70\xc6\xf3\x01\x09\x9c\x21\xb9\xae\xe8\x89\x2a\xa1\xdb\x91\x6f\xf8\x80\x99\x7c\x4d\xd7\x6f\x0b\xd1\x4d\xd6\xaf\x4a\x5b\x3f\x34\x24\x73\x06\xa7\xeb\xb8\xbe\x61\x40\x93\xf5\xcb\x51\x7d\x43\x27\xd4\x4c\xbe\xa5\xeb\x9b\x3b\x21\x51\xdf\x08\xdf\xa0\x9c\xaa\x2a\xa1\xb9\x5f\x57\xd9\x07\x97\x63\x90\x46\x42\x99\x23\xa0\xcc\x6e\x54\xc2\x90\x30\xfe\x49\x0f\xba\xe6\x9f\x76\xe2\x2f\xcf\x8f\xcf\xe2\xe0\x57\xea\x2c\x16\xdd\xf8\x98\xdd\x2d\x8b\x9a\xc9\xdd\x9f\x67\x7d\x62\x3d\x29\xc8\x43\x14\x15\xd7\x89\x18\xa9\x70\x5f\xe5\x8b\x8b\x1e\x1d\xe5\x0d\x1b\xb2\x3d\xa6\xb0\x3c\x62\x1f\xd4\x4a\x97\xd0\xe5\x51\x96\xf1\x47\x30\x69\x38\x16\x2f\x9c\x36\x57\x55\x55\xf0\xf6\x56\x03\x7e\x22\x0a\xf5\x61\xe7\x0a\x84\x2e\xba\x5f\xf7\x83\xe3\x64\x03\x3c\xfa\x73\x95\x76\xf2\x2a\x9a\xd5\x83\x74\x63\x76\xac\x65\xa6\xf0\x95\x5d\x7d\xdb\x42\xbf\x11\xd1\xa6\x00\x57\xb5\x23\xf5\x46\x9b\xae\xd7\xb7\x03\x58\x03\xb3\x1e\x9d\xad\xf9\xbb\x61\x36\xb5\x3f\x03\x2c\xf8\x98\xde\xb1\x61\xd7\xd7\x9e\xe1\x0c\xfa\x88\xa1\x53\xbf\xf1\xd7\x40\xb4\xde\x13\x24\x91\xb3\xf9\x9d\xe5\x9e\x5d\x41\xec\x8a\x2c\xe8\x3b\xfd\x1a\xbe\x66\x79\x71\xa3\x28\xc6\x6f\x1a\x35\xb4\x44\xac\x6f\x4b\x9c\x20\x53\xeb\x5a\x88\x5c\xba\xbd\x06\x98\x15\xac\xc2\xbf\x5b\xc2\x98\x51\x0c\x0d\xbb\x72\x93\x45\x23\x92\x5e\x65\x06\xd2\x91\x5b\x2b\xff\xe8\x44\x04\x98\xe5\xb0\xf4\xe2\x70\xbe\x54\x21\x08\xa9\x56\xd5\x11\x65\x33\x3f\xb2\x5b\x5c\x95\x05\xd0\x0a\xae\x70\xc4\x73\x4c\x64\xea\x42\xc2\x07\x88\x60\x71\x44\xe5\xca\x01\x17\x14\xc2\x1c\x54\xec\x1e\x15\x75\x97\x41\x77\x44\x9e\x26\x6a\xf6\xf7\xee\x6a\xe8\xae\x65\x7e\x29\x28\xb1\xfc\x2a\x32\x0d\xb4\xca\x04\x2a\xd4\xea\xfd\x18\xe4\x45\x25\x06\xf9\x87\xcf\x4e\x8d\xd3\xfa\xea\x3d\xea\x38\x39\xdc\x5b\x72\xb8\x7f\xe8\x38\x35\x62\xc4\x54\xf9\x6c\xa9\xf6\x10\x3c\xb6\x4b\x7f\xf2\xde\x86\xab\x78\xa6\x05\x96\x18\x7e\x8d\x4b\x59\xae\xd2\x0e\x2b\xcb\x07\xbb\x41\x04\x47\xb4\x44\xb5\xb6\xd0\x79\x78\x09\xd4\xd0\xe8\xc5\xe1\xfc\x39\xe0\x4b\x03\x43\x5b\x9a\xbb\x1f\xe3\xbf\xca\xb2\x84\xda\x87\xf6\x93\x99\xba\xc4\x1e\x13\x3f\xa8\x44\x8d\x68\x73\x9b\x2e\x69\x11\x96\xda\x36\x44\x5f\xe7\x6d\x43\x8a\x55\x00\xcb\x1d\xce\x9e\xcc\x69\x7d\x23\xdd\xe4\x94\x98\x7b\x0e\x22\x8f\x2c\xab\xff\xfc\x5b\x0b\x7d\x72\xe3\x6b\xaa\xfe\x62\xb9\xb8\x95\x1a\xab\x0c\xd1\x0a\xd1\xc9\xe2\xa3\x09\x10\x4c\x71\x1c\xf1\x40\xa8\xe6\x83\x89\xeb\x96\x39\xb9\x38\x16\x6e\x34\xae\xb9\x09\x8d\xda\x82\xc3\xa2\x7e\x7c\xa0\xda\xc8\x2d\xee\xe1\xfe\x8d\x61\x55\xf3\x44\x85\xc3\x39\xcc\xb6\x7d\xc7\x17\x3e\x85\xf7\x36\x04\xf7\x02\x67\x8c\xf8\xbb\x3c\xd0\xca\x31\x8c\xb6\xdb\x15\xda\xed\x56\xd6\x9e\xa3\x85\xf8\xbd\x25\xc6\x45\x67\xd5\x8a\xfb\x88\xf2\x4a\xa9\x95\x59\x88\x99\x1c\xab\xf1\x91\xbe\xba\xbb\xa8\xb1\xcf\xab\x27\xfc\x6c\x44\x2e\x57\x0a\xc3\x5b\xe2\xe9\xe8\xa2\x63\x55\x5e\x78\xd5\x58\xd2\x9b\x4e\x68\x05\xcd\xfa\xdd\xc0\x2a\xe0\xf9\x80\xb5\x40\x97\x2d\x8c\xa1\xc3\x05\xa5\x4f\x50\x45\x5e\x08\xe2\x23\x2b\x7c\x13\x18\x46\x69\x6c\xed\xfa\x50\x0a\xd0\xbf\x5b\x89\x70\x49\x48\x98\x98\xba\x32\x53\x01\xc3\xc2\x50\x40\x76\x5d\x96\x40\xf1\xfa\x45\x3e\xf3\x57\x7c\x37\xb9\x60\xaa\x4f\xf3\xaa\x2a\x12\x76\xc6\x8d\x03\xf3\x39\x95\x2a\x1f\x1c\x17\x7a\x22\x71\x5f\x07\x7c\x4f\x35\xae\x48\xc3\x26\xf5\x4e\xde\xca\xcd\xf4\x35\xf0\xcb\x27\x86\x84\xaf\xed\x2a\x52\x9a\xa8\x0c\x1f\xdd\x7c\x0d\xb6\x57\xf0\x94\x85\xa2\x9b\x32\xac\x29\x33\xa1\xe3\x06\x02\x6c\x02\x0a\x13\x26\x69\x8e\x3a\xa3\xad\xc9\x23\xd2\x2b\x39\xc5\xa2\x00\xd5\xaa\x5c\x83\xeb\x41\x81\x34\x74\xee\x41\xe2\x7d\xd6\xd7\xd4\x27\x87\x52\xcf\x34\xd3\xe9\xae\x58\x2a\xdd\xb9\x07\xf6\x17\x9d\x53\x4f\x1a\x30\x45\xc1\x1b\xa6\x7f\x76\x60\xcd\x11\x7c\x2a\xaa\x32\x8a\x51\x69\xbf\x3b\xbe\x78\x16\xf1\xad\x4a\x36\x71\xbd\xb3\xd6\xb5\xad\x14\xea\x7b\xc2\x47\xc1\x0c\xfc\x89\x86\xd4\xb6\x81\xf7\x46\xd2\x27\xc9\x91\x66\x44\xe7\x65\xfd\x10\x6f\x78\x6f\xd3\x4a\x8c\x92\x68\x1e\x6f\xc5\xb1\xcc\x17\x99\x87\x32\x17\xbc\x2c\x80\x24\xe4\x9f\xcc\x52\xbf\xe4\x12\xbf\x44\x3b\x17\x93\x0b\x6f\x61\x78\x34\x7d\x92\xf3\xc0\x96\xa9\x66\x45\x46\x27\xf3\xa5\xf6\x09\x53\x41\x47\x08\x05\xa0\xbe\x21\x6d\x5b\x4e\xe0\x4e\x8a\x4d\x4e\x8c\xeb\x1b\x32\xce\x5e\x50\x4e\x5b\x84\x00\x2b\x2f\xd1\x77\xa9\x27\x4d\x1c\x98\x8a\xac\x38\xea\x15\xeb\x7f\x20\xdd\xb3\xaa\x11\xc5\xa0\xe4\x63\x9a\x67\x2a\xfa\xb3\xe7\x04\xc2\x9f\x68\xa7\x25\x9a\x23\xf2\x66\xea\x2c\xae\xae\xe5\xb3\x85\x97\xa3\x48\x0f\x6f\x46\x2b\xd9\x70\xd3\x35\x10\x4e\xe1\x01\x8f\x88\x2c\x6d\xca\x50\xb9\xa5\xf4\x28\x9a\xa9\x24\x3f\xe1\x45\x69\x03\xcd\x7f\x7c\xf4\x2f\x7c\x73\x2b\x92\x72\xaa\x03\xeb\x52\x69\x6e\x9c\xe7\x48\xe9\xa9\x72\x55\x0e\x61\x30\x75\x3f\xfe\xb4\x15\x45\xab\xa0\x41\x1c\x25\xae\x98\x2f\x76\xe0\xf4\x85\xb7\x69\xf8\xff\xd8\x8c\x6a\x74\x69\xef\xde\xdc\xf8\x90\xa1\xe1\xea\xc4\x9b\x61\x0e\xe9\x76\xa9\x2a\xc8\x4d\x01\x6d\x60\x55\xff\xf9\x70\x75\x59\xf5\x2c\x9a\xa9\x3a\x81\x50\x27\x68\xb9\x4e\x20\x5f\x09\x3d\x92\xca\x4b\xdc\x93\x67\x55\xc6\x4d\x5d\xd1\x24\x14\xa8\x91\x99\x1d\xc8\x8d\xa3\x48\xa5\x3c\x91\xc9\x5a\x62\x29\x47\x50\x34\x73\x29\x06\xd2\x3e\xf1\x36\x5e\x13\x25\xe0\xf8\x3b\x56\x4c\x65\x71\x46\xc4\x71\x65\xb5\x61\x77\xba\x29\x8a\xea\x59\xfd\xd0\x4d\xe9\x5f\xf7\x0a\x29\xe8\x96\x55\x91\xf9\xf3\x25\x4f\xdb\xa9\xe1\x3c\x52\x2c\x65\xd5\x1e\x71\xc8\x0d\x92\x18\x06\x14\x3a\x33\x02\x68\x69\x8b\xbc\xe5\xbc\x43\x8c\x97\xe9\x1b\x69\xe6\x81\xe2\x28\x07\xbc\x82\x41\x1e\xff\x07\xd7\xb1\x6b\x3b\x68\x0b\x7d\x93\x91\xd7\x55\x58\x87\x3d\xa3\x7d\x0e\x29\x44\x5b\xc6\x77\x5d\xbf\x0e\x60\xeb\xbc\x1f\x49\x85\xf0\xb5\x08\x33\x1c\xbf\x74\xc2\xb7\xf4\x2f\x21\x8d\x9c\xed\x7e\x43\x8e\x31\x36\xb4\x1f\xd0\x24\xa6\xcd\xf8\xc6\xcb\x77\xe1\x46\xe7\xa5\x11\x70\x39\x6d\x38\xc6\x02\xd7\xa0\x11\x84\x14\xf6\x82\xe8\x1e\xb6\x18\xc6\x72\xe3\xe2\x1c\x24\x69\xfc\x94\x69\x7c\xab\x84\x1d\x03\xf5\x68\x97\xd2\x6c\x78\x1b\x72\xb5\xe2\x09\xfe\x22\x2f\x2d\x8a\x1d\x17\x5f\xa4\x41\x6b\x80\xbf\xbc\xef\x69\xc6\x34\x30\x43\xda\x6b\xaf\x2e\xb3\x50\x7e\x7d\x65\xe8\x7f\xdd\x33\xb2\xc6\x7b\x16\x21\x5f\x35\x32\x1e\x21\xa4\xfa\x64\x95\x3f\x7d\xda\xb7\xc3\xea\x35\xee\x88\xa6\xa7\x01\x7a\x5e\x45\xd3\x36\x66\xd1\xdf\x91\x93\xd5\x4b\x82\x35\x6a\xdc\x5d\x6a\x00\xce\x44\xaf\x05\x59\xc6\x19\x1d\x92\xd0\xaa\xca\x70\x6f\x03\x3f\x77\x65\x7e\xcf\x70\x3d\x6a\xf3\xf4\x0d\x4b\xa3\xf9\xd8\xe0\x60\x56\xee\x49\x24\x99\x3f\xb2\x49\xd7\x70\x8a\xcd\x2e\x53\xbf\x38\x12\x4f\x0b\xfd\x04\x77\x81\x14\xca\x4b\x51\xdb\x13\x15\x79\xb1\x02\xd9\xa3\xcd\x4f\x0a\xa4\x88\xfb\x65\xd7\x53\x35\xe7\x34\x3a\x25\x12\xdc\x9c\x2f\x94\xc2\xec\x9b\xb1\xe8\x46\xe2\x51\x10\xf1\xb8\x70\x46\xf3\x85\x56\x76\x18\xd3\x32\xb8\xe1\x3a\x86\x1b\xe6\xc1\x4e\x6d\x70\x9c\x33\x25\xb8\xba\x55\xe6\xec\x6c\x49\xef\xd5\x17\x35\x45\xf3\xfe\xcc\x7e\x8d\x27\x7a\xe4\xe8\xfa\xe4\xdb\x47\x65\x28\x07\x43\x3a\x19\x6a\x23\x99\xbf\xfd\xf3\x0b\x7c\xe1\x1d\x64\xfd\x64\xb5\x90\xee\xbc\x79\x55\x63\x8a\x2f\x12\x67\x59\xaf\x43\x1c\x60\xb4\x4b\x73\x19\x73\xd8\x2f\x26\xdd\xb0\xd2\x6d\xa1\xde\x7e\xbc\xc5\x13\xde\x92\x1c\x46\xca\xb6\xa6\x70\x22\xd6\x9b\xf8\x11\x7d\xe2\xb1\xc1\xb6\x17\x1e\xd2\xc1\x1d\xc2\x9b\x8f\xa2\x9b\x44\x14\xac\xa4\x1e\xdd\x25\x3e\x54\xa8\x81\xf0\x4e\xee\x1c\xc7\x64\xc0\x5b\x89\x82\x5e\x3b\x4b\x3f\xba\x95\x57\x8a\x01\x00\xe2\x1a\x1d\x21\x7a\xb6\x86\x1f\x8d\x0e\x81\x4d\x3f\x2a\x77\x85\xe8\x3f\xae\xbc\xf8\x59\xb9\x2d\x44\xf7\x41\xe5\xc4\x9f\x9a\x1c\x19\xa2\xe3\x30\x45\x08\xd5\x08\x3e\x00\xe2\x2c\xcf\xc4\xb9\xfb\x04\x64\xd9\xc4\x16\xdf\xd2\x91\x01\x7e\x14\x59\x8f\x12\x42\x7d\x08\x8e\xa6\x25\xd4\xc4\x25\xe3\x35\x0c\x3c\xc4\xe8\x88\x83\x97\xb8\x20\x5e\x8a\xcd\xc7\xb4\x9f\x2e\x1a\x60\x22\x85\x40\x11\x23\x6e\x76\xc6\xae\x57\xbd\x72\x89\x4d\x96\x88\xbd\x44\x46\x5e\x56\x21\x2c\xe5\x09\xef\xc8\x68\xa6\x9a\x11\xfd\xbb\x02\x86\xcb\x05\x25\x16\x20\x4b\x75\xa6\x7f\x19\x58\x7c\x4a\xea\x56\xa3\xcf\xc8\xca\x73\x8d\x29\x97\x32\x2f\x9f\xe8\x86\xfd\x16\xf5\xe9\xa6\x86\x91\x81\xae\xb8\x1b\x55\xf7\x85\x37\x49\x08\x63\xb8\x89\xd0\xa6\x7e\x8a\x73\xaa\x84\x97\x90\x74\x81\x2a\x9e\xfc\x1c\x33\xbe\xd9\x1b\x5f\x63\xb5\x85\xf5\xf4\x6d\x59\x4f\x5f\x12\xdf\x9f\xcc\x96\xa6\xcf\xfa\x80\x55\xaa\x4e\x57\x91\x07\x28\xae\x4e\xe6\x96\xea\xa7\x5d\x5b\x30\x97\x0a\x37\x4f\x25\x34\x94\xfb\xf3\x16\x88\xe6\x22\xcf\x8b\xbd\x4c\x2a\xd0\xe8\xa2\x52\x4d\xa8\xfe\x3d\xe1\xbd\xc7\xac\xf0\x9c\x58\xe1\x4b\x1c\x42\x11\x22\xf5\x74\x67\x4a\xf6\x3e\x40\x5d\xf7\x17\x3b\x4c\xee\x74\x61\xfa\xab\x87\x04\x36\x5a\x0b\xcf\xf0\x1c\x9f\xba\xc5\x02\xbd\xe7\x24\x4b\x35\xa6\x24\xc4\x7b\x56\xf5\x9c\xd6\xb0\xb7\x2a\xb3\x01\x1c\x9f\xd1\x9a\x7a\x71\xad\xe0\x94\x0c\x04\xb9\xfd\xa0\xa7\x25\x50\xa0\x5e\xbe\xec\x32\x45\xb5\x11\x3a\x79\x55\xc1\xe7\xf6\x32\x4c\xa4\x40\xfe\x4e\x32\xc7\x9e\x3a\xf3\x54\xf9\x4d\x72\x18\xbd\x55\x6f\x75\xd6\xf9\x54\x85\x99\x1a\xa3\x61\xbf\x94\x2c\xf7\xc9\xb9\x82\xc5\xc7\x7f\x3b\x34\xfb\x6c\x56\xb6\x0a\x67\x1d\x25\x8a\x33\x9f\x6b\x9f\xe3\x15\x94\x61\xcb\xab\x73\x80\x04\x3f\xda\x9d\x13\x2e\x06\xe6\x8c\x76\xb0\xd8\x7b\x1b\x50\x6e\xb8\x9a\x16\x39\x83\x92\x45\x72\x9f\x36\x0f\xa6\xcd\x92\xd6\xae\xc1\x6c\xe8\x5c\x4e\xd9\xa0\x0c\x00\xae\xac\x44\x78\x6b\xc8\x22\x9b\x25\x1b\x1d\x50\x0d\xcd\x2e\xea\x8c\xfb\x15\x20\x9a\x90\x2c\x80\x3c\xd5\x49\x26\xf4\x22\x11\xaf\x00\x28\xae\xa2\xda\x11\x8c\x7b\x0f\xf1\x85\x57\x8f\xdd\x76\xc0\x4d\xab\x13\x62\xe8\x69\xbb\x35\x0b\xcf\x20\xce\x9e\xb9\xea\xcd\x34\x8d\xa1\x7f\x1c\x70\x17\xe0\x10\x41\xb6\xb8\xac\x8f\x6e\x73\x1e\x51\x6e\x24\xfb\x1c\x5d\xc8\xd0\x48\xfe\xe7\x0d\xb6\xc7\x52\xb5\x1c\xb9\x0a\x11\xaa\x8b\x98\x35\x93\x34\x0c\x7c\xe6\xdf\x69\xd8\xbe\x91\xa0\x61\xb8\x44\x87\x97\x72\x4c\xc3\x0c\xf1\x28\xc8\xd4\x49\xa4\xf9\x63\x32\xe6\x0b\xb5\x20\xa7\x3d\x17\xe8\xd2\x03\x0f\x3e\x0f\x24\x9d\xd7\x13\xde\x99\x4d\xcb\xd9\x78\x8d\xd8\x7e\xe7\x63\xd9\x68\x9e\x2b\x92\xf4\xfe\x82\xe5\x02\x3f\xb5\xea\x0a\x8c\x58\x88\xf4\xb6\xa9\x85\x39\x48\x38\x37\x9d\x15\xa6\xb0\x6f\x26\xf0\xa6\x8a\x58\xf3\x8a\x2c\xf0\xf1\x25\x5f\x5b\x35\xb9\x30\x31\xe1\x45\xa0\x50\xd5\x3a\x34\xca\x73\x44\x8b\xf6\x9d\xa1\xd0\xbc\x83\xa9\xdc\x4c\x97\x9e\xc5\xc4\xda\x9f\x55\x7e\x9c\x68\x76\xab\x1c\x66\xef\x8f\x0d\x01\xec\x72\x98\x8c\xe5\x84\xdb\x58\xb8\x61\xd4\x8f\x17\xe9\x0d\xb9\x06\x83\x10\x11\x7a\x3b\x34\x0a\xbc\x34\xf0\x05\xf5\x4f\x72\x4d\x7f\x34\x5f\xe0\x4d\x0e\x39\xb9\x53\x3f\xc6\xba\x93\x90\x31\x1a\xe0\x69\x1b\x24\x76\xd7\x80\x1c\x49\x3d\xc4\x98\xf9\xab\x26\x76\x7f\x40\x2c\x2d\xa9\x3d\x32\x77\xca\x8a\x80\x7b\x21\x69\x74\xd1\xe0\x6d\xd1\xeb\x90\x8d\x6b\x0b\xa4\x8f\xc8\xf6\xac\x5c\x20\x3c\xf7\x32\x1e\xd1\x57\x24\x4d\xec\xb3\xa3\x61\x08\x47\xc3\x16\x02\x3e\xd4\xc6\xe2\xef\xe9\xec\x1b\xb6\x44\x9e\x10\x8d\xfb\x38\xfd\xb7\xc8\x89\xee\xfe\xe0\xb3\x73\x20\x16\xb1\x73\xc1\xff\x61\x69\x6f\x5d\xf0\xa2\x2d\x46\xd2\x81\xfa\x42\x0d\x25\x0e\xda\xba\x33\xa8\x10\x7c\x02\x28\x8f\xfb\x39\xd9\x93\x6d\x6e\x2c\xe1\x16\xd0\xde\x7b\x76\x21\x38\xb4\x38\xaf\xd8\xff\x81\xb8\x1c\xad\xec\x9f\x21\xb3\x95\x50\xb0\xd4\x73\xa4\x38\xfe\xe0\x80\x79\x98\xfc\x1b\x99\xf6\x0b\xec\xa8\x99\xff\x80\xba\x9d\x78\xd3\xe0\xe3\x46\x10\xb5\xc9\x99\x4c\x00\xee\x92\x6c\xd7\xa2\xb8\x87\x16\x72\x4f\xa7\x11\x68\x1d\xfe\xf8\x02\x49\x32\x79\xc2\x86\x07\xd6\xa1\x16\xf2\xe4\x6f\xa4\x67\xea\xd9\x6e\x8b\x9e\xf0\xbe\xc9\xe8\xe2\x28\x7d\x79\x1b\xcb\x1a\xe1\x42\x4f\xd9\x19\x93\x88\x14\xb0\x56\xbc\x33\x21\x28\x7a\x17\x38\x05\xb5\x2f\xbb\xc8\xa9\x4c\xed\xa4\xa3\xd4\x49\x62\xe2\x39\x58\x0a\x88\x6b\x2c\x09\x62\xaf\xdd\xd1\xd5\x2b\x9b\xab\x60\xe8\x8b\x2f\xed\x22\x9c\x1b\xda\x39\x38\x7c\xfe\xc6\x16\x9f\xec\x23\xd1\xd4\x27\xd5\x40\x8e\xef\xa4\x0a\xd3\x2c\xb0\xed\xd4\x4d\x01\x87\x69\x2b\x89\x68\x8a\xa5\xdd\xd8\x79\xf2\x4c\xa0\x8d\xed\x5d\x60\xb5\x99\x42\xf4\x6b\x83\xa5\xeb\x59\x57\x3f\x92\x25\xac\x9a\xa3\x7f\x47\xec\xb3\x9e\x19\x32\x30\xb9\xfd\x4e\xe4\xe0\x48\xfa\x39\xe6\x47\x6e\xb8\x94\x5b\x6c\xf6\x37\x14\x7d\xc4\x01\x77\x4d\x91\xf7\x12\xc7\x88\x5c\x76\xb2\x8c\x2a\x42\x07\x73\x7c\x75\xa3\x93\x19\xc0\xb1\x2d\x4c\x1e\xac\x1d\xae\xd4\x90\xeb\xb5\x70\xe5\xd2\x3a\xf5\x49\x01\xec\x0b\xbd\x70\x27\x57\x37\x36\x0b\xb3\xde\xb7\xcc\x77\xad\x53\x90\x91\x1f\xcf\x5a\x3a\xb5\xf8\xd7\xc0\xe9\x08\xf5\x9b\xb1\xf8\xff\xf4\xa7\xc6\x9f\x73\xb6\xc6\x12\x9d\x53\x97\x02\x50\x12\x29\x64\x7a\x8c\xec\x3d\x1d\xd8\x36\xcb\xf1\x10\x75\xa9\x65\x95\xad\xde\xe7\x1c\x30\xb5\x4b\xf9\x11\xf5\x33\xfb\x4f\xfb\x21\x00\x89\xb5\x82\x31\xb0\x2f\xbc\x3c\xa9\xae\x45\x41\x5a\xe3\xa2\x2f\x54\x59\x71\x99\x9b\x2c\xd3\x28\x6b\x24\xcb\x28\x18\x0f\x10\x96\x82\x54\x8d\xaa\xaa\x48\xd2\xca\x49\x4a\x68\x4e\xd9\x90\x55\x5e\x05\x28\x7b\x4e\x96\x85\x28\x7b\x49\x96\xb5\xf0\x8e\x57\x2e\x0b\x0c\x03\x41\x26\xa0\xb3\x54\x71\xbd\x0b\xc6\x77\x96\x6e\xb2\x4c\xa3\xbf\xc4\xf8\x8a\x18\x5f\x2e\x1a\x9f\x2f\x74\x11\xe3\x2b\xa1\x3f\xd4\xab\xa2\xbf\x12\xfa\xb3\x65\x1a\x65\x8d\x64\x19\xf5\x57\x91\x4d\x2e\x0b\x0c\x23\xee\x63\xcc\x4f\xac\x18\xa3\x7a\x01\xca\x9e\x93\x65\x21\xca\x5e\x92\x65\x2d\xbc\xe3\x95\xcb\xa8\x3f\xfa\xde\x2b\xd6\x63\xce\xdf\xa1\x50\xe6\x26\xcb\xa2\xf5\xf0\xee\xd6\xa3\x10\x8d\x8f\x02\xa4\x7d\x18\x4f\x2f\x2a\xda\x34\x9b\xf4\xa6\x31\x62\x3e\xf1\x57\x7b\x29\xd4\x4a\x56\x4b\x2a\xde\x36\x95\x12\xc7\xf2\xaf\xa5\xf0\xb0\x8d\x8f\x32\x1f\x77\xb5\xfb\x43\x57\xf3\xbf\x74\x75\x36\x5d\x69\xac\x60\x31\xee\xea\xf0\x87\xae\xce\xff\x34\x2a\x0f\x1f\x58\xfe\xe7\x0f\xfc\xdb\xa8\x72\xa6\x2b\x1f\xe7\xab\xaa\xfe\x74\xc0\xa2\xae\xa6\xff\x34\xaa\x00\x46\xc2\x7a\xdc\xd5\xea\xbf\xe8\x6a\x2b\x45\xf8\x42\xaa\x43\x9f\xa6\xaa\xf1\x44\xe1\xdb\x5e\x40\x6b\xd0\x7c\xce\x11\x0c\x6a\x40\xd0\xd8\x4f\xcf\x57\xf3\x5f\x10\x10\x08\xe2\xf3\xf3\x99\x60\x78\x03\x32\xcd\xb6\xf0\x4b\xac\x89\x2b\xcf\x2a\x4e\x15\x85\x32\x09\x64\x6d\x00\xca\x78\x28\xa2\xa3\xda\x27\x60\xe3\xac\x46\xfa\xbe\x31\xce\x47\xba\x7a\x80\xa2\xd7\x64\xf5\x29\x57\x6f\xfc\xac\x1e\xa2\xe8\x2d\x59\x7d\x6e\x03\x8a\x9a\x3f\xeb\xb7\x30\x8b\xef\x71\xfd\x59\x63\x09\x4f\xae\xa7\x9f\xb5\xdb\x96\x3c\x46\xb5\xab\x7a\x8d\xda\xcf\x3f\x6b\x77\x50\xfb\x33\x59\x7b\x8b\xda\x2f\x3f\x6b\x77\x51\xfb\x57\xb2\xf6\x9e\x3f\xf4\xf5\x67\xf5\x1e\x8a\x7e\x27\x3f\xf4\x08\x48\xbd\xb7\x9f\xb5\xfb\x38\xb0\x5f\x71\xed\x9b\x3e\xa3\xf6\xfb\xcf\xda\x43\xd4\x86\x01\xdb\x56\xbf\x62\xe4\x1f\x3f\xab\x8f\x30\xf2\x99\x4c\x0e\x1d\x3e\xd7\xa3\xcf\x9f\xd5\x91\x40\x6c\x29\x17\x71\x7d\x5d\xd5\x05\xbb\x48\xbf\xd0\x02\x40\x9b\xed\x44\x8b\xad\x5c\x25\xde\xb0\x68\x94\x6c\x8b\xdf\x3f\x5b\xcc\xb9\xc5\x2e\xd5\xa2\x62\x5b\x7c\xfd\x6c\xb1\xe4\x16\x87\x54\x8b\x1a\x7c\xe0\xe6\xf2\xfb\x67\x8b\x35\xbb\x17\x9f\x12\x2d\x36\x8d\x0c\x2f\xd9\x44\xfe\x6c\xb1\xb5\x65\x89\x16\x93\xc6\x58\xa3\xc5\xec\x41\x8b\x3d\x97\xdd\x52\x2d\xa6\xdc\x62\xf1\xa0\xc5\x91\xcb\xf2\xa9\x16\x73\xcd\x5f\xbe\x7a\xd0\xe4\xcc\x9f\x5e\x4c\x7d\xfa\x52\x93\x87\xdc\xe6\x41\x83\x2b\x95\xcd\x65\x39\xd1\xa0\xac\xd7\x68\xb0\x7b\xd0\xa0\xc0\x0d\xea\xa9\x06\x5b\xfe\x8c\xc3\x83\x16\x25\x2e\xcb\xa6\x3e\x63\xcf\x2d\x4e\x0f\x5a\x54\xb8\x0c\xf2\x1b\xb6\xd5\xa4\x71\xc4\xa0\x2e\xf2\xe7\x3e\xcc\x50\xd9\x68\x16\xd7\x57\x17\x7d\xe6\x37\xdc\x1e\x34\x98\xf3\x95\xbe\x51\xc9\xaf\xb8\x6a\xda\xe8\xf9\x07\x43\x42\x83\x11\x10\x0a\xfb\x70\x00\x35\xf5\xe9\x0d\xc5\x07\x0d\xc6\xcc\x84\xec\xe2\x16\xba\xac\x73\x9a\x68\x75\x99\xa1\x5f\x30\xa4\xce\x53\xdc\xe9\xcc\x2d\xa0\x4a\x35\x5d\x85\xe8\x5d\xbf\x81\x2a\x25\x54\xa9\xa7\xab\x10\x09\xed\x37\x51\xa5\x82\x2a\xd9\x74\x15\x37\x9e\xcf\x99\x5b\x43\x90\xf9\x84\xa7\x02\x83\xef\x3e\xc7\x63\x59\xb9\x19\x54\x99\xa5\xab\x3c\xc5\x63\x59\xb9\xe3\x06\x55\x59\xa4\xab\x34\xe3\xb1\xac\xdc\x29\xaa\xac\xd2\x55\x1a\xf1\x58\x56\xee\xbc\x41\x04\x6c\xc3\x55\x88\x02\x13\x94\x63\xfb\x86\x20\x74\x77\xd9\xc0\x96\xe4\x1a\x18\x03\xd5\x20\x80\x98\x00\x4e\xb5\x1d\xca\x72\xad\x5e\x37\x48\x0b\x2a\x72\x19\xfc\xaf\x20\xa1\x46\x3e\xcd\x45\x12\x94\x08\xb2\x54\xfd\xce\xb1\x4d\x8b\xa0\x21\xd4\x4c\x22\x1f\x0e\x85\x5c\xaa\x93\x44\x2c\xfc\xd2\x88\x17\xfa\x20\x63\xd5\x6d\x55\x63\x81\x6b\x9a\x03\xdc\x8c\x98\x52\x6c\x44\x57\xf8\xf7\xe3\x1b\xdc\x48\x19\x0c\xba\x44\x05\x8c\xc2\x4f\xf8\xb7\x93\xda\x1f\xee\x75\xb1\x97\x7c\x93\x19\x11\x21\x69\x3c\x3e\xf0\x28\x8e\xc9\x51\x54\xff\x71\x14\x10\xb6\xd6\x3c\x8e\x36\x6d\x8d\xff\x69\x1c\x00\xa3\x9e\xca\xa5\x66\xd1\x94\x4d\x6f\xff\x30\x8e\xbf\xb1\x91\x66\xa6\x20\x24\x7a\x4e\x5f\xe8\x43\x42\x6d\x9e\x67\xee\xbb\xe0\x26\xde\x96\xfd\x9f\xde\x86\x19\xd9\xf3\xfb\xba\x88\x50\x51\xd9\x20\x74\x7c\xf5\x44\x02\xf7\x88\x76\xd1\x5a\xd2\x7f\x35\xfc\xd7\x31\xff\xba\x07\xfd\xa4\x1c\x4f\x2b\x0a\x1c\xcb\x11\x07\xae\x38\x0f\x58\x96\xce\xd3\x95\x3d\xe2\x07\x42\xef\xd4\x98\x78\x34\xe2\xf7\x01\xb8\x8a\x98\x87\xd6\xee\x0a\x29\x7c\x0f\x24\xc7\x8b\x5c\xd4\x93\x60\x84\xac\xb2\xe8\x8c\x21\xb0\x9a\xcf\xbc\xa8\xd5\x86\xed\xbd\x3d\x11\x34\x9d\xbe\x78\x9a\xcb\x2a\xa9\x95\xbe\xa6\x73\x4d\x16\x41\x28\xe6\x01\xb6\xd2\x3f\xd2\x7f\x40\x22\x58\xca\x49\xc5\xb0\x0d\xba\xaa\xa6\x15\xd7\x06\xcc\x28\x77\xb7\x71\x2d\xc6\xa4\xfa\xb5\x6f\x5a\xe8\xf4\xdf\x9b\x84\xb2\xae\x36\xa1\xe9\x1d\xd0\xcb\x89\xd5\x37\x02\x2b\x05\x8c\x87\x2c\x19\x37\x4e\x72\xdc\x98\xd3\x02\x0c\x6f\xae\xe3\x7b\xcd\x45\x03\x0e\xd1\xc8\x41\x70\x50\x8c\xa6\xd8\x25\xf1\x97\xd6\xa0\x2b\xd4\x27\xe7\xaa\xe8\x0a\xf5\x95\xfa\x13\x11\xef\x5d\xa1\x26\x92\x8f\x4c\x97\x20\x23\x7a\xd0\x4e\xaa\x5f\xa9\xda\xb8\x21\xe1\x37\x8d\xe8\x45\xf3\xf7\xab\xa2\xe8\xaf\x35\x61\x9a\x92\x58\x9e\x18\x41\xea\x05\x7c\xe4\xbb\x66\xbf\x28\xe6\x1b\x10\xd3\xa2\x6c\xa4\x56\x57\xa8\x9d\xbc\x7f\x13\x77\xdf\x45\xef\xe9\x5e\x70\x7e\xcc\xaf\x83\xfc\xf3\xa7\xa5\xdb\xb4\xe0\x0e\xaf\xde\x1e\x7d\xc4\x91\x3f\x22\x31\x05\x89\xfa\x89\x4f\x7b\x5c\x9a\x98\x44\x76\x23\x51\xef\x6c\x62\xe9\x52\xd8\x47\xa2\x6e\xa2\x42\x62\xe0\xff\xf8\xe2\x8e\x39\x8f\x5d\xf2\xb8\x4f\xf4\x10\x70\x80\xd0\x4b\x6a\xd9\x13\x75\x1f\x57\x48\xfc\x99\x98\x0b\x28\x27\x1a\x2b\xf7\x0b\x81\xfd\xb0\xd0\x34\x12\xfa\xf9\x0e\x89\x85\xef\xb6\xa4\xc3\x12\x9c\xfa\xb4\x25\xe4\x75\x97\x91\x42\x7d\xdb\x12\xb2\x68\x9a\xe9\x7d\xfb\x73\x3f\xe4\x4a\x67\xa8\xc1\xab\x2d\x21\xe4\xd9\x92\xb4\x6a\xb5\x87\x3d\x13\x14\xcc\x50\xa8\x8f\x3f\x0f\x87\x4a\xae\x52\x7c\xe6\x19\x96\x97\xde\x25\x2c\xd0\x6f\x20\x46\x2b\x85\x6f\x55\x3f\x3f\x15\x88\xd7\xc4\x94\x03\xee\x8a\xf4\xcb\x07\x55\xb6\x4a\x5f\x04\xca\x39\x67\x15\xb9\x84\x08\xc1\x78\x15\xce\xda\x48\xe9\x32\x35\x8e\x44\x7f\x35\x8e\x12\x25\xed\x4b\xd5\x4d\x7e\x62\xa2\x56\x86\x34\xbe\x7d\xe0\xfd\xd4\xdd\xe4\x84\x26\x6a\x8d\x35\x22\xd7\x7d\x23\x80\x67\xdd\x3f\x7c\xc1\x54\x27\xbe\x60\xa2\x93\x7d\x8d\x12\x6b\x43\x03\x2d\xb8\x89\x29\xa4\x8e\xae\xc9\xd5\x6a\x23\xa5\x43\xd4\xf5\x3c\x4a\x7f\xaa\x2e\x6a\xa6\x93\x6b\x3a\x55\xf7\x6b\x9a\x68\xb7\x24\x8e\xa8\x0b\xac\xd4\x85\xfe\xc3\x24\x80\x7f\xe6\x49\x58\xe9\x3f\x4c\xe8\x56\x27\x26\x74\xf3\xa7\x5a\x7b\xae\xe5\x89\x89\xbc\xb1\xc9\x79\xa7\xe3\x2d\x41\x49\x85\xd7\xf2\xf0\xe7\x3d\xd1\x4a\xcc\xc3\xff\xdf\x0b\x74\xf2\x7c\x8d\x08\x54\x3d\x51\x63\x2a\x11\xda\x92\x38\xa7\x84\xf0\x69\x1d\x5d\xa1\xe9\x27\x40\x98\xc4\xee\x7e\xd0\xb0\xc7\xe0\xc4\x89\xed\xfe\xe3\x7d\x0f\x3a\xff\x77\x3d\xb5\x19\x81\x4d\x2d\xa2\xa2\x3e\x23\xbb\xa8\xc3\x3f\x0e\x21\x14\x79\x8e\x92\x4c\x9d\xfc\x8e\x13\x88\x9a\x11\x05\x1f\xac\x72\xc8\x2e\xe6\x89\xae\xba\xe4\xbe\xe4\x0b\x75\x4b\x0e\xeb\x28\x61\xca\x49\x9c\x9c\x33\x54\xa2\xc9\x31\x90\x34\xfc\x8c\xc4\x62\xa9\x31\xf4\x9c\x40\x74\xca\x0f\x87\xf0\xef\x16\xe7\x8f\xb5\x42\xf1\x94\xfd\xf9\xcd\x03\x27\xf0\x8a\x1c\x15\x12\x2e\x6d\x6a\x94\x75\x43\x0c\x4f\x92\xf5\x8b\x8e\x2f\x06\x88\x89\xed\xb2\xe2\xfc\x02\x43\xea\x55\x92\x06\xdc\xbb\x31\x4e\xf3\x5e\x8a\x46\x89\xdd\x08\x01\x54\xb4\x94\x0c\x49\x2e\x1c\x9b\x9d\x94\x4c\xb6\x79\x5c\xc2\x6f\xeb\x3f\xd7\xf2\x08\xda\x51\xa9\x3a\xdb\x65\xb6\x7b\x44\x6c\x39\xa1\x50\x6b\x46\x1e\x3e\x95\x5d\xa7\x27\xf4\x33\xe0\x7b\x2e\xd2\xfc\x78\x05\x1e\x93\xf9\x65\xa3\xc3\x3d\x32\xf0\x7c\xc0\xef\x6c\x89\xe8\xa2\x9a\xdc\xac\x0d\x39\x08\x16\x04\xc8\xad\xd7\x6b\xfa\xf6\xee\xa5\x6c\x3e\xc6\xfb\x04\x80\x98\xf9\x2c\x62\xff\x28\x2c\xb3\x8b\x91\x54\xe0\x7a\x1a\x59\x88\x3c\x0a\xdd\x0c\xc9\x81\x83\x72\xca\x90\x24\xb4\x49\x84\xe6\x2e\xe0\xc3\x10\xac\xe9\x7f\xfd\x49\x03\xdc\x94\x00\xba\x86\x8f\x5e\x4f\x25\x72\x00\x6c\x18\x21\xd1\x14\x18\xbe\xb0\x46\xf1\x41\x43\x4e\x4a\x7c\x5f\x8c\x1c\x7d\x6a\xe2\x59\x1f\xfc\xa2\x34\xdc\x74\xa3\xeb\x39\x9e\x4b\x2c\x33\x19\xda\xcd\x8d\xc9\xa6\x85\x2b\x99\x4f\xf4\xc1\x26\x84\x20\xd1\xe6\x82\x01\xae\xd5\xb5\x04\x47\x00\x17\xd1\xb0\xbc\xf9\xbc\x5c\x09\xa1\x7d\xab\x1a\x58\xee\x39\x27\xe9\x69\xa2\x7f\x05\x0b\xde\x09\xbd\x44\xb5\x37\x55\x30\xd7\x4b\xdc\x64\x10\x47\xa1\x36\xd7\x84\x82\x3c\xe5\xb5\x25\x33\x11\x45\xd5\x2b\x31\x21\xc0\x3a\x25\x96\x63\x43\x94\x35\x87\x4c\x73\x3c\x48\x79\xad\x63\x18\x85\x52\x91\xb5\x0d\x2d\xf3\x03\x6a\x99\xb1\x2c\xc3\x67\xc9\xaf\x0f\x89\x1f\xe2\x14\x7c\x6d\xb2\x88\x69\xc8\x34\x88\xda\x25\xcf\xa5\x6e\x36\x4b\x63\x6d\x65\xf6\x7f\x08\xdb\x3c\x00\x55\xad\xb3\x25\xbe\x40\x84\x73\xe4\x24\xda\xb9\x8e\xd2\xda\xba\x03\x78\xc4\xab\x41\x0a\xa6\x8f\x40\x78\x95\x98\xf2\xff\xea\xc1\xbf\x1e\x40\x9a\x7b\x1d\x3e\x66\xaf\x8e\x16\x9f\x0d\x3a\x17\x2b\x36\xaf\x50\xf6\xe9\x1e\xb9\xc0\x7f\x08\xe8\xac\x29\x83\x58\xeb\x95\x02\x2b\xcd\x5b\x3a\xec\x81\xf4\x66\x5e\x95\x96\xb0\xfb\xd6\xb5\x4a\xe1\xa6\x84\xbf\x64\x24\x92\x73\xa9\x27\x82\x59\x42\xe4\x4e\x0c\x46\x8c\x4e\x13\x28\xc2\x1e\x39\x37\x28\x1b\x63\x5f\x84\xf7\x74\x85\x98\x87\xb6\xae\x82\x89\x68\x39\x03\xf1\xfa\xbe\x25\x42\xd1\xd2\xbb\x23\xdb\xfa\x42\xf1\xfa\x9e\x21\x67\x75\x88\x39\xe4\x80\xa3\xf2\x04\xb3\xf2\x4e\x34\x23\xd4\xb3\x7d\x54\xf9\xe5\x3d\x93\x91\x77\x95\xe7\x07\xfa\xc2\x77\xb3\x5d\x02\x9d\xdd\x45\xee\x7e\xcf\xef\xe7\x67\x30\xc9\x54\x77\x20\x44\xf7\x88\xf4\x60\x3b\x99\xfb\x70\xb4\xf0\xf5\xcd\x0e\x6e\x2e\x45\xf3\x1d\x01\x1f\x9e\xbe\xd9\xd1\xf5\x45\xf3\x3d\x87\xd1\xf5\xac\x23\x8c\x00\xe4\x58\xd8\x21\x9f\x82\x2a\xe0\x80\xf2\xb4\x00\x33\x75\xa6\xdc\x76\x7a\x36\x8d\xbe\xb9\xf1\x5e\x40\x07\xfd\xb8\x83\xa7\x44\x07\x27\x4d\xa2\xce\x58\x9e\x35\x82\x16\x69\x3b\xe8\x85\xed\x61\x68\xc8\x03\xeb\x50\xf4\xf3\x72\xaa\xc1\xd5\x0f\x85\x7e\x2f\xc6\xcb\xad\xdf\x32\x6b\x8a\x20\xec\x18\xfa\xfb\x6a\xe5\x1e\x62\x38\x2b\x2f\x0e\xe7\x49\x0f\x3e\x56\x04\xce\xab\x9c\xad\x12\x0b\xd9\xc5\x88\x8c\x5c\x3e\x35\xe5\x73\x99\x91\x11\x2b\xa4\x23\x9f\x9e\x93\xde\xd8\x9c\x2d\x81\x50\xef\x5d\x48\x0d\x3d\xa1\x3e\xd6\x05\xc8\x0d\xcb\x31\xa7\x81\xd2\x42\x7d\xcd\xc6\x10\x5a\xa7\x89\xc2\xdf\x84\x3e\xd5\x7e\x89\x0a\x26\x32\xde\xb7\x28\xf9\x26\x47\xcf\xde\x0e\x68\xcf\x01\x89\xc3\x05\x42\xdc\x55\x65\x49\x53\xd5\xdf\x24\x9f\x95\xf0\xac\x2a\xeb\x8c\x49\x3b\xbd\x42\xdf\x76\x25\xf0\x91\x99\xfc\x20\xa9\x89\xa8\xc5\xd7\xe1\x05\x73\x13\x08\xf5\xba\xa1\x35\x50\xc0\x08\x3a\x4a\xf2\xa9\x76\xc9\x2b\x66\x43\x1a\xae\x9c\xfc\xe5\x68\xb7\xec\xb9\xb8\x72\x3f\x53\x57\xae\x8f\x9c\x8e\xfe\x97\x2d\x18\x11\x01\xd5\xc9\x3b\xbf\xc7\x39\xa3\xd3\x9c\x01\x81\xe4\x25\x18\xa4\xd0\x5a\x46\x27\x3f\x18\x96\xf7\xdd\x4f\x36\xa0\xed\x04\xaa\xf6\xb4\xc0\xb5\x9c\xb3\x11\x6e\x1d\xa1\x26\xea\x8b\xe8\x07\x79\xaf\xe0\x50\x03\x4a\xd2\xc5\xf1\x4c\x07\x08\x8d\x38\x2b\x8a\xb0\x80\x7c\x9e\xf5\xbb\xca\x27\xd0\xa2\xc6\x10\xbf\xbf\x29\x71\xd8\x49\xc6\x2a\xbc\xef\x98\x86\xac\x5e\xa2\x0d\x42\x89\x91\xda\x70\x3b\x25\x42\xa0\x5e\x0a\x2f\x10\x75\x0d\x6f\x57\x3f\xff\x7d\xf7\x64\xc6\x89\x54\x28\x14\x9d\xa5\x8a\xb2\xcc\xbb\xa8\x44\x0f\xd5\x33\x0e\x32\xf9\xef\xbd\x51\x58\x4e\x2b\x48\x35\xa2\xe0\xc4\x1b\x76\xf7\xb9\x0b\x46\x66\x20\xc4\xe0\x1b\xdd\xdd\xde\x63\xa9\xa1\x5f\x22\xea\xf2\xab\xfc\x1e\x2f\xc5\x1e\x29\x57\xbe\xcf\x5d\xfe\xfe\xbe\x10\x9d\x05\x05\xeb\xaa\x89\x9b\x8b\xc0\xb9\x7a\x36\x40\x2b\x05\x54\x27\xec\x8e\x22\x46\x6e\xd1\xb9\xaf\xb0\xc2\x12\x8f\x29\xc7\xd0\xf7\x9a\xde\x91\x93\x70\x30\xb3\x47\xb5\x2f\x5c\xf2\xc0\x70\xbf\x1c\x4f\x7c\x36\x1d\x5f\x2c\xe5\x6f\x47\xab\xfc\x73\xdf\x03\xed\x87\xbf\x9e\x39\x8b\xd1\x14\x1e\x6f\xbc\x38\x08\xab\x6f\x59\xda\x5f\x99\x29\xeb\x4e\x60\x84\xff\xe8\xcf\x8f\xb8\x0a\xd2\x66\x99\x1d\xf4\x61\x95\x0a\x4a\x7c\xd0\xb6\xc8\x70\xc6\x34\x6b\xd2\xd7\x74\x99\x79\xec\x6f\xa7\x39\x92\x9f\x78\x1d\x76\x78\x88\x82\x56\x0e\x28\xa9\x71\x32\xbd\xc9\x5a\x22\x15\x04\x49\x79\x86\x1d\x5e\xca\x19\xc6\x3f\x5d\x93\x3d\xfd\x8b\x70\x5b\x81\xd0\x6b\x41\x3b\xcc\xe5\x59\x2e\xe1\x5a\xac\x94\xe2\xeb\xd1\x33\x1d\x3c\x3d\xda\xd6\xdd\x07\xdb\x9a\x4e\xab\x17\x90\x99\x01\x61\x8e\x79\xea\x0b\x1e\x2d\xc1\xb6\x64\x47\xaa\x6c\x6e\xd8\x10\xd4\x31\x85\xfd\x92\x67\x43\x03\x92\x82\x6c\x55\xa5\x0b\xd4\xd0\xd9\x47\x5c\x49\x0c\xe7\xef\x44\xcb\x9f\x0c\x53\xb1\x42\xc0\x6b\x46\xc2\x8f\x24\x0a\x53\xf4\x7b\xd1\x6d\x9f\x8c\x55\x58\x93\xc5\x4e\xb3\x3e\xd5\xd0\x93\x1c\x3b\x55\x95\x33\x7f\x70\x1a\x83\xbf\xb5\x7f\xcd\xb2\x27\x55\xd3\x69\x0b\xef\x6d\xb7\x23\xe7\xa0\xdf\xdb\x1d\xa9\x83\x11\xba\xba\x97\xbf\x20\xa3\x90\x0f\x32\x59\x1a\x03\x72\xa5\xea\x3f\x39\x81\xd0\x33\x05\xd7\x1d\xdf\x2c\xc5\x67\xf3\xc1\xd0\x28\x54\x80\xb2\x8c\x0d\xcd\x63\xef\x2b\x56\x48\x82\x5f\x4e\x79\x0f\xd6\x10\x61\x5d\xf6\x9d\x74\x16\xdd\x0d\xb8\xc4\x23\x9d\x8c\x70\x0e\x97\xf5\x61\x11\x1f\x10\xd4\x7d\xb8\x27\x1d\xd1\x61\xff\x32\xc7\x84\x4d\x97\xf8\xd0\x5b\x91\x45\x28\xeb\x01\x6c\x2b\xdc\xa0\xd0\x85\x12\x3a\x30\x0c\x4f\x28\xbc\x22\x82\x61\x90\xbc\x32\xaa\xba\xe2\x44\x81\xc4\x53\x52\x40\x7f\xcf\xf0\xa2\xef\x81\xed\xb3\x5e\x86\x26\xd8\x9c\xab\xba\xe4\x78\xf5\xfe\xe2\x40\x4a\x93\x76\xe6\x06\x08\x6b\x43\x3f\xfc\x03\x50\x80\xf3\xf2\x98\xa5\x37\x6a\xe2\x7a\x91\x47\xe1\x20\x83\xa8\x61\x5f\x88\xb3\xca\xd1\x37\x1c\xe4\x79\xa7\xa3\x07\x6d\xa1\xca\x7a\x7e\xd0\x7f\x7f\x05\x85\x73\xf1\x22\x53\xad\x40\xa8\xdf\x36\xa9\xe3\x80\x85\x20\xd8\x22\x6a\xea\x46\xb9\xb1\x38\x96\x26\xa8\x30\x30\x17\x2c\x13\xe5\x78\xdb\x87\xf5\x6f\xcb\xfd\x0a\xbf\x40\x7a\xbb\xb5\x24\x58\x6c\x23\x37\x77\xcc\xe6\x33\xfc\x6d\xe4\xe9\x16\x08\xd6\x1e\xaf\xa3\x6c\x5e\x57\x15\x47\x64\x7b\xab\x28\xc1\x84\x16\xa2\x73\x23\x0f\x76\x98\x55\xfd\x1d\xc5\x7e\x86\x15\x4e\x7c\x7b\x21\xeb\x2d\xe7\xe0\xe3\x67\xd7\x27\x18\x2b\xcd\xfc\x79\x1c\x87\xb6\x02\x14\x75\xbb\x74\x95\x71\x9f\x48\x24\xdb\x10\xdc\x6e\x89\x0d\x38\x47\xa6\xe8\x15\x59\xab\xf5\x87\x48\x79\xe6\xfa\x60\x5f\xd7\x98\xa0\xe1\x09\xa7\x02\x78\xd7\xe4\x73\xaf\xb7\x32\xc6\x22\x12\x4b\xe8\x98\x01\xbf\xb4\x41\x7c\x8f\x57\xd8\x22\x73\x5d\x71\xab\x11\xe9\x9b\x2c\xe0\x80\x32\xc6\x94\x32\xac\xa8\xb7\x4a\x55\xf0\xc5\xeb\xc7\x95\xae\x90\xf6\x47\xcc\x4f\x0f\x88\x09\x89\xaf\xd4\x1b\x36\x68\x90\x99\xb1\x83\xa2\x6f\x63\x10\x4c\x4d\xbd\x51\x8e\x52\xb3\x10\x0e\x6f\x03\xf0\xe2\x9f\x08\x22\x33\xdd\xf9\x14\x5b\x37\x85\xf9\x63\x95\x80\x62\x1c\x94\x13\x04\x4a\xd7\xe9\xb3\x7d\xba\xf8\x74\x38\x59\x00\x54\xf2\xc8\x08\x6c\x53\x76\xa5\x3a\xb4\xe3\x70\x53\x64\x96\x08\x0e\x1f\xc4\xd1\xbb\x94\xe8\x6e\x4f\x5d\xfa\x54\x26\x06\x5b\xbc\xa0\xde\xa2\x7b\xb6\x44\x3b\xa0\xb7\xfa\x80\xe3\xd4\xfe\x03\x8b\xe1\x45\x49\xce\x3d\xe1\x2b\xf6\x9d\xf6\x45\xdf\x4b\xc8\x49\x4f\x44\x17\xab\xa0\xf3\xb5\x48\x0e\x02\x6c\x87\x7a\x26\x84\xb5\x92\xac\x82\xbc\x95\x65\x0d\x07\xe9\x4c\xb2\x90\xc8\xd9\x00\xff\x1a\x59\x10\x75\x51\x3b\x4a\x2d\x14\x59\x73\xfc\x6c\xcf\xe1\x70\x92\xa5\xfa\x36\x52\xee\xda\x25\xa3\x90\xf9\x9c\x95\x3b\x96\xcb\xcf\x58\x27\xf3\x85\xdd\x5f\x47\xef\x83\x33\xc9\xf1\x36\x5a\xf0\x58\x61\x8e\xcc\xcc\x58\x48\x70\x8b\x4f\x25\xb9\x21\x4f\x55\x71\x91\x4b\xf8\xbf\x8e\xb2\xa4\x23\x54\x33\x99\xd9\xc5\x05\x1e\xdd\x05\x94\x96\x41\x9e\xe1\xe2\x9d\x91\xb4\x67\x6a\x94\x48\xce\xdb\x35\xb8\x7b\xaa\xae\x19\x15\x53\x0f\xf8\x43\x1f\x0e\xaf\x9e\x1c\x5d\x05\x94\x84\x83\x68\x66\x32\x81\x9c\x34\x74\x86\x86\x31\x02\x95\x6f\x26\xc6\xa4\x61\xc8\xf6\xeb\x74\xea\xba\xe3\x23\x75\x01\x47\x2f\x99\xac\xc8\x89\xe0\x34\x27\xc1\x98\x1e\x39\x6c\x1f\x35\x13\xf2\xe6\xe4\xa8\x2d\x32\xaa\x7a\x86\x07\xb6\x47\xe0\xe1\xf1\x8d\x71\xa4\x2c\x19\x61\x6e\x4e\x9f\x09\xad\x63\xb7\x58\x01\xe1\xcd\x3e\x61\x5b\xe3\xa9\xe8\xe6\xe7\x40\x01\x29\xd1\x6f\x6f\x95\xf0\xc1\x9f\x1d\x75\x04\x36\x37\x28\x1d\xec\x34\x51\x8c\x24\xe1\x48\xaa\x2a\x11\x40\x0f\x5f\xe7\xe7\x91\x47\x2e\xc8\xe1\x7f\x6f\x59\xa1\x4d\xf5\x82\x0b\xcf\x5c\x7e\xfa\x77\x9d\x6c\x77\x1c\x85\x7b\x57\x53\x74\x0e\x1c\x29\x52\xa1\x84\xb4\x5e\x5e\xee\x3f\x93\x83\x0c\x4d\x7d\x25\x80\xca\xa1\x07\x15\xf8\xba\x09\x01\x58\x29\x02\x79\xa0\x21\x75\x85\xfa\x5e\x57\x68\x99\xdc\x0d\x16\xdd\x0e\x86\x00\x31\x62\x6c\xbb\x8d\x6b\xc8\xc1\xd1\x05\xbe\x18\xe5\xf1\x26\xaf\xd9\x46\xb8\x33\xd3\xac\xb7\x11\xde\x57\x9b\xc0\x17\x5f\x82\x2d\x7c\x82\x29\x62\xfe\x97\x88\xfe\x16\x05\x39\xf9\xbc\x13\xd1\xd5\x82\xc4\xfe\x52\xc4\xb7\xb9\x66\x7d\x82\xac\x1c\x23\x03\x39\x39\xe2\x25\x95\x00\xae\x99\xa2\x57\x43\x04\x8e\xf2\xd9\x8c\xbe\xe1\x0c\x90\x9e\x48\xad\x3c\xd7\xf1\xd5\x41\x4e\x65\xcb\xf1\xdc\xa3\xfc\x64\x9f\x35\x66\x15\x3b\x11\x0c\x3f\x12\x21\xa4\x40\xb4\x4d\x01\xd2\x81\x50\x18\x99\x06\x93\x49\xde\x45\xa3\x49\xd5\x34\x6e\x12\xc6\x97\xb7\x05\x0e\x4f\xa3\x50\x4d\xf7\xa8\x3e\xef\x7a\xa4\xdd\xcf\x5d\x12\x41\xd6\xb1\x84\x53\x27\x45\x57\x49\x47\x24\xe0\xa6\x91\xdc\x9b\x65\x80\x2f\x82\x28\x24\x9d\xd4\xa0\xe9\x74\x12\xce\xe2\xea\x46\x90\x29\x62\xd0\xe0\xb4\x9c\x16\x67\x93\xf2\x60\x05\x03\x9f\x3b\x19\xf2\x62\x97\xc8\x99\x42\xe5\xb9\x15\x75\xd6\xae\xf7\x9d\x47\x30\xd7\xa2\x3d\xfd\xc5\xb5\xba\xe4\xed\x4c\xda\x36\x62\x22\x46\x40\xb5\x25\x80\xe0\x81\xe5\x05\xd7\x76\x47\xcd\x15\xa0\x21\xc8\xbb\x4d\xad\xdc\xc4\x08\x47\xe4\xc6\xd7\xdd\xfd\xfa\xfb\x1b\x6d\x5d\x5f\x88\x11\x75\x72\x6b\xdc\xbf\x57\x47\xef\xed\xe3\xb5\x0a\x58\x93\x02\x6a\x2c\xfd\xa7\x48\x17\xdf\x70\xfb\x51\xb4\x2e\x09\x5a\xfb\x78\x91\x4e\x92\x18\xed\x23\x3c\x0a\x07\xf4\x1d\xc3\xb7\xc4\x68\xe2\xe5\x84\xe3\xff\x19\xbe\x27\x83\xa7\x1f\xe3\x8e\x50\xef\x16\x44\x7d\xb0\xad\x44\x36\xfd\xe5\x51\xc0\x50\xdf\x54\xe7\x3c\xb7\xcb\x81\x63\x03\x86\xbe\xa9\x7a\x87\xf0\xcf\x5e\x19\x8f\x4a\x43\x5c\x47\x80\x0b\xc1\x2f\x75\xfa\xe0\x42\xd9\x17\x1f\x3a\x4e\xb8\x3e\x62\x89\x3b\x7d\x27\xca\x14\x0f\x72\xf1\xcb\x92\xa9\xd6\x20\xf8\xb9\x7e\xf5\x25\x83\x7a\xec\x57\x1a\x91\xa5\xc4\xde\x8c\x3a\xd6\x20\xad\xe9\xa4\xfa\x42\xe9\x13\xd5\xf0\xdc\x54\x1a\x0b\xe5\xd6\xd0\x43\xaa\x45\x95\xdc\x40\x55\xf3\x2d\x5a\x4a\xbd\x48\x2f\x65\x9b\x47\xb0\x97\x5d\x80\x59\x92\x97\x61\xfb\xb4\xe1\xbc\x1e\x10\x7b\xbf\xa8\xcd\x47\x24\x61\xa1\xcd\x19\x6d\x0e\x68\xd3\x85\x6e\x62\x53\x89\xe1\xc6\x15\xe0\xc6\xc9\x77\x87\x67\xbd\x75\xac\xaa\x18\x1a\x9d\x34\xde\xc3\x8f\x58\x1e\xff\x36\xe7\x0e\x09\x6b\xf1\x21\x6a\x01\x17\xd1\x76\x76\x1f\x6b\x77\xd5\xf2\x2a\x53\x1d\xdb\x8c\x70\xa4\x7e\x8d\x09\x67\x59\xbb\xce\xfe\x45\x17\x74\x78\xae\x2a\xbe\x7c\xc9\x36\x30\xcb\xd2\x9a\x5c\xe5\x3c\xb2\x7d\x12\xf2\x05\x15\x7b\x07\x77\x99\xe5\x64\x00\x24\xb6\x20\x97\x6e\x48\x5a\xc3\x51\x93\xff\xee\x0b\xd1\x3f\xf5\x0c\xf9\x3d\xe8\xb3\xe1\x2d\xb6\xf2\x25\xc2\x35\xf5\x27\x45\x0e\x2f\x2b\xc1\x5f\x2f\x0c\x62\x58\x5e\x95\x55\x0b\xf2\xc8\x6a\x4d\xc8\xe8\xa8\x5e\x97\x47\x4d\xa9\x18\xe6\x72\x45\x57\xaa\x5a\xc8\xf5\x51\x5b\xb7\x07\x5f\x78\xdf\xab\x22\x27\xa2\x29\x92\x46\xeb\x7d\x53\x64\x85\x5a\x87\xae\x29\x8f\x65\xab\xb7\x6d\x51\x5a\xbf\x1b\xf5\x54\xfd\x8e\x15\x02\xb5\x6f\x10\x4b\x4f\xe8\x5f\x0d\x4b\x37\xd5\x9b\x07\x71\xdf\x88\x79\x93\x02\x37\xd5\x42\xbd\x4c\x8e\xac\x41\x68\x09\xff\xfd\x8a\x6c\x38\xe1\xb9\x88\xe8\x8a\xf7\xcb\x1f\xde\x6e\x2a\x5c\x25\xd1\xd8\x90\xd8\x09\xc3\x29\xfe\xe2\xef\x27\x6a\x39\x2b\x4a\x8b\x8b\xc3\x0c\xfa\xc2\x1d\xab\x2b\xc9\xd5\xb9\xe6\x2c\x61\x77\x58\x83\x1c\xc3\xf9\x5f\xad\x5c\x38\xf3\x0e\xcc\xd7\x7f\xfd\x8e\xfe\x16\x3d\x05\xf5\x17\xa8\x87\x4f\xce\x0f\x86\x32\x54\x9e\xf2\x1a\x7b\x34\x60\x9c\x21\xf2\x61\x07\x02\x64\x75\x62\x9e\xa9\x77\xa7\x25\x34\x42\x65\x38\x1a\x26\x06\xa2\xad\x4d\xb4\xbd\x3b\xda\xbc\x5b\xeb\x6e\xf1\x13\x1c\xf6\x03\x74\x61\x17\x83\xad\x8d\x35\xc6\x43\xff\x65\x11\x4f\x44\x71\x30\x44\x2b\x09\x42\x51\x57\x65\x99\x3a\x8a\x41\x82\x73\x92\xf3\x8b\xa8\x99\x5b\xc8\xc2\xb8\x72\xe9\x39\x3f\x80\x84\xf1\x4c\xef\x14\x3f\xbc\xcd\xd4\x43\xb4\xef\xd2\x9e\xa4\xe4\x99\x4b\xe7\xaf\x8f\x70\x9b\xea\x37\xbd\x40\x56\x20\x98\x5f\xb8\xed\x95\xbc\x0b\x39\x16\x30\xac\xd0\xc8\x96\xee\x64\x0a\x1c\xf2\xe9\x54\xc3\x1b\x69\x28\x54\x5d\xc3\x84\xa3\x81\xe4\x38\x62\x25\x02\xf2\xba\x6e\x5c\x22\x96\xde\x6e\xa6\x61\xc6\xa7\x0d\x31\x43\x6a\xc0\x09\x21\x37\xfe\xb2\xf3\xb6\x9e\x92\xa3\xe7\xf0\x29\x06\x9d\x0b\x03\xc7\x46\xb8\xab\xa2\x5c\xf4\x13\x0a\xdb\x65\x9f\xf4\x87\x86\xb8\x7a\xbf\xe9\x78\x34\xd8\xdf\xb9\xcd\x99\xb4\xb2\x5b\x50\xab\x0c\xd8\xd9\x3c\x1b\xde\xfa\x36\xa8\x29\x9f\x78\xae\xcd\xf4\x19\xda\xf0\xec\x91\x34\x32\xfa\x06\x64\xb1\xa3\x44\x8b\x01\x58\x91\x50\xb9\xec\x41\xf4\x9d\xc2\x51\x72\xd6\x20\xc9\xdc\x0c\x69\x6e\xb6\x13\x1d\x75\x52\x97\x27\x9f\x93\x66\x9e\x80\x57\xa0\x72\x0d\x01\x7b\x4d\xde\xab\xc0\x74\x15\xe5\xe4\xd8\x7f\xad\x7e\x3f\xbe\x9d\xf6\x44\x25\x19\x57\xf1\xf8\xdb\x61\x2c\x1f\xb5\x91\xd0\x90\x8e\x56\x9c\x84\x7b\xc9\xba\x04\xb3\x17\x29\x73\xab\x50\x1e\x22\x3c\xf3\x7b\x6d\xc1\x16\xaa\x6c\xb8\xde\xcb\xc2\xfe\x8f\xf7\xb4\xc7\xc0\x56\x9f\x74\xa2\x33\x8a\xff\xf6\xe1\x2b\x46\x47\xb2\x6e\xe7\xd5\x50\xe6\x89\x6a\x26\x66\x99\x94\x14\x1a\x4a\xe9\x4f\x28\xa5\xff\xd6\x45\x9b\x7c\x6e\x26\x10\x0b\x79\x32\x0a\x50\x3e\x9b\x6f\xd8\xca\x00\x68\x07\x74\x0f\xff\xda\x59\x25\x37\xfd\x6b\xc8\x66\x8b\xd0\xec\x22\xc4\x88\x25\xc9\xd8\xba\x6e\x43\x2f\x45\x5e\x29\x4a\xd2\x60\x0a\xe6\x10\x4d\x3a\x1c\xe3\xc0\x88\x77\x60\x7f\x26\xe7\xc4\xb5\x52\x80\x17\x27\x10\x12\x0f\x7c\xd8\xf7\x9f\x50\x7d\x42\x87\x74\xf8\x34\xdc\x6e\xd6\x15\x89\xc2\x41\xa9\xef\x8c\x84\xca\xca\x72\xdf\xfe\x34\xbb\xfb\x50\xc3\x01\xcb\x91\xa9\x42\xe7\x61\xb0\x37\xe3\x61\x28\xb4\xf3\x27\xbe\x67\xcb\xd8\xd3\xb4\x1a\x9b\x26\x0e\xc2\x94\xe1\x0f\x42\x33\x77\x73\x9b\x48\x5d\x8b\xa9\xd9\xdc\x91\xc6\xa0\xe9\x0c\x44\x56\x56\xd4\xda\xde\x87\xa4\x8c\xdb\x90\x35\x7c\x43\x5f\xa6\xb6\x94\xd8\x46\xa9\xa4\x4a\x9f\x63\xb5\x9b\x9c\x6d\xc7\xcc\xe0\x9e\xb3\xca\x2a\xa1\x7e\xc3\xb3\xbd\x07\x73\xb4\x69\x06\x14\xb8\xb9\x3a\x01\x1c\x02\x40\x16\x7b\xca\xbb\x34\x38\xb0\xb1\xca\x2d\x41\xa0\x3d\xca\x6b\x06\x6a\x87\x5b\x46\xb1\x5e\xbb\x2b\x46\x14\x02\xff\xa1\xd7\x9c\xe3\xfa\x48\xbe\xc9\x6e\x3e\x4b\xf8\xf2\xfa\x9a\x85\x43\xe3\xa1\x89\xc4\xbd\x86\xf4\x7e\x9c\x9b\x84\xaa\x69\x4e\x85\x16\xc5\x2c\x02\x77\xa1\xa7\x70\x72\xca\xc8\x51\x67\x5c\xdf\xe4\x19\x26\x44\x71\x4b\xfb\xe2\x28\xa7\xc0\xad\xe8\x9b\xcb\xfc\xd4\x28\x64\x20\x4b\x14\x33\x74\x3a\x28\x90\x96\x15\xd7\x76\xa4\xbe\x61\xa3\x88\x10\xf9\x39\x39\x9b\xeb\x28\xfa\x73\xa2\x0a\x20\x84\x94\xc4\x44\xff\x76\xb4\x9b\xfd\x60\x6b\xd0\xe5\x81\xab\xcf\x5e\xde\xbb\xd4\x54\xf4\x5f\x4b\xc8\x2f\xaa\xa6\x13\x0e\x69\x54\x52\xd1\xe2\xf9\xf6\xd3\x21\x23\x74\x02\xed\x31\xfc\x46\xe6\xce\x99\x93\x7c\xc9\x21\xa5\x93\xdf\x16\xf9\x2f\x92\x6b\x38\x0a\x97\x51\x21\x79\x7a\xa3\x70\xcb\x30\x31\x28\x84\x7e\xac\x75\x24\x54\x25\x53\x38\x62\xe7\x10\xf2\x8c\x7c\xf0\xa3\xa5\x1a\xbf\x62\xdf\x0f\xba\xb8\x6d\xaa\x91\x09\xd1\xac\x94\xfe\xfc\x22\x0f\x40\x1d\xcd\x30\x74\x90\x0d\x61\x2d\x11\x06\x2a\x41\xcb\x34\xe6\x12\x2d\xe3\x90\xd4\x8d\x0d\x49\x55\xc2\x07\x51\x2d\x3e\x8a\x40\x55\x17\xf9\x33\xf8\x94\x5e\xef\x47\xd1\xa6\x55\x04\x07\xdf\x47\x9b\x16\x18\xda\xc8\xb9\x8f\x36\xf5\xc4\x13\x21\xe3\x04\x0d\x47\xa9\x85\x34\xd2\xad\xf0\x4b\x03\xc7\x73\x7d\x6d\x65\x5b\x20\x30\x4f\x5a\xce\x9d\xe7\x99\xb7\xd2\x95\xa7\x48\xfe\x55\x17\xb9\x21\x61\xd6\x47\x82\x87\xbd\x2c\x99\x03\xa1\xf2\xb2\x0c\x62\xe9\x8f\x2f\x1c\x04\x53\xa1\x0c\x47\x79\xb9\xa6\x78\x2d\x7f\xd6\x42\x71\x8d\x72\x23\xe4\xe5\xa1\x88\x03\x7b\xbe\x31\x8f\x9a\xa1\xa4\x59\x79\xb9\x44\xfd\xc5\x5d\xfd\x09\x62\x10\xfc\x79\x95\xfb\x1f\x6b\xbc\x78\x05\x84\x48\x7f\xb9\xe5\x8e\x96\x2d\x74\x34\xab\xc0\x41\xbb\x06\x67\xff\xb8\xab\x3d\xde\xb0\xb9\x7b\x43\x91\xeb\x57\x0a\x5c\x7f\xdb\xc2\x17\xd4\x41\x48\xfc\xeb\xaf\x74\x83\x33\xfa\x39\x70\x3f\xc7\x16\x06\x84\x5e\x2e\x77\xbd\x17\x50\xf9\x76\x57\x5c\x42\x71\xfe\xae\xb8\x82\xe2\x62\x2b\x3d\x97\xf9\x21\x46\xd8\x4f\xd7\x46\x18\x87\x9b\x2c\x9c\xa9\xfa\x9e\x17\x64\xc3\x13\x56\x22\xd8\x73\x3b\xbe\xea\xdd\x1b\xb9\xeb\x52\x3f\xfd\xc6\x1d\xa2\xa0\xfc\xf3\x94\x7b\x99\x6b\x43\xe9\xf8\x9d\x38\x93\x7b\x59\x6b\x41\xbf\x02\xef\xda\x3a\x77\x9d\x69\x39\x4b\x89\x64\x16\xa6\x8b\x09\xef\x18\xf2\x6f\x31\x2b\x0a\x61\xc6\x2f\x45\xf3\x6d\x38\xb2\x3d\x63\xa6\x76\x30\x33\xfd\x2a\x1c\x6b\x86\xb5\x6a\x24\xa4\x22\x91\x48\x74\x79\x90\x09\x93\xf2\x32\xa9\x5f\x91\x5b\x75\x1f\x6e\xd5\xfc\x6b\x88\x5f\x9d\x08\xd6\x53\x7d\x8c\xbf\xa9\x59\x8d\xbc\x7c\xf4\xb7\xa3\x74\xd1\x8d\x3d\x75\x44\xbf\x18\x30\x98\x41\xe4\xfa\x64\x73\x10\x66\x69\x6e\x52\xce\x4f\x70\x15\xfa\x27\xdf\x27\xba\x44\xee\x7c\x9f\xc6\x94\xc4\xad\x9d\x80\x5b\x50\x9f\x18\x46\x0d\x93\xdb\xae\x5f\x13\x10\xa3\x9c\x66\xbf\x03\xc3\x89\x4d\x0e\x1f\x4e\xe1\x5a\x11\xd6\x09\xaf\xeb\xd7\x0a\x28\x10\x1d\x5b\x0c\x4b\x16\x78\x6a\x60\xec\xa1\x53\x72\x5c\xf5\x16\x6e\xec\x08\xb6\x7e\xb6\x8e\x60\x0a\xe2\x7e\xce\xc2\x9e\x35\xde\xc0\xc4\x2d\xa1\x5a\x1f\x3a\x3d\x4f\xd3\x5d\xef\x0d\x94\xe3\x3d\xe5\xdc\x57\xa0\x28\xa8\xc8\x9c\xa7\xe8\x9a\x3e\xc9\x37\xba\x67\x54\xfc\x80\x41\x04\xe8\x0a\x6c\x53\xdc\x10\x23\xdc\xf9\xec\x9c\x3c\x19\x73\xac\xc2\x94\x3e\x0f\xf1\x46\x47\xba\xfa\x8b\x90\xa7\x82\x5b\x8e\x18\xc0\xf6\x39\x47\xbc\xf2\x0e\xf0\x67\xa0\x11\x39\x49\x51\x53\xfe\x01\xb7\x23\xf1\x2d\x24\xa4\x0d\x8e\x72\xae\x00\x09\x66\x48\x5a\x55\x6e\xd4\x87\x93\x6b\x88\xb1\xfb\xe1\x84\x62\x22\x97\xac\xf1\x24\xc8\xae\x90\xa3\x17\xb1\x6d\xbb\x73\x20\x77\xcc\x28\xe0\xb3\x3f\x47\xde\xb9\x17\xa8\xb6\xc8\x3d\xab\xbd\x49\xd5\x5f\x13\x6a\x77\x7b\xf5\xb3\x7e\xd1\x6d\x23\xd3\x5c\xaa\xfe\x16\x85\x9b\x9f\xf5\x6f\x2e\x61\x33\xf6\x0e\xa9\xfa\x7b\x24\xc8\xde\xfd\xac\x3f\xd3\x08\x79\x3a\xa5\xea\x1f\x31\x9e\xc3\xa3\xf1\xf4\x00\xa2\x9f\xaa\x7f\x46\x9e\x83\xd3\xcf\xfa\x2b\xdd\xa7\xa1\xde\x52\xf5\xaf\x18\xff\xe5\xd1\xf8\x07\x08\xb0\x4a\xd5\xcf\x61\x3c\x37\xd4\xcf\x11\xe7\xda\xfd\x82\xc1\x6f\x44\xaf\x2e\xa7\xea\x97\x30\x9e\xe2\xcf\xfa\x1b\x3d\x06\x04\x41\x35\xd5\xa0\x82\x21\x94\x7f\x36\xa8\xbb\x53\x02\x08\x1c\xd4\x53\x0d\x6a\x94\x59\x60\x50\xfd\xd9\xe0\xa0\xe7\xe4\xe7\xd0\xcf\xa6\x1a\x64\x30\xa4\xfa\xa3\x21\x2d\xa1\x85\xe0\xd0\x43\x6e\x30\x7e\xa3\xc2\xec\x8f\x06\x7e\xd1\x75\x94\x9f\xd5\xc4\x01\xab\xa6\xba\x10\x66\xf8\x13\x1b\x8e\xda\x0c\x2a\x74\x27\xe8\x1c\xa5\xd0\x73\x59\xcd\xd1\x19\xf9\x3a\x13\x12\x31\xa3\xe2\x03\xd5\xd2\xdf\x11\x23\x1f\xd6\x7e\x19\xaa\xf0\x54\x21\x9d\xc5\x18\x6e\x21\x1b\xe9\x3a\xda\xff\x4d\xba\xf8\xb9\xbc\xe5\xfe\x1f\xd1\x98\x12\x12\x6a\x55\xe5\x0f\x2a\x33\xf9\x57\x54\xe6\x29\xe8\x54\x66\x24\xd0\x6e\x25\x72\x8c\x51\xe6\x1f\xb1\x41\x3e\x40\x25\xb0\xe9\x8e\x44\xcc\xd5\x49\xee\x6e\x24\x0a\x37\x6a\x34\x0b\xaa\x71\x60\xbc\x15\x02\x89\xf4\xeb\x89\xb9\xf1\x0d\x71\xda\x91\xbe\xb3\x2a\xb7\x74\xcb\xf5\x31\x3f\x71\xfe\x09\x9b\xd1\x64\x28\xbc\xaa\xcc\x23\x57\x0a\x35\x0e\x88\x41\xf6\x80\x49\x64\x2e\x0b\xab\x0d\x15\x4c\x5a\xbc\xa2\xac\xb9\x67\x80\x4b\x27\x9c\x0c\xe7\xd2\x26\x33\xcd\xe6\x60\xe5\x1a\x23\xfb\x65\x4e\xae\xb3\xa6\x46\xb0\x69\x94\x23\x6c\x42\xf5\x7a\x34\xdb\xec\x19\xbc\xf8\xc0\x89\x70\xba\xbb\x8e\x2f\xc2\x9b\x2c\x9e\x5c\xa7\x2b\x9e\xb6\x6a\x01\x2d\xc7\x42\xce\xf3\xd4\x6b\x0d\x38\x88\xdc\x8c\x83\x24\xfc\x32\x24\x8d\x0d\x70\x20\x4f\x72\x5b\xd4\xce\x54\x09\x31\xd6\x3b\x14\x79\x14\xdb\x70\xd1\x66\x4c\x3d\x9b\xd4\x62\x9f\xe5\x10\x99\x0e\x99\x22\xfa\x9c\xe1\x65\x72\xe7\x3f\x89\x2c\x01\x46\x40\xa5\xff\x0a\x49\xbf\xcf\x57\xa7\x6d\x5d\xb5\x5a\xa9\x1d\xdb\x13\x5e\x02\x16\x19\x09\x45\x11\x48\xcb\x18\x97\xf6\x4f\x5d\x84\x44\x6d\xe7\xaf\x5f\x61\x4c\x03\x73\x60\xea\x10\xb6\x33\x94\xdb\xa5\x45\xca\xea\x69\xe4\x8d\xd4\x15\xea\xe0\x91\xa4\xa8\x37\xec\x6e\xc3\x4d\x07\x42\x7d\x70\xd3\x31\x85\x10\xfd\xfa\x48\x37\x1d\x0a\xbd\x52\xee\xc3\xd7\xd2\x31\x7f\x4b\x52\x36\x24\x5a\xba\xe9\x87\xaf\xea\xc7\xaf\xa2\x43\xae\x7e\xf5\xd3\xaf\x1a\xfc\xf9\x55\xa6\x73\x6e\x3b\x25\xef\xab\xf0\x33\xdd\xb6\x2d\xd4\xce\x73\x94\xce\x72\x46\xa0\xfa\x1e\x17\x32\x5d\x42\x6b\x76\xb4\x59\xbb\xce\x5f\xd0\x8b\x26\x16\xd5\x23\xce\xf5\x14\x27\x93\xfb\x0b\xa0\xee\x62\xcc\x71\x8d\x86\x00\xec\xa1\x23\x6c\xad\x20\x6e\x25\x4c\x62\x95\x10\x7e\x53\xf1\x31\xa9\xda\x70\x3e\x73\x97\x13\x7c\xfa\x81\xa9\xd5\x0a\xa6\xce\x5e\x9d\xa1\xb4\x88\x62\x78\x87\x18\x7e\xd6\x2f\xfe\x76\xba\xa2\x59\x81\x1b\x54\xe1\xf7\x9d\x4d\x46\x1d\x28\xe3\xb6\x58\xca\xdd\x15\xf2\x2e\x89\x59\xe4\xbf\xa6\xbe\x9d\x28\xe7\x54\xab\xf2\x42\x2c\x45\x6e\x8d\x64\x49\x8c\x87\x0b\x57\x69\x73\xfa\xdf\xad\xcf\x44\x1a\x28\x57\xe5\x41\xfd\x38\x75\xc4\x56\x1d\x11\x65\x79\x44\xcc\x28\xc1\x2c\x46\x88\xfe\xf5\x2a\xe0\x61\x88\xef\x80\x6b\xc9\x52\x2e\x9b\x49\x28\xe0\x93\x61\x2b\xc3\x89\xde\x92\xa2\xb0\x75\xe5\xfc\xe8\x75\x72\xba\x7d\x01\x20\x10\xa8\x55\x98\xc3\x29\xdd\x4b\xf6\x89\xaa\x17\xc0\xf2\x90\x2e\x83\x0e\xeb\xec\xae\x9b\x4e\x89\x92\x36\xfe\xca\x17\xe1\x5f\x7e\x2e\xc6\x4b\x64\xab\xf9\x16\x07\x95\x96\x8a\x3f\xab\x75\x45\x0b\xca\xcf\x46\xbe\x26\xe1\x33\x79\xa7\xf0\xdc\x16\xc9\x14\xa5\x7f\xdd\x2c\x54\x9c\xda\xf0\xee\xdb\xd3\x42\xaa\xaf\x03\x12\x01\x8b\xd5\x16\xff\x97\x06\xf0\x7d\x38\xb9\x91\xaf\xdb\x94\x92\xb3\xcc\x54\xfa\x2e\xf3\xf8\xdf\xe5\x0b\xe9\xf3\x2b\x32\x7b\x62\x08\xa4\xcc\x89\xa1\x97\x63\x0a\x41\x31\x5c\xe4\xe3\x3b\x91\x50\x2f\x73\xf1\x5e\x8a\xee\x9b\xd3\x12\x2f\x62\x02\x68\x35\x3d\x3d\x73\x8a\xbf\x19\x17\xcc\xcf\x48\x7c\xd8\x80\x27\xa0\xad\xb7\x3c\x53\xde\x39\x82\xd8\x49\x3d\x58\x9f\x6d\x3a\xb8\x27\x6c\x67\xfb\x60\x0b\x98\x8c\xe1\x8e\x7f\xef\xf9\x37\x41\x8b\x4f\x94\xad\x76\x3c\x93\xc6\x7b\xf4\x4a\xe9\xb8\x26\xe7\x28\x41\xd6\x2c\x6c\x9f\xe9\x97\xbb\x66\x67\x43\xb5\x98\x60\x39\x30\x7b\x75\x49\x92\x91\x5a\xc8\xfd\x4e\xc7\x22\x8c\x36\x22\x4c\x57\x88\x3e\x29\x16\xae\x74\x7a\x7f\x39\x5d\xa1\x6f\x12\x39\x91\xde\xd2\xe5\xaa\x28\x87\x54\xfe\xf5\xa3\x7c\xc4\xa1\x7a\xdf\x77\x3d\x2d\x0c\x7b\x60\x26\x09\x20\xcc\x89\x36\x17\x49\xd1\xa9\xa2\x3f\xbb\x7f\x72\x93\x73\xba\xf4\x47\x8b\xfb\x27\x65\xc3\x50\x9b\x01\xac\xee\x9f\x14\xe5\xda\xa6\x24\xde\xdc\x3f\x9b\xa9\x2d\x5a\xed\xee\x9e\xe8\xa2\xdc\x73\x00\xc9\xe1\xbe\x51\x5d\x1e\x25\x9b\xa6\x4e\xf7\xcf\xb2\x86\x77\xc0\xf7\x5e\xee\x9f\x2d\xd4\xd5\x0e\xe4\xf6\x73\x20\x39\x49\x1a\xb9\x1c\x67\xd0\x4b\x3c\x3b\xa9\x82\x6d\x57\xbc\x7b\xe6\xcd\x54\xc8\xaa\xe4\x97\xbb\x56\x13\xd5\xa1\x2f\x7b\x4f\x96\xf7\x84\xbe\x10\x72\xb1\x27\xbc\x8c\xae\x01\x1f\x13\xc9\x02\x14\x31\x4d\x9c\xc6\x8d\x8c\x94\x5f\xd8\x29\x7f\x39\x67\x3f\xb4\xe2\xf6\x80\xc1\xa9\xcb\x9f\x2d\x38\xfd\x82\x25\x02\x1e\xa5\x3e\x5e\xcb\xc6\x15\xe0\x14\x81\x7d\xb0\x92\x6f\x53\xce\xc2\x6c\x2e\x9d\xe7\xef\xf8\x4f\x84\x81\x3b\x23\xa1\x7e\x35\x70\x73\xf7\x85\x7a\x8f\xac\x44\xea\x53\xc7\x15\x82\xf8\xcf\x41\xfc\x27\x20\x13\x29\x80\xfa\xeb\x23\x6e\xd7\x82\xae\x90\x02\x62\x67\x11\xfa\x19\x22\x94\x5f\x13\x4d\x18\x6d\x9c\xf4\x0b\x13\x69\x23\xac\x10\x98\x0f\xc7\x23\x52\x48\x7c\x03\x74\x96\xec\x65\x6a\x21\x83\x9f\xbd\x87\x4e\x47\x94\x7c\x43\x3a\x6e\xbe\x4f\x3a\xdd\x46\x1e\xb0\x75\xad\xd2\x52\x63\xb7\x2d\x90\xf9\x46\xda\x07\x95\x25\x4e\xe5\x5e\xae\x90\x95\x29\x7a\x52\x5b\x6a\x5e\x7a\x4a\xdb\xab\xf2\xd1\x93\x4c\xf4\x64\x77\xf7\x64\xbc\xd2\xbc\x93\x0e\x1d\x78\x76\xdb\x27\xd3\x95\x66\x83\xc2\xa9\x03\xc3\xb9\x7d\x32\x8f\x9e\x5c\xee\x9e\x2c\x57\x9a\xcf\xc1\xad\x03\xd3\xbd\x7d\xb2\x5e\x69\x4e\xad\x9d\xef\x80\x52\xd9\x27\xdb\x15\x7f\x68\xf1\xee\x43\xf7\xf6\x41\xf9\xee\xc1\x31\xea\xab\xda\x81\x1f\xca\x37\x4d\x5d\x91\x21\x32\xcf\xd1\x28\xaa\xef\x18\x85\x7d\x72\x8d\x46\x5e\x7f\x47\xda\xa5\x17\x6a\xb9\xbb\xd9\xb9\x85\x63\xf5\x99\x8c\xb5\xea\xcb\x96\xe7\x56\x9a\xcf\xe2\x0e\x57\x9f\xb2\x4f\x0a\xd1\x58\x0e\x9c\xf7\xc8\x3e\x29\xad\xc8\xc4\xd7\x3f\x75\xe1\xb1\x1e\xbd\x63\x65\xd7\xef\xd2\xc5\xfa\xd9\x27\xb5\x15\x69\xc9\x7b\xe4\x75\xaf\x16\x51\x79\x66\x45\xf1\xba\x83\x3c\x95\x6f\xa2\xf2\xf1\xda\xbe\xbb\xd8\xc5\x3c\x10\x00\x7b\x63\x65\x81\x87\xd7\xda\xc9\x48\xc3\x63\xd4\xa9\xe5\x45\xd9\x27\xf3\xb5\x76\x6a\x46\xe8\x50\xd9\x2e\x6e\x5e\xfb\x64\xb9\xb6\x3b\x65\xf2\x01\x37\x6a\xdc\x74\x0b\x7e\xbe\x5e\x6b\x44\xcb\x7d\xd8\xec\x25\xe6\xe9\x86\x9f\x6e\xa3\x37\xce\xe8\xf9\x81\x52\x38\xab\xc6\x8d\x9f\xef\xd7\xda\x99\x2b\x21\xd6\xaa\x4a\x23\xbe\xa9\x01\x04\x27\xbb\xb2\x6b\xd8\xf0\xcf\x72\xd6\xc5\x7d\x68\x9f\x9c\xa3\x71\x2d\xba\xd8\xc1\xf6\xc9\x95\x47\x44\xbe\xe6\x6a\x17\x95\xe7\xd6\x9a\x75\x5e\xf8\xc4\xe8\x41\x21\x1a\xe4\x8e\xa7\xc5\x3e\x29\xad\xed\x32\x1f\x78\x99\xed\x93\xca\x5a\x93\x7d\xb9\x24\x79\x39\xa3\x27\xb5\xb5\x76\x4a\xd2\x48\x41\x58\xce\x5d\xf4\x24\x13\xb5\xa1\x05\xd5\x71\x9b\xed\xc2\x3e\x21\x61\x5c\xcf\x14\xce\xfe\xc9\x1e\xca\x8d\x9d\x86\x1b\x4f\x83\x7d\x32\xdd\xd8\x11\xe6\x79\x84\xf6\xc9\x7c\x63\xb7\x76\x11\xdb\x27\x7a\xb2\xdc\xc0\x14\x74\x94\x65\x7a\x52\x8f\x7a\x5b\x6f\xb4\x33\x56\x42\xcc\xcd\x72\x50\x16\x2c\xfb\x64\xbb\xd1\x7c\x69\x61\xeb\x94\xa3\x36\xfb\x4d\x34\x76\x9e\x09\xfb\xe4\xb8\xb1\x33\x31\xf9\xc0\x4c\xd8\x27\xe7\xa8\x0d\xb6\xc5\x4c\x35\xb1\x6d\xec\x12\x46\xcf\x77\x1f\xe8\xd3\x3e\xc9\x6d\xec\x51\x86\xe3\xec\x09\x5e\x42\x8d\x9d\x5d\xcb\x0d\xa4\xca\xa5\xc2\xf3\x0b\xf7\xbc\xb0\x2b\xba\xb1\xdb\x26\xff\x81\x6d\x63\x9f\x54\xa2\x39\x36\xec\xb2\x5b\x24\x74\x56\x84\x3b\xb8\x24\x80\x10\x81\x06\x7b\xef\x15\x72\xc8\xc3\x7c\x96\x45\xea\xe6\xe6\xda\x6e\x6a\xd1\x44\x91\x7f\xb0\x2a\x47\x2f\xc8\x6c\x2c\x65\xad\x7e\x80\xb2\xda\x27\xe3\x2d\xd9\x37\x46\xf5\x0f\x84\xb1\x92\x9f\x66\xa3\x6e\x4f\x2d\x22\xea\x7b\xab\x1e\xa8\x80\x2d\x9f\x6f\x41\x05\x36\x3d\x50\x01\x5b\xbe\xe4\xf2\xdd\x5d\xf9\x7a\x6b\x47\x76\xe8\x39\x51\x5a\x7e\x5a\xdc\x2d\x53\xa6\x1e\x28\x53\xd4\x62\x81\x37\x1f\xde\xd2\x6f\xde\xf3\x78\x2f\x3d\x8c\xb7\x0b\xd7\x0a\xbb\xec\x5b\x4b\x85\xb2\x1f\xa0\x80\xf6\xc9\x39\x7a\x32\xe9\x81\x3e\x91\xa3\x75\xa3\x6a\xa9\xf1\xd6\xce\x50\xb9\x87\x19\xb2\x4f\x72\xd1\x93\xea\xdd\x93\x42\xf4\xa4\x7e\xf7\xa4\x14\x3d\xc9\xde\x3d\xa9\x6c\x23\x9a\xf6\x89\x4d\x60\x9f\xd4\xb6\x96\x16\xcf\x3e\xc9\xf5\x49\x12\x94\x7b\x63\x62\xd7\x70\x0b\xda\x82\x1e\x77\xd2\x96\x8f\x77\x28\x47\x7f\x71\xf9\x94\xcb\x67\x77\xe5\xf3\x5d\x44\xbd\x78\x04\xf6\xc9\x72\x67\x0f\xe7\xea\x13\x09\x2a\xb1\xc1\x67\xf6\x88\xee\x30\xf7\x78\xba\x61\x7a\xbb\xb2\xc7\x74\x67\xc7\x8f\x7e\xab\xd2\x3e\x31\xbc\x3b\x5d\x9e\xab\x4f\x5c\x9e\xf6\xc1\x71\x67\x29\xc8\xe6\x13\x14\xc4\x3e\x39\xf3\xe0\x77\x9f\x20\xed\x21\x48\x77\xee\xfe\xb2\x39\xbd\x53\x3a\x34\x9c\x9b\x55\xe5\x6f\xe7\x66\xb9\x30\x34\x58\x3d\xdf\xb2\xbc\xe2\x3b\xec\xd5\xd5\x85\x58\x28\x6d\x9e\x0f\xcc\xbb\x8e\x0d\x38\x1f\x9a\x2e\xf3\x64\x4f\xfd\x53\x97\x86\x76\xf6\xcd\x3e\xe7\x60\x97\x56\x6e\x67\xd7\x7d\xc3\xbd\x9a\x2a\xbd\x64\x15\x73\xd6\x8f\xc4\xab\x55\x81\x50\x91\x68\x84\x9b\x15\xfe\x1f\x96\x28\x78\x33\x97\x2b\x12\xbc\xc3\x13\x18\xd8\x39\x45\xb8\xbe\x38\x4a\xed\x5e\xc0\x14\x5f\x11\x77\xd3\x27\x36\x43\x0c\x6b\xef\xd4\xe7\xdf\x62\x79\xd5\x25\xe1\x42\x30\x2c\xe6\x38\x50\x20\x16\x89\x4b\x63\x8c\xa4\x86\x2e\x11\x2e\xca\x08\x6d\x2b\x72\xba\xf8\x9a\x32\x20\xfc\xbb\x61\x86\x7f\x6f\xa9\xe2\xa0\xbc\xa2\x7c\x87\xbf\x4b\x40\x3c\x18\xd0\xbe\x50\xa3\x49\xdd\x3a\xf9\xd7\xa0\x01\x2c\x93\xb3\x5a\x41\x2e\x90\x50\x64\x4e\x71\x9c\x83\x92\x67\x1f\x0e\x45\xbb\x6c\x9a\x3c\x9d\x49\x89\xca\x89\xc7\x4b\xd1\x2b\x47\x42\xb4\xb2\xef\xce\xc3\x40\xee\x4a\x8b\x36\xf9\x56\x25\x5a\x1e\xfb\xc9\x96\xd5\x3f\xb4\xcc\xbc\x92\xa8\xe4\xae\xc9\x5d\xa4\x7f\x40\xf4\x17\x90\xa3\x3a\x08\x2a\xc0\xf7\x8a\xf6\xa2\xe1\x0c\x85\x37\x71\xb9\x63\xb2\x6f\xc3\xd9\xe4\x0c\x8d\xd2\xaa\x90\x0a\xc6\xc8\xdd\x20\x0d\x50\x8a\xe1\x8b\x2c\x47\xa9\xd4\xef\x34\x4d\xa4\xfc\x10\x65\x28\x3f\x6a\x90\x40\x49\x09\xbd\x90\x85\x26\xf7\x10\x0a\x11\xd6\xe1\x24\x37\x81\xe6\xa1\x2a\x0b\x39\x7d\xff\x54\x2d\x24\xd0\xa2\x79\x74\x21\xa5\xc0\x8a\xbc\x29\xc4\xaf\x26\x90\xcc\x7d\x21\x7e\x09\x44\x32\x6b\xfa\xd3\xac\x38\xe5\x64\x09\x36\xd0\x79\xfd\x98\x29\x6f\xff\x4d\x7c\x93\xd9\x31\x1e\xa2\x91\x0a\xac\x15\xd1\x4f\x7b\x04\xfb\x2f\xd5\x85\x46\xc1\x29\x2a\xd9\x73\x5d\xb1\x63\x52\x58\xc2\xd0\xca\xac\xff\xec\x08\x2f\x2f\x59\x8f\x54\xa1\xb2\x4e\x9e\xd3\x55\x55\x5a\xf0\x65\x64\x1d\xc0\x58\x0a\x55\xd6\xe3\x3f\xd4\x05\xba\x3d\xc9\x3d\x37\x77\xdc\x7a\x58\xa9\xc6\x91\x96\x66\x6b\x16\xdd\xcc\xcb\xc3\x4a\x19\xce\x84\x7c\x96\x66\x47\xd4\x1e\x57\x02\xf4\x0e\xed\x37\x75\x71\x2b\x8f\x2b\x01\x79\xc7\x8e\xa9\xf4\xb8\x12\xb0\x70\xfa\x24\xbd\x55\xdd\xdc\xe3\x4a\x0c\x25\xc9\x3c\x00\x34\xd4\x7d\xa1\x16\xde\x35\x5d\xff\xc6\x36\x7a\x1b\x54\x4e\x15\x7b\x42\x5d\x74\xe1\x71\xc7\xb8\xeb\xed\x8c\x9c\x1f\x57\xda\xc7\x95\xfc\xa2\x3b\x7f\x81\xe6\x96\x96\xe5\x2c\xe7\x3e\xd6\xb1\xa4\x84\xa8\xa8\xd3\x2f\xab\x9d\x6e\x09\x3f\xef\x7d\x3c\xac\x7a\x54\x42\x9c\x6d\x55\xa8\x88\x0f\x16\xde\x42\x8c\xdc\x9a\xef\x28\xf1\x41\x78\x4a\xba\x9d\x45\x5a\x20\x24\x49\xc4\x1e\x16\x63\xd2\x23\x2c\x8d\xc0\xf6\xf0\x34\xf7\x0d\x4d\x3f\xd0\xe4\x8f\x89\x16\xdc\x12\x7b\xdf\xfd\xcb\xde\x1f\xaf\xa0\x2a\xe9\xdd\xa2\xed\x6f\x7b\xcd\xea\x4f\x27\xe7\x8a\x71\x83\x14\xbb\xc1\x59\xe6\x4c\x95\xa0\xdc\x58\xd8\x30\xeb\x94\x1f\x0f\xf9\xa0\x84\x6c\xc4\xe2\x3f\xcb\x0b\xb6\x3b\xb4\x84\x6a\x56\x60\xdf\xa6\x2c\xd3\xb6\x52\x5b\x85\x22\x76\xc4\xe9\x97\x39\xac\x78\x49\xe9\x5f\x11\xce\x2d\x56\x2f\x0f\xe8\x3a\x22\x72\x4d\xf9\xf2\xe5\x4e\xef\xa1\x80\x6d\x87\x78\xb3\x51\x92\xea\xf6\x8b\x88\x50\x2d\x18\xaa\xfe\x09\xa7\xe6\x93\xdc\x10\x95\xeb\x1c\x28\x54\xeb\x7d\xc6\xf0\xe6\x67\x32\x2e\xaa\xf7\x33\xe5\x29\x6a\x95\x29\x06\xf7\xf5\x18\xc4\x66\xce\xf7\x5d\x33\xb6\xa2\x6c\x02\xf6\xe9\x84\xf4\x3b\x7f\xc3\xfd\x41\xb0\xf4\x62\x29\xa1\xe0\x1f\xcb\x23\x11\xa6\xb1\xcc\x9f\x59\xfd\x8d\x14\x7f\x7d\x52\xff\xe5\x1b\x27\xf2\x4f\x0f\xca\xe4\x49\xe0\x1d\xe5\x18\x8e\xd6\x59\x0a\x52\x91\x9c\x63\xac\x0b\xf3\x00\xdc\x37\x6d\x60\x9a\xaa\x23\x50\x83\xa0\xf2\xf4\xcc\xb5\x41\xcd\x6d\x8a\x8a\xc7\x0c\x8f\x84\x7e\xab\x93\x4a\xa4\x57\x0f\x9c\x50\x68\x9f\x31\x43\xa2\x74\xf0\xb5\xe0\x2f\xd9\xe0\xab\x43\xda\xd4\xfd\x8f\xc7\x5b\x70\xbf\x96\xce\x40\x1c\xdd\x15\xbd\x6e\x2d\x17\xa4\xe5\xd9\x9b\xb5\x1c\xfe\x49\x45\xa5\xea\xaa\x40\xc4\x9d\x41\x48\xb1\xfe\xad\xa5\x99\x5f\xaf\x2c\xc7\x3e\x66\xcd\x4c\x73\x40\xd8\x9e\xad\x1d\x99\x84\xfa\x5b\x64\x15\xa6\x3c\x41\x62\x29\xc9\x95\xa5\x55\x5e\x2b\xa7\x63\x0e\x89\xc6\x08\x6a\x64\x3b\xf4\x68\xbb\x72\x96\x96\x35\x0d\x2a\xd6\x85\xe9\x95\x44\xbe\xa9\x62\xea\x06\x2b\x80\x8b\x09\xe7\x64\x58\x5f\xfc\xf1\x0a\x43\xae\xc2\xa6\x07\xc7\xb6\x2d\x7b\x97\x07\x42\x7d\xd6\x09\x6d\x71\x2e\x4f\xbe\xed\xc8\xdc\x55\xe4\x5b\xa3\x7f\xd3\x2b\x4f\xe9\x57\xce\x81\xd5\xf3\xab\xf8\x07\xc7\x5a\x04\xa8\xdb\x68\x39\x2f\x7e\x13\x80\x16\x46\xd3\x39\xe7\xbc\xe2\x7b\xb4\x7e\x70\x6d\x8c\xbb\xf0\x66\x6d\xc8\xe5\x19\x00\xab\x75\x8a\xb7\xc8\x07\x55\xd5\xf5\x85\xf6\x44\x7b\x8a\x6b\x3b\xa8\x77\xa1\x3c\x1c\x08\xf1\x9b\x96\xaa\xc4\xd1\xb2\xab\x0c\xd9\x3b\x11\x59\x0a\x9f\x3a\xbd\x90\xb5\x2c\xec\xc1\x13\x38\x7b\x92\x65\x83\xd2\x75\x2b\x1b\xbc\x6b\x6a\xb0\x2a\x7c\xa7\xf6\x0d\xb2\xf6\xf6\xde\x4c\xeb\x89\x07\x6b\xfd\x68\xfb\x46\x2b\x39\xa8\xae\xe5\x1d\xfb\x06\xe8\xa4\xb5\x5c\xc3\x55\x34\xdc\x10\x08\x85\xbe\xb9\xdb\x35\xfb\xc6\x57\xeb\x09\x57\x58\xf2\x52\x63\x77\x14\x8d\x7b\xf8\x4c\xde\xb1\xde\x47\x6c\x8e\x3e\x5c\x75\x64\x8f\xa6\x9c\x6f\x86\x0a\x1f\xb4\xb7\x9e\xd3\xd8\xba\x80\x4e\xf1\xab\x43\x84\x85\xae\x24\x39\x58\xc9\x09\x1d\xe2\xd1\xfe\x0d\x9e\xe5\x66\x0b\x91\x7d\x9f\x14\x37\x1d\x8a\x10\xbf\x3b\x4f\xcb\x7f\x73\x9e\xde\x1e\x9f\xa7\xf9\xbb\xe9\x73\x27\x71\xde\xf9\x80\xdc\x82\xe4\xc8\x72\x1d\xa7\x2d\xfc\x8b\x42\x00\xdf\x7f\x3e\x89\x65\x37\xce\xcd\x92\xc1\xa3\xce\xc1\xe7\x58\xe5\xbe\x78\x3a\xca\x07\xa7\xd6\x17\x24\xf0\x8b\x09\x05\x80\xaa\x46\xea\x00\xc7\x5c\xf5\xad\x49\x7b\x05\x9c\x1c\xad\xfd\xa7\xeb\x39\x81\x2a\xca\x16\xfc\x2c\xc1\xc8\xc3\x73\x7e\xa1\x0c\x5f\x4f\x57\x77\x4b\xa8\xcf\x4d\x37\xc6\x78\x48\x20\x3f\xac\xbb\xa8\x32\x54\xe2\x35\xbe\x34\xb6\xb2\x3a\xe0\xc8\xe1\xc8\x43\x2c\xdb\x4c\x00\x7b\x00\x69\x33\xd3\x44\x68\x1d\x07\x7a\x08\xc8\x84\x1c\xc1\x40\x31\xac\x13\xe5\x28\xd5\xc4\x6c\xcc\xe0\xa4\x18\x5c\x88\x12\xbd\x1d\x29\x63\x4c\x4f\xb0\x27\x6f\x68\x44\xfb\xa4\x5b\xef\xc5\x5c\x32\x64\x32\x57\x47\x8a\xdb\xd5\xe1\xd1\xe2\xfc\x16\x09\x03\x9e\x63\x01\x1b\x9f\x86\x22\x23\x14\xb0\xaa\x4b\x07\x37\x1e\xa7\x62\xb7\x51\x1b\x01\x08\xf4\x30\x52\xe9\x59\xac\x4e\x05\x11\xcd\x7f\xcf\x63\xb1\x7e\xa2\x3c\xf8\x14\x7d\xe0\x09\xd1\x03\xc8\x43\x51\x92\xd6\x8f\x7f\x52\x18\x87\x4a\x64\x4f\x0a\x27\xb4\x81\xdb\x57\x3a\xbb\x0a\xc7\x7d\xb8\x3a\xe8\x84\xe9\x54\xf4\xf1\x54\x0c\x6f\x73\x76\x09\xac\xcd\x25\x52\xdc\x3f\xff\x2c\x27\x98\xb2\x35\x99\x6d\xfa\x79\xc2\x25\xf0\x28\x5f\x54\xb7\x09\x6f\xb2\x2c\x4d\xcb\x9a\x2e\x09\xb5\xa8\x5a\x1f\x96\x28\x41\x62\x50\xe6\xb8\x11\x2d\x5a\x13\x70\x61\x99\x0c\x0c\xde\xb4\xb1\xae\xb2\x5c\x44\x18\x3c\xae\x43\x18\x32\x21\x35\xbe\x79\xd6\x30\xcd\x38\xa5\x43\x52\x29\x97\x31\x9c\x5e\x9e\xb2\xc8\xe9\xd7\x23\x28\x56\x97\x71\x7f\x43\x11\xe4\x13\x53\xe2\x39\x81\x68\x7c\x66\xd1\x2d\x5c\x2c\x3a\xfb\x7d\xda\x58\x1e\x85\x21\x86\x35\x38\xf7\x0f\x69\x85\x86\x3b\xd8\x5f\xfb\xeb\xa2\x1d\x71\x57\xe8\x8b\xdb\x81\x6a\x22\x96\x0d\xc2\x2a\x4f\x71\x0d\x66\xf1\x1e\x0e\x01\xbd\x7f\x53\x86\x38\xba\xc4\xff\xc4\x66\x99\xcf\x21\x5f\x48\x66\x44\x03\x68\x72\xc9\x51\x60\x48\xa1\x06\x13\x0b\x63\xc2\x29\xae\xe3\x47\x6c\xd6\x5e\xa8\x5d\x59\x23\xf9\x99\x16\xea\xa9\x56\x62\x8c\x4c\x0d\x5c\x38\xfd\xe4\x28\xb1\x67\x1b\x6f\x07\x6f\x69\xe2\x0a\xf3\x61\xf7\x26\xdb\xfa\xd0\x27\x1f\x65\x6d\x87\xe1\x0b\x31\x78\xc6\x0f\xd8\x32\x0c\x01\x2d\xb9\x2e\x5b\x70\x6d\xdc\x2a\x39\xa1\xb6\x85\xb8\xaa\x3a\xcd\xbd\x46\x0c\x6c\x27\x97\xd5\xf1\xa8\x15\xc3\xf7\xd8\xa9\x4f\x4e\xa2\x7f\x93\xec\xc3\xd2\xde\x17\x49\x8f\xa0\x3e\x87\xd8\xac\x35\x78\x01\xd4\xaa\xe4\x12\xde\xbe\x64\x49\x9e\x3c\xd1\xbd\x14\xb9\xf1\x6c\x65\x79\xdc\x00\xf0\x0f\x61\x63\x94\xde\xc8\x8d\xc3\xc9\x3d\x0b\x4f\x67\x8e\x78\x51\xb6\xa0\x6d\x8a\xe9\x8f\x27\xb3\x65\x73\x32\xc7\xa9\x87\x5a\x86\x55\xd9\x22\xcd\xfb\x30\x5f\x33\x73\x47\x41\xc2\xbd\x12\x71\x8b\xad\x5c\x2d\xf5\x68\x66\x26\xa0\x57\x80\x6e\x8f\xf2\xf9\x7b\x85\x1a\x09\x28\x5b\x89\x19\x50\x3b\x59\xc9\x32\x85\x70\x6c\xc6\xdf\x89\xa4\x4b\x75\x29\x29\x2a\xf9\xe2\x63\x35\xa8\x97\x31\xfb\x79\xd8\x58\xdf\x3b\x07\x8f\x7a\xd2\x9d\x92\xf6\x11\x03\x37\x75\xab\x78\xef\x58\x56\x6a\x1c\x1e\x1f\xd8\x48\x08\x66\x24\x09\x17\x58\x21\x29\x77\xcb\xb5\x0f\xda\x24\x0f\x70\x56\x73\x46\x2b\x88\x2c\x88\x37\xa4\x36\x3f\x37\x22\x3e\x0a\x00\x20\x80\x15\x13\x87\xed\x1f\x24\x7e\x8a\x46\xce\x32\x00\x14\x2a\x99\xf1\xa8\x55\x7c\x36\xe2\x0c\xb5\x22\xdc\x14\x69\x6d\xdb\x6b\x38\x2b\xcc\x12\x27\xa8\x97\x3f\xea\xfb\xb4\xc8\x00\x8a\x1f\x90\xc8\xf8\x4e\xb4\x7a\xa9\x27\x04\xcf\xb1\x50\xeb\x31\xb2\x6b\x36\x49\xda\x21\xa7\x50\x6f\x82\x18\x3a\x1f\x64\xc5\x8d\x9f\xab\x7c\x22\x5f\x25\x05\xa1\x51\xc2\x2f\x8b\x7c\x75\x94\x45\x7e\x79\xe9\x48\x7b\x6c\xa3\x38\xf9\xdf\x2d\x51\x4e\xc9\xfa\xb9\x1c\x71\xcd\x65\xde\xaa\x05\xac\xc4\x91\xf4\x8e\x7a\xa5\x93\x95\x10\x0c\xec\xda\xe7\x81\x08\x4e\xb4\xaf\x5d\xc0\x81\x44\x8a\xac\xa3\x7c\xc6\xe9\x5c\x80\x1a\xde\xd4\x76\xc5\x36\xd2\x0c\xd9\x4d\x97\x72\x53\x84\x6b\x8d\x9a\x17\x75\x5c\xb7\x2d\x5c\x17\x93\x32\x91\x47\x9a\x14\x75\x95\x0b\xc2\x5f\x6b\xce\x86\x4e\xda\x89\x48\x2f\x64\xf1\x98\xca\x6c\x9d\xc3\xa1\x04\x94\xd0\x30\x4e\xc8\x56\x56\xf5\x8a\x4e\x56\x3c\xaf\x78\x77\x23\x28\x36\xca\xc4\xeb\x51\x60\x82\x4d\xb4\x6c\xd6\xf3\xb4\x49\x31\xc2\xb5\x02\x67\x1d\x9a\xd4\x39\x0e\xcc\x26\xee\xdb\xb9\x19\xde\xc3\xae\x45\x1e\x8e\x12\x8d\x83\x76\xb6\xf0\x9d\x2f\x5c\xa9\x26\x85\x77\x42\x20\x25\x79\x8d\xf9\x0f\x97\x09\x2a\xbf\x9b\xcb\xd4\x5f\x0b\x31\x78\x89\x57\x84\xb2\x34\xe9\x28\xd5\xcc\x88\xee\x2d\x9f\xcf\x1c\x12\x6f\x52\x31\x71\x88\x24\xbe\xf4\x6e\x48\xd9\x88\x64\xf2\x05\x4e\xfd\x49\x72\xc6\x14\xd7\x7a\x9e\xf7\x91\x62\xb7\x23\x97\xe9\x9c\xb2\x31\xff\x65\xcf\xb2\xa6\x1f\xcd\x78\x27\x52\xee\xca\x11\x15\x7c\x9b\x71\xf6\x7f\xc5\x0e\x57\x4f\xd6\x4f\xe7\x92\xf2\x1e\x30\x87\x5a\x09\x90\x0e\xcf\xf9\xb3\x87\x18\xb9\xe9\x71\xe8\x5f\xf1\x64\x1d\x06\x10\xdd\x65\xce\x75\x01\x65\x62\xb5\xfb\xdb\xc9\xe6\xdc\xea\x5b\x5a\x06\xca\xab\xff\x89\x24\xd3\x9c\x83\xbb\x75\x79\x31\x9f\x70\x84\x76\xe4\x73\x0b\xc5\xeb\x19\xb3\xd1\x2a\x80\xa0\x17\x87\x24\x97\xe9\xc8\x59\x74\xcf\xbe\x8f\xb6\x93\xec\x8b\xf9\xa8\x46\x06\x98\xf4\x84\xaf\x22\xe2\x07\xc1\x7b\x09\xb4\x18\x48\x67\x23\xb0\xda\x10\x01\x0e\x31\xea\xc1\xbb\xa3\x54\x8e\xfd\xff\x4b\x27\x22\xb1\x23\x4c\xd3\xd7\x63\x0a\x0b\xe5\x7b\x8b\x22\x47\x09\x91\x4d\xcc\xe5\x6e\x05\x50\x27\xd3\x63\xa9\x81\xce\xc0\x62\xab\x2f\x02\x6d\x13\xa7\x52\x94\xe3\x50\x84\xc7\x72\x82\x8e\xea\x6f\x0b\xc7\x6e\xa1\x65\x08\x1c\xa6\x31\x95\x4c\x82\x7d\x82\x03\x4a\x90\x70\xb6\xfd\x59\x2e\x57\xe8\x5a\x4d\xdf\xf5\xe1\xf1\x39\x18\x73\x44\x1b\xe2\x4d\x13\x33\x41\x77\xb2\xce\xab\x39\xe7\x5c\x07\x7b\x79\xe7\xa2\x3f\xa6\x14\xe9\xea\x96\x20\xb7\x5b\x79\x3a\xe1\xcc\x5c\x4f\xda\xd2\x29\xc3\x82\xc1\x19\xee\x48\xc8\x30\xbc\xa9\x91\xab\x18\x2a\x4f\x7c\xe4\x9e\x83\x3f\xd7\xee\x44\xb2\xf1\x24\x3a\xb9\x75\xcf\x92\x37\x0d\xc6\x99\x47\x4e\x32\x4c\xe3\x79\x0e\xc9\xbb\x42\x56\x18\x5d\x55\x2b\xfc\xbe\x4b\xfb\xa8\x2f\x1c\xf9\xd7\x12\xe2\x55\x58\x84\x6e\xf1\x0a\x0c\x1e\x53\x0b\xf8\x76\x1d\xce\x08\xf9\xcc\x29\x70\x47\xec\x79\xb6\xfb\x91\x59\x91\x26\xf8\xba\x86\xdb\xf8\xf4\xc2\x59\xe0\x16\x74\x1c\xbc\x5d\x63\x8a\x61\x0c\x2f\x75\x90\xf4\x2d\x4e\xf9\x4a\xb2\x18\x3e\x00\xde\x9d\xe4\xe1\xb6\x77\x57\x96\xc6\xcd\x0b\xd6\x45\x8e\x63\x44\x34\xfe\x62\xcb\x4c\x46\x4f\x78\x55\x7d\x66\xbf\xe1\xbb\x0e\x12\xa9\x1d\x35\x21\x11\x78\x4d\x78\x38\xd3\x0e\xcd\xa1\x91\x28\x1f\xfe\x70\x3c\x47\x09\xe5\xc1\xf5\x89\xd2\x5b\x3b\x2d\xc3\x27\x26\x73\x52\x12\xac\xb4\x78\x3d\xe4\xdd\xbf\xcc\x60\x21\xef\x3a\x7b\x29\x74\x59\xc5\xc4\xa7\x44\x38\x2b\x70\x13\x6c\xb9\x7c\xa9\x42\x71\x60\x39\x86\xac\x22\x06\xb0\x20\x77\x13\x42\x64\x64\x09\x7d\x3b\x21\xaa\xda\xba\x5d\xcd\xe5\xe1\xbd\x3d\x42\x28\x66\x40\xda\x5a\x1e\xac\x32\x73\xc2\x36\x59\x06\x84\x89\xad\xb9\xf2\x9b\x11\xb7\xcb\xe9\xbc\x71\xb5\x33\xe2\x46\x80\x8c\xa2\xcf\xfc\x63\x98\x84\x5c\xf1\x61\xb3\x09\xa0\x1d\x69\x98\xf9\xe1\x54\x61\x43\xcf\x5e\xe4\xf6\x87\x18\xd1\xab\x3f\x15\xd7\x35\x25\x9a\xff\xf6\xa3\x34\x83\x6e\x95\x77\x46\x8d\x1c\x5d\xf5\xcc\xe6\x64\x55\x33\xc6\x07\x66\x9e\x00\x90\x37\xfd\x3d\x7c\xfc\xd4\xf1\xe4\xfe\x39\xce\x19\x1c\x4b\x83\xfd\xba\x20\x15\x99\xeb\x51\x3f\x01\xd5\xaa\xc0\xf9\x69\xab\x40\xf0\xea\xd4\xc9\x50\xe5\xc3\xb0\x15\x96\xdf\x23\x44\x3b\x05\xa0\x2e\x7f\x0d\xdf\x39\xef\x40\x6f\x0f\xeb\xef\x31\x17\xe9\x13\x47\x85\x1b\xad\xfd\x01\x19\x3e\xc0\x41\x65\x2b\x48\xd7\x2a\x75\xce\x1e\x27\x09\xc7\x88\x46\x30\x87\x41\xa5\x09\x3d\x2f\x08\x77\x31\x03\x86\xb8\x84\x61\xb6\xca\x19\x8a\xe8\x63\xa5\xac\xf9\x8e\xf7\xd8\x0b\x98\xd8\xb5\x24\x2e\x5f\x85\x5b\x15\x33\x3a\xf1\x1d\x1c\xc1\xc7\xcf\xaa\x19\x04\xf1\xd7\xf8\x77\x3d\x93\x4c\x6f\x03\x59\xa7\x65\x83\xfc\x1d\xa5\x56\xbe\xbb\xcd\xb0\x04\x76\x86\xfa\xb6\xa3\x04\x2b\xb8\x7a\xe4\x5a\x51\x91\x4e\x57\xb5\x2e\x86\xd6\x05\x2a\x00\x21\xcf\xd8\x24\x8e\x9d\x28\xc1\xdd\x16\x4e\xc5\x08\x7a\x2a\xea\x84\xbb\x35\x34\x89\x93\x3d\x91\xd6\x97\xed\xd7\xe3\x03\x4a\xc2\xfd\x0d\xbb\xf6\xf2\xdb\xb1\x4e\xd7\xad\x04\xa2\x1b\x9c\x94\xfd\xf5\x96\xde\x11\x6c\xb6\xc4\x3e\xe2\x58\xd6\x34\xa0\xa1\xbb\xf3\x15\x45\xa4\x55\x1b\x96\x81\x08\xfa\x1c\x98\x60\x06\x7b\x94\xd5\x59\x23\xa1\x22\x2f\xcc\x1a\x8e\xd5\x87\xaa\x93\xe2\x41\x86\x86\x05\x79\xb3\x58\x8e\xea\x19\xf7\xe2\x72\xff\x58\xf6\x68\x0b\x82\x6e\x02\xa0\xb0\x4f\x00\x40\xf0\x66\xf7\x93\x1f\x1e\x2e\xe9\x7f\x55\x57\xb6\xa2\xd9\x09\x74\x18\x6b\xc8\x84\x3f\x83\xb5\xd9\x36\x68\xe1\x7d\xfa\xc5\xd6\x6f\x0b\xf5\x85\x8f\xd2\xea\x3b\x60\xfd\x4f\xc7\xec\x11\x1a\xde\xa9\xa0\x1f\x73\x36\x09\xf5\xaf\xcf\x49\x83\x49\xc1\x09\x81\x85\x71\x99\xff\xc1\x1d\x1e\x2a\x13\x3f\xe9\x0e\xff\x91\x94\x58\xa0\x6b\x9f\xc7\x4b\x75\x9e\x52\x4d\x64\x1c\x36\x54\xe0\xcd\x8c\xff\x2d\xbe\x50\xfd\x3a\x43\x35\x0e\xe8\xca\x04\xb4\x1a\xb2\x63\xfb\x97\x67\xe0\x73\x8e\x8f\x3f\x3a\xe1\xc7\x53\x29\xbc\x64\x12\xec\x32\x91\xf4\x16\x69\xb7\x39\x13\x42\x7f\x43\x30\x76\xdf\xa5\x62\xba\x13\xca\xad\x1b\x24\x7d\xf5\x6d\x8d\x1f\xd9\x83\xcb\xac\x0e\xc8\x80\xf2\x76\x6f\x2b\xbe\x2e\x73\x2b\x80\xd5\x2a\xa7\x2f\xdc\x92\x7a\xec\x7d\x9a\x57\xf9\x15\x39\xb2\x69\xaa\x6e\x98\x34\x8a\x17\xcc\xaf\xdc\x04\x00\x68\xc1\xf4\xa9\xdc\x82\xbc\x64\xa5\xa3\xdd\x20\x4b\xe9\x78\xfd\xd5\x5a\x3a\xbe\x6a\x14\xe4\xd2\xf0\x01\xae\x76\x51\xe0\xb6\x97\xd0\x6d\x76\xae\x59\xe9\xf4\x5c\x5d\x55\xac\xd0\xc6\xd0\xc2\xd2\xca\x82\x7d\xb5\xcd\xed\x66\xd1\x5a\x5c\xb7\x24\x35\x92\x28\x57\x57\x50\x6a\x61\xb3\xed\x28\xe0\x65\xb4\x55\xf6\x57\x4f\xe8\x4d\xc3\x51\x1e\xbb\x1b\x20\xc6\x58\x7d\x15\xb3\x88\x46\x2a\x51\x40\x18\xb0\xfd\x82\x32\xa2\xc3\x7a\x38\xc0\xd5\x3c\x74\x1a\xc0\x54\xf7\xea\x72\x0d\x70\x95\x61\x5c\x8d\xf2\xb7\x67\x19\x0d\x02\xb9\xca\x0e\xf8\xd9\x45\xc7\x0d\x0a\x3e\xf0\x3e\x1c\xa5\xbe\xc3\xd8\xc8\x76\x96\xce\x5e\xaa\x5e\x36\x91\xaf\x60\x2f\x37\xc8\x81\xbf\x95\xb5\x32\x24\x40\x37\x16\x81\x28\x71\xa5\x5a\xc9\x59\x05\x38\xaa\x24\x89\xec\xe9\x87\x21\x68\x66\x73\x93\xd6\xb9\xd7\x8e\x85\xb9\xfe\x8e\x63\xb9\xe6\x25\x56\xe7\x91\x9e\x9d\x14\xd9\xf0\xd8\x9a\x49\xd6\xd6\x21\xee\x68\x93\xaa\xaf\x8a\xae\xa3\xd4\x67\x18\xdd\xfe\xfa\x85\xa0\xde\xe8\x0c\x9a\xe1\x34\xe9\x5e\x09\x5f\x1c\x4f\xbc\x50\x29\xe5\xa6\x7b\xf7\xcc\x9f\x94\x1a\xee\x83\x2a\xf4\x4c\xe9\x27\x95\x52\x36\xb9\x5f\x44\x8c\x07\xa6\xd9\x6f\x6a\x36\x34\x13\xf7\x45\xa0\x9e\x94\x71\xf3\x9b\xfe\x44\x82\xcc\x89\x6c\x99\x1f\x48\xf3\x36\x93\xd4\xe1\x9c\x66\x7a\x21\x51\xcd\x9c\x41\x35\x51\x2a\x9e\xc9\x11\x01\x0a\x0f\x40\x45\x7a\x7f\x91\x91\xcc\x65\xd6\x8a\x22\xb4\x66\xe3\x86\x95\x4e\xd5\xd7\x74\xdc\xb0\x74\xc5\xfb\x65\xce\xb5\x42\x77\xac\xb3\xfa\xd9\xd5\xcb\x96\x95\x5c\x8b\x59\x23\x36\x5e\xd4\xf6\x9c\x24\x31\x86\x87\x0a\x60\x0c\x38\xc0\x4e\x15\xb2\x00\xdc\xce\x83\xda\x91\x68\x3b\xd1\x96\xb5\xe0\xb4\xed\x7b\xc8\xe8\x05\x45\x90\x60\xbd\x01\x02\x14\x63\x6a\x61\xb8\xd8\x40\x88\x36\x78\x6b\xce\x7e\xd3\x2e\x5f\x62\xad\x6f\x20\xf4\x4d\x6e\x71\xd4\x5a\x3b\x28\x9b\xdb\x6c\x21\x18\x11\xaf\x01\x0d\x92\x7d\xd6\x62\x36\xbd\xbd\x40\x84\xf0\x4c\xc7\xaa\xf4\x25\xc2\x64\x73\xee\x02\x19\xef\x2e\x7a\x5c\x63\xd5\xc0\xa4\xc6\x5f\x41\xac\xc6\xfe\x6c\xb3\x58\x55\x76\x00\x4f\x92\x9b\x99\x4d\x5a\xb5\x9d\xb1\x38\xba\xca\x5a\xb8\xe9\x75\x16\x3b\x94\x1c\x33\x2c\x52\x4a\x20\xd4\xab\x87\xdb\x39\x3b\x6e\x80\x6c\x12\x52\x69\x38\xbf\xc0\xa3\x60\x32\x69\x20\xe9\x73\xdc\xac\x32\x6e\xe0\x4c\xfa\x80\xce\xc1\x0a\xbb\xf0\xe6\x42\xfd\x54\x37\x23\xa1\x2f\x36\x9a\x8b\x55\x2b\xec\x41\x11\x0a\xb5\x70\xdd\x7f\x7c\x7f\x68\x99\x78\x06\x6d\x1a\x63\xe0\xea\xaf\x0d\xa3\x51\x47\x80\x86\x74\x9a\x89\x74\x15\xd4\x61\xd1\x00\xeb\xb1\x5f\x10\x67\x94\xc3\x7d\x04\xa9\x8c\x73\x1e\x8d\xdd\x32\xb4\x33\xdd\x3c\x52\x6c\xe4\x2d\xa8\xe7\x1e\xad\xbf\x19\x8f\x14\x9d\xc1\x22\x92\x95\x14\x16\xd3\x83\xd3\xc6\x72\x4e\x3b\x7d\x2a\x8b\x04\xb1\xfb\xb1\xa3\xad\x24\xc6\x5b\x0a\x89\x19\x13\x80\x0b\x92\xbc\x09\xd2\xc0\xcf\xa9\x64\x61\x4b\x06\x42\x4c\xa9\x64\x66\x4b\xcc\xf2\x1e\xcd\x8f\x76\xd5\xdd\xf1\x54\xef\x27\x48\xda\x08\x5f\xc9\x03\x97\x1e\x27\x0d\x8c\x1d\x14\xd3\xf4\x72\x93\xd5\x2c\xd8\xec\xf3\xa4\x61\xbd\x56\x09\x12\x4b\x9d\xe4\x02\x98\x62\xc1\x75\x02\x08\x24\x43\xdb\x7f\x59\x9f\x8b\xf1\xd0\x30\xb1\xc5\xdf\x1d\xcb\xd4\x74\xad\x5b\xc1\x6b\x8c\x86\x56\xa4\xfd\x19\x1a\x62\xf2\x24\xf8\x45\x7f\x1f\x1b\xe5\x50\x3f\x71\xe1\x7c\x82\xec\x94\x48\x61\x40\xe7\x8f\xb5\xd5\x21\x77\x86\x1a\xea\x63\x91\x6e\xd1\xdf\x20\x43\x28\xe3\x89\x2e\x94\xfd\xc8\x15\x28\xee\x81\x22\xec\x3b\x2b\xf0\x03\x4e\x20\xfc\x95\x4a\xf5\x28\x86\x40\xfe\xc3\x16\x23\x74\x0d\x7e\xc3\x72\xd2\x00\xaa\xbd\xb2\xd1\xbf\xc1\x26\x3d\x26\xd4\x50\x1f\xab\x74\x8b\xe1\x2e\x35\xa6\x8d\x7d\x61\x61\x02\x28\xc3\xdb\x4e\xdf\x0f\x6a\xa7\x52\x5d\xb2\x68\x74\x48\x8c\xca\xbe\x63\x6d\x27\x95\x12\x89\xd1\xa8\x76\xe9\x51\xa1\x86\xfa\xd8\xa4\x5b\x0c\x0e\xa9\x51\x45\xd3\x50\xe2\x41\xe7\x7f\x8c\xca\x8b\x46\xce\x5d\x8c\x2c\xbf\x63\x07\x65\x5f\x61\x64\xd3\x48\xbd\xc2\x11\xd6\xc1\x21\x3d\x2c\xae\xa3\x3e\x76\x77\x8d\x96\xf2\x94\x1a\xd9\xcd\xbe\x35\xb3\x77\x19\xa0\xad\x5a\x50\xf7\x33\x56\x54\xe9\x7e\x39\x3d\x53\x91\x85\x47\x2d\xda\x61\x90\xda\xaf\x3d\x01\x53\xe8\x5c\x4e\xf2\x1c\x3c\x38\x05\x06\xe0\xc5\xf0\x32\x2a\x9c\xd3\x8d\xd6\x77\xb4\x38\xcb\x89\xb9\x57\x0e\x32\xa8\x26\x8e\xd9\x50\xa8\xe6\x21\xb1\xfb\x86\x42\xbd\xdd\xed\xc6\x61\xa4\x5d\x3a\x48\xf4\x76\x5a\x44\xb6\x14\x78\x40\xe8\xf0\x08\x26\x32\xd8\x1e\x10\x6d\x23\x76\x50\x45\x50\x81\xd9\xd2\x3d\x24\x68\x58\x61\x98\x9d\xf2\x13\xee\x33\xc4\xce\x05\xb9\x83\x74\xda\xc8\x69\x64\x15\x00\xc5\x12\x39\xde\xbe\x4e\x91\x0c\x25\x98\x1e\x11\xf4\xbc\x00\xbb\x33\x91\x56\xc2\x11\x3a\x43\x10\x15\xba\x59\xdc\xa5\x0e\x41\x9f\x80\xa8\x07\x94\xcd\xc9\xb2\x82\x5a\x84\x61\x33\x35\x85\x03\x9e\xc2\xb5\x2c\xe2\x82\xfa\x4a\x1c\x25\x0a\x73\xbb\x3b\x9c\x38\xc3\xea\xa4\xae\x53\x1c\xc7\x1b\xf2\x38\xbe\xa4\x8f\x20\xd5\x23\x07\x67\x5a\x37\x56\xfa\x3f\x78\x6d\xb4\x72\x5b\xf0\xd9\x79\xac\x1c\x07\x4c\x69\xa1\x7e\xdd\x00\x19\x5e\x27\xa0\x92\xee\x7e\x98\xd0\xda\x65\x13\x6b\x69\x69\xcd\x24\x22\x4b\x4b\x50\x45\xf5\x76\x77\x98\xc7\x91\xc6\x70\x2a\x2f\x0c\x8d\x8f\x97\xf8\xb3\x9c\x76\xfa\xe2\xab\x63\xd6\xf6\x96\x5e\xdb\xfd\x01\x11\x57\xe2\xc0\x6b\x6b\x0a\xcc\x29\x1b\xc0\x8d\xfa\xf0\xff\x7e\x6d\xf5\xdc\x45\xa2\xdf\xb2\x9f\x22\x46\x03\xab\xd4\x02\x0e\x7e\x14\x9c\x6f\xa1\x4a\xc3\x97\xd4\x64\x8f\x78\xb2\xf7\x12\x24\x5d\xf4\xc7\x75\xbc\x09\x2a\xb1\xcb\x83\x09\x5e\xc8\x6c\x62\xd2\xe0\xd8\x7d\x47\x12\x41\x39\x55\x51\x31\x30\xbe\x9f\x5d\xbb\xc9\x1d\xf1\x91\xa6\x7f\x54\xdf\x13\xba\xfa\x78\x47\xf4\x79\x90\xcb\x1f\x67\xf9\x86\x1d\xb1\x07\x78\xa2\xa3\x91\x69\xbd\x25\x66\x32\x98\x4d\x1f\x9f\xe5\x35\x8d\x59\xbd\xdd\xd1\xcb\x51\x74\x96\x4f\x58\xf6\x01\x67\x4c\xea\x31\x8e\x98\xd2\x97\xff\x8b\x13\x6a\xc9\x37\xad\xa3\x99\x6e\xaf\x98\x3c\xa1\xaf\xa9\x89\x19\xf2\xc4\x6c\xed\x09\xfd\x4e\x50\x70\xc4\x1b\xdd\xdd\x0a\xb8\x3c\xd4\x4d\x55\x6a\x40\x6c\xac\xd6\x34\xe5\xfd\x4c\x93\x7e\xaa\x47\x5b\xd7\xd1\x62\x2a\x7f\xac\x48\x07\x2f\x56\xba\x93\x00\x3b\x38\xd1\xce\x69\x36\x9c\x9e\x68\xc3\xa1\xb1\xaa\x13\x47\x50\xbd\xd2\x56\xb4\xeb\x00\xe6\x83\x52\x4e\xf8\x04\x74\xaf\xa9\x9b\x17\xa8\x99\x91\x9e\xbb\x0d\xe3\xa6\x0f\xb6\x46\x53\x36\x13\x2f\xce\x73\x85\x80\x46\x2d\xfc\x85\x24\xc5\x10\xe1\x9d\xea\x22\xd9\xc7\x3c\x42\x5c\x04\x60\x06\xd8\xf8\x42\x5d\x23\x14\x17\x4c\x6c\x11\x71\xf6\x54\xdc\x11\xde\x44\x16\xd1\xea\x88\x56\x6c\x25\x6e\x97\xea\xe4\xbf\xcf\xad\x7a\x65\x6e\x55\xa2\xce\x40\xe3\x85\x9f\xc5\xce\xa0\xac\x2b\x10\x1a\xfa\xd3\x02\x48\x26\x3d\xaf\x43\xa6\x09\x5f\xe9\xcb\x09\x94\xeb\x33\xc3\x56\x7b\x36\xea\x87\x15\x98\x72\xbf\x60\x67\x7b\x66\x46\xdb\x4c\x05\x9c\xd0\x4c\x49\xbf\x6c\x04\xad\x4f\x9f\x4e\x63\x87\xac\x5e\x7d\x9a\x9c\x7e\x13\x97\x3c\xf3\xdc\x55\xee\x6b\x5c\x44\x88\xc6\xe4\x08\xb2\xb4\xdb\xd3\xa6\x1e\x6c\x2b\x08\xd9\x67\x08\x44\xc3\x75\x7f\x11\xd2\xc9\x00\xc9\x36\x76\x59\xfd\x60\x8b\x8b\x0e\x71\x04\xdf\x66\x19\xbf\xde\x21\x09\x13\x8a\x48\x56\x92\x3c\xd5\xb7\xaf\x39\x15\x29\x5b\x55\x6f\x4d\x7d\x76\x97\x05\x92\xdd\x67\xa4\x12\xa5\x7d\xdc\x36\x54\xe9\x19\x21\xcc\x2c\x10\x2e\xca\x8f\x05\x42\xbd\x03\xe8\x2c\x3b\x7d\xf4\x56\xf4\xbf\x7a\x3a\xba\x56\xc7\x0b\x2c\x73\xaf\x41\x39\xae\xc2\x71\xfe\x3f\xdb\xa9\x9d\x07\x3b\x35\xc9\x98\xfa\x67\x6b\x10\xea\x91\x4f\x24\x0f\xfe\x05\xa2\xf0\xa0\x3e\x67\x61\xb7\x47\x23\xd5\x42\xb9\x35\x08\x02\x03\x22\x05\x04\x98\x11\x9a\x7f\x7c\x04\xb8\xc0\xc0\x71\x3b\x2b\x70\xc5\xf4\xb4\x0d\x60\x7d\x5d\x94\x57\x32\x81\xd1\x44\x91\xd1\x27\xf4\xdf\xa3\x93\xf1\xf6\xaf\x4f\x06\x69\x3a\xae\x12\x72\x00\xc7\x00\x6b\xa1\xbe\x5f\xb1\x3b\x36\x25\x1d\xed\x43\xff\x24\xc7\xd8\x80\xff\xf7\x87\x67\x26\xcb\xd1\xbb\xe6\x89\x77\x2d\x33\xff\x1f\x79\xff\xb5\xdc\xb8\xce\x84\x0b\xa0\x0f\x24\x55\x29\xa7\x4b\x00\x04\x69\x9a\xa6\x65\x8d\x2c\xcb\xf2\x9d\x2c\x6b\x94\x73\xd6\xd3\x9f\x42\x7f\x0d\x06\x59\x9e\x35\x6b\xed\x7f\x9f\x5d\x75\xce\xcd\x8c\x45\x82\xc8\x68\x74\xfc\x5a\x23\xdb\xe6\x36\x07\x0b\x7b\x63\x18\x3d\xef\x0a\xb5\x84\xf7\x62\x67\x09\x55\x36\x3d\x6e\x0b\x8f\x97\x0b\x90\xd9\xa4\x34\xa8\x20\x75\xfd\xd7\xa1\xa6\xfe\xfa\x14\xf4\x79\x8a\xea\x0a\xa2\xb7\x99\x7d\xaf\x5a\xe7\x04\x11\x54\x6d\xad\xce\x02\x77\xb9\xce\xc9\x38\xf0\xe0\x33\x53\x53\x7f\x75\x86\x80\x2e\x61\x2a\xae\xfc\x07\xba\x71\x28\x33\x20\x31\x7c\x65\x5e\xe9\x6a\xa2\x3d\xd1\x2d\x71\xf1\x55\x99\xd5\x08\x6f\xa0\x0a\xfd\xac\xc5\x5a\xd5\x47\x4e\xff\xb0\x86\xf9\x95\xd5\xb7\xb7\xb4\xc8\x54\xa0\x39\x79\x07\xdb\xfc\x89\x0a\xa9\x3d\x39\x33\x89\xe1\xb9\x9c\x22\x5a\x5b\xc9\xa8\x2e\x74\x5b\xd0\x89\xfd\x4d\x99\x4a\xc5\xc7\xb3\x61\x94\x74\x80\xfe\x90\x66\xaf\xbb\x64\x24\x73\x40\x7e\xd3\x47\x7a\x2a\x11\x3a\x34\x66\x4f\x90\x09\x92\xd8\x70\xaa\x8d\x1e\x11\xc5\x4e\x40\x58\x3e\xf0\x58\x68\x43\x4b\x38\x84\xae\xc1\xc5\xa4\xc2\x74\xb9\xa7\xb1\xa9\x36\xd1\xa9\x51\x89\xb3\x9c\x0e\x88\xe5\x75\x91\x67\xf8\x5f\xd2\x2b\xed\x8d\x4f\x11\xfe\x8d\xfa\x80\x1b\x3c\x19\xb7\xd5\x1b\x91\x1d\x2f\x2f\xf9\x36\x8a\x29\x1a\xab\x21\xff\x23\x45\xd3\x22\x34\x74\xe6\x51\x54\xa1\xd0\x1a\x1a\xd1\xa2\x29\xb6\xd2\x10\x2d\xf5\xb2\xc9\x2b\x73\x5c\xdd\xea\x89\xf7\x60\xe2\x4c\x83\x10\x4d\xa4\x93\xc7\x2a\x0d\x7f\x65\x43\xf1\xfb\x21\xdb\x15\xc1\x9b\xa9\xd2\x2f\x9c\xc8\xe2\xe0\xd6\xf1\xf1\xb0\x16\x7d\xdc\x14\xde\xef\x53\x29\xca\xbf\xd1\x71\x60\xb4\x1d\xce\xcf\xa0\x57\x02\xd0\xca\xb3\xb3\x8a\xa6\x26\xac\xc9\x14\xc1\xdd\x49\x66\x4a\xaa\xdf\xf8\xf7\x25\x41\xc3\x86\xc8\xfd\xb3\x60\xef\xae\xe9\xeb\x7f\x64\xe1\x8d\x24\xb8\x31\x2c\xfc\xad\x84\xb9\x89\xad\xfe\x9c\x9e\x68\xc5\x0e\x92\xa6\xf9\x12\x58\xf7\x0a\x0c\x7c\xc1\x69\x0f\x08\x74\x71\xde\xc7\x0f\x20\xa7\x92\x9f\x87\x37\x55\x8d\xe2\xff\x98\xef\xd3\x42\x3b\x65\xec\x8e\x05\x8f\xdf\x3f\x4e\x2d\x68\xc3\x01\x7e\xd2\xf6\x89\xd8\xc9\x4b\x91\x5d\x05\xe7\xaf\x91\x24\x62\xf6\xeb\x62\x49\xa4\x86\xe0\xba\x75\x49\x5d\xa7\xb7\x92\xf6\x82\x98\x78\x88\xe9\xb5\x7b\xe2\x80\x0e\x1b\xe9\xd5\xdb\xd8\xd5\x2b\xdf\x0a\x04\xfb\xbf\x11\x08\x4c\xd3\x70\x63\xf8\x2e\xf6\x43\x41\xa0\xb6\x8e\x95\x09\xce\x53\xc9\xe1\xa6\x27\x1e\xb2\x7d\xb2\x91\xe3\x15\x20\x23\x7f\x90\x1f\xd6\xfa\x46\x1d\x80\xea\x4d\x5f\xc8\xa8\xde\xbe\x65\x58\x3b\x42\xbc\x41\xa8\x6c\x80\x3a\x7c\xb1\xdc\x74\x1a\x53\x12\x12\xf5\x72\xe6\x0e\x5b\x7d\xd9\x48\x56\xe8\xf8\xe8\x73\x3a\x77\xcb\xfc\xcb\xc9\x7a\xea\x57\x08\xd3\x3b\x2c\x07\x19\x35\x87\x9f\x41\x53\xdd\xaa\x94\x57\xf0\x61\xe8\x6d\xa1\x7c\x83\x3f\x1f\x74\xd7\xfd\x37\x52\x83\x64\x36\x04\xf7\x7a\x95\x6b\x40\xd6\xf7\xdf\xa3\xc7\x46\x04\xe0\xa7\x13\xc5\x35\x0d\x50\x93\xd0\x1b\x2a\xa0\x72\xae\x35\xe1\xfa\x9f\x71\xb3\x04\x31\xdc\x5b\xdf\x69\x34\xae\x9d\xd8\x03\xae\x2d\xd1\x17\x08\x7f\x71\x9d\x09\xb3\xb0\x4d\x4c\xb6\x2c\xb0\x8e\x17\x8e\x11\xfd\xbf\x41\xda\xaa\xa1\xce\x13\x66\x6c\x58\x1b\xb9\xb8\xdb\xd9\xb0\x4a\xb3\x4b\x09\x23\x49\x2e\x6a\x8d\xb1\x53\x57\x1e\x5b\x70\x94\x18\xa2\x6d\x5b\x01\x1d\xe9\xbc\xaa\xc1\x17\xee\xaf\xba\xb0\x76\x61\xcb\x44\xfa\x87\x08\xa6\x0b\xe0\x9d\x8c\x42\x63\xab\xf8\xb3\xd9\xb3\xc0\xf7\xe6\x89\x83\xc9\x7e\xf4\xd4\xf4\xc7\x94\x4d\x5e\xf4\x46\xc0\x04\x87\x1e\xb9\x9f\xcb\xeb\xe4\x22\x0f\x33\xe8\x42\x1f\x9c\x4d\x8e\xcc\x10\x6a\xad\x6d\xd0\x7b\x1d\x4e\xf7\x54\x09\xdd\x92\x54\x99\x7f\x4c\x1c\xe9\xc6\xd5\xa2\x2a\xa9\x31\xf4\xd2\x55\x97\xa8\xc4\x82\xcd\x60\x57\xf7\x9d\x14\xcb\x00\x12\x85\xcb\x78\x57\x65\x7b\x22\xef\xe6\xe4\x78\xf6\x4d\x93\x6c\x18\x46\xab\x43\x9e\xcc\xac\x72\xc4\xa2\x99\x6d\x9e\x1e\xb2\x4d\x71\x6e\xc1\x23\x4a\xd8\x1c\x3b\x50\xdb\x80\x31\xeb\x2f\x32\x4c\xe2\xa2\xf4\x5a\x04\x99\x99\x8d\xa0\xed\xc8\xfd\xc4\x27\xf6\xa2\xdb\x24\x8a\x76\xcc\x68\x24\x4f\xcf\x26\x92\x3b\x5c\x88\x1d\x2c\x23\x85\x9d\xcd\x5f\x40\x97\x01\xd0\xf4\xe1\x44\x11\xdc\x49\x70\xa0\x1b\xf0\x19\xe3\x04\x07\x27\x0a\xde\xed\x6a\xa8\x48\x3c\xf8\xc8\xe9\x86\x2a\xc0\xdf\x98\x30\x4f\xc8\x5b\x84\x82\xce\x81\xdc\xd3\xde\xb3\xc7\x44\x75\xa1\x23\x00\x6a\x95\x93\x11\x52\xbd\xed\xa5\x69\xbe\x63\x6e\x3d\x01\x30\xf1\x4c\x45\xdb\xbc\x2d\x4a\xe8\xa9\x9b\x8d\xc1\xfd\xc6\x55\x9d\x2e\x33\x23\xb3\x9c\x1e\x3b\x6b\x6e\x2c\x9f\xe1\x94\x0c\x81\x4d\xa3\xdb\x25\x24\xb9\xb5\x39\x44\x3e\xd1\x81\xe6\x95\xe6\x0a\x8a\x50\xf1\xbe\xcb\xb0\xeb\x79\x9c\xf1\xd2\x27\xc1\xb1\x2e\x4b\x5c\x69\x19\xfc\x33\x00\x95\xc4\xd0\xe5\xa3\x60\x5e\x91\xfd\x9d\x52\xd2\x8d\xa1\xea\xed\xdc\x6c\x63\xde\x09\x61\x15\x3e\xda\x9f\xb1\xbd\xbe\xdf\x28\x44\xea\x5c\x4f\x04\x94\x94\x0b\x99\x81\x7c\x0e\x80\x9a\xb1\xd0\x53\xa3\x69\xf6\x0b\x2a\x93\x63\x50\x24\x0f\xfa\x78\xf1\xfe\x0a\x6f\x25\x62\x2e\x7b\x0e\x04\xae\x3d\x44\xab\xd6\x61\xe6\x42\x5b\x69\x16\x1c\xd3\x38\xa5\x40\xcd\xf6\xa8\x87\x92\x0a\x61\xc8\x78\xda\x9c\xf5\x88\xa0\xbf\x92\x35\xae\x7d\x7e\xb7\x0f\x4d\x1f\x2b\x7c\x45\xe6\x39\xc6\x7e\x04\xcf\x1f\xc2\x0d\xd4\x7b\x73\x82\xc2\x17\x5e\x83\xf6\x06\xff\x0f\xb6\x3c\x7d\xe6\x18\x35\x01\xcd\xa8\xce\x2a\xf6\xf6\x39\x25\xd2\x95\x59\xe5\x5a\x97\x0f\xc3\x25\x75\x18\xbc\x28\x57\x26\x60\x45\x4b\x19\x4e\x20\x27\x12\xeb\xa3\x97\x48\xa8\x8b\x6b\xc3\x2e\x0f\x31\xcc\xe6\x66\xeb\x3f\xfc\x65\x13\x03\x1c\xba\x29\xf6\xf6\x04\x1e\xb5\xcd\x59\x8e\xc0\x1f\x74\x2d\xd1\x08\x67\xe2\x1f\x52\xaa\x61\x92\x61\x74\xd4\xca\xc8\x26\x34\xaa\xcb\x75\x43\x25\x8c\x80\x61\xe9\x01\x0a\x54\x04\xa4\x9b\x9f\x33\x29\xbc\x67\xfe\x59\x78\xb0\xc6\x14\xdc\x9f\x7a\x50\x9f\x39\x71\xcf\x29\x77\x4d\x9e\x7a\x8e\x6c\x94\x2d\xa1\x7c\xa2\x21\x20\x81\xcd\xb9\x4f\x07\xa3\x0c\xa0\xe9\xb1\xdc\x2c\x49\x2f\x95\x91\xcb\x1c\xd9\xfc\x66\x72\x91\x33\xc7\x5c\x53\x62\xe2\x56\xb8\x4c\xb3\x31\xd6\x5a\xd5\xcc\x4d\x53\x5a\xc0\x5f\xfb\xef\x86\x34\x1d\x1b\xab\xca\x2b\x82\xc3\x7f\xaa\xac\xe4\xad\xf1\x0a\x69\x96\xbc\xf0\x94\x36\x8b\x85\xcc\x2e\xf5\xed\x22\xb0\xa7\xd9\xc4\x69\x03\x15\x33\x3e\x42\x48\x41\xdf\xe7\x0c\xd9\x18\x66\x85\xcf\xce\xaa\xc0\x74\x6f\xce\x84\xf8\x02\xf3\xb1\x57\x00\x46\x76\x8b\x69\x69\xb7\x15\x1f\xd7\x1e\xbd\xf2\xc8\xbf\x23\x0c\xd7\xe9\x09\xf0\xac\xda\x03\xfd\x52\x62\xc1\xff\x9f\x19\x10\xb1\x66\x44\xc6\x47\x23\x4c\x84\xd0\x80\x6c\x38\xf6\xa7\xb6\x04\x2e\x36\x2c\x83\x5a\x78\x95\x84\x9b\xd0\x66\x05\xaa\x41\x4c\x60\xa7\x52\xe2\xb0\x10\xc2\x00\x9f\x92\x83\x6a\xd2\x31\x6d\x03\x4d\x48\x73\xc9\x27\x99\x1d\xd3\x9e\xee\x8e\x90\x27\xae\xb9\x9d\xb9\xe8\x4f\x88\xee\x98\x43\x66\xb8\x3a\x8b\x30\xee\xc3\x37\x5f\xb4\xd7\xf3\xe4\x9d\xa5\xbe\xe0\x23\x44\xf8\x15\xaa\x21\xf7\x39\x38\xc3\xc1\xc8\xcb\x2a\x05\xf2\x34\x51\xef\x0c\x91\x4d\xf8\x95\xea\x57\xa1\x1c\xe7\x83\x50\x6f\xb5\x07\xb8\x78\x7a\x62\x60\x44\xeb\x37\x1f\x14\x4f\x64\x6e\xc8\xa8\xe8\x57\x12\xbf\x93\xc6\x20\xb5\xd7\xaf\xe4\x7b\x6d\xd7\xca\x17\xaa\x0b\xd1\x65\x5b\xe6\x4c\x1f\xe6\x7a\xa9\x02\xff\x16\x8b\xd9\xb5\x0b\x5f\xc7\x86\x6d\xf6\x7e\x78\x17\x72\xee\xa2\x8a\xfa\xa9\x04\x81\x2d\xf3\xb6\x3f\xd0\x64\xaa\xa5\xf3\x9e\x28\xbc\xa5\xd0\x1c\xfd\x35\x43\x07\x12\x57\xaf\x45\xdf\xe5\xfb\x83\xc3\xc1\x52\x7a\xba\x65\xfd\x07\xc7\x0d\xb8\xe8\xf9\x79\xf0\x93\xc1\x05\xd6\xad\xd7\x28\xc7\x83\x3f\xbe\x42\xce\x35\x42\x3c\x5f\xc1\x81\x78\x00\x43\xd4\xae\xc8\xa4\x88\xb5\x9b\xd0\x12\xb7\xa6\x24\x32\x78\xb0\xd1\x23\x0f\x00\xa5\xdb\x42\x53\x74\x2f\xfa\x4d\xfb\x4e\xbf\xd2\x03\xbd\x28\x02\x1e\xe2\x71\x59\x94\xd1\x83\x89\x14\x9e\xb0\x0f\x56\x78\xa0\x1e\xd7\x89\x07\x86\x7a\x45\x0f\x36\x45\x19\x19\x83\xe7\xd2\x22\x81\xb2\x94\xb7\x45\x5a\x9b\x5f\x31\xf3\x45\xa0\xcd\x67\xf9\x9c\x55\xe2\x22\x21\xdf\x65\x38\x7e\xdd\x42\x46\x91\xf3\x61\x41\x1e\x31\xa5\x86\xbe\x99\x1e\x04\x80\x41\x68\xe1\xa7\x98\xc8\xcd\x02\xd1\x38\x2b\xce\x36\x76\x25\x07\x0c\xd5\x60\x41\xbc\x59\x1d\xab\x6c\x5f\xe8\xb1\xac\x01\x27\x93\x1e\xf4\xc0\x82\x8a\xe6\x0e\x1a\x29\x7c\xad\xcf\x11\x6b\xdd\x7e\xa2\x45\xe9\x3d\x67\x87\xe2\x57\x3f\xb1\x9a\x95\xda\x0f\xab\x79\xbe\xb7\x9a\x3e\xdd\x96\xcd\x4a\x5e\xff\xb4\x58\x1c\x92\x8f\xe9\xf2\x9c\xe5\x63\x92\x7d\x1c\x2c\x13\xbb\xd2\xe6\xd2\x83\x38\x1c\xee\xd3\xe4\xcb\xff\x2b\xf2\x85\xe8\x01\x50\x57\xc0\xed\x24\xa9\xcf\x53\xaa\xed\xc2\x34\xa6\x41\xf0\xab\x99\x83\x79\x1c\xcd\x91\x4b\x75\xcb\xe4\xc4\x7e\x50\x81\x3f\xe8\x96\x54\x25\x7e\x9e\x88\x52\x07\x11\x1d\x3b\xe6\x5f\x0c\x8d\xe9\x9a\xd3\x82\x9b\xd7\xdc\x5d\x86\xb5\x06\x4a\x45\x6f\x49\xc9\x16\x8e\xea\xcc\xa1\x8f\xf4\xb2\x5f\x84\x4e\xa6\x57\x2a\x13\x74\x10\x83\x4c\x7c\xd0\x78\xc8\x81\xcc\x17\xa2\x77\x02\x89\xeb\x9d\x47\xae\x99\x05\xb0\xf6\x38\x45\x4c\x8e\xea\x6c\x70\x66\x32\x67\x79\xbb\xa9\x43\x0a\xcc\x95\x24\x67\xda\x66\xd7\x76\xa4\x6b\x3a\x02\x6d\xd7\x00\xae\x8a\xe0\x07\x66\xf2\x3c\x4f\xd3\x1d\x73\xde\xc6\x6e\x91\x2c\x5e\x17\xda\x04\x47\xd6\x8f\xce\xe7\x74\x31\x4c\xe4\xc2\xf0\xbd\x7e\x4e\xd6\xcb\x6c\x6e\x28\x55\xe8\x02\x9f\xcb\x32\x8e\x71\xef\x0a\x82\xdf\xbc\xe0\x02\xe8\xad\xd7\xb8\x53\x46\x6b\x17\x3c\x5f\x20\x1e\xb7\x8e\x17\x7f\x6d\xf8\x2a\xfb\xf1\x9c\x50\x75\xd4\x58\xb1\x47\x4d\x72\x14\xb7\xb4\x30\x3c\x2a\xab\x79\x33\xd5\x0c\x84\xfa\xb2\x64\x35\xfa\xaa\x27\xfc\x82\xe4\x35\x41\x80\xe4\x9b\x9b\x9a\xbb\xd2\x13\x19\xe6\xb7\x72\xb2\xbd\xfb\x62\x1a\xbd\x58\x92\xf2\xe1\x23\xaa\xcc\x90\x99\x8f\xe4\x52\xe9\x27\xbb\x74\xb6\x8e\x3c\x0e\x6c\x45\x96\x91\xca\x38\xf5\x22\x3a\xb8\xf6\xe5\x12\x78\x2e\xc9\xde\xfa\x35\x7d\xbc\xd9\x9a\x53\xec\xe5\xe6\x3b\xf6\xb2\xe6\x4c\xf4\xca\xb5\xe7\xc9\x0b\xf3\x53\xf7\x3e\x9f\x42\x93\x9e\x16\xc9\x72\x90\xcc\x91\x48\xa7\x08\xc9\xa6\x90\xba\x5c\x45\xbb\x68\xe5\x45\xfb\x2f\x52\x3d\x7a\xe1\xd3\x77\xbe\xab\x2d\xc4\x90\x99\xc5\x4f\x70\x0d\x19\xb6\xd5\x8d\xd3\xb5\xb6\xf2\x0e\x23\x91\x4d\xbf\xbf\x98\x25\xe2\x77\x0c\x31\x63\x47\x34\x00\x2e\xec\xa9\x46\xf5\xca\x35\x0f\xb7\xc8\x4c\xd6\x36\xbc\xc2\x39\xe1\xfe\xbb\x5f\xa8\x5b\xb2\xb0\xc3\xa3\x70\xbd\x50\x31\x53\x32\x56\x45\x6c\x36\xaa\xc9\xbc\x36\x5f\x32\xf5\xf4\x88\xd4\x2e\x7f\x0d\x52\x93\x4a\x34\x76\xf5\x6b\xab\xac\x62\x68\xfb\xcb\xc9\x7a\xaa\x41\xe7\xd4\xf7\xa7\xd0\x6e\x0f\x8b\xaf\x66\x3e\xd9\xba\xdc\x14\x5a\x6f\x57\x74\xf9\x4d\x55\x9e\x10\x49\x44\x93\x76\x11\x30\xb7\x9b\x66\x79\x49\x9d\xe7\xf1\x15\x3c\x22\x4f\x8d\x8c\x69\xab\x59\x83\x97\x6b\x95\xb2\x0e\x85\x36\x08\xcd\x8c\xb5\x41\x8f\xea\x90\x34\xa1\xa7\x23\x04\xca\x3b\x71\xf0\x9e\x4d\x9e\x9f\x8c\x83\xe7\x9f\x66\xe6\x37\x5f\x94\x8f\x50\xe6\xbe\xb8\x61\xc5\xbb\xcb\x77\x00\xb4\x53\xa0\xc4\x6c\xe2\xfd\x44\xac\x60\x4d\x92\x9e\xbf\x2a\x01\x15\xe0\x1e\x55\x03\xd1\x51\xcd\xec\x90\x6c\x32\x51\x12\xbe\x0c\x9e\xb7\x1b\x17\xf9\x87\x7c\x75\x47\x39\x95\x89\x99\x98\x44\xed\xab\x8a\x82\x1b\x6f\x06\x13\x3b\x48\xdc\x62\xf7\xdd\xef\x91\x73\x9e\xe1\x4d\xae\xb0\x6c\x4c\x62\x7c\x93\x2d\xe2\xf7\x38\x4a\x5e\x4c\xaf\x3f\x00\x99\x4c\x13\x40\x26\x33\x14\xf2\xc9\x27\xd1\x5e\xe5\x95\x54\x18\x68\x06\xf2\x16\x7b\x81\x36\xc6\x6e\x32\x82\xf3\x40\x2f\xf5\x5a\x01\xe7\x04\x15\x88\xc3\xee\x4f\xaa\x26\x06\x9c\x3f\x17\x62\x0f\xfb\x0f\xa4\xa5\x68\x22\xdd\x46\xd3\x82\x8a\xb0\x3c\x5a\x6f\x45\xce\x1e\xbd\x62\x89\x41\x05\x90\xd8\x8f\x44\x68\xca\x17\x61\x8e\xaa\x32\x73\xa5\x08\x5b\x49\x91\xe6\x57\x09\x78\xb1\xe0\xf1\x44\xc2\x3f\x5a\x91\x14\xa8\x8c\xdc\x66\x5f\x75\xa3\x37\xf4\xb3\x17\xd7\xd2\x8f\x1e\xde\xbe\xc1\xbf\xf4\x60\x10\xbd\x1f\xc6\x6f\xe2\x87\xed\xa8\x60\x3f\x2a\xd3\x8d\x9e\xc5\xff\x0c\xe3\x5e\xf6\x6e\x7a\x3d\x4a\xfc\xdb\x4e\xb7\xdb\xbf\xf3\x57\x3b\xfa\x0b\xb3\x30\x8c\xfe\xb9\x29\x98\x18\x4f\x37\x6e\x21\x7e\x3f\x4c\xcf\xd3\x2c\xd1\x8d\x89\xbc\xed\xde\x30\xfe\x73\x10\xcf\xfd\x45\x8a\x56\xd7\x87\x66\xe9\x31\x5a\xb5\x9c\x42\xdb\xf1\x3c\xa0\xee\x30\xfa\x1d\x2f\x47\x60\xfe\x69\x46\x6f\x9b\xd1\x6a\x77\xa3\xbf\xe2\xd9\x6d\x8b\x56\x37\x40\x6b\x64\x51\x83\x3f\xc1\x81\x20\x95\x9a\x25\xe4\x9d\x9e\x01\x5d\xa1\x17\x64\x23\x5c\x12\x02\xa0\x68\x59\xb8\x83\x97\xbb\xaf\x53\x6d\x77\xa2\xfe\x74\x44\xab\xcb\xd5\x42\x8e\x6d\xb2\x19\x50\x09\x55\x70\xb2\x5d\x5b\x2d\xe5\x07\x4d\xd5\x5a\x73\xe8\x63\x7a\x32\x7c\xfb\xe1\x2d\x29\xe5\x16\x80\x79\x48\xbe\x9e\x6a\x8c\xbf\x99\x9e\x89\x30\x9a\x3b\x33\x1e\xce\xf9\xf6\x71\xe7\xe3\x78\xfa\x9b\x77\xb6\xd1\x24\xde\x08\x4d\x3b\xc8\x16\x06\x89\xdc\xb6\xbd\x58\x3b\x57\x72\xd0\x60\x18\x7f\x38\x4c\x1f\x9b\x66\x7a\xdf\x36\xd3\x2b\x1d\xff\x15\xef\xb4\x41\xf4\xb3\x9b\x5e\xf8\xe6\xed\x32\xf0\xec\x6e\xe4\xd7\x6d\xbf\x1a\x0e\xf7\xa6\x99\xee\x48\x2f\x7d\x80\xba\xe9\x89\x68\xdb\xe5\x5c\xc8\xdf\xb7\x35\x52\x5e\x7d\x5b\xba\x2f\x3c\xec\xeb\x85\x1c\xcb\x9f\x56\xc7\xf4\x8f\x2b\x98\x7e\x2b\x34\xd6\xe8\xc1\xc8\x1c\x11\x32\x6a\x0f\xcd\xe4\x36\x7f\x53\x7c\xf4\x70\xf9\xed\x03\xda\x12\x5c\x2b\x29\x7c\x87\xeb\x3f\x94\x89\xff\xf1\xba\x23\x8e\x45\xd9\x7e\x2b\x4f\xb8\xd8\x5e\x17\x49\xe0\x46\x72\xff\xad\x40\xc3\xa1\x39\x99\xb1\x75\xfb\xf8\xad\x40\xce\x49\x52\xa6\xb8\xdd\x76\xb4\x85\xcc\x19\x58\x70\x02\xd0\xf3\xbd\xb9\x6a\xc5\x14\x00\x54\x63\x25\xd3\x9b\x39\xb1\x29\x3b\xe9\x37\x66\x2e\x56\xdc\xf9\xeb\xbd\xce\x87\x69\xb2\x98\x3c\x20\xf4\x79\xbf\xbb\xe1\xcf\x69\x72\x68\x84\x14\x5c\x41\x52\xf1\x57\x89\x25\xb4\x32\xff\x6f\xf8\x14\x12\x8c\x18\x31\xa3\x30\x46\x44\xc8\x3a\x75\x6d\x5e\x28\xdc\x55\x9f\x25\x83\xbc\xd4\x23\xce\xcf\xa3\x00\x0f\xf7\x69\x1d\x24\x6f\xd2\x0d\x29\xcc\x5f\xca\xa3\xbf\xb8\x3a\x19\x2e\xdc\xcb\xb6\x84\xfe\x75\x81\xbf\xd4\x05\xbd\x28\xab\xf9\x86\x18\xc0\xab\x93\x7e\x51\x97\xdb\x2d\x58\x51\xa4\x60\x25\x9d\x0b\x70\x68\xae\x90\x87\xfc\x25\x27\x92\xee\x08\x02\x0e\x17\x57\x16\x32\xa2\x17\x5d\xa1\x5b\xbb\x2d\x09\x9c\x08\x31\x5b\x73\xb0\x90\x80\x1c\x45\x6c\xa0\xa4\x4e\x43\x07\xc6\x81\xe2\x0b\xb9\x8f\xdb\x0e\x85\x5e\xeb\xf4\x7d\xbf\x23\x35\x79\x73\xdf\xc6\x8c\xc5\x6a\x08\x7b\xf3\x2b\xb5\xed\x3b\x66\x4b\xe4\x25\x62\x13\x60\xa6\x1a\x02\xa6\xab\x44\x3a\x4e\x5d\x5f\x59\x66\x36\xb0\xff\x86\xec\x6f\xd2\x1c\xff\xc2\x98\x7b\xa2\xfa\x74\xb5\x79\x86\x31\x61\xf2\x8a\xc0\x48\x59\x5d\xb9\xb1\x3d\x87\x65\xf0\x65\x22\x36\x15\x7d\x0e\xf3\xac\x07\xd9\x2f\xad\xfc\xad\xa3\xbc\x5a\x41\xa3\x85\x90\xdb\xcb\x12\xe2\xf5\x16\x0c\x76\x80\x36\xba\xd5\x15\xcb\x56\xf4\x5a\x5f\x0d\xf3\xd6\x78\xf2\xf2\x4b\x42\x57\xe9\xcf\x21\xfa\x85\x0b\xfc\x3f\x18\xaf\xdd\x08\x34\xaa\xa0\xf8\x48\x9c\xe8\xdf\x7c\x7c\xde\x36\xf6\x81\x7e\xc8\x2a\xb1\x57\x55\x3d\xb9\xdc\x5a\x0d\x8b\xea\xa8\x33\xc5\xb4\x4a\x62\x61\x2d\xe3\x79\x99\x63\x21\x6a\xf4\x80\x10\xe8\xe9\x8a\xfd\xa0\x57\x2e\x83\x53\x4d\x91\x7b\x77\x9a\x8c\x90\x51\x94\x20\x2a\x08\x67\xe5\xb4\x69\x7a\x26\x6d\x68\xc5\x98\xeb\xc9\x8c\x5c\x56\x07\xfd\x39\x52\x67\x4c\x11\x8b\xe1\x68\x95\x96\xf5\x36\x5c\xa1\x67\x08\xbd\x2b\xfe\xba\x56\xb3\xd7\x4a\xca\x46\xf5\x2c\x56\xdf\xe2\x21\xe0\x93\x74\x67\x91\x97\xbf\xe0\x3c\xba\x82\xf3\x68\xed\xc7\xb5\x86\xe6\xa5\xc2\x9a\x17\xf4\xbb\xbf\x5d\xa5\x5a\x1c\x34\xb0\xdc\x63\xc5\x05\xba\xc4\xb1\x7e\x3a\xd1\xdf\x9a\xc2\x5d\x9d\x7d\xfa\xbb\x44\x10\x05\x09\xc1\x81\x33\x85\x1a\x02\x6e\xce\xdd\x7a\x4a\x24\x36\xc2\x4c\x9b\x0f\xa5\x0d\x6b\x09\xec\x54\x1d\x56\xb1\xc3\x09\xb9\x78\x2a\xb2\xdc\x39\x23\xa4\xcf\x68\xe5\xd8\x5d\xf0\x1a\x42\x2e\x7f\x21\x49\xbe\xf6\x90\xed\x09\x3d\x77\xd6\x0f\xc9\x4a\x06\x70\xcc\x83\x6b\x9b\xd9\x29\x16\xb9\xc5\x9f\x60\x78\x74\xa8\x49\x8a\xa7\x74\x6f\x7c\x96\xcf\x89\xae\x74\x8d\x20\x3d\x53\x22\x70\xb6\xc9\x11\x0d\x6e\x46\x34\x64\x6d\x42\xc1\x8c\xc8\xd7\xd9\xa6\x78\x88\x46\x64\xe6\x08\xfe\xee\x77\x26\x4d\x8f\x65\xf2\x71\x9f\x9b\x6b\xa5\x27\xf0\xb6\xb9\x36\x90\x4c\x30\x81\xa1\x69\xee\x29\x6a\xee\xb2\x32\x47\x51\xfd\xba\x26\x7e\xb7\x80\xdd\x21\x7c\x40\x7f\xd2\x45\x40\x7e\x0f\x22\xb5\x79\x0c\xa1\x30\xbf\xbf\x12\x15\x79\x47\x99\xac\xa9\x19\x75\xf0\xf8\xa7\x0e\x76\xa0\xce\x12\xdb\x3b\x1d\xcc\x63\x5a\x7f\x15\x12\xbf\x09\x92\x8a\xa2\x9b\x10\xf8\x9e\x23\x15\x93\xca\xfd\xb1\x83\xa8\xc8\x3b\xca\x64\x4d\x2d\xdb\xc1\xf6\x5b\xf6\xc6\x91\xfd\x0d\xd4\xb4\x6b\x5a\xa0\xa4\xf3\x3d\xc2\xc5\x0a\x4a\x2b\x6b\x82\xa2\x05\xf8\x55\x49\xfc\xee\x62\x2b\x32\x90\x89\xbc\x79\xd5\x75\xe0\x7e\x50\xfa\xf6\xd8\x63\xd7\x42\x75\xbd\x02\xdd\x04\x8a\xb6\x22\xb9\x53\xf6\xeb\x48\x53\xdc\xbd\x12\x5d\x35\x97\x9b\x27\x3c\x7f\x5e\x50\x37\xb5\x10\x62\xbb\x39\x4f\xed\xf7\xd4\x60\x0c\xa5\x7b\x83\x69\x90\x94\x8e\x79\x79\x27\xe5\x4e\x1a\x6d\xd1\xe3\x10\x40\x86\x06\xe8\xb1\x5d\xf8\x01\x41\x04\x75\x20\x0d\x37\xcc\x4f\xb5\xd5\x96\x10\xc5\x74\x0b\x05\x4c\x79\x1b\x52\x38\x75\xbe\x97\xca\x44\xd5\x24\x82\x0a\x89\x54\xb6\xda\xb7\xa4\x72\x66\xc7\x50\x96\x43\x02\x43\xca\xf1\x24\xd6\xaf\x00\x20\x6c\x5c\x1d\x4b\x2a\x03\x76\xdb\x6c\xb6\x6f\x29\xf8\xc1\xd6\x32\x51\x23\x60\xe3\x9a\xab\xe8\xe7\x6a\x2a\xa6\x9a\xf6\xb7\x6a\x46\x0a\xd5\x28\x0d\xac\x43\xa1\x22\x06\x4a\x67\xe4\xf2\x8f\x55\x92\xc3\x99\x6e\xde\x56\x69\x66\xe4\x17\x55\xd9\xb8\xa0\xb6\x73\x85\xc0\x11\x82\x1d\xfb\xfb\xaf\xdd\x6c\x55\x0a\x91\x91\xf3\xbc\xe2\xd0\x38\x06\x56\xf0\x22\x60\x05\xf3\x8d\x27\xbc\x3e\xe2\xf8\x4f\xa8\x01\x46\x99\x1e\xa3\x2b\x14\xea\x12\xc8\xb4\x56\x0f\x39\x7e\x26\x0c\xf3\x91\x5b\xdc\xdb\x29\xef\x8a\xcc\xf3\x98\x8e\x59\x1b\x4c\xb1\xbd\xef\x63\xa6\x62\xb7\x01\xe9\x8f\x9d\x44\xc4\xb0\xc1\x4a\xe4\x2a\x6c\x59\x25\xc9\x5e\x25\xe7\x8d\x0b\xad\xe2\x8e\x58\x38\xbd\x05\xd4\xf2\x90\x14\xf6\x63\x99\x4b\x7d\x06\x7d\x11\x61\x07\xe5\x24\xb5\xea\x66\x24\xcd\xb8\x98\xff\x60\x03\xe9\x2e\x55\xb6\x29\x5e\xfc\xcd\x88\x33\xd9\xc0\xec\x08\x03\xcd\x48\x16\x16\x29\x07\xa6\xc5\x23\x41\x96\x11\x9c\x9a\x8f\x1d\xee\x0b\x35\x97\xfc\x15\x77\xe6\x7a\xe7\x23\xaf\x22\x67\xb5\xd8\x87\xe0\x31\x56\x99\xd1\x5e\x54\x5f\xf0\xc0\xf2\xc1\xd9\xd5\x5a\x16\xeb\x8c\xf0\x55\x0d\x2d\xdc\xcb\xf5\x23\xa2\x45\xb4\x50\xbf\xcf\x90\x48\xd4\x09\x97\xb6\x05\xd1\xfb\xbb\xc7\xd8\x78\xf3\xbf\x2c\x3d\x84\x29\xfb\xaf\x9e\x92\xfd\x4a\x2d\x6f\x1f\x93\x16\xf5\xd5\x2c\xf7\x10\xf0\xc8\x1d\xe2\xec\xc5\x46\xce\x17\x0e\x83\x97\xb6\x84\x68\x4f\xe8\x97\xe1\xac\x16\x44\x91\x1a\x32\xab\xd4\x23\xf8\x88\xc5\x82\x89\x0a\xfd\xba\x12\xd8\xac\x5a\xcb\xfc\x5a\x65\xad\x83\x89\x5f\xa0\xa7\x7a\x8f\x84\xda\xc5\x35\x07\x14\xef\x77\xb4\x2e\x45\xb9\x9a\xb3\xa1\x14\x6a\x63\x6a\x43\x5f\x90\xb0\x0b\x08\x37\x25\xe4\x22\xf4\xaf\x46\xf0\x6c\x91\x23\xce\xb3\xae\x93\xb4\xe0\xa0\xa4\x82\x33\x4d\x6f\x69\x08\x90\xfe\x30\xb2\xcb\xe7\x08\x1f\x4f\xf9\xe3\x25\xc5\xa9\x04\x75\x92\x76\xc8\x0b\x80\x1d\xeb\xea\x0a\xf8\x00\xf9\x00\xc3\xb4\xa4\x96\xc2\x2c\x9d\xe9\xce\x94\x5f\xc9\x1c\x2c\xd5\xd5\x1d\xb6\x34\xa9\x80\x2b\x10\x72\xd6\x30\x51\x74\x0e\x9b\xf8\xb8\x89\x89\x34\x17\x9a\x9e\xaa\xf7\xf8\x19\xa7\x0a\xfb\xd5\x40\x46\x5c\x38\x72\x4e\x00\x70\x74\x99\xc9\x3f\x41\x44\x9d\x29\xdb\x37\x70\x19\x82\x05\xe0\x2d\x32\xb4\x11\xc9\x83\x43\x8c\x13\x2a\x54\xdf\x82\xf8\x7e\x64\xef\x82\xf8\x6e\x4a\xb0\x7c\x99\x85\x84\x85\x18\x3c\x56\x4c\xf5\xec\xbf\x8f\x62\xda\xe0\x08\x85\xc9\xd4\xfc\x11\xe4\xac\x7b\x58\x94\xda\x81\x32\x7e\xbe\x5c\xcf\xfa\x0f\xdd\xcf\x6f\xe1\x2a\xda\x3d\x97\xee\xe7\x33\xd0\x95\x2a\x5c\xf4\x61\x02\x6f\xc0\xd9\x2e\x38\x53\x25\x2d\xf3\x39\x22\x90\x09\x28\x8b\x11\x69\x36\x67\xd3\xc5\xa9\xfb\x61\x16\xe6\x24\x4b\x9b\x64\xf6\xe0\x22\x43\x18\xad\xa0\x4d\xe8\x55\xec\x2e\xf8\x88\x9d\x2c\xa9\x90\x2f\x5a\x8f\x1c\x84\xa0\x84\xd0\xc5\x11\x81\x0c\x87\x88\x62\xf8\x82\x1e\x80\x3a\x3b\x01\xca\xda\x14\x90\x65\x05\x24\xb3\x6c\xad\x38\x8b\x17\x1d\x26\xbf\xe0\x2c\x66\x32\x3b\x10\x0f\x4f\x08\x57\xf8\x62\xc3\x89\xf9\x7e\x06\x2d\xc8\xfc\x0f\xdf\x7b\x53\x67\x45\x00\x3d\xee\x19\xf1\x0e\x30\x2e\xec\x50\xc1\x82\x2a\xe8\x2e\xff\x50\x81\xce\xc9\x0d\xed\x23\x67\x4b\x61\xbc\x2a\x97\xac\x60\x45\x15\xb4\xd7\x3f\x56\x40\x60\x4e\x45\x56\xfe\xcc\x79\xc6\x6a\xe4\xb0\xdf\x2e\x62\x7a\xe7\x1c\xba\x9f\x55\x62\xa1\x0f\x72\x45\x7e\xd5\x62\x98\xdb\xd2\xa9\x9a\xaa\x1d\xce\xc2\xa0\x04\x70\xb5\x0e\xe6\x53\x9d\x61\xf5\x1a\xc9\x0a\x3f\x2f\x53\xaa\x5b\x82\x60\x35\x73\x5f\xe3\xc7\x55\x4e\x9e\x8b\xc7\x9d\x06\x3f\xae\x93\xa5\x43\x91\xdd\x40\x01\xac\x67\x40\x30\x13\x08\x93\x18\x01\x4e\x71\x0c\xc4\x30\xd2\xa9\xa8\x0f\xfa\x9b\xd2\xe8\x7b\x1f\xe0\x7d\x33\xf0\x76\x99\x64\x58\x3d\x74\xae\xb3\xe1\xda\x13\xad\x29\x2e\x9c\x43\x86\xa8\x13\x39\x9a\xbd\x1f\x33\x8c\x1a\xfd\x62\x51\x90\x8d\x60\x72\x00\x05\xe8\x03\xea\xab\x81\x3a\x12\x65\x8c\xe0\x76\xda\x31\x2e\x23\x81\xd4\xe6\xbe\x95\x31\x4c\xc4\x05\x65\xba\x00\xf1\x18\x37\x6e\xcb\x98\xd3\x90\x47\x99\x36\x62\x22\xa0\x54\x1a\xf7\xff\x4f\xcf\xfe\x4a\x0a\x7f\x2c\xb3\x81\x70\xbe\xf6\xf7\xe6\x84\x64\xa2\x50\x68\x8e\x1d\xf2\xe6\xaf\x76\x83\x98\xf1\x8f\x4e\xf1\xf8\xa7\x8e\x1d\x7f\x5c\xc6\x8c\x7f\x72\x8a\xc7\xbf\x8d\xc6\x1f\x97\x31\xe3\x9f\x9d\xe2\xf1\xd7\xa2\xf1\xc7\x65\xcc\xf8\x17\x27\x1e\xbf\xc7\xd8\x6e\x67\x65\xc8\xf6\x85\x03\x38\x89\x31\xbf\x62\xc7\xb5\x57\xd8\x82\x46\x3e\x0d\x41\xd0\xa1\xcc\x24\xae\x47\x8c\x6b\x88\x72\x75\x11\xff\x01\x47\xe6\xc1\xb2\xca\x41\x37\xe4\x15\x8a\x3c\xe3\xc4\x09\x00\xcc\xa2\x99\x38\xf1\x23\xb9\xf7\xe0\xe2\x47\xf7\x14\xf4\x4d\xcd\x83\x87\x55\x5b\x90\x61\x79\x21\x17\x84\x1e\xa9\xa6\x4e\x8c\x88\x71\x82\x36\x92\x0f\xfe\x8c\xab\x99\xd2\x24\x2c\xe5\x0e\x15\x6c\x57\xca\x88\x1e\x4f\x75\xc4\xfe\xfe\xb1\x76\xbd\x34\xb5\x77\x51\x3b\xc3\x60\x33\x55\x58\xa0\x76\x3d\x55\x97\x29\x6b\x51\x97\xe4\x8e\xe0\xe5\x56\x74\x35\x17\xe4\x69\x92\x68\x21\xfc\xa1\x85\x79\xa2\xff\x79\xb4\xc0\x64\xc3\xb6\x90\x93\xff\xe7\x2d\xa8\xed\x13\x98\xad\x2a\x80\xc0\x2e\x7f\x86\x13\x3e\x26\x52\x26\xc1\xa9\x47\x6d\x65\xae\xca\xf7\x0e\xc1\x9a\x02\x79\x4f\xb1\x5c\xaa\x80\x72\xaf\x72\x6a\x0c\x67\x18\xc3\xd2\x3d\x51\x90\xb2\xa2\x74\xc8\x14\x77\x27\xd6\x72\x37\x21\x51\xf6\x22\x6b\x7b\x66\x5c\xf7\xae\x8d\xdb\x50\x4f\x09\xcc\xa3\x95\x8c\x22\x6e\x06\x8c\x99\xa9\x8e\xba\x2e\x91\x57\xc3\xfc\xfa\x1a\x8f\x6d\x1c\x05\x3a\xe8\x22\x67\x8b\x45\x96\x7c\x57\x51\x59\xa1\xb2\x81\x72\x7f\x03\xa5\x0e\x6a\xf9\x8b\x64\xba\x09\xf8\x55\x55\x03\xc3\x39\xfd\x4d\x91\x4e\xbf\x8c\xd8\x4c\xaa\x1c\x6f\x8c\xd8\x91\x5e\xbd\x6a\xf5\x67\x6d\xf6\xab\x26\x4d\xbc\x9a\x32\xb8\x1c\xc5\x38\x9a\xd9\x68\x54\x39\xc4\xc9\x1c\x86\x1a\xec\xb8\x6d\x33\x73\x9a\xe6\x89\x38\x11\x1a\x0e\xb9\xd7\x6e\xe5\x46\x16\x8f\x74\x9e\x3e\x58\x3c\x88\x82\x55\x88\xb7\xa9\x32\x63\x69\x46\xa3\xf6\xce\x18\x24\xe8\x24\x47\xf8\x83\x68\x50\xbf\x61\x16\xe2\x43\x24\xbf\xa4\x58\x4e\xff\x8b\xf4\x23\xf3\xdf\xa6\xfe\x07\xc0\x17\x9a\x0f\x5b\x42\xb4\x72\xc0\xb2\x9a\x93\x66\x48\x94\x87\x89\x22\x93\x31\x22\x7a\xc6\x94\xe4\x59\x93\xbc\xa3\x13\x84\xa0\x3c\x34\x0c\x97\x87\xc2\x9c\x0f\x01\x30\x16\x10\x76\xbb\x45\xf0\xd2\x05\x87\xf9\x57\xf5\x69\xae\x0a\xa7\xff\xac\x98\x87\xa5\x35\xe1\x84\x3d\x2b\xa7\x10\x23\x5b\x85\x5f\xfb\x32\xb8\xa2\x43\xf9\x1e\xa7\xe4\x09\x9f\xd6\x85\xfe\x74\x7f\xc1\x9d\x41\xc4\xb5\x6a\x6d\x7d\x0f\x8d\x64\xd5\x13\xa2\x55\xa1\x4c\x67\x78\x7e\x54\x79\x58\x98\x8b\x32\x53\xe6\xa8\x86\xa6\x79\xec\x01\x0d\xdd\xb7\x30\xb9\x64\xeb\xeb\x97\xca\x7c\xd5\x2f\xe0\xb5\xd3\xa9\xd8\x03\xd3\x8b\x02\x25\x8f\x8c\xea\x2a\x57\x8c\x6f\x84\x8d\x94\x03\x5f\xd5\x9e\x45\xc9\x18\xda\x42\xbf\xae\x09\x39\xb6\xbb\xb0\x7b\x90\xb8\xd3\x16\x02\x34\x15\x29\x1b\x17\x6a\xce\xae\xa2\xd0\xa2\x2f\x60\x82\x69\x2f\xed\x53\x5f\x08\xb0\xd7\x74\x63\xd4\x80\xde\x2d\x56\x13\x76\x10\xa2\xd8\xa9\x2e\xb3\xb2\x35\x24\x45\xa2\xfc\xaf\x5e\x4e\xad\x7e\x81\xbf\xb0\x40\xba\x94\x2f\x45\xf4\x32\x08\x1c\x6b\x82\xac\x88\x91\x9c\xb1\x63\x0a\x82\x39\xce\xc0\x59\xed\x5f\x71\xb7\x84\x9b\x33\xd9\xbb\xc0\x1a\x06\x22\x59\x55\x37\x03\x14\xb2\x8d\xe4\xd0\x59\x1c\xe8\x0c\xe0\x35\x87\x39\xfb\x90\x5d\x1c\x7d\x60\xb5\x87\x23\xf8\x98\x22\x33\x93\x2a\x10\xa6\x6f\x81\x88\x98\x60\xc4\x31\xa6\x15\x48\x43\xdc\xca\x32\x2e\xbd\x46\x28\xb0\x9f\x43\x0f\xab\x8e\xcb\x8e\x36\x64\x7f\xd2\x94\x6c\x0f\x31\xc4\xc4\x79\x78\x0e\x17\x23\x77\x6b\x55\x72\x9e\xd1\x57\x1f\xf1\x4f\x6b\x60\x1b\xdb\x69\xe8\xac\xf2\x4e\xe4\x18\xc9\xea\xca\xa5\x13\x93\x24\x35\x85\xb7\x50\x3b\x63\x21\x1d\xcd\x9e\x9e\x92\x20\x16\x8c\x4a\x8c\xba\x08\x6f\x63\xc6\x2c\x3d\xc6\x78\x57\x42\x63\x1a\xad\x0b\x85\x69\xb4\x43\x61\x4e\xbe\xf0\x9d\x2a\x6c\x39\xad\x52\x06\x99\xc6\xcd\x61\x6c\xd7\x91\x6f\xbb\xd3\x98\x4b\x40\x99\xf2\x83\x99\xcc\x9d\x55\x36\x14\x1e\x60\x27\xc3\xcd\x96\x65\x77\xe2\x26\x9b\x57\xbb\x65\x03\x21\xba\xe5\x58\x4d\x1b\x2e\x29\xf2\x12\xe1\x0d\xd4\xd2\x40\xa8\xb7\x15\x32\xdf\x0c\xd6\x39\xb4\x5c\xcc\xc4\x3d\xe9\x0b\x2f\x27\x4d\x01\x08\xf1\x2a\xf7\x40\xd7\x56\x8f\x50\x86\x83\xb7\x04\xef\x03\x1f\xa9\xc4\xbd\x12\x8a\xf4\xdb\x30\xf1\xb6\x25\x02\x71\xef\xdb\x80\xbf\xbd\x7d\x1b\x26\xca\x20\x54\x54\x93\xdf\x61\x60\xeb\x6c\x65\x03\xf5\x08\x20\x32\x9f\xec\x8b\x0f\x5a\x45\xa2\x54\x0b\xfc\x7e\x27\x57\x84\x07\xce\x81\x6c\x5e\x5b\xe2\xe4\x37\xf2\x47\xad\x5e\x4b\xa8\x87\x31\x22\xde\xbe\x90\x95\x49\x84\xeb\x16\x98\x18\x8a\xe0\x6a\xc5\x8f\xf4\x6f\xd3\xbb\x61\xa5\x4c\x67\xe1\xfd\x40\xd4\x9d\x81\x69\xcf\x89\xf8\xed\xee\x91\x2c\xba\xad\x1d\xa1\x35\x3d\x9b\x7a\x3e\x15\x21\xd6\xb9\x08\x9c\x99\x96\x38\x2a\x7f\x56\xba\xe3\x4d\x14\x25\x51\x02\xae\xaf\x7f\x84\x29\x27\xac\x7f\x98\xcb\xf7\xb9\x41\xe2\x97\xcb\xac\xea\x6f\x8e\xf6\x9b\x6f\x11\x15\x4e\x44\x72\x05\xbf\x57\x76\x82\x6f\x0a\x6f\xef\x98\x96\xbc\x86\xda\x23\xbe\x67\x26\xf7\x47\x58\x2f\x2a\x64\xcd\x5f\x92\xba\xa7\x6f\xfa\xf2\x6e\xce\x40\x77\x06\x23\x47\xd4\x1b\xc3\xf7\xe6\xbf\xc8\xd9\xff\x40\x2a\xb3\xd6\x11\x15\x04\x04\xb8\xec\x15\x54\xec\x60\x3c\x7a\x49\x24\xe1\x51\x75\x35\x91\xde\x62\x46\x36\xaf\xd6\x03\x4c\xb5\xe3\x52\x4c\xf3\xc2\x6c\x20\xfc\x9c\x5a\xd1\x23\x47\x90\x17\x47\x3b\x47\x43\xd6\x6f\x59\x25\x2a\x32\xa0\x14\xfb\x62\x54\xb2\xf0\x85\xa1\x10\x9f\x14\x8b\xf3\x0e\x75\x47\x3c\x3f\x1d\xa1\x82\x29\xa2\x16\x68\x79\x28\x95\xe1\x1a\x0e\xcf\x05\x0a\x44\x8d\xda\xd8\x78\x66\x22\x0a\x2e\xfb\x4c\xfb\x05\x20\x70\xb7\xf2\xc8\xfa\x48\xbf\xc9\x3a\xb2\xe4\x89\x6d\x09\xd1\x6d\xa7\x27\x7d\xf5\xdb\xbe\xf2\x2a\x2e\xa8\x89\x21\xcb\x55\xaa\x52\x99\xde\x73\x1e\xc1\x4e\x08\xaa\x71\xe5\x59\x2f\x53\x52\xa8\x76\xcd\x5c\x64\xaf\x55\xf5\x07\x9d\xb3\xba\xaa\x63\xcb\x6e\xe8\x80\x82\x3b\x68\x78\xad\xfa\x84\x78\x8b\xb7\x06\xfc\x97\x43\xfe\xed\x99\xdf\xf6\x7d\x60\xb8\x98\x64\x81\x40\xf8\x0f\xe6\x37\xdb\x59\x4b\x94\xd0\xc3\xf3\xf3\xd1\x4e\xa6\x70\xc2\x63\xe5\xbf\x67\xa1\x61\x5e\xc9\x70\xbc\x36\xba\xab\x3d\x36\x8c\x42\xd9\x21\xc0\xda\x32\xee\xfa\xa1\xf9\xd7\x39\x3e\x3c\x8f\x1f\xc1\x46\xf5\xc5\x44\xbd\xd2\x54\x4d\x08\xe3\xf2\xeb\x0a\x9b\xcb\x9f\xf4\xf1\xf0\x49\xf6\x0f\x74\xf7\x22\x6b\x9c\x5f\xa5\x8c\xba\x0d\xb9\x43\xae\xd5\x38\xed\x8e\x8e\xf9\x49\xfa\x51\x26\xb7\x9f\xba\x26\x3d\x46\x45\xef\x28\xf3\xcd\x5a\x2e\x5f\xe8\x5a\x31\xa7\x22\x30\xd4\xe1\xe9\x5b\x07\xf2\x51\x7c\x76\x78\x95\x53\x30\x09\xad\xea\x0a\x71\xb8\x17\xc9\x89\x00\x4a\x94\xaf\xea\x19\xf0\x7c\x3a\x4f\x78\xbf\x7a\x0a\xdf\xd9\x42\x33\xe6\x4f\xbd\x9c\xcc\x9b\xf3\xc2\xfe\xd1\x6b\x70\x31\x17\x39\xe6\x14\xdc\x23\x00\xce\x76\xf2\xef\x3c\x9c\x50\xa8\x9a\x6c\x20\x60\x28\x5c\xb5\xcc\x1c\x1d\xe4\x5d\x0a\x26\x56\x32\x49\xbd\x44\xf8\x90\x0d\x84\xde\x3a\x75\x9c\xbe\x89\x6c\xb0\x05\xaf\xbe\x72\xb3\x43\x31\x51\xc4\x37\x36\xa4\x4f\x1b\xa8\x2e\x49\x33\x3f\x56\xcd\x78\xb6\x54\x45\x36\x56\xf1\xfd\xcf\x93\xfd\x16\xcf\xb5\x27\xbc\xaf\x42\xa2\x56\x33\x25\xef\x47\x8c\xa9\x73\x42\xd8\x6d\xff\x8c\x4e\x06\x9c\x41\xa1\x22\x4b\xf3\x9b\x02\xf8\xa0\x9d\x27\x78\x41\xaf\x21\xab\x2f\x90\x1c\xb8\xa6\x91\x9c\xec\x1c\x23\x5d\x2f\x15\xc3\xfc\xe2\x49\x5b\x38\xdd\xe9\x92\x7a\x5f\x90\x45\x9b\x03\x23\x72\x99\x74\x7c\x0e\xf4\x50\x42\xad\x6c\xc2\x06\x8a\x87\x7c\x4c\xe4\x6b\x20\xc5\x09\xa1\x9c\x9a\xcb\x3c\x07\x7c\xce\x26\x42\x38\x4e\xc8\x73\x7d\x90\x25\x74\x84\x96\x7d\x24\x45\xce\x23\x08\xb6\x8c\xb7\xd0\xfb\x13\xdd\xf4\x39\xf7\x40\x72\xb7\x7a\x30\x62\x93\x0f\x3a\x3a\x93\x76\x6e\xaa\xe4\x30\x74\x7d\x78\xcb\xfa\xe2\xf2\x70\x51\x71\x34\x68\x88\x84\x95\x21\x25\xf2\x53\xed\xff\x94\xc8\xef\x07\xbd\x45\xa6\x2a\xb3\x0b\x25\xf4\x56\x56\x72\x3a\x4a\x72\xa5\x9e\xb3\x2b\x2d\xc4\x4a\x73\x04\xd5\x20\xb6\x5d\x00\xf0\xb6\xe0\x1d\xb9\x78\x95\x14\xb8\xde\x5b\x61\xcd\x81\xa6\x6b\x72\xe5\x79\xfc\x15\x9d\x34\x6f\x2a\x93\xcb\x8f\x0c\x5d\xe4\xd0\x20\xe1\x83\x6b\x18\xa3\xd4\x2a\xda\x15\xf1\xdc\x58\x5c\x2e\x12\x4d\x18\x54\x50\xee\x24\x61\x9d\x69\x52\x08\x36\x90\x6b\x26\xca\x85\xb4\x2b\x62\x18\xf0\x16\x00\x58\x0d\x4b\x15\xe4\x39\xe8\x3d\x8c\x1c\x94\x23\xe1\x95\x1f\x76\xcd\xb3\x96\x50\x7c\x22\x25\x74\xde\x4a\x14\x54\xfb\x70\xa1\xcb\x6a\x24\x8f\x17\x4e\xba\x94\xaf\xb3\x8a\xa7\x0d\x03\xeb\x81\xae\xcb\xdf\xf6\xf1\x95\x72\xe6\xfa\x53\x44\x2d\x80\x26\x35\x68\xee\x18\xd9\xa9\xb5\x64\xed\xfe\x71\x80\x74\x33\xf1\x58\x67\x17\x37\xb9\xe7\x4f\xb2\x5e\xb0\x18\xcc\xa0\xc8\x94\x51\x43\x00\x44\xdd\x13\xce\x08\x91\x0f\x0b\x55\xa1\x20\xa0\x60\xaa\xd9\x0e\xd1\x31\xe2\x1b\x1c\x65\xf0\x4a\x8c\x65\xa5\x76\xdf\x2b\x18\x79\x72\xd4\xda\xd9\x97\x59\x95\x88\x93\xc7\x53\xee\xbc\x19\x42\xf1\xdb\x9c\x30\x60\x77\xdf\xbc\x17\xed\x3a\xa5\x12\xd0\x0d\x7b\x23\xcf\x6c\x27\xd5\x38\x91\x74\x62\x9b\x47\xf0\xf8\x26\xcf\x54\x18\x2c\xf1\x3a\xa7\x93\x41\xfc\x67\x79\x45\x30\xd0\x6d\x2b\x9d\x3a\xfe\x1f\xa2\x9e\xe0\x08\x5e\xfd\x3a\xb6\xe8\x1d\x6a\x0f\x9c\xd5\x5e\x86\x7c\xd1\xfd\x1b\x4e\xb5\x99\xe0\x5f\xda\xa2\x79\x97\x17\xfd\x3b\x3e\xf6\xf6\x6d\x90\x78\xdb\xfc\x56\x73\x2f\xf1\x76\xf0\xed\xed\x20\xf1\x76\x28\xb6\xea\x1e\x97\x2b\xca\x66\x8f\xb4\x39\x7f\xe8\xed\xb8\x3a\x89\x1a\x7a\xdf\xb8\xe8\x76\x6a\x5c\xaf\xdf\xaa\x1f\x66\x03\x31\x2c\xfd\xd7\xda\xd3\x73\x7a\x9f\x83\xff\x89\xfb\x4f\xce\x4b\x5f\x2c\xbf\xf3\xf7\x83\x6c\xa0\x1a\x0f\xec\xf6\x46\x2c\xf4\xca\xe1\x58\xd6\x41\x7d\x6a\xb7\xf2\x48\x46\xa9\x65\x4c\x77\x95\x3b\xf5\xe0\xa1\xcf\x51\xe9\x50\x80\xe5\xaa\x3f\xa8\xc0\x38\x83\xc4\x08\x68\x47\x27\x35\xb6\x06\xa7\x3e\x1d\x3a\x23\xa8\x96\x28\x65\xac\xf6\x8a\x17\x7a\x77\x71\xa6\xc5\x24\xba\xae\xde\x26\xd3\x00\x14\x4b\x68\xe8\xa7\x04\x00\x29\x2f\xf8\x3f\x26\x00\x80\x9d\x5a\x05\x6c\xa1\xe6\x04\x00\x2a\x61\xa2\xd6\x14\xf9\x6c\xc1\xf7\x04\x9f\x0f\xc0\xf2\x78\xcb\xa1\xe1\xe5\x48\xda\x68\x8e\x6a\x16\x88\x8b\x12\x1a\x46\xca\xb7\x91\x24\xa5\x75\x38\x96\xd0\x3e\xf4\xb2\x1d\x31\xd1\xef\x71\x81\x99\xb3\x74\xa3\xe5\x52\x35\x27\xa9\x09\x69\xb2\x22\x84\xa4\xeb\xf0\x00\xf3\xf6\xda\x8d\xf6\x9d\xfa\xbd\xe1\x20\x94\xe4\xb3\xac\x16\x73\x0d\xbf\x00\xd4\xa3\x44\x99\xe2\xcd\x42\xab\xee\xd1\x42\x64\x54\x2d\xc3\x22\xf4\x86\xac\x6a\x9c\xe8\xe1\x22\x1b\xf6\x79\x53\x88\xbd\x5c\x2d\x99\x75\x59\xe3\x0f\xba\x0d\x3f\x4f\xc4\xe5\xb4\xce\xf0\xd4\x32\x73\xb7\xe7\x60\xda\x43\x04\xcb\xd6\x16\x22\x23\x47\xf0\xcc\x3e\x51\x2c\xd6\x15\xca\x05\xf2\xa2\xc2\x9f\x3d\x43\xf6\x1a\x92\xae\xcf\xbc\x29\xe3\x9d\xa1\xc8\xe9\x03\x9a\x78\x48\xf9\xaa\x15\x25\x10\x66\x85\xd9\xf1\x40\x60\x4b\x8f\x99\x95\x6d\xc8\x6a\xe8\xd4\xdb\x85\x38\x91\xc1\x55\xc6\x8d\x06\x4f\xf0\x01\xd9\x53\x56\x4c\x35\x57\x0d\x72\xf4\x6e\xae\x0e\x3a\x7a\x6e\x6e\xda\x72\xd1\x01\xaa\xa3\x27\x44\xf0\x9c\x7a\x55\x2d\x3a\xec\xf9\x64\x24\x44\xf7\x25\xf5\xb2\x8e\x6c\x9b\x3d\xaa\xb5\x63\x11\x75\x4e\x6f\x04\x25\xec\x5c\xb8\x15\x1e\x4d\xdd\x5c\x9b\x88\xd4\xd1\x4e\xc3\xbd\xed\x3f\x31\xf2\x6b\xb9\x23\x36\x9c\xf2\x8a\x12\xc4\x59\x24\x0f\x1e\xa4\xc7\xf8\x32\xd1\x6c\x98\x0d\xaf\xc9\x98\x1f\x86\xb8\xe2\x73\x89\xd3\xb5\x66\x00\x32\x73\xb2\x15\x99\x3c\x9f\x57\x30\xd2\x10\x37\xf9\x9c\xa8\xbb\xbd\xa6\xfd\xa9\x9e\xe6\x60\x11\xdc\x7b\x5d\x87\x29\x97\x32\x97\x08\x55\x43\x81\x60\x87\x05\x71\x01\xf4\x35\xf6\xe2\xe6\x97\xc9\xe6\x5b\x9c\x11\x47\x25\x2d\xae\x51\xf3\x9d\x1d\xe5\x37\x51\x6f\x07\x68\xdf\x6c\xb3\xd3\x8d\x0b\xfe\x3b\x6e\xb7\x4e\xea\x32\xef\x21\xca\xde\xa4\x38\xed\x02\x21\x5e\x00\xe7\x05\x58\xa6\xe1\xca\xa1\xf0\x9d\xfe\x39\x17\x47\x5e\x7b\x42\x34\x1c\x3f\xde\x87\xf4\x51\xff\x66\x4b\x1e\x01\x8c\xd8\x47\xbe\xfc\xbc\xc3\x40\x69\xcd\x4b\x29\x4e\xd9\x34\xf5\x6c\x90\x84\x27\xa6\x04\x04\xd2\xd7\xf1\x81\xf8\x78\xc9\x53\xa3\x3d\x5d\xc8\x69\xfb\xf0\xfd\xa5\x4e\x01\x41\x5d\xdd\xb8\xf2\x69\x0a\xc5\xdb\x4b\x86\x7e\x74\x74\xce\x3e\x6c\x8a\xd7\x97\xd9\xd4\x0c\xaa\xad\xe7\x53\x44\xd4\x66\xfb\xe2\xf5\xa5\x88\x58\xc0\x1e\xb4\xab\x9e\x10\xfe\xb5\xce\x7e\x12\x60\x8d\x5a\xba\x62\x9b\x5b\x48\xf1\xf2\x32\x22\x10\x85\xa6\x1e\xcf\xb8\x96\x8e\x78\x7e\x41\x48\x68\xa8\x6b\xb6\x68\x5b\x3c\xbd\x00\x7b\x23\xd0\x0d\xfb\x30\x10\x8f\x2f\x00\xde\xf0\x75\xce\x3e\x1c\x88\x87\x97\x0d\x65\x63\xf0\xf4\xf6\xec\xd8\xee\xba\x2f\x3b\x4a\x50\xaa\xf5\xbe\xe8\xd8\x81\x39\x2f\x23\x48\x04\x7a\x8c\x18\xc7\x80\x74\x3f\x40\xf8\x2f\x2a\x50\xa8\x29\x8a\x88\x11\x70\x42\xc4\x23\x0b\x83\x71\xaa\x2f\x9a\x93\x95\x2c\x79\x31\x9d\xef\x5f\xd8\x70\x6b\x37\x8b\x7d\x37\x14\x9e\x3b\xdd\x11\x15\xf8\x5d\x44\x21\xc5\x8c\x75\xa5\x84\x83\x3a\x01\xcb\xc3\x24\xa9\xaf\x92\x14\xa3\x2e\x29\x03\x96\x4b\x24\xa8\x5b\x2a\x99\x23\xde\xfa\x4d\xfd\xdc\xaf\xe4\x4f\xfd\x04\x55\x45\xbc\x75\x59\x26\x26\x55\x1c\x25\xd6\x5b\xcc\x64\x62\xc1\xc5\x58\x62\xc5\x45\x37\xb1\xe2\xde\x15\x79\x3d\x65\x81\x58\xde\xad\xcc\xd3\x81\x0a\xcd\x74\x75\xad\x6e\x0c\xb3\x95\x78\xe8\xc1\x36\x94\x1e\x43\xdb\x88\x78\xd4\xab\xfe\x19\x96\xe1\xba\x82\x25\xfa\x39\xf9\x30\x43\x6e\xb2\x7b\xf9\x92\x7c\x38\x72\xc8\x38\x22\x7f\x25\x1f\x4e\x48\xa3\x79\x96\x05\x19\xd1\xbe\xb6\x50\x9f\x9b\x22\x67\xdf\x22\x5a\xa8\x3e\x8d\x50\xc1\xd9\x61\xca\x4e\x96\xd3\xe3\x8f\x10\xbc\xf1\x4a\x20\x8c\x4f\x13\x8e\xc7\xbc\x82\xca\x74\xc1\xc7\xd2\xd1\x7f\xa9\x23\x0f\xed\x3f\xf5\xa4\x27\xf4\xcb\x19\x42\x68\x8b\xa4\xcc\x5f\xe5\x4d\xb2\x1f\xa2\x35\x2b\x43\xe3\x0a\x5e\x3c\x7a\xbc\x28\x1b\x12\xef\xaf\x9d\x9a\xbc\x4b\xfa\xef\x51\x7d\xaf\xe4\xac\x98\x95\xc6\x02\xb0\xe7\xd0\x8a\x3c\x5b\x48\xc6\x42\x6a\xbd\xe6\x9a\xdf\x6c\x68\x2e\xc8\xcb\x7e\xe9\x9c\x24\x11\xa0\x19\xe5\x4c\x25\xfc\x18\xec\x8e\x2e\x29\x7a\x06\x66\xbc\xc1\xd5\x1c\x69\x57\x1c\x64\xbc\x4f\x0d\xf7\x91\xc7\x81\xda\x4a\xec\x71\xda\x8d\x4d\xa2\xa9\x4a\x34\x9c\x9d\x3c\x94\x89\x1c\x0e\x6a\x3f\xd4\x4c\x79\x44\xce\xd0\x6b\xf7\x37\x48\x5f\x37\x58\x22\x6c\xbe\x0d\x9b\xd9\xc4\x8d\x24\x6d\xf5\xb2\x6f\x93\x6a\x9c\xb8\xa3\xf9\x89\x64\x70\xf2\x51\x7a\x52\x59\xce\x6e\xab\x9e\x47\x3b\xba\x09\xfb\x84\xe8\xf3\x08\xb8\x63\x2d\xd4\x07\x40\x3c\x67\xec\x0b\x86\x94\xc6\xba\x71\xbb\x2d\x5b\x94\xa6\xe8\xf6\x82\x16\xfd\x1c\x18\x8e\xb0\x9c\xd3\x48\x19\xea\x2e\x60\xb4\xa7\x88\xd2\x61\x49\x45\x53\xde\x31\x0c\x23\x80\xd4\xc0\xdf\xd9\x6d\x41\xdb\x8d\x92\x91\x40\x00\xde\xca\x9b\x9d\x44\x81\xf5\x03\x32\xf3\xef\xe5\xb7\x0d\xa5\xb6\x8a\x0c\x03\xdd\xa3\xbc\x39\x20\x2d\xa6\x32\x2d\x21\xda\x67\x79\x73\xa4\xc8\xd7\x17\x8e\x36\xad\x6b\xea\xe5\x8c\x90\xeb\x1a\x70\x70\x6d\x9f\x53\x44\x86\xaf\xb4\xbd\x5a\x1c\xe0\x5f\x54\x96\xcb\x3c\x91\xac\xcf\x03\x31\x30\x3e\x8c\xbd\x40\xaa\x89\x05\x98\xd0\x6a\xe2\x82\x63\x81\xa3\xbe\xc9\x59\xb8\xbb\xa6\x3c\x10\x22\xcc\x3f\xc7\x09\x0d\x37\x2f\xb1\x12\xa5\xa9\x22\x61\x5d\x74\x36\x74\x9c\x82\x03\x38\xdf\x9a\x8e\xb8\xc9\x64\x23\x49\xa5\x9f\x16\x2a\x9c\x01\x4e\x93\x4c\xc5\x94\xf6\xab\x85\x8c\xe2\xf3\x32\xd4\xaf\xe6\x64\x99\x7d\x53\x3b\x9b\xfe\xef\x1f\xda\xd9\x81\xd8\x3d\xb4\x11\x77\x12\x9e\x5a\x00\x0a\x20\x51\xe0\x74\x55\xc9\xbe\x1f\x00\xa0\xb3\x97\xfb\x3a\x12\xc5\xce\x20\x86\x0f\xe8\x5a\x1e\xd0\x74\xaa\xa9\xaa\x40\x00\x20\x13\x99\x7a\x9a\x1d\x93\xbf\x08\x96\x2f\xa4\xbf\x9f\x61\xa4\x33\x02\x8e\x4f\x62\xb1\x7e\x80\xf7\x60\x67\x3e\x66\xcc\x95\x9e\x2a\xf8\x58\xc8\x70\x31\xe3\x94\xc9\x64\x10\x97\x95\x0d\x10\xab\x0c\x61\x7d\xae\x6e\x22\x30\xae\x3c\x81\x2c\xe2\xa8\x00\xf9\xcf\x83\xaf\xff\x45\x52\x36\x69\x72\x2d\x36\x85\xbe\x38\xb7\xf8\x49\x46\x47\x62\x45\x2e\xa3\x6a\x2d\x91\x92\x7c\x26\xb3\x75\x69\x8e\x08\xe6\x20\x7b\x90\x09\xdb\x7a\x59\x22\xf7\x34\xc5\x50\x94\xa5\x7a\x7b\xa4\x99\xa8\xab\x2b\x43\xda\x99\x19\x72\x7a\x07\x30\x55\x85\x8c\x8e\x81\x2f\x05\xae\xf9\x89\x4c\xde\xf3\x63\xc9\xdc\xc6\x48\x26\xd9\x8d\xdf\xcc\x6e\x0c\x93\xec\xc6\x17\xdf\xf4\x83\xe4\x4d\xff\xf9\x52\x27\xda\xd2\xd7\x0d\x7b\x7f\xb7\xc5\x07\xf1\x20\x86\xaf\x29\xd9\x92\x7d\xf1\xfe\x52\xa6\x1f\xdd\x14\xf7\xf1\xf6\x92\xa1\xef\x3a\x3a\x67\xbf\xef\x89\xd7\x97\x11\xc9\x7f\x6d\x72\xd7\xe6\x4a\x7f\xbd\xac\xe8\x47\x4b\xaf\xed\xc3\x8e\x78\x79\xd9\xd0\x8f\xa6\xde\x8e\x23\xf6\xe1\xf9\x65\x46\x3f\x42\x3d\xb7\x0f\x47\x52\x3c\xbd\x2c\xe8\x57\xa0\x97\xf6\xe9\x40\x3c\xbe\xec\xe8\x87\xaf\xf7\xf6\x61\x53\x3c\xbc\x9c\xe8\x87\xa7\xcf\x71\xa5\xee\x0b\x82\xb8\xb4\xbe\xc6\x9f\x3b\xcc\xd2\xa8\x24\x4b\xa3\x1f\x16\x48\x77\xd9\xf7\xa1\x1f\x45\x8e\x52\x31\x93\x5b\x8a\x6d\xd3\x4b\x67\x44\x3a\x7d\x71\x41\xac\x20\x01\x5d\xb6\x19\x07\xf6\x6d\x55\x64\x8c\x80\x95\xa4\xcd\xea\xa3\x56\xf5\x54\xec\x62\x43\x9c\xa4\xf0\x5f\xf6\xe0\xab\xaa\xf2\x42\xd9\x6f\x55\x4d\x96\xe1\x0b\x77\x52\xd3\x02\x11\x8a\xf7\x72\xd3\x6c\xf4\xba\x53\x21\x46\x7a\xaf\xca\xa4\x32\x6e\x7e\x91\xab\xc1\x6a\x09\x35\xf0\x9e\x18\x5a\xf5\x80\x90\x44\x24\x17\x9f\x48\xe2\xfc\x7b\xcf\x0c\x2a\x6c\x68\xc5\x74\xef\x60\x73\x37\xe9\x46\x35\xff\xb2\xc3\xa2\x79\x7b\xef\x9d\xce\x49\x4b\x6a\xd4\xd3\xf8\xcb\xe2\x1e\xa8\xc7\x15\x74\xe7\x4c\x92\xd4\xfb\x21\x07\x70\x84\x59\x87\xbc\x98\xc7\x8f\x86\xb0\x51\xe6\x18\x5d\x78\xc4\xbc\x74\x84\xfe\x98\xac\x2c\xb2\xaf\x12\xea\x77\x05\x4e\x38\xdd\xcb\x4a\x22\x3d\x39\x95\xaf\xed\xa1\xcb\xa4\xec\xf4\xdc\xa9\xb6\xf0\xde\x47\x7b\x40\x1d\x2e\xd9\x1f\x99\xb5\x78\xe7\x83\xc4\x0a\x51\x30\x87\xda\xeb\x09\xc7\x45\xd2\xc2\xf5\x61\xbc\x7d\xc0\xf9\x57\xac\x5c\x30\x97\xa2\xae\x8c\x78\xc1\x7a\x42\x7f\x5c\xe8\xbe\xd7\x6e\xbe\x91\x18\xf0\x11\x7e\x08\x96\x76\xa1\x7b\xd3\x13\x3b\x61\xb4\xcc\xfd\x79\x60\xbf\x50\x4f\xe8\xf7\x43\x03\x1d\x04\xf8\x2f\x85\xc5\x9a\x0f\x8e\x0d\xd0\x4e\x23\xcb\x7c\x5e\xe2\x32\x42\xd5\x20\x69\x77\xf3\xec\xbb\xd6\x86\x65\x12\x57\x38\x85\x18\xbd\x4f\xb9\x0b\xc5\x95\x34\x82\xd6\x3b\xa5\x99\xdf\x20\xdc\x54\x5e\x0f\xd1\x9a\xa9\x17\x15\x4f\x5a\xf1\x80\x40\x00\x1a\xd9\x03\xbe\x40\xfe\x7f\xc9\x58\x19\x0e\x02\x04\xa7\x9c\x02\x56\x99\xa1\x70\x4b\xe5\x15\xcd\xe3\x7b\xeb\x5f\xb5\xd4\xf9\x87\x96\xd6\x32\xa6\xc0\x53\x99\xe3\x81\x57\x57\x70\x39\x7e\x47\x47\x48\xda\xfa\x2c\xc3\xd8\x6c\xd8\xae\xf7\x4a\xfc\xfc\xab\x8a\xbb\xd0\xec\xca\xcf\x67\x5a\xac\x65\x72\x33\x8d\xb9\xff\xf5\x15\x20\x9c\xde\xe7\x89\x3a\xed\xb7\x6d\xa1\x3f\x6a\x89\x3a\x6d\x5b\x2d\xa1\x3f\x9e\xa8\xce\x31\x67\x4a\x52\x14\x11\x85\x2a\x33\xa4\x03\xe6\xf5\x5f\xdf\x99\x8a\xb6\xf0\x3e\xf2\x7b\x9b\xe1\xd2\x13\xea\xb3\xb4\x27\x08\x56\x04\x1e\x50\x6d\xaf\xe2\xce\xae\xd6\x6f\x14\x94\xef\xc5\xc5\xde\xbe\x17\xeb\x50\x7e\xc2\x40\x28\xfd\xc7\x62\x6d\xe1\x7d\x4e\xd0\x89\x61\x85\x27\x78\xb4\x06\xe2\xd5\x95\x17\x20\x7a\x31\x59\x4b\xc3\x74\x17\x6c\x94\xb2\xf9\xf1\xb9\xe4\xe8\x5d\xb3\x77\xc7\xb2\xca\x9b\xa3\x27\xbc\xb1\xcc\xb6\xd4\xf9\x51\xcd\xf3\x90\xe1\x68\x22\x8a\x07\x37\xee\x1f\xcd\xdd\x0a\xe1\x5b\xb5\x19\x5f\xc1\x2d\xf5\x4e\x30\x2f\x61\xb1\x86\x34\xf3\x93\xb7\x68\xea\x8f\x6a\x5b\x72\x62\x7a\x92\xb7\x0e\xd6\x23\x29\xf4\xfb\xea\xac\xa2\x28\xbb\x77\x8e\x63\x36\x4d\xe6\xec\xdc\xb7\x84\xf7\x5e\xb6\xd4\x8c\xf0\xdf\x2e\x51\xa1\xca\x9a\x17\xb5\x2f\x82\x87\xd1\x96\xd7\xb3\xa3\x7e\xbd\xb1\x6b\xff\x19\x19\x82\x2a\xb8\x5f\x0f\x1d\xe8\x4c\xc2\x92\xba\x3c\x3e\xc2\x82\x7f\xac\x25\x9d\xb5\x2f\x67\xf2\xbf\x1b\xa9\x42\xc1\x45\x84\xc1\x85\x54\x4d\x9d\x15\x94\x04\x03\x73\xc9\x07\xa4\xb0\x7f\x10\x35\xf8\x6c\x32\x43\x36\xab\x31\x0e\xc2\x1c\x7f\x90\xe3\xc4\x99\x11\x17\xcb\xec\xe6\xe9\x53\x38\xd5\xb8\x46\xd7\x04\x45\x0a\x04\x47\xf2\xd4\x12\xa6\x65\xca\xd1\xda\x85\xf2\x9e\x3e\xd0\xef\x50\x53\x1a\x76\x60\x82\x08\x95\xee\x89\x30\x8d\x7c\xb3\x1d\xa6\xf2\x4c\xa5\x3b\x8c\x23\xf8\x6c\x4e\xf3\x57\x19\x99\xbf\x7d\xb3\xce\x6f\xe3\x26\x78\xe9\x67\x5b\xa2\x63\xd6\x3b\x2a\x32\x80\x76\xcc\x5b\xc2\x61\xb9\x79\x26\xf2\xa4\xde\x4e\x9c\xdc\xee\x0c\x93\x48\x0f\x4a\xe6\x3c\x3f\xcd\x2d\xe3\xe5\x28\xa9\x7c\x0d\x3c\x12\xb0\xfa\x4c\x1b\x6d\x21\xda\x07\x09\xd0\xff\x5c\x1d\x6f\x57\x80\xd2\xb5\xaf\xcf\x64\xb4\x17\x03\x23\x55\x14\xd4\x2e\x07\xe6\xa9\xfe\x98\x2c\x53\x77\x10\xf4\xd6\x13\x7e\xce\x30\xe6\x3a\x2c\xb1\xa7\xf8\xae\xa4\xd9\x95\x69\xcf\xa0\xf5\x87\x12\xf9\x8e\xab\xbd\x9a\x53\x32\x73\xa5\x11\x84\xca\x70\x84\x8b\x07\x11\x5e\x21\xed\x99\x89\x86\x52\xb7\xa8\x1a\x4f\x23\x8f\xee\xcb\xd6\x92\x93\x21\x29\xa1\xc6\x0f\xcf\x38\x70\xd6\x53\xf2\xb5\x51\x26\xe0\xc0\x70\xed\xd1\x52\xad\x3c\xbb\x02\x42\x33\xfc\x95\x91\x5f\x02\x44\x76\x07\x8d\x32\xf4\x2b\xb4\x59\x57\x3b\xec\xd0\xf5\x0e\xce\x0c\xa7\x23\x02\x6a\x0b\xdd\xc4\xfc\xaa\xbd\x5c\x0c\x6e\xe6\xd0\xcc\x7a\xbc\x6a\xf1\x8c\xe6\xd4\x68\x2a\x59\x22\x2a\xa1\x92\x62\xd7\x4c\xc6\x0b\xa9\x0c\xda\x6f\x94\x2f\xbc\x56\x20\x3d\x09\x25\xa0\xed\xd6\xe9\x87\x20\xf1\x56\x88\x35\x20\xcd\x8e\xf0\x4c\xa9\xef\xa8\xff\x2b\xd5\xd8\xc5\x2a\x8e\x9c\x04\xef\x29\xf2\x32\xc1\x7b\x8a\xb5\x1c\x41\x6f\x35\x1c\x4f\x23\xee\x49\xac\xe5\x05\x19\x19\x83\x48\x81\x45\xfc\x81\x3a\x64\x20\x64\xab\xcd\x08\xc9\x9a\x9e\x21\x2a\x45\x33\x8d\xd9\xbd\xaa\x15\x0d\xe3\x02\x28\xb0\xae\x99\x9e\xad\x73\xa4\x20\x0f\x91\x57\x07\xfc\x41\x21\x8c\x25\x35\x87\xfd\x62\xa4\x66\xf8\xa3\x6b\x66\x2d\x07\x1b\xc8\x4a\x72\x49\x43\x57\xc0\x27\x89\x41\xe9\x09\xfa\x78\xab\xec\xdb\x10\xac\xbf\x3a\xea\x19\xcd\xed\x44\x1e\x11\x7d\x16\x22\xfa\x10\xa8\xa6\x87\x9e\xe1\x01\x1a\x6a\xb2\x05\x58\xe1\xf9\x4e\x19\x46\x38\x4f\x7e\xb0\x25\xa3\x82\x3e\x2c\x21\x73\x6c\x88\xb7\x99\xc9\x5a\x01\xa7\x27\xdb\x14\x7a\x4f\x06\x05\x18\xee\x70\xee\x16\x45\x76\x47\x2b\xd1\x40\x5b\xb4\x89\x9e\xfd\xcd\x94\x76\x31\x1b\x05\x3f\xb7\x53\x88\x35\x70\x3c\x5c\x4a\x76\x60\xa4\x2c\x2c\x3b\x79\x20\x60\x61\x75\xd6\x1a\x55\xcd\x6d\x16\xb4\xbe\x39\x22\xd7\x8a\x63\x25\x3d\xa1\xcb\x39\x5a\xf7\xa0\x6a\x08\x72\xb0\x77\xc6\x41\x4a\x54\xbc\xf5\x0f\xa1\xeb\x75\x26\xaf\x21\x39\xe0\xe6\x29\xb3\x88\x20\xca\x48\xb1\x0f\x0a\x23\x36\x52\x56\x57\x88\xe6\x14\xc9\x4f\x5e\xa8\x93\xe4\xe2\xa2\xc7\x91\xe3\x00\x29\xb7\xd5\x4b\x1e\xba\xf5\x6e\x19\xd4\xda\x9f\x21\x91\x43\x09\x97\x56\x24\xf7\x2e\x76\x9c\xbd\x62\x4d\x14\xae\x57\xa2\x62\xdd\xfc\x1a\xec\x53\x8d\xa2\x04\xbc\x9a\x7b\xcc\xb1\x56\xc3\xd4\xc5\x94\x88\x9c\x69\x82\x42\x8d\x92\x23\x1c\xe5\x88\x7c\xf6\xbc\xe7\xac\x56\x7b\x1d\x98\xa9\x72\x32\x7a\x23\xa7\x0b\x1b\xd5\xc6\x57\x03\x54\x7a\x2b\x56\x4d\xe6\xa1\x16\x67\xe8\x26\xda\xba\x6d\x9a\xc1\x7d\x17\x4e\x3a\x66\x44\x0d\x90\xc7\x36\x86\x67\x84\x46\xfe\xcc\xb0\x04\x6a\xea\x6e\xe4\x1c\xd9\x36\xcd\x3c\xf9\x5b\x5d\x99\x31\x73\xd2\x14\xde\xa7\xa1\xcf\x40\x66\xa8\x94\xe9\x2a\xff\x00\x24\x43\x94\x14\x35\x0d\xc9\x40\x46\xb0\x9e\xa8\xeb\xe7\xcc\xd4\x1a\xac\x8a\xc8\xc0\x6d\x06\x70\xfe\x8d\x70\xa2\x13\xb9\xf1\x04\xb9\x29\x90\x35\x2e\x39\x5c\xd0\x05\xe8\xc7\x52\xcf\xcd\x55\xf4\x41\x57\xee\xd4\x69\x54\x7f\x7a\x0f\x17\xf2\x7d\x15\xf8\xca\x70\xb0\xe9\x8c\x20\xd1\x93\xde\x83\x72\x94\x5f\x38\x1f\xc2\x91\x32\x57\x63\xa6\x16\x2b\xc5\x1e\x5e\x24\x45\x99\x4d\xb0\x76\x55\x25\xc7\x11\x55\xbf\xe1\x57\x67\xee\xfd\x55\x2e\x2a\xe9\x53\x82\x1d\x25\x66\x2e\x61\x8b\xbb\x75\x79\x9e\x58\x1b\xa4\xb5\xd2\xb5\xb6\xf2\x32\x49\x43\xf0\x36\x19\x3e\x81\x9c\xf5\x26\xba\x70\x4d\x82\x1b\xac\x75\x9d\x66\x85\x3c\xab\xf4\x6c\xc6\x16\xab\x9e\x10\x7a\xf3\x6c\xc9\xb7\xd0\x97\xcf\xb8\x50\x86\x13\x03\x0e\x85\xd0\xc7\x7d\x64\x25\x53\x15\xe7\x84\x5f\x2b\xa4\xab\xf9\x1c\x93\x91\x08\xce\x67\x9c\xbb\xa6\xbd\xad\x53\xe6\xf6\xab\xb3\xbb\x92\x6f\xb5\x5b\x4b\x75\x27\x5a\x94\xe3\x31\xf5\x78\x34\x43\x94\xf7\xde\x87\x86\x8b\x7c\x55\xda\xe7\xf3\x9f\x0a\x15\x3d\x4a\xaa\xea\xc1\x59\xff\x1f\x48\xec\x4c\xc7\x24\x76\xed\x90\x42\xfc\xc2\x59\x70\x41\xf6\xbf\xd3\xd1\x9c\x9e\x6f\xee\xaa\x1b\x5b\xe0\xec\x7e\x54\x37\xce\x72\x32\x56\x2b\xf6\x61\x1f\x32\x65\x58\xd9\xe8\x0b\xef\x15\x1e\xca\xe0\xaf\x22\x50\xed\x06\x5c\xb4\x99\x70\x6f\x9c\xeb\x32\x39\x7c\xa2\xdf\x11\x4e\x4d\xc1\xcb\x0e\x85\x0e\x77\xb4\x86\x0b\x79\xe5\x59\xde\xe4\xc9\x07\x31\x30\xbb\x6a\x28\x54\x4e\xce\xb5\x6d\x43\xbd\xdf\xcc\x39\x2f\x05\x31\xda\x67\xf9\xc1\xb9\x73\x4b\x07\xc6\x5a\xcc\x53\x60\xb4\x3e\xc2\xd9\xad\xff\x9a\x65\xaf\x65\x30\x97\x88\x53\x73\x30\x41\xbd\x73\x7a\x91\x71\x59\x34\x5e\x92\xcf\xf2\x53\x42\x44\x58\x3a\x0f\xb8\x7c\x1a\x16\xce\x22\x10\xa2\x09\xb3\x6a\xff\xa6\x1a\xba\x5a\x9a\x25\x67\x42\xa9\xe1\x9e\x1e\x49\x09\x2c\xb6\x37\x6d\x19\xd6\xe7\xfd\xc2\xda\x62\x33\x68\x24\x12\xea\x9a\x17\xde\x2b\x11\xe9\x80\x28\xc9\x04\xa8\x06\x1f\x37\x57\x53\x48\xe0\x62\x86\x80\x5d\x8a\xee\xbd\x12\x93\x22\xd0\x57\x9c\xf4\xfd\x35\x95\x84\x30\x5e\x24\xf6\xb1\x95\xc3\xdd\xc5\xb1\x8a\xe4\x7a\xb0\xc3\x8d\x75\x86\xc9\x73\xa5\x28\x19\xd1\xd1\xe5\xaf\x1a\xa9\x8b\x2a\x4f\xbf\x36\x0c\x6f\xc4\xfa\x40\x5c\x54\x2f\xc9\x7b\x4a\x15\x91\x0c\xad\x16\xd1\x80\xe8\xaa\x6a\x5f\xe8\x5a\xf9\xdf\x5e\x55\x09\x95\x6c\x53\xe8\xad\x1c\x81\x0b\xed\x9c\x93\x7d\xaa\xd2\x8f\x76\x2e\xd5\x27\x38\x94\xad\x32\xac\xc6\x28\x21\x5f\x61\xef\x30\xd3\x84\xa9\x6d\x56\xbf\x13\xe5\x14\x39\xbb\xa4\xfc\xaf\xc7\xb3\xd2\x55\x6f\x53\x99\xa1\xbb\xad\xac\x0a\x3e\xd8\xb6\x91\x9f\xf5\x1f\xac\xc6\x90\xf1\x69\xc7\x49\x8d\xa1\xa8\x3a\x49\xae\xed\xe8\xcc\xc0\xbe\xcc\x9c\xf9\x34\xd2\x84\x89\xb3\x62\xa0\x8c\x85\x6a\x24\x1e\x5f\x65\x66\xca\x54\x20\x37\x8d\x94\x69\x62\x2c\x61\x20\x14\xdd\x84\x81\x50\x17\x74\x2c\x95\x65\xba\xb1\x84\x97\xd9\xf1\x09\x29\x01\x24\x8a\xaf\x6d\x55\x91\x85\xd4\x35\xaf\xde\xcd\x54\x9a\xdf\x15\x2e\x18\xa9\x8e\x4f\xb0\xcc\xcd\x39\xb1\xfc\xe6\x39\x21\xe7\x98\xbb\x28\x10\x7a\x2a\x77\x55\x95\x78\x3c\xbb\x12\x5f\xec\xed\x65\xb6\xe5\x5d\xa5\x9a\x96\xee\x49\xb0\x6d\x2b\xc1\x6e\x88\x80\x06\x8d\x05\x4b\xb0\x4d\xf5\xfa\x01\x9f\x96\xa5\xe6\x9d\x6b\xd8\xe5\x33\x00\x07\x10\xb8\x21\x7e\xe0\x8b\xf9\xe4\x0d\xaf\x56\x53\xda\x15\x7a\xaa\x76\x53\x37\x45\xca\x92\x3c\x68\x44\xc3\xb6\x1e\x60\xba\x80\xe3\xd5\x62\x70\x22\xed\xaf\x48\xfb\xd7\x19\xbb\x09\x0a\xc1\x56\xe7\x30\x3b\x10\x6a\xae\xf2\x00\x50\x66\x8a\x70\x9d\xb9\x11\x5f\xca\x0e\xb3\x86\x76\x34\x85\x7a\x9e\x2d\xef\xd2\x05\xfb\xf7\x7c\x69\x96\xd1\x7b\x59\x41\x02\x80\x8e\x65\x2b\x59\x55\x5e\xb2\xf5\x2e\x48\xb7\xc0\x1a\xf0\x98\x07\x56\x05\x49\x24\x4a\x34\x8f\xbd\xb8\x51\xef\x15\xbc\xb3\x98\x48\x1b\xf3\x1f\xdd\x46\x37\x24\x64\x0b\xc3\xc8\xf2\x29\xfb\x4f\x36\x0b\xd1\x9e\x04\xd8\x9a\x98\x14\xb0\x63\x39\xf9\x37\xfc\xe4\x6a\xe2\x24\x36\x98\x68\x16\xc8\xb3\x50\x2d\xbd\x43\x21\x11\x47\xa7\xea\xd8\x14\xe3\xf1\xf7\x53\xbc\x9b\x2a\x34\x0e\xa8\x68\xb0\xd3\xb0\x6f\x70\x7a\x7b\x66\xb3\x43\xe1\x5d\x75\x56\xab\x9c\xea\x19\xe6\x8f\x82\x19\x1e\x5d\x4a\xe9\x6f\x6a\x7a\x25\x16\x66\x60\x6e\xe2\xaf\x07\x41\x11\xfd\xa6\xc4\x5a\x52\x91\x8b\x34\x43\xbc\xca\x27\xf3\xa3\x4e\xbe\x21\x0d\x49\xc5\x16\xca\xc8\x86\x4b\x45\x0e\x1e\x17\x45\xc5\x14\x8a\x91\x63\x43\x43\x51\x05\x0b\x8a\xe2\x59\x3a\x8e\xf9\x71\x72\x0c\xf1\x38\x3b\x54\xac\x4a\x38\x8e\x35\x87\x6a\x9b\x69\xb3\x07\xe7\x9a\xbe\x39\xe8\x90\x40\x6b\x97\x32\xeb\x2b\xd5\x53\x59\xcf\x71\x10\x8a\xd6\xad\x91\xd5\x6d\x2e\xa7\xb0\xff\xd5\x69\x96\x07\x86\xdf\xfa\xd8\xc9\xc6\x96\xb1\x1e\x0c\x29\xca\x80\xf2\xae\x13\xb1\x91\x23\x39\xde\x25\x4a\x4c\x76\xb6\x44\xd3\xc6\x49\x2a\x78\x42\x99\xdf\x70\xd8\x25\x06\x85\xa2\xe4\xe0\xec\x4a\xca\x0f\x0e\x2f\xa2\x2f\x10\x0a\x25\x19\x05\x24\xf1\x25\x60\x1a\x58\x98\x42\x94\x0e\x2b\x81\xe8\x98\x5c\xb5\xf5\xf8\xf2\x4c\x95\x1d\x04\x14\x20\x74\xfb\x39\x86\x58\x01\x60\x00\x62\x7d\x69\x0c\xaf\x40\x30\xa1\x35\x22\x08\x1c\xf5\x01\x6f\x49\x82\xfd\xfa\xa3\xaf\xa4\xfa\xa3\xaf\xe4\xed\xdb\xbf\xff\xb6\x2d\x1e\xbf\x39\xfd\xed\x64\x36\x50\xc5\x17\x8a\x2e\x58\xc8\xa0\x9d\xf5\xc4\x52\xd2\xf4\x92\xe3\xd3\x53\x48\x7c\xb3\xc8\x6a\xb5\xfd\xf5\x12\x45\x13\xaa\xaf\xeb\x1b\x8d\xbd\x44\xa1\x5b\x4a\xe4\x91\x77\xe4\x7e\x24\x0d\x9c\x37\xfc\x22\x69\xf6\x06\x48\x02\x47\x67\xae\x40\x4f\x3a\x5c\xc9\x07\x64\x31\xfc\x40\x1a\x07\xda\x13\x5d\x7e\xff\xb9\x81\x62\x7c\x90\x6d\x0a\xff\x8b\xd0\x79\x45\x54\xe3\xcb\xb6\xc1\x80\xc8\xca\xd4\x64\xb6\xd2\xae\xc1\xb9\xaf\x6a\x68\xe6\xba\x24\x45\x33\xac\xf6\xbe\x79\x4b\x16\xe5\xb7\x88\x2b\xbd\xca\x7c\xd4\x45\xf5\x65\x8e\x39\x82\x88\xb7\xa8\xa8\x65\x3e\x51\x42\xbd\x42\xa5\x44\xdf\x35\xb7\x25\x4a\x22\x3c\x96\x19\x78\x21\x0c\x0a\xf1\x73\x23\xd0\xec\x5b\x59\x5f\xf8\x73\x6c\xdd\x4d\xc3\x06\x79\x39\x93\x56\xbc\x1b\xf4\xdb\xcf\x3e\xa4\x5d\xe1\xdd\xac\x68\x37\xe5\xc7\x79\xfb\x36\xe9\xdf\x3a\x92\xdf\x5c\x67\xd3\xee\xa9\x5f\xdf\xb6\xc3\x4c\x66\x03\x7d\xfe\xc5\xc1\x5c\xd8\xe5\xb9\x23\x7b\xbb\xf0\xdd\x9a\xd8\xef\x0a\x5e\x62\xa7\xb8\x00\x2b\x8f\xec\x3f\x36\xc4\x94\xe0\xf2\x18\x98\x06\x19\xd4\x96\xa7\x1f\x6b\x25\x13\xe7\xd3\xfa\x2f\x6b\x9d\x69\x54\xeb\x43\xee\xdf\x02\xae\x30\x2f\x77\xf8\x0e\x71\xa3\x7e\x89\xf0\xf3\x44\x5d\x1e\xe0\x5b\x36\x56\xb6\xd7\xe2\xb6\x76\xcf\xa2\x93\xee\x57\x24\x8e\xc1\xee\x2d\xca\x65\x26\x02\x2d\xae\xce\x17\xca\x2d\x17\x40\xee\x2a\xf8\x6d\xb8\x59\xef\x2d\xab\x44\x0b\x7d\xba\xa0\xb1\xaf\xf5\xcd\x60\x5b\xdf\x22\x70\x5f\xe9\xdf\x4e\x72\x2a\xcc\x0d\xf1\x01\xf7\xf2\x2e\xd6\x86\x3c\x45\x17\x72\x8c\x5a\x2a\x4c\xdd\x02\xc3\xa9\x53\x3c\x88\x1d\x3a\xd3\xaf\x2f\x0a\x70\xa1\x1e\x68\xd2\x60\x23\x98\x1c\xc7\x63\xa2\x06\x59\xc6\x5d\x25\x2c\xa0\x11\x3b\x93\x13\x4b\xa8\x1a\x6e\x94\x34\x20\x64\xbf\xaa\x4f\x44\x65\xa7\x87\x22\x86\x33\xd8\xe5\x7e\xdf\x2c\xcf\x54\xde\x0c\xc8\xc3\x89\x06\xb5\x25\xc3\x0a\xdd\x98\x80\x0d\x6e\x66\x39\x11\xa7\xc7\x28\x74\xdd\x27\x22\x9b\x18\xa1\xf9\x06\x43\x04\x99\xbf\xc0\x8b\x48\xd5\xa2\xce\x4c\xce\xd0\xea\xf9\x64\x6f\x7f\xbf\xe9\xcb\xfa\xb6\x2f\x88\xb9\xa6\x3c\x4a\x0a\x7a\x1a\x53\xb0\x6d\x9a\x78\x06\xad\x62\x94\x28\xa0\xda\xaf\xd7\x46\x24\x0d\x4b\xf2\xb2\x66\x3b\xa2\x40\x74\xd5\xde\x1a\x43\x80\x7d\x1a\x7b\xa8\x9d\x24\x82\xd8\x2b\x51\x0f\x77\x67\x76\x9d\x75\xa8\x8b\x53\xf9\x4f\x7d\xe4\xf9\xea\xa6\xfb\xe8\xbd\x3a\xe8\x99\x40\x6d\xd7\x35\xd9\xfc\xb6\x49\x04\x7f\x25\x3c\x90\xb8\x22\x2c\xa9\x7d\x12\x04\x8a\x92\x83\xe0\x96\x1c\xfc\xd8\xa3\x0e\x22\x00\xc3\xc8\xf2\x3e\x66\x98\x97\x95\x46\xaa\x96\xdf\x96\x7b\x23\xa9\xff\xb7\xcb\x7d\xaf\xfb\x4d\x21\xfc\x5e\xd6\x17\x01\x79\x21\xf7\x8d\x18\xfa\xa1\x9f\xbe\x9d\x6d\x53\xeb\x72\x45\xa6\xa6\xdb\x5a\x57\xab\xdb\x6a\x83\xa7\xac\x12\x6d\x1c\xae\x37\x3a\x5a\xf3\x3f\x1c\x2d\x44\xcb\x8b\x73\xba\x16\xf3\xef\x73\x7c\xc4\x9e\x71\x0c\x44\x7c\xb6\x3c\x21\x86\x17\xf8\x85\x14\x29\x17\x86\x5a\xba\xa9\xa3\xa6\x7d\x02\xc7\x2c\x4a\x72\xff\x3d\x48\xcc\x73\x86\x5c\x97\xf5\x98\x76\xb6\xb7\x75\x78\x8f\xfd\xcb\x15\x50\xde\x05\xfe\xad\x1f\xff\x07\x67\xf5\x37\xce\xea\xfc\x66\x9a\x8b\x30\xa5\xde\x4e\x73\xe1\xfe\xfc\xdc\xdb\x81\x0a\x51\xa1\x1a\x83\x83\xb3\x61\x44\x90\xb6\xd2\xce\x92\xdd\x4b\xd8\xf4\xc3\x3d\x6f\xa6\xdb\xfe\x54\x46\x00\x5a\xbd\xed\x50\x75\xa4\x7e\xea\x91\xd9\x54\x14\xdc\xe8\xd3\xae\x1a\x98\x5d\xf5\xa9\x5f\xbe\xdd\x43\xff\x62\x57\xd9\xda\x69\x6f\xf1\x1d\xd5\x02\x05\x5d\x12\x1e\x87\xce\xd9\x98\x7c\xdf\x26\x55\x6b\x5d\xde\xcc\xb9\x3b\x4a\x8b\x13\xc5\xf4\xe9\x04\x01\x60\x27\xa7\x88\x4b\x40\xb9\x79\xf7\xd5\x4c\xfc\xa6\x0b\xc6\xb3\x4c\xff\x9e\xa5\x29\xdc\x12\xe2\xe4\xcc\xab\x64\xaa\x3b\xcb\x59\x95\x78\xce\x07\xd3\x07\xa4\x4a\x0b\x10\xc9\x79\x8d\x2a\x9c\x95\x94\x11\xe3\x80\xb9\x75\x95\x73\x7e\xbc\x28\xa9\xec\x50\xe8\x03\x95\x6e\xc8\x65\x89\x19\xe9\x15\xf1\x21\x9a\x62\x9e\xf8\xdc\x10\xc9\xad\xca\x1c\x8d\x4d\x95\x14\xa7\x4f\xf3\x84\x72\x17\x45\x15\x0f\x3c\x88\x32\x8d\xb5\x36\x28\x75\x20\x35\xf9\xd8\x29\x6c\xb1\x1f\x8a\x5b\x0b\x9b\xb8\x87\x63\x5e\x7b\xf1\x99\xed\x50\x8a\x82\xa8\xb5\x4d\x8d\x9d\x62\xce\x45\x9e\x9a\x03\x95\xd5\x7b\x18\x14\x8e\xf8\x12\xd3\x5a\x97\x86\x2d\x68\x47\xf9\x3e\xa3\x89\xf5\x8b\x56\x16\x8d\x92\xf7\x53\x8a\x72\x7d\x95\xd7\x52\x12\x23\xf5\xf2\x46\xf8\x8f\x72\x34\xe1\x42\xd7\xe4\x42\x88\x7e\x76\x28\xbc\x8a\xca\x60\x99\xba\x25\x46\x14\x2c\x43\x5c\x3e\x49\x72\x16\x73\xe2\x18\xbc\x83\x2c\xa4\xbe\x1f\x5e\xdf\xe2\x5f\xa5\x8f\x1a\x21\xa5\x14\x3f\x56\xe4\xe2\x57\x73\x67\x68\xb5\x48\xbd\x2f\xe1\x3e\x5b\x28\x76\xe7\xa0\xf0\x91\xe3\x1a\x78\x80\x19\x78\xb3\x21\xc5\xef\x55\xe6\x4b\xc4\x3f\x6c\x24\x2c\x63\xb6\x51\xf2\x8b\x51\x7d\x33\xeb\x6b\x99\x7f\x4c\x3c\xeb\x41\x81\x70\xf3\xac\x7f\xe7\xd9\xf7\x6f\x81\xb0\x71\x95\xab\x31\x54\x00\xb4\x1c\x8f\x34\xe1\x14\xfa\x57\xa7\x4d\xf4\xa5\x40\x73\x8e\xf0\x0a\x6c\x0b\xc4\xac\xc5\x67\x64\xb1\xc2\xf8\xe4\xba\xc8\x9e\x79\x9c\x09\x2d\xb5\x1a\x03\x0a\xbc\x4e\xcc\xda\xf8\xb3\x40\xb3\x36\xf9\x6c\x24\x12\x7c\x94\x47\xec\xab\xb3\x45\x65\x6b\x5b\x99\x7f\x5b\x19\xc5\x19\xcd\x9d\x64\x95\xe7\xcf\xa3\xcc\x5e\xa4\xb8\x7c\x52\xfe\x28\x1b\xf5\xbd\x98\x80\xfb\xaa\x94\x70\xc8\xab\x25\xe6\xac\x42\x54\xa3\xd6\x5f\x04\xb7\x2e\x16\xaa\x56\xe2\xcd\x59\x2f\xc1\x17\x92\xd1\x46\x28\xec\x77\xc8\xa0\x82\xa5\x1c\x83\xce\x18\x79\x72\x84\x0e\x57\x25\x0b\x60\x86\xad\xd9\x96\x09\x42\xa2\xbf\xb0\xf9\xbe\x7d\xa1\xd7\xc8\xab\x91\x7b\x07\xab\x40\x05\xfb\xfb\x0d\x0a\x6e\x68\xbf\xa8\xb9\x93\x55\xce\xe8\xab\x45\x26\xe5\x8b\xcc\xa1\x33\xed\x2a\xfa\x5d\xe0\x44\xad\xbe\x2e\x7c\xf9\x5e\xd6\x73\xf3\x5f\x00\x79\xd9\xb8\xf3\x1a\x79\xca\x2d\xe1\xa5\x54\x2d\xbb\x11\x33\x8a\xc0\xce\x28\xcf\x66\xdb\x54\x41\x5d\xf0\x27\x65\x66\x81\x7a\xc2\x01\xd3\x5f\x95\x53\x7a\xe6\xe7\x24\x5e\xf2\x13\xb3\x61\xe1\x1d\x39\x03\x45\xb5\x89\x9b\xd7\x73\x86\xb8\x99\x21\x7b\x34\xa3\x21\x1c\xa7\x92\xd0\x4c\x77\x64\x70\x3e\xcb\x1d\x10\x14\xea\xd0\xe1\x16\x89\x84\xb5\x84\x77\x75\x26\xf4\x87\xa8\x4a\xd3\x7f\x4a\xb8\x87\x1d\x08\xf6\x45\x1f\x7f\x33\x34\x63\xcd\xc5\x87\xa6\x27\x57\x70\xb5\x79\x59\x99\xa9\x88\x87\x2c\xa8\x51\x07\x8e\x1c\x3b\x29\x3a\xaa\x7a\xe2\x8b\xd8\xec\xaf\x30\x87\x2f\x58\xe3\xb9\x2d\x03\xa5\x44\x6e\x66\x10\x00\x80\x12\xb6\x45\x6d\x4f\x71\xa6\xb9\x1d\x0a\x2e\x58\xfd\x84\x03\x6d\x08\x43\x55\xe5\xe4\x9c\xcc\x7d\xcd\x69\x9d\xce\xb4\x57\x2e\xb1\x0b\xf5\x40\x14\x14\xc3\xac\x10\x3e\xc4\xd0\x54\x95\x63\x75\xd7\x9a\xfc\x38\x07\xe3\x19\xfb\xd8\xaf\xca\x8c\x48\x34\x06\x62\x8c\x2d\x40\x55\x12\x3e\xbf\x26\x67\x98\x9d\xaa\xc3\x29\x6f\x17\xc0\x38\xe6\x0b\x55\x70\xea\x00\xcb\xf9\xde\x87\xbe\x58\xaa\x6e\xdc\x07\x0d\xc2\x8b\x2c\xde\x77\xbb\x12\x9e\xe5\x8a\xf3\x19\x21\x01\xa7\x76\xca\x14\x14\x9e\x98\x8e\x70\x5f\x86\x7a\x6a\xe3\xdd\xef\xaa\xe8\x6c\xa8\x84\x2e\x29\x66\x9a\x15\x4e\xcb\x92\x07\x67\x2e\xf9\x96\x50\x63\xa7\x7e\x01\xe9\xb3\xb6\x0b\x4f\x04\x14\xed\x7c\x84\xd6\xa5\x3d\xbe\x28\xa4\x1c\xde\xc3\xe7\xaf\x03\x47\x18\x6e\xb8\xf2\x40\x01\xb7\x8f\x55\x58\xa5\xdb\x1e\x91\xe3\xf9\x85\x61\x8b\x6b\x80\x8b\x58\x30\x78\x8c\xa9\xab\x27\xc4\x60\x74\xc1\xef\xad\x8f\xa8\xad\xe9\xc9\x89\xaa\x6e\xb8\x71\xd5\x23\x29\xe6\xf2\x25\xab\x48\x47\xe8\x09\x6f\x47\xda\x1b\x5d\x7d\xb2\x13\xaf\xe7\x7a\x74\x40\xcf\x8f\x65\x45\xfe\xfc\x86\x11\x5a\x39\xe4\x6a\xda\x2b\xe2\xdc\x14\xb1\xd7\x4a\x37\x7b\x6d\xfd\x6d\xaf\x85\x62\x33\xfb\x71\x19\x1f\xda\x89\x9d\x54\x8a\x33\xa6\x92\xbf\xb1\x79\xb6\x42\xef\xca\xdc\x3b\x4f\x3c\x12\x7a\x4c\x40\x7e\xab\xc1\xe6\x40\x35\x9e\xd0\x97\xfd\x05\x38\x5c\x5c\x0d\xc6\xaa\x0c\xe3\x6a\x05\xe7\x0c\xd6\x7c\x23\x8d\x04\x1d\x10\x16\x09\xa7\xe0\xad\x20\x94\xb0\xae\xca\xf4\x87\xaa\xa8\x12\x2e\xb8\xb0\x8e\x24\x27\x55\x40\x2e\x4e\x65\x85\xa0\xeb\x44\x48\xdf\x35\x27\xf0\xd9\xb1\xa0\x1e\xa4\xdc\x87\x9b\x1e\x94\xe3\x73\xe7\x08\x94\x2d\xef\xc4\x99\xd9\x8b\x13\x46\xbc\x05\x1e\x10\x35\xa7\x11\x98\x09\x28\x24\x6f\x32\xd2\x86\xe3\x7a\x35\xe3\x74\x48\xf9\x33\x1d\x41\x69\x8e\xce\x69\xfd\x2f\xfa\xd0\xf9\xb9\x0f\xe6\xf2\x56\xd1\x05\xd0\x81\x98\x75\x96\xcc\xe7\x6c\x09\x62\x58\xad\x55\x9d\x93\xba\x31\xf4\x02\xf5\x71\xa8\x13\x08\x8a\x30\x5e\x4f\xc1\x43\x53\x65\x65\x8a\x70\xf8\x22\x62\x78\xa2\xeb\x8d\xfe\x36\xf4\x9d\x72\x70\x6f\xdd\x98\xbd\xfe\x61\xe4\x4d\xc2\x16\x0a\xa6\x30\xf9\xdd\x19\x69\x53\xa8\xb5\xe4\x81\x05\x0b\xb8\x07\x74\x2e\x08\x92\x7b\xab\x6c\x23\xe8\x91\x35\xcd\x61\xdb\x1f\x11\x3c\xe3\x2b\xbc\x06\x81\x9e\x61\x29\x2d\x7e\x29\xfe\xd5\x25\x87\x4f\x66\x09\x48\x04\x5c\xda\x83\x4e\xfe\xee\x5b\x69\xaf\x43\x0a\xd1\xa4\x99\x3c\xa8\x6c\x87\x50\x56\xda\xa4\x14\xf5\xcc\x14\xe4\x00\xd6\x3c\x91\x97\x05\xf2\x0d\x83\xd4\xd7\x28\xf3\xbe\xe2\x80\xfb\xdf\xab\xab\x43\x10\x01\x6b\x06\x6c\xa2\x32\x78\x48\xde\x9d\x08\x5a\x69\xc8\x7d\x85\xd4\x8e\x5d\x33\x81\x6e\x66\x4b\xb7\x0a\x99\xff\x5c\xd2\x24\xd1\xfe\xe0\xcb\x29\x47\x6f\xd5\xa7\x17\x7f\x50\xfe\xe3\x07\x15\xfe\x80\xee\x56\x82\x33\x73\xeb\x7f\xfc\xa0\x41\x88\xa5\xea\x8b\x96\x93\x0c\xd3\x6e\xf5\x8f\x1f\xd4\xb6\xb4\x60\x1f\x73\x99\x18\xc4\xee\x8f\x83\xd8\xa1\x4f\x44\x28\x07\xe8\xd3\x1f\x3f\x68\xec\x0c\xbd\xf6\xe6\x72\x42\xca\xee\xd6\xb2\x0e\x0c\xe3\x28\xcd\xb9\x21\x06\x47\x79\xd8\x93\xa4\xf4\x48\xea\x65\x06\x59\xe6\xdd\x67\x9a\xec\x08\xf5\xcb\x74\x2c\x7e\x6a\xea\x25\x04\x7c\x72\x8e\x63\xc1\xea\xf6\x1f\x5f\x28\x71\xc2\x56\xb5\x95\x6d\xb9\xb2\x6d\xb2\xb2\x1a\x26\xee\x57\x35\xf5\xd4\x4c\xa7\x69\xa2\x9e\x7a\xca\xab\xf2\x0b\x2d\x84\xc2\x7f\xac\xc1\x03\x25\x4a\xb1\x3e\xa5\x2b\x0d\xa9\x1c\x16\xd2\xc9\xfa\x6a\xe9\xf9\xbb\xab\x93\xf5\x9c\x85\xa7\x99\xf7\xb1\x36\x25\x38\xdf\x82\xe1\xf5\x0b\x27\x4d\x94\x5e\x15\x4f\x3a\x6b\xa1\xa5\x44\xe4\xbf\x4b\x7e\xfb\xa2\x87\xed\x47\x36\x41\x36\x0c\xc2\x3f\x7c\xef\xd2\xa6\xbf\x48\x40\xdb\x65\x87\xe2\xe4\xc0\x4d\xe7\xb8\x71\xb3\x43\x21\x3e\x28\x80\xe0\x8f\x6e\x3a\x81\x98\x3b\x09\x37\x9d\x50\x88\x9d\x3a\x45\x86\xa6\x9e\x50\x7b\x75\x8e\x7e\x76\x85\xe8\xe7\xb7\x86\x33\xc9\xbf\x7d\x16\xb6\xf6\x71\xdb\xe2\xf6\x17\x49\xbf\x30\xc7\xd8\x4a\x64\x64\x0b\x2e\x0b\x45\x2c\xda\x41\x36\xe0\x8e\x41\xb0\x96\x2d\x21\x28\x46\x36\x08\xb3\xbe\xe8\xb9\x27\x72\xe1\xfd\x30\xfd\xec\xb8\x05\x70\x08\xec\xe0\xf3\xfa\x92\x47\x94\xf9\x8e\x18\x6e\xcd\x30\xb7\x19\x99\x9d\x51\x6a\x5d\x36\x75\x99\x36\xf4\x5a\x5a\x46\x6a\x27\x23\x4e\xaa\x69\xd6\xff\x85\x83\xff\xb3\x45\x0a\x3d\x53\x89\x0a\xe7\x28\x76\x92\x73\x00\x41\x05\x8b\xa5\x22\x8c\xf9\x2a\x79\xf1\xc7\x3d\xf6\x60\x6d\xf5\x47\x70\xb8\x75\x7f\xa1\xad\x5c\x62\x58\x3d\xe1\xef\x13\xe9\xa7\x4f\x4b\x76\x73\xfb\x9d\x8d\xf1\x3c\xf5\x58\x9e\x96\x6c\x75\x06\x36\x87\x2c\x90\x67\x4b\xb0\x7a\xa7\x7b\xa3\x76\x51\xd6\x33\x49\xe1\xa2\xf4\x2f\x19\x07\x22\xed\x7e\x2d\x53\x9f\xc4\x7d\xbd\x26\x55\x83\x67\x77\x84\x5e\x2d\xe4\x78\x6f\xad\x9a\x6c\x5d\x50\x20\xf5\x23\xb9\x6a\x83\xb5\x46\xe4\x74\x1d\x26\x2f\x62\xfd\xfd\x87\x58\x93\x54\x56\xdb\xc4\x2c\x98\xa5\xae\x23\xd8\x3e\xd9\x5d\x4b\x1f\xc7\xa4\x55\x08\xab\x13\x78\x23\x92\xe1\x69\x06\xe4\x9d\x12\xa0\x5b\x5e\xa6\x3c\xcb\xa9\xc1\xaa\xf7\x3c\x7d\x22\x0e\xf2\xee\x7b\x6f\xac\xaa\x13\x36\x45\xaf\xd9\x79\x99\x60\xb1\x54\x49\xbd\x61\x9c\x1d\x8c\x52\x60\x3b\x54\x2a\xe6\xd8\x7b\x6b\x79\xa2\xd1\x05\xe7\x36\xc2\x08\x4d\x0f\xf8\xd1\x66\x49\x51\x51\xfa\xe5\x9d\xf7\x4c\x28\x3c\x9b\x9d\x28\x42\xc2\xbd\xc8\x3d\xf7\xc7\x14\x1f\x0a\x7f\x4c\xba\xde\x58\x21\x6b\x37\xab\x79\x3d\x93\x86\x61\xe1\xcc\xb8\x3e\xf5\x2e\xfa\xfc\xb0\x44\x48\xd6\x02\xf9\xd5\x80\x0f\x1b\x22\xc7\x44\xb2\x0e\x72\xc5\x79\x87\xc5\x8a\x4e\x93\x6b\x6b\x38\x2d\x09\xed\xd0\x7f\x22\xb5\xb8\xcb\x21\xf9\xa5\xf4\xb7\x19\x59\x20\x85\x8c\x77\x75\x66\x07\x86\x1d\x27\x9f\xff\x82\x9c\xf2\x32\x9e\xf7\xd4\x53\xcf\x29\xd7\x60\xf7\x82\xac\xbb\xa6\xe2\x4a\x2d\xf0\x3f\x25\xf8\xcc\x69\xb3\x61\x26\xae\xd9\xef\x19\xd9\x6c\x2c\xac\xad\xb9\xc5\x21\x45\xac\xad\x09\x2e\x98\x4b\x56\x7f\xd2\x8e\xd3\xcd\xeb\xd2\x16\xef\x5b\xbb\x2a\x08\xc4\xfe\x2f\x08\x44\x47\x04\x5f\x76\xa3\xb1\xa7\x5f\xb0\x22\x0f\x48\x4d\x12\x77\xd3\xcc\xff\x03\x8e\xd9\x92\x11\x3a\xcd\x05\x1f\x9f\x33\xf5\x36\x83\x13\x03\x81\x3b\xcd\x69\xd7\xb0\x74\x7f\x67\x07\xb7\x85\xda\xaa\x25\xa6\x28\xb0\x79\xa0\xdd\xd8\x70\xda\x2e\x57\x50\x43\x85\x01\xc0\x76\x14\x34\xe9\xd5\x08\xad\xa4\xb9\x3e\xc1\x03\xa5\x40\x17\xda\xdb\x89\xb3\x28\x80\x5d\x3c\x10\x76\x8e\xd8\x20\x9b\xf0\x4c\x36\x08\x32\x4a\x35\xa4\xed\x47\x1e\x9b\x47\xcc\xe4\x19\x0e\xd0\x2d\x54\x9d\x3f\xb1\xbe\xa3\x70\x72\xb3\xa1\x98\xca\x33\x94\x0d\xbc\x1e\xfc\x39\x13\x66\x3b\xc1\x86\xb2\x29\xf2\xff\x56\x05\xb0\x3a\xc7\xf6\x5f\x50\xe2\x30\x34\x73\x51\x75\x6f\x26\x7d\xec\xe5\x19\x2b\x9a\x9c\x10\xf7\xf0\x95\x80\xe7\xe1\x01\x3f\x40\x7c\x19\xbf\x00\xda\x7a\xfe\xc1\x64\xb9\x41\x54\xc1\xbf\x52\x14\xa5\x2f\x8a\xd3\x24\x7d\x17\xe1\xa9\x4a\xc9\xf4\x3e\xaf\x45\xf9\xed\x79\x47\x88\x4e\xe3\xcb\x7c\xc6\x47\xdb\xab\xed\x69\x14\xfe\xc3\x0c\xd7\x52\x90\xc1\xce\x1f\x8e\xf7\x36\x77\xf9\x64\xfe\x8d\x84\x10\x78\x38\x3b\x96\x8e\x56\xf4\xc1\x56\x93\x54\x44\x48\xfe\x2e\x4e\x8a\xc0\x08\x96\x88\xc3\x6d\x4f\x8e\x32\xf5\x7c\x7a\x24\x22\xba\xf5\x78\xe7\xfe\x74\x51\xc0\x38\xc2\x00\x02\x19\x76\x4b\x9b\x02\x9b\x35\x98\xad\xe8\x18\x6b\xd4\xed\x03\xed\x22\x8a\x27\x15\x9d\x6b\x55\x45\xa4\x8a\x72\x48\x6b\xcf\xec\x30\x7f\x53\x60\x75\x15\x7b\x39\x72\x5b\xfd\x39\x00\x83\x49\x8f\x6f\xd7\x6e\x01\x64\xec\x47\xec\x02\xbd\x5e\xcb\xe4\xb9\x70\xd3\xe7\x44\x1c\xe4\x64\x4b\x4e\x4f\x64\x92\xf7\x1f\x0d\x8f\xf3\x00\xcd\x48\x60\x81\xdf\x4e\x40\xcf\xf1\x2c\x03\x99\x6d\x0a\x0f\xc1\x3e\x86\x85\xb2\x50\xd6\x4d\x8b\xbb\x55\xad\x93\x14\x8a\x6b\xe4\x8a\x90\xc4\x60\xb5\x52\xec\x06\xbc\xe6\xb9\xd8\xac\x54\xb6\x4c\x21\xc8\x85\xa3\x4c\x77\x89\x99\xf5\x1c\x65\xc3\x71\xcd\xb5\xc9\x6e\x84\xaf\x71\xc5\x33\x8a\xe3\x19\xac\x39\x9d\x63\xc6\x33\xdb\x68\xa9\xf6\x5c\xfb\x81\xdb\x2b\xca\xca\x91\x6d\x63\xbc\x70\x27\xec\x80\xe1\xb4\x68\x73\x70\x85\xc2\x7b\x8c\x1b\x99\xf5\xff\x07\x8d\x5c\x22\x9f\xe2\x39\x9a\x39\xfe\x8b\x66\x16\x0f\x84\x60\xa2\x0a\xff\xd8\x4c\x11\xcd\xa8\x97\x9b\xca\xe7\x83\xff\x41\xe5\x65\xf8\x0e\xc7\x95\x63\x4f\x04\x4b\xae\xdc\x6c\xdb\xd5\x27\x2e\xbc\x1a\xdf\x53\x55\xf6\x37\x46\xcc\xd9\xdc\xb1\x0b\xc8\x9f\xae\xff\xc3\xa7\x3a\xfd\xa9\x27\xb4\xb6\x9b\xca\x12\x8b\xea\x8e\xf2\x50\xbd\x37\x56\x69\xe2\x52\xdf\xb9\xb8\x53\x8f\x0f\xb8\x90\xcf\xe3\xbf\x2c\x30\x5a\xdb\xf5\x63\x03\xbf\x3d\xdd\xf0\xf6\xc1\xd5\x93\x29\x32\x68\xbf\x26\x67\x70\x4f\x38\x62\xba\xe6\x83\xbe\x8e\x82\xb0\xb5\x39\xee\x20\x2a\xc9\x8d\xd4\x11\x6a\x1c\x6d\xa4\xc5\x5a\xb1\x2c\xbf\x5c\xdf\x5c\xe9\xf4\x65\x50\x72\x28\x6f\x8c\x73\x21\x16\x89\x01\x42\x7d\x21\x3a\x08\xf2\xf1\x20\x0c\x8a\x6e\x9d\x0f\x64\x03\x92\xcf\x55\x2e\x38\xd0\x3a\xb9\xeb\x3d\x21\xda\xf6\x5a\x48\xed\xd3\x96\x78\x58\xbb\xf9\x22\x5b\xd1\x78\xe0\xb6\x6a\x5b\x53\x71\xc5\x8c\x4a\x89\x3b\x6f\xf6\xc9\x44\x8a\x90\xc0\x4d\x1c\x51\x59\xdd\x99\x02\xb5\x95\xec\x67\x13\x0a\xd5\xb6\xb3\x64\x97\x61\xb1\x77\xb3\x79\x8a\x55\x5f\xaf\x6f\xb8\x21\x18\x5d\x2c\xd4\x05\xef\x85\x4a\x74\x76\x54\xb4\x17\x36\x6b\x95\xcd\x4b\x21\xf2\xb2\x70\x4a\xb2\xac\x6a\xaa\x2c\x65\xbc\xbf\xa8\x14\xd7\x64\x8b\xec\xd6\x8a\x40\x1f\x77\xb2\x94\x5a\x77\x51\x26\xfd\x4a\xcd\xb1\x76\x22\x0d\x03\xdc\x04\x72\x50\xbf\x3a\xb9\xc3\xb8\x8a\x9e\xbd\x75\xd2\xdc\x72\x6b\xfd\x60\xe8\x48\x8d\xc8\xbf\xbe\xfb\xa9\x7a\x5f\xd3\xf0\x84\x7d\x0b\xaa\x2e\xfa\xd8\x41\xc3\xdc\xf8\xdb\x47\x86\x0d\x5f\x73\xea\x6c\x9f\xd0\x47\xd3\x07\x68\x77\x74\xfe\x9f\xcf\x1a\x9b\x2d\x0f\x98\xb5\xde\xe1\x5f\xcd\x5a\x83\x0e\x0d\x60\x44\xf5\xdd\x4f\xd5\xbb\xfd\xd4\x4e\xd7\x9c\x0f\xdc\xf4\x7b\x71\x33\x5f\x0d\x2f\xcb\x19\x35\x00\x67\x1e\x92\x45\xfd\xf6\xda\x19\xc5\x33\x17\x5f\x68\x87\xb5\xbd\xd0\x8e\xeb\xff\x74\xa1\x31\x1c\xa5\x7e\x8a\x35\x70\xde\x75\x8f\x9c\x25\x0f\x97\xbd\x8a\xf8\xf5\x89\x14\xd3\xc0\xcd\x2a\xb1\xa7\x14\x4c\xa7\x27\xc2\x30\x7a\x6d\x56\xf3\x56\x06\x9f\x28\x52\xbc\xb7\x85\xba\xaa\xd3\x5a\x65\xd3\x48\xfb\xc0\xc5\xb1\xae\x8e\x25\xee\x6d\x39\x5a\xd6\x71\x09\x58\xc8\xab\xe7\x9b\x17\x73\xca\x33\x45\x50\x2c\xc1\x51\x2f\xe6\xec\xb4\x58\x2b\x62\x5a\xa0\xe8\xbc\x20\x30\xac\x5b\x81\x09\x77\xaf\x46\x25\x96\xc3\x1b\xa9\x72\x27\x2e\xb7\x26\x3a\xa3\xae\x8a\xe9\xcc\x42\xe6\xee\xd6\xb7\xb5\xe5\x8a\x45\xf6\x5f\x18\x97\xee\xd5\x57\xa2\x76\xfd\x8a\x61\x40\x1e\x36\x2a\x0f\x93\x72\x3f\xc0\x37\x0a\xbc\x36\x39\x5d\xf4\x9b\x59\x36\x18\x68\xe1\x35\x1c\xc6\x24\x80\x92\xbd\x51\xc4\x1c\x64\xac\x45\x3a\x7e\x6c\x38\xfc\x7a\x91\x0d\xb8\x94\x3f\x5f\x51\x88\xab\x76\x73\x75\x89\xbc\x74\x48\x97\xb3\x03\x2e\xfe\x0f\x1f\x21\x14\xcb\x87\xc5\xc3\xdb\x3b\x76\x1d\xfe\x40\xfa\xc9\x27\xc4\x3b\x3b\xe4\xfd\x41\x4c\xb5\x67\xe4\xdd\x79\x4e\xaa\xf9\x07\xe4\xe1\x06\x09\xee\xbd\x23\x8b\x62\x93\x13\x0c\x68\x55\x96\x30\xfb\x42\x4f\x65\x03\x6e\x11\xd1\xc2\xce\xd8\x73\xda\xac\x7b\x60\xe1\x75\x18\x10\xc2\x13\xde\x0b\x42\x0e\x6f\xae\x30\x4e\x21\x45\x29\x4d\x32\xe4\x94\xb6\x64\x99\xdd\xfc\x8d\xfd\x2e\xc6\x07\x86\x88\x3a\xb8\xd9\x0b\x8d\x69\xba\x55\xa9\x60\x3d\x33\x05\x33\xdc\x51\x9d\xed\x1e\x8a\xf0\xd5\xde\xe1\xd2\xb9\x8d\x4a\xf9\x72\x1a\xb9\xcc\xeb\x47\xc7\x8d\x08\x15\x69\x60\x39\x43\xc6\x1e\xd9\x47\xc2\xc5\xc1\xa5\xf4\x78\xa7\x44\x0d\x71\x7b\xe5\x0d\x9d\x85\xa5\x9e\x6e\x54\xc4\x8b\x7e\xab\x6b\x89\xec\x6a\xe1\x2a\xaa\x6b\xbd\xff\x5e\xd7\x68\x6f\x2d\x2c\x4a\x64\xf6\xea\x21\xdb\x14\xf3\xab\xca\xc8\xda\x4e\x65\xd3\xc1\x5f\x27\xf5\x3b\x13\x3d\x1c\x08\xf1\x85\xcc\xad\x86\x10\xd6\x60\xa1\x9f\x2e\x5c\x4e\x62\xa8\x45\x73\x50\x8f\xd0\x70\x0c\x13\x44\x49\x4e\x26\xea\x4c\xb1\x3b\x9a\x8d\x32\x9e\xcd\x69\x50\xad\x03\x92\xb6\x0a\xb3\x48\xad\xee\x22\xd6\xcf\x08\x81\xd5\x91\x07\x1d\x45\x6c\x28\x0e\x1a\x56\xfd\x60\x2a\x23\x38\xdf\x8c\x0c\x8b\xb6\x73\x37\x99\x7d\x29\xef\x69\x7b\x09\xbd\x61\xbb\xb6\xc0\x1e\x9f\x6c\x29\x88\x22\x00\xe5\xf4\xd7\x88\x06\xaf\xc3\xac\x39\x98\x57\x99\x41\x07\x06\x61\xb3\x41\xff\xeb\xbd\xac\x72\x52\x9b\xac\x12\xde\xaf\x58\x37\x96\x5f\x30\x28\x30\xab\xa1\x1a\xb0\xfa\x85\x27\x42\x73\xd7\x35\xde\xd7\xb1\x92\xec\xb8\xd7\x6c\x78\x23\x86\x6d\x98\xdb\x51\x77\x60\x6d\x2c\xc9\x3c\x12\x4f\x0d\xc6\x75\x92\xf6\xa0\x07\x03\xed\xf7\x67\x73\x86\xda\x99\xaf\x13\x4a\xb2\xad\xb2\x55\x56\x6b\x9c\x3b\x18\x58\xbd\x91\xa2\x6c\x7f\x90\xd9\x7f\x50\x95\x69\x7f\xcb\x03\xaf\x52\xbf\xd4\x2f\x40\x07\xf6\xf6\x27\x4e\x05\xb6\xa6\xa4\xd8\x63\xce\xca\xca\x93\x68\x2f\xba\xee\xba\x2c\xbf\x3d\x27\xb4\xfd\xaa\x4c\x26\xbe\x5a\x8c\x80\x81\xe4\xdb\x55\xf4\x85\xb7\xf6\xd6\x19\xf7\xbf\x56\x6a\x44\xb7\x05\xe7\x26\xcf\xb8\xd6\xaa\xe7\x8d\xdd\x2d\xd7\xb9\xa9\x51\x72\x68\xed\x6c\x6b\xe9\xa8\xbe\xad\x4b\x12\xfe\x01\x08\x45\x7b\xd5\xa8\x7e\x7b\x7f\x90\x42\x5d\x1d\xfb\x62\x56\x63\x0e\x7b\x5e\x73\x53\x2b\x58\x58\xc0\xb4\x3b\x2f\x38\x77\x5a\xd0\x05\xe7\xa6\xea\xd3\xc1\x65\x35\xef\x3e\xf3\xdf\xaa\xe6\x1a\xbc\xa9\xb6\x35\xd8\xe0\xba\x03\x8d\x56\x7d\x1e\xed\xf0\xc7\xc4\x6c\xfe\xb2\xd9\x99\x75\x58\xac\xa7\x4f\xcb\xe2\xdf\x9c\x16\xd5\x90\x0b\xa4\x0d\x0b\x8f\x45\x27\xd1\xd5\x01\x79\xb4\xbd\x7a\x95\x5a\x3c\x22\xe0\x05\x54\x5c\x6c\xd5\x7d\xe1\xfb\x22\x13\xa3\xc7\x8b\xcc\x73\x30\x92\x9f\x04\xff\xef\xda\xfd\x78\xca\x60\x21\x1e\xe6\x8f\x7f\x57\x91\xf9\x00\x41\x85\x4b\xe2\x4a\xe6\x7a\x7b\xbb\x82\x74\xbd\x47\x93\x6d\x3f\x38\xd0\xf3\x8a\x3c\x27\xb6\xce\x4e\x0a\xff\xf1\x66\xeb\x14\x71\x27\xa8\x8f\xf9\x8a\x48\xa8\xb0\x53\x91\xcf\x00\x32\xe8\x71\x09\xc1\xc1\x2f\x2d\xed\x3d\x55\x4c\x64\x67\x08\xc9\x6e\x42\xb8\xb0\x36\x69\x43\x09\x17\x65\x3e\x2a\x17\x7f\x99\x23\x36\xf7\xe8\xc6\xaa\x18\x32\x84\x3c\x8c\x5a\x04\x52\x30\x53\x0d\xba\xc9\x36\xb2\x52\x30\xd4\xc1\x2b\x39\x31\x71\x5a\x81\x32\x76\x4e\x14\xd4\xa5\x49\x35\x26\x4c\x39\xb3\x01\x2e\x8b\x3f\x25\xf1\x47\xa0\x49\x58\x3a\x72\xd4\x55\x20\xd4\xaf\x2a\xc0\x56\x7b\x9c\x1c\xaf\x75\x85\xa5\xbc\x9d\x5b\xf1\x5e\x81\xb9\x31\x07\x47\xfe\x5d\x2e\x5d\x6a\x0b\x9f\x3f\xf2\x09\x00\x1c\x07\x1d\x59\xc6\x3b\xd7\x2e\xd7\xda\x39\x64\x14\xa0\x49\xac\xd5\x56\xd3\x14\xb0\x23\x9c\x2f\x44\x2f\xe5\x6c\x47\x9e\x78\xb0\x9b\xc1\x43\x5d\x0c\xd1\x81\xd6\xd9\x7a\x1d\x99\x7d\x0d\x87\x72\xc3\x3f\x77\xa3\x97\x9a\x52\xd4\x28\x6f\xfe\xab\x2c\x4f\xd4\xaa\x38\xc9\x71\x99\x03\x5e\xec\x09\x30\xab\x3a\x92\x42\x6f\xc9\x04\xa6\xdc\x12\x6f\x8f\x43\xcd\x65\x6d\xe7\xca\x26\x42\xa5\x4c\x65\xb0\x68\xef\x1b\x74\x5e\x7e\x6f\xc7\xd8\x1b\x3b\x3e\x10\x14\x70\xed\x6f\xe5\x9e\xf7\x54\xe2\x39\x40\x69\xa3\x83\x9a\x4f\x9f\x53\xa4\x97\x9f\x49\xa1\xda\x1c\xcd\x91\xbe\xaa\xf4\x56\x36\xa6\x77\x49\xf8\x71\x84\xcb\xba\x52\x21\x12\xbe\xfc\x97\x24\x7c\x9c\x91\xc9\xdc\x7d\xe5\xe9\x77\x12\xbe\xfc\x81\x84\xab\xcf\xbf\xa8\xd4\x90\xf0\xb2\xfb\x8d\x84\xe7\x9c\xed\x2d\x75\xfc\xf1\xd8\xfa\x84\x6d\x6b\x26\xed\x57\xf6\x5b\x8c\xfa\x4e\x0a\x8d\x0c\x4d\xee\x38\x45\x2d\xa7\x6e\x1e\xe9\xeb\x08\xb6\x76\xc3\x78\x44\x86\xde\x6a\xf6\x0c\x80\xb2\x98\xd6\x61\x48\x6b\xcd\x18\x17\xb4\x62\x7a\x0e\xee\xaf\x4d\x88\xd3\x7a\x81\x5f\xdd\x33\x19\x56\x86\x77\xa2\xa8\x7d\xa1\xf7\x2a\x83\x98\xbd\xc2\x99\xae\xf2\xe6\x66\xc5\x80\x49\xa1\x68\xce\x55\x8d\xb3\x80\x2f\x72\x14\x05\xed\x3d\xc1\x97\xae\xcc\xd7\xf7\xe5\x0d\xac\x08\x85\xef\x9d\x9e\xb3\x89\x58\xd8\x37\x70\x55\x7b\xbb\x67\x14\x33\x42\x6a\x58\xdd\x73\x9f\x17\x92\xb2\xf9\x7b\x42\x7d\x01\xb8\x96\x43\xa2\xb3\x4a\x04\x47\x39\xde\xaa\x28\xaa\xcf\x17\x95\xe6\x47\x99\xb2\xf6\x3c\xd8\x04\x10\x70\x33\xa0\x88\x5d\xa5\x4f\x2e\x40\x15\x28\xa6\xa7\x6d\x11\x9d\xca\xcf\x36\x81\x5a\x4e\x75\xcc\x14\xed\x9c\xbd\xdc\x5d\x4c\x7d\xa3\x66\x5d\x9e\xe7\xec\x12\x5c\x21\x1f\xaf\xc0\xa6\x3c\x5f\xe5\x90\xf2\x7c\x9d\x4b\x87\x61\x1f\xe9\x71\x6f\x9b\x8b\x77\x56\xd3\x86\x40\xae\xd5\x74\xab\xa3\xcd\xef\x9b\x83\x73\xf2\x2c\x0a\x95\xcd\x9d\x8a\x7d\x1d\x2c\x86\x54\x3d\xe7\x4e\x5d\xc3\x73\xc9\x0c\x26\xa7\x4f\x79\x00\x23\x55\xf8\x24\xed\x72\x2e\x3b\x22\x40\x5c\x38\x72\xdb\x17\xb2\x43\xeb\xb3\xbc\x6e\x52\x7d\xac\x1b\xe6\xd6\xa3\x88\x8d\x76\xc8\x58\xd8\xd1\xe6\x0b\xcd\xe6\x6b\x0b\xd1\x87\x22\xe1\xa4\xce\x94\x20\x86\xe2\xbd\x1c\xc2\x0b\x10\xa7\xc7\x94\x90\xd0\x22\xd3\xae\x79\x72\x7e\xbc\x89\x04\x53\x39\x35\x2e\xde\xbf\xf7\xcc\xdc\x93\x29\x4a\x79\x2b\x32\xc8\x2a\x02\x96\x15\x15\xe7\x9c\xbb\xfb\x45\x2b\xdf\x80\x13\xe5\x65\x0a\x5f\x65\x75\xac\xc4\x84\xa3\x2f\xd4\x53\xec\x16\x5f\xe6\xa8\x89\x2b\x57\x95\xcf\x11\x8b\x39\x28\xdc\xa9\xba\x2d\xf4\x11\x76\xde\xcd\x52\xc3\xac\x78\xbd\xdf\x83\x36\x70\x8c\xa0\x41\x81\xf4\xd5\xbb\x22\xb9\xf2\x81\xbd\x5c\x8c\x50\x69\xfa\x98\xa7\x3e\x6a\x86\x79\x5b\x10\x23\xdc\x87\x89\xa1\x04\xa1\x6b\x5c\xbf\xd7\x86\xba\x3a\x71\x9a\x34\x9b\xee\x99\xb4\x22\xea\x91\xa7\x29\x9a\x1f\x43\x60\x46\x52\xa8\xa7\x7f\xc3\xab\x98\x8b\xfe\xaa\xb6\x6c\xc5\xb5\x9a\x04\xf3\x66\x41\x5e\x3d\x73\x36\xc6\xe0\x80\x57\xe5\xba\x94\xe2\x8c\x3c\x0a\x42\x72\xc4\xbc\x96\x22\x72\xc3\x5a\x05\x84\x93\x42\xf3\x68\x82\x58\x57\xd5\x1f\x9f\xef\x93\x52\x52\xc1\xe9\x3d\x7c\xa1\x6c\xa1\x51\x9d\x56\xf2\x8d\x4d\x27\x95\xbb\x03\x8a\x54\x73\xe4\x89\x52\x61\x8f\x14\x71\xe7\xdf\x38\x8c\xcb\x7f\x89\xc1\x7a\x6d\xf2\xf4\x30\x1c\xf9\xa9\xad\xdf\x61\x96\x12\x8e\x06\xe3\x3b\x77\x43\x6a\xe3\x8a\xb0\x81\x28\xd4\xfd\x9d\x21\xb6\x85\xe8\xfd\x74\x8b\x90\x1e\x4d\x73\x38\xd7\x3e\x35\xf4\x58\x61\xd6\xf8\x61\x31\xbf\x6b\xcc\x3c\xa1\xce\xee\xed\xae\xd1\xa2\x13\xe6\x77\xe9\xa3\xdd\xe7\xa3\xbd\x92\xa5\x86\xf5\xcd\xa7\x70\x31\x3d\x27\xf6\xee\xa4\x2a\x29\x62\x56\x52\x19\x4e\xa0\x45\x4c\x1d\x6e\x91\x19\x39\xdb\x6a\x00\x56\x23\x44\xe2\x00\xe9\xd8\x1c\x37\x80\xdd\x9e\x72\x8c\xaa\x48\xcf\x07\xe7\x1c\x89\xac\x57\x62\xef\xb4\xbb\x1d\x39\x37\x9c\xc8\x1c\xf6\xad\x36\x7a\xa3\x2a\xb2\x72\xb3\xc5\x5f\xee\xef\x37\xef\x37\x65\xd4\x30\xe2\xfb\x37\x01\x01\xe2\x34\x65\xad\xc9\x80\xc5\x91\x39\x4b\x17\x1b\x2e\x73\xa9\x3b\x24\x10\xa5\x4b\xd8\xa9\x51\xaa\x5d\x20\x89\x8b\x6e\xbd\xe2\x26\xea\x23\xed\x2a\x38\xab\x86\x8c\x15\x09\x76\x8f\x98\x4b\x9d\x04\x98\xec\xcc\xac\xc3\xbe\xfa\x87\x9a\x4c\xcb\x04\x39\x7f\xbe\x53\xd1\x8c\x64\x61\xae\xa7\x79\x33\xa4\xa2\x14\xe2\xd7\xdf\xca\x3c\xfa\x27\x99\x07\xb1\x68\xc2\xdf\xb2\x9d\x96\x20\x2c\x68\x3b\x5f\xa0\xff\x9a\xc8\xeb\x3a\x66\xe7\x07\xc2\x43\x26\x38\x7f\x85\xf4\xda\x0b\xb9\xac\x68\xab\x53\x80\xd5\x52\x84\xab\x0a\xb3\x9f\xa5\x00\xb4\xe8\x8a\x6b\x25\x5c\x54\x74\xcc\x65\x4e\xf5\x78\xe4\x45\xdc\x29\x31\x47\x46\xc6\x7f\x98\x71\xf6\xf0\xba\xcc\x65\x18\x37\x81\xf4\xa6\x95\x58\x28\x08\xe7\x36\x8d\x16\x20\x38\x66\xe8\x54\x1f\xd8\x86\xd8\x76\x48\x67\xc5\x8e\x3b\xe4\xc6\x0e\xf0\x85\x36\x88\x74\xe7\x9c\x51\xf6\xec\x68\xe4\xf4\x1f\x9a\xc9\x7f\x9f\xcc\x22\xd3\x08\xf9\x2b\x78\xaf\x4b\x60\xe8\x05\xd7\x07\x3a\xb0\x01\x4e\x20\xf9\x91\x76\xe0\xcb\xde\xaa\xe3\x22\x9f\x00\xf6\xa0\x79\x2e\xd0\xed\xd5\x39\xfc\x22\x3b\x16\xd4\xc9\x3d\x53\xb3\x02\x38\xba\x4d\x7d\x59\xd3\x4c\xd6\xbd\xa9\x37\x73\x26\x45\xf2\x4d\x5b\xc9\xad\x9d\x40\x33\x61\x2d\xc2\x02\x9f\x78\x04\x9d\xe3\x25\x42\xfd\xb4\xc8\xb8\xcd\xf2\xc8\x4b\x6d\x8b\x11\x6d\x0b\xca\x28\xbf\x40\x00\x04\x6d\x8f\x7d\xe5\x8f\xdb\x63\xac\x8e\xbf\xc8\xd9\xc1\xbe\x5f\x8d\x08\xda\x98\x70\xc9\x55\x4d\x2e\x79\xa5\xcc\xe3\x0e\x3b\xbe\xea\x4f\xba\xd4\x3d\xfb\xce\xf2\x3c\x0b\xdc\x2b\x5f\x5b\xbe\x4e\x36\x23\x8f\x0f\xd8\x19\x9d\x08\x26\x47\x4e\xeb\xd7\x33\xd7\xcf\xf4\x88\xad\xb7\xfd\xc4\xc3\x2e\xa3\x9e\x8d\xd5\x06\x39\x59\x4f\x04\x56\xa5\x02\x2b\x86\xdc\x34\x34\x95\xc9\x96\xc8\x4d\xda\x36\x94\xac\xf2\xfc\x94\x2a\xb3\x54\x5b\xee\xb7\x79\xb2\xa1\xfe\x4d\xa7\x94\x1b\xfa\x48\xa1\x9e\xa4\xe6\xd4\x16\x60\xaa\x2f\x7c\xca\x56\x7b\x52\xcd\xf2\x45\x7f\xa3\x2d\x34\xe3\xf9\x5b\x4a\xaa\x1a\x2a\xf6\x23\x3e\xc9\x3d\x37\x08\xb2\xa5\x97\xea\x86\x8e\x4d\x64\x8d\x12\xe7\xe8\xb9\x9c\x8c\x68\xe2\x75\xed\x11\xf4\xbf\x6a\x78\x29\xb5\x8d\xaa\xd8\x44\xd4\x92\x1c\x63\xbc\x2b\x88\xeb\x4e\x5e\x7d\x5a\x1f\xd2\x1f\xa9\x5a\xfa\xba\x56\xae\x6d\xd0\xd0\x3c\x00\x75\x60\x8f\x94\x22\x1a\xbb\xc2\xdd\x2f\x16\x32\x07\x98\x94\x76\xe4\x1c\x75\x55\x96\x56\x5b\xba\xbb\x75\xe0\x6f\xa8\xe9\xce\xd0\x42\x37\x17\xde\x1d\x1a\x45\x31\x36\xd0\x9d\xaa\xa9\x3a\xef\x74\x4a\xdb\x73\x72\xd9\x70\xc3\x20\xd4\x64\x75\x19\x91\xfb\x56\x56\x8b\x5d\xd8\x9c\xe4\x9c\x54\xa5\x65\x5b\xe9\x4a\x4d\x09\x11\xa8\x2c\x8f\x14\x0d\x8a\x20\x5c\xff\x0a\x97\x8a\xf6\x88\x12\xc3\xaa\x4f\xdc\xdf\x75\x22\x57\xdd\xbb\xbc\x9c\xa1\xf9\xb1\x49\x8c\xa4\x29\xe2\x0f\x3c\x8a\xc9\xea\x0a\xb1\x94\xdb\x0b\xfc\x4c\xcb\xe4\xbb\xad\x08\xbb\x64\x29\x2b\x08\xf5\x89\x9f\x76\xee\x3e\xed\xdf\x3e\x6d\x19\xbe\x28\x6e\xd1\x70\x37\x30\x9c\x88\x60\x54\x73\xd9\x91\x05\x08\xcf\x6a\x60\x86\x3a\x06\x09\x69\x66\x8e\x4e\x92\xeb\x9d\x10\x6b\xb1\x75\xce\xf0\xab\xe6\xd7\xd7\xab\xdc\xc8\x6c\x46\x8a\xf2\x55\x56\x24\x71\x68\xa3\x59\xda\x03\xbb\x75\x59\xe8\x48\xe2\xf4\x5e\xed\x94\xdd\x73\xac\xa2\x2b\x98\x04\xdc\x3d\xb0\xe9\xef\xcd\x21\x5c\xc1\x92\x0c\x47\xd0\x2c\xcf\xf5\x37\x25\x1d\xad\x5b\x51\xee\xc9\x12\xe9\x5d\x0d\xad\x71\xa1\xbc\x41\x6e\xcb\x61\x61\xae\x93\x77\x3d\xb1\x03\xf7\x9a\xf3\x6a\xc9\xf8\x77\xe2\xd7\xe1\x97\xb9\x90\x39\x84\xfe\x73\x3c\xaa\x11\x8f\x0c\x4f\x7e\x86\x79\xae\x57\x79\x49\xb0\xe4\xc1\x38\xa1\x68\xda\x8f\x31\xe8\x13\x84\xcd\x5e\xf1\x4c\xc1\xed\x7a\x2a\x97\xb9\x24\xba\x84\x69\xec\x60\x1b\x3b\xd2\x1f\xb6\xb1\x11\x1c\x23\x07\xe3\x09\xe7\x31\x60\x21\x85\x05\x80\x02\xc8\x41\x0e\xf2\x41\xeb\x4a\xe0\x5a\x41\x26\x3a\x72\xb5\x29\x90\xdc\x15\x4c\x9b\xf0\x16\x4d\x86\x7f\x5f\x18\x45\x0d\xd1\x1c\xe5\xba\x8d\xbe\x8f\xd9\x3d\x1f\xb3\xaf\x9b\xb3\x75\x9a\x5d\xe8\x62\xf2\x15\x27\x70\x5e\x00\xb9\x63\x9c\xe7\x10\xfa\xfc\x1f\x72\xe1\x32\x82\xc7\x7a\x84\xe8\x99\x34\x15\x50\xbf\x4f\x0c\xe4\x9c\xe5\xfc\x9e\x4d\x21\xca\xea\x48\x1a\x16\x55\x51\xa7\xa9\x67\xbd\x32\xd4\x27\xf3\x8c\xb5\xf4\x8d\x91\xdf\xba\x74\xd7\x58\x77\x8c\xfc\x53\x76\x40\x86\x11\x23\x61\x5f\x89\x12\x8a\x9e\x6d\xf5\xe6\xe4\x16\x64\xea\x1c\x09\xdf\xb2\xd9\xd5\xba\xcb\xb4\xfb\x5c\xa7\xb3\x32\x97\xb6\x8a\x45\xc3\x65\xfb\x78\xa3\xce\xa1\x3a\xa3\x06\xe8\x60\x64\x1a\xf7\xdf\x63\x2b\x6d\x1f\xa1\x3f\x33\x79\xc6\x0c\xb4\xf2\x23\x8a\xe3\x17\x94\x1a\x4f\x1f\xb5\x25\x19\x81\xd9\x0b\x8f\xa2\x80\x62\xdd\x11\xdd\x06\xea\xe5\x4a\xaa\xbf\xe1\x7d\xf9\x45\xb4\x01\x79\xae\x96\x2a\x52\xef\xfd\xc4\xed\x4f\x28\x13\x94\x3e\xaa\x13\xb5\xb0\x90\x44\xa7\x9e\x38\x9e\x6c\x4f\x0f\x13\xde\xc5\x1c\x95\x11\xc7\x00\x2a\x33\x28\x15\x16\x47\x3c\x9e\x5f\xb8\x33\x28\x03\xa8\x53\x92\x53\xdc\x5e\x34\xbc\x8b\x24\x4e\x0f\x2e\xed\x94\x84\x86\xf6\xee\xc4\x41\xcc\xd6\x73\xd6\x26\x63\x55\x7b\x47\xfd\xd0\x7e\xd3\x4c\xc7\x93\x6f\x9a\xf3\x2c\xbf\x8c\xc4\xfb\x47\x98\x80\xcb\x32\x44\x47\x9e\xcd\x27\x57\xcd\x0e\xc3\x21\x6c\x3f\x4f\x71\xb5\x14\x65\xb4\x19\x71\xa4\x12\x59\xc1\xf9\x4b\x53\xb4\x41\x87\xeb\xc1\x2c\x00\xc5\xb1\xb6\x4a\xf8\x04\x1b\x62\x87\xcf\x22\x2f\xe1\x52\xea\x16\x56\x63\x27\x1f\xb9\x0d\xa9\xdf\x15\x7e\x69\xe5\xaf\xa2\x46\x3a\x1b\x53\x51\x29\xbd\x6b\x17\x67\xec\xa2\x13\x4d\xa3\x22\x8b\xb7\xf0\x49\xe7\xa6\x82\x6d\xc3\xfd\x2e\xc2\xfe\xbc\x05\x7e\x92\x0d\xcd\xd5\x47\xf9\x54\x14\x69\x28\xdd\x6d\x29\x5d\xed\x1c\x92\xf1\xfd\xfd\xa2\xde\x7f\xaa\xf6\x94\x21\x7c\x3d\xb5\x4c\xe2\x50\xf8\x22\x44\x66\xa1\x51\x60\x69\xb8\x6e\x56\xd2\x44\x64\x68\x88\xc8\x4e\x0a\x15\xce\x98\xbd\xd6\x42\xbf\xdb\x94\xa2\xe7\x46\x5a\xa2\x8a\x7d\x19\xae\x0b\xe7\xe6\x4d\xc2\x99\x41\x53\x42\x7d\xa5\x8f\x3d\x9c\xce\x31\x71\x9e\x2c\xd3\x52\xd6\x30\xce\xce\x89\xd8\x5c\xe4\xe5\xae\x46\x61\xd5\xc1\x9b\x6d\xff\x7f\xe1\x09\xa1\x73\x58\xc7\x93\x75\x73\xa0\x23\xfc\xd9\xf8\x4b\xf7\x00\x1f\xee\x01\x0f\xda\xd4\x1d\x92\xd6\xfe\xf7\xe6\x01\xfb\xef\xcc\xf0\xef\x1c\x38\xe5\x40\x28\x3e\x11\xa4\x5d\x0e\x7b\xbf\x47\x30\x79\xfa\x8d\x72\xfa\x3a\xba\xe2\xfc\x77\xa7\x88\x2b\x39\x45\x88\xff\xea\x14\xe1\x0b\xbf\xe0\x20\x97\xcb\x2f\xca\x45\xba\x1e\x7b\x37\x0c\xe2\xba\x96\x12\xcb\x05\x09\xd6\xb8\x82\x28\x4a\x93\x44\xf1\x6f\x62\x6b\xff\xff\xcb\x5b\xa8\xf9\x7d\x0b\x35\xbe\x6f\xa1\x33\xab\x08\xff\xc1\xf9\x25\xda\x15\xff\xb0\xd5\x66\x16\x80\xe1\x4f\x4e\x32\x9a\x49\xc6\xc4\xee\x4b\xd6\x4e\x8f\x37\xff\xda\x15\x25\x14\x41\x7a\xaf\xed\x99\xe6\x21\xaf\xa4\x7c\xf8\xff\xcf\xbd\x36\x64\x86\xf3\x20\x2b\x50\x10\x1c\x49\xc9\xd2\x9a\xd8\x74\x60\xdc\xce\xa8\x61\x91\x2c\xc6\x8d\x94\x44\xc6\xfe\x9e\x8a\xb7\x57\x89\x55\xcc\x66\x7f\x75\x85\x7a\xd8\x6f\x13\xce\x9f\x8a\xf4\x4b\x6a\x56\x92\x89\xad\x76\x94\x37\x5b\xed\x20\x29\x5b\xf5\x5a\xfa\xc7\xf8\x63\x4f\x04\xfd\x59\x8d\x24\x8d\x2e\x84\x1d\xda\x4a\xe6\xcb\x72\x15\x24\x9b\xb8\x11\x44\x40\x82\x4d\x25\x7a\x45\xb0\x62\x48\x8c\xd0\x82\x49\xd2\x49\x56\xb2\xfd\x5e\xe4\xa6\x92\xd2\x6d\x33\xa1\x08\x96\x5e\xba\x85\xf6\x02\xbb\xbe\xbb\xa4\xdf\x2a\x27\xf7\x24\x24\x45\xfe\xa2\xb7\xfc\x5b\xc6\x33\xf2\x40\x45\x21\xf7\x7d\x97\xe1\x6a\xcd\xd7\xe4\xd7\xc6\xb5\xad\xe9\xb7\xca\xc9\x19\xf1\x04\xea\x8d\xe3\xab\x1f\x28\x93\xea\xe1\x01\x97\x50\x4b\x28\x67\x4c\x49\xa7\x94\x98\xcc\xcc\x72\x79\xee\xf6\x2f\xb7\x47\x08\xe5\xcb\x8f\xdb\x23\xa1\x2a\xe1\xfd\x71\xfe\xdf\xed\x8f\x9e\x50\x6e\x7a\x7f\xfc\xfa\x5f\xee\x8f\xff\xb0\xb4\xdf\xf7\xc7\x7f\xd8\x64\xc9\xfd\x61\x89\x44\x95\x0f\x76\x8d\x7e\xab\x86\x64\xd7\xc5\xbf\xdc\x1f\xb5\x34\x6d\x49\xd6\x46\x99\xd3\xca\x04\x93\xfd\x7f\x7f\x7f\x4c\xd4\xed\x06\x99\xd8\x0d\x72\xa1\x30\x30\xb1\x92\xab\x3f\x00\x1d\xb2\x31\xe8\x27\x39\x09\x59\x89\x82\x1a\x40\xbf\xff\x59\x9e\xd1\xff\x53\x79\xc6\x83\x3c\x73\x4e\xa3\x34\x5c\xcb\x89\x0b\x31\x38\x11\x70\x81\x7a\x48\x3b\x55\xfb\xd5\x87\x6f\xf2\xdd\x42\xb2\x7c\xb7\x94\x75\xc8\x77\x40\xec\x0e\x59\xbb\xab\xc9\xfe\x48\xe2\x36\x19\x55\x26\x6a\xef\x1b\x86\xb5\xa6\x32\x48\xb2\x9a\x14\x35\x4e\x92\x14\xc7\x84\x79\xea\x89\x07\x2b\x3e\x75\x58\x7c\x7a\xfe\x9f\x8a\x4f\x1e\xe1\x8d\xb0\x28\x24\xc2\x19\xfa\xd1\x9f\xdf\xf4\x67\x2b\xb7\xff\x43\xa6\xf2\x7f\xed\x5e\xab\xf6\x6a\x53\x65\x59\x7a\xcc\x9b\x3d\x3f\xf6\xc8\xf1\x78\xa2\x10\x09\xd6\xc5\xfc\x13\xb2\x0b\x41\x23\x3c\x94\x01\xab\x19\xfb\xe2\x52\x7f\xea\xa4\x68\x9c\x3a\x08\xe5\x4c\x3a\xe5\x8a\x91\xa4\x4b\xd9\xbb\x92\x9f\x34\xf6\x23\xf9\x4a\xe8\xa9\x2c\x39\xc9\xba\x4e\xa4\x04\x61\x98\x11\x30\x16\xea\x03\xcb\x78\x4f\x9c\xf3\x85\x7a\xc5\x0e\x8d\x1a\x24\xb0\x02\x5d\x60\xc7\x13\xba\xd3\xd5\xef\xba\xfa\xa9\x86\x40\xa8\x3e\x04\x49\x96\x0a\xcb\x80\x57\x5b\x40\x94\x3c\x3b\x7f\x12\x25\xcf\x34\xd7\x84\x6d\xca\x5b\xfc\x80\x4a\xe2\xd0\x11\x04\x83\xfd\x77\xa1\x91\x42\xaf\xed\x47\x31\x1d\x3a\xd0\x57\x13\x10\x76\xd3\x09\x4c\xe3\xff\x7b\xd1\x72\xfb\x7f\x59\xb4\xf4\x9f\xff\x49\xb4\x4c\x68\x07\x23\x2d\xfa\x6e\x9c\x64\xdb\x8f\xc8\xd0\x53\x19\xff\x93\xf2\x68\x22\x85\x2a\xa8\x06\xcf\xe9\xa5\x61\xbd\xf8\x66\x6c\x7c\x52\x91\xc7\xa8\x4a\xf8\xe2\x37\xcf\xe3\x94\x76\x47\xfd\xde\xe3\x8c\x35\x57\x30\x48\x06\x6b\xc0\xcc\x44\xbf\xa7\x99\x88\x91\x55\x63\x35\x83\xb1\x2a\x84\xaf\xd9\x1c\x72\x6a\x38\xe3\xb2\xe3\x8c\x03\xc7\x31\x2d\xf4\x58\xd5\xa6\x2a\xa9\x87\x57\xbf\xae\x8d\x5b\x63\x24\x61\xbc\xb0\x4f\x38\xd1\x50\x4d\xfa\x30\xcf\xac\xd6\x58\x8d\x6a\x40\x20\x2d\x8d\xbd\x3b\xf2\x52\x40\x0a\x43\x4f\x78\x05\xb9\xe0\x82\x95\x6f\x05\x1b\xb8\xfc\xc3\x05\xf5\x50\x37\x62\xaf\xad\x66\x23\xad\x70\xaf\xda\xa5\xd9\xa8\x12\xee\x95\x25\x0c\xf5\xf6\x02\xb2\x0e\x15\xdb\x1c\xb5\xdd\xbf\x77\xb7\x35\xc9\x6b\xc4\xd4\x7e\xab\x17\x1e\x70\xed\x3b\x89\xda\xbd\x75\x22\x6c\x7f\xb6\x4f\xbb\xfd\xee\x73\xcc\x3e\x8d\xe8\x1e\xd5\x39\xf5\x93\x6f\xf2\xad\x6b\xd8\xa2\xa0\xfe\xe8\xbc\x1c\x72\x6e\x08\x73\x1e\xcb\xcb\x94\x93\xb2\x55\xef\x42\x09\xfb\x8f\x21\xfb\xac\x8b\x6d\x10\x82\x04\xef\xf6\xcb\x49\x66\xff\x60\x34\xf2\x85\xde\xca\x24\xc3\x30\x92\x42\x3d\xcf\xef\xba\xfb\xda\x28\xfe\xbb\xee\xbe\x40\x51\xf8\xd1\xdd\x37\xed\x18\x2c\x0e\x51\xc9\xe4\x6c\x75\x85\x37\xd6\x9c\x88\xb1\x7b\x6f\x2d\x29\x94\xed\xd6\x55\xd5\x7a\x9e\x2e\xd9\x05\xf2\x07\x06\x67\x2a\x6f\x1c\x50\x12\xee\xb5\x53\xc0\xf4\xb6\x93\x13\x61\x8e\xc7\xd9\xf9\x66\x29\xcb\x36\x45\x18\xbb\xd1\xc5\x55\xdd\xf3\x65\x99\x51\xae\x9a\xef\x55\x84\x22\x38\xc7\x5b\x2d\x04\x74\x88\xe8\x57\x28\x13\x10\xc3\xce\xc1\xf1\x53\xd7\xe4\x02\x56\x3f\x0a\x7f\x20\x00\x14\x4f\x88\x41\x1d\x21\x05\xfd\x06\xfe\xef\x16\xf2\xc8\x4c\x79\x1a\x7b\x64\x83\xa6\xdc\x88\xc0\x61\xa8\xad\x61\x5d\xc8\xd4\x21\xfe\xd4\xa9\x0a\xbd\x96\xfb\xa7\xa4\x25\xe1\x24\x09\x9c\x4b\xe4\x14\xeb\xf8\x13\x6e\x4e\xa1\xd0\x57\x99\x74\x73\x1a\x0a\xf5\x50\xbb\x61\x6d\x17\x29\xdf\x42\xb3\xc8\x97\xc8\x19\x38\x9e\xa6\x31\xa5\x8d\x0a\x8f\x74\x8e\xa7\x37\x6d\x15\x61\x5c\xaa\xc8\x23\x18\xfd\xb0\xb0\xc3\x8b\x09\xee\xaf\x4e\xb6\x29\x9e\x6a\xf2\x5a\xb9\xf5\x61\xdc\x93\x19\x49\x11\x3e\xca\x0f\x95\x6e\x7f\xae\xb4\x25\x6a\xb2\x16\xbd\x36\xdf\x0d\x84\xc8\x90\x99\x3d\xa7\x2a\x88\x0b\x49\xcd\x47\x60\x58\xee\xed\x4f\xd5\x85\xc2\x2b\xc9\x0a\x2b\x40\x4a\x30\xd3\x8c\xe5\x9c\x37\x1f\x1f\x04\xc0\x18\xa8\x4f\xf8\xfe\xdc\xab\x44\x57\xa2\x81\xfe\xff\xde\x94\x87\x22\x20\x7f\xc7\x79\x54\xe4\x42\xe0\x10\x17\x9a\xf5\xb5\xba\x0e\x53\x15\x66\x07\x42\x1f\x1d\xbb\x14\xb6\x36\x24\x62\xec\x88\x91\x5c\x2b\x6b\x64\x8f\xcc\xd3\xcb\xa9\x85\xc0\x8f\x6e\x97\xfa\x0d\xfd\xcf\x5b\x52\x38\xb3\xd7\xcb\x58\x31\xb9\xf5\x84\x38\xc0\x0f\x50\x25\x80\x57\x45\x1f\x54\x01\x26\xe7\xd9\xea\x47\xa9\x9e\xab\xdb\x23\x0b\x01\x20\x89\x50\x0f\xa0\x30\x8b\xe4\x0d\x3c\x57\x31\x3e\xa6\x61\x61\xe6\x15\x68\xd9\xc8\xd2\x3a\x57\x65\x24\xb2\x4d\xbe\x1d\x88\x80\x86\xa5\x9b\x87\x1b\xef\x8b\x9d\x6d\xbc\x6e\xb9\x98\x89\x03\x4e\x17\xee\xe2\xca\xb3\xec\x5b\xa6\x0e\x27\xbb\xe7\x02\xe2\xf3\xb9\x63\xeb\x09\x69\xd4\x7e\x2d\xea\xc8\xbe\x27\x73\x0d\x0a\xef\x6a\x71\x0e\x91\x16\xa7\xa6\x08\x7e\x59\x3e\x41\x13\x17\x19\x3b\x3b\x6e\xd9\x6d\x67\x44\x22\x6b\x6b\xfc\x9e\x1d\x1a\xba\x51\x2c\xb3\xd1\xa7\x54\x36\x0c\xb8\xf3\xc0\xef\x73\xdd\x6c\x5f\xe8\xa3\x7d\xdf\xaf\x30\x17\x54\x9a\x51\x47\xb6\xf2\x04\x9b\x7e\xbf\xc6\x2f\xea\x63\xb3\x22\x6d\x92\xd8\x94\x26\xdf\x3b\x55\xb2\x95\x53\x17\x46\x79\xd2\x6d\x0f\xaa\xc8\x91\xa9\x6a\xd4\xa2\x61\xf2\x51\xac\x5b\x18\x13\x0e\x57\xa7\x5e\x77\x13\x05\xd7\xce\x7c\x92\x62\xed\xea\x3b\xdc\x83\x6f\x95\x7a\xea\xf6\xda\x5d\x5c\x12\x75\x66\x6a\x9d\xfe\xc0\xbc\xc8\x90\x78\x9f\x23\xc3\xae\x2e\xb9\xd6\x26\x6d\x81\x8b\x93\x26\x6a\xdd\x2c\x36\xee\x0b\xfc\x4a\x63\xf5\x12\xa8\xa1\xe6\xc3\x79\x39\xed\xdd\x7b\x71\x39\xa5\xe2\x9a\xfd\x9c\x2a\x69\xec\x4e\xd2\x6c\x04\xcd\xba\x9b\x6a\xe4\x60\xf7\x48\xc6\x6e\xd0\x9a\x65\x2f\x7e\x62\x9e\x0c\xff\x92\xa1\x04\x06\x46\xc8\x07\x0b\xd4\xfe\xe1\x82\x05\x1e\xde\x37\x2e\xab\xcf\xde\x62\xf0\x30\x2b\x71\x56\xd7\xed\xe9\x3b\xb3\xd4\x32\x92\x5c\x56\x8b\xf1\x55\xf5\xe3\x5a\xfa\x42\x8c\x88\x65\xae\xa8\x89\xc3\xea\x06\x00\xcc\x5c\xe1\x48\x9d\xb2\xde\xaa\x86\xcc\x25\xa2\xdc\xea\x17\x75\x94\x36\x63\xd1\xfc\x4a\xd6\x41\x91\x91\x85\x4e\xd6\xa6\x2c\xda\x7b\x57\x64\x1d\x98\x90\x81\x3d\x24\xcf\x09\x44\x88\x15\xc9\xc7\x50\x8c\xe5\xde\x37\xbb\x25\x23\x77\x44\xac\x69\x19\xe1\x5a\x18\x8e\x2f\x11\x42\x69\x20\xf4\xf3\xbe\xca\x7e\x63\x66\x97\xb1\x7b\x7c\x53\x88\x87\xd5\x9c\xbc\xa9\xe8\x6e\x7e\xa0\x25\xa5\xad\xfd\x80\xb0\xbc\xed\x1c\x08\x7e\xed\xf2\xd2\x61\xd5\x4e\x33\x15\x6e\xa8\x4b\x4b\x43\x17\xd5\x5c\xd5\x91\xe9\x6b\x24\x1b\x07\x37\x36\x8b\xae\x41\xa4\x3a\x8d\x26\x74\x65\x3d\x23\x28\xc2\x93\xc4\x48\x62\x65\x8a\x3c\x51\x6f\x59\xa5\x3e\xc2\xac\xaf\x9c\xe0\xe0\x67\x3d\xd1\x14\x2a\xeb\x39\xcf\xc0\x22\x6b\x11\xa2\x05\xcd\x44\x50\x28\xd2\xc9\xef\x62\xef\x7d\x11\xe8\xdb\x80\xff\xee\x50\x2a\x8e\x1e\x01\xfc\x23\x04\x01\x84\x17\x39\x35\xa3\x02\x1d\x42\x6e\xd0\xda\x05\xd6\xe3\xa9\x44\xee\x1c\x5f\x40\x1e\x55\x62\x42\xe8\x90\x14\x90\xec\x80\x7a\x34\x2e\x70\x4d\xc0\x36\xbf\x50\x71\x12\x72\x44\x21\x83\xb3\x74\x80\xe4\x32\xdb\x50\x7f\x3f\x32\xbf\xb3\x77\xe3\x6f\x10\x89\xc2\x9e\x77\x73\x00\xf9\x51\xc0\x78\x93\xbc\xc2\x7f\xe7\x89\x6d\x0e\xf7\x6d\x0a\xca\xd9\x45\xbf\x8c\x60\xbc\xb8\x82\xab\x5a\x5e\x15\x23\x99\x46\x47\x77\xd7\xb6\x18\x86\xaf\x0c\x5f\x79\x81\x52\xa3\x36\xc8\x46\xa9\x5d\x60\xf0\x0e\xea\x03\xb3\x02\x5e\x83\x7c\x84\x82\xcc\x80\xee\xa9\x1c\x7e\x2d\x2f\x3a\xdb\x16\xde\x13\x6d\xd1\xa5\x65\xee\x4c\xa1\x8e\x50\x2f\xb9\x41\xfc\xcb\xa3\xa0\x03\x31\x95\x89\x2f\x5b\x42\xbd\xd8\x4f\xf0\xdb\x7f\x81\x86\x57\x09\x86\xd5\x5c\x1c\x81\xc6\x3b\xfe\xa2\x04\x68\x92\xf1\x8c\xc9\xfb\xed\x0b\x31\x62\x53\xda\x99\x01\xc8\xac\x4a\x7c\x4a\x8e\xff\xc3\xf9\x17\x93\x86\xf8\xcb\x5a\x8d\x6e\xdc\x41\x95\xc3\xea\x1b\xe4\x66\xa8\x96\x89\x8f\x27\x57\x8d\x7b\x63\x49\x38\xf4\x84\x48\xe3\x9c\xe8\xdf\xbd\xac\x0e\xe2\xb9\xd2\x9f\x34\xae\x0d\x41\x36\x9e\x55\x56\xa9\xb3\x42\x15\xc7\x06\x02\x2c\x80\x49\xaa\x44\x75\x0a\x52\x78\x26\x0f\x53\x25\x6a\x86\xe6\xfb\x66\xad\x5d\xc1\x58\x34\xad\xf3\xc4\x61\x0d\xf9\x66\x01\x4d\x15\x4a\x8b\x0e\x95\xd6\x47\xc2\x2c\x0c\x69\x7f\xd8\x6f\xa6\x0b\x87\xf7\x2e\x07\xdb\x26\xbf\x89\x72\x05\xea\xac\x7e\x78\x46\xb6\x94\x62\x23\x01\x02\x15\x6d\xb9\xa4\x12\x36\xfc\x87\x0c\x38\xb7\x6f\x83\xc4\xdb\xe6\x1f\x73\xeb\x34\xef\x64\xcf\xe9\x67\x03\xd1\xc4\xd2\x92\x9e\xed\xdf\xf5\xec\xcf\x99\x7b\xc2\x54\x48\xc5\xed\xdb\x64\xcd\xc1\x9d\x9e\xb5\xb2\x81\xff\xb8\x06\x10\x32\x50\x08\xc7\x75\xd6\x17\xe6\x47\xac\x88\x3c\x8f\xd8\x85\xf6\x30\x22\x3a\x09\x44\x76\x71\x1d\xc9\x54\x98\x75\xcb\x5e\xeb\x22\xff\xfd\x0d\x92\xa1\x8a\xf3\xf7\x37\x13\x3c\x39\xdc\xbc\x21\xe8\xe5\x39\x52\xdd\x06\xc5\x05\xc8\x03\xb9\xe6\xbf\x97\xd8\xc0\x3b\xa3\x88\x47\x64\xbd\x52\x5f\xb6\xec\x05\x6f\x91\x32\xf2\xc3\x1a\x83\x17\x94\x84\x4c\xb4\x04\x52\x8a\x28\x51\x95\x94\xff\x53\xea\xe9\x54\x27\x9c\xae\x67\xb9\x94\xd3\x75\x0b\xc1\x80\x62\x9c\xf0\xb9\x5e\x4f\xbd\x54\x95\xcb\x44\xc3\x84\xd9\x96\x9d\x29\x11\x38\x47\x4a\xe7\xf7\x43\xbd\x6d\xa0\x38\x8a\xe9\x9d\x7a\xed\xb0\x92\x83\x07\xc5\x32\xf5\x86\x97\x1b\xd3\x43\x93\xfd\xd5\x07\x84\x02\xe4\x7d\x50\xb8\xd4\x0b\x99\x66\xf6\xac\xca\xe1\xe9\x4b\xda\xee\x44\x0b\xd6\x9b\x66\x52\x07\x15\x17\x08\xcc\xec\x3b\xa9\x4a\xb8\x5b\x49\x03\x4f\xba\x92\x52\xf5\xc6\x02\x14\x08\xb5\xbf\xa9\x84\x17\x27\xa8\xff\xd4\x13\xd6\x9c\xc5\x05\x02\xa1\xe6\x37\x95\xf0\xc4\x87\xab\x9f\x7a\x52\xa8\xca\x74\x01\x8f\x7d\xaf\x54\x9c\x0c\x51\x39\x59\x4f\xb5\x69\x25\xda\x75\xe2\x50\x5f\x6e\xf1\x37\x80\x00\xdf\x64\xcf\xa9\x2e\x27\x1f\x50\x1f\x14\xa4\x3c\xa4\xbf\x7f\x03\xf5\x53\x90\x6b\x02\x32\xaa\x40\x4d\x18\x10\xc1\x6c\x1a\x79\x26\xd7\xcc\x12\xba\x79\xb1\x09\x7a\x4b\x3e\x42\x83\x1a\xa6\x3c\xa8\x22\x9f\xfd\x20\x57\x23\x93\xd8\xda\xdd\x90\x7a\x5a\x95\xc7\xf4\xbe\x7c\xe7\xb3\x40\xa8\x9c\xb3\x48\x15\xcb\xfc\x43\xed\x5b\x62\x1c\xd5\xd6\xdd\x76\x92\x9f\xdd\xeb\x94\x61\x28\x8e\x6b\x64\xb3\x23\x3f\x5c\x37\x4f\x00\x41\xd1\x47\x13\x95\xfe\x68\x0f\xa6\xb4\xb5\x03\x90\xb8\x1d\x49\xe1\x66\x24\xb7\x5d\x34\x9f\xb5\xcc\xe2\xae\x53\x5d\x9a\xfd\x43\xed\x3c\x92\xd2\xcd\x48\xee\x75\xaa\x27\x44\xab\x01\x6b\x45\x17\x51\xc5\x37\x23\xb9\x1d\x7e\x0e\x9b\x2f\xcc\xf0\xac\xf1\x64\x6f\xdd\xf4\x64\x57\xef\x7c\x16\x9a\x03\x93\x1e\xf0\x6d\x97\x6e\x6b\xe7\x09\x38\xbb\xe9\x09\xb8\x9d\x27\x33\x60\x8a\xa9\xe4\x09\xe0\x4e\x1d\x6f\x3a\x75\x3b\x16\x9e\xa7\xa9\xde\xfe\x71\x7a\x6f\x6b\x47\xa7\xbe\xa6\x46\x04\x3d\x19\x9a\x63\xce\xc7\x89\x0e\x88\xb8\xc8\x1a\x5f\x04\x38\x30\x53\xe2\x56\x7d\x08\xf9\x91\x1e\x7b\xc4\x86\xb2\x71\x83\xbc\x6f\xcf\xd2\x2a\xb6\x99\x3e\xb4\x2f\xd0\x6b\xf5\xaf\x75\xb3\x44\x5e\x49\x16\x39\x37\xb4\xd5\x9a\x27\x4d\x6d\x6d\xe1\x5d\xa5\x55\xa3\xf3\xb9\x6e\x9d\xb8\x86\x73\xdd\x74\x36\x20\x68\xc9\x90\x6e\x7e\xaa\x9c\x6c\x90\xb9\x54\x57\xb9\x6f\xc4\x34\x90\x49\x77\x48\x90\x78\x9f\x3e\xc3\x31\xdd\xeb\x7c\x60\x68\x39\xf7\xa5\x97\x9b\xc4\xc6\xb3\x78\x15\x74\xed\x8f\xa3\x6b\x19\xae\xac\x88\x07\xdf\x6a\xc0\x4c\xeb\xda\x1f\x87\x1f\x1a\xba\xbf\xfa\xa1\x0f\xd8\x77\xba\xf6\xc7\xf9\x69\x0a\x55\x91\xf9\x1f\xfa\x80\x4d\xe2\x15\xa8\x00\x47\x0d\x6a\x27\xc6\xe1\x1e\x4c\x59\x45\x00\x7c\x7a\x44\xdd\xb5\x10\x00\xd4\x27\xa7\xa9\xc1\xc1\xe6\x5c\xbc\xf9\x72\x19\x7f\x49\xf1\x29\xdb\x15\x45\x4c\x90\x9d\xd9\x51\x0b\x56\x15\x44\x75\xf8\x46\x4c\x25\x4c\x34\xd5\x90\xe6\x2d\xf7\xa6\x89\x3a\x09\x7a\x80\xf4\x46\xc9\xfe\x9c\xb1\x68\x54\x55\x8b\xf5\x77\x8f\xb1\x5a\xa8\xe5\x24\xc6\x10\xc2\x57\x2a\xd4\x00\x5d\x7f\xbe\xf3\xca\x63\x6d\xaf\xe2\x5c\x49\xfd\xc4\x78\x76\xc8\xe1\x64\xc7\x61\x84\x25\x23\x3f\x6c\x00\xe3\x46\xa9\xa7\x5d\x1e\x22\x49\x28\xaf\xc9\x1c\x48\xa6\x96\x2a\xbd\x14\x79\xb8\xd2\x6e\xe4\x1c\x33\x0a\x61\xe5\x92\x6c\x23\x4c\x75\x9b\x47\xea\xc4\x35\xb5\x21\xea\x96\x78\x2a\xca\x3c\xc1\x6f\xa6\xed\x33\xee\xe8\x66\x5c\x9d\xf3\xfc\xbd\x3a\x3b\x33\x84\x0d\x40\xf9\xb1\x74\x45\xc7\x93\x4d\x8b\xd2\xa9\xdd\x2c\xe0\x95\x34\x48\x62\x26\x37\xf3\xfb\x1e\xe0\x43\x8e\x28\x8c\xbd\xa1\xbf\xee\xb4\x7c\x65\x45\x94\x3a\xcc\xb1\x49\x3f\x13\xdb\x25\x44\x63\xe1\x95\x90\x76\xfd\x12\x61\x43\xf9\x1b\xc2\xa6\x56\xae\x4e\x97\xe7\x0c\x8c\xe2\x17\x3e\xea\x46\xe3\x4c\xbe\x30\xcc\x77\x9f\x42\xa6\xb5\xb2\x7b\x2a\x48\xac\x6b\x6f\xca\xc8\xfc\x8d\x1a\x3b\x47\x8f\x08\xa5\x41\x6c\x90\x3d\x4b\x55\x74\xb6\x27\x9c\xb2\x4e\x8d\x36\x62\x51\xb7\x94\xa8\xcc\x4e\x96\xed\x3e\x7a\x92\x03\x7e\x44\xcb\x54\x68\x46\xde\x4c\xae\x31\x2a\xa7\xf8\xcb\x95\x4c\xf4\x67\x24\x97\xdc\xa1\x15\x3b\x1a\x22\x87\x0a\xce\x4d\x5e\xb6\x12\x9b\x28\xc4\x1e\xca\xc9\xbc\x4a\x3e\xc5\x04\x57\x9c\x78\x41\x6d\xca\x9c\xb8\x66\x4f\x78\x64\x4b\x72\x81\xa4\xca\xf0\xb0\x5a\xa8\x66\x36\x14\xae\x77\x4c\x11\xd1\x90\x3e\xd0\x0d\x79\x8c\x40\x1a\x6e\x64\xf8\xa1\x61\xab\x38\x07\xcc\x06\x32\xb9\x6f\xe8\xe7\x27\x4c\x43\x6d\xc6\x6d\x49\xee\x96\xa2\x1c\xd5\x5c\x5b\xbb\x69\x7d\xce\xf0\x15\xb6\xef\x2c\xc7\xaf\x22\xc2\x54\xf5\xe2\xd1\xa8\x97\x1c\x82\xef\x04\x4c\xaf\x4a\xec\x72\x6e\x82\x7d\x7b\x49\xe5\x78\x6b\xb1\xe1\x46\xbc\xde\xac\x9f\xdf\x82\x54\x02\x41\x47\x21\xee\xb1\x67\x28\xc4\x58\xd1\xc1\x5e\xc9\x07\x3c\x1a\x49\xa1\x96\x0e\xa9\x93\x56\xb4\x91\xf6\x0a\x3e\x97\x33\xb9\x27\xaf\x78\x35\x97\x93\x29\x31\xa1\xbd\x11\xdf\x21\x84\x4b\x7f\x95\x96\x5d\x34\xcc\xf9\x88\x53\x26\x90\xa9\xb5\x42\x49\x5f\xcf\x0f\xa4\x61\xd6\xc0\x75\x16\xd8\x87\xdf\xc7\xf3\xed\xc4\xe9\x54\xcc\x45\x48\xe6\x26\x50\xf1\xb9\x5a\x3b\x09\x8e\x43\x7d\x65\x12\x5c\x60\x28\xd4\x57\xf2\xb2\x6f\x0a\xf5\xb5\x4b\xb1\x16\xde\xc7\xec\x85\x90\x3f\x33\x08\xb7\xa3\xc4\xdb\x4d\x0c\x51\x24\x1e\x78\xa2\x4f\xf6\xd7\x77\xd3\x81\x80\xf2\x60\x3d\x09\x96\x1d\xa1\xcb\x9f\x4b\x60\x29\x0f\x5e\x13\x13\x52\x92\x79\x76\x28\x21\x14\x87\x3e\xe5\xf1\xf7\xc7\x0a\x4f\xbb\x34\xea\x77\x9a\xfc\x11\x41\x26\xfb\xef\xa5\xb9\x87\x1d\xa5\x85\xf0\x44\xf2\x4f\x9f\xe3\x50\x01\xfd\x11\x14\x67\x1e\xce\xd0\x00\x1b\x9d\x9a\xed\x74\x28\xed\x31\x5d\xa6\xcc\xcc\x3f\xf2\xca\x79\xe8\xe4\x99\x54\x0e\x3d\x4a\x01\xa3\x3e\xce\x58\x2f\x22\xc9\x05\x89\xd4\x75\xb8\x62\x16\x72\xca\x09\xf5\x7a\xb6\xfe\x40\xa8\x92\x83\xdc\x7d\x21\x8a\x90\x57\xc9\x12\xfa\xbd\x1e\x39\x95\x7c\xb8\xf7\x06\xe6\x09\x6f\x4e\x59\xed\x45\xb7\x32\x23\xa5\x63\xb3\x4c\xde\x69\xa2\x7b\x5c\x7b\x00\x2e\x80\xa2\x74\x00\x40\x04\xda\x88\xdd\xed\xdc\xb3\xb0\x32\x6a\x2e\x37\xf3\xf8\x0b\xf2\x5e\x35\xbf\x7e\x9b\xef\x7c\xeb\x87\x55\x80\xb6\xbf\x0a\x40\x47\xeb\xcb\xe3\x24\x70\xd7\x07\xa8\xb9\x90\x63\x15\xb8\x07\xbd\xa7\xde\xaa\x32\x84\xd6\x19\x79\xcc\xa8\xb1\x84\x0c\x15\x6d\x51\x72\x3c\x38\x34\xdc\x78\xf6\x44\x3f\x39\x7b\xaa\x80\x98\xe1\xce\x4b\x56\x09\xdf\x89\xe7\xbf\x67\xe6\xdf\x75\xbd\xb8\x72\x31\x43\xe5\x22\x64\x3a\xdc\x4a\x55\xce\xc0\x3e\x05\x54\x1e\xe1\xe1\x90\xc0\x7b\xf6\xae\x32\x2e\xa4\x3e\xe2\x42\x48\x20\xac\xc4\xcc\xd9\x50\xfc\x8b\xe8\x8e\x01\x02\xd4\x66\x7f\x8d\x16\x0e\x99\xe8\xd0\xaf\xc1\x0b\xee\x09\x28\x22\x69\x2a\x07\x1c\x47\x52\x8f\x5c\xfc\xb1\x71\x28\xc9\xe0\x56\x23\x8b\x62\xef\x77\x96\xa0\x0f\x78\x69\x19\xac\xaf\x3f\x27\x16\x47\x1f\x81\x0a\x70\x59\x70\xcc\xff\xd4\xb3\xde\x1d\x8a\xc1\xa4\x67\xb4\x88\x9e\xcd\x64\x4c\x95\x58\x14\x55\xda\x54\xbd\xf3\x92\x96\x17\x53\x3c\x55\x9b\xb5\x17\x95\x1a\x49\xbb\xec\xc4\x32\x4d\x3d\xb0\xb1\x66\x98\x67\xe7\x8b\x08\xcb\x27\x2d\x56\x89\xe9\xc9\x88\xff\x37\x5c\x84\x06\xf9\xc3\x05\x3d\x72\x60\xd5\x1e\x12\xf9\x73\x98\xd3\x52\x2b\x7e\xd8\x35\xb2\x04\x69\x05\x81\xc8\x39\x97\x74\x73\xb6\xb7\x32\x5e\x57\xe0\xc9\xbe\xce\xa4\xa9\xdc\x5d\x01\xe4\x7f\x68\x9e\xf9\x5b\x6d\x3b\x90\x5a\x58\x1c\x13\xac\x18\x65\x50\x57\x57\x75\x95\x51\x07\x03\x31\x57\xdf\x04\x6f\xb2\xb2\x61\x65\x17\x6a\xa7\x48\x7d\xbc\x40\xb2\x86\x89\x44\x2b\xa2\x85\x61\x0a\x4a\x54\xad\xc6\x98\xdb\x06\x4b\x31\x58\xfc\x83\xfc\x48\xac\xa6\x5a\x83\x73\xa2\xcb\xd3\x7b\xf9\xc4\xd6\xc4\x2d\x3d\x96\x0d\xf6\x82\x2c\xde\xfb\xb2\xe1\x04\xd4\xe1\x27\x68\xca\xa9\x82\x27\x43\x67\xd5\x47\xa2\x16\x71\x90\x60\x12\xfa\x55\x96\x4c\xc8\xd5\xac\x33\x91\x94\xa4\xc2\xfd\xcb\xb2\xf0\xd1\x43\x26\x50\xbe\x17\xdb\xb8\x16\x47\x49\x25\x06\xa7\xd5\x45\x97\x88\x45\xc7\x35\x71\x22\x3b\xa6\x80\xd7\xce\xb4\xf8\xc3\x75\x0e\x9f\x22\x20\x40\x86\x75\x70\xc7\xa4\x7e\xff\xda\x3c\x99\x52\x86\x6f\xf4\x69\xd7\xfb\x8c\x05\x45\x1a\x45\x9c\x92\xcf\x35\xb5\xba\x54\x1b\xea\x34\x73\x6a\x9d\xd1\xcd\x11\x5a\x92\x43\x60\x77\xe7\x5b\x09\x80\xd4\xb9\xa4\xf2\xa7\x74\x03\x57\x6f\xc6\x2e\x83\x2b\xc9\xb6\x33\x23\xaa\x8c\x25\xad\xa2\x33\x95\x98\x9a\x01\x50\xaf\x7a\xbd\xdb\x03\xca\xd5\x19\x26\x4b\x56\x1f\x31\xa9\xd4\xbd\xda\xa3\xb9\xe3\xf6\x4e\xba\x7b\x0b\x66\xa1\xa8\xc8\xf6\x09\xb5\xc5\x9d\x4b\x7d\xee\x5b\xac\xeb\x86\xfb\xbd\x8f\x66\x81\x00\x0d\x19\x75\x67\x21\x81\xdc\xb9\x4e\xb8\xfc\x2c\xe5\x8d\x84\x83\x60\xb5\x05\x67\xff\x8f\xd9\x6e\x02\x6a\xe4\xec\xd4\x62\xa3\xb3\x9c\x1c\x38\x92\x75\x44\x10\x64\xfb\xc2\x1b\xa3\xda\x30\xc9\x8d\x1e\x40\xd6\xc8\xd1\xc5\xfd\x6d\x7d\xda\xd6\x49\xb9\xe2\x21\x25\x1c\x1c\xc8\xbd\x88\x92\x8f\xb3\x38\x3d\x02\xb3\xd5\xc3\xa6\x1a\xc3\x7b\xfa\xc0\x27\xf9\x85\xcf\x69\x8b\x6d\x42\xdf\xd8\x2b\x8f\x3d\xb3\xa8\xf6\x22\x1c\xd8\x01\x9e\x3c\x55\xd6\x0e\x7c\x84\x8f\xe6\x5c\x1e\x6c\xac\x61\x2d\x47\x5c\xca\x5c\x56\x73\x2c\x71\x6c\xe1\x09\x3a\x27\x17\x4e\x7a\xd2\xc8\x91\xf0\xfc\xb1\xc1\x9e\xab\xcb\x04\xeb\x56\x92\x10\xea\x87\xe0\xc3\x7a\x86\x74\x55\x14\x50\xa5\x06\x48\x3f\x30\x98\xdb\x34\x6c\xda\x66\xd7\xca\xa9\xa2\x83\x6e\x82\xfe\x1c\x49\xa0\x12\x3d\x10\xc5\xbc\x9c\x8f\x21\x66\x1e\x18\x15\x8e\xb2\xef\xee\x5b\x63\x02\x5d\xd6\xf3\x34\xf3\x86\x42\x4a\x5c\xee\x48\x4a\x29\xbe\x4d\x85\xa0\xaf\x03\xd2\x3f\x38\xe4\x44\xf1\x45\x69\xb9\xd4\x42\x21\xc1\x2f\x27\xb7\x8e\xe4\x0c\x8f\x91\x5d\xc5\xd7\x85\x89\x43\x2b\x25\x6e\x1c\x1a\x80\x16\x22\xcb\xa6\x22\xd8\x88\xfa\x4b\xa0\x00\x17\xf1\xf0\x87\xc1\xe8\xa9\xa6\xc8\x7b\xff\x21\xcf\x33\x81\xb3\xf1\x6d\x0a\x4e\xd4\x82\x7b\xd5\xb6\x1c\xe7\xbb\xd0\x59\x86\xe0\xd0\xc2\x69\xa8\x29\x93\x86\x79\x26\xee\x97\x2f\xc2\x35\x86\x53\x74\xec\xfe\xe7\x9d\xd6\x48\xca\xef\x57\x6b\x9d\xf3\x85\x68\x1f\x93\xcc\xa9\x68\xae\xe0\x83\x6e\x1f\x33\x0f\x0b\xf3\xe9\xd3\x0c\xfe\x27\x83\x8a\x4c\x32\xc0\x15\x59\x6e\x10\x8e\xc4\x20\xa5\x44\xf4\xc8\xd2\xac\x9e\x26\xe9\x8f\xa0\x3b\x55\x15\x99\x4f\x7f\x84\x96\xbc\xa9\x8a\x3b\xbd\xe0\xf3\xc1\x99\x91\x8b\xf8\x6f\x1b\x39\x02\x28\x0d\xbf\x56\x8b\x17\xc7\xf1\x4e\x87\x19\x27\xac\x5c\xf0\x06\x07\x82\xdf\x06\xed\x3a\x57\xeb\x0d\xfc\x63\x69\x8f\x6d\xea\xe2\x6b\xf3\xff\x21\xef\xcd\x96\x93\x67\x9a\x6e\xc1\x0b\x82\x08\x10\x33\x87\x55\xa9\x42\x60\x8c\x01\x63\x8c\xf1\x19\xc6\x18\x81\x98\x67\xb8\xfa\x8e\xca\x95\x1a\xb0\xfd\x3c\xef\xfb\x7f\xff\xb7\x7b\x47\x47\x9f\xd8\x20\x34\x94\x6a\xc8\xca\x61\xe5\x4a\x76\x43\xc1\x17\xf0\xc9\xa8\xc3\x9a\x0a\x7b\x36\x69\x58\x52\xa7\x28\x31\x3a\xfc\x5b\x98\x64\x8b\xa5\xfd\xa8\x32\x1a\xfe\xa3\x70\x92\x66\x27\x15\xcd\xc9\x0f\xce\xe4\xa2\x17\x88\xf3\x07\x14\xd6\xc6\x32\x2b\x92\xd8\xff\x5e\x23\x51\xef\xaa\xeb\x58\x51\x4f\x7f\x59\x72\xec\x03\x40\x65\xbe\x11\x92\xe6\xa7\x34\xc4\x14\x60\x0b\x7f\x38\x4e\x8f\x54\x41\x67\xec\xb6\xbc\xd3\xcd\xad\x95\x00\x3e\x09\x33\x0f\x5c\x8e\x25\xcd\xef\xa4\xb6\x9a\xdd\x05\x74\xe3\x5a\x65\x81\x2e\xaf\x58\x0b\x7a\x2b\xad\x3c\x68\x66\x00\x6a\x8f\x4b\xd2\x7f\x45\x06\x76\xf5\x21\xfa\xd0\xa9\x5d\xd6\xf7\xc8\xb7\x4a\x54\x45\xcf\xa8\xc4\xb8\x83\xa9\x66\x6f\x42\xea\x73\x81\x27\x65\x3e\xd7\x2e\x17\x4d\x9c\x4e\x40\xe3\xf5\xcc\x0c\x60\xfe\xe4\x5c\x0b\x34\x2a\xfb\x62\xb3\x1c\x09\x26\xdc\x91\x27\xe2\xad\x87\xbc\xa3\x7a\x73\xb3\x01\x89\xc2\x30\x37\x07\x09\x40\x96\x75\xce\xa9\x76\xe8\x7e\xa0\xa1\x84\xf6\xa1\x4c\xcf\xbd\xdd\xfa\xfe\x32\x10\x55\x4c\xaa\xbf\x5f\x55\x02\x15\x4e\x8d\x4b\x1a\xd5\xca\x89\x6b\x61\x0e\xb0\xa5\x20\xc4\x65\x8e\x24\xcc\x2e\x65\x72\x70\x77\xb2\x30\xfa\xba\xa2\x12\xda\xee\xfe\x7a\x48\xd3\x4f\xb4\x60\x0d\xfd\x88\x8a\xf7\xd7\xb3\x11\xf6\xc9\xe0\xdb\x86\x77\x5b\x9b\x6f\xee\x97\xa9\x94\x84\x62\x38\x03\xdd\x00\xe4\x9a\x87\xc1\x26\xf9\xcf\x02\x46\xb4\xc4\x74\x58\xe3\xb6\x8f\x1b\x98\x3f\x05\x6d\xba\x52\x97\x52\xd5\x62\x91\xbb\xa4\x93\xdd\x9d\x1a\x19\x7d\x7d\x49\x90\xf6\xd8\xe5\x5f\x64\x97\xe0\x04\x44\x98\x81\xe6\xaf\x34\x27\xb8\x10\x73\x72\x34\xcf\x45\x58\x1c\x0d\xb5\xb5\x24\x47\xcb\x76\xc6\x79\x0b\x51\x94\x24\x63\xc6\x36\x7c\x4f\x79\x29\x0d\xc7\x84\xc2\x04\x9d\xad\xb1\xb9\xb2\xc7\xd6\x1c\xaf\x92\xaf\x50\x36\xd0\xf3\x4b\x26\xfa\x3e\x16\xd6\x4c\x24\x1d\xcd\x6b\x89\x9f\x26\x4a\x6d\xb9\x47\x76\x94\x38\xba\xd6\xca\xbb\xe9\xd5\x92\x27\xbd\xa3\x2b\xa8\x56\xba\xa7\x9b\xb4\xe0\x6a\xb0\x28\x99\x31\xe2\x14\x8b\x87\x7d\xd2\xef\x34\xc9\x18\xc8\xf2\x53\x55\xfc\x60\x05\xc4\xd0\x41\xae\xd0\xca\x09\x69\xf8\xce\xfc\x94\xea\xbc\xd6\x91\xa2\x75\xd5\x07\x39\x01\x6b\x9f\xcb\xf8\x83\x54\x75\x46\xa3\xc4\xf2\x9e\xbb\x63\x0c\xea\x24\x24\x08\xb3\x1f\x69\x21\x89\xae\x11\xfe\xde\xda\xcc\x2b\x24\x8d\xd2\x37\x8f\x2a\xa8\xf9\x3b\x52\xb5\x3f\x54\x4e\xfe\xe6\x07\x8a\x9c\x25\xd8\x39\xf7\x9c\xae\x4f\x0e\xfd\x5d\xbd\xf1\xc0\xfc\x1f\xdb\x0f\x47\xc1\x0c\x15\xb5\xa4\x44\xd9\x59\xd4\x12\xcd\x13\x58\xa7\x85\x15\x98\x7f\xf4\x05\x41\x59\x19\x71\xf1\x3f\xef\xa4\xd9\x36\xa7\xc7\x50\x32\xff\x8b\x17\x61\x0b\x23\xea\x08\x18\x4e\x77\x2b\x81\xe3\x5c\xf2\xb2\x48\x58\x84\xae\x5f\xd5\x6b\x29\x06\xb0\xb1\x33\xd9\x94\xf5\x5e\xbe\xf3\x56\x73\xa9\x41\x61\x46\x03\xe4\x97\x4c\x98\x5c\x9c\xf1\x8d\x55\xcc\x04\xe4\x51\x09\xcc\xb7\xdf\xab\x3e\x6a\x12\x6b\x54\x49\x8f\xb7\x08\x5a\xd1\x15\xf2\x63\x04\xed\x4f\x6f\x75\xf2\x5a\xf2\x75\x2a\x34\x7c\x6b\x58\x00\xcb\xda\xfd\xf7\x1f\x5b\x03\x55\x6b\x76\x3e\xf5\x1a\xac\x48\x3e\x6e\x31\x33\xe9\xa6\xef\x9b\x95\xb8\x75\x83\x9d\x78\xbe\xe6\x97\x34\x6b\xba\x55\xee\x36\xe5\xd2\x5c\xf4\x26\xb9\x7e\x67\xa5\x47\xb3\x6c\xd7\x7d\x5d\xdd\x82\x7b\xd1\xcb\x05\x89\x27\xdd\xef\x17\x70\xee\xc9\xf7\x73\xbf\x8b\x69\x93\x8e\xb3\xaa\x26\x8c\xae\x33\xc5\x1a\xec\xe7\xc8\x8a\xb0\xed\x2a\x6f\x80\x8a\xd4\xc1\x96\x37\xb6\x11\xef\xfb\x93\x66\x62\xfc\xd4\x70\x5b\x0b\xef\x66\x07\xce\x1c\x92\x71\xea\x2c\xe0\x76\x56\xe7\x33\x9f\xf1\x74\x81\x51\xb3\x12\x70\xc7\x30\x11\x48\xc9\xcf\x58\x74\xf4\x72\x33\x2f\xd1\x65\x6d\xb0\x2d\xcd\x44\xa4\x05\xfa\x68\xa2\x26\x0c\x95\x9a\x9b\x5f\x57\x72\x51\x87\x42\x72\x5e\xbb\x17\x19\xd1\xdd\xf9\x7a\x72\xdc\x52\x72\x0a\x66\x64\x0a\x66\x4d\x24\xf4\xdf\x87\xbf\x4e\x44\xd5\x0d\x82\xf8\xa4\x9d\xab\xfe\x7c\x81\x9d\x99\x6d\xbb\x52\xc2\x0b\x3c\xe5\x6d\x5c\xa8\x50\x59\x3c\x17\x11\x31\x86\x19\x7a\x78\x36\x47\x47\x3c\xab\xc0\x4d\x35\x73\x08\x3d\x35\x79\x0c\x9f\x1e\x31\x97\x27\xac\xe7\xd5\xbe\xb0\xe5\x4f\x1c\x10\x22\x65\xf9\x5f\x41\x56\xdb\x6b\xb2\xa7\x02\xbb\x19\x18\x94\x79\x69\xc0\x19\x5f\xd5\xc3\xc4\x70\x92\xaf\x0b\xb5\x68\xbf\x61\x7b\x94\x15\xf6\xf1\x3e\x9e\xd3\x4b\x2b\xed\x09\xe5\xa9\xad\xd0\x66\x16\xa0\x21\x7a\x18\xed\x1a\xe3\xb7\xaa\xe1\x30\xb1\x9b\x42\x63\x21\x97\x87\xfb\x6f\xa7\x34\x54\xed\xf2\xb7\x53\xf8\x09\xcd\x95\x3b\xad\x7d\x8b\x0f\xde\x44\x18\x1e\x56\xae\x44\xdc\xd8\xf1\x04\x26\xe1\xab\xf6\x37\x77\x29\x52\x06\x60\x76\x46\x42\x34\x00\x08\xec\x63\x1a\x0c\x8a\x80\x29\xb7\x04\x3d\x3d\x58\xcc\xe0\xa9\x0d\x66\x92\x29\x01\xc8\x64\x33\x2b\xbf\xaf\x66\x28\x5f\x5c\x8b\xdb\xb2\x46\x9e\xdc\x51\x73\x02\x28\x55\x75\xfc\x2c\xd8\xee\xfd\xd3\x5d\x88\xb5\xf5\x2d\x60\xda\xce\x96\xee\x62\xd8\xcd\xfb\xa0\x2e\xe2\x11\x5b\x79\xd8\x76\x06\x7d\xfa\x56\x84\x7c\x0e\xf2\xf8\xbf\x83\x09\xc8\x25\x61\x45\xf2\xa2\x0f\xc6\x73\x14\x93\x6b\x65\x8b\xcc\xf7\x3c\x70\x8a\xf7\xdf\x59\xf3\x74\xe7\x2d\xab\x61\x1b\x01\xa4\x67\xeb\x58\x9e\x0b\xac\x87\x1b\xf0\x39\x29\xee\x33\x62\xbb\xbf\x91\x41\x07\x76\xb1\x2d\x7a\x02\x79\x52\x7b\x3d\x2d\x6a\xe0\x06\x13\xbc\xb3\x52\x97\xa6\x09\xfe\x2e\x7a\xc3\x9d\x04\xb0\xd5\x40\xfd\xc2\x7e\x11\x7a\xaa\xb7\x42\xad\xe0\xde\x12\xc9\x2a\x3f\xbe\x2f\xe4\x7b\x70\xf7\xdd\x5c\x24\x3b\xca\x36\xe5\x54\x12\xf9\x32\x05\xad\x3c\x65\x74\xaa\x8e\x27\xae\x64\xe6\x14\x7d\x2f\xdd\x66\x0e\x2b\x2b\xfb\xb8\x95\x59\xb0\x6d\xcf\xc8\xe1\x0f\x66\x4e\x59\x58\xfc\xed\x29\xe2\x74\x43\x1f\x99\xe2\xdd\xf0\xfb\xe2\xc2\x20\xe6\x13\x1d\x81\x0c\x6c\xe5\x10\xb0\xa9\x62\x56\xb5\x2b\x98\x35\xc3\x39\x9f\x47\x3b\xca\x61\xf7\xee\xee\x31\xbd\x86\x07\x9e\x4e\xaa\xe7\x20\x19\xb9\xac\xaf\xf0\x54\xf5\xa4\x50\xd1\xf0\x34\x43\xed\x8e\x02\xf6\xe7\x1d\x4d\xeb\x3f\x7b\x2e\x0f\x50\x56\x4b\x30\x73\xed\x30\xa6\x5f\xc4\x45\x2b\x37\xaa\x50\xda\x8c\xc0\x14\x6b\xf1\xf4\xb0\x47\xc4\x2b\x47\xe1\x38\x73\xb6\x93\xb2\x36\xda\x49\x10\x2e\x48\x9e\x67\x56\xee\x1f\xa3\x70\x23\xbb\xdf\xfa\x3f\xbd\x76\x73\xbd\x67\x6d\xec\xac\x0f\x08\x28\xf8\xcc\xf2\x31\xb9\x72\xf8\x61\x72\xa3\xf0\xa0\x17\x2e\xab\x07\x76\x5f\xe2\xaa\xfb\x17\xe5\xf1\x4e\xfc\xf1\x94\x97\xc7\xd2\xce\x46\x12\xe2\x4c\x29\x3d\xb4\x6d\x99\xc0\x09\x3b\x2e\x83\x4a\xae\x95\x79\x40\x26\x2b\x34\xac\xf2\xd3\xb3\x64\x5b\xd8\x75\x73\x12\x75\x47\xb0\xcf\xa1\x9d\x4a\x8c\x7b\x4e\xb7\xd5\x63\x83\xbb\x7d\x54\xe5\x14\x8d\xaf\x4a\xa4\x42\xb1\x7a\x50\x31\x50\x62\x13\xda\x96\x1a\x8a\x2a\xdb\x2d\xb0\xe7\xc1\xcb\x18\x4c\xef\x51\x48\x32\xa9\x90\x6f\x52\x0f\xdb\x3d\x7d\x5a\xbb\x5b\x36\x53\xe6\x6e\x5e\x52\x05\x17\x05\xa9\x54\x53\x08\x11\xfc\x2b\x39\xb2\x2e\x20\xf5\xf6\x88\xbd\x77\x67\x8a\x70\x03\x03\xc4\xa0\xc2\x77\xce\x3a\xbc\xcb\x3d\x39\x22\x04\x72\x0e\xa7\xf9\x98\x1a\xf4\x80\x3d\xa0\xeb\xe4\x90\x54\xd5\x7b\x83\x16\x73\x7b\x48\xde\x4c\xcc\x74\x28\x81\xa1\x38\xb9\x3a\x9c\xda\x43\x4f\x37\x27\x7e\xd4\x48\x19\x70\x33\xd9\x3f\xcd\xb5\x54\x2c\x66\x9f\xfb\xa7\xbc\xc0\xe9\x51\xc0\x3b\x91\xfc\xdc\xa3\xc4\x2e\x04\x98\x94\xa1\x3a\xe1\x5f\x3b\xf4\x08\x78\x56\xab\x88\x6c\xa6\x19\x6b\x2a\x6f\x39\xc9\xde\xcd\xd3\x36\x0e\xfc\x59\xad\x6b\xa1\x65\xfc\xd6\x72\xfc\xc0\x3c\x28\x0b\x2d\x6f\x12\x9a\x55\x3b\xcf\x1a\x5b\x0b\x7d\xef\x79\x58\xca\x45\x55\x8e\x6f\x34\x16\xfa\x02\x65\x7a\xef\x25\x6f\x56\x15\x6d\x7a\xeb\x25\xee\x65\xd8\xc9\x1a\x7a\x3e\x8e\x8c\xd5\xe8\xf8\x25\xcc\xa9\xac\x88\xea\x23\x1e\x23\x1e\x91\xd7\x58\x60\xb3\x6e\xb5\xd6\xbe\x0c\x71\x50\x92\x22\x1d\x0b\xa8\x28\xad\x69\x81\xf5\x2b\xf6\xf1\xd3\xdc\x60\xba\x8d\x2b\x14\x1b\xb2\x8a\x8d\x9c\x66\x78\x87\x3f\x8a\x7c\xbb\xd4\x3c\x46\x8a\x4c\x69\x85\xe6\x1d\x68\x89\xc7\x8c\x99\x65\x7e\xc0\x5c\x39\x24\xf5\x9b\x36\xa2\xab\x84\xd3\x6a\xe9\x70\x75\xc6\x05\x6d\xa5\xc0\xf2\xa5\x18\xff\xc0\xb8\x23\x78\x5b\x75\xbc\x6a\x37\x92\xe3\x12\xa4\x6a\xe9\xc1\xcb\xee\xa4\xc1\x61\xc2\xc9\x4a\x67\x5d\xdd\xb3\xfd\xb8\xd1\xb3\x32\xaf\xf4\x14\xef\x1e\x73\xec\x3b\x95\x67\xec\xea\xf9\x0c\x2a\x16\x8c\x38\x89\x97\xb7\x61\xb7\x02\xb5\xae\x5f\x74\x20\xfe\x09\x05\xe3\x99\xf2\x9a\xeb\xf3\xe6\x50\x81\xe3\xfb\x09\x4c\xa4\xdf\xb3\xaf\xfd\x87\x13\x98\xdd\x95\x21\xe7\x7f\x3b\x61\xf8\x97\x13\x78\xba\x72\xe1\x4f\x7f\x0b\x24\xdb\x36\x80\x6e\xbd\xc5\x19\x33\x66\xb1\x34\x8e\xae\x3e\x43\xb5\xc5\x8b\x72\xc2\x84\x68\x40\xfd\xf2\xbb\xb5\xf1\x37\x6e\x75\x51\xbb\xbb\xc5\x1a\xb7\x08\x98\x00\x93\xf2\x89\xd4\x83\x2a\xe7\xe2\x3f\xa7\xa9\xb7\x3e\xea\x2c\x4d\x7b\xe9\x90\x15\x43\x79\x3b\x49\x8e\xd8\xa7\x38\x79\x7e\x61\x58\x43\xcc\xd2\x23\x4c\x49\xae\x87\xad\x30\x4b\x37\x5e\xac\x50\x34\x1a\x58\x48\x6b\xb7\x2a\x4e\x61\x76\xb5\xd4\xa6\x28\x6c\x2d\xda\xfc\x80\xb7\x96\xc6\xcd\x65\xa6\x0d\xaf\x16\x0a\x02\xaa\x21\x30\xbe\xd7\x82\x29\x41\x0c\x60\x04\x3e\x95\xf1\xbd\xa8\x52\xa3\x19\x49\xa8\x88\x14\x2d\xea\x39\x38\x47\x51\x83\x6a\x6e\x0f\x96\x04\xfe\x0f\xd2\x60\xe7\xdb\xe2\x42\xc9\xfd\xa5\x0e\x7d\xa0\x73\x97\xab\x0c\x98\x5d\xe1\x4f\x8b\x30\xca\x9a\xca\x89\xd0\xc5\x7a\x55\x6d\x9c\xaa\x46\x08\x64\xf4\x8a\x12\x22\xe1\x65\x61\xe5\x74\x96\xba\xcc\xc4\xad\xc6\xf9\x6f\x57\x48\x95\x77\x9c\x5b\x76\xd3\x44\xe5\x32\x78\xd4\x5a\x47\x61\x70\x66\xdb\x34\x2e\xd4\xdf\x57\x2d\xd4\xcb\xec\x83\xcc\xb6\xc8\x5d\x26\xb4\x3b\xad\x12\x42\xf3\x33\x7d\x2a\x49\xa1\x28\x5e\x77\xb4\x12\x98\x2d\xff\x6c\x84\x0f\x65\x00\xba\x87\x16\xa7\x0c\x4b\xb5\x6b\x09\xb1\x62\xa7\xaf\x06\xbc\xd6\x06\x72\xd7\x49\xa6\x0c\x7b\xa6\x0a\xc7\x7e\xfb\xbc\x62\x5f\x8f\x6d\xa3\x29\x73\xab\xf7\x1c\xb7\xa3\x0b\xdc\x8e\x7c\x82\x5d\x81\x79\x46\x48\xaa\x83\xae\x4c\xff\xa0\x13\xc0\x91\x59\x85\x13\xe7\x04\xb7\x5d\x3b\xdd\x54\xe6\x35\x27\x69\xca\x79\xfc\xef\xe6\xc2\xd4\xcd\x89\xa2\x0d\xe5\xab\xfc\xe2\xc3\x0d\x87\x06\xd4\x99\xcb\x65\x6c\x58\xb1\x7e\x4d\x05\x48\xca\xb3\x27\xbc\xf2\xb3\x58\xc0\x20\xa7\x61\xb8\x3b\x30\x6d\xb2\x3a\xf2\x33\xf3\x34\x83\xd2\x31\xda\x1d\x81\x6a\xa8\x00\x44\xda\x3d\x4f\xec\xe2\x2e\xd7\x02\x44\x11\xc6\x99\x0d\x5c\x7e\x3c\x30\x5b\x70\x1f\xf5\x72\xec\xbc\x32\x3e\x22\x67\x19\xf4\x57\x4f\x45\x9d\x30\x62\x5a\xf2\xb0\x74\x8e\xda\xc3\x31\x3c\x3e\x1d\xbc\xb8\xb0\xda\x19\xa0\xdf\x26\x32\x5c\xad\xbd\x22\x19\xaa\x4c\xe3\x4d\xec\xbd\x33\xad\xf4\x50\xf5\x5e\xc0\x72\xbf\x85\xce\x2d\x68\x97\x9f\x37\x6b\x2b\x45\x37\xac\xe7\x86\x6d\xb2\x91\x32\xf8\x23\xae\x4b\x83\xea\x3c\x35\x07\xc7\x9a\xe5\x8a\x8e\x9f\x77\xe4\x3b\x9b\x39\x85\xbf\xce\x3f\x43\xda\xe8\xb1\x42\xf4\x85\x29\xbb\xe7\xda\x2b\x64\x0c\x43\x16\x58\x2b\x7b\x13\x26\x01\xde\x76\x24\x41\x96\xe8\x26\xeb\x90\xa1\x56\x9f\x31\xee\x6e\x50\xe6\x08\x12\xf2\x0c\xfa\x73\x3b\x68\x2f\xcd\x12\x8e\xf5\xaa\x57\xae\x01\xfa\x5e\xc1\xb0\xf3\xf7\x70\x30\x1b\xfb\x0d\x27\x43\xde\x34\xb4\x68\x90\xc1\x4e\x79\x9b\xf8\xc4\xdc\xb6\x9b\xfb\xc0\x5e\x20\x8f\x48\xde\x76\x22\x96\x54\x32\xe7\xc4\x28\x65\xce\x0e\xa7\x0e\x2d\x74\x61\x16\x9f\x3c\x52\xaa\xef\x97\x11\x17\x95\x37\xf2\x94\x62\x67\x69\xa3\x72\xf0\xa2\xf3\xda\x78\x63\x7a\x0e\xb3\xb8\x78\xdd\x7d\x56\xb7\xd0\x56\xbe\xa7\x1c\x5d\x0b\x26\xae\x9c\x39\x5b\x4a\x8c\x38\xea\x8f\xb6\x9d\xf0\xac\x2c\xd2\x9c\xb2\xd8\xb9\x86\xfe\x0d\x5d\xe0\x70\x75\x53\x73\xd0\xb9\x8a\xf9\xf9\xfa\x2c\x3b\xbe\x30\x0e\xa7\xb5\xe0\xe3\x87\x51\x79\x0e\x24\xe5\xce\xd7\x1c\xf1\xeb\xcf\x50\x3c\x17\x3e\x81\xe6\x91\x21\x6e\xcd\xc7\x74\x5b\xb9\x53\xbd\x9a\xf2\xab\x7a\xcb\x29\x3f\x7e\xe2\x04\xe0\x4f\xe0\xf9\xe5\xa0\x9e\x0e\x2f\xe0\x82\x04\x35\xa5\x7d\xdd\x35\x14\x7f\x5e\x4e\x86\x6b\xc6\x9b\x93\xf4\x9a\x5d\x33\x55\xc4\x59\x7b\xe8\x12\x35\x40\x8c\xfa\x66\x3b\xef\x83\xeb\x81\xb7\x82\xa5\x14\xd2\xf3\x67\x61\x87\x8c\x19\x56\x62\x07\xc1\xec\xaa\xec\x24\xc9\x32\x55\xb0\x7a\xe3\xce\xda\x6b\x65\xdf\xb1\x57\xb4\xd6\x74\x6b\x45\x01\x6b\x54\xd8\x7b\xb3\xa8\x69\x34\x83\x5c\x9d\xec\xb8\x48\x2a\xd7\x9a\x69\x16\x0d\x66\xba\xd4\x0e\x2a\xb0\xdc\x80\xd1\x78\x10\x64\x4b\x2d\xba\x68\x6c\xcd\x95\xe5\x1f\x12\x29\x0f\xe0\xd1\xea\xa6\x0d\x5d\xf5\xc9\x43\xe4\x00\xbe\x9a\xad\xce\x73\x81\x14\xda\x60\xca\x15\x00\xb1\x59\x52\x71\x29\xa0\x5c\xbb\xb4\x6e\xba\xb4\x14\x05\xb1\x1c\x1e\x1f\x2b\x53\xa5\xc2\x52\xd2\x50\x23\xde\x42\x0e\x65\xf8\x4b\x26\xe4\x74\xdc\xd5\xc6\x80\x1a\xd2\x4e\x79\xde\x24\x50\xfc\x56\x2d\x4f\xa1\xff\x6a\xcb\xa2\xa4\x79\x7d\xfe\x3e\xe5\x91\x30\xb6\xd3\x39\xf0\x64\xb9\x18\x24\xa3\xcc\x53\xac\x74\x8b\x8b\xbb\x0c\xbc\xd3\x5a\xa7\x06\xb2\xa1\xb4\xac\x3e\x90\x61\xef\x53\xd3\xf6\x55\x86\x2a\xa8\x30\xc1\x4e\x47\x64\x91\x3f\x48\x7c\x09\xf7\x3f\x51\x0a\x0e\xa7\xab\xbe\xcc\xe2\xa5\x4f\x37\xbd\x9d\x89\xa3\x75\x17\x1d\xef\x42\x47\x35\x82\x51\x4b\x4c\xf2\xb6\x5d\xe3\x4f\xea\x8c\x53\x8f\xfa\x26\xeb\x62\x56\x60\xaf\xc9\xe4\xe6\xbb\xe9\xb1\xaf\x53\x6f\xd8\x75\x02\xba\x42\x62\xa1\xdc\x66\xa3\x0c\x4e\x8e\x41\x09\x75\x1b\x87\xfe\x59\xea\x67\x5c\x85\x21\xcb\x3d\xf8\x89\x82\x36\xbd\x75\x60\xa5\x9e\x5d\x23\x3d\xa5\x1a\x01\xf6\xa8\xb3\xbe\x0c\xd2\x77\x14\x1f\xf6\x6a\x4f\x35\x0e\x6e\x9a\xa6\x7a\x33\x6c\x4b\xe1\xb2\x05\x80\x12\xcd\x23\xe7\x2a\x67\xf4\xfe\x06\xb7\xd5\xe1\x66\xa0\x5a\x7a\xca\x5b\x71\xe1\x44\xea\xd9\xce\xfb\x3c\xe3\x6d\xb8\x13\x3f\x13\x63\x05\xc0\xf7\x57\x5d\xac\xa3\x46\xf2\xdd\xe9\x42\xf6\xbe\x61\xba\x0f\xee\xce\xda\x75\xe1\x66\x38\x3d\x1b\x85\x3d\x3f\xec\x29\xa3\x45\x91\x7e\x9f\xc4\xcb\x22\xea\x1a\xa6\x1b\xf6\x3d\x1e\xe2\x27\x24\x84\xe0\xc2\xbe\x97\x17\x09\x41\x53\x4f\x1d\xc0\xab\x74\x08\x04\x37\xd5\xb5\xca\xe0\x2c\x91\x65\x1d\x68\xf8\x0c\x65\x90\xe3\x57\x27\x5e\xf6\x7c\xa7\x26\xca\x1f\x7b\x35\x11\x9c\xf1\xed\xda\xbf\xdc\x8e\x09\x50\xc7\x69\x4f\xf5\x3e\xf2\x0b\x37\xec\x5f\x6b\x8c\x84\xb2\xe7\xb4\x0b\x2b\xf5\x6d\x46\xe1\xef\x2c\x9b\xba\x58\x9a\x41\x7c\x1a\x7b\xdf\xcd\x75\xfb\x6d\x5c\x4c\x58\x18\x44\x1a\x67\x40\xc8\xbc\xd4\x9c\xf3\xd9\xaa\x20\x6c\x55\xa1\x72\x34\x63\x87\x5c\xde\xc8\xb6\xed\xc8\x28\xa9\xbd\x76\x06\xc2\xb5\xc3\xa6\x11\xa4\x75\xb7\x84\x24\xe4\x77\x36\x76\x9d\x30\xdb\x19\x86\x5c\x4b\x8a\x65\x03\x73\x7f\xb2\xcb\xc7\x6b\x64\xca\xa2\x4d\x45\xbd\xd0\x53\xd4\x49\x85\x4b\xc6\x9f\xb0\x04\x3b\x41\xe7\x6a\x6d\x17\x76\x5c\x6e\x1a\x93\xbf\xa4\xe5\xb1\xb2\x70\x8d\xe4\x97\x9f\x31\x2d\xb9\x16\xb7\xaa\x52\x06\x2b\xb7\x0d\x64\x36\x4a\x21\xf4\xec\xbf\x82\xde\x22\x93\x79\x5b\x01\x15\xcf\xad\x56\x8d\x5e\x38\xb1\xeb\x78\xd6\xea\x0c\x61\xa7\x97\x78\xce\x77\x55\x73\xce\xb9\xba\x4b\x7d\x44\x80\xaf\x57\x9d\x27\x7e\x35\x08\xb7\x63\x67\x38\xe1\xf1\x67\xa6\xc1\xe5\x52\x83\x13\x4f\x00\x21\x97\x8a\xd4\x03\x18\x20\xc7\xb0\x12\xd4\xee\xe4\x12\x7e\x30\x5f\x3c\xb1\x53\x70\x30\x17\x6a\x55\x44\x0b\x39\x35\x32\x5f\x13\xc2\x89\x7d\xcd\x0f\xa4\x7c\x62\x5f\x29\xbf\x96\x45\x7b\x72\xc6\x91\x86\xd9\xc3\x3b\x13\xa0\x36\xd0\xd4\x2c\x4e\xb5\x48\xc6\xed\xdc\x99\x1c\x76\xe7\xe1\x61\x3b\xcd\x36\x74\x45\xda\x41\x2a\xcc\x3f\xe0\x9a\x2a\x65\x5d\xe1\x9d\xf8\xac\xab\x5f\x38\xd8\x53\x6a\xa5\xaf\x78\x99\xf1\xad\x12\x3d\x90\x56\x5e\x96\xbf\x15\x1b\xaf\xe0\x0c\x73\x2a\x77\x02\x57\x12\x7f\x0a\xe8\xda\x2e\x57\x55\x62\xce\x07\x95\x73\x8b\x91\xde\xd0\x47\x7a\x83\xba\x99\x2d\x43\xeb\x54\x8e\x8d\x40\x23\x52\x37\xdd\x54\x33\xe2\x18\x81\x4f\xea\x30\xff\x3e\x8e\x25\x6d\x25\x6b\x51\xab\x35\x7e\x6a\xdd\x32\xc4\xd2\x63\xcf\x02\xca\x38\x30\xd6\x85\x5a\xb0\x65\x5f\xd9\xda\x24\xf2\xc6\xfc\xbd\xc5\x46\x88\x61\x8a\x1b\x2b\x2f\x1a\x52\xf2\xf2\x05\x5e\x23\xb8\x2e\xd9\x2d\x9c\x07\xd9\x31\x98\xff\xed\x64\xe8\x87\xc5\x9e\x79\xf1\x28\x4c\x06\xfb\xc3\xbd\xbe\xf6\x4d\x66\x1d\x83\x88\x95\x81\xb8\xf8\x18\xeb\x3f\x02\xd9\x4e\xce\x43\xd5\x5d\x16\xec\x3e\x48\x8e\xde\x73\x24\x68\xa9\xfd\xe5\xdd\xef\xb3\x8c\x2b\x1c\x2f\x55\xcf\x9e\xb8\x71\xb7\x63\xe8\xcb\x1e\xd3\x16\x0a\x22\xb9\x61\x37\xb2\x07\x74\x68\x33\x1d\xc1\x94\xc1\xfb\xcc\x2e\x78\xf2\x58\x6b\x98\x12\xf4\x73\x40\xf4\x11\x23\xd9\x68\xb6\xc0\xf7\xac\x57\x98\x56\x9c\x43\x8e\x2e\x5d\x41\xb8\x31\x27\x00\xbb\x46\x4c\x6b\x1d\x44\x10\xbc\xb3\x17\x50\xc3\xae\x87\x80\x69\x5b\xe3\x69\xbf\x70\xaf\x73\x84\x6c\xa2\x31\x1d\x71\x59\xc0\x48\x50\x1a\x8a\x3b\x5b\xca\x3c\xd3\x43\x09\x44\x2d\x34\xdb\x23\x71\x05\x1a\x62\x86\xa1\x8a\xe6\xf5\x2f\x15\xe3\x03\xad\x9a\xaf\x60\x52\xb0\xeb\xf6\x78\xb0\x22\xa7\x55\xe7\x04\x7a\xf6\x13\xba\x43\x6b\x24\x11\x97\x6e\x19\xf8\xbe\xd4\xc6\x98\x27\xb4\xb9\x28\x23\x3c\xac\x8c\x48\x66\x95\x95\xa8\x06\x73\x08\x92\x9b\x87\xc2\x39\xc9\x23\x89\xbe\x9d\xcd\xf3\xd6\xcb\x1c\x54\x17\x72\x6e\xa8\x7c\x89\x5c\x6b\x6b\xad\x35\x25\xf3\x5a\x31\x33\xa7\x29\x48\xb1\xc8\x40\x2b\x7a\x38\x03\x45\x19\x96\x5b\xe4\xd0\xf7\xad\x9f\xb8\x41\xc6\x61\x87\x3d\xd3\x9e\x34\x64\x06\x0f\xd6\x2f\xb2\x6e\xc6\x4a\x0d\x36\xd0\xa7\x06\x85\x8d\x81\x29\xde\x55\x6a\x70\xbb\x32\xb0\xe9\x50\xe3\x36\x7a\x4f\xe9\x06\x6d\x1e\x3d\xb0\x1e\x54\xa1\x5f\xe4\xf9\x7f\x03\x8b\xa7\x55\x01\xec\xa5\xb5\x8c\xbc\xe3\x3d\xd5\x7d\x4f\x0f\x55\x67\xad\xe7\x7b\x9e\x37\xbe\xae\x00\x28\xd5\xa8\x32\x5f\xc3\x53\x65\x1c\x7e\xeb\xca\xb6\xf9\xee\x54\x78\xad\x49\xbd\xce\xb9\xce\xde\x44\xfc\xf0\x7a\xab\xf0\x3f\xef\x62\xe4\x69\x72\x69\xd7\x61\x3e\x6b\x36\x64\xe8\x1d\x86\xca\xfe\xc2\xdb\xf7\xe7\x7c\x05\x37\xce\x95\x75\x9f\x10\x7f\x20\x29\x46\xc5\x79\xac\xad\x35\x76\xba\x84\xaf\xc3\xf2\x3c\x61\xaf\x54\x6c\xff\x35\x1d\x53\xc1\xc1\x09\x0f\x48\x13\x7b\x5f\xf3\x84\xb2\x6f\x7d\xbe\xed\x20\x58\x49\x9e\x42\x39\x6b\xb0\x49\x41\x95\x97\x92\x34\x5b\x28\x1a\xc8\xd0\xca\x41\xcc\x42\x35\x7f\xab\xf0\x4a\xe5\x32\x8d\x50\xfc\x59\xfd\x84\xd9\x39\xda\x9c\x58\xe9\x41\xe9\xab\x06\x6e\x06\x73\x6d\x1f\xd9\x0a\xd1\xed\xab\x92\x05\x84\xa6\x1c\x75\x06\xe1\x8e\xe1\x16\xa0\xa0\x1b\x9d\x99\x4d\xa8\x5f\xcd\x42\xb9\x9c\xc2\x75\x07\x9d\x70\xb0\x28\x40\x53\x5a\xa1\xb4\x62\x9f\xb1\x33\x8c\x3a\xa0\x25\xee\x28\x17\xba\x60\x84\xd8\x72\xb9\x1d\x4f\x99\x9d\xe6\x1d\x3e\xc7\x36\xbb\xeb\xf3\x3f\xef\x2d\xb2\xcf\x64\x0d\xb6\xb7\x8c\xc8\x34\x1d\xbc\x84\x77\xd1\x77\x5d\x66\xdb\x63\x7f\x21\xa1\x7e\x35\x51\xce\x82\x0a\x1f\xcf\x64\xa9\x3c\xd0\xb5\x54\xc3\xc5\xc6\xdc\x2a\xa6\xd8\x54\x18\xa7\xbb\x5e\xb1\xb9\x81\x78\x49\x65\x38\x7b\xbf\x6f\xf5\xac\x8f\x32\x4f\xff\x10\xc2\xd8\x3a\x8e\xa0\xbe\xe7\x09\x75\xad\x6e\x0c\xee\xa4\xec\x29\x99\x18\xac\x7a\xbe\x14\x84\xbf\xd9\x3e\xa1\x22\xe5\xef\x4f\x43\xfa\xa7\x6a\x5f\xe5\x6e\x19\x3e\xcd\xa1\xdd\xfd\x69\x3b\x49\xa0\x9e\xcb\xdd\x36\x6e\x7a\xa2\x1e\x58\x08\xb6\x5f\xcf\x38\x09\xd1\x94\xaa\x06\x8f\x16\x81\x7d\x8c\xc4\xf1\xc3\x4c\x3e\x8b\x92\x2c\x4e\xa3\xe8\x65\x33\xc7\x2d\xad\x38\x78\x3e\x9f\x5d\xf8\x52\xba\xaa\xf9\x96\xda\x4b\x24\x16\xee\x35\x3e\xe9\xac\x95\xf1\x49\xb2\xdb\x60\xef\x13\x17\x72\x42\x2c\x20\xaf\x89\x4b\xa4\x30\xed\x21\x5d\xbe\x7d\x2b\xba\xf0\x84\x19\x45\x5f\x0b\xd4\x6c\x65\x1d\x26\xab\x43\x6d\x92\x5e\xb7\x46\xc2\x9d\x4c\x8a\x5f\x0c\x03\x35\x0c\xf8\xf2\x3e\x36\x92\x13\xe4\x23\x9c\xc6\xf1\x9d\x5b\xad\x19\xfa\x5d\x1a\x6a\x5f\x5b\x68\x41\x73\x02\x42\xef\xa7\xbe\x79\x2a\xb1\x82\x91\x47\xc1\x42\x9f\x4b\x4b\x17\x74\x3e\x48\xec\xf4\x79\x5d\xc0\xd7\x5e\xac\x19\x0c\x99\x62\x36\x4c\xba\xa9\x06\x49\x37\x04\xa2\xe6\xa9\x40\x40\xbc\x99\x20\x61\xb8\xcd\xb5\x68\x0a\xa2\x8f\x3c\x9d\x58\x60\xce\x6a\xc5\x95\x68\x36\x6d\xa5\xaa\x26\x83\xdd\xd2\xa4\x1e\xa2\x83\x07\x73\x84\x57\x63\x66\x4e\x29\x39\x77\xa8\xd4\xcd\x3d\xe3\xdb\xda\xbd\x84\x87\xad\x65\x7e\xa2\x6b\x4a\xc0\x3a\xb7\xf0\xf8\xc8\x1a\xcd\xcb\x82\x68\x49\x12\xee\xe2\xfe\xca\x9a\xaa\x55\x67\x2f\x46\x1d\x8b\xbf\x7b\x48\x9a\x5b\x66\x60\xe8\xc6\xbc\xc9\x15\x24\x99\x66\x7e\x28\x3e\x4b\xad\x8e\xef\xbe\x7b\xf5\xdd\x08\xb7\x74\x7a\xe7\xe0\x71\x63\x81\x18\xae\x95\x3b\xd6\xf6\x10\xef\x3e\x26\x0f\x22\xe1\xad\x05\x04\xf0\x90\x97\x57\xa6\x00\x3f\x0b\xef\xe7\x19\x54\x76\xb9\x17\x17\xb4\xd0\xa5\x3d\xbb\x37\xba\xa9\x46\xba\xa5\x1a\x0f\x03\x88\x2c\xd6\x89\x26\x5c\xf7\xad\x0f\x6a\xb1\xd0\x45\x5e\x42\x28\x61\x09\x5e\xc1\x61\xe1\x03\xc7\xd9\x75\x13\xca\x3b\xce\x2d\x69\xde\x5f\x30\x5b\xb1\x5b\x79\x64\xc7\xf1\xd5\xae\x19\x80\x54\x95\x60\xfe\x26\x97\x29\x31\x4b\xd5\xe8\x36\xfa\xe1\x29\x2b\xfa\x08\x2a\x5c\xab\x88\x4b\xe0\x5d\x2f\x92\x8a\x88\x90\xfd\xc4\xcf\xf1\x26\x3a\x14\xa9\xde\x0b\xd6\x9c\x52\x34\x2c\x9f\xed\xef\x8d\x8d\xb9\xe2\x82\x23\xab\xb1\x74\xa3\x32\x18\x98\xf3\xd0\x66\xc7\xb9\x49\xd4\xbb\x76\x45\x1f\x73\x62\xc7\xd8\x0d\xeb\x39\x38\xeb\x22\x43\xda\x1f\xbe\xfb\xeb\xbf\xfb\xf5\xff\xec\xae\xbf\x73\xbe\xfb\x26\x4d\xdd\xcb\x59\x8f\x72\x9e\x40\x6a\x97\xff\xdc\x0c\x66\xab\x8a\xbb\x0e\x53\x30\xee\xb9\xd3\xcf\x9e\xcb\x48\xcf\x65\xd9\x8d\xd0\x3c\x10\x23\x22\x46\x8c\x6e\xfa\x7c\x97\xcf\x0d\x95\x7b\xbb\xb0\xba\x98\x7f\xdb\x1b\xfb\x9c\xca\xdb\x86\xd9\x72\x1f\x6a\x4f\x69\xa3\x9c\xb7\x9c\xfb\xcc\x47\x57\xfa\x14\x8a\x91\xa9\x6c\x10\xbe\xc7\x4a\x8e\x63\xb6\x1e\x5e\xfb\x09\x93\x60\x07\x2a\xe7\xd7\x6f\xa7\x1f\xc2\xc3\x4b\xad\x32\x6f\x5f\x57\x09\xe2\x67\x1c\x71\xb7\x7a\xaa\x71\xf1\x52\x8e\x89\x0f\xf7\xed\xba\xaf\xc8\x76\x38\xe0\xd2\xbd\xaf\xdf\x2e\x6a\x28\xb3\xa1\xbb\x8b\xba\x22\x04\xbf\xec\x88\xbc\x2f\xb9\x0a\x11\x03\x8c\xd4\x7b\xa2\x7b\x26\x4f\xac\xcd\x26\xfc\xac\x5c\xdc\x16\x8a\x65\x33\x9a\x55\xe1\xfe\x87\xf4\xaa\x81\xa2\xc7\x2c\x5c\x66\x2d\x27\x83\xae\xdf\x6a\xbb\x5e\xd9\x52\x7c\x88\x2e\x4b\x78\x31\x9c\xd0\x39\xad\x0c\x55\xce\x3c\x2f\x47\xd5\x33\x6b\x42\x1f\xa9\xb3\xf7\xad\xdd\xc4\x64\xc2\x62\xa6\x92\xbb\xcf\x40\x14\x1c\xbb\x61\xe0\x8b\x61\x88\x3a\x11\x88\xae\x42\x14\x67\x6b\xe1\x64\x8c\xb3\x9c\x70\xc2\x13\xff\x5d\x89\x04\xcf\x3c\xd8\x2d\xa0\x69\x57\x88\xa8\xfa\xcb\x26\x5c\xa1\x6c\xcd\x95\xdc\xfc\x22\x94\xba\x56\x50\x9b\x50\x6b\x1e\x72\xac\xe6\x17\x8f\x83\xf9\xc5\xe3\xa0\xb6\xba\xc2\xfb\xfb\x84\xb7\x79\xcf\x77\x6f\x9c\x80\x72\xd6\x66\x77\x71\x43\xc9\x7c\xd2\x1d\x98\xb2\x47\x6d\x12\xa6\xec\x41\x77\x60\x27\xef\x75\xd2\x4e\xde\xe9\x0e\x0c\xe2\xad\x36\x49\x83\x78\xa3\x3b\xb0\x9f\xd7\x3a\x69\x3f\xaf\x74\x07\x46\xf8\x52\x9b\x84\x11\xbe\xd0\x9d\x80\xd7\x66\xa0\x8d\x84\xb0\x9b\xe9\xb1\x9a\xeb\x0e\x9b\xcf\x33\x6d\x62\xf3\xd9\xd7\x9d\x29\xaf\xb3\xa9\x36\x7e\x21\x6a\xc8\x57\x67\xc9\xc0\x8c\x89\x59\x65\xa2\xfd\xe1\xb3\xb3\xe6\x2f\x63\xb3\xc9\xc4\x6d\xfb\xe8\x6c\xf9\xdb\xc8\xec\x12\x47\xdf\x3b\x00\xb2\x0e\xcd\x21\x3c\x3a\x50\x6f\x1d\xec\x52\x83\xe4\x26\xf5\xda\x01\xa8\xa7\x6f\xfc\xb9\x1b\x3e\xea\xb5\x73\x44\x5e\xea\x30\x2d\x9c\xd6\xca\x40\x8e\x0d\x4e\x0c\xd2\xa2\xa2\x3e\x33\xf8\xa6\x67\x2e\x89\xc7\x3e\x77\xb0\xe1\x75\x4d\x72\xbf\xeb\x74\xae\x7c\x4e\xdb\xdc\xc2\x73\x7b\xea\xb1\x13\xf0\xf3\x9a\x66\x11\x3e\x77\xa9\xd5\x63\x67\x79\xe6\x07\x03\xff\x02\xb6\xe7\x39\xdb\x6a\x74\xd3\xf3\x03\x17\x83\x48\xec\xbc\xf5\x4e\x81\xf7\x66\xcf\x24\xf6\xe8\x5a\x27\xcb\xcf\x31\xc6\xc9\x44\x83\xe5\x76\x72\xc0\xba\x48\x4a\x24\xf7\x88\xa9\x8b\xf4\x1c\xa3\x72\x3b\x94\x04\x86\xa7\x11\x8c\x96\x7d\xe4\xaf\xed\xb1\x2f\xbd\xa5\x54\xde\x64\x31\x93\xc6\xac\x72\xe4\x44\x95\xe0\x7c\x2a\x0a\x81\x17\xcb\xd8\x72\x0d\x5d\x7c\xc7\xa5\xe8\xe2\x02\x36\xe4\x85\xb6\xd2\x51\x00\xc6\x73\x24\x87\x00\x39\x63\xe3\x35\x2f\x82\xd1\xe1\x83\x35\x6d\x82\xdd\x50\x41\xaa\x62\x7f\x51\x8d\xc0\x3d\x6d\xd9\xf9\x2f\x2e\xf4\x6c\xd5\xb3\x5b\x77\x43\xb9\x0f\x1f\xbf\x28\x46\xde\x45\x5b\xd3\x7e\xf1\xf6\x8a\x14\x2a\x0c\xa7\x5a\x97\x42\x20\x73\x5b\xd5\xcc\x02\x74\xbb\xb6\xd9\x66\x7e\xbd\x0f\x72\x4e\x94\x52\xa5\x12\xfd\xe6\x1a\x1f\x37\xec\xaf\x63\x54\x49\x55\x06\xc3\xc5\xb7\x69\xdc\xc4\x19\xbd\xc7\x6a\x4b\x38\x77\xaa\xee\x79\x29\xa8\xb5\xb8\xa5\x7b\x90\x55\x93\x80\x3c\x97\xb1\x96\x66\xbe\x72\xe8\xfd\x61\xac\x07\x46\x5e\x59\xe4\x04\x34\xb3\x38\x7f\x64\x4d\x6d\xab\xca\x5c\x61\x72\xc3\x54\xf2\xc1\xca\xc5\x22\x6d\x0a\x83\xf3\x2d\xc3\xd2\xf8\xaa\x03\x7e\xef\x09\x5e\xbf\xbd\x90\xac\xd6\xf5\x8a\x63\xa8\x53\x9d\x81\xcd\x3c\x42\x8a\x8b\xb9\xd4\x52\x4d\x6c\x4a\xc8\x5d\xda\x70\x8e\xeb\xf3\x2c\xa5\x39\xf6\xfe\x30\xdf\x42\x6e\xae\x57\x5e\xb8\x7d\x57\x25\x2c\xbf\x59\x7d\xfb\x89\xf1\x1e\xdc\xa9\x83\xf2\xd5\xfe\xd6\xfa\xe2\xe2\x7c\x29\x79\x64\x8a\x3d\xab\xf4\x25\xb5\x58\x28\x3c\x98\xd5\xaa\xf1\x52\xbd\xf2\x12\xfd\x28\x5d\x85\xed\x04\xae\x7e\xe7\xe4\x45\x3b\x55\x26\x91\x88\xbf\x46\xd8\x87\x81\x53\x8f\x8c\xc6\xe6\x8c\xf9\xa7\xec\x14\xb8\xcc\xa9\x10\x6d\x33\xb1\x02\x6d\xb4\x3f\x87\x4d\x31\x93\xe3\x65\x36\xa0\x76\xda\x59\xb2\xee\xd5\x3e\x82\x3a\x3b\x3a\x7f\xb7\x84\xce\xb7\x97\xe3\x65\x4a\x8f\x54\xf3\x26\x48\x63\x86\x04\x26\xec\x8e\xf0\x8b\x07\xa0\x01\x8a\x3c\xdf\x7a\x30\x74\xa5\x54\xb9\xc0\x19\x61\xe1\xd0\x02\xfb\x01\x68\x46\xc7\x87\xb9\x17\x9f\x74\xd6\x8a\x4e\x74\x59\xa3\xf2\x58\xe5\xcc\xcf\x0a\xc1\xae\xed\x24\xd8\x35\x4c\x07\xcf\x53\xfe\x88\x48\x75\x49\xce\x16\xe8\x6b\x2b\x09\x7d\x0d\x3d\x15\x45\xce\x24\x59\xc2\x7c\x5f\xf9\x1c\x33\xe8\x9c\xd9\xa7\xdc\xbc\xf4\x20\x08\xb2\x53\x36\x60\x7b\x52\x27\xa5\xa2\xf9\x77\x53\x76\x05\x0b\x2a\xa7\x15\x40\x0f\xdb\x2d\x86\xa7\x5d\xed\x3b\xb7\xb8\x48\xae\xc0\x17\xae\x48\x06\xe8\xb1\x6f\xfd\x90\xa2\x70\xd4\x94\x17\x8d\x9a\xf2\xc2\x51\xe3\x2f\xa0\x37\xe7\x8f\x87\x39\xc5\xc7\xc5\x28\xf4\x94\x07\x24\xa7\x5a\x4b\xb5\xf9\x53\xe6\x0f\x10\x06\xfb\xba\x4a\xea\x85\x5f\x71\x52\xdb\xae\xc9\xf7\x62\x1e\x9d\x5b\x80\xe4\xec\x3a\x1b\x60\x43\x17\x80\x78\x44\xc7\xfd\x0d\x3a\xb9\x28\xdd\x8b\x5f\x73\xf2\xeb\x65\x83\x21\x59\x1d\xef\x8f\xcf\x37\xe8\x6c\xe7\x88\xca\xd6\xb5\x44\x1f\x50\x27\xec\x83\xb3\xe0\x9c\x2f\x1c\x39\xa7\x0f\x74\x47\x56\x8e\x3a\x7c\x6f\xfa\x8c\xe6\x33\x80\x37\xdc\xa2\x16\xaf\x21\x9e\xcd\x72\x74\xce\xed\x24\x5f\x87\x1d\x76\x44\xd7\x74\x4f\x5c\x77\x20\x24\x9b\xdb\xcb\xd1\xc3\xde\xaa\x51\xde\x2e\x81\x3c\x5a\xfb\x51\x96\x55\xab\xbb\x7c\xb4\x1d\x97\xd3\x3b\x00\xe4\x58\x78\xf0\x34\x4b\x53\xf7\x90\xd2\x47\xcd\x45\xc6\x55\x56\x18\x67\x42\x8f\x4c\x2f\xc5\x10\x76\x2a\xbb\x25\x49\x9c\x60\xca\xc4\xdd\x06\x4b\x75\x2b\xa0\x66\xf9\xde\x0a\xf8\x6a\xba\xe9\xcd\x0a\x38\xee\xa3\x9c\x70\x92\x7e\x5d\xe3\x84\xbc\x76\x96\x78\xab\x52\x98\xf2\xba\xe6\xef\xbd\x2c\x2f\x66\xaa\xea\xfc\x12\x2f\x58\x91\x13\xaa\x6b\xfe\xde\xcf\xe1\x04\x9f\xe6\x5b\x2c\x73\x99\x32\xe3\x0d\xea\x31\xc0\x0e\x9a\xeb\x19\x87\x9a\xa8\xac\xfd\x2d\x96\xfd\x52\xce\x5b\xed\xc3\xc8\x36\x9f\x37\xdd\x1a\x2e\x92\x49\x08\x56\xb1\x70\x66\x84\x2f\x30\x04\x27\x4e\x5f\x14\x5c\x27\xd2\xbe\xad\xd0\x8a\x3a\x39\xbe\xa8\xcd\x31\xa8\x28\xcc\x52\x92\x81\x29\x34\xd0\x6f\x55\x98\xa0\xdd\xa4\xeb\x48\x8d\xd9\x19\x6b\x4e\x2e\xba\x69\xc2\x06\xfe\x88\xcb\x46\xbc\x2b\x84\xe8\xa6\xd8\x00\x99\xeb\x93\x2d\x80\x56\x89\xd9\x84\x1f\x98\x2b\xf2\x39\x6e\x15\xc2\xaf\x3c\xf1\x40\xab\x70\x38\x88\x9b\xbb\xa9\x1a\xcf\xe7\x5d\xe4\xe0\xde\xf6\xb7\xfa\xc8\x11\x9f\xfe\x0d\x06\x4a\x7b\x8d\x6d\x7b\x20\x44\x5a\xc8\xe1\xe0\x17\x1f\xc1\xff\x91\x80\x5f\x49\xbc\x9b\x37\xf1\xc1\x58\x32\x4d\xec\xb7\x45\x1f\x7b\x77\x31\x03\x4d\x3c\x28\x87\x7b\x77\x4f\xd5\x8c\x64\xaa\x70\x18\xc1\x40\x82\xa5\xc7\x4a\x19\xd0\x57\x4c\xd8\x75\x68\x1c\xc9\x84\x63\xb7\x80\x29\x3f\x45\xfb\x34\x0a\x50\x15\xf4\xae\x9d\x4e\xf8\x58\xb6\x0f\xb1\x26\x51\xf9\x4c\xc7\x3e\x16\x3e\x99\x57\xac\x23\x5e\x98\xb6\x52\x2f\x27\x00\xd5\xed\x4c\x7d\x51\xa1\xa4\x55\x28\xcc\x31\x38\x81\x82\x7f\xe2\x38\x74\x97\x9b\xcd\x9e\x6e\x49\x5d\x52\x19\xda\x41\xba\xd9\x99\x66\x8e\xc0\x77\xdb\x06\x32\x90\xbd\xad\x7c\xad\x96\xdf\x02\x77\x33\x2d\x11\xa4\x3d\x63\x17\xd8\xdf\xa9\x72\x01\xaa\xb2\x49\x8a\xc1\xef\x0f\xdb\xb8\xc2\x33\xce\x2c\xfd\x7d\x51\x95\x7a\xca\x9c\xc4\xfb\xba\xd5\xc5\x81\xd5\x5f\x2f\xba\x32\x4c\x1b\xe5\xf6\x16\xf6\x05\xbd\xc6\x82\xad\xe6\xe7\x16\xaa\x85\x1c\x37\x92\x7f\x9a\x42\x25\xa0\xb2\xc6\x40\x22\xcd\x23\xb3\x41\x18\x00\xae\xdb\x23\xd4\xb8\x02\x07\x1f\xd4\xe7\x71\x23\x44\x08\x92\x50\x94\xbc\x10\x48\xfa\x13\x4b\xab\x76\x39\x11\x5f\x54\x22\x5f\x44\xe5\x44\xd4\x66\x23\xd6\x9e\x23\x6a\xd4\x95\x57\xc5\xe0\xc0\x8e\x97\xee\x71\x80\x6f\x2b\x00\x8e\xbc\xd4\x2e\xa2\xe7\xba\xf6\xb6\x7a\xc6\xf8\xbc\x51\x59\x26\x6b\x90\x4a\x4c\x56\x56\x87\x4f\x8f\x98\x79\x2b\x9e\x71\x23\xb5\x94\x99\x77\xbb\x33\x10\xad\xfc\xf8\x32\xb7\xd7\x70\xcc\xe8\xa9\xd4\x47\xf7\x0e\x95\x79\x41\x70\x78\xaf\x39\xfe\x7a\xd0\x74\xf7\xad\x06\x3d\x2c\x5d\xd0\x9c\x54\xe6\xc6\xb3\x94\xfd\x97\x48\x1c\x2a\x69\x6b\xf2\x92\xa8\x74\x67\xad\xda\xf3\xf0\x9b\xb3\xfa\x06\xb8\xa0\x05\xdd\x39\xf5\xcc\xb3\x78\xe4\x34\xf2\xc4\x7a\x82\xb7\xb5\x6b\x7c\x2a\xa9\xa4\xf9\x42\x1c\xd1\x67\x68\x1b\xb1\x62\x63\x72\x85\xdf\x4f\x68\x28\xcf\x2b\x15\x24\x29\x97\x1d\x6b\x57\x8f\xeb\xc4\x9d\x3c\x55\x0c\x7e\x09\x2f\x33\xb6\x11\x2d\x15\xdb\xc0\x01\x31\xc4\x4a\x5f\xb9\xde\x53\x58\x21\x94\x0e\x1a\x39\x47\x47\x9d\x67\xb1\x69\x78\x99\x99\x66\x21\xa0\xc4\xd5\x45\x5c\xbd\xd0\x6b\x9f\xe7\x47\x21\x4a\x09\x97\xdc\x94\x03\xdf\xd5\x1a\xd2\x76\x79\xa6\x32\x3a\xb9\x3e\x23\x7f\xc5\x30\xc3\x02\xc5\x7c\xf1\x23\x4a\x21\x17\x06\xc2\x6e\x78\xc4\x4e\x07\x3e\x28\x2c\xae\xbf\xb6\x2b\x17\x84\xb1\x59\x7b\x51\x1e\x17\x49\x70\xa2\x82\xdf\x66\x21\x64\xca\x4b\x05\x9c\xe9\x3f\xc9\x24\xbe\x4f\x42\x96\x8f\x93\xb9\xec\x80\x47\x3b\xe2\xff\x20\x73\x8e\x48\x7c\x54\x53\xdc\x1a\x03\xa8\x89\xe1\x1d\x6f\xac\x79\xd2\xc1\x5c\x71\x4d\x45\xfb\x2c\x0e\xd9\xdf\xd5\x57\x6a\x18\x54\x85\x1f\x21\xe8\xa5\x93\x7e\x30\xc4\x33\x3c\x78\xeb\x1b\xf6\x6a\x06\x63\xbf\xc4\xe3\xdd\x55\xb4\x71\x7f\xce\x80\xb6\x6a\x64\x34\xe0\x73\xc8\x5f\xe3\x0d\x9d\xb1\x1b\x45\x49\x24\xf4\x17\x71\xe3\xf8\x87\x15\x3c\x33\x5b\x86\x62\x98\x43\xf2\x32\x7a\x95\x00\xcb\xfd\xdd\x28\xa3\xcf\xec\x6d\x25\x2a\x6f\x81\x62\x4d\x7a\x5a\xef\xde\xac\x70\x17\xe9\x39\x73\xa8\xa6\x21\xa4\x77\x5c\xf0\x4b\x35\x52\x70\xa6\xdd\x4d\x0f\x24\x27\xb4\x95\x69\xff\x9b\x39\x42\x1f\x51\xbd\x90\xe6\x6c\x21\xb6\x29\x8f\xf9\x9c\x21\x10\xa6\xa8\xb7\x01\xd7\xbd\x75\x29\x61\x92\xe0\x51\x2d\x45\x55\xda\x07\xf2\x03\x94\x35\xc4\x36\xde\x3b\x49\x47\x5a\x1b\x89\x85\xf6\xa3\xdd\xc2\xf3\x33\x00\xd1\xae\x3e\xc7\xb3\x19\xf6\xbb\xd3\x37\xf8\xb8\x19\xfb\x32\x51\x86\xc3\xcf\x2f\xfb\x9d\xf9\x73\xeb\x3d\xcc\xf0\x56\x33\x58\x84\x33\xdc\x2a\xdb\xab\x82\x07\x20\xaa\xfd\xab\xa4\x43\x66\x37\x78\xe2\x56\x67\xa9\x58\x3c\x50\xc4\xa8\x0c\x2e\x1a\x67\x0d\xf1\x2b\x8b\x39\x8e\xe2\x8a\xb6\x8c\x74\x43\x3e\xb2\xd0\x8b\x0d\x60\x87\x59\xe4\x13\x8d\x01\xa7\x94\x5a\xbe\x48\xdf\xbf\xad\x7f\x39\x65\x66\x92\xa7\xe4\xef\x4f\x19\x85\x5d\x11\xec\x29\xcc\x5d\x65\xbb\xbf\x24\x3b\x10\x16\x50\xf1\xbf\x71\xd5\x18\xda\x2f\x37\x87\xc9\x64\xbc\x83\x3b\x2f\xf0\xfc\xe1\x62\x08\x4f\xcb\x02\x38\xb6\x76\xd9\x18\xb0\xab\xa6\x3b\xd0\xeb\xc7\x2c\xea\x3d\x49\xa8\x13\xac\x6d\x08\x3c\xe5\xbc\xba\x46\x54\xf9\x63\x60\xcd\xd3\x8d\xb8\x03\x4e\x17\x0f\x41\x6c\x7b\xc7\xe5\xfa\xd7\x3b\x96\x29\x71\x33\x52\xe4\xae\x91\xae\x93\x02\xa6\x7f\x5e\xbb\xdf\x98\xec\xdf\x77\x38\x38\xe1\xe7\x84\xef\x53\x88\x64\x92\x87\xf6\xf8\xc7\xd5\x4c\x9b\x91\x7e\x5f\xa1\x0a\x0d\x11\x10\xa9\x4a\xc6\xf8\x52\xbc\x9e\xdf\xf7\x40\x4f\x3d\x36\xb3\x61\x08\x25\x72\x6c\x8c\xd3\x4d\xd5\x9f\x93\x88\x69\x9e\xac\x55\xf7\xef\xda\x12\x42\x66\x19\x70\x0d\x4d\x71\xcd\x7e\xf5\xaf\x2e\xba\xf8\x0c\x8d\xf0\x6b\x92\x98\xc6\xd0\xeb\x0e\xdf\x21\xf3\x0f\x37\x98\x69\x40\xe1\xad\x62\x3f\xb0\x12\xc6\x9e\x3a\xe5\x44\xa9\xcf\xc6\xf6\x8b\x11\x16\xd0\xc9\xab\x48\xeb\xe8\x81\xf4\xd9\x79\x2a\xa2\x9c\x4f\xd6\x41\x0f\x86\x3a\x42\x8d\x3d\x4b\xbb\x41\x3a\xf2\x2c\x1d\x47\x91\x46\xda\x58\xe9\xcb\x1d\x14\x68\xc6\xc9\x72\x33\xa1\x34\x3c\xe9\x3f\xed\xa3\xcd\x2d\x53\xe7\xf5\x11\xdc\x15\x58\xe9\x54\xaf\x12\xb1\x2b\x1f\xee\x02\xa0\xa8\xfa\x92\xb5\x95\x08\x89\x45\xa0\x95\x54\xc8\x77\x3b\x1d\xa2\x61\x76\x52\x31\x69\xd0\xaa\x16\xe5\x18\xe0\x54\x54\xbd\x4b\x38\xe8\xd7\x00\xee\x75\x91\xc7\x76\x37\x27\x15\xdd\xf8\x45\xbb\x67\xfe\x37\x46\xde\x47\x7b\x2f\x80\xb7\x00\xd5\x28\xed\x35\xa9\x96\xc7\xe1\x9a\xd1\x01\x41\xa7\xf6\x52\x34\x30\xc6\xaf\x67\xb4\xf3\xb3\x13\x5e\xf8\xfd\x89\x97\xc5\x67\xe5\xed\x27\xd6\xd2\x53\x5e\x3d\x6e\x49\xf5\x2d\xdd\x54\x1e\xb1\xd0\x0a\x0b\xc9\x36\x95\xf7\x02\xa3\x52\x1c\x93\xbe\x50\xbd\xc1\xff\x31\x3e\x30\xdc\x7e\xa9\xe7\x28\xe3\x3b\xa7\x00\xe8\x9c\x11\xc0\x05\x6a\xbc\x3a\x88\xee\xcf\x48\x96\x19\x48\x3e\x0e\x20\x76\x6a\xed\x73\x5c\x40\xe3\xe3\xd0\xc3\x24\x32\x8a\x5e\x8e\xa9\x50\x00\x29\x60\xeb\x37\x0c\xe9\x45\x16\xb9\xaf\xe3\x13\x57\x5e\xfc\xf9\x0c\xac\x28\x82\xd2\x0f\x89\xcf\x74\xf7\x79\x80\x88\x8d\xf7\xb4\x14\x18\x13\x6f\x2e\xe5\x2f\x0e\x62\x17\x38\xdd\x8f\x21\xd1\x54\xa5\x0c\x76\x68\xaa\x54\xa5\x9a\x20\x5b\x73\xf3\x77\xc4\xbb\x07\xca\xf3\x09\x3e\xd8\xa5\xeb\x60\x40\x5a\x05\xcc\x04\x78\x64\x16\x15\x50\x20\x5a\xa5\x65\xb4\xe1\xf2\x92\x66\xe5\x31\x01\xd1\x6c\x1f\xba\x39\x93\xe0\x20\x52\xaa\x19\xc2\x82\xa6\x02\xb4\xdd\xa0\xc8\xd5\x60\xc9\xfb\xc8\xe0\xbc\x41\xb8\x7d\x91\x82\xd1\x3d\x4b\x81\x60\xc1\x5d\x6d\xfe\x06\x37\xc2\x67\x6a\x15\x7f\x62\x8c\xec\xf7\x29\x0a\x41\x08\x56\xc4\x75\x8a\x78\x48\x01\x76\x74\xe3\x06\xb3\x40\x4a\x57\xb5\xd6\x2b\xd4\x6c\x01\x80\x2a\xcf\xa1\xec\x71\x8a\x3d\xbc\x83\x61\x78\x6c\xa4\xc8\xa9\x65\x8e\x68\x65\x16\x81\xe9\x41\x35\xaa\x92\x10\x36\x49\xb5\x4a\x53\xd9\xed\x18\x62\xea\xdd\xc8\x79\x45\x07\x73\x51\x09\x49\x33\xbf\x96\xd8\x22\x79\x00\xc9\xe4\x64\xfe\xeb\xcb\xda\xee\x3b\x39\x77\xdd\x75\xdd\x00\xdb\xb1\x92\xee\x5a\xa7\x04\xe0\xed\x20\x0f\xdf\x20\x51\xef\xdf\xdf\x30\xb7\x61\x3c\x47\x9e\x4e\xc9\x2b\xa8\xc4\x3b\xb1\xe2\x4c\x22\x73\x60\xc7\x7f\x4b\xe0\x98\xad\x0a\x30\x27\x0d\xb6\x52\xa2\xa3\xec\x8a\x2c\xea\x59\x14\xd1\x94\xa9\x7e\x7a\x4c\xc0\xb4\xce\x8f\xc0\x50\x28\x80\x28\x16\x3b\x4a\xb6\xa5\xb0\x61\x47\xeb\x41\x1f\x78\x19\x0c\x04\x60\xd9\xba\x56\x6a\x08\x5b\xae\x66\x4c\xb7\x3f\xba\xae\xa0\x93\xcd\xf0\x2a\x60\x32\x7b\x5b\x78\xb8\xb9\x70\x7b\xb6\x2a\x28\x8f\x77\xd0\x39\x37\xaa\x59\x43\xaf\x87\x0e\x7b\x0a\xd6\x68\xc3\x46\x3b\xa8\x34\xd5\x9e\x62\xe2\xd5\x51\x1c\xad\x5e\xce\x70\x84\xf7\xd5\xf6\x2a\x62\x74\x4b\x78\xf2\x2b\x3a\x2c\x91\xd5\x55\xaa\x89\x29\x43\xd6\x9a\x53\x59\x58\x73\xe3\xdd\x07\xa0\x59\xec\xc8\xe8\x1f\xec\xb7\xc6\xc6\xf8\x4c\x90\x3f\xd9\x82\x23\x60\xc2\x7b\x04\x43\xda\xbb\x75\x56\x52\x1e\xa3\x71\x1c\xd8\x57\x9d\x49\x24\xd7\xae\xae\xa6\x7d\xd4\x29\xe1\x6f\x98\xd7\xfe\xb2\x97\x81\xab\x47\x0d\x0f\xb9\x3f\xe0\xc4\x0b\x0e\xc5\xbb\x5d\x9e\x56\x2b\x7e\xbf\x29\x7d\x7f\x4a\x76\xff\xb7\x2d\x33\x7c\xcc\xe6\x4f\x8f\x99\xe6\x04\x48\xc3\x99\x1d\x3b\xab\xc5\x77\x99\x65\xee\xb1\x59\x71\x24\x57\xe2\xb4\x87\x4f\xf8\xb8\x17\xc6\x3d\x1f\xe9\x1b\x83\xe9\x5e\xec\xbd\xdb\x1e\xce\xe5\x6b\x78\x46\x66\xc7\xd2\xec\xc4\xb6\x7c\x74\x0a\x17\x6a\x47\x05\x93\x5b\xc4\x6e\x61\xef\xce\x20\x34\xf6\xff\x7b\x2b\xfb\x43\x88\xc5\x94\xd4\xdd\x95\x49\x44\xd9\x67\x94\x15\xe1\x03\xc7\x33\x93\x95\x38\x9c\x2f\xd6\xce\x71\x93\x09\xf0\x1e\x14\x74\x5a\xeb\x5d\xc0\x53\x6e\x72\x60\x6f\x59\x2b\x41\x84\x50\x08\xdf\x30\x8c\xc4\xcc\x01\xd4\x3b\x51\x29\xfc\x45\xcc\xf2\x3c\x97\x78\xa5\x22\xc1\x7a\x79\x40\x7a\xec\x34\xc7\xa1\x8c\xad\xeb\xe7\xc2\x84\xd9\x9c\xbd\xae\x29\x95\x6e\xd3\x46\x3d\x74\xd2\xa0\xc6\x44\x59\xf0\xe7\xb0\x90\x89\x6a\x23\xbd\x74\xaa\xab\xcf\x61\x5d\x12\xfb\x4a\x52\x69\xae\xf9\x9e\xa6\x28\x87\x50\x6a\x57\x2d\x16\xd2\x1d\x29\x7e\x91\xd1\xe5\x51\x12\x5e\xa2\x10\xca\x3c\x80\xaf\x13\xd4\x26\xf4\xbc\x08\xb0\x6a\xc0\x8d\x62\x5e\xd3\xe4\xa6\x02\xed\x06\x75\x6c\x2c\x8e\x5f\x4b\x0f\xd5\x3c\xd0\x8d\xf4\x56\xd3\xbb\xa4\x37\x2e\x83\x78\xdf\xa1\x93\x9e\x62\xe7\x1b\xb0\x1c\x79\x2b\xee\xc4\xc7\x3f\x52\xf4\x54\x0a\xbf\x04\x5a\xd1\x13\x78\x69\xec\x1a\xa3\x0f\xc2\xe7\xa5\xa6\xd7\x1a\xaf\xa8\xab\x5b\x46\x4c\xb1\xbd\x9f\xeb\x74\xc3\x1d\x6d\xb0\x5c\x17\x9c\x44\x6c\x0e\x7a\xcf\x1b\x73\xcf\xc8\x06\xdd\x4c\xb7\xd4\xb3\xc4\xb1\xbb\xc9\x30\x76\xa7\x73\xe4\x4d\xaf\x6d\x4e\xd8\xfc\x38\xc2\xfb\x24\x91\xe9\x56\x32\x32\xfd\x28\x41\xec\x66\x32\x86\xfd\xd0\x39\xf3\x19\x8d\xbb\x08\x71\x5d\x82\xd8\xde\x5d\x10\xbb\x26\x41\x6c\x73\x17\xc4\x76\x25\x88\x4d\xc9\x20\xb6\xa9\x2f\x8b\xd8\xd9\x1b\xb0\x5a\xd6\x60\x3b\x0f\xf4\x6e\x87\x64\x59\x77\xda\x87\x3d\xea\xf7\xd3\x21\xd2\x7d\xae\xab\x80\x94\x0e\x2b\x37\x41\x01\x74\x95\xb9\x25\x82\x62\xdb\xbd\x2c\x4f\x52\xf4\x72\x41\x6c\x40\x76\x63\xc6\xee\x93\xd9\xc0\x7c\xea\xa7\x47\xca\xfb\x3c\x0f\x30\x20\xa4\xe8\x61\x2d\x81\x22\xec\x9f\xf4\x76\x44\xb8\xa4\x15\xf4\x19\x9a\xe4\x3f\x58\xa1\xc5\xc4\xb1\x66\xee\x8b\xdf\x60\xa0\xe8\x35\xb8\x88\x9f\xb4\xad\xe8\xa5\x7c\x00\xba\x2f\x8b\xf4\x88\xd1\x0d\x2e\xc1\x5e\xe9\xc0\x3a\x4d\x77\xc3\xf3\x9d\x0e\x94\x4b\x01\xcd\x6b\x27\xc6\xdb\x8e\xeb\x6d\x8e\x37\x70\xb2\x77\x67\x15\x0d\x11\x7f\x7c\xe2\x73\xe4\x3d\xba\x25\xae\xcb\x42\x2b\x9d\xb1\x4f\x06\x3f\x45\x07\xe9\x7e\xb4\x67\x81\x86\xc8\xda\x41\x6f\x8f\x32\xa3\x4c\x3c\xb9\xba\x8a\x3e\x56\x07\xf9\x32\x56\x0f\xcf\xe9\xc6\xdc\x2b\xb9\xcf\xdc\x6f\xab\xa7\xb8\xdb\xe2\x18\x9d\xd9\xe9\xd2\x53\x18\x73\x32\xaf\x69\xa1\x0c\x37\x75\x11\xa1\x33\x3d\xf3\x8a\xee\xdb\xc2\x2a\x9e\x64\x96\xe5\x18\xa7\xa8\xcc\x4e\x76\xa0\xed\x8e\xf7\xf0\x1b\x74\x7a\xd1\xce\x6e\x30\x8f\xaf\x63\xae\xc7\x73\xf7\xd3\x19\x5d\xcb\x54\xd2\x66\x45\x47\x37\x1e\xa1\x9b\x8c\x27\xd4\x05\x19\xcf\x5d\x38\x9e\x76\x2c\x66\x99\x70\x9f\x5e\xc0\x93\x3d\xb9\x18\xae\x24\x4f\x01\x36\x5f\x9e\x07\xe5\x3e\xde\xa9\xaf\xe8\xb9\xd2\x8f\x87\xe1\x36\xc1\xe7\x99\x56\xe6\x63\x0a\x25\x46\xa4\xc6\xc7\xb9\x1e\x2f\xf2\xb9\x56\x91\x36\xd0\x50\xde\x4e\xef\x5d\xf4\x2a\x59\x5d\x48\x1a\x99\xc3\xb6\x8f\x46\x9e\x92\x8d\xdc\xe7\x28\x0e\xdc\x9e\xe3\xb8\x1f\x75\xa2\xb8\x1f\x3d\xdf\x60\x6e\x22\xa4\x5b\x5a\xbb\x7f\x78\xad\x45\xe7\xc7\xcc\x99\x69\xe5\x39\x7a\x1f\x50\xdc\xa6\xa2\xb4\xa9\x70\xd7\xa6\x3f\xdd\x73\x9a\x12\x09\xd6\x53\xf4\x76\x19\xe1\x73\x5b\xd1\x5b\x66\x5d\x8b\xdf\xe2\x78\x93\x86\x5b\x5b\xb4\x32\xa3\x1f\xed\x98\x6a\x65\x2e\xba\x32\xa7\x64\xc7\x85\x6a\x79\x5f\x99\x8f\x60\xf0\xa7\x2e\x6d\x5c\x74\xba\x4b\x8e\x97\xf3\x16\x57\x71\x10\x92\xa2\x5d\x3d\x77\x14\xea\xc1\xa5\xa6\x87\x7a\x65\x15\xa6\xf6\x6c\x43\x25\x6f\xc2\x2e\x4c\xb6\xef\x96\x5a\xd5\xd6\x56\x42\x37\x27\x67\xf0\x03\xaf\xf5\xcd\x2a\x05\xd4\xbe\x48\x64\x18\xa5\x3e\xcf\x2c\x59\x95\x8f\x9c\x75\x24\x6b\xa8\x6c\x49\x28\xfd\x9c\x92\x64\xeb\x0c\x95\x5a\xe9\x19\x92\xa8\xc7\x30\xa2\x90\x24\x33\xa7\x75\x4e\xbc\xa8\xcb\x04\x24\x5d\x21\xc8\xc9\x37\x75\x4c\x2e\x24\x6d\xcb\x6f\x13\xc6\xdf\x4c\x0f\x6c\x03\xe7\x34\xe3\x7a\x57\xea\x4a\x65\x6c\x8c\x0b\x5d\xc0\x87\x29\xb1\x3d\x72\x72\xe7\xd8\x60\xfb\xc7\x6d\x2d\x7a\x04\x7d\x46\x05\xd0\x54\x01\x15\xb3\x1a\x65\x08\x18\x24\x2f\xac\x0f\x35\xf8\xbb\xac\x22\x79\x08\x00\x93\x00\xf0\x6b\xa5\xa7\xc7\x90\xf0\x99\x77\x16\x9f\x89\x44\xcd\x5c\x4f\x11\x0f\x5a\xeb\xcd\x02\x35\xd4\xd6\x5c\x22\x83\xde\xed\x73\x3e\x2a\x29\x17\x4e\xf9\x86\x52\x1f\x49\x94\x9c\x11\xba\x30\x1f\x40\x34\xa4\x16\xbb\xb3\x8c\x2b\x8a\x29\xdc\x8a\xfc\x10\x7a\xfa\xfb\xad\x3c\x49\x9e\x91\xb3\x85\x22\xb2\x8c\xe4\x84\x46\x69\x11\xd2\x37\x22\xe7\xa1\x5b\x2a\xc0\x6f\x4e\x65\xd4\xf2\x68\x32\x10\x39\x3a\x6d\xb1\x00\x3b\x39\x3b\x54\x85\x19\x29\x04\xe1\x53\x07\xf8\x74\x74\xea\xe8\x10\x08\xd6\xbf\x82\xbc\x92\x89\x7d\xf2\x80\x59\x77\x9f\x55\x71\xfb\x7b\x8a\x59\xe3\xc4\x57\x33\xcf\xa1\x2b\xf5\x85\xd7\x8e\x27\xdd\xb1\xc1\xb8\x75\xb3\x0c\x75\x24\x27\xe1\xa8\x70\x76\xf0\x95\x6c\x9d\xf0\x85\x77\x89\x93\x99\x84\x83\x94\xc9\xb8\xb1\xdd\xef\x30\xaf\x9e\x07\x2b\xb1\x19\x4f\x05\x6b\xdb\x0c\xb0\x7d\x16\x99\xe3\x07\x25\x00\xc8\x39\x03\x84\x8f\x8c\xeb\xfe\x14\xa9\x6c\x15\x6b\x45\x9b\x95\x7b\xc5\x0e\x1c\x59\x53\xd1\xcc\x45\x06\xae\x77\x2a\x9a\xf0\xfc\x9e\x32\xd6\x38\xa1\x8d\x2b\x25\x4e\x91\xe9\x36\xe6\x5e\x2a\x69\xde\x00\xc1\x9a\xa2\xdc\xbb\x08\x1d\x89\xf7\x82\x8a\x50\x96\x64\x4c\x84\x89\x99\x6f\xc2\xd9\xa1\x81\xce\xf0\x32\x2c\x30\x8c\x9e\x1c\x61\x21\xb3\x73\x66\x07\xca\xb3\x33\x1f\xa2\xad\x90\xc4\xae\xe6\x6e\xda\xfc\x62\x3c\xab\x56\x85\x09\xdd\x46\xdb\xad\xec\x46\xf6\x7a\x12\xbf\x46\xde\xaa\xca\x1b\x5d\x30\xe7\xad\x50\xdf\x73\xdd\xcc\x6a\x2d\x0e\x4e\x43\x85\x05\x18\x53\xaa\x7d\xf2\x84\xfa\x7c\x8c\x3c\x82\x0d\x95\x1e\xaa\x47\xf5\xc7\xd7\x6d\x28\x2f\xab\xbd\xef\xaf\x38\xc2\x1b\x06\x30\x7c\x7e\xe3\xb5\x8e\x3a\x4b\x2a\x73\xf3\xeb\x13\x16\x4c\x44\x50\x00\x82\xc3\x25\xd3\x98\x0b\xc8\x99\x75\xfa\xc6\x86\xe9\x8c\xd5\x68\xb9\x45\xc4\x1f\xbe\xfa\xb3\x2e\xc3\x82\x9c\x64\xcb\xac\xd7\xdc\xc2\x2e\x0c\xb4\xf4\x6c\x7f\xf7\xfe\x7b\x57\x76\xaf\x73\x31\x4f\x36\x4c\xaf\xac\x26\xb8\xb7\x3a\xeb\x15\x3f\xac\x81\x82\x0c\xed\xed\x36\x0a\x40\xb2\x5b\xf8\xa6\x0b\x5c\x31\x48\x5d\xf5\x33\x17\x88\xe6\x08\xb6\xf4\x29\x74\x72\xe9\x9e\xd3\x16\x61\x49\xde\x4b\x72\x10\x50\x1f\x2c\xbc\xbe\xd2\x44\x35\x37\xbd\xad\xa9\xac\xee\x6f\x06\xd2\x36\x94\x7d\xc7\x1a\xea\x29\xd5\x3c\x34\x40\x10\x61\xe7\x0c\x23\x32\xec\x5a\xcd\xeb\x29\x65\x6b\x77\xef\xc4\xb9\xd4\x95\x68\xce\xa0\xfa\x63\xa0\x95\xea\xb0\x08\xbd\xa1\x27\x26\x56\x79\xb7\x22\xe5\x00\x4d\xbd\x39\x75\x3c\xd6\xe3\x99\x76\xc3\xb4\xee\x2f\xdf\xfe\xb8\x7c\x06\xdd\xbf\x7f\xfa\x76\x79\xe6\xb7\xcb\xb9\xf6\xe4\x5e\x2b\xea\x87\xc6\x94\x93\x2c\xb3\xdd\x5c\x2e\x58\x86\x10\xb3\xff\x91\x29\xee\xee\x3c\x19\xa2\x2d\x97\x53\xb2\xdc\x5b\x1c\xc7\xb7\x13\x26\x07\x52\x41\xa1\x8f\xb7\xab\x36\xaf\xa5\x58\xfa\x06\x25\x4f\xae\x3a\xc0\x66\xb7\x62\x85\x23\xeb\xaa\x74\xc4\x74\xc5\x2f\x42\xe5\x35\xb3\xe0\x95\x01\x56\x1f\x47\x20\x4e\xb3\xf0\x75\x18\x33\x45\xd4\xdd\xa3\x88\x2e\x0f\xd7\x7a\x9b\x37\xe0\xa4\x12\x4a\x79\x21\xc1\xa9\xf7\x19\xde\x62\x89\x4e\x1b\x8b\x53\x67\x12\x1e\x5f\xa1\xac\x74\x6b\x09\xe0\xc6\xc9\x95\x27\x9c\xb7\x22\x35\xc4\xa7\x33\x99\xfb\x72\xdb\x8d\x5c\xb1\x2e\xb1\x4a\x43\x37\x13\xfa\x73\xd3\x9e\xd5\x85\xd2\xe4\xce\x74\x56\x4f\x77\x92\xb7\x7b\x40\x8d\xf5\x66\x06\x28\xaa\x36\x7a\xa3\xc5\x81\xb3\x87\xc6\x4c\x27\xbc\xe2\x52\xf5\x89\xb9\xa7\x6f\xba\xfc\xeb\x18\x54\x53\xbf\x88\xdc\x73\x51\x98\x5b\xee\x9f\x05\x61\x4a\x6c\xa0\x7b\xd6\x3c\xf7\xa2\xaa\x9a\x79\x0d\xde\x6c\x8a\xe5\xf2\xc0\x74\x1c\x3d\x93\xa4\x62\x9f\x5d\xea\xbe\x16\xb5\x67\xa6\x33\x7b\x5e\x94\x53\xd9\x5a\x05\x70\x74\xe9\x4a\x18\xc8\x6e\x31\x6b\xf8\x76\x87\x4c\x68\x56\xec\xa7\x25\xd1\x43\x99\x0d\x57\x2f\x69\xb2\x5d\x6e\x3f\xce\xf4\xc6\xbb\x66\xd0\xc1\xae\xbf\x4f\x64\x8f\x43\x6a\x91\x6c\x06\xed\x35\xea\x66\xa1\xa4\x57\x81\xe1\xb6\x39\x37\x99\xbb\xbc\x73\x61\x9a\xaa\xa9\x9b\xb0\x4d\x55\x95\xce\x32\xf9\xe8\xb2\xf0\x42\x33\x50\x2d\xe8\x8a\x6f\x25\x7d\x0b\x0f\xcf\xb8\x0c\xf9\x16\xf0\xef\x41\x02\x06\x6e\x16\x26\xb4\x1a\xbf\x39\xad\x51\xc4\x38\x74\x5a\xf3\xf6\xd8\x09\x4e\xc9\xf2\x27\x17\xdf\x0d\xc3\x1f\xde\x63\x81\x37\xc2\x71\x2e\x99\x2a\xc8\x70\x61\x8f\xe7\x40\x40\xa8\x2a\x15\x08\x7c\xfe\x36\x43\x0c\xa4\x60\x6d\x3c\xd7\x54\x50\xda\x89\x2d\xc8\xf7\xd5\xfe\x0f\x5a\x01\x2e\x56\x41\xc8\xd2\x12\xed\x7e\xa3\x0d\xd2\xcb\x87\x79\x04\xb5\x0f\x07\xae\xc2\x9e\x47\x86\xe0\xb6\x6a\xbe\x29\x13\x83\xe2\x12\xd2\x64\x99\x67\xdb\xb6\xbf\xaa\x80\x33\x22\x27\xa4\xb9\xc8\x36\xa0\x5f\xcf\xdd\x94\xe1\x22\x29\x00\xc4\xca\x44\x09\xe6\xe1\x5b\x60\x03\x41\xd5\xb0\x82\x04\x67\xb5\x79\x5c\xed\xfa\xe0\x7a\xd3\x73\xb2\xfa\x41\xa0\x0f\x70\x61\x0d\x39\xc7\xd0\xe4\x29\xf7\x2d\x7f\xf6\x5e\x89\x68\xbe\x71\x47\x62\xf2\x90\x02\x46\x9d\x3b\x92\x79\x67\x78\x4f\xaf\x99\x1d\xca\x83\x34\xd2\x6d\x85\x6a\x6a\xb3\x88\xc2\xc3\xb3\x53\xa4\x84\xba\x4d\x0d\x88\xa1\xae\x52\xcd\x3c\x6c\x75\x53\x06\xe2\x67\xb2\x13\xc7\x42\x43\xa9\x2f\x99\x7e\xfd\xc4\xec\xa3\x0b\x2d\x01\xf8\x1f\x5c\x98\x23\x66\xeb\x7e\xf7\xad\x63\x15\x76\x99\x15\xc6\x28\x87\xb0\xf9\x3a\x59\x5e\x47\x66\xff\x12\x7a\x1b\x94\x99\x63\x42\x7a\x5c\x71\x56\x5f\x81\xb2\x19\x65\xb0\x78\xda\xc7\x2e\x82\x9a\x2d\x11\xca\x3b\xba\xca\x74\xf1\x81\x14\x1d\x44\x3f\x95\xf5\x0c\xa0\xd1\x49\x7e\x0a\x66\x18\xdc\x8c\xe6\x91\x43\xa3\xf1\xc8\xef\xdb\x73\x11\x46\x83\xd2\x65\xf0\x05\x6f\x49\xd1\x0d\x8c\xf2\x16\xb5\xd2\xd4\xe3\x49\x5f\x0b\x2f\x30\x42\x00\x55\xd2\x33\xe2\xa5\xdf\x5e\x81\xbb\x25\xa3\x67\x21\xa5\x4b\x3f\x0c\x6b\xda\x29\x6d\x4e\x80\xb4\xd7\xca\xfb\xa4\xb0\xbb\x6e\x45\xda\x71\x47\x1d\x36\x70\x59\x57\x51\x3c\x20\xa3\xef\xa6\x01\xed\x71\x69\xe3\x12\xb8\xb1\x4e\x41\x3e\xe6\x6d\xb3\x80\xb7\x1d\x55\x07\xe9\xa8\x58\xd5\x4a\x7c\xe6\x48\x12\x50\xad\x2d\xca\x5a\x36\x83\x22\x36\x09\x07\x78\xa3\x11\xa6\x4c\x73\x55\xab\x4c\xd9\x41\xc0\x75\x0d\x8d\xb9\x6f\x6b\x76\x27\xcc\x7d\x1c\x2b\xdb\x52\xb4\x63\x85\xbb\xd2\x14\x99\x9b\x13\xff\x24\xf1\xd4\xae\x52\xcf\x76\x5c\x59\xb3\x4a\x4d\xad\xe9\xd5\x28\xc2\x6c\x88\x28\xdf\x7d\x1a\x89\xce\xb8\x93\x8e\x13\x61\x34\x04\x47\x3b\xb7\x8d\x4b\x1a\x31\x05\xc9\x72\x8a\xe2\xb9\x99\x55\x0d\xf9\xad\x23\xf2\x5d\x21\x24\xac\xac\x85\xe0\x87\x5f\x7d\x29\x54\x6a\x03\x65\x8a\xfa\xec\xeb\xa4\x37\xb1\xc8\xf0\x12\xd5\x62\x1a\x4c\x6b\xfe\xf2\x99\x67\x4d\xc6\xe5\x50\xe9\xd4\xcd\x23\x95\x2e\xef\xe6\xac\x90\x71\x9b\x47\x6c\x07\x48\x6e\x26\x1f\x4a\xb9\xac\x89\x19\x25\x45\x72\x46\x0b\xf9\x44\x56\x27\x05\xf8\x46\x8b\xa4\x9e\x24\x04\xb5\x49\x96\x80\x4b\x45\x5e\xb3\xda\xe0\x3c\x73\x7f\x75\xe0\x79\x0e\x9d\x32\xf4\x4f\x8e\xb4\xd3\x0e\xb7\xdd\x82\x82\xad\xc5\xf9\xeb\xdd\x1b\x3b\x22\x76\xda\x7f\x48\x38\xa5\x98\x10\xbe\x2a\x96\x28\x62\x2f\xcc\xc7\x31\x52\x6a\x6c\x45\x4d\x63\xa1\x3f\xc3\x4e\xa5\xf7\xd3\xc9\xdc\xdd\x78\xda\x67\x1d\x98\xeb\xfc\x53\x51\xa7\x72\x21\x5b\xf8\x62\x73\x77\xc2\xa2\x06\xbf\x05\x6d\x78\x1c\x4c\x2d\xeb\x83\x3e\xd3\xde\xf5\x95\xdb\xbc\xf0\xfe\x78\xe9\x4c\xab\x46\x99\xd2\x5d\xca\x68\xaa\x0a\xa9\x16\x5f\x13\x39\x2e\x06\xf4\x8e\xd4\xce\x23\xd6\xd3\xd9\x8d\x78\xde\x6f\xc0\xd8\xec\xa3\x23\xe6\xe4\x86\x0e\xb5\x02\xd3\x82\x82\x04\x1d\xc2\xdf\x4d\x7b\x34\xd3\x8c\x00\x9c\x36\x1b\x76\xaa\xf9\x4d\xb3\x59\xeb\x84\xae\x60\x5e\xb6\x1b\x8c\x89\x7b\x38\x24\x76\xf4\xf2\xaf\x3b\x3a\x4c\x8c\xac\x6f\xd2\xe6\xc5\xd7\xee\xe9\x70\xe7\xa7\x38\x6f\x75\xba\xd1\x0b\xb4\xaf\xf3\xd0\xbe\xfa\x1f\xf1\xd6\xc9\x69\xff\x74\xa1\x33\xae\x19\xde\xd0\x8c\x31\x2c\xf0\x9e\x8f\x0a\x19\x2b\x2a\xf8\x88\x2f\xde\x0e\x89\x74\xdd\xb7\xac\x5c\xe5\x1c\xbe\xef\xc6\x0d\x54\xc3\x9c\xba\x2a\xfd\x3d\xd9\x24\x77\xf8\x3d\xd9\xc4\xf3\x19\x9f\x3f\x90\xd4\x0c\xd5\xb4\x8a\xe0\x6b\x07\xca\x44\x3f\x99\x53\xf6\xd2\xf9\xf7\x2e\x74\xce\xf8\x6a\x27\x12\xbe\x9e\x3a\xc8\xd1\x6f\x99\x5d\xf8\x9c\xf6\x6f\xb9\x50\x53\xad\x1e\x3b\x7b\x8e\x26\xab\x09\xb6\xaf\x11\x82\xdc\x4a\x6d\xf8\x09\x66\x4e\x06\x8e\xf4\xf0\x9a\x89\xaa\x73\xe6\x53\xac\x78\x47\x97\x1c\x2a\x02\xe6\x5e\xe2\x5a\x73\x0a\x9f\xbe\xd4\xca\xed\x9c\x01\x52\x37\x97\xf0\xe8\x30\xe1\x67\xff\x6b\x98\x1f\x1a\x53\x32\xb8\x7f\x95\x7a\x9c\x56\x43\x6c\x3e\x37\xb1\x3b\xb0\x9e\xc9\x0b\x82\x50\xc1\xac\x30\x8d\xf1\x12\xec\x1e\x6e\xb5\xd2\xc6\x1d\xb0\xb9\x71\x44\x85\x37\x81\x53\x31\x10\x79\xb4\x92\xf9\x39\x04\x89\x16\xbb\x3b\x19\xf9\x31\x96\xe2\x98\x3d\xa5\xda\x87\x92\x27\xc9\xca\x44\x5f\x57\x7d\x2c\x01\x4d\xf1\x0c\xf4\x04\x6b\x02\xec\x16\xe5\x22\xd1\xea\xa6\x63\x43\xaf\x6f\x67\xad\x95\x20\xd5\x8b\xfb\x8d\xa1\x25\x01\x18\x6e\x2a\xef\x31\xc6\x3a\x2b\x40\x20\x1b\x5b\x1f\xd9\xf2\x2f\xb6\x0f\xda\xab\xc0\xfd\x79\x61\x83\x63\x9b\x64\x6d\x72\xf0\x5a\xba\x69\xe3\xa6\x6a\x8f\x76\x95\x51\xb1\xe6\xf9\x3b\x49\x36\x5e\xef\x85\xc0\x41\x2c\x8d\xc6\x8e\xd9\x3a\xc6\xb9\x99\x14\xeb\x49\x37\x99\x53\xa0\xad\x1e\x9a\x1b\xe6\x8e\xa5\xba\x4a\x1b\xf7\xcc\x8a\xa7\x9a\x51\x65\xcb\x36\x9c\x54\x91\x03\x5f\x9f\x6a\x57\xf0\xbf\xb1\xd8\xb9\x21\x87\x6c\x8b\x3b\xe4\x11\x45\x3d\x9b\xc2\xce\x68\x85\xf3\x94\x43\x93\x74\xd2\x19\x64\x30\x6c\x75\x65\x0d\x26\x9c\x23\xe2\xac\xfd\xf4\x8c\xc2\x31\xa8\x9f\x7c\x76\xc5\xb1\xcb\xb1\x9e\x70\xc5\x35\x9d\x15\x25\x39\x5f\x6f\x28\xa8\xfb\x15\x6e\x8a\xe4\xbb\x53\xbd\xdf\xf3\x00\x1d\xf5\x85\x93\xb2\xbc\x9b\xb6\x0d\x66\x62\x75\xa3\xbc\xe6\x71\x2f\x0d\xb0\xd3\x86\x51\x4b\x0b\xcd\x08\x17\x24\x07\x2e\x74\xf8\xbc\x46\xc8\xf0\xc1\xe8\x84\x36\x90\xb5\x3d\x27\xc5\x99\x1a\x07\x9d\x05\xd3\x3e\x1f\x08\xb3\x66\x8d\x32\x5f\xa5\x12\x60\x6c\x68\xf0\x66\xc6\x94\xd1\x5f\x6b\x84\x9a\xf9\xfb\xc0\x2a\xc6\x1c\x6e\x1b\x4e\x39\xbf\xd0\xb0\x41\xee\x35\x43\xe0\xa0\x35\xb3\x57\x3a\x8f\xc1\x6a\x55\x38\xe5\x79\x58\x62\xaf\x08\x4f\xa5\x1e\x2b\x51\xd6\x78\x5a\x82\x56\xf0\x31\x62\x11\x8a\x06\x27\x85\xc1\xef\xce\x39\xc7\xd7\x40\x05\x69\xca\xaf\xf6\xfc\xa6\x3a\xf2\x50\xcb\x4b\x3a\x5b\x29\xb0\x64\xbb\x42\x32\x69\xc1\xee\xd9\x9c\x05\x1a\xb9\xda\xeb\xf9\x4f\xbc\xfb\x15\x79\x38\x89\x39\x60\x76\x2e\xe8\xd6\xbd\xf3\x12\xf9\xf6\x82\x3c\x90\x48\x56\xe7\xf4\x9e\x36\x1b\xe3\xd7\xbf\x84\xa5\x34\x9b\x15\xde\xe3\x74\x77\x6b\xd4\x85\xc0\xed\xe4\xaf\x05\xa7\x2d\x0e\x84\x15\xbc\xe4\x7b\xf0\x9e\x4e\x69\xce\x94\x8b\xe4\x53\x00\xee\xc5\x33\x81\x12\xd5\xdc\x48\xce\x19\xed\x0a\x21\xab\x5a\xe2\x40\x4f\xb6\xf0\x83\x5e\xc0\xd5\xde\xb7\xbb\x35\xe0\xd3\x57\xf0\xb8\x0f\x6b\xc9\xb3\x7b\x0c\x60\xbd\xc0\x1e\x3a\x17\xb4\xa0\x58\x1a\x4a\x8d\x2f\x85\xc8\xdc\x33\xe1\xe2\xc0\xb4\xe8\xee\xf3\x70\x90\x9f\xe4\x26\xf2\xb0\xde\xe9\xa6\x85\x3a\x95\x73\xf4\xaa\xb4\xc9\x7b\xe9\x10\x77\xf8\xf6\xa7\xab\x8a\x47\x78\x20\x31\xb6\xec\xd0\x40\x16\xcb\x1a\x17\xdc\xb5\x55\xf5\x8e\x05\x7e\xc8\x4c\xfb\x65\xf6\x30\x17\x69\x5a\xe6\xf5\xe7\x09\xf5\x1d\x3a\x66\xae\xa5\xa7\xf8\x40\xd8\x31\xa7\xfb\x8e\x39\xa3\x4f\xc2\x53\xa2\x26\x55\x8f\x42\xbf\x9c\x47\xda\x22\xa5\xc9\x9d\xd5\x9a\xbc\xf6\x66\x5a\x64\x4f\xa3\x20\xe9\xd5\x32\x6d\xcb\x3a\x00\x92\x65\x5c\xc6\x09\xcd\x73\x8e\x43\x35\xa3\xbc\xb8\xd3\x65\xce\x1d\x17\xac\xd1\x8f\x4f\x98\x8a\xcd\x2b\xbe\x0f\x8b\x73\x70\x26\x9b\x33\x72\x12\x64\x3d\xaa\x7e\x75\x2b\x71\x84\x1c\x48\x42\xd8\x86\xfb\x38\x58\xbd\xf5\x49\x31\x8d\xb8\x7d\x8d\x25\xd9\x0e\x9a\x93\xaa\x72\x2c\x46\x65\xb9\x1f\x2e\x3a\x05\xa6\x97\xc6\x57\xda\x73\x77\x5c\xc4\x59\x9d\xb5\x10\xb5\xde\xb6\x02\x2a\x28\x84\xf4\x23\x0c\xff\x5a\xa1\x80\x8d\xfd\x26\xec\x36\x5e\xf1\xee\x50\x77\x97\x83\x03\xad\xf0\x88\x7a\xbd\x3c\x3f\xa6\x78\xef\x1f\x5b\x8f\x9d\x5c\x28\x3d\x9f\x8e\x6b\x7b\x62\xa1\xf9\xab\x7b\xdf\x72\x94\x4d\xf7\xc0\xa0\xc6\xd2\xca\xb5\xcb\xd3\xfb\x4a\x13\x9d\x3d\x70\x2a\x8e\xe1\x19\xea\x4e\xb8\xaa\x6e\x62\xcb\xdb\xea\xbc\xbe\xeb\xb7\x73\x4a\x18\x08\x62\x69\x36\x56\x6a\x20\xd2\x2c\x86\x28\x92\xbb\xe5\x19\x4b\x5c\xd7\xc0\xab\xbd\x70\x7f\x7d\xa4\x3d\xb7\xec\x3d\xd9\xfe\xca\x7e\xeb\xaf\xaa\x54\x11\x81\xb8\xed\x6d\x28\xee\x1a\x83\x42\x9f\x8d\xa3\xfe\xb6\x5b\x43\x81\xc5\x24\xdf\x55\xc0\x31\xbc\xed\xc2\xab\x30\xdb\x73\xef\xb7\xed\x34\x7e\xc1\x29\x4e\x1e\xfe\xde\x5c\x5e\x14\x0c\x4f\x19\x89\x57\xe1\x84\x55\xc1\xb3\xaa\x7b\x2d\xe5\x78\xf1\xd3\xbd\xa2\x8e\x2a\x38\xfc\x41\x0f\xf8\xef\x0c\xc6\xb5\xd6\x6b\x82\x27\xe3\x16\x8e\x86\x51\x06\xec\xe2\x09\x77\xc7\x17\x63\xd4\xaa\x87\x1f\x8e\x9b\xd7\xeb\x21\x1e\x2b\xbb\x3a\x0b\x29\x4e\xe9\xe6\xa2\x00\x9f\x97\xfa\x4f\x58\x66\x43\x11\x67\xba\x7e\x15\xf8\x47\x56\xf1\xbe\x12\x3f\x2a\xc9\x86\x03\x51\x7a\xdc\x04\x17\x53\xe3\x52\xc7\x08\x16\xea\x56\xcb\x3a\x51\xe6\x70\xef\x4c\x69\x87\xb6\x73\x4b\xf0\x6d\x7d\xec\x65\xfc\x9c\x66\x0e\xe5\x4d\xa5\x2e\xb5\x34\x9a\x9e\xaf\xd3\xd0\xf5\x3d\xb2\xba\xe0\xe9\xcf\x56\x3c\x01\x45\x60\xac\x31\x20\x06\xfd\x71\xcf\x6d\xbd\x91\x93\x6c\x0a\x4d\x0f\x20\x6b\x5a\x2c\x12\x06\x3d\xdc\xea\x94\x5a\xd8\xed\x62\x46\x07\xee\xc3\xf6\x33\x33\x53\x72\x1f\x6c\x75\x64\xdc\xb0\x5c\x20\xe6\xe9\xe0\x40\x6f\xf4\xb7\x67\xff\x0c\xed\x9f\xb1\xfd\x33\xfa\xe5\x53\x2f\xfa\x34\x89\xfe\x8c\xef\xcf\x1b\xde\x9f\x82\x5b\xc7\xbf\xf0\xa7\x7e\xf4\x87\x6f\x38\x88\xbe\x0e\xc3\x3f\x9b\x62\x02\xfb\x0e\x74\x7f\x17\x41\x27\x47\xe8\x6e\x77\xf8\xd0\xbd\x62\x01\x8c\xad\x95\x55\x85\x87\x0d\xa5\x1f\x9e\xd3\xa4\x4e\xa6\x44\xa1\xaf\x9a\xd3\x07\xdc\xf9\xc2\x4d\x22\x02\x0f\x45\xab\x6d\xd1\x41\x1f\x25\xd3\xbd\x84\x14\xe4\x87\xd5\xca\xce\xff\xc6\x63\x00\x16\x04\x19\xd2\xc6\x82\x65\x65\xfd\x08\x54\x64\x7f\xb7\x11\x8f\xc2\x90\x03\xe5\x9c\xac\xb0\x13\x27\x31\xab\xe8\x07\x26\x92\x6a\x4a\x89\x72\xcf\x3f\x20\x41\xe7\x5c\x0c\x09\xfe\x6d\xff\xbc\x5b\x6d\xf7\xfd\x26\x55\x68\x4e\x0c\x01\x25\xa6\xd7\x7c\x3f\xa2\x48\xd5\x3f\x1c\x1c\xfd\x38\x68\xea\xe1\xf7\x0b\x08\xfa\xcc\x53\xda\x98\x55\x0b\x2b\xff\x0a\xcd\xe5\x87\x67\x63\xa0\xe8\x69\x7b\x15\xcf\x46\x60\x5b\x26\x35\xdc\x7b\xe9\xb5\x26\x65\x4a\x48\xe7\xa9\x50\x15\xf5\x32\x6e\xee\x6c\xa7\xd3\x0d\xd7\x88\xa7\xa3\xbc\x4c\x7a\x3a\xc4\xa5\x31\xa5\xa4\x4b\xc3\xd1\xd7\x95\x28\xa1\xb7\x55\x14\xb9\xff\xd5\x55\x68\x4e\xf4\x0f\xc8\xa4\x5b\x22\xb2\x01\x17\xc7\xff\x08\x40\x34\x5b\x4a\xa9\x0b\x52\xf4\x76\x00\x3b\xff\x60\x76\xe6\xdc\x35\x00\x33\xca\x6b\x01\x8b\x74\x15\xbd\x6e\x85\x2e\x6c\x76\x8d\x81\x44\x2d\xc6\x42\xef\x7f\x4f\xff\xbf\x4e\x75\x8c\x22\xa1\x18\x5b\x92\x7f\x0c\xbd\x4c\x9e\xaf\x1d\x0e\x7b\xd6\xac\x95\xd3\x0d\xb3\xb2\xf7\x78\xed\x70\x76\xa2\x2d\xa5\x9d\x1b\x96\x8a\x68\xac\x74\xba\x4b\x55\x4d\xc0\x48\x7f\xf7\x6c\x74\xb9\x8a\x5e\x3b\x8c\x83\x84\x6f\xa0\x7a\xe9\x21\x75\x56\x7a\x79\x10\x57\x44\xf5\xf4\x8b\x2b\x02\xec\x1b\x5b\x5a\x03\xf9\x8c\xca\x00\x2a\x80\x0c\xea\xdb\xa9\x66\xfc\x66\xf4\xb9\xe9\xcf\x75\x68\x91\xa9\x39\x71\x26\x61\xfb\x06\xc5\xa7\x9f\x8d\xd8\xb5\xac\xe0\x0a\x20\xf0\xc6\x9b\xd9\xbd\xe0\x62\x35\xbb\x2c\x77\x21\xa5\xcc\x74\xae\x13\x45\xd5\x17\x25\x74\xee\x34\x4f\x00\x20\xf3\x12\x0f\xf0\xd8\x91\xf0\x9f\x7c\x7b\xd4\x12\x8f\x6a\xee\x7e\x7b\x14\x22\xf0\xa3\x1b\xea\x52\x9c\xe0\x22\x3c\x43\xbf\xe9\x96\x77\xb2\xa0\xfb\xf4\x78\xd0\xe9\x06\x35\x66\x3a\x65\x57\xb4\xfb\xf0\x06\x9f\x10\x66\xfa\x65\x83\xa8\x1d\x66\x7a\x90\x93\xb8\xe1\x22\x17\x13\xca\x6e\xb4\xcc\xde\xc9\xaa\x28\x73\x7a\xa0\xc8\xd1\x57\x68\x6f\xe3\xd3\x4d\xde\xb9\x1f\x05\xd9\xb7\x09\x14\x00\x81\x0a\xa3\x31\x9f\xff\x40\x80\x37\xd7\xb0\x0f\x00\x9a\xbf\xdd\x4b\xb4\x12\x57\x37\x20\xde\xaa\x0d\x13\x77\x20\xa0\xc8\x3e\x74\xb4\xfa\x33\xd9\xe8\x65\xb2\xd1\x08\x77\xbb\xa0\x1f\x64\xf7\x4a\xb3\xa8\xe5\xc4\xe6\xf5\xa6\x59\x7c\xdf\x04\xf0\x87\xef\x6a\x94\xc7\x0b\xb5\x6d\x1f\x36\x94\x97\x87\x15\xb9\xd6\xe8\xa3\x0e\x8b\xcc\xee\x2b\xb2\x2c\x37\x5e\xa2\x13\x8b\x4b\x96\xd7\xa6\xb4\x14\x8c\x29\x52\xac\xf3\xb7\x28\x06\xa1\x4c\x66\x1c\xce\x35\xba\xb9\xb9\xb3\x44\xd6\x32\x0c\xb1\x18\x31\x75\x29\x89\xd2\x92\xbb\xc5\x51\x9e\x06\x3a\xc1\x1c\xce\xfa\x67\x8f\xda\xc5\x52\xbf\xbc\xd9\x4e\x2b\x88\xdd\xbb\x06\xff\x4d\x65\x6c\x0f\xee\x35\xc8\xde\xa6\x50\xc3\xf9\x11\xa6\x7a\xdf\xcb\x85\x33\xa5\xc7\xca\x1c\xf4\xa5\x64\x97\x68\x87\xeb\xc0\xd0\x0d\x40\xb5\x2d\x21\xfb\x25\x24\x8a\x92\x17\x6a\x6d\x38\xa0\xc4\xd9\xf1\x7d\x9f\x91\xc2\x02\x9a\x6d\x20\xd1\xda\x34\x83\x8b\x97\x18\x2e\x1f\x41\x61\x13\xfc\xde\x21\xd6\xee\x68\x2b\xd5\x48\xf1\x91\x66\x1e\x8c\x24\xdd\x1c\x64\x5d\x33\x1f\x58\x51\x44\x1f\xd3\x75\xed\xef\x9a\x4c\xf8\x4e\x95\x33\x84\x46\x46\xc6\xf7\xb7\x1b\xb6\x94\xc7\x90\x2d\x69\x6f\xae\x90\x1c\xcf\xc5\xdf\xdb\x4b\xe5\xbb\xf6\xce\xb2\xcc\x9b\xae\x8a\xe7\x7f\xd0\xb4\xc2\xf6\x4d\x2f\x12\x7e\x9e\x67\x75\x74\x87\x89\x32\xab\x44\x83\xc2\xbd\xde\x36\x67\xf3\xf7\xe6\xb0\x1d\x29\xa1\x24\x5a\xf0\xa9\x8d\x02\x58\x3e\x07\xfe\xa7\x15\xca\x6f\xff\xb4\x1e\xa9\x7e\xdd\x21\x52\x9e\xc1\x3a\x8b\x62\x4e\xa8\x7e\x6b\x37\xf7\x03\x15\xe0\xab\x5c\x66\xd9\xbb\x11\xf2\xff\xe9\xdd\xf2\x6e\x46\x2d\xf9\xed\x1a\x4c\x88\x8a\x97\x71\xad\x06\x65\x58\x14\x1e\xe0\xa1\x78\xb7\xfb\x8d\xa9\xe4\x43\x59\xd7\x0c\xff\xb6\xaa\xe0\xbe\x6d\xa5\x87\x6a\xaf\x3b\xa9\x08\x5d\xc1\x13\x78\xa0\xe8\x03\x74\xfc\x58\xd6\x12\x00\x2f\x93\xac\x6c\xf4\xcc\x16\xbd\x0a\x6e\x03\x8a\x17\x64\x18\x0e\x55\xe9\xef\x31\x54\x39\x49\x8a\xda\x1f\xde\xc2\xae\x6b\x28\xd5\xdb\x66\x91\x38\x63\xe0\x3c\x83\x6f\x61\x87\x47\xb4\x8e\xfc\xdf\xec\x74\x94\xf3\xda\x72\x96\x61\x93\x91\xb0\xcc\xbe\x0b\x20\x51\xee\x1a\x5d\xd5\x77\x8d\x3e\xe3\x8e\x5c\x9f\x81\x2e\xfa\x72\xd7\x86\xb3\x10\xa5\xb3\x40\x32\x4c\xd1\xde\xca\x2f\xef\xba\xc6\xce\x93\x02\x60\xfd\x5c\x3e\x55\xc9\x3b\x95\x97\x77\x58\x81\x66\x61\xeb\xd9\x4d\x12\xd4\xa2\xd6\x0e\x6c\xdb\x51\xa9\x8a\x93\x71\xcb\x1f\x0c\x13\x07\x38\x44\x55\x6c\x9d\x47\x5d\x05\x71\xf2\x85\x29\x9d\xdd\x7a\xba\xad\xf2\x6e\x81\x8a\xf7\x04\x31\x9e\x6a\xaf\x48\x98\x56\xee\x11\x29\x03\x45\x5d\xfb\xf4\xa3\xce\x97\x92\x78\x14\xe7\xbe\x0f\x12\x2b\x6c\xa1\x73\x17\x79\x83\xa2\x2c\x92\x92\x4c\xbb\xa5\x2e\x87\x37\x29\x71\x85\x31\x5e\x1d\x64\x6e\x97\x7f\x4a\xe4\x09\x40\x4c\xd2\x74\xa0\xb4\x76\x73\x15\x68\x27\x95\x4b\xc8\xa1\x5f\xc5\x43\x07\xa9\x0b\xa1\x1a\x14\x8b\xd3\x71\xf1\xae\xd5\x6d\x4c\x7b\xbb\x05\x08\xf6\x91\x37\x50\x2e\x4d\xc6\x42\xf6\xb3\x15\x7f\x34\x77\xe7\x18\xc6\x07\x31\xdc\xaa\xc1\xcd\xcd\xea\x76\xef\xae\xbf\xc6\x4a\xb1\xa7\x7b\xaf\xcb\x70\xb2\xce\x68\xc9\x39\xe7\xb4\xc3\x6b\x16\x2f\x7f\x0b\x8e\x93\x57\xc0\xef\x93\x93\x16\xc2\xfd\xa2\xec\xf0\x7c\x1f\xae\x2f\xc8\x10\x97\x89\xec\xa1\x55\x1d\x1e\x5f\xe1\xb8\xbf\xfd\x76\x7c\x1e\xde\x69\xb1\xfd\x76\xa7\x2f\xa1\x11\xdf\xf0\x0f\x1e\x4a\xd4\xc5\xe0\x13\x97\xc3\x4e\x05\x4a\x90\x93\x1a\xdf\x64\x74\xe9\x22\xd3\xaa\x7c\x65\xee\x95\x05\x85\x68\x13\x6b\xfb\xf1\x4e\x52\x79\x0b\x23\xe8\xb4\xd1\xb3\xaa\x8e\x55\xca\x62\x51\xf4\xcb\xb1\xa2\x17\xe7\x13\xda\x61\x5b\xd1\xf3\x31\x6f\xc2\x12\x65\xe6\x93\xe2\x0b\x6e\x79\x13\x6b\xac\x14\x9f\x7f\xdd\x99\x6f\x41\x37\x44\x0a\x37\x86\x8d\xff\x0d\xa5\x1b\xf4\xda\x07\x10\x54\x55\x40\x6a\x4c\x42\x41\x33\xc7\xfe\x18\xe8\xb4\xb9\xd5\xdb\x6f\x41\x8e\xd2\xcd\x6b\xfd\xf1\x14\x82\x10\x37\xcc\x8a\x4a\x99\x08\x46\xc3\x65\x2f\x90\x7d\xb0\xa4\x44\xf6\xc1\x45\x07\x7d\x51\x5e\xfa\xa1\xb9\xa0\xe6\x1a\x14\x04\x11\x40\x80\x1c\xda\x23\x29\xf0\x4a\x07\x1f\xf1\xe5\x03\x33\x7c\xd1\xc5\x95\xf2\x32\x4b\x3a\xc9\x2f\x3e\x8f\x17\x2d\xdc\x33\x5c\xb8\x05\xba\xc8\x2f\x19\x5c\x93\x77\xcf\x21\xe1\xc2\x4d\x7e\xd9\xb9\xe9\xa1\x3a\x3f\x1e\x84\xb6\xc8\x0e\xe7\xe1\x71\xc6\x81\x89\x03\x95\x1a\xb1\x41\xe2\x30\xbf\xb8\x18\x1e\x4f\xf7\x01\x57\x78\xff\x24\x20\x7a\xd0\x8b\x75\x22\xa3\x21\xbb\x93\xdc\x84\x89\xf2\xbe\xf6\x99\xc4\x80\x56\xc3\x01\xed\x26\x06\xb4\x75\x37\x40\xc7\x16\x32\xe4\x2e\x3b\xb1\x62\x86\xca\xbc\x27\xf3\x2c\xf6\x40\x4a\x8c\x51\x01\x0d\x5d\xfa\xaf\xda\x18\x07\x6d\xb9\xc8\xbc\xde\xad\x13\x33\x64\x17\x82\x26\xda\xd1\xcc\xb9\x32\xb4\x83\x9e\x17\x6b\x18\x97\xc1\x1a\x35\x2e\x32\xc9\x97\x38\x96\xdc\x38\x19\x60\x95\x95\xb9\x68\xf7\xd0\x97\x75\x96\x42\x1c\xbc\xf7\x05\x7c\x3b\xc7\x96\xe7\x39\x73\xd7\xbe\x05\xa6\xcc\x41\x17\x84\x61\x8d\xef\xb5\x2b\x53\x54\x26\xeb\x6b\x57\xff\x5b\xc2\x86\x39\xe8\x5d\x46\x47\x15\xf7\x3a\x4e\x0f\xad\xf0\xd4\xc3\x83\x55\x63\xdf\x0a\xeb\x5a\x22\xc1\xa0\x25\xbd\xb0\x96\x9e\xce\xa3\x70\x5f\xbb\xc0\xdc\xa6\xd4\x39\xcd\xdc\x44\xdc\x1c\xcc\xde\xb2\xfb\x0b\x66\x5f\x2a\x9e\x75\xb9\x40\xb8\x99\xeb\xf4\x8c\xa4\xe4\x38\xf9\x94\x2f\xdf\x9f\x74\x63\x41\xd8\xd8\xe9\x4a\x31\x99\x52\x10\xb6\xe2\x06\xc2\xa9\x2e\x03\x8d\x4c\x5e\x2f\x93\x67\x65\xee\x9a\xb2\x24\xae\xf9\xc2\x05\x5b\xbe\x37\x25\x7a\xca\xb4\x94\xb8\xbe\x1a\x3e\x65\x1f\xce\xaa\x7f\xfd\x6e\xa8\xd1\xfe\xed\xdd\x9c\x3f\xbd\xdb\xac\x94\x18\xe0\xcc\xf7\xa7\x96\x9d\xfb\x11\x3f\x18\x68\x59\xda\x19\x63\x5c\x19\x49\x1e\x30\x7a\x0f\x98\x89\x64\x3a\x6f\x15\xca\x04\x05\x7f\x1a\xf1\x3a\x73\x57\xb4\x7c\x9a\xc1\xe0\xa5\x75\x0f\xec\x31\xf3\xfe\xfd\xbd\x6e\xf5\x8b\x81\x27\xed\x71\xb9\x03\x07\xd1\x12\x86\x97\x06\xe2\xd1\xea\xc4\xd7\x7a\xca\x7d\x49\x37\xd4\xe8\xed\xa4\xe3\x9e\x5c\xdd\x04\x65\xd2\x53\xf4\xee\x07\x89\x89\x9a\xfd\x8c\xd3\x97\x4a\x45\x37\x3e\x2b\xbf\xd6\xa1\x15\x6f\xde\x53\x1b\x1d\xe3\x20\xca\x77\xeb\xa4\x92\x4d\xcc\x74\x47\x16\x87\xbd\x75\x27\x97\x43\xfd\x1f\xae\x3a\x2b\xc3\xda\xe3\x8c\xa4\xe8\x7c\x69\x55\x4b\xd1\xbb\x7c\x6c\xf3\xc7\x89\x90\x24\x90\xaf\x7d\x5f\xd6\xe1\x58\x99\x8f\x69\x2a\x91\xbf\xb7\xbb\xca\x7b\x74\x15\x3d\x5b\xa9\x1b\x3d\xec\x56\x96\x35\x3e\x51\xf4\xb2\x3a\xc9\x8b\x34\x14\xbd\x96\xb6\x35\x8c\xf4\x40\xd1\xe7\xc6\xa1\x78\x1f\x5a\x5f\xe5\x06\xa4\xe8\x63\x91\x35\xbf\x20\x53\x4e\xa8\xd0\xba\xd3\x85\x70\x96\xb6\x15\x7d\xac\xa2\x7c\x19\xf3\x31\xdf\xe8\x58\xd4\x9d\xc2\xd4\x30\xdb\x8a\x42\x59\xa6\x6e\x4b\xd1\xdb\x6d\x8b\x6b\x0a\xe0\xeb\x78\x5b\x48\xfd\xc4\x15\xa7\x3f\x8e\xb7\x2c\xd4\x2e\xda\x39\x88\x28\x04\xd5\xaf\x1c\xdf\xe9\xe2\xc3\x1f\xde\xdb\xd9\x8a\x23\xad\xa1\xe8\xbd\xb2\xa4\x84\xd8\xe1\x10\x31\x5d\xb7\x6e\x32\x51\x6c\x75\xff\xdc\xa3\x00\x89\x8b\xdf\x9e\x7b\xb4\xcf\xad\xb3\x8b\xad\xfd\x56\xd8\x25\x72\xec\x76\xf9\xfb\xa5\xe1\xdb\xad\xc3\x5c\xf4\x6c\x95\x58\x50\x87\xfc\x0f\x89\x19\x70\x76\x50\xce\x4f\x74\x79\xf5\x76\x7f\xd6\x17\x9b\x9b\x3a\x35\x4d\x08\x84\x53\xce\xfc\x55\xb6\x9f\x64\xa5\x86\x0b\x5c\x06\xec\xeb\x5a\xa4\x44\x4e\x53\x29\x31\x39\xae\x65\xf7\x4f\xdd\x57\xbd\xeb\x9b\xa5\xf4\x8d\x3f\x4c\xac\xf9\x90\x3f\xea\xf9\x17\x79\x36\xd5\x2c\x7f\xe2\xae\xaa\xfc\x38\x65\xc6\xa7\x5c\x18\x8e\x4a\xb9\xbf\x0e\xcd\xd6\x8e\xf6\x33\xfb\x7e\x86\x6f\xd3\x7d\x98\x9c\xcd\x30\x0e\xbd\xca\x27\xf7\x54\x78\x11\xa5\x10\x0e\xaf\x6b\xd9\xaa\xc3\x5e\x9b\x89\x7b\xae\xa7\xe8\x35\x5c\x6a\x3d\xbb\xd4\x36\xb2\x1c\xa6\x5a\xb5\xec\xa3\x68\xde\xf4\xe0\xca\x66\xae\x4d\x33\xa7\xc5\x4f\xad\xca\xa9\xe7\x35\xd4\xaa\x6c\xbd\xa4\x4f\x5a\x28\x81\x68\xc7\xd9\x09\x66\xe7\x86\x8a\x55\xef\x9b\xc6\x38\xad\x4a\x95\xee\x2a\x12\x77\x38\xac\x3b\x77\x53\xd9\x84\x46\x58\xdd\x26\x32\xe7\x2a\x39\xf1\xbd\xda\xbe\xcf\x3c\xfd\xd8\x53\xaf\xeb\xbb\x1e\xdc\x64\x45\x27\x68\xa8\x5a\xcd\x4a\xd8\xb7\x20\x79\xeb\x4b\xde\x84\xb9\x8d\xf4\xec\x86\x67\x7a\xef\x60\x02\x3b\xdc\x79\xab\x6f\x8f\x58\xd5\x57\xad\xe8\x69\xeb\x48\xd7\x16\xac\xf8\xbb\x64\x6b\x89\xdf\x82\x4a\x22\xaf\xb3\x30\x42\x77\x8e\x15\xbd\x5f\x6e\x6e\xfc\xa5\x74\x96\x8c\xc1\x29\x71\xe9\x17\x51\x6b\xa6\xc8\x91\x5b\xeb\xc4\x0d\xf7\x22\x29\xd2\x15\x6d\xe7\xbf\x4c\xd6\x80\x14\x7d\xb5\x13\xf7\x78\x44\xfb\x4b\x5a\x51\xc7\x24\xce\xc9\xb9\x89\xab\xa3\x84\xaf\x3d\xa9\x41\x47\xf4\xdf\x9b\x13\xeb\xbf\x24\xb9\x51\x6a\x91\xc3\xff\xd2\x01\x44\x38\x0b\x21\xc1\x5d\xca\x7f\xfa\xf1\x77\xb5\x03\x58\x7a\x2d\xff\x71\xf4\xb4\x75\x99\xcf\x69\xcb\xa9\xe8\xbd\x7d\x49\x66\xcd\xce\x91\xbc\x0f\xf0\x64\xfe\xc5\xd7\xfe\xc3\xc2\xa8\xd4\x43\x01\xab\x08\x56\xe8\x20\x05\x2a\x87\x32\xd2\xb7\xda\x25\x54\x19\x6e\x05\x8c\x1d\xa0\x1d\x95\xa3\x51\x57\xb4\x01\x11\xf2\xc0\x4a\x7b\x7b\x70\x81\x16\xb4\x83\x12\xbe\xa3\xfc\x50\x95\x0e\xf9\xda\x9f\x5d\xfb\x7b\xb9\xe8\x50\x62\xff\x70\xc7\xe7\x52\x52\x03\x7e\xc0\xda\x11\x4b\xb5\x88\x81\x2b\x42\x6d\x6f\x4f\x99\x40\x97\x6e\x92\x37\x30\xd5\x65\xd0\x6c\xb4\xb7\x65\x76\xfe\x9f\xf4\x51\xc0\xfa\x0c\x5b\x85\x10\x1c\x64\xb3\x58\x92\x17\x39\x39\x28\x0b\xb3\xc5\x6a\x5f\x8b\xcf\x96\x12\x86\x83\xea\x04\x38\xc9\x37\xf4\x43\xc9\x2e\x6e\x72\xa8\xca\x79\x63\x64\xec\x68\xca\x35\xe2\xdf\xcf\x07\xee\x37\x69\x96\xe2\x98\x64\xbb\xc2\x1b\x1c\x89\xfc\xaa\xca\xfb\xce\xf0\x0e\x0b\x7d\x80\xeb\x80\xd2\xd3\x9a\x52\xcb\x1a\x2a\x57\xb4\x53\xb8\x28\x5f\xdb\x84\x3f\xef\x49\xca\xa0\x28\x73\x8e\x43\x09\x0f\xbe\xed\xc6\xee\xd7\x85\x61\x4e\xa6\x76\x45\x31\x48\x6c\x16\x9b\xea\x7d\xdf\x72\x3b\x53\x63\xcc\xef\xad\x56\xe6\x25\x73\xd2\x71\x77\xf3\x85\x7b\x70\x54\x73\x1f\x8f\x99\xed\x54\x7a\x67\x79\xac\x41\x95\xc2\xb9\x76\x5d\x48\xa5\x30\xee\x1d\xd6\xe2\xdc\xea\x2e\x3e\xd9\x8e\xee\x05\x8e\xaf\x41\x8c\xf9\x3c\x2e\xfe\xd2\x4d\x23\x2b\xc3\xe7\xe1\x1b\x8f\x94\x1a\xcd\xc0\xc4\x92\xc3\xd8\x8d\x6f\x32\x76\xd2\xa7\x55\x9a\x47\x8e\x97\x81\x52\x83\x65\x3b\xea\xdb\xa1\xed\xdb\xcd\x7d\xdf\x2e\xbf\xf5\xed\xe2\x97\xbe\xdd\xc7\x7d\xfb\xe4\x5b\x51\x36\x98\xeb\xd7\x78\xe7\x11\xac\x07\x37\xa8\x6f\xb5\x8f\xca\x2f\x5d\x9c\xcb\xd7\x70\x45\x43\xd1\x5b\x39\x47\xb1\x8d\x64\x77\x1b\xfb\xce\x15\xe6\xf8\x42\x9d\x91\x61\xdc\xa1\xc5\xfb\xa9\xb9\xba\x9f\x9a\x7c\xca\xec\x42\xc9\x19\xb9\xf8\x3f\x30\x23\x17\xf7\xbd\x36\xfb\xd6\x6b\xfe\x2f\xbd\xb6\xbe\x9f\x91\x2d\xd5\x9b\xeb\x2a\xd4\xdc\x5d\xf9\x6e\x6d\xae\xf4\x25\xd2\xa5\x15\x65\x12\x9e\x27\x7b\xb0\x5c\x94\xb7\x2b\x12\x3c\xce\x91\x40\xb7\x12\x38\xf4\x53\x89\xe7\x8a\xde\x8a\x89\xd3\x87\x61\xef\x9f\xc3\x7d\x78\xa0\xbc\x8d\x76\xb6\x09\x2d\xb2\x0c\xc4\x2d\x07\x59\xec\xf4\x5c\x02\x5b\x36\x12\x9a\x9e\xf6\xac\xc2\xa3\xba\xd1\x73\x39\x90\x03\xfb\x56\x07\x00\xe4\x2a\x48\xe8\xfe\x26\x28\x82\x0a\xb3\xee\xd9\x86\x33\x08\xff\xfe\xc6\x0b\x1d\xee\x3a\xf6\x0e\xc5\xb3\xe4\x92\x9f\x31\xb4\x6b\x73\xd7\x98\x2c\x8a\x50\x4d\x50\x5d\x35\x6c\x8b\x6a\xb1\xe2\xe1\xd4\xd6\xab\xa4\x4d\x22\x3d\xb3\xbc\x20\x2d\x7d\x2e\x1d\x33\x93\x8e\x99\xe2\x05\x1e\xa3\xe6\x1b\xbf\xf0\x9b\x56\x0e\x5d\x8b\x56\xb4\x40\x90\x14\xaf\x1a\xce\x39\x79\xb9\x83\x3e\x24\x2a\x52\x55\xe5\x2d\x2a\x67\xa8\x08\x45\x69\x6e\xa1\xc0\xd9\x76\x73\x32\xf1\x1b\xfb\xd2\xcc\xe9\x05\xaf\x56\x95\x73\x2b\x05\x9e\xcc\x73\xf7\x6c\x12\xe9\x6d\x07\x11\x2f\xcb\x0a\x1c\x38\x4f\x9b\x03\xa6\xfa\x6e\xfc\x27\xa1\x92\x50\xcf\x43\x79\xda\x4d\xcc\x5e\x77\x53\x4b\xb7\x54\x6b\xae\x73\x3a\xdc\xbf\x89\x8b\x35\xc9\xaa\x2e\x64\xe1\x80\x78\x73\xc2\x31\xa8\xe0\x40\x67\xc3\x4a\x9a\xf0\x1b\xcf\x5b\xe1\x64\xf7\x58\x8b\xec\xf7\x83\xb9\x9b\x40\x0d\x14\xb9\x3c\xb1\xd4\x53\x94\x8c\x81\x61\x12\x1c\xfd\xd6\x59\x33\x83\xef\xc0\x6c\xa6\xc2\xbe\xd1\x53\xaf\x9d\x19\x53\x1c\xf7\xcd\xfc\xe8\x85\x07\x5f\x3a\x29\x40\xab\x33\x6e\xe8\x16\x7b\xee\x04\xfc\x7b\xd7\x2c\xc2\xf3\x46\xaa\xd3\x59\x1e\x41\x4e\xb2\x3a\x46\x61\xf9\xa7\xce\xfa\x08\x6c\xf5\x26\x3c\x38\x56\x8f\x9d\x2d\x7f\x69\x9a\xdd\x31\x4e\x13\x7b\xe8\x04\x73\x90\x93\x2c\xe6\x51\x85\x8e\x7a\x67\xcf\xa7\x78\xe6\x90\x38\xb5\xd6\x39\xf2\x37\x63\x4e\xc7\x98\x07\xc5\x15\xbc\x37\x25\xf1\xde\xde\x0b\x2b\x1d\x53\xee\x0f\x7a\x74\xf2\xff\x7d\x95\x88\xeb\xb6\x1a\x9a\x77\x87\xa5\x2d\x48\x08\xcc\x9c\xab\xce\x36\x56\xb5\x19\x76\xb7\xb3\x46\x7a\xfc\xe4\xe0\xb3\xfc\xe3\xdd\x2e\x0e\xb7\x1f\x35\x7d\x94\x13\xc1\x9a\x39\x17\xe6\xfe\x77\xc1\x9a\xee\x43\x1c\xab\x09\xe2\xe4\xfc\xdc\x50\xd2\xc9\x5a\x4a\x95\x74\x9e\x51\xb8\x61\x2c\xc2\xbf\x0f\xdb\x14\x04\x14\x8a\x58\x8d\x13\x05\x28\x38\xf2\x58\xc4\x8f\xad\x0b\x03\x68\x11\xc2\xf1\xaa\x07\x8e\x5d\xb2\x7a\x69\x7a\x4b\x27\x74\x8c\x8f\x60\x7a\x85\x4f\x5f\x68\xa9\x0e\x76\xf7\xf4\xcc\x7d\xec\xa1\x84\x07\x30\xe5\x20\xdd\x92\x0f\x9f\xea\xf2\x5f\x1e\xee\x7f\x7f\xf8\x7f\xf6\xf2\x95\xbf\xbd\x7c\x35\xf9\x7c\xe1\xd3\xed\xe1\x76\x51\x98\x29\x7e\x1e\xc8\x88\xb2\xdf\x9e\x57\xbe\x7f\xdd\x94\x80\x69\x59\xc8\x9d\x92\x8f\x1b\x67\xee\x9e\x76\xfa\xf6\x34\x44\x60\x12\x8f\x3b\xfc\x9b\xde\x9d\x16\xff\xdc\xbb\x7e\xf1\x7f\xde\xbb\x03\x86\x62\x1a\x55\x24\xaa\xec\x7f\x89\x51\x15\x98\xc1\xd0\x77\x53\x3f\x63\x54\xad\x03\x4d\x8f\xf7\x31\xaa\x3d\x27\x5d\x73\x7d\xc6\x55\x4e\x4b\x82\x41\x1b\xfe\x3e\x6b\x23\x20\xee\xdc\xaf\xae\x6b\x71\x14\x88\x38\xd8\x71\x8e\xa3\x1d\x3e\xa2\x1d\xa9\x64\xb4\x83\xbc\x1b\xb4\x9c\x12\x80\x7a\x93\xcb\xbc\x2e\x94\x68\x8c\xb0\x42\x22\x5a\x2b\xe5\xdd\xb5\xb1\xaf\x1a\xef\xe9\xb6\xaa\x87\xd5\xb6\x12\x45\x90\xd8\x64\x7d\x06\x92\x2b\x2c\x93\xe9\x54\xa0\x13\xd8\x97\xe7\x5b\xca\x6f\x9c\x10\x65\x9e\xea\x6c\x2a\xcf\xf4\xcc\xaf\xc5\xbd\x1e\x2e\x92\xb1\xa2\x2f\x75\x37\x8f\xec\x7c\x98\xeb\xbf\x1d\x93\x74\xf9\xa3\x8c\x24\x0e\x5e\xe1\x35\xb5\xd6\x65\xfe\xef\x07\x65\x04\x03\xe6\xed\x56\xf7\xb3\x6a\xaa\xd5\x33\x98\x77\x67\x3a\x94\x33\xbc\xf7\x36\xdb\x76\xbc\x53\x5a\x79\xcc\x34\xaf\x2a\x9c\x6e\x50\xa0\x08\x0b\x88\x42\x8e\x0a\xc6\xe8\x36\x4e\x80\x3a\xb8\x72\xdc\x2a\x4f\xcb\xe8\x78\x63\x13\x1e\x1f\x23\x0f\xa6\xf1\x25\xdf\x8f\x61\xad\xc3\x06\x94\x0c\x85\xd2\x88\x05\xdb\xc7\xd9\xe6\x86\x42\x3e\x80\x55\x73\xaa\x29\x1e\x98\x98\x35\xa5\x7d\xcb\x20\x58\x98\xcd\x78\xec\x98\xb4\x9b\xd6\xb7\x34\xfd\xa6\xcc\xb7\x21\xc7\x6b\x5f\x2f\x72\xc5\x39\xe3\xb1\xfb\xb9\xa0\x15\x1c\xda\x7c\x29\xdd\x5d\xda\x93\x4b\xa7\x5a\xc8\x64\xe8\x27\xf3\x43\x48\xef\x29\xb5\xf9\x1a\x55\x54\x8a\xd9\xeb\x12\x7f\xa0\x1d\xe7\x9e\x9b\xba\x1c\xef\x56\x3b\xfc\xf8\x52\xc6\x93\x78\x5e\x0d\x09\x98\x79\x69\xd7\x36\xe3\x09\x6b\xec\x09\x57\xb4\xa6\x67\xce\x20\x1a\x39\x05\x26\x3f\x1e\x67\x1b\x8c\x51\x06\x28\x6f\x76\x16\x86\xed\x8c\x5c\x3f\x9d\xd6\x39\xaf\x60\xc1\x85\xc7\xda\x9c\xe6\xfb\xa8\x2a\x68\x4c\xb3\x28\x67\xad\x33\x21\xbf\x09\x5b\x3a\x23\x90\x57\xf3\xbe\x98\xa1\xf0\x56\xcb\x0c\x00\xc5\xc3\x6f\xa7\x78\xa7\xe8\x94\x7d\xc6\xc3\xbc\x3d\x7c\xeb\x56\x78\xf5\xa5\x91\xec\x05\xef\xb2\x07\x61\x78\x42\xee\x68\xc5\x93\xb9\x5d\xc5\xf7\x14\x93\x49\x97\xcd\x0e\x58\x0a\x84\x94\x67\x3a\x33\x87\x11\x1f\x4c\x61\x43\xd8\x9b\x16\x35\x83\x98\xbb\x27\x7e\x75\x7a\x5e\x9e\xe1\x61\xaa\x45\xcd\x34\x4e\xa2\x2c\x48\x78\xb8\xcb\xf5\x2a\x8c\xea\xb6\x9e\xd3\x3f\x82\xe6\x3d\x4e\xcb\xe5\x31\x6e\x01\xbb\xce\x0d\x6f\x62\x79\x1c\xa6\xf5\xdf\x06\xed\x42\xa8\x53\xf4\xbd\xeb\x5b\x90\xb5\x8f\x20\x94\x6d\xe1\xb5\xe5\x16\x61\x9f\x8e\x21\xf9\x5a\x9c\x03\xcb\x0d\x1a\x31\xa9\x4c\x1b\xb5\x82\x00\x6b\xac\x45\x47\x4c\x86\x2e\xbf\xdc\xc1\x8e\x47\x4f\x79\x8b\x68\xf4\xe3\xd9\x03\x57\x8a\xdc\xa2\x93\x98\x40\xe4\xb8\x9b\xfa\xb7\x93\xfb\x89\x06\x74\xee\x26\x5b\x0e\xb4\xd2\xa3\x56\xba\xab\xbc\xb2\xd9\x49\x23\xec\xb8\x8f\xbf\x8f\x7b\x8e\x89\x36\x6e\xe5\x5f\x47\x70\x2b\x7c\x0a\xeb\x7a\xac\x6b\x2f\x5c\xb8\xc1\x9f\xa2\xc7\xd3\x4e\x3f\xdc\x0d\xe6\x40\x35\x98\xfb\xbf\xf7\x6d\xd4\x06\x32\x6a\x81\x46\xfd\x89\x0a\x48\xe2\x03\xfd\xf8\x97\x25\xea\x1b\x5e\xd3\x4b\xfd\x73\x19\x30\x4b\xd6\x52\xcf\x7f\x74\xb2\xdd\xe5\x0c\x93\x85\xae\xa3\xcb\xe2\x8e\x03\xa5\xd0\xe4\x3d\xd1\x67\xe6\x00\x3d\xed\x98\x11\x2a\x2d\x6c\x51\xe1\xc4\xdf\xd7\x45\x54\x1f\x50\x6f\xe4\xc8\x7c\xba\x26\x6f\x8a\xff\x71\xd7\xa2\x44\x4c\xb8\x38\xb2\xc8\x7b\xee\x32\xb0\xf4\xf9\x45\x38\x46\x3d\xe5\x7d\x59\xf5\xfb\x5b\x37\x4e\x23\x0a\x14\xe7\xef\xc3\x76\xae\xf3\x2e\xc2\xe4\x96\xcd\x56\x44\xca\xda\x0f\x77\xae\x7f\x75\x93\x6b\x1d\xd1\x17\x7b\x93\x76\x6b\xa7\x7f\x8e\xe8\x5e\x87\x92\xfd\x54\x46\xaa\xc2\x11\xf9\x6b\xb7\x58\x24\xf5\x94\xea\x65\x4a\x35\x90\xbd\xf6\x94\x52\x45\x81\x51\x31\xa1\x4c\xce\x67\x24\x7f\x37\xef\x73\xff\x36\x4b\xb3\x3a\xa3\x77\xd3\xa8\x60\x68\xd7\xff\x7b\xfa\x27\x89\x4c\xcf\xca\x22\x23\x2a\x24\xf3\x54\x8b\x12\x65\x9f\x82\xd7\x1d\x32\x00\x66\x67\xd5\x08\x57\x61\xd6\x8d\x4e\x37\xa6\x11\x60\x3c\xff\x45\x1f\x41\x53\x3f\xb2\x4b\xb5\x2d\xee\x30\x51\x3f\xae\x10\x60\x13\xdf\xff\xbe\xf6\x80\xb8\x19\xe5\x8b\xbc\x38\x51\xfa\xb9\x51\x28\x4a\xfe\x05\x8a\x50\xa3\xea\x58\x46\x48\x95\xda\x8a\x6a\x87\xc8\x83\x46\x9f\x7b\x2d\xd5\x0a\x5c\x39\x79\xab\x19\x1f\x12\x41\x05\x0f\x52\x0b\xc7\x0e\x5d\xed\xee\xe5\x87\xf2\xee\x4b\x0d\xb8\xce\x12\x74\x45\x1b\x77\x53\xfd\xeb\x48\xa6\xea\x89\xf0\x45\xd1\xe5\x8a\x5f\x52\x97\xe7\xa4\x43\x26\x68\x54\xdd\x34\xaa\xd7\x76\xee\x87\x3a\xc6\xdd\x24\x65\x6e\x86\x6d\xe5\x14\x7d\x27\x56\x5a\xea\x83\x94\x02\x64\x95\xc2\x64\x4b\x02\x90\xb6\xfd\xc8\x95\x4e\x27\x2d\xc0\xfe\x0d\x27\xd1\x18\x75\x7b\x1c\x27\xa6\x79\x0e\x85\x05\xec\xbd\xb2\x8f\xbe\x1b\x21\x66\x1e\xdd\xb4\x47\x35\xbe\xb4\x8f\x24\xb5\xf1\x49\x0b\xd5\x55\x5b\x72\x6a\xd5\x68\x05\x8a\x77\xd0\x49\xe4\x00\xa1\x5d\x0a\xd9\x2e\x85\x29\x66\xcf\x6f\x81\x4e\x37\xba\x03\x29\x5a\x33\x77\x3c\xcc\x39\xfb\x5c\x87\xd2\xcd\xe7\x37\x9f\xd2\x8d\xee\xd0\x6a\xa6\xcf\x1f\x47\x9d\x6e\x75\xc7\x37\x9d\x26\x22\x10\x54\x15\x90\xd2\x36\xce\x57\xbc\x04\xd7\x56\xa1\x02\xee\xbc\x4d\x21\x99\x6e\xbd\x07\xd6\xfa\x4c\xd5\x12\x34\x8a\x4a\x89\x67\xce\xca\xbd\x1c\x63\xe0\x32\x79\x73\x1f\xea\xf0\x4e\x32\x9b\xb6\x3b\x9d\xee\x2b\xfa\x0a\xbf\xdb\xcb\x02\xad\xcc\xc7\x69\xc6\x20\x37\xb3\x0f\x24\x9b\x25\xdf\x87\xfd\x9a\xe5\xea\x6f\xe3\x15\x87\x00\xe8\xe0\x6e\x41\x76\x3b\xbe\xc1\x49\xb3\xe3\xbc\x4d\xcf\xa7\xfd\xa6\x16\xa5\x86\x99\x83\xde\x03\x39\xd9\xdb\x6d\xb8\xc8\xde\xcb\x71\xc5\x5e\x59\xe6\xb0\x79\x03\x9f\xef\x1f\x6a\xad\xfb\xe2\x43\x4b\xbe\xd9\x98\x6f\xfc\x8f\x97\xde\x2e\x40\x58\x24\xdf\x76\xa0\xcc\xa9\x76\x06\xa1\xfd\x18\x52\x05\xf0\x9d\x51\x25\x6e\x61\x97\xa9\x11\x1a\xca\xb8\x29\xc7\x8d\x5e\xa3\x75\xd1\xcc\x25\x74\xbe\x80\x4c\xe8\xee\x02\xd5\xb7\x6f\x6c\x6f\x0a\x61\xc4\x49\x20\xde\x8e\xec\x03\x1f\x79\xbb\x99\x20\xcb\x74\xdc\x60\xff\xf0\xea\x97\x87\x52\xc6\x4e\x44\x4f\xb2\x9a\xac\x82\x08\x4a\x18\xdc\x18\x60\xa0\x15\xf9\x73\x24\x92\xce\x74\x1e\x65\x0e\xe6\xba\x10\xb0\x92\xd1\x2f\x32\xa9\x6d\xfb\x9d\x9b\x79\x64\x9e\x7e\xaa\x31\x94\x63\x00\xf2\x1b\xd0\x9d\x49\x6d\x2a\x4e\x28\xf1\x90\xb8\x8a\x7c\xb6\x99\x86\x84\x1b\x97\x75\x42\xa7\xf1\xe6\x6e\x71\x2a\x88\x68\xa6\x86\xa6\x83\x0e\xec\x05\xee\x49\x4b\x55\xfd\x15\x6a\x72\x40\x41\x92\x62\x65\x6c\xb5\x30\x7a\x5a\x35\x81\xef\x1a\x9d\x32\x56\x7e\x37\xdf\x72\xf0\x7e\x70\xda\x55\xeb\x23\x5e\x65\x75\x9f\x18\x4a\xd2\x78\x4d\x13\x4d\xb5\x27\xd4\x1c\x80\xf4\x4f\x9e\xd3\x13\x3b\xb3\x54\x2c\x83\xbb\x72\x7c\x6c\x75\x75\x7c\x19\xf0\x76\x31\xd7\x2b\xdb\xbe\xaa\x6b\x20\xc4\x85\x35\x6d\x4f\x82\xe3\x8b\x30\xa7\x7b\x2d\x59\x5b\x65\xdf\x8a\x67\xca\x53\x0a\x6d\x5b\xea\xea\xd9\x8d\x6c\x56\xd5\x28\x9c\x5d\xe0\x93\x8b\x59\xbb\x8e\x19\xf3\x58\xac\x65\x0d\xef\x36\x29\x9d\x43\xa1\x8d\x0d\x2b\x1c\x93\x33\xef\x33\x20\x0d\x51\xad\x39\x74\xf6\x36\x97\x18\x68\xcd\xdb\x76\x7a\x71\xa5\x2c\x57\xad\x59\xcb\x69\x1e\x7a\xf7\x79\xa9\xca\x93\x3b\x7c\xd9\x6b\x91\x95\x5d\xa8\x55\x4d\x37\xe0\xaf\x2e\xe8\xe2\x1a\x08\xb7\x8d\x8f\xf2\x26\x69\x30\x77\x19\x45\x1b\x93\x26\xba\xba\x81\xe6\x3c\xd2\x09\xca\xa5\x8e\x13\x1d\x64\xca\x68\x1a\x33\x10\x0c\xde\xe2\x11\x30\x99\x04\x12\x23\x03\xe0\xb1\xf0\xf7\xcf\xe6\x3a\x94\xa8\xe6\x2d\x4d\x6a\x45\x47\xcd\x04\x2c\x63\x94\x9f\x9d\x40\xb7\x19\x85\x0b\x35\x28\xd5\xec\x24\xf2\xe6\x9c\x86\x21\xa9\xe5\x1b\xb7\x25\xd9\xe0\x9e\x52\x48\xc8\x53\xe5\x2b\xdb\x69\x8b\x1a\x33\x32\xa8\x19\xc5\x94\x0c\x24\x18\x54\xca\x32\x9c\xdd\x85\x3f\xd0\x41\x39\xef\x15\x7b\x6a\x4d\x00\x36\xd1\xae\x5d\x56\x66\x3e\x8f\xfd\x1c\x06\xc8\xad\xf6\xea\x64\xc0\x88\xd5\x7a\x7d\x1b\xa5\x97\xba\x3f\x7c\x5e\x73\xf5\x69\x5a\xe8\xc5\xc9\x4d\x9b\xd7\xf7\xc0\x1a\x99\xfd\xe1\x73\x70\x12\x4e\xbb\xc5\x29\x1c\x7c\x20\x2f\x67\x9c\x52\x55\xef\xa4\x3d\xd5\xb4\xaf\x4b\xaf\x6e\x7a\x56\x53\xd4\x5f\xec\x42\xf3\x90\xf3\x40\x9d\x38\x0f\xc6\x7b\xbd\xc4\x5e\x13\x06\x49\x9d\xfb\x09\x6a\xaf\x7d\x9e\x84\x9a\x34\xda\xbf\x55\xbc\x7d\xcf\x90\x1e\x6c\x47\xe4\x3d\xdd\x50\x33\xaf\x97\x39\x7e\xf3\xee\x0d\xee\x37\xa5\xe6\xf4\xe4\xc2\x71\xbe\x85\x3c\xba\x4a\x12\x70\xf2\x78\xa2\x30\x35\x07\xd7\x4c\xef\x9a\x0b\x6f\xfb\xab\xd3\xee\xfc\xcd\xad\x94\xbf\x77\x2b\x55\x2a\x11\xd2\x9b\x76\x49\xaf\xd2\xb0\x5a\x49\x3a\xb1\x76\xdf\x9c\x58\xe2\xc2\xb0\x4f\x43\x97\xab\xac\x9e\x83\x7d\xaa\x88\x0e\x99\x61\x24\x1e\x9d\xe2\x9f\x30\xfd\x07\xd0\x55\x36\x2a\xe8\x98\xe6\xf2\x14\xb2\x92\xda\xc1\x8b\xc8\x64\xf2\x34\xc3\x8d\x19\x5c\xce\xf6\x57\x2d\xf4\x21\x94\xeb\x59\xaa\x5e\xee\x53\x51\x3d\x35\x98\xd3\xf4\xfa\x07\x5a\x3f\x3b\xfb\xc7\xb5\xf9\xbc\x1e\x3b\xa2\x3e\x3a\x89\x2e\xa1\x87\x04\x86\xfa\x75\xb1\x96\x7c\x98\xae\xa2\xc7\x25\x6f\xa9\x52\x16\x8d\x5d\x00\x11\xdc\xfc\x13\xe2\x91\x25\xe6\x07\x85\xb3\x99\x9e\x77\xe7\xfb\xb6\x01\x0d\xb6\x3f\x87\xe5\x66\xa2\x12\xbf\xe0\xbb\x0a\x74\x7e\xc7\xbd\x96\x77\x8f\x67\x51\x4a\xb8\xd5\x2b\x18\x42\x3c\x4c\x6f\xb7\x46\xfc\xd9\x4b\xb4\xc1\x84\x87\xbd\x97\x0a\x9f\x32\xbc\x54\x25\x3d\x87\xab\x84\xd1\x5c\xdf\xe4\xc0\x7c\xca\x53\x8c\xf3\xdb\x54\x55\xcf\x90\x9c\xca\x87\x59\xb5\x6c\xf0\x9b\x94\x75\x6a\xc1\xaf\x3c\x54\xd0\x1d\xd2\x53\x52\xde\x81\x62\xd6\xb4\x99\x76\xa6\x89\x34\x09\x2a\x6a\x08\xc4\x71\x9e\xc3\x43\x67\x57\xd2\x5d\x7a\xf6\xf1\x45\x73\xc2\x5c\x1d\x4c\x6f\xa0\xf7\x5a\xf0\x45\x17\x9d\x43\xb3\x52\x3a\x5f\x8d\x12\xa1\xd4\x45\xa7\x30\x05\xd7\x3a\x53\x91\xc3\xd6\xa8\xda\x51\xae\x28\xae\xde\x7c\x51\x8e\x73\x25\x87\x9c\x14\xe8\x48\xb9\x78\x59\x84\x39\xc6\xa1\x0f\xa6\x30\xaf\xf3\x32\x0e\x68\xce\xe5\x16\x56\x2e\xe3\x52\xa8\x96\x99\x61\x32\x4c\xe7\x75\x9e\x7f\x5b\xbd\xab\xda\xb5\x63\x44\x63\x0b\xb0\xef\x6f\xd9\x8b\xcc\xa4\xff\x48\xde\x6f\xa6\x18\x92\x43\x8f\xd3\x40\x36\xd7\xe4\x9d\xce\x7c\xa7\x22\x77\x20\x15\x69\x9a\x43\xde\x03\xab\xf1\xcf\x59\x24\xba\xc0\x9f\x92\xd1\x32\xed\xb9\x02\xc6\x01\xe9\x4a\x97\xd2\x6f\x58\xfc\xa6\xa2\xa8\xa2\x3b\x53\x7a\x15\x13\x9c\x5a\x3e\xd0\x2b\xd2\x29\x4d\xdb\x1d\xf6\x7b\x71\x1a\x02\x74\x2b\x81\xf4\x67\xfe\x56\x13\x0b\xb2\xa1\xe8\xc4\x9f\xa9\x74\xe3\xd5\xb8\x66\x8c\xfc\xc6\x75\xbe\x3d\xff\x27\x23\xaa\x51\xd4\xba\x96\xa0\x89\x38\x28\x39\xac\x72\xe7\xd0\x09\xcf\xa0\x90\xf2\xd1\x20\x27\x7a\x92\x10\x64\xf4\x7a\xc8\xf3\x88\xb4\xae\xc2\xe2\x7c\x2b\x19\x44\xf8\x6b\x48\xaa\xbc\x9b\x8d\xf4\x91\xad\x72\x36\x7b\x53\xe4\xc9\xe9\x2e\x57\x46\xb0\x1f\x07\x9d\x5a\x83\x17\x19\x45\x6a\x38\xd7\xb8\x02\x92\x89\x40\x1f\x96\x3c\x8d\x81\x8c\xcc\xeb\x3d\xbe\xce\xb4\x23\xcb\xe1\xb2\xe6\xf8\x4d\xd7\x4e\xf7\xb6\x5d\xa1\xab\xe4\x05\x65\xb7\x82\x65\x80\x97\x03\x7a\x43\x27\x74\xa4\x8f\x39\x16\x01\xe6\xb3\xa9\xea\xdb\x05\x41\xcd\xab\x10\x1b\xe1\x3b\xbd\x57\xb6\x80\x28\x9d\x81\x54\x5f\x9e\x5d\x2b\x65\x3e\x85\xa5\x1b\x2b\xbe\xb9\x3d\x33\x86\x94\xd1\xa3\xf6\xf8\x41\x8e\x1f\x13\xc7\x87\x4c\x6c\x86\xe3\xd7\xb3\xcb\xeb\x7f\xa1\xfd\x12\xa2\xf0\xeb\xa2\x28\x83\x65\x88\xe6\x66\xf6\xec\xf2\x36\x38\xd3\xab\x55\x9d\xf3\x05\xdc\xbb\x22\x3a\x34\x2b\xc9\xb8\xad\xae\x09\x6b\xe3\xab\x74\xe2\xb4\xbe\xb1\x0c\x88\xcf\x64\xc9\x2b\x3d\x85\xd9\xc8\x53\xe0\x29\x33\x4e\xf0\x39\x5a\x79\x19\x33\x17\x15\x0a\x9e\x84\x46\xaf\x0f\xe9\xb8\xf4\xc5\x18\xf4\xa5\x0e\x96\x46\xc6\x9d\x2d\xeb\xe9\xb8\x66\x8a\xff\xc0\x6f\xc7\x5f\x3e\xbc\xbb\x12\x2e\x26\xf1\xcb\x83\xdc\xf9\x26\xd9\x39\xb9\x33\x6f\x1e\xcc\x47\xd1\x50\xe6\xb1\x2a\xaf\x6e\xd5\xbe\x23\x9b\xb1\x8e\x74\x4a\xb5\x18\x07\x68\xad\x92\x51\xb4\x52\xa0\x61\x4d\xcb\xad\x8e\x62\x11\xe5\x3a\x2a\x09\xd3\x5a\xa7\x1b\xe4\x6e\x28\x7f\xbe\x27\xf1\x5a\xe7\x41\x73\x6e\x76\xe5\x84\xc6\x30\xaf\xfd\x42\xe2\x05\x6a\x19\x35\x83\x82\xb7\x4d\xd2\x5d\xa9\x85\x91\x6c\xe7\xd2\x1d\x2f\x67\x91\x4a\x59\x90\x15\x51\x39\x1b\x85\x5b\xd5\x2a\xe4\x86\x1b\x27\x02\xa3\x54\xfc\x1b\xff\xa6\x32\x09\x32\x29\xd5\x0e\xd6\xcc\x79\x34\xd9\xc2\xde\xbc\xea\xf2\x39\x62\xe0\x24\x07\xf5\x95\x8e\xce\xbf\xcc\xc2\x0b\x04\xac\x35\x5f\x62\x99\x2b\xf8\x4f\x97\x59\xfa\x77\xd7\xaf\xaf\x94\xee\x2b\x8f\xad\x0e\x72\xb7\x0f\x92\xf9\x91\x97\xbc\xdb\xbd\xa6\x0f\xe1\xa9\xda\xa3\x2e\x76\x60\x16\x2c\xf0\x1a\x65\x8e\x87\x35\xe8\xad\xc0\xd6\x68\xb1\x66\x95\x7a\x4f\x79\xdd\x24\xaf\xde\xfa\x8e\x57\x6f\x41\xc2\xf1\x51\xd2\x97\x94\xf9\x7b\x97\x9a\x39\x12\x8d\x71\x23\xaa\xc7\x76\x7f\x7e\x86\x6c\x7d\x8e\xa4\xa0\xb7\x1b\x25\x30\x7e\x33\x10\x6e\x8e\xf6\x1e\xa4\x6e\xb2\x14\xb6\x1e\x2f\xd6\xa1\x0f\x22\xa6\xeb\xcb\x26\xe0\x6f\xab\x22\xca\x08\x2d\x8b\x35\x40\x3e\x4d\xfc\xdb\x4e\x7e\xdb\xf2\x6f\xd6\xf0\x60\x2f\x78\x74\xa3\x5a\x8c\x9d\x64\x00\xc3\xbf\x4b\xef\x39\xac\x00\xf2\x3a\xae\xdc\x6f\xd7\xff\x67\xd9\x3e\x8d\x03\xa5\xbb\xee\x45\xcf\x68\xb7\x10\x45\x84\x2b\xd4\x44\xa1\xf1\xb5\x36\x83\x97\xf4\x84\xc3\x2e\xff\xd3\xd0\xf8\xf3\x53\x22\x34\xfe\xbf\xd4\xc4\xaf\xb5\x84\x26\xfe\xbf\x8e\xfc\x9a\x93\x3e\x01\xba\xe8\x65\xd6\xa8\xae\x5e\x62\x42\x4d\xfa\xba\xed\x45\x7d\xbf\xb8\x62\x8b\xef\x40\x89\x7f\x12\x06\x88\x1b\xe8\x18\xa8\x7e\x05\xbd\x26\xf3\x33\x58\x19\xd6\x4a\x65\xd8\x69\xf9\xf2\x6f\xc2\xc9\x7f\x30\x26\x66\x17\xab\x0d\x70\xec\xcc\xf4\xe6\x91\x8a\xfc\x7f\x51\x6f\x37\x6a\x5a\x6f\xc7\x66\x99\x84\x36\xe3\xbe\x2f\xfe\xaf\x21\x0e\xe0\x53\x86\xd7\x0f\xfc\x01\xb3\x4f\xee\x9f\x71\x19\xf9\x1f\x83\x1c\x80\xe9\xed\xfc\x9a\x9d\x5b\xa3\xf5\x09\xf7\x96\x67\xda\x4e\x1b\x29\xc3\xbc\xb5\xa6\x1d\xf7\xda\x1e\x21\xcd\xb8\xad\xb7\xff\x36\x1c\xe3\xbe\x01\xec\x5b\x4a\x36\xe0\x0c\xb7\x6c\xdc\x80\xfc\xff\x16\x33\xc0\x7d\xe5\x17\xff\xd7\x7d\xb5\xf9\xde\x57\x5b\xf8\x8c\xe3\xa6\x5e\xfe\xcb\xf0\x86\xfb\xe7\x2f\xbe\x77\xd5\x0f\x78\xc5\xe6\xbf\x0b\x5e\x69\xde\x3d\x5f\x4d\xe4\xc9\xd1\xf7\x03\x70\x68\x21\xfe\xe2\xc6\x54\xb8\xed\xbf\xa0\x5b\x76\x90\x39\xf4\x4d\xe6\xdc\xcf\xa5\x54\x2a\x31\x97\x04\xb0\x83\xdc\x9b\xbc\x44\xa8\x61\x22\x35\xab\x0e\xd0\x93\x15\xe0\x9d\x9b\xe5\xb2\x95\x0d\x0d\xb0\x4a\x34\xb2\x20\x37\x58\x8a\x48\x5a\xeb\x05\xdc\x4d\xfa\x87\xcd\xdf\x55\xde\x49\x1f\x21\xb0\xc2\x39\x9b\x49\x45\x3f\x7b\x21\x8a\xa6\x1d\x09\xa2\x71\x24\x8f\xf1\x5e\x2b\x9d\xe8\x29\x24\x07\x4b\x6e\x54\xb2\xcb\x18\xaa\x17\x1e\x58\x5f\xdc\x74\x81\xc3\xf7\x37\xee\x45\xb3\xa1\xfb\x67\x7c\x97\xd7\x2c\x6e\x42\x46\x9d\xdd\x9a\x91\xae\x8f\x59\x70\x99\x7c\xbb\x1b\xbb\x37\xff\x20\x78\xb3\x05\xc6\x28\x18\xab\x9e\x3a\xcf\x14\x2a\x68\xfb\x0b\x78\xe4\xb8\x83\x6f\x28\x99\xd3\x2a\x1f\x40\xbd\x26\xb9\xe8\xe7\x01\x68\x1b\xed\x29\x59\xa6\x28\x1c\x2c\xce\x5a\xa0\xfb\xa4\x0a\x3d\x6b\x51\xcc\xfb\xbf\xc0\x68\x8e\xfa\x40\xcb\xec\xbd\x9b\x22\xaa\x7d\xd0\xda\x2c\xc4\x43\x01\xcf\xf0\x34\xec\xbb\x6a\x90\x3c\x4e\x19\x0a\x0f\x6c\xb7\xa8\xbb\x52\x64\xa6\x43\xe5\xdd\x90\xaf\xc0\x27\x32\x8a\x9b\x41\x92\x72\x72\x76\x1b\x56\xb1\x65\x3c\x14\xcf\xd1\x56\xb6\x74\x1f\xd0\x89\x2b\x29\x84\x8d\x59\xc2\x3e\x6a\x97\x2b\x1c\x75\x78\x3f\x08\x9e\x27\x7c\xf6\x6c\x82\xfa\x37\xf6\x6e\xe2\x59\xfa\xdd\x03\xd3\xaf\x45\xef\xd7\x49\xb7\xd4\xcb\xff\x39\x0f\xcc\xc9\x24\x64\xb0\xaf\xaf\x42\x74\x62\x5b\xe2\x7d\x85\xf5\xfc\x93\x3e\x0c\x53\xd4\x7f\xf1\x2f\x34\x22\x90\xd7\x9f\xdc\x0a\x19\x84\xba\x42\xda\xc6\xa4\xeb\xa2\xc9\x94\x2a\x0f\x8d\x54\x45\xff\xd5\xf1\xd0\x70\x74\x36\x49\x37\xf1\x9b\x95\x2f\x01\x12\x18\xef\xfd\x84\x43\xa5\xa9\xa8\x88\xdc\x9e\x14\xa2\x7d\x47\xc6\xce\x9e\xe8\xbb\x45\x1f\x65\xf7\xf3\xb4\xa3\xa5\x96\xf1\x9f\xa1\xaf\x16\x14\x5a\xef\x7c\xb3\xe5\x19\xc5\x3f\x59\x21\xa4\xcb\x37\xa1\xc7\xf0\x5d\x2e\x31\x7b\x32\x37\x07\xd8\xe2\xe3\x0b\xf4\xf9\x15\x13\x40\x37\x61\x3a\xca\xa2\x79\x42\x8d\x4d\x27\x73\x5f\x9f\xd5\x21\xa4\xfd\x4f\x79\x74\x4f\x1f\xb1\x51\x0d\x60\x28\x6d\x74\xb6\x2a\x8d\xfc\x67\xdb\x7d\xc6\xb6\x3b\x7a\xdf\xbe\x91\x9b\x63\x58\x3b\xf9\x7f\xf4\xdf\x88\x76\xc2\x1a\xcd\x37\xff\x4d\x2e\xf4\x19\xd8\x65\x41\x0b\x2e\x05\x37\xca\x48\x1b\x52\x6c\x03\x8f\x30\x6f\x9b\xab\xab\x41\x70\x11\x3e\xb4\x2d\xa2\x07\x3f\x9c\x07\xf4\x39\xbe\xb3\xfb\xaf\x17\x97\x81\x5e\x2b\xbd\x62\x72\x1d\xa8\x21\x6a\xa9\x45\xfa\x86\x78\x95\x2d\x24\x7b\xc3\xb9\x17\x28\x11\x25\x50\xbb\x94\xbd\xdf\xd5\x47\xa0\x44\x53\xad\xc5\x27\x54\xf1\x91\x52\xfd\x3c\x43\xf2\xcc\xdc\x9b\xad\xea\x77\xee\x84\xec\x85\xdf\x9d\x16\x7a\x5e\xc6\xe8\xdc\x60\x2b\xb2\x17\x61\xc2\xa5\x54\x17\x26\xe9\xc6\x10\x05\x97\x3e\x07\xfc\xa8\xbc\xcc\x8d\xc2\xc5\xe5\xc4\x03\x5d\x3c\x48\xa2\x27\xbf\xff\x56\x44\x80\xd4\x74\x75\xcb\xcf\x58\xdf\x57\x6d\xb7\x94\x95\x10\x4c\x94\x2e\x2e\x23\x8e\xb2\x3c\x47\xec\xa6\x83\xce\x1d\x8a\x3c\x68\x6f\x67\x12\xd7\x24\x10\x61\x5e\x64\xe8\x2a\x17\x57\x3c\xfe\xf9\x8c\x78\xeb\xc2\x7b\xa6\x2e\xa1\x2b\xa0\xf8\xfb\x3d\xa7\xc0\x16\xee\xdc\xc5\xf9\x7f\xe0\x3c\x90\x92\x21\x39\xdd\x3e\xd6\xef\x24\x9e\x6d\xff\x33\x47\xed\x36\x28\x35\xa3\xf8\x79\xa4\xf0\x3c\x52\x78\x07\x54\x2f\x32\x2d\x3b\x36\x29\xb3\x4b\x7a\xa6\xd5\xa2\x16\xcc\xff\x23\x0f\xb2\x32\x15\x74\x08\xeb\x08\x8e\xe1\xd0\x15\x02\x90\x3b\xb2\x2b\xc4\x2e\x6c\xe1\x34\xe5\x25\xd4\x50\xf4\x9a\x85\x65\x90\x94\x26\x0d\xa5\x7a\x58\xb3\xdb\x02\x8a\xc7\x9d\xc8\xaf\xc2\x7d\x97\x43\x4d\xeb\x90\x5d\xe8\x6d\xba\x00\xed\x5a\x44\x12\xf4\x3b\x0b\xd1\x45\x17\x0a\x1c\x01\x9e\x24\xc9\x7b\xc6\xca\x6c\xf4\xea\x9e\x07\x67\xef\x70\xe6\xc6\x41\xdf\x50\xe5\xb6\x8a\xf5\x55\x19\x4b\xe6\xb2\x3d\x55\xd6\x5c\x6a\x6c\x25\x8a\xaf\x17\x27\x98\xc3\x4b\x08\x7a\x59\x8b\xf4\x99\x5d\xa0\xd2\xa0\x30\x6d\x35\x8f\x37\x8d\x0b\x98\xb5\x78\x7c\xcf\x63\x45\x2b\x5d\x86\x74\x6f\xad\xf7\x42\x58\xbc\xc7\x3b\x26\x2a\xd8\x3c\xcc\xf6\x3c\xde\x47\x5d\xce\x44\x5e\x6b\x53\x45\x5d\xa0\x24\x5d\x50\x44\x2e\xf2\x6d\xa1\x0e\xc5\x5f\x1d\x48\x0c\x66\x5e\xe5\x04\x91\x0d\xe5\x12\xfe\x93\xdf\x5d\x73\x98\x08\x8c\x54\xa3\x95\xb6\x0b\x9e\x3b\x9e\xc5\x11\x3d\x39\x25\xfa\xef\xf9\xe4\x3c\x45\x4f\x67\xbb\xa7\x35\xb8\x82\x50\xfb\xe5\x6e\x8e\xaf\x65\x8e\xab\x82\xde\x60\xbd\x39\xe2\x34\xe7\x15\x43\x0f\x52\xc6\xb0\x99\xcd\xeb\xf4\x95\x94\xca\x91\x02\x82\x8e\x15\x09\x61\x01\x92\x57\x3d\x02\x68\x84\xfc\x8e\x43\x0e\x9e\xaa\xc2\x1e\xfa\x16\x34\xc1\xa0\x79\xf7\xf8\xe3\xb7\x25\x46\xdf\x97\x18\x96\x34\x2f\xae\x76\x2d\x93\x5c\x5b\x4f\x9d\xff\x70\x69\x51\xde\xad\xec\xdc\x3b\xad\x42\x60\x40\x2c\x05\xbf\x6e\x8f\xe9\x7f\x08\xcf\x74\x66\x0f\xc9\xe5\x78\x08\x20\x4e\x77\xa0\x2d\x6c\xda\x9d\x8c\xaf\x28\x3b\x3f\x76\x77\x16\x68\x8b\xeb\x7d\x59\x6d\xe4\x8f\x1d\x74\x7e\xc4\x93\x79\xfe\x89\x55\xf5\x89\xa9\x1c\xbc\xc9\x80\xaf\x64\xb9\x09\xfb\x14\x9d\x74\xf9\x00\x38\x16\xcf\x8c\x6a\xfb\x87\x50\x68\x2a\xef\xe9\xbc\x96\x50\x7f\x5b\xd1\xd7\x29\xc5\x23\x54\x71\xbf\xcd\xd9\x9b\x61\x5c\xd2\x11\x54\xd6\xe3\xb9\xa8\x99\x76\x16\x21\x7c\x25\x3f\xfc\x61\x4b\x3b\x63\xfe\x4e\x97\x35\xa8\xb0\xdc\x04\xda\x99\xe9\xa1\x16\xd2\x13\x28\x2a\x7e\xa6\xc3\x7a\x87\x6a\x0f\x31\x1c\x84\x64\xbb\xd5\x4c\xc2\x70\x51\xad\xcd\xc9\xa0\xb8\x1c\x17\x70\x08\x77\xb8\x9d\xb4\x2a\x58\xd6\xc3\x4d\x5c\x56\x33\x23\x7a\x05\xe1\xba\x12\xf4\x34\xa3\xf3\x8a\xac\x90\x4c\xec\xec\x57\x78\xe3\xff\x7c\xb5\xe7\x18\x04\x4b\xaf\xf9\x8a\xfe\xa7\xe5\xfd\x4f\x9e\xf7\x7f\xb3\xd0\xf7\xb3\x3a\xb8\x69\xff\x03\xa7\xfa\x41\xd8\x9a\xce\x41\x5d\x9c\xea\xcc\x85\xc1\x12\x60\xf9\x5d\x04\x14\x42\x11\xb0\xa6\x22\xa8\x7e\x38\x5f\x9d\xfa\x39\x0c\x52\xdf\x6e\x37\x89\x0a\x6a\xdb\x1c\xe3\x2f\x2e\x49\x23\xbb\x95\x67\x20\x7f\xe3\xe1\xb2\x97\xea\x96\x32\x73\x3a\x9b\xe5\xbd\xe9\x91\xaf\x72\x10\x7c\x74\x59\xe9\xe8\x44\x3b\x98\x55\x1d\x9e\x69\x8f\x5c\x79\x29\xfb\x9b\x3a\x28\xa7\x0b\x58\x58\xd3\x45\x3d\x64\xe7\x30\xcc\x19\xb0\x88\xaf\x58\xf3\x15\xdf\x9f\x56\x5e\xd7\x51\xaa\x73\x60\x15\xef\x63\x5e\xd4\xc3\x8b\x7b\x77\x9f\x95\x68\x3c\xc7\xab\x9b\x78\x32\xe3\x36\xd3\x9e\x9a\xf7\x99\x52\x3f\xe8\x33\xe0\x30\x4e\x77\x98\xf7\x25\xdd\xa1\xe4\xd7\xd3\x0d\x9a\xeb\x0c\x01\x91\xb0\xd9\x85\x33\xa1\xa9\x54\xfb\x0e\x91\xd0\xf9\xef\x21\x12\xb6\x49\x44\xc2\xff\x55\xb7\xa0\xe9\xc5\x5e\xc1\x3f\x78\x33\xcf\x57\xce\x36\x68\xce\x8f\xf7\xd0\x88\xe4\xf1\x04\x34\x82\x4d\xe0\x18\x25\xe0\xd4\xb3\x54\xba\xfd\x82\x12\x10\x55\xfa\x77\x1b\x75\x52\x3b\x24\x27\xee\xe7\xff\x17\x50\x02\x40\x12\xc9\x46\xe4\xbb\xe9\xff\x01\x66\xa0\x93\xe7\xac\xd3\x33\x4a\x90\x09\x9f\xe6\xce\xad\xf0\x7b\x82\x99\xe6\x53\x9c\x45\x67\x60\x74\xc6\x9b\xb9\x4e\x98\x78\xb4\xa0\xd8\x38\xbb\x43\x05\x38\x61\x80\x3f\x4b\xc9\x00\xff\x8a\xce\xac\x7b\xa4\xf4\xe5\x29\xfd\x4f\x51\x7f\xdf\x3d\x23\xbb\xf4\xca\x6e\x28\x4e\x01\xba\x61\xcb\xef\xa7\x07\xca\x6b\x56\x32\x22\x9f\x0f\x39\x8e\x93\x54\xa1\x87\x1c\x11\x77\x1f\xdc\x70\x75\xb3\xf0\x00\x9d\x94\x6d\x9a\x86\xa3\x2f\xff\x2f\x62\x00\xd6\x1b\x51\x18\x19\x04\xb0\x02\x4e\x16\xb4\x18\x79\x5d\xbc\xfe\x1e\xd7\x3e\xa3\x88\x41\xa4\x1d\x4c\xd9\x9f\x43\x9f\x4e\xf1\x5b\xb0\xd7\x11\xed\xe6\x18\xd4\x13\xc1\x5e\x63\x75\xad\xd2\xb2\x7e\xb7\x2f\x07\x41\xfd\x2e\xc4\xbc\x92\xe3\xeb\xe8\xb8\x5f\xd2\xff\x07\x76\xde\x7d\x50\x97\x50\x75\xa6\xf0\x3b\x04\xa0\x02\x46\x81\x5c\x15\x32\x24\x5f\x45\xe0\x9c\x5b\xb9\x64\xa4\x37\x7d\x8a\x54\xd9\x02\x73\xb0\x09\xd1\x0d\xf5\x64\xac\x9f\x56\x14\xb2\x45\xfd\xcb\x60\x3f\x45\xe1\xad\x64\xb4\x9f\x6e\x82\x5e\x25\xec\x96\x72\xca\x5d\xc0\x9f\x18\xe1\x4a\x53\xa8\x13\x1f\xd7\x29\x38\xfe\xb1\x47\x7c\x70\xf0\x77\x46\x79\x30\x46\x5f\xb5\xb3\x60\x34\xc3\x7b\x8e\xdd\xec\xb4\x81\x23\xae\xc2\xdb\xfd\x47\x16\x2b\x2a\xa7\xf3\x08\x24\x8e\x78\xdd\x0d\xf3\x38\x77\x67\xce\x57\x28\x00\x25\x9e\xbe\xe6\x69\x71\xad\xfd\x00\x1a\xb4\x95\xf7\xbc\x86\xa2\x75\xe7\xc1\x6a\x3a\x40\xbf\xfe\xcf\x60\x32\x8d\x9d\x7b\xc8\x25\x15\x96\x3f\x3b\xa3\xfe\x02\x34\xb9\xf7\x4f\xcd\xbd\xa4\x7f\xea\x4f\x88\x93\x6f\x5a\x54\x77\x95\xa5\x24\x98\xc4\x8a\xfe\x96\x52\x7d\x96\x66\x05\xac\xa5\xac\xc6\x0e\xe8\xd7\xee\x6e\xf6\xff\x77\x78\x83\x78\x28\xc6\x91\xea\xe1\xdc\xa1\x1b\xcc\x06\x98\xf2\x2c\xe7\x56\xb4\x32\x53\xd1\x80\xa7\x5c\x5d\xc7\x93\x8a\x2e\xce\x05\x75\xa7\xe3\xe8\x7e\xdb\xce\xeb\x63\x15\x01\x79\x3b\x51\xeb\x4d\x39\xa9\x51\x65\x73\xbc\x83\xcd\x23\x4c\xb3\x3c\x82\xbc\xa7\xc5\xc0\xec\x2f\xe7\x7c\x9f\x67\x49\x74\x25\x37\xdd\xa0\x0c\x0d\xaf\xa0\x07\x79\xe7\x04\x3f\x26\x6c\x7d\x55\x77\x1b\x64\x2b\x44\xf5\x32\x6a\xd3\xa8\xfb\x5f\xdb\x89\x5f\x7b\x3f\x7e\xfd\xdf\x5c\xdb\x4d\xfc\xda\xff\xf1\x6b\x2f\xf1\xeb\x40\xd1\xaf\xd7\x36\xe5\xcc\x0f\xa0\xc1\x12\x29\x9a\xe3\x74\x53\x4d\x35\x5b\xcf\xcd\x86\xed\xf8\x16\xfb\x85\xde\x0c\x4b\x93\x82\x50\xa5\x84\x75\xa5\x9b\x20\xa2\x88\xff\xf4\xd5\x9a\x6e\xa8\x57\x43\x28\x77\xda\x66\x6f\x6d\x54\x8b\x8b\x91\xfa\xef\x3c\x15\x87\xdc\xbb\x71\x0a\x15\x8b\xb7\xbe\x52\xbd\x79\xf6\x67\x7d\xad\xd4\x8d\x47\x6d\xb2\x73\x98\x95\x64\x63\x67\x4e\xc1\x85\x2e\x99\x75\xa4\x08\x38\x21\xdd\x91\x19\x15\x62\xb5\x8d\x33\x1f\xec\x79\xc1\x9e\x24\xdc\x50\x28\xda\xd6\x79\x19\x3b\x0b\x6b\x20\x79\x70\xb8\xbc\x02\x6a\x50\xb5\x8f\x29\x29\xe5\xff\x09\x93\x36\x2d\xb5\xab\x5b\x48\xa9\x08\x3e\xa1\x00\xb9\x22\x76\x1b\x2a\xac\x4d\xaa\x9f\xb9\x95\x37\xc7\xde\xd4\xa0\xcc\x4a\x23\xe5\x88\x3e\x14\x22\x33\x88\xad\x8b\xb6\x1b\xb7\x9a\x37\x0e\xcf\x8a\x8e\x26\xb2\xc2\x6c\x87\x34\xed\x4a\xa9\xa3\x79\xb7\x14\x97\x87\xea\x5c\x53\x12\x2d\x78\x00\xc7\x71\x9a\x54\xc3\x05\x4d\x0a\x13\x82\x7c\x44\xd4\x20\x9c\xac\xb6\xd5\xf3\x2d\x7b\xd9\xe6\x3a\xcb\x66\x88\x57\x8b\x51\x24\xbb\x79\x9d\xf9\x39\xd3\xb9\x07\x55\xaf\x59\x89\xcb\x77\xee\xa4\x8d\x6a\x6f\x12\x59\x8e\xed\x10\x75\x5d\x7c\x68\x09\xe4\x3d\xe4\xb4\xa6\x0c\x33\x52\x59\xfd\x27\x60\x70\x09\x1c\x88\x15\x5a\xa4\x74\x3c\x1f\x53\xba\xc0\x6a\x8c\x2a\x9a\x36\xb6\xed\x74\x54\x99\x8f\xc9\x4c\x8c\x43\x10\x17\xbb\xe8\xb2\x11\x9f\x36\x88\xb2\x01\xf6\x29\x11\xe6\x1d\x51\x3e\x11\x60\xea\x17\x8a\xe2\x02\x58\x99\x74\x5f\x79\x65\x77\x7d\xaa\x81\xe7\xcb\x83\x86\xc4\x53\x1c\xd9\x40\xe6\x96\x28\xb3\x72\x40\x8e\xc2\x70\xc9\xc5\x87\xc6\xbe\xdd\x96\xde\x14\x13\x71\xb8\x43\xbb\x09\x11\x63\xf2\xfb\x6b\x7b\xa4\xe1\xe8\xb8\x69\x83\x88\x4a\x7b\xa6\xe7\x7b\x7e\x5a\x5e\x2f\xb7\xec\xb5\xad\x31\x00\xa8\x1e\x3f\x86\x81\x6e\x57\xde\x75\x0f\x9a\xd7\x1f\xa7\xb7\xf3\x97\x68\x7a\x67\x35\x85\x89\xc2\xb4\xa1\x61\x03\x40\xfa\x54\x62\xf3\xd8\x4b\x8a\xb4\x47\x59\xb7\xe8\x7e\x2f\xfb\x7c\x94\x72\xd3\x74\x2a\x71\xa1\xc3\x05\x2d\xa1\x1a\xa4\x90\xec\xe1\x3a\x2b\x1d\x93\xa3\x9d\x87\xe2\x9b\x86\xe2\x32\x7b\x0c\xfd\xe2\xf4\x7a\x0a\xf7\xce\xd3\x0b\x87\x2a\xf5\xfa\x25\xe4\xfd\xf1\x40\xb8\x33\xe5\x1b\xd3\x67\xd5\x17\x1e\x0b\x4e\x47\x97\x7a\x67\x41\x18\x1e\xb6\x26\xcc\x42\x23\xfe\xd0\x50\xaa\xa3\x42\x07\x8f\xfd\x68\xec\x5a\xb4\xe7\x78\x0b\x3d\xc5\xae\xd7\x85\x5a\x8c\x30\xc1\x24\xe9\x3a\x52\x23\xc4\x0b\xe4\x0c\xbb\xdb\x9a\x39\x6f\xe3\x60\x18\xb0\x93\xd3\x7b\x49\x37\x54\x0d\x4d\x98\x82\x2b\x17\x3c\xbf\x7c\xa5\xf2\x71\x48\xed\x22\xab\x35\x29\x65\x1b\x42\xfb\x72\x09\x31\x5e\x92\x3e\xc1\x1d\x1b\x3f\xa7\x4b\xe9\x8a\xb6\x53\x99\x79\xe8\x10\x5d\x2b\xc2\xe2\x2a\xe8\x9c\xb8\xee\xed\x0b\xa3\x44\x2e\x12\x88\x9a\xfc\x72\xec\x75\x32\x4f\x50\x70\xe6\x2b\x56\x42\x1b\x5b\xd8\x4c\xf4\x03\xcd\xfa\x99\xca\xb9\xb1\xb9\x5c\x5e\xc3\x2b\x57\x01\x95\x4e\x49\x57\xf1\xa8\xde\xa1\x68\x05\xa1\x59\xb0\x66\x4a\x53\x98\x7b\xe1\xdd\x9b\x01\xeb\xdc\xe0\x03\x95\x55\xec\xa6\x93\x55\xf8\xd7\x4c\x92\x6e\x5a\x4d\x08\x1f\x21\x1b\x24\x3c\xc3\x9f\x42\x29\x43\x62\x44\x7a\x6d\xdb\xb6\x08\xa3\x0a\x5e\xc2\x52\x65\x54\x61\x3b\xca\x60\x63\x63\xed\x89\xfb\x95\x5b\xcb\x4b\x45\xc8\xf4\x2f\x7b\x89\x3c\xd9\x9b\x49\x0d\xe0\x61\x61\xca\x1d\x19\xe8\x53\x15\x15\x92\x59\x44\x5a\x85\xaf\xa4\x79\x8f\xe8\x2d\x51\x6f\xae\x73\x61\x1b\x99\xd4\xd5\x71\xb9\xce\x76\x19\xb7\xe5\x0c\x3b\x93\x97\xe0\x4d\xd7\x7e\xfe\x8a\x3f\x1f\x98\x7e\xb9\x67\x15\x1a\x23\x5e\x06\x96\xbc\xfd\x2b\x64\x5d\x3f\xdd\x53\x1e\x4a\x48\x4d\xdd\x55\x26\xb1\xbe\x33\x14\x40\x59\x93\x22\xa2\x81\x48\x11\x8e\x6b\xf2\x6c\x5a\xd3\x26\x79\xc1\x8a\x82\x8b\xe0\xb1\xec\xf9\xe0\xe5\x9a\xb2\x6c\x03\xc5\xdb\xde\xdd\x25\xcf\xdf\xb9\x7b\x7c\xdd\x27\x64\xe1\x95\xef\xbf\x70\x91\xe9\x07\x36\xc5\xd6\x55\x10\x9f\x3b\xf8\x90\x17\x94\x42\xe3\x27\xb7\xcc\x0f\x59\xb9\xa3\x23\x12\x39\xb3\xfa\xb2\xab\xc3\xe8\xdd\xee\xd8\xc0\x38\xea\x1d\x8e\x9c\xf4\x1e\x47\x66\xfa\xb0\x83\x65\xa6\xa3\x4c\x31\x6f\x06\x06\xf9\xb1\x7f\x89\x6f\x6e\x4f\x48\x54\x62\xa9\x50\x66\x2f\xd9\x4e\xd6\xba\x6c\x2b\x55\x74\xc5\xbd\xd0\xb2\x6b\xe6\x26\x75\xba\xae\x5c\xaf\xa8\xa8\xe7\x68\x6f\x7b\xcf\x4c\x7b\xa6\x73\x5c\x89\x96\xec\xa1\x81\xac\xae\x1e\x75\x1b\x8d\x7b\xc2\x26\x94\x9f\xd5\x25\x7b\x84\xf1\x15\x56\xf6\x9d\x19\x80\xed\xd5\x17\xa5\x7b\x41\x3c\x50\xf4\xba\xe5\xab\x6b\x6b\x26\x24\x37\x09\xf1\xbb\xc1\x7b\x74\xd7\xbc\xbc\xd9\xe5\xa4\x5a\xf6\x15\xcf\xdd\x67\xe4\x9c\xb1\xa1\xbb\x74\xf9\x06\x55\x60\xfd\x90\x7a\x5f\x8e\xfa\xb7\x6b\x87\xd5\x53\x7b\xbd\xb0\xfa\xe5\x4e\x47\x12\x24\x6c\x80\xf9\xe4\x34\xac\x52\x98\xba\x74\xae\x45\x22\xd5\x47\x05\xf6\xca\xb9\x76\xff\x13\x09\xc3\x09\x45\x69\x7a\x5d\x29\x5a\xb1\x86\x6a\xdb\x9f\x1d\xc1\x36\x08\xc5\xbc\x56\xe1\x9e\xe9\x66\x40\x3e\xd6\x90\x5f\xeb\xd7\x76\xe2\xbe\x74\xd0\xd9\x73\x0d\x5d\xc0\x19\x80\xa4\xfc\x9e\xd5\x29\xb8\x4a\x3b\x03\x87\x7a\xf6\x45\x03\x4a\xf2\x5d\xa1\xfa\xf9\x56\x2f\x1e\xd2\x46\xf9\xf4\x68\x1b\x7c\x80\x34\x94\xc8\x48\x7b\x3d\x17\x6a\xcf\xb2\x2c\x84\x4b\x15\x95\x0c\xdc\x3d\x40\x40\xec\xdb\x34\xd8\x93\x1b\x3b\x60\x69\x6b\xdb\x79\xac\xf8\x7c\x1c\x84\x84\x3b\xe5\x4b\xf1\x39\xec\x20\x20\x6b\x34\x92\xf3\xd1\xbd\x22\xdb\xf0\x44\xb7\x19\x4f\xad\xee\x39\x0b\x26\x06\x9f\x4b\x91\x0f\xb2\x1c\x58\x79\x63\x7c\xfd\x80\x3f\x9e\x38\x59\x51\x35\x2a\x3c\xcd\xe8\xe1\xb0\xd5\x77\xdb\xdb\x7a\xcb\x1c\x27\x48\x6c\xa3\x03\x3b\x85\xb0\xc7\x6d\xae\x77\x65\xd9\xf7\xa0\x58\xac\xc0\x23\x9c\x71\x8b\x53\x8a\x4b\xde\x5a\x1d\x33\xda\x25\xbb\x70\xc7\x7b\xca\xfb\xf0\x03\x1d\xee\x55\x63\x45\x9d\x53\x8a\x87\xb3\x9d\x43\xbe\xeb\x78\x37\xa7\xf8\x67\xef\xa2\xc3\x9d\x6d\x46\xe9\x54\xb8\x9b\x10\x7c\x44\x6a\x25\xc6\x72\xb5\x12\x19\xcb\xa6\xa8\xa5\x0f\x47\x27\x70\x26\x6c\x6b\x10\xd1\xb0\xac\x47\x59\x0e\x51\x1c\xec\x5c\x37\xf0\x15\x8f\xc2\x74\x6c\x93\x75\x1f\xd8\xe1\x63\x57\x4f\x45\x54\x65\x4e\x86\xee\xdc\x18\x50\xdc\x64\x61\xca\xd1\xaa\x29\x54\xb8\x52\x2f\xdd\x56\x4f\x66\x8e\x09\x08\x47\xa2\x84\xa7\xac\x10\xa5\x97\x43\xee\xde\x45\x38\x61\x49\x1f\xed\xa3\x38\x1e\x78\x21\x3b\x0b\x4a\x69\xa8\x45\x6d\x7b\x8a\xfd\x8f\xca\x9c\x2e\xf7\x98\x01\x1e\xd7\x02\xef\x52\x41\xc2\xcd\xb8\xc9\x4a\xb5\xf3\x14\x2a\xaf\xed\x90\xdb\x7f\xab\xe5\x0a\xe2\x1b\xde\x4c\x29\x52\x32\x07\x8e\x16\xe2\x37\xa6\x91\x9e\x6b\x50\x39\x92\x5a\x56\x29\x0e\x6f\x73\x33\xd9\xae\xe1\xa1\xec\xd9\x75\xdb\x69\x48\xc7\xaf\xaa\x6c\x5b\x2c\x74\x0a\x6b\x2c\x5a\x6b\x6b\x29\x2d\x2e\xec\x93\xbf\x43\x66\x03\x7b\xa0\x84\xf1\xe9\xdb\xb9\xf1\xa8\xc2\xa1\x58\xea\x66\x98\x5b\xc9\x25\xd8\xaa\x14\x71\x13\x19\x24\xd2\xfc\x3f\xb4\xbd\xd9\x76\xe2\xba\xf7\x35\xfa\x40\x30\x06\x7d\x77\x29\xc9\xc2\x21\x84\x00\x45\x08\x21\x77\x69\x31\x06\x83\xe9\x8d\x9f\xfe\x0c\xad\xb9\x64\x1b\x42\x6a\xef\xfd\xfb\x7f\xe7\xa6\x2a\xb8\x91\xd5\x6b\xb5\x73\x5e\x85\xed\xfa\x12\x7c\xca\xad\xa7\x8c\x2f\xf3\xd0\x62\x9b\xd7\xb2\xe8\x64\xe7\xed\xe2\x0d\x67\x38\x01\x31\xc4\x14\x47\xdd\x69\x3d\x5d\x94\xba\x0b\x18\xe9\xf2\x29\xdf\x13\xdd\x95\xd2\x90\x90\xb3\x3d\x3c\x15\x2a\x56\x0b\xa6\xb2\x0b\xbb\x58\xa2\x31\x32\x9e\xdd\x38\xd0\x38\x43\xf2\x55\x49\xe2\x97\x12\x3d\x77\xbe\xb8\x43\x5e\x6d\x84\x24\xe7\xa5\xfc\xd9\x94\x2e\x4d\x68\x54\xa6\xb1\xe5\xeb\x48\x75\x74\x6b\xf4\x5b\xd3\xfc\xd2\x5d\xe6\x1b\x01\x6d\x51\xeb\x93\xf2\x85\xe5\x1c\x4d\x3e\xc9\x6d\x04\x8b\x7b\x3d\x82\xae\x13\x53\x17\x76\x98\xd6\x72\x6d\x7b\xc6\x0e\xd0\x55\x15\xd6\x72\x36\x27\xf9\x77\xd2\x21\xb5\x0c\xca\xe1\x0c\x24\xc2\x13\xc6\xfc\xec\xec\x5a\xac\x90\xb4\x61\x27\xcd\x6b\x31\xed\xf6\xa0\x74\x50\xad\x4a\x18\x37\xe6\xe9\x2f\xe3\xf1\x32\x0e\x10\x54\x71\x24\xc4\xe4\xb2\x8a\xda\x6b\xd3\xd1\x70\xd1\x12\x8b\x37\x1e\xcb\x5c\x44\x56\x9e\xa6\x8c\x21\xa0\x4f\x88\xb8\x92\x44\x92\x99\x93\xd9\xa2\xbd\x69\x5e\x8b\x96\x1a\xa6\xbd\xa3\xbe\xa9\x11\x0b\x94\x9b\x34\xa2\x08\x41\x0a\x3e\x21\xd2\x3b\xf5\x26\x5b\xfb\x2e\xd1\xf9\xb4\x67\xb2\x49\x3b\xd1\xb8\xf5\x69\x86\xee\x79\x06\x4f\xc6\x34\x3c\x92\xb8\x49\xa4\x9c\x3d\x16\xa8\x61\xec\x9b\xcb\x1a\x77\x6e\x83\xb1\xa7\xb3\xe3\x38\x32\x32\xf1\x19\x09\xe6\xfd\xc6\x8d\x51\x70\x85\x0e\xe5\x6c\x43\x37\x46\xad\x9b\x0f\x30\x34\x41\xb7\x19\x2a\x78\x93\x80\xfb\x0c\x6a\x3b\xca\xe4\xc2\x68\x57\xb6\x6c\x63\x2a\x02\x3a\x6f\x25\xa3\x22\x73\x8a\x95\xff\x64\x5b\x31\xe2\x58\x61\xfb\x7b\xd8\x72\xcd\xb1\x01\x0e\x9e\xb0\x1d\x2c\xd8\x8f\x91\xfb\xfb\x5b\x21\x59\x8f\x09\x4f\x4c\xef\xdb\x65\x82\x60\x61\x87\xe1\x97\x59\xca\x43\xa1\xbe\x03\xbb\x50\x7e\xd9\x19\xf4\x63\x5e\x51\x84\xa8\xe5\xbe\xb5\xa3\x32\x83\xf8\x39\xa1\x60\x56\xb6\x25\xf4\x72\xe8\x9f\x71\xe9\xd6\x42\x9f\x61\xa1\x37\x54\x11\xf6\xc2\x56\xc9\xc9\x8f\x85\x7e\xd8\x35\x2f\x3b\xb5\x19\xd0\x3c\x9c\x14\x6e\xaf\x89\x40\x5e\xed\x11\x7c\x7d\x91\x5d\xae\xd7\xc3\x3c\x11\x3a\x72\xcf\x0c\x3a\x63\xb9\x93\x10\x90\x4c\x91\xc6\x5f\x42\x6d\x65\x73\x7f\xb1\x4b\x52\x38\x2b\x89\x22\xb3\x3f\x30\x1f\x9c\x01\xa9\xbb\xd6\x2b\xcf\xee\xdf\x5d\xa1\x0a\x3a\x83\x8f\x76\x40\xec\xe0\xe1\x15\xdb\x66\x89\xb0\xd9\xf7\x94\x77\x03\x1a\xea\x23\x78\xcd\x64\x93\x76\xaa\xaf\x06\xfd\xd7\x52\xad\x33\x15\x4d\x80\xd7\xe4\x93\xfc\x26\x1a\xcf\x62\x05\x98\x0a\xab\xaf\x7c\xa2\xfa\x31\xee\x87\x5a\x33\x73\x4a\xf4\x6d\x6a\xf1\x7d\x26\xfd\x61\x54\x70\x2e\x84\xef\x3d\xa0\x8a\x7a\x85\x6e\xbe\x23\xc6\x5b\x75\x4a\x15\x08\xa1\xf8\x98\x60\x81\x4d\x80\x4a\x9d\xf2\xaa\xbe\x4c\xcf\x52\x81\xa2\x02\x16\xa0\xde\xb9\xd9\xa6\x53\x70\x14\xd7\x2c\x1a\x49\x5f\x5c\x19\xe9\xba\x42\x7c\x7b\x38\x77\x17\xb2\x08\x72\x23\x12\xf8\x58\xaf\x54\x05\xd6\x3b\xe3\x47\x3a\x6d\x96\x2d\xe4\xe6\x14\x00\x79\x74\xf6\x68\x1b\x5f\x39\x98\x21\xa3\x54\xc1\x98\x12\x61\xa1\x3c\x99\xb5\x1f\x7d\xbe\x10\xc8\x91\x6a\x40\xe3\x5d\x38\x9b\x3a\xd9\xf9\x3d\x27\x7e\xce\x27\xba\x15\x38\x58\xe0\xa7\x5b\x3a\xb3\x6f\xec\x62\x47\x2f\x63\x7e\x25\xce\x3a\x1d\x3a\x3b\x8f\xb3\xec\xf7\xc9\xdd\x37\x5a\xb5\xc4\x4f\xb8\x68\x1b\xb9\xb2\x9b\x0b\x48\x9e\xe3\xf5\x53\x08\x88\x09\x9b\xbe\x3b\x10\x7f\xb1\x17\x04\x2b\x37\x7f\x96\xa2\x8b\xd4\xc5\x23\x7f\xc8\xfc\xcd\xdf\xaa\x7e\xb1\x60\x7a\x46\xf4\x86\x91\x2a\x74\x4a\xf1\x7f\xd9\xc7\x3a\xfe\x43\x5c\x91\xe5\x3f\x17\x30\x4e\xd9\xdc\x1f\x57\x68\xe0\x22\x40\xf9\xa8\x56\xcd\x68\x9d\xe4\x1d\x14\x80\xf8\x93\xe1\x3c\xc0\xf2\x45\xa1\xa1\x87\x7b\xc2\x92\x62\x72\xb7\xb4\x26\x0d\x80\x10\x52\x6e\x9b\xe7\xac\x37\x34\x73\x80\xf5\x57\x93\xcb\x6f\x16\x46\x83\xef\xab\xfa\x13\x6a\xcd\x2e\xd6\x90\x35\xb5\x50\xdf\x3d\x92\x63\xb1\x5c\xdf\xf3\x1f\x42\xbc\x2d\x7f\x99\x43\x3a\xa8\x29\x30\xc0\x77\x84\xbb\x77\xca\x97\x7d\x33\xce\x0f\x85\x27\xc1\x75\xf6\x82\xb3\x0c\x87\x6f\x95\x2a\xfa\xba\xde\x52\x27\x5b\xfb\x6c\x1f\x31\xb5\xe6\x4f\xb2\xa6\xce\x61\x4d\x5d\x2f\x88\x6a\xe7\xa8\xe6\x4d\xe0\x8a\x00\x02\x23\x6d\x41\xa1\x01\x72\xf5\xe2\x92\xd0\x3f\x2a\x4e\x7d\xad\xb2\x4f\x38\xa1\x3c\x63\xb9\x92\x0c\xad\xa6\x57\xef\x2f\xcf\xb4\x90\x7a\x2c\x4b\xcf\x69\x03\x8e\x9c\x6d\x2d\x13\x80\xd6\x39\x9c\x18\x14\xfe\xaa\x70\x5d\x33\x42\xca\x28\xc3\xec\xbc\x2b\x70\x2c\x34\xb5\xf1\xfc\xfc\xaf\x9b\x28\xbe\x72\x0d\x23\x3e\xe9\x0a\x6c\x70\xa4\x8e\x3d\x99\xfd\xec\xbd\xac\x48\xd6\x3d\x33\xb5\xbb\xe8\x6f\x5a\xf0\x5b\xd3\xe8\xd1\x22\x3d\xe9\x80\x79\xc8\x23\xec\x21\xfd\x33\x28\x0a\x5b\x6d\x8f\xc3\x90\x68\x7d\x92\xf2\x25\x88\x0a\x49\x17\x01\xb1\x41\x7f\xb7\xac\x49\xad\x4b\x78\x1c\x5a\xd4\xbe\x9e\x09\x8c\x44\xad\xca\xcc\x26\x08\x71\xf8\x80\xd0\x21\xbd\x8f\x13\xcb\x88\x5a\xea\x03\x7e\xcd\x54\xcd\xcb\x00\x4c\x1c\x88\x5c\xc3\xe8\xdb\x0e\x55\xf2\xab\x91\xbd\x0b\x9a\xe7\x8a\xba\xd6\x72\xd5\x67\xd5\x63\xe3\x5a\xe3\x0c\x61\xa7\x0a\x00\x8c\x58\x51\x31\x6f\x2d\x5c\x1e\x9b\xbe\x26\xbb\xce\x2e\x66\x4f\x62\x7a\xbf\x2f\xd4\x32\x33\x2c\x28\x41\x9c\xe5\x9e\xe4\x2a\xcb\xcc\x7e\x8e\xad\xa7\x3b\xb3\x97\xb0\x95\xe3\xa8\xca\x1e\x14\xcc\xcb\xda\x8c\x89\xd1\x5b\x5d\x96\xdd\x11\xfa\x3e\x95\xa3\xe8\x85\x1c\x47\x43\x28\x06\x96\x54\xa2\xfa\x59\xd7\x34\xb8\x33\xb5\x6f\x60\xf3\x74\x03\x0c\x69\x5d\x5e\x6e\x9f\xfc\xe7\x02\x96\x57\xd3\xac\xe5\x88\x06\xa4\x28\x9f\x39\xcf\x08\xc0\x24\x84\xc8\x35\xbf\xee\x56\xb5\x55\xf3\x39\xcf\x54\x7f\x9e\xaa\x2f\x81\x4c\xb3\x32\xdf\x41\x68\xc1\x96\xcc\x37\x3f\x6e\x9b\x59\x58\x56\x1e\xfa\xc6\x53\x0b\x84\xf8\xae\xe5\x32\x36\x73\xbd\x53\x50\xf3\xb8\x9d\x3c\x3b\x82\xfe\x71\x77\x94\x9b\x33\x5f\xf5\x81\xf2\xd8\xf4\xdd\xf4\xbd\x91\x50\x2d\xb5\xc0\x7b\xb8\x62\x43\x57\x5c\xd1\xfd\xf1\x0d\x31\xb6\x85\xad\x0e\x69\x30\x52\xe8\xe4\xf0\x58\xfa\x61\xc5\xfb\x61\x6b\x7c\x30\xb5\xcd\x8d\x69\x20\xf5\x5c\xa2\x8a\x8a\x12\x47\xab\xc3\xb5\xa2\x21\x9a\x4b\x72\xa5\x54\xd4\xf2\x3d\xaf\x19\x77\x4b\x37\xdf\x33\x67\x55\x5e\x0b\x7f\x40\x1d\xdc\x94\x47\xcc\xf4\x40\x97\x11\x5c\xe4\xeb\xb8\x72\xa9\x90\x2e\xa4\x10\xe2\x04\x5d\x72\x9e\xe8\x92\xad\x09\x8d\x4a\x73\x52\x56\x11\x15\xa1\x0a\xce\xb9\xca\xc1\x93\x61\x32\x0a\x53\x21\xe6\x4c\x0e\xa0\x7d\x67\x77\xb0\x11\x34\x33\x29\x54\x77\x7f\x20\x3f\x4a\x49\x6e\x0e\xac\xda\xc7\x6d\xc4\xee\x5e\xf7\xf2\x7c\xe1\x26\x0f\x10\xf4\xcc\x06\x9d\x4c\x17\x6c\x1f\x83\x7b\x5e\x8b\x51\x46\xc8\xc7\x17\x07\x0b\x48\x86\x2a\xe3\xbe\xa0\x57\x7f\x1b\x84\x96\xda\x1c\xc9\x68\x22\x1c\x9c\x57\x66\xfe\x53\x5f\x9b\x2d\x45\x37\x15\x82\x06\xcc\x3c\xcf\x3d\xee\x34\xed\x58\x1b\xd9\xe2\x1d\xab\x4c\x48\x5b\x22\x6a\xcf\x65\x3e\x75\xcd\xb0\x93\x29\x9d\xef\xf4\xb7\x8e\x9d\x98\xfd\x5c\x4c\xd5\x01\x88\x9d\xb7\x12\xe4\xab\xde\xa1\x42\xbe\xe8\xd5\x52\x7a\x84\xc9\x73\x90\xc7\x0a\xaf\x22\xec\x8c\x8a\x1c\x63\x62\xe1\x6c\x5b\x8c\xc9\xdd\x17\xe2\xe8\x54\x57\x64\xfd\xe9\x61\xc0\xcc\x61\x5a\x03\xb1\x9d\x9e\x63\xb7\x5f\x28\xbf\x99\x22\x73\x8b\xbd\x5c\x34\xb9\x8a\xcb\x66\x82\x18\xae\x62\x27\xb0\x97\x0b\x20\x22\x88\x88\x16\x5c\x37\x24\xd3\x72\x2e\x64\x63\x9e\x91\x5c\xde\xca\x73\xf6\x19\xba\xb8\xdb\xba\xb8\x5b\xb4\x77\x29\xdc\x77\x52\xb8\xb8\x79\xac\x69\xc0\x2c\xac\xf1\xcd\x99\x6c\xf1\x20\x55\x31\xd3\x4b\x92\xaf\x17\xf8\x7a\xd9\x5e\xa7\xe2\x46\x5e\x11\x97\xe1\x88\xd2\x2b\x99\x01\x1c\xb6\x51\xbd\xfa\x79\x43\x02\x11\xe4\x98\x95\x04\x4f\xa9\x9a\xc0\xd1\x40\x4f\xeb\xf4\x23\x5f\x42\xf4\x53\x91\xe7\x4a\xa6\x39\xca\x4d\x8d\xed\x26\x2a\xf9\xfe\xc8\x4c\x31\xde\xad\xb3\xdf\x70\x85\x72\x33\xdf\x50\x69\x03\xcd\x37\xaa\xbf\x7f\x63\x61\xbf\xa1\x33\x6d\xd4\x7b\xf5\xe3\x1c\x1e\x9a\xcf\x74\x84\xfb\x5a\x4b\x7a\xd5\x9e\x33\xa2\x47\x21\x4b\x3d\x36\x39\xa4\xd5\x68\xce\xd5\x6f\x8d\xbd\x25\x43\xdf\x6c\x31\xc9\x56\x1d\x38\x28\x54\xc9\x54\xa9\xe9\x4b\x77\x5e\xa4\x30\xbd\x8f\x23\x81\xe4\xe9\x3f\x66\x92\x6e\x9c\x33\x10\x09\xbf\xe2\x5a\x7a\x72\x93\x72\x00\x18\xb3\xb7\x3a\x81\xd8\x79\x6e\x01\xf5\xcb\x08\xda\x7d\xfa\x33\xe7\xb1\x41\xca\xfc\x38\x3e\xda\xbf\x15\x89\xf6\x61\xff\x19\xa4\x3a\x80\xcf\x15\x87\x06\xfe\x27\x7b\xa3\xa8\x90\xc8\x27\x48\x4b\xb7\xe0\xf0\x15\xe4\x69\x14\xde\x91\xb6\x01\xa9\x49\xe0\xe2\xf6\x0f\xfd\x57\xa5\x20\x6a\x61\x4e\x22\x4d\xcd\x84\xdb\xec\xab\x54\x75\xed\x72\x0b\x54\x4b\x9e\x31\x65\xcf\x74\x9c\x36\x00\x79\xb8\x94\xc9\x46\x3e\x16\x62\xda\xe4\x9d\x86\x8f\x6c\x4a\x9e\x58\xa8\xee\x1a\x3a\x05\x65\x01\xab\x96\x8c\x02\x54\x8d\x74\x40\x25\xe2\x40\x27\x56\xb6\xde\xac\xc9\x53\xd3\x43\x8e\x7d\x20\xcf\x01\x5d\xb1\x49\xa9\x91\xda\x41\xfb\xbd\x08\x86\xea\x88\x8e\x2f\x83\x4e\x7e\x24\xdc\xaa\xe4\x5d\x37\x92\x41\x00\xf7\x2a\x33\x60\x7e\x94\x48\xf8\xef\xbe\x96\x61\x72\x06\xc1\xae\x7a\x67\x5d\x34\xb5\xc7\xed\xac\x80\x49\xf4\xbd\xad\x30\xfb\xb6\xfa\x9c\x61\x7e\x24\xaa\x2c\x1c\x8b\xd4\xf5\x94\x45\xa2\x9d\x66\xa8\xb2\x05\xd4\x78\x33\x8c\x61\xb1\xf0\xe5\xe1\x39\x29\xb0\x0f\xec\x6e\xa2\x9a\x1d\x75\x4f\x2d\xd6\xdf\x60\x96\x47\xf6\xee\x2f\x1d\xc5\x3e\xd0\x7f\x63\x19\xef\x91\x15\xa7\x2d\x16\xe4\xbe\xeb\x96\xd6\x32\x6d\xbe\x98\xc0\x25\x8e\x58\xe6\x68\x49\xb2\x01\x00\x15\x3b\xe7\x65\xfb\x47\x4f\xe3\x74\x53\x04\xab\x47\x66\x34\xda\x9e\xd6\x94\xfd\x2f\x7c\xd5\x60\x9d\xb7\x5e\x25\x3c\x65\xf5\x74\x7d\xa1\x4c\xf6\x71\xcf\x59\x59\xcb\xc3\x99\x20\x61\xea\xb2\xd8\x25\xb8\x51\x9b\x3b\x9c\x76\x2f\x37\xb4\x8a\x8c\x23\xd2\x8b\x5e\x1d\x8c\xc1\x55\x5e\xef\x17\x43\x92\xa7\x43\x79\xca\x98\x15\xcc\x89\x6c\xba\xb9\xdf\x9d\x05\x56\x88\x1e\x19\x69\x01\x65\x50\x37\x27\xd6\xde\x13\x12\xa6\x6f\xa7\x24\x0b\x82\x73\xee\x74\xea\x1c\xca\xcb\x96\x79\x35\x40\xa2\xe1\x97\x3f\x83\xf6\x3d\x6b\x22\x0a\x09\x78\x9f\xb0\x1c\xc1\x6a\xee\xc9\x52\xc0\x99\x45\x01\xcd\xaa\xc1\x06\x28\xbd\x8b\xab\x1b\x62\x18\x00\x10\xc5\xd4\x88\xcc\xba\xcc\x73\xdf\x9b\xc5\x2e\x21\xb8\x57\xef\xf1\x5e\xad\xe9\x26\xd7\xa7\x42\x4c\xf7\x48\xc5\x31\xef\x75\x85\xbb\x57\xc5\x80\x27\xe5\x12\xb5\x73\x6b\xdc\x49\x47\xc9\x20\x8f\x64\xba\xa6\xec\x3b\x2d\x3e\xdf\x8d\xae\x02\xab\x53\x22\x6d\x54\xba\x6c\x8c\x46\xef\x4c\xb0\x70\x02\x85\x89\xa9\xf6\x7a\xb1\x64\x3d\xd5\x08\xd7\x46\xce\x51\xd9\x1d\x81\x65\x4c\x77\x2b\x03\x62\x38\xeb\xdc\xb3\x79\x13\x1b\x42\x92\x25\x1f\xd3\x8a\x57\x40\x12\x60\x9c\x05\x06\x56\xba\xfe\x64\xac\x2f\x77\x8d\xe3\x73\x66\xaf\x70\xb7\xf2\x80\x1c\xa8\xbf\x55\x48\x8b\xde\x5e\x66\x45\xe1\x0f\xa1\x66\x92\xc5\xe6\x96\x2c\x42\x72\x5b\xc8\x12\x24\xb3\xa5\x2c\x03\x3e\x3e\xf7\x5f\xf5\xde\x99\x14\xdd\x9a\xaa\x42\x86\xb9\xd9\x68\x97\x1b\xdd\x3b\xfd\x68\xf4\x88\x6e\x99\x69\x94\xa3\xd4\xb4\xce\xfd\x7b\x7e\x24\xf4\x8f\xcd\x6e\x44\xe1\x7c\xdd\x02\xa4\x61\xb6\x46\xce\xe4\xa1\x48\xcd\x47\x98\x93\xbb\x5a\xca\x9f\xb7\x27\xc2\x6d\xc9\x34\xb4\xa9\xe0\x53\x10\x8a\x39\xd4\x34\x88\xff\x60\xf9\x16\xd5\x5c\x3b\x79\xf9\x17\xd9\x41\xc7\x7f\xf2\x7d\xa1\xc9\x8b\x7a\x56\x58\x66\x4b\x59\x5e\xa8\xec\x32\xdb\x9c\xf9\x5c\xfe\x0b\xc1\x86\x22\x45\x76\xa1\xd8\xee\xc9\x3b\x7f\x59\xb2\xe1\xd3\x39\x54\xd5\x8d\x6d\x20\x41\x29\x89\xd8\xb0\x6a\x56\xfd\x4c\xa9\xdc\x92\x79\x56\x5c\xd0\xa5\x28\x71\x50\xfd\x1c\x51\x04\xb7\x5b\xcd\xff\x7f\x0e\xd4\x50\x0a\xe0\xe8\xac\xa1\x8c\x43\xa8\x20\xf5\x9d\x42\x98\x13\x35\xdd\x93\x3e\x04\x46\x8a\x25\x46\xae\x18\x9d\xfb\xef\x7e\x27\xfb\x14\x10\x2e\x8c\x9a\x1f\xc8\x97\x75\x3f\x7b\xae\xd2\x7a\xb1\x4c\x31\x14\xeb\xcd\x9b\xd9\xba\x6a\xc5\x74\x2d\xd4\xe7\x16\x69\x42\x81\x13\x30\x0e\xac\x19\xef\xd8\x29\x90\x2d\xa1\xaa\x72\xf7\xb8\xf8\x25\x44\xac\x5a\xb8\x28\x9b\x7c\xf1\xc3\xec\x7d\x0d\xfc\xa8\xf3\xb5\x91\xd0\x91\xa6\x5c\xa2\x86\x6f\xa5\xb2\x8f\x8c\x51\x4c\x09\xd1\xb1\xe8\x49\x2c\x5b\x7d\x95\x8a\x88\xa1\xae\x47\x9a\xd3\x2b\x4c\xd3\x81\x2a\x04\xdb\xdd\x86\xc9\xf2\xcc\xae\x5d\xd0\xf8\x64\xaf\xe2\xe9\x04\x65\x5b\x55\x3d\x6c\x84\xfe\x92\x53\xa3\x11\x8a\x83\xcc\xc6\x09\x75\xc3\xf7\x7e\x85\xee\xf0\x79\xe8\x37\x3b\x0c\x14\xf5\xf5\x25\xb7\x4e\xf3\x9e\x40\x85\x68\x03\x5c\xa1\x67\xba\x87\x15\x25\x29\xbd\x31\x30\xcb\x41\xd6\xab\x34\x13\x27\xd1\x6f\x0f\x34\xab\x8c\x05\xad\x84\x3a\xba\x29\xd6\xeb\x4c\x96\xf8\x95\xf2\x4a\x31\x80\x4c\xe5\xc7\x15\xb2\x2d\xb4\x07\x10\x7c\x7a\x00\xa2\x4b\x51\xb3\x1f\xe0\x1a\xec\x20\x24\x76\xd2\xb5\x3a\xd6\x48\xa8\xad\xbc\x6e\x69\x90\x24\xe8\x5e\xfe\xab\x4d\x43\x47\x62\x26\x3b\x66\x8a\x7f\x42\xf2\xa4\xa3\x41\xad\xd4\x9e\xec\xb6\xd3\x6c\xa6\xe9\x84\x39\xca\x74\xa5\x99\x92\xf7\xb6\xd4\x02\xe4\x2c\xba\x55\x61\xbf\xf3\x42\x0a\xe7\x91\x93\xbb\x74\x26\x55\x42\xb5\x99\x44\x71\x74\x02\xe5\x21\xc5\x23\x8b\x71\x34\xa7\xf8\xeb\x51\xc1\xd7\xc4\xb7\xa1\x72\x33\xc6\xbe\x5d\x55\xe5\xef\x9d\x6f\x74\x1f\xdb\xf9\xcb\x33\x71\xd6\x4f\x4b\x80\xba\x3a\xb6\x8b\x27\x4e\x52\x68\xf1\x13\x9c\x2e\x68\x0a\xbd\x4c\x20\x14\x73\xb9\x45\xc2\xee\x94\x48\x29\x30\xec\x33\x4a\x86\x53\xed\xe6\x00\x3d\xdb\x1a\xd0\x24\xf2\xc0\xef\xd4\xdb\x11\x59\xa8\x7a\x6c\x36\xb3\x11\xf4\xdf\x07\xb8\xe2\x4f\xf2\x78\x11\xa5\xaf\x2a\x72\xb3\x04\x38\x79\xe3\x83\x16\x32\xf2\x81\x38\x5d\x00\x79\x4f\x47\x39\x43\xe1\x63\x74\xaf\x7a\x5e\xdf\x27\x6d\x1b\x0b\xf5\xb0\x41\x95\x04\xb4\xbc\x71\xbc\x34\x95\x56\xcf\xb3\x3a\x2e\xdb\x86\x6e\xaa\x14\xc1\xaf\xdb\x08\xe2\x34\xd3\xae\x48\x8d\x98\x51\x04\x57\xe8\x54\x56\x38\xc5\xd9\x19\x6f\xdb\xf2\xbe\x2c\xab\x9b\x79\x9a\xb9\x0a\x46\xfb\xd4\xfe\xd9\x36\x0a\xb5\xd8\x4c\x68\xe1\xce\x8e\xd9\x9c\x9b\x48\xce\xaa\x12\x81\xe1\x1e\x8f\x22\x37\x77\x2b\x8b\x67\x4a\x63\x5e\x28\xb4\xbb\xa4\xb3\xcd\xde\xca\x1d\x13\xf7\x2e\xf9\x3d\xee\x80\x50\x9a\x1e\x98\xcb\x54\x70\x5a\x6d\x61\x5f\x3d\x90\xbb\x32\xe9\x92\x58\xee\xf8\xc1\x85\xa4\xa6\xab\xa5\x8c\x07\x6c\x27\xdf\x72\xa1\xa6\x9b\xe6\x52\x74\x23\x79\xe0\x21\x2e\xd0\xde\xf1\x4d\xbe\xb2\x2a\xb9\xc1\x79\x0f\x83\x44\xf1\xd5\x3a\x12\xe9\x9a\x58\xc8\xe3\xe6\x17\xb7\xc0\xa1\x8e\xd8\xe5\xe5\xce\x41\x3e\x7f\x95\x22\x9d\xe8\x80\xe9\x99\x95\x7b\xb7\x20\x2b\xdd\x67\x81\x07\x8b\x93\xcb\x41\xde\xfb\x99\x4d\x31\xef\x0b\x55\x93\x36\x37\xdd\xcc\x7f\xb3\xd7\x5c\x6d\x3e\xda\x57\xd9\xdd\x67\x2c\xd4\x0b\x45\xef\x5d\x2d\x13\x6b\x31\xf8\x28\xec\x38\xba\x6f\xcf\xa8\x03\x3e\xfe\xe8\xd7\x77\x64\x00\x22\xe3\x8a\x02\x18\x8a\x5f\xbb\xd8\xc6\x54\x49\x76\xfe\x6d\x19\x09\x3b\xc9\x1b\x3b\xc4\x97\xb0\xad\xf7\xaa\x2b\xde\x00\x9f\xf0\x5f\x88\x0d\xda\xa2\x20\x7c\x01\xdf\xdf\x3d\x5d\xd6\x76\x83\x0f\x7c\x41\xd6\xf0\x51\x16\x27\xf6\x8a\x3e\xc2\xf2\xe8\xeb\x54\x66\xcd\xf6\x6c\x8b\x50\x3a\xf7\xed\xb4\x49\xbb\x9d\x46\x93\xce\x35\xee\x96\xc1\xc5\x87\x0e\x7b\x96\xef\xb6\xff\xba\xbe\x1d\x4a\x03\xa1\x2f\x0c\x05\xc2\x22\x7a\xf3\x07\x3e\x89\x27\x24\xb4\xf4\xd9\xfe\xa1\xf4\x71\x8d\xbd\xb7\xca\xfb\x73\x83\x4f\xa0\xdf\xf6\x67\xf5\x61\xe6\xce\xeb\x0c\xc2\xc0\x11\x91\x75\xbd\x62\x0e\x94\x1b\x2b\x59\xca\x5d\x5c\x31\xc2\x10\x57\x7c\xb7\x86\x75\x5e\x11\x34\xea\xfd\xd3\xcd\xfe\x84\x03\x9f\x45\x80\x7f\xd9\x9f\x3d\x80\x9b\xf6\x67\x9e\x4e\x8f\x77\x95\x49\x1d\xf8\x20\x1b\x4d\x83\x18\x38\xaf\xb3\xb0\x45\x6f\x43\xbb\x32\xb2\xe0\x03\xd9\x1d\xe6\x6d\x70\x84\x8a\x68\x7a\x69\x41\x48\x6f\xe2\x89\xfa\x20\xe4\xfe\xb9\x00\x98\x80\xca\xbb\xa1\x3e\xfe\xc2\x29\x42\xf0\x0a\x08\x30\xeb\x52\x55\xcc\xe9\x88\x88\xe2\x0e\x4a\x1a\xc3\x9a\x69\x36\x76\x40\x4c\x6e\x03\x37\x81\x1e\x44\xa8\x5a\xe7\x10\x50\x16\x79\xd5\x89\x22\x24\xba\x39\xe7\x28\x75\x1c\xa9\x2d\x47\x48\x93\x89\xf8\x28\xef\xb2\xc5\x10\x03\xac\xcb\x33\xff\x1c\xc0\x54\x12\xc2\x82\x35\xd3\xd9\x27\x7b\x85\x2f\x58\x90\x98\x10\x5a\xed\x9d\x1d\x14\x25\x80\xe8\xc6\x32\x8c\x80\x6a\x41\x01\x6a\x8b\xe8\xe2\x3b\x04\x45\xbe\x54\x8b\x25\x48\x85\xae\x24\x0d\xe5\xab\x70\xc5\xfd\x8c\x7e\xe7\xf7\xd4\x4a\xee\x91\x91\xd5\xc9\x21\x97\xf8\x91\x55\x66\x44\x8d\xcb\x4c\xcc\x7f\x22\xa5\x74\x1f\x2e\xea\xbd\x67\x48\xc8\x32\x6a\x7b\xdd\xac\x06\x76\xc4\x4e\xf3\xe1\xb2\x79\xab\x76\xda\xbc\xbe\x8d\x67\xa6\xb7\xcc\x2f\x12\x26\xb8\x6a\x1a\xbd\xd1\x0c\xb9\xcf\x35\x57\x4d\x09\xed\x82\x40\x00\x23\x47\x4e\x47\x23\xe3\x53\x9d\x87\x42\x3d\x72\x12\xf3\x9c\x80\x1b\xf4\x16\x61\x8a\xb4\xf5\xa8\x17\x1a\x78\xe1\x41\x30\xff\x7d\x56\xb9\x0f\x49\x9c\x73\x07\x53\xeb\xad\xb2\x26\xa7\xf2\xa8\x8c\x25\x45\xbf\x7b\x6c\x16\xe9\x23\xaa\x4f\x2f\x9d\xe6\xba\xfd\x8b\x98\x7b\x40\x1e\x1a\x79\x5f\xc3\x33\x96\x83\x1d\xce\x65\x44\x2b\xb1\x3f\xc7\xef\xa9\xcf\xbf\x69\xcc\x0f\x74\x74\x34\xf4\xee\xaa\xe8\xde\x65\x22\x19\xfe\x1e\xed\x28\xca\x57\x0d\xf6\xcb\xff\x2a\x6f\x07\x15\x46\x1a\x26\x9e\x62\xd5\x84\xda\xf4\xd6\xa3\x30\x41\x4f\xfe\xdc\xdc\x61\xb1\x70\x99\xaf\x26\xd2\x14\x32\x01\x66\x2a\xde\x9b\x87\x17\xad\xb9\xde\x49\x08\xbc\x65\x1a\xd2\xd8\xab\x42\x7b\x83\x75\x92\x74\xec\x85\x40\x5f\xdf\xb0\xa7\x09\x91\x6e\x34\x14\xa0\xc1\x53\x1a\xb2\x31\xef\x93\xe4\x4c\x15\x7f\x6e\x0c\x91\x5a\xc9\xfa\xc5\xc6\x4a\x8a\x8b\x22\xbb\x57\xfb\x80\xc6\x8e\x00\xc5\xb6\xfa\x5b\x6b\xcd\xa8\x2c\xe5\xd1\x88\x53\x91\x32\x0b\x66\x46\xce\x11\xdd\xed\xe7\x33\x32\x77\x94\x83\xb2\xb8\x82\xb6\x78\x46\x92\xa7\xa8\xcd\x1c\x1b\xe4\xae\xf4\xc5\xa6\xf9\xeb\x64\x39\xae\x74\x06\xe9\x96\x17\x16\xf6\x35\x42\x72\xcd\x64\xd7\x12\x71\xb5\x5a\xe9\x2d\xd9\x81\x48\x15\xd0\xdd\x4d\x8e\x7d\x11\x30\x1c\xa2\x4d\x4a\x2c\x18\x4a\x64\x3f\x47\xf7\x9d\xd7\x3a\x09\xbf\xef\x80\x18\x64\x0b\xfb\xc6\x10\xf8\x9c\xd7\xf3\xcf\xd6\x56\x69\x5b\xdb\xa9\x50\x0f\x76\x6a\x53\xde\xc5\x81\xa4\xa6\xb9\xac\x90\x3f\xe0\xcf\x21\xb4\x1e\xf3\x64\x67\xee\x61\xed\x4c\x84\xda\xea\xe0\xf1\x1a\x45\x97\xc2\x37\x3e\x28\xc9\x69\x24\x3a\x2f\x66\xd5\x53\x24\x6a\x77\x41\x27\x98\x35\xd2\xd9\x73\xf4\x0a\x24\xe5\xf6\x31\x4a\x6d\xa4\xa0\x62\x16\x5b\x37\x14\x50\xc2\x89\x5a\xdb\x50\x65\x2e\x8a\xe1\x32\x87\xac\x0a\x4e\xb5\x82\xc8\x98\x43\x5a\x2a\x32\x06\x5c\x9b\x48\x4b\x8a\xd9\x0a\x61\xcc\x7e\xfb\x40\xae\x9e\x4e\x87\x66\x17\x67\x7f\x61\x07\xdb\x87\x0a\xf3\x5a\x23\xdf\x7e\x62\xa3\x80\x39\x0d\x93\xd4\x4f\xca\xb7\xdf\x65\x60\x3c\x18\x42\x4c\x53\xba\xfd\x87\xd9\xf7\x34\x65\xdb\x5b\x2e\xa1\x3f\x8b\x9e\x91\xf2\x9f\x73\x32\x2e\xb0\x69\x7e\x23\xc5\x24\x54\xcd\x83\x4d\xe7\x24\x96\x6a\xb5\x94\x85\xc7\x9f\x17\x38\xc1\xd5\xcc\x18\xe5\x4b\xef\x8e\x2f\x08\x18\xa5\xbf\xf9\x05\x81\xe7\x3d\xe0\x1c\xd1\xaf\xef\x93\xa6\xe8\xe8\x80\x43\xe7\x96\xf7\xf0\x23\x6a\xca\xc8\xa7\xae\xa1\x88\x72\xe5\xc9\x63\x9f\x32\x41\xeb\x8f\x20\xf8\x32\xf3\xec\x08\x07\x8c\xd5\x04\x44\xb3\x95\x15\x23\xaa\x35\x4e\xc4\x4f\xb9\x10\x92\x8d\xae\x1b\xe4\x18\x07\xc0\x9c\x19\x11\xed\x52\x6f\x8b\x6e\xbe\x2b\xdc\xd8\xf1\x58\x46\x29\x81\x5e\x6c\x54\x2c\xb7\xf3\x29\x12\x5e\x2c\xb3\xc0\x26\x2a\x07\x78\x9e\xb3\xf4\x8b\xd7\x5f\x51\xa1\xcc\x7c\x46\x7d\xf3\x67\x90\xcb\xea\xeb\xa4\x93\xa8\xd3\x76\x84\xa7\xdc\x27\x5a\xf7\xee\xe3\x76\x9e\xd9\x7f\xd5\xbc\x65\x21\x05\x4a\xff\xae\x25\x48\x3d\xce\x7c\xc2\x48\xd2\xd8\x66\x36\x24\xa4\x12\x16\xa9\xaa\xb0\x28\xad\x59\x86\xfc\xab\xa4\x44\xa7\xf0\x4c\x1f\xe3\x74\x7e\x88\x82\x3a\xc5\xee\x6f\x78\x0c\x0d\x8b\xc7\x50\x3f\xb1\xef\x21\x8b\x73\xf0\xe2\x23\xde\xa4\x3f\xc7\xff\x1d\x68\x79\x27\x5a\x41\xea\xbe\x41\x54\x09\x6f\x4b\x28\xc4\x9b\x04\x5a\x67\x05\x94\xc0\x82\xa6\x60\xe5\x9b\xe0\x7d\x49\x07\x75\x2d\xf8\x06\xe7\x6c\x1e\x9c\x8b\x93\x6b\x47\x3b\xc4\x94\x65\x17\x38\x37\x1a\x3f\x33\xc7\x87\x42\x79\xed\xe6\x05\xf4\xe0\x6f\x99\xd3\x8c\x38\x75\x91\x23\x5d\x06\x69\xf3\x6b\x83\x07\xf8\x46\x96\x34\x15\xf5\x98\xcd\x8f\xf6\xae\xa0\xa6\x7a\x16\x67\xa6\xd3\xad\xbc\xb2\xad\xbd\x9e\xb0\x48\xbb\x15\x39\x2f\x9b\x4e\xcf\x49\xed\x97\x19\x75\xa3\x27\x5a\x72\x50\x2d\xb8\x79\x57\x34\xa5\xae\xd9\x55\xfd\x25\x1a\x72\x50\x30\x67\x6d\x5d\xea\x5c\x17\x17\x5d\x51\x93\xc4\x2e\xed\x8a\xaa\xcc\xd2\x4b\x57\xe4\x60\x56\x35\x7d\x58\x96\xda\xab\xb6\xed\xe5\x92\x1c\x04\x74\xb9\x28\xf5\xca\x5e\x9e\x49\x11\xcb\xc1\x9a\xae\x9f\xa5\x0e\xed\xf5\x9d\x14\x91\x1c\x94\x4b\xe6\xfa\x49\xea\x4a\x29\x7d\xfe\x28\x07\xc5\x5a\x9b\x50\x3f\x75\xa9\xc6\xd7\x47\x62\x2f\x07\x45\x7a\x7c\x27\x75\xc9\x3e\x3e\x15\x5b\x39\x28\xfa\xe6\xf2\x46\xea\x92\x9f\x54\x26\x94\x83\x1d\xe9\xda\x6b\xa9\xf7\x05\xbe\x3c\x11\x2b\x39\x28\x18\x11\x3d\x90\x1a\x76\xc7\x6e\xbe\x2f\x96\x72\x10\x50\xc9\x0b\xa9\x57\xa5\xc4\xe5\xef\xcb\x41\x9d\x7a\x6a\x2e\x75\x23\xed\x29\x4f\x0e\x9a\x74\x79\x26\x75\xcb\x5e\x5e\x4b\xf1\x3d\x38\x53\x21\x5f\x3a\xb6\x65\x6c\xa4\xf8\x1c\x9c\x0f\xe6\xea\x87\x8e\x0f\x7c\x35\x90\xe2\x7d\x50\xa7\xf8\xaa\x37\xdd\xb0\x3e\xcf\x83\x14\xaf\x83\xc3\x34\xef\x8a\xa9\x3e\x4e\xed\x68\xbd\x0c\x36\x91\x19\x80\x49\x16\x09\xff\x79\xb0\xa3\xec\xbb\x71\x96\xdb\xfc\x69\x90\xa3\x5a\x8d\x74\xa1\x90\x04\x1b\xfc\x19\xcc\x66\x46\xca\x18\x6a\x0f\xd6\x2e\xea\xe0\x3f\x83\xf9\x8c\x10\x20\xbe\x92\x50\x06\x5a\xcc\x62\x67\x69\x3d\x89\x39\x55\xaf\xec\x3b\x73\x29\x06\x83\x35\xde\xb1\x6b\x7a\x4a\x7b\x3a\xac\x42\xcb\x2a\x3b\xe3\x8d\x00\x35\x87\xed\xe3\x04\x63\xf3\x97\x4f\x13\x48\x30\x78\xd9\x0c\x99\x72\x7b\x6d\x26\xa6\x4b\x6c\x9a\xdc\xad\xce\x60\x47\x55\x55\x7a\x6f\x2f\x2e\xa4\xd0\x77\x01\x25\xe5\x8b\x37\xce\xb1\xfb\x16\x98\xe8\x1e\x58\xc7\x87\x7b\xa0\xf1\xcb\x53\x3d\x85\xf3\x77\xd9\x1e\x1a\xca\x04\xcf\x9f\xa4\xd7\x11\x9b\x7e\xbb\xc2\x7d\x39\x00\x58\xe7\x91\xbc\x25\x33\xf2\x7a\xc3\x32\x00\x45\x2d\x90\x9c\x3c\x68\x2a\x5d\x2b\x5c\xc6\xef\x24\xa9\x24\xe4\x98\x14\x2b\xce\xfd\x2d\xf1\x36\xd6\x15\xea\x3d\xdd\x60\x2c\x7c\xde\xc0\x06\x8b\xba\x94\x2e\xa1\x13\x9b\xe7\xb5\xd5\xf1\x5c\xa3\x5d\x38\x56\x21\x1b\x21\x8a\x8c\xd5\x8b\xc4\xb6\xaf\xed\x26\xbd\xfc\x96\xe8\x10\x96\xff\xc9\xa8\x18\xcf\x69\x3e\xa5\x4d\xa7\x5c\xca\x99\xdc\x6d\x28\x7a\xec\x6b\xbf\x31\x15\x5e\x4b\x0a\x4f\xfb\xea\x9c\x36\xa6\xdd\xdf\xc8\x9d\x47\x72\x5f\x43\x7a\x2c\xcf\x87\x6e\x26\xbb\x45\xb5\xe4\x88\x40\x20\x8e\x34\x50\x9f\xd5\x07\x92\x26\x10\x32\xb6\x92\x0b\x10\x47\x7e\x40\xac\xd9\x36\xb1\xaf\x56\xa1\xd3\x76\xe2\x09\x9d\x96\xc0\x6a\x31\xd3\x61\x28\x04\xb3\x68\x16\x28\x0d\xb5\xb7\x99\x41\x3a\xf9\xd8\xb6\x9c\xdb\x96\xaf\x99\xcc\xbf\x09\x77\xe9\xec\x68\xf0\x0a\xbe\xba\x47\xe2\xf6\x16\x02\xd2\x4a\xa5\xf9\xf4\xbd\xe2\x46\x59\x6d\x56\x88\x78\xa3\xd8\x64\x3f\x4c\xc6\xa5\xf9\x91\x7f\x13\xdd\x07\x06\x4a\x34\xbd\x49\x82\x45\x69\xfd\xb3\x7b\x7b\xd7\xe5\x29\x78\xe0\x09\xa4\xc4\x54\x95\xfd\xc0\xd3\xda\x5e\x42\x38\x25\xd2\x1c\xd7\x22\x2b\x2d\x7c\x75\x96\x75\xca\x73\x15\x1b\x59\xa3\xfe\x57\x5b\xb5\x83\x39\xe1\xab\x05\x9b\xa7\x42\x0a\x7c\x8c\xa3\xb4\xc7\xe1\x46\x0b\xb9\x41\x2e\x07\x39\x74\x74\xd4\x2e\xcc\xc0\xd4\xa2\x6a\x3b\xb2\xf7\x2f\x65\x75\xe7\x22\x27\x6c\xf3\x89\xd1\x42\x7e\xff\xb1\x04\xe5\xb2\x48\x33\xab\x8b\x8c\xc7\x5e\x15\x5c\xa1\x3b\x59\x02\x32\xd1\xb8\x55\x24\xd8\x47\x50\x15\x75\x0f\x95\x36\xdc\xbb\x24\x4f\x9e\x24\x96\xfb\x81\x84\x36\xb1\x96\x51\xc0\x58\x37\x4a\xa8\x2d\x45\x45\xf7\xce\x54\xa0\xb3\x21\xa0\x01\xb1\x96\x8d\x23\xe0\x9c\xfe\xac\x08\x90\x06\x92\x7e\x45\xe5\xb6\x60\x04\x9f\x72\xe6\x07\x4d\x92\xca\x0e\x0b\x74\xbe\xa7\x18\x48\xe1\xd3\xf4\x7b\x9a\x64\x9f\xa9\x7d\x58\x38\x83\x8e\x91\xf0\x94\x70\x91\xbf\xd7\xa2\x6e\x14\x23\xaa\x59\x56\x63\x16\xae\x99\xff\xe4\x4f\x75\x60\x9f\x39\x9c\xee\x90\x7a\x41\xd6\x76\x82\x97\x28\xd0\x8c\x40\xba\xb5\x9b\xf1\x26\xf6\xad\x1a\x42\xd1\x6e\x5b\x99\x2c\x6d\x97\xd1\xac\xec\xd2\x76\xff\xc9\x5d\x73\xf3\x81\x1b\xee\x1a\xb2\xe2\x8a\x29\x57\xe8\xca\x5d\xe3\xfe\x70\xd7\x2c\xdb\x81\x63\x47\xc8\x46\x2a\xd2\x24\xd3\x4e\x0a\x7b\x30\x93\x85\x15\x42\x4e\xd6\x63\xc2\x42\xa9\xc9\x70\x9c\xf9\x2d\x02\x59\xdc\x99\xc5\xd4\x29\xc8\xca\x8e\xdc\x93\xf7\xa4\x3d\x5e\x52\xdd\x1c\x00\x61\x38\x3d\x36\x1c\xe8\x04\x3d\x9b\x66\x2b\xaa\x0b\x6d\xd7\x80\xfa\x64\xf3\x1d\xbf\xd5\x3c\x42\xa5\xf5\xd6\x19\x31\xe8\x71\x36\xa4\x86\xd7\x69\xe9\xaa\x3f\xe1\x92\xed\xf6\xb9\x2f\xca\x5a\x83\x4c\x36\x25\x44\x32\xd9\x0a\x91\x56\x49\xa3\x37\x59\x6c\x61\xc0\x58\x52\x46\xb0\x2a\xc8\xf9\xc2\xea\x0a\xe6\x40\x58\xaa\x14\x30\xed\xc5\xbd\xd4\x31\x14\x6d\x28\x98\xbd\xea\x28\x11\x4d\x00\xe9\xe9\xd9\xb3\x18\x32\xae\x50\xef\xd5\x7b\x86\xae\x31\x75\xd9\x37\xd4\xc5\xd6\x45\xb0\x7d\x75\x19\x9c\x38\xe5\x87\x06\xff\xad\xd0\x70\x8c\x8a\x19\xeb\x20\x67\xf1\x93\x4a\x8c\x47\x30\x43\x1a\x68\x8c\x98\x73\xca\xa6\x30\xb3\xa0\x08\xc7\xd4\xb4\xb4\xa0\x13\xa1\xa4\x66\x4e\x06\xed\x66\xdf\xe5\x36\x9b\xee\xe9\x31\xb0\x99\xc0\x91\xa4\x2f\x9b\x55\x20\xb1\x70\x58\x43\x32\x26\xed\x14\x04\x1a\x83\xc4\x93\xe9\x91\xf0\xe0\x54\xa8\xa2\x39\xb8\x59\x66\x04\x7c\xaf\x1f\x1a\xea\x86\x60\x6c\x94\xed\x56\x11\xde\x9a\x59\x93\x16\xe9\x60\xdb\x00\x9c\xf5\xee\x0c\x24\xbb\x78\xee\x26\xd3\x5e\xdd\x5b\x91\x39\x20\xee\xd9\x89\x11\xce\x09\x80\xa4\x46\x10\x58\xe3\xe6\x89\x75\x1f\x9a\xbd\x30\xc5\x6e\x73\x38\x4f\x10\x2e\xac\x5e\x0a\x5e\xea\x7b\x55\x4f\xe5\x80\x37\x5f\x08\x6a\x0b\x09\x28\xdb\x0a\x78\x83\x46\x14\x35\x72\xbf\x00\x26\xa4\x4f\x30\x5a\x6c\x97\xd3\x0f\xc7\x15\xd5\x74\x74\x6d\xf6\x48\x10\xbb\xbb\x19\x22\x1d\x53\xdb\xda\x8c\x4e\x46\x90\xe5\xac\x09\x61\x55\x90\xf2\xac\x9e\x8a\x38\x77\x2e\x76\x14\xff\x8b\xce\x18\xb5\x41\xf4\x5c\x53\x56\x67\xb4\xad\x37\xe0\x52\x51\x25\x2b\xac\x4c\x85\xd8\xdf\xd2\x7b\xf6\x48\x5c\x1f\x81\x3b\x51\xf9\x38\x97\x0f\xe5\x7f\xc4\x5c\xb2\x9a\xdc\x06\x59\x3e\x67\x59\x9b\x91\xf5\xe7\x48\x31\xb2\x9f\x5f\x07\x8f\xd8\x32\x35\x59\x36\x29\x50\x59\xe9\x12\x81\xcd\x13\x70\xa1\x7a\x8a\x1f\x71\x60\xb9\x42\x3d\xac\x5b\x12\xba\xbe\x9b\xea\xfa\x6e\xaa\xeb\x9b\x29\x97\x7b\xa4\x80\x46\x86\x36\x0c\xb7\x8a\x03\xc5\xfb\x22\x7e\x19\xe2\xf4\x17\xa4\x0d\x06\x2b\x95\x44\xee\xb1\x52\x28\x8a\x7a\xbe\x64\x85\xad\x27\xc4\x51\x2f\xa0\xd3\x05\x7a\x69\x95\x3b\xb3\x10\x3d\x27\xc0\xcf\xaa\x5a\xd9\xeb\x5f\x42\x78\x6a\xcd\x97\x65\x68\x2f\x7f\x98\xa3\x70\x83\x5f\x6f\x5b\x7b\x75\x44\xbe\x16\xd3\x81\x3b\xb8\x37\x1e\xfe\xad\x1b\x9a\x2d\x73\xe4\x24\x2b\x4e\x08\x48\x4e\x9c\x24\xfb\xdd\x7b\x05\xe2\x92\x27\x03\x43\x45\x9d\x03\x07\x7d\xd5\x15\xda\x23\x59\x4c\x47\xea\x3f\xc8\xb9\x1d\xa1\x23\x7d\x58\xc1\x06\x68\x26\xd6\x1d\x11\x89\x89\x99\x2c\x32\xa7\x75\x09\x64\xc7\x65\xd7\x7c\xc2\x77\x2a\x41\x76\xfb\x3c\x33\x66\x58\x4f\xe8\x4f\xc0\x51\x29\xce\x3d\xea\x9b\x13\xf0\xd9\x94\x88\xc4\x33\x04\x29\x4c\xea\x24\x8d\x51\xaa\x48\x97\xf3\x90\x36\x92\xd9\xa9\x3d\xe0\x79\x8f\xcf\x13\x18\xf3\xc9\x9c\x38\xaa\xf6\xf3\x23\xd1\x6d\x39\x44\x70\x2b\xbe\x62\x65\xcb\x41\x48\x61\x47\xf4\x19\xd7\x02\xb1\x7e\x36\x4b\x74\x95\x81\x99\xbc\xca\x05\x66\x7a\x9a\x17\x4e\xcb\xf3\x8e\x9a\x81\x88\xe9\x5c\x32\x65\xed\xd6\x6c\xee\x64\x14\x3c\x0a\xaa\x21\x4f\x03\xe5\x47\x61\x39\x70\x14\xdc\x5a\xd3\x21\x35\xd9\x57\x7e\x09\xe1\xf5\x24\x27\x30\x31\x3c\x2e\x62\x79\x54\x49\xa6\xdf\x3b\xf9\xc0\xe4\x28\x20\xa5\x5e\xf8\x7d\x58\xe9\x8c\x2c\x77\x8c\xc8\x61\x77\x9f\x6f\xde\x0b\xd7\xcc\x88\x3e\xde\x29\x2f\xef\x70\x4c\xd7\x70\xe4\xbc\x1d\xd6\x6d\x36\x0d\x5f\xeb\x04\x7f\x87\x69\xc9\xc8\x0d\x37\x55\x82\xdb\x32\xbf\x98\x84\x97\xc2\x27\x89\xd2\x1c\x72\xe6\x23\xc1\x68\x58\xce\xb9\x17\x75\x4c\xdc\x5f\x97\xfa\x80\x82\xda\xd4\xd9\x37\x34\x84\x1e\x8c\x1c\x69\x07\xcc\x06\x2f\x3a\x87\x06\xcc\x02\xd6\x2d\x97\xf5\xa4\xf5\xe8\x2c\xc2\x84\xe8\xf3\x3d\xd6\x2d\xac\xb8\x41\x53\x04\xd1\xe7\x03\x20\xbe\xf4\xc4\xbe\xa6\x52\xc0\x15\x00\x20\xaa\x3b\x5a\x43\x88\x2b\x54\x82\xe2\x0a\x3b\xe6\x81\xb6\x38\x23\x46\x30\x09\x60\xe4\x88\xd3\x57\x46\x4e\xcc\xc6\x22\x02\xbe\x50\x0b\x45\xcb\x85\xdc\x48\x49\x25\xd6\x7b\x9a\x6e\x03\x14\x93\x04\xae\x76\xce\xf4\xbf\xe8\xc5\x44\xba\xa6\xfe\xd8\xd0\xde\xfd\xde\x9c\x58\x5a\xad\x6a\x12\x09\x3b\x73\xb0\xd8\x87\x32\xda\x71\xfc\x26\x72\xc9\x11\x1b\xd4\x27\xcb\xfa\x33\x27\xf7\xec\xb6\x77\xe6\xb8\xab\xc8\x06\x2c\x22\x99\x67\x29\x1d\x3c\xaf\x44\x4d\x3b\x67\x00\x3e\x04\x72\xd9\x62\x8a\xb6\x8d\x54\xfe\xd9\x02\x45\x71\x5a\x2f\x64\xdc\xa3\xac\x6d\x34\x8e\xb4\xb5\x14\xea\xb1\xba\x6d\x03\xcf\xa8\x29\x85\x7a\xf1\xea\x1c\x99\x74\x36\xf7\x66\x15\x17\x02\x64\xd9\x88\xd8\xe1\x8a\x3d\x8c\x45\x29\xd4\x60\x1e\xf2\xbd\x89\xba\xa7\x64\x94\xd1\x91\x33\x43\x5b\xd0\xd1\x8e\x58\xc0\xb5\xd7\xcc\x76\xb3\x58\xb3\x95\x39\x9c\xe9\x1f\x67\x4f\x33\xb2\x5c\xd7\x24\x76\xd3\x9c\x06\x00\xc5\x46\x37\xc8\x29\xd4\x8d\x75\x33\x27\xf3\x1d\xe7\x8e\x89\x8c\x4a\x94\xaa\xc1\xd1\x51\x82\x09\xe3\x36\x32\x63\x3e\x12\xdf\x4c\x3a\x37\xce\x98\x2f\x54\x4d\x5a\x66\xbe\x0e\xf4\x88\xf5\x9a\x93\xe6\xb6\x24\x86\x69\xdf\x41\x96\x67\xa0\x96\x63\xfb\x96\xf0\xd5\x6c\x8c\x93\xc3\x1b\x5b\x4b\x82\xf0\x65\x8b\x71\xdc\x9a\xac\x64\x1b\x51\xc1\xcb\xf0\xc0\x1d\x01\x10\x4a\xee\xc8\xfb\x03\x02\x22\x7a\x8b\x31\xad\x0c\x8f\x24\xe1\xd7\x2d\x50\x60\x19\x5b\xf4\x65\x8d\x60\xa2\xc9\x06\x10\x8c\x2f\x74\xdc\x7a\x73\x6b\xbd\x67\xe8\xf6\xaf\x48\x13\xed\x03\xe1\x35\x8e\x90\x7a\xab\x5f\x1b\x05\x5a\x13\xed\x72\x0e\x72\xa5\x79\xf7\x29\x82\x53\xc0\x4a\x4f\x28\x70\x5b\xcb\x3c\x61\x53\x95\x84\xae\x3e\x82\x77\xae\x27\x3a\x15\x79\x3c\x38\x69\xdd\x4f\x27\xce\xcc\x3e\xa1\x9a\xf6\xf7\x45\x35\x35\x49\xcb\x14\xfa\xdd\x0a\x1d\x4c\x11\xb3\x1c\x94\x2d\xd5\x7d\x6f\xae\x9c\x44\x2f\x79\x8c\x00\xa4\x38\x39\x05\x28\x64\x05\x68\xb8\xde\xf2\x9e\xc2\x91\xa8\xcc\x65\x0e\x70\xda\x4d\x64\x4d\x4c\x8b\x43\x38\xd8\x2b\x5b\x84\x73\x6e\x00\xcf\xf1\x55\x70\x00\xd4\x32\x5f\xe3\x79\xea\x5b\xcf\xc6\xc9\xc0\x0f\xb3\x5d\x67\xa8\xf3\x42\x18\x32\x86\x67\x32\x18\xab\x3f\x4b\x50\x6b\x4d\x17\xd8\x8a\x5f\xa1\x46\x98\x2e\xfb\xb3\xb2\xb4\x80\x63\xa1\x9e\x9a\xa1\x93\x7e\xa0\xf4\x8c\x6e\x1c\x09\xf7\xbb\x14\xb7\xd3\x81\xaf\x62\xa3\x21\x29\xb0\x67\xfb\x27\xb7\x82\x1c\x8e\x20\xc8\x5e\x81\x49\xeb\xd9\x18\xbe\xf3\x1c\xec\xc5\x46\xd3\x89\xc6\x50\x7f\x8d\x22\x78\x1e\xa3\x5f\x7b\x44\xb0\x40\xdf\xee\x19\xed\xe1\xc7\xa4\x28\x28\xa3\x41\xb8\xa1\x9a\xb9\x8c\xc7\x0a\xa7\x8d\x51\xc1\x12\x3e\xc1\xa5\xdf\x4e\x87\x75\x5e\x82\x84\xcd\x93\x64\x58\x6e\x90\xe5\xe3\x28\xd7\x05\x95\x4c\x0b\xf2\x29\x9b\x75\xa6\x96\x1a\xe9\xcb\xc7\x16\x04\x0c\x1a\x02\xda\x24\x3d\x35\x9f\xdd\x25\x40\xac\x74\x60\xf4\xf8\x8a\x5a\xc9\x5a\x9d\x6d\x01\x5b\x08\x6f\xbd\xf4\x61\x72\x0e\x34\x40\x40\x70\x6f\xed\x18\x42\x7b\x0b\x0c\xaf\x69\x47\x4f\x37\x81\xfe\x34\xd3\x8f\xf0\x26\xf7\x60\x77\x58\x00\x05\x26\x3f\x97\xea\x93\x21\x7a\x4e\x00\xed\x38\x83\xec\x56\x71\x23\xa6\x42\x3d\x5b\xdd\x89\x90\xc9\x7d\x06\xd9\xb5\x10\xd0\x30\x86\x33\x02\x3d\xe2\xb5\x80\xd7\xac\xc8\x3f\x94\x01\x8e\x86\xb8\x93\xaf\x4b\x50\xc6\x40\xed\xa3\x6d\xf1\x98\xfe\x2c\x4b\xe1\xbe\x2a\x88\x69\xab\x8d\x03\x2b\x0c\xf2\x5b\x58\x8a\x84\x10\xb9\x25\x97\x95\x28\xe7\xf8\x38\x61\xbe\x84\x22\xff\x1f\xcd\xe1\x86\x2d\x22\xaf\x54\x14\x0e\xf8\xbd\xd8\xe0\xff\xea\x38\x3f\x11\xba\x57\x0a\x2f\xf6\xb3\xf3\x9a\xa1\x14\x4b\x5b\x27\xef\x5a\xc6\x4a\x92\xab\xf4\x01\xac\xf5\x6f\x1d\xd3\x59\x6f\x55\x60\x32\xe1\xdc\x8d\x8b\x6c\x6c\x22\x83\xe6\xb6\x92\x59\xfc\x76\x4f\x6a\xae\xcd\xfc\x55\x2f\x35\x2c\xfe\xfe\xbe\x4e\xfa\xcc\xa0\xba\x45\x7d\x6a\x10\x19\x26\xf8\xa0\xe9\xdf\xdd\x1e\x4f\xce\x1a\x1c\xd6\x02\x95\x8d\xe4\x8d\x57\xb3\x28\x45\x84\x74\x89\xfe\x02\x4f\x80\xee\xd2\xf7\x69\x8d\x8d\xa8\xf4\x3d\xe9\x37\x34\xf1\x27\x01\x59\xf0\x26\xb3\xd0\x31\x63\x34\x97\x2d\xae\xc9\x19\x0c\x33\xba\xa0\x5a\x05\xe7\xc7\xe3\xf3\x10\xb8\xbf\x1b\x59\xe0\xe7\x8b\xe0\xf5\x11\x65\x59\x82\xb9\xbb\x5f\x46\x09\x6a\xdb\xf6\x92\xf3\x69\x2c\xc4\x78\xd3\xcf\xde\xbe\x37\x52\xf1\xf0\x7d\x39\x4c\xdb\xb9\x18\x40\x4c\xb2\xaa\x73\x83\x3f\x51\x25\x1a\x26\x55\x71\x1a\xd0\x69\xa7\xe8\x15\x33\xb5\xe6\x80\xfc\xe9\xd7\xeb\x04\x12\xb1\x54\x2d\x8a\x30\x52\xfa\x4c\xe6\x29\x25\x5a\x61\xd2\x91\xea\xf9\xb0\xe4\xce\x30\x92\x07\xcd\xe7\x1c\x1c\xfb\xcd\x3a\x3a\x55\xfa\x61\xa6\xcd\x73\xb4\x79\x11\x92\x72\xb1\x90\x1e\x37\xb0\x8e\xfa\x78\x0e\xb7\xef\xe2\xe9\x1f\x1d\xda\x04\x55\x65\x41\xf9\x37\x9e\x0e\x42\x87\xcc\x06\x27\xcb\x1a\xd7\xcf\x45\x80\xc2\xdd\x3b\xcb\x1b\xcf\xff\xec\xff\xd9\xd9\xc1\xd6\xe0\xac\x2e\x7a\x1b\x48\x71\xfd\x5c\x5d\xc1\xee\xbf\x0c\xad\x9e\x4a\xc3\x89\xbb\xf3\x06\xdd\x5d\xca\xd0\xb6\x7b\x2a\xc4\xf4\xb7\x96\xcc\xcf\xd4\x12\xcf\x09\x6d\xcd\x32\x4f\xff\x6c\xc9\xe2\x8c\x96\x1c\x9d\xed\x8d\xe7\x7f\xb6\x24\x40\x4b\x9e\x1b\x46\xde\x7a\x7b\x0f\x7d\x0c\xf6\xf6\x23\x9d\x21\x76\x11\xac\xcf\x0e\x41\xc2\xb7\xe4\x96\x9e\x52\x2a\x7d\x4a\x3d\x1d\x96\xce\xd5\x91\xcc\xc3\xbc\xe1\x1a\xf9\x30\x2f\x6c\xa1\xba\xf7\x77\x67\xaa\xba\x1b\xc9\x4a\x01\xb4\xb1\xd5\x82\x83\x9d\xcb\x7c\x34\xde\xf0\x01\x1d\x3a\xbc\x2b\x31\x23\x42\xff\x70\x26\xca\xa8\xd8\x51\xe9\xd3\x25\x7e\x7a\x97\x3c\x1d\xf2\xd3\x27\xfb\x74\x63\x96\x11\x65\x1a\xb0\xa8\x53\x6f\xbf\x09\xf5\xe2\xf3\x8e\xd5\x00\xc0\x5c\xbf\x1c\x91\x81\x75\x50\xdf\x60\xbd\xdb\x55\x7e\x3e\xd3\xf3\x5b\x59\x28\x60\x86\xdb\xbe\x29\x62\x94\x96\xb2\xc2\x1d\x68\xd7\xc8\xa2\x49\xd9\x71\x5b\x99\xc5\x68\x6b\x01\xa7\x98\x26\xb9\x69\x83\x9d\xe3\xd5\x2a\x4e\x8d\x65\x70\x59\x7a\xf9\x8c\xa3\xb5\x76\x55\x78\x15\x8d\x5b\xb9\x95\x56\x72\xdc\xa9\x3f\xab\xc7\x64\xac\xcd\xf1\xf0\x42\x21\x0a\xe2\xc8\xdf\x98\x53\xa2\xe2\xe0\x38\xd7\x17\x9f\xa8\xf3\x8c\x5e\xca\x96\x4f\xf6\xd6\xb7\x33\xd6\xfd\x84\x79\xd9\xfa\xcd\x33\x28\xb9\x5a\xb2\x40\x4f\xfc\x65\xb9\xdf\x9c\x07\x76\xcd\xf0\x3c\xf0\xce\xe9\x04\x5c\x60\x1e\x3c\xdb\xbd\x95\xf7\x19\xdb\xeb\x39\xcc\x20\x7d\x54\xc7\xd3\x5d\x62\x56\x7f\xd9\x31\x29\xb0\x59\x04\x66\xeb\x7b\xb1\x6b\x20\x6a\xd1\x60\x0c\x16\xc3\x8b\x26\xce\x62\x4c\xc4\xa5\xf4\x17\x97\xfd\x38\x8f\x69\x2e\xea\xad\x3c\x4e\xec\x59\x6a\x6a\x51\x83\x70\x36\x59\x87\x0e\x1f\x9c\x4b\xfe\x44\xb1\x49\x89\x75\x7a\xa9\x8d\x58\x71\x37\x3e\x91\x29\xbe\x2c\xbd\x1d\x9d\x96\x7b\x9c\x96\x4b\x4e\x6a\x60\xb3\x48\x7d\xcf\x79\x2e\x7c\xfe\x9d\x36\x6e\xa2\x6b\x43\xec\x8a\x2a\x10\x6e\x72\x3b\xf8\xf1\x0f\x8f\xe8\xa3\x18\x2b\x6f\x70\x9c\xa4\x5b\x71\x8d\x7b\x67\x1d\x3b\x94\xe4\x16\xca\xed\x22\xb3\x53\xdb\xb6\x6d\x92\xdb\x95\x19\x99\x57\xa6\x9b\x8f\x9f\x4f\xed\x62\x87\xb4\x28\x4f\x85\x13\xa4\x22\x1d\x52\x43\x33\xa4\xbf\x45\x78\x2d\x73\xf3\xc0\x1e\x62\xc7\x48\x0c\xbd\x8a\x54\x6c\x8d\x2d\xd0\xd6\xa3\x42\xc9\xf5\x3f\x71\xfd\x1f\xe3\xc5\xcf\x8d\xc3\x0e\xcf\x39\x26\x6a\x4d\x3e\x42\xa3\xc6\x2f\xd3\xa8\x18\x3b\xf9\x83\x12\x9d\x48\x56\x16\x98\x86\x99\xc2\x9e\x11\x12\xf5\xdb\x14\x2c\xf3\x27\x7c\x28\x1d\x95\x98\x97\x1d\xba\xa8\x13\xcb\xc6\xd5\xc4\xa8\xa3\x5b\xdc\xad\x5c\xce\xb1\x7d\x2c\xb1\x53\xd8\x91\x69\xc6\x98\x7b\x83\xc2\xd5\x9b\xb9\xd8\x21\x21\x6b\x29\x3d\x24\x1b\x4c\x03\xf4\x68\xc0\x58\x76\x78\xd7\xec\x80\xb1\xd1\x37\x89\x49\x13\x67\xff\xd4\x8e\x7a\x93\x42\xdc\xf5\xd2\xe8\x95\x46\xfe\x8d\x29\xcd\x4a\x0d\xf8\xfe\xac\x88\x6f\x3f\xb6\xd8\x0f\xb4\x02\xc6\xf9\x5b\x32\xad\x8b\xd4\x5c\xd7\xec\xed\xaa\x26\xef\x52\xbf\xc7\x4e\xee\x69\xa2\x86\x0a\x4e\x54\xdd\xdc\xa6\x69\x49\xbd\x33\xa0\xf7\x86\xe0\xb7\x68\xca\xcf\x7c\x5f\xd4\xe4\x4e\xb6\x60\xae\xf9\x02\xd2\xfe\x16\xc8\x5b\xc8\x4c\x24\x9d\x77\x4c\x93\xf6\x35\x83\x49\x1d\x31\x40\xf5\xdc\x21\x66\x73\x53\x78\x13\x61\x96\x5c\xb8\xfe\xc3\x41\xdd\xde\x2e\x53\xf6\x9c\xd4\xf0\x7e\x68\x24\xbb\xc7\x9c\x36\x35\x6c\xe8\x8c\xbd\xa4\xf6\x90\x55\xcc\x61\x8a\xe8\x86\x8b\x1b\x7a\x39\x92\x06\xa0\x1d\x3a\xec\x0c\xe9\x08\xd5\x52\x40\xd4\xec\x88\xb1\x51\xdd\xfe\xd8\x6f\xe8\xd4\x60\xcb\x16\x76\x64\x43\x10\x95\x1c\xe4\xcc\x46\xf6\xdb\x73\xfe\xf6\xea\xc6\xb7\x73\xd9\x6f\xb7\x93\xa0\x2d\x31\x03\xb4\xce\x07\x23\x85\x1f\x08\x35\x57\x35\xda\xa8\x91\x8b\x6a\x4d\xba\x0c\xbb\xee\x0a\xf5\x59\x99\x5d\xc4\xcf\x91\x5d\x7c\xc6\xe8\x54\x11\xc6\x2a\x94\xa7\x19\x79\xad\xcb\xf2\x88\xa7\x57\x2a\xaf\xd4\xc0\x8c\x4b\x4f\xe4\xbf\x44\xa0\x40\x91\xee\x01\xae\xe5\x5f\x51\xa4\x1f\x65\x86\x23\x9d\x62\x33\xb3\xc4\x41\xca\x97\x29\x73\x10\xd8\xac\x2f\x6e\x47\x99\xdb\xe4\xd5\xd9\x9a\x33\xb5\xff\x5e\xda\x66\x5f\xa2\xca\xf6\xbc\x24\x6a\xfd\xff\x4a\x41\x14\x3c\xf5\x53\x0a\x22\x4b\x1f\xac\xf6\x32\x80\x87\x46\x78\x00\x95\xc5\x18\x1f\xe0\x68\xfa\x28\x2d\x61\x5f\x61\x9e\xe4\xee\x39\x74\xf3\x63\xc2\xfa\x85\x2d\x72\x24\xc4\x46\xad\x9a\x74\x2e\x1e\x25\xc3\x52\x50\x8a\xcc\xd8\x1c\x0a\x65\x44\x57\x8d\xbd\x4d\xea\xf4\x85\xbb\x45\xc4\xc8\x44\x0e\xd4\x19\x9f\xa0\xd0\x0a\x5f\x79\x1b\xb6\x89\xcf\x36\x0c\x36\x30\x11\x62\x29\x57\x6c\xc6\xa3\xca\xb0\x4d\x6f\x4b\x4a\x71\xe7\x31\x35\x8b\x8e\xc3\xaa\x02\xbf\x01\x61\x06\xae\xb3\x1e\x92\x1c\xc5\x01\x77\xfc\x24\xe1\xcf\x6c\xf2\xe5\x4b\x37\x5d\x03\x03\xd0\xad\xc2\xb3\x37\xad\xf0\xd6\xe6\x15\xe0\xc5\x3c\x23\x97\x7a\xca\x30\xfe\x30\xd0\x37\x10\x0b\xc6\x95\xb2\xe9\x41\xa8\xc2\xb9\x97\xa9\x41\x9d\x22\xfb\x87\x05\xef\x7f\xac\x01\x8d\xfb\x0e\x28\x64\xc8\x7d\xea\x04\x4e\x6a\x9a\x45\x9a\xa5\x5d\x7e\x14\xe6\x36\x5a\xfd\xbf\x6d\xad\xd1\x34\xdd\x34\xbb\x2f\x09\x7c\xed\x1f\xab\x97\xd3\x3d\x3f\x61\x26\xf2\x3e\x00\xd0\x78\xfe\x3c\x0e\xd8\x6b\x05\x56\xa7\x98\x44\xef\xa1\x51\x75\xff\xac\x93\x9a\xa6\x3e\xb8\x39\x4c\x4a\x6f\xa9\x2b\x2c\x0c\x2e\xa6\x63\x6f\x45\x61\x89\x93\x0d\xe8\xb2\xf6\x4a\x5f\x94\xf1\x26\x84\x38\xcd\x35\x32\x9c\x93\x32\x1a\xf0\xf3\x75\x9b\x1e\x59\xb5\xde\xe2\x39\x1d\xc9\xbe\x0a\x2f\x6b\xb0\x96\x42\x88\xe6\x82\x5e\x0f\x32\xee\xb8\x02\xbf\x3f\x9b\x6b\x3a\xd4\xd7\xb2\x40\x7b\x9c\x0b\xc7\x5c\x27\x86\x64\x5c\x05\x87\xf4\x3b\xa2\x56\xce\x72\xb3\xa1\x38\xc9\x48\xd5\x4e\x97\xc1\x85\x29\xa7\x97\xf5\x33\x3a\x17\xc3\x42\x7e\x37\x55\x90\x1c\xf8\x6e\xab\xcf\x5d\xd0\xe7\x7d\x88\x9a\xf3\x65\x73\x6a\x4d\xa5\x7e\x79\xce\x54\xfb\x20\x45\x67\xab\x18\xb7\xff\x9f\x0b\x65\x42\x9e\x7f\x28\xd4\x88\x31\x35\xf0\xd3\x7b\x73\x7d\xb1\xcf\x4c\x12\x6b\x6e\xb4\xe7\xcc\x4a\xfc\x9f\xec\x2b\x66\x5e\x74\xcd\xc6\x89\x39\xf1\x36\x07\x2e\x4e\x72\xbf\xf9\x9d\x1f\x89\x7e\xc1\xec\x22\xf7\x6f\x11\x42\x66\x9e\xe6\x38\x62\x41\xbd\x42\x3d\x4d\x44\xe0\x67\x2a\xa2\x4f\x1d\xef\x3e\xd8\x92\xe6\x73\xb3\xcd\xeb\x87\x78\xa7\x7e\xe9\x7e\x9b\x0d\xb4\x61\x9b\xf2\x62\x4e\xe0\x3e\x63\x7f\xae\x6f\x0c\x4b\xe9\x9d\x7a\xc0\x83\x27\x2e\xe1\x61\x5b\xd0\xc3\x6a\xa5\x4b\x94\x66\xd8\x15\x76\x91\x8c\xfb\xdc\xe6\x0b\xde\x35\x1c\xfd\xc2\x47\x25\x6f\x37\xbb\x53\xa0\xb4\xbb\x93\xb4\x14\x47\x1a\x99\x62\x6e\x3b\x41\xde\xd5\x7d\x7e\x93\xf9\xcc\xd8\x92\x5e\x20\x0f\x96\xde\xd3\xfb\x65\x9c\x24\x5d\xd3\x6e\xcf\x09\x36\xee\xbf\x5b\x5b\x01\xad\xad\x4e\x0b\x67\x7c\x00\x41\xeb\xe1\xf7\x49\x7c\xdd\x8b\xc1\x9c\xa7\xd0\xf2\x66\x37\xb6\x22\xe8\x2d\x30\xd5\xa7\x74\x76\x73\xcd\x79\xd4\x85\xf7\x4b\xfa\xba\x3e\xd7\x53\x08\x1b\xd2\x32\xb1\x58\xb5\x82\xd9\xf4\xd6\x09\xb5\xb4\xed\xc7\x79\x4c\x61\x1d\x9d\x7d\x1a\xdf\xf5\x37\x72\xbd\xdb\x0b\xb1\x66\xa9\x3d\x5b\xd5\xcb\x31\x37\x5d\x64\xc4\xcd\x92\x73\x45\xb5\xd7\xff\x41\xb5\x97\x8e\x8a\x5a\xa1\xce\x41\xc0\xd9\x7c\xe1\xfc\x62\x6d\x75\xcd\x8d\x54\xb8\xaa\x65\xa7\xed\xed\xa3\xe4\xbc\x95\x38\xf0\xc9\x3a\xb4\x81\x03\x0c\x99\xd0\xab\x9b\x7d\xbf\x2d\x10\x79\x4d\x64\x16\x6d\x51\xf6\x8f\x73\x79\x25\x1d\x08\xb5\x21\x65\x58\x21\x2e\x0f\x19\x57\x93\xfd\x65\x45\x7b\xbb\x80\x62\x6d\x46\xaf\x90\xb5\x2b\xde\xcd\xdb\xc3\x23\xa3\x85\x10\xe6\x64\x03\x67\x16\x27\x02\xda\xb0\x1f\xb4\x71\xe8\x2d\x6f\xc8\x8c\x0b\xcd\xb1\x95\xa6\x5f\xb7\xc9\x06\xf3\x45\x94\x56\x23\x21\x44\x79\x9a\x07\xd5\xad\xe9\x55\x86\x59\xfe\xd8\x5e\x75\xea\x3a\xb8\x33\xf2\x4b\x8d\x23\x70\x20\x35\x54\x42\x9e\x44\xe5\x50\x26\x17\xc6\x42\x8c\x0b\xc8\xd5\xf2\xf1\x34\xbb\xad\x2d\x08\xc9\xfb\x9c\xc9\x76\xcd\x11\xf3\x21\x34\xd6\x61\x94\xd4\xec\xcd\xc8\xec\x13\xa1\xb6\x4c\xc3\x7e\x9e\x6b\xa3\xf7\x18\x55\xb9\x06\xb2\x2a\x79\xe6\x35\x52\x9c\xeb\xfc\x5c\x09\xd1\x94\xab\x1a\xf3\xa9\xd9\x5b\xc7\x0e\xc6\xd4\x8c\xe2\x62\x8b\x71\x23\x53\x39\x3a\xa2\x32\xcf\x18\xd9\x00\x2a\xcd\x21\xe5\x0b\x15\x02\x44\xd4\x42\x96\x67\xdd\xe0\xae\x50\xbe\x53\xda\x5c\x6c\x36\x3d\xd3\x37\x53\xa1\xde\x6d\x9f\x99\x5a\x55\x89\x2d\xad\xf6\x88\x4a\xb5\x50\x34\x35\xe5\x44\x4d\x29\x50\x32\xbd\x2a\x48\x5b\x58\x15\x27\x81\xa0\xcc\x25\x55\x93\x35\x2e\xec\x66\x3b\x3a\x42\x17\xae\xdb\x91\xce\xbd\x26\xc1\x02\xf3\xdc\xeb\x84\x38\x56\x6d\xe2\xc9\xed\xca\x8b\x33\x0d\x7f\x4d\x5d\x8d\x7b\x0f\xe3\x2e\xc6\x95\x0a\x7c\x01\x05\x84\xed\x80\x5b\xfa\x98\x94\x16\x7d\xd3\xd3\xc1\x1c\xe1\x56\x5c\xab\x6e\x1d\xcb\x67\x5c\x78\x84\x6c\xca\x75\xd9\x25\xef\x61\x0a\x28\x82\x87\x9b\xb7\x33\x93\xa0\x09\x41\x9e\x68\x43\xa6\xc8\x75\x45\xf2\x2d\x02\x36\xa6\xb5\x1c\x0a\x68\x72\xb7\xed\xe4\x31\xd7\xce\x8f\x84\x1b\xa9\x4d\x9d\x64\xbc\x0f\x3f\x48\x1d\xca\x43\x21\xc6\x6b\x5c\xdf\xc9\xca\x53\x3e\xe3\x3c\x1e\x16\x29\x98\xb3\xe7\x6b\x16\x85\x23\xf6\xdf\x99\xee\x3d\x8d\xb8\x3e\x65\x8a\x43\xcb\xd4\xa7\x20\x2b\xd3\xeb\xa6\x4f\x8d\x66\xc5\x4d\x3f\x61\x23\x76\xdb\xdc\xa6\x84\x8e\x75\x9d\x10\xb1\xda\x3e\x3e\x1c\x09\x17\xe8\xa8\x98\xa9\xfe\xf2\x3a\x5c\xf1\x44\xc9\x3b\xcd\x16\xa4\x3e\x6d\x39\xb9\x39\xd1\x83\xbf\x85\x64\xb2\xd4\x24\x9d\x96\x9d\x3e\x1e\x67\x55\xc9\xd6\xbc\x23\x5c\xcf\xd6\x3c\x19\xe3\x19\xad\xda\xb7\x6b\x84\x68\x8e\x2f\x59\xdc\x42\x82\x76\x85\x5b\x73\xe2\x9d\xfc\x51\xd0\xc4\x08\x23\x65\xff\xe7\x24\x1b\x67\x56\xc8\xcc\x07\x6c\xed\x76\x43\xe9\x1c\x1f\x21\xf6\xb8\x38\x59\xd8\xf6\xc5\x53\x5d\x13\x8e\xa4\xb4\xec\xfe\xd9\x1b\x63\xe0\x93\x77\xc5\xa3\x45\x81\xf9\x0d\x5e\x7b\x48\xa9\x73\xfd\x7a\xc2\xe3\x3d\x82\x8b\xd2\x54\xd5\x8c\xa6\xee\xde\xe8\x92\x2f\xa3\x64\xb5\x20\x32\x1d\x7f\xd4\xec\x5c\x27\x05\x7f\xab\x4a\x57\x35\x33\x37\x08\xde\xf6\x93\x19\x76\x68\x99\xda\xb1\x20\xef\xdc\xc8\xb4\x88\x3e\xec\xfe\xf2\xe1\x9d\xfd\x70\xe9\xc7\x87\x67\xc4\x56\xa9\xb7\xca\xf7\xf5\x8f\x1b\x13\x73\xcc\x60\x1a\xc4\x57\x5f\xe6\x59\xa0\x56\x7f\x6f\xf2\xc6\x7e\xf9\xe7\x60\xcc\x7c\x17\x24\x32\x7e\x41\xfd\xb8\x61\x06\x63\x4f\x2b\x0e\x60\x40\x99\x2f\xbf\xc1\x08\xa3\xb6\x7f\xff\xf2\xc1\x7e\xb9\xf2\xe3\xcb\xbb\xba\x26\x23\xb9\xa5\x98\xb9\xb8\x41\x22\x06\x75\x76\xe9\xea\xc3\xff\x66\x94\x27\x42\x3d\xff\xd3\x74\xcd\x2e\xb0\xcc\x74\xfd\x39\x29\xcc\x8a\xa5\xc1\xfd\xeb\x4a\x76\xaf\x3b\x28\x27\x89\x66\x3d\xd9\x5c\x74\xa8\x6e\x46\x7a\xfd\xb2\x12\x55\x49\xd9\x95\xb8\xe0\x85\x55\xc9\xb5\x11\x18\x6a\x29\x88\xb3\x37\x4c\x4d\xaa\xf4\xbf\xaa\xc9\x68\xe3\xfc\xbe\x74\x02\x29\xdc\x07\x5e\x35\x17\x8b\x96\x32\x48\x2f\x1b\xf1\xc5\xc9\xb2\x76\x83\x04\xd0\x6d\xe7\x46\x97\x8f\x84\xf8\x26\x50\xb5\xeb\x7e\xe7\xd5\xfe\xfe\x97\xc5\xee\x8a\x0e\xcb\x54\x75\xb6\x79\xfe\x8f\x6c\x02\x4c\x99\xdb\xe5\x1e\x65\xe1\x44\xac\xa5\x95\x4e\xd6\xbe\x66\x9e\x98\x18\x09\x2f\x5d\xe6\x6c\x26\x31\x09\xbd\x36\x93\x5b\xff\x4a\x4e\xa2\xd5\x49\x01\x9b\x09\x6d\xf8\x94\x7d\x49\xd9\xbe\xe8\x9b\xd3\xd3\x6a\x81\x3b\xf4\xec\x07\xa4\xdb\xca\xdf\x46\x04\x18\x57\x4a\x8c\x4d\x95\x06\x1d\x0b\x7a\xf7\x6f\x26\x4a\xc7\x28\x23\xdb\x37\x8e\xa7\x23\x38\x56\x37\x39\x08\xcd\xc9\x99\xe0\x2f\xde\x82\xf6\x37\x07\xc4\x39\x24\x93\x0d\x51\x2e\x74\x62\x64\x2d\xc4\xbc\x04\x2e\x8e\x41\xf1\x51\xb9\x21\x47\xcc\xa4\xd0\xf7\xad\x2a\xf8\x06\x13\x41\x8d\x65\x22\xe5\xc4\xfc\x8a\xbd\xf0\x10\xff\x45\x16\xd9\x49\xb3\xc3\x15\xe0\x5c\xfb\x1b\xe1\x0a\x4f\x5e\x53\x28\x07\x2a\x90\xd8\x65\xcb\xde\x77\xf2\x1f\xa2\x42\x56\xfe\x9c\x82\x12\xbe\xeb\xa4\x12\x55\x95\xd8\x9b\xd8\x96\xd8\x3d\x20\x81\x53\x3d\x1c\x79\xd4\x2f\xa5\x0f\xe8\x53\x40\x2b\xb0\xeb\xee\xf2\x89\xb1\xd0\x9e\x63\x6f\xad\x23\xb2\xe7\x93\xfc\x5b\x76\xfa\x61\x92\x14\x7b\xbd\x5f\x12\x65\x62\xfd\xea\xd4\xf6\xd4\x7a\x05\xf8\x2b\x53\x4f\xed\xb1\xd1\x6f\x2a\x54\x49\x82\x82\xef\x6f\x93\xaf\x6b\x17\x11\xe5\xc0\xa9\x33\x30\x1d\x81\xf4\xf9\x74\xe0\x98\xa7\x8e\x10\x4f\x22\x49\xed\x78\x02\x70\xd7\x91\x62\x95\xd5\x27\x3c\x06\xe3\xe3\x23\x41\x3d\x1e\xfe\x0a\xf5\xa8\x97\x6a\xb3\x56\xc9\x3a\x0b\xa4\x50\x8f\x76\x99\x99\xb9\xff\x21\xc4\x47\xd4\xc7\xec\xb7\x25\xfc\x85\x29\x43\x8b\xb8\x24\x15\x23\x7b\x1e\xd2\x08\x3b\xce\xa1\x27\xf9\x0d\xd5\xef\xc4\xc8\xf3\xe9\x35\x20\x42\x45\xfc\xcc\x69\x02\x9c\x7b\xf3\x48\x91\xd4\xaf\xc9\x92\xe2\x30\x74\xd9\x11\x17\x73\x2e\x32\xff\xf5\x43\xf7\xb0\xba\xb0\x6d\x4c\xc2\x93\x02\x48\x5b\x2b\x62\xb4\x29\xa8\xeb\x73\xb9\xc5\x9d\x7d\x7a\x87\x19\xe6\x41\xd6\xdd\x35\xc7\x94\xbd\x85\x45\x43\xa1\x5f\x2f\xbc\x72\x48\xb8\x37\xdb\xe3\xa9\x48\x64\x02\x5e\x55\xce\xd4\x71\x79\x69\xa0\x23\xda\xaf\xc2\xce\x61\xd5\xfb\x4b\x88\x69\x10\x5b\x02\xbe\xb1\xf9\xc7\x28\xdc\x1f\xf9\x2e\xe1\x57\x4e\x84\x02\x73\xc9\xb6\x92\x61\x8a\xc7\x7a\x32\x73\x6d\x59\xbe\xb8\x6c\x0e\xab\x31\x49\xdf\x1d\x21\xb6\xd2\x32\x7a\xf3\xdd\x88\xa2\xdd\xb6\x3a\xbf\x50\xe2\xe0\xf4\x72\x9b\xec\x67\x99\x9b\x7e\xce\xdc\xf4\x6b\xd9\xbe\xf8\xe4\x4a\x0e\xe6\x31\x83\xda\x51\x2c\xd1\xf1\x98\x4e\xdb\xa7\x1d\x31\xbb\x83\xab\xde\x43\x54\x0e\x6e\xd4\x70\x4c\x80\x85\x7e\xbd\xb2\xf0\x07\x08\x4d\xf2\x5f\x93\xf2\xf4\xf7\x6a\x7b\x99\x2e\xf8\x21\x84\xc8\x05\xd7\xc6\x50\xbf\xee\x66\x5b\xc4\xf6\x9a\x83\xb5\x85\x56\x30\xd4\x30\xb5\x32\x66\x17\x2a\x42\xe4\x62\x96\x19\x9f\x75\x3a\xc2\xd1\x7f\xdc\xb3\xc7\x91\xd2\x0d\xab\x39\x06\x76\xa6\x99\xee\xc9\xed\x8e\x63\x2d\x89\x78\x3f\xca\xbc\xe6\x87\x2a\x53\xe2\x2e\x31\xf1\xba\xba\x0a\xe5\xe5\x2b\xe2\xb1\xd9\x14\x91\x03\x07\x0d\xcb\xad\x48\x40\x0c\x17\xe5\x7e\x95\xfa\x02\xb5\xd0\x35\xb5\xcd\xa1\x75\xe7\x12\x29\x76\x1f\x08\xb4\x57\xdf\x64\xbb\xd1\x4b\x66\x63\xdd\x8f\x2e\xe2\xac\x96\xaf\x19\xb5\x9e\x61\xb6\x8e\x32\x80\x47\x1f\x29\xf1\xe2\x03\xc6\x10\x55\x90\x45\x1f\x88\x0c\x15\xa2\x1c\x54\xaa\x0c\x52\x36\x15\x95\x7f\xcc\xaf\x31\x01\x8f\xdd\x5d\xcd\xa0\xa1\x50\x4f\x33\xa2\x1b\xd4\xf7\x2d\xb2\x4f\xe8\x70\xe7\xfc\x25\x0e\xec\xbf\xd7\xaf\x23\x94\x8e\x7e\xce\x77\x88\x75\x69\xb5\xb5\x50\x4e\xf4\xa3\x7e\x7d\xe1\xbe\x98\xbf\x03\x67\x4f\xc4\xc5\xbe\x33\xf3\xef\xd2\x69\x27\x74\x6e\x64\x67\x24\x03\x3a\x53\xdc\x9c\xdb\xe2\x14\x82\xb2\xa4\x58\xb1\xba\xf4\x91\xb8\x1f\x39\x73\xd8\x88\x7a\xf3\x8d\x85\x4e\xef\x60\x12\xe8\x86\xdc\xc2\x04\xf9\x51\x79\x20\x02\x47\x59\x00\x7d\x6b\x3f\x77\xb6\xf8\x44\x96\x2f\xad\x03\x4c\x81\xda\x9d\x65\x53\x16\x53\x20\xe5\xd8\xba\xcf\x8e\x88\x5f\x6e\xe5\xda\xf6\x72\x5f\xa8\x9a\x2e\xaf\xb8\x28\x2f\xe2\x98\x63\xc5\xae\x56\x65\x36\x87\x37\xd1\xd5\xb3\x88\x6d\xd5\xcb\x05\x3d\xf2\x71\x8f\x9f\xf9\x0f\xd1\x89\x9c\xf2\x03\x32\x22\x2b\x9e\x0b\xd0\x08\x00\x05\xa9\x36\x13\xdc\x2d\xe4\x1c\x98\x93\x4f\x85\x0e\xc6\xe4\x6a\x95\x35\x97\x77\xec\xe3\x58\xed\x48\x7d\x6c\x38\xbb\x67\x7e\x13\xb6\x90\x3f\x8c\xf4\xbd\x96\x1c\x13\x54\x26\xbf\x68\x20\x2b\x0f\x7c\x79\x23\x45\x1f\x62\x47\xa7\xfa\x00\x08\xff\x1a\xea\xe3\xc9\x59\x99\x99\x0a\x10\xab\x24\xab\x0f\x28\xbc\xf6\x90\xb9\xdc\x30\x65\x52\x42\x67\x99\xdc\x41\xaa\x21\x4b\xf0\xc0\xcc\xa5\x57\xe0\x2e\x2b\x91\x1a\x05\x4e\xfb\x49\xa5\x4a\xac\xc8\x10\xfb\x7a\x87\xba\xe9\x79\x73\x5c\x92\xb1\xa4\x72\x31\xbf\x3e\xa8\x7d\x81\x5a\x23\x07\xe9\x6d\xbd\xe2\x74\x81\x3d\x3f\xb6\xae\x90\x0c\xd4\xa9\xb5\x09\x48\xa7\x89\xb9\xf4\xe4\x21\x0c\xfc\x44\xf1\x81\x74\xca\x76\x43\x67\x8e\xf3\xf2\x44\x34\xac\x82\xc8\x65\xc4\x0b\xd5\xfd\xb9\x04\x52\xcd\x93\x22\x93\xbf\x3e\xb6\xab\x6b\x30\x0e\xec\x3d\x0a\x7c\xef\x17\xe1\xb4\x9f\xec\x67\xa9\x95\x53\x85\x0a\x5a\xfe\xa4\x15\x3b\xd9\xfd\x61\x5a\x23\xb8\x17\x5d\x93\x9b\x03\x24\xe2\x65\x09\x1b\xfe\xba\x40\xc6\x9c\x49\x58\x68\x5f\x1e\x0f\x88\x0a\xde\xf2\xe5\x5c\x19\x31\xad\xbe\xd3\x08\x80\x5b\xb5\x5b\x91\x5b\xb3\x0a\xa2\xb4\xbd\xf2\xf6\xf0\x9f\xed\x01\xf4\xd9\x2d\x6f\xda\xf0\x6c\x04\x3b\x04\xef\xb6\xec\x02\xac\xdc\xc1\x0b\x7c\xdc\x23\x3c\xe1\xc8\x6f\x54\x37\x04\xc8\xfb\xf9\x87\x4c\xde\x21\x5f\x3d\x6f\xda\x60\x1f\xdd\xac\xb9\x69\x67\x4c\xb9\x5c\xe5\x0e\x1f\x28\x55\xf9\xe0\xe3\x33\x6c\x56\xa5\x84\x08\xe2\x0d\xfe\xa0\x1d\xe6\x93\xe5\x35\x4c\x03\xb5\x92\x1c\x26\xec\x70\xd6\x03\x22\x18\xcf\xb8\xeb\x4b\x8e\x7d\x25\xa2\x51\x06\x78\xdd\x48\x56\x7d\xf0\xa8\xb9\xb6\x94\xe4\x9e\x38\x4b\x5a\x6c\xf7\x9d\x02\x45\x22\xa8\xf6\x82\x89\x2b\x38\xec\xd6\x35\xfb\xb8\x17\xa4\x93\xe3\xcb\xe6\xaa\x87\x3c\x63\xe6\xd5\x3b\xb2\x24\x56\x65\x8c\x7d\xa3\x7b\xaa\x32\x4e\x00\x19\xd2\xed\xcb\x17\x1b\x1c\xbc\xd8\x47\xf2\x5d\xcc\xd5\xf2\xd6\x9e\x2c\x46\xab\x88\xe6\xca\xd6\xa1\x23\x5b\x27\x87\xa3\x5b\x00\x6a\x54\xae\x74\x87\xfc\xb4\xa1\x10\xfd\xd5\x12\xc1\x37\x0a\xb8\x87\xa2\xbf\xf3\xe0\xfe\x62\x0c\x2f\x58\xf7\x4f\x43\xec\x0c\xd4\x3c\x80\xcb\x30\x5d\xc4\x43\x1c\xb1\xe1\x96\x01\x39\xa1\xa0\xa5\xb9\xf2\xfc\xd1\x45\xf5\x8e\x1f\x28\x65\x9a\x9b\xe0\x43\xf7\x36\x7f\x2e\x64\x0d\x33\x72\x83\xfc\x44\x74\x7a\xdb\xcb\x15\x26\x16\xd2\xf6\x60\xb9\x7c\x77\x21\x7f\x1b\x05\x0e\x23\x1e\x56\xe5\x8d\x27\x46\x14\x17\xc9\xb7\x36\x1b\x98\x72\x6a\x10\x35\xdd\x78\x7d\xeb\x15\x92\x95\x3f\x84\xf8\xb2\xaf\x15\x37\x6d\xe6\x91\x07\x25\x9c\x4d\x51\xb5\xd3\xff\xea\x83\x62\x62\x5f\xe4\x31\xda\xac\xef\x88\x18\x4b\xaf\xaa\x77\xff\xb5\x1e\xb4\x3e\x6e\x15\x47\x59\x87\x2e\x21\x52\xeb\xde\xe7\x45\x3f\x06\xd4\x8f\x44\x51\x13\x02\x49\xbc\x2e\x09\x10\x42\xfb\x8e\xbf\xbe\x58\xfc\xbb\xf5\x1d\xfb\xc9\x56\x08\x38\x1c\x1f\x0e\x24\xe9\x7f\x5c\x09\x2a\xd6\x1e\x7a\xd4\x57\xa7\xab\x29\x61\x2d\x85\x26\x83\x4d\xef\xfb\xa2\x22\x1b\x1e\x50\xa5\xed\x80\x06\x4b\xb0\x96\x36\x28\x30\x42\xbd\xee\xb9\x3a\xb6\x47\xe6\x5f\x58\xcf\xa6\xac\xdc\x41\x5d\x94\xd6\xe3\xc2\xfe\xf5\xec\x18\x09\x15\x3a\xf5\xbd\xcd\x38\x23\x75\xc4\x0f\xf4\xed\xae\x1e\xce\x43\x8a\x57\x28\xc9\xad\xe7\x24\x1b\x61\xc6\xf6\xd2\x90\xbf\x14\x95\x7d\xce\x16\x34\xb4\x06\xfd\xde\xac\xac\x2f\x5a\x31\xbd\xee\x92\x4d\xf9\x2e\xff\x21\xd4\x23\x9e\x96\x17\x0f\x8f\x78\x20\x67\xb2\x04\x22\x7d\x05\x8b\xbb\xf2\x9c\x23\x4b\x04\xc5\xf2\xdd\x0f\x93\xbc\x85\x6c\xd4\xfd\x66\xf5\xb2\x40\xb3\x1a\x89\x07\xf9\x2c\x1b\x21\x62\x54\xb0\x03\x09\xca\xa3\x53\xc3\x65\x99\xae\x0e\x5b\x83\x74\x90\xd5\xfb\x1a\x94\xc1\xbd\x52\x44\xb4\xfa\xcf\xe7\xb5\x79\x6a\xa4\x57\x01\xa7\xec\x7e\x88\x3f\x83\x35\xfd\x18\xea\xd0\x5e\x1c\x8b\xc1\x60\x46\x26\x91\xbe\x66\x7a\xbb\x6e\xfe\x4d\x0c\x06\x65\x64\x57\x65\x62\x11\xe2\x1a\x76\xfa\x4d\xf5\x8e\x62\x11\xa0\x20\x29\x9f\x02\x19\x7a\x7a\x69\xdf\x3e\x49\xf1\x38\x38\xad\x99\xe1\x3a\x93\x1a\xcc\x2b\xeb\x50\xbd\x23\xb3\xc0\x49\x72\x09\x20\xbc\xea\xea\xd0\x96\x30\x97\xe2\x61\x50\x44\x09\xd9\xe4\xe2\x88\x4b\x38\x57\xef\x68\x43\x99\x73\x09\x3a\x46\x3c\x84\xab\x3d\x2f\x69\xc2\xdd\xa0\x8a\x12\x32\x4d\x28\x71\x01\x65\x6e\x42\x63\xc5\x4d\x68\x03\x6d\x79\x96\x56\xa0\x3d\x68\xfe\xac\x40\x8d\xdf\xaf\x27\x15\xf0\x01\x94\x16\xab\x12\xe2\xb5\x74\x38\xe3\x1c\xac\x91\x50\x77\xf5\x23\x6b\x25\x8d\x23\x83\xd4\x98\xe5\x29\xcd\x65\x57\x88\xaf\x03\x05\x01\xf8\xf2\x38\x81\x2c\x5a\x40\x07\x57\xfd\x3b\x0a\xa0\x5a\x80\x76\xdd\x3d\x42\x10\x0a\xc0\x15\x0d\xb7\xec\x98\xc5\x97\xbe\x50\x7b\xa7\x94\x85\x80\x52\x75\x80\xf4\x17\xf6\x19\x7f\x2b\x3b\x26\xeb\xd0\x9f\xe6\xd2\xe7\x74\xe7\x52\xfd\xbf\xb9\x95\x0b\x12\xc9\xd4\x4c\xe6\x6c\x64\x46\x4f\xfb\x84\x42\xf8\x56\xc1\x64\x4d\xe2\x2c\x4e\x0b\x0a\xf2\x88\x65\x84\xb0\xba\xee\x62\xc9\x46\xa6\x27\x2c\x83\x08\x32\x54\xf2\x42\x71\xa1\x29\x85\x25\x04\x25\xd8\x5c\x96\xae\x1e\xa8\x2e\xc8\x3c\xa8\x6a\xb2\xc6\x45\x1e\x7c\x0d\xf3\x1c\xd2\xce\xdf\x1c\xc8\xc1\x57\xee\xe9\x9e\x19\x4a\x23\x8b\x96\x60\x54\x9a\x73\x14\xcc\x8d\xd8\x90\x25\xe5\xe2\xaa\x15\x92\x60\x15\xfb\xa7\x5a\x84\x03\xa2\x5e\x8e\x80\x14\xe8\x06\x4b\x0a\xa7\x51\x0f\xe0\x8f\x69\x70\x69\xeb\x25\xec\x2a\x05\x24\x89\x59\x53\x76\x73\x01\xb7\x14\x69\xa1\x8c\x71\x38\x3e\x9a\xd1\xd4\x9f\xfb\x8b\xcc\xf8\x5d\x8d\xb3\xa1\x95\x50\x4f\x9e\x03\xab\x1e\xcf\x0a\xb3\x93\xae\x89\x9f\xda\xa3\xd4\x65\xf1\x79\x80\x2e\x15\xaa\xda\xcc\x0a\x00\x73\xc0\x2e\xae\x49\x68\x52\x7b\xd5\x2a\xb5\x19\x73\xa1\x23\xf4\x13\x60\x20\x63\xda\x4b\x0e\xc0\x7f\xcc\x91\xd1\xbc\x5f\x18\x27\x1a\x92\xbb\xd2\xb9\xb1\xf9\x9f\xbc\xde\x1d\x4a\x70\xb5\x5a\xa0\xe9\x87\x89\xd0\x47\x59\x58\x5e\xce\x9b\xc4\xf6\x0f\xde\x50\xb7\x7e\xe4\x14\x72\xa8\x4d\xdd\x59\xcd\x9e\x61\xe8\x31\xbb\x10\xe7\xb5\xbb\x6c\x8f\x59\xc1\xc9\xac\xcf\x99\x14\xbd\x65\x7b\x7f\x54\xff\xe6\x43\x4e\xe3\x78\x3b\xa9\xdc\x25\x23\x5d\xbf\x7f\xd8\xa9\x1f\x72\xcc\x1f\xb3\x9b\x92\x41\x8a\x20\x72\x7f\x53\xfc\x41\x0a\x26\xd6\x57\x3a\xeb\xd1\xd9\x84\x19\x63\x20\x02\x60\x55\x3e\x50\x42\x6f\x49\xc2\xea\xd6\x4c\x29\x6e\xaf\xcc\x38\x1a\x2b\xee\x8b\x73\xf9\x8e\x48\x23\x4f\x92\x0e\xfe\x3e\x85\x2f\x07\xba\x5f\xf8\x71\xae\x98\x0a\x76\xc9\x61\x0a\xa8\xd7\x50\x5e\x59\x93\x0e\x65\x0a\x55\xdc\x29\x1f\x74\x31\xa1\xac\xaa\xeb\xfb\xc4\x9a\x44\xed\x8d\xe4\x36\xb8\xb8\x4d\x11\x3b\x08\xa9\xa8\xab\xfe\x79\xe5\x5e\x54\xe0\x83\x8f\xa1\x9d\x24\xc2\x2e\x45\x3c\xfd\x62\xce\x46\x78\xdb\x1a\x14\xd5\xdd\x10\x23\xaf\x2a\xc9\xca\xdf\x6c\x28\x23\xca\x76\xbc\xef\xc2\x8e\x59\x9a\x93\x2a\xf2\x51\x84\x0e\x3a\x8e\x2c\x1c\x5c\xe9\x78\x97\xa8\x85\x6f\x42\xd5\x9c\x0e\x64\xf8\x3e\xa5\xfc\xdb\x64\x32\x1d\x31\x38\xa2\x7d\x3c\x47\xda\x95\x5b\x23\x5b\xe0\x83\x07\x69\xbb\x73\x29\x5c\x4f\xf2\x43\xa3\x63\xb4\xf6\x56\x77\x38\x3e\x99\x75\xfe\x79\xf2\x52\x4e\xe3\x57\x18\x58\xc5\x49\x56\xd6\x7c\x64\x95\x49\x27\x50\x0d\xc2\x5d\x87\xb6\x62\x0f\xf7\x5d\xf9\x8e\x76\xb5\x58\xd6\xc0\x59\x32\x3c\x33\x1f\x12\x20\x56\xdf\x42\x1b\x26\x51\x2c\x5f\x62\x44\xb1\x71\xfc\x04\xf9\x6f\x1c\x52\xd0\x97\x5a\x39\x85\x3d\xb2\x53\x59\xd9\x83\x96\x62\x76\xb5\x9b\x12\xd4\x90\x42\x49\xe5\x0d\x31\x47\x1d\xdb\x41\x11\xb1\x34\xc7\x1d\x9f\xdd\x35\xb8\x04\x68\x9b\x28\xab\xbe\x77\xb9\x2a\xaa\x56\xf4\x58\xab\x2b\xd1\xa3\x05\xd1\x23\xaf\xc5\xa4\x7d\xa1\x01\x3d\x0f\x16\xfe\xa5\x01\xd0\x6c\x2b\x41\xff\x92\x3b\x8e\x3e\xa3\x56\x84\x62\xf9\xc2\x84\x6e\xb7\x6d\x8b\x31\x8c\x3e\xb0\xea\x9d\x90\xc3\x79\xa2\x5c\x46\x15\x49\x8f\x0e\x4a\x36\x64\xd6\x5f\xf2\x89\x95\x10\xf1\xb7\x30\xf0\x31\xef\x03\x6c\x89\xc5\x50\xa5\x25\xe8\x50\x56\x5e\x31\x7d\xed\xae\xca\xd3\xb7\x4e\x54\xfe\x2a\x92\xf5\xc9\xdf\x77\x82\x23\x8c\x8e\x6f\x6b\xe0\x3a\x7e\x0b\xa0\x41\xac\x16\x9c\xea\x43\xdc\xb9\xe2\xa3\x42\xd6\x39\x31\x39\xc3\x5a\x57\x70\x56\x65\xf0\x40\xad\xab\xf4\x7f\x5d\x86\x55\x3a\xd5\x27\x3e\xd4\xca\x1f\x6f\x72\x56\x49\xa9\x5d\x01\xe1\xd9\x95\xfe\x57\x09\xc8\x3d\x3a\xf2\x69\x3d\xaa\xa7\xf9\xbe\x4d\xf3\xf2\xcb\x47\x76\xca\x77\xae\x0e\xbd\xee\xad\x00\xa0\x8b\xf7\x73\x9d\xd3\xec\xcd\x10\xd0\x66\xbc\xc1\x76\x2f\x9b\x2b\xf9\x3f\x88\x23\xdb\x1d\x1b\x71\x80\x52\xb9\x73\x0e\x1c\xf4\x89\xb9\xcd\xc9\x97\x6e\xa5\xbd\x23\x98\xa0\x76\xad\x78\x77\xd1\x0e\xba\xec\x72\xc2\x2c\x1d\x94\x84\x7c\xa5\xe2\xe7\x54\xb4\xa9\x38\xd7\x02\xca\x2d\xc4\x66\xd5\x9b\x03\xdd\x9e\x8e\x6e\xe7\x7c\xca\x62\x65\xcc\x29\x69\x56\x6c\x64\x85\x44\x5e\x55\xd2\x27\x90\xa7\xf7\x04\xf2\x94\x48\xe3\x26\x5b\x70\x89\x59\xf0\x48\xa2\xf8\x83\x39\x44\xee\x90\x1d\x60\x95\xc7\x46\x9c\x79\x25\x14\xc1\x09\x1b\x84\xc6\x08\x01\x1d\x41\xba\x90\xe5\x3d\x73\xa5\xcc\x99\xbb\x9d\x8e\xe1\x57\xd8\xd2\xd3\x0a\x9d\x69\xf1\x56\x88\x51\x48\xd7\x9c\x62\x39\x0b\x30\xf4\x01\x9f\x4f\x71\x4b\x69\x25\x2a\x54\xdb\x0d\x4c\x39\xd6\x43\x5b\x5d\x6a\x4a\x05\xf2\xa4\x3f\x26\xa3\x4a\x85\x63\x52\xaa\x91\x63\xb4\x94\x95\x3c\x9e\x80\x67\x04\x8e\xe1\xc4\x1f\xb6\xc1\x1a\x7b\x85\xd1\x65\x5f\x41\x88\xce\x0a\xa8\x09\x6f\xc1\x81\x0e\xfc\xb5\xe3\x63\x80\x96\x89\xb7\xb0\xbe\xd4\xb4\xfe\x5a\xaa\xe1\x51\x55\xa6\x15\xc4\xc5\xbf\x71\x32\xcc\x5a\xce\x69\x59\x6d\x68\xff\xeb\x2c\x21\x9f\x8c\xc8\x4b\x15\x3b\x6c\x2a\x9b\xd2\x2e\xb9\x54\x8b\x07\xec\xda\xdb\x16\x87\xed\x2e\x75\x7e\xa6\x28\xb7\xee\xf4\x5b\xb4\xab\x05\x6c\xa2\x6d\x7f\xb6\xe7\x3c\x72\xb3\x47\x56\x3e\x71\xc3\xe8\x91\x6a\x8e\x91\xef\x6e\x16\xfa\x86\x4d\xc3\x15\xaa\x62\x21\x87\xba\x39\x74\xa2\xc8\xc9\x0a\x52\x28\xa7\xcd\x3a\x40\xf3\x9c\xe5\x89\x65\xc1\x40\xb3\x21\xa8\x76\x72\x68\xe2\x2b\xd0\x75\x19\xe5\xb8\x48\x9b\xb6\x7a\xf8\x55\x7e\x23\xab\x47\x0a\x43\x1b\x1f\x53\x41\x4c\x35\xd4\x0d\x49\xec\x4c\x62\xfb\x14\x3c\xdf\x90\xc4\x22\x7d\x26\xd6\x40\xd3\x7f\x65\xd9\x5f\xfd\xba\x59\x87\x00\x38\x5f\xda\x4c\x87\x74\x1a\x31\x04\xb4\x39\xd7\x3a\x1c\x9d\xc9\x20\x39\x7f\x91\xf9\xaf\xe1\xa3\x99\xed\x5a\xf4\xbc\xa6\x93\x1f\x8a\x3b\x64\xe5\x2b\x8e\x91\xfa\xbe\x66\x83\x72\x99\x28\xe5\x3a\xf0\x7e\x53\x6d\x5f\x34\x20\xc7\x0d\x50\x3a\x3c\xc0\xe5\x80\x31\x20\xe7\x6b\xbf\x5d\xf0\x33\xc7\xcc\xe3\xe0\xb4\xba\xfb\xfd\xa0\xd8\x7c\xa4\x27\x4a\x35\x64\x9c\x73\x9a\x7f\xa1\x0d\x07\xe7\x5f\xa5\xf7\xe4\x08\xd1\x4f\xc1\xf4\x2f\xbb\xbd\x6a\x80\xcb\x62\x26\xfd\x4b\x73\x4a\x10\x90\x36\xa1\x9f\x1a\xf0\xab\x2f\x65\xbd\x0a\x38\x7d\xce\x0c\xa2\x8c\x96\x6d\x8d\x93\x39\x67\x52\x74\x88\x0a\xb0\xb7\x6e\xf1\x46\x40\x78\x65\x92\xd7\x0e\x2c\x87\x15\x10\xe4\x0e\x9b\xb4\x4b\xfd\x09\x4b\x4e\x06\x31\x6c\xf3\x91\x41\x4e\x33\x27\x26\x44\x10\xc6\x57\xf6\xaf\x2c\xae\xd5\x32\x89\x4d\x9f\xcf\x66\xe0\x26\xad\x2a\x95\xf8\x12\x34\x5d\xec\xff\x46\x8a\x2a\x52\xb2\xdd\x65\xbc\xed\xb5\x91\x9a\x23\x6e\x2b\xce\xfa\x93\xee\x1f\xc0\x2b\xf9\x62\xed\x89\x30\xce\x42\x62\x83\x1f\x6f\x29\xd3\x73\xa5\x43\xe8\x2b\x4a\xaf\xf6\x59\xc1\x7c\x06\x7b\xd1\x78\x19\x5c\x47\xcd\xaa\x87\xfa\x9a\x59\xe6\x68\xb3\xe9\xfa\x93\xcb\x4d\x13\xd1\x80\xf4\xa8\x39\x14\xe5\x6d\xb3\xf4\xfa\x11\xbc\x3a\x01\x83\x48\x26\x1b\x13\x05\x93\x74\x84\xdb\x30\x35\x2d\x76\xfa\xce\xc5\x54\xfc\xb2\x33\xb1\x41\x71\x27\x2e\x12\x8b\xea\x9f\x98\x71\xdb\x4d\xd6\x20\xd7\x3d\xd4\x29\x80\xd2\x53\x99\x78\x93\x8f\x06\xa1\x57\x11\x12\xde\x8a\x23\xe3\xb6\x8c\x64\xba\x5a\x60\x5c\xe6\xcb\xbb\x7c\x53\x0a\xfd\x10\x57\x7f\xf1\xb7\x17\xab\x8a\xe4\x14\x84\xce\x05\xa3\x1b\xeb\xbd\x2c\x85\x1b\x28\xbf\x4e\x33\xaf\x61\xe5\xfd\x75\x70\x87\xd4\xd2\x30\xb8\x34\xe2\x55\x5a\xc4\x6f\xfc\x16\xad\x64\xf2\xe0\x86\x3c\x3d\xf6\x49\x73\x05\x07\x92\x07\x22\x8b\xa4\xd0\xd9\xf2\x8e\xed\xb6\x88\x30\xf3\x96\xe9\x1b\x6b\x7a\xe3\xfa\x6b\x8d\x75\x4a\x81\xec\x39\x87\x0a\x87\x9c\x47\x4e\x5a\x8e\x8a\x92\x58\xcc\xc3\xd9\xc9\x7c\x59\x8b\x4e\x1a\x84\x16\x99\xdd\x5d\x3d\xe6\x5d\x11\x97\xe4\xc2\x8c\x65\xb1\x24\x43\xa8\x72\xd7\xd6\xba\xb5\xbc\x1c\x3c\xc6\xdf\x8f\x76\xfa\x62\xd1\x6e\xb0\x68\x1f\x63\x48\x70\x49\x98\x4e\xec\xab\xeb\xe7\x4c\x07\xed\xa5\x5f\xff\x61\xc5\x9f\x0a\xfd\xce\x38\x17\x17\x61\x3e\xdd\x4c\xf8\x4f\x63\xcb\xd7\x33\x81\x3c\x23\xd1\x23\x2d\x2f\x2c\xcb\xb7\x73\xd9\xee\x82\x6f\x94\x0e\xa2\x84\xda\x3b\x75\xce\x82\x9f\x0a\xf5\x5d\xa8\x26\xe0\x34\xc0\x72\x7b\x6a\x14\x79\x2b\x75\xc5\xa9\x22\x5f\x70\x43\x09\xaf\x2a\x1d\x10\xa4\xe7\x9a\x09\x4b\xb1\x5a\x3a\x25\xe6\x96\x42\xda\xa1\xce\x80\xc2\x05\x07\x65\xd1\xa8\xe8\xcc\x14\x33\xc2\x26\x51\x05\x49\xea\xa3\xd1\x64\x7b\xdf\xe4\x1e\x3a\x6e\xee\xfe\x75\x82\xe1\x5d\x26\xbf\x70\x2a\xc4\x4c\xdb\x9a\x77\x8f\x9a\xc3\xc9\x03\xcd\x91\x5e\x20\x9f\x4c\xaf\x2c\x64\xab\xc1\x9b\x6f\x09\x39\xd7\xa6\x49\x33\xc7\xcc\xa7\x92\x53\x77\x6a\x97\x79\x4e\xae\x98\x86\xce\x2e\xd4\x3f\x74\x79\xd8\x6b\xfd\x13\x49\xd7\x5f\x33\x40\xdf\x0e\xf7\x5b\xd6\xd1\xea\x34\x93\x39\x10\xbd\x77\x79\x8e\x6e\x7e\xbc\x3e\xf7\x10\x52\x7f\xbc\x7a\xbd\x70\xeb\x75\x8a\xbe\x30\x6b\x0f\x24\x7d\xcb\xe8\x22\xf7\x81\x41\x9d\x1a\x39\x99\x40\x8a\x46\x88\xd8\x33\x9a\x84\x2b\x14\x72\x75\xeb\x78\xeb\xab\x0c\x01\xe2\x6b\x47\x5e\xb7\xe9\x9a\x9c\x96\x43\xc4\x39\x40\xb2\x17\xc3\xcd\x8e\xbc\x1b\xae\xaf\x37\x47\x36\x94\x55\x82\xac\x39\x6b\x48\x85\x3c\x74\xea\xf0\x45\xbe\x9d\x4e\xd4\x1b\x67\xa0\xc8\x44\x32\x82\x98\x44\xd7\x47\x46\x1a\xc9\x5e\xe8\x0b\x31\xba\xfa\xdd\xf3\xa8\x1a\xea\x07\x53\x4a\x37\x02\x9d\xc7\x5c\xd6\x43\x62\x1c\x6d\x39\x0f\xc8\xbf\x8b\x40\x79\x6a\x4b\x00\x00\xac\x02\xde\xf5\x23\x84\xd5\x80\x73\x6a\x0e\x74\xfa\x4c\xbd\xf7\x4c\x5d\x55\x49\x5d\x3d\x06\x87\x07\x15\xfa\xb5\xad\x51\xb4\x38\x65\xff\x72\xff\x9d\x18\xce\x3e\x6a\x31\x20\x2c\x23\x9b\x25\x15\xb0\x78\xf7\xe6\xdd\xa1\x50\xf1\xad\x6a\x98\x55\x9b\xa9\x46\x5f\xa8\xe8\x67\x35\x4c\x5d\x2f\xaa\x51\xbb\x7e\xc6\x2c\x1d\xd3\x8b\xe7\xcd\x9d\xa9\x60\x25\xe3\x73\xdb\x5f\x4c\x8e\xdc\x89\x87\xcf\x0f\x7f\xe6\x90\x44\x33\xf6\xf1\xd7\xd1\x95\x04\xa8\xa0\xf1\x4d\x31\xbc\xf1\xc9\x11\xb1\x1b\x24\x9f\x0a\x6a\xfa\x7f\xfa\x14\x65\x5b\x00\x88\xd1\x9c\x41\xce\x8f\x95\x46\x56\x33\x7d\xe4\xcd\xf1\xb0\x25\x28\x8d\x47\x00\xdf\xf1\xc6\x54\x72\x48\x06\x12\x55\xd5\x6c\x65\x52\x89\x1b\x14\x4a\x3c\x25\x08\xed\x37\xb3\xcc\x28\xa7\xc9\xa1\xc4\xb8\xaa\xe3\xcb\x7c\x5f\x79\x9a\x42\xbd\x76\x4e\x8b\x32\x10\xc5\x5c\x96\x6b\xa4\x41\x63\xb7\xe9\xd2\x60\x87\x3e\xed\xec\xc3\x23\x88\x09\x41\xfc\xd7\xaf\x3f\x92\x9c\x5a\x5c\x1b\x29\x46\x1f\xe5\x1a\xf1\x82\x6f\x21\x08\xa4\xf9\x69\xd1\x3f\x94\x1d\xe2\xb3\x86\x30\x6c\x9e\x02\x68\xb8\x73\x70\xc6\x94\x66\xf8\xc6\xc4\x28\x8a\x7d\x34\x40\x00\xd4\x91\x76\xf2\x1d\xb5\xe9\x4f\x47\xf9\x9e\xb3\xed\x3f\x2a\x04\x1a\x60\x88\x0b\x31\xc4\x35\xca\xe2\x9b\x15\x81\x71\x4c\xcb\xbc\x46\x67\x92\x91\x94\x12\x78\x08\x91\x11\xe6\x4a\x1d\xac\x8f\xa1\x50\x7f\x1a\x7e\x06\x18\x2c\x1e\xa6\xf8\x5e\xe5\x75\xdb\x02\x7c\xa9\x97\x38\x44\x2c\x80\x19\x9e\x6f\x73\x20\x4e\xcb\x6b\x84\x23\xd5\x28\xa1\x44\x1d\xb1\xbf\xf8\x24\xbd\x8d\x66\x8c\x22\x97\x01\x8c\x8b\x2c\x60\x5c\x20\x33\x88\x71\xe2\x1b\x80\x73\xe3\x14\x6f\x4e\x97\x14\x99\xf6\x47\x01\x75\xc9\xd7\xb3\x19\xea\x48\xc2\x50\xb9\x91\x60\x98\xfd\x8a\x11\x5d\x18\x2a\x98\x4e\x90\x45\xfd\xd5\x22\x54\xdb\x96\xac\xc2\x60\x58\xa4\x8e\x6a\xc9\xb8\x08\x26\x1e\x42\x40\x60\x14\x40\x2d\xd4\xe3\x61\xc6\x4a\x9d\x39\xef\xb8\x1b\x8c\x1c\xfc\x02\x80\xac\x0f\x32\xe4\x26\x3d\x58\xc9\x02\xda\xed\x60\x3c\xfe\x40\x68\x32\x2d\x93\xa1\xfd\x86\x99\xc6\x10\x3d\xaa\x70\x7d\x9c\x65\xa5\x08\xbd\x8c\x74\xfe\x52\x1b\x20\x61\x97\x60\x78\x14\xa0\x73\xee\xa2\xcf\xdf\x84\x7a\x69\x8d\x51\xa3\x37\x4b\xd9\x72\x94\xa7\x4d\x06\x80\x6d\x79\x82\x04\x9e\xff\x12\xea\xe9\xd4\x70\xa0\xe1\x9a\x5b\x9e\xc4\x59\x82\xb1\x73\x6e\xa0\xb9\x8d\x84\x7a\xf2\x69\x41\x7c\x84\x08\x9c\x1d\xce\x9b\x32\xff\x25\xf4\x5e\xae\x9e\x6d\x6c\x81\x7e\x4a\x11\x4d\x94\x27\x0b\xc8\x23\x1b\x53\x28\xfd\xba\xac\xd2\x8e\xe4\x75\xd2\x13\xbd\x77\x73\xa2\x5a\x58\xcd\xd7\x46\xe9\xff\xd2\x4b\x00\x8e\x5b\x5b\xf4\xb2\x4a\x85\xc5\xff\x10\xd1\x21\x6b\x22\xe6\x7d\xaf\x45\x00\xbe\x39\xd0\xcc\x50\x83\x93\x9d\xd0\xa6\xc1\xa5\xf9\x35\x9c\x47\xd9\xd3\x80\x72\xc5\x72\xe8\x89\xae\x27\x4b\x9f\x69\x95\xf7\x15\x7d\x51\xdc\xf2\xfb\x07\x1c\xd7\x8e\x42\x4e\xb1\x0a\xf7\x72\x5b\xe0\x39\x32\x15\xed\x76\xbe\x23\xfa\x2f\x8b\x43\xfb\xa2\xdf\x96\x87\xf6\xaf\x45\x42\x6d\x54\xeb\x7f\x28\xb2\xbc\x6f\x5b\xc4\x22\xf5\xbe\x3a\x6b\x6b\x8b\x50\x4f\xa5\xcf\x74\xf9\x16\x6b\xda\x22\x22\xaa\x67\x86\x7b\xa6\x40\x07\x19\x32\x78\xde\x58\xe8\xcf\xb8\xe2\xa6\x40\x38\xd5\x56\x32\x23\xdc\x97\xf5\x59\xa7\x5f\x39\x7a\xae\x25\xd3\x56\xcf\xc1\x51\xa6\x8f\x1d\x22\x0c\x3d\xc3\x5a\x8e\x4b\xf0\x60\x66\x40\xfd\xc6\x42\xfb\x6a\x86\xf7\xab\x00\xed\x4d\x9e\x22\x84\x43\xd1\xa3\x19\xaa\x3d\x55\x0e\x55\xba\xc4\xb6\x67\x95\xee\x4c\xfb\x62\x06\xce\x30\x38\x64\x2a\xb0\x6b\x5a\x56\xd0\xb0\xac\xc0\x15\x97\xef\xe8\xf8\x6e\x7c\x8a\x9d\xdb\x9b\x92\xd9\x1c\x72\x45\x27\x3f\x57\x42\x3d\x36\x00\xc1\xba\x51\xd9\x8d\xc8\x57\xa4\xf8\x54\x41\x11\x49\x97\x22\xc9\xfb\x58\x06\xf8\x52\xd7\x6c\xfa\xe0\xff\xba\xb9\xb4\x6d\x0b\xdd\xfb\x00\x25\x1d\x68\xbb\xaf\xa8\xc2\xe6\x2e\x5d\x5f\x87\x58\xa6\xc5\x1e\x7c\xee\x24\x57\xa8\x41\x04\xe7\x30\xe8\xa6\x0e\x33\x96\x75\x5c\xb1\xe8\x3d\xd3\xe9\x32\x9f\xe4\x5d\x51\x78\x58\x28\xc8\x3f\xa7\x8a\x85\xd6\x01\xbc\x5d\x44\x66\x9b\x8b\x35\xa9\xaf\x17\xe2\xde\x9a\xbe\x3a\x42\x95\x00\x7b\xbd\x5d\x4a\x1b\x00\xa3\x9e\xea\x2f\x99\x55\xc5\xc9\x8c\x4a\xa8\xad\x9c\x73\xca\x3f\xe2\xa0\xf6\x52\x59\xbc\xeb\x8e\x50\xb1\x54\x29\xb0\xe3\x2a\xe4\xd9\xd5\x15\xfa\xf5\xb2\x88\xd0\xfd\x4b\x11\xdb\xa2\x93\xce\xf7\x46\x91\xad\x1d\x1d\xa1\x9f\x67\x00\xfc\xbd\xb1\x52\xd7\xd2\x1f\x27\xf2\x87\x5a\xc9\x70\xcb\x5d\xfb\x66\xba\x36\xb4\xe8\x75\x48\x20\x4a\x80\x32\x0f\x52\xa8\x3f\x87\xa2\x9d\x69\xf9\x6e\x74\xff\x44\x62\x95\x7a\x58\x7e\x5b\xd5\xb2\x0f\xc6\x6f\xae\xef\xe8\x74\xaf\x8d\x8a\x3c\x7e\xc9\x07\x84\x45\x42\x66\x73\xb5\x2f\x65\x8e\xd8\xc6\xe3\x3f\x2c\xfe\xba\xcc\x7c\xff\x54\x74\x6c\xed\xba\xe2\xee\x35\xdf\x17\x63\x5f\x56\x5c\x46\xcb\x87\x18\x50\xba\x80\x3b\xca\x76\xa5\x48\x3f\x05\xec\x0b\xb5\xb8\xbd\xcf\x8c\x2e\x3b\xe2\xcd\x7c\xca\x6c\x3b\x36\x93\x42\x99\x13\xf8\x18\x62\xa2\x5b\xd8\x51\x0f\x47\xf0\x5e\x7a\xd9\x2d\xb2\x83\x8e\x1f\xdf\xfc\xce\x84\xdc\x2b\x3c\x0d\x26\x42\xbd\xa7\xbb\x7b\x7e\x2c\xee\x8d\xe2\x37\xfe\xde\x2d\xe5\x45\xfb\xa2\x7f\xd3\xbe\x08\xdf\x05\xf8\xcb\xaf\x03\x7e\xd5\xce\x8f\xe8\x7e\xef\x44\x18\xd3\xd9\xe3\xaf\x63\x3a\x77\x1e\x50\xb1\xe9\xc5\xb0\xc6\xff\xa6\x5e\x14\x87\x25\x54\xf3\xcf\x7f\xac\xd7\x4a\xff\x73\xbd\x9a\x5c\xaf\xd3\xf4\xa2\xbf\x0a\x7b\x16\x0b\x17\x52\xe8\x97\xdd\xde\x21\xbf\xe2\x86\x83\x93\x2a\x3b\x27\xdd\x96\x5a\x59\xe1\x6f\x51\x55\xa9\xf0\xb1\x7d\xc6\x91\xa8\x85\xfa\x2c\x17\x1d\x0b\xce\x85\x9d\x93\x65\x05\xd5\x92\xb9\x9d\xc3\xcb\xd3\x0b\x2f\x6e\xf9\x6a\x7f\x97\x88\x2f\x6f\x14\x61\x3c\xdc\x23\x90\xa2\x41\x28\xc4\x29\x8e\x6c\xd1\x49\x37\x96\xf3\xff\x51\xc0\x59\xc8\x14\x2f\x36\xac\xe9\x74\xd3\xcc\x55\xda\x98\x75\x60\xdf\x4b\x7c\x52\x2a\x7b\xf5\xcd\xa2\xf7\x7b\x60\x7b\x53\x25\x99\x9d\xc6\x17\x63\x9c\xcc\xe9\x2f\x71\x94\x43\x22\xea\xda\xca\xf5\xb1\x6d\xd1\x67\xfb\x42\x7d\x03\x05\xaf\x4a\x6f\x14\xa4\x47\xae\x56\x9e\x17\x65\xd2\xa5\x54\xe5\xe2\x03\x8b\x8d\x4a\x41\x7b\xdb\xaf\xf9\xae\xe8\xbd\x34\x97\xb0\x42\x82\x19\xf6\x28\x67\x7f\x29\x13\xa1\x1f\xaa\x42\xca\xc6\xad\x52\xa7\xb6\xd4\xc5\x52\x52\xe6\x75\x8e\x9e\x69\x90\x2a\x91\x00\x18\x9f\xdc\x9f\xdb\x55\x02\xc0\x49\x8a\x4b\x71\xce\x7d\x3e\x11\xee\xf3\x45\xb7\x18\x81\x2b\xa9\x50\x1d\xda\x8f\x6a\x6c\x9c\xff\x6d\x3b\xe8\x88\xe1\xcb\x45\xf1\xcb\x72\x66\x93\xaf\x72\x7b\x6b\xe5\xdb\xc5\x93\xf4\x64\x5a\x9b\xc3\xdc\x24\xa8\xc7\xdf\xea\xb1\xf0\x78\x29\x6c\xcc\xbe\xbb\xc9\x56\x24\x92\xa6\x26\x75\xf9\x32\xeb\x5f\x6c\x88\x85\x86\xf3\xbf\xcb\x61\xee\x67\xf5\x95\xd0\x0e\x9a\x54\x5a\x4d\x7a\x87\x4c\x69\xbf\x1c\x18\x75\x6e\x71\x03\x2d\xfe\x75\x3f\xf9\x6b\xc7\x46\xf7\xc7\x6e\xf8\xcf\x9b\x5e\xf7\x29\xdf\x11\xa3\x97\x60\xca\x61\x09\xa6\x02\x2b\x42\xc6\xfe\xd7\xd2\x43\x4f\x74\x8e\xea\x40\x97\x29\xb4\x49\x2d\x1f\xc7\xed\xbf\x0b\x68\x23\xa1\xfe\x90\xdb\x67\xa1\x18\xa5\xac\x50\x02\x9d\x99\x33\xc3\x6c\x0a\x70\x63\x23\xfd\x32\xdf\xb8\x16\xdc\x02\x27\x86\x9e\x9d\x9b\xc0\x2e\x93\x23\x0c\x81\xa5\x33\xc7\xc0\xab\x6d\xc9\x4d\x35\xb9\xe6\x8c\xfb\x7d\x28\xd4\x53\xc1\x0a\x5a\x7d\xa1\x06\x99\x41\x38\x6f\xf5\xef\x70\xda\x4b\xcf\xbc\xf4\x67\xa6\x36\xb0\x7d\x19\x39\x71\xf8\xed\x93\x5e\xe2\x46\xb2\x19\xb4\x53\x79\x7b\x59\xc6\xa6\xd4\x64\x9c\xbc\x15\xb9\x10\xbe\xab\x7b\x3b\x3e\xf1\x9a\x21\x3e\x38\x8e\x2d\xbe\xff\x07\xfd\xc3\xb2\x45\x4d\x85\x7a\x8f\x66\xca\x4a\x36\x77\x6d\x5a\x3d\xb3\x7d\xe6\xe3\xab\x23\xc3\x74\x0f\x85\xfb\x74\xaa\xea\xf4\xce\xf6\xaa\x5a\x21\x45\xb6\x7e\xd7\x7f\x54\x8b\x92\xf8\xdc\x8a\x3c\xd7\x54\x46\x67\xfa\xaf\x6f\x1f\x6a\x2a\xfd\x76\xf8\x5f\xdf\xae\x9e\x9c\x0b\x8c\xef\x78\xdf\xfe\x77\x05\x2c\xc9\x25\xed\x56\x08\xfa\x25\xa9\xbd\x7f\xfd\x7d\x12\x61\x3b\x27\x55\x86\xf9\x2e\x90\x3e\x72\x49\x75\xbe\xa3\xb6\xce\x5d\xbe\xa8\xcd\xfc\x57\x42\x98\x4d\xf0\x73\xa6\x96\x9b\x1f\x49\x7b\x47\xb9\xd9\xea\x9f\x16\x5b\x8a\x66\x21\x9e\xf1\x7d\xf3\x22\xac\x4b\x6e\xd2\x6c\x31\xa1\xe7\x6d\x3b\x95\x8d\x66\x43\x9c\x51\x7e\xd6\xe3\x3b\x3b\x40\xf1\xba\xe5\xd0\x5a\x45\x4e\xd6\x6d\x44\x5e\xc1\xf2\xdc\x86\xdb\x93\x45\xd9\x97\xfb\x88\xfd\x7e\x60\xb0\x18\x37\xb0\x74\x87\x44\xf2\xa8\x4a\xd2\xac\x59\xd3\x3f\xfe\x0e\xe6\xfc\x60\x67\xc1\xc0\x57\x3b\xa3\xfb\xb9\x94\xd3\xf9\x3e\xae\xc3\x1a\x33\xce\xbb\xc2\xd9\xcb\xf8\x84\xb0\x3d\xdb\xb5\x82\x55\x4b\xa3\x14\x9a\xd5\x1e\xaa\x33\x59\x04\x3f\x5e\xf3\x4a\x7c\xb2\x17\xc1\x8f\xad\x75\x72\xa2\x8a\xd2\x33\xbb\x65\x1f\x70\x83\xc7\x9a\xfe\xd7\xde\x00\xf5\x6a\x83\x29\xb3\x99\x96\x8b\x35\x42\xf2\xab\x72\x55\x20\xd7\x95\x27\x37\x6b\xe2\x2f\xfd\xce\x2b\xb1\x46\xda\xa5\x0a\x54\x34\xbe\x1a\xbf\x8f\x92\x3c\x6c\x6f\xd9\xfb\x77\x52\xa8\x61\xe9\x00\x64\xc7\xd6\xfe\xa2\xab\x67\x39\xb3\xf8\x54\x49\xda\xeb\xe7\x26\x12\x8c\xe2\x13\x1c\x55\xa5\x41\xe2\xa7\x5a\x2a\xeb\xa7\x4a\x61\x5f\xd4\xeb\x3c\x4a\xe0\x6b\xf4\xb7\x69\xbb\x8e\xe9\x53\x8a\x68\x75\x7a\xc5\xc3\x65\x95\x12\x1f\x42\x2f\xe2\xd9\x64\xbe\x38\x15\x6a\xe0\x97\xdc\x0b\x07\x1c\x6a\x02\xc0\x10\xdd\x73\x6e\x4e\x4c\x0d\xbc\xa1\xe6\x65\x74\xff\x02\xd4\x00\x1f\xcb\x64\x98\x6c\x18\xa4\x58\xcb\x6d\xd8\xbe\x8a\xec\x1b\x93\x36\xdb\x21\xe2\x35\x2d\x5a\xf2\xad\xba\xb3\xf1\x7d\x6f\x6c\x58\xa8\x48\xd3\x7f\x2c\x98\x35\x33\x8e\x25\x45\x33\x22\x50\x87\x46\x02\xfd\xa8\x3c\xd9\x80\x5f\x69\x13\x23\x62\x49\x31\x30\x14\x16\x51\xb6\x52\x5f\x3b\x3c\xb2\x54\xbe\x07\x14\x44\x53\x37\x5d\x47\xe0\xc1\x30\xdf\x15\xd3\x7d\x62\xcd\x13\xaa\x81\xeb\x38\xc2\x16\x5e\x27\x3f\x14\xcf\x4e\x03\xd9\xd2\x34\x65\x7b\xec\xbc\x89\x72\x1a\x41\x7a\x5a\x28\x82\x40\x3f\xcb\xdd\xc1\x28\xaf\x83\xa7\xd6\x8f\xc7\x5b\x3f\x1e\xef\x06\x6a\x46\x51\xed\xf7\x5b\x19\x6d\xae\x9f\xaf\xa5\xcf\x9b\x7e\x5d\x14\xd8\x93\x60\xc6\x42\xd1\xb2\xb6\x98\x38\x3d\xe1\xb6\xf3\xfa\xe1\xd4\x23\x1b\xdc\x74\x43\x8e\x1c\xfd\x2c\x2e\x66\x6e\x97\xe7\x2f\xc6\x55\x8b\xcb\xbb\xbd\xcc\xdd\xe1\x8f\xbb\xc3\xcc\xdd\xf1\x8f\xbb\x1f\x99\xbb\x33\xf9\x1f\x5f\xce\xde\x1d\x89\x57\x70\xcc\x67\x6a\xfb\x91\xef\xf6\x96\xfd\x12\xd9\x23\x7b\xc0\xda\xa6\x93\xf5\x05\xf1\x91\x5f\xf3\xf4\x50\x3e\x4a\x7f\x43\x1d\xa6\x66\x6b\xb0\xe3\x2d\xd8\x06\xd0\x37\x4b\x6f\x79\x75\xb3\x54\x49\xb4\x10\x15\xc9\x22\x11\xe3\xa5\x77\x03\x95\xd8\x5b\x4a\x72\x75\xf5\xaa\x25\xab\xa4\x5c\x22\x15\x5e\xdd\xdd\x24\xf4\x0a\x8f\x9f\xf9\x8e\x98\xfc\x69\x1c\x78\xe8\x3c\x09\x52\xab\xe6\x91\x59\x10\x48\xc4\x51\x80\x12\xca\x27\xf4\x73\x8f\xb4\x72\xf0\x8c\xa9\x08\x45\x88\xd2\x35\x50\x12\x52\xd5\x7b\xc9\xc5\x62\xe5\xce\xd6\xea\x83\x62\x1e\x58\xc2\xd5\x2f\xf6\x44\x67\x86\xf5\x0e\x62\x81\xcc\x37\x41\xe6\xfa\xff\xf8\x93\xc3\x1f\x9f\x9c\x12\x6e\x68\xd5\x59\x16\x55\xe2\x76\x71\x8f\x1a\xfe\x46\x38\x84\xfa\x6b\x8a\x12\x52\x74\x4e\x9f\x9d\xd3\x0a\x79\x8b\x94\x5e\xa2\x29\x8a\x66\x46\xdf\x9c\x52\x09\x3b\x8a\x7b\x5f\x39\x38\x5b\x0a\xf4\x58\xcf\x1c\xfd\xa1\x9c\xbd\xe4\x35\x71\x05\xef\xef\xec\x11\xe9\x81\x40\x59\x8b\xd9\x05\x81\xf2\xf7\xa0\xf9\x9d\xd7\xe2\x4b\xb7\xbe\xf3\x9c\x1a\xf1\x3e\x68\xd2\x6b\x6f\xba\x65\x5f\x3f\x49\xf1\x3a\xc8\xd1\xaf\xa9\x2e\xec\x53\x2e\x5e\x90\x02\xeb\x5b\xa4\xc0\xfa\x9a\x14\x18\xb1\xa8\xa3\x34\x19\xe5\x4b\x3c\x0d\x0e\xd0\x7f\x3f\xd2\x3c\x8e\x63\x32\x99\xbb\x42\x74\x0a\x21\xa7\xda\x69\xe4\xc6\xf8\x49\xcd\xff\x0c\xce\xcd\x76\x82\x6c\x00\x22\xb4\x15\x52\x39\x46\x4d\x52\x4c\xd5\x56\x52\x84\x69\x3f\x4d\x3d\x99\x8a\xc1\x60\x76\xa0\x4f\x4e\x92\x00\xd8\x8e\xb7\xd7\x08\x91\x99\xef\x91\x2f\xe3\x1f\x92\x14\x9c\x87\xc1\x82\x7e\x74\xf5\xd2\x5e\x3c\x48\x71\x3f\x08\xe8\x57\x47\xaf\xec\xd5\xb5\x14\x77\x83\x66\x81\x10\x3c\x75\xab\xa0\xed\xde\xda\x1e\x34\xc9\xa4\x9b\x49\x61\xf9\x10\xed\xc1\x1a\xb5\x78\x4b\x6b\xb1\xdf\x5b\x48\x6f\xfc\xa1\xb7\x87\x2c\xfb\xf0\x0e\x8c\xd2\xc8\x8a\x16\x3b\xa7\x82\xa3\xbe\xbf\x21\x66\x6d\x2b\xe7\x52\xa8\xac\xd9\x3e\xdc\xce\x92\x22\x64\xca\xce\x66\x99\xf2\x11\x6b\x3e\xf3\xb7\xed\x84\x8f\x58\x0b\x35\x98\x57\xd8\x6a\xc0\x94\xc6\xd9\x31\x50\xbe\x13\x9d\x28\xa7\xf3\x2c\x57\x20\x0a\xfd\x0c\xa8\x9f\xd5\xcb\x3a\xa2\xcd\x68\x23\x8f\x33\xe2\x0b\x79\x3d\xcc\x88\xf7\xff\xa9\xc3\x44\x98\x9a\xec\x0e\x29\xa9\xfc\xe3\x25\xd3\x7e\x29\xd4\x20\x09\xec\x08\xf7\x61\x07\xf9\x10\xc0\xf0\x3a\xf2\xe0\x45\x61\x9a\x9c\x40\x5a\xe4\x43\xa3\x78\x6e\x35\xf9\xbe\x3e\xc0\xa3\x18\x46\x1c\xd0\x69\xde\x63\x91\x37\xc0\xb5\x51\x6b\xcf\xfe\x97\x31\x87\x54\xc1\x73\xd8\x2e\x22\xd8\xe9\x0d\x18\x0b\xfb\xe2\x65\x74\xe3\x4d\xca\x46\x8a\xfc\x2c\x3a\x09\x6f\x27\xac\x8d\xba\xa1\xa7\x58\x99\x88\xdd\x53\xa1\x5c\x5e\x48\xa1\x73\x9c\xb7\xc8\x1b\x09\x77\x40\x86\xa2\x63\xaf\xea\xab\x6c\xd9\x07\x62\xda\x51\x7b\xb9\x2a\xc0\xa0\xb3\xd8\x23\x7e\x78\xf6\x48\x8f\xed\x16\x00\x8b\x53\x60\x82\xe7\xfe\xa1\x28\x01\xe7\xc8\xba\x64\xb9\x44\x03\x33\x88\x38\x2e\xf5\x44\xcc\xb4\xfa\xc5\x54\x14\xb4\xaa\x95\x9b\x4d\x4d\xc4\xe3\xee\xaa\x08\x1c\x1b\xb8\x9f\xab\x5f\xd9\x1a\x86\x73\xfa\xca\xf8\x54\x61\xe2\x49\xaf\xf4\x2f\xfb\x6d\x5f\x23\x9d\x35\x96\xc5\xda\xbf\x20\xc7\x24\xc6\xa7\x92\x83\x74\x26\x73\xfe\x6f\x69\x0b\x55\x96\x2d\xe0\x2f\x48\xcc\x16\x95\x7c\xa7\x79\xd6\x50\x14\xdd\x46\x5f\x13\x40\x13\xcb\x20\x76\xf0\x5e\xb0\xe5\x30\x44\xf3\xdc\x87\xd0\xab\xf6\xa1\x74\x03\xf1\x99\x66\x4f\xf4\x02\x7e\xa6\x19\x88\x73\xfa\xbc\x5e\x30\x8f\x6d\xdd\xeb\x94\xc1\xe8\x6e\x75\x7c\x7f\xb3\xb1\x4a\x5f\x35\xb6\x36\x67\x8c\x94\x3d\x03\x62\x97\x11\x18\x78\x6f\xa7\x2f\xcd\xb7\x61\x11\x0c\x57\x43\x44\xc2\x20\xa7\x83\x99\x7c\x68\x98\x57\xca\x2b\xde\x0a\xd3\xd5\xbf\x45\x91\x9e\x4b\x64\x86\xfa\xda\x33\xc5\xa6\x6a\x12\x46\x94\x52\x8d\x8b\x8e\x0e\x62\xd6\x58\xba\x42\xbd\xae\xe2\x5b\x9f\xe8\x0a\xd1\x8f\x6b\x4e\xbe\x23\xba\x4f\xe7\x9a\xf3\x97\x27\x7a\xa2\xdb\x94\x8b\x83\x8b\xc4\x1b\xe2\x8f\xf8\x18\x98\xaf\x6f\x75\xe9\xdf\x2e\x43\xa3\x78\x2d\x28\xaf\x63\x75\x51\x51\xbb\xd6\x56\xdb\x54\xe3\x53\x4f\x3e\x22\xa3\x6f\x2e\xba\x62\x89\x02\x45\xf6\x72\xcf\x8b\x6e\x9d\xa3\xcd\xf7\x69\xb9\xc0\x17\xeb\x80\x71\x78\xa9\xf1\x8a\x5a\x03\x45\xeb\x20\x99\xb8\x8a\x18\xa9\x5e\x26\xa6\x59\x5f\xb4\x33\x7f\x99\x26\xe9\x4f\x10\x5f\x8f\x20\x96\x2e\xff\xed\x3a\x29\x97\xac\xce\x6e\xca\x72\x4b\xf2\x29\x29\x46\xfb\xfc\x63\x68\x4e\x18\x22\x93\x51\x0e\xa9\x3f\x5f\xfe\xc9\x6c\xfb\x71\x67\x98\x7f\x53\xf7\x8c\x64\xf4\x1b\xad\xdf\x8c\x48\x22\x6c\xc8\xc3\x41\x0a\x35\xa8\xd7\xee\xa0\x81\x9e\x25\xd9\xd4\xc8\xc2\x99\x03\xb7\x55\x7a\x3d\xfb\x4c\x9d\xcd\xca\x45\x49\xb6\x61\xb2\xd5\x95\xa5\x50\xaf\x09\x19\xd6\x5a\x81\x0c\xeb\xe2\xe7\xf6\xc8\x85\x9c\x4c\x21\xcd\xc3\x1d\x3e\x65\x76\xf4\xef\xb0\xca\xa4\x63\xe6\xd7\xe3\xa6\xda\xce\x7c\xc1\x9a\xce\xf2\x0b\xd8\xef\x6c\x64\x2b\xf9\x29\x97\x72\x96\xad\x8d\x9b\x71\x0b\x79\x32\xf3\xb9\x9d\x85\xa2\xca\x07\x4a\xb8\xdf\x95\x23\x2d\x7e\x32\xe5\x2e\xe5\x09\x3b\x43\x2a\x08\x2f\xe4\xdf\x24\xe1\x85\xbc\x25\x0a\x5b\x61\x97\x20\x7c\xe5\xf6\x17\x01\x1c\x77\xaf\x25\xf0\x44\x8c\x2e\xca\x5b\x72\xb4\x15\xed\xe7\x52\x3c\xde\xe7\x3b\x62\xf4\x8d\x6c\x31\xca\x3d\x53\x2d\x19\x5e\xc9\xf1\x07\xaa\x7e\x95\xab\xdf\x5c\x5d\x56\xff\x40\x55\xb0\x1a\x82\xbd\x6b\xab\x7f\xbe\x68\x9c\xbd\x6b\xab\x5f\xa4\xbb\xde\xd5\xdd\xa4\xfa\x07\xaa\xfe\xf2\xea\xb6\xad\xfe\x48\x3c\x0e\x4d\xed\x2b\xb2\xf2\x6d\xaa\x4f\x56\xdc\xd7\xe2\xe7\x65\xe5\x29\xd9\xa7\xc9\x75\xaf\x5e\xd5\x9d\x36\xbd\x02\xda\x9b\xdc\xb4\x55\xff\xc8\xb6\xab\x7a\x55\x73\xba\xd9\xba\x7a\x33\xa9\xf8\x9a\x2a\xee\x5d\xbd\x6b\x2b\x3e\x11\x8f\xcf\xf9\x8e\xf2\x9c\x36\x83\x93\x38\x31\x6d\x35\x9d\x95\xae\x47\x2a\xdf\x71\x36\x0e\x43\x65\xc7\x7b\x32\x22\xe9\xbd\x84\x10\xdc\xcf\x0a\xc1\x8f\x2c\x83\xf7\xb2\x22\xf8\x03\x09\xb2\x46\xc2\x64\x96\x6e\x73\xf1\x7e\x30\x67\x01\x33\x23\x8b\xde\x91\xec\x4a\xb9\xd4\x87\x84\xeb\xb9\x3d\x28\x92\x40\xae\x75\x29\x23\x98\x3b\x83\x13\x89\xca\x4a\x47\xa9\xb8\xed\xfc\xa3\xb8\x1d\x93\xb8\xad\x5b\xb2\x19\x30\x9e\x52\x26\x36\xe9\x46\x10\x92\xaf\x66\xd8\xec\x77\xb2\x05\x23\x99\xd9\x2e\x5b\xf7\x7b\xe7\xdd\xc9\x77\x9b\xf7\x27\xa7\x22\xab\xc8\xca\xfa\x85\x4b\x73\xe5\xcc\xb9\x04\xf2\x17\x96\x94\x7f\x84\x60\xb3\x22\xd6\xb4\x8f\x05\xa9\xb8\x91\xdc\xef\x95\xf5\xe0\x5f\x05\x60\x8d\x2e\xdc\xad\x90\x80\xf7\xb2\xf4\xf6\xcf\x6e\xee\x0b\xa9\xa1\x75\xdf\x32\xda\x9b\x12\xea\x21\xd8\x3a\xbf\x18\xfc\x9b\xf7\x75\x45\xe6\x19\x5f\x45\x6c\x0f\xcd\x7f\xb1\x11\xf9\xe1\x50\x03\xa3\x09\xe2\x86\xd5\xaa\x76\xe5\x03\x50\x2b\x39\x4c\x83\x15\x12\x9f\x82\x29\x4d\x9a\x4e\x48\x3c\x4b\xc7\x2a\xdb\xda\x0f\x52\xe8\x97\xa7\x24\xd8\x87\xec\x71\x4a\xfb\x36\xe2\x43\x0b\xf5\xba\xfb\x93\x7a\xef\x32\x3d\xd4\xf4\x13\xab\xa2\x7a\x3a\xf6\x33\x1e\x58\xec\xc8\x73\xb2\x89\xaa\xad\x4c\xbd\x55\x85\xa3\xcd\xbb\xcc\x7f\x51\x16\x62\xf2\x8e\xb0\xd7\x17\x52\xf4\xe2\x4c\xac\x57\xbc\xce\x30\x45\x5a\x0e\x40\xcb\x53\x7a\x06\xf7\x0f\x07\x6e\x3d\xe6\xb6\x0e\xd0\x1f\x8e\x2a\xbb\xdc\x47\x75\xe6\x98\x6a\x2c\x4d\x7f\xaa\xbd\x33\x47\xfc\x7c\xf2\x20\x56\xfe\xc4\x83\xf1\x75\x32\x23\x47\xa8\x8a\x9c\xce\xc5\x53\x58\xc8\x73\xe9\xf3\x63\xf3\x22\x25\x5c\xb5\x1c\xf7\xe2\x31\xec\x14\x93\x25\x3f\xb5\xb0\x85\xe9\x8b\xa7\xb0\x65\x4c\x0a\x68\xc1\x24\x17\xf3\x53\xa4\x83\x7f\xb0\x19\x78\x52\x05\x35\xe6\xb4\x06\x37\xe8\xa4\x5e\x62\x46\x3c\x0f\x87\xc9\x31\x42\xf6\xd6\x1e\x02\xea\xc4\x68\xa5\xe6\x74\x3b\x2a\x1f\x0f\x40\xaa\x62\xe0\xb4\x49\xae\x04\xf4\x77\x84\x35\xea\xd2\x0c\xac\x19\x4b\xa0\x61\x7d\x2d\x4a\xcc\xa0\x9b\xa3\xbc\x3c\x55\x51\xfb\x4a\xfb\xe6\xd4\xdf\x58\x1a\x29\x23\x99\x1c\xad\x7b\xb7\x2f\xd4\xa0\xfc\x99\xfa\xce\xe6\x39\x9d\xfa\xb1\xc3\x40\x67\x1c\x98\x13\x66\xa5\x7a\xde\xf2\x60\x27\xb1\x0c\xfc\x05\xef\xfd\x27\x37\xac\xfa\x73\xfd\x74\xa1\x4d\x04\x11\x35\xb9\x05\x1a\x23\x47\x70\xfc\xbe\x00\x2b\xee\xfe\x9f\x17\x60\xd1\xe5\x35\xa3\x72\xe8\xa0\xea\x8c\x79\x32\x1a\xc0\x34\x54\x61\xd9\xc9\x08\x01\x70\x3b\xd1\x3a\x7d\x37\xeb\x74\x2e\x5f\x72\x95\x76\xde\x12\x59\xbe\x97\xd9\x17\x3e\x36\x12\x56\x65\x4b\xfc\x44\xed\xd5\xc2\x49\xf9\x50\x77\xd8\xa0\x48\x89\x19\x5a\xae\xae\x6a\xa4\xd2\xbe\xb4\x99\x6e\xa6\x8f\x23\xde\x9b\x26\xc2\xf5\xe4\x66\xeb\xa6\xa1\x62\x11\xcf\x13\xa8\x36\x96\x67\xf7\x70\xb1\xdd\x6d\x78\xbb\xdb\xcc\xf9\xd4\x72\x85\x7a\x3e\xdd\xa7\xe3\x59\xcb\x7a\x53\xfd\xa3\x4c\x77\x82\xb5\x8d\x9f\x09\xa4\x70\x5f\xd7\x5b\x99\x2e\xcd\xc2\xce\xb9\x18\x99\x19\x60\x20\xc7\x73\x8a\x91\x52\x9e\xf2\x17\xfa\x97\x20\x98\xbf\x6c\x97\x9d\xf0\x5f\x6c\x97\x9d\xb9\xbc\xbd\x5f\xf6\x5f\x7a\x69\x05\xab\x48\x3b\x66\x45\xc8\x19\x10\x2b\xc5\x6e\xaf\xd3\xd0\xba\xf0\x9c\x69\xf7\xea\x28\xd3\x3b\xbb\x52\xba\xef\x3d\x54\xc9\xcb\xd9\x5b\xde\x53\x2a\x15\xb9\x75\xbc\xe9\x2f\x71\x37\x17\x7e\x61\x6e\x54\xe3\xfe\xdf\x4c\xc1\xfb\xa7\x7c\x4f\xf4\x9e\xbd\x61\x9e\x33\xb5\xd4\xeb\xee\xc8\x0e\xc6\xae\x70\x7d\x59\xcf\x10\xb9\xc5\x3c\xec\x67\xe8\xf7\x18\xf6\xfd\xd6\xc5\xc8\xb9\x42\xbd\xce\x02\xf5\x4b\x88\x4c\xd3\x77\x6c\xa9\x9d\x95\xac\x63\xa6\xb3\x97\xb2\xcc\x06\x80\x31\x79\xcf\xa9\xb0\x37\xa1\xdf\xe7\x65\xc7\x4e\x6e\xf7\x73\x59\x4e\xad\x04\xcf\x9b\x12\xbb\xf3\x26\x42\x7d\x86\x25\x65\xe7\x29\xde\xe9\x08\xa5\x55\xda\x9e\x4a\x76\x46\xd8\xb0\xa1\x03\x23\xc6\xa3\x72\x51\xe5\x67\x0d\xa6\xe2\x6e\x60\x06\xf7\xbd\x4c\xfe\xe8\xc4\xf9\x68\xf6\xc8\x9f\xb5\x75\x3d\x99\x2b\xdb\x7e\xae\x70\x3f\x99\x37\xe1\x24\x48\x04\xfd\x23\x6f\x91\x1c\x67\xa6\x1a\x89\xcc\x6f\x74\xf2\x23\xbf\x78\x60\xaa\xe2\x0f\xe4\x5b\xbe\xa4\x99\x3a\x25\x7e\x02\xda\x9e\x18\xd2\x52\xaa\xc9\x4a\x86\xf4\xd8\xbd\xd8\xda\x8b\x88\xb6\x19\x97\xec\xa1\x53\xe6\x3a\xf1\xde\xdc\xd2\xbf\x4c\x46\x9d\xae\xc7\xc5\xae\x6d\x93\xfa\xd4\xcb\xdc\xe3\x6d\xe6\x43\xa8\xef\xed\x82\x97\xed\x48\xa8\xd7\x52\xcc\xd3\xf7\x4b\xa8\x3f\xfb\xec\x49\x5d\x04\x2d\x89\x32\x7a\xee\x61\xce\x25\x77\x45\x67\x29\x83\x94\x88\xf7\xdd\x4b\x02\x72\xb4\x27\x8f\xa4\xfd\x29\xf7\x80\xa3\x87\x9e\xf8\xf4\xd9\x8b\xdc\x11\x9d\xbd\xcc\x0f\xd5\x6a\x58\x95\x71\x8e\xf1\x31\x48\x54\x29\x73\xe8\x6d\xfe\x4b\x3d\x77\xb6\x2b\xda\x1d\x47\xe7\x9d\x93\xd7\x6a\x61\x4e\xb3\x11\x01\x5b\x51\x44\xf0\x67\x4c\x6e\x23\x25\xea\x7f\x4c\xc3\x84\x51\xed\x84\x68\x7e\xe7\x2f\x5d\x83\xa9\xe3\x2c\xe1\xbc\xcb\xc1\x38\x3b\x29\xa1\x00\x1f\x09\xc9\x45\x78\xa1\x46\xa6\x13\xa6\x66\x9e\xdf\x47\xd2\x3b\xe1\xc9\xd4\x90\x30\xb2\x0e\x92\x83\x84\x95\xa1\x63\xb4\x49\x5a\x9a\xf7\xeb\x02\x52\x9a\x1b\x47\x82\x26\x7c\xa9\x1f\x39\xc5\xb9\x2f\x44\x0f\x17\x39\x9b\x92\x30\x35\xc8\xc7\x35\xdc\xab\x6b\x2b\x45\xcf\xda\x8e\x1a\x15\x99\xee\x0a\x5f\x47\x96\x62\xea\xa4\xd0\x8f\x9b\x46\xe3\xd6\x34\x0d\x86\x20\x90\x2b\x36\xe9\xd8\xf9\x3c\xc4\xc8\xe6\xf2\x1a\x77\x3f\xd9\x32\xb2\xbb\x8c\xcb\xd1\xdd\x48\x98\x24\xf7\x84\x08\xd5\xbc\x91\xb5\x4a\xbf\x09\x31\x86\x55\x7a\x0e\xf6\xe5\x82\xdc\x90\x05\x6d\xe5\x14\x81\x8b\x24\x0e\xed\x4c\xf2\x18\xfe\x6d\x90\xc4\xe9\x52\xff\x77\x52\x5f\xf8\x97\x11\xf8\x8a\x14\x02\x6c\x79\xf7\xcd\x97\xdd\x27\x1a\x16\xd3\xd5\x41\x9b\x28\x4b\xf5\x3d\x15\x63\xda\xa5\x3b\x94\x50\xbd\x81\xd2\xfc\x49\x6b\x39\x07\x48\xf0\x4f\xc1\x3f\x02\xfc\xe8\x18\xc9\x68\xbb\xd7\x57\x8d\x54\x9e\x9c\xed\xc1\x3c\xd1\xcd\x6b\xe1\xf8\xd2\x26\xd8\x1a\xb5\x09\x6d\x0f\x08\x57\xd0\xdd\xa2\x52\xb4\xb6\xfe\xe4\x95\x58\xba\x0b\x87\xac\x9c\x6b\x64\xf9\x1e\x18\x9d\xb3\x6d\x24\xe7\x9d\x8b\xba\x3e\x24\x4d\x4e\xa7\x61\x50\x77\xfe\x32\x0f\x89\x43\xe9\x0e\x93\x91\x9e\xdb\x24\x48\xa2\x6a\x4f\x7c\xd6\x14\xee\x6c\x06\x08\x68\x81\x62\x87\x6b\x22\xde\x5f\x86\x2e\xf4\xed\xd0\x52\x36\x39\x48\x83\x7a\x09\x44\x57\x57\xa8\xcf\x80\x65\x86\xd5\x1a\x99\x8e\x33\x3a\xde\x29\x65\x58\xf4\x8c\x12\x38\x11\xaa\x20\x43\x28\xb9\xfd\x6a\x03\x69\xf8\xd1\xe9\x8e\x71\x16\x95\xe8\x98\x86\xb5\xc5\xe9\x84\x85\x1a\xed\x90\x8b\x55\x67\xfc\x5d\xa2\x0d\x86\xe8\xfc\xe5\x55\x9c\x74\x92\xfb\x34\xac\x5d\x00\x3a\x1c\xcc\x64\xd7\xa1\x5e\xd4\x1d\xdb\xb9\xfb\xbb\x9d\xa4\x2c\xc0\x0d\x3a\xf7\xab\x81\xaa\xf6\xd7\x45\x86\x8f\x29\xb6\x69\x8e\x83\x19\x8e\x53\x7d\xa0\xbe\xe4\x13\x86\xbc\x99\xdc\xb7\xed\x56\xe5\x36\xd0\x01\xb9\x36\xee\x3c\x65\x1e\x50\xcc\x94\xb4\xbd\xc8\xae\x5a\x33\xc9\xf8\xfe\xf8\x33\xe3\x29\x38\x6a\xc0\x01\x20\x5f\xca\x7c\xf1\x11\x05\x1e\xcf\x2e\xac\x35\x54\xe2\xe1\xec\x66\x2f\x8b\x7e\x1d\x17\xa6\xe6\xf3\xba\xa1\xd2\x74\xab\xa8\x9c\xfd\x36\x43\xba\xcc\x64\xe9\xf0\xeb\xc7\x5b\x12\x54\x91\x4a\x74\x01\xa8\xc1\x18\xae\x5b\x00\x83\x00\xb3\x5f\xb0\x91\x66\x48\xd3\x61\xc3\x11\x5f\x5b\xe6\x72\x32\x1a\x61\x0d\x67\x5e\x71\xde\xa1\x1d\x82\xc0\x1d\x08\x83\x83\x77\xc4\x3d\x00\x6d\xab\xca\x4e\x43\xb7\xa1\x0e\xb8\xf6\xf6\x69\x0e\xf3\x3f\x47\xb2\xff\x28\x32\xfc\x75\xd6\xc8\x0f\xeb\xb5\xa2\xbb\x24\x9d\xca\x85\x2a\xd6\x6d\x61\x08\x38\xfd\x12\xa0\xdc\x6a\xef\x32\x48\x1a\x2d\x8e\x6d\x74\xf7\x97\xc5\xa1\xf6\xed\x74\x74\xbb\xb5\x4e\x9e\x71\xce\x39\xb7\x07\x6c\xa3\x0b\x40\x76\xe5\xeb\x6d\xd1\xe3\x61\xd8\xb5\x28\x07\xec\x01\xb9\x3a\x21\x99\x57\xf4\xe3\x8c\x11\x91\x01\xf1\x30\xd9\xd2\x65\xf5\xb2\x41\xf5\x26\x40\x24\x57\xfc\x77\x2f\x79\xd1\xdd\x2a\xfb\x88\xcb\xa8\x59\x77\xfc\xcb\x34\x38\x42\x31\x7b\x87\x1f\x0a\x64\x5c\x37\xaf\x83\x7b\x41\x39\x45\x2c\xff\xee\x32\x4d\x29\xf8\xdc\xa3\xd5\xfd\x45\x48\x9d\x35\x34\x3d\x44\xe9\x26\x79\x57\xb4\x40\xd8\x8a\xcc\xb5\x7d\x88\xcc\x35\xd3\xcb\x1d\x21\xfe\xa0\x46\x73\x88\x11\xfd\x65\x98\x2c\xa0\xb5\x03\x3e\xcc\xf3\xd9\xb4\xbc\x3b\x40\x4b\x63\x37\xbb\x2b\x23\x9d\x5a\x20\x22\x8a\xf7\x65\x2d\x00\x01\xef\x85\x4c\xee\x52\xf7\xe9\xe8\xfb\x28\x78\x84\x87\xf3\x94\xf3\xb2\xbf\x45\x7f\x87\x5d\x61\x26\xa9\x50\x31\x81\x49\xe6\xcd\x07\x52\xaa\x33\xa2\x13\x9e\x72\x84\xbe\x89\xd1\x17\x82\xfb\x5f\xea\xa0\x85\xfb\x90\x57\xca\x7f\xc4\xc9\x95\xab\x9b\x6a\xf5\x3f\x43\x60\x06\x8b\x65\xe3\x06\xcf\xd3\xad\x93\xeb\x64\x4f\x2e\xe2\x13\x9c\xd3\x81\xe7\x7c\x5c\x01\x0a\x79\xb4\xf9\xab\x49\x7e\x2a\xb4\xa7\x76\x58\x6c\x55\x3a\xc4\x3c\x5d\x73\xd3\x55\x70\x24\x4c\x8f\x22\x6f\xeb\x95\x26\xce\xb2\x08\xc4\x4f\x62\xb1\x4f\xe8\xef\x44\x8f\x31\x1f\x32\x41\x53\x56\xa6\x84\x0e\xd0\x5f\x79\xd7\x39\xba\xe6\xd0\xc6\x3e\xb7\xca\xc1\x10\x85\x92\x91\xab\xfb\x25\x94\x6f\x96\x79\x78\x77\xd6\x8b\x32\x1d\x40\xa1\x8e\x9a\xe0\xcf\x3d\xaf\xc9\xc3\xfe\x27\xd7\xb0\xa7\xca\x84\xf2\x69\x25\xa0\x78\xb6\x01\x42\xb9\x83\x55\x9b\xd2\x54\x76\x25\xce\xb9\xe3\xd7\x4f\x14\x8e\xa2\x63\x39\x27\x12\x6f\xdd\x6e\x59\xa8\xeb\xbe\x50\xaf\xb4\xe6\x04\x78\x4e\xdf\x5a\xae\x91\xeb\x42\xac\xe1\x90\xa3\xcc\x78\x3f\xfe\x0a\x91\xcb\x31\xc2\xe4\x1e\x35\x68\xc6\xc7\x2a\x40\xad\x46\x10\x05\x3d\x9e\x2a\xfc\x72\xff\x08\xf2\xb4\x61\xb1\x09\xa3\xea\x1e\x27\xd9\x68\x57\x61\xfc\x2a\xc0\xce\xe7\x5c\xa3\xd1\x16\xda\x60\xbe\xdf\x29\x8c\x01\x7c\xf9\x4a\xc0\x82\xa9\x84\xf9\x54\x7a\xc8\xee\xfd\xbf\x1d\xb2\xcc\x9e\xfb\xc9\x97\x27\x80\x27\x51\xbe\x24\xdb\xc9\xd8\x4c\xc3\xae\x10\x1d\x10\x1c\x83\xae\x05\x3b\xcc\x02\x60\xc2\x2f\x54\xac\x9d\x61\x1c\x55\xd0\xdf\x71\x82\xa8\xa9\x89\x19\xd1\x10\x89\xec\x66\x57\x72\x63\xf3\xa7\xef\x2c\xe4\x8e\x2e\xaa\x77\x1f\x9c\xe0\xe8\x0a\xd4\xde\xfc\x5f\xe2\x71\xd9\x35\xa9\x35\x7f\x9a\x10\x3c\x5b\x58\x7c\x97\x49\xc8\xee\xcb\x01\xdc\xfe\x6f\xc7\x93\xbe\xa5\xfe\x0a\xf5\xb9\x81\x29\xf9\x03\x06\x3c\xce\xfe\x45\x52\xd3\x7a\xa6\xd3\x1f\x03\x58\x98\x1b\x84\x60\xa4\x3c\x09\xcf\x3b\x01\x5e\x00\xdd\x78\x0b\x6c\xfb\x6e\x19\xeb\xf0\x3d\xaf\xc5\x87\x29\xec\x55\xf0\xc1\xd7\x8a\x29\x15\xed\x23\x06\x11\x2d\x4d\xcc\x37\x21\xbe\xce\xa4\xec\x76\x4b\x84\x79\xde\xdd\x3b\xe7\x1c\x41\x9d\x38\x40\x7f\x3a\x38\xcb\x39\xb6\xf1\xf5\x1e\x67\x53\xb3\xa8\x93\xd3\x9c\xa8\x98\x28\xce\xae\x2b\xdc\x82\x1b\x36\x18\x2b\xbb\xc9\xc0\xe8\x47\xee\xad\x66\xf3\x2e\x3f\x12\x6e\x2c\x07\x76\xff\xdb\x48\xec\x7f\x74\xa8\x0d\x4a\x80\x32\xa6\xb9\x92\xce\x91\x53\xe3\x6f\x73\xa4\x63\x56\x73\x1b\x4b\xfa\x21\x15\x67\xcc\xb9\x4d\xb9\x9e\x94\xb4\x25\x44\xeb\xf0\x8b\xd4\x45\x6a\x9f\x07\xe0\xf3\x1c\x1e\x7a\x03\xfb\x04\x61\x29\x12\xea\x87\x2a\x63\x3e\x2d\x11\x6b\x00\x24\x90\x9d\x53\xe0\xe3\x60\x87\xa8\xe8\x96\x73\xa6\x9a\xea\xb6\x57\xb8\x03\x94\x84\x03\x3e\x20\x42\x3e\xa0\x12\x69\x08\x1e\x30\xd4\x6f\x42\x08\x0f\x33\x82\x0e\x6d\x51\xf2\x9c\x4c\x79\x62\x6c\x8a\xeb\x0a\x77\xe9\xac\x5a\xe8\xd0\x3a\xf7\x63\x0f\x58\xf6\xa9\x54\xf2\xc8\xfd\xa9\xfc\x7b\xc8\x18\x7d\xd6\x97\x11\x07\x65\xe6\x62\x85\x66\xbb\x8a\x68\x6f\xc3\xc9\xdc\xab\x8f\xa9\x7e\xab\x1d\xc8\x87\xe6\xf1\x1d\xd0\x42\x2b\x0d\x27\x7b\xbf\x19\x38\xd0\x08\x13\x6a\x4f\xb7\xcb\x48\xf7\x88\x25\x6f\xc9\x94\x94\xa8\xb7\x40\x2a\xf8\x4c\x56\x66\xa4\x9b\x4f\xce\x0e\x64\xb0\xa0\xc5\x40\x62\xc7\x9c\x0b\xb8\xe2\x9c\xcb\xa1\x0f\x9a\xab\xa4\x6a\x8a\xe3\x36\xa2\x1f\xcf\xb8\x36\x90\xe0\xa3\x51\xbf\xcb\x4f\x44\x67\xa9\x53\xe3\x71\xe9\x81\xfe\x3e\x05\xa4\x0e\x0e\xbc\xad\x39\x7f\xef\xbf\xea\xc0\x5b\xe9\xec\x4f\x20\x39\x2a\xee\x59\xce\x2b\xd4\xc1\xe7\xd5\x70\xf3\x23\x62\xe0\xec\x72\xa8\x66\x5d\x4f\xeb\x5e\x07\xfa\x2e\xb9\x60\xea\xec\x50\x20\xf4\x2c\xe5\x93\xae\x3e\xb3\xe7\xee\xeb\x01\x62\x5b\x15\xda\x0c\x6d\xc4\x62\x4d\xee\x8f\x57\x20\xd8\x38\xd7\x2a\x12\xcb\x15\x33\x59\xc2\x1f\xc3\x6d\x83\x05\xa1\x2e\x71\x06\x98\xd1\xc9\x95\x00\x3a\xdf\xf2\x12\xd1\x49\x2d\xe5\x01\xf5\x5a\xc8\x15\xef\xde\x54\x25\xb7\x21\xe7\x4d\xfa\xfd\x51\x0a\x35\x70\x9c\x88\x28\x2a\xe4\x9e\x54\x08\xaf\xa0\x7a\x3c\xa1\x00\x82\x79\x18\x2f\x9b\x88\x3b\x40\xb5\x1a\xec\x71\xa1\x6d\x60\xbc\xa2\x22\x55\x41\x23\x84\x4c\xab\x86\xdb\x5d\xe3\xf9\x0d\x9d\x6c\xb1\xaa\x9d\xee\xd2\x94\x3e\xc4\x79\xe4\xa7\xc2\x75\xaa\x85\xdb\xce\xe2\x89\x50\x8f\x73\x1b\x86\xba\x90\xea\xcf\xdd\xd6\xf9\xcd\xab\xec\xb6\xab\x0d\x1a\x77\xeb\xc8\x69\xdc\xfa\x98\xfa\xe8\xd5\x4f\xb4\x32\x76\x0e\xd9\x2a\xbe\x61\x5e\x20\xe9\xd4\x35\x75\x24\xb9\x03\xf6\x84\xb7\x34\x28\x4d\x85\xf2\x32\x00\x6a\x73\x11\x00\xd5\x11\xda\x6b\xb3\xb0\xdb\x13\xe2\x95\xe1\x07\x8c\x2e\xd6\x6f\x37\x09\xd2\xf7\xbe\x8f\x09\x59\xa6\x8a\x59\x97\x4c\xcb\xc9\x4d\xd0\x84\xa1\x70\x7b\x14\xa5\xd0\xd9\x6d\x7e\x06\x94\xcc\xe7\x48\xd1\x8e\x20\xd8\x52\x20\x86\x9e\x13\x87\xb5\xe7\xee\x55\x9a\x5b\x50\x8f\x55\xbe\xef\xbc\x93\xa0\x23\xd4\xed\xf3\xcb\x52\x97\x63\x3b\x3f\xb4\x1b\x67\x76\xdc\x75\x85\xd8\xb7\x9b\x4c\x73\xd1\x6e\xd9\xcb\x7d\x21\x5a\x9a\xd9\x2f\xce\xba\x70\x4e\x40\xa3\x45\xc1\x99\x81\xe7\xa6\xe8\x78\x31\x5f\xee\x09\x11\x39\x73\xfc\x0a\x1c\xdf\x5e\x7e\x13\xa2\xa4\x4e\x30\x0a\x6c\x54\xe4\xcb\xe4\xe9\x95\x82\x57\x52\x34\x65\xc6\x2d\x29\x22\x09\xf0\x69\x11\xc8\x44\xb5\x35\x65\xcb\x45\x7c\x07\xeb\x2a\x09\x7c\x23\x21\x7a\x4b\xda\x12\x75\xd8\x0e\xc0\xba\xfc\x8b\xaf\x2f\x76\xd2\xd5\x7f\xcc\xc2\x04\x1c\x40\xa0\x77\x95\xea\xbf\xa5\x03\x3a\xf1\x27\x91\xe5\xad\x5c\x81\xda\x79\xe2\xb0\x8c\x7d\x03\xf2\x4c\x9d\x95\x58\xb6\x07\x70\xe4\x42\x95\xaf\xd6\x60\xb9\xf7\xa4\xcd\xe4\x5b\x14\x80\x13\x82\xa5\xda\x17\xca\x53\xab\x42\x92\xf5\xa1\x9f\x72\x39\x30\x7b\x99\x6f\x3e\x1e\x4f\x14\xb4\x05\xd8\xaa\xa7\xc3\xc9\xb2\xd9\x60\x07\x24\xee\x51\x76\x1f\x51\xbc\xe6\x88\xa6\x30\x39\x50\x8e\x6a\x7f\x4a\xec\xbc\xfa\x73\x77\x72\xc9\x3a\xa7\x78\x7b\x24\x3d\xe4\x98\x79\xc2\x93\xa7\x93\x9b\x77\x53\x9b\xa4\x69\x2a\x19\x9e\x46\xd4\xdb\x14\x77\xa6\x3d\x15\x1d\x33\x4f\x09\x0e\xe4\x73\x85\x7e\x3a\xcd\x4c\xd9\xdd\x87\x7c\x47\xe7\x88\x2a\xa3\xf3\xb6\x26\x95\x56\x3f\x11\xf1\x7b\x4d\x1f\x54\x76\xb9\x21\x8f\xe7\xc0\x24\x4f\xa6\xcc\xc8\x59\x2c\x38\xf7\x9a\x86\x77\x68\xf4\x29\x40\x91\xea\x1c\xd4\xf5\xb9\xca\x4e\xc1\xa3\xdc\xc4\x8c\xfe\xb6\x8d\xd3\x79\xfc\xb9\x03\xee\x11\x62\xcc\xf7\xf8\x11\x3b\xf9\x9c\x14\xe3\xf6\x2e\x66\x71\xb5\x50\xbb\x8c\x97\x27\x0b\x1f\x47\xc3\x22\x50\x5e\xef\x99\x7d\xf1\x14\xb3\x89\x76\xde\x31\x63\xf9\xd9\x5c\x5b\xac\x26\xb2\x6f\xe5\x50\xd2\x07\xe5\x5f\x01\x0e\x87\x70\xd4\xdc\xd5\x92\x85\xa0\x6d\x3b\x91\xe2\x75\xc9\x3e\x3f\x93\x99\x47\xf7\xf1\x5d\x1a\xa1\xef\xc6\x8a\x3f\xf9\xb3\x9a\x34\xd8\xb9\x9a\x4a\xcf\x9c\xe5\x96\x1e\xad\xaa\x55\x85\x0e\x9d\x06\xc8\xab\x03\x80\x31\x20\xb1\xc1\x08\x06\xe6\x40\x99\xa9\x85\x6c\x52\x6c\x9f\xa7\x9c\xd6\xde\x0c\xd3\x4e\xc1\x0a\xfe\xd4\x04\xf2\xd0\x3d\xd5\xaa\x2a\x0b\x2b\x33\x29\x75\x43\xe6\x56\xed\xf4\x0a\x51\xe9\x6c\x8e\x12\x1c\xb7\x6b\x30\x87\x8f\xc3\x12\x45\x01\xa9\x9a\x83\xcd\x19\x36\x99\x12\x00\xf7\x68\x4f\x8e\xd4\x13\x2d\x0b\xe2\x9b\x81\x5e\x1b\x25\x2d\x7b\x33\x6d\xb2\xf0\x5f\xf3\x84\xd2\xfa\x4a\xea\x2d\xc9\xc5\x99\x0e\x18\xb1\x42\x8b\x7b\x21\x65\x71\xea\xd7\xbc\x12\x07\x49\x8c\x2c\x3b\xb9\x20\x18\xb0\xad\x64\x1b\x41\x6b\xcf\xca\x73\x07\xa4\xd6\xa2\xb7\x80\xb4\x92\xec\xe5\x80\x0d\xeb\xf9\x66\x7d\xe8\x58\x07\x00\xe3\x1b\x56\x20\xb2\x5c\xec\xd8\x7b\xbb\x63\x07\x08\x93\x7d\xfc\x48\x93\xb5\x4c\x45\x3a\x55\x32\xe1\x09\x85\xb8\x83\x5e\xdc\x74\xff\x61\x57\x6f\x7b\x32\x47\x68\x4d\xae\x8e\x9d\xec\xab\xd1\x01\x98\x83\x94\x21\xb1\xa3\xc8\xf5\x2e\xc8\x95\x70\x00\x6c\x64\x93\x13\x43\x5b\x25\x06\x8b\x18\xda\x23\xe0\xae\xa4\x73\xea\xd7\x33\x60\x23\x85\xae\x39\x04\xe5\x34\xd2\x99\x2d\xfa\xcf\xe0\xbc\x6b\x53\xa4\x73\xbc\xe3\x58\x90\x89\x18\x0c\xce\xf4\x44\x5f\xc7\xf6\xc9\x91\x78\x1c\xd4\x69\x11\xf6\x74\xe6\xf4\x78\x18\x60\x2d\x76\x75\x66\x29\xde\x0f\x8a\x31\x42\x49\x4a\xf6\xe2\x4c\x8a\xbb\xc1\x82\x04\x2b\x57\x2f\xf7\x6e\x3e\x09\x4b\xc6\x29\xa3\xb3\x87\x8c\xc3\x41\x2b\x2a\x1b\xb4\xa2\xef\xd8\xc2\xf9\xcb\x5e\xef\xae\x9c\x0d\x40\x44\x3f\x80\x7c\x39\x86\x42\xb7\x00\x58\xd4\x52\x65\x7f\x55\x50\xaf\xde\xbc\xd4\x26\x6b\xb2\xde\x92\x44\x33\xad\x1f\xb2\xaf\x36\x40\xaa\x47\x57\xb3\xbf\x6b\xc8\x03\xeb\x55\xe7\x64\x70\x5c\x6a\x58\x5e\x9b\x17\x2f\xb7\xb0\xef\xd1\xd5\xec\xef\x0a\xbf\x5c\x9e\x13\xdf\x45\xc1\x69\x01\xae\x78\x5c\xe5\x9c\x2f\x91\x39\x40\x70\x35\xfb\xbb\x51\x61\xa9\xbb\x42\x5a\xa3\xb9\xeb\x3c\x20\x8b\x75\x2f\xd7\x2d\x98\x30\x2a\x39\x09\xc5\x78\x28\xc4\x94\xa5\xd0\x3f\x65\xb0\x21\xd5\xc9\x4b\xfb\x87\x81\x6b\xd2\xe3\xb1\x9c\x4b\xc1\xb9\x1e\xbd\x75\x27\x8d\x1b\x39\x91\x86\x21\x7a\x66\x5f\xf8\x73\xde\xe9\xd4\x61\xe4\xdf\x7c\xac\x2f\xba\x4c\xa8\x0e\x88\x28\xc8\xd7\xea\xe9\x1f\xbe\xb5\x09\x11\x49\xdc\xb0\x01\xd4\xbf\x7e\xee\xc7\x93\xf4\x45\x12\x50\x77\x1c\xda\x01\xf4\xe1\x4e\x5c\x6d\x5b\xb1\xd9\xad\xc0\x98\xbc\xab\xc0\x59\xb3\xf5\x53\xb1\x39\xcc\xf4\x43\xe0\x77\xfe\x9f\xf5\x43\x8f\xfa\xe1\x24\x81\xc6\xce\x95\xe3\x2f\xab\x97\x9f\xdf\x2c\x31\x80\x5a\x1b\x13\xbb\xc9\xdc\x7c\xa6\xda\x51\xcb\x81\xdf\xe3\xd0\x82\xcf\xb1\xf2\xf7\x67\xbb\xa2\x5b\xc0\xce\x77\x6e\xb1\x2e\xd1\xb8\x7c\xa3\x80\x57\xba\x66\xb2\x74\x84\x6e\x65\x44\xa5\x5d\x0b\x32\x8e\xcb\xc0\x28\xe6\x7b\x24\x6f\x7d\xe6\x95\x8a\x9c\x9c\x24\x55\x74\x44\x9a\xf4\xdb\xb6\x45\xf3\xb6\xa6\x76\xad\x4c\xaa\xa4\xca\x33\x1c\xb7\x5e\xc9\x0e\x64\x3a\xd2\x9e\xcd\xa3\x3d\x0a\x52\x1e\x73\xaf\x0d\xe7\x6b\x7a\x60\x1c\x13\x46\xa3\x8a\x1d\x8e\xa5\x9e\x67\xde\x20\xbb\x44\x9f\x87\x63\x38\xc3\x1b\x7d\xa0\x3a\xba\xbe\x93\xdb\x31\x66\x34\xb9\x7e\xbd\x15\x10\x94\xf2\x53\xd1\x79\x66\x12\x04\x0a\xf2\x37\x47\x7b\x36\x51\xbc\x16\x41\x12\xba\x94\xb0\x8c\x10\xc3\x3a\x56\x0f\x32\xbd\xe9\x93\x7d\xd3\xfd\x3d\xf2\x88\x24\xc5\x62\xb9\x9d\x64\x3c\x3d\x9b\x55\x3d\xb2\xd0\x32\x0a\x39\x07\x84\xec\x70\x70\xd2\xc8\x8d\x99\x8d\x14\x1c\x0b\xf5\x5c\xf0\x13\x8c\x1d\xfd\x5c\x2e\xd0\x71\xfe\x65\x4a\x7f\x2f\xb1\xfe\x7f\xb6\x64\x85\x73\x84\x09\x7c\x18\x75\x1c\x9e\xd9\xe1\x8c\x21\x4e\xcd\xba\x76\x0a\xe4\x95\xfb\x8e\xd0\xe7\x64\xa9\x78\xf1\xc0\x42\xaa\x0e\xb6\x90\x37\x06\xbe\x15\x81\xb4\x85\x44\xc4\x9a\xc5\xd9\x12\x5c\xca\xfb\x32\x84\x35\x2b\xaf\x84\xab\x8f\x23\x9b\x93\xad\x5f\x66\x0d\x95\x98\xa3\x5e\x4b\x8c\x53\x79\x29\xe7\x8e\x4c\x4f\xfa\x87\x0c\x92\x50\x83\x14\x68\x31\xa9\x53\x4a\x3c\xf7\xdc\x31\xce\x84\xb6\xcc\x9a\x4e\xda\x8d\xeb\x2f\x1a\x20\x1a\x6f\xf5\xba\xec\xd0\x99\xb7\xa0\x5f\xef\x2b\xe4\x7c\xe0\xde\xcb\xb2\x43\x63\x8e\x7b\x9f\x61\x33\xe3\xfd\x0f\xc6\x99\xb8\x23\xb2\x56\x8c\xce\x75\x38\xb0\xe2\xac\x96\xac\x0b\x32\x42\xfc\x65\x99\x97\x6c\x0e\xad\xb1\x53\xf5\x03\xad\x22\x33\x08\x4f\xda\xdb\x93\x98\x26\x91\x3a\xb6\x0f\x9c\x25\x49\x63\xba\xad\xc9\x24\xaa\x86\x36\xc3\xae\xdf\x49\x04\x04\x75\x77\x98\xd8\xa0\x12\x18\xb5\x7b\x33\x68\xec\xbf\xcc\x7a\xfa\x04\xaf\x8e\x33\xa6\xff\xcd\xca\xf4\x84\x6e\x69\xb3\x3e\x3a\x42\xb7\x15\xd9\x00\x9f\xd3\xa9\xb5\xe7\xa9\xb5\xf9\xbf\x4c\xad\x25\xe8\x35\xd5\x79\xfb\x1f\xa7\x56\x8c\xf0\x12\xcc\xa0\x85\x8f\x40\x70\xb4\x7a\x02\x51\x33\xdf\x13\x6e\x49\x95\x0a\xa4\x20\x80\x9c\xdc\x97\x75\x8c\x8a\xed\x98\xcc\xa8\xd8\x2e\xfa\x4b\x97\xe9\x82\x5e\x64\x83\x5f\x92\x99\xb9\xa9\xd1\x58\x35\x79\xe8\x17\xf0\x1f\xfe\x2f\x43\x3f\x14\x9d\x42\x7b\xb3\x4c\x57\xc7\xfb\x75\xdb\xb8\x97\x09\x6f\x93\x1b\x37\xa4\xb2\xaf\x9a\x76\xb3\x01\xbe\x73\xbb\x01\x3b\xcc\xaf\x2a\xf7\x12\xd3\x49\xfe\x2f\xbd\x34\x12\xc3\x23\xa1\xbc\x3d\x80\x4b\xf7\xaf\xbb\x5e\x5d\xa6\x6b\x77\x91\x03\x50\xd9\x12\x01\x88\x1f\x33\xa0\x94\xa7\x83\xc9\x0e\xe9\x6c\x0f\x14\xda\x5e\x20\xd3\x98\xa1\x4a\x36\x7c\xf0\x57\xdd\x79\x7f\x52\x37\xb7\xd7\xc2\x46\xfe\xbe\xbe\x55\x41\x96\x9f\xed\x56\xa0\x5f\x2a\x73\x5e\x8f\x3d\xdb\x8d\x75\x18\xea\x26\x5b\x8a\xac\xe8\xf8\xb2\x7c\x86\x3c\x41\x50\x1b\xe7\xec\xe1\xd1\x70\xbc\x55\x66\xfb\x5b\x17\xa4\xd5\xa9\x85\x3b\xfb\x7d\x7e\xf4\x85\xae\xa9\x8b\xa9\xb1\x29\x24\xbb\x82\x70\x61\xba\xfd\xff\xa8\x7b\xb3\xe5\xd4\x75\x68\x0b\xf4\x83\xa0\x8a\xd6\x34\x8f\x92\x2c\x8c\x43\x08\x21\x84\x90\xe4\x8d\x64\x25\x18\x30\xc6\xa6\x87\xaf\xbf\xa5\x39\xa6\x3b\x42\xd6\xde\xfb\x9c\x7b\x6e\xd5\x7d\x59\x2b\xb8\x91\x65\x59\x9a\x9a\xed\x18\x37\x3f\xcc\x40\xe8\x83\xda\x51\x14\x4b\x6f\x2f\xc4\xbd\xf0\x08\xb0\xfe\x7f\xe3\x33\x20\x23\x7e\x9a\xae\x7b\x9f\xd7\xfd\xfc\x7f\xb5\xee\x11\xd8\x56\xe7\x8a\xfc\xef\x5b\x0a\x39\x0d\xb4\xe3\x39\xaa\xb1\xd3\xc5\xa1\x78\x5e\x71\xc8\x9f\x99\xc5\xfa\xc7\x86\x53\xec\xab\x9d\xee\x84\xe5\x5c\x05\xef\x4e\x16\xbf\x84\x83\xe4\xa4\x53\xfb\xdf\x42\x11\xf4\x84\x7e\x6f\x1c\xb9\x70\x91\x09\xab\x09\x91\x60\xae\x72\x7c\xd3\xbd\xa8\x0c\x72\xa2\x9a\x22\xff\xff\x5a\x26\x51\xc6\xde\xe6\xa4\x41\x2d\x00\x26\x85\xfd\x51\x33\xa1\xaa\x9d\x84\xf0\xf7\x8c\x5d\x30\x57\xfe\xe5\x1a\x7c\x62\x72\x92\xeb\xcb\x2d\xf0\x82\x37\xa1\x9c\xcd\xd2\x05\x9c\xf6\xd2\x2d\xee\x65\xd8\x29\xe8\xbb\xe2\x44\xa8\x3b\x12\xf2\xcd\x1d\xfb\x27\xde\xcd\x7b\x3c\xb4\x49\xad\x24\x7f\xb1\x70\x2b\x01\x2d\x92\x51\x99\xa2\xc9\x6a\x27\x3d\x64\x36\xd2\x09\x82\xe3\xae\xa1\x18\x29\x00\x33\xbd\x5b\xdd\x6b\x40\xbc\x2c\xae\x2e\xf4\x4e\x09\x3b\x24\xc1\x38\x36\x41\x48\x80\xd8\x0d\x67\x8d\x92\x99\x34\xe0\x3f\x8d\x52\xdd\xa9\x93\x3b\x41\xd9\x45\xb5\xee\x9c\x3a\x4b\x55\xa0\x4d\x40\x91\x03\xe7\x1a\xd2\x20\xfa\xf5\x75\xab\x1d\x7e\x5d\xa3\xbf\x36\xa9\x38\x4c\x80\x4c\x01\x1e\x4f\x74\x9d\x5f\xed\xd7\x71\xe8\x93\xe3\x99\xa0\xd0\x79\x38\x36\xbf\x0e\x47\x08\x3f\xde\xa0\x4e\xb1\x52\x55\xf9\x31\x1c\x97\xb2\x8c\x99\xcd\xcc\x70\x34\x88\xe1\xc7\xb1\xd4\x0b\xbf\x2e\x01\xc1\xae\x3b\x3b\x67\xa9\x66\xdb\xec\x3b\xe7\x79\x0d\x72\xf8\x22\x91\x1d\xbf\x38\xa0\x19\x2a\xaa\x5c\x86\x25\x6a\x04\xb3\x66\x45\x8f\x48\x24\xf5\x16\xb1\x36\x23\xce\x34\x1c\xd1\xc4\x56\xec\xd9\x0c\xa3\x3b\x39\xbd\xc2\x95\x71\x09\xb2\x68\x0f\x83\x32\x4d\x79\x6d\xe9\x03\x4d\xd3\xe9\x55\x35\xee\x08\x7e\x99\x5c\x35\xee\x6e\x94\x4a\xd0\xf2\x91\x23\x89\xae\x70\x9e\x10\xe2\x6e\xfe\xb5\x80\x13\x7f\x8f\xea\x54\x4f\x36\x44\xf9\xe3\x46\x5d\x57\x71\x0e\x08\x49\x38\x8b\x0b\xcc\xb8\x12\x73\x75\x9c\xa7\x78\xe5\x2f\x35\xb9\x76\x6f\x3a\xfc\xa7\x42\x3d\xd4\xdb\x4e\x5c\xd2\xa4\x14\xe0\x86\x96\xb6\x47\x5e\x31\xb7\x69\x57\xeb\xaa\xe8\xda\x1d\x2e\x8b\x39\x94\xbb\x80\x76\x62\x57\x73\xa4\xb2\xae\xe6\x12\x17\xcb\x88\xb2\xcc\x54\xcb\x88\x93\xdc\x7a\x1d\x58\x2b\x3b\x8f\xdd\x21\x03\x21\x3c\xc9\x9f\x69\x52\x29\x27\x1e\x72\x5d\x51\x05\xdc\xfa\x96\x20\x1c\xe9\x40\x36\x20\x50\xff\xab\x43\xfa\x7a\x6f\xbd\xed\xa0\xa6\x1d\x77\x56\x90\x57\xf8\x39\x16\xd5\xf0\xa9\x8b\xdc\x7d\xa6\x08\x94\xc7\x59\x06\xa8\xd2\x4e\x71\x2e\x2f\x33\x99\x82\x61\x86\xd5\x04\x6a\x41\xbf\x14\xd6\xf6\x3f\x60\x1a\xe5\x30\x10\xad\x58\x6b\x77\x44\xf7\x8e\x40\x8d\x0a\x30\x05\x91\x9c\x6f\x55\x64\x8a\xa9\x35\x43\xe8\x1a\x67\x0e\x4d\x4e\x4b\x6f\x52\x72\x06\xf4\x88\xa0\x72\xfd\x56\x35\xe0\xfd\x34\x65\x38\x20\x24\xe5\xe2\x50\x1d\xd4\x59\x56\xaa\xac\x44\x99\xdd\x22\x4d\x24\x7d\x53\x43\xa0\x74\xd6\xeb\xf0\x76\xdb\xb5\x12\xd3\x2d\xd1\x0e\xb0\x06\x6d\xcf\x67\xc9\x8b\x1d\x8d\x43\x32\xcd\x27\x94\xca\x91\x24\x1c\x59\x3e\x7b\x0c\x0a\x14\x64\x37\xaf\x65\xc6\xee\x41\x94\x23\xb2\xc8\xca\x74\xc7\x49\xce\xa9\xd6\xfd\xcd\xbb\x00\x29\x3c\xbc\xf0\x7c\x35\x8f\x06\xe4\xbd\x30\x76\xa4\x53\x00\x15\x33\x43\x8b\x98\xed\x42\x21\x60\x6d\x2d\x9c\xe2\xcd\xb4\xa8\x0d\xfc\xa8\x7b\xce\x0b\x46\x8e\x1b\x3f\x48\x35\xe1\xdf\xac\x6c\xb8\xb2\x7e\x2a\x84\x0b\xba\x8d\x10\x0c\xc7\x45\xa5\x6a\xb2\x5f\x74\xd5\x7c\xd8\x3b\x37\xbb\x45\xc7\x5e\x0c\x15\x67\x59\x9b\x65\x11\xd4\x11\xf5\xc2\x43\xd6\x75\xe4\x7e\x5d\x92\x25\x3e\x10\x62\x5a\x6b\x91\xc3\xd5\x53\x7c\x7a\x52\xd9\x3a\x48\x4e\xa6\xc7\xaa\x8d\xac\xa6\x14\x03\x42\x69\xbc\xdb\x51\x0a\xf5\x69\x2e\x63\x36\xc0\x33\xda\xa4\x9b\xbf\x8c\x5c\xa2\x34\x96\xf4\x85\x93\xad\xda\x97\x33\x52\xb3\x14\x6f\x24\xe0\xb8\xd1\x93\xde\xa6\xc6\x05\x28\x94\x25\x23\x0f\x6d\x9d\x56\xd5\x36\xca\xe0\x3d\x59\x31\x6b\xb4\x62\x12\x34\xa4\x56\x2a\x42\x70\x23\xbc\xfd\xb5\xf4\x29\xba\x39\x78\x6e\x36\x53\x1c\x0c\xb1\x45\xb8\x6c\x4f\x8c\x20\x5b\x59\xd9\xa1\x5c\x5c\x6f\x90\xab\x33\x48\x85\xd2\x80\x1a\xea\x9b\x7d\xbf\x85\x16\x3e\xdb\xd9\xe1\xc2\xc9\x9a\x2a\xe0\xe0\xb4\xf4\xf3\x64\x45\x15\xe6\x1c\xef\xf6\xbe\x48\x18\x1f\x02\xec\xe8\xd1\x5e\x82\x06\x3e\xc2\xb4\xec\xcf\x88\xfb\x5b\x3f\xb4\xe0\x0f\x5f\xaa\xcc\x88\x06\x50\xbe\xcc\x8a\x12\xfd\x70\x6b\x5f\x0d\xa7\xf6\x15\x87\xcd\x86\x8d\x33\xed\xdd\x91\x6c\x51\x88\xe5\xab\xd9\x23\x72\x29\xc5\xe4\x7a\x33\x79\xa8\xcb\x4c\xe4\xd4\xfe\x93\x0e\xac\xb1\x22\x8c\x21\x6d\x51\x47\xfb\xb4\xde\x9b\xe0\x98\xed\x97\x8c\x90\x74\x7d\xd5\x20\x97\xe5\x34\x03\xe1\xf1\xfe\xb8\x24\xa6\xd9\x37\xed\x9f\x18\x88\x62\x2a\x5e\x1f\xd7\xa4\x80\x4e\xb2\x3c\xa8\x2f\x8f\x73\x0a\x5c\x8f\xf5\xa2\x92\xa2\x4d\x3c\x3f\x2e\xe9\xd7\x48\xfb\xf1\xd1\x48\x8a\xa7\xc7\x72\x05\x14\xb5\x95\xf8\xe8\x4a\x89\x87\xc7\x6a\x05\x8e\xe8\x5a\x25\x05\xc8\xb8\x7f\xac\x57\xe0\x89\xb6\x32\x2d\x74\x19\x04\xc4\x49\x41\x40\x08\x36\xa3\x51\xa1\x08\xc9\x2a\x43\xe7\xda\xc4\x6d\xfd\x56\x05\x8c\x8c\x5b\x69\x61\x5a\xfa\xf6\x9c\xfe\xd0\x3a\x88\x5b\xae\x4b\x61\x3f\x46\x54\x3c\xa9\xf4\x26\x2e\xa2\x3c\x4b\xa1\xbb\x71\x58\x1e\xae\xa8\x98\x2d\x49\x7d\xef\x4e\x4e\x2a\xfa\x97\x5b\x95\x16\xdf\x85\xc7\xa4\x64\x42\xbf\x1f\x03\x38\x91\x6a\xa8\x07\x25\xa4\x07\x17\x71\x90\xdc\x7c\x67\x12\x36\xa2\x94\x96\x75\x8e\xb9\xc8\x4b\x2b\x13\x5c\x59\x62\x23\xf4\x42\xe4\x61\x83\x1c\xe1\xad\xb5\x84\x40\x29\x6d\x69\x2f\x9d\xcc\xa1\xe1\xbe\x15\x70\x7c\xe2\xed\xcc\x71\x65\xd9\x0d\x08\xf3\x89\x45\x59\x66\xfa\x0f\x24\x9b\x2b\x06\x4e\xd9\xc7\xa5\x48\x1f\x9b\x93\x44\x04\x8c\x40\xaf\x8d\x94\xb3\xde\xfe\xc9\xcc\xdb\x97\xa2\x12\x2e\xd8\x73\xea\xd8\x4f\xf6\xea\x05\xa6\xc2\x4a\x99\x67\x10\x07\x04\xa2\x3b\x54\x4d\x23\x2a\x47\xd6\xf5\x01\xb0\x15\x37\x34\xaa\x93\xe5\xe3\xb4\x25\x0a\x1e\xa5\xd1\x51\x1e\x28\x6b\x99\x48\xb4\x04\x25\x8f\x8b\x32\xad\x1d\xb0\x3e\xac\x91\x6d\x71\xa1\x9c\x63\xf5\x3c\xc0\x3a\x0f\x4b\xd9\xfe\x0d\x5b\x2d\x32\x79\x3e\x8f\x84\x68\xaa\xac\x98\x32\x2b\x73\x07\xa5\xf2\x45\xb2\x59\x48\x6e\xfc\x24\xd0\x44\x73\x61\x84\x97\x3a\x72\xc1\x11\x89\x54\xd2\xa2\x5a\x70\x7d\xd7\x90\x99\xbc\x85\x89\x71\x96\x48\x5d\xd7\xc3\xbf\xf6\x85\x5a\x99\xd1\x2a\x52\x27\xa3\x22\x39\x2e\x09\xc6\x2e\x12\x8a\xe4\x06\x54\x2e\xa1\x2c\x65\x87\x48\xdd\x1f\x9e\xb2\xad\x81\x81\xf3\x03\xa4\x22\xe9\x3f\xae\x70\xc5\x9c\xc2\x77\xaa\xc3\x31\x54\xd3\x89\x9a\x0c\xcc\x3b\xbc\x1a\x85\xee\xa8\xcc\x46\xe7\xf4\x32\x2c\x7c\x31\xb8\x97\x19\x68\xbf\x4a\xc6\xd0\x74\x73\x97\x79\x1c\x95\x30\xb9\xa2\xe8\x5a\x9d\x8b\xee\x6c\xe1\xf0\x17\x33\x0a\x37\x69\xa3\x77\xd4\x3b\x5b\x3d\x5c\x11\xca\x9c\x42\xf6\xd1\x52\xd2\x0e\xfa\x49\x5e\x31\xab\x53\xd1\xa1\x3a\xac\x94\xb9\xb2\xaa\x8f\xb2\x59\x50\x49\xf3\xe6\x64\x53\x92\x77\xb9\xde\x29\xeb\xad\x2a\x83\xe9\x84\xa6\xea\xd4\xea\x9c\xf4\x82\x3c\xee\xa2\x65\x66\x6c\xbd\x73\xd4\x73\x5d\xec\xd1\x71\x1d\x4b\x47\x47\xe8\x01\x01\x27\xdc\x87\x47\x99\xe9\x5c\x3c\xef\xf8\x9f\x7a\x67\xae\xcf\x76\xd1\xb1\x3a\x25\xfb\x92\x30\xb2\x54\x14\xd9\x7d\x77\xa7\xab\x5b\xf1\x96\x83\x38\xd3\xb6\x93\xcf\x63\x4d\x1f\xfc\x40\x0f\xf6\xff\xf2\x60\xf3\xfb\x31\xf7\x5b\x77\x8b\xaa\xde\x39\x77\x46\xd5\x23\x39\xdb\xe7\xf2\x92\x9b\x2e\xa3\x02\x00\xdc\xe2\x75\x3c\x86\xb4\x76\x84\x6e\xda\x73\xc2\xba\x50\xc8\x76\x5d\x4a\xec\x1e\xe9\x82\x07\x12\xc6\x12\xe8\x89\x18\xc5\xa1\x70\x4e\xba\xba\xa3\x60\x28\x69\x86\xe2\xd3\xf3\x3b\xc5\xa1\xf8\x58\x98\x2f\x3b\xa3\x65\xb7\x57\xbd\x25\x56\xfe\x59\x5a\xf1\xd2\x1f\xc5\xbc\x36\x0e\x41\xa4\x75\xc4\x0e\xd6\xc6\x9e\x94\xbf\xe9\x21\xfb\xeb\xed\x54\xed\x26\xb9\x47\xe2\x30\x46\x46\xc1\xc0\x48\x87\x10\x89\xc8\x5c\x52\xdb\x0c\x09\xfb\xa4\x67\xba\x13\x3a\x0d\xf8\x70\xee\x79\x8a\x09\xd1\x67\x52\xcf\x99\xac\x32\xbb\xa7\x39\xf0\x29\xf4\x41\x16\x68\x76\x2a\x66\xb7\x79\x37\x8d\x1f\xe4\x14\x51\x7e\x73\xeb\x41\xd2\xb6\x8c\x4d\xfe\x20\x79\x5d\x06\xbe\x11\xba\xba\x24\xe7\xe5\xdb\xe2\xe7\x74\x17\x3b\x31\xe8\xbf\xf8\xb1\xb0\x39\xf5\x41\xcf\x6b\xcc\x5b\x6a\xf6\xd0\x67\x5a\x4b\x93\xcc\x2a\x2a\xcb\x52\x76\xbc\x82\x3a\x52\xe5\x68\x1d\xb8\x3b\xca\x49\x75\xc4\x1a\x42\x3c\x1e\x83\xfb\xec\xc0\x1d\x66\x48\xd0\x4e\x9c\xc3\x2e\xa5\x57\xc1\xb7\xd1\x68\x32\x55\xda\x01\x5c\xdf\x97\x15\x91\x0f\x6d\xe4\xac\xa5\xd1\xdf\xfd\xf3\xcd\xb7\xaa\x86\x64\x6b\xb4\xd5\x09\x60\x14\x6c\x49\x9b\xc1\x44\x2a\x7c\xf6\x3d\x29\xcb\xe1\x70\x96\x09\x54\xe2\xfd\x1c\x3e\xb6\xbf\xde\x35\x30\x77\x2d\x6b\x34\x1f\xc5\x73\xba\xe0\x01\xf3\xac\x2d\x19\xef\x2a\xba\xdb\xa2\x39\xf5\xe3\x2a\x47\xe8\x9a\xbc\x80\x65\xe4\x27\x47\xda\x69\x47\x62\x5e\x3f\xc0\x1e\x77\x45\xdd\x36\xea\xfa\xc5\x16\x51\x94\xc9\xa1\xa6\xca\x66\x05\xde\xbd\x2d\x42\xfd\x14\x88\x1f\x1d\x4c\x17\x1f\x5d\xa4\x50\x74\xe0\x71\x78\x6b\xfa\xb0\xd1\xab\xa8\x3f\x71\x2e\x9f\x71\x60\x46\x8c\xca\x0d\xca\x25\x23\x57\xb4\xae\xd9\x17\xba\xb1\x5b\xfe\x6f\x37\x3a\x17\x2a\xc7\xb9\xa7\x8e\xbc\x6d\x42\x17\xbe\x4c\xb3\x2a\x66\x1b\xd2\xdc\x26\x9c\x7b\xea\x70\x89\xf4\x85\xaa\x4b\x3a\xa9\x75\x51\x6e\x31\x24\x1b\xb9\xf4\x2b\xd2\x4a\xb4\xce\xf8\x75\x41\x33\xe8\x06\x54\xbd\x26\x3e\x57\x48\xda\x58\x22\x63\xa2\x2c\x83\x42\x56\x9c\x04\xa6\xd5\x9e\x68\x6d\x9d\xec\xb4\xab\xf1\xfb\x1c\x97\xf1\xf2\xfc\xa4\x42\x17\x33\x8c\x73\x86\x6b\xa8\x54\xa1\x36\x95\xab\x60\x8e\xab\xcb\x05\xbc\x18\x3d\x2c\xca\xe1\x81\xf6\xea\xde\x0a\xfb\xc6\x56\x5e\x0e\xb7\xd7\xd8\x1a\x52\xeb\x60\x3f\x17\x5d\xd1\xeb\xc1\xa8\x30\xa3\x40\xdb\xe5\x1e\xc5\x5c\xb4\xd5\x7e\xd4\x6c\x16\x4a\xc9\x70\x00\x7c\x6b\x2b\xdb\x65\x07\xe3\xb1\xb2\x6e\x7f\xfe\x1e\x83\x24\xbc\xcd\xc9\x84\xd1\xdf\xc5\x81\xb0\x57\x12\xd5\x8b\xa3\x36\x1c\x2d\xe8\x92\x43\x8a\x13\x3f\xc0\x87\x0f\x17\x77\x89\xb2\xdc\xf9\xb4\xbe\x4f\x6a\x56\x70\x90\x21\x6c\xa6\x61\x87\x7c\x36\x9f\x63\xc2\x8d\xa1\x3c\xa2\xd3\x53\xc4\xc1\x79\xcf\x47\x1c\xad\xce\xff\x7f\xd0\xbe\x51\x49\x34\xb6\xb5\x34\xba\xa4\x8b\x0d\x60\x82\x38\x33\x39\x4a\x94\x6d\x6e\x29\x48\x33\xc1\x91\x27\xca\x09\xb6\xca\x3e\xc0\x5a\x1d\x94\x49\x79\x53\x8f\x48\xc4\x54\x31\x3d\xd7\x98\x4a\x7f\xfe\x14\x95\xa8\x1a\x23\x50\x51\x14\xd8\x47\x92\xc4\x16\xde\x90\xcf\x31\x63\xe7\x93\x67\xb6\xad\xd3\xfe\xdc\x76\xf6\xd0\x6b\xae\x92\x8c\xa9\xe5\xa1\xc3\x14\xd2\x87\xd7\x7c\x92\x24\xdc\x50\xd0\x83\xdb\x7a\x77\x46\x3e\xe6\x92\xd2\x17\xd4\x7d\x6b\x69\x54\x63\xcf\x65\x67\x4d\x65\x49\xe6\xd7\x83\x99\x08\x21\x8c\x9d\x0a\x62\x25\xfd\xb5\x07\x7e\xeb\xcf\xb0\x70\x6d\xf0\xb0\xfd\x18\xc6\xd9\x82\x7b\x59\xa6\xec\x53\x1d\x73\x2e\x1a\x49\x68\xb6\x3c\x2e\xd8\xa4\x2d\xd0\xa8\x79\xb2\xb0\x03\x49\x12\x2d\xde\x1a\xa6\x4a\x72\x75\x84\xab\x63\x4d\xd8\x57\x99\xab\x9d\x3f\x1f\x3f\x84\xd8\x26\x15\x4f\xdc\xc2\x19\xf8\xbf\x4e\x7b\x47\xc2\x7c\x25\x5b\x2c\xae\x6e\x75\x88\x7e\x97\xd5\xaf\x5d\x18\x0b\x27\x74\x90\x3a\x13\x7f\xad\x48\x9d\x32\x7d\x1e\x90\x5b\x49\x8b\x79\xd7\x29\xcc\xdc\xe2\xa7\xf0\xef\xb6\x18\xd6\x5d\x23\x1d\xd6\x20\x3f\xac\xb3\x1a\xdc\xdc\x53\xaf\xac\x6f\x0f\x6b\x10\x0f\xeb\x96\x87\x15\x13\x5a\xb8\x87\x0d\xef\xbe\x7b\x26\x35\x34\x07\x3e\x19\xa8\x76\x93\x3b\x3a\x93\xa2\x7f\xcf\x09\xed\xdb\x8a\x4c\xc4\xc2\x97\xd0\xbe\x2c\xaf\xf4\x4d\x41\xd0\x70\x09\x04\x50\x45\x4b\xe7\xd6\x86\xe1\x8a\xad\xeb\x58\xf3\x7f\x66\x82\x16\xa3\x63\x8b\xc3\x4f\x4a\x08\x5d\x3b\x22\x43\x6e\x7e\xec\x98\xf6\x2b\xf2\x00\xe8\x3a\xfb\x56\x5d\xee\xbf\x6c\x6b\x49\x6d\x39\xe4\x9e\xd6\x36\xc9\xa3\x4f\x8b\x68\x7c\x76\xcf\x23\xf3\xf6\xfb\xe7\x83\xac\xd7\xb2\x42\x75\x5a\x74\xec\x93\xae\xd1\x07\x7a\xa3\x94\x8c\xf1\x15\x58\xec\x24\xf3\x35\xa6\x62\xfc\x77\xc0\xd7\xeb\xd3\x5f\x99\xd3\xf3\x9f\xa7\x07\x99\xd3\xa3\x1f\x67\xf3\x40\xb4\x13\xf1\xb7\x7e\xfd\xfd\xec\xf0\xaf\xcf\xbd\x3e\x9b\xbd\xf7\x4d\x9c\x3a\x3f\x80\x68\x47\xc5\x9e\x2e\x0d\xc8\x33\xe6\xf4\x28\xb2\xd4\x55\x97\x7a\x1a\x16\xea\x13\x77\xf8\x48\x88\xde\x99\x6c\x38\x36\x96\x7e\x79\xbc\xfa\xfb\x90\x5e\x9f\xce\x83\xf7\x5e\x9f\x35\x3a\x4f\x76\xc4\xef\xb0\x83\x64\x6e\x5b\xcb\x62\x4f\x4c\x2f\x64\xb2\x57\xe1\x2d\x7b\x5b\xd4\xfe\x2d\xa3\x66\x4f\x2c\x54\x86\x52\x73\x60\xa6\x62\x25\xe5\xd1\x73\x9e\x4f\xc9\x2f\xc2\x71\x53\x28\x11\x88\xbb\x77\x94\x42\xac\xf2\x21\xae\xfe\x92\xd7\xfe\x56\x06\x17\x9d\x3b\xb3\xaa\x75\x8b\x55\x29\xb6\x03\xaf\x13\x26\xa1\xaa\x61\x8c\x5b\x5b\x05\x78\x44\xed\x2d\x77\xcf\xb9\x45\x48\xd4\xd3\x0a\x78\x6c\x7b\xd1\x45\x17\xc7\x42\x95\xe4\xe6\xaa\x71\x73\xe1\x58\x88\x71\xa9\x24\xa9\x62\x05\xd8\x9f\x03\xd2\xa9\xa1\x44\x3a\xd6\x8e\xe9\xe3\xe4\x9c\xa5\xc5\xf6\x42\x02\xce\x6c\x77\x93\xc1\x2e\xe9\xd3\x9a\xa1\x31\x84\x50\xfb\x8b\x86\x47\x93\xcc\x28\x7d\xe0\xa7\x72\x74\x4e\x3d\x86\x88\x26\x9d\xe5\x1a\x99\x78\xbd\xf8\x8a\xe3\xc4\x28\xfd\x81\x82\x0f\x4e\x44\xb2\x7c\xeb\x02\x67\xa1\x4e\x93\xf8\xa7\xb1\xac\x2f\xac\xb7\xcf\x21\xe7\x7a\xc7\x0b\xd1\xa7\xe8\x93\x3c\xc5\xf7\x5d\x00\x0a\x1a\x11\x23\xab\xa2\x8c\xdc\xfe\xe0\x70\xab\xf3\x25\xa2\x57\x54\xa8\x67\xee\xc5\x58\xe9\xd9\xcf\x51\x27\x2a\x8a\xf0\x6a\x2c\xe3\x4f\xb8\xff\xf1\x09\x8f\xb5\x2e\x11\x14\x74\xe2\x0c\x60\x4d\xc7\x67\xfa\x92\xbf\xb0\x67\x1a\x2f\x4b\x21\x2a\x28\xa0\x3b\x67\x5c\x61\xf1\xd3\xca\x17\xe2\x7a\x17\x65\x22\xd3\xd2\x54\x46\x30\x10\x4a\xef\xab\xb7\xa4\x6f\x16\x5d\x10\xef\x51\xf7\x80\x9b\x5e\x78\x2a\xbe\x09\xd5\x86\x2f\xa5\x2c\x03\xa4\xe0\x0d\xe2\xd7\x35\x8f\xa9\x4b\xe1\x50\x66\xb0\x1e\x54\x92\x81\x02\xcb\x73\x32\x50\x23\xb3\x75\x57\x71\xf3\xac\x53\xab\xa5\x6e\x3e\x51\xb2\x8f\x35\x2e\x4b\x38\xc5\xc7\xbf\x84\x28\x29\xb8\xff\x44\x59\x65\x40\x80\x45\x49\xd5\x6b\xd7\xb0\x64\x4d\x7e\xe7\xd6\x05\x8c\x12\x5f\x35\x7e\x65\x54\x29\x6f\xcb\x6c\x64\xb1\x5f\xcf\xac\x4d\x32\x94\x41\xdb\x13\x40\xbd\x09\x28\x74\xf7\x16\xd6\x15\x0d\xed\x52\x1e\xa2\xd8\xe9\x3d\x10\x59\xc1\xa1\x0b\x65\x42\xfe\xa4\x44\x3b\xa5\x4f\x85\xbc\xd6\x95\x4d\xfd\xee\x0b\xe5\xf2\x1a\xef\xcd\xcb\x71\xc8\x99\xbc\x2f\x5f\xcd\xfc\x37\x4d\x46\x34\x7e\x89\xb9\x6c\xf3\x15\xcb\x32\xf1\x56\x6c\x3a\x95\xc2\x2d\xfc\x4a\x4a\x25\x09\xb8\xb4\x01\xea\x8b\x7a\x6a\x5f\xf4\x8d\x8f\xb9\x36\xef\xa8\x2c\x79\x5a\x77\x68\xbb\x3e\x02\x9c\x6d\x45\x2f\xa4\xfe\x9c\xca\x88\xfd\xcd\x49\xa5\x51\xaf\x61\x09\x7e\xcf\x75\x29\x26\x62\x37\x0b\xfc\x05\x25\x9a\xfe\x3e\x45\x55\xd1\xb5\x96\x8c\x11\xf7\x5c\x0a\xa6\xff\xe0\x8c\x2f\xad\x65\x46\xea\x92\x7f\x53\x9d\x64\x09\x81\x45\x01\xe7\x84\x12\x78\x27\x0d\xbf\x23\xbd\x6c\xa4\xc2\x3a\x4f\x8a\x89\x10\xed\xb8\xcc\xe4\x9c\x96\x99\x98\xf6\xda\x32\xaa\xd3\xac\xf8\xba\x2a\x2c\xde\x54\xc8\x54\xe0\xaa\xb8\x35\x7e\x89\x66\xe1\x9f\x20\x36\xf3\xe3\xe6\xa1\xf2\x55\x86\xab\xbf\x69\xd8\x4a\xef\x96\x98\x71\x4b\xca\x0e\x53\x77\x1b\x26\xe0\x46\x88\x76\x6a\x14\x7c\x47\xa8\xa7\x3d\xc4\xed\x17\x92\x26\x36\xe5\x3c\xe0\x2c\xa7\xd9\x25\x0f\x3f\x53\x00\xea\x8d\x15\x37\x73\xf5\xd4\x98\xaf\x6b\x52\xfe\x7a\x9d\x74\x88\x37\xe5\x0c\x5c\xee\x2c\x27\xa4\x18\xc9\x63\xff\x8f\x80\xba\xf9\xf7\x6e\xfb\x88\xcb\x21\x84\x40\x88\x28\x8a\xf4\x55\x3d\x98\x2f\xd5\xf5\xf7\x4c\x9e\x06\xc0\xd0\xb9\xba\x92\x89\xbd\x6d\x1d\xf6\x00\xe7\x67\x44\x2c\xb6\xcc\x97\xd9\x55\x18\xba\x9b\x7e\x6d\xf9\x3b\x95\xfe\xe3\x77\xaa\x8f\xf0\x9d\xbc\xd2\x7f\xbb\xaf\x31\xa2\xb8\x89\x31\xc8\xdc\xb6\x8a\x47\xb4\x2a\x07\x87\x72\x1a\x2c\xe3\x28\x5c\xb9\x8c\x08\x1b\x1c\x4a\x7b\x36\x3f\x23\x19\x6c\x38\x65\xa8\x9e\xdf\x08\xca\xf5\xae\xe9\xd4\x42\x43\x28\xe5\x4f\x8c\x84\xf3\x11\x1f\xaf\x97\xe3\xad\xc7\xe2\x23\x5b\x50\x8a\xe4\xd8\xd8\x4b\x37\x58\x2e\x84\x5e\x02\x47\x0c\xb9\x82\xca\x92\x15\x6e\xa1\x51\xd6\x14\xf0\x7d\x88\x7d\x35\xa0\xbd\x18\x34\x93\xf7\x6a\x80\xb1\x6a\x22\xd4\xbd\x79\x96\x25\x45\xd2\x19\x63\xd5\x3e\x5e\xf7\x25\xe6\xa1\x8f\xc0\xcb\x1c\xf7\x5a\x2f\xb0\x01\x58\x37\xe6\x20\x74\x8f\x83\x64\xe5\x83\xe1\x92\x86\x08\xb6\xa9\x3f\x74\x1f\xce\x09\xc1\x22\xd2\xf4\xa7\xcd\x5d\x69\x95\xb5\x51\x85\xb4\xdd\xe6\xae\x80\x8e\xa4\xbf\x42\xaa\xf0\xd7\x9e\x60\xd8\xfe\xf2\x05\x5a\xf5\xae\xd1\x6a\x42\x5d\xba\xfa\x02\xe6\xc4\x44\x38\xcf\xa5\x7f\x68\xb8\x25\x41\x29\x5d\xc9\xdf\x3e\xb3\xba\x66\x4d\xef\xf4\xe2\xe6\x09\x6d\xde\xac\x34\x19\x61\x2d\x5c\x5d\xf3\x3f\xcc\x55\xd2\x42\x37\x25\x27\x7e\xc6\x9f\x84\xa2\xfc\xee\x05\x28\x6d\xfd\xe6\x8e\x6b\x75\x45\x46\xf1\x21\x04\x33\xb7\x4c\x39\x37\x13\xff\x28\x91\xf3\xd4\xa2\x54\xaa\x24\xa7\x6a\xc8\x3e\xd5\x1c\xdd\x4b\xb9\x0c\xba\x17\x0a\x02\x6a\x4f\x1e\x76\x50\x82\xb3\x63\x33\x30\x16\x5f\x7b\x41\x69\x13\x6e\x7d\xd6\x81\x3b\x7b\x22\xf4\x47\x51\x89\xc6\x8b\x91\xcb\xed\xf7\x82\xac\x94\xf3\x65\x42\x8e\x58\xc9\xef\x42\xa2\x3f\x9f\xa5\x10\x7f\x08\x51\xc0\xab\xc2\xcb\x5e\x8a\x64\x82\x84\x71\x96\x4d\x04\xf1\x37\x71\xc4\x6c\x3c\x07\x9e\xed\xbd\xb1\x20\x1e\x17\x50\x6b\xe8\xe0\x50\xa8\x67\x06\xf1\x1f\x5f\xb6\xb7\xbe\xa5\x6a\x2a\x6b\xf6\xcb\x05\x2b\x32\x7d\x7b\x25\xe5\xe7\x9b\x7c\xf9\xb5\x49\xcc\x3b\xd5\x54\x11\xca\x70\x7e\x5e\x41\x74\x0f\x6e\xcd\x6c\x06\x1d\x8d\x0d\xf3\x7a\x1c\x57\xe4\x1d\x7d\x0c\x00\xd8\x5e\xb9\x3e\x4d\x2d\x8c\x69\xc5\x94\x65\x3f\xc6\x66\xb9\xa6\xcd\xf7\x42\x38\xfd\xa2\x88\x52\x1b\x86\x96\x67\xe7\x9c\x99\x46\x96\x7b\x7d\xf8\x39\xd7\x2e\x21\x86\x06\xaa\xb6\xe6\x7c\xae\xd0\x25\xad\xad\x2a\xc3\x30\x49\x74\x1a\x0a\x75\x50\xed\xc7\x9b\xad\x2e\xa8\x9a\x6d\x14\x2d\x39\x29\xe5\x4d\x88\x69\x73\x0f\xa2\x8b\x28\x74\xe3\xa8\xbe\x23\x9c\x8d\xde\x84\xd9\xdc\xa9\xfe\x8a\x50\xa4\xd5\xc7\x82\x0f\x6f\x37\xf6\x0f\x61\x96\x7d\xf7\x2f\xa1\x29\x95\x5d\x5f\xbd\xfa\x8a\x5e\x7d\x64\x34\x53\x9e\x01\x75\x69\x34\x5c\x47\xa8\x10\xb9\x23\x24\xa5\xaa\xf2\x10\xfe\xe5\x25\x07\x42\x79\xba\x6c\xa1\x08\x56\x9d\x7e\x5c\xba\xa1\x16\xf5\x46\x97\xce\x4e\x8e\xc9\x27\x96\x14\x2d\x24\xf9\x7d\xb6\x77\x66\x73\x56\x15\x75\x6a\x32\x5d\x51\xe8\x92\xf7\xcf\xbe\xc4\x5f\xe6\xea\xce\xfc\x07\x56\x0b\x3b\xe0\x0b\xcb\x21\x98\x7f\x6b\x2a\x37\xc9\x2c\xc9\x18\x51\xbf\x36\x84\x89\xa4\x4e\xb6\xff\x4b\x4b\xa4\xaa\xb9\x1b\x45\x42\xa1\x01\x76\xf4\x92\x3c\xfd\x32\x75\xfe\xe5\x47\x76\x85\x6a\xda\x28\x95\x47\x41\xfa\x4e\x5d\xb7\x18\x1b\x5f\xe1\xbf\x6b\x51\x0b\x4d\xb2\x41\x03\xf5\xe1\x27\x43\x53\x32\xdb\x57\x3e\x4a\x26\x9b\x2d\x22\x96\x79\xdf\x01\x68\x36\x79\xf0\xdc\x3c\x10\xfb\x4c\xbf\x3c\xcb\xa7\x35\x66\x53\xfc\xaa\xb2\xe3\x65\xa7\x69\x45\x72\x06\x42\x2a\xb3\xcc\x4d\x9f\xc5\x94\x47\xa4\x27\x20\xe6\xd5\x9f\x23\x94\xf5\x3d\x81\x72\xeb\x83\xa4\xf4\x8a\x2d\xa5\x1d\xab\x9d\x5c\x72\xad\x3e\x41\xba\xfa\x12\x42\x6f\x0d\x04\xec\x50\x6e\xb9\x1a\xd5\x7c\xb7\x3f\xb4\x11\x8e\xcd\x34\x7a\xe1\x0d\x27\xef\xaf\x28\x57\x75\x46\xd1\x35\x1d\xa8\x54\xa1\x3b\xc9\x32\x52\x9e\x93\xa7\x22\x0f\x06\x6d\xb1\xfa\x48\x1a\xbc\x27\xb3\x0f\x44\x48\x05\xa0\xd6\x0b\x69\x1d\x65\x7a\x53\xe3\xc8\x64\x19\x5f\x42\xbd\x9f\x1a\x99\x33\xa7\x13\x09\x61\xaa\x86\xba\x5b\x82\xa1\xbf\x4f\x0e\xcb\x94\x68\x4d\xdd\xb7\x16\x9c\x83\xfd\x69\xac\x09\x2b\xff\x36\xc6\x94\x16\x91\xa5\xaf\x93\x39\x82\x08\xdf\x60\xb6\x76\x89\xd4\xc1\xaf\x21\x9e\xae\x3a\xb9\xdb\xcd\xd2\x17\x6b\x0c\xc6\x32\x73\xbb\x17\xf0\xf2\x8d\x5c\x7a\xc4\x4a\x9e\xe8\xc1\xaa\xa9\x12\xf8\xff\xd4\xdf\x66\xb4\xe8\xbc\x31\x59\x09\xe2\x40\x90\x0b\x63\x12\x6a\xb5\xda\xa8\xe3\x73\xee\xf6\xa9\x10\x62\xbf\xa0\xdb\xdf\xd2\xdb\x37\xdc\xfb\x6d\x84\xde\x33\x06\xc0\x42\xfd\x7c\xf6\x71\x71\xfd\xec\x03\xdf\x7c\x8c\xf8\xd9\x17\xba\x1b\xca\x95\x88\x54\x69\x95\x5b\xfc\x27\x65\xb6\xe7\xf8\x4b\x0a\x7d\xd8\x25\x1f\x5c\xe8\x0b\x72\xed\x28\x95\xd6\x53\x65\x04\x41\x46\xa7\x2d\xd5\x9e\x8c\xaa\x2b\x90\x1a\xb5\x3a\xac\xbf\x5f\xae\x4e\x14\x3a\x66\x07\x5f\x50\x31\x98\x3d\x2c\x91\xd2\x4b\x10\x71\x8e\x50\xa3\x08\x7c\x01\x54\xef\xa8\x7c\xe5\x62\x36\x5b\x57\x4d\x2c\x91\x79\xd6\xbc\xd5\x32\xe3\xcf\x95\x56\xb0\x30\xb7\x2b\x27\x49\x17\x43\x6c\xbe\xe6\xb4\x91\xa2\x9e\x94\xfd\xde\xcc\x95\x55\x25\x7d\xc6\xbe\x3c\x8a\xf7\x92\x65\xe0\xd2\x7a\xa7\xd0\xb3\xba\x3b\x1c\xc8\x1b\x77\x2d\x20\xc5\x4a\x9a\x4d\xd6\xfd\xb9\x4d\x53\xee\x74\x47\xc4\x82\xb8\x10\xb8\xd0\x65\xe1\x09\x0e\x16\x4c\x84\xf6\x65\xf6\xce\xe5\x92\xde\x6d\x82\xca\x93\x19\xad\x7a\xd5\x96\x69\x05\xb7\xc7\x5f\xf4\x5c\x21\x15\xfe\x33\xe0\xca\x83\x7f\x99\xd1\xbb\xac\x69\xa6\x0a\x85\x51\x18\xc5\x50\x88\xcd\x0a\x41\xba\xbc\x21\xa3\x52\x59\x7a\x19\xb9\xe6\x00\xd8\x85\xb7\x88\xe7\x22\x7b\x69\xc5\x71\x5f\x0d\xf2\xaf\xe4\xa2\x2f\x1a\x06\x52\xec\x94\x27\x3f\x41\xa0\xa2\x85\xfa\xa8\xc9\x14\x8f\x08\x35\x01\xe4\xb1\x57\x0b\x59\xda\xb8\xa8\x32\x31\x03\x3b\xdb\xb9\x8c\x0f\xbe\xd8\xb0\xd4\x0c\x48\xa7\x70\x28\xd8\xa0\x3b\x6b\xd3\xb5\x8e\x7b\xa1\xd0\xf6\x5e\x5d\x2a\x44\x83\x67\x51\x77\xf4\x1a\x71\xc9\xb2\x0c\x91\x55\x7d\x6f\xe4\xfe\x17\x21\x73\xbd\xbb\x8d\x90\xa6\xca\xe7\x3b\x01\x0e\x4b\xca\x7c\x53\xba\xe9\x65\x9c\xfd\x2a\x42\x09\x5b\xc6\x37\xa7\x84\x7a\xa8\xc2\x83\x51\x05\xa2\xd5\xdb\xf9\x85\x34\x18\xa9\x90\x9e\x63\x5e\xbb\xbd\x81\xef\xa3\x1c\x31\x5a\x21\x85\xe7\xb7\xb2\xb4\xa5\xd7\xf2\xec\xc2\xca\x65\x17\x2b\x6d\x64\xbe\x6c\x10\xe3\xed\x93\x35\xcb\x3e\x7e\x15\x01\xb1\x66\x33\xb7\x8b\x3f\x2a\xc5\x09\x6b\x4f\x3d\x97\x0e\x59\x66\x98\x06\x63\xdc\x94\x1a\x69\x6d\xb9\xba\x3b\x17\xb0\xf3\x21\x8c\x3c\x15\xca\x9e\x73\x1a\xb2\x19\xa6\xd1\x05\xbd\xf2\x55\xdd\x73\x00\x0d\xe5\x95\x3a\xf9\x79\x59\x0a\xd2\x89\xba\xa2\x2f\x5a\x8b\x90\x76\x66\xaf\x0e\x40\x85\x38\x6c\xa1\xb7\xec\xd7\x5d\x40\x5b\x5c\xca\x76\x6e\x9c\xaa\x2f\xc5\x37\xaa\x2b\x28\x49\xf6\x1a\xb6\x60\xf4\xcc\x64\x13\x71\xcd\x9d\x8a\xce\x54\xc1\x72\x17\xae\xfe\x1e\xbf\x41\xd8\xac\x0e\xda\xbd\x71\x8b\x2b\x57\x6b\xb5\x4c\x0c\xc6\x2f\xc0\xe7\xe6\x57\xe0\x1f\x89\x36\x28\xa2\x3d\xd4\x74\xae\x5b\xd6\x9e\x40\x1c\x17\x4e\xb4\x24\xe0\x28\x3b\x3f\x05\x1a\x98\x02\xd3\x52\x76\x0a\xbc\x9f\xcb\xf1\x9a\xa1\xf5\x74\x92\xef\xe4\x49\xdf\xcb\x06\x68\x1a\x1c\xc0\x0e\x7c\x73\x26\x0d\x89\xe7\xb6\x1e\xe5\xef\x79\x4a\xb3\x50\xd5\x45\x96\xe3\xed\x9b\x42\xc3\x66\xed\x65\x7b\xd9\x78\x31\x32\xf6\x20\x4b\x55\x16\x66\x55\xd4\x38\x6f\x34\xf3\x78\x13\xee\xc7\x45\x06\xed\x7f\xf2\x4a\xc4\x2d\xb6\x5e\x40\x40\xe1\xcf\x6f\x85\xb7\xb2\xcc\x4b\xf1\x08\x1e\x37\xf1\x62\xac\x5c\x8d\xe1\x6c\x12\x2f\xe1\x44\x1f\x57\x9e\x13\xfe\xda\xf2\x75\x5f\xe6\x13\x4c\x4d\xce\x60\x24\xcd\x1a\x7a\xc9\x4a\xc6\x7b\x2d\x8b\x64\xb6\x13\xcc\xce\x6b\x4c\x8b\x8d\x0a\xa3\x9c\x60\x10\x67\xf9\x64\x56\x74\x1b\x65\xc5\x5f\x95\x9b\xb7\xc7\x1b\xef\x5c\xd6\x32\x33\xfb\x4b\xa8\x83\x0d\x45\x69\x1a\xef\xb1\xf9\xfb\xb6\x24\x01\x55\x1b\xca\xcd\xd7\xe1\xe6\x45\x66\x67\xdd\x4a\x31\xf4\x60\x4d\x9c\x64\x4e\x1b\xec\x19\x6d\x70\x26\x85\xaa\x4b\x6b\x43\x92\x7d\x27\xd9\x85\x97\x31\x5c\x46\xc2\x7d\xcd\x6e\x36\x63\xe1\x3e\xfb\xc1\xbf\x33\x64\x4c\xe3\xfe\x2d\x4b\xa6\xff\xaf\x1e\x3d\x14\xee\xcb\xd5\xa3\x5f\xfe\xd5\xa3\xd9\x2a\xa0\x47\x4f\x6d\x0f\x30\x27\x58\xab\x93\xd6\xd2\xcd\x74\xc5\xdc\x37\x44\x10\x39\xa6\x30\xcd\x18\x96\xbf\x59\x1d\x6c\x9e\x94\xd4\x3f\x99\x27\x6b\x55\x9c\x0a\xed\xdb\xc5\xa5\x12\x33\x39\xc8\x0f\x82\x11\x3d\x4f\xe6\x25\x56\xca\xb7\x62\xcc\x99\x61\x02\x85\x5b\xb0\xba\x2c\xf2\x60\xab\xd1\x90\xf4\x09\x5f\x43\x8b\x96\x1e\xe4\x55\xfb\x2d\x35\x46\xaf\x40\xb5\xf4\x0a\x5a\xca\x85\x37\xab\x08\xe2\x52\x95\xe0\x75\x5d\xf3\x94\x06\x5a\x39\xdd\x61\x05\x80\xcf\xad\x07\x9c\x21\xe6\x37\x4d\xe7\x55\x4d\xae\x39\x99\x9c\x33\x5a\x2b\x67\x7a\xa9\x9d\x2a\x81\x97\x28\xfb\x29\xd4\xfb\xb9\xad\x21\xb9\x7d\x9f\x09\x07\x09\xcd\x41\x5b\x12\x89\x4f\xe4\xfe\x52\x3f\x6c\x1c\x1a\x87\x86\x3c\xb5\x18\x5d\x0d\x49\xff\x25\x24\x89\x5b\xf1\x4b\x40\x70\x0e\x16\x17\xf2\x50\xef\x64\x58\x97\x99\xc9\x21\xde\x90\x21\x30\x0e\x71\x5f\x12\xa4\xab\xc9\x32\x30\xe8\x66\x72\x0b\x35\x6b\x10\x5f\x72\x59\x51\x0c\xf0\x22\x4b\x39\x22\xda\x42\x93\x9c\x5d\x1f\xcd\x8d\xfb\xf3\xb0\x98\x6e\xa8\x3c\x50\x9f\x24\x17\xa2\xf2\x56\x03\x2f\x9f\x4b\x70\x95\x5a\xd4\x5e\xa7\xc7\x96\x9d\xaa\xcf\x60\xdc\x3f\xa9\x59\x3e\x3f\xfa\xdb\xec\x7c\xc3\x26\x21\x3a\xa9\xa7\xf3\xd6\x05\x81\xaf\x16\xea\xfd\xa0\x52\x6f\x94\xf2\x24\x7b\x15\xfa\x89\xc6\xd9\x2d\x7e\x89\xe3\x7b\x28\xe3\x42\xa5\xf6\x3b\x15\x2a\x15\xe4\x25\x91\x77\x13\x75\x91\x97\xdf\x2a\x95\x26\x42\x3d\x9c\x97\xdd\x62\xca\x7e\xe5\xa6\x44\x4c\x2f\x5d\x40\x13\x1c\x8d\xd5\x94\xd0\x4c\x35\x88\xd9\x6b\xc1\x88\xeb\x5b\x29\xd4\x7b\x0f\xf0\x2e\x75\x25\xd4\x47\xf8\x56\x4c\x38\xa2\x9e\xce\x6f\x99\xab\x0e\x75\x26\xb8\x32\x1f\xe4\xb9\x5c\xcf\x90\x49\x3d\x31\x46\x98\x31\x0f\x3f\xb8\xb6\x7c\x2c\xd4\x53\x4d\x32\x01\x51\x95\xac\xb8\x33\x3f\xd4\x74\xee\x7d\x13\x9f\x83\x85\xb7\x66\x08\xf9\x2f\xa1\xbe\x4f\x0d\xbb\x98\xa0\xc6\x27\xc4\x0a\xea\xf1\xd8\xb0\xd1\xc0\x12\x74\x5c\x93\xd8\xd4\x0b\xb8\x56\xc8\x34\xf5\xd4\xc5\xf1\xa3\x14\xce\x13\x4a\x1e\x8c\x4c\xb0\x3b\x94\x20\x6b\xfe\xec\xd0\x9f\x0e\x00\xb3\x09\x3b\xdb\x7c\xf2\x7b\xdb\xfc\xd9\x37\x7f\x3e\xd0\x9f\x14\x2d\x76\x84\xfa\xd1\x82\x4e\x5b\x70\xb8\x05\x4a\x16\xbd\x4b\x81\xb8\x7b\x82\x44\x21\xf8\x15\x76\x34\xe8\x62\x49\x11\xda\x85\x7d\x5a\x9b\x6d\xd7\x97\xe6\x13\xce\x24\x59\x92\xfd\x40\x9e\xd7\xa4\xf2\x10\xde\x90\x3a\xe0\x8e\x39\xdd\xe1\xd9\x97\x35\x6f\xd4\x6b\xca\x9a\x7d\xf6\xc1\x8a\xad\x8a\xad\x4c\xb3\x21\x23\xac\xe0\xa2\x7b\x63\x6f\x8f\x42\xe9\xfe\xe8\x46\x44\xd7\x87\x76\xd3\x07\xbd\x4d\xd9\xa7\x20\xcf\xc3\xe1\xea\x21\x5e\xf6\x21\x2b\xba\xc9\xb7\x2f\xfd\xe4\x1e\x57\x3c\x98\x67\x8c\x03\x3c\xe3\x48\xcf\xa8\xc9\xdc\xe5\xed\xbf\x3e\xa3\x4b\xef\x3e\x38\xc9\xfe\xaf\x0d\x94\x32\x0d\xb8\xa2\x43\x5e\xe7\xa1\xb9\xc1\x49\xc2\xda\xa7\xbd\x9b\x0a\x1c\x17\x78\xa8\x3d\x62\xc8\x18\x06\x00\xa4\x03\xe7\x6d\x66\xcd\x7d\x0a\xf5\x51\x81\xef\xe1\x8d\x0a\xd0\x66\x94\xde\xaa\xef\x8d\x70\x86\x14\x21\x04\x31\x31\xde\x5d\x28\x68\xfa\xe1\xbf\xe1\xe2\x41\x72\xb1\x12\xea\xea\x96\x0b\x6e\x09\xa9\xee\x8e\x16\x92\x66\x1a\x84\xdc\x2d\x3f\x6f\xac\xe0\xc6\xb5\x99\xb8\xea\xc3\x8a\x3b\x36\xb9\x79\xe3\xcf\xdb\x91\xde\x31\x8e\x70\x7b\xf3\x9f\x6e\xa7\xba\x8a\x67\x92\xc2\x21\xa1\xcb\x52\xec\xc8\xa5\xec\x87\x84\xff\xa2\x22\x4f\x31\xe5\x87\x79\xfd\xe3\x18\x92\x64\xa8\x16\x77\xdd\xf9\x87\xb9\xae\xa5\x16\xe4\x71\x53\x17\x7b\xdb\x56\x45\xd7\x5e\xdd\x71\x82\x9d\xd9\x09\xbf\x84\xde\x71\x35\xe4\x34\x8b\xac\xf4\xfe\xb8\x6c\x82\x68\xd7\x6f\xa6\xf5\x34\xaf\x8f\x88\xa8\x4f\x74\x26\xa0\xfe\xf2\xd8\xb2\x50\xbc\xd3\xb6\x52\x64\xa7\xe7\xc7\x79\x13\xc5\x3b\x8b\x66\xc2\x12\xf6\xf4\x38\xb7\x50\xbb\xb3\xb0\x92\xfb\x1f\x1f\x67\x0d\x00\x4b\x79\x8d\x94\x3a\xec\xe1\xb1\xd5\x40\x41\x4f\xbb\x91\x80\x40\xdd\x3f\xae\x2c\xd4\xf3\x04\x56\x52\x73\x79\xf7\xb8\x6c\x00\x59\xca\x6f\xa4\xc5\x43\xdd\xc7\x55\x13\x2c\x65\x41\x33\xe5\xc6\xed\x30\x29\xb0\xce\xf2\xa1\xd9\xcc\x8d\xab\x52\x6e\xdc\x9e\xb0\x1f\x9b\x54\xe9\xea\xa6\x4e\x94\xdc\xc4\x14\x53\xbf\x89\x08\xb0\xdc\x7d\xc1\xbf\xdb\xba\xc8\xd8\x43\x25\x4a\x12\x34\x65\x65\x99\xf2\x94\x89\x93\x9c\x8d\x59\xbf\x4d\xf8\xcc\x54\x45\xfd\xb5\x3a\x54\x05\xf6\x71\xc5\x69\x06\xb5\xfd\xbf\xf7\x83\xe8\x5d\x06\xe4\xb4\xbd\xe8\xfe\xd7\xaa\xd2\x2a\xd0\xfc\xc7\x1e\x10\x88\x27\xb3\x19\x27\x90\xd7\xe2\xee\x01\xc8\x7a\x12\x15\x6c\xf3\x1a\x4d\x9a\x8e\xba\xb9\xd2\x37\x8a\x98\x26\x42\xbd\x18\x75\x20\xa9\x43\xed\xa4\xd5\xa6\xe5\x1b\x25\xa9\x8e\xd0\x2f\x65\x5f\xc3\xc0\xf3\x18\xa8\xb0\x06\xbb\x61\xd2\xf0\xa8\x27\x4d\xd5\x62\x14\x81\xeb\x0b\xca\x9e\xa6\x30\x9f\x6a\x56\xc1\xa3\xb4\xae\xe9\x94\x62\x85\xba\x79\x89\x32\xdd\x8c\x9a\x0c\xb2\x33\x11\xfa\x65\x85\x5a\x05\x36\x2f\xbf\x9a\xa8\x51\x5d\x4b\xe2\x38\x52\x96\xda\x72\xd1\xea\xf5\xf9\x40\x12\xc4\xb8\x1d\x6d\x34\x96\xa3\x16\xea\x85\x32\x40\x94\x06\x37\x07\x68\x32\x23\x46\x34\x38\xed\x75\xc2\xd0\xe4\xcb\xd6\x41\xa7\x1f\x68\x03\xf7\xea\x24\x9a\xeb\x14\x52\xc3\x6b\xc5\xa5\xb0\x3e\xf2\x3e\xbe\x7c\x02\x0e\xf7\x54\x1d\xa6\xf8\x09\xa8\x0d\xc3\x42\x13\x8c\xdc\xd2\x7a\xf8\xe5\x4b\x2c\xb3\xa4\x51\x31\x3a\x87\x11\x7f\xdf\xcd\x0d\xa7\x5e\x8c\x84\x7a\x3d\x4d\x53\xe2\x98\xf3\x45\xb1\xc9\x69\xb4\xc1\x8b\xac\xf9\x3a\x2d\x1e\x3e\x00\x14\xc2\x7c\x59\x7d\x9f\xdf\x47\x3c\x86\xda\x9d\xd1\xc7\x54\x8f\xd9\x7d\xc5\xfc\x6e\x9f\x19\x31\xcb\x28\x21\xb3\x7e\xb6\xac\xd8\x2c\x54\x26\xe8\x11\xd3\x1d\xcc\xf3\xaf\x90\x38\xab\x4e\x6a\xbf\x64\x46\x22\x73\x32\x48\x4f\xd2\x7a\xf2\x97\x50\x26\xaa\x16\x7f\x1b\xb3\xf3\x10\xd8\x97\xc8\xad\x93\x15\x3c\x67\xe6\x71\x25\xca\xdd\x4e\x37\x30\xfd\xe4\xef\x7f\xf1\x67\xa2\xc4\x78\xb1\xfc\xf7\x2f\x6a\x36\xe9\xc5\xfe\xc7\x1a\x4d\x9f\x7d\x5a\x64\xe0\x4d\x2a\x71\x29\xb6\x23\xf4\xd3\x6a\xd5\x29\x26\x28\x9d\xdf\x41\x43\x65\x8a\x02\xab\x89\x1f\x84\x3c\x84\x5d\x5c\x58\x89\x27\xe4\x82\x46\xa3\x64\xcf\x36\xb9\x09\x7b\x7d\x59\x53\xd1\xea\xb5\xeb\x91\xfe\x7b\x73\x30\x31\x4b\xf6\x2c\xfa\x6b\x7b\x9b\xf8\xba\xd5\x16\x8b\x6f\x9c\x52\xb3\x5d\x78\x62\x9f\x89\x19\x82\x27\x76\xfb\x3d\xa5\xa0\x3a\xd5\x33\xc5\xe6\x21\x8a\xcd\x73\x6a\x46\x6d\x9e\x61\x92\xca\x49\x94\xc5\x45\xc6\xb2\xe3\xae\x4b\x85\xe7\x7b\xa4\xd8\xc6\x24\x56\x9b\xf7\x78\xbd\xb9\x7f\x56\xaf\x90\x61\xc0\x3e\xbd\x58\x37\x96\xd6\x5c\x0a\x27\x54\xdb\xb3\x9d\xf2\xd0\x1d\x58\xe2\xed\x0b\x54\xa9\x81\xee\x2f\x56\x9d\x0c\x9b\x5d\x8b\x19\xcc\x8d\x2c\xf0\xe5\x79\x27\xb3\x3d\x08\x03\xa7\x38\x10\x07\x97\x2a\x7e\xca\xee\x46\x96\x03\x07\xdb\xb5\xb1\xe6\x76\x3c\x38\xdb\x39\x85\xfa\x78\xd5\x47\x9d\x5f\x96\xea\x66\xe7\xa4\x7c\x4f\xb3\x80\x97\xd1\x44\x38\xdf\x51\x35\x03\xa4\x77\x5a\x71\x59\xfd\xca\x06\x03\xd4\x1f\xd4\x12\x90\x10\x64\x42\xb7\x4f\xa1\x3f\x22\xd2\x3f\x1c\xd8\x6e\xf1\x12\x6c\xd6\x93\x32\x32\xfd\xa7\x51\x4f\x87\x53\x6f\x64\xad\xce\x80\xb1\xae\x70\x3c\x0a\x9d\x27\xe3\xb4\x80\xc1\x37\x99\x97\x30\x4e\xd6\x0e\xe9\xe5\x4d\x0a\xea\x50\x55\x8e\xae\x6c\x80\xff\x15\x73\xc1\x35\xb9\x20\x22\xf0\xed\x94\x54\xb3\x6c\xf1\xf8\x4c\x29\x9a\x34\x8a\x63\x44\x87\x87\x14\xbb\xeb\xf8\x90\x82\x8f\x11\x82\x8c\xee\x34\x64\x8e\xd4\xf2\xc4\x03\x7b\x9c\x93\x69\x15\x33\xde\x9d\x19\x2f\x69\x28\xf4\x47\x19\x15\xa6\x31\x4d\x58\xa5\x96\x19\xdb\xd5\x81\xb1\x8c\xc6\xd9\x4f\xf0\x26\x9c\x40\xb6\x63\x26\xe1\x5b\xfc\x7c\x85\x56\x37\x1d\xea\xd2\x14\xb7\xb9\x42\x2f\xe4\xea\x2d\xf7\xb0\xe3\x4f\xd2\xbb\xbc\x6e\x3e\x4b\x48\xf8\x3a\xf7\xc5\x9e\x18\x7c\xcc\xab\x4e\xfa\x85\xd9\xbc\x9e\x18\x0b\x7e\x80\xb7\xd3\xba\x14\x7f\x0f\x63\xdb\x56\x1b\xd8\x21\xc8\xbe\x7c\xbd\x30\xbe\x1d\x85\x6e\xd7\x00\x94\x9e\x03\x4a\x85\x0a\x0d\x2d\xfb\xa4\x7f\x50\xd5\xe5\x6d\x8b\x59\x66\x11\x36\xaa\xc9\x9e\xdd\xed\x12\xa1\x9e\xd9\x9f\xff\x69\x75\xd1\xc6\x35\xab\xf3\x6a\x69\x9f\x13\x01\x3e\x93\xc2\x09\xd4\xf6\xc4\xe2\x5d\x09\xf5\xba\xe1\x17\x8c\x4a\x44\x6c\xf9\x0a\x32\x9a\xfc\xb8\x3a\x04\xb6\xcc\xd4\x64\x8e\x27\x0f\x65\xc5\x0c\xd6\x18\xe4\x63\x94\x69\xd0\xf3\x6e\x68\x43\xf5\x02\x5a\xc7\xb2\x43\xf0\xd8\x34\xfb\xd1\xae\x30\xbf\xe5\x0c\x6a\x12\x81\xdd\x0d\x0f\x9a\xdc\x5e\x1b\xd9\x7a\xc8\x12\x27\xee\x87\x04\x02\x22\xcf\x96\x9d\x5b\xf9\x8f\x89\x4e\xf0\xe1\xd5\x19\xda\x6b\x20\xd4\x13\x23\x7f\x8c\x84\xf3\x1a\xd5\x75\xda\x45\x9f\x69\x0a\xf3\x0f\xbd\xd0\x04\xee\xb5\x65\x71\xa8\xfc\x37\xe5\x11\xf1\x12\x8f\x44\x82\x79\x31\x56\xaf\x7a\x8d\x18\xfb\x57\x3b\x89\x32\x9b\xc1\xd8\xab\xc5\xb6\x53\x74\xd4\x14\xd5\x5f\xfd\xd9\x91\xf6\x22\xca\xfe\xda\x31\x7b\x14\x2a\xcc\x87\xa7\x28\x9f\x52\xf3\x66\xc4\xde\x89\x52\x02\x03\xd9\x24\x28\xd9\x27\xd5\x7a\x44\x0e\x35\x7c\x22\x63\xa3\x2c\xfa\x46\x97\x1b\xd7\x14\xd7\x24\x39\x42\x8c\x96\x2f\xd4\x15\x4a\x14\x7b\x4b\xa2\x70\x4d\x55\xd4\xea\xc3\x89\xce\xe0\xc3\x31\xaa\x03\x10\x29\x00\x12\xef\xd9\xa5\x28\x21\x3d\xd6\xf7\x1e\x17\xf7\x16\x50\x0d\xbd\x7c\x86\xe7\x38\xa9\x06\x6b\x2c\xc9\x1b\x45\xfc\xb3\xa4\xcd\x6a\xbb\x12\xd8\xf1\xfd\x7c\x51\x39\x60\xe5\x5e\x1b\xd9\xac\x21\x59\x12\x9a\x83\x71\x8d\x3c\x37\x71\x42\xe3\x16\xba\xc3\xe7\xae\x49\x1f\x22\x26\x64\xd8\x07\x34\x64\x6f\x22\x09\x39\x50\x75\xae\x58\xc9\x1a\x20\x07\x4b\x64\x13\xd8\xf5\xb5\xcb\x1b\x01\x65\x2f\x62\xe3\x18\x43\x59\x54\xd8\xa9\x06\x0d\xb8\x8a\x3e\x3d\x50\x72\x50\xdc\x4e\xdb\x46\x68\x32\xcf\xed\x48\x08\xd1\x06\xce\xf1\x37\xdd\x51\x80\xc9\xf8\x55\x02\x06\xc1\x41\x16\x1d\x15\x82\x3d\xa8\x6f\x2c\x48\x47\x6d\x3b\x54\xcb\x70\xa7\x62\x57\x07\xe7\xa9\x94\x61\x74\xa3\x12\x4e\xb7\x65\xa1\x0c\xca\x17\xd4\xee\x2c\x4d\x13\xfd\x85\x3c\x52\x30\x84\xd9\x1f\x42\x44\x04\x23\x79\xf1\x74\x06\x1d\x04\xaf\xd2\x67\x9f\x5e\x7b\x47\xd9\x25\xcf\x47\xb0\xea\x0d\x6b\x80\xfb\x74\x6b\xcc\x91\xb5\x42\x7e\x42\x3f\x28\x83\x1d\x6b\x5b\x26\xbd\xef\x23\xbe\x2e\xa8\xea\x18\x4f\xc9\xac\xa2\xc6\xc5\x05\x6b\x22\x5b\x28\x99\xbb\x00\x70\xa0\x85\xc3\xf9\xbf\x84\x69\x1c\xba\xff\x44\x15\x44\xb5\xda\xaa\x13\x51\x2d\xb1\xad\xdb\x80\xd8\x18\x33\x31\xcd\x80\xd8\xa3\x65\x19\x44\xfd\xfd\x02\xe1\xe0\xaa\xa7\x12\xc8\x75\x3a\x22\x7d\x17\x31\x02\xdc\x85\xf9\x65\x6c\xae\xc2\x87\xb9\xb2\x26\xf7\x6b\xfb\xc6\x8b\x3f\xae\xf1\xde\x93\x1a\x61\x49\x0b\xb7\xb1\x70\xcc\xf5\x3e\xa0\x0a\x26\x01\x8d\xb8\x70\xa3\x25\xed\x11\xdf\xf1\xdd\x95\xb3\x8e\xd1\xb6\xcc\x70\xac\x8f\x2e\x51\x6e\xa2\xb8\x92\x43\x45\xdf\xc5\x9e\x31\x3a\x3d\xbc\xc9\x10\x8b\xac\x00\x3a\x3e\xc2\xa6\xd1\xfd\x90\xde\xb6\x33\xd9\xd3\x0c\xd3\x4e\x2d\xa0\x2d\xe9\x4f\xa5\x99\x86\x9b\x84\x9a\xc3\x3b\x3f\x08\x50\x67\xed\x46\x1e\x23\xbc\x54\x22\x73\xd9\xa1\x3b\x22\x45\xa3\x7c\x06\xd3\xa2\x59\x09\x53\x21\xd4\x1e\x8d\x90\x27\x5f\xef\x70\x2f\x19\x2f\x3a\xf2\x74\x6c\x3d\xeb\x90\xe6\xf8\x8a\x56\x0d\x63\x9c\x93\xd1\x01\x0c\xf7\x3d\x6d\xa9\x1c\xc4\x9c\xc1\x43\x3e\x0e\xaa\x18\x94\x75\xb5\x4b\x71\xea\x4d\x53\xdf\x4e\x93\x2f\x35\xb0\x5d\xf9\xcf\xe6\x3a\x67\xb5\xb7\x6f\x5f\xb7\x40\x55\xaa\x6b\x2e\x18\x0b\xd1\xdf\xbd\xdc\xbe\xee\x48\x3c\x9a\x8a\xe0\xc1\x97\xdd\x2f\xe0\xd8\x12\x70\xc2\x00\xc9\x87\x23\xaa\x30\x7b\x10\xeb\xa3\xba\x96\x8a\xc6\xa2\x22\x48\xac\x8d\xf3\x40\x39\x86\x85\x4b\x27\x19\xae\xc9\xbf\x1e\xae\x3f\x25\xe0\x77\xed\x7f\x1b\xa4\x02\x34\x83\xff\xdb\x41\x22\xe9\x59\x02\x27\x0b\x26\x7f\x6f\xb5\x32\xba\x83\x7e\x2a\x2a\x51\xed\xf4\x30\x34\x2f\x45\x46\x41\x17\xca\xf9\x31\x83\x5c\xa2\x43\x61\xa1\x5b\xeb\x04\xa4\xd7\x69\x7c\x63\x8c\xca\x5e\xfe\xff\x75\x58\xdc\xdc\xb0\x4c\x84\x06\x1a\xb1\x2f\x03\xe0\x48\xf1\x61\x45\x56\xf2\xad\xee\xde\xdd\xec\xec\xa1\xfd\x4b\x67\x9b\xf5\x5c\x67\x1b\x9b\x1f\xc5\xae\xda\x43\x4e\xc5\xe0\xb8\xa5\xfa\x06\x72\xd0\xbe\xfe\xc7\x85\x56\x6a\xfc\xf2\xfc\x4d\x33\xf7\xfc\x82\xf7\xcb\x75\x16\xb1\x22\xab\x8f\xcc\xb3\xe0\x92\xfb\xf9\xac\x5d\xf0\xa3\xb2\x54\x07\xcc\xce\xd8\x2c\xcb\xfc\x3b\x70\x5b\x10\xde\x37\xda\x1a\xfd\x32\x6c\x41\x17\x1e\xea\xb8\x13\x27\xde\x47\xce\x65\x23\x85\x7b\x15\x02\x65\xd4\x4b\xd9\x33\x73\x78\xf2\xfa\xb7\xe9\xec\xc4\xa4\xf9\x76\x31\x29\xfb\x6e\x41\xf4\xe6\xae\xeb\x09\xfd\x02\xb9\x89\xeb\x5f\x10\x1a\x24\x0d\xed\xed\x9d\xd6\x40\x15\x06\x31\x45\x64\x97\xc0\xa2\x08\x41\x8c\xf4\x5d\x54\xc2\x93\x6b\x39\x45\x35\x36\x01\xb4\x54\x98\xf3\xc9\xae\x90\x4a\xa6\x16\x4c\xb9\xaa\xef\x42\x12\xc8\x62\x58\x3f\xb1\xc7\x90\xa8\x77\x8f\x32\xdc\xf2\x92\x52\x42\xe8\xd9\x16\x84\xbc\x16\x03\x7a\x1f\xa6\x28\xb8\xa1\xba\xf9\x41\x38\x2c\xf6\x45\xbb\x1b\x12\xda\xfc\xf7\xba\x9e\x2e\x4e\xf3\xff\x91\x44\x97\x8d\x4d\xf8\xef\x2b\xd4\xf9\x73\xc4\xca\x5e\x65\x27\xda\xd3\x3f\xac\xc9\xf8\x53\x31\x3d\x84\x5b\x02\xca\xc3\xc3\x8a\x13\xb0\x2f\x15\xdc\x09\xa0\x27\x31\x1e\x20\x02\x98\xa8\x33\x39\x48\x31\xa8\x0a\x35\x7e\xd8\x8f\x75\x9d\x4c\x0b\x40\x23\x2f\xb0\xb5\x5b\xb2\x8a\x67\x4d\x16\x7c\xa3\x45\x39\x78\x6e\x8b\x12\x84\xe2\x62\xf1\x81\xcf\x67\xcf\x30\x61\x07\x08\x81\xaf\x75\x8c\x33\x2b\xb4\x4e\x08\xd2\x09\x8e\x61\xd6\xed\xf5\x49\x48\x7e\x27\xfb\x87\xd1\x2c\x0e\x03\x7e\xdd\x84\x78\x8b\x0b\xf6\x81\x18\x69\x87\x77\x2d\x19\x5d\xc0\x34\x43\xaa\x4d\x0d\x56\x0e\xf0\x83\xc4\x8c\x7d\xc9\xa9\xdb\x58\x7c\xc3\xbf\x3c\x4e\xdd\xcb\xfa\x90\x81\xd4\x3e\xd4\x32\x38\x82\x64\x20\x2c\x5f\x6f\x1a\xdc\x05\x5f\xe5\x08\xfe\x61\x9c\xd5\xe4\x82\x92\xe9\xde\x22\x22\x41\x83\x53\x58\x0c\x48\xb2\xab\x8b\x2c\xb5\x70\xd3\x1a\x2a\x75\x7c\x3a\x2c\x28\x9c\x5f\xb6\x61\xb2\x2e\x73\x77\xfb\xf4\xc8\x83\xec\x70\x42\xc9\x3a\x77\x36\x44\xa2\xa8\xaf\x14\x9f\x5e\xe5\x4e\x07\x94\x66\xe2\x12\x33\xd3\x5a\x81\x3a\xb2\x51\xa0\x55\x79\x94\xb5\x46\x07\xa9\x44\x50\x51\x01\x2c\x36\x3e\xd7\x19\xda\xf5\x64\x75\x80\xf4\x7b\xfe\x86\x50\xbc\x30\x46\xd9\x58\x88\x85\xac\x37\x50\x5a\x6c\x35\x38\xc1\x74\x24\x16\xa6\xa9\x51\x42\x8e\x5c\x95\x8d\x86\x59\x2a\x8e\x67\xc7\xda\xf4\x48\x74\xde\xdb\x8d\x24\x23\xd5\x09\xe4\x09\xf3\x71\x4d\x0b\x81\x00\x01\x44\xb9\x05\x93\xee\x02\x39\x7e\x63\x97\x59\x12\x38\x95\x25\x8f\x8d\x1b\xc8\x14\x8e\x10\xbd\x96\xcf\xd1\xf4\xdd\x8c\xd6\xc2\x46\x26\x88\x37\x55\xf2\xd5\x8a\x08\x27\xc4\xa9\x90\xcf\x82\x4d\x78\xea\x90\xfb\xc8\x63\x53\x2e\xa4\xd1\xb4\x05\x15\xdb\xaa\xce\x01\x2d\xfc\x00\x85\xdd\xfb\xc4\xc2\xb1\xcb\xcc\x5a\x94\xf3\x98\x8e\xe5\xba\xe5\x22\xb1\xe1\xff\xac\x47\x31\x2e\x2b\x30\x47\xf4\x85\x13\x1c\x14\xf1\xea\x29\xa2\x3c\x4a\xa4\x33\x0d\xe4\x94\x87\xab\x6f\xfa\x02\x86\x39\x25\xfa\xca\x01\x9d\xb3\xd7\xec\xa4\x32\x9f\x67\xcb\xf0\xb0\xc7\x8a\xd9\xa3\xe0\x77\x78\x58\x99\x5d\x49\xfb\xf6\x11\x1f\xb6\x7f\xfe\xa6\xc4\x87\xb8\x9a\xce\x62\xd0\xfa\x6d\xee\xf6\x25\x05\xe3\xde\xd7\x6b\x06\x76\x69\x22\x37\x99\x5a\xeb\x81\xe6\x53\x5f\x14\x93\x30\x50\xdf\x44\x95\xdc\x2a\x25\xfb\x50\x41\x20\xa4\x06\xfc\x98\xc7\x55\x08\x0b\x16\xc0\xc8\xb7\x7f\x9b\x8e\xf0\xef\xbb\x03\xa0\x49\xdc\x23\xb0\xdd\xee\x3c\x24\x83\x3b\xf3\x1a\x89\x92\x6e\xc5\x87\xa7\xa6\x4a\x53\x4a\x3d\x35\x57\xf0\x31\xb4\x56\x70\x59\x17\xd6\x70\xeb\xb4\x91\x64\x48\xc8\x9f\xe6\x7a\xfe\xfd\x54\x23\xe4\xa4\x61\xfd\x9d\x7e\x6d\xf8\xee\x2d\xdf\x1d\x92\x4b\xd5\x8d\x5e\xe9\xd9\x3e\xf0\x5c\xdc\xd5\x01\x7d\x09\xb1\x7f\xba\x51\x80\xbe\x96\xf9\x59\x17\x7e\xd6\xe6\x4c\x43\xd2\xdb\x82\xf2\xef\xde\x42\xf2\x62\xbf\x41\xa4\x25\xea\xe1\xc8\x7d\x39\x70\x5f\xb2\xd7\xbb\x62\x82\xc6\xf6\x38\xf9\x27\xb0\xa0\x82\x37\x57\x00\xe3\x6a\xd0\x00\xb8\xa0\x04\xa5\x99\xf2\x05\x40\x92\x8e\xdb\x00\x22\xf5\xa4\x5a\x67\x3f\x7b\xad\x4e\xc5\x40\xd3\x23\x75\x5c\x87\x12\xc0\x5c\x9e\x5d\x54\xca\xb2\xfb\xc8\x95\x01\xe3\x31\x87\xb5\x2b\x94\xd6\xab\x2a\xa8\xe9\xad\x62\x6a\x2d\x55\xad\xc9\xc2\x61\x49\xfb\xfc\x94\x84\xeb\x07\x0e\xb9\x42\x7c\x17\x90\x21\x36\x2e\x9d\x12\x0a\x34\x75\x51\x5b\xb6\x4b\x77\xf8\xbf\x5f\x07\x83\x53\xdf\x9c\x0d\x64\x70\x8a\x2d\x29\xd3\xe8\xc7\x05\x68\x46\x74\x91\x03\x96\x62\x80\xe9\x34\x3b\xd9\xe3\xae\x65\xfe\x0f\xdd\x59\xb7\x49\x9b\xd5\xdc\xb6\xd8\x9d\x72\xa6\x0c\x4c\x0d\xb5\xae\x6f\x81\xf8\xb7\x95\xa4\x4a\xeb\x0d\xfb\xd7\xcd\xd9\x36\x29\x02\x83\x39\x2d\x27\xe8\xbd\x4d\x79\x66\x72\xb4\xe6\x85\x0c\xf1\x21\xb2\xed\xbf\xe6\x5d\xe8\x45\xb4\x51\x7d\xed\x9e\x28\x8b\xd1\x6e\x41\xf7\x68\x13\x9b\xc1\x80\xaf\x59\x98\xfd\xd5\xdd\x41\x89\x6d\x0d\x79\x53\x5c\xbb\xb5\x6e\xb5\xd3\xf0\x80\xf8\xd5\xce\x2e\x57\xc2\x3c\x27\x23\x5b\xcf\x2a\xd9\xaa\xe5\xd6\x02\xe8\xee\xa5\x59\x07\xbb\xb3\xb9\xba\x72\xc4\x9a\x29\x53\xd0\x42\x59\x32\xe5\xa3\xff\x8c\x41\xca\xc4\x52\xb6\x0b\xf2\xe7\x3d\xdb\xb2\x8b\x2d\xb8\xb6\xca\xe6\x86\x9e\x23\x99\xb8\x37\x85\xda\x85\x88\xbe\xef\x2a\x0a\x5b\xcc\xaa\x9c\xed\xd4\x16\xd2\xc1\x3d\x2d\x7f\x26\xf3\x56\x77\x66\xbf\xee\x05\xb2\xa8\xd5\x6b\x6f\x7b\x62\x1e\x2f\xc2\x67\x22\x70\xac\xb5\x7c\x5f\x23\x86\x71\x94\x29\xe4\x5e\xa8\xb2\x6e\x1d\x68\x3f\x7e\x64\x16\xa3\xb3\x51\x6b\xa8\xa0\x9f\x04\xe2\xe5\xfc\x61\x27\xc1\x68\x89\xc3\x7c\x9d\x18\xa6\xa3\x30\xa2\x88\xe4\x44\x28\xd8\x16\x7d\x9f\xa1\x0d\x69\xe6\xbc\xed\x11\x24\x9f\x9a\x91\x75\x43\x50\xc1\x87\x8c\x6f\x1c\x56\xcc\x90\x5a\x92\xb2\x87\x19\xbf\xb6\xbc\x89\x13\xfe\xf2\xf8\xb5\x0e\x15\xc7\x77\x32\x0e\x29\x22\x79\xd0\xe4\xb2\x84\x06\x27\x6a\xed\x5f\x76\x0b\xfa\x2a\x4c\x24\xb6\x7d\x8e\x35\x4f\xec\x8f\xa0\x23\x1d\x80\xf4\xc0\x8c\xdc\x86\x17\x0e\xeb\xa8\x33\xb9\xe1\xd9\x1d\xd1\x5c\x17\xd3\xa0\xde\xcd\x18\x76\xda\x52\xb8\x80\xc1\x41\x7a\x49\x95\xa1\x2b\xd4\xeb\x39\x62\xc2\x80\x5a\x5e\x0b\xc4\x2d\xba\x22\xab\x78\x5f\xd7\x3a\x20\x77\x8d\x22\x0d\xea\x25\xde\x9d\x78\xd3\x8c\xaf\x6a\xaf\x70\x15\x88\x9b\x8b\x4a\xbc\xad\x65\x61\x45\x73\x7c\xd2\x4d\xc6\x59\xfb\x2a\xac\x32\x53\x59\xb2\xa9\x45\xc9\x87\xa0\x08\x02\xbe\xfa\x03\x89\x81\xb5\x4c\xe7\xe7\x88\xe2\xf0\x39\x9c\xa8\xfb\x56\x9c\xbe\xa5\x84\xfa\xe3\x79\x54\x29\x24\x22\xc6\xec\xed\xc4\xc1\x39\xa1\x41\x26\xda\x43\x99\x75\x1c\xc7\x62\xf6\x9e\x63\xa4\xe3\x70\x25\xa5\x59\x69\x88\x75\xa0\x4a\x9d\x28\x76\xe4\xa8\xab\x49\xd6\x27\x23\x43\x0c\x8f\x0d\xec\xef\xa7\x86\x39\xac\x0e\x6a\x8b\x03\x93\xa0\x09\xcf\x25\xf2\x34\x72\xf7\xb1\xc8\x13\xa6\x05\x6d\x74\x4c\xe5\xd9\x6f\x0d\xa4\x59\x37\xec\x53\x10\xbf\xef\x9b\x70\x4e\x20\x99\x67\xec\xa9\xaa\x5c\x13\x8f\x82\x82\x45\xd1\x2f\x6a\x75\xcf\x8b\x27\xf4\xb9\x62\xaf\x41\xec\x84\xaa\x82\x09\xcf\x34\xd7\x5b\x10\xe7\x47\xd2\x43\x2c\xe2\xb3\x09\x0e\xc3\x05\x26\xfd\x7e\xe6\x42\xb6\x7a\x2d\x33\x3f\xf4\x37\x0d\xad\xc0\x88\x69\xb3\x61\xad\xb8\xb6\xc1\x11\xfa\xb9\xa8\xec\xfb\xaa\x8c\x16\x5d\x80\x34\x7a\x10\xac\x03\x38\xb6\x4d\x07\x5d\xd1\xf9\x5c\x02\x58\xf4\xd3\x87\x7b\xac\x97\x0a\x8e\x01\x69\x98\x03\xe1\xd4\xec\xfa\x0a\xfb\xa6\x19\xb9\x3b\x8f\x03\x51\x6f\xa2\xdb\x3d\x79\x0c\x11\x3f\x12\x42\xd7\x57\x49\xe2\xc9\x78\x63\xee\xec\x8a\x2a\x69\xc4\x89\x6a\xec\x2c\xa4\x85\x8b\x06\xb8\x58\x7d\x13\x3a\xd1\xb1\x05\x7c\xa2\xc3\x82\x63\xe1\x33\xa9\x37\xd2\x68\x73\x2a\x92\xbd\xf3\xa2\x5b\x74\xd4\x46\xc2\x33\x5f\x57\xcd\xc7\xa2\xdb\x11\xcf\x19\xea\x46\xc6\x55\xdd\x92\xe6\x02\x92\xe3\xb8\x9c\xff\x29\xa9\x55\x89\x12\x4c\xe0\xbe\x10\x40\x7e\x22\xd5\xbb\xc6\x48\x84\x8c\xbc\xb0\xb6\x13\xe4\x05\x47\x88\xcd\x15\x03\x24\x11\x7c\x7a\x8c\x6f\xb7\x05\x46\xe0\x88\x09\x1d\x29\xe3\x26\x6e\x78\x20\x04\x39\xa8\x40\xf9\x7b\xd2\xc5\x99\x2d\xfa\x0f\x80\xf5\x3f\x74\x33\x14\xac\xf3\x1c\xa1\x5f\x98\x25\xf4\x73\x85\xd3\x0f\x76\x20\x3e\xb9\xc5\xd8\xb7\xad\x22\xf8\x9d\x12\x06\xf6\x28\xa4\xe1\xe8\x8f\x25\x71\xa4\x2c\x3a\xcd\xba\x9d\xa6\x65\x11\x17\x9f\xba\x5f\xe6\xe8\x58\x57\x32\xa1\x7f\x26\xd5\xa1\x01\xde\xdd\xb2\x0a\x66\x6e\x32\x0c\xb5\x98\x15\x75\x9b\x83\xaa\xf7\xd4\x0a\x93\xaa\x2a\x03\xcf\x4d\x06\xf7\x22\xd7\x1e\xd7\x4c\x85\xf1\xe1\x81\xb1\x71\x22\xfc\x7a\xdb\xc4\x47\x87\x42\x95\xd4\x11\x2b\xf6\x9f\x73\x94\x16\x6a\xb6\x61\x79\xda\x86\x24\xea\x37\x10\x2a\x9e\x14\xc7\x79\xc3\x73\x17\x65\x82\x6b\xfb\xa8\x9b\x46\xa8\x36\x1b\xa4\x44\x44\x1b\x86\xf0\xda\xc0\xb1\x9e\xb7\x48\x9b\xca\xab\x61\x9e\x97\x0f\x1d\xde\x29\x06\x42\x3c\x02\x0a\xfb\x13\x74\x22\x43\xce\x51\xa9\xd8\x6b\xc9\xd6\x22\x56\xad\xef\x01\x5d\x20\x50\x6b\xfc\x45\x5b\x99\x39\xb3\xf0\x08\x39\x5e\x6f\x54\x61\x96\x81\x9d\xdf\x84\x9c\x86\x33\x12\xea\x3d\x13\xd6\x8c\x2a\x2a\xa6\x0b\xd3\x9e\x0c\x48\xc5\x76\xee\x8b\xbd\x8e\xa6\x8b\xde\xe6\x44\x32\xa2\x5f\xfe\x06\x29\xd5\xff\x0b\x66\x54\x5f\x3c\xfd\x00\xb4\x5a\xc9\x62\xcf\x09\x09\x16\x54\x95\xf5\xdb\xb0\xe8\xd8\x15\xfd\xb0\x58\xb0\xa9\x95\x30\x9d\xcc\x3b\xa2\x6a\x8f\x2f\x09\x39\x66\x42\x9b\x93\xe0\x64\xc0\x92\xe0\x38\x78\xbc\x2c\xa9\x42\xe7\xa9\x7c\x85\xd4\xe1\xc6\x53\xdb\xf9\x05\xa6\xe7\x83\x06\xa5\x82\x89\xd3\xef\x12\x26\xaa\xba\x6e\xe5\x1f\xc1\x7e\xae\x5b\x19\x0a\x4d\x09\x66\xd8\x43\x8c\x90\xf5\xf5\x5c\x6d\xbd\x7c\x55\xac\x23\x66\xf2\x24\x8f\xb3\xdf\xd9\x33\x26\x9d\xcb\x29\x93\x37\xfe\xc2\x2c\x91\x24\x25\xd5\x73\x01\xa4\x02\xc8\x3d\xb6\x80\x76\x47\x85\x67\xea\x1b\x85\x8f\x92\x62\xe2\x1b\x59\x02\xfe\x0a\x0a\x4d\xc3\x56\x5a\xe0\xd8\x29\xef\xe8\xe1\x43\xf3\xc0\x27\xc6\xf4\xcb\xd7\xcd\x36\x02\x3b\x53\x37\x6b\x4e\x34\x1b\xa8\x8a\x5a\xd6\xbb\x5c\x0a\xe7\x23\x54\x7b\x50\x85\x3d\xd3\xe2\xcc\xa4\x50\x1f\xb5\x8f\x78\x35\x4e\x1e\x8b\x03\xf1\x24\x42\xae\xc3\xfc\xcf\x55\x7d\x13\x9a\x41\x9f\x85\x26\x4f\x16\xea\xe1\xb4\xd4\xb4\x8b\x63\xa1\x76\xf6\x8c\x01\x78\x0a\x81\xcc\x9d\x0f\xa8\xb0\xf9\xa4\xca\x08\x38\x45\xab\xdc\xe9\x0d\xc8\x98\x0e\xaa\x44\x4e\x29\x42\xd5\x76\x5f\xc2\xbb\xac\xd6\x0d\x30\xdf\x81\xb7\x4e\x15\x5c\xf5\x10\x6e\x60\xae\xcd\x5a\x00\x0d\x5a\xae\xe2\x1c\x00\x81\x30\x15\x90\xf9\xf7\x30\xf7\x03\x59\x0d\x00\xcc\x10\xae\xa1\x04\xdf\xa8\xc8\x74\x00\x6b\x43\x06\x00\xa4\xcb\xc6\xae\x5c\x30\xd7\xda\x17\x3b\x3b\x6a\x5c\xdd\xa5\x2d\x99\x02\xf6\xe7\xa7\xa9\xd2\xf1\x34\xbd\xbe\xb5\xed\x77\x81\x06\x69\xf5\x12\xfd\x52\xdd\x2d\x4b\x48\x44\x59\x20\x83\x3f\x29\x9c\x29\x9b\xc3\xea\xc2\xc1\xe4\x20\x7f\x36\x2a\x3b\xc5\x4f\xca\x0f\xbd\x83\x1c\x8b\xa7\x45\xbe\x70\xc8\x4c\x92\x15\x3c\x5b\x5a\x1c\xec\x29\xd8\x07\x50\xc7\xb0\x57\xf0\x3d\x9f\x42\xc5\xe3\x77\x78\x86\x82\xb6\x50\x31\x87\x9c\x7a\x59\xb7\x65\x9a\x46\xd4\xcc\xe2\xcb\xfb\x2a\x21\x97\x7b\xe5\x4f\x4c\x0a\xea\xd9\x8d\xc3\x8c\xf4\x35\x9a\x0a\x85\x10\xae\x38\xda\x7e\x52\xe2\xe0\x6b\xe6\x62\x29\xf9\xf1\xac\x9f\xe8\x6e\x28\x23\x98\xbf\x4b\xdb\x23\xe5\xc4\x6d\xda\x05\xdf\x2e\xba\xea\x91\xd3\x8a\x6b\xc4\x36\xaf\x3c\x18\xc4\xbc\x1e\x1b\x76\x76\xfb\x3a\xd8\xbc\xe7\x2f\xd3\x3d\x1f\x87\x91\x1c\x91\x29\x82\xf7\x60\xe4\x69\x44\x2e\x53\xc4\xae\x91\x10\x07\x55\xb6\xb2\x2a\x82\x6b\x94\x51\x14\x9d\xe8\x73\x89\xbd\x71\xb5\x79\xe2\xd5\x13\xdf\xcc\xef\x32\xce\x24\xff\x2a\x5f\x6f\xb1\x0d\xae\x54\xc6\xbd\x7a\xe2\xfc\xdd\x55\x76\x6f\x5c\xc8\x36\x52\x7c\xdf\x32\xa9\xbe\xbd\x8a\xda\x6f\x48\x93\x59\xcb\x36\x97\x86\x2d\x3d\xd0\x55\xd9\x2c\xe2\x35\x92\x49\x44\x8f\x22\x1c\x0c\xe0\x7f\x6a\x03\x8e\xad\xee\xd3\xd7\xd0\x9c\x67\x42\xbb\x68\x29\xbb\x8b\x9a\x39\x26\x6e\x67\xe9\x86\x43\x84\x00\x76\xb4\x8e\x43\xe4\xe0\x96\x0b\x79\x97\xee\x49\xc3\xa5\xbb\xcc\x27\x8a\x56\xc9\x54\x50\x81\x24\xac\x6f\x31\x22\xca\xb3\x16\x28\x2a\x51\x80\x9d\xb2\x13\x92\x7d\x95\xe6\xf1\x85\x36\xee\xe8\x09\xf5\x3c\x4e\x13\x4b\xe3\x5c\xa0\x73\x84\x65\xef\x6f\x90\x24\xb9\x24\xd2\x6b\xf5\x70\x82\x86\x3f\x80\xde\xa1\x1e\xbd\x0d\x10\x33\x67\x38\x7f\xbf\x28\x70\x5e\x53\x4f\xb8\x7f\xd6\xa4\x80\xeb\x4e\xb0\xb4\x33\xc9\xbb\x91\x14\x4a\x54\xf1\xc1\xfa\xfe\x9d\xe9\x33\x12\xca\x4a\x33\x9d\x76\x24\x5a\xc8\x34\x3d\x35\x1a\xe5\x1c\xdf\x27\x49\xd8\x3a\x72\x55\xb6\xd3\x8c\x32\x3b\xcd\x33\x33\xa2\x9a\x1b\x72\xfe\xd4\x43\x7d\xfd\x70\xca\xaf\x0a\x3d\x9d\x52\x49\xfa\x6d\x15\x93\xda\xa8\xf7\xc6\x88\xd3\x70\x84\x7a\xac\x7a\x2a\x9e\x9e\xee\x77\x71\x68\x2f\xec\xb3\xdc\xb1\x95\x74\xc5\x54\x33\xb5\xb7\x9a\x46\xf8\xed\x08\xf7\xdc\xcb\xdf\xf0\x26\xf5\x5f\x91\x34\xaf\xcf\xe6\xf5\x8e\xfb\x1f\x7a\xc7\x5b\xb1\xe7\x9c\x6c\x8e\xaf\xfc\x54\x37\xbe\x88\x5a\xe1\xbf\x31\xab\xbd\x89\xd7\x0c\x3e\xa5\xd1\xd9\xb2\xf8\x94\xfd\xef\x14\x9f\x12\x26\x6c\x0b\x60\x57\xfd\xe2\x44\xd4\x3b\x35\xd9\x4e\xca\x27\x7b\xec\x74\x7e\x87\xe2\x3d\x2b\xe8\xb4\x00\x9d\x1c\xb0\xba\xef\x25\x6e\xe6\x21\x7f\xff\x6f\xae\x96\xa6\x64\x3d\xf5\x40\x85\x70\x8b\xe4\x2a\x3c\x91\x38\x7e\x50\x37\x8d\xab\x97\x05\x92\xe2\xd3\x9a\xe5\x70\x28\x2b\xe5\xa9\xb0\x68\x5f\x9f\xcb\xa0\x90\xc7\x5a\x5a\xce\xdd\xe2\x94\x12\x34\x86\x80\xd7\xa2\x20\xd3\x42\xd6\xcb\x94\x33\x01\xe1\x24\xd2\xd2\x96\x85\xc4\x72\x5d\xc6\xc5\x43\x88\x9a\xe8\x5b\x1d\x18\xae\x2a\x04\xad\xcd\xcc\x63\xc7\x05\x27\xd8\xae\x24\x8a\x82\x11\x90\xb9\x79\xaf\x5b\xc2\xd9\x73\x53\xfe\x38\x3b\x10\x9e\x24\x6f\xf8\x5c\xa2\x42\x90\x2f\xca\xe3\xad\x01\x59\x6b\x13\x23\x6b\x6d\x0b\x8c\x9b\xb9\xe3\xe7\x99\x03\x28\x6b\x2e\x6a\xf3\xb8\xf8\xf8\xbe\xa0\xd9\xbf\x60\x41\xe3\x21\x9c\xcb\x0c\x0a\xd7\x57\x02\x78\x4f\x8f\x18\x9c\xb2\x8f\x30\x2d\xce\x68\xc9\x3c\xd5\xa8\x32\x17\x92\xfd\x89\xb6\x6f\xf2\x1e\x3e\x09\x24\xc6\x2c\xc1\x4a\xb7\x94\xf5\x76\x0a\x92\x6c\xb6\x7c\x1b\x94\xf6\xb9\x8f\xef\x64\x3e\x3e\xf0\x31\x33\xef\x68\xa6\xbd\x6a\xde\x2d\x65\xb0\x95\x45\x6d\x37\xee\x7c\xc6\x30\x07\x28\x47\xfc\xa9\x9b\xd2\x7c\x6b\xd6\x25\x85\xf6\x97\x49\xe8\x67\x40\x05\x11\xf7\xee\x7e\xc9\xe6\x0a\x32\xe5\xd9\x35\x67\x7e\x9e\x09\xeb\xe7\x52\x20\x17\xe4\xa1\x73\x2c\xe8\xf8\xcc\x9e\x7a\x53\x0a\x8d\x94\xd5\x17\xd5\x0a\x65\xf6\xcc\x99\xee\x19\x08\x1d\xca\x4b\xd5\xce\xce\x2c\x2e\x70\x6c\x63\xc9\x12\x29\xc9\x52\x56\xf8\x1b\x54\x0b\xb0\x81\x40\xed\xec\xda\xc5\x9e\xb2\xee\xef\xcc\x2b\xcf\x94\x4f\x1c\x40\x8c\x86\x07\x7c\xd5\xe1\xfc\x08\xfe\xf3\x05\xb2\x5b\x86\xeb\x73\x87\x32\x02\x8d\x0e\x10\xc9\xa1\xf9\xcf\x5e\xc9\xcd\xb9\x53\xd4\xf6\xb6\xf7\xb9\x3c\x77\x8a\x3d\xb5\xb8\x0f\x15\x98\x51\xb9\x49\x3f\xdb\xe4\xf2\x48\xd6\xd3\x97\xcf\x4d\x96\xeb\x8a\x60\x00\x4c\x5b\xe3\xb2\xaa\x5b\x0a\x81\x98\xdd\xb9\x53\x74\xed\x6d\xef\x60\xc6\x58\x77\xe1\x32\x23\xef\xdc\x36\x07\x9e\x3d\x5e\x37\xb8\xe6\xa9\xf6\x9c\xf9\xdc\x62\x2f\xe3\xcf\x5d\xc5\xc4\x1b\xee\x34\x95\xfa\xd5\x78\x2c\x0a\x38\xac\xee\x4b\x7c\x60\x56\xa2\x1c\x4a\x6d\x97\x96\xb4\xf7\x8c\xcf\x0b\xf2\x80\x4c\xf7\x32\xd9\x70\x4b\x69\xa4\x59\xbc\xf9\x25\xdc\xb8\x2a\x51\xe6\xef\xa7\x4f\x09\xff\xc6\x8c\xc4\x0c\x58\x97\x68\x6d\x7d\x85\x7c\xdd\x2d\x68\xbd\x4b\x02\xad\x77\x2d\xbf\x1c\x21\xf4\x92\xb4\x30\xda\xca\x54\xfc\xb4\xec\x75\x9a\xa2\xea\xce\xc0\xfb\x7d\x12\x23\x7b\x53\x94\x51\x28\xf4\xb5\x29\xe5\xc5\xd4\x7a\xe1\x12\xe6\x8a\x8a\x4f\xfc\x3e\x2c\xe4\xcd\xea\xc4\xd7\x6d\x4b\x9a\xa5\xc2\xee\x2f\xaf\x67\xfd\xf5\xf5\x80\xb5\xd6\xdd\xfc\x78\x33\x72\x0b\x0f\x7f\x2e\x12\x57\xa8\xa6\xca\x2c\x92\x3a\x2d\x05\xbf\x42\xa1\x3f\x86\x83\x3d\x57\xed\xbc\x34\xe7\xb1\x70\xcd\x8e\x05\xd8\xe0\xd2\x9a\xa4\xf2\xb8\x81\x68\xe6\x4a\xb6\x31\x75\x4a\xe0\x21\x7c\x5b\xb3\x0a\xc7\xd8\x7c\x85\x42\x87\xaa\x52\x9b\xf6\x81\x7b\x6a\x24\xc8\x97\x50\xf7\x3b\x1f\x71\xb4\x94\x56\xc2\xf4\xa0\x51\xce\x22\x2c\xc3\x87\x5e\x63\x9c\xbb\xdf\x20\x0d\x79\x38\x55\x09\x42\x91\xc7\x34\x95\xbc\x93\x14\x5e\xef\xb7\x26\x30\xdd\xd0\x82\x33\x08\x93\x16\xc8\x2d\x32\x31\x83\x2e\xb2\x1f\x54\xdd\x7b\xbf\x7e\xf2\x9f\x5b\x69\x66\x8a\xa5\x72\x7a\x5f\x22\xb9\x15\xca\x78\x5c\xf2\x03\x46\xc8\x31\xb4\xfe\xe3\xf3\x04\x1f\x09\x4a\x47\xdd\x0a\x3a\x31\x18\x8c\x4b\x10\xb9\x13\xf6\x59\xf6\x76\x0b\xc2\x54\xec\xef\x17\x2e\x3b\x30\x4e\xf9\x59\x4b\x67\x50\x93\x6d\x63\xf7\x25\xc0\x37\x6c\x5a\x87\x52\xc6\xb0\x8b\xb3\x6c\x3b\x69\xfe\x6e\x76\xd3\x8d\x57\xf8\x02\x15\x6c\x9e\x4c\x00\x64\x9f\xe1\xb4\x87\x3f\x68\x4a\x21\xc7\xfc\xe9\x21\x03\xd8\x1b\x09\xab\x8d\x5d\x76\x1a\xa8\xda\x99\x53\xbb\x01\x6e\xa8\x6f\x81\x1b\x2e\x4b\x1d\x46\x78\xc3\x1e\xd8\xa5\x69\x4a\x65\x49\x4e\x3a\x90\xbf\xc2\x2c\xba\x94\x6d\xab\xc4\x7c\x40\x10\x87\x8f\x91\xb2\xf2\x89\x87\x8e\x98\x29\x4b\xae\xbd\xdf\xfd\x22\xd3\xce\xe6\x9c\xf1\x8b\xbc\x3f\x16\x00\xb5\x0b\x57\xc8\x62\x86\x74\x5d\x72\x6a\x2c\x10\x00\x87\xca\xba\xad\x33\xad\xf2\x0f\x27\xc9\x43\x08\x05\x9a\x20\xec\xd5\x49\x96\xf6\x89\x97\x44\x77\xe6\xfb\xbc\xe3\x86\x30\xb4\x8e\xb3\x4e\x16\x43\xcb\x6c\x46\x27\x72\xe5\xa8\x8b\x3c\xc3\xa7\x83\xee\xec\x90\xd7\x7c\x0d\xf3\xe5\x3c\xfe\x8f\xdd\x21\x66\x4c\x1d\x0a\x2f\x88\x2d\x46\x3b\x92\xe1\x25\x07\x35\xd1\x33\x13\x78\x2e\x85\x5a\x28\xc2\x6c\x7e\xab\xed\x41\x9c\x5e\xc2\x33\xab\x17\x97\x06\xe1\x40\x68\x3d\x02\x2c\x97\xef\x54\xf0\x41\xa8\x5c\xef\x02\x00\x5d\x9a\xfe\xd4\x42\x7c\x5a\xf5\x44\x2b\xa9\xc3\xcb\x63\x8e\x40\x40\xf9\xe4\xf4\x54\x7e\x67\xc9\xb4\x29\x34\xf7\xb6\x24\xff\x54\xa8\x9a\x18\xdb\xa5\x3c\x97\xd9\xa1\x7e\x87\xff\x86\x98\xfa\x34\x90\x6f\xbb\x2a\xc9\xc0\x05\xc2\x9f\xf3\x6d\xa7\xf8\x3b\x5c\xce\xef\x2e\x0e\x6b\x4f\xee\x6a\x4b\x46\xa0\x3f\x4a\xa0\x5e\x0a\x27\x17\x2a\x13\x85\x83\x66\x1c\x37\xf2\x4f\xec\xd5\xb8\xd0\x42\x45\x12\x93\xd0\x1e\xaa\x0b\xe3\x98\x56\xe1\x12\x2f\x56\xaa\x4a\x56\xed\x83\xcc\x79\x4c\xd6\x67\xc2\x3e\x52\x81\x5c\xec\x65\xce\x5b\x32\x2b\xc7\x67\x2a\x21\xb0\x83\x76\x11\xbc\x3f\xf3\x32\xbe\x80\x27\x37\x4b\xbc\x02\x7c\x3f\x2b\x29\xf4\x60\xf5\x88\x50\x58\x70\x40\xd2\xda\x1c\xa9\xd4\xea\x14\xe5\xb0\x9c\xe0\xab\x18\x1c\x12\x17\x22\xb9\xa7\xb6\x38\x5a\xdd\x03\xbb\xcc\xe8\x26\x9e\x2c\x2d\xdc\x04\x12\x44\x3d\xaf\xcf\xa8\xf4\x29\x79\xe8\xcc\xf1\x4c\x38\x38\x46\x0e\x46\xea\x37\x67\x16\xe5\x78\x55\x03\x7e\xc1\x4d\x37\x4e\x1f\x04\x66\xb4\xb3\xda\xa4\x34\x80\x1b\xb5\x5b\xc8\x1c\x86\x52\xeb\x64\x8c\x09\xe5\x49\x23\x02\xfe\xfd\xd8\x11\x20\x8e\x2c\xfd\xa7\xf1\x36\xba\xfc\xf7\x01\xa3\xf0\x4f\xce\x36\x55\x53\x73\xa2\x95\x74\x9e\xc2\xe8\x37\x6c\x9f\x68\x40\x26\x0b\xad\xe2\x1a\x78\x26\x5d\x1e\xdd\x49\xc0\x60\xdf\x4b\xca\xdd\x52\x3b\x85\xca\x40\x97\xb0\xa5\xfb\x87\x3c\x50\x4e\x02\xc2\xd8\x17\x7f\xd5\xa6\x77\x67\x2a\x26\x3b\x74\x22\x64\x43\xe6\x15\x05\x47\x38\x35\xc5\x20\x37\x59\x10\xc7\x91\x50\x1f\x45\x2d\x0e\xce\xb4\x10\x66\x8d\x53\x20\xf2\x1f\x96\x10\x24\xd9\x0d\x63\x28\xea\x8f\xa7\x14\xf5\xe3\x91\x5c\x62\x91\x2a\xbc\x16\x63\x8f\xd8\x49\x96\x7e\x03\xfd\x30\xcb\xe5\x21\xda\x75\xe3\x82\x8e\x95\x52\xea\x81\xd6\x77\xd9\x46\xe6\x8b\xbb\xd1\xd5\x95\x9d\x65\x28\x9e\xdf\x70\x9e\x45\x32\xeb\x3c\xbb\xe5\xc5\x72\xfc\x4c\x08\x86\x03\x59\x45\x25\xba\x93\xe3\xdc\x2e\xde\x2a\x2b\x77\x2b\x0a\x54\xc3\xd7\x8c\xfd\x63\xa1\x5f\xf7\xa3\x98\x5b\xf7\xb5\x91\xa3\xd6\x3d\xa4\x0e\x8b\x99\x54\xaf\xb4\x93\x8f\x2e\xa8\x04\x1d\x36\x23\xd0\x05\x71\x75\x4b\xc4\xb4\xbf\xd0\x11\x82\x36\xb4\x31\xde\xeb\x91\x8b\x53\x26\xe0\x6b\xf8\x96\x43\xea\x9f\x6a\x76\x48\xcb\x16\xa8\x1d\x2b\x52\xde\x26\xfc\x51\x8e\x50\xef\x69\x59\xd1\x80\xdb\x2d\x3f\x80\x84\xf6\x81\x2e\x3d\xf6\xa0\x0f\xc0\x65\x64\x8e\xba\xc6\xfa\x40\xf4\x2f\xa0\xd4\xd0\x37\x56\xb6\xce\x14\xa7\x43\x82\xa9\xc3\x9d\xa5\x57\xd0\x66\x8e\x28\xf5\x08\x30\xd1\x2a\x45\xf6\xdd\x1d\x78\x29\xb6\xa4\xa3\xa1\xb6\x61\x50\x6b\xba\xf0\x8b\x69\x01\x56\x3d\x24\x23\x8c\x93\x1a\xa7\xd7\x7a\x13\xd1\xb6\xe0\x08\x30\x1d\xbf\x43\x2e\xa2\x6d\x05\x62\x07\x25\x34\x07\x9f\xd0\xa5\xde\xcf\xcc\x26\xc5\x2f\x16\xce\xe9\x9e\x11\xd8\x3d\x92\x36\x7d\x3b\x82\x1d\x3a\xc7\x8a\x18\x56\x82\x2e\x5e\x6b\x6a\x64\x4a\x3d\xa0\x17\xda\x22\xe8\x35\x74\x58\x8f\x33\x52\xb4\xa4\x18\xa7\x88\xbc\xd1\xc3\xc5\xb2\x83\xa9\x3f\x93\x42\x97\xc8\x96\x1b\x6d\x61\xc2\x0e\x4c\x7f\x4d\xbf\x17\xc8\xc2\x6b\x33\xf0\x33\x52\xf0\xf0\x2a\x84\x3c\xf4\xd5\xcb\x5e\x06\xa9\xd6\x96\x99\xcd\x78\xfb\x99\x22\xec\x6c\xbb\x29\x54\x9e\x0d\x6a\x59\x57\xa8\x27\x8b\x32\xa3\x5c\x6a\x83\x32\x27\x68\x2c\x95\x5e\xd7\x92\xa0\x39\x4b\xcf\xa2\x23\x7a\x1f\x45\x25\xee\xe0\x44\x5c\x58\xb4\x52\x1e\xe7\x16\x0b\x71\x63\xe0\xca\x9b\x5d\x5f\xc0\x36\x2d\xb8\xf1\xa3\xcc\x04\x6a\x33\x83\x70\x92\xac\x41\xae\x85\xd1\x39\x40\x03\x65\x4a\x62\x1e\x41\xe5\x69\xaf\x90\x51\x55\x58\x75\xd2\x14\x1c\x57\xc5\x7b\xb3\x43\xf1\x17\x33\xaa\xed\x8a\xcb\xfe\x8f\x79\x15\xee\x02\x64\x30\x3b\xa8\x0d\x83\x49\xe9\x9d\x30\x86\x1e\xfc\xbf\x2d\x4c\x87\x2f\xaf\xea\xc2\x58\x04\xd6\x33\x0a\x84\xd0\xca\xf0\x2e\xce\x0d\x52\x17\xbc\x0b\x12\xa5\x75\xc2\xc3\x32\xa6\xbc\x9d\x51\x93\x3b\xea\x1f\xc8\x89\xe8\xc3\x9a\xde\xc3\x87\x3e\x24\x81\xf4\x9e\xd4\x4f\x8d\x4f\x75\x86\x0c\x98\xb0\xe6\x4c\xa9\x06\xb4\x82\xce\x08\xb5\x0f\x8a\x29\x09\xf6\x91\x19\xb1\x67\x4a\x68\xe6\x3a\xc5\xb5\xf5\xa3\x8a\x3f\x95\xba\x70\x23\x66\x4a\xc6\xcd\xc3\x5c\x98\x64\x10\x2c\xcf\x90\x72\xcf\xf1\xe7\x16\xbd\x03\xbf\xe8\xc2\xe6\x59\x4f\x9e\x09\x4c\xf1\x16\xa5\xf6\xf4\xc1\x09\x03\x0c\x1d\xa4\x87\x63\x25\x4c\x4e\x7c\xef\xb1\x6a\x64\x85\xe6\xf7\x48\x16\xa3\x7a\xcf\x7e\x2d\x5e\x04\x18\x63\x73\xa7\x43\x19\x26\xe6\x8e\x73\x95\xb7\x12\xd4\x8c\x72\x2b\x64\x3b\xc6\x75\x53\xa3\xe4\x03\x74\xb0\xf6\xd3\xc9\xe3\xb0\xa8\x9a\x5c\x72\xaf\x12\xbf\x44\xbd\x4a\x8a\xd2\xc0\xe2\xb3\x8d\x2a\x30\xe5\x9b\xfc\xbb\xf5\x0c\x60\xaf\x64\xf4\x60\xae\xc6\xad\x98\x07\x35\x99\xe5\x11\x02\xe2\x58\xcf\x7c\x21\x8c\x17\x25\x1c\x1c\xf8\x63\xd3\xa8\xa9\x40\x73\x3b\xad\xaa\xcb\x46\x48\x3b\x7d\xa2\x4b\x73\x99\x7d\xac\x62\x9a\x3e\xd2\x4c\x2b\xee\x78\xa1\xea\xa6\x33\xa6\x94\xde\xdb\x13\xea\xa0\x79\x9a\x98\x27\xab\x27\x1a\xe6\x23\x54\xdf\xd1\x1c\xd9\x0c\x23\x64\x9a\x5d\x4d\x4c\xbd\xe1\xf9\x63\x9e\x5a\x00\xb8\xec\xc0\xda\xa7\x18\x18\x16\x63\xa7\x55\x39\x17\x97\xdf\xa9\xad\xd1\xd9\xb7\x18\x99\x76\x29\x1b\xb0\x1d\x06\x8b\x06\x59\x8d\xc3\x06\x26\x05\xbe\x95\x95\x0d\xa9\x58\x34\xe0\x83\xd5\x29\xbd\xc1\x15\xea\x8f\xf5\x46\x4f\x45\x26\x09\x9e\xa0\x29\x08\xa6\x49\x27\x79\x8b\x1f\x60\xba\x67\xa6\x66\xdc\xa7\xdc\x60\xf3\xb4\xa5\x2d\x34\x3f\x6b\xe7\xc8\xec\x8e\x1f\xe7\x3b\xf1\x94\xa1\x7f\x4e\xaa\x2a\x89\x5e\xf7\x22\xe7\xe8\xf8\xd5\x48\x89\xf1\xba\x4a\xdb\x4c\x53\xa6\x32\xea\x0d\x42\x09\xa2\xce\xa5\x95\xdf\x5b\x0d\x92\x22\x4d\x95\x41\x7e\xa9\x8d\x31\xa6\xc6\xb2\xaa\x92\x4c\xe9\x59\xb4\x57\x3a\x0c\x24\xbe\xb5\xd3\xdb\x07\x94\xea\x7d\xcf\xf2\x95\x32\x79\x1f\xd3\xa6\xb6\x5c\x51\x30\x4c\x9b\x5a\x18\x35\x48\x67\x56\x01\x78\x04\x87\x65\xc4\xc1\xb0\x0b\x10\x1e\xa6\xbb\x25\x16\xc4\x55\x9a\x5c\x7a\x22\x85\x67\x44\xb3\x66\x6a\x6e\x06\x59\xd7\x88\x50\x8b\x09\x25\x45\xb7\x71\x84\xa4\x2d\xa5\xa5\xea\x43\x46\xf2\xae\x53\x4c\xdf\x0b\xa3\xd8\x0e\x50\xb6\xbc\x92\x97\x98\x24\x7e\x62\x0c\x44\x9a\xbf\x27\x72\xce\x53\x9a\x20\x58\xaf\xdd\xd9\x11\x9a\x4d\x1b\xd1\xea\x41\x99\x72\x5d\x7c\xb9\x0d\x18\x41\xd6\x07\xfa\x06\x02\x78\x90\x49\xa3\xd5\xaa\x13\x2f\x3b\x15\x68\xfa\x44\x55\xe0\x8a\xd4\x25\x3c\xae\x70\x1c\x0e\x02\x36\x37\x0b\xf0\xd8\x9e\x65\x45\x02\x37\xec\xcc\x91\x49\x64\xa1\xa1\x2c\x05\x0e\x01\xda\x99\xab\xd2\xab\x41\x02\xf0\x16\x32\x5e\x54\xf1\x1b\xf9\x50\xf1\xb6\x51\x80\xec\xa2\x1a\x1e\x31\x72\xb1\xed\x6f\x6a\x2e\x53\x47\xc5\xa1\xf2\x61\xac\xd6\x89\x71\x85\x93\x5c\x29\xf1\x9a\x36\x46\x4b\x15\xea\xd8\x66\xad\x0a\x2b\xeb\x5c\x8f\x6d\xae\xc1\xb6\xc0\x8e\x5d\x6b\x04\xbb\xa2\x82\x4c\xdf\x03\x76\xdd\x61\x22\xd6\x1d\xe6\xa0\xc9\x6c\xa5\x65\x14\xbf\x7c\xc2\xab\x3d\x89\x80\x10\xaa\xf8\x9b\x9a\xa7\xd6\x1a\x99\x56\x44\x2f\x7c\xe7\x3d\x37\xdd\x63\xd7\x40\x60\x4d\xc4\x09\x5d\x31\xde\xd0\xde\x2f\x46\x11\x7a\x31\xd9\xcd\x31\x16\x76\x2a\x3e\xe3\x75\x97\x95\x2a\x0c\x3d\x16\x91\x9d\x32\xda\x17\x72\x2b\xd3\x93\xfe\x2b\x24\xf5\x08\x37\x8e\x90\x74\x9d\x29\x65\x47\xfe\xff\x05\x43\x64\x5d\x68\x17\x1a\xd7\x79\x04\xe3\xef\x7d\xe1\xf9\x61\x44\x5b\x03\xef\xf7\x56\x6a\x61\xd4\x10\x90\xed\x17\x1a\x60\x58\xd9\x61\x0f\x40\x31\x0b\x18\xcb\xda\xdd\x56\x83\x15\x1f\xca\xbd\xe7\x1f\xc8\x5d\xa4\x51\xe3\x9a\x20\x20\x54\x10\xd9\xbb\x7a\x6d\xc4\xf7\x98\x6f\xdd\x6c\xb0\xd6\x99\xb9\xc7\x43\x26\x77\xab\xf5\xa3\x3f\x46\x15\x3a\xeb\xb4\x1b\xfb\x2a\x66\x90\x0a\xd7\x6e\x3a\x0e\x62\x38\x83\x2e\x3b\xf1\xdb\xbc\x03\x8c\x99\x56\x27\xe9\x8b\x7f\x4f\x7d\xa1\xf1\x5a\x5f\x32\x1d\x0a\xf9\x87\x75\x97\x76\xe8\xa2\xd2\xc9\x82\x1c\x5e\xfe\xd2\xe9\xe7\x48\x94\x03\xb7\x40\x13\x49\xdf\xd5\xaa\x6e\x76\x12\x42\xf1\xc9\xcc\x44\x4a\xc0\xa6\x91\x9d\x11\x7c\xb6\x7a\x8c\x7d\x79\xc2\xbd\x47\xa4\x93\x36\x31\x8c\x02\xe6\xd9\x49\x15\xf0\xf3\xd7\xc9\xa8\x19\xca\x33\x9e\xda\xa6\xc9\x65\x9b\x77\x19\x91\xf9\x6f\x26\x4f\xdc\x41\xd6\x24\xea\xb0\x1a\x5a\xf0\x90\x5a\xdd\x2b\x55\x33\x94\x3f\x75\x11\x85\x9c\x7b\x17\xb1\xd3\xd1\x99\x95\xdb\xcb\x9a\xf8\x92\x46\x25\x38\xbe\xb0\x45\x1b\x69\x38\x34\xea\x1d\x4d\xeb\x4f\x58\xd2\xa4\x29\x20\x9a\xea\xf2\x4e\x04\xbd\x48\xb0\x55\x48\x9a\x59\x5e\x45\x21\xd3\x8e\x75\xa0\xfc\x03\xe1\x03\xee\x67\x1e\x3b\x60\x55\x7b\x9c\x6e\x73\xe6\x8a\x13\xe5\x5c\x4e\xd6\x75\xf7\xe7\x3b\x51\x98\x9c\xa5\x28\x2b\x17\x23\x64\x3e\xd0\xc3\x54\xd8\xab\xe5\xb5\xbf\x1b\xdb\x28\x0d\x4a\x1b\x72\xac\x38\xb7\x99\x05\x9f\xbf\x46\xb5\xe2\xc6\xda\x18\xcf\x18\x6b\x9d\x17\x1b\x0b\xfe\xb6\x57\xaf\x37\x8e\x5f\x0c\xfa\xcc\xe5\x6f\xf2\xc3\x3c\x68\xfa\x9f\x36\x7b\xd1\x63\x85\x2a\xf7\x01\xc8\x14\x58\x20\xa1\xbc\xf2\x86\xd5\x7d\xcc\xeb\x08\x90\x39\xab\x08\xd9\xa9\x70\x2f\x97\xe6\xd0\x17\x59\x4f\x39\x62\xc4\x46\x7b\x2a\x3f\xf8\x6c\xd3\x64\xed\x6d\x3c\xe8\x38\x0c\x4a\xd0\x3a\x43\xb9\x2b\x2f\x80\x0f\x7b\x64\x1b\xdf\x88\x26\xaf\x9e\x0c\x39\x11\xc0\xdb\xb9\x57\x1b\xe4\xb4\x6f\xfe\xc0\x66\x01\x21\xea\x71\xfd\x46\xe4\x61\xa8\x10\xac\xcd\x70\x51\xe8\xfe\x97\x6f\xb9\x26\x7f\x8a\x77\xb3\x59\x2d\xd4\x66\x92\xae\x17\xc4\x04\xa7\xd8\x1e\x20\xca\x17\x8b\x4e\x32\xe9\x5f\x96\x0b\x04\xdc\xd9\x2b\xe2\x0a\xfd\x4d\xab\x11\xa8\x5f\x7c\x69\x7f\xb5\xa0\x1d\x73\xd2\x89\xaf\xa2\x72\x82\xeb\xab\xd6\xa8\x7f\x9c\xb2\x69\xeb\xa4\xcf\xea\x47\xdc\xc0\x5d\xda\x80\xd9\xb1\xc9\xb5\x5c\x03\x23\xca\x81\xe5\xc0\x9c\x38\xcd\xd4\xc6\x4d\x5f\x62\x8f\x56\x3e\x0f\xe4\x64\x62\x44\x60\xb7\xc5\x2a\x1d\xfd\xd7\x3f\x2e\x3a\x99\x74\x7b\x42\x69\x8f\x6b\x8b\x79\x3a\x0e\xd8\xa5\x54\xdf\xeb\xdc\x84\x5b\x79\x76\xd2\x02\xf1\x6f\x46\x04\x1c\xe9\xe9\xcc\x28\x62\x69\x90\x49\xa9\xbe\x4b\xe5\x5c\xcf\xa7\xb1\xa7\x4b\x2d\x24\xa0\x39\x49\x73\xc4\xf6\xf3\x76\xa9\x61\xdb\xe0\x55\xf4\x59\xc2\xfe\x35\x10\x00\xe6\x9d\x3b\xc5\x18\xde\xbf\x62\xa7\x0f\xac\x5f\x54\xac\x9b\x39\xb9\xb2\x8d\x9f\xc6\x19\x84\x1e\xe0\x2a\xdb\x59\x19\x36\x93\x69\x74\xf9\x6b\xc7\xa3\x1b\x41\x62\x96\x54\xd6\x2c\x82\x96\x66\xf9\x4e\xba\x6a\xeb\x04\x12\xa0\x4b\xd8\x03\x9b\x97\x2e\x99\x4c\x8d\x4b\x17\xa2\x01\x2f\x35\xca\x28\x08\xa4\xf5\x21\xaf\x7f\x7f\x62\x2b\x6b\x44\x1a\x60\xb2\x3a\x47\x07\x9c\x70\x57\xf0\x53\x70\x33\x66\x5e\x9a\xce\x14\x2e\x79\xa5\x80\xed\xf8\x71\x50\x03\x99\x15\xf5\x8b\xdb\xee\xf9\x55\x85\xa5\x8d\x2d\x76\x14\x5f\x14\x9f\xb7\x6a\x2a\x46\x48\x14\x6e\x9d\x10\x9d\x9d\x45\x27\x1d\x10\x6a\x60\x62\xd4\x6e\x28\x5a\xc7\xf2\x2f\xf7\xc1\x74\xd6\xb1\xd8\xc4\xcd\x82\x35\x75\xc0\x53\xa7\x3b\x54\xa2\xf7\x23\xb5\xe7\x4c\x32\x44\xbf\xa4\xdf\x55\x60\x87\x4d\x4d\x0d\x8b\xa6\xd0\x80\x7a\xa1\x1e\x51\xad\xd8\xcf\xdc\x44\x5a\x6b\x93\x37\xce\x12\x2b\xb5\xb3\x1a\x6f\x95\xd8\x0d\x07\x47\x76\xfa\x7d\x0a\xf1\x75\x87\xc0\x0b\x9f\x59\x33\x0d\x13\x9d\x62\xaf\x26\x6f\xbf\x17\x44\xa3\x3f\xb7\x70\x7f\x25\x97\x6e\xd8\x1c\x60\xda\x05\x1f\x3b\xfd\x70\x5e\x72\x33\x7c\xab\x63\x12\x28\xde\x4b\x3a\x11\x07\x09\x53\x6b\xcc\x45\x22\x06\x95\xb5\x6b\x8c\x5c\xde\xbe\xaa\x6b\xc0\xf9\x41\x68\x34\x99\xa9\x8f\xb3\x36\x40\x67\xd3\xdb\x45\x04\xeb\xfc\xb5\x85\x1c\x27\x17\x47\x5f\x28\xc0\xda\x39\xac\xb5\xac\x4b\xb0\x94\xa8\x23\x71\x21\xa1\x19\xa8\xcb\x05\x93\xe4\x3c\x80\x0f\xef\x32\xc8\xfc\xfc\x9a\xc1\x59\x38\xc4\x84\x2d\x48\x50\x54\x0d\x6a\xeb\x0e\x06\x35\xe8\xe4\x06\x15\x6c\x87\xc0\xa6\x37\xc3\x81\x78\x05\xc0\x4e\x07\xb5\xfa\x2d\xf3\x62\x89\x49\xd8\x03\x84\x95\x45\x93\xc8\xf1\x4b\x78\x6c\x54\xc2\x66\x04\xbd\xcf\x8f\x71\x7d\x93\xa9\xd0\xe0\x50\x4a\x13\x8a\x1b\x65\x39\x3b\xe7\x05\x1b\x29\x80\x38\xdf\x41\xe2\xbc\xd5\x61\x79\x60\xda\xe0\xf0\x58\x88\xc9\x99\xdc\xf8\x1c\x58\xdf\x01\xbf\xe1\x92\x9a\x70\xc2\x3d\x60\x9b\x69\xb4\xd9\x0b\x05\xd9\xd0\x64\xf5\x74\x56\x76\xd2\x1e\xae\xd7\xa9\x2a\x9c\x77\xe6\x99\xfd\x84\x76\x45\x75\x02\x63\x3f\xd7\x27\x23\xa0\xe7\xb5\x5d\xf6\xf8\x90\x67\xa3\xc0\x3a\x2d\x85\x6b\xd1\xdb\x00\x49\x42\x7f\x71\x16\x8a\x4f\xb0\xe2\x9d\x10\x48\x6e\xb7\xf3\x53\x70\x2d\x51\x06\xc4\x1b\x30\xaf\xc9\x60\xc5\x2f\x7c\x52\xa9\x66\x0e\x0b\xbf\xad\xd3\xb5\x3b\xd8\x91\x75\x3f\xd8\x8e\x8b\x19\x4d\x3d\x6a\xb9\x49\x23\x7d\xa1\x6a\xac\x69\xd3\x27\x00\x7b\xfa\x16\x33\xbb\x77\xca\x2d\xb9\x4b\xbc\x58\xa6\x42\x7c\xaa\xec\x19\x2b\x63\x4d\x07\xce\xb5\x35\x2d\x5c\x4e\x4a\x4a\xd6\xee\x1b\xc3\x1a\x5f\x78\x4a\xac\x65\x7c\x65\x2d\xfe\x3c\x83\x74\xd6\xef\x4f\x59\x5c\xe8\xc3\x89\x47\xd9\x11\xfa\x35\x29\x3f\x75\x17\x77\x74\xc3\x91\xf4\x38\xf5\x87\xaf\xea\xd5\x10\xba\xda\x51\xe4\x01\x9e\xcd\x39\xf6\xe5\xf9\xd9\x8e\xa1\x4c\xcd\x27\x91\xa0\x87\xa0\x46\x02\x26\x69\xf6\x9d\x44\xf0\x07\x0c\x44\x01\xfb\x8c\x9b\x28\xd0\xf8\x11\x6a\xab\xeb\x0d\x33\xcf\x27\xf0\x36\x31\x08\x19\xf5\x25\x91\xdf\x58\xf7\xeb\xbf\x88\xdf\x76\x46\x6b\x15\xbf\x5e\x75\x49\x00\xfc\x85\x13\x58\x9c\x42\xd5\x76\x33\x9e\x51\xd6\x97\x02\x16\xa2\xd4\xb4\x9a\xc3\x27\xb5\x5c\xd1\x18\x7d\x58\x67\x15\xa3\xcb\x89\xaf\x72\x25\x56\x9b\x48\x95\xa9\x73\x9e\x72\x9d\xa5\x0f\x2d\x6e\x3e\x58\x3f\xa9\xf4\xa0\x85\x1f\xbd\x72\x05\x57\x56\x2a\x4c\x62\x55\xa1\xd5\x3b\x3c\x40\x8d\x9c\x70\xb0\xcd\x73\xd2\x97\x99\x21\xac\xb9\xad\x64\x74\xba\x1d\xdf\x1e\xe8\x54\xcf\xe4\x18\x7f\x7d\x94\x35\x24\xb8\xbd\x58\xa1\x2a\x59\xd0\x3c\x66\x0d\x92\xbb\x73\x49\x36\xda\x57\x3a\x3f\x2c\xe8\x04\xc3\x0d\x25\x71\x94\x1e\xb0\x12\xf0\x41\xca\xbd\xc4\x0c\xec\xef\xd7\xf9\x8d\x39\x40\xda\x57\x44\xff\x8d\xb7\x73\x08\xdf\xdd\x1c\x77\x36\x50\x91\x48\x8d\xf9\xcc\xd0\x47\x3a\xf4\x90\xe9\xb3\x48\x47\x15\xc6\x9e\x8f\x51\xfe\xef\x02\x1e\xc6\x74\x28\x58\xc7\x59\x43\x7e\x4c\xc3\x7a\x5e\x59\x34\x5f\xc4\x21\xc4\x62\x2e\xe0\xa7\x4f\x4a\xa6\xc6\x24\x88\x5b\xa6\x72\x83\x06\xfb\xbb\x7d\x5a\x7b\x28\xe7\x8f\x1d\x33\x51\x9d\x0e\x12\x67\x9c\xb8\xa8\x18\x01\x73\x24\x44\x55\x96\x51\x12\x89\xd6\x77\x69\xff\x92\x96\xb7\xd4\xb5\x58\x19\x3d\x61\x6f\x1a\x13\x8f\x9e\xfe\x03\xb5\x95\xbd\x1c\x98\xda\x0a\x65\x1b\x78\xfe\xe6\x4a\x33\x35\x6b\xea\x4a\x2f\xed\x33\x4b\xd8\x84\x9b\x4e\x2c\x93\x3a\x2f\x21\x92\xb0\x93\x9a\x95\x37\x03\x6f\x5a\x21\x3d\x21\x3e\x23\x84\xde\x2c\x37\x0d\x20\x50\xcf\x43\xf4\xd2\xbd\xcf\x0d\x70\x1b\x1e\x6c\x72\xeb\x38\xac\xdb\xb9\x71\xde\xaf\x83\xe2\x3f\x04\x14\x2e\x78\x58\x89\x33\x26\xe2\x06\x3c\x78\xd5\x4e\xf2\x08\x88\x9d\xac\x9e\x4e\x19\xf4\xa9\xf3\xff\xc4\x46\x42\x6c\x8b\xd0\x10\x6d\x39\xc1\x66\x90\x04\x4e\x4e\xcb\xf4\xb2\xa1\x10\xe3\x45\x2d\xb7\x20\xfb\xec\xf1\x35\x9d\x22\x67\xd5\x24\xd4\xb9\x69\x5b\x3f\x33\x1e\x0d\x51\xa8\xd7\xd1\xda\x74\xf3\xcb\x45\x9f\x42\xf3\xd4\xaa\x82\x47\x1a\x9c\xcf\x24\x36\x90\x03\xed\xd6\xae\x24\x42\xb0\xcc\x59\x4b\x63\x7a\x0f\xac\xa7\xc1\x29\x73\x6e\xcc\xe0\x37\x6d\xc6\xa2\xa8\xdd\x6e\x86\xcd\xa9\x37\x38\x87\xf2\xcd\xe0\x9c\x31\xe8\xfb\x90\xfb\xe4\xd1\xa0\xf0\x90\xf9\xbb\xf2\xbf\xe9\xd9\x80\x8c\x7a\xa3\x92\xd0\x17\x3f\x33\xeb\x60\x12\xd4\xf2\x2b\xc8\x42\x2b\x96\x15\x39\xd6\xcc\x03\xf9\xe3\xff\xcf\x5e\x21\xeb\xdc\x57\x8c\x04\x27\x63\x43\x4a\xcc\xa4\x05\x75\xb7\x5f\x1d\x27\x55\xca\x3c\x77\x0f\xa3\xff\xbb\xa9\xab\x39\x9e\xc2\x57\xdd\x9c\x76\x46\xc6\x01\xc2\xf6\xe7\x04\x22\x0d\xb4\xf4\x4f\x03\x63\x86\x10\x70\x87\x18\xe7\xaf\x26\x5d\xa1\x48\xc6\xa6\xc3\xa2\x45\x03\xb9\xb7\x73\xca\x7f\x79\xab\x35\x5c\xf8\x9c\x8d\xb2\xcc\x08\xdd\x90\x74\x53\x54\x82\x8e\x37\x4b\xba\x82\x23\xff\xb3\x15\x4e\x5e\x40\x00\xc4\xcf\x22\xa2\x5c\x38\xd3\x4b\x58\x07\xa3\x02\xfe\xff\xe2\x62\x36\x99\x31\x70\x35\x39\xbc\xcc\x97\xbc\x36\xac\x51\x2b\x79\x2d\xbf\x38\xa9\x12\xe0\xdd\x33\x69\xd5\x7f\xdf\xc6\x78\xf7\x9c\x81\xdb\xc7\xf4\xd2\x0c\x4e\x85\x33\xff\x2f\xbc\x01\x2e\x0f\xf0\xdb\x6f\x50\x83\x45\xae\x51\x25\x22\x06\x7e\x34\xff\x2c\x25\xce\x89\xe1\x1e\xe0\x15\x7e\x66\x77\x38\x44\x57\x31\xb3\xfe\x8f\x4e\xab\x8a\x8a\x2b\x51\xf2\xde\xac\x7e\x3c\xd6\xf1\xf5\xf1\xab\x33\x61\x5c\xfc\x06\x73\x14\x06\x24\x63\x40\xc3\x77\xdd\x10\xdf\x13\xf1\x9c\xd8\xc4\x3a\xc4\xe8\xa6\x3f\x8c\xf7\xaa\x78\xd8\x48\xab\xcd\x0f\x1b\x4e\xd0\x93\xf8\xf1\xf1\x93\x56\x16\x7d\xdd\x69\x58\xcb\xab\x29\x47\x9f\xfc\x4f\x93\x1a\x40\xab\x29\xa1\x4e\x30\x5c\x0c\xd6\x1c\x8d\x3d\xe7\x48\x63\xad\x71\x08\xf4\xff\x68\x9f\xb8\x5a\x6c\x66\x7d\x4c\xe3\x69\x08\xf1\x11\xd4\xf2\xb3\x20\xc0\xbb\xc6\x6e\x9b\xb7\x53\xc6\xd5\x64\x94\x58\x80\x7a\xc0\x65\x24\x86\x65\x8f\xd6\xd2\xa6\x9b\xca\x18\x33\x42\x9c\x01\x01\x73\xe3\x20\xf3\xba\xd1\xff\xa7\xa2\x65\x94\xe4\x43\x64\x9c\x2a\x61\x74\x63\xef\xd4\x41\x26\x5f\xa0\x72\x3d\xa9\xd3\x9b\x39\xc0\x31\x5a\x6c\x73\x53\x3c\x94\x65\x4e\xa7\x3c\xd0\x88\x25\x51\x03\x72\x35\x2c\x7f\xc4\xe8\x13\xb9\xbf\x89\xe5\xfe\x91\x68\x73\x69\x0c\x8d\xa2\xca\xf0\xea\x62\x2f\xe1\x4d\x1f\x53\x48\xe8\x2d\x06\x8c\x20\x0b\x8e\xbd\x4f\x89\x5e\x4b\x8e\x93\xd8\xa1\xbc\x0d\xe1\x81\x80\xb3\x6b\x21\x5f\xe9\x7b\x52\x1c\xf4\x3d\x66\x1c\x73\x84\x22\x0e\xae\x49\xdc\x54\x40\x45\x0e\x93\x1f\x8a\xb0\xd9\xa9\xcd\xca\x8a\xdd\xf3\x4a\x19\x8b\x94\x76\x33\xa5\x4a\x2f\xec\x50\x9c\xdd\x21\xf9\x0c\xaa\xd9\xa5\x14\x07\x37\xc8\xdf\x5d\xca\xa8\x6d\xc3\x1a\xe7\x23\xad\x5f\xc8\x16\xd0\x88\x15\x53\xbd\x05\xfb\x9a\x97\x9f\x34\x53\x2e\x4d\x18\xff\xb8\x30\x89\x8c\x31\x8a\x00\xb9\x99\x7b\xc2\x0d\xcc\x60\x77\x11\x2d\x2e\x13\x1a\xc4\x63\xf1\x4d\xd8\xa2\x46\xe6\xd3\xa0\x7a\x17\x07\x87\xb5\x5b\x65\xba\x96\xd2\xdc\x25\x58\x71\xb2\x97\x11\x7e\xd2\x4f\x28\x9f\x1a\xaa\xab\x90\x14\x05\x4f\x33\x6a\xa7\xa6\xf2\x11\xfd\xc5\xf1\x43\x4a\x66\x0b\x81\xd1\xc3\x21\x5e\xa0\x93\x51\x68\x17\xe9\x7d\x03\x6f\x4f\x1c\x27\x8f\xab\x3b\x6e\x66\x1c\x47\xa8\xe8\xb2\xe6\x63\x1a\x11\x8d\x5d\x04\x69\xec\xf1\x88\xc1\xeb\x2f\x60\xde\x72\x8e\x5d\x7f\xb9\xc1\x4c\x6f\x2e\x29\x95\xe1\x82\x88\x53\xe1\x80\x8b\x4f\x6d\xea\xd1\xc7\xb6\xed\xfe\xdb\xcf\x42\xa2\xea\x42\x96\xb1\xf2\x33\x9e\xda\x33\x8c\xe5\x01\x37\xf9\x27\xfa\x0f\x4d\x9a\x99\x76\x42\x93\x01\x9a\xdc\xc3\x80\xec\xb7\x69\x12\x10\xb8\x4c\xb2\x27\xab\x8b\x1c\x14\x5d\x35\xb7\x7b\xf3\x96\x5b\x74\xd4\xc2\x56\xe1\x17\x4d\x3f\x8b\x00\xb6\x8c\x38\x19\x09\xd2\x90\xcc\x86\x5a\x28\xdb\xc5\xa9\x98\x77\xfe\xc0\x61\x54\x30\x83\xe6\x75\xe6\x6a\x56\x62\x18\xfd\x52\x05\xe9\x47\x4c\xc3\x86\x4c\x43\xae\x66\x6d\xcd\xec\xe2\x50\x3c\xce\xcc\xd6\x3e\xf4\x64\x9b\x92\xb3\x9e\xb7\x46\x49\x1a\xef\xe4\x52\xdd\xc6\x3d\xff\x32\x8b\x6c\xb9\x8b\x33\x6f\x89\xd2\x5c\x6e\xd6\x1c\xe2\x36\xab\xf8\xa9\xf9\x90\x81\xad\x07\x8e\xfe\x96\xb6\xa1\x98\xce\x60\xc5\x44\x49\x63\xd1\x79\x22\xa4\x7a\x63\x14\xff\x03\xe4\xba\xdf\xa1\xc4\x3a\x79\x70\x7f\x10\x53\xac\x73\x8d\x6f\x4a\xec\xec\x98\x8a\x4e\x87\x5a\x5f\xee\x3a\x99\xd6\x77\xb7\x50\xe4\xfd\x4e\xf1\x53\x38\x07\x79\x6e\x64\x3a\xb2\xb9\xd9\x11\xa2\xb3\x76\x0e\x72\xdd\x50\x19\xce\x88\xdf\xfa\x8c\x56\x73\x28\xfa\x37\x3b\xb0\x31\xaf\xe7\x1c\xe4\x31\xdb\xea\xe2\x66\xab\x1b\xd4\xae\x6c\x64\x6b\x9b\xff\x0a\xa5\x35\x77\xfe\x53\xa8\x8f\xe0\xe1\x07\x99\xc1\xf2\xf6\x38\xbd\xc5\xe3\xb4\xae\x66\x80\xef\xc3\xbf\xbe\x7c\x3d\xfb\x46\xed\xbf\xbe\xd1\xf2\x6c\x43\x9a\x2b\xa1\x3e\xfc\x09\x63\x20\x7d\x0a\xc7\x97\x95\x28\xad\xf5\xba\x2b\x6d\xed\x1b\xad\x04\x3c\x84\xd5\x66\x76\xb4\x6b\x9c\x58\x33\x11\xce\x73\x74\x54\x69\x41\xf4\xe6\x78\x6b\xda\x1e\xa8\x04\xc7\x39\xc8\xe8\x94\xe9\xcb\xc1\x63\x72\x09\x57\xb8\x05\x55\x58\x93\x0b\xa1\x6d\x17\x5d\xe5\x77\xba\xc5\xb2\x16\x53\x15\x43\x62\x7c\x2c\x95\x1f\xe5\x51\xb1\x28\xc7\x27\x5a\xff\x5e\xf8\x21\xd6\x72\x67\x65\x99\x14\xf1\xf8\x04\x2b\x28\x2d\xaf\xd0\x04\x15\xa4\x74\x1e\x12\x6d\xb6\x07\xad\x8c\xbf\x8a\x1f\x1c\xc3\xde\xa8\xfb\xe0\x64\x67\x1a\xa6\x84\xcf\x3f\xd5\x79\x37\xc6\x12\xd8\x53\xd8\x68\x87\xaa\x96\x61\x0b\x14\x08\xe3\x26\x23\x2c\x2d\xd8\xbb\x7d\x2e\xdb\x0c\xcc\x12\x50\x46\x91\x43\xa5\xc0\xef\xe3\xc6\x81\xb1\x3a\x1c\x61\x9f\xe4\x65\x07\xe8\xad\x04\xbb\x4a\xa8\x24\x76\x39\x41\x1a\x39\xd0\xb8\xa6\xef\x45\x25\x3e\x28\x2d\x7b\xa9\x16\xc7\x04\x46\x53\xdd\x6f\xe4\xf2\xc8\xb5\xcc\x76\xd1\xed\x46\x36\x01\xcc\x88\xb7\x5b\xe5\xd5\xf9\x02\x6a\x75\x55\x40\x3d\xcc\x41\x9a\x5d\x9f\xfd\xfb\xbd\xe3\xcc\xd9\x89\xb8\xfb\x51\x7c\x5d\x97\xc5\x9e\xdb\x34\x3b\x58\x41\x0a\x97\xfc\xb9\xc2\x89\x2b\x89\x22\x4d\x38\x61\x34\x19\x3c\x3d\x52\xb9\x36\x3f\xcd\x57\x1f\xc5\x75\xc7\x0e\xed\xc7\xae\xe8\x02\x64\xad\x51\xe6\x1c\x26\x0c\x3a\xdd\x59\x97\x88\xab\x5d\x7c\x76\xb1\x6a\xa1\x3a\x4d\xe0\xde\xd2\x06\x07\x9c\xdc\x23\xe2\x83\x3b\x30\x3c\xa1\x42\xbf\x08\xf3\xb8\x6f\xd6\x31\x9f\x3f\x51\x99\x40\x53\x2e\x77\x70\xc4\x9b\x2f\xa3\x9b\xa8\xeb\x36\x53\x4d\x87\xb2\x01\x50\xc4\x69\x44\x95\x52\x0c\x37\x37\x53\x9b\xed\xf5\xe1\xa1\x50\x96\x4d\x43\x73\x4c\x6c\xab\x67\x24\x32\x6d\x2d\x7e\x91\x66\x72\xdc\x7c\x7d\x19\xd5\x48\xe1\x7b\x9e\xc3\x41\x94\x3d\xef\x08\x5d\x92\x0d\xfa\x1f\x25\xa5\x3e\x0d\x6b\xef\x88\x0c\xc0\xe1\xce\x87\x83\x94\x0f\x37\x2c\x97\x8b\x0a\xba\x48\x95\xa9\xc4\xeb\xc7\x72\xa9\x8a\xab\x81\x13\xbe\xaa\xf1\x89\x82\x05\x4a\xf4\x43\xb2\x0e\x8d\xca\x52\xa3\x54\x3a\x54\x3c\xf7\xec\xd7\x62\xca\x83\xbb\x47\x88\x23\xe6\xc1\x35\xc2\x73\x6a\x1a\x3a\x25\x44\xb8\x62\x70\xe1\xb6\x8f\xf4\xbf\xfa\x28\x2e\x95\xe8\xd9\xbb\x8a\xfb\x3f\x6c\xc7\xf4\xf1\x93\xdb\x19\xf4\x1f\x7e\x99\x39\x95\xba\xcb\xae\xbc\xa1\x10\x9f\x35\x52\xf8\x5f\x90\xf0\x7f\x57\x54\x60\xd6\xb4\x39\x09\x87\x82\x0c\xc4\x1e\xff\x50\xa2\xbf\x87\xdf\xb9\x61\xaa\x4a\x0f\x59\x37\x4d\xca\xaf\x83\x4d\xe1\xb6\x5f\x72\x83\x7c\xa6\x32\x9b\x9e\x10\x6f\xd4\x86\xb2\x54\xaa\x94\x33\xb3\xaf\x59\x08\xa2\x20\x91\x59\xd9\x2b\xce\x95\x70\x20\x0c\xdc\x5b\xcf\x4b\x9a\x72\x3d\x3b\x75\xab\x0f\xe3\xde\x2a\xb1\x90\x54\xb1\xb4\xa4\x94\x14\x94\x25\x1a\x01\x7b\xd1\x76\xd1\x51\x4f\xfd\x23\x40\x82\x09\xef\xc0\x61\x8e\x1b\xf7\xa0\xad\x25\x23\x5f\xf4\x85\xf3\x61\xa4\xf2\x57\x22\x95\xbf\x0b\xf2\xf2\x7a\x2d\x94\x77\xb2\xf0\x37\xa1\x1c\x75\xbc\x46\x56\x28\x9f\x3a\xcb\xc5\x35\xd4\x91\x70\x67\x29\x5e\x84\x20\xac\x8e\x81\x87\xfc\x5a\x1d\x2e\x54\xba\xc8\x96\x4b\x2e\xc4\x7b\x13\x42\x5b\xd9\x33\xf3\x93\x4a\x25\x7d\xab\xae\x33\x0b\xf3\x92\x20\xa5\x29\xaf\xc3\x8c\x83\x11\x92\x9c\xe3\x72\x3a\xe4\x01\xa9\xcd\x03\x2a\xe8\xcc\xea\xb2\x80\x33\x03\x20\x8d\x42\xd8\x4d\x7f\x98\x06\x11\xfb\x77\x8d\x92\xff\x73\x23\xa9\x52\x71\xc0\xb0\x39\xff\x1d\x3e\xed\x46\xe5\x91\xcb\x69\x0f\x3a\xc6\xf6\x59\x21\x1e\x10\xce\x89\xdd\xc8\xd2\xe4\xa9\x76\x1e\x72\xdf\xf2\x9b\xb9\x78\xcf\x56\x2a\xfe\x1f\x7c\xd9\x80\xf8\x6f\xa9\xd3\x3e\x26\xc0\xdc\x9b\x7d\x36\xe1\xbf\x8c\x28\xbc\xe7\x49\x2e\xa8\x39\xab\x4c\x45\x8d\x38\xc4\xc8\x6b\xcb\x1c\xf2\x9a\x25\xd7\xa8\x97\xdc\xcb\x70\xc6\x20\x30\x23\x21\x7c\xb9\x8a\xe0\x96\x0a\xf0\xbf\x39\xaa\xda\x2a\xc6\x96\xc9\xa0\xa9\x39\x15\x59\xb8\x70\x42\x79\x00\x9a\x99\xb7\x32\xe5\x59\xb4\x65\x19\xc9\x19\x53\x66\x5d\x64\x4c\x34\x4b\xb6\x3c\x2e\x62\x5c\xf0\x09\x1f\xb4\xdb\xa1\x5a\x03\xe2\xe8\x2c\x7d\x3e\xb3\x20\xc2\x86\x76\x16\x92\x6d\x67\xa7\xfa\x8e\x99\x92\xbf\x80\xc9\x50\x21\x50\xc8\xe0\x31\x73\x0a\xa5\xab\xf7\xb0\xcc\xa8\x6d\x65\xe6\x9e\x2f\xd8\x29\xf9\x96\x9d\x32\x04\x86\xe3\x62\x82\xb8\x12\xac\x64\x4c\xca\xa5\x9e\xd7\xb9\x1f\x31\xb8\x4a\x06\x74\xe5\x53\x68\x4f\x5a\x2d\xa7\xe8\xc4\x04\x62\x8d\x97\x62\x3f\xa5\x7d\x79\x5c\x78\x9d\x5f\x34\xfb\xb5\x5c\x8c\x93\xd9\xa5\x02\x19\x6e\x62\xe5\x32\x78\x18\x10\x0c\xe7\xfd\xbe\x9a\x10\x2a\x0f\xcc\x25\x8a\x73\x01\x8a\xa3\xd5\xc3\xeb\x33\xcc\x80\xb6\x4c\x9f\xdd\x9c\x75\x32\x90\x37\xc9\x5f\x09\xe4\xcd\xc0\xbc\x45\x15\x8f\xd9\x73\x07\xad\x35\x03\x30\xf5\x85\x1b\x4a\xab\xcd\x60\x71\x43\xfb\xa4\x14\xca\xa7\x7e\x90\x34\xe9\xe7\x7b\x1a\x88\xe3\x9e\xb1\x84\x2b\x90\xed\x2d\x59\xa5\xc0\xb7\xf6\x75\x22\x7a\x91\x50\x4c\x7a\x19\x87\x54\x19\x32\xb5\x1d\x76\x6e\x68\x22\x2e\xf3\x05\x0a\x4a\xfa\x54\xce\x91\x6c\xfa\xd1\x86\xa6\x96\x6d\xb4\x5d\xe7\x25\x02\xbc\x7c\x67\xbf\xe3\x32\xfb\x78\x6b\x5b\x93\x83\x45\x9f\x32\x98\xdf\xe6\x1a\xc0\xf2\xaa\xad\xec\x25\x19\x13\xbd\x3f\x40\x57\xc6\xbf\xd6\x41\x83\xbb\x81\x34\xd0\xe8\xab\x98\xc0\xcb\xae\xd4\xfe\x44\xef\xb8\xb3\x39\x7d\x80\xf2\xad\x74\xe3\xcc\x42\x87\x8a\xae\xb7\x5b\xd2\x22\xbe\xda\x3b\xd2\xf3\xb6\xaa\x76\x20\x57\x72\x28\xf7\x6d\x86\xe1\xf5\xd1\xd7\xaf\x35\xff\xcf\x1c\xe9\x0b\x6a\xd4\xf5\xec\x35\x5a\x9f\x5c\x4e\x76\x3a\x1e\x53\xeb\x03\xa1\x9b\x2d\xee\xfa\xac\xe4\xce\x6e\xbe\xd0\x76\xd2\xe1\x14\x7e\xfd\x8c\x0b\x47\x95\x39\xd5\xfc\x8e\x23\xda\x90\x54\x10\xb7\xf4\x56\xe3\x13\xf5\xb3\x42\xdd\x9f\xd1\xe8\x63\x66\x2d\x5e\x94\x8b\x3d\xb9\x12\x46\xa8\x7b\x37\x1b\xb6\x6a\xd0\x8c\x5d\xda\x21\x45\x64\x9d\x12\x00\x9e\x5b\xe4\x87\x6b\x00\xcd\xf0\x75\x0b\xa1\x79\x46\x1e\xc2\x5a\x2e\x81\xf5\x47\x7d\x19\x09\x31\x39\xd2\x87\xd7\x9b\xce\x0a\x27\xa8\x2f\x23\xd6\xc6\x33\x7d\x1b\xc6\xb1\xe8\x16\x55\xf4\xed\xe4\x1e\x44\xcb\xdd\x1d\x86\x7b\x54\x20\x85\x59\xbf\x17\x7b\xe6\x6b\xf7\xe3\x7a\xab\x26\xf9\x67\x3e\x31\x3b\xa8\xe2\x57\x85\x40\xe6\xe8\x57\xb6\x39\x7c\xa0\xe7\x2a\xf6\xe6\xa3\x6d\x9d\x52\x54\x56\x15\xe4\x50\x59\x07\xeb\x16\xcd\x8e\x3b\xd3\x82\xf0\x08\x5e\xef\x4b\x67\xc4\xe7\x9f\x47\x48\xcf\x4f\x9d\x91\x9e\x1f\x8f\x6b\x02\xce\x9d\xea\x70\xc3\x07\x27\xe2\xfd\xf1\x32\x20\x5a\xe2\xf3\x20\x9e\x4a\xaf\x8f\x65\x72\xfe\x4d\x74\x65\xd1\x89\xe5\xf4\xcb\xe3\x92\xe0\x23\xc7\xda\x3f\x74\x62\xc9\xfb\xfc\x38\xa7\x1f\x23\xbd\x88\x0f\xce\xa4\x78\x7a\x8c\xa8\xfd\xa1\xde\xc4\xcf\x59\x4a\xf1\xf8\xb8\xa5\x5f\x03\xbd\x8b\x8f\xbe\x89\x87\xc7\xfd\x1b\x71\x12\x1f\xde\xe2\x7d\xe2\xfe\x71\x4f\xe7\x7b\xfa\x10\x5f\xb7\x92\xe2\xee\x11\x46\x97\xab\x19\xec\xb3\x57\x1c\x88\x2e\x93\x0f\x3b\x59\xf2\xe1\x0e\x23\x16\xea\x2c\xfb\xb2\xfd\x08\x7c\x34\xa5\x13\x78\xb4\xa1\xb0\x1f\x8f\x4c\xca\x9f\xea\x07\x27\x52\x3a\x9c\x8f\xd2\x2e\xc6\x5b\xa4\xe2\x36\xd0\xd7\x35\x41\x59\xd5\x2f\xf5\x40\xfa\xb5\xf2\x91\x95\xfb\x91\x2e\x80\xb5\xd9\x26\x54\x5b\x2d\x11\xe9\xa9\xab\x00\x9f\xf3\x13\x98\x17\x23\x40\xe5\x06\x7a\x0b\xe3\x6c\x12\x9c\x33\xab\xa7\x60\x64\x91\xae\xb0\x6d\x11\x9d\x18\x41\xd7\xc2\x27\xec\x17\x20\x31\xc1\x14\xd6\x9f\x7f\xc3\x94\x5b\x7c\x63\xe7\x21\x64\x42\x51\xeb\x14\x6a\x5c\xca\x6f\x64\x42\xb9\xce\x81\xc9\x1e\xe5\x30\x1b\x7b\x40\x7d\xe7\x5b\xad\x6f\xe0\xa5\xb5\x30\xda\xfd\xc6\x86\xca\x99\xc5\xa1\x03\xdf\x14\xb5\xc3\xc5\xf4\x66\x82\x56\x94\x85\x8e\x7d\xd2\x72\xfb\x43\x93\x78\x81\xfc\x89\x6b\x05\xe8\x6f\x78\x02\x3f\xb4\xa1\xe3\x86\x0a\x1a\xbf\x68\x89\x7c\x97\x02\x64\x3c\x61\xd6\xa9\xe7\x23\x48\x1b\xb7\xa4\xc4\xbc\x53\xb9\xb0\x7a\x19\x92\xde\x5a\x97\xde\x16\x7d\x9f\x6f\xa9\x68\xde\x69\xcb\x12\x04\xc6\x24\x91\x43\x53\xa1\xbe\x69\x09\x55\xa8\x80\x57\xf5\xe6\x15\xb3\x41\xba\x1d\x4a\x1c\xfe\xaa\x60\xa0\x26\x61\x8b\xf1\x3e\x97\x74\x5a\x50\x9e\x8b\x0e\x80\x1e\xf0\x99\xbd\x4a\xb3\xa7\x5e\xd9\xe0\xb0\x01\x01\xdc\x27\xa7\x6b\x33\xc2\x06\x08\x87\x1c\xcf\x9e\x23\xeb\x64\x2f\x6b\xe7\xb4\x4e\xda\x98\x36\xa6\x4b\x75\x80\xf4\x93\xae\xda\x23\x78\x6f\x8d\x7c\x29\x7f\xae\x50\x33\x51\x39\x66\x34\xc1\x64\x63\x52\x42\xf4\x63\x50\x02\x56\xeb\xac\x39\x3c\x83\xde\x17\x0d\x79\x1d\x39\x99\x9f\xd6\x85\x18\x7c\x42\x3b\x3e\x60\x5a\x1e\x88\xbb\x17\xb3\x5f\xbf\xa4\x6f\xd1\x46\xe5\x21\x35\x33\x10\xce\x53\x03\xa4\x2e\x67\xd9\xcc\x76\x1b\x76\xbf\x8a\xe2\x6e\x3b\x42\xf4\x68\x25\x8c\xc2\x05\x89\xc9\x3f\x09\xa7\x46\xbf\x02\xfe\xdb\xf1\x6c\x46\xde\x6b\x4f\xe6\x2e\x1c\x6e\x17\x5d\x64\x9b\x79\x74\x5e\x2d\xd4\x8a\xfe\x10\x2b\x19\xd0\x1f\xf7\xe4\xf3\xec\x77\xd2\x3e\x9a\x0b\x7a\xa2\x65\x3f\x12\x09\x50\x89\xa6\xad\x12\x73\xa6\x09\x6b\xd4\xb1\x7f\x0e\x78\x2f\x75\x84\x16\xa5\xa4\xf3\x6b\x29\x94\x66\x21\xda\x5f\x9e\x18\xd1\x2a\x87\xef\x6d\x07\x3b\x3a\xdc\x49\xa6\x1f\xb1\x0f\x69\xa1\x9c\x6a\x9d\xa8\x54\xf8\x94\x4e\x4f\x74\x48\x23\xfa\x14\x70\xee\x8f\xf0\xed\x9f\xc9\xc6\xa5\x50\x88\xbd\x69\x74\xe0\xe1\x99\x08\xa5\x0a\xcc\x8f\xe2\x2d\xb1\xc7\xcc\xc0\x12\x48\xbf\xcd\x98\xcc\xa9\x1e\x1a\x28\x45\x2a\xc5\x74\x8d\xef\x9b\x6e\x30\x97\x26\x78\x55\x31\x97\x94\xdb\xd5\x34\xbd\xdf\x75\x9c\xdd\x0b\x48\x8f\x4a\x55\x44\x20\x30\x30\x99\xab\x09\x9c\xe3\x28\xe9\xab\xd7\x74\x2a\x80\xe2\x9d\x3a\xa6\x80\xc4\x89\xbd\x7c\x28\xc6\xf0\xf2\x8c\x9d\xce\x0d\x3c\x98\x95\x71\xc2\x6e\xeb\xe0\x9a\x45\x66\x1d\x7e\xc5\xc5\xa1\xfa\xa0\xc8\x72\xa9\x6a\x1a\x11\x62\xbd\x53\xe2\x44\x76\x87\xd6\x4b\x28\x19\xc4\xd1\xac\x42\x79\x42\xc2\x65\x62\xa5\x50\xd2\xab\xda\x49\xcb\x63\x17\xe3\x9b\x50\xdd\x79\x9b\xab\x20\x94\x50\x1f\x9b\x00\xf9\x8d\x2c\x28\x5e\x9b\x67\xfd\x8b\x85\xc5\x8e\x10\x9a\x2f\x77\x65\xe6\x9f\xd2\x42\x75\xb6\x0b\x59\x4c\x80\xc7\xab\x60\x44\xc6\x2d\xec\x97\x6d\x37\x50\x28\x04\xad\x74\x4b\xb9\x4a\xea\x0f\xab\xc1\xc7\x7b\x8e\xc9\x83\x1f\x95\xb6\x99\x30\x86\x67\x5d\xb7\xe2\x3b\xbf\x80\xa9\x80\x98\x1a\xfd\x20\xd2\x07\xc7\x87\xd3\xd0\xbb\xfc\x06\x05\x71\xb5\xc2\xc1\x32\x2f\xfa\xc7\xb4\x2e\x5c\x0c\x1a\xf0\x00\xf5\xa2\x95\x83\x32\x65\xff\x9c\x6f\x6e\x98\xc3\x32\xe1\xbf\x27\x48\xa7\x67\x7f\xa0\x0e\x03\xd2\x10\x7b\xdb\x15\x73\xc0\x21\xb1\x9b\xf3\xea\x62\xfc\x9d\x9e\x50\x41\x67\xe6\xe9\x1b\xcd\x2b\x21\x06\x57\xbd\x6d\xb1\x23\xf7\x38\x87\xbb\xf1\x84\x88\x6e\x4d\x71\x69\xfc\x3f\xbf\xef\xfe\xc2\xdf\x73\x05\xa3\xc3\x31\x62\x2c\xc8\x8e\x96\x2a\xc4\xf5\x04\x19\xcb\x58\x9d\x37\x88\x23\x99\x4f\x36\x93\x67\xd4\xa6\x81\x64\x42\x1f\x82\xdc\x2c\x3b\x5e\xcc\x8a\xd7\x15\x4d\x3f\x3f\x79\x16\x0f\x96\x5b\xd7\x68\xa0\x94\x36\xe4\x74\x69\xdb\x9c\xd6\x76\x8c\xeb\xfe\xa5\x02\x17\xb1\xd4\xfe\x6a\xa9\x8b\xb7\xd0\x2a\x8c\x6c\x59\x5e\x3a\x69\xca\xe6\xe3\x79\xce\x3e\xee\xbd\x14\xea\x45\x65\x48\x84\xc3\x2a\x67\x8f\xad\xa5\x70\x3a\x51\x95\x36\x9f\x33\x4d\x8d\x0b\xf0\x72\x96\x66\x00\x89\xcd\xc9\x21\x50\xbf\x96\x54\xcf\x7c\x6a\x6d\x07\xb4\x25\xbb\x25\x7b\x7f\xb0\x8b\xae\x3d\x60\x83\x3c\xd8\xb8\xc5\x2a\x01\x3f\xb0\xe9\x5d\xed\x64\x4d\xef\x4d\x87\x0d\xf5\x59\x27\x6b\xa8\xb7\xf5\x19\xbb\xc4\x59\x5f\x2e\xdd\x58\x7b\x14\xa1\xc6\x18\x16\xec\x52\xa2\x42\x89\x9a\xcd\xd6\xfb\xd6\xce\x5a\xef\x0b\x7b\x86\x41\xac\x2b\xde\x9b\x7b\xe4\xad\x3a\xc8\xfa\x86\xf3\xd5\xad\x58\xbb\xfb\x14\xca\x73\xd8\xac\xaf\x67\x21\x63\x17\x8a\xd1\x61\xeb\x32\x03\x0f\x2b\x4e\x92\x2b\x5f\x9f\x93\x43\x37\xb8\xbb\x02\x9b\x7d\x32\xcc\xe9\x76\x05\xd7\xa1\x03\xbb\x5c\x65\x17\x40\x05\x16\xff\x57\x85\x00\x13\x75\xa8\x22\xb0\x7c\xd4\xa5\x8f\x4b\x98\x9c\x58\x87\xaa\x0c\xaa\x85\xad\x0c\xf8\x0c\x22\x69\x6d\xd9\x68\x30\xe4\x6d\x93\x1b\x0b\xa8\x31\xe5\xdb\x73\x34\xd6\x90\xed\xfc\x19\x4b\x2d\x71\xa6\x25\x4b\x7c\xe6\x19\x30\x83\xea\xbc\xe0\x5b\xbc\x05\xf7\x8c\x84\x8b\xb2\x54\x15\x34\xa8\x65\xb5\xe0\x33\x96\x5d\x6c\x49\xa1\x2e\x76\x6b\x15\xf7\x79\x91\x7d\x8c\x53\x53\xdb\x80\xbb\x16\xe4\xef\xf1\xed\x19\xce\xac\x55\x98\x3f\x13\xc4\x9d\xae\xca\x0d\x9f\x59\x10\x12\x93\xaa\xa8\xfd\x92\xef\xd9\x2d\xb2\x9d\x0e\xec\x19\x9f\x90\x87\x45\xd6\xd5\x12\xa8\xc8\xe7\x9e\x9d\xf8\x04\xa1\x2b\xeb\x9a\xda\xe3\x04\x69\x2c\x3a\x50\xfe\xde\x4d\x41\x70\x0b\x55\x38\x33\x42\xae\x8f\x9a\x13\xeb\x86\xda\x49\xbf\xc0\x28\xb3\x13\xa1\x5e\xf6\x71\x42\xb4\x23\xd4\x23\xbb\xfa\x1c\xa1\x9e\x5a\x73\xce\xd6\x30\x02\x1d\x90\xb9\xe4\x66\xdd\xb2\x68\x21\x5f\x4b\xb9\x26\x53\x12\x69\x8e\xb8\x0d\x85\xfa\x08\x76\xf8\xb1\x41\x5d\xfa\x64\x0e\x7f\x7c\x0b\xfe\xce\x9d\x3d\x8d\x89\xb0\x23\x82\xbb\x88\x79\xb1\x43\x88\x26\x19\x49\x9a\xe9\x65\x49\x15\x55\xaa\x22\xd9\xa9\xf0\x4b\xec\xf4\x53\xd8\xe6\x78\xdf\xca\x64\xfb\x57\xb2\xe1\xdd\x98\x4f\x1b\x72\x9f\xd1\x65\x4e\x93\x74\x10\x96\x27\x95\x32\xb6\xcf\xe6\xc8\x47\x24\x88\xd7\x0a\xd1\x33\x10\x21\xbd\x7a\x89\x3e\x71\x62\x2a\xd4\x07\xa3\xd4\x7e\x09\xf5\xca\x7f\x12\x38\x31\x55\x8a\x0f\x56\xa5\x6b\x07\xa3\x7a\xa0\x2d\x80\xfc\x58\x93\xf9\x24\x11\xcb\x13\x21\xc6\xbb\x30\x03\x04\x55\x92\xd1\x33\xbd\x56\xa3\x4a\xee\x90\x0f\x3f\xc2\xbb\x2f\x6f\xbe\xfb\x54\x74\x49\xaf\xe8\x2f\xd4\xe1\xf9\xe6\x13\xc6\x9c\x60\xa6\x17\x1c\xd3\xe4\x86\x03\x3b\xe4\x96\xb3\x77\x18\x39\xfe\x26\xc4\xa4\xb6\xc9\xf4\xc9\x53\xa5\x08\x63\x3b\xab\xc1\xbb\x54\x09\xbb\xe9\x44\x3b\x83\x10\x55\x6d\xc7\xbf\x04\x9f\xef\x28\x77\xf2\x89\x74\xfd\x99\x7c\xf2\xcf\xf4\x59\x9d\x46\x80\xec\xa9\x76\xd4\xb9\x1e\xad\xf7\xcc\x68\x45\x6f\xd7\xef\xa2\x7c\xe5\x17\x90\xc3\x36\x27\xd4\x41\xf5\xee\xd5\xf0\x72\x20\x16\xd3\xdf\xd6\xb6\xf3\xff\x52\x0b\x47\x8a\xc8\xac\x65\xfb\xe9\xba\x93\x4c\xc8\x88\x67\x54\x5f\xfe\xf2\x0c\xa3\x72\xbd\x97\x6a\x2a\xfe\x66\xfa\x7b\xf1\xfc\x6f\x6f\x9d\x0a\xfd\xc7\x43\x7a\x87\xe2\xa8\xe6\x8d\x1b\x4e\xff\xe6\x86\x23\x26\x1c\x45\x8e\x2f\xaa\x52\x75\xe2\x64\x3c\xfd\xbc\x87\xb5\x99\xeb\x50\xf6\xf2\x20\x7b\xf9\xf7\xb8\xe8\x88\xe7\xe7\xa2\x63\xec\x46\x62\xad\x74\x11\xf5\x51\xaf\x56\x59\xa7\xed\x80\xc0\x20\x55\x3f\xa6\x42\x4c\x0f\x70\x33\xa7\x07\x27\x66\x0b\xa8\xa4\x81\x5d\xb5\xd1\x4f\x34\x4e\x2d\x5e\x00\x3b\xec\x13\x9c\x76\xf5\x73\xf1\x77\xc9\xfb\xd3\x3f\xe8\xc1\xcd\x27\xa7\x43\x1a\x2f\x00\x34\xac\xbf\x0f\xd5\x9f\x7d\xcd\xbf\x73\x98\x4e\xf3\x57\x63\x8b\xb5\x95\x91\x84\x0d\xfb\xb9\xbc\x76\xd2\x5b\xdb\x50\x14\x63\xc3\xd1\xa5\xf7\xac\xcf\xb3\x66\xa0\xe8\x9f\xb3\x8b\xfc\x60\x97\xc2\x0e\xc7\x17\x48\xdb\x7c\xac\xf1\xf8\x57\x22\xfb\xd6\x22\x6a\xe2\x8b\x20\x5b\xd4\xbc\x32\xed\xc4\x54\xed\x3f\xbc\xab\x2f\x80\x4a\xbe\x28\xc3\xfc\x25\x6f\xda\xe9\x31\x15\x6f\xf3\xbd\x13\xa7\x09\xeb\xf7\xc5\x06\xb6\x17\x65\x33\xd7\x5b\xbc\x4c\xf6\xb6\x10\x91\x5d\xb8\x4f\xfb\x18\xda\x5e\x85\xfd\xcb\x53\x21\xbe\xa8\x98\x37\x4d\x22\x30\x3b\xd9\x4e\xcd\xdb\x9c\x44\x30\x10\xea\x1b\xee\x18\x65\x55\x73\x6f\x50\x67\x4f\xfb\x51\x8a\xbb\xb3\xe9\xe7\x3d\xc1\x39\x4c\xef\x0b\xe7\x4c\x38\x20\x36\x9a\xa1\xeb\xaa\xd7\xda\xe5\xd7\x60\x40\xe9\x20\x53\xaf\x77\xc3\xb2\xe9\xcd\xca\x48\x72\xa8\x4a\xa4\xbf\x4d\xcd\xd6\xec\x01\xb6\x79\x68\x41\x94\x4d\x50\x95\x32\x36\x22\xb6\xf9\x9d\x0e\xce\xda\xeb\x62\x70\x86\x42\xff\x69\x3d\xa5\x5e\xf7\xf8\xdd\x3e\x85\xfa\x5e\xcc\x63\xc6\xaa\x37\x46\x62\x51\x99\x04\x91\x60\xe7\x64\xda\xab\xaa\x74\xb7\x2c\xcf\x64\x52\x71\xf1\x78\x9a\x65\xb6\xd4\xfd\x2c\x03\x07\x7f\xa8\x65\xc0\xeb\x5b\x47\x7e\xf0\x58\xb8\x1b\x59\x68\xea\x34\xa7\x23\xbb\x78\xc6\xc2\x36\x5b\x93\xf3\x10\x6c\xdd\x1b\x3b\x99\x19\x9d\xc5\x81\x45\x82\x91\x6f\xad\x75\x27\x65\x95\x59\x2b\x7e\x1d\x8a\x35\xd5\x2c\xc4\xd5\x1b\x75\x9a\x8c\x4f\xed\x3a\x96\x7a\x0b\xbf\x1f\xcd\xf2\x1c\xc4\x0b\xb8\x40\x6b\x55\x6d\xa4\x59\x97\x37\xf5\x8b\xe3\x43\xaa\x21\x14\x3c\x1d\xef\xf5\xab\x7f\xdc\xeb\x1d\xe1\x54\xa4\x57\xd1\xc5\x84\xf2\x86\xfe\x6a\x5d\x38\x20\xb0\x62\x0f\x34\x39\x74\x6c\x0b\x0e\x33\xd5\xc4\x84\xbb\x8e\xbb\xac\x5f\x58\x40\x1c\x1e\x4e\xbd\x3f\x34\xcb\x0a\x15\xf5\x4b\xdc\x65\xff\x10\xf5\x08\xcc\xeb\x20\x57\x25\x30\x31\xd1\x47\xfe\x0e\x2a\xf8\xce\x65\xc8\x8c\x3f\x15\xb3\x0e\x86\x94\x8a\xaa\x2d\x9e\x38\x8e\xb8\xa3\xf6\x35\x4f\x09\x57\xf4\x7c\x59\xdb\x38\x94\xca\x78\x24\xc4\x45\x65\x37\xb1\xd9\x0d\xd6\x91\x9b\xf6\xf2\xbe\x56\xc2\x17\x9a\xf1\x26\x54\x62\x11\x55\x65\xd9\xf7\x85\x37\xac\xeb\xec\x92\x5a\x5a\xea\xe6\xae\x72\xff\x52\x74\xc4\xf0\xd9\x28\x5d\x2e\xab\x71\x0f\x51\x15\xa7\xeb\xb9\x06\xdb\xf9\x06\x63\x59\xfa\x26\xba\x46\xa8\xf7\x9f\x2a\x70\x4b\xe9\x88\xd4\x99\xe1\x7c\xdf\x4d\xfb\xfc\xd0\xe4\x3e\xaf\xb9\xcf\x01\x6f\x9c\xf1\x23\x60\xc3\xa8\xd2\x2f\x9d\x1e\x8b\xbb\x27\x23\xb6\xde\x57\x85\x0c\x91\xc3\x89\x67\x36\xe4\xaf\x4d\xfc\x60\x8f\xb1\xf8\x3d\x11\x5c\xcf\x5b\x23\x88\xfd\x1c\x5c\xb1\xaf\x6a\xaa\x56\xc1\x54\x2d\x54\x31\x55\x03\xde\xb5\xcf\xe3\xbf\xc5\xe2\x72\xe2\x74\x7c\x78\xb8\x3c\x78\x20\xa6\x5b\x6f\x3b\xbf\xce\x90\xed\x83\xf9\xa2\xfd\x0b\x99\x34\x89\x6e\x99\x95\xf3\x7d\x61\x3f\x9a\x8e\x77\x1e\xb2\x4f\x29\x43\xf9\xad\xc3\xad\xd1\x56\x87\x1d\x26\xf8\x6d\x22\x62\x2f\x26\x6e\x18\x0a\xf5\x3e\x03\x38\xa7\xf2\x2c\xfd\xaf\x5f\xe7\xf3\xf0\xb0\x19\xfc\x8b\xd7\x59\x0e\x68\xc2\xef\xe4\x8c\x88\x6e\x5c\xcc\x69\xe0\xb1\x4e\xcd\x9c\x26\x3e\x39\xcd\x42\xc3\x15\x03\x23\x77\x55\x69\x58\x96\x07\xa0\x29\x4c\x48\xab\x4c\xd9\x22\x54\x5d\x5d\x14\x32\xb5\x38\x12\xb3\x92\x9e\x5c\xc1\xed\x85\x78\x54\x53\x59\x6b\x2e\x70\x74\xc5\xb9\x43\xb1\x97\xfe\x11\xc0\x39\x47\xda\x6f\xae\xa3\x35\x60\x9e\xd9\xca\xca\x24\x45\x26\xe8\x87\x0c\x38\xd1\x00\xaa\x67\x24\x5b\xe4\xbd\xf8\x6a\xf6\x40\x9f\x08\x08\x8b\x6c\x4c\xa1\x21\xc1\xf3\x57\x98\x33\x9a\xbd\xf7\x85\x90\x02\xea\x7e\x3d\x85\x1b\x57\xd0\x64\xe7\x32\x4e\xe5\xc5\xef\x51\x08\xd3\xb4\xbf\xaf\x39\x94\x70\x48\x90\x52\xed\x0e\x89\xa7\x82\x3c\x94\xed\xe2\x40\x4c\x2f\xf2\x48\x3b\xcd\xfb\x9d\x2a\x26\x25\xcd\x34\xe8\x09\xa8\x70\x1c\x03\x88\x28\xc3\x1b\x13\xc7\xec\x2f\xaf\x4d\x8b\xd3\x9f\xc6\x42\x3d\xb6\x18\x41\xa8\xf8\x29\xf4\x3d\x2c\xf0\x0a\x84\xd2\xdb\xa6\xe1\x70\xc4\x95\xe2\x10\xc7\xc4\x03\x34\x22\xb9\xe8\x0a\xe1\xe9\x15\xa2\x3b\x88\x3a\x44\x31\x4a\x5c\x4f\x0c\x43\xc5\x1d\x5b\xa0\x62\xf1\xad\x40\x0f\x9a\xc9\x92\x24\x6d\x26\x92\x4d\x7a\xcc\xfb\x41\x62\x6d\x77\xb0\x57\x69\xfa\x64\x75\x55\xf1\xe8\x83\x9d\xe4\xca\x23\x47\xb3\x12\x54\xb7\x4f\xb5\xff\x1b\xd9\x37\x17\x55\xe3\x8b\x0e\x32\xba\xba\xc8\x11\x5b\xbb\x66\xe6\xa1\x67\x8b\x4d\xe5\xda\x63\xaa\xff\x10\xb9\x68\xbf\x8a\x33\x47\x8a\x77\x5a\xa8\xe6\x0b\x50\x60\x7b\xb7\xff\x86\x7a\x65\xe6\x45\x0b\x70\x22\x67\x19\x10\x70\xab\x20\xf6\x0a\x41\x30\xae\x84\x5e\x02\xb2\xef\xc9\x02\xc0\x7b\x84\x55\x49\xa9\xe5\x6d\xbd\x7c\x34\x1d\xa5\x0a\x54\xe1\x3f\xe2\xec\x00\x09\x7c\x46\xc9\x53\x90\xe8\x8a\x92\x5c\x74\x6f\x89\x02\xc9\x55\x86\xec\x94\x41\x27\x03\xa6\x6c\xf3\x41\x03\x40\x09\xf2\x02\x31\x6c\x8d\x4b\xe6\xb4\x3a\x3f\x66\x04\xd6\xa6\x7a\x1e\x83\xb6\x55\x0e\x28\x1e\x29\xd3\x48\x39\x1f\xf1\x71\xd3\xe7\x37\x21\x3e\x97\xa0\x8f\x18\xcc\xcf\x66\x93\xd7\x27\xae\x95\x1e\x08\xa7\x2a\x4b\x18\xdd\x8b\x5c\x7a\x14\x4e\xd9\xab\x3e\x55\x56\x28\x42\x15\x3d\x4b\xb2\x11\x51\x4a\xad\x3d\xdb\x0c\x51\x45\x9d\x99\x20\xdd\xbc\x76\x43\x5e\xb2\x2d\xc4\x7c\x20\x2e\x7d\xe7\x1e\xb1\xe7\xcf\xcd\x5c\xb1\x43\xc9\xb2\xb6\x8b\x05\x41\xfa\x04\x39\x05\x1d\xde\x1d\xc9\x05\x49\xfa\xcc\xa1\x85\xc2\x85\x35\x29\x31\xc3\x88\xf2\xb7\x78\x0c\xca\xdc\xda\x67\xae\xb5\x57\xd4\x69\x9b\xe6\x3e\x93\xe6\x5c\x42\x86\xe4\xf4\x02\x66\xdb\x46\xe1\xc8\x3b\xb9\x36\xcf\x40\x0b\x17\xd6\xee\x97\x0c\x83\x2d\x79\x26\x03\x64\x18\x94\xf7\xe6\x2a\xdb\xb1\xe8\x35\x29\x7d\x51\x0f\x4c\x5f\x3e\xea\xde\x5d\xae\x33\x66\x44\x7a\x42\x7d\x47\xc8\x6b\x7a\x2b\xa1\x24\xbb\xc7\x05\xa8\x15\x84\x34\xe8\x9b\x9b\x5e\x31\x45\xfe\x51\xae\xe5\x91\xc8\xb2\xf5\x2e\xe3\xd8\x7f\xc4\x72\x03\x75\x2a\xda\xa3\x5e\xaf\xa5\xcf\xe5\x22\x67\xaa\x19\xd2\x1b\x5c\xdf\xe6\x28\x17\xd8\x87\x2a\xe6\x0d\xc6\x73\x9b\xe6\xeb\x56\x9e\x0e\x24\x19\x9b\x76\x19\x4a\xc3\x8f\x25\xad\x2b\x84\x86\xac\x4f\x95\xac\x2f\x77\x59\xe5\x70\x78\xb8\xff\x61\x58\xbf\x6c\x00\xb8\x10\xd1\x5b\x55\x94\x91\x68\x5f\x31\xba\x80\xf2\xe4\x2a\xd6\xd7\xcd\x82\xd9\xb1\x01\xb0\x84\xd4\xfc\x5a\xef\x55\x02\xcf\x4f\xfd\x58\x49\xee\x88\x43\x69\x52\xba\x4b\xea\xf3\xb4\x74\x8c\x3d\xbc\x42\xd7\x64\xb1\x2e\x45\x2b\x66\xeb\x21\xa8\x95\x7f\x41\xd6\xd3\x13\x15\x99\x61\xeb\x21\xd2\xd6\x0c\x5b\x8f\x7a\x4a\xd9\x7a\xcc\xae\x97\x3b\xf7\x91\x9e\x33\x2a\x7f\xf6\xdc\xa4\x9b\x9e\x9b\xc3\x19\xef\x0a\x37\x54\x22\x1d\xbe\x2d\x0a\x2d\xea\xe0\xd4\xa8\x28\xcb\x8f\x07\x71\x2f\xff\x1c\xfa\x60\x65\x56\x0d\x50\x8c\x9f\x70\x71\x81\xf8\x32\xf4\x5d\x02\x4a\xa9\xbc\x23\xd4\xbe\xd9\xb1\x9b\x32\xf9\xc2\xa5\xe6\x7a\xd5\x2e\xcd\x00\x39\xab\xf1\x87\x9a\x37\x54\xbc\xa3\xaa\x8b\x34\xbb\x3d\xef\xd3\x84\xec\x5b\x68\x03\xff\x3e\x98\xdf\x25\xa5\x21\xea\x4c\x7e\xa9\x2f\x9a\xfd\xb3\xb5\xcd\x08\xaf\x4c\x79\x47\x9b\x84\x67\xb4\x14\xf7\x1e\xa9\x1c\xd8\x31\xdf\x9a\x65\x00\x82\xa0\xe9\x9d\x3a\x9f\xd1\x74\x93\x01\xa9\xe7\xa0\x2b\xdf\xc9\x10\x1a\x20\x71\xfb\xd2\x4b\x90\x6f\xb3\x02\x88\xa8\x59\x3d\x8e\xd0\xa0\x54\xe3\x73\x79\xbf\x54\x0d\xc2\x11\x10\x65\xd9\xdc\x98\x91\x5b\x3e\x84\xb6\x48\xc6\x5d\x7c\x52\x8e\x57\x96\x95\xa0\x57\x2f\x1b\x43\xd4\xa8\x31\x95\x0c\x49\x03\x4f\xbd\x6a\x5b\x03\xbd\xdb\x31\x76\x78\x51\x8b\xaa\x3d\x08\x13\x2f\xc1\x98\xed\x18\x5f\xfa\x3b\x14\x4a\xb5\x3d\xc4\x2c\xdb\xc8\x6c\xa2\xd4\x15\x25\x5a\x11\xe1\x6e\x53\x64\xb2\x2c\xd9\xcf\x94\xa1\xcf\x01\x15\x23\xb2\x11\xab\xf0\x5c\x10\xf0\x7a\x8d\x0b\x90\xcb\xc8\x84\xe3\x53\xe6\xf3\x38\x97\x0c\x11\xcb\x14\xc9\x85\xd3\xd3\x95\x44\x4a\xa2\x43\xfd\x1d\xa0\x2c\x87\x6d\x2e\x57\x34\xaf\x36\x3f\x40\xef\x0d\x48\xb9\x7e\xf3\x1e\xe3\x2b\x1c\xa1\x37\x9d\x79\x84\x67\x02\x33\x88\xec\xf9\x0d\xea\x8f\x7a\x74\xb7\xc5\x56\x6d\x4c\x32\x33\xdb\xa2\xac\xf8\x02\xcc\xe5\xb2\x3c\x02\x6f\xe6\xad\x59\xa0\x30\x51\xbb\x53\x2f\x80\x65\x1a\xf8\x46\x2a\x39\x09\xa8\x3c\x2e\xd7\x73\x06\xad\x24\xdc\x95\x30\x7f\xb0\x0c\x8f\xd1\xbe\x98\x03\xa3\x31\x47\xed\x60\xbb\x20\x73\xc7\x67\x47\xc2\x0a\x6e\x9a\x27\x6c\xf5\x60\xb1\xed\xe4\xbf\x96\x50\xcb\x33\xf3\x18\xcd\x1a\x36\xe3\xca\xf5\x89\x01\x68\x9b\xfb\x30\xbd\xe5\x11\x88\xc5\x15\x85\x84\x10\x26\x6b\x30\x1b\x95\xbf\x43\xf9\x2e\x8a\xab\xe6\x50\x84\xfa\x35\x4f\x27\xaa\x81\x28\x81\xd1\xaa\xc7\x1b\x83\x11\x55\xb3\x15\xd6\xa9\xf9\x47\x5f\x5a\x90\xef\xeb\x6a\x3c\x06\xe6\xf5\x83\xa4\xbb\x29\xcd\x88\xe9\x6f\xba\xe1\x6f\xf3\xe1\xc0\x44\xef\x82\xe8\x72\x58\xb0\xf4\xd6\xfc\x41\xfc\x46\x4c\x7b\x6a\x9a\xf7\xcf\xb1\xd8\xc9\x10\xe5\x30\x33\x2a\x00\x88\x7b\x2c\xed\x7a\x11\x94\x76\xa7\xdb\xac\xfe\xbb\x27\x9a\x1b\x56\x52\x74\x8c\x0e\xe0\xbc\xd0\xe3\x36\xc9\xdb\x30\x13\x4c\xe6\x71\x80\x29\x13\x4c\xbe\xd1\x90\x25\xfc\xd1\x33\x1f\x35\x94\x11\x10\x5c\xbf\x36\xc7\x24\xbf\x09\x43\x24\xd6\x2a\xee\x21\x7f\xa7\x03\xed\x1e\x3a\xc6\xbd\xd5\x05\x66\x98\x00\x7c\x37\xd4\xdb\xb1\x87\x5a\xcc\x95\xa4\xad\xe1\xeb\x40\x3b\x96\xb6\x54\x54\x47\x8e\xbc\x82\x6f\x3a\x91\x78\x54\x02\x07\x38\xdc\xde\x79\xdb\x81\xae\xd6\x13\xca\x47\x2e\xcd\x67\x85\xe7\x4a\xcc\xe2\x1a\xd6\xc9\xa3\xa0\x3c\x75\x02\xb0\xd0\xf5\x19\xb1\x92\xfb\xbd\x4d\x3c\x34\xea\x44\xf0\xff\x5a\x34\x4e\x34\x9b\xbe\x9a\x27\x72\x67\x7f\x17\xf0\x7b\x29\x4b\x74\x60\xb0\x33\x9a\xdb\x03\xa0\x98\x7c\x39\x5b\x40\x53\x5a\x9c\x58\x7f\xdf\x35\xd5\x8f\xb5\x37\x14\x62\x1c\x73\x9b\x5d\x1d\x1f\x2e\xc1\xbb\xfc\x49\xd9\x1b\x9d\x2a\x6d\x9f\x5f\x2b\xec\x1d\x4b\x79\xe0\x37\xfa\xcf\xad\x39\xc2\xa9\x74\x0a\xe4\x76\x53\xf7\x5e\x2d\xab\x02\x6c\x17\x8c\xa6\xd3\xcc\x38\x56\xef\xb6\xd5\x98\x09\xcd\x08\xde\x8d\x5c\xc6\xce\x18\x01\x71\xbe\xc1\xf6\x0e\x3c\xf4\xaa\x8c\xe9\x13\xd4\xd3\x67\xcc\xa3\x41\x3a\xc2\xa9\x0d\x01\xc6\xa9\x3c\xbd\xea\x96\x90\x06\x3c\xb9\x29\xc1\x4f\xb4\x06\x3d\xcf\xdd\x1d\x95\x3b\xec\xe2\x2f\xb6\xed\xf0\xd3\x6b\x47\xb3\x12\x9d\xa6\xdc\x67\x29\x7b\x7f\xe1\x6d\x6d\xd4\x55\x4a\x1e\xfa\x54\x4c\xf8\x42\xeb\x9d\x14\xc7\xbd\x79\x47\xf9\x56\x84\x69\xa1\x76\xb2\x7c\xcd\x4c\xba\x9f\x92\xa7\x8a\x5e\xf3\x8f\x4e\x98\x32\x1c\xa1\x3e\xca\x33\xc6\x5f\xa0\x18\x2f\xc8\x69\xaf\x99\x82\x2b\x1b\x09\x02\x56\x6f\xe9\xfc\x2a\x7c\x87\xc6\x7a\x5f\x95\xf5\xed\xa1\x31\x73\x87\xd8\x86\x79\xea\x34\xe8\x4e\xf5\x1d\x9c\x51\xcc\x55\x69\x70\x52\xe4\xb6\x43\xcb\xc7\x97\xed\x9b\xc3\xe6\x08\xc7\x83\xc0\x4a\x95\xa3\x9f\x4b\x9c\x0d\xa7\xfc\xf0\x72\x88\x9f\xd4\xce\xdd\x4c\xdd\x78\xcf\xd5\x06\x1f\xd6\x5b\x6a\xec\xc4\x9f\x5c\xed\xf4\x49\x46\xa7\xe9\x4f\x41\x0e\x4a\xeb\x4c\x22\xd5\x2c\xf7\x5c\xda\xd8\xb7\x4a\x24\xf2\xa4\xa6\x0a\x00\xe7\x7f\x2b\x26\x4c\xc4\x1e\x76\xcb\xde\x7c\x47\xbc\x0a\x53\x6f\x8f\xc4\x51\x15\x02\x03\xa9\x00\x91\x10\x15\x38\xf9\xd3\x15\xea\x64\xcf\xb0\x55\x13\xad\x83\xb6\x20\x5b\xa6\x66\x68\x17\x99\xfd\x78\x72\x40\x49\x6f\xbf\x06\xfb\x24\x80\xa3\xf6\xf7\x3c\x89\x3d\xf0\x73\x68\xa2\x87\x67\x94\x15\x2d\x23\x99\x69\x43\xc4\x99\xda\xd5\x79\x7a\xd8\x15\x6a\x63\xc7\x07\x22\xca\x29\x74\x5e\x37\x08\xed\xf7\xd1\x6f\xfd\xc2\x3d\x26\x0d\xcd\x15\xb0\x72\xc8\x38\x0c\x15\x77\x73\x98\x7f\x4f\x87\x53\x9d\x8e\x64\x6c\x3c\x8a\x45\xcc\xe4\x7e\x0f\xa7\x7b\x37\x55\xfe\xca\xa8\xeb\xd8\xcb\x85\x6f\x3a\x5d\x92\x84\x44\xa3\xe6\x7e\xe6\xb0\x23\xde\x6a\x8c\xf6\x8e\xc3\xbd\x7d\xc0\xb5\xc6\x54\xdf\x00\x2a\xb4\x86\xb4\x50\x72\xe7\xa9\x12\x6a\x23\xf9\x05\x44\xff\xe4\x33\xef\xad\x11\x24\xe7\x99\x31\x1b\x75\x85\x09\x39\x19\xce\xab\x05\x8a\xa5\xde\xfc\x88\xe3\x28\x02\xe9\x9d\xd6\x1d\xf2\xce\xc9\x78\x2c\xe3\x26\x4d\xbf\xa8\x10\x08\x19\x4b\x54\x28\xa4\xdb\x28\xec\x26\xb5\xa7\x37\xf7\x3a\xc9\x2c\xd5\xe6\xf2\x7e\x8c\x18\xc0\xfa\x09\x4d\x9b\x99\x14\xaa\x66\x87\xb9\xaf\x0d\x94\x00\xf5\x6a\x6c\x0b\x3c\x65\x4b\x25\x68\xff\x0f\x75\x6f\xd6\x9c\x38\xac\xbc\x0f\x7f\x20\xa8\xc2\x66\xe7\x52\x92\x85\x31\x84\x00\x49\x08\x90\xbb\xac\x18\xdb\x18\x30\x60\x0c\x9f\xfe\x2d\x75\xb7\xbc\x10\x32\x99\x39\xe7\xbc\xf5\xab\xff\xcd\x4c\x00\x5b\x96\xb5\xb4\x7a\x7d\x1e\xd6\xe4\x2d\xdc\xbf\xae\xb8\xec\x69\xe0\xd5\xe5\xd5\xf5\x2f\x9d\x53\x87\x72\xab\x69\xfd\x5d\x7f\xe4\x56\xea\xfe\xfc\x61\x00\x91\x05\x1d\xb2\xdf\x84\x3c\x5c\x5d\xff\x5f\x76\xa0\x01\x65\x42\x02\xae\x6c\xf2\x00\x97\x1f\x34\xaa\x41\x91\x6d\xeb\xfa\x9d\x6f\xcd\x71\xc8\x6b\xb5\x3f\x2b\x1e\x06\xfc\x2e\x00\x68\x7d\x14\x1c\xba\xdf\xc4\xc1\xfa\xac\x01\x1f\x90\xf7\xec\xe7\xd5\x97\x4e\x0d\x08\xac\x1a\x16\xcb\x0c\xf6\x87\x2e\x45\x2e\x43\x4c\x0e\xaf\x10\xa4\x07\xa2\xe1\xe6\x16\x2d\xc2\x3d\xd1\x6d\x47\x94\x28\xef\xdb\x96\x96\x82\x29\x59\x5a\x88\xfa\xd7\xe0\x44\x97\x44\x70\x89\x04\x37\xd7\x99\xeb\x9f\x6f\xbd\x04\x24\xb6\xd9\x5d\xdd\x00\xea\x3e\xdd\xf1\x75\xad\xd4\x27\x63\x6c\x7f\x84\xd1\x7c\xcf\x64\xdd\x85\x64\x9d\x81\x73\xc4\x3e\x63\x10\x76\xc2\xe4\xc5\x12\xda\x49\xaa\x78\xb3\x7d\x08\x8d\x10\x75\xbb\xda\x20\x07\x40\x4e\x94\x35\xae\xda\x7f\x64\x62\xb6\xf5\xc1\x87\xf3\x55\x47\x31\x30\x50\x73\x3c\x51\xfb\x1e\x7d\x0b\x19\xf6\x73\x58\x42\x88\xb2\xea\xb6\x70\xe1\x14\xd1\x3a\xd7\x1d\xca\x39\x0c\xea\x04\x4a\xf6\x80\x14\xb0\x2d\xcc\x02\x4b\xcf\x85\xe5\x1e\x93\x67\x3c\x8e\x91\x16\x50\x5c\x02\x9e\xe0\x12\x1b\x74\x4c\x0b\x7d\xd7\xd5\xab\xfb\x56\x7b\x5e\x5e\x42\x01\x2e\x26\x96\xd6\x0e\x45\xdd\xcd\xdf\xa3\x8f\x94\xda\xab\x15\xdb\xbb\xbb\x6e\x6e\xbd\x47\xcf\xa9\xc7\x2b\x57\x0d\x6d\xf6\x90\x0f\xf3\x96\xe0\x8e\x9a\x56\xd1\xad\xe2\x28\x41\xec\xf2\x76\x8b\x7c\x8a\xde\xf1\xb6\xee\x68\xfe\x41\x77\x34\x7c\xd0\x99\x9c\x48\xd4\xfc\x7e\x6a\xe4\x4f\x88\xec\x31\x33\x8a\x8e\x4e\x79\xc1\xce\xdc\xe3\x87\x82\x2f\xe6\x44\xc8\xec\xea\x20\x1a\x77\x08\x44\x55\x8b\x4d\xd2\x6f\xa7\x07\x84\xa4\x19\xe0\xf6\x16\x09\x8f\x11\x9a\xe6\x44\xf3\x4b\xf2\xf4\xd9\x38\x23\x14\x4f\xdb\x2c\x0c\xd4\x57\xbb\x89\xca\x45\x08\x25\x80\x83\xf5\x09\x12\x7f\x5e\xdd\x12\x02\xea\x73\xdf\x84\x28\xe9\x14\x51\x3e\x50\xfb\xd9\x23\xe6\x33\x8f\x89\xa8\x7d\x7b\x22\xeb\xe3\x64\x11\x27\x87\x19\x20\x39\xd7\x0e\x9f\x36\xa4\xfd\xe0\x5a\xeb\x12\xde\x72\xa0\x5b\xd6\xc7\x2e\xdd\x92\x20\x24\xe2\xf7\x5b\x76\x25\x0c\x31\x25\x74\xcb\xf9\x64\xd1\x06\xef\xdc\x7e\x4a\x47\xd4\xfb\x65\xc2\x06\xd7\x90\x10\xea\x99\x88\xd7\xae\x47\x2a\xd4\xb0\xa1\xfa\x88\x53\x23\xa2\xcc\x4d\x3d\x42\xc6\x43\x79\xca\x6c\xcf\xda\xa1\x2f\x76\x54\xa1\x24\xb8\x1a\xf2\x4c\xbd\x50\x8e\x37\xf8\xa8\xc7\xc6\x05\xb3\xe7\x03\x1a\xf6\xcd\xb1\x4b\x8b\xe0\x72\xfb\xbd\x02\x4b\x99\x75\x4a\x63\xaa\xa3\x3c\x73\x4e\x25\x42\x7e\x52\xcb\xaa\xc3\xa3\x1d\x46\x3b\xaa\x07\x30\x35\x9f\x22\x64\x1f\x9c\x54\x91\x72\xf0\xa1\x66\x13\x15\x5f\x98\xf5\x77\xc1\xd8\xc9\x3a\x60\x9e\x72\x45\xe8\x75\xb6\x3b\xa2\xdc\x12\xf0\x6f\xd8\xce\x16\xcc\x88\x89\x44\xee\x9a\x80\x70\xf9\xbe\x2d\xb4\x53\x17\xd4\x4e\xf8\xad\x1d\xc8\xcf\xae\x88\xc6\x11\xf5\xdd\xe4\x1e\xa5\xe3\x7d\x79\xc1\x3c\x2b\xe0\xe1\x20\xb7\x86\xa9\x64\x1d\x62\xdd\x2f\x89\xf1\xdf\xac\x61\x66\x97\x5f\x99\xb0\x4e\x39\xc1\x05\xe7\x99\xda\xd6\xdd\xfc\x24\x3e\x32\x71\xe1\xec\xe6\x6a\xaf\x7b\xa8\xbb\x6e\x90\x18\x6b\xde\xa2\xa2\x8e\xd3\xf4\xc6\xea\x97\x35\xbe\x2a\xfd\xdb\x0a\x97\xff\xbe\xc2\xe5\x7f\xb1\xc2\x07\xa8\xd6\x29\x95\x46\xd6\x13\x72\x07\x97\x09\xa6\x5c\x5c\x84\xfb\x6d\x8a\xa6\xca\xa0\x08\x23\x99\xcf\x2c\x56\xb7\xdb\x27\x02\x11\xfd\xd3\x62\x61\xc3\xf2\x27\x13\x2d\xa1\xb5\x87\x6c\x41\x7c\x32\xe9\x02\x56\x23\xfb\x3c\x90\xf2\xa0\x0f\x3d\x03\xcf\xe3\x12\x27\xdb\xc3\x4c\xcf\xfc\x1c\x3f\x37\xbd\xd7\x05\x6d\x8f\x2b\x5a\xbe\xef\xd5\x16\x45\xd3\xa3\xbe\xe7\x84\xc0\x10\x51\x77\x69\x8b\x02\xc8\xa0\x3d\x3a\x1d\xf8\x77\x6b\x87\x9e\xb8\x85\xbd\x6d\x88\xe2\x11\xcd\x06\xa7\x04\x58\xcc\x1a\xca\x5c\xb6\xf6\xfc\x0f\xa7\xf2\xe5\x48\x3c\xad\x3e\x39\x94\xf2\x2f\x0e\x01\x3f\x88\x06\xe5\xde\x3b\x53\x13\x36\x4d\x42\x9e\xdc\x92\x09\x77\x3e\x42\xcc\x74\x16\xec\x94\xc6\x6e\x07\x5c\x1b\xf2\xc6\xb1\x0b\xc4\x81\x47\x4d\xf4\xae\x54\xe6\x0a\x9c\x58\x3e\xaf\xad\x0b\x3e\xb0\xa1\x11\xe3\xd1\xed\x92\xb6\x8b\x40\x6b\xfa\xaa\xfc\x33\x26\x60\x37\x38\x4c\xd8\xfa\x41\xd5\x63\x17\x32\x4a\xef\x5d\x70\x01\x32\xd2\x06\x20\xca\x71\xfd\x1c\xb2\x2e\xaa\x66\x2e\xb6\xee\x1c\xa0\xeb\x22\x01\xf7\x20\x06\x64\xd6\x58\x3e\xd3\xe6\xcb\x13\xe8\x62\x9f\x4a\x9f\xfb\x04\x9f\x89\x57\x30\x02\x90\x28\xde\xa8\x5a\x69\x7b\xc2\xb3\xc3\x26\x12\xb1\x10\x81\x79\xb1\xfb\x6c\x52\xf7\x88\x0c\xbe\x05\x81\xd8\x58\xd0\x75\xf4\x22\x48\xbd\x83\x68\xce\x42\xd4\x8e\xb7\xc6\x40\xd7\x7c\xd8\x98\x6b\x2e\x4f\x8f\xe5\xcc\xd7\x3c\xdc\x1c\x6d\x5a\x38\x0d\xba\x3b\xf7\x03\xc2\x6e\x27\x58\x96\x38\xab\x0d\xca\x0b\x26\x2a\xf2\x12\xe3\x74\x66\x5e\x69\xf1\xb2\xae\xe9\x78\x7a\xe1\x6a\x3b\xc4\xe5\x41\xb7\x68\x02\xc7\xdc\x12\x3d\xf0\x2c\x34\x10\x01\x22\x91\xb0\x76\x98\x24\x0a\x72\x6d\xc6\xc4\x83\x56\x77\x9a\x47\xad\xfc\x56\x5a\xb0\x5e\x47\xfa\x4a\x12\xf7\x2d\xae\x37\x6f\x5e\xfb\x78\x65\xf2\x43\x7b\xb8\xf3\x7d\x4e\x3d\xe9\x0e\x73\xbe\xb4\xbb\x77\x78\xed\x4c\x9f\x41\x4a\x2b\xda\x74\x38\xe6\x25\x11\x07\xa0\x66\x76\xb8\x3e\x3c\x4a\x47\x70\x45\x38\x1d\x5e\xa1\x51\x54\x17\x7f\x52\x69\x4b\x2f\xe2\x61\xab\x57\x60\x86\x56\x37\xec\x21\xd6\xad\x6f\x50\xdf\x18\xb0\x07\x92\xa0\x5f\xb6\xd9\xe0\x5b\xeb\xec\xc8\x1b\x44\xef\x65\x8e\x6f\xf0\x79\x67\x8f\x84\xbc\x12\x30\x1d\x3b\xd4\xfa\x32\x46\xfa\x5c\xb5\x7a\xf6\x7c\xe4\xc6\x7a\xbb\xe6\x18\xb9\xd7\xb8\xb5\x67\xc9\x0b\x4c\x0c\x3a\x86\x89\xf0\x7f\x15\x03\x47\xf2\xe3\x9d\xae\xc5\xf4\x63\x38\xa0\x86\x35\xdc\x67\x6f\x68\x27\xd1\x36\x2b\xfe\xc8\x96\xfc\x68\x80\x53\xa7\x83\xbb\xb1\x83\x1e\xce\xdb\x97\xcd\x60\xa1\x0a\xd6\xc5\x24\xb8\x0a\x90\x6f\xc8\x07\xa5\xb0\x5a\xab\xe8\xe6\x8d\x7a\x81\x43\x11\xe2\x70\x84\x0b\x9c\xe2\x5f\x08\xf9\xca\xca\x7f\x0a\xa3\x80\x68\x93\xb9\x89\xcf\xc9\x6e\xa0\x6c\x97\x0f\x34\x0c\xeb\x58\x0d\xf1\x20\xe0\x61\x5c\xd8\x2c\x75\x43\xd9\x1f\x83\xaf\x9b\x01\x9b\x65\x4a\xa0\x28\x0f\x7c\x4b\xfe\x2f\xbd\x40\xd7\x17\x60\x22\x78\xdb\xc6\xdd\x6f\xdf\x03\x42\x08\xa6\x57\x11\xe5\x37\x76\xa3\x28\xeb\xa1\x87\x36\x80\x93\x5a\x2b\x9e\xeb\xe8\x92\xb3\xd1\x21\xed\xe9\x2e\xee\x12\x70\x4a\x44\xdf\xec\x63\x64\x2b\xaf\x55\x21\x44\xd9\x11\x74\xaf\xee\xc2\xa9\x29\x21\x68\x78\xa9\xf2\x6f\xdf\xab\x17\xea\x7c\x80\x08\x23\x06\xf7\xc6\x01\x0c\x83\xee\x93\x46\x22\x61\xce\x09\x6a\xcf\x84\x74\x29\x4b\x2d\x8e\xfe\x24\xc9\xd9\x12\xd2\x2f\xd4\xf9\xbe\xbf\x58\x7f\xbe\x10\x63\x46\x92\x89\xc8\xc6\xe0\xf1\x4a\xb4\xd0\x29\x64\xb7\x22\x62\x92\xc7\x23\xdf\x6e\xc0\x67\xe1\x59\x3b\xcc\x4c\x7d\xd4\x73\x94\x9b\xba\x11\xe0\x1a\x01\xb0\x1b\x9e\xb1\xc0\x47\x3f\xd2\x9c\xe3\xcd\x36\xc8\xa5\xde\x05\xa1\x81\x6f\x09\x11\xe0\x16\x90\x73\xb5\x4a\xd1\x55\x51\xc3\x78\x21\x84\x05\x07\x55\xf0\xdb\x8a\x9e\x7a\x50\xf7\xfb\x1a\x29\x88\x22\xf9\x7c\xa3\x11\x60\xa9\xc0\x42\x8e\xa5\xc0\x9c\x5d\xf8\x6e\x8b\x1c\x37\x90\x95\xf9\xc7\x60\xa1\x03\xc1\x9a\x01\x96\x39\x42\xf1\x38\xfc\x25\x6c\x7d\x57\xd1\x5c\x13\x6f\xdf\x05\x66\xb1\xb5\x0f\x7d\x23\xad\x34\xf1\x85\xa9\x39\x31\x2d\xae\x73\xdc\x25\xe0\x4a\x74\x5f\xc1\xa8\xd6\xcf\xb4\x12\xca\x08\x60\xe4\x30\x09\x40\xc2\xf4\xba\x9d\x12\xd6\x7c\xaa\x37\x75\x98\xe8\xea\x29\x25\x2e\x7f\xd1\x3b\x1d\x70\x4e\x2f\x44\xee\xcf\xf6\x3e\x0c\xf0\x5a\x6c\x5f\xa1\x18\xe1\x87\xb7\x69\x58\xff\xcb\xd7\x49\x11\x98\x6e\xbc\x4e\xfc\xfd\x75\xa4\x5e\x36\xf9\x4e\xbd\x33\xf1\x81\x77\xff\xf9\x11\xe9\x73\x1c\x40\x54\xfc\x5f\xb4\x9d\xce\xc6\xd5\x76\x27\x7d\xe7\x20\x33\xa0\xd1\x66\x09\x32\x32\xb6\xf2\xfa\xc1\xb2\x87\xdf\x90\x17\xc9\x66\x6d\x98\x32\xf6\xea\xc2\xcc\x7d\x35\xce\x7f\x98\xb9\x15\x67\x35\xd9\x2f\x0b\xd6\x94\xe0\xbe\x19\xb5\x8d\x7c\xe6\xc1\x3a\x2f\xd6\xcc\xef\x62\xed\x1d\x0e\xb7\xb4\x06\x38\x42\x50\x05\x9f\x77\xb4\x85\x17\x6b\xe3\xb4\x82\x79\x97\xa6\x38\xe3\xae\xbe\xbd\xf5\x95\x50\xbe\x5a\x36\x67\x90\x70\xe2\xcd\xbc\x92\x7c\xea\x7b\x35\x46\x95\x0f\xf0\xe9\x67\x82\x6f\xc3\xd9\xc0\xaa\xd3\x3b\x2a\xd9\x31\x61\xa2\xaf\xc4\x86\xf3\x17\x62\x63\xf6\xa5\xa5\xce\x4f\x0b\x7d\x3c\xa8\xef\xba\x18\x2c\xdc\x7f\x61\xba\xdf\x2f\xbb\x3d\xe2\x70\x88\xd6\xc1\xbf\x64\xf0\xdc\xd9\x96\x05\x71\xab\x0b\xcc\xa2\xc0\x73\xdf\xe9\x77\x76\xe2\x2f\x4e\x8a\x94\xa8\x76\xd8\xac\xca\xbf\x11\xbd\x36\x62\x37\x4f\xea\x91\xf8\x51\xb4\x0a\x14\x6e\xa2\x9b\xc4\x7f\xdc\xa7\x72\x9b\xbe\x78\x5e\x07\x50\x73\x75\xc4\x1a\xb5\x15\xc7\xfa\xdd\x15\x77\x31\xff\xf4\x5a\x59\x78\xfc\x41\x49\x99\x74\xa0\x14\xc0\x00\x25\x39\xb6\xcb\x43\xe6\xe0\x8a\x5f\x22\x9a\x2b\xe2\xf1\xb2\x9f\xff\xec\x65\x9b\x04\x49\x91\xd5\x3b\x41\x6d\x65\x72\x43\x67\x52\xa6\xaa\x95\xf6\x19\x34\x3e\xe6\xf3\x86\xfb\x6f\x7d\xde\x42\x3a\x11\xe4\xea\x48\xe8\x33\x75\x60\x8f\x7d\xbe\xb1\xf4\xbe\x9d\x09\xdf\x0e\x9b\x5f\xee\x91\x09\x9e\xbe\x47\xe2\x3c\xb8\x00\x07\xeb\xdb\xfa\x82\x00\xb5\x2e\xe6\x2e\xd9\x9d\x48\x28\x43\xa9\x0d\xf7\x21\xc1\x0d\xdb\x00\xd0\x28\x5b\x73\x03\xa3\x84\x8f\x35\x03\x1c\x00\xc3\x65\xf0\x3d\x6c\xac\xf9\x75\x47\xe9\x3f\xc0\x86\x37\x30\x9a\x18\xa5\xd7\x30\x7d\x92\x31\x79\x79\x28\x4f\x98\x04\x72\xf1\x0a\xae\xf3\x23\xb0\x28\xb0\xcf\xfa\x7f\xf1\xa4\xfa\x8d\x27\xd5\x1e\x94\xe5\x1a\x75\xaf\xc4\xdf\xbe\x83\xb9\x88\x44\x79\x05\xf4\xe9\xb6\xc7\xd7\x48\x69\x74\x7b\x5f\xab\x53\xa6\x7f\x25\xff\x52\xeb\x08\xa4\x9f\x90\x24\xf6\x8a\x22\xcd\x61\xf2\xa2\x05\x62\x41\xff\x14\xae\xf8\x5d\x09\xd0\xb2\x86\x24\xb1\xbc\xff\x45\x04\x93\x39\xee\x5c\x9d\x16\xc7\x18\x82\x16\x6f\xe4\x5b\xca\x7f\xad\x9e\xb5\x06\x00\xef\xbc\x88\xf4\xb5\x6e\x08\x80\x69\x6c\xb7\x83\xb3\x6d\x56\x14\xc9\x03\x14\xc9\xe2\x25\x7f\x1c\x7f\x32\xd9\xd7\x5a\x6c\x3d\x46\xbb\x29\xe2\x8d\x6f\x92\xa2\x28\x55\x9d\x37\xdd\x46\x93\x46\x0f\x28\x68\xe7\x00\x96\xb4\xc0\x83\xa7\x95\x9a\x41\xbb\xd4\xfb\xd0\x22\x63\xa1\x70\x17\x26\xab\xe4\x6f\xd0\x54\xf8\x74\x4e\x81\x9f\xa1\x7b\x75\x4e\xc9\x31\x64\xf0\x87\x57\xaa\x7d\x7b\x07\x93\xf5\x56\x59\x8b\x6f\xdf\xc3\xa6\x86\xa2\x40\x49\x29\xdd\x21\x86\x20\x4e\x00\xd3\x20\xeb\x35\x2b\x65\x71\x38\xd8\xda\x98\x50\xa3\x72\xe4\x4c\xdc\x6f\x63\xa4\x0c\xb2\x30\x85\x0c\xd6\xb5\x1d\xc8\xab\x55\x01\x44\xc0\x22\x67\xf2\x9e\xbe\xca\x69\x3e\xda\x59\x20\xaf\x39\xcc\x52\x0d\x2d\xef\x57\x6d\x81\x6b\x07\xd2\x06\x5c\x3c\x32\xe2\x2b\xa4\xcf\xfa\x34\xfa\x85\xdf\x77\x4d\xd5\xca\xc8\x13\xe5\x05\xeb\xaf\x78\x65\x0f\x27\xc6\x5b\x1b\xeb\x1b\xbb\x04\x10\xd0\x84\xc2\x96\x7b\xaf\xc9\x31\x77\x54\x8d\x70\x35\xad\xb3\xcf\x0e\x2a\x8a\xa1\xbb\xb8\x1d\x57\xb8\x72\xda\xdc\xdb\x51\x7a\xce\x90\xb1\x86\x46\x74\x3b\xf2\x1c\x28\x11\x0b\x34\xfe\xdb\x6b\xae\x80\x5c\x46\xa2\x89\x8c\x6f\xef\x9d\xf8\xdf\x73\x66\x8c\x36\xc7\x9c\x99\x5a\xdb\xce\x72\x1b\xab\xf0\x41\xdc\x15\xc0\x54\x04\x81\xda\x01\x22\x67\x7f\xbb\xee\xde\x4a\xa1\x78\x53\xca\x78\x83\xbb\x88\x09\x93\xba\x8f\xfd\x95\x54\xab\xe4\xc9\x47\x43\x74\x8a\x49\xaa\x9d\x3a\x26\x92\x9c\x56\xe8\x27\xbf\x5c\x7a\xf4\xab\xcd\xe4\x53\x73\x0b\xa9\x99\x00\x02\x7d\x57\x96\xac\xe3\x09\xb1\xc5\x34\xa3\x23\xef\x40\x69\x9c\x6c\x4b\xed\x96\x52\x8f\xbf\x63\xdf\xfe\x7c\xcd\xfe\x54\x2f\xac\xff\xde\x70\xc6\x02\xa8\x67\x5c\x75\x3d\xa8\x86\x5b\xac\xee\xf0\xa7\x4f\xb6\x13\xa6\x5d\x2a\x7a\xbb\x86\x2e\xe6\x06\x22\xa0\x11\x1b\xd6\x97\x5d\x0d\x76\x24\x5a\xbc\x93\xf0\xdc\x5b\xb2\x59\x80\xc6\x4d\x7a\xb3\x7a\xf5\x1a\xf7\x70\x30\x53\x57\xfa\x85\x32\x3f\xd2\xab\x26\x6a\x67\xea\xab\x4a\x31\xf2\xa9\x55\xe2\xab\xab\xa6\x6a\x7c\xf5\x55\x99\x97\x04\x6a\xb5\xb4\x83\x24\xe7\x50\x93\x4c\x9a\x5c\xfb\xd2\xb4\x17\xb8\x0a\x4c\x76\xef\x6e\x05\x52\xb8\x3d\xb1\xc4\xa2\x3e\x92\x5b\x60\x81\xcd\x69\xd3\x61\x66\x90\x8b\xb9\x40\x98\x92\x73\xaa\x0a\xc8\x2e\x5d\xf3\x08\x5c\x47\x12\x34\xd8\x8d\x0b\x26\xa1\xb9\x16\x25\xde\xbc\x14\xa3\xa6\x36\xab\x76\x5b\xb0\x71\x32\x44\xd1\x5d\xab\x80\x28\xea\x73\x4a\x7c\x36\xb9\x86\xae\xb4\xbb\x71\x25\x87\x5c\x09\x50\x8f\x6c\x74\x86\x64\xcf\x3e\xe8\xb4\x6b\x5e\x36\x38\xe0\x4e\xf8\x82\xc9\xe1\xb2\x08\x83\xa9\xc4\x20\xe0\x60\xca\x4a\x0d\x1d\x56\x49\x48\x3c\x13\xab\x3e\xc4\x22\xa0\x24\x46\x0e\x23\xab\x70\xdf\x9a\x13\x48\xa9\xc1\x0f\x98\xed\x51\xe5\xcb\x1e\x85\xf5\x1d\xc6\x22\x14\xaa\xd3\xa5\x0b\x05\xf6\x67\x90\x2e\x07\xee\x6d\x89\x5c\x89\xc0\x44\xe9\x18\x33\x85\xfe\xa1\xed\xf5\x0b\x93\x45\x31\x86\xd3\xaa\x9f\x9b\xac\x03\x4f\x56\xfd\x1c\x34\xe5\xf0\xdc\x86\xdc\xa2\xb7\x78\x6f\x5f\x7f\xbd\x60\xb6\x8b\x6f\xb0\xbc\x14\x01\x7a\x35\x02\x28\xa6\x59\x27\x44\xcb\x5c\x91\xd4\x8f\x2e\x98\xe6\xb4\xa6\x27\x9d\x71\x6e\x90\x3d\x02\xc0\xf8\xcc\x83\x82\x7d\x8c\x51\x4e\xbd\xcb\x9c\x98\x7a\x1b\xc3\xce\x79\x95\x7a\xe7\x4c\xd8\x0b\xe1\xa1\x2d\xf2\x78\x68\x73\x42\x58\x9b\xe5\x11\xd6\x9e\xc7\x2b\x80\x09\x9e\x4a\x82\xb8\x57\x5b\xf5\x49\x9c\x21\x81\xf9\xf1\xfe\x82\x89\xcc\x83\xf2\x88\x3d\x10\x74\xd9\x24\x0f\x5d\x36\x1e\x63\x02\xe3\x48\xe6\x12\x18\xef\xc7\x98\xec\x38\x94\xb9\x5c\xc7\x3b\xc2\x33\x1b\x64\x78\x66\xef\xec\x6e\xec\x1b\xe0\x9c\x79\xcd\xe5\x2b\xf9\x38\xec\xab\x65\x1f\x60\xb7\x42\x4c\x41\xed\x40\x08\xdf\x91\x81\xbe\xdb\xe7\xac\x3f\x5e\xe3\xed\xab\x5c\xb4\xc1\xa3\xfb\x7d\xbf\x4f\x09\xf3\x41\x02\x2d\xd4\x04\xc4\x36\xe4\x36\xd7\x42\x6f\xbc\xfb\xde\x42\x48\x2d\x6c\xbe\xb7\x00\xa9\x99\x52\xba\x6e\xfa\x0a\xdd\xf1\x6a\x7f\xfd\x0a\x95\x16\xad\x40\xbf\x8f\x20\xc1\x88\xf4\x94\x70\x63\x8b\xd0\x60\xa6\x9e\x80\x09\x63\xcc\xd8\x01\x04\x98\x80\xc8\x84\x21\x92\x66\x61\xf9\xb6\x84\x5a\xbf\x29\xa2\xeb\xe9\x05\x75\x7b\x58\xa9\x32\xa9\xa6\xc8\xaf\x32\x12\x3b\x3c\xb8\xf7\x3c\xc1\xa9\x1c\x9e\x0c\x87\x74\x10\xfd\xcd\x39\xfd\x26\xd6\xc3\xb4\xec\x03\x00\x59\xdc\x8d\x90\x3b\x67\xd1\xc2\xd5\xe9\xaf\xfa\x20\x9c\xf6\xa2\xfc\xc9\x84\x27\x12\x7d\x03\x7d\x5f\x90\x5d\x36\x94\x81\xb0\x21\x31\x39\xfa\xbc\x5b\x80\xb4\x7c\x44\x44\x4b\xe1\x59\x31\x26\xe4\xcd\x92\x39\x68\xd2\x35\x54\xec\x09\xf7\x55\x7a\xe2\x80\x6e\xe7\x59\x80\x61\x8f\xc1\xd2\xeb\x23\x3a\xe8\x99\x4a\xc5\x4c\x0d\x20\xa9\x86\xec\xc0\xab\x15\x3a\xa0\x13\xa3\x87\xd0\x33\x9d\x33\xa6\xa8\x37\x23\x64\x8f\x84\x8e\xd5\xf8\x11\xf0\x04\xd0\x1b\x38\xc1\x22\x80\x42\x79\xa3\x64\xc2\x95\x7a\xec\xf7\xcb\x3e\x1c\x0d\x58\x09\x00\x3c\x05\xa2\xc2\xb7\x40\xa6\x20\xfb\x44\x4c\x77\xc6\xe2\xbd\xf7\x30\x04\xab\xe0\xbd\x92\x65\x36\xd6\x44\xb8\xce\x01\x34\xe5\x01\xe4\x9a\x27\xa4\x04\x78\xc1\x52\x04\x24\x26\x4a\xbc\xbe\xce\x0b\x12\xa1\xa5\x96\xcd\x4c\x4d\x04\x98\xce\xe2\xc5\xc7\xc4\x1e\x2c\x71\x5e\x3e\x64\x58\x4f\x95\x3c\x56\x54\xd5\xe8\x41\xb8\xeb\xcc\xb7\x03\xec\x75\x00\x8e\x4f\x71\x11\x47\x9f\x04\x1e\x8e\x36\xa6\xa6\xcf\xa2\x3d\x9c\x59\x0b\x82\x27\xdd\x5a\xd5\xb0\x0f\x8a\xba\xcf\x03\x4c\x75\x26\xda\xa4\x4a\xcb\xca\x5f\x68\x5a\xbb\xa0\x4f\x71\x19\x40\x79\x26\x9d\x12\x71\x2e\x9b\xdc\xe3\x37\x5f\x4d\x32\x79\x91\x50\x3e\xd3\xde\xdc\x4e\x10\x14\x52\x07\x2b\x3b\xc4\x33\x43\x43\xbc\x68\x40\xe6\xa0\x68\xf0\x1d\x12\x9d\x0f\x02\x53\xe4\x85\xb0\x76\xe5\x52\x05\x0d\x70\xa2\x6d\x79\x09\x39\x4f\x1f\xb5\xdc\x57\xb3\xfa\xca\xd8\x34\xf0\x20\x53\x36\x10\x55\xac\x36\x7b\xd7\xfb\x95\x40\x88\x49\x0e\xab\x69\x58\x82\xda\xe6\xb6\xac\x1b\x1d\xce\x8a\x0f\xe0\x0c\xdb\xf3\xb0\x41\xf5\x0d\x4a\xd9\x9b\x63\xbe\xc7\x32\x28\x76\xb8\x59\x71\xd4\x81\xf9\xdc\x41\xc6\x2b\x60\x41\x16\xfd\xf6\x19\x89\xcc\x6a\xa1\xd4\xe0\x26\x08\xfa\x65\x72\xa3\x82\x43\x81\x19\x25\xaa\x3f\x16\x2e\x26\xf5\xe7\xc3\xae\x41\x38\xd0\x9a\x67\x7b\x54\x7e\x55\xe3\x74\x31\xe9\x7b\x65\x20\xf6\x8f\x6b\x44\xb4\x8b\x31\x1d\x6d\x71\x71\x10\xab\xa9\xb2\xa3\x0c\x38\x93\xa8\xd0\x4d\x0c\x9d\xd7\xbd\x3e\x22\x8b\x27\x48\x9a\xf2\x08\x6f\x94\x74\xeb\x61\x1f\x77\xb7\x1b\xf4\x73\x27\x18\x1b\x82\x4c\xf1\xb9\x89\xc1\x4e\x40\x1f\x10\xa1\xb5\xc7\xcb\x37\x80\x2c\xa6\x3a\x85\x70\xd0\xd8\xf3\xca\xb6\x97\xfb\x54\xaa\xdb\x7f\x98\x2a\x11\x8a\xa6\x6b\x97\xb5\x53\xfa\x25\x8c\xc4\xcd\x65\x72\x8a\x09\x2b\x99\x40\xb4\x3d\x3a\xd9\xfd\x00\x67\xf2\xad\xd1\xc4\xe0\xfe\x81\x5e\x7c\x1d\xf4\x51\x33\xe7\xea\x17\x65\xda\xc4\xf4\xcb\x26\x80\xbd\x20\x3e\x2a\x44\x11\x1a\x55\x88\x8e\x52\xff\xe0\xb5\x90\x88\x62\x4b\x77\xec\x83\x3e\x15\x9a\x9a\x3b\x6c\xab\xd1\xa4\x5f\x2a\xc0\x73\xf4\xe1\xcd\xca\xb7\x62\xf4\x42\x1e\x90\x92\xcf\x21\xbd\x40\x0d\xff\x94\x89\xa7\x0e\xaa\x9e\xdf\x5e\x73\x7b\xb0\x51\xb6\x2c\x00\xf1\xc1\x23\xbc\x85\x77\xc6\x66\xad\x23\x8e\x23\xbc\x6e\x8b\x37\x8f\xd0\x79\x9f\xa7\xdf\x7f\xaa\x35\xa5\xe6\xd1\x66\xce\x4b\x5c\x14\x14\x2f\x67\xc8\xbc\x67\xef\x71\x1f\x65\xed\x85\xc4\xe1\x91\xc6\x6f\x2b\xb0\x02\x67\xa3\xcf\x13\xbd\x55\x4e\x41\x1f\xa0\x9b\x12\x41\xd9\x0f\x7f\x48\x44\xb8\x7e\x9b\xe5\x89\x93\x30\x39\x90\xcf\x35\x2a\x36\xae\x8e\xe1\x3d\x67\x72\xdb\x0d\x21\x20\x38\x5d\xbe\xe1\x75\x90\xb0\x19\x62\x82\x0c\x56\xeb\x28\x65\x4c\x3d\x43\xeb\x68\x27\x5c\x46\xef\xc9\x32\xd3\x09\x36\x9c\x89\x9a\x84\x14\x6b\x51\xbb\xb9\xb1\xaf\x53\x95\x5b\xe8\x26\x75\x0c\x0d\xfc\x57\x3b\xdd\x9e\x98\xfd\x11\xf8\x50\x2a\x96\xd2\xb4\x07\xcf\x4a\xad\x1a\x26\xb2\xa0\x10\x0e\x49\xa5\x7d\x45\xd8\xbb\xb1\x49\x3b\x09\xe5\x82\xae\x2b\x12\x1e\xdf\xd6\xf9\xb7\x1f\x74\x54\x72\xc2\x64\xc8\x77\x3e\xb4\xd0\xd5\x2d\xec\x23\xeb\xa7\x28\xb4\xd2\x4c\xf7\xb3\x42\x3f\x56\x5a\xb7\x3e\xf1\x06\xee\xbd\x93\x68\x04\x58\x70\xab\xac\xed\x51\xf7\x2b\x13\x89\xf7\xa8\x61\x52\xbd\x74\x33\xab\x97\x16\x73\xc4\x85\x84\x6a\x6b\x3b\xfb\x16\xab\x49\x97\x98\xc6\x78\x57\x3b\x17\xeb\xb5\x72\xd9\x97\xa7\x6f\xd9\x97\x89\xce\xbe\x0c\x91\xac\x7d\xcd\xab\x48\xb9\xf7\x2d\xcb\xd2\x00\xa5\x1a\x4c\xa1\x8b\x6c\x42\xb6\x20\x03\x27\xc7\x00\xea\xc9\x7a\xac\x85\xdf\x4d\xda\xb8\x0d\x77\x8f\x58\x94\x24\x19\xb3\x23\x64\xa1\x5b\x81\xdb\xc8\xf1\x20\x30\x51\x08\x52\x4c\xca\x8f\xcc\x6e\x71\xa4\x43\x70\xf9\xde\x05\x85\xa0\x2d\x0e\x58\xcf\xeb\xf1\x0d\x54\x04\x0f\x90\x30\x12\xc0\x2c\xd8\x92\x43\x81\x2a\xdb\xf0\x06\x66\x8c\x4e\x89\x25\x1f\x6b\xf2\x91\x84\x09\xd9\x2d\xc1\x45\x2b\x9f\xca\x36\xb3\x18\xe2\x35\xbf\x6e\xef\x70\x55\x6b\x1d\xa4\x19\x80\x16\x30\x8b\xee\x08\xaa\x0f\x28\x36\x6b\xc8\x7c\x08\xb3\x3c\x47\xa3\x02\x15\x26\x22\x86\x98\xc5\xdb\xbe\x1e\x1d\x28\xab\xde\x8f\xf1\x44\xb1\x99\xfc\xd0\xd7\xa8\xee\x41\xd2\x10\xd4\xc2\x4d\x81\x19\x1f\x7c\xb6\x42\x5f\xd1\x21\x65\x4f\x94\x27\xcc\x09\x38\x8d\x2e\x32\x27\xaa\x61\xb5\x95\xc5\x53\x47\xb7\xe7\xf0\xa2\x96\xac\xbc\x0f\x28\x6b\xf8\xea\x4c\x9e\x93\x87\xa3\x64\x63\x02\x40\x43\x9f\x1d\x01\xe8\xf7\xd3\x10\x6d\x84\x11\x96\x14\xb2\x47\xcc\x25\x1d\x21\x1a\xf6\x63\x1b\x34\xe5\xbb\x8e\x12\xe8\x11\x17\xb5\x92\xf3\xcf\x37\x57\x39\xe0\x07\x54\xf9\x68\x51\xd8\x02\x33\xc6\x40\x97\x5a\xf3\x6d\x84\xf6\x37\xcf\x0a\xa2\xeb\x09\x2d\x72\x9b\x09\xf0\x05\xb1\x06\x7e\xc3\x8e\x6d\x51\xbe\x59\x0f\x0d\xb8\xd9\xe4\xc7\x8e\x26\xb8\x5f\x00\xd8\xdc\x08\xe8\x70\xa3\x37\x47\xe8\x7d\x74\x95\x61\xa1\xb3\xba\x82\x9c\x55\x8f\xa3\xc4\xbe\xd5\x4d\x21\x71\x9f\x0a\xb6\xab\xe0\xff\xaa\x39\xf8\x0c\x05\x87\x12\x3d\xa0\x31\x6a\xb5\x5a\x89\x27\x9a\x1e\x88\xc2\x49\xc4\xb8\x77\x8e\x4d\xca\x5a\x8e\xb0\x52\xb1\x0e\x5d\x0e\x39\x4a\x6e\xdc\x05\x22\xc2\x54\xef\x26\x68\x48\xb3\x3b\xba\xf4\xb1\x70\x4d\xc8\x27\x78\x26\x6b\xdc\x01\xf4\x06\x53\xec\x7e\x92\xbf\x16\x54\xdb\x01\x40\x4a\x75\x31\x8c\x6f\x04\x78\xd6\x28\x93\xcc\xe5\x5b\x2c\x12\xc7\xb2\x4c\x36\x3a\xed\x01\xeb\xe5\x8a\x1e\x86\x57\xf0\x60\xf8\xf9\xaa\xc7\x1b\x57\xad\xa1\xfe\x13\x46\x5b\x22\xc7\x86\x52\x77\x94\xf1\xa1\x1f\x8a\x6f\x43\x89\x74\xf8\xc6\x36\xbc\x31\xc0\xec\x60\x3f\x17\x58\xea\x84\x63\x5e\x7c\x37\x31\x9e\xa4\x57\xda\x8c\xbd\x86\x59\xb3\x8f\x6a\xc1\x4f\x10\xaf\xc0\x66\x36\x42\xd7\x2d\x39\xb6\x29\x5c\x2e\x34\x46\xb0\xad\xd6\x81\xc5\xbc\x35\xae\x10\x63\xd5\xbf\xca\x49\x22\xd9\x7c\xe0\x4c\x2f\x94\x55\x77\x44\x74\xf4\x05\x47\x0b\x2c\xe9\x26\xbf\xc4\x9a\xd5\x65\xc8\xd8\x4e\x66\x5e\x38\x53\x6e\xaa\xd7\x25\x42\x01\x3d\x76\xbd\x06\xd3\xee\x35\x42\x00\x5e\xb9\x0a\xe1\x35\x7d\x91\x77\x8a\xba\x02\x7d\x0b\xac\xca\x73\xce\x05\x16\xf1\xe6\x91\x84\x5d\xeb\x98\xa2\xa5\x4b\x4c\xa1\x92\x85\xd2\xa8\xbf\x52\xf9\xab\x27\xcc\x3e\x6f\xf0\x4e\xab\xa8\xb4\xed\xd6\xca\x9a\x11\x2e\xfc\x90\xd7\xd9\xf6\x6b\x75\xda\x8b\x8f\x2d\x12\xf9\xa7\x3a\x77\x69\xd5\x2f\x0f\x99\x78\x0e\x22\x02\x62\xb4\x99\x7c\x4e\x46\x59\x87\x04\x50\xf1\xa2\x50\x7d\xe8\x6c\xac\xc2\xdd\xfb\x15\x10\x66\x3c\x77\xd6\xd8\x8d\x2d\xa1\x6c\x97\x6c\xe4\xeb\xd8\xd6\x0a\xca\x1b\x9a\x8e\xe2\x29\xd9\xdf\xd6\x11\xda\x27\xd0\x11\x1a\xbc\x56\x25\xc5\x7e\x8a\x98\x5f\xa2\x8b\x09\x4c\x3f\xe8\xec\xc9\x25\xd3\xd5\x95\xa6\x57\xab\x23\x7c\x3f\xb8\xe8\x4d\x71\x84\xe3\x48\x46\xfc\x48\xa7\x49\xb5\xa0\x43\xa9\x99\x5d\x72\xe6\x80\x1f\xbc\x2a\x47\x0d\xfb\x9b\x36\xf0\x80\xa0\x26\x71\x83\x4a\xcb\x94\x34\xc1\x6a\x16\xf6\x49\xa9\xc2\x80\x3b\xf1\x82\x80\xf3\x6c\x42\x59\xc5\xc0\xf7\x13\xf1\xd3\x92\xb0\x49\x13\xfc\x03\xab\x1b\xd8\xa3\x49\xfc\xfc\xa9\xba\x97\x60\x12\xf9\x89\x5f\x68\xd5\xe9\x5f\x56\x09\x1a\x0a\x21\x96\x1e\xd7\x02\xb2\x3d\x94\x81\xb4\xff\xc1\x64\xcc\x14\x35\x50\x8c\xa9\xa6\x4c\x53\xcc\xe0\x84\x19\xf0\xad\x6c\x41\xdc\x1c\xe3\x01\x5e\xaf\xf0\xfa\xef\xf4\xf6\x7b\xfd\xf6\x2f\x98\xe1\xea\xae\xf3\xe4\x34\x94\xe0\xca\xb6\x16\xbb\x2a\x3b\x39\xb8\x24\xd8\xdd\x7e\x96\xe0\x2a\x95\x10\xa5\xea\x84\x45\x6e\xac\xd8\xdc\x73\xe1\xc3\x68\xe5\xd2\x97\x50\x8a\x56\x47\xb7\x94\xcf\x1b\x9e\x95\x0d\xa0\xb8\xf0\xeb\x11\xf4\x13\xc0\xf0\x12\x1e\xaf\x5d\x8d\xe0\x3a\x01\x8d\x4b\xb3\xba\xc5\x9d\x9f\xb4\x5b\x6d\x70\x20\xdb\x57\xdc\xbb\x31\x6a\x6d\x53\x62\x25\x90\x01\x55\x0e\x69\x8e\xb2\x1e\x13\xf5\xae\x2b\x4e\xe5\x91\xa5\xfe\xc8\x2d\x3a\x3e\x7d\xbd\xa2\x0c\x18\xd3\x2c\x03\xb0\xc2\x93\x3d\x9d\x4d\xab\x7e\xb9\xca\x99\xf3\x4a\x88\x83\x76\xe7\x20\x40\x7b\xac\x22\xfe\x09\xe8\xad\x23\xbf\xd4\xfd\xd3\x52\xcd\x1a\x0e\xd0\x03\x75\x7c\x46\x21\x14\x3f\xe7\xdb\xbc\x70\x93\x68\x8a\xf3\xce\x5f\xe9\xa6\xce\xdf\xea\xaa\x8f\xb1\xa1\xb0\x8e\xe1\xac\x8d\xcf\x29\x63\x6f\x0d\x35\x25\xce\x01\xf1\x15\xde\x4d\x40\x04\x80\xde\x9d\xf9\xb7\xee\x9d\xa0\x7b\x9a\x8a\x6b\xa2\x1d\xe7\xaa\x79\x6c\xad\xa6\xbd\xca\x1e\x08\x2b\x48\x5f\x68\xf7\x47\x71\xd1\x4c\x78\xa5\x97\xdc\xf1\xca\x19\x52\xf5\xc2\x1c\x34\x00\xe5\x82\xb0\x29\xe6\x82\x10\x0c\xdf\xbc\x03\x49\xbc\xb6\x1b\x6b\xa8\x0c\xc9\x16\xa3\x12\x1e\x46\x05\x9f\x3a\xb4\x5c\xa5\x96\x05\x21\x2c\x54\x3b\x04\xe9\x17\xee\xd0\x09\xe0\x7b\x7d\x48\x1d\xad\xf3\x80\xc6\x68\x0d\x5d\xd6\x09\x1b\x72\xdb\x85\x33\x4b\x4f\xa7\xbe\x1e\xf2\x06\x44\xcc\x2b\x68\xc0\xb4\x79\x0b\x0f\xa1\x19\x90\x9a\xc1\x89\x52\xef\x8f\x9a\x6d\x71\xa3\x5f\x33\x26\x00\x48\x8c\x1d\x2e\x84\xf8\x40\x86\x1c\x39\x43\x07\xf5\x1a\xd5\x3e\xd5\x31\xfb\xfb\xc4\x5b\xeb\xbc\x97\x7e\x50\xaa\x3a\x60\xe1\x99\xe8\x01\xd0\xbf\x1a\x1e\xfa\xf6\x9b\x82\x20\x95\x40\xc6\xaf\x44\xa3\x09\x89\x6f\x90\xf5\x9e\xac\xc5\xeb\xfe\x52\x48\x29\x86\x2c\x68\xb3\xe9\x68\x0c\xad\xd3\x5a\xbc\x69\xc6\x29\x73\x2d\x88\x73\x2a\x83\x85\x9a\x89\x64\x70\xe1\x1b\xe2\x68\xbd\x02\xd7\x3e\xf1\x6f\xe8\xda\x7e\x44\xe8\xda\xef\x4c\x3c\x37\xda\xbd\xdc\x4f\x9b\x4e\x8f\x9c\x71\xe5\x12\x78\x15\x5a\x32\x07\xbe\xdd\xaa\x12\xee\xe0\x9e\x33\xf1\xd4\x74\x45\xee\xce\xea\x2b\xe2\x19\xaa\x0f\x5f\x26\x82\x06\x82\x21\xf6\xd1\xd4\xb5\xd8\x70\x9b\xc7\xa3\x14\x2c\x50\xc9\x93\x2d\x3f\xa6\x9f\x77\xf0\x39\xfd\xb8\x22\x2c\x41\x68\xb7\xc4\xd9\x70\x0e\x67\xe3\x91\x63\x01\x5b\x03\xab\x48\x37\xbc\x3c\x30\xef\x3d\x91\xf0\x72\xbb\x67\xdc\xaf\xc4\xd1\xa2\x23\x7a\x82\x5d\x07\xb3\x26\xcc\xaa\xcd\x41\x89\x36\xef\x45\x02\xc4\x04\x77\xeb\xc8\xfa\x01\x3e\xcd\xb8\xef\x03\x18\x5c\xcc\x8d\x1d\x22\x9e\x59\x88\x99\xd9\x3a\x10\x55\xd3\x82\x89\x87\x25\x70\xc8\xa5\x08\x78\xbb\x94\xa3\x74\x51\xe0\x28\x05\xc8\x9a\x25\x8d\xd8\x8a\x33\xf1\xb0\xc2\xbc\x02\xb9\x34\x94\x6c\x73\x2c\x49\x8e\x63\xc0\x6d\xed\x1c\x88\x7a\x6a\x88\x7c\xa6\xf6\x1f\xc0\x81\xbb\x0f\xe5\x01\x1b\xdd\x51\x54\xf2\xc4\x5b\x38\x30\x3e\x26\x6c\x58\x65\x47\x24\xd6\x41\x94\x68\xb8\x2c\xb3\x45\x18\xe8\xd5\xb3\x55\x76\xac\xbd\xd5\x84\xb8\x25\x8b\x8f\x8e\x1a\x65\x59\x93\x18\x72\x99\xe5\x43\x2e\xcf\xe3\x26\x45\x6c\x5a\x46\x1a\xc6\x79\x1a\xb7\xe1\xc3\xa3\xec\x64\x5f\x3e\x10\xaf\xcc\x24\x1f\x42\x1a\x8f\xd7\x50\xb5\x37\x92\x21\x11\x32\x97\x47\xec\x7e\x8c\x11\xed\x61\x9e\x91\xe7\x8e\xe2\x45\x83\x7c\xbc\xa8\x3f\x2e\xc1\x03\x1c\x59\xd1\x0f\x3a\x72\xd6\x1b\x2f\xc1\x70\xb4\xa5\x6b\xd2\xb7\x9f\xac\x3b\x5e\x99\xc8\x98\xe0\xe9\x2f\x57\x9c\x59\xe3\xea\x19\x5c\x9b\xb2\x76\xce\xa8\x76\xe4\x13\x1c\x41\xf8\xba\x90\xf4\x44\x84\x80\xb5\x95\xc4\x0f\x6b\x49\xf9\x10\x6c\x58\xf7\x88\x6f\xc3\x2d\xc9\xf2\x2d\xa8\x74\x11\x5b\x60\x00\xd6\x45\x06\xb8\x9e\x88\x25\x24\x95\xac\xf3\x78\xed\x09\x27\xbc\xf6\x75\x01\xaf\xfd\x26\x38\xbb\x8f\xa7\xf5\x11\x56\x5e\xcd\x8a\x5d\xdc\xad\x3b\xac\x4c\xf8\x74\x61\xd3\xd8\x01\x5f\x23\xa5\xbe\x01\xd7\x75\xac\xe4\xea\xba\x84\x18\x68\x89\x79\xbf\xca\x11\x85\x5a\xe9\x04\x80\x16\x0d\x3d\xfe\xf4\xec\xf2\x8c\xd9\x09\xdf\x5f\x08\x89\x1c\x71\xa1\xc9\x2f\x97\x00\x23\xb1\x87\xe5\xf6\xf1\xb9\xc8\xc5\x1b\x5f\x72\x88\xe1\xa5\x0a\xc1\x9e\x4e\x99\x78\x88\x9b\xd6\x77\x28\x57\xc0\x27\xbd\x5c\x44\x46\xd0\x56\xf1\x68\x6f\x28\xd3\x46\x29\xee\x53\x76\x91\xe0\x58\x31\x64\xcc\x2b\xdb\xae\x86\xe1\x14\x2f\xe7\x49\x06\xaa\x9a\x20\x0b\x36\xe2\xa2\xd6\xab\x56\x8e\x96\x79\x8c\x32\x48\x32\xf1\xb1\x5b\x7f\x67\x7f\x53\x3a\x7b\xe5\xc4\x35\x91\x9c\x9c\x13\x47\x0e\xa6\xc8\x84\x75\xa9\x81\x90\x07\xe3\xb6\x47\xc8\xe6\x98\xae\x7c\x57\x26\xde\x92\x35\x67\xd6\x8a\xea\x51\x0e\x08\x4a\x37\x44\x97\x0d\xc0\x46\x7e\x69\x4a\xbb\xf6\x01\xc4\x07\x91\xed\x25\xbc\x16\x89\xc2\xec\x54\xa0\x36\xe4\xc0\x57\x1b\xa1\x21\x7c\xc5\x8b\x3b\xbe\x4d\x39\x3d\x62\xe2\x61\x0b\xdc\xd5\x81\x0d\xe3\xb3\xb6\x63\x7e\x99\x94\x67\x2c\xc4\xcf\x1b\x3b\xe6\xc6\xa6\x9b\xcd\x40\x68\xe4\xc6\xb9\xbd\xb5\xb2\x67\x98\xcf\x19\x8f\x5e\x6d\x65\xfd\x33\xd9\x9d\x79\x7f\xb0\x1f\x7e\x61\xbb\x33\xee\x7d\x7b\x5e\x1e\xb2\xc7\xf1\x06\xb3\x26\xdb\x3c\x26\x22\xb5\x8a\x50\x67\xb7\x6c\x89\xe3\x49\x67\x1f\x3f\x32\x26\x2e\xc0\x8e\x18\x29\xf9\x66\xed\x74\xde\x5a\x3e\x7b\xcd\x66\x02\xb1\x5e\x2b\x01\x49\x49\x9b\x89\x71\x8e\x3d\x4f\xad\xd0\x88\x30\xef\x73\x5b\x65\x03\xc1\x3b\xbf\xaa\x75\xac\x26\x96\xf2\x9c\x2c\x8c\x22\xd7\x84\xee\xd8\x41\xa8\xc5\x20\x5d\x6b\x1d\x43\x84\xb0\xab\x75\x0c\x3a\x85\x99\xac\xd5\x44\xb1\x91\x26\xc7\x46\x5c\x34\x27\x5a\x96\x3e\x47\x01\x72\x04\xa1\x64\xbf\x6f\xde\xdb\x3d\x92\x1f\x15\x3f\xed\x88\xc1\x99\xf5\xb5\x17\x7a\xc0\xaa\x9c\xd9\x11\xaf\xc7\x90\xaa\xd8\x0d\x0d\x82\x76\xae\x0b\xc6\xda\x04\xbf\x19\x0d\xcb\x29\x36\x31\x78\x2b\x6f\x80\x11\x0b\x0d\x47\x21\x9f\xa2\x69\xf9\x3b\xec\x7e\x93\xae\x9d\xb0\x0b\xef\x95\x6d\xd6\xe4\x2f\x00\x95\x48\xc4\x0e\x1b\x98\xe6\x88\xb7\xbb\xe5\x14\x46\x17\x91\xc2\x64\x58\xd7\x92\x01\x23\xc3\xc2\xe3\x37\x5e\x7c\xc7\x99\x4c\xf8\xe9\x08\xa2\x14\xdc\xe2\x1f\xf3\xf2\x80\xd9\x0e\xd6\x55\xe8\xf6\x9b\xdf\xdb\x37\xaf\x1a\x83\xd2\x66\x71\xe0\x27\x4f\x64\x4b\xde\xcc\x2f\xe6\x3f\xd3\xa6\xcf\x94\x46\xa4\xf9\x4f\x27\xac\xd7\x83\xb5\x5a\xc7\xe2\xdd\xfe\xb6\x8b\xa0\x83\xde\x12\xb9\xbc\x0e\x2d\x8e\xd5\x59\x8d\x02\x20\x32\xda\x65\x8e\xd7\xbe\xfa\x72\x04\xba\xa7\xd2\xa1\xbf\xfd\xf4\xfd\x7a\x79\x11\xe8\xb1\x10\xfd\xe8\xf6\x63\x35\x14\xc2\xef\xcf\x16\x07\xf1\x17\x4f\x84\x1e\xca\x8b\x95\x61\x74\x9b\x61\x4a\xd9\xc9\xc4\x69\xe9\x90\xe8\x5f\x82\x41\x31\x5c\x81\x20\x13\x1d\xbe\x5a\xe3\x3d\xfb\x03\x91\x25\x1d\x0e\x02\x2b\x82\x53\xe5\x52\x30\xf1\xb0\xa1\x5f\xb7\x90\x40\xeb\xf1\x46\x05\x00\xf3\xd8\x8a\xaa\x64\x11\xf2\xfb\x1e\x4f\x94\x2b\xa1\x98\xd0\xbc\x46\x8f\xf9\x23\xea\x03\x6a\x20\xb8\xb7\x95\x99\xd8\xaf\x56\xe9\x84\x91\x4c\x3c\x9d\x77\x39\xf9\x16\xd5\xad\x6f\xac\xf0\x10\x3d\x5f\xe3\xbe\x59\x71\xb7\xd2\x4b\x37\x45\x24\x9a\xe0\xa2\x5b\x6c\x6a\x50\xec\x03\x4a\xb7\xac\x2c\xf1\x8c\x34\x30\xad\xeb\x71\xbb\xca\x73\x9d\xb0\x35\x3f\xa6\x0c\x27\x88\x58\xd2\xf6\xc1\xf2\xef\xba\x7a\x6f\xfe\xe3\x03\x83\x63\xca\x3a\xca\x1c\xa8\x29\x2f\xb0\x2e\x30\x99\x23\x5d\x60\xaf\x25\xe0\x94\xb7\x2b\x16\x8e\xb5\xc8\x89\x1d\x3a\xaa\x8f\xf7\x19\x7c\x7b\xe7\x94\xc3\x20\x9f\x66\x43\x68\x44\x32\x3b\xbe\xb7\x26\x41\x98\x0f\x33\x56\x90\x21\x13\xf7\x2d\xaa\xaf\x87\x23\x3a\x3d\x8d\xe4\xc3\x06\x77\xde\x63\x05\xf3\x42\x80\x30\x97\x1d\x00\xf2\xe8\xb5\x4a\xb9\x22\x01\x28\x0f\x17\x51\x92\x9a\xb0\x54\x7e\x1c\x72\x94\xfd\xe8\xe6\x16\xa7\x9f\xd8\x25\xba\xaa\x1f\xa3\xb7\xb5\x66\x30\x50\x86\xd2\xcd\x31\x3d\xfc\x71\x12\x87\xba\x33\xef\xca\x82\x38\x02\xb0\x8e\xfd\xc3\x4c\x5d\x6c\xb8\xc5\x3c\x61\x7b\x3b\x6c\xef\x62\x45\x3f\x5d\xad\x51\xd8\x2f\xe2\xea\x1e\xec\x43\x98\x9f\x57\xcc\xf1\x10\xed\x87\x9f\xe6\xf5\x78\x00\xec\xcf\x8a\xd5\xbf\xf1\xc2\x37\xbb\x26\xcd\x1f\xba\x36\x06\xc3\xaa\xc5\x1b\xd5\x42\xaf\xbe\xfe\xc3\xab\x0b\x3d\xc1\xab\x3b\x57\x57\xcb\x1f\xda\xbe\x47\x27\x08\xec\x54\xd7\x3a\xdc\x6c\x31\x77\x4d\x64\x99\xca\x72\x3e\x59\xf3\x18\x90\x9c\xa7\x90\xc4\x50\xa9\x13\x63\xef\x3b\x13\x2f\xa5\x6d\x2f\xfb\x00\xb5\x0a\x76\x75\x50\xd6\xf0\xfe\xf3\x24\xba\xa9\x20\xa4\xa4\xba\xc3\x1c\xa9\xae\x16\x3c\xc0\x63\x2c\x0e\xbc\xe3\xe5\x64\xcc\x3e\x0f\xf8\x7f\xd2\x27\xe9\x80\xc9\x67\xd0\x06\x29\x37\x50\x2f\x5c\x77\x98\x53\x46\x52\x69\x58\xba\xc7\xbb\x86\x6c\x3e\x2e\x0f\x98\xcf\xbf\x3a\xa5\x1c\x3d\xc2\xb2\xd2\xcb\x96\xf3\x50\x6d\x5f\x17\xdc\x82\xe8\xb1\x5e\xed\xba\x74\xac\xea\x34\x99\x9a\xa4\x44\x91\x65\xe9\xcf\x04\x3d\x24\x3a\xdf\x50\x74\xb6\x80\xea\xe1\xfd\x48\xe2\xac\xfe\x89\x1e\x8d\x18\x19\x0c\xf5\xf1\x11\x5b\xc7\x83\xb8\xa1\xc4\x2b\x15\xd2\xfc\x28\x8f\x58\xe7\x01\xe2\x8b\xa5\x07\x17\x95\x4f\xb6\xa8\x1a\x20\xdc\x5f\xb6\x4b\xca\xd7\xfe\x64\xe2\xe9\x50\xcb\xd3\x10\xe9\x0f\x8f\xc0\xea\x95\x11\x15\x98\x88\x8f\x56\x5e\x30\xe9\xf2\x3a\x66\x36\x19\xa8\x6d\x9d\x84\x5e\x68\x69\x06\xbb\xda\xce\x45\x1d\x60\x0e\xfe\xe8\xa4\xeb\x47\x52\xcf\x3d\x13\x86\xd0\x0b\x4a\x89\x3f\x58\x02\x2d\x71\xa8\xf5\xd2\xd5\xf1\xbc\xa9\xc8\xab\x31\xbd\xe8\x9c\x69\x73\x92\x69\xdb\x81\x2b\xfe\x51\xe3\xa8\x02\x8c\x03\x91\x99\x5c\xab\xcf\xed\x67\xbc\x4b\x6d\x9c\xb4\x6d\x50\x43\x8e\xdb\xd4\x55\x32\x35\xef\x1b\x8f\xa8\xf1\xdc\x2d\xef\x7f\x54\xad\xf7\x8f\x4f\xe5\x01\x9b\xbe\xf9\x5b\x51\xd0\x37\xeb\x94\xb7\xd6\x40\x3a\x2a\x2f\x53\x40\x47\xcc\x7c\x82\x99\xab\x3e\x7d\x9b\xb9\xb0\x9a\xa3\x92\x50\xa6\x66\x3a\x73\xed\x2a\xe9\x08\x05\x8a\x0b\x87\xc9\xfb\x4b\x35\xe3\xb0\x9e\xd7\x23\x32\x3b\x16\xcc\x7e\x69\xfb\x22\xdb\x05\x67\x3b\x95\x5c\x53\xea\x0f\x93\xad\x26\x51\x50\x20\xb1\x87\x3e\x52\x7d\xde\xbe\xcf\x83\xe7\x07\x7d\x30\xc6\x5d\xb4\xf4\x6a\x63\x3c\xce\x26\x4c\x04\xdd\xf8\x24\xca\xd7\xec\xdd\xd7\xd3\x14\x7c\xe5\x26\x66\x45\x34\x33\x37\xe8\x24\xd8\xa0\x60\xd8\x4c\x03\xf1\xab\x65\xb3\x9e\xaa\xe1\x1f\xbc\x9d\x42\x5a\xc0\x03\xc6\xa4\x5b\xb2\xaf\xe5\xc9\x8c\xb1\xf7\x0a\xac\x09\x4d\x76\x12\xf4\x91\xc5\x45\x0d\xc3\x69\x69\x69\xfc\x7d\x11\x76\x5b\x61\x0a\xce\x2c\xc6\xfb\x8e\xd6\xaf\x3a\x58\xfa\x8b\x13\xe9\x1d\xd1\x6e\x4d\x10\xb4\x73\x52\x6d\x71\x2c\x0e\x8f\x21\xd3\xf9\x7d\x03\x5e\x03\xf1\x61\x1e\x73\x04\xe6\x84\xd6\x20\x32\xb0\x05\x26\xb7\x5b\x2b\xbd\xc1\x66\x56\x05\x90\x92\xe7\x15\xa4\x9a\xd9\x71\xfd\xaa\xea\x52\xf7\x90\xf2\x93\x33\x99\xfd\x55\xbf\x4f\x15\x8a\x9a\x75\xac\x48\x9c\x1c\x04\xfd\x86\x9e\x7f\xa4\xdf\x48\x97\xb2\x9a\xd4\x12\xa8\x59\xfb\xa5\x8d\x83\x36\x62\xcc\xa9\x67\x8a\x3e\x93\x6a\xfc\x44\x24\x3c\x9b\x9e\xcf\x30\x0c\x2a\x8a\x1f\xbb\xe5\xa5\x00\x56\x34\x01\xa0\xed\x90\x83\x4a\xff\x21\xb0\x75\xe6\xa2\x50\x72\xd2\xb3\xd7\x67\x0d\x85\x09\x8f\x5c\xda\xb9\x47\xa2\xe6\xb5\xce\xfa\x77\xb0\xd6\x81\xad\xef\x57\x4f\x98\x95\x09\xd5\x3c\xfb\x4e\xb6\x56\xa9\xe2\xc1\xec\x73\x74\x2d\x4d\x22\x0b\x6c\x77\xdb\x88\x25\x41\x18\x41\x4b\x8b\x1b\x2d\x85\x7a\x68\x94\xe5\x2b\xdb\x4b\x3b\x57\xb0\x13\xf0\xa5\x56\x74\xba\x04\xd1\x05\xab\xe0\xd2\x94\x7f\x16\xa7\x33\x26\x3e\x0e\xfd\x0c\x4d\x33\xa0\x2d\xa4\x16\xf2\xf3\x9e\xf0\xa4\xae\x7d\x22\xdb\x40\x6a\x5b\xc8\x7e\xf1\x2b\xda\x1b\xfb\x8e\xe8\xa1\x5f\x44\xe4\x02\x23\xf8\x99\x7a\x9c\x69\x00\xc3\xdc\x00\x76\xac\x76\x8b\x17\xde\xc2\x68\xa7\xdc\x6d\x4c\x06\x97\x6e\x6a\x68\x48\xa3\x49\x6b\x1e\xb8\xf3\xf8\x69\x99\x1b\x79\xf1\x15\xb4\x7a\xe5\x94\x8a\xa3\xbd\xb4\x74\x35\x90\x9c\x6f\xf2\xf4\x42\xfe\x96\x9c\x39\x53\x26\xe6\x87\x96\x75\xc3\xb7\x34\x61\xf2\xa9\xe2\xe5\x18\xe4\x8e\x48\x58\x82\x1b\xa4\xa9\x37\xc8\xde\x62\xec\x04\x9e\xb4\xd8\xda\x8f\xb5\xf6\xdc\x7d\x06\x15\x74\x37\xcc\x6e\xaf\xf8\xbd\xcc\x5a\x5a\x95\x40\x8a\x8e\x93\x97\xac\xb7\xc1\x59\xea\xf6\xe5\xb8\x4e\xc2\x67\x8d\xa9\xab\x27\xa0\xba\x8f\x79\xec\x91\x07\x7e\xc0\xfa\x4a\x1f\x9d\xcc\xab\x21\xed\x0c\xc0\x82\xf6\xb0\x10\xac\xfc\xce\x1c\x57\x94\x27\xa2\xf5\x6a\xf0\x78\x97\x82\x55\x8b\xad\xc8\xe8\x39\x98\x7c\xda\x81\x7b\x97\x3d\x76\x1a\x84\xcf\x3e\x13\x73\x97\x97\x1d\x71\xda\xf2\x9e\x01\xca\x71\xb0\xe1\xd2\x6c\xe4\xe9\xd4\x57\xc2\xe5\xed\xa6\xe6\xc4\x59\xb0\x41\xac\xb4\x80\x33\x02\xba\xaf\xf9\x01\x55\x2e\x08\xa9\xfc\x8a\xe9\x3e\xce\x41\xba\x2b\xcd\x2e\x0f\xcd\xde\x7c\xfa\xca\xb0\xd9\x8b\x75\x67\xe2\xe3\xaa\x2c\xef\xef\x6a\xcb\xec\x48\x17\xaa\x15\xea\x04\xdb\x58\x24\x5e\x76\x30\x4f\x5d\xb4\xf8\xd6\x28\x96\xae\x6d\xea\x0e\x6c\xa6\x37\x52\x55\x07\x7b\x03\xeb\x28\x49\x2d\x1d\x84\x75\x28\x80\x07\xbc\x5a\x81\x45\x76\xeb\xba\x7e\xb1\x09\xee\x3b\xdd\xf7\xb7\xab\xbe\xff\x1d\x14\x86\xbd\xfd\xad\xef\x8f\xaa\xef\x9d\x6f\x7d\xdf\xd7\x31\xde\xf4\x16\xff\x27\x7d\xff\xa5\x1a\x6d\x53\xa8\x46\x0b\x74\x35\xda\x6b\xce\x1f\x2f\x6b\xfc\x7f\x5e\x76\xe6\x60\xd9\x99\x64\x3f\x96\x9d\x31\x61\xa5\xe5\x63\x6c\xba\x47\xa7\xa6\xb9\x29\x54\x48\x0d\x6a\x88\xab\x45\x55\x65\xec\x55\x57\x95\x51\x88\x61\x88\xe5\x7e\x6c\x1a\x12\x98\x5b\xbe\x46\x6d\xca\x44\x68\x7b\x6b\x04\xec\x54\xa3\x31\x62\xce\x7d\x16\xbf\x0f\xd6\x7a\x04\x7f\x82\xf7\xc6\xd0\xf6\x30\x84\xca\x30\xcb\x08\x8a\xe9\x03\xbf\xc1\x63\x75\x12\x3c\xbd\xd7\x43\xdd\xca\x2b\x80\x4a\x50\x07\xea\xbd\x91\x7f\xba\xd1\x83\xe0\x80\x59\x7a\xdc\x3f\xa4\xd5\xce\x53\xcd\x55\x52\x05\x30\x5d\xf6\x5a\x1e\x6a\xcf\xe5\x66\xa9\x61\xb8\xb7\x98\x33\x31\x55\xdf\x20\x3c\x12\xd4\xe3\xe3\x72\x49\x8c\xee\xb7\xe5\xa2\x9e\x34\x63\xd3\x80\x7b\xe0\xc9\xb5\xa6\x2b\xf4\xe8\x0e\x11\xaf\x5e\xb0\x48\x2d\x99\x81\xcb\xeb\x7b\x62\xdf\x00\xed\x6c\x6a\x16\x97\xaf\x46\x35\x1e\x24\x5f\xb8\x8f\x26\x4a\x33\xf7\x90\x68\xe4\xd9\xa4\x1a\x3f\x70\xf9\x4e\x69\xd5\x0e\xaa\x46\x97\xf0\x7d\x3a\x7b\xcc\x72\x54\xcf\xb0\x99\x93\xc8\x0b\xb5\xae\x2e\x41\x8f\x4c\x07\x1e\x2f\x01\x04\x02\x43\xd8\x83\xcd\x14\x8a\x19\xfc\x96\x05\x27\xcb\xc4\x5d\x5c\xd7\x43\xa7\xe2\x0c\x32\x35\xb1\x70\x7c\xa4\x5e\x14\x68\x4e\x74\x3f\xea\x46\xb7\xfc\xc9\xec\x87\x86\xf1\xbd\xb8\x7f\xd3\xd1\xc0\x51\xee\xa1\x5f\x1e\xb0\xe7\x50\xe4\xbb\xbf\xe7\x98\xf5\xd7\x2f\x0b\xb6\xa8\xa9\xf6\x2b\x5f\xe2\xe8\x75\xf3\x25\x8d\x22\xa6\x92\xdd\x7d\x62\x61\x02\x9b\xc3\x98\x73\xc1\x7c\xcf\x61\x0b\x66\x7a\x92\xd0\x35\x6d\x03\x9c\x1a\xef\xae\x07\x56\xcf\xf0\xbc\x82\x64\x93\x0b\x70\x15\x41\xe9\xee\x4a\xe2\xec\x45\xa8\x26\xc3\x15\x27\x48\x6f\xd2\x97\xe8\xa2\xc5\x6d\xee\x0a\x1f\x9c\xd2\xfa\x8a\x12\x8a\x96\x85\x97\x7b\x8a\xda\xe0\x71\x7a\xc5\xd2\xc4\x2b\x82\xe2\x15\x32\xbb\x62\x65\x42\x51\xaf\x84\x63\xf8\x28\xdc\x46\x5a\xf4\xc5\x1a\xc2\xff\x2a\x24\x86\x85\x96\x3a\x6b\xd6\xd6\x92\xb7\x3d\xd0\x79\x5f\x60\x50\x3d\xde\xf1\xd4\xeb\xc9\x27\x2c\x4c\x37\x3f\x31\x87\xf1\x13\xeb\xf8\x9b\x1a\x95\x38\x57\xc3\xb8\x33\x6c\x9a\x8f\x16\xcd\x96\x9a\xbd\x35\xa0\xee\x44\x11\x26\xd8\xd5\xa1\x78\x53\x6c\xad\x15\x12\xbd\xcd\x00\x6d\x30\x20\x2f\x95\xc3\x6c\x97\x07\x27\x82\x3c\x30\xf5\xfa\x0a\xcc\x6e\x7e\x92\x46\x2d\x38\x0a\x1e\x2f\x98\x5d\xa0\x85\xf1\xec\x70\x25\xb5\xfd\x86\x03\xa3\x9f\xc8\x90\x1a\xd8\x98\x5d\x0d\xd0\x84\x14\x04\x82\x35\x97\x5c\xe9\x94\x07\x9f\x4f\xdd\x7a\x31\x83\xd9\x66\x6d\xeb\xa1\x58\x46\xb9\x0c\xf2\x89\x16\x6a\xbd\x0f\xd4\x2a\x76\x79\x9a\x0c\x32\x82\x92\xa7\x69\xbc\xe9\xdf\x2a\x36\x81\x04\x07\x11\x0a\xac\xa0\x6c\x1a\xc5\x04\x2d\x3f\x2d\xa1\x0c\xb6\x94\x8c\xb1\x85\x72\x03\x69\x85\xdb\x42\x99\xe2\xbe\x81\xd5\x64\x6f\x5b\x7d\xe1\x86\x52\x65\xe9\xb9\x07\x49\xe7\x91\x64\x72\x78\x3a\x14\xd3\x43\x76\xdf\x9f\x43\x54\x25\xad\x36\xd4\x56\xbc\xc1\x6d\xf5\x65\x31\x5d\xe5\xa4\xb3\xc9\x4b\xdc\xdb\x50\xc4\x12\x72\xa1\x45\xde\xa3\xbd\x71\x33\x6b\x45\x44\xd4\xfe\x6e\x4b\xdc\x88\xd1\x96\xf2\xed\xb6\xa2\xfc\xce\x24\x24\x62\xc8\x61\xbd\x52\x1c\x08\x5d\x13\x2a\x24\x3e\x48\x30\xc8\x35\x17\x6c\xe7\x42\x52\x0a\x66\xef\x26\x0d\x4a\x01\xcd\x55\x54\x8a\x39\x62\x19\x13\xff\x19\x7a\x26\x20\x9a\x0f\x09\x4f\x35\x24\xbf\x78\xc4\xc5\xaf\xbe\xd6\xee\x56\x36\x88\xab\x60\xc4\x5d\x78\x80\x75\x7f\xef\xe7\x1a\x65\x61\xdb\x6a\x86\x13\xfc\x34\x3a\xe9\x6f\x07\x6a\x1f\x6c\x71\x20\xa6\xf5\x8e\x40\xf8\xc2\x0a\xa6\xe6\x0d\x4b\x47\x4c\x5b\x6d\xa0\x43\x76\xba\x5c\xaa\x43\xc7\xae\x59\x1e\xcd\xd0\xce\x55\x1a\xb3\x80\xa2\x9e\xe7\x4b\xac\x7d\x30\x23\xc6\x1e\x88\xee\xcd\xd2\x29\xa5\x6c\x20\x34\xbe\x84\xb8\x58\xad\x07\x4c\xcd\xda\xf6\x09\x3e\xb3\x46\x3d\x53\xdb\xd5\xe9\xf0\x0d\x66\x19\x4d\x63\xc2\x25\xde\x80\xc9\x3d\xdc\x2a\xb9\xef\x34\x38\x25\xf2\x9c\x36\xfd\x9c\x84\xd4\x70\x39\x6c\xe8\xfb\xc8\x74\xb2\x42\xaf\xd0\xf4\x80\x8c\xdb\x33\x9c\x68\x4f\x10\xb1\xc2\x84\x9a\x81\x75\x26\xbe\xea\x01\x64\x97\xbd\x37\xe0\x7f\xe9\xea\xa7\xb4\x37\x7d\xc2\xd9\x6f\x41\xd1\x93\x73\x80\x18\x78\xbe\x70\xd7\x88\x6d\x14\x9a\x54\x9a\x3a\x5c\x19\x80\x43\xb4\x15\x15\xef\x5b\xcd\x03\x93\xe7\x7a\x57\x9b\xfe\x8e\x9b\x5e\x42\xfb\x64\x60\x0d\x70\x18\x4d\xc0\x6c\x16\x0d\x4e\x6b\xa3\xb4\xd1\xa9\xb6\xd1\x01\xde\xb6\x76\x7b\x67\xe8\x4a\xde\x49\x79\xc8\x4e\xbc\x1b\xe4\x77\x5d\xcc\xc7\x55\x5c\x71\x68\xc3\xd5\x4c\xaa\x83\x5a\x30\xf1\xd4\xf0\xd2\x1a\x4d\xf1\x70\xc2\x9c\x0b\x2c\xa4\x08\x4f\x22\xbb\x6c\x83\x1f\xde\xb1\xb8\xa8\x41\x68\x88\x6a\x1d\xdc\xb5\x31\x7f\x84\xae\x7b\xcb\x5a\xab\x8e\xb3\x67\xba\x18\xa7\x84\x1a\xf7\xfb\x95\x9f\x91\xeb\x3c\x89\xec\xfb\x34\x61\x57\x35\xeb\x75\xb3\x1f\x08\xda\x9a\x2a\x36\x5c\x4e\xbe\x0e\x50\x6d\x3d\xfc\x74\x84\x1a\x6f\x11\x73\x17\x55\x0a\x28\x19\xea\x97\x8c\xef\xb8\xdc\x7e\xed\x1a\x97\x3b\xd8\xd1\x64\xec\x28\x41\x32\xac\x51\x82\xa4\xfc\x8b\xbb\xb7\x74\xf7\xee\xdb\xdd\xdb\x62\x2a\xbe\x52\xee\x56\xe8\xf8\xfa\xbd\x1a\x37\x14\x45\x99\xae\xf4\x2e\xb6\x44\x93\x7b\x9d\xab\x06\x6e\x50\x51\x5c\xd3\xec\xc1\x82\xdd\x70\x0f\x58\xe0\x65\x0d\x1e\xbe\x13\x8d\x93\x95\x5f\xb6\x89\xa8\x5f\x6c\x3d\xfa\x4c\x6a\x3e\xbb\x3d\x68\xe2\x3a\xdc\xae\xd7\xef\xae\x0f\x0b\x1a\x47\xb8\x84\x46\xfa\x0b\xcc\xf0\x09\xd5\xae\x05\xbc\xaa\x8c\xad\xb3\x8d\x6e\x32\xe0\x75\x69\x03\x5e\xee\x53\x05\xf6\xa7\xf1\x16\x5a\x78\xc8\xd8\x40\xf0\xa2\xda\xa8\xf0\xd2\xb6\x4f\x9f\x05\x44\x3e\xd5\x0e\xbe\xa0\xb9\x38\xec\xa8\xa3\x49\xbe\xa0\xe4\x18\x31\xd6\x6b\x43\xda\x0b\x3c\xa1\x07\x4b\x1d\x5e\x00\x59\xb4\x06\x51\x90\x8a\x6d\x49\x19\x38\xc7\x0a\x49\x3a\x80\x0d\xa2\x1c\xc7\x33\x92\xe3\x3b\x74\xfd\x54\x20\x54\xa2\xc3\x64\x64\x35\xdb\x4e\x79\x60\x05\x3b\xbe\x44\x37\xe8\xc7\x75\x57\xa0\x0e\x43\x75\x02\x10\x71\xed\xbf\xeb\x95\xda\xb7\x8f\x75\x7c\x39\xd2\xea\xb3\x29\x95\xb5\xd0\x2a\x2f\x98\xf3\xb1\xf9\xd6\x2f\xc0\x19\x1c\x61\x62\xda\x82\xd8\xa7\x0f\x56\x59\x08\x63\xcb\x37\x62\x77\x04\xb5\x76\x01\xa9\x48\x0d\x38\x96\x09\xb9\x04\x20\x45\xa4\x9b\x63\xa8\x03\x07\xd8\x43\x59\xb0\xe4\xfd\x2c\xab\xa0\xa1\xba\xd2\xc4\x4c\xa1\x77\x6f\x2b\x6f\x16\x0a\x87\x07\xda\xcf\x82\x89\x86\xb5\x42\x8f\x01\xb4\x34\xce\x57\x0a\x2b\xc1\x91\x56\xf7\x1a\x4d\xc4\x6c\x82\x45\x27\x9e\xdc\x51\xf6\xd3\xf6\x2d\xbb\xa7\x14\xf0\x42\xe9\xf0\x2a\xd2\x9e\x37\xcc\x48\xf6\xf8\x07\x16\x92\x4a\x26\x9e\x9d\xec\xbe\x25\x5a\x41\x07\xc8\x1a\x15\xf3\xdd\x49\x64\x97\x59\x18\x9e\x96\x4c\x7c\x38\x30\xe4\x9a\x98\xe6\x91\xd8\xe9\x1c\x66\x7b\xea\x78\x92\x32\x74\x6f\xa7\xf9\xb3\x41\x68\x88\x5b\x85\xbb\x47\x84\x90\x5b\xc4\x54\xd1\xb9\x46\x6a\xd5\xed\x0a\xc0\x04\x23\xeb\xb4\xfa\xa9\x41\x6d\xb8\xd1\x1d\xfe\x59\x60\x46\x4f\x1d\x3d\xd8\xff\x61\x4d\xef\x8d\x96\x9b\x2e\xd8\x12\xe2\xc5\x3c\xc0\xba\x98\x9f\x36\x94\xdd\xd7\x08\xf2\xe9\xe1\xc3\x4d\x13\x86\x47\x84\xa2\xb5\xfc\xcb\x5e\x57\xdf\x31\x4b\x75\x59\xac\xff\xdc\xf4\x11\x2d\x07\x4d\x9f\x4f\x2d\x3d\x8b\xaf\xa2\x64\xa9\xcf\x99\xbd\x15\x07\x04\x84\x5a\xb4\x4a\x28\xa9\x4a\xf8\x0b\xdb\xf0\x0a\xdd\xb9\x8c\xa0\x64\xc2\x14\x17\xa0\xb7\x64\xaf\x41\xc1\xb2\x27\xaa\x1a\x2f\x45\xc9\x51\xaa\x51\xb5\x30\x23\x4d\x44\x7d\x9e\x9e\x41\x34\x8a\xd0\x5a\x41\x4b\x52\x5c\x4f\xf9\x63\x56\x15\xfd\xca\xc4\x3b\x6a\x8a\xe2\x25\xac\x76\xf3\xcd\x2d\x81\xd4\x4c\x1c\x78\x23\x2a\x96\xd7\xfa\x51\x9f\xa4\x2c\x8c\x65\xc0\x01\x2f\x40\xb8\x5c\x1f\x02\xe5\x29\x93\x77\x9b\xe8\x37\x7b\x5e\x2f\x8b\x95\x32\xcc\x84\xc9\x3b\xee\x6d\x6e\x1e\xd1\xd3\xdc\x3c\x74\xc7\x7a\xd5\xc5\x14\xb0\xe4\x88\x3e\xdd\x73\xa4\xee\x0c\xef\xc7\xe5\x11\xb3\xc0\x07\x7b\xbe\x67\x5e\x84\x6b\xc1\x00\xd3\x97\x9d\x78\xe7\x4a\x0b\x4f\xd7\x42\xe5\x6f\xd7\x42\x93\xc0\xea\x2b\x50\x5e\x97\x2e\x86\xa6\x5e\x0c\x47\x5c\x0c\xdb\x9b\x8b\x41\x1d\x8d\x1b\xce\x06\x89\x88\xf4\x61\x19\xf5\x21\xab\xb7\xef\x5e\x6d\xa1\x6c\xac\xae\xca\x8e\x97\xd5\x1e\xec\x8d\x17\xaa\xda\xd6\x07\x5f\xf1\x49\xea\x18\x04\xac\x2c\xe1\x83\xd7\x4f\x08\xb3\xf9\x5b\x11\xed\x23\x13\x0f\xb1\x9d\x1b\xff\xf5\x05\x97\x21\x56\x7c\xb6\x7b\xa4\xcc\x41\x8f\x47\x50\x55\x38\x18\x6e\x8b\x09\xe2\x43\xd2\xbf\x86\x5a\xf3\x3a\x46\x98\x8d\x1e\x82\x5b\x49\x6c\xd3\x8a\xd9\xfc\x0f\x19\x8e\xaf\x04\xb0\xbb\xc1\xb0\x19\x16\x0d\x8a\xc1\x7f\xdc\xee\xe6\x02\xe0\x7c\xd4\xee\xe1\x36\xf0\xcb\xbf\x37\x7b\xac\xa9\x1d\xa1\x9b\x45\x42\xe6\x2b\x3b\x10\xaa\x1f\x92\x03\x96\xc6\x6b\x85\x3a\xdf\xce\xf4\x8f\xe3\xf1\x80\x5a\x75\x0d\xba\x2c\x3b\x38\xdc\xd7\xfa\xee\x52\x3f\xe9\xa8\x9f\xe4\xfd\xf3\x93\xfc\x07\x70\x3b\x37\xf0\x41\x00\x55\x30\xb0\x90\xa0\xea\xb6\xd5\xbc\xe2\x14\xba\xbb\xe4\xcc\xe6\x5b\x23\xa8\xac\x97\x3f\xbc\xdf\x32\x0b\xc0\x76\x95\x41\x3d\xb0\xc2\x40\xfc\xfc\xd8\x4f\x65\x0e\x0e\x18\x8b\xff\x8b\xa7\xfa\x0f\x04\x52\x2f\x98\xe8\x48\xf5\xd0\xd1\x37\xe3\x35\x37\x7b\x07\xb4\xcc\x3e\x05\x96\xae\x68\xcb\xad\xb8\x48\xc2\x9f\x46\xb6\xc9\xd7\x49\xef\x9b\x8d\xa7\xc6\x18\x34\xd3\xd1\xae\xf6\x63\x61\xa0\x07\x94\xc9\xf6\x8b\x36\xb6\x08\x84\x68\xde\xf1\x72\x87\xd9\x64\xa6\xc6\x20\xe2\x79\xfb\x19\xec\x44\xd0\x8d\x69\x19\x9c\xa3\x3e\x49\x82\x4b\xd4\x4f\xbf\xd9\xa5\xc4\x70\x35\x1e\x03\x6a\xa6\x90\xe5\x3d\x30\xa3\x4a\x66\x5b\xee\x20\x9b\x86\xc5\xd5\x34\x0c\xa9\x06\xfc\xeb\xfb\x2c\x50\x0f\x08\xf5\x8b\x04\x56\x15\x45\x63\x07\x51\xa7\xac\x0b\x56\x35\xdf\x6e\x1b\xe0\x2c\xf2\x2b\x6b\x21\x82\x85\xc1\x3b\xd0\xf3\x9e\x34\x1e\xcb\xd2\xda\x2d\x1e\xb2\x17\x1e\x89\x68\xf1\x5a\x6f\x39\xf0\xfd\x7d\x79\x2a\x82\x45\x9d\xe3\xa8\x34\x10\x31\x6b\x58\x07\x26\xad\x1e\x7a\x4b\x0d\xfd\xf5\x54\x7d\x2d\xac\xfd\x22\x06\x5f\x8e\x6f\x8d\x12\xf1\x6d\x67\x3d\x60\xe9\xfd\x16\x7c\x11\xe2\x03\x14\xd8\x36\xe2\xe9\xcd\x3a\x66\x8a\xb9\xa4\xb9\x30\xaf\xcb\x27\x33\x19\xde\x31\xac\x2c\x92\xb7\xe9\x74\x75\x44\x9e\x4d\x2b\x11\x9e\x9c\x16\xac\x88\xbd\x27\xff\xaa\x13\x4b\xac\x1f\x9e\xb9\x04\x55\xf5\x5f\x76\x62\x5d\xe7\x69\x27\x26\x56\x23\xf8\xfb\x19\x82\xe0\x7c\x55\x14\x17\xc0\x60\x65\x38\x4a\x6f\x00\xe8\x0d\x6b\x93\xb3\xd2\xb4\x45\x95\xf7\x1d\xbc\x32\xb6\xf0\x92\x2e\x96\x23\x21\x00\x93\x9a\x91\xc9\x68\x53\x2d\x16\x6d\x6d\xb2\xa2\x2d\x00\x47\xec\xde\x30\xd2\x24\x62\x79\x8f\xe0\x1c\x13\x6b\x4e\xae\x50\x86\xf8\x7c\x57\x47\xa0\xa3\x87\xc6\xfe\xa9\xbc\x95\xa0\x22\x5a\xfc\xfa\xd6\x51\xa6\x3f\xed\x00\xcd\x87\xbc\x13\x46\x53\x99\x39\x76\xe3\x0f\xc7\xed\x9f\x9e\xa5\xc6\x42\x93\x51\x2a\xc5\x04\x31\x2a\xec\x9e\x06\xf5\x1b\x5a\xad\x8a\xf3\xf3\xe4\x20\x87\x80\x6a\x35\x14\xd9\x40\x6d\x6f\xb9\xd9\xc2\x0c\x59\x90\x0d\xdb\x41\x8f\x02\x24\x9d\x00\xbd\x5f\x10\x4b\x61\x9f\x35\x2b\x6f\x00\x07\x20\x30\xe5\x68\xcb\x6f\x2c\x52\xbd\x18\xd6\xd7\x8b\xa1\xde\x80\xc2\xac\x16\x7a\xee\x46\xb8\x18\x1c\xc6\xa4\xb9\xcd\xcf\x1c\x7b\x4d\xd0\x5f\xe0\x8a\x66\x9d\xdc\x1c\x81\x2f\x91\xca\xe4\x12\xe6\xc4\x9e\xb8\x6b\x23\x16\x31\x6a\xc0\x80\x64\x6a\x6f\x28\x49\xc0\xad\x14\xb4\x7d\xfd\x5a\x05\x09\xb9\xda\x41\xc2\xc9\xa4\xd2\x40\xcd\x27\x5f\xac\x6b\x33\xd1\xc0\x62\xe8\xd5\xbe\xa8\xbd\xce\x72\x5e\x88\x1b\x70\x30\x6d\x90\xcc\xe2\xae\x89\xfe\xb6\x57\x4c\x28\xbd\x54\x8b\x45\xce\x78\x42\x88\xe7\x56\xdc\xc7\x7c\xe0\xd4\x0b\xa7\x81\xa5\x22\xee\x9f\xfa\x08\x4c\x43\xf2\xba\x89\x66\xc1\x87\xb2\x3f\xd4\x9c\xb9\x91\xcc\x7f\xff\x55\xa9\xdd\xae\x61\xde\x55\x09\xdc\xca\x07\x67\x51\x07\xa9\x7a\xb1\xc8\xec\x4d\x8f\x93\x52\x40\x4f\x90\xa1\x10\xd1\xe3\x94\x82\x09\x9a\x87\x5b\xed\x15\x86\x72\x83\x49\x3d\x9f\x4c\xc4\xdd\x3a\xae\x29\xc0\x31\x7a\x32\x8b\xe2\xdf\xf0\x80\xf0\x21\xe6\xd5\x11\x46\x0e\x57\x05\x28\xbe\x1d\xa0\x28\x89\x88\xc7\xbd\x6f\xf8\x3b\x8f\x4c\x7c\x54\x3d\xab\x00\x0b\xb4\x2b\xa9\xe6\xec\x00\x51\x58\x9b\xbb\x22\xfa\xe0\x2b\xad\xbd\x49\x79\xc8\x1e\x8b\xfe\xbe\x07\x82\xd7\x23\x07\x5b\xb2\x2c\xba\xa1\x00\xd4\xad\xda\xfd\x65\x51\x1e\x6a\x84\x6b\xe7\xd7\xba\x39\xcf\x9f\xcc\xfd\x9d\xe4\x7d\x7a\x7e\xfe\x43\xa3\x5a\x74\x5e\x0d\x18\x63\x9e\x09\xaf\xe7\xe0\x23\x1f\xd5\x72\x84\xe4\xee\xc1\x13\x2d\xfb\x59\xd9\x66\xfd\xe7\xf2\x23\x1b\x20\x1e\xc0\xa3\x47\x13\xf3\x91\x2e\x56\xb0\x8d\xb9\x5a\xae\x05\x4b\x77\xef\x4b\xc4\x62\x41\x60\xd6\xab\x1b\xeb\xe8\x42\x15\xa1\x95\x5c\x9b\x45\x43\x82\x70\xb9\x75\x1b\x5a\x36\xb2\x82\xbe\xa9\xda\x3d\xfa\x32\x07\x4c\x7c\x78\x1d\x4c\x72\xa7\x92\x5d\x2d\xd3\x97\x86\x26\x8f\x81\x35\xad\x2c\x21\x38\x5b\xda\xf6\x8d\xed\x72\x8f\xac\xfc\x9f\x85\x0d\xce\x46\x4d\xc4\xaa\xa7\x4c\x22\xaa\x04\x9e\x52\x9c\x2a\xd1\xf9\x65\xb5\xf5\xad\xbd\xbe\x42\x1a\xce\x47\xf5\x96\x1a\x28\xc6\x39\x61\xf8\xea\x31\x5c\xa5\xf6\x29\x1b\x25\x43\x08\xe6\xdb\xed\x9a\xf8\x3f\xde\xa4\xa2\x41\xd4\x5a\xc8\x21\xff\x41\x69\x40\x1a\x4d\xe0\xdf\x36\xa9\xd8\x12\xca\x29\x6e\x52\xb5\xf5\x8f\xdf\xa1\xae\xfe\xb0\xd5\x9e\x22\x8a\x46\x43\x10\x1b\xf9\xf8\x45\x84\x07\x6b\xed\xca\x4e\x9d\x14\xa4\x22\xfd\x3d\xab\x02\xfc\x39\x01\x86\x02\x68\xc6\x1e\x1c\xd2\xb9\x9e\xae\xdb\x0e\x85\x0d\xb0\xfd\x16\xf7\x31\x5d\x60\x81\x69\x03\xc8\x2e\xb5\x13\x23\xdf\x28\xee\xf8\x29\xa9\x44\x3e\x59\x3c\x0c\x9c\x69\x12\x16\x8c\xa3\xab\x9c\xf7\x80\x74\xa5\xec\xaf\x13\xac\xf5\xc7\x36\x5e\x6b\xf0\x24\x13\x11\x23\xc6\x4c\x09\x6c\x02\x74\x3e\xa8\xdb\x08\x89\xf1\x04\xab\xb6\x81\x8e\xd4\xf3\x89\x8c\xed\xb0\xf8\x0e\xbb\xb6\x03\xc2\xb5\xc2\x5b\x1d\x5c\x74\x4d\x44\xa0\xdf\x61\xc4\xd9\xe7\x97\x53\x1f\x83\x40\x0e\x6c\xa1\x09\x63\x9f\x80\x32\xcf\xe6\xfe\x03\x80\xde\x97\x01\x80\x11\x16\x34\xe2\x8e\x9c\xb3\x83\xd9\x8e\x31\xa3\x12\xfa\xd0\xee\x80\xc8\x68\xf3\x2d\xf5\x61\xb5\x05\x27\x99\xbc\x88\x1a\x6a\x81\xa3\x70\x84\xf2\x5e\xcd\x5a\x1d\x21\xd9\xc6\x3b\x07\x0b\x63\xe2\x7a\x16\x41\x5d\x41\xbe\xfa\xd6\xfc\x1e\x91\xa7\xe0\xcc\x02\x38\x61\xd2\x40\xee\xa9\x9e\x91\x2d\xc3\x40\x8c\x76\x9b\x3e\x4d\x11\xa4\xcb\x0c\xd9\xfc\xcf\xc1\x9e\x8b\x09\xe1\x9c\x0e\x3f\x8c\x70\xa1\xed\xfb\x57\x2d\xd6\x1f\xcb\x13\xb6\x08\xc5\x8f\x17\x94\x6d\x16\x71\x48\x31\x3d\x72\xcc\xb8\xb8\x15\x15\x25\xf3\x29\xc1\x9f\xaa\x5c\x75\x14\x58\x0b\xa2\x0d\x66\x41\x14\xf7\xf2\x3e\x8f\xbf\x33\x3c\xb5\x1d\x08\x9e\x44\xe2\x50\x9c\x67\xf5\xc3\x19\x96\x53\x8c\x49\x3c\x11\xbc\xbf\x8c\xac\x9b\x1d\x59\x67\x8a\xaa\x5a\x93\xb7\x7d\x0b\x6c\xa6\xad\x46\xad\x95\x34\x1d\xed\x0f\x2c\x9e\xa7\xa5\x63\x2f\xcd\x0b\xc6\xf2\xaa\xa1\x81\xbe\xe9\x45\xbc\xbf\x65\xfe\x8a\xad\x58\x1b\xc8\xf9\xe9\xd6\xb1\x4a\x77\x3f\x4e\x65\xd7\x85\x1b\x9b\x9b\x3f\xea\xaf\x93\x8b\x85\x75\xf5\xe0\x41\xd4\x48\xe1\xa1\xcf\x5f\xd7\xa7\x5c\x9e\x1a\x92\xd1\x34\xc4\x2c\x4b\x03\x78\x83\x4d\x07\x89\x45\x22\xe1\x8e\x26\xec\xb1\xd9\xca\xe7\xdb\xb4\x18\x30\xf6\x39\xb4\x3a\xad\x54\x74\x73\x33\x76\xf6\xf9\x33\xac\x1b\xbf\x02\x27\xc2\xf4\x52\x77\x30\xc0\x72\xf4\x05\x46\x2e\x55\x5f\x37\x22\xa6\xc4\x05\xf5\xe9\x22\xd0\xd8\x1d\x64\x16\x46\x15\xd1\x55\x87\x3a\x97\x61\xc5\x1b\xb0\xce\x05\x30\xa8\x28\xbd\x5a\x7d\xfb\xbc\x05\x00\x53\xd9\xad\x4f\xb1\x40\x0c\xd0\x66\x9e\x08\xb5\x47\xb0\x21\xae\xe1\x54\x68\x98\x68\x7c\x79\x82\x20\xe6\x65\x96\x0f\xc7\x76\x7c\x8b\x5d\x85\x2c\xb3\x35\xd2\xd2\x09\x19\x6f\x90\x17\x76\x08\x96\x7c\x8a\x33\x50\x0b\xf0\xd0\x54\x87\xc2\x7d\xe0\x51\x21\x42\x55\xa9\x64\x1b\x82\xc1\x2b\xd7\x95\x56\x51\xa2\x24\xc7\x1d\x67\x62\xec\x52\x9e\xb9\x5a\x9d\x2f\x81\x4e\x38\x55\x66\xfd\x83\x52\x38\xb2\x4f\xb5\x23\x95\xae\x1e\x39\x13\x4f\xed\x98\x12\x5b\xf7\x9c\xc9\x8f\xed\x9e\xf2\x3d\x55\x2b\xf3\xfa\x8e\xda\x54\xcf\x7e\xb1\x73\x7f\x37\xa9\x24\xa2\xce\x99\x7c\x4b\x1e\x33\xe8\x03\x02\x32\xc5\x0f\xa7\x36\xa5\xf2\xbe\x32\x1b\x67\x0e\x59\x17\x5a\xed\xbc\xb1\x8c\x6a\xe2\x59\x74\x1a\x29\xee\x30\x0b\x04\x01\xb3\x37\x79\xae\x8e\x9d\x25\xbc\xdd\xa4\x30\x5c\xa7\x99\x01\xef\x7e\x61\xb5\x39\x9b\xe6\x8a\xeb\x45\x47\x94\xf0\xd3\x9a\x67\xb5\xe3\x37\xea\xc1\xa9\xfe\x0f\x8c\xb3\xa1\x4e\xe9\x12\x2f\x71\x85\xd2\x06\x04\x13\xfd\xd2\x0a\xdd\x1f\x66\xa3\xf7\x2d\x35\x5e\x27\xda\x47\x10\xc5\x92\x21\xdf\x84\x5d\x2c\xc0\x04\xd6\xcf\x86\xcc\xa7\xdd\xbb\x08\xd7\x16\x70\xc4\xbe\x38\x47\x56\x56\x65\x52\xfb\xc4\xbf\x6d\xa4\x4d\x48\x0b\xad\x0f\xa5\x6e\x56\x7d\xa7\xeb\xb4\x1d\x26\x9f\x4b\x01\xd8\x22\x12\x41\xe9\xb0\x26\x20\x49\xba\x3f\x54\x1c\xeb\x3a\x9a\x58\xd7\x65\x3a\xac\xab\xf4\x82\x11\xa0\x97\xf5\xca\x42\xd4\x2c\x50\xf2\x86\xa5\x0d\xbc\xe5\xde\x0a\x20\x13\xc3\xf1\xe4\xa9\x63\x95\x1d\xeb\x6c\xc1\x31\xb0\x01\x3f\x43\x89\x33\x79\xe0\x38\xf0\x9f\x79\x54\x83\x0f\xc2\x2a\x78\xcf\x63\x15\xbc\x11\x2c\xc1\x6b\x1e\x96\xe0\x65\x8c\xb3\xb9\x90\xb9\xc9\xfc\x01\xdb\xba\x04\x29\x17\x53\x49\xa9\x17\xaa\xcd\x1f\x90\x12\x30\x7e\x3f\x91\xb5\x6c\x39\x8d\xc7\xb8\xc8\x46\x32\xb7\xc6\xee\xc7\x25\x78\xea\x50\x56\xb2\xa7\xdf\x8d\x4b\x0d\x44\x4a\xa8\xe8\x2b\xa7\xac\x3f\xf6\x4d\x44\x4a\x08\xcc\x0c\xb2\xb8\x47\xf0\x89\xb6\x6c\x35\xf2\x48\x09\x4d\x42\x4a\x68\xe6\x91\x12\x8c\x26\x22\x25\x98\xcd\xac\x01\x69\xed\x31\xe3\xf8\x3f\x04\x32\x30\x05\x22\xa7\xbc\x3a\x08\x9d\xb0\xf6\x08\xa2\x62\xbb\x06\x98\xff\xd0\x3a\x23\x8a\x6b\x9d\x82\x9d\xf1\x11\x13\xda\x03\x14\x8f\xba\x30\xa7\xc6\x1b\x09\x08\xbe\x49\x0b\xe2\x17\x2b\xcb\x47\x03\x0a\xab\x3d\x58\x64\x61\x7d\xeb\xe7\x1c\x51\x51\x45\x50\xe7\xbf\xa1\x0f\x3c\x32\xf1\x14\x1b\x22\xab\x7c\x39\x1b\xb9\x64\xfa\xd8\xcc\xfd\xd2\x5e\x8b\x5f\x56\xac\xdf\xc8\xdf\x4b\x20\x02\xd8\xd7\x19\x46\xa6\xdf\x59\x0f\x52\x5b\x1e\xef\xea\xed\x5e\x39\x07\xb3\x00\x56\x78\x65\x7d\x5d\xd9\xb4\x83\x6c\xbc\xed\x3a\x57\xe3\x5a\x0a\xc4\xdf\x56\x37\x2f\xb0\x72\x72\x32\x5e\x86\xf0\xb0\x0d\x3c\x26\x11\x6e\x78\xbb\x8a\x3a\x5f\x2c\x43\x05\xb3\xfe\x1f\x5a\x76\xd8\x68\x9e\xa5\x5a\x05\x5f\x99\x18\xda\xac\x10\x26\x69\xbb\x52\x06\x82\x98\x9f\x2f\x85\x92\xdf\x2a\x1e\x23\x0b\x37\xa1\x74\x9e\x44\xa2\x98\xa9\x50\x41\x5f\x09\x0f\xbe\x59\xa5\x2e\xf0\x07\x4c\x5d\x67\xb3\x1a\xc6\xb9\x67\x67\x0f\xfc\x1a\x07\x8e\x59\x91\xec\xb5\x81\x45\xc5\xb3\x3a\xd0\x43\x8b\x84\xab\x23\xc1\x06\x1c\x56\xbc\xe3\xb4\x84\x20\xdb\x85\x83\xe5\xf6\x5e\xa3\xaf\xab\xfa\xeb\xd8\x77\xb2\x7a\x3b\xf7\x19\xcf\x86\x05\x93\x2f\x67\xc8\xf1\x95\xdd\x5d\x68\x65\xa5\x39\xc1\x19\x3b\xe8\x9f\xd5\x3a\x92\xf3\xf3\x51\x64\xa2\x14\x11\x08\x36\x76\xb6\xf6\xce\x11\xe5\xf4\x03\x7c\x39\xec\xac\x92\x68\xe0\xa6\xc2\x92\x43\xd6\x10\x2b\x18\xf1\xcf\x37\xf4\x36\xd6\xcc\x5c\xd9\x82\xf9\x94\x49\xf3\x52\xbb\xa7\x13\x1b\x91\x9c\x4c\x6f\x8f\x40\xc4\x9f\xb9\x05\x9a\xaf\x1d\xbe\xae\x42\xdb\x3c\x13\x2e\x4d\xe5\x3e\xe9\x05\x58\x68\x56\x32\xc5\x0f\xa5\x4e\xa5\xfb\x4d\x4f\xd9\x14\xa3\xe7\x68\xdf\xcd\xea\xbd\xfc\xad\xb8\x55\xe8\xd8\xbc\xe8\x64\x5d\x0f\xba\xb0\xb7\x8a\x2f\x1a\x5a\xf4\xa2\x26\x66\xfe\x44\xd6\xe1\xeb\x87\x52\xe0\x6f\xc5\x73\x2d\x9d\x63\x5b\x7e\xad\xdc\x87\x4e\x03\x7b\x5e\x3b\xfd\xdc\xf3\x12\x96\xf4\x7f\xed\x70\x82\x72\x10\x11\x71\xd3\xc9\x26\x99\xec\x42\xbb\xda\x81\xae\x1e\xaf\xfa\xbc\xd5\x7d\xf6\x20\x59\x1a\xcd\x39\x01\xca\xf1\xe0\xa1\x6a\x48\xdc\xf5\x6a\x76\x5a\xb4\x40\x9b\x2e\xac\xab\xf9\x25\xc8\x2d\xab\xba\x6b\x69\x35\x83\xbd\xae\x73\x85\x99\x5b\x41\x85\x99\x5b\xa3\x58\xc7\xcf\x4b\x71\x51\x14\x52\xdd\x67\x8d\xef\xd6\x39\x48\x10\x8f\xd8\x54\x80\xfe\xdd\xf8\xc8\x16\x9e\x5f\xa2\x9a\xac\x21\x13\x5f\x91\x4f\x5a\xd2\x94\x89\x97\xca\xce\xce\x5e\xff\x74\xec\x95\x35\xff\xf7\xdc\x74\x79\x06\x0c\x72\x68\xc8\xec\x31\xba\xe5\x47\x66\x3f\xef\xb6\x36\x00\x18\x99\xcd\xde\xaf\x4b\x62\x7d\x9f\x2f\x45\xa5\x79\x6f\xf0\xfc\xbc\x17\x4a\xa2\x7f\x5a\xae\xaf\x95\x7b\xef\xee\xf0\xfb\x72\x6d\x0e\xd4\xa4\x4f\x3d\xbe\x03\x80\x78\x61\xbb\x10\x36\xb6\xe2\x55\xf7\xdf\x66\xb9\x45\x89\x74\x6a\x3a\xd4\x41\xf8\x12\x95\x72\x25\x87\xbb\x6a\xa1\xc4\x96\xb6\x61\x83\xe7\xb7\xa1\x81\xc5\xa0\xe6\xcd\x62\xd0\xdc\x36\x0c\x87\xee\xef\xef\x55\xba\x53\x72\x60\xf4\xf4\x84\x53\x32\x63\xf2\xb9\x7a\xc8\x09\x9e\x64\xd5\xd5\xd5\x5b\xf2\xf9\x84\x2f\x2b\xd7\x39\xa5\xab\xe6\x75\xb3\xd9\x6c\xdd\xdf\xdc\xbe\xf7\xba\xac\xd5\x71\x79\x75\x95\xd3\x10\x2f\x35\xaa\x77\x9a\x32\x71\xdf\x36\x72\xcb\x4f\x7d\x80\xa6\x26\x4c\xbe\x35\x11\x26\xa2\xa8\x82\x66\xc5\xb6\xe5\x4f\x66\x47\xdc\x30\x71\x62\xea\x32\x6d\xff\x2d\xf2\xae\xf1\x88\x80\xef\xa6\xf2\x9a\xeb\x66\xfa\x57\x71\x49\x79\x76\xf9\x9d\x39\xa1\x38\x9f\x24\x82\x6c\x67\x55\xe0\xcf\xad\xe5\xff\xef\x55\xe0\x58\xa5\x5f\xfb\xb9\x0a\x3c\xfd\x4b\xe3\xd2\x28\x19\x3f\xde\x68\x05\x77\xc8\x5e\x94\x7c\x5d\xf3\xaf\xaa\xdf\xcd\x4e\xd4\x24\x91\xf9\x53\x33\xc2\x30\x59\x13\xb2\xb7\xc4\xfc\xb2\xce\x49\x96\x9d\x6b\x65\x7a\xf8\x28\x9b\x99\x5d\xed\x67\x50\xa1\x78\x2b\x0b\x2f\x0d\x20\x4e\xaa\xe7\x0f\x3f\x00\x33\x95\x62\x99\x95\x13\xee\xfb\x59\x99\xa1\xa7\xa1\xe1\x20\x87\xec\x3e\x37\xdc\x4d\x4e\xc8\x49\x59\xad\xa8\x0d\xa4\x5c\x54\x16\x2a\xde\x2e\x01\xd7\x42\x45\xce\x4f\xcd\x42\x85\xee\xbf\xe8\x55\x63\xd8\x62\xb3\x79\x3b\xb2\xd0\x69\xd5\xc6\xb5\x10\x71\xef\x88\x6c\xcd\xcb\x88\xa7\x42\xee\xa5\xa1\xd5\x02\x58\x74\x62\x0e\xa3\xf8\x88\x03\xf7\xc8\xec\x8f\xe8\xc8\x6f\x48\xc4\x29\x13\xf3\x02\x1a\x95\xae\xa9\x04\x6e\xa4\x4a\x37\x53\x16\x2d\x7c\x43\xc9\xc4\x57\x65\x6b\x65\x85\x97\xae\x9f\x3b\xd6\x57\x2d\xdc\xa2\x3e\xf6\x4c\x97\x4a\x86\x2b\x74\xbb\x96\xa7\x4c\x7e\xac\x20\x58\x2e\xec\xbb\xcc\xf0\x0e\x78\xa7\xce\x75\x8d\x82\x0c\xf8\xfa\x1e\xad\xab\x7d\x6e\xa7\x87\x8d\xfc\x15\x89\x6b\x67\x1b\x02\x5e\xf5\x0f\xd5\xef\xa4\x64\x7f\xd3\x0e\x2b\x0f\x57\xd2\x6e\xc3\x99\xec\xf0\x1d\x42\xd7\xf1\xd2\x09\xc9\x5d\x79\x68\x65\x32\xa3\x75\xc8\x4b\x06\x92\xc6\x21\xcf\x6d\xfa\xd3\x8d\x22\x65\x73\x57\x98\xfe\x76\x4d\x7c\x37\x38\x1d\xd6\x7b\x52\x1a\xe8\x9b\x0f\xbc\x60\x42\x56\xa0\xb0\x52\x08\xad\xf8\x7d\x6f\x5e\x97\x78\xb6\x8a\xcd\x9f\xf6\x96\x9e\xd0\xee\xb8\xec\xb0\xe1\x5b\x09\xd0\xdc\x65\xb7\x55\xb5\x72\xa6\x75\x24\xb2\x15\x11\xde\x63\x2f\x6c\x65\xf6\xce\xf0\xf6\x05\x93\x00\x4c\x25\x6b\x4d\x91\x81\xae\x6c\x4f\x39\x0c\x84\xa6\xc6\x28\xcb\xa1\x30\x15\x8a\xea\x47\x4c\xdc\x9d\xb7\x54\xa4\x06\x30\xea\xef\xbb\x09\x06\xc4\x03\xc2\x13\x53\x83\xfc\x11\x58\x7f\xaa\x7c\xff\x64\xb6\xc9\x6b\x86\xc4\x51\x53\xfd\xdd\x63\x42\xea\xec\x10\xc8\x6c\xb9\x6f\x56\xc5\x89\xfe\x42\x76\x07\xaf\x9f\x77\x04\x84\xe8\x08\x50\x47\xb5\x5d\xe3\xd5\x8b\xd4\xc5\xa9\xe2\xa5\x83\xbb\x75\xd6\x6e\x4a\x80\x8e\x69\xad\x08\x93\x31\x11\x98\x62\x5c\x87\xb4\x62\x2c\xe1\x27\xa0\x9f\xe8\x0a\xe8\x47\x4b\xda\xcb\x30\x1b\x18\x5f\xa3\xf8\xa8\x8d\x14\x9d\xe4\x0d\x1b\x6e\xc6\x6c\x97\x27\xc4\x75\x0d\xbe\xb8\xda\x7b\x39\x97\xde\xb8\x82\x04\x7f\x75\x7a\x88\xec\x92\x16\xed\x79\x9d\xf6\x06\x67\xb9\x68\x70\xbd\x55\xd4\x3b\xb9\x58\x39\xa8\xb3\x05\xe7\x6a\x48\x20\x8b\x46\xb0\x0e\xc6\x48\xdf\xa1\xe3\x98\x78\x30\xc1\x29\x04\x6f\x30\x5a\x70\x2b\x91\x29\x62\x96\x86\xd9\x12\xe3\x9d\x97\x3b\x2e\xa7\x69\x99\xf4\x53\x35\x14\x7f\x94\xc9\x5e\x00\x06\xd4\x81\xaf\xfc\x9b\x9a\x95\x16\xaa\x4a\xf0\x7a\x57\x48\x15\x17\x0b\x60\x3c\x0f\xbc\x5a\xe7\x57\x7b\xbd\x85\x95\x60\xae\x08\x73\xaa\x8a\xae\x50\x6e\x14\x85\xaf\x86\x9a\x2c\x60\x58\xbe\xb2\x1e\xd9\x7f\xd4\x15\x26\x57\xae\xd0\x60\x00\xf6\x85\x37\xd1\xc6\xc7\xfe\xba\x31\xb5\x31\x60\xb6\xc7\xf7\x31\xcf\xf4\xe5\xc6\x36\x67\x26\x01\xb6\x08\x0d\xd2\xb1\x26\xb5\xb2\x2a\x3f\x96\x27\x91\xdd\x62\x7a\x39\x78\x3b\xaf\x97\x6d\xb5\xb3\xfd\xbf\xd9\x5c\xab\x9d\x75\xb3\x74\xbd\x7e\xce\xbc\x82\x0e\x54\x6d\x4c\xc4\xe5\xbd\xca\xcd\xc7\xb2\x2e\xc7\x8e\xb2\x72\xec\x77\xf1\xe0\x98\x5a\xb0\x43\xf2\xa1\xac\xf1\xfa\xb1\x7b\xd3\x81\x3a\x63\xe2\xfe\xac\xeb\xc9\x57\x9c\x89\x7b\x5d\xbd\xa6\x8e\x50\x11\xaa\x2d\x95\xbe\xb3\xef\x93\x12\xe1\x73\xd1\x73\x5a\x25\xaa\xe5\xf6\x30\x4f\xb6\x86\x91\xae\x18\xa1\x27\xf9\xbe\xd1\x45\xb0\xe7\x4c\xaf\x88\xd7\x14\xeb\x04\x60\x39\xd1\xc7\xa2\x26\xbc\x90\xb6\x01\x09\xdc\x11\x13\x6f\x9e\xd1\xcd\xad\xbc\xb4\x91\x5d\x3d\xdd\x8a\xc3\x98\x97\x1d\x31\xb7\x9b\x2d\x90\xc4\xc0\x2b\x70\x67\xb6\x9c\x4c\xd3\xa9\xb6\xe8\x3d\x17\x4c\xdc\x6f\x9f\xf5\xdf\xfd\xfe\xfa\xb9\x6c\xb3\xe1\xd5\x1d\x8b\x9f\xee\x98\xb1\xc9\x73\xf9\x93\x0d\x70\x65\x44\x08\x7a\xfb\xf2\x7b\x59\xfa\x82\xf5\x73\x65\xe9\x68\x9c\x9e\x71\x5c\xb6\xfc\xd2\xd0\x71\xed\x09\xd4\x3c\xd9\x6c\x69\x99\x5c\x87\x01\x53\x22\x5b\x2a\xb4\x3d\x50\x10\x0d\x5b\xfb\xd4\x7c\xa3\x8f\xfa\xa1\x1b\x4e\x25\xee\x59\xc5\xfa\x97\x1a\x3e\x9f\x77\xbe\x28\x4d\x57\x49\xe0\x21\x98\x55\x77\x0e\xcb\xd8\x76\x17\x17\x70\x34\xd8\x1f\xba\x92\xb7\xda\xd0\x86\x34\xcd\x20\xf5\x74\x50\x6f\x20\x8b\x75\x07\x8a\x95\x35\xa5\x2b\xdd\x86\xc9\x1d\xaf\xf9\x3e\x6f\xb1\xcf\x6b\x04\xa9\x7c\xbd\x6c\xf9\x3f\xf7\x7a\x09\x72\x7a\x68\x7e\xeb\xf5\x34\xdc\x63\x72\xdf\xaf\xbd\x6e\x36\x40\xbd\x5f\x54\xb0\xd7\x97\xeb\x5e\xbf\xa7\x41\x5a\xea\x76\x8c\xdd\x6e\x96\x08\x1e\x32\x6c\xff\x7b\xbf\x0d\xd3\x2e\xbf\xb2\x61\xeb\x5b\xbf\x5f\x5b\x00\xe4\x6a\x7f\xfd\xd7\xa3\x0d\xd5\x1c\xb9\x6e\x13\x35\x19\xb9\xdc\xde\x0f\xbe\xfc\xe7\x5e\x37\x3b\x8e\x92\x08\xb1\xcc\x75\x78\xe6\x86\xca\x9e\xb2\xdf\x7e\xe8\xf0\xe5\xa7\x81\x0e\xae\x3b\x7c\xb5\xa4\x25\x7a\xd0\xea\xf9\xf4\x32\x36\x6c\x40\xb9\xde\x09\x72\x09\x3c\x8e\xf1\xd6\x21\x26\x13\x35\x28\x0e\x21\xd9\xe0\x49\x1d\x1c\x76\xfb\x7c\xf5\x36\x1d\x87\x6a\x65\x2b\xd4\xa5\x65\xb3\x4b\x39\x65\x01\x0e\x0b\x15\x8d\xb3\x23\x6f\x23\xb1\xf5\xf5\xcd\xa2\xd1\xd5\x37\xeb\x5f\x96\x25\x20\x12\x14\xcf\x5e\xf3\x9f\x5b\x55\xf7\xee\x39\xeb\x05\xb2\x2c\xd8\x8c\xe9\x16\xfc\x66\x17\x59\x5b\xe9\xf3\xba\x89\x43\x17\xc1\x58\x4b\x0f\xf1\xdd\x0f\x98\x4b\x32\x3b\x51\xe5\xfa\xa6\x89\x14\xab\x1b\x7e\x80\xeb\x84\x09\x27\xdf\x8a\xc7\x5b\xb8\xe1\x6d\x05\x2a\x72\x3f\xe3\xf6\x6f\x62\x44\x7d\x16\xd1\x73\xf6\xcd\x6e\xb9\x0e\x80\xb3\x1d\xcc\x57\x0d\x2c\xdd\x78\x8a\xf2\x50\x02\xf7\xd4\x2c\x6e\x76\xbf\x7d\x3f\x61\x6c\x72\xc1\x57\x1e\x1d\xb1\xab\xae\xa5\xdb\xce\xf3\x48\xb7\x5d\xc0\x8a\x43\x4d\x6a\x85\x6a\x8e\x5b\x52\xa7\xd7\xc0\xe5\xfa\x89\xa7\x19\x16\xe2\x2b\x7d\xb9\x01\xa8\x63\xcc\xf6\x60\x85\x3c\xee\x7c\x88\xea\xa6\x6c\xe3\x7a\xcd\xf9\x1c\x15\x63\x93\xa6\xe8\x8c\xe3\x88\x30\x5b\x56\x0b\x7c\x5e\x7f\xd1\x48\x84\x72\xfd\xe0\x67\x0b\xf7\x15\xf5\xfc\x0f\x98\xa8\x67\x65\xdc\x1a\x14\x21\x6f\xe5\xe5\xf4\x34\xbf\x80\xc1\xc5\x85\x0c\xdd\x43\x73\x03\xd5\x53\x0f\xc6\x86\xc0\x09\x00\xd2\xdc\x06\xb7\xd2\xd0\x3c\xfe\x3e\x91\x36\x63\x03\x9a\xf0\xbb\xb2\x40\x0a\x7c\x36\xf4\x89\xb6\xcf\xa4\x41\xae\x36\xa1\xa6\x9d\x1d\x79\xed\xe6\x94\xaa\x73\x58\x6e\x4a\x29\x33\x25\xa4\x82\xc0\x8c\xca\xad\xb8\x9e\xea\x7a\xc9\x41\xe9\xd7\xba\x9a\x6b\xf5\x83\x1a\x90\x0a\xcd\x75\x1d\xe7\xda\xb4\xcc\x1b\x73\xed\xb5\x10\xd2\x07\x9f\x2a\x9e\xfb\xe9\x6c\xdb\xec\xf9\x2b\xe3\x0a\x3f\xa5\x07\xe1\x0d\xc9\xa5\xde\x5e\x0b\x18\xa2\x64\x2f\xd5\x21\x9e\x0a\xee\x29\x5a\xce\x15\xcc\x4a\xfa\x97\x71\xa4\x3b\xf7\x38\x24\x9f\x9d\x1f\x36\x82\x7d\x48\x37\xc2\x9f\xd6\xb1\x5a\x3e\xef\x5e\xd2\xc7\x1a\xfd\x73\xf5\x4a\x84\xe0\x16\x99\x56\xae\x86\x53\x7d\x0f\x68\xac\x98\x1b\x30\x5a\x6e\x70\x38\x45\xe7\xea\xc2\x11\x32\xc2\xdf\xe8\x88\x1e\xe4\xeb\x29\x1c\x95\x67\x6c\x70\xb9\xda\x52\x93\xca\x5e\x62\xcd\x9c\x12\xfd\xcb\x88\x34\x62\xcc\x78\xa5\x6a\x6a\xd0\xec\x04\xbb\x53\x2b\xfd\x0c\x0b\xc5\xbd\x13\x17\x23\x3f\x03\x88\x67\xa0\xa6\x21\x1d\x02\x35\x01\xb7\xbb\x31\xa5\x32\x73\xe9\x23\xeb\x18\xfc\x83\x5c\xfd\x60\xec\x88\xa6\xe9\xe4\x87\x4f\x02\x9c\xd4\xfe\xb1\x57\x1e\xb1\xf0\x69\x2d\xbe\xd3\x37\x7f\x9a\xbc\xde\x29\x26\x2f\xe7\x58\x92\x1b\x07\xa5\x63\x89\x6d\x5a\x49\x4d\x79\x1e\xd0\x93\xf7\x3a\x42\x3b\x4f\x1b\x27\xa8\x83\x5c\x44\x93\xe2\x35\x4a\x53\x29\x5e\x23\xc2\x2e\x5d\x54\xc8\xbd\xd1\xe3\x7e\xdd\xc0\x94\xc9\x04\xab\xf6\x6f\x11\x13\x21\xac\x40\xeb\xa8\x6b\x79\xe5\xdf\xce\x8a\x30\xb1\xd1\xe3\xba\x98\xc2\x5e\xe4\x56\xae\x55\x91\xf8\x66\x9d\x58\xdf\x8f\xf8\x68\x5b\x18\x0f\x38\xe1\x85\x29\x3a\xa0\x31\x4e\x37\x1b\x8a\x98\x0e\x99\xf8\x6a\x85\x48\xed\x5e\x78\xb9\xc1\xa8\xfc\x48\x5a\x12\x33\x04\xfd\x44\x69\x89\xa1\x38\x37\x61\x66\x5f\xd5\x08\x4a\x54\x26\xa0\x26\x3b\x16\x84\xd0\xef\x1c\x91\x8d\xe7\x3d\x86\xff\x45\x80\xf5\xbe\xce\x9e\xbe\x3e\xc0\xff\xa3\x03\x07\xc5\x28\x84\xc4\xaa\xd7\x12\x18\x36\xe2\x4b\xb7\x11\x60\x1e\x18\x2c\x25\xf1\x86\x0d\x84\xf8\x1d\x38\x1f\xed\x87\xe6\x49\x66\x5a\xc5\x9a\x87\x38\x12\x60\x21\x54\x78\xcd\x4a\x7d\x87\xdd\x0b\x16\x94\x0f\xcf\xc4\xa1\xa8\xae\xf8\x28\x6d\x84\x06\x9e\x65\xaf\x15\x9f\x00\xb8\x46\x54\x59\xc2\x20\xb4\x16\x8a\x7d\x0b\xaf\x3a\x35\x29\xa2\x87\x0a\xe1\x70\xe9\x5b\x85\x2c\x44\x9d\xb3\xa9\x77\x0a\x9a\x39\xc2\x93\x47\x4f\x16\x68\x33\xcf\x3b\xb0\xed\x03\xbe\xdb\x50\xf6\xfa\x99\x72\xa7\x6b\x3d\x35\xbb\x2e\x8f\x31\x1a\x93\x04\x98\x8f\x78\x0e\x94\x95\x29\x42\xee\x13\x46\x7b\xed\x80\x4b\xaa\x74\x54\x52\x56\x82\x42\xdd\x74\x46\xb7\x52\xfc\x1f\x81\xce\x64\x83\x62\x11\x55\xc3\x1d\xca\x9f\x99\x1b\x53\xf2\x5b\xdc\xa7\xec\xa2\x03\x5c\x67\x1f\x40\x9f\xd8\x6b\x7d\x22\xe0\x44\xff\x5b\x3a\x00\xae\x46\x95\xaf\x60\x30\xb7\x22\x13\xac\x18\x9f\x47\x0e\xe4\x45\x04\x0f\x10\x51\x0e\x1f\x6d\x8b\x47\x9f\x5d\xad\x12\xaa\x73\xeb\x88\xd9\x55\x9c\x56\x9f\x6d\xe8\x5f\x1a\xf0\xcb\x5d\xa4\x04\x03\xbc\xd2\x70\x74\x3c\x16\xd9\x8b\x72\xa5\x1c\xf4\x6a\xb0\x90\x84\x8d\x87\x30\xe2\x6b\xac\x78\xec\x63\xbf\xd7\x31\xc2\x3b\xec\x79\x82\xaf\xae\xae\x58\x72\x26\x12\x02\x2e\x1e\x86\x1a\x50\x3d\xf9\xf1\x96\x50\x35\x2a\xa1\x84\x76\x38\xda\xed\x8a\x1d\x5a\x50\x7f\x36\xba\x3f\x54\x35\x7e\xc6\x91\xe8\x5d\xb2\xe7\x42\xcf\xe8\xb1\x80\xfb\x81\x75\xff\x93\xeb\x9e\xac\x45\xf6\x58\xf6\x09\x79\x0a\x98\xf4\x5b\x87\x67\x8b\x6e\x5a\x8d\xcd\x86\x6a\x81\x4a\xe0\x63\x1f\x8c\x1e\xca\x3f\x70\x07\x25\x48\x88\xda\xe4\xa5\x39\x58\x65\xc8\xf9\x55\x01\x8c\x90\x19\x56\xde\xb7\x4c\x91\x53\x99\x44\x98\x6a\xda\xf6\x13\xbe\x0e\x60\x72\x8b\xbe\x87\xa5\x8d\x13\x3f\xb6\x51\x7f\xa5\xcf\xeb\xd8\x06\xb5\xc4\xe0\x21\x7e\xb3\xe4\x9b\x18\x3c\x09\x32\x06\xe1\x37\xe8\x95\x1d\xe6\x48\x4a\xe8\x0c\x49\x32\xfa\x15\x44\x85\x28\x01\xbd\xe3\xeb\xb6\x8e\x1b\xaa\x79\xd0\x38\x15\xc9\x81\x9e\x77\x00\x06\xee\xcf\xf0\x19\xc6\x18\x18\xd7\x47\xe7\xab\xd2\x96\xbd\x7e\xe5\x36\x7f\x45\x07\x1b\xae\xe6\xc3\xb9\xff\x6d\x35\x3f\x32\xe7\x49\xc3\x89\x32\xc7\x3c\x10\xcc\x83\x5a\x8f\x48\x14\xb5\x43\x62\xd8\x69\x18\x83\x1f\x72\x02\xce\xf0\x2d\xa8\x17\xe9\x6f\x51\x0c\x99\x6d\xf6\x32\x06\x9d\xe7\x33\xa2\x7d\x85\x0f\xd0\xa3\x88\xba\x08\x5c\x2c\xd9\x00\x74\x9c\xe1\xe8\x74\x2c\x66\x3b\xd6\x75\xdf\x37\x22\x01\xcd\x89\xf6\x2c\x5b\x96\x68\x77\x44\xc7\x42\xd5\xcf\x60\xd9\x54\x16\xa6\x13\x82\xc7\x64\xc7\xf1\x54\x65\x1e\x5f\x25\x90\x55\x0a\x82\xee\xee\x12\xc9\xac\x5a\x29\xc2\xa0\xe3\xf5\xd1\x1c\x70\x75\x34\x6b\x9d\x4d\x32\xf1\xc1\xf0\x98\xb2\x99\x73\x07\xad\x1c\xcf\x32\xdb\xd0\xba\x95\xbc\x8c\x66\x4e\x1b\xf3\x7e\x5e\x3b\xf0\xbf\x68\xa1\xd4\xb7\x33\xa1\xad\x2e\x6a\xd2\x45\x2d\x60\x48\x97\x15\xfd\x60\xd4\x2d\x5c\x34\x3c\x26\xea\x00\x9c\xe3\x20\x5d\x1d\xad\x47\x3d\x48\x25\x34\x3d\xd1\xe2\x65\x07\xbc\xec\xb5\x78\x56\x0d\x5c\x1f\x72\x38\x2a\x39\x07\x14\xcb\x1c\x98\xa4\xa6\x14\xdf\x62\x83\xa2\xe8\xb5\x82\xc3\x36\xc4\x77\x15\xa1\xb8\xf5\x36\xeb\xab\x8b\xb7\x10\x90\x90\x91\xd8\xec\x70\xb8\x4a\x91\xcc\x5d\x20\xb6\xfc\x1c\xc9\xdc\x38\x4b\x20\x18\x16\x3d\x9d\xd1\x19\x3e\x01\xc7\xd2\x5a\x2c\xd3\xe2\xb3\x99\xf0\xf8\x81\xef\xd7\x12\x1d\x6d\xea\x8c\xc0\x60\xdf\x10\xf3\x9a\x5a\x2b\xb0\x9a\x08\x8d\x54\xe9\x4c\x91\x55\x1e\xb1\x17\x66\x7a\x99\x4f\x46\x80\xd7\x6a\x88\x54\x7b\xea\xe6\x15\x1c\x3e\x2c\x0c\x50\x92\x1c\x49\xf0\x21\x88\xc6\x4b\x50\x29\x96\x5b\xa4\x9c\x9f\x67\x08\xa7\x45\x68\x9a\xd6\x20\x6b\x97\x01\x1f\xc4\xfc\x8c\x16\xde\xeb\x05\x8e\x07\x64\xc9\x80\x4a\x4b\x78\x21\xd1\xdc\xa9\xc7\x3a\x0e\xf5\x16\x14\xda\x8f\xcb\xc9\xd6\xa1\x35\xd6\x2d\xef\x6d\xd5\xd6\x4c\x5d\x8c\xf0\x75\x3e\x4f\x66\x98\xd0\x0e\x8f\x6b\xa0\x3e\x34\xbc\x38\x90\x27\x4b\x17\x0d\xe1\x1a\x07\x58\x0a\xba\x6c\x85\xd6\xdc\xac\xb5\x83\x17\x19\xaa\x21\x7e\xa6\x64\x54\xd5\x17\xea\xe5\x3b\x3e\x71\x93\x3e\xf1\x02\xe3\x21\xee\x9b\x50\x63\xa1\xef\x17\x01\xff\xf6\x5a\x03\x26\xfb\x65\x29\xde\x07\x6d\x7c\x04\xc1\xd9\x52\x7d\xeb\xd5\xbe\x92\xae\x58\x99\x98\x99\x0e\xd9\x4f\xa6\x38\xb5\x38\xe2\x70\x48\x26\x1e\x9a\x50\x04\x44\x91\x3a\x97\xb8\x9c\xd5\x73\xe7\xab\x76\x57\x7b\x81\xc1\x87\xd6\xf0\x2c\xa8\x49\x03\x17\xa1\x7d\xe0\xad\x8f\x72\x06\xa1\xd9\xe4\x4f\x06\x94\x09\x30\xdf\xaa\xa5\x4a\xe3\x02\xca\x06\x95\x85\x85\x35\xd5\x7b\x6e\x1e\x80\x1a\x44\x7c\x6d\xd1\x18\x9e\x34\xcf\x5d\x0a\x57\x0e\xd0\xb7\x3c\x40\x6b\xfe\x08\xe4\x76\x4b\x21\x23\x83\xf2\x08\x77\x9c\x55\x38\xa5\x2c\x96\x78\x3e\x67\xb1\xc3\xc7\x6d\xa5\x56\xb6\xb9\x44\xf5\x72\x50\x7e\x64\x2d\x3e\x5e\x2d\xd5\x48\x36\xb9\xf4\xe0\x0f\x36\x50\xef\xd3\xe0\xe3\x35\x7c\xac\x73\x19\xea\xef\xab\x9c\xd5\xf8\xd8\x00\x7d\xb6\xca\xa5\x59\xa5\x67\x9e\x38\x33\xf9\xb8\x6a\xaa\x8f\x06\x97\x35\x93\xbe\x3f\x72\x76\xe1\xe3\x26\x20\x0b\x9d\xb9\x6c\x69\x5a\xa7\x35\x67\x09\x1f\xfb\x70\xd9\x89\xcb\xc0\xcc\xfa\x7e\xe0\x63\xb4\x56\xf6\x5c\x26\x64\xb6\x28\x15\xe9\xc0\xc7\x4d\xb3\x77\x8d\x80\xd3\xc2\x3b\x87\x6d\xb3\x07\xe2\x46\x9d\x1e\x20\x03\x02\xeb\x08\xd4\x7d\x3b\x2e\x2b\xfa\xa9\x33\xb6\xe5\xe3\x0d\xbc\xcb\x86\xcb\xad\x7e\xa9\x09\x0b\xf9\x78\x0d\x0d\xad\xb9\x0c\x75\x5f\xea\x9c\x05\x7c\xbc\x84\xab\x7c\x2e\x5d\x7d\xf9\x3b\xf3\xf8\xf8\xdc\x56\x8b\x77\xc5\xe5\xa5\xdd\xd5\xc3\xeb\xf2\xf1\x1e\xf2\xec\x96\x5c\x1e\xb6\xb6\x7e\xe6\xd7\x78\xd3\xea\x41\x4e\xe9\xb6\xd5\xd3\x4f\xfc\x20\xaa\xab\xf7\x3c\xd5\xd5\xdb\x78\x07\x0f\x79\x95\x91\x7e\xd8\x82\xbd\x8c\x77\xa0\x2c\x2f\x64\x94\x58\xfa\xca\xf9\x78\x0f\x57\xcc\xe4\x41\x5f\xf9\xc9\x9e\xc7\x98\xbc\x3a\xcd\x27\xaf\x3e\x8d\x8f\x70\xc5\xa3\x8c\xb3\x2b\x1f\xc6\xc7\x9a\x0d\x39\xa5\x71\xcd\xd6\x5f\xde\x8f\xf7\x80\x3f\x30\x94\x87\x90\xbe\x5c\x72\x76\x37\x3e\xc1\x7d\x03\x99\xe8\xfb\x67\xac\x3f\x3e\xc3\x07\x47\x5e\xb2\x8e\xf6\xc6\x4b\x78\x15\x5b\xba\xfa\x95\x16\xcc\x1a\xef\x60\x80\x84\x8c\xf4\x40\x9d\x39\x93\xbd\x0d\x86\x04\xa7\x6f\x99\xd4\x6a\x42\x4d\x50\x2c\xd6\xa1\xf6\xe3\x86\xf2\xfa\xd7\x96\xd8\x84\xa4\xc1\x46\xb8\x8d\xde\x37\x18\x8d\xc2\x78\x5a\xc0\x5b\x08\xd5\xe3\x73\x54\x21\xe0\x5e\x34\x29\x02\xf4\x58\x6e\x78\x6d\x03\x88\xcb\x5b\x69\xc4\xba\xad\xef\x4f\x72\xad\x13\x95\x1b\x5c\x90\xc0\xeb\x1d\x23\xa3\x8f\x2e\xf8\x2c\x64\x28\xce\x48\x7f\xbb\x07\x74\x38\x48\x53\xbd\x4c\x00\x06\x52\x94\x00\x4e\x80\xf9\xdc\x43\x46\x38\x2c\xd2\x3a\x51\x0f\x97\xde\xaf\x3d\x6c\xf8\x0e\xc4\xe3\xe5\x09\x8f\xa4\x61\xa9\x09\x3c\x0f\x90\x23\x54\xe2\x3b\x1f\xf4\xae\x16\x8f\x2e\xa8\xd8\x28\xb1\x07\xc9\x01\x44\x78\x4e\x96\xde\x52\x34\xdd\x9c\x53\xf9\xb3\x0e\x90\xdd\xac\x23\xea\xa8\xca\x03\xeb\x9d\x24\x6c\xaf\x01\x28\x60\xe0\xe0\xbd\x84\x37\xee\x32\x45\x82\x00\x2d\x80\xac\x24\xf7\x0d\x8a\x2c\x03\x9f\x0b\x48\x38\x61\xe6\xef\x6b\xf2\xd3\x1a\xcc\xdf\x86\xa5\x33\x8b\x86\xf0\x34\x1b\x99\x3d\xf4\xd3\x44\x23\xbd\x6b\xc6\x58\x4d\x34\x43\x5d\x05\x97\x5e\xbe\x01\x02\x70\x7c\xba\xdf\xbd\x60\x2d\x91\x12\xbe\xac\xd1\x35\x40\xcc\x42\xe2\x1a\x93\xa1\xa9\xd9\x96\xd3\x7f\xa7\x1b\xfc\x6e\x0d\x87\xe8\x42\x94\x35\x78\xb1\x6c\x48\x17\x13\x21\x96\x3c\x46\x9e\x69\x00\x9c\xcd\xa5\xcc\x5f\xac\x93\x9f\xd2\xfe\x49\xc0\x3c\x38\x70\x0d\x01\x03\x40\xd7\x7b\x9d\x62\x09\x5a\x38\x2f\x05\x1a\xcb\xba\x46\x87\x41\x18\x49\x9d\x9b\xce\x9c\xb9\x8e\x74\x32\x41\x48\x8e\x0e\x93\x43\x03\x3c\x23\x6c\xc5\x03\xea\x4d\x8a\xfe\xe7\x73\x1f\x53\x2a\x2c\x41\xc7\xd7\x88\xb1\x71\x02\xcb\x07\xaa\x37\xc7\x39\x4c\xa9\x45\x84\x72\xf1\xf3\x0c\x9d\x95\x17\xb1\x83\x0b\x97\x22\x36\x40\x8d\xf8\x5a\x02\x74\x2e\x43\x28\x7e\xa4\x54\x9d\x1d\x02\x48\x83\x6d\x58\x10\x60\x63\xaf\x3b\xec\x84\xc6\x81\x02\x97\x52\x2c\x7e\xc4\x81\xd2\x67\x1f\xac\x5f\x11\x70\x09\xf4\x68\xe0\x95\x12\x26\x77\x11\x56\x15\x13\xa1\xd4\xea\x99\x92\xd7\xe4\x69\xdd\xc4\xbc\x97\x03\xce\xc0\xfb\x7e\x4f\x25\xe7\xcf\x54\xbf\x82\xa0\x1e\x6f\x19\xbc\x53\x0e\xf4\x69\x47\xa4\x44\x36\x94\xa4\xfa\x69\xd5\x65\xef\xe0\x76\xff\x80\xca\x55\x6a\x00\xdb\x62\xc2\x4f\xa1\x45\xe8\xf6\x18\x39\x5a\xe2\xb6\x5b\x20\xab\xb3\xdd\x12\x84\x64\xa8\xe6\x74\xcb\x3b\x4d\x41\x06\x26\x16\xf7\xf9\x88\x30\x08\x5e\x70\x57\x07\xe5\x97\xb8\xac\x29\x00\xa3\x2d\x43\xac\xa3\xc8\x3e\xc3\xf8\x5d\xba\xa0\x54\x02\x3f\x25\x7b\x6e\x73\xf4\x52\x3b\x8c\x3d\x43\x8f\x21\x1a\xfb\x8c\x1d\xea\xa0\x11\xb5\x04\x71\x22\x12\x91\xb4\x53\xa0\x22\xb5\x90\x7c\xbf\x8b\x14\xf8\x6d\xca\xac\x69\x6c\x32\x27\x8b\x40\xca\x3b\x51\xea\xc0\x5a\x83\xe9\x16\x44\xb3\xfe\x1e\x22\x8b\xa6\xcb\x43\xcc\x55\x39\xf3\xcd\x11\x7d\xee\x74\x41\x03\xf0\xd3\x65\x43\x2c\xa7\xd8\xb4\x71\xeb\x77\xdb\x14\x75\xa2\x9e\x52\x5f\x28\xe5\xb4\xd3\x02\x6b\xd5\x31\xb0\xf0\xf5\x7d\x0d\x10\xf5\xf2\x22\xc2\xf4\x33\xc6\xa2\x22\xe0\xd5\x0c\x53\x96\x71\xc8\x8c\x18\x30\xdb\xae\xe3\x92\x28\x21\x57\x81\xc8\x69\xcf\x17\xa2\xab\x38\xd4\xc1\x23\xd1\xe1\xcb\x66\x8f\x16\xb4\x1a\x4a\xeb\x0f\x23\xb9\x4d\x2c\xa5\xa3\xc8\x0a\xdf\x21\x54\xb2\xac\x20\xe8\xf5\x3b\xbe\xde\x8a\x52\x9b\x22\x5b\xf5\x21\x10\xed\x9d\x8d\xcc\x69\xb4\x3e\x4b\x7b\xae\xd1\xd8\x18\x94\x5c\x28\xb3\x12\xab\x25\xd8\x67\x0d\xee\x62\x43\x0f\x53\x87\x1d\x2a\x13\xa7\xd6\x84\x29\xab\xc8\x05\xf9\xbe\x3c\xe4\x5a\xa1\x72\x0c\xfb\x56\x2b\xea\xfb\x7c\x2b\x43\x66\xb7\xd4\xd4\x4e\x06\xf5\x88\xf8\x08\x82\x6d\x6e\xae\x23\x9c\xeb\x35\x7e\x67\xf0\x70\x45\xa8\x38\x68\x92\xae\xe0\x94\x68\xf2\xca\x9e\x72\xd5\x16\xea\xf0\x58\xe2\x16\x5f\x72\xf7\x90\x7e\x3d\x08\xd4\x34\xf6\x9d\xf5\x9e\x76\xc6\x02\x84\x2b\xa4\x63\x79\xc2\xc3\x86\x66\x09\x59\xb6\x88\x3b\xbc\xc6\x8e\x2e\xa0\x63\x23\x7a\x74\x8c\xa4\xfb\xfa\xd2\x15\x0a\xc0\x13\xc2\x90\x2c\x64\x7a\xa9\x3a\xe5\x04\x29\xfd\xe9\x4a\xd8\x00\x61\x38\x7b\x57\xa3\x3f\x60\xf6\x7c\x7d\xd0\x22\x7c\x05\x28\x8f\x21\x7e\x7e\xf7\xf7\x9c\x8a\xd1\x30\x0f\x2b\x14\x67\xd8\xb4\x8c\x04\xfb\xfb\xe6\xc0\x35\xa5\x02\xb8\xb9\x1a\x74\x56\xd8\x4c\x7c\x41\x77\x3f\x21\xe4\x2d\x5f\xd5\xd2\x69\xa0\x09\x16\x53\x5a\xd8\x8e\xee\x7d\x6f\x55\xba\xb7\x51\xa0\x1b\xfc\x74\x86\x54\x36\x70\x0a\xcf\x91\x34\x0b\x00\xd9\xe7\x39\x0e\x42\x28\xb9\x1b\xb4\xb7\xc4\x02\x1a\xe7\xe6\x8d\x41\x9e\xb5\x48\xc4\x6a\x23\x7f\xea\xb7\x60\x02\x33\x77\x81\x3b\x41\x6c\xf1\xd5\x3f\x97\x30\x34\xf2\x8d\xb2\x0f\x93\xfc\x6a\xf0\x70\x35\xb4\x20\xd1\x69\x2d\x0d\x17\x03\xd5\xb2\x04\x9b\x09\x62\x6d\xac\x16\x53\x92\x9a\x3e\xeb\x6a\xbc\xb2\x41\x8b\x68\xd9\x74\x70\x94\x1c\xc6\x06\x1e\x02\xc4\x4c\xe9\x47\xa7\x8a\x2e\x81\xc7\x43\xce\xe2\x06\x1f\x15\x2e\xda\x52\xe3\xc6\xbd\x1d\xba\xd7\xb8\xba\x77\xab\xef\x55\xff\xf6\xb2\xe9\x57\x8d\x28\x49\x30\xc2\x95\x7e\xf9\x3e\x62\xa1\x56\x12\xdf\xb7\x75\x40\x23\x72\xf9\x06\x39\xe7\xe1\x8b\x1c\xb2\xd6\x85\xe3\xd8\x39\xac\x64\xf7\x96\x1b\x91\x69\x1a\x68\x9e\x7f\xb4\x50\x43\x7a\x6d\x77\x50\x40\xad\x70\x4d\xc9\x98\x1f\x00\xc3\x45\x76\xbd\xb6\x24\xd3\x02\xb5\x03\x65\x60\x9b\x27\x5d\x45\x02\x2b\x15\x13\x0e\x30\xad\x51\x6e\xd3\x45\x66\xcf\xc7\x65\x9b\x79\x62\x05\x8f\xa2\x34\x05\x8d\xa5\x0a\xb9\x37\x50\xd7\xe4\x60\x48\xd2\x6e\x45\x44\x9d\x8d\x78\xe9\x76\x05\x49\xf2\x66\x25\xfa\x1c\x1d\xe1\x04\x5d\xac\x57\x20\xc2\x12\xb1\x7c\xc6\x83\x6a\x89\xb0\xdc\x5a\xb8\xae\xb9\x87\x35\xa6\xf6\x65\x2d\x91\xa5\x64\x0f\x15\xf4\x82\xb5\xd0\xe6\xb6\x2f\x07\x40\x10\x11\xbd\x33\x62\x83\xd9\xc9\x01\xb2\xc9\x6d\xc0\xb0\x77\xf6\x6b\x3b\xdd\x03\xc8\x0c\x14\x1d\x78\x41\xce\x7b\x6d\x8c\xff\xb6\x43\x4b\x9b\x34\xec\x11\x33\xc9\x31\xff\x32\xb4\x2e\x87\x6c\x23\x21\x3a\x3c\x30\x2c\x5c\xb7\xa4\x4f\x8c\xea\x4f\x2d\x6d\x0b\x2d\x6d\xe0\xbc\x8d\xcd\x3e\x95\x43\x01\x31\x80\x60\xaf\x03\x9c\x0a\xbb\x6b\x1e\x32\x95\x42\x93\xa9\x8b\x0e\x7f\x03\x8f\x65\x79\xc0\x9c\xe7\x0e\xe6\x95\x4e\x95\x16\xec\x30\xf1\x16\x63\x3c\x13\xa6\x9e\x0a\x52\x4c\x14\x74\xeb\x6a\x1f\x4d\x75\x75\xb3\x2b\xc2\x04\x52\x99\x66\x9e\x2b\x50\xb0\x1b\xa7\x2e\x36\x6b\x33\x2c\x1d\xa0\x5d\x8a\xa4\x02\x0d\x68\x5f\x7a\x7c\x2b\x51\x61\x9d\x31\xf1\xf4\x58\x78\xf9\x3a\x50\x86\x43\xae\x50\x63\xba\xc6\x7d\x9b\xd4\x89\x3c\xd3\x58\x82\x28\xad\x89\xcc\x10\xda\x70\x26\x64\x8c\xfe\xa6\xa1\x9f\x48\xa5\x34\xdd\x17\x95\xd6\xbb\x5a\x85\x10\x50\x66\x4c\x88\x35\xba\x77\xff\x66\x9f\x48\xb5\xff\xa0\xb2\x5d\xbd\x82\xba\xd1\xc6\xb1\xf5\xa7\x76\x0d\x0b\x99\x97\xbc\x82\x16\xff\x08\xfb\x66\xd3\x9a\x86\x7c\x37\xd1\x6f\x6c\xf3\x40\x86\xcd\x16\x8a\x98\xca\x45\x7f\xab\xa1\x12\xc4\xc3\x09\xdf\xd1\xa7\xd4\xc1\x86\x4f\x27\x2a\x60\x30\x88\xbe\xd9\x42\x00\x99\x13\x98\x58\xe2\xce\x8c\xd1\x11\x77\x06\x83\x4d\x7c\xd4\x48\x11\xaa\x13\x3d\xc3\x05\x8c\x81\xd9\x6e\x05\x95\xed\x27\x8e\x86\x56\xed\x57\x3b\xab\x65\x4a\x35\x4a\x5b\xcb\x38\x4b\xc0\x9a\xd8\x80\xf3\xbb\x46\xe6\x1b\x36\x83\x35\x75\x7f\x6a\x26\x84\x04\x4a\x76\xe4\xe6\x45\xd2\x51\x91\xaa\xe5\x8e\x01\xaf\x2f\x12\x19\x73\xa8\x71\x5e\x41\x73\x95\xc2\x23\x0c\xf9\xdb\x23\x4c\x59\x5e\x0b\xa5\xea\x78\xe7\x6f\x8f\x18\xec\x3b\x98\x91\x17\xa1\x83\x75\x29\x60\x74\xe5\xd6\x0e\x90\xb2\xa1\x0e\x8f\x8c\x0b\x8f\x5c\xfe\xfa\x48\x17\x95\xf9\x35\xbf\x7c\x7f\xa4\x73\x46\x2f\x8b\x2b\xe7\x70\x50\x95\x2c\xe4\xb1\xce\x3f\xa1\xfa\xeb\x13\x6a\x12\xfc\xe8\x1b\x1e\x18\xdf\x9f\xe0\x1b\x30\x99\x06\xdf\x83\x5d\x2b\x5b\xdd\xd6\x8e\x23\x20\x08\x19\xd2\xfe\xaf\x0f\x08\x24\x11\x11\x21\x19\x94\xb4\x60\x10\x0d\xb0\x12\x30\xf1\x27\x9d\xe4\x5f\xdb\x0a\x65\xd9\x10\x8c\xf9\xa2\x91\x76\x56\xeb\x03\xc2\xec\xee\xce\x98\x6b\x5a\xfb\x48\x0f\xf0\x1d\x67\x15\xf9\x88\x79\x13\x6b\x28\xf2\x82\x7a\x09\x34\xcd\xd3\xe7\x76\x7e\x5d\x5d\xfb\x17\xb5\x9d\x86\xe1\xe9\x07\x35\xc4\xe4\x4d\xf0\x74\xb1\x26\x0f\x3b\x84\x2a\xd2\xae\x5b\xb7\x34\x24\x11\x0a\xad\xde\x14\x55\xa3\xb1\xea\x44\x07\x15\x20\x52\x31\xde\xeb\x07\x1c\xee\x25\x0f\x96\xf6\xed\x47\x77\xf8\xfe\x2c\xf1\xe0\x1e\x31\x43\x36\x65\xb0\x81\x8c\xd7\x8b\x5c\x5f\x40\x72\x7e\x7a\x51\xe1\x71\xa2\xc1\xa3\xed\x5f\x80\x8e\x82\x79\xb3\xeb\x42\x69\x7e\xc2\xd1\x9d\xb2\x40\x43\x4c\xcc\x2b\xdb\x1b\x78\xa9\x05\x80\x58\xda\x17\x1b\x74\x8d\xab\x1b\x4f\x50\xdc\x7d\xf3\x4e\x10\x77\xc9\x1c\x73\x08\xe0\x44\xda\x14\xfa\xb1\xd9\x41\xd2\x8a\x13\x58\xee\xee\x37\x08\xe1\x12\x9a\x3d\x1b\x1e\x96\x0a\xa6\xda\x69\x25\xb5\x61\x7b\xe6\x4a\x17\x6b\xfb\xa8\x25\xbc\xaa\x13\xe8\xa3\x12\xe6\xfb\xe5\xe3\xa7\x45\x09\x1c\xfd\x80\x04\xfb\x15\x1f\x72\x21\x1d\xb0\x1f\xe2\x4d\x57\x67\x2b\xb3\x49\x73\x83\x25\x47\x3e\x86\x3b\x17\x4b\x4d\x2c\x1d\x18\x76\x79\xc2\x3a\x83\x9a\x3a\x7d\xed\x00\xcd\xa9\xb5\x41\x31\x3f\x58\x9c\x2e\x54\xf7\x4b\x12\xa5\xff\xae\x8a\xd8\xcc\x81\x4c\xbf\x2e\xeb\x3c\xa5\xca\xc5\xfe\x86\x72\x31\x40\x4c\x97\x33\x3a\xaa\x67\x1e\x62\xd9\x7d\x7b\x56\xb1\xed\x05\x9c\x22\x73\xa7\x7d\x22\x98\x27\x70\xa9\x89\x88\x87\xa2\x3c\x64\x8e\xbc\x56\x99\xcf\x3c\xc0\x1a\xf1\x2b\x75\x89\xad\x39\x75\x2f\xff\xbd\x3a\xc5\xbb\x4b\x2c\x92\xf8\x66\x2d\xe8\x86\x6e\x2a\x4b\x6b\xce\x6c\x4b\xeb\x49\xb4\xdd\x91\x53\x4e\xe9\xeb\x4a\xa1\x59\x92\x1e\xa8\x53\x22\x6a\x23\x04\xa9\x09\xc3\x6e\x96\x6c\xeb\x6c\x80\x31\x6e\x52\xb6\xd9\xe3\x4b\x79\xc4\x1e\x9c\x2d\x7c\x61\x77\x60\xc4\x05\x6b\xe7\x66\x60\xca\xc4\xfd\x1a\x2b\xa6\x01\x2f\xc1\xa2\x6b\xe9\xb7\x97\xf4\x37\x9b\xd9\xbd\x14\xd6\x63\x39\x3a\xf2\x65\x02\x8a\xc9\xeb\x16\x9e\x6d\xd7\xb0\x1e\x82\xa5\xe3\xf1\xc8\xe4\x13\x46\x95\x56\xa8\x8d\x57\xa1\x28\x4a\x59\xa5\x99\xa9\xb5\x01\xd0\x1f\xb8\x2c\x48\x20\x29\xb6\xa7\x87\xee\xbb\x25\x56\x1e\x32\x89\x59\x14\x71\x2c\xd3\x26\x7f\xb4\x3f\x98\xd4\xe6\x47\x09\xff\xd7\x16\x87\xfd\x17\x86\xc5\x1a\xc0\x2e\x01\x6f\x48\xb4\xba\xd9\x93\xa3\xcb\xff\x23\x4f\xfe\xa3\xc9\xb5\xc1\x67\x4c\x42\x34\x9e\xed\x36\x75\x53\xf7\xe1\xfa\xd9\xed\xf0\xff\xe6\xd9\x13\x26\xa4\xdf\x72\xf4\xa2\xb7\xbf\x80\x68\xb7\x1b\x84\x7f\x36\x39\xe4\x7d\x99\xc0\x76\x64\xba\x9f\xb2\xe5\xf4\x80\xa7\xd6\xf0\x67\xb3\x5e\x46\xda\x28\xfe\xd9\x38\x51\x92\x78\x85\x85\x26\x60\xfc\xc7\x56\x70\xcc\x0e\x39\x4c\x41\x56\x07\x74\x85\x37\x7e\xb3\x4e\xae\x9b\x4a\x0a\x4d\x21\x37\x49\x07\xad\x13\xa4\x06\x55\x97\xfa\x36\xd2\x60\x3a\x28\xb1\x95\x85\x73\x2d\xb1\xf7\xda\xd1\x9c\x18\x58\xe8\xb2\xb9\x80\x0b\xca\x95\xc1\x1a\xd3\x97\x4a\x3e\x6c\xcd\x79\x2b\x42\xe1\x8e\xa1\x48\x28\xe7\x44\x20\xa2\x94\xc9\x32\x7e\x42\xef\x4f\x13\xf0\x71\x52\x67\xb5\xdb\x03\x6d\x50\xfb\x6a\x93\x3a\xaa\x2c\x47\xa0\x5b\x07\xeb\x71\xc3\x99\x7d\xe1\x2d\xd0\xbe\x07\x63\x48\xd4\x59\xb9\x38\xa3\x5d\x0c\x29\x1f\x74\xac\x03\xb8\x1e\x3e\x2f\x90\xd1\x2c\x12\xb9\x5a\xe4\x0e\xb0\x35\xea\x18\x83\x68\x65\x65\x67\xb2\xf0\x20\x7d\x66\x50\x75\x51\xb2\xac\x5b\xc4\x43\x55\xdb\x14\xac\x86\x15\xde\x0b\xa5\x74\x07\x00\x5c\x1e\xb6\x5d\xaa\xfe\xd5\xa9\xff\x62\x2b\xcc\xb3\x85\xe6\x1d\x26\xd5\x09\x97\x6f\x13\x8b\xde\x1f\x03\x66\xc2\xe3\x2d\x0f\x87\x0e\x94\xb4\xf9\x61\x48\x6e\x5f\x03\x62\xaa\x76\xc4\x93\x06\xcf\x29\x88\xca\x70\x78\x57\x82\x7f\x0d\x23\x2d\xdf\xbc\xf0\x2f\x55\x15\x84\xaf\x60\xc3\x12\xf8\x71\x94\x75\x04\x5e\x7f\x83\x07\x18\xa0\x01\xa8\x06\xcf\xf2\x41\x29\x12\xac\xd0\xae\xd8\xa1\x9d\x34\x8a\x0b\x76\x52\xf9\x93\x09\x28\x4b\x7a\x5b\x36\xd1\xf8\xa9\xe2\xc4\x41\x24\x1e\x6c\xe4\x1d\xb2\x89\x5c\xf6\xe8\x54\x43\x53\x4f\x04\xa2\x5e\xe3\x29\x07\x2a\x04\xc6\x4b\x6a\x3e\xed\xf1\x0e\x32\xfc\x85\x08\x0a\x8f\x3f\x05\xb2\x9c\x56\xbb\x7a\x64\x33\x23\xfd\xcf\xe2\xc4\x35\xa8\xa1\xda\x03\x10\x34\x12\x07\xab\x23\x28\x89\x17\xc1\xc2\x87\xd8\x1b\x10\x3a\x4f\xc4\x89\x05\x19\x10\xe2\xc3\xc3\xe0\x07\x02\x9a\x3e\x5c\x56\x58\x30\x58\x5d\x82\xdf\xef\x09\x88\xc8\x6c\x70\xd4\x0f\x9f\xd5\x37\xc0\xc2\xd3\xf3\x10\x0a\xcb\x5c\x39\xe8\x2c\x9d\x08\xf3\xcb\x23\xdf\x09\x64\x13\xb2\xb6\xd8\x02\x30\x88\xb8\x58\x80\xfe\x78\x37\xd4\x24\x77\x4b\xf5\x04\x79\xe0\x18\xfd\x7e\xcd\x07\xbf\x5f\x28\xcc\xbd\x28\x44\xb9\xe7\x14\xe4\x9e\x15\x62\xdc\xcf\x14\x9d\x9d\xe6\xa3\xb3\x4f\xe3\x2a\x88\xb2\x47\x59\x0b\xd3\x98\xef\xc3\xb8\xed\xf6\x21\x92\xda\x71\xd3\xf8\xf0\x78\xbc\x81\x0f\x23\xb9\xd5\x5f\xfa\x9c\xdd\x53\x78\x76\x98\x0f\xcf\xde\x51\x78\x76\x90\x0f\xcf\xf6\x29\xe6\xea\xe4\x63\xae\xbd\x71\x13\x1a\xb3\x65\xcb\x4d\xaf\xec\x8e\xd1\xb9\x2b\xa5\xbb\xa2\x2f\x37\x9c\x59\xe3\x12\x5c\x22\x64\x25\xf7\x7c\x61\x11\x7c\x54\x3d\x07\x1f\xf5\xf7\xe0\x3c\xe1\x2f\xe0\x3c\x79\x36\xad\x02\xd4\xd4\x2f\x18\x2f\x50\x0e\xb9\x2c\xf1\x42\x79\xa3\x57\xa1\xca\xe6\x09\x13\xcf\xa7\x0b\xcf\xca\xfd\xb2\x54\xd1\x71\xf5\xe3\x07\xd0\x9e\x8d\x06\xcf\x04\x8f\x47\xb8\xeb\x66\xb5\x8f\x9b\x43\xae\xe4\xd6\x0b\x84\x2e\x4d\x63\xb3\xa6\x0f\xc4\x71\x17\xbe\x3c\x81\x7e\x56\x42\x67\xd0\x01\x73\xd3\xc6\xd3\xb2\x9d\x52\xcd\x26\x55\xba\xef\x9d\x49\x97\x37\xf1\xc8\x98\xba\x4b\x02\xa9\x81\xcd\x2f\x22\x4e\xf1\x52\x2c\xac\xdd\xfa\x32\xc7\x48\x0b\x98\xa5\xc2\x6e\xd6\xb3\x12\xe8\xb7\x56\x9c\x82\x53\xdb\x21\xaf\x0d\xa1\xb2\xf8\x54\x93\xd9\x48\x46\x18\xea\x26\x3f\x07\x15\xe7\x26\xb1\x55\x60\x79\x2e\xb5\x20\xcc\x15\xf2\x5a\xef\x07\xa4\x90\xa5\x3e\x27\x2e\xe8\x0f\x9d\xb4\x80\xd1\xe4\xc2\x4b\x0b\x9d\x65\x2b\xe6\x66\x94\x43\x34\x30\x22\x3b\x43\xfa\xa8\x18\x54\xbf\x79\xe2\x4c\x3c\x19\x11\x95\xbc\x2b\xed\x70\x4e\x25\xcc\xea\xef\x67\x63\xc7\x75\x49\xb7\x98\x27\xfd\x6c\x3e\xe3\xd7\xac\x31\x93\x60\xdd\x08\xe5\xe8\xb5\xb6\x83\x55\xf5\xd8\x3c\xc0\x10\x4f\xb6\x55\x1b\x63\xea\x28\x3b\x75\xb5\x78\x36\x54\xd2\xe3\xf5\xf8\xb7\x09\xf3\x22\xf4\x27\x1d\x77\xd0\xda\x13\x44\x35\xd0\xb9\x1e\x71\xb7\x2a\x32\x30\x8c\x95\x81\xac\xd6\x07\x9f\xeb\xc8\x2e\x40\x1a\x27\x34\xf4\x64\xc8\xd1\xd8\x47\x67\x91\xbd\x8a\x1b\xe6\x51\x0f\x96\x32\x7b\xf9\x43\x83\x7f\x03\x84\x2a\xaf\x2c\x70\x2c\xaa\xd6\xad\x7a\x85\x8e\x13\x80\x01\xec\xde\x97\x1d\x36\x9c\x37\xb0\xb6\xbc\x83\xc9\xb9\xeb\x74\xa5\x30\xb1\xa3\xc0\x0d\xb1\x9a\x42\x20\x30\xcd\x1a\x34\xf7\x34\x36\x8f\x4c\x5c\xa4\x71\xee\x42\x32\x52\x15\xde\xe3\xc2\x3b\x24\x83\x61\x5a\xfd\x44\x64\x3b\x68\xd5\xb6\xf2\xbb\xa6\xd1\x90\x39\x40\x07\xc2\x00\x2c\xcf\x98\x9c\x1b\x51\x37\x63\x91\x97\x2e\xf7\xbc\x6e\xbe\x0e\xbc\x86\x29\x5f\x31\xb4\x53\xe3\xc9\x3e\xc5\x31\xb0\x5f\xca\x93\x41\xd0\x13\xc9\x9a\x50\x71\xd4\x10\xa6\x65\xb0\x13\x26\xc6\xb9\x1a\x6c\x8d\xf5\xc0\xa6\xe5\x36\x67\xb6\x2b\x50\xad\x65\xc3\x64\x9d\x9e\x0b\xf7\x60\x43\xd9\xaf\xd5\x03\xa2\x16\x34\xce\x16\x01\xaa\xab\xc3\x00\x1d\x02\x9f\xc4\x02\xd6\xe6\xf5\x3a\xc7\xca\x06\x38\x4a\x5a\x35\xf4\xc3\x08\xca\x30\xa8\x98\xa0\x5d\x1d\xac\x25\x61\xec\x09\x8a\xb9\x7b\x00\xd6\x3b\xeb\xa0\x3e\x58\x82\x9c\xaf\xbb\x52\x49\x35\xae\x34\x2e\x35\xaa\x22\x32\xed\x6c\x97\xb6\xf7\x6a\x3c\x1e\xce\x4a\x68\x3d\x5e\x78\x27\x56\x2b\xfc\x79\xcf\xcb\x13\xb6\x48\xb8\x5f\xcd\x19\xf2\xad\x35\x22\x41\xb4\x31\xc4\xb3\x30\x26\xe5\x19\x1b\x99\x7c\xb7\xea\x96\xa5\xa8\xf7\x18\xa6\x4e\xd7\x0e\x5d\x70\x1b\xcc\x23\x14\xd1\x67\xbe\xcb\xc9\xea\x79\x03\x05\xec\xb0\xbe\xb2\xf4\xb9\x20\x2b\xe2\x07\x69\x7c\xde\x74\x69\xf7\x77\x90\xa8\x46\x9e\xce\x10\x1b\x15\x21\xaf\x8c\x32\xd4\xa1\x0b\xa6\x5e\xa5\xbf\xc6\xdc\x3b\x61\x9b\x31\x06\x4b\x65\x3b\x01\x95\x55\x3c\x05\xef\x3f\xc0\x9d\x5d\xc3\xd8\xa4\xcc\xf9\x8f\x4c\x8c\x8f\xdb\x14\xe9\x05\x62\x56\x95\x0d\xd5\x12\xbf\x27\xa3\x4e\xef\xe3\x17\x8c\x9b\xd3\xa8\xd4\x0b\xf8\x65\xab\xb9\xb8\x05\xe4\xd7\x40\xb2\xc2\xde\xfe\x13\x5c\x8d\x3a\x43\x9e\x10\x9e\x15\xc7\x50\xae\x4e\x6a\xbd\xcc\xbf\xca\x0e\xf3\xf9\x7c\xd5\x10\x19\x1a\x42\x6d\x78\x35\x56\x6b\xaa\x95\x0f\xb9\x39\xfe\x3e\x56\xfa\xd7\x98\x37\xae\xc6\xaa\x94\x58\x30\x83\x4f\xe1\xfb\xdf\x62\xb2\x5d\x8d\xd1\xa2\x30\x46\xaf\xac\xff\x50\x76\xd8\xe3\xbc\x69\xe6\xba\xdb\xb9\xee\x6e\xe9\xac\xbb\x7b\xb8\xd1\x5d\xfd\x6b\xcc\x93\xab\xee\x2e\xcf\xd4\xdd\xed\xfb\x0f\x40\x6f\xff\xf1\xd4\x7a\x83\xdf\xa7\xb6\xda\x9f\x97\x1d\x36\x9d\x77\x33\xb8\x85\xca\xcf\xaf\x76\xab\xf3\x06\x67\xf6\xbc\xba\xce\x8d\x4d\xeb\x3f\x68\x60\x59\x12\x85\xfa\xfe\xc0\xe7\xff\xde\xc8\x69\x2d\xb2\xd7\xf0\x68\xf7\xeb\xab\x8e\x06\x5c\x25\x9e\x8e\xb5\xeb\xa6\x7d\xc3\x2a\x2f\x61\x6c\x0f\x3f\xa1\xb5\x7d\x5b\x33\x33\x26\xc6\xa7\x25\xbd\xf5\x8c\x89\xb7\xd2\x26\x85\x8d\x98\xb2\xfe\x0b\x8c\xaa\x32\x03\x32\x67\xd5\x96\xc7\x2d\xeb\x07\x58\x35\xdd\x7e\x93\xeb\x03\xb2\xdb\x03\x30\x07\xff\x98\x02\x1f\x8c\x58\x03\xf1\x36\xef\x3a\x7e\x2f\x3b\x5a\x8e\x1a\xbf\x48\xaa\xf5\xa0\xc1\x81\xec\x3c\xca\x82\x64\xe2\xee\xa8\xd1\x91\x1c\x76\x1a\xe1\x19\xe5\x89\x4d\xda\xe9\xb8\x6d\xa5\x5b\x14\xe8\x1b\x1a\xfd\x1f\x90\xc0\x52\x04\xa0\x5d\xee\x85\xbb\x2f\xe5\x01\x1b\xcd\x97\x41\x3e\x9a\x1e\x71\x37\xb8\x1e\xeb\x4c\x04\xfe\x95\x90\x2b\x60\x75\xdd\x78\xf2\x3b\x93\x21\x4f\x36\x39\x6a\x15\x94\x41\xa7\xf4\xc5\xbe\xcb\x93\xf8\x23\x6b\xbf\x8a\xed\x17\x71\xa2\xd2\x49\x7e\x45\x48\xc5\x7b\x65\x44\x7d\xce\xcf\xc7\xae\x3a\x20\x59\x09\x2e\x6b\xf1\xe0\xdb\xcb\x15\x16\xd2\x0d\xc9\xe8\x57\xaf\x7b\xa5\xee\x58\x0b\x36\xb8\xf0\x52\x5b\x64\xd0\x4c\xa2\xc1\xc3\x6f\xad\x67\x3b\x20\xfc\xf8\xbb\xd6\xd5\x1d\x3e\xb4\xae\xf6\x57\xbe\xef\xde\xff\xb4\x75\xa3\x24\xc8\xde\x47\x11\x15\xc4\xdd\x6f\x53\xbb\x56\x3b\xb4\x5e\x11\x10\x87\x02\x0a\x45\x51\xe3\x21\x5d\xb8\x84\x69\x90\xe7\x18\x31\xdd\x9e\xb6\xb9\xc5\x57\x5d\xdd\x04\xa0\xfa\x86\x7b\xf9\x51\x16\x96\xf9\xf0\xb9\x3a\x42\xd9\xc0\x7b\xe3\xd0\x2d\xdb\xe2\x23\xe1\x58\xe9\x03\x65\x3f\xe2\x8e\x0e\x70\x9f\xe7\x4e\x70\xa6\x0f\xfb\x61\xee\xac\x97\x17\xb1\x1a\xa3\xb5\xd6\xc2\x64\x60\xd9\x4c\x30\x51\x3c\x22\xfe\x03\x83\x9b\x68\x5f\x49\xe3\x62\x11\x8d\xf7\x00\x7f\xa8\xd0\x0f\xa5\xf4\x07\x58\xa1\x55\xee\xa2\x8a\x24\x97\x06\x88\x7d\xd9\xa2\x7c\xa8\x57\xcf\xa4\xfd\x67\x02\x8b\xe7\x97\xda\xce\x80\x4a\x40\xba\x81\x69\x11\x0d\x38\x64\xad\xef\x78\x83\x1a\xaa\x1b\x16\xb1\x7f\xbf\xe2\x1d\x17\xba\xe3\x9c\xde\x11\x58\xf8\xec\xf8\x8c\xbf\x1c\xf1\xc8\x41\xcf\xb1\x46\x0a\x8d\xad\x5b\x8a\x8b\x07\x6f\x2a\x3c\x7e\x40\x78\xeb\x91\x01\xf1\x67\xfb\xe9\xe4\xdd\x3a\xbb\x2b\x35\xba\x3c\x21\xbc\xaa\x15\xf0\x37\x8b\x71\xe3\xeb\x17\x98\xd6\x3f\x21\xda\x4c\xe6\xbb\xaa\xbc\x71\xf4\x6e\xeb\xf4\xb4\x90\x9e\xe6\x5f\xb0\x73\x1b\x4f\xdc\x38\xce\x7e\xbc\xdc\xf7\x6e\x1d\x5e\x3f\x5e\x7e\x6c\xfe\x74\x54\x7d\xbb\x05\xb3\x45\xec\xa7\xd5\xad\x83\x69\x77\xc6\xb1\xf1\xb3\xf3\x48\x0f\xdf\xf6\xf3\x6f\x55\x97\xff\xfe\x18\xba\x09\x2a\xfb\xed\x18\xda\x1d\xac\x82\x60\x8f\x8f\x85\x8d\x4b\xa7\xc6\xd3\x7e\x5f\xc4\x4e\x0a\xaa\x37\x21\x92\x32\x59\xa2\x8f\x9d\x66\x0c\x0a\x4c\xc8\x93\xfe\xdf\x9e\xc0\x20\x9c\x87\xec\xf1\xeb\x77\xb9\x4c\xbb\x4d\x29\x4f\x7f\x29\x97\xd5\x1d\x75\xae\x64\x5b\xb5\x23\xb2\x03\xf8\x62\xff\x4f\x0e\xe0\x9d\xfd\xf3\x01\x6c\xc4\x88\xc5\x19\xf2\xa8\xff\x8b\xb2\x50\x38\x07\xe9\x04\x6e\x07\x1c\x72\x09\x10\xc4\xd8\xe4\x9d\x74\x30\x02\xf4\x5a\x0c\x1f\x21\x19\x65\x0b\xf9\x0a\xb6\x27\x94\xf6\x74\xfb\xdc\xd1\x3d\xaa\xc7\x98\xc3\x1a\xf2\xb8\xff\x77\xb3\xa9\xee\x38\xc1\xe8\xd5\x13\xeb\x87\x73\xe7\x7f\xd1\xfa\xfe\x6c\xfd\xf1\xdc\x51\xc2\x74\xc1\xec\xf9\xb9\x7d\xfb\xd8\xd1\xd7\x29\x21\xaa\x46\x03\x8e\x90\xde\x5e\x34\x5b\x10\xc3\xfb\x6c\x1d\xc0\xdd\xe1\x92\xa5\x2a\x18\xd4\x8e\xc9\x5e\xd9\x91\x31\xef\x95\x0d\xc9\x5e\x21\xc2\xa3\x0c\xd6\xb7\xb5\x08\x76\x45\x1e\x6b\x28\x55\x5c\x79\x45\xf6\xbf\x3c\x83\x38\xdb\x89\xc0\xc8\x73\x31\x24\xc2\xf7\x8a\xc5\xfe\x13\xc6\x58\x69\x69\xe7\x58\x84\x6c\xc6\x06\x95\xa5\x8d\x4a\x0d\x1c\x13\x43\x35\x5a\x72\x95\x92\x7a\xcb\x83\x40\x86\x29\x2f\x07\xe4\x23\x96\x98\x33\x3b\x0d\xd6\xdf\x92\x84\xee\xc2\xc4\xca\xd7\xb9\x43\x19\x5a\x75\xd5\x23\xe7\xc3\xde\xc5\x50\x15\x71\x97\xe0\x74\x59\x0d\xca\xc3\x68\x63\x79\xc2\xb4\x85\x27\xd2\x04\x39\x91\x26\xf5\x33\xe6\x42\x8a\xb0\xc4\x69\x92\xc2\xbd\xb2\x8e\x6d\x48\xcb\x78\x99\x9e\x77\x44\x64\x65\x33\xeb\xc2\xa3\x0d\xf9\xc6\x69\x41\x67\x8e\x89\x19\x66\x7a\x8a\x58\xec\x20\x7c\xf1\xfa\x52\x16\xec\x8d\x0a\x02\x5b\xbb\xac\x20\xd0\x0a\x85\x9a\x12\x27\x9d\x92\xfe\x5a\xa0\x48\xbe\x9a\x12\xff\x87\x29\x41\xb2\xc1\xce\xae\x10\x24\x41\x2c\xc5\xd7\xca\xca\x2e\x5f\x27\x3d\x7c\x1f\x35\x26\x57\x7e\x1f\xd3\x1b\xa0\x50\xf9\xea\xd5\x05\x20\x62\xf5\xa6\x46\xe1\xd5\x0f\x7f\xf1\xea\x7b\x78\x75\x47\xbd\x7a\x9f\x5e\x3d\xeb\x67\x55\x88\x25\x6f\xf1\x12\x76\x15\x8b\x11\x65\x52\x93\x1a\xb1\x52\x44\xe2\x5c\x93\xa9\x23\x8e\xc9\x8b\xfe\x0d\x8a\xf9\x8d\x5a\x46\x86\x24\x22\xbc\xa2\x53\xed\x6b\xc9\xc5\x6c\x1d\x40\x53\xa7\xb3\x8b\xbf\xb7\x36\xe2\x3f\xf8\xfd\x95\x8d\x5e\x4a\x90\x0e\xce\x26\xe7\x67\x35\x20\x0f\x46\x9d\x2a\x38\x23\xa4\x64\xfa\xc4\x5c\xf5\xa3\xc1\x33\x61\x10\x24\x56\xce\x79\x76\x21\x90\xe4\x25\x67\xe2\x79\xdb\x48\xfd\xca\xf2\x63\x37\xd5\x4e\x2d\xf2\x75\x1f\x3a\xdd\x0c\xcb\xad\xdd\xb4\xd1\x3e\x78\xc5\xd5\xc1\x3e\x5b\x58\x3d\x4a\x12\x31\xe8\xaa\x33\xeb\x20\x1a\x2d\x02\x9e\xc5\x4a\x03\xfa\xf5\x22\xcb\x9f\x6a\x74\x5a\xcb\x9f\xf0\xeb\xdd\x88\xf0\x30\xc6\x98\xf2\x08\xe4\xfc\x5b\x7e\x21\x18\xbb\x9c\xe3\x09\x18\xaa\x2b\xfd\xd4\xb5\x6b\xbf\x75\xea\x39\xbf\xd1\xde\xca\x3a\x7d\x32\x69\x29\xa8\x23\xe1\xe9\x9c\xd0\xa8\x3c\x32\x31\x77\x97\xf9\xb3\x55\xea\x05\xb8\x1f\xa5\xa8\x74\x5f\xb9\x15\x05\x96\x86\x2e\xa4\xec\xe8\x7c\x4d\xf5\x03\xa1\x47\x8e\xd8\xc0\x15\xed\x1c\xa4\x69\xcc\x2b\xcb\x5e\xd6\x2b\xff\xeb\x0f\xa3\x72\xd4\x03\x31\x02\xa0\xba\x29\x96\x20\x89\x79\x8a\x59\x27\xbf\x1a\x5f\x99\x92\x15\x68\x15\xa8\xd0\x98\x29\xcb\xef\x6c\xf4\xb2\x3f\x43\x00\x74\xe6\x6d\xec\xc2\xd6\x7d\xa5\x4a\x05\xb6\xe4\x87\xb9\x4e\x05\x60\x07\x7e\x42\x7a\x55\xf4\xd4\x46\x9c\x01\xd6\x3c\xe6\xa1\x48\xb7\x9e\x15\x30\x75\x30\x15\x7e\x8d\x4e\xfa\xb1\xea\x4d\x89\xe3\x91\x52\x81\xaf\xf6\xa0\xbf\x4e\xd4\x51\xb8\x44\xb1\x81\x3e\x2f\x43\x54\x00\xc0\x4f\x6e\x05\x7d\x3f\x0d\x8e\x54\x6d\xa6\x53\x4a\x99\x2f\x4b\xcf\xe9\xa3\x5a\xf8\xa8\xce\x6b\xfa\x24\x83\xfb\xa0\x0a\x53\x4e\xda\x8a\x13\x0f\x42\x89\x23\x37\x26\x03\x6e\x4c\xb6\x07\x7e\x84\x47\x48\x6c\x19\x30\xb6\x11\xe6\xaa\x58\x72\x3c\xa5\xd7\xa6\x40\x66\x13\x31\x47\x80\x5d\x6a\x8d\x36\x46\x88\x79\xf9\xea\x9b\xbd\xe8\x34\x8b\x63\xb8\x60\x0c\x97\xe1\xa8\x94\xbb\x73\x83\x77\x6e\xe9\x4e\x87\xb1\x92\xbc\xe4\x46\x0e\x6b\x75\x47\x46\x3d\x3f\x72\x22\x3f\x70\x17\x7c\x9b\xb5\xa0\x6b\xd0\xfc\x29\x89\x0b\xbe\x0d\x7a\x45\x4f\xfc\xfa\x6d\x16\x8c\x61\x41\xdb\x28\x5e\x5a\x69\x77\x5e\xab\x2d\x0a\xe5\xea\x17\x31\xf8\xb6\x65\x5f\x8f\x43\x09\xb6\xe9\x05\x0e\x9f\x51\x05\xc3\xa8\x70\xff\xfb\xe6\x0c\xf7\x7f\x94\x87\x4c\xb2\x5a\xa3\x78\x27\xd6\x94\xd5\xf0\x1c\x85\x03\x0e\x2c\xa0\x0e\x3f\x2e\x7b\xa9\x27\x5c\x5c\x30\x93\xe6\x61\x1f\x43\xf8\x88\x61\xf4\x06\x60\xac\x10\x97\x01\xd4\xdd\x37\xf8\x6d\x58\x06\x9a\x7f\x4c\x98\xfd\x2a\x4b\x36\x86\x8a\x81\xe9\x85\xd7\x22\x71\xfd\xbe\x53\x4c\x21\xde\xa8\x13\xb6\xbc\xb3\x99\x74\xd6\xf8\x6a\xaa\xc5\xee\x5b\xf9\x91\xd9\x67\xde\xaa\xf6\xd3\x8d\x77\xe1\x9d\x1c\x4e\x29\xa0\x41\x0c\xda\x8d\x7e\x99\xa0\x66\x44\xc0\xb7\xad\x7e\xce\x25\xde\xea\x63\x21\xd8\x88\x31\x09\x59\x90\xb0\x9b\x24\x9c\x72\xa8\xdb\x22\xd8\x9e\x59\x53\x77\xc9\x98\x9b\x29\x87\x02\x93\xc4\xeb\xd6\xc4\x5a\xc7\x43\xbb\x57\x9e\xb1\xa7\x9a\x7a\xbe\x3d\xed\x00\xa4\x4a\xef\xb9\x3c\x62\x33\x67\x15\xf6\xf1\xb0\xc7\xff\x47\xe6\x14\x60\x73\xce\x2d\x75\x6c\xbc\xf4\xcb\x4b\x8b\xbd\x03\x0c\x8a\x60\xf4\x76\xaa\x87\x41\x53\xa9\x78\x5f\x21\x2f\x1b\x16\xb3\x80\x36\x68\xcd\x9f\xf7\x6b\xc8\x8a\x98\xee\x2f\x90\xa6\xf0\xa2\x2c\x8e\x2d\x07\x1c\x1d\xb0\x9e\x77\xfc\x65\x81\x2c\xa5\x69\xd6\xf7\xbc\x8c\xb5\x2d\xea\x45\x00\xdc\x63\xd6\x41\xf6\x87\xc9\x1a\xb7\xd9\xfb\x10\x28\xc6\x90\x21\x29\xda\x11\xf1\xe1\x23\x20\xee\x63\x48\xe4\xb8\x86\xf0\x13\x5b\x61\x64\xe7\xd3\x03\x96\x43\xf1\xb5\xc6\xff\xa1\x2c\x1a\xa8\xe5\x04\x24\xe7\x22\x54\x80\x88\x61\xb9\x42\x2c\x49\xd6\x90\x7f\xc7\x80\x79\x7f\x6b\x20\x81\xdd\x04\x0b\x3e\xc5\xc3\x81\xa0\x70\x76\x1b\x0b\x53\x22\x64\x86\x15\x35\x26\x8b\x02\x33\xbf\xde\x3b\xae\xba\xf4\x6e\xab\x0e\x8a\x21\x66\x2f\x0e\x6a\x25\x14\xa3\xe7\x25\xe6\xe9\x74\x7c\x58\x05\x1d\xe2\x2d\x56\xd7\x0c\xcd\x1d\x0c\x89\xd3\x46\xd0\x8d\x67\xb0\x71\x60\x6f\x88\xb8\x9e\xeb\x68\xd8\x42\x88\xe3\x33\xe6\x0a\x3c\x44\x47\x3c\x46\x9a\x4d\x48\xf0\x9b\x37\x30\x82\x46\xc1\xc4\x90\x82\x8e\x47\xd3\x2e\x4f\x98\xf3\x86\xfd\xe9\x2c\xed\x42\x7f\x4c\x84\x49\xd5\xfd\x31\xba\x4c\x2c\x21\x54\xda\x81\xd8\x96\x7d\xf0\xd4\x1e\x08\xfa\x6f\xe5\x73\x8f\xf9\xfd\xa9\x9a\xeb\xae\x52\x18\x1d\x01\xc8\x46\x97\xee\x1d\x74\xb4\xd4\xea\x65\x1d\xd5\xe7\x12\x66\x50\x7d\x9a\xb5\x9e\x5a\x55\x15\xa0\x1a\x79\xd5\x54\x47\xb1\x3e\x04\x61\x0c\x56\x28\xa3\x61\x7d\x7d\xc1\x40\x27\x35\x4e\x38\x70\xe5\x09\xeb\x5f\xc0\xde\x18\xd8\x8d\x26\x20\xe8\xa8\xb5\x35\xb0\xd5\x66\xb8\xeb\x95\x25\xfc\xa9\x96\x2f\x04\x70\x77\xdd\x3b\x40\x4b\x8d\xe4\x5d\x6e\xc6\xf7\x5b\x07\x3b\xb8\xd0\xdf\x30\xdd\x61\x36\xaa\xa1\xdf\x1b\xfc\xf3\xe2\xbc\xe4\x9a\xd8\x81\x79\xc4\x8f\xab\x5e\xd1\xc7\xa2\xdc\xa1\xdb\x82\xd0\xd5\x58\xdd\xb9\x38\x37\x81\x23\x16\xcc\x3a\x80\x32\xa7\x8b\x57\xbb\x74\xe2\xd8\xac\x75\x46\xf8\x24\x98\x9d\xa8\x64\xa3\x9a\xa9\x76\x76\x87\xff\xbc\xb5\x87\xcb\x36\xea\x16\x97\x8b\x85\xa4\x96\x23\xa6\x16\x2b\x0c\x37\x9d\xb8\x69\x5f\xd2\x5e\x6e\x0c\x3b\x9b\x88\x0a\x02\x61\xcc\xda\xb4\x42\x5a\x7a\x85\x7c\xe6\x16\x88\xba\xb7\x77\x09\xb0\x92\x61\xff\x00\x17\x54\x77\x60\xc4\x4d\x61\xf1\x4e\x83\x36\xe6\x44\x60\x87\x24\x00\x8f\x3b\x63\x18\x44\xf3\xcc\xff\x61\x18\x67\x7f\x39\x8c\xb3\x1b\xc3\x28\x64\x3a\x8c\x4a\xa3\xfa\xfb\x61\x84\xb8\xee\x1b\x6a\x63\x50\xe2\x71\x57\x8a\xfa\xb0\x73\x57\xe4\xa7\x69\x85\x34\xc0\x0e\xe6\x75\xcb\xbb\xff\xc9\x20\x2f\xf9\x7f\x34\xca\x9f\x90\x90\x23\xca\x9f\xac\x25\xe6\x30\x64\xc7\x8d\x93\x1b\xe4\x0c\x99\x5b\xfa\xa4\x98\x39\xd9\x0e\x56\xdd\xab\x7a\xd9\xa4\x4c\xa3\x03\x82\xc5\x80\x05\x73\xe4\x95\xa3\x48\x89\x23\xd9\x34\xc4\x2c\xfe\xc7\x33\x50\x98\x8a\x10\xef\x4f\xb7\x32\xfb\xec\x50\x6e\xdd\xd9\x04\xf9\xbf\xb8\x1c\x11\xb7\x0b\x7a\x1c\xce\xe0\xc5\xfd\xc0\x29\xbf\xb3\x55\x37\x82\x72\x2e\x0b\x95\xba\x30\xa4\xa0\xf3\x4c\xd4\x46\x2e\x2f\x3b\x42\x58\x4b\x97\x8c\x04\x00\xf6\x90\x4f\x67\xb4\x98\x0c\xcb\xdc\x67\xb8\x1e\x36\xa6\x51\x08\xaa\xd9\x19\x6d\x90\x3d\x12\x69\xb8\x57\x40\x46\xcf\x4a\x56\x0e\xd9\x81\x35\x2c\xe2\x7e\x3b\x5a\xb9\x3c\x21\x16\x59\x98\xd3\xc4\x96\x56\x2e\xa9\x89\x99\x62\x87\x8c\xcd\x3b\x11\xed\xc9\xd6\x7e\x64\xcc\x15\xfe\x9a\xc8\x20\x83\x35\xa5\x00\xbd\x32\x16\x70\xc0\xff\x60\xaf\x19\xfc\x87\x3c\xc8\x75\x03\xda\xbb\xae\xfd\x06\xdc\x97\xe4\xe7\xda\x6f\x7f\x85\x5c\x45\xf0\xcb\x47\xab\x61\xd1\x4c\x38\xcc\x7e\x81\x13\xaa\xf3\x58\xfe\x35\x7b\x4e\xe6\xb2\xe7\x76\x47\x74\x4c\x81\x41\xbc\x15\x6b\x43\xfc\xdd\xfd\x87\x06\x2a\x0b\xab\x25\x26\xc0\xaa\x99\x9a\xc1\x96\x58\xf3\xe3\xb0\x9c\x27\x7f\x10\x8d\x6e\x0c\x38\xc4\xce\x43\xd9\x11\xff\x1f\x7b\xdf\xb1\x9d\xba\xcf\x7e\x7d\x41\xb0\x16\xd5\x80\x87\x92\x2c\x1b\xe3\x10\x20\x84\x10\x32\x23\x0d\xb0\xa9\xa6\x73\xf5\xdf\xd2\xb3\x25\xdb\x24\xe4\x9c\xfc\xde\xf2\x5f\xef\xe0\x9b\x9c\x13\xc0\x56\x2f\x4f\xdd\x7b\xcd\x47\x1b\x44\x94\x6d\x9d\xc3\x46\x33\xc3\x6d\x36\x32\xef\xbb\x5d\x1d\x51\x16\x2e\x5a\x40\x7a\xd3\x93\x52\x13\xd9\x49\xa9\x98\x61\xde\x8a\xec\x30\xd7\xb9\x9e\x94\x23\xcf\x4e\xca\x52\x87\xa5\xb1\xb7\xcc\x0c\xca\xb5\xb3\xc2\xab\x0d\xea\x54\x48\xd8\x8e\xe2\x95\x16\x28\x54\x8b\x90\x13\x8e\xd8\x3b\x9d\x27\x90\x69\x43\xde\xd2\x88\x44\x89\xb1\x7c\x79\xf0\x53\x81\x6b\x8f\xfc\xa2\x76\x44\xec\xe4\x3a\xd4\x0a\x7c\x53\xe1\x54\xa6\x7c\x3e\xe5\x79\x2b\x6f\x30\x07\xc4\x7b\x58\xc3\xf5\x3e\xab\x51\x28\xd4\x0b\x4b\x7f\xfb\x34\xbf\xa9\x26\xbf\x5a\x9f\x20\xca\x20\xde\x77\x36\xe1\x4d\x0d\x53\x44\x29\x79\x53\x4b\x87\x58\x0d\x98\x5c\x92\x6a\xea\x31\x21\x73\x56\x86\xed\x61\x6e\x25\x51\x58\x99\x47\x66\xb5\x0c\x59\xc1\xfa\x46\x29\xfa\xa7\x53\x91\xa7\xc4\x23\x76\x98\x01\x3c\x37\xbc\x43\x63\x26\x1e\xeb\x3b\x9e\xa2\xbc\x17\xe7\xe2\x9a\x65\xa5\xb7\x4b\x2d\x27\xe2\xfe\xd8\x10\x37\xed\x91\x53\xd2\x24\x0b\x3c\x34\xe6\xdd\x36\x13\xdd\xd0\x54\x1f\x30\xf1\x38\xb8\xa6\x7d\xd1\x08\x65\x57\x76\x55\xf1\x70\x99\x00\xd8\x96\xd8\x0d\x8a\x13\x5d\x96\x3a\x9e\x13\x7a\x39\x8f\x89\xc7\x15\x14\x97\xaf\x5c\x71\x59\x7b\xea\xf3\x6b\xbe\xcd\x26\xfc\x79\x99\xf2\x7c\x3d\x5f\x0d\xc7\xa1\x93\xe9\xe7\x90\xb1\xfe\x3a\xd3\xcf\xee\xf6\x2f\xfd\x9c\x16\xb8\x21\x9a\x11\x0f\xf3\x6c\x3f\xab\x26\x54\xa8\x47\xa6\x0f\x71\xa3\xdb\xed\x1f\xbb\xed\x67\xbb\x1d\x30\xd1\x5d\xe2\x52\x5d\xfd\xa1\xa3\x2f\xf9\x80\x4d\xf8\xeb\xa9\x8e\x78\xac\x65\x94\x21\x55\xa3\x75\x3c\xb8\x11\xc7\xf4\xa1\x46\x71\xc1\x53\xc6\x3e\xcb\x50\x1d\x00\x8a\xa1\x3d\x19\x10\x88\x53\x9d\x14\x40\x8b\x6b\x8a\xbc\xd1\xbc\x7a\xf5\xf3\x9c\x3c\x4d\x72\x29\x66\xcb\x5b\xcb\x6e\xc8\xfc\x29\xcf\xf7\xe4\xd4\x2d\xf3\x03\xec\x5d\xdf\x30\xfd\x99\x7c\x8c\x60\xf9\x1a\x54\x56\xfa\xee\x18\x89\xa7\x93\xba\x3a\xb6\xdc\xcf\xa9\x3b\xd0\xd9\x71\xa9\xc1\x24\xd4\x51\x53\xa9\x51\x74\xf0\xa7\x86\x38\x6a\x1b\xa8\x62\x9f\xd0\x0e\xee\x27\x04\xa4\xda\x07\x53\x72\x9f\x00\x91\x3b\x40\xa7\x24\x8d\xd2\x52\xa3\x22\xd5\x81\x28\x47\x55\x2a\x89\x8d\x29\x2b\xd1\xcb\x4f\x9a\x4c\xb6\xac\x4a\x2b\x21\x0d\x70\x5d\xb8\xa8\xcb\xdd\xbc\x64\xee\x82\x62\xa0\xbd\x39\x45\x0b\x37\x23\x9e\xdf\x0b\x16\xc4\xbc\x02\x6b\x21\x41\xc4\xdc\xe5\xfb\xec\x6e\xac\x64\xdb\xf6\x9c\x4f\xea\x54\x7a\x4f\xb5\xd7\x67\xf7\x83\xfc\xd9\x61\xac\x99\xdf\x38\x6c\xf0\x5a\xab\x99\xf3\x04\x55\x0f\x09\xa2\xd3\x53\xe2\xc6\xc2\x63\xb2\x6b\x53\x2b\xc4\x12\xa8\x17\x8d\x0a\xf4\x35\x61\x98\x77\x59\x1b\xd6\x5a\xa9\x23\xbd\xd5\x37\x30\xdc\xae\x4b\xea\x4a\x6f\x2e\x1d\xd5\xf2\x1d\x9f\xdd\xab\x96\x6f\xa9\xe5\x41\x4c\x2d\xbf\xdb\x50\xcb\x3b\xa7\x6f\x2d\xef\x4e\x28\x96\xaf\x17\x7f\x69\xfa\xc3\x58\x37\x7d\xeb\xb0\xd1\x94\xcf\xea\x9a\xb5\x3a\x1d\x35\x16\x56\x5b\xc6\x48\xe8\xde\xab\xaa\x3f\x31\x66\x1f\x34\x64\xef\x34\x62\x6f\x34\x60\xe1\xf7\x01\xeb\xd3\x80\xbd\x7f\x19\xaf\x76\x66\xbc\x1e\xa3\xfa\xf7\x99\x9a\x57\x13\xcd\x99\xc9\x54\xcd\x66\x3d\xa8\xd9\x6a\x69\xba\x17\x1d\x64\xb0\x7a\xbc\x39\x83\x93\x9b\x33\x28\x5e\xca\xd8\xee\x65\x32\x0a\xf9\x21\x01\x1b\xdd\x8f\xf3\x3d\xd6\xab\xf0\x5a\xe7\xe6\xfa\x7a\x90\x69\x7b\x87\xaf\xfb\xb8\xa5\xad\xb2\x66\x7e\x45\x81\xaf\xa1\xbb\xb6\xf3\x1e\x73\x73\x5c\x4d\x74\xf0\x10\xff\xd6\x58\x10\x71\x72\x57\xd6\x5b\x99\xed\x9d\xe8\xfb\x01\x7b\xec\xe7\xdf\x58\x70\xe0\x6b\xba\x23\xef\xf6\xd4\xd3\xd1\x8e\x7a\xfa\xb2\xa5\x19\x7f\xbb\x7c\xeb\xe9\x3b\xa0\x9f\x3f\x76\x5f\x66\xfc\xf3\x4d\x77\xe6\xe8\x48\x4b\x9c\x78\xa3\x74\xc5\xb2\x61\x6d\x74\xb0\x6d\x9f\x89\xfb\xe8\xa8\x69\xff\x54\x0b\x9f\xf4\x65\xb4\xe7\x4c\x7c\xd6\xa7\xfa\xa6\x7d\x63\xe2\xbe\x31\xf5\x33\x3f\x69\x09\x76\xc6\x29\xe7\x8b\x7a\xa4\xfe\x7e\x14\x57\x45\xd1\x11\xf1\x41\xf1\x8e\x64\xe5\xdc\x73\xe6\x35\x69\x9b\xc0\xdf\x75\x11\x56\x98\x61\xbe\x2a\xc4\x4e\x42\xf3\xf4\xb2\x38\x67\x1d\xe4\xe7\x0c\xdf\xd5\xaa\x24\x52\xa6\xad\xb8\x64\x8e\x68\x47\xbc\xe7\x7d\x19\x05\x23\x84\xc9\x6e\x38\x13\x79\xcf\x3d\xdc\xdd\x2f\xd7\x59\xf9\xb5\x47\x59\xfa\x6d\x30\x66\x9c\x60\x96\xfc\x15\x63\x86\x9b\x61\xcc\x50\x52\xd6\xb1\x94\x12\x1e\x44\xce\xeb\xa9\xf4\x9d\xb7\xa1\x94\xd3\xf8\x3e\xaa\x27\x55\x5e\xcc\x5d\xd1\x02\x14\x74\xfe\x86\xf6\x20\xed\x81\x1a\x8a\x0f\xbb\x53\xe2\x4f\x12\x07\xae\x03\xd2\x6f\xc8\xad\xe4\x78\x32\x62\x2b\xeb\x6d\x4f\x2e\xec\x4f\x3e\x13\xc8\x49\xe8\xc4\xfb\x5f\xe4\x76\x10\x69\xd1\x0e\x99\x9c\x16\xe8\x38\x03\xfb\x02\xb0\x27\xd5\xc4\x73\xb3\x73\x3c\x67\xd8\xc1\x41\x97\x70\x0c\x35\x30\x58\x9b\x22\x4a\x69\xbe\xca\xd2\xc6\xb7\xa6\x97\xb6\xfc\x55\x2f\x99\x5c\x3f\x5e\x59\xeb\x94\xde\xc3\xaa\x91\xf7\x15\x08\xaf\xa0\x8b\x9f\x44\x9e\x46\x64\xaa\x47\xea\x1b\xb9\x93\x65\x90\xdf\x8e\x6d\x58\x25\x82\x59\xe4\x69\xb8\xd6\x47\xe4\xea\xad\xf7\xee\x6f\x15\x80\xf2\xc9\x35\x9e\x24\xf1\xb8\xae\x65\x50\x99\x72\xa0\x7b\x50\x63\x3c\x70\x0b\x2b\xed\x9c\xeb\x30\xf1\x5c\x5c\x89\x24\xa5\xe7\xa1\x64\x65\x91\x9c\x88\x00\xeb\x89\xce\x1c\x71\xe1\x27\xf2\x73\x0b\x76\x26\xac\x6d\xc9\xd6\x11\xfa\xb4\x89\x3c\x0d\xc1\x44\x70\x71\x9d\x3a\x99\xce\x00\x0e\xd4\x83\x35\xac\xf6\xf6\xc3\x6c\xd6\x63\xa4\xc9\x2e\x60\x3e\x1c\xd5\x41\xe1\x68\x66\x77\xb5\x27\xaa\x8a\x8b\x28\xa1\xc5\xc3\xdd\x8e\x54\xc2\xce\xbe\x4c\xcf\xaf\x78\x08\x49\x69\x64\xd7\x9c\x64\x80\x75\x52\x4c\xc0\x84\x2d\x4f\xbf\x5d\x48\x9b\x3d\x02\xb3\x2f\x7a\xa6\xb6\x11\xe9\x4f\x63\x1d\xb8\x3f\x3c\xaf\x85\x11\x0c\xbd\x25\x20\xf8\x0f\x91\x91\xde\x90\x0d\x97\x2c\x2f\x4a\x72\x51\x3f\x2d\x9c\xd3\xf5\xba\xda\x39\xbf\x5c\x57\xb3\x33\xf4\x46\x72\x5b\x4b\x4b\x94\xb0\x9b\x3e\x8a\x96\xa6\x9a\x1f\xaa\x3a\xfe\xd3\x4b\x23\x70\x29\x51\x0c\x3c\x80\x07\x1c\x0d\x70\x08\xb7\x91\x1b\xcd\x66\xfc\x34\xf7\xbe\xa1\x01\xec\x31\x12\x6d\x84\xb5\x88\xd8\x39\x81\x60\xb3\x5f\xc5\xda\x2e\xa3\xf5\x2b\xae\x0b\x8b\x78\xc2\x79\x22\x99\x9c\xcb\xbb\x3c\x05\x58\x3d\xe7\x75\x8a\x8e\xbc\xf0\x69\x15\xb9\x8c\x65\xfa\x5f\xbc\x00\x7c\x83\x96\x9e\x10\x47\x84\x5c\xbc\x61\x49\x32\x7f\x41\x89\x91\x82\x00\xcd\x84\x73\x98\x34\x01\x3c\x42\x0e\xed\xad\x7b\xb5\x00\xfa\x66\x01\xf4\xbe\x2c\x80\x89\x5e\x00\x56\xc5\x4b\x19\xf5\x3b\x74\x66\x17\xf5\xe2\xd2\x02\x30\xa5\x85\x88\x82\xbb\x2b\x66\x7d\xe5\xd9\x7c\xf5\x9d\xf6\xb3\xe9\xa2\x67\x7b\x50\x62\xee\x6a\x12\x73\xa0\x06\x29\x74\xce\x35\x4d\x0c\x49\xb7\xb1\xf7\x92\x97\xac\xde\x11\xdb\x82\x76\xbb\xda\x5b\xcd\x9f\x03\xcf\x71\x96\x45\x60\x11\x35\xd3\x20\x7f\x72\x34\x78\x4b\x2e\x0c\xae\x29\xa1\xbb\x15\x5e\xa8\x4a\x6b\x4f\xe7\x62\xbb\xba\x6a\xe9\x7d\x61\xad\x5a\xf8\x66\xaf\xae\x46\x39\x77\xf2\x82\x15\x87\xcd\x7c\x87\x95\x9e\x6b\xfc\xb2\xbb\x76\xb7\x78\x2c\xe2\x6b\x5e\x5c\xfe\x29\x20\x41\x56\xaa\x57\x01\x09\x7f\x38\x3b\xad\x50\x9b\xf6\x47\x8c\xc9\x06\x56\x0d\xe9\x44\xd2\x9a\x5f\xfb\x5c\xd4\x6d\x56\x6d\x90\xbe\xe2\xe3\x1c\xfd\x60\x6c\x64\x69\x2c\x9f\x55\x92\x23\x25\x81\xcf\x17\x6c\x69\xf7\x88\x26\xa2\x1e\x02\x03\xb5\xbd\xd0\xc8\xfb\x80\x54\xec\xec\x2e\x54\x98\xbf\x06\x99\x49\xd0\xa8\xb6\xd4\x20\x94\x9c\xfa\xe1\xc7\x9d\xf4\xe5\xb6\x4a\x8d\x2c\xe8\x41\x0f\x61\x3c\x4c\xce\xb9\xd9\x46\x32\xa6\x63\x4b\x5e\xdd\x62\xa2\x4c\x39\x2f\xfd\xfa\x36\x03\x85\x20\x36\x1b\xac\x94\xb5\x07\x51\x27\x07\x4f\xf5\xf2\x15\xd0\xc6\x9a\x8d\x61\x3b\x6b\xa9\x11\x9b\xf0\xdd\x2c\x3b\xd2\xed\xcd\xa4\x49\x6b\xa9\xe0\xda\x8b\x9f\xcc\x31\x7b\x24\x3f\xc0\x3e\x69\xd7\x6f\xd9\x76\x80\x57\x5d\x5f\xf0\x6c\xd9\xc5\x90\x50\x31\x42\xb9\x99\x6b\x93\x8c\x64\xd2\xa9\x14\x5b\x1a\xc3\xf8\x43\x1d\x8a\xc5\x2c\xee\xb6\xaa\x9a\x40\x2b\x77\x3c\x0d\x8d\x30\x6b\xc3\xc0\xfa\x6f\x36\x24\x97\x2e\x79\x3e\x12\xac\xd7\x9e\x8d\xaf\x16\x56\x5b\x33\x52\x8c\x97\x16\xd2\x69\xf3\x23\xe6\x0c\xf5\x79\x93\x05\xb9\x50\xaa\xfe\xa9\x90\x8e\x8e\xea\x80\x19\x1c\xf5\x79\xc8\xd8\x70\xbe\x69\xe6\x07\x4c\xd8\x14\x64\xf7\xf5\x07\x83\xae\xa3\xda\xb4\xa0\x7c\x11\x8f\x0e\x91\x5e\x47\x1b\xdc\x92\x36\x7d\x68\x98\xec\x3d\x3f\x81\x0a\x7b\xc2\xab\xf8\x63\xc1\x05\x58\x7f\xf2\x3e\xab\xc8\x15\xb7\x6d\x35\x1c\x65\x10\x09\xb0\x2a\x6f\xc8\xcc\x80\xfe\x03\xc1\x09\x67\xff\x8c\xdb\xa8\x26\x28\xdb\x74\x79\xf4\x2a\xb6\x26\x6a\x89\x5c\xe2\xd8\x10\x65\x18\x92\x66\x7c\x6e\xa1\xeb\x0b\xcb\x70\x10\x4c\x41\x84\x8e\xdb\xeb\x8c\x33\xc4\x07\xb4\xdc\x2c\x22\x02\x95\x21\xb6\x55\x9f\xb1\xf6\x7a\x41\x87\xec\x8e\xcf\x86\xbf\xbd\x4f\x72\x55\x08\xa3\xb9\x17\x50\x99\xec\x01\x40\x3d\xd5\x94\x58\x94\x75\x24\x42\xbe\x58\x43\x00\x9f\x03\x13\x3c\x88\x90\x76\x36\x9a\xc3\xf7\x1e\x2c\x22\xd5\x28\x11\x0b\x25\x9b\x5b\x2e\xd9\xeb\xab\xee\x58\xa9\x71\x17\x97\x5a\x71\x76\x27\x8e\xee\x65\xde\x24\xb5\x2f\xdd\x43\xb2\xd9\x7c\x37\x84\x29\xb2\xbd\xc3\x6d\x18\x84\x04\xc7\xca\x3a\x33\xc4\xdc\x06\x6b\x62\x2a\xbc\xb8\xcd\x7a\xa0\xa4\x42\xb7\xca\xcd\x2f\x21\xa1\xc9\x1e\x5c\xcb\x80\x48\x56\xc9\x1b\x1c\x58\xdd\xbc\xcf\xf6\xee\x11\x71\x71\x47\x4e\xfe\x3f\xb9\x76\x57\x30\x9b\xf7\x4f\xd6\xd5\x36\x2c\xaf\x69\x53\xf4\x43\xa0\x4f\x2e\xf8\xa9\xd4\xbc\xf1\x7b\x6f\x39\x49\x10\x2d\x3d\xd5\x89\xd5\x04\xc0\x86\xa5\xeb\xe2\xaa\x6b\xb5\x9e\x85\xc5\x0f\x94\x9a\xcb\xb6\x7c\x59\x72\xbf\x3f\xc0\xde\xcc\x7b\x65\xab\xa5\x14\x96\xb5\x53\xc9\x7c\xf1\xc6\xe4\x23\x9d\x42\xbb\x63\xf6\x14\x5a\xe0\x13\xa9\x7e\x77\xa5\xf9\x95\xb8\x65\x5f\x04\x68\x2a\x27\x5b\xa8\x84\xab\x32\xdd\xb7\x0f\xd3\x2d\xf4\xc5\xea\x3a\x3b\x6e\xac\x67\xc6\x11\xb3\x08\xd8\xb4\xf6\xbc\xd1\x42\x26\xd7\xa2\x81\xd2\xd7\x9a\x18\x4a\x2d\xdb\x21\xe2\x39\x98\xac\x34\xc0\xe0\x78\xd1\xa9\xfb\x58\xe3\xd2\x16\x30\xba\x09\x69\x56\x48\x04\xa0\xd4\x41\x8c\x88\x80\xa0\x6a\xb5\x08\xf8\xe6\x68\x9c\xd8\xc1\x11\x86\xac\x05\xa0\x64\x7b\xcb\x12\x76\x7b\x2d\x79\x30\xbe\xf5\xa0\xbc\x78\x76\x5b\xb5\x67\xcb\x43\x20\x33\x7d\xe6\x90\x75\x16\xd8\x84\xd7\xb5\xe5\x8d\x76\xe6\x63\xcf\x7c\x82\x86\xb1\x76\x8a\xc8\x8d\x5c\x1d\xd2\x55\xd6\x61\xe2\xb5\x68\x7b\xda\x4e\x2e\x99\xb8\x3b\x5c\x90\x7e\xa7\x23\xed\x90\x8c\xd7\x23\x53\xd8\x64\xad\xb9\x08\xa8\x9c\xb7\xa9\x5e\x5b\x6a\xea\x4b\xc2\x34\x65\x93\x73\x40\xb9\x93\x73\x92\xcf\xea\x22\x5c\xd3\xf1\x21\x6c\x7a\x10\xe7\xbb\xc7\xe4\xdd\x1e\xdb\x6c\x7c\xa0\xdd\xef\xd1\xad\x27\x3b\xc7\xf0\x3b\xa9\xce\x03\x50\x80\x6f\x1d\x69\x7d\x26\x4e\x4e\xc1\xd2\x68\x25\x01\x63\x67\x71\x22\x47\xcb\xc7\x0e\xea\x54\x7b\x73\x76\x4c\xe0\x15\x53\x6a\xad\x84\xd4\xb0\x70\x4e\xcb\xec\x42\xdd\x39\x7b\x08\x1b\x1a\x1a\x4a\xce\x2b\xee\x2f\x4e\x40\x5b\xfc\xac\x3a\x7e\x3d\x86\xf6\x15\xa8\xd5\x27\xb8\xe4\x83\xe3\xca\xc5\xf5\x72\x9c\x42\xf9\x5e\x16\xfc\xdb\x27\x63\x28\xca\x91\x9f\x22\xc8\x57\x0e\xb7\x0f\xb0\xfa\x67\xbe\xcf\x2e\x3e\x1d\x4c\x67\x7f\x50\x46\x87\x08\xdd\xc1\x02\x5d\x0a\x9d\x42\x5e\x6b\x43\x6d\x26\xbc\x63\x01\x1c\x56\xdf\xd2\x87\xde\x2c\xf4\x71\x3e\x84\xe9\xe7\x36\x65\x39\xe2\xdc\x20\x00\x08\x8d\x4e\xaa\x39\xa3\x16\xa1\xaf\xb5\x8a\xa5\x7e\x69\x15\xfa\x69\x6c\x96\x9c\x3b\xa9\x41\x0e\x5e\x3f\x4d\x0c\x68\x1e\x57\x05\xfc\x2c\xb0\x57\x80\x26\x65\x0a\x95\x17\xe7\xa8\xf3\x13\x4c\x9b\x31\x90\x89\xe8\x7e\xdd\x8e\x0f\x26\x0e\x52\x6d\x57\x61\x5e\xc3\xa8\x95\xf9\x3c\xcc\xea\xe1\x10\xdd\xfc\x09\x2c\x89\xc5\x2f\xbf\xfa\xb1\x47\x07\xd4\x64\xe5\xde\x90\x5d\xbe\x44\x4e\xf6\xab\x4f\x79\x69\x7c\x91\x97\x29\xf6\x58\x59\xef\x92\x0a\x36\x41\x67\x8f\x28\xa0\x61\x78\x7d\xae\xe5\x76\x64\x32\x16\x73\x59\x9f\xfe\x7e\x46\x42\xd1\x58\xdd\xd6\x1d\x84\xbc\xa9\x3b\x88\x1d\x37\xca\x83\x39\xac\x26\xb5\x16\xed\xb6\x0d\x3f\xdd\x3c\xac\x02\xb0\x3d\x55\x31\xe8\x7b\xa8\x4f\xeb\x6f\x93\x80\x36\xf5\x99\x2c\x89\x7f\x5d\xe9\x98\x71\x5a\x36\x01\x13\x4d\x4b\x4b\x26\xb3\x5a\x8b\x4c\xea\x76\xa4\xb5\x04\x0c\xc7\x90\x52\x10\x08\x67\x4f\x76\xee\xf2\xb7\x19\x7a\x7e\x10\x86\x90\xda\x5a\xe5\xd3\xab\x3b\xed\xbf\x6b\x35\x92\x64\x35\xfa\x22\x6f\x27\x16\x31\xc1\x98\x6f\xec\x0c\x3f\x2d\x98\xe5\x5a\x1a\x97\x3d\x1b\x7e\x11\x92\xa3\x3d\x1d\x05\x4b\xb9\xac\x68\x9e\x9d\x64\x52\x0b\x37\xc6\x4d\x54\x44\x3d\xbc\x9e\xbe\x8a\x0d\x62\xaa\x45\x95\xee\xed\xf1\x34\xb3\xea\xd4\x6a\x19\xe5\x0d\xa2\xb5\x77\x92\x37\x06\x7d\xac\x07\x7d\xc3\x29\xbd\x28\x07\xdc\xdf\xb5\x93\x70\x98\x05\x2f\xea\x5f\xf8\xd9\xf5\x1a\x86\x32\x4c\xaa\x90\x84\x2a\x54\x85\x51\xf7\x2c\xe0\xc8\x6a\x4f\x8b\x3e\xb6\x28\x01\x51\xf7\xd2\xc9\xf4\x98\x38\xd1\x9a\x09\x36\x94\x62\x33\x0a\xe7\x5f\xbb\x29\x11\x09\x80\x35\xf2\x3f\x37\xdb\x50\x79\x02\x0d\x11\x74\x35\x99\x8b\xbd\x16\x9d\x21\xf2\xdf\xe7\x25\xdb\xc8\xce\x89\xe7\x7f\xa0\x3e\xda\xe9\x68\xc5\x3a\x21\x1f\xa8\xab\x09\x81\x61\xed\xa1\x3a\x04\x1f\x9e\xf5\xdf\x6f\x19\x63\xc4\x69\xab\xc5\xfe\x4a\x2b\x31\xe4\xf5\x99\x77\xe0\x21\x59\xb9\x59\xcc\x67\xb0\x76\xb5\x4b\x94\xcd\x2c\x1e\xcc\xfa\xd8\xd4\xcc\x1b\xc4\xdf\xe9\xad\xa9\x5a\xdf\x70\xc7\xfe\x09\xa4\x49\x2d\x9a\xb2\xd5\xfc\xeb\x35\xbf\xa9\x08\x60\x36\xd1\x95\xd0\xc0\xbd\xbd\xe5\xbb\x5a\x76\xfe\x82\xe3\xa6\x45\xe5\xae\x45\x86\xba\x36\xe2\x36\x1e\xf7\x63\x2a\xc4\x5b\x52\x69\xaa\x1d\x16\x20\xd7\xc4\x3d\x00\x75\x68\xe1\x8f\xbe\xdd\xca\xf2\xc4\x4d\x4f\xaf\x58\x01\x17\x3b\xcf\x98\x2e\x02\xe6\x59\x22\xdc\xfe\x01\x93\x6a\x46\xbc\x3b\xb7\xba\x7b\x43\x4f\x53\xed\xf3\x99\x98\x8a\x18\x0d\xfd\xa6\x1a\x28\xc1\x75\x4c\x38\xf2\x99\x3a\x27\xc9\x88\x56\xbf\x54\x71\x34\x23\x3a\x11\x5f\x46\x54\xda\xc2\xcc\xfb\x5e\x1f\xaa\x6b\xbd\x6b\xf4\x03\x3b\x9e\x2c\x0c\xad\x60\x6f\x48\xcc\x7f\x3d\x5d\x8d\x3d\x7d\xad\x36\xdd\x74\x9f\x0e\xb6\xaf\xc6\x8e\xdd\xec\xc1\x5f\x6f\x32\x25\xea\x38\xdd\x2f\xb7\x51\x3d\xca\xb6\xcd\x9b\x27\x8d\xbf\x9a\x98\xd5\x05\x57\xc8\x61\xdd\xcc\x9c\x9a\x6a\xf1\xa8\xc1\x59\xd4\x5b\xff\xc1\xc1\x31\x33\x14\x91\x1d\x55\x74\xbf\x88\xff\xbd\x05\x76\xa2\x19\x8e\xf7\xff\xf5\xd1\xc8\x70\xeb\x9d\xe8\x4c\xf5\x77\x3a\x7a\xbb\x80\xcc\xe1\x8a\x21\x50\x33\x4a\xdd\x9e\x34\xe1\x57\x3a\xb5\xb2\x75\x28\xdd\xe3\x78\xeb\xd1\x92\x2e\x70\x37\x6d\x5d\x15\x98\x35\xb5\x8c\x08\xca\xf0\x0f\x45\x7e\x79\x18\x62\x49\x19\xc9\x7f\x53\x1e\x12\xc1\x39\x9b\x88\xdd\x31\xdd\x40\x3e\x93\x31\xf0\x36\xd4\x68\x75\x17\x70\xe2\x7d\x30\xe8\xb6\xf5\x18\xd9\x2c\x63\x70\xf2\xb5\x99\xbc\x08\xe0\x6e\x65\xb5\xc7\x40\xe7\xbb\x4d\x81\xf7\x51\xa3\xac\x8f\x19\xdf\x1e\xe1\x71\xb5\x37\x14\x69\xbc\x26\x35\xd4\x1f\x68\xa7\xa7\x9a\xc1\x93\x3a\x10\x83\x39\x8f\xc8\x72\xd1\xb7\xee\x09\xf9\x12\xe5\xd3\xdf\xfd\x07\xfa\x40\xbc\xa0\xfd\x26\xdd\xbf\x64\x27\xf2\x43\xa9\xdf\xb9\xcf\x77\x98\xec\xb6\x93\xbf\x59\xff\x78\xa5\xd7\x06\x15\xae\xfb\xa4\xdb\xc1\x3a\x03\xfd\x30\x4d\x02\x00\x48\x07\xa0\x27\xab\x02\x81\x8d\x9e\xcc\xb4\x0f\x8b\xa2\x7a\xbe\x5e\x14\x19\x1a\xc1\x84\x1c\x7d\xa4\x3e\xdd\xbc\x1a\x86\x4c\x38\xda\xde\xaf\x3f\xcb\x67\xf3\x79\x5a\x6e\xd1\x2c\xc6\xfc\x6a\x16\x8d\x61\x78\xc6\x4b\x6b\x6c\x34\xad\x81\xd1\x0b\x1d\x26\x2e\xce\x8f\x6f\x2c\x79\xf2\xe0\x90\xc9\x97\x10\xf4\x30\x49\x8b\x56\x94\xef\x26\x74\x82\x83\xfa\x38\xe3\xcc\x43\x76\x5b\xc7\xe6\x7f\xe8\x67\xdf\xc4\x40\x03\xbe\x54\xdb\xbb\x61\x82\x78\xa7\xe9\xdf\x58\xda\x9d\x03\x68\xa6\x52\xad\xf5\xad\x8d\x2b\xd2\xdd\x4a\xf3\xeb\x94\x2a\x82\xd3\x35\xde\x07\x3d\x26\x1d\xdd\xc3\xec\xfd\xeb\x31\xd6\x3e\x44\x4a\x69\x90\x96\xb0\xcf\xce\xf7\xdd\x1d\xed\x3c\x6d\x52\x8f\xcc\x0d\xa9\x81\x0f\x4f\xcf\xe3\x82\xe9\xde\x98\x6e\x29\x42\x11\x0d\x93\x60\x9c\xe3\xf3\x8b\x61\x9d\x2b\x3d\x53\x28\x63\x8d\xa7\xc2\xc9\xd0\x9b\x8b\x29\xdf\x9e\x10\x7e\x28\x42\x64\x09\xc4\xce\x6c\x27\xf3\xbe\x5b\xe5\x3a\x94\xad\xbe\xba\x02\x47\x7b\xcb\x82\xa3\xbd\x6a\x6c\xb2\x71\x16\x9b\xec\xa5\xdb\x58\x01\x31\xcd\x5e\x25\x54\x59\xcf\xdd\x1a\x85\x4e\x0d\x65\x7d\x97\x50\x5c\x3d\x75\x67\xf4\xc4\x40\x86\xe9\x93\x8f\xdd\xc9\x06\xcc\x53\xd3\x8d\xfe\xb2\xc3\x1e\xba\x9b\x83\x4f\x78\x69\xf1\xc1\x37\xaf\x77\xbb\x1b\x12\xd3\x3a\x32\xae\x25\xce\xa7\xfb\xee\x7e\xdd\x22\xb8\xb4\xc3\x3a\x41\x56\xbb\xeb\x22\x15\x31\x90\xf3\x30\x69\xfc\x5d\xb7\xa1\xb7\x06\xec\x8d\x01\x63\xd2\x22\x7f\x82\x78\xaf\x50\x46\xbd\x2f\xbb\x79\x1d\x85\xd7\xec\xae\xe8\x4d\x4f\xae\x4d\x09\x23\xd6\xec\x9e\x61\x40\x1b\xa6\x25\xc4\xb0\x58\x4e\x11\xde\x20\xe5\x74\x9a\x72\x91\xb9\xdd\x1c\x6a\x34\x1e\x58\xf5\x42\x81\x42\xad\xc4\x09\x01\x7c\xd2\x9e\xe8\xe7\xc7\xcc\xe9\x4e\x62\x7a\x7c\x94\x3e\x3d\xdf\xa8\xa7\xbd\x67\xd8\x43\x17\x22\x85\x64\x2b\xf0\x09\x85\x47\x15\xf9\x54\xa3\xaf\x7d\xdc\x04\x64\x2b\x7d\x01\x64\x5b\xad\x34\xc5\x44\x1c\xf3\x7f\x04\xc8\x36\xdb\x21\x80\xe3\xb8\xd0\xfb\x33\x03\xcc\xd6\x58\xf2\x14\xe1\x6a\x53\xe5\x69\x42\xd5\xea\x95\xee\x63\xf2\xdd\xca\x0a\xcf\xc5\x9a\xe4\x89\x22\xcf\x48\x83\x5d\xb5\xd2\x40\xc3\xda\xd1\x41\x2b\x43\xec\xea\x13\x6f\x54\xdd\x34\x9f\x56\xcb\x7d\xe4\x6c\xef\x27\xe8\x5a\x07\xd7\x24\x7c\x8b\x07\x1d\xb4\xd8\x67\xe2\x69\x55\x12\x09\xc2\xd5\x67\x98\x69\x5f\xa4\x09\x03\xc7\xcc\x9b\xf3\x9c\x95\x0d\xa1\xd0\xe5\x2b\x3d\xfd\xcd\x94\x7f\x29\x79\x3f\xc4\xb4\x15\x4b\x3a\xdb\x0e\x76\xdf\x0f\x92\xf0\xe5\x89\x23\x7a\x97\x80\x28\xc5\xfb\x71\x9a\xf9\x30\x45\x24\x09\x3e\xb0\x34\xd2\x71\x1d\x5d\x97\x44\xc9\x04\x5e\x89\x2f\xc3\x0c\xb4\x41\x03\xe9\x21\xc6\x3a\xfa\x3c\x01\x70\xdc\x1b\x1d\x13\xef\x88\x16\x8f\xf8\x0f\x6d\x35\xe8\x78\x39\x42\xe6\x17\x0f\x53\xca\x4f\xd0\xc0\x5d\xa7\x9e\x9a\xb0\x8f\xa3\x66\xc2\x54\xa5\x9f\x78\xdd\x36\xf8\x78\x1d\xb5\xbe\xcd\x31\x33\x60\xe2\x61\xc1\xd3\x10\x92\x75\x29\x13\x5c\xe2\xa4\xc3\xbf\xd5\x90\x43\x9b\x06\x2d\x9b\xd7\xfa\x12\x06\xb2\x15\xe2\x80\xde\x0b\xc5\xe6\xd7\xc1\xa3\x84\xb4\xe5\xdf\xe0\x16\x6a\x99\x80\xcd\xfa\xfd\x9f\x40\x9c\x8a\x9c\xdd\x29\x11\x6b\xf8\x64\xbf\x25\x63\xfd\x3a\xeb\x66\xde\x99\x08\xcd\xb3\x29\x0a\x3c\xcd\xd6\x9e\xc3\x8a\xf4\x61\x8b\xfc\x99\x33\x7f\x67\xd8\xc6\xf4\x64\x59\xde\x55\xcb\x77\x04\x63\x24\x76\xdc\x9a\x39\x37\xd3\x25\xab\x36\xff\x52\xf0\x81\x10\x09\xc4\x54\x5c\xde\xaf\x03\x4e\xf1\xd7\x76\x06\x9f\x06\x29\xe9\x26\x37\x79\x4e\x2c\xd3\xa1\x98\x9e\x9d\x3f\x07\x96\x4a\x26\xee\x8e\x93\x4c\x5e\xbf\x93\x0e\x58\x12\x6c\x29\x99\xb8\x9f\x8c\x4d\xec\xac\x1f\xf3\xdd\xf0\x8f\xcb\xf1\x4d\x2d\xec\xdc\xc4\x4d\xb3\x6d\x3f\x77\x17\xcc\x60\x03\x51\x93\xaa\x81\x1f\x4a\x19\xdb\x96\xdc\x74\x4b\x69\xed\xc1\x58\xa6\x9e\xed\xa3\x9b\x59\xb4\x38\xae\xda\x73\x0a\xc4\xc7\x51\x52\x3f\x64\x96\xf0\xb1\xe6\xa4\xfb\xb6\x02\x2b\xc6\x97\x65\x3a\xbf\x64\xb6\x7f\x12\x7d\xca\x7a\x8b\x0b\x50\xdd\x49\x87\x01\x56\x1b\x89\xc9\x96\x63\x99\x37\x3a\x4c\x3c\x4c\xca\xe2\xef\x6b\x39\x2a\x66\xa2\x87\x0b\x25\x79\x73\xe1\xe6\xca\xfc\x0f\xf8\x11\x49\xfe\x68\x7c\xf9\x76\x68\x8c\x98\x6f\xf1\x23\xdc\xed\x78\xbc\xb2\xbc\x02\xcb\xb3\xa1\x3c\xac\x75\x4d\x09\x58\x5e\x27\x01\xc3\x33\xdb\xda\xba\x37\x67\x1b\x1b\x5b\x44\xbe\x40\xe4\xb1\x63\x25\x6e\xe4\xc0\x96\x82\x3d\x72\xa8\x66\x4e\xb5\xca\x3b\x10\x4f\x2a\x4d\x68\xe1\xe0\xfa\x55\x47\x44\x5a\x36\xd2\xbf\xd6\xfc\xb0\x69\xfd\x10\xd5\x4b\x16\xf7\xfe\xba\xac\xf3\x0d\x03\x35\x08\x1b\x7d\x6c\xcc\xce\x88\xc3\x98\x94\xc8\x8e\x10\xf2\xe9\x25\x03\xb7\xe9\x98\x68\x60\xef\xe5\x78\x70\xd3\xb1\x0a\xf5\xe2\x81\x09\x51\x9f\xc7\xf5\x45\xa6\x01\xab\xb2\x48\x63\xa6\xad\x59\xf6\x8c\x93\x0f\xb1\xa5\xfb\xf8\xf6\x2d\xdf\xf9\xe6\x52\x3a\x6d\xae\x46\x9d\x56\x25\x6b\x4f\xf5\xa8\x5b\x45\xbd\x38\x8e\x9c\xc9\xf7\xc5\xcc\x4d\xf7\x4b\x3c\xd1\xcb\x74\xc1\x99\x7c\x3d\x36\x32\xe3\xbc\xbc\x78\x26\xdc\xdb\x7b\x3c\x6a\x4c\x5e\x8a\x5f\x9c\xeb\xce\x45\x7b\x02\xc5\x36\x30\x9d\x7a\x58\x7c\xe6\xbd\x9e\x0f\x99\xbb\x6f\xa9\x1f\x5f\xec\x33\x77\x9f\x35\xcf\xe0\x94\xd6\xd7\xce\xcd\x21\x2d\x1f\x52\xdc\x47\x13\xc4\x45\x11\x4d\xea\x4b\x25\xcf\x53\x3f\x3e\x98\x38\x89\xb2\x95\x01\x7b\x89\xf5\xa3\x9b\x3d\x9d\x3c\xa8\xb1\x60\x6e\xc3\x0e\x13\x8f\x7b\x8d\x39\x9c\xef\x31\x39\xe5\x56\x4d\x5f\xde\x27\x41\xc4\x99\x7c\x56\x10\x99\x33\xa5\xa1\x5b\x37\xd0\x71\xd1\x56\x47\x2c\x23\xe7\x16\xc4\xa3\x78\x26\x5b\x60\x7f\x72\x30\xa1\x87\x70\x49\x0d\x56\x07\x07\x98\x16\x34\xe7\xeb\x03\xa1\x5a\xaf\xb8\xfe\xfa\x04\x27\x3a\x59\xfa\xe3\xbd\xa3\xd3\x02\x85\x3a\xb8\xf2\x42\xb4\xc8\x6c\xde\xdf\xee\x1d\x2d\xfe\xac\x70\xac\xe6\xc0\x81\x96\x04\xe5\x33\xff\x42\x52\x60\x96\x35\xfc\x4c\xdf\xb4\x0f\x40\xc7\xd3\x84\x0a\x14\xca\x0d\xb7\xc2\x1e\xd1\x45\x87\x1c\x74\xa2\x4b\x17\x2a\x95\xfe\x7e\x18\x03\x08\x76\xbc\xc1\xd6\xa0\xcf\x63\xcd\x58\x18\x3a\xe6\xdb\xc2\x5e\xcf\x25\x39\xc0\x81\xe5\xbd\xa7\x0a\x46\x9a\x30\xf0\x20\x92\x2c\xf8\xd0\x59\x42\x41\xa7\xb4\xd7\x0f\x90\x91\xf7\xb6\xe8\xd3\xb0\x7e\x04\x19\x7c\xed\x08\xd0\x6b\x07\x2a\x84\x60\x92\x42\x0f\xfb\xe5\x2d\x45\x79\x8c\xeb\x5b\xba\x60\xc7\x48\x73\x52\x93\xd5\xb6\xd4\xc2\xb9\xf3\x91\x62\xa1\xa1\x7b\xa9\xd0\xd1\x52\x23\xc8\x6e\x31\xda\x31\xd8\x26\xc7\xcd\xcc\x33\x24\x63\x8a\xa9\x13\x6f\x9c\x4c\xe3\x72\xd0\xd4\xc6\xc9\xbe\xb6\x85\x0d\x72\x85\x81\xd2\x83\xee\x1a\x7b\xa1\xc5\x41\x11\x72\x34\x70\xa3\x39\x2e\x41\xc5\x30\x55\xb7\x77\x70\x51\x27\x5d\x8b\x9d\xdf\x50\xe1\x4e\xab\xfe\xe7\x0e\x68\xa3\x2e\x9d\xcc\xc7\x8f\xe5\xc0\xb8\x2a\xd8\x99\xef\x41\xc3\x85\x72\xe4\xd2\xcb\x77\x98\xc3\x26\x14\x0a\x28\x41\xf2\x10\xd2\x5c\x74\x27\x6f\x06\x90\x40\x74\xfa\x5f\x5a\x20\x89\x8a\x54\x88\x3b\xb4\x30\x5a\x21\xf1\x77\x8a\x21\x1c\xd0\x7d\x46\x9c\xaf\x4a\x31\x53\x4a\xe2\x27\xc9\x77\x55\x3a\x9f\x3f\xc1\x2c\x23\xd2\x05\xba\x3e\xe8\x05\xba\x75\x98\xb7\xe3\x8b\x03\x52\x41\xc3\x23\xdc\xac\x11\x48\xbc\xa7\xf8\x6f\x02\xb1\x58\x13\x47\xce\x8f\x4e\x72\xb1\xc4\x72\xd6\x4b\xcf\xcb\xc3\x23\xed\xa0\x3d\xa5\xb0\x8b\xae\x75\xd0\xa3\x2c\x4d\x68\xf2\x1b\xf1\x16\xf2\x75\x76\xed\xd4\x10\xf7\x39\x48\x8a\xa9\x88\xe4\x45\x9f\xc9\x87\x1a\x32\x5a\x41\xf1\xe7\xe8\xce\x4a\xf5\x58\x66\xc2\x74\x3c\xbf\x20\xfb\x92\xea\x72\x93\xe9\x7d\x66\x6d\x6e\xce\x53\x31\x80\xf9\xad\xf7\x65\x9e\xd4\xfa\x01\x62\x0c\xd3\xf3\x33\x24\xa3\x86\x93\x7d\x6b\x41\x4a\x93\xb0\xa9\x1d\x1d\xc7\xd4\x2d\x89\xce\x52\x88\x26\xda\xb4\xc0\x2a\x2f\xf3\x39\xe4\xc8\x76\x7d\xeb\x00\xd6\x5f\xdb\x00\x7c\x32\x30\x0d\x89\x60\x07\xc7\x42\x6f\xb9\xa7\x9d\xb3\x05\x26\xdc\x23\xd3\xc7\x8d\x69\x8f\xa0\xd3\x99\x72\x0f\x1f\xe9\xf3\x63\xe6\xc8\xd1\xd6\x98\x2a\x4d\x68\xbe\x23\x1e\xc7\x30\x42\x46\x7b\xd0\xed\x88\x2f\xef\xba\xe9\xbb\x02\xa4\xe1\x35\xc7\x90\x6e\x74\x1c\xbd\x25\x1c\x8f\xcc\x02\x5b\x70\x13\x15\x78\x5e\xc8\xae\xee\x1e\xe0\x6c\xc7\x17\xea\xa6\xb6\xa4\xfb\x22\x2f\x45\x8b\x12\x2f\x5f\x11\xbd\x47\x06\xb4\x97\xd3\x94\x66\xb4\xca\x09\x95\xa7\x97\xe0\x11\x43\x42\x0c\xe9\x9c\xf5\x9d\xf4\xb7\x41\x6e\xaa\x2f\x56\xf3\xcc\xd2\x90\xcb\xaa\x81\x41\x74\xfa\x96\x9b\x5f\xe5\x89\x8c\xa1\x92\x76\x16\xf5\xb3\x17\x63\x95\x0e\xaa\x03\xa0\x6d\xf4\x61\xeb\xdc\xf2\x4c\x25\xb3\x99\x30\xb7\x1d\xf3\xe1\x60\x6c\x33\xb1\x96\x79\xc1\x3c\xa5\x1d\xba\x90\xb4\x2e\x0b\x07\x59\xaa\x1d\xad\xa8\x3e\xea\xf3\xcc\xe9\xc2\x46\x32\x15\xf8\x69\xc8\xc4\x9d\x7a\xd2\x2f\xaa\x9b\xcb\x61\xdb\x49\xc2\x74\xc2\x3e\x0c\xa5\x89\x87\x51\x32\x60\xc7\xa0\xa2\xf7\xc1\xa5\x43\x0f\xd6\xf7\xa4\x12\xb7\x67\x5d\x44\x04\x91\x6f\xa5\x5f\xfb\xc8\x34\xfc\x08\x54\xa1\xce\x69\x8e\xad\x78\x26\x9c\x3a\xf8\x1c\x85\xd4\x80\x10\x7d\x5d\x7d\xdb\x8e\x51\xa0\x8d\x21\x5d\xb5\xf2\x43\xe6\xd5\xb9\xb1\x5c\xb2\x22\x5f\xc3\x10\xb5\xa5\x91\xbe\x18\x8b\xcf\xe3\xe4\x8e\x2e\xad\x51\x44\x24\xfe\xfe\x53\xc6\x73\x9e\xf8\x99\x3c\x1d\x08\x19\xb0\xeb\x5f\x3b\x99\x5f\xfb\xdf\x7e\xcd\x86\xb0\x05\xec\x1d\xa2\x72\xa6\x48\x0a\x4b\xdc\x70\x9b\x6c\x42\x74\x33\xdc\xae\xdd\xff\xa1\xf6\x6c\xa0\x5c\xfb\x87\xb6\xe1\xd7\xde\x8d\xda\x6b\x3c\x1f\x0c\xeb\xed\x0b\x6c\xb2\x53\x40\xdd\x7c\x4b\xbf\xd8\x73\x26\xee\xf7\x45\x5f\x6b\xa9\x55\xa2\xaa\x4d\x92\xc3\x6a\x44\x48\xa8\x33\x2d\x8a\x9c\x05\x8f\x3a\x26\x4a\x29\x0c\xbe\x21\x76\x3c\x88\x54\xc2\x4a\x35\xed\x02\x08\x3c\xd4\xd6\x91\xaf\x29\x2e\x0f\xcb\x7e\xeb\x33\x4f\x46\x39\x57\xc7\x45\x65\xcb\x2c\x65\xcb\x4c\x5e\xbe\x2e\x33\xa9\xea\xba\x4c\x31\x17\x64\x7f\x6d\x4f\x34\x59\x36\x65\x5d\x08\x36\xe5\x3f\x8c\x81\xd2\x22\xef\xab\x45\x9d\x5c\x92\x43\x72\x09\xc6\x63\x22\x30\x1e\x3a\x3e\x37\x22\xc0\xbf\x04\x4d\x77\x25\x44\x13\x36\x4f\xdc\x59\xce\xf2\x28\xf3\xbe\xeb\x91\xe4\xc5\x2c\x42\x81\x91\x30\xbd\xb2\x1c\xa0\x25\xf7\x4e\xc1\x60\x4c\x76\x18\x5b\x9b\x08\xf2\x9c\xb8\xca\x4b\x16\x13\x18\xcc\xf6\x62\x1a\xa6\x29\xb0\x96\x68\xc0\x00\x11\xa4\xc1\x7e\xd1\x41\x23\x98\x61\x9b\xec\xb9\x0e\xca\xa5\xcc\xdc\x4f\x9d\x49\x3b\xc8\x58\x1a\xa5\xed\xfc\x83\x24\xe4\xc3\x4c\x87\x93\x2b\x55\xb7\x76\x90\xc8\xf7\x55\x72\x35\xbc\xb6\x9b\x4c\xfc\x42\x26\x50\x55\x48\xbb\x98\x98\xc4\x98\xdc\x74\x53\xe7\x6f\x27\x77\x20\xfb\x52\x19\x51\xe3\x4f\x05\x10\xc3\x1f\xb5\x47\x0c\xbe\x84\x1e\x13\x96\x8c\x8e\xdf\xc2\x5b\xdb\x4c\xee\xf8\x71\xf6\x53\x16\xc0\x65\xee\x64\xaf\x03\x03\x99\xe6\xcf\xae\x4b\x3a\x9e\x95\x92\x2d\x6c\xb1\x3e\x5f\x97\xd4\x31\x25\xb5\x6d\x30\xd0\xcb\xfc\x56\x30\xf9\xd4\x98\xff\x9b\x35\x9e\xcf\x88\x59\xb1\x45\xfc\x7f\x55\x65\xf9\x4c\x74\xe1\xc2\x16\x87\xff\xab\x2a\x8b\x67\x97\xd2\xae\x6c\xb1\xfb\x55\x95\xfe\x67\xde\x17\x25\x1e\x20\x04\xe5\xf2\x98\xef\x2b\x0d\x48\x6f\x94\x1c\xcf\x6e\x14\x8b\x57\xb1\xae\x7f\xb1\xc0\xd7\x62\x8b\x4c\xd1\x45\xc6\xaa\x2b\x4a\x7c\x05\x8e\xb1\x05\x5f\x82\x4e\xe3\x96\x19\xb7\x58\xa2\x67\x8a\x7c\xbd\xca\x06\xc5\x49\x26\x4b\x02\x40\x2e\x6c\x42\x37\xcb\x5a\x94\xe2\x8c\x0a\xdd\x00\x50\xd6\x0c\x4b\x53\x67\xb5\x7a\x87\x4c\xce\xb8\x52\xa6\x92\x03\xab\x3c\xd7\xd1\x82\x15\x42\x51\x11\x21\xff\x43\x16\xf9\x85\x64\x41\x30\xeb\x50\xe2\x9d\x08\x79\x54\xd5\xd2\xc7\xdb\x57\xfe\x88\x72\xdc\xd2\x67\x57\x0f\x47\x97\x3e\xab\x7a\x84\xa4\x5e\x82\x61\xa0\xf6\x68\x9a\xf9\xa1\x24\xf2\x7d\x4e\xa3\xaf\x4a\x26\x5e\x63\xa4\x93\xfc\x02\xab\xb5\xcf\xc4\xeb\x32\x6b\x3c\x4c\x3a\x1b\x6a\xed\x32\x3f\x62\x77\x4a\x98\x18\x3e\x97\xc3\x16\x25\x17\xdf\xa5\x56\xad\xb0\x8b\x31\x98\x75\x61\xeb\xd1\xe7\x86\x97\x66\x76\x6b\xf0\xb6\x80\xc9\x87\x6d\xc9\xd3\xef\x7f\x24\x39\xf4\x73\x5d\x40\xd4\x55\xdd\xd0\x05\x14\xb2\x05\x1c\xd3\x4c\x68\xf9\x58\x2d\x52\xaa\x93\xdb\xbc\x62\x9b\x58\xeb\x42\x56\x5d\x5a\xbb\xba\x94\x52\xd1\x4d\x93\xab\xc5\xf7\x32\x5a\x69\xc6\x86\x98\xf2\xa5\x2e\x63\xd1\xd5\x14\xbe\x98\xb7\x6c\x19\x89\xcd\x30\xed\x8c\x77\x97\xef\x89\x92\xac\xf1\x4a\x0e\x71\x4b\x74\x2d\xa5\x89\xcd\x13\x2e\xba\xcd\xbd\xf8\xe5\x15\x26\x04\x82\x08\x37\x25\xf2\x51\x1c\x9d\xd3\x8d\xbb\xa8\xe0\xfc\xff\xbb\xe8\x3f\x77\x17\x29\x41\xd8\x17\xa1\x39\xc0\x0a\xc3\xff\xe6\x01\xe6\x95\xf8\xcf\x87\xd3\x34\xe3\x7f\xaa\x6f\x5d\x73\xd0\xdc\xcd\xf8\x71\xe6\xdc\x3c\xeb\xda\x25\x01\x47\xd5\x9f\xcf\x9e\x94\x2c\xc8\x58\xdd\x71\x66\x4c\x45\x7c\xfa\xcb\xa9\x34\x9b\xb8\xff\xf8\x20\xb2\x5f\xff\x72\xf4\x64\x80\x0b\xfa\x57\x74\x07\x03\xd6\x7c\x20\xa0\xe2\x3d\x79\x87\x68\x6f\x59\xbc\xca\x4b\x99\xbd\xb5\x4b\xf7\xd6\x87\xe8\x36\x8b\xb7\x13\x92\x8f\x4a\x1a\xdc\x96\x34\x7f\xdc\x91\x0b\xb7\x4b\x1b\xab\xbe\xcb\xe4\xf0\x0a\xf9\xd8\xd8\xd3\xe7\x86\x53\x52\x1b\xcd\x61\x57\x1b\x2d\xbe\x16\xfa\xc4\xd5\x46\x13\x66\xa3\xf1\xab\x8d\xf6\xfb\x15\x22\x6c\xf1\xdf\xdf\x37\x37\xb1\x63\x88\xbb\xe8\x67\x01\x6c\x72\x91\x08\xc2\x1e\x31\x36\xba\x54\xe1\xda\x80\x29\x9b\x84\x00\xd0\x60\xf6\xbe\xc8\x0d\xd1\xc5\x25\xa7\x82\xb4\xff\x2e\x36\xd4\xda\x24\x36\x38\xaf\xa9\xd4\x30\xfc\x1f\x96\x1a\x7e\xd8\x98\xff\x50\x02\x28\xc1\xe8\x35\x10\xc9\x5e\x9b\x82\xbe\xf8\x6a\xf7\x35\x70\x98\x8d\xed\x83\x4c\xbe\x5d\xfe\x1f\xec\x49\x23\x0e\x0c\x98\xfb\x40\x6c\x4a\xd8\x82\xd2\x0d\x12\x1b\x6f\xb3\xa2\x6f\xc8\x72\x17\x9e\x0b\x18\xde\x6b\x19\xf7\xc9\x7a\x2d\xbe\x8a\x50\x84\x2c\x9a\xad\xfe\x26\x14\x7a\xb8\xd3\xb2\xc6\x80\xb9\xea\xaf\x1e\x19\xc6\x2f\x22\xc7\x0b\x63\xb3\xf5\x59\x6a\x18\x8f\xb8\xe8\xd8\x22\x7b\xad\xb2\xb2\x03\x08\xcf\xb6\xb6\x95\x2f\x78\x58\x74\x13\x76\x23\x21\xcb\x45\x38\xed\xc1\x0d\x2f\x58\x71\xd1\x04\x18\xf4\x0e\x96\xf7\x68\x47\x1c\x86\x4a\x19\x97\xbe\x4d\x52\xa2\x2b\x73\x90\x16\xdf\x68\x41\x8c\x21\x39\x02\x33\x73\xa4\x3f\xe4\x25\xdb\x70\x3a\x2e\x42\x1e\x1c\x60\xe6\x5f\x08\x98\xd2\xd4\xbc\x06\xcf\x4c\x7f\xd5\x33\x5f\x89\x12\xdf\xd1\x79\x06\x77\xc0\x64\x0d\x26\xcb\x2d\x2c\xc7\x9e\x1a\xa4\x0b\x97\x89\xc7\x59\x3e\x56\xbe\x16\xeb\xff\x54\xc6\x42\xd3\x7e\x90\xe6\xbb\xe0\x08\xa0\xcc\x77\xd8\xcb\x89\x17\x74\x57\x92\xe7\x17\x69\x9d\x6d\xab\x84\xf0\x1e\x98\x65\xcb\x60\xf3\x6f\x23\x1c\xde\x53\xbb\x80\x12\xf8\x41\x52\xa3\x8b\x4d\xde\xa9\xd6\x4d\x60\xbd\xf7\xf5\xad\x36\x7b\x2b\x88\x25\x06\x18\x62\xd4\x05\x49\x84\x08\xdb\x2a\x4f\x9b\x98\xa9\x15\x25\x67\xee\x32\x82\x76\xa1\xe4\x27\x46\xb7\xa0\xb6\x75\x8d\x43\x90\xc9\xe5\x0e\x97\x45\x8e\xb0\x89\x45\x2c\x6a\x5b\xc7\x2c\x51\x26\xa7\x11\xec\x47\x8b\x8a\x4b\x71\xc9\x88\x3b\x8a\xb0\xa3\x17\xfc\x02\xc2\xab\x6c\x4d\xf3\x9c\xfc\x45\x4d\xb4\xee\x99\xbe\xb5\x98\x92\xff\xc0\x33\x97\x16\x1d\xc6\x2d\x64\x6a\xa5\x45\x6f\xc7\xbf\xed\xc3\x62\xeb\x18\x91\x9a\xc9\x5d\x98\xf6\x81\xbc\x27\xab\xad\x93\x41\xfa\x3d\x5c\xff\x7c\xe2\x9b\xad\x93\x49\x3d\x96\xa7\xeb\xdf\x4b\x7c\x9b\x50\xa5\x22\x53\x23\xcc\x0e\x51\x90\xe5\x8f\xb8\xac\x70\xb8\xd5\x28\xf4\x56\x3e\xe6\x7d\x51\x68\x12\x56\x55\x3b\x04\xcd\xe8\xb7\x8b\x76\x22\x44\x1b\x32\xeb\xa4\x4c\x32\x6b\x55\x2e\x4f\x4a\x66\x1d\x5d\x5d\xa5\xb0\x0a\x31\xdc\x99\x1d\x99\xb9\x32\xef\xbb\x10\x4d\xdb\x32\x23\x99\xde\x77\x7f\x12\x4c\xc5\xfb\x84\x02\x81\x02\x39\xdd\xe9\x28\xa7\x09\x67\x2d\x1d\xe6\xe4\x67\xc3\x9c\x5a\xdd\xe2\x36\x1b\xe6\x24\x59\xc3\x23\x17\x26\x6b\x10\xd2\x44\x95\x5b\xaa\x8e\x0a\x5f\x39\x0c\x9b\xb9\x54\xa5\x63\x7c\x0e\x08\xba\x59\x83\x02\x02\x45\xe6\xce\xd3\xb7\xe7\x3b\x02\x67\xad\x56\x76\xf9\x86\xfc\xd0\xa0\x1d\xd0\x3b\xbd\x91\x5f\xf2\xf8\x66\x3e\xa9\x36\x54\x2f\xb4\xd8\x1b\x7c\xe1\x12\x0b\x1f\x15\x84\xd4\xac\xb5\x7b\xb5\x84\x42\xae\xe3\x5b\xfe\x52\xd0\x3c\x6e\xa9\x3b\x2f\x5b\xd2\x2c\x6e\x5d\x2d\xf4\x90\x97\x10\xb3\xf6\x97\xa2\x4a\x14\x7f\xe7\x6b\x47\x52\x09\x34\x7b\xea\x1e\xf0\x8e\x62\x3b\x42\x42\xb5\x1a\x92\x33\xe5\x24\x8c\x4f\x20\xc7\xb7\x53\x77\x00\x0b\x0a\xf7\x94\x13\x98\xbb\x37\x9f\x54\x05\xfb\x39\x6e\xbb\x93\x4e\xf2\xc0\xd7\x13\xbe\x07\xd5\x2f\x00\x01\xd5\x79\xec\xb5\xf2\x82\x55\xfc\x8f\xf2\xc5\x55\x8b\x74\xc3\xf5\xae\xa2\x99\xb3\x11\x28\x76\x70\xe4\x75\x1c\x5a\x9f\x35\xbb\xe7\x9d\x67\xf4\x33\x8d\xaa\x1f\x6f\xe0\xea\xe3\xd1\x23\xc5\xa1\x65\xe4\x03\xa7\x7b\x2c\x20\xd8\xec\x54\x70\x93\xc5\x23\x9b\xff\x40\x0e\x5b\x54\x04\xf2\x05\x7d\xe6\x3d\x91\xe8\x35\x2f\xfe\x24\x7a\xdd\x56\x59\x3c\xc6\xfa\x37\x35\x91\xf6\xc9\xa1\x9b\x6a\x56\xf6\xe9\x46\x3a\x7d\xbf\x99\x58\x9b\x26\x60\x45\x51\x90\xe2\x24\xae\xd6\xad\xf7\x9e\x2c\x5b\x92\x63\x76\x74\x6d\x08\x50\xc1\x32\x5b\x27\xc3\xe9\x60\x36\xa5\x09\xb3\x13\xaf\x62\xc9\x12\xc6\x44\x60\xe1\x83\x05\x20\xd3\x32\x50\xb5\x8b\x7c\x06\x4d\x70\xa4\xfa\x77\xe0\x6b\x04\xe0\x0f\x57\x96\x8e\x85\xe8\xa8\x86\xd8\x75\x1a\xcf\xfe\xa2\xae\xe3\x62\x76\x10\x84\x3e\x0a\x39\xdc\x0a\x55\xac\x84\xde\x39\x96\x38\x4c\x75\xaf\x6c\xa4\x6c\x2e\xf5\xd6\xf9\xd3\x06\xdb\xe9\xa8\xe9\x4b\x36\x79\x36\x77\x06\xec\x7e\x18\x67\xc2\x50\x45\xe5\x82\x3b\x01\xbe\xac\x61\x04\xaf\xf9\x08\x08\x51\x75\x57\xef\x68\xe0\xdc\x52\x58\x6b\xd9\xfd\x7a\x41\xd0\x46\x78\xcd\xd4\x54\x43\x4d\x83\xc2\xe6\x5f\xaa\xa9\xf2\xa5\xa6\xf4\xbe\x50\x35\x35\x1a\x57\x14\xc3\xa8\x6a\x58\xfa\x97\xaa\x82\x81\xc0\x6b\x46\x2b\x7e\xa3\x4c\x2a\x6a\x5a\x45\x40\xcb\xd5\x59\xd2\x61\x9e\xf1\x24\x1f\x5b\x79\x4d\x86\x3f\x17\x6d\x02\x6b\x5e\x11\x80\x22\x9b\x71\xac\xca\x64\x02\x3d\xcb\xc9\xfb\x62\x2d\xb4\x24\x5f\xda\x52\x10\xc1\x14\x6b\xee\x0c\x51\x73\xc5\x2f\x26\xf4\xb5\x7f\x5b\x70\xf7\xc3\xcc\x2d\x94\x1b\x1a\x09\xbb\x39\xfc\x49\xf3\xf5\x13\xcd\xf7\xf9\x0f\x22\x77\xe1\xf0\x13\xcc\xff\x22\x03\x83\x3a\x34\x8e\x57\x61\x93\x83\xb4\x0f\x7a\x01\x3f\xe4\xf9\x9e\x78\xda\x8a\xf0\xf1\x86\x04\x7a\xe6\xe2\x2e\x76\xae\x24\xd0\xe0\xb1\x06\xd1\x73\xeb\xd8\x97\x14\xd1\x54\x84\xb7\x10\x4d\x65\x2b\x83\x68\x3a\xcc\x5e\x88\x4f\xdd\xc9\x0e\xb1\xc1\xd9\x1b\xee\xb1\x4b\x48\xa4\x7d\x99\x22\x91\x3e\x74\xc1\x40\xdc\x93\xb6\x51\x97\xda\xac\xdb\x45\xb4\x72\x27\x1b\xad\x7c\xdf\xdd\xee\x10\x1a\xbc\xdb\xa5\xac\xc7\x77\x3a\x86\x39\xc8\x1e\x91\xad\x6e\x91\xa8\x3f\x7c\x59\x0a\x13\xd2\xe6\x66\x77\xbf\x03\x95\xf2\x61\x97\x84\x16\xbb\xfa\xe2\x96\xe9\xc5\x3d\x66\x6e\xf7\xb8\xcb\x46\xee\xaa\x03\xf9\x44\xab\x58\xac\xf9\x19\x7f\xc8\x8b\x29\x64\x4b\x87\x2f\x70\x3e\x86\x48\x68\xde\x38\x15\xc0\x67\x75\x8a\x04\x99\x25\x0f\xf2\xf0\xa1\x3e\x1f\x9d\x5b\xa7\xf3\xd2\xbd\x3a\x9d\xa3\x0a\x51\x20\x02\x9f\xfb\xb4\xf6\x52\xf0\xd5\xe2\xda\xcb\x57\x39\xb3\xf9\x44\x89\x5c\x39\x3e\x15\x88\x3c\xd1\xf0\x6c\xb4\x10\xde\x28\x05\xae\x2e\x8c\xa7\xe8\x3e\xfb\x5b\x87\xa6\xd2\xb9\xd3\x04\x4a\x74\x1a\x17\x09\xc8\xd3\xab\x0b\x70\x3e\xb1\x09\xd7\x88\xdd\x7d\xf8\x53\x1b\x47\x2d\xd6\xf9\xcc\x7b\x86\x66\x3b\xa7\x83\xb7\xce\x63\xe4\x65\x11\x8f\x85\x8c\x62\x8e\xad\xfc\xc1\x02\x58\x68\x56\xa2\x36\x35\x4b\xa8\xcf\xd8\xc7\xac\x48\x2b\x6b\xee\xe0\x02\xa6\x88\x68\xa1\x35\x90\x80\x49\xd5\x1b\x69\xe4\xc7\x75\xad\x99\x5e\x35\xa4\x25\xce\x00\x28\xf7\xc9\xe0\x9d\x65\x40\x1e\x83\x8f\xee\x9d\xdc\xc0\xaa\x7c\x82\x24\xed\x99\x72\x04\x42\x77\x09\x64\x24\x70\x29\xe0\x64\x0a\x5a\x80\xb7\x7d\x95\x03\x9c\xec\x30\x0d\x70\xa6\x90\xff\xf0\x8c\x4f\x80\x55\xa6\xb9\xda\x39\x65\xd5\xbc\xa3\x13\x73\x00\xe6\x77\x18\x63\x87\x32\x12\xe2\x1b\xb6\x97\x2d\xed\x8d\xb0\xb7\x1c\x99\x14\x21\xd7\x94\x56\xed\xe6\x13\xbc\xf8\x47\x35\x8e\x6e\x58\xbc\x65\xb8\xf8\x53\x6e\xf2\x32\x16\x7f\x86\xcf\x55\xba\xb8\x53\xa5\x38\x16\xc1\x2e\x37\xcb\xcf\xde\xe7\x67\xc0\x04\xbc\xcd\x37\x57\x39\xcd\x8b\xc4\x3f\x54\x38\xfd\x12\xe2\x6a\xa5\x9d\x2d\x25\x4e\x08\x6f\x9e\x28\x5c\x5d\x6e\xc7\x8b\xc4\xe9\x47\x4b\x3d\xf1\xe8\x32\x4d\xcf\xb6\x33\xfc\xfd\x39\x3a\x8a\x93\xa5\x5a\xc8\x09\x02\x01\x74\x4a\x7b\x1a\xbd\xd1\x39\xc1\x4f\xf9\x1b\xe4\xd6\x19\x14\xa2\xa5\xd8\x47\x64\x53\x15\x8e\xcf\xb7\x06\x61\xdf\x89\xd7\xdb\x83\x9f\x82\xda\x04\x10\x8e\x46\x00\xbe\x15\x15\x7e\xf0\x32\xfd\x59\x5c\x34\xc1\x77\xc0\xc4\xcb\xf2\xf2\x4b\xb8\xe2\x6a\xd1\x98\x38\xe2\x8d\x5a\x4e\x6d\xba\x07\x65\xb3\x0c\x3c\xbe\x51\xfd\xe0\xe7\x47\xac\xe4\x0e\xf3\x03\xe1\xe0\xe6\x69\x97\x8f\xa4\x8c\x44\xce\x81\xae\x3d\xbf\xee\x9c\x95\x56\xf2\x9e\xe3\x3e\x2e\xaa\x78\xa7\x93\x3b\x8e\x3b\x30\xcf\x9f\x76\x09\x1e\xf1\xbd\x3e\x43\xdb\xd9\x33\xf4\xa7\xd3\x72\x07\xe2\xf9\x92\x79\xbd\xca\x59\xb3\x5b\xd6\xc7\x65\x25\x2d\xd4\xed\xd6\x76\x60\x9e\xaf\x9b\x2f\x67\x9c\x39\xdd\xf3\xae\xf5\xfd\x50\x74\x6e\x9b\xb1\xfe\x9c\xbf\xb0\x74\x4e\xb4\x7b\x7b\xe0\x06\xd9\xf7\xc8\x86\xc9\x7f\x99\xd4\xf0\x1b\x04\xe4\x6c\xf8\x3c\xd8\xbf\x8f\xe0\xdc\xde\x2e\xbd\x8c\x4b\x67\x79\x76\x93\x0d\xf1\x91\x84\x4b\x66\xa3\x65\xf7\x95\x4c\x4c\xf1\x4e\xc7\x03\xa8\xbd\xf3\x3c\x39\x9b\x55\xae\x03\x91\x26\x3c\xc6\x45\xf4\x71\x41\x46\xeb\xd4\x59\x36\x32\x34\xf4\x93\x19\x6d\x46\x3a\x68\xc4\xdc\x59\x47\xde\x2f\xc9\x95\x17\x3b\x2d\x0f\xec\xfb\xf5\xee\x4e\x80\x12\x6e\xfa\x13\xc9\x6e\xad\x1b\xd1\xf9\xf3\xf6\x9c\x9b\xe8\x76\x51\x5f\xc3\x8d\x6f\x02\x77\xc4\xe3\x34\xe4\x37\x22\x82\x7f\x86\x37\xfe\x82\xf3\x2b\x1f\x57\xc0\x10\xf1\x69\xc4\x96\x51\x96\x98\x39\x4b\x56\x18\xc9\x24\xc8\xd6\xd7\x66\xb8\xb9\xbc\xe5\xc2\x33\x0f\xae\x38\x0b\x0e\x3c\x67\xbb\x29\x5e\x85\xf8\x5c\xeb\x69\x5a\xe9\x73\x0b\xf3\x34\x8d\x6f\x45\x35\xcb\xd4\x91\x27\x99\xb8\xaf\xcf\xf8\xd7\xb8\x6b\x8a\x21\x3f\xd7\xc8\x30\xfd\xb1\x28\x88\x6f\x73\xb7\x82\x89\xe2\xec\x31\xcf\x16\x8d\xb9\xfb\xd3\x03\x11\x31\xbc\x4f\x16\xda\x50\x7b\xd0\x0f\x50\xec\xb6\xea\x33\x85\x4d\x16\x17\x3f\xbe\x3f\x71\x99\xb7\x94\xf1\x38\x9f\xb2\xec\xe7\x92\x59\x0d\x30\xab\x3a\x11\xe7\x8d\x89\x0b\xaf\xda\xae\x19\xdc\xbe\x92\x52\x4e\x5b\xdf\xfc\x3e\x54\xbf\xcf\x7a\x74\x87\xcf\xa0\xe6\xf5\xaa\x73\x3a\xe8\x8e\x5c\x89\xca\xde\xd2\x71\x32\x01\xed\x7a\x40\xd5\x29\x9a\x04\x69\x87\x37\xc7\xf3\x97\x6b\xc2\x67\xa2\x6b\x5f\x44\xba\xc2\x66\xb1\x9b\x66\x14\x4d\xbb\x57\x61\xf6\xf1\x2a\x33\x13\x97\xf8\xe6\x1e\x69\x33\xb9\x76\xdc\x5f\xac\x5f\xef\xfd\x98\xa4\xdf\xad\xcb\x42\x1f\x25\xbd\xb7\x75\xeb\xcc\xe3\x0c\x86\xf3\x32\x75\xc7\x8c\xc4\x99\x37\x57\x50\x33\x40\xf4\xae\x44\x29\xcd\xec\xb7\x27\xca\x55\x1d\xed\xab\x56\xdb\xfb\xb7\x9f\x68\x1c\x3f\x08\x08\x96\xa6\x6e\x4c\xd4\x53\x99\x3f\xf5\xac\x54\xb9\x9a\x96\x94\x57\xe1\x31\xd9\xa5\x45\x4a\x3e\x31\x61\x3f\x0b\x1d\x06\x75\xfd\x49\xf3\x5f\x16\x89\x6d\xd5\x3e\x67\x26\xc7\x0a\x8c\xb9\x4e\xdc\x97\xed\x96\x59\x32\xa0\x35\x8c\x4f\x2d\x13\xb4\x2d\x1e\xb7\xa7\x56\x82\x61\xeb\x3d\xd3\x52\x07\x99\xba\x25\xe2\x6a\x06\x55\xbe\x36\xd1\xc1\xe7\x43\xe6\xdf\x9f\xc9\x1e\xc7\xaa\xb0\x7c\x38\xbb\x1f\x1f\x2c\x56\xd2\x09\xa2\x14\x46\x26\x97\x53\xb4\x2d\xd1\x88\xa1\x3d\xb2\xf6\xd6\xf0\x41\x20\x6a\x11\x51\xe3\x4c\xc6\xf2\x0c\x46\x96\x71\x5a\xc6\xfa\x1f\x96\x31\x97\x45\x94\x61\xba\x76\xc9\xb6\x38\xb7\x01\x38\x8f\x92\x0a\x5e\x34\xef\x78\xc0\xfc\x97\x1a\x32\x7e\x8a\x02\xe1\xcd\xa5\x9b\xef\x04\xcc\x7f\xaa\xe2\xc1\x9a\xa6\xd0\xac\x64\x1f\x2c\xc7\x99\x64\x97\xb3\x09\xf2\x55\x8b\xe0\xd8\x48\xa8\xa9\x3b\x6a\x02\x4b\x56\x26\x79\xab\x1a\xeb\x74\x9b\x80\xf9\xaf\x39\x94\x0f\xca\xca\xa5\xa8\x67\xcb\x6f\x6c\xbc\xe4\xc1\x25\xf0\x9b\x35\xaf\x62\xc4\xc3\x48\x49\xb1\xe2\xc2\x11\x8f\x48\x5b\x00\xb8\xe2\x6d\xc2\xb8\xfb\x04\x99\xd0\x40\x89\x67\x4b\xba\x89\xaf\xb9\x4c\x66\xc0\xee\xec\x5d\xe0\xec\x6a\xd7\xaa\xb4\x97\x4b\x19\x76\x98\x73\x23\xe1\x0f\x61\xed\xfa\x41\xde\x7a\xbe\x53\x6d\x78\x09\x91\xd5\x9a\x10\xa0\xbc\x4b\xc9\xd7\xed\xe8\xb3\x80\x28\xfa\x24\x45\xf3\xb4\x23\x6a\x33\x7b\xcd\x4f\x04\xf3\x91\x30\x65\x1f\x68\x96\x6b\x32\xdf\xe0\x4c\x84\x2e\xf4\xa3\xbc\x60\xf7\xcd\xfc\x4c\xb0\x1e\x3d\x35\x23\x61\x89\x00\x61\x1f\x72\xa0\x1f\x9a\xf0\x0a\xb8\xa7\x3a\x55\x40\x4c\xf7\x28\x37\x5e\xc4\xe8\xd5\x32\x77\x85\x8c\x30\x3b\x12\x86\xa5\xb6\x31\x11\x04\x2a\x2d\x64\xb2\x9c\xb2\x12\x2f\x14\xae\x1e\x8f\xca\x30\x9a\x5f\xe6\x2e\x12\x25\xc0\x57\x32\xcb\xf0\x9b\x14\xa6\x18\x8e\x1a\x02\x0a\x3f\x31\x6a\x43\xc6\x84\xdd\xf8\x81\x6b\x26\xcc\x72\x9f\x10\x1f\xd4\x97\xb2\x16\xa6\x2c\x35\x88\x84\x0c\xf9\x76\xa9\x67\x90\x56\x4a\x30\x94\x8c\x08\x50\x84\xbd\xc2\x98\x4b\xc5\x55\x29\x27\x02\xc5\x2d\xf8\x3a\xf6\x91\x1d\x14\x83\x03\x83\xdb\x61\x90\xc6\x21\xd0\x54\xac\x39\x81\x91\x38\x27\xb5\x3e\x03\x04\x42\x8b\xc5\xad\x0e\x5e\x35\xea\xd2\x40\x86\xcd\xc4\x86\x53\x67\x47\xbc\x82\x62\xce\xab\xcf\x90\xaa\x03\x26\xee\x66\xed\x3f\x36\xb9\xf9\xcf\x5a\xec\x31\xf6\x8e\xb6\x52\x64\x52\xf0\xf8\x73\x53\x57\xd9\xa6\xb6\x7f\x1c\xbf\x05\x47\x6b\x08\xdd\xe0\xc6\x08\x0a\x69\x9a\xb3\xa0\xe6\xc8\xee\x34\x22\x47\x38\x38\xe0\xea\x1a\xff\x6a\x70\xb5\x54\x76\x1a\xdc\x45\xdb\xca\xfe\xf4\x84\xcf\x98\x5f\xbc\xa3\x0b\xaf\xee\xe5\x0d\x66\x54\x09\x09\xd2\xfb\xee\x4f\x2f\xa9\x62\xc7\xec\xce\xa1\x6f\x9a\x83\xfc\x88\x45\xfc\x42\xfa\x6a\x3a\x1a\x23\xb3\xbe\x72\xb5\x0c\x23\x91\xdd\x80\xd1\x6d\x92\x03\x26\x5f\x6c\x44\xd7\xad\x36\xbc\x9e\xea\x4d\x84\xdc\xf5\x98\xe8\xce\x1a\xcd\x7f\x36\x74\x91\xdd\xfa\x5e\x97\x92\xe1\x3c\x26\x1f\xd6\xa6\xae\xbd\xae\xeb\x62\xea\xea\x30\xd7\xa9\xcf\x04\x3a\xd3\x61\xc3\xba\xde\x9b\x3d\x26\x5c\x6c\x77\x09\x24\x50\xbd\xaf\x6e\x4e\x79\xb2\xfd\x92\x9d\x35\x4d\x49\xd3\x58\xdb\x43\x80\xc0\x80\xb1\x77\x92\x9d\xce\x7c\x79\xf2\xb3\x3b\xbd\xbc\xa0\x00\xb6\x35\x5d\xf8\x67\x98\x34\xf8\xba\xd4\x82\x81\x85\xea\xad\x4d\xfd\x7f\x77\x3f\x17\x39\x93\x60\x4a\x5b\x67\x0f\x87\x6f\xcf\x95\xff\xfc\x5c\xb2\xbe\x27\x82\xb5\x5f\xf3\x01\x9b\xbb\x4d\x5c\xd5\xcb\xad\x41\x9b\x19\x8a\x8b\xbb\x13\xb5\x2d\xfd\x80\x3c\xd9\x58\xac\xad\xec\xed\xf6\x96\xca\x6c\x8d\x9d\x9b\x49\x07\x3b\x34\x32\x31\x03\xc5\x2c\x04\xfd\xa5\x98\x21\x3e\x8d\x22\x3f\x4d\x39\x3b\xd5\xb9\x29\xc1\x7f\x59\x01\xc5\xd2\x54\x8b\x05\xd1\x4c\xc5\x7c\x28\x58\x06\xc3\x61\xa8\x04\x74\xc7\x1c\xc8\xe2\x6e\xa7\x65\xce\x11\x13\x77\xd5\x8a\x6e\xca\x98\x4d\xf8\xc3\x66\x27\xb3\x97\xf5\x2e\xed\x0e\x93\x8d\x82\x5e\x37\x48\xf4\x32\x30\xff\x15\x6e\x97\x45\x4a\x35\xb8\xdf\x79\x90\xdb\x94\xec\x70\x1c\xa0\xc9\x94\xff\xd3\x78\x42\xcf\x04\x13\x4f\xd3\x8d\xa1\x2a\xfd\x60\xfe\x7b\x15\x36\xdd\x0d\xd5\x7a\x11\x87\xec\x20\xae\x34\x40\x25\x5d\xf6\xf5\xa3\x36\xc6\x4a\x26\x9e\xce\x0f\x46\x48\x11\x0f\x1b\x4b\x9a\x5a\xc5\x6b\xf5\x23\x95\x3e\xf6\x18\x28\x23\x7d\x9e\xb2\x45\x4f\xde\x53\xe9\x58\x4b\x39\x1e\x13\xdd\xc9\x5e\x4b\xd4\x32\x15\x64\x3c\x26\xde\xcf\x1b\x91\x46\x3e\x18\xb7\x72\x7e\xcc\x82\xfb\xc5\x0a\x57\x2b\xc4\xaa\x4b\x76\xd0\x66\x25\xcf\x34\x46\xae\x01\xf2\x76\x36\x08\xa4\x17\x02\x52\x09\x0a\x3c\xd9\x84\x0e\x14\x89\xcd\xe6\x9a\x5f\x72\xa0\x0a\xf0\x13\x8e\xcf\xff\x0e\xa9\x66\xc0\x44\x7b\x09\xff\x7b\xaf\xda\xbc\x2a\xa0\xa7\x0b\x10\x70\xec\x4f\x84\xcd\xbf\x56\x40\x0a\x35\x8c\x39\x9d\x0d\x05\x52\xa0\xfc\x19\x82\x23\xc2\x94\x83\x74\x26\x0b\xc8\x28\xa4\xa4\x6a\x0b\x94\xaa\x20\x99\xd2\x94\xaa\x67\xd8\x4e\x0d\xa5\xaa\x1d\x0a\xb0\xb7\xe6\x42\x90\x93\x02\xec\x50\xa8\xef\xfb\xb4\xfa\x6f\x52\xaa\x0e\x49\xf7\xf3\x18\x83\x29\xac\x73\xce\xb4\xea\x3b\xa7\xea\xca\x29\x2d\x9a\x5f\x3b\x35\xa3\x10\x98\x18\x4d\xac\xce\xd3\xf7\xcb\x9c\x2c\xd0\x84\xd2\x13\x09\x76\xf9\xf2\xaa\xe6\x03\x15\x0f\x74\x66\xd0\xd0\x9f\xf8\x01\x93\xda\x9e\x9d\xe8\x20\x7c\xca\x0b\xe6\xd1\x80\xf8\x05\x42\x92\x1b\xcf\xe7\xad\xec\x03\x1f\xea\x20\x18\x01\x27\xe5\x95\x4a\x9a\x90\x89\xa4\xce\x4b\x47\x3c\xb8\x38\x01\x2f\x3c\x47\xc3\xf9\x1e\xd2\xdd\x65\x39\xe7\xbb\xbc\x4e\xee\x16\x2f\xe1\x5d\x3e\x61\x35\x05\x01\xd4\x8c\x97\x16\x69\x3d\x40\xdb\xb4\x26\xea\xd6\x7d\x2d\x01\xe5\x64\xa1\xb6\x81\x52\x9a\x7c\x75\x5b\xd3\xf2\xd8\x73\xca\x4c\xa3\x7c\x8f\x7b\xeb\x4c\x62\x20\x5d\xaf\xf7\x88\xe6\x4a\x7b\xdf\xb3\x95\x7c\x7a\xe0\x7e\x71\x1e\xe4\x25\x3b\xf2\xa6\x75\x4e\xa8\x44\x03\x76\xe0\x3b\xae\x57\x6c\xaf\x7c\xa7\xb6\x55\xab\x8e\x13\x14\x58\xee\xed\xf0\x0d\x11\x80\xb3\x37\xf3\x51\xdd\x2b\xd1\x85\xa7\x28\x30\x45\x40\x13\xb5\xa3\xba\xcc\xfb\x6c\xcb\xeb\x9c\xd8\x8d\xdf\x08\x72\x2a\x46\x87\xe7\x4b\x8a\x4b\x7e\x5e\xa0\xf2\xd1\xe5\x8e\x82\xa0\xf3\x3e\x7b\x66\x79\xc1\x22\x9e\x31\x22\xaf\xeb\x1a\x6c\x7d\x41\xb9\xcd\x03\x41\x7b\x95\xaf\xff\xc5\x49\xf5\xff\x3a\xa9\x72\x4d\x3b\xfe\x7d\x4a\x13\x26\x81\x75\x71\xbc\x83\x9b\x4c\x6a\x72\x55\x4f\x1f\x1a\xef\xbb\x3b\xd8\xad\x7d\x26\x1e\x22\x3d\xb5\x3e\x13\x2f\x3e\x1e\x51\x27\x53\x33\x1f\xb0\x67\x75\xfa\xbb\x42\xbf\x28\xd9\x84\x83\xf4\x0f\x57\x7a\xe1\x98\x36\x43\x69\x4b\x5d\x75\x28\x51\xd3\xb7\xa4\x82\x9f\x79\x89\xa7\x6a\x4c\x5c\xcc\xc8\x34\x25\x27\x09\x77\x10\x0f\xd3\x18\x67\x5b\x19\xa4\x6f\x03\x62\xd1\x10\x53\x7e\xc8\x29\x09\xa5\x20\x23\x0e\x76\xec\x55\x91\xbc\xa6\xac\xae\xeb\xdd\x9c\x5a\x4a\x6e\xbf\xb7\xfe\xde\x19\x3d\x83\x6a\x67\x3e\xe5\x25\x3b\x4b\xaf\x12\xf3\x94\x63\xb5\xb4\xc2\x15\x3d\x29\x40\xc4\x2a\x55\xb9\x46\x08\x53\x92\x44\x4c\xda\xfd\x85\x2f\xa8\x1d\xcd\xe4\x60\x0d\x75\xef\x66\xc2\x08\x39\xc0\xfa\xb9\xbe\xf6\x67\x54\x26\x1b\xd7\x43\x99\xc8\x1e\x3b\xf1\x4d\xf6\xb8\x41\x00\x19\x6d\xd3\xe2\xda\xa1\x36\x88\x46\x05\x9d\x24\x7c\x09\x35\xaf\xc3\x86\x33\x59\x81\xb0\xb3\x5d\x38\xd7\x65\x91\x44\xa9\x74\xcb\xa0\xaa\xbd\x13\x5b\x9d\xc5\x48\x9f\xea\x1c\x72\x95\x38\x9c\xae\xa7\xb2\x00\x89\x4a\x4f\x66\x09\x7a\x42\x01\x01\x40\xc1\xf9\xec\x5c\x15\x25\x41\xae\x97\xaf\x72\x25\xdf\x4b\xe6\xa9\xb2\xa1\xfa\x89\x75\x8e\x7f\x91\x6d\xd9\x77\x65\xf6\x0b\x31\x67\x5f\x75\xef\x50\x50\x03\x5d\xf2\xd6\x90\x52\xff\xcb\xd4\xaf\xe2\xc0\xeb\x0d\xac\xc9\x05\x0d\xf0\xdd\x93\x3a\xc6\xda\xde\xdc\x56\x5d\xbf\x57\x6d\x69\x13\x15\xec\xbd\xda\xc0\xed\x94\x0a\x76\xc2\xd9\xc6\x7b\xa0\xbe\x9e\x97\xbf\x17\x35\x6f\x4c\xf7\xf9\xec\xa7\x5d\x6c\xe6\x47\x2c\x06\xf9\xc5\x96\x6b\x4c\x8f\x95\x38\xbe\x10\xb4\xbb\xc3\xa0\x66\xa9\x02\x34\x1e\x5e\x25\x72\x41\xaa\x5c\x00\xf1\x21\xb7\xc1\x31\x41\x3f\x04\x44\x5e\x2a\x59\x24\xc8\x58\x4e\x59\xb3\x7b\xce\xc4\x53\x7c\xc6\xa2\x6a\x68\xd5\xe2\x40\x20\x7a\xbd\xa3\x9f\xef\x31\xef\x85\x5a\x15\x06\x49\x9f\x86\xb6\xa5\x29\x4c\xc1\x15\x46\xf3\xf2\xb5\x3b\x7f\xe4\xab\xb5\x33\x47\x80\x65\x21\xb6\x6b\x4d\x51\x60\xe2\xbe\xa6\x89\x68\x2b\x8b\xec\xe1\x26\x3e\x2f\x64\x91\x7d\xdb\xd2\x96\x7b\x7f\xd5\x46\x54\x96\x1f\xb3\x4e\x28\xf2\x42\x5c\x3a\x08\x0c\xbb\x9c\xb2\xbc\x49\x39\x31\xe5\x7b\x4b\x1b\x5b\xe8\x06\x2a\x00\x55\x63\xc1\xe1\xe0\x15\x25\x11\x15\x8d\xbf\x6a\xc5\x99\x90\xda\x73\xde\x8e\x4e\x92\x28\xa4\xe0\x4b\x6c\xc3\xb0\x25\xee\x2a\x20\x1b\x24\x61\x57\xcc\xb7\x1a\x76\x90\x62\x69\xba\xda\x33\x3d\x73\x12\x76\x81\x0e\xd9\x1d\x48\xfa\xf2\x00\x05\xc0\xe8\x25\x72\xc9\x4b\x26\x83\xd5\x96\x66\x1b\x1c\x3b\x75\x7e\xd8\x21\x5e\x74\x1e\xa9\x99\x08\x8e\x9e\x4e\x2b\xf0\x18\x8b\x29\x49\xc5\xd7\x98\xf1\x55\x77\x3d\xd1\x6e\xf8\x3e\x63\x07\x17\xf3\x1d\xb9\xb9\x04\xcb\x8b\x15\x24\xa2\x7a\x8b\x12\x58\x64\x64\x90\x5b\xf2\xe2\x89\x04\xca\xb7\xd2\x49\x3f\xda\x66\xec\x4e\x57\x33\x48\xff\xec\xa4\x7f\x8e\xaf\x1e\x20\x37\x19\xa1\x9b\xb3\xb9\x97\xaf\xba\xcc\xbb\x57\x45\x1c\x91\x10\xf1\x1a\x11\xd8\xbb\x24\x66\x90\x57\x3a\xd8\xc9\xc2\x75\x17\xee\xdd\x34\xa4\xfc\x08\x11\xbf\x1c\xd1\xba\x1b\xda\xd0\xd9\x46\x24\x1d\x88\x12\x9f\x95\x49\x78\x25\xde\xf3\xd7\x13\x86\x04\xa5\x14\x4a\xa9\x72\x70\x3f\x03\x1b\x1a\x49\xe9\x77\xdb\x93\x1a\xc8\x80\x64\x86\x00\x71\x4f\x88\x6f\x3c\xf9\x26\x84\xca\x07\xb8\xa1\x5c\x6e\xb8\x69\x0a\x93\x68\x0a\xad\x51\x59\x8e\x92\x02\x59\xa0\x0a\x94\x24\x02\x4a\x11\x7a\x23\xb8\x18\x9c\x75\x35\x8d\xb5\x50\xaa\xcc\x0d\xf6\xd8\x83\x97\x6f\x3b\x6d\x90\x4d\xad\x11\x88\xb4\xe0\xab\x86\x4c\xf1\x2e\x98\xe6\xe4\xda\xc8\xe5\xc4\x4f\x26\x78\x27\x35\x01\xe9\x2c\xeb\x09\x64\x15\x47\x4f\xf9\xd6\xc9\x4e\x79\xe8\x60\x76\xab\x22\x33\xbb\x15\xb1\x3f\xe0\xb0\x16\x87\x83\xc6\x6a\xeb\x31\x36\x37\xe9\x03\xb5\xab\xf4\x81\x92\xa1\x4d\xdd\xf0\x2c\x6d\xea\x92\x57\xb1\x34\xde\x2c\xb3\x44\x06\x4c\x58\x72\x85\xa3\x64\x60\xc2\x94\x3a\xea\x28\x42\x6a\x41\x04\x5c\xf8\x33\x85\xdf\xaa\xc5\x05\xf3\x62\x7f\x02\x70\x4f\x59\xae\x69\x0f\x8d\xde\x7d\x1d\x55\x16\x45\x9b\xe2\x71\x7a\x0c\x69\xb1\x21\xed\x97\x9f\xa2\xe3\xe2\xfb\x34\xc8\xa2\xb6\xd3\xf4\x02\xc4\x05\x25\x9e\xab\x39\xa8\xb7\x21\x61\x81\x8a\x97\xe2\x09\x1a\x2e\x9d\x2b\xef\xbb\xba\x09\xdd\xf0\xd9\xb0\x79\x46\x04\xd9\xd0\x3a\x91\xb8\x34\x28\x01\x01\x94\x72\x14\xdb\xf9\x01\x7b\x3b\x89\x34\x98\xae\x41\xdd\x7c\x09\x4c\x88\xfe\x48\xec\xb7\xaa\xb0\x67\xda\xcf\xb2\x60\x81\x61\x65\x52\x57\x2b\x70\x28\x4a\x94\xf3\xff\x74\x87\x44\xaf\x9d\xfe\x95\x98\x89\x8a\x35\xda\xed\x7b\x4e\x6b\x6f\x50\x38\x21\xeb\x58\x3d\x59\x32\x26\x16\xcc\xb6\x08\x79\x35\xbc\x11\x48\x20\x76\xfc\x48\x24\xb3\x21\x1f\x43\xa2\x06\x90\xe4\xcb\x0e\x78\x5f\xee\xb6\x01\xac\x5c\x03\x9e\xdb\xde\x82\xbf\xf5\x11\x22\x34\x60\x54\xe5\xb3\xea\x86\xb7\x03\x12\x69\xb0\x59\xa8\x36\x06\x4f\x79\x21\xea\xa2\xc1\xf7\x88\xdd\xed\x4d\xb5\x74\xad\x71\xd5\xd6\xa2\x18\x67\x18\xaa\x1e\xf3\x9a\xc8\x47\x9e\x10\x55\x66\x97\x33\x2e\x76\xb1\x07\x9e\x6b\x5b\x8f\x8e\xbf\xdd\x64\x68\x6f\x20\xf8\x06\x13\x2c\xe1\xc1\x8e\x90\xbd\xc4\x9c\xc0\x0c\x9c\x2a\x06\xa9\xbf\x2c\x26\xac\xce\x5d\xed\x68\x5f\x44\x99\x5c\x36\x3b\x8d\x0b\x1e\x0a\x19\x44\x75\x44\x04\x8b\xb8\x8c\xb5\xe5\xe4\x4a\x94\x65\xa3\x01\x16\x2b\xa7\x96\x76\xcb\xe8\x6d\x76\xbe\xa2\x6a\x5e\x3a\x35\xac\xf6\x86\xa8\x9b\x65\xdf\x57\x6a\xe7\x46\x73\x57\x89\x0c\xfa\x21\xab\xf3\x06\x1e\x3a\x72\xfb\x94\x52\x0b\xdf\xce\xbc\xb9\xe5\x5f\xf7\x4a\xbc\x8a\x35\x38\xb2\x96\x70\x2a\x86\x00\x67\xaf\xf0\xc6\xd6\xc7\xe5\x5d\xd7\xbf\x94\x1c\x20\x22\x68\xda\xab\x15\xb7\xf5\x0f\x36\xcf\x8f\x99\x58\x8a\xda\x5a\x67\x9c\x14\xf4\x0f\xef\x6a\x5e\xe6\x22\x46\x00\xcf\xbf\x0b\x41\xf8\x07\x6f\xfd\x21\xc6\x46\x81\xbd\x51\x74\xa7\x75\x37\x0d\x82\x33\x10\x83\x03\x26\x9e\xe6\xb6\x36\x3e\x0d\x98\x78\x51\xed\x25\xd1\xad\x86\x19\xf8\xc0\x44\x77\x98\xac\x8b\xd3\x4a\xfb\xd4\x3d\x26\xba\xf9\x8d\x20\x54\x10\xc1\x82\xb5\x28\x6a\xf2\x73\x12\xee\x36\x48\xb2\x21\xce\x42\x71\x12\x4b\x53\xaf\x12\xe6\x17\x34\xb2\x22\xe6\x85\x95\xf7\x97\x54\x90\xaa\x8e\xd9\x3b\x72\xe6\xb6\xf2\x01\x6b\x3f\x03\xc3\x31\x9b\xb0\x22\x77\xbc\xba\x4c\x4c\x6c\x53\xfe\x98\xf7\xd9\x8a\x3f\x83\xcf\x09\x36\xa7\x38\x74\x7e\xe7\x29\xad\x65\x21\xcd\x0e\x35\x27\x25\xc3\x5d\x2c\x32\x00\x7b\x32\x1d\xb8\x0c\xb8\xd4\xaa\x28\xbe\xc3\x29\x0e\x98\x78\x3f\x0e\xd2\xda\xf7\xc6\x96\x77\xe4\x4c\xbc\x5b\x17\x37\x1d\x01\x80\xa7\x8a\xe8\x6a\x04\x62\xc3\x9e\x3c\x64\xa2\xbb\x2f\xcb\x34\xc1\xa7\xf9\x9e\x0f\x58\xe7\x69\x33\x4f\x89\x9f\x9f\x0f\xd9\x11\xdd\xf9\x18\xaa\x41\x76\xa8\x16\x95\xc4\x43\x4a\x61\xb4\x4e\x5a\x60\x4b\x1d\xf1\xfd\xe7\xe5\x39\x43\x36\xad\xc6\x08\x39\x97\x06\xfd\x6e\xa1\x97\xd2\x7a\x91\xb8\x29\xe5\x13\xd4\xc5\x99\x93\x89\x3b\xd0\x0e\x5d\x0a\xaf\xd8\x34\xe1\x62\x1b\xb1\x60\x97\x85\xd4\xbb\x46\x1d\x5c\x09\x63\x08\x5c\x0a\x83\x07\x17\xe9\xda\xe6\x73\x93\xf6\x30\x52\x32\x5b\x05\x13\x8a\x7e\x9e\xd0\xcf\xe3\xe0\xe6\xb8\x8d\x98\xeb\x52\x12\x53\x5a\x13\xcb\xec\x09\xd9\xb5\xb2\x63\x66\xd3\xb2\x15\x8d\x87\x9f\xcb\x6a\xb3\xde\x67\x04\x7b\xd4\x15\x0a\xa8\xce\x51\x9c\x36\x45\xa9\x7c\x0b\xc0\xab\x2f\xee\xee\x36\x74\xf8\xb1\x32\x6d\x8b\x02\xc0\x79\x58\x05\xb8\x3d\xac\x3a\x49\x63\xbb\xc1\xc3\xc4\x20\xfa\x56\x4e\xd7\x56\xbd\x04\x28\x04\x37\x01\x30\x6e\xda\x65\x80\x25\xb5\xf3\x01\xf3\x3e\x67\x74\x46\xb8\x33\x6e\xc1\x62\xf8\x06\x6c\x65\xe0\x67\x28\x69\x4b\x3e\x32\xdc\xd9\x79\x8d\xa3\x2b\x83\x08\xb6\xd8\x1a\x32\x31\x45\xfd\x46\xb3\xf6\x68\xd6\x3a\x07\xb7\xe0\x1e\xd9\x3e\x35\xc0\x31\xbf\x58\x3f\xb5\x93\x6c\xb0\xac\x02\x15\x60\x7f\xd0\xf0\x33\x94\xde\x00\xd9\xf2\x8d\x70\x6e\x86\x47\x34\xb6\xcc\x63\x34\x65\x48\x92\x22\x6d\xb4\xb9\xdc\xcc\x32\x3f\xca\x2c\x04\x70\x8e\x8f\xf6\x33\x1d\xf5\x06\x4f\xca\xb9\x05\xec\x61\xaa\xb0\x7a\xd2\x7c\xf0\x21\x80\xd7\x96\x1b\x47\x2d\xeb\x8a\x00\xaf\x40\xd9\xcd\x5e\x34\xb1\x5b\xc6\xbd\x3a\x71\x2b\xe7\x24\xbe\x95\xed\xe4\x06\xa5\xcc\x64\x7c\xd2\xf1\xcb\xea\x14\x89\x1d\x0d\x22\x3d\x71\xac\x73\x1a\x4e\xcb\xa6\xa2\x86\x8f\x65\x5e\x37\xdf\xef\x39\x93\x73\x6f\x8b\x28\xb8\x05\x8f\x09\x4b\x2b\x27\x20\xb7\x78\xcc\x5b\xca\x5a\xc9\xc1\x0d\xa2\x65\x56\x82\x34\x56\xcd\x54\x9d\x8a\x69\x1a\x00\xb9\x5d\x6c\x40\xea\x66\x78\xbc\xd4\x40\x62\x8d\x4e\x73\x9e\xbd\xab\xd7\x58\xf8\x9e\x7e\x62\xe3\xf9\x7b\x7e\xc8\x9c\x8a\x5a\x31\x84\x63\x26\x48\x5b\x14\xe5\x86\xcc\xfb\xcc\xc3\x08\x89\xd8\xca\x04\x9a\xbe\x81\x60\x8e\xc6\xf0\x88\x1f\xe0\x60\xba\x20\xc2\x94\x70\xa9\x26\x0e\x61\xa3\xd9\xc2\xaf\x10\xc6\xaf\xa0\x08\xea\xd7\xed\xd4\x49\x70\x9d\x5e\x0d\xa4\x8e\xba\x4a\x96\x73\x1d\x16\xd8\x67\x8c\x9d\xe9\x83\xf8\x2c\x61\x6a\x07\xc5\x99\x4e\x4c\x5f\x87\xea\x4e\x95\x1a\x93\x6a\x90\xd7\xe1\x9b\xf2\x09\x2b\x7d\x76\x85\xdb\x10\x5f\xa0\x93\x16\x8f\x20\x2c\x2c\x11\x9e\xa0\x98\xf2\xc5\x11\x16\x78\x72\xf3\x76\xba\x6a\x50\x62\x6e\x69\xf8\xc0\xc5\x91\xb6\x7a\x67\x79\xa4\xbb\xe3\xa3\x76\x46\x28\x6a\xfd\x4c\x6b\x71\x64\x3e\x5b\x55\x42\x5e\xdf\xc9\x46\xd5\xd3\x6a\xad\xa5\xd3\x26\xaa\x33\xca\x9c\x13\x15\x1e\x4f\x70\x0f\x40\xaa\x57\xfb\xa2\xcf\xbc\x77\xfd\x49\x3d\x06\x72\x47\x4d\xa4\x49\x40\xd7\xa1\xa3\x63\x76\x49\xeb\x1e\x9d\x80\x90\xfc\x76\x9e\x52\x10\xd1\xa8\x12\x05\xe0\xb1\x8a\x42\xe4\x26\x76\xd5\xbf\x67\xba\x0f\x2f\x3a\x42\xb8\xc3\xd8\x4b\x15\x03\x4d\x21\xd6\x2f\x0c\xd1\xd6\x92\xfe\x54\xa5\xa9\x71\x54\x6d\x1e\xd6\x91\x18\xc7\xbe\x1a\x6d\xe5\x64\x47\xac\xe0\x75\x8e\xa4\x29\x36\xe1\xbe\x39\xba\x3d\xe6\xc5\xa2\x95\x6d\x64\x5d\x77\xbc\x46\x27\xbd\x17\x8b\x3b\xe8\x27\x05\x84\x93\x04\xd1\x4c\xa9\x4a\x5e\x09\xfb\x2e\x40\x6f\x11\x3d\x77\x9f\x5c\x52\x9f\x98\x5c\xa2\xcd\x11\x0f\x74\x4b\x93\x5c\xf3\x38\xd2\x15\xcb\x7c\x9b\x79\x8f\xaa\xa1\x53\x5e\x46\xf7\xc0\xcc\x36\xe5\x99\x95\x14\xf1\xe9\x0c\xb5\xee\x67\x01\xb0\xa3\xf3\x6d\x26\x01\x76\x39\xe5\xdd\xbf\xbe\x36\xa3\xd7\x24\x35\x56\x3a\x0e\x36\xa5\xea\x90\x7c\x27\xc5\x61\xac\x83\x4b\x1e\xf0\xda\xa3\xbe\x28\x49\x02\xd8\xc9\xd4\x88\x0c\xc6\x29\xbd\xa9\xe7\x98\xc6\x8f\x6e\xde\x67\x4b\xa7\x2e\x16\x33\xad\xc2\xa9\xfb\x7e\xef\x10\xbc\xd5\xc5\xab\x69\x7b\x02\x8c\x0f\xb0\x53\xd2\x35\x90\xa4\xf6\xd4\xa6\x1a\x71\x21\x8e\x70\xbd\xaf\x42\xca\xb0\xb8\x88\x30\xd9\xa2\x49\xd8\xf6\x53\x54\xa3\xf0\x78\x77\xaa\xe9\x01\x70\x74\xb3\x8f\x1a\x11\x95\xc8\x92\x00\x15\xff\x99\x6b\x75\xb7\xa2\x7f\xd7\x47\xbb\x4d\x39\x22\xce\xf7\x92\xbd\x77\x82\x2e\xcb\x55\xe5\x1f\x5e\x17\xc4\x74\x23\xef\xc4\x75\xdd\xc0\x8c\x20\x3c\xbc\x24\x70\xdb\x53\xa3\x25\x58\x55\x0a\xe4\x27\xee\xf9\x9a\x8e\xde\xd8\x39\x13\x82\xda\xc6\x19\x6d\x11\x5e\xe6\xc4\xd5\xbf\x25\xb1\xd3\xa4\x8e\x6a\x7b\x9d\x0f\x4e\x00\x90\x15\x27\x2f\x45\xa1\x19\x4c\x4b\x59\x33\x53\x83\x3f\x2e\xca\x3a\xb7\x7f\x5d\x4b\x2d\x04\xde\xe5\x4b\x36\x06\xac\x00\x0f\x38\xf1\x2a\x1a\x27\x36\x79\xa1\x43\x77\x63\x9b\x09\x4b\x1c\xa1\xf6\x8e\x2e\x90\xd9\xdf\xb6\x25\x7a\xe8\xed\x44\x79\x0a\x53\x73\x64\xaf\x91\xc9\x53\xe4\xd5\x0b\xf0\x34\x9d\xb4\xb4\x1f\xad\x59\x2b\x9e\x98\xb3\x96\xbc\x62\x44\x0f\x55\xdc\x76\x46\xea\x79\x24\x2a\xb4\xfe\xc4\x09\xe0\x76\xd5\x5d\x1a\x28\xef\xc7\x6a\x85\x35\x7d\xd0\xa5\xee\x62\x5f\xdd\x9d\x9f\xc7\x58\xe7\xa6\x27\x90\x07\x65\x32\xdb\xe0\x09\x75\x70\x55\x69\x0d\xc8\xb9\xa3\x0a\xa3\x74\x1f\xc9\x84\x63\x2d\x35\x92\xa9\xaa\x1d\x68\xcf\xe4\x49\xc1\x0d\xa2\xa3\xfb\x63\x3a\x93\x02\x41\x6b\xa8\x99\x94\xda\x67\x6c\x18\xd9\x3a\x3c\x76\xb5\xbf\xae\xee\x4c\xce\x04\x31\x95\xb4\x27\xc7\xa7\x59\x53\x9d\xd8\xaf\x7b\x74\x70\xc6\xd7\x16\x58\x2a\x56\xa0\x2c\x66\x11\x9f\x11\x0a\x8a\x3c\x08\x5a\x55\x0f\x5f\x8c\x76\x2e\x4c\x76\x82\xf5\x44\x9d\x68\xe0\x33\xc6\x0c\x8c\xbd\xfc\xa4\xf3\xaf\x62\x53\x43\x26\x5e\x58\x96\x46\x05\x64\xb6\xb9\xf3\xcf\x57\x77\x7e\xc1\x58\x7c\x8a\x57\x16\x9f\xb5\x21\xd0\xcd\x39\x57\x68\x0f\xce\x06\x24\x35\x7b\x27\xde\x6a\x45\xbc\xcf\xd8\xdc\x69\x14\xa8\xa6\x9a\xb0\x0b\xa9\x29\xe8\x16\x08\xcb\x98\xbe\x2e\x66\x53\x66\xd4\xc0\x4e\x21\x6f\xc8\xdc\x4e\xf3\x8e\x16\x8e\xbe\x79\x41\x1e\x3c\x9d\xaf\xb8\xf9\x9a\x12\x83\x74\x87\xd4\x22\xc3\xe4\x66\x95\xa4\x2b\xca\xa9\x57\x5d\xea\x2c\x8f\x9d\x76\x0e\xe2\xc6\x98\xcf\x02\x13\x2e\x23\x0b\xa0\x07\xff\xca\xb3\x76\x2b\xc9\x42\xb4\x2d\x2a\xe6\x6b\xca\x0e\xe4\x7c\x5b\xae\xe0\x3c\x62\x10\x3f\x29\x87\x54\xdd\x9c\x6d\x75\x11\x3c\x9a\xac\x78\x25\x2b\xc0\x1d\xbc\xe2\xc0\x3d\x8c\xc8\x49\x59\xc8\x91\xc2\x78\x71\x8b\x65\xe7\xa6\xcd\xc5\x64\x6f\x94\xa7\x74\x0e\x52\xb8\x6f\xc8\x67\xb0\x76\x55\xb9\xb6\x6e\x95\x6a\x57\x4c\x9b\xf0\x3f\xbf\xc5\x27\x2f\xff\xd5\xf2\x11\x1b\xba\x02\x35\x84\x6a\x11\x64\xd9\xea\x6a\x48\xd3\xa8\xbb\x61\x8e\x36\x04\x12\x2f\xdb\x95\xa9\x4c\x43\x79\xaa\x48\xd8\x69\x57\x10\xda\xdc\x06\x71\xc6\x64\x7d\x6b\x20\x6f\x64\x39\xe4\xde\x68\xb4\x4e\x2b\x80\xea\x1e\x35\x4f\x93\xf9\xbc\x3a\x23\xc3\x97\xc2\xc2\x9c\x19\x16\xe1\xb8\x4e\x40\xc3\x92\xc2\xef\x04\xc1\x32\x86\xbc\x61\x23\xa8\xe3\xbf\x32\x04\x5e\xa8\x04\x19\xe1\x74\x51\xf6\xb2\xec\xe7\x47\xcc\x76\x3a\xf9\x37\xd1\x3a\xf0\xbc\x2f\xbc\x51\xb9\xec\xe7\x3d\xa7\x79\x2f\xb4\xe7\x54\x30\x31\x15\xd6\xc9\x4f\xa3\x2c\x66\x26\x2d\x6f\x28\x99\xac\xce\xc8\x7f\x54\x74\x2e\xb8\x71\x3a\xb9\x0a\x41\x1e\xd1\xf1\xc7\x2a\x38\x44\xb1\xae\x98\xde\x9b\x47\x9e\xd9\x9b\x22\xbe\x99\x3a\x28\x08\xdc\x49\xeb\x63\xa7\x61\x1a\xe5\x1b\x9d\x44\x6a\x0e\x99\x34\x1c\xa3\xd6\x77\x27\x69\x96\xe2\x80\xf5\x63\x24\xcb\x97\x0f\x4d\x83\x0c\x2f\xea\xbc\x42\xc1\x01\xd2\x8d\xce\x3c\x89\xf9\x30\x11\xc5\x51\x8e\x7c\xb9\x36\x77\xd3\x5c\x7d\xa1\x51\xf5\xa5\x26\xe8\xe9\xc9\x25\x3f\x7b\x36\x3c\xcf\x08\x9f\x6e\x26\xba\xe2\x8c\x3b\xec\x11\x20\x97\x34\x12\xe2\x0b\xcc\xe4\x90\xfe\xf5\x8c\x86\xf0\x05\x48\xb2\x9f\xf9\x75\xa0\x54\xd6\x2f\x40\x92\x2b\x9e\x0f\x24\x23\x6e\x9f\x89\x1c\x93\x7b\x30\x82\xad\x9c\x86\xe3\x1a\xa7\x52\x3d\xf8\x4a\x9a\x80\xd0\xc0\x88\x32\xd5\x5a\x28\x4d\xcb\x0c\x79\xfb\x2e\x4d\x91\x60\x4c\x54\x36\xe4\x14\x88\x0d\xb7\x8c\x67\x32\xe7\x83\xea\x86\x0e\xd2\x91\x0b\xc9\xea\x54\x82\x83\x7c\xfe\x94\xf9\x55\x84\x20\xa8\xd6\xcf\x94\x36\x41\xf2\x63\x9f\x52\x44\x25\x0b\x9c\x24\x82\x9b\x28\x5a\xf0\xc8\xb0\x81\x7a\xeb\xdc\xce\xbc\x33\x64\xa2\x7b\xa3\x28\xd5\x0a\xa2\xf4\x23\x16\x0f\xba\x41\xda\x91\x24\x20\x06\x52\x7c\x04\x61\xa2\x3a\x52\xf3\xe3\xab\x6b\xa7\x8f\x58\x89\x3e\x9d\xa9\x5b\x23\x12\x09\x0d\x89\x9b\x8c\x50\x84\x1c\xd9\x88\xdf\x6b\x1f\x35\xf9\x41\x0a\x24\xcd\x1e\x79\x65\x19\x20\x42\xb4\xb6\x0c\x12\x40\x0c\x0a\x1d\xd5\xc4\xe8\xba\x42\x02\xae\x20\xff\xbc\xc3\x9a\xa6\x58\x70\x21\x23\xf6\xd2\x03\xa9\x23\x33\x29\xba\x03\x70\xe6\x08\xe0\x04\xc5\x01\xb8\x49\xf4\xff\x2d\xb8\x60\x7c\xd6\x44\xa0\x42\x00\xd9\xfe\x82\x9f\xa7\x7c\x4b\x7f\xb0\xa3\xd0\xde\xc9\x39\x3e\xb7\x57\x71\x00\xdc\x4b\x89\x56\xdd\x6b\xc7\xa6\x20\x6c\x57\xd5\xdc\x01\x46\x01\x52\x87\x1a\x8b\x60\x47\x4b\xe9\xcc\xc3\x15\xf5\x34\xe6\xd1\x2a\x48\xe0\x7d\xb1\x41\x45\xc6\xfe\xef\xd1\x28\xcd\xf8\x1a\x4f\x85\x7c\xb6\x0a\x48\x73\xf9\x50\x05\x78\xac\xb3\xa4\x63\xa2\x48\x78\x1b\xcd\x12\x6f\xd0\xb8\xb1\x95\x51\xa9\xcc\x28\x7f\xe4\x7d\xe6\x67\x2d\xa7\x48\xba\xa4\xf1\xf8\x94\xc6\xf0\x47\xd4\x0e\xcd\xbc\x46\x70\x11\x1a\xbf\x46\x3a\xff\x4a\xdb\x24\x51\xcb\x0b\x56\x6d\x65\x5e\xdf\xac\xd4\xed\x1c\x4b\x02\xa5\x97\x15\xc2\x50\x11\xac\xaa\xff\x7f\xa2\x7f\x95\xc0\xea\x31\xc4\x37\x1d\x30\x4a\x25\xbe\x5f\x91\xf9\x7e\x2b\xf5\x37\x05\xbe\xa5\x3a\xd8\x98\x70\xf6\x4e\x0e\xc2\x4c\xd4\x8e\x6a\x43\xee\x55\x0d\x47\x80\xba\xff\x09\xef\x05\xc5\xcf\x8c\x9b\x00\x96\xf6\x92\x97\xc5\x1a\x3b\x4a\x1d\x76\xae\x1a\x53\x4b\x3c\x53\xf3\xe0\xd3\x84\x2d\xea\x9e\xfe\xed\x24\x8a\x08\xad\xff\x15\x57\x32\x49\xc8\x89\x20\xca\xc5\x42\xfc\x80\xee\xf2\x1a\xd1\x7f\x04\xeb\xfa\x74\x6f\xc6\x97\xe2\x56\x71\x58\xd2\x36\x19\x2a\x75\xc8\xa3\x28\x75\xf1\x74\x8d\xf7\x85\xa7\xd4\xe6\xf0\xbb\xf4\xf3\xdd\x8d\x9f\x25\xf8\x0c\x9f\xb1\x2c\xe1\x81\xf9\x24\x57\xa2\x97\xba\x12\x91\xd7\x13\x69\xb7\x31\x85\xfa\x0c\xe8\x98\x2a\xf2\x7b\x0c\x55\x5d\x63\xd9\xcc\x71\x33\x34\xb0\xbc\xc7\x14\x8e\xf0\x76\xd1\x3f\x4e\xca\xad\xfc\x98\x05\xb1\x37\xd7\xdc\x92\x1f\x40\x39\xc1\x02\x51\x43\xa2\xc9\x11\x94\xf6\x7a\x97\x6a\xb5\x6d\x53\xbd\xcf\xb6\x9c\x7c\xcb\x4b\xee\xdf\xeb\xd1\x9f\x70\x26\x5f\xd5\x26\x71\x90\x6c\x1e\x42\x73\x1e\xbb\x14\xab\xd1\xe0\xa5\x4c\xe5\xc0\xdf\x45\x32\x95\xc7\x6c\x0f\x93\xb4\xdc\x62\x0f\x47\xfa\xff\x77\xfa\xd7\xff\xb2\xa3\xc5\x7f\x7a\x47\x93\x87\x62\xf8\xa8\xaa\x59\xff\x67\x77\x74\x3b\xbb\xa3\xdd\x3f\xef\x68\xef\xd6\x8e\xf6\x98\xbf\xe4\xce\xd7\x4d\xec\x25\xd4\x77\xe2\x2e\xb3\xdf\xc5\x3b\x15\x5b\xe5\x50\xea\x60\x6b\x69\x69\x04\x45\xc1\x8e\x72\x00\xe8\x47\xe7\x21\xdd\x2f\xaf\x87\xeb\x59\xb9\xc7\x98\xcf\xf5\xb7\x5b\xba\xb6\x7c\x8a\x9e\xee\x92\xf6\xc9\x5e\x50\x47\x27\xdd\xb0\x1f\x87\xcc\xd3\xc8\x31\x0f\x58\x60\x4b\xb5\xa8\x0e\xc4\xed\x72\x24\x13\xe6\x86\x0b\x3f\x9f\xe3\x6c\xce\xc9\x3a\x75\xa4\x54\x6c\xb1\xa3\xc5\x12\xd0\x21\x51\x96\x7a\xe0\x4b\xce\x79\x19\x5c\x8f\x11\x31\x01\xd8\xaa\x53\x63\xf1\x91\x2f\x73\xf6\x4c\xa5\xac\xc4\x69\x4b\x77\xe1\x3c\x23\x16\x9d\xe3\xc0\xe4\xbb\xb0\xe0\x42\xeb\x40\xac\x79\x35\x0e\xae\x36\x6f\xcf\xac\x66\x49\xb9\x5e\x12\x17\xb1\x3f\x0a\xe0\xa2\x9a\xda\x19\x39\x72\x05\xf1\x68\x66\x4b\xc4\x6a\xf9\xcc\xab\x80\x06\x61\x8f\xb0\xd8\x79\x59\x7b\x9a\x94\xac\xb5\x88\x9d\xc4\xd3\x74\x92\x93\x98\x76\x70\x51\xa7\x36\x95\x13\xd6\xab\xb1\x85\x9b\x6c\x45\xc1\x06\x2c\xe2\xeb\x73\x13\xba\x74\x04\xbe\xdf\x34\x36\x8d\x75\x76\x75\xf2\x74\xbf\x22\x48\x77\xcc\x44\x33\xaf\xc9\x75\x59\xb0\xad\xc3\x0a\x57\xa7\xb4\x77\x11\xeb\x48\xe6\x09\x4f\x9e\x52\xe7\x48\xb9\x4a\x0d\xd6\xe2\xee\x09\xc7\x8e\x1d\x37\x93\x57\x89\xd2\x67\x9d\x19\x24\xd6\xeb\xa5\x3b\x5e\x90\x7f\x4b\xc8\xb4\xc0\xca\x89\x00\x64\x83\xf3\x47\xfe\x9a\x11\x8f\x79\x87\x97\x4c\xa3\x59\x27\xdb\xc0\xb6\x92\xee\xc9\x4e\x2e\x97\x6a\x5d\x56\x05\x46\xa1\x7a\xf1\x20\xb8\x59\x65\xcd\xd5\xad\x5d\xf4\x31\x44\x8e\x33\x0c\x0d\x39\x6e\x11\xa6\x16\xeb\x6f\xa8\x10\xff\x24\x8e\x5a\x40\x39\xd8\x19\x33\x06\x79\xcc\xbd\x83\x73\xc4\x97\x11\x3f\x7d\xfb\xd5\xdf\x39\x67\x7c\xb9\xe1\x97\xe4\xd7\x1e\x02\xad\xe5\x5c\xac\x42\xa0\x47\x9e\x08\x73\xe0\x33\x2f\x59\xc9\x79\xc0\x49\x05\xf7\x1e\xab\xc1\xf1\xcf\x2e\x30\x4e\x6b\xbb\x56\xc3\xf8\x5a\x6b\xd4\xf2\x7e\x8a\x05\x50\xb5\x74\x10\x44\x57\xad\x60\x56\xe6\xbb\x72\xf6\xb8\xa6\x3c\x49\x00\xbb\x9c\xc5\xf9\xe0\xa6\x92\xf0\x8c\xaf\x6c\xed\x78\x26\xc0\x31\x0b\xe2\xda\x20\x05\x46\x20\x56\x6f\xaf\x22\x2c\xfb\x9b\xed\xec\xbd\x8a\xef\xce\x1a\xcc\x6a\xba\xd6\x99\x7f\x6a\x81\xdc\x1f\x30\x45\xab\x81\x69\x48\x9b\x22\x86\x12\xdb\x5f\x34\x34\x3f\x74\x98\x0f\xe3\xf4\x76\x07\x31\xb4\x9e\x1d\xd2\x89\x28\x52\x13\x37\x3c\x54\xeb\x76\xcd\x09\x82\x8a\xf5\xed\x3d\xd9\x43\x3a\xb9\xc4\xda\x95\x68\x60\xbd\x1a\x61\xca\xae\x78\x08\xf5\x41\x95\x36\xe7\x11\x4f\xcb\x1d\x27\x51\x53\x45\x18\xae\x0e\x9a\x0f\x98\xb6\xed\xf7\x1e\x8d\xd3\x0e\x6d\x48\x46\xf6\x5e\xd0\x13\x9f\xc9\x32\xf9\x10\xb2\xe5\x12\x64\x3b\xe1\xed\xf5\x6c\x80\x11\x3d\xd5\xf6\xfe\xcd\x82\x17\x7a\xa8\x0c\xe7\xe8\x4b\x3a\x40\xc7\xbd\x12\x61\xbd\x3b\xba\x8e\x23\x47\x9d\x11\x82\xb1\x8f\x18\x94\xf3\x1d\xac\x11\xd6\xe0\x58\x24\xcc\x76\x27\xe8\x5e\x8f\x26\x4f\xc3\x03\xa5\x13\xd9\x57\x8b\xad\x2e\xa6\xb9\xeb\x79\x54\xda\xdd\x53\x0d\x6f\x9a\x31\xed\x2d\x76\xc4\x84\xbf\xe4\x7b\x9d\x56\x53\xda\xfb\x69\x0a\x81\x7a\x04\x94\x9a\x6c\x87\xbc\x9b\xf6\xb1\x02\xc6\xd9\xf1\xa9\x68\x28\xf9\xbd\x8c\x56\x45\xe1\x59\xda\x58\xb3\xe5\x2b\xf4\xe0\xaa\xb6\x37\x26\x4b\x08\x92\x98\x37\xbe\x2f\x34\xbd\x63\xda\x97\x82\xa0\x90\xc6\x2d\xc6\x18\x44\x0b\xfb\x1a\x65\x29\x6d\xf8\x92\xb4\x13\x9d\x72\xe8\xab\x13\x27\x5b\x4b\x75\xe7\xd3\xa1\xb3\xe2\x76\x5d\x26\x73\x63\xc8\x93\x4e\xda\xc1\x06\x58\xa5\x8f\xcb\x4b\xf6\x89\x5e\x79\x25\xc9\xe9\x1c\x8b\xe3\x42\x02\x66\x00\x7d\x68\x17\x63\xf0\x41\x9f\x57\x34\x09\x1b\x6e\x2f\xc9\x30\x3a\x3c\xc2\x9c\x67\x93\x21\x88\xf5\x1b\x05\x58\x1a\x0a\x05\xb2\xbb\x94\x5c\xba\x31\x11\xfa\x81\xac\xe2\xd1\x08\x5b\x78\x4e\x91\x0f\x75\x61\x24\xdf\xec\x68\xf5\x99\x78\x4c\xa8\xd1\xdb\xab\x83\xe6\x22\x7e\x4a\x27\xa9\xa7\x8a\x38\x63\xb1\xe1\x8a\x57\xc7\xbd\x3a\xb6\xa9\xf8\xf1\xfa\xe0\xc3\xc1\x93\x37\x44\x1b\x50\x9a\xc0\x8e\xc9\xf6\x9a\x76\x07\x8f\xa5\x1d\x9f\x43\x34\x08\x41\x71\xfe\x53\xaf\x85\x25\xb6\xb1\x3e\xf8\x2c\xe2\x2b\x16\xb1\x21\xd1\xdf\xf0\x7a\x48\x86\x4b\x0a\x55\x13\x4e\x99\xa8\x83\x3d\x57\xab\x66\x74\x51\x6a\x5b\xbb\xac\x5f\x4d\x90\x78\x21\xf3\x28\x10\xaa\x9c\x11\x01\x3b\x62\x35\x6a\xde\xc8\x1a\x0e\xfa\x1c\xb9\x8e\x77\x63\x32\xca\x6d\xc7\xd0\xb3\x65\x3d\xd2\x51\xc4\x6a\xf5\x63\xdc\xa2\xb9\x8b\x16\x7d\x62\xc4\x1f\x88\xe6\x60\xe7\x7c\x5c\xad\x97\x19\xed\x01\xef\x95\xac\xea\x6c\xc5\x5f\xaf\x76\xc2\x70\x4b\x03\x26\x4f\x19\xe9\xea\xe1\xdb\xfb\x14\x25\x01\x02\xe7\xab\xd5\x3e\x26\x74\x3a\x78\x30\x1e\x33\x2a\xc4\x38\xf9\x5b\x36\xf3\x82\x8d\x8d\x52\xec\x69\x6d\x85\xc9\x9d\x0e\xea\xf6\x98\xb4\xd5\xee\x24\xc3\xfc\x29\xf7\x4b\xc3\x3c\x48\x46\xbe\xc5\xb9\x49\x5b\xe4\x66\x1a\x79\x67\xfa\xf1\x3d\xcc\x8d\x9c\x71\x3d\xf7\x58\x93\x57\x37\xa9\x8e\x75\xeb\xd6\xf9\x02\x13\x46\x80\x24\xaf\x9a\xf8\x24\x60\xe2\xa5\xc1\xcd\xc9\x23\x1e\x1f\xf3\x06\x66\x87\xf2\xc7\x25\xe4\x28\xf1\x39\xc6\x02\x20\xd8\x09\x9e\x62\xf1\x78\x73\xbe\xcb\x65\x0c\xfe\xac\xc8\xaf\x2d\xfe\xe4\x63\x4d\xe3\x57\x99\xdc\x2c\xdc\xc4\x60\xeb\xa5\xc7\xa8\xba\x3c\x7d\x1b\x2e\xbc\xc3\xc5\x83\x98\x99\x35\x4a\xef\xf8\xa4\xaa\x41\xb9\xa6\xd5\x24\xe2\x49\x2c\xc5\x9f\x10\x95\x52\x60\xdb\x3e\xeb\x11\x68\x98\x90\xb5\x5b\x6e\x97\xdf\x00\xea\x00\x3e\xcb\xfa\xa0\x7d\x1a\x91\xf8\x21\x2c\x51\x98\xfd\x0d\x10\x6f\x76\xf6\x09\x6f\x80\xe4\x28\xb6\x87\x25\x65\x97\x19\xb7\x9f\x5e\x9c\x20\x12\x7b\xc6\xe3\x53\x13\xd6\xdf\x53\x13\xb4\x37\xa7\xac\x74\x2a\x26\xb6\xf6\x79\x84\x35\x0f\xf6\x6f\xd5\xe5\xd2\x11\xa5\x28\x7d\x8a\x4c\x75\x98\x7c\x22\x11\x0d\xd6\x7c\xda\xb8\x5d\xbd\x90\xcb\x22\x72\xc1\x8a\x27\xf2\xcb\xde\xc5\x67\xe4\xb1\xae\x2e\x3e\x36\xd7\x9a\xf4\x9a\x88\x2f\xf5\xd9\x4d\xa0\x01\x73\xd2\x4e\xe5\x9c\xef\x61\x7d\x5a\x68\xc5\x1c\x79\x53\x33\xae\x9b\xb8\x07\xa8\xcb\x81\x5a\x41\x5c\xd5\xc2\xd9\x6a\xdb\xed\xa1\xa6\x03\xee\x22\x2e\xec\x4f\x32\xb0\xe6\xa6\x3c\x38\x53\x3c\xde\x1b\x85\x10\x6c\x24\xfd\x87\x0f\x4a\x80\xc9\x7b\xce\x74\xcd\x85\x26\x33\xe9\xe6\x3d\xe9\x97\x1c\x0b\x25\x8e\x2c\xe0\xdb\x1d\x20\x43\x20\xa2\xe5\x23\x87\x70\xeb\x06\x8f\xc0\xea\xbf\xe1\x82\x60\x36\x2a\xce\x7a\x0b\xc3\x96\xd0\x67\x49\xa1\x44\x0e\x98\x9d\xb3\x98\xc1\x05\x27\xe6\x5b\xcd\x86\x14\x96\x61\x8a\x76\xe2\x8b\x56\xa2\x37\x06\x95\xac\xc7\xd8\x49\x73\xf4\x66\x03\xee\x8e\x1d\xa4\xca\x77\x72\x43\xf4\x36\x97\xd3\x66\xb4\x0d\x55\x6b\xdf\x4b\x64\x08\x96\xa6\x29\x3b\x75\x6b\x5b\x30\x5c\xaf\x52\x9f\x5f\x4b\xde\xcb\x27\x0c\x9f\xf7\x6a\xcc\x5f\x4c\xa6\x64\xfd\x33\xc5\x2c\x91\x29\x92\x49\x82\xbc\x21\x53\x62\x00\x49\xd6\x42\x8d\x6c\xd3\x6b\x3d\xc1\x5d\xad\x94\xf8\xcf\x66\xfe\x87\x50\xbb\xcd\x4c\x13\xdc\x74\x98\x78\x8a\x8d\xea\x79\x00\x70\xa2\x9c\x1d\x35\x1a\x6f\x68\xc3\xa1\x37\x21\xd3\x80\xdc\x1c\xb8\x12\x52\x1e\xf7\x6e\x0a\x9c\xfc\x94\xc6\xa3\x75\x13\x46\xbc\xf7\xdd\xfd\x2f\x19\x60\x7b\xcc\x55\xaa\x47\xef\x75\xa2\xb9\x66\x29\x32\xac\xd2\xfe\xd2\xa2\x06\x6a\x5e\x72\xbb\x71\xd5\xa2\x15\x91\x9e\x8b\xc7\x82\xff\x97\xd8\xbc\x24\x2a\x6a\xcc\xe4\xe3\x0c\x4e\x27\x38\x24\x1b\x39\x07\xa7\x3d\x21\x2b\x00\x61\xa6\x22\xe6\x5b\x37\x5b\x4f\x79\x4f\xf4\xa9\xcf\xa5\xce\x8d\x17\x21\xe5\x6c\xb4\x41\x62\x79\xfd\xa6\x1a\xb3\x09\x67\x0f\xad\xbc\xcf\xc6\xcf\x93\x5a\xa6\x97\xf6\xd7\x5e\xd6\x0e\x88\xc1\xe4\xf5\xbf\xf7\x52\xc7\xdf\xc1\xa7\xfa\x9b\x2e\x14\xf7\x9c\x58\xdf\x0f\x9d\x1b\x2f\xfe\xa6\x0b\x77\xaa\x0b\x83\xe7\x9c\x95\xe9\x42\xfd\xdf\xe9\x82\x0e\xf9\xa3\x96\x4c\x80\xa8\xfa\xbb\x2e\x54\x7a\x37\x5e\xfc\x07\x5d\x58\x9d\x9c\x2b\x54\xa2\x79\xc4\xbf\x74\xa3\x7a\x30\xf0\x29\x87\xd6\xb7\xd8\x3d\xaa\x37\xfa\x27\x0d\xae\xf7\x6e\xbc\xf8\x0f\x1a\x3c\xab\x65\x38\x3d\x0b\xff\xce\x98\xeb\x90\x41\x6a\xc9\xf1\x9f\x2c\x9b\x65\xe7\xc6\x8b\xff\xa0\x0b\xc5\xa3\x73\x15\x65\x79\x0a\x6f\x8d\xf9\x96\x33\x2f\xe6\x9b\x2c\x85\x69\xe9\x6b\x77\x93\xd3\xc9\xca\x4c\x4d\xf1\x3e\xb3\x24\xe2\x3f\xf5\xcb\x90\xf6\x52\xd0\xa7\xd8\xf1\x03\x69\x3c\xba\x98\x32\x8a\x41\x2c\xfb\x57\xdc\xad\xb5\x81\x24\x1b\x95\x1e\x62\x97\xd8\xba\xef\x32\x41\xae\x5f\x70\xb7\x8a\x0f\x33\xf7\x8e\x38\x21\x2e\x40\x72\xd0\xda\xd3\x8f\xa5\x52\xcc\xec\x3a\x35\x03\x96\x1e\x2c\x97\x90\x04\xc5\xdd\xe4\xfe\xc7\x4a\x1a\xa4\x4e\x2c\xf8\xf3\x6a\x64\xbe\x15\x4c\xac\xb9\x7d\xcc\x30\x24\xef\x4b\xd9\x3e\x02\xe2\x5e\x54\xca\xce\x8f\x27\xb2\x6a\xf6\x62\xef\x90\x6d\x03\x9e\xd0\x12\x9f\x36\x32\x61\xac\x45\x04\xa5\x8b\xd2\xe6\xaa\x90\x0c\x41\xc6\x80\xb9\x2f\x54\x4e\x6d\xce\xaf\x76\x5b\x7d\xfe\x75\xe6\x8b\x07\x0a\xa8\xf1\x62\x5e\x3b\x39\xc6\x4b\xa6\xae\x41\x3e\xfd\xf6\x6c\x32\xfb\x33\x99\xf6\x6f\x55\x74\x4c\xe7\x7d\x00\x29\x69\xc4\x25\x5f\x29\xa7\x87\xd2\xd5\xba\xdc\x1f\xa0\x83\x3f\xce\x5b\xb7\x98\xc7\x53\x0a\xf1\x7f\xe5\xf2\xa9\xe9\x71\xa9\x5f\x8f\xcb\xd5\xf5\x13\x6d\x32\x9b\x10\xb0\x1c\x7f\xde\x83\xd9\x9d\xd4\xcf\x84\x06\x2b\xa9\xe7\x87\xa3\xe0\x94\xd9\x1b\x55\x3d\xe1\x54\xdf\x3c\xf8\x75\x7d\x6e\x2b\xdf\x66\xfd\xcf\xd5\xd9\xc9\x37\xb8\x01\x24\xaa\xf3\xf9\xcf\x73\x92\xdd\x91\x35\x5d\x6b\x1d\xcb\xec\x8f\xcb\x3e\x9a\x66\xc2\xda\x37\x2b\x91\xdd\x03\xad\xbf\xef\x81\x6d\xeb\x91\xce\x98\x68\x94\xaf\x91\x87\x42\xbd\x60\xf1\xe5\xb7\x86\xfe\xe2\xa4\xfc\xd5\x8a\x50\x47\xd5\x91\xb3\xe0\xc2\xab\xa7\xeb\xc1\x09\x7f\x5d\x67\x44\xf4\x5c\xe2\xb1\xfe\x8f\xeb\xdc\x9e\xaf\x8f\xd2\xf9\xe1\xd6\xec\x79\xcf\x8d\xb3\x93\xaf\x72\x83\x54\x55\xe1\xcb\xeb\xe7\xce\xd8\x07\xde\xf3\xbe\x92\xb1\xb8\xd7\x17\xae\xb1\x78\x7b\xef\xd5\x42\x86\x35\xac\xb0\x75\xb2\xaf\x57\x49\x24\xf2\x9e\xcf\x03\x24\x70\x7a\x4c\xdc\xc7\x47\xf1\x75\xa7\x45\x6a\xa7\x95\xeb\x7a\x2d\x54\xe5\x0f\xa1\xea\x04\xd6\xdf\x2b\xcb\x15\x71\x99\x88\x9d\x9b\xf7\x85\xd5\x69\xe6\x8b\x92\x8d\x49\xd9\x74\xf2\x1d\xf6\xba\x15\xf3\x8d\x51\x75\xa4\xb6\x79\x89\x3a\xdf\x57\x4c\x48\xc8\xc0\x68\xd9\x94\x04\x4b\xd2\xf5\x8a\x9f\x56\x41\x06\xe1\xe5\xc0\x75\x44\x54\x5b\x8d\xb6\x9c\x25\x69\x48\x32\x46\xf2\xf5\x2c\xcc\xa2\x4f\x6b\x78\xad\xc1\x7c\x21\xbf\x68\x96\xe2\x6e\x79\x72\x32\x05\x13\xe0\xc6\x7b\x79\xd6\x24\x37\xd9\x8c\x66\x4b\x84\x7c\x77\x82\xf1\xbf\x01\x63\xf7\xa0\x0e\x9d\xa5\x17\x6a\x92\x83\x73\xd1\xcc\xe6\x72\xab\x34\x29\x8f\xf0\x24\x5e\x06\x39\xe8\x94\x94\x71\xe5\x58\xbc\x02\x9b\xe3\x38\x3d\x4a\x59\x02\x24\x47\x7c\x3a\xa2\x44\xe1\xd1\x92\x8d\x95\x88\xff\x4a\x01\xd3\x5b\xb1\x2c\x24\xb6\x3d\x31\x11\x17\xbe\x2a\xe8\xe8\xc8\xf5\x84\xe2\x61\xd6\x08\xa5\x68\x50\x1a\x85\x80\x37\x6d\x6f\x94\x29\x52\x62\x78\x3d\xf2\x13\xdc\xcc\x56\xa3\xe0\x41\x47\xc2\x9d\x60\xd7\x65\xb2\x5a\x1e\x0a\x03\x68\x56\x9b\x95\x56\x10\x4d\xd8\x05\xdb\x39\xbb\x22\xbd\x47\x25\xc9\xe8\x92\xe6\x7e\x05\xd5\xbd\x76\x8b\xa9\xba\xb5\xe6\x79\x9f\xfa\x7e\x59\x52\x94\x3a\x80\xb5\x3e\xc5\x8c\x0a\xc5\x44\x6d\x0a\xe4\x84\xfa\x94\x5c\x2f\x3d\x7c\x16\x73\x51\x01\x05\x2c\x20\xae\xa0\x46\x57\xd7\xd0\x58\xad\x35\x98\xec\xab\xf4\xbf\xbc\x88\xbc\x2f\x6c\xee\xc5\x25\x27\x13\x87\x79\xe6\x3b\x75\xec\x0f\xd0\xc1\x13\xf4\xf2\x17\x22\x87\x6d\x54\xcc\xa0\x06\xe6\xdf\xb6\x8d\x48\x1f\xe2\x9c\xbb\xd7\x39\x99\x30\x4f\x7f\x1c\x4b\x66\x41\x8d\x98\xf8\x3c\x25\x9f\xbe\xfe\x96\x73\x32\x3f\xbe\xe9\x7c\x24\x26\x42\x0a\x95\x12\x21\xed\x95\x9c\x33\xab\xc1\x90\x52\x20\xfa\x04\x36\x97\x80\xbd\x46\xba\x92\x5c\x95\xb4\x35\x90\x6e\x40\xa9\xb3\xed\xf3\x67\xce\x44\x09\x31\xdc\x1f\xf3\x03\x42\x4a\x16\x07\x84\x94\x2c\x33\x9f\x29\xed\x62\x95\x06\xd5\xd5\x6f\x04\xd5\x09\x24\x2b\x91\x11\xf7\x61\xbe\x81\x41\xa5\xaa\x23\x67\xea\x00\x84\x0e\xaa\x53\xf8\xd7\xac\x3d\xa5\xe3\x4d\x45\xb9\x08\x44\xcf\xb5\x07\xe7\xc7\xa2\xa9\x76\xa8\xcd\x2b\xed\xbc\xa6\xcf\x61\x7d\x72\x86\x55\x29\x74\xf8\x05\x5e\x43\x5d\x63\xa3\x96\x40\xc0\x8b\xa7\x43\x11\x99\x7a\x11\x8c\x53\x14\x3c\x36\x40\x12\xee\x58\xad\x57\x84\xee\x93\xf4\x73\xe4\x27\x38\x97\x97\x4e\x35\x44\xd6\x95\x0e\x38\x0c\x16\x04\x78\xa3\x4e\xcf\x92\xf7\xc7\x1e\x1c\x2f\x4a\xdf\x11\x53\x31\x0f\x71\x7c\x2e\x75\xc0\xe4\xf6\x40\x56\xab\x97\x0b\x20\xf9\xea\x08\x7d\x08\x6a\x2b\x72\x59\x26\xb1\x89\x38\x9b\xe8\xeb\x05\x05\x08\xc6\x73\xf8\xbb\xe5\x39\x84\x97\x75\x8a\x58\xc9\x60\xb6\x73\xf3\x6f\xaa\x49\xb5\x29\x70\x04\x8e\xdc\x46\xc0\x70\xb0\x2d\x79\xf9\x22\x67\xbe\x4d\x18\x22\x42\x5c\x0a\xf2\x2f\xc3\x13\x20\x6e\x71\xcc\x04\x9b\xd1\x40\x89\x97\x42\xf1\xcf\x3d\x2d\x5f\x88\xf4\x7f\x2a\xe2\x2f\x3d\xc5\xca\x10\x2f\xf3\x15\xff\x5b\x83\xe7\x94\x82\x1f\x90\x7d\x46\x76\xac\x1b\xcb\x79\x71\xe6\x48\xd7\xd5\x91\x56\xaa\xa0\x0d\x1d\x43\x1e\xd8\xa1\x63\xec\x52\xfd\x25\xeb\xc7\xd8\xad\x6d\xb5\x0f\x29\x62\xc6\xc2\x31\xb5\xc1\xba\x1f\x6a\x20\xd5\xa0\x42\xd4\xcd\xac\x57\x46\x86\xa1\x86\x29\x10\x75\xf2\xe5\x27\x16\xcf\x1d\x9f\x9e\x01\xe0\x49\x8e\x14\xb1\xe6\xa5\xa5\x4e\x57\x1c\x31\xd1\x04\xc4\x24\xc1\xd8\x76\xeb\x48\x29\xef\x6d\x97\x1e\x64\xa6\x8b\xbe\x2c\xf6\x08\x80\x5e\x8b\x4b\x78\x3d\xa2\x6a\x9f\xb1\x22\x07\x9f\x7c\x30\x07\x10\xab\x2d\x2e\x3b\xf2\x0a\x75\x4c\xcb\xf6\x21\xc1\x3d\x6e\x39\xe2\x24\xd8\xf3\x0c\x71\x12\x07\xbe\xbc\x60\x3b\xcd\xe1\x09\xd5\xc9\x31\x53\x6e\x85\x70\x9c\x1c\x61\x83\x2a\x97\x08\xb5\xf8\xe3\x14\xaa\x2e\x7a\x05\x6a\xa7\x1e\x4b\x55\xf8\x84\x9a\xb1\x24\x6b\x21\x7b\x9d\x91\x5f\x9d\x15\x0d\xe4\x6c\x70\x0e\x29\x24\x52\x86\xce\x7a\x92\xdd\xd8\x8d\x0d\x12\x99\xa6\xa1\x9b\xde\x75\xe2\x9c\x03\x17\x11\xfc\x11\x13\xd8\x7e\x8a\x16\x50\xe0\xeb\x25\x6e\x06\x53\xbd\xa9\x39\x16\x4c\x0d\xa2\x2e\xad\x92\x5e\xff\xba\xc9\x1a\x9c\xbf\xbd\x0d\x89\xc4\xa7\xc4\x2f\x7f\x78\x80\x0e\x72\x5a\x49\xfa\x29\xc6\x10\x28\x94\xac\x24\xb2\x2d\xcf\x91\xa5\xbb\x86\xf1\xbe\x86\xa6\x0d\x6d\x5d\xb0\x3e\x28\xdb\x0d\x0a\xd3\x26\xed\x40\x7b\x47\x30\x1a\x8d\x90\x60\x74\x7d\x8b\x7e\x68\x6e\x38\x2d\xcd\x37\x02\x47\x79\xf4\x37\xa4\x44\xb8\xb0\x43\x1f\x8a\x1a\x12\x4b\x2b\x91\x2b\x82\xc1\xf1\x2c\x62\x7c\x16\xae\x7f\xfd\xd0\x02\x0f\x0d\x7c\xb5\x68\x0b\xbc\x74\x35\xd6\x45\x7c\xf2\xad\xea\xb7\x70\xd6\x76\x4c\x99\x10\x82\x3c\x7e\x1f\x9d\xf4\x32\x39\xd2\xb4\x22\x66\x77\x4f\x84\xa4\x24\x40\x09\x69\xed\xaf\xba\x1a\x44\x35\x42\x5c\x72\x90\x63\xa3\xc9\x68\xf2\x9e\xbe\x8d\xc5\x9c\xce\x24\x6f\xcd\x17\x38\x9c\x08\xc3\x40\xc4\x5c\xe7\x73\xd9\x58\x84\x23\x4d\xe6\x93\x7c\x31\x58\x42\xbc\x23\x58\x9c\x83\x84\x1f\xd7\x13\x08\x75\x18\x23\x43\x6e\x57\x93\xe9\x66\x82\xb7\x42\xa7\x58\xef\x78\x7d\xe5\x25\x70\xad\x72\xf6\x64\x84\x5d\x26\xa7\x9e\xc1\xd4\x66\xe3\xaa\xa5\xf3\x92\xd5\xd3\x3d\x26\x42\x1d\x15\x9e\xee\xb1\x9c\x3a\x45\xc5\x76\xa3\x9f\x9b\x97\x3d\xb5\xcb\x96\x72\x35\x93\x09\x25\x7e\x70\xd5\xf6\xa1\x89\xba\xd2\x1d\xe8\x44\x11\x59\xab\x77\xce\xb4\x28\x10\x5f\xa2\x9a\x14\x5b\x22\x89\xfc\x18\xae\x76\xba\xfc\xc2\x85\x92\xdf\xbd\x9d\x13\x15\xf5\xca\xd9\x95\xaf\x57\xd6\xb6\x86\x98\xdd\xb9\xb0\xcc\xdc\x57\x10\x53\xfd\xf5\x11\x16\x71\x8b\x16\xd4\x94\x00\x57\x24\x32\x13\x97\xd7\xa7\xf9\x44\xc7\x7e\x4e\xad\xef\x4b\x23\x57\xf5\x34\xf6\x83\x64\x2b\xde\x89\xcb\xde\x9f\xe5\x85\x85\xf8\x22\x2f\xec\xc4\xbe\xd6\xc2\x84\x4d\x12\x09\x61\x0c\xf8\x7f\xbe\x06\x01\x8f\xd8\x41\x24\x20\xcc\x83\xa9\xa8\xe1\xfc\xac\x72\x7d\xc5\x11\x53\x79\xc8\xab\x70\x0e\x8c\xad\x8d\xfe\x96\xdc\x91\x0b\xbc\x3a\x5e\x1e\x92\x6f\xbd\x25\x2f\x1f\xe9\xd3\x08\x37\xce\x78\xa1\x5d\x5f\xf4\x04\x1c\xdb\xe3\x8a\x11\x3b\x94\x44\x26\xb5\x57\x82\x76\xf4\xfb\x02\x51\x0a\x67\xad\xc7\xd0\x48\x0c\x12\x14\x66\xa9\xb6\x41\xa1\x99\x08\xcb\x4c\x34\x28\x30\xfb\xcd\x26\x0f\x4b\x81\x9f\x69\x8c\x3e\x4c\xa5\xba\xbe\x29\x00\x45\xc1\xfa\x36\x09\x83\x6f\x5f\xfa\x9a\xe5\x87\x28\xc2\xea\x9a\xf4\x42\xad\xad\xdd\x32\x30\x97\x04\x93\x90\x02\x90\xc7\x26\x21\x0a\x8c\x95\x2a\xb3\x53\x92\x53\x57\xe9\x85\xea\x2c\xaa\x20\xdb\x2f\xa8\x96\x3d\xa3\x1d\x10\x23\x1a\x4f\xdf\xdd\xe9\x5d\x50\xab\xd1\xf4\x67\x73\x1b\x98\x77\x5c\x05\x49\x36\xc4\xc5\x25\x2f\xa4\x70\x91\x03\x41\xd9\x98\x53\x1e\x03\xac\x6c\x4b\x9e\x59\xf2\x6f\x89\x97\x9d\x63\x22\x6d\x3d\x4a\x9a\xed\xc4\x3b\x2f\x91\x36\x75\xa2\x8c\x5e\x2d\x9f\xaa\xdb\xb3\xaf\x8b\x65\xfd\x65\xb1\xe8\xf0\xef\x37\x25\xfa\x0b\x4c\x49\xe1\xa8\xe7\x79\xc3\xd5\x58\x6f\x31\xed\xff\xe9\x25\x24\xd2\x25\x64\x03\x8c\x94\x7a\x2d\xb0\x4c\x94\x44\x65\xd6\x09\xa5\x75\xe9\x67\xcc\x10\xae\x50\xbc\x56\x5a\x64\xeb\x0f\xeb\x07\x63\x7a\xd0\xa8\xb6\x6a\x05\xac\x85\x5e\x1c\x7a\x01\x7d\xd4\xb3\x27\xb6\xc4\x86\x64\x6f\x38\x9d\x3e\x4a\x95\xeb\xac\x62\xb5\xb8\x8a\x15\xcf\x44\x5e\x32\x49\xf7\x89\x9c\x52\x6e\x44\x3b\xfe\x5f\x5a\x55\xe5\xcc\xaa\x1a\xa9\xad\xe3\xbd\xff\x62\x51\xcd\x7b\xe2\x30\x71\x21\x1f\xd9\xb0\xbf\x9d\x54\x33\xa2\x5e\x33\xdf\x61\xd3\x87\x95\xb0\xc4\x97\x11\x99\xf0\x0a\x2f\x5b\x3f\xab\xec\x03\x57\xad\x87\x44\xb1\x7e\xec\xce\x4c\xfa\x53\x8f\x89\x3b\x64\x13\xeb\x23\xeb\x15\xa2\x56\x8f\x00\xef\xac\xa5\xe6\x71\x24\x40\x1f\x37\x7d\x25\x9a\x7a\x99\x57\xb4\x2a\x9a\x34\x68\xcc\x18\x5b\x9d\xbd\x4c\x22\x93\xfa\x7e\x3d\x47\x13\x6a\x1b\x12\xe7\xc7\x75\x9a\x58\x11\x8a\x6b\xfb\xc3\x90\x31\x56\xc5\xcb\x83\xf4\x65\x5b\xbf\xdc\xd8\x10\xe3\xeb\xd0\xc2\xcb\x75\xbe\xbe\x1e\x0b\x82\xe7\x47\x30\xcd\x38\x7d\xbb\x42\x77\xc8\x70\x87\x5b\x7a\x27\x22\xf0\x53\x46\xe4\x1a\xdc\x09\x9b\x1b\xa4\x4e\xe6\x83\x15\x56\xcc\xb9\x1a\x15\x13\x28\x49\x21\xd7\x62\xc9\x23\x5f\xdb\xc8\x96\xc9\x60\x13\x63\xce\xc9\x83\x9a\x8b\xb5\x20\x4a\x22\x59\x07\x92\x89\x07\xd0\xb8\x0e\x4e\x11\xba\x70\xde\x04\xe9\xda\x12\x36\x3f\xdc\xaa\x7d\xf9\x91\x2c\xb2\xdb\xd9\x59\x62\xee\x24\x95\x04\xcc\x7f\x29\x68\x93\xcc\xb9\xd4\xa4\xa3\x68\xb9\xd4\xd9\xee\x29\x42\x0f\x99\x66\x0c\xca\x8e\xbf\xd4\x54\x8d\xf8\xfd\xad\x72\x87\x00\x81\xcb\xd2\xcd\x58\x60\x0c\xf3\x52\xfc\x3d\x3a\x40\x14\xa7\x88\xf7\xb7\xbe\x5d\xaa\xe2\x61\x36\x03\x40\x02\x12\x7e\xfb\xd0\x71\xa6\x86\x98\x10\xb1\x09\x3c\x3e\x21\x80\x6c\x75\x22\x59\xfd\xde\x82\x3e\x49\x25\xbc\x03\x33\x03\x1b\x64\x02\xe7\x85\xbd\xd4\x69\xc6\x14\xc2\x2a\x96\xdc\x42\x2c\xb0\xea\x8e\x47\x17\xad\x6c\x6f\x9d\xab\x4d\xd0\xd6\x9b\x80\x56\x52\xbf\xa3\xaf\xab\x18\xe5\x4c\xd6\x38\x12\x2c\x82\x52\x93\x73\x27\x87\x90\x82\x0f\x6c\x58\x7b\xad\xf6\x9b\xb0\x50\xf0\x7e\xdd\xbc\x2a\x79\x60\x60\xe1\xcc\xce\x42\xb7\x90\x40\xae\xf6\xf6\xba\xca\xbf\x7d\x4f\x31\x35\x07\x5f\xbd\x47\x16\xb3\xb2\xdb\xd9\x5f\x37\xf8\x83\xb1\x07\xf5\xfa\x9e\x5b\x04\x32\x26\x62\x1d\xe5\xd4\x67\x8c\x9d\x5e\xd4\x19\xe2\x1c\x29\xb0\x2b\x58\xcd\xdd\xfc\x80\x79\x77\xeb\xb9\xd6\xd6\x28\xb6\x5c\x74\xcb\x0b\x91\x7c\xee\x25\xa0\x42\xcc\xa7\xd7\xc0\xa4\x44\x31\xc7\x55\xde\xa9\x46\xee\x55\xed\x6a\x59\x52\xf5\x67\x3e\x3d\xa9\xc3\x33\x40\xda\xa4\xbe\x83\x36\x57\x77\x50\x85\x4f\x90\xd6\xb9\xe7\x53\xfc\x41\x1d\x0f\xf9\xad\xdb\xa6\x22\xce\x27\xdc\x36\xb8\x23\x11\x33\x30\x9e\x9e\x74\xbc\x87\x9a\xa9\x32\xd7\x56\xa8\x3e\x45\xf0\xab\x6e\x4f\x28\x43\xcb\xe9\xa7\x5b\x59\xbd\xa1\xce\x27\xab\x06\x19\x7c\x4b\x98\x09\x4a\x6c\x97\xac\x9d\x04\x32\xb5\x46\xab\xb2\xde\x93\x48\x31\x3d\x1c\xe9\x4c\xe8\x14\x21\xba\x90\x79\xcf\x26\x6d\x53\x82\xb4\x0a\x08\xc2\x75\xbe\x98\xe2\x6a\x41\xa4\xcb\xfa\xeb\x6b\x01\x93\xaf\x17\x9d\xee\x8e\xdc\x9b\xbc\x64\xf1\xfd\x78\x32\x0d\xd2\xc3\x6f\xa6\x31\x87\xeb\x91\x9b\x82\x0b\x27\xe7\x89\xcf\x6a\xbd\x65\x42\xe8\x30\x7d\x20\xbb\xe2\x4a\xac\xd3\xf4\x6b\x61\x8b\x03\x9f\xcd\x68\xeb\x1f\x1d\x8b\x0c\x8c\xfe\x52\x46\x05\x99\xf7\xdd\x96\xce\x77\xb2\x6b\x59\x7a\x3d\x9d\x0e\xb7\xb9\x8a\x0a\xba\x09\x78\x54\xe2\x37\x00\x8f\xe4\x54\xfc\x80\x36\xf4\x03\xba\xd0\x24\x49\xa8\xbb\x22\xd6\xcb\x25\x3c\x54\x5f\xe9\xe5\x0f\xf7\x78\x4a\xbd\xf8\x68\x87\x6a\x7a\xdf\x49\x8d\x9a\xf0\x98\x1b\xee\xa0\x45\xc9\x4b\x91\xa2\x29\xa2\x0d\x75\xd4\xcb\x3a\x74\xd3\x67\xe2\x69\x71\x93\xc9\x6f\xa4\x44\xb6\xc9\xde\x49\xdd\x9c\x04\xf9\x89\xf7\xed\xb2\x4e\x39\xf4\xb3\x29\x87\x5f\xde\x57\x62\x73\x4f\xd6\x79\x95\x4f\x73\x5e\xfe\x06\xc7\xfc\x84\xdf\xed\xa7\x1c\x79\x79\x13\x44\x35\x3f\xfd\x9c\x79\x37\x64\xde\x97\xbc\xbc\x41\xe6\xd7\xd1\xb7\x5f\x47\x57\x39\x7d\x0f\xdf\xb2\xf6\x28\x0e\xf6\xad\x4e\x93\x4f\x78\x77\x5f\x2b\x7f\xcb\x14\x30\xe1\xdf\xca\xdf\xf2\xcc\xef\x7b\xce\xee\xbe\xd5\xa0\x14\xce\x8d\xbc\xfc\x5c\x43\xef\x2a\xb1\xf0\x6b\x05\x7f\xfe\xb5\x93\xf9\xb5\x77\xa3\x7b\x44\xe7\xf5\x46\xc0\xce\xa8\xdc\xff\x52\xf9\x38\x53\xc0\x07\x6b\xff\x61\x6c\x87\xec\xe9\x76\xf1\x13\x9e\x29\xff\x9f\x75\x2e\xdb\xfc\xfe\x3f\xee\x5c\xc4\xf3\x41\x3b\x5c\x73\x8a\xda\x7a\x0b\x56\x4e\xde\x73\x5e\x4c\x58\x16\xad\x9a\x52\x1d\x90\x35\x88\xf1\xcb\x21\x27\xa0\xe6\x14\xea\xc2\x6c\x5c\x56\x71\x74\xce\xf8\xd6\x49\x72\xc6\x47\xea\xeb\x32\x58\x3a\x86\xe6\x90\x6c\x92\xa8\xf9\x51\x81\x54\x2d\x35\x06\x41\xc2\x86\x1c\x30\x56\xe0\x8d\x02\x39\x7b\x7d\xbc\xa3\xce\xfd\x37\x0b\xc1\x9c\x25\x67\x7d\x40\x06\xf9\x6c\xa5\x69\x8e\xc8\x43\x21\x35\x3d\xa9\x55\xd0\x02\xa2\x64\xe2\xf5\x68\x5f\xc7\xf7\xa5\x04\xff\x26\xa5\x59\xeb\xe8\x87\x02\x4f\x21\xfb\x94\xcc\x41\x3b\x90\xb2\x63\x2b\xef\xf0\xf5\x28\x49\x6a\xb2\x75\xb4\x3b\xc2\x67\x62\x4e\x26\x85\xbb\xbc\x27\x02\x1a\xa4\x51\xb9\x7e\x2b\x19\xf6\x7a\x6a\xbe\x26\xc3\xf6\xae\x7e\xfd\x9e\x0c\xab\x16\x86\x78\xd1\xc9\xad\xa1\x9d\xc5\x8d\x90\x8f\x2b\x4a\xf1\x66\x91\x13\x27\x10\xe3\x23\x9a\xa4\x1b\xc0\x92\x92\x8c\x03\x52\x63\x4a\x22\xd2\x4d\xe6\x74\x3a\x52\x42\x80\x39\xc3\x71\x2a\xa1\xa9\x47\x57\x20\x77\x96\xd0\xe7\xf5\x5e\x64\x11\x1f\x63\x83\x0f\x39\x11\x59\xc0\x81\x04\xb2\xe5\x98\x4e\x2d\x41\xfc\xd6\xea\x5f\x58\x37\x7d\xac\x04\x39\x95\x33\xca\x57\xb8\x85\xde\x98\x91\x0d\xd5\xe4\xee\xfa\x29\x6e\x40\x08\x70\x9b\x0e\x6c\x54\xb9\x8a\x86\x84\x01\xcc\x87\xce\xd4\x1e\x52\xde\x9d\x9c\xc2\xb9\x51\x08\xf2\xbf\xca\x73\xff\xce\xbe\xe8\x31\xb1\x16\xda\xca\x67\xa0\x0a\x31\xf4\x60\x2f\x9a\x1e\x74\x24\xb4\x92\xa8\xec\xd5\x55\x69\xe5\x0b\x65\x06\x55\x9c\x6b\x56\xe0\xdb\xef\x1f\xe1\x0c\xb8\x2e\xa1\x3a\xf3\xf2\x3d\xe6\x41\xe4\xa5\x5d\xc4\x06\xeb\x9c\x0e\xbb\x1c\x89\x90\x87\x6a\xff\xf6\x82\x63\x4e\xc9\x89\x33\x8a\xb6\x74\x2e\x12\x1b\xf9\xa8\xd9\x85\x96\xf3\x0c\xf7\x42\xae\xa4\x3d\x7d\x11\x57\x52\x71\xd7\xa4\x77\x33\xd9\xd5\x4e\xea\x2d\x97\x2d\x8a\xd7\x64\x0d\x71\x22\xb5\x4f\x5c\x9c\xc9\xc4\xcd\xfb\x6e\x5b\xdf\xf4\x56\x9d\x2c\x5d\xc0\xaa\x65\x7b\x99\x62\xc0\x5a\x32\x77\xd1\x68\xa9\x89\x80\x54\x40\xa8\x65\x7b\xd3\x68\x69\xec\x0c\x7a\x40\xeb\xd8\xf2\x82\x05\xd8\xe0\x05\x27\x59\xa7\x25\xfe\x6b\xf1\x41\x5a\x12\x31\xea\x6c\x21\x1e\x93\x02\x0a\x3a\xa4\xb3\x98\x11\x29\xd8\x67\x44\x7f\x0f\xe6\x83\x54\xf6\x10\x37\x68\x09\x3f\xaf\xa9\x0c\xcb\x33\xed\x1b\xb0\xe6\x64\x90\x3d\x39\x93\x85\x8e\x78\x06\x7e\xc0\xb4\x01\x04\xa7\x03\x45\x86\x8a\xa7\xd3\x25\xc3\xb4\xb7\x2a\x8b\x9b\x61\x9e\x05\xcd\x52\x87\xcc\x68\x96\x01\x36\x8f\xaa\xda\xc8\xd9\x67\xf2\xf9\x64\x30\xff\xde\xbe\xb2\x04\xaf\x0c\x79\x58\x5f\xc9\x5c\x0f\x06\x09\xc0\x0b\x33\xa4\x8a\xcb\xb2\xfb\x33\x4c\xe3\xf9\x02\x1f\x39\x24\xa8\xfb\xbc\x60\x52\xce\x35\x28\x2a\xc9\x25\xc7\xde\x0f\x2d\x5c\x58\x5a\x72\x6c\x33\xf1\x59\xd9\x7a\x99\xde\x4e\x9b\x06\x5a\x50\xbe\xc4\x55\x27\x03\xcd\x98\x44\x40\x5c\xd6\xba\x4b\x01\x13\x8f\x83\x1b\xfc\x73\x6d\x26\xee\x8e\x86\x65\xae\xcd\x44\x57\x03\xfb\xb5\xb3\x54\x74\x6d\x26\xee\x67\x13\xad\xa9\xb6\x99\x78\x8f\x0d\x15\x9d\xcc\x50\xd1\xcd\x23\x61\x84\xbe\x19\x67\x5e\x9d\xaf\x67\x99\xb8\xd0\x05\x9d\x3e\xc3\x49\xa8\xb9\x78\xdf\x94\x52\xa8\x25\xf0\xe4\xcb\x34\xf4\xe3\xe4\x5a\x55\x4d\x48\xe7\xb1\xf7\x16\x62\xb2\x4e\x9f\x89\x5f\xee\x91\x5c\x71\x24\xdf\xed\xe7\x59\xe8\xc1\x34\x9a\x67\x8e\x09\xbc\x00\xed\xb4\x37\x57\x0a\xa6\x58\xf3\xdd\x3e\xd3\xf6\xdc\x5c\xfc\x25\xd2\x35\xb2\x12\x70\x4c\xb7\x9b\xef\xb0\x7e\xc8\x4f\xe4\xd7\xf1\xdc\x86\x31\xc0\x0b\x26\xee\x2b\x70\xc2\xd3\x41\xd4\x61\xe2\xf9\xd8\x55\xa7\x2e\x5a\x18\x2f\x10\x26\xde\x98\xa0\x29\x07\x42\x7c\x97\x9f\xf3\xd6\x6f\x01\x20\xdf\x00\x64\xd8\x79\x9e\x9f\x79\x3a\x06\xd1\x99\x5f\x95\x5b\x57\x93\xed\x2f\x79\x6d\xe5\xa5\xeb\xd2\x82\xb6\x45\xe7\x5b\x9b\x89\xe7\x4e\xda\xae\x82\x19\x62\x22\x46\xee\xdf\x68\xa3\xf8\x6c\xdc\xd3\xaa\x59\x12\xd0\xc7\xdb\x86\x62\x8a\x4e\xbc\xbe\xc1\xd2\x58\x74\x21\x0e\xf4\x35\xf4\xe5\x85\x87\xdd\xbc\x66\x8b\x91\x77\xe7\x7e\x66\x4d\x26\xb1\x38\x85\x79\xc2\x63\xe8\x3d\x9f\x21\x43\x68\xa0\xca\xab\xa8\x26\xba\xc6\xe7\xfd\xb5\xbb\x43\xc4\xd2\x22\x76\x7e\x08\x59\x8a\xfa\x35\x0a\xdb\x1b\x3e\x97\x56\x5e\x3a\x3c\xc7\xcf\x1f\x7b\x57\x27\x76\xf9\x4f\xfb\x90\x6c\x41\xf9\x12\x2d\xc4\x5f\x70\x25\x4d\x4c\x5f\x87\x89\x87\xb9\x51\x9a\xde\x58\x53\x6d\xfc\xfe\x6b\xb4\xc0\xa9\x7e\xbd\xaa\x95\x48\xdd\x93\x27\x5f\xd4\xf7\xc1\x0d\x60\xc8\x01\x93\x8f\x79\x4f\x88\xe1\x16\x56\x3f\x04\x17\x9d\xc4\xc9\x5c\x24\x13\xce\xe4\xfd\x79\xae\x49\x07\x8b\x9c\x68\x0e\xe9\x97\x0d\x67\xe2\x5e\xfb\x5b\x1a\x6a\xaa\x34\x02\xa9\x7a\xe6\xf9\x05\xc5\x6f\x39\x13\xdd\x31\x36\x6e\x0d\x64\x8b\x3a\xe0\xa5\xcc\xd5\x66\x48\x40\x34\xce\x44\x83\x78\xd9\x71\x8c\xc7\x1b\x13\x2f\xc5\x1d\xff\x42\x99\x38\x4a\x8c\x7e\xf6\x44\x87\x43\x1e\x39\xf3\xbd\xdc\x24\xc3\x68\x78\x70\x92\x78\x33\x72\x9b\x18\x12\x6d\x32\x5b\xa5\x15\xfa\xcc\x7f\xa1\x8b\x60\x6b\x88\xff\x7a\x68\xbe\xc7\xc4\x73\xb5\x67\x5e\xf2\x99\xff\x1e\x56\x34\x97\x76\x87\x89\xa7\x09\x82\x49\x8d\x13\x4c\x9a\xfe\x78\xe8\x4e\x91\xb2\x47\xf3\xbe\x52\x3a\x79\xbd\x9e\x71\x98\x1d\x78\xa3\xae\xd9\x82\xd4\xc2\x7e\x2d\x2d\x5a\x99\x0c\xc6\xa2\x19\xef\xa3\xfa\x04\x06\x98\x31\x29\xa1\xaf\xe6\xec\x8f\x44\x66\x14\x40\x4f\x49\x63\x3f\xc3\xd8\x5f\xb1\x44\x26\x9d\x5e\x71\xf4\x9a\xba\xa6\x66\xe0\x59\xa4\x23\x9c\x32\x5f\x0a\x70\x58\xe8\xbe\x6c\x05\x3a\x63\x8a\xd4\xa4\xcf\xd9\x32\x68\x37\x55\x39\x41\x2a\xa0\x15\x82\x5a\xf1\xa5\x04\xb0\x6c\x0a\x26\xde\x4b\x7a\xb9\x16\x39\x0b\xfc\xb2\x4e\x2b\x01\x60\x26\x31\xb3\x09\xb0\x93\x30\x83\x3b\xee\x5c\xe1\x8e\x1b\xed\xa3\x91\x22\x56\x7d\xa8\xaf\xcb\x00\x03\x7d\x4b\x25\x10\x00\xb9\x1f\x29\xe1\x46\x32\x31\x75\xb6\x4b\xfe\xd5\xe0\xe0\xa5\x06\x07\x77\xf4\x03\xb1\xbf\x67\x89\x05\x61\x5f\x8b\xe7\xf5\xc2\xcb\x1b\x28\x72\xf1\x8e\x13\x75\x22\xae\xa2\x8f\x49\x33\x16\x3b\x3e\x5f\xc9\x1b\x08\x3f\x1f\xea\x30\xa8\xf1\x94\x50\x6a\x3d\x30\xb7\x22\x0b\x1a\x10\x30\x3e\x4e\xa0\x78\x24\x9e\x74\xd6\x3b\xc2\x80\x71\x41\xf8\x21\x25\x7a\x2d\x5d\xcb\xf2\x53\xa0\xe4\xad\x81\x0b\xf6\x99\x78\xa8\x93\x4d\x63\x8e\x84\xb6\x05\x3f\xf0\xab\x6b\x7b\x59\xca\x50\x7d\xad\x4a\x7a\x5a\x86\x4c\xbc\xcf\x75\xa3\x7a\x84\x90\x21\x45\xc9\x09\x76\x84\xbe\x98\x2c\xda\x04\x48\x5b\x6d\xe5\xfb\x6d\xa8\x4b\x52\x8b\xf1\x65\x1f\x35\xd1\xdb\x99\x68\xb9\x42\xbb\x4a\xf3\x03\x4a\x93\x53\x2a\x53\x5d\xdc\xd0\x98\x82\x8c\x4e\xd4\xf9\xa6\x31\xfd\x59\x9f\xba\x06\x17\x6a\xde\x34\x22\xcc\xb2\x46\x84\xff\x2c\x76\x91\xd2\xa4\x83\x50\xda\x80\x98\xbc\x5c\xe9\x6b\x13\x39\xe5\xdb\x29\x68\xce\x0f\x73\xa3\xb0\xb5\x21\xdb\x41\x5f\xf3\xc8\x9e\x4b\xd8\xb5\x56\x56\x49\xa8\xc1\xd8\x06\x10\x79\x7b\x8e\xbb\x53\x2f\xff\xb6\xda\x0f\xea\xf3\xe1\x0c\x49\x0a\x92\x73\x3b\x87\x4f\xb3\x09\x64\x0f\x2d\x39\xb7\x0d\x58\x56\xad\x42\x4e\x26\x62\x45\x5d\x12\xe4\x27\x52\x3c\x23\x1d\x4a\x6f\x21\x6a\xc7\xd6\x5a\xf5\xd9\xf9\xa9\x39\x71\x15\x27\xff\x6a\x05\xaa\xf9\xf5\x8a\x2c\xaa\x3b\x01\x48\x12\x55\xe6\x0c\x08\xbc\x65\x5e\x47\xa1\x73\x71\xa3\xd0\x3d\xc0\xc8\x48\xdb\x23\x1c\x6f\xd5\xa7\x9a\x46\x2e\xac\x97\xe4\x55\x1f\xbf\x56\x26\x35\xc3\xa8\x58\x89\x20\x52\xb5\x39\x6b\x21\x34\x73\xc7\x8e\x02\x4f\x4a\xb2\x46\x4b\x8e\x59\x74\xe4\xca\x93\x2a\xf0\x4d\x26\xd4\x14\xef\xdd\xf2\xd2\x85\xf7\x22\xd1\x86\x2b\x24\x2f\x8a\x90\xb2\xef\xc6\x32\xd1\x63\x07\xec\xb5\xbb\x28\xb4\xbe\x3c\x1d\x36\xbc\xf4\xe9\x91\x5c\xa7\x46\x90\x97\xee\xaa\x90\xb5\x81\xa8\xa7\xa7\x78\x7a\x09\x0f\xd1\x50\x4e\x0d\xa2\x59\x9f\x3d\x77\xa3\x94\x6f\x59\x3f\x0e\xb1\x40\x4c\xf9\x86\x8c\x7f\x03\x19\x17\x12\x28\xc0\xc7\x6e\x83\xd0\x2c\xfb\xd2\x9e\x24\x85\x3c\x76\xab\x38\xf9\x32\x85\xd8\x36\x4e\x3c\x4e\x6b\xa1\x97\xc5\x0d\xbc\xef\x2a\x2d\xde\x63\x6d\x99\x28\xf1\x1f\x29\x73\x47\xef\x27\x4e\xf9\x63\x03\x9c\xf2\xa7\x46\xcb\x3c\xd9\xec\x6e\x0b\xa0\x94\xdf\x99\x26\x1e\x39\x73\xbb\x47\x1a\x0f\x29\x4f\xa9\x35\xc0\xed\x7e\x37\x06\xc4\x55\xdd\xc6\x22\x56\xc7\x90\x5c\x2c\x73\x0a\x7b\xf8\x94\xf9\xc9\x1d\x9b\x70\xb6\x2f\x68\xfc\x7c\x20\x12\x7f\x2c\x34\x34\x34\xe5\xf5\xad\x65\x3f\x9f\xe0\x3d\x89\x98\x87\x08\x4a\xd9\xf2\x59\x4d\x63\x29\x08\x03\x4b\xa5\xda\xb3\xc6\xe9\xfa\xd5\xea\x40\x32\xf3\x41\x64\xcc\x0e\xa2\xab\xa4\xd6\x84\x41\x22\x2c\xf8\xa9\x0f\x2d\x2a\x90\x1a\x4e\x8d\x7d\x5e\xd7\x33\x8f\x55\x4d\x5a\xa7\x7a\x2c\xac\xc8\x0c\x05\x45\x51\x1a\xc3\x85\xd7\x9c\xe9\xcb\x8b\x32\x26\x9c\x12\x08\x6d\xfb\x8b\x37\x40\xb7\x97\x85\xb1\x41\x79\x4e\x0d\x60\x0c\xc3\xda\xd1\x08\x27\xaa\x81\x36\x22\x39\x34\x89\xf2\x18\x89\x98\xe6\xba\x97\x07\xf7\x08\xee\xa2\xd1\x9d\x1a\xe9\x88\x23\x61\xe6\xad\x8c\xcc\x79\x04\x54\x0e\x99\x8c\x01\x11\x42\xf8\x95\x77\xd6\xfc\x37\xc0\x8a\x65\x24\x20\x6b\x57\x5a\x19\x42\x77\x95\xe2\x5b\xe4\x7d\xa9\x7e\x1d\x2e\x77\x19\x5e\x19\x56\x8c\x0e\xaa\x04\x7f\xb2\x12\x7c\x10\xff\x71\xdd\xc7\x04\x28\x89\x8f\x2e\x4f\xc2\xfc\x15\x04\x71\x2b\xe6\xbc\xb6\xd4\x1a\xb1\xcf\xe4\xd3\xb9\xa2\x51\x18\x94\x0e\xe7\xaf\xf9\x7c\xf1\xf7\x46\xdf\xce\x10\xfe\x45\x1b\xfb\x4c\x86\x32\xef\x3b\x75\x67\x8f\x28\xea\x02\xcc\xa2\x85\x6b\xc1\xc4\xbd\x12\x4c\x5c\x6d\xbc\x68\x5c\xc1\x74\x9e\x64\x15\x6c\x3b\x0b\x69\xe5\x52\xc6\x08\xdb\x89\x60\x7a\x3b\x3b\xf3\x0c\x5f\xcb\xda\x59\x61\xc5\xe7\xc4\xda\x6c\xaa\x11\x63\x07\xb1\xd0\xd4\x3d\x62\x59\x48\xd8\x56\x98\xc5\xb1\x2d\xd9\x9e\x67\xf6\x25\x5b\xf2\x32\x08\x1e\xde\x2a\x4b\x37\x9f\x50\xb3\xb8\x1a\xa2\xf3\x07\xa2\x07\x6f\xe9\x1c\xe0\x2d\xed\xd7\x36\x7e\x5e\x3a\x2b\x3e\xca\x7b\x62\xcd\x3f\xe8\xe0\x72\xdd\xb1\xbe\x0e\x67\xfc\xea\x6e\xf4\xe7\xe2\x1e\x33\xb3\x06\xda\xed\xf8\x42\x08\xad\x6c\xa4\xf6\x8a\x24\x63\x5c\xa2\x01\xc6\xab\x56\x8a\x52\x78\x6d\x99\x60\x6d\xa0\xd7\xcb\x13\xcf\x55\xbc\x24\x01\xb6\xb5\xa2\x15\x3c\x9e\x62\xf7\x0e\xed\x0f\x50\xe0\x2b\x81\x43\x55\x72\x81\xb6\x3a\x3c\xcf\xd5\xb4\x89\x03\x3f\xac\xb2\x22\x1a\x62\xab\xb4\xd3\x68\xde\x52\x32\xd0\x4b\x15\xce\xec\x2d\xc9\xb1\x02\x2a\x9d\x2c\x6d\x9a\x37\xbc\x31\xdf\x2d\x2e\x25\x9e\x32\x33\x14\x0a\x19\x41\x6e\x36\x15\xa9\x98\xb5\xe5\xbf\x23\x7a\xb0\xb4\xf5\xe2\x68\x69\x64\x5c\xec\x02\xa9\xee\xe3\xe9\xda\xcf\x18\x5f\xd4\x20\x4e\x05\xf9\xa7\x66\xe2\x44\x4c\x94\x89\x46\xe9\x98\xe3\xdf\x7f\x39\xbc\x1b\x0a\x74\xf9\x99\xef\x89\xa3\x10\x05\x90\x61\x21\xa6\x25\x51\xf6\xb0\xcf\x3c\x69\x49\x37\xff\xc6\xb6\x1c\xb1\xf0\xd3\x23\x19\xfe\x9e\x66\x08\x34\x2e\x1e\x88\xc6\x64\x5c\xb9\x90\x21\xb5\xb3\xdd\x11\x87\xde\x85\xc7\x6b\x70\x68\x97\x0f\x08\x21\x58\x24\x09\x01\xe2\xc2\x2b\x07\xb8\x25\xab\x87\x40\x87\x74\x9a\xdf\x0e\xdc\xd2\xbf\xd5\x0e\x01\xce\x22\xc9\xbc\xcf\xba\xfe\xb2\x71\xd0\x90\x50\xa4\x82\xe4\x05\xdb\x0f\x9b\xf9\x0e\x8b\x87\x7d\x63\x87\x1d\x18\x53\x3a\xb9\xbc\xdb\x05\xfd\xe2\x66\x43\x88\x19\xdd\x18\x02\x2a\x7d\x26\x17\xf7\x87\xda\xc9\x53\x38\xce\xcf\xcb\x6b\x1f\x33\x39\xce\xfb\x4c\xc8\xf9\x1a\xe0\x20\x35\x1b\x03\xb5\x8d\xd5\x20\x34\xdd\xfc\x90\xf5\x60\xb9\x9b\x1e\xd3\x06\x1a\xb7\xde\x8e\xdb\x99\xda\x7b\x3a\x48\xc4\x2f\x12\xe8\xcc\xb0\x40\x71\xd6\x46\x3c\xdc\x6b\x01\xae\xf1\x92\x0f\x98\xf7\x60\xbf\x50\x4c\xe9\xa1\xec\x5c\xb5\xd6\xa2\xd8\x50\xe6\x35\x90\xa4\xe1\x27\xd1\xcb\x6a\x89\xd5\xf7\xf0\xe2\xe7\x2a\x64\x69\x1b\x1e\x2c\xe0\x3a\x1d\x79\x82\x33\x16\x4a\xf6\xa7\xf2\xe8\xc4\x18\x9a\x4a\x67\x47\x04\xad\x2f\xf8\x05\xd1\x0f\x49\x49\x3e\xf3\x76\xba\xa4\x6f\x13\x22\xd5\xcf\x9d\x96\x9f\x81\xd9\xf8\xe9\xdf\x25\x9d\xcf\x92\xad\x16\x6e\x0a\xc4\x41\xff\xce\x39\xad\xf5\x06\xa0\x56\x08\xa8\xa1\x2e\x4e\x67\x32\x24\x7b\x29\xde\xf0\x51\x64\x57\x4a\xbf\x40\x62\x94\xac\xf0\x25\x45\x2a\x78\xea\x00\x8a\x00\x18\xe7\x6f\x08\x3e\x8c\x2d\xf8\x72\x0d\x24\x19\xe4\x94\xd0\x59\xdd\xc0\x57\x7b\xf1\x8c\xda\xfa\x8c\x59\x62\x8e\x18\x80\x1a\x8f\xf0\x07\x65\x1a\x2c\x05\x05\x56\xad\xf8\x0b\xbe\x9a\x70\x26\x4f\x0e\x20\x35\x74\x80\xce\x74\x93\x66\xa9\x88\xfb\xe9\x8c\x6b\x28\x31\x32\xa7\x3c\xaa\x3e\x18\xf7\x41\xbb\xab\xd6\x10\x9b\x60\xe7\xbc\x9d\xcc\x0a\x3a\x22\x08\xc3\x01\x42\x04\x08\xb4\x2e\xfa\xc7\x9c\xfe\x91\xd0\x36\x2d\x70\x8a\x7e\x10\x08\x28\xe1\x80\x80\x2a\x1b\x9e\x02\x7d\xd5\x85\x93\xe6\x0d\x95\xc9\xd7\xd1\xb7\x17\xac\xbe\xe3\x21\x71\xb8\x89\x87\xc6\x11\xa6\x74\xca\x68\xda\x45\x74\xe9\x0c\x8e\x80\xf2\x68\x9f\x2e\xa0\xe7\x98\x03\xb2\x8c\xba\xda\x86\x2f\x04\x41\x1e\x6c\x38\x81\x14\xd0\x9e\x36\x08\x98\x7d\xc9\x0f\x88\x70\xed\xd7\xb1\xae\xa2\x23\x21\xfa\xbd\x4f\x4f\xc1\xcd\xc5\x68\xe1\xf5\xc5\x06\xf1\x67\xf6\x16\xc5\x36\x90\x8f\xd0\x43\x8b\xc4\x9c\xf0\x25\x9d\x5c\x18\x10\x9e\x3c\xdd\x2f\x08\x6a\x3c\xad\x7d\xb2\xe1\x31\x08\x78\xdb\x8d\x12\xc7\x84\xc5\x77\x1b\x3f\xfd\xc6\xa0\xfa\xee\xc4\xda\x46\x1c\x5d\xa3\x6e\xe2\xe8\x96\x67\x1a\x88\x31\x50\x2d\x37\xfa\x02\xbf\xfe\x9d\x22\xdd\x56\x97\x40\x5b\x26\x48\x00\x0d\x37\x84\xb1\x43\x7e\x50\xe9\x9c\xd7\x7e\xda\xa6\x0b\xda\xf4\x8a\xbb\xc6\x6a\x02\xe5\x17\x0c\xc6\xff\x77\x4d\xdc\x9b\x26\x5a\x68\x62\x11\x4d\x44\x9c\x4b\x09\x4d\x7c\x8e\x74\x8e\xcc\x75\x61\x9e\xbe\x6b\xeb\xb7\x3a\xad\xce\x74\x94\x58\x5e\x6b\xc8\x49\x82\xd5\x45\x89\x0f\xff\x42\x89\x14\x7a\xb9\x59\x6b\xc0\x25\x62\xa2\x9f\x03\x1b\x53\x7d\x52\x87\x90\xfe\xa0\xb6\x69\x0f\xf6\x72\xb5\x14\x73\xe4\x68\x91\xa4\xb6\x48\xa7\x8a\x02\xc0\x6f\x66\xa1\x35\x2f\x57\x53\xe0\xce\x4e\xba\x8e\x8e\x9a\x81\x39\xef\x9a\x4f\x43\xc2\x02\xfd\x43\x1d\x16\xea\xa8\x2c\xc4\xd5\x3d\x77\xd5\xb9\xa0\xce\x23\xdc\x29\x9d\xb0\x71\xb5\xba\xc9\x2e\xb7\x5f\x6b\xf2\x97\x52\xfc\xf3\x43\x5b\xf3\xd0\xe5\x87\x87\xd4\xe6\x38\xe2\xa1\x0a\xaf\xfc\xf0\x90\xba\xfd\xcf\x78\xe8\xc4\xad\x1f\x1e\x52\x2b\xae\xb8\x6e\xa9\xf3\xbd\x44\x42\xb4\x74\xd7\x90\xa1\xdf\xd6\x1b\x57\x47\x04\x52\xe4\xdb\x38\xdc\xba\xe6\x4a\x50\x63\x52\xa3\x3d\x2d\x2a\x04\x77\xcf\x46\xb1\x3e\xae\xd4\xd9\xa9\x06\xb2\x74\x0e\xbe\x3f\xed\x1d\x70\xe0\x62\x87\x1c\xf4\x0e\xa1\xf3\xc8\xd6\xc8\x49\xfa\xd8\x7c\x59\xe2\xf4\x06\x72\x4f\x6f\x83\xa8\xbc\x98\xc7\xc0\x08\xa5\x2f\x46\xaa\x5a\xfd\xb9\xe0\x66\xe7\x6b\x76\x97\xfd\x72\xa6\x01\x12\xa1\x51\x06\xb5\x3a\x85\xf1\x0c\xc3\x85\x0f\x11\xce\x26\x01\x73\xe9\x99\x45\xbb\xb5\xbd\x04\xd9\xe4\xf3\x84\xfd\xd9\x5e\x52\xea\xd3\x03\xc6\xa6\x0d\x4a\xaf\x71\xee\x42\xe2\x21\xe1\xc1\xb5\x4b\xc0\x04\x0b\xec\x29\xd7\x59\x86\xb4\x3d\x70\x12\xde\x9c\xe7\x8d\x99\xe7\xd3\x1f\x16\xc3\x3e\x94\x7a\xc5\xfc\x79\x2d\xf8\xcc\xab\x73\x7d\x6f\x09\x26\x5e\x2b\x1b\x30\xe2\x37\x80\xd9\xf6\x70\x58\xb9\x26\x7f\x34\x50\xd7\x50\xcb\xbf\x14\xd1\xdf\x5c\x1d\x99\x38\x6b\x4c\x59\x3f\xba\x90\x6a\x70\xe2\xf5\x86\xf7\xed\x01\x8f\x79\x17\xbe\x59\xf3\xe4\x46\x25\xdc\xab\x2d\xee\x9f\xb9\x06\x54\xca\xc5\xce\x1f\x6e\x20\x18\xc8\xdb\x5b\x5c\x53\x1d\xe0\x55\x2d\xf5\x81\x77\x1c\xd2\x88\x5e\x00\x57\xed\x17\x7e\x75\x33\x10\x1c\xa5\xf4\x70\x33\x08\xb7\xa0\x87\xd3\xae\x5f\x15\x92\xdd\x80\x76\xb2\x01\x6f\x3d\xb4\x35\x0f\x5d\x7e\x78\x28\xb3\x01\xad\x64\x03\x7e\x7d\xc8\xec\x2d\x9a\xbd\xfa\x0f\x0f\x99\x5d\xea\x33\xef\x00\x92\x6d\xd7\xfe\x43\xcb\x36\xa6\x65\xa7\x3f\xf5\x11\x4b\xc6\x36\x4b\xe6\xe7\xd6\xcb\x82\x0e\xb8\xf4\x98\xd7\x34\x5b\xf8\xff\xb1\xf7\x67\x5d\xaa\xeb\x3a\x1b\x28\xfc\x83\x60\x0c\xfa\xee\xd2\x76\x4c\x48\x01\x05\x4c\x8a\xa2\x6a\xde\x55\x0b\x84\x24\x24\xa1\x0b\xf9\xf5\xdf\xb0\x24\xa7\x81\x50\x73\xae\xb5\xf7\x7e\xbf\x73\xc6\x38\x37\x6b\xcd\x0a\x69\xdc\xc8\xb2\x24\xeb\x79\x44\x26\x3a\x4d\x37\x9b\x28\x79\x00\x80\xfd\x15\x0d\xb5\x13\x6b\xcb\x46\x32\x31\xea\x06\x89\x7c\x89\xc1\x6e\xd7\x4f\x93\xcb\xdf\xfc\x5d\x3f\x35\xb9\x1f\x0a\xed\xee\x57\xb4\xbb\x99\xcb\xd1\xf0\x66\x2e\x0f\x7d\x3c\x34\xc1\xe4\x97\x2d\xda\x4c\x5f\xb5\xc2\x46\xca\x50\x6c\x61\x4b\x29\xfc\xe4\xe4\xfa\x6b\x4b\x4a\x24\x75\xf9\x3a\x20\xa8\x49\x13\x88\xd8\xb0\x8e\x24\x63\xa4\x8d\x5e\xb7\x34\x62\x33\x88\xdd\x63\x64\xe8\x1c\x02\x63\xfb\x73\x44\xaa\x47\xfd\xbd\x60\x6c\x11\x15\xaa\x22\xda\x3a\xe0\x8c\x77\x38\xd9\xe1\xf6\x54\xd0\x10\x1f\x94\xa1\x84\xe2\xe8\x06\xd3\x5b\x8c\x1b\x0d\x53\x55\xe4\x91\xf5\xb4\x8b\x86\xc9\x29\xb2\xc3\x31\xa2\x83\xcb\xef\x30\xcc\x56\x3e\x8b\xcd\x64\xa4\x94\xab\x69\x73\xa7\x72\xa7\x04\x1a\x58\xb2\x8c\xc8\x95\x1d\x4c\x05\x80\xa3\x8d\xc7\xbf\x1a\x76\x80\xf3\xa0\xba\x99\x74\x57\x54\xbb\xaf\xe3\xf2\x9c\xad\xa7\x57\x74\xd7\x7b\xb8\x79\x40\x33\x80\x36\xc4\x3f\x7e\xea\x83\xc9\x1e\xc4\x9a\x4d\xfd\x28\x0d\xcf\x42\x94\xdf\xd4\x78\x1e\x0e\x7d\x8a\x4a\x8c\xa1\x3e\x89\xdd\xbf\xba\x4b\xed\x05\x11\x99\xf0\xc0\x1b\x68\x50\x65\x98\xbf\x7c\x64\xc6\xa4\x0f\x18\x09\xe3\xaa\x05\x90\x38\x01\x42\x33\x9c\x84\x3c\x37\xef\xae\x4e\x65\xae\xd3\xc4\x0b\x32\xcb\x9b\x98\xdd\x86\x4e\xa1\x54\x4e\xa1\x5a\x81\x2d\xba\xda\x5a\x09\xa4\xbe\x44\x7b\xdd\xea\x7c\x83\x49\xd3\xe3\x35\x4c\x2c\x49\x1c\x41\x1f\x68\x24\x25\x9c\x6c\x4d\x6e\xa4\xee\x8d\x3e\x1e\x5c\x8b\xbf\x55\x43\xf1\x77\xa1\x36\xb5\x90\xde\x3e\x21\x46\x33\xa6\x8d\x7e\x26\x5b\x4c\xb2\x68\x0e\xca\xfe\x3c\x9f\x74\xa1\x54\x9d\x89\xb0\x5d\xab\x77\x31\x92\x41\x58\xb2\xc6\x7c\xa7\x3a\x56\x9f\x4f\x7d\x28\x0c\x23\x7d\xbe\x5e\xdf\xb6\x75\xc2\xfa\xc0\x53\x3f\x9e\xe1\xf2\x03\xde\xc8\x8f\xde\x8a\x96\xdf\x90\xb1\x4f\xa4\xcf\x9c\xe1\x26\x3b\x46\x53\xb7\xd2\xcf\xac\x12\x31\xd0\x0b\x44\xbb\x4c\xeb\x50\x29\xa8\xf1\x5a\xdf\x87\x4d\x92\x23\x3f\xbf\x90\x16\x00\xf8\xfe\x0e\x6f\xae\xaa\xd6\x75\x62\x88\xe3\xcd\x20\xe7\xcf\x16\xe4\x7f\xee\x23\xc4\xce\xc7\xb8\x2f\x8d\x6f\x65\x4f\x8b\xc8\x44\xad\x7d\xfd\x73\x6a\x31\xea\x70\xc8\xed\xc7\x86\x94\xcc\x16\x1b\x47\xf7\x3f\x95\x5c\xa7\x47\xcc\x17\x6f\x50\x9e\xbe\xa8\x91\x6f\x07\x50\x5b\x1e\x0f\xd5\x2a\xba\x40\xd4\x7c\x38\x59\x05\xc3\x9c\xc4\x7c\x90\xc4\xec\x6f\x14\x66\x2c\xf2\xba\x2a\x9d\x05\x1c\x6d\xf6\x56\x34\xda\xec\xe3\xe7\xd1\x3e\x12\xb4\xd6\x82\xbc\xac\xfe\xd5\x48\x10\xc3\x6e\x4e\x75\xf4\x0a\xba\xa7\xb4\xde\x9b\x5d\x55\x0d\x36\xb1\x28\xc7\xa4\x7e\x19\xfe\xdd\x52\x10\x50\xf9\xbd\xf1\x0c\x89\xfc\xf5\x67\xa2\x19\x18\xb7\x94\xac\x0e\x9f\x41\xd2\x2b\x2b\x91\x73\xdf\x2b\xc0\x5b\x8c\x44\x09\x9d\xac\xcc\x2d\x34\x0d\x7f\xe5\x8c\xf9\x2c\x88\x62\x1a\x1f\x00\xf1\xfa\x8d\x31\xbb\x00\xaf\x85\x78\x4d\x39\x29\xaf\x80\x94\xb3\x92\x95\x0f\x49\x25\x17\xd8\x7d\xd8\x2b\x92\xa3\x9b\x9f\x19\xf5\xdf\xe1\xff\xb7\xda\x5f\xfc\x03\xed\xaf\x3d\xfd\xcd\xee\x8e\x1e\x57\x9d\xd5\x0f\x5d\x70\xd7\x7b\xb3\xe3\x9c\x0f\x51\x3d\xa7\x1f\x9b\x33\x61\x9b\x34\xc4\x7f\xfd\x0d\xb5\x93\xea\x6f\x54\x23\xa2\x6d\xf8\xe9\x1b\xf2\x60\xa2\x79\x34\x66\x42\x5c\x4f\xa8\x05\x70\x95\x02\xe5\x3e\x27\x99\xda\xf0\x68\x43\xb9\x81\xfb\x7a\x1f\x9d\x25\x58\xde\x2c\x8b\xfd\x38\xd4\xa1\x0e\x0f\x18\xed\x36\x96\x94\x54\x77\xeb\x9f\x30\x49\x92\x21\x16\x2d\xa5\x14\xa6\x5b\xbe\xd2\x77\xbc\x41\x49\x51\xe0\x3c\x9e\x90\x85\xf6\x0b\x8c\x9f\xf3\xc6\xfc\x41\xe4\x95\xff\x0f\x3a\x17\xad\x9b\xac\xc5\x83\xb5\x64\x16\x64\xf6\x74\xf7\x68\x75\xf4\x90\xc3\x00\xfe\x9e\x81\x49\x7e\x6d\xf6\x40\xdd\x6a\xf8\xb4\x5b\xff\x69\xb5\x99\x4c\xde\xfb\xb4\xcf\xdb\xe8\x07\x3e\xb4\xfe\xa0\x4d\x20\x68\xf2\x16\x15\x5d\x5d\x36\xa8\x89\x15\xf0\xd6\x16\x80\xf9\x10\x2d\xcc\xcf\x44\x14\xfb\x6c\x75\xc0\x5e\xad\x11\x72\x0c\x7f\xab\x47\xf4\xdf\xd8\xab\x79\x17\x05\x1e\xce\xd6\xc5\x40\xa3\x63\xc2\x57\xa3\x6c\x0a\x36\x3e\x00\x2e\x4e\x1f\xf4\x0f\xd7\xfc\xbc\xed\x53\xd2\x2d\xd4\xfe\xc1\xb3\x87\x0b\x80\x4f\xc4\xa1\xef\xb5\xa8\x96\xe2\x84\x8c\x67\xcb\x40\xe5\xb2\x41\x00\xdd\x44\x00\xbc\xb1\x71\x55\xd9\xec\x36\x7b\x9d\x12\x83\x57\xbe\x49\xd9\x3c\xde\x66\x98\x7b\x91\x5a\xb7\x63\x66\x76\x8c\xd5\xd5\xbb\xb2\xe9\x0c\x43\xc6\x4c\x4d\xfc\x9b\x7f\x70\xaa\xb4\xcb\x4c\x29\xbb\x89\x51\xfe\x62\x13\x3c\x0e\xb8\x4c\xca\xff\x86\x19\x47\xa9\xf5\x2c\xfb\xcd\x7e\xfc\x2b\x65\xbf\xd9\xa5\x95\x99\x76\xcf\x45\x83\x85\x76\xc1\x0e\xfb\xd7\xe5\x3e\xfe\x03\x62\x00\x1e\xbf\x60\x62\x24\x9c\xfb\x0e\x63\xfc\x63\x8d\x25\xec\x59\x57\x27\x1f\xa8\x7e\xbd\xec\x21\x8a\x0c\xe7\xf0\x2f\x0c\x8f\xe4\x25\xfc\x13\x50\x58\x48\xec\x92\x4f\x1a\xef\xe0\x72\xca\x26\x8d\x27\x49\xdb\x71\xfb\xb6\x34\xd9\x0e\x4e\xa6\x04\x64\x84\xc9\x49\xcd\xd1\xdd\x6f\x63\xe6\x28\x70\x39\x00\x77\xbe\x38\xe0\x72\xce\x51\x72\x14\x4e\x73\x1d\x89\x2d\x36\xbc\x4a\x01\x8b\x9a\x2e\x98\xd8\x42\xf4\x1a\x9c\xb6\x4e\x36\x5b\x7d\x20\x92\x52\x66\xd4\x5f\x11\xb0\xa9\x46\xbf\xc9\x1b\x10\xca\xd6\x60\xef\x0a\xdf\xe3\x28\x12\xd8\x7b\x54\x26\x30\xad\x2e\xd5\x3b\x19\xd3\xbc\x1c\xa8\xb0\x46\xa7\xa1\xd6\x95\x55\xd1\x24\x4c\x93\x21\x64\x2e\x8d\xe8\xdf\x4a\x9d\xb6\xf0\xe0\xcd\x3a\x42\x7a\xb4\x79\xe2\x19\xa7\xec\xea\x47\x2c\xdd\x11\x18\x13\xa7\xa4\x87\xf1\x8d\x62\xf1\x9a\xea\xe3\x75\xbf\x27\x56\x06\xe8\xda\x91\xb7\x42\x30\x96\x89\x66\x7c\x8f\x27\x93\x6f\x3e\xd5\xe6\x02\x5e\x1b\xa5\x3b\xba\x10\x1f\xef\xc7\xf8\xe2\x61\xbd\x64\x52\x5d\x2a\xd4\xc2\x5c\xff\xb0\x7b\x81\x13\xc0\xce\x05\xb7\xe0\xe6\x81\x78\x2f\xba\x98\x12\xbc\xc3\x6c\xf4\xe5\xd9\x87\x7a\x31\xa2\x23\x5a\xf4\xe0\x1e\x49\xbe\x26\x9d\xdd\x00\x0f\xfe\x97\x4c\xd8\xfc\xd8\x30\xae\x5f\x3b\x67\xe2\xfd\xd2\xe1\x05\x5f\x9b\xdd\xfb\x9a\x92\xe6\x3d\x67\x12\xe8\x83\x4f\x4f\x67\x65\x80\x5c\x9e\x10\xe8\x39\xe9\x24\x63\xb5\xd4\x51\x4e\x3d\x56\x61\x05\xeb\x7c\x89\x1f\xc7\xa6\x77\x44\xcf\x5c\x07\xbb\xd4\xd8\x1c\x31\xe3\x51\x6d\xfb\x9d\x10\xdd\x50\xa1\x7f\xbf\x33\x44\x3e\xad\x8b\xa0\x64\xe4\x86\x68\x6d\xb4\x7e\x1e\xdb\xeb\x07\xa9\xb7\x02\xd3\x43\x32\xfd\xdb\xf3\x44\x81\x5e\x4a\x54\xc0\xb6\x81\xad\xeb\x25\xad\xd3\x74\x1b\xed\xcd\x10\x3e\xff\xde\x2b\x99\x37\x3f\x20\x5f\xcd\x08\x02\xf5\xc9\xd4\x27\x2c\x31\x1b\x2c\xb7\xf2\x5e\x29\xf8\x81\xf6\x65\x26\xa9\x50\x25\xc0\x55\xa0\x5c\xa9\xc4\x78\xfa\x84\x1a\xc2\x18\xe4\xfa\x1e\xb3\xab\x0e\x4a\xfe\xb2\xad\xc8\xaf\xba\x50\x94\x36\x44\xb2\x0d\x5d\x94\x9f\x7a\xd9\x89\x0a\x2d\xbb\x0f\x18\x90\xa7\x4f\xfa\x03\x9b\x0f\x7f\xcd\x4e\xb0\x72\x84\x87\x65\x1d\xcd\xf8\x80\xfc\x69\x46\x37\x06\x9e\x72\x5c\x67\x57\x37\xb7\x78\x7a\xf3\x06\xc8\xd6\x54\xc3\xbb\x55\xdd\x70\x3a\xaa\x4d\x1b\xde\xcf\xb7\x78\x58\x5d\x29\x73\xcc\x5e\x8e\xca\x16\x73\x97\xcf\xeb\xad\x89\xef\x0b\x05\x6e\xd5\x97\x10\x44\xcd\x8c\x32\x1f\xf0\x16\xa2\xbe\xa6\x5c\xb2\xde\x9e\x18\xa0\x58\x76\xed\x40\xea\x94\x15\x63\xd9\xf3\x71\x07\x6a\x0a\x88\x88\xee\xc1\x28\x60\xee\xf0\xd4\x81\x85\x20\x20\x60\xd5\x5c\x0c\xca\x13\x16\x3d\x1f\x6f\xc9\x06\x3e\x7a\xbc\xbd\xce\x83\xa1\xb3\x5c\x03\xb3\x7e\xef\x92\xe1\x1a\x98\x4e\x37\xb4\x65\x02\x89\xc0\x8a\x72\x7f\xd4\xf6\x7b\x22\x8c\xf8\x07\x13\x2f\xe1\xe9\x0e\xd3\x80\xff\x94\xfb\xfc\x17\x63\xec\xd2\x31\xef\x64\x9c\x56\x00\x8a\x2e\xe2\x2b\x4a\x81\x37\xf5\x50\xd3\xbc\x4a\x84\x8a\x11\x15\x05\x85\x04\x76\x52\x59\xe5\x19\xe6\xc1\xad\x3d\x04\xa6\xc7\x1e\x1a\x11\x75\x9e\x41\x20\x93\x3d\xbb\x89\x87\xb0\xe7\x34\xb9\x07\x75\x6b\xe5\x49\xf6\xce\xf8\x92\x3b\x20\xfc\xa2\x94\xa7\xb3\xad\xf9\x69\xdd\x1d\xf2\x98\x7b\xc8\xd6\x29\x22\xde\xaa\x63\x6a\x03\x11\x17\x4e\x2a\x25\x60\xc9\x3a\xf0\xed\x8a\xa8\xd7\xf8\xdd\x5d\x64\xce\x44\xc7\xd8\xd8\x58\x50\x09\x83\xc9\x13\x74\x32\x84\xcd\x4b\x68\x9a\x7f\xa1\x59\x3d\xc1\xd8\xf2\x2b\x36\x72\x72\xc4\xe2\xab\x18\x10\x99\x9c\x81\x71\xab\x63\x60\xbe\x31\x62\x8b\x26\x17\x2a\xcf\x16\x61\xba\x05\xe8\x19\xb4\xa9\x3c\x7e\x52\x86\x0c\x91\x96\xaf\xfa\x4a\xf3\x35\x0c\x18\xbe\xa6\xd1\xe0\x22\xf9\x7b\xc2\xba\x06\x15\xe8\x8f\xd1\x31\x7b\xb3\x7d\x99\x19\x3d\xe1\x70\xb7\x4e\xb5\x14\x8a\xb0\x66\x35\x71\xac\xe8\x3a\x1d\xd8\xaa\x26\xa6\xa9\xf7\x78\x54\xa2\x84\xb4\x26\x32\x5b\xd0\x2f\x6c\xc7\x1b\x34\x77\xcd\x58\x2b\xad\x56\x9c\xf2\x26\x7c\x30\x51\x91\x71\x6d\xf0\xc3\x2d\x6f\x4c\xb6\xf8\x66\x8e\xd6\x41\x10\xe0\x8c\x85\x81\x50\xdb\x74\x8d\x9f\x2e\x22\xff\x61\xfc\x85\xad\xf8\x2e\xa0\x5f\x7a\x51\xee\x7b\x91\x0c\xba\x05\xbf\xbc\x29\x13\x61\x07\x1c\xf8\xe2\xa1\x77\x7f\x96\x95\x9c\x84\xbc\x07\xbc\xbc\x2c\xe6\xf5\xea\x90\x2c\x05\x75\x6b\xd3\x58\xd7\x20\x7e\xdc\xe1\x4d\x91\x11\xee\xf1\x1e\x14\xaf\xe8\x09\xd4\x50\x9a\x96\x12\x44\x0a\x23\xd8\x93\x53\x09\x4b\xbe\x1f\x49\xf4\xae\xff\xc6\xc8\x86\x91\x88\xd5\x82\xb1\x89\x2d\x89\x68\x14\x13\xe3\x74\x63\xd4\xa3\xea\xe6\xf4\x51\x88\x1a\xb4\xf0\xe7\xaf\x7a\x0d\xfd\x00\xd0\x44\x6b\xfa\x7a\x75\xa8\x13\x12\xc4\xda\x84\xa4\x19\xf3\x9c\xeb\x82\x5a\x9f\x68\xf0\xe9\xe5\x58\x8a\x61\xc5\x8a\x58\xac\xf9\xfd\x17\xaa\x01\x8b\xb9\x32\x58\xcd\x5f\xc8\x4d\xba\xff\xc9\x6e\x17\x32\x8f\xae\xce\x67\xbb\x09\xd9\x09\xb1\x24\xef\x51\xf7\x15\xbe\x23\x7e\x57\x1b\x08\xae\x72\x6a\xd8\xea\x4d\x28\x95\x35\xff\x5c\xdf\x92\xa3\x0c\x96\xf3\x06\x9d\x98\xad\xae\x22\x0a\xcc\x74\xa2\x92\x2c\xca\x79\xba\x28\x37\x98\xd7\x1f\x70\xb4\xe0\x5e\xd5\x7f\x20\xa3\x6f\xc7\x99\xd9\xe8\x0f\xf0\x3d\x3f\x48\x0a\x14\x6a\xeb\xa1\x21\xf3\x54\x9e\x30\x59\x91\x85\xe5\x94\x29\x17\x70\x5a\xc7\xec\x1c\x8f\x5f\xf0\x26\x08\x5a\x88\x17\xbb\x6b\xa5\xc7\x13\xc1\x14\x5c\x14\x97\x62\x49\x2e\xea\xad\x29\xc2\xa0\x28\x71\x5e\x7c\xe3\x37\xbf\x22\x64\xae\xfd\xa4\x95\x01\x2a\x84\x2d\x71\x09\x7f\x21\x51\x39\xc3\x0d\xa8\x03\xf4\xad\x62\x8b\xd7\x02\x4e\x93\xd6\x96\xc9\x10\x8f\x95\x69\xbb\xc2\xe3\x08\xe1\x79\x59\x16\xb8\x62\xb8\x27\xd6\xc9\xbb\x82\x7b\x6e\x43\xa0\x80\x94\x3e\x46\x71\x05\x24\x9b\xc8\x77\xd0\x8c\x0e\xfa\x38\x4b\x37\x34\x95\x2e\xaa\xf1\xf0\x84\x47\x35\xab\xe3\x0f\xe2\xaa\x34\x25\x5f\xd5\xad\x1c\x1b\xe2\xb1\x44\x10\x4d\xc9\xc4\xa3\x72\xab\x20\xbf\x1a\x37\xc5\x3b\xaa\x9b\x2d\xb5\xfd\xaf\xd7\x1d\xb8\x33\xfd\x96\x0d\x09\x57\xf2\xd2\x32\xca\xb7\x1e\x4d\x2a\x96\x07\x14\xac\x1f\x1a\x2b\x6a\x7c\x9f\x9f\xfe\xad\x43\x49\xb5\x3b\x40\xee\x55\xfb\x7f\x14\x29\x40\x7c\xbd\x32\x36\x47\xb1\x92\xa7\xfe\xf9\x42\xa7\xc3\x5b\xaa\x55\xae\xda\xb7\x8c\xeb\x54\x91\xf7\x52\x1f\xe6\xe5\x5d\x30\x51\x13\x13\xdc\x8a\xaa\xb8\x8c\xf7\x55\xb4\x33\x7d\x6e\xd7\x30\x33\x30\x44\x3a\x0a\x58\x63\xb0\xb3\x80\x31\x89\x34\x20\x37\xed\xba\x8c\x09\xad\xcb\xd8\xdc\x6f\x50\x05\x96\x15\x67\xb2\xd5\xd7\xfa\xa8\xe0\x11\xa0\x7a\x43\x7e\xbb\x49\x95\xf4\x53\xd8\x50\xe3\x64\x86\xfd\x6b\x0d\x91\xba\x8f\x7f\x1e\x66\xcc\xa9\x9a\x5f\x0d\xb5\xeb\x80\xa8\xf4\x0c\x4c\x31\x99\x78\x35\x38\x73\x7d\x75\xe9\x34\x51\xed\xf3\xaa\x93\x35\x8e\x60\xeb\x22\xd1\xee\x35\xcc\xec\x2b\x4b\x3e\x8c\xf5\x97\x8f\xe5\xad\xf5\x9b\xd4\x9b\x97\xcc\x3c\xc8\x6e\x80\x7b\x68\xcd\xb3\xb4\x1a\x9d\x31\xf3\xc0\xc9\x38\x53\xdb\xbc\x1a\x37\x27\xb8\xbb\x96\xae\x3e\x78\x09\x11\x87\xda\x6b\xd0\x12\x7b\x65\xb2\x25\xf5\x77\xf3\x16\x45\x53\x00\xd6\xac\xc6\x0f\xe1\x9d\xd7\x8b\xdf\x57\xaf\xaf\xc3\xeb\xc5\x81\xaf\x9b\xfd\x5c\x8f\xee\xa9\x45\xed\xac\xbd\x96\xe7\xcc\x0a\xfb\x58\xce\x46\xdb\x32\xf6\xbf\xef\x96\xf2\x13\xd3\x7e\x15\xca\x8e\xe8\x08\x92\x1d\x38\xe6\xf8\x55\xe7\xa9\x78\xdb\x1c\x5d\x1c\xc9\xc4\x77\x8c\x90\x32\x27\x6b\x1e\x0b\x87\x5f\x55\x57\xdf\x39\x26\x1a\x79\x71\x84\x3d\x57\x6a\x73\xe8\xf3\x56\x57\x26\x66\x67\x89\x33\x73\xaa\x63\xb7\x99\x1d\x51\x59\xac\x3b\xb8\xed\x20\xf4\xbe\xd8\xae\xe2\xfd\x90\x30\x20\xc7\x95\x7c\x24\x55\x6d\xd5\x53\xf0\x86\xc6\x39\xb3\x9d\x8d\x57\xce\x90\x42\xa3\xbd\x6a\xee\x07\x74\x56\x44\x4d\xe8\xe4\xba\x52\x75\xa8\xcc\x3a\x73\x8a\x69\x26\x61\x91\x35\x27\x7d\xae\x0d\x2b\xdd\x5e\x67\x08\x0c\xf1\xca\x46\x49\xb7\x48\x74\x67\x17\x4c\xbc\xa7\xfc\x49\xf2\xaf\x9c\xfa\xd5\x1e\xfc\x63\xd9\x12\x36\xbd\xd1\x75\x06\xff\xb3\x10\xc2\x66\x9f\x09\x21\x74\x46\x7b\xc0\x1f\x8d\x63\xee\xfc\xd3\x6f\x2f\xfe\xfc\xed\x6b\x87\x9e\x7a\x2a\x2a\xc2\x47\x3f\xec\x6f\x1f\x54\x8d\x3e\x72\x26\x1d\x70\x1b\x25\x94\x4d\x03\x5f\x75\x1c\xe6\x33\x7d\x03\xae\x53\x7d\xb5\x50\xec\x6a\x80\x32\x11\x53\xbf\x96\x5e\xc0\x88\x4f\x6f\x0f\x68\x6f\xe1\xf3\xc3\xae\x9f\xfc\xa6\xbe\xf3\xe9\x5f\x8f\x46\x17\x8a\xf1\xfe\xd6\x37\xe6\x12\x86\xc5\x27\x34\xe5\x1c\xe4\x33\x09\x5c\x68\xcb\x2b\x13\x93\x6c\x5b\x8e\x50\x8d\x42\xbf\xff\x2f\x45\x36\x96\xd7\x22\x3b\xa8\x54\x73\xfd\x63\xd5\xeb\x77\xaa\x47\x3f\x98\x68\x25\xd2\x9e\xef\xf8\x82\x89\x06\xbf\xee\x8e\x3e\x52\x6f\xed\x0a\x45\x18\xb6\x58\xd1\xe3\x5a\xc2\xe9\x8d\x50\x45\xb5\xc4\x27\x87\xfc\x5c\x54\xe1\x20\x5b\xad\xd0\xc5\x91\xdc\xa1\x30\xd7\xc4\xe1\x11\x56\xd2\x12\xaa\xfc\x3e\x23\xb1\xfb\x27\xb9\x1d\x06\x42\x7d\x4e\xf5\xa1\xae\x12\xc9\x24\xa5\x4d\x5c\x3a\x18\x9a\x3c\x80\x3d\xc5\x26\x6a\xe3\x85\x13\xa7\x9a\x91\xb0\xe0\x03\xa1\xff\xb0\xb3\x1e\x26\x43\x91\xe6\x4f\x06\x3c\x73\xdb\x8c\x78\x16\x7c\xde\x20\x25\x47\xa3\x75\x39\x3c\xa8\x91\x77\x78\xd7\xd3\x65\x1c\x90\x75\x5a\xb5\x4b\xd8\x04\x21\xd6\x57\x4e\x1c\x55\x61\x3e\xd5\xcd\xf4\x30\x32\xd7\xe4\x05\x03\xa3\xc9\xdd\x18\x1c\x68\x2f\x2b\x51\x6e\x68\x30\xda\x2e\x11\x1b\x8a\xb6\xfc\xe4\x62\x80\xb8\x4e\xf1\x18\x6e\x52\x35\x50\xb0\x11\xe9\x34\xa9\x1b\x00\x8b\x99\xe2\x4a\x9d\x34\x31\x4a\x3e\x45\x83\x6b\xd2\x06\xfc\xb9\x7c\x86\xf6\xf4\xf2\x13\xd5\xd6\xed\x01\x1e\x87\x23\xcf\xeb\xd3\x1a\xcf\xc4\x41\x34\xff\x0b\xc4\x41\x1c\xde\xf3\x0b\x55\x66\x84\xa7\x8d\x5a\x6f\x2a\x07\xa7\x0b\x4c\xbd\x95\x42\xcd\x2f\x42\xa3\xe1\xe7\x4d\x95\xd9\xb5\xa3\x32\xcb\x3b\x2a\x0c\x36\x59\x87\x1f\x07\x7f\x69\xdb\x5e\x19\x32\x2b\x1f\x3d\xaa\x03\x3f\xb5\x41\xf4\x81\xdf\xf3\x21\x20\x53\x9d\x8c\x8a\x88\x67\xc6\x5d\x99\xc5\x63\xa5\xbb\x68\xf8\x6f\x2c\x85\x26\x58\x0a\x18\x75\xc2\xdd\x5e\x3c\xe4\x76\x7b\x31\xa2\xcd\xbd\x4e\x33\xd7\x48\x26\xf2\xc8\x99\x78\xaa\x25\x53\xa5\x96\xd9\x8b\xf2\xe2\x58\xc7\x28\xdf\x86\x36\x70\x6e\xd5\x46\x3d\x06\xb4\x0c\x90\x0d\x49\x76\x34\x26\x9d\x5b\x75\x08\x33\x2b\xb3\x2a\x08\x1d\x96\x02\x15\x84\xac\x46\x75\x48\xf1\x3b\x18\xed\x22\x1d\x20\x5e\xf4\xe2\x47\x9d\x21\x46\x1a\x43\xd1\xae\x81\x63\x6b\x4d\x3b\xb5\xe2\x4c\xee\xf8\x9e\x52\x51\xcb\x4e\xbf\xb5\x5b\x83\x34\x08\x71\xca\x1f\xa7\x45\xcf\x40\x36\x77\x14\x71\x62\xd3\x2e\x85\x2f\x6c\xb1\xb3\xb2\x80\xe3\xcb\xba\x4f\xb0\x71\xe5\xb0\xd5\xfa\xff\x5d\x24\xfc\x3e\xcd\x62\x7b\xa2\xa7\x94\x63\xf8\x7d\xe8\xff\x15\x44\x5e\xfe\x73\x4c\x7c\xb7\xaf\xab\x17\x75\xc1\x93\x9c\xe0\x7d\x6d\x2e\x1c\x2e\x02\x2a\x40\x1a\x06\xca\x98\xb7\x62\xb9\xf3\xfa\x65\xcb\xd8\xf0\x1d\x42\xd0\xd6\x36\x9c\x53\x7b\x44\xce\xb4\xcc\xe2\x33\x9f\xa7\xdd\xd6\x00\xd0\xa2\xbd\x16\xee\xc4\x6a\xc8\x9e\xa6\x5b\x20\x42\x9f\x4b\x87\x08\xd1\xcb\x1f\xec\xd7\x74\x07\xa4\xb7\x33\xe9\xdb\x74\xb2\xf6\xc6\xa6\xd3\x00\xfe\x98\xc8\x50\x5f\x9c\xb1\xc7\xe9\x1e\xfe\x18\xcb\x83\xbe\xf8\xc1\x46\xd3\x2a\xfc\x31\x94\x35\x7d\x71\xce\x1e\xa6\x5b\xd0\x29\x96\x74\xf4\x69\xdd\x92\x0d\xa6\xc8\x0b\x65\xa6\x70\xda\x2f\x36\x98\xde\x87\xe9\x27\x41\xd3\x0b\xa4\x8b\x4a\xd9\xd0\x5f\x38\x72\x66\x4c\x9b\xf0\x97\x90\xad\xcc\x55\x69\x68\x0e\x41\x91\x21\xfc\x89\x38\xe1\x42\x53\x62\xa0\x42\x0e\xa0\x3c\xdf\xcf\x15\x1c\x4e\x7a\x46\xf3\x44\x87\x8d\x02\xe4\x0a\x67\xbf\xd3\xc1\xa8\xc2\x37\x1c\xb2\x88\x76\xb7\x4f\x34\x12\x3d\xfa\x81\xf0\xff\xa2\xd9\xd3\xbf\x54\xe8\x17\xa4\x20\x3c\x88\xed\xda\x24\xaa\xf3\x13\x7e\x41\x33\x9c\x44\xa2\x14\x63\x42\x72\x44\x3f\xf8\x12\xdc\x60\x87\xb7\x11\xa2\x71\xa6\x02\x48\xa7\x33\x86\x3f\x36\x67\x8b\x0c\x7e\x25\xd3\x9f\xad\xcd\x43\x8a\x0a\x6b\xfb\xb4\x60\x4c\x66\x3e\x1d\x51\x1b\x61\x01\x25\x47\xc4\x21\x3a\x84\x90\x7c\x81\xe7\xe3\x4e\xbf\xfc\xc1\xcc\x1a\x6f\x22\x89\xee\x0a\xa2\x10\xbe\xa8\x9c\x28\x45\xfa\x0b\x78\x01\x92\x98\x4b\x23\x4b\xce\x58\xf7\xe0\xe8\xf5\x83\xf8\x1b\x3e\xcf\x38\x2b\x04\xb8\x7b\xec\xae\x89\x03\x13\x4c\x02\x1b\xc3\xac\xcb\x4d\x00\x75\x3a\x5e\x90\x19\xb1\x65\x96\x0b\x8a\x25\x85\x31\x2f\x24\x57\x20\xb2\x9c\x84\xe8\xe7\x24\xd4\xca\x53\xfb\x6b\xf2\x92\x8b\x9b\xbf\x65\x6d\x94\x57\x82\x0d\x3d\x51\xea\x80\xb7\x8c\x77\x39\xd4\x98\x6d\x00\x41\x3e\x6c\x8c\x53\x27\xfa\xc6\xb9\x1a\x7a\x17\xaa\x88\xb2\x0d\xf7\xe8\x5e\x37\x00\xcf\xa8\xc5\x41\x72\x90\x24\xb2\xb7\xc6\x47\x4a\x5d\x6a\x90\x0e\x24\x1d\xb3\x51\x27\x09\xf8\x75\x21\x3b\x71\xb6\xb7\x2b\x83\xb1\x0d\xe4\x15\x56\x44\xe7\x45\x2b\x25\xeb\x3b\x80\xd4\x5a\xb3\x7f\x0c\x92\xaa\x67\xc8\xc3\x70\xc9\x40\x15\x9d\x48\xa4\x34\x13\xd5\x90\xde\x3b\x61\xe2\x65\x5d\x97\x39\xa2\x19\x2c\x06\x2a\xbe\x2b\xef\x38\x71\x26\x33\x7f\x6d\x8e\x83\x84\xac\x1f\x84\x22\xeb\x7b\x36\x91\x4b\x4d\x67\x87\xc0\x84\x40\xa4\x96\x98\x63\xfc\x96\x81\x02\x26\x99\x78\xef\x64\xf9\xa0\x12\x4e\x27\x8b\x59\x4f\xc1\x5e\x24\x28\xb2\x77\x78\xd0\x3e\x18\x3f\x4a\xaf\xc9\xe4\x4b\xbd\x82\xcc\x46\x41\x47\xa6\x4f\xfb\x04\xf6\x24\xdf\x14\x67\xeb\xb0\xcb\xaf\x05\xa8\x23\x20\x3e\x9d\x6c\xeb\xfa\xf8\x8e\x39\x13\xdf\xad\x3d\x0e\xd8\x76\x98\x8a\x28\x1b\xaf\xd5\x8e\x6c\xd5\x78\xa9\xd7\x4f\x67\xc6\xa1\xcf\x61\x48\x4a\xbc\xac\x33\xd0\xd2\xfe\x48\x69\x69\xa8\x24\x92\xcc\xc5\xb6\x94\x61\xda\xb0\x37\x9a\xb3\x06\xea\x7c\xf8\x22\xe5\xeb\x08\xb3\xb8\x51\x6f\xa1\x4b\x24\x88\x67\xe3\x9f\x72\x81\x28\x0b\x46\xae\xfa\xe9\x9c\xac\x3f\x52\x46\x8f\x83\x2d\x53\x69\x68\x07\x34\x8b\x2b\xce\xe4\x6f\xdc\x88\xd5\xec\xb4\xcf\x46\x3a\xbb\x1e\x75\xd8\x45\x30\x2d\x8e\xaf\xdd\xb5\xca\x09\x91\xdc\xa5\x26\xd2\xe6\x06\x59\xfe\x90\x8a\x8f\xdc\x5b\xdd\x03\x96\xf5\xad\xce\xd4\x3d\x11\x3f\xf0\xec\x70\xaf\xb1\x2e\x02\x90\x8d\xc8\x98\x37\x51\x33\x20\x51\x6a\xab\x69\xde\xd4\x96\xcd\x12\x76\x5d\x50\xba\xdf\xb0\x56\x40\xd4\x30\xb4\x7a\xeb\xff\x82\x42\xb3\x5b\x7d\x05\xea\x97\xea\x45\x32\xbb\x5e\x24\x89\x70\x4a\x26\x46\x44\x94\x26\x55\xd7\x0a\x2a\xf0\x2a\xd5\xd9\x0d\x4c\xf2\x18\xa2\xc0\xc4\xcc\xed\x55\x68\xd2\x76\x00\xd4\x02\x61\xca\x25\x04\x85\xab\x90\x3c\x11\x29\xdb\x2b\x6d\x02\x7b\x2d\x95\xca\x6b\x82\x88\xee\x95\x3d\x2a\x7b\xfd\x33\xa7\xb7\x40\x10\x51\x86\xfc\x92\x7b\x4f\xc0\x8b\xde\xf3\xca\xd8\xeb\x36\xfb\x1e\xc7\x2c\xcf\x44\x6f\xd4\x14\x87\x3a\xb1\xf8\xe7\x90\xbe\x2e\x7f\x70\x07\x10\xaf\x65\xaf\x2b\xa4\xf5\xfe\x2f\xd2\xb0\xe4\x69\x2d\x6f\x69\x58\x5c\x5e\x1e\x0e\x2b\xfd\x0a\x9d\xb0\xad\xae\xd2\xa7\xb6\xbe\x4e\x9f\x82\x22\xec\xe5\x2f\x76\x26\x28\x72\xcd\x1d\xfe\x75\xf2\xd1\xf7\x0f\x65\xb9\x64\xa6\xf2\x16\x64\xcb\xe4\x7e\xb4\x79\xfa\x6b\xa0\x73\x23\xf4\xf9\x35\x9d\x98\x9f\x0d\x0d\x60\x2e\x3d\xc5\x06\x2b\xdf\x24\x01\x5c\x42\x0a\xb4\x35\x9a\x90\x97\xd1\x49\x92\x16\x9a\x9b\x81\xbe\x11\x6c\x0c\x75\xfb\x77\x0f\xf3\x9b\xc7\x35\x04\x82\xef\x78\x00\x5c\x31\xa2\x63\xc4\x54\xb6\xa9\x8d\x95\xe6\xe4\x2f\x65\x7d\x4d\x3a\x9b\x41\xd2\x60\xc2\x53\x51\x22\xc8\x92\x12\x41\x5a\xbc\xe0\x83\x50\x4d\x5c\x7f\xab\x31\x00\xdb\xf6\xb1\x4d\x40\xa0\xee\x66\x00\x7e\x6b\x95\xaf\x51\x6b\x8e\x0f\xc0\x7a\x80\x82\x38\x39\xc7\x3c\x9d\xdf\x45\x41\xee\x89\xa4\x23\x53\xd2\xb9\x01\xaf\x60\x23\x87\x2b\x7b\xa0\xfc\x56\x73\x8d\x29\xe2\x6b\x7b\x50\x30\x10\x43\x6a\xd6\x04\x03\xef\xf0\x26\x17\xde\x24\x1e\xec\xcc\x13\x18\xe3\x6c\xd1\xab\xb7\xf6\x00\xc2\x0f\x2d\xee\xd8\xf9\x2b\xa3\xab\x0b\x0c\xd4\xa4\xe8\x60\x7c\xff\xc3\xa3\x5f\x77\xf6\x40\x6d\x0d\x32\x46\xe4\xc5\xe1\x9c\x1b\x9b\xfe\x0a\x16\x95\x05\xe0\x6f\xa6\x9f\x09\x6c\x5d\xf4\x0f\x93\x99\x0f\xf9\xe6\x89\x58\xe8\xe6\xa5\x77\x3e\xc0\x9d\xa0\x19\xd6\xc0\x70\xce\x5c\x3e\x4b\x80\xe3\x1e\xf6\x17\x9a\x56\x05\x23\xab\x27\x50\x8d\xc6\x57\xef\xf6\x38\x64\xbd\xbd\x41\x3d\x99\xef\xec\x8b\xde\x60\x9a\x6c\x50\x52\x8b\x27\xfc\x61\x09\x5e\x4e\x8b\xbf\xe8\x3f\xf1\xec\xa7\x76\x35\x9e\x01\x20\xc7\x2c\x24\xd2\x31\xf4\x68\x2b\x89\x53\x83\x30\x22\x61\x1b\xd6\xa9\x37\x79\x64\xff\xed\x6c\x42\x02\xb4\x72\x47\x26\xad\x44\x4c\x89\xed\x13\x78\x33\x88\xab\x8b\xb7\xa1\x06\x85\x3c\x19\x3f\x8a\x8d\xa8\xf1\x13\xac\xf4\xd7\x88\x82\x14\xe7\x0d\x21\xd4\xca\x26\x95\x3f\x80\x1d\x5d\x7e\xeb\xec\x9e\x5b\x39\x69\xda\x28\xdb\x4d\x8e\x07\x72\x90\xe2\x82\x25\xb4\x20\x64\x14\x25\xd9\x62\x6d\x7b\x00\x9e\xbb\xf1\x89\x63\xf6\x05\x6e\x7d\xc8\xbf\x33\x7f\x32\xd8\xe0\xa5\x43\xf2\x1c\x81\xcd\x37\xbf\xb3\xde\x12\x61\xb8\x19\xcf\xcc\x8d\x52\xcd\x52\xeb\xfe\x38\x87\x08\x40\x77\xf9\x8a\x67\xea\x33\x1c\x32\x62\x73\xe6\xeb\x2d\x3e\xbe\xd9\x6a\xa1\xf3\xa0\x65\xc2\x37\x68\x6c\xe1\xf1\x15\xd7\xc5\x1a\x25\x5a\xf1\xa0\x6d\x2f\xdc\x01\x60\xac\xe8\x80\x10\x3c\x94\x25\xfb\xc8\xa4\x37\xd1\x02\x5a\xb2\x05\xd0\x17\x3c\xcd\xca\x16\x1b\x3e\xb8\xf0\xc5\x11\x41\x98\x3d\xfa\xbe\x4e\x1c\xda\x21\x14\xde\x13\x2c\x87\x1c\x61\x6c\xbf\x05\xcf\x60\x81\x62\x28\x0f\xbc\x8b\x32\x74\x3b\xf5\x2d\x4e\x34\xcf\xb4\xff\x4a\xa4\x87\x90\xf8\xcf\x36\x3f\x91\x92\x3d\x72\x38\x5e\x40\x92\xe8\x1e\x56\x39\xaa\xf3\x88\x7e\x3d\x73\x9a\x7b\x4c\x84\xa9\xe0\xd1\x9b\xd5\x6d\x50\x95\x9a\x1e\x5d\x68\xe3\x03\xb3\x06\x06\xb7\xe6\x6d\xbc\x8e\x47\x26\x66\xa5\x81\x67\x93\x30\x5c\xd6\x19\x43\x44\xc3\xf3\x76\x80\xc9\xea\xab\x07\x1d\xc5\x14\xa4\x07\xb7\x2b\xa4\x67\xe1\x31\x0d\xcc\xd5\xbd\x33\xf7\x9c\x4c\x26\x1e\x14\x39\xc8\x6b\x02\x79\x5b\x0d\xfc\xce\xa6\x39\x44\x98\xbf\xfa\xc3\x6e\x42\xbc\x6b\x8c\x2d\x17\xc8\xe5\x3d\x83\x46\xae\x38\xa4\xb8\x44\x1c\xd2\x31\x17\x56\xe6\x5a\x0d\x31\xce\x0b\x20\x4a\x1d\x81\xa3\x06\x6f\x81\x3c\x94\x45\x3f\xbd\x93\xbd\x01\x75\xc2\x02\xb6\x3b\xc3\xdf\xe6\xa5\x71\xc3\x3d\x1a\xa7\x32\xd1\x7f\x89\x0e\xdf\x35\x31\x78\x0b\xa4\x41\x4f\x73\xb0\x95\xe0\xdf\xbf\xc0\x62\x1d\x0f\xc0\x8a\xb2\x28\xc3\xe5\xb7\x5a\xee\x07\xa0\xc8\x52\xcd\x91\x4c\x3c\xff\xca\xfc\x7b\x74\xd3\x1d\x9f\x3b\xd4\xe5\xa2\xb9\xc1\x72\xcf\x85\xcd\xd4\x2d\x8c\xff\xd8\xc2\x51\xe6\x73\x07\x3e\xcc\xb4\xd4\x8c\x39\x2e\x05\x5a\x0f\xc3\x09\x49\x38\xc5\x77\x9b\xa8\xce\x22\xd8\x3a\xb4\x0a\x3f\xa3\x15\x36\x53\x9b\x9c\xc9\xd8\x04\x91\x84\x69\x61\x30\x20\x5d\x12\xb4\x13\x9e\xe6\x3f\xcb\x90\x1c\x57\x51\x86\x2e\x3c\x86\xf7\xf6\x7f\xd3\x2e\x7c\x23\x4b\xf5\x9d\x04\xb5\xf5\xfb\xd0\x56\x3e\xb8\x6c\xf0\x3d\xe6\xb8\x1f\xb9\xe3\xe4\x77\x46\x52\x5b\x4e\x66\x07\x5c\x09\x26\x47\x25\xe8\x87\x1c\x64\x08\x3b\x6c\xe7\x7a\x70\x8f\x54\xc0\x7a\xa4\xba\xd1\x11\x9d\x9b\xd1\xd7\x37\x28\x17\xca\xac\x28\x6b\xc6\x04\x57\xec\xc2\x7b\xff\x7d\xfd\x50\xe3\x08\x51\xfb\x57\x9a\xa0\x26\xdf\x70\x80\x3e\xd1\xbe\xfb\xc2\xd5\xba\x46\xac\xe1\x95\x16\x10\xa1\xf8\x42\x8f\x1f\xaa\x93\x40\x38\xa8\xc1\x2d\xac\x16\x0c\xeb\x6b\x42\x6a\xf8\x76\xcc\x90\x13\xf7\xe3\x11\x3d\xb3\x19\x0a\x1c\xf8\x67\x53\xdc\x39\x7e\xfd\xfc\x7c\x95\xe3\x97\x7f\x29\xbf\x25\xea\xcf\xcb\x49\xde\x99\x98\x86\x4e\x3a\x8b\x1b\xc1\xe4\x6f\xdf\x2e\x98\x11\xa9\xd3\x57\x7a\x42\xfc\xdd\x24\x4b\x32\xc0\x99\x09\x33\x6d\x1b\x85\x33\x9d\xde\x05\xd3\xed\x19\xd4\x39\x22\x68\x03\x66\x06\xe1\xdc\x7f\xff\xff\xb6\x45\xb3\x82\x16\x0d\x99\x19\x82\x7a\xf6\x80\x71\xc6\xec\x97\x2d\xd6\x07\x1c\x94\x85\xe7\x1c\x98\x6e\xf3\x8e\xfb\xce\x72\x04\x9a\x02\x49\x25\x70\xae\x09\x0b\x9d\xec\xbb\x1f\x0d\x0a\xbb\x37\x3b\x02\x33\x87\xeb\xd0\xac\x25\xa8\xf2\x2f\xe4\x4c\x87\x1e\x3e\xfe\x45\x3f\x01\x7c\xc6\xde\x3e\x01\xed\x55\xb0\xba\xe8\xf7\x77\xc8\x32\x02\x43\x91\x51\x07\xb1\xca\x2c\x14\x3d\x05\xdf\x64\xf1\xf0\x37\xa2\x49\xef\xfb\x56\x5e\x5c\xd8\xff\x80\x86\x43\xdb\x30\x6b\xeb\x4f\x92\x99\x3c\xae\x74\x75\x1f\x96\xd3\x1b\xc0\x11\xd6\x4a\x75\x9a\x82\x08\xe7\x0e\xce\xb5\xc1\x53\x15\xb7\xbf\x10\x0a\x44\x59\x95\x7d\x6d\x0a\x91\x72\x12\x53\x3f\x6f\x94\x4a\x19\xc0\x1b\x2e\x18\x6f\xdb\x70\x5d\x86\xc4\x62\xc2\x97\xfa\xad\xb7\x16\x97\x33\xa0\x74\xf7\xd6\x4d\x5f\xea\x58\xd2\x6d\xaa\x39\x6a\x21\x7d\xb1\x5f\xd9\x5e\x7b\x11\x90\x09\x2b\xd7\x42\x97\x2a\x5a\xf1\x09\x7d\x8f\x0e\x84\x31\xa8\x22\xbe\xe1\x2c\xed\x88\x5f\x86\x44\x62\x9b\x8a\xe8\x45\xeb\x7f\xa8\x08\xd1\xc1\x10\x07\xde\x46\x23\x75\xde\xa9\xe0\x2e\xe3\xda\x10\x5b\xfd\xc6\xd0\xea\x99\x77\xa8\x57\x11\x14\xf8\x1b\x06\x0e\x26\xcc\xf9\x22\xc6\xda\x71\x79\x3c\x80\x3e\xc4\xdb\x63\x7c\x72\xd2\x84\xd4\xd6\xdf\x87\x73\x11\x8b\xde\x1f\x0e\xea\xd8\x0c\x4e\x5a\x70\xed\x60\xa6\x15\x15\x00\x53\x1e\xc8\x18\xd3\xf5\x4e\x67\x3c\x0e\x3a\xb6\x07\x14\xfb\x55\xb6\xf5\x14\xcc\x7b\xe1\x70\xff\x82\xc1\x16\xff\x84\x27\x13\x2b\x57\xed\x71\xe2\xbd\xe2\x0c\x32\x24\x7d\xe2\x89\x48\xfa\xda\x5b\x8c\xc0\x1d\xb1\xfc\x9f\x67\xe7\xf5\x36\x98\x2a\xd5\x9d\xc4\x7b\xcf\x26\x7a\xfa\x1d\x1c\x88\x65\xf7\x8c\x0c\xa8\x15\x57\x4f\x9d\x06\xf1\x48\x1f\xf3\xe8\x05\x16\xa4\x58\x96\xce\x3a\xd4\xf3\x88\x3b\x1b\x65\xd9\x87\x12\x53\xb3\xd4\x9f\xfd\x07\x65\x0f\x47\xfd\x26\xc6\xfa\x7c\x97\xdc\x3f\x77\xa0\x3d\xae\x0e\x1d\x98\x61\xc8\x7d\x7c\x5e\x0f\xd4\x2e\xed\x25\x07\x7b\x81\x98\x44\x49\xe2\xfa\xff\x1a\x2d\xe4\xf2\x0c\x5c\x88\x96\xdd\x32\xa1\x58\x3e\x63\x3e\xd1\x47\x84\xff\x4f\xc4\xf4\xd8\xb2\xca\x0b\x26\x5b\xb0\xd6\x08\x6c\xb0\xe8\x9e\x61\x12\x21\x53\x5d\x4e\x0e\xc9\x68\xde\xc0\x0a\x6a\x84\x70\x3f\x10\x98\xa3\x75\x20\x1c\x81\x0b\xb4\x93\x47\x5e\x3a\x41\xb4\xfc\x0d\x24\xb6\x66\x1c\x11\xaf\xfa\x71\x40\xf2\xd4\x49\xb0\x1d\x26\x55\x72\xd9\x85\x9f\xdc\x7f\x67\x4c\xc0\xcb\x7c\xbe\xf7\x94\x04\x46\x01\x87\xec\xe4\x73\xc0\xcd\xa4\x3d\xa1\x28\xcf\xd9\xd0\x13\x5d\x0c\x6e\x0c\x4f\x16\x26\x5b\x09\x26\x7e\xef\x8e\xda\x61\x46\x36\xb1\x50\x92\x33\xae\xc4\x7e\xd5\xc7\x11\xf7\x10\x80\x4a\x8b\x13\x76\x14\xd0\x25\xe2\x08\x87\xa5\x73\x1b\xf1\xbf\xa6\xb7\x57\x46\xa7\xb5\xe6\xee\x1e\x11\x14\x04\xd1\x10\x83\xcb\x21\x85\x54\x28\xfd\x05\xa4\x19\x93\xf6\x7d\xcc\x86\x0f\x27\x22\x3b\x0d\x36\xc1\xe5\x7f\x12\x6a\xfd\x67\xb0\x26\xf0\xe3\xac\xbc\x64\xd2\x16\xbf\xd5\x08\x9d\xf9\x2b\x84\x65\x7b\x87\xb4\x45\x0b\xc6\x5e\x03\x64\x1e\xdc\x71\x1b\x8e\x56\x62\xd9\x22\x2d\x98\x8e\x05\x93\xab\x13\xac\xca\x05\x45\x7e\xa0\x6c\x73\x32\xfd\xc5\x18\xb4\xbf\x6e\x20\xe5\x19\x37\x45\x9c\x9f\xe6\x8a\xd8\xd9\x79\x6e\x99\x19\x63\x6c\xbd\x16\x3f\x2a\x4e\x26\x03\x0f\xfe\x0f\x87\xb9\xf2\x24\x06\x7f\x21\x82\x72\x0d\xfe\xd1\x70\xbf\x1d\x20\xa1\x3b\x28\x12\x28\x76\x69\x81\xbd\x30\xc6\xf3\xd3\x2b\x01\x95\x48\x06\x3f\x7c\x06\xd2\xe0\xc4\xd9\xb2\x3e\xb4\x4e\x32\x9f\xd6\x58\xbe\xd9\xac\xec\x40\x1b\x2e\x08\xaf\xf6\x1d\xef\x8b\x05\xee\x02\x02\x77\xe8\x0e\x91\x25\x66\x87\xd1\x90\x62\x69\x51\x4b\x71\x7c\xa6\x0b\xd9\x0f\x40\x21\xbb\x2d\x96\x05\x7d\x6d\x6c\x7f\x70\x4e\x10\xe8\x34\x04\x02\x09\xb1\xbb\x6d\xea\xf0\x2f\xdf\x44\x54\x8e\xe0\x2e\x9a\x35\xb1\xab\x9a\xaa\x97\xa6\xee\x7d\x2f\x04\x97\xeb\xb1\xdb\xb2\x30\x80\x63\x31\xf3\xbb\xe1\x5e\xcb\x59\x6e\xcd\x29\xcf\x89\xb3\x72\xa6\xc8\xf4\x12\x97\xdc\x0b\x8a\xeb\x12\xe5\xce\x2c\x8f\x99\x15\x1a\x46\xaa\xa6\x56\x3c\xcc\x2f\xca\x0f\xdc\x31\x33\x8f\x28\x55\xef\xc1\xd9\x5a\xd4\xef\x50\xb7\xef\x2d\x48\xa9\x4c\x79\xdb\x18\x16\x0d\xf4\xf0\x87\x99\xfc\x37\xaa\xc3\xe5\xcc\x8a\x45\xcd\xfb\xb9\x45\xdf\x8f\x65\xc1\xce\x86\x9a\x94\x59\x46\x51\x6c\xb9\x8e\x30\xe3\x3a\xb4\x90\x67\x84\x45\x90\x53\x27\xe4\x19\x73\xeb\x20\xcb\x03\x06\x2a\x90\x79\xf4\x57\x24\xeb\x48\x8c\x70\x44\xcf\x49\xf6\x93\x75\xc4\xe4\xc9\x1b\xdc\xac\xc5\xde\xea\xde\x5a\x8c\xd0\x88\xe9\x19\x55\x9c\xe4\x7b\xd6\x8a\xac\xc1\x60\xae\x48\xe2\xd9\xef\x26\x80\xc4\xec\x08\x75\xf5\x26\xe2\x70\x8a\xf0\xda\x51\x0b\xed\xd1\xa2\x2e\x5c\xeb\xae\x80\x74\x97\x23\x90\xcf\x01\xe5\xe0\xcc\x4f\x34\xc2\x67\xf4\xf2\x02\xda\xc6\x3f\xa8\x8a\xa1\x4e\x0d\x4f\xb8\x22\xd1\x2b\x58\x3a\xc7\x54\x43\xaa\x99\xce\x7e\x65\xc6\x64\x07\x82\x7c\x77\x16\xc2\x5c\xe9\xe7\x7d\x55\x97\x6e\x34\x99\xf9\x09\x23\x21\xc3\x82\xb6\x00\x8e\x3f\x20\xec\x10\x09\xe7\x10\x93\xda\xd6\x3c\xb9\x4b\xdb\x6e\x07\x2e\xb4\x31\xd9\x75\x07\x14\xda\xf3\xa0\xad\x47\x74\x7a\xe5\x04\x27\x34\x0b\xaf\x45\x95\xbc\xc8\xe9\x62\x18\xfd\x80\x33\x33\x12\x7a\x5a\xee\xeb\x21\x08\x48\x6e\x7b\x43\xad\xff\xcd\xef\xb2\x64\xf3\x8c\xfa\xcf\x44\x7b\xf1\x63\x1e\xea\x7f\x23\x2f\x5d\x27\x63\x5b\xa0\xce\xff\x24\x42\x4c\x5e\xbc\x41\x2a\x93\xa2\x23\xbe\xff\x20\x4f\xff\xb4\x47\x16\x33\x7f\x99\x7f\x25\x35\x12\x8e\xef\x25\x7b\xcd\x58\x6f\x14\xd2\x5d\x02\x3f\x2a\x54\xcc\xd3\x02\x5f\xb9\x32\x5a\xba\xc1\x90\xec\x73\x2a\x78\xb1\xf6\xb2\x3d\x18\x5f\x80\xa3\x4e\xd8\xc2\xf6\x6e\x3b\x70\x3e\x0d\x74\x1e\xa5\xc5\xe4\x67\x46\xdb\x21\x5e\x5a\x42\x48\x64\x5d\xe5\xc2\x69\xf7\x0b\xa1\x98\x77\x60\x96\x70\xea\xc6\x32\xed\x00\x68\xe0\x8b\x1a\xce\xab\x01\xab\xf6\x28\xa1\x4c\xb7\x4f\x8b\xfd\x2a\x04\x10\x57\x83\x7b\x8f\x64\x3b\xf7\x5a\x79\x7c\xed\xb1\x45\xd4\x0d\x79\x23\x73\x8c\x46\x26\x5b\xec\xb7\x10\x1b\x35\xd7\x52\x3f\x19\x64\xa3\xe2\xe2\xa0\xab\x87\x48\x26\x3e\x47\xf8\x4f\x53\xf9\x9d\xfa\xf4\x62\x73\x46\x83\xb3\x0d\xfb\xf1\x58\x79\x0a\x36\xef\x61\x20\x08\xbc\x39\xcc\xd2\x2d\x4b\x66\xf5\xd2\xc3\x23\x6f\xa0\x65\x17\xd2\x0c\x91\x6e\x15\x4b\xde\xd4\xdc\x4c\x22\x49\xab\x62\xea\x53\x6e\xf9\xae\x3e\x3c\x38\x46\x49\xfd\xe5\xab\xc1\xd8\x86\x90\xbe\x2b\x7d\xe5\x32\x1e\x2f\x7c\x50\x9e\xb0\x46\x8d\x2f\x2a\x7e\x5e\x7d\x9a\x6c\x6f\x18\xab\x20\x8f\x5e\xdd\xf2\x6c\x95\x60\xd6\xc2\x0e\x7c\x68\xb2\x65\x9d\x65\x8b\xa6\xf9\x5a\xe8\xeb\xd7\x89\x79\xcd\x15\xe8\xab\xe5\xde\xa1\x84\xa6\xc6\x91\xb2\x58\x3b\x00\x69\x31\x7b\xc2\xd1\x2e\x4a\x73\x98\x44\x16\x17\x4c\xfa\x3c\x9f\x0d\x78\x9b\xec\x97\x7d\xa0\x30\xd9\x4f\xed\x98\x1d\xa3\xf7\x87\x9c\xc1\x9b\xd7\x2c\x32\x85\x8a\xdd\x0e\x64\xaf\xc9\x93\xe1\x51\x33\xdb\xf5\x21\x00\x37\xa6\x9d\x3a\xa5\x3d\x76\x86\xe4\xcb\xf8\x74\x4b\xa9\x3d\x24\x95\xd8\xea\xc2\x89\x51\x4f\xb4\x8b\xbe\xa5\x5c\xcf\x3b\x19\x8f\x41\x07\xf2\x5a\x2d\x28\x4f\x3c\x7e\x28\xdf\x26\x7f\xcf\xe1\xc0\x14\x56\xd8\x07\x9c\x48\xbd\x5b\x36\x15\x93\x56\x4d\x54\x0a\xaa\x9f\x6d\x22\x6a\x07\xbf\x70\xb0\x85\x6d\x24\x79\xd7\xff\xc3\xde\x98\x2c\xec\xa4\x0d\xda\x73\x26\x3e\xfd\x4e\x7e\x10\x77\xbc\x77\xc1\xcc\x79\x27\xcd\x9c\x27\x51\x79\xd6\x37\x03\x4e\x87\x2d\xdc\x08\x29\xde\x75\xb7\xb7\x8d\x61\x72\x3c\xfa\x86\x21\x30\x36\xf4\x1a\xc3\xab\x1f\x1f\xf0\x47\x60\x1b\x52\x0b\x0c\xe8\xdd\xab\xa2\x83\x0a\x01\xca\x12\xd4\x44\xd0\x86\x2c\xec\xaf\x74\x2f\xc0\xaa\x2a\xe4\xce\x89\x90\x42\x2a\x9a\x76\x8c\xd6\xc3\x1f\xbd\x41\x32\x46\x22\xbe\xdf\x0d\xd0\x40\x3c\x74\xae\x1b\x08\xad\x7f\x6b\xb4\x90\x93\xaa\x8a\x46\xd5\xcc\xb9\xf0\xa2\x8e\xbc\x1d\xe0\x3e\x11\x69\x2c\xa8\xfe\xfd\x27\x75\x65\x42\xa9\x65\x69\xf6\xea\xf9\x3c\xdd\x50\x3f\xda\x69\xc1\x60\x2c\xda\xad\x3e\x82\xae\x44\xaf\x4d\x50\xb4\xd0\x48\x5d\xb1\x64\x2b\xd0\xbf\x66\x5e\xa4\x56\x0d\x24\x83\xcb\x71\x9e\x08\x28\xc5\x51\xd8\x57\xd2\x30\xfd\x27\xd2\xf0\x79\x2b\x9f\xf1\xa5\xaf\x34\x47\x78\x83\x3d\xc8\x42\x29\xea\x97\x3c\x94\x62\xa2\xb1\x3e\x33\x08\x50\xf4\xed\x4e\xa6\x2b\x0e\x9f\xfe\x1b\x4b\x41\xf8\xfc\x8c\x89\x6e\x73\x80\xf3\x94\xf0\xf0\x77\x23\xca\x3b\xa8\xe9\x45\xa7\x88\x10\x61\xec\x24\xc0\xbf\x3d\x25\x06\xe3\xd1\x5f\x97\xab\x7d\xcc\x86\x28\x2b\xd2\x01\xd4\x31\x94\x86\x50\xbf\x79\xee\xa1\xc6\x15\xc9\x56\x93\x33\xc6\xba\x15\xf3\xcf\x30\xfd\x0a\x3c\x29\x2a\xc6\x06\x0a\xc1\x13\x21\xc1\x31\xfb\xa9\x0a\x7a\x25\x48\x3d\xb0\xc2\xb4\x7c\x32\x81\x4e\xfc\x38\x26\xcb\x55\xd9\x13\x36\x5f\x43\x7b\x5f\xd5\x26\xfc\x7b\x03\xff\xde\x62\xc6\xb3\xc3\x7b\xb8\x3d\x01\x28\x0e\x0e\xbf\x5c\xd9\x23\x7e\x81\xa0\x0a\x21\xec\x83\xdc\x63\xc6\x30\x51\xc3\x94\x46\xe5\x22\x27\x9d\xe1\x51\xc6\x07\x92\x10\x1a\xb0\x94\xbf\x1e\x30\xae\x50\x1b\x63\x72\x4b\xad\xa7\x34\x8f\x68\x18\x97\x80\x72\x15\x46\xf9\x1b\xc2\x86\xf2\xbd\x45\xc5\x08\xd0\xf6\xae\x72\x70\xb7\x8f\x3c\x7e\x42\x3f\xaf\x0d\x80\x60\x5f\x22\x7a\x20\xe0\xad\x7a\xaa\xff\x33\x47\x40\xe2\xe1\xc4\x11\xaa\xce\xca\xfa\x20\xa8\x0e\x51\x97\xcc\xc9\x50\x9d\x53\x00\x89\x02\xf0\x0f\x51\xfe\x99\x33\x16\x9a\x0b\x45\xe6\xbc\xe8\xa2\x9f\x91\x8f\x7e\x73\xf8\x4f\x19\x14\x8e\x1e\x84\x19\x31\xe1\x50\xa7\x9e\xb7\x1f\xef\x8c\x81\x5b\xd7\xf5\xe2\xda\x23\xb4\xd8\x20\x39\xa1\x21\x58\x5a\x45\x66\x96\x61\x30\x48\xd2\x00\x21\xf4\xbf\xde\x0d\x10\x24\x6b\x31\xf3\x05\xf3\x67\x20\xda\xfb\xcf\xb8\x0b\x44\x4d\xb4\x61\x99\x88\x87\x47\x1c\x71\xd0\xdf\x8d\x4e\x4e\xb3\xec\xf6\x1a\x92\xd4\x98\xe1\x10\x56\x02\xe5\xf2\x0b\xbb\x5f\x47\x3c\x03\x66\x4e\x0f\x1f\xd1\x5f\x94\x54\xce\x79\x4c\x81\xa5\x32\x05\x06\x64\x4d\x86\x68\x14\x67\xcb\xae\x2a\xc3\x19\xf0\xef\xb6\x76\x64\x3f\x94\x27\xb1\x28\x6b\x7e\xbd\x5f\x3e\xb1\xd1\x8f\x31\x57\x5d\xc8\x26\x1c\x87\xfd\xae\x55\x0a\x8a\xf8\x8a\x03\x77\xdb\x98\x8a\xbb\xa6\x3d\x6a\xd7\x05\x03\xd5\xe3\x95\x2e\xa6\x96\x85\x9a\x4d\x0e\xf6\x52\xb5\x82\xaa\x98\x38\x18\x6e\x11\xe1\x12\x74\x87\x7a\xb4\x77\x50\x6f\x10\x16\xa5\xc3\x3b\x2b\x4c\x0e\xf5\x4d\x94\x57\x17\xe0\x31\x1d\xbe\x07\xf4\xb8\x80\xbd\x4d\x46\x97\x3f\x84\xd4\x2d\xf5\xd1\x87\x2b\x04\xcb\x71\x6b\x22\x3e\x6f\x0b\xa0\xe2\x03\xcd\x00\x54\xb4\x22\xba\x80\x16\x8f\xb7\xe8\x91\x5e\xba\x00\x63\xeb\x8a\x5a\x09\x1c\xf6\x86\xe6\x55\xd8\x77\xd1\xc9\x70\x44\x6d\x4f\x99\x8d\x6a\x4f\x18\xed\x20\x7e\x55\x08\x2c\xdf\x3b\x90\x85\x5d\xe3\x91\x8f\xc0\xf2\x8a\xbc\xfd\xf4\x77\xf5\x64\xe4\xb0\xe4\x1d\x1b\xe9\x0d\x89\xbb\xed\xa9\x15\x3e\xdc\x02\xc2\x45\x1d\x2b\x7d\x7d\x51\xda\x77\xf1\xfb\x41\xda\xdf\xd4\x16\x12\xe0\xf8\x24\x45\x8b\x6a\xfb\x81\x7a\x69\x8b\xef\xba\x78\x92\x26\x49\x4f\x07\x9c\xc9\x77\x68\xc0\x8e\xe3\x10\x88\x48\xec\x89\x10\x0e\xd2\x0b\x6a\x25\x2c\xd4\x5f\xef\x41\xa2\xcb\xf3\x91\x63\xb0\x4f\x2d\x4d\x2c\xed\xd2\x86\x73\x8a\xdf\xb4\x90\xb2\x95\x97\xc7\x4a\x88\x8e\x06\xa5\x5c\x33\x4c\x7d\x8a\x51\xa6\xe0\xaf\x4f\xa7\x8a\x89\xb5\xfb\xad\x1a\x64\xcb\xe6\x95\xce\x30\x87\x89\xfd\x55\x8c\x89\xdd\xf1\x5f\xe5\x21\xf3\x78\xff\x6c\x21\x1b\xe3\x18\xe1\x67\xf1\xe5\x0f\x70\x29\x0b\x43\xc3\x04\x8f\x2a\x9c\xa1\xf5\xf9\x86\x29\x0e\x53\x84\xbf\x28\x7b\x4a\xfe\x3e\x02\x0f\xb4\x01\x0a\xa0\x04\x47\xa2\xc2\xfe\xbf\xfa\xf6\x05\xbf\x5d\x1e\x33\x53\x8d\x81\x18\x40\x79\x00\xd1\xba\xbb\x58\xae\x98\xef\xf6\x31\xd2\x6f\x1c\xb8\xd3\xcb\xc3\xf1\xcf\x5d\x34\xb4\x77\xb8\xe9\x7d\xa3\xba\x79\x63\xe2\x05\x35\xca\x06\xa3\x68\x1d\x40\x83\x88\x35\x77\x42\x3a\xb1\x82\x95\x71\x32\xcb\x7f\x07\x04\x3f\x6f\x4d\x40\x6f\xf0\xce\x19\xe1\xd0\x6b\x8f\x76\x02\xb2\xfc\x76\x9c\x99\x27\x71\x89\x79\xf9\x1f\x52\xf9\xed\xd5\x3e\xaa\xec\xb6\x21\x13\x0f\x4e\x76\x40\x84\xbb\x49\xa0\x0a\x6a\xf5\xea\x20\x22\x7b\xeb\x74\x70\x1e\x20\xab\xb8\x62\x13\xed\xfd\x89\x52\x27\xb0\x68\x7d\xec\x13\x93\xfa\x63\x19\xe8\x34\x20\x42\x73\x78\x40\xdb\x61\x6f\x20\x15\x02\x28\xea\x13\x64\xd2\x7e\x75\xa1\xce\xbd\xcd\x71\x77\xfd\x42\x3e\x98\x2e\xef\xe9\x2c\xca\xdb\x5c\x09\xe5\x85\xf7\x53\x4c\x48\x04\x5f\x36\x7b\x94\xe4\x7b\x84\xd7\xae\x78\xd1\x93\xaa\x85\x86\xce\xe7\x69\xee\x74\x3c\xcb\x1f\x60\xd0\x62\x9d\xe5\x3a\x10\xd5\x7d\x1f\xe3\xc6\x6a\x5e\xd6\x32\x53\x15\xa9\x75\xc6\xba\xc7\x4d\x3c\xea\x9b\xe0\xdf\xe2\xbb\x61\xcb\x42\x3e\x14\xf5\x69\x35\x8a\x48\x77\xbf\xe3\x58\x27\xcf\x16\x07\xcc\x0f\x27\xe2\x54\x0a\x28\x88\x6f\xf5\x61\x75\x3b\xac\xd3\xf7\x2e\x25\xf4\x6b\xfe\xb0\x36\x36\x5b\x84\xbc\x45\x36\xb9\xbd\xce\xc5\x16\x44\xc8\x91\xf1\x04\xc8\x3b\xc5\xf7\x3c\x9f\x34\x6e\x82\xcd\xd8\xe6\x5e\x25\x1f\x2f\xd1\x38\xca\x48\xac\x10\x55\xe6\xad\x6f\x53\x4c\x91\x2a\x02\xd4\xb1\x6d\xb4\x4c\xfc\x7e\xab\x9d\x7f\x53\xbd\xf4\x80\xb1\x99\x9e\x20\xf5\x65\x31\xb9\xe6\x4a\xb4\x21\x8e\xb8\x1b\x10\x23\xc9\x61\x90\x24\xf5\x0a\x4a\xd2\x75\x0d\xa4\xec\xc1\x14\x8b\xad\x48\x2c\xa2\xae\xb6\xfd\x4f\x41\x3a\xaf\x33\x26\xc2\x7e\xa9\x85\x4c\x28\x76\x94\x13\x62\x32\x2b\x40\xbe\xbd\x80\xff\xdd\x82\xaf\xc7\x44\x3f\x70\x6a\xe6\x37\xe7\x76\x77\x48\xf5\xe1\x2a\x3e\xaa\xe1\xde\x05\x09\x70\xeb\x6d\x48\xe9\x1a\x37\xd4\x27\xcc\xf1\x38\xe7\x73\x8c\x95\xcf\xa1\x14\x01\x64\xc2\x63\x10\xbf\x81\x6d\x49\x7c\xa2\x2e\xf2\xc0\xad\xb7\x6a\xd4\xd8\xa4\xda\xc6\x98\x1e\xae\xe2\xd4\xd8\x97\x31\x64\xe7\x00\x6d\xd8\x64\xd2\x6c\xe5\xa3\x38\xc7\x1c\xfc\xb6\x24\x72\xce\x0d\x73\x8c\x15\xf2\x8d\xee\x38\xa0\x44\xa1\x0a\xa8\xb1\x32\x30\x5b\x0b\x0f\x3c\xb0\x12\x13\x94\x11\x52\xb7\x11\x56\x3a\x40\x08\x42\x7b\x48\x85\x3c\xe1\x98\xb0\x97\x67\x5d\xd5\x50\xe4\x57\x59\x1e\xb3\x17\xc2\x5b\x35\xe8\xc0\x01\xd5\x5f\x54\x00\xc1\xde\xc1\xf8\x8d\xbf\x34\xe6\x41\xf4\x78\xf3\x3c\x2c\x84\x55\xcb\xfc\x55\x0b\x0f\xfb\x09\x6c\x9d\xe0\xa7\x5b\x3c\xe8\x53\x30\xf0\x44\xa1\xa0\x12\xaa\x69\x71\xe0\x31\x96\x42\x38\x10\xb6\x7a\xd5\x03\x2f\xe7\xbd\x81\xd5\x0a\x92\x77\xd4\x08\x08\x70\xa2\xfb\x36\x3d\xb5\x74\x4d\xa0\x10\x9b\x51\xec\xfd\x16\xf3\x8c\x75\x0d\xf5\x98\x97\xea\x1a\xa1\x4f\x29\xb4\x92\x95\xc4\x64\x2b\x73\xcf\x9e\x73\x13\x76\xbe\x9a\xb0\x86\x08\xb0\xe2\x1e\x39\x48\x97\x71\xea\x61\xc9\x18\x7d\xd2\x78\x9c\xb3\x5b\xe2\xb6\x44\x6a\xeb\xa0\x9f\xf7\x6f\xe2\xb3\x44\x96\xeb\xb2\x64\x67\x3e\x39\xda\x79\xb7\x78\xa5\x1b\x32\x2e\x68\xbf\x05\x94\x4c\xe4\x10\x5d\x5a\x43\xca\x6d\x89\x5b\x44\x6a\x9c\x84\x28\xa2\x46\xfe\xd9\x23\x6f\x6b\xd6\x31\x88\x18\x99\xad\xe6\xcd\xcb\x31\x99\x1c\x58\x0e\x65\x81\x30\xcf\x95\xbd\xd0\x6a\x83\x9c\xef\x79\xbb\x0b\x4a\xda\x31\x3a\x5d\xb4\xe6\x9b\x0b\xd8\x86\xb0\x8f\x35\x2c\x87\x3c\x5e\x1d\x20\x2c\xb3\xa8\x77\x30\x9f\xe5\xef\xef\x16\x4c\x40\x89\x9f\xaa\x35\xb1\xf3\xb3\xbc\xd1\xad\xb9\xf0\x43\xd5\xc2\x9d\x02\xf2\x1b\x35\x31\xf9\x4d\x5c\x31\xcd\xd0\xdd\x44\xd0\xb3\xb7\xd0\x37\x8b\x6e\x4d\x92\x2a\xb1\x50\xb1\xf4\x11\xc4\x83\xc4\xdd\x6c\xb1\xf2\x31\xb7\xa4\xb5\x81\x6a\xed\x0d\x8e\xbc\xf5\xd7\x3f\x3b\x1b\xe0\xee\x6e\xf0\x08\x43\x11\xc8\xf1\xcd\x16\x25\x4a\x4d\xa9\xa1\x8f\xd2\xe0\x6b\xe2\xbb\xbf\xfa\xdd\x83\xe7\x65\x03\x73\x75\x4a\x2b\x13\xfd\xad\xa8\x09\x14\x19\x69\x1e\x52\x9b\x4f\xce\x49\xe1\x95\x2c\x36\x7c\xae\xf6\x93\x56\x3f\x3d\x86\xb9\x5c\x93\x34\x60\xb8\x4c\x84\xa2\x5d\x51\x16\xb4\x31\x4f\x23\x15\x97\x34\xdc\x66\x32\x31\x3a\xc2\x31\x97\xf8\xc6\x79\xdb\x71\x9f\x68\x63\x57\x3c\x29\xec\xbb\x83\x9c\xb9\x01\x9d\xbb\x82\x4a\xf1\x47\x9a\x64\x8a\xc9\xbd\x81\x3e\x0d\x94\x7b\xd5\x7c\x1d\x3d\x74\x51\x7a\xc2\xef\xa5\x57\xdc\x24\x05\x5e\x86\x85\x2f\x10\x0e\xb2\x86\x36\x8b\x96\xcc\x9c\x72\xb5\xe0\xe0\x1b\x66\xdb\xaf\xfe\x89\xca\xaf\x15\xe6\x2c\xf4\x76\x07\x63\x94\x79\xff\xb8\x01\x19\xbc\x32\x4b\x09\x9c\xd9\xb3\xd8\x50\xd3\xae\xc1\x1e\x7f\xe5\xd1\x05\x55\x24\x19\x3e\x35\xc1\xef\x01\x33\x5a\x59\x7b\xf0\xa7\x70\xfa\xeb\xea\x3d\xd3\xf7\x88\x12\xaa\x76\xee\x91\x7f\xa1\x2f\xa8\x31\x1b\x5d\xd3\x1e\x38\xa6\x86\x28\x04\x60\x6d\x60\xcc\x08\xaa\xc8\xef\xa6\xa8\xb4\xbe\x20\x21\xc3\x64\xf2\x3d\xf7\xc1\x42\x7e\xb2\x05\xd0\x7f\x34\xf8\x65\xfc\xb3\x07\x0b\x1b\x30\x03\x7c\xa3\x78\x42\x7b\x3b\x80\x9d\x35\xfd\x7c\x1b\xc6\x4c\x38\xfc\xe4\xe7\x1c\xac\x8d\x03\x76\xbc\x05\x59\x24\x6f\x93\x52\x7e\x93\xde\xe9\xe9\x6c\xf2\x16\xc5\x80\x90\x52\x5b\xc4\xa0\x27\x56\x46\xb4\x97\x99\x69\xf3\x8c\xcb\x21\x47\xb1\x7a\x0a\xae\x8f\xa9\x45\xcc\x8f\xc1\x80\x0e\xcc\x66\xac\xbf\x15\xa9\xc0\x57\xcc\x24\x80\x68\x32\xe9\xf1\x00\x0f\x76\x11\xba\x03\xdc\x0b\xc7\xd1\xb5\xc4\xed\xd2\x9d\x46\x09\xda\xe1\x11\x55\x7f\xe3\x90\x13\x27\x7d\xe4\x95\x3f\xbb\xc9\x9d\x78\x29\xf7\xc3\x96\xfa\x39\x0a\xc7\x8d\xf7\xad\x41\x42\x04\x0f\x05\x67\xf5\x0d\x99\x20\xb0\xf8\xad\x1a\x8a\x66\xa5\x49\x3b\x62\xa7\xca\xdf\xf6\x8f\xe5\xcc\xe9\x2f\x80\x24\x67\x64\x71\xea\xf0\xd3\xe9\x08\x91\x9b\x58\x54\x3b\x06\x41\x0d\xaf\x82\x3a\x1d\xe1\x86\x86\x3e\x26\xdf\xd7\xb8\xc3\x35\x69\x43\xab\xc6\x01\xa4\xbc\x38\x6c\x12\xd2\x06\xd6\xae\xf1\x67\x68\x57\xfd\x84\x36\x3a\x21\xbe\x3e\x6c\x2c\x5c\xb2\xe2\x55\x2c\x55\xfd\x51\x5d\xc1\x92\x42\xf3\x7d\xe2\x41\xb6\xe9\x58\xdd\xa5\xa6\x40\xdd\x64\x32\x36\xab\xe1\xff\x17\xbb\x35\x08\xd3\xcc\xc7\xcc\x9c\xc2\xdf\x05\x13\x3d\x89\x34\xf8\x50\x7b\xfc\x82\xb3\x49\xd9\xa3\x1f\x91\x8b\x64\x43\x02\x03\x5d\x58\x30\x01\xaf\x8d\x23\xac\x23\x3d\xc4\x42\x9b\xfa\xdf\xba\xf2\x11\xbd\xb0\x89\x01\x91\x79\x58\xf4\xc2\xf8\x9f\xbc\x90\xaa\xa3\xbb\x18\x01\xd9\x70\xff\x60\x66\x28\x70\x35\x9b\xae\x78\x28\x0b\xe1\x37\xf9\x18\xc1\x05\x25\xc8\x95\xd9\xca\x5e\x04\x7c\x10\x1d\x79\x3c\xf5\xcb\xd6\x93\x6b\x10\x1f\x84\x07\xe7\xae\x09\x1f\xc4\x24\xcb\x07\xf1\x38\xc5\x5a\xc4\xe3\x6c\x29\xe2\xd1\xb4\xdd\x03\x6c\x83\xec\xf4\x92\x92\xe2\x0f\xd3\x52\x0f\x2b\x7b\x57\xf4\xc5\x0d\x67\x83\xe9\x19\x52\x41\x4c\x19\x05\x09\xcb\x43\x7f\xba\x82\x68\x8f\x94\xeb\x90\x2e\x7e\x31\x83\x4a\x92\x8b\xb4\x24\xb9\xba\x78\x9f\xe5\xc1\x03\xd7\xcb\xf4\xc4\x19\xc9\x60\xff\x5f\xc5\xdc\xe0\xae\xef\xd0\x33\xac\x3a\x39\xd2\x04\x3f\xc8\xf0\x30\xb8\x04\xdc\x3d\x72\x66\xfe\xda\x6e\xd0\x98\x74\xa6\xe5\x94\x30\x81\x90\x7c\xe8\x44\x97\x96\x29\xaf\x42\xbe\x42\xb2\x78\xb9\x20\x12\x49\xf3\x2a\xa0\x4e\x3e\x11\x02\x5d\x29\xe3\x52\x17\xa3\x5b\x55\xe2\xa2\x31\xe9\xb0\xa2\xe7\x0c\x33\x00\x68\x9b\xa0\xfa\x13\x26\x9e\x83\x87\x14\xb2\xee\xb5\xd4\xe2\xb4\x25\x38\x6c\x5b\x19\xf2\x78\x56\x5e\x32\x07\xff\x76\x65\xc8\x2f\x55\x91\xd6\x45\xde\x2e\xd0\x60\xff\x60\xe2\xa5\x59\xcb\x14\x3f\x16\x69\xed\xe3\x5d\x07\xd9\x5c\xc1\xd4\x6a\x5d\x90\x64\x33\x34\x80\xca\x52\x94\xb6\x22\xad\xa5\x5c\x7f\x4e\x9f\x0a\x9b\xc6\x2d\x10\xfc\x95\xb1\x57\x02\x82\x53\x19\x71\xc8\xcf\x5f\x8b\xa8\x69\xa5\xb4\x01\x17\xcc\x26\x44\x65\x4a\xb7\xef\x75\x6c\x55\xe9\xd1\xc3\x36\x8d\x7b\x7e\xe8\xfc\x9f\x96\xb1\x3e\x10\x5c\x7c\xce\x46\x0f\x65\x8b\xcd\x5f\x76\xfb\x01\xae\xd6\x1a\x3d\x51\xdd\x12\xed\x83\x44\xb1\x6b\xd1\xf5\xe6\x16\x22\x39\xa2\x02\x0c\x26\x26\x33\xfb\x49\xfd\x6a\x35\x9f\xad\x8d\x59\xce\x84\x16\x11\x53\xbf\xde\x59\xe5\x09\x6b\xf4\x21\x56\xd3\xee\x9f\xb0\x06\xf5\xb1\xc6\xd3\x7e\xfb\xd4\xef\xbd\x50\x4e\x09\x9e\x37\x34\x2a\x5c\x77\xb5\xff\x00\x98\xf7\x7d\xf0\xa0\x79\x68\x80\xe5\xcf\xde\xff\x0d\x0f\x85\x79\x90\x93\x14\x2a\xbf\x85\xd3\x06\x16\xa3\xcd\x44\xa1\x68\x6a\xa8\xd7\x7b\xc8\x08\x4e\xc3\xb8\x29\x3a\x2d\x99\xf8\xe5\xb9\xd4\xac\x8f\xeb\xda\xd9\x5e\x95\xa6\x78\xc6\xe4\x73\xd5\x35\x29\x73\x5f\x30\xf1\x7d\x68\xd3\xb4\x59\xcc\x7a\xdf\xfa\x0f\xb9\x8c\x39\x37\x43\x33\xe1\x75\x07\x77\xde\x9e\xaf\xcc\xed\x1f\xee\x10\x3b\x00\x63\x48\x6c\xa5\x4d\x7f\x4e\x0b\x70\x87\x6a\xe9\x4d\x4f\x43\xa5\x42\x26\xe7\xa1\xcf\x5d\x91\x23\xcd\x20\x66\x96\x6f\xe7\xa1\x88\x9e\x64\x5b\x17\xe4\xe6\xc6\x48\x9a\x3d\x5b\x03\xc9\x86\xb2\xe0\x53\x22\x92\xfd\xf5\x4d\x36\xbc\x74\x6c\x8b\x55\x47\x07\x01\x41\x94\x79\xb4\x1d\xfc\xef\x59\x50\x4a\x9c\x59\xb6\xb8\xb8\x66\x2a\x01\xad\x95\xc4\x65\x3a\x63\xe6\x9a\xb7\xcf\x46\xfa\x82\x0e\x49\x39\x64\xe0\xdb\xf3\xb0\xff\x0b\xa4\xba\x56\xcd\x32\x98\x24\xa4\x05\x32\xe4\xed\x47\x1c\x5d\x93\xc9\x67\x34\x16\x05\x93\x03\x12\x9c\x0d\xdf\xcc\x4b\x12\x45\x2b\x76\x32\x8a\x2b\xc7\xd0\x70\x09\x31\xaa\x07\x2c\x96\x2d\x2d\x42\x50\xda\x72\xc5\x53\xee\x86\xcd\x9a\xa7\x5c\x14\x15\x3b\xa3\x4c\x2e\x6d\x99\xf2\x36\xb5\x82\x7e\xfa\x82\xed\x2c\x09\x72\x4c\xcf\x7a\xb9\xa9\x3f\xd2\xd1\x8e\xfd\x84\x86\x43\x3c\x2d\xee\xf0\x46\x1c\xb3\x64\x11\x07\xad\xbf\x25\x13\xd3\x2a\x7d\x5b\xab\x60\x38\x63\xf2\xf8\xda\xce\x6c\x09\xbb\x98\xe8\x97\x27\x4c\xfe\x42\x19\x5e\x35\x06\x84\xea\xf9\x42\xa4\x81\x09\x84\x79\x68\xcf\x52\x19\x35\x34\xa1\xbb\x5b\xa0\xc9\x58\x24\xe3\xef\x8b\xea\x34\x5d\x2e\x8d\x35\xcd\xcc\x46\xb0\x35\x1c\x38\x1c\xf9\xfb\xb6\x44\x41\xa0\x8a\xc6\x44\xc0\x4b\x64\x83\x97\x46\xb4\x86\x04\x13\x9f\xfe\xc5\xd4\x83\x68\x3e\x07\x17\x33\x01\xad\xff\x0e\xf5\x2f\xaa\xbf\x1b\x3a\x2f\x83\x3c\xde\x6e\x24\x32\x6f\x88\x48\x5c\x28\x5c\x8e\x33\x1d\xcc\x34\xe5\x1e\x64\x66\x1d\x36\x0f\x38\x3b\x67\xce\xe4\xe7\x1e\xf0\x2d\xc2\xc2\xcd\x2c\x22\x0a\x9a\xac\x0e\xf2\xcf\xba\x47\x9c\x99\xdf\x70\x89\x21\x17\xf4\x20\x3d\x47\x04\xe1\x02\x3d\xb8\xe5\xcc\x3a\x18\xee\x0e\x5b\x7f\x70\xb2\xe7\x5c\x32\xe6\x01\xf2\xfc\x12\x4b\x09\x02\x47\xed\x20\xb3\x3d\xee\xea\x22\x25\x05\x91\xe9\x94\x9f\x57\x3c\x9d\xe5\x8c\xf6\x6b\x6a\x01\x55\xd2\x7a\xa6\xcd\xef\xc2\x99\xf8\xed\x38\xd9\x7d\x0c\x8e\x43\xc5\x1e\x92\xbb\x76\xdc\x5e\x94\x13\x9e\x64\x8f\xbb\x07\x52\x6b\x5f\x87\x79\x67\x02\x2c\x39\xa3\x75\x42\x5f\x36\xc1\x24\x85\x80\x4a\xe7\xec\xe7\x97\xc9\x4b\xd9\x62\xb3\x97\x6a\xcd\xb8\xa6\x26\x39\xba\x66\x4e\x93\x56\x68\x42\x4a\x5b\x93\x78\xe8\x60\xed\xed\x07\xe9\xda\xdb\xbc\x65\x14\x76\x68\xa4\x23\xd1\xae\x67\xba\x19\xda\x99\x75\x68\xa4\x23\xd1\xdd\x50\xba\xcb\x98\x89\xcf\x4d\x2d\x43\xba\xb3\xae\xd1\xe8\x99\xd9\xc5\xba\x60\xe2\xd9\xd1\x43\x66\x32\xf1\xeb\x18\xd3\x1f\xca\x46\xc0\x88\xb2\x43\x45\xae\xea\x5d\x1c\xce\xb8\x81\x8a\xb3\xa3\x56\xa6\x15\xf1\x4d\x68\xea\x90\x16\x54\xc6\x5c\xd3\x24\x93\x43\x4c\x9d\xac\xed\xef\xf1\x24\xed\xf5\x14\x9b\x4c\x3c\xd2\x01\x86\x05\x64\xe3\x77\xc8\x6a\xe6\x4c\x9c\x78\x18\xe4\xf7\x06\x6c\xe5\xf7\xc6\x2c\xe8\xd8\x90\x59\xbf\xcf\x6d\x2b\xbf\x37\x53\x2b\x95\x0f\xbc\x4d\x5a\xd9\xb8\xdb\xca\xdc\xf0\xff\x85\xe6\x33\xf3\x13\xa3\x15\x91\x1e\x3c\x6c\xae\xcf\xed\x63\xa6\x8d\x4d\xff\x21\xa5\x57\xaa\x74\x06\x05\x1a\xf9\x55\x2d\xba\xd9\xdc\x59\x34\x85\x0d\x76\xf9\x15\xc1\xcc\x96\x8b\xa5\x6f\xac\x2e\xe0\xff\xed\x20\xbc\xce\xec\x23\x1c\x0e\x61\xf5\x1e\xb6\x03\x24\xed\xab\xf4\x37\x5c\xdb\xf5\x2f\xd3\x2d\x90\x3c\x2e\xa5\x73\x4c\xc8\xe5\x9e\xa7\x2b\xc8\xfc\x59\xc8\x75\x4a\x19\xf7\xfc\x83\x33\x61\xb7\x89\x32\x6e\x0b\x27\x21\x73\xe9\xd4\x29\x08\x31\x64\xbf\xa6\xe7\x0d\x12\xdd\x45\x9a\x94\x6e\xc1\xa6\xd3\x00\xa8\x47\x26\x32\x44\x0a\x92\x61\x79\xc9\x1e\xa7\xee\x11\x89\xee\x3c\xdd\x16\x97\xb3\xd1\x74\x77\x44\xa6\x3b\x5f\x5f\x5d\x71\xf6\x30\x0b\xe0\x2f\xeb\x3d\x4c\xdb\x3d\x98\xee\x8f\xe8\x2e\x1d\xd2\x8b\xfd\xe9\xf1\x88\xee\xd2\xe9\x98\xe5\xb1\x3b\x1f\x91\xc7\x2e\x3a\x26\x85\xad\xe4\xe0\x72\xa4\x30\x86\x53\xd3\xbe\xf5\x9c\x59\x1e\x27\xbe\x67\xca\xde\xd8\x70\xcf\x7d\x40\x86\x6e\xf7\x21\xbd\x30\xd3\x04\x5e\x50\x8c\x5a\x06\xf8\xdb\x91\xfb\xc9\xbb\xde\xa0\x4c\x95\xf2\x1a\x03\xe0\x34\x10\x10\xf5\x63\x0d\x88\xbe\x54\xfb\x75\xf8\xbf\xf2\x07\x58\xab\x0f\xc2\xb2\xed\x1b\x78\xe9\x8d\xb1\x9e\x6c\xe1\x2e\xb4\x93\x4d\xfc\x07\x6c\x3d\x9e\x0c\x81\xd5\x91\x5d\x8c\xe0\x44\x77\xcf\x19\xf3\x0c\x98\x81\x0b\x12\x9f\x2c\xd4\x32\xeb\x70\xc2\x81\x25\x0f\xcb\x83\xd9\x6b\x83\xda\xef\x42\xe8\x8a\x35\xf8\x15\x79\xff\x33\x30\x11\x79\xa2\xfc\x5f\x23\xf4\x37\x99\xac\x19\xb5\x13\x52\xb1\x67\xcf\x05\x17\x08\x61\xb7\x18\xb3\xf9\x71\x0d\x41\x4e\x3c\xf8\x41\xce\x10\x00\x9a\xca\x1e\xa4\xed\xc8\x43\xed\x0f\xc9\x1d\x54\x22\x19\x4f\xcb\x2d\x3a\xeb\x99\xd8\x70\x8c\xf8\x71\xfe\x05\x72\xec\xc0\x47\xc4\x49\x68\x9a\x7a\x77\xd3\xcf\xde\x86\xff\x81\x2d\xde\xe5\xca\x9d\x5d\x13\x39\x9e\x06\x45\x06\x17\xba\xbf\x04\xa8\xc8\xe9\x06\x0f\x24\x27\x76\x15\xb3\x30\xb7\x14\x72\x71\x56\x06\xfa\xba\x1b\x34\x1c\xd5\x07\xe0\xf7\x5f\xf8\xf3\x2f\xfc\x95\xfe\x8c\xe1\x60\xfe\x13\x11\xa1\x7a\x18\xb1\x48\xe2\x07\x34\xe7\x0d\x68\x52\x3e\xbe\x40\x9c\x0c\x3b\x84\xa8\x59\xff\x54\x49\x58\x01\x99\x0c\x30\xc8\xac\x3a\x0f\xae\xb1\x90\x3a\x91\x46\xf9\xa1\xef\x7a\x92\x4f\xc0\x76\x2c\x1b\xbc\x1d\x61\x82\xda\xf1\xa4\x63\x2b\x20\xed\xbd\x31\x02\x89\x54\x6f\x91\x7d\x69\x33\xc6\xe9\xa4\xaa\xfd\xed\xa9\xb2\x3d\x20\x0a\x2d\xa4\x7d\x67\x52\xd8\x50\x9f\x29\x6e\x51\x6e\x3f\xd6\x97\x7e\x52\xad\x42\x6d\x1e\x18\x76\x6e\x1a\x49\x42\x80\xe8\xc8\x1a\x56\x52\xcd\x1e\x9b\xb3\xfa\x01\xb0\xb7\x83\x32\x94\x79\xc2\x12\x7e\x6a\x96\x22\xb1\x79\xc4\xda\x72\x89\x6a\x82\x31\xfa\xf2\x43\x40\x20\x56\xf8\xb1\x8b\xcc\xa7\xa5\x23\x91\x08\x86\xe3\x64\x04\xd4\xde\xd2\x5c\x8d\x30\x76\x81\x47\x6a\x49\x01\x85\x8f\xcc\x7d\x16\xe6\x4f\x09\xbb\xaf\xc5\xb6\xb6\x31\x60\xe2\x9b\xf0\x56\xc1\x20\xb4\x26\x25\x8d\xde\x13\xa2\xb2\x6b\xf8\x06\x17\xd2\xf2\xc5\x13\x05\xe9\x2b\xc8\xb8\x95\x96\x86\x71\x1f\x29\x94\x68\x31\xb3\x66\x7c\x43\x71\xa9\xaf\xab\x7b\x57\x3e\x15\x67\xfb\x52\x77\xb5\x8c\x14\x12\xef\x22\x1e\xeb\x23\x1e\x67\x27\x36\x12\x2e\x2e\xa4\x2f\xc0\xd1\x56\x39\x38\xe2\x1f\xc8\xc1\xb3\xc6\xd0\xee\x98\x2a\xbe\x2d\x31\xb3\xb8\x01\x5d\x93\x6b\x73\xb5\x19\x11\x60\x58\xb2\x99\xcf\xcb\xaf\xec\x31\xe0\xeb\xcd\x28\x5d\xa0\x33\xc6\x5c\xe3\xb4\x86\x2b\x21\x2f\x61\xe6\xfe\x16\xcb\xd3\x6f\xf8\x4c\xf5\xc0\xeb\x13\xca\x42\xc9\x91\x83\x84\x3a\xf9\x36\xb2\x09\x36\x51\x86\x1c\xb2\x30\x91\x9b\x89\x3b\xad\x3e\x4e\xbb\x64\xe2\x61\x8f\x35\xe8\xd1\x66\xf7\x62\x8e\x6b\x52\x32\xf1\xdc\xbc\x64\x6a\x69\x34\xa1\xde\x28\xa4\xef\xfd\xee\x04\xe8\xc1\xed\x43\xca\x35\xc6\x28\xd7\x47\xf4\x0b\x84\x6d\xc5\x7d\xd0\x40\x22\x36\x36\x97\x01\xe6\x3e\x51\x71\x4c\x13\x18\xd0\x29\xf4\x78\x32\xb0\xf9\x36\x8e\xd5\xab\xed\xd0\x3e\xb0\x8a\xf0\xfc\x17\x2c\x83\x61\x25\x84\x09\x9a\x97\xa0\x9e\xc1\xda\xc2\x24\x0f\x2a\x8a\xbf\x2c\xc1\xaf\xa2\x87\xca\x2c\x44\x76\xb8\xd9\x1e\xf8\x65\xd9\x0c\x7f\x65\x0b\x24\xa3\xde\x43\xdd\xb3\xd7\x10\xbf\x37\x2c\x51\xcd\xf9\xfd\x23\x16\x34\x30\xd9\xb8\xa6\x34\xe0\x03\x60\x1b\x9f\x1b\x36\xcc\x42\x93\x57\xe1\xdd\xcf\x35\x04\xe3\x63\x3c\x53\x4d\x80\xb9\x84\xee\x02\xd1\x1c\x21\x55\xc6\xd5\x51\x79\xc9\xcc\x5f\x35\xa0\xa5\x51\x5e\xe4\x79\x30\x6b\xda\xea\x2f\xf6\x7a\x20\x99\xc0\x46\x0d\xd6\xea\x7d\xd6\x73\x59\x88\xf5\x00\x85\x2d\xce\x15\xde\x74\xf9\x7f\x8b\x3a\xee\xc4\x7f\x28\x5c\x29\x32\x75\x2b\x21\xdf\x22\xf7\xe3\x3a\xc3\x1d\xa7\x06\x29\xfb\xe3\xe5\xe5\xfd\xa6\xe4\xe5\x32\x21\x93\xa8\xa2\x70\x6c\xb8\x20\x80\x46\x98\xa2\x48\x26\x4c\xc6\xa2\x19\x43\x8c\xe9\xab\xdd\xa1\x69\xaf\x85\x39\xb0\xd0\x36\xb4\x30\xa9\x49\xe8\x1f\xb2\x68\xa1\x4d\x75\x90\x3a\x91\x26\x9c\x0a\x95\xf8\x84\xee\xfc\x99\xba\x2e\xc6\xaa\xe0\x5d\x64\xb6\xf9\x6a\xe5\x3e\x3b\xdc\x85\x96\xea\x05\xa6\x4d\xd4\x79\x2b\xcc\x81\x5f\x7a\xbc\x89\xbb\x2b\x64\x09\x33\x59\xc3\x39\xb5\x54\x97\x4e\x1c\xb0\xea\xd6\x78\xb7\xc2\x40\x29\x3f\x4c\x95\x73\x1e\xf3\x53\x97\x72\x51\x42\xcd\x0a\x61\x24\x37\xbc\x32\xf6\xea\x63\x32\xf1\x38\x84\xaa\xc5\x0f\xb1\x51\x6a\x12\xe1\xd1\x69\x8a\x8c\xee\xc7\x69\xf2\xb7\x7a\xc0\xcb\x3c\x60\xb2\xb1\x23\x54\x67\x2c\xc6\xbe\x3c\x38\x4e\x15\x36\xd7\x34\x7b\x59\x84\xb3\x5b\x85\x12\xe5\xaf\x78\x93\x84\x28\x62\xf4\x9b\x48\x99\xff\x43\x34\x95\x9a\xad\x2f\x24\x1e\x82\xe9\xae\x9d\xf0\x08\x50\x74\x4f\x78\x02\xef\xf2\x68\x33\xc2\x4c\x8a\x60\x33\x82\x5e\x00\x74\x50\x0f\x70\x3a\x36\x6a\x99\xc1\x91\x42\xe9\x75\x50\x9e\x30\xff\x7d\x27\x6a\xc7\x6b\x68\xd1\x87\xcf\x9b\xc9\xc5\x0b\x57\x7b\xd2\x5c\x59\x28\x7b\xc8\x52\x65\x7b\xa4\x62\x23\xb8\xc4\x04\xd6\xa7\xce\xae\x5a\xf3\x4d\x5d\xe4\x1a\x1b\xed\xd5\x5a\x91\x00\xbe\x58\xf1\x71\x7b\x9f\x4f\x10\x48\x30\x4b\x10\x57\xd9\x1a\x9d\x4a\xf6\x1c\x2c\x34\x56\x4e\x56\x24\x68\xe4\x01\x36\x24\x43\xa8\xd3\x05\xf2\xc1\x64\x97\xd0\x0f\xca\x47\xaf\x08\x52\xe9\x49\xf9\x84\xab\x9a\x1c\x95\xeb\x92\x05\xec\xcc\x31\xf9\x98\xd8\xce\x6b\xe2\x1f\xb2\x9d\x97\x2a\x80\x30\xb2\x46\x35\x18\x1c\xd1\xff\xd7\xe0\xaa\xb5\x81\x27\xc8\x1f\xbd\x56\x1f\xb3\xad\xd6\x2e\x26\x1c\xae\x56\x23\xed\xb4\x42\x4a\x29\x2a\xe9\x5e\x05\xca\x48\x21\x50\xa2\x5d\xc9\xe7\xf3\x64\x60\x47\xbd\xbd\xa4\x52\x93\x4a\x83\xd4\xb0\x92\xc6\x2c\xac\x8a\xcc\xf1\x21\x70\x72\xb0\x23\xd7\x57\x35\xe3\xff\xb6\x5e\x3c\xd2\x62\x8d\x8d\xd8\xf3\x53\x48\xde\xd0\x96\xb3\x80\x43\xae\xbb\xc3\x65\xfe\x3d\xc0\xc5\xa7\x4c\xd3\x53\x05\xcd\xcb\x63\xc5\x50\x33\x7f\x12\x87\x7c\xc5\x16\xf5\xb9\x89\xda\x95\x10\x1a\xfd\x51\xd9\x03\xd5\xbe\x23\xf4\x48\x64\x38\xea\x31\x66\x53\xc1\xe3\xbe\x8f\xd2\x1a\xec\x45\x19\x89\x5e\xf5\xdf\xd7\xfb\x30\x9f\xff\x58\x8f\xe3\x4a\xa0\x6a\xe2\x56\xa0\x8a\x09\xf5\xb5\x84\x85\xff\x94\x4f\x5f\x49\x58\x93\xb3\xe1\x14\x3c\x03\xcc\x01\x64\x5b\xde\x29\x0d\x53\x1c\xfe\x37\xbe\x71\x35\x82\xf3\xd7\x8e\x97\x26\xb1\x78\x7d\x24\x83\x43\x4c\xea\xd2\x59\x8d\x8a\x6e\xd5\x49\x2c\xec\xcc\xbd\x9e\xd2\xc9\xd2\x97\xab\xae\x85\x5f\x82\xb0\xd7\x87\x81\x94\xce\xfa\x05\xb9\x53\xe5\x7d\x75\x90\x51\x47\x40\xdf\x06\x90\xa5\xe6\x0e\x2d\x86\x2e\x48\x34\xfb\xea\xd1\x1a\x57\x02\x8d\x15\x44\xd6\xf4\xba\x7f\x21\xe2\x41\x4e\x81\x54\x79\x5e\x81\x74\xf2\xb2\xbb\x6b\x53\xd2\xc2\x8a\x33\xf3\xa4\x89\x80\xfc\x36\x25\xbc\xd0\xcf\x1f\xfe\x6a\x54\x1e\x33\xf3\x37\xfb\xf7\x22\x94\x94\x8c\x29\xc2\x33\x1d\x1b\xf9\x9c\x80\xbd\x5e\xa6\x6d\x8e\x4a\x96\x6d\x44\xe9\x02\xa6\x79\x0b\xeb\xbc\x57\x9c\x7c\x7a\xc0\x79\x98\xc6\xcc\x85\x9f\xa1\x76\xdc\xf1\xcf\x54\xef\xaa\xe7\x21\x56\x63\xad\xa9\xc6\xbf\x4e\x13\xa0\x2d\xe5\xcb\x5f\xa1\xc7\xe7\x62\x3e\xdc\x96\x7b\x6b\x75\xc1\x3c\x19\x71\x07\x49\xa9\x6a\x76\x76\xcd\x4d\xb6\x36\x44\x4c\x00\x9f\x2a\x84\xae\x1f\x8f\x85\x44\x6e\x94\x7b\xb6\x9c\x6a\x20\xfa\xb9\xa9\xf1\x05\x9d\x31\x13\xde\xea\xb3\xfc\x2f\x10\x5b\xd5\xfd\x20\xd9\x1d\xc4\x67\xc6\x60\x40\xdb\x3b\x79\xf9\x09\xfd\x68\xc0\x17\xf5\xdd\x63\x1e\x1d\xa6\x56\x36\x0b\x0e\x83\x0c\x78\xd0\x62\x4c\x84\x87\x01\x6e\xa9\x7e\xbe\x70\xac\xf2\x11\xab\x27\xb8\xfb\x2d\x6d\x5a\x44\x12\x7c\x59\x41\x3c\xfc\xa3\x71\xc2\xa7\xc5\xbe\x94\x07\x5f\xb5\x27\xe5\x2c\xc2\x0a\x23\x5a\x84\xda\x42\xd4\x3e\x95\x91\xa8\x4c\x32\xbf\x9c\x4a\x79\xb0\x98\x72\x2a\xbb\xd8\x88\x59\xda\xe4\x1e\x7e\xf4\xf7\x0a\xf7\xfd\xe4\x23\x58\xb0\x92\xde\x0b\xbd\x09\x38\x88\x74\xc8\x0b\xfe\xc2\x21\x23\x69\x82\x24\x53\x3f\x7b\x9b\xa4\xdb\xf0\xe0\xb6\xd5\xe0\xe9\x33\x18\xa7\xd3\x47\xba\x73\xdc\x1a\x20\x94\x7d\xe0\x15\xa4\x07\x03\xb7\xd3\x71\x33\xe8\x34\x4c\x62\xa4\x82\xb9\xbd\x2c\x88\x0d\x8b\x91\x25\x38\xb5\x70\x97\x37\x54\xde\xd4\xb4\xdd\x54\xc3\x0d\xa1\x1a\xae\xf0\xb8\x8b\x47\xea\x24\x1b\xfe\x4b\xfa\x45\x07\xc3\x42\xf4\x4b\xe8\x1b\x37\x43\xdb\xaa\x8b\xcc\xd0\x2a\xd5\xda\x84\xbc\x2f\x09\x8e\xe0\x4e\xf4\x5c\x99\x5d\x4e\x27\x71\x0c\xad\xb4\xad\x4c\x0e\x92\x1d\x12\x8f\x93\x5d\x23\xae\x0c\x8b\x16\x60\xcb\x88\x4f\xf9\xcf\x2f\x55\xaf\x4e\x1c\xcf\xa7\x93\xcf\x87\x88\x4c\x93\x79\x29\x50\x9b\x1f\xdb\x60\x91\xe4\x15\x4f\xef\xb6\x21\xff\x51\xf4\xc4\x91\x02\x39\xdb\xa9\xfa\xf8\x0e\x37\x8d\xaf\x0a\xf8\x6a\xcb\xd2\xa3\xfe\x4b\xe9\xa7\x46\x88\x85\xe2\x5a\x50\xff\x5f\xb4\xfa\x25\x7b\x84\x22\x80\x7e\xc8\x9b\xee\x41\xbd\x02\x86\x4a\x6f\xf8\x5e\xfe\x60\xdd\xe1\x06\xd4\x4c\xad\xef\x61\x8e\xfd\xab\x7b\xe8\xa3\xec\x51\xbc\xa0\xd1\xee\xa3\x01\x84\xef\x3d\x18\xab\xed\x08\x77\x30\x10\x88\x33\xde\xb7\xe7\xad\xfc\x7d\x0d\x59\x47\x6a\xf7\x2d\xef\xae\xfb\xb9\x3b\x3b\xf9\x3b\x23\xd9\xc6\x5a\x49\x1f\x2d\xb4\xa9\x10\xe2\xb0\x58\x35\xa1\x92\xe0\x47\xd8\x49\xc3\x05\x43\xa5\xf2\x20\x83\x42\x44\xb2\xda\xb5\xd0\x01\x3c\x8a\x22\xd8\x50\x64\x5c\x20\x51\x95\x7d\xd5\xfe\x41\x7a\xee\x84\x09\xdb\x6c\xa2\x6b\xf9\xe5\xcd\x6f\x1e\x84\xfa\xb2\x98\x48\xf7\x5a\x82\xda\x98\xc2\x21\xfa\xa0\x1d\xdf\x02\xa9\xde\x6c\x03\x66\xd8\xab\x0d\xff\x1b\x6f\x36\x54\x14\x50\xe9\x71\x07\xe9\x14\x2a\xc6\x0a\xd3\x7b\x3e\x36\xf8\x08\x7a\xc8\x51\x08\x27\x7b\xb3\x18\x34\x9c\xf0\x05\xe5\x20\x04\xbc\x4e\x4c\x5f\x28\x00\x8d\x2a\x16\x2b\xca\xe0\xd0\x96\x4c\xd6\xfa\xa7\x6e\x3f\x0b\x5a\x5c\x1e\xb6\xf9\xfa\xd3\x9a\xf6\x4c\xbc\x78\x51\x5a\x20\xfa\x8d\x89\x51\x21\xbc\x91\xe7\xe0\x8d\xa5\xa6\x4c\xe3\x1f\xdd\x13\x56\x5c\x0e\xc1\x6b\xfc\xbd\x47\x6c\xca\x0a\x22\x25\xef\x7d\x5d\x2f\x15\x88\x23\x4c\x9d\x2c\x28\x41\x09\x1c\x06\x69\x48\xe5\xdc\x84\xf4\x57\x3c\xae\x28\xfd\x02\xe3\x03\x11\x9e\x07\xde\x9a\xa6\xe0\xc7\x13\xa2\xb9\xf0\xc4\x02\x0d\x21\x08\xc8\xb1\x0b\x24\xa4\x75\x0c\x0c\x74\xb2\xb7\x5e\x6f\x90\x1d\x80\xd7\xc0\x52\x7a\xad\xc7\x57\x27\x6c\x60\x6f\x3f\xcc\xff\xde\x10\x78\x03\xac\xaf\xf1\xe9\xea\xe7\x2e\x1c\x13\x89\x13\xc7\xe4\x96\xe8\xea\xe7\x12\x94\xc5\x16\x6b\xb1\x87\x84\xf8\xd7\x5e\xe9\xea\xed\xbe\x81\xd5\xaa\xf0\x80\xac\x72\xf5\xf3\xde\x37\x50\xc3\x54\x30\x2a\x39\x5b\xef\x73\xd3\xf7\x1a\xfb\xca\xa4\x9c\x1c\xf8\xc1\xca\x6d\xe5\xc7\xf5\x48\x33\x57\x10\x67\xb4\xda\xf0\x95\x89\xdd\x11\x6b\xfa\x88\xba\x07\x08\x65\x80\x71\xdb\x24\xb7\x01\xb3\xed\x5e\xc1\x61\xfe\x88\x51\xac\x5d\x7e\xc1\x54\xe2\x37\xc7\xc0\xa3\x49\xe0\x1b\xef\xc9\x2a\x18\x30\x0f\x7e\x33\x07\xe6\x68\xf6\x53\x64\x66\x04\x89\x82\x5f\xf9\x6f\x0a\x9f\xdb\x30\x1b\x2b\x7e\x6a\xd1\xb6\xbd\x50\xbb\x58\xd0\x1a\x66\xb0\x30\xce\x1e\xad\x5b\xf8\xeb\xa9\x8b\xa8\xe4\x31\xfc\xf5\x48\x71\xb7\x25\xc9\x2a\x06\xde\x5e\xe1\xaf\xdf\xc7\x8d\x3e\x16\xed\x10\xb8\x30\xc1\x9b\x52\x8c\xb2\x4c\x78\x53\xe1\xcb\xbd\x20\x73\x94\xa1\xbd\x81\x85\x60\xa9\x05\x6b\x5d\x08\x8e\xa1\x68\x42\x4d\x42\x52\x53\x22\x22\x01\x5c\x71\x56\xb6\xd8\xf0\xb3\x83\xa5\xbc\x27\xad\x53\xce\x85\xe9\x22\x1e\xae\xf8\xb2\x71\x80\x8a\x5e\x3e\xd7\xbf\xd6\xd7\x23\x72\x2e\xd6\x5d\x68\xfc\x58\x19\x15\x16\xd0\x09\x9b\xe3\xad\x2f\x50\x8d\xf4\x90\x2c\x44\x96\xdf\xd8\x60\xea\xd2\x8a\x3c\x96\xfa\x18\x5a\x57\xfb\xdb\x1e\xbc\x51\xb1\x16\xc9\x10\x42\x6c\x1f\x6a\x3b\x96\x2d\x26\x2e\x58\xf7\xaf\xe2\x25\xe3\x0f\x5b\xac\x75\x90\xed\xee\x10\x43\xba\x9f\xd8\xcb\x84\x75\x1c\x56\x12\x64\x81\x7c\x01\x35\x96\x76\x51\x00\x35\xc0\xc6\x27\x84\x59\xf6\xf4\x79\x73\xa9\x87\x21\x69\xae\x83\x05\x16\x33\x0f\x88\xe4\xad\x44\x39\x0c\x28\x22\x79\x3b\x7b\x91\x51\x42\x60\xd7\x40\x5a\xf7\xf7\x9e\xb8\x38\x63\x2f\x67\xa7\x56\x21\x44\x27\x06\x30\x7f\x6b\x0a\x40\x43\xd4\x50\xc8\x0c\x8a\x4a\x84\x99\xba\xd0\x26\x93\xef\x69\x7f\x42\xcc\x4b\x64\x97\x88\xc4\x1c\x75\x9a\xef\xa2\x6c\xad\x00\xe5\x24\x5e\xbc\x80\xe7\x40\xc1\x54\x21\xdb\xe6\xa5\xe7\x1c\x8a\x78\x0f\x49\x0b\xc2\xe3\xb5\x8b\x16\x55\x93\x80\x86\xb2\x69\xe0\x9a\x50\x56\xcf\xe3\xc1\x06\x87\xe1\x95\x6a\x5c\xcf\xe1\x40\xda\xe1\xc9\xb6\xe9\xaf\x47\x57\xc2\xd0\x02\x94\x9f\xf0\xa5\x1d\x22\xde\x4b\x63\xf4\xb5\x22\x68\x61\x46\xb8\x05\xc6\xdc\xf3\x25\x7c\xc0\x17\x97\x38\xa2\x01\x98\x05\xb6\xe9\x2f\x1f\xeb\xe7\xa4\x5f\xde\x02\xee\x71\x5b\xa3\xf2\xc3\x30\xe8\x0e\x96\x62\x3f\xd0\x0c\xb2\xad\x70\xd1\x04\x7c\xdd\x4c\x94\x16\xda\x72\x0f\x0d\x07\xac\x0e\x79\x90\x18\x64\x53\x37\x25\xa7\x3c\xbb\x0a\x9c\xf2\x2e\x4a\x7b\xcc\xce\xc5\xfa\x6c\x40\xfe\xf4\x6d\x87\x7d\x4d\x3b\x6f\x31\xf9\x5d\x82\x68\xb3\x10\x95\xc6\x3d\x36\xcb\x04\x66\xaa\x36\xfb\x84\x4e\x54\x39\x37\x98\xf7\x05\xc4\x03\xe3\x06\x1e\x2f\x5b\x84\x3f\x55\x83\xa7\x06\x63\x2d\xa7\xea\x33\x90\x1d\x39\x38\x01\x7e\x51\xdc\x03\x60\xb3\xa1\x4e\xac\x87\x6d\xec\xa2\xeb\x44\xb0\x71\x8f\x32\xa6\xae\xc7\x7d\xb7\x07\x05\xde\x90\x18\xb6\x82\x23\x82\xf7\xb8\x83\xf9\xfc\x2c\xdd\xb8\xf1\x90\xeb\x03\x33\x78\x5a\xbc\x89\x67\x67\x0b\x17\xcd\xf9\xe7\xd5\x99\xa7\xc4\x00\x46\x76\xa7\x04\x09\x83\x9b\x3e\x49\xa9\xad\xbb\x78\x2a\xdc\xf5\xa1\xf3\x1b\x1e\xc3\x09\x99\x88\x45\x1b\xf1\xcd\x90\xad\xf4\xd4\x10\xe9\xc6\x19\x35\xcd\xe2\xd6\xd7\x21\x26\xd4\xe2\xb1\x63\xa2\xea\x90\x4c\x8c\x82\x88\x60\x76\xdb\x7e\x01\xf9\x82\x08\x8d\xd6\xb8\x08\xf9\xfc\x5a\x1e\xb2\xa1\xc3\xd3\xd4\xef\x2b\x78\xaa\x78\x16\x19\x8e\xbb\x0c\x3c\x55\x8c\xb2\xf0\x54\x50\x3d\x7f\xe4\x17\xe8\xc4\x32\xa5\x75\x2d\x0f\x99\x79\x30\x6b\xbf\x20\x04\x71\x01\xa5\x2f\x7e\x01\x21\x9c\x10\xa7\x7a\xb1\x54\xe5\x31\x14\x7a\x7a\xf1\xf8\x94\x59\xb5\x8a\xcc\x0d\xd4\xa6\x81\x1b\x74\xad\x60\xfb\x1f\x2b\x63\x2d\x6c\x00\x51\x45\x5a\x45\x1f\x9c\x44\xf9\xdc\xaa\xff\x97\xb6\x46\xf7\xc0\x13\x50\x9e\xa8\x1e\xa8\x96\x40\x47\x59\xf6\xa2\xc5\x2b\x88\x58\x2e\xdc\x1c\x77\xd3\xbf\xdc\x0d\xd9\x50\xe3\x81\x11\x86\x2b\xec\x7e\xb5\x37\xcc\x6f\x8f\x22\xd9\x10\x87\x6c\x78\xe2\x9d\xea\x9f\x46\x77\x99\x19\xdd\x6b\xf1\x0b\x60\xf1\xb0\x05\x82\xc0\x1b\x1b\xaa\xe8\xa0\xbc\x49\xb5\x3b\x59\x50\xd0\x7d\x36\xae\xae\xf2\x18\xaf\x57\x0a\xa5\xb8\xbc\x87\xe4\x06\x5f\xbb\xca\x90\x22\x9f\x80\x67\xf2\xc8\x53\x2f\xc2\x33\x49\x2c\x53\x65\x98\xf7\x40\x4d\x73\xb5\x39\x41\x38\x7b\x15\xe1\x51\xaa\x5f\x32\xb0\x80\x3c\xa0\x55\x76\x18\x57\x9d\x1c\x50\xc3\x29\x4f\x58\xbe\x20\xbd\x83\x4e\x43\x90\x9f\x4e\xb5\x00\x92\xb1\xaf\x0e\x72\xc9\x3e\x9d\xd2\x30\x5d\x74\xea\x63\xc9\x71\xe1\x6e\x82\xda\xc0\x62\xa6\x03\xd0\xbb\xf1\x63\xf9\x06\xa9\x3a\x67\xec\x2d\x5c\xf5\xb1\x0a\xd7\x2b\x33\x96\x84\x44\xb5\x28\xc6\x8f\x37\x52\xf1\x5b\x74\x2e\x59\x54\xc9\x6e\x55\x6c\xe9\x04\x83\x3f\xe2\x58\x21\x4d\xba\xa4\xcf\x7e\x24\x93\xf3\x60\x95\x0f\x6e\x7d\x31\xf6\x8c\x98\xbb\x0a\x9e\x5b\xa0\x73\x3b\x39\xb6\x64\xf9\x96\xea\xa1\xd3\x33\xaf\x9c\x0d\x36\x0c\xd7\x1a\x6c\x2e\xd9\xeb\xa4\x74\xca\x07\x00\xf3\x78\xd9\xf3\xd5\x09\x42\xc3\xc8\x05\x00\x33\x51\x21\x26\x77\x8f\x49\x18\xe0\xe3\xa4\x96\xea\x3b\x25\x21\x56\x26\xe5\x39\xeb\x1f\x0d\x25\xdd\xe6\xc9\xa8\x4b\x34\x52\xd6\x54\x85\x38\x8a\x0b\x20\xb0\xf8\xe2\xb1\xed\xa0\xcf\x73\xc4\x73\xd6\x1e\xc7\x7a\x7c\xe8\x6b\xaf\x38\x38\xdb\x22\x26\x18\x6c\x9b\xae\x76\xe8\x2a\xc1\x60\xcf\x74\x20\x15\x41\xb9\xe8\xce\x5f\x60\x61\x77\xf4\x84\x3f\x55\x2b\x33\xa2\xea\xc3\x01\x5d\x0d\xa7\x58\xde\x19\x4f\x37\x5d\xba\xea\x4d\xcb\x4b\x66\x41\x7c\xa2\xcd\x93\xca\xaa\xfe\x3b\xe4\x4b\xec\x84\xe3\xa5\x20\x9d\xfd\xbb\x2f\x10\x81\x52\xef\xa7\x47\x50\x73\x25\xa6\x98\x23\xc5\x2e\x3c\x93\x24\xc5\x3c\x7e\x44\xce\xcb\x8f\x53\xcb\xd2\x57\xe5\x21\x03\x52\x08\x4e\xb0\x5f\x1f\x41\x14\x9e\xb6\x43\x9d\xc9\xcd\x9e\x58\xa2\xb9\x31\xe3\x60\x59\x6d\xea\x3a\x34\xf1\x14\xca\x78\x88\xe6\x04\x4f\xb3\x60\x0f\x73\xc8\x56\x51\xef\xe9\x34\xf8\x0f\x2f\xaa\x37\xc1\xd8\x9c\x38\xa7\x41\xa1\x38\xe3\xe1\xae\xc3\x8f\x75\x38\x78\x39\xf1\xb2\x10\xde\x17\xa2\x69\x9a\x50\xcb\x90\x35\x8d\x13\x8c\x80\x75\x92\x6e\xb5\x5f\xb6\xde\x77\x62\x83\x68\x1a\x25\xdb\xae\x60\x72\x4d\x70\x9a\xd7\x2c\x9c\xe6\x85\xb2\xc6\x96\xd9\xac\xb1\xe7\xa9\x0b\xc0\xe0\x85\xf4\x2a\x0f\x7a\x90\x9e\xa6\x01\xe8\x95\xb9\x0c\x23\x1a\xcf\x2d\x67\xbf\xa6\x3b\xb8\x65\x26\x7d\x7d\xeb\x2b\x9b\x4e\x4b\xdd\x07\x48\x45\xab\x74\xe9\xe2\x17\x7b\x9c\x6e\x23\x4c\x45\x73\xf4\xf3\x7b\xce\x46\xd3\x73\x17\x91\x3b\x91\xbe\x75\xc6\x1e\x28\xfe\x6a\x65\x31\x3e\x83\xe9\x0e\x52\x6c\x4c\xe9\x1f\x2d\xfd\xd2\x9f\x8a\xae\x76\xb0\x20\x51\x2c\x5c\xd0\xc3\xd7\xc9\x6a\x3b\x84\x8d\x4b\x7f\x45\x99\x7b\x73\x26\x8d\x12\x8e\xcc\xcf\x28\x1d\xd9\xe3\x70\xa8\x33\x91\x88\xfa\x98\xa8\xde\x3d\x75\x10\x95\x84\xe0\xda\x49\x79\xcc\x46\x4f\x40\x71\x3c\x94\x47\xba\x6b\xc3\xd9\xc3\x13\x3c\x69\xc9\x55\xf2\xe4\xe0\x09\x0e\x0b\x4d\xb9\xa1\x4b\x6f\xac\xff\x54\x83\xf2\x03\xb2\x4a\x97\x5e\x99\xf1\xe4\xc0\x11\xa7\xdc\xd2\x25\xb5\xc8\xc0\x98\xdd\x18\xd0\xd6\xf1\x4a\x6d\x47\x2c\xc4\x82\x4f\x4b\xd8\xa2\x9b\x3b\x3a\x91\x56\xba\xbe\x25\x6c\xa4\xa0\xd4\xd8\xa2\x95\x0d\x31\x96\x26\xb7\x01\xbc\x20\x3b\x59\x6c\x91\x7c\x77\xc7\xa4\xf4\x89\xd3\xcb\xe3\xab\xd5\x40\xd3\x60\xe2\x25\x9b\x97\x2a\x26\xdd\x15\x56\x10\xfc\xc4\xf7\x15\xed\x6d\x7a\x2b\x62\xa7\xdb\xad\x06\x9a\x54\x72\x45\x25\x00\xd4\x25\xbc\x0b\xc9\xc6\xcc\x88\x37\x2b\x3a\xf3\xf5\xb0\xa2\x20\xfa\x71\x35\x20\x10\x01\x5d\x72\xe0\x12\xde\x85\xed\x32\x7d\x68\x17\xda\x75\x31\xde\x15\xf3\xea\x6a\x40\xa7\x10\x74\xe9\x04\x97\xf0\x2e\x6c\x84\x19\x43\x23\xb0\x43\x2d\xbc\xcb\xe6\xed\x15\xc2\x0f\xe9\xc2\x77\x3b\xb9\x25\xd4\xb7\xec\x93\xde\x9c\x56\x6a\xe7\x5d\x3a\xfc\x0c\xbf\x11\x16\xbf\xc3\xd7\x3d\x5d\x4c\x53\x57\x82\xf3\xf8\x2c\xcd\x77\x85\x63\xf0\xb7\x12\xda\xc9\xbd\x39\xc2\xae\x40\x81\x7f\xee\xa1\xf8\xf9\x3b\xbe\xa8\xc1\x1b\xdf\x7f\xce\xd1\x8e\x57\x94\x70\x3f\x64\xcb\xc7\x33\x85\xb9\xd5\xce\xb2\x4c\x92\xcc\x5b\x88\xd9\xd1\x55\x44\xab\x63\x0a\x3c\x6f\xf3\xe9\xfc\xf5\x31\x38\x74\x1e\x6f\xd4\x32\xd0\xa6\x75\x80\x51\x4f\xde\x7a\xc8\x40\x0a\x96\xba\x3a\x6c\x65\x97\xc9\xaa\xde\x46\x22\xad\x4c\xb9\xcb\x14\xa0\xec\x6d\x32\x98\x82\x20\x9b\x6e\x9d\x34\x5f\xdd\x56\xcd\xf6\x31\xd2\x90\x1c\xe5\x15\xec\x7b\x03\x5d\x57\x94\xbd\xd9\x81\x84\x94\x2e\xee\x80\x07\x95\xab\xa4\xb9\xb7\xc9\xa1\x54\x1b\x79\x7b\x99\xd8\x13\x54\x1f\xf8\x64\x84\x3d\xac\xa9\xea\xc2\xe9\xa1\x98\xf6\x76\x83\x1b\x64\xd2\x6e\x8e\x0e\x04\x72\x1e\x86\x3a\x0d\x70\xc3\x59\xbf\x0f\xd9\xe9\x74\xfe\x8b\x41\x71\x44\x8a\x9c\xc3\x3c\x3e\xad\x0b\xce\x06\x70\x73\xe5\x8b\xb8\xb6\xc7\x48\x56\x19\xfb\xc9\x87\xe5\x14\xf3\xa7\xc5\x36\xf7\xe1\x6d\x4b\xe8\xc2\x98\xc5\x19\xf7\xd8\xf1\xd7\xa4\xe3\x63\x32\xd9\x4e\x3c\x72\xad\xa4\xcd\xf2\xa9\x14\xf0\xc2\xfb\x7f\x1c\xa8\x9e\x2b\x73\x59\xfa\x27\x2a\xba\xab\x5e\xf9\xa8\x86\xe1\xf5\x85\x22\x38\xf8\x5e\xc2\x70\xb4\x6d\x40\x27\xa0\xbd\xd2\xe3\x15\x37\xdf\xfb\x26\x0e\xcb\x67\xe4\x67\x86\x3d\xc2\xee\x9c\x17\x3f\x0e\xbb\x03\xa9\xac\x4d\xfe\x37\xa3\xbf\xc1\xd4\x40\x8f\x77\xb2\xa3\xdc\xeb\xa7\xcd\xad\x3f\xff\x30\x6c\xba\xb5\xab\xc7\xf2\x07\x13\x9f\xad\x6c\x63\xab\x60\x1a\x51\x25\x88\x9b\xc6\x42\x36\x6f\x10\x67\x70\x4a\xa9\x69\xa1\xc1\x4e\x90\x83\xfd\x58\xb6\xd8\xdb\xcb\x31\x3b\x82\xf5\xbf\x1a\xc1\x12\xf2\x14\x7c\x36\xb2\x8d\xaa\x63\xa3\x1a\xc5\x8d\x4a\x05\x57\x7f\xaf\xfb\xab\x50\xd0\xde\x58\x8b\x2b\x53\x66\x23\x5e\x22\x0c\x9d\x8a\xfd\xfc\x0a\xd5\x51\x84\xed\x50\x02\x7a\x6a\x26\xf2\x11\xce\xc3\x11\x82\xa9\x8e\x75\x79\x07\xea\x11\xcc\x77\x23\xc4\xcb\xd9\xc2\xb3\x33\xb0\xac\x16\x9e\x7a\x01\xe5\x9c\x71\xac\x53\x17\x76\x9c\x8d\xdf\xd3\x89\x4f\xab\x07\x7e\x5f\x4f\xfd\xf6\x51\xad\xaf\x83\xf9\x59\x1e\xb2\xa6\x39\x85\x85\xd5\xa6\x0f\xf9\xc8\x22\xb4\xac\xdb\x08\x1f\x25\x24\x60\x27\x83\xeb\x6c\x3c\x6b\xc8\x8b\xf5\x78\xf6\x60\xb7\x6d\x22\x86\x4d\x78\x2e\xb2\xf2\xac\x5a\x60\x62\x4c\x36\x0d\x4e\x74\xa2\x9e\x6b\x6a\xa0\x82\xf9\xb0\xc7\xbc\x2f\xfd\x94\x7f\xf7\xa9\x88\xbe\x7b\xdc\xe2\x2f\x6e\x03\x8f\x62\x3d\xde\xe8\x60\x5c\xfe\x7c\xf5\xcb\x81\xfb\x67\x72\xb3\x8f\x11\xd1\x1e\xa6\x05\x93\xcd\x9a\x38\x2f\xb3\x9f\x0e\xaf\x37\x22\x26\x67\xfa\xf4\x50\x54\x78\x20\x32\x9a\x40\xc3\x37\xc3\x22\xa0\x04\x56\xe0\x96\x69\x69\xe7\xdd\x5a\xe4\x3a\x15\x00\xad\xb4\xea\x53\x25\x03\x97\xf5\x6a\x19\x50\xad\x71\xa7\xba\x72\x7d\x91\x1b\x84\x6d\x83\xd3\x36\x54\xbb\x1a\x04\xfd\xcb\x81\x7b\x77\x07\x61\x08\xa5\x2a\x63\x33\xb3\x55\x25\x40\xaf\xa0\x95\x40\x4b\xcc\xdf\x7b\x38\x3b\x3f\x4d\x77\xc0\x8d\x7a\x9c\x9a\xad\x9a\x71\x67\xac\x24\x14\xeb\x52\x7b\x36\xa6\x75\x6d\xf9\x56\xea\x4d\xdb\x62\xa3\x4a\x1f\x40\xb5\x6e\x17\x93\xa3\xe0\x53\x15\xa7\x9f\x51\x18\x68\x54\x8a\x5a\x60\xfc\x08\x90\xba\x59\x44\x87\xe9\x9f\x17\xd1\x66\xfa\x02\x9f\x2f\x61\x5e\xed\x72\xf3\x02\xc1\x93\x30\x7e\xd0\x20\x30\x26\xdd\x04\xf5\x67\xc6\x99\x3a\xf7\xd1\xf8\x3e\x1c\x3b\x68\x53\xc4\x3e\x84\x79\xf5\xf9\x7e\x8d\x44\x85\x15\x5c\x41\xe3\xed\x02\x1c\x6c\x84\x6b\xff\xc6\xe0\x15\xdb\xf2\x96\x4d\x90\x60\x1b\x40\x72\x1d\x5e\x73\x6f\x44\xd0\x4c\xed\x1f\xf6\x96\xda\x3f\x4a\x24\x31\x54\xbf\x0a\xfa\xa9\xfd\xe1\x69\xfb\xe3\x42\xab\x45\xaf\xf3\x00\x0c\x54\xe1\xf1\xc3\xd5\x06\xbb\x43\x6a\xc8\xcf\xce\xca\x4a\xd1\xb5\xbb\x8b\x91\x22\xc3\xcf\x0f\xc5\xc2\xdb\xa8\xf6\x53\x79\xed\x67\x40\x8d\x8b\x54\xf2\x37\xeb\x8c\x80\xdb\x3c\x2d\x43\xde\xd8\x64\x36\xe8\x36\xcd\x39\x12\xb0\x7b\x38\xb8\x55\x3b\x21\x35\xd1\x42\xd9\x13\x7e\x98\x54\xf3\x36\x5f\xaa\x47\x79\xbd\xb3\x35\x7e\xe5\x7a\x7d\x1e\x43\x74\xd8\xe3\xf1\x55\xaf\x8f\x63\xf0\x09\x3e\xbd\xec\xb6\xd0\x44\xa7\x02\x9b\x51\xb9\x18\x7f\xb3\xbf\xec\x61\x87\x36\xd7\xfc\xe0\x1a\xb7\x0f\xff\x23\xfb\xca\x44\x43\x61\xf9\x62\x5f\xe8\x55\xaf\x8c\xbd\xea\xe1\xb8\x8b\x75\x37\x5f\x9a\x5d\xda\xa9\x8f\x00\x11\x2f\x7a\xa2\x65\x14\x3d\x41\x99\x85\x3a\x54\xd5\xe8\xd1\x84\x4a\x98\xd0\x39\x16\x7a\xe8\x00\x7d\xef\x46\xbc\x94\xf0\x10\xfa\x63\xb5\x85\x30\xd1\xbb\x03\x27\x3a\x6f\x3b\x38\x09\xfe\xac\x40\xef\x96\x2b\x5c\x51\x11\xc4\x78\xcd\xfe\x26\x1c\x64\xb0\xa3\x07\x08\x21\x6f\xb8\x06\xa5\xa7\x35\xed\xc7\xcc\x74\x8c\xf6\xaf\xd4\x52\xf6\xaf\xef\x2d\x00\xb0\xd3\xb3\x43\x26\x4e\xfd\x4e\x9c\xa9\x19\xdf\xd6\x13\x39\x64\x6c\xb8\x46\xae\x84\xe5\xd9\x86\x3b\x3e\xd0\xeb\xa8\xb4\x85\x66\xe4\xee\x3f\x95\x2d\x36\x79\x69\xb7\x11\x0b\x88\x3a\xe1\x71\xfd\x02\x82\xdb\xfe\x85\xc0\x85\x68\x45\xe5\xcb\x66\x90\xae\x6c\x04\xc7\x0c\x28\x36\xa6\x75\x7c\x01\x59\xa1\xbd\xa1\xb7\xcd\xe0\x01\x85\xae\xfd\x6e\xae\xf9\xaa\x9d\x81\x4c\xd7\x11\xe0\x7e\xa2\xad\x56\x35\x12\xea\x9b\x2d\x52\x20\x6f\xd8\x32\xf5\xe2\xb2\x9e\x36\x81\x91\xce\xd1\x6a\x98\xfe\xfb\xe0\x9b\xf8\x87\xa5\xbe\x71\x3e\x3d\xa4\x63\x19\x47\xc3\x02\xc8\xa3\x04\xc8\xe3\x8f\x55\xef\x95\xc5\xdf\x22\x74\x76\xfd\x40\x29\x5a\x90\xf0\x3c\x63\xd2\x13\x8e\x4d\x80\x6a\xc1\xc4\x63\x85\x9c\xa9\x12\x38\x2f\x1a\x5e\x1a\x88\x14\xd3\x98\x40\xf6\x5f\x55\x0b\xab\x51\xb6\x48\x3f\x0d\xa0\x5a\x6c\x09\xdc\xf7\x7a\xa9\xa1\x8f\x2d\x3e\x2b\x91\x59\x0c\xce\x5c\x30\x19\xf3\xd2\x31\xb3\xb3\x5c\x3b\x73\x17\x74\xda\x3e\x4f\x34\x3c\x5d\x42\xff\x56\x67\x90\x29\xc2\x0f\xaf\x19\x21\x42\x72\x6a\xd1\x69\xca\x1f\xcc\xc4\x21\x9b\xbc\x97\x1a\xfd\xb4\x2b\x55\xc7\x48\xa7\xae\xd1\x31\x53\x15\x59\x6f\x18\xa9\x62\x3c\x6d\x48\xad\xcd\x99\xe9\xf0\xe6\xd1\x48\x4e\xd5\x44\x96\x28\x62\x02\xc9\x97\xb3\x37\xfb\x6d\x2f\xe2\x63\x52\xd6\x5f\xac\x8d\x04\x76\xf9\x25\xb6\x7c\x50\xc5\xd2\xc1\x1b\xa1\xf4\x9d\xb4\xb1\xb6\xc8\x56\x80\xf7\xe0\x64\xff\x92\xf4\xd7\x5e\x94\x9b\x9c\xad\x06\x2d\x51\xfe\x62\x2b\x81\xbe\x6d\x2f\xfe\x5b\xc0\xc4\xf0\x67\xc0\x84\x6b\x3e\xa5\xb0\x07\x4a\x51\x58\xa6\x69\xf3\xab\xf3\x20\x93\x0c\x72\xc2\x9a\x35\xeb\xf3\x55\x41\xc5\xa5\xae\xc7\xf3\xa7\xea\x74\x35\x5e\x87\xea\xae\x6c\xd1\xa0\xff\xd7\xb1\x4e\xef\x32\xfb\xf7\x82\xc9\x8a\xf0\x8e\xb7\x30\x89\x6a\x7d\x80\x87\x68\x26\xe5\x3f\x4e\xbc\x24\x6b\x9e\xb2\xed\xd3\xa2\x36\xc8\x22\x67\xc5\x2e\x0c\xce\xfc\xe2\x52\x61\x2e\x28\x27\x26\xd7\x78\xb0\x74\x81\x43\x83\xf9\x0e\xd9\x9d\xd8\x96\x77\x90\x99\x66\x79\x3c\x11\x7a\xa5\x17\xf4\x93\x5b\x3e\xd4\x76\xa0\xee\xb0\xd8\x10\xa3\x4c\xc3\xe4\xbe\x13\x96\x45\x9c\x75\x0f\x18\xda\xdb\xbd\x24\x49\xc6\x73\x66\x45\xb0\x94\x27\x21\xd0\x02\xb2\x65\xe1\x4d\xd8\x49\x4c\x29\xb0\x2e\x1d\x0c\xdf\x6d\xce\x10\xb8\xf9\xa8\x20\x6f\xe4\xac\xd9\x1b\x22\x11\xb1\xba\xb7\x62\x60\xfe\x21\x1b\x6e\xcf\x54\x4b\x53\x57\x18\x95\xc6\x1a\x0f\x63\xe6\xcd\x16\x9e\xa7\xb4\x20\xfa\x2f\x7c\xb5\xe8\xbf\x85\x6e\x81\x7a\x70\xc3\xd9\x0a\x72\xc3\x26\x13\x27\x99\x5a\x38\x4b\xc9\x95\x88\x03\x50\x4f\xe1\x68\x8a\xe7\x3d\x12\xc6\xde\x99\x77\x51\xe3\xf5\x36\xf4\xa7\xca\xbd\x33\xd5\x0e\x3d\x6b\xda\x2c\x9f\xae\x04\xe7\x41\xf9\x8b\xc9\x83\x51\x59\x94\xa9\xe8\x03\x26\x2d\xee\xcf\x00\xa6\xa0\xe2\x6d\xd6\x81\xee\x3f\x9e\x35\xc6\xc2\x7e\xbe\xc9\xfa\xd2\x16\xa0\x87\xcb\x60\x85\x40\xd4\x65\x74\x1e\x14\x0e\x6b\x1d\x86\x55\x1c\x04\x06\x11\x62\xba\xad\x4a\xb7\x45\x25\x00\x47\x63\xda\xef\x70\x0f\x7f\xb1\x57\x3a\x1f\x03\x3e\x02\x64\xe5\xc5\x73\xf8\x59\x17\xcd\x82\x61\x9d\x1e\x57\x26\x97\xe9\x73\xc7\x1b\x41\x3d\xdb\x0b\xc5\xa9\x9b\x67\xac\x12\x3d\x40\x0b\xf6\x11\xc0\x99\x0d\x1c\xa8\x45\xd0\xd1\xe5\xc7\x1b\xf8\xd6\xc9\x1e\xcb\x1c\x2d\xd2\xf0\xfc\x1a\x11\x75\x33\x64\xe9\xd2\x5f\xd5\x54\xb2\xed\xea\x90\x16\x68\x8f\xba\x53\x3a\x43\xb4\xe9\xf5\x84\xc2\xb5\x38\x77\x60\xed\x76\x8c\x28\x73\x41\x9f\x58\x7b\x7c\x1d\xd1\x60\x45\x03\x7d\xa0\x6c\x7e\xdb\x51\xbe\x7e\xce\xa6\x86\xfc\x71\xef\x0e\xfd\xe0\x46\xba\xac\x26\xd6\x53\x84\x2c\x0a\x2b\x26\x26\x44\x25\x99\xba\xa1\x7f\x50\x2e\x57\x15\xb1\x0e\x9c\xca\x53\xed\x22\xcd\xa9\x1b\x37\x21\xc2\xfb\x09\xaa\xa7\xda\xc4\x8c\x3b\x11\x46\x57\xc5\x27\x6b\x50\xc6\x41\xe9\x14\xcc\x64\xbf\x91\xde\x23\x2e\x95\x3b\xd3\x6e\xe2\xb4\x5b\x7a\xc9\xec\x23\xcd\xc1\xeb\xc3\x39\xa7\xd5\x83\x50\xdf\x84\xdd\x5b\xda\x0b\xd5\xb9\x7b\x0b\xba\x0d\x9c\x8a\xc6\xb0\x2c\x98\xd9\x41\x01\x5f\x24\x72\xe5\xe1\x85\xf8\x67\xa9\xed\x00\x58\x03\x73\x1c\x3a\xa7\xe2\x5b\x51\x6f\x28\xed\x02\xb7\x0e\x99\x78\x68\xa1\x2a\x59\xaa\xde\x5b\x8c\xbd\xea\xaf\x1c\xa3\x01\x31\x1f\x86\x95\x21\x16\x81\xd6\x9d\x3a\xe3\xd0\x8b\x51\x14\xe5\x56\xb1\x18\x65\x17\x31\x5c\x40\xee\x38\x70\x7c\x98\x9e\x91\x4b\x34\x20\x33\xb6\x87\x93\x65\xd1\x94\xa6\x0b\xc5\xcc\x4c\x43\xba\x3e\x2c\x26\x5b\x32\x29\x9e\x0c\x24\x10\x23\x7d\x97\x16\xc4\x4b\x0d\xce\x83\xc4\x1c\x68\x06\x79\x84\x73\x3d\x69\x9e\x41\xb7\x42\x35\x4f\xe6\xf1\xd6\x59\x64\x2f\xd7\x05\x9e\x9e\xe5\x2f\x4b\x5b\x79\xab\x72\x00\xd2\x4a\x3f\x15\xe8\x51\xa2\xf6\x94\x13\x1a\x9e\x3c\x50\x0f\xa5\xb6\xa7\xa5\x36\x59\x44\x10\xee\x87\xc7\x68\x29\xdd\x2a\xdb\x67\xa4\xb5\xcd\x97\x63\x1b\x56\x6b\x80\x47\x61\x8e\xc1\xb2\x15\x4b\xd4\x2e\x54\x83\x6a\xf2\xb2\x21\xbe\x0a\x57\xc8\x04\x38\x36\x47\xec\x87\x0d\xf1\x4f\x8b\x40\xf6\x78\x15\x47\x74\xcf\x5b\x34\x9d\xd7\x0b\x41\x56\xc4\xdd\x35\xf0\x97\xdb\x5b\x1b\x65\x72\x0f\xda\xa2\x67\x40\x79\x30\x31\xd0\x1f\x6c\x27\x92\xe9\x00\x6f\x97\x8c\x79\x4e\x28\x98\xd5\x45\x9e\x6c\xbd\x78\x7e\x56\xca\xa6\x72\xbf\x31\x84\x3c\xe9\x45\xd7\x32\x87\x98\xc2\x3f\x2f\x3f\xda\x8b\x6b\x46\x09\x12\xf9\x84\x6e\xac\x5a\x2b\x10\x35\x8d\xee\x2b\x46\x10\x39\x50\x90\x32\x16\xba\x09\xa5\x68\x80\x48\x11\x3c\xd7\xb2\xe2\x50\x26\x37\x5a\xcc\xf4\x44\x7e\x21\x3c\x24\xcf\x81\x76\x17\x0f\x20\x42\xac\x11\x15\x35\x3a\x7e\xf9\x2a\xaf\x04\xab\xbe\xf8\xc9\x9a\xbe\xa3\x29\x20\x7b\x4c\xbc\x9d\x5c\xd8\x62\x9e\x8e\x3b\x68\x65\x5f\x7f\x6c\x75\xc1\x46\x86\x99\x46\x9a\xca\xc0\xbb\x9a\x90\x55\x3f\xd1\x31\xe9\x66\xe9\xe6\xa7\xf5\xe7\x81\x69\xe4\xfb\xab\x96\x17\x2c\xf0\xd6\xbf\x5e\xe0\x33\x26\xe2\x7f\xbb\xc0\xaf\x4b\xe7\x46\x3f\xd9\x45\x08\x5e\x70\x93\xa1\xa6\x95\x7c\x10\x2b\x44\x76\x6b\xf0\x42\xdc\x4d\x21\x1d\x7a\x81\x74\x09\xe6\xab\x1a\x81\x95\x0a\xc7\x58\xf7\xe6\x07\xe3\x44\x3d\x98\x1d\xe9\xdf\x7f\x5c\x00\xd2\x16\xfa\x75\xb7\xca\x99\xe6\xd4\x28\xe1\x84\x6c\x39\xb5\x73\x51\xed\x42\x06\xe6\x72\xed\x40\x86\x24\xa6\xd4\x4d\x2e\x28\xa7\x66\xe5\x22\xca\x1f\x6c\xec\xf4\x4b\x97\xb4\x72\xf2\x0a\xea\xb2\x92\x09\x00\xa3\x1a\xf0\x49\x37\x29\x85\x5a\x3c\xac\xf7\x8c\xf7\x5f\x9b\x15\xb5\xc8\xbb\xe4\xf7\xfa\x6d\x7d\xa8\xbc\xfe\x1e\x41\x28\xfe\x62\xac\xc0\xa9\xe4\x68\x3f\xea\xb7\xed\x2e\xba\xba\x81\x83\x64\x0f\x4a\x75\x99\x3d\x03\xac\x37\x18\xd3\x75\xff\xfe\x90\xd6\xf8\x09\x77\xd4\x62\x5b\x40\xc6\x77\x6d\x01\xa5\x50\x80\xab\xfa\xa7\x5d\x7c\xc8\x06\xca\xfb\x1c\x93\xb1\x90\xdd\xc5\xf5\xbc\xf7\xb8\xee\x77\xf1\x32\x55\xc3\x9b\xf8\x09\x98\x3c\x54\x28\xfd\xd2\x60\x7f\xbf\x32\xae\xab\xd9\x8a\xc6\x5d\x83\x2d\x31\xe5\xfe\x60\x01\x02\x08\x23\x5b\x47\xfb\xfe\x0b\x7f\x12\x97\xe7\x3f\xef\x5c\x90\x68\xc4\x4a\xd7\x2b\xd5\x31\x28\xad\x06\xd3\x97\xda\x28\xff\x58\x93\x4c\xd6\x04\xa1\xa5\x1a\xad\xa2\x3a\xcc\xec\x4b\x17\x1a\x2e\x76\x75\xd4\x8a\x88\x25\x92\xfc\xed\x79\xab\xe0\x1d\x26\x33\x11\xdd\x6f\x25\x6f\xba\x16\xcc\x58\x4d\xc5\x10\x65\x72\xe7\x43\x2f\x6f\xfc\x26\x93\xfc\xa6\x15\xe1\xc3\xd7\x2f\x37\xe0\x1b\x35\xd0\x9b\x00\xb7\x4e\x62\x3a\x1e\x43\xd9\xab\xd1\xb0\xfb\x02\xba\xda\xa7\xa5\xbf\xea\xe9\x23\x09\xa8\xa6\xdd\xa1\x66\x47\x07\x88\x67\x88\x81\x2e\xba\x4c\xa5\x90\xc7\xd0\x4a\xcb\xf5\x1e\x30\xe8\x21\x51\x83\x57\xe8\x6d\x9b\x1e\xd7\x31\x04\xc9\xc6\x71\x1f\xbe\xf8\xfe\x9f\x7c\xd0\x82\xed\x6a\x7c\x74\x1e\x7e\x58\xff\x66\x4e\x57\x5a\x6a\x8b\x1a\xb0\xff\xd4\x58\x88\x7e\x5e\xf6\x3f\xb8\x00\xf5\xd4\x05\x18\xd2\xaa\xd6\x0a\x20\x6f\x8b\x9b\x89\x11\xa5\x24\x7a\xc6\xd8\x4a\x84\xbb\xec\xfe\x6c\xd6\x78\xef\xae\xad\x9d\xb5\x23\x4c\xe0\x07\x48\xf7\xd5\x21\x93\x0f\x5e\x81\x08\x82\xa0\xf4\x9e\x0a\xae\x0b\xc4\x78\x78\xfc\xd4\x96\x57\x1b\xee\xb8\x60\x1f\xde\xdf\x35\xb4\x27\x14\xbf\xc4\x6c\x71\xf5\xfb\x95\x3a\x93\x3d\x1c\x13\xaa\x81\x72\xb5\x44\xc6\xdf\x6a\xda\x47\x6f\x0e\xd6\x37\x82\x81\xb0\xfe\x68\xa8\x88\x88\xeb\xed\x2a\xc6\xc2\xec\x16\xa2\x03\x2e\x85\xd5\xd9\x87\x00\x94\x78\x18\xba\x8e\x99\xb3\x5c\x7e\x32\xd5\x66\x6a\x73\xd5\x63\x4a\xd2\x69\x66\xe3\x33\x2d\x7e\x57\xb9\x9e\xa4\xda\x26\x2f\x50\xcf\xdb\x7e\x4b\xdd\xaf\x7b\x24\x16\x42\x93\x58\xec\x23\x2a\x12\x0f\x5a\x03\x4a\x73\xb3\x71\xe7\xc0\xb1\xcb\xdd\x7d\x8e\x1c\x43\x7e\xff\x45\xcc\xce\xfc\xbb\x98\xdd\x86\x67\x83\x76\x59\x2e\x8d\xfa\xc1\xc2\xa0\x9d\xc5\xe4\x73\x59\xb0\xfd\x1e\x6a\xec\x86\x27\xee\x8a\xca\xf9\x9a\x09\x63\xc7\x3d\xbe\xaf\xdd\x52\x61\x9c\x62\xa4\xc2\xa8\x04\x44\x85\xa1\x56\x6b\x89\x88\x11\xd6\x58\x74\x7f\x11\xa0\xb5\x97\x34\xb0\xe8\xfa\x82\x49\x4f\xa6\x44\x1a\x95\x56\x9a\x02\xfe\x5b\xbd\x2f\x1b\x5f\x74\xf9\xf8\x78\x87\x3c\x03\xc3\x4a\x6b\x44\xf9\x8d\x7b\xb0\x36\x17\xb1\x23\x6f\x18\x06\xe6\xcc\xb4\xc5\xbd\x22\xbd\x5d\x8f\xf2\x00\x31\x1b\xec\x74\xa6\xe7\x9d\x11\xad\x7a\x98\x5b\xc3\x76\x46\x85\x8f\xdb\x5f\x78\x5a\xa0\xac\xe6\x88\xaa\x8a\xb8\xa3\x72\x15\x2a\x22\x47\xee\x4f\x0f\xcd\x83\x2d\x25\x28\xbd\x31\xf6\xd1\x39\x62\xfb\x2e\xee\x88\x70\xf6\x20\x30\x32\xfe\xcb\x77\x2c\x19\x7b\x2d\x7c\x87\x79\xb8\xfb\x0e\x5d\x59\x38\x4f\xb4\x0f\x6e\xf0\x42\x73\x79\x54\xdd\x11\x1e\x8d\x43\x29\x89\x71\xbe\x6c\xcf\x24\x57\x7b\x19\xa7\xfa\x75\xbd\x19\x65\x51\xbf\x43\x94\x3e\xa5\x42\x26\x4c\xc8\x46\xf3\x4f\xc5\xcb\x34\xe2\x80\x92\xf1\x34\xf0\x40\x53\x4a\x6c\xd3\x84\x8e\x93\x41\xc5\xa0\xb6\x47\x08\x50\x54\x78\x6f\x6f\xe5\x41\x07\x08\x4c\x7a\x0e\xbe\xe1\xa1\x43\x40\x98\xb2\x00\x70\x5f\x6b\x3e\xc5\x5a\xcc\x74\xf9\x02\xa7\xc3\xc2\xe1\xdb\x6e\x9f\xe4\xa1\x41\x43\xb7\x2b\xf5\x21\xba\x7b\xe2\x95\x92\xc8\x95\x52\x5b\x35\x01\x39\xfb\xe9\xef\x44\x8a\x9e\x08\x82\x3e\x9c\x88\xd9\x54\x6f\xb6\xe9\x12\x94\xe1\x34\x87\xeb\x21\x65\xc3\xb7\xf5\xf5\x83\xd7\xa7\xfe\x9e\x28\x21\xbd\xeb\x22\x51\x44\xcc\x5b\x35\x03\x73\xb1\x9d\x08\x91\x9a\xfb\x4a\x1f\xa1\x9d\x4d\xce\xc4\x43\x75\xd3\x47\xd4\x4b\x4b\xbb\xb1\xcd\x1c\x03\x49\xf7\x1b\x4e\x54\xf2\x55\x06\x2f\x1c\x41\x48\x63\x66\xae\x31\x9f\xfe\xd2\xc9\xa7\xb0\x67\x68\x54\x22\x60\x56\x12\x6b\x3c\x60\xd8\x63\x35\x90\x3b\x25\xb6\x5b\x80\xfd\x63\x1f\x07\xba\x4b\xdd\xfd\xaa\x66\xff\x9a\x1c\x26\x5e\x23\xde\xce\x45\xea\x21\xb8\x71\xc9\x44\xe5\xe6\xc6\x6b\x16\x99\x1b\xf1\xdc\x71\x2a\x3c\x71\x2d\x9e\x09\x4d\x86\x3c\x5d\xad\x80\xcd\x97\xb2\x07\xde\x35\x81\x85\xeb\x00\xab\xc0\xa4\xd3\x05\xd6\xd2\xf7\xb2\x64\x9b\xc7\xc9\xa6\xd4\xbf\x79\x1d\x55\x8b\x89\xc0\xf6\x13\x64\xd6\xd1\x8c\xb9\x5b\x0d\x4e\x0b\x5f\x33\x51\x70\xd1\x11\x7a\x87\x35\x9f\x20\x4c\x79\x40\xf4\xd6\x32\x87\x9e\x2b\x0c\xd2\x24\x55\xc2\xed\x51\xc6\x5e\x71\xde\xdf\xca\x75\xce\xdc\x77\x27\x79\xb3\x7c\xba\xef\x27\x48\x43\x53\x56\x88\x5f\x4a\xa5\x5a\x93\x33\x3a\x6f\x39\x9d\xfa\x0b\xe7\x1a\xe9\xd8\xf5\x5c\xb7\x91\xef\xee\xce\x5c\x3f\xeb\xcb\xd4\x73\x39\xa2\x8e\xa3\x41\x2b\x1c\xa1\x2d\xda\xee\x19\x09\x0d\x9e\x1b\x87\xd4\x78\xdc\x16\x18\x8f\x12\x08\xdd\x26\x67\x2f\x5f\x4a\xfc\x0b\xdb\x27\x64\x05\x76\x73\xc1\x70\x9b\x17\x8c\x2c\x29\x20\x2d\x60\x07\x34\x58\xef\xb4\xb6\xc6\xbb\x98\x37\xbf\xe2\xde\x69\x98\xb4\x7b\xc7\xd9\x07\xcc\xe3\x6f\xd6\xa3\xc0\x7f\xb5\x97\x9c\x97\x9b\xcc\x8c\x78\xc5\xcd\xa2\x67\x74\x54\x5f\xbc\x34\xb6\x78\x5d\x35\x62\xc5\x99\x18\x46\x5e\xd6\x14\x64\x7b\x4e\x2d\x5a\x84\x9e\x41\x5e\x83\xbd\x36\xcb\x69\x28\x89\xcd\xf5\x1d\xf9\x23\x85\x21\x13\x8d\xbe\x3e\x6d\xc0\x33\x02\xf9\x5c\x7c\x44\xd0\xa1\x46\x74\xb7\x23\x8c\x6e\x5a\xcc\xfc\x6e\x3c\xdf\x38\x18\x1f\x4c\x84\x7c\xbd\x31\x92\x06\x2a\x83\x4f\x7f\xbd\xde\xe3\x14\xff\xb1\xdd\x51\xde\x44\xd5\xb7\x34\x93\x5b\x1c\x77\x44\x05\x97\xd4\xfa\xdd\x1d\x87\xb9\x6f\x01\xff\xee\x57\xac\x56\xbd\xc1\x7c\xb7\x60\x44\xdf\x6b\x10\x65\x7a\x6b\xf8\xb9\xd1\x82\xe0\x1d\xe1\x16\x5e\x33\x14\x2f\x91\x8b\x85\x2b\xf0\x08\xfb\x6a\xa0\x4c\xa8\x28\x8c\xbc\x89\x7f\x38\xd1\x14\x15\xa1\x2f\x64\x3d\x1a\x11\xf3\x75\xaf\xe8\xc0\xc7\x64\x6c\xb6\x43\xc6\x01\x74\xa6\x45\x7b\x03\xab\x32\x79\x2f\x4e\x84\x75\xe2\x37\x33\x23\x89\x07\xc8\xc2\xe3\x16\xfd\x7b\x6e\x18\x64\x8d\x53\x26\x83\x2e\x66\x62\x3d\x80\xf0\x1f\x8b\x85\x5f\x39\x6d\x68\xcb\xee\x25\x99\xd0\x21\x1c\x6b\x97\xf8\x77\x46\x3c\x1d\x91\x73\x98\xeb\xdd\x94\x6c\x85\x94\x33\x71\x0b\x7e\x34\xfe\x3a\x96\xf4\xc6\x44\x68\x64\x63\x49\x1b\xb5\x74\xb5\xa1\x4e\x6b\x99\x96\xee\x75\xeb\x33\xe5\x89\x0e\x20\x75\xec\xc2\x29\x4d\x45\xc9\xd8\x1c\xe8\x7e\x24\x63\x5d\xd1\x70\xb2\xcb\xcc\xbe\x72\xfc\x71\x08\x9b\x1c\x10\xbc\x31\x06\xf0\x59\x95\xaf\x49\xfc\x37\x5b\x8d\xef\xb7\xe9\xca\x76\x3b\xca\x1f\x66\x5e\xad\x7a\x79\xe2\xeb\xdb\x65\x32\x57\x96\xbc\x4f\x7b\x7b\x40\x56\xe0\x8e\x87\xd4\xb6\xad\x37\xa2\x1c\xc2\x5e\x46\x7a\xe5\x15\xa8\x4c\xaf\x99\x6e\x0f\x99\x7a\xdf\xc2\xea\x20\x87\x42\x4b\x72\x05\x4e\x80\xbc\x81\x9e\x1c\x70\xb9\xd3\xca\x63\x13\x50\x4a\x32\x12\xfa\x38\xb2\xd4\x23\x6e\x0f\x17\xa7\x69\x03\x32\x2a\xd7\x20\x72\x4f\x15\x07\x9a\x13\xf0\x12\xce\x62\x9d\x6f\x01\xe3\xd7\x12\x3d\x6f\xf4\xdf\x59\xf3\x26\x33\xd7\x02\x45\x2d\xf0\x46\xba\x08\x66\xfe\xd9\x1a\x8f\x96\xd7\xea\x00\x6a\x27\xc5\x34\xf8\xc5\x4f\x4a\x08\x08\x2a\xf1\x79\xbd\x31\x42\xfe\x63\xc5\x8f\x88\xff\x37\x1b\x6a\xc6\x6a\x75\x43\xce\xee\xcf\x0a\x5a\x29\x58\xa5\xc8\xac\xfc\xcd\x37\x2a\x08\x0a\x52\x5a\x0f\x3f\x8d\x8d\x84\xfa\x6f\x92\xcd\xaf\x7a\x78\x11\xb4\x3c\x36\x06\x6d\xbd\x15\x54\x7b\x5d\xd4\x0d\x5f\xd1\x91\x98\x05\x7a\xcd\x22\x73\x41\x86\xc6\xb5\x6b\xa3\x2d\x2b\xff\xbe\x6f\x12\xdf\xf5\x4d\xda\x25\x4c\x23\x80\xa7\x0e\x1e\xde\x74\xf4\x46\x90\xb9\x77\x12\x44\xb1\xda\x23\xc5\x15\x53\x26\xff\x96\x5f\xd6\x23\x70\x38\x91\x6b\xac\x87\xe4\x23\xf3\xd5\x56\x24\xf7\xcd\x19\x7b\x3d\xe2\x71\xf9\x26\xf7\x82\x39\x13\xb1\x49\xb6\x90\xfa\x12\xba\x2e\x98\x0e\x2a\x7b\x18\x91\x2c\xb5\xcc\xf2\x35\x7b\x18\x0c\x5b\x17\x94\xa2\x05\x29\xf6\xb9\x32\x67\xe3\x7a\x63\x58\x5e\x09\xc6\xb6\x22\xa6\x6e\x54\x71\xf1\x32\x97\x3b\x9d\xdc\xe7\x1b\xb2\xd2\x2f\xf0\x84\x32\xfb\x84\x64\xf2\x84\x02\x2a\xef\xda\x84\xce\x28\xab\xd5\x90\x41\xeb\x68\xe4\xb5\x5a\x2d\xaf\xd5\xbc\x04\x0c\x8d\xff\x2d\x71\xc6\xd8\xa5\x8a\x95\xca\xd3\xd3\x45\x2b\xae\x2a\xcb\xd6\x8a\x8c\xf2\x92\xf5\x5f\x7b\x35\xa3\x70\xe3\xb4\x18\x5b\xc1\x2f\x76\xb2\x82\x37\xb4\x82\x9b\xdc\xee\x15\x1b\x1a\x32\x92\x4d\x94\xd3\x15\x1d\xf9\x81\xf8\x21\xf5\xc0\xdf\x6f\xa9\xb9\xad\x4d\xd4\x78\xad\x77\xbd\xd5\xce\x98\xf8\x6d\xe7\x95\xe6\x19\x94\x66\x2d\xaf\x34\x8f\x25\xa0\xdc\x52\x52\x76\x4f\x6b\xd6\xb4\xd6\x6c\x5f\x6b\xcd\xb1\xfe\x8f\x5c\x1b\xfa\x85\x37\xdb\xfa\x04\x6f\xb2\x98\x3c\x80\xed\x60\x66\xbc\xd6\xbc\x8d\xc7\x02\x9e\x35\xf2\x5e\x55\x8f\x4f\xb9\xcd\x5e\xfc\x2e\x30\xcb\xa4\x9d\x98\x65\xea\xb1\x05\x13\xd3\x56\x81\x99\x16\xf2\xf8\xd6\x30\x80\x8c\x64\x1d\xdd\x1f\x4f\x7e\x95\xef\x14\xf3\x24\x6d\x91\x8a\xbd\xda\xac\x28\x83\x0a\xc3\x8d\x66\x2f\x54\x1a\x42\x4d\xc6\x4a\x24\x9b\x24\x9c\xf3\xc4\x3a\x90\x17\xe2\x59\x1c\x8f\xe9\x8e\xad\xbe\xa3\x46\x77\xb4\xe0\x0e\x93\xd2\x6b\x90\x9d\x6c\x19\x1c\xe1\xff\x67\x11\x1e\xf1\x79\xc3\x2b\xf1\x64\x7f\x44\xe9\xaa\xec\x90\xb7\x0e\xc4\xf2\xd5\x85\x2c\x70\xd1\xc2\x35\xb4\x71\xf3\xab\xf9\x83\x7a\xb5\x27\xc7\xca\xf4\xd5\xe7\xfa\xa8\xdc\x75\x62\x53\xb1\x72\x8f\xf9\xc1\x7e\xf8\x0b\x6f\x4a\xb5\xfe\x72\xc2\x3a\x62\x3d\xb4\x17\x27\xa5\x13\xe4\xcd\xbe\xd5\x0f\x03\x28\xe2\x2d\x6a\x1b\x8c\x3d\xaf\x00\xa9\x31\xe9\x02\x9e\x59\x62\x3c\x02\x52\xe4\xd9\x37\xa3\xf0\x9d\x4b\xa7\x52\x26\xd1\xd7\xb3\x59\x92\x1c\x44\xe6\x94\xd2\x07\x13\x26\x7c\xd5\x1c\xb3\x7f\xfe\xe9\x8c\xa7\x8c\xdc\x18\x77\x7a\x31\x63\x56\x0d\xe1\xe3\x21\xc2\xf7\x7e\xa1\x8f\x74\xe5\xc4\xa5\x83\x68\xc3\xb4\x7f\x22\xe5\xdf\x5b\x03\x33\x5a\xbb\x90\xaa\x4f\x05\x50\xb1\x4a\x03\x9b\x47\xc7\x41\x32\x02\x4b\xa5\x49\x1a\x67\xbd\xe4\x12\xb5\x64\x61\x34\xc6\x62\x12\x4e\x07\xd8\xc4\x3b\x11\x9d\xdb\x16\x2c\x7f\xa4\x4f\x60\x08\x83\x81\x96\x1d\x78\xae\x61\x6f\xd4\xb0\x80\x1a\xf6\x8e\x55\x0e\x5f\x5b\xd8\xb0\x36\x34\xcc\x2f\x6a\x98\x13\xf1\x7e\xb9\xcb\xd9\x36\xe2\x6d\x81\xbb\x5a\x71\xcb\x4e\xf9\x96\xb9\x08\xae\x7e\xab\x05\x30\x44\xaf\xd5\x00\xf8\xb3\x49\x83\x9f\xf8\x3d\xe7\xd7\x71\x2d\x3a\x9b\x83\xd1\x5e\x19\x39\xe7\x3b\xb6\x95\xe6\xf6\x22\xbe\x50\xfa\x69\x17\xf1\x90\xca\xff\xba\xd6\x9d\x89\x70\xf0\x97\x3d\xef\x01\x74\xd8\xac\x89\xe4\xfc\xd2\xea\xb6\x60\x7d\x2c\x95\x84\x4d\x19\xea\xa0\x2d\x44\xaf\x5e\xf5\x87\x8b\x44\x19\xf9\xa6\xc6\x35\xd4\x6d\xb3\x3a\xc2\x98\x67\x17\x20\xde\x79\x3b\x21\xb7\x18\x11\x93\xa9\xf6\x3c\x23\x58\x39\x39\xc6\xae\xe3\x9e\x01\xd4\x0d\x2f\x3a\x14\x2e\xf0\x94\x31\x00\x1d\xff\xdc\x40\xe5\xfc\x42\xef\x5e\xec\x31\x09\x63\x71\xa8\x10\x3b\x59\x1a\x53\x58\x6d\xad\x54\x20\xb7\x79\x52\x8a\x4c\x99\x59\x1a\x57\xa0\x76\x12\x7b\x50\x93\x9a\xf7\xbc\xf6\xa0\x44\xe2\x55\xb5\xde\xe7\xd5\x87\xcc\x35\x2c\xd9\xd8\x12\x74\x91\x7a\x08\x61\x04\x8c\x73\xb6\x44\xfc\x9c\xfb\x49\x39\x21\x11\xda\x0b\x97\xf3\xa0\xd0\x90\x64\x75\xdd\x18\xd2\x68\x5b\x80\x35\x8d\xbb\xbf\xd5\x56\xf8\x1b\x4f\x39\xe0\x7f\x13\x07\xc6\xe8\x89\x12\xcb\x4c\x60\x0f\x51\xb3\x83\x4f\x58\x9d\xef\x0c\x54\xcc\xc6\x25\xec\x62\xa5\xcd\x2d\x8f\xb0\xec\xd5\x2b\xf6\xb1\x8e\x8b\x0c\xf9\x26\x8d\x34\x18\xd4\x18\xdc\x1d\x5f\x73\x90\x8b\xd9\xdc\x0a\x59\x66\x27\xc0\x62\xf3\x70\x18\x24\xc6\x15\xb2\x75\x56\xbb\x91\x5a\x39\x62\xba\xde\x8d\x72\x31\xae\x46\x0f\x20\x30\x6f\x91\xc7\x93\x1b\xdb\x48\x48\xbb\x4b\x1f\xdd\x08\x65\x80\xb4\x02\xd0\xc6\xa1\x8e\x28\xee\xb6\x23\xda\x15\x21\x7f\x52\x1e\xb0\xe4\x56\x5f\x7f\x34\x89\xa3\xed\x90\x4b\x4f\xb5\x28\xe4\x47\x04\x98\x24\xd9\xa2\x01\x61\x90\xcb\x50\xf0\xc2\xd2\x8e\xa3\x7b\xc3\x69\x02\xfd\xdb\xf1\x2a\xdc\xe9\x63\xff\x6c\x6a\xe4\x76\x87\xe1\xd1\xa9\xf3\x87\xfe\xa9\x1b\x5d\xe8\x9f\x93\x79\xf4\x08\x5e\x4d\x0f\xfb\xd7\xe0\xd4\x3f\xdc\xac\x61\x71\xc8\xdf\x01\x10\x70\xf4\xed\xdd\xdf\xf4\x8d\xf2\x3a\x97\x08\x0e\xb9\xea\x59\xbd\x48\xe1\x24\x61\x73\xa7\xf7\x93\xf3\x82\x19\x27\x3b\x79\xf5\x6b\x50\x79\x28\x7f\x30\x79\xe8\x97\x5f\x19\x16\x44\x24\x8e\x82\x1e\x3a\xc6\x28\x79\x8b\x18\x29\x70\x27\xdb\xfa\x20\x9b\x97\x6b\x9d\x4a\x20\x64\x50\xde\xdb\x3b\xf1\xb7\x4b\x9c\x4b\xf9\x84\xe9\x89\x74\xa9\x0f\xc4\xe8\x9b\x4a\x9c\x18\xa8\x1d\xd1\xe3\x95\x67\x8c\x63\xe7\x1c\xe7\x0e\xef\xba\x16\xd8\xb0\x25\x35\x04\xab\x13\xf7\x84\xe6\xd8\x08\x4f\x50\x08\x97\xb9\xa2\x93\xe0\x69\x96\xa2\x35\xf0\x44\xf9\x83\xb5\x39\x56\x0c\x04\xf0\x1b\x23\x93\x32\x7b\xca\x40\x24\x2e\x9d\xa4\x7e\xb7\x99\xf9\xdd\x64\xd6\xb8\x3c\x66\x93\x7e\x52\x49\x81\xc0\x01\x65\xc9\x1e\x1d\xbe\xb7\x29\x53\x85\x88\x61\xb3\x3c\xa8\x58\x70\x1c\x68\x58\xc3\x5a\xfe\x20\xec\x83\x31\x16\x1c\xb3\x94\xb7\x6f\x99\xfa\xfd\x8c\x85\x70\xd0\x26\x6a\xbc\x74\x21\x9a\x87\x19\x13\xa3\xce\x85\xdf\xbc\x65\xd3\x35\xaf\x88\x73\x73\xc3\xc6\x66\xdd\x27\xe0\x29\x10\x0e\xb1\x01\x35\xf1\xf4\x62\x72\x6c\x41\x4e\xe1\x6f\x1d\xb8\xd8\xef\xa0\x82\xc4\x02\xcb\xf9\x4a\x4c\xbf\x3b\x91\x7c\x9e\x71\x1d\xab\xa1\x07\x1a\xcc\x88\xae\x5f\x76\x64\xd1\x21\x3d\x42\x4c\x97\xab\xf9\xcb\x35\xba\x5c\xdf\x8d\xd2\x74\x00\x59\xe3\x0d\xbd\x66\x3a\x43\xca\xf4\xde\x3c\xa2\x89\xea\xd1\x2f\xcd\x9d\x36\x3b\x7f\x61\x06\x89\x4f\x3f\xb4\xf5\x17\x22\x62\x66\x08\x89\xc4\xad\x9b\x7c\x9a\x26\x49\x9e\x78\x8f\x1e\x2a\xed\xd2\x15\xb8\xe6\x15\xad\x91\xfc\x11\x6c\x80\x36\xa6\xfc\xe3\xd9\x2a\x66\x23\x54\x90\x8b\x66\xd8\x0e\xe1\xc8\x74\xa6\x44\x04\xc6\xca\x1d\x11\x88\xaf\x2c\x58\xf0\xad\xe6\xd1\xfb\x9e\xd7\xc5\xf5\x4e\x3d\x25\xcb\xc4\xa6\xda\xe7\x40\xc9\x43\x24\x81\x01\x14\x49\x62\xcf\x0c\x83\xb9\x89\x78\x59\x0e\x85\x41\xa8\x8b\x5f\x1d\x44\xa1\x8c\xb1\xe2\x08\x3a\xfa\x72\xbc\xdd\x8d\xae\xe5\x18\xbe\xf6\x71\xf5\x31\x9d\xba\x8e\x65\x6a\xcf\x22\x3b\xd7\xb3\x43\xe6\xd5\x98\x0f\x39\x86\x83\x3d\x50\x22\x88\xcc\x24\x8a\x5b\x70\x7d\x4c\x6a\xa4\x12\x01\x3c\xb1\xbb\x84\xa3\x9b\x6d\x79\x8a\xe1\x44\xa2\x3b\x26\x22\x23\xcf\x4f\x05\x49\x2d\xf5\x95\x40\xcc\x1a\x5a\x5a\xc0\x03\x6c\x31\x76\x10\xce\xd5\x7d\xfb\x44\xd4\x76\xbe\x32\x94\x84\x63\xf8\x7e\x7a\xe1\x0d\x09\x49\xe5\x27\xa8\xd3\x81\xfe\x4a\xe0\x8f\xa0\x60\x22\xb4\x31\x1f\x31\x9c\x25\x07\xbc\x4a\xdf\xda\x7e\x2a\x19\x33\x3c\x9b\x91\xe3\xbc\x13\x3e\xa7\x1e\xad\x38\x12\x56\x3d\x6b\x67\x4e\x3d\xb3\x64\xec\xad\x62\x62\xa9\x95\xe4\xba\x3b\xca\xc4\x61\xc3\x24\xc0\xaf\xee\x87\x3a\x58\x10\x7a\x78\x81\xcd\x6d\x90\x9c\x67\xba\xa3\x24\x68\x6c\x1e\x78\xe8\x66\x3b\x22\x47\xa1\x5f\xf4\xee\x08\x09\xbb\xae\x4c\xa3\xb4\xc1\x8e\x4d\x44\x2a\x47\x1b\x80\x6b\x9a\xac\x2a\xeb\xf6\x26\xe5\x68\x90\xed\xbc\x2b\x12\xbe\xc6\x0a\xe6\x3f\x05\x46\x72\x25\x32\x10\xb1\x44\xcb\x37\x2e\x6a\x94\x99\x76\x38\xb7\xdc\x87\x40\x3c\x80\x69\x38\xd6\x17\xf9\x3c\x92\x99\x9f\xaa\x6b\x24\x04\x24\x60\x56\x15\x6b\xeb\x8c\x23\x07\x61\x6d\x54\xe2\x5e\x28\x63\xa1\x6c\xb2\xfe\xb8\x8e\x37\x4c\x50\xa8\x6b\x8e\xba\xc1\x7c\xe9\x88\xac\x8c\x07\xbb\x11\x1a\xda\x24\xe3\x0d\xe0\x91\x32\x4f\x5c\x8d\x29\xb8\x59\xce\x1e\xda\x39\xa1\x07\xba\xa4\x6b\xdc\x44\x5f\x90\x2e\xf9\x3a\x84\xf0\xf7\xbc\x0d\x89\x31\x87\x3e\xbd\xc1\xa5\xfe\x52\xe9\x98\x4a\x88\xfe\x3f\x40\x90\xad\x16\x77\xb1\x63\x47\xee\xe1\xed\xc3\x3a\xb4\x93\xcd\x75\xd1\x85\x60\x3d\x4a\xf8\x94\x4d\xb5\xa4\xce\xb6\x99\x3e\x01\x29\x38\xe9\x40\xee\x38\x93\x60\xac\x99\x00\xef\x5c\x81\x09\x68\xf3\x13\x3e\x02\x43\x05\x25\x11\xa7\xf8\x84\x9f\x99\x12\x08\x49\x58\xd9\x59\xde\xa6\x73\x1a\x1a\x54\x35\x0a\x55\x25\x8e\x34\xde\x38\x84\x58\x9a\x9e\x64\x7c\xa3\xa0\x9c\xe9\x4a\xfe\x32\xdb\x70\xbb\x83\x1c\x91\x2b\x64\x63\x5c\x11\xae\x56\xf5\x63\xdc\x83\x56\x1a\x8c\x8a\x26\x69\x17\xb8\x04\x28\x37\xf9\xad\x36\x1b\x83\xad\xb1\x2e\xe6\x44\x0f\xcf\x26\xc0\x09\x74\x70\x30\xd8\x77\xe1\xb4\xda\x67\x5c\xc9\x6b\xa0\x44\x5b\x80\xc5\x24\x0e\xc6\x0a\x4b\xee\x2d\x9b\x68\xf8\xbd\x3e\xe1\x1c\x81\x4b\xfd\xa6\x56\xfd\x84\xc9\x9a\x68\x80\xbf\xf3\x8e\x37\xcb\x7e\xe0\x6a\xf9\x86\x45\x68\xa2\x06\x8b\x5c\x34\xb7\x81\xaa\x4c\x5c\xe0\x2f\xc1\x1e\xd0\xf7\x22\x8f\x3d\xc4\x7b\xde\x42\xa0\xc2\x96\x1d\x35\xbe\x33\xa5\x2e\x46\xd6\x77\xd2\x99\x19\xe4\x92\x5b\x8c\x45\xdc\x0e\xd2\xfd\x73\x05\xa7\xba\xb5\x4d\x76\x22\xd9\x72\x9a\x1b\x83\x9a\x8f\x9b\x33\x5e\xdd\x06\x30\xe8\xb2\xd6\x7f\xa2\xf6\x5a\xcc\xf4\x40\xe3\x8a\x01\x06\xc8\x41\x17\x60\x90\x80\x4d\x8e\x28\xe0\x54\xb1\x40\xcb\xb9\xcd\xfd\x66\xde\x2a\x49\x6c\x21\x48\x79\x67\x14\x2b\x76\x00\xb6\x0b\x84\x20\x06\x32\xdb\x2a\x65\x22\x44\x29\xd4\xab\x00\x52\x52\xcd\x64\x4d\x0b\x2f\x49\x3f\x85\x74\x60\x73\x50\xbb\x92\x16\x2c\x3c\x28\x22\xde\xf2\xaf\xec\x88\x1d\x99\x0c\x1d\xff\x6a\x3b\x9f\xe3\xf5\x13\x5d\x77\x83\x11\x81\x31\x5e\x90\xe2\x33\xa2\x1f\x68\xc4\xe6\x0e\x48\x93\xf8\xd4\x5b\xf8\x2e\xd0\x76\xc1\x90\x49\x87\x43\xd6\x63\x5f\x6b\xb0\x00\x7e\x34\x07\x2f\x70\x80\xd5\x80\x2c\x30\xca\x1f\xd9\xf0\x8a\xdd\x2f\x0f\x6d\xde\x7b\xfc\x2a\xaf\xf8\x86\xaf\x26\x2d\xce\x12\xe3\x44\x2d\x89\x69\x2b\x63\xad\xb8\x9c\x59\xa3\xb7\xfc\xdb\x71\x37\x9a\x16\x28\x71\xe8\x13\xee\xe7\x05\x4a\xfc\x66\x9b\x52\x9d\x1b\xeb\x6d\x6a\x7d\x13\x08\x49\x33\x97\x86\xfa\x09\xea\x36\xae\xc6\x88\xfb\xc1\xe8\x6a\x34\x92\xec\xda\x71\x88\xeb\x6f\xa6\x47\x0c\x47\x52\x12\x46\x89\xc6\xb3\x9f\x28\x08\xab\xe6\xf4\xff\x46\x71\x8b\x16\x69\xb1\xd2\x5a\x47\xef\x6a\x10\xa8\x17\x27\x9e\x6b\xcc\xd7\x41\xf7\x92\xde\x52\x03\xab\xc4\x3a\x88\x34\x24\x90\x3e\xf0\xa1\x87\xc1\xe3\x37\xae\x6b\xc1\xc8\x6d\xe1\x1b\xe2\x97\x13\x8c\x6e\x16\x96\x12\x97\x69\x5e\x0c\xe3\xbc\xc5\x2a\xd6\x46\x23\x63\xf1\x7e\x30\x81\xa6\xc5\xec\x26\x0c\x50\x30\x05\x7b\x5c\xad\x54\x52\xbc\xc6\x0f\x41\xfe\xba\xab\xf7\x72\xb0\xd3\xfe\xff\x35\x09\xba\x35\x9b\x64\x25\x29\x95\x69\x39\x37\x83\xaf\x6e\x84\x62\x12\x30\x02\x61\x81\x10\x82\x5f\x1d\x83\x76\xd0\xb8\x52\x8c\x16\xce\xbe\x6f\xb6\x55\x93\x49\xcc\x33\x79\x55\xff\x19\x1d\x21\x5c\x07\x5d\x1b\xa5\x49\x83\x98\xf5\x4e\xd4\x9c\xd7\x86\x6f\xc6\xe4\xb4\x03\x2a\x6b\xea\xc5\x98\xe0\x46\x91\x2a\x2b\xa9\x7b\xa7\xc3\x23\xc3\xa7\x34\xd7\xbf\x8a\x78\xfa\xe5\x09\x6b\xd5\xbc\x7a\x50\xb9\x56\xfa\x9c\xa8\x84\xac\x3a\x56\xfb\x58\x36\xf0\xff\xd6\x16\x99\x62\x17\x4e\x4b\x63\xee\xd4\x74\x14\x8d\x6f\x1a\xee\x53\x63\xf9\x92\x8f\xba\x8c\x9b\xbb\x9b\x18\x6b\x2a\x3e\x16\xa6\x84\x6f\xf9\xe9\x47\x89\x25\x01\x9d\xac\xd5\x14\x3d\x58\x5a\x4a\x95\x93\xa7\x6e\xd2\xae\x79\xdd\xc0\xb3\xe7\xee\x1b\xbe\xb4\x66\xd3\x4b\xc1\xa1\xb5\x2e\xb1\xc6\xab\x58\xcc\x6a\x08\xfd\x49\xed\xf6\x80\xf5\xa2\x7d\x9f\x2d\xce\x3f\xab\xd2\x56\xe6\x64\xb6\x32\xac\x80\xa7\x17\x8f\xbe\x73\x7b\x7d\x0f\x73\x79\x97\xc2\xde\x54\x74\x49\x09\x19\x40\x78\xe5\xf8\x2a\xbe\x9b\x7a\x51\x24\x51\xde\xdf\x4a\x94\xb6\xeb\xd2\x29\x59\x63\x99\xd7\xce\x1f\x05\xc9\xc1\x53\xdc\x10\x12\xb6\xcc\xef\x9f\x07\x03\x3b\xa4\xbb\x98\x1a\x44\x6b\x5c\x47\xcb\xef\xdc\x86\x15\x70\xf4\x5f\x84\x4f\xef\xbd\x1d\xa5\xfc\x2b\x54\x7f\x8c\xc2\x06\x7f\x51\x7b\xf7\xfc\xf0\x8e\xf8\x89\x32\xd6\xc8\x85\x1a\x4c\x8d\xc3\xb0\x50\x14\x28\x2e\x60\xab\xed\x19\x8f\x05\xc6\x6e\x68\x15\xca\xda\xdc\xfe\x1b\xd9\x23\x77\x3e\xec\x6b\xe1\xcb\x3b\x29\x36\xc7\x88\xfc\x96\x14\x5c\x70\x1d\x39\x50\xe3\xd9\x7b\x43\xb3\x45\x37\x5a\x0d\x8a\x72\xb0\x5b\xf2\x7a\x50\x5c\x9e\x14\x56\x0e\xb9\xff\x71\xfb\xd8\xad\xc4\xe9\x6d\x5f\xd8\x32\xfe\x39\x6e\xb1\xd5\xdb\xe2\xe9\x03\x7f\xd0\x2f\x56\x5b\xf8\x32\xb3\x85\x07\xf8\x21\x73\x1a\x06\x05\x7b\xba\xc3\xe1\xe8\xc5\xe5\xfd\xa2\xad\x3d\x9d\xb6\x18\xbd\xe7\xb7\x3a\x94\x2d\x61\x01\x0f\x30\xc2\x7e\xa0\x0a\x9b\xe8\x40\x14\xcb\x78\x8f\x1f\x0d\x7d\x48\x24\x5e\xf0\x96\xea\x76\x74\x85\x29\xdf\x95\x60\x66\x5f\x03\x3c\x4d\xc0\x13\xb2\xf1\xa9\x68\xcb\xc4\x58\x3a\x8a\xd8\x17\x3d\x97\xb4\x08\x49\xa6\xac\x28\x28\x56\x2f\x71\x5b\x96\xe7\x6c\xb8\x16\x87\x33\x01\xa7\xfa\x59\xf5\x62\xcf\x70\xd0\x28\xb4\xa2\xb6\x2a\x0f\x72\xf9\x66\xdf\x85\xe2\xa5\xcc\xd9\x1e\xe8\xee\x21\x2c\xb7\xf9\xed\x6d\x33\xc6\xc0\x2e\xb0\xd8\xb4\xd0\xe9\x46\xcd\x8e\x7c\x33\x71\xe1\xba\x02\x9f\xbd\x78\x6d\x9a\x27\x41\xb9\x59\x1f\x5e\xc5\xba\xa7\x50\x67\x6a\x3c\x75\xe6\x49\x81\xc3\x55\xe3\x1f\x98\xac\x1a\x8a\xdc\xab\xb4\xce\x08\x78\x25\x00\x1d\xfa\x95\xfd\xe5\xc2\x99\x08\x6f\xa4\x5e\xab\x02\xd1\xa1\x26\x5f\xc8\xd4\xec\xa3\x23\x08\x1f\xb9\x7e\x55\xfa\x91\xeb\xcf\x43\x19\x82\x3b\x1f\xb1\x88\x3d\xaa\x92\xf9\xd2\x96\x33\x73\x80\xf8\xd7\xbe\x96\x81\x24\xc6\xd7\x80\x14\x20\xab\x46\xf7\xa3\x2d\x2d\x47\x85\x2b\x63\x8d\x87\x92\x1b\x51\xb8\x32\x32\x82\x98\xdb\xca\x95\x44\xee\x91\xe1\x21\x91\xc8\x8e\xfc\xa3\x44\x4e\x94\x44\x86\x73\xdc\xd4\x9b\xf2\x0f\x12\xd9\x75\x24\x9e\x93\x51\x4a\xf8\x8d\x50\x9a\xcc\x74\xe4\x1e\x6d\x82\xd9\xda\x31\xfe\xf0\xbe\xfa\x05\xc6\x3d\x89\x19\x5e\xbf\xef\x52\x92\x40\xa4\x6f\x50\x4e\x22\x9e\xf5\x2a\xf7\xb4\xa8\x05\x33\x00\xdf\x29\x43\x46\xb5\x40\x6d\xbc\xa8\xbf\xf5\xdb\x73\xf2\x3f\x03\xf9\x7f\x84\x74\x3c\x2b\x06\x8a\xc5\xb7\x03\x58\x37\xe2\xe5\x88\x56\xce\x95\xb5\x03\x41\x3d\x59\xe1\xed\x92\x1a\xbe\x87\x8f\x5a\x66\x92\x89\x35\xc6\x62\xd6\xc8\x03\xa6\xeb\x25\x1e\xfd\x62\x70\xd5\xc8\xd0\xcf\x2d\x0c\xa4\x2b\x38\xb4\x86\x57\xfa\x08\x35\xd9\xab\x87\xbc\xe7\xaf\x38\x87\xec\xcb\x01\x3a\xc7\xaf\xdd\x2f\x35\xb8\x3d\x59\x2b\x12\x99\x4f\x90\x98\xaf\x42\x81\x49\xa9\xe9\xb5\x2a\x75\x0f\x23\x82\xe5\x6b\x4f\xc7\xc3\x20\x8b\xef\xdd\xc6\x74\x4c\xb5\xf7\x1d\xc0\x26\xe8\xa1\x66\xac\xdd\x33\x3e\x6e\xe4\xb1\x0b\x23\x25\x30\xd8\x6e\x35\x7e\x10\xc3\x21\xb3\xd6\x98\x70\x1d\x46\xfd\x7b\xca\x64\xc2\xd8\x5a\xe9\xb3\x09\xed\xc8\x50\xa9\xea\xa3\x75\x3b\x0d\x50\xa6\xde\x87\x79\x78\x8b\xa9\xca\x27\x09\xe1\x76\x87\x76\x6a\x33\xc4\x54\x2f\x1e\x42\x7e\xc7\xb2\x46\xb7\x91\x74\x76\x1d\x79\x3d\xf3\xcc\x2c\x41\x77\x66\xb6\x01\x82\xd3\xba\x9d\x08\xd8\xc9\x9b\x78\x6a\xa5\x7b\x7b\xab\xf4\xcc\x13\x0f\x67\x7f\x29\x10\x94\xfa\xca\xa8\xb2\xbc\xbe\x27\xaf\x2f\xd4\x4e\x3a\x66\x0f\x50\x45\xf0\xd9\xe9\xc0\x98\xf7\xb5\xd0\xa7\xaf\xab\xa1\xcb\xbe\xc4\xf7\x49\xb6\xe3\xb4\xd5\x51\x8e\x78\xc1\x8c\xea\xad\xae\x89\x8a\xd5\x11\xff\xdd\x89\x1c\xfe\x07\x13\x59\x81\x93\xe7\x49\xdb\x27\x1c\x40\xf1\x3c\x7a\xaf\x99\xbb\x66\xb6\xf8\x7f\xe4\xcc\xf5\x85\x8e\x06\xe7\x8d\x93\x34\x51\x4a\x32\x97\x1f\x8a\xcf\x34\x52\x34\x96\xf6\xa5\x75\x98\x7c\x95\x44\xc8\xeb\x07\xa8\x24\x8b\x25\xb0\xe5\x78\xff\x5e\xf0\x06\x38\xc8\x26\xf7\xe1\xc4\xc9\x2d\x68\x53\xd4\x21\x3c\xa0\x22\xd0\x51\xe0\x00\xf5\xc5\xe1\x80\x48\xd3\x1f\x0e\x3b\x76\xfa\xe5\x75\xed\x30\xc4\xbc\xc8\x10\x4b\x0d\x9d\xbc\x2b\x62\xd1\x59\x4a\xab\xd8\xbc\xcf\xbc\xfe\xda\xb1\x6d\xa1\x18\xea\x75\x50\x2c\xac\x28\x87\x64\xe2\xd7\x67\x68\x83\xaf\x37\x18\x04\x5c\x6d\x4c\xdd\x12\x1b\xa1\xf4\xf4\x6a\xc7\xb8\xe3\x0f\x77\xe0\xc4\xfb\xee\x37\xc1\x20\x62\x8b\x16\x14\x12\x45\x2f\xc9\xf9\x61\x8b\x22\xce\x03\x0a\x62\x60\x8a\xe0\x9f\x1d\xed\x6b\x49\x0a\x31\x2f\xcf\xa2\xca\x86\x18\xce\xea\x08\xdd\xc9\x9c\x40\x3e\xc2\x3e\x32\x65\x65\xc1\x3e\xfa\x45\x29\x25\x69\x26\x51\x97\xff\x70\x5a\x42\xfe\xa7\x53\xc1\x8e\x66\x8f\x04\x5d\xce\xe4\x77\xdc\x86\x10\xec\x42\xff\xa0\xfc\xc6\x19\xd4\x1f\xc9\x5c\x18\x53\x26\xbc\x78\xd7\x57\xc9\xc3\xe8\x6b\x0f\xa3\x8d\xb9\x1c\x8b\x6d\x65\x80\x71\x94\x8a\x76\xca\x31\x8d\x00\x60\x00\x36\xe6\xa3\xec\xe4\x8d\x23\x4b\xb9\x31\x07\x58\x0e\x67\xbe\xfb\x84\x5d\x51\x94\x67\xcc\x40\xd8\xef\x55\xc7\x2c\x28\xb9\xfc\xf9\xff\xb9\x8e\xff\x27\xae\xe3\x1b\x63\x6f\x0b\xe5\xe5\xf8\xc9\xb4\xfe\xe0\x40\x5e\x0b\xea\x8c\x32\x3c\x9a\x02\xcf\x4c\xed\xfc\x99\xa9\x98\x26\x47\xa6\x99\x98\xb7\x38\x24\xc1\xdf\x7d\x80\x69\xd0\x2e\x77\xc0\xf8\x91\x11\xaf\xbb\xfd\x9b\x90\xb7\xd2\x1a\x00\xbf\x91\xde\x75\x4d\x75\x31\x75\xfe\x7f\xe4\xfd\x5b\x73\xa2\x40\xf7\x3e\x80\x7e\x20\xad\x52\x44\x44\x2f\xbb\x9b\x16\x89\x1a\xcd\x38\x39\x38\x77\xc6\x18\x10\x11\x51\x11\x91\x4f\xbf\xab\xd7\x5a\x9c\x12\x33\xef\xbc\xef\xff\x57\xb5\x77\xd5\xbe\x99\x89\x1c\x9b\x3e\xac\x5e\xc7\xe7\x31\xcb\x03\x17\x65\x08\xe7\x07\x8a\xa8\xac\x00\xc7\x32\x44\x24\x28\x4b\x23\xf4\xb9\xda\x85\x8e\x3e\x07\xff\xf6\xe2\x1d\x82\x17\x22\xd9\x56\x03\xd6\x32\x80\x79\x7f\xe6\x5b\xe4\xaf\x79\xca\xc7\x8c\x1d\x78\x7a\x00\x5f\xa6\x6e\x15\xfc\x3b\xb0\xce\x6d\xf4\x05\xcd\x1a\xa0\x13\xcb\x8c\x37\x85\xf0\x03\x6e\x35\x1d\x71\x95\xcb\x5d\x57\x4d\x5e\x57\xa8\x87\x58\xa9\xfd\x98\x62\x45\x70\xce\x3e\x67\x1c\x09\x4c\x6e\xcb\x99\x78\xbc\x05\xc4\xf0\xdd\xe6\x4c\xfc\xf6\x5f\x10\xd8\xf1\x02\x5f\xbc\x75\xf0\xc2\x67\x26\x1e\x1b\x90\x45\x86\x3c\x6b\xf6\x23\x18\x24\xaf\xcd\x8e\x90\xa3\x37\xed\xdf\x1f\xff\xbb\xf2\xf4\xcb\x27\x3e\x4f\x9d\x78\xc9\xce\x44\x94\x70\xe5\x4c\xfc\x6a\x5c\x90\xc8\xab\xb9\x61\xe2\xfd\x04\xc8\xc5\xf9\x5d\xfd\xce\x08\x51\x2d\xd7\x4c\xfc\xd9\x9d\x45\x09\x81\xed\xb5\x79\xe5\xba\xc3\x01\x29\xf5\x9a\x1b\x66\xff\x6a\xc3\x56\xb5\x68\x76\x04\xb3\x7e\x03\xb3\x24\xfc\x3d\x84\xbf\xed\xa7\x66\x4f\x58\x5b\xeb\x03\x32\xea\x55\xcf\x39\x2f\xec\x4e\x90\xc8\xa6\x28\xc5\xf8\x0b\xdf\xcb\xb4\x72\xf6\xe9\xdb\xd9\x7f\xbf\x77\xc6\x42\xe4\x2a\x5f\xe6\xa8\x97\xa0\xde\x8d\x99\x2b\x12\x48\x24\x5c\x8a\xff\xa7\xb6\xcd\xd8\xef\x7b\x8f\x97\xb1\x8d\x31\xd0\xa9\xde\x27\xe0\x47\x0f\x22\x46\x31\x6f\xb6\x25\xeb\x08\x08\x8c\xa9\xd1\xd1\xc5\x56\x9c\xfa\xf5\x7c\x1c\x9b\xcd\x52\x7e\xec\xdd\x2d\x63\x96\x40\xa6\x74\x1e\x52\x2c\x99\x52\xad\xb2\xa1\xf9\xab\x59\x70\x29\x6d\x5f\xcb\xbf\x89\xe2\x0a\x33\xf9\x1b\x98\x30\xff\xa4\x06\x51\x46\x47\x78\xc1\x54\xf5\x82\xec\x76\x41\x36\x40\x46\xaa\xd4\xb3\xca\x8f\x78\x51\xde\xdf\xc6\x64\x40\x64\x81\xf6\x87\x70\x95\xcb\x7d\xa8\x96\x16\x1e\xc7\x14\x68\x1d\xe9\x10\xad\x3b\xbc\x8f\x36\xe6\x6d\x31\xa1\x7a\xd5\xb7\x77\x18\xa4\x58\xa6\xfa\x18\xca\xae\x07\xb0\x16\x3f\xce\x17\xb4\x53\x45\x7c\xc1\x44\x7c\x25\x99\xa5\xc9\x6f\x31\x5a\x7f\x19\xaa\x54\x0b\x17\x35\xae\x65\x86\x98\xb0\x4f\x57\x48\x36\x67\xcb\xf4\xcb\x6f\x0d\xe0\x76\x6d\x42\x3a\xc5\x8d\x66\x75\x44\x4a\xe2\x9c\x17\x17\xd2\x56\x53\x51\xe3\xc5\x0d\x88\x0f\xf2\xaa\x03\x05\xc9\xa3\xa1\x57\x18\x6e\x55\x57\xe4\x64\x5f\x9f\xd0\xfa\x70\x9b\x9b\x08\xd5\xa2\xf1\x2f\x94\x59\x0b\xac\x5c\x79\x05\x24\xf0\xb8\x45\x8c\x7d\x48\x7c\x10\x6d\xd5\x84\x10\x9a\xb8\x6e\xe5\x9d\x27\x09\xc6\xc6\x79\xf9\x39\xdd\xd1\xc9\x86\x98\x3b\x6f\x6e\xd1\x89\xa7\x5d\xf9\xbf\xdd\xd9\xbf\x22\x09\x09\x43\x35\xb0\x9d\x42\xa9\x9e\x88\xee\x7e\x43\x95\x61\x71\x81\xe4\x00\x6c\xd9\xc1\x6c\x03\x83\x07\xd5\x7b\xc4\x3e\x13\x98\x90\x33\x66\xe2\x4f\x98\x89\x7f\x6b\x4e\xb7\x9d\x73\xbf\x76\x63\x25\xe8\xa6\x10\x2b\xce\xc4\xaa\x92\xf1\x87\x08\xdb\x9a\x88\x74\xd8\x21\xa6\xfd\xce\xb8\x18\xde\x19\x30\xb6\xf7\xec\x12\x63\x9f\x50\xca\x9f\xd9\x05\xb3\xab\x60\xe7\xd0\x11\xc7\x64\x2b\xca\xb1\x7a\x15\x8e\xce\x0f\xce\x5d\x59\xbb\x02\x09\xed\xa0\x0c\x3d\x28\x19\xaa\xfa\x39\xe7\x63\xb0\x47\x5d\xe8\x35\xe6\xf2\xd8\x07\x5d\xcd\x85\xec\xcf\x88\x48\x03\x20\x3e\x53\x20\xcc\xb7\xc6\x98\x32\xe6\x72\x26\xdf\x4b\x90\x65\x86\x47\xf7\x70\xd4\x11\x21\x5f\x9c\x2f\xa0\x24\xed\xac\xc0\x55\xd3\xd7\x31\xad\x6e\x6b\xd8\x74\xac\x1d\x27\xc0\xc0\xd4\x04\x86\x2f\x8f\x23\x9f\x15\x6b\x8b\x0a\xa1\x15\x4b\x05\x6a\x71\x7b\x11\x49\x3c\x38\x66\x2c\x10\xc4\xe8\xdf\xe3\x15\x4a\x29\x96\xf0\xb6\x39\x46\xc5\x48\x33\x89\x1c\x6a\xcd\x64\x4b\x10\x0f\xd4\xb2\xa0\x81\x92\x21\xef\x61\x81\x2b\xb1\x27\x1d\x10\xff\x76\xc7\x4f\x50\x78\x20\x33\xab\x04\xd6\x4f\x5a\xa2\xf9\x23\xb2\x3e\xa0\x28\xb4\x7b\xbc\x44\x91\xde\x35\x24\x8e\xd5\x82\x89\xcf\xd3\x8e\x97\xf8\xca\x07\x41\x31\xe7\x67\x26\x19\x52\x8a\xb9\x08\x06\xdd\xe1\x88\x10\xd7\x3a\x21\x1b\x23\x64\x55\x03\x78\x47\xc0\x1b\xe8\x4b\xe9\x51\x02\x6f\x71\xc9\x4c\x5d\xb1\xa8\x5c\xd1\xa5\x40\x6a\x71\xc5\x46\xa9\x8a\x3a\xa2\x99\x0d\xfb\x07\xbb\x1c\x26\x9d\x70\x61\x3b\x50\x5d\x40\x5f\x61\xba\xc3\x12\xfe\xf9\x84\xa4\xb2\xcd\x29\x13\x1f\x33\xbc\x11\x54\x26\xcc\x0b\x6f\x01\x1f\x91\x2f\x0e\x27\x62\xac\x3b\x21\xf4\xd4\x53\x00\x60\x0e\x29\xf7\x5c\x9c\xb0\xee\xf1\x41\x75\xd3\x67\x7c\x1a\xd5\x38\x0f\xf4\x8b\x20\xfa\x26\xf5\xa0\x8c\x77\xcb\xdf\x2e\xf4\x44\x50\x81\xbd\xc7\xf2\xf5\xef\xd4\x25\x00\x76\xd8\x30\xa9\x09\xcd\x55\xf6\xdb\xe4\xb0\x38\xc4\xc4\xb8\xf2\x1f\x38\x16\x6e\xbf\x6f\x1c\xf1\xd4\x4f\x07\x60\x5f\x5c\xe4\x0b\xcf\x44\x18\xf3\x67\xc4\x5f\x07\x7d\x8e\x40\x32\x72\x42\x39\x9b\x89\x39\x91\x1d\x8d\x99\xfd\x47\xc7\x3d\xb1\x78\x80\x01\x2b\x17\x65\xaf\x81\xb5\xf7\xf8\x80\xf4\x1f\x1f\xa0\xfd\xd4\x02\xed\x1f\x1f\x90\xfe\xd4\x02\xe3\xce\x03\xa6\xcc\xf9\xd8\xe5\x2c\x40\xaa\xd3\x06\x08\x52\x04\xc2\x74\xca\xc4\x1b\xed\x9b\x5f\xc8\x21\x10\xf2\xfd\x44\x54\xa9\x48\x8a\x49\xe3\xfe\xd9\x20\xbc\xf5\x67\x26\x7e\x1d\xdb\xc8\x29\xa2\x66\xfb\x18\x67\xfb\x2d\xa9\xcd\xf6\x81\x3f\xc2\xcb\x41\x0d\x80\xc9\xde\x87\x64\xc2\x62\xb2\x17\x57\xac\xd4\x15\x8b\xca\x15\xf9\x64\x2f\xae\x58\x33\xfb\xcf\xbe\x23\x28\xa5\x20\xea\x90\x3d\xd3\x7c\x12\xde\xe8\xc6\x4f\x47\x59\xee\x53\x05\x32\xf9\x52\x4c\x53\x71\x11\x15\x85\x66\x16\xf3\xe6\x86\x75\x88\xc1\x30\x1d\x40\x7b\xff\x01\x6e\x7c\xc9\xae\x4e\x05\x6e\xbc\x44\x14\x0f\x40\xdf\xec\x0b\xc4\x29\x22\x8c\x21\xdf\xa2\x82\x6d\x54\x49\xae\x6d\x82\x48\x00\xdb\x4f\x96\xb9\xd2\x76\x26\xfc\x5f\x4d\x9b\x0d\x77\xdc\x0b\xab\x10\x43\xe3\xa3\x31\x6a\x2e\x99\x6d\xf0\x23\xe4\x0c\x1e\x79\xf0\x0b\xbf\x62\xfb\x0b\xe5\x18\xf2\xef\x67\x90\xc6\x2f\x0d\x99\x62\x3e\x5c\x0d\x56\xfc\xb0\x85\xa4\xfa\xd5\x1e\x92\x8b\xdf\xf7\xbf\xa8\xef\x80\x77\xd4\xe3\xb0\x1d\x62\x7a\xf7\x96\xa7\x6d\x0a\xfe\x83\xe1\x45\x4f\xfb\x8e\xe0\xaa\x7a\x8a\xb9\x5f\x10\x5c\x43\x51\xfb\xda\x6e\x9b\x22\xf8\x6a\x7e\x4f\x01\xab\xe9\xc1\x61\xe5\xcb\xf6\x3c\x6b\x21\xac\x54\xef\x38\x44\x63\xd0\x44\xb8\x12\xdb\x88\x45\x99\x32\x92\xa7\x86\x9c\x91\x85\x76\x75\xea\x56\x7b\x68\xaa\x7a\x68\xc5\xd8\x26\xf0\xea\xf0\x59\xd7\x88\xca\x45\xf4\x29\xf6\x58\x0e\x32\x97\x03\xea\x9e\x21\x29\x40\x06\xc3\x64\xf1\x3f\x3c\x6f\x73\xef\x71\x4f\x4c\x9c\x86\xfd\x60\x04\x16\x33\xcf\x1b\x7a\xee\x12\x78\x39\x72\xe6\xfd\x15\x9f\xa3\x04\x1e\xfc\x0b\x76\x24\x75\xfb\xbf\x3d\x57\xa9\xbc\x0f\x77\x1f\x89\xe4\xec\x30\x90\xec\x2f\xe3\xd8\xa8\x8e\xa3\x34\x79\x6d\x08\x5b\x38\x5f\x40\x19\x7d\xae\xcc\x97\xb2\xd1\x2d\x28\xdf\x41\xbe\xff\x21\xcd\x57\xb5\xe3\xdb\x27\xca\x0c\x19\x33\xfb\x37\xa6\x34\x20\xd3\xf4\x26\xc1\xff\xe1\xf7\x4a\x29\x36\x01\x72\x0a\x9c\xf9\x89\x52\x7b\xf0\x0c\x5b\xa7\xd4\xc3\xb7\xee\x48\x59\x7d\x2d\x91\x55\x0e\xac\x99\x04\x02\x69\xe9\xfb\xf7\x95\xc3\x12\x15\x89\xf0\xca\x3d\x09\x1a\x62\x14\xdb\x48\x53\x1d\x63\xb1\x89\xd3\xbf\xe4\x50\xb2\x10\x02\xfc\x9d\xed\xd0\xd2\xbc\x22\xb7\x64\x1b\xdf\xfe\xa1\x53\xd4\xb7\x20\x19\xb6\x5a\x66\x7d\x8e\xb4\xfb\x63\x2c\x6f\xb9\x41\x02\x11\xe4\x9e\xa1\x65\x92\x00\x0b\xbe\x1d\x52\x41\xb6\x5f\x81\x13\x72\xab\xfd\x28\x10\xd3\x8c\x06\xe8\x39\xc9\x07\x6a\x0a\xc9\xab\x33\x28\xf2\x06\x62\xce\x91\x77\xa9\x2b\xe3\xc5\x3a\x06\x91\x26\x24\xab\x9d\x9d\xe5\xa2\x6e\xe6\xe2\x7d\x53\xaf\xa3\xb6\x81\xd9\xbb\x7b\xf8\x89\x27\xfd\x7e\xef\xb9\x3a\xd4\x7d\x06\x90\x26\xea\x44\x18\x51\x9a\xa6\x27\xe8\xd3\xf9\xf5\x84\x69\x9e\x47\xe4\x2a\xdc\xa8\x49\x01\x3c\xca\x7f\xc6\x4d\x87\xed\xb8\x52\xab\x5b\x33\x61\x76\x47\x95\x1e\x67\x53\x00\x4a\x66\x53\xd4\x74\x06\x58\xb6\x53\x43\x61\x43\x39\xc9\xd6\x84\x9f\x58\xf4\xb8\xea\x0d\xb5\x51\xe6\x72\xb1\x7a\x1c\x56\xfb\x6b\x73\xc9\x44\x68\x9d\x37\x39\x22\x99\x03\xbb\x89\x60\xed\x99\xda\x70\x06\x4f\x47\xd1\xea\x7d\x45\x71\x7b\x3a\xf1\xb6\xf9\x1d\xc4\x4d\xc7\xba\x53\x76\xee\x10\x88\x1b\xe0\x1a\x74\xa8\x50\x7a\x57\xaa\x9a\xe4\x43\xbd\xa2\xeb\x79\x63\x86\xb2\x7a\x09\x35\xaa\xc5\x0f\x1b\x14\xca\x83\x2e\x9e\xef\x77\x95\x0a\x24\x74\x28\x2a\xf8\x71\x2f\xc8\xaf\x56\x4f\x9b\x41\x15\x53\x89\x06\x07\x48\x79\xc8\x0f\xe2\xf1\xc3\x4e\xe4\xfb\x82\x93\x67\x63\x9a\xbc\xb6\x3d\x30\x84\xa3\xd3\x2a\x59\x70\xd9\xd6\xca\x53\xb8\x56\xd3\x63\x31\x51\xeb\x98\x65\x4a\xe9\xb8\xf2\xa1\x7e\xae\x18\xfb\x09\x9f\x57\xe4\x8a\x98\x50\xbe\x65\xd1\xad\xaf\x8c\xb1\xae\x31\x42\xa6\x20\xf0\x6d\x39\x8c\x09\xc3\x40\x36\xfa\x9e\x31\xca\x5d\x00\xe2\x97\xf6\x51\x9a\xf3\xef\x9d\x82\x3a\x55\xbe\xe1\xd5\xf5\x67\x6e\xcf\xc3\xca\x33\x6d\xc6\xc6\xfe\x19\x2b\x49\x78\x24\x6a\x57\xab\xc5\x31\x70\x45\x4e\xb5\x46\x57\xa3\xea\x23\x3c\xde\x21\x6a\x9c\xe6\x9a\x89\xb7\x33\xa6\x9f\x76\x80\x87\x4c\xe8\x3c\xec\xd7\xdf\xdc\xe7\x8c\xb1\x43\x1f\x3e\xa7\x57\x01\x1b\x88\xfa\x48\x92\x2a\x2e\xb1\x6c\x16\x18\xc9\xc2\xe7\x24\x64\x50\x39\x10\x5e\x5e\x3f\x02\x0e\xac\x88\x0f\xf6\xa3\xb2\xe7\x7c\x94\x82\x58\x59\x05\xe1\x6d\x80\x56\xfe\x7d\xc5\xd2\xf4\x19\xd4\xc4\xf7\x5c\x5e\x9e\xc1\x24\x70\x35\x79\xfe\x78\x88\x34\x83\x5f\xb1\xbd\x55\xce\x68\xf8\x49\xe8\x25\xd3\x43\xd2\x55\xbc\x5d\xb5\x36\x6e\xba\x6b\x3b\xea\x4e\x93\x9b\x98\x7f\x73\xe6\xa1\x36\xfc\x7e\x01\xdb\xe4\xf7\x5d\x82\x07\x18\xa7\x93\x95\x04\xe5\x91\x0d\x93\xa3\x3e\x68\x19\xec\xca\x35\x64\x83\xd3\x4f\xc4\xb3\x7d\x19\x37\x3b\x00\x3d\x37\x20\xb7\x6b\xef\x02\x5e\x56\x39\x90\x0b\xdc\x76\x6e\x1f\x58\xcc\x69\xe4\x3b\x43\x57\x27\xc8\x02\x0d\x3c\xfd\x21\x64\x15\x48\xe8\xe1\x83\x38\xe5\xf0\x28\x08\x9a\x97\x88\x23\x4e\x13\xa0\xdb\x95\xe7\x4d\xd9\xef\xb2\xc5\x71\x5b\xdf\xf2\x70\xd3\xbc\x03\x5f\xe3\x5b\x7b\xa4\x31\x6e\xe3\xfa\xd8\xf3\x47\xf5\xe8\xbd\xd0\x91\xbf\x18\x13\xc4\xd5\x0a\x5e\x33\xd1\x1a\xf6\x3f\x71\x14\xd3\x01\xf2\xba\xed\x01\xf7\x54\x7a\x22\x89\xd0\xa3\x05\x2b\x79\x76\x79\x6a\xda\xec\x19\x36\xc4\x5f\x2c\xda\x63\xfa\x03\xd1\xd6\xaf\x43\x2a\x38\x26\x8f\xcf\x13\x16\x5b\xd7\x3c\x3e\xf1\xa2\x74\xf0\x0c\x7c\xb4\xe3\xaf\x03\xb5\xd6\xc4\xcb\xe0\x13\xb7\x1c\xc9\xc4\x5b\xc4\x73\xa8\x4a\xfb\xc1\x7f\xb9\xbb\x4d\x7c\xdf\x1c\xbf\xd2\xe8\x1b\xe0\x52\x11\x06\x6f\x3f\x42\x13\xce\xdd\x8a\x6b\x28\x30\x24\x52\x22\x21\x17\xfb\xc2\x8f\x1e\x72\xea\x2f\xac\xb7\x08\x2c\xf7\x8c\xcf\x03\xfd\x56\x6d\xf0\xf2\x32\x20\x0e\xf5\x0d\x13\xf3\x56\x4a\xf3\x53\x4d\x9a\x17\x37\x9f\xa0\xea\xd7\x1f\xfa\x5b\xd9\x4b\xbf\x30\xd1\x7e\xb0\x45\x4a\xaa\x84\x50\x06\xbb\x47\x42\xef\x5b\x31\xf1\x72\x3b\xe3\x56\x66\xfa\x12\xfb\x47\x29\x47\x2f\x3d\xbf\x3c\xba\x51\xdb\x3d\xa2\x5d\x2c\x73\x60\x3f\x04\x5a\xb5\xc1\x63\x9d\x88\x81\x3f\xac\xce\x9d\x29\x6d\x34\xd8\xbc\x84\x77\x3f\x71\xb6\x40\xb6\xf5\x81\x47\xd7\x09\x7e\xc9\x05\x6e\xde\xf6\xa0\x6b\xa6\x5b\xd0\xb6\xd8\x33\x90\x57\xfa\xdc\xdf\x96\x9b\x22\x60\x7d\x5d\x07\xff\xc9\xfd\xf5\x75\x10\xdc\xae\x45\x96\xae\x39\x20\xad\x43\x35\x28\xb3\x3a\xd0\x97\x42\x04\xbb\xff\xe4\x11\x5b\x32\xf1\x2b\xa9\x5f\xb4\xf8\xe2\xfa\x83\x9e\x3e\x52\x4d\x43\x74\x1a\xe6\xae\x34\x31\xe9\x69\xd6\xdd\x76\x1d\x00\x1f\x57\x18\xdc\xef\xcb\x5c\x19\x12\x13\xa5\xd7\xab\x79\x9e\xa3\x4d\xe6\x5d\xbc\x40\x77\x83\xf8\xdd\x46\x06\xdf\x2d\x18\xf3\xe2\x2d\x8d\x27\xf5\x0b\x9f\x19\x7b\xce\x47\x82\x0e\x8e\x41\x89\xc2\xa0\x6d\xc8\x0f\x11\x00\x65\x8f\x8c\x0f\x7a\x8e\x9a\x8c\x99\x89\xe1\x86\x0e\xc6\x51\xf7\x3c\x0a\x47\x38\xeb\x94\x24\xde\x45\xaa\x23\xa6\xa6\x35\x6a\x7e\x65\xd7\x51\x6a\x85\xe7\x34\x2b\xde\xc1\x2d\x52\x77\xc0\x34\x16\xcd\x65\xc4\xbd\x07\x65\xd1\x1c\xb8\xfb\xe0\x4a\xa3\x85\xe4\x5e\x6a\x5d\x99\xc3\xda\x60\x7e\xbb\x93\xb1\x15\xf4\xf0\x2a\xbf\xa9\xe1\x02\xc8\xc2\x40\x24\x3f\xa8\xa9\x3f\x4f\x82\x8e\x86\xe4\x88\xa9\x59\x99\x02\x03\x51\x1d\x54\x81\x10\xf0\x0e\xbc\x3e\x7d\x43\xa3\x70\xa1\xb4\xa8\xdb\xf4\xff\x1b\xf3\x63\xa7\xc4\x81\x52\xad\x5b\xb2\x06\xf4\xd9\x0d\x20\x54\x87\x95\xc3\x7f\x8c\x1c\x10\xb6\xb2\xe8\xc0\x12\x48\x12\x30\xf7\x1f\x06\x6d\x71\xf7\x1b\xc5\x28\x76\xc5\xdd\x17\x6f\xbb\x16\x86\x45\xf9\xe0\x8a\xee\xd6\xe3\xd5\x46\x0d\xe7\xa4\x93\x6a\x41\x41\xd2\x0b\x67\xe3\x96\x75\xb8\x20\x74\x66\x65\xff\x03\x0f\xd3\x0e\x34\x75\x76\xe0\x7a\xcd\x7f\x7c\xd9\xda\x98\xd4\xa1\x3a\xda\x4c\xd1\xdb\xd2\xb8\xa9\xff\x03\x09\xca\xf0\x19\x30\x77\x0f\xd6\xac\x1e\x1f\xb9\xe4\xd1\xea\x06\xd7\xae\x82\x98\xbd\x94\xa2\x65\xdc\xaa\x98\xa2\x3d\x9c\x47\x63\x78\xfe\xa9\x8b\x13\xfb\x70\x80\x49\xba\x8e\x0e\xca\xdc\x17\x98\x46\x32\xeb\x77\xc7\xb5\x37\x74\xf2\x37\xec\x05\xbd\x01\x99\xbc\xbf\xbc\xe1\x12\x14\x50\xc1\x4c\xa4\x07\x9c\x9d\x3d\x0d\x31\x2a\x4d\x0d\xbf\x28\xb9\x59\x77\xdf\xac\xae\xd2\x1f\x57\xe5\xab\x57\x39\x71\xc8\x40\xa4\x17\x2b\xf7\xd1\xa9\x55\x89\xfe\xc6\x36\x67\xdd\xa7\xa4\xa8\x60\x1f\x3c\x81\x87\xfb\x28\xca\x91\x7d\x65\xee\xaf\x16\xa7\x56\x2d\x93\x20\x37\x43\xa6\xb9\x2b\x22\x01\xb8\x17\xc4\x07\x63\xb3\x8b\x21\x7f\xea\xae\x41\x80\x1f\x43\xfe\x66\x30\xd5\xab\x1f\xd3\xc2\xc3\x0d\xfc\xb5\x75\x71\xea\x92\xc7\xb9\x00\xc5\xed\xe9\xb6\x7a\x34\xd8\xe0\xa1\xdd\x74\x44\xb8\x58\xba\x18\x84\x6f\x5b\x3e\x0c\xbf\x73\x92\x5b\xcf\x6e\x3a\x93\x73\xee\xf4\x36\xfb\x00\x7e\x5c\x7a\xbd\x8f\x56\xd5\xeb\x1d\x5a\xe4\xe0\xee\x8b\xaa\x83\x3b\x15\x3b\xd4\xde\xf6\x22\x70\xa9\x00\x7e\xc1\xd8\x80\x77\x61\x53\x67\x37\x6e\x0c\x48\x93\x5e\x32\xe6\xf3\x6b\x1f\x7e\x2d\xd3\x7e\xa1\x5f\x4b\xcd\xda\xe1\x35\x07\x88\x3a\x93\xb7\x4a\xc4\x9c\x14\xc3\x2d\x8f\x41\xdf\x7b\x7c\x85\xea\xc3\xa6\xcd\x16\x1a\x0f\x6e\x43\x7c\xad\x87\xa6\xad\x5a\x93\x29\x27\xa5\xab\xf0\xaa\xb3\xcf\x1d\x72\x38\x05\xcf\x85\xf5\xa9\x89\xbf\x3b\xda\x43\xeb\x86\x9e\xad\x2d\xcc\x8a\x93\xd0\xc2\x11\xa5\x5b\xd9\x4c\x7c\xa0\x7b\x5d\x13\xa5\x5b\xf1\x5a\x21\x77\xf6\xe6\xc4\xe6\xaf\xb4\x2a\x9f\x9f\x0e\x74\xdd\x8c\x89\x5f\x08\xc1\xd6\x74\x98\xf3\x5e\xf1\x70\x22\xc8\xcb\x7d\x57\xfe\xb9\x25\x2a\x6f\x46\x85\x8d\x5c\x9f\x40\xe1\x08\xae\x4f\x29\xdb\xa6\x2c\xe9\x6c\x8d\x1b\xcc\xae\x4d\x06\x16\x98\x26\xf6\xfb\x4a\x53\x3b\x2f\x65\x53\x4f\x5d\xab\x42\x62\x5c\x04\x54\x76\x48\x03\xbf\x0c\x76\x44\x38\x2a\x20\xd4\xad\x73\x33\x45\x07\xeb\x11\xe7\xfd\xe6\x04\xf6\x80\x4c\xb9\x8f\xe8\x9e\xc8\xbd\x4a\x2c\xf9\x3f\x52\xaf\xca\xb7\x5b\x8b\x2e\x47\xea\xd5\x3b\x37\xd4\x98\x57\x2b\x37\x54\x9e\x7f\x40\x87\x29\x66\x25\x45\x28\x00\x5f\xaf\x1d\x1b\x95\x97\xbc\x43\x35\xeb\xb4\xff\x4e\xbe\x8f\xd0\xbf\xaf\x95\x9e\x66\x98\x70\x9d\x77\xff\x7e\x0b\x61\x48\x30\x3e\x43\xcb\x00\xe2\x4b\x04\xa5\x58\x1d\x10\xfb\x73\x8b\x6c\x10\x97\x78\x44\xe9\x53\x4b\x26\x5e\x13\xfc\x55\x3b\x27\x02\xab\x23\x68\x4a\x04\x57\x38\xe2\xf3\x24\xa7\xf8\x54\x5a\xf0\xf6\x48\x4e\xe9\x2e\x67\xf6\x7b\x3c\x6e\x16\x8c\xb8\xdb\xef\x3d\x93\xf2\x4a\xcf\xbc\x3d\x34\x1d\xf6\x47\xfd\xd3\xe3\x6f\xa8\x13\x20\x79\xe9\xd6\x40\xc5\x74\xd7\x81\xa0\x48\x1e\x4b\x11\xb5\x71\xf5\x2d\x1a\xd7\xd6\xc7\xbf\x4c\x83\x50\x34\xf7\x82\x49\x93\xb7\x76\x34\x1a\x36\x63\x36\x51\xf2\x57\x9b\x98\x54\x9b\x38\x51\x3b\xd2\xf3\xfb\xd6\x70\x4a\xd5\xe2\x44\xc4\xa5\x47\x9f\x38\x5a\x95\xa8\x3d\x05\x14\x0b\x5a\xa8\x39\x1b\xfe\x86\x00\x51\xc7\x18\xe5\x41\x12\x91\x93\x9d\xc8\xe0\xec\xdc\xe1\x47\x5d\x30\xf1\x27\x01\xa2\x0c\xf6\xd4\x88\x54\x9f\xd8\x7f\x42\x5e\x52\x8c\x12\xbd\x2c\x31\x21\x2f\x99\xfd\xbe\xdb\xd9\xe5\x2a\xac\xf2\x87\x4e\x99\x78\x73\x31\x69\x08\xcd\x8b\xf8\xc7\x37\x16\xe1\xb3\x05\x1b\x7b\xfc\xf0\x7c\x9f\x66\x36\x39\xd8\xe5\x70\x5f\x9e\x9a\x53\x8f\xeb\xa3\x2b\x6f\xda\x2e\xef\x8e\x52\x2e\x8a\x46\x4b\x26\x7e\xa5\xed\x6a\x98\xc9\xc1\xae\x3e\xc3\x4a\x41\x73\x2a\x1b\xf0\xbc\x77\x87\x0f\xc0\xa5\x7a\x3e\x55\xe2\x68\x9a\x46\x54\xd0\x1a\x84\xba\xdf\x76\x89\xf5\xc3\x97\xf8\x09\x2f\xdb\xd8\x3f\x0c\xef\x7e\x96\xf0\x78\x14\xa3\x99\x46\xdc\xb1\x98\xd6\x32\xf5\xe0\x6c\xcc\xd3\xb3\x68\x4e\x53\x1e\x3f\x28\x29\x7a\xe5\x97\x87\xe8\xcb\x07\x99\xe8\xbf\x9a\x61\xaa\xec\x6b\x0f\xb1\x37\x9e\x40\x3c\xb1\x2d\x47\x69\xf5\x94\x20\xf2\x4b\x68\x05\x0f\x25\xd1\x6f\x65\x36\x16\x8b\x28\xc6\x6c\x8b\xe2\x39\xa1\x24\x68\x56\x0a\xf7\xf9\xb2\xb9\x66\x32\x90\xe5\x53\xda\xe7\x9f\xee\x8d\x24\xa5\xb6\x1d\x28\x54\x28\x95\xa6\x3e\xce\x64\xe3\x38\x2a\xf5\x00\xe1\x73\x0f\x5d\x4e\x0e\x12\xf4\xee\x88\xb9\x78\x57\x21\xde\x8d\xae\x44\x50\xbc\x61\xe2\xed\xea\x8e\xf2\x5d\xe0\x59\xdd\x1e\x6f\x89\x59\xf8\x06\xb4\xd7\x70\x43\x9f\xf8\xed\xb3\x51\x69\x57\xb3\x45\xae\xd8\xa1\x7a\xdc\xd6\xed\x9f\x9f\x13\xf1\xf0\x77\x39\x81\xbb\x2e\x0e\xbb\xe1\x5a\x30\x81\xe1\x1d\xbd\x36\x92\xec\xf6\x71\x0e\xbc\x1b\x7d\x64\xa8\xde\xf5\x89\xad\x01\xf7\xd0\x0a\x1d\xf0\x42\x49\x0d\x1c\xe7\x96\x03\xf0\x75\x21\x8c\xb3\x69\x05\x03\x14\x1f\xd7\x1e\xaa\x53\xda\x19\x53\x3f\x76\x4f\x10\x73\x08\xa0\xfd\x44\x0a\x6c\x58\x87\x63\x65\xd3\x51\x8a\x52\x31\xff\x57\x95\x69\x56\x25\xe9\x3f\x69\x14\xd4\x7f\x65\xf6\xc7\xd5\x1f\x95\x63\x1f\x6e\x47\x85\x54\x5e\x14\x44\xc7\xbd\x0a\x3f\x33\x9a\x72\x14\x4a\xec\x44\x48\xc2\x1f\xce\x61\xeb\x54\xeb\x4d\xc9\xcd\xec\x4b\x78\x90\x26\xdc\xe7\x60\x2f\xfe\xb3\x74\x5f\xfd\x2c\xdd\x07\xfa\xc3\x1d\x59\xde\xe3\xf5\x69\xb0\x54\xc3\xa7\xed\x2a\x4b\x3b\x75\xca\x3d\xed\x88\x5c\xa7\x87\x2d\x91\xea\x16\x94\xa9\xc2\x33\xe9\x33\x97\x6c\xa8\x0c\x8d\x27\x8f\x37\x9f\xc6\x83\x69\x8f\xfb\xbf\x73\x57\x86\x48\x44\x11\x3e\x74\xb9\xf8\x35\x6a\xdf\xcf\x6b\x53\x36\xc5\xe3\x99\x9e\xfe\x2a\xe4\x70\x6f\x58\x65\x9c\x51\x58\xbf\x6f\x90\x0e\xc1\xba\xd6\x69\x6b\x37\x1d\xcb\x86\xc0\x1c\x33\xa0\x7e\x87\xe8\x5b\x73\x77\xfe\x79\x58\xf1\xe7\xb3\x68\xd8\xc7\x40\x48\x43\x0e\xfa\x94\xe5\xf0\xca\x58\x2a\x5d\x74\xba\xee\xa5\xe7\x93\xca\xa8\xfa\x23\x95\xbb\xc6\x58\x4d\x8f\x4d\x01\xa8\xf4\x1c\xa0\x93\x5a\x1e\x67\xa0\x7a\x8a\x53\x4a\x37\xcc\x18\x0b\x04\x69\xa4\x3d\x5e\xd5\x48\x75\xbe\x6f\x10\x9b\x54\xd8\xa0\xb7\x42\xb9\x14\x7c\xd8\x9d\x0c\x24\x48\x50\x94\x85\x3b\xca\x61\xd2\x10\x7d\xd4\xed\x76\x3c\xb9\xe5\x56\x74\xae\x9a\x8b\x18\x15\xe3\x1e\x12\xbb\x88\x9b\x37\x42\xed\xd2\x40\xa7\x79\x58\x04\x01\xff\x12\xcd\x22\xe6\x4d\x26\x76\x08\x3a\x89\x77\x3b\xcc\x06\x1e\x1b\xe6\x80\xf3\x8f\xfd\xe4\xda\xfa\x96\xc5\x13\x41\x76\x8c\xc8\x78\x2d\x81\xa9\x6e\xba\xeb\x35\x73\x5d\x44\xbc\x66\xae\x8b\x76\x57\x96\x76\xb6\x86\x53\x6e\xd1\xbb\x38\xd8\x0d\xc3\xa6\xc3\xc6\x1e\x44\x44\x7e\x35\x1d\x2b\xe3\x57\xec\x84\xa0\x51\x4f\x89\x79\xae\x8c\x84\xf8\xbc\x62\x2c\xbb\xaa\x65\xfb\xff\xa7\xe9\x2c\xe9\x6b\xb9\xda\xcf\xba\x95\xef\xe2\xe2\xf7\xbe\x5d\x11\x34\xda\xd6\xfa\x96\xa2\x01\xab\x95\x94\xc6\x41\x06\x32\x60\x81\x0b\x63\x6b\xfe\xb0\xaf\x3d\xb3\xa1\xcf\xf3\xc5\x26\x43\xde\xe7\x5e\x76\x2f\x56\xbf\xe5\x62\x6e\x8a\x1f\x57\x9b\x10\xc3\x5b\x28\x2b\x2b\x4c\xfc\xee\xe1\x0a\x6b\x5b\x19\xac\x30\x51\x5b\x61\x7e\x6d\x85\xf5\xad\xea\x0a\x33\x2c\x5a\x61\x17\xab\xba\xc2\x3c\xeb\x8c\x33\xbf\x23\xe2\x46\x79\x38\x12\x1d\x13\xee\x6d\x70\xdd\x2c\xad\xaf\x84\x1f\x53\xca\xd2\xae\x2e\xaf\xcf\x7b\x43\x7a\x92\xff\xbc\x88\x30\x0d\xd8\xd9\xa6\x68\x94\x37\x20\x8a\x24\x7f\xb7\x7e\x74\xeb\xfd\x0f\x73\xfa\x67\x77\x94\x30\x05\xac\x4f\xa8\xe2\x81\x39\xfb\x41\x53\x36\x06\x67\x4b\x49\x57\x82\x46\x6d\x4d\x84\x84\x9c\x8c\xda\x75\xc5\xa6\x15\x06\xcf\xbf\xfd\xbf\x9d\xbb\x97\x96\xb8\x63\xa3\x61\x3e\xe4\x3f\x4d\x68\xf9\x66\x2a\xd5\xd7\x9e\x34\x9f\xe4\x9f\x1e\xd7\xb0\xad\x77\xa4\xfc\x83\x73\x46\x3b\x7e\xd2\x94\xec\x01\xca\x11\x9f\x1e\x9b\x92\xfd\x9a\xaa\x3f\x97\x4a\x52\xfd\xb1\xd5\x9f\x2e\x1f\x35\xa5\x78\xb4\x29\x10\x07\x3d\x43\x70\xe5\x3e\x6c\xcb\xaf\x01\x44\x90\xe6\xbb\xa7\x1a\xee\x02\x46\xba\x1d\xe2\x54\x50\x1b\xd4\xb3\xc7\x9b\x53\xf6\x1b\x63\x26\x3e\x16\xe8\xfb\x3c\xbf\x00\x0f\x30\xfb\x6c\x00\xc7\xda\x23\x0c\x58\x6c\x20\x0e\xd3\xb7\xab\x76\xde\xa4\xb9\x60\xd3\x17\x9d\x6a\xfd\xba\x26\xb9\xb4\xa1\xaf\x08\x40\x62\x29\x2b\x6d\x0e\xf1\xce\x36\xc7\xfa\x9d\x04\x13\xca\x22\x6a\x05\xab\xbc\x9b\x2d\x03\xc0\x25\xa6\x36\x60\x69\x56\x4c\x97\x1c\x3c\x84\x90\x8b\xa8\x21\x47\x6f\x82\x54\xa7\xc0\x03\x2a\x75\xde\x94\xe2\x01\xc8\x2b\x61\xe4\x9b\xcf\xec\xcc\x23\x2e\x8a\x58\xa4\xcf\x83\x03\x65\x97\xab\x37\x5c\x5c\x5e\xee\xfe\x99\x4b\x99\xdc\x92\x89\x79\xdb\xe5\x28\x98\x94\x0e\x9c\xf8\xa2\x3c\x43\x02\xcb\x66\xce\xc3\xf6\xf4\x40\xc2\x43\x7d\x62\x86\x42\xf8\xc6\x29\x72\xad\x56\x5b\xdb\xb5\xc0\xef\x06\xe8\xad\xc2\x90\xee\x85\xc2\x48\x16\x7e\x15\x75\x91\x3a\x78\xe3\x3a\x6f\x6e\xd8\xc5\xc2\x4c\x21\x0f\x69\xea\xfe\x29\x53\xc8\xb3\x2a\x99\x42\x90\xd8\x5b\x94\x57\x2e\x95\x4d\x52\xfc\x52\xfa\x61\xed\xdc\x5b\x5a\x2d\xc4\x3c\x16\x98\x64\x9d\xb7\x58\xe4\x5b\x69\x1b\x80\xc7\xe1\x13\xf7\xb8\x40\xda\x1c\x03\xcf\xc2\x04\x23\x45\xe6\x91\x67\x3f\xe6\xa8\x4d\xde\xea\xd9\x08\xdb\x0e\x30\x23\xb7\xf8\x36\x26\x3c\xf3\xbe\xc4\x84\x83\xc8\xac\x73\x4f\xef\x5b\x10\xa8\x39\x09\x1f\x29\x6b\x9e\xcf\x7b\x50\xed\x36\x59\x50\xbf\xf0\x1a\x8d\x91\xe4\x35\x46\xc3\xe1\x59\x59\xa0\x6a\xf2\xec\xf6\x75\xf2\xf6\x50\xed\x12\x8e\x2f\xf2\xe3\x47\x73\x04\xd9\xfe\x93\x13\xbd\xfa\x6c\x8e\x28\xf9\x61\xcc\xe4\x89\xc7\x74\xf8\x62\x52\xce\x4b\x42\x07\xae\xe6\x08\x42\x83\x32\xa5\x03\x37\x13\x01\x61\x63\x6c\xea\xeb\x19\x35\x83\x16\x67\x79\xd8\xfa\x6a\xcd\x32\xad\x22\x14\xef\x25\x58\x1c\x90\xf5\xef\x2c\xa2\x1e\xa5\xa3\x3e\x29\x95\xe9\x86\x4c\x9b\x3d\x9e\xb5\x68\x63\xd8\x30\x16\xf0\x7d\x82\xc8\xfc\x21\xfe\xaf\x36\x75\x19\xe2\x20\xd4\xdc\x92\xdf\xb3\xab\xc7\x21\xe2\x88\x8c\x5d\x0d\x97\x43\xe3\x19\xa1\x2c\xce\x80\x24\x60\x23\xc6\xa9\x56\x24\x1b\x90\x25\x53\x69\x2f\x22\xcc\x30\xe2\x00\xbd\x08\xad\x55\xd9\xc9\x44\x07\x7f\x75\xb8\x9e\x1f\x5e\xfd\xd4\xe0\xe8\xbf\x6b\xf0\xb9\xe7\xe0\x2e\x9c\x5c\x87\x54\x58\x58\x36\xd9\xe5\x33\xa3\x68\x73\xd9\xc5\x3d\x3c\xd6\xe6\x5a\x4f\xdd\xb3\x84\x72\xdb\xb7\xa9\x7a\xc7\x8d\x87\x9e\xa8\x4e\x11\x83\xf7\xb0\xc9\x4b\xd5\xc7\xb2\xd5\x22\xa0\x9f\x19\xe4\x12\x49\x26\x65\xbf\x45\x61\xc3\x31\x1b\x8e\xd2\x2f\xf1\x77\xd5\xec\x1e\x2e\xfa\x71\x51\x29\x23\x09\x41\x54\x1e\x30\x9c\xfe\xac\x66\xb5\xce\x4f\x38\xc6\x20\x55\x7e\xdf\xe0\x2b\x46\xca\xd4\x9d\x32\x0a\xeb\xa5\x37\x4c\xe8\xbf\xde\xa8\x08\x1f\xa9\x5b\x37\x6a\x9f\xdc\xba\x36\xf6\x30\xa2\x18\xa5\xc9\xbf\xc3\xf9\x09\x04\x2d\x98\x82\x7e\xf7\x74\x41\xdf\xf9\xca\x87\x68\x95\x38\xf1\xef\x28\x7f\x36\x93\x9f\x37\x7c\xc1\xb3\xdf\xaf\x2f\x3d\x75\x3b\x64\xba\xb4\xef\x1e\x2f\x01\xe3\xc8\xcd\x4f\xf5\x45\x18\xb0\x5e\x61\x69\x91\xcc\xe0\x83\xff\x9c\x6f\x13\xa4\xdf\xd4\xf0\xc3\xff\xb4\xe1\xff\x5c\xde\x3f\xb7\x2e\x00\xed\xfb\xa7\x7f\x81\xb6\x4c\xd5\xef\xb1\xda\xa9\x0f\x3f\xf1\xcf\x61\x50\x69\xea\x42\x67\x89\xc7\x81\x39\x2a\x0d\x7b\xa5\x3b\xc0\x8c\xba\x21\x68\x07\x2c\xf0\x71\x0b\x9f\x0d\xc8\xa8\xe2\x41\xed\xe2\x3e\xef\xc2\x7b\x05\xca\xc0\x95\x1e\x55\x81\x41\x4b\x52\xd3\x42\xbe\xb9\x13\x90\x92\xae\xa5\xe3\x93\x33\x7e\x23\x35\x85\x72\xfd\x3a\xa6\xda\x77\xed\x96\x2c\xd3\x5b\xf4\xfd\xbf\x54\x43\x74\x5f\x40\x8b\xea\xc2\x5c\x11\xc0\x74\x69\x7e\x88\x20\x01\x45\xb4\xe0\x9f\x4c\x28\xdb\xad\x9a\xa8\xd4\x35\x9d\xd2\xaa\x46\x84\x7c\xf0\x22\x9c\x4c\x07\x32\x89\xda\x7c\xf7\x89\x12\xb1\x3f\x6a\x76\x38\xb3\x7d\x71\xea\xe7\xac\xbe\x7f\x23\xbf\xc4\x57\xfd\x03\x85\x66\x7f\x94\xd3\xf8\x43\xd3\x63\x7a\xfa\xa5\x3f\xaa\x96\x66\xf3\x84\x8e\x5f\xfb\x23\x22\x5e\xc3\xfc\x20\x5a\x68\xe3\x5b\x1f\x04\x2f\x83\x15\x65\x0f\x78\xd6\x2f\x25\x74\xf1\x1c\x3b\xe1\xb9\xa0\x6e\xf7\x47\x44\x7e\x50\xff\x9c\x99\xf9\x0c\xba\x43\x86\xbc\x45\x74\x5d\xf0\x00\x68\x3e\xbb\x87\x1e\x64\x1b\x25\xc3\x56\x6c\x63\xf0\x52\xad\xd1\xa7\xe6\x13\x0b\x1f\xa0\xc4\xeb\xfc\x60\xf0\x10\x01\x5d\xc6\x9d\x3e\xa6\x6e\xea\x7f\x7f\x03\x5e\x76\x7a\x00\xdc\xb7\xe3\xc3\x0d\xde\xd0\x92\xde\x85\xde\xe0\x30\xfb\x4d\x47\x60\xf7\x71\x37\x6f\xb5\xf1\xf7\x67\xe2\x75\xc6\x03\xc0\x43\x76\xa9\xd5\x86\xf4\xef\x3d\xb3\xd7\x1f\x91\x1c\x37\xff\xfe\x50\xba\x50\x7f\x00\xec\xd0\xce\xc3\x56\x62\x5f\x04\xf7\x9e\xda\xef\x8f\xf2\x92\xd2\x3c\xd7\x42\xe7\x83\xfc\x05\x3f\x0c\x7a\x23\xff\x3c\xac\xd9\x6c\xd1\x61\x77\x80\x9c\xc9\x79\xed\x21\x7a\x89\xbb\x3d\x60\x36\x1d\xb8\x62\x2f\x8c\xd6\xd7\x9c\x38\xd7\x0a\x79\xaf\xf5\x3d\x29\x6e\x30\xf8\x92\x14\x37\xa3\xb4\x15\xb6\xd6\xdb\x43\xb8\xf0\xc6\x8f\x0d\xab\xd8\xac\x25\xc0\xed\x48\xd6\x10\x56\x14\x38\xa4\xb5\x6d\xd4\x6a\x3b\x57\x0b\xc4\x55\x03\x01\x75\x24\xe4\x25\xdc\xdd\xe0\x4a\xd5\xa4\xd7\x09\x72\x0d\xee\x04\x5b\x4d\xeb\x39\x6a\x04\x81\x20\x64\x0b\x24\xa9\x60\xdb\x2b\xfe\x2f\xbe\x57\x3d\xc3\x5e\x0f\xea\xf6\xab\xa9\xc6\x00\x79\x60\xa6\x48\x7a\xb5\xca\x0b\xff\x29\xf3\x49\x29\x3f\xaf\x6a\x0f\xc0\x38\x81\x7a\xab\x65\xe7\xd7\xec\x52\x84\x91\x09\x09\x22\x3b\x4c\xa9\x46\x35\x9d\x34\x57\x4a\xc3\x49\x8f\x4e\x6e\x13\xc8\x3f\x37\xfc\xb1\x81\x0c\x9e\x16\x24\x28\x2d\x5d\xe8\xdb\x25\xfa\x4b\x96\xe8\xbe\x7b\xc6\x24\xf9\x55\x03\x2e\x59\x43\x5c\x08\xb6\x97\x29\xa5\x8f\xc5\xf4\x9a\x4b\x9a\x53\xff\x24\x69\xb5\x00\x6f\x76\xdd\xc2\xae\xf3\xda\x03\x02\xea\x58\xe2\x1e\x04\x02\x75\xc7\xb3\x58\xd9\x5a\x0e\xa0\x95\x8c\xd8\x15\x13\xb0\x37\x08\xa1\xca\x13\x57\xed\x91\x72\x78\x41\x72\xa3\x55\x92\x22\x83\xf3\x25\xc5\x6d\x1b\xdb\xb4\x89\xb1\x77\x23\xb5\x22\x6c\x4c\x92\x72\x54\x8f\xdb\x8c\x6d\x3c\x6a\xcb\x2d\x2d\x51\x1a\x9f\x63\x51\x76\x34\x3a\x3b\x50\x35\xda\x73\x2f\x29\x2f\x87\x94\x32\x41\x29\x74\x18\xa6\xd9\xf3\xf8\x52\xbf\x20\x13\x48\xf3\x84\x39\x97\xfe\x09\xf9\x4b\x5d\x34\x87\x26\xd9\x11\x4b\x0a\x6e\x47\x42\xb0\xc5\x39\x68\xc6\x0f\xcd\x27\xe6\x78\xc2\xbd\x50\xb0\x75\x80\x59\x3d\x4f\xf8\x65\x62\xc0\xaf\x9f\xd8\x05\xe5\x26\x4f\xe9\x92\x6d\x04\x21\x4d\x65\x70\x02\xed\x68\x75\xa0\x51\xd5\x70\x0c\xaf\x9f\xb0\x2f\x88\xf2\xe3\x36\x21\x1a\xb2\xcb\xfc\x4a\x1f\xfa\xc6\x41\x5e\xcb\xa7\x1d\xfc\x12\x90\x64\x36\x06\xd8\x03\x39\x02\xf2\x3f\xaa\xfc\xca\x2e\x5f\x7a\xd0\x3c\x3a\x94\xb1\x09\x87\x43\xe7\x3f\xdf\x02\x89\x20\x9b\x49\xe5\xe3\x65\x84\x89\x3a\xd7\xe3\xc3\x5f\x6f\x47\x3f\xac\x49\x2d\xa7\x5a\xf8\xda\x93\x98\x52\x67\x9f\xa0\xe4\xce\xea\xf0\x06\x86\xcb\x57\x2e\x15\x33\xaa\x11\x19\x33\x36\x3b\x9c\x48\x97\xc4\x64\x68\x0d\x06\xc6\x06\xde\x11\xbb\xc3\x63\x0c\x58\x2f\xeb\x77\x89\x8c\x1f\xe8\x85\xe5\x5d\x0b\x35\x2f\xad\xfc\x86\xef\x0d\x9a\x31\x99\x01\x3a\x89\xd5\x5c\xb2\x91\x63\xfa\xa2\x36\x5f\xe6\x9e\xf5\xd7\x6e\xb5\x75\x4c\x84\x45\x9c\xa2\xee\x11\x42\x17\x1f\x45\xd2\xfe\xf4\xa5\x26\x68\xae\x39\x80\x45\x03\x0c\x4a\x09\x12\xc4\x02\x8f\xca\x5e\x6d\x5d\xd6\x24\x9f\xff\x79\x9e\x8b\x52\x0e\x08\x6b\x49\x7c\x26\xad\x1f\xd0\x69\x21\xc7\x84\x20\xbe\xce\x98\xa6\xa4\x3a\xc4\x7e\x57\x8f\xc7\xe9\x38\x86\xb0\xc2\xca\xbf\x51\x71\xfe\x6d\x02\xa9\x84\x70\x0b\x6a\xfc\xa7\x13\xe8\x21\x4f\xfa\xde\xfa\xdb\x25\xea\xd7\x11\xbb\x71\x1c\x5e\xc0\xf3\xe2\x0f\x89\x87\x41\xad\xa5\x3d\x15\x65\x60\x46\x31\x5c\x8e\x25\x24\x6c\xa9\x6b\x98\x38\x43\x7c\x36\x08\x1e\x42\x0f\x61\x8b\x3d\x2e\xae\xb1\xef\x41\x34\xd5\xc3\x0d\x70\xeb\xa1\xb5\xa5\x2d\xa1\xfd\x39\x2e\x0c\xa6\xab\x0c\xec\xa2\xa5\xaf\xb9\x8c\x82\x46\x8e\x21\x51\x05\x34\xcb\x08\x54\x39\x91\x77\x34\x73\x3a\x1a\x65\x3b\x40\x40\xce\x84\x85\xbb\x6c\x7f\x56\xde\x92\x4b\xd4\xda\xc1\x55\x7b\x59\x34\x4f\x29\xaa\x17\x24\xc8\x81\xef\xcc\x86\x83\x17\x5c\xcd\xf4\xa5\xda\x86\x60\xc4\x6d\x26\x24\x3d\x26\xef\xbc\xeb\x89\x7c\xc0\x61\x6d\x2c\x44\x20\x82\xca\x81\xfa\xf7\xe4\xf7\x41\xbb\x75\xf8\x00\x39\xc0\x3e\xe8\x03\xf0\xea\xbc\xf7\x49\xb5\x28\x1a\x54\xc8\x20\x6b\xcc\x43\x0e\x38\x2c\xac\x2f\x48\x9b\xe7\x76\x1d\xd7\xa9\x04\x96\xc9\x37\x4c\x9a\xe8\x5b\xae\x77\xff\xca\x88\x27\xe2\x82\x11\x2f\x6f\x37\xba\x96\xf2\xaf\x39\x9f\x20\x27\x6d\x11\xe7\xb8\x20\x09\xc2\x3d\xc4\x49\x6d\xdb\x19\xcc\x8b\x89\xff\xc4\x84\x6f\x9d\xda\x44\x82\x92\xc0\x36\x29\x27\x51\x92\xc3\x45\x7c\xa1\xd5\x5e\xe7\x11\x6d\xf6\xec\x4d\xb1\xed\x57\x5c\xbd\xa1\xc8\xe8\x6b\xbe\xb4\xf9\xfd\x27\x7e\xf2\x9c\xa3\xbb\x4e\x08\xc5\x16\xf0\x4f\x7e\xd3\xb9\x05\xe5\x92\xcf\x20\x56\xad\x98\x38\xa4\x54\x87\x01\xf8\x71\x96\xfe\xd0\x50\x7a\x76\xb9\xb7\xa9\x26\xe7\x57\xb7\x5d\x48\x7f\x88\x2c\xcd\xbd\x4f\xc8\xfc\xf7\xdb\x2f\xf8\xc9\x32\x41\xe8\x9c\x59\xf3\x3b\x0e\x2f\x12\x0e\x83\xf2\xc5\x3a\xfc\x02\xda\x97\x1d\x22\xb2\x22\xe2\x2d\xae\x62\xd7\x29\xc7\x44\x04\xfc\x8c\x0c\x5d\xab\xe8\x56\x15\x4b\x32\xc5\x4d\x3b\x1f\xa2\x5c\x58\xb9\x0d\x07\xa7\x4c\xeb\x80\xde\xde\xc6\xc1\x2a\xa0\x2f\x10\x30\x71\xdc\x42\x8f\xf8\xab\x7b\xb3\x9a\x6b\xb6\xe7\x1f\x31\x3d\xfa\x7a\x05\x48\x77\x9f\xef\x78\x4a\x83\x76\xb9\x01\x0f\x22\xbb\xe2\x2e\xf0\x1a\x02\x39\x97\x69\xf9\x74\xfe\x7a\xcb\xf9\x42\x01\x3e\x14\x8c\x72\xe8\xa1\x1b\xa0\x06\x3a\xbf\xb2\x5b\xd9\x39\x3b\xce\x46\x93\xe4\x5a\x5e\xa1\x0c\x41\x54\x2e\x3d\x91\xfd\x87\xb9\xea\x21\x5b\xc4\xb2\x9f\x2a\x43\x72\x3a\x10\x51\xa5\xd5\x1b\xf6\x34\x09\x10\x97\xe5\xf5\x70\xb3\xb0\x06\x21\xba\x95\x07\x36\x8c\x6d\x1e\xf3\x2f\x50\xdd\x27\xca\x0d\x62\x55\x1b\xa8\xe3\xb7\x65\x58\xe5\xca\x7e\x66\xe2\x4f\xce\xa1\x5d\xa1\xd6\x86\x3a\xb1\xfc\xb8\x9a\x1d\x05\x12\xf4\x5b\xed\xe1\xe7\x7c\x16\xf4\xb8\x77\xb0\x51\x91\xe9\x41\x96\xac\x00\x85\x96\xcd\x50\xb9\x32\x6a\x83\xcd\xc6\x68\xa0\x8a\x84\x23\xb2\xc2\x8a\x90\x17\xa6\xaa\xe3\x34\x44\x85\x04\x53\xd0\x36\x70\x07\x68\x23\x54\xe6\x42\x87\xb0\xf3\xc6\xbb\xd6\xb7\x34\x65\x62\x2f\x21\x35\xb1\x74\x81\x03\x94\x73\x08\x6d\x5a\x84\x26\x08\xd8\xa5\xfe\x58\x55\xa5\x61\xec\x45\xf0\xf5\xa6\xbd\x89\x59\xe5\x9e\x06\x49\x28\xeb\x3c\xc9\xb3\x46\x5f\x2f\xa2\xaf\xb7\xb9\xb8\x07\x2c\x5a\x58\xc9\x97\x63\x4b\xd3\x5d\xe8\x06\x65\x8b\xde\x19\xe9\xb4\x4f\x37\xe4\xa9\x20\x77\xc4\xb3\x9a\xb2\x33\xa5\xd3\x95\x80\x4d\xdf\x30\xa7\x2f\x74\xed\x09\xae\xad\xba\x78\x32\x62\xc7\xa3\x0b\x30\x45\x20\xb9\x4d\xd0\xaa\x6a\xd7\x0e\xa7\x37\xa2\x79\x85\x56\xd3\x2d\x4f\xb1\x86\xe4\x9f\x17\x0d\x7f\x27\x1a\xf4\xf0\xec\x4c\xbf\x5b\x58\x78\xb5\x76\x31\xd0\xf3\xe4\x6d\xcb\x34\x0d\x4d\x0e\xfa\xb2\x18\x32\x91\x56\x81\xe9\xa7\xb9\x22\x83\xc3\x49\x2c\x78\xac\xdc\x35\x7a\xfd\x3a\x2b\xd6\xf2\xeb\x6c\x3d\x26\xc0\xf5\x24\x27\x27\x12\xd6\x6e\x96\x73\x80\x7a\xd9\x4f\xe2\x7e\x46\xce\x0f\xaf\x90\xf9\xff\x57\x5b\x46\x1a\x56\xb0\xee\xa6\xa7\x3e\xcc\x91\xd7\xe8\x08\x4f\x85\xa2\x37\x88\x80\x8c\xa7\x9d\x64\x72\x47\x60\x7e\x33\x22\xb7\x19\x42\xf9\x44\x09\x14\x44\x13\xc2\xda\x36\xae\x13\xaa\x50\xc9\xd3\x54\x4d\x8f\x09\xb8\x32\xfb\x56\xfe\x04\x22\x5b\x96\x14\x0f\x43\x30\x92\x8f\x9a\x56\xa7\x9a\xd6\xed\x63\xd8\xba\x48\x8a\x9f\x1a\x88\xac\x22\x77\x2e\xd9\x81\xbb\xa2\x60\x18\x6a\x75\x50\x40\x6d\xc2\xec\xde\xda\x65\x19\x67\x5f\xfc\x9e\x68\xd8\x8b\x3f\x17\x34\xf0\xfb\xe4\x11\x4a\x11\xae\xf6\x35\x7d\x6b\xfe\x04\x7d\xe2\x30\xd9\x02\x77\x1a\xbb\xa1\x14\x61\xff\xad\x5e\x2a\xde\x13\x94\x24\x3a\x29\xd5\x1f\x38\x6c\xd9\x04\xab\x2d\xa1\x2d\x11\x55\x98\x81\xbe\x09\xdf\x7e\x41\x8e\x84\x8c\xb7\x06\x14\x9c\x69\x60\x99\xc8\x96\x07\xf4\xd9\xe7\x8c\xa0\xae\x44\x5c\x39\xb2\xe5\x6c\xfa\xbb\x39\x63\x0f\x6d\x4e\xdc\x48\x5e\x83\x9e\xe0\x36\x30\xa7\x3b\xef\xb7\x4b\x06\xa8\xf8\x99\x48\x6a\x07\x24\x91\x77\xf0\x53\x84\x39\x66\xc1\xb1\xaa\x0b\x89\x0f\x37\xa0\x3a\x02\x65\x46\xbe\xe0\xfe\xdc\xa7\x48\x28\xa6\x98\x98\x98\xcf\x96\xd2\x14\xbe\x66\xe0\x8f\xf0\x79\x62\x95\x37\xfe\x42\xae\x52\x35\x2e\x6a\x20\x8a\xd4\x9c\xd3\x1c\x43\x61\x1b\x70\x94\x62\x54\x57\xed\x15\xf6\xe7\xfe\x44\xe9\x3c\x33\x26\x26\xb0\x76\xd1\xa9\x18\x9e\x30\x43\xa6\x8b\x6c\x9a\xc0\xaf\xfb\x6a\x9c\x88\x2d\xb6\x8f\xd0\x75\xd3\x1e\xfa\xcb\x57\x41\x42\x88\xae\x6a\x80\x8e\xc4\xee\x98\x82\x6b\x5b\x24\x98\x3c\x74\x44\xd9\x53\xbf\xb4\xdd\x20\x7f\xfb\x1e\x70\xba\x4c\xcf\x06\x00\x57\x25\x75\x2e\x7c\xd6\xce\xbe\x83\x17\x12\xf3\xa3\x87\xe1\xc0\x6f\xae\x95\x0b\xa7\x35\x8d\xb9\xf5\xb8\x2d\xb1\x8e\x4f\xbc\x31\x04\xe2\x0c\x5c\xb1\x24\xd4\x9f\x3a\x3e\x91\xff\x53\xfd\x31\x5e\x23\x00\x21\x7c\x3c\x73\xbd\xc9\xb7\x0d\xf6\x57\x4d\x64\xf5\xae\x93\x8a\x67\x0b\xf3\x1f\x25\x93\xb3\x9f\xe8\xf1\x76\x39\x3d\x9e\xc3\xe4\x14\xb4\xe8\xe1\xa3\x6a\xeb\xb3\x20\xed\xbc\x26\xe7\xc6\x3d\x5f\x89\x0c\x1b\x2b\xb6\x1c\xe4\x83\xc7\xa0\xb7\x96\xd5\x1a\xf0\xba\xa7\x1a\xd6\x36\x6c\x2e\x1e\xdf\x75\xd0\x4a\x55\xb2\x5c\x89\x1a\x35\x26\xc3\xe2\x88\x13\x57\xd8\x6b\x96\x66\xfe\xd2\x0c\xb1\x1a\x07\x9c\xcc\x4b\x88\x58\x79\xb7\x5a\x93\xb6\xc0\x89\x2b\x03\x6b\xd4\x7c\x62\xc3\x75\xb3\xe0\x49\x33\xe8\x29\x6e\x1b\x9e\xb2\x0a\x3c\x30\x71\x21\x27\x5f\xc8\x5d\x6b\x04\x93\x06\x0a\xcc\x1e\x83\xc6\x1d\x7f\xfd\xb5\x3d\x29\xbe\xc1\x61\xe2\xa5\xad\x63\x64\x08\x42\x3d\x0d\x50\x15\xc4\x43\x84\x12\x6c\xbc\x1b\xc0\x13\x9e\xb7\xe5\x77\xab\x4d\xec\xd6\x99\x10\x86\x85\x64\xc2\xd2\x5a\x98\xd5\x78\x6e\x41\x96\xe3\xdc\xdf\x61\xd8\x00\x74\xdd\x5f\x46\x32\x2c\x1a\xbc\x61\x2b\x35\x67\x1e\x1d\x98\x0e\x07\x78\x71\xc4\x75\x9e\x9b\x70\x50\x2d\x92\xfb\xde\xee\xf4\xf9\x98\xec\x23\x8d\x5f\xf1\x17\x7d\x68\x97\x53\x4e\x84\xc3\xec\x97\x62\x2f\xbc\xf0\xd9\xe0\x1b\xb9\x19\xd1\x90\xc2\x0c\x11\x40\xdf\xc5\x76\x34\x2b\x82\x76\x6d\x08\x0e\x38\x04\xa1\x28\x2a\x71\x11\xf4\x78\x83\x71\x0c\x84\x5e\x7d\x2a\x9d\xad\x54\x8e\xef\x9f\xed\xe6\x94\x39\x8f\xb9\x3f\x77\x64\x61\xaa\xee\x16\xd1\xd1\x72\x0b\x5a\x59\xd4\x4f\x30\x43\x24\x6b\x8b\xd9\xd7\xfd\x69\x91\x53\xa0\xf3\x78\x37\x52\x03\xfc\x59\xd2\xa4\x66\x18\xa5\x5d\xdc\xf0\x7f\x60\xec\x9e\x31\xf9\xbb\xc6\x96\x8b\xb2\x8b\x2d\x22\xf3\xa1\xc0\x94\x20\x0f\x56\x03\xf3\x60\xd6\xd1\xa5\xce\xf9\x0b\xa5\x94\xc8\x3e\xe1\x1c\x1b\xa3\xc2\x43\xf0\x19\x52\xc7\x74\xaf\x13\x0c\x0b\x9a\x3d\x8c\x4e\x1d\x30\xad\xc4\x28\x14\x14\x69\xd1\x43\xef\xb2\xfa\x12\x7f\x73\xe3\x58\x5f\xef\xcf\xb4\xdc\x8b\x2d\xbc\xaa\x85\xae\x20\x65\xa8\xb6\x33\x43\x88\xe8\x0c\x8e\xc2\x56\x52\xb7\x09\x20\x21\xa7\xbd\x73\xf0\x7b\xd4\x2e\x58\xdc\xbb\x4b\x26\x18\xab\x0e\xe8\x9e\x36\x1a\x1c\x02\x83\xb5\xce\x37\x35\xbc\x2e\x82\x8e\xd7\x49\x2d\xa0\x72\xa2\xe3\xe7\xeb\x24\x0f\xa8\x08\xe0\x99\x52\x12\xad\xce\xb0\xb2\xc1\x67\x6d\x37\xa0\x5f\x76\xf9\xd9\x42\x49\xa9\x66\x87\xb7\x69\x89\x53\xfb\xbf\xd1\xc3\xec\x48\xe4\x3a\x94\xb2\xad\x0e\x9c\xf5\x3e\xd6\x5d\x8c\x65\x75\x78\x44\xcf\xda\x27\x6a\xa8\x7a\x1f\xbf\x77\x43\x38\x73\x2e\xde\x42\x06\x59\xe3\x43\x1b\x12\x4f\x79\x16\xa3\x33\xa6\x8d\x29\xd6\xcf\x1a\xfc\x16\x3a\xbf\xd1\x01\x3d\x46\xaf\x53\x97\x7e\x1b\xf0\x5b\x18\xbc\x43\x07\x82\x18\x52\xe7\x5e\xf7\x08\xc2\xfa\x1c\xc2\x6f\xd1\xe2\x3b\x3a\xe0\xc7\x58\x21\x9e\xff\xc6\x1b\xfc\x8d\xc1\xc3\x50\xfe\x8f\xea\xe4\x8c\x39\x00\x71\x3b\x9d\xdd\xbe\xa8\xbc\x2b\x1a\x3c\x00\xaf\xdb\x7d\xd1\xeb\x4e\xd6\x75\x07\xf3\x0f\xab\xb4\x49\x3f\x3b\x02\xc1\xba\x88\xd0\xcf\x7f\x95\x24\x6d\x22\x0b\x06\xbd\xcd\x6f\x6d\x4a\xb9\xc9\xf0\x04\x0c\xba\x30\x86\x6d\x3c\xbe\x31\xa9\xf6\x91\xb0\x90\xaf\x03\xf0\xa6\xbb\xe8\xea\xbe\x80\xb0\x69\x49\xe2\xb5\x1b\xd4\xaf\xbd\xe1\xb5\x5b\xbc\x16\xc2\x7e\x32\x1a\xc2\x52\xdd\x42\x32\x0b\xbb\x72\x1b\x8b\x1d\x01\x70\xc5\xb4\xa8\x0d\x95\x39\x09\x39\x87\xc2\xe4\x5a\xfb\xeb\xac\xc4\x33\x03\xae\xff\x57\x93\x4c\x64\xe2\x7f\xd7\xf3\x9f\x99\xdd\x12\x5b\xf7\x01\x3f\xa7\xea\x23\xbe\x71\xa8\x9a\x0c\x65\xde\x9a\x2b\x48\x14\xa0\x88\x9b\xce\xa6\xb5\x41\xdc\xf2\xaf\x62\xe1\xcb\xea\xff\xf8\xfb\xe2\xb7\x99\xf4\xb0\xb2\x6e\x7d\x6f\x35\x96\x2b\xfb\x72\x82\xa4\x66\x14\x03\x97\xe0\xce\x54\x02\x78\x5d\x8c\x88\x15\xe9\x3a\x76\x2a\xe2\xc8\x29\xd6\xda\x86\x89\x5f\xe1\x77\x7b\xca\x45\x65\x80\x6e\xa1\xc4\x01\x42\xe3\xdf\x18\xd4\x09\xbd\x36\xea\xd4\xa6\x57\xbd\x5a\xe8\xe2\x4a\x17\x12\xa5\xcf\xba\xb3\x57\x7a\xa8\x03\x3b\xd2\x90\xe5\x1e\x96\x46\x3b\x7f\x1d\x5e\x85\xea\xa2\x8e\xf5\xb0\x7e\xd9\x77\x33\x48\xd6\x5b\x30\x31\xbc\x1a\x90\xb0\xcd\xce\x95\x42\x99\x4f\xd2\x21\x0b\xb0\x59\xb0\xba\x9e\xbe\x32\x83\x57\x48\xa3\xd1\xd8\x39\xe3\x8a\x39\xf3\xd6\x76\x42\x59\x4c\xb0\xa7\x06\xb0\x2e\x1a\x3c\x08\x48\x1d\x84\xa4\xcb\x7d\x40\xc4\xb3\x61\x7e\x78\x0d\xfc\x1e\x50\xd9\x1b\x60\x78\x09\x03\x2c\x4d\x41\xb9\xb7\x0f\x65\x4c\x49\x0e\x0b\x7a\xd4\x35\x18\x37\x98\x62\xcc\x82\xad\x73\xdf\xb6\x81\x80\x5f\xc0\x0b\xb3\x66\xca\xc4\x83\xda\x9f\x9f\x98\x98\xef\x13\x5a\x8e\x81\x95\xab\x1f\xca\x1e\x07\x0f\xb2\x8c\x4b\xc3\x66\x8f\xac\x74\xe8\x03\x6a\xfd\x64\x45\x41\xa9\x3c\x41\x1e\x91\x12\x56\x7b\xdd\xf0\xce\xeb\xf6\x9c\xd9\x3e\xef\xbe\x7f\x6f\xc6\xd0\x28\xb4\xa0\xbd\x86\xcb\x2d\x54\x43\x35\x4e\x78\xd1\x2e\xe4\x3b\xf4\xd1\xb5\xb8\xd8\x83\x1c\xa2\xba\x38\x97\x47\x7b\x84\x09\x6f\x3d\x22\x8b\x3f\x02\x79\x1f\x34\x3c\x3a\xc4\x8b\x42\xc0\x54\xb5\xb3\xd2\xd3\x35\x6b\x7c\xb1\xb1\xaf\xf9\x70\xbb\x00\x7c\x43\xa4\x9b\xce\x81\x50\x46\x9b\x92\xd9\xc8\xdf\x33\x3e\x69\xb4\x18\x35\x24\xa1\xfe\x05\x0a\x82\x55\x64\x4f\xa2\x0b\xc6\xd3\xbe\xe5\xd9\x74\xf1\x95\x53\x2d\xf9\xea\x84\xa1\xe5\xd2\x49\x51\x4d\xc1\xca\xb7\xa9\x91\x80\xbb\xe5\x93\x0e\x8f\xf3\xf1\x3c\xe7\x1d\x9c\xb7\xe4\x42\x3d\x07\x6c\x8e\x6c\x71\xb4\xc8\x21\x5f\x24\x8d\x14\x8a\xe2\x74\x96\xc8\x1f\x56\xfd\x8e\x97\xe8\xd9\xce\x95\xe2\x4c\x98\x67\x09\xda\x2f\x5b\xe7\x0a\x79\xe3\x3a\xf9\xae\x2a\x8b\x40\x6c\xbb\xb8\x43\x64\xd4\xac\xce\x35\x5f\xae\x47\x5e\x8e\xb8\x13\x40\x5a\x98\x3c\x03\x09\x5f\xa1\xe5\xab\xde\x54\x1b\xcd\xc8\xc6\x0e\x47\xd5\x53\x50\x22\x82\x46\x8f\x3c\x24\xe8\xd5\x4e\x40\xd5\xc4\xf5\x72\xa1\xde\x40\x6b\xa9\x95\xa2\x8a\xee\x5e\xb1\xe4\x34\xf6\xa1\x5e\x27\xe4\x39\x68\x6f\x03\x53\xf2\x97\x27\xdf\x6e\x6e\x98\x1d\xf0\x43\x00\x0f\x58\x0f\x52\x0c\x08\xf6\x53\x54\x1a\xd5\x93\x16\x4c\xa4\xa2\x9b\x52\x12\x3f\xa5\x4f\x2b\x85\x76\xc1\xd8\x6b\x7e\xa1\xba\x71\xc6\x1c\xdf\xaa\x6a\xbc\xca\x2a\xad\x5f\x20\x0d\x9e\xc7\xf3\xee\xf7\x0c\xc6\xc7\x33\x91\x11\x34\x66\xfd\x76\x11\xf3\x5e\xfa\x80\xb6\xfc\x97\xee\xb0\x13\x9e\x87\x23\xf6\xd7\x9c\x77\x31\x67\xeb\x6b\x5c\xc0\x82\x1b\x70\x43\xfb\x7a\x49\x48\x22\xf3\x70\xcd\xb1\xb5\xa9\xa6\x7c\x90\xe2\x17\xe6\xed\x2d\x2f\x80\x22\x06\x3b\xaa\xdc\xb8\x03\xe2\xd3\x62\xaa\x1d\x86\xf9\x5c\xb3\x67\xda\xdf\xe7\xda\x1b\xc8\x4f\x97\x60\x65\x3c\xad\x66\x93\x28\x19\xb9\x64\xce\xa0\x0a\xe7\xb5\xf4\x60\x66\x7f\xc2\xc3\x03\xfe\x7d\xb3\x03\x72\x30\x7c\xf8\x3b\x3c\x7c\x4b\x99\xef\x7e\xfd\xe1\x4a\x38\xaf\x99\xe3\x89\xca\xc3\xd7\x90\x0a\x8b\x90\xed\xdf\x9e\x5e\x1a\xdc\xc8\x51\xc6\xce\xfc\xb2\x13\xc4\x4b\xa1\x5e\xd4\xc5\x02\x29\x97\x87\x79\x1e\x23\x4c\xba\x6d\x07\xba\xe0\x28\xfc\x0e\xa5\x69\x02\x7e\xd9\x35\x82\x8b\xfa\x3c\x8d\xca\x64\xc8\x84\x5f\xb7\xb4\x67\xa4\xdb\x72\xcf\x08\xac\x3d\x3e\x72\xed\xd3\x18\xef\xd2\x9c\xa5\x20\x82\x94\xee\x3d\x0f\x55\x23\x7c\x8e\xeb\xa1\x81\x1b\xce\x1e\xe3\x33\xde\x48\xc9\xc5\x14\x89\x3b\xd9\x81\x08\x25\xf1\x17\xa4\x6f\x7c\x62\x2d\xde\x33\xa4\x72\x10\xf2\xb0\x5a\xcf\x48\x8f\xbe\xf1\x3a\x55\x8b\x48\x44\xfc\x04\x6e\xfc\x57\xda\xa7\x5f\xd0\x07\xe6\x52\x91\x8c\xdf\x29\x57\x33\xe2\x55\xa5\xb0\xd7\x8d\x35\x71\x41\x8a\x75\x44\xb7\x1f\xf0\x53\xe0\x14\xb3\xf1\x02\xcc\xe5\xc0\x04\x2b\x23\x0b\x81\x7d\x6a\x09\x28\x57\xce\xa4\xc7\x07\x1b\xac\x56\x55\x1f\xe9\x12\x70\x0d\x62\x49\x8d\x75\x49\xd9\x23\x19\x0e\x4f\x3d\x6d\x44\xf8\xf7\xd2\x46\x44\x8b\x9f\x6f\x08\x0d\x83\x6e\xfb\x1d\xd7\x74\x10\x65\x26\xef\x62\x4e\x63\x3f\xa3\x01\x19\x64\x13\x00\xc1\xe0\x3d\x3c\xf2\x25\xc7\x04\xc8\x3d\xda\x4f\xeb\x34\x23\xc4\xa0\x1e\x40\x37\x6b\x4f\x1e\x72\x34\xaf\x80\x46\xe4\x19\x11\x95\x56\xf0\x99\x02\xd2\x7f\xc5\x43\xa2\x83\xc0\x7b\xd6\x8e\x58\x44\x40\x21\x76\xca\x7f\x6f\x10\x0d\x1f\x00\xdd\x95\x56\xb7\x12\x2e\x5b\x0c\x07\xa0\x33\x81\x6d\x3c\x80\x71\x5f\x40\x97\x81\xa3\xcc\xde\xa2\x6f\xe8\xca\x23\xda\xc3\x76\xf0\xff\x1a\xb3\x11\x97\xe9\x11\x6d\xa1\x7d\x82\x55\xba\x98\x2b\xbe\xf4\x21\xb7\x41\x78\xf6\x39\x01\xd5\x69\x04\xa1\xa2\x71\x4b\x09\x4b\xb6\xe3\x3b\x2c\x8a\x1f\xe5\x07\xd7\x8c\xad\xd3\x43\xfd\x49\x4e\xf5\xa4\x7f\x50\xcf\x7b\xf5\x94\x5e\xff\xdb\xd9\x37\x2c\xd4\xef\xf7\x29\xec\x30\x6d\xac\xfd\xbf\x72\xd0\xb8\xcf\x1c\x29\x19\x25\x55\xa8\x69\x88\x6f\xb7\x6a\x13\x0e\x99\x86\xff\x2f\x1b\x1b\xe4\x3c\x6b\x41\x29\xd9\x1a\x26\xdf\x0c\x30\x55\x84\x29\x6e\x6b\xf0\x6a\xa1\x2f\x76\x9a\x6b\xaa\x5b\x0d\x1e\xfd\x46\x5a\x43\x73\xaa\x24\x7f\x99\xdc\xba\x36\x92\x9a\xa5\x72\xe9\xe1\x92\x1b\xe0\x64\x47\x66\x71\xcf\xba\x61\xe2\xc6\x33\x25\x85\x3f\xe1\x22\x0f\x0c\xcc\xcf\xa2\xec\xd2\x99\xd9\xc2\x68\xed\xe1\x8c\x73\x10\x65\xd7\x7e\x47\x8e\xe4\x70\x07\x58\xb0\x2c\xd0\x00\x9d\x1b\x34\x2c\xc1\x1a\x5d\x50\x51\x86\x11\xf2\x57\x45\x67\x0c\xb3\xab\x3e\x05\x9a\x5c\x82\x37\x4d\x70\x67\xe9\x80\x13\x45\xbc\xb7\x71\xfa\x2f\xd0\x59\xf1\x9b\x7e\x28\x5d\x20\x4b\xa0\x6e\x32\x13\xbd\x13\xa2\x87\xc4\x26\x84\x89\x97\x5d\x74\x36\xd3\x10\xe2\xc5\xde\xf5\xde\x08\x96\x0f\x7a\x62\xb6\x36\x6c\x1c\x46\xf5\x2e\xc5\x68\xd0\xfc\x66\x61\xfd\x02\x4e\x94\x81\x6c\x6e\xd8\x76\x16\x73\x13\xa0\x7d\xbd\x99\x38\xc3\x5a\x70\x67\x17\x3e\x83\x03\x13\x84\x54\xcd\x12\xcc\x76\xa2\x2f\x9c\x18\x17\xcc\x76\x42\x08\x2a\xf1\x2b\xbd\x3d\xa0\x47\x15\x3f\xf5\x57\x0b\xe7\xeb\xb4\x9d\x67\x2c\xc1\x6f\x11\xf0\x36\x15\x60\xb8\x47\x4a\x40\x3b\x8e\x94\x3e\x1a\xf2\xbc\xfe\xe2\x82\x1e\xa7\x65\x02\xcb\xbe\xf3\x68\xf2\x8e\x41\x75\xb3\x1d\x8a\x7e\x41\x1b\xd8\x13\xb5\x69\xda\xc5\x52\x61\x38\x3f\x85\xb8\x2c\xb8\xef\xaa\x87\x1d\xc6\x56\x7f\xbb\xcd\x61\x22\xb0\xf3\x03\x83\x0e\xec\xa3\xb3\x0e\xdd\xa0\x27\xd8\xdf\xfd\xca\xf9\x02\x87\xed\xc4\xfb\xf5\xdb\xd6\x7f\xbb\x6d\xac\x96\x7a\x7e\xe0\xd4\xe1\x08\xfd\x9c\x8c\x68\xba\xa0\x33\xe2\x88\x95\x16\x70\x7e\x91\xb3\x5c\x27\xbc\x7a\x78\x06\x12\xa2\x7e\xdf\xa2\x7e\x81\xf0\xed\xfc\x40\xd4\x81\x3e\x7f\xda\xd2\x0d\x7e\x02\x01\x87\xc5\xa1\x72\xfe\x29\x67\x41\x8f\xf9\xa1\x7e\xdb\xe6\xcb\x6d\x4f\xf5\xf3\x62\x60\xe7\x07\x74\x03\xb9\x58\xf2\x01\xa3\x07\x14\xef\xc9\x3b\x16\x76\x21\x2b\xef\x06\xcd\xc0\x44\xe4\x36\xdd\x45\xdf\x57\x74\x43\x3e\xec\x4d\xc9\x06\x8f\xc0\xf6\x22\xa6\x07\x18\x43\x31\x22\x01\x61\x57\x17\xf8\x60\x84\x75\x41\xf1\x5a\xf5\x42\xc4\xd5\xca\x55\x6b\x76\x47\xff\x17\xcb\xb9\x5c\xc8\xa0\x9b\xda\x0f\xa8\xc0\x05\x37\xd4\x2c\x77\xb7\xfa\x6f\x4c\xa4\xc1\x83\xab\x39\xd6\xbd\x49\x26\x06\x84\xbc\xeb\x05\x50\xd3\xb3\x3a\xbb\x6a\x95\x4f\x4d\x25\x3f\x1e\xd8\x0d\xbc\x8d\xaf\xb3\xca\xbe\xd2\x94\x4a\x51\xca\x50\x69\xdf\xf2\xee\xd5\x52\x3b\xe6\x40\x7e\xe8\x24\x30\x71\x7b\x5e\xfd\x25\x35\x73\x49\x35\xba\xad\x4d\xf3\x89\x6d\x87\x4a\xa1\x7b\x56\x9d\xf8\xcb\xb9\xf9\xc8\x2b\x88\x4a\x52\xd2\x45\xda\x25\x4c\x0b\x15\x11\x29\xb0\x35\x39\xeb\x30\xfb\xbd\xa5\x7d\x4d\x8a\x00\xab\x44\x09\xdd\x19\x13\xc3\xd4\x7b\xc8\xe1\x6f\xc4\xaf\x3c\xe5\x1c\xb1\xe2\x6e\xc3\xbb\x3a\xae\xc4\xa2\x8a\xd9\x97\x4c\xa1\x33\x99\x6d\x42\x12\x79\x2c\xc3\x9d\x5f\xb0\x33\xc8\xdb\x27\x90\xe7\x60\x49\xb3\x1b\x6f\xed\x49\xaf\x3a\x72\xb0\x7c\x95\x31\xde\xd8\x93\x42\x87\x48\x1b\xf0\x75\x58\xa2\x08\x3b\xc3\x91\x27\x98\x47\xf9\x8a\x0f\x94\x88\x45\xbd\x93\x20\x6c\x01\x2d\x5a\x93\x51\x20\x8b\xcc\x77\x0c\x5e\xb4\xae\x23\x54\x38\x3b\x39\x75\x65\x5a\x7b\x0c\x5b\x0e\x7c\x87\xa8\xe8\x95\x22\x23\x8f\x3e\xae\x71\x65\x28\x44\xc3\xb2\xd2\x30\x22\x50\x03\xe8\x9c\xb7\x20\x1e\x36\x97\xec\x61\x59\xbe\x28\x57\xd1\x1b\x1d\xb4\x78\xb3\xca\x6b\xd4\x98\x9b\x48\x9b\xf8\xdc\x1a\x40\x08\xea\x24\x23\x03\xa1\x67\x2e\x7d\x74\x5f\x27\x7d\xd0\x79\x3e\xbb\x68\x6b\x77\xd0\x88\x5b\xe8\x30\xd0\x4a\x1d\x16\xcc\x16\x65\x7b\x2e\xd9\xa8\xf9\xcc\x46\x0e\x6e\x6a\xff\xe9\x33\x9d\x93\xd5\x22\x39\xfe\x6f\x0d\xb5\x33\x74\x74\x36\x5a\xf5\xa4\xe8\x52\xbd\x4f\x37\xa8\x6a\xd2\x7d\x37\x9e\x0c\xa9\x8e\x16\x99\xdf\x6a\x1e\x34\xa5\x51\x43\xfe\x89\x32\x4d\xe2\xdb\x9d\x73\x6c\x8d\x30\x0f\x65\x43\xe0\x79\x32\xc5\x58\xef\x81\x60\x75\xbe\x99\xb4\xa7\x0d\x72\x59\xc1\x93\xf7\xa4\xa0\x50\xa9\x6a\x8a\x9b\x74\xfe\xc5\x7b\x74\x5e\x46\x0d\x8c\xff\x9c\x1b\x1c\x19\xbb\x66\xaf\xcd\xef\xc1\x40\x48\x88\xc9\xbf\xb1\x8d\x3a\xc3\x00\xc5\x15\x42\x48\x6e\xbe\x7c\xe2\x3e\x44\x37\x84\xc1\x7d\xfd\xde\x09\x76\xe0\x3a\x75\x35\x3e\x4e\x6f\x70\xa0\x2b\xef\x43\x7b\xa0\xa6\x44\x7d\xf1\xa0\x81\x56\x41\xa3\x81\xf6\xbe\x9c\xcd\x9b\x77\x4c\x20\x21\x21\xcc\x2e\x58\x98\xe2\xff\x17\xd8\xe7\x05\xcb\xc0\xe1\x2d\x58\xac\x23\x88\x8a\xde\xc3\xff\x8f\xdd\x49\xf3\x89\x7c\x5b\x4c\x5f\x36\x0b\x56\xab\xb3\xda\x22\x04\x06\x0e\xe1\xee\x22\xee\xea\xf2\x5d\x0f\xcb\x8e\x11\xfc\x88\x0a\x93\x16\xea\x7a\x8c\xec\x30\xb7\xcd\xcb\xeb\x8b\xd2\x17\x9b\x39\xac\x83\x9a\xff\xb3\xfa\x15\xb7\xf8\x73\xf3\x89\x9d\x5b\x7c\xcf\x01\x79\x2f\x0f\x0c\x1d\xc0\xc9\xf5\x2d\xe8\x79\x84\xf4\x23\x8c\x83\x39\xa8\xa1\xae\x19\x6e\x29\x94\xd4\x85\xe2\x07\x7f\xda\xef\xb0\x22\x30\xbc\xc8\xc6\x6d\x54\x03\x27\x06\x20\xeb\x2c\x19\xa1\xc0\x20\x38\x57\x00\xa4\x8e\xe2\x4d\x7d\x58\x29\xeb\xd2\xd4\xaa\xfc\x3a\xdc\x88\x73\x4d\x3d\x65\xb0\xad\x54\x92\xfa\x47\x51\x89\x01\xaa\x1e\x5d\xc0\x17\x3a\x94\x8f\x4f\xf3\xe9\x0b\xd5\x7e\x85\x67\x8c\x6a\x7f\xa1\x96\x97\x1d\xc1\xec\x65\x8b\x32\xb8\x0d\x50\xf0\xdb\x4e\x59\x49\x28\x71\x54\xa1\x00\x8d\xc9\x0e\xca\x43\x65\x8d\xc6\x50\x93\x7d\xe1\x66\x0a\x1f\xed\xf1\x1e\x3a\xa7\x7a\x3c\xc0\x6a\xa7\x2f\x43\xd6\xc0\xa2\x31\x70\x4c\x8f\x3b\x2f\x58\xc9\x02\x16\x76\xef\x47\x77\x6b\xcd\xc4\x86\x3f\x76\x6f\x15\x87\x6b\x03\xa1\xdd\x5c\x2b\xdd\x95\xd2\x9c\xb5\xf8\x6d\x97\x07\x2e\xf2\xe3\x67\x80\x75\xdd\xbb\x98\xc3\x64\x98\xa8\xd6\x12\x16\xb5\xda\x7e\x0a\xcf\xff\x17\x73\x95\x19\xbc\xa0\x50\x73\x8e\x21\xdc\xbf\x0e\xf5\x32\xed\x66\xad\x04\x78\x81\xc0\x58\xd6\x5d\xb5\x07\x60\x6e\xc7\x62\xa0\x0d\x9b\xd2\x32\x7d\x41\x86\x5c\x76\x1a\x92\x57\xf1\x3f\x16\x5f\xdf\x4e\xb8\xce\x9b\x92\x2d\x42\x35\x60\xbf\x1c\x42\x3c\xce\xe0\x8c\x88\x78\x7e\x09\x1e\x60\xb6\xfa\xbd\x62\xe2\x37\xf8\xb5\xd5\x41\x87\x89\xe4\xdb\x55\x03\x48\xce\x58\xec\x08\x19\xc7\xe5\xc7\xad\xd5\x5c\xb3\x71\x2c\xc8\x3f\x28\x44\x7f\x2b\xae\xfc\xd8\x00\xef\xb3\xcb\x23\xbd\x5e\xae\x10\x89\x3c\x95\xbe\x1d\x3a\x77\x2b\x1a\xa6\xa9\xc8\x53\x40\xab\x61\xd9\x67\x26\xde\xf7\x19\xe8\x11\x10\xb6\x70\x98\x28\x9c\xfa\x5b\xcc\x71\x99\x04\x50\x72\x29\x30\x2d\x7a\xcb\x5b\x94\xde\x7b\xd4\xe1\x74\x5c\xa4\x61\x1e\x20\x94\xed\xf8\x6e\x3d\xcb\x37\xa6\x82\x06\x83\xf2\xc5\x4b\x2f\x17\xd0\x43\x49\x54\x81\x6a\x83\x08\x28\xfa\x12\x55\xbb\xd6\xe5\x7b\xab\x17\x4c\x44\xf2\x6b\x36\x71\x0c\xf9\xcf\x63\x8f\x77\x08\xe4\xe1\x1a\x8b\xdc\x63\x79\xaf\xe1\xa9\x75\xd2\x4b\x45\x66\xc7\x99\x3d\x2f\x52\x87\x75\x0a\x32\xc7\x8d\xd2\xcb\x3c\x25\x5f\xf0\x05\x93\x59\x56\x79\xca\x70\x4e\x5d\x0c\xe5\x29\x88\xfa\xb0\x4c\xc1\x6c\x13\xb1\xe8\x22\x52\xf1\x74\x00\x15\x2e\xcf\x59\x40\x04\xc5\xf5\x34\x63\x9d\x5f\x91\x25\x09\xfc\x8c\x01\xf7\xaf\x68\x81\x75\xae\x68\x81\x99\x57\xb2\xb0\xae\x64\x61\x5d\xc9\xc2\xba\x51\x55\xfb\xe1\x8a\x7a\x64\x8b\xc0\x9e\x1b\x06\x60\xdc\x68\x3c\x24\x4b\xcb\xbd\x92\x09\x76\xfd\x6a\x82\x65\x64\x82\x65\x0f\x78\x02\xb3\x65\xda\x67\x51\x3c\x68\xc5\x9c\xcf\xf8\x68\x57\x62\xba\xcc\x25\x02\xa1\xe5\x1b\xee\xab\x9d\x7a\xc8\xef\xca\xe3\x4a\xc8\xfa\xc2\x99\xf0\x86\x79\xb0\x1a\xf5\x53\xb6\xd9\xdb\x95\x07\x9c\x30\xe4\x09\x3e\x07\xfb\x24\x63\x8a\x4a\x75\x3a\x78\xad\x68\x0a\x16\x58\x40\xdc\xb2\xb7\x54\xef\x1b\xae\x58\x0d\xf2\x8a\xd1\x15\xd5\xe9\xe8\x3c\x7d\x2b\x11\xb4\x8e\xaf\x18\x4b\x52\x6b\x9c\xea\x3d\x5f\xa9\xde\x73\xd3\x81\xed\x44\x59\x8f\x17\xc1\x98\xa3\x21\xa4\x06\x0a\xc8\xb1\xbe\x1b\x22\x2a\x89\x9d\x93\x98\xda\x6a\x4e\x1e\x39\xf3\x25\x78\xc2\x76\x32\x14\x42\x89\xb0\x50\x1e\xd4\x0c\xeb\xee\x44\x5a\xc2\x51\xba\x08\x30\xb3\x17\xc1\xa9\x60\x5c\x62\xae\x27\x42\x5a\xe3\x17\xa2\xe8\xd2\xc8\xe5\xd5\xd1\xa8\x32\x38\xa7\x8b\x57\x73\x6c\x80\x03\x3d\xdd\x99\x38\x0c\x81\x89\x73\xaf\x87\xc7\xd7\x3a\xde\x34\xf6\x1a\x50\x7a\x4d\x79\x1f\x0b\x17\x8b\xe1\xe0\xb0\x32\x63\x3a\x38\xb8\x6b\x44\x2d\x34\x6a\x37\x51\x72\x1e\xea\x8e\xfd\x2d\x6e\x70\xb0\x8d\x4d\x2e\x34\xab\x12\x97\x26\x2f\xd6\x40\x7c\x40\xac\x09\xd9\x37\x7f\x75\xb7\x98\x1a\x76\xa0\x16\x46\x80\x18\x21\xde\x72\x9b\xbf\xdd\x23\xff\x39\x6c\xab\xe2\x4f\x3e\xdf\xb6\xd4\x44\xbf\xa1\x5e\x2f\x3f\x9b\x42\x98\xaa\xcb\x1c\x26\x95\x2e\xf9\x8c\x60\x09\x03\x40\xe7\xfd\x17\xb0\x84\x31\x7b\xf9\x47\xac\x84\xbf\x9d\x5b\x33\xd6\xb1\xf2\xc0\xde\xd8\xb0\x72\xe5\x65\x0f\x60\xe2\x4d\x9b\x5d\x27\x26\xcf\x0f\x92\xf0\xaa\x54\xd2\x0f\xee\x01\x89\x9e\x77\xc8\xac\x5c\xd6\x97\x17\xbb\xd1\xf8\x04\xb9\xfa\x82\xb4\x83\xb2\xfd\x94\xdd\x51\x79\x74\xeb\xde\xa3\xdb\xf8\xe8\xa5\xf1\xf3\xa3\xb5\xaf\x8f\xfe\xc7\x56\xf7\xa9\xd5\xde\xe0\xef\xad\xee\x8a\xd9\x37\x32\x1b\x28\xd4\xf7\x89\xd6\x14\xa6\x33\x80\x7c\x9d\xf9\x10\x4d\xaa\xbc\xc0\xfa\xc4\xe7\xdd\x84\xb4\x8f\x2d\x67\xe2\xc3\xa8\xfe\xe8\x63\xf4\xaa\x0e\x67\x5f\x80\xdd\x07\xeb\xda\x4f\x2f\xb6\x72\x6d\x48\xbc\x18\x87\x82\xc5\x4f\x4c\x1a\x69\x05\x73\xbf\x82\x55\x2f\xbe\x1c\x45\xdc\xa2\xd8\x29\xaf\x88\xf7\x95\x13\x7d\x8c\x37\x10\x63\x40\xfb\xa3\x59\x50\x09\xf8\x38\x7b\xf6\x1c\xb4\x99\x90\x9f\xdd\x3a\xf0\xbe\xa8\x9d\xd5\xc8\x91\x0d\xc0\xc7\x01\x8f\x30\x72\x8d\x4d\xdd\x22\x6b\x75\xf3\x99\xd9\xa3\xfe\x09\x0d\x16\x38\xb4\x78\x85\x59\xfb\x56\xf9\x5b\xfd\xe9\x68\x6b\x00\x47\xa1\xb0\x19\xb0\x81\x2e\x51\x02\x98\x54\x9c\x05\xc2\xab\xbf\x95\x15\x45\xb9\x13\x49\xf8\x88\x40\xfa\x35\x9c\xe7\x1d\xfe\xda\x11\xb6\xde\xc9\x7f\x40\x5d\x77\x89\x19\x67\x4c\x74\x36\xa8\x23\xee\x00\x6a\x66\x0d\xf1\xb0\x77\x74\x68\x64\xdb\x07\x35\x3f\x60\x97\x0a\xa5\x46\x69\x7c\x47\xaa\x95\xef\x52\x1e\x04\x44\x04\x9e\x09\x3f\xd8\x5f\xa2\x17\x81\x21\x35\x82\x31\xae\xfd\x54\x83\x8f\x2a\x15\xc3\xea\x20\xa7\x40\x1a\x12\xef\x39\x08\x20\x43\xd8\xe8\xd4\x25\x00\x54\xa4\x59\x98\xb7\x5a\x08\xa0\xe8\xe2\xef\x3f\xde\x9a\xae\xbf\xad\xf1\x86\x2c\x92\x15\x03\x60\x1f\xc9\xca\xb3\x5b\xa9\x5d\x51\xf8\x77\x37\xbb\x62\xdb\xc7\xf0\x19\xd0\x8d\xe2\x43\xcd\x8e\xf2\x94\x9a\x1e\x6b\xb2\x2f\xc5\x67\xf7\xc0\x2b\x57\x06\xb9\x31\x20\x99\x78\x51\xb3\xe5\x00\x76\x38\x43\x8c\x06\x35\x5d\x10\x4c\x93\x61\xae\xb1\xa8\x9f\xd7\x10\x0c\xf1\x80\xbf\x23\xde\x42\x70\xe7\xa7\x49\x45\x97\xcf\x42\x07\xf9\x95\xa0\x67\xdb\x7d\x44\x93\x04\x14\x28\xa5\xb1\x0a\x75\xed\x6a\x96\x75\xf3\xe1\xbe\x61\x29\xcb\x2b\xe4\x89\x4e\x19\x6b\x5b\x35\xfa\x1e\xb3\x4e\x3a\x35\x2d\xed\x8c\x06\x85\x7e\xd4\xd8\x6c\x00\xb5\xeb\x03\xc3\xba\x1f\xad\x59\x73\xc1\x86\x37\x0b\x32\x09\x32\xab\x23\x73\x88\x3d\x88\x4f\xa7\x9d\x71\x89\x29\x8a\xc5\x13\xd3\x1b\x82\x0b\xcf\xe2\x0e\xc6\x83\xbb\x1d\xd4\x40\x88\x77\xca\x66\x22\xb2\xae\x1f\xf4\x18\x0d\x3d\x63\xe3\x5d\x04\x65\xe8\x22\xe6\x11\x02\x04\x35\x1e\x51\x48\xb4\x1e\xd5\x12\xca\x38\x82\x82\xf7\xe8\xa8\x49\x47\x13\x52\x8f\xe6\x78\x38\x82\x6c\xe1\x94\x3f\xc0\xc0\x5f\xe9\x68\x3a\x57\x2b\xdd\xe4\x38\x1d\xce\x74\x34\xa6\xa3\x16\x1c\xbd\xd0\xd1\xa4\xb8\x56\xcd\x81\x23\x1d\x3d\xcd\x95\x22\xad\x13\x27\xd8\x9e\x8e\x86\xf3\xe6\x2b\xb3\x5b\x98\xc3\xa2\xf5\xed\xef\x82\xb8\xb7\x73\x50\xef\x69\xa5\x0f\xa5\x3b\x81\xf5\xbb\x98\xbb\x6f\x9c\x6a\x8c\x5e\x87\x93\x43\x43\x27\x19\xeb\xf2\xfc\x2c\x0d\x5e\x8b\x57\x65\x2a\x93\xa7\x43\x21\x61\x64\x06\x90\x59\x0e\x63\x9b\xad\xd2\xd1\xc5\xbb\xff\x47\x8d\x8f\x14\xcd\x0a\xfb\x4b\x32\x57\x42\x34\x14\xf8\xa9\x1b\xf8\x52\xb6\x1c\x20\x57\xbe\x06\x58\xb9\xb6\x27\x1a\x5d\xa7\x7a\x53\x3c\x57\x92\x34\x14\x09\x7e\xde\xb8\xbf\x73\x08\x4b\x00\x5e\x01\x17\xa8\xc7\xb4\xca\xc7\x38\xcc\xf1\xe4\x0e\x81\x83\x2a\x6c\x63\x4c\xee\x11\x6a\x75\x09\x6d\x94\xd0\x6f\xe9\x0b\x28\xd7\xec\x94\x50\x86\x5c\x62\x90\xa9\xf8\xcc\xd8\xe7\x37\x2e\xa3\x15\x93\x81\xe8\x5d\xe5\x5d\x2c\x8d\xaf\x8c\x40\x67\xfe\x13\x25\x90\xea\xe8\x65\xae\x47\xc6\xc8\x53\xb8\xdc\x41\xf6\xc8\xca\x9d\xa9\xff\x9e\x3c\xf0\xf2\x3e\x9f\x42\x2b\xb7\xd8\x10\xe7\x35\x27\x6c\x58\x56\x99\x1a\x9e\x98\x7d\x1a\x52\x36\xf3\x0f\x30\x1b\x0e\xec\xf4\x82\x6d\x5f\x47\xcd\x19\xd3\xde\xae\xc2\xa8\x33\xcc\xd8\xac\xc3\x5b\xfc\x1c\xd6\x53\xc3\x8a\x72\x4c\x48\x33\x74\x45\xd2\xad\x3a\x9a\x42\xe1\x06\xd5\x29\x91\xe1\xde\x02\xc0\x66\x26\xbf\x9d\x08\x45\x6d\xd0\x1e\x7f\x33\x4a\x9e\x55\x7b\x72\x0b\xeb\xa0\x8d\x49\x33\x81\xe5\xb5\xd1\x3b\x80\xcb\xa6\x89\xde\xbd\x22\x48\xf1\x56\x2f\x9a\x14\x93\x13\x82\xf0\x8d\xbb\xdd\x49\xb3\xc7\x99\x33\x41\x30\x7e\x31\x3c\x45\xf7\x4b\x18\xbb\xd8\x59\xaf\xe7\x80\x9a\x98\xb3\x68\xb7\x89\x2b\xfe\x84\xd5\x8b\xbd\x5f\xcd\xfb\x55\x71\x79\x3f\x54\xaa\xdf\x9e\x99\xfc\x9d\x17\xbf\xa9\x0f\x02\x7a\xe7\x48\x1b\xd7\xbe\xf0\xcc\x07\xe7\x61\x73\xc1\xe4\x80\x4a\x76\xae\x76\xf3\x87\x02\xc9\x14\x51\x75\x62\xde\xba\xd9\x55\xe7\x9e\x9a\x94\x6a\x84\x63\x42\xb2\x3b\x03\x99\x92\x08\xc5\x49\xaf\xd1\xe1\xf4\xc2\x07\xb0\x5c\x0c\xba\xae\xbb\x03\xd4\xea\x54\xe8\xf5\xeb\xd4\x10\x62\xaa\x4d\x0b\x4b\x9c\xd7\x0d\x4f\xa2\xdf\x5d\xe4\x23\xa7\x9a\x7f\xfd\xf9\x7b\xb6\xa0\x8f\x7c\xf9\x78\xfb\x25\xbf\xb8\xf2\x22\x54\xe4\x7e\x98\x10\x9a\xf8\x3e\x21\xee\x3c\x63\x53\xce\x90\x93\xf5\x3f\xce\x90\x3f\xd0\xfb\xf5\x3c\xb0\x2a\x43\xd4\x96\x0f\x6b\x53\xdd\xe3\xf3\x06\x3a\x83\x0a\xcd\x30\x75\x2b\xca\xe0\xb4\x54\x12\xf7\xee\x57\x0d\xf0\x9b\x5e\x88\x4f\xba\x43\x18\x15\xf6\xeb\xc4\x53\x6a\xc3\x66\xdd\x1d\x84\xfd\xf7\xbc\x52\x20\x41\x43\xd8\xeb\xa2\xab\xe3\xc0\x4d\xc8\xe9\x14\x2d\x21\x6b\x0f\x50\x27\x99\x8b\x58\x25\x87\xca\x03\x82\xfc\xe3\xba\x98\x5d\x7b\xe4\x06\x3e\xc0\xb7\xbe\x30\x4f\x41\x13\x8e\xa1\xf3\xb5\x09\x21\x3d\xa1\x51\x34\xc1\x3f\x50\x13\x3a\x5b\xa7\xa6\x8b\x5e\x72\x68\x2a\x35\x85\x4e\x3c\x46\x34\x2d\x24\x89\xea\x3e\x37\x0b\x5e\x28\xcd\xac\x7f\xfd\x73\xf9\x66\x8a\xaf\xd8\x14\xcf\x11\x27\x90\x53\xf2\xd7\x05\x9f\xbd\x09\x5b\x4e\x91\x9a\xab\xb6\xb2\xfe\xd1\xc6\xad\xac\x8f\x82\x7d\x6d\xe8\x48\x82\x74\xcd\x95\x68\xc2\xc6\x50\xa3\xa8\x8e\x07\x3a\xf8\xa6\x62\x89\x3c\x11\xe2\xc1\x40\x50\x54\x51\x2a\x42\xaf\x4c\x3c\xde\x50\x3e\x12\x8b\xd2\xe3\x09\xfc\xf8\xd3\x9e\x27\xa0\x24\xca\xa4\x2f\x43\x4a\x39\xf6\x74\xf0\x61\x2f\xdb\x18\xb8\xa5\x12\xb5\x9c\xf0\x04\x32\x9c\xec\xf8\xc0\x13\x25\xd2\x15\xbc\xe4\x99\xb1\x65\xfe\x12\xd2\xbe\x16\x27\xd4\x32\x16\xea\x8b\x43\x79\x00\x19\xb9\x3c\x1f\x89\xcf\xe7\x49\xed\x40\x58\x3f\xb2\x27\xc8\xf0\x96\x27\xca\x5a\xae\x29\x42\xe4\x2b\x1d\x71\xab\xe1\xde\x91\x68\x55\x1f\xbb\x8b\x57\x83\x47\x32\x10\x81\x21\xca\x1b\xc2\x04\x71\x99\x29\x32\xff\xd2\x46\x68\x70\x74\x4d\x6b\x1f\x48\xd7\xad\xb4\xdb\xec\x4d\xb5\x10\x31\x12\xbb\xcf\x88\x6a\x6c\x33\x7b\xd4\x40\xce\xaa\x0b\x34\x4c\x17\xc8\xc8\x1b\x1b\x34\xf9\x80\x2e\x47\x44\xfc\x18\x01\x8e\x3f\x7a\x05\x26\x03\x0d\x5c\xa5\xb0\x1d\x4e\xa8\x5c\x50\xc2\x9f\x6a\xa6\xa8\xd6\x2a\x95\xcb\xa3\xbe\xae\xb4\x1e\xcd\x04\x43\xf8\x03\x84\x0f\x3d\x83\x29\x87\x9d\x3b\x0b\x75\x50\xca\x16\x21\x40\x63\xc7\xc2\xc5\x04\x36\xd6\x83\xe2\x09\x47\xed\xf6\x48\x89\xd4\xa1\x04\x44\x88\x04\x24\x3d\xa5\x37\xd9\xb1\xb5\xc7\x98\x19\x16\xbb\x77\x38\xba\x0f\x5c\x0e\x1a\x00\xdb\xa2\x31\x6a\xc8\x9c\x2a\x68\xa6\xf4\xa7\x8c\xce\x1d\x31\x92\x63\x8d\xe9\x01\xb3\xea\x03\x30\x2d\x4b\xb7\x8c\x03\xc6\x5a\xd3\xeb\x3d\x99\x29\xde\x73\x91\xa9\x04\x58\x07\xb4\x6c\x3f\x44\x28\xca\x78\x05\x45\xd1\x5f\xc5\xbf\x52\xd6\xc0\xf0\x71\x57\xc0\x40\x0d\xd1\x57\x79\xba\xfe\x0d\x43\x4c\xc8\x1c\x42\x2f\x20\x94\x16\x25\x57\x67\x4c\x4c\x2e\x01\x2c\x3e\xa0\x9a\x97\x37\xa8\x20\x54\x46\x01\x7a\x77\x52\x11\xba\xa3\x5a\x95\xdf\x19\x79\xe2\x6f\xd8\x95\x67\xae\xe3\x20\xcd\xf2\x36\x76\x0c\x28\x8c\x17\x9a\x6c\x45\xc4\xe9\xa3\x36\x9c\x07\x17\x83\x6e\x07\xde\xf1\xf2\x34\x2b\x9a\x2b\x3d\x14\x54\x42\x17\x69\x6d\xcd\x00\x21\x21\x5b\x43\x2a\xc0\x0d\xd4\x0f\x11\x8a\x41\xcd\xfe\xbc\x85\xc8\x6f\x07\x24\x3c\x81\x47\xef\xdb\x30\x31\xd1\x7a\xf5\xaf\xed\x1a\x13\xd5\x97\x2f\x66\x86\xb6\xda\x39\x95\x3f\x18\x43\x9e\x68\xb4\x60\x7b\x5d\xeb\xe4\xd2\xed\x19\x04\xf5\xc0\x8d\xdc\xd0\x2a\xa2\x72\xc6\x44\x09\x0f\x8d\x9f\xec\xba\xc9\x35\x08\x26\x64\x50\x49\x26\x7e\x23\x67\x82\x53\x61\xa2\x9a\x32\xfb\x2d\xe7\x96\x6a\x18\x18\x3c\x05\x47\xaf\x3c\xf1\x5c\xa0\x55\xba\x41\xfc\x69\x8e\x99\x60\x17\x1c\x84\x03\xff\x44\xb1\x7b\x26\x37\x42\x6a\x94\x32\x1f\x3c\x08\xf2\x0d\x3b\x1b\x2f\xd8\xf1\xcc\x28\x45\xfa\x99\x33\x1b\xd3\x22\xa7\x75\x1d\xa8\x28\xb5\xd6\xaf\x7f\xad\x69\x9e\xaa\x3d\x32\xc4\x5d\xd8\xed\x61\xee\x2e\x94\x1f\x4c\xb3\xef\xb1\x2a\x78\x22\xe8\xac\x2c\xc0\x91\x7f\xae\x4f\xe7\x31\xb2\x62\x4a\x83\x00\x1f\xe8\x24\x0e\x18\x9b\xa6\xde\xb8\xb9\x60\xf6\x7b\xd3\x66\x43\x96\xef\xfd\xd5\x93\x4a\x47\xdb\x67\xca\x94\x96\x9f\xfd\x93\xfd\xdf\x09\x5d\xfb\x64\x15\x85\x69\x53\x8c\xf5\x31\x97\x1b\x5b\x71\xe7\x06\x69\xf0\x6f\x25\xf8\x5d\xbc\x65\x63\x18\x93\x22\xef\x3b\x46\x7f\xeb\x11\xa7\xc8\xab\x46\x53\xe5\x6b\x9b\xfb\xf0\x61\x58\x9e\xbd\x36\x22\xc8\x1e\x9f\xf9\x4a\x43\xb1\x3d\xa9\x6e\x56\x02\xee\x8c\x14\xbd\x7f\x9a\x33\x66\xdb\x31\x25\xc2\xd0\x03\xaf\xdd\x49\xe9\x54\x09\x0e\xf8\x00\x75\x7b\x62\x1d\xc2\xea\xed\xb6\xd2\x43\xd6\xb3\xec\x5e\x6c\x2e\xd7\xff\x2f\xbc\xae\xff\x6b\xbc\x66\xcf\xa3\xcd\x02\x6e\x2d\x02\xe6\x40\x34\x22\x77\x86\x7b\xbc\xc8\x63\xbe\xd3\x00\xac\xb5\x15\x22\x71\xff\xa3\x91\x33\x63\xd2\x97\xe7\x0c\x52\xe7\xbf\xee\xf7\x53\xb5\xdf\x2f\x99\x30\x78\x7e\xa2\x56\x2f\xd3\xcb\x86\xb8\xa7\x61\x2d\x6a\x51\x09\x70\x30\xc4\x9d\xaf\x5d\x30\x21\xc1\x0a\x14\x0c\xb8\x86\x04\x8b\x77\x15\x80\x38\x30\xac\x4f\x29\x41\xb8\x9e\x31\x05\x01\x3d\x9d\x47\xd4\xe5\x90\xa1\x68\xcf\xc9\x89\x3e\x3d\x9f\xb1\xe6\xc5\x7f\xc7\x64\xa5\xb2\x01\x3b\xaf\xde\x80\x32\xd7\x21\x7e\x40\xc4\xd7\x29\x63\x8d\xa1\x5f\x2b\x43\x0a\xec\x5a\xaf\xc7\x69\x25\x78\xdb\xc5\x40\x04\x02\x93\x9e\x9d\x66\x51\xda\x1f\x57\xdc\x9a\x4c\xf6\xdf\x4a\x05\x8d\xc9\xc1\x4e\x16\xea\xab\x36\x1c\x10\x58\xc3\xf5\x04\x05\x59\xcf\xac\x50\x71\x94\x35\xf1\x55\xc5\xa1\x70\x3d\x45\x7d\x85\x6e\x35\x72\xac\xd0\x6d\x55\xc7\xa0\x01\x5d\x15\x78\x41\x42\xfa\xd7\xe1\x1d\x21\xad\xb7\x4a\xb7\xb0\x18\xdd\x1a\x18\x04\x68\x60\x36\x2c\x39\x1a\x5b\x78\x74\xa6\x8e\x56\x7f\xe3\x18\xaf\x94\x12\x0b\x8a\xc4\x2d\x94\x7f\x51\x24\xbc\x8e\x92\x21\x22\xe4\xed\x5d\x95\xb0\x52\xf5\x60\x55\xae\xef\x7b\x79\xde\x07\x82\xc7\xad\xf3\xd1\xc5\x49\x21\x12\x19\x6e\x47\x77\x77\x11\x7d\x8c\x78\xd4\x87\x5a\x7e\x69\x03\xd9\x94\x66\xa8\x1b\x0a\x93\xeb\x2f\x55\x9f\xe1\xaa\xbe\x43\x68\x00\x2b\x5a\xdb\x14\xc6\x4c\x4c\xf6\x6d\xd5\x5b\xf6\xef\xa6\x64\x5d\xeb\x4b\x4d\xd9\x6b\x5e\xfb\x55\x47\x5a\x9a\xb1\xe6\xfd\x8c\x7c\x12\xb8\x9b\xb8\xf3\x40\x59\xed\x53\x54\xc8\xd9\xf2\x0c\x87\x72\x49\x69\x1a\x0f\xe8\xdf\x30\x1e\x6a\xbf\xfb\x0b\x78\x53\x63\xff\x50\x28\x64\x4a\x70\xb6\x42\x14\x36\xc9\x1c\x1e\x3b\x44\x78\xe3\xab\x5e\x37\xba\xce\xa5\x80\x51\xd2\x1f\xbd\x41\x9b\xac\x55\xa3\x45\xcd\x3d\x53\x19\x69\xb9\xf9\x69\x5c\x0f\x71\x9d\x14\x9c\x54\x07\x34\x37\x1c\x42\x5c\x89\x0d\x35\x99\x87\xf3\x06\x56\x0e\xbb\x3c\x42\x6b\x68\x71\x00\xcc\x1e\xfb\x77\xfe\xc8\x4e\x17\x86\x5b\x84\x3c\xf8\xd3\xb4\x59\xfa\xd6\x53\x9b\xc6\xed\x0d\xc9\xc5\xd9\xfa\xf2\xa7\xa6\xd8\x1c\x80\xba\x45\x82\xe1\x2c\x46\x79\x8c\x4e\x7b\x83\x58\xcf\x55\xb4\x8a\x3d\xf2\x55\x98\xc3\x40\x6c\x29\xda\x0b\x44\xff\x62\xd4\x40\x4e\x95\xa3\x15\x20\xfb\x31\xf6\x4a\xc2\xf7\xf8\xf3\xc2\xc3\xe2\xf8\x96\xb3\xd7\x54\x36\x37\xec\x46\x70\xdf\x27\xe4\x6d\xfd\xa7\x08\xd6\x5f\xe1\xbe\x0f\xe3\x4a\x9c\x0a\x42\x9d\x4a\xc0\x5d\x7d\xc2\x0e\x9e\x62\x99\x5e\x73\xca\xd6\xc3\x41\x8d\xaa\xfa\xfd\xbf\x09\xb2\xf8\x51\x29\x63\xea\x71\x94\xdd\xcd\x6e\xde\x0d\x93\xa4\x6e\x35\x32\x32\x08\x78\x79\xd9\xd5\xc7\xa4\x68\xb0\xa0\xbb\x76\xb3\x6a\x6d\x12\xb3\xf9\x57\xf3\xd2\x19\xf5\xcf\x54\xfa\x00\x90\x8b\xfb\xdc\x5d\xae\xed\xd1\x71\xd6\xd9\x3b\xf0\x04\x8d\xeb\x33\x0a\x11\x78\xc4\xf5\xdd\xdd\x3b\x50\x45\x9d\xf0\x74\x4a\x2e\xff\x08\x99\xb7\xc7\xbd\xbd\xa3\x9e\x63\x47\x9c\x38\xb8\x50\xbd\x0f\xf1\x73\x97\xfb\x48\x62\x75\x37\x18\x0a\x22\x90\xe8\x21\x5b\xa2\x85\x10\xd1\x55\x87\x08\xd0\xcd\x73\x53\xe1\x24\x31\xa8\x4f\xcf\x3a\xd1\x55\xc7\xfc\x59\x07\x7a\x56\xf6\x81\xfa\xdb\x00\xe9\xeb\xc6\xfd\xbd\x03\xf5\x12\x2d\x8c\xb5\x7a\xc8\x31\xbb\xec\x44\x92\x1c\x3c\x3e\xaa\xce\x98\x6c\xe4\x71\x56\x91\xe4\x24\x33\x2b\x9c\xf7\x0d\x64\x13\x86\xc4\xd7\x0f\xbd\x40\xc4\x47\x22\x30\x89\x25\x57\xf1\x11\x15\xd8\x1c\x2b\x9d\xc0\x8b\x35\x08\x61\x20\xe5\x89\x00\xb6\xba\x7a\x34\xc8\x2e\xa3\x41\xad\xde\xe4\x6e\x48\x27\xc2\x55\x3c\x9b\x62\x20\xb1\x11\xf2\xff\xe7\xa8\x4e\x10\x55\xa3\x55\xbb\x48\x12\x42\x4b\x1e\xe6\x41\xf9\x3f\xad\x48\x63\x77\xc7\xeb\x11\x21\x2f\xb6\x7e\x0c\xf0\x60\x40\x07\xf2\x90\xc5\x9b\xd9\xb6\xef\xec\x29\x18\xb6\x69\xe9\xf9\xd4\xf3\xd1\xd7\xb2\x6c\xc0\x84\xf7\xc5\xf5\x9a\x53\xe7\x26\x34\xe6\xbb\x33\xc5\xd4\x84\x96\x5b\x15\x29\x9d\xea\xbe\xe3\x4d\xdd\x9d\xa8\x44\x88\xd4\x32\x29\xa3\x47\xed\x8b\xf8\x29\x5e\xd4\xfd\x62\x8b\x5c\x86\x20\x8b\x2f\x3c\xc4\xea\x60\x62\xcd\x17\x06\xdf\x6e\x45\x35\x2e\xff\x4c\x26\x8b\x8d\x2a\xe3\xb4\x12\xfe\xa9\x00\xff\x2b\xf9\x51\x24\xd4\xcd\xfe\x59\xd5\x66\x4e\x1f\xa3\x35\xdf\x4e\xe6\xc7\xd5\x74\x1d\x33\x11\xa1\x02\xe5\xe6\xee\x6a\xc2\x17\xae\xbc\x1a\x6b\x36\x99\x86\xb2\x66\x33\xe8\xd5\x20\xb8\xc7\xbd\x86\xdd\x7c\x65\x0e\xf0\x8d\x0e\x91\x10\xbf\x3e\x33\xd8\x01\x66\x4c\xfd\x88\x87\x01\x95\xf1\x36\x74\x94\x19\x2e\x35\x2b\x03\x51\x94\x87\xc3\xd3\x82\x7a\xa7\x12\xb2\xa6\x06\x65\xa8\xfb\xee\xb1\x08\x47\x3f\xd4\x69\xff\xaf\x7d\x74\xeb\xba\x50\x48\xcf\x8e\x90\xaa\x22\x0d\x42\x5f\x1e\x60\x39\x4c\x88\x0a\x65\x6e\xf4\xaa\xfe\x0a\x7e\xd5\x1e\xb7\x0b\x1d\x52\x57\x34\x1f\x03\xa2\xc3\x2f\x0d\xdb\x40\x25\x96\x6a\xd7\xad\x01\xed\xc2\xd4\x0f\x66\x40\x62\xe4\xab\x49\x32\x9e\x62\x42\x47\x1f\x8a\x82\x50\x6c\xb5\x85\x59\xdb\x01\xd8\x78\x77\x02\xab\x34\xb2\x40\xbd\xaa\x40\xb8\x84\x38\xc6\xe3\x43\xe8\x40\x57\x6c\x42\xf4\x0e\x26\x82\xf8\x59\x97\x29\xc2\x84\xa3\x7e\x39\xeb\x42\x31\x3b\xe5\x5f\x76\x21\xb4\x24\xc6\xe8\xdb\xc3\x31\x30\xd0\x53\x82\xa8\x92\x2f\x4d\xc9\xf6\x7c\x96\x35\xf2\x8f\x22\xf4\xbd\xea\xcc\xfb\x97\xe1\x17\x3a\xdf\x0d\x90\xb2\x8a\x07\x83\x6a\xd6\x27\x09\xee\x0d\x09\xf2\x57\x5a\xeb\x4b\x7f\x0a\xb6\x56\x34\x4c\xdb\x98\xd4\x76\x6d\xf3\xb2\x92\x70\xcb\xd3\x36\xa2\x19\xf2\xc2\x2e\x57\x4f\x21\x3f\x21\x5a\xe9\x3a\x37\x0d\xec\xc5\x73\xe8\x00\x73\xd8\x24\xa6\xde\x8a\x9d\x1c\x29\x40\xce\xce\xf9\xd4\xae\xc4\xf3\xe8\xdb\x52\x08\xae\x36\x78\x5a\x1f\x8d\x40\x5c\x8c\x8a\xca\x5f\xcd\x2c\x90\x06\x1f\x00\x92\xd6\xc2\x9b\xc1\x4c\xea\x63\x0d\x54\x8d\x44\xfe\x99\x89\xd4\xda\x1e\x11\x6b\xae\x33\xe0\x79\x0e\x31\x96\xc7\xdf\x35\xca\xa6\x50\x6f\x5f\x5b\x89\x95\x14\x93\xce\x52\x0d\x59\x8b\x97\x32\xc0\x6e\x1d\x10\xe9\xee\x1a\x59\x14\x79\x01\x09\x0f\x5e\xda\xa7\x59\x76\xe6\xff\x6f\xeb\x59\xe8\xfc\x8c\xf9\xe3\x07\x1e\xb7\xaa\x03\x4a\x7b\xac\x9b\x6f\xba\x70\x40\xed\x34\x83\x07\x28\x64\x4d\x60\x04\x69\x1c\x77\xc4\xda\x25\x3f\x58\x59\x01\x01\x36\x10\x42\xc3\x90\x11\x84\x07\x6c\x2c\x69\xfc\x71\xfc\x8a\x0e\x11\x03\x8e\x4b\x0e\xd3\x4b\xa7\xb8\xe2\x16\xf5\x15\x37\xa5\x15\x17\x71\x52\x72\xee\x2d\x14\x11\x56\xf2\xf2\x07\xed\x31\x66\x21\x0f\xc0\x56\x40\xd6\xa4\x67\x6d\x30\x29\xa2\x9c\xa7\x85\xd8\xfb\xc3\xbb\x41\xcb\x4b\xe8\xd0\x04\x4b\x68\x0e\x5e\x43\xa7\xd9\x05\x41\x9e\x20\x30\xee\xb4\x0b\x11\x27\xa9\x5b\x98\x42\x6c\xe4\xda\xf6\x33\x63\x26\x3f\xf8\x90\x0a\x06\x0c\xb7\xfd\x02\xe0\x1d\xa9\xd0\x58\xc8\x21\x63\x80\x25\x01\x69\x17\x75\x2f\xfe\x25\xb0\x80\xf1\x5b\xbc\x36\xbf\x86\x48\xb1\x17\xd8\x13\xbd\x0c\xda\x00\x8a\x08\xf1\x57\x53\x55\x2d\x40\x24\x4e\x99\x78\xcf\x13\x2a\xc2\x03\xb6\x79\x7f\x98\x10\x87\x22\xaa\x28\xea\xd5\xf2\xa5\x29\x58\x7f\xa1\x1e\x1c\xbf\x1d\xc5\xb9\x50\x89\xf3\x08\xe8\xfa\xc4\x8f\xc7\x7c\xd8\x4a\x9c\xf8\xf8\x80\x79\xee\x84\x13\x8f\x96\xca\x01\xc1\xed\x8f\x96\x96\x23\xe8\xcd\x18\x8b\xad\x3d\x82\xad\xf5\x44\xd8\xa7\xc3\x6b\xc6\x12\x71\xc6\x7a\xa4\x3e\x8f\x0d\x3a\xfc\xc4\xd8\x80\xfb\x18\xa5\x3e\xe6\x3c\x37\x0b\xf5\x6d\x09\xdf\x62\x1a\xe1\x9a\xd2\x09\x17\xea\x4b\x3c\x49\x45\x86\xeb\xd8\xaa\x0c\x33\x7e\x9e\x4c\xc4\xa1\xfb\x90\x6b\x96\xe2\x2d\xeb\xf3\x5c\x5f\x13\x1e\xef\x05\xa2\xf4\xd4\x9b\x02\xbb\x43\xe9\x25\xc6\x73\xe9\xb5\xbf\x20\x3b\x39\xb2\x18\x04\x37\xbb\x49\x6c\xbb\xf6\xe8\xa6\xa1\x95\xa2\x5a\x78\xe5\x99\x5a\xcd\x21\x97\x56\x73\xcc\x46\x6d\xee\xdf\xa8\x1c\xf8\x02\x9a\xd1\x4a\xbf\x94\xbf\x9f\xa9\x7d\xcf\xcc\x31\xe5\xa1\x0b\xe6\xc8\xf3\x05\x7b\x7d\x9d\x80\xc2\x29\x52\xde\x41\xf8\xca\xd7\x08\x3b\x74\xad\x3a\x16\x72\x2b\x6e\x6f\x28\xa1\xcc\x00\x43\x38\xea\x33\x36\x4c\x78\xb4\x61\x2d\x3d\x5c\x1f\x6b\xd7\x57\x2d\x1f\x6b\x7c\x97\xd0\xd6\x99\x4b\x60\xb5\x74\x33\xad\xd0\xb8\xc5\x1c\xb3\xdf\x55\xaf\xfc\x89\x88\xa8\x1c\x67\xec\x98\x39\x73\xd5\x83\x64\x2d\xef\xf9\xf4\xa2\xd5\x3d\x61\x84\xcd\xcf\x8e\x3c\xe9\xa1\x3b\x0f\xc1\xf9\x59\x4f\xc0\x3e\xab\x4b\x82\xa9\xf8\xe2\x94\x2c\x21\x7e\xbf\xfa\xf6\x8e\xfe\x18\x5c\x73\x1a\x3e\x6f\x46\xcf\x5b\x41\x31\x74\x8a\xbe\xd7\x63\x9d\x2f\xfd\x5a\x87\x83\x8c\xcd\xbb\x5e\xc3\xc5\xd9\x1f\x43\x90\xa0\x07\x4a\x36\x0a\xe8\x69\x1d\x7b\xab\x1e\xd8\xef\xf3\xfc\x51\x54\x12\x20\x7a\xb8\xb5\x62\x76\x8e\x6e\xd6\x57\xca\x8c\x31\xd6\xc6\xa8\xe4\xb4\x59\x20\x39\x6a\x40\x00\x27\x75\xde\x31\xab\x82\xd7\x8d\x25\x7a\xee\xb9\x9e\x37\xd7\x9c\x10\xb9\x02\x91\x0d\x3f\xb5\x50\xa8\xc3\xb5\x47\x0e\x84\x3f\x7f\x8f\xcf\x3e\x0f\x6b\x0d\xfe\x3d\xaf\xe0\x58\x8a\xdf\x44\xf6\x80\x66\x24\xa5\xc1\x92\x75\x78\x42\x70\x26\x34\x3d\xa3\xdf\xcd\xbf\x03\x5e\xae\x18\x7b\x46\xc0\x4b\xe1\xf3\x3d\xb8\x31\xd1\xae\xdc\x63\xee\x2d\xc6\x2d\x23\xa3\x1e\xb7\xdc\x30\xc6\xb6\x03\xab\xa2\x11\x15\x12\xcf\x07\x6d\x43\x84\xfc\x4b\x94\x75\xcd\x18\x6b\x1c\x21\xd4\xb9\xfa\x72\x4b\x0b\x24\x12\x62\x73\x9e\xf9\xe0\x6a\x55\x3d\x23\x19\x57\x82\x92\x9a\xc5\x64\x2b\x7a\xc8\x9b\x25\x13\x4e\xc0\xb5\x37\x6d\x04\xea\x62\x88\xd8\x7f\x55\x62\x3f\x91\x88\x6d\xd5\xf9\x15\x2f\x4a\x19\x70\xed\xda\x45\xb6\x97\x0d\xc5\x9a\x67\x2b\x44\xfa\x8f\x35\x6c\x19\x91\x54\xca\xce\x97\xc0\xb2\x6e\x12\x4e\xa7\x99\x07\x96\x53\xd0\xf7\x94\x9a\xa0\x8c\xc1\x46\x35\x25\x56\x74\x9e\x61\x41\x9a\xe7\xbc\x37\xd4\xfa\x3b\x12\xa9\x2a\x20\x02\xb3\x3d\x6f\xd8\x18\x73\x3c\x40\x96\x01\x4a\x32\x35\x98\x7f\xd4\x18\x86\x3c\x41\xa8\x6d\x30\x93\xac\x8b\x4b\x0d\x84\x34\x77\xd5\xbe\x5a\x0a\x9c\x19\xd6\xd1\x28\x35\xf2\xab\x51\x17\x2d\x0d\x22\x03\x3a\xa3\x1b\x75\x73\xea\x5b\x00\x8f\x67\x75\x61\x8f\xb6\xd9\xa9\x4a\xdc\xf9\x83\xd3\xd2\x5f\xdf\x75\x07\x7a\x98\xe1\x4e\x95\x3c\x26\xe6\xa6\x75\xc0\x79\x2b\xe6\xdb\x2e\xaf\x79\x1d\xfb\xdd\x07\x48\x96\xe2\xfb\x06\xff\x29\x9a\x94\x8e\x30\x9a\x4a\xb5\x6d\x58\x5d\x27\x22\x3e\xa4\x6f\x36\x29\x69\x9e\x08\x36\x84\xce\x0f\x55\x6b\x70\xf8\x53\x2c\xca\x66\x62\xb2\xbb\x28\xed\xe1\xfd\xd1\x34\xcb\xf6\x28\x91\xb1\xd2\x10\x57\xef\xb5\x69\xb3\x1d\x4e\x62\x39\xdd\x35\xea\x0b\xb5\x08\x11\x69\xd9\x3f\x87\x88\x1a\x26\xfa\xdd\x30\x44\xf4\xfb\x8e\xac\x5a\x28\x81\xf1\x5c\x78\xc5\x5d\xee\xf5\xeb\x10\xb3\xa4\x32\x68\x08\x31\x5b\x11\x4c\x06\x08\x26\xf1\xd6\x43\x31\xb6\xd1\x2f\xa3\x6a\x68\xa9\xd0\x1c\xb7\x08\x5a\x77\xe6\xfe\xb9\x2a\xc0\xd4\xe1\x03\x67\xd2\xb7\x02\x2c\xf6\x83\x58\x32\x25\x25\x88\x8f\x63\x6f\x5c\x1a\x00\x07\x7e\xf0\x60\xfb\x89\x8b\xe6\x7d\x97\x76\x67\xc0\x0f\x91\xb1\xc8\x2f\xd9\x9b\x90\x95\x22\x27\xa1\x59\xc2\x75\x15\x8a\x64\x23\xa9\xe7\x64\xdd\xf2\x7a\xa9\xad\x30\x7c\x0a\x93\xba\x98\xa2\x59\x82\x26\x39\x48\xbf\x0d\x1a\x26\x86\xa1\x56\x56\xb5\xed\x4f\x07\xfd\x41\x35\x3f\xb4\xf0\x30\x88\x86\x65\xe3\x05\x24\x85\x9a\xc7\x12\x06\xf7\x22\x67\xdd\xb8\xbe\x11\xde\xf7\x2f\xbb\xe2\x47\x07\xb3\x8f\x9f\xdd\xe1\xe4\x61\x1e\xfc\xaf\x1e\x66\xf4\x24\x1b\x68\x6f\x5c\x7a\xf7\x1d\xc9\x63\xa5\x4d\x3c\x28\x1d\x4d\x3c\xa0\xaa\x81\xd9\x0a\x80\xeb\x31\xdc\xf8\x77\x27\x8d\x13\x13\xa8\x0b\xdb\xa2\x5e\xbc\xd6\xcc\x49\xc1\x77\x61\x8a\xbe\x0e\x38\xa2\xac\x4b\x88\x35\x78\x0d\xa4\x92\x9d\xce\x10\x7a\x24\x47\xc7\xed\x30\xce\x7b\xa4\xcf\x67\x5b\xeb\xdb\x3c\x26\xdc\x59\x03\x8d\xf3\x94\x6b\x14\xc9\xac\xc4\xab\xc4\x1f\x7d\x20\x2a\xba\x89\xcd\xe4\x7b\x53\xb2\x1e\x9f\x75\xe2\xfa\x37\x77\xf3\x07\x1e\x04\x3e\x90\x45\x44\x6e\xad\xd4\x56\xd0\x7f\x70\x87\x99\xf9\x21\x65\x84\x2c\xd4\x1e\xb7\xc7\x08\x3a\x24\x5f\xd7\x63\xdb\x5b\x1c\xab\x8a\x11\xe0\xed\xca\x30\xa7\x52\xf0\x2a\x19\x30\x50\x0a\xe3\x30\x09\x29\xb4\xdf\x27\x4a\x27\x77\xed\x63\x60\x97\xe6\xea\x6b\xfe\xc5\xf5\x11\x10\x27\x7e\xc5\x37\xf5\x79\xd0\xaf\x63\x94\x9e\x01\x23\x5f\x6a\x82\x6a\xb9\xc3\x7c\x0c\xcd\x09\x35\x52\xc7\xee\x34\xac\xfc\xe1\x07\x33\xc7\x06\xdc\xa8\x5e\x30\x90\x3e\x13\xd7\x68\x1b\xb2\x35\xa4\x51\x3c\x47\x5d\x8c\x36\xd0\x46\x7d\x08\x98\x4c\xd1\xdb\xea\xbd\xf9\xb5\xfc\x27\x3c\x63\x32\x76\xc5\x66\x5e\x30\x61\x72\x77\x80\x75\x7a\x79\x56\x72\x16\xa3\x8f\xbe\xa0\xbb\x7a\xef\x50\x05\x5e\xd3\x66\xdb\xb7\xf7\x3c\x4e\x10\x63\x9c\xe0\x28\x7c\x3f\x8f\x85\xbd\x2a\xc1\xce\xdd\x8c\x78\x83\xf5\x2b\xd8\x8b\x27\xd9\x4d\xec\xa6\x13\xf2\x31\x39\x02\xd2\x13\x6c\x02\x05\x3d\x73\xbf\x46\x73\x6b\xe4\x34\xb7\x17\x5e\xe1\xb9\x65\x3e\xbf\xf6\xd1\x48\x48\xfb\x45\xc0\x44\x84\xa2\x81\xb7\x2e\x7f\x97\xc7\xfe\xaf\xc8\x9c\xbf\x10\xe4\x02\xe7\xb2\xf8\x83\x8c\xee\xae\x2c\x29\x71\x1b\x87\xbf\x33\x39\x6f\xb7\x90\x60\xb2\xc2\x71\x68\xc5\x84\x23\xef\xb0\xe1\x63\xd3\x61\xd3\xb7\x7d\x62\x35\x89\x3c\x58\xfc\x3e\xa1\x41\xfd\x7a\xf4\x01\x35\x0d\x09\x78\x83\xcc\x2e\xdf\x10\x55\xde\xb0\xfd\xcf\x6f\x18\xb3\xd9\xfb\x09\x1c\x16\x72\x78\xf1\xed\x4a\x89\x3e\xa6\x9f\xbd\x1e\x80\xa9\x97\xde\x64\x9a\x98\x66\x4c\xee\x93\xef\x1c\xf3\x63\x66\x67\x72\x3b\xcf\x13\xd9\x05\x13\x9f\x83\xe3\x90\x7e\x66\xa8\x0a\x3f\xf9\x12\x5d\x0b\xcd\xa7\x3d\x37\x44\x8f\xa7\x41\x41\x49\xfd\x85\x1a\xf8\x6d\x74\x81\x59\x42\xea\xbe\x0f\x22\x80\xa9\x99\x09\xbe\x23\x01\x72\x42\x40\x26\x5f\xf1\xf7\x1e\x30\xd4\xae\xf0\xf7\x19\xfe\x6d\xc3\xbf\x3d\x5e\xde\x75\xe5\xe2\x05\x94\x84\x31\xce\xe6\xf4\x3c\xf9\xc7\x88\xd3\x92\x89\x3f\x14\x70\x1a\xb7\x0f\x28\x49\xfa\x5c\x43\xc7\x5f\x71\xa4\xcb\x5b\x03\x5a\xc8\x50\x95\x26\x34\xd9\x14\x80\xa2\x39\x63\x29\xdf\x5b\xdf\x12\x94\x5d\x9e\x88\xcb\xc9\xf9\x26\x02\x5f\x00\xee\x58\x99\x61\xd6\x85\x50\xb9\x6e\x3c\x35\x27\x4d\x29\x62\xa1\x73\x1f\x35\x8c\x76\x7f\x42\x46\x11\xa8\xe0\x48\x3a\x28\x86\x19\x09\x81\x4e\x7f\xd2\x5c\x58\xf6\xa4\xb9\x60\xf2\x01\xf4\x1a\xa6\xec\x15\x60\x61\x4b\x9c\xbb\x20\xe1\xf0\xb7\xc4\x52\x61\xcc\xea\x3f\x28\xf9\x20\x3e\x83\x0e\xcc\x95\x1b\xaa\x6e\x09\x3f\x11\x3c\xd0\xf1\x30\x54\xc3\xb2\x0e\xce\x90\xc5\x60\xf0\x6b\x0b\x69\x92\xe3\xcc\x06\x9c\xea\xee\x1e\x41\x92\xe0\x5f\x2a\xba\x7b\x35\x33\x07\x73\x8c\x63\xa5\x5a\xcb\x50\xec\x70\xbd\x3e\x69\x0d\xcc\x75\xb8\x02\x54\xa1\x7c\x3f\xa3\xba\x05\x4f\x53\xf2\x49\x19\x22\xcf\xcd\x83\x60\x8c\x85\xee\xb0\xe8\xc6\xb2\xf3\x20\xdc\x8b\xae\x2b\x68\x1b\x54\x93\xed\x61\x66\x05\x9c\x40\xbb\xf9\x0e\xfd\xb6\x4a\xc7\x7f\x99\x94\xfa\xc5\xde\x05\x45\x7f\x7d\x02\x7a\x4e\xf6\x81\xf7\xaf\x7f\xc3\x36\xb8\x83\x62\x37\xa8\x2b\xd6\xf8\x91\x1f\x01\x91\x90\xad\x4c\xec\xeb\xe9\xad\x3f\xc1\x12\xb2\x6a\xe7\xbf\x5a\x7b\xf1\xaa\xc1\xa8\x05\xe2\x05\x07\x6d\xca\x2a\x63\xb3\x57\xe6\x5b\x6b\x82\xc6\x80\x12\x82\xee\x99\x7c\x5a\x4a\x28\xcf\xaa\x9d\x0c\x0b\xc5\x11\xbe\x88\xea\x81\xd9\x94\x63\xed\xa4\x65\x15\xe2\xd6\x21\x56\xf8\x1b\x76\xda\x53\xd6\x77\x90\x69\x19\xbe\xf2\x0a\xb8\x73\x1b\xa5\x32\x7d\x38\x29\x30\x2d\xe1\xc6\xca\x96\x27\x04\x91\xfd\xe8\x61\x96\x07\x09\x04\x93\x84\xa1\xd2\xf1\x65\x59\xd3\xdf\xda\x62\xd5\xa2\x41\xb8\x0b\xbb\xc6\x50\xad\xd2\x8f\x13\xc0\x5a\xb3\x27\x93\x8e\x9f\x1b\x43\xb5\x7a\x3e\xf3\xb2\xda\xd0\xb4\x6a\xd7\x7b\x3e\xc6\x62\x02\x3a\xae\xae\x5f\x31\x39\xf7\x8f\xa8\x99\x58\x6d\x17\x10\x60\x84\x66\x41\x78\xe0\x29\x85\x0f\x60\x57\xae\x4e\xb4\x39\xb3\x4d\xbe\xce\x87\x66\x6f\x8d\x91\x10\x1f\x48\xd0\xc4\x87\x0e\xe5\x5c\x12\x9c\xaf\x33\x5c\xf3\xf1\x71\xf4\xcf\x6b\x7e\xfe\xb7\x20\xb3\x5d\x09\x32\x5f\x01\x6d\x18\xf6\x2f\xcc\x82\x6a\x43\x5b\xf3\x1a\x66\x03\x22\x1a\xe3\xc3\x5b\xa5\x82\x59\xfa\xe2\x86\x13\x72\xbc\x8f\x9c\xfc\x09\xaa\x7b\xb3\x33\x71\x64\x9d\x81\x2f\x72\x13\x45\x14\xbe\x42\xd2\x50\x11\xc9\x9c\x1f\x33\xbf\xf1\xca\xb5\x14\x4c\xdb\xa7\x8c\x50\xd9\x2b\xaf\x02\xfe\x0e\x50\x67\xe8\x7d\x65\x58\xeb\xb5\x64\x2a\x55\x8f\x52\x02\x73\x1e\xd2\xdb\xca\x67\x4b\x90\xb3\x31\x3f\xd5\xcf\x10\x74\x21\x5d\x5f\x8f\x0f\x9d\x23\x87\x92\x88\x94\x68\x89\x21\x95\x75\xe5\x19\xb5\xda\x9c\x6b\xd7\x01\x50\x2f\x7e\x79\x42\x8d\x3f\xa1\xe7\xd7\xda\x2e\x4d\x7e\x46\xdd\x79\x05\xb4\xe9\x96\xed\xed\xc8\x79\x77\xde\x29\x11\x23\x4f\xa2\x85\xf8\x0e\xab\x5b\x06\xab\xe7\x49\x99\xcf\x4f\x29\x6f\xe1\x4f\xb2\x79\xb2\x40\xa2\x3e\x88\x0e\x85\x67\x3f\x22\x84\x4c\xc8\x4b\xca\xaf\x32\xe3\x07\xd0\xe2\x5d\xba\xca\x8b\x1e\xd4\x58\x9d\x86\xee\x15\x3b\xf6\x1a\x41\xf4\xc7\x74\xd4\x5d\x3d\xa7\x27\xbc\x36\xbe\x05\xa5\x85\x68\x49\x73\x30\x2a\xae\x04\xf6\xec\x94\xbe\x0b\x0a\x77\x60\xe5\x0a\x79\xf1\x9c\x92\x83\x42\x35\x45\x2d\x8d\x1b\x6d\x88\xaa\xa9\xc0\x11\x85\x2b\xa3\x17\x3f\x54\xda\x66\x27\x48\xc1\x99\x37\xe8\x86\x0d\x22\xac\x66\xb5\xca\xa7\xcc\x1e\xc5\xf4\x4e\x6a\x2e\xd2\x27\xc6\x3c\x44\x64\xea\x3d\xcf\xcf\xf7\x70\xe7\x12\x1a\x37\x0f\xe5\x11\x4c\xc7\x0d\x53\xa7\xb9\x66\x57\x0e\x95\xe6\x9a\x23\xd0\xfd\xff\x7f\xc4\x8c\x5b\x6b\x98\x4c\x78\xde\x49\x55\x8f\x39\xce\x90\x2f\x9d\xd4\xac\x10\xd0\x13\x6c\xc9\xd6\x51\x1b\xec\xe9\xa1\x23\x0e\x85\xc2\x9e\x6f\x0d\x67\x1e\x88\xf3\xf9\x5e\x09\x90\x52\x12\x60\xe6\x1d\x65\x32\xa8\xaa\xe7\xa9\x6c\xc7\x95\xc2\x88\x1a\xd4\x38\xfd\xa0\x8a\x55\x4f\x86\xe8\x7c\xfb\x3b\x58\x81\xf4\x8b\x32\x90\xdb\x95\xa8\xdf\xb2\xaf\x24\x54\xc8\x46\x1b\x5f\xed\xca\x75\x27\x01\x60\x8c\x47\xd1\xb8\x43\x71\xfb\xb8\x33\x21\x6e\x2c\x09\xb2\x2e\xa3\x8f\xe8\x0c\xc0\xf4\x16\xbe\xd0\xe9\x48\x77\x80\xe6\xc6\xc4\x18\x4c\xee\x16\x0f\xf5\x43\x52\xa9\x55\x6f\x27\x57\x59\x34\xc1\xe5\xcc\x0e\x44\x03\x84\xff\x30\x1d\x7c\x69\xf2\x01\x5c\x4c\xca\x6a\x12\x27\x7e\xd1\xad\x62\x3e\x62\x66\xac\xcd\x42\xeb\xb9\x39\x66\x47\xeb\x2d\xa6\x5b\xcf\x03\x84\x8d\x00\x62\xbd\xe9\xf7\x54\xc5\xbc\x50\xe8\x38\x24\x84\x17\x47\xed\xd7\xfd\x23\x72\xd1\x88\x01\xfe\xb1\x87\x32\x50\x61\xa0\x1f\xd4\xaa\x57\x13\x9d\x2c\xb2\x29\xef\x0d\x98\x29\xfe\x6d\xc0\x4c\x7e\x0e\xc6\xa8\x75\xd9\xc8\xc5\xad\x36\x8d\xd7\x91\x96\x4f\x94\x01\xd8\x69\x62\x32\xf8\xd2\xa3\x19\x52\x17\x3a\x9d\x9f\x7a\x74\xcf\xd9\x9b\x27\xdc\xc7\xfb\x63\x66\xf0\x7c\xcc\xdc\x01\xe6\x93\xff\xf2\xea\x83\x68\xcf\xff\xa7\x41\x8c\x0b\xba\x3e\x35\x04\x7b\x8e\xb0\x60\x5f\x87\xa0\x52\x0d\x36\xb8\x53\x0d\x26\xde\xf3\x82\xa8\x9f\xa8\xd3\x54\xbf\x74\x0a\x9f\x57\x1d\x73\x69\x56\x4b\x8a\xd6\x70\x4f\x30\xcf\x75\xe7\x45\xb1\x29\xec\x60\xcb\x5c\x63\x2e\xc0\x33\x2d\x7e\xa8\xd1\x1e\x6f\x2b\xb2\xb9\x48\xb2\x70\xf1\xc7\x6b\x06\xb8\xd4\xd2\x84\x24\x7f\xb9\x3d\xdf\xe7\x48\x67\xe3\x44\xe3\x48\x34\xb8\x66\x6c\x6d\x6c\xbe\x95\x08\x28\x51\xa3\x75\x8a\x98\x24\x93\x87\x16\x19\x77\x92\x31\xfb\xfa\x90\xdb\x52\xc2\x94\x83\xac\xea\x00\x6e\x5c\xa9\xfa\x9e\xf2\xc3\xf0\x7d\xe2\x8b\x0b\xf5\xd2\x47\x43\xbf\xc7\xb5\x39\x6a\x2c\xbf\xd0\x1c\x6d\x95\xa2\xe8\x89\xd9\x1e\xc4\x1f\xa6\xb7\xf8\x07\x77\x64\x52\x59\x57\x5b\x4e\xa8\x2b\x22\xe6\x77\x68\x76\x0a\x00\xfd\x2f\xf7\x10\x82\xbe\xb8\xef\xe8\x40\x55\xc8\xfb\x47\x29\x87\xf8\x61\x5d\x51\x42\x83\x80\x12\xb3\x26\xce\x99\x9d\x55\xa8\xad\xa7\x07\x65\x5d\xb3\x83\xf8\xad\x64\xf4\x83\x21\x9a\x42\x0c\x1e\xa7\x4d\x47\x1c\x2c\x2b\xb8\xd8\x95\xa4\xc2\x2d\xf7\x78\xfb\x4a\x9e\xf3\xa6\xc3\x5c\x40\x5c\x51\xe7\x25\xa2\xda\x84\x90\x51\x4a\x41\x4c\xca\x17\x58\x57\xaa\x5e\xed\x8c\x1f\x80\xde\xa4\x21\x65\x94\x13\xdd\x5f\x38\x1b\xc8\x79\xfb\xa4\x94\xd9\xbe\x94\xda\x89\xb0\x8b\xfb\x9c\x99\x72\xde\x85\x9f\x3d\x29\x8d\xfc\x78\x97\x33\x43\x52\x4c\xa6\x2b\x65\xc5\x09\xa1\xcb\x79\x1f\xae\xea\x48\x39\xc8\x2f\xdf\x73\xa6\xc9\x39\x3a\x27\xda\x52\x56\xbc\x13\x99\x9c\x1f\xa1\x11\x37\x29\x4f\x97\x02\x1a\x39\x95\x94\x7b\x78\x95\xd2\x48\xe8\x29\x1b\x96\xc8\x79\x17\xe2\xc5\x17\x29\x8b\x28\xf5\x8c\xc5\x72\x8e\xe1\xac\xb3\x94\x26\xc6\xb5\xc6\xcd\x57\x76\x92\xf3\x0e\x78\xb3\x8f\x52\xea\x26\x5d\xbd\x64\x91\x9c\x23\x1e\xd6\x41\xca\x0a\x76\x73\x28\xe7\x67\x68\xc0\x5e\xca\x38\x6f\xc9\x8e\xb3\x40\xce\xcf\xc0\xfe\xbd\x93\x32\x3e\xd3\x71\x97\x33\x5f\xce\x2f\x70\xd9\x56\xca\x24\xbf\xfe\x95\x79\x72\xbe\xeb\xa8\x06\xbb\x52\x06\x9d\x71\xfe\x41\x2d\x6b\xee\xc2\xaf\x86\x25\xbd\xfc\xf0\x8e\xb3\x81\x35\xbf\xc2\xcd\x7d\x4b\xa6\xf9\x53\x0e\x9c\x99\xd6\xfc\x06\x3f\x7b\x96\xcc\xf2\xe3\x6d\xce\x0c\x6b\xee\x82\xfe\xda\xb5\xa4\x47\x16\x78\x73\xad\x0e\x1f\x5b\x0f\x95\xe8\x92\x9a\xbe\x94\x51\xf9\x9c\x65\xb0\x23\x38\xbb\x0f\xb4\x8b\x3b\x6d\x35\x7f\x3b\x96\xd4\x75\x6a\x48\x83\x33\xcd\x9a\xb7\xe1\x3d\x6d\x4b\x6a\x97\x92\xfd\x2a\xb5\xe6\x6d\x1f\x73\x7b\xa5\x86\x5e\x2c\x35\xcc\x89\x35\xef\xc0\x55\x17\x4b\xea\xf9\xe5\x5b\xce\x62\x6b\xde\x85\x9f\x67\x4b\x1a\x95\xc7\x44\xd6\x7c\x07\xcd\x3d\x58\x32\xc8\xdb\xdd\x81\xe3\x3d\x40\x31\x27\x75\x1f\x26\xf6\x58\x47\x9a\xec\x40\x1c\x01\x59\x7a\x6f\xc9\xa4\x3b\xce\x47\x3b\xb0\xe6\x7b\x48\x02\xd8\x59\x92\xb2\x01\x54\x8b\x7c\x6b\xde\x03\x46\xae\xad\x25\xcd\x9c\xbe\x6b\xc5\x3c\x6b\x8e\xac\x5e\xae\x25\xab\xac\x5e\x2d\x31\x6f\xf4\x61\x40\x84\x6c\xf5\xc7\xf9\x5e\x31\x10\xf3\x1d\xae\x02\x21\x83\x7c\xfa\x1e\x39\x33\xd5\x71\x18\x0f\x75\x7c\x92\x4f\x48\x43\xcc\x8f\x10\xc9\xed\x0a\x79\x22\x0c\xf9\xe6\x8c\xe9\x62\x8e\x7e\xbb\x8e\x90\x15\xbf\x9d\x26\xe6\x07\xf8\xf6\xb6\x90\x51\xde\x09\x1b\x75\xb8\xd3\x78\xf8\x92\x5f\xa5\x11\xc2\x33\xa6\x12\x89\x4c\x1c\xa0\x74\xf4\x26\x64\xda\x7a\x28\xba\x3b\x15\xf3\x1e\xcc\xec\xab\x90\xa6\x59\x14\xb1\x27\x62\x8e\x85\xdb\x17\x21\xbd\xa0\x58\x3e\xb1\x98\xf7\x71\x70\x84\x1c\x5c\xca\xa9\x7c\x12\xf3\x2e\x60\x2a\x1c\x85\x34\x06\xe5\x42\x11\xf3\x2b\xc4\xa7\x0f\x42\xa6\xc7\xa2\x8b\x42\x31\x6f\xe0\x42\x11\xb2\x55\x99\xb2\x81\x98\x87\x80\x6e\x24\x10\xe5\x08\xd6\xb7\x2f\xe6\x87\x9e\x5a\x63\x5b\x21\xa3\x5e\x51\xc8\xe0\x89\xb9\x0b\x5b\x93\x2b\xa4\x97\x4c\xf2\xc3\x2d\x3e\xdf\x02\x33\x42\x83\x4b\x3f\x29\xc6\x70\xc0\xe7\x6e\xac\x84\x6d\x9f\x4b\x2f\xae\x0c\x0a\x9f\xef\xe0\xf2\x1e\x97\x41\x52\x0e\x0a\x9f\xef\xe1\x70\x97\xcb\x30\x29\x26\x88\xce\xe7\x07\xf0\x70\x75\xb8\x8c\xce\xe5\x92\xd2\xf8\xbc\x73\x54\x4f\x6f\x73\xa9\xe7\x9f\x79\xe5\x2c\xe3\xf3\x03\x3c\xe6\xc6\x65\x94\x94\xa2\x89\xcf\x8f\x70\xf8\xca\xe5\x29\x29\x67\x7e\xc2\xe7\x67\x38\x7e\xe1\x32\x4e\x4a\xf8\xba\x98\xcf\x5d\xd0\x49\xce\x5c\x7a\x9e\x55\xac\xfc\x98\xcf\xb7\x1a\x84\xf3\xb7\x34\xf3\x01\xfb\xac\x3d\x42\xcb\xe1\x16\xa9\x3f\x8e\x5c\x66\x79\x93\x5c\xce\x22\x3e\xbf\x41\x47\x1c\xb8\xcc\xf2\x8e\x38\x70\x16\xf2\x79\xc3\x1c\x03\x5e\xbc\x6c\x99\xe3\xa2\x4d\x01\x9f\x5f\xa0\x4d\x3b\x2e\x93\xa4\x9c\xfc\x3e\x9f\xef\x33\x65\x93\x6e\xb9\x0c\x33\x27\x9f\xb6\x1e\x5f\xf5\xc3\x09\x38\xe2\x02\x3e\x08\xcb\xeb\x3f\xe7\x57\x78\xcc\x46\xa6\x49\x39\xe0\x1f\xf3\xfd\x45\xbd\x74\x2d\xc3\x4b\x29\xe8\xdf\xe7\x87\x44\x1d\x5d\xc9\x28\x29\xc4\xdf\x9f\xf9\x01\x2e\x5d\xca\xe8\x52\x7e\xce\xdb\xbc\x77\x55\x47\x5f\xa5\x79\x2d\x8f\xbe\xcc\x1b\x70\xf4\x59\xb6\xf2\xa3\x67\xce\x7e\xcf\xb7\x40\xf2\xbf\x90\x7e\x5a\xce\x80\x5f\xf3\x1b\x34\xec\x49\x66\x49\x39\xa2\xf3\xf9\x0e\xae\x9d\xc9\x20\x2d\x9f\xf0\x38\xbf\xc0\x73\xa7\x32\xa9\x3c\x77\x32\xbf\x40\xcb\xc6\x32\xc9\x5b\x76\xe1\xec\x61\xde\x86\xe7\x3a\x52\xcb\x9f\xdb\xe1\x6c\x34\xef\xc0\x51\x5b\xea\x95\xce\x1c\xce\xbb\xc8\xe6\x21\x8d\xca\x74\xb0\xe6\x47\x17\x86\x52\x9e\xdc\x51\x3e\x33\xe5\xe8\xd6\x21\xd7\x1d\xe4\x3a\x41\xbe\x11\x9b\x0d\x5a\x98\xeb\xd4\xc7\x68\xf5\xb7\xdf\x1d\xcc\x4b\xf2\xc5\x01\xf9\xc8\x9e\xbc\x9e\x8d\x10\x14\x33\x26\x3f\xdc\x8e\x32\x0f\xda\x99\x80\x48\x51\x9f\xfb\x58\xb7\x82\x1c\xb9\x4e\xc7\xa5\x4c\xfa\x22\x46\xc6\x5c\x9e\xec\x10\x90\x1f\xcb\x6a\xfe\x8f\x23\x63\x82\x45\x6d\xd1\xe1\x17\xd0\x6e\x8e\x3c\x00\x88\x33\x91\x89\x3d\xfc\x71\x6b\x63\x3b\x2f\x22\x3c\xe4\x08\x4f\xea\xf6\x32\xf0\xbe\x50\xcf\x7f\xcd\x13\x3c\xa7\xaa\xc7\x24\x63\x57\x51\x04\x5b\x5a\x88\xee\x1b\x81\x23\xdd\x1e\x96\x9c\x72\x47\xca\x32\x81\x60\x30\x05\x4e\x11\x86\x11\x78\x76\xf0\x2c\xf3\xc2\x7a\x36\x47\x41\x7f\x03\x34\x78\x09\xbe\xb5\xb3\x27\x35\x62\xcc\xe4\xc7\x0d\xee\xb4\xdc\xdc\x77\x3f\x86\x1a\x1d\xd0\x83\xbb\x07\x41\x9a\xab\x85\x7a\x2e\x24\x21\x6e\x46\xe8\xfc\x80\x0a\x73\x86\xfc\x44\x94\xd7\x58\x14\x56\x61\x1c\xa2\x29\x98\x44\xe3\x61\xdb\x76\xb0\xff\x28\xfb\x9e\x89\x08\x3b\x48\xbd\x28\xd5\xc4\x41\xa8\x66\x08\x35\xc2\x19\x9c\x90\xba\xd5\x86\x3f\xd8\x99\xb7\x3a\xf6\x97\xde\x4b\x4b\xba\xdb\xc9\xf6\x64\x53\xca\x80\xb7\xca\x3b\xa8\x05\x70\xd8\xae\xe3\x8b\xed\x8a\x12\xc3\xfd\x6f\x27\x03\xd1\x78\x2c\x33\xc8\xb4\xde\x38\x2f\xfc\x16\x0f\x58\x9e\x2e\x1f\xcb\xe6\xea\x90\xc1\xf2\x8c\xb8\x3a\x4f\x1a\xc2\xec\x2f\xd4\x75\x0e\x93\x3a\x4f\xd7\xd8\x54\x6d\x8a\x21\x27\x6d\xa0\x26\xb7\x33\x50\x5f\x30\x72\xfa\x03\x59\x4b\x57\xed\x00\xc9\x53\x20\xdc\x69\xfd\xae\x93\xae\x2c\x30\x99\x8a\x9b\x2e\xbf\xe5\xb7\x92\x77\x44\x22\x9b\xa7\xd3\x8d\x1d\x04\x09\x69\xfc\x4b\xe2\xef\x60\x0c\x41\x13\x9d\xab\x55\xec\x30\x16\x88\x2e\xe4\x6a\x08\x9c\x5c\x00\x23\x60\x07\x22\x51\x03\x64\x75\xf8\xe5\x97\x5a\x3b\x3b\x11\xe3\x46\xfd\xbc\x87\xbd\x4f\x18\x7c\x90\x50\x75\x6e\x72\x41\x0c\xbd\xcb\xc5\x2a\xdb\x3e\x65\x62\x30\x54\x6d\xb4\x77\x3b\xf0\xab\x5f\x78\xf6\x1b\x95\xf9\xec\x0a\x1a\xbc\x21\x1a\xfe\xf0\x7b\x57\x4d\x99\x8d\x9f\x35\x75\xb1\xc0\xa2\xc1\x3d\x3d\x1f\x74\x80\xdd\x01\x57\xe3\x16\x38\x27\x04\x0e\xbe\xaf\x57\xcb\xa4\xf7\xe8\x9a\x5b\x9d\xce\xdf\x81\xd9\x90\x1d\x40\x40\xc9\x31\x60\xe9\xd9\x8e\xc0\x97\x04\x95\x97\xa8\xe5\xf4\xca\xc4\xa9\xc8\xf5\xcc\x67\xab\xc3\xa4\xbd\xd7\x29\x46\xa5\x61\x9a\xdb\xb4\x83\xd8\xc8\x32\x14\x44\xf5\x1c\xe9\x5f\x27\xa9\x46\x36\x12\x36\x7a\x74\xc2\xc2\xdd\x33\x3f\xe2\x1f\x5d\x0e\x90\xab\x01\x80\x4c\x89\x49\x39\xd5\x8a\xb3\x63\x26\x35\x3e\xc6\xf7\x1a\xf4\xde\xde\xd7\xf7\xc6\x3f\xbd\xf7\x48\xef\x4d\xf2\xf7\x5e\xfe\xfb\xf7\x1e\x79\xf2\xed\xf1\x49\x25\x79\x37\xd4\x61\x16\x2c\xda\xc0\x18\x21\x7e\xfb\x3e\x96\x9c\x6c\x39\xba\x84\xe3\x1b\x2f\x53\xb2\x08\x0c\x0c\x13\x39\xdb\x1f\x25\x14\x83\xff\x0b\x1c\x42\x28\xce\x02\x1e\x3e\xa1\xab\x49\xc9\x39\x17\x68\xdf\xd7\x44\x70\x93\x97\xee\x58\x7b\xe4\x78\x64\x3e\x1c\x14\x4c\xbd\x47\xfd\xc6\xa4\x71\xc1\x00\x88\x4e\x30\xff\x17\xfc\x17\xc2\x6b\x98\x8b\x43\x7f\xb8\x71\x74\xc8\xb4\xd0\x65\x7d\xc5\xda\xb8\x23\xcf\xa6\xcd\x67\x26\x63\x79\x19\xa1\x79\x9e\x5c\x4a\x08\x4d\x65\x67\x2f\x94\x41\x0d\x48\xfc\x63\x16\x9e\x79\x73\xc6\x1e\xe4\x21\x2d\x4a\xbe\xa6\x2f\x0d\xc4\x94\xea\x08\xb3\xcb\xb1\xcb\xfb\x5d\xc8\x06\x3d\x21\xc6\x37\x31\x05\x22\x3d\x2a\x1c\x19\x1c\x08\x48\x81\x30\x58\x07\x73\xbc\x2f\xed\x22\xc5\x9f\x75\x4c\x09\x52\xa0\x75\x80\x72\xa4\x4f\xb8\xcd\x8c\x91\x3c\x7e\x90\x5a\x79\xa6\x85\x7a\xa2\x5a\x3f\x5b\xbc\x61\x15\x7e\x56\xaf\x78\xea\x1c\x24\xf8\xf1\x7d\x11\x61\xe6\xf9\x34\xb6\xb1\x60\x83\x04\x85\xb1\xb5\x90\x8b\x7b\xf0\x79\xef\x74\x00\x55\x34\x42\xcf\x71\x63\xa6\x27\x3c\xdf\x40\xc8\x83\x57\x0d\x23\xe6\x3a\x27\x50\xf2\xaf\xe7\xc3\x2d\xb8\x0d\x74\xde\xc5\xc0\xc0\x81\x17\x7d\xd4\x80\x3e\x92\x26\x80\x6c\x58\x23\x8c\x89\x81\xb8\x49\xa9\xd8\xd9\x46\xe6\x52\xf5\x2f\x74\xa0\xde\x51\xea\xa4\x7d\xe2\x6d\x0c\xa1\x1d\x79\x12\x0f\xbf\xcf\x52\xe0\x7a\x87\xb8\x40\x0e\x55\x3c\xcb\xe5\xdd\x81\x78\xa8\x03\x8c\x5b\x6f\xd4\xe3\x22\x5e\x2e\x85\x1d\xc9\x28\xc0\x64\x93\x11\xdf\x63\x92\xe0\x52\xb7\x8a\x7d\x97\x39\x4d\xdb\xd2\x7f\xbf\x83\x60\xd2\x90\x53\x89\xb4\x92\xe4\x56\x64\xee\x48\x70\x88\x3b\x17\x38\xe2\x28\x99\x38\x22\xf2\xaf\x28\xdf\xc2\x95\xf1\x9a\x44\x94\x50\x73\xc5\x8a\x4f\x00\xc7\xfe\x4d\x5c\x66\x0c\x75\x13\xcd\x9d\xa2\xe6\x32\x56\x4a\x42\x17\x22\x23\x72\xd8\x30\xb1\xcc\x84\x14\x98\x2c\x83\x84\xea\x37\x22\x8d\x5e\xc5\xe9\x18\xc1\xaa\x8e\x29\x01\x78\x84\x2e\x64\x1c\x3a\x58\x36\x16\xf1\x3d\xa6\xbf\x5d\x11\x90\x91\x6e\x18\xeb\x28\x43\x2e\x10\xd4\x86\x70\xdb\x75\xd1\x17\x6e\x1f\x00\x96\xd7\x59\x04\xc2\xfa\x55\xaf\x21\x4c\x14\x68\xe7\x36\x13\xc9\xb0\xe7\x4e\x81\x97\x42\x0f\xe0\x13\xaf\x5f\xb6\x46\x70\xee\x43\xa2\xaa\x48\xac\x4b\x4c\x45\x90\xf4\xa9\xa7\xc6\xa4\xc8\x50\xd3\xc5\x5e\x07\xa3\x6d\x41\x9d\xce\xe4\x4b\x76\x41\x61\x7f\x70\xf9\x97\x61\xa7\x6a\x0d\xac\x54\xad\xe5\x8a\xea\xbc\x96\x2b\xba\xdb\xdb\x65\x26\x79\xa3\x8d\x60\x24\xe8\xd0\xdd\x84\x1d\x9a\x9a\x07\x80\xf7\x15\x03\x21\xc0\xbd\x7c\xe3\x11\xb1\x00\xd1\x15\xeb\xab\x81\x00\x96\x99\xa5\xc5\x0e\x4a\x3a\x9b\xc6\x1c\x27\xd2\x11\xf5\x85\x2d\x06\x59\x77\xa8\x77\x2d\x1a\x88\xaa\xb6\x24\x5c\xfc\x23\x50\x6e\xfa\x56\x07\xb6\x74\xd6\xe3\x83\x5b\xb5\xd6\x0f\x4a\xe5\x64\x6c\xed\x75\x2c\x3a\x11\xa7\xee\x57\x99\x1c\x11\x87\x59\x17\x45\x3e\xcc\x49\x44\xf9\x3e\x8b\x0c\x66\x4a\xae\x89\xde\xce\x39\xb6\xef\x4c\x2d\x47\x8f\xb8\x3f\xb1\xaa\x34\x09\xc7\x7f\x15\xe7\x41\x45\x32\x47\xdb\xff\x45\xb4\x3f\xa2\x38\x77\x98\xf4\x78\x06\xc8\xaa\xa0\x20\x0a\xcb\xd0\x81\x7f\x6d\x52\xca\xf8\xe3\x0e\x6a\x6b\x18\x20\xe8\x96\xa2\x3e\x40\x61\x1e\x6d\xff\x2a\xf1\x1f\x41\xd4\xef\x10\xa7\xa6\xc7\xbd\xac\xda\xa1\x50\xb0\x28\x63\x6b\xd7\xa3\x0e\x4d\x7e\xea\xd0\x73\xb5\x43\x23\xea\xd0\x64\x07\x19\x97\x26\xef\x20\xd6\xc0\xa6\xeb\xe5\xf4\x63\xaf\x4c\xf8\xe2\xec\xa8\x2f\x7a\xcd\x76\xd3\x2a\x30\x8f\x0b\xce\x75\x44\x72\x86\x1a\x01\x46\xbc\x9d\x74\xf7\x16\xea\x72\xd6\x8c\x4d\x0d\x88\x75\xe6\xca\x7b\xa9\xcd\xdb\xbd\x1d\x56\x89\xe8\x3f\x5c\x20\x53\x0d\xd2\xf0\x20\x59\x5e\x44\xb2\xbf\x55\x12\x43\x2c\x06\x5b\x68\xc9\xfb\x0d\x7a\x94\xb5\x39\x16\xd2\x76\xb8\x8b\x35\x76\x56\xed\x37\x7b\xd6\x21\x0f\x04\x9a\x2a\x1f\x71\xd6\xf0\xea\xa4\x89\x6a\x93\xe6\xf4\xff\x38\x69\x36\xb7\xe9\x77\x55\x51\xad\xfe\x1b\x06\xec\xdd\x5c\x09\xce\x7a\x4a\x70\x08\xcf\xbe\x9a\xc3\xff\x38\xc3\x24\x13\x1f\x8d\x0f\x28\x70\x3d\x2c\xaa\x52\x45\x98\xbc\x7b\x86\xc0\xdc\x6b\x0b\x2c\x5a\xf1\x96\x83\x29\xad\xbd\x2b\x52\x74\xba\x0d\xcc\x88\x5b\x79\x0d\x07\xa7\xf4\x0e\x2b\xa7\xd7\xda\x0e\xac\x85\x8f\x6d\x81\xbf\xe4\x7f\xc5\x5f\xba\x1c\xc8\xe0\x1c\xd4\x36\x8b\x27\xc6\xc6\x5e\x0b\xcc\x85\x64\xd8\x05\x4a\x0c\x09\x51\x5c\x18\x32\x71\x81\x2c\xdf\xff\xff\x9c\x5d\x04\x05\xbe\x46\xc2\xfe\xcb\xce\xae\x4e\xaf\xd6\xf4\xff\x37\x07\x31\x05\x79\xf5\x58\xca\xab\x0b\xc9\xab\xd6\x5d\x79\xd5\x21\x8d\xb5\x75\x13\x7f\x97\x5b\xea\xbf\x43\x0a\xb0\x0e\xce\x8e\x10\x48\xb5\xba\x7c\x02\xc0\xc2\x92\xf3\x7e\x78\x46\xa2\x7b\x88\x9d\xbf\x13\x9c\x08\xe6\x1e\x2d\x3a\xb4\x51\x21\x7c\xc9\x46\x19\x07\xee\x8e\x8a\xd1\x71\x3f\x11\x1e\xf7\x7a\x16\x1e\x41\x81\x28\x3d\x3e\x40\x08\x58\x88\xab\xa9\xf7\xbc\x28\x7b\x32\x8f\xf2\xbf\xc0\xcc\x80\xe0\xd8\x0b\x06\x7e\xc8\xea\x7c\x45\x3d\xd4\x18\x93\x3d\x4e\x75\x8f\x2b\xc6\xd6\xc0\x02\x20\x96\xe5\xc4\x84\xda\xad\x17\xe3\xfa\x9f\x1e\xab\xd6\xf6\xab\x17\x38\xf7\xa7\xe4\xa1\x37\x6a\xde\x38\xf0\x2d\x17\x5b\x6e\x82\x10\xea\xcb\x06\x6e\xa2\x5b\x41\xff\x9d\x68\x1a\xea\x89\xad\x94\xba\xc4\x3e\xdc\xa8\x96\xdf\xd7\xc0\x58\x5d\x94\x0a\x04\xd3\x90\x6a\x0c\x01\xd3\x44\xd8\x11\x98\xb9\x0f\x10\x28\xe8\xf8\x83\x82\x32\x07\xea\xc9\x86\xac\x85\xc7\x9e\x8c\x36\x2f\x13\xbc\x6e\xed\x31\x6a\x3c\x90\xa9\xbc\xbb\xe2\x48\x04\x98\xcb\x31\xdb\xe7\x14\xb1\x21\x42\x05\x44\x0d\xd2\xe5\x41\x40\x9c\x2f\xc3\xc2\x5f\xa2\x5a\x62\xcb\x56\x40\x3e\xf3\x24\xae\x1a\xfc\x97\xd8\x42\xa8\x56\x0b\x71\x5d\x5f\x4f\xfa\x57\x55\x18\x91\x91\x67\x9d\x2e\xad\x2b\x28\x4f\x22\x8c\x23\xec\x32\xaa\xfe\x3d\x28\x1d\x5e\x7e\x9e\x00\xdb\x7f\x13\xef\xab\x06\x38\xd1\x3a\x22\x67\xed\x99\x47\xb7\x3a\x65\x00\x66\xc2\x8b\x16\xe1\xf0\x1f\x09\xdd\x3b\xba\xa1\xd5\x7a\xbc\x4d\xb0\x76\xd8\x8b\xc9\x18\x3d\x05\xc3\xca\x19\xb6\xd2\xc0\x9b\x94\x81\x55\x2b\x25\x7a\x93\x1a\x3c\xc5\x07\x3d\x95\x09\xf6\x85\x00\x0a\xad\xde\x16\x96\xf1\x03\x1a\x12\xcb\xba\xd8\x09\xc5\x17\xb1\x63\x70\x88\xe2\x83\xdc\x71\x18\xfa\xf0\xf3\x94\xd3\xa8\x5f\x2d\x6e\x39\x9f\x81\x70\xf0\x35\x01\x95\x59\xbc\x5d\x5b\x63\x82\x67\xe8\xbd\xd7\xd4\x7f\xc6\xc6\x60\x4c\x09\x53\xe8\x19\x2f\xd5\xc9\xa8\xe7\xdc\xdd\x11\x4b\xa8\xed\x53\x06\x8a\xce\xac\xdb\x83\xff\x31\x27\xd1\x00\x4d\x5c\x78\xfc\x70\x19\x97\xda\x14\x41\x22\xe0\x96\x79\xeb\x60\x11\xf3\x41\xd9\x81\xe2\xcf\x60\x03\x1b\x28\xd2\x4a\x7e\x06\x1e\xcf\xb7\x42\x5b\x6d\x85\x5b\xd2\xc9\x6c\x26\xde\x3d\x4e\x86\x8e\xba\xb0\xfd\x27\x0f\x20\xc3\xf2\x0f\x96\xe5\x96\x89\xc8\x14\xb4\x7d\xbe\xfd\xb8\xcb\x4e\xa9\x3a\x0a\x14\x4b\x7e\x93\x95\x87\xcb\xda\x29\x49\xe8\x9a\x28\x0a\x44\xed\xdc\x5b\xed\x97\xf1\x7c\xcf\xea\x17\x1f\xaf\xa4\x7a\x43\x2a\x64\xc6\x1b\x33\xc8\x8c\x47\xe1\x12\xf3\x23\x21\x3a\xda\x4c\xfc\x6a\x41\xb9\x1f\xc2\x12\xb7\x4c\xa5\x2b\x04\x62\x5d\x8a\xc1\x27\x65\x10\x44\x45\x69\xdd\x5e\xf8\x56\xdb\x9f\xe4\x58\x80\x36\x50\x6d\x8d\x07\x3d\x35\x2d\x9f\xe4\xae\x4f\x60\x88\x6a\x51\xcd\x03\x0e\x8e\x3c\x31\x66\xe4\xfc\x42\x9b\x69\x76\xf4\x94\xc8\xb7\x4d\x65\xf6\x39\x2f\xb9\x9d\x2a\xe4\x40\x43\xe1\x7e\x26\xb7\x44\x96\xe0\xff\x03\x12\xfa\x67\x94\x27\xec\x37\xfc\x8b\x7f\x07\x1e\xee\x17\xa8\x36\x31\xfa\x05\x09\x55\x82\x01\xe2\x98\x60\x06\x31\xf5\xbd\x55\xf7\x0c\xdc\x75\x40\xd8\x09\x86\xff\x5e\x00\xaa\x8b\x9d\xde\x2b\xcf\x07\x26\x22\x66\x3c\xe7\xae\x10\xf5\xdf\x0a\x1f\x07\x3e\x4f\xa6\x2d\x70\x63\xca\xf0\xcd\xc8\x3f\x4f\x11\x91\x7c\x01\x3f\x66\xd4\xae\xc1\x75\x88\xad\x85\x1c\x26\x47\x5e\x05\xea\x6e\x9e\x51\x11\x1a\x49\x29\x34\x0a\xaf\x1d\x6a\xd2\x24\x3d\xbe\xe1\x8f\x29\xa3\xee\x86\x41\x7d\xba\x86\xe0\xc7\x44\x4e\x81\x5e\xf8\x02\x8e\x1f\x6a\x8b\xb4\x3b\x28\xac\x7c\xe3\xbb\xb0\xd2\xb6\xb0\x9b\x55\x31\x3c\x02\xeb\x4e\xf9\x3e\x73\x79\x00\x3d\xa1\x59\xe5\xe3\xa1\x6e\xd0\xde\xf7\x47\x94\x8b\x00\x35\xed\xd1\x0d\xdc\xb2\x6b\x04\x7f\x09\x89\x8f\x7f\x8f\xdc\x5c\x3b\xf4\x23\x6d\xe8\xf0\x66\x8f\x2e\x88\xe2\x77\x63\x00\xdd\x60\x0c\xfd\x13\x98\x8a\xaf\xfb\x17\x10\xd8\x17\x03\xb0\x0b\x62\xee\x85\x04\xc2\xd2\xe6\x79\xc4\x42\xdd\xaf\xb7\x41\x00\x2c\x6b\x05\x85\x42\x93\xbf\x20\x31\x0a\x10\x1c\x2a\x6f\xcf\x8b\x06\x2f\x1c\xa1\x1d\xaa\x47\x3a\x40\x2a\x23\x3c\x7b\x10\xda\x90\x22\x25\x3b\x5a\xed\x66\x5d\xa3\xd4\x29\xde\x41\x07\x55\x71\xe4\xb3\x87\x56\xe4\x63\xe4\xd9\x90\x51\x0a\x7c\x62\x42\xe3\x2e\xd6\xc6\x3f\x0d\x6e\xb5\x27\xf5\x6f\x88\x7b\x32\x40\xcb\xa1\xf8\xad\x96\xa3\x1d\xcb\xf4\x08\xe2\x73\xb6\x6d\x81\x6a\xf6\x56\x2f\x4c\xa4\xfa\x11\x50\x27\x5e\x82\xb3\x44\xe5\xe4\x80\x53\xdc\xe3\x89\x37\x82\x7e\x77\x11\x00\xe4\x23\x0e\xab\x08\x2f\xad\x83\x40\x11\x09\x26\x9f\xf8\xe3\xf5\xef\x63\xd9\xa8\x3b\x5b\x88\xa7\x85\x70\x9a\x37\xc3\xba\xc3\x5c\xf0\x5f\x1b\x27\xc7\xcb\xf0\xdf\xb0\x7e\x40\xc2\x88\x80\x67\x38\xea\x7b\xf0\x51\xbf\x05\x12\xba\xb7\x83\xf4\xe1\x3a\x4f\x9c\x9f\x8b\x1e\x2f\xa3\xda\xa3\x35\x54\xfc\xb1\xe4\xf5\xad\x2c\xca\xf9\xa1\x54\x35\xf7\x8e\x1f\x52\xf0\xc2\xbc\x07\xc6\x3d\xd8\xd1\xbb\xc5\xa1\x5d\xc8\xca\x12\x93\x20\xa9\xc0\x91\x52\x4d\x68\xbd\x9f\xdb\x0b\x9c\xca\xa0\x1c\x70\x6d\x76\xf7\x63\x60\x54\x3b\xd3\xe6\x94\x8d\x1f\x8e\xa4\xf2\x46\xd5\x05\x1d\xe3\x82\x36\xd7\x6a\x3d\x8f\xeb\x50\x1c\x3d\x20\xe6\x16\x6f\x88\x4d\xc1\x56\xfa\x1e\xb2\xe2\x5e\x3b\xfb\x71\xf1\x1b\xb2\xda\x22\xb5\x8c\x6c\x5d\xb4\x7d\x50\x26\x91\xd0\x59\x13\x1a\x26\x4a\x3f\x1f\x0d\x41\x4c\x90\xe1\x76\x0a\x04\x7f\x56\xff\x80\xc9\x67\x47\x93\xe7\x05\x52\x36\x25\x71\x80\xdc\x8f\x45\x80\x8a\xb9\x9d\xc5\xa0\xcd\x89\xd1\x0d\x01\x2c\xed\x34\x16\x90\xfc\xf8\xab\x22\xb0\x90\xe6\xf7\xb5\xad\x61\x21\xb3\xb7\x82\xb5\xc0\xbb\x1f\x38\xb3\xe2\x3b\xa2\xf3\x2f\x5f\xcc\x5c\x3e\x80\x92\x27\xdb\x3c\x41\xe2\xf7\x80\x9f\x1b\x90\xde\xfc\x6c\x52\x17\xf4\xb0\x0b\xe0\x77\xd9\x05\x22\x13\x7b\x04\xc4\xf9\xa7\x66\x6f\xdd\xb1\x6a\x27\x78\x69\xa4\xa1\xfd\x1b\x00\xaf\xab\x81\x95\x33\x89\x3a\xbc\x2a\xea\xb0\xae\x8a\x01\xe6\x98\xf8\x55\xad\x85\x5e\x30\xf1\xd1\xc7\x84\x1d\x50\xca\x98\x6c\x51\x31\x33\xd2\x77\x17\xb5\x84\xa6\x55\x47\xc7\xc5\xf8\x14\x94\x2f\x55\x53\xf3\x2a\xf9\x7f\x42\x5e\x72\xed\x0e\x70\x74\x57\xcc\x96\x3d\xcc\x3a\x3b\x70\xff\x44\xf0\x6d\x2e\x24\x46\x77\x11\x3e\x06\xfd\xf8\x0e\xda\x4e\x4f\x70\xce\x13\xc7\xca\xaf\xdf\x18\x37\x5c\x32\xf1\x1b\xb2\x1f\xe4\x5b\xab\x7d\xaf\x67\x04\x63\xe3\x2d\x75\x01\xaa\xdf\x5b\x6e\xde\x8a\x45\xc3\x36\x03\xb3\xd6\x41\x1d\x63\x04\xdc\x6b\x32\xc5\x2d\xf3\x08\x32\x0c\xec\x4b\x99\xb5\x70\x49\x6d\x49\xec\x0d\x92\x2a\xb7\xca\x2e\xe1\x15\x6c\x2f\x4f\xab\xb2\xb0\x84\xfa\xa8\xa6\x8f\xa6\x54\x08\xb8\x03\xbc\x1a\xf1\x99\x9d\xf2\x2a\xed\x36\x62\x10\x9f\xb8\xb7\xe3\x54\xd1\xc5\x70\x87\x96\xa4\x86\x31\xc4\x82\xea\x97\x74\x2c\xa8\xbd\x95\x50\x63\x80\x5e\xf4\x8e\x92\x29\x7a\x44\xd1\xb4\x7b\xa4\xcb\xb7\xbf\xf0\xfa\x53\x17\x75\xec\xf6\x11\x8b\x9b\xb5\x2d\x6f\xf6\x81\x4d\x1f\x9a\xdc\xe2\x92\x02\xcf\xf0\xd3\xe4\x56\xfd\x75\x0b\x0a\xea\xde\xb5\x85\x84\x67\x75\x9e\xaa\xdc\x32\xaf\x55\x49\x13\xf1\x83\xac\x97\xd5\x27\xd3\x9a\x18\xdd\x3f\xfe\x18\x8d\xea\x58\x75\x65\xf4\x00\xc1\xfe\xe7\xb3\xc7\x0b\xcb\x0a\x0a\x83\xfc\x8c\xa3\x2a\x6a\x33\xf9\xd1\x6f\x83\x31\xff\x18\xe9\xff\x61\x86\x1c\xbb\x64\x8f\xb6\xfe\x32\x43\xba\x06\x16\x86\xa4\x32\xb3\x20\xc5\x85\xe9\x7b\x65\x43\x78\x9c\x75\xaf\x35\xa4\xba\x01\xfa\xc8\x23\xad\x22\xc0\xff\x90\x00\xbf\x1e\xc1\x5c\x9b\x9c\x3a\xd5\x79\x72\x68\xf0\x66\x43\x19\x06\x02\xbb\x42\xc4\xcb\x2a\x7b\xcf\x4b\x7d\x88\xf7\xf9\x88\x85\x24\xdd\x6d\xfa\x8d\xe9\x01\x64\x7e\xd0\xcd\xc3\x3a\x12\x5d\x98\x4f\x97\xde\x0a\xaa\xd0\x3d\x72\xb8\x17\xcb\x5c\xe7\xad\x60\xd2\x1c\xb3\xe9\xe3\x0e\x4a\x41\xd4\xb9\x31\x96\x49\x4c\xd9\xf8\x4f\x53\x32\x5b\xd9\x08\x07\x41\x84\x68\xd7\x7f\x2f\xee\x4b\xf9\x3f\x32\xa2\x81\xa6\x58\x3d\xf7\x52\x47\x9a\xac\x9d\xfb\xfc\x37\x26\xb5\x57\xc6\x56\xb5\x73\xef\xe5\x39\xa8\x15\xa8\x9e\x3c\x3f\x7e\x7e\xc3\xb6\xfc\xff\x90\xf7\xef\x6d\x8d\xe3\x48\xa0\x38\xfc\x55\x3c\xfb\xc7\x00\x4b\x9a\x10\xee\xa1\x7f\xfd\xce\xb1\x1d\x13\xd2\x90\x0e\xd7\xa6\x7b\x66\xfb\x99\x35\x89\x48\x4c\x1c\x3b\xd8\xce\x75\xa7\xbf\xfb\xfb\xa8\x4a\xb2\x25\x47\xca\x05\xc2\x9e\xdd\xb3\xcf\xee\x34\x8e\x2d\x95\xa4\x52\xa9\x54\x37\x95\xec\xa1\x55\x7c\x46\xe9\xbd\x8b\x57\x6c\x60\x5e\xdf\x34\x31\x29\x9d\xfb\x83\x03\x98\xfb\xfb\xf2\x48\x7b\x4b\x19\xbb\x95\x3a\xc3\x44\x9a\xfd\xce\xf6\xed\x1e\xb3\x61\xb1\x94\x41\x74\x67\xbe\x3d\x9b\xe2\x1d\x5d\x2c\x65\xd5\x0d\x0b\x84\xcd\x72\x93\x1c\xb3\xfb\xf3\xf0\x7a\x31\xd4\x9f\x30\xdd\x48\x39\x4d\x01\x90\xd1\x7f\xef\xa4\x9a\x0b\xe8\x4c\xf0\xfe\x84\x8b\xa3\x63\x38\xea\xfa\x50\x3e\x84\x3c\x07\xb5\x10\x2c\x64\x7d\xbb\x8c\x9e\x47\x4c\x5a\xb2\x87\x86\x3a\x4c\xa1\xc9\x2e\xe2\xc3\x2f\xe1\x5d\x81\xe7\xf1\x84\x6d\xcc\x44\x13\xc2\xc5\xe1\xf0\x02\x2f\x16\xd9\xae\x62\xfa\x39\x9e\x0c\xd2\x66\x69\x5b\xcc\x0e\xa2\x92\xe7\x03\x69\x98\xa6\xc9\x14\xbd\xdb\x13\xc8\xec\x6c\xfb\xf6\x11\x0e\x25\xb4\x8a\x43\xbc\x67\xf6\xe8\x10\x8e\xda\x7e\x3f\xc6\x6b\xe2\xe0\xf7\xad\x69\xde\x3e\x63\x8c\x3a\xa8\x5b\x43\x27\xc4\xa8\xc6\xd0\x0a\x20\xef\x3c\xbb\x8d\x4c\x2c\x13\x54\x5e\xb0\xcc\xc0\x62\xa9\x85\xef\x4f\x86\x60\xe6\x7e\x00\x4a\xdc\xb6\x4a\x3e\x88\xa2\x91\x75\x80\x9b\x30\x7c\x6f\x98\xb6\xef\x24\xe7\x05\x9e\xe1\xc8\x89\xac\x31\x9e\x20\xbc\x7f\x81\xbb\x55\x4d\x32\x7e\x11\x2f\x97\x33\xeb\x83\x01\xdc\x80\x9e\xd8\xc7\x76\x21\xcd\x37\x84\x81\x41\x35\x9e\x6e\x68\x0a\x59\x63\xb6\x2b\x1d\x2a\xb5\x1f\x57\x6a\x7b\x87\x70\x76\xf0\xac\x8f\xc3\xbf\x78\x19\xf2\xbc\x5b\x3e\xeb\x6c\x6f\x74\x06\x69\x26\x12\xbb\x5f\x56\xa7\x2c\x7a\x29\x83\xaf\xcc\x6c\x57\x3a\x3d\x18\x49\xd9\x9a\xb0\xe8\x51\x0e\xee\xc5\x8e\x84\x06\x58\xe6\xb1\x0b\xb3\x36\x3e\xe3\xef\xf9\x20\xe2\xe1\x25\xbf\x62\x05\xc3\xfe\xef\x9f\x13\x90\x7e\xe1\xfa\x64\xbb\x54\xf1\x27\x96\x44\x4d\xf1\xef\x30\x2d\x1d\x0c\x89\x86\xd2\x54\x5a\xed\x82\x52\x56\x2b\xd9\x1c\xe9\x07\x6c\x77\x18\xb0\x8d\xcf\x3e\x44\x0f\xf6\x7d\xb9\x0d\x3b\xd6\x77\x13\x0d\x0f\x47\x23\x30\xda\xb0\x7b\x29\x23\xab\xc3\xea\xc7\xa8\x45\x7c\x87\xc3\xb5\x89\x9c\xd4\x69\x68\xcd\xa4\x73\xb2\x4d\x1f\xf5\xdc\x8b\xd1\xb0\x06\xfc\x3e\x42\x40\x0f\xdb\x13\x76\x26\xbc\x46\x85\xd6\x22\xba\x94\xef\x7b\x27\x15\x76\x94\x0a\xf2\x23\x94\xad\x97\x98\x37\x70\x6d\xd6\x6a\xfd\x6d\xb0\x63\x4f\xad\xc1\x36\x5e\xe6\xbf\xcf\x88\x61\xef\x11\x04\xbd\xd0\x1e\x8e\x21\xdd\x73\xd9\xe6\x54\xb4\xf7\x08\xf8\xa1\x8b\x60\x60\x41\x6a\x7e\x4d\xca\xa9\xbd\x73\x34\xd4\x61\xfc\x80\x58\x0f\xd6\xbf\xdd\xe5\xd9\x3f\x8f\xa3\xb3\x7c\x89\x91\x65\xd6\xf6\x6d\xde\x99\xdd\x98\xa7\x74\x35\xf1\x66\xa7\x63\x76\x57\x57\x37\x38\x67\x1f\xfc\x20\x7b\x83\x27\xde\xa6\x13\x8a\x7f\xfb\xd8\x9e\xe2\x55\xd6\xe9\xa7\xae\x55\x0c\x9c\x14\x2e\x01\x7b\x27\xa5\xe5\x7d\x88\xa5\x20\xa8\xab\x97\x7a\xb8\x8b\x8e\x19\x93\x42\xb2\xb0\x3b\x56\x7c\xc9\x83\xc7\xd8\x3c\xb7\x43\x10\x3d\x1c\xdf\x3e\x2c\xe3\x5d\x2a\x21\xe0\x72\x1d\x89\xb9\x9c\x06\x9b\x6d\x76\xec\xe2\x08\xa5\xfc\x36\x5c\x01\x6c\xf7\xed\x4e\x24\x9c\x1e\x64\xd9\xdf\x07\xd3\x9a\x28\xfb\x80\xa0\xee\x34\x3a\x91\x98\xe8\x6d\x0f\xe1\x74\xb7\x99\xd1\x6a\x00\xf0\x82\xca\x94\xdd\x77\x2b\xc2\x6b\xb3\x4b\x51\x98\x7e\x59\x70\x4c\xd2\x60\xe5\xf8\x1e\x84\xd6\x6b\x0c\x9a\xf2\x61\x9d\xa0\xac\x64\xd6\xc6\x53\x48\xd5\x35\xb6\xba\xb8\x8e\x20\xe5\x93\xc3\x32\xc4\x43\xf6\xaa\x67\x6b\x84\x91\x72\xcf\xec\xdc\xea\xee\x10\x6f\x0b\x1b\x96\x33\x7b\x0e\xa4\x4c\x64\xe9\x2f\x2f\xf6\x58\x81\x12\x68\xd8\x0f\x23\xca\xbf\x9d\x43\x6b\xca\x56\xfc\xc1\x90\x9f\x4d\x3d\xc7\xab\x23\xc0\x13\xd0\x67\xf7\x45\x46\x91\xc4\x17\xe0\xae\xe2\x26\x15\x5d\xcc\x2c\x63\x46\x93\x69\xb6\xcc\x94\xe4\x80\x31\x4e\x97\x7f\x93\x0d\x9b\xe5\xdf\x44\xc2\x7a\xb1\x92\x5c\x33\x2f\x43\x38\x4f\xe3\x60\x52\x90\xd8\xea\x39\xeb\x44\xcf\x3d\x1d\x80\x12\x3d\x4e\xdf\x7a\xb9\x2a\x08\x09\x3b\x03\x79\x68\x2c\x8f\xab\x72\x64\x47\x3c\x0a\xee\x78\x98\xa7\x32\xfb\xf7\xd0\xc3\xd5\xdd\xc6\xc4\x91\xdf\x78\x99\x13\xb4\x3f\xb8\xc3\x08\xb2\xc1\xf5\x2d\x7e\x8e\x59\xfc\x70\x0d\xf9\xf6\x2f\xd8\x4d\xe4\xd0\x11\x10\x20\xc2\x46\xe3\x38\xdd\xfa\x71\x5d\x23\xbd\xe3\x35\xbd\x13\x6b\xff\x99\xdd\xdd\x71\xf0\xcc\x52\x47\x83\x90\xc6\xce\x60\xfa\x65\xe9\x06\xe9\x3d\xbc\x32\x88\xd0\x1d\x87\x72\xd8\x17\x38\x38\x68\x76\xad\x72\x0b\x82\x79\x1d\x16\xfa\x97\xee\x11\xdd\xdd\x4b\x76\x2f\xd5\xa8\x36\xf3\x81\x40\x1c\x2b\x58\x70\x58\x84\x15\x5c\xae\xdc\x71\x9e\x59\xe1\x70\x54\x63\x89\x8f\x3e\xf3\x62\x55\xd3\x29\xdb\xfe\x48\xc4\xde\x35\xd8\x8b\x99\x07\x45\x90\xb3\xec\xbb\x5d\x5b\x62\xeb\x63\x79\x03\xe3\x82\xd7\xc5\xf8\xa9\xc0\x6e\x51\x37\xeb\x93\xe1\xe7\x2c\x38\x69\xea\x04\x7b\x97\x02\x2b\xa9\x61\x1e\x9d\xd8\x6a\xb0\x74\xd5\x72\x6e\xd5\x74\xed\xc7\x95\xcc\x11\x53\x0b\xf0\x2c\x12\x46\xb8\xee\x4d\xb2\x60\xe9\x2f\x2f\x78\x89\xa2\xdb\xc1\xa8\xa2\xc6\x00\xcf\xaa\x85\x78\x61\x2c\x50\x1d\x9d\xde\xe7\x67\x08\xc3\x16\x52\x33\xd5\x31\x61\x4a\x83\xa7\xbc\x66\xf4\x09\x99\x47\xd0\x0f\x59\xdb\x67\x63\x4d\x49\x97\xe1\x3b\x01\xe5\xef\x29\x57\xf3\x3b\x15\x07\x40\xa9\xdc\xeb\xd5\x31\x58\x75\xc0\xf2\x3f\xc2\x05\xf4\x63\x5c\x90\x76\xe9\x85\x45\x96\xdd\x8a\x54\x81\x42\xed\xee\x0b\xa8\x07\x7d\xcb\xc3\x8b\x88\x9a\x2f\x70\x0f\xa3\xfd\x7b\xc4\x66\x6b\x30\xe2\x39\x6e\x22\x14\x0c\xae\x8f\x31\xe3\xe4\x45\x0f\x50\xe4\xc0\x65\xe8\xce\x67\x7e\xb9\xc5\x6d\x63\xdc\xe1\x3c\x31\x44\x7f\x03\xed\xcc\xb0\xc7\xdc\xc1\xdd\x22\xde\xf5\x0b\x41\x54\x9e\xbd\xff\x5d\x9c\xdc\xbe\xed\xed\x09\xb7\x5a\xc4\x38\x35\x78\xd7\xad\x83\x38\xba\x28\xee\xd1\x4d\xe5\x02\x6f\x18\xad\x8e\xc2\x0a\xa0\x9b\x29\xaa\xc2\x15\x2b\xc5\x5d\x8c\x25\x6b\x7f\x85\x69\xc2\xe3\x0c\x59\x79\xb8\xcc\xcd\xa6\x85\xaa\x2c\x5e\xea\x2a\x7e\xae\x17\x84\x8c\x5e\x09\xb6\x5e\xef\xf8\x78\x60\x1e\x33\x2a\x4d\x20\x24\xd1\xd9\xe7\x3d\x17\x79\xc1\xc9\x3e\xbf\xb7\x3f\x02\xd7\x3e\x15\x0e\xd3\x3b\x3f\x4e\x26\x9c\xf8\xc0\x6f\x4b\x91\x82\xe9\xff\xed\x67\x6b\xf6\xd6\x4a\x04\x86\xaa\x1e\x5e\x07\x58\x70\x4c\xff\xc5\xb2\xa7\x1e\x0b\xf4\xc3\x84\xae\x36\x4f\xe8\x3a\xe7\xc0\xb9\xc3\x0f\x9c\x33\xba\x69\xa6\x21\xf3\x7d\x8b\x53\xdc\x84\x4d\x73\x2f\x4d\xe5\xea\x4c\xad\xe9\x68\xf6\xb8\xf9\xf6\xe0\x33\xef\x96\xc3\x94\xd9\x7b\xae\xe5\xef\xf3\x64\x36\x45\x26\x39\xef\x8d\x6a\x2c\x1b\x0e\xa5\x64\x3a\x0d\xa5\x5b\x0c\x6d\xe8\x96\x2f\xf0\x64\xa9\x63\xda\x5f\x0f\x31\x52\x81\x9d\x31\x4a\x15\x0d\x76\x66\xaf\x8e\x89\xda\x04\x89\xa9\xd2\xe5\x56\x0d\x76\xd0\x08\x8a\xc0\x35\x25\x9a\x2a\xfb\x95\xce\x40\xe4\x09\xb4\xd5\x76\x60\x03\x9f\xda\xb5\xba\x4f\x28\x3a\x9f\x9c\x53\xe1\xa2\xfa\x6c\x47\x6c\x8f\x61\xc2\xce\xf9\x21\x6a\x18\xf5\xc1\x21\x5e\x07\x87\x71\xe4\x45\x2b\x0d\x1e\xf8\xbd\x05\x5b\x6d\x68\x15\x81\xd7\xd2\xf5\x14\xc1\x80\xaf\xd9\x09\xb5\xfa\xe0\xe0\x02\x0e\x77\xf8\xbf\x63\x2a\x29\x06\x91\xea\x2e\x6d\xb8\x47\x80\x6b\x71\x39\x41\xdd\x6e\x0d\xd9\x16\x9a\x13\xc8\x7d\xbc\x77\x01\x32\xe1\xc2\x7d\x01\x94\x0b\x1f\xa6\xe2\x7b\x26\xe4\x3d\xa3\xba\xc9\x6e\x06\x63\xe9\xc8\x57\x15\xf2\xd8\xa1\xb7\x7a\x37\x82\x53\x9e\x4e\xd9\xe2\x42\x5e\x5e\x15\x19\x58\xfd\x29\x73\x7d\xe1\xed\xf6\x76\x60\x17\x6c\xb3\xdb\x87\x04\x3f\xc7\x89\xf5\x62\xfb\x13\x59\xad\xad\x9a\x47\x56\x64\x8d\xa6\xb3\x29\x78\xa7\x63\x29\x05\xaf\x99\x79\xa4\x9a\xfb\xbb\x67\x6c\x9b\x79\xc1\xb8\x85\x87\x78\xcf\x62\xce\x28\xc7\xdc\xb3\xeb\xbd\x63\x39\x0d\x5b\x96\xc9\xb5\xf4\x0c\x57\xa7\xe4\x32\xb9\x16\x35\x99\x5c\xcd\x87\xd5\x33\xb9\x4a\x89\x61\xf7\x9e\xeb\x82\x28\x90\x81\x13\xdf\x2f\x4a\x0c\x6b\xc3\xcc\x38\xf5\x91\x9c\x22\xf1\x01\xc7\x64\x3b\x38\x24\xdb\x9c\x6c\x23\xc2\x46\x0c\x71\x76\xe1\x9a\x1d\x83\x31\x29\x2e\x6b\x0c\xdf\xf8\x2f\xcb\x47\x3d\x86\x1b\x75\x1b\x9d\xde\x99\x90\x21\x80\x65\x58\xe6\xec\xcf\xc6\x4c\xf4\x35\x96\xa2\x18\xb2\x7e\xdd\xf0\x1a\x93\xe3\x4b\x2d\x1e\x1c\xf4\xf1\xd5\xf1\xa2\xe7\xfb\x32\x4b\x74\x39\x78\xae\x4b\xd2\xdb\x33\xb6\xf2\x6c\x0f\x20\x36\xc1\xac\x27\xcf\x98\xdf\x73\xc4\x0a\x82\x14\x67\x4f\xad\x11\xfc\x3d\xe3\x9f\x77\xbb\x75\x4c\xff\x82\x54\x8f\x37\x95\x38\x87\x19\xdf\xad\x7b\xbe\x7c\xd5\xaa\x9c\x4b\xb7\x36\xed\xd6\xd3\xb9\xa5\xfc\xf3\xf0\x50\x95\x5b\xd7\xee\x5b\x3a\x22\x88\x9f\xe1\x70\x19\x5d\x45\xc7\xd9\x7c\x43\xbe\xf0\x7d\xd6\x49\x79\xa2\xed\xa9\xad\xa3\x00\x06\x8b\xf5\x1f\x14\x9f\xfa\xb6\x9c\x96\xc3\x65\x54\x1c\x5a\x25\x5c\xe9\x9e\xe5\x27\x17\x85\x07\x70\xa6\xd3\x7d\xeb\xec\xd8\x11\xa6\x71\x78\xd6\xee\xc8\x49\x7c\xaf\x4d\xd3\x3c\xdc\xb6\x84\xbc\xdc\x8e\x79\x06\x06\xd7\xb3\x03\xbc\x58\xc9\x79\x41\x2e\x0a\x19\xe4\x4d\x87\x5f\x5a\x89\x97\x46\x61\x0c\x07\xcf\x14\xe1\xf8\x78\x82\x7c\xd7\x2a\x6e\x33\x53\x12\xdc\x0f\x76\x82\x09\xae\x7a\x56\x19\x1f\x1a\x94\xf3\x04\x36\xc6\x84\x5d\xf7\x30\x8a\xf7\xfa\x28\xae\xe0\xdd\x4d\xb7\xa6\x69\x3e\xbf\xc0\x56\xdc\x60\x07\xaf\xa8\x12\x90\xe0\x6d\xe2\xd7\x83\x5d\x60\x3e\x8d\x21\xc6\x05\x55\x0b\x35\xb3\x0e\xb9\x86\x3f\xd7\xc2\x1e\xde\xf8\x7b\xf8\xcc\xc4\xb0\x6e\x3d\x27\xae\x04\x78\x9f\x49\xe3\xd8\xb3\x21\x59\x80\xb5\x0f\x22\x59\x60\x0d\x02\xf4\x61\xdb\xc7\x01\x4b\x79\x05\x97\x1a\x56\x30\xf5\x24\xbc\xb3\x3f\x4f\x4b\x72\xbe\xfc\xe9\x91\x83\x5d\x7a\x51\x1c\xd3\x69\x98\xd5\xb2\xb3\x57\xa6\x02\x42\x85\x0c\xaa\xaa\x02\xec\x96\x6d\x8c\x81\xd9\xdf\x43\xb5\xca\x1e\xe0\xd1\x6f\x12\xa3\x1c\x30\xb1\x86\x18\xeb\x85\x57\x3d\x98\xfc\xd1\x1e\x3b\x38\xa8\xe6\x09\x2f\xc8\x8e\x97\x65\xe5\xe0\xd9\x39\x76\xc6\x98\x52\xff\x00\xc2\xc4\x30\x1b\x9f\xb9\xc7\x94\xb2\x7d\xa7\xd0\xb5\xe9\xa4\x45\xfe\xb9\x94\xd6\x8c\xdf\xa5\xd9\x39\x8b\x7d\xd8\x01\x31\xca\xec\x18\xab\xef\xb2\xea\x25\xa7\xd0\xb6\xc1\x82\xa4\xae\x5e\x83\xb5\x7c\xe6\x9c\x3c\x83\xa8\x42\xd0\xff\x73\x62\xa1\xef\xac\x79\xd8\x45\x0b\xe4\xfe\x18\x3d\xdb\x47\xe0\xbd\xaa\xe2\x19\xc6\x5a\xda\x08\xd8\xe0\x20\x60\x20\xb2\x33\xe5\x66\x17\xa2\x19\xca\xb6\x98\xd1\xf6\x86\xdd\xc6\x52\x35\x9d\xa7\x76\x55\xac\x8e\x39\xb5\x31\x07\xe6\xfd\x84\x5d\x47\x3b\x84\x44\xb9\x76\x39\xbd\x9f\x76\x78\xc6\x84\x14\xcc\x50\x4e\x97\x5d\xed\x30\xbb\xad\xad\xbe\x97\x4b\x70\x99\x26\x00\xa9\x73\xe6\xb1\x7d\x84\x17\x59\x5e\x15\x8f\x2e\xd2\x17\xa2\xf5\xc5\x19\x5a\xaa\xac\x20\xb7\xa6\xfd\x08\x4d\xf4\x4e\xf4\xf7\x41\x63\xa2\xe7\x13\x0b\xce\x8d\x56\x13\xbc\x93\xf0\x99\x41\x3b\xea\xd6\x21\x85\xec\x91\x35\x0d\x98\x6d\xf0\x00\x57\x42\xf7\xb9\x0e\x19\xc1\x2a\x3e\xb2\x58\x1d\x7f\x2f\xe2\xf5\xf9\x50\x9e\xae\xe9\x29\xe3\x3d\x14\xe5\x98\x28\x5b\xcb\xb4\x39\x44\x5e\x35\xb1\x6b\x3a\xde\x7d\x61\x3a\xfb\x16\x87\x33\xc1\xae\x81\x65\xc2\x31\x9d\x0e\x9d\xd3\x2a\x9e\x8a\xe5\x55\x85\x4e\x52\x71\xb9\x8c\x26\xa6\x13\x58\x42\x45\x8b\xf7\x39\x37\x94\xf4\x1c\x45\xcd\xb4\x81\xb7\x3d\xdb\x57\x62\xe2\x94\x3a\x15\x5e\x7b\x96\x69\x7f\x2d\x27\x2c\xa4\x2f\x29\x9d\xcd\x64\xe9\xa0\x62\xe2\x21\x7a\xce\x6f\x43\x8c\xf9\x3c\xc1\xb3\xb3\x4e\xc1\xc6\x4d\xb3\x5e\xdf\x05\x9e\xf4\xc5\x1c\xb2\x58\xba\xa7\x99\x86\x50\x9c\xee\xcf\x0e\xa8\x2e\xdc\x9b\xa7\xe8\xa0\x67\x99\xf6\xb7\xb9\xd5\x30\xa6\xad\x64\x4d\x70\x33\x5e\xb0\x73\x8f\x2d\x3c\x97\xbf\x78\x1e\xf3\x68\x3a\xc4\x5b\xa5\x55\xf3\x59\x13\xe7\x53\xd8\x84\xc1\xd2\xc2\xcb\x53\xba\x40\x91\x30\xf0\xa8\xc4\xe0\xc0\x55\xf4\x76\xf5\x49\xec\x6d\xbb\x04\x56\xf5\xc7\x72\xb7\x9e\x7f\x0d\x2a\x2d\xbc\x66\xf6\x99\xfa\xa4\x2b\x5f\x7a\xd7\x10\xf6\x72\xdb\xe9\x1f\x8b\x1e\xee\x83\x5d\x36\xc7\xe5\x34\xb3\x55\x6a\x64\xf8\x16\x8c\x2b\x59\x6b\xf6\x65\x59\x9a\x06\x38\xb1\xdc\x6a\x97\x30\xbe\x84\x5f\x26\xbf\x3b\xbc\x40\xa1\x38\x64\x71\x2a\xfc\x6e\x5e\xb6\xd8\xed\xc8\x3a\x1e\x9d\x01\xf5\xf8\x2f\x22\x55\xd9\xad\xa3\x29\xfa\x91\xcb\xdb\xa2\x70\x61\xb7\x38\xa4\x4e\x51\x94\x14\xed\xc8\x3a\x84\xb0\xe0\x66\x91\x95\x8f\xbd\xcf\x78\xf4\x79\xef\x04\xdd\x8e\xcf\xac\xc2\x76\x17\x22\x2e\x3a\x56\x74\xc6\x34\xcf\x12\xfb\xd2\xf6\xe9\x9c\xd8\x43\xab\x5c\x63\x71\x31\x3c\xbd\xae\xe7\xd7\x21\xfd\x50\xc7\x1e\xb3\xec\x4f\x13\x6b\xca\xf8\x56\xd7\xaf\x43\x42\xa5\xb2\xd5\xa9\x82\x9e\xe2\x17\x79\x3a\xab\x3a\x66\x19\xef\x54\x59\x43\x01\xfb\x12\xfa\x75\x76\x49\xda\xf1\x0b\x77\x7d\x0f\x19\x38\xb6\x1b\xdb\x89\x75\x9c\xde\xbb\x36\x2c\xb3\x3b\xfe\xfc\x3a\xbb\x77\x6d\xfc\x3b\x03\x79\x1c\x31\xfe\x70\x74\xc9\x40\x1e\x38\x4c\xb1\x8f\x58\x6b\xb1\x5f\x07\xd5\x7d\x6a\x45\x1e\xc6\x4f\x3d\x3f\xb3\xbc\xc2\xdb\x14\xf7\xf6\x63\xd8\xe1\x37\x5c\x4d\x59\x9d\x01\xf4\xbd\xca\xae\xde\x6f\x15\x94\x49\x82\x8e\x4f\x5e\x95\xb3\xfc\xa0\xda\xd8\x95\x05\x34\x55\x42\xea\x3e\x50\xad\x32\x21\x35\x4b\x76\x8c\xf7\x9c\xbc\x47\x3e\x6a\xd2\x08\xeb\x33\x02\x30\xb8\xdf\xdb\x76\xc0\x82\x41\x61\x17\xef\xa0\x54\xd6\x6c\xe3\x5f\x6e\x93\xbd\x18\x79\xa0\x37\x56\xfd\xd2\xc5\xcc\x06\x43\x07\x1b\xdb\x87\x23\x80\xd0\x4c\x26\x17\xd2\x7e\xd0\x71\xfc\x59\x31\x1d\x32\x64\xc9\x0c\x02\x92\x24\x3a\x8d\x81\xbc\xcd\x66\x97\xa2\xa2\x7c\xf6\x62\x95\x21\xb1\x6f\x2e\x21\x2b\x57\x66\xec\xc4\x1e\xb3\xa8\x34\xa4\x7d\x93\x1c\x02\x4e\xec\x24\x95\xdd\xc5\x0f\x70\xb8\x33\xc2\x4b\x80\xca\x56\xf1\x79\x5e\xda\xb6\x76\x00\x28\xac\x3d\x7b\x10\xaa\x55\xef\x6d\xe3\x75\x6f\x18\x08\x4e\xd9\x7f\xc1\x31\x07\x56\x23\xaf\x6b\x74\x79\x86\xa8\x54\x52\x90\x75\x41\x41\xad\xc8\xab\x02\xec\xd6\xe2\xb1\x35\x8c\x2a\x0a\xa5\x54\x7f\xbd\x48\x0f\x42\x28\x1c\x96\xde\xaa\x7b\xa8\xa6\x4e\xdb\xe1\x3d\xe2\x4c\x7f\xf0\xf2\x99\x89\x2c\x49\xa7\x9e\xc6\xe2\x9b\x18\x8b\x6f\x1f\x23\xad\x35\xbc\x89\x85\x71\x3c\xcf\x28\x89\xc2\x0b\x8a\x52\xfe\x7b\x82\xcd\x77\x50\x2c\x87\x3e\x3c\xa9\xa6\xd5\x76\xf6\x81\x5b\xdb\xe6\x88\xc5\xd4\x16\x61\x93\xb7\xcd\x01\x58\x20\x31\xdb\x6a\xdd\x67\xd7\x78\x1c\x32\x4e\x38\xea\xd6\xb9\x45\x09\x99\xfd\x3d\x56\x37\x09\x56\x37\x5d\xac\x4e\xb5\x79\xb8\xec\x36\x4d\x9e\xc6\x16\xda\xf6\xc9\x05\xe6\x4e\x3b\xf8\x8e\x6b\xe8\xf0\x7b\xce\xb1\x5c\x87\x80\xaf\xcf\xd2\x6f\x48\x8b\xe1\x64\x07\x47\x76\xf1\x5e\x74\x76\xd1\x4e\x5c\xaa\xa4\x31\x3f\x90\x08\x7c\x0f\x63\x74\xf0\xfa\xe0\x16\x64\x00\xed\xc8\xc4\x1d\x5a\xcb\xa1\xe1\x33\x55\x33\x26\x16\xe2\x61\x6a\x7d\x29\x34\xcc\xba\x87\x11\x90\x66\xb7\x72\x88\x0f\x70\x97\x4b\xa7\x32\x28\xb1\x94\x18\xc3\x12\x7b\xfd\x60\x9a\x7d\xfb\x05\x6f\x9e\x3b\xb0\x22\x7c\xb8\xa6\x8c\x3d\xb2\xb6\x31\x5b\xb6\x5b\x7c\x66\x85\x6f\x4d\x3b\x70\xf6\x10\xe2\xf2\x68\xb1\xa3\xca\x76\x07\xb5\x97\x63\xde\x9b\x6b\x3a\xff\x87\x68\x17\xba\xf7\x27\x96\x80\xff\x6b\xb6\xd3\xb2\x5d\x3e\xf4\xd0\xf7\x0c\xd2\x95\xfd\x32\x01\x40\xdf\x9f\x8f\x25\xfe\xe6\x1d\x57\xf8\x25\xc2\xf6\xb0\xf2\xc2\x14\xd0\xe4\x44\x2a\x14\x9f\x54\x20\xbe\x3d\xb4\xc6\xc0\xef\x9c\x43\x90\x09\xaa\xbd\x01\xc6\x26\xb7\x0f\x21\x78\xb1\x89\x31\xfe\xad\x2a\x26\x4d\x9c\xee\xb1\x00\xfb\xe7\x32\xa8\x64\x0f\x93\x29\x30\x39\x32\x9d\x42\xf6\x97\xb2\x45\x5f\x38\x4c\xbd\xe8\xdd\x7c\xa3\x58\xfa\x7c\x58\xc4\x29\x3b\x61\x7f\xa7\x53\x76\x24\x89\xfd\x2d\x8f\xf1\xef\x36\xfb\xfb\x1c\xb2\x29\xdd\xb5\x33\xca\x0e\xda\x9f\x91\xab\x61\xd4\x0e\x28\x3f\x47\x53\x34\x47\x4b\xc7\x82\xc1\xee\xca\x2e\x11\x9c\xf8\x75\xc4\x50\x9b\xdd\xfe\x02\xd6\xdd\xcc\xc5\xe0\x43\xb4\x8f\xf9\xbd\x07\x22\x8f\xfd\x8c\xc8\xb9\xf7\xf7\xd1\x8f\xb0\xfd\x02\xd1\x08\xfb\xd6\x3e\x9e\x9d\xb9\xee\x8f\x71\x72\xc0\xb4\x9b\xa0\xaf\xe2\x05\x10\x6b\x5f\x8e\x0f\x80\xf1\xd4\x47\xb0\xdb\xd8\x5f\x46\x3e\x5e\xf6\x3f\x06\xd5\xd0\xfe\x76\x72\x88\x19\x94\xd1\x9d\x64\x7f\x1d\x46\x55\x4c\xb5\x51\x33\xed\xaf\xa3\x69\x95\xdb\x82\x11\x81\x4c\xdd\xb3\xa7\xd6\x9e\x5f\x67\x9f\x3a\xbb\xb9\x4f\x83\x32\xba\xb1\x8f\xac\x52\x1b\xa6\xab\x63\xed\xb6\x31\x17\x3d\x46\x56\x3d\x57\x06\x25\x96\xb7\x19\xc3\xa6\x43\xeb\x19\x87\x5a\xb6\x7a\x47\x55\x39\x3c\xcd\x3f\x47\x53\xbf\x63\xda\x8f\x03\x8c\xa3\x0a\x61\x7b\xa4\x68\x49\x13\x2c\x31\x1c\xa1\xfa\xfa\x62\x41\x1e\x25\xb3\x6b\x85\xdb\xb0\x55\x95\x2a\x54\x91\xa6\xfa\x25\x8b\xf9\x7b\x9c\x4e\xa5\xe8\x41\x34\x9c\xb2\xde\xbc\x58\x7e\x4c\xbb\x5b\x1b\x52\x95\xc6\xc1\xa3\xb0\xfb\x60\xff\x84\x0c\x38\xa5\xbb\x13\xab\xbb\x7b\x01\x49\xb1\xbf\xa2\xf1\xb8\x6a\xd6\xca\x76\x74\x3e\x7b\x7c\xba\x69\xda\x43\xbb\x64\xcb\xec\xef\xa5\xc7\xcd\x1b\x70\xcd\x07\x3b\x07\xbd\x7f\x02\xc7\xfa\x83\xca\x38\x3a\x9b\xe1\xdc\x89\xe5\x33\x87\x68\xe6\x98\x63\x46\x62\xe6\xd2\xe8\xd9\xc0\xd2\xcb\x74\x5b\x77\x2a\xbb\x2f\x96\xdc\x66\xdc\xab\xb3\xf8\xde\x6f\x33\x6d\x3a\xc3\x05\x6d\xee\x4e\xf8\xbd\x94\x63\x8c\x3e\x00\x23\x0e\xec\xc5\x21\x6c\x78\x04\x17\x0f\xf4\x82\x98\xf6\x3e\xa6\x9a\xd8\x85\x65\x91\x58\xce\x36\xcb\x8b\x44\xb7\x57\x58\x4d\xd5\x86\x2f\x73\x52\x8f\x8b\x33\x13\x0b\x6d\x53\x03\xbc\x89\x7f\x60\xed\x97\x20\xfc\x60\xe8\xe0\xed\x51\x8e\x69\x7a\x55\x89\xfd\xf4\xab\xdd\xdc\x5d\x70\xea\x00\xab\x60\x78\x21\x68\x00\xb9\x00\x2b\xd3\x39\x08\xcf\x0b\x82\x85\xec\xe0\x85\x9d\xd3\x73\x4d\xd3\x29\xb3\xa8\x27\x90\x87\xca\x67\x68\xcc\xf3\xac\x0e\x3b\xa8\x40\x70\x74\x55\xd3\xee\x54\x1c\xec\x35\xde\xa5\x05\x7b\xe6\x43\x14\x66\x3b\xb1\x3d\xc2\x34\x2c\xad\x83\x90\x25\x5d\x3d\x0c\x61\xf9\xd4\x60\x45\xd8\x45\xeb\x65\x97\xd1\xee\x3e\xa6\x2c\xa8\xed\x95\x31\xa4\x66\x1f\xed\x6e\xb5\xa3\x6d\x27\x75\x00\xd7\x4c\xc7\xaf\x4c\x6a\x72\x05\xb1\x00\x24\x89\xdf\xad\xe1\xd1\xb9\xc3\x71\xda\xd4\x3d\x95\xa4\xd3\xa6\xc0\x68\x43\x8e\x59\x3e\xad\x0e\x1e\xb5\x83\xc3\x5c\x65\xf0\xbc\x32\x6b\xda\xde\x25\x5a\xd3\xf6\x57\xb1\xa6\x0d\xed\x24\xb1\xc7\x95\x42\x75\x60\xc7\x89\xdd\x05\x83\xf6\xb8\xda\x1b\x56\x0b\x4e\xd1\xee\x0c\x6c\xca\xca\xb7\xed\xf6\xc0\xb6\x8f\x7b\x4c\xba\x3a\xba\xa4\xe2\x6d\xb5\x64\x81\x67\xf4\xec\xf3\x25\xf6\x92\xed\x69\xc0\x7d\xab\x74\xb2\x5e\x2c\x38\xd5\xef\x5b\x17\x1d\x88\xe7\x3c\xf7\x6a\xb3\x08\x67\xc4\x8c\x37\x66\xd6\xdb\x18\xb7\x02\xb7\xa7\x78\x56\x07\x8f\x79\x3c\x70\x3a\x9f\xa4\x6e\xd2\xe1\x24\xa3\xf3\xba\xe9\x8c\xd1\xac\x35\x40\x15\xe0\x7e\x7f\x17\xfc\x5e\xdf\xf7\x90\xf5\xdd\x27\xbb\xd5\x34\x7b\x33\x4b\xe4\x33\xc0\x80\xe8\xef\x95\xb4\xc2\xad\x69\x3e\xa0\xbd\x01\x06\x41\x5f\xf7\xa7\x70\xa5\xc0\x7e\x25\xc6\xb4\xde\xcd\x8a\x50\x07\x81\x3a\x89\x3d\xda\x65\xe7\x83\x6b\x54\x4c\x61\xc9\x53\xaf\x31\x3c\x17\xfc\x3f\x13\x0b\xae\x05\x25\x62\x6d\x0a\xfa\xde\x34\xdd\x10\x21\xb3\x1e\xb0\x63\xbb\x67\x70\x2b\x58\xda\x19\x9e\x01\x5a\x30\x3f\xda\x19\x19\x27\x0e\x92\xf1\xb0\x73\x89\xd1\xeb\x94\x45\xec\x41\x2a\x71\x76\xad\xe7\x2b\xb1\x5a\x1d\x83\x2c\x76\xd1\xc5\x3c\x50\x23\xeb\xe5\xb3\x84\xdd\x94\x3c\x29\x7b\xed\x38\x88\xfa\xe3\x09\x5e\x4a\x7e\x33\xea\x5b\x8a\x5a\x4e\x64\xf3\x49\x39\x46\x21\xd7\xec\x5a\x47\xd8\x2c\x43\xb7\xf9\x20\xe3\x84\xcf\x8a\x9d\x60\xfe\x64\xa1\x62\x94\x20\xcb\x60\xb7\xff\x33\x8f\x48\x5a\xc0\x4b\x21\xd3\xb9\xa2\x5d\x2e\x9d\xa0\x78\xd9\x1b\x5f\x16\xbe\x9b\xce\xf1\xd9\xb9\xa6\x2b\xbc\x42\x8c\x73\xcb\xa7\x8b\x2d\xea\xbb\xc0\xd9\xae\x15\x6c\xb3\xf9\x95\xcb\xdf\xd5\x46\x32\x9b\xbf\x18\x18\xe6\x91\x86\x61\xee\x3b\x98\x81\xd8\x31\xcd\x23\x74\xb3\x83\x5f\xca\x77\x66\x73\x89\xea\x38\x63\x17\x39\xe3\x09\x72\xc6\x81\x25\xa6\x7c\xb5\xfb\xce\x6b\xf9\xc1\x74\xc4\xf8\xc1\x64\x94\xe7\x07\xc1\x98\xf1\x83\xde\x78\x86\x1f\xd8\x25\x0b\x23\x5c\x50\x16\xe8\xe2\x0e\x06\xcf\xec\x8c\xff\x3e\xe3\xc7\xe0\xd5\x66\x9c\xc2\xf6\x2b\xcf\xc0\x15\x8e\x2c\x24\x47\x89\x8e\xed\x3d\x4c\x38\x7f\x5d\x82\x9c\x82\xf6\x14\x39\x1d\xd3\x14\xe1\x00\x78\x8b\x25\x01\x03\x67\xd9\x1d\xee\xb2\xa6\x27\x1e\x5b\xe6\xf3\x76\x61\x56\x3b\xf6\x36\x4b\x88\xd4\x30\xed\x47\x3c\x9a\x38\x9e\xd6\xe6\x2e\x83\x7b\x9f\x32\xb1\x2f\xf5\x23\x64\x2e\x0f\x78\x59\x3a\x1f\xc5\x43\x1f\x55\xb5\x7d\x40\x0c\x1d\x15\x30\x00\x02\x13\xfb\x7d\x08\xa6\x84\xea\xb1\xdd\x9b\xc0\xa4\x37\x77\x91\x95\x23\x1f\x7c\xde\xbf\xc4\xd4\x82\xde\xfe\x25\x37\x07\x63\x0a\xf5\x1a\x14\x20\x36\x8a\x97\x40\xb2\x90\xc9\xa9\x7e\x97\xa6\xe8\xa9\xb1\x8c\xbd\xdf\x31\x85\xaf\x98\x96\xc6\x31\xab\xbe\xdd\xbe\x46\xdd\xa9\x4a\x09\x67\x8c\xae\xc2\xde\x59\x21\x4d\x5d\x00\xb9\x62\x9c\xfa\x14\x32\x10\x9d\x99\x21\xba\x77\x6f\x8f\x62\x36\x39\x11\x5c\x52\xe7\x5c\x85\xcf\x55\x71\xb7\x2a\x5b\x31\x0b\x38\xc2\x30\x4a\x17\xd4\x9d\x2a\x9e\x70\xaf\x45\x25\x4b\x10\x76\xcc\x9e\x35\x6c\xc3\x80\xbf\xef\x4d\x81\xd6\x7a\xd6\x90\x97\xd8\xe5\x6b\x34\x60\x22\x4b\x77\xd7\x42\x87\x1e\x1c\xd3\x07\xd5\xa1\xce\x3b\x33\x96\xe0\xda\xc7\x7c\x7a\x59\x3b\x19\x27\x60\x61\x37\x47\x18\x3d\x93\xf5\x23\x44\xf9\x87\xec\x63\xc2\xa5\x7d\x27\xc6\x1c\x3d\x4d\x0c\x7e\x93\x5a\x20\x10\xdd\x52\x37\x6d\x7b\x3b\xb1\xc4\x59\x3b\xc4\x9e\x5e\x3f\x7b\x40\x8c\x91\x7d\xc2\x51\x7f\x58\xc6\xc0\x8b\x01\xe4\x19\x7f\x00\x03\x2d\xc6\xf8\x55\x0a\xb6\x59\x15\x6e\x8e\x83\x7c\x0b\x26\x86\xc9\xa0\x2f\x67\xb0\x2d\xcc\x1f\x55\xd3\x76\x3b\xf5\x0c\xb3\x66\xdb\x2a\x62\x3c\x32\xa8\x0f\x98\xa9\xaf\xbe\x8b\xa2\x40\x36\x5b\x43\x0c\xa8\x9d\x5a\x3d\x5c\x1a\xb7\x01\x3a\x2a\xea\x12\x74\x6e\xd4\x1e\xdb\x5d\x2c\xf6\x7d\x1a\xe0\x1a\x8e\x53\x8f\x9e\x48\xfc\x17\x69\xa4\x96\xf7\x02\xe0\xd8\xbd\xb8\xc3\x29\x9e\x38\x0b\xad\x18\xf1\x5a\xb4\xb9\xcd\xde\xac\xe3\x05\xfa\x5f\x70\xc9\xc3\x9d\xea\x76\xd1\x9a\x06\xe9\x2d\xf4\xf6\x23\x90\x4a\x1b\x6c\x27\xf6\x59\x07\xfd\x3e\xdf\xbb\x10\xf2\x6c\x5f\x61\x9a\x1d\x0a\xe8\xb9\xc4\x8e\xe1\x62\x46\xce\x46\x02\x69\xcf\x6d\xdf\xea\xa2\x9a\xff\xc0\x68\x36\x5d\xe4\x78\x46\xd9\xfc\x8e\x99\xe4\xec\x4e\x65\x8c\x01\x7c\xdf\x8b\x78\xb5\xfb\xc3\x61\x74\x26\xee\x17\x07\xb8\x5f\x3c\xf0\x86\xba\xac\xfe\xf6\x14\x76\xe1\xc0\x01\xf5\x62\x3f\x4f\xd3\x32\xed\x1d\x59\x31\xe8\xa7\xe5\xca\x24\x40\x6a\xa1\x63\xb5\xcd\xc7\x47\xba\x41\x9c\x65\x1a\x4a\xd8\x4d\xfd\xcd\x6d\xab\x71\x74\x26\x6d\x17\xc2\xb5\x83\xa9\xc7\xb9\x3d\xc1\x13\xf0\xc8\xf3\x30\xd0\x2a\x9d\xb0\x41\xaf\xae\x14\xf9\xed\xe7\x0a\x9d\x2b\x3e\x4b\x6c\x57\xc3\x03\xde\x87\x16\x02\xb9\x7f\xc6\x23\xbf\x53\x9e\xeb\xcd\x31\x9d\xc6\x7d\x21\xef\x1a\x83\xfe\xec\x59\xcf\x01\x8b\x7f\x03\x35\x79\x64\xe7\xe8\xa5\x0c\x42\xa0\xd9\x50\x7e\xe0\x89\x3d\x41\x37\x8b\x20\x15\xb1\xd3\xf0\x02\xd9\x54\xfa\x9d\xdf\xb3\x67\xb1\xc0\x50\x7e\xf0\x9a\x05\xd3\x6e\x7f\x65\x52\xa3\x64\x62\xc2\x50\x1f\x67\x6a\x4d\xc0\x96\x38\xb0\x4b\x90\xcc\xc1\x85\xd4\x60\xbf\xd7\x0e\xe0\xe6\x24\xfb\xec\x04\x6f\x23\xbb\x2f\xf7\xd9\x3d\xe0\xe0\xd2\xab\x3e\x1e\x41\x6a\x4c\xfb\x6c\x82\x12\xc0\x14\xfe\x34\x22\x2f\x8b\x57\x85\x9c\x6b\xa3\x16\x64\x09\x43\xb2\x1f\xb7\x0a\x55\xb3\x7a\x39\x6a\xf1\x79\xdc\x4f\x2c\x77\x8f\x23\x2e\xbb\xc9\xae\x0f\x21\x44\xdf\x53\x45\x73\x52\x04\x2d\xd7\xb7\xc7\x07\xea\x2b\xee\xb6\xb7\x6b\xf0\x3e\x9f\xb7\xeb\xd8\x3a\xf4\x2d\x6e\x67\x67\x9b\x34\x05\x76\x4d\xb5\xd6\xf1\xa5\x74\x2d\x5e\x19\xcf\x64\x62\x22\x86\x6f\x10\x29\x52\xa8\x9a\x37\x97\x27\x07\xc8\xf9\x0a\x55\xb3\xb2\x6f\x95\x20\xb9\xe2\x77\x48\x42\x7e\x94\x58\xbf\x17\x6c\xf3\x38\xb1\xd8\x45\x79\x99\x67\xe7\xc1\x1c\xc1\x65\x2b\x14\x60\x0c\x67\x10\x52\xee\xe7\x59\x94\xfd\x41\x34\xc2\xf6\xfe\x25\xdb\x94\xeb\xa6\x79\x62\x17\xf7\xd3\x2c\xd0\x66\x50\xd1\x67\xd5\x7e\x3e\x82\xf0\x11\xbc\xa2\xba\xba\x8d\x96\x7d\x74\xc2\x97\xb3\xb5\xe6\x81\x44\x81\x92\x20\x41\x4a\xb6\x9f\x70\x69\x90\x31\x9c\xcf\xb2\x5b\x27\xc8\x18\x26\x30\xf2\x07\x64\x13\x64\x68\xf1\xa3\x19\x8e\xe9\x1c\x57\x0a\xb6\x7d\x58\xb4\x71\x0d\x4d\x8f\x1d\x44\x22\xa6\xd7\x3b\x7c\x71\xf0\x0c\x27\xdc\x3d\x30\xf1\x59\x68\xfc\xae\x65\xda\x77\x83\x3d\x96\x86\xa6\xd0\x06\xeb\x63\x05\x26\xa8\xb0\x4d\x7b\x31\xc4\x83\xcc\x54\x7e\xbb\xe3\x07\x0f\xc1\xd9\x33\xb5\xa2\x07\x54\x34\xda\x96\xfd\xd9\x3e\x00\xa7\xc1\x6e\xa5\x7f\xc2\xee\x19\xdc\x3e\xa8\x16\x6a\x95\x6a\x17\xd3\x85\xee\xef\x5e\xb2\x4b\xf5\xd1\x88\xd7\x16\xd3\x95\x9b\xe5\x0a\xbb\x66\x70\x52\x11\xaf\x19\x0c\x2a\x13\xdc\xcc\x4f\xec\xe9\x98\xe1\x9b\xf6\xa0\xc4\xaf\x1f\x7c\xb1\x84\x0c\xff\xe6\xb3\x35\xc0\x52\xdf\x87\xe3\x34\xd3\xb7\x1d\x39\xf1\x0b\x20\xab\x67\x75\xee\xf9\x9c\xd9\xa5\x7f\xf7\xbd\x84\xbb\x25\x3c\xe5\xf2\x82\xc1\xc8\xa4\x54\x45\x47\x42\xe2\xce\x5e\x57\x08\x0e\x81\xd9\xcb\x04\x8f\xb3\xcb\x04\xab\xa6\xfd\xed\x85\x9d\x55\x2c\x34\xcd\xf3\x2f\x85\x9a\x79\xfd\xed\xa8\x83\x79\x67\xfa\x07\x78\xbc\x39\x3c\x38\x2f\x5c\x9b\x4e\x62\x15\x31\xff\xc0\xbb\x5d\x6a\x78\xfd\x18\x62\x9a\xc6\x3d\x8c\x97\xb6\x12\xd6\x83\xf8\xe0\x1c\xc4\x65\x6c\x64\x3f\x41\x2b\x36\xdc\x2c\x3f\x76\xf1\xf9\xde\xb4\xbf\x4d\xa6\x3c\xab\x1f\x5c\xf1\x6e\x15\x0f\xe8\x40\xaa\x67\xbb\x03\x4c\xcf\x00\xfd\x06\x10\xcf\x1d\x46\xb8\xc4\xb4\xef\xc2\x49\x05\x11\xdc\x30\xed\xaf\xd9\xdd\x20\xd5\xa7\x89\x7f\x06\x24\xbc\x8f\x19\x2e\xe1\x2c\x6f\x93\x4e\xba\x8d\x74\x7e\xc8\xde\x1f\xc0\x19\x5f\xa7\x6c\x15\xae\xed\x52\x65\x64\x4f\xd1\x18\x0a\xed\xf9\x95\xf4\x6a\xc4\x3d\xcb\xbe\xae\xb5\xc1\x3c\x45\xa5\xba\x63\x39\xd6\xd0\x85\x50\xb6\xef\x90\xb9\xb7\x66\x9a\xc7\x56\x37\x04\xfc\x21\x2f\x3a\xb4\x80\xf5\x3f\xc4\xf5\x42\xaa\xd8\x3e\x5b\x94\xeb\xd8\xbf\x63\x32\xc6\xe3\xf4\xc4\x47\xba\x51\x0c\xf0\xdc\x75\xf9\x80\x11\x1e\x95\x21\xe2\x06\x0e\xfc\x02\x4e\x5c\xd0\x5d\x08\x2f\xe6\x05\xf3\x93\x8b\xf7\x4f\x98\x8f\x74\xfe\xe0\x98\xe5\xae\x95\x71\xb8\x14\xee\x36\xd0\x20\x9a\x84\x1b\xc5\x3d\x3b\xad\xdf\x0c\x27\x50\xbf\x95\xd6\x6f\xdb\xd1\x6c\xfd\x5b\xda\x85\x29\x88\xbf\x8d\x17\xec\x36\x54\x67\x3a\x3a\x5c\xb5\x67\xd7\x07\x28\x20\x7f\x2f\x46\x9f\x0b\xb9\x38\x31\x8f\x12\x77\xdb\x0e\x28\x3b\x2c\x5b\xe6\xa1\x25\x15\xf8\x8e\x8b\xa5\x09\x83\x7c\xec\xf5\x80\x7f\x9f\x01\xe8\xef\x70\x15\xe4\xfe\x67\x5c\xa4\x98\xb0\xf3\x3e\x39\x41\x27\xf8\x41\x08\xab\xf8\xfb\x71\x9b\x72\x93\xa7\x3e\xb2\x9c\x1e\xe4\x52\x69\x61\x6c\x33\x65\xcf\x90\x56\xe6\x0b\xf4\x03\x76\xeb\x2f\xf9\x1c\x56\xd7\x65\x18\x60\xdb\x12\x92\xb8\x4e\x70\xe2\x1a\x28\xd0\xb2\x78\x3c\xd8\xe6\xd1\xb9\xd8\x28\xde\x81\x93\x8c\xe0\x2d\x74\x07\x31\x8b\x6d\xc3\xd5\x63\xa7\x77\x84\x81\x3b\x31\x82\xa4\xf7\xe6\xc3\x24\xe0\x47\x44\xab\x3c\xe8\x60\x64\x15\x0f\x31\xb0\x6d\x7c\x0f\x00\x59\x3c\x0b\x15\xb4\x1e\x4c\xfb\xd8\x01\x47\xc1\xf9\x1e\xee\x20\x20\x68\x38\x87\x8c\x8b\x0f\x0e\x98\xd5\x84\x69\xa9\xf5\x01\xe4\x24\xda\x47\xc1\xfe\x00\xab\xdc\xfa\xc1\x67\x38\x1e\xdf\xc3\xa9\x46\xb5\xb0\x50\x33\xeb\x67\x85\x34\xfb\x14\xb3\xd7\x60\xd8\x74\x63\x8c\x11\xc5\x61\x80\x4e\x94\x04\xe2\x26\x86\xf6\xe1\x81\x4c\x18\x5d\x8b\xa7\xc4\xfb\xea\x23\x77\xbc\xd8\x86\x9b\x34\x1f\x5e\x0e\x60\xbc\x4c\x92\x3e\x1c\x5e\x60\xce\x03\xbc\x71\x05\x5f\xd0\xa1\x1e\xa3\x8f\xa1\xb1\x7f\xc3\x2b\x43\x0e\x85\x17\x1c\x56\x5a\xac\x3b\x42\x13\x49\x69\x00\x38\xbe\x98\x9c\xc3\x39\x64\x7b\xaf\x57\x97\xca\x1d\xa0\xdf\xde\xb7\x7a\x63\xd0\x20\x6a\xfc\xa6\xb6\x7d\x56\x11\x7a\x67\x4f\x2d\x5c\x40\xd8\x1e\x18\xce\x1d\x5f\xc8\xc4\x55\xfc\x4a\x85\xa7\xb3\x82\x47\xf9\x0e\x65\x8e\xf6\xe0\x08\xe8\x0c\x24\x08\x77\xdc\xad\x61\x9a\x29\xba\x01\xf7\xf1\x72\x38\xba\x46\xec\xbd\xf8\x9c\x97\xb2\x9d\x22\x67\xd2\x74\xbe\xf6\x21\x40\xcb\xbc\x67\xa1\x08\xa5\xb8\x82\xde\x68\x2a\x4e\x3d\xc6\x10\x1a\x6f\x7f\xc5\xec\x6d\x54\x22\xfa\x16\x74\x90\xbe\x01\xc3\xf5\xb0\xc3\x12\x26\x55\x4d\x13\x12\xb9\x3a\xdf\x28\x37\xab\xfa\x71\x2d\xbb\x2e\xa9\x9d\xb0\xfd\x9a\x8e\x28\x42\x5d\xea\x04\x27\xfc\x81\xdd\x91\x89\x47\x57\x21\xde\xbd\x7e\x05\xc6\xb7\x11\xdc\xa2\x69\x7a\x10\xb4\x01\xe1\xfc\x3d\xcb\x2e\xdb\x45\x66\x50\x9b\x62\x2a\x54\xc8\x09\xef\x4c\x0f\x6b\x7c\x33\x34\x1d\xaf\x84\x79\x10\x68\x67\x22\xe7\x18\x8f\x49\xba\xde\xd7\x34\x10\xbc\x63\xc7\x2f\x2c\x33\x0a\x44\xc0\x3c\x07\x8c\x7d\x37\x4c\xfb\xae\x7d\xc2\xd8\xf7\xb5\xe9\xfc\x3e\xe9\x9f\x65\xac\xbe\xff\x7c\x81\x43\xba\x36\x9d\xbb\xa3\xee\x45\x7a\xaa\xe5\xdb\x34\x42\xce\x4e\x27\xf0\x29\x79\xb1\xb2\xfd\x44\x80\xe5\xed\x55\xf9\xad\xc9\xf6\xd7\xe3\xee\x05\xfa\xbc\xaa\xa6\x7d\xb3\x9d\x9c\xe1\x97\xaa\xe9\xb4\x8e\xea\x08\x0a\x52\xf5\xed\x61\xec\x07\x9c\x11\x3f\x66\x77\x63\x16\x6a\xa6\xf3\xf5\xa4\x0b\x17\x35\xb0\x64\xd1\x89\x45\x7b\xf0\x1d\x8d\x0d\xce\xd3\x6e\x74\x96\xb5\xf4\xdc\xc1\x5c\x63\x85\xa6\x59\xbb\xea\x8a\xe9\x5c\xfb\x56\xc7\xbb\xcc\x64\x88\x97\x3d\x06\xa2\x66\xd6\xbe\x1d\x44\x67\x88\x7c\x50\x1b\xac\x67\xb1\xe0\xa0\x5f\xe1\x97\x5f\xd9\x5f\x77\xa3\x0a\x22\x9b\x72\xb5\x60\x37\x4d\x51\x77\x7f\x15\x62\x5b\x03\x20\xb9\xfd\x4a\x50\xcd\xc6\xd5\x09\x1c\xbe\xcd\x36\xef\xc2\xc4\x61\x0c\xe7\x56\x0a\x74\x10\xe3\xe6\xcd\xdc\xbd\xb4\xbc\x4c\xf5\x33\x0c\xd4\x3f\x04\x52\xe9\x01\x7b\xab\xc0\x15\x53\x98\xcb\xd2\x04\x63\x4d\xef\xf0\x92\x6e\xa8\x31\xfd\x3c\xa8\x27\xb6\xcd\xac\x1c\x20\xea\x94\xe0\x0c\x84\x6d\x06\x3d\xe6\xb4\x74\x20\x76\xc8\xca\x4e\xa8\x4c\x8e\x50\x48\x2a\xe1\xa1\x77\x76\x62\x72\xcf\x92\x82\xd0\xca\x25\x07\x17\x1e\x65\xf2\x87\x57\xb8\xd6\xd2\x28\x7e\x67\xaf\x8d\x86\xc3\x21\x8b\x7d\xef\xc3\x82\xb8\x6e\xbf\xd8\x98\x58\xd0\xa6\x72\x25\xdd\x58\xc6\xd6\x0c\xf8\x06\x70\x00\xc7\xec\x7c\x01\xe9\xf0\xa5\x91\xd8\x23\xcc\x21\xc4\x4e\x62\x16\xf1\x4a\x87\x9e\x3d\x00\x77\xbd\xbd\x0f\x62\xe2\x1e\x42\x2a\x95\xcf\xf1\xc8\x61\x80\xdb\x3c\x70\xb3\x6b\xd8\x6f\x6e\x8f\xa6\x15\xb6\x43\x3a\xe8\xd5\xaf\x9b\xf6\xb7\x83\x22\xba\xd7\xad\x29\xf3\x68\x76\x62\xd0\x77\x3a\xb6\x87\xe7\x09\x62\x0b\xaf\xfa\x79\x28\x95\x2e\xb3\x31\xf7\x70\x0e\x60\xd0\x6e\xb4\x2f\xda\xef\xcc\xeb\x83\x08\x23\x83\x0e\x23\x10\x1b\x30\x3b\xf4\x04\xac\x8f\xc3\xb3\x1e\x06\xee\xc8\x4e\x89\x6d\x28\x69\xb7\x60\xde\x1f\x40\x19\x7d\xc4\x24\x1e\x41\xc9\x62\x27\xae\x7a\xa8\xab\xc0\x1b\x8c\xe3\xe3\x6f\xca\x25\x8b\xcb\x5d\x4e\x62\xb5\x11\x15\x8d\xce\x5e\x76\x88\xc7\x4f\xdf\x46\x25\x1e\xb2\xc5\x6e\x47\xaf\xb1\x1d\xe7\xa2\x14\x9e\x67\x54\xd0\x3f\x44\x1e\x86\x8e\x72\xfb\xee\xb0\xc8\xd3\x46\x55\x4d\x87\xb2\xec\xe0\x0a\x0f\xf4\x75\x9f\x41\x28\xfd\x1e\xe0\xce\x59\x1f\x1d\x82\xa5\x9b\xdd\xac\xd1\xdf\xe7\xc9\x21\x6d\x1e\x83\xea\x94\xd8\x5d\xaf\x94\x63\x5c\x1e\x55\xb8\x74\x65\x7f\x69\x6f\x5f\x64\x92\x75\x29\x62\x82\x7b\xd5\xb4\xbf\xf6\x0e\x2b\x99\xd3\xd7\x9f\x5e\x60\x9d\x5b\xd3\xfe\x72\x70\x28\x9c\x38\x2a\xb6\xcf\xb2\x3a\x07\x22\xa3\xbf\x81\x5d\xe1\xe8\x2e\xdd\x3a\x1a\xfb\x3d\x1b\x65\x1d\x2a\x65\x4f\xda\x16\x2a\xb0\x70\x04\xa7\x5f\x11\x33\x8c\x8c\x4a\xa0\x8a\x15\xe9\x4b\x1b\x0f\x6a\x5f\x04\xdb\x78\x81\x0f\xb8\xdf\x47\x53\x5b\x2c\x3f\x29\x9e\xb3\x55\xca\xca\xd4\xcd\xb3\x31\x65\xca\x75\xd4\x48\x3a\x93\xb3\xd9\xe1\x37\xc4\xe1\x37\xc4\xe1\xd7\x4c\xfb\xeb\xb0\x23\x8c\x6b\xf7\xa8\x96\xe1\xe2\xa8\x9e\x3d\x27\xd5\x0c\x13\x0f\x2c\x9c\x06\x4f\x2d\x4d\x2c\xce\x3d\x21\x55\x8a\x95\x0a\xfa\x6d\xd0\x21\x13\xa6\x6b\xc2\xf1\x3f\x1b\x03\x02\xf7\x8f\x04\x24\x4f\x4a\xec\xba\x0d\x4a\xaa\x11\xe4\x66\x07\xca\x67\x68\xdd\x46\x2d\x17\xf0\x5a\x2f\x79\xe2\x7e\x89\x24\xf2\xf2\x99\x09\x52\x43\x8c\x7a\x46\x83\xd6\x13\x44\x42\x33\x57\xc4\x7e\x97\xca\xf9\x95\x21\x25\xc5\xea\xd7\xde\x84\xcd\x2a\x64\x0f\x07\xac\xed\x5d\x20\xd6\x88\x80\x35\x22\x62\x8d\xfc\xa7\x61\x2d\x25\xcd\xd9\x41\xdc\x0b\x83\xb8\x17\x07\x71\x9f\xa7\xfc\x74\x10\xce\x7f\xdc\x20\x9a\xc2\x20\x28\xb4\x6c\x14\xdf\xb5\x53\xf1\x9f\x37\x0a\x0a\x21\x1d\x86\x27\x0d\x83\x7e\xfa\xaf\x19\xc7\xb5\x30\x8c\x6b\x71\x14\xe1\x7f\xc2\x28\x7c\xbf\xa2\xe3\x20\x0f\x90\xf1\xa1\x82\x6f\x1e\x4c\xbb\xda\x89\x70\x3f\x6a\x1f\x3a\x78\x89\x74\x07\x73\xc9\x5c\xec\x1e\x38\x3c\xbd\x03\xdd\x65\x4b\x07\xd9\xeb\x5d\xcb\x3c\x1f\x53\xae\x52\xff\x5a\xee\xae\x8e\x30\x69\x0d\x5e\x2f\xbf\x06\xf5\x5b\x51\xd0\x9d\x3b\xe0\x6e\xd9\x7e\xd3\x56\x94\x2a\x3a\xbb\x5f\x15\xda\x50\x0f\xb5\xa1\xfb\x15\xb4\xa1\x6b\xc8\xb1\x07\x6a\x0f\x95\x2d\xbe\x0d\xcb\x56\x9e\x8d\xf7\x5e\x3e\xb3\x94\x06\xec\xf0\x0a\x24\x52\xae\x3e\x42\x13\x18\x90\x97\xef\x88\xbb\x72\x3f\x48\xd6\x0f\xd7\xb4\xbf\x45\x63\xb4\x98\x4e\xd8\x6d\x82\xed\x63\xd0\x02\x21\x52\xbb\xfa\x15\x80\x1e\x63\xc6\x97\x5c\xcb\xf5\x95\x5b\xf6\xac\xac\xe9\xba\x1a\x03\xe1\x0b\xe4\x01\xff\x3e\xc5\xf1\x0f\x85\xf1\x6f\x77\xd2\x06\xcc\xae\x55\xec\x61\xd2\xcd\xce\xb1\xd4\x6d\xaa\xbd\xd3\x86\xd9\x59\xa9\xfa\x41\xf7\x73\xa1\x69\x0e\xad\x12\x95\x85\x87\xb5\x13\x0a\x2f\xbc\x38\x44\xc1\x2a\x6a\x9f\x67\xe7\xb3\x77\xc7\x36\xbf\x01\xdc\xbc\x78\x66\x42\x38\x0a\xe3\xb6\x6f\x1d\x4f\x2b\x2c\xd3\x25\x15\xd5\x46\xfb\x17\x3c\x8b\xef\xf0\x62\x9b\xca\x5c\x93\x0b\xb8\x4d\x86\xee\xb5\x0d\xb3\x54\x81\xe4\x56\x0e\x23\x22\x10\x9d\x4b\x7d\x29\x6a\x78\x59\xe9\xd9\x01\x57\x31\x53\xcc\x7b\x9c\xa4\xbf\xa7\x62\x52\x7f\xe8\x48\x99\x5d\x8b\xa0\x86\xee\x0b\xf3\x72\x78\x9c\xad\x83\x87\xe7\xa3\x0a\xa0\x97\x09\x0b\xfb\x98\xb7\xf6\xbe\x13\xe1\xd1\xc7\x6e\x1f\x3c\x50\x4e\x07\xdb\xf3\x0f\x32\x8a\xab\xfb\x65\xa9\xa5\x3d\x94\xc1\x0e\x31\x76\xcb\xab\x1c\x7b\x18\x58\xc9\x62\x2f\x87\x54\x9a\xb4\xc1\x9a\x66\xb3\xf3\x82\x8c\x32\x3a\xe7\x42\xd2\x4e\x19\xad\x5e\xb9\x26\xfa\x52\x58\x82\xd3\x63\xab\xbd\x8f\xf1\x9c\xdc\x5d\x14\x87\x97\x70\x62\x61\xe4\xa6\x81\xc5\x57\x53\x47\x76\xd0\xb0\x8b\x54\x7c\xdb\x3f\x93\x7c\x2a\xfd\x07\x68\xa2\xd3\x63\x07\x47\xfa\xec\x78\xc6\x38\x84\xd4\x29\xd7\x07\x01\xfd\x5b\x7b\x82\xbb\x8b\x80\xc1\xb4\xad\x22\xa4\x0e\xb0\x5b\x99\xfa\x05\x3e\x27\xaa\x41\x14\x0e\x2c\xd3\xad\xa0\xab\x6b\x84\xef\x58\xd8\xd3\x01\x52\xf0\xf5\x21\x9b\x78\xaf\x0f\x4c\xf0\xe9\x41\x0c\x54\x1d\x43\x4c\xf5\xb3\x35\x42\xe7\x2f\xbc\x80\x13\xcd\xe5\x73\xbc\xf0\x7b\x28\x52\xb7\x53\xb6\x0a\x5d\x9b\x75\x6b\xd7\xea\x80\x50\x68\x8f\xad\xf2\x11\x4c\xcd\xfd\xde\x0b\x18\x87\xef\x41\x58\xbe\x2f\x4b\x75\xed\xbe\x5d\x18\xf1\xba\x6d\x9b\xd5\x2d\x5b\xb9\x23\x50\xdb\x87\x97\x8c\x03\x1d\x43\xff\xed\x32\x24\xe8\x73\x98\x09\x87\x25\x43\x3c\x79\x86\x49\x44\xb7\x20\x28\x68\x5d\xab\x8c\xe3\x85\xe6\xbe\xb3\x14\xf0\x49\xa3\xda\xc6\x4b\xf6\x8e\xac\xc3\x12\x37\x93\x3e\x98\x07\x57\x87\xa8\x0e\xef\x41\x12\x77\xf3\xfb\x33\x64\x25\xaf\x97\xe0\xed\xc8\x7a\x79\xb1\xf3\x36\x59\x70\x3a\x25\x68\x93\x1d\x62\xe4\xfa\xfa\x4d\xc2\xf5\x00\x79\xcc\xf5\xc1\x79\xde\xa4\x0b\x2a\xbb\xbd\x6f\xa3\xd1\xb8\x6c\xcd\xda\x8c\x6b\x0b\x6d\xc6\x9e\xc5\x2f\x61\xc2\x44\x23\x65\xbc\x90\xd0\xb7\xd0\xcb\x76\x0d\x09\x3a\xec\xcf\xc7\xc8\x49\x19\x8d\x3c\x37\x91\x44\xbc\x26\xff\x09\x46\xc2\xa9\x95\x25\x58\xe2\xf6\x84\x1e\x4c\xaa\x03\x76\x69\xa7\x92\x37\xb8\x33\xb3\xf3\x7d\x66\x76\xae\x9a\x66\x1b\x26\xf6\xd8\x2a\x8d\x90\x5f\xf6\xc6\x9f\x31\xef\x83\x75\x93\xd9\xa3\x7d\xd8\x82\xdb\x56\x7f\xef\x73\xa1\x6e\x7e\x3b\x17\xec\xce\xb7\x2b\x58\x9c\xed\xaf\x23\xb4\x4c\x3e\x94\x8e\xd1\x06\x5c\xba\xa7\x2c\xce\xb7\x0e\x70\x0e\x97\xb2\xdd\x1e\xf7\x58\x56\x06\xfc\x7b\x8f\xf8\xdc\x97\xfb\xcf\x0f\xcf\xb7\xf1\x78\xbb\x67\xb3\xe3\xb0\x90\xd5\x34\xbe\x14\x54\x84\xd0\xce\xe4\x93\xee\xd4\x51\xec\x5a\x0f\x74\xd3\x4a\xb7\xaa\x07\xd3\xbe\xda\xc3\xf8\x37\xb8\xa0\xfd\xdb\xb0\x6f\x73\x7b\x25\xf4\xb5\x76\x99\x31\xec\x61\xd9\x12\x18\x36\xec\x72\x9c\x61\xc7\x78\x90\xd2\x85\xb5\x5a\xc6\x30\x57\xb4\x31\xd7\x87\x28\x17\xa6\x45\xe0\x48\x5b\xd9\x2a\xc4\x36\xe7\xa8\xed\x8b\x8c\xa1\x0e\x7d\x74\xdf\x74\xe1\x3a\x17\xfb\x6a\x8a\x67\x28\xee\x0b\x47\x15\xd3\xfe\x5a\x2a\x4a\xb9\x3c\x77\x8b\xe7\x78\xe0\xd4\x1a\x07\xc8\xef\x76\x03\xaa\x3e\x3b\xb8\xd1\x1f\x4e\x84\xbd\xa2\xbc\x8b\x5c\x77\x2f\xa8\x15\x2e\xe8\x2c\x61\x3a\xc0\xc3\x4a\x85\xa9\xa4\xc2\x7e\x5f\x66\x9e\x55\x96\x80\xbc\xb4\x4f\xf9\x83\x5d\xb4\x76\x8f\x84\x50\xf2\xe1\x98\x09\x05\x30\x4a\xaf\x8f\xd1\x49\x14\xfd\x4f\x10\x17\x3f\xde\x47\xa9\x77\x80\xde\x70\xeb\xf8\x04\x8d\x95\xbd\x22\x9d\xfe\xcb\xaf\x54\xf8\xad\x57\xfd\xf2\xe7\xc2\xb5\xf9\xe5\x9c\x92\x45\x95\x12\xda\x17\x4a\xe6\x75\x8c\xbc\x69\xec\x9f\x17\x9a\xe6\xa0\x82\xc3\x19\x24\xc2\xc6\xf3\x8c\x3c\xab\x11\x60\x76\xf7\xab\xf8\x18\x13\x07\x43\xe2\xfa\x4b\xaf\x84\xf7\x8f\x8c\x99\x8d\xa5\x77\x04\xd3\x18\x58\x3c\x69\x0b\x73\x5b\x70\x06\x69\x4f\xad\x80\x65\xbc\x95\x45\x8d\xda\xd8\x2a\xd8\x76\xf9\x3b\x7a\xa7\x47\x98\x79\xf9\x25\xbb\x6c\x35\xb1\xd9\x45\x90\x40\x64\xa5\x9e\xc3\x4d\xa4\x4e\xd9\x3e\x3a\xb1\x96\x30\x41\x7b\x56\xe4\xc4\x03\xb0\x07\x1c\x58\x68\x7d\x1e\x3e\x0b\xd6\x54\x18\xed\x76\x13\x85\x19\xba\x35\x6e\x3f\xdb\xdc\xa7\x76\x71\xb7\xeb\xa1\xc1\x16\xd6\x42\xdf\x1e\x8b\x35\x5f\xea\x68\xe5\xad\x9b\xb5\xf3\x13\x88\xc7\x37\x27\x58\xae\x12\x64\x9d\x61\x2d\x9c\xb4\x99\x69\xb6\x6e\x5e\xdc\xed\x21\xd4\x6d\xbc\x41\xc7\x9e\x8a\x50\xd3\x82\x0f\xa6\x7d\x57\xe6\x36\xe7\x0b\xb3\xf6\x65\x17\xb3\x45\x77\x6d\xcc\x3e\x34\xdd\xaf\x66\x03\x2e\xc6\xe8\x9a\x1e\x1d\x63\x3a\xf7\x09\x25\x8a\x6a\xc9\x1a\x05\xd0\xd2\x2e\xb4\x54\xb6\xfa\x23\xd1\xee\xee\xb3\x63\xa1\xfb\x77\x2c\x24\xcf\xa5\x44\x78\x80\x0e\xfc\xce\xb7\x0c\x50\x6d\x68\x4d\x10\x10\xdc\x83\x6b\x1f\xda\xcf\xcf\x4e\x66\xe2\xde\x7f\xae\x66\xc6\xf4\xe9\x35\xb7\xa5\xdb\xbf\xb7\xcb\x76\xa6\xb4\x9c\xc4\x36\x37\x91\xdb\x8f\x2c\xa3\x2f\x1e\x2a\xed\xa3\x6c\x5a\x78\x30\x6b\xe7\xed\x1e\x6c\x3a\xc4\xc7\x5b\x48\xc1\x5e\x3d\xb5\x7b\xcf\x82\x1f\x20\x18\xd4\xb0\x7c\xcd\xb4\x7f\xef\x8a\x4d\x74\xca\x36\xff\xe2\xb4\xba\x83\x5a\x7a\xb4\xff\xf7\xe1\x31\x92\x33\x64\x20\x7d\x79\x51\xd5\xa1\x1d\x8e\x77\x33\x7c\xff\x7e\x02\x29\xd9\xb1\x7e\x35\x73\xfc\x83\x5c\x8e\xec\xe9\x62\x3b\x61\x3b\xfb\x11\xc4\x41\x95\x7b\x98\xc2\x14\x24\x9f\xf4\xfe\x1f\xb3\x31\x3a\x40\xf9\x84\x8e\x1f\xa3\x5e\x1d\x88\x96\x60\x4c\xae\x8c\xa9\xbe\x9c\x82\x57\xa7\xea\x18\xbc\x43\xb3\x75\x21\xbc\xa2\xcc\x46\x7c\xd3\xad\xe6\xcb\x74\xaf\x66\x6a\x9d\x9b\x93\xcf\x98\x1a\xb4\x66\x62\x73\x10\xc8\x74\xb0\xa7\xd8\x88\x29\xf9\xf8\x83\x14\x23\x66\x6d\x77\xfb\x32\x73\x30\xdb\x5c\x83\x34\x1b\xfe\xa8\x8e\x85\x2e\x4c\x13\x82\x08\xcd\x46\x2b\x13\x2c\xc2\x51\x3d\x2f\x58\x1c\x0f\x3f\xbf\x4e\xb0\xc0\xcb\x36\x9d\xf2\x01\xc8\x86\x20\x02\x62\xda\x86\x06\xee\x88\x57\x14\x91\xbb\xd6\x04\xad\xdc\x25\xa6\x00\x94\x71\xe1\x9e\x58\xdb\x98\xf5\x0f\x63\x30\x5e\x6c\xfa\xfe\x16\xf6\x33\x10\x46\x4a\xde\xd9\x6b\xa4\x11\x1c\xd4\x81\x9d\xcc\x3a\xe6\x77\x61\x50\xe8\x46\x69\x1c\x08\xf5\x07\xd6\x09\x5e\x94\x33\x04\xcf\x1c\x85\x60\x3b\xa5\x59\xac\x0c\xac\x23\x48\x71\x51\xc1\xeb\xf0\x1a\xec\x7a\x1e\x80\xb1\x87\x7d\xd8\x07\x08\x75\xe8\xe3\x6d\x79\x30\xe3\x43\x07\xc4\xda\x63\x7b\x7b\x80\x29\xe6\x8b\xb3\x45\x48\xe1\xc2\x6c\x14\x2d\xb5\x7b\xfd\x41\xeb\x5e\x3f\x86\x73\xcf\xdf\xa7\x20\xcd\xfc\x6e\xbf\x4a\x9a\xb9\xd5\x49\x33\xb6\x6f\x85\x63\xe6\x9b\x98\x5c\x60\x0e\x06\x14\x42\xe8\x77\x38\x05\x3d\xaa\xd3\x1d\xb7\x0c\x1b\xc8\xab\x3d\xd6\x35\x9e\x98\xb2\xfe\x82\x77\x38\xee\x56\x92\x48\xa6\x83\xa6\x69\x97\x2b\xb0\x59\x39\xcc\xbb\x0b\x7a\x7a\xfb\x2c\xdd\xe3\xbf\xab\xf5\xf4\x1e\x3b\x6f\x8e\x22\x4f\xdc\x39\x2f\x5c\x98\x67\x90\xbe\xed\xc2\x4c\xaf\x2a\x99\x58\x98\xa0\x5f\x70\x1c\x4f\xcb\x99\x9d\xa0\x51\xec\x40\x5c\xfe\xb5\x87\x77\xf7\xb9\xc7\x21\xfe\xde\x0b\x1d\xd4\xd0\xe8\xde\x87\xe1\xc2\xb4\x0b\x9c\x8b\x80\xa5\xe3\x73\xb6\x6d\x1f\x62\x6c\x01\xbb\x2b\x88\xc1\x88\x01\xa6\x7d\x33\x8e\x31\x10\x60\x0f\xae\xb2\x30\xef\x4f\x28\xff\xb7\x3b\x16\x0b\x6c\xc4\xeb\x39\x4a\x27\x38\xc6\x10\x22\x25\xed\x6f\x3e\xd3\x59\x5f\xf0\xa2\x5c\xeb\x26\xbd\xfe\xc2\x31\xaf\x20\xf5\xf9\xb5\x53\xd8\xb6\x4d\x07\x38\xb4\x7d\x90\x76\xc6\x24\xd3\x17\xd0\xe6\x1b\x61\x17\xda\x4b\x98\x9a\x4d\xc7\x9e\x04\x4e\xd6\x69\xd0\xa5\xc0\xcf\xfd\xb9\x8f\x5d\x39\x80\x51\xdb\x37\xfb\xd9\xa0\xaf\xa9\x54\x3f\xee\x59\x99\xa3\x77\xda\xb6\xb8\x95\xca\xfe\xda\xc7\x4b\xb4\xae\x7b\x30\xd6\x2f\x5f\x0b\x0f\x66\x03\xd1\xd3\xc7\xa6\xea\x9d\x63\xd8\x2f\xaf\x32\xc4\x85\x98\xb9\x61\x9e\x0d\xa6\x67\x89\xe2\xec\x0b\x38\xdb\xed\xbb\x61\x11\x65\xbd\xb0\x5f\xa3\xdb\xec\xef\x00\x2d\xca\xb7\x43\x29\x66\x72\x54\xe5\x83\x33\x3b\xc2\xf8\x5f\x1a\x99\xa9\xe0\x78\x88\xd3\xd4\xc5\xa9\x87\x14\x6f\x76\x73\x8a\xfc\xf4\xe2\xe5\x16\xc2\x1b\x80\x76\xa3\xdb\x99\x57\x85\x5b\xb3\x8a\x19\x8d\x6d\x6f\xff\x5c\x33\xd0\x93\x90\x09\x9f\xf7\xa6\xd9\xe8\xef\x63\xb4\x7f\xb3\xd0\x34\xab\x2d\xf8\x3e\xc2\x50\x19\xb9\xeb\xa3\xa1\x83\xc9\x24\xca\x98\xac\xad\x3d\x06\xf6\x5f\x12\x8c\x25\xd3\x3d\x95\x8d\xad\x9d\x33\xf6\x4d\xba\xd9\x12\xaa\x8f\xbf\x71\xb3\x5a\x15\xca\x98\x76\x8c\x3b\xfe\xeb\xe6\x47\xd0\x36\x02\x87\x6e\xe4\xf6\xe3\x68\xbf\xca\x5d\x88\x5d\xc7\x2d\x95\xb2\xa9\x72\xcd\x8b\x0e\x5c\xc2\xc0\xe7\x4a\x5e\x7a\xbb\x78\x7f\xe8\x53\xd6\x81\xfd\x25\xa6\xf4\x16\x6e\xa2\x2e\x52\xb6\x19\x39\x63\xeb\x88\x9d\xf8\xff\x0a\xae\xb6\x71\x1b\xb2\xb5\x7e\xfd\xcf\x56\x01\x3c\xcb\x3c\xa9\x7c\xc1\xb9\x0a\x14\x94\xa0\x22\x62\x98\x1f\x71\x11\x47\x4c\xbe\x8f\xf7\x30\x67\x01\xa4\x4d\xbd\x06\x46\x74\xe3\x5b\xf2\xed\x02\x87\xa1\xcd\x62\x7a\xef\x0a\x0d\xb3\x8a\xa3\xb4\x13\xe4\x87\xcb\xb5\x7d\x90\x31\x4f\xdb\x39\xbe\x94\x9a\x2e\xf6\x33\xf0\xe0\x1f\x68\x48\xf7\x47\x50\x32\x1d\x9e\x63\x6c\x52\xc9\xda\x0d\xf9\x3d\xcf\x75\x76\x27\x1b\xb8\xd8\xcb\x2f\xe8\x1d\xa7\x4d\x8e\xce\xc1\x8e\x6e\x0f\x2f\x53\xa2\xb9\x17\x07\x6b\xde\x96\x4b\x90\x18\xf6\xe2\xa8\x44\x51\x5d\xa3\x3b\x95\x1d\xdc\x40\x60\xd2\xbd\x83\x11\x1f\x2c\xf8\x31\xb6\xca\x09\xac\x2b\x96\x0d\xe3\x24\x71\xa4\xc8\x8a\x9a\xb9\xeb\x94\xad\x23\xca\x45\xa7\xce\x01\x8b\x39\x7b\x0e\x85\xc0\xd3\xbd\x63\x7e\xb5\x07\xdd\x9e\x23\x2b\xfd\xd5\xa4\xbf\x5e\xb0\x63\x94\x41\x7e\x4b\x8a\x4c\xb4\xbd\xa5\xb2\xf8\x81\x10\x3d\x33\x3e\x39\x4f\x8f\x03\xde\x0c\xf0\x62\x12\xf0\xcb\xfc\xbe\x3f\xac\x70\x6f\x84\x79\xfd\x82\xb9\x44\x1b\xc0\xdf\x13\xab\x7d\x91\xf5\x62\x34\x38\xe7\x9c\x19\xec\x2d\x4c\xb6\xbf\x85\xb3\x4e\x69\x0f\xec\xcc\x19\x81\xea\x23\x7d\xbc\x2c\x46\x75\x94\xb2\x6f\x4d\xfb\xa6\xcd\x36\x25\x56\x88\xb9\x28\xec\xaf\x52\xd5\xb4\xb4\xf4\x58\xc7\xd8\x07\xfb\x4a\x6a\xdc\x45\x5f\x85\xdd\xb2\x59\xba\x17\x3c\x32\x21\xf5\x4a\x00\xa2\xae\x29\x74\x43\x3d\x18\xf5\xa3\x00\x57\x78\x2b\xf4\x53\x80\xab\x1e\x93\x50\x2d\x9d\x3a\xa1\x0f\x1d\x4c\xf7\x86\x78\xf4\x06\x55\x4d\xef\xd2\xb7\xc3\x66\xf6\x7a\xd4\x14\x41\x0a\x9d\x12\x60\x08\x6f\x85\x47\xd0\x47\x6f\x4d\xfb\x4e\x2a\x2b\x00\x13\x06\x20\x8c\x50\x8d\x44\xa1\x9a\xfa\x51\x98\x11\x61\x48\x31\x4f\xa5\x6c\x0f\x2d\x36\x55\x0f\x66\xad\xb6\x0f\x67\xd2\xe8\x3a\xb5\xed\xa1\x83\x2b\x2e\xc4\x7c\xc5\x2d\x5c\x72\xb6\x89\x2b\xae\x62\x6a\x16\xdc\xe0\xdc\x84\xf5\xd6\x3f\xff\xf7\xae\xb7\x58\xbf\xde\xbc\x4a\x7e\xbd\xd1\xea\x08\x98\x8e\x1d\x83\xa7\xd8\x75\x92\x31\x8b\xa4\x92\x3e\x84\x02\xba\x00\x77\x70\x44\xc0\x9e\x22\x27\x7e\x81\x1f\x51\xae\xfe\x01\xdc\x0e\x83\x87\xbc\x85\xf6\x48\xb6\x88\xe8\xdc\xa0\xf0\xc5\x4e\x3f\x61\x72\x19\x2a\x93\x71\x46\x20\x7f\x90\x1a\x93\xba\x21\xb5\xfc\xc0\x57\x9e\x04\xe9\x9a\x23\x56\x1e\x8d\x58\x24\xab\x98\xf5\xac\xcd\x13\x99\xdb\x81\x25\xff\xc8\x4a\x37\x38\x69\x0a\xe3\xcc\xde\xdd\x73\x0a\xa4\xf8\x47\xca\x17\xbe\x66\xef\x6a\x7c\x89\x50\x42\xc5\x05\xa0\x7c\xca\x06\xa2\x7a\xa7\xea\x55\xf6\x94\xd5\x10\xa7\x37\xeb\xe1\x7c\xd8\xea\xda\x59\xbf\xb3\xd1\x67\x75\x32\x4c\x66\xef\x54\xf8\x92\xe6\x56\x04\x2f\xcd\xf3\x2e\xbf\x46\xc1\x3e\x96\x4b\x65\xc3\xce\x10\x5a\xe5\xeb\x5d\xe8\xb8\x0a\xc9\xaa\x09\x52\xd3\x50\x56\x3b\xfb\x9e\x0d\x2b\x83\xa3\x1a\x74\x36\x54\x55\x39\x89\xb2\xb2\xae\xa9\x3a\x94\x61\xef\x05\xc3\x14\x6e\x21\xd0\x30\x7b\x9d\x41\x15\xfb\x9e\x81\x12\xf1\x96\x95\xcd\xbe\xeb\x27\xfc\xc1\xac\x39\x65\xb8\x6f\x09\x79\xe4\xf4\xfc\xff\x61\x1e\x99\x21\x44\x85\x24\x89\xe3\xa8\x16\x7b\x86\x3b\x71\x16\x44\xf6\x37\x9f\x1d\xa8\x96\x50\x46\x43\x2a\xc6\x20\xd1\x90\x0a\xb8\xd8\x91\xac\xa3\xd9\x77\x91\x30\xd4\xac\x53\x2c\xa1\x22\xfc\xec\x49\x2c\x99\xf5\x45\xcd\x41\xb2\xef\xaa\xa5\xa8\x5a\x2e\xd9\x42\x54\x95\x53\xa1\x49\xda\x48\x24\x4c\x89\x53\x22\xf6\x6a\xc4\xaf\x5a\xb1\xf7\xc5\x95\xaf\x62\x77\x59\x27\x44\x60\xcb\x34\x2e\x7d\xc9\xc0\x88\xd8\xcf\x46\xad\x62\x3a\x2a\xb6\x22\x8e\x22\xeb\x84\x8a\xc8\xb2\xaf\xaa\x56\xe6\x3f\x2d\xda\x03\xe6\xef\x62\xaa\xd5\xa5\x9a\xc1\xec\xab\x6a\x91\x69\xf6\x0f\x09\xc5\xaa\x5d\x49\xb5\x37\x66\xdb\x85\xaa\xa5\x5c\x3f\x1e\xcc\xda\xf5\xff\x0c\x27\x54\xb1\x22\xd5\x16\x97\xbd\x13\x69\x43\x4d\x8d\x19\xc5\x64\xb5\x54\x5b\xb2\xea\x49\x55\x4e\x25\xbb\x89\x8b\x51\xb5\x7f\xaa\x20\xaa\x39\x9c\x6a\x9d\xa8\x65\x5a\xdd\xc8\x55\xeb\x54\xf5\xa4\x5a\xe3\xd9\xbb\xac\x9c\xc8\x21\xd4\x82\x90\xf8\x56\xcd\xe3\x55\xe3\x53\xad\x50\xd5\xa6\xa4\x1a\xcf\x7c\x39\x58\xb5\xce\x55\xf2\x8d\x4a\x94\x53\x63\x52\xcd\x76\xc5\xb2\xe2\xfb\x45\x92\xbe\x46\x1b\x99\xbf\x25\xa9\x36\xc1\x45\xcc\x32\x2b\xa9\x15\x7a\x17\x89\x11\x92\xf4\xa1\xff\x21\x09\x88\x52\x63\x92\x0e\x24\x62\x49\x7c\x56\xf1\x4b\xd5\x6a\xc7\x3a\x0f\x66\xcd\xfc\x9f\x61\x89\x12\x89\xe8\x95\x54\x1d\x2d\x8a\xcf\x9a\xcd\x2a\x63\x90\x92\x06\xa4\x22\x42\xa9\x7d\x69\xce\xb3\xd9\x9a\xff\xa4\x5a\xeb\x6a\x69\x51\xc5\x01\x54\x10\x35\x82\x8d\x9a\x29\x49\x28\x90\x10\x98\xad\x20\xb5\x64\x25\x76\x52\x25\x7a\xa8\xc4\x87\x0c\xb3\xaa\xd5\x9b\xbd\x13\x61\xab\x36\x0d\xd5\x3b\x15\x17\x98\xcf\xfa\xa5\x05\x2b\x61\x4d\x25\x04\xa9\xa0\x8a\x98\xd1\x1a\x52\xe6\x73\x6e\x11\x84\x7a\x8f\xd1\x98\x3e\xf4\x92\xed\xfc\x51\xab\x30\xaf\x62\x32\x6a\xd5\x43\xa5\x90\x49\xab\x24\x6b\x5c\xc5\x8c\x33\xa0\x7a\xc2\x93\x96\x91\xc4\x2d\xf5\xec\x76\x00\x17\x33\xd1\x1f\xa5\x1c\x34\x09\x4d\x47\x70\xe9\x32\x0c\xc5\xc6\x5e\x3d\x98\xb5\xda\xff\x0c\xeb\xd4\xf1\x44\x2d\xe3\x94\xb0\xaf\x9f\x24\xe9\x87\x7e\x55\x49\x6a\xdd\x72\x46\xce\x8c\xc8\x54\xb2\x87\x9a\x4f\xea\xb8\xbd\x5a\x12\x93\x46\xa5\x5a\x11\x2a\x71\x39\x7b\x92\xba\x9e\xf5\x4c\x03\x55\x35\x1c\x0d\xe3\xd6\x18\x17\x54\xeb\x58\xf5\x94\xc1\x57\xf1\x32\x15\xaf\x54\x29\x66\x2a\xc5\x75\x91\xc9\x41\x25\xda\xce\x37\x73\xaa\xb8\xb9\xaa\x9c\x4a\xb4\x5d\x24\xf1\x49\xc8\x9b\x2f\x07\x4b\x45\xe7\x0b\xd4\xaa\xde\x69\x36\x4f\x95\xc6\xac\x36\x71\xaa\xa6\x62\x91\x1e\xa3\x22\x23\x8d\x45\x7e\x91\xca\xa5\xde\xd5\x18\x52\x1e\xcc\x5a\xe5\x7f\x86\x4d\xaa\xd6\xb9\x6a\x4d\xa8\x26\x4c\x2d\xb9\xa8\x2d\xd9\x1a\x13\x8a\xca\xd6\x96\x59\x48\x74\x26\xcd\xc5\x5a\xa9\xda\xf3\xa4\xa2\x2a\x0d\x2d\xe9\x14\x6c\x15\xbe\xd4\xf6\x6f\x0d\xaf\xd3\xc8\xd3\xd2\x82\x94\xb6\x05\x15\x67\x99\x6f\xae\xca\xde\x89\x48\x5b\xe4\x1c\x53\x1b\x34\x74\xcf\xd2\x2c\xaa\x77\x1e\xad\x5c\xa7\x9b\x56\xd5\xee\xb3\x48\x25\x9f\x6f\xea\x51\xd1\x9f\x5a\x08\x55\xb7\xa3\x32\x00\xab\xa4\x64\xb5\x3a\x2b\xe1\x48\xfa\xa1\xda\xb1\x54\x86\x18\x8d\x7a\x33\xdf\x66\x32\xdf\x03\x26\xd1\x56\xd6\x52\x86\xc7\xec\x9d\x34\x69\x92\xdc\xc3\xfa\xf5\x60\xd6\xce\xfe\x67\x38\xa5\x66\x77\x55\x59\x9e\xa4\xa2\xaa\x79\x95\x24\xa9\xff\x2b\x3f\x24\xca\x92\xbe\x64\xa4\x22\x29\x1a\xfa\xda\xaa\xe5\xa2\x12\x9c\x34\x72\xa2\x5a\x40\xc8\x08\x5b\x6a\x4b\xcd\x69\x54\xb2\x8e\xda\xce\xa5\xb7\xa1\xa8\x6c\x75\x8b\x18\xbf\x9a\x69\xa8\x7a\xa3\x62\x1a\x1a\x24\xaa\x39\x95\xca\xd6\xa0\x42\xb2\xda\xa5\x23\x4d\x9e\xca\x1e\xa3\xd7\x50\xa5\x5d\x71\xbe\x17\x5a\xbd\xe9\x8a\xcf\x13\x0b\x4e\xb4\xdc\x9a\xf6\x61\x0e\xb2\x3e\x00\x42\xc4\x82\x34\x0e\xfd\x96\x39\xdf\xd7\xa3\x91\x19\x55\xe3\xd0\xf0\x42\xad\xf9\x43\x3f\x0a\x55\x97\xd4\xf2\xd3\xff\xa0\x99\x53\x3b\xc5\x9a\x15\x9a\x4d\x90\x5e\x9b\xd6\xda\xb1\xa5\xe0\x0e\x9d\x78\xa3\x0d\x0e\x52\x69\xb5\xfa\x50\x25\x9d\xa0\xaa\xb7\xda\xa8\x74\x3c\xcd\xc6\x22\x02\xd4\x1b\x8a\x35\xfc\x57\xbf\x33\x48\x1b\xbd\x88\x13\x8d\xe9\x4b\x1b\x45\xa3\x1a\x80\x36\x28\x4a\xb3\x7e\x33\x18\xd2\x1c\x6a\x6b\x6a\x8d\x94\x12\xe7\xf1\x6c\xb8\xee\xe6\x16\x8e\x4c\xbf\x06\x2d\x2b\x1b\xdc\xb5\x4c\x42\xad\x45\x68\xd1\x2e\x99\x95\xb4\x3b\xa3\x34\x58\x75\x0b\xf3\x2d\x2a\xf3\xdd\xf4\x1a\xfa\xd2\xae\x38\x8d\x78\xa1\x1b\xf0\x32\x7e\xce\x4c\xd2\x50\xab\x38\xf3\x77\x00\x75\x9f\xf3\x46\x95\xff\xa9\x30\x24\xb5\x1a\xad\xb2\x04\xe8\xb5\x82\xa5\x74\xc5\xc5\xde\x7b\xed\x4a\x57\x53\xf2\x7c\x0f\x80\x6a\x2f\x57\x09\xef\x7a\x06\x2a\xfd\x58\x1c\xbb\x24\x09\xcd\x1a\xf9\x41\xe5\x8f\x56\xcb\xab\x8b\x8d\x56\xaa\x5d\x51\xea\x83\x4a\x70\x5d\x52\xdc\xd3\x72\x53\xdd\x12\x95\xe0\x4a\xa0\x34\x22\xb8\x9a\xec\xb2\xc2\xda\x0d\x4f\xdb\xcf\x45\x91\x09\xcb\x47\x99\x2d\xea\x5b\x56\x67\xa9\x2d\x40\x47\x3a\x6a\x6b\x8c\xde\x17\x24\x45\x3c\xeb\xf5\x19\x49\xcc\x91\xa0\x49\x00\x96\x74\xf1\xeb\x1d\x1d\x7b\x16\x5c\x01\x7d\x0b\x79\x44\xb4\x22\x89\x9e\x69\xcc\xee\x86\x0f\x66\xad\xfa\x3f\xc3\x77\xf5\x7a\x85\x56\x09\xd2\xc9\xa9\x1a\xe1\x4b\xc2\xb6\x7a\xe7\x53\xed\x9b\x12\x34\x89\xa1\x48\xbd\xd4\xc8\x6d\x7a\xd3\x97\xde\xf0\x20\xfd\x90\xc8\x57\x92\x7a\xf4\xa4\xa8\x67\x64\xb2\xf4\xa7\x76\x3d\xe9\xa9\x52\x1a\xa3\x6a\x93\x91\x20\xce\xf7\xa2\x2f\xef\x73\x56\x0b\x36\xaa\x5d\x4c\xc7\x4d\x54\xac\x4a\xb3\x07\xa8\xb9\x9e\xee\x79\x39\x7d\x41\xd7\xad\x65\x62\x28\xd5\xbb\xa1\x5a\x18\xd0\xc8\xd3\xda\xf5\xa3\x95\x2f\xf4\x9a\x80\x66\x1f\x5f\xb4\xab\x2c\x13\x37\xaa\xf1\x7d\x4a\xf4\xbf\x8c\x1f\x44\x65\xc0\x55\x9b\xd6\xb4\xd6\x8b\x5b\x96\xd0\xa2\xfe\x5f\xcc\x7d\x07\x7a\xee\xdb\x9d\xe5\xbe\x3a\xfd\x5c\x25\x33\x2d\x63\x0b\x52\x23\x7c\x51\x4c\x89\x8a\xfd\x2e\x92\xc7\xb5\x3b\xad\x7a\xb5\x48\x0c\x50\xbb\x18\x96\x88\xc9\x91\x96\x85\xb6\x13\x1a\xb9\x5a\xb7\x8b\xa9\xa2\x41\x35\xab\x5a\xc7\x92\xd4\xac\x41\x1b\xec\xa1\x61\x7e\x6a\xee\x39\x3f\xf4\x54\x2b\xcf\x6a\xb6\xc6\xc5\xac\x4d\xbb\x58\xa5\x1f\x6a\x96\xa3\x31\xf7\x88\x20\xa5\xdd\x54\x2d\x3a\x6b\xb8\xa8\xda\xe1\x35\x5f\xc3\xd6\x62\x7d\xc9\xad\x7b\x91\x5d\x5e\x33\x93\xea\x95\xa8\xb5\x15\xa9\x82\xfa\xe6\x5b\xef\xf5\xd6\xeb\x0c\xd6\xff\x83\x3e\xb3\xd5\xf8\xeb\x72\x8a\xb4\x5e\x3e\x54\x4b\x43\x1a\x9a\x14\x41\xea\x85\x39\x6d\x60\x96\x56\x8e\xd1\x38\x4f\xd4\xea\xe3\x7c\xcf\xae\xea\xab\xc6\x31\xa1\xf6\x74\x49\x7d\xc9\x02\x25\x34\xae\x35\x35\x0c\x6d\x33\x19\xbc\x15\x77\x17\xd5\x9a\xd1\x32\x31\x95\x9f\x65\x91\x41\x6e\x11\xe3\x99\x7f\x64\x49\xb3\x1f\xa8\xd6\xf7\xc2\xc8\xd8\x45\x0a\x94\x46\x4a\x58\x74\xd2\x6a\x49\xf3\x93\x44\xbc\xd2\x9e\x9e\x81\xd2\xa8\x81\x6a\xc4\x49\xb4\xa0\x1a\x85\xce\xd2\xad\xf5\xb5\x2c\x67\x8e\x57\xa1\x56\xcd\xdf\x35\x53\x96\x9b\xbc\xff\x72\x9b\xc1\x6a\x5c\x55\xc4\xaa\xa4\x99\x6b\x97\xad\x96\xcf\xe9\x44\x28\x89\xcf\xa8\x69\x5e\xcd\x66\xd4\x72\x6b\x36\xb5\x12\xc1\x49\xb6\x23\xbd\x52\x29\x45\x32\x6b\xa4\x2a\x0d\x97\x92\xd0\xa3\xe1\xb4\x7a\x41\x44\x5a\x6e\x12\x28\x7d\xdc\xf6\x12\x0c\x40\xdf\xba\xde\x6d\xb2\x9c\x37\x49\xc3\x68\xf5\xa7\x75\x16\xbb\xec\x97\x89\x98\x10\x09\x40\xef\xa1\xd2\x47\x4e\x6b\xc4\x4d\xa9\x82\x56\x51\x5f\xae\x94\x34\x7b\x7a\x8d\x66\x99\x6e\xad\x1a\x14\xa0\x9d\x2d\x95\x0c\xa0\x5e\x61\xf3\xe3\x72\x35\x36\x89\x45\x5b\xa9\x5a\x46\xd7\xf8\x2f\x34\x3e\x1c\xad\xbb\xfa\x7f\x8a\x21\x4b\x24\xa4\xa1\x1a\x55\xb4\x92\x84\x6b\x89\x19\x6a\x80\x68\x37\x5a\xad\x6b\x44\xef\x04\x57\xd9\x1f\x34\xc6\x0c\x6d\x64\xac\xce\x30\x25\x0d\x4c\xed\x27\x93\xc6\x25\x75\x4c\xbf\x3a\xf5\x99\x59\x24\x00\xfa\x62\x2a\xb1\x63\xa9\x75\xab\x1b\xb4\x8e\x6b\x2e\xd2\x5a\x55\x4b\x5b\xcb\xbb\xb4\x1f\xd4\x1c\x58\xfd\x56\x42\xa4\xc4\xa4\xf5\x5f\x24\x92\xd4\x6f\xd6\x4b\x42\x93\xfc\x4e\xd2\x0f\x95\x4a\xa0\x15\x6c\x54\x3e\xe9\xf9\xa7\xbb\xe6\xc7\x0d\xab\x2d\x05\x12\x11\x66\xd1\x06\x5a\xa3\xb2\xc6\xd4\xab\xd5\xb5\x16\x9e\xaf\xd1\x3b\xf3\xb4\xab\x51\xe5\x3e\xfa\x2f\x3f\xcc\xb0\x1a\x1f\xd6\x04\x29\xa8\xb6\xab\xec\x9d\xc3\x53\x93\xe9\x36\x76\xf5\x0a\x56\x4f\xa6\x56\x86\x96\xd8\x90\xca\x2e\xb4\xc8\x21\x26\x2d\x3f\x89\xdd\xcd\xcf\xa6\xa4\x5a\x06\x6a\xc9\x40\x2b\xa2\xba\x62\x91\x85\xb4\xaa\x1f\x82\x4a\xf4\x58\xa4\xf9\xab\x64\xa4\xf9\x31\x72\xaa\x27\x15\xdf\x57\xc5\x65\xab\xd5\x74\xad\x3a\xba\x8c\x31\x7a\xb1\x91\x5a\xcb\x53\x16\xc6\xa9\xe8\xe8\x51\x65\x8f\x51\x3b\x21\xd4\x7b\x85\x7a\xa7\x52\x77\x4d\xdd\x82\x3e\x44\x60\x51\x66\x8b\x95\x2c\x25\x4b\x9c\xf3\xd6\xda\xfb\x16\x09\xc2\xaa\x98\x89\x07\xb3\xf6\xf8\x3f\xc3\x4d\xf5\xa2\xa3\x76\xa3\xd4\x8a\x2d\x3a\x41\x51\xeb\x1e\x5a\x74\x2e\x69\xe5\xe3\xbd\x4b\x78\x66\x54\xe4\xa6\xcf\x6d\xa1\x0e\xff\xd1\x73\x73\x1d\x91\x6b\x22\xc3\x54\x31\x62\x2a\xb6\xa9\x67\xc4\x7a\x33\xa2\x56\x2a\xd1\x98\x7d\xf4\x22\x8d\x3e\xe0\x5d\xcd\xce\x35\xfa\xb5\xd6\x23\xa9\x3f\x75\xa2\xd9\xac\x35\x3b\xb7\x36\xee\x78\x31\x13\xd2\xb4\xba\xc8\xd5\xa4\xce\x3c\xa6\x47\x9e\xc6\x74\xb3\xd0\xff\xbc\x8c\xf3\x44\x3d\x17\x9a\x81\x69\x19\xac\x26\x17\x9d\x6e\x25\x2e\x93\x77\x43\xbd\xd1\xcc\x33\x4a\xff\x97\xe7\x30\x58\x8d\x03\x6b\xe3\x07\x75\x42\xc5\xc2\xa3\x04\xfa\xb5\xa2\x8f\x78\xd2\xdb\xd1\x34\xfe\x68\xed\x14\x6b\xd9\xde\x32\x27\x4e\xb5\x91\x07\xea\xfc\x4c\x9a\xe8\x2c\xa9\xff\x92\x12\x9a\xf5\x5f\x12\x19\x16\x05\x5c\x89\xcf\x7a\xe4\xe8\xa3\xd1\x24\xe1\xe8\x35\x75\x96\xe1\x78\xfa\x90\x3d\x0d\x6b\xd6\x1b\x45\xf5\x4a\x89\x84\x4d\xfd\x97\xa5\xce\x39\x2c\xa1\xfd\xab\x05\xc5\x25\x33\x26\x69\x22\xa4\x25\x4f\x83\x66\xff\x93\x66\x62\xb1\xfd\x67\x7e\xe8\x9e\x2a\xee\x58\xaf\x40\x89\x43\x96\x4c\x02\x2a\xd0\xfa\xc1\xeb\xa3\x21\x75\x73\xa3\x15\x9e\x66\x19\xce\x9a\x18\xf4\x76\x05\x19\xf4\x61\xe5\x3f\x99\x41\x6b\xf7\x4a\xcd\xa2\x9c\x9f\x1a\x52\x92\x35\x25\x26\xa4\x21\x8e\x95\x15\x53\xad\xa4\x2a\x11\xbe\xb4\x5c\x97\x88\x62\xd2\x92\x90\x5a\xb1\xd2\xf8\xad\x35\xac\x4b\x42\x8a\xa6\x33\x2a\xa9\x79\x51\xa2\x86\x45\xa9\xb8\xf4\x49\x7f\x94\x64\x3e\x74\xea\x78\x27\x68\xbf\x8e\x77\xdf\x14\x1e\x4c\xfb\xd9\x2e\x8d\xe1\xfe\x8c\x2e\xbb\x5a\xf0\x9e\xce\xa6\xc9\xde\x00\xbd\xb5\x2d\xca\x21\xf9\x2b\xbc\x60\xec\xc5\x32\x6d\xdf\x96\xdf\x35\xc5\x57\x78\x31\x45\x81\x98\x76\x64\x4b\xd0\x9a\x22\x30\xc8\x49\xdf\x84\x19\x75\xec\xab\x0a\x5e\x9b\xfa\x00\xb3\x7b\x64\x15\xee\xed\xd0\x1a\xdb\x85\x9a\xd9\xb3\xeb\x01\xdc\xec\x52\x2f\x53\xd2\x76\xbe\xd0\x61\x7e\xee\x7e\x49\x57\x69\xdb\x9a\x5d\xa6\x55\xd3\xec\x41\x8e\x7d\xbc\xc9\x16\xee\x52\x3b\xef\x43\xfa\x7c\x48\xf6\x7f\x0e\x97\x2b\xc1\x1d\x9d\xe7\x50\xfa\xe2\xb8\x09\xf3\xfa\xfd\x77\x06\x41\xbe\x70\xc9\x39\x38\xae\xc1\x48\x67\x80\x06\xdb\xe7\x4b\x40\xfd\xaa\x86\x3a\x01\x45\x24\xb1\x3b\x95\x42\xef\xcc\x9c\xc0\x54\x99\xb6\xd3\x3f\x82\xab\x7a\xcc\x78\x00\x3c\xc9\xb4\xdf\xed\xdf\x0e\xdc\xbf\x61\x9b\xde\xf0\xb2\x50\x33\x6d\x33\x9a\xc0\x85\x34\xd7\xf4\x1f\x3b\x9e\x00\xad\xe0\x05\x28\xd8\xe3\x87\xe7\xf2\x39\xde\xce\x91\xc0\xd5\xae\xd7\x70\x0b\x54\x95\x52\x15\xdc\x0f\x63\xdb\xfe\x59\x65\x5c\x29\x54\xcd\xaa\x19\xe1\xa5\x38\x78\x9f\x1d\x6c\xb8\x9c\x55\x9e\xdc\xe1\xed\x06\x0e\xdc\x6e\x00\x94\xe7\x88\x37\xf3\x3d\x98\xb5\xdf\xdb\x25\x27\xbb\x66\xab\x8d\xb7\x99\xe0\x55\x21\x35\xd3\xbc\x8d\x06\x55\xda\xc5\xdb\x30\xa9\xd2\x69\x21\x7f\x2b\xfc\x2d\x0e\x07\x51\x93\xc4\x7f\x3b\xfd\xe3\x6f\x3b\x3b\xc5\x20\x6c\x91\x3f\x7b\x61\x6b\xe0\x93\xb8\xe8\x8e\xbd\x30\x2e\x7a\x41\x8b\x8c\x77\x9e\xe3\xbf\x15\x34\x05\x7c\xef\xb1\xe8\xb6\xdc\x7e\x42\xa2\xb8\x38\xee\x44\x0b\xcb\xd2\xa7\x45\x85\x9a\x6e\xd0\x24\x7e\xd1\x86\x3f\x77\x61\x97\x04\x2b\xd5\x20\x2d\x27\x8a\xc2\x85\x5d\x61\x75\xbc\x18\x6b\x2d\x2c\x1e\x46\xa4\x68\x2e\xd5\xfd\xb4\xe4\x72\xfd\xa0\xc5\x6b\x41\x42\xa2\x26\xe9\x27\x61\x54\x77\x03\xb7\x4d\x96\xab\xf6\x38\xf0\xfc\xd6\xd9\xc0\xf7\xaf\xdc\xa4\xb3\x54\x8d\x96\x17\xf7\xdd\xa4\xd9\xb9\x21\x2f\x03\x12\x27\x4b\xd5\xe9\x91\xa8\x4d\xec\x30\x78\xf2\xda\x4b\x95\x8f\x49\x92\xf8\x64\xa9\xa2\x49\xe4\x06\xf1\x53\x18\xf5\x2a\x6e\xe2\x2e\xaa\xd1\x22\x4f\xee\xc0\x4f\x96\x24\xcb\xb4\x34\xb4\xe1\x25\x5e\x18\xb8\x0b\x67\x99\x04\xc3\x62\x6b\x89\xae\x74\x88\xdf\xa7\x24\xff\xe8\x05\xad\xa5\xcb\xd2\xc9\xba\xbf\xb9\x5c\xb6\x7c\x33\xec\x3d\x7a\x01\xb9\xbf\xb9\x5c\x48\x72\x59\x95\xb0\xeb\x91\xa5\x8b\x7b\xb1\xf9\x18\x87\xfe\x20\x21\x2b\x74\xcb\x8b\x97\xa7\xed\xac\xce\xfd\xcd\xe5\xad\xdb\x23\x8d\xc8\x6b\x7b\x0b\x97\x33\xaf\x16\x84\x51\xcf\xf5\xbd\x29\x39\x27\x6e\x8b\x44\x5f\xdc\xde\x42\xaa\x4a\xab\x0e\xfc\x85\x93\xcd\xcb\xf6\xdd\x28\x66\x4d\x2c\x8d\x3a\xa8\x73\x15\x85\x49\xd8\x0c\x97\x6e\x28\xee\x47\xc4\x5d\x9a\x5e\x92\xf0\x6c\xc9\x85\xc1\x6b\x0c\x5d\xdf\x6b\xb9\xc9\xe2\x79\x19\x24\x9e\xaf\x19\xea\xa3\x1b\x93\xa3\x83\x0f\xcf\x73\x57\xd9\xe3\xe0\xe9\x89\x44\xf3\x4a\x34\xc3\x20\x21\x41\xf2\x81\xf2\x9b\x10\x57\xdf\xaa\xc5\xa5\x02\xb1\xfb\x44\x3e\x2c\x6e\xd6\x23\x84\x1c\x1f\x1e\xcc\x2b\x12\x3e\x3e\x93\x66\xf2\xc1\x8d\x63\xaf\x3d\xb7\x4f\x7d\x37\xe9\x7c\x78\x8c\xc2\x51\x4c\x22\xef\x69\x32\xb7\x68\x14\x36\x49\x1c\x17\x59\x69\x75\xa1\x88\xb8\xcd\xe4\x43\x2b\xec\x15\x9b\xcf\xc2\xaf\x9d\x7e\x14\xb6\x06\x4d\x3a\xe4\x9d\x9e\x6e\x6d\x64\x75\xe7\xf4\x02\x0a\x09\xc0\x9f\xe3\xf1\x87\x68\x10\x24\x5e\x8f\x2c\xdf\x48\x56\x7f\x85\x3a\x0b\x3b\x25\x76\x45\x59\x2c\x6e\x76\x08\x7d\x8a\xa0\xfd\xf4\xd7\x52\x7d\xc8\xea\xce\xe9\xc7\xff\x79\x74\x1f\x89\x5f\x64\x9d\x48\x97\x8c\x1b\xc7\x24\x4a\xee\x3a\x5e\x5c\x0b\xbc\xc4\x03\x6e\xa3\x59\xa1\x1a\x08\x4d\xdf\x8d\x63\xdb\xf5\x7d\xbb\x43\x9a\xdd\xd5\xaa\x46\xc4\x4d\x88\x4d\x01\xbc\xa2\xde\xed\xa0\xaf\x23\x35\x4d\xbd\x36\x49\x80\x65\x25\x93\x3e\x69\x3c\xad\x54\xd5\x0b\x3a\x24\xf2\x92\xd5\xfa\xe9\xc5\x5f\xdc\xc4\x1b\x92\x1b\xf2\xe4\x93\x66\x62\x87\x41\x9c\x44\x83\xa6\x46\xea\xd0\x00\xe9\x87\x71\xec\x3d\xfa\x24\xad\x1d\x46\x37\x24\x19\x44\x1a\x62\xd0\x40\x89\x5f\x3f\x74\x5a\x25\xcc\xaa\x8c\xc8\x63\xdf\x6d\x76\x8b\x8f\x61\x98\xc4\x49\xe4\xf6\xe5\xd7\xbc\x76\x33\xec\xf5\xdd\xc4\x68\x93\xc4\x60\x92\x88\x41\xc6\xfd\x30\x4a\x34\xc5\x61\x4a\x8d\x27\xb7\x4b\x8c\xc0\xed\x91\xb8\xef\x36\x89\x81\xbc\x4a\x5d\xa3\x45\x9e\xbc\x80\x18\xfd\x28\xec\x93\x28\x99\xd0\x96\xa8\x14\xae\x2e\xdc\xf6\xc3\x47\xd7\x57\x7f\xeb\xb8\x71\x63\x14\x5c\x71\x38\x71\x27\x8c\x92\x8e\x1b\xb4\xd4\xa5\x7b\xfa\x1e\x2e\x83\x4c\x12\xf7\x8a\x6e\x14\xb9\x93\x4b\xaf\x4b\xee\x42\x93\x3e\xae\x34\x1b\x14\x40\xec\x7b\x4d\xd2\x7a\x6d\x6d\x68\xfe\xc1\x4b\x3a\xe7\xa1\xaf\x93\x95\xe6\x54\xf7\x12\x12\xb9\x8f\x3e\xef\xfc\xa5\xd7\xf3\x56\x23\x68\x0a\x64\x10\xc4\x83\x3e\xa5\x06\xd2\xaa\xc9\xf0\x56\x06\x15\x84\x01\x07\x71\xa3\x95\xe8\x93\x98\x6e\xfb\xf0\xef\x0e\x89\x8f\x34\x8d\x3c\xf9\x03\x12\x24\x03\x0f\x25\xfe\x0f\x71\x32\x01\xf6\x1a\x35\x8b\xb7\xf0\xd8\x21\x24\xd9\x49\x5e\x53\xb5\xd1\xa7\x2c\x3c\xbe\x4d\xdc\x84\xac\x0c\x81\x8c\x93\xc8\x6d\x26\x00\xe8\xca\x8d\x92\x78\x25\x08\x74\xe0\x14\x4a\xaa\x6a\xc4\xc5\x2e\x79\x74\x1f\x6f\x68\xa5\x95\xfb\xd2\x26\xc9\x57\x12\xb4\xc2\xe8\x96\x24\x89\x17\xb4\xdf\xdc\x97\x7e\x44\x9e\xbc\xf1\xea\x9d\x51\x82\x0a\x87\x5e\x8b\xdc\x07\xde\xdb\x51\x14\x25\xbe\xf7\x34\x79\x1d\x8e\xe0\xf1\x2e\x84\x7d\x0d\x64\xf6\x55\x01\x24\x54\xe7\xf7\xa6\x84\x2e\xd2\x2b\x37\x22\x41\xd2\x21\xf1\x2b\x3a\x02\x2f\x90\x74\x57\xae\xdb\x25\x93\xa7\x88\xb2\xb9\x45\x35\x93\x0e\xe9\x91\x14\x85\xbd\x10\x64\x57\x33\xf0\x7a\x2e\x7d\x5a\xae\x75\x68\xf7\x03\x95\xca\xbd\xc4\x13\x26\xa4\xc9\x51\x18\x67\x10\x53\xb4\xae\xd8\xb3\xa7\x30\x48\xe2\xe2\x19\x7c\x3c\xa3\xcf\xaf\xed\x54\xf6\x06\x34\x5a\xe8\x4f\xdd\xed\xaf\xd6\x9b\x66\xe8\x87\x51\x5c\xac\xe0\xd6\x78\xe5\xfa\x74\xf7\x7a\x6d\x8f\xd8\xb4\xd9\x61\xaf\xb7\x2c\xc6\x67\x81\x80\x60\xee\x06\xf7\x31\xa9\x34\xea\xaf\xab\xde\x26\xc9\x83\x17\xb4\xc2\xd1\xf2\xd5\xa1\xfb\x24\x39\x0b\x9b\x83\xf8\xab\x17\x7b\x8f\xf4\xc3\xe4\x8d\x88\x98\xd6\xa8\x1c\xfc\x7a\xb2\x63\x60\xda\xac\x5f\x80\xd1\x37\xc2\xea\x78\xad\x16\x09\x6c\x54\xf3\x96\x02\x28\xe3\xa8\x47\x7a\xa1\x37\x7d\x6b\x2f\xda\x24\xa9\x82\x24\xb4\xfc\x22\x92\xbb\x81\xb5\x97\xe5\xfd\x8a\x05\x3d\x88\x93\xb0\xe7\x4d\x61\x25\xc7\x45\x5b\xfa\xb9\xda\x0a\x22\x4f\x4f\xa4\x99\xae\xe8\x0a\xe9\x27\x1d\x1d\x84\x9e\xd7\x8c\xc2\x38\x7c\x4a\x8a\x7e\xe8\xb6\x3e\x00\x9c\x96\xc8\xec\x50\x6f\x7a\x55\xf3\x6c\x05\x3b\xf8\x73\x65\x36\x4b\xb9\xd2\x99\xdb\x5c\x38\xb1\x2a\x5e\x86\x32\x33\xe5\x65\xab\xae\x79\x0a\xc3\x77\x83\xf6\xc0\x6d\xaf\x40\x87\xb9\xa5\x5e\x09\x9b\x83\x1e\x09\x16\x4a\x44\xf9\xc5\x1e\xc7\xb0\x2f\x84\xd1\x12\x8d\xab\x86\xcd\x30\xfe\xea\x71\x87\x4d\xd7\x5f\xb2\xf9\xfc\x1a\x8c\x56\xed\x71\x06\x80\xea\x0d\xb7\xa4\xe7\x06\x89\xd7\xb4\x81\xf9\x2f\x07\x29\x6d\xf8\x8e\xfe\x5c\x71\x8d\x50\x1d\xc5\x0b\xda\x1c\x65\xb7\xf8\x73\xf9\x86\x91\xc2\xa0\xe5\x37\x72\x9e\x64\x0d\x30\xaa\x24\x20\x11\x9d\xbb\xb7\x88\x14\x19\x27\xbc\xf2\xdd\x26\xe9\x84\x7e\x8b\x44\xaf\xdd\x33\x47\x6e\x14\xc0\x3f\x6f\x97\x25\xbc\xe6\x12\x1c\x70\x86\x7d\x34\xc3\xa0\xe9\xe2\x32\xb8\x25\xaf\x60\x3f\xb9\xfa\x20\x70\x46\x61\xff\x2d\xa2\xe6\x32\xfd\x88\x49\xf2\x61\x48\x22\xca\x08\xb8\x04\xf0\x15\x7f\xae\xb6\x22\x41\x95\x5d\xb5\xb1\xa5\x98\x7d\x7e\xc2\x68\xc5\xe1\x72\x5d\x54\x55\x5d\xaa\x4d\xb9\x0a\xae\xbd\x3a\xc5\x6b\xeb\x86\x3c\xad\x58\x39\x5e\x38\x07\xad\xb0\x97\xeb\x24\x5d\x13\xa0\x6d\xbc\xaa\xea\x57\x2f\x4a\x06\xae\xff\x5a\x08\x5e\xcc\x00\x38\x3e\x59\x66\x57\x99\x85\xf0\xe4\x05\x2d\x56\xf9\x86\x34\x07\x51\xec\x0d\x17\x72\x9c\x59\x28\x31\x49\xae\xc2\x28\x71\x7d\x33\x49\x22\xef\x71\xb0\x58\x2a\x9f\x85\xd1\x07\x00\x54\xd8\x73\xbd\x20\x5e\x72\x40\x32\x88\x0b\x32\xb1\xc3\xd6\xaa\x7b\x9b\xdb\xef\x93\xa0\x75\x36\x08\xd0\x62\xbc\x52\x5d\x32\x4e\x48\xd0\xb2\xc3\x5e\x3f\x0c\x56\xee\xae\x97\x1a\x8f\x53\x00\x2b\xd3\xac\x19\x4f\x82\xe6\x6a\x55\xd0\xfa\xb6\x5a\x1d\x67\x48\x82\xa4\x1a\x85\x83\x85\x1a\xdb\x0c\x89\xd7\x5a\xab\x55\x61\xb6\x49\x6f\xd5\x69\xb4\xdc\x98\xbc\x72\x22\xba\x64\xf2\x18\xba\xd1\x8a\x1d\x1d\xc4\x04\x34\x9d\x9b\x65\x64\xd8\x3c\x0b\xf6\xdc\xb5\xe9\x01\x24\x02\x0d\x69\xbc\xc2\xa0\x35\x10\x07\x31\x91\x94\x8b\xd5\x55\x96\x54\x58\xa0\xb8\x1c\xcf\xad\x84\x3e\x1e\x74\xea\xb3\x59\xe3\xdb\x6b\xfa\xb3\xd6\x0c\x03\xf8\x67\x27\x99\xf4\x57\x25\x88\x28\xf1\x57\xe4\xff\xa9\x7e\xb7\x2c\x33\x58\x6a\x0c\x3d\xb7\x4d\xf0\xdf\xd7\x8c\x62\x10\x93\x5a\x1c\xf6\xc2\xa8\xdf\xf1\x9a\x97\xee\x24\x1c\x30\xb5\x69\xa9\xbe\x7d\xe8\x84\x61\x37\x05\x94\xee\x8b\x0b\xfb\xb0\xea\xc0\x1e\xdd\x98\xac\x67\xc6\x05\xa0\xf1\x52\x02\xe6\xca\x73\xb0\x56\xba\x5c\x63\x1f\x29\x4c\xaa\x9f\x21\xbd\xaf\xb5\x97\xeb\x9b\x9e\x6c\x41\xae\x0d\x1a\x9d\x95\x15\x41\x32\x38\xbd\x30\x28\x56\xbc\x88\x34\x31\x4e\xe7\xdc\x5b\x85\xf1\x73\x38\x11\x09\x5a\x24\xe2\x2b\x1e\xbb\x17\x93\x1b\xe9\xed\x5a\x46\xcb\xb8\xf4\xc0\xf5\xeb\x24\x18\xe4\x7e\x2e\xc7\x1a\x70\x4d\x3f\xd1\x5d\x67\x41\x63\xb0\x33\xfd\x1e\x06\x24\x7b\x5a\xae\x89\x59\xc1\x8c\xa0\x28\xc6\x25\xb3\xd5\xd8\x17\xf4\xf5\xcd\x6d\x2e\x2d\x56\xe6\x76\xa2\x66\x14\xfa\x0b\x37\x81\x37\x22\x75\x01\x65\xe4\x64\xaf\xb8\x42\x12\xd2\x4c\xc2\x68\x45\x2b\x4a\xf8\xe8\xf9\x64\xd9\xba\x19\x35\xe6\xf6\x92\xf4\x17\x8f\x97\xf1\x82\xb6\xf8\xfc\x9a\x0d\x0a\xe3\x03\xfa\xa0\x06\x33\x93\xc9\x0a\xfc\x50\xd7\xc1\xa6\xbc\x58\xe4\x9f\xf7\xc9\x52\x06\x6f\xb5\x11\x6e\x55\x11\x9f\x8a\x77\x6e\xd0\x5e\x6c\x7b\x7e\x03\xd6\x57\x23\x85\x16\xe8\x0c\xaf\xd8\xff\x97\x52\x16\x14\xf5\x1a\x01\xc8\xff\xcb\xd5\x1c\x81\x33\xe3\x03\xf3\x2b\x46\x00\x03\x1d\x1c\x57\xec\xd5\x5a\xb8\xe9\x55\xd8\x1f\xf4\xf1\xdf\xe5\xe0\xc9\x43\x82\xc0\x90\x57\xa0\xe2\xce\x8d\xda\x8b\xfd\xd9\x4b\x6d\x07\xae\xef\x87\x83\x84\xff\x65\x5e\x8e\xf5\x6d\xd5\x1a\xf8\xeb\x13\x58\x34\x0d\x2c\x37\x19\xa8\xed\x7f\xc0\x80\x97\x0f\x6c\x79\x43\x0b\x57\xcc\x0e\x40\x3f\xac\xac\xd8\x50\x00\x99\x52\xb6\x34\xc1\x2d\xd4\x8c\xd0\x52\xb7\x6e\x0f\xce\xda\x7a\xb6\x9a\x4b\x68\x99\xc9\x3d\x73\x1f\x23\xaf\xc9\xfe\xac\x8f\x28\x65\xb0\xeb\xa3\x45\x19\xee\x3a\x7a\x7a\xe9\x4e\x48\x84\xff\xee\x04\x61\xe2\x3d\x79\x4d\x77\x5d\x2a\xa1\x08\x7b\x29\xd4\x2a\x2d\x6e\x2b\xd9\x0e\x57\xed\xd6\xfa\xa6\x46\x84\xfa\x0e\x7c\xed\xfd\x45\xf3\x5a\x42\x7a\xab\xae\x00\x9d\x04\xd0\x25\x93\xc4\xeb\xc7\xc5\x0b\xf8\x0b\x9b\x90\xbb\x44\x54\xc5\x32\x63\xa8\x78\xb8\xdf\x7e\x25\x51\xe2\x35\x5d\x9f\xfd\xde\x69\x2e\xed\xb5\x7e\xbb\x12\xd3\x0c\xd6\xb8\xbd\xcc\x6f\xe9\xdf\x37\x2a\x98\xff\xd7\x34\x92\x83\xba\x6a\x9b\x0f\x91\xdb\xef\x93\x48\xff\xe5\x35\x72\xcf\x55\x44\x86\x5e\xb8\x58\x25\x5b\x95\x94\xf9\x01\xa4\x35\x83\xbd\x87\x33\x07\x6b\x98\x61\x04\x57\x71\x13\x97\x62\x21\xfb\xb5\x66\xd8\x12\xe0\x57\xf0\xa5\x77\x21\x19\x33\x68\x76\xc2\xf5\x30\x5f\x1d\x93\x59\x9b\x80\xa0\x6b\xe0\x3d\x61\xbf\x81\x67\xbd\xcb\x7c\xdd\xf6\x7d\x2f\xb1\x06\x49\xf2\x5a\xc3\xd3\xbb\xf4\x6a\x95\x0e\xc9\x3c\x67\xb1\x07\x48\x51\xe9\xc1\x8d\x82\x65\x84\xed\xc5\x1c\xa5\x45\x9a\x61\xe4\x26\x61\x14\x17\x47\x5e\xd2\xb9\x21\x71\x3f\x0c\x62\x6f\x48\xea\x61\x6b\x1d\x7b\x3a\x76\x7b\x10\x93\xb5\x43\xa6\x68\x67\x93\x20\x3e\xbf\xff\xee\xba\x3e\x25\x74\x6e\x33\xff\x2e\x61\x61\x1d\x23\x41\xf2\x07\x2f\x23\x5b\x09\x6f\x14\x41\x18\x40\x75\x33\x02\x0b\x10\x9f\x57\x68\x53\xa1\x38\xf2\x56\xcc\x98\x5b\xb9\xed\xec\xd5\x3b\x21\xe9\xcd\xfa\x6d\xfa\xf3\xd1\x5f\xd5\xd8\xda\x09\xbd\x38\xb9\x4d\xdc\xc4\x6b\xae\x85\xc8\x66\x47\xb7\x3e\x02\xae\x93\x38\x76\xdb\xc4\x72\x23\xe1\x71\x05\xa7\xc0\x5a\xa8\xeb\x0d\xc3\x99\xdb\x5e\xad\x19\x06\x33\x8f\xff\xe6\xd6\x56\x23\x9d\x0a\xf1\xdd\x09\x69\xa1\x17\xe8\x35\x7b\x9e\x15\x86\x3e\x71\xd7\x62\x2d\x50\x93\xc6\xda\x58\xb4\x1a\xfc\xbb\x53\xf6\x82\x9e\x3f\x85\x83\xa0\x05\x2c\xe0\x83\x4f\xda\x6e\x73\x22\x6f\x8d\x8b\x3a\xa6\xae\x1e\xfb\x61\xb2\x98\xd1\xa9\xeb\xb2\x63\x97\x42\x80\xc9\xdb\x51\x7f\x9b\xb8\xcd\x2e\xfe\xbb\x36\x45\x47\x80\xf9\x96\x49\x44\x30\x7a\xd8\x54\x4e\xcc\x9e\xfe\x8d\x2d\xad\x19\xef\x6b\x81\xd7\x18\x92\xc8\x77\x27\xfc\xef\xfa\xd6\x66\x1e\xf0\xfa\x56\x65\x1e\xf2\x2b\x58\x1c\xf8\x84\x6c\xd7\xf7\x1f\x11\x8f\xab\xd6\xbf\x0f\x7a\xe1\x60\x3d\x96\xcb\x2b\x37\x20\x3e\xfe\xfb\x86\x3d\x53\xe5\xed\xbd\x8b\xdc\x7e\xe6\xf1\xe5\xbf\xd6\xe3\xc1\x12\x3a\xbd\x36\x8a\x11\x81\xae\x8f\x5a\x24\xfc\xbe\x55\x1f\x83\xc8\x78\xee\x9a\xc1\x5f\x2b\x2b\x36\xcb\xc1\x1e\xc4\xcb\x85\xe1\xab\xe0\xca\x90\xe6\xb5\x02\x68\x46\x49\x81\x44\xb1\x78\x7e\x90\xbf\x5c\x83\x2a\xa8\x1e\x18\x7f\x01\x27\x93\xc8\x2a\x32\xfc\x72\xed\xc0\xf9\x8b\x57\x1c\x17\x69\x93\x04\x0f\xf1\xb3\x30\xde\xa5\xc2\xe3\x57\xed\x1c\x06\xee\x48\xef\xde\x1d\xd1\xfc\x2c\xf2\x7a\x5b\xf9\xf7\x8e\x61\x2d\x7c\xe6\x8e\x8c\x13\xf8\x67\x67\xe8\x91\xd1\x7a\x40\x86\xa1\x9f\x78\x7d\xfe\xf7\x3c\x8c\x93\xf5\x31\xf3\xac\xbf\x6b\x05\xb6\x3e\x16\x9b\x1b\xfd\xfa\x76\x84\x3c\xe0\xf5\xa1\x34\x0f\xf8\x1d\x3a\xfb\x6e\xf8\x05\xea\x5a\x0a\xc7\xb9\x00\xae\x21\x89\x9e\xfc\xc5\x87\x75\x5f\xdb\xa5\xf7\x1d\xb0\x1a\xac\x3e\x4d\x44\x2e\x8b\xc9\xb2\xd5\x22\xd2\x86\x53\x67\x49\x18\xdd\xcc\xcb\xdf\x33\x2f\xdf\x46\x3c\x09\x9a\x77\x61\x95\xc3\x59\x94\x7c\x22\xe7\x1d\x77\x9f\x08\x4b\x56\x97\x1e\x81\x3f\x8b\x96\xc8\x2a\xb0\x98\xb7\xc6\xc4\x27\xcd\xc4\x7d\xe4\xe9\x29\x8a\xb7\xb9\x17\xef\x65\xb4\x31\x21\x12\x55\xf1\xe3\xdd\x0c\x29\xfa\x16\x5f\xb5\xd4\xe7\xb6\x65\x87\xbd\x9e\x1b\xb4\x54\xbf\x5e\xd7\x5a\x25\x0a\xfb\xad\x70\x34\xd3\x5e\xfa\x3e\x9b\x52\xfe\xea\xd6\x9b\x92\xab\x30\xb6\xdd\x66\x67\x05\x42\x99\x17\xf9\x40\xa9\x1b\xfe\x5d\x1f\x3b\x17\x81\xae\x1b\xde\xaa\x84\xf4\x86\x35\xb2\xb2\xb6\x48\x55\x84\x28\xf4\x7d\x0a\xe4\xab\xeb\x0f\xd6\x32\x43\x90\x7d\xeb\x31\x1c\xa7\x0f\x6b\xf4\x7c\xcc\x80\x5e\xa3\xb7\x63\x06\xf6\x5a\xdc\xa3\x7c\x65\xf0\x87\x35\x7a\x75\x67\x40\xaf\x0f\x19\xb3\xb0\x57\xdb\xd1\x3d\x52\x2a\xad\x1e\x58\x3d\x5f\x38\x3c\xf3\x88\xdf\xca\x9e\x5e\x23\x68\x34\x19\xbd\x93\xe5\x9c\xa7\xaf\xe8\x54\x3a\x05\xeb\xd1\x06\xf2\xe0\xd7\x61\x3a\x0e\x5b\xae\x8f\xff\xae\x8d\x37\x55\x22\xb7\xdd\xa6\x4c\x04\xac\x3a\xd2\xaf\x7f\x4b\x1b\xaf\x30\xb4\xdd\x92\xe4\xce\xeb\x11\x0c\x76\x5b\x2b\x52\xd7\xe7\x44\x10\x80\xae\x5d\x0e\x61\xa7\x0a\x54\xbf\xd6\xc8\x47\xb8\x77\x0f\xfe\x2c\x97\x37\x62\xbd\x43\x59\xbf\x50\x75\x15\x79\x3d\x37\x9a\xa8\x7e\xb1\xd6\x6e\x6f\xcf\xf9\xa4\xad\xc1\xac\x4e\xfa\x2e\x08\xeb\xd9\xd3\x1a\xe7\x47\x05\x7d\x6d\xf4\xab\x02\x8e\x70\x79\xce\xeb\x75\xb4\xf2\xc5\x1d\xd2\xff\xd6\xd7\x6d\x0e\x70\x8d\x58\xee\x78\xbd\x1e\x89\xf8\xdf\xf5\x59\x0b\x78\x57\x35\xc3\xd6\x6b\x82\x6f\x48\x95\x0a\xd5\x5f\x99\x2e\x15\x52\x46\xbe\x3e\xff\x27\x24\x7d\x7c\x4d\xfa\x53\x5a\xf1\x0d\x29\x57\x69\xf5\xf5\x24\x3f\x45\x2d\xfc\xad\x89\x6e\xb3\x29\x58\x3d\xf3\x2c\xe0\x70\xb5\x6c\xb0\x6f\xa2\xf5\xb7\x38\x31\x19\xa8\xf9\x2d\x5c\x7a\x01\x11\x9f\xdf\xc0\x08\x5e\xd9\xe0\xbf\x7f\x88\xef\x38\xba\xaa\xdb\x17\x1e\xdf\x1d\x99\xb9\xe6\xde\x1d\x95\xb9\xf6\xde\x71\x64\xb6\x17\x35\x7d\x22\xff\x7a\xff\xf1\x29\x5b\x7d\xef\x49\x54\x36\xfa\x8e\xed\x31\x07\x58\x0c\xb9\x53\x94\x2f\xdf\x7d\xc8\x4b\x74\xe1\xdd\xe7\x7a\x89\x3e\xac\x45\x8c\xcb\x71\xf4\xf5\xc9\x87\x79\xb1\x08\x60\xda\xfe\x20\x4e\x48\x54\x21\x89\xeb\xf9\x97\x5e\x2a\x25\x4a\xef\xd7\x63\xa5\xf3\x82\x2e\x55\x05\xe9\xdf\xb5\x98\x26\x29\x3c\x00\xb6\x3e\xc3\x64\x0a\x72\x8d\x67\xc7\x52\x98\xeb\x8a\xa6\x79\xf2\xc3\xd1\x2d\x49\xd2\xe7\xb7\xe8\x5e\x4b\x80\xbf\x25\x6b\x3c\xd1\xab\x6b\x60\x7d\xf8\xbe\x21\xb1\x37\x25\xb8\x48\x85\xe7\xf5\x69\x01\xba\x21\xbc\x63\xdf\xd7\x86\x7e\x2d\x72\xd6\x61\x20\x05\x56\x11\x53\x1e\x22\x3e\xbf\x97\x2f\x89\xfb\x57\xdc\x48\xf3\xe2\xdd\x7c\x4a\x8b\x5b\x5e\xcf\xb1\x03\x0e\x54\x78\x5c\xeb\x71\x03\x15\xfc\x35\x9e\x9a\x50\x81\x5f\x07\x64\xa0\x58\xd2\x02\x3a\x83\xe7\xdb\xbe\xdb\x5c\x53\x48\xc8\x0c\x6c\x7c\x5e\x1f\xf3\x00\x03\x00\xfe\xbb\x66\x3f\x0d\x03\xba\x1c\x81\x28\xd2\xa3\x82\x7b\x2b\x73\x74\xbd\xcd\x0b\x3c\xa7\x83\xef\xc4\x6a\x6e\xc2\xd1\x3a\x1d\x32\xb3\x0d\xe0\x3d\x59\xef\xdb\xc6\x4d\x38\x5a\x65\x16\xdf\xda\xca\x3b\x4d\x05\xc3\xd4\x8a\xd4\xa3\x3d\xfa\x16\xb9\xed\x56\x14\xf6\xc1\x07\x51\x89\xc2\xfe\x39\x98\x56\xde\xab\xf3\x76\xe8\x0f\x7a\xeb\x74\x1b\x6a\x9b\x78\xd7\x39\x66\x6d\xbc\xeb\x52\x78\x4f\x1c\x71\x1a\x7a\xaf\x05\x00\xfe\xbd\xf5\x38\x0e\x35\xcc\xe8\x3d\xb1\x73\xb3\x4a\xf0\xd6\xfc\x08\x07\x89\xe3\xaf\x98\x0d\x6c\xee\xde\xf1\xf6\x99\xd3\x6d\xc6\x6b\xf4\x14\xf4\xbd\x20\xa0\x2a\x31\xfe\x5d\xdf\x86\x37\xd3\xf5\xb5\xef\x1e\xf9\xae\xaf\xcf\x4c\x90\x03\xbc\x46\x17\xfb\x0c\xba\xdf\x43\x62\x5b\x37\x73\xd2\x35\xf0\x1e\x54\x72\xdb\x09\x47\xa6\xbf\xce\x53\x0f\xda\x26\xde\x0f\x3f\xbc\x85\xf7\xe8\xfd\x59\x18\x26\x6b\x5d\x46\xba\x16\xde\x0f\x3d\xac\x81\xb5\x58\x96\xe2\xa4\xf8\x46\xf5\x04\x60\xa8\xe0\x52\x2e\x1f\xaf\x92\x7d\x72\xf9\xce\xbe\x9f\x9e\x76\x4b\xd6\x97\xea\x54\xb7\xfb\xbc\x1f\x65\x70\x5d\x73\x95\x28\x61\x38\x1f\xbe\xd6\xfc\x12\x96\x1b\x93\x0a\xff\xf9\xba\xf4\x94\x6d\x92\xdc\x2c\x9b\xdd\x79\xd9\x6e\x8d\xbc\xa4\xf3\xd5\x23\xa3\x7e\x18\xad\x42\x42\x3a\xc8\x6d\x35\xf2\xb3\xac\x9c\xef\x67\x0f\x7b\x4f\xc1\x70\xcd\xf2\x91\xd6\xa4\x47\x41\x5f\x0c\x1e\x49\x13\x2f\x47\x97\x5c\x06\xc2\x22\x37\xfb\x8b\x4d\x8b\x4f\x61\x90\x7c\x80\x4b\x50\x3e\xf4\x5a\xfe\x1e\x74\xe1\x09\x72\xe0\x7d\x58\xea\x6a\x94\x45\xf5\x3f\xec\xbe\x19\x42\xe9\xcd\x10\xf6\xde\x0c\x61\xff\xcd\x10\x0e\xde\x0c\xe1\xf0\xcd\x10\x8e\xde\x0c\xe1\xf8\xcd\x10\x4e\xde\x0c\xa1\xfc\x76\x8a\x5a\x03\x51\xbe\x9d\x2a\x4b\x6f\x27\xcb\xd2\xdb\xe9\xb2\xf4\x76\xc2\x2c\xbd\x9d\x32\x4b\x6f\x27\xcd\xd2\xab\x68\x93\xfe\x34\x7d\xcf\x5d\xe2\x9e\x4f\x55\xf5\x25\xef\x26\x52\xb6\x9c\xdd\x4d\xc4\x1f\xc7\x7f\xfb\x51\xf8\x5b\x1c\x0e\xa2\x26\x89\x59\x32\xdc\xbf\x9d\xfe\xf1\x37\x84\xb7\x83\xf7\x38\xc7\xc6\x27\x23\x22\x2f\x03\x2f\x22\x9b\x1b\x3b\xb0\x83\xc0\x05\xfb\x1b\x5b\x1f\xff\x56\xf8\xdb\xc6\x20\x26\x46\x9c\x44\x5e\x33\xd9\xf8\xf8\x8f\xe0\x1f\xc1\xd0\x8d\x0c\x10\x26\xe5\x6a\x3b\x3b\x28\x62\x6e\x6c\x7d\xc4\x32\x31\x49\x12\x9f\xcc\x14\x6a\x86\x11\x29\xe2\xb7\xb4\x68\x33\x0c\xbb\x1e\x99\x05\x98\x5e\x13\x8e\xdf\xd3\xf2\x70\x5d\xe7\xfd\xcd\xa5\xb6\x02\x2f\x20\xd7\x38\x1b\xf8\xfe\x95\x9b\x74\xa4\x6a\xac\x47\x52\x81\xb4\x5a\xdf\x8d\x62\x82\xfa\xa1\xbe\x77\x62\xa1\xb4\xa6\x17\xdf\xdf\x5c\xde\xba\x3d\xd2\x88\xbc\xb6\x17\x68\x2b\xe7\xca\xa5\xf5\xe1\x06\x5b\x0f\xef\x10\xe0\x19\xcc\x73\xfd\x66\xb7\x71\xc7\x45\xb1\x6c\x0a\xc0\xa4\x53\xe8\x44\x51\x18\xa9\x86\x9b\x7d\x4d\x2b\xd8\x6e\xd0\x24\x3e\x69\x29\xeb\xc0\xb7\xa2\x54\x44\x46\x12\xc4\x06\x36\x43\x3f\x57\x51\xc2\x11\x2f\x03\x35\xff\x11\xcc\x10\xe1\x13\xbb\xd9\xc0\x18\x77\x22\xb3\xe5\xf6\x13\x12\x6d\xa2\x40\xb2\x65\xfc\xeb\x1f\x81\x61\x44\x10\x31\x68\x04\x64\x64\x5c\x45\x61\xcf\x8b\xc9\x66\x5a\xa7\xe5\xc5\x7d\x37\x69\x76\xbe\x75\x22\x16\x1e\xbb\x19\x91\x38\xf4\x87\xa4\x60\x44\xe4\x99\x34\x13\x06\xc4\x30\x68\xa7\x23\x2c\x53\x71\x13\xd7\xf8\x64\x30\xb1\xa7\xe5\x26\xee\xc7\x99\x32\xd9\xfc\xb3\x62\x1d\x7c\x21\x95\x84\x2c\x6b\xe4\x6e\xd2\x27\x59\x39\xf1\xad\x50\x38\x0c\x38\x1e\xd9\xcb\x6c\x0c\x61\x40\x36\xd3\x6e\x1a\x86\xf7\x64\x30\x04\xec\xe0\x0c\xdc\x85\x5d\x12\x08\x05\x0c\x63\xf6\xf3\xce\x20\x88\x07\x8f\x71\x33\xf2\x1e\xc9\x66\xd6\xd6\xd6\x47\x5e\xe9\x27\x45\xfe\x4c\x03\xb1\xd7\x0e\x5c\x5f\x05\x1b\xbf\xec\x44\xa4\x17\x0e\x31\xc1\x06\x95\x08\x49\x40\xa2\xcd\x0d\xf7\x31\x8c\x92\x8d\x82\xa1\x69\x47\x6a\x8e\x36\x06\x2c\x62\xc7\x8b\xcf\xc2\xa8\x47\x71\xbf\x29\xcc\xc3\x96\xf1\xeb\xaf\x06\x2f\x70\x9b\xb8\x41\xcb\x8d\x5a\x56\x14\x8e\x62\x12\x39\xc1\x70\x73\x4b\xe8\x5c\x8b\xf8\x24\x21\xb9\x19\xfa\x63\x83\xb1\xb8\x0f\x14\xe3\x1b\x3f\x3e\x1a\xc5\xa2\x71\x49\x12\x23\xe9\x10\xe3\x11\x01\x51\xb6\x64\x78\x49\xae\x6b\xc2\x6c\x1b\x9f\x80\xbe\xbe\xd5\x2f\xcf\x93\xa4\xcf\x49\x09\x29\x96\x16\x2d\x16\x8d\xf3\xbb\xbb\x2b\xe3\xd1\x8d\xbd\xa6\xe1\x0e\x92\x0e\x09\x12\x96\x87\x39\x1b\x27\x43\x1d\xfd\x2c\xf4\x1a\x58\x67\x4c\xa2\xc0\xed\x09\x64\x42\x0b\xed\xa4\xaf\xff\xfa\xcb\xd8\xd8\xf8\x28\xd6\xe8\xbb\x71\x3c\x0a\xa3\x56\xae\x46\xfa\xfa\x37\x63\x10\x90\xb8\xe9\xf6\xc9\x26\x09\x9a\x61\x8b\xdc\xdf\xd4\xd2\x9c\x40\x9b\xaa\x2a\x5b\x5b\xc6\xa9\xd8\x8a\x8c\xc6\x1d\x73\x90\x74\xc2\x88\x65\x3b\x33\x3e\x19\x1b\x16\x8c\x75\xc3\xd8\x36\x1e\x93\xd0\xdd\x4c\xfb\xba\x6d\x6c\x9c\xd2\xb7\x29\xdc\x8f\x0a\xbc\x3e\x65\x5c\x57\x62\xb2\xbc\x67\x54\x7d\xba\xbf\xb9\x2c\xf0\xc1\x0d\x22\x3f\xc3\x36\xeb\xd9\x4e\xd8\x27\x01\xaf\xd0\x23\x49\x27\x6c\xed\x24\xe1\x7d\xbf\x4f\x22\xdb\x8d\xc9\xe6\x56\x21\xdd\x13\x36\x79\x7b\x29\xc0\xbe\x1b\xb9\xbd\x38\xf7\xf3\x96\x44\x18\x3a\x1c\x6d\x15\x8c\x24\x1a\x10\x69\x86\x6f\x19\xd1\x70\x9a\x48\xf0\xa8\x8b\xe1\x05\x46\xfd\x56\xee\x19\xff\x94\x4e\x0e\x7b\x91\x82\x4b\x57\x77\x18\xf8\xa1\xdb\x22\x41\x2b\xbf\xc4\x7f\x61\xb0\xa4\xc5\x87\xbc\x2e\xbf\x98\xa0\x77\x57\x11\xe9\xbb\x11\x61\x3d\x44\x1e\x23\x12\x0c\x7f\x97\x31\xae\x8d\x36\x49\x4c\xdf\xbf\x91\x3f\x6c\xd0\xf1\xf0\x21\xfe\x26\x6d\x76\x7c\x5d\xee\x28\x2b\x6e\x02\x01\x05\x03\xdf\xff\xa8\x6a\x97\x31\xd5\x5f\x24\xae\xf8\xd7\x5f\x39\x2e\xf9\xe9\x93\xb1\x91\x90\x71\xb2\x41\x3f\x29\xbe\x3d\xc7\x61\xb0\x61\xfc\x26\x62\x04\xbb\x94\x16\x25\xe3\xc4\x38\x9d\x79\xad\xec\x92\xf1\x49\xc4\x2d\xe5\xf3\xa7\x52\x77\x0b\xd9\xc7\x38\x71\x93\x41\x9c\xc1\xc5\xdf\x33\x05\x68\xeb\xf9\x42\xf4\x9d\x50\x90\xed\x13\xa7\xf9\x09\x29\xe4\x59\xec\x29\xfb\x5b\x98\x19\x6c\xda\x42\x4a\x07\x1f\x33\xee\x8d\x52\x54\xb6\x05\xfe\xc9\x36\xbc\xcd\xa1\xeb\x0f\x48\x8e\x9a\xc4\x2f\x1f\x05\x54\xc0\x96\x93\x91\x59\xc1\x10\xc1\xd1\x6d\x73\x93\x44\x51\x0e\x56\xfa\x7a\x2e\x20\x3e\xea\x2d\xa1\xcb\xc5\xa2\x61\xfb\xc4\x0d\x8c\x41\x3f\x3f\x32\x81\xff\x66\x84\x25\x6d\x1e\x1b\xe9\x0a\x12\x29\x57\xe8\x5b\xb1\x68\xdc\xc7\x24\x5b\x68\xb4\x96\x3b\x74\x3d\x38\xa0\x9b\x6b\x67\x27\x2b\xf5\x29\xab\xc1\x9b\x35\x88\x1f\x13\x09\x30\xee\x79\xc6\x53\x48\x89\xca\x6d\x4d\x80\x0c\x88\x91\x84\x06\xe9\x0d\x7c\xfa\x98\x02\x99\x6d\x09\x6a\x40\x85\x66\xc7\x0d\xda\x44\x14\x76\x3a\x6e\xd0\xf2\xc9\x65\xe8\x4a\x7c\x41\xe6\x0c\xb8\x7a\x38\x9d\xbb\xad\x09\xe4\x7c\x31\x7e\xf9\xf4\xc9\x38\x90\x2a\xcd\xf0\x0d\x69\xbb\x87\x81\xdc\x09\x7c\x8d\x50\x41\x8e\xb4\x0c\xca\xc0\xdc\xa0\x65\x8c\x88\xd1\xf2\x5a\xc1\x46\x62\xb4\x49\x62\xb8\xe9\x14\x16\x8c\xa4\xe3\xc5\xc6\xc8\xf3\x7d\xe3\x91\x48\xe0\xb0\xfb\x2d\xe3\x71\x62\x84\x01\xc0\x33\xbc\x20\x4e\x88\xdb\x92\x8a\x3d\x78\x49\x87\x16\x30\xc8\xb8\x49\xe0\xbc\xf5\x69\xc6\x5d\x3b\x6e\x62\x0c\x62\x2f\x68\x1b\x4f\x9e\x4f\x4e\x8d\x3e\x13\x14\x0b\x46\x2f\x8c\x13\xbe\x75\xc7\x12\x40\xe8\x0b\x13\x08\x71\xf5\x19\x6e\x6c\xec\x1a\x64\x48\x02\x23\xe9\x84\x83\x76\xc7\xf0\x92\x8d\xd8\x70\x8d\x78\xd0\x6c\x92\x38\x7e\x1a\xf8\x79\x9a\x43\x2c\xcb\x8b\x18\xb8\xcf\x2e\x95\x45\x7e\xd9\xcc\xf3\x16\xaa\x73\xfc\xfa\xeb\x0c\xcb\xb9\xbf\xb9\xdc\x01\x8d\xab\xf1\xb4\xb9\x01\x43\xd8\xd8\x42\x30\x5b\x4b\xcc\x8e\x30\xa8\x8c\x4e\x18\x5e\xa9\x22\x61\x34\x5d\xdf\xa7\xc8\x79\x24\x4f\x61\x44\x52\x34\xd3\xff\x07\x7c\xfb\x61\xc5\x45\xde\x52\x2c\x1a\x71\x48\xa7\x34\xee\x84\x03\xbf\x05\x60\x84\xb5\x11\x06\xb0\x81\x04\x94\x8b\x6e\x24\x5e\xb3\xbb\x21\xb0\xb8\xf4\x74\xe7\x66\x5a\x41\x58\xdb\xf9\xc5\x49\x65\x22\x68\x3f\x95\xb2\xf8\xd4\xa2\x5c\xea\xa3\x24\xb1\xe9\xc6\x46\xd8\xef\x87\x31\x69\xd1\x75\xe3\x1a\x3d\x37\x18\xb8\xbe\x54\x68\x2b\xb7\xef\x07\x20\x61\xce\xae\x17\x93\xbe\x7e\xe5\x46\x9a\xad\x4f\x60\x64\x54\xdc\xcb\xf4\xa1\xcd\x0d\x26\xf3\x19\xd0\x32\x69\x6d\x14\x84\xaf\x3b\x8e\xdd\xf8\xf2\xc5\xb4\x1a\x37\x77\x4e\x85\x8b\x14\x85\x94\x15\xbd\x89\xd5\x7d\x9c\x45\xa7\x1f\x8e\x0c\x9f\x0c\x89\x6f\x04\x24\x19\x85\x51\x17\x57\x6c\x9c\x47\x12\x61\x3a\x5b\x0e\x49\x38\x20\x99\x41\xde\x10\xd7\x67\x50\x0c\x2a\x44\x74\xbc\x56\x8b\xf2\xb5\x28\xec\x19\x83\x98\x2e\x63\x41\x5a\x16\xea\xf1\x46\x18\x31\x85\x81\x3f\x31\x9e\xbc\x88\x50\xc4\xb3\x75\x26\xf5\x71\x01\x92\xbf\xb0\xb2\xa8\x4a\xca\x28\xbe\xb9\xf9\xf3\x8b\x73\xf7\xd0\xb8\xb9\x98\xc1\xf0\xfb\xa1\x9a\x2d\xa4\x3c\x66\x33\xf1\x2e\x87\x5b\xbe\x3e\x72\xe2\x3d\x2b\x0f\x23\x61\xa9\x45\x67\x44\x43\xe3\x37\xba\xe0\xf0\x31\x7c\x02\xb9\x3a\x57\x60\xdb\xd8\xe8\xc5\xc0\x2a\x49\x8b\xb4\x36\xa8\xb4\xce\x3f\xa5\x2f\x25\x39\x47\x34\x01\x08\xed\x89\x6f\xff\xfa\x4b\x69\x54\xf8\xa8\xd0\x05\x15\x83\x90\x96\xd4\x32\x83\x14\x3f\xce\x4a\xb1\x6a\xaa\x98\xdb\x82\xc0\xd9\xc4\x71\xec\x34\x7d\x37\xf2\x9e\x26\x77\x42\x0d\xe3\x37\x89\x9e\xee\x6a\x75\xa7\xd2\xb8\xbf\x33\x4e\xb5\x2b\x39\x2f\x91\xcd\x4a\x62\xeb\x23\x38\xb3\xd5\x32\xc6\x71\xf4\xc4\xe4\xc3\xf4\xfd\x1d\xdd\x62\xbd\x18\x97\x16\x15\xa7\xe8\x94\x44\x83\x20\xa0\xbc\xdf\x0b\xe8\x46\xc6\x94\xe2\x94\xcd\x92\x60\xe8\x45\x61\x00\xb7\x52\x67\xca\x4b\x9f\x34\xe1\x6a\x20\xdf\x9f\x18\x41\x98\x50\x30\x23\xb2\x41\x97\x2a\x05\x32\x22\x8f\x06\x5d\x7a\x24\x2a\x18\x28\xcc\x34\x93\x0f\x01\x1c\x68\xdc\x99\x55\xd4\x17\xe8\xe1\xba\xe1\x20\x55\xd2\xd7\x90\x17\xc5\xf8\x94\xd2\xd6\xc8\x4b\x3a\x76\x44\x5a\x54\x6b\x76\xfd\x98\x92\x65\xce\x06\x96\x6a\x70\x5b\x60\x11\x60\xf5\x28\x2c\x1b\xec\x80\x5f\xa8\xea\xf9\x9b\x38\x63\x60\x1d\x04\xc1\x68\x53\x59\x7a\xcb\x38\xcd\x8a\x0f\x82\x16\x79\xf2\x02\xb0\xbe\x88\xb4\x9f\x76\x36\xb7\x7b\x48\x16\x06\x01\x3c\xbe\xa2\xe0\x7f\x18\x9f\xb2\xa1\x6a\xcd\x1f\x0c\x55\x4c\x29\xa0\x1b\xa0\xa0\x61\x0a\x42\x6e\x4c\x92\x1b\xb1\x51\x8d\xac\x8b\x13\xf4\x14\x46\x8e\xdb\xec\x6c\xca\xdd\x14\x84\xf8\x3c\x34\xaa\x01\x14\x8c\x2e\x99\xcc\xc8\x9a\x98\x57\x4b\x36\x8c\x51\x3d\x2c\xc5\xd7\x06\x9d\x8d\x2e\x99\xec\x24\xe1\x65\x38\xe2\x9a\x37\x16\x6a\x32\xc3\x0b\x05\xb2\x91\x93\x79\x60\xd3\xe9\x85\x43\x62\x88\xe6\x19\xda\x26\xd5\xc3\x28\xc5\xa7\x4d\x88\xd5\xd4\x26\x9e\x2e\x99\xfc\x10\xc5\xa7\x9c\xa0\xce\xda\x6b\x24\x1d\x12\x8d\xbc\x98\x18\x6e\x8a\x72\x25\xc6\xa5\x49\xde\x99\x41\x56\x97\x4c\x0a\xc6\xd0\xf5\xb7\x54\x12\xdb\xcf\x19\x73\x07\x9b\xe2\x3c\x89\x27\x61\xca\x15\xbc\x27\x23\x00\xf6\x9d\x4d\xf8\x2f\x7c\xa9\xdd\x73\x2c\x68\x96\x8a\xb8\xee\x78\x8f\xf3\x4d\x7d\x32\x7e\xf9\x45\x5d\x5b\xd3\x57\x49\xef\x9e\xdf\x51\xa9\x28\x48\xc1\xc2\xef\x5f\x52\x95\x5d\xd1\xcb\xa5\xcd\xa3\x0a\x89\xb2\x1f\x85\xed\x88\xc4\xb1\xaa\x47\x8c\x64\x19\xbc\x30\xa8\x84\x23\x90\x56\xaf\x78\x1d\xa0\x4d\xbe\x16\x54\x3d\x73\x5b\xad\x9c\x45\x93\xb7\xb7\x51\xd0\xc3\x55\x4d\xfc\x97\x30\x31\xa8\x80\xcd\x95\x15\x23\x1e\xf4\xfb\x54\x74\x1d\xf4\x69\x55\xd0\x4b\x92\x58\xdf\xf7\xfb\xfe\x9c\x9e\x8b\x4a\x07\xc2\x53\x8c\x05\x3f\x2c\x39\x24\xb9\xb9\x99\x01\xa9\x2d\xcf\x94\x59\xeb\xcc\xc5\xd9\x8c\x89\xe2\xbc\xf0\x95\xc4\xbe\x17\x24\x1f\x5a\x5e\x4c\xb5\xf1\x0f\x54\xef\xf8\xe0\x7b\x01\x01\x5e\xf5\x21\x70\x7b\x24\x55\xf0\x32\x6b\xb2\x20\x77\x6d\x22\x5c\xad\x8e\xbc\x82\xa6\xc5\xa4\x8f\x5f\x10\x22\x1d\x15\x03\x0e\xfb\x0d\x3c\x41\x08\xd6\x96\xf1\x1b\x18\x83\x25\xbf\xc7\xe6\x96\x71\xca\x0a\x89\x6c\x21\xa5\x28\x54\x4c\x66\xbf\xc8\x12\x81\x6c\xc9\x51\xa0\x3a\xdb\xf9\x44\xdb\xfe\x7c\xcb\xfe\x2a\xe6\x7c\xa6\xdd\x18\xbf\x09\xd8\xc6\xa1\xc9\xc5\x66\xa8\x69\x55\x93\xff\x2f\x92\x89\x3f\x4f\xb5\xcc\x56\xa8\x32\xf9\x80\xed\x3b\x73\x2b\x49\x2e\xa4\x4c\x46\xf8\x28\xb6\x95\x16\xff\xf5\x57\xe3\x0f\x63\xa3\x93\x24\xfd\x8d\x02\xfe\xa5\xd4\x0f\xba\xf9\x86\xf1\x23\x55\xd6\x79\x79\xdc\xc5\x3e\x94\xa4\xfe\x29\xf5\x96\xfb\x80\xad\x6b\xd2\xca\x3a\x07\x36\x70\xfe\x03\x8c\xe2\x33\x0a\x8d\x65\x56\xfe\xbc\x71\xae\xef\x9d\xdb\x3b\xbe\x0a\xb7\xb6\x04\x03\xbc\x40\xac\x80\x80\x4c\x9a\xa3\xba\xfa\xcc\xbe\x95\xed\x58\x41\x4b\xf2\xa1\x00\x0c\xd8\x99\x28\x7d\xad\xe0\xbf\x95\x9d\xb7\x8f\x1e\xd8\xc5\x84\xef\xa9\x6b\xd5\x0b\x5a\xb2\x93\x51\x2e\x97\xb9\x17\xd3\x52\x78\x1d\x28\x8c\x59\x51\x56\xf8\x9a\xd6\x68\xa9\x3c\x9e\xa9\xc3\x93\xf9\x0f\x8b\x7f\xff\xfb\x3f\x02\xe3\xef\x86\x0d\xa9\x3c\x0c\x37\x00\xc3\x13\xa5\x49\xaa\x55\x41\x17\xe8\x77\x28\xf3\x7f\xc0\xea\x6f\xfc\xab\xf1\x48\x67\xf5\x27\x6f\x80\x75\xea\xae\x43\xf8\x1b\x36\x37\x60\xe7\xa3\x58\xe7\x20\x11\x0a\xb3\x37\xfd\x0b\x80\xff\x34\x4c\xe0\x0e\xca\x56\x8b\xff\x08\x52\x19\x0c\x73\x8d\xd4\x58\xb1\x4d\xa9\x6d\x46\x71\xe8\x05\x87\x84\xe3\xcc\x01\x05\x90\x72\x65\x3f\xf2\xa2\x69\x93\x9f\x60\xa6\x36\xa1\xf0\x4e\x9f\xe7\x67\xd9\x49\xb5\x65\x06\x93\xaf\x12\xaa\xb7\x84\xfd\x89\xe1\xca\xe5\xe9\xc6\x2f\x0c\x94\xc9\x96\x64\x9c\x50\xea\xe2\x1f\x18\x49\x67\xb5\xb4\xd0\xf9\x40\x96\x83\x3a\x0b\xe4\xcc\x6d\x26\x61\x34\x81\x39\x00\xdc\x51\x05\x48\xc4\x34\x6c\x14\xfc\xc7\x0e\xa2\x57\xd4\xd0\xf1\x4d\xda\x86\x84\xe9\xd4\x8b\x9c\x9b\x15\x81\x0c\x65\xac\x17\x8c\x1c\x1c\xb6\xc6\x58\x7f\x19\x34\x5e\x86\x2e\x3c\x20\xce\x22\xa7\xcb\x44\x20\xae\x74\xde\x92\xd0\x78\x24\x06\xba\xbe\xa9\x44\x43\x27\xd5\x65\x8b\x49\x4d\x2e\x31\x23\xfa\xa2\xe1\x8c\xfb\x61\x4c\xd8\xda\x83\x4c\x44\x60\x4d\xf3\xfd\x70\xc4\x7e\xb2\x24\x3f\x88\x78\x9c\x6b\xbe\x52\xe1\x6f\x0e\x92\xcd\xf6\x3e\xf6\x00\x3b\x0d\xaf\xa7\x8f\x0a\xd0\x07\x05\x88\x35\x71\x33\xd3\xd7\x83\xef\x42\x2d\x2f\x66\xbd\x51\x55\xe1\x1f\x85\xf2\x5f\x9d\x9b\xdb\x5a\xe3\x8b\x5c\x9c\x04\xc3\x22\xd5\x2d\x36\xb6\x76\x58\x38\x4d\x5a\x3e\x09\xb9\xeb\x59\xcd\xde\xb2\xef\x1b\x4a\x84\x23\x1e\x00\xcd\x12\x6a\x55\x51\x13\x18\x8b\x39\x1b\x6d\x01\x40\x5d\xdf\x73\x63\x20\x71\x19\xc5\xf4\xcd\xa3\xdb\xec\x8e\xa8\x9e\xdf\x84\x1b\xa7\xbd\x47\x08\x62\x95\x11\x6b\x7c\x32\x14\x33\x94\xeb\xb2\xeb\xfb\xc5\xb8\x1f\x81\x31\x1e\x4b\x53\x11\x55\x58\x29\xae\xef\xd3\x4d\xb0\xe7\xc5\x24\x96\x83\x2c\x58\x80\xc5\x8e\x54\x82\x6d\x2b\x08\x0a\x01\xab\xd1\x88\xdf\x66\x50\xe8\xc5\x19\x2a\xb2\x19\xd7\x20\x50\x88\x91\x99\x41\xe0\x4c\xec\x88\x2b\xd2\xb5\x09\x6b\x81\x6e\x7c\xe1\x53\xb6\xf6\x7a\x20\x8e\xc7\x93\x20\x71\xc7\x54\xa7\xa6\x7a\xc7\x6d\x33\xf2\xfa\x49\x1e\xde\x0e\xaf\x93\xc1\xd5\xed\xa4\x73\xd6\xc7\xec\xc2\xc8\xf6\x2c\xd3\xf8\xa7\x40\xff\xff\xa4\x4a\xb0\x1b\x18\x21\xec\x4e\xe8\x0f\x69\xba\x01\x65\x11\x03\x66\x2c\x57\x1a\xd4\xc3\x27\xa8\xd5\x27\x11\x5e\x03\x9d\x6d\x77\x8c\x40\x85\x9d\xef\x8c\x4d\xf9\x4f\x83\x8c\x49\x73\x90\x84\x11\x6c\x7b\xe9\x0f\x4e\x12\x3b\xf9\xdd\x4b\xe8\xe7\x26\x2f\xcd\x48\x45\xd0\x63\x52\x38\xbf\xa8\x55\xae\xa4\x13\x85\x23\x60\xe2\x14\xed\x4c\x98\x4a\x2b\xf5\x06\x71\x42\x47\xeb\x66\xdd\xd8\x60\x6c\x16\xb9\x2c\xf3\xe5\x86\xfe\x90\x30\xc2\x64\xec\x37\xe9\x78\xb0\x25\xd1\x57\x6c\xe7\x9c\x09\x0d\x62\x9f\x1d\xd6\x1a\x8f\x0b\x12\x36\x04\x11\x30\x4c\x22\xbc\xc8\x64\x29\xde\x85\x84\x71\x33\xda\x6a\xb6\x5f\x2d\xa9\xd9\x88\x5d\xdd\x49\x3a\x24\xd8\xd4\xa9\x36\x20\x36\x43\x5b\x3b\x7f\xfa\x4c\xf0\x8e\xb7\x32\x29\x31\x93\x8f\x3d\x21\xae\x88\x2e\xec\x7c\xa5\x1d\x9f\x04\xed\xa4\x93\x05\x23\x84\x91\xb1\xe9\x19\x9f\x8c\xdd\x8f\x86\x67\xfc\x7f\x86\xff\xd1\xf0\xb6\xb7\x05\xb1\x37\x0f\xe0\x0f\xef\xc7\xa6\xac\xec\x30\x19\x3f\x5f\x50\x14\xe2\x7f\x6e\xbd\x1d\x39\xa2\xe6\x17\x06\x4f\x03\xff\xc9\xf3\xa9\xae\x21\x06\x71\xfd\x29\x4e\xd4\x6a\x4a\x26\x53\x2e\xe6\x90\xcd\x0c\x99\xf0\x31\x67\x3a\x18\x2f\x91\xca\xf1\xbc\x43\x39\x1a\xa2\x18\xc1\x19\x17\x47\x92\x4e\x0a\x1f\x76\x93\x33\xf6\x94\x72\x99\x12\x32\xd3\x05\x31\xc4\xeb\xcf\x5c\x2f\x7e\x0a\xc1\x33\xc0\xc9\xfb\xe9\x82\xc9\x3e\xf2\x95\x97\x2d\x12\x6c\x7c\xb3\x97\x33\xf7\xc3\x12\x87\x36\x23\xe2\xc6\x61\x20\x6b\xfc\xb6\xc8\x8d\x3a\x6e\x6c\xb8\x3e\x3a\xc7\x1f\x09\x49\x8d\x96\xa4\xa5\x57\x73\xb2\x21\x21\x78\x36\x17\xb2\xc2\xcd\xfb\xf4\x51\xb5\x5c\xe5\xde\x09\xea\x8f\xc8\x6e\xef\x28\xf7\x89\x0d\x97\x73\x5d\x06\xf9\x9f\x74\x78\xcd\xfc\x18\xe4\xbe\x73\x7e\x28\xb0\x41\x41\xd0\x06\xb6\x56\x7b\xba\xe1\xa5\xc5\xc9\xcb\x7f\xdb\x14\xb9\x26\x25\xf7\x1c\x46\x91\x45\x0a\x5f\x38\x03\xfc\x29\x6d\x1d\xb7\x7c\xe6\xb9\x41\x93\x91\x0d\x2a\xec\xac\xb7\xba\xfe\xa6\x64\x23\x76\x34\xa3\x25\xbe\x9a\x17\xf4\x94\x17\x93\x3e\x7e\x14\x89\x4e\xe4\xdd\x29\x14\x91\x97\xa5\x63\x96\xde\xef\xf4\x07\x71\x27\xeb\x05\x42\x91\x4c\xbc\xb9\x0a\xc6\x27\xe3\x0f\xfe\xe3\x87\x1a\x5f\xf7\xd9\x5a\x41\x2f\xe7\xaa\x38\x13\x16\x9b\x88\x35\x71\x0d\x2a\xf0\xf6\x8b\x6e\xc8\x32\x82\xb8\x3e\xd7\x22\x63\xb6\xaf\x88\xe8\xe0\x76\x0a\x19\x23\x14\x3c\xd6\xf8\x45\xb6\x5a\xe4\xab\xc7\x7d\xdf\x6b\x12\x2c\x5b\x30\x4a\x5b\x6a\x04\x61\x1e\xce\x59\x01\x24\x0c\x12\xd7\x0b\xd0\xb1\x3b\xca\xc9\x2b\x6e\xd0\x12\x36\x6b\xa8\x50\x30\x46\x94\x6d\x37\x5d\xca\xdc\x0a\x00\x19\xb1\x1c\x03\xc6\xa5\xfa\xaa\x45\x85\x51\xea\x12\x5d\xc2\x9b\x4d\x51\x45\x86\xf2\x1f\xf3\xdb\x71\xc6\x32\x50\x4c\x49\x21\xa4\x6c\xae\x99\xe2\x28\x65\xb2\xcd\x8c\x57\xa4\xac\xf2\x5f\x02\x47\x3a\xc5\x3f\x05\xb1\x1a\x37\xfc\x71\x56\xfa\x53\x2d\x8c\x0a\x7d\x99\x23\x3a\xae\x1c\xa1\x3d\x6b\xb5\x11\xcd\x36\x0a\xe1\x32\x63\x73\x33\xb3\xeb\xc5\xc8\x6f\x02\x9c\x35\x51\x8c\xc4\x90\x13\xac\x3f\x57\xa4\xa4\x03\x0a\xda\x9f\x7e\x1a\x8c\x41\x83\x40\xc9\x9e\x35\x62\x64\x9e\xa5\x23\xc6\xe7\x6d\xdc\x41\xf8\x81\xbc\x7c\xa0\xa2\x45\x81\xbc\xd0\xff\xd1\x0a\x82\x71\x8d\xd2\x1b\xb0\x97\x42\xda\x8d\x4f\x28\x8a\x18\xbf\x19\x1b\x7c\x1c\x1b\xc6\x29\xff\x3c\x63\x9a\xb3\xcd\x2f\xb6\x73\xe9\x54\x90\x12\x60\x0d\xb1\x00\xdd\x0d\x59\x84\xe7\xbb\x0a\x73\xd8\xb0\x4c\xba\x9b\x52\x21\x11\x7a\x01\x47\xf7\x27\x6b\xe1\xcf\x3f\x4f\x21\xd2\xf4\x1f\xc1\x4f\x8d\x12\x93\x57\xe5\x54\x94\xa3\x8f\x9a\xe7\xda\xb1\x14\xfe\xc7\x08\xfb\x97\x5f\xf0\xad\xf1\xeb\xaf\x06\x3c\xec\x64\xbd\x7a\x85\xb1\x70\xe6\xb0\x87\xf2\x44\xc6\x9c\xf3\x18\xb5\x20\x21\x51\x93\xf4\x93\x30\xaa\xbb\x81\xdb\x26\x39\xdd\x69\xf6\x7b\x66\x1b\x64\x81\xfe\x37\xa9\x59\x5d\x34\x11\xca\x1f\x17\x9b\x20\x55\xd6\x47\xfd\x61\x11\xcd\x31\x91\xa1\xeb\x7b\x2d\x37\x99\x59\xc8\x7c\xf8\xe9\x77\xb6\x50\xa5\x3a\x14\xb5\xe9\x8f\x9d\xec\xf5\xc7\x59\x0b\xa7\xde\xdc\xa8\x34\x72\xca\x76\xab\x65\xad\x9c\xe2\xa2\x45\x23\xa4\xd2\x8e\x06\xeb\x44\xb0\xd3\xca\x85\xb2\xa5\xe4\x65\x33\x19\x67\x51\xb8\x69\x78\x2b\x1d\xd1\xec\x64\x6f\x6e\x15\x52\x59\x0f\x7c\x84\xfa\x82\x29\x2b\x16\x39\x60\x85\x91\x01\x84\x30\x72\xb3\xb9\x1a\x49\xcd\x0c\x39\xec\x31\x66\xf1\x13\x0c\x3b\x5e\x9c\x2a\xdf\x68\x24\x44\x07\xaf\x8c\x80\x2d\x86\x39\x8d\x21\x56\x96\xe9\xf1\x48\x01\xb6\xd6\x88\xee\x23\x3f\xf5\x08\x30\x76\xf8\x77\xe4\x86\x94\xf7\x41\x6f\x3f\x50\x11\x8b\xca\x2a\xa7\xbb\xb4\x11\x74\xde\x82\x8d\x83\x76\x11\x4c\x14\x54\x99\x76\x7b\x7d\x9f\x14\x07\x91\xbf\xf1\x07\x87\xf8\x63\xcb\x70\x0d\xdf\x35\x9e\x08\xc5\x86\x79\x55\xcb\xa9\xed\x42\x27\xd0\xe5\x88\x3c\x3d\xd3\xdb\x9b\x7c\xcd\xb0\x87\xbf\xfe\x32\xfe\xc5\xe3\xff\xb2\x80\xfd\xf4\x3b\x40\x52\x88\x6d\x39\x30\xd8\x60\x06\x8b\x49\x8a\x69\x29\xd1\x18\x2b\xe1\x39\xc5\x54\xa6\x60\xde\x12\x4e\xce\xec\x64\x00\x1f\xa2\xf4\x32\x37\x20\xf6\x36\x73\x46\xa7\x87\x0a\x84\xd0\x06\x71\x1c\xa9\x10\xcb\x7b\xb2\x08\xae\xaa\xb0\x1e\xbc\x06\xc8\x46\x9b\x24\x1b\x79\x3b\xc8\xe2\x58\xaf\x8f\x82\xe0\x2d\x16\xa6\xe2\x62\x1a\x6b\x21\x68\xd2\x9c\xf9\x60\x6a\x75\xbc\x0e\x29\x96\xaa\x16\x32\xb5\x2f\xf6\x7c\x12\x24\x9f\x6f\x1b\x5f\xae\xdc\x28\xf6\x82\xf6\xa9\xc0\xcb\xa4\x6e\x6c\x0a\xef\x1f\xf1\xee\xf1\xad\x34\xb0\xea\x29\x8c\x9a\xa4\xf5\x66\x30\x8a\xe8\xaf\x95\x00\x31\x5d\xb4\x60\x3c\xb9\x7e\x4c\x24\x9b\x53\xb1\x68\x3c\x79\x7e\x42\x22\x08\x8f\x8e\xbb\x5e\xbf\x4f\x5a\x86\xc8\xcf\x32\xcb\x14\x2c\x69\x81\x3d\xd9\x1d\x17\x0e\xfd\xfd\xf1\x23\x15\x56\xe3\x49\xd0\xec\x44\x61\x10\x0e\xe2\x9b\x99\xf2\x94\x35\x52\xd9\x40\xcd\x37\x39\x1b\x49\xc3\x7d\x44\x25\xa4\xe3\x3d\x25\x0a\x80\x9b\x02\x00\x59\x9b\xc7\x95\x2f\x7c\xde\x89\x06\xc1\x03\x98\x5c\x66\x82\x0e\x14\xa5\xd2\x23\x79\xb4\x34\x62\x4d\xf4\x9a\xaa\x34\xfc\x85\x43\x5f\x50\x20\xd7\x11\xa1\x74\xfe\xa0\x50\x7e\x0a\x76\x18\x82\x44\x6c\xec\xa4\x26\x98\x82\x3c\x3e\x30\xb6\x70\x77\xb6\x64\xf7\xe3\xdb\x90\x7e\x86\x55\x73\x86\x75\x66\x27\x8d\x2a\xb9\x37\xb3\x10\xd5\x53\xa6\x6b\x1a\x55\xe5\xb7\x0d\xab\x2f\x99\x52\x41\x6b\x9d\x3f\x13\x92\xf5\xad\xc9\x31\x90\x13\xba\x0a\x19\x8f\xf9\x91\xce\x8f\x19\x45\xee\x44\x56\xaa\xe9\xbc\xec\xb8\xfd\xbe\x3f\xd9\x04\x50\x05\xdd\x24\x72\xd3\x02\x6f\x10\xfe\xee\x34\xc3\xa0\xe9\x26\x9b\x3a\xfc\xcc\x98\xd7\x8c\x4f\xa9\x4f\x83\x9f\x86\x69\x0a\x6e\x55\xc3\x18\x75\x3c\x9f\x18\xd8\x17\x66\x37\x15\x28\x3b\x83\x22\x99\x70\xb1\x34\xd2\xd8\x56\xc1\x90\x7e\xce\x44\xd5\xa8\x0c\x72\xdc\xd9\x4f\x31\x1a\x90\x91\x2d\x6f\x94\x50\x86\x75\x4c\x47\xe2\xb9\xae\xe2\x11\xd3\x33\x4e\x0c\x4c\x24\x55\x55\x64\xdd\x94\x8e\xa6\xde\x30\x6a\x59\xba\x5a\x12\x4d\x32\x24\x89\x03\x10\xfa\xb0\x99\xbe\x4f\x51\x62\x34\x41\x3e\xdb\x84\x58\x71\x01\xcd\x59\x0f\xd8\xa7\xd4\xb6\xfa\x18\x11\xb7\x2b\xda\xa0\x19\x5a\x85\x0e\x64\x73\x94\x23\xc9\x7c\x07\x34\xcd\xe7\x5c\x5f\xd9\x41\x27\xde\x0f\xd6\x64\x3a\x21\x9a\xa5\x99\x9b\x11\x0d\xe9\x68\xab\xa7\xd4\xb4\xa8\x84\xd4\xa9\x19\xe2\x42\xe3\x44\x5e\x22\x6d\x93\xe4\x3e\xf2\x44\x81\x14\xdf\xc8\x27\xad\x57\x93\xc4\xde\x74\xd0\x33\xed\xf9\xeb\x4f\x70\xa6\x83\x85\xc3\x91\x70\xa3\x34\xfa\x57\x09\x7a\x58\xb3\x90\x1d\x2e\x8f\xa3\x84\x15\x73\x5d\x9e\xb3\xe8\x3f\x36\x30\xea\x74\xa3\x80\xa2\x57\xc1\xd8\xe8\x10\xb7\x45\xff\x86\x28\x15\x6d\xfc\x10\x82\x6b\x59\xb5\x3a\x00\xfb\x12\xc2\x81\x66\x49\x2c\x4c\x25\xf9\xcc\xfd\xc0\x45\xf8\xdc\xbc\xfc\x81\xf5\x7e\x88\x6e\x8f\xc1\x8c\x66\x90\xe2\x8a\x19\x5e\x91\xb8\xc5\x39\x12\xc5\x74\x41\x68\x43\xe8\xa7\xec\x6f\x2a\x3d\x0d\x22\xff\x94\xfe\x93\xbe\xc0\x93\x91\x12\x94\x2d\x38\x16\xcf\xd6\x9d\x10\xfc\xc0\x76\x92\x3c\x02\xfb\x61\x0c\x78\xeb\x0f\xf0\x0f\x5d\x67\x7a\xa4\x3d\x78\x49\x67\x05\xb4\xd1\x8f\x02\xdd\xc2\x3d\xbc\xe4\xfc\xee\xee\x0a\xa1\x6d\xe2\xc1\xf2\x3c\xb2\xb2\x93\x1b\x49\xd2\x67\x25\x01\xb7\x74\x60\x33\x18\x7e\x35\x8e\xb5\x58\x16\x4e\x82\x62\x07\x8d\xdf\xe4\x58\x45\xf9\xdc\xfa\xa9\xb1\xd1\x1b\xf8\x89\xd7\x77\xa3\xa4\xf8\x14\x46\xbd\x0f\x10\xcb\x90\x55\xf8\x69\x9c\xd2\x96\xb3\x17\x33\xd3\xc8\x27\x32\x9b\xb9\x6c\xee\xf8\xf9\x2d\xc6\x36\xf4\x74\xa8\xc0\x2f\xdf\x54\xd5\x95\x8c\x6d\x63\x83\x0e\x6f\x43\x53\x9b\x1f\xb3\xd6\x99\xbf\xcc\x05\xbe\xf6\x65\xed\x9f\x59\x40\x18\x5a\x57\x99\xba\x4e\xb8\x66\x4f\x5a\x99\x2d\x90\x9f\x2f\xc2\xc3\x4d\xcd\xb0\x45\x52\x31\x04\x8c\xdc\xa9\x14\x37\x63\x40\x40\x4d\x59\x36\x7e\x22\x14\xd1\x04\x3a\x53\xfc\x0f\xda\xc6\x0f\xa1\x34\xfd\x6d\x6c\x52\x36\xc5\x34\xf8\x82\xb1\x21\x9e\x4d\xd9\xd8\xda\x51\x1a\x2e\xd8\x59\x84\x1f\x82\xe9\x42\x53\x90\x8d\xe7\x87\x78\xf4\x53\x5b\x14\x87\xcb\xcb\x0a\x83\xe7\xd1\x6f\xb1\xf1\x2f\x40\xeb\x4f\x6c\x18\x70\xdd\xc2\xb1\xcc\x18\x7d\x85\xc8\x49\x01\xe3\x2d\xa2\x3c\xd7\xc5\x4e\x0b\xe3\xd2\xc8\x19\x77\x05\xdb\x6c\x6a\xe5\xe5\x78\x9e\x35\xdb\x0a\xb6\xf3\x8f\xb8\x9b\xb5\xc0\xf2\x89\x3b\x18\xfc\xfa\x04\x2f\xb7\x3e\x0a\x9b\x9d\x50\x40\x92\xc1\xf8\x26\x85\x44\x91\x96\x8a\x24\xfb\x23\x89\x13\x5e\x8e\x9d\x38\x17\x0a\xa6\x67\xd0\xc5\x23\xd1\x2a\x53\xb2\x68\x3b\x16\x4d\xc8\x49\x48\x15\xe5\x53\xc1\xe1\x02\x2f\x36\xf3\x9c\x4e\xf4\xcd\xf2\x93\x3b\xd9\x16\x00\xd8\x3a\x95\xb0\x98\x72\x0c\x8a\xba\xd3\x0c\x8b\x05\x01\x50\xdd\x6b\x46\x61\x1c\x3e\xa5\x47\x26\x5a\x24\x86\xb0\x19\x38\xc4\xcb\x84\x82\xf4\x4d\x06\x71\xd0\x7b\x24\x11\x87\x09\x3f\x24\xa8\xe1\xd4\xf3\xfd\x94\x3b\x3d\x79\x3e\x1c\xd5\x61\xe5\xf9\xcf\xb4\x86\xef\x05\xe4\x8b\x08\x31\x7b\x91\xd9\x02\x20\x47\xb6\x54\x4a\x7c\x95\x96\x8b\x13\xb7\xd9\x65\x05\xe0\x59\xec\x17\x37\xa9\x32\x88\x78\x3c\x5f\x20\x0b\xa1\xb5\x16\x49\xbf\xb4\x88\x08\x1d\xf2\x07\xc8\x73\xff\xeb\xaf\xf2\x0b\x7e\xd8\xf8\x37\xf5\x6b\xcc\xae\x90\x63\xd7\x3f\x33\xeb\x71\x16\xba\xf9\x49\x74\x67\xa4\xaf\xd3\x38\x5a\x9c\x17\x66\x7b\x45\x21\xe9\x0f\x0a\x6e\x83\x07\x25\x37\xae\xee\x6a\x8d\x2f\x7f\x7e\x35\x2f\xef\x9d\x8d\x82\xe2\x13\x7f\x29\xb2\x24\xf6\x8a\x1f\xac\x13\xea\xb1\x83\x9b\xc2\x9b\xb3\x9b\x3f\xef\x1a\x8d\x3f\xeb\xe6\x97\xef\x7f\xde\x38\x95\xda\x8d\x63\xdf\xdd\x0a\xdf\x2b\xce\xd5\x8d\x63\x9b\x02\xd8\x34\x5c\xfa\xf6\xaa\xf1\xe5\x36\xdf\x2b\x16\x45\x2d\xbc\xe5\x0e\x9c\x0d\x10\x00\x97\x0a\x01\xf9\x31\xa3\x95\x6f\x02\x3f\xc0\x15\x24\xa0\x8d\xb1\xeb\x4f\xc6\xbf\xc0\x6d\x72\x0a\xd3\x2e\x88\x3f\xc8\x39\x77\x50\xdf\xbd\x8a\xc2\x3e\x89\x12\x8f\xc8\x2b\x59\x00\x47\x2b\xa9\xaa\x4c\x36\x85\xb0\xda\x0d\x29\xe0\xad\x90\x36\x4d\xf7\xcf\x9f\x69\x48\xdd\x52\xe3\x14\x68\x03\x7c\xdf\x82\x74\x49\xb0\x73\x0b\xd8\x71\xc1\x68\x0e\xe2\x24\xec\xd1\x7e\xc6\x82\x27\xd6\x15\x9d\x97\x6c\x44\x2c\xec\x36\x1d\x09\x97\x16\x90\xc9\x25\xe1\x99\xef\x26\x58\x94\x37\xee\x0a\x58\xca\x04\x44\x30\xba\x6d\x86\x8f\xcf\x79\xf6\x16\x3e\x3e\x83\x0d\x73\x96\xd8\x05\xc3\x46\xde\x37\x28\xb6\x81\xbb\xd4\xd2\x5b\x11\x83\x98\x41\xe0\x3b\x0c\x49\x7f\xb0\x22\x02\x92\xe8\x52\x67\x08\x41\xa3\xbd\xd4\x03\x11\x9b\x72\x04\x71\x56\x4a\xef\x58\x36\xc5\x32\xaf\xf5\xd7\x09\xfb\xb3\xca\xa1\x22\xb8\x77\x78\x52\x01\x6e\xe6\x92\x7c\x2c\x66\xab\x95\x7a\xa4\x52\x28\x3c\x26\x05\xd8\xea\x8c\xc8\x94\xc5\x20\xa6\xb6\x2a\x10\x22\x84\x6d\x8d\x9d\xae\x36\xfe\x49\x55\xe4\x7f\xa2\x7f\xc3\xf8\x27\xd3\xc8\xff\xa9\x81\xc6\x4d\x5c\x5a\x60\x58\x40\x09\x4e\x0e\xec\xc7\x9d\xe2\xa7\x61\x06\x46\xad\x22\x04\x5f\xc2\xf1\x45\x71\x9c\xbe\x9b\xc0\x59\x57\x2a\xee\xcc\x62\x51\x34\x74\xc5\x72\xd4\x08\x44\x98\xa5\x86\x3a\xde\xf3\x82\xc1\xf4\x4b\x15\xfa\xd1\xd4\xc7\x96\x42\x5a\xf9\x34\x7b\x4c\x9d\x65\x08\xec\x34\x03\x3b\x63\x7f\x3d\xe5\x0d\x19\xbf\xf1\x27\xd1\x9e\x6a\x9c\xa2\x49\x97\x43\x44\x93\xaf\xaa\x12\xb7\x19\x67\x3b\x95\x1c\x4a\x21\x8f\x00\x2d\x22\xc6\x07\xa3\xf4\x71\x36\xfc\x04\x90\x0b\xc7\x37\x32\xfc\xa6\x91\x3a\x6a\x4a\xe2\xf3\xe4\xe1\x9c\xd7\x2a\x18\xd5\x30\x72\x63\xd6\x3e\x66\x24\xf9\xe7\x80\xcd\xf2\xa2\x59\x02\x7c\x89\xf3\x84\xa6\x1f\xaf\x95\x8f\x84\xe2\x23\xfa\xc3\x6b\xfd\x90\xe3\x6e\xc4\x2f\x52\x30\x64\x7e\xc0\xb5\x04\x14\x23\x23\x1c\x92\x08\x8e\x0c\xe2\xe9\x9e\xb6\x17\x27\x24\x9a\xf5\x30\xf0\x08\x36\x2f\x66\x7a\xa5\xe1\xc5\x06\xd5\x0d\xbd\xe6\xc0\x77\x23\x7f\x42\x69\xea\x69\xe0\xa3\xa5\xa3\xeb\xf5\xfb\x5e\xd0\x66\xc0\x83\x09\x54\x96\x7c\xb0\x80\xa8\x9e\x3b\x31\x3a\xee\x90\x18\x8f\xa4\x19\xf6\x88\xf1\x4f\xda\xdd\x7f\xa6\x99\x46\xfe\x89\xeb\x65\x56\xe9\x11\x56\x70\x30\xb3\xda\x20\xc1\x08\x28\x32\x6e\xb3\x23\x36\xba\xcc\x0c\xb0\xfd\x58\x9c\x83\x74\x8b\xe6\x91\x67\xb2\xad\x41\xc2\xfa\xac\x81\x01\x4f\x23\x46\x9b\x1d\xc9\xfb\xd1\x81\x0d\x84\x8e\x56\x50\xf8\x9f\x82\xcd\x8e\x14\xde\xfa\x73\x4b\xcf\x83\x67\x47\x31\x87\x17\x7b\xb1\xf9\x18\x87\xfe\x20\x21\xfa\xe0\x08\xa9\x8c\x90\x13\xb3\xf7\xe8\x05\xf4\x55\x5e\xe5\xcd\xb2\x62\xa6\x25\x94\x0a\x30\x8f\xdc\xa2\x2d\x3f\x4e\x18\x40\x3a\xbb\x90\xe0\x03\x8d\x71\x99\x6e\x9c\x06\x3c\xde\xdf\x5c\x62\xf4\x16\xe4\x21\x80\xe8\xa0\xfc\x77\x4a\x81\x01\x9c\x77\xc5\x68\x4f\x37\x30\x5c\x36\x04\xda\x1a\xaa\x8b\xb5\x27\xb1\x1e\xab\xc5\x8b\xb1\x84\x42\x82\x53\x1c\x55\xcb\x99\x96\x06\x41\x12\x0e\x9a\x1d\x29\x12\x29\xa7\x51\xf3\xa1\xdc\xb1\x61\xd1\x2e\x28\x0b\x4a\x80\x39\xce\x31\x07\x82\x0f\xf9\x0f\x00\x55\x94\x90\x11\xb3\x39\xad\x97\x83\x41\x7d\x1b\x4a\xb4\xc0\xe8\x69\xf4\xdd\xa4\xc3\x68\x5c\x1f\x9e\x23\xdb\x44\x53\x63\xa8\xd8\x29\x81\xd9\xf0\x41\xfd\xfa\xab\xf1\x8b\x44\x20\x9b\x52\x85\x99\x43\x4d\x19\x4d\x68\x9a\xc8\x02\x0f\x59\x15\xf1\xeb\x1a\x22\x81\xc0\xe1\xfa\xa4\x3c\x63\x23\x7d\x12\x32\xa5\x2a\x4e\xfc\xa8\x8f\xfc\x68\x8f\x06\xe6\xce\x06\xbe\x3a\x9d\xe9\x5a\x23\x86\xf3\x81\xc0\x62\xb0\x74\x16\x14\x2c\x59\x1f\x17\x24\xfc\x54\x1c\x08\x9e\x0d\x32\xce\x87\xde\x4a\xe7\x79\x85\x63\xc5\xf2\x39\x60\xc5\x41\x8d\xdc\xa9\xe7\x74\x33\x9b\x1f\x68\x93\x4a\x80\x24\xa2\x5b\x10\xa6\xf5\x4a\x52\x13\xd5\x80\xee\x70\x2e\x26\x77\x9d\x5d\xd2\xa1\x36\x28\x27\x0d\x5a\x0c\xd3\x53\x31\x3c\x78\x49\x88\xf0\x11\x56\x2b\x93\xf1\x70\xb9\xf2\xa3\x1d\x58\x3b\x95\x9b\x16\xae\xd9\xbc\x1b\xa9\x29\x47\x40\x2d\x9e\xd6\x2c\x4c\xc5\x09\xe2\x41\x44\xd2\xf4\x1f\x64\xec\xe1\x59\x5e\x39\xa7\xec\x4c\x92\xd9\x34\x48\x86\x81\xb9\xe3\x6b\x28\xc5\x37\xb7\xf1\x0a\x39\x6c\x21\x98\x40\x58\x6b\xa8\x08\x89\x34\x54\x90\x08\xaa\x95\x65\x40\x94\x5b\x97\x5f\xa6\x30\x6f\xb2\xa3\xc8\xe2\xb1\x4d\xdf\x4d\x12\x12\xf0\x21\x2a\x07\x87\x3b\x38\x18\xd3\x37\x55\x0d\xee\x34\xc3\x5e\x2f\x0c\x98\x6d\x5d\x55\xe2\x0f\x29\x46\xe6\xc7\x9c\x92\x62\xf7\x64\xc9\x01\x4b\xcf\x71\xf6\x28\x9d\x18\x05\x63\x03\x7b\xb7\xf1\xa3\xc0\x65\x71\x7e\x78\xc2\x27\x6e\x80\x39\x43\x98\x8f\x20\x17\x1d\x94\xa6\x33\xc9\x0d\x86\x8d\x42\x94\x3d\x44\x07\x3d\x5b\x28\x42\xe6\x57\xf6\xe2\xaf\xbf\x52\x46\xc8\xdf\xe5\xb4\x49\x39\x7f\xb2\x7c\xde\xc8\x08\x03\x96\x5f\xf9\x86\xc0\xc6\xc2\x8e\xbb\x88\x06\xd8\x95\xe8\x7b\x86\x34\x99\xd5\x2b\xf3\x3f\xa4\x06\xae\x45\xf4\x39\x93\x81\x49\xaa\x39\xfb\xb6\x93\xcb\xa9\x39\x4b\xab\x62\x82\xd4\xad\xfc\xe1\x18\x29\x6b\xa8\x98\xfd\x52\x40\xd1\x33\xe1\x07\x82\xa4\x53\x10\x10\x2f\x91\x06\xdd\xb2\x8f\xe2\x51\x9d\x55\xf0\xb7\x18\x83\x3c\x09\x0b\x1c\x93\x81\x7c\x20\xf4\x69\x67\x66\xda\x70\x70\xd2\xb7\x25\x90\xae\x40\xbc\x0e\xd0\xdc\x02\xf9\xe9\x58\x3c\x25\x7c\x5a\xf0\x29\x9f\x41\x42\xed\x92\x9f\x3d\xed\xb3\x0e\xb7\x11\x74\xf3\x43\x1a\xfe\x09\x5c\xea\x43\x4a\x10\xa3\x8e\xd7\xec\x30\x7f\x07\x17\xad\x71\x64\x1f\x70\xdb\x02\x20\x8f\x13\xa8\x07\x9b\xde\x28\x4c\x37\x3d\x76\x5e\x13\xca\xd1\x4d\xac\x4d\x92\x8e\x6a\x03\x94\xa3\x52\x4b\x73\xbe\xed\xe5\xf6\x3b\xfe\xf5\x0b\x19\xf1\x40\xff\x88\xc4\x03\x1f\x0e\xcf\x83\x36\xcd\xfb\xc5\xea\xa3\xa0\x9b\x36\x33\x77\x1f\x9c\xf5\x7e\x96\xb8\xdd\x6c\x6f\xb9\x18\x7e\x39\x8e\x35\xdb\x1b\xf6\x52\xde\xb6\x27\xc4\x83\xb2\x74\x08\xe8\x85\x49\xb7\x3f\x31\x62\xa1\x0e\x91\xb8\x90\x71\x6b\x33\x71\xa3\x36\x49\x0a\xec\xbc\x88\xb4\x3e\x79\x6e\xa5\x2b\xdf\xf5\x98\xe1\x95\x15\x97\xb2\x8d\x8b\x9f\x19\x94\x59\x7f\xb0\xb8\x77\xe5\x9a\x94\xd3\xc6\xea\x1a\x5e\x0a\xf2\xbf\x7e\x2e\x01\x15\xa2\xa9\xf4\xf0\xf0\xc3\x4e\x0c\xa7\x7f\x72\xe7\x36\xa5\x22\xb9\x70\x47\xed\x04\x36\xc3\x20\x86\x53\x45\xc9\x07\xac\x2f\x4d\x07\x74\xbc\x42\x48\x5f\xb0\x7f\xf7\xa3\xb0\x2f\x73\x4a\x5d\x9a\xab\xbd\x3f\x68\xd9\x1f\x8a\x61\xe4\xa6\x99\x11\x1e\x16\x4f\xc9\x8f\xd5\x9e\xc5\x95\xb6\xc1\xd2\xb2\x0d\xa6\x61\x6c\xbc\xb1\x52\xae\xb1\xb5\x60\x0f\x8c\xfb\x67\x51\xd8\xc3\xf5\xb5\xf7\x1e\xa8\x9b\x19\x49\x1e\x6d\x6b\x19\x09\x93\x48\xee\xc2\xff\x9b\x23\xf9\xef\x23\x00\x5c\x3e\x5e\x44\x9a\xc9\x05\x99\x28\x96\x0e\x7d\x61\x78\x41\x8e\xe1\xae\x6d\xa1\xc8\xe0\x4b\x6b\xc5\x4a\x7a\xf6\xa6\xee\xf6\xb3\xd3\x1f\x1b\x83\xc8\xdf\x38\x9d\xa1\x7c\x26\x34\x6c\xa0\x50\x3c\xa7\x00\xc4\xc3\xe8\x3f\x33\xc3\xc7\xc6\xe9\x0c\x45\xf2\x12\x79\x4d\x66\xb9\xa2\x28\xb5\xcc\x29\x9b\x0f\x4c\x9b\x07\x16\x03\xd6\x17\x97\x60\xd9\x4f\xe7\x14\xcc\x25\xfa\x9b\x53\x92\x29\x05\x73\x4a\x88\x39\xf9\xe6\x14\x93\xd3\x6b\x2e\x28\x98\x25\xca\x9c\x53\x30\x9f\x91\x6e\x6e\xd1\x7c\x3e\xbe\x39\x85\x5b\xa4\x19\xf6\xfa\x0b\x0a\xf5\xdc\x31\x8b\xc0\xba\x04\x3f\xc5\xfc\xa2\x56\xd8\x9a\x2c\x2c\x87\xb9\xba\x6f\x48\x0b\xd6\xf5\x22\xfa\xa2\x02\xd7\x9c\x32\x9d\x24\xe9\x9b\x6d\x12\x2c\x2a\x13\x2f\x2a\x24\x58\x8e\xe6\x94\x8a\xc3\x66\x97\x24\x70\xc2\x6d\x31\xa5\x38\x41\x33\x6c\x79\x41\x7b\x4e\x51\x76\xec\x82\xdc\x42\x6c\xc3\xc6\x69\x9e\xe3\xfd\x43\x48\x4c\x20\x2b\xea\xcc\x8f\xda\xa5\x6c\x91\xb3\x27\x1e\xf8\x3d\xfb\x6d\x6f\x6b\x4b\x50\xe0\xe8\xbc\x0f\x12\x26\xb5\x22\xe7\x92\x38\x6b\xca\x9a\x78\x94\x6b\xdd\xed\x23\x23\xa3\x82\xa8\x42\xa6\x11\xe2\xa4\x9b\x19\x50\x5e\x1b\x81\xb3\x32\x9b\xba\xad\x87\x25\x98\xfd\xf5\x57\xd6\xf4\x2f\x9f\x3e\xe5\xb1\xb1\x85\xf9\x08\xa1\x38\xeb\xcf\x27\xb1\xc1\x5c\x1c\x7f\x6a\xf8\x65\xe1\xe2\xf3\x34\x21\x5d\xa2\x9d\xd9\xfc\x44\xa9\x6f\x0e\xd3\x59\x80\x8d\x1c\x74\x0a\x37\xb5\xa5\x51\x2e\x0b\x59\xe4\x53\x5d\x15\x63\x57\xe6\x39\x8d\x78\x7a\x0c\x53\x3e\x3a\xce\xdf\xa3\xfd\x9f\x07\x49\xcf\x75\xf6\x2a\x40\x30\xdd\x4a\x07\x81\xdb\x16\xd3\xee\xce\x44\xb8\xcd\x55\x81\xd8\x65\x1b\xb9\x3b\xa5\x66\xe2\xd6\x84\xa3\x9d\x8c\xde\x85\xb0\x2f\x16\x42\xb4\x23\x17\x48\xcf\xf4\xff\x92\x8f\x02\xfa\xeb\x2f\xe3\x97\x1c\xb0\xbf\xfe\xca\x81\xdf\xcc\x55\xda\xca\xa7\xb5\xd9\x14\xc3\x19\xf2\x07\xce\xe6\xe7\xe1\x4e\x53\xe1\x3f\xb9\x9e\xcf\xcf\x3d\xb2\xbe\x41\x14\xdd\x86\xb1\x6d\xe4\xda\x4f\x35\xff\x3f\xe6\x65\x40\x54\x7e\xc3\x70\x9f\x1f\x7f\xd4\xdd\xa4\xb3\xf3\xe4\x87\x98\xaa\x47\xc2\x48\xd1\x28\xed\xee\x6e\x19\x1f\x8c\x83\x1f\xb3\xa6\x20\x9d\xe1\x88\x07\x76\xe4\x3f\x30\x93\x90\x94\x16\xe1\x2d\xae\x8f\x65\x5c\x13\x82\x87\x21\x35\xf6\x40\x86\x38\x37\x71\x59\x78\x02\x37\xec\xb2\x1f\x69\x5f\x55\x96\x82\xbf\x6e\x99\x53\x0a\xea\xdf\x71\x40\x68\xe7\x4e\x45\x17\xb4\x74\xa7\x55\x41\x7b\xfc\x99\x9a\xa2\x69\x2d\xfe\x9c\xb3\xa9\xe3\xc2\xcf\x7a\x20\x83\xf8\x4b\xf4\x06\xc7\x86\x69\xc4\x5e\xd0\xf6\x05\x9f\x70\x18\xe1\xb9\x1f\x23\x7c\x4a\x5f\xc6\x39\xbb\xc5\xdf\x7f\xf2\x85\xc8\x6c\x15\x42\xaf\xb9\xf5\x6b\xfe\xca\x94\xac\x5a\x9b\x18\xd3\xdd\x49\x13\x61\x07\xb1\x32\xc5\x22\xb8\x1f\x05\x2b\x2a\xd0\xc0\xe2\x83\xb7\xf2\xf6\xf4\x14\x88\x7e\xe7\xb4\x1f\x99\xc3\x1a\xe3\xb0\x69\x67\x03\x34\xb7\xb1\x0e\xf0\xd0\x73\xd6\x4d\x35\x4b\x67\xb7\xd1\xbd\xde\xb4\x05\x47\x8a\xc2\xa8\x07\xc2\x68\x26\x85\x69\xdc\xc9\x8a\x92\xaf\xbf\x4c\x70\xe1\xf5\x85\xea\x4b\x0b\x35\xd9\xf9\xe6\xa4\xe7\xa3\xb5\x2a\xce\x99\x79\x7f\x79\xf7\xa7\xdd\xf8\x72\xe7\x7c\xb9\xfb\xf3\xee\xfb\x95\xc3\x95\x8d\x99\xd0\x7a\xb7\xdf\xf7\xd9\x75\x6d\xc5\xf1\x87\xd1\x68\xf4\x01\x42\xec\x07\x91\x8f\x97\xa7\xb5\x36\xb8\xe7\x5f\x64\xfd\x0c\x0a\x05\x52\x7b\xba\x0f\x62\x92\x6c\xa6\x24\x26\xa6\x5b\xd0\xe8\x9d\x7c\x9e\x45\x9b\xd3\xcc\xd7\xfc\xf5\x75\x19\x27\xd7\x14\xc0\xc4\x01\x03\x22\x79\xe6\x44\x23\x19\xc3\x3c\xbf\x4b\x51\x0c\xdf\x4b\x7d\x06\xd2\xa1\x50\xf9\xd6\x3b\xcc\xe5\x96\xe5\x7f\x4f\xfb\x53\x2c\x1a\x67\x61\x94\xa5\xba\xa6\xa4\xf9\xed\xfc\x86\x43\xc5\x42\x99\xef\x42\x9c\x48\xf6\x36\x2e\x8e\x3b\xd1\xc6\xec\x09\x6b\xec\x46\x3f\x0a\x9b\x24\x8e\xf3\xed\x0b\x91\x75\x42\x06\xa6\x10\x59\x20\xae\x2f\x56\x93\x65\xa5\xff\x83\x19\x42\xd9\xdb\x1f\x33\x23\x08\xe8\x26\x46\x7b\x0f\x57\xfa\xad\xd2\x7d\x48\x2d\x3c\xeb\x4c\xcf\xf0\x2a\x4f\x06\xc6\x0e\x78\x4f\x93\x5b\xf7\x89\xf8\x93\xcd\xc8\x1d\x81\x30\x57\xc0\xb4\xc6\x51\xc1\x40\xea\x13\x33\x08\x65\x57\x30\xd0\xba\x69\x95\x8c\x2c\xa4\xa3\x77\x9b\x08\x88\xf2\xb4\xcf\xb7\x8d\x2f\x3b\xf0\x73\x2b\xab\xf5\x51\x69\x73\x4c\x22\xaf\x37\x53\x26\x3b\x1d\x97\xbb\x5f\x87\x60\xfc\x23\x4c\xcb\x2d\xe4\x51\x64\xab\x5e\xf4\x3d\xa0\x03\x59\x75\x0f\x42\xfe\xa8\x1a\xbb\xae\x30\xeb\x73\x8a\x25\xb9\xdf\x3f\xf9\x42\x17\x36\xd8\x7f\xf1\xc3\x7f\x19\x17\x39\x55\x72\x9d\x02\x8b\xe1\xc4\x89\x39\x55\x2d\x8b\x82\x00\x4b\x30\x0a\x9c\x1a\x7f\xcc\xf2\x76\xee\x09\x96\xf9\x37\x1f\xbf\x82\x87\x66\x7c\x62\xc3\x6c\x36\x49\x3f\xd9\xe0\x68\x9e\x5f\x58\x5a\xea\x5b\x52\x96\xeb\x99\x4b\x34\x5b\x90\x5a\xfb\xaf\xbf\x38\xca\x25\x33\xb1\x35\x78\x7a\x22\x91\xb6\xcc\x82\xcf\xb7\x49\x44\xdc\x9e\xf6\xf3\x99\xe7\x13\x3d\x68\x3f\x7c\xc4\x8f\x4c\xd2\x9a\xb1\x2c\x09\x17\xae\xfe\x9c\x1d\x9f\xd0\xfd\xaf\x1e\x19\x21\x28\x35\x90\x9d\x47\x28\xa6\x87\x75\x7f\x73\x79\x4b\xdc\xa8\xd9\xb9\x02\x1b\xcd\x0c\xac\x05\x3c\x7e\xf1\xb6\xf1\xb1\xd9\xa1\x2b\x2e\xf9\x34\x48\x9e\x3e\x9c\x6c\xcc\xac\x37\xe8\x25\x67\x56\x9b\x33\x47\x83\x31\x12\x06\xb9\xdb\x95\x3b\x81\x2b\x03\x3e\xa5\x98\x64\x0e\x84\x56\x9a\xe1\x5b\x10\x67\xb0\xc7\xc6\xa7\x54\x86\xfb\xf5\x57\xdd\x86\x21\xa7\x8e\x84\xc9\xbb\xf4\xe2\x44\x22\xae\xcd\xec\xbd\xd0\x01\xfe\x8a\xe3\x8d\xaa\xa8\xf9\xee\x62\x68\x49\xd6\x21\xca\x25\x54\x07\xd9\xb6\x72\x57\x26\xfd\x29\xec\xf9\x10\xd3\x47\x82\x61\x7a\x5e\x82\x04\xc3\x1d\xfe\x3d\x8f\xd2\x4c\x18\x10\x3b\xfd\x9b\xf1\x2f\xc8\xf3\x1e\xff\xf1\x63\x03\x4f\xc0\xfd\x34\x4e\x99\xbc\x95\x35\xf5\xeb\xaf\xe0\xc0\x4b\x5f\x08\xa7\xb5\xb3\xed\x28\x3f\x42\xbc\xfe\x40\x1e\xa1\x48\x18\xf9\xfb\x2f\x56\x21\x2a\xac\x9b\x1f\x62\x7e\xdf\x10\x29\x20\xef\x23\x4d\x17\xd3\xcf\x1f\xb3\x1c\x8d\xa7\xd1\x51\xb2\x34\xfc\xc8\xd6\xb1\x60\x1e\xc9\x65\x1a\x81\x09\xc9\xdf\x29\x95\x86\x21\xe4\x12\x90\x70\x18\x33\xe9\x42\xb8\x1f\x9a\xc3\xa0\x33\x2d\xde\xe7\x34\x53\x41\x00\x36\x93\x34\x64\x11\xb0\x99\x0a\x62\xcf\x40\x98\x96\x81\xfd\x32\xdb\xdd\xfc\xc9\x9d\xdc\x0d\xa5\xd2\xe2\x99\x05\x49\x17\xca\x6c\xaf\xa5\x8b\x8e\x81\x21\xb4\xf8\x05\xc8\xc0\x27\xd8\x01\x72\x31\x98\x40\xdc\xeb\xd3\x29\xcf\x76\x7a\x89\x32\x34\x5b\xb8\xa6\x8f\xb9\x8b\x33\x84\x8d\xfe\xd3\xdc\x8d\x3e\xdb\xec\x73\xa7\x4c\x36\x67\x73\xac\x89\x0a\x3e\xc6\x7e\x16\x20\x08\xb7\x20\xe3\x76\xeb\xa3\x08\xfe\xa7\xf8\x23\x2f\x56\x88\x17\xf1\x2c\xbb\x1e\x50\xf5\x36\x20\x45\x9e\x70\xa5\x6f\xcf\xf3\x7d\x2f\x26\xcd\x30\x68\x61\x2a\x75\xb8\x72\x30\x55\xc4\x77\x8c\xda\x13\x5c\x1b\x9d\x84\xc6\xae\xc1\xf3\xb1\x6f\x19\x2e\x83\x95\x42\xc2\xa0\x58\x76\x22\x12\xef\xd2\x42\xad\x91\x95\x38\x35\x76\x59\x47\x64\xfb\xf9\xa9\xb1\xf1\xed\xf6\xe6\xec\xc3\x5d\xe3\xc2\x61\xc7\xad\x64\xbb\x39\x2d\xf0\x41\x2e\x42\x0b\xe5\xcd\xd6\xa7\xc6\x87\x52\x81\x7d\xc8\x8c\xd4\xec\x2d\x7d\x4f\x82\xe1\x29\x9f\x41\xce\xf8\x4e\xf3\x89\xd3\x33\x05\x0b\x70\x57\xe0\x8e\x1c\xd1\xe8\x74\x2a\xb9\x2f\x45\x6b\x14\x33\x42\xe5\xc2\x52\x99\xf5\xe6\xff\xf7\xc9\xd8\xdb\x85\xab\x35\xd9\x8b\xff\xcf\xd8\xdf\xdd\xfd\x28\xb6\x93\x9e\x94\x4e\x43\x1e\x7b\xbd\x30\x38\xcd\xe8\x8e\x4b\x51\xa7\xb3\xec\xb3\x60\x50\xdd\xba\xd8\xf7\x21\x99\xc8\xdf\x8b\x7f\xdf\x90\x45\xcf\x9f\xca\x03\xeb\xea\x20\xb0\x95\x8e\xf9\xa7\x3c\x30\x17\xd6\xc5\x83\x17\xde\xf1\xa8\xfc\x9c\xa6\xff\xff\xec\xbd\x0b\x57\xdb\x48\xd2\x30\xfc\x57\x2a\xec\x4c\x6c\xe3\x1b\x36\x84\x30\x4e\x0c\x9b\x0b\xec\xf0\x6d\x86\xe4\x0d\x64\x67\x9f\x17\x33\x89\x6c\xb7\xb1\x12\x59\xf2\x48\x32\x97\x09\xec\x6f\xff\x4e\x57\xf5\x5d\x2d\x63\x72\x99\x9d\x73\x9e\x97\x9c\x13\xdb\x52\x5f\xaa\xab\xbb\xab\xab\xaa\xeb\x62\x5a\x15\xf8\x44\xe4\x65\xae\xd8\x86\x5a\x64\xa5\x20\x84\x08\x8b\x27\x32\x54\x9e\x2e\xc8\x97\xc4\x13\xee\x49\xbd\xf3\xc6\x70\x42\x37\x14\xa5\xfd\xf0\x77\x38\x58\x13\xe1\xfd\x07\x6b\x3d\x18\xac\x6d\xb4\xba\x8f\x5b\xdd\xc1\x1a\xaf\x75\xbf\xd0\x89\x98\x44\x63\x12\x13\x35\x7a\x96\x9e\xdb\xc1\x13\xb5\x09\x50\x1a\xcc\xab\xd6\x09\x19\xa4\xe7\x99\x4c\xd8\x81\x36\x19\x41\x7a\xbe\x98\xb1\x38\x97\x2e\x2f\x92\xa2\x61\xe0\x6d\x64\xbb\x74\xf0\x6d\x5e\x59\x06\xe8\x76\xc2\x70\xf3\x57\xa7\x21\x9f\x45\xd5\xe0\x69\x78\xe6\xb5\xe4\x98\xc4\x22\x88\x8e\x80\xbd\x81\x95\x8d\x38\x0d\xdf\xc6\x55\x8c\xd8\xdc\xea\x85\x4a\x2a\x24\xba\xf7\xa4\x9c\xe7\x65\x5a\x12\xc6\x79\x14\x8c\x58\xb5\xfd\xe3\xe6\xb3\xf6\x79\xd8\x80\x4a\xaf\x52\x7c\xd7\xdd\x6a\x9f\x37\xa0\xf2\x83\xef\xd5\x0b\xaa\xd6\xf0\xbd\xdb\xc0\x6a\x75\xcf\xab\x47\xcf\xa9\xda\xa9\xef\xdd\x4b\x7a\x77\x56\xa9\xb9\x3e\x6d\xcf\x17\x61\x34\x86\x40\xba\x4c\x04\xf3\x39\x8b\xc7\xfc\xc0\xa6\x9b\x5d\x69\xdb\x4c\x39\x9e\xfd\xde\x08\x8b\x34\xd2\x9e\x08\x09\xf9\x40\xf0\x67\x55\xd6\x3a\x6f\x35\x30\x04\x45\xaf\xdd\xbe\xbc\xbc\x6c\x9d\x27\xc9\x79\xc4\x5a\xa3\x64\x56\xf3\x5e\x54\x9c\x52\xa7\xe4\x8a\xaf\x01\x18\x32\x01\x97\xd4\xea\x7a\x1d\x14\x38\x63\x17\xe4\x39\x1b\xf3\xce\x57\xf3\x4d\x78\xf7\xf6\x15\x85\xc5\x90\xe1\x56\x0a\x71\x56\x56\x0d\x4f\x88\x5a\x30\xaa\xed\x9e\x04\x8b\x34\x72\xe3\xd9\x65\xb2\x83\x31\xc9\x66\x4a\x29\x55\xd2\x3f\x14\x6a\x50\x76\x28\xab\xac\xa8\x5c\xd0\x30\x95\xc9\x83\xa2\xf8\xdd\x5d\xb8\x32\x9c\x7d\x9f\x82\xbe\xd9\x01\x61\xf7\x54\xcb\x5b\x36\xe5\x97\xf8\x35\x14\x8c\xa2\x33\x5f\x76\x46\x0e\xf5\x45\x40\xe1\x19\x31\xac\xed\xcd\x0d\x08\x3d\x99\x7c\xec\xd3\xd1\xc1\xd2\xd4\xc7\x45\x63\x32\xbe\x69\xad\xca\x9f\xd8\x35\xf4\xf1\xff\x3a\x54\x4e\xcf\x2a\x06\x6f\xe9\xe6\x5c\x44\x38\xe0\xf4\x22\x88\xce\x7c\x9d\xd9\xa3\xc7\x21\xea\x58\x68\x9c\x79\xa5\xdb\xd9\x8b\x02\xab\x2a\x21\x7c\x19\xe4\xfc\xb5\xc3\x7d\x5e\x40\x1f\x2e\x5a\x79\x72\x78\xfc\xda\x91\xaa\xc1\x6f\x35\x27\xa4\x68\x6f\x43\xb6\xfe\xa9\x7a\x51\xf3\x31\x9a\x40\x73\x4b\xfe\x98\x82\x20\xe2\x64\xd5\xa1\xd2\xaf\x40\x5d\x11\x49\x23\xb5\x97\xce\x12\xa9\x95\x38\xfe\xc5\x95\x67\xad\x8f\x49\x18\x57\x2b\x0f\x2b\x05\x27\x0e\xb7\x86\x75\x08\x4d\x83\x6c\x3a\x0b\xd2\x4f\x87\x22\x8a\xf8\x22\x8d\x74\x3a\xf2\xbf\x29\xa1\x12\xdd\xdf\xac\xa2\x0f\xdc\xa4\x67\x14\xca\x93\xd7\x27\xdb\xc1\x8d\x86\xdd\x78\x41\xf4\xe4\x15\xea\x7d\xa8\x5a\x5d\xee\x55\x64\x3e\x35\xd8\x83\xca\x1e\xa6\x2f\x7e\x58\xe1\x58\xf2\x6e\x75\x5b\x29\x48\x04\xa2\xec\xd0\xba\x87\x87\x9b\x0e\xf6\xf2\xee\xed\xab\x62\x90\xdc\x2f\xf0\x1e\x23\x27\x31\x59\xd8\x74\x1a\x5b\xc5\x53\x4c\x14\x5b\x4a\x87\x4b\xdc\xb7\x54\xc7\xf6\xd1\x6b\xbc\xa0\xd9\xd8\x93\xa3\x69\xa9\xd3\x6e\x30\x68\xd7\x7f\x68\x37\xa0\x82\xf8\xaf\xb4\xe9\xc6\x56\xd5\xd3\x05\x7f\xe3\x25\xa9\x20\x35\xd6\x93\x8d\x7d\x35\x0f\x51\x18\x2f\x5e\x30\x2f\xcb\x30\x0c\x7b\x3a\xbc\xab\x27\xe7\xb1\x4e\xae\x39\x4e\x46\xc8\x1d\xb5\x28\x09\x30\x41\x5e\x35\xd4\xee\x9e\xb6\x5d\xfd\xa1\x41\x0b\x2e\xd3\x30\x67\x3d\x93\xe1\x0b\x73\x56\xc5\x80\x28\x74\xd5\xd2\x00\x76\x35\x0f\x53\x86\xa7\x63\x3e\x6d\xc0\x38\x99\xa1\xb4\x91\xb1\xd1\x22\x65\x2e\x61\x41\x1d\x1d\x07\x4c\x07\x8a\x94\x7f\xf4\x9c\x48\x09\x0a\xdb\x36\x0d\x71\x19\xaa\x05\xb3\x12\x50\xbb\x14\x92\xfc\xa1\xab\x02\x38\x97\xc0\xd9\xbd\x55\x44\x29\xec\x8d\x6f\x1f\x24\xaf\xb2\x6a\x2b\x4f\xfe\xf1\xcb\x89\x24\xa8\x05\x81\xbc\x0c\x00\x51\x61\x1e\xd8\x6a\x0b\x4f\xef\xbc\x08\x76\x3d\x0f\x34\x7b\xbc\x6a\xfb\x84\xee\x3b\x7a\xa0\x42\xd8\x87\x28\x7f\x57\x2f\x34\x7b\x48\xb4\x30\x48\xd5\xd2\xe6\xa9\x70\x65\x69\xa3\xce\xba\x44\x0b\x1e\x6c\x82\x28\xfc\x13\xb0\xaa\x4b\xe1\x57\x2e\xcb\x60\xdc\x33\x5d\x63\x83\x31\xae\x10\xcf\xe2\x9a\xa1\x92\xa7\xef\x76\xd7\xc2\xe7\x68\xd5\xf1\x96\x9d\xef\x5f\xcd\xab\x95\xea\x6f\x37\x4f\x06\x83\xc1\x20\x5b\xaf\x55\x71\xde\xc5\x92\xab\xf5\xab\xa7\xbf\x3d\x39\x5b\xaf\x55\x9c\xb9\x96\x77\x34\xd4\xc5\x1e\x8c\x59\x61\x59\xe2\xab\xd3\xcd\xb3\x9a\x08\x02\xb0\x6c\x48\xb3\xe4\x82\x59\x83\xe2\x0f\x7c\xc3\x42\x7d\x90\xb9\xef\x2a\x95\x06\xae\xd0\x56\x9c\x5c\x56\x6b\xd0\x84\x9d\xed\xad\x0d\xfe\xe7\x3d\xa2\x6f\xd5\x69\x5b\xc5\xac\xdf\x82\x8a\x1c\x19\xc4\xc0\xa4\x24\x50\xd5\xe9\xd0\xb3\x86\x95\x0c\xbd\x06\x51\x30\xfa\x24\x72\x0e\x4b\x82\xd3\x72\x29\x4c\x9c\xc4\x5e\x02\x76\x6f\x22\x53\xb3\x43\xba\xf9\x16\x41\x0d\x3e\xcb\xe6\x30\xba\x00\xd8\x15\xfc\x28\xe6\xed\xfa\x90\x33\xc0\x5d\xb1\xec\x8c\x7d\xc9\x72\x96\xce\xc2\x98\x65\x70\x39\x45\x7f\x95\xe2\xb9\x6a\xfa\x74\xdf\x29\x12\x09\xef\xea\xbc\xe8\xac\x29\xa2\x31\xdf\xc2\x49\xba\x40\x9e\x6d\x69\x47\x0d\x48\x54\x7e\x6f\xa1\x26\xb8\xe3\x5c\xb5\x3d\xa8\x17\x69\xa4\x9d\x56\x9e\xc9\xd6\xd1\x48\x7b\x8c\x11\x18\x94\x33\x7b\x38\x81\x30\x87\x21\x3b\x0f\xe3\x8c\xac\x9f\x06\x6b\x4f\xb3\xd1\x94\xcd\xd8\x6e\xaf\xdd\x1e\xac\x41\x92\xc2\x60\x0d\xbf\xa9\x64\xb2\x4d\x93\x33\x20\xf1\xb3\xdd\x86\xb7\x07\x2f\x60\xf3\xa7\x9d\x6d\x20\x4e\x3d\x03\x6a\x86\x36\x62\xc0\x39\x99\x8c\xfd\xbe\x60\x22\xb0\xff\x68\x1a\xa4\xc1\x28\x67\x69\x46\xbd\x23\x57\x83\x00\x04\x10\xb1\x3c\xc7\xe0\x0e\x63\x98\x24\x51\x94\x5c\x52\x82\xa5\x76\x1b\x45\xd6\x58\xf2\x41\x2a\x45\x1c\x95\xcf\x1a\x30\x0e\xcf\xc3\x9c\x9f\x5c\xd1\x82\xff\xcf\xd2\x30\x19\x37\xf8\x08\xa6\xd7\xf3\x29\xc3\xcc\x6f\x72\x7d\xb5\x7f\xab\x9e\x06\xcd\x3f\xce\xf8\x7f\x83\xc1\xb8\x3e\x18\x34\x5b\x67\xeb\xbd\xda\xde\x60\xc0\x59\x8a\x76\xd8\xe2\xb3\x58\x15\x21\x3c\xbf\x8e\x3d\xb8\x63\xbd\xcd\xc5\xe5\x0b\xe5\x30\xa1\x98\x79\x22\x75\xc9\xf0\xba\x24\x03\xc2\xfa\xad\xaa\xc6\x17\x1e\xa5\xbe\xb8\xc7\xd2\x5b\xa1\xcf\x2f\x5a\x84\xda\xc4\x4e\xf4\x60\x33\x74\x8e\xa0\xa2\xca\x3c\x7c\x08\xf2\x87\x93\x2e\x51\x1e\x58\x7f\x45\x1e\x0d\xe3\x8b\x60\x7c\x04\xc9\xad\x09\x75\xc8\xb3\x37\x87\x99\xa4\xab\x7a\x52\x78\x43\xe6\xbc\x4b\x13\x34\xb1\x3d\x45\xdd\x8c\x6f\x97\x24\x0d\xcf\xc3\x98\xef\x9a\xd1\x22\x4d\x59\x9c\x43\x94\x8c\x54\x0a\xc4\x7b\x70\x80\x78\x86\x66\x78\x3e\xb7\xab\xfc\xcb\x4d\x9e\x86\x63\x16\xe7\x35\xb9\xc2\xe3\xe0\x22\x3c\xc7\xe0\xf8\x8b\x8c\xa5\x68\x5f\xad\xcf\x1d\x44\x6d\x1a\x09\x8d\xe6\x11\xc5\x15\xd4\x67\x31\xca\x28\xfb\x11\xe3\xbf\xaa\x95\xa0\x62\x57\xa4\x41\x10\x7f\x2d\x9f\xcb\x0b\x0a\x58\x07\xde\x28\x13\xaa\xa8\x3c\x81\x71\x98\x8d\x30\xa6\x4b\x98\x57\x32\xb4\x6d\xc6\x33\x58\x44\xaa\x53\xb5\xe4\x06\x38\xf6\x93\xde\x21\x23\x81\x7b\xac\xca\xbb\xfe\x83\xe2\x45\x5b\x42\x64\x1c\x27\x68\x4d\x6a\xd3\x4f\x3d\x9a\x69\xca\x26\x24\x3a\x5a\x5c\x2a\x67\xae\x38\x5e\xad\xf2\xed\x36\x1c\xee\xe3\x02\xc8\x20\xc8\xf3\x34\x1c\x72\x5a\x8b\x37\x2c\x97\x21\x25\xc7\x55\xb6\x11\x30\x57\xf6\xd7\x26\x97\x60\x63\xbd\x95\xb1\xfc\x99\x6c\xa8\x5a\xe1\xb0\x54\x1a\x08\x92\xcd\xd3\x68\x20\xcd\xca\xfc\xa9\xcd\x4a\xe8\x1f\xf7\xe9\xc7\x1a\xa0\xb3\x2c\xe6\x14\x95\x98\xcc\x93\xdf\xa5\xd1\x3b\xdc\x90\x18\x22\x67\x12\x8c\x18\x34\xa5\x62\x10\x65\xef\x39\x1b\xb5\x2e\xa7\x41\x7e\x79\xde\x4a\xd2\xf3\xf6\xdf\x16\x69\x84\x3b\xd1\xd5\xec\xd8\x9c\x13\x87\xa3\xe7\x1b\x9c\xe5\x8c\x2b\x4f\xa9\x42\x49\x95\xc0\x7c\xaf\xec\x8d\x16\x16\x7b\x52\xa4\xec\x71\xf6\xcc\x02\x22\xc9\xf2\x22\x10\x89\x61\x7d\x0b\xa8\x00\x09\xd2\xd1\xb4\x50\x8e\x1e\x17\x01\xa0\xe7\x96\xac\xba\x57\x0a\x40\x90\x15\x1b\xe6\x0f\x8b\xcd\xf2\xa7\x46\xa3\x7f\x5b\x36\x26\x8a\x8f\xe9\x19\x97\x15\x2d\x13\x11\x9c\xa4\x45\x0c\xf0\x87\x76\xa9\x20\x9f\x52\x9b\x55\xb7\xa8\x78\xd3\xe2\x3c\xc0\xb3\xbc\xba\x21\x8c\xd9\xda\x15\x24\xb9\x00\xa5\xbb\x40\xd6\xe4\x7c\xaf\x59\x8c\xa4\xfe\x92\xc2\xc6\xc2\xf7\xe9\xee\x14\x95\xd2\x29\x2d\x39\x09\xb8\x0c\xe3\x71\x72\xd9\x52\x64\xd7\xdd\x03\x06\x21\x53\xc7\x3a\x27\x06\x44\xcf\xb2\x69\x90\x8a\xbd\xe0\xd0\x73\x0c\x14\xe2\xd0\xf4\x3b\x48\x9c\x11\x60\xa8\xc8\x64\x3a\x44\xae\x70\xd8\x97\x43\xe3\x3b\xdf\x2d\xca\xe8\x5e\x0e\x91\x4e\x39\x98\xb1\xd7\x58\xbf\xaa\xe1\x2a\x10\x4b\xa2\xc1\xfc\x90\x75\x6d\xfc\x74\x9d\x1a\xec\x99\x08\x37\x5b\xeb\x19\x63\x7e\x52\xa0\x09\x64\x08\x38\xd6\xfb\x99\xaf\x1e\x35\x8d\xfa\xf1\xc3\x87\xf6\x2a\x11\xd5\xf8\x9a\x76\xaa\xf0\x47\x86\x42\xf3\x7e\x12\x56\xf6\xa7\x89\x58\xa5\x33\xe1\xd1\x89\xeb\x64\x2b\xee\x90\xca\xe5\xa2\x55\x62\x09\x94\x73\x7f\x4b\xad\xfd\xd4\xcb\xf1\x91\x96\x88\x6d\xb5\xb9\xb6\x68\x37\xd2\x1a\x8f\x58\x96\x51\x7b\x55\xa1\x9e\xb2\x24\x6a\x7e\xfa\x2a\x8b\x4d\xbb\x0f\x34\x80\xe2\x54\x26\x4f\xde\xcd\xe7\x32\x25\x11\x5d\x32\x58\x05\xed\x02\x06\x2a\xe5\x85\xb3\x5d\xdc\x36\x4a\x06\x1d\xf8\x44\x15\xe7\x85\xbc\xb1\xd6\xd6\x1a\x6b\xcb\x9c\x68\x69\x2a\x3c\x28\x16\x91\xf6\xbe\x42\x00\x69\xc3\xcf\xc2\x76\xee\x72\x9a\x64\x0c\xc6\x0b\x32\x2c\x60\x19\x04\x29\x83\xf0\x3c\x4e\x52\x0a\x28\x18\x27\x63\x86\x15\x46\xad\x49\x0b\xcf\xec\xac\xd7\x6e\xf3\xa7\x1f\x33\x3c\xab\x83\x79\x88\xb6\xc1\xad\x69\x3e\x8b\xfe\xc6\xbf\xbd\x17\xe1\x46\xdf\xab\xb0\x34\x78\x0d\x8c\x6d\xbe\x94\x1d\xbd\xe6\x7c\x09\x05\xe6\x0d\xce\xd1\x18\x21\x58\xe4\xd3\x24\x0d\xff\x40\x12\x48\xb1\x67\xc8\x94\x8f\x2e\x8c\xcd\x27\xf9\xf5\x1c\xab\xb0\x3c\x38\x17\x61\x71\x85\x36\x8f\x3f\x9d\xa4\xc9\x0c\xcd\x1a\x84\xb5\x41\x38\x69\xce\x92\x31\x0a\xd6\xcd\x2c\x8c\x47\x4c\x3c\x5c\xc4\xee\x63\x6c\x29\x0a\xb2\x5c\x55\xe0\x45\x25\x59\xe6\xdf\x67\xc1\x55\x73\x92\xa4\x97\x41\x3a\xc6\xbe\xe6\x69\x72\x75\xdd\x74\x40\xc7\x66\x52\x36\x61\x29\x4b\x79\xa1\x94\xe5\xe9\x75\x33\x98\xe4\xf4\x93\xf3\xd5\xcd\x00\x1d\x17\x07\xf1\x99\x25\x11\x12\x0f\x2c\xed\x1a\xc3\x38\x4f\x74\x1a\x4b\x25\xf3\x7d\xf8\x40\x61\x41\x5f\x06\x39\xeb\xc1\xaf\x6c\xdc\x80\xee\x63\x78\xb6\x38\x87\xee\x46\x67\x0b\x36\x76\x7a\x8f\x76\x7a\x5b\x3f\xc1\x3f\x7e\x39\x91\x61\x3e\x94\x49\x64\x0f\x5c\x1b\x12\x59\x24\xa6\x98\x2f\x3d\xf8\xc4\xd8\xbc\x19\x44\xe1\x05\x33\xbc\x76\x58\xda\x94\x7e\x8f\x3d\x18\x4d\x17\xf1\x27\x71\x19\x2b\x80\xb1\x84\x51\x79\x50\xc9\x71\xc8\xb5\xc6\xc9\x1e\x5e\x56\xd8\x7c\xb9\x2f\xa8\x87\xac\x22\x0e\x8e\x22\x26\x96\x0a\x9e\x58\x4b\x34\x51\xb5\x4d\x96\xad\xd3\xc8\x08\xbe\xf1\x89\x5d\xab\xef\x17\x81\xce\xb8\x1a\x9a\xb9\x82\x74\x53\x2a\xf9\x08\x36\xf5\x44\x32\x10\x5e\x0a\x86\x59\x69\xf3\x6a\x65\x30\x88\x2b\x35\xf7\x26\x30\xad\xf2\xbd\xae\x09\x18\xf4\x31\xf2\xb7\xbe\x5b\xea\x29\x29\x8a\xee\x27\x0d\x33\x76\x2c\x98\x2d\x86\x59\x9e\x56\x37\x1a\x10\xd6\x6a\x9e\x7c\x6b\xf2\xb2\xb2\xa4\x5e\x08\x75\xe8\xd4\x6c\x73\xeb\xe2\x75\x2c\x0d\xf3\xf4\x13\xbb\x3e\xc3\xdc\x54\xee\x5e\x56\xe0\x62\xd5\xdd\x3e\x6c\xdc\x71\x2d\xab\x9b\xc6\x51\x61\x22\x3e\x96\x37\x49\x9b\x6b\xdf\xe9\x9a\x7d\xf7\x6d\x50\xf6\xac\x97\x3d\x38\x3d\x53\xce\xb2\x78\x37\x5b\x5b\x72\x85\x6b\x37\x5b\xde\x6a\x1d\xf8\x9e\x85\x3a\xa2\xb1\xa7\xd6\x06\xb8\x86\xfe\x8e\x2f\x93\x58\x18\xe5\x5a\x8a\x3b\x56\xef\x1b\xc1\xb5\x18\xb2\xa7\xa9\xff\x6e\xff\x56\x3d\x6d\xd6\x07\x83\xcb\xb3\xcf\x9d\x46\xf7\xd1\x6d\xad\xda\x13\x9a\xaa\x9b\x5e\xad\xdd\x62\x57\x6c\x54\x75\xd3\xcd\x50\xdd\x87\x0f\xe9\xcb\x69\x07\xdd\x7e\x2b\x95\x15\x2e\x1f\xd1\x22\x72\x94\x87\x23\xc8\x16\xe7\x64\x95\x0a\x61\x7c\x91\x7c\xe2\xbb\xd9\xc8\x8a\x1c\xc4\x63\x60\x57\xf3\x80\x4c\x48\x82\x18\x02\x74\x86\x43\x2f\x3f\x65\x26\xa4\xc8\xc5\x0b\x8a\x7c\xc6\x3b\x1d\x05\x19\x83\xcb\x64\x11\x8d\x81\xd2\x7c\xf3\x87\x1f\xa4\xb7\x9d\xe1\xfc\x82\x86\x3f\x46\x98\x56\x4e\x7f\x3e\x92\x87\x9d\x61\x45\x56\xbd\x6a\xc0\x75\x03\xfe\x10\xaa\xe0\x75\xcb\x74\xe9\xb4\xd3\x80\x6e\x03\x36\xf1\x4c\xe6\xd5\x84\x35\x11\x59\x67\x2a\x53\x22\x6a\x5b\x75\xf4\x6b\x98\x4f\xe1\x43\x36\x4f\x59\x30\xfe\x40\xce\x74\x22\x7b\x05\x8c\x82\x98\x43\x9d\xb2\xe6\x65\x1a\xe6\x39\xe9\x15\x8b\xe0\x51\x5d\x1d\x7e\xdd\x80\xb1\x56\x55\x40\xf9\xfa\x2e\xba\x04\x8f\x82\x28\x1a\x8a\x30\xc1\x06\xf5\x54\x05\xee\x76\xee\x25\x60\x64\x3b\xcb\xcc\xbf\x82\xb4\x90\x2f\x4a\x56\x73\x30\x97\x7e\xa9\x0d\x56\x69\x78\xaa\x0b\x86\x76\xa9\xe8\x53\x28\x93\x39\x27\xca\x92\xd3\x1b\x2c\x2a\x19\x7e\xb4\x9e\xef\xa9\x54\x1f\xd2\x63\xf2\xcc\x7f\xe6\xf0\xa7\x94\x72\xc7\x08\xf1\xab\xac\xe5\x93\xe1\xc7\x06\xc8\x16\xbe\x34\x02\x94\x11\x25\x54\x7d\xbd\xb9\xc1\x2b\x49\x6d\x96\x6f\x44\xc3\xc3\x50\xd0\xa6\x61\x8d\x71\x6f\x8e\xb8\x11\x76\x24\x86\x3f\x9e\x32\x9f\x59\x30\x65\x40\x53\x93\xf3\x56\xa9\x78\xdd\x6a\xc8\xda\xc4\x76\xb5\x52\x73\x4d\xc9\x93\x7d\x46\x27\xb7\xbe\xb6\x4c\x0f\x1c\x01\xd7\xcd\x8d\x52\xab\x72\x16\x64\xac\xcc\x6f\xbc\xfd\x09\x4b\x9f\xe7\x51\x32\x74\xd3\x33\xee\x21\xa6\xd0\xc9\xe6\x14\xab\xe3\x45\x1c\x75\x46\x76\xd8\x17\x96\x57\x97\x63\x1e\x6d\xb9\x0e\x5a\xd8\x44\x6b\x30\xe1\xe1\x34\x0f\xb8\x2c\xfe\x4f\xe3\x08\x2c\x8b\x6e\x25\xbd\x80\x6c\xef\xa3\x82\xa3\x0d\x99\xa0\xf3\xdd\x22\x0f\x49\xaa\x58\xb0\x45\x91\x26\xdf\xa4\x2f\xaf\xbc\x08\x53\x8c\x77\x0d\xc4\x49\xc6\x23\x06\x63\x96\x53\xd8\xf7\x30\x06\xba\x50\x96\xb0\xfa\x34\x19\xd4\x29\x5e\xe1\x4a\x5b\x79\xf9\xca\xe6\x53\x68\xe0\xda\xf0\x51\x18\x2d\x71\xe9\xca\x66\x05\x1c\x0f\x23\xe5\xcf\x29\xe7\xd2\x39\xe7\x75\x96\xb4\x7f\x22\xeb\xa2\xc0\xa5\x23\x56\x7c\xaf\x43\xa5\xc5\x07\xc3\x19\x81\x9e\xe2\xc3\x74\xfd\x20\x4d\x0b\x1a\x56\x95\xda\xfb\x81\x6e\xe7\xe1\x43\xc3\x4a\x4c\xac\xfe\x0a\x11\x0d\xd7\x8c\x5f\x8f\x82\xc5\xe3\x8c\x93\x76\xce\x86\x34\xa0\xf2\xf9\xb6\x52\xbc\x6a\xbf\xf7\x36\xd7\x7f\x02\x92\x82\xb1\x95\xed\xa0\x08\x3e\xeb\x2d\x07\xb2\xd3\xb3\x0a\x5d\x8b\x04\x69\xaa\xb9\xb9\xc4\xda\x4b\xf7\x82\xdc\x4c\x9a\x61\xd6\x09\xd2\xb4\x98\x2a\x84\x45\x85\xb6\x01\x3c\x6e\xbf\xbc\xdc\xc3\x87\x8a\xb8\xb5\xc8\x6e\xb3\x2a\x96\x40\xc3\x26\x5b\x2c\x72\x6e\xe0\x0d\xdb\x31\xf9\x57\x58\x51\x96\x71\x9a\xa5\xb9\xa6\x4d\x2c\xd6\xad\xe8\xd1\xb1\x4a\x73\x76\x46\x32\xaf\x3a\x3e\x50\x6a\x8c\xee\x08\xd4\x32\x73\xc6\x40\x9b\xdd\x13\x07\x8a\xa0\x49\x86\x1f\x1d\xbe\x70\xa2\x5d\xbb\x6e\xbd\x6c\xa0\x3e\x73\x96\x1c\xa1\xff\xda\x7f\x7b\x7c\xf8\xfa\xc8\x39\x44\x59\x7c\xd1\x26\x87\xb3\x96\x30\x13\xff\x12\x6f\x76\x4f\xb6\xf6\xcf\xb7\xf7\xca\xc1\x72\x2a\xb7\x5d\x03\x2a\x42\x01\xc9\xbf\x52\x4a\x24\x94\xd0\x25\x49\x6f\xa8\xfc\xdb\xfc\xdb\xf5\x6c\x98\x44\x15\x4f\xa6\x1a\xca\x12\x13\x2a\x3e\x58\x82\x76\xca\x5f\x98\x19\x04\xf5\xbb\x6a\x3e\x35\x3d\x7d\xec\xc3\x05\xdf\xd1\x5d\xe2\xf5\x9c\x21\x1b\x1c\x70\x12\x54\x0d\xe1\x29\xa0\x0d\x1f\xa7\xaf\x3d\xa8\x00\x1a\x91\xe9\x94\x2b\x4f\xac\x9c\x44\x63\x36\x4f\x19\x17\x80\xc6\xbf\x06\x69\x1c\xc6\xe7\x26\xae\xcc\xa0\x17\xd2\x59\x8b\x52\x49\x68\x20\x2d\x46\x45\x8e\xe1\x46\xa0\x6c\xef\xd6\x48\xb3\xdf\x94\xfe\x38\xa8\x99\x95\xb7\xb6\xb9\xa7\x71\x23\x3c\xf7\x2c\xb9\x70\x02\x61\x10\xb2\x79\xcb\xb4\x3e\xa0\x69\x0c\x42\x3d\x6c\xcb\xba\x80\x7a\x11\xf9\xdc\xdf\x92\xcc\x4e\xd6\x84\x2c\x99\x31\xf5\x93\xae\xee\xc7\x63\x09\x5d\x18\x4f\x12\x87\xef\x9a\x38\xdc\x6a\x49\x12\xeb\x42\xe4\x8b\x42\x72\xeb\x86\x84\xb0\x21\xbb\x17\xf3\x6e\xfa\x95\xcc\x02\x19\x59\xac\x9a\xcc\x73\xca\x51\xe4\x2e\x8f\x0a\x85\x70\x81\x0b\xbe\x18\xe4\x1e\xab\x43\xe5\xcc\x3b\x8d\x83\x41\x85\x97\x4b\xe6\x39\x2f\x23\x7e\xf1\x66\xf9\x4a\x92\x78\xd8\x83\x4a\x0b\xcf\x6a\xf9\xa0\x07\x15\xdb\xda\x75\x75\x22\xed\xb0\xe7\x92\xd6\xe1\x70\x92\x79\x9e\xb9\x2c\xa0\x58\x3b\xbe\xb4\xd5\x3a\xe8\xb9\x27\x0a\x0e\xf8\xf0\x55\x29\xac\x2c\xdc\x31\x72\xcd\xec\x41\x45\x72\x25\xf2\x11\x8e\xb4\x66\x5c\x02\x39\x2e\x72\x3a\x0f\x96\x2c\xe2\xe5\x2c\x65\x73\xfc\xb4\x2f\xee\xb8\xd3\x64\x9e\x9f\x59\x51\xa7\xbd\x25\xcc\x6c\xe3\x2b\x9c\xe9\xa3\x24\xce\x92\x48\x5d\x15\x89\x9f\xad\xcb\x20\x8d\x4b\xb1\x64\x9e\x51\x1c\x63\xe6\x6f\x03\x79\xc6\x7e\x13\xbb\xcb\xc4\x59\x1d\x2a\x28\x45\x5f\x86\x51\x44\x42\x25\x6d\xc4\x90\x72\x52\xc4\x0c\x19\xaa\x7c\x91\x32\x23\x3d\x66\xad\x14\x7f\x9a\xf3\x15\x6b\x61\xcf\xa0\x90\xc5\xe5\xd3\xd3\x48\xba\x2d\xa4\xad\x79\x86\xb9\xf2\x85\x18\x56\xc9\x8c\x7b\x6a\x24\x90\x5e\x8f\x0e\x91\x3b\xc7\xfb\x0e\xcd\x81\x6c\x19\x4e\x53\xbe\x20\x8a\x92\xcb\x77\xf1\xa7\x38\xb9\x8c\x05\x79\x30\xe4\x32\x3b\x6d\xbf\xe8\xa4\x21\x5a\x6c\x58\x95\xcd\x74\x36\x44\xfc\x65\x66\x9f\x07\x3e\xfe\xd0\xbb\x2f\x64\x2a\x5c\x98\x2d\xb2\x1c\xdd\x51\xa4\x26\xb2\xe2\xf5\xfb\x34\x33\xcc\x19\x11\x33\x84\x9a\x31\xd3\xf9\xc3\x30\x94\x9b\xcc\x83\xa4\x55\x8e\xe4\x85\xa0\x3c\xa5\x06\x3a\x01\x73\xd8\x6c\xc2\xae\xa1\x5c\x43\xb3\x8a\x79\x2e\x2a\x68\x87\x29\xeb\x04\x87\xbe\xc0\x0c\xee\x84\x27\x1e\x12\xe1\x18\x88\x48\xae\x55\x40\x66\x56\x53\xd9\xe1\x17\x51\x2e\x2f\x3e\x90\xc0\x28\x87\x0c\x23\x60\x57\x71\x8d\xe9\x81\x82\x0a\xef\x8d\x4d\x3d\xf0\x19\xa2\x2e\x9b\x0c\x30\x48\xaf\x9a\x17\x11\x9d\x6b\x11\xe5\x2b\xce\x8b\xc5\x4f\x8e\x92\x38\x0f\x63\x45\x24\x8c\x98\x0a\xe6\x82\xf2\x81\xea\x07\x54\x56\xb0\x01\x5e\x02\x99\xcb\x47\xfa\x19\x44\xec\xd5\xda\x01\x3d\xfb\x67\xc3\x66\x92\x7a\xc6\xf7\xe5\x8a\x99\x61\x18\x8f\xed\x7b\x23\x19\x85\x88\xbf\xd1\x77\x47\xa4\xc0\x09\x33\x08\x20\x0a\x87\x69\x90\x62\xbc\x2b\xcc\x7f\x1b\x8e\x80\xea\xe8\xf0\x57\x10\x27\xb1\x8e\x31\x9e\x27\x94\xf7\x4d\xf6\x29\x9d\x8b\xf4\xa6\x28\x46\xba\xb9\x17\xf3\x89\xbb\x2c\x8c\xc7\x78\xc1\x64\x24\x3b\x0c\x46\x53\xb6\x82\xde\x66\xf9\x89\x6b\x33\x95\xc2\xa7\x1e\x99\x76\x33\x26\x0f\x95\x7a\xe2\xa8\xcc\x46\x53\x76\x9a\xe5\xe9\x19\x45\x3b\xd4\x3f\xfb\xbc\x0d\xe1\x7e\xb2\xd3\x80\x66\xc7\xd1\xe2\x1b\x4a\xb5\x5a\xd5\x4e\x3c\x88\xca\x1d\xc7\x6d\x91\xc6\x7e\xc2\xb2\x1c\x09\x9e\x4c\xdd\x41\x11\x33\x04\x5a\xdd\x3b\x82\xe2\x7d\xf2\x3f\xb1\x15\x3f\x13\xfd\xc9\x7a\x27\xb9\x68\x0d\xa5\xd7\xc4\x91\x6c\x21\x88\x5e\x90\x91\x21\x8a\xae\xa5\xf1\xe0\x2f\x82\xe8\xfe\x96\x8c\x85\xe6\xcb\x6c\x16\x4d\x13\x45\xe5\x0c\x66\xe9\x40\xf1\xb1\xe5\x2b\xb6\xea\xd0\x14\x25\xfc\xb6\x63\xcb\x55\x05\xb3\x8f\x15\x06\x68\xa9\x69\xec\x41\x96\x7b\xd5\xad\x3c\x8f\x42\xfd\xf6\xbd\xe6\x51\x34\xbf\xc2\x30\xb5\xce\xd1\x1e\x23\x07\x40\x66\x40\x13\xc9\xa5\x1c\x8c\x3c\x7c\xc8\x0b\xb5\x38\x93\x97\xa7\x8b\x11\x3f\x31\x97\x55\x30\x0b\x0a\xce\xcb\x52\x3d\x99\xef\x55\xb8\x21\x57\x95\x59\xec\xb3\x65\x0d\xe1\xbe\xfb\xc8\x9d\x05\xd9\xd3\x77\xdc\x5b\xcb\x67\x46\xe4\x82\xd3\x05\x39\x8f\xa2\x49\x53\xc5\x78\x23\x0e\x96\x55\x16\xdb\x45\xc8\x2e\x01\x2f\x9a\xfc\xc3\xfe\xc6\x8b\xcf\xdf\xdd\xaa\x44\xc5\x08\xe4\xa4\x57\xa5\x66\x9f\x94\xd7\xaf\x64\x4c\x4d\x64\x15\x02\xd1\x3d\x7c\x08\x55\xa3\x40\x2b\xcc\x78\xc3\x56\xec\x53\x62\xc9\x8a\x85\xe4\x82\x2a\x86\x42\x15\x55\xd4\x36\xc0\xe5\x4d\x81\xa5\xe8\x77\x41\x9f\x2f\xdf\x16\x03\xc1\xa9\x41\xad\x48\x37\xe8\xc0\xfc\x6e\x53\x47\xcd\xaf\x30\x55\xe2\x52\xe3\x4e\xda\x28\xf4\x54\xab\x0f\x90\x3c\xd4\xbe\xdb\x00\x45\x8a\xef\xbb\x07\x28\x3c\xe5\xee\x1c\xa0\x50\xcf\xdd\x83\xf2\xbc\xb6\xed\x52\xbe\x39\x99\xa1\x86\x56\x18\xa2\xf4\x73\xbe\x8b\xf6\xbb\x43\x16\x42\xdc\xea\x73\x8a\x91\x56\xbe\x7a\xdc\xcb\x27\xd6\xec\x63\x85\xb1\x9b\x37\x52\x1a\x01\x68\x59\x41\x7c\x1a\x3e\xf4\x0a\xbb\x92\xed\xe3\x0d\xbb\x31\x0a\xcc\x7c\xeb\x82\xe9\x3c\x67\xf9\x1b\xf9\x54\xb4\x6b\x72\x8f\x46\x0d\xc3\x71\xdf\x7e\xea\xb2\xf8\xab\x63\xfe\x65\x60\xfa\x5b\x7d\xcf\xe3\x0d\xbb\x5a\x7e\xac\xf1\x12\xce\x79\xc6\x1f\x95\xb9\xf7\x14\x06\x73\x10\x46\x7f\xd6\x60\x78\x57\xcb\x07\xc3\x4b\x38\x83\xe1\x8f\x56\x1e\xcc\xf3\x28\x19\xfe\x49\x83\xe1\x5d\x2d\x1f\x0c\x5d\x1b\x5b\x83\xe1\x8f\xee\x35\x33\xaf\x28\x51\xe1\x5f\x67\x76\x44\x68\x42\x77\x86\xf8\xe3\xd5\x07\x66\x0c\xe3\xfb\x0c\x45\x74\xb0\x02\xc9\x3a\x30\x14\xd8\xce\x99\x64\xc9\xd1\xf8\xda\x8a\x6b\x2b\x6b\x9e\xdd\x83\x66\x53\x40\xcf\xef\xc9\x68\xb0\x60\xb6\x1a\xa3\xc1\x82\x59\x71\xcc\xf6\xf1\xf5\xf0\xa1\x83\xa0\xd6\x3c\x9c\xb3\xd5\xe5\x01\xcb\x38\xc6\x3b\x60\xba\xfc\xfa\xaa\x83\x59\xf6\xb1\xca\x5c\x4b\xbb\x16\x53\x95\x40\x46\x98\x79\xce\xd2\x18\xcc\xd9\x95\x06\x3a\x15\xf3\x5c\x21\x78\x39\x37\x4a\xa7\x96\x64\x97\x75\x10\xcd\x82\x68\x45\x55\xc2\x38\xcb\x83\x78\x64\x96\xd5\x41\x5b\x7d\x1a\x1b\x6c\x49\xc2\x25\x0b\x56\x8d\xe9\xc0\x62\x4a\x2d\x55\x53\x5d\x19\x21\x72\xcc\x36\x50\x3a\xbc\xc7\xd4\x39\x21\x7a\x0c\x6b\xd7\xef\x4c\x86\xfc\x1d\x2f\x27\x4c\x6e\x1d\x9b\x3e\x39\x6f\x0b\x99\x00\xc2\x19\xb0\x2b\x0c\x79\x7d\x39\x0d\x73\x96\xcd\x03\x74\x03\x26\x35\x87\x76\x00\x46\x83\xc2\x78\x0c\x09\xc7\x54\xe6\x97\x18\xa4\xb5\x71\x96\xa7\x88\x04\xa1\x4f\xe4\x58\x48\xc3\x99\x83\x85\x63\x23\x50\x89\x28\x38\x49\x19\xc3\x1e\x0a\x00\xb9\xab\x19\x8d\x67\xb3\x3c\xb5\xf7\x6f\x96\xa7\x68\x56\x0b\x7b\xea\x6b\xb5\x06\x3d\xfc\x61\x3a\x70\x65\xf5\x1b\xfe\xdf\x0f\x18\xc2\xab\x18\x89\xcb\x5a\x16\x97\xac\x92\x32\x48\x17\x84\x85\x30\xc6\xd1\x17\x5d\x4d\xc2\x34\x89\x67\x2c\xd6\xa7\x15\x26\xcd\x47\x6d\x75\x46\x6a\x56\x8e\x86\x74\x11\x53\x13\xda\x2d\xa5\x81\x98\x35\x3d\x53\x28\x75\xc8\xf3\x24\x9f\x9a\x0d\xeb\xb8\x23\x76\xa0\xf4\x06\x0c\x17\x39\x06\x7f\x9c\x2c\xa2\xe8\x5a\x03\x77\x1e\x25\xc3\x20\x32\x8c\x3c\x0d\x57\x98\x1e\x59\x36\x8a\xed\x4b\x0e\x55\xd0\xdc\xb5\x15\x66\xea\xbd\xf4\x2a\x2d\x94\xc0\x52\x26\xe8\xa2\x5d\xed\xb8\x3a\x4f\x93\xf1\x62\x84\x35\x2b\x6f\x79\xc1\x23\x2c\x57\xc1\x72\x54\x27\x1b\xa5\xe1\x3c\x5f\x56\x91\xea\x1c\x63\xb9\x0a\x24\x29\x54\x8e\x8e\x2b\x3e\xaa\x5e\xe6\xa8\x63\x5c\x39\xa9\x1e\x7c\x01\xde\xab\xc5\xfe\x91\xa2\x99\x90\x1b\xb1\xa6\x57\xfa\x2b\x69\xd2\x1e\xd3\x37\x6a\xf3\xb8\x52\x48\xca\x6e\x49\x14\xda\x4f\x4b\x50\x5e\x6b\xfe\x8b\x08\xb1\x4a\xa9\x55\xe0\x94\xf3\x52\xd6\xc3\x9c\xa5\x9c\x33\x47\xb7\x61\xa9\xb3\xc1\xac\x22\x52\x9e\xf2\x5a\x2d\x4f\x92\x14\x6d\xde\x20\xcc\xd9\x4c\xaf\xdc\xc3\x09\x7c\x48\x86\x1f\x3f\x98\x3a\x2f\x65\xf9\xaa\x2e\x68\xf9\x03\x36\x86\x79\x90\x65\x82\x38\x69\x4d\x6d\x03\xd0\xe2\x8f\x36\xdb\x28\x99\xcd\xd1\x2f\x48\xdb\x44\xfb\x3b\xe5\x62\x5a\xc5\x92\x80\xef\xdb\x2b\x5a\x8c\x59\x7d\x8a\x03\x56\x75\x2a\xee\x6e\xaf\xcb\xf2\xb1\xde\x88\x8c\x29\xc9\xf0\x23\x92\x4a\x6d\x7b\x1b\x12\x8e\x07\x7e\xbb\xe4\x49\x4c\x21\xa0\x24\xbc\xbc\x02\xc7\x38\xb3\xc7\xeb\x6e\x23\x69\xf0\x43\x46\xb6\xb1\xbe\xa6\x79\x99\xc4\x95\x1c\x86\x78\x0e\xf1\x0d\x15\x27\xe2\xd8\x12\xee\xc5\x63\xb9\xd1\x38\xa0\x9e\x78\x71\xf2\xb1\x2f\x5e\x9c\x61\x5a\xa6\x2d\x31\x0e\x92\x74\xc4\xb4\xe5\x3a\x76\x99\x43\x10\xa5\x2c\x18\x5f\xa3\x85\x8b\xe0\x2d\x38\x1a\x86\x64\x21\x60\xde\x2d\x0f\x3f\xfa\x45\xed\xbb\x43\x08\x02\x01\x0b\x9c\x19\x3a\x73\xa3\xa1\xc9\x7b\x88\x64\xf8\xb1\x66\xa6\x74\xb0\x57\x3c\x82\x8c\xf8\x11\x36\x7d\x76\x0c\xce\x06\x44\xd0\xe7\xbd\xe8\x10\x9c\xf0\x14\x22\x37\x12\xa7\xcc\xdc\x42\x56\xdd\xc9\xf0\xe3\x69\x78\xd6\x80\x10\xbf\xda\x37\x94\x96\x36\xd1\x85\x46\x2c\x99\x4f\x22\xdd\x99\x01\xcc\x27\x76\xcd\xcf\x23\xde\x9c\x6d\x25\x5b\xb8\x00\x9c\x06\xd9\xeb\xcb\xf8\x8d\x5c\xac\x08\x16\xae\x91\x4f\xec\xda\xb6\x76\x2c\x02\xfd\x89\x5d\x9f\x89\xad\x60\x00\x5e\xc8\xce\x60\x11\x10\x8a\xb4\x9b\x71\xfe\x14\x9d\x05\xd8\xd5\x9c\x8d\x30\x47\x0f\x2e\x5d\xe9\xc3\x20\x83\x52\xc6\x8a\x51\xca\xa7\x8c\x38\xb3\x70\x36\x5b\xe4\xc1\x30\xa2\xa4\xc8\x3a\xbf\x97\xb4\x94\xe0\x6c\x06\x6f\x4a\x60\x87\x4e\x61\xe2\x4d\x48\x81\xaa\x77\xe4\xaf\x53\x16\x03\x85\x93\x8f\x98\xca\xa4\x3c\x4a\xe2\x3c\x10\xd6\x20\xe8\xbc\xcb\xb1\xc9\x7f\x44\x41\xae\xb1\x1e\xc6\x8a\x26\x28\xc7\x0b\x88\xb8\x18\x89\x14\x24\x0f\x3e\x71\xa8\xd8\x88\x8d\x59\x3c\x62\xba\xcf\x7d\x72\x69\xe8\x0d\x0c\x5f\x33\xe1\xbf\x60\xdd\xfb\x8b\xcc\xbd\x93\x24\xe9\x41\xa7\xbb\x79\xdb\x00\xfa\xbe\xf5\x68\xfb\x56\x78\x30\x48\x9b\x99\x28\x39\x17\x97\xfc\xad\x49\x92\xd4\x9e\xf0\x85\x92\x2c\xf2\xf9\x22\xcf\x78\xf1\x41\x99\x13\x99\x61\xcf\xdf\x91\x74\x30\x4f\xa8\xe7\x81\xdf\x69\xec\x2d\x81\xc7\x99\xc5\x28\x12\xf9\xe6\xac\x68\x0a\x16\xd1\xa1\x31\xb4\xd7\xb1\x07\x5c\x24\x5d\xfc\x7f\xb3\x01\xad\x56\x0b\xd6\xdb\x05\x8d\xbd\xf6\x18\x33\x2d\x51\xc2\xf3\x58\x99\xe1\xdb\x06\xd3\xb4\x73\x4d\x05\x1d\xb5\x83\x6b\x53\x88\x7a\xae\xfa\xce\x32\x88\x57\x85\x15\xca\x8d\x67\x18\xa0\xcd\x1b\xc3\xff\x9e\x6d\x7e\xbe\x2d\x6f\xca\x1b\x2a\xd3\x6e\x84\xcb\xa8\x4e\xe2\x65\xc7\x98\xb6\x50\xde\x63\x2f\xeb\x23\x55\x6e\x68\x61\x2f\xc1\x92\x67\x87\x19\x36\xb8\x61\xce\xcb\xaa\x57\x15\xfb\x57\x39\x8b\xc7\x99\xda\x9a\x98\xd9\x5c\x6c\xe6\x60\x2c\x1d\x17\xc3\xdc\xb3\xa5\x45\x95\x61\x79\x7a\xf3\xc0\x39\x46\x87\x0c\x18\xf6\xe7\x18\x68\xca\xf2\x43\xa7\xfc\x28\x99\x5f\x9b\x9d\x4e\xd2\x64\x56\x26\xdd\x67\xcf\xd2\x73\xb7\xbb\x30\x1e\x1b\x56\x94\x89\xad\x8d\x96\x75\xed\xb4\x64\x74\xd0\xea\xd1\x05\xee\x06\xa2\x01\x54\x83\x06\x0c\xdd\x38\xd2\x72\x52\x86\x8d\x7b\x6c\x15\x09\xba\x47\x51\xaf\xa4\x7b\x33\x62\xb4\x5c\x50\x18\xcb\x1a\x5b\x94\x40\x94\xac\xc3\xa0\x6c\x09\x5a\x7a\xec\xc0\x5d\x18\x6f\xd1\x06\x0f\x86\xd7\xfc\x68\x4b\xc7\x2c\x85\x59\xc0\x05\x9a\x16\x89\x5b\x98\x77\x80\x65\xb0\x7f\x00\xcf\x9f\xc3\xf3\x03\x3e\x10\x06\xef\x4e\x0e\x9a\x3b\xf0\xfc\xf5\x2f\xb5\xc2\x9a\x90\x51\xc2\x84\x37\x33\x99\xca\x3e\x7f\xfd\x8b\x3d\x29\x6e\x29\x9a\x0e\x5e\x36\x59\xe4\xb2\x78\xdb\xc9\xb8\x34\x7f\xfe\xfa\x97\xaa\xa8\x61\x88\x21\xe2\x09\x06\xd8\x78\x91\x8c\x99\x0e\xb2\xb1\x71\x75\xb0\x7f\x70\x50\xd3\xc1\xe7\xa9\xb3\xbe\xfc\x26\x76\x76\xa7\xb8\x89\x44\x81\x02\x0f\x1e\x4f\x59\xaa\x37\x89\xd0\xfd\x53\x8c\x76\x5a\xb6\x90\x88\x04\xd1\xf2\xb2\x5d\x38\xf7\x22\x93\x37\xf0\x59\x44\xdf\x9a\xc5\x4b\x4a\x64\x8b\x39\x4b\x5f\x94\x14\xd3\x01\xa6\xd3\x64\x9e\x9d\xf9\xdf\x8d\x85\x50\x98\xa4\x54\xc2\x36\x39\x0c\x69\x5c\x98\x79\x55\xf6\xd1\x28\xf4\xda\xc0\x3d\x9a\x91\x75\xb1\x68\x4c\x20\xd7\xbc\xea\xf7\x5c\xae\x08\x8b\x1e\xb7\x41\x5d\xd4\x6e\xf3\x49\x69\x93\x96\x1d\x43\xdf\x2c\x83\x75\x10\x3e\x23\xaf\x18\xed\xca\xaa\xb7\x29\x31\x9a\x82\x9c\xa5\x92\xa4\x12\x61\xc0\xf5\x3b\x66\x6c\x6e\x4c\xf8\x68\x8a\x4c\x4a\xc2\xe5\xac\x28\xc8\x2d\x55\x96\x43\xb1\x28\x31\xff\xeb\xe1\x47\xf1\x6d\x59\x59\x3e\x49\xf9\xeb\xe1\xc7\xb3\x12\xf9\xe3\x74\x12\x46\x39\x4b\x97\x78\xf8\x15\x1c\xfc\xa2\x20\x17\x47\xa5\x02\x04\x51\x9d\xe3\x17\x6a\xcf\x54\x5b\x72\x8c\x58\xde\xe1\xfa\xb9\xfa\x81\xe7\xea\x58\x3b\x03\x80\x6c\x10\x13\x0d\xd0\xb7\x9b\x1b\xe3\x6d\x22\x37\x20\x4d\x8f\x79\xe5\x66\x30\xc0\x47\xc1\x8c\x65\x1a\x4c\x15\xe6\x18\xfa\x54\xcf\x34\x18\x2d\x35\x19\xa5\x3e\x64\x15\x6d\x32\x2a\x5c\xdc\x09\x74\x91\xdf\xdc\xe4\xb0\x05\xdc\x2a\x41\xaf\x02\x83\x9e\x18\x2e\x3a\x66\x13\xae\xdd\xf5\xad\x65\x5b\xa9\xa7\xbe\xec\x92\xd1\x19\xec\xad\x1c\x95\xae\xf9\xf0\x21\x54\x1f\xd0\x34\x71\x9c\xd2\x37\xcf\x5c\xd6\x90\xe1\xd2\xf5\x1e\x78\xae\x23\x1d\x5f\x1d\x51\x53\x2f\x7f\x5c\x56\xe3\x62\xd4\x3e\xa9\x9b\x04\x64\x20\x70\x3f\x60\x5c\x1f\x1d\xd3\x90\x14\x98\x2a\xbe\xa3\x56\x65\xfa\xd4\x98\xfe\xe7\xa8\x4e\x3d\x2e\x56\xa4\xfb\x7d\x4e\xdc\x12\xf2\x50\xe8\xc3\x86\xbb\x01\xa4\xf2\xb7\x70\x84\x4b\x27\xb3\x2c\xe7\xd4\xcc\xe8\xa2\x01\xb2\x39\xb1\x0a\xc8\xd0\x51\xa8\xb9\xb3\x5c\xf8\xfa\x62\x70\x00\x51\xb0\x68\x07\xac\xde\xec\xa2\x36\x54\x24\x88\x50\x6b\x5d\xd5\x33\xde\xea\x73\x46\xbd\x6e\xf6\x2d\xc8\xcc\x82\x7c\xb3\x45\x41\x96\xcb\x40\xe0\xbc\x1d\xe9\x65\x59\x32\x1a\xf3\xa8\xd7\x55\xc9\x19\x93\xaf\x10\xa3\xb9\x7e\x5f\x55\x93\x6b\xc0\x24\x82\x84\xdb\x98\x5d\x4a\x95\x0e\x3f\xdc\xe8\x6b\x14\x7e\xf2\xd2\xb1\xf5\x5b\x38\x45\x05\x82\x3b\x41\xa4\x6f\x29\x28\x9c\x85\x7f\x9f\x79\x77\x82\xbb\x54\x3c\x30\x63\xa3\x0e\x0c\xeb\x71\xba\x94\x30\xf0\x44\xcc\xbc\x36\x63\x0b\x6b\xfe\xca\xe4\x5c\xa8\x93\x7b\x84\xb5\x65\xd6\xe7\x41\x9a\x52\xca\x0e\xec\x4f\x92\x12\x2b\x3b\x64\xaa\x32\x43\xde\xc7\x7e\xd7\x74\x14\xb6\xac\x78\xf5\xe3\x6f\x6c\xca\x2b\xde\x1a\xdd\xfa\xae\x91\xf4\x6b\xd3\x26\x57\x30\xab\xef\xc2\x38\xdf\xa1\xba\xe5\x69\x3c\x1d\xf2\xa6\xeb\xd4\x4a\xc2\x29\xd1\x9c\x93\x1c\xd6\x93\x5f\x1a\xc6\x43\xb2\xcd\xea\xd9\x3f\x45\x01\xfd\xce\x7a\xac\x33\x21\xe9\xef\xc5\x26\xff\x15\xb2\xcb\x5e\xf1\x91\x28\x48\xfb\xaa\xa7\xbe\x89\xc7\x44\x8c\x7a\xea\x9b\x78\x4c\xa3\xef\xa9\x6f\xe2\xb1\x21\xa8\xf6\xec\x9f\xa2\x80\x5a\xb1\x3d\xf3\x87\x78\x49\xf1\x6f\xe8\x53\x8e\x2c\x8c\xf0\x11\xde\xab\x0b\x1c\x44\xc9\xb0\x27\x3e\x65\x29\xb1\x06\x7a\xc6\x77\x3d\x2c\x16\xcc\x7a\xea\x9b\x84\xc3\xbe\xce\xea\x15\x1f\xa9\xfa\xee\x75\x40\xcf\xfb\xb4\x61\x48\x49\x3d\xf9\x85\x52\x59\xf1\xd3\xb3\x47\x1f\xf8\x80\xc4\xac\x9e\xf8\xc4\x47\x79\x1a\xce\x7a\xf8\x7f\x43\x90\x66\xe4\xfc\x7b\xea\x1b\x41\x23\x58\xd6\x9e\xfa\x46\x95\x0d\x9e\xa7\x67\xfd\xc2\xd7\x74\x8b\xd7\x13\x9f\xc6\xa3\x13\xcc\x10\xaa\xbf\x13\x70\xe2\x00\xe9\xa9\x6f\xa2\x0f\xb1\x60\xc5\x17\x81\x1d\xbd\x7f\x7a\xd6\x2f\x63\xf6\x5e\x85\x59\xde\x33\xbe\x7b\x3d\x16\xf8\x4e\x11\x5b\xa4\xc5\xc5\x32\xca\xfb\xc5\x45\x41\xf5\x43\x17\xc8\x93\xe7\xd7\x39\x93\xb4\xc4\xf8\xa5\x8b\x70\xca\x6d\x16\xb2\x7e\x4b\x4f\x85\x28\x49\x3e\x2d\xe6\x18\x8d\x81\x1e\xa4\xec\xe2\x95\xfb\xec\x19\x12\xd0\xbb\x29\xc2\x9e\xf9\xb2\x07\x56\x47\x23\x0a\xab\x5a\x79\xf6\xfc\xc5\xcb\xfd\x83\x7f\xfc\x7c\xf8\xff\xfd\xf3\xd5\x2f\x47\xaf\xdf\xfc\x9f\xb7\xc7\x27\xef\xfe\xf5\xeb\xbf\xff\xe7\xff\x06\xc3\xd1\x98\x4d\xce\xa7\xe1\xc7\x4f\xd1\x2c\x4e\xe6\xbf\xa7\x59\xbe\xb8\xb8\xbc\xba\xfe\x63\xa3\xd3\xdd\xdc\x7a\xb4\xfd\x78\xe7\xa7\x7a\xbb\x32\x88\x0b\x5a\x15\x16\xa3\x4c\x30\x66\xb6\x4a\x85\xc5\x4f\xa0\x5e\x97\x0e\xb6\x34\x52\x22\xed\xbc\xec\x69\x78\x46\x14\x54\x8c\xf7\x14\x1b\x30\x84\xc9\xb0\xc6\x8b\x86\x9a\xd2\x1f\xcb\x6c\x05\x8c\x62\x46\xc1\xbb\xb7\xaf\x9a\x59\x30\xa1\x8c\x13\xdb\x5b\x82\x01\xca\x1a\x10\x64\x80\xd1\x19\x3f\x66\x30\x4e\x58\xd6\xa2\xea\x8c\xf5\x54\xac\x31\x16\xb7\x2e\xc3\x4f\xe1\x9c\x8d\xc3\x00\x23\x8e\xf1\x5f\xed\xe7\xd8\xce\xdf\xde\xbd\x7d\xf5\xde\x88\x68\x95\x0d\x62\x0d\x65\xa5\x59\xb1\x25\x5e\x0e\xe4\x76\xd7\x2a\xf2\xde\x57\x64\x73\xe0\xa4\x95\x7e\xc5\xe2\x0c\xaa\xc3\xed\x2d\x43\x10\x20\x54\x0e\xb7\xb7\x04\x26\xb5\xb2\x9e\xbf\xf9\x11\xb6\xac\xa3\x52\x7b\x08\x09\xe7\xa0\x43\x72\x77\x15\x88\x68\x81\x58\xc2\xca\xc3\xcc\xd0\xfc\x4e\x60\x4b\xa4\xa6\x53\xd7\x14\x78\x81\x9e\x4c\x26\x9c\x28\xa4\x01\x2e\xfb\x0c\x30\xc0\x18\xe0\x85\xf3\x34\x89\xc6\x2c\x95\xcf\x53\x06\x93\x64\x11\xcb\xa0\xd9\x16\x76\xcf\xc3\x7c\xba\x18\xb6\x46\xc9\xac\x3d\x64\x41\x7e\x1e\xcc\x66\x61\xde\xa6\x59\x6a\x7e\xcc\xda\x61\x96\x2d\x58\xd6\xde\xea\x0e\x62\xc3\xad\xec\x95\x1a\xbc\x8a\x53\xd5\x27\x18\x95\x5f\x19\x16\x11\x21\x2e\x8c\x3a\x11\x8b\x0d\x23\x43\x0e\xeb\xcf\x08\x6b\x46\xaf\xad\xaa\x58\x16\x30\xcd\xc7\x06\x7d\xe9\xc1\x16\x34\x8d\x0e\x7e\x84\xad\x9a\xc5\xb2\x9f\xca\x57\x0d\xb7\xf1\x33\xbd\x3a\xc5\x1a\x0c\x33\xd8\x6a\x6f\x42\x1d\x16\x73\xb4\x16\xb8\x4c\x1c\x8e\x9d\xf3\xf0\x14\x14\x32\x88\x44\x66\x7e\x1d\x32\x44\x93\x9d\xe2\xc2\xe0\x07\xb7\x58\x36\xf8\xd2\x83\x3b\x5e\xea\x14\xf9\xf4\x12\x4c\x60\x81\xce\x99\x31\xb6\xaa\x1e\x77\xdd\xad\x50\x83\x75\xd8\x84\x36\x6c\xd5\xa0\xe9\xbe\x73\x53\x73\xbf\x77\x60\x6f\x40\x29\xd2\x6c\x4b\x87\x6f\x05\x80\x49\x91\x1d\xe4\xe5\xb3\xf9\xf7\xc2\xa3\x97\xc7\xad\x1a\xc8\xb8\x0b\x17\x35\xdd\xc6\x68\x91\xf2\x21\x70\xa2\xaa\xf6\x24\xf9\xe8\xa4\x0c\xf7\x9b\xb1\x0b\xb3\x06\x24\x71\x74\xcd\x07\x22\x57\x1a\x5e\xd7\x64\xb9\xbe\x9f\xdd\xc2\x95\x97\xd9\xb4\xc5\x1d\xcb\xae\xdc\x05\x7b\x1a\x01\x4d\xd8\x92\x3b\x43\x3e\xd3\x50\x86\x4a\xb1\x6e\xe4\xe0\x43\x5a\x1f\x42\xbd\x0f\x5b\x9a\x3a\xcd\xe6\xd0\x97\x22\x7a\x55\x93\x47\xbe\xc1\x1d\x32\xff\xf4\x29\x74\x76\x6a\x70\xb3\x42\x69\x8c\x2c\x47\x35\xba\x2b\xd7\xe8\x52\x8d\x6d\xa3\xc2\xd2\xf2\x9b\xb5\x33\x2d\x8c\x88\x69\xa9\xd7\x31\x52\x1c\x1f\xd5\xee\x2e\x74\xb6\x6b\xf0\x10\x36\xae\x0e\x0e\xee\x28\xb8\x73\x47\x39\x5e\x4c\x17\x30\x6e\x67\x0b\x8b\xae\xdf\x87\xee\x17\x22\x77\x75\x4c\x71\xdc\xee\xee\xc2\x56\xed\x5b\x80\xdb\xf9\xd2\xb5\xb0\x71\xdf\xb5\xb0\x75\xaf\xa5\xb0\xbb\x0b\xdd\xb2\x01\x7e\xd5\xbc\x69\x01\xb5\x40\x9d\x52\x7e\xec\xe6\x27\x09\xb1\x18\x50\x8d\x17\x33\x9b\x0e\x0a\xfe\x28\x5e\xcc\x70\x7d\xed\x60\xeb\x9b\x07\x67\x50\x27\x08\x9c\xf7\xdd\xe5\xef\xb7\x97\xbc\x16\x6f\x5c\x10\x29\x63\xd2\x8b\xe9\x22\xfe\x04\xd5\x05\x67\x24\x1b\x90\xe5\x41\x9a\x37\x38\x1b\xee\x27\xa7\x74\xe7\x2a\x58\x55\xe7\xbe\x0d\xeb\x12\x79\x60\xf1\x58\x90\x87\xcd\x92\x25\x41\x1d\x72\xee\x90\xcf\xbf\xda\x5c\x98\xa0\x46\x0e\xc1\x28\xc6\x67\x1e\x8b\xee\xe8\x92\x66\x39\x5d\xac\x7b\x26\x0a\x88\x09\x27\x88\x29\x80\x95\x33\x29\x7c\xea\x6b\x35\x57\xdb\x20\x2a\x50\xc6\x21\xce\x8e\xd8\x58\xb3\xb9\x7c\xea\xb8\xf4\xe8\x81\x3e\x60\x01\xc5\xdd\xd1\x1b\xe4\xb7\x9e\x23\x5b\x85\x47\x0b\xfc\xc8\x4f\xbd\x36\xd9\xec\x51\x02\x88\x0e\xdd\x14\x45\x6c\x92\x37\x60\x1e\x8c\xa1\x4b\x7c\xd8\x20\x76\xb3\x25\x0e\x54\x50\xc7\x2b\x9c\x4b\x25\xc6\x74\xb6\x37\x77\xb0\x59\xc9\x0e\x9a\xcc\xe0\xa6\x3a\x71\xce\x13\xe4\x2b\x17\xe7\x53\x71\xd3\xcf\xc7\xc5\x2e\x58\x7a\xcd\x9f\x33\xba\xb2\xca\x1a\x70\xc9\x2a\x51\x04\x63\x16\x44\x42\x37\x99\x06\x61\xc4\xb9\xf2\x2c\x5f\x4c\x26\x64\x39\x50\x58\x13\x24\x2d\x74\xc5\x30\x9b\xc6\xc8\xd5\x39\xd2\x15\x2b\xc5\x86\x5f\xeb\xf7\xdc\xd4\x81\x58\x48\xae\xd7\xb0\x01\xb8\xcb\xdd\xca\xbb\xd4\xed\x1e\x7d\xf4\xbc\x85\x6a\x0e\x3b\xcc\xb1\x2c\xd2\x94\xd2\x08\xff\x60\x69\x92\x91\x91\xe2\x2c\xf8\xc4\x20\x5b\xa4\x22\xcb\x02\x1a\x41\xf1\xa3\x18\xcb\x6b\xee\x59\x12\x47\x73\x82\x8b\x74\x91\xd6\xc4\x29\x61\xa4\x73\x56\x18\xa7\x5c\xd5\x62\x0b\x0b\x02\xd5\x3d\xd3\xeb\x5d\xbc\x41\xda\x45\xd4\xd0\xd9\xfd\x00\x95\x7e\x5f\x04\xf7\xa0\x61\xea\xfb\x78\x07\x38\xe7\x8c\x91\x7b\x89\xa0\xeb\xca\x4d\x57\xff\x32\xa0\x3b\x1b\x25\x50\xe3\x99\x53\x84\xda\x19\x58\xd7\x3b\x30\x6b\x5c\x6e\xbc\x54\x95\x0e\x52\x6c\xdd\xb5\xc6\x5a\x7b\xfd\x81\xb0\x6b\x65\x40\x9e\x87\x40\x1a\x32\x52\xb6\xc6\x24\x39\x62\x60\x46\xb2\x1c\x26\x05\x8b\x71\x0f\x4f\xa1\x99\x01\xe0\x80\x2f\x89\x0c\x9e\x0d\x93\xc5\xa7\x69\x30\x0e\x3f\xb2\x29\x3c\x95\x52\xd0\x04\x5f\x72\xe9\x72\x97\xaa\x45\xe1\x88\xc5\x19\x03\xf8\xe5\xf0\x44\x68\x65\xdb\xeb\x8e\xaa\x11\x6d\xb9\xd2\x24\x4f\xc4\xad\x92\xab\xa1\xc0\x3b\x35\x29\x6c\x18\x61\x15\x94\x70\xc5\xc7\x49\x85\x42\xc6\xd8\xe3\x47\x56\x29\xf1\x48\x97\x19\x2d\xb2\x3c\x99\x1d\xc6\xd9\x9c\x8d\xf2\x63\x8c\x95\x45\x54\x59\x2a\x20\xe5\xb3\xa2\x39\xbc\xf9\xfe\xb4\x32\x49\xd2\xca\x59\xe1\x5e\xbd\xa8\x49\x45\x25\xea\x38\xc9\x9b\x71\x92\x1b\x79\x09\xf6\xec\x86\xaa\x15\x11\x0c\x7c\x91\x87\x51\x2b\x24\xf0\x5a\x04\xec\x7d\x9a\xa5\x8c\x6a\xa6\x66\x47\xf9\x0d\x4b\x2f\x5f\xf9\xe2\x38\x4a\x2e\xd5\x4b\xfd\x43\x17\x38\x3c\x3a\x7e\xb3\xff\xe2\xe4\xfd\x2f\xcf\xfe\xfd\xfe\xf9\xff\x9c\xec\x1f\x43\x1f\x1e\x6d\xe8\x39\xf9\x27\xbe\x79\xb5\x7f\xf4\x8f\x93\x9f\x39\xa9\xbb\x7a\x3c\xa1\x3f\xdd\xc4\xa7\x5f\x82\x2b\x45\x8f\xcd\xf2\xd6\x65\xf7\x04\x3e\x08\x57\xdb\x93\xff\x79\xb3\xff\xf2\xfd\xb3\xb7\x6f\x9f\xfd\xcf\xfb\xe3\x77\x6f\xde\xbc\x7e\x7b\xf2\x41\x18\x26\xab\xa4\x45\x7c\x98\xef\x32\x66\xaa\x7e\x42\x2e\x00\xcc\x58\x4c\x98\x80\xea\x24\xc8\x72\x96\xe5\x35\xa3\x26\x45\xfc\x02\x78\x93\x86\x71\x0e\x97\x14\xd5\x48\x58\x8e\x8d\x92\xd9\x8c\x13\xbd\x45\xc6\x9f\x7d\xa0\x2d\xf2\x01\x2e\xb6\x5a\x57\x70\x39\x0d\x47\x53\x8c\x3b\x64\xb9\x6a\x82\xfd\xe7\x02\x30\x4b\x84\x5c\x12\xe4\xe1\x30\x62\x0d\x7e\x9e\xc4\x70\xb8\xbf\xad\xed\x18\x84\x16\x33\x83\x7c\x1a\xe4\xca\x40\x9c\x2f\xb2\x31\x9d\x41\xa4\x72\x38\xdc\x87\xce\x46\xbd\x01\x07\x61\xca\x26\xc9\x15\x6c\xd5\x1b\xf0\x62\x9a\x26\x33\x06\x8f\xeb\x0d\x38\x0e\x26\x41\x1a\xc2\xa3\x56\xa7\xde\xc0\x66\x5f\xcf\x59\x1a\x40\xa7\xd3\xda\xae\x37\x20\x7c\x7d\x0c\x5b\xad\x6e\xdd\x30\x87\x63\x90\x32\xea\x89\x77\x6b\xec\x76\x54\x1c\x21\x69\xf7\xc2\x22\x62\x27\x70\x90\xa8\xcc\x70\x14\x05\x59\x26\xac\x37\xd7\x05\xee\xde\xbf\xc7\xad\xfc\xfe\x7d\x4b\x03\xdc\xec\xfe\x84\xf9\x1a\xb4\x15\x3c\x46\x32\x26\x5b\x20\x2e\x40\x9a\x21\x90\x12\xf8\xa0\xe7\x95\x02\xb4\x57\x2d\x4d\xcb\x70\x71\xfe\x47\x18\x45\x41\x6b\x96\xd0\x67\x92\x9e\xb7\xb3\x69\x72\xf9\x7e\xb8\x38\x6f\x8d\xce\xc3\xbd\x70\xdc\xdf\xfe\xe9\xd1\xd6\xe6\x4e\xad\x45\xd8\xb3\x7b\xc7\x36\x39\x04\x0a\x56\x5c\x05\x38\xc3\x30\x5c\x9c\x9f\x5f\x9b\x03\x77\x66\xb6\x25\xa8\x58\xf9\x72\x15\x7a\x4b\xd2\xc8\x0a\x05\x5e\x15\x65\x5e\xbc\x72\x5a\x52\x51\x93\x18\x61\xf4\x77\x97\x55\xb7\xb4\x0d\x64\x2a\xa7\x57\xc1\xc2\xc7\x2a\x22\x8e\xa8\x0a\xda\xdb\xc8\x59\x27\xdc\x98\x23\x36\xaf\x53\xd4\x94\xd1\x36\x08\x33\x49\x59\x31\xab\x41\x45\x1e\x4a\x15\xbd\x67\x1e\xb5\xae\x5a\xb8\x3d\xed\x6d\x14\x4e\xe0\x3a\x59\xc8\xda\x90\x44\xda\x03\x43\xe6\xef\x20\x6b\xf4\x82\x1c\xe1\x22\x13\xaa\xfa\xd2\xea\x45\x10\xdb\x93\x25\x2e\x99\x32\x19\x4d\x3a\x58\x9c\xf3\xb9\x63\xe3\x3d\x52\xf8\x5f\x1b\x26\x3a\x59\x6e\x28\x31\xf4\x98\xab\x9d\x9a\x59\x84\x8e\xa6\x3e\x7c\x06\x34\xcd\x54\x70\x99\x59\x15\xb7\xba\x70\x2b\x2f\xe3\xc5\x0d\x55\x66\xdf\x50\x61\x2b\x0d\xa3\x17\xe3\xb6\x7c\x59\xbd\x20\x25\x63\x98\x3c\x11\xc5\xb4\xc0\xd5\x9a\x24\x89\x70\x94\x22\xb5\xe2\x2d\xd9\x50\x41\x95\x79\x1d\x09\x06\x86\xa5\xae\xe8\x8c\x16\x96\xb4\x8b\xa8\x8a\xb5\x69\x18\xae\x54\x28\x60\x67\xa5\x41\x0d\xb2\x78\x31\x23\x83\x6d\x0a\x71\x86\x17\x0e\xe7\x2c\x77\xd0\x32\x50\xb6\x68\x0f\x54\x04\x05\x11\xfb\x20\x9f\x86\x99\xbe\x34\x35\x1d\x52\xc0\xf4\x54\xcb\x44\x80\x04\x09\x73\xed\x5e\x40\x27\x93\x49\xc6\xfe\x2b\x40\x5f\xe7\xec\x35\x76\x6e\x01\xae\xc3\x4d\xa3\x75\x92\x38\x73\xab\xd6\x3d\xbe\xd0\x78\xf3\x83\x72\xd7\x3a\x28\x3d\xba\xef\xb7\x41\x7c\xce\x84\x02\x5c\xfb\xab\x0d\xd6\x2a\x50\x07\xd1\x46\x1d\x2a\x83\x35\xbe\x5d\x43\xa1\x20\xe7\x04\x4f\x06\x5c\x5c\xcb\xc2\x3f\xd8\x60\xad\xa2\x25\xbf\x76\x5b\x5c\xc4\xa3\xcd\xbe\xdc\x33\x16\x29\x56\x7b\x4b\x92\x95\x9c\xb3\x92\xc5\xdd\x23\x46\xc5\x4b\xf9\x97\xf4\x70\x31\x69\x80\x3b\x6b\x35\x83\x87\x1d\x2e\x26\x8e\xa5\x14\x1f\xa4\xc0\x9a\x69\x96\x25\xaf\xfd\xf5\xae\x4f\x26\x36\xcc\x78\xc6\xa1\x38\x99\x4f\x59\x48\x16\x21\x96\x75\x55\x7c\x4e\xb9\x04\x3f\xb8\x00\x7d\x68\xc1\xc1\x22\xcd\xa7\x2c\x9d\x25\x29\x6b\xc8\x02\xe4\xc6\xa2\x4e\x3f\x48\x26\x64\x79\x6d\x74\xda\x80\x2c\x11\x89\x08\x39\x78\x18\x75\x50\xc2\x87\x66\xe3\x08\x4f\x10\x45\x14\x8a\x30\x19\x33\xdd\xb8\x30\xf0\xc3\x36\xf9\xa1\xc4\x4b\x58\x03\x12\x05\x5a\x70\xfc\xfb\x82\x1f\xc5\xc3\x34\x18\x7d\x62\xe8\x43\x46\x9c\xc7\x65\x92\x7e\xca\x20\x90\x46\xf7\x6c\x0c\xcd\x26\x84\xb9\xf0\xf6\x22\x7c\x05\xc0\xcf\x6a\x2e\x06\x8f\x72\x66\x98\xca\x9f\xb8\xbd\x69\x54\xa5\x6c\x16\x84\x71\x06\x3a\xd9\x4b\xab\x68\x06\x26\x17\x76\x90\x9e\x37\x48\xb9\x12\xc6\xe7\xaf\x53\xda\x11\x0d\xb0\xd6\x3b\x27\xde\x94\xb8\x60\x14\x64\x68\x3a\x6f\x3a\x80\x04\xe9\xb9\x15\x4d\xc3\x36\x70\xa5\x32\x6e\x07\x56\x7c\x11\x6f\x54\xb9\x93\xeb\x39\x73\x43\x74\xe2\x06\x1a\xac\x09\x4b\xa2\x35\xed\x9c\x20\x75\x06\xc9\x84\xa2\x7e\xc9\x1b\xa6\xb7\x6c\xc4\xc2\x0b\xbe\x6a\xf8\x53\x01\x9f\x6c\x4f\x10\xe9\x5b\x9b\x56\x47\x51\x32\x7a\x17\x67\xc1\x84\x71\xd4\x14\xf4\x2d\x18\x72\x7d\x39\xce\xc4\x7e\x90\x8b\x34\x49\xa2\xe3\xf0\x0f\x06\x7d\xd8\xe9\xfc\xd4\xe5\xb8\xe4\x2c\xd9\x22\xa3\x53\x19\xb3\x2a\xd8\x6c\x4b\x41\x81\x03\x32\xa4\xe0\x1d\xd3\x64\xe0\xdb\x08\x07\xee\x22\xd9\x18\x88\x8e\x03\xe3\x6b\xbd\xe6\xe8\x50\xfd\x51\x76\xcc\x80\xf6\x46\xd3\x58\xd8\x28\xe3\xb4\x25\xe1\x13\xb1\xfa\x0b\x54\xb3\x38\xfb\x38\xf7\x93\x30\x45\x46\xc0\x9d\xf6\xd8\x9d\xfa\x86\x0a\xa2\x65\x05\x31\x12\x01\xd2\x2a\x86\x7c\x9e\xa4\xf4\xb4\x89\xf6\x4b\x82\x0a\x3a\x0b\x07\xa3\xbe\x9a\x98\xad\x15\x65\x7a\x32\x37\x3a\x14\xd4\x43\xe2\xd4\xe8\xbd\x66\x38\x1f\xea\x60\xee\x6e\x15\x71\x96\xda\x35\xcb\x31\x6c\x66\x1d\x58\xba\x24\x2d\x38\xa5\x70\x3c\x0d\x52\xc1\xae\xf9\x43\x30\x19\xe9\xe3\x3c\x63\x2b\x54\xbf\xe7\x08\x8b\xf5\xbf\xd7\x40\x8d\xdd\xe0\xd2\xa8\x3b\x97\xdc\x60\x0d\x6b\x17\xa8\x0d\xdf\xc4\x06\xc5\xa1\x76\x97\x52\x1c\x13\x38\x3a\x93\xb1\x65\x0c\xda\x48\x98\x91\xbf\x29\x52\x9a\x7e\x50\xad\x59\xfb\xe6\xf5\x04\x1e\xe8\x00\x3f\xfa\x91\x68\xc6\xc5\x61\x21\x59\xc4\xeb\xc9\x6a\x18\x14\x8c\x83\x30\x0e\xd1\xce\x35\x62\xfd\x73\x78\x86\x8a\xd3\x1a\x16\x97\x17\xe9\x66\x3c\x86\x61\xf4\xa6\x95\x27\x6f\xd2\x70\x16\x62\x16\x6d\x3d\x20\x75\x14\x18\x73\x77\x5a\xac\x51\xd4\xe6\xdc\x31\x6a\x5f\x1b\x55\x45\x1d\x57\xc3\x48\xf9\x6a\xf9\x2e\xe4\xe9\x2b\x88\x53\xcd\xe1\xca\xa4\xcd\x57\x10\x45\xd7\xc0\xe5\xba\x8b\x20\x12\x6e\x7d\x62\x6b\x59\x87\x5a\x0d\xf5\xc8\x38\x5c\xce\x82\xa8\xd1\x92\xc3\x9f\x15\x48\x41\xac\x7c\x52\x93\x18\x48\xcf\xf2\xf4\x54\x37\x78\x56\x2b\x14\x40\x29\xb0\xf8\x58\x44\x5b\xf3\x17\xa7\x07\xa7\x0d\xd0\xdc\xfb\xa9\x9c\xa8\x33\xea\xc3\x90\xf8\xf1\xf0\x34\x42\xa9\xaf\x78\x8e\x9a\x47\xfd\xdd\x04\x47\x5a\x58\x1c\x25\x39\xeb\xc1\x0b\x64\x53\x0d\x66\x6c\x1d\x4d\x54\xac\xa1\x70\xbc\x49\x8b\xe1\x3c\x41\x2e\x30\x48\x93\x45\x3c\x96\xba\xa2\xe1\xe2\xbc\x87\x6d\x7a\x2c\x56\x48\x6d\xdb\x26\x2c\xb5\xe7\x8b\x28\x6a\x77\xb6\x76\x94\xc0\xe5\xf0\xef\x45\x81\xab\x44\xaa\x5d\x56\xdd\xac\x54\xf3\x04\xa5\x46\xf6\xa6\xca\xe5\x94\x22\x23\xc2\x9f\x12\x09\x58\x85\xf2\x56\xa4\xb8\x53\xce\xda\xc9\x66\x9c\x6b\x02\xec\xe7\xa9\xd7\xfa\x68\x99\x04\x86\xd5\xee\x25\x7f\xd9\x0a\x0f\x64\x17\xa9\x77\x74\x9c\x88\xcc\x2d\x64\x44\x2d\xe6\x28\x22\x0c\x49\xfc\x10\xc0\x66\xd6\x38\xe9\x64\x64\xc8\x9d\xba\xca\xad\xac\xc7\x3b\x41\x84\x2a\x92\x6a\x3a\x47\xbf\x8e\xa3\x6b\x98\x07\xd7\x10\xe4\x39\x8b\x85\xe5\x89\x02\x89\x37\x80\xa9\xc5\x03\xc5\x21\x9f\x4c\xc3\x4c\xd5\x9e\xa7\xec\x02\xdd\x66\x83\xd1\x08\x33\xa4\x23\xb5\xc8\x18\xe5\x36\xc3\x78\x1a\x84\x7e\x92\xd5\x30\x79\x99\xaa\x3c\x64\x94\xea\x7a\x9e\x32\x2e\xc9\x04\xd4\x4b\x80\x19\xe1\xf9\x96\x69\xd9\x22\xb8\x2d\x17\x58\xac\xaa\x3c\x01\xf6\x3c\xb8\x68\xf1\xf1\x57\x1d\x4c\xcb\x0a\xbd\xa5\x15\x0a\xbc\xbc\x0f\xd3\x16\xd1\x7c\x81\x05\x90\xc8\xb1\x4b\x9c\x5e\x36\x96\x82\x93\x94\x13\x89\xf0\xe1\x3a\xc0\x36\x4e\x69\x1d\x98\xa4\xaf\x40\x97\x68\xd5\x98\x84\x69\xc9\x02\x32\x05\x13\x7f\x39\xef\xa2\x24\x19\xc6\xda\x96\xbe\xa5\x58\x86\x0a\xbe\x97\x60\x0f\x36\x38\x4e\xa7\x6c\xf4\x89\x8d\x45\x4b\x37\xb0\xe1\xa2\x69\xdf\x77\x9c\xc4\x8b\x59\x8d\x93\x69\x4e\xe9\x82\x45\x94\x8b\x2e\x10\x99\x49\xdc\xfc\x83\xa5\x49\x73\x19\x46\x5d\x74\x89\xf1\xb8\x48\xf3\x20\x49\x48\x6f\x7a\x42\xfd\x70\xea\x4b\x94\xaf\x85\xd5\x0b\x29\x6f\xfe\x8b\xa0\x75\x84\x3f\x11\xb1\xa7\x2a\x19\x07\x67\x75\x78\x64\x6c\x22\xb7\x62\x2f\xc1\xcd\x8d\xb3\xc9\x34\x05\xd6\xcf\xa1\xb2\xc8\x27\x3b\x15\x87\x7b\xd6\xba\x35\x99\x07\xb5\xaa\x7a\x5f\x4e\xc6\x65\x18\x78\xa6\xf2\xa7\x72\x62\x6b\xed\x57\x8b\xc7\x8c\x8a\xc6\xcc\x9e\x01\xdf\x90\x31\x58\xc4\xa4\x36\xcb\x5a\xb5\xea\x40\xd6\xcd\x06\xa3\x7c\x81\xc9\x54\x86\x8b\x49\xeb\x32\x0d\x73\x56\x6c\x55\x0f\x57\x94\x7e\x40\x56\x98\xe6\xad\x7e\xbb\x0d\xbf\xa6\x61\x4e\x31\x54\xa6\xec\x4a\x71\x71\x18\xe1\x83\xe2\x07\x34\x88\x26\x8a\x58\x05\xfa\x2c\x31\xcc\x2b\x2f\xc3\x28\x52\x0d\x8e\x82\x45\xc6\xc8\x72\x81\x7c\x2e\xc8\x94\x35\x57\x6c\x64\xa1\x01\xe1\x43\x2d\x12\x15\xb7\xa0\xca\x5a\xe7\x2d\xd5\x5e\x25\x18\x5e\x5d\x8d\xc6\x15\x15\x2f\x25\x47\xe4\x20\x21\xae\x04\xc3\x8a\x20\x92\x84\x38\x8e\x0f\xf2\x72\xdd\x68\x08\x2c\x79\xee\xa7\xb5\x6e\xcf\x5a\x91\xc8\x07\xbc\xe2\x0c\xa9\x60\xe1\x0c\x67\x4f\x3d\x93\xf8\x4a\x58\x92\x78\x88\x89\xf9\x5a\xcd\xac\xa9\xa9\xf4\xcf\xad\x30\xd8\xe0\x4b\xc0\xb6\xef\x13\x76\xdd\x75\xd3\x7c\x61\xb8\x98\x90\x41\x37\x76\xc6\xbf\x3e\x84\xee\xa3\x47\xee\x31\xb0\x6c\x98\xff\x0a\xd9\xa5\x18\x26\xc6\x1e\xd6\x9b\xce\x10\x6b\xd5\x6b\x8b\x51\xaa\xd9\xb7\x17\xe8\xcd\x5e\x50\xc0\xea\x96\x97\x8a\xbd\xbc\xb2\x92\x9b\xe9\x87\xe2\x7f\x8d\x07\xaf\x2c\x81\xa5\xd8\x1a\x9f\x34\xab\xcb\x92\x51\x6b\xdd\x20\xca\x23\x66\x5f\x05\x85\x93\x7e\x89\xb3\x7c\x73\x23\x66\xde\x30\xb8\x7d\x6a\xb4\x70\x07\x7f\x36\x58\x23\x66\x81\xf8\xb1\x64\x91\x67\xe1\x18\x79\x3f\x61\x09\x31\xe4\x6c\x72\x56\x71\xe5\xfc\xa5\x5d\x72\xf9\x48\xac\xc3\x1b\x7e\x7a\xdd\x09\x82\x30\x7f\x5a\x1d\x04\x41\x91\x3c\x28\xb1\xdd\x03\x1f\x3e\x54\xfb\xc3\xcb\xc0\x79\x75\xf4\x4a\x4c\x32\xd9\xdd\x2f\x6c\xc6\x9c\x4b\xb3\xc9\x7b\x55\xf4\x09\xc6\xf7\xbd\x93\xb8\xdf\x6d\xc3\xdd\x9b\x55\x04\x4b\xa9\xea\x00\x3b\x1c\x4b\xee\xdd\x90\x15\x4a\x48\xd1\x2b\x4e\x6c\x04\x55\xd2\x81\x82\x14\x4d\x5a\x4e\x95\x6a\x66\xd6\x26\x4e\x55\x8d\x89\xd9\xb0\xc2\x87\x68\xe8\xc1\xcc\x56\xc4\x7b\xe4\xfb\x97\xc6\xbe\xd1\x10\x36\x68\x36\x39\x10\xd5\x8c\x05\xaf\x01\x2d\x91\x05\xec\x00\x4d\x66\x59\x29\x88\x61\x16\x56\xfc\x7a\x98\x1d\x05\x47\xe6\xd8\x8b\x80\x5b\xe3\xde\xf0\x6a\xce\x6d\x2a\xc3\x51\xed\x81\x59\x45\x45\xae\x88\x38\xf8\x7c\x4f\xd8\x79\x27\x78\x31\x3b\x9f\x68\x59\x07\x54\xcc\x2b\x97\x89\x09\x75\xee\xed\x94\x94\x3e\x0a\x62\xa1\x84\x87\x0f\xea\x88\x32\x2f\xf2\x3e\x00\x9a\xb5\x0f\x19\x1d\xd3\x78\xb4\x4f\x82\x30\x42\xff\x67\xb9\xe2\x45\xcd\x30\x83\xa3\xe0\x08\xaa\xea\xd6\x5d\x87\x90\x1c\x25\x2c\x1d\x91\x94\xcf\x99\xc8\x96\x92\xfe\xe4\xed\x61\xff\x3e\xd7\x87\xcf\xf2\x9c\xcd\xe6\xc8\xbc\x22\xeb\x18\xe4\xea\xa6\x2d\x0a\xd2\x73\x12\xcb\x62\x98\x05\x57\xe1\x6c\x31\x33\xb5\xdc\x9e\xbf\x0a\xe7\x38\x7b\xb0\x71\xc5\x39\x33\x13\x08\x1d\xd8\xb3\xb3\x5d\xc3\x54\x43\x68\x2c\x58\x29\x1c\x2b\x92\xa6\xf2\x7d\x62\x63\xdf\x30\x56\x2a\x5e\x9c\xd6\xd5\x5a\xd4\x87\x49\x99\xc9\x14\xfb\x9d\xff\xa3\x51\x28\xce\x62\xc3\x05\xc4\x64\xbe\x65\xf3\xce\x2d\x8c\xce\x49\x01\x85\xfc\x19\xa8\xc5\x34\xf9\xf2\xa1\xa9\x5e\x1d\xb6\xde\x5b\x09\x2d\xd0\xa8\x49\x6a\x29\x87\xb8\xa3\x5c\x8a\xc5\x47\x93\x49\x41\x48\x53\x9f\x02\x61\x53\xac\x9a\xb8\xf2\x37\x01\x46\x73\xa4\xd4\x92\x77\xe4\x23\x8c\x3e\x53\xc2\x89\x38\x1c\x48\xa0\x2c\xc9\x84\x0e\xad\x01\x41\x2b\x11\x54\x3c\x70\x79\x06\xa7\xb1\xa1\xd3\xd8\xd0\x69\x6c\xd8\x80\xa1\x6a\x6c\xe8\x6b\xac\x70\x39\x4f\xb9\x83\x0b\x8f\x87\xcb\xc5\x09\x47\x1f\x3f\x5c\x4c\x3a\x83\xb5\x06\x7d\xeb\x1a\xba\xa2\xcc\xab\x71\x15\x73\x97\xa4\xc6\x68\x3c\x1a\x79\x64\x23\x70\x86\xb5\x4e\x7b\x43\x1f\xef\x57\x9c\x8d\x34\x0c\xa3\xf9\x33\xce\xcf\x0d\x2d\x57\x38\x9b\x39\x95\xbe\x87\xbf\x04\xf9\xb4\x35\x0b\x29\xfd\x79\xcd\xeb\x7e\x28\xfa\xe7\x3c\x2a\x5f\x51\xc3\xd3\xd0\x8c\x44\x81\x9d\x0b\x8f\x44\xfe\x87\x1d\x1b\xbf\x87\x29\x0b\x3e\x19\x34\xd9\x18\xd2\x15\x3c\x85\x6b\x35\xa0\x66\x47\x3e\xbf\x86\xa7\x70\xa5\x9e\x77\x8c\xd5\xbf\xe1\xee\x9c\x7d\x2d\x26\x1a\x7b\x47\x3d\xad\x3a\x12\x69\x76\x19\xa2\x61\x8b\x20\x22\xea\xad\x93\xe1\x49\x1d\xc3\x41\xc6\xa0\x32\x65\x57\x95\x9e\xf9\x00\xe5\x51\xf7\x49\xd3\x79\x14\x64\xa3\x30\xb4\x1f\x45\x41\x1e\xc6\x1d\xfb\xd9\x30\x8c\x83\xf4\xda\x79\x86\x06\xa9\x4e\x0f\xa3\xac\x5b\x78\xd2\x74\x1f\xe5\x93\xce\x76\xc4\x8a\xb0\x99\x4f\xb5\x9a\x2b\x5d\x88\x8c\x8a\x42\xb5\xe0\x16\x28\x58\xfb\xa8\xfd\x1f\x8f\x82\xdc\xde\xfe\xf8\xa4\x1a\x85\x99\x8f\x0f\x7f\x60\x9f\xa2\xbc\xd4\x1d\x42\xfa\x60\x8d\x17\xf2\xe9\x5a\x75\x1c\xd1\x89\xd8\x3e\x45\x96\x9b\xd7\xf5\x73\x3b\x3e\xaa\xbc\xe1\xb2\xcb\xa1\x73\x12\xfa\x39\x59\x9b\xe6\x7b\x1c\xbb\x34\x10\xf6\x6e\x52\x55\xeb\x7d\x2c\x74\x1a\x9e\x19\x9b\xd7\xde\x26\x8a\xbf\x33\x2d\x6f\x4d\x55\x8e\x29\x7e\x72\xd8\xe7\x49\x26\x41\x5a\x19\x20\xad\xb4\x10\xe0\xe8\x5d\x6f\x92\x5c\xce\x04\xfa\x64\x48\x15\x75\x04\xea\x60\xb0\x99\xbb\x02\x6c\x37\xcc\x08\x94\x59\x47\x0d\x17\x13\x4e\xc9\x11\x10\xe7\xd2\xa5\xa6\xab\xf2\x1e\x24\x53\x8a\x22\xe7\x3c\xc9\xd4\x6b\x37\xc2\x18\x78\xaf\x14\x38\x6b\x4f\xe1\x29\x4d\x1e\x64\xa8\x43\x32\x18\x8f\xac\xdf\xf3\xc4\x48\xce\xad\x3b\x15\xd3\xa6\x25\xa0\x92\xa1\x2d\xb5\x24\xf9\x92\x25\x5f\x1c\xf0\x12\xec\x08\x30\x71\x9e\xfa\xc6\x44\x79\x54\x0e\x68\x30\x67\xb3\x4d\xa6\x8f\xea\x12\x75\x9f\x3b\x70\x2a\x5a\x60\x97\x33\x33\x72\xcc\xc0\xbc\x42\xf0\x18\x72\x88\x36\xf8\xe9\x6c\x2c\x47\x09\x84\x75\x47\xef\xef\xc6\x8c\x42\x60\x74\x25\x6f\x81\x48\x89\xf9\xc0\x67\x8f\xb2\xc2\x89\xbf\xc4\xe0\x67\xc9\xd5\xaa\xbc\x3c\x15\x23\xb5\xac\x3e\x8a\x57\xa8\x16\xa4\x45\xf6\xc0\x94\x16\x0b\x98\xa5\x97\x1c\xa6\x5f\xd0\xa8\xb3\x0f\x55\x37\x8e\x23\xec\x42\x97\xb3\x93\x3a\x64\x63\xf7\x4c\xf1\x93\x9a\x61\xd2\x6d\x90\xae\x40\x92\x56\x9b\x21\x69\xb7\xd1\x68\x37\x40\xf2\x13\x25\x09\x7a\xd8\x06\x17\x49\x88\xf6\xf1\x0b\x99\xb9\x1a\x89\x4e\xc4\xcf\x5c\x36\xe6\xa7\x2e\xf4\xf5\x71\x83\x84\xeb\xc9\x13\x35\x0b\xf2\xd4\x76\xd6\x5b\xc9\x59\xeb\x3f\x6d\xfd\xe7\xad\xb1\x56\x94\x73\xbb\xef\x94\xf7\x9e\xf3\x46\x65\x5e\xf6\x04\xbd\xa8\x33\xb9\x5c\x2d\x92\xee\x3b\xc5\xbd\xe7\x78\xc9\x49\x5e\x7e\x96\x9b\xf0\xc3\x3a\x74\xed\xf2\x06\xeb\xe2\x14\xdd\xdd\xdd\x25\xce\x0a\x4a\xd8\x0e\xa3\x3c\xbd\x58\x3e\x3e\x97\x85\x10\x07\xa8\x9e\x60\x8b\xfe\xab\xa6\xf5\x9a\xda\x83\x66\x07\x7a\x4b\x30\xc9\x57\x56\x90\x65\x8b\x19\xc3\x42\xba\xb1\x5b\xfd\xd5\xb8\x35\xa8\x56\x2c\xb5\xbe\xcd\xe1\xe9\x1a\xf6\x12\xd4\x2c\x91\x11\x8f\x58\xec\xd1\xd2\xc0\x26\x66\xcc\xc7\x28\xb9\x3c\x91\x19\x54\xd5\x7a\xf5\x38\x83\x96\xae\xfe\x81\x54\x05\x40\xcc\x48\x38\xbf\x60\x69\x38\xb9\x26\x31\x7f\xb0\x86\xe6\xc1\x52\x2d\xd0\x07\x2e\x1a\xbf\x3b\x3c\x3a\xd9\xe4\xb2\x06\xe5\xaf\x16\x97\xa8\x29\x0b\xc6\xcd\x24\x8e\xae\x45\x8b\x32\xc4\x38\x85\x3e\x33\x6c\xdd\x5b\x3a\x8a\x05\x9a\xf3\xb3\x69\x70\xc1\x32\x88\x59\x88\xb1\xd4\xd0\xba\x43\x8c\x28\xb6\x04\x15\x4a\x82\x1d\xe4\x70\xc9\x30\x1b\x3e\x0e\xb2\xcd\x54\x5c\x0b\xf2\xac\x0f\x53\x58\xcc\xe7\x2c\x6d\xe3\x70\x85\x86\xd2\x4e\xa0\x39\x0f\xb2\x8c\x8d\x85\x46\x93\xc3\x97\x06\xf1\x39\x99\x72\xb6\xdb\x86\x8a\x32\xcc\x60\x1a\xc4\xe3\x88\x8d\x29\x74\x1b\xde\x00\x07\x19\xcc\x59\x0a\xfb\x2f\x7e\x79\xd6\xec\x6e\x77\x61\x3b\x9f\xc2\x3e\xa5\xb9\x6f\x0c\x64\x80\x0d\x9a\x9d\xce\x66\x8b\xff\x7b\x0c\x6f\x17\x71\x1e\xce\x18\x1c\xb3\x59\x10\xe7\xe1\x28\xeb\xc1\x3f\xd9\x35\x1b\x3f\x0f\xf1\x36\xf9\x30\x0e\xf3\x30\x88\xc2\x3f\x94\xa7\x06\xdd\x8a\xe3\x85\x71\x21\xa8\x1a\x3d\x36\xaf\xf7\x45\x41\x43\x19\xa0\x55\x90\x2c\x48\x23\x8c\x63\x4e\x85\x76\xc1\x98\xd0\x16\xbc\xe4\x67\x06\x6a\x77\xf2\x44\xde\x78\xc3\x3c\xc1\xeb\xf2\x20\x42\xc7\xc1\xcd\xae\x68\x10\xf5\x37\xa8\x63\x0c\x42\x2e\xa9\x47\xc9\xa5\x03\xaa\xd5\xb8\x7b\x36\x56\xdc\x1b\x35\x16\x8f\x8b\x83\xe3\x0f\xfd\xcd\x60\x71\xf3\x8d\xa7\x39\x9f\x09\x81\xd5\xaf\x8a\xf0\xae\x06\x93\x27\x62\x94\x22\x9a\x2b\xaa\x21\x82\x28\x4b\x84\xbe\x8a\xf6\xc9\x75\xfb\x28\x38\x12\xa1\xd5\x79\x95\x0d\x1c\x39\x02\xbb\xbb\x2b\x10\x2f\x70\x20\x7e\x3b\x60\xe1\xcb\x3b\x51\xf2\x40\x9f\x38\x9e\xfb\xc8\x81\x8e\xc4\x66\xe5\x9f\xbe\xf3\xb8\xf2\x53\xe5\x29\xbb\x3a\xc6\x6b\x2f\x8e\x53\x8b\x64\x0c\xbe\xf2\x64\x5a\xb1\x59\xe7\x14\xd5\x57\xc1\xfc\xf9\x8a\x6d\xdc\xf7\xd0\xc5\xe2\x2b\xb6\x7d\xc7\xf9\xb4\x2a\xf2\xbe\xdf\x11\x2c\x6a\xdc\x09\xc8\x0a\x67\xe5\x97\xde\x5c\x17\x8f\x41\xf5\xbd\x0e\x95\xca\xd7\x1c\x83\x68\xf4\x85\x7b\x52\x1d\x25\x61\xa6\x6c\xc5\x3f\x38\x9c\xff\x07\xa8\x2a\xbf\x83\x30\x6b\x4a\x17\xae\x78\x3e\x83\x79\x30\xfa\x14\x9c\x73\xc6\x92\x0e\x89\x31\xcb\x29\xc0\xb7\x6b\xbf\x00\x87\xfc\x28\x8b\x13\x94\x6a\xb3\x70\x18\x21\x59\x44\xc5\xb8\x11\x04\x50\xf4\x87\xad\xa5\x2c\x0a\x31\x40\x38\xda\x03\x09\xbf\x30\x7e\x7a\x62\x74\xe4\xab\xdc\x50\x9a\x73\x22\x3b\x4a\x16\xd1\xd8\xf2\xe7\x1f\x87\xbc\x31\x4c\xe1\x83\x24\x76\x2e\x22\x8a\xf3\x71\x54\x86\xe2\x5a\x40\x0c\x80\x77\xb2\xc8\x98\x20\x54\xe4\x50\x21\xdc\x26\xd0\x49\x93\xb3\xb1\xd2\x13\xb6\xdd\x36\x9c\x37\xc4\xa1\xc9\x01\x10\xf7\xe0\x14\xaa\x92\x42\x2e\xd3\x6d\xac\xe8\x53\xf9\xbe\x89\x3e\x3d\xf1\xb8\x4a\xed\xef\x44\xa8\xa8\xce\xa3\x2d\x6d\xf0\xaf\x44\x60\x43\x71\x2c\xa6\xdb\x64\x63\x2e\x83\x39\x54\x87\x0d\x88\x1b\x30\xb3\xae\xd0\x43\xd4\xee\xc5\xa8\x21\xe0\x9f\xf8\x73\x26\x7e\xce\xcc\xa8\x63\x85\x1e\x79\xa3\x9d\x6d\x53\x6b\x24\x9e\x54\xdd\x4b\xfa\xe2\xb9\xa2\xc3\x78\x75\x51\x50\xbb\xcb\x94\x4e\x0c\x0d\x8d\x85\xfc\x21\xbc\x3a\xdb\xcd\x61\x98\x9b\x37\x07\x25\x97\xf7\xe2\xe6\xbe\x6b\x90\xf7\x60\x2e\x76\x77\xd8\x00\x8a\xa4\xe2\xca\xd0\x39\x5a\xae\x95\xe3\x61\xb3\xeb\xe2\x61\xb3\x7b\x3f\x3c\x6c\x7d\x23\x3c\x6c\x76\xef\x87\x87\xad\x25\x78\xd8\xac\x15\xdf\x70\xf4\xd0\x47\xf7\xde\x58\x42\x37\x7d\x0b\x4b\xdb\x5b\xf7\xc3\xd2\xce\x37\xc2\xd2\xf6\xd6\xfd\xb0\xb4\xb3\x04\x4b\x8f\x97\x62\x69\xdb\xff\xb6\x4b\x1f\x8f\xfc\x6f\x37\xe9\x63\xeb\x5e\x18\x96\x57\x69\x26\x8e\xd5\xb3\x02\x96\x49\xec\xf1\x23\xda\x50\xb3\x5a\x9c\x14\x59\x3f\x38\xba\x06\xbb\xa0\xcb\x9e\x6c\x58\x17\xf8\x52\x8d\x63\x48\x55\xad\x60\x3e\x8f\xae\x45\x69\xd5\xb8\xeb\xd7\x64\x0c\xf2\x55\x32\x0a\x22\xa6\x86\x5a\x8a\x06\x6f\x75\xf6\xfb\x22\x88\x32\x13\x43\xe2\x49\xd5\xbc\xe4\xf2\xde\x19\x79\x4f\xf0\x67\x05\xd5\x9e\x00\x48\x07\xeb\x43\xa7\x2b\xfb\xaa\x47\x1e\xc7\xb6\xf2\x5a\x5c\xb9\x09\x54\x0c\x45\xfe\x80\x32\x44\x88\x40\x10\xd6\x3d\x89\x78\x54\x35\x64\x52\x8a\x2a\x4d\xd3\x27\x34\x47\xc1\x15\xf4\xa1\x34\x92\xc3\x40\x85\xa2\xc6\xb5\xa1\xee\x67\x91\xc9\xc5\xf9\x9c\x05\x57\x35\x9d\x78\xaf\xda\xfa\xdc\xbd\xad\x61\xce\xbd\x1f\x3a\xc0\x19\x12\xcc\xcf\x67\x8e\x5e\x6b\xa5\x78\x55\x6c\xbd\xde\x87\x0a\x66\x81\xa9\x18\x78\xa8\x3c\x15\x1b\x17\x8d\xa5\x79\x29\xa8\xec\x56\x10\x01\x98\x64\xa1\x18\x9f\x43\x0c\xd4\x45\xce\xa9\xa7\xe8\x99\x6f\xad\x08\x8c\x95\xe1\x78\xd9\xbd\x68\x1e\xa4\xe7\x2c\x37\x19\x42\x4a\x8f\x71\x4c\xbf\xf9\xd7\x7d\xa5\x1d\x70\x34\xef\xb2\xae\x4f\xf9\x4e\xef\x1c\x8d\xb9\xac\x40\x9f\xea\x1e\x54\xfc\xf4\x59\x63\xf9\xdd\x95\xb1\xfc\xbd\xee\x3f\xa9\xca\x5d\xda\x50\xdf\xb5\xe7\x5d\x3a\x50\xa9\xae\x15\x40\x0d\xbc\x97\xa4\x1e\x11\x7d\x89\x54\xee\x95\x7a\x5d\x01\x97\xf0\xbb\x27\x91\x27\xd6\x66\xcf\x69\x46\x4d\x65\x49\x63\xc6\x7b\x4f\xcd\xfd\x52\x20\xd4\xdb\x25\x92\xb6\x52\x40\x18\x02\xbb\x05\xec\xcd\x8d\xd1\xbf\x28\x27\x1b\xf6\x0b\xf7\xfe\x73\xd2\xd4\xce\x50\x2a\xbd\xc2\xcd\x9b\xee\x67\xb7\xaf\xfa\x78\xf8\x50\x0a\xe3\x7d\x43\x05\x66\x5e\xea\x7a\x31\xa9\x5b\x70\x6b\xd0\x55\xf1\xad\xa3\xed\xf0\x36\xde\x31\x00\xb4\x35\x02\xae\xbe\xc0\xe8\xd8\x7a\xb6\x6f\x94\x2a\x10\x69\xb1\x1a\x4b\x2e\xe5\x65\xf5\xa6\x6e\x7c\x60\xdc\xcf\x33\x7c\x95\xc9\xc7\x26\x47\x63\x5f\xcb\x9b\x6a\x7e\xde\xd2\x0b\xb2\xd7\xc4\x99\xcb\xd4\xe9\xe9\x90\x12\xa3\x0a\x02\x29\x2b\xd1\xd2\xa0\x6a\x05\xf1\xb4\x94\xad\x71\xcd\x01\x24\x18\xd2\x2a\x40\xf7\x51\x34\x0f\x30\xca\x0e\x0c\x2b\x01\xab\xca\xe0\x7b\x9a\x0b\xb4\xdb\x70\x10\xc6\xe3\x0c\x84\x4e\xd3\x34\x64\x1e\xb3\x2b\xf4\xf6\xbf\x08\xa2\x0f\x5c\xa2\x53\x12\x57\x20\x9d\x43\xf8\xca\xfa\xa0\x4d\x0c\x3f\x34\xb0\xc1\xd7\x6f\x75\xdc\xd0\x95\x5a\x79\x6a\xb7\x82\x92\x1c\xb6\x24\x99\x82\x8c\xfc\xaa\x9a\xf2\xba\xb7\xa9\x45\xe2\x3c\x11\x29\x17\x44\x89\x8b\x20\xc2\xd7\x9e\x6b\x25\x32\x9b\x93\x2d\x69\x6b\xcf\x26\x04\xb1\x00\x14\x13\xfc\x48\x08\x9f\xe8\x24\x96\x51\x30\x9b\x93\xce\x19\x8b\xa2\xaa\x11\x9b\x51\x3a\x04\x6c\x84\xbc\x8f\x82\x08\xb4\x7e\x3b\x65\x11\xbb\x08\xe2\x1c\xc2\x0c\x61\x0b\x33\x23\x3f\x30\x36\x31\x0e\xf9\x80\xd0\x40\x69\x82\x39\x86\x30\x4c\x71\x43\x44\x53\xc2\xbb\x22\x99\xe8\xe1\xf5\xc4\xbc\x77\x0c\xc7\x61\xca\x84\x7b\xa0\x78\x0d\xea\x76\x13\xb3\x4c\x99\xd6\x9f\x1a\xa4\x71\x98\x6a\xcb\xba\xfd\xd9\x3c\xbf\x56\x11\xcb\x58\x10\x67\x10\x27\x30\x0b\xf2\x91\xe2\x63\xad\xcb\x6a\x87\x4b\xe5\x6b\x6d\x20\x15\xf3\xe9\x2c\x88\xb8\xa4\x60\xc7\xe8\x30\x2e\x14\x1d\x13\xdb\xc2\xa5\xa2\xa1\x9d\xb1\xdb\x00\xab\xaa\xa0\x8b\xfa\x56\xd9\x78\xb9\x6b\xc4\xc8\xd2\xa6\xb5\x56\x65\x23\x86\x56\x59\x2b\x4f\xa1\xb9\x71\xb5\xb3\x41\x7f\xfe\x66\x8c\x02\x8a\xe4\x5a\x05\xea\xc6\x2f\x0c\xc5\x80\x4a\xda\x3c\x81\x23\xe5\x7a\x89\xdd\x9a\xd6\x9c\x86\x9d\xaf\xe9\xc6\xa0\x1f\xf7\x20\xcc\xe9\x1e\x43\x9d\x88\x0d\xa0\x54\x92\x47\xc1\x51\x03\x06\x6b\x93\x24\x19\xac\x35\x80\xe5\x23\x99\x26\x05\x2e\xa7\x49\xc4\x40\x87\x7b\x71\x00\xe5\x0b\x90\xcc\xfc\x9d\xa9\x6e\x6a\xf9\x7d\xc9\x1c\xf7\x20\x66\xe7\x98\xae\x57\xec\xe7\x4c\x1c\x27\xa8\xba\x91\xc1\x0e\x85\xd6\x46\x03\x51\xb4\x42\xaf\xd9\x60\xd9\xb0\xd4\x3d\xab\xca\x9c\xf6\x7e\x89\x4d\x05\x2f\x87\x0b\xde\x22\x8e\x40\xb3\xbe\xa4\xbf\xa6\x38\x1f\x4b\x96\xc7\x46\xb1\x83\xe2\x0a\x15\xbd\xb8\x47\x73\x01\x97\x17\x41\x34\x28\xb8\xbe\xfb\x77\x08\xbe\x70\xbd\xa4\x1b\x5e\x1f\x1d\x22\xed\x41\x14\x5d\xab\x85\x20\x88\x7c\x28\x89\x45\x38\xc1\xc9\x0f\x33\xba\xcf\x06\x97\xd6\xf8\x2d\x17\xac\x1c\x8b\xed\x36\x1c\xd3\x8d\x13\x6a\x81\x7b\x18\x5d\x11\x93\x95\x27\x29\x30\x24\x2e\x34\x06\xa1\x7b\x83\x20\xba\x0c\xae\x33\x32\xcb\xd5\x18\xbc\x08\xa2\x3b\x8c\xb0\xe5\xc4\x39\x81\x3f\x38\x83\x2c\xe0\x5d\x95\xf6\x39\xf3\xea\xa2\xdc\xf5\x78\x25\x94\xf3\xff\x29\xe6\x2b\xdd\x9b\x21\x3e\x31\xc8\x1a\x05\x51\xa5\xfb\xba\xd3\x8d\x66\xf7\xd1\x23\xc3\x4a\xa8\x90\x5f\xc1\x92\x99\x68\x1a\x4a\xf3\x06\xaa\xa5\x65\xdc\x0f\x8b\x71\x2f\x6b\x90\x0c\x78\x4a\x90\xb1\xc4\x20\x68\x59\xd3\xc6\xb2\x58\xb1\xf9\x95\x67\xeb\xf4\x22\x88\xce\xee\x9c\xaf\x72\x4f\xfe\x0a\x9f\x1a\x29\x4b\xc9\x63\x5f\x38\xbc\x2a\x3d\x73\x31\xc6\xae\x09\x0b\x50\x10\xb0\x95\xce\x4c\x64\x01\x79\x35\x11\x1e\xa6\x23\x1f\x06\x69\xfa\xca\x70\xa3\x72\xac\x4e\x2f\x82\x48\xbd\xd5\x8b\xdd\xbc\x7d\x33\xdc\x00\x7d\x22\x97\x3a\x19\x97\x5b\x68\xea\xa5\x67\xfb\x0f\xe2\xe5\x4e\xd1\xad\x90\xee\x77\xac\x04\xeb\x4e\x01\x71\xd7\xe3\xa9\x2a\xaf\x7b\x9c\x15\xab\xc7\x0e\x4f\xa1\xcb\xeb\x19\x9b\xfb\xa9\xa1\x2e\xf6\x6c\x6e\xc3\x64\xc1\xc4\xb1\xb2\xdd\xd0\x38\x6e\x1b\x4f\x35\x6e\xcd\xa7\xe6\xf1\xab\x1e\x5b\x89\x5c\xe5\x52\x48\x59\x30\x06\xb2\xe2\xb3\x59\x79\x03\x06\x2b\xc2\xae\x69\x11\xa6\x38\xf4\x62\x2e\x59\x59\xa4\xc5\x3b\x78\x77\x18\xe7\x9d\xed\xe7\xfb\xd5\x10\xd6\xf5\xe0\x6a\x45\xb0\x2c\x3b\x4b\x73\xfb\xf3\x17\x98\x1d\x43\xe6\x10\x93\x58\x53\xe6\x8c\x7a\xc8\x24\x9f\x28\x74\xb9\x99\xb3\x79\xd3\x1c\x28\x5a\xf7\x21\x69\xc8\xf0\x01\xee\x01\xb3\x17\x4a\x37\x46\xfc\x41\x08\x4d\xe3\x5d\xad\x60\xb8\x58\xa8\x57\xb3\x01\x0e\xed\xe2\x76\x73\x50\x87\x0e\x56\x53\xd3\xa9\x0e\x6d\xa3\x90\x81\xbb\x72\x4a\xe6\xc0\xf2\x40\xc0\x12\x42\xb3\xef\x8c\x41\xd7\xf1\x62\xd6\x49\xc2\x6d\x75\xe4\xf0\x04\x75\x63\x19\xee\x6a\xcc\x3b\x7c\x81\x5e\xc0\x4d\x5d\x7e\xe9\x2c\xee\x92\xb4\xd9\x6c\x5a\x56\xb2\x62\x25\x58\x37\x92\x86\x8c\xfa\x91\x64\xd4\x8f\xf0\x54\xf7\xf2\x04\x3e\x5a\x6b\xa0\xb0\x0a\xa0\x0e\x1f\x6b\x88\x2c\xbd\x12\x3e\xd6\x1c\xeb\x24\xd9\xad\x32\x49\x93\x7f\x86\x78\x6a\xed\xe3\x5b\x73\xcd\x61\x6d\x35\xad\x61\x71\xf1\x1b\xf4\xa0\x4c\x5b\x3b\x8a\x16\x63\x96\xd9\xea\x5a\xf1\xac\x5a\x4a\xc1\x6d\x57\x11\x54\x0f\xc8\x7c\x30\x4b\xea\xd0\xc2\x29\x07\x45\x9c\xdf\x26\x24\xe2\x3c\x59\x11\x10\x9f\x0c\x27\xd4\xd6\x4b\x0e\x23\x61\x7c\xe8\x87\xca\x38\xa9\x4d\xc8\xcc\xc7\xdf\x17\x3a\x5c\x19\x85\xe3\x76\xca\xae\x7e\x4d\xc3\x9c\x09\x3a\x2b\xcf\xe9\xc4\xe7\xa0\x9a\xc8\xdd\x42\x92\x52\x35\x11\x3e\xa8\x37\x96\xc3\x31\xc5\xcb\x13\xd2\xa2\x36\xae\x6e\x8a\xea\x92\x82\x3e\x70\x04\x02\x75\x63\xa3\xea\x17\xb7\xb6\x2a\x23\x00\x30\x2e\x5e\x9c\x30\x92\xaa\x91\xa2\x0d\xbb\xd3\x83\xcf\x7a\x3d\xcb\xd3\x57\x3e\xdb\xd4\x81\x1b\xad\x52\x14\x6c\x1b\xa7\xa7\xea\x45\xbf\x53\x72\xa8\x3a\x42\x3c\x29\x55\x0a\x36\xee\x22\x06\x6b\x90\x66\x98\x08\x16\xbf\x1c\xc6\xb9\xb0\x31\x6c\x65\x8b\x61\x96\xa7\x78\x6a\x75\x1b\xd0\xad\x35\xa0\xb3\x6d\x60\xc2\x94\x5e\xa9\x8d\x9a\xbb\xbf\xf9\x21\x99\x48\x22\x89\x9e\xdd\x54\x70\xe0\x5c\xc9\x85\xee\x9a\x59\xe4\x93\x9d\x95\x17\x8d\x5c\xb3\x51\x98\x0b\x39\xa5\x68\x30\xd9\xf0\x2d\x94\x1a\x3e\x2d\xb4\x5a\xe0\x17\xb3\x51\x18\x7e\x05\x34\x58\xdf\xb1\xdf\x5c\xad\x67\x32\xe2\xf9\x8a\xae\xbd\x56\xaa\xab\xf5\xcd\xd9\xc6\xaf\x9b\x02\xce\x22\x7e\xf5\x2c\x14\xa8\x1c\x86\x85\x30\xe9\x1b\x3d\xa8\xfa\xe1\x2b\x10\xb8\x76\x5b\xc8\x05\x7f\x33\xe3\x4b\xa8\xbb\xb6\xc4\xe3\x06\xbe\x3c\xfe\x06\x94\xde\x04\x1b\xe4\x6c\xa3\xbc\x6b\x57\x84\x5f\xee\x33\x6e\xc4\xb1\x4e\x56\x53\xa7\x25\x86\x2a\xed\x6b\x21\x4d\x9c\x00\x5e\x6e\xbc\x30\x13\xfa\x30\x3b\x08\x63\x5e\x39\x71\xb4\x5a\xaa\x2b\xa9\x49\xde\x55\x49\xa3\xac\x7a\x45\xdf\x66\x05\xbe\xa4\x8e\xba\xa6\x47\xf0\x31\xe6\xaf\x64\xe2\x5c\xf6\xd1\x28\x66\x1b\x72\xab\x8e\x9d\xf0\xc4\x1e\xde\xd0\x4d\xa2\x27\x9b\x10\x06\x15\x25\x51\x4d\x8a\xa8\xad\x41\x88\xfa\xd8\x28\x89\xcf\x75\x18\x6f\x36\x2e\x8d\x4d\x68\x1e\x8a\xe6\x8d\xb1\x7b\x2a\x7a\x57\xd5\xcd\x0d\xf8\x0e\x36\xdf\x79\x26\xdb\xa9\x5a\x27\x17\xec\xc2\x06\xa6\xb9\x36\x02\x88\xdc\xdc\x28\x35\x3f\x46\x71\xd0\xbf\xef\x73\xc1\x66\x38\x51\xd3\x4e\x97\x11\x1e\x96\x47\x98\xb8\xdb\x4c\xf5\x5b\x3a\x5b\x94\x5a\xaf\x22\x05\x55\x76\x8f\x5e\x0a\xfa\xb5\x96\xac\x5f\xd0\xc5\xb7\xf0\x0d\xd1\xa7\xe2\xfd\xfa\x2e\x5a\xac\xb6\xdb\xf0\x2b\x65\x8c\xe8\xc1\x4c\x65\xb4\x88\x93\x1c\xf2\xe0\x13\x8b\xe9\x6a\x26\x18\x8d\x92\x45\x9c\x43\x68\x9d\x8a\x05\xa8\x8c\x77\xf7\xc4\xfa\x77\x34\x81\x95\x27\xe9\xaa\x10\xfd\xa9\xb6\xb0\xdf\xcc\x25\xc4\x6b\x69\xf4\xff\x1d\xbf\x3e\xb2\x8d\xa9\xf0\x49\xd5\xe6\x1b\x24\x01\xb8\x9e\xb3\x9e\x8a\x34\x21\xbc\x0c\xc7\x98\x04\xba\xe0\xad\x18\x85\x23\x46\xfa\x48\x24\x25\xef\x83\x34\x95\x57\xf8\x0d\xd8\xf0\x07\x99\x30\x6c\xa2\x15\x53\xe3\xf8\xa0\xd8\x06\x13\x48\xd2\xa4\x35\x84\x66\x5d\xdc\xfb\x74\x6a\xd7\xce\xd0\xab\x3c\x34\xed\xe3\xe1\x8e\x1a\xc5\x2b\x68\xff\x48\x94\x89\x58\xd9\x38\xc8\x50\x43\xdd\x98\x6b\xd8\xe5\xc5\xb6\x3e\x36\x64\x9e\x2f\x25\x3e\xc8\x64\x6b\x03\x23\xab\x3a\x65\x5d\x73\x24\x07\xbc\x2e\x16\x39\x26\x4d\x7d\x18\x6f\x65\x94\x8c\xd9\x9b\x24\x8c\xf9\x41\x4f\x49\x73\xe4\x1b\x8c\x4e\xf1\x86\xa5\xc7\xec\xf7\x05\x8b\x47\x0c\x93\xa7\xab\x96\x76\x61\xe3\x6a\xff\x40\xad\xbc\x3d\x99\x3b\x12\xa0\xe7\x16\x7b\x79\x50\x33\xd5\x10\x7b\xb0\x69\xfe\x2c\x14\x7f\x6e\x17\xa7\x2a\x5d\xf7\x51\x0f\x3a\x66\x88\x98\x50\x5c\x3f\x59\x00\x3f\xb5\xad\x2a\x84\x95\x18\x1b\x25\xf1\x98\xf7\x86\xe6\x06\xa9\xf8\x3a\x49\x16\x69\x3e\x15\x8f\xd9\x6c\xfe\x42\xe2\x45\x6f\x77\x79\xba\xb8\xfd\x58\xfa\x17\xa4\x32\x9d\x9e\x09\x2e\x45\x97\x94\x43\x7c\x0a\x1b\x57\x3b\x1b\x8e\xce\x06\xac\x79\x50\x85\xcd\x22\xb7\x4b\x54\x39\xd8\x69\xd7\xea\x54\x0f\x53\x4e\x3a\x26\xcf\x73\xe1\xaa\x1a\xe5\x1e\xc2\xc6\xd5\x8b\x0d\x61\x8b\xe7\x83\xd1\xc2\x8b\xbd\x1c\x78\xdd\xce\x41\x0d\x9e\xf2\xe1\x6d\xc3\x0d\xb8\x0d\x6f\xba\xb3\x8a\x77\x2f\x56\x83\x78\x31\x7c\x50\xe8\xd5\xc6\x8d\x33\x37\x66\xb1\xdb\x7b\xa1\x6b\xf3\xbe\xe8\x52\x8b\xc5\x28\xd1\xbd\x17\x42\x91\xf1\xd2\xcd\x7c\x2d\xbe\x25\xba\x5f\xf8\xd1\x6d\xcc\x85\xdd\xe7\xca\x53\x71\x40\x00\x5b\x6f\x78\x9b\x2f\x77\x36\xc8\x0e\xab\x50\xe7\xe5\xc1\xc1\x81\xab\x8f\xfc\x6e\x33\xb8\xf5\xed\x67\x50\x53\x01\xa3\xc8\xe6\xb7\x9c\x64\x7c\x6d\x74\xf3\xad\x16\x41\xa7\xbb\x6c\x15\xbc\xf0\xae\x02\x63\x85\x38\x10\xad\xb8\x44\x0e\x0e\x68\x8d\x14\x97\x48\xa7\x63\xd9\x65\x7c\xa3\x95\xa0\x55\xfd\x9a\xf2\x1b\x0d\xba\x69\x0f\x90\x65\xbd\x64\x30\x0e\xc7\xc8\xa6\x9e\xb3\x98\xa5\x41\xce\x20\x00\x11\x02\x52\xd5\xcd\x12\x08\xe3\x8c\xa5\x39\x04\x46\x5d\x61\xf9\x8b\xb6\xa0\xa3\x69\x90\x42\xf5\x5d\xfd\xe0\xe0\xe0\x65\x0d\xf3\x92\x04\xe3\x8b\x80\x1f\x33\x98\x91\x99\x32\x75\x2a\x5e\xd3\x18\x25\xa2\xe9\xa5\x7c\xe3\x39\x55\x3b\x96\x94\x6b\x8f\x49\x62\xd9\x1e\x13\xa5\xc0\x44\x87\x22\xce\xe5\x42\x35\x5b\xa4\x69\x72\xce\x87\x36\x0f\xc2\x14\xc6\x1c\xae\x5a\x11\x98\x26\x87\xa6\x23\x0d\x62\x00\xf9\x1c\x91\xb8\xd1\xe8\x12\x13\x36\x8a\x65\x70\x00\x37\x62\xc3\x7b\x9a\xe3\xad\xbd\x7c\xc1\x69\x81\xf1\x50\xd4\x73\x66\xaa\xd8\x8f\xd4\x50\x62\x40\x07\x07\x29\x83\xc2\x75\x03\x26\xff\x67\x6a\xb1\x88\x60\x2c\x29\xcb\x8c\x40\xe1\xcf\x83\x8c\x8d\x21\x89\xd1\xbb\xa8\xd7\x6e\x67\x79\x30\xfa\x94\x5c\xb0\x74\x12\x25\x97\xe8\x63\x14\xb4\xbb\xdd\xc7\x5b\x8f\xbb\x8f\xbb\xed\xed\x9d\x8d\xc7\x5b\xdd\x86\x95\xfb\xed\x32\xcc\xc9\x48\x0d\x8d\xe3\x92\x4b\x96\xe5\x10\x85\xb3\x10\x4d\xc3\x28\x84\x78\x83\x72\x82\x0a\x2c\x42\x90\x9e\x67\xe4\xd6\xf4\x2b\x83\xf3\x04\x3a\x30\x0b\xce\xe3\x30\x5f\x8c\x19\x44\x2c\x13\xd9\x24\xb3\x60\xc2\xf2\x6b\x99\x30\xf0\x97\x67\xff\x7e\xff\xec\xed\x3f\xde\xfd\xb2\x7f\x74\x72\x6c\x26\x0e\xec\xe0\xbc\x18\xdc\xa3\x77\xd0\xc6\xea\xc8\x3c\xee\x24\xfa\xa5\xc7\xa9\x44\x38\x5d\xbb\xbd\xbb\x7c\xb2\xf0\x56\xe0\x5c\xef\x0b\x91\x46\x59\xb8\x2e\x1c\x0b\x91\xc8\x04\xa1\xdd\x16\x21\x12\x28\x03\x2a\x71\xc6\x8e\x99\xcb\x4b\x1c\x09\x17\x0a\x47\xd3\x45\xfc\x29\xd3\x71\x15\x06\x6b\x5c\x38\x00\x9c\x2b\xf2\x62\x61\x57\x23\xc6\xc6\x6c\x3c\x58\x6b\x49\x56\x97\x98\x5f\xb2\xec\x57\x06\x9e\x0e\xdb\x1b\xa9\x0c\xf3\xb8\xda\xf8\xb2\x2a\x1f\x87\x5c\xcb\x62\x3c\x85\xa5\x2d\x4d\x53\xc9\xed\xa5\x04\x6b\xb6\x86\x47\x61\x2f\x65\x99\x57\x33\xbd\x54\x0e\xa0\x51\xe6\x6a\x94\x77\xca\x05\x03\xd7\xe0\xd5\xcd\xbb\x6c\x5e\x20\xf0\x96\xfd\xf8\xa8\x8a\x58\xae\x0f\x89\xf7\x2a\x8e\x25\x77\xc7\x62\xb8\xbd\xfe\x45\x07\xb3\xca\x28\xa4\xc3\x72\xd9\x10\xcc\x2d\x65\x86\x9b\x91\xbb\xe9\x01\x09\x9f\xb6\x0b\xbd\x65\xa5\x2f\x94\x5b\xca\x13\xdd\xb2\x71\xc7\xc5\x4a\x68\x89\x64\x96\x7d\x3e\xf6\x64\xa1\xb1\xb6\x32\x42\x78\xa5\x7a\x5f\x0d\x89\x92\xa0\x9f\x04\xc3\x88\x9d\x12\x42\xce\x5c\x84\x24\x8b\x02\x42\x4c\xff\xdf\xe5\x48\x19\x8a\x8c\xd5\x5e\x31\xd8\xb7\x63\xdb\x6d\x38\x24\xcb\x52\xa5\xec\x0c\x33\x48\xc6\xe3\x86\xb6\x42\xde\x81\x61\x68\xc4\x99\x13\xb1\x98\xa1\x9a\x05\x33\x06\x41\x26\xb3\xf3\x96\x46\x2a\xb6\x5a\x6f\x42\xa7\xe0\xf9\x58\x4e\x12\x48\x9e\xe3\x9b\xa0\x0e\xf2\x3b\x25\x1a\x5f\x87\xee\xa3\xed\x62\x6a\x70\xbd\xc1\x8b\x9e\x7f\x88\x3e\xd3\xf1\x8f\xf0\xb9\x74\x7d\x39\x4a\x7e\xb9\x8a\xfe\xf3\x1f\x25\xdd\xd3\x4a\x29\x06\x39\xc0\xc4\xd6\xd0\x83\xff\xfc\x07\x23\x57\x0c\x5c\xa7\x0a\xc7\x7f\xa4\xde\xd7\x91\x62\x9c\x72\xb6\x83\x89\x91\xfe\x41\x04\x63\x30\xa9\xab\x2c\x2b\xda\x72\xe3\x26\x18\xdd\xf2\xdf\x6e\xa7\xaa\x0c\x0d\xca\xed\xd0\xd8\x1f\x96\x2f\x4b\x59\x67\x22\x18\x02\x15\x12\x08\xd3\x08\x8e\xd9\xe5\x73\x8c\xc9\x45\xee\x06\x8b\x21\xda\x94\xb9\x0b\xf6\xdb\x04\xd9\xa5\xbe\xee\x8a\xb3\x4b\xa5\x54\xa0\x7f\x8c\x9f\x7f\x24\xa2\xa5\x18\xe9\xc5\xa7\x81\x8a\x9c\x16\x66\x71\x25\x87\x3c\xbd\x0e\xe3\x73\x4b\xbb\x8e\xb1\x93\x51\xab\x2e\xa3\xe5\xdb\x61\x5a\x85\x49\x4b\x55\xea\x2f\xd9\x95\x2f\xbe\x9d\xbc\x4a\xfb\x11\x3a\x64\x4e\xe1\x5e\x08\x94\x39\xd4\x50\x89\x90\x9c\xdc\x17\x61\x9c\x57\xdc\xdb\xb9\x3a\xef\x92\x66\x13\xfb\x2c\x49\x1d\xa2\x46\x16\x8c\x46\x2c\xcb\x60\xc8\xae\x93\x78\x2c\x87\x4f\x95\x2b\xa5\xf7\x8c\x68\xb9\x15\xc6\xf9\xab\x7d\xe8\x97\xbd\x3e\xa4\xd7\xb6\x3d\x99\x78\xaa\xd0\xa3\x5d\xcb\x1a\x10\x27\xcf\x30\xa7\x83\x6b\xee\xe0\x5e\x85\x95\xc4\xd5\xd1\x05\xf0\x14\xd0\xad\x19\xf3\xe2\xed\xd7\xbc\x6e\xd1\xa7\x02\xd9\xb7\xf2\x77\xe2\x96\xfe\x4c\xbe\x99\x2d\x22\xd3\xc0\xd1\xe5\x8b\xea\x75\x49\x1b\x05\x5c\x5c\xf8\xe4\x75\xd6\x05\xbf\x59\xb3\x6c\x68\xeb\x56\x27\x64\x0a\xb0\xce\xfb\x28\xf2\xe3\x68\x10\xbd\x7c\x42\x9e\x2f\x9f\x90\xe7\xde\x09\x79\xfe\x27\x4f\x88\xd4\x93\xde\x6b\x5e\x2c\x43\xc0\xc2\xe4\x40\x1d\x9a\x4d\x5d\xd9\x37\x57\x62\x7a\x4c\xf8\xc4\xb5\xdc\x3d\x26\xc7\xea\xe4\x2b\xe6\x69\x67\xe9\x34\xed\xf8\x66\x69\x47\x4f\xd2\xaa\x13\xb3\xc2\x46\xe8\x14\xf1\x6c\x58\x83\xe9\xa5\xbf\x7c\x38\x9d\xed\x3b\x28\x01\x15\x28\x0e\x0a\x9f\x7f\x8f\x71\x75\x57\x1a\x97\xd0\xd0\x18\x13\xdc\x39\x83\xa7\x4f\x61\xe7\x4e\xca\xd7\xd9\xbe\x63\xab\x51\x01\xdf\x88\x9f\xff\xd9\x23\xae\x5a\x43\xc6\xe1\xc1\x0d\xb8\xe3\xbe\x6b\xc4\x9b\xdd\x3b\xe6\x98\x0a\x14\x47\x8c\xcf\xbf\xc7\x88\xb7\x7c\xb4\x5b\x8e\xd9\x1a\x74\x0d\x74\x2e\x47\xff\x7c\x97\x16\xe8\x62\x81\xce\x76\xad\xa6\xbd\x8d\x9d\x22\x9b\x9c\x12\x08\xed\xc4\xc6\xc6\x9d\x4b\x67\xb3\x7b\xc7\xd2\xa1\x02\x3e\x44\x7e\xa7\xa5\xb3\x14\x91\xd6\xe2\x31\xc7\x29\xf1\x51\xf5\xa2\xb4\xb3\xad\x70\xea\xc5\xa8\x46\xb9\x8b\xcc\xa5\x08\x7c\x1e\x9e\x73\x54\x6c\x6f\xe1\x5a\x23\x9e\xfc\x79\x78\x7e\x18\xe7\xbf\x60\x3c\x9d\xaa\x85\x35\xb3\xb4\xb2\x97\x5c\x8e\x2e\x54\x52\x06\x39\xb3\x8c\x2c\x75\x6a\x6f\xe3\x76\x90\x1c\x42\x8b\x3c\x82\x10\x33\x02\xf7\x25\xd4\xe1\xf1\xd9\x20\x36\xee\xa6\x3c\x86\x26\x81\xfb\x54\xbb\xd9\x21\xd7\x49\xfc\x9b\x72\xd0\xb7\x6c\x59\x76\x3c\x31\x3e\x13\x79\xb5\x25\x67\x0b\x01\xaa\xd7\xf5\x84\x76\x61\x7d\x1d\x76\x96\xbf\xee\x6c\x2f\x7f\xdf\xdd\x32\x3b\x9d\x86\x72\xe0\xba\xe0\xb7\xe9\x1d\xd1\xe3\xf4\x29\x83\x5c\xe0\x22\xa8\x46\x49\x8d\x8b\x94\xe2\xd7\x34\x44\x7d\xbb\xf8\xb5\xd9\xe5\x72\x25\x65\x46\x5f\xbe\xb8\x9e\xdf\x6b\x71\x3d\xff\x5f\xba\xb8\x70\x9e\xa9\x2f\x35\x27\x5f\xb7\x8e\x4a\x16\x42\x61\x45\x97\xad\xc2\x6f\xd4\x3b\x47\x94\x4d\x04\x4b\xd7\x13\xd4\x8d\x95\xb7\x74\x71\x79\xe5\xa1\xff\x27\x0e\xdd\x53\x1c\x02\x50\x75\x77\x8c\xf8\x0a\xbc\xea\x6e\x9f\xbf\xab\x91\xaf\xbb\x50\x7d\xce\x93\xcb\x6a\xb7\x01\x3b\xb0\x0e\x56\x14\x93\xd5\xb9\x75\xaf\xd4\xf4\x5f\x10\x9a\xbe\x6c\xda\x42\x27\xf4\xac\x77\xca\xfc\xd2\x14\x19\xac\x28\x65\xff\x17\x09\x4b\x7f\x81\xc9\x2b\xc8\x52\x7f\xa6\x28\x85\xb5\x6c\x0e\xea\x21\xdd\x38\xd7\xbc\xfc\x95\xc5\xb5\x57\x37\xae\x26\x13\x11\x0a\x44\x55\xaf\x43\xa7\x06\xeb\xd0\xec\x2c\xe5\x92\x4a\x24\xae\x3f\x59\xe0\x52\x79\xc1\x1d\xca\xb1\x4c\xea\xd2\xc3\x97\xae\xc5\x3b\xc8\x6b\xee\x61\x3b\x37\xe2\x66\x16\xef\x01\x7b\x2b\xcc\xbe\x4f\x0a\xfb\x93\x85\xb0\x12\x2c\xd0\xa8\x6f\x7c\xc2\xd9\x37\xc7\x82\x4f\x32\xfb\xaf\x09\x66\x5e\xb9\xec\x0e\xa9\xac\x4c\x26\x2b\x79\xbf\x89\xef\xbb\x5b\x77\xed\x11\x9f\xa0\xf5\xd7\x90\xb3\x08\xfc\xa5\xd8\x59\x5d\xc0\x2a\x60\xe7\x2e\x09\xeb\x5e\x02\xd6\xff\x6a\xf9\xca\xb7\xad\xb7\x6c\x69\x47\x3d\x7f\x54\xc2\xe6\xaa\x02\xdb\x1e\x4e\xb5\x8a\x10\x8b\xe5\xd0\x6e\xc3\x6b\x61\x5a\xe1\x65\x4f\x2f\x82\xa8\xc8\x9f\x52\x3b\xe2\xd1\x9f\x21\x0a\xde\x29\x63\xdd\x4b\xc4\xfa\x5f\x2d\x61\xd1\xf2\x12\xbd\x89\x45\x50\xb7\x97\xc1\x77\x12\xb6\xee\xbd\xb2\xfe\x04\x91\x6c\xf9\xc2\x3a\x88\x92\xc0\x23\x61\xc9\xc7\x7f\x0a\x3d\xd7\x4e\x9b\x8c\xb1\xc7\x8f\xb6\x10\x30\xe1\xd9\xa0\x26\x3d\x5d\xb0\x06\x74\x37\x1b\xb0\xfc\x7c\x42\xc0\x8b\xe7\x93\x7c\xfc\x97\x19\x0f\x3a\x06\xad\x32\xa0\x97\xc9\x62\x18\xb1\xe2\x0c\xa9\xe7\xdf\x63\x48\x3b\x5f\x3e\x45\x8f\xb8\xec\xb1\xc2\x88\x8a\x73\xa4\x9e\xff\x65\x46\x24\x26\xc9\x1a\x92\x7d\x71\x7d\x18\xe7\xc2\x04\x05\x63\xf6\xe8\xaa\x78\x83\x3d\x0b\xae\x1a\x30\x0b\xe3\xa5\x41\x6c\x31\x67\x55\x49\xaa\x2a\x11\xe1\xca\x97\xac\xca\x0d\xe3\xae\xaf\xb4\x29\x7a\x10\x86\x75\x15\x01\x53\x16\x0c\x9e\x12\x1c\x65\xf9\x8e\xb1\x90\xd9\x8f\xce\x12\x62\x7a\xc3\x79\x6e\xcc\x4d\x1f\x16\x7f\xeb\x14\x07\xc3\x8c\x6a\x59\x7e\x45\x8e\x16\x03\x4b\xee\xc8\xe9\x7d\x41\x29\x64\x3e\xae\x3a\x33\xb1\x44\xcd\x40\xa8\xe9\x43\x9d\x86\xff\x3d\x6e\x6b\x65\x70\xdf\xe7\xc2\x14\x69\x89\x88\x2e\xc3\x84\x81\x5a\x5a\x3a\x3e\x42\xd9\x80\x64\xcb\x86\x83\xd2\x5d\x1a\x26\x8b\x63\xee\x0b\x1c\x50\x34\xaa\x2f\x53\x40\x15\x34\x4f\x7d\xb9\x06\xdb\xa4\x9d\xd0\x8d\xdb\x37\xbe\xaa\x8e\xa9\x6b\xb9\x63\x5d\x94\x5c\x02\xa9\x05\xf0\xdc\xbf\x2e\x9e\xff\xbf\x75\xe1\x57\x6e\xc9\xc6\x9d\x15\xe3\x99\xd3\x92\x85\xd2\x6c\x52\x58\x99\xbf\xca\x02\xf1\xdb\x08\xa8\x85\xb0\xe3\x5d\x1e\x3b\x85\xd5\xf1\xe5\x2b\xc2\x77\x18\x95\xce\x59\xa7\x01\x1b\x57\x93\x89\x9c\x26\x67\x6f\x56\x35\xce\x27\x93\x9a\x0f\x31\xa5\xf1\x64\x14\x3e\x4a\x8d\x0c\xd4\xe0\x5d\x9d\x97\xfd\xe2\xbf\x84\x98\x2e\x21\xe6\x1e\xa8\x29\x48\xfb\xaa\x10\x87\x60\xc7\x8b\xbe\xee\x0a\xe8\xbb\x8b\xe2\xb8\xca\x32\xfb\xc5\x5f\x1b\x7d\x1a\x33\xe5\xd8\x5b\xb2\xfa\xee\x46\x5f\xa9\xf9\x83\xc2\x92\xab\x65\xb3\x5f\xfc\x97\xd0\xb7\x25\xd1\x57\x82\x42\xd2\x96\x59\x68\xec\x6e\x79\x0a\x75\x9d\x42\x22\xda\xcd\x2a\x4b\xf5\xde\xa4\x60\x6b\x85\xc9\xb8\x6b\x2d\xbb\xaa\x3d\xfb\xc5\x5f\x74\x32\x56\x99\x08\x17\xc7\xde\x89\x70\x67\xcb\xb7\x33\x36\xef\x37\x19\x06\x26\x73\xcb\xac\xc2\x27\x33\xcc\xc2\x98\xf2\x38\x08\xc3\x6b\x81\x95\xe7\x87\x12\xf1\xb2\x80\x13\xde\xe6\x71\xcd\x0c\x3f\xa1\x23\x4d\x49\x28\x85\xae\x41\x23\x91\x0c\xc5\x75\x28\xa5\x7a\x9d\x8f\x2a\x4a\xb0\x91\x04\xbf\x02\x1f\xff\x9f\x54\x8a\x89\x4b\x71\x0b\xec\xdd\x5d\x43\x6d\xb2\xfa\x20\xa6\x18\x27\x0a\x9b\x9b\x86\xa5\x1d\x7f\xfb\x52\xd6\x02\x58\x36\xf9\xcf\xff\x6a\x93\x8f\x1a\xba\x15\xa6\x8c\x54\xad\x2b\x95\x7b\xb4\x62\xb9\xad\x6f\xbe\x08\xe4\x0e\xbd\x6b\xea\xe4\x6e\x5f\xa1\x5c\x67\x95\x72\x25\x0b\x01\xea\xbc\xe0\x12\xb2\xbc\xba\x61\x56\xa1\xb8\x4d\x8d\x41\xc7\x39\x16\x10\xd8\x14\xc7\x4f\x5a\x25\x3e\x6b\xea\x6b\x45\xe3\x56\xfe\x55\x96\xd8\xff\xd8\x50\xdd\xa9\x9d\x2e\x14\xbf\xcf\x20\x9e\x7f\xd7\x41\xf8\x75\x0a\xdf\x53\xa5\xb0\x4c\x32\x24\x5f\x4e\x5b\x2c\xac\x7a\xe4\x42\x15\xe2\x65\x75\xd1\x90\x9a\x6e\x72\xd1\xa3\x89\xdf\x7d\x02\xe2\x46\x89\x16\x21\x5b\x0c\xbf\x9b\x1e\x41\xeb\xae\x9e\x92\x38\x89\x9d\xc9\x98\x29\x8e\x10\xc9\x07\x70\xe6\xa4\x1d\x03\x01\x9e\x1d\xdc\xdb\x27\x7d\xda\xe2\x27\x9f\x10\x8e\x4d\x5e\xfb\x5b\x89\xa2\x7e\x55\xc4\xf7\xd4\x44\xfc\x95\x97\xd3\x9d\xfa\x86\xf2\xb5\xf5\xf5\xea\x87\xfb\xad\xab\xfa\x5f\x7e\x5d\x15\x55\x18\xff\x75\x0d\xc6\xe3\x49\x83\x72\x58\x38\x4a\x68\x74\xca\x92\x3d\xa3\x61\x4e\x5d\xfc\xac\x17\xf4\x4c\xdf\x42\xe1\x51\xa6\xcd\xf8\x2b\x28\x33\x1e\xa3\xf4\x22\x32\x7d\xfc\xb7\x54\x1a\x65\xfa\x8a\xbf\x82\xba\x62\x55\x04\x7d\x57\xa5\x45\x99\x46\xe2\xaf\xa0\x90\x78\xac\x64\x60\x33\xa1\xcc\x37\x5b\x49\x5f\xa0\xba\x28\x51\x82\xdc\x4f\x35\x51\xa6\x77\xf8\x2b\xa8\x1d\xca\x51\xbe\x84\xc8\xd1\xdf\x6a\xa4\xee\x2f\xa7\xb1\x28\x65\xf1\xef\x27\xa6\x7c\x4b\x29\xa5\xa9\xd9\x7a\x39\x05\xf2\xaf\x62\x31\xfd\x8f\xbf\x40\x72\xb9\x9f\xe0\xf2\x2d\xe5\x96\x6f\x31\x2c\xe7\x36\x7a\x7f\x7f\xff\xf1\xa3\xad\xfb\xdd\x48\xab\x15\xf0\x75\xf7\xb9\x56\x63\x4b\x9c\xb1\x97\xdc\x06\xdb\xd8\x46\x93\x0d\xff\x50\xa2\x30\xcf\x23\xb6\x1f\x8f\xc3\x20\xfe\x0e\x2c\xb3\x81\x4a\x6f\xf7\x5b\x0d\xd8\x6c\x6d\x6d\x74\x77\xba\x9b\x5b\xdb\xdb\x9b\x3b\x8f\xba\x3b\x3b\xdb\xac\xbe\xb9\xd3\x80\xa6\xff\x85\x91\x01\x54\x58\x1b\x50\xd0\xde\xbb\x07\x27\x0d\x44\xee\xbb\x61\x3d\x76\x3d\xd6\xf3\x3b\x88\xaa\x5a\xc6\xb2\x8a\x7f\x09\x93\xc9\x87\xaa\x7b\x37\x44\x1e\x32\xaf\x4c\x73\xbe\x09\x44\xc2\x64\xc3\x05\xc9\xee\x92\x2c\x4d\xfe\x92\x6b\x6b\xa7\x01\x9d\xd6\xe3\x9f\x1e\x6f\xff\xb4\xd9\xd9\xdc\xda\xd9\xee\x6e\x76\x1e\x3d\xde\xaf\x6f\x6e\xf0\xc5\x55\xf2\xe6\xcb\x57\x97\xb4\x6c\xb9\xaf\xda\xca\x67\x94\x64\xbf\xb8\xc7\x6c\x52\x9d\xaf\x5f\x60\x3e\xbb\x22\xfb\xc5\x37\x02\xaa\x64\x8d\xb5\xdb\x30\x4a\xe6\xd7\x22\x9f\xaf\xcc\x15\x49\xbf\x30\x69\x68\x7f\xa3\x01\x59\xb2\x48\x47\xcc\xf9\xb9\x1f\x8f\xfb\x76\xc6\x39\x6f\xda\x63\x4c\x2c\x6a\xe4\x3c\x9e\x5f\x83\x93\x83\x58\xe4\x26\xf5\xc6\xa0\x2d\xcf\x3b\xec\x35\x3e\x52\x96\x40\xd9\x34\x59\x44\x63\x7f\x16\xed\x07\x22\xa6\x89\x3f\x9c\x90\x88\x74\x2b\x84\x69\xe6\xcb\xaf\x8b\xc1\xfa\x34\xe8\x98\x8c\xd6\x4c\xaa\x5b\x33\x07\x06\xce\x4b\xd5\x99\x51\xc6\xad\xa0\x20\xa2\x68\x2d\x2a\xfc\x6e\x79\x38\x16\x4c\xaf\x38\xbf\x86\x0d\x8a\xd4\xf3\x04\x2e\x59\x25\x65\x30\x4e\x62\x36\x70\xb2\x19\x8b\x26\xcc\x04\xbb\x7a\x40\x56\x0a\x3a\x19\x48\xd8\x9f\xf8\x72\x43\xf5\x7c\x10\xe4\x41\x04\x8c\x4f\x01\x8c\x92\x78\x1c\xf2\xa9\xce\x7c\x98\x7a\x7a\x67\xbe\x7d\xb3\xb4\xc7\x96\xcb\xc9\xeb\x2b\x82\x3e\x65\x66\x4e\xe0\xaf\x60\x04\x54\xec\x1c\x7f\x55\xb5\xee\x8b\x90\x09\x4c\x3c\x4b\x19\x5c\x32\x48\x92\xe1\x9e\x3d\x85\x16\x60\x77\x2c\x2a\x6d\x26\x6c\xa3\xce\x48\x09\xec\x04\xef\x59\x56\xaf\xae\x83\x18\xdb\xee\xc2\x18\x1b\xc9\x4a\x33\x3c\xf0\x67\x30\x36\x72\x2d\x78\x33\xe3\xf1\x3d\xfd\x6b\x98\x4f\xc3\xb8\x2c\x91\x5f\xbb\x0d\xef\x32\x06\xc3\x45\x18\xe5\xcd\x30\x86\xcb\x29\x8b\x21\xb8\x08\xc2\x28\x18\x46\x78\x4b\x94\x65\x98\x31\x31\x4d\x66\x70\xb8\xdf\xe9\x68\x65\x95\xd1\x7a\xb5\x8c\x5c\x0c\x0a\xe1\xa5\xbd\x70\x66\x2c\xa7\x48\xd9\x52\x41\x26\xc8\x90\xfa\x59\x16\xc3\xa8\x61\x57\x50\xb9\x9a\xed\xf4\x03\x62\x5b\x60\x20\x25\x49\x5a\xdf\x65\xc1\x39\xa3\xd4\xbd\x94\x06\x06\x93\x56\x86\x51\x24\xb2\xc6\x9c\x1a\x09\x0f\x58\x3c\x3e\x3b\xab\xf9\xca\xd2\xf7\xd5\xca\x52\x50\xf5\x42\x59\x27\x43\x45\x81\x4e\xf3\xba\x26\x9d\xc6\xdf\x94\x25\xc9\xcc\x4a\x5f\x4c\x22\xf2\x73\x10\x8f\x23\x99\x75\x10\xe3\xc6\x66\xbd\xc1\x8a\xa9\x3c\x8d\x32\x3a\xd6\x78\xa1\x94\x15\xa6\x3d\xd3\xb8\x77\xb2\xb6\x1b\xbb\xc1\x4d\xea\x51\x4c\x75\x29\x69\xe1\xf2\xce\x30\xe8\xd7\xf2\x96\x07\x46\xdc\x2d\x5f\xfa\x42\x63\xef\x58\x05\x3c\x1d\x7b\x0f\x34\x55\x49\x9b\xd0\xca\x9a\x05\x08\xdc\x7e\xcc\x01\x72\x38\xf4\x59\xba\x2f\x8a\xe8\x44\x0e\x77\xc1\xb1\x52\x48\xfd\x5b\x4b\x75\x6d\x9e\x1a\x66\xe2\x40\x22\x3f\x18\xaf\x92\x12\x41\x8e\x44\xa0\xb8\x67\x79\x55\x47\x41\xc5\xd0\x59\x85\x74\x8b\x3b\x38\x10\xac\xfb\x14\x3a\xdd\x9d\x9a\x95\xb7\xd1\xcd\xdc\x28\x32\x39\x58\x51\x72\xf1\xb8\xc2\x6c\x4f\xf9\xb4\x07\x87\x32\x2d\xf7\x24\xcc\x33\x91\x60\x01\x38\x29\x8a\x28\x35\x6e\x03\x16\x99\x88\x16\x16\x2f\x66\x2c\x0d\x47\xc4\x56\xb5\x74\x83\xe4\xb7\xc1\x41\x1a\x14\xa2\xe8\x7e\x71\x96\xd5\xee\xa3\x47\x77\xd4\x1e\x26\x49\xc4\x82\xd8\xad\xae\x2f\xa2\x9d\x08\xa1\x87\x31\x85\xe4\xc5\x13\x2f\x83\x20\x65\x18\x57\x8c\xf3\xcd\x38\x68\x91\x6b\x81\x33\x77\x30\x0a\x62\x91\xc8\x1f\x39\x7f\x60\x41\x1a\x5d\xb7\xbc\x27\xaf\xc9\x1e\x08\xee\xa4\xf8\xd8\x0c\x12\xef\x3f\x59\x5f\x1b\xc7\x31\xa5\x90\x2b\x24\x32\xc1\xb3\xb9\xef\x1c\x7f\x46\x9c\x9f\x81\x9b\xcb\xbf\xaf\x73\xfa\xeb\x94\xfe\xfe\x28\x7f\x26\xb8\x3d\x99\xfa\xdf\xcc\xe9\xff\x00\x9d\x62\x08\xc5\x46\x1e\xff\xb0\x8c\xd2\xb9\x73\xab\xb2\x90\x2d\x8b\x33\x29\x74\x60\xf2\xe2\xa8\xb8\x8a\xac\xdb\x31\x19\x26\xd2\x97\x9b\x58\xb6\xb7\xa7\xdb\x01\xe8\xdd\x91\x34\xd9\x09\xca\x69\x04\x7c\xd4\xdb\x1a\xdf\x39\xd7\x4c\x5e\x7a\x71\x32\x95\x09\x81\x07\x6b\x15\x52\x2a\xea\x98\x3a\x00\x95\xc1\x1a\x84\x7c\xc3\xd1\xa2\xc4\x2c\xc2\x92\x75\x57\x76\xfd\x0e\x89\x73\x33\xb9\x19\xac\x8b\x1f\x8f\x92\xf5\x39\x93\xc3\x39\x0d\xe1\x47\x3e\xbc\x33\x13\xb5\xd6\xe1\x4d\x0b\x49\x9e\xde\x2f\xde\x1d\x9f\xbc\xfe\x05\xf6\xdf\xbe\x7d\xfd\xf6\x18\x9f\xf4\xcd\x3f\x51\xea\x38\x9c\xcd\xa3\x70\x12\xb2\x31\x5c\xb0\x34\xe3\xac\x2f\x31\x32\x47\xc9\x98\x35\x60\x34\xe5\x8b\x9a\xc6\x48\x13\xd0\xc4\x80\xd6\x0b\xce\x1a\xc8\x98\xc5\xc8\x3b\xf3\xd9\xfc\x7c\x6b\x88\xfd\xfb\x50\xcd\xae\x67\x0d\x38\x67\xf9\x2f\x2c\xe3\xe5\x1b\x18\x84\x59\xe6\xb6\xc0\x4a\xa7\xd9\xf5\x8c\x8f\x70\x14\x05\x59\x86\x7d\xe2\x14\x00\xbb\xca\x59\x3c\xce\xb0\x82\xb5\x72\xd2\xc5\x28\xe7\xa8\xb4\x6e\x0a\xe7\x2c\xad\x1a\x99\x57\x44\x04\x46\xda\x21\x6f\xd2\x64\xce\xd2\xfc\x5a\xc8\x95\x95\x19\xc1\x52\x69\x98\x74\x15\xe7\xac\x67\x80\x2a\x22\x01\x53\x1d\x39\xb9\x99\xe6\xa5\x00\x45\x56\xce\xff\xf5\x48\x60\xd6\x2f\x46\x49\x3c\x09\xcf\x17\xa9\x7e\xa9\x48\xab\x01\x23\x67\xb7\xc7\x63\x4a\xaf\x2e\x44\x0f\x8a\xd9\xcd\x9f\xc4\xc1\x0c\xbf\x8b\xc4\x98\x98\x33\x3e\xc6\x37\x14\x09\x39\x4f\x83\x91\xa6\xe2\xb8\xff\xb1\x4a\x1f\x3e\xfc\xf0\x59\xfd\xbc\x85\xd3\x1f\x3e\x67\xd7\xb3\xdb\xb3\x0f\x66\xaf\x14\x46\xd1\x68\x2c\xd1\xa1\xcf\x35\x38\x02\x4d\x02\x04\x0c\xc1\x68\x81\x6a\xb4\xa8\xf2\xc4\xf3\x4e\x6d\xa8\xa8\x87\x76\x1b\x58\x16\x85\x71\xde\x1c\x87\x19\x47\x4b\x33\x0a\x63\x4e\xc1\x9b\x8b\x78\x91\xb1\x71\x93\x5d\xcd\x53\x96\x65\x52\xee\x12\xed\xbe\x65\x48\xdf\x0d\x7c\xf0\xef\xc1\x28\x5f\x04\x91\xdd\xd7\x98\x45\x0c\xa1\x17\x23\x57\x3b\x84\xbe\x9c\x8b\x4c\x26\xd6\xaa\x11\x7b\x26\xbb\x9e\x39\xa5\x33\x55\x1a\x57\x85\x51\x65\xe9\xba\xe2\x55\xec\x45\x55\x5c\x08\xc6\x2a\x61\x78\x22\x7b\x5f\x91\xea\xa3\x6c\xa5\x99\x8b\xc9\x82\x3b\x4f\x28\x7c\xad\x6f\x94\xfe\x65\xd1\x03\xf1\x58\x4c\xf6\xed\x07\x9b\xb4\x60\xd3\xfb\xd5\xca\xfe\xdb\xb7\xef\x9f\xbf\x3b\x38\xd8\x7f\xfb\xfe\xf5\xbb\x93\xf7\xaf\x0f\xde\x3f\x7f\xfd\xee\xe8\xe5\x31\x25\xf7\x51\x1b\xbe\xca\x5b\xb7\xd8\x63\xeb\x81\x09\x0c\xc1\x41\x0e\x4f\x98\x06\x8c\x8b\xa3\x66\x26\xb0\x0f\xce\xe0\x44\x55\x33\x8f\x98\x88\x07\x3a\x63\xb3\x24\xbd\x2e\xc9\x27\x86\x03\x69\x18\x87\x75\x4d\x0d\xe8\xf0\xe8\x5f\xcf\x5e\x1d\xbe\x7c\xff\xec\xed\x3f\xde\x9f\xfc\xcf\x9b\x7d\xdf\x60\x1a\x62\xb5\xb9\x27\xf6\x07\x7e\x40\x0c\xd6\xc4\x38\x7c\xbe\x62\xc9\x04\x19\x67\x91\xc7\xbc\x05\x6f\xd9\x88\x85\x17\x6c\x4c\x4f\x7f\xf8\x2c\x8e\x5c\x6a\x9e\xf0\x7e\xdb\xd0\x47\x90\x06\x53\x20\xfc\xed\xb3\xa3\x7f\x14\x40\xcc\xf2\xb4\x41\x5c\x47\x03\xc2\x78\xbe\xd0\x9c\x05\x9a\x7a\x64\x5c\x0a\xf8\xa0\xcf\xb2\x64\x82\x30\x67\x79\x7a\x4b\x07\x98\xa9\x46\x68\x7d\xd0\x35\x53\x09\x6c\x9f\x9a\xd5\x13\x4a\x0c\x5a\x2b\xcc\x0e\xe3\x9c\x9d\xb3\xb4\x2a\xba\x7d\xf8\x90\xec\x5c\x82\x61\x26\x1f\xed\x92\x5f\xec\x66\xd7\x5a\x00\xaa\xe1\x60\x3c\x3e\x22\x9e\x34\x88\x8e\xd9\x3c\x48\x83\x3c\x49\x45\x04\x79\xd1\x44\xad\x4c\xfe\xc1\xd7\x82\x91\x0c\xcf\x31\xb6\xac\xb7\x0f\xab\x35\x93\x35\xa7\x06\x94\xa1\x63\xb7\xc6\x21\x35\xac\x1e\x6f\x6e\x44\x1f\x4f\xa1\x59\x2d\x29\x64\x27\x32\xb9\x73\x64\xb2\x80\x9b\x60\xdf\xa8\x5a\xe7\xac\x57\xc5\xe2\x1a\xf8\x1c\xd6\xfb\xf0\x01\x0e\xf5\xd2\xfa\xe1\x33\x4e\xd8\xad\xb1\xa8\x7e\xf8\x2c\x1b\x91\x5b\x58\x2c\xd4\x59\x76\xee\xdb\x02\x66\xf0\x79\x1f\xb4\x40\x6e\xd4\x46\xb8\xf6\x62\x84\x7d\x33\x09\xbe\xce\x87\x4b\xac\xeb\x45\x10\x9d\x6e\x9c\xd1\x0c\x35\x2b\xb0\x07\x1d\xe8\x11\x17\x4b\x39\xf9\x28\x2d\xb6\x08\x3b\x0d\x5b\x4f\x28\xb3\xf7\xa6\x15\x8e\xbb\x0f\x1f\xde\xff\xf0\x99\xf7\x22\x82\xed\x43\x13\x36\x1b\x10\xd6\x6e\xf9\x68\x33\xb1\x67\x0c\xee\xe7\x83\x59\x7a\xc3\x2e\xa9\x78\xa2\x9f\xf7\x5f\xfc\x13\x0e\xde\x1d\xbd\x38\x39\x7c\x7d\xe4\xe1\x8a\x88\x2f\xb2\xaf\xf8\x9e\x23\x2d\x11\x57\x17\x45\x7b\x2c\x7d\x4f\x71\xa7\x3f\x3f\xa6\x1c\x37\x0d\x58\x5d\xb7\x7c\xcb\x0a\xd6\x0c\xe0\xba\xba\xab\xbe\x95\x9b\xd5\x0c\x22\x5b\x87\x4e\x49\x1e\x32\x6d\xf8\x0c\x77\x58\x3e\x17\x46\x7d\x97\xf3\xab\xc5\xf4\x63\x38\x73\xda\xc2\x33\xa9\x6e\x13\x1b\x18\xf6\xf8\xda\x87\x9e\x58\x64\x62\xd9\xf1\x35\xab\x89\x8f\x15\x10\x77\xd3\xd8\x7e\xfc\xa5\x6c\x10\xe5\x3a\xf9\x43\x99\xa9\xda\x7b\x15\xe5\xb4\x3e\x7c\xd8\xed\xc3\xc6\x0f\x9f\xe3\x5b\xcc\xd7\xf2\x14\xba\xf8\x7d\x7d\x1d\x7e\xf8\xec\xe2\x0d\xd6\x61\xe7\x96\xbf\x56\x9c\x54\x31\x69\xbd\xd9\x6c\xb3\x7a\x47\x63\xd0\x84\x0e\x36\x58\x93\x9d\xf3\xb2\x1f\x4c\x29\x43\xfe\x7d\xb8\xa3\x85\x0f\xae\xe4\xee\x40\x66\xc2\xf5\xc3\xe7\x59\x18\xdf\xea\x31\xe3\x93\xe0\xca\x6c\xe7\xd6\x95\x74\x89\x51\x6f\xb9\x87\x51\xb5\x82\x13\x5d\x51\x27\x10\x71\x4b\x6a\x57\x1a\x5b\xa7\x74\xe7\xb8\x0b\xd1\xde\x43\x6a\x31\x1a\x6c\x84\x2d\xae\x2e\x18\xa9\xa3\x5c\x81\xd5\x0b\xbc\x7b\xe0\x8b\x13\x5e\x56\x76\x06\xe0\xe4\x1c\xd4\x1b\x4d\x41\x25\x93\x54\x60\x14\x77\x0d\x1d\x9e\x83\x93\x28\x49\x52\xc9\x3f\x72\x10\x6d\x56\xd2\xa1\x15\xa2\x41\x11\x0e\x7e\x35\xec\x23\x1f\x71\x73\xa3\xe8\x4b\x03\x2a\x01\x26\xd9\xe4\xc7\xb2\x3b\x98\x81\x9d\x35\xd6\x7f\x8f\x61\xf4\xe4\x63\xf6\xac\xa4\x2d\x5f\x00\x5f\x71\x61\xfb\xfe\x68\x91\x62\x65\x71\x6a\x18\x2b\x95\xc0\xbf\xfd\xb0\x62\x5b\x12\x05\x92\xf8\xff\xbc\xff\xea\xcd\xfe\xdb\xe5\xd4\x1f\xc9\x3f\x51\x2b\xb9\x5e\x9e\x3f\x3b\xde\xdf\xde\x7a\xff\x76\x1f\xfa\xd0\x3e\xfd\xad\xde\xde\x68\xfe\xf4\xac\xf9\x7f\x83\xe6\x1f\xcd\xf7\x67\xed\xf3\x41\x31\x37\xe5\x28\x62\x01\xb1\x67\x5a\xd3\x7c\x84\xe2\x5d\xf0\x89\x65\xc0\x7e\xe7\x02\x4c\x16\x9e\xc7\x19\x04\x19\x6a\x02\x38\xbb\x38\x65\x28\xed\x6e\x6f\x29\xc5\x06\x69\x83\x52\xca\x11\xdf\xca\xe6\x51\x98\x57\x2b\xfd\x4a\xed\x74\xe3\xcc\x6c\x35\xcb\xd3\x70\x4e\xdc\x9c\x54\x49\x8c\xa6\x41\x1a\x8c\x72\x96\x66\x10\x85\x9f\x18\x0c\x06\x31\xa2\x71\x30\xc8\xb5\xb8\xa6\xb2\x79\x63\xaf\xcd\x8f\x19\x8c\x13\x86\x01\xfb\xed\x8e\xf3\x34\x9c\x55\x6b\x2d\x91\xee\xaa\x5a\xc0\x4b\x03\x2a\x95\x9a\x09\xd0\x28\x89\x2f\x58\x9a\x67\xa2\x87\x8c\xb2\x22\xa9\xc5\xd7\xe5\xdc\x3b\xd1\x79\xd2\xc8\xa5\x5a\xd9\xd6\x55\x17\x74\x2a\x3b\x08\x36\x19\x44\x51\x72\x99\x21\xfb\x10\x27\x71\x73\x1e\x8c\xc7\x6c\x2c\x20\x57\xdd\x54\xe5\x4d\x4c\x9e\x06\x61\x24\x14\xa9\xb5\xb2\x01\x0a\x6b\x66\xa3\xfb\x1f\x61\xcb\x31\x43\x56\x48\x80\x3a\x54\xfa\x15\x97\xe5\xc8\xf2\xd4\x97\xd3\x53\xa4\x4b\xd7\xd9\xcc\x17\x71\xa8\xd2\x31\xe1\x77\x4c\x42\xcd\x3f\x6f\x6e\xe0\x30\x9e\x84\x71\x98\x5f\x4b\xe6\x6a\x64\xe6\x3c\x53\x4a\x2d\xf2\x76\xb7\xb2\x35\xcb\x0a\x11\x0b\xc6\xc7\x2a\xc5\x97\x4e\xd4\x69\x6b\xda\x64\x72\x50\x5f\x7e\x14\x6a\xcf\xd6\x43\x99\x89\xbc\x44\xb7\x86\xaa\x3b\x54\xaa\x8c\x76\x9b\x8b\x12\x3a\xc5\xd8\x28\x99\xcd\x93\x98\xc5\x86\xd4\x60\x27\x2c\x7b\x29\x52\x07\x8e\xac\x94\x70\xfb\x76\x42\xb8\x76\x9b\x42\x14\x61\x5e\xb5\xcb\x20\x83\x00\x87\x69\x9e\xf8\x0f\xac\x71\xbb\x6a\xf2\x38\xc1\x0a\x70\xcd\x8c\xdc\x71\x1e\x60\x9e\x1f\xb8\x39\x25\xdb\x6d\x58\xc4\xec\x6a\xce\x46\x39\x97\xd7\xf8\x52\x32\x5f\xa3\x6a\x9f\x26\x8f\x78\xd6\x5d\x68\x76\x6a\x42\xe3\x88\x49\xcc\x36\xae\xf6\x0f\x1a\x98\xaa\x14\xff\x7f\x69\x25\xcb\x1b\x25\x71\x1e\xc6\x0b\x23\x79\xa7\x99\x6d\x9d\x9f\xee\xc8\xb9\x38\x29\x6a\x0d\xc8\xe6\x41\x98\xb2\xb1\x85\x8d\xef\x03\x96\xd6\x55\x61\xcf\x44\x58\xec\x6e\xdd\x95\x37\x2a\xa6\x45\x2d\x36\x7d\x6b\x29\xc1\xba\xd8\x48\x06\x61\x0c\x01\xa4\x32\x4e\x94\x3b\x55\x4f\x45\x2e\x39\x0b\x21\x5f\x35\xe4\x25\xa0\xaf\x06\x38\xe1\xc3\x4e\xad\x37\x50\x97\x44\x46\x46\x46\xbb\xa7\xa6\xcc\x90\xf9\xf4\x29\x74\xec\xdc\x78\x4d\x35\xc8\xba\x9d\x88\xcf\x58\x21\x65\x6b\x5e\x01\x34\x9c\xcd\x71\xd3\x70\xc6\x3d\xbf\x73\x0f\x7d\x11\xfa\x14\x1e\xfc\x84\x47\x91\x05\x91\x87\x90\x53\x44\x1f\x2d\x28\xa4\xba\xb5\x01\xea\xd4\x88\x4f\xb1\x72\x7b\x1a\xc0\xb9\xa9\x02\xbd\x09\x12\xa9\x8f\xf2\x4e\xba\x77\x74\x62\x2e\x06\x9d\x01\x51\xa4\xc5\xdc\xb8\x7a\xb1\xd1\xf0\x95\xa0\x24\x87\x58\x62\x47\xdd\xee\xde\x05\xa6\x9b\x12\xb3\x30\x3d\x5f\x06\xe8\x0b\x04\x63\xdf\x0f\xa8\x18\x8a\x05\xef\x37\x1c\xd1\xf2\x21\x6d\x7d\xe9\x90\x30\x99\xe9\xc6\xd5\xc1\x92\x31\xbd\x58\x61\x4c\xdf\x72\xf0\x9e\xeb\x24\x65\xb0\xa3\x93\x89\xc2\x3c\x51\x89\x90\xbc\x17\x38\x38\x7a\x6f\x7a\x40\x93\xa5\x90\xee\xca\xea\x78\xa7\xcc\x8f\x74\xc4\xfb\x0f\x78\xcd\xe4\xd8\x87\xbc\x60\xaf\x2a\x19\xc1\x97\x31\x36\xc3\xec\x8b\x43\x06\xe3\x84\x94\xfe\x61\x86\x9c\x63\x9c\xe4\x22\x0d\x60\x4b\xa8\xdd\x55\xcf\x34\x5d\xbc\x0b\x8b\x41\x10\xfe\x57\x85\x04\x69\xaa\x5e\x49\x92\x39\x73\xa8\x36\xeb\x84\xdc\x51\x03\xa6\x61\x43\x78\x30\x7f\x0b\x14\x2c\x25\x08\x82\x15\x12\x8c\xb0\xc3\xff\xf0\x57\xe8\x9e\x3c\x52\xde\xc9\xc2\xf9\x7a\x04\x3f\x42\xf7\xd1\xb6\x17\x4f\x18\x7d\xdd\xf3\x7c\x1a\x7a\xcc\x71\x4a\x71\x45\x2c\xad\x67\x55\xd8\xa9\xe9\xf3\xc4\x48\x4c\xaf\x65\x13\x2c\x5f\x90\xbe\x87\x51\x28\x4c\x28\xa1\x9a\xa5\xa3\x06\x8c\xb3\xdc\xb0\x62\x35\x39\x12\x75\x7d\xec\x5e\x6b\x96\x62\x98\xb3\x36\xd2\x5e\xb7\xcf\x5b\x56\xf6\x64\x37\x37\x18\xb5\xbb\x0f\x59\x3a\x92\x0f\x2d\xaa\x30\xce\xf2\x53\x5d\xfd\x0c\xb0\xa4\x48\x53\x6f\x2e\xac\x50\x8b\x7a\x38\x62\x31\x96\x24\x35\x0c\xaa\x20\xc1\x3b\x1c\x71\xc7\x99\xe4\x53\x86\x46\x7f\x39\xbb\xca\x33\xa8\x86\x2d\xd6\x82\x70\x92\x06\x33\x96\xd5\x60\x9c\xe0\xaa\x9f\x07\x59\xa6\xf2\xbe\x7e\x90\xb1\xdf\x92\xc9\x07\x61\x5f\xc0\xcf\xd9\x7c\xca\xae\x0d\xab\xcd\x3c\x65\x01\x67\x1e\x83\x8c\x24\xbb\x20\x47\xe1\x9e\x72\xc1\x1e\x33\xd6\xc3\x24\xb4\x59\xaf\xdd\x3e\x0f\xf3\xe9\x62\x88\xe9\x67\x27\x2c\x4d\xb2\xac\x4d\x17\x18\xed\x30\xcb\x16\x2c\x6b\x77\xb6\xb7\x8d\x19\x0a\xb3\x43\xd1\x3d\x54\x93\xe1\x47\x4b\xf7\x20\xad\x89\x87\x1f\x41\xc3\x08\x42\x0c\x27\x44\xf2\x3a\xf0\x80\xce\x69\xce\x81\x27\xc3\x8f\x2d\xf3\x52\xb5\xfc\x15\x5d\x2f\xea\xf7\x92\xdc\x79\x8b\xa1\xed\x1d\x1f\x2e\xea\x6d\x70\x52\xd4\x08\x48\xd9\x72\x98\x1d\x05\x47\x08\x8e\x16\x90\x0f\x92\x14\x8d\xe7\x20\x5b\xcc\xe7\x09\x99\x49\x19\x63\xe2\x72\x19\xff\x2c\xbf\x4b\xcc\x58\x34\x69\x72\xe9\x23\x48\x99\xa1\xf1\xc5\xa9\x80\x08\xd3\x5e\x02\xde\xa3\xe1\xa2\xfd\x20\xaf\xcb\xaa\x95\x29\xbb\xaa\xd4\x3e\xdc\x7f\x6e\xba\x9d\x9f\xa4\xae\xc0\x93\x5d\x13\xc3\xa1\xaa\xab\x1a\x8b\x66\x07\xd1\x7c\x1a\x0c\x29\x05\xea\x46\xa7\xbb\xb9\xf5\x68\xfb\xf1\xce\x4f\xc1\x70\x34\x66\x93\x8a\x2e\x96\x8b\x66\xf8\x69\x42\x5b\xb8\xfb\x68\xbb\x34\xc7\x65\x67\xdb\x95\xdf\x78\x1b\x61\x67\x1b\xfa\x10\xc2\x3a\x74\x04\x39\x52\x75\x3f\x52\xdd\x8f\xaa\xee\x47\xd3\x06\x01\x13\x84\xf2\xda\x75\xf8\xc8\xb7\x9c\x84\x99\x32\x61\xaa\x5f\x1f\x1d\x6b\x04\x6d\x8b\xc0\x1b\x18\xc4\xb7\x35\xba\x98\xd7\x49\x14\xf9\x96\xd2\xb6\xe2\x61\x3e\xa5\x93\x92\x53\x09\x52\xd7\x92\x65\x0f\x2d\x02\x36\xb6\x12\x1e\xbb\xce\x42\x50\x9d\xc4\xf6\xf2\x17\xba\x41\xd1\x12\x19\x5e\x49\xb5\x79\x05\xf6\x84\x0d\x03\xbd\x3e\x4a\xf2\x97\x42\xf5\xde\x83\x49\xec\x92\xc3\x92\xa2\x72\x2a\x0b\x27\xbd\x0f\x7a\xe1\x67\xb3\xd6\x58\x6b\xaf\x3f\xc0\x6c\x8e\x48\x6c\x68\xf5\xce\x93\x0c\x6d\x8d\xf1\xf9\x8b\x64\x7e\x9d\x86\xe7\xd3\xbc\x3a\xaa\x41\x77\xa3\xb3\xd5\xec\x6e\x74\x1e\xc3\xcb\x64\x71\x1e\x05\x98\x5f\x3a\xcc\xf2\x64\xce\xe9\xd5\xaf\x61\x94\x89\x5a\xbf\x1c\x9e\xc0\xab\x70\xc4\xe2\x8c\x63\x0a\xb3\x3c\x0e\xe2\xca\x22\x23\xe5\xce\x28\xaf\x20\xee\xd7\x29\x91\xe4\x2f\xc9\x78\x11\x31\x60\x57\x1c\x36\xca\x0a\x09\x7f\x9f\x2f\x86\x51\x38\x52\x75\x67\x58\xa6\x25\xca\xa0\x5c\x84\xf0\xbe\x34\xc1\xb5\x0b\xb5\xe6\x41\x9a\xf1\x75\x8a\x9f\x9e\x0e\xc7\x6c\xce\xe2\x31\x8b\x47\x21\x53\xbd\xa6\xe1\x45\x80\x09\xd1\xa9\xdb\x8b\x20\xc5\x23\x4b\x58\x31\xa4\xec\xf7\x45\x98\xb2\x6a\x65\x1e\xe4\xd3\x4a\xad\x25\x5f\x51\x41\x41\xd7\x8d\x62\x59\x30\x61\xcd\xa1\x30\x94\x6f\xd1\x7b\x13\x90\xb7\xec\x7c\xff\x6a\x4e\x49\x34\xf3\xd1\x14\x62\xce\x56\xe5\x79\xda\x24\x49\x69\x3d\x98\xe4\x2c\x5d\x17\x02\xcb\xbb\xb7\x87\x2f\xa4\x0e\x43\x1c\x09\x7c\x4e\xb5\x21\xc4\x60\xed\xc7\xc1\x5a\xad\x7c\x20\xfb\x47\x2f\x5e\xbf\xdc\x7f\xff\xee\xed\xab\xf7\xcf\x4e\x4e\xde\xbe\x7f\xf1\xf3\xb3\xb7\xef\xdf\xee\xff\x63\xff\xdf\x6f\x50\x85\x38\x18\x5c\x6d\x6c\x34\x07\x83\xab\xee\xc6\x60\xad\x52\xad\xad\x37\xda\xbd\x27\x4f\xfb\xbb\x7b\x7f\x3f\x1d\xe0\xdf\xd9\xe7\xdb\xc1\xe0\xea\xf1\xe4\xac\x7d\xbe\x84\xde\xf1\x99\x49\x93\xa8\x99\xb2\x73\x76\xb5\x6c\xb4\x73\x96\x8e\xf8\x58\x94\x79\x21\xcb\x46\x01\x9e\x46\x65\x23\xf8\x79\xff\xdf\xef\xf7\x8f\x5f\x3c\x7b\xb3\x6f\xc0\xfd\xe3\x29\x2a\x3e\x0f\x82\xe6\xe4\xec\x73\xf7\xb6\xed\x29\xfa\xe6\xd5\xb3\x17\x56\x95\xaa\x5d\xa7\x46\xea\xd2\x25\xd3\xd2\x24\xab\x47\x43\x81\xb9\x04\xcc\xa3\xd7\x47\xef\x5f\x3d\x3b\x39\x3c\xea\x98\xe8\xfd\x0d\x31\xcb\xf1\xfb\x98\x0d\x06\x57\x01\x7e\x9d\x4c\xce\x96\xf7\xfd\xfb\x22\xc9\xd9\xb8\x89\x09\xf2\xc3\x18\xde\x1e\xbc\x80\xee\x36\xd2\x4c\x2a\x6f\xbe\xef\xc3\x60\x6d\x30\x18\xac\x01\x9f\x59\xda\xbd\x3f\x3f\x7b\x2b\x05\x87\x3e\x3c\x0d\xe2\x6b\x78\x77\xdc\x7c\x76\xfc\xe2\xf0\x50\x0f\x05\xaa\xc9\x28\x67\x79\x06\x1b\xd0\x84\x4e\xf7\x71\x6d\xb7\x7c\x68\xff\x67\xff\xf8\x85\x31\x28\xbe\x2a\xaa\xa7\x83\xc1\x82\x4b\x54\x4d\xfc\x7c\x3c\x39\xab\x7d\x9b\xf5\xc1\x01\xcc\x88\x4b\x91\x77\xcc\x4b\xb0\x51\x02\xef\xbb\xd7\x27\xe6\xcc\x57\x69\x29\xaf\x9d\xf9\xa7\x9c\x1f\x42\x17\x41\x1a\x26\x8b\x4c\x35\x0e\xe7\x69\x30\x9b\x05\xa9\x42\xf9\x3c\xe0\x8c\x18\x47\x1c\xa1\x35\x4f\x3e\xb1\x18\x06\x6b\xfd\xc1\x1a\x54\xc5\xaf\x1b\x09\xaa\x30\xe1\xa6\x6d\x49\xef\xf4\x84\x74\xd6\x71\x4a\x70\x96\xd8\xd5\x88\xcd\x73\x78\x71\xf2\x2a\xe3\xac\x61\x26\xef\xbc\x33\x9a\x0d\xfd\x9b\xaa\x0e\xd6\xaa\x83\x35\xb8\x01\xbe\xe3\xe9\xf3\xa9\xf8\xdc\x15\x9f\x7f\x1f\xac\x61\x4d\xfb\x8f\xbf\x69\x88\x12\x4f\xc4\x67\x4f\x7c\xe2\xda\xb9\x81\xa7\xbc\x0d\x7f\xcd\xb6\x28\x79\x2a\x3e\xcf\xc4\xe7\x9e\xf8\xec\x97\xf6\xf9\x59\x94\xb8\xc5\xcf\xe3\x37\x70\x03\x3f\x9f\x98\x2b\x58\x20\xaa\x0f\x55\x04\x00\xd6\xab\xbf\x8f\x39\xfb\xab\x51\x89\xb3\x5e\xa3\xb7\x84\x4f\x51\xc2\x5e\xe0\x27\xfb\xff\x3e\x91\xd8\xe4\x65\x77\x0b\xfb\x04\xee\xd8\x29\xf7\xdf\x2b\xd8\xa7\x5b\xfb\xf5\x8b\x93\xfd\x13\x73\x5e\x49\xf7\xa5\x09\xf6\xab\x5f\x8f\xa9\xfa\xab\x5f\x8f\xc1\xac\x7e\xfa\xe2\xed\xab\x83\x33\xe8\xac\x57\x25\xa6\xc4\x80\xf9\x73\xb3\xe0\x8b\xb7\xf0\xea\x40\xbc\x01\xab\x89\xa7\x0a\xf6\x17\x6f\x1b\x30\x0a\xd2\x34\x0c\xce\x99\x8a\x4a\xdf\xd9\x14\x90\x9b\xed\xd9\xf5\x5e\x1d\x34\x80\xef\xd9\x09\xe3\xdc\x45\x67\x43\x54\x38\x7e\x53\x56\xe1\xf8\x4d\x03\xb2\x79\xc0\x85\x80\xcd\xae\x28\xfd\xf3\x49\x59\xe9\x9f\x4f\x1a\x30\x4d\xd2\xf0\x8f\x24\xce\x83\xa8\x99\x07\x43\xa8\xfe\x24\x6a\xbd\x38\x79\x05\x4b\x26\x83\x08\x48\xc9\xa4\x6c\x76\xe8\xea\xfa\xe5\xfe\x2b\xa8\xea\x19\xa2\xc9\x70\x9a\xdc\x69\x0e\xc3\x1c\x32\xf6\xfb\x82\x71\xd9\x25\x99\xc0\x38\xc8\x83\x25\xe4\xef\xcd\xb3\xb7\xcf\x7e\x31\xc8\xc9\x13\x3c\x34\x7f\x42\xca\x7e\xb6\x5e\x3d\x7d\xf0\xb7\x1f\x7e\x7c\x58\x59\xaf\xb7\xe8\x2e\xee\xb7\xf7\x1f\x82\xe6\x1f\x37\xff\x69\x9e\xd5\x6b\x56\xc9\xbe\x5d\x6f\xb0\x56\xdd\xeb\x9d\xe2\xaf\x07\xfc\xff\x4d\x7e\x34\x3c\x1a\xf2\xff\xc6\xea\xc0\xd8\x91\x07\xc6\x0d\xa7\x60\xa7\xc6\x69\x72\x56\x5b\x1f\xac\xdd\xac\xdc\xf9\x7d\xa8\x33\x1f\x34\x5f\xdc\xc6\x98\x7f\x3b\xb5\x0f\x32\x05\x57\xfd\x07\x71\xf6\x9e\xbc\xfe\xe7\xfe\x91\x55\xa3\x1c\xb4\x1f\xda\x2b\x90\xe1\x47\x3f\xed\x3c\x2e\x90\x61\x76\x95\x37\xe9\xae\x9d\x66\x14\x8f\x0b\x96\x03\x0c\xd6\x2a\x83\x35\x38\x85\x28\x88\xcf\x17\x7c\xd1\x9f\x89\x47\x58\x1a\x79\xab\x8c\x78\x5e\x59\x03\x24\x4d\x7d\x77\x72\xd0\xdc\x19\xac\x41\x1b\x06\x6b\x87\xc7\xaf\x9b\x3b\x3b\x8f\x7e\x6a\x76\xf0\xc1\x2c\x9c\x89\xba\x78\x73\xb3\x6e\x3d\x20\x62\x6e\x3e\x19\x15\xca\x8c\xa0\x0f\xcf\x5e\xbd\xf9\xf9\x19\xb4\xe1\xe5\xe1\x3f\x0e\x4f\x3c\x94\x92\xf7\xfb\x40\xf4\xff\x37\xf1\xf9\x83\xf8\xfc\x51\x7c\x3e\xf4\xd2\x58\xfe\xa6\x2e\x4a\x34\xc5\xe7\x6f\xe2\xf3\xbd\xf8\xfc\x50\x5a\xf3\xb3\x28\x71\x2b\x3e\xff\x23\x4a\x2a\x14\x0a\x0c\x55\xa1\xbb\xbe\x49\x83\x38\xe5\x13\xc0\xdf\xc3\x99\x20\x4e\x6e\xb3\x5b\x58\xd0\xfb\xea\xd1\xfa\x8e\x7e\x29\xdb\x91\x9d\xac\x6f\x56\xc5\x20\x44\x57\xd4\xbc\x31\x7b\x54\xac\x0a\xf3\x51\xde\x24\xe6\x78\x0c\x6d\xcd\x39\x8b\x0a\xe6\x5b\x9a\x5e\x8e\xc2\x9f\xf7\xff\xfd\xf2\xf0\x1f\xe2\x03\xcb\xe9\x7a\xd4\xff\xd7\x4c\xd2\x43\xf1\xe9\x4e\x45\xab\x14\xf5\x9e\x49\xc2\xcf\x1b\x67\x2a\xfc\x2c\xfd\xbf\x4f\xde\xff\xeb\xd9\xab\x77\x26\x8b\xf3\x5b\xf5\x94\xcc\x00\x36\x9a\x3f\xe1\xbe\xab\x0f\x06\xcd\xdf\xde\x7f\xf8\x7c\xfb\x9f\xb3\x7a\xad\xc2\x29\x0d\xbd\x3f\xfb\xdc\x6d\x6c\xde\x56\xf7\x7a\x4d\xf5\x60\xf3\xb6\xf6\x79\xa3\xb1\x79\x7b\xa3\x9e\x6c\x35\x76\x6e\x6f\x6a\x95\x6a\x75\xaf\xe7\x30\xda\x37\x56\x37\x0f\xeb\xad\xdf\xde\x7f\xe0\x5b\xba\x56\xaf\xad\xb4\xa9\xb7\xbb\xdb\x45\xde\xca\x10\x3f\x9b\xa8\x23\xe2\xd3\x16\xc6\x9c\x3a\x09\x06\x22\xc8\xf3\x60\x34\x9d\xb1\x38\xc7\x07\xbc\x42\x93\x93\x02\x5e\x5a\x35\xa1\x9e\x80\xe6\xd0\x0a\xed\xcf\x83\x74\x86\xf9\x37\x23\x14\xe2\xe8\xb7\xd1\x22\xff\x8d\x95\xec\x12\x62\x2d\xc9\x87\x83\x35\xc1\xfa\xc9\x38\x00\xee\x24\x0b\x06\x48\x96\x5f\x57\x15\x14\x01\xb3\xc1\xd6\x9d\x98\x8c\xe5\xd2\xd6\x71\xb4\x46\x61\xbb\x65\xfd\x56\x6d\xb1\xa7\xf9\x94\x99\xc6\x18\x61\x4c\x9d\x35\x60\x92\x44\x51\x72\xc9\xc6\x30\xbc\x86\xc1\xda\xba\x64\x05\xbd\xab\xef\xe5\xe1\xf1\x9b\xd7\xc7\x87\x27\x87\xaf\x8f\xd0\x72\xc9\x5e\x84\xab\x1e\x47\xd5\xbd\xde\x0f\x37\x4f\x6a\xed\x2f\x11\x19\x84\x16\x2d\x40\xb1\x59\x2c\x0b\x78\x21\x54\x19\x86\x6e\x00\xa6\x2c\x18\xb3\xb4\xa5\xd6\xd9\xdf\x91\x89\x87\xcf\xc4\x75\xde\xc2\xa9\x9c\x9e\x33\xeb\x35\x69\x65\x6f\xe1\x34\x99\xa3\xf7\xf5\x99\xbf\xb2\x78\xdb\xe2\x2b\xae\xaf\x21\xf1\x95\xbe\x11\x2e\x66\x46\xad\x49\x10\x45\xc3\x60\xf4\xa9\x9f\xa7\x0b\xd9\xbf\xe0\xd3\x64\x17\x5e\x9d\x88\xe1\xfe\xef\xea\x42\xa0\x2a\xc7\xd3\x00\xd1\x8d\x32\x07\x4d\xf9\x93\x0c\xfa\xf2\x05\xdc\xdc\xa0\x83\x8c\xd0\x77\x9e\x33\x52\x0a\xcb\xc2\x62\x17\xf2\x3a\x2d\x65\x3c\xa5\xc7\x58\xb1\x2a\x2a\xd1\x28\x93\xd5\xf1\x09\x2a\x6c\x70\xaa\xe8\xa7\x0d\x9d\xc6\x80\x76\xf9\x9e\x24\xe9\x2c\xc8\xc9\x77\x90\x70\x60\x28\xd3\xe8\x65\x35\x66\x97\x72\xae\x8d\xa1\xa3\x85\x57\x43\xf4\xab\x2e\x13\x9c\x05\xa3\xe1\x14\x8a\x77\xd2\xbb\x4b\xb0\x90\x81\x94\x40\xdd\x7b\xd1\x14\x26\x7a\xd9\x04\x8b\x15\xe6\xdf\x64\x7a\x86\x0d\xe4\x99\x73\xab\x10\xa7\xed\xfc\xd4\x18\xfc\xa6\xb9\xd4\xaf\x71\xa3\x63\x4d\xd2\x67\xc3\x28\x4f\xa8\x2c\x55\x7b\x5e\x07\x5b\xaf\x9b\x9a\xaa\xe2\x77\xaf\xd5\x6b\x4d\x82\x2f\xfd\x24\xf1\x8e\x4f\x3a\x93\xe0\x60\x64\x01\xff\x60\xf4\x6b\x55\xcb\x33\x00\x59\xe8\x81\xe3\xb9\xeb\x7d\x5f\xf0\x00\xf5\x8f\x50\xd6\x71\x47\xc8\x45\x77\xd5\xc4\x1d\xf0\xb8\x9e\xc4\x05\xb5\x51\x2b\x67\x59\xae\x70\x50\xbb\x27\x48\x9a\x7f\x2d\xc1\x7e\xca\x48\x19\xcb\x91\xce\xa7\x0c\x35\x9d\x20\xfd\x94\xf8\xba\x10\x6a\x4f\xa9\xe6\x54\x6b\x4b\xef\xd3\x31\xdf\x44\x33\x4e\xa6\xc3\x09\x15\x47\xa3\xab\x50\x5f\x68\x90\xe0\x6d\x6c\x62\xde\x70\x98\xfd\x1f\x7c\x7c\x2c\x85\x7e\x43\xc6\xa0\x51\xdb\xdd\x28\x47\x30\x35\x4a\x13\x4c\xf9\xf0\x88\xc0\x5d\x36\xef\x84\xc0\x3d\xfd\xf2\xe1\x43\x4e\xb8\x48\xbb\x27\x3b\x05\xf4\xeb\xd4\xa3\xd6\xd4\x89\xfa\x9b\x06\xd9\x81\xb1\xf2\xec\xee\x8e\xe4\xde\x33\xa7\xd6\x7a\xc9\xe1\x21\xf0\xc5\xe8\xb8\x00\x41\x8e\x85\x6c\xac\xf7\x9b\xa2\x51\x72\xfd\x98\xdd\xde\xdc\xc0\x03\x07\x89\x37\x37\x45\xfd\xa8\x81\x4b\xb5\x7a\x68\xb3\x9f\xaa\x5d\xba\x5e\x39\x83\xbe\xc2\xe7\xad\x05\x55\x39\x30\xc5\xce\x0d\xf0\x9c\xbe\x5a\x9a\x26\x99\xa5\xe4\x9d\xce\x9e\x85\x1e\xf9\xb4\xe7\x82\x24\x28\x26\x35\xe9\x90\xf5\x03\x3a\x2e\x04\x2d\xcf\x93\x7b\xf1\x00\xf2\x90\x4f\x86\x1f\xbd\x64\x3e\x19\x7e\x6c\x29\xee\xb2\xc8\x19\x0c\x3f\xb6\xf4\x71\xb2\xf4\xf8\x2e\xa3\xee\xe2\xb0\x33\xee\x1d\x15\x51\xa6\x33\x0a\xaf\x18\x5b\xc5\xc3\x55\x9e\xcd\x0a\xc0\x81\x0a\x83\x23\x4e\x6a\xb1\x38\xf1\xa7\x45\xff\xf8\x02\x32\xe5\x74\x5a\x29\x78\x6f\xbb\x9c\xce\x48\x53\x5e\x5e\xd4\xa5\x28\xe4\x39\x83\x97\x67\x31\x1f\x53\x14\xfe\x21\x5c\xcb\x24\xc4\x4a\xcb\x27\x2e\x39\xb1\xc3\x56\x9e\xbc\x4a\x2e\x59\xfa\x22\xc8\x58\x55\x6f\xfa\x60\x3e\x67\xf1\xd8\xe1\x29\xf8\xe8\x0c\xcc\x68\x32\x6e\xa2\x8b\x0f\x94\x26\xc8\xf4\xe4\x17\x28\x75\x7e\x72\xec\x0a\x07\xca\x4f\xec\x3a\x33\x1a\xaf\xb5\xb2\x24\xcd\xb5\x03\xef\x84\x8c\xec\x53\xf3\x76\x53\x2c\x70\x69\x5e\x10\xd6\xeb\xc6\x65\x25\x2d\x95\xbe\xdc\x71\xe1\x99\x36\xd4\xe3\xcd\x90\xe3\x3b\xbe\x6c\x65\x8b\x61\x96\xa7\xd5\x66\xa7\x46\xd0\xaf\x57\xb4\xc5\xcf\x1e\x2c\x08\x6d\x06\x6c\xa7\xf8\xf5\xcc\x30\x1c\xec\xc1\xef\x4b\x4a\xc9\x72\x02\xff\xf5\x3e\x54\x9e\x60\xb0\x09\x82\x11\xad\x88\xc9\xa1\xbc\xd4\x08\x48\x52\x70\x6b\xe3\xbd\x64\x68\xa0\x13\x68\x35\xcd\x24\x64\xd1\x58\x38\x41\x54\xcf\xd3\x60\xc4\x26\x8b\x28\xba\xae\x95\xb3\x51\x68\xad\x7c\xff\x5d\x33\xc6\xae\xa9\x3b\xc3\xd0\x84\x63\x96\xee\x0f\xfa\x05\xf1\xb8\xc5\xae\xd8\x08\xcb\x1a\x5b\x05\x0b\xaf\xb6\xe6\x0d\x22\xad\x06\x69\xed\x01\xde\xb9\x54\x09\xf5\x09\x8c\xd3\xce\x99\xbb\xbe\xa9\x9c\x54\x4d\xc8\x72\xdd\x33\xf9\x46\x88\x6e\x62\x1b\xe4\x09\x0c\xc3\x38\x48\xaf\x9d\x33\x54\x3c\xec\xcb\x86\x94\x21\x7c\xe9\xd5\x57\x03\xe6\x84\x34\x31\xfc\xec\x32\xe4\x78\xaa\x0a\x88\xf5\x15\x3d\xe7\x03\x2a\x61\x96\x08\xfe\xa1\xd2\xd3\xcb\x96\x82\xde\xe9\x23\x93\xa0\x50\xeb\xd0\x30\x8f\xa1\x56\x16\xf9\xa4\xb9\x53\x6c\xc0\x0c\x9a\x40\x4d\x34\xa0\x42\x5f\x2a\x9c\x1e\x48\x1b\x08\x8c\x4e\xe2\x6b\x5d\x70\x8c\xbd\xa2\x81\x9b\x31\x6f\x8b\x58\xdd\x78\xab\x69\x09\x63\x67\x1a\x2b\x1e\xfb\x26\x31\x03\xd6\x52\xff\x07\xcb\x4d\x9e\x4a\x44\x25\x00\x0c\xb3\x83\x66\xe8\xa5\x0b\x9c\x76\xd5\xbd\x17\xb8\x42\xb2\xe9\xf6\xc8\xa9\x6c\x38\x9b\x47\x0c\xde\xc5\x21\xee\xbd\xe6\xae\x09\x56\x9e\x06\x71\x46\x07\x0a\x5d\xe1\xcb\x21\x09\x8c\xf2\x96\xd4\x4a\x29\x70\x9c\x0d\xa8\xec\x55\x5c\x99\xe9\x0d\xde\xa3\x97\x9f\xa8\x77\x8e\x5f\xad\xdb\x52\xb9\xa7\x44\xb0\xa5\x1b\x7c\xe1\xae\x60\xc6\xaf\xcb\x14\xd7\xa1\x22\x1d\xa5\xa5\x41\x80\xee\x88\x69\x47\x35\xc3\x4c\x5e\xdb\x8f\x0b\x3b\x5a\x92\x93\x12\x7d\x87\xa2\x2a\x14\xf3\xe3\x4b\x08\x0b\x9e\xcf\x34\x6b\xee\x99\xaa\x0e\x52\xeb\x1c\xc5\x68\x2e\x8a\x74\x6c\x9c\x19\xae\x17\x06\x63\x50\x46\x80\x64\xb1\x4f\xec\xda\x64\xf5\x33\x65\xa8\x58\x10\x0a\x7d\x84\x69\x14\x44\xa3\x45\xc4\xb9\x72\x82\x06\x45\x75\xce\x00\x04\x68\x24\x25\x41\x34\xef\x4c\x5a\x51\x90\xe5\x87\x2e\xec\xee\xe1\xf7\x44\xb1\xe9\xd4\x86\x4a\x7a\xd8\xa3\x07\x0a\x02\x61\x47\x60\x31\x08\xc2\x7d\xa6\x2a\x27\xcd\xea\xde\x9c\x29\x3b\x2b\x00\x16\x6f\x51\x7f\x7c\x15\xe1\xb7\xbb\xe2\xb1\xc8\xe9\xd3\x37\xc2\xe6\x1c\x1a\x16\xe9\xd4\x6e\xdd\x3b\x5f\xc0\xa7\x61\xe9\x69\xa1\xc9\xa6\x3e\x29\x34\xe4\x38\x73\x04\xf9\xeb\x49\xf5\x13\xbb\x26\xcf\xbe\x66\x67\x55\xe8\xc7\x8b\x79\x14\x8e\x2c\xb5\x48\x61\x00\xd4\x09\x1a\x84\xf2\x1e\xcc\xfe\x3f\xb1\x6b\xd5\x7b\x65\xbd\x52\x53\xbe\x22\xfc\x45\xc1\x5f\x04\x65\x46\xa4\x5b\x8a\x0a\xab\x00\xaa\x1a\x17\xbc\xaa\x72\x98\x6e\x76\x6a\xee\xf1\x61\x9c\xfd\x55\xe9\x4e\x67\xf4\x90\x5c\xb0\x14\x43\x77\x02\xbb\x0a\xb3\x9c\xef\x6f\xab\x13\xc1\x90\x7d\x62\xd7\x2a\x9d\xc4\x40\xb9\x48\x98\xce\x15\xb7\xe6\x40\x4d\x46\x53\x56\xf6\x07\x1d\x5b\xd2\x08\x76\xa6\x9c\xd0\x07\x6b\x15\x1b\x37\x29\x9b\x25\x17\xc2\xce\x81\x0c\x9c\xc9\x28\x26\x73\x31\x60\x01\x0d\x20\xf7\x50\x47\x78\x58\x6a\x57\xeb\xae\xc1\x23\x2a\xc2\x6f\x98\x71\x34\xa0\xf2\x43\xa7\x30\xdf\x25\x18\x32\xb4\x19\x7a\xab\x34\x3b\x9c\x0d\xd7\xbf\x2d\x67\xb0\xd5\xe8\x9f\x7f\x03\xd9\x67\xf2\x2a\xea\x3e\xf7\xe4\x12\x16\x46\x63\xc9\xa5\x8a\x20\x64\x4a\xf3\xbd\x02\x53\xea\x3c\x9f\x72\xf2\x73\xff\xb3\x5c\x30\x5e\xc2\x78\x7c\xaa\x48\x8b\x75\x38\x23\x3b\xf4\x42\x18\x73\x57\xf1\xf0\x3b\x8c\xf3\xea\x94\x5d\x35\xa0\xb3\x5d\xd0\x65\xbe\x31\xed\xa7\xee\x37\x3a\x5e\xe4\x8b\x86\x21\xfa\x42\x96\xd1\x1e\x42\xe5\x47\x2e\x40\x08\x2e\x03\x5f\xd3\xbc\xfb\x02\xd1\x69\x06\x4f\x84\xb2\xc7\x47\xef\xe6\x73\x4d\xf5\xac\x91\xa2\xaa\x41\xeb\xd8\xb8\x20\xf6\xf3\xc9\xc9\x9b\x6f\xce\x71\x09\x09\xca\xe4\xb7\x84\xd0\xaa\x25\x56\x8a\x04\x66\x0e\x9c\x62\x71\x65\x79\xaa\xb7\x97\x61\x75\xd4\x80\xca\x60\x30\x18\xf0\x3d\xc6\xc5\xac\xc1\x5a\xc5\x19\xdc\xbe\x9c\x3e\xc9\xd0\x39\xa3\x84\xaa\x94\xad\x96\xc8\x50\x5f\x38\xe0\xc5\xbd\x06\xdc\x6e\xdb\x36\x7b\x0c\x82\x0c\xe8\xca\xbc\x20\xd3\x14\x6d\x16\x85\xdc\x65\xd1\xa1\x25\x26\x89\x0d\xb9\xd8\x1c\x6c\x53\x7f\x83\xca\x60\x50\x51\xc1\x12\xd9\xd8\x55\xf3\x63\xd8\x2e\x8e\x41\xdc\x45\xe3\x65\xdc\x2b\xde\x4b\xee\xe0\x6d\xc8\x2c\xfc\x43\xb2\xcd\xeb\x2e\x67\x5a\x40\x79\xa9\x4a\xc8\xe2\x47\xd6\xe1\xef\x86\x21\x7a\x71\x06\x8a\x14\x0d\x4c\x92\x46\x8a\x08\x69\xd9\x1b\x8a\x2b\x98\xbe\xe2\x05\xf1\x99\xa5\x29\x32\x7b\x57\x26\xbe\x60\x58\xa2\xb6\x4c\xeb\xdc\x16\x1c\xa0\x09\x39\x3c\x1b\x26\x8b\x4f\xd3\x60\x1c\x7e\x64\x53\x78\x2a\x4d\xcd\xc9\xbe\xbc\x95\xa4\xe7\xed\x64\xce\x62\x0a\xd5\xbb\x8b\x63\x68\xaf\x3b\xb7\x75\x10\x27\x63\xd6\x8e\x93\xe6\x98\xcd\x53\xc6\xf9\x89\x71\x33\x98\x87\x58\x18\xe5\xd5\x82\x79\xec\x50\x85\x90\xb6\xcc\x67\x05\x98\x86\xb9\x6c\x1b\x82\x28\x67\x69\x1c\xe4\xe1\x05\x06\xdc\x5a\xa0\x3b\xb5\xa1\xb6\xc1\x59\x4c\xa2\x31\x0c\xd3\xe4\x32\xc3\xc1\x5b\xd1\xb1\xdf\xa4\xc9\x3c\xd3\xee\x23\x02\xa3\x4a\xa3\xc3\xb9\x8e\x30\x86\x2c\x1d\xa9\xf3\x6a\x9c\xe5\xf2\xf8\xcb\xd2\x11\x7e\x1d\xa8\x10\x0c\xfc\x00\x34\x44\x58\x7e\xfe\x89\x9f\x41\x14\x25\x23\xf7\xf7\xbb\x98\xe3\xdf\xff\xf4\x38\x4a\x2e\x45\xa7\x05\x23\x67\x91\xf3\x3f\x36\xbd\xb9\x64\x4c\xea\x39\xc5\xf9\x0a\x99\xf0\x19\xf1\x60\x15\xf4\xd0\x45\xb4\xdb\x86\xb4\xb2\xc6\xb7\xd2\x50\x5a\x61\xfe\x38\x98\x30\x89\x76\xdb\xe8\x5c\xbf\x81\x6a\x90\x9e\xeb\x20\x87\xaf\xd3\xd7\x3e\x47\x1c\xb1\x5b\x45\xf4\xc4\xe5\x35\x44\x5f\xba\x0b\x1d\x41\x57\xeb\xe6\xe8\x06\xac\xea\x16\x90\x46\xfc\x88\x92\x2c\x0f\xf2\x70\x04\x33\xb4\xc1\x17\x68\x91\xc3\xd1\x98\x90\xd1\xd8\x75\x7f\x35\xa7\x7b\xac\x68\x84\xed\x5d\x69\xc4\x06\x87\x18\xa4\xe7\xfe\x80\x95\x5e\x1e\xe8\x99\x15\xa3\x2b\x4e\xc4\x7d\x92\xac\x3b\x70\x1c\x18\xbe\x10\xa5\xb4\x2e\xcd\x41\x65\xe1\x1f\xac\x81\x21\x89\x0b\x11\x88\xcd\x10\xc2\x5c\xf2\xbc\x23\x98\x49\xe9\x60\xfc\x03\x11\xc4\x40\x69\x81\x10\x12\x15\x87\x08\x63\x24\x3f\xf0\x5e\xf7\xdd\x15\x8e\xd7\x60\xa5\x87\x8b\x09\x45\x6e\x76\xc6\x37\xf0\x7a\x47\x5a\xa5\x2d\x37\x48\xab\xa0\x2a\xb6\x51\x74\x1e\x5c\x4c\x4a\x70\x2e\xf6\xbe\x8b\xf9\x3f\x05\xd3\xf6\x92\x11\x68\x5e\x02\x25\xa7\x45\xff\x55\x48\x05\xe9\xe7\x70\x14\x80\x16\x27\x99\xcc\x6b\x01\xcf\x8f\x5f\x36\x37\x9b\x2f\xa2\x60\x91\xb1\xaf\x3f\xce\x24\x2d\x4c\x59\x30\xb6\x50\x20\x09\xa7\xf4\x37\x0c\xb3\x57\xfb\x0d\x98\xbd\x62\x71\x03\x62\x74\x73\x34\x18\x27\xd6\x80\x99\xfa\xfe\x0a\x43\xbe\x56\xa9\x10\xac\xc3\x4e\x0d\x9a\x58\x51\x2a\x34\xb0\xd4\x2f\xc1\x15\x2f\xd5\x81\xa7\x4f\xb1\x4a\xcd\x7a\xfb\x3c\x0c\xf8\x41\x80\xa5\x76\x77\xf5\x8b\xf8\x39\x45\xeb\x68\x3e\x56\x1a\x21\xe8\x23\x6c\xb0\xa7\xba\x6c\x42\xa7\x26\x03\x9c\xf1\x22\x63\x5d\xa4\xd9\x81\x9e\x6e\x4d\x9f\x35\x66\x16\x43\x21\xeb\x41\xbd\x0f\x63\xfa\xce\x97\x71\x06\x0f\xa1\x4a\xe0\x56\x9b\x08\x46\x4d\xe6\x8b\x04\xc8\x60\x77\xb7\xaf\x9e\xf3\x27\x04\x68\xbd\x8f\x63\x1b\xe8\x48\x6b\xf4\x7c\x17\x36\x9e\x60\xab\x55\x06\xeb\xd0\x7d\xb4\xcd\x79\xe4\x22\x24\x0d\x01\x45\x43\x54\x6b\xf6\x39\x32\xa5\xb1\x02\xa7\xd5\x6c\x19\x54\xac\x1c\xaa\x59\x29\x54\xbc\xd5\xea\xec\xcb\xa1\xc2\xe8\xca\x4e\x58\x5f\x3e\xd2\x0e\x34\x69\x5a\x07\x76\x28\x6a\x2a\xcb\x27\xda\x8d\xea\x38\x83\x3d\x38\x0a\x8e\xa0\x07\xd5\x6a\xa6\xe6\xae\x06\xeb\x2a\x44\x8b\x27\x56\x3f\x07\x7f\x06\x75\x2b\xcd\x27\x1f\x6c\x4d\x43\xc2\x2c\x48\x8c\x5d\xe8\xf4\xc2\x91\x60\x36\xc3\xc4\x32\x96\xb4\x44\x6e\x1d\xd2\xb8\xf8\xf6\x8e\x93\x34\xe5\xce\x2d\xd4\x80\xd1\x9f\xb2\x8b\x30\x28\x60\x15\x1b\xe3\xc8\xef\x6e\xc2\x9e\x35\xd2\x66\x77\x8b\x37\x64\x3d\x7a\xfc\x18\xf7\x54\xcd\xb3\xef\x36\xf8\x14\x19\x7b\xcf\xb3\xef\x38\x52\x9b\xd6\xbe\xd3\xe9\x48\x6f\x6e\x64\xcc\x3a\x95\x91\xb4\x03\x6d\x30\x32\xcb\xa9\x80\x85\x03\x23\x01\x91\x0a\x70\x69\x2a\xc2\xe8\x8a\xfe\x28\x38\x92\xc1\xbe\x54\x00\x3c\xde\xb6\x5a\x37\xe6\x6a\xb1\x8a\x1b\xa1\x11\xc5\x62\xf9\x25\xb8\x2a\xae\x32\xd5\x3f\x05\x16\xc3\xaf\x51\x72\x2e\x5b\x69\xd3\xcb\x57\x47\x52\x09\xa5\xc3\xf2\xad\x43\x75\xe4\x64\xa1\x6d\xb2\x5a\x0d\x9e\x5a\x51\xed\x59\xb3\xa9\x74\x6a\xb0\xde\x87\xae\x71\x36\xcb\x2d\x56\x17\xf3\xbb\x6b\x07\xc4\x17\x09\xf7\xfa\x7c\x92\xdb\xb4\x9e\x8a\x07\xbf\x59\xc8\x5e\xe4\x6a\x9b\x7a\xa3\xf0\xe3\x00\x46\xbc\x4b\x33\x8c\x28\xab\xd7\x35\xb4\x6d\x13\xda\x12\x78\xad\xdd\x4e\xb3\xa0\xb3\x2e\x18\x48\x77\x08\x45\xc9\x88\x67\x46\xda\xd9\x75\x18\x11\xfd\x73\x86\x65\x90\x00\x49\x04\xea\x9a\x08\x14\x11\x34\x53\x2b\xd4\xa1\x01\x08\xc0\x2a\x1d\x6c\x0c\x0a\x17\xca\x82\xd8\xe2\xbe\xdb\xed\xc3\xce\x13\x0f\x71\x45\xf2\x45\x39\x0a\x35\x9d\x9d\x21\x56\x1f\x6d\x37\x04\x01\xb0\x08\xae\x38\x46\x9e\x3e\x25\x18\xe0\x86\x8e\x62\x24\x20\x45\x4a\x8f\x8f\x91\xd0\x7b\xfb\x66\x85\xbe\x99\xea\x9b\x15\xfb\x2e\xb4\x01\x4d\x18\x9f\xc1\x0d\x3f\x2e\xd7\xa1\xd3\xdd\xd1\x1c\xcc\x20\x26\x3d\x41\x33\xc8\xb2\xf0\x3c\x1e\xc4\xd5\x51\x0d\x8e\xc3\x78\x9c\x32\x38\x4e\xd2\xe9\x22\x1b\xc4\x7f\x8f\x88\x9d\xe1\x92\xfa\x20\x2e\x7a\xcf\x3e\xf1\x8b\xdf\x32\x6c\xf5\x45\x90\x66\x4a\xec\x3e\x67\xf9\xeb\xcb\x58\x46\x85\x3e\xbe\x9e\x0d\x93\xc8\xb0\x79\xf0\xbe\x7e\x42\x55\xa7\x41\x66\xbc\xd3\x75\x74\x82\x13\xbb\x84\xa8\xc6\x25\xd3\xc3\x6c\x5f\x05\x92\xf6\x55\x14\xd2\xeb\xb5\x59\xee\x89\x25\x71\xe6\x09\x55\x52\xaa\xa9\x41\x2e\x36\x1f\x92\x30\x74\xf8\x27\xa2\xe6\x31\x0e\x1c\xe4\x83\xdc\xcb\x8b\x0a\x40\x08\xf7\x30\x0a\x62\x21\x6f\x8d\x82\x28\x62\x63\x61\xba\xc2\x9b\x4e\x52\xdd\x64\xa5\xc6\x41\xcb\x71\xae\x07\xb9\x38\x24\x0d\xe8\x9e\xb8\xd2\x32\x45\x5c\x78\x97\xb1\x23\xd4\x58\x54\x05\x4c\x79\x7a\x2d\x81\xc3\x0b\x42\x0b\x18\x05\xb7\xea\x01\x73\x8b\x3d\xa1\x87\xa2\xef\x41\xde\x6e\xc3\x4b\x96\xb3\x51\x0e\xc3\xc5\xf9\xb9\x52\x03\x5c\xcb\xc0\xdd\xd8\x7f\x92\x8e\x19\x3a\x48\x26\x11\xff\xf2\xaf\x1d\x15\x43\xbf\x65\xb4\x23\xb9\xe2\xe1\xe2\x3c\x6b\x8d\xa6\x69\x32\x0b\x17\x33\x64\x8e\xe7\xed\x8b\x1d\x19\x4d\x60\xcc\xf2\x20\x8c\xf6\xc2\x71\x7f\xab\xd3\xd9\xa1\xca\x78\xc5\xc8\xb2\xbc\x23\xa2\x00\xc8\xdb\xfa\x60\x38\xaa\xd4\x9e\xc0\x12\x4b\xee\x98\x5d\x36\x2f\xd3\x60\x3e\x47\x15\x0d\x4e\x13\x6f\xe7\xf4\x11\xdf\x74\x95\x31\xab\x3c\xd1\xf8\xf1\xae\xd0\xa3\x60\xc6\xb2\x2a\x56\xaa\xa9\x6b\x94\x47\x95\xd5\xb1\x77\xdf\x51\x6f\x6e\x3c\xda\xb6\x47\xdd\xc5\x3b\x51\xd1\xb4\xcf\x28\xa8\xb3\xa1\x2d\x81\x08\x26\xac\x76\x5a\x79\xaf\x55\xe4\xff\x3f\x7b\x6f\xc2\xdd\x36\xce\x2c\x0a\xfe\x15\x4a\x93\xa3\x90\x9f\x21\x59\xb2\xb3\x8a\x41\xfb\x39\x5e\x3a\xee\x78\x8b\xed\x74\x3a\x6d\x79\xf2\x40\x12\x94\x18\x51\xa4\x42\x52\x96\x1d\x4b\xf7\xb7\xcf\x41\x61\x21\x40\x51\x8e\xfb\x7e\xf7\xdd\x99\x77\xe6\xe5\x74\x5b\x20\xd6\x42\x01\x28\x14\x0a\x85\x2a\x53\xd6\x1f\x39\xac\xff\x91\x06\xae\x68\x0f\x46\x72\x6b\xdd\x72\x2d\x91\xb1\xe5\x74\x26\x64\xaa\x19\x76\xa8\x99\x4f\x1c\x88\xe4\x46\xb6\xe2\x68\xb8\xe6\xed\x74\xbe\xa7\x51\x62\x3f\x7f\xce\x6f\x10\x35\x1b\x10\xff\xad\xf8\xdd\xd6\xf1\xfb\x9c\x9b\x9f\x18\x8e\xa2\xef\xe3\x78\x92\xa4\xd3\x1f\x59\x5e\x3c\x97\x46\x27\x9f\x3b\x9d\x30\xcd\x0e\x88\x3f\xd2\xba\x1e\xd3\xa2\xa0\x59\x05\xfb\xdb\xd7\x3c\x9a\xe1\x99\x87\xea\xd0\xa0\x2b\x82\x19\xab\xd3\x7e\x58\x22\x0e\x9c\xe3\x18\x58\x92\x6d\xac\x83\xf4\x89\x88\x93\x43\x94\xcd\x78\xd2\xd2\xf2\xe1\xfe\xda\xa6\x59\xd9\x93\xcd\x4d\xeb\x0b\x78\x9f\x7b\x5e\x58\xdc\x10\xa0\x45\x92\x7b\x69\xa4\x93\x78\xe9\xad\xf0\x46\x90\xa5\x73\xfe\xd6\xd4\x83\x9e\x0a\xcb\x49\xec\x84\xdf\x31\x9a\x2b\x41\x91\x96\x65\x57\x44\x90\xab\xa4\x6c\xc7\x32\x89\x68\x5f\x63\xf8\xa5\x0b\x42\x7e\xb2\x16\x80\x83\x8a\x6e\x96\x4e\x5c\xf9\x51\xa4\xf0\xb8\x45\x50\x50\xe1\x7b\x50\xa5\xe6\x6a\x0f\x62\x31\x6a\x7d\x31\x60\x7a\xae\x95\x5b\xef\x4a\xbf\x17\x4a\xef\x2e\xd7\x56\x9b\x90\xde\x89\xda\x55\xde\xeb\xfc\xc6\x71\x25\xba\xab\x82\x5f\x56\x46\x1b\x29\xa1\x6d\xab\xad\x34\xee\xe2\x8c\x65\x43\xac\x8c\xa3\x65\x1e\x14\x45\x2a\x25\xc5\x2c\x03\x84\x5d\x99\xba\xac\x0c\x34\xab\xba\x76\xcf\xd5\x6a\xcc\xd5\x26\x5d\x9b\x13\xc0\x70\x54\x0b\x75\x14\x48\xd4\xb0\xa2\x97\x28\x21\x06\x2d\xca\xca\x36\xad\x77\x51\x94\xbf\x8e\x6e\xcc\x9e\x42\x5f\xcb\x44\xd5\x65\x2d\xca\x2d\x73\x2f\x6b\x90\x50\xd9\x45\x8b\x94\x6d\x9e\x2e\xe7\x8d\x36\x2d\x6e\x58\x43\x08\xc2\x2d\x7a\x57\xc0\x45\x66\x50\x7a\x7e\xe9\x7c\xcf\xad\xdb\x37\x9d\x5e\xaf\xd3\xb3\x6c\xf0\xf8\xc2\xa6\xfe\x34\xcd\xa3\x3b\x6b\x4a\xc0\x01\xe7\xe6\x26\x57\x82\x62\x14\x42\x6e\xe9\xef\x89\x47\x63\x4d\x54\x0c\x16\x4d\xac\x3f\xd2\x7b\x9a\x14\xc8\x3a\x4a\xfc\x0e\xdc\xb5\x73\xbb\x4b\xd2\x56\x6c\x91\x45\xde\xac\x48\xc1\xd4\xc3\xe6\x26\x94\x3d\xa7\x19\xd8\x72\x05\x9b\x47\xd6\x88\x66\xd4\xbb\xb7\x86\x19\x49\x0a\x1a\x20\x2b\xcc\x28\x3c\x22\xf6\x47\x6c\x4a\x23\x70\x06\x91\xdc\x5b\x6c\xaf\x63\x9b\xb2\x57\x90\x28\x89\x92\xa1\x45\x94\x83\x50\xbe\x76\xa3\xdc\xca\xd3\xb0\x98\x93\x8c\xbf\x3c\x21\x79\x9e\xfa\x11\x58\x6a\x0a\x52\x1f\xa6\x2f\x91\xfe\xe3\x68\x6e\xd9\xc5\x88\x42\x0d\x83\xe6\xa5\x28\x36\x68\x3a\xd0\x5c\x40\x49\x2c\x5d\xb2\xc8\x34\xc0\x40\x3a\x2b\x94\xbe\x7f\x94\x26\xa8\x7c\x85\x0e\x35\xc9\x2c\x71\x34\x89\x44\x5b\xac\x0a\x40\x53\xce\x2f\x5c\x28\x02\x88\x11\x1b\x9c\x28\x64\xbf\x14\x3a\x09\x37\x64\xf9\x08\x41\x3d\x41\x94\x73\xac\x51\x64\xe5\x70\x75\xc6\xd8\x58\xc4\x7a\xb5\x09\x46\x0d\xe2\x98\xd5\x12\xd1\x5c\x52\x2d\x09\x25\xe4\x61\x2d\x4d\x19\x8a\x0b\xa8\x8d\x23\x0e\xda\x9f\x8f\x84\x71\x60\xd5\xab\x28\xb7\xc2\x59\x96\x44\xf9\x88\x42\xb9\x20\xb5\xf2\x14\x5a\x95\x3a\xe0\x12\x4d\xfc\x49\x1b\x38\xd2\x53\x6e\x34\xfb\x6a\x48\xaf\x14\xe9\xf4\xd5\xc4\x48\xd2\x22\xf2\xf9\x58\xc0\xe8\x4c\xcb\x61\x17\x49\xf9\x88\xc4\x31\x23\xaa\xc2\x15\x4e\x00\x75\x45\x89\x45\xb4\x1e\x66\x16\x68\x65\x90\xa4\x88\x48\x6c\x31\x8a\x0a\xef\xad\x2a\x3d\x2f\x67\xd7\xd5\x87\x03\xeb\xf2\xec\xf0\xea\xcb\xee\xc5\x81\x75\x74\x69\x9d\x5f\x9c\xfd\x79\xb4\x7f\xb0\x6f\x0d\x9a\xbb\x97\xd6\xd1\xe5\xa0\x89\xac\x2f\x47\x57\x1f\xce\x3e\x5f\x59\x5f\x76\x2f\x2e\x76\x4f\xaf\xbe\x5a\x67\x87\xd6\xee\xe9\x57\xeb\xe3\xd1\xe9\x3e\xb2\x0e\xfe\x3a\xbf\x38\xb8\xe4\x16\xa4\xcf\x2e\xac\xa3\x93\xf3\xe3\xa3\x83\x7d\x64\x1d\x9d\xee\x1d\x7f\xde\x3f\x3a\xfd\xdd\x7a\xff\xf9\xca\x3a\x3d\xbb\xb2\x8e\x8f\x4e\x8e\xae\x0e\xf6\xad\xab\x33\x68\x56\x54\x77\x74\x70\x69\x9d\x1d\x42\xf1\x93\x83\x8b\xbd\x0f\xbb\xa7\x57\xbb\xef\x8f\x8e\x8f\xae\xbe\x22\xeb\xf0\xe8\xea\xf4\xe0\xf2\xd2\x3a\x3c\xbb\xb0\x76\xad\xf3\xdd\x8b\xab\xa3\xbd\xcf\xc7\xbb\x17\xd6\xf9\xe7\x8b\xf3\xb3\xcb\x03\x6b\xf7\x74\xdf\x3a\x3d\x3b\x3d\x3a\x3d\xbc\x38\x3a\xfd\xfd\xe0\xe4\xe0\xf4\xaa\x63\x1d\x9d\x42\x6d\xa7\x67\xd6\xc1\x9f\x07\xa7\x57\xd6\xe5\x87\xdd\xe3\x63\x68\x72\xf7\xf3\xd5\x87\xb3\x8b\x4b\x06\xe7\xde\xd9\xf9\xd7\x8b\xa3\xdf\x3f\x5c\x59\x1f\xce\x8e\xf7\x0f\x2e\x2e\xad\xf7\x07\xd6\xf1\xd1\xee\xfb\xe3\x03\xde\xdc\xe9\x57\x6b\xef\x78\xf7\xe8\x84\xcf\xb2\xfd\xdd\x93\xdd\xdf\x0f\xa0\xe4\xd9\xd5\x87\x83\x0b\xc8\x2a\xa0\xfc\xf2\xe1\x00\xa2\x8e\x4e\xad\xdd\x53\x6b\x17\x2c\x6a\x33\x1c\xed\x9d\x9d\x5e\x5d\xec\xee\x5d\x21\xeb\xea\xec\xe2\xca\x3a\xbb\xe0\x38\x62\x79\xbf\x1c\x5d\x1e\x20\x6b\xf7\xe2\xe8\x92\x21\xe8\xf0\xe2\xec\x04\x59\x0c\xc5\x67\x87\x80\xc3\x53\x56\xf6\xf4\x80\xd7\xc4\xd0\x6f\x8e\xd3\xd9\x05\xfb\xe6\x7e\x29\x2f\x0f\x4a\x98\xf6\x0f\x76\x8f\x8f\x4e\x7f\xbf\x64\x15\xe8\x05\x3a\x35\x87\x39\xc3\xaa\x62\x4e\xb3\xe2\x9c\x14\x23\x9b\xd1\xc2\x55\xe1\x3b\x8b\xfd\x07\x7a\x8e\xac\xa6\x95\x57\x4a\x9a\x8b\x0e\xc6\x91\xfe\x71\x79\x76\xda\xe1\x29\x51\x78\xcf\xdb\x65\xfb\x4b\x69\x70\x9e\x7b\x3d\x4a\xe3\x5b\x9a\x5b\x9c\x54\x76\x3a\x16\x8d\x29\xec\xac\xdc\x46\x2e\xc0\x05\xc4\x36\x88\x32\xea\x17\x69\x76\xcf\xb5\xc6\x74\x2b\x6b\x52\x97\x91\xf3\xc0\xe7\x8c\x6c\x43\x73\x88\x1b\xd2\xde\x65\xeb\xf0\x22\x4d\x0b\x4d\x1e\x28\x7d\x7c\xb8\x32\x22\x26\x79\x71\x49\x87\xac\xe9\x63\x69\x7f\xba\x6b\xa6\xc6\x24\x67\xb1\xed\x9e\x8a\x0e\x52\xe0\x66\xca\x7c\x7e\x1a\x50\xd7\xb8\x03\x2e\xb7\x4f\x0c\x9d\x59\x6b\x95\x91\xeb\xfd\xab\x0c\x4a\xda\x21\x9c\x2f\x42\x92\x61\x92\xd1\x15\xc2\x32\xdd\x1c\x29\x1c\x5c\x5e\xbc\xb6\x36\xff\xb5\xf9\xaf\x4d\x53\xc1\x59\xcb\x5e\xa9\x5a\xe6\x77\x4b\x60\x56\xeb\x32\xed\x9a\x6a\xf8\xc0\x18\xe4\x12\x3d\x76\x6c\xe6\xf8\xa8\xf8\x90\xe4\x76\x37\xcf\xce\xce\x65\x84\x6e\xe0\x57\xd5\xd3\x50\xf5\xb4\x5a\x65\x3d\x5b\x2b\x26\x90\x33\xaa\x39\x2b\xdc\x62\x8d\xae\x8e\x1c\xab\x0b\x92\x58\x66\x0d\x67\x5a\x59\x90\x31\xb1\x7c\x2f\x5e\x59\x9b\xff\xea\xfc\x6b\xf3\x57\xd9\xb7\xcc\xec\x15\x5b\xd5\x15\xc8\x7e\xab\x00\x6e\x59\x95\x69\x24\x95\x55\xa1\x8c\x54\x5e\x3d\x0b\xed\xe7\x9b\xcf\xe5\xb8\xea\x55\x57\xca\x31\x40\xaa\x7d\xa9\xb4\x56\x5b\x0e\x57\x15\x38\xcb\x7f\xc6\x7a\x30\xff\xad\x5f\x19\xfa\xbf\x55\x0f\x21\x66\xd5\x0c\x5e\xa5\x7b\x69\xc2\x55\xed\xf1\xba\x46\xcd\x2e\x5b\xed\xa7\x60\x4f\xf3\x3c\x64\x54\x2d\xd6\x72\xb4\x92\xdd\x58\xd2\xfa\x3f\xa9\x7d\x59\x49\x30\xaa\xd7\x66\xb6\x06\x2c\xd6\xa7\xe3\x1a\x47\xab\x8f\x8e\xc2\x53\x46\xe0\xb1\x5e\xad\xe9\x53\x6d\x8f\xb4\xfe\x2c\xcd\x95\x57\x4b\x4b\xf5\x0c\xc6\x02\xe8\x3a\xab\x5d\xdb\xc0\xd6\xf3\xcd\x4e\xc7\xec\x9e\x4e\x90\x0c\x2c\x54\x33\xd6\x61\x61\xcb\xad\x01\x77\x75\x2a\xfe\x02\x3a\x05\x1b\x7f\xba\x54\x8c\xc4\x4c\x2d\x71\xba\x61\xf5\x90\x15\xe9\x93\xab\x0a\x36\x07\xfa\x89\x85\xeb\xba\xc2\x88\x5f\x59\xa6\x6d\xf5\x54\x7e\xd5\xb1\xfa\x31\xae\x8c\xee\xb2\x6e\x47\x90\x44\x4e\xd2\xd6\x15\x55\xee\x8d\x0d\x16\xef\xd6\x8b\xeb\x45\x0b\x6d\x09\xd2\x8a\xf9\xcb\x8c\xe6\x2b\xd2\xca\x6f\xe2\x3d\x7d\x4e\xa7\x08\xf0\xc2\x8f\xce\xda\x1e\x1c\x80\x71\xb9\x32\xa9\xc3\x22\x16\x0b\x3d\x26\x4b\xd3\x42\x6d\xae\xf0\x90\xd8\x28\x00\x31\x8b\x85\x65\x6b\x71\xf0\x22\x74\xb1\xb0\x9e\x83\x66\xa4\x9e\x02\x66\xbf\x20\xc1\x95\xdc\x4f\x23\x88\xb2\xea\xc5\x28\xab\xd4\x1d\xe8\xfe\xeb\x01\x50\x8c\xab\x80\x55\x0b\xb2\x6c\x1b\x95\xe2\x46\x52\x4e\xa7\x65\x86\xa5\xb4\x77\xc1\x8f\x99\x58\xe9\x61\xc1\x1c\xca\x38\x5f\x64\x5f\xc3\x19\xb5\xd3\xe9\xdc\xb0\x93\x98\xc3\xab\x84\x24\x4d\x40\x22\x33\x1b\xaf\x12\x45\x64\x00\xac\x9a\x46\x54\xf4\xb4\x5d\x2f\x4f\xe3\x19\xbf\x5e\x15\x42\x1b\x99\xc5\x9f\x07\x6e\xed\x13\xc5\xaa\x98\x04\xa6\x2a\x77\x71\xc6\x55\xb6\x1b\xd5\xda\x5d\x2b\x6a\xb7\x8d\x3b\xb4\x0c\x3a\xe9\xea\x1c\x05\x54\xa0\x2f\xcb\x29\x87\xbb\x94\xb4\x44\x37\xaa\x40\xdd\xfa\xf6\xe7\x15\x5f\xc1\xa6\xc7\x07\x96\x6a\x4d\xb3\xd4\xa7\x79\xde\xf1\xe7\x81\xad\xaf\x47\xd1\x16\xef\xb3\x5a\x74\x32\x58\x65\x9e\x5d\xe3\x55\xc0\xe5\x38\x9a\x5a\x74\x32\x05\x61\x79\x91\x45\xa5\x52\x3d\x7f\x54\xaa\x38\xba\x15\x67\xbc\x35\x14\x58\x6b\xb5\x32\x7e\x00\xe2\x86\xa0\x51\x7a\x9a\x5b\x2d\xa0\x0d\x6a\x95\x69\xec\x3a\x06\x53\xe7\x56\x6e\x12\x37\x37\xad\xdd\x42\x9c\x4d\xc1\x16\x3c\x48\x41\x58\xc3\xa5\xb1\x67\xd9\x0a\xf7\x44\x1d\xce\xe2\xd8\x22\xb2\x41\xce\x73\x7b\xd2\x85\xe2\xe6\xa6\x35\xe2\x1e\xe7\x33\x1a\x73\x25\x4b\x96\x23\xd7\x04\x87\x96\x3d\x81\xa3\xf1\x08\x5e\xe5\x5a\xf3\x11\x4d\xcc\x41\xb2\x42\x12\xc5\xb9\xee\x7e\xe5\xb4\x7c\xb9\x24\xa0\x93\x8b\xd0\xc0\x57\xed\xa1\x40\xcf\x83\x56\x27\x6a\x39\xb2\x62\xc3\x30\x53\x4d\x16\x58\xaf\xab\x7e\x63\x91\xba\xc5\xeb\x87\xcc\xdc\x44\xca\xfc\xab\xa4\x7c\x5d\x6b\x25\x4c\x25\x29\xae\xb6\xb3\xe2\x22\x4d\xb4\xa3\xf6\x57\x4e\xcf\x11\xef\xbc\x42\x9c\x46\x60\x54\x9c\x7e\x7a\x7c\x64\x61\xac\x99\xf9\x46\xc3\x25\xa9\x89\xf2\x7f\x3c\x65\x41\xde\x2b\xdc\x1e\x95\x7e\x1c\x57\x4b\xeb\x40\x00\x9b\x5c\xa9\xeb\x97\xb3\x6a\xfa\xc8\x6c\xe2\xd3\xbd\x51\x82\xff\x0b\x04\x00\x71\xd4\x72\xcb\xca\xcb\x81\xa8\x16\xfb\x8d\x17\x5a\xe9\xa9\x28\xca\x79\x16\xa3\x51\xbd\x7a\x63\xfe\x69\x04\x57\x99\x3c\x10\x31\x72\xe4\xcb\xb2\xda\xd0\x97\x91\xbf\x1c\xfb\x4a\xdd\x95\x4e\x3c\x65\x60\x25\x24\xdf\xd3\x28\xd1\x60\x80\x9b\x11\xe3\xb0\xbc\xb2\x09\xf1\x19\xb6\x76\x86\xb3\xf9\xc2\x6a\xa1\x92\xc0\xd7\x89\xb7\x57\x2f\x00\x4c\x4f\xe5\x2c\x3b\x28\xe1\xd6\x6f\x4a\x1a\x46\x48\x36\x74\x8c\xdd\x8d\x64\xc3\xfa\x55\xcb\x93\x39\x68\x8f\x6c\x5f\x32\x03\x6b\xf9\x11\x26\x54\x64\x53\xbc\xac\x9e\x7b\xa9\xad\xf5\x27\xb4\xba\x82\x42\x39\xb2\x6c\xea\x77\x4a\x82\xc0\x2b\x71\x8c\xe1\x93\xe4\xde\x60\x51\x78\x94\xb8\x09\x28\xd2\xba\x89\x24\x6f\x20\x2a\xd1\x45\x6a\x2e\x2c\x7e\x15\x83\x31\xd4\xa2\xfc\xa7\x95\xdc\x0a\xbf\xa9\xe1\x80\x4a\xd6\x48\xaf\x1a\x2e\x8a\xcc\xe4\x7f\xd8\xc4\xe6\xa6\x75\x95\x45\x13\x90\xc3\xc7\x94\x80\xca\xb0\x47\xfc\x71\xce\x98\x73\xc9\x00\xc8\x0b\xaa\x4b\xe1\x26\xb6\xa7\x4f\x3d\x57\x4b\x7a\x07\x61\x6d\xd2\xa9\xa4\xca\x96\x03\xd9\xb4\x25\xa4\xe5\x6b\xd4\xc9\x7d\x4c\xc9\xcf\xd2\x04\xeb\x20\x09\xc4\x3d\x8b\x6c\xd9\x4c\xe7\x1a\x72\x32\x67\xbb\x84\xf7\x9f\x63\xa1\x48\xd7\xe0\x40\x26\xbc\xb3\x8a\x54\xeb\xbf\x88\xae\xf4\xbe\x48\xf5\xbe\xab\x3c\xff\xac\xe7\x45\xca\xfb\x5d\xb6\xa7\xa7\xf1\x3e\xf3\x3c\x6d\x09\x9d\xde\xdf\x3d\xee\x70\xa1\xe4\x63\xc2\x28\xe1\x6e\xed\xe3\x34\x19\xd2\xbc\xb0\xfc\x74\x32\x49\x39\x01\x14\x2f\x28\xd2\xb4\x28\xdb\x50\xbe\xed\x24\x8a\xdf\x89\x66\x77\x54\x4c\x9f\xc7\x68\x80\xb1\x73\xdf\x1e\xd4\x7b\x49\xa7\xfa\x41\xac\x24\x60\x06\x5a\x41\xd8\x58\x4f\xc3\x38\xab\xbd\xc6\xe7\x1a\xc7\x32\x57\x61\xaa\x75\xc9\xb6\x76\x18\xac\x0d\x2b\x72\xd6\x09\x0c\xf9\x3f\x7e\xcd\x3c\xa4\x05\x5c\x70\xb1\xaa\xfe\x27\xeb\xf1\xff\xb4\x22\xee\x9e\x9f\xde\x11\xbf\xe0\x67\x3c\x8e\x3c\xee\xb6\xe2\x7f\x76\x56\xaa\x39\x4c\x33\x96\x7b\x32\x8d\x19\x85\xc9\xd2\x09\x7e\xbe\x19\xa6\xe9\xa6\x47\xb2\xe7\x6c\x4e\x95\x9f\x9b\x1e\xf9\xf9\x7c\x50\x11\x2e\x88\x1b\x42\x71\x4c\xd7\x3a\x00\xce\x66\x4d\x61\x88\xee\xac\x6e\x95\x7d\x7f\x4a\xb7\xca\xe1\xff\x45\x0f\x34\xd0\x9f\x0e\xb2\xb3\x56\x76\x53\x42\x2e\xe7\xd5\x23\x63\xba\x96\xb0\xfc\xe7\xc6\xb5\x48\x1f\x1f\x55\x40\xd0\x3f\x1a\x57\x18\x48\x73\x6c\x2b\x48\xaa\xae\x91\xe8\xbf\x60\x20\xb5\x7e\xb0\x61\x7c\x32\xc4\x12\xd2\x5f\x80\xd8\x7d\x82\xe0\x4d\x27\x63\x5a\x82\x24\xd2\x7b\x5c\x82\xff\xf8\xf8\xb9\x7a\xa9\x22\x15\x65\xd6\xaf\x63\xb7\xba\xe7\x40\x89\x06\xec\x86\x7b\xfc\xe9\x64\x3d\x78\xc6\x94\xdb\x5b\x7b\x1d\xb1\x7e\xb0\x96\xfa\xb1\x20\x9d\x15\xba\xdc\x62\x73\xd3\xfa\x5d\xda\x6b\x83\x11\xd1\xcf\x94\x30\xc3\x02\x4b\x5c\x30\x43\x4c\x10\x85\x21\xcd\xc0\x02\xb7\x47\x8b\x39\xa5\x09\x0c\xa8\xaa\x8c\x24\x81\x98\x89\x1a\xed\x8c\x04\x32\x25\x32\x4c\x40\x37\xb8\xa4\xe3\x9d\xda\x16\xd7\x53\x57\xb9\x6f\x2e\x16\x2b\x83\xf3\xd8\x82\x02\xa5\xa9\x59\x51\xcf\xd5\xb2\x7f\x0c\x29\x1b\x2b\xc2\xd1\x2a\x1f\x28\x73\x19\xc2\xd6\xe5\xea\x69\xff\x98\xe4\x45\x7c\x8f\xa4\x4d\x2c\x8e\xd6\xbc\x90\x77\xc9\x01\xcd\x8b\x28\xe1\x17\xf7\x36\x43\x9e\x38\x77\x80\xf3\x04\x3f\x9d\xd0\xdc\x02\x5f\x22\xaa\x3e\xb0\xff\xaa\x6d\x80\x53\x92\x15\x79\xc9\x55\x69\x3d\xfb\x6d\x95\x5b\x07\xa0\xeb\xa8\x9c\x31\x08\xc6\xb5\x57\x69\x89\x42\x66\xc6\x66\x6e\xf7\x09\x0c\xc4\x9a\x39\xaa\xd8\x10\xb7\x02\x67\x15\x42\xa7\xee\x14\xfd\x6d\x42\xc6\xf4\x38\x4d\x86\x1a\x0f\xac\xe2\xcc\x93\xd4\xba\xe3\x58\x10\x65\x09\x99\xe8\x4c\xb4\x88\x79\xd2\x41\xec\x29\x47\x70\xb9\xd2\xd6\x5c\x31\x76\x1d\x2d\xcf\x88\xe4\x17\x69\x5a\x08\xdf\xa1\xeb\xce\xe4\x14\x98\x2b\x83\x3f\x01\xe3\x22\x34\x90\x72\x6b\xa1\x8b\x66\x55\xcf\x60\x95\x93\xba\x90\x28\xf6\x5c\xab\xdd\x8e\x0c\x1b\x18\x8f\xdf\x86\xfe\xfa\xfa\x52\xe6\x69\xe8\x80\xad\xec\x06\xbc\x23\xd5\x8b\x14\x93\xdc\x59\xb5\x5b\xae\x79\xef\xf9\x85\x5a\x39\x99\xc3\xc2\x08\xa3\x0c\x5e\x62\x26\x6d\x2e\x52\x93\x87\xf9\x32\x7f\x05\x55\xba\x48\x76\x75\xf9\x82\xd2\x7e\x12\xa8\x4b\x3d\x31\xb2\x72\x9c\x76\xe0\x08\xd8\xaf\x08\x17\x64\x6a\xab\x65\xc9\xb2\x3d\x4d\x50\xb0\x59\x3d\xec\x95\xd7\x19\x5d\xc4\x4a\x98\xe7\x3c\x69\xcb\x52\x9b\xa2\xca\xbc\x25\x17\x8e\xd0\xbb\xc2\x38\xb7\xd3\xbb\xc2\x7c\x85\xa9\x99\xda\x93\x69\xa5\x06\x42\xad\xea\xc1\xa0\x49\xef\x8a\x41\x53\x9d\xc1\x6b\xcc\xc1\xae\x1e\x21\x4d\xf1\x14\x37\x46\xc0\x4f\x24\xdd\xff\xec\xec\x85\x89\x6b\x1c\x1a\x6b\x3b\x47\xef\x8a\x8a\x20\x44\x8b\x31\x75\x02\x2a\x1b\x89\x96\x4f\x5e\x3e\xc8\x6f\x5e\x8b\x8a\x36\x8f\xa8\xbc\x06\xe8\xcf\x5d\x71\x14\xdc\x59\x58\x6f\x52\xbf\x58\x02\x2e\x82\xcd\xca\xd3\x34\x81\x1e\x1e\x98\x08\xd0\x36\xc5\xfa\xe5\xd9\xad\x2e\xcf\x47\xe9\x89\xc1\xad\x3e\x65\x99\xc2\x0a\x3a\x0a\xad\x39\xdb\x96\x08\x1b\x07\xa9\x11\xa2\x16\x0f\xdf\x8b\xe6\x24\x17\xce\x0b\x33\xd8\xbc\x08\x98\x19\x15\x6a\x2d\x2b\x35\x6a\x4e\x6f\x08\x97\x71\x6b\x4e\xe9\xa5\x13\xf3\xbc\x48\xa7\x56\x52\x7a\x68\x7e\x2a\xe1\xb0\xd4\xcc\x82\xf3\xc4\xca\x35\xf2\x2a\x09\xa9\xbf\x43\x5e\xe5\xd1\x57\x06\xaa\xfe\x36\xff\x69\x44\x07\x59\x19\x9d\xd0\x89\x47\x33\x2e\xef\xe7\x76\x76\xa2\x04\xec\xeb\xad\x54\x38\xa7\x56\x42\x69\x60\x45\x05\x03\x85\xf3\xf5\x05\x4d\x40\x75\x8d\x26\x41\x6e\xcd\xa6\x80\x7f\xc0\x8c\x30\x26\x58\xfe\x7b\x94\xac\x89\x79\xb6\x3a\x0b\x57\xd1\xb7\xac\xa2\x44\xcc\xef\xdf\xd6\xb0\xf3\x57\xd9\x7d\xe9\xf6\x89\x03\x3d\x8d\x23\x3f\x2a\x4a\xe8\x57\x47\x57\xcd\x49\xb6\x66\xb4\xc9\xcb\xdb\x72\xd6\x28\x5a\xb4\xdb\x72\xad\xad\x57\xb1\xe0\x03\x23\x90\x61\x22\x11\x59\x39\x83\x33\x1b\x0b\x0f\xb4\xb9\x3e\x2b\xd3\x59\x56\x33\x8f\x45\x8d\x15\xff\xf3\xfa\xbf\xfa\x2d\x6c\x45\x21\x62\x9d\xe2\xc6\xe6\xa6\x75\xa0\x06\x39\x48\x69\x5e\x8e\x30\x80\xcb\xc0\xca\x68\x3e\x8b\x0b\x75\xd6\x4b\x8a\x28\xa3\xb5\xb0\x3e\x06\xa9\xa2\x52\xed\xd5\xd5\xc2\xfb\x50\x9d\x1d\x8f\x2e\x9f\x9a\x63\x94\x76\xab\xc6\x06\x4b\x2c\x50\x36\xc6\x49\xe0\xac\x6b\xa3\x7c\x19\xa7\xad\x35\x9e\x57\xd7\xe3\xaa\x30\x87\xda\x8e\x09\xcd\x68\xbb\xe6\x2a\xaa\xff\x39\x75\x55\x5c\xdd\x13\xcf\x13\xd6\xff\xaf\x69\x68\x75\xf4\x8c\x66\x9e\x4a\x27\x1f\x59\x96\x95\xea\xa0\x64\xed\x34\xff\x25\x05\xa4\xb5\x24\x6f\xdd\x04\xae\x61\xfb\xb4\x9d\xff\x49\x33\x51\x67\xe3\xe8\x5d\x51\xe1\xe2\x44\xcc\x93\x0e\x1a\x8a\x99\xda\x87\xd3\x81\xc1\x3d\x41\xfc\xf9\xbf\xc9\x68\x01\x25\x27\xfe\x58\x4c\x2d\x76\xfe\x17\xda\xf0\xc2\xcd\x88\x1d\x85\x16\x49\xee\x1d\x36\xc7\x73\xca\x8e\xfb\x61\x9a\x51\x20\x50\x7c\x58\x83\xb4\x60\xc7\xfd\xf2\xe8\xcf\x0e\xad\x5c\x89\xde\x5c\x08\x73\x0a\x02\xdd\x12\xaa\x69\x46\xf7\xd3\xe2\xb2\xe0\x1e\xff\xbb\x4f\x3f\xb8\xac\xac\xdd\xa7\xf1\x45\x4f\xe1\x8a\xfe\xab\xd7\xf3\xbf\xb3\x9a\x7f\xbd\x96\xf5\x29\x50\xb7\x9a\x1f\x3d\x52\xd5\xea\xa8\x2d\xd7\x2d\x85\x7f\x7c\xf2\x7a\xe2\xe2\xde\xdc\xac\x63\x18\x7e\xb1\xa6\xeb\x56\xf4\xb2\x7e\x98\xeb\x55\x4a\xf9\x30\x73\xe6\x2c\x37\x27\xb3\x80\x3b\x2a\x24\xd4\x9c\x5c\x0a\x5e\xa1\x96\xb9\x51\xfb\x1e\xac\x52\x8e\xb0\x9a\x81\xe2\x6b\x38\x5a\x51\xd0\xe3\x1b\x8f\xb6\x18\x1a\x70\x72\x34\x6b\x30\x17\x8b\xd6\xed\xb2\x0a\xd5\xc8\x8a\x02\x9a\x3e\x66\x04\xc6\x4a\xac\xda\x9a\x71\xd3\x57\x38\xa0\x23\x4f\x61\xed\x83\x92\x8a\x51\xe1\x88\xdc\xb2\x83\xe1\x30\x4d\xc1\x54\x73\xe2\x53\x36\xc1\x47\xe4\x16\x1e\xcc\x40\xd5\x42\x75\x67\x15\x69\x66\x77\xda\x2b\xc3\x68\x9c\xc4\x2b\xb8\xb5\x16\x0b\xab\x9c\x9a\xca\x25\xf9\xba\x6e\x96\x3e\x07\xa3\xc9\x84\x06\x11\x29\x68\x7c\x2f\x7b\x09\x92\x38\xfd\x12\xc1\x00\x0c\x14\x0b\x2a\xf5\x5f\x8d\xa8\x65\xc3\x9b\x93\xf6\x24\xcd\x0b\xc7\x2a\x32\xa8\xb7\xb2\x43\xb1\x79\x05\xf2\xf9\xf8\x1e\x04\x8a\xeb\x5b\x00\xbd\x2e\xa3\x8b\x14\x6e\xc8\x56\xe3\xcb\xe5\xbe\x61\xe8\xb7\x56\xb7\xa9\xe5\x3a\x39\x83\xac\xad\x46\xdc\xc0\x15\x0a\xb5\x6d\x4a\x68\x18\xae\x28\x17\x96\x7c\x12\x8f\x36\x9e\x76\x6b\x0f\x1e\x44\x6a\xa3\xce\xb0\xff\x9a\x87\x0f\x0c\xb5\x83\x66\x59\xb8\x4e\x10\x21\x3d\x23\x08\x55\xc1\xf2\x55\x04\xc4\x3e\xb7\x36\x56\x61\x70\x6a\xd1\x22\x55\x28\x9f\x6f\x3e\x47\x2b\x99\x25\x56\xc0\x14\xa1\x86\x14\xf8\x7e\xa2\x9e\x0e\xd7\x05\x64\x4b\xfe\x01\x6e\x38\xfa\xd6\xf3\xe7\xc8\x0a\xa2\x8c\x07\x3c\xc2\x6a\x66\x21\x7a\x27\xd2\x38\xa3\xf0\xfc\xb9\xb5\x7c\x92\x9c\x31\xa3\xc5\x3f\x94\x33\x1a\xca\x40\x8f\x89\x1a\x73\x4d\x36\x5b\xd5\x7c\xd1\xa7\x1d\xa8\x6a\x5a\x58\x53\xab\x2a\xd9\xcb\xde\x1a\xc6\xbc\x2a\x1c\x5a\xfe\x37\xb1\x3a\xeb\x78\x0a\xe3\xc6\xfd\xff\x33\xac\x90\xaa\xe4\x77\xca\x77\xd7\x00\xfc\x27\x87\xa9\xc6\x25\x09\x76\x88\x0f\xd6\xff\x12\x59\xee\xff\x61\x87\xfe\x0f\x3b\xf4\x5f\xc2\x0e\x99\x1c\xd0\x23\x5c\xcf\x5a\x46\xe7\xff\xb0\x3a\x25\xab\xf3\xef\xb1\x39\xeb\x59\x9c\x7f\x97\xbd\xf9\xaf\x67\x6d\xe4\xba\xab\x19\x67\x85\xae\x73\x29\x71\x82\x1b\x80\x8a\x92\x66\x47\x3c\x6c\x60\x41\xe1\xcf\x4a\x63\x88\x7a\x82\x13\x82\x89\xf5\xcb\xdc\xaa\x35\xe3\xb8\x5f\x0e\x64\x65\xa3\x7b\x02\x80\x5a\x77\xd6\x02\x28\xf1\xa4\x0b\xf8\x35\x50\x6b\x7a\x53\x39\x1b\xfc\xb2\x11\xad\x5f\x4f\x6f\xec\x17\xc8\xe0\xc5\xe0\x22\xe5\x17\x1c\x68\xdd\x0a\x00\x8c\xfd\x26\x78\x9d\x4e\xf9\x96\xa5\xbc\x2f\x2b\xb3\xb5\xad\x9e\x53\x52\x94\xea\xf0\xf3\xb2\xba\x26\x6f\x85\x7b\x92\xac\x5e\x4e\xa7\x7d\x96\x0f\xb1\x8f\x80\xc2\xb3\x7a\xca\x78\xb5\x3e\x8f\x9a\x47\xc9\xf6\x56\x1f\x38\x5d\xf8\x06\x1d\x47\xfe\xcd\xcd\x21\x0c\x12\xae\xf6\x28\x9f\x9c\xc0\xaf\x5b\x6b\xa1\x43\x26\x71\x0b\x0a\xf9\x28\x9a\xc0\x86\xce\x4d\x24\x0b\x15\x7d\x2b\x4a\xa4\x65\x64\x65\xa3\x09\xe2\xf1\xaa\xd1\x61\x6e\x7a\x05\x2c\x14\xf0\x6d\x1a\x94\xe3\xe6\x23\x52\xd0\x5b\x9a\x59\xc3\x38\xf5\x48\xcc\x96\xec\x34\xa3\x39\x78\x50\x49\xf9\xc6\x5d\xd0\xbc\xb0\xb2\x59\x92\x30\xfe\x06\x62\xf2\x62\xe6\x59\xe2\x31\x3f\x37\x5b\x02\xbb\x26\xdb\x1c\x92\x61\xde\xb1\xac\xf7\xb3\x42\x5d\x59\x14\xa9\x35\xcf\xc8\x14\xae\x2e\x12\x8b\x58\x45\x76\x2f\x8c\xa0\x88\xcb\x0e\x48\xc9\xb9\xbd\x02\x30\x21\x14\x80\xcd\x66\xee\xc3\x70\xc2\x8d\x36\x04\xd4\x9a\x8f\x22\x7f\x04\x72\x70\xd6\x20\xbf\xe0\x03\xbe\x89\x43\xce\x9a\x3d\x2a\x9e\x33\x94\xe4\x51\x40\x85\x31\x86\xf2\x5a\x94\xfa\x60\x50\xb4\xc8\xee\x37\xa1\x75\x9a\x5b\x01\x15\xc6\xc1\x29\x80\x42\xb3\x82\x44\x89\x45\x93\x61\x94\x50\x6e\x51\x09\x78\x66\xc0\xd6\x25\x2d\xae\xa2\x09\x4d\x67\x85\xab\x47\xef\xc5\x94\x64\x65\x82\xe1\xc6\x0a\x1c\x19\xf1\x72\xe9\xac\xb0\x6b\xde\x73\x8b\x23\x4d\xae\xea\xb6\x46\x82\x49\xf2\x28\x4d\x2c\xdd\x4c\xd5\x72\xb5\x6a\xbd\x6d\xeb\x91\xea\x7d\x3d\xdf\x63\x0d\x68\xb6\x76\xca\xda\xb8\x6d\x2b\x9d\x9e\x4a\x6b\xb1\x25\xd4\x60\xac\x49\x16\x7e\xbe\xc2\x72\x55\x31\x68\x61\xad\xf0\xea\xde\xfd\xeb\xd2\x55\xdc\xae\x32\x63\xa5\x9d\x1d\xf3\xb9\xcf\x93\xeb\x5a\xfe\xaa\xfb\x06\x56\x9f\x84\x00\x63\xbc\xb0\x51\xc1\x13\x91\x50\xa9\xa1\x66\x1e\xfc\x43\x4c\x3c\xb9\xc2\xe5\x20\x59\x5a\xb6\xe3\x68\xb3\x30\x9b\x25\x22\x0f\x9b\x37\xc6\xc1\x7f\x15\xcd\x58\x1f\xf2\x0a\x27\xc6\x55\xd9\x2d\x9a\xdc\x46\x59\xaa\x2c\x0f\xe4\x24\xa1\x56\x1e\x15\x33\xd0\x7e\xca\x8d\x9d\x06\xdc\xd6\xa9\xea\x58\xf3\xc8\xea\x56\x4e\xf0\x9b\x9b\x0c\x14\x6d\x92\xce\x09\x10\x0e\x72\x4b\xa2\x18\xcc\xd7\x79\x3c\xd2\x8a\x09\x18\x53\x12\x8b\xa1\xec\x45\x7d\x37\xaa\xf3\x05\x3c\x2e\x56\x73\x3a\xc0\xbb\xd4\x77\xf8\xa9\xab\xe1\x89\xfd\xac\xcc\x50\x46\x44\x47\xf2\x21\x57\x9e\x4e\xa8\x97\x06\xf7\xb0\xea\x73\x3f\xa3\x73\x69\x38\x47\xc3\x0b\x43\x43\x92\x5a\x47\x9d\x83\x8e\x35\x21\x41\x90\xd0\x7c\x15\xdb\x55\xa0\xab\xb0\xf0\x49\x66\x53\x47\x03\xa5\x02\x99\x80\xee\x0b\x40\x47\x2d\xb0\xf5\x92\xf0\x66\x19\x08\x70\x6c\xf0\xb3\x68\xca\x69\x14\xd0\x27\x7a\x4b\x62\x1a\xb0\x8d\x08\xb2\x49\xda\x5f\x64\xb3\x9c\x17\x10\x9b\x96\xf0\x0f\x0a\x7d\x16\x16\xff\xf8\xa4\x8a\xef\xcd\xf6\xd7\xf4\x86\x9b\x48\x82\x5d\xdb\x32\x3b\xb6\xb6\x73\xa2\x37\x39\x78\x95\xce\x85\xa5\x19\x98\x51\x0c\x88\x88\x6d\x44\x44\xf7\x25\x07\x1d\x80\xcd\x13\x84\x54\x70\x56\x58\xed\x01\xdb\xe0\x9f\xb3\x23\xd6\x73\x64\x8d\xd2\x29\x78\x58\x84\x93\x07\xb8\x02\xbf\x2b\x2c\x3f\xcd\x32\x96\x11\x2c\x1a\xcd\x23\xbe\x79\xce\xa3\x38\x16\x64\x9f\xc8\x0a\x29\xa3\xfd\xff\xa0\xf3\xac\xd1\xda\xce\x6b\xdc\x97\xb9\x0b\x65\xb3\x44\x27\x14\x36\x3b\x02\xd2\xac\x86\x0e\xec\x55\x29\xa5\x4e\xf9\xfe\x4b\x68\x81\x5f\x03\x47\x1d\x35\x30\x68\xf6\x7f\x96\x1e\xac\x74\xa7\x6e\x3b\x2e\x89\xc2\x9e\xd1\xd9\x56\x6b\x7d\xef\xff\xc9\x2e\xf1\xe4\x8e\xff\x77\x92\x87\xba\xe9\xe0\xae\xec\x42\xff\x1d\x14\xe2\xbf\x8a\x44\xe8\x3d\xd2\x89\x84\xd9\xb9\xf5\x1d\xfc\xdf\x82\x4a\xac\x6a\xd5\x5f\xa6\x13\xaa\x4c\x8b\x2a\xb8\x00\x1a\xa9\xd4\xcd\x4e\x04\x31\xe5\xfe\x59\x8c\x65\x75\x9b\x6b\xb3\xe7\x1f\xa1\x96\x93\xa0\x1a\xd4\x1a\x24\x08\x88\x10\x63\xc0\x7f\xcc\x28\xd8\xc9\xbe\xbe\x11\x1c\x79\x90\x09\x3b\x6c\xa5\xf0\x0b\x18\xf5\x59\xc6\xe0\xfd\xc4\xb2\xbb\x5a\x51\x69\x01\xa6\xdd\x33\x19\x77\xd6\x9b\xe4\xf3\xf4\x94\xde\x15\x57\x91\x3f\x36\x9f\x3d\x36\x54\x23\xb0\xc2\xb5\xaa\xab\xe7\xf4\x59\x96\x98\x2b\xb1\x06\x3c\x45\x27\xb5\x7a\x56\x55\x11\x2d\xd5\x55\x23\x9f\x9f\x26\x3e\x29\x6c\x48\x5b\xa7\xdf\x62\xd5\x74\xd5\x32\xdf\x20\xfe\x58\xd7\x28\xc0\x0b\x4d\xd9\x1a\x4d\x31\x4d\x4c\xe8\x79\x74\x34\xc9\xbe\xfe\x12\x29\xf0\x20\x42\x11\x3b\x8d\xa5\xac\x8c\x82\x84\x40\x43\xa2\xb4\xa9\xa9\xea\x89\xe1\xed\x98\xde\x1f\x51\x08\x5c\x47\xda\x31\x4d\x4c\x72\xab\x21\x53\x96\x73\x57\x71\x7e\x7d\xa3\x45\x0a\x27\x94\x1b\x1b\x1a\x5a\xdf\x59\xd5\x9a\xeb\x86\xb5\x56\x21\x4d\xcf\x70\x5d\x56\x79\xd3\xc9\x66\x89\x5d\x35\xa4\x53\xff\x3c\xa5\x7e\x7c\xd9\xbf\xb5\xe8\x10\xa5\x2b\xfd\x67\x84\x6d\x15\xc9\xfa\x4c\xad\x6e\xf8\x62\xdc\x94\x99\x64\x69\x36\x20\x11\x63\x66\xb8\x0c\xd0\x8f\x08\xe2\x19\x6f\x2e\xac\x0c\xef\x66\x19\xb9\x5f\x7d\x50\xdc\x2e\xdf\x82\xd5\x3e\x38\xfe\xad\x62\xbe\xc7\xd0\x09\xe9\xad\x7b\x50\x6c\x7a\xf2\xe6\xff\x18\x2c\xd7\x60\xfa\xea\x66\xdd\xd3\xe2\xea\xeb\x5d\x8e\x56\xf0\x9b\xc9\xba\x70\x54\xd0\x09\x67\x89\x59\x5d\x8e\x0e\xb7\x3e\x00\xa5\xbc\xb3\x51\xbf\x42\xca\xf9\x5f\xae\x2c\x7d\xf1\x49\x09\xce\xed\x1b\x2b\x8e\xc6\x14\x64\x35\x41\xe4\x17\x11\xe3\x5f\xf8\xee\xa0\xdb\x65\xd3\xc1\xca\xc8\xbd\x26\x22\x88\xf2\x4e\x38\x4b\xf8\x08\xb9\x5a\x24\xe4\x03\x24\x64\xe4\x9e\x0f\x2c\xab\x44\xb3\xf0\x9d\xc9\x62\x2b\x92\x02\x51\x69\x87\x4c\xa7\xf1\xbd\xd8\x28\xcb\x4a\x1d\x61\x10\x54\xce\x92\x22\x2a\xc0\x84\xf8\x73\x21\xbf\x7a\xae\xa5\x89\xa8\x72\x91\xcb\x04\x9a\xdc\x4a\x49\x96\x8c\x22\xd9\xf0\x56\x2e\x53\x19\x27\x77\x54\x78\xbc\x04\xd7\x25\x20\x77\x17\x4e\xf1\x8a\xd4\x22\xb7\x69\x14\x58\x19\x1d\xd2\xbb\xa9\xc5\x4d\x17\xaf\x94\xd6\x64\x66\x9a\x19\x86\x74\x6a\x4b\xf3\xf0\x32\x3f\x34\xc4\x52\x74\xa8\x82\xe0\x38\xca\x0b\x9a\x40\x2f\x2a\x89\x69\xe2\xd3\x9a\xd8\x30\x5c\x8d\xe4\x7e\x43\xd7\x57\xc5\xd3\x77\xe3\x58\x66\xc9\x57\xf3\xd0\x49\x54\xac\xc6\x4e\x33\x3a\xa5\xc9\x23\x50\x8a\x0c\x67\x89\x5f\xd3\x7e\x99\x2d\xd6\x1a\xd6\xcc\x54\x93\x09\x23\x79\x72\xcb\xbf\xbe\xb1\x0c\x94\x79\x51\x12\x08\x02\x53\x2d\xb2\x46\x88\x55\x2d\x19\x71\x31\x96\xf2\x03\xfe\x5c\xce\xaf\xb2\x11\x6e\x71\xc6\x98\xa9\xba\x45\x06\x7d\x12\xf9\x23\x2e\x02\x2e\x33\xeb\x66\x89\xd6\x02\xc3\x8b\xad\x05\x45\x66\x9b\x4d\x48\xae\x53\x43\x1d\x92\xae\x6b\x49\x33\xb9\xff\xfa\x97\xa5\x1c\x04\x5c\x50\xe2\x17\xd6\x6d\xef\x75\xa7\xdb\xd9\x02\x77\x83\x19\x8b\x69\x07\x29\xac\xc5\x60\x06\x15\x75\x26\x51\xd2\xf9\x9e\x2b\xb7\x86\xa5\x09\x5c\xdb\x77\xac\x43\xe2\x53\x2f\x4d\xc7\x9a\x21\xdc\xa8\xc8\x2d\x12\x86\x51\x1c\x91\x02\x44\x9c\xa2\xe0\x15\xb7\x55\x3b\xcb\x7c\x21\x6c\x8d\x72\x4b\x80\x12\xc0\x6b\x8a\x0c\xd8\xd0\x93\xa3\x2b\x19\x6d\x85\xe9\x2c\x09\x84\x4d\x5a\xa8\xe3\xf8\x68\xef\xe0\xf4\xf2\x00\x8c\xd9\x4a\x5b\xb5\x70\xf3\x5f\xda\x8d\x2c\xad\xe2\x42\x4b\x45\x46\x69\x47\xb8\x4e\xdc\x64\x80\x9c\xa4\x01\xcd\x92\xe8\x67\x66\x6d\x77\xba\x9d\xee\x34\xa3\x96\xbd\x37\xcb\x0b\xf0\xf7\x16\xc5\x81\x63\x2d\x4a\xd7\x09\x86\xad\x4d\xd8\x52\x08\x96\xce\xf2\x06\x4d\x40\xd7\xa0\xe9\xa0\x89\x16\x69\x7a\x68\x68\x3a\x28\xd3\x12\x73\xc6\x95\xce\x62\x9a\x0d\x9a\x8e\xab\x26\xc2\xbd\x4d\x9c\x87\x30\xcd\x60\x67\xf1\xf0\xa0\x29\xed\xa0\x43\x03\xdf\xb9\xd3\xa9\x20\xf5\xf3\x4d\xe0\xa5\xdb\xdc\x1f\x6c\xd6\x19\x15\x93\x78\x27\x62\xdc\x66\x44\x92\x02\x0f\x9a\x1b\x04\xf9\xb8\xe7\xfa\xef\x56\xf6\x24\x7f\x63\xc3\xf1\x36\xf0\xa0\xd9\x82\x8d\xe8\x86\x65\xae\x71\xb3\x59\xee\x4b\xfe\x8d\xe3\xf2\xe9\x33\x68\x9e\x44\x49\x14\x46\x34\x10\x33\x06\x80\xb0\xfe\x2f\xd6\xdc\xc6\xa0\xe9\x5a\xb7\x51\x1e\x15\xd6\xa0\xb9\xe1\x6d\x0c\x9a\xb0\x45\xc2\xfd\xf3\x2c\x8e\xad\x09\xcd\x73\x32\xa4\xe0\x11\x21\xe7\xc7\x8c\x24\x4d\xda\x13\x59\x61\x40\x6f\xc5\x39\x3c\x01\xe5\x1a\x56\x18\x0a\x42\x1b\xdc\x89\x31\x09\xb8\xdd\x5d\x12\x5b\x23\x1a\xb3\x93\x88\x35\x27\x59\x02\xb7\x00\x83\xe6\x32\x0a\xed\x06\x21\x0e\x5f\x3f\x7c\xed\xdc\xdb\x5b\x5b\xaf\x1d\xc7\xe5\xe6\xc4\x30\x78\x19\xa0\x05\xf2\x09\x7e\x58\x96\x58\x0f\x88\x4d\x90\xe7\x3c\x50\xfe\xeb\xb2\xdf\x8d\x41\x73\x8f\x4c\x8b\x59\x46\x07\x4d\xe4\x39\xba\x28\x42\x64\x7b\xf0\xc9\x35\xb9\xc1\x9e\xcb\xc6\x8b\xe0\xae\x4b\xde\x79\x12\xc9\x84\x21\x99\x30\xba\x6c\x7b\xd7\xe4\xc6\x11\x87\x88\x90\xe0\x86\x3d\x68\xaa\x07\x43\x83\x26\xc6\x58\x48\x78\xe7\x51\x12\xa4\xf3\xc5\xe2\xd1\xe4\x8e\xb4\xe4\xfc\xd4\x7c\xc2\xe3\xe1\x01\x37\xb2\xea\xa0\x11\xc1\x9b\xff\xf7\x75\x7f\xb7\xfd\xf7\x37\xd2\xfe\x39\x18\xcc\xba\xdd\xbd\x6e\x1b\x7e\xf7\x5f\xf1\x9f\x37\xfc\xf3\x90\x7f\x1e\xf2\xcf\xad\xc3\x43\xf6\xb3\xfd\x9a\x67\xde\x7e\xbd\xcf\x7f\x0e\xd9\x67\xef\x10\x52\xb7\xba\xdd\xbd\x36\xff\xdd\x87\x1f\x9e\x79\xab\xf7\x06\x52\xf7\xba\xfc\xf3\xf0\x80\x7d\x6e\x77\xbb\x3d\xf6\xb9\xff\x1a\xca\x1e\xbe\xe5\xa9\x87\xfb\x7b\xf0\xb9\x7f\xc8\x3f\x0f\x0f\xf7\x6f\xfe\xf7\x02\x77\x30\x68\x77\xba\xed\xb7\x00\xcd\xfb\xd7\xd0\x6c\x57\x40\xf1\x8a\x37\xbb\x7d\xc8\x9b\x7d\xd1\xbd\xf9\xd7\xb3\x4d\x14\x11\xfc\x0b\x8f\x28\x68\x90\x7c\x67\x33\x16\x8d\xcd\x79\x1b\x13\x46\x2e\xa2\xd0\x8e\x08\x3f\xd3\x8e\x09\x22\x8e\xc3\x17\x6b\xa3\xeb\x6a\x29\xdf\xf5\x94\x1e\x4b\x19\x91\x4e\x41\xf3\xc2\x56\xd1\xd6\x18\xe6\x73\xa3\xeb\x7e\x97\x01\x99\x7f\xa9\x9a\x9c\xc0\xdc\x47\x3e\x0a\xa0\x61\xc6\x76\x35\x30\xf6\x5b\xad\x2e\xc6\xd8\x07\xbf\xb2\x65\x2b\xf9\x3c\x2a\xfc\x91\xbc\xc2\x80\x15\x93\x53\x6b\xd0\x94\xb5\x0d\x9a\x7d\x11\xc3\x2d\xbf\x0f\x9a\x7d\x05\xbb\x48\xf0\xd2\x94\x1d\xcd\x06\xcd\x7e\x14\xda\x81\xd1\x01\xd9\xb6\x8c\xf4\x3b\xc4\xf7\xe9\xb4\xc8\xdf\xf3\x32\xb9\x4b\x30\x31\xdd\xe0\xab\xbb\xda\x97\x25\x49\x0b\x48\x41\xda\x83\x66\x03\x63\xd2\x6a\x0d\x9a\x8c\x82\x8a\x4f\x57\x88\xda\xfa\x0a\x0d\x3a\x15\x48\x56\x31\x81\x31\xf6\xd6\x2e\x4c\x6f\xb1\xd0\x90\x67\x0c\xd2\x9a\x7e\x09\xf4\x09\xac\x72\xe4\x6d\x4b\x60\x3c\x8e\xa1\x17\x0a\x38\xd6\x38\x8f\x7b\x29\xe2\x84\x2f\x2e\xcf\xe1\xd1\xaf\xaa\xd1\x8b\x45\xef\x37\x6f\xb9\x3a\xc6\xef\x25\x94\x88\xa2\x10\x0d\x9d\x07\xce\x56\x9b\xc8\xc5\x5b\xbc\xb7\xdb\xfc\xe7\x05\x34\xcf\x33\x16\xc2\x78\xfb\x29\x99\x50\x1c\xd4\x44\xe6\x53\xe2\x53\x4c\x79\xca\x64\x96\x17\x9f\x73\x2a\xe7\x3a\xf6\x79\xf4\x54\x73\x4e\x82\x89\xab\xbc\x16\xcb\x56\x72\x92\x44\x45\xf4\x93\x7e\xbe\x38\xc6\x21\x8f\xe2\xdc\xe9\x01\x63\xbe\xb9\xd9\x2e\x3c\x5c\x32\xaa\xbb\x8f\x39\x63\xdd\xf4\x47\x51\x1c\x64\x94\x11\xfc\x64\x48\xb3\x74\x96\xc7\xf7\x97\xb4\x38\x4a\x12\x9a\x7d\xb8\x3a\x39\x96\xb2\xd5\x3f\xc1\x55\x95\x14\xb4\x8e\xa8\x3f\x86\x4b\x62\x99\x8b\xb1\x5e\x19\xcd\x73\xe1\x74\xf9\x20\x88\x0a\xe2\xc5\xf4\x0b\xdf\x8a\x54\xf2\x87\xfb\x80\x3b\xd2\x51\x09\xc5\x7d\x4c\x07\x4d\xe1\x75\x64\xd0\xb4\x06\xcd\x55\xc7\x23\x6c\x45\xef\xb3\xe5\xc7\xf6\x2a\x36\x12\x5d\xd4\xe8\x21\x82\xe0\x80\xd3\xe8\xa1\x46\xcf\x59\x3a\xee\xf5\xf5\xa0\xc9\x07\x64\x6f\x44\xb2\x9c\x16\x83\x26\x92\x31\x6d\x5f\x46\xdd\xa0\xeb\x41\xd3\x8f\x49\x9e\x33\x2c\x42\x16\xf8\x12\x29\x8c\x69\x38\x4c\x33\x88\x0f\xd9\xaf\x88\x2d\xa6\x07\x3f\x66\xd1\x2d\xc4\xb3\xaf\x36\xe5\x9f\x37\x37\xb5\xd0\x72\x56\x85\x5c\x77\x6f\xdc\xfd\x6b\x4f\x02\xee\xa1\x1e\x00\x7e\xdd\xbb\xa9\xc2\x3e\x68\xfa\x26\xe6\xa0\xa5\x20\x23\xc3\xa1\xfa\xca\xa7\x34\x8e\x01\xf5\xf0\x09\xce\xc3\x06\xcd\x7a\x00\x0c\x74\x6d\x41\xab\xe6\xb2\xaf\x00\x30\x48\x18\xf6\x66\x45\x7a\x41\xd9\xe1\x8b\x37\x48\xef\xc0\x35\x74\x7c\x41\x39\xbb\x98\x5f\x70\x56\x2d\x10\xe8\xf1\x67\xb9\x02\x0e\x54\x16\x32\x76\x10\x9a\x8e\xc8\x3f\x80\xaa\x0a\x47\x13\x4c\xec\x1e\xce\xe2\xf8\xd2\xcf\x28\x4d\x2c\x92\xdf\x27\xbe\xc5\x40\x3b\x64\x0d\x42\xe8\x3c\x26\xf7\xdc\x8f\x44\x1a\xe7\x72\x52\xb2\x5f\x9a\x59\xc2\x2f\x52\x20\x03\xe7\x91\xcf\x38\x96\xa3\x44\x04\x64\xfc\x05\x9d\xa4\x05\x65\x35\x79\xc4\x1f\x83\x1e\xf5\x69\xfa\x27\x89\xa3\x80\x14\xd4\x1a\x45\x41\x40\x13\x2b\x4e\x41\xc1\xf1\x84\x7b\xcd\x48\xca\xf4\x74\x4a\x13\x6b\x1a\x93\xfb\xfc\x28\x01\x0f\x4c\x19\x25\xc1\x59\x12\xdf\x4b\x6f\xd1\xec\x6c\x0b\x98\x0c\xac\xdc\x4f\xa7\xec\x87\x92\x49\x0c\x1a\x23\x05\x9d\x5c\xb2\xb8\x7f\x3c\xef\xb7\x9f\x38\x90\x3e\x5f\x9f\x30\x30\x93\x59\x5c\x44\x53\x31\x4a\x93\x59\x21\xa2\x73\x1a\x53\x1f\x3e\x9e\x30\x54\xdb\xa8\xd1\x5d\x5d\x6f\x83\xa6\xaf\xb8\xc1\x41\x33\x48\xe7\x49\x9c\x92\xa7\x55\xf8\xa2\x76\x01\xb3\x45\x10\xe7\x50\x5b\x96\xce\x79\x20\x8f\x7e\xca\xd9\xcf\xb6\xbc\x27\xd4\xfd\x6a\x4d\xdd\x59\x3a\xbf\x84\x3a\x58\x65\x05\xc9\x8a\x27\xd5\xf6\xf2\xd7\x28\x07\x43\x2d\x04\x6f\x5e\x0f\x06\xed\xfe\x8d\x7d\x4d\xda\x3f\x6f\x9c\xcd\xa1\xab\xa9\xa3\xb3\x6a\xc5\x4e\xc3\x56\x7f\xa7\x48\x3f\x4f\xa7\xb2\x3a\x76\x2e\x07\x3a\x95\x14\xed\x11\x85\xc3\x23\x89\xa3\x21\xf0\xfc\x6d\x8f\xe4\x14\x26\x18\xc9\x88\x17\xf9\x6d\x36\x4f\x2d\x19\xd9\xce\x47\x51\x58\x58\x3e\x99\xca\x82\x7e\x1c\x4d\xb9\xfa\x24\x84\x32\x36\x6d\xfd\x34\x4e\xb3\x76\x94\x14\x34\x9b\xa6\x31\x11\x9e\xdb\x57\xe2\xda\x61\x14\x83\x02\x35\x4f\x9b\x66\x29\x9c\x23\xf9\x57\x46\xd9\x11\x94\x51\xec\x20\x9d\x44\x09\xd1\x21\xa3\x09\x38\x22\x63\xcb\x68\x98\xc1\x99\x34\x8c\xe2\xb8\x9d\x4e\x89\x1f\x15\xf7\xfc\x03\x00\x09\xe3\x34\x0d\xda\x50\xa1\x08\xab\x3c\x69\x52\xb4\x43\x32\x89\x62\x11\x06\x47\xc8\x2a\xd4\x26\xc1\xf7\x59\x5e\x88\x88\x22\xa3\x85\x3f\x92\x1f\xf7\xb1\xc8\x28\x0e\x7a\xfc\x63\xce\xd1\x31\x8c\xef\xa7\xa3\x36\xa8\xd2\xf1\x60\x9a\x45\xd2\xe7\x4b\x7b\x94\x66\xd1\xcf\x34\x29\x48\x5c\x93\x78\x4b\xb3\x22\xf2\xd9\xa9\x8a\xe5\x6a\x93\xe0\xb6\x7d\x27\xc2\x69\x16\x0d\xa3\xa4\x7d\x67\x45\x13\x32\xa4\x1a\x6a\xb8\xf7\xab\x36\xdb\xca\xe1\x93\x81\x10\x25\x43\xd1\x63\x7e\xad\xd2\xa6\x49\x20\x83\x93\x48\x05\x85\xba\xee\x2d\xcd\x60\x5c\xa7\x69\x1e\x71\x7f\x73\x32\xa6\x18\x45\xfe\x38\x61\xe4\x63\x4a\xa2\xa4\x68\x73\x47\x74\x53\x92\xa4\x39\x6d\xf7\xb8\xad\x5a\x56\xfb\x2d\xdc\xd8\x2a\x98\x60\x88\x93\xc2\xca\x47\x64\xaa\x83\x9a\x17\xe9\x54\xc0\x05\x41\x39\x10\xec\x34\x3f\xa6\xec\xb8\x38\x1b\x8e\x4a\x30\xcc\xe8\x12\x96\xbc\xc8\xd2\x31\x6d\x07\x24\x1f\x71\xb9\xa5\x16\x21\x5c\x36\x8a\x18\xd6\x09\x9f\x4c\xf5\xcf\xef\x29\x57\x32\x63\xdf\xa0\xc5\x07\xca\x7c\x32\x46\x83\x88\x7d\xce\xa3\xa0\x18\x59\x05\xbd\x2b\xda\x24\xf1\x47\xec\x18\xcd\xc2\xec\xb0\x2f\x5c\xf3\xc1\x77\xd9\x43\x90\x99\x98\xc8\x2c\xa3\xca\x1e\xcc\x92\x88\x9d\xf3\xdb\x5e\x14\x44\xea\x23\x63\xbc\x10\xfb\x2a\xf2\xf6\x94\x61\x75\x62\xdd\xb6\x09\xdb\xd9\x3c\x5a\x44\xbe\x75\xdb\x1e\x91\x64\xc8\x5a\xb9\x6d\x47\x01\x4d\x87\x19\x99\x8e\x20\x7e\x42\x8a\x11\x9d\x10\x3e\x75\x6e\x41\xe8\xd2\xa6\x61\x48\xfd\xc2\x62\x33\x0a\xe6\xd1\x3d\x0f\xaa\x69\xa4\x7f\xdd\x5b\xf3\x34\x0b\xd4\x14\x9a\x67\x11\xcc\x20\xd0\xc1\xbb\x9b\xc4\x49\xde\xbf\x8b\xa3\x64\x6c\xdd\x89\x05\xff\x94\x2d\x44\x30\x23\x9d\x8c\x4e\x63\xe2\x53\x3b\x25\x68\x90\x4c\x89\x53\xc7\x9a\xac\x6c\xc7\xd0\x5c\x9f\xf8\xc5\x8c\x6d\x7b\xe2\x2b\xf3\xb3\x34\x96\x5f\x5a\x30\x1f\xa5\x73\x11\xe4\xc2\x65\x11\xbe\x7f\xda\x5e\x57\x03\xe8\x3a\x30\x39\x17\xd6\xdf\xdc\x9c\xcf\xe7\x9d\xf9\x36\xc8\x80\x7a\x6f\xdf\xbe\xdd\x84\x16\x07\x4d\x83\xf2\xdf\x4d\xe2\x3e\xa3\x56\x40\xfa\xd9\x47\x4c\x92\xa1\xfa\x00\xce\x7b\xdd\x5e\xf0\x6f\x82\xf4\xd7\xc9\x31\x03\xeb\xcd\x66\x22\x59\xfc\x0a\x68\x05\xf1\xe0\xea\x88\x33\xa2\x59\x9a\xe7\x67\x30\x11\x9e\xb4\x37\xf5\x9e\xc2\x0e\xec\x77\x00\x25\x1f\x32\x1a\x8a\x82\x62\x50\x59\xcc\xa0\xc9\x2b\x91\xe3\x3c\xe2\x71\xbf\xc6\x2e\xe3\xc0\xa1\x03\x79\xe6\xf3\x02\xb2\x24\x11\xc7\x58\xce\x40\x4f\x76\xc5\xe7\xbf\xd7\x9d\x2e\x6a\x74\x79\x77\xd4\xa6\xfa\x43\x3b\x6b\xc2\x23\x23\xbc\x5f\x11\x11\xd8\x9e\xb3\xc3\x06\xaa\x0f\x17\x6b\x20\x6b\xc2\xe2\x20\x49\x77\xd8\xd9\x9c\xc2\xe9\xa9\x1f\xec\x34\x7a\xfd\x86\xbd\xa5\x44\x55\x0e\x3b\xb0\xa6\x70\xe0\xf5\xae\xbb\x37\xec\x08\x7c\xa6\xbe\x58\x5a\x22\xbe\x7a\x90\x76\xaa\xbe\xa0\xa2\xae\x1b\x2e\x16\x76\x42\x6c\x06\x1c\x45\x81\xd3\x6a\xd9\x3e\x34\xec\xa0\x60\xb1\x10\x87\x62\xba\x13\x13\xdb\x63\x69\x22\xc2\xdf\x21\xf2\x2e\x41\x9e\x0b\x6d\xcf\xe9\x93\x4e\x4e\x0b\x2d\x06\x0d\x9a\x83\xe6\x86\xef\x38\x7d\x5a\x3d\x26\xee\x90\x6b\x6a\x9c\x11\x6f\xb0\xaa\x7b\x5b\x75\x97\xc1\xc8\xea\xe8\xfb\x7d\xdb\xc3\xd4\x3c\x85\xa2\xa0\x1a\x03\x93\x16\x3d\x0e\xa3\x4d\x45\xdd\xc8\xc7\xd0\x10\x3f\xfb\xd2\x56\xab\x01\x22\x90\x1d\x68\x8f\x03\x8e\x82\x1d\xb3\x4b\xa7\x97\x76\xc0\xc6\xb1\xa6\xab\xbe\xe3\x38\x52\x4c\x98\x11\x4c\x48\xe7\xdb\xb7\xcb\x83\xbd\x8b\x83\xab\x6f\x47\xa7\x57\x07\x17\xa7\xbb\xc7\x97\xdf\xf6\xcf\xbe\x9d\x9e\x5d\x7d\xfb\x7c\x79\xf0\xed\xec\xe2\xdb\xd7\xb3\xcf\xdf\xbe\x1c\x1d\x1f\x7f\x7b\x7f\xf0\xed\xf0\xe8\xe2\x60\x1f\xe5\x04\xbf\xea\xf6\xba\xdb\xa8\xe0\x81\x57\x68\xc6\x03\xaf\xd1\x9c\x07\xde\xa0\x3b\x08\xf4\x5e\xa0\x7b\x1e\xf3\x16\xfd\xe4\x31\x5d\xb4\xcb\x03\x5b\xe8\x3d\x0f\x6c\xa3\x3d\x08\x6c\x75\xd1\x3e\x8f\x79\x89\x0e\x78\xe0\x15\x3a\xe4\x49\x3d\xf4\x3b\x0f\xbc\x41\x1f\x78\xe0\x2d\x3a\x82\xc0\x76\x17\xfd\xc1\x03\x3d\x77\x90\x44\xa1\xad\x0b\x7e\x4a\xb9\x08\x77\x47\xd8\x6a\xf1\x5f\xb6\x72\xf8\x1c\x3f\xc0\x65\x8c\x9b\x13\x7c\x20\xc5\xec\x1d\xe1\x31\x6a\xd0\x74\xdc\x42\x8f\x9f\xa6\x59\x41\x62\x16\x3d\xd3\xa3\xc3\x8c\x0c\x65\xfe\xb9\x9e\xc0\xa5\xf9\xdf\xd8\x7e\xc3\xd2\xee\x8c\xba\x38\x47\x08\xd2\xf9\xfb\x4a\xc2\x6d\x14\xf0\x84\x9f\x7a\x82\xd0\x86\x61\xf1\xbb\x46\xf3\x69\x36\x27\x59\xf0\x0d\x68\x86\xe3\xbe\x37\x20\x98\xe5\x53\x9a\xe4\xd0\xfc\x5e\x5d\xc2\xb7\x38\xca\xa1\xca\x7d\x3d\x75\x42\x27\x29\x8b\x3c\xd0\x23\x63\xf2\xf3\x9e\x45\x1e\xea\x91\x5e\x9c\xb2\x13\xb4\xe3\x6a\x55\xf3\xd3\x98\xe3\xfe\xae\x67\x4c\xa7\xe4\xc7\x8c\x76\xa2\x80\xa5\x7c\xd0\x53\x02\xea\xcd\x86\xdf\x8a\x8c\xf8\x54\xa1\xea\xc8\x28\x1a\x86\x39\x1c\x5f\x59\xca\x1f\x06\x48\x74\x48\xfc\xfb\x6f\xfc\x7c\x39\x68\xca\xe9\xfd\x91\xe0\x27\x4d\x05\xc6\x26\x91\x22\xcd\xca\xc3\xc5\xb1\x14\x78\x8a\x35\x4a\x80\x78\x89\x87\xb9\x0d\x55\x0f\x91\x12\x4d\x20\x86\x04\x7f\x24\xad\x16\xb9\xfe\x48\x6e\x16\x0b\x72\x3d\x68\xfe\x8f\xff\x21\x6b\x1e\x34\x6f\x94\x1c\xb0\x0e\x20\xb2\x43\x80\xa0\x82\x18\xe9\x84\x94\x80\x9c\x4a\x40\xe0\x66\x97\x2d\xfc\x13\xe2\x14\xd9\xfd\x83\x7e\xf9\xe0\xb8\x4b\xae\xca\xe9\xcb\xbd\xd5\xef\xe4\x05\xf1\xc7\x9d\x22\x8b\x26\xb6\xd3\x81\x37\x74\xf6\xe6\x60\x90\xd8\xd6\xbf\x6c\x52\x58\xce\x8e\xb3\xe9\xb8\x27\x04\x7b\xad\x16\xa3\xb1\xac\x7b\x83\xe6\x52\x82\x38\x60\x87\xa7\x8d\x13\xb2\x41\x00\xa0\x33\x82\x1b\x3d\x7d\x9b\x38\x17\x17\x13\x70\x11\xb2\x58\x9c\x49\x3c\xb0\x4a\x5c\x96\xbb\x0b\x3b\x83\x8f\x01\x3e\xb8\x72\x25\x19\xbd\x64\x20\x5d\xb1\xf1\x75\xd7\xc4\x63\xde\x4b\x97\x75\x30\x0a\x6d\xcf\x61\x7f\x70\x79\xbf\x58\xed\x35\x92\xfe\x5d\x40\x0a\x5a\x6e\x51\xa5\x80\x1b\x84\x28\xe9\x94\x1d\x7b\x1f\x72\x5a\xf4\xd7\xd7\xb5\x74\x50\x39\xc4\xe5\xc8\x5c\xd0\x90\x9d\xe9\x5b\x2d\x11\x60\xcb\x2f\x2f\xb2\x99\x5f\x38\x0f\x0c\xcc\x95\x68\xdb\x43\xd7\x37\x8e\x18\x90\x31\x1f\x90\x00\x8f\x97\xab\x19\x09\xba\xbe\x41\x9e\xb3\xa4\x71\x4e\xa1\x2e\x8f\x8b\xd0\xb5\xc2\xac\xa0\x10\xac\x6b\x9d\xd2\x8a\xd4\x4e\x03\x59\xd0\x76\x96\x65\x4c\x14\xda\xe3\x56\x2b\x60\x7b\x2b\x57\x18\xd0\x7b\x39\xe6\xf3\xa5\xbc\x12\xa4\x58\x44\x29\x06\x13\xe6\x84\x83\x06\x49\x88\x83\xfa\xa4\x21\x96\x0a\x21\xed\x1e\x1a\xe1\x50\x7d\xb8\xbd\x77\x78\xd8\x6a\x75\xdf\xe1\x51\xab\x45\xaf\x87\x37\x0d\x8c\xc3\xeb\xd1\x8d\xeb\x8c\xda\x6d\xb8\xd5\xd2\x72\xb8\xc3\x76\x1b\x8d\xda\x6d\x36\xf6\x5a\x5e\xe8\x40\xaf\x81\xf1\x70\xb1\x60\x3f\x23\xe7\x21\x48\xad\x28\xb4\x45\x76\xd4\xfd\x6d\xb4\x58\xe8\x05\xcc\xc9\xcc\x52\x14\xc3\x39\x68\x5a\xa4\x80\x9b\x6f\x60\xa9\xd8\x07\x10\x6d\x50\xa8\x2a\x41\x71\x96\xf0\xfe\x67\xb9\x5c\x86\x51\x42\xe2\xf8\xfe\x01\x56\x02\x5a\x37\x7b\x7d\xb1\x80\x6c\x82\xc9\x0e\xe9\x04\x51\x3e\x8d\x09\x30\x0d\x8b\x05\x81\xb7\x67\xb0\x5f\x3b\x3b\xb0\xaa\x21\xac\x0b\xfa\x3f\xc1\x5a\x17\xc2\x78\xd2\x29\xc8\x50\xc8\xe2\x95\x9c\x9d\x95\xe3\x42\x7a\x2e\x69\xef\xbd\xd2\x52\x06\xcd\x63\x41\x99\x79\xda\xb6\x91\x76\xa9\xed\x00\x3c\xfd\x6d\x6d\xfa\xb1\xd8\x07\x20\x4f\x97\x5f\x9b\x6c\xf1\x9f\x9e\x82\x83\xe0\x73\x09\x09\x63\x59\x11\x11\x55\xf6\x6a\x32\x74\xf8\xe9\x51\xcf\xb7\xb5\x55\x97\xef\xdb\x6a\xc6\xba\xfa\x18\xd3\x8a\xaa\x57\x26\x80\x4a\x1d\x97\x17\x26\x01\x37\x09\xf5\x5a\x16\x41\x65\xab\x1d\x3c\xce\x66\xf2\xd2\xab\x4b\xa8\x2c\x2b\xaf\xa3\x88\x18\xbe\x19\x51\x50\x1e\x2a\x16\x81\x77\xb0\x28\x93\xce\x05\x53\xc1\x13\xee\xb4\x04\xc5\x21\xf0\xa4\x79\x99\x74\x09\x8c\xc5\x09\x6c\x96\x3c\xf1\xbd\x96\xa8\x46\x9c\x27\xed\xad\x26\xf1\xc1\x5e\x42\x8f\x56\x49\x1f\x71\xd4\x5c\x7c\xf6\x8c\xc7\x89\x1e\xfd\x94\x55\xd9\x15\x44\x0d\x9a\x7b\x8a\x3b\xd9\x18\x34\x3b\x7b\x69\x92\xcf\x26\x25\xec\xf7\x5a\xc1\x6f\x82\x91\x79\xbc\x86\x73\xc5\x06\xf1\x1a\x76\x49\xbf\x3c\x3e\xb2\xf9\xe2\x7a\xd8\x33\xab\xf0\xc4\x68\xc1\x6e\x34\x48\xea\x87\x94\x91\x2d\x38\x61\xec\x0c\x9a\x87\x9c\x73\xba\xa0\x0c\x0f\xa0\x52\xe0\x00\x6b\x5d\xc6\xab\x15\xb1\x2f\x3b\x00\x33\x4c\x5f\x8b\x87\x66\x8a\x98\xcd\x22\xf1\x80\xf4\x19\xc4\xdf\xa6\xe4\x3e\x4e\x49\x00\x17\x86\xdf\xa2\x24\x2a\x60\xab\xd3\xca\xd9\x9e\xe3\x94\x9b\xf9\x72\xa9\x4d\xdb\xf2\xde\xec\x52\x27\x14\x6a\xb0\x1e\x56\x6e\x32\x45\x44\x32\x9b\x78\x0c\x81\xf2\x5b\x8e\xb4\xba\x13\x15\x73\x59\x7e\x6b\xb7\x8a\x6a\xfd\xd5\xae\x37\x05\xd0\x15\xd1\x8f\xf5\x0c\x22\xb7\xa4\x84\x9d\x24\x0d\xe0\xd4\xe3\xb0\xbd\x27\x4a\xa6\x33\x3e\xcb\x2a\x87\xd2\x56\xcb\x16\x32\x76\x2f\xbd\x83\x0c\x70\xc5\x99\x91\x20\x4a\xf9\xa7\xa1\x1b\xf1\x59\x6b\x12\x9a\xdf\xd1\x24\xf4\x7d\x75\x91\x83\x7c\x79\xe7\x6d\xfa\x26\xdf\xa7\x5c\xe5\x3e\xcd\x6c\x52\x6e\xc9\x40\xd5\x25\xe7\xe0\x39\x28\xc0\x70\xbe\x22\xd7\xde\x8d\x0b\xbc\xce\xea\x61\x98\xf5\x49\x43\x58\xc9\x1b\xfa\x2c\xa5\x8e\xc8\xf8\x0c\x94\xf5\x89\x39\x2d\xe4\xd9\x1b\x72\xa2\x10\x43\xa4\x5b\xcf\xeb\xb0\xe3\xfa\x83\x9f\x26\x61\x34\x9c\x81\x5f\xf4\x7e\xa3\x8b\x86\x26\xa7\x23\x06\x91\x96\xfa\xe8\xce\x12\x19\xdc\x10\x61\x1c\x03\xef\xab\x1b\x6a\x6a\xeb\xc4\x59\x2e\x9d\xc7\x5a\xa6\xca\x1f\x7b\xdf\xef\x94\x1f\x4b\x79\xed\xfd\x30\xa4\xfc\x96\xb3\x06\x9e\x00\x80\xa8\xa4\x6a\x90\x2c\x51\x5e\xa4\x53\xb0\x4b\x12\x25\x43\xbd\x02\xd2\xf9\x06\xe3\x0b\x69\x34\xc3\x83\x04\x28\x73\x40\x63\x5a\x50\x8b\x0d\xd7\x72\xa9\x4d\xcf\x3f\x61\xae\x54\x0a\x2d\x16\x76\xb5\x1a\x98\x53\x4e\x59\xee\x8b\xdc\x44\x1a\xa4\xbc\x38\x97\xb3\xdc\x28\x0a\xb3\xc3\x2b\xef\xda\x39\xf7\xeb\x75\x64\xef\x6d\x7e\xa1\xc1\x7b\xe6\x92\x56\xcb\x0e\xc4\xac\x25\x1d\x31\x6b\x77\x06\xcd\x22\x63\x53\xb6\x3f\x68\x82\x7a\xf2\xa0\xd9\x27\x1d\x68\xc4\x71\x09\x0e\x5c\xb9\x14\x1b\xec\xf0\x6f\x7b\x1d\x89\x3b\x9b\x38\x6c\x4f\xec\xeb\x37\xeb\x7f\xf1\x1e\xb3\x73\x8b\xbd\x66\x7e\x4a\xc5\x9d\x1d\x19\xe8\x73\xe6\xdb\xe1\x1b\x5c\xad\x6a\x81\xb9\x8d\x6a\xa4\x8b\x74\x88\x5f\x44\xb7\x52\xfd\x87\xed\x98\x5e\x1a\xdc\x0b\x4a\xe6\x95\xf7\x34\x3c\x5a\x5f\xc8\x5f\xc5\x59\x42\xa2\x4c\xa0\x43\x76\x77\x62\x3f\x2c\xd9\x44\x33\x2f\xc9\x05\xac\x48\xbf\x47\x97\x71\xb7\xfa\x87\xa8\xad\xcf\x45\x54\xfe\x8e\xdf\x27\x9d\x6f\xfc\x39\x76\x06\xb6\x1a\x3a\x8c\x0a\x47\x24\x16\x15\x2f\xb5\xe1\xff\xdb\x80\x8c\x33\x12\x5e\x47\x6f\x92\xcb\x60\xcc\x38\x14\x08\x79\x98\xea\xca\x8e\x0a\x95\x59\x45\x73\xae\x8f\x2f\x89\x2d\xf3\x03\xe4\x3b\xe2\xb7\xef\x3b\x6e\x05\x56\xfc\x60\x02\xdb\x0f\x90\x88\xe0\x08\xf0\x91\xb8\xbe\x8d\x69\xd0\xaf\x12\x53\x20\xcb\x15\x8a\xca\x65\x57\x15\x70\xfb\x06\x38\xda\x32\x7a\x26\xf0\xe1\x69\xa3\x24\xf2\xb6\x5a\x20\x39\xd4\x2f\x49\x3d\x10\x96\xea\xae\xc2\x3d\x5e\x5c\x54\x23\xd6\xc8\x25\xb1\x45\x4b\x8c\xdc\x72\x88\x4a\xe5\x14\xdf\x81\xc9\x28\x77\x30\x8c\x31\x57\x82\x01\x09\x18\xa3\xa1\x62\x27\x81\x0a\xd8\xac\x83\x00\x2b\x27\x82\x9c\x94\xf8\x70\x60\xb2\x54\xb2\x88\x6d\xb5\x6c\x33\x9b\xb2\xa5\xc0\x38\xbc\x99\x37\x89\xf8\x4e\x15\x00\xda\x28\xa8\x3a\x70\x10\x56\x25\x76\x6a\xc7\x91\x94\x6f\xe9\x55\x37\x8b\x32\xcb\x8e\x07\xb8\x10\xe2\x3d\xa7\x5f\x93\x55\x9f\x52\x83\xa6\xd3\x6a\xe9\x45\x00\x69\x7a\x0e\xc7\x71\xe5\xfc\x14\x23\xd0\x6a\xc9\x61\x34\x67\x1c\xf4\xd9\x8c\xc2\x8d\x46\x35\x97\x31\x70\xbe\xc7\x85\xc2\x80\xf9\x47\x7a\xc5\x38\xaf\x5f\xf5\x43\x9e\x87\xcb\x81\x6e\x68\xb8\x6e\x60\x0c\x07\x54\x81\xeb\x06\xa0\x9e\xaf\x64\xc6\xaa\xf1\xb1\x92\x3d\x93\xdf\x52\xc5\xc9\xf5\xc4\xbe\x51\xbf\xc0\x01\x02\xd7\x5f\x2c\x3c\x7d\xc6\xa8\x09\xe0\xb1\xd5\xa6\x03\x8b\xbd\xa5\x8f\x39\xe3\xef\x0a\x5e\x91\x4f\x18\x16\x03\x2d\x69\x25\x4a\x4c\x3e\x4e\x5e\x6a\x6a\xf2\x0d\x5c\x7b\x3a\xae\xcb\x89\xdf\x00\x6e\x88\x51\xf5\x4e\x3a\x4f\x68\xb6\x2f\x68\xb6\xd3\x60\x67\x1b\x3e\xf4\xfe\x4e\xa5\x03\xbf\xc4\x46\xdf\x2c\x60\xae\x8b\xd5\xaa\x7c\x8d\x36\x06\x5e\xc9\x7e\xf1\x3d\x8d\x74\xf6\x84\xd6\x93\xba\x94\x20\x48\xdf\xd6\xf9\xa8\xb1\xbd\xcf\xdb\xc0\xc4\x51\x2c\x82\xe5\x95\xd5\x52\x41\x23\x08\x9e\xd8\x0f\x52\x8b\x4a\xd0\xf2\x25\x23\x1a\x20\x10\x0a\x3c\x9b\xcd\x73\x9e\xea\x38\x44\x85\xb1\xa7\x76\x49\x1d\xa9\xa1\x57\xde\x6a\x30\x86\x34\x9d\xc2\x7b\x5b\xa8\x8c\x91\xb3\x87\xa5\x5b\xca\x3d\xba\x2e\x7d\xe7\x4b\xf5\x5a\xba\xb1\xe1\x78\xd7\x83\xe6\x33\xd6\xfd\x6b\x7a\x03\xca\x8a\x2c\xaf\x8f\xbb\xae\xff\x8e\xe8\xba\xce\x14\xd7\x4c\xff\x67\xc0\x3e\xfa\x37\x92\xc4\x41\x58\xaa\x89\x34\x40\x9c\x6f\x1b\x71\x98\x3a\x88\x82\x9c\x86\xc7\xab\x77\xf9\x22\xb9\xd1\x15\xd2\x1f\x9f\x0f\xca\x25\xb1\x7d\xc7\xf5\x60\xcf\x01\xc8\x78\x0f\x88\xde\x03\x36\x97\xc8\x35\x15\x40\x30\xd2\xe9\x3c\xc0\x77\x5e\xd6\xea\xf2\x16\x69\x6d\x8b\x92\xa4\xc9\x85\xb7\x58\xf0\x9c\x42\x2b\x68\xb1\xb0\x3d\xcc\x62\x1c\x95\x83\x8d\xb2\x5e\xbd\x63\xec\xf9\x43\x4f\xc9\x0f\x15\x95\xaa\xd7\x94\xab\x28\x59\xbf\xed\x39\x4e\x95\x33\x30\xf6\xfb\x3a\x86\x40\xcd\xa3\x5f\x2e\x08\x7d\xf7\x1f\x79\x26\x5f\x02\xcd\xb8\x4a\xa2\xe0\x3b\x0f\x9c\x5b\xe1\x75\xf3\x53\xa8\xd6\xb8\xbe\x87\x69\xfd\xac\xf6\x67\xcb\x81\x39\x0d\x6f\xc5\x3a\x51\xce\xdf\x8c\xf9\x0e\xe7\x3a\xed\xde\x6f\x58\x4e\x45\xa7\x5a\x72\xdb\x71\x5c\x1f\xfb\xd7\xdd\x9b\xa5\x87\xfd\xa5\x20\xff\x0c\xef\x82\x38\xf9\xd8\x5b\xae\x63\x20\x38\x7e\x60\xee\x18\x03\x13\x19\x9d\x36\xf7\xe6\xd5\x4d\x47\xec\xfe\x3e\xdc\xc5\x89\x9b\x28\xbf\xa1\xa8\xab\xb6\xbd\xfa\x0e\xaa\xe3\x9f\x5a\xad\x15\x0a\x54\x43\x7c\x7c\x47\xb6\x14\xac\xa1\x4c\x81\x36\x6e\xdf\x3d\xe3\x2c\x4a\xef\x0a\xa1\x3e\xe9\x72\xc2\xbf\x7e\xf4\x39\x3f\xc1\x67\xaf\x36\x8f\xcb\x1d\x02\x84\xe1\x63\x0f\x3f\x8c\x8a\x49\xdc\x5f\x7f\x9f\xcb\x92\x07\x4d\x34\x21\xc5\x68\x7d\xbe\x37\x9b\x27\xa4\x18\xc1\x9f\x93\xe3\x41\x13\xe5\xb7\xc3\xda\xac\x5b\xdd\x6e\x77\x33\xbf\x1d\x0e\x9a\x4b\x5d\x04\x1f\x7b\xba\xb0\x50\x1d\xfe\x21\xa3\x3a\xa4\x3f\x56\x9b\x54\x7c\x66\x50\x3e\x5a\x64\x15\xd6\x15\x61\xc0\xe3\x88\xd0\x58\xc8\x89\x98\x5f\xda\x31\x42\x5c\xae\x3c\x5e\x05\x1b\xb9\x9d\xd8\xb3\x3d\xe7\x17\x38\xc2\x42\xbb\x3a\x4c\x33\x1a\x0d\x93\xb3\x52\xa8\xe5\xed\xfc\xaa\x91\x3e\x11\xf7\x46\x89\x87\x52\xed\xda\x41\xa9\x99\xad\x39\x49\x9d\x5c\xee\x4e\xa7\xad\x16\xfc\x74\xe8\x1d\xf5\x3f\x27\x39\x09\xe9\x71\xea\x93\xf8\x50\x54\xb2\xa3\x6a\x13\x0a\xcf\xce\xc3\xa3\xf9\xed\xd5\xe3\x32\x51\x45\x97\xce\xb2\x4f\x96\xda\x9d\xbf\xa0\xa5\x9c\xa3\x80\xcb\xe5\xcf\x17\x47\x0d\x8c\xc7\x5e\x27\xbf\x1d\x32\xf4\x2a\xa5\x62\x16\xb4\x88\x43\x3a\x2a\x06\x7b\xc0\xf5\x3e\x24\x1e\x4e\xbc\xc5\xa2\xfe\x41\x07\xe3\xe4\xa2\x5b\x46\x56\x12\x4f\x2b\x3a\x68\xbe\xcb\x6f\x87\xbf\x0d\x9a\x1b\x82\x50\x9c\x85\xb6\xd3\x29\x52\xae\x16\x6d\x3b\x1b\x83\xe6\xbb\x4d\x9e\x03\x36\x27\xd6\x44\x07\xec\x2b\x02\xb3\xe0\x12\xfd\xc3\x91\x5c\x35\x7c\xda\x7a\x9a\xc3\x6f\x09\xbc\x4a\x76\xee\x5e\x8c\x67\xd7\xd3\x40\x6a\xa1\x2d\x96\x69\xb9\xdf\x28\xe2\x66\x34\x1d\x85\xb6\xdf\x6a\xf9\x40\x20\xc0\xcf\x17\x8b\x6d\xb5\xb6\xe1\xad\x41\x92\x06\xf4\x8a\x6b\xc6\x43\x58\xb0\x87\x72\x53\x5c\x1a\x54\x06\x7b\xf2\x1d\xbf\x87\x1f\x48\x12\x4d\x40\x8f\xea\x08\xee\x01\xa3\x34\xd9\x4b\x67\x49\xd1\x6f\x74\x91\x07\xba\x66\x47\x13\x32\xa4\x67\xb3\x22\xa7\xd5\xc8\xcb\x38\xf2\x69\x25\xee\x4b\x14\x14\x23\x1e\x77\x77\x18\xd3\x3b\x2d\xf8\x7b\x96\xce\xa6\xe2\xfb\x2c\x0b\xa2\x84\xc4\x2a\xca\x4f\xe3\xd9\xa4\x6c\x99\x7f\xe6\x2c\x18\x8a\x4a\x42\x5e\xc3\x5c\x86\xcf\x41\xb9\xeb\x96\xca\xef\xcb\x51\x16\x25\x63\xf9\x75\x4a\x87\x44\x4f\x3d\x63\x00\x82\xd8\x29\x8b\x82\xdd\x8c\x12\x19\xbe\xe0\x35\x8a\xe0\x41\x12\x68\x5f\x97\x53\x92\xe8\x9f\x05\xc9\x0a\xf9\xbd\x07\x10\x9a\x5f\x5a\x69\x1e\xa1\x57\x20\x62\x64\x1d\x61\x9a\x14\x5f\x40\x93\x8b\x7d\xc5\x51\x42\xf7\x62\x32\x99\xca\x8f\x0f\x2a\x49\xa8\xc3\x41\x50\x76\x22\xcd\xa6\x23\xc2\xd1\x53\x10\xef\x32\xfa\x09\xfd\x9c\x47\x41\x3a\x87\xc8\x9f\xa0\x5a\x04\xa1\x34\x9d\x40\x73\x51\x1c\x9f\x95\x35\x0d\x12\x50\xc3\xd4\x62\xf2\x22\x9d\x1a\x9f\x59\x3a\xa6\xfb\x52\xbd\xcf\x8c\xe2\x0a\x7e\x65\xdc\x89\xd2\xe1\x2b\xe3\x56\xea\x92\x13\x63\x89\x32\x0f\x5f\x0f\x9a\x5f\xa8\x37\x8e\xb8\xaa\xfe\x84\x6b\xfc\x9e\xa4\x3f\xe1\xf7\x6c\xd0\xbc\x91\xf2\xbc\x31\xbd\xcf\xed\x1f\x5e\xbd\xda\x58\xe6\xad\x46\xf3\xb3\xff\x06\x01\xa3\xba\x60\x5f\xd9\xd4\xb9\xdd\x20\x9d\x7c\xe6\x71\x71\xb2\xdd\x73\xdc\x1f\xde\xb5\x77\x83\x7f\x78\xd7\xe4\x66\xc9\xf8\x7d\xb5\x1e\x73\x75\xca\x31\x36\x02\x10\xf8\x2a\xf1\xb5\xf1\xa2\x45\x9c\xf4\x3d\x2e\x71\xf1\x41\x5f\xa8\x3c\x1b\x95\xf9\xba\x5c\x6e\xfc\x63\x85\x15\x27\x4e\xab\x05\x90\xec\x80\xe4\x7f\xc3\x73\xc4\xe5\x78\xdf\xdb\x18\x34\xa7\x77\xe6\x55\x5c\xa1\xce\x21\xa4\x03\xda\xb0\xea\x80\xe0\x83\x6d\x42\xa7\xee\x24\xec\xab\xd3\x2d\x7f\xa3\x04\xae\x8f\xce\xd8\x31\xae\xdd\x1e\x34\x1d\x44\x71\xee\xd9\x3e\xf2\xae\xfd\x1b\x14\x38\xee\xa0\x19\xc6\x29\xe1\x9b\x93\x64\xa1\xfc\x3c\x3f\xe4\x91\x8e\x2b\x74\x7a\xca\xea\x11\x75\xfa\xec\x4c\x80\xe9\x12\x38\x91\x99\xc7\x4e\x49\x13\x9a\xcc\xa2\x82\x4e\x60\xf8\x1f\x88\x58\x7e\x60\x61\x9b\xfd\x66\x62\xc9\xb3\x1f\x3a\xf1\x28\xac\xa2\x11\xc4\x46\x93\x21\xfc\x24\xd3\x19\x4c\xae\x31\xbd\x1f\xd2\x44\xac\x12\x58\xed\x13\x5a\x40\x6d\x53\x92\x11\x98\xea\xfc\xc9\x02\xac\x8d\x8c\xf8\x90\x67\x0e\x4d\x98\xf4\xf6\xd6\xa0\xb7\x51\x68\xcf\x18\xe6\x85\x5a\x56\x43\x63\x9b\xf9\x95\xda\x63\xfc\x7f\x85\xed\xed\x6d\xbf\x46\x84\xf3\xcc\xbf\x2a\xa9\x9f\x2e\xd4\x61\xd1\xac\xed\x55\x97\x57\xd5\xa8\xbd\xff\x5a\x5b\x35\x63\x30\xbe\x7d\xe3\x4c\x03\x9b\x0d\x4f\x05\xfe\x15\x3b\xbd\x2c\x35\xb0\x60\x6a\xb1\xda\x56\x55\x4b\x44\x62\xb5\x06\x76\x5e\x30\x38\xf6\x79\x89\xea\x76\x0f\xf6\x2f\x6d\xda\x0d\x9a\x8e\xba\x06\x5f\xbd\xb1\xf4\x3a\x51\x5e\xbd\xab\x1c\x34\x49\x92\xa4\x42\x5d\xfb\x0e\xb8\x22\x11\x6f\x28\xb0\x97\xd1\x42\xc9\xdc\xaf\x8b\x6a\x83\x1e\xe3\x6a\xf4\x2c\x8b\xea\xa2\xb9\x51\xfa\xba\x94\x04\x5e\x15\xc9\xf8\x49\x94\xe7\x51\x32\x6c\x83\x7e\x79\xf9\x94\xaf\x57\x7d\x46\xd7\xd5\x18\xcf\x3b\x4f\x08\xc4\x3b\x05\xc9\x86\x14\x24\xd4\x79\xe6\x2b\x79\x35\x7f\xcd\xea\x92\x0e\xd8\x18\xca\xa7\x29\x3c\xc7\xff\x9c\x4b\xfe\x87\x9d\x03\xf0\xda\x54\x75\x26\xdd\x86\x11\x90\x0c\xc3\x0e\xe9\x4c\x49\x46\x93\xe2\x34\x0d\x68\x9f\xeb\xd2\xdc\xf3\xa3\x3a\xfa\x29\x7e\x77\xc5\xd1\x5d\x1b\xd2\xf7\x9e\xb8\x76\x20\x78\x8f\x05\x85\x2c\xa8\xbc\x2e\x2a\x67\xc9\x7d\xf5\x40\xb9\xf5\xa6\x2b\x5f\x21\x03\xe9\x22\x05\x65\x8d\xbb\xfc\x60\xb8\xcf\x38\x68\x74\xef\xd9\x5a\x12\x12\xd7\xea\x9e\xe3\x68\xf8\x3a\x00\x18\x7e\x7a\x3b\xbb\xec\x3f\x6e\x11\x84\x38\xfd\x5d\x0f\x5f\x93\x9b\xfe\x4f\x0f\x93\x32\xef\xa1\x67\x03\x88\x3f\x05\x6f\x45\xf0\x4f\x0f\x79\x78\xd7\x73\x77\x3d\x2c\xfa\xe9\x42\xa7\xb8\xc4\x65\xcd\x33\xe6\xf7\x9e\x78\xc2\x5c\xd6\xfc\xbb\x79\x5c\x20\xb6\xa7\x1d\xf4\x3e\x78\xe5\xf3\xc1\x3a\x26\xb9\x34\x17\xc2\xe0\x03\xe4\xff\xe1\xe1\xdf\x3d\xf4\xd1\xc3\x8d\x1e\x3a\x66\x7f\xcb\x2d\xe9\x44\x74\x42\x1c\xfc\x7e\x7a\x92\x34\xe1\x5d\xcf\x61\x35\x20\xd6\x4d\x7d\xe5\x9d\xea\xa2\xba\x63\xcf\xd1\x21\x70\x5c\x56\x7d\x57\xbf\x22\xf9\x43\x66\x57\xca\x24\x00\x01\x62\x0d\x1b\x2b\xfa\xcc\x38\x83\xeb\x83\x58\xea\xa3\xf9\xc6\x45\x0c\xdf\x74\xf6\x3d\xdb\x77\xb4\x3c\x81\x91\xc7\xc7\xc1\xb5\x77\xe3\x92\xbe\x58\xf0\xe5\x23\xd9\x34\xd9\x8b\x23\x7f\xac\xdd\x0f\xf3\x08\xf5\x2a\xbd\x8c\xdf\x4f\x67\x5e\x4c\x57\xb2\x6b\xd1\x35\x85\x4e\xd2\x59\x4e\xf7\xd3\x79\x52\x1b\xb9\xae\xc0\x49\x7a\x5b\x1f\xb9\xae\xc0\xe7\x69\x4d\xd4\xba\xcc\x07\x49\x01\x37\xe2\x76\x80\x1b\x81\x92\x63\x39\x8b\x05\xac\x72\x58\x0f\x01\xbc\xa0\xf7\x66\x45\x21\x6e\x68\x09\x3f\x47\xa9\xeb\x6b\xf6\xc9\x25\x5c\xe5\x37\x3b\x08\xb0\x2d\x98\xc7\x38\x8e\x4b\x70\x23\x70\xb9\x15\xe1\xf2\x0e\x9d\xe0\x46\x8f\x6d\x03\x2b\x5a\x29\x95\x3b\xe3\x06\xc6\x83\x44\x5e\x0c\x57\x17\xfa\x76\x0f\x79\x48\x25\x2a\x0a\xe4\xc3\x44\x3f\x87\xc9\x1d\x85\x76\xc8\xb5\x05\x59\xdc\x27\x10\x74\xd6\xdf\xe5\x7e\xf2\xd0\xa0\x39\x25\x79\x1e\x31\xac\xa3\x87\xca\x05\x32\xab\xae\xcb\xce\x54\xe2\xd1\x3f\x09\x82\x83\x5b\x9a\x14\xd2\x80\x8a\xcd\x7a\x9e\x33\x86\xf3\x93\x87\x3e\x79\x2a\x9f\x78\x28\xfb\x58\x56\x71\x45\x48\x78\x23\xda\x15\xe6\x85\x67\xbe\x0e\x46\x23\x24\xb4\xe9\x62\xcc\xc5\x65\xe5\x2b\x76\x78\x6d\xcd\xaf\xad\x95\x39\x09\xb4\xed\xb8\x5c\xa9\x8e\x1b\xee\xf1\x51\x2c\x1b\x4b\xc4\x4b\xe3\x34\xe1\xd8\x4c\x1c\xce\x50\x5d\xc2\x82\xbc\x12\x94\xf9\x33\x7c\xfd\x29\xbe\xbe\x78\xf8\x41\xe4\x37\x2e\xab\x2f\x61\x9d\x5f\x31\x82\xa8\x3d\x98\xff\xab\x16\x78\xa8\xdf\x15\xf5\xbb\x17\x12\xb2\x2f\x1e\x52\x50\x1b\x14\xe6\x6b\x6d\x2d\x7f\xc9\x72\xfc\x86\x5e\x95\x64\xc3\x7d\xc9\x39\x81\x4b\x4f\x62\xea\xca\x73\x8d\x56\xf9\x45\x58\x85\xa7\x7a\xfb\xc6\x71\xdc\xcf\xde\x62\x61\xb3\x3e\x77\x59\x9f\x63\x9d\x0c\xff\xad\x8b\xd4\x90\x8f\x89\x0b\xc2\x06\x12\xc3\x4b\xd6\x82\x3a\xe2\x70\x2e\xee\x61\x1c\x0f\xab\x30\x48\x16\x08\xf6\xdc\x20\x85\xc2\xdd\x06\xc6\xec\xa8\x1e\x93\x61\xde\xea\x75\xb7\x5e\x71\x45\x7e\x99\xdf\x41\xa4\x2c\xcb\xd5\xf1\x88\xb3\xd4\x36\x57\xaf\x53\x90\xe1\x8e\xdf\x37\x15\x62\x9e\xc9\x1d\xb3\xc7\x37\x60\x50\x9d\x93\x9b\xe0\x84\x4e\xd2\xe8\x27\x0d\x40\xe0\xe7\xca\xe7\xf3\x62\x43\x57\x7d\x40\x82\xda\xc3\xfd\x44\xb5\x94\xce\x70\x62\x45\xe9\xbd\x4e\x40\x47\xf0\xf6\x9a\x06\xf5\x8a\x3a\xc4\x17\x70\x01\x06\xe1\xae\xa6\x82\xfa\x37\x0c\xf5\xc6\x05\x90\xaf\x8b\x2f\x15\x78\x42\xc1\xe0\xc1\xc3\x7f\xcb\x8d\x54\xf6\xa4\xb6\x4a\x09\x22\x6b\x13\x2e\x78\xfb\x64\xa9\x8e\x30\x98\xa0\x00\x7b\xae\x5b\xea\x99\x08\x8c\x97\xb5\x52\x87\x3b\x0c\xe1\x0f\x3c\xa8\x09\x88\xc8\x13\x3a\x0f\x01\xa6\x95\xb2\x0d\xb8\x1f\xf5\x71\xe0\x4a\x97\x22\x42\x89\x32\x0a\x6d\xca\xf9\x70\x56\x94\x87\xb8\xbe\x29\xab\x1f\x3e\xdd\xd0\x05\x6c\x85\xfa\x0e\x47\x7c\x9b\x3a\x08\xa6\x5c\xa8\xef\x6a\x3c\xde\x73\x43\x1c\x76\xf2\xc8\x8b\xa3\x64\xb8\xac\x45\x2e\xa3\xab\x02\x48\x06\x9c\x9c\x69\x3e\x66\x34\x3e\xe4\x33\x54\xa2\x66\xc8\x96\xfc\x48\xc1\x33\xe2\xf0\x8c\xf8\x95\xc9\x90\xad\x74\x1f\x53\x97\x15\x53\x9d\x1a\xf1\x1b\x61\x48\x0c\x30\x75\x7d\x95\x38\xc2\x23\x05\x19\x1b\xbe\x21\xef\xee\x48\xf6\x5e\xaf\x7e\x90\x94\x0d\x84\x50\xcf\x9a\x06\x42\x80\x60\x5d\x03\x55\x04\xbc\x85\xe3\x02\x60\x40\x8d\x20\x8c\x50\x95\x02\x74\x05\xa6\xb6\x1b\x60\x5d\x83\xac\x56\xa5\xcd\x2a\xbf\xe4\x49\x3a\xc2\xdc\x1e\x7f\xc7\xd2\xd7\xae\xf2\x7c\x9f\x73\xdc\x30\xa1\x5d\x5d\x89\xc6\x52\x77\x55\x62\x9a\xbb\x1c\x0f\x2f\xe5\xfa\x5e\x2c\x5e\xc9\xa0\x5a\x6b\xc0\x3a\x8a\x59\x23\x7e\xc5\x48\x62\xc6\x6c\x8a\x28\x3e\x9a\x70\x49\xc8\x16\x1b\x9f\xc3\x40\x9d\x1a\x9e\x44\x15\x6f\xac\x21\xc9\xcc\x62\x21\x43\xb8\xaa\x27\x5a\xd2\xb1\xa5\x2a\xad\x1a\xed\xa8\x5b\x67\x95\x66\xaa\xeb\xe9\xf6\x24\x7d\xce\xd2\x69\x2b\x50\x5b\x51\x92\xae\x70\xc0\x3c\xce\x4b\x78\xda\x1a\x68\x74\x75\x50\x94\x1d\x0d\x58\xbc\x3e\x0a\x7d\x34\xf4\xd1\xc8\x47\x91\xcf\x66\xef\x77\x1f\x5f\xdf\xa0\x31\x57\x58\x41\xb1\xf8\x9d\x88\xdf\xc4\x87\x97\x61\x27\x64\x8a\xd2\x32\x38\x85\x32\x3f\x7c\x3c\x68\x4e\x18\x7b\x14\xa4\xf3\xc4\x82\xd0\x6c\x6a\x15\xe9\xcc\x1f\xf9\x24\xf1\x69\xcc\xc3\x34\x09\x78\x80\xbf\xaf\x25\xb3\x3b\x9f\xb1\x7e\x56\xe0\xc5\x3c\x20\xde\xcd\x8a\x32\xe2\x0b\xea\x14\xe1\xd9\xd4\x0a\x32\x32\x64\x15\xb1\x5f\x5e\x4f\x90\xa5\x53\xee\x64\x85\xbf\x2c\x65\xa9\xda\x27\xcf\x34\xa6\xf7\x50\xd1\x98\xde\x83\xed\x0b\x16\x98\x4d\x2d\x60\xcb\xe0\xb1\xea\x11\x84\xfc\x74\x7a\x6f\xf9\xb3\xc2\x9a\x92\xbc\xa0\x16\x07\xcb\x1f\xc1\x0b\x54\xa1\x76\x3a\xa1\xc9\xcc\x02\x45\x03\x4b\xaa\x1f\x18\x8f\x29\xf5\x13\x59\xe6\xaf\x1e\x35\x1e\xe0\xc9\x0b\x0d\xce\x92\x3e\x41\x41\x3a\x01\x2e\xe7\x94\x4c\x68\xdf\x43\xf0\x60\xf8\xf2\x3e\x2f\xe8\xe4\x90\xed\x74\x7d\x7f\xd1\x7b\x85\x12\x90\x9a\x42\xbe\x3e\x45\xfc\x1c\xba\x97\x26\x05\x89\x12\x9a\xe5\xfd\xeb\xe0\x46\xdb\x73\x73\x31\x65\x56\xce\xe7\x60\x21\x22\x4a\xf4\x63\xb2\x3f\xcb\x53\xc6\x95\xf6\xc5\xa8\x73\xf2\x20\x2f\x78\x38\xa6\x0b\x5d\x03\x94\x45\xc5\x94\x00\x87\x1d\xd7\x95\x81\xb1\x4f\x6f\xf5\x32\x3c\x0a\x9a\x99\xd4\x15\x11\x43\x6b\x16\x92\x91\x50\x2c\xf1\x3b\x5c\x43\xcf\xf6\x3a\x22\xe1\x28\x70\xcc\x5a\x86\x69\xa1\x66\x4f\x85\x75\x8f\xd3\x7c\x35\x2d\xad\xad\xd3\x38\x4f\x15\xbe\xce\x45\x55\x5e\xf5\x90\x8e\x36\x2a\x0d\xb6\xa7\x29\x8d\xf3\xcc\xb7\xcb\x52\x48\xbf\xd8\x66\xc7\x72\x4f\x8f\x0a\x7d\xdb\x73\xd8\x26\x45\x3a\xd5\xa1\x5f\xe0\xc0\xf5\x94\xd8\xa1\x1c\x6e\xb9\xea\x69\xab\x05\x72\x1b\x4f\xc9\x6d\xa8\xd3\x6a\x89\x13\x37\x75\x6a\xf5\x19\x66\xc6\x74\x5c\x39\xd0\x95\x33\x44\xda\x5b\xf2\x71\xe1\xdb\x63\x1f\x95\xa5\x50\x69\xf9\x48\x9f\x1f\xa2\x40\x0c\x05\xe2\x35\x05\xf4\xc9\x21\xef\xe2\xa1\xc0\x64\x4d\x01\x73\x6a\x48\x96\x42\x0d\x97\x9b\x80\x82\xab\x1d\xa2\xc2\xb7\x13\x50\x7a\xb5\x43\x87\x9f\xbf\xb5\x0a\x25\x2e\xca\x7a\xeb\x26\x8b\x00\xc8\x68\x00\xa5\x5a\x03\xe9\xfa\x06\x50\xa3\x5b\x52\x57\x5d\x9c\xa9\xf1\x64\x73\xdf\x96\x83\x69\x32\x85\xe2\xbc\xfe\x37\x9b\x1a\x86\x75\x25\xa0\xe9\xb0\xa7\x22\x60\x4f\x85\x5c\x14\x3f\x63\xe7\x75\x54\x96\x27\x1d\x45\x51\xb0\xe7\x8e\x58\x3b\x31\x61\x67\xb4\x28\xcd\xa2\xe2\x1e\xe9\x37\x82\x9d\x19\xa3\x87\x5e\x4c\xbf\x65\xb3\xe4\x4b\x54\x8c\x64\x2e\x9b\x74\xa6\x35\x05\x86\xbe\xed\x3b\xcb\x52\xe7\x66\xb9\x94\x8a\x6e\xdb\x9c\x19\xd6\xb7\x74\xc1\xd3\x9a\x10\xf1\xab\x30\x60\xbe\xf5\xdd\x5f\xce\xe7\xa3\x24\x4c\xf9\x93\xe0\xf2\x56\xac\x2c\x5c\xdd\x0f\xef\x7c\xed\x75\x06\x28\x0c\xa8\xbc\xa5\xa2\xad\xc6\x20\xac\xae\x9e\x6e\x29\x3b\x92\x98\xbf\x67\x18\xd3\x09\x31\x5a\x5d\x8d\xc8\xbb\xee\xde\x20\x63\xd1\x3b\x35\x26\xbe\x2c\x58\xe2\xfe\xca\x12\x47\x7a\xa7\x7c\xd4\xe8\xb9\x5e\x07\xac\x85\xd8\xf2\x90\xd2\xe8\x96\x24\xfc\xa7\x2f\x05\x44\xd0\x5f\x86\x64\x49\xab\x8c\x63\xde\xae\x6f\x73\xd6\x00\x36\x70\xb7\xfb\xee\xbb\x6f\xf6\x8d\xe0\xef\xfe\x75\xf7\xc6\xad\x47\xd8\x03\x17\x13\x6a\x31\x6e\x79\x96\xa1\xc0\x7d\x71\x76\xf1\xff\x15\x84\x1a\x93\xc8\x17\x90\x94\x58\x93\x94\xb8\xcc\xd4\x6a\x7d\xf7\x8d\xe4\x06\xc6\x63\xbf\xd5\xba\x63\x14\x8c\x9d\x16\xc5\x26\xa7\x7a\x19\xf3\xc4\x18\x12\xe3\x4a\xe2\x84\x27\x4e\x20\x71\xa2\x12\x7d\x75\xb9\xf5\xd3\x77\xdc\xd4\xf8\xd4\x87\xe6\xbd\xd8\x85\xf5\x4e\x48\xad\x10\x73\x7a\xa3\xc8\x5f\x2c\x60\x04\xbb\x48\x5b\x9e\xd2\xfa\xe6\x1e\x89\x63\x8f\xf8\x63\x5b\x4b\x3b\x05\x43\xfd\x6a\x7d\xef\xfa\xfc\x61\xb6\x6a\x7c\x0f\x56\x49\x79\x32\xd4\xf4\xa8\xdf\xb3\xbd\x89\x38\x8c\x63\xd7\xa6\x8b\xf3\xf0\xde\xb7\x61\xaa\x20\xe2\x94\x37\x56\x60\x9e\xb3\x9c\x53\xfe\xc6\x86\xbc\xa7\xfa\xee\x5f\xfb\x37\x6e\x60\x74\x0e\x94\xd3\x2b\x9d\x73\x96\xfa\x48\xbc\xe7\x7b\x89\x31\x00\xef\xf9\x76\x61\xe0\xfd\x3d\xdf\x11\x0c\x74\x7b\x06\xb6\x3d\x47\x53\xa6\x9b\x1a\x10\x06\x78\xea\xc3\x45\xd9\xaf\x81\xe3\x0c\x7e\xb7\xac\x00\x44\x0a\x53\xc0\x83\x94\x97\xea\xab\xc3\xb9\xf5\x6d\xa5\x90\xa4\x27\xb5\x5a\xd3\x72\xea\x69\x03\xb1\xef\xeb\x12\xd9\x87\xa5\xeb\x5f\x57\x1e\xaf\xdc\xb0\xd3\x8a\x1e\xe1\xfa\xda\x35\xec\x06\xb9\xc1\x83\xe6\x5c\x7e\x79\x90\x08\x37\xb2\x3c\x65\x02\x41\xcf\x14\xe1\x1d\xf8\x9a\xfe\x00\x4d\x82\xfe\xbe\x6f\x0f\x9a\xbb\x32\x06\x6e\x73\xd5\xd7\x41\x12\x0c\x9a\x0e\x52\xf9\x23\xa9\x6f\xf0\x68\x29\xa5\x95\x60\x94\x05\x46\xfb\xd1\x72\x97\xdc\xd0\x93\x83\x8a\x8c\x24\x8a\x59\xe7\x45\xae\x54\x14\x94\x29\x3f\x39\x88\x4b\x74\xc8\x30\x88\x7e\xf7\xb9\xad\xbc\x90\x8d\xe8\xef\x3e\xfe\x85\xd6\x09\xbf\x0c\x33\x7a\x7c\x0b\xcf\xe8\xa2\x44\xd9\x33\xb5\xc5\xf3\x8f\x03\xbf\xa3\xe3\xad\xfc\x40\x35\x19\x14\xa2\x1e\xcf\x06\x38\x29\x3f\x1d\xb3\x67\x2b\xa0\x94\x35\x18\x18\xd2\xbe\xb4\xcb\xf0\x0f\x72\x33\x3c\xf4\xaf\x89\x7c\xb6\x6a\xc1\x07\x1c\x9b\x0f\xf4\x68\x22\xee\x76\x20\x12\xf9\x7c\xf9\x3c\x76\x25\xdd\x6a\x41\xf2\xef\xbe\x51\x31\xf6\xd8\xc2\xd7\x78\x4b\x56\xeb\x91\x8f\x3f\xb0\x21\xd4\xb1\xc7\x46\xf9\x8f\x6a\x7c\xa4\xcf\x9b\x8f\xd5\xd4\x5c\xce\x8e\x63\x91\x62\xe0\x80\x25\x9c\x94\x27\xcf\xd3\x32\x78\xe6\xe3\xeb\x41\x93\x78\x69\x26\x8c\x0c\x8a\xd0\x91\x8f\xb4\xda\x61\x1a\xa1\x3f\x8c\x38\x6d\x1e\xa3\x8f\x46\x8a\x98\xa9\x68\xd0\xf4\x49\x32\x8d\xc9\xbd\x0c\x9f\x6b\x61\x16\x2f\xac\x30\xe9\xc9\x57\x5a\x54\x30\xe3\x0d\xf0\x23\xa4\x11\xb5\x57\x46\xd1\xc9\xb4\x88\x84\x29\x38\x23\x9c\xf8\xd9\xfd\xb4\x58\xf3\x15\xac\x86\xc0\xc9\x91\x19\xaa\xe1\x75\x79\xec\x39\x8f\xdd\xd3\x62\xb9\xc5\xb8\x6a\x80\x06\x01\x29\x88\xf6\xb9\x6f\x7e\x4e\x68\x41\x2a\x39\x4e\xaa\x51\xb9\xc2\x27\xfb\x52\xd8\x4d\xea\x4f\x67\x88\x47\xd7\x40\xc8\x50\x1e\x09\x73\x41\x46\x38\x4b\x87\xec\x58\xbf\xfa\x91\x53\x3a\x96\xb9\x8c\x70\x01\x5e\x6f\x56\xc3\xf0\xc4\x75\x35\x5c\x44\x13\x3a\x9b\x06\xa4\xa0\xea\xf3\xb3\xfc\x3c\x66\x73\xa7\x30\x29\x16\x1a\x34\xe7\x04\xec\x45\x99\xe1\x9b\x72\x01\x9f\xaf\x48\x77\x2a\xba\xe1\x78\x4b\x6e\xb8\x84\x6d\x69\x94\xfd\x6c\xf4\x6e\x5c\x8a\x07\x4d\x36\x69\x37\x6c\x7a\xdd\xad\xd8\xaf\xdb\xa0\xd2\xb1\xa9\xe3\xb8\xa7\xfc\xfc\x12\x20\xcf\x71\x4f\x64\x98\x3a\x6e\x40\x6c\x8a\xae\x83\x1b\x71\x7f\xf1\xc9\xc7\x1a\x7b\x91\xa4\x73\xf7\x93\x2f\x5e\x9e\x1d\xe2\x37\xba\x40\xe3\x42\xd2\x1c\x90\xc7\xf7\x5a\xa5\x6d\xde\x43\xdc\x7b\x89\xe0\xea\x08\x92\xb6\xcc\xa4\x17\x68\x4b\x25\xbd\x30\x93\xb6\xd1\x0b\x41\x9b\xb6\x5e\xb4\x88\xcc\xe5\x69\x39\xb6\x90\xa7\x0a\x93\xd6\xf6\x96\x5e\xba\x87\xb6\xb7\x5c\x0f\xf7\xde\x6e\xd5\x97\xed\x1a\x65\xb7\x5e\xbe\xd2\x0a\xbf\x45\x5b\x2f\x5f\xb9\x1e\xde\x7e\xf9\xa6\xbe\xe5\x37\x46\xe1\x17\xdd\xb7\x7a\xe9\xd7\x88\x45\xb8\x1e\x7e\xd1\x7b\xf3\xaa\xd7\xab\x6f\xff\x15\xf2\x5c\x0f\xbf\xda\x7a\xdb\x7b\xf1\xf2\x55\xb7\x36\xcb\x4b\xde\x08\x69\xbd\x7a\xdd\xeb\xbe\x79\xf3\xea\x45\x99\xf4\x02\xc9\x38\x0d\x8c\xde\xf6\x8b\xad\xde\xeb\xd7\x5b\x6f\x34\x58\xb6\x91\x8a\x75\x3d\xfc\xa6\xfb\x72\xbb\xfb\x6a\xfb\xd5\x9b\xda\xf6\x74\x6c\xf6\xba\xaf\xb7\x5f\xbf\xe8\xbd\xd9\xaa\x8c\x09\x2a\x13\xdc\x41\xc2\xe6\x80\x22\xf9\xe5\x63\x62\xbf\x46\x91\xf8\xad\x32\x0e\xd0\x7b\xc9\x4f\xdb\x6f\xdf\xa8\x18\x71\xfe\x7e\xfb\x9a\x4b\x66\xde\x2a\x23\x04\x6f\x44\x82\xb2\x13\xb0\x55\x51\xc9\xb0\x74\x95\x8c\xab\xba\x86\x7b\x2f\x85\xad\x01\x69\x6f\xd8\x7a\xfb\x56\xd9\x33\xe0\xbf\xd2\x1a\x41\x4f\xfc\x76\x55\x4e\xd9\x3e\x4f\x78\xc3\x7f\x04\x94\xaf\xfa\xc2\x8c\xb1\x69\x51\xe1\xed\x6b\x57\x98\x3b\x36\x2c\x1d\xa8\xe4\x97\xd2\x10\x82\x8c\xe8\xaa\x2e\x99\x02\xf2\xed\x97\x6f\x40\x31\xc9\x10\x3d\x7d\xf6\xcd\xab\x7c\x46\x85\xa2\x64\x78\x4c\x12\x0a\xaf\x4f\xba\xfa\x45\xc7\x21\xee\x8a\x9b\xfc\x2e\xa2\xb8\x8b\x42\x4c\x3a\xf4\x6e\x1a\x65\x34\x80\x02\x68\x88\x89\xb0\xd7\x13\xc8\xa8\x11\xab\x34\x4a\x86\xe2\x5b\x4e\x88\xd0\x09\x70\x88\x28\x66\x8b\x59\x3d\x69\x0b\xb1\xaf\x26\xdd\x6b\xc4\xb3\x01\x64\x63\x1c\xb6\xfe\x63\xe8\xb2\x98\xf1\x8e\x1d\xe0\x0b\xdf\x1e\x3b\xac\xb4\xd3\xb7\x47\x2d\x1c\x42\xde\x11\xbc\x59\xbd\xf0\xed\x11\x4f\xe2\xaf\x50\x2c\x56\xe9\x7f\x0c\x79\x6d\xa2\x6c\x28\xca\xd6\x95\x92\x9d\x56\xb7\x38\x5d\x37\xc0\xdb\xbd\xf6\x9f\xbe\x1d\x38\x6e\x80\xfd\x96\x6d\x77\x7f\x0b\x76\xba\xfd\xde\xbb\x77\x81\xf3\xee\x5d\xcf\x69\x2b\x62\xe4\xb5\x5a\x1e\x7f\x21\xc6\xaa\xb0\xbd\xd6\xd0\x71\x1e\x2e\x7c\x21\x6f\xa1\xef\xf0\x61\x79\x5b\x70\x88\xe9\x92\x9d\x73\x69\x52\x90\x64\x18\x57\xf0\x23\x75\x50\xca\x74\x7e\x65\xec\xb5\x70\xc0\x4e\xc2\xae\xe3\x0b\xa8\x3c\x06\x77\xef\xdd\x3b\x1f\x05\x0b\x4e\xbd\xbd\x16\xfe\x0f\xf9\xbc\xdd\x0a\xf4\xd1\xfe\xe2\x4b\x1d\x23\x7d\x9c\x5b\x6d\xb5\x08\x5f\xca\x62\x5d\xb8\x96\x23\x7d\xd2\x2a\x17\xe8\x4e\x19\xec\x6b\x42\x84\xbf\xea\xe5\xc0\xa5\x2d\x8e\x9e\x5b\x59\x30\x5b\xae\x5c\x27\x4a\x94\xf9\xd5\xb7\xb7\x5e\xb4\xfe\xc3\x73\x50\x17\x34\xe9\xff\xf2\x6d\x46\x51\x9d\xbe\xb4\xb3\xd1\x35\xf2\x32\x2a\x6c\x64\x7e\xa3\xe5\x7d\x63\x64\x05\x9a\xab\xf2\xc2\xa5\xea\x57\xdf\x96\xa4\xd4\x4c\x78\xd9\xdb\x72\x4a\x1b\x20\x7d\x25\x6a\xf9\xea\xdb\x25\xa9\x93\x45\xb8\xa0\x75\xeb\xd5\x9b\x17\xdb\x2f\x5f\xbc\x7c\xe5\x20\x6f\xb9\x66\xc1\x95\xd7\xe5\xbe\x6e\x11\xb6\xd5\xd6\x88\xdc\xdf\xbe\xe9\xef\xe2\xfa\x06\xb1\x5d\x7a\xbb\xf7\x9b\xcf\xfd\x54\x48\x0d\xa7\xf2\x4d\x9a\x36\xb0\xcf\x94\x20\xc7\x1c\xda\x05\xf6\xc4\x8a\xf5\xda\x3d\xb7\xba\x38\xd9\x5c\x32\x56\x27\x44\x60\x21\x43\xb9\x8a\x26\x34\x67\x9b\x96\x98\x66\x2e\xb9\xf6\x6e\x30\x3f\xfa\xfd\xe9\xe3\x13\x52\x8c\x3a\x7e\xfc\x73\x7b\x6b\xa7\x0c\xf6\x49\x80\xbc\x80\xa7\xc5\xe9\x10\xf9\x22\x7c\x7c\xba\x55\x72\x23\x24\xd0\xb0\xc0\x47\x70\x7b\xab\xbf\xdd\x6b\xdb\x1e\x4b\xd9\xf4\x83\x45\xd7\x59\x74\xa1\xa1\x20\xd0\x19\x86\xcf\x39\xcd\xde\xb3\xb3\x70\x94\x0c\x95\x54\x82\x1a\x59\x2a\xd2\x46\x14\xc2\xd3\xb1\xf2\x5d\x57\x50\x3e\xb4\xfb\xe8\x2d\x16\x47\x9e\x60\x3f\x28\x1e\x05\x28\xc4\x1f\x3d\xf7\xa3\xd2\x8b\xfa\xe0\xd9\x54\x4a\x5f\x4b\xa5\x28\xfb\xa3\x87\x43\x67\xb1\xe0\x6a\x51\xe5\xc3\x24\xad\x66\x1a\xd8\x41\x80\x46\x01\x38\xcd\xb1\x75\x21\xae\x29\x3f\x19\x05\x86\xe1\xfc\x50\xda\x34\x64\x54\xc0\xa6\x58\x10\x91\x17\x8e\xd3\x6a\x69\x42\x94\x56\xab\xdd\x7b\xf7\xa3\xd4\xde\x25\x8e\x03\x77\x01\x46\x3b\xe8\xbb\xaf\x66\x0c\x5c\x39\x72\xa1\xf6\xbd\x12\xcc\x3b\xc6\x3d\x39\x6d\xb5\xe0\x3e\x47\x78\xdb\x67\xd0\x50\xa1\xb2\x59\x69\xea\x01\xda\x0a\x55\x43\xae\xd6\x90\x90\xac\x46\xa1\x3d\xd3\xb3\xc8\xe7\xaf\xa2\x85\xe5\x77\xde\xed\x80\x5b\x79\xf4\x9d\xe5\xd2\xd8\x93\x34\x18\xc5\xf5\xff\x9d\xc7\x88\x2f\xc5\x73\xdf\xa6\xba\xf0\x8e\x3a\xa2\x5b\x7f\x7b\x5a\x02\xef\x10\xbf\x00\x52\x5d\x1f\xe2\xb0\x53\x90\xa1\x2b\x55\x30\x86\xce\x03\xc5\xcf\x3c\x3b\x34\xeb\x93\x86\x28\x5c\xaa\x29\xa3\x08\x21\xf4\x90\x0f\x52\x8d\x1c\x5a\x53\xff\x80\x56\x76\xc2\xc7\x25\xd0\x7a\xe5\xa1\x78\x63\x49\xa5\x1c\x4b\x61\x87\x22\x5f\xad\x76\x65\x7a\x6d\x1c\x88\x6b\x53\xf1\x3b\x09\x56\xb4\x33\x93\x80\x2b\x0a\x4e\xd4\x1e\x36\x09\xb8\x9f\x1e\xe4\xe1\x38\x40\x3e\x96\x82\x54\xd6\x08\x56\xcf\xa3\xa3\xc4\x1a\x07\x3b\xe3\x40\xbc\xee\x1f\x07\xfa\xab\x11\x14\x2a\xdb\x59\x9a\x97\x17\xbf\xd5\xf2\xd8\x61\x1d\x63\x7a\x4d\x6e\x40\x49\xd2\xe5\xd8\xf6\xdb\x04\xf2\x05\xb8\xe7\x06\x60\xaf\xca\xbb\xf6\xdb\x01\xcf\x1a\xb6\x83\x1b\x37\x60\x99\x15\x80\x58\x9e\x26\x08\xea\xbd\x0b\x76\x7a\x6d\x69\x41\x41\x53\x93\x4c\x03\x5d\xf3\x64\x4c\xef\xf7\xd2\x80\xba\x83\xa6\x3f\x22\xd9\x1e\x98\x18\x8a\x12\x8b\xec\x70\x3d\x58\x11\x27\xa9\x7b\x6f\x5b\xe9\xd4\xf4\xb6\x1d\xa7\x4f\xb0\xe7\xf6\x4a\xca\xdf\xdb\x2e\x35\x64\xb7\xde\x61\xb2\x58\x70\x45\x9d\x1d\xa2\x6f\x75\xd3\x40\x3d\x76\xd2\xc5\xe8\x3f\xb4\x68\xe3\x5a\x26\x0b\xaa\xf2\xd1\x8a\x27\x89\x6f\x60\x1d\x10\x1c\x3b\x08\x67\x0e\xdf\xb8\xdc\xfb\x28\xc9\x0b\xe9\x16\x02\x7c\x3d\x08\xe7\x11\x9a\x14\x5b\xfa\x7a\xe0\x05\xf0\x90\x7f\x09\x6d\x87\x2b\x1e\x69\xe8\x31\x80\x98\x85\x38\x2b\x26\x62\x40\xf2\xec\x71\xde\x81\xd5\x71\xed\xdf\x60\x6f\x87\x2d\x8d\x7e\x08\x2e\x8f\xa0\xe2\x28\xdf\xe7\x6c\xe5\x79\x06\xdb\x03\x0d\xb0\x58\x36\xa1\x7c\xef\xa8\x52\x76\x56\xa3\xfa\xe0\x96\x23\x14\x2a\x02\xfc\x75\xe6\xce\x34\xe8\xff\x08\x64\xf5\x0c\x1e\x32\x14\x42\x91\x74\x3a\xa5\x01\xfe\xa1\x8c\x6c\xb0\x3c\xcb\x89\x61\x37\xef\x61\xca\xeb\x16\x60\x99\x86\xf3\xa2\x7c\x05\x02\x69\xf3\x8f\xe0\x2a\x26\xc1\xdc\x09\xe9\x98\xf5\xed\x54\x23\x6c\xa7\x3f\x68\xce\x92\x71\x02\x8a\xa2\x9a\x89\x45\xbd\x4f\xad\xd6\x20\xb1\x8d\x18\xdc\xe8\x39\x68\x1d\x06\xa7\x81\xc3\x6d\xc8\x68\x9d\xd7\x3b\xf2\x28\xbc\x95\x72\x3b\x2b\x31\xeb\x21\xe6\x8a\x0f\xef\x67\x9e\x17\xf3\x47\xb0\x7a\x04\x6e\x74\x15\xc4\x35\x83\x02\x30\x4f\x69\x96\x47\xb9\x81\xf4\x25\x8a\xf2\x73\x1e\x4d\x93\xa2\x3f\x0d\x96\x06\xaf\xc2\xba\x92\x07\xf8\x01\xba\x7e\x3e\x22\x39\xed\x77\x91\x07\x0d\xe6\xfd\x2e\xe2\x00\x80\x99\x9e\x2e\x2a\xa2\x09\xbd\x2c\xc8\x64\xda\x5f\x7d\xe2\x68\x91\x8e\x4a\x5e\x2c\xf6\x49\x41\x3b\x49\x3a\xb7\x9d\x25\x5a\x99\x72\x5d\x14\xe5\x57\xd9\x2c\x87\xf0\x12\x15\x01\xce\x02\x3b\x0f\x1c\x34\x0b\x30\xbc\xcd\xce\x03\xf4\x70\x1b\xd1\x79\xbf\x8b\x02\x5a\x90\x28\xee\x77\x97\x0e\xba\x85\x7c\xb3\xc0\x41\xf3\x00\xdd\x05\xe8\x3e\x40\xbb\xa2\xc0\x2c\x40\x0f\xdc\xc2\xe7\x5f\xfd\x2e\xe2\xa1\xaf\x0c\xfa\x38\xa2\x49\xf1\x97\x0a\xb1\xb8\x29\x19\xd2\xbf\xc4\x2f\xe4\x29\xb2\xf8\x23\xbd\x67\xe5\x46\x51\x58\xf0\x20\x89\x45\x60\x42\x0b\xc2\x43\x43\x5a\x9c\xa4\x41\x14\x46\xe2\x05\x70\xff\x67\x80\xb8\x92\x2f\x20\x8c\x05\x18\xc2\x32\x1a\x93\x82\x06\x7c\xa1\xd7\xe1\x49\xd9\xe3\x64\xd3\x51\xcb\xbb\x43\x3a\x61\x96\x4e\x84\x00\x1b\xd2\xcb\x77\x06\x3b\xa4\x53\xa4\x22\xdc\x37\x32\xf6\x2b\xd5\x2c\xd1\x24\xbd\x85\x94\xbf\x8c\xd6\xe1\x25\x80\x4a\x62\x24\x79\x90\x68\x56\xeb\x54\x8a\x4b\x1a\x18\xdf\x07\xad\x96\x7d\x0f\x16\x35\xe0\xce\x7e\x02\x3a\xd5\x5c\x43\xf2\x7e\x4a\x77\xec\x79\xc0\xc0\xe3\x18\x6f\xdf\x07\x32\x88\xee\xca\xf8\xaf\x65\xfc\x57\xa7\x7f\x17\xe0\x39\x3b\x9f\xde\x07\xb8\xe4\x95\xe7\x41\x09\xed\xd7\x1a\x5c\x95\x00\x7f\x15\x7b\x48\x09\xe8\xd7\xfe\x5d\xb0\x5c\x3a\xe8\x3d\xcc\x8a\xdd\xc0\x41\x7b\x62\x32\xec\x06\xe8\x21\x20\x05\x01\x39\x7b\x48\x33\x98\x3c\xfb\x90\x6d\x2f\x70\xd0\x81\x36\x67\xcc\xc1\x62\xf9\x0e\x21\xdf\x41\xe0\xa0\xdf\xb5\xc9\xa8\xc4\xc2\xa0\xa6\xd3\x45\x34\x26\xd3\x9c\x06\x8c\x15\x67\x33\x29\xa7\xb3\x40\x8d\x0e\xab\xe5\x03\xd4\xf2\x7b\xe0\xa0\x23\xad\x16\x3f\x8e\xa6\x5e\x4a\x32\x90\x9f\xd6\x76\xd7\xc8\xa1\xba\x6c\x96\x13\x1a\xd2\x46\x24\x43\xc4\x1f\xd0\xe6\x51\xe0\xa0\x8f\x5a\x9b\x0c\x11\x00\xd2\x31\x24\x7f\x0c\x1c\x74\x12\xe0\x87\x83\xdc\xef\x0f\x9a\x07\xb9\x4f\xa6\x20\xce\x4c\x2e\xa7\xc4\xa7\x1e\xc9\xfa\xa0\xc3\x84\x8e\x69\x58\xf4\x07\xcd\xdd\x2c\x4b\xe7\x2c\x3c\x68\xa2\xcf\x53\x19\xf1\x79\x3a\x68\xa2\x0b\x78\x0a\x29\x62\x2e\xb8\xf1\x7b\xb4\x9f\xce\x13\x19\xc7\x15\xf7\xd1\x3e\x8d\xfb\x83\xe6\x3e\xdc\x6b\x0c\x9a\xe8\x4b\xc4\x32\x9c\x5d\x0e\x9a\xe8\x84\x26\xb3\xbe\xb2\xda\xc7\xbe\x06\x4d\xb4\x3b\x9d\xe6\x2b\x91\x97\x7e\x96\xc6\xac\x1a\x1e\x38\x06\x8b\xc1\xe8\x24\xfd\x79\x9e\x45\x09\x9c\x2f\xd8\x12\x1d\x34\x3f\x27\x51\x40\x93\x02\xdc\xf5\x0d\x9a\x4b\x74\x1a\xe0\x87\x37\xfd\x41\xf3\x3d\xf1\xc7\xd2\xdc\xfb\xdb\xfe\xa0\x79\x45\xbc\x41\x13\xf5\xb6\x58\x43\x31\x25\x19\xfb\xd8\x66\xf8\xe0\xca\x2c\xa8\xf7\x8a\xb5\xc5\xa8\x01\xfb\x78\x2d\xe0\xc9\xd2\x98\x7d\xb2\x0a\x77\x63\x48\x61\x75\x9d\x93\x19\x98\xb2\xdf\xea\xf6\xc1\x1f\x5f\x2e\xa0\xdb\x7a\xad\x23\x78\x7b\x4b\x20\x76\x7b\x1b\xca\x0c\xe1\xd5\x01\xda\x7e\x21\xbe\x04\xb2\xb6\x5f\x02\x14\x01\x0b\x32\x18\x3e\xa4\xe0\x14\x69\xfb\x75\x65\x2c\xb6\xdf\x18\x63\xb1\xfd\xb6\x3a\x10\x2f\xba\x95\x61\x78\xc1\x6a\x3e\x4a\x72\x0a\x72\xf7\x17\xaf\xf4\x31\xe9\x01\x26\x0e\x7b\x10\x64\xf0\x1d\x6e\x41\x90\x01\x77\xb8\x0d\x41\x56\xfa\xf0\x05\x04\x59\xd1\xc3\x97\x10\x64\x60\x1d\xbe\x82\x20\x03\xe8\xf0\x35\x4c\xa5\x1e\xe0\xe5\xf0\x0d\xa0\x98\xc1\x71\xf8\x16\x82\x3d\x68\xa4\x0b\x61\xde\x20\xb4\xb8\x05\x2d\xf6\xa0\xc9\x17\xac\xc9\xd3\xd9\x44\xe0\xb0\x07\x50\x1b\x83\xbe\xb5\xc5\xb2\x9c\x50\xb6\x3c\x96\xe8\x2c\xc0\x0f\xbb\x31\x9b\x86\x9c\x60\x0f\x9a\x48\x8c\x54\x7f\xd0\x14\x84\x1d\x66\x5a\x41\xfa\x83\xa6\xa0\xe5\x6c\x42\xb1\xb1\xed\x0f\x9a\x92\xe2\x0f\x9a\x9a\x0a\xfe\xb9\xc6\xce\xae\x6c\xf1\x4a\x83\xbb\xba\x1d\xec\xac\x46\xd9\xc4\xe9\xdb\x04\x9f\x05\xd7\xe4\xc6\xd9\x69\x34\x18\x4b\x6e\x18\x5b\xfb\x59\x32\xa8\xd6\x79\x20\x36\xe3\x4f\x1a\x7d\x1a\xd3\xfb\x2a\x11\x07\x06\x5b\x82\x77\x12\x5c\xc3\xf7\xcd\x62\x01\xbf\xdc\x02\x9b\xb9\x0c\x0c\xc5\x73\x65\xa8\x59\xaa\x41\x1a\x54\x9d\x60\x60\xe5\x91\xe0\xb1\xd5\x82\xe8\xf3\x57\xf9\xb0\xed\xec\x09\x06\x9e\x9d\x39\xfb\x50\x4f\x00\x33\x4c\x55\xb3\x58\x40\xec\x6c\xaa\x57\x7d\x2a\x00\x65\x25\xc1\x66\xb4\x09\x23\xb7\x68\x8b\xfc\x34\x60\xf4\x34\x4e\x7d\xce\x71\x3d\x7d\x73\xce\xe8\x94\x92\x42\x94\x05\x5e\xa5\x6e\xbb\x96\x87\x8f\x5a\xda\x5b\x87\x11\x40\x07\xe3\x51\x04\xe8\xeb\x0a\x3e\x05\x05\xaa\xff\xac\xbe\xf9\x28\xf2\x47\xbf\x06\x63\x90\x18\x80\xfc\xa7\xda\x5a\x3a\xe8\x02\x68\xff\xa7\xc0\x41\x97\xda\x1e\xa9\xb4\xdc\xfa\xf0\x4a\xbd\x18\xf5\xbb\x88\xbb\x31\x61\x7b\x1a\x83\x61\x96\x01\xd7\x47\x92\x21\x1b\x2a\x12\x9f\x6b\x91\x51\x0c\x7c\x15\xfb\x65\x5c\x54\x31\x67\x6c\x67\x17\x89\x4a\xaf\xee\xa7\x14\xf8\xbc\xf3\x2c\x9a\x90\xec\x1e\xb6\xa0\x2b\x00\xe3\x32\x70\xd0\x67\x6d\x8e\x73\xcd\xe0\x1c\x1a\x62\xdb\xf0\x95\xfa\xe6\x77\xa6\x41\x19\x51\x33\xf0\xb5\x13\xa4\x66\xec\x97\x0e\xfa\x13\x9a\xff\x1c\x38\xe8\x8b\xb6\x41\xea\x1e\x1a\x9e\xb0\xb3\xff\x05\x95\x7c\x09\x1c\xf4\x55\x67\x37\x68\x5c\x90\xbf\x6a\xc7\x93\x27\xa9\xbd\x5c\xe4\x1c\x34\xe7\x23\x4a\xe3\x7d\x3d\xb1\x4d\x3a\x5a\x24\x9b\x25\x83\x04\xb2\xd7\xb3\x46\x3c\xc9\xac\xf8\xab\x51\xf1\xd7\xba\x8a\xcd\x2c\x75\x39\x58\xcb\x50\xdb\xdf\xc0\x7f\xc7\x05\x39\xe1\x33\xc9\x41\x7f\x43\xef\xbf\x06\x0e\x7a\x16\xe0\xeb\xb7\xa8\xb7\x8d\xb6\x5e\xa3\xed\xad\x1b\x44\x28\x0e\xc1\x7e\xca\x5e\xa9\x78\x5d\x55\x6f\x40\x9e\x90\xfe\xf0\x9c\x52\x73\xe3\x44\x8a\x08\x64\x04\x3b\xf6\xd2\x52\xb1\x43\xcf\x27\x8c\xff\xc9\xc6\xae\xe8\x5d\x51\x6d\xa5\xd5\x6a\x78\x14\x05\x3c\x8b\xdd\x20\x74\xb1\xf0\x68\xab\xf5\xe6\x1d\xfb\xdb\xeb\xfd\x86\x3d\xea\x20\x4a\x71\x1d\x4d\xdb\xde\x72\x50\x48\x2b\x36\xeb\x87\x74\x8d\x42\xb5\x58\x76\x42\x1e\xdd\xee\x35\x30\x7e\x16\x28\x99\x9c\x27\xd7\xa0\xe3\x96\xf9\xf9\xe2\x55\x02\xf7\xad\xb7\x60\x8d\x4e\x8a\x4c\xca\x7c\x82\x04\x18\x2a\xd4\x81\xf1\x12\x52\x53\xde\x56\xda\xad\xab\xde\x40\x4b\x91\x26\x95\x57\x0c\xfc\x44\xa5\x9c\x0a\xd4\x58\x6f\x86\xc1\xd1\x19\x50\x60\x22\x95\xa8\x2b\xa2\xc6\xfb\xd7\xef\xeb\xd0\x63\x6a\xe4\x97\xbd\x1e\x51\xe5\xf0\xd3\xe8\x6b\x14\xda\xdb\x5b\x80\x0f\xa0\x8e\xe6\x9b\x0f\x5a\x3a\x7b\xb5\xa8\xc2\x94\xd2\xdb\xd7\x0c\x0e\xc3\xc3\xfe\x82\x20\x82\x31\xa6\xb4\xd5\x0a\xa9\x78\xc6\x54\xbd\x52\x84\x0e\xe9\x62\xa1\x31\x55\x2f\xe2\x23\xaa\x9e\xbf\x57\xbb\xc1\xd5\xbf\x1b\x84\xb6\x5a\x62\x66\xb0\x8d\x33\x09\x6c\x07\x4d\x02\x1c\x07\x58\x8a\x02\x01\x4f\x88\x38\x5c\xb6\xb8\x82\x1e\x78\x60\x50\xc2\xcd\xdf\xda\xd6\x21\xa5\x61\x7b\x1d\x41\xe6\x16\x0b\xaf\xc3\x89\x20\x0b\x09\x2a\x08\xe6\x13\x45\x86\x56\x4b\x66\x10\x36\x17\xd9\x96\xd7\x6a\xf5\xde\xf1\x90\x54\xf7\x53\x5c\x0c\x8b\xe4\x0f\x64\x0c\x9c\xd7\xad\x0d\x99\x65\x59\x03\xf0\xba\xa1\x0e\xc0\x46\xc1\x58\x38\xef\xe9\xf0\xcd\x99\x0f\x07\x1f\xa5\x75\x63\x02\x6f\x10\x29\x7e\x00\xdb\x01\xfd\x46\x17\x05\x8c\x8c\x8b\xdf\x82\x11\xe7\x46\x17\xc1\x2c\x85\xaf\x36\xd4\x3c\x68\x72\x5b\x15\x24\x02\xa3\x15\x93\x34\xe1\x46\x6f\xb8\xbd\x0f\x6e\x8e\x22\xcf\xe7\x69\x06\xa6\x2c\xc0\xab\x18\x98\xa6\xa0\x24\xf3\x21\x63\x41\x63\xfe\x73\x07\x66\x2d\x64\x3b\xb3\x0c\xa2\xe7\x94\x8e\xfb\x8d\xae\xc6\x29\x4e\xa8\x26\xf8\x6c\xb5\x4a\x83\xd5\x7a\xb8\xa2\xde\x27\xa7\x55\xf9\x1e\xd8\xdb\x69\x34\x62\x7a\xcd\xb7\xee\x9b\x7e\xe5\x2d\xb0\xb7\xd3\xe8\x1a\x4c\x63\x42\x4b\x31\xfc\x01\x08\xe0\x3d\x9c\x72\x57\x44\xa5\x4e\x91\xa3\xa9\xe5\x72\x87\x47\x74\x6e\x15\x81\xad\xe7\x01\xa3\xab\x22\xc8\x25\xfe\x28\x70\x10\xe1\xb7\x06\x5c\x1e\xd4\xf7\x51\x2c\x9e\xdf\xe6\x7d\x6f\xe9\x70\x43\x66\x53\x4e\xc6\xd1\x0f\x49\xce\x95\x5c\x15\xf0\x91\x33\x00\x75\xf9\x70\xa1\xa1\x09\xac\x0e\xb3\x19\xf7\x05\x2c\x96\xd7\x3d\x52\xb8\x2d\x97\x61\x09\xa1\xfe\xc4\xca\x03\x28\xe6\xb4\x7c\xa9\x0c\x95\xdf\x51\xfd\xeb\x9e\xeb\xc8\x08\x34\x6b\xbb\x0b\xa8\xc6\xdd\x8b\x2b\x8a\x9f\xf4\x57\x0a\x84\xee\x4f\x6a\x3a\x42\xd2\x6a\x45\x83\xa6\xb8\x42\x01\x27\x3c\x74\x8d\xd3\x98\x9f\xb4\x23\x8a\x2c\xef\x28\xbe\xa7\xfc\x82\xe1\x0e\xe0\x9f\x53\x7c\x47\xd9\x3e\x55\xbb\xdd\x2d\x16\x6f\xdf\xd5\xef\x83\x25\x76\x77\xa9\xed\x3c\x4c\x59\x1d\x53\x0a\xc4\xdd\x1f\xc1\x96\x08\x80\x4a\xee\x46\x0d\xf4\x7b\xea\xb0\x71\x9b\xca\x6b\x8d\x52\x61\x99\x2a\x29\x91\xb8\x77\x00\x76\x52\x67\x8f\x5a\xad\x82\xda\x3f\xa8\x23\xc7\xf2\xfa\xc6\x4d\xd8\xc4\xfb\x41\x11\x41\x60\x27\xc3\x71\x09\xce\x60\x18\x3e\x7a\x0e\x1b\x60\x7e\xd1\x53\x5e\xdd\x09\xbb\x0c\xea\xd2\xee\xa3\x66\xc9\xc0\xa0\xc5\x7b\x54\xde\x9c\x6a\xcf\x52\xe0\x54\x62\xb3\x0e\xa3\x29\xc5\xac\x61\xec\xa3\x29\xb8\xc8\xfa\x65\xaf\x19\xf7\x5c\xee\x99\xfc\x82\x81\xd5\x54\x62\x60\xbf\xc4\x00\x7f\x9d\xaf\xa9\xed\xc9\x67\xfa\x1a\xa7\x2d\x3e\x4b\x76\x5c\x4e\x4f\x8e\x24\xcd\x22\x86\x31\x9f\xb9\x09\x84\x4a\x7e\xdd\x3a\xc5\xa1\x9e\xbd\x62\x35\xa0\x6e\x35\x54\x8a\xff\x4e\x4d\xcb\x17\xe2\x7a\x05\x14\x07\x16\x8b\xde\x26\x8b\xe8\x6d\x7a\xce\x62\x41\xb8\xa2\xbf\xc7\x48\x33\xac\xa8\x0f\xeb\x26\xb0\x78\xfa\x1f\xe5\x3b\x2a\xd4\xff\x9d\xa2\x23\xfa\x2b\xb7\xf0\x3a\x1b\xf5\x47\xd9\xaf\x0f\x3c\x68\x78\x18\xaf\xf5\x92\xa4\xfc\xb3\xad\x71\xa3\xe4\xa9\x0c\x9e\x69\x67\x5d\x19\xef\x07\x53\x55\xc4\x41\x81\x11\xc1\x15\x3f\xe4\xc5\x2d\x3c\xee\x35\x76\x46\xf1\x88\x24\xc0\x5d\x37\x28\x6d\xba\x06\x1b\x1b\x0e\x23\x1e\x47\xc2\x62\x80\x87\xfc\xeb\xe0\xc6\x59\x2c\x1a\xac\x43\xd7\xec\xe3\x06\x79\xfc\x57\xf3\x64\xbf\x7a\x31\xf5\x91\x4a\xa5\x02\x17\xb6\x0d\xc3\x36\x9d\x69\x5f\xae\x8e\x40\x1e\x53\x5d\x39\x08\x2a\x73\x09\xee\xaa\x0b\xa5\xc0\xf5\xf9\x8b\xd0\xaa\x15\xba\x00\x93\x0d\x5f\xbf\x3d\x94\x3d\x8b\x42\x9b\xbc\x63\xf3\x24\xf8\x4d\x61\xf2\x81\x95\xeb\xfb\x48\xd8\x15\xf3\xda\x64\xe9\x12\x1c\x2c\x49\x9f\x43\x2e\xda\xf0\x3b\x09\xbd\x2b\x2e\xf9\x3b\x56\xe7\xc1\xc7\x46\x84\xb4\x60\xb1\x64\xf1\xa5\x49\x9b\xa5\x2f\x1c\x36\x2d\x01\x7e\x5f\xbf\xb0\x3f\xa9\x4c\xe0\x56\xcb\xdb\x21\x72\x23\x24\xdc\xb4\x9e\x66\x29\xa7\xd1\xeb\x7b\x3c\xd2\x2b\x23\x79\x1d\x5a\x83\x6c\xf5\x8b\x0b\xdf\xbc\x94\xab\x8a\x08\xee\xd8\x8f\xf1\x30\x24\xa3\xd2\x40\xf2\xb9\xe0\x67\x76\x1a\x0d\x7b\x6d\xa2\xed\x39\xad\xde\x2b\xa7\xdf\xe8\xf5\xcd\x1b\xc6\x53\x6a\x97\x5a\x23\x04\xcb\xf3\x0f\xfe\x8b\xd8\x8e\xeb\x59\x51\x92\x17\x24\xf1\xf9\xa5\xcf\x87\xab\x93\xe3\xa3\xc3\x8c\x4c\xe4\xde\xe3\x72\x07\x51\x7c\x78\xeb\xed\x2f\x09\xf7\xe4\x5f\xb8\x2c\x58\x0a\x4c\x3a\xa3\x8c\x86\xc2\x54\x05\xbc\xa5\xe7\xd6\x42\x7c\x87\x31\xc5\x46\x11\xae\xdb\xc5\x1f\x50\x02\x54\x44\x6d\x2f\x8a\xc1\xd3\x9e\x64\x9f\xfd\xa7\x19\x1d\xcb\x03\xf7\x1c\x1a\xb7\x03\xdf\xdc\x4f\x8b\x21\xc4\xe0\x6c\x58\x25\xb2\xa0\x71\x25\x66\x96\x55\x63\x24\x53\xa7\x45\x3b\x2b\x26\x55\xc0\x12\x1c\x77\x93\x00\xb9\x2a\xfe\xdd\xa5\xe3\xb7\x73\x79\xb2\x7c\xe4\x70\xca\xce\x90\xb5\x9b\x32\xfa\x24\x18\xa3\x0b\xf1\x7b\x29\x7e\xaf\xaa\x47\xca\xcf\x6a\x77\xe3\x5a\x40\x7e\x87\xcf\x10\x78\x0c\xef\xab\x4a\xfb\x6f\x8d\x05\xbc\xe3\xf7\x7d\xd3\x8a\xb7\x7b\x45\x25\x05\xfc\x44\x17\x8b\x4f\xb4\x81\xd9\x60\x82\x3d\x9a\x00\x7f\xa2\x48\xdb\xca\x84\xce\x35\xeb\x4a\xab\x75\x46\xed\xc0\xd9\x09\xf0\x03\x7f\xb3\x11\x74\xcc\x6c\x88\x26\x81\x1e\x79\x90\x04\xcb\xbe\x1d\x60\x3b\x30\xdb\x6f\xb5\x2a\x11\xca\xc4\x6e\x44\xe7\xd2\x36\x96\xd3\x19\x52\x61\x14\x1a\x6e\x24\x51\x80\x1f\xb8\xd3\x60\xb0\x6e\x15\x74\xca\x0f\xc4\x83\x67\x9c\xe4\xc8\x14\xfe\x89\x60\xf7\x16\x45\x54\x98\xc7\xaa\x02\xda\xd7\xd2\x41\x97\xb4\xd5\xfa\x83\xda\x97\x14\x01\x46\x2e\x29\x0e\x50\xc0\x98\xe5\x0b\x0a\xdc\xf2\xa5\x30\xc2\xe3\xa0\xee\xbb\xa0\xe4\x96\x3d\x9d\x5b\x96\x79\x50\x69\xb3\x87\x73\xcb\x6c\xf8\x2a\xdc\xb2\xa7\x71\xcb\xc1\xd2\x41\x9e\x54\x02\xf8\x44\xf9\x0b\xad\x73\xdf\x86\x57\x02\x3e\x8d\x2d\xf9\xc3\x5f\x98\x8b\xbf\x69\x4e\xe5\x5f\xed\xb1\xb9\x5f\xde\x86\x88\x07\xea\xf2\x95\x3a\xfb\x5f\x3d\xa3\x27\xb3\xbb\x3d\xf3\x3d\x7d\x50\xda\x57\x32\xde\xcd\x1f\x54\xde\xcf\x93\xe1\x65\xf9\x92\x1e\xfe\x08\x9e\x8b\xff\x5a\x92\x71\xb2\xbc\x78\x96\x89\x37\xf3\xf2\xef\x2d\x89\xa3\x40\xfd\x6a\xcf\xec\xf7\xab\xcf\xed\xcf\xb5\x77\xf7\x63\x7a\xff\x79\x6a\x55\x6c\x06\xec\xeb\xd6\x03\x26\xdc\x10\x93\x78\x88\x2f\xff\xce\x72\xf5\x37\x26\xf7\xe2\x4f\x9d\xd5\x80\xbd\xb5\x36\x04\xf6\x4d\x7b\x02\x22\xf4\x79\x6a\x65\xa4\xa0\xe2\xa9\x3f\x0b\xee\x89\x20\xbc\xf4\x17\xef\xfd\x29\x1d\xd3\x40\xfd\xc0\xeb\x7f\xf9\xb3\x62\xed\x60\xaf\xce\xf2\xc1\x81\x69\x02\x01\x82\x1c\xf7\xb7\x69\x3c\x9b\xc8\xf6\xf9\x87\x3c\xa9\x19\xe6\x05\xd0\x20\xe9\x3a\x2e\xcc\x24\x36\x70\x96\xfa\x03\x4f\xb1\xc5\xf0\xca\x10\xbd\x8b\xf8\xf8\x1e\xc8\x00\xbc\xde\x87\xd0\xb1\x0a\xa5\xb7\x22\xfb\x19\x0b\xa8\x1b\x5f\x1e\x3a\x51\x21\x36\x01\x20\x70\x26\x03\xa9\xca\x0f\x25\x05\x2a\xa1\xac\x08\x9f\x68\x61\x56\x5e\x04\xcf\xca\x60\xaa\x95\x84\x5a\x72\xb8\xef\x91\x3f\x45\x3a\x1c\xc6\xb4\xfc\x99\xf9\x23\xa8\x1f\x42\x50\x3b\x48\x2e\xf9\xdf\x2a\xaa\x7a\x80\xa8\x33\x1f\x6d\x95\xaf\x1a\xff\x64\x5c\xae\x40\x73\x85\xcf\x37\xec\x40\x54\xec\x47\xac\xb7\x2f\x21\x1f\x85\x98\x4d\x7f\xa1\xb8\xeb\x7e\xa1\xef\xfe\x54\xea\x59\x5f\xe8\xc6\x86\x23\x1e\x64\xfc\x49\xaf\xbf\xd0\x1b\xd4\x75\x5c\x4a\xec\xaa\x71\x31\x74\xad\x1b\x4d\x40\xc6\xbb\xf9\x1b\xc7\x1d\x24\x7a\x99\x63\x6e\x8d\xe1\x17\x65\x44\x09\xf1\xa0\x46\x6b\x47\xb7\xb3\x80\x2a\x0f\xee\x57\xca\x69\x6d\xfd\xa2\x5c\x40\xea\x45\x0d\x82\xd0\x19\xd4\x25\x55\xc4\x44\x23\x1e\xb3\x69\x75\x70\x2a\x08\x56\x6d\x68\x04\x5a\x55\xa7\x13\x4f\x49\xf7\x64\x9b\x66\x23\xab\x56\x4b\x9e\xd8\xec\x7b\x1a\xa6\x19\x15\xc2\x47\x86\x91\xaa\x0c\x0c\xe9\x72\x3c\x64\xc8\x2a\x91\x92\xfe\x69\xa8\xd2\xe4\xe6\xa2\x78\x65\xca\xa9\xde\xad\x31\x65\xa2\x09\x89\x2b\x20\x0f\x92\xd5\x46\xb4\x07\x6e\xd5\xa9\xfe\x9f\x6f\x68\xb5\x99\xcf\xe5\x8b\xa9\x95\x25\xf3\x6f\x34\xc4\x16\xf2\x5f\x6c\x21\xc3\x5b\x3f\x4b\xbc\xc5\xb3\xcc\x37\x79\x96\xf9\xf8\xce\x12\x2f\xeb\x2c\xf5\x8e\xce\x02\x9d\x6b\x0b\xde\xca\x59\xe5\x4b\x37\xcb\x7c\xd6\x66\xa9\xf7\x6b\xd5\x9d\x27\x4a\x86\x96\x7c\x6b\xa6\xef\x1e\xda\x36\xc1\xb2\x88\xd7\x65\x96\xd0\xf2\xb6\xca\x97\x64\x26\xd1\x57\x4f\xc4\x4c\x4a\xf2\x95\x02\x3f\x72\x49\x0b\x8d\x79\x00\x1e\x41\x6e\xba\x0c\x40\x93\x5e\x56\xfd\xfb\xfb\x69\xe2\x93\xc2\xfe\x8b\x3a\x86\x79\x9a\xbf\x2b\x7c\xa8\xc6\x66\x73\xf5\xb4\x36\xe5\xb7\x2b\x2e\xa9\x68\x30\xfa\xee\x57\x0f\x3c\x85\x0b\x57\x19\xec\x08\x5a\xa3\xe4\xa8\x9f\x89\x72\x2a\xbd\x40\x71\x5b\x6e\xad\x17\xfa\x53\xf3\x15\xaf\x28\xe6\xc3\xb7\x80\x2b\xbf\xbb\x01\x3b\xaa\x4b\x26\xcb\x25\x7d\xa1\x68\x2c\xdc\xff\x2a\x2b\xa1\x5c\xd9\x35\x28\x1d\xc9\x76\xdf\xe1\xa1\x3b\x6c\xb7\x79\xb5\x23\x1c\x5c\x0f\x6f\xd0\x18\x8f\x3a\xf2\x28\x86\x62\x3c\x32\x3b\xe0\x8e\xf0\x48\xb5\xc5\xaa\x1e\x37\x30\x0e\x5b\x2d\x5a\xab\x7f\x67\x3b\x8e\xb4\xd6\xf8\x37\xb5\x29\x1a\xa1\xd8\x71\x43\x3c\x16\xda\xc4\x69\x66\x0f\x71\xd7\x1d\x2a\x3e\xd3\x1d\xb2\x3e\x72\x40\x5c\x1d\x10\xf7\x7f\x15\x20\x60\xce\xeb\xb3\xb4\xfa\x46\xf0\x9f\x5e\xc5\x52\x21\x31\xec\xc9\xfd\xae\x0b\x19\x9e\x51\x1b\xbc\x1a\x92\x8d\x41\xf3\xdb\x37\xae\x1e\x38\x68\xba\x7e\x67\x44\x72\x7e\xdc\x20\xa1\xed\x21\x82\xb6\xc0\x0b\xab\xdf\x21\x41\x60\x07\x42\x5e\xec\x85\x78\xd0\xe4\x2a\xb5\xdc\x98\x23\x4c\xf2\x0d\x78\x81\x90\x91\x24\x48\x27\xba\xe9\xff\xed\x57\x8e\x50\x39\xde\xd2\xde\x3a\xfb\x21\xdc\x5f\x5d\x7b\xe1\x0d\x6b\x8c\xfd\x62\xb0\x56\x5d\x6b\x6c\xfc\x2b\x08\xa2\x6c\xcf\x59\x2c\x02\x06\x57\xa3\x87\x08\xe2\x4f\xfe\xf9\x77\x57\x7e\x2f\x4d\xcd\xff\x20\xac\xea\xb8\xbf\x78\xa7\x0c\x25\xaa\x13\x82\x72\x2c\xa5\x92\xae\x5f\xdc\xec\xe8\x1f\xfd\x2e\x0a\xb1\xef\xae\x91\x24\xb6\x5a\x6f\x1b\xfa\xc1\xae\xd5\xb2\x43\x5c\x39\xda\xe9\xfa\xef\x41\xab\xd5\xf0\x5a\x2d\xd1\x2b\x65\xd7\x97\xaf\x78\x90\x87\x49\x69\xa0\x4b\x17\x78\xcb\x0d\x71\xb0\xe4\x2b\xe0\x19\xb5\x43\x07\x8d\xc4\xb8\x0d\x9a\x1b\xb6\xb7\xc3\x88\x88\x34\x7a\x33\x68\xca\xb1\x74\xdc\x21\xd4\x3e\x62\x83\xc9\x0e\xe9\x74\x81\x5f\x38\x88\x84\xf0\x60\x00\x9c\x5a\x0e\x61\x54\x47\x26\xc6\xc8\x0a\xc6\x4e\xb9\x9d\x1c\xcf\x91\x77\x5e\x4a\xe3\x91\xee\x6c\xf5\xa9\xb8\x00\xeb\xf6\x29\x1e\x06\xba\x0d\xa7\x5e\x9f\xe2\x48\xc6\xc8\x7b\x21\x8a\x47\xc1\xd2\xc7\x54\x7b\xb2\xc1\x1a\x23\x8e\xab\x7c\x7e\x37\xce\xf9\xe1\x5e\x71\xd5\xd2\x15\x8b\x88\xe3\xca\x8b\x32\x4a\xf0\x89\xdc\x19\x91\x0d\x4a\xb5\x6e\xb0\xa3\x46\x94\xee\x90\x55\x23\xa5\xac\xc5\x07\x81\x34\x79\x8d\x14\xdd\xd2\x3e\x5d\x3a\xfd\x35\xd9\x1b\x5d\xa7\xff\x84\x4a\x9f\x52\x93\xe9\x0c\xef\x7b\xa0\x9b\x70\xe2\xd4\x2f\x90\xaf\xe3\x6c\xaf\xd5\x73\xd4\x2b\xb7\x2d\x47\xb9\xa3\x09\x1c\xd2\x07\xa9\x9d\xab\x9b\xb1\x92\x0f\x11\x5c\x49\x2e\xc5\x4b\x0c\x78\x55\xb1\x58\xbc\xe0\x8f\x2b\x04\xc1\x5c\xf7\x74\xc2\x15\x96\x06\xe9\x62\xf1\x06\x63\x3c\xd2\x66\xf5\x48\x93\xc0\x69\xa6\x21\xa3\xd0\xe6\x55\x73\xaa\x28\xcd\xf1\x49\x0b\x20\x43\x57\xbe\x2e\x1c\xea\x00\x8d\x39\x40\x63\x87\x11\x40\x3c\x5c\x07\x0e\x1a\x97\xb0\x8c\x35\x58\xc6\x55\x58\x44\xa3\x43\x2c\x2d\xf3\x81\x99\x1b\x09\xc4\xc8\x75\x1e\x86\x78\xee\xdb\x23\xfd\xfd\x8a\xb4\x2a\xe8\x6a\xb0\xbd\xe4\xb0\xbd\x02\xd8\x1e\x02\x1c\xe2\xa1\xb2\x60\x69\x11\x30\xb5\xa8\x09\x3e\x97\x81\xea\xef\xf2\xd4\xb3\x2b\x3a\xe5\xfc\xf1\xe5\x1d\x58\x10\x1a\xe2\xeb\x1b\x77\x90\x88\x2d\x6e\x84\x4f\xf8\xb2\xe2\xb7\x67\x6a\x6a\x8d\x24\xae\x8a\x00\xdd\xe1\x15\x0f\xd2\xd5\xbb\x64\x36\x33\xd2\xc0\xf6\xcb\x3d\x62\x45\x37\xa1\xa2\xdc\x30\xc6\x17\x81\x69\x69\xad\xb4\x12\x76\x87\xc5\xd7\xa0\xe9\x8e\xf1\x61\x5d\x3e\xae\xa1\xc0\x32\x7a\xf1\x2c\xab\xcd\xe7\x01\x27\xcd\x93\x65\xeb\x24\x2c\x68\x26\xa2\x56\x4b\x88\x4b\x14\xd6\xa1\x2d\x6e\x88\x05\xd4\xaf\xab\x7d\x92\x82\x11\xcd\x7c\x9d\x10\x8c\x3c\xaa\x59\xa1\x69\x3c\x1b\x51\xb3\x69\xad\x4d\xbb\xf5\x86\xef\xb4\x53\x08\x74\xe3\x7d\xb0\x6a\x5f\xcf\x34\xad\xc7\x2f\xcf\x1f\x37\xbf\xc7\x8e\xf4\xf5\x06\xf9\xb4\x28\x13\x10\x25\xea\xd1\xa3\x52\x3e\xba\x83\x64\xbf\x02\x96\x26\xc8\x28\xf3\x4b\x29\x46\x25\xc6\x44\x93\x4e\x82\xfb\x63\xfc\xa7\x51\xf1\x91\xcf\xb3\xfd\x21\x7e\x3f\xfa\xfd\x31\xfe\x60\x64\x39\x66\x51\x7f\x55\xc0\x91\xbb\x5c\x7f\x8c\x6f\x2b\x49\x82\x96\xf7\xc7\xf8\xef\xea\x0c\x49\xa7\xf7\xda\x40\xe8\x03\x25\xf5\x2e\xc6\xf8\x8f\xe0\xdf\x33\x21\x68\x1a\xa9\xab\x62\x4c\x93\x3c\xad\x44\x9a\x68\x33\x6c\x1d\x3e\xc1\x28\xa2\x58\x97\x57\x7c\x93\x9f\x97\xec\x34\xfa\x89\x1b\x73\xb6\xc9\x49\x9c\x31\x66\x03\xcd\xf0\x7c\x47\x52\xb5\x9d\xd1\x06\x68\x29\x8b\x1e\x80\x26\xc6\xc8\x9d\x33\x52\x23\xd9\xe6\x02\x07\xe8\x87\x24\x83\x03\xb8\x8d\xf8\x81\x0b\xd8\x22\x6e\xf1\x0f\xcd\xa8\x3c\x23\x7c\x3f\x18\x15\x54\xbb\xcc\x6d\xab\x65\xff\xc0\xb7\xd2\xf8\xd9\xac\xd5\xb2\x6f\xf1\x99\x67\x17\x68\x26\x2d\xa2\xdd\xb6\x5a\x73\x61\xa2\x30\xb4\x0b\x74\x8b\x7e\x38\x0e\x37\x92\xfc\x53\xec\x0e\x05\x2e\x24\x81\xec\xbe\x9b\x97\x52\xd9\x11\x9c\x82\xc6\xf6\x08\xdd\x49\x75\x05\xca\x78\x12\x5d\x00\x3b\xd2\x04\xb0\x73\xc6\xda\x2d\xcb\x8d\xf1\xb5\xe3\x3c\x90\xfe\xc3\x08\x1b\x6b\x55\xde\x2d\x1a\xf8\x66\x91\xee\x18\xeb\xcb\xbc\x9a\x4f\xc6\xc1\xee\xa7\x76\xdc\x1e\x58\xa5\xbe\x03\xbb\xc8\xda\xcb\x82\xc5\xc2\xd7\x9f\x6c\xb0\x3c\x73\xdf\xbe\x73\x16\x8b\xbb\xeb\x30\xbc\x29\x89\x31\xdb\xda\x16\x8b\x11\x3b\x17\xd0\xf2\x4a\x80\xee\xd0\xbe\xcd\x62\x4c\x06\x71\x67\x64\x4a\xdb\xe5\x3e\xc3\x6f\x78\xc4\x3b\x01\xa8\x12\xf6\xfc\x5a\xa8\xd4\xa3\x12\x34\xc6\x6c\x03\xb9\xdb\x01\xc0\xfa\xdc\xe4\xab\x9c\x03\x77\xad\x96\xfd\x13\xff\xed\xd9\x77\x0e\xba\x6b\x60\xfc\x73\xb1\x78\xd9\xc0\xf8\x8e\x0f\xfe\x2b\x19\x74\x9c\x3b\xed\x01\xe5\x98\x1f\x2a\xee\x38\x77\xc2\x8e\x2c\x77\xce\xc3\x9c\x11\xc1\x5b\x5c\x95\x5e\xb9\x33\x5c\x15\x82\xb9\x85\xc4\xff\xa0\xc9\xef\x87\xab\xa8\xaf\x1d\x36\x67\x8e\xaf\x02\xc4\x5b\xa8\x48\xad\x66\xb8\x46\x04\xc6\x5a\x11\x95\x0c\x9a\xee\x4f\xe1\xac\x79\xbc\x33\xea\xcf\xa8\x3d\x76\xdc\x1f\x22\xe6\x8e\xc7\xdc\x39\x2e\x9f\x87\x73\xfb\x16\x15\x1b\x83\xa6\xa0\xbd\x68\x0c\xd3\xd1\x1d\x49\x89\xff\x4f\x77\x64\x62\x1b\xff\x70\x6f\xb9\xba\x0c\xbc\x96\xc5\xc0\xd5\xdb\x73\x51\xd9\x0c\x2a\x13\xd4\x1e\xdd\xf1\xb9\x3d\x97\x95\xfd\x40\xf3\x4a\x65\x3f\xd1\x2d\x9e\x3b\xee\x4f\x7c\x0b\xc8\x6d\xb5\xee\x1c\xaf\xff\x30\xc7\x63\x77\x86\xef\xdc\x42\x5c\x06\xff\xc0\x73\xf7\x87\xfb\x03\x0f\x43\xfb\x87\xe3\x14\x1b\x1b\xee\x0f\x79\x4d\x8c\x67\xee\xad\x7b\xcb\x52\x6e\x1d\xe7\xc7\xc6\x86\x34\x85\x56\xb4\x7f\xb8\xce\x9c\xc5\xcf\x1d\x54\xb4\xdb\x32\xfe\x47\xbb\x70\x9d\x19\x1e\x24\xc3\xd0\x9e\x39\xe8\x87\x4c\x61\x59\x60\x7a\xb1\x89\x3a\x53\xae\x2f\x66\xad\x16\x44\x68\xa6\xde\xf9\x1c\xf7\x5c\x51\xb9\x3b\xc3\x50\xd5\x72\xae\xcd\x19\x1e\x96\xc4\x67\xdc\x6a\x8d\x42\x1b\x8c\xd7\xa3\x39\xe3\x83\x65\xc2\x9d\xa2\x38\x3f\x45\x96\x9f\xe8\x8e\x65\xe9\x3a\xcb\xe5\x12\x16\x79\xb0\x33\xa3\x76\xe0\xc8\x55\x30\x16\x7c\x29\xbf\xb3\x1c\xad\xbb\xb3\xd4\x94\x3f\x60\x3a\x8d\x4d\xcf\x0d\x63\xf0\xb2\x00\x5e\x6c\x80\xd3\x85\xab\x46\x70\x0f\x82\x6f\xa9\x32\x97\x31\xa1\xec\x8c\xc4\x50\x42\x9d\x3f\xf0\x21\x4f\x78\xf8\x03\xef\x53\x20\xa2\x1f\xf1\x1e\xd7\x00\xb2\x75\xa0\x1c\x56\xb5\xd6\x92\x09\x18\xdc\x99\x1a\x5e\xb9\x47\x35\x5e\xb9\x05\x40\xad\x96\xfd\x07\x3e\xe0\xef\xae\xff\x80\x8f\x3f\xe0\x7d\xb7\xe3\x3c\x24\xd4\x1e\xa2\x3f\xf8\x54\x95\x37\xf3\x1f\x5b\xad\x8f\x36\x41\x23\xe1\x59\xaa\xa2\x22\x63\x7f\xc4\x23\xd3\xf3\x25\x83\x34\xf9\xd8\x29\x1d\x86\x33\xc8\x35\x3f\xdb\x1c\x0a\x70\x3b\x3d\x42\x65\x0a\x1a\x09\x87\xa0\xcb\x8f\xd5\xc1\x79\xc4\x52\x31\x47\xe7\x47\xc7\xb8\xbd\xfd\xb8\x72\x7b\xfb\x89\xe2\x8f\xe8\x82\xe2\x40\x5e\xb9\xae\xe5\x44\x2f\x29\xbe\xa0\xf8\x53\x5d\x2e\x9d\x15\xbc\x02\x7d\xd3\x0a\x4b\xa1\x73\x73\xeb\x18\xc3\x92\x8b\xe3\x97\xbe\x9f\x19\xc6\x4b\x7c\x2b\xa6\xa6\x2a\x16\x60\x3d\x3d\x97\x07\xa4\x5f\xf1\xe4\xaa\x52\x6e\xbc\x09\xd4\x37\x28\x23\x00\x8f\xe9\xe0\x4a\xbe\x8c\x15\x39\xc6\xf5\xd2\x60\x57\x2e\xd2\x75\x7a\x9d\x2b\x05\x41\x56\xad\x8a\x0d\x92\xd5\x82\xf2\x7a\x64\xb5\xac\x94\x0d\xcb\xe2\xcb\x63\xa9\x15\xc2\x97\x12\xdd\x01\x05\x5b\x78\x07\x5d\xdf\xf0\xca\x93\x88\x56\x6b\x6b\x8b\x5f\x9a\x0b\x9d\xea\xba\xa2\xd2\x0a\xa1\x7b\xdc\x6a\xd9\x86\x8a\xaa\x2f\x54\x54\x5b\x2d\x3b\x82\xc5\x55\x57\xae\x81\xf1\xf1\x4e\x1d\x34\x18\xe3\xe3\x56\x2b\x62\xa5\x3f\x81\x42\xb0\xd3\xb7\xc7\x01\xa6\x28\x0e\x9e\xfa\x9a\x3f\x02\x81\x84\x83\x3e\xe2\x94\xda\x01\x3a\x76\x50\xf7\xdd\xc7\x92\x07\x3a\x86\xed\xe2\x38\xb0\x8f\x85\xfc\xaa\x8e\x09\x3a\xd6\x98\xa0\x8f\x4b\x07\x7d\xda\x39\x06\x5d\x5b\xfc\xa9\x6f\x7f\xc2\x23\xaa\x99\xa7\xfd\xc4\xea\x14\x89\x92\x0f\xfb\x84\x7d\xba\xf3\x9d\x23\xbe\x3f\xe6\xbf\x4e\xc0\xe1\x59\xb9\xf8\xa8\xdc\x9c\x53\x09\xdf\xea\x0d\xc9\x20\x91\x27\x3d\xa9\x3c\xb9\x0e\x7e\x5a\xb9\x45\xa7\x12\xc0\x65\xce\xe6\xbd\xe7\xe8\xce\x96\x69\x68\x3a\x04\x7c\x90\x62\xd4\x3e\x51\xd5\xf4\x3d\x64\xc8\x53\xfb\xbe\xa6\x6e\x94\xd2\xaa\x0d\x36\x4f\x67\x91\x51\x00\x6a\x8e\xc2\x2c\xae\x72\x7c\x41\xc0\xee\x82\xc9\x0b\x53\x83\x17\x0e\x01\x1d\x21\x0a\x31\xb8\x65\x52\x38\x0f\x5b\xad\xa0\x33\x4b\xb8\xb1\x50\x80\x3e\x04\x0b\xd2\x22\x9f\x67\xe4\x93\x8c\xb2\xc8\xe4\x80\x15\x18\xc1\x1c\x2b\x43\x42\xe5\x43\x85\x50\x33\x8e\xbc\xe2\x93\x20\x48\xad\xb2\xb4\x74\x91\xd2\x6a\xbd\x6c\x48\xbf\x27\x4a\xd7\x6c\x47\x28\xfb\xeb\x16\x51\x42\x5d\xea\x24\x71\x15\x62\x4f\x33\x95\xc0\x25\x16\xd2\x7e\x6f\xab\xe5\x37\x30\x0e\x5c\x29\x3f\xf2\x41\xda\x5e\x7a\x4d\x89\xf1\x68\xd5\x41\x15\xdf\xf4\xc7\x20\x9a\xe2\xa4\xf0\x25\xdf\x51\x34\xc4\xc6\x70\x16\x88\x11\xdd\xb1\xc7\x0c\x67\x7e\x69\x64\x7d\xdc\x6a\x0d\x75\xdc\xfa\x68\x8c\x46\x8e\xe3\xf4\xe9\x62\x51\x9f\x59\x22\x58\xe6\x04\xcf\xd8\xea\xf8\xd1\xc0\x78\xa8\x26\xf7\x7a\x55\x8f\xa1\x3e\x21\xbf\x87\xd2\x67\xd8\x38\x14\x26\x41\xc2\x8a\x9a\xf4\x24\x5c\xf3\x62\x42\xfa\x8c\x92\xf4\x5e\xac\x94\xbe\xb1\x69\x68\xc7\x6d\xa5\xe0\x24\x5f\x7c\x34\xbc\x0e\x99\x15\xe9\x21\xdb\xef\x6a\x0d\x92\x27\xa1\xae\x5c\x57\x75\x3b\x05\x14\x6f\xaa\xb4\x3f\xe1\x3b\x49\x73\x3f\x8b\xa6\xba\xeb\xaa\x3a\x7d\x34\xe5\x96\xd1\xe0\x05\x6a\xd3\xff\x91\xbf\x44\x69\x47\xfb\x57\x39\xd6\x66\xe8\x70\x7f\x8b\x30\x22\x69\xb8\x46\xc1\x35\xa7\x60\x56\x29\x9d\x15\x3b\x65\x50\x7a\x81\x9f\xae\x2b\xe5\xc7\x94\x64\xb2\x9c\xfe\x21\x4a\x96\x23\xfe\x03\x56\x66\xaf\xea\xe3\x4f\xf7\xfe\x0b\xee\x49\xdf\x1a\x39\x84\xa7\x21\x2f\x0d\xee\xc5\x9c\xe5\x06\x26\xaa\xc5\x4c\x81\x7c\x16\x2a\xe5\x52\x51\x08\xa8\x86\xa1\xa5\x29\x6d\xb5\xc8\x96\xc0\xfc\x0e\xd7\x92\xe3\x86\xe6\xb9\xb5\xed\x55\x9b\x7f\x79\xa8\x2c\x95\x65\xf4\x36\x4a\x67\xb9\x54\xf4\x2c\x4d\x64\x75\x5d\xc2\x8f\x04\x6f\x8c\xde\x94\xc6\xec\xe0\xe1\x07\xb0\xda\xcf\xb8\x0f\x53\x36\x2b\x9e\x35\xb4\xf0\x0e\x0f\x73\x43\x93\x9a\x76\xaf\x45\x5c\xaf\xdd\x06\xf6\x60\xd0\xdc\x7c\x26\x3d\xa0\x7a\x1b\x1b\xcb\x1a\x98\x96\x55\x23\x3d\x45\x88\xb5\x41\x99\x85\xe5\x73\xba\x87\x67\xcf\xf8\xa0\xf6\x7f\x27\x48\x5e\x45\xf5\x09\x12\xae\xa9\xfb\x84\xdb\xc9\xbc\x0d\xf1\x13\x6e\xad\xd0\x1c\x2e\xbc\x38\x65\x3c\x8c\x3c\x9a\x3d\x1b\x34\x37\x6e\x43\x74\xa7\xc5\x9f\x67\xe9\x34\x17\xf1\xa1\x16\xaf\x2c\xab\x8b\xb4\x7b\x2d\x0d\x2e\x07\x44\x21\xfd\x1a\x77\xae\xbb\x7e\xba\x9e\x87\x37\xfc\x22\x54\xd9\xb4\xd3\xbd\xc7\x94\xb2\x68\xa9\xc1\xeb\x61\xff\x3a\x0c\x6f\x16\x0b\x9f\x15\x75\x1e\x7c\xec\xad\x7a\x6d\x82\x35\x08\xab\x58\x9d\xf1\x7c\xb5\x3a\x7d\xe1\x5e\x87\x1b\x20\x82\x39\xa2\x6f\x99\x51\x68\xfb\x1c\x2e\x09\x92\xef\x8a\x6c\xa5\xae\x29\xc1\xbe\x6b\xc2\x57\xef\x19\x6b\x4f\xfa\xe3\x64\xf5\x2d\x16\x84\x81\x2e\x55\xac\x09\x97\x4b\x90\x52\x2e\x21\x82\xbd\xed\x32\xac\x82\xca\xbb\x95\x9a\x10\xf2\x01\xc0\x4b\xe9\x0b\x8c\x8b\xf5\x89\xee\x4f\x48\x77\xab\x58\xb1\x2b\xb7\x6d\x18\x95\xdb\xf7\x74\xe3\x28\xd7\x77\x0c\xda\xea\xb6\xfa\x4c\xd7\xab\xbd\xbe\x0f\x6f\x5c\x75\x57\xe6\x09\xe3\x3f\xf7\xe1\x8d\xbc\xfe\xd7\xec\xb6\xc0\xdb\x95\x10\x5f\xdf\xa0\xdd\x10\xb7\xb5\xd7\x78\xef\xf5\x49\x2d\xb8\x1e\x36\x7b\x4b\xa3\xd1\x2c\xbd\xfb\xdb\x6e\xb8\x58\xd8\xea\xc6\x1e\xff\x0c\xaf\x77\xc3\x1b\xc4\x7f\x84\x7f\xd1\xb0\xdd\xd6\x7d\x61\xf2\x8d\x63\x37\xdc\xd8\x70\x45\x36\x55\xbc\xbc\xfa\x17\x2f\x09\xf6\x42\xfc\xb0\x44\x27\xf8\x7d\x68\xef\x85\x0e\x3a\x65\x81\x46\xcf\x41\xfb\x21\xde\x33\x66\xee\x41\x68\xda\xb9\x84\x37\x04\xe2\xa4\xc5\x88\x06\x18\x5e\x6c\x28\x4b\x97\x7b\xa1\x2b\x15\x15\x0c\xde\x21\x60\xcc\x92\x58\x24\x47\x09\x4c\xdd\xf8\x44\xf8\x61\xfb\x9c\x4c\x48\x3e\xa6\xdc\xd9\xbb\xb0\x2b\xa1\x93\x94\xb5\x05\x4f\x56\x8a\x09\x8b\x74\x0f\x4b\x14\xc2\x9a\x0a\xad\x28\xb1\x7c\x87\x5e\x87\x37\xd8\xbb\x0e\x6f\xdc\x40\x90\x6c\xdd\x47\xea\x3f\x01\xcb\x5b\x9f\x7f\x15\x1a\x5c\x3a\x79\xa1\xda\xf3\x11\x45\xa1\x7d\x2d\x2f\xc7\xa5\xb6\xa0\xf8\xdb\x8f\xf2\x22\x5b\x7b\x40\xc2\x18\x98\x0f\xf6\xa9\xe3\x7e\xb0\x4f\x74\xaf\xa9\xa1\xe6\xb5\xf4\x44\x0e\x78\x03\xe3\xbd\xb0\xea\xf2\xeb\xd5\x1b\xc7\x71\x8f\xec\x13\xe4\xb1\x9f\x53\x64\xba\x46\x38\x0a\xab\x4a\x27\xe5\x58\x12\x49\x65\xf6\x2a\x73\xa0\xde\x8b\x6d\xd0\x19\xd2\x42\xc7\x49\x49\x60\x02\xbc\x92\x68\x97\xfa\x26\x94\x8d\x5c\x00\xaf\x39\x6c\xca\xed\x6f\x55\x3b\xd1\x7d\x83\x2e\x08\xa8\x10\x0c\x9a\x9f\xa5\xb1\x26\xcd\x9b\x8c\x05\xaf\xbf\xb9\x09\x42\xf5\xc6\x45\x20\xdf\x9c\x04\x0e\x63\x1e\xd7\x0d\x2b\xcd\x86\xe6\xb0\x2e\x16\x7b\xa1\xbb\x1f\x62\x85\x62\xc0\x24\xe1\x98\x3c\x95\x91\x4e\xdd\xb3\x92\x47\x10\xcb\x7a\xba\xe2\xbc\xed\xd5\x5b\xc6\xf0\xee\xd8\x04\x8b\x31\xd9\x0f\x1d\xb4\x7e\x3d\xac\x80\x8a\x09\x62\x13\x05\xb1\x89\x82\x38\x94\x4e\x1f\xa6\x8e\x1a\x75\x90\x36\x08\x46\xf8\x44\xfc\x9e\x86\x8f\x59\x86\x3c\x33\x52\xab\x6e\x30\xd0\xb9\x91\xcc\x2f\x5d\x54\xe2\x27\xb3\xec\x28\x9d\xc5\xc1\xd7\x88\xc6\x01\xba\x30\xdb\xa4\x3f\x66\x34\x2f\xce\x49\x94\x14\xe8\x32\xac\x18\xbf\x46\x57\x46\x0c\x9b\x45\x1c\xe9\x12\xc6\x63\x7a\x4b\x63\xf4\xd9\xc8\x75\x34\x99\xd0\x20\x22\x45\xe9\x76\xe7\xcf\xf0\x97\x36\x32\xbf\x18\x59\x2a\x6e\x3d\xfe\x32\x12\x8f\xd3\xb9\x4a\xf9\x6a\xb6\x1c\xc4\x65\xa3\x7f\x03\xe5\x7d\x26\x35\xa2\x1a\x18\x5f\x84\x3b\x17\xa1\x69\x10\x8c\x0c\xf9\x40\x78\xe2\xd7\x07\xef\x85\xc1\x10\x5f\x86\xb6\x83\xce\x70\xef\xe0\xc5\x6f\xc1\x70\xe7\xd2\x28\x26\x9f\x06\x87\xb6\xd3\x0e\x86\x4b\x9d\x8a\xd3\xa1\xad\x4e\x33\x57\xa1\xed\x88\x03\xcd\xe7\xb0\x6a\x8a\xf9\xcf\xb0\x6a\x72\xf9\x4b\x58\x35\xa8\xfc\x57\x19\xf3\x8a\xc7\x7c\x0d\x35\xab\xca\x6b\x8c\x28\x6f\x73\xff\xe6\x0a\xa4\x70\xf8\xa8\x71\xea\xcf\x61\xd5\x38\xf5\x9f\xa1\x32\x4e\x2d\x62\xbe\xc8\x18\x65\xa6\xfa\xaf\xb0\x6a\xa7\xfa\x6b\xf8\x54\x80\x86\x43\xe1\x10\x06\x03\x68\x92\x88\x9c\x86\xe2\x41\xa4\x3a\x69\x0f\x95\xc9\x58\x33\xe7\x59\xa8\xdc\x40\x2b\xdb\xa6\x43\xc3\xf5\xb4\x37\x94\x96\xe9\xbc\xa1\x2b\xc6\xd6\x3d\x07\x36\xeb\xfb\xd0\x74\x4c\xf2\x5d\x94\x6c\xf8\xe5\xc1\x9a\x0c\x9d\x07\x7f\x58\x9a\xe3\xe3\x2f\x36\x05\x73\x32\x74\x87\x43\xfb\xed\x5b\xdd\x35\x14\x7f\xbf\x66\xba\xe2\x16\x1b\xb9\x77\x4d\x6e\xdc\x20\xb5\x7c\xec\xdb\x8d\xae\x23\xa4\x0d\xca\xb5\xcf\x72\xe9\xb8\x62\x0e\x8a\xd7\x4a\xbe\xf3\xc0\xf1\xa7\x60\x61\x3b\xe9\x10\x93\xa1\x34\x3f\xb9\xd1\x73\x1c\x74\x16\xda\x9f\x43\x14\x0d\x1d\xe4\xbb\xea\x0d\x29\xcc\xde\x25\x67\xd0\xc7\x43\x9c\x91\xce\x05\x30\xd2\x7c\xcd\xbe\x67\xf5\xef\xa5\x49\x18\x0d\x4b\x2e\x29\x1e\xaa\xb7\x88\xf0\x9c\x49\x99\xa8\x4b\xa7\xb9\xf3\xe0\x71\xc3\x1e\x1e\x17\xb7\xe8\x69\x55\x9b\x8d\x25\xb7\x76\xed\xdf\x30\x86\xed\xda\xbf\x01\x8d\x45\x8d\x55\x33\x78\xb6\xc9\x90\xb1\x42\xff\x0f\x73\x6f\xc2\xdd\xb6\xad\xfc\x0d\x7f\x15\x29\xa7\x87\x25\x6e\x10\x5d\xc9\x76\x36\x32\xa8\x5e\xc7\x49\x9a\xa4\x49\xd3\x38\x5b\x63\xcb\x4f\x0e\x08\x82\x8b\x28\x53\xb2\x16\x3b\x8e\xa4\x7e\xf6\xf7\x60\xb0\x10\x20\x29\x27\xed\xbd\xcf\xf3\xff\xf7\xf4\xc4\x14\x08\x62\x1d\x0c\x06\x83\x99\xdf\x80\xe5\x19\x2e\xd5\xea\x9b\xaa\xbf\xb3\xb4\xa6\x27\xb8\x10\x93\x34\x4b\x89\xc8\x90\x36\xcc\x29\xe7\x69\x25\x3b\x9e\xa7\x66\xb3\x78\xee\x9f\xa7\x28\x54\x92\xd4\x17\x25\x4a\xf5\xbe\xa8\xd7\x12\xfa\xd0\xf2\xec\x5a\xa4\x95\xfa\xab\xae\xe6\x62\xf5\x38\xb2\xbe\x12\x2a\x24\x28\x71\x84\x40\x8c\xb2\x62\x8b\x6f\x36\x3e\x6b\xc9\x21\x35\x39\xa0\xd3\xb5\x5f\x6f\x48\x24\x13\xa9\x9b\x88\xab\xf3\x85\x5f\xcb\xef\x28\xc0\x2c\x07\x73\xd5\x89\x32\x25\x34\x54\x03\x26\x46\x52\x4e\x1f\x20\x2b\x97\x2c\xe7\x0b\x2b\xbc\x95\x7e\x52\xbe\x96\x72\x98\x94\x9f\xac\x8a\x9f\x26\xda\xef\x79\xfe\x2a\x05\xe0\x45\x37\xa7\xf2\x9e\xb6\xbd\xd6\x2b\x92\x9a\xa5\xb2\x8e\xee\x40\x1a\x9d\x49\xe0\x70\x69\xb3\xa7\x95\x23\x8e\x0f\xab\x01\xf0\x96\x87\xef\x59\x4a\x28\x8e\x48\x95\x1a\x46\x64\xad\x66\x32\xa0\x78\x1a\x2d\xf8\xfc\x92\xc7\x8f\xf3\xe5\x22\x88\xb0\x38\xd8\x4b\x7d\x9d\x65\xa8\x34\x4d\x6d\x45\x60\x59\x0f\xca\xba\xdf\x17\x12\xda\x34\x25\x51\x58\xa6\xce\x10\x91\x35\x74\x3d\xe8\x63\xbb\xbb\x41\x84\xe7\x7c\x31\x9b\x96\x31\x9f\x2f\x64\x65\x52\x47\x3f\x15\x83\x0d\xba\x05\x62\x28\x9d\xba\xd4\x26\x8d\x14\x52\x07\x33\xe4\x2b\xd0\x2e\xed\xc9\xbb\x81\xb7\x2b\xbe\xe2\x64\x1d\xd1\x05\x97\x70\x3d\xb5\x20\xca\xb2\x29\x8f\xe9\x42\x05\xdc\x90\xb7\xd3\x13\xda\x4c\x5b\x64\x74\xce\xe3\x60\xad\xb0\xb6\x65\x4b\x31\x4f\x12\xce\x96\xba\xdd\x36\xa2\xb1\xe1\xc9\x4e\x53\xc2\xc8\x69\x98\x0a\xed\xbc\xbb\xb1\xe6\xb9\xd1\x50\x45\x34\x55\x4a\xbd\xd5\x82\xd2\x9c\xf7\xaa\x07\xb4\x27\x1f\x4c\xdb\x69\x4f\x3d\xd9\xba\xc6\x6f\xa9\xad\xcd\x5b\x1b\x78\xf0\x80\x62\x31\x8b\x41\x84\x97\x34\x05\xa8\xcb\xeb\xc9\x94\xc6\x72\x8c\x98\x12\x96\xd4\x1d\xbf\xa1\x1e\x0b\x51\x60\xc7\xb0\x58\x51\xe4\xe4\x4b\xd9\xc6\xb0\x16\xa4\x40\x47\xca\x66\xc3\x48\x51\x46\xe0\xab\x27\xe9\x1b\x8c\x99\x4a\x17\x7c\x4a\x7d\x44\x22\x67\x66\x1e\xa7\xee\xb9\xd0\x6a\x06\x8e\xeb\x6c\xa9\xb2\x92\xf5\x85\xd4\x6f\xe7\x65\xa0\x4a\xd6\x5a\x7b\xe8\xb1\xd2\xc6\x32\xc2\xea\x93\xe3\x86\x9f\x8b\xa7\x0a\xa0\xda\x1a\x57\x56\x41\xb0\xcb\x11\x66\xc0\x29\x60\x98\x65\xa0\x46\x3d\xd4\xac\xa7\x9e\xaa\xf1\x66\x3d\xfd\x68\xaf\x59\x35\x58\xc9\x90\x93\x84\xa4\x41\x42\x12\x39\x38\x69\xa8\x5d\xa9\xb7\xb5\xdd\xd3\xfd\x24\xaa\x3e\x89\xe4\x9a\x84\xd4\x90\xd9\x34\x1a\xdf\x40\xa3\x0d\x9a\x4c\x34\x11\xc6\x75\x22\x8c\x0d\x11\x86\xee\xda\x65\x1a\x62\x9c\x12\x56\xa3\x68\xdd\x5a\x3a\x6c\x8c\x37\x89\x02\xa9\x97\x24\xa3\x32\x0a\xeb\x1f\x12\x07\x49\xff\x28\xad\x9b\x19\xbb\xb4\x29\x19\x8c\x8e\x10\x5a\x5f\x75\x29\xe1\xf5\x85\x96\x11\xae\xba\x67\xe8\xb6\x9a\xfe\x0c\xad\xeb\x6f\x25\xd5\x48\x5b\xcb\x0c\x4f\x48\x01\x2d\x0f\xe5\x9f\xca\x6c\x81\x10\x92\x0e\x13\x32\x09\x14\x57\x9c\x84\x29\x91\xc1\xd0\xcb\x1d\x64\x5b\xa2\x75\x49\x4a\xa7\x33\x22\xfb\x21\x29\xeb\x23\x79\xd8\x25\x44\xc8\x45\xaa\x9e\xc3\x61\xd9\x18\xd1\x49\x70\xa8\xea\xc5\xf5\xcf\x49\x21\xcd\xa1\xf4\xfd\x14\x5a\x1f\x12\x5e\xd1\x45\x98\x92\x7e\x58\x92\x09\x91\x76\x3b\x61\x3c\x5d\x67\x24\x01\xf2\x86\xf6\xcc\x48\x52\x11\x3f\x08\x03\xb1\x97\x89\xfd\x3d\x43\x6b\xdd\x13\xd1\x36\x52\xca\x06\x58\xab\x66\x26\xd7\x4a\x1f\x96\x49\xe2\x2c\x93\xa4\xb9\x4c\x92\x6a\x99\x8c\xca\x6a\xa1\x20\xed\xec\x71\x44\x28\xfe\x4a\x92\x30\x23\x51\x38\x23\x4c\x5b\x0f\x48\x0b\x24\x15\xe3\x22\x38\x22\x5f\x75\xc9\x75\xed\x41\xa5\xbf\x3f\x12\x43\x70\x24\xb1\x1c\x66\xf8\x10\x67\x95\x51\xc4\x21\x39\x0a\x1d\x6b\xd2\xfd\xe0\xa8\x97\x4c\x68\xba\x20\xea\xaf\x77\xe7\xa0\xff\xf0\xfe\xe6\xde\x81\x8e\xf3\x62\x57\x99\xed\xb8\x31\x38\x1a\x3a\xd5\x05\x47\xd6\x96\x9d\x6d\x36\x46\x9c\xcc\x8c\x45\xd8\xa1\x02\x99\xb3\x1a\xa7\xc3\x60\x08\x92\xef\x9b\xf8\x8a\xd5\xb0\xc1\x1d\x41\x22\x43\x08\xef\xef\x01\xa1\xab\x65\xab\x23\x17\x66\x43\x93\x44\x4e\x93\xb3\x20\x93\x57\x5b\x89\x8e\xcd\x32\x6b\x99\xbd\xec\x6f\xcf\x5e\x35\x77\xba\xde\x72\xe8\x4f\x48\x49\x66\xb8\x20\x87\x28\x30\xa4\x32\xc3\xe9\x86\x64\xa1\xe6\x63\xd6\x98\x8c\xca\x04\x81\x79\x79\x7d\x35\x9a\x9e\xd8\xc2\x65\x42\x32\xb9\xbf\x64\xd5\xa2\xc4\xf5\x85\x4f\x32\xdc\xba\xb4\x15\x97\x1d\x18\xf6\x2a\xa8\x59\xb4\x33\xb4\x16\x09\x29\xc2\x06\x73\x21\x93\xb0\x51\x47\x19\x3e\x49\x37\x24\x0d\x95\x20\x09\x4f\x8e\x48\x43\x0e\xad\xfd\xf6\xa9\x75\xe4\x8b\xf4\xc4\x84\xe6\x49\xae\x47\x7b\xf3\x15\xc2\x7a\x44\xfa\x61\x54\x79\x4c\x45\xb6\xc7\x54\x24\x3d\xa6\xf4\x4c\xb8\x91\x19\xaa\x74\xb5\xd0\x09\xdb\xad\x60\xe3\x8d\x78\xff\x03\x50\x81\x29\x04\x94\x18\xa9\x73\xd7\xb3\x94\xf8\x25\xbf\xea\x50\xda\x03\xab\x88\x92\x97\x4b\xd4\x9b\xf3\x64\x61\xeb\x09\x7e\xb5\x98\x78\x44\x6a\x43\x22\xf6\x3b\x19\xa8\x8c\x91\xea\x40\x61\x96\x04\x1b\x46\x81\x3c\x96\x61\x86\x1a\xc3\xc9\x42\x89\xa8\x2d\xe5\x76\xb1\x00\x2c\x7e\x6a\xcd\x9f\xd1\x49\xfd\x96\x92\x75\xbe\x78\x3d\x5d\x01\x22\x79\x13\x5f\x11\x34\x78\xae\x1e\x6c\x81\x86\x27\x91\x4f\x05\xcf\xa3\x41\x77\xb0\xc5\xbc\xbc\x10\xc5\xbf\xe3\x4b\xb9\xcb\x56\xa5\xe8\xd9\x6c\x14\xa1\xd4\xd7\xcf\x53\x1f\x61\x4e\x5e\x08\x31\x18\x27\xe4\x5b\x2a\xa3\xb2\x99\xf5\x44\xa2\xd0\xe8\x6f\xac\x6b\x16\xcf\xf3\xab\xf5\x25\x24\x01\x90\xd4\x12\x14\xbe\x14\x7f\x39\x8e\x91\x69\xd4\x31\x9f\x4d\x28\xe3\xff\xb5\x86\x2d\x69\x4a\x06\xff\xcd\x06\x3e\x9b\xce\x99\x91\x38\xac\xf6\xed\x6e\x1d\x93\xad\x8b\x55\xeb\xb8\x68\x1d\x44\x3a\x01\xc3\x0b\xb2\x57\xb5\x28\xaa\xee\x8d\x3d\xcf\xe7\x55\x8b\x46\x65\xa4\xda\xc4\x55\x9b\x62\x88\x73\x52\x9d\x4c\x5e\xa5\x76\xcc\x77\x9c\x2a\x41\xd7\xe8\x51\xf5\xc5\x79\x1b\x77\x17\x02\xf1\x74\x35\x89\xcd\x0a\x90\xdd\x1b\xee\x48\xf7\x63\xa8\x20\xb0\x82\x27\x40\xfc\x76\x83\xa5\x94\x2f\xfe\x58\xcd\xb9\x54\x66\xe8\x4f\x87\xdd\x97\x1c\x7a\xbd\xd9\x88\x27\x8e\x13\x14\x74\xfb\xb6\xa4\xf4\x3a\x75\xb5\xc0\xdd\x01\xe6\x44\x5d\x9c\x24\x1a\x07\x46\x6a\xd6\xc3\xb6\xcb\xf8\xa4\x32\x61\x19\x26\xe4\x32\xf5\x13\x14\xf8\x9c\x3c\x4b\xfc\x08\x0d\x9f\x24\x81\xd1\x4b\xe3\xd8\x2d\x6d\x81\x13\xe2\x4b\xec\x43\x29\x8d\x9b\xf9\x88\xd1\x10\x2e\x7a\x38\x0a\x8e\x12\x14\x4a\x7c\x0d\x69\x8c\xd1\x58\xc9\xe6\xb2\x11\xc6\xdc\x2a\x44\xa5\x0c\xd5\x5f\x89\xaa\xa8\x4f\x65\x73\xf2\x9b\xe0\xb1\x66\x9e\x48\x14\x46\x75\x22\x22\xf4\x3f\xbe\x9f\xb9\x21\x7f\xcb\xfd\x4c\xd2\x1e\x14\xea\x77\x8b\x0b\x52\xdd\xad\xb0\x9d\xa4\x22\x40\x1e\x82\x99\xff\x94\x4f\x26\xc7\x9c\xf1\xfc\x92\x83\x2e\x4a\xd0\xca\xce\x97\x72\x61\xec\x2a\xf3\xc3\xef\xef\x0e\x9f\x3d\xfd\x72\x63\xd1\xdf\xcb\x23\x6b\x50\xad\x97\xfa\x8e\xdf\xd2\x5e\x0b\xf7\xf1\x23\xac\x72\xe1\x86\xd2\xe4\x4d\x8b\x54\x5f\xad\x35\x0e\xe8\x73\x0b\xc2\x42\x65\x6a\xd5\xd8\x32\x38\x6c\x31\xe4\x59\x1a\x82\x46\xe1\x1f\xd1\xb8\xb9\x6f\xd4\xb4\x9e\xb4\xd1\x7a\x95\x0b\x28\x39\x41\x28\x84\x23\x09\x03\xae\xb6\xb3\x81\xa2\x31\x29\x5f\x3e\xe1\xf3\xfc\x52\xa5\x3d\x9b\x4f\xcf\xa5\x32\xb1\x7d\x7a\x12\xcf\xf3\xd5\x46\x99\x60\x86\xf0\x8e\xa2\x77\xcf\xee\xae\xfa\x36\x9b\xf6\x2f\x38\xe0\xf3\x94\x74\xb6\xc8\xa6\x4b\x69\xb4\x27\x19\x94\xfb\x81\x25\x14\xb4\x12\x07\xec\xa5\x60\x20\xdd\xfa\x49\x33\xef\x66\x33\x2a\xfd\x48\x9b\xd1\xe1\x5d\x8d\x6b\xab\xa4\x2d\xd5\x47\x3b\x8b\xb8\xa1\xb9\x37\xbc\xf4\x11\x8e\x84\xc8\xa4\x39\xd1\x0e\xf2\xe6\x7a\x86\x24\x79\x63\x8b\x2c\xfe\xee\xdc\x59\xdd\x7a\x92\xc7\xaa\x85\x95\x30\x7f\x20\xed\x7d\xff\x48\xc9\xe1\x7c\x4e\xaf\x7b\xf9\x02\xfe\xda\x12\xd6\x5b\x4b\x94\x64\x62\x71\xd8\x72\xe3\xae\xc9\x81\x17\x2d\xe8\x7b\x0a\xdf\xed\x0b\xb8\x9d\x48\x68\x37\xf9\x0c\xe0\x79\xf0\x76\x00\xd6\x1f\xe2\xe4\x55\x57\x30\x3e\x54\x28\x0d\x31\x61\xd5\x92\xde\xb6\x5e\x43\x1e\xdc\x87\x78\x7c\x92\x01\x8c\x6e\x8d\x6e\xdd\xa6\xb6\xd9\x89\x65\x04\x36\xe7\x89\xdb\x09\x9b\xee\xe1\x25\xfc\xe9\x7d\x91\x36\x6a\xc7\x3c\xb1\x5c\x3d\x65\x96\x30\x22\xb6\xb4\x27\xf5\xe7\xb1\x14\x55\x23\x42\xc8\xb3\x14\x0c\x2f\x64\x0a\x59\x6f\x51\xa5\xc0\x50\xc1\xb9\xa3\x53\x7e\x16\x88\x7f\x08\xdd\x8a\x5d\xa6\xaa\x8b\x57\xfc\x5e\x7a\x12\x28\x4b\x39\x7b\x4c\xdd\xbe\xef\x3d\x38\x90\x56\xb7\x5d\x33\xce\xb5\x0c\x0f\xfb\x32\x58\x61\x1b\x10\xe0\x71\x6a\x41\x45\x56\xa6\x7c\x5d\x03\x83\x56\x9b\x94\x01\x1e\xdd\x3a\x95\x13\xad\x30\x1d\xcf\x60\x08\x1b\x28\x8e\xda\xac\x49\xe1\x1c\xa2\xa1\xa6\x8f\xce\x55\xbe\xcc\x3a\x05\xbf\x5e\x74\xd6\xa3\x5b\xb7\x5d\x4c\xc5\xde\x78\x9a\x97\xfe\xe8\x16\xee\x8c\x6e\xa1\xdb\xa3\x5b\xdb\xd1\xad\x20\x12\x6d\xb7\x9a\xfc\x2e\x6d\x84\xde\x92\x94\x44\xb5\xbc\x12\xc1\x61\xea\x29\x9c\x7d\xb4\xc2\x3e\x1e\xfa\x31\x9c\xe9\x64\x32\x61\xd8\xce\x45\x98\x10\xa2\xe0\x58\xa6\x12\xdc\xb7\x21\xb3\xbf\x95\xda\x3f\x75\x98\x7f\x60\x1d\xc3\x98\xaf\x03\xfe\x75\x5d\xcb\x59\xfb\x6e\x24\x0e\x51\x04\xf9\x70\x4c\xe2\xde\x42\x19\xbf\xb5\x5a\x2a\xc5\xd5\xcd\x0a\xd5\xb1\xca\x75\x31\x51\x88\x0c\x51\x17\xfc\x5a\x88\x88\x7c\x29\x21\xc3\x21\x62\xa6\xfa\x09\x58\xe2\x38\x42\x38\x12\x72\x82\x5b\x99\x65\xb2\xc1\xb5\xe0\xfc\x5e\x12\x44\x48\xe5\x97\xa4\x2f\x64\x22\xf9\x99\xec\x77\xf3\xdb\xc4\xd7\x07\x32\xf5\x0d\x28\x4c\xaa\x11\x60\x61\xbc\xc3\x1e\xcc\x84\xb1\x13\x23\x21\x5b\x1a\x3f\x62\x43\x3f\x52\x63\xbb\x87\x47\x25\x43\x41\x1c\x9a\x04\x5d\x3d\xb3\xae\x45\x7d\xd1\x70\xb9\xc4\x01\xc3\xd1\xd4\x04\x3a\x77\xf5\xa1\x25\x48\x55\x17\xa5\x4e\x8c\x46\xfd\xfd\x66\x73\x0f\x06\xd5\xb2\xd8\x8a\xc8\x07\x71\x50\xa0\xbd\x73\x21\xf0\xc5\x08\x47\xea\x06\x89\x50\x08\xce\xcc\x81\x06\xc3\x2a\xb5\xa5\xb2\xa2\x51\x99\x0a\x2b\xdb\xe3\xd2\x7f\x4e\x88\x1a\xe0\x77\x00\xeb\xce\x0c\x0c\x94\x2d\xc5\x18\x84\x81\xa7\x10\xc3\xa2\x71\x5c\xb5\x23\x0e\x63\xf2\x31\xf5\xe5\xe7\x18\xbc\x17\xf4\x77\xd2\x4e\xde\xb4\x3e\xac\x95\x12\xc6\x8d\x76\x5b\x26\xe1\x93\x1d\x83\x74\xa0\x07\x69\xb3\x89\x76\x79\xd2\x4b\xc3\x3e\x3b\xc5\xcd\x9c\x9f\xcf\x64\xdf\x01\x7d\x04\x72\xbb\x49\xd5\x04\x8c\xca\x4f\xdf\x9f\x02\xcb\x48\xf8\xf4\xec\x3b\xf3\x51\x9a\x53\x5a\x52\xeb\xd9\xfd\xe6\xf4\xff\x69\xd7\x8d\x93\x7f\x44\x00\x87\x96\xf1\x53\xab\x09\xf4\x0e\xcb\x67\x87\x08\x61\x6f\x8b\x74\x53\x58\xad\x21\x0e\x08\xae\x55\x44\xb5\xff\x19\x83\x86\xa8\xa7\xed\x55\x95\xc6\x73\x41\xb5\x45\x02\x13\x74\x14\x49\x3a\x52\xfc\xa4\x85\x8e\x18\xc2\xac\xa2\x23\x69\x0c\x22\x93\x54\x73\x98\xd4\x32\x2e\x69\x15\x6d\xf7\x53\xea\xef\x6a\xbb\xd8\xee\xfe\x48\xc1\x58\xea\x95\x8d\xeb\x0d\x63\x1f\xe1\x51\xa9\x3f\x53\x32\x92\xd3\x6f\xb5\x8b\xb5\x9b\x7b\xce\xea\x07\x04\x3d\x16\x43\xe8\x5c\xa0\x75\x63\x6d\x73\xc2\xda\xe7\x84\x21\xd7\x0e\x4e\x01\xd2\x4b\x7e\x02\x53\xa4\xc3\xb0\xb6\x4d\x87\xa5\xed\x30\xd3\xc1\x6e\x98\x0e\xd1\x4a\xf0\xe1\x95\x6b\x9b\x10\xb2\xa2\x43\x45\xbe\x72\x62\x0c\xdd\x83\x73\x45\x50\xb1\x1a\xd9\xb9\xda\x3c\x54\x05\x4e\xdc\x8c\x6a\x0e\x98\x9c\x03\x86\xda\x7b\x59\x2d\x1c\x98\x09\x39\xf8\x6c\xc7\xe0\x1f\xd9\x4e\x1f\x3b\x06\x39\x6e\x1f\x64\xb3\x39\x88\xe3\x76\xca\x97\xd0\xae\x51\x09\x94\x96\x01\x52\x10\x8c\x34\x68\x97\x76\x8c\x74\x6c\xa1\x97\xe8\x91\x8e\x77\x8f\xb4\xae\x48\xb1\x82\x18\xf6\x55\x16\xc0\x5f\x24\x4d\x6f\x71\xec\xcc\x81\x68\x45\x5c\x9f\x03\x8e\xe5\x17\x41\x21\xdf\x63\x1d\xbf\x63\xf9\xb7\x6a\x9a\x98\xaf\xd5\xbc\xc4\x72\x5e\x62\xd4\x36\x30\xf2\x2a\x56\x7f\x52\x4d\x4d\x84\xe3\x1d\x53\xf3\xd5\xe7\x18\x3c\x63\x2b\x6f\x9c\x89\x54\x78\x2b\xbd\xf7\x8a\xa4\xf8\x1b\x49\x49\x1f\x5f\x38\x4e\xb5\x2b\xcf\xfb\xf6\x28\xd3\x6a\xe3\x6f\xb7\x6f\xa3\xf5\x4a\xee\xde\xbf\x7c\x1b\xfa\x17\x64\x85\x57\xd2\xb8\x21\xb8\x20\x2b\x23\x73\xc8\x0b\xac\x99\xcf\xf1\x0a\x67\xa7\xdf\xce\x70\x61\xc3\xa2\x94\xf2\x0a\x88\x48\x97\xff\x15\xb9\x50\x77\x15\x5b\xea\x79\x2b\xb3\xb7\x8f\xca\xd2\xde\xdd\x23\x51\x18\x0a\x53\x92\xf8\x25\x4e\xf1\x37\x23\x68\x2f\x87\x13\x52\x06\xcb\x4a\x70\x09\x97\xa4\x0c\x57\xe4\x42\x8c\xe4\x37\xf0\x07\x72\xc3\x58\x30\x28\x09\x4f\xac\x16\xad\x94\x45\x4b\xad\xab\x2b\x72\xe8\x73\xdd\x01\x1b\xa6\x40\xb4\x62\x05\xad\xc0\x56\x2b\x56\x56\x2b\x56\x78\x49\x56\x46\x0e\x99\x00\x58\xcc\x8a\xc4\xb2\x13\xb5\x6a\x2e\xc8\x91\xbf\xc2\x1c\x7f\xab\x57\x75\x21\x8e\x73\x86\xac\x2f\xec\xe1\x58\xf5\xe4\xf1\x42\xf7\xe0\x02\xa8\xea\x5b\x00\x7f\x11\x16\x0d\xbc\x68\x34\xf0\xc2\x6a\xe0\x05\x5e\x8a\x81\x17\x43\xde\xc4\xc4\xaa\x2c\xd1\x21\x76\x36\xda\xda\x3d\x31\x6e\x04\x15\x4d\x49\x7a\x7a\x45\x15\xfc\x4d\xfb\xb9\x71\x52\x3f\xc8\xdd\xed\x23\x14\x66\x64\x22\x8f\x0d\x36\x72\xce\xa8\xcc\x1a\x99\x07\x08\x59\xa0\x13\x93\x76\xb2\xc5\xa5\xba\xd4\xf1\x91\x45\xc1\xdd\xb2\x17\x4f\x4b\x2e\x06\xdb\xca\xf0\xc3\x94\x7c\xa5\x28\xb9\x94\x4e\x98\x2e\x31\x5f\xfd\x10\x31\x5f\xed\x20\xe5\xab\x06\x29\x5f\x59\x73\x74\x15\x2e\xc9\x95\x26\x65\xd9\x87\x1f\x20\xe2\x1d\xbd\x2d\x81\x98\xab\x3e\x60\xeb\x1a\xb6\x5a\x55\x78\xd7\xaa\x12\x8c\x62\x17\x3d\xef\xac\x51\xd3\x75\x7b\xad\x15\x69\x3b\x2b\x7d\x54\xd6\x89\xbb\x54\xc4\x5d\x56\xc4\xfd\x43\xad\xfd\xfb\xc4\xad\x1e\xac\x1b\x86\x18\x27\xd8\xa0\x26\x7d\x47\x39\xe8\x79\x49\xb5\x63\x98\xb9\x4f\x20\xd4\x5e\x01\xa8\x6d\x49\x6d\xff\x90\x6a\x8c\xc9\xf7\x0a\x16\xb3\x3c\x41\x6a\x53\x4b\x5a\x36\x35\x1a\xac\x27\xaa\x22\x31\x33\x05\x89\x0d\x2a\x82\xf4\xa8\x29\x94\x1c\x30\x31\x7b\x63\x61\xdd\x80\xdf\x0f\x20\x24\xba\x69\x3b\x5a\x33\x9f\xe2\x42\x8f\x27\x0a\xc5\xd1\xa4\xc0\xcd\xd6\x5b\xa7\x09\x4a\x62\x73\x1f\xee\x82\xb2\x41\xf5\xee\xc1\x47\xd6\xd5\xa8\x66\x54\x3a\x15\x39\xa7\x97\x02\x27\x3b\xeb\xdb\x42\x39\x7a\xe5\x49\xb0\x7a\x99\x52\x10\x53\xfc\xd6\xea\xe0\xd0\x8f\x85\xac\x59\xef\x90\x96\x57\x33\x9c\x48\x52\xb3\xce\x5c\x94\xc4\x28\xf0\x33\x21\x2f\xcb\x82\x64\x1e\xdd\x56\x47\x5e\xce\x10\xce\xaa\x96\xc3\x21\x22\xb3\x4b\xaa\xc2\x22\x81\x1e\x5a\x0b\x0c\x2a\x56\x42\xa1\x66\xb2\xd2\x21\x88\x19\x8c\xd5\x0c\x02\xa2\xd9\x01\x08\x12\xe0\xa0\xb4\x13\x69\x0d\x86\xd9\x49\x71\x33\xbb\xa7\x2f\xc8\x5d\x3b\x90\xc1\xf4\xc4\x2e\x15\xc4\x38\xa9\x9d\xbc\x76\xcc\x09\xc0\x58\x40\x01\x8d\x79\x11\xc7\xd2\x4a\x1d\xb2\x8d\xe5\x81\x2f\xa9\x46\xaf\x56\xa6\x3d\x58\xdb\x1d\x82\x65\xd2\x2e\x58\x26\x9a\x61\x26\x52\x55\x98\xe0\xea\xc2\xe9\x9e\x1e\xc4\xa1\xef\x76\x14\xab\x8e\xb6\xcc\xbf\xec\x10\x8e\xc5\xf9\xcc\x6a\x70\x3d\x23\x4e\x15\xf2\xda\x1f\xa9\x9f\x18\x19\xee\xab\xe1\x27\xe2\xd5\x2b\x6a\xbd\xba\xaa\x5e\x4d\x3c\xef\x58\xdd\x83\x42\x5f\x57\x65\xcc\x93\xbc\xe4\x71\x8d\x39\x74\x0b\xcd\x11\xa8\x63\xcc\x22\xed\x3d\xf6\x02\x65\x68\x22\x53\x55\xf2\xe0\x6e\x50\xdf\x57\xf7\xf0\x31\xf5\xad\x38\x08\xe6\xee\x10\x90\x73\xb7\x66\xbf\x11\xfd\x96\xb7\xf7\x9f\x53\xf2\x2e\xf5\xbb\x7d\x84\x4f\xe4\xd3\x00\xe1\x9f\x52\xb2\xde\x62\x9a\x91\xc7\x89\xff\x53\x8a\x70\x64\x9e\x98\x7e\xb2\x15\xcf\x71\xa6\xe3\x93\x12\x42\x7e\xaa\xab\x83\x07\xf7\x0f\x2a\xbf\x19\x5b\x71\x95\x49\xcd\xd5\x0b\x9f\x65\xd2\x59\x28\xca\xa4\xab\x0b\xcd\xb0\xa8\x81\x5a\x51\x3d\xea\x38\x21\x0f\xcd\x48\x44\xc4\x8f\x48\x64\xc2\x26\x68\x98\xa5\x61\xd4\x2b\xe9\x39\x87\xc8\xbf\x1f\x8e\x5f\x04\xe7\x91\x04\x90\x04\x9f\xd9\x1a\xce\x24\x25\xe0\xad\x3a\xb4\x83\x86\x04\x11\x06\x27\x59\xab\x0c\x25\xaa\x53\xe9\x13\x08\x5e\xef\x11\x39\x8f\x84\xe4\x8e\xb6\xcf\x7d\x9a\xa9\xb6\xdb\x16\xfd\x49\x06\x0e\x55\xe2\xdd\x73\x3f\x82\x7f\x59\x66\xbd\x4f\xa1\x4b\x71\xe6\xb3\xac\xf2\xee\x51\x7a\xe9\xcc\xa7\xb5\x44\xa6\xaa\x93\xf3\x1b\x46\xea\xda\x5d\x8d\x1c\x86\xda\x19\xb2\x1d\x0a\xa0\xf8\xc8\x14\xa3\xec\x59\xa1\x41\x18\x1a\xa4\xae\x15\xc4\xac\xf6\x9d\x49\xcd\x33\xed\x4a\xac\xbc\x00\x2c\xf5\x25\x68\xff\x65\xd8\x15\xa0\x55\x65\xf8\x5f\xbb\xff\xb2\x2c\x2a\x21\x0c\x19\xeb\xc5\x3c\xbb\x8e\xe7\x74\xc9\x63\x5c\x59\x79\x54\x2e\xbf\xe0\x1c\x6c\xfb\x03\x43\x42\xa5\x50\xd8\x6a\x94\x9d\xc1\x43\x5d\xb7\x73\x47\xac\xab\x87\x1b\xaf\xde\x9c\x5f\x72\x3a\x79\x33\x8f\xf9\x5c\xfa\x12\x03\x52\x9a\x32\xe0\xba\x77\xd0\x52\x6c\xe9\xf8\xba\xa2\xb5\x7a\xd0\xcc\x20\x0a\x23\xfd\xce\x80\x3c\x6e\xc1\x87\x96\x10\xaa\x6c\x91\x8c\xba\x18\x1a\xa8\xe5\x4e\x47\x4d\xa5\x8a\xdb\x6c\x8c\x22\xa4\x8e\xd6\x10\x99\x4c\x5b\x53\x86\x69\x84\x06\x71\xb0\xb4\xc2\x0d\x5f\xe7\x71\x26\xe5\xe7\x42\xfd\x9d\x64\xb5\x18\x24\xe7\x99\x6d\x62\x5b\x66\xfe\x5d\xb9\xe3\xc1\x3f\x7d\x14\x32\x67\x87\x1f\xdd\x7a\xf2\xf4\xd5\xd3\xf7\x4f\x9f\x00\xea\xef\xb2\x99\x64\x5f\xbd\x57\x7a\xa4\x4a\xd1\x6e\x6c\xef\x2d\xd5\xfc\xd0\xb7\x7f\xb9\x0a\x7e\x5a\x53\xf0\x53\x47\xc1\xef\xbe\xb5\xd0\x3c\x32\x17\x5a\xc1\xe2\xa3\x77\x03\xdb\xc9\x34\x8c\x08\x58\xe7\x1b\xee\x22\xd1\xd0\x2c\xcc\x25\xf3\xb6\x89\x13\xa5\x22\x18\xd6\xfc\x29\x23\xd1\x1d\x6b\x18\x00\x03\xb6\x3b\x90\xc2\xc0\xbd\x4a\x8f\x26\xd8\x8f\x8c\xad\x26\xcd\xcf\xd4\xe5\xec\xbe\xd3\x1c\x55\x05\xfe\x91\xb2\x07\xfb\x26\xe2\x67\x4b\x08\x50\x6b\xca\x67\x9a\x49\x4f\x32\x7d\xf3\x55\x64\xd2\x57\x5c\xaf\x5f\x50\xfe\xab\x51\x44\xeb\x88\xcc\xeb\x11\x9e\x20\x43\xb4\xd9\x54\x99\xd4\xfd\x24\xa1\xda\x30\x72\xd0\xdf\xbb\xbb\xd9\x0b\x25\xc5\x8d\x33\xa3\x4f\xdd\x9e\x67\xfe\x58\x70\xa7\x2d\x24\x16\x99\x28\x3d\xb2\xa2\x5d\x29\xf3\xc3\x1d\x05\x4a\x12\xc6\xe2\x5b\xeb\xd6\xe6\xc2\xf0\x28\x0b\xdd\xa4\xba\xf1\xbc\xdb\xe2\xf8\x6d\xfb\x83\xcb\x80\x5b\xea\x33\x28\xda\x76\xb1\x31\x9b\x5a\x97\x90\xb1\x15\x1c\x4c\x8c\xc1\xc4\xe8\x1f\xa0\x09\xd0\xba\x3e\x56\x46\xc8\x91\x26\xb3\x3c\xf1\x4d\x13\x04\x5b\xcb\x38\x8d\x2b\x30\xe2\x68\x1a\x5f\xeb\x5f\xdd\x32\x91\xfa\x55\x9b\x83\x21\x65\xeb\x57\x64\x61\x14\x22\xb5\x64\x71\x24\x07\xce\x99\x16\x68\x44\xa8\x99\xb2\x22\x7c\xda\x30\x48\xa0\x5a\x81\x2a\x63\x06\x6b\x5e\x6c\xf4\xa8\xdd\xfa\x0d\xe5\xfe\xe0\x3e\x02\xdb\xdb\x1a\x88\x44\xa8\x8d\x10\x7f\x18\xec\x41\xe3\x35\x58\xa8\x0e\x6b\x49\x03\x2e\x3a\x45\x75\xe8\x30\x50\x0f\x3f\x49\x74\x26\x31\x64\x62\x5f\x30\xcf\x43\xf9\xbc\xd9\x68\x04\x08\xab\x9c\xad\xe2\x7c\xca\x53\xa5\xc8\xc8\x38\x1b\x42\x65\x95\xc4\x6c\x57\x1b\x58\x17\x64\xae\x45\xd5\x42\x6c\xe0\xf0\xbd\xd4\xa4\x01\x1d\x4a\x40\x89\x0c\x90\x33\x0d\x80\x40\xe6\x44\xfd\xea\x87\xf4\xd1\x32\xb3\xdd\xe3\x96\xd9\x29\x3d\xeb\x7d\xb9\x9a\xce\x8b\x17\xe5\x1f\x2a\x72\xc0\x47\x3e\x5f\xe4\xd3\x52\x45\xca\x96\x55\x98\xcf\x48\x5f\x02\x4f\x64\x75\xbf\xb6\x27\xf9\x62\x46\x97\x2c\xe3\x73\x7c\xd5\x78\x69\x39\xbd\xe1\xaf\x19\xe9\xe3\x63\x15\x90\x4a\xc5\xa3\x92\x7f\xae\x61\x3d\x7d\xcb\x1c\xd7\x9c\x43\xd1\x87\x1a\x09\xec\x0d\x1c\x64\x83\xc7\x99\xb9\x76\x2e\x1b\xd1\xf7\x5c\x44\xff\x2a\x06\x69\x0d\xdd\x5f\x90\x9a\x8c\x9a\x07\x21\xf3\x5a\xe3\xe5\xd9\xe6\xff\x99\x6d\x96\x87\xd6\x5f\x33\x92\x84\xc7\x60\xe5\xd5\x34\x1f\xab\xf9\xef\xa8\x24\x69\x89\xdb\x0f\x2f\x2b\x49\xa8\x34\xc1\x05\xf5\x93\x5b\xda\xf0\x49\x16\x3c\xcd\x42\x0a\x86\xa9\x52\x51\xfd\x2d\x43\xeb\x84\xf4\xc3\x78\xba\x96\x03\x07\x2e\xe4\x7b\x77\x7f\x49\xea\x0e\xe4\xfb\x7d\x50\x70\xdd\x26\x83\xf0\x3d\x79\xb7\xb3\x61\x56\x73\x9e\x55\x55\x29\x6b\xe4\x6f\x19\xda\x5a\x19\x7e\xcd\xc2\x48\xaf\xdf\x77\x46\x99\xf0\x4e\x5a\x4d\x8b\x79\x86\x9a\xe4\x5c\x87\xd7\xba\x79\x51\xa3\x61\xfd\x56\x61\xfc\x79\xe6\x6b\xff\xd1\xb5\x33\x0c\xd2\x53\xa8\xf2\x26\x31\x3f\xa1\x1b\xf2\xe7\x45\xf5\xd8\x74\x6e\x79\x3f\x3c\xae\x4d\xd3\x7b\x42\x83\xf7\xe4\xbd\xb4\xd3\x36\xf7\x6d\xef\x1d\x98\x80\xcc\xb7\x49\xec\x9d\x6e\xdb\xb1\x75\x19\xed\x70\xb3\x66\x9b\xd5\x76\xa2\x47\x48\x32\xe6\x5d\x6d\x0a\xde\x3b\xd6\xe7\x70\xdf\xf6\x9e\x44\xf8\x1d\xa1\x12\xc1\xd1\x06\xd6\xaa\xf3\x48\x31\xa2\xef\xe0\x6c\x5b\x1b\xba\x77\x35\x57\xb6\x6a\x14\xdf\x59\x3e\x39\xd5\x60\xca\x54\xe9\xbc\x74\xa1\x52\xe0\xef\x3f\x18\xd6\xad\x19\xd6\x0a\xa0\x20\x73\xf1\x9f\x5a\x2d\x69\x86\x91\x4f\x51\xe0\xd8\x2c\xfe\x96\x55\xc6\x32\x62\x62\xb0\x10\xf5\x2f\x6c\xaf\x30\xe0\xec\xf5\x61\x11\x2b\x40\xfa\xf5\x1c\xf3\x32\xe6\x73\x1e\x1f\xf3\x78\xc5\xf8\x9c\x50\x65\x1c\xf4\x0e\x2c\xd5\xab\x3e\x27\x84\xb5\xf8\xe3\x24\xf6\xb5\xbb\xda\x5c\x52\x22\xf9\x77\x28\xff\x68\xe7\x01\xed\x3e\xb5\xb5\x4a\x25\x9c\x24\x21\x73\xcd\xfd\x9d\xf2\xb8\x2e\x2b\x26\x96\xab\x54\x28\x91\xcb\x52\xa2\x70\x0b\x0a\xc2\x43\xe5\x15\x36\x21\x85\x74\x8d\xc9\x13\xdf\xff\x9a\x79\x13\x04\xaa\x38\x55\xa2\x84\x2b\x56\x5e\x08\x6b\xe5\xfc\x42\x61\x24\x83\xa2\x27\x1f\x30\xa7\x29\x9f\xab\xe1\x08\x8a\x9e\xfd\x53\xbe\x93\x64\xa2\xde\x48\x3a\xb1\xdc\x61\x70\x4c\xdc\x8f\xe0\xf8\x6a\xe7\x0e\xa8\x1f\x63\x5d\x9d\x8a\xc4\x2b\xef\x71\x64\x93\x26\x7f\xab\x49\xa3\xf2\xfb\x8d\xd2\x84\x99\x0d\xfd\x94\x64\xa4\xc4\x09\x89\x51\x60\x46\xa2\x0c\x8f\x25\x17\xde\x90\x09\x38\x48\x4c\xb6\x85\xf2\xa3\x72\x7d\xdc\x0a\xcf\x2b\x60\x62\xaa\x02\x13\x12\x07\x99\xf6\x8c\x7b\xce\xfd\x18\xd7\x38\x3f\xda\x6c\x94\xab\x6e\x63\x4f\x88\xc3\xc8\x72\x01\x48\xd4\x2f\x49\x19\x59\x8d\x3e\xd5\x17\x6a\xe9\x9c\xd6\x8a\xc2\xac\x17\xab\x7d\xf7\xcc\x89\xc8\xfa\x7f\x6b\x79\x54\xf5\x61\x5e\xad\x0c\x9c\xdc\x70\xd0\xe6\x68\xcd\x9a\x4e\x6b\x29\xa9\x68\x7c\xda\x49\x08\xf5\x13\x9c\x6a\xda\xc0\x29\x91\xee\x6a\xca\x51\x3f\x95\x83\xff\x9c\xfb\xc9\xdf\x18\xe6\xa4\x3a\xf4\x9a\xf1\x05\x23\x1e\x6b\xec\xeb\xfd\x55\xc9\x7a\xb8\x13\x1c\x3b\xe3\xfa\x3a\x73\x6d\xd9\xa3\xde\x97\x94\x2f\x95\xc0\x24\x16\xab\x1f\xf5\xbe\x2c\xa6\xab\x39\xe3\xda\x7e\x30\xba\x59\xbc\x72\x06\x8a\x12\x4e\x08\x89\x0d\x72\x2f\x88\xcb\x2b\x40\xd5\x38\xe6\x54\x7a\x9d\x63\x4a\xc4\x02\x97\x6e\x1f\xe8\x3b\xa5\x93\x18\x2f\x95\x33\x95\x0c\x31\x5c\x99\x51\xd9\x2d\xb5\xf2\xd4\x48\x02\x6e\xd0\x1c\x63\xf1\xac\x6e\x00\xf1\xc1\x22\xa9\x86\x85\xdf\x81\x36\xbb\x4c\xdc\xb1\x82\x2b\x96\xaa\x05\x38\x23\x95\x58\x01\xc0\x8c\x2b\x35\x45\x7e\x13\xf1\xe3\x75\xe6\x73\x09\x3c\x81\xf0\x84\x14\xa7\x83\x33\x5c\x92\xe2\xb4\x7f\x16\x16\xe4\xbd\xf2\x55\xac\x7b\x6c\xcf\xc8\x21\x18\x50\xe2\x23\x32\xb3\xcd\x8b\xf1\x57\x72\xd8\x93\x8d\x08\x0f\xc5\xe3\x2a\x5a\xb0\x79\x1e\x71\x75\x2f\x77\xdc\xf0\x07\x58\x8b\x62\x82\x19\x96\x1f\x05\x11\x36\x9f\x04\xf1\x36\x84\x86\x4b\x35\x80\xdd\x72\xa7\x4e\xc2\xc2\x59\x6f\x61\xfd\x9e\x28\x80\x0b\x7b\x44\x42\x25\x90\xa6\x98\x22\x30\x9e\xb5\xdf\x3d\xe7\x7e\x89\xa9\x20\xfd\x89\x38\xe9\x51\xf2\x22\xf5\xaf\x10\xe6\x0d\x62\xd9\x10\xea\x71\xbd\xf8\x20\x05\x85\x94\x34\xf3\x85\xbc\xc7\xcb\x25\x2d\xd3\x09\x37\x1f\x56\xe1\x9b\xc9\xa8\xac\xde\x43\x44\x21\x2c\xce\xcb\xfd\x47\x99\x89\x8c\xb2\x3f\xb8\xf3\x91\xf9\x19\xc2\x97\x64\xf0\xe8\x51\x11\xc6\xa7\xc5\x99\x28\x23\xf3\xc8\x5f\x97\xdb\xed\x16\x9f\x32\x1c\xe1\xf8\x0c\xed\x1a\x21\x6d\x2a\x56\x75\x13\xd7\x62\x91\xd0\xda\xcc\x31\xe2\x8c\x22\x80\x83\x30\x9f\x5a\xe3\xa4\x0d\x7e\x61\x74\xc2\xb6\xd1\x89\x6b\xa3\xa3\xd0\x3f\x2e\xd0\x9a\xd9\x8d\x93\x44\x7d\x11\x6e\xd1\x76\x8b\xb6\xf8\x54\xf6\xe4\x39\xf7\x8f\x00\x0c\xf8\x39\xf7\xbf\xe2\x48\x3e\x1c\xca\xd0\xae\x94\x38\x3e\xff\x58\x73\xcd\x0a\x2a\xa0\xc6\x61\x83\x97\x19\x6e\x30\xa2\xa0\xdc\x62\x6a\x38\x2e\x99\x90\x37\x99\x15\x77\xe8\x18\x53\x84\x0b\xc9\xd6\x09\xc5\x85\xb5\x8b\xa8\x9b\x6a\xb3\x52\x70\x51\xa3\xe2\xc2\x62\x82\xd5\xad\x6b\x69\xaf\xf4\x3f\x6a\xbc\x4e\xec\x23\x06\x25\x26\xf3\x63\x5c\x47\x7f\x79\x6b\x6d\x3a\x42\x76\xdf\x61\x54\x4e\xa5\xcf\x8b\x8f\x9a\x1c\xdb\x66\xcd\x14\x74\xed\xb2\x73\xff\x95\xb1\x84\x70\xe1\xd6\x68\x36\xc6\x32\xdc\xb1\xc7\x52\x67\x0b\x38\xce\x6c\x6f\x99\xf5\x92\xa6\x01\xc5\x6c\xce\x45\x15\x11\x8e\xf9\x62\x39\x9f\x5e\x07\x0c\xc7\x7c\xb6\x08\x62\x5b\x18\x89\xc8\xb1\xe3\x55\xad\x77\xa7\xa1\x1f\x09\x09\x48\xab\x0f\x95\x8b\xaa\x93\x97\x44\xae\x81\xb1\x72\x53\xa7\x28\xf0\x99\x63\x5c\x6c\x74\xd8\xc3\xd6\xfc\x81\x1f\xd7\x30\x0f\x28\x56\xef\xe2\x5a\x0d\xad\x47\xb2\x77\xf5\x29\xa6\xc4\x02\xf5\x33\x66\x8a\xb5\x69\xb5\x0a\x78\x9f\x55\x6b\x5d\x10\x94\x9b\xb3\xca\xf7\xa1\xb1\xcd\x40\x75\xc7\xda\xf5\x80\x8a\xe5\xec\x54\x72\x9c\xf9\x83\x8d\xf8\x42\xa1\xa4\x1a\x47\xcd\x58\xaa\x2e\x63\xc7\xd1\xe7\x63\xa3\x7c\x20\xef\x98\x34\x3e\x53\xbb\x57\x15\xd0\x4f\x9f\x72\xb5\xd4\xff\xae\xe1\x62\x93\xf6\x14\x19\xb8\x60\x10\x8f\xc5\xa2\x01\x74\x93\x05\x42\xeb\xe3\x0c\x0c\x9d\x13\x1c\xeb\x81\xde\x6e\x7f\xa4\x7b\x89\x03\xf0\xf6\xc9\x39\x3f\x89\x61\xbb\x3b\xb8\x87\x0f\xb0\x8b\xe1\xf4\xa7\x9b\xeb\x63\x7b\xae\xcf\x8d\x5c\x07\x78\xaf\x96\xe7\x24\xb3\x2c\xfc\x5b\x0f\x6b\x96\x39\x99\x8f\x70\x04\x7e\x9b\x15\x27\x95\x37\x5e\x68\xeb\xfa\x53\x54\xf7\x25\xb5\xaf\x8d\xa6\x81\x3a\x85\x38\x0a\x13\x47\xa3\xfc\x93\x61\x5a\x8c\x54\x17\x3d\x95\x6b\xe8\x90\xe9\xd0\x93\xa7\xf4\xcc\x51\xb1\xe9\xfe\x9e\x64\x4e\x68\x37\x8a\x1c\x1e\x47\x73\x1f\xad\xab\x9f\x51\x6e\xdf\x59\x00\x09\x45\x15\x09\x45\x5a\x2f\xaf\x65\xe7\x5d\x22\x72\x6c\xfb\x87\x3e\x16\x84\x11\x9f\x0e\x8c\x0a\xaa\x13\x0b\xd9\xa6\xf6\x35\x39\xa5\x38\x3a\x6b\x59\xa2\xec\xff\x5d\x93\x60\x92\xbe\xd7\x30\xfb\x4e\xd6\x69\x1a\x4f\x7d\x04\x20\x5e\x0f\x7e\x61\xc3\x87\x0f\x02\x66\x4f\x31\xf5\xbb\x7d\xb4\x95\xef\xef\x3f\x62\xc3\x87\xf7\xdd\xf7\xb2\x88\xab\xac\xb7\x9c\xd3\x52\x42\xde\x87\xce\x2f\x32\x00\x81\x80\xc2\xdd\x71\xe4\x23\x83\xce\xe5\xe6\x62\x62\x43\xb7\x1d\x00\x6b\x9b\x5e\xcd\xff\x58\x1e\x54\xb9\x3e\xa8\x32\xf7\x84\x0a\x24\x63\x9d\x4a\x6b\xda\x27\x9c\x92\xa8\x8e\x49\x93\x0e\x95\x7e\x20\x09\x7c\xad\x29\x90\xfc\x59\xe1\x75\x24\x62\x97\xd4\xa7\xa7\x24\x4c\xeb\xa0\x1d\x94\x10\x72\x6c\x20\x70\x53\xcf\x4b\x45\x02\xfa\x96\x91\xeb\x8c\x74\xfb\x46\x53\xe4\xba\xa3\xeb\xda\x37\x1b\x91\x9e\xca\x74\x04\x76\x5a\x51\xdb\xf9\x4f\x5f\xfb\xa4\x08\x69\x0c\xb6\xac\x96\x53\xee\x95\x05\x49\xfd\x0c\x33\x14\x26\xae\x2e\x20\xd5\x09\x1a\xb6\x20\x4f\xfc\xe7\xdc\x07\x90\x73\xc5\xfd\xa4\xe8\x35\x11\xcb\x4b\x4d\xd5\xb6\xf2\xd2\x56\x5e\xf2\xbf\x66\x42\xfe\xa6\xda\xa3\x35\xb8\x4c\xf1\x6a\x61\xb0\x18\x83\xc3\x0c\x7e\xaa\x97\xf2\x97\xda\x54\xe5\x8f\x17\xe7\x33\x3e\xa7\xcb\xfc\x92\x3f\xa7\x65\x3c\xe1\x2a\xf9\x15\xbd\x9e\xae\x96\x4e\xce\xd7\xfc\x7c\xaa\x1e\xf5\xf4\xea\x5f\x89\x7a\x92\x93\x2c\x9f\x9f\xf0\x68\x95\x02\xbc\x94\x49\x48\xf8\x7c\xce\x63\x3b\xed\xbd\xa1\x3b\x5d\x89\x14\x48\xdf\xc9\xa3\x84\x4c\x7b\x33\xa3\x17\x2b\xfe\x22\xe6\xe5\x32\x4f\x72\x55\xad\x86\x56\xcc\x17\xbf\xf3\xab\x63\x2e\x58\x58\x3e\xe1\x73\xf0\xfa\x7f\x72\xf3\x98\xb8\xbe\xec\xcf\x1b\x7b\xae\x58\xaf\x0d\xf6\x60\xad\x5f\x7b\x44\x65\xd1\x6a\x9c\x3e\xb5\x8f\x68\xdd\xb7\xff\x6f\xf3\xe1\x0f\x2d\x7c\x78\x54\x6a\x4e\xdc\x98\x2e\xb7\x7f\x6e\x19\xb0\x77\x99\xd9\x74\x73\x2a\x0f\xfe\x5d\xfc\xf1\x87\x78\x9b\x4d\x1d\xf5\x7e\x2b\xfe\x61\x97\x2f\x3b\xee\x47\x28\x88\xc2\xb8\xae\x13\xb2\x44\x5f\x51\x7b\xfc\x0f\x45\x5f\xda\x22\xf9\x46\x3f\x2a\xf9\xc6\x4d\xc9\x57\x93\xfc\x3b\x8b\xe4\xdf\xd6\x49\x9e\xe6\x4d\x92\x6f\x3a\x35\xc2\xf9\x00\x33\x12\x9d\xf6\xcf\x70\x4c\xa2\xd3\xc1\x59\xf8\x29\xab\x87\x9c\x8c\x6a\x5c\x7d\x54\xb6\xf1\xf5\xd8\xa7\xbb\x58\x7a\x24\x4e\x9b\xb4\x42\x3c\x64\xdb\xda\xda\x6b\x9c\x2b\xdf\x66\x72\x97\x20\x54\xee\x6a\x71\x6e\x8d\x0f\x15\xdb\x5e\x08\x82\xaf\x1e\x26\x41\x04\xdb\xe6\xfa\xbd\x81\x02\xea\xb3\x2d\x95\x08\x6b\xeb\x38\x1b\x44\xd8\x3a\xcc\xaa\x0d\x43\xe9\x18\xa8\xa5\x63\x60\xdb\xb6\x33\x58\x2b\xe3\xb0\xfa\x69\x5d\xb1\x53\xd2\x1d\xe0\x88\xac\x12\x7b\xe0\x29\x1c\x59\xbb\x7d\xcc\xfc\xd1\xad\x79\x30\xba\x75\xdb\x5f\x26\xb7\x6f\xbb\x78\xf2\xa8\xa9\x1d\xba\x8b\x50\xb8\x15\x73\xfa\x36\xf3\x23\x24\x26\x14\x02\xcf\x1d\x83\xd5\x1a\xc4\x7b\xf5\x8d\x4c\x2b\x44\xce\xe3\xcc\xbf\x6b\x6f\xe3\x37\x56\xb7\xc5\xa3\x52\x09\xf3\x20\x34\x5a\x4e\x77\x11\xd9\xfd\x5d\x08\x6d\xa9\xf2\xde\xcc\x3d\x9f\xde\xcc\x3d\xa3\x7c\x27\xff\xfb\xb3\x9d\xff\xfd\xd4\xdc\x51\x3e\x57\x3b\x0a\xcb\x6d\x9e\xf1\x9b\xd9\x51\xde\x5b\xcb\xab\xa9\x15\xf9\x2d\xf3\x5f\x66\x72\x96\xff\xf6\xaa\x93\xdf\xd6\x96\xdd\x9f\xdf\x5d\x76\xff\xd7\x17\x9d\x6c\x97\x58\x70\x6a\x55\x89\xa3\xa1\x51\x01\x8e\x4a\xda\xb6\xc4\xfe\x68\xdf\x22\x77\x8d\xd8\x69\xff\xec\x3b\xd3\xff\xec\x7f\x72\xfa\x5f\xfd\xe0\xf4\xbf\xfa\x0f\xa6\xff\xd5\xff\xd2\xe9\x7f\xf5\x7f\x75\xfa\x5f\xfd\xe0\xf4\xf3\xbc\x6e\xa9\xf0\xe6\xaa\xe4\x73\xbc\x72\xe1\x41\x93\xdc\xc2\x89\x92\xd6\x76\xe6\xae\x7e\x78\x92\xfa\x91\x8e\x1d\x15\xa3\xe0\xb3\xf4\x4a\x84\x4c\x35\x34\xf6\x34\xb7\xfd\xd7\x64\x60\x1f\xb1\x4f\x1b\x05\xf9\x9c\x27\xe1\x52\x7c\xcf\x51\x18\x13\xcb\xc6\x20\x51\xb7\xfd\x95\x1d\x51\x77\x55\x39\x94\x3a\x9a\x22\x17\x9b\x52\xdb\x16\x92\x3b\x77\x07\xf7\xb1\x3e\x00\x90\xbf\x38\xce\x64\x63\x38\xd2\xee\xd0\x1b\x32\x08\x55\x47\xc1\xb8\xc0\x94\x0e\x5d\xb1\x0f\x49\x79\xee\x1a\x3f\xd8\x17\xd1\x4a\x29\xc2\x8c\xb5\x51\xbb\x9a\x20\xf5\xbc\xee\x38\xf7\x53\xa4\x85\x42\x38\x86\xd8\xd0\xc6\xc6\xbb\x81\x01\x08\x05\x9d\x73\x2b\x2b\x73\x11\x92\x4d\x53\x01\x15\xea\x2e\x96\xee\xa6\x24\xc5\x85\x6c\x69\xaa\x5a\x1a\x52\xcb\xa9\x59\x0a\x54\x38\xc2\x91\xb4\xb1\x06\xec\x9f\x39\xd7\xf3\x40\x2b\x13\x4b\x77\x24\x08\xdd\xa6\x3a\x9a\x81\x89\x73\xce\xbd\x04\x41\x80\xad\xd4\xb5\x97\xc2\xac\x6a\x3f\xae\x44\xe1\x21\x0b\x5e\x72\xcc\x7c\x71\xb6\xf1\x3c\x59\xad\xc2\x93\x30\x47\x6c\x35\x41\x89\x33\x41\xe0\x52\x9f\xe2\xf8\xc7\xdb\x6a\xcd\x5b\xd1\x3e\x6f\x92\xa0\x5e\x72\xbf\x66\xeb\xd5\xd2\xb6\x3c\x81\xcb\xb6\x01\x06\xc3\xd5\xc4\xe3\x08\x29\x80\x62\x49\x66\x83\x7b\xfb\x0f\x0e\x2a\x90\x62\x79\x91\x65\x9a\x24\x2d\x5e\x14\x11\xe2\xaa\x7f\xda\x39\x26\xb7\x9c\xa8\xed\x76\x9f\xe7\xf5\x5b\x37\xdb\x52\x51\x42\xcb\x69\xff\x8a\xe4\x66\x0b\x0c\x49\x91\x59\x1e\xc7\x5c\xd2\x63\x0c\x93\xbf\xd9\x8c\x6e\x69\x46\x71\x27\x16\x2c\xf5\xce\x55\xbe\xcc\xa6\xab\xe5\x9d\x2c\x8f\xb5\x23\x80\xcc\x8b\x4c\x08\x5f\x29\xe5\x1c\x20\x54\x57\x78\x02\xd2\xe9\x2b\x89\x5b\xbc\xc5\x65\x2e\xfd\xb9\xf5\xad\x1e\x8c\x18\xf3\x0c\x9c\xf2\x8f\x15\x50\x1a\x0c\xac\x5e\xf5\x92\xb9\x43\x6c\xcc\x4f\x9c\x5c\x1b\x16\x48\x7c\x0a\x31\xfa\x91\x05\x60\x5d\x21\x3a\x1f\xd4\xaf\x55\xed\x16\x50\xd5\x02\x2a\xbd\xa1\x64\x8d\xa6\x22\x3f\x26\x4e\x5d\x8d\x92\x40\x76\x0b\x62\xc2\x64\x29\x31\xd2\x5c\x86\x8b\x41\xd9\xcd\x65\xa6\x8e\xb6\x28\xb2\xc1\x63\x88\x0d\x99\xcd\x8c\xf6\x83\x2a\x72\x05\x5f\xe8\x6a\xd1\xec\x3d\xb0\xf0\x07\x1c\x16\x2c\xf9\xee\xb3\xc4\x67\x2e\xba\x52\x98\x90\xa7\x89\x0f\xb4\xa9\xd9\x31\xfb\x1f\x64\xc7\xec\x66\x76\x3c\xcb\x6b\x6e\xd1\xd0\x21\xdd\xbb\x6e\x3f\x7c\x99\xf8\x91\x32\x65\x4d\xc4\xbe\xa6\xfb\x64\x1b\x80\x57\xc1\x41\xaa\x4e\xf9\x96\xae\x49\x05\x68\x68\x26\xa8\xc6\xee\x21\xfc\x3a\x55\xd0\x1d\xf8\x8d\x7a\xc2\x1c\xe1\x58\x6b\xa1\x3a\x2d\xdb\x84\x55\x2f\xce\xea\xd6\xf2\x61\xaa\xf0\xb6\x32\x05\x73\x9b\x6a\xcc\x2b\x3c\x51\x48\x10\x37\x61\x6a\x4d\xaa\x08\x7d\xc3\x09\xb9\x4c\xfd\x09\x0a\xfc\x49\xcb\x6c\xe3\x89\x9c\xed\x89\xba\x30\x2c\x09\xdb\x89\x59\x85\x0f\x77\x20\xa9\x96\xbb\xd0\xac\xd2\x5d\x68\x56\xe1\xe1\x2e\x3c\xab\xf4\x07\x00\xd1\x46\xe5\xae\x6f\x77\x7e\xb4\xd9\xf8\x59\x97\x90\x78\xb3\x29\xc4\xa0\x20\xcf\xfb\x5d\xcc\x93\xd8\x1c\x27\xc8\x02\x2c\x9e\x35\x8c\x39\x52\x05\x1b\x35\x0b\x8f\xc0\x07\x1c\xa7\x82\x7c\x8a\x46\x3e\x55\xfc\xac\x0b\x91\x8a\x4d\x6c\x98\xcd\xe6\x2a\x1d\xee\x10\x04\x4a\x89\x2e\x26\xc8\xa5\x14\xa4\xd3\x28\x14\x61\x3f\x23\x57\xe9\x66\xf3\x4a\xe6\xca\x70\x8c\x67\xb8\x10\xb3\x35\xf4\xff\xe6\x10\xde\x08\x09\x96\xb6\x42\x82\xed\x92\x5f\x5a\x61\xc0\xda\x52\x77\xc2\x80\xdd\xd8\xc4\x1b\x5e\xfa\xa8\x51\xe2\xa8\x6c\x36\xcb\x02\xec\x8a\x2a\xc0\x2e\x14\x7c\xbf\x43\xed\x5f\xe2\xda\xea\x24\x0d\x8b\x27\x52\x40\xe4\x54\xf5\x52\xd3\x4c\x81\xcd\xb2\x25\x13\x1c\x93\xec\x3f\x68\x42\x4c\xba\x03\xc9\xc8\xd6\x0e\xef\x08\x15\x70\x7e\xd8\xe4\x21\x13\x12\x69\xa7\x4c\x07\x1b\x67\x98\x05\x13\x83\x4b\x92\x21\xc3\x6b\x26\xe1\x61\x4d\xbe\x08\x67\x15\xe3\x09\x8b\x1f\x60\x3c\x85\x61\x3c\xc5\xb0\x10\x8c\xa7\x40\x81\x5f\xb4\x31\x9e\x42\x32\x9e\x42\x31\x9e\xa3\x1b\x18\x4f\xe8\x97\xbb\x30\x9c\x37\x9b\xd1\x0e\xcb\xc9\x9d\xbc\x07\xfd\x47\xac\xe7\x1f\x32\x9e\x43\xc5\x19\x6c\xc6\x53\x68\xc6\xf3\xa3\x4c\x47\x8c\xd3\xd7\x56\xc6\xa3\x8a\xff\xfa\x83\x8c\xe7\xa8\x62\x3c\x47\x82\xf1\x34\x0a\x45\xd8\x9f\xd8\x8c\x67\x02\x8c\xe7\xab\x98\xad\xa1\x5f\xfe\xbd\x01\x94\xa3\xfe\x83\x43\xa7\xc1\x0e\x7f\x8c\xf5\xe8\xa2\x5b\x93\xfd\x18\x8f\x4a\xd1\xe4\xbf\xc5\x83\xaa\x22\x77\xbf\xf5\x63\x39\x14\x3b\x0b\xb6\xd7\xb2\x2e\xd0\x59\xcc\x7f\x93\x64\xed\xaf\xf7\xee\xde\xab\x73\xb2\xd6\xd1\x34\x55\x6f\x36\x99\x63\x4d\xaf\x28\x79\xd6\x34\xb1\xdf\x6c\x76\x36\xb2\xfb\xfd\x46\xfe\xb3\x7a\x44\x77\x7e\x80\xbd\x7e\x6d\x63\xaf\x5f\x2d\xf6\x5a\xe0\x98\x4c\xfe\xe6\xb8\x8c\xca\xff\xf5\x23\x23\xb9\xbe\xf6\x6d\xca\x1d\x29\xdc\x96\x83\x2f\x6a\xc7\x5b\x75\x80\x50\xe6\xa6\x75\x57\x4b\x19\x81\xce\xf3\xba\x46\x70\xe7\x9e\xf7\x9b\x44\x9f\xeb\x0e\x90\x75\x3c\x8d\x9d\xad\x86\xe7\x55\x6c\x49\x6d\x90\xbd\x6b\x61\xb7\xb2\x73\xd0\x9e\x2b\xe3\x12\xa5\x00\xf2\x1d\xa9\xbf\x12\xc0\xd3\xa1\xaf\x0f\xf2\x8e\x5a\x09\x44\x6f\xc0\x0d\xb3\x5e\x42\x62\x86\x13\x84\x02\x75\x6e\xc8\xa4\xf2\xa0\x7e\xd1\x24\xf1\x7d\xad\xde\xf6\x1b\xa7\x8b\xca\xe3\x2c\xb7\x02\x82\x5a\xa3\x60\xb6\x48\xa5\x1b\x1d\xca\x68\x8c\xb5\xd4\x46\x82\xf4\x64\x55\xa1\x11\x03\xf3\xe8\x79\xea\x73\x2d\xdf\x77\x07\x28\x94\xbe\xd8\x2e\xbe\x80\x46\x4b\x5f\xe4\x64\x5d\x73\x16\xc3\x73\xbe\x9c\x5f\xbf\x02\xdb\x76\x27\x18\xdc\xf2\x7b\xda\x83\x3f\xcc\x7e\x2c\x4e\x47\x38\x0d\xfd\x26\xb5\xa0\xcd\xc6\x4f\x49\xe9\x84\x6b\x6a\xf1\xcf\xe9\x0e\x02\xf8\x92\x7b\x7b\x08\x85\xe9\xd0\x17\xe7\x2f\xeb\xd4\x77\xef\xae\xbc\xeb\xbc\xa9\x10\x0b\x63\x3e\xee\x25\x4a\x13\xbd\xd9\x74\x65\x82\x51\x67\x52\x91\xeb\x7d\x96\x2f\x9e\x99\x2c\x3e\xdf\x90\x01\x0a\x5f\xf8\x7f\x60\xee\x0d\xec\xf3\x9d\x98\x43\x03\x7e\x6d\x0a\xf5\xbc\x19\x5c\x95\x50\x4b\x81\x12\x72\x2b\x83\x28\x21\xa9\x4c\x72\x56\xa0\x05\xc0\x0a\x6d\x4d\xfa\x21\xef\xd4\x1a\xb0\x6d\x83\x81\x2d\x72\xac\x5c\xef\x5a\xf0\xb9\xaa\x9e\xf1\xaf\x33\xce\x96\x3c\x7e\x35\xa5\xf1\xfb\xfc\x9c\xff\xf3\x06\x8c\xca\x96\x26\x68\x4d\xc8\xfe\xfe\xdd\xbb\x07\x07\xfb\x7b\x98\x86\x8c\x5c\xe6\xfe\xfa\x7c\x1a\xf3\x60\x74\xeb\x32\x5f\xe4\xd1\x84\x8f\x6e\x61\x3d\x26\x01\xdd\x6a\x25\xa1\x02\x8c\xab\x3c\x8a\x1b\x1a\x37\x66\x79\x72\xd4\x61\x76\xd7\xf6\x78\xc6\xe4\x4a\x69\x5b\x2d\xc0\x35\x33\xf4\xa2\x8b\x89\xd6\xd6\x60\xae\x15\x8e\xf5\x40\x54\x2d\xba\x16\xc0\x62\x73\xc6\x21\xb0\x7e\x71\x5b\x57\xb3\xd5\x50\x1b\xaf\x94\x66\xce\x8a\x95\xf6\x57\x53\x93\xb3\xc8\x71\x1c\x32\xf2\xb5\xd1\x6c\xd6\x64\x33\xf6\x8d\x3e\x0c\xc9\xff\x44\xbf\x47\xe5\xff\x78\xcf\x2b\x5f\xcc\xbc\x09\x2d\x2e\xf5\xce\x46\x99\x1c\x11\x4d\x83\x5a\x41\x59\x91\x60\xb4\x0d\x95\xa2\x79\x0f\x59\x60\xe1\xbe\xd3\x8d\x3e\x4e\x1c\xe6\x46\x22\x14\x24\x82\xb6\x23\xcc\x71\x5f\x93\xae\xc4\x9f\xe4\x06\x72\x2f\xb1\xbd\xe3\xcd\x63\x62\xb0\x8e\x58\xa8\x1a\x48\x92\xaa\x5f\x16\x83\xfd\xda\xd2\x33\xd9\x21\x4a\xb8\xc1\x1b\x60\xe4\x7d\xea\x73\x7c\xc3\x2a\x63\x5b\x14\xda\x8a\x55\xb8\x3e\x66\x6a\xb5\xc6\xce\x9a\x63\x2e\x8a\xac\xa3\xb2\xaa\x41\xeb\x62\xed\xbd\xfd\x00\xdf\x80\xc9\x4b\xeb\x5b\x20\x71\xba\x78\xd5\xa2\x36\x54\x1c\x21\xb5\x7a\x9b\x3a\xa8\x5e\xd9\x0d\xd3\xc9\xd4\x74\x26\xd0\x4b\x55\x67\x97\x90\x74\x08\x06\xbd\xea\xf6\xc8\x9d\x5b\xe6\xce\x6d\x86\x53\x15\xdc\xca\x32\xfd\x95\x45\xb8\x1d\x65\xf6\x2f\xd7\xca\x37\x55\x66\x66\xd6\x78\xdd\x08\x5d\x2c\x33\x30\x79\x09\x91\x55\x41\xd5\x87\xb1\x84\xfa\x8d\x51\x20\x71\x8f\x40\x3a\x53\xe0\x9a\x71\xa5\x23\x0c\x63\x7b\x0e\x5b\xa6\x33\x0e\xcd\xf8\xb7\xa0\xc7\x5e\x2b\x95\x30\xd5\x6e\x5b\x51\xd8\x8c\x0b\x59\xda\xd1\x1a\x27\x26\x50\xe3\x22\xf5\xf5\x35\x09\x8e\x1c\xb9\xf1\x5b\x4d\x6e\x94\xf2\x62\xdd\x51\xdd\x18\xec\x35\x1c\x42\xf2\xc5\x63\xca\x8a\x2b\x3a\x8f\x17\x10\x97\x50\x48\x74\xc6\x62\xc7\xfc\x7c\xb7\xa4\x73\x19\xc0\xa8\x0f\x26\x3a\x41\x8c\x97\x34\x9f\x04\x0c\xfe\xbc\x16\x84\x22\x23\x9f\x69\xbb\xa6\x6d\xe0\xa7\x3d\xab\x6c\x12\xe1\xb4\x67\x8a\x93\xb4\x6d\x25\x98\xf2\x49\x1f\xa7\x30\x67\x70\x4a\x10\x85\x13\xa6\x1e\x44\x2d\x84\xab\xd7\x6a\x4a\xdd\xab\x96\xc3\xef\x5f\xb5\x58\x18\x26\x38\x01\x78\xa3\x7c\x62\x2e\x0e\x1d\xce\x18\x57\xa2\x55\xa8\xef\x3d\x62\x21\x19\xc5\x24\xf6\x06\x9b\xbd\x4a\x7b\x7c\xef\xc0\x71\x69\x95\x6b\xd9\xb9\x59\x12\x32\x18\x0d\x24\xac\x82\x06\x3c\x29\x9d\x90\xfe\x16\xce\x40\xfb\xf6\xeb\x79\x40\x3f\xd6\x4d\x0c\x60\xb6\xc8\x4f\xea\xaf\x4c\x11\x0a\x77\x85\xba\xb8\x2b\x34\x34\x11\xcd\x1d\xdc\x15\x5a\x05\x18\xed\x50\x07\x79\x85\xb6\x22\xaf\x50\x83\xbc\x42\x2b\xe4\x95\xaa\x00\x2b\xba\x28\xad\xa3\xae\x18\x94\x08\x5a\x95\xbd\x8d\x3d\x32\xd8\x0a\x01\x50\x02\xc6\xba\xec\xb4\x71\xcd\x24\xf1\x4f\x65\x9f\x15\x42\x09\x57\xe8\x24\xa3\x5b\xc9\x74\x0e\x74\x37\xba\x15\x18\x96\x04\x3d\xe2\x0e\xd3\x65\x21\xa2\x84\x55\xeb\x0f\x37\xe4\x5b\x40\xed\x81\xcb\x51\x86\xe0\x3e\xb4\xda\x12\x78\x15\x9b\xd1\xe7\x86\xef\xd9\x57\xec\x10\xeb\xc5\x7c\x82\x5d\xc6\x8f\xc2\x6f\x62\x6f\xeb\x0e\x84\x48\x88\x13\x87\xb7\x69\x40\x25\xd5\x9b\x48\x2f\x23\xe8\x8e\xec\xb6\xd3\x2b\xbb\x52\xdd\x37\x1e\xa2\xb5\xd8\xc3\xda\xd0\xc6\x6b\xfd\xab\x0c\x03\xb8\x86\x67\xb4\x36\x3f\x6e\x6d\xa6\xa2\xd7\x9c\xd0\xad\x6c\x7a\x5f\x89\x94\x37\xb7\x7e\x39\x4d\xf9\x32\x13\x12\x73\xa0\x7b\x5c\x1a\x6c\x1c\x65\x23\xd5\xf6\xb9\x46\x5f\x69\x93\x51\xb6\xbb\x6f\x94\x32\xc3\x05\xac\x9d\x35\x72\xe3\xb2\xba\x91\x6c\x11\xf8\xcf\x2a\xd1\x3a\xac\x2e\x39\xed\xeb\x46\x54\xbb\x71\xae\x76\x3d\xbd\xca\xea\xc8\x61\xfb\xc8\xbe\x66\x33\x18\x48\x15\x07\x60\x72\xdb\x71\xa1\x6b\x90\xb5\x87\x88\x99\xb5\x36\x1a\xb3\xaa\xcd\x5a\xb4\x16\x8f\x4d\x9b\xad\xe5\xe2\x9d\x12\x48\x7d\x2c\xeb\xe0\x47\x8f\x73\x7c\x94\xe3\x27\x39\x7e\x9a\x87\xa3\xf2\x71\x4e\x5c\x5b\xd4\x0a\xa3\xa2\xc6\xda\x98\x64\x16\x77\x89\x8a\x6a\xb1\xd9\xdc\xd3\x8f\x88\xf6\xe8\x4c\x34\x0f\x90\x6a\x7c\x0b\xf0\xa8\x62\x62\x07\x3a\x1a\x46\x75\x59\xaa\xc7\x90\xb9\xfc\x8c\x41\x74\xcf\x26\x3f\x63\x56\xc0\x64\x9b\x9b\xb1\x56\x6e\xc6\x0c\x37\x63\x36\x37\x53\x7c\x8a\x99\xf7\x5b\x56\x67\x66\xfa\x4d\x68\xcd\xc1\x76\x1b\x1e\x59\x23\x85\xd6\xe2\x58\xff\xc4\x1d\xbb\x9a\x3c\xed\xa8\xfe\xf3\xc4\xe7\x12\xac\x99\x3a\x1a\x9c\x16\x10\x33\x15\x83\x55\xc3\x67\x1b\x1e\x98\x97\xb3\xd5\x72\x74\x2b\xe0\xe4\x33\x95\x41\xba\x62\xf9\x14\xa3\x30\x21\xa7\x67\xee\x2a\x9d\xce\xa4\x02\x28\xe0\x84\x47\x3a\x3b\x8f\x76\x65\x5f\xf0\x09\xdc\x1c\x04\x5c\xc6\x54\xe4\x78\x0d\x20\xa6\x81\x5c\xd0\x5b\xf1\x35\xbc\x88\x1b\x2f\x9a\x85\x55\xd1\x36\x02\x4e\x52\x53\x7b\xda\xac\x5d\xf3\x84\x5d\x81\x71\xa6\xe5\xd1\x24\x67\xc5\xae\xb8\x26\x71\x95\xc1\xa7\xbd\x69\xc9\xc4\x33\x19\x27\x68\x7b\x29\x03\x51\x48\x7d\x9b\x0a\x9a\x07\x44\x33\xe9\xe4\x65\x07\xec\x26\xba\x71\x2f\xa3\x8b\x37\x57\xa5\x98\x21\x3e\x5f\x5e\xfb\x13\xe4\x79\xbc\x2d\x51\x12\x2c\x3f\x9d\x9c\x21\x05\xc8\x78\x2d\x8e\x0b\x70\xdb\x35\x41\xca\x05\x41\xbc\x86\x2a\x52\x51\x45\x86\xb2\x7a\x49\x29\x9c\x21\x36\x1b\x9f\x91\xf5\x16\x61\x76\x9a\x9e\x01\xde\x15\x52\x40\x3e\x31\x2d\x53\x3e\x9f\xae\x16\x93\xeb\x77\x7c\xf9\xa2\x2c\xf9\xfc\xf9\xfb\xd7\xaf\x60\x44\x26\x62\x08\xb4\x3c\x53\xa5\x2c\x56\xb3\xd9\x9c\x2f\x16\xa0\xd2\x2a\x97\x4f\xe3\x1c\xd4\x16\x9f\xe8\xbc\xd4\xc1\x55\x9c\x7c\xcf\x41\x4b\x95\x4f\xcb\x46\x0e\xba\x5a\x4e\x9f\x4d\xd9\x6a\xa1\x93\x7c\x46\x9b\x43\x31\x4c\x36\x1b\x5f\xcc\x1f\x84\x82\x4a\x00\x12\x53\xba\x6b\x4f\xb4\x5d\xac\x19\xe4\x58\xfb\xe3\xc6\x62\x60\x32\xa5\xb0\xe2\x43\x31\x4e\x41\xe5\xc2\xd6\x3a\x0b\x85\x02\x8a\x90\xdf\x14\xda\xaa\x22\x43\xf5\xf1\x9f\x40\x08\x4c\xc9\xb5\xd4\xb8\x77\x5b\x06\x7e\xb3\x29\x3c\xaf\x68\x4b\x6f\x9d\x90\x6a\x1a\x0b\xd4\xf2\x95\xe7\x65\xa7\xe9\x59\x97\x90\xe2\x34\x3d\x93\x73\x3a\x2a\xed\x42\x44\xba\x32\x72\x10\xc5\x9b\x41\x13\x47\x62\x39\x58\x0c\x09\xf1\x43\xc6\xe6\xbc\x61\xe6\x45\x0f\x87\x7e\x41\x8a\x61\xd1\xfb\xf2\x25\x5b\x9e\x4f\xd4\xc8\xe1\x8c\x64\xc3\xac\x96\xa6\x46\xcb\xf3\x32\x89\x13\xd1\x98\xa2\x02\xa1\xc0\x26\x23\x28\xbe\x2d\x14\x0f\xac\xb8\x66\x38\xf6\x02\x3a\xe2\x96\x09\x40\xa3\x85\x28\xf7\xbf\x45\x8c\xed\x94\xe7\x9b\xde\x8d\x6e\x4d\xcb\x77\x6c\x3e\x9d\x4c\x64\x0f\x3c\xef\x57\x41\x13\x2a\x05\x53\x84\x13\xa9\xe1\x2f\xf4\xb8\x8b\xd6\xdd\x78\x37\x2a\x88\x43\xe3\x0c\x13\x42\x7e\xa5\xc3\xa2\xb2\xe3\x6e\xa1\xf5\x02\xa1\x2d\x6b\x0c\xb0\x21\x4c\x08\xee\xa2\xc0\x8e\xc1\x50\xc8\xb5\xc3\x99\x54\x06\x41\x07\xdb\x6d\xf8\xb4\x6d\x1b\x61\x2a\x68\xb7\x75\xcd\x61\x45\x62\x7c\x96\x1b\xd7\xc7\xee\x24\xb3\x91\x51\xe5\xc1\xca\x6c\x1a\xfa\xb4\x1f\x00\xe8\x1a\x9c\x8e\xcc\xfe\x6e\x4b\x97\x76\xcc\x1d\x3b\xca\x0c\x23\xb5\x00\x3b\x46\x46\x96\xc5\x41\x21\x41\x4d\x05\xe2\x6c\x06\x6c\x3a\x99\xd0\xd9\x82\xc7\x20\xec\xd6\x1a\x11\xd7\xc5\x77\x23\x1a\xd8\x8d\x88\xeb\xc2\xba\x6a\x44\x3c\x8c\x2c\x74\x2a\x51\xb0\xd3\x2a\xf9\xec\x34\x2d\x88\x5d\x51\xc9\x16\x34\x7f\xbd\xf1\xb8\x19\x9a\xe8\x22\x15\x6a\xa2\x42\x9d\x1d\xdc\x33\x70\xb3\x6d\x28\xb4\xf7\xe5\x9f\x07\x2a\x55\x7d\xa4\x01\x5a\x0f\x02\x1b\xd9\x52\x81\xda\xaa\xa4\x67\x89\x32\x0a\x40\x9e\xf7\x6b\xe2\x2b\x93\x37\x15\x72\x39\xc9\x7c\x14\x3e\xf7\x7f\x17\xff\xbc\x46\xe1\x4a\xba\x0c\x3b\xb2\x45\xed\xc2\x43\x8c\xa4\xb9\x9f\xab\xbf\xc4\xf5\x04\x75\xa8\xb1\x8e\x87\xd6\x58\x4b\xc1\x6d\x9e\xf9\x11\x1a\x56\x14\x1a\xc4\x3d\x75\x0d\x52\xbf\x37\x0b\x8f\x72\xcb\x0f\xa2\xea\xc6\xdd\x20\x03\xad\xbf\x14\x9a\x6a\x30\xaf\x4c\x99\x4b\x34\x0f\x3a\x5d\xc7\x48\xec\x89\xad\x10\xc3\xda\xea\x4e\xc5\x3c\xf3\x6d\xdb\x3b\x64\x4e\xf6\x5d\x27\xe8\xcf\xa8\xb4\xcb\xab\x49\xfe\xf7\xee\x21\xa7\xe5\x5b\x5a\x87\x9e\xcd\x13\x1f\x86\x02\xad\xdd\x09\x30\x1d\x30\x4a\x3a\x47\x26\x8c\x4f\xaf\x92\x33\x12\x85\xf1\xe9\xd7\xe4\x8c\x24\x4d\x89\x2f\xce\xe9\x64\x9a\x8e\x6e\x05\x82\xbf\x31\x5a\x32\x2e\xf8\x5b\x8c\x42\xf8\x3d\x99\x8a\xad\xc3\x00\x4e\xeb\xf5\x96\x27\x73\x7a\xce\xc5\x62\x53\x82\xa0\xe2\x7b\xfa\x37\x3f\x8f\x60\x2d\x8a\x32\x26\x53\x1a\xb7\x14\x71\x99\xc7\x7c\x5a\x7d\x41\x57\x71\x2e\x7e\x4a\x85\x47\x3f\xa4\x8f\xfe\xe4\x36\x70\xdf\xaf\xfe\x9f\xfc\x94\x9e\x35\x8a\x91\x1e\x43\xaa\x2a\x2e\x86\xb3\xad\xb9\xe7\x69\x55\x53\x7e\x4e\x53\xab\xe9\x93\xbc\x2c\x9a\x9f\xdf\xd0\xf0\x98\x8b\x15\xbf\x50\xdf\x2c\xa7\x69\x3a\x69\x1d\x22\x25\x49\x9f\x50\xc0\xbd\x86\x12\xf3\xf2\x92\x4e\xf2\xb6\x42\x8d\x68\x1c\xf7\xbe\x5c\xcd\xc5\x39\x67\xae\x35\x16\xeb\x2b\xba\x78\xbd\x9a\x2c\xf3\xd9\x84\x07\xdd\x6e\xd2\x3b\x57\x3f\xb6\xdf\x29\xd3\x92\x90\xb3\x48\x82\x6f\xd7\x3f\x90\x22\x2c\xd8\x89\x1b\xe1\x15\xa4\x59\x21\x96\x24\x28\x69\x95\x2e\x39\x49\x4e\xd3\x33\x5c\xdb\xe3\xd3\x61\x1b\x86\x38\x1f\xc6\x3d\xd1\x0e\xb5\x5d\x77\x09\xe1\x80\x86\x71\x6a\x7f\x8d\xf9\x99\xd8\x3c\x9b\x77\x64\xdc\xf3\xea\x9f\x83\x24\xd0\x56\x86\x7c\x71\x86\x82\xe6\xc6\x9e\x56\xd2\x75\x63\x63\x4f\x6b\x1b\x7b\x8c\xd0\xee\x53\xd1\x47\xea\xc7\x28\x64\x30\x98\x70\x8b\xbc\x6b\xbc\x65\xc6\x71\xe4\xef\x9c\xe7\xfa\x09\x6a\xf7\x51\xc5\x42\x28\xb7\x4e\x22\xb1\x39\x89\x8c\x4a\x71\x16\x89\x09\xad\x81\x1b\x9a\x33\x75\x7d\x87\x57\xe6\x64\x0f\x09\x21\xbc\x82\xbb\xe5\x01\xef\x41\xfc\xc3\x27\x0a\xc4\x3b\xa4\x42\xba\x89\x7a\x42\xf8\x83\xf1\x9e\x44\x3e\x43\xc8\x4e\x1e\xc2\xc0\xe5\x33\x29\xf1\xb0\xa1\x4f\x49\xda\x93\xd0\x20\x0a\x02\xdc\x17\x0c\xe6\x72\x74\x4b\xb0\xcc\x5c\x8b\x9c\x64\x74\xeb\x91\xfc\xee\x97\xd1\xe8\xeb\x3e\xfb\xb7\xfe\x71\x0b\x4b\xfd\xdf\xf9\xf4\x92\xcb\x53\x3e\xb5\xc1\x69\x41\xfe\x6b\xc6\x3f\xea\xe5\x8b\x61\xb3\x62\x86\xd7\xf9\x22\x10\x2f\xb7\x28\x68\x69\x18\x43\xb8\x9a\x0e\x22\xd5\xe7\x29\xa1\x38\x36\xeb\x6b\x98\x9a\x47\xd2\xed\xc3\xae\xfe\x4d\x50\x5e\x0a\x0f\x44\xfe\x46\x08\x05\x8d\xc2\x7f\x7f\x27\x75\xab\x54\x31\x5f\x0a\xcc\x37\x0e\x1f\xcb\x4d\xa4\x3b\x80\xfb\x7e\x8b\x8b\x13\x1a\xa6\xe4\x4a\x1d\x27\x7f\x90\x45\x53\x97\x45\x53\x14\x8e\x4a\xae\xa3\x05\xfc\x07\x8c\x9a\xa2\xb0\x51\xcc\x0d\xcc\x9a\x93\x7e\xc8\x2d\x66\xcd\x35\xb3\xe6\x67\xad\x45\xb5\x32\xec\xb6\x8c\x7f\x93\x69\x53\x87\x69\xb7\x15\xb8\x83\x71\xb7\xd6\x5d\x31\x6f\xd0\x26\x70\xa3\x04\x71\x39\x28\x45\x37\x2b\x44\x76\x2e\x7f\x5a\x63\xf3\x35\x26\x1f\x5b\x4c\x9e\xef\xd2\x89\xdc\xdc\x14\x97\xfb\xab\x5e\x8c\x4a\xad\x1f\xd9\xf1\xb1\x66\x40\x9c\xc4\x72\x6f\x50\x16\x88\x19\xe1\xb0\x39\x24\xf2\xf8\x2b\xce\xc3\x75\x2e\x9b\x20\x7d\x16\xcf\x4e\x93\xb3\xd0\x3e\x40\x27\xc3\xa5\x0c\x1e\x12\xdc\x7c\x0c\x4d\xda\x8f\xa1\xe6\x50\x36\x95\xa5\x34\xce\x97\x49\xeb\xde\x53\x0c\xeb\x41\x59\x01\xe8\x1e\x9e\x0a\xe4\x79\x33\xd3\xa6\xe6\xce\x53\xa8\xd7\x7f\xeb\xe0\x99\x7c\xf7\xe0\x99\x34\xb5\x20\x49\xeb\x59\x34\x91\x10\xe7\x6d\x47\xd1\xa4\x71\x14\x0d\x4c\xd6\x0b\x41\xa5\x09\x2e\x70\x8a\xd0\xf6\xa6\x6d\x8c\xc2\x36\x46\x71\x0c\x9c\x68\x54\xde\xb0\x91\x51\xd8\xc8\x76\x52\xba\xac\x3b\x96\xe1\x88\x3c\x0f\x02\xa7\x1e\x2e\x97\xf3\x3c\x5a\x2d\xb9\x3f\xba\x05\xe9\x7a\x7f\x7e\x47\x7d\x95\x13\xed\x5e\x19\x15\xd3\xb5\xd6\x41\x98\xe8\x3a\xd4\xb6\x96\x0c\x13\xd1\x01\x3b\x8f\xd8\x94\x07\xc8\xb4\x48\xd1\xf2\x47\xd9\xb0\x66\x6e\x37\x87\xb5\x9f\xdf\xbc\x0b\xf3\x9d\xfa\xc0\xf3\x04\x18\x78\x6d\xbb\x2d\x9d\xd8\xc9\xee\x51\x61\xdb\x38\xac\xdc\x0b\xf2\xc4\x6f\x3d\x81\x3c\x95\x9b\x47\xd3\x67\xcd\x9c\x37\xda\x94\x2c\xb1\x15\xd9\xf5\xe6\xd3\xc7\xa8\x64\xf5\xc3\x51\xed\x08\x22\x8f\x62\xbe\x73\xfe\xc0\xac\x7e\xe4\xc0\xea\xc8\x81\x63\x10\x2e\x60\x70\xd5\xf5\xb4\x6b\x97\x1f\x13\xff\x21\xe8\xd0\x8d\x0c\xc2\x02\xe6\xca\x20\x48\xed\xab\xef\xf9\x57\x08\x08\xe2\xc7\xc8\x14\x6f\x6f\x9f\x71\xcb\x48\x0e\xf6\x83\xe7\xfe\x1f\xf2\xbc\xda\x00\xfd\xd9\x19\x87\x42\x59\x5f\x30\x1c\x85\xb1\x36\x7f\x8b\x43\x46\xba\x83\x2a\x0c\xf5\xce\x68\x17\x95\x9d\x19\x0c\x55\x60\xfc\x1f\xeb\x77\xeb\x79\xe2\xc7\x9e\xd7\x65\xea\xce\xb7\xba\xb0\x74\xfc\xbd\xba\x6d\x75\xdc\x64\x0f\x07\x85\x99\x2b\x68\x6f\x80\x50\x9f\x10\xf2\xd1\xf3\xfc\x8f\x64\x1f\x39\xd0\x38\x1f\x37\x9b\x7d\xf1\x07\x7d\x24\xa3\xf2\x40\xf7\xed\x83\xc4\xc7\xf1\x9f\xa4\xde\x60\xff\x60\x6f\x70\xff\xfe\xde\x7d\xe4\x79\x90\xf6\x3c\xb7\xd2\x36\x9b\x17\xb9\xff\x01\x7f\x82\xe0\x41\xf1\x66\x63\xb9\x9f\x1d\x34\x4f\xe0\x46\xff\x90\x64\x3e\xc2\x70\x4c\xc7\x55\x37\x59\xe2\xef\x0c\x81\x6b\xab\x23\x06\x7d\x5d\xcc\x3c\xd5\x25\xa8\x37\xf7\x7f\x40\x9b\x31\x78\x78\x03\x3d\x68\x65\x8f\x1b\x76\xba\x69\x43\x9b\x92\xb8\xb2\x40\xb0\x3e\x4c\x11\x58\x7c\x3d\xcb\x7d\xc9\x51\xcd\x50\x77\x61\xa8\x6f\xb8\xe3\xdf\x79\xc3\x9f\xca\x7b\x56\x4b\x31\x91\xa2\xb5\x6d\x40\x60\x2a\x4b\x48\xda\xc0\xd9\x53\x3b\x8b\x7b\x24\x48\xb0\xb5\x02\x43\x79\x19\x0e\x46\x96\xd5\x45\xaa\x5c\xa5\x96\x39\x8c\xd4\xd0\x38\x46\x31\x76\xfe\xd0\x5c\x3a\xb6\x5c\xe5\x25\x84\x61\x4a\x62\x9c\x68\x7b\xd0\x3d\x9c\x34\xcc\x95\x92\x46\x75\x38\xa9\x9b\xe0\xe0\x94\x24\xb5\x1b\x77\x38\x72\x36\xad\xc1\x94\xcb\xad\xb6\x76\xd3\xe5\xb9\xa6\xe6\xb5\xc4\xea\x8a\x18\x27\x0d\x7c\x78\x9c\xb8\xd7\xc0\x2a\xad\xe2\x3d\xea\xd2\xde\x69\x49\x6a\xfd\x30\x8d\x52\xa8\x53\xa6\x69\x2a\x53\xa3\x75\x75\x8f\xea\x7a\x43\xd3\x86\x6d\xa0\xdd\x66\x87\x14\xb0\x0a\xd0\x96\x4a\xb7\x1f\x0a\x2e\xe7\x55\x67\xf0\xa8\x6c\xe9\x1d\xf0\x38\x50\x64\x02\xfa\xd7\x22\xd0\x0e\xcc\xf2\x28\xa6\xb0\x21\xf4\xc9\x4c\xfe\xdc\xba\xba\xd3\x17\xfe\x1f\xd8\xe2\x43\x9b\xbd\x86\xc1\xb5\x6d\xc3\xa1\xd9\x2c\xa8\x52\x3d\xef\x8d\x8f\x7e\x79\x99\xdb\xdb\xc5\xbd\x03\x0c\x76\xc5\x9a\xe2\x1b\x26\xad\xea\x50\x9b\x27\x7e\x17\x7c\xb6\xa9\x58\x3b\xa9\x09\x8d\x28\x63\x88\x34\x8a\x63\x35\x67\x55\xcb\x90\xca\x5d\x37\xcc\x5e\x37\xaa\x15\x7d\xc3\xc2\x74\xbb\x6b\x6e\xd6\x5a\x4d\xee\x79\xdd\xd4\xd6\x34\x5b\x71\x4b\x22\xb2\x73\x5d\x99\xb8\x33\xd0\x98\xba\xc9\x1a\xbc\x95\x77\x3f\x7b\xff\x7a\xe3\xa3\x3b\x71\x8b\x5d\x14\x0c\x62\xe5\xf1\x5c\xdf\x83\x47\xe5\xf7\x87\x35\x8c\x6d\x83\xac\xa1\x6f\xec\xfd\x1a\xa6\x2b\x29\x20\x73\xca\x1e\x98\x81\x1c\x56\x3a\xfb\x34\x30\x39\xb1\xcc\x45\x52\x67\xd3\x36\x04\x30\x84\x72\xc4\x13\xb6\x7a\x45\x18\x8e\x95\x6d\x97\x31\x5f\xb0\xc7\xcb\x05\x05\x6d\x1b\x0e\xf2\xc6\x47\x35\x73\x1a\x1c\x59\xb6\xf0\x82\x66\x93\x61\x24\xa8\x35\x88\xbc\x01\xc2\xcc\x8e\xff\xbc\xb7\xaf\xa2\xc0\x99\xbd\xec\xb7\xdc\x47\xb8\xae\x32\xae\xef\xf4\x82\xdb\x1b\x01\xd0\xb5\x8d\x16\x04\xf3\x1d\x17\xfc\xae\x76\xc1\xaf\x79\x12\xc1\xec\xd7\x6d\x47\xee\x61\x79\x6d\xe0\xc2\x57\xbf\x02\x7f\x86\xd6\xa8\x76\xcf\x12\x1d\xa4\x4e\xee\x95\x26\x6e\x0e\x54\x64\x16\xac\x77\xd0\x7f\x78\x6f\xa8\xf7\x2c\x12\x79\x77\x0e\xfa\x0f\xef\x6f\xee\x1d\xe8\x93\xc7\x4d\x97\x05\x55\x71\x46\xe8\x82\x5d\xcf\x6d\xfc\xde\x83\xbb\x08\x85\xcd\x1a\x0c\xf0\x98\x56\xe4\x6b\xa4\x08\x00\xd6\x72\x44\x3d\xf5\x46\xec\xf0\xd8\x54\x8a\x7f\xb4\xf1\x83\x87\x4e\x01\xbb\x24\x97\x1d\xb2\x88\xd3\x96\x1b\x08\xa5\x16\x1b\xaa\xd3\xb8\x1d\x7a\xad\x6e\xdc\x34\xe4\x20\x03\x75\x27\x8e\x49\x14\xc6\xd3\x0e\xbb\x4d\xde\x52\x90\x80\x89\x36\x63\x51\x70\xf1\xb1\xbe\xdc\x60\x0a\x54\x30\x41\x6b\x2e\xbe\x1d\x95\x30\xc4\x9d\x94\x97\x80\xda\x53\xa6\x9d\xc5\x92\xb2\x22\xe8\x8c\x6e\xdd\x16\xfb\xca\x62\x41\x53\x7e\x1b\x72\x42\x0a\xbc\x55\xcb\x52\xe9\x1b\xa8\x85\xfc\x0d\xdf\x72\x2b\xf8\xd3\xef\x56\x8b\xd9\xb4\x5c\x4c\x27\xbc\x07\x1a\x19\x3f\x52\xe7\x3c\xd5\x22\x86\xd6\x0b\x0e\xeb\x70\xba\x5a\x36\xa1\xa6\x19\x40\x4d\x8b\x4e\xbc\xc9\x77\xb8\x7d\x7e\xe2\xb4\x78\x4d\x67\x43\xf5\x37\x78\x4d\x67\xd5\x5d\xe5\x1f\x79\x05\xbf\xf7\x2d\xf5\xef\x0c\x30\x43\x21\x58\x02\x91\xfd\x90\xf5\x66\xf4\x7a\x32\xa5\x31\x59\x2b\x87\x58\x05\x50\xac\xef\xe0\xe4\xb9\x92\x41\xd4\x64\x21\x49\xdb\x36\x38\x6f\xf3\xcd\xc6\x7f\x9b\x0b\x3e\x79\x9c\x93\x18\x85\xaa\xcb\xdb\x56\xd3\xf0\x77\x37\xb5\x43\x56\x27\xd7\xdc\x4e\x47\xa9\xdd\x10\x32\xc6\xee\xa7\x6a\xb0\xee\x97\xd5\x5e\xd5\x3c\x63\x4c\xec\x73\x35\xb0\x89\xe3\xcf\x54\xc9\x88\xbb\x74\xcd\xb6\xf3\xdc\x91\x98\x43\xb0\x2f\x6e\x1b\xa2\x76\xc3\x9a\xb8\x82\xdd\x7c\x9f\x0f\xdf\xe7\xa4\xe4\x57\x9d\x77\x7c\xe9\x9f\x2e\xb3\x7c\x71\x86\x82\xf7\x79\x8f\xc6\xb1\x2f\x7e\x21\xac\x9a\xad\x43\x2c\x46\x92\x12\x43\xf1\xb2\xd9\x12\x4d\x5c\x78\x6d\x5e\xbd\x03\xd2\xac\x36\x9e\x40\xac\x9c\xad\x15\x89\x98\xc1\x20\x7c\xb8\x89\xba\xde\xf1\xe5\x50\xfd\x0d\xde\xf1\xa5\xed\x53\xf5\xd1\x71\x0b\xb3\x90\x39\x00\xc3\xf7\x06\x70\x60\xb1\x30\x34\x06\xb0\x59\x09\x9f\xa4\xed\xad\x0a\xdf\xea\x82\xfb\x56\x18\xc6\xb9\x13\x49\xcf\xbe\x13\x6e\x86\x20\xd5\x11\x4a\xb5\x51\x99\xe4\xf0\x95\xd0\xe3\xed\xdd\xbd\x57\xed\x51\x55\x70\xb0\xda\xc9\xbd\x25\x5a\x99\x7d\xd7\x18\xc9\x88\xf9\x6d\xee\x8e\x7e\x54\x8b\x47\x2c\x8f\x61\x43\x66\x79\x9d\x33\x24\x71\x7c\xbe\x7c\x99\x73\xca\x96\x2f\x4a\x90\x89\x26\x6d\xc5\x91\x68\x6b\x77\x65\x3f\x70\xfa\x71\x71\xd3\x89\x31\xb4\x3f\x54\x23\xa3\x2e\xcf\x0f\x02\xf7\xb8\x58\xdf\x43\xef\xed\xd7\x76\xcf\xcf\x66\x39\x6b\x65\xda\x0f\xcd\x42\x44\x98\x73\x20\x33\x31\xa3\x22\x07\xa5\xdc\x00\xf4\x18\x42\x5a\x53\x22\x64\x42\x15\x25\x44\x08\xad\xe2\x90\x2e\xf7\x6d\x6f\x1f\x69\xab\x01\xaa\xd4\x22\x21\xd5\xc0\xdb\x24\xf6\x91\x89\xbf\xa6\x62\xb9\x50\x28\x72\xfb\xdf\x6a\x8c\xb2\x39\x0c\x63\x13\xf6\x87\x70\x08\xe0\xa7\x1c\x00\x0f\x90\x3a\xdd\x72\x6f\x80\x3c\xcf\x3f\xc9\x7d\x86\x29\xc2\x3f\xc9\xbf\xe0\x75\xe7\xb6\xcc\x25\x56\x4a\x98\x7d\xad\xad\xe6\xfb\xa0\xe2\x22\xd1\x90\x36\x01\x13\x7c\x24\x21\xde\x5d\xe2\x93\x88\x57\xc3\x9a\xee\x44\x90\xa2\xc2\xc2\xaa\xbd\x41\x98\xb6\x38\x0b\x83\x33\x79\x03\x1c\xff\x47\xc8\x17\x21\x21\xfa\xb0\xb6\x53\x79\xe4\x79\x4f\x53\x9f\x01\xd2\x76\x58\xa3\xf1\xda\x17\xb5\xc9\xa8\x4d\x90\xb6\x6c\x35\x94\x29\xed\x5b\xed\x78\x9b\x54\x67\xb2\xd7\x70\xa5\x75\x1d\xb4\x65\xd8\x9a\xd6\x6d\xdd\x85\xe4\xce\x8f\x9e\x13\xcf\xb3\x66\xea\x3c\xd1\xe3\xcb\x6a\xe3\xeb\x79\xb4\x97\x4c\xd9\x6a\xe1\xbb\x9d\xbe\xe7\x70\xac\x03\x97\x7f\xd5\xd8\xd9\x7e\x60\xac\x6e\x6b\x6e\x0e\x10\xd7\xb6\x61\x90\xaf\x03\xde\xba\xf3\x57\xde\x18\x0d\x57\xbe\x39\x62\x3e\x43\x08\x74\xa2\x4e\x0b\x1e\x1a\xfe\x21\x57\xba\xe2\x00\x7b\x3a\x42\x74\x5d\xf4\xfb\x2e\x7f\xa1\xe3\xba\x3d\x34\x0d\x6b\x16\xd0\x7a\xcd\xdb\x83\x0f\x31\xe5\x20\xde\xf7\xf2\x7a\xc2\x77\x00\x0b\xc4\xbd\x05\x5f\xea\x0b\x85\xa1\xf3\x0b\x6e\x65\x17\xb3\x09\xbd\x06\xc5\x7c\x39\x2d\xa5\x86\x3e\x3f\x9f\x4d\xe7\x4b\x0a\x81\xaa\x83\xb8\xa7\xf2\x10\x9d\x43\x6a\xb5\xdc\xa6\x28\xb9\xb3\xa6\xa4\x84\x76\x85\xbc\x82\x01\xe6\x66\xf3\xe1\x2d\xe6\xaf\x56\x73\xd0\x90\xeb\x7a\x25\x47\x52\x9d\x34\x8d\x59\x44\x4e\xeb\x85\x74\xa3\xad\xbf\x2b\x53\x71\x66\x87\x98\xd4\x4a\x68\x12\x0d\x85\x50\x10\xd4\x1a\x6b\x8c\xc7\xfd\xbd\xfd\xca\x7c\x7c\xcf\x98\x92\x1b\x8b\x24\x56\x77\x5b\x66\xe0\x68\xfc\x1f\x99\x9a\x8f\xca\xb6\xa0\xc5\x7f\xc3\xd8\x9c\xfe\x73\x63\x73\x8b\x0e\xa3\xb1\x31\xf5\x7b\xbd\x53\x24\x7c\x0d\xf6\x07\xd3\xf3\xf3\x7c\xf9\x2c\x8f\xf8\xfc\x43\x79\x2e\x38\x30\x88\x38\x3b\xde\xf9\xaf\x12\x21\x2a\x9b\x43\xc9\xf6\x07\x84\x99\x83\xc6\x76\x2a\x84\x90\x76\xbe\xa8\x42\xab\xb4\xe8\x4d\x28\x32\x42\x8e\xda\x15\xf5\x1e\x16\x13\x06\x6e\x5d\x3a\x64\x45\x2c\x23\xd6\x8b\x52\x2b\x72\x45\x95\xfb\xd6\x01\x42\x27\x16\xa0\xdd\x5a\x9c\xc6\x44\x97\xb9\x6f\x75\xec\x53\x0e\x06\x36\xdb\x2d\x53\xe1\x46\xd4\x4e\xc7\xa0\x29\x5b\x87\xe9\x7e\xcc\xa5\x0f\x7a\xe4\xae\xe8\x1d\xc1\x63\x6a\x28\x27\xd6\x98\x53\x85\x8d\x51\xbf\x7f\x51\x62\x7e\x5d\xe1\x80\xdb\x8b\xaa\xf5\x22\xc2\xa3\x32\x71\x1a\x7c\x57\x35\xd8\x4a\x3a\x08\x98\x24\x18\xeb\x24\x18\x8f\x85\x84\x5c\x07\x50\x33\x9e\xb4\xea\x47\x43\xd9\x18\xd2\x86\xfa\x37\xa4\x75\xf5\x6f\x48\x5b\x14\xb8\x8d\x40\x55\x2a\xd1\xf1\x19\x55\x69\x6a\x1d\xa8\x5f\x75\x15\xaf\x15\x0e\x1f\x3a\xa1\x4e\x0c\x77\x89\x09\x1b\xbc\x5f\x3d\x1e\xe8\x47\x7b\xfd\x24\xb2\xf3\x81\x1d\xaa\xbd\x16\x0a\x59\x45\x6c\xe7\x63\x3f\x42\xc6\xdd\xcd\x0a\x32\x5e\xdf\x2a\x20\x0e\x99\x8e\x09\x1d\x39\x3c\xb7\x45\x16\x95\xb1\xb5\x63\xd2\x1d\xd8\xf3\x24\x44\x8a\x1a\xa0\x44\x08\xf0\x74\xce\x5c\xde\x98\x47\xab\x2c\xea\xcd\x83\x80\xb4\xcc\xa0\x60\x7a\x9e\x3f\x8b\x04\xf1\xdc\x1a\xdd\x42\x98\x19\xfc\x87\xc1\x7d\x14\xd2\x20\x0a\xe4\x0d\x01\x6c\x6e\x7f\x87\xd1\xf1\xb1\x71\x66\x42\x1a\x59\xdf\x44\x27\xfe\x21\x8e\x27\x2b\xae\xea\xb9\x5b\xb1\xf8\x7b\xd5\xe3\xe0\x81\x7e\x96\x0d\xd1\x1d\xd8\x43\x9a\x61\x77\xa2\xd0\x36\xe5\x54\xfc\x5c\x92\x83\xda\x73\xaa\x9c\xd2\x28\xbf\xb6\x0b\x60\xb3\x0b\x6c\x21\x64\x6d\x55\x87\x84\xc6\xad\x89\x68\x1d\xba\xdd\xc6\xc3\x54\xac\x33\x86\x23\x14\x64\xfa\xc9\xa6\x3b\x78\x6d\x99\x13\x03\x61\x62\x4e\x04\xe9\xc6\xd2\x77\x0a\x20\x5b\x21\xd2\xde\xd0\x3a\xff\x07\x76\x10\xe6\xbc\x5c\x2c\x69\xc9\x38\x8e\x86\x0f\x6a\x17\xb2\xbd\x19\x15\x47\x53\x9d\x8d\xcf\x95\x98\x0b\xab\x3f\x60\x2d\x69\x7e\xad\x08\x5f\xd0\x6e\x55\x0a\x8e\xea\xdf\x30\x84\x02\x91\x09\x47\x8e\x7f\x17\x45\xf2\x4a\x41\x0a\xdb\xc7\xd3\x29\x5c\x35\x00\x8d\x5a\x92\x5a\x15\x67\xc0\x5c\xb2\x45\xfa\x4e\x1e\xec\x83\xad\xfb\x79\xd7\x4d\x2c\x56\x5b\x47\x05\x30\x23\x77\x0d\xf0\xca\xd0\xc3\x8a\xad\x6b\x0a\xeb\x6e\xae\xf5\xbd\xe3\x4f\xf8\xdf\x9e\x97\xb6\x91\x66\xb5\xf1\xfa\xe1\xee\x65\xdf\xe9\x5e\xeb\x7b\xbb\x7b\xac\x21\xb6\x46\x00\x5a\x84\x39\x4e\x94\xfc\xda\x8d\x11\x48\x8a\xda\x65\x17\x38\x40\xe8\x2c\xf3\x86\xfb\x23\xf0\x3c\x03\xd8\x63\xb3\x3a\xf7\x58\x93\x18\x36\xa7\x35\xc3\xfb\x81\x38\x8c\xba\x4c\x2c\x31\x4c\x4c\xe7\x3a\xf8\x4e\xae\x6d\xa5\x58\xdd\x0a\x16\xb8\xdd\xe5\x89\xb8\x96\xdd\x51\x7e\xf3\x38\x23\x0c\x17\x24\x0b\x43\x21\x35\x44\x63\x3f\xc5\x85\xb9\x19\x28\xe4\x0c\x78\xde\x01\xfc\x10\x5f\x17\x2e\x63\x28\x70\xa1\x73\x99\x6b\xe3\x82\x10\x92\xb5\x7a\x55\x17\xad\x1c\xb3\x30\x1c\xb3\xa8\x44\xc3\xaa\x80\xc2\x64\xd8\x16\x75\x4e\xa9\xdf\x40\x26\x3d\xd7\xc9\xd0\x4f\x09\x17\x1d\xb3\x2c\x3d\x46\xe5\x03\x00\xad\x36\x4b\x3b\xb5\xb9\x83\x6d\xb5\x99\xa1\x20\xad\x25\xa0\xc0\xcd\x62\xbb\x6f\x1a\x01\xbe\x62\xa6\xeb\xe6\x39\x77\xcd\xed\xd6\xb4\x4d\xe3\x8f\xc8\xdd\xa6\x2e\x10\x79\x99\x99\xa7\xff\x1d\x7e\xa2\xa1\x19\x01\xf0\x48\xe9\x0e\xd0\x3f\x10\xe6\xf3\xf1\x0f\x2b\x0e\x9b\xb2\xb6\x56\xbf\xda\xf2\xb6\x0d\xe3\x7d\x83\xc6\xc8\x70\x3b\x2d\x03\x87\xf1\xb4\x03\xfa\xab\x58\xe9\xaf\x80\x27\x19\xc9\x1b\x9b\x27\xe2\x84\xb0\x53\xc0\xc6\x3e\x92\x37\x1d\x56\x58\xdc\x18\x6a\xa9\xe9\x8d\x6a\xea\xbe\xba\x58\x2d\x1b\xc7\xa4\xdb\x84\x7b\xf0\x93\x67\xd7\xb2\x09\x9f\x2d\xb5\x45\x31\xc8\xe8\x8e\x6f\x85\xa3\x47\x6b\x86\x92\x77\xe2\x65\x33\x65\xf4\x6b\xec\xee\xa4\xb5\xcb\xe8\xd6\x9c\x82\xf5\xac\xbc\x24\xbe\x9e\x99\xa3\x71\xdc\x2b\xe9\x39\xf7\xbc\x9f\xa8\xb4\x03\xbe\x52\x4e\xad\x11\xb9\xd2\x4e\xad\xc6\xde\x36\xa9\xcc\x6d\xc9\xa8\xdc\xd3\x18\x1e\xc9\x29\x3f\xc3\x99\xf8\x73\x7b\xe0\x9a\x60\xa6\xc3\x65\xe4\x33\x9c\x7d\xcf\x04\x33\x1d\x4e\x4d\xbe\x9a\x7d\xff\x4c\xbd\xb8\x10\xed\x4b\x71\x26\x64\x11\x7d\xb1\xd8\xb0\x31\xa4\xca\x98\x79\x97\x61\x61\xde\xf6\xbe\x32\x02\x14\x1b\xbf\x6d\x20\xdb\xb3\xec\x63\xf1\x0d\xef\x88\x6b\x0f\xa8\x6d\x06\xd5\x2a\x07\x9b\x41\xd6\x66\x33\x48\xbb\xc4\xf9\xd4\xb8\x85\xba\x46\x82\x2d\xdf\x37\xad\x08\x83\xb6\x4c\xc6\xa8\xfc\xf4\x0c\xae\x26\x44\xad\x68\xbb\xdd\xba\xca\xb0\x76\x80\xea\xfa\x36\xb9\x87\x1c\xe3\x71\x4b\xc3\x61\xab\x2b\x25\x8d\xbb\x1a\x46\x77\x75\x30\xed\x49\x05\x37\x3b\xea\x59\x6c\xe3\x47\xcc\x67\x35\xad\xba\xab\xb6\x6b\x57\xcd\x35\x2f\xb9\x3d\xcf\x1f\x8f\xe1\xe2\x9d\x8e\x35\xe0\x84\x18\x22\x14\x16\xe3\xca\x57\xcb\x68\xd7\x5a\x12\xef\x3b\x15\x59\x1a\x36\x51\x20\xde\x71\xb5\x1e\xde\xa4\x7e\xab\xa2\x03\x8c\xed\x3b\x9d\xdd\x8a\xd7\xe6\x3a\xd7\xb7\x27\x0d\x75\xa8\xd4\x2a\x52\xdb\x3a\x88\x5f\x75\x3e\xe4\x00\x77\x38\x9d\x3f\xa5\xcc\x0a\x44\x12\x69\x7e\x39\x19\xdb\xe1\x97\x70\x84\xc4\xcc\xd0\x85\x1f\x81\xeb\x30\x5c\x92\x45\x08\x47\xbd\x65\xc6\x4b\x3f\xc6\x31\x42\x5b\xe4\x70\xfc\xf3\xb1\x13\x0c\xac\xa6\x1c\x69\xea\x3f\x2b\x47\x3b\xb0\x58\xa8\x74\xa0\x48\x88\xeb\x75\xbd\x41\xa5\xb8\x36\xb4\x69\x7d\x11\x74\x07\x70\x4c\x2d\xc7\xe4\x35\x5d\x66\x3d\xc6\xf3\x09\x9e\x8e\xeb\x61\x46\x9e\xa8\x58\x5c\x7c\x8e\x67\x8d\x97\x32\x06\xc9\x9f\xa4\x8f\x3f\x48\xbb\x8c\xcf\xf2\xcf\x27\xd2\xc7\x17\x63\xd2\xc7\xf3\x31\x79\x9c\xf8\x7d\x84\x3f\x92\x3e\x5e\x8c\xe5\xdb\xa5\x78\xf3\x24\x25\x7d\xfc\x3c\x27\x7d\xbc\x12\x3f\x2f\xd5\xbb\xb1\xf8\xf1\x32\x27\x2f\xca\x24\x2f\xf3\xe5\x75\x75\x53\x7c\x35\xf6\xd1\xfa\x65\x2e\x88\xf2\xf6\xdd\x7e\x1f\xda\x7e\x22\x3f\x7a\x9b\x0b\xe2\x3f\xce\xe5\xaf\xf7\xea\xef\xd7\xb1\x48\xbd\x56\x05\x7f\x1b\x93\x87\x7d\x7c\x38\x26\xa7\x67\xf8\x31\xfc\x7b\xa4\xde\x3c\x11\x55\x3e\x55\x3f\x9e\x8d\xc9\x9d\x01\xfe\x55\x24\x3d\x17\xff\xbc\x50\xe9\x2f\xc7\x4e\x9c\x95\xe7\x69\x15\xc2\x05\xd4\x4d\x7f\x7a\x07\x0f\xd0\xf0\x8d\x8f\x82\x3b\x83\x2e\x21\xcf\xc6\xc3\x67\xe3\xe0\x19\x2c\x21\x7b\xc2\x21\x3c\xe3\x9a\x2a\x44\x35\x03\x7c\x43\xc5\x61\x52\x15\x37\xb0\x52\x2b\xfb\xd6\x87\xe0\xf5\x93\xfa\x68\x38\x08\xf6\x00\x91\xeb\xd7\xb1\xe7\xf9\xbf\x8e\xc9\x72\x8c\xb4\x8d\x46\x91\x5a\xa1\x6e\xd0\x5a\x24\x3d\x17\xb9\x9e\x8f\xf5\x66\x79\x39\x1e\x5e\x8e\x9d\x40\xd2\x41\x1f\x85\x94\xfc\x3a\x56\x46\x24\x07\x83\x07\xf7\x06\x83\x3d\xef\xaf\xe7\xe3\x30\xf2\xc8\x9d\x08\xea\x8a\x80\x22\xcd\x3b\x8a\x23\x42\xbd\x3b\x14\xeb\x77\x11\x79\x30\x78\xb8\x67\xc7\xbd\xa2\x32\x6a\xa6\x1e\x1b\xe4\x79\x0f\x1f\x80\x7d\x1a\x25\x7f\x32\x7f\xb0\x87\x7f\x1d\x83\x77\xcf\x3b\x26\xe3\x82\xff\xc9\x7c\x2a\xd2\x50\x6b\x3c\x4e\x08\xaf\x08\xc7\x32\x21\xd9\xf7\x1f\x3d\x19\x2b\xde\xea\xcc\x9d\xe1\x17\xd2\x2a\x85\xfc\x26\x57\x97\x83\x2e\x69\x9b\x89\xfe\xc4\x54\xa9\xe0\x1a\xf5\x41\x0c\x54\xbe\x21\x11\x3e\x90\xb6\xb7\x2f\x72\x9f\xe2\x4f\x26\x36\x37\xf4\x67\x00\xd7\x59\xaa\x57\x0f\xb4\x85\xad\x9c\xfc\x57\x82\x2d\x05\xfe\x6b\x25\x9f\x8a\x37\x7f\x7a\x9e\x2f\xe8\x16\xe7\xa9\x8f\xc4\x71\x59\x67\x47\x9b\xcd\xc3\x07\xf2\xb4\xf7\xf0\xa1\xc4\xa2\xd7\x6d\x3c\x1a\x0f\x05\x65\xea\x3b\x77\x7a\x86\x82\xa3\x31\xf0\x12\x71\xb2\x56\xa5\xa3\xf0\x72\x6c\x47\x2b\x56\x5d\xfd\x47\x78\x63\x4c\x45\x50\xa7\x0d\xd5\x17\x0d\x91\x8d\x37\x28\xc6\xc6\x29\xd1\xb9\x93\x71\x33\x22\x91\x13\x5b\x45\xaa\x81\xdf\xd7\x72\xf2\xd0\x3a\x13\x48\xab\x0e\xdb\x9e\xa6\x79\xbd\x62\x0c\x18\xe0\x48\x23\x4e\xe6\x8b\xd5\x02\x74\x92\xca\x5a\x93\x13\xda\x9b\xe5\x65\xaa\x7f\x27\x84\xf6\xf8\xd7\x59\x2e\x9d\x39\xde\xe7\xe7\x7c\x01\x10\x78\x36\xf1\x87\xfd\x47\x69\xa8\x21\x3a\x64\x64\xf8\x14\xe1\x82\x0c\x1e\x3d\xca\xf0\x84\x24\xa7\xd9\x99\xa0\x9e\x3b\x03\x00\x93\xd0\x26\xd8\x7e\xe1\xc5\x48\x19\x6d\x17\x1e\x47\x68\x3d\x21\x51\x78\xcc\xfc\x42\x87\x65\x78\x16\x8a\x4f\xc9\xa0\xff\x88\x94\xc3\xc9\xed\xbd\xbb\xfd\xe0\x9e\x7c\xbc\xfb\x74\x3f\xb8\x33\x50\xa7\x99\xc9\x23\xb9\xb2\x64\x3b\x4d\x40\xfb\x02\x85\xa9\x47\xfe\x2a\xb6\x31\xf9\x20\x48\x14\xa8\x73\xf8\x49\xac\xd4\x88\x3c\xd3\xec\x21\x46\xf6\xe8\x77\x09\x39\x49\x3c\xef\x8f\xc4\x67\x70\x27\x6a\x0d\x96\x06\x17\xd4\x69\x7f\xcc\xf3\xe9\x3c\x5f\x5e\x93\x3e\xaa\x63\x99\xc9\x05\xd6\x92\xd5\x3e\xf4\xd8\x55\x6d\x07\x77\x65\x60\x70\x46\x5e\x39\x9b\x61\x65\x27\x9e\x0e\x7d\x9a\x92\x53\x76\x86\xa3\x94\xbc\x49\xfc\x0f\x09\x1e\xa7\x08\x05\x34\x95\xb8\x08\x0c\xe1\x51\xc9\xc8\x49\x82\x82\xc1\x01\x14\xc6\x48\x96\xfa\x0f\x1f\xe2\x5a\x89\x60\xa8\xf8\x9e\xf9\x40\x5b\x59\xea\x33\xfc\x7b\x2d\x03\x0a\x5b\x9a\x1e\x85\xb5\xe1\x60\xce\x16\xfc\x3b\x08\x13\xc0\xf6\xc3\xe7\x63\x22\x38\xbf\x31\x79\x83\x75\x5d\x93\xe2\xf6\xf7\xee\xa3\xca\xe2\xce\x2e\x58\x7c\xf6\x66\xec\xc3\x95\xa9\x9d\x6e\x47\x8b\xb6\xa4\x90\xfa\xd4\xaa\x69\x65\x8d\xac\x31\x61\xea\xc4\xf3\x67\xf8\xe7\x86\x0c\xee\xa9\x53\xcd\x1f\x63\x1f\xbe\xfa\xd0\x05\xa9\xe0\x13\x20\x08\x01\xb7\x79\x3b\x96\xc7\x8e\x78\xda\x59\xce\xaf\xd7\xc7\x22\xa3\x84\xfa\x92\x37\x06\x19\x5a\xbf\x13\x59\x32\xa4\x6e\x3b\x06\x28\xbc\x10\xec\x6d\x3a\x36\x36\x2d\x49\xf8\x27\x31\x2c\xe3\xf3\x30\x26\xfd\xc0\xff\x50\xed\xee\x31\xf9\x68\xb6\x1d\x7f\x39\xf6\x9e\xe7\x08\x41\xb5\x7d\x37\x7c\x50\x8c\xd6\x7b\x44\x6a\xb5\xfe\x04\x03\x5e\x6a\xc9\xae\xd4\x96\x5d\x2f\x80\xf0\x5c\xd9\x15\x33\xf2\x09\x36\x88\xbe\xa2\xf3\x98\xbc\x57\x0c\x10\x6a\x1f\x58\xda\xa8\x88\x2c\xc6\x58\x35\x01\xbf\x90\x86\x3a\x92\x5d\xbe\x11\x27\xd2\x08\x2e\x2c\xca\x7c\x91\xf1\xf8\xd3\x74\x5e\x90\x51\x49\x75\x67\x2d\x1e\x59\x65\x92\x06\xe1\xcc\x68\xb2\x6a\x27\xf1\x9a\x62\x7d\xff\x40\xec\x39\x52\xc6\x0d\x3e\x8c\x6b\x6e\x57\xfb\x81\x6a\x90\x68\xb4\xcf\xbc\x7b\x7b\x0f\x07\x07\x77\xef\xf5\x11\xd1\xdd\x1a\x8f\x85\x50\x73\x47\x48\xdc\x83\xfe\xa3\x58\x22\x90\x89\x5e\x03\x99\xf4\xd5\xcd\x43\xc8\x1b\x7c\x0f\x4a\xe4\x1e\x43\x72\xf9\x0a\xc1\x24\x74\x18\xe1\xa6\xf1\x89\x67\x80\xdf\x7a\x4b\x69\xd7\x27\x43\x02\x92\x69\xe2\x7f\xa8\xad\x62\x7d\xd2\xdb\x36\xfa\x74\x50\xeb\x93\x92\x0e\xa0\x4b\xaa\xb5\x82\x4b\xf3\x4b\x5e\x82\xf9\xe0\x42\x9d\x82\xef\x0c\xc2\xfe\x23\x16\xea\x93\xaf\xe4\xba\x0c\x85\x89\xe0\xba\x69\x98\x92\xf8\x34\x3d\x0b\xd3\x5f\xb8\x8c\x52\x86\x42\xe6\x91\xbf\x92\x2d\x23\x3c\x64\x42\x9c\xba\xc3\x42\x46\xfc\xc1\x5e\xff\x17\x36\x1c\xec\xf5\x83\x83\x07\xe2\xe9\xe0\x41\x3f\x18\xf4\xe1\x51\xfc\x09\x06\x0f\x65\x86\x87\x7b\xfd\x60\xff\xe9\xfe\x2f\x6c\xb8\xff\x74\x3f\x38\xd8\xdf\xeb\xff\x32\x2a\xd9\x50\x3c\x04\x83\x87\xf7\xfa\xff\x2a\xc7\x3e\xfb\xb7\x78\x42\xa2\x64\x41\x53\xfd\x47\x4c\x6c\xa4\xdf\x1d\x1a\xb6\x73\x68\xee\x3a\x14\xd0\x7e\x13\xb3\xbf\xf7\x50\x1c\x6a\xb6\x86\x42\x8d\xe0\xe3\x72\x2b\xc1\x10\x6b\x7c\x2e\x70\xef\xbe\x5e\x28\x7b\xb3\xc8\x23\x7f\xad\x40\x6a\xfb\xeb\x79\x1e\xd6\x27\x7d\x03\x8c\xd0\xa2\x0b\x8f\xfc\x15\x99\x7d\xbf\xb6\x51\x86\xfd\x47\x51\xa8\xef\x61\xe5\x0c\x45\x08\xc7\x62\x86\x58\x48\x4f\xd9\x99\x98\x45\x51\x51\xec\xf0\x52\x90\x80\xd6\xdf\xe7\x9e\x6f\x14\xe7\x52\x62\x97\x72\xad\xb1\x37\x41\xef\x13\xd2\x27\xbc\x4f\x8a\x5f\xbe\x57\xd2\x9c\xc5\x71\x40\xf2\x84\x05\x02\x7b\x82\xca\xa1\xcd\xf3\xf4\xd2\xc1\xee\xb7\x54\xd9\x09\xa8\xa5\xf7\x4f\xb8\x52\x64\x71\xa5\x08\x4e\x8e\xba\x6a\xc3\x95\x98\xea\x38\x6b\x70\xa5\xc8\xe6\x4a\xac\xce\x95\x7e\x84\x27\x45\xa1\x24\xaf\x06\xe9\xd4\xc5\xa8\x8f\x63\xdf\x56\xc8\x1e\x8d\x75\x4c\xcb\xa3\x71\xa8\x4e\x3f\xa2\xf0\xfa\xf9\x16\xae\x83\x5d\x91\x64\xef\xc0\xab\x49\x4e\xa6\xf2\x2d\xda\x0a\xe9\xb6\xa2\xc7\x4f\x63\x3b\x1c\x9a\xdc\xb3\xe0\xe2\x5d\x13\xb8\x1f\x55\xd1\x39\xff\x24\xac\x45\x52\xb6\xae\xa7\xff\xac\x97\xe6\x91\x3b\x7b\xa2\xcc\x07\xff\xbc\xcc\x52\xad\x98\x17\xfe\x7c\x8c\x2f\xc6\x28\xbc\x18\x8b\xe5\xb1\x14\xff\x5a\x32\x75\xee\xa3\xf5\xc5\x98\xcc\xcd\xa6\x18\x3e\xf7\xe7\x63\xe7\x3c\xf7\xd6\xc8\xdd\xce\x2c\x9a\x0b\x72\x7b\xda\xfa\x46\x24\x77\x58\x4b\x08\x07\x46\x06\x84\xe7\xf2\x9c\x3b\x03\x3c\x83\x00\x69\x96\x5e\xe3\x33\x92\x17\xa3\x9f\x6b\xa2\xba\x66\xa8\xb1\xb5\x63\x39\x4e\x03\xb1\x52\x5a\x4a\x31\xfd\xa8\x8a\x0c\xb4\xb0\xe0\x26\x2a\xe8\x7d\xe5\x59\xe0\xec\x61\xad\x7e\x02\x36\xd7\xcb\xb2\x1a\x6e\xc6\x81\xfc\xc6\xb6\xa2\x50\xce\x9d\x76\xd2\xc3\x66\x52\x3f\x98\xa7\xb5\xb2\x2c\x15\x92\x98\x19\xfb\x16\xf9\x03\xa1\xe1\x67\x00\xc2\x34\x4e\x21\x60\xb8\x1b\x7e\x22\x17\xe2\x80\x4c\xa2\xf0\x23\xe9\x87\x4a\xff\x10\xae\xc6\xe4\x79\x4e\x9e\xa4\xa4\xef\x58\x80\xab\xa9\x54\xd6\x26\x8c\x7c\x06\x02\x03\xb9\xe8\xd2\x38\xd3\x92\x5f\x33\x31\x1b\xd7\x59\x75\x38\x89\xc9\x71\x0b\x02\x33\xb8\x9f\x6a\xc3\x6f\x15\x23\x3d\xac\x4c\xa9\x7c\xae\x97\x93\x72\xd4\xd3\x1a\xf3\xed\x75\x46\xba\x83\xed\xd7\x8c\xf4\xc3\xf7\xe4\x1d\x39\x96\x6d\xfe\x96\x41\xec\xa1\xb1\x63\x73\x6c\x9d\x6c\x99\x65\xed\xa4\xee\xdd\xd7\x1f\xc9\x40\xf4\x39\x0a\x3f\x5b\xf7\xef\x5b\x1a\x28\x58\x70\x0a\xb0\xdc\x0a\x68\x5a\x5e\x85\x45\xa1\xe0\xb7\x99\x01\x67\xea\x1f\x3c\x10\xbf\x2c\x3b\x8f\xac\x61\xe2\x51\xd1\xa6\x74\x79\x6f\x43\x52\x6b\x37\x91\x29\x40\x31\x26\xc7\x68\x42\x0a\xa3\xf7\xc8\x8c\x57\xed\x5a\x1e\xa7\x32\xfb\x10\x3b\xf4\x33\x57\xb1\xe7\xb8\x82\x65\x75\xdb\x92\x9a\x4e\x2c\x53\x9e\x52\xa5\xfc\x8b\x82\x51\x59\x2f\x0f\xa2\x93\xb4\x85\x86\x04\x95\xd3\x21\x69\x38\xeb\xe2\x19\x49\xb5\x91\xd2\x91\xe8\xc5\x11\x01\x88\xe7\x59\x65\x06\xf8\x95\xcc\xda\x7d\x57\xbb\x84\x7c\x45\x47\x5a\x3d\xf3\xd5\x52\xd0\x0d\xbb\xfd\xa0\x3b\x90\x27\x34\x51\xc4\x95\x55\x84\x54\x11\x1f\x11\x13\x7f\xe3\xca\xb8\x30\x0f\xbb\x83\x00\xfc\x8f\xaf\x6e\xf0\x38\x16\x65\x1f\xca\x9c\xdb\xad\x68\xb0\x6c\xe5\x37\x32\x6b\x53\xa7\x12\x42\xbe\xc9\x0c\x2b\xad\x97\x08\x57\xa0\x91\x98\xa0\xd0\xf9\x82\xac\xe4\xde\xfb\x4d\xbf\xd5\x53\x3a\xab\xa6\x74\x66\x79\xc2\x1a\x4a\x83\x70\xac\xfa\xa7\xe0\xf0\x0f\x1f\x0c\xf4\x56\x9a\xc1\x30\x56\x6d\xb1\xa8\x01\x65\x32\x90\xee\xfd\x6a\x98\x96\xca\x7d\x63\x80\xc2\x25\xbc\xdc\x0b\x0f\x53\x3f\xc3\x4b\xb4\xcd\xb4\xd2\xc3\x5c\x42\x6f\xc5\x31\x40\xa1\x4d\x66\x4a\x67\x72\x41\x12\x10\x93\x8e\x28\xcb\x8c\x7e\xf8\x62\xe8\x3b\xe9\x30\x0e\x6f\x72\x5c\xe8\x01\xc1\x17\xbd\x05\x5f\x2a\x14\x45\xbf\x20\x17\xbd\x54\xfc\x44\xd8\x4c\x51\xe1\x79\x7e\x6b\x76\x19\xe0\x07\x90\x24\xfd\x0c\xa1\x75\x01\x83\x97\xc9\x43\xe6\x25\xf9\x6c\x0b\x7f\x09\x9e\xe0\x0c\x85\x13\xa9\x52\xbe\xc4\x97\x68\x6b\xc6\xf3\xa0\xff\xf0\x5e\x38\xd3\xd1\x53\x4d\x17\x67\x64\xa6\xf9\xa4\x3c\xec\x29\x5a\x9b\xa1\xb0\x20\x52\x2e\xf3\x8f\xa9\x9f\x49\x8f\xb2\xcd\x66\x74\xeb\xb0\x03\x3a\xde\x8e\xb1\x3a\x1b\xdd\x42\xb7\x47\xb7\x3a\x46\xa0\xec\x40\x41\x1d\xe3\xaa\x87\x3b\xd1\x6a\xd9\x29\xa7\x1d\x4d\x84\x9d\x0f\x2f\x3a\x57\x74\xd1\x59\xcc\x38\xcb\x93\x9c\xc7\xbd\xd1\xa8\x1c\x8d\xca\xc3\x38\xee\xd0\xce\xa3\x77\x50\xd0\x82\x9b\xfc\xa4\xd7\xeb\xfd\x52\xd5\xd7\xc9\xf2\x34\xe3\xf3\x4e\x5e\x76\x96\x19\xef\x2c\xe7\x9c\x77\x96\xd3\xce\x6c\x3e\xbd\xcc\x63\xde\xa1\x9d\xc9\x94\x0a\xd6\xd9\xc9\xcb\x38\x67\x74\x39\x9d\x77\xa6\xf3\xce\x6c\x42\x19\xcf\xa6\x93\x98\xcf\x45\x6e\x65\x6a\xda\x1b\xdd\x42\xdb\xbb\x5d\xed\x4d\xbf\x27\x7a\xfd\x3a\xf7\x0b\x31\x8c\x33\x32\x2a\x61\xe5\xaa\x1d\x73\x66\xed\x98\xfb\x41\x42\x8a\xd0\x1d\x5c\xa9\x10\x9d\xb9\x3a\xb6\x97\xe4\x8f\xdc\x9f\xe1\x44\xc8\x97\x8f\x53\x7f\x86\x5f\x22\xd7\x7a\x61\x00\x25\x89\xac\xbf\x09\x96\x70\x3d\xe3\xf8\x2d\x99\xb9\x97\x9d\x6a\x91\x18\xef\x72\xcf\xdb\x61\x56\xf8\xdb\x4e\xff\x23\x73\x2f\xf0\x76\x17\xbf\x7d\xdb\xea\x1a\x54\x6a\x57\x9f\xcd\xa6\xfb\x3e\x07\x2a\x7c\x8b\x90\xbd\x50\x77\xf7\xfd\x15\x79\xe7\xf6\xfd\x15\xaa\x8c\xa0\x76\x13\xde\xf6\x64\xec\x33\x6d\xbe\x78\x49\xd1\x3a\x22\x97\x62\x07\x07\x31\xc8\xd2\x6a\x7d\x26\xd5\x26\x8f\xaa\x5b\x7c\xb9\x8f\x69\xcd\x85\xbd\x87\xff\x31\x36\x61\xdb\x2b\x55\x86\xad\xd5\xf8\x35\xb3\x65\x65\x50\x48\xff\x9a\x05\x96\x22\xf5\x7d\x8b\xf0\x7a\x4f\xa9\x61\x40\xe1\xf2\x41\xde\x06\x7f\x12\x07\xb3\xcd\x46\xc9\x7f\x5a\xd3\x42\x8b\x9a\xa6\x85\x2b\x4d\x0b\xaf\x6b\x5a\xfe\x24\xcc\x6e\x57\xec\x88\x78\x35\x27\x4b\xb0\xd9\x93\xba\x97\xf0\x13\xe9\xeb\x1e\x7c\xac\x5a\x2d\xea\xad\xec\xf3\x44\x19\x21\x8a\x0a\xff\xb3\x25\x95\x1f\x8f\xeb\x59\x3c\xaf\xfb\x56\xc8\x78\xf5\x9c\x51\x51\x5d\xaf\xb1\xc2\x0e\xad\x8b\x29\x48\xcb\x75\xa3\x4e\xd7\x74\xd3\x78\x18\x0c\x4f\x40\x21\xfe\x99\x44\x75\xb9\xc5\x9e\xb2\x13\xfb\x32\x2f\x34\xc2\x57\x64\x9f\x7f\x8c\xb1\xa5\x15\x29\x40\xd9\xe0\xf5\xc5\x19\x73\xcd\xc8\xaf\x39\x38\x3f\x5c\x8c\x91\x6b\xd8\xf0\xd9\x84\xe7\xd8\x32\x02\xa6\x80\x7b\x16\xd6\x78\x65\x38\xbe\xdb\x58\x1c\xb6\xfb\x8b\xb1\x1d\x05\x5b\x81\x6d\x30\x13\x56\xdb\x92\x05\xfb\x98\x1b\xbb\x93\xd2\x80\xf3\xc7\x1b\xc2\xd5\xd2\xe1\x36\xc4\x00\xb7\xe3\xce\xd8\x40\x04\xf1\xb6\xba\x0c\x94\x97\x41\x76\x8f\xab\x65\xeb\x58\xe1\xc2\x19\xc2\x0d\x89\x62\xfd\x42\xd5\xad\xab\x03\x1b\x61\xae\x13\x9d\x54\xfb\xa7\xed\xc6\x5e\x2b\x92\xee\x72\xe5\x46\x78\xf0\x48\xcf\x92\xa9\x63\x54\xda\xf9\x87\x3b\xeb\x08\x6a\xdd\xa8\x55\xa3\x8e\xf8\x6b\x46\x5e\x81\x85\xb3\x33\xe3\xc6\x86\x75\xaf\x7f\x70\x3f\xb4\xe6\xdf\xbe\x5d\x75\x8a\x6f\x98\x2d\xeb\x48\x3c\x52\x02\x46\x5b\x1b\xe2\xd6\xb9\x62\xfe\x6c\xa2\x6a\x6d\x3f\x93\x88\x50\x97\xd1\x45\x32\x4a\x90\xdc\x78\xee\x5a\x2b\xec\x83\x45\xf3\x70\xad\x94\x82\xbe\x3b\x2e\x6a\xd7\xc9\x3b\x0f\xf6\x71\xa1\xcf\x2a\x1d\xd0\xa5\x38\xd5\x5e\x57\x17\x82\xdf\xd1\x60\x33\xe2\x9e\x5b\xed\xf3\x84\xa3\x86\xfe\xb1\xe3\xad\xb2\xae\x32\x87\xb0\xba\xfd\xc3\xfd\xfb\x8e\x86\xde\xdc\x4d\x68\x2d\xb7\x5a\x20\xcc\x5d\x20\x31\xdc\xe4\xd8\xba\x07\xef\x2f\x1e\xba\x29\x84\x37\xf4\x5d\xa4\xef\xaa\xbb\xe0\xb7\xa3\x62\x82\x8f\xce\x57\x20\x22\x1f\x73\x6a\xa7\xf2\x72\x49\xcb\x74\x62\xe5\xe4\xa4\x4a\x3d\xe7\xe5\x72\x11\x5a\x86\x84\x96\x92\x13\x67\xad\xda\xb4\x24\xd4\x18\x6b\x52\x9b\x96\x20\x3c\x21\x83\x47\x8f\x8a\x90\x9f\x16\x67\xa4\x1f\xa6\xe2\xcf\x9d\x41\x98\xa9\xbf\x89\x47\xfe\x9a\x6c\xcd\xb2\x39\x1a\x2b\x36\x10\x7b\x7b\x42\x3a\x38\x1a\xc3\x46\x4d\xe5\x63\xcc\x27\x7c\xc9\x7d\x5a\x5d\x64\x7e\x26\x95\xae\x1e\x85\x83\x47\x6a\x51\x0c\x8d\xd1\x9c\xb5\x0a\x7d\xb6\x63\x19\x32\x1c\xbb\x21\x99\x20\x38\x7e\x50\x4b\xb4\x56\x04\xd8\xfa\xc1\x9e\xb9\xbf\xd7\x38\xab\x16\x09\x49\xe2\x30\x25\xbf\x73\xa9\xfc\x7b\xc3\xfd\x54\xaa\xb9\xb5\xfd\x50\x3e\x2d\x01\xf4\x61\x74\x2b\x2f\x3b\x29\xca\xc8\x7a\x21\x7e\x06\x69\xcf\x7d\x8f\x79\x19\xdb\x89\x4f\xcb\x78\x2b\x2f\x1d\x68\x90\x27\x7e\x46\xfc\x8c\xa4\x35\x3c\x2a\xcf\xcb\x8c\xbd\x4f\xce\xaf\x36\x9b\xab\xbc\x8c\xa7\x57\xd8\x9f\x90\x0c\x5c\x63\x75\x61\x22\xa3\xfd\xdb\x47\xca\x3d\x72\xd2\x9b\xd3\x32\xe5\x47\xe0\xc6\xb1\xce\xc8\xa4\x47\x4b\x96\x4d\xe7\x20\xc2\x25\xe6\xe7\x9b\x24\x59\xf0\x65\x58\x90\x89\xf4\x9b\x83\xd7\x13\xfd\x4b\xbd\x15\xb2\x42\x66\xec\x31\x71\x61\x1e\x2d\x99\x48\x62\xe2\x6b\x88\xb7\x0e\x95\xc6\x1a\xa4\x8f\x0f\x41\x31\x24\xfe\x39\x22\x7d\xfc\x95\xf4\xf1\x15\x49\xf1\x37\x75\xc6\x37\xf6\xba\x9a\x3e\x57\xe2\xc7\x55\x97\x90\x4c\xee\x65\x89\xe7\xed\xc3\xf1\x50\xd7\xb9\xd9\xf8\x87\xa4\xbc\x9d\xa0\xf0\x4a\x86\x43\xef\x4b\xa4\xf5\x46\xae\x19\x29\x6f\x4f\x50\xb8\x4f\xec\x74\xc1\xdc\x6f\xab\xdf\x60\xcb\xa4\x0c\xdc\xec\x6b\x77\x7f\x25\x0e\xa8\x16\x1e\xa8\x54\xeb\x7c\x23\x57\xe1\x15\x59\x6d\x2d\x0b\xe3\x2b\x80\x64\x92\x3d\x8e\xc2\x6f\x04\x80\xfe\x6f\xdf\x3e\x92\xf0\x79\xa2\x9d\x08\x52\x0b\x91\xfa\x55\xe2\xbb\x8b\x76\xd9\x7b\x00\xd4\x26\xc8\xf8\x9d\x64\xd9\xba\xba\x2b\xf2\x4d\x54\x69\xd9\xbe\x6e\x45\xed\x19\x81\xeb\xdd\xc3\xcd\x06\xfe\xce\x14\x82\x8e\x24\xbd\x43\xa0\xb5\x99\xba\xaf\x55\x53\x92\x89\xa1\x54\x19\xfa\x90\xa1\xef\x66\x98\x24\x64\x0d\xd3\xcd\xe3\xa7\x13\x7e\x1e\xa4\xd8\xd0\xea\xb1\xa0\xa1\x20\xdb\x86\x09\xf8\x7c\x28\xf3\x92\x50\x9a\x97\x9c\x90\x58\x4b\x92\xbc\xf0\x6d\x01\xd9\x76\x61\x38\xa9\xf3\xf3\xfd\x3e\x42\xe1\xa7\xdc\x3f\xc1\x97\x14\x85\x27\xe4\xc4\x5a\xc4\xee\x8e\x74\x82\x4c\x8d\x56\x5d\x60\x39\x4f\xa8\x16\x57\x4e\x14\xaf\x5a\x92\x13\x05\x01\xb2\x04\x47\x91\x59\xe4\x9f\xd8\x56\xc5\x10\x0b\x21\x4f\xfc\xa5\x37\xd8\x7b\x20\x3f\xb9\x20\x27\xad\x21\x88\x2e\xe4\xeb\x4b\x72\x01\x2e\xf8\xda\x18\x65\xe7\x29\xe7\x72\x78\x29\x5d\xef\x83\x4b\x87\x89\xa0\xad\x36\x5c\x5c\x7a\x83\xfe\xfe\x03\x03\xb5\x9e\x8c\xfd\x13\x14\x9e\x18\xfd\xc1\xbe\xad\x39\xbc\xd7\xf2\x3a\x1f\xfb\x56\x53\xf1\x49\x4d\xfd\xb8\x77\x10\x54\xb9\x07\xfd\xbd\xbb\xb5\xd7\x0f\xea\xaf\x6f\x2c\xef\x20\xb8\xf1\xf5\x83\x20\x23\x27\x21\x1b\xcb\x48\x75\xf2\x4c\x69\xab\xbc\xe2\xb1\x5f\x45\xb0\x1b\x95\x2f\x3d\x2f\x1e\xfb\x2f\xd1\xb6\x36\xd3\xad\xe4\xf2\x9f\x11\xcb\x25\x99\x24\xe1\x85\x64\xd9\x4b\x72\xd9\xb3\x88\x3a\x4c\xc9\x65\xcf\x25\x6b\x31\xe1\x17\x5d\x42\x96\x9e\x27\xfe\x77\x39\xb0\xe7\xbd\xe6\x7e\x2d\xad\x17\xab\x07\x05\xbf\x8b\x97\xc8\x04\x72\x4a\x3d\xef\x0d\xf7\x05\xe3\xf6\x2f\x08\xc4\x90\x9e\x2f\xf1\x25\x49\x7b\xbc\x8c\x2b\xa5\x8a\x20\xa1\x4b\x72\x51\x41\x02\x3b\x7b\xc8\x72\xe8\x2f\x6b\x7b\x07\xb9\xc0\x4b\x67\xe7\x90\xc6\x6f\xe7\x79\xe9\x5f\xe2\xa5\x34\x3a\xd5\x1c\x0c\x05\xfe\x25\xf1\x2f\x48\xad\xd5\x9b\x4d\x5c\xed\x2a\x17\xad\xbb\xca\x65\x6d\x4b\xf1\x2f\xc9\x65\x6d\x57\xc1\x19\x59\xda\x10\xd9\xaa\x52\xfc\xb2\x6a\x90\xee\x75\x86\x70\x5a\xa9\xfa\x46\x25\x8c\xc1\xf0\x65\x60\x65\x14\x83\x92\x21\xdc\xbd\xec\xf1\xaf\x4b\x5e\xc6\x9e\xf7\xf2\x97\xd4\xf3\xc4\x46\x88\x53\xf2\x12\xbf\x24\x99\xa8\xf1\x15\xf7\x97\xf8\x25\xc2\x89\x7c\x4a\x11\xce\x3c\x4f\x30\xd6\x81\x58\x8e\xd6\x06\xb7\xd9\x5c\x5a\xdb\x9b\xd8\x3c\x80\xc1\x57\xc9\x72\x23\x83\x17\x53\x78\x14\xaf\xcc\x86\x27\xb6\x19\xf3\x81\xb5\xf1\x41\xba\xcc\x2f\x27\xf6\x42\x01\x22\x00\xfd\xf8\x48\xaa\xc5\x60\xa2\x7c\x59\x23\xd6\xe5\x23\x7c\xa9\xfc\x10\x0e\x27\x13\xc8\xbe\xf0\x11\x7e\xf9\x4b\x3a\xf4\x2f\x7b\x34\x8e\x65\x09\x17\x22\x9b\x1c\x02\x5f\xb6\x00\x9b\x0a\x51\xe0\x43\xf1\x4f\x5b\xde\x61\xa7\x0c\xf8\x2f\xbc\x20\xa7\x32\x64\xcf\x25\x59\x86\x62\x02\xab\x8d\x23\x44\x62\xab\xb8\xb4\x36\xc1\x0b\x69\xcc\x62\x70\x6a\x2e\xf1\x84\x27\xcb\xe0\xb2\x27\xe1\x5e\x5f\xf1\x64\x89\x97\xd3\x99\x49\x78\x3f\x9d\x6d\x51\xd8\xce\xfd\x96\x72\xc8\xc4\x12\xd2\xae\xf7\xa2\x19\x4b\x32\x2a\xfb\xe1\xf2\xd1\x85\x36\x21\x5f\xde\xbe\x8d\x2e\xc9\xc5\xe9\xf2\x4c\x74\x5a\x56\x6c\xd5\x47\x2e\x7b\xa2\x0d\x8d\x77\xef\xa7\x33\x72\xd9\x5b\x4e\x67\x5b\xb1\x07\x75\x8b\x44\xec\x57\x45\x62\xdc\x3e\x15\xbf\x65\xf5\x2d\x62\xd9\xdc\x22\x7e\x33\x5b\xc4\x6f\xde\xfe\x3d\xcf\xfb\x9c\xfb\x4b\x5c\x63\x74\x79\xe2\xff\x26\x77\x88\x0b\x45\xc4\xc0\xe2\xde\x92\x93\x1a\x1c\xcb\x5b\x59\xe6\x2b\x72\xd2\xf4\x23\x3a\x71\xfc\x88\x2e\xc8\xab\xda\xdd\xfa\x05\x79\xb5\xdd\xa1\xf4\x1a\xbe\xf5\x2f\x50\xf0\xd6\xf4\xeb\x62\xfb\xff\x80\x71\x4a\xc3\xd4\xf0\xa7\x04\x54\x3d\x5c\x4a\x07\xf6\xd8\xe6\x89\xff\x75\x8c\x8c\x89\x2a\xc5\xdf\xc6\x44\xf9\x1f\x8a\xb1\x3e\xa9\x50\xe0\x4f\x42\x14\x89\x5d\xdf\xaa\x0e\x9f\x34\xc0\x18\xf5\x76\xf4\xc0\xf3\xfc\xdf\xc8\x09\xfe\xcd\xc5\x4b\xfb\xad\x8e\x7b\x88\x4f\x48\x04\xf6\x19\xae\x39\x9c\x32\xd5\x51\x26\xb4\xd2\xde\x31\x1e\x8a\x53\xc5\xd3\xf1\xf0\xc9\xf8\xf6\xed\xc0\xd7\x26\x97\x14\x05\xe2\x31\x64\x75\x84\x83\x1f\x77\x44\x3f\x9e\x4e\xdb\xbd\xd0\xc5\x0b\xff\x55\x82\x99\x0e\x19\x78\xef\x40\x2a\x5c\xf4\xe5\x78\x05\xc3\x69\x4d\x9e\x65\x4b\x91\x27\xfe\xdb\x5c\xcd\xa0\xb4\x0e\xa6\xe4\x38\x37\x26\xc2\xd4\x3a\x20\x3f\x40\xce\x51\x37\x4f\xfd\x9d\xc7\x6e\x5e\x57\xb3\xe9\x75\x40\x1d\xb9\xe7\xe5\xd8\x68\x93\x5e\x8c\x37\x1b\x59\x91\x99\x20\x34\x8c\x99\x7f\x82\x5f\x8c\x05\x07\x14\x72\x5f\x1f\x05\x70\x5d\x74\x22\x75\x52\x60\x13\x7e\x82\x3c\xaf\x91\x4d\x9b\x9d\xe9\x35\xa7\x60\xd9\xf6\xee\xde\x43\x9e\x07\xa8\x43\x27\x3a\x2e\xb1\x77\x77\xb0\x87\x36\x9b\xaf\xa2\x7a\x41\x64\x7d\x9c\xa5\xfe\xc3\xfb\xd8\x02\x7f\x02\xc5\x81\xdd\x51\xd4\xa0\xea\x4a\x63\xf1\x46\x59\x12\x3c\x14\x75\x7e\x33\x76\x04\x0f\xef\x3f\xfa\x36\x1e\x3e\xbc\x1f\x7c\x1b\x87\x60\x60\xad\x0b\x4c\x53\x9f\xe2\xa4\xd0\x2e\x3f\xdd\x41\x55\xd4\x4f\xea\xf2\xfd\x70\x2c\x59\x26\xe0\xa9\xfc\xcd\x86\x56\xa5\x9d\xa8\xd2\x1e\xff\x27\xa5\xd9\x0e\xe1\x85\x6f\x73\x81\xeb\x31\xd2\x3d\x08\x65\x97\xaf\xc7\xa1\x32\x29\xbf\x59\xc9\xb2\x3f\x30\xf3\xa5\x4f\xc4\x52\xe5\xf2\x78\x1c\x82\xfd\xb9\x15\xe6\xa8\x1f\xc6\x8f\x98\xe6\xea\xf1\x6d\xb2\xa7\xef\x8d\xd9\x69\x7c\x86\x13\xf1\xe7\xf6\xe0\x0c\xa7\x84\x1b\xf0\x03\x5e\x73\xc1\xda\x0d\x44\x90\xc2\x0a\x4b\xcd\x71\xa2\xb0\xfb\x97\xec\xe2\x72\x09\x2e\x00\x14\xe1\x70\x1c\x1e\x9a\xd6\xb6\xb6\x54\xb6\x32\xd4\xad\x0c\x35\x06\x5e\x46\xb8\x46\x3b\xaa\x1a\x9b\xfd\xa3\x66\x80\xef\xab\x65\x1a\x63\x6b\x1f\xd4\x4a\xcc\x42\x44\x85\x90\x52\xf1\xc8\xac\xc1\x23\x33\x8b\x47\x66\x86\x3f\x4a\x34\x5d\x9c\x35\x38\x64\x46\x68\xf8\x27\x89\x6c\x8e\xd0\xed\x57\x94\x97\x16\xda\x26\x3d\x22\xaf\x41\xfb\x8c\xc2\x88\x28\x3c\xbb\x01\x0a\x0f\x53\x79\x35\x10\x11\x69\x93\x27\xcd\xd1\x07\xc8\x8e\x01\x0e\x16\xe8\x03\x63\x12\x14\xb9\xb4\xf8\xa9\x8a\xe3\x55\x45\x0c\x86\x6a\xa1\x60\xb3\x59\x68\x55\x5e\xd3\x22\x44\x7d\xa9\x5c\x33\xd3\xc2\x67\xf2\x53\x79\x45\x61\x82\x0b\x7f\x07\xb2\xa6\x9d\xae\xd8\xcd\x70\x78\x9b\xcd\x2e\x74\x9b\x1f\xbc\x84\x8a\x11\x42\x6b\x2a\x86\x16\xd6\xb4\x5c\x10\xef\x00\x93\x4a\x0d\x2f\x04\x39\xe0\x72\x78\x99\x18\x5e\x26\x5e\xd8\xca\xe0\x9f\x98\x48\xc3\x1c\xc6\x57\x66\x57\x7d\xfe\x2f\x34\x4e\x10\x7a\xcb\x07\xd0\x5c\x0b\x39\x45\x8e\xb5\x6d\xae\xe2\x00\x95\x35\x1c\xce\xdd\xbb\x67\x69\x8b\x13\x6b\x15\x9f\x45\x4f\xdf\xb1\xf1\x64\xfa\xa6\xca\xff\xe4\x31\x6d\x67\x7a\x60\x01\x88\xc3\x1b\xdb\x10\xf5\x93\xe7\xdd\xed\xf7\x7f\x79\xe3\xa3\x3b\xe3\xf1\x50\xd9\xac\x05\xab\xf1\x86\x30\x65\x6b\x16\x59\x8c\x77\xe2\x5c\x94\xb5\x20\x14\x32\xcf\x63\x4e\xb3\xfb\x61\xe5\x2e\x22\xfd\x5f\xb0\xda\xac\xf6\xd0\x30\x22\x83\x40\xfd\x3a\x10\xbf\x1c\x7f\x17\xe9\x37\x61\x39\xbc\xe0\x88\x7c\x66\xbe\x6e\xbc\xf7\xd7\xaf\x63\x64\xf9\xa2\x1c\x0c\x1e\x1e\xec\xf7\x0f\x84\x0c\xcf\x9c\xc5\x17\x35\x17\x5f\x64\xac\x84\x19\x92\x06\x1e\xac\x08\x47\xa5\x8d\x93\x58\x8b\xfb\x66\x02\x07\xeb\xa2\x00\xb7\xd8\xbd\x12\x83\x4b\x16\xfb\x52\x6c\xb3\xf9\xdd\x68\xc5\x57\x29\xe9\xf6\x1d\x23\x69\x9f\x79\x31\x12\xe9\x0e\xc8\x38\xd8\x44\x20\xdb\x0c\x44\x7c\x39\x68\x8b\x35\xb7\x1f\xcc\xe1\x22\x64\xd1\x30\xc9\x4a\xb3\x1a\x04\x0c\xc0\xc7\x1a\xa8\xf5\x97\x49\x03\x21\x86\x0b\x0a\xbe\x01\xa5\xcf\x35\xd3\x6a\x38\xe7\x2a\x88\x4b\x0d\x78\x09\x3c\xe2\x8b\x8a\x2b\x17\xbe\xf0\xcf\x53\x2c\x7e\xcb\xa1\x00\x7d\x21\x0a\x6b\x09\x6e\x4c\x97\xc1\x7e\x60\x07\x56\x76\xfd\x05\xd7\x8d\xf8\xcd\x4e\x14\x67\xb5\xcd\x2f\x35\x18\x60\x1d\xde\x5a\x50\xa5\x89\x20\x1d\xba\x4e\x78\xa3\x32\x1a\x9a\x5b\x1f\x69\x71\xdb\xfc\xda\x31\x62\x8b\x49\x5b\x28\x69\x23\x25\xd8\xd8\xf1\xa2\xdd\x06\xb2\xde\x44\xb2\x0f\x2d\xa0\xeb\x6d\x03\x06\xc8\x35\x1e\xab\x85\xd7\xe7\x55\x64\x43\xcc\xeb\xd7\x59\xb5\x7e\x43\x93\x62\x6d\x50\x2e\xc8\xb0\x81\xfb\xdf\xc4\xc2\xd5\x08\xd3\x7d\x7c\xae\x9b\xab\x41\xa0\xcd\x08\xca\x0d\x45\x12\xa9\xc9\xdf\x1e\x1a\x31\xd6\x0e\xda\xce\xa5\x9c\x0b\x41\x84\xa3\x66\x82\xbe\x96\x93\x30\x4c\xce\xb5\x33\x27\x4f\x13\x3f\xc2\xaf\xab\x6e\x2e\x53\x85\xfe\x44\x8e\x32\x79\xa9\x16\xe1\x18\x53\xcc\x9d\xb1\x1e\xc8\x2d\xce\xb2\x5b\x1b\x95\x55\x18\xb3\x6a\xd0\x77\x05\x15\x91\x33\xa1\x6d\x27\x21\x36\x97\x0e\x16\x8a\xd6\x91\xb4\x4f\x0a\xdb\xc2\x9a\xef\x70\x44\x7f\x26\x26\x07\x29\x1b\xbd\x6e\x3f\x84\x25\x2a\x87\x56\xe2\x67\xb4\x14\x25\x5a\x28\x57\xac\x65\xc3\xa9\x52\x86\xea\xaf\xf4\xfa\xff\x9a\xea\x88\x8a\x29\x89\xdb\x36\x6f\x39\x98\x3b\x44\x49\xcf\xfb\x55\x8c\x69\x8c\x53\x88\xbe\xa4\xda\x3f\x27\xbf\xa5\x4e\x50\x2c\x21\xf1\xb9\x58\x8b\x0b\x12\x85\x6f\xe4\xa7\xe0\x32\x10\x91\x8b\xbc\x9a\x92\x6e\x1f\x27\x16\xac\xaa\x18\xb2\x3e\x4e\x4c\x06\x00\x20\x8d\x4c\x98\x02\x4d\x91\x6a\xe1\xdd\x0b\xc4\x52\xb1\x60\x24\x43\x1a\xac\xff\x31\x59\x8d\xca\x06\x61\x25\x84\xf7\xbe\xe4\x65\xbe\x0c\x39\x49\x7c\xde\xfb\xa2\xc0\x7b\x05\x0d\x01\x48\x3f\x0f\x13\x22\x5b\x9d\x15\x3e\x17\xa4\x39\x49\x7d\x2e\x46\x48\xd1\x7e\x62\x7c\x47\x22\x32\xb1\xba\x45\x8d\x0f\x41\x65\x2b\x14\x91\xd9\xcd\x39\x44\x96\xf4\xe6\x2c\x07\x41\x44\x72\x2b\x8b\x68\x8e\x0a\x24\x80\x70\x6c\xe5\xaf\x39\x5a\xef\xf7\xef\x61\xa5\xd8\x47\xe1\xd6\x1d\x67\x83\x9b\xad\x97\x2e\xe6\xb5\x81\xc2\xb5\x79\x00\xd5\x01\x0f\x26\xa9\x0f\xa1\x37\x27\x92\x4d\xc4\x72\xf9\x39\x18\x10\xff\xb8\xcc\x59\xb3\x4c\xbd\x15\xc6\xed\xd8\x73\x4e\xa8\xd2\x3a\x90\xcd\xde\x83\x3d\xc0\x8e\x6c\x84\x77\x6d\x32\xe3\x6a\xdd\x0d\x79\xcf\x06\xa7\x0e\xaf\x95\xdc\x7f\x24\xc9\x1d\x26\x81\xb5\x44\x2f\xd1\x5f\x01\x37\x16\x6c\x03\x89\xdd\x1b\xdb\x3b\x12\x6c\xfa\xbc\x0e\x8c\x21\xe8\x51\x19\x89\xa2\x22\x23\xf3\x1b\x30\x75\xed\x4b\x37\x3c\xce\x48\x84\x13\x32\xc9\x04\x57\x81\xa8\x27\x6b\x4a\xb8\xbe\x01\x7f\x07\x58\xe1\x4f\x69\xca\xe7\x26\x02\xd6\x13\xba\xa4\x95\xa4\x43\x51\x05\x63\x41\x2d\x18\x8b\x3d\x94\x10\x7a\xca\xcf\x70\xd2\xfb\x72\x35\x9d\x17\x2f\xca\x3f\xe6\xd3\x74\xce\x17\x8b\x8f\x7c\xbe\xc8\xa7\xe5\x1f\xf3\xfc\x9c\xce\xaf\x45\x26\x71\x8c\x5d\x66\xf2\xa8\x9e\x08\xf1\xec\x24\x55\x68\x00\x92\x2e\x13\x00\x20\x97\xc8\x73\x2c\x64\x21\x52\x17\xd7\x44\x5b\x75\xdc\xd9\xdf\x0c\xfa\x7b\x07\x76\xd0\x0a\xc5\x1b\x35\x29\x30\x84\xa5\x18\xa4\x19\x46\x8d\x90\x0d\x18\x3d\x88\x46\x56\x38\x9b\x51\x39\xcb\xa4\x9b\xcb\x2e\x62\x4c\x76\x63\x8e\x94\x32\xd8\x89\x32\xee\x99\xf3\x12\x97\x09\xd0\xe8\x50\xc5\x16\x2e\x0d\x6e\x37\xbc\x48\x9c\x68\x53\x83\x7b\x08\x4f\x95\x73\x88\xea\x48\x0a\x4c\x4f\x03\xd8\xd8\x90\xab\x9d\xaa\xc9\xb3\xac\x16\x4f\xc7\xe0\xe9\x57\x32\x8f\x0b\x87\xff\x1d\xe9\x0e\xd7\x49\xdf\x8c\xcf\x50\x4f\xcb\x67\x67\xc6\x02\x7b\xdc\x9d\xe6\x0e\xfe\xe3\xd5\x9d\x36\x57\xb7\x89\x17\xa4\xaa\xad\x95\x57\x6f\xc3\x83\x1b\xb3\x57\x73\x35\x2a\x1b\xad\xdf\xfb\xc1\x4f\x1b\x1f\xf6\x03\x1a\xac\xe3\x86\xe8\x5b\xef\x7b\x98\x36\x60\x6d\xc4\xc2\xae\xa4\xe7\xac\x5d\x7a\xce\xea\xd2\x73\x2d\x81\x24\x4e\xe0\x21\xb0\x87\x48\x15\x98\x4a\x42\x9e\x73\x3f\xc3\x09\x1a\xf6\x83\x9d\x27\xe0\x2f\x8c\x4e\xd8\x6a\x42\x97\xfc\x28\xa3\xe2\x84\xf9\x38\x5f\x2e\x86\x3b\xd2\xa1\xb4\xc0\x98\xc6\xed\xa3\x4d\x1f\x0e\x62\x09\x88\xb8\xa9\x19\x26\x10\x8b\xf4\x0f\xcf\xeb\x56\xa7\xa1\xb5\xcd\xf0\x8c\xed\xa8\xd1\x6d\x64\x26\x60\x89\x56\xf4\x80\xf2\x46\x41\x2a\x55\x07\xba\xcc\x18\xd8\x64\x0e\x56\xa5\xed\x9e\x80\xd6\x29\xc9\xd4\x5c\x69\xbd\xc9\x84\x8c\xca\xc2\x89\x88\xa3\x4b\x9c\x48\xfd\xc9\xc4\x04\xc5\x86\x93\x38\x88\xf2\x93\xde\x34\x5a\xf0\xf9\xa5\x1c\x03\x2f\x41\x68\x6d\x0c\xd5\x3d\xcf\x9f\xe8\x08\x02\xde\x1d\x86\xf0\x44\x5a\xa1\x63\xb0\x42\x9f\x20\x31\x61\xca\x86\x96\x85\x13\xd7\xb5\x41\x55\x2c\x8a\x30\x79\x50\xb8\x48\x4d\x87\xc5\x18\x15\xd5\xe7\x52\xb5\x30\x21\x13\xe9\x39\x22\x47\x2d\x25\x83\xbe\x6e\xcc\x50\x5a\x75\x57\xa8\xee\xc0\x8a\xd4\x18\xe8\xbf\x0e\xbd\x18\xb4\xaa\xac\xd2\x2f\xa5\x24\xd3\x6d\x53\xe8\x58\x29\x38\x84\xaf\xed\x88\xee\x5b\x41\x66\x4d\x23\xb9\x0c\xad\xcd\x6c\xe9\xb2\x43\x51\xa0\xfc\x28\x35\x89\xe2\xfb\xad\x5a\x6b\xdc\x5e\x5e\x3b\x19\xb9\x09\xfd\xa1\xcf\x99\x38\xa9\xf3\x97\x98\x24\x55\x51\xea\x38\x80\x39\xb9\x14\xe2\xd9\xa8\x4c\x2a\x0f\x09\x7b\x3e\x01\xbd\xca\xe7\xa8\x92\x0b\x07\x78\x37\x97\x3b\x68\x69\x05\x88\x7f\x6e\x53\x90\x4a\x56\x59\x10\xce\x55\x57\x71\x22\x77\x3e\x8d\xe7\xa5\x4a\x2b\x34\xd7\x51\xa8\xe7\x6e\xb7\xaa\x0f\xee\xff\xa7\x4c\xf6\x9f\x4a\xca\x58\x1d\x6d\x30\x9c\x57\x86\x3e\x25\xdd\x3e\x86\xb3\x0a\x0a\x28\xe9\x0e\xcc\x70\xbf\x96\x72\x10\x47\x58\x1d\x00\x40\x9c\xaf\x89\xff\xb4\xea\x91\x99\xd6\x43\x77\x0b\xdb\x33\x7b\xdb\x79\xed\xc5\x41\xe3\xc5\x0d\x31\x76\x46\xe5\xb6\x82\x71\xc9\x0b\x1d\x1c\x1e\xad\x21\x62\x85\xe8\x12\x95\xc1\x2b\x0a\x7e\x4d\x98\x7c\xd4\xaa\x62\x19\xd4\x02\x76\x41\x78\x54\x74\x2d\xf3\x98\xd3\x8f\x2c\x48\x8c\x34\x3c\xd9\x43\x0f\xcb\x05\x52\xf3\x32\xe6\x5f\x49\x3f\x54\xe5\x24\xd6\x2b\x07\x07\x37\x92\x69\x0e\xfc\x2e\xa4\xb8\x87\x40\x48\xb2\x4f\x93\x4e\x1e\x0b\x52\x57\xa6\x43\xe8\x45\xf9\x2c\xc5\x2b\xd5\x10\x4b\x71\x20\x5f\x5a\x56\xb2\x90\x50\x53\xa9\x87\xd5\x88\x48\x23\x4b\x55\x8a\x3c\xf9\xc3\x0f\x97\x82\x2c\x1f\xcc\xac\x1a\x7a\x2d\xd7\xf0\x2b\x7b\x46\xaa\xbc\xe3\x5c\xa3\xe6\xcc\xe6\xd3\xe5\x14\x14\x07\x4a\x21\xef\x77\xe9\x66\xd3\xa5\xbd\x7c\x21\x71\x89\xb4\x36\xd6\x51\xa4\x67\x85\xf2\x4b\xde\x01\xd5\xac\x35\x31\x50\xcf\x70\x10\xf4\x1d\x4c\x69\x6a\xc7\xdf\x10\x8d\xd0\xc7\x7b\xed\xc2\x7c\x68\x0a\x18\x0c\x74\xda\x93\x2a\xed\x40\xf3\xad\x3d\xbb\x4d\xef\x53\x57\x7f\xea\x6e\x03\x32\x2a\x37\x23\xa5\x8a\xfd\x04\xf1\x43\x0b\x7e\x8d\xa5\xe2\x14\x61\x37\x70\x02\xb5\x7f\x61\xa9\x99\x57\xf1\x6a\x30\xb3\xa3\x55\xdb\xf1\x3f\xad\xa9\xa1\xd8\x5e\xfb\x0c\x05\x3e\xab\x91\x61\xa3\x50\x45\x37\x98\x35\xae\x59\x58\x33\x2e\x20\x6b\xaa\xa4\x1c\x6b\x77\x1b\x65\x26\x64\x3a\x16\xa0\x52\xb5\xaa\x9c\x3a\x53\xc8\x1a\xee\x07\xae\x18\x55\xb3\xe0\x6f\x84\x46\x71\x62\x35\xd4\x00\xc4\x22\xe2\x42\x5d\x87\xac\x35\xcc\x5e\xe4\x84\xd9\x8b\xda\xc2\xec\x45\x6e\x98\xbd\x70\x54\x56\x21\xcc\xa8\x65\xf3\x2f\x19\x01\x95\x7f\x43\x06\xbc\x40\x06\xaa\x51\x54\xe3\x84\x29\xfa\x98\xea\xe5\x21\x76\x0e\x8d\xa1\xb0\x17\xc6\x84\xde\x00\x45\x8e\x80\xb0\x21\x4e\xfa\xc0\xbe\x02\x69\x86\x5e\xa6\x28\x25\x77\xb5\x2d\x6d\x0d\x23\x70\x45\x35\x9f\xfd\x33\xd5\x70\x3f\x62\x5f\xe5\xd2\xff\x07\xf2\x3c\xa7\x41\x4a\x1e\x84\x1c\xbc\x66\x2c\xf5\xe8\x55\x95\x6e\x27\x7f\x35\x45\x52\x41\xea\x83\x3d\xcc\xc4\x9e\xb8\x79\x80\xb0\x43\xd2\xe4\xab\xa0\xd0\xa5\x79\x92\x04\x92\x60\xa5\xf0\x78\x5c\x2b\x66\x5f\x16\x83\xf4\x37\x8f\x69\xad\xb8\xc7\x2d\x85\x1c\xd5\x0a\x79\x58\x15\x62\x7f\x7a\xd4\xf2\xe9\x0b\xf3\xe9\x65\xee\x33\x67\x40\x5e\xba\xa5\x8a\x93\x6b\x5b\xa9\x2f\xdd\x52\xb5\x59\xcb\x4e\xcd\xa4\xcd\x93\x4c\x8c\xb8\x4a\xed\x08\x55\x5f\x8b\x31\x1f\xd4\xa0\x74\xbf\x89\xc4\x87\x6e\xda\x21\x64\xac\x21\xf3\x3e\x81\xc4\x03\x37\xf1\x29\x24\xde\x53\x11\x76\xdd\x77\xcf\xc4\xbb\xbd\xbd\x1d\xaa\xa5\xc1\x7e\x5f\x1d\x25\xe9\x90\x06\xba\x17\x46\xd7\x14\x89\xc1\x49\xd5\xd8\x84\xae\xbc\x42\xb5\x9e\x2d\x36\x5a\xe5\xa4\x02\x1a\xab\x80\x02\xd2\x6a\x43\x81\xb1\xbe\x8f\x29\x8e\xc5\x44\xe8\x91\x65\x15\xb6\x98\xf9\xea\x32\xaf\x7d\xb5\xb7\x5f\x7d\x66\xb7\xe2\x05\xbd\xb1\x9c\x0f\x06\xa1\x0c\x4a\xb9\x87\xa9\x3c\x23\xb7\x57\x6f\x5f\xf2\xa6\xd5\x35\x72\x99\xf9\x07\x46\x20\x33\x0b\x6c\x58\x3d\x06\xa7\x67\x6a\x1f\x88\x90\x19\x0c\xe6\xe8\x5e\xd7\xce\x81\x3e\xa8\x81\x57\x60\xc5\xd5\x8f\x74\x81\xd0\xc8\xfc\x7c\x26\x7b\x0a\x5a\x9f\x80\xf6\xdc\x84\x6d\x35\xda\x56\xc3\xc7\xe6\xfe\xdb\x48\x4e\x91\x0e\xfb\x65\xd5\xa8\xc5\x29\xc7\x81\x44\xca\x39\xc6\x99\x56\x7e\xa5\x6c\xa3\x6c\x19\x48\x37\xd3\x12\x36\xea\x10\x09\x8e\xcc\xa4\xb8\x2d\x31\xcd\x10\x3f\xaa\x6f\x35\xae\x87\x12\xeb\x9a\x8e\x28\x4e\x72\x85\x93\x25\xd3\x2b\x27\x0f\x72\xc2\xfc\x3e\x52\xa9\xae\xaf\x87\x78\x75\x67\xa0\xdf\x39\x6e\x24\xc4\x19\x07\x2b\xa9\xee\x83\x42\xaa\x82\x9d\x7c\xb6\x37\x8b\x94\x39\x5d\x8f\x17\x7b\x24\x5e\xd9\x32\x98\xe3\xb8\x62\x37\xfe\x3b\xba\xbf\x86\xb3\x5e\x51\xb8\xb7\xa1\xfb\x8f\xe8\x3c\x05\x53\xd8\x85\x52\x08\x5a\xf7\x0f\xe6\xd5\xe9\xfe\xd9\xd0\xfe\x21\xf5\xa4\x92\xa6\xd6\x9a\x69\x05\x4b\x8a\x0b\x7e\xad\x42\x05\xc5\x72\x83\x85\xd8\xf3\x31\x36\xe4\x4f\xb1\x4b\xdd\x51\x9d\x74\x5d\x6c\xaf\x89\x25\xde\xeb\x0b\x49\x0d\x10\x91\xc0\xcd\x30\x4e\xc9\x8b\x14\x74\xf6\x82\xd7\x32\x09\xe8\x5f\xbb\xba\x08\xa3\x40\xc8\x8e\x27\x91\x2f\x41\x96\x36\x9b\x81\xf6\x1a\x6c\x78\x38\x69\x23\xad\x8c\x30\xcb\xaf\x38\x73\xae\x6a\x33\x92\xd5\xf4\x6f\xfc\xeb\x32\xd4\x3e\x0f\x4a\x31\x2e\x2f\x82\x94\x53\x36\x5a\xbb\xdf\xd4\x02\x59\xbd\x56\xe2\xcd\x6b\x3e\x4f\xb9\x44\x95\x3f\x72\x4b\xdd\x6e\x45\x01\x6d\xce\xb8\x99\xa0\x04\xb7\x0f\x10\x21\xa2\x69\x16\x52\xa8\xe0\x5c\xea\x8e\xaa\x00\xb7\xcb\x17\x89\xcf\x30\xf8\x52\x1b\xd5\x0d\x23\x99\x54\x44\x30\x72\x94\x18\x67\x50\xdd\xcf\xa1\x79\x22\x2c\x88\xea\xeb\x96\x85\x11\xf9\x96\xfa\x09\x4e\x05\x7b\x6b\x04\x7f\xa4\xdb\x30\xae\x0c\xa1\x15\x8d\xc4\x95\x65\x7c\x0c\x3a\x55\x13\xe9\x30\x06\x2b\x11\x2e\x78\xe5\x4b\xf1\x37\xc5\x89\xb9\xe5\x4d\x2b\xd6\x7d\x5e\xe8\xd3\x85\x76\x18\xce\x13\xbf\xab\x98\xae\x63\x1b\x68\x76\xda\x66\xc4\xae\x0a\xbc\xa9\x16\xb6\xab\x16\x3a\xb4\x91\xc1\x86\xa5\x51\x5e\x7d\x0d\xec\x57\x37\x70\x4e\xd9\x02\xff\xba\xb6\x6c\x80\xe6\xd7\x62\xf1\x87\xd6\x33\x51\xf0\x69\xec\x51\x34\x64\x41\x64\x55\x39\x55\x55\xaa\xaa\x43\x00\x83\xaa\xe0\x15\x3c\x4f\xbd\xa8\xbe\x98\x15\xbe\x83\x57\x6b\xaf\xb7\x8b\x1a\x7b\x90\x2d\x35\x3e\xdd\x1a\xaa\x38\x9f\x96\x6f\x66\xe2\xdf\x85\xe7\x35\xd3\x5c\xa6\xb4\x90\x97\x35\x21\x03\xe4\x04\xb5\xe7\x98\x72\xbb\x80\x98\x67\x6e\x43\x42\xd8\x42\xf7\xe5\xce\x0b\xff\xec\x81\xb0\x7e\x3f\x90\xb8\x9d\xfb\x41\x1f\x0e\x1e\x6a\xa7\x89\x9c\x8d\x93\xa9\xbb\x51\x7a\x9a\x24\x67\xc4\xe4\x0a\x59\x02\x91\x31\x68\x05\x9f\x4f\x2d\x4b\xf0\x80\xaa\xeb\x74\x89\xa4\xd5\x0f\xe9\xa3\x58\xdf\x8d\xd0\xdb\xb7\xc5\xae\x1e\x9f\xd2\x33\x63\x0f\xf1\x25\xe5\x4b\x75\x2d\x12\x72\xc2\xfd\xa8\xf7\x45\x46\x69\x45\x6a\xa9\xb0\xef\x31\xe5\xe1\x77\x73\x90\xd3\x08\xf3\xb3\xe0\xbb\xf9\xb4\xc5\x24\x47\x5b\xd8\x0d\xbe\xe4\x8a\xa1\x1c\x4f\xa7\x4b\x22\xce\x1d\x17\x45\x75\xe2\x56\x17\xdd\xc4\x86\x89\x02\x06\xdb\xfc\xb6\x9a\x00\xb4\x0d\x9d\x32\x56\x32\x76\x91\x1d\x84\x54\x9a\x55\xb6\x14\x02\xf8\x8a\x4e\xb0\x80\x49\xa1\x7d\x63\xe1\x8f\x55\x48\x04\x93\x26\xed\x39\x2d\xfd\xce\xbc\xa8\xc2\x02\x49\x55\xc1\xa0\x6b\x4f\xa5\xe7\x3d\xac\xfd\x1e\xd4\x33\xf8\x0f\x9c\x84\xcd\x66\x74\xab\x03\xdc\xf7\x0e\xf4\xe4\xce\x6c\x9a\x97\xcb\x3b\x5a\x91\xd8\x81\x40\xaa\xb4\xf2\x86\x73\x2d\xfa\x16\x6a\xb9\x45\x9b\x8d\x1f\x11\x3a\x7c\x58\x27\xac\x9a\x43\x8c\x09\xd6\x0e\xfa\x5a\x29\x50\x92\xae\xdf\x8d\x64\x47\x22\xab\x59\xdd\xa8\x97\xd1\xc5\xe1\x72\x39\xcf\xa3\xd5\x92\xfb\xa3\x5b\x31\x5d\xd2\x3b\xd0\xd4\xf9\x74\xba\x14\x72\xb6\x44\x1a\x89\x90\x31\x1a\x0c\x99\x72\x7e\x86\x0a\x42\x44\xdd\x50\x0f\x95\x4d\x0c\xbf\x92\x8b\xbb\x8f\xa3\xe1\x5a\x2d\xb7\xa0\xdb\xdf\x06\x92\x1b\x3b\x9d\x5c\x16\xd5\x19\x55\xdb\x31\xb4\x86\x83\x51\x97\x90\x0a\x01\xdf\x9d\xfd\xdd\xa7\x59\xae\xf1\x5a\x79\xc8\x9b\x74\x74\x5e\xf8\x29\x0a\x33\xd8\x04\x7c\x8a\xb6\xdb\x49\xe1\x47\x38\xc5\x00\xc1\x00\xf7\xa9\x3b\x1a\x43\x16\x85\x04\xb6\xff\xfb\x4d\x29\x6e\x6a\x4a\x51\x35\xe5\xcf\xb1\x1d\x3f\xd9\x6e\x98\xb1\xa5\x81\x6f\xb6\x9c\x39\xab\x4c\xec\xc5\x95\x01\xa8\xf2\x1b\x07\xbb\x36\xc0\x45\x3e\x10\x8c\x1b\x18\xf9\x01\xda\x6e\xc3\xe4\x6f\x7d\x7c\xef\xfe\xa0\xff\xe0\xc1\xbd\xaa\x0c\x9d\x20\x8a\x1a\x95\xe9\x0f\x16\x86\x19\x01\x68\x6b\x59\x28\x33\xa5\x31\x51\x4c\xc6\x1c\x63\x3a\xb3\x7d\x44\x3e\x12\x75\x5c\x47\x0d\x5b\x3b\x6d\x33\xd4\x16\x9d\x40\xd9\x8f\x30\x08\xba\x20\xe7\xa6\x0a\xcc\xc0\x9c\xc0\x0c\x0a\x41\x98\x11\x1a\x32\xc7\x7b\x87\x39\xa1\x8d\xc0\x85\xe1\x62\xc5\xe7\xd7\xd2\x3f\x6b\x3a\x3f\x9c\x4c\x7c\x55\xe9\xa9\xa8\x86\x8c\x6e\xdd\x7e\xf9\xee\xcd\xef\x3d\xa9\x31\xc9\x93\x6b\x1f\x44\xd3\x08\xdd\xfe\xf9\xec\x14\x0e\xa7\xa6\x15\x67\x3f\xab\x6b\x6c\xd2\x0f\xa3\xca\x58\x3a\x12\x9b\x81\x32\xaf\x3d\x8d\x00\x56\x38\x96\xfb\x79\xdc\x4b\xa6\xf3\x73\x89\xe5\x30\x9d\x9f\x6b\x51\xf5\x49\xe4\xc7\x72\xc1\xd6\x03\x09\x3c\x04\xe3\x68\x2a\x5e\xd3\x08\xb4\xf8\xdb\xed\xf6\x86\x78\x0d\x95\x85\x48\x23\x5e\x83\x18\x47\x3b\xd0\x42\xe4\x79\x89\xf8\xa0\xdb\x65\x55\x10\x84\x08\x77\x07\x62\x1e\x7f\x8d\xc8\xa7\x71\x38\x2a\x9f\xd7\x27\xcc\x5e\xe9\x60\xec\x7e\x60\x63\xf3\xa5\xa9\xff\xf0\x01\xa6\x16\xb6\x81\xfe\xc4\x86\xec\x4b\x5a\x21\xfb\xc2\x17\x91\xbd\xb0\x34\x7c\xf6\x43\xe4\x79\xfe\x47\x91\xef\xcd\x58\xe4\x0b\x5f\x46\x35\x12\xb3\xf0\x5b\xf6\xfe\x36\x50\x60\xb5\x81\xac\x0a\xbb\xb8\xbd\x1f\x3b\xee\xec\xd9\xc7\x9d\xbd\x33\x13\x6e\xa5\x3b\x2f\xfc\xa8\x11\x42\xbf\xdf\xaf\x70\x1e\x8a\x4a\xbe\x11\x4b\x07\x7c\x66\x0b\xb2\x7e\x2a\x4e\x9e\x8b\xe0\xf4\x28\xc2\x2b\x8e\x9f\x44\xf8\x69\x84\x9f\x45\xf8\xcd\x18\xaf\x95\x94\x12\x74\x07\xdb\xb3\x2d\xbe\x2a\xc8\x3a\xc9\xcb\x18\x9c\x68\x1e\x5f\x3f\x9f\x2e\x96\x2f\x54\x2c\xaa\xe0\x8a\xe1\x68\x25\x0e\xcd\x62\xbf\x08\xfa\xf8\x52\x4a\x21\xc1\xe8\xd6\xe0\x7e\xaf\xdf\xdb\x1b\xdd\xc2\x72\x87\xe7\xf3\x3f\x28\x2b\x68\xca\x7f\xa7\xe7\x3c\x18\xdd\x92\xbb\x5d\x3c\x3d\x1f\xdd\x12\xcb\x15\xe0\xcc\x0a\xb2\xb6\x0a\xbb\x2a\x7a\xd5\x2f\x53\xf0\x55\xd1\x53\x8f\xad\x05\x5f\x15\xbd\x96\x64\x93\xf5\x68\x5a\x26\x79\x6a\xe7\x92\x29\x78\x7a\xc9\xe7\xf3\x3c\xe6\xcf\xa7\xd3\xe2\x9d\x31\x6c\x6b\x26\x3f\x01\xd3\xe3\x3f\xe8\x32\xdb\x91\xe1\x98\x8b\xa5\xdd\xcc\x60\x19\x74\x38\x49\xbb\x0a\x84\x97\xf5\xc2\x16\x7c\xa9\x51\xae\xa4\xaa\x62\xae\xd2\x59\xc6\xe3\xd5\x44\x85\x1b\x96\x69\xac\x1e\x69\xe1\x98\x27\xc1\xee\x30\x0c\x62\x82\xed\x99\x7d\x7c\x0d\xd3\x1d\x38\xf8\x9d\x84\x31\x9f\xa2\x06\xd8\x11\x9c\x98\xac\x5b\x80\x2d\xde\x49\x2e\x45\x6f\xc7\xab\xcd\x66\x54\xce\x8a\x46\x33\x16\xcf\xa6\xa2\xe1\x73\xbe\xc8\xdc\xae\xb6\x27\x4e\xa7\x4b\x33\x52\x2a\x87\x33\x50\x29\xd7\x5d\x97\xbd\x03\xd9\x4e\xb2\xfb\x55\x19\xf3\x24\x2f\x79\x6c\x47\xad\xff\xf2\xe5\xf8\xe9\xe1\xd1\xfb\x2f\x4f\x9e\x7e\x7c\xff\xe6\xcd\xab\x77\x5f\x7e\x7d\xf5\xe6\xf1\xe1\xab\x2f\xcf\xdf\xbc\xf9\xed\xcb\x17\xb9\x82\xaf\x0b\x72\x73\x36\x58\xa5\xd7\x45\x2f\x5f\x3c\xc9\x17\x42\x9e\x8b\x3d\xef\xba\xe8\x2d\x56\xb3\xd9\x74\xbe\x5c\x40\x4b\xc0\xee\xff\x55\x42\x44\xb6\x72\xcc\xd9\xd2\xff\x5a\x20\xfc\x5a\x24\x28\xab\x7f\x8a\xd6\xdb\x2d\xff\x0a\x9f\xf4\xbe\x7c\x79\xf7\xf4\xe8\xf8\xe9\xfb\x2f\x2f\x7e\x7f\xff\xf4\xf8\xf7\xc3\x57\xef\xbe\x3c\x79\xf3\xe5\xf7\x37\xef\xbf\x7c\x78\xf7\xf4\xcb\x9b\xe3\x2f\x9f\xdf\x7c\xf8\xf2\xe9\xc5\xab\x57\x5f\x1e\x3f\xfd\xf2\xec\xc5\xf1\xd3\x27\xe4\xb2\x08\xf5\xd7\xd2\x81\xe6\x8f\xe9\x7c\x49\x27\x64\x55\x84\xa3\x52\xbf\x11\xc3\xff\xe4\xcd\x6b\x38\xba\xd4\xb6\x68\xa5\x67\x75\xdd\xda\xe4\x79\xbe\x12\x36\xf5\x5b\x6a\xb0\xcc\xeb\x6a\x0f\x73\x07\x26\x2f\xfb\x6f\x88\x74\x2a\x57\x68\x5d\x19\xf2\xe0\x01\xaa\x2b\x17\xf6\xee\x3d\xc0\x6f\x40\x9d\xdd\x2b\xf8\xf5\xc2\x07\xcc\xf6\x2d\x10\x2b\x44\x56\xdd\x49\xa7\x95\xea\xd4\x0c\x4d\x32\x59\x2d\xb2\x77\xd7\x65\x5d\xb8\xd0\x9c\xbf\x32\x0d\x3f\xa8\x5c\xfc\x04\xfb\xaf\x00\x69\xf3\xc4\x37\xa3\x24\x21\x78\x9c\x5d\x0a\xb9\x3b\x05\xa0\xdc\x56\xf5\x6b\x65\x62\x5d\x76\xf9\x21\x46\xbf\x34\x27\x99\x08\x77\xfb\x82\xd7\x5b\x53\xdb\x38\x68\xfd\xd3\x82\x07\x50\xb0\x2e\x56\x9d\xbd\xcc\x15\xe9\xe1\xb2\x8d\x78\xba\x70\x66\xaa\x55\x71\xd0\xb7\xf1\xa9\x5b\xa4\xe7\xa1\xef\x0a\xb7\xba\x19\xaa\x2d\xdd\x81\x7d\x58\x6b\x2d\x41\xb9\x1f\xdb\xe7\x38\x04\x41\x99\xba\x03\xbb\x0b\xca\x5e\x23\x02\x5e\xa8\xc2\xbd\x2f\x84\x58\xd2\xc8\xe2\x2c\x9d\x56\xf9\x53\x6e\xee\xf8\x3f\xd8\xd5\x9d\x69\x33\x35\xcb\xf9\x7b\xb7\x8a\x96\x73\xce\x5f\x94\xcb\x69\xd5\xc9\xba\xdc\x64\x86\x9c\xb5\xcf\x6a\xb5\x9a\x37\x1b\xb3\x18\x1b\x4b\xb5\xee\x3d\xf7\xc0\xa1\x07\x59\x55\x77\x80\x63\x8b\x18\xd4\xce\x4c\xaa\xdd\x3f\x1c\x95\xb7\xf0\xad\x9f\x57\x0b\xde\x11\x52\x2e\x5b\xfe\x1c\x8e\x4a\x3b\x76\x64\xc6\x59\xf1\xe4\xe8\xa9\x8f\x3a\xeb\x51\xd9\xe9\xfc\xfb\x5f\x9d\x74\x32\x8d\xe8\xe4\x3b\xac\xb7\xf3\xaf\x7f\x8b\xec\x79\xd2\xf1\xc5\xdf\x4e\xe7\x87\x18\x76\x87\x10\xd2\xf9\xd9\x70\xfa\x9f\x3b\x62\xd7\xf9\xe1\xaf\x7b\xba\xb1\x9d\xae\x28\x46\xf7\xe1\x67\x51\x84\x6a\x7e\x47\x79\x3d\x84\xe2\xc7\x56\xb7\x70\x36\x9f\x32\xbe\x58\xf4\x78\x79\xd9\xfb\xfd\xcd\x93\xa7\x5f\x9e\xfe\xfe\x51\x96\x31\x9b\x4f\xe3\x95\x2c\xc5\x94\xf0\xef\x7f\x77\xde\x67\xf9\xa2\x13\xcd\x69\xc9\xb2\x4e\xbe\xe8\xac\x4a\x31\x33\x19\xa8\x02\x22\xce\xa8\x18\xcd\xa5\xc8\x52\x99\x9c\x2c\x3a\xd3\x72\x72\xdd\x11\xa7\x42\x1e\x9b\x72\xf2\xb2\x53\xd5\x20\xf1\x34\x97\x19\xef\xb0\x69\x19\xe7\xfa\xbb\xe5\x7c\xc5\xe5\xc7\x79\xd9\x89\xf9\x25\x9f\x4c\x67\xe0\xd7\x6f\xb5\x86\xcf\x21\xd0\xa8\xe8\x8c\xf8\xbe\x6a\xd9\x62\x99\x4f\x26\x1d\xf1\x1e\x77\x62\x4e\xe3\x0e\x9b\xc6\xbc\xc3\x27\xf9\x79\x5e\x82\x46\xa8\x73\x45\x17\xe5\xcf\x4b\x53\xd6\x0c\x82\xbc\x4f\xae\x3b\x74\x36\x9b\x00\x84\xa7\x7e\xf3\x64\x5a\xfe\xbc\xec\x30\xb0\x02\x84\x5a\xce\xf9\x62\x41\x53\xde\x53\xb8\xa1\x4f\xf8\xe5\xfb\xe9\x74\xb2\xe8\xcc\xf9\x24\xe7\xa2\xbf\x9d\x7c\xd9\xeb\x1c\x4e\x16\xd3\xce\x39\x2d\x78\x67\xb1\x9a\x73\x53\x1a\x0c\x8f\x2a\xa1\x13\x4f\xb9\x68\x44\x67\xca\xd8\x6a\xde\x11\xe7\xf5\x2b\xd1\x64\x89\x04\x6a\x0d\x23\xee\x4c\xe7\x9d\x7c\xd9\xb9\x12\x9d\x82\x61\x36\xe5\xd1\x4e\x42\x27\x0b\xde\x99\x4d\x17\xf9\x32\xbf\xe4\xaa\xdd\x72\x89\x94\x5c\x2f\x93\x9f\xff\xcf\x97\xff\xf3\x33\xaa\x66\x7f\x39\xbf\xb6\xa6\xf5\x23\x9f\xe7\xc9\x75\x67\x99\x51\x3d\x0f\x31\xef\xd0\x68\x7a\xc9\x3b\x19\x5d\x74\x22\xce\xcb\x96\x51\xe4\x71\xc7\x7f\x72\xf4\xf4\xe7\x18\xa9\x4a\x7f\x90\x4a\x7d\xfd\xa0\xda\xd3\x01\x39\xa2\xe3\xf3\xf9\xdc\xa6\x35\x33\xae\x8b\x6c\xba\x9a\xc4\x30\x09\x73\xba\xc8\xe4\xb0\xe3\x4e\x29\x86\x77\xb9\xe4\xf3\xce\x55\x46\x2d\xaa\xf8\xc4\xd5\x17\x8a\x08\xe6\x5c\xf0\x00\x31\xa6\xf2\x6e\x5e\x90\x09\xa7\x85\x1c\x61\xd1\x21\xf5\x29\x9b\x96\x8b\xe9\x84\xf7\x38\x0c\x98\x68\x8c\x1e\xae\xad\xe0\x0c\x3b\xd7\x0b\x69\x5f\x2f\xa2\x07\x47\x4f\x25\x1f\xd1\x0d\xca\x20\x12\x6e\x27\x92\x44\x0b\xfd\x78\xf2\xe6\x75\x47\x9e\x26\x3a\xfc\x2b\x67\xab\x25\x5f\x74\x16\x53\x98\x0a\x5d\x8a\x1e\x07\x46\x4b\xdd\x99\x88\xc6\x9d\xf3\xbc\xcc\x93\x9c\x49\x6a\x8e\x57\x73\x89\x10\x3b\x96\x88\x2b\xd0\xa7\x8a\x87\x41\x4f\xce\xa7\x42\x14\xed\x29\x9e\xd8\x21\x9d\x39\xbf\x58\xe5\x73\xee\xff\xdc\xfb\x37\x1b\x2f\xfe\x6d\x4e\x3e\xbd\xaa\x37\xbd\xf3\xbc\xec\x8d\x17\x40\x3a\x5b\xa0\x50\xd9\xbb\x1f\x2f\xcb\x5e\xb9\xba\x20\xe0\xbd\xff\xfe\xd7\xbf\x3a\xff\xdf\x24\x67\x00\x8d\x2b\x97\xd2\xa5\xe2\xce\x65\xe7\x5f\x4a\xeb\x38\x5e\x7c\xbd\x33\x5f\x95\xcb\xfc\x9c\x37\x5b\x25\xf2\x41\xde\xa3\xe9\xec\x7a\x9e\xa7\xd9\xb2\xe3\x33\xd4\x79\x46\x19\x8f\xa6\xd3\x02\x77\x5e\x94\xac\xd7\xa1\x65\xdc\xc9\x97\x8b\x0e\x4d\x92\x7c\x92\x8b\x0d\xb4\x67\x3e\x04\x7e\x26\x35\xd2\x92\xb6\xf3\x45\x47\x35\x29\xee\x08\x76\x3c\x87\xf5\xf0\xfa\xc5\x7b\x9d\xdc\x49\xa6\x2b\x51\x20\x60\xf5\x42\x19\xaf\x5e\x1c\x3d\xfd\xfd\xdd\xd3\x4e\x92\xff\xff\xe4\xbd\x8d\x57\xe3\xb6\xd2\x38\xfc\xaf\x08\x9e\x1e\x62\x17\x13\x12\xf6\xa3\xdb\xd0\x94\xd2\x5d\xb6\xcb\x2d\x5f\x17\xd8\xee\xd3\x87\xf0\xb2\x8a\xad\x24\x2e\x8e\x9d\xda\x0e\x2c\x85\xbc\x7f\xfb\x7b\x34\xa3\x4f\x5b\x0e\xb0\xb7\x7d\xde\xdf\x39\xbf\x9e\x73\xef\x12\x6b\x34\x1a\x8d\x46\xa3\xd1\x68\x34\x4a\x98\xcc\xe1\x9b\x67\x59\x49\xa2\x38\x07\xf7\xca\x1d\xc9\x46\x28\x6d\xa2\x25\xbe\x50\x02\x0d\x9b\x83\xd4\x5a\x81\x24\x13\x65\x14\xc4\x06\x2d\x8a\x78\x9c\x0e\x56\x7d\xf1\x08\x8e\x06\x00\xf6\x0c\x56\xfd\x60\xdc\x7f\xdd\xe9\x76\x5e\xa8\xa5\xee\x7d\x4e\xc7\x9c\xd9\xf0\xf9\xbb\x66\x6f\xde\xd9\xdd\x74\x98\x25\x6b\x6b\xf8\x6f\x7b\x94\xe5\xd2\xd3\xa8\xbf\x6c\x8f\xfb\x13\xd9\x96\x0c\x0f\xe0\xc4\xd4\xda\xd2\x50\x23\xf1\x69\xb0\x8a\x1b\xfa\x69\x7f\xf4\x15\x9b\x02\xc7\xb3\x7b\x69\x5f\x98\xd2\xda\xbd\x3e\xa1\xc5\xf1\x6d\x7a\x02\x9a\xbb\xbc\x0b\x66\xfd\xfb\x6b\x76\xd7\x5b\xe9\x04\x39\x1b\xf1\x7f\xae\xae\x0a\x96\xc8\xbf\x80\xf5\xbd\x95\x0e\xb7\x61\xf4\x11\x0e\xdc\xaf\xbe\x16\xbe\xbd\x20\xea\xdf\x2f\x02\x11\xfc\x99\x88\x64\x8d\xd2\x34\xba\x86\x07\x5a\xc0\x0f\x76\xed\xeb\xcf\x10\x9f\xa0\x8b\xe0\xa7\x55\x9c\xb3\x11\x04\x49\xc3\x5f\xc2\x57\xc6\xc5\x84\xfa\xa9\xf0\x95\x06\x43\x7f\x6d\x6d\x65\x56\xe9\x8e\xc7\xbf\x7a\xd1\xc5\xf0\xb2\x4f\x2f\x86\x97\x60\x1c\x89\x4b\xc6\x70\xc4\x86\x71\xb6\x1a\x5d\xdf\x2e\x09\xa8\xaf\x8f\x0e\x2f\x86\x97\x36\xae\xea\x69\xf4\x38\xe0\x7f\xf4\x42\x38\x93\x66\xc0\xbf\x24\x98\xe1\xf3\xb2\xc1\x15\xe4\x83\xea\x4d\xe5\x19\x91\xde\xed\xfd\x51\x7c\xe9\xff\xb9\x6d\xfc\x2a\xfa\x7f\x6e\x3f\x79\x72\xff\x5f\x30\xa1\x31\xe6\xbe\x79\x5a\x07\x29\xce\xde\x60\x06\xff\xbe\x6e\x9a\xc5\xf2\xf3\x19\xe0\x3d\xe4\x1b\x19\x5e\xf0\x46\x15\x9c\xe4\x19\x27\x37\xe7\x9f\xbb\x2f\x45\x66\x77\x0e\xf2\x7d\x80\xdf\x3a\x01\xe0\xea\x6e\x69\x5c\xc2\x61\x03\x9f\x5f\x6c\x63\xc2\x7b\xfe\xf7\xab\xe0\x06\xfe\x7d\xbd\xcd\x57\xbd\x67\xaa\x8f\x5b\x53\x7d\xa4\xfd\x5b\x97\xfa\x98\x19\x9f\x67\xb0\x63\x71\x2a\x95\x5b\x97\x52\x71\xb1\x42\x03\x22\xdf\xaf\xa6\x59\xc4\x4c\x58\xc5\x1d\xa3\x5d\xf1\x89\x83\xfd\x69\x7f\xbf\x89\x23\xfc\x6e\xc2\x8b\x63\x7c\xfe\xd9\xa2\x2c\xcb\x6f\x69\x1e\x5d\xe5\x6c\x64\x11\x27\x79\x6b\x90\x26\x3e\x71\xb0\xb9\xf1\x7d\xca\xa6\x19\x28\x78\xe3\x5b\x42\xff\xba\x93\x0a\xf4\x4b\xff\x49\x03\x10\x97\x2c\xa7\x65\x96\x9b\xda\xed\xce\xf2\x90\xf0\x4d\x95\x0e\xaf\x5b\xa9\xc7\x03\xe3\x96\xb4\xff\x65\x6d\x8d\x5e\x7c\xb9\x7c\x78\xa0\x17\x83\xd5\x9f\x7e\x92\x88\x07\xab\x97\x42\x6d\x34\xf8\x45\x76\x68\xe5\xa5\xa6\xbf\x78\xf3\xf2\xf0\x6d\xd8\x1f\xac\x4e\xca\x72\x56\xf4\x36\xd1\x38\xf8\xa3\x68\x67\xf9\x78\x33\xca\xc2\x62\x13\x4c\xae\x8d\x88\xf1\x19\x9b\xb7\x27\xe5\x34\xd9\x89\xd3\x1b\x9a\xc7\x34\x2d\xfb\x5c\xab\x06\x61\xbf\xbb\x1d\xd6\x76\xae\xdb\xe1\xfa\xba\x3f\x5c\xef\x0f\x56\xd7\x68\x3e\x2e\x2e\x2e\x39\x30\x4b\x39\x9a\x8f\xa7\xfb\x6a\xeb\xef\xe9\x9d\x6c\xa8\x94\xdf\x60\xf5\x10\x0c\x28\x16\x09\xfd\x04\x44\x90\xff\xe2\xcd\xad\x0f\x56\xb7\xc9\x4d\x5c\xc4\x25\x19\xac\xae\x0f\xd7\x07\xab\x64\x94\xa1\xe6\x18\xcd\x93\x44\xd9\xef\x59\x4e\x70\xcb\xc3\x48\x9a\xa5\x1b\x53\x89\x30\x62\x37\x84\xa5\x37\x71\x9e\xa5\xbc\x59\xa8\x0c\x15\xa1\x8d\x02\x34\x18\x8d\x70\xab\x43\xf9\x36\x25\x99\x8d\xe6\x09\xb9\xa5\x79\x1a\xa7\xe3\xa2\x3d\x58\x5d\xa0\xe7\x79\xb7\x7f\x1f\x17\x87\xd9\x3c\x2d\x59\xd4\x33\x7c\x0a\x2a\xcf\x50\xc0\x52\x78\x6b\xe5\x7d\x96\x87\xd2\xcb\x6a\xc0\xa9\xf2\x53\x06\xef\x05\xa0\x07\xd9\x05\x70\x06\x89\xe8\x2a\x85\x8b\xe0\xe7\xfe\xbd\x71\x3e\xf0\xd6\x8a\x81\x9b\x61\x3c\xf2\xb6\x15\x7e\x36\x54\x31\xfe\x45\xff\xe7\x6d\x23\x50\x3f\xef\x87\x0f\x0f\xbb\x8b\xb7\xc6\xfa\x5d\x8d\x62\xe7\x6d\x99\xe5\x85\xa0\xa9\xe2\xcf\xb0\xc2\x44\x0d\x39\xb6\x2f\xad\x5b\x05\xf2\x4a\xa7\xe9\x39\xf8\xcb\x83\x87\x53\x4d\x12\xdb\x15\x66\x78\xbc\x10\x9c\x4b\x83\x55\x49\x0c\x9f\x97\x16\x95\x23\xcd\x7a\xcb\xbb\xe4\x42\x6c\x0c\x93\xc4\x3d\x58\x35\x10\x00\x72\x63\x06\xbf\xe3\xa3\xf0\x4e\x37\xd6\x37\x1a\xd6\xc3\xb2\xf7\x9f\x0f\x0b\x17\xb6\xf7\xfd\x3d\xa3\x25\xbe\x77\x7c\xb7\xfd\x9e\x63\x28\xca\x7c\xce\xd7\xbd\xfe\xde\x76\xe2\xbd\x0f\x0c\x1a\xfc\xed\xf7\xed\xb8\x38\x99\xe7\xac\x32\x92\x2b\x98\xf6\xee\x97\xbe\x3a\xb2\x01\xdd\x10\x7c\x78\xd4\x8a\xdb\x7f\xbe\x15\xf7\x2f\x33\x0e\x87\xa1\x15\x77\x2d\x92\x20\x55\x5e\xed\xc1\x68\x00\x58\xd6\x95\x8d\x36\x14\x36\xda\x04\xff\xf2\x03\xa3\x04\x8d\xbb\x6b\x34\xee\xe0\xa7\x1f\x0c\xfd\x0f\x68\xb9\x0d\x03\xc6\x2d\xb7\xfd\xaa\xe5\xc6\xd0\x72\x63\x97\xfd\xe1\x05\xbb\x94\xf9\x07\xaa\xca\x6b\x63\x4b\xba\xa9\xc7\x7e\xa4\xaf\x0e\x86\x2a\x62\xbd\xfb\xc3\x58\xeb\xcf\x51\x7f\x37\xcf\xe9\x9d\x37\xf6\x83\x69\xbf\xb3\x3d\xfd\x61\xbc\x3d\x5d\x5f\xf7\x47\x17\xd3\x4b\xc3\x6b\x37\x5d\xdf\xba\xdc\x36\x90\x8d\x16\xf1\xc8\xa3\x6b\x6b\xb4\x6e\x35\x02\x0f\xc6\x7d\xbb\x24\x18\x9b\x56\x23\xbb\x94\xfd\x18\x43\x3f\xaa\x56\x63\x8a\x56\x23\x46\x32\x5e\xc3\x78\x4d\xaa\x56\xe3\x2f\xda\x6a\x34\x46\xec\x57\xd3\x33\x59\x47\x88\xb7\x2e\x38\xd6\x21\x60\x05\xdb\x59\x60\xa6\x28\xe0\x12\x3f\x6d\xe3\x1f\x46\x94\xd7\x81\x8e\x82\x71\x3d\xd0\x64\xc4\x94\x71\xc6\xc8\xc6\xfb\xfd\x7e\xaa\x71\xb0\x22\xa4\x33\xa6\xf3\xd6\xdf\x0f\x56\xfb\x83\xd5\xde\x60\xb5\xdf\x19\xac\x06\xf0\x17\xff\xb1\x35\x58\x5d\xa8\xf5\xe4\x1b\xb0\xff\x73\xd4\xb4\xde\xe6\x45\xbf\x77\xb9\x39\x0e\x4c\x95\x20\x23\x01\x2e\xe8\xe5\x02\x57\xf7\xc3\xfe\xe6\x60\xb0\xb9\xbe\x39\xd6\xb3\xf9\xc8\xe4\xcd\xa3\x1d\x10\x9a\x8d\x4b\xe6\x8e\x20\xda\xd8\x88\xf4\x86\xed\x32\x3b\x83\x53\x7c\xef\xc5\x6b\x2b\x6e\xe5\x58\x78\x4a\x99\x0c\x17\xbd\x56\xf8\x6b\xe7\x4e\x7d\x48\x94\x3d\x58\x1d\x66\x59\xc2\x28\x2e\xfb\xd7\x3e\xd5\xe9\xec\xe1\xb9\x2e\xf3\xe1\xe9\x89\x4a\xfa\x23\x82\x1b\xae\x55\x70\x83\xbc\x86\xd1\x13\xbf\xd3\xf9\x74\xc8\xed\xad\x1e\xd4\xb1\x0e\xee\x65\xdf\x7b\x4d\x41\xff\x29\x22\x99\x41\x5d\x78\xdb\x69\x22\xad\x99\x49\x9f\xc2\xcd\xc6\x89\x1f\x50\x98\xbe\xfd\x7e\x9f\xed\x0c\x56\xdb\x83\xd5\xf5\x23\x6f\x12\x74\xfc\x1e\x0b\x60\x4e\xb5\xe3\x02\xe7\x56\xe4\xef\x78\x21\xc0\x8a\xf8\x00\x2a\xde\xc9\x97\x63\x7a\x18\x0c\x56\xbf\x59\xdb\xc4\x07\x82\xf8\x3f\xc1\xb1\x17\x01\x17\xa1\x92\x63\xa8\xe9\xc2\xf7\xc5\x65\xf8\x68\x6d\xcd\x3b\xf0\x22\xd0\x0d\xfd\x5f\xbd\x28\x08\xd7\xbd\x95\x88\x0f\xd3\xc3\xc3\x64\x6d\x6d\x02\x57\xf0\xfa\x7d\xf8\xb2\xc3\xf1\xf5\x70\x24\xe1\x83\xdf\x4c\xc3\x3a\xf5\xfd\x60\x88\xd1\x6d\x91\xef\x07\xdd\xed\x49\xbf\xb3\xcd\x2a\x7d\xee\xb1\x75\x10\x59\x3e\x4a\x76\xaf\xa9\xef\xeb\xe4\xfe\x83\xb4\xb3\x3d\xd6\xf9\x0e\xc6\xeb\xeb\xfe\xfd\x75\x9f\x5e\x8c\x2f\x85\x07\x82\xad\x1f\x79\xd7\xc1\xd8\xdf\x9e\xac\xf7\x8f\xbd\x6b\xe8\xfc\x28\x88\x7c\x95\x5e\x6d\xd4\xe7\x28\x03\xb7\x91\x38\x12\x81\x83\x23\x19\x26\x14\x8c\xfb\x9d\xed\x15\xef\xba\x4f\xe1\x62\x95\xe7\xfb\xed\x28\x4b\xd9\xb6\x7f\xdd\xbf\x56\xd7\xb8\x45\x9b\xeb\xeb\x7e\x50\x69\xd5\xb8\xdd\x63\xcc\x93\x6b\xf5\x46\x2e\x4e\x85\x40\x2e\xf8\x2f\xba\xc1\x60\xf5\x02\x21\x09\x2e\x44\x97\x50\x63\xb8\x23\x11\x90\xdb\xb8\x9c\x90\x6b\x76\x57\x90\xfb\xc1\xea\xba\x7d\x7c\xd7\xfe\x23\x8b\x53\x6f\xb0\x1a\x10\x64\xff\x62\xb0\xda\x33\xde\xad\x98\x68\xfd\x71\x62\x1c\x63\x55\x0e\x28\xa9\x88\x8e\xbc\xb8\x0c\xa2\x7e\x67\x9b\xcf\x43\xcc\x42\xd2\x28\x44\x18\xe4\x0b\xae\x8a\x68\x7d\xdd\x5f\xa8\x06\x99\xf5\x38\xa3\xb0\xf6\x37\xf0\xe4\xf3\xaa\x28\x69\x39\x2f\xd4\x63\x33\xed\xab\x9c\x15\xf3\xa4\xdc\x1e\xf6\x87\x90\x50\x4d\x00\xc0\x4b\x11\xa2\x0c\x62\x44\xe1\xad\x2d\x45\xc5\x10\xc3\x50\x14\x38\xa4\x1c\x1b\xca\x45\x23\xd0\x68\xba\x81\x81\xc6\x5f\x04\xcb\x30\xe8\x5a\x5b\x76\x2d\x7f\xa1\x4e\x6e\x25\xfd\xe6\x39\x1c\xd0\x8f\x63\xab\x7f\x83\x1e\x3d\xad\x18\x1a\x5a\x9d\x9e\xa9\x08\xb5\x53\x33\xe2\x59\x69\x2a\xdb\x24\x7c\xb1\xd5\x35\x1f\xe5\xe7\x15\xcf\xfb\xf7\xee\xd0\x84\xde\x69\x60\x16\xfc\xcc\xbf\x8a\x38\x8e\xfb\x32\xa7\x69\x01\xf6\x7d\xaf\xb3\x08\x6a\xde\xac\xde\x2f\xc1\x7e\x71\x96\x4d\xd9\xa9\x88\xf6\xd8\x0d\xcb\x38\x1d\xf7\xcc\x00\x97\x00\xbd\x04\xbd\xc4\x3c\x75\x53\x57\x44\xee\xa7\x74\xd6\x3b\x09\xc4\x6b\xa6\xbd\xea\xe9\x29\x97\x3f\x33\x60\xb4\x4d\x67\xb3\xe4\x4e\xd8\x9c\xd2\x5c\xf0\x17\x41\xc8\xff\xc7\xf7\x17\x56\x3c\x05\x8a\x4c\x67\xbb\x8a\x65\x7d\x5d\xcb\xde\x70\x11\x94\x19\x68\x90\x9e\x43\x64\xad\x9a\x96\x3a\x7c\x78\xb8\xb8\x5c\x04\x59\x9a\xd8\xf5\xe2\x91\xb7\x72\x50\x3d\x8a\xfd\xcb\xeb\xbe\x7c\x61\x8e\x87\x3e\xd1\xd3\xa6\xe6\x5b\xbd\xcd\x9f\xe7\x4c\x7f\xdf\xdb\xfe\x0f\x82\x12\xce\x0d\x9e\x87\x49\x96\x32\x11\xa2\xea\x3a\xa6\xd6\xdb\x6b\x7d\x66\x59\xe9\xc6\xd6\xeb\xef\x02\xea\xcb\xb4\x8e\x89\x77\xbf\x08\x84\x1d\xe3\xc3\xe3\xfe\xd7\xec\x2e\xb8\x46\x17\x21\x3c\xa9\x82\x36\x8d\x69\xb6\xde\xd7\xcc\xd5\x6b\xfc\x2b\x98\xf4\x7f\xd1\x49\xc0\x6a\xa6\x6b\x64\x9a\xae\x70\x5d\x57\xc4\x0c\xe2\xbf\xb6\x5d\x28\x1f\x78\xa9\x95\x80\xdb\x72\xc4\x2d\x46\xc3\xf8\x1d\x39\x8d\x5f\x48\xf5\xc2\x2e\x46\x97\xfa\xea\xc2\xf0\x62\x74\x69\x1c\x32\x8f\x77\xc6\x17\xa3\xcb\x1e\xff\x8a\x46\xd0\x68\x89\x6d\x3c\xf2\x99\xdb\x36\x1e\xf9\xf7\x63\x61\x13\x0b\xb7\x2a\xba\x9b\xb9\x6d\x3c\x02\xdb\x78\xec\xb0\x8d\x0d\x64\xe3\xc5\x72\xf3\x73\x90\x72\x03\x34\x02\x03\xf4\x5a\x18\x9f\x4c\x9a\x9d\x13\x43\x14\xf1\xe8\x5d\x5e\xea\xa8\x84\x67\x28\x1e\x80\xe2\xc4\xcb\xc0\xb4\xaf\xdb\xcc\x03\x67\xa6\x91\xde\x30\xb0\xf2\x9c\xf4\xa8\xfd\x7b\x8b\x7f\x28\x27\x39\xa3\x11\x64\xb0\xef\x75\x82\x13\xe1\xb9\xc2\x80\xa2\xb7\x59\x5a\xcc\xa7\x2a\x92\x88\xb6\x65\xb1\xd1\xf6\x9f\x81\x4c\xb6\xd2\xa3\x0b\x1d\xf0\x20\xab\xf6\x69\xb5\x8f\x72\x12\xfc\xab\xf2\xfd\x3d\x05\xb7\x68\xbf\xae\x43\xfe\x65\x3d\xe5\x2d\xaf\x36\x52\xad\x44\x2a\x98\x4e\xd9\xa8\x5f\xf3\x73\xd8\xaa\xdd\x88\x89\x41\xe7\x9b\x55\x87\xd6\x77\x15\xa5\x88\xb2\xeb\x99\xfa\x23\x2e\x7e\xa3\x49\x1c\xc9\x1e\x1d\x18\xf3\x3d\xa1\x7f\xdd\x2d\x45\x78\x13\xc8\xa4\x68\xbd\x7b\xb1\x4c\xf5\x36\xba\x81\x58\x90\x7a\x74\x11\x40\x02\xb5\xde\xbf\x8d\xf6\xa6\x6c\x9a\x39\xe3\x32\x34\xda\xb9\xdc\x4e\x85\xd9\x74\x46\x73\xd6\xd3\xc2\x83\x11\x42\x43\x03\xdf\xbc\x60\x6f\xe5\xcd\x1f\x67\xb8\xc7\x99\xe7\x9b\x40\x78\xaf\xc5\xaa\xee\x14\xd8\x4a\x6d\x84\xa9\x57\x7e\xc7\x86\xf3\xb1\xc8\xc0\x63\x38\x8c\x4c\x10\x71\xff\x7d\x19\x7a\x04\xa9\x63\xdf\x9f\xce\x58\x4e\xcb\xf8\x46\x44\x13\xd6\xb4\xae\x8d\xa6\x0a\x2e\xd3\x62\x98\xd1\x2a\x05\x3b\xa0\x77\xd9\xbc\x7c\x02\x55\x26\x60\x9d\xb6\xc3\xa6\x81\x94\xd5\x39\x40\xbd\xda\x29\x8b\xe6\xa1\x23\xcc\xc9\xae\x2b\xa0\x54\x07\x2c\x04\x2e\x29\xd7\x15\x47\x1e\xb5\x2b\x54\x5d\x67\xd5\x2a\xe8\xe1\xa2\x5f\x13\x25\xf3\xdc\xb3\xf0\x27\x9d\x16\xff\x5d\xa7\xce\xcd\x27\xce\xff\x3b\xfd\x58\x7e\x66\xfd\x95\x27\xe9\x26\xce\x67\x9d\xa8\x77\xda\x5b\xf2\xd0\x4d\x06\xa3\xe6\xff\x97\x1c\xbc\x8d\x82\x71\x30\x09\xae\x6b\x09\x4f\xc5\x5e\x74\xc6\xf2\x51\x96\x4f\x69\x1a\x36\xa6\x3b\x35\x40\xda\x69\x76\x2b\xdf\xee\x36\x3e\xd7\x03\xf1\xd2\xec\xb6\xbe\x82\x91\x84\xd7\xf7\x7c\x4c\x5a\x05\x68\x66\xfd\x77\xb4\x64\xc1\x9f\xfd\x19\x16\x3d\x15\x93\x00\xdf\xf8\x73\xb1\x10\xc7\x73\xb6\xa3\x46\x90\x8e\x4f\xf3\xd8\x69\xc9\xb5\x4b\xfc\x10\x0f\x30\xb8\xc1\x91\xb2\x44\x3e\x80\x05\xab\xf4\x1c\xff\xb1\x9a\xd6\x17\x32\xf1\x01\x0b\xdc\x4f\xb9\x08\xf6\xfc\xed\xd2\x5b\xe9\xf0\xb5\x5e\x3c\x7e\x8a\x41\xc2\x43\xff\x1e\x2d\xe2\x82\xc1\xa5\xf2\x6c\x5e\x7a\xb7\x41\xc7\x0f\x86\xdb\x8b\xc5\xb6\xad\xd9\x64\x53\x3b\x06\xec\x28\xe0\x38\x7b\x5e\xd9\xa7\x41\x05\x85\xbf\xd8\x1e\x57\x14\xf2\xbc\x6f\xc0\xa0\x2a\x9e\x98\xfd\x09\x13\x46\x73\x59\x3e\xf7\x1d\x11\x97\x18\xb0\xf3\x7b\xcc\x92\xa8\x3e\x06\x2b\xdd\xc5\xf6\x75\xbd\xfb\xe0\xc7\x7f\x9f\xd3\x29\x3b\xb5\x34\x2f\xc4\x47\xcb\x61\xff\xd2\xc7\x91\x69\x6b\x0a\x83\x3b\xf9\xcd\xa4\x6b\x49\xf0\xb7\x88\x54\x92\xaf\x98\x0f\x52\x59\x9d\x4b\x64\xb2\x9b\xc6\x53\x08\x0a\x02\x52\xb6\xdd\x02\x20\x6a\x70\x5d\xc3\x8a\xd2\xae\xb2\xb6\x66\x87\x42\x0d\x56\x45\xd8\x5f\x76\x5b\xb0\x5c\x05\xad\x89\x30\x71\xe2\xc4\xd1\x26\x87\x32\xf4\x0d\xc3\xca\xee\xb2\x39\xbc\x63\x4d\x28\x99\x65\xc9\xdd\x28\x4e\x12\x3e\xc5\xf1\xfd\x6a\x81\xba\x68\x13\xd7\x11\x61\x12\xa7\xd7\x42\x0d\xca\xaa\xc5\x60\xd5\x6f\xe8\xd9\x5f\xcf\x24\xdf\xc5\xb4\xff\x05\xea\xc5\xeb\xfa\x2b\xdd\xe0\x67\x9c\x70\x6f\xfb\x1b\xdd\xe0\x5d\xff\x55\xb0\xd7\xef\x3c\x53\x1e\x89\x7b\x26\xfe\xd8\x1f\xa4\x7b\x5c\x52\xdd\x16\xda\x63\x62\x4b\xfd\xfb\xce\x8f\xf4\xe1\xa1\xbb\xf5\xea\x07\xba\x53\xe5\xa9\x5d\x8b\x94\xf4\x9a\x15\xc0\x1d\x0c\x43\x24\x71\x5a\x92\x21\x2b\x6f\x19\x4b\x49\x07\x56\x8e\xee\xd6\xab\x80\xf0\x6a\x71\x3a\x26\x23\x5e\x93\xe4\x7c\x0d\x91\xcf\x9f\x97\x13\x9a\x72\x20\x32\x9a\x15\x7c\xf5\x48\x33\x35\x48\x5c\xfc\xfd\xde\xbb\x7e\xe7\x07\xba\x03\xcf\x80\x8d\x92\x2c\xcb\xbd\xee\xde\x8b\x4d\xea\xf7\x5e\x2d\xb6\xf1\xf8\x2a\x65\xb7\x15\xcd\x16\xfc\xd2\x7f\x0f\x21\x06\x5b\xdb\xf8\x6f\xb7\x9d\xa5\xe2\xf4\xd6\xad\xe0\x7e\xf6\x97\x6b\xb7\xbd\x3e\x5d\x7f\x07\xe1\xf4\x3f\xa3\x9e\xdb\xf9\xa5\x3d\xcb\x8a\x52\xb4\x2b\xde\xf1\xf3\x8c\x91\xf5\xab\x2a\xd0\x51\x01\xd4\x20\xd8\x04\xbc\x62\x55\x21\xfe\xdc\xa7\xdb\xbb\xf0\x6e\xe5\x4a\x27\x70\xd4\x76\x68\xc0\xb7\xfd\x41\xfa\xc5\x0c\x51\xa7\x9e\xbb\x43\xfe\xa2\xae\x1e\xef\xbc\xb7\xfe\x36\x97\x47\xe3\x50\xe5\x83\x9d\xbf\x4b\xde\xf9\x16\x97\xaa\xfd\x6d\xaa\x5e\xe2\x14\xb7\xfe\x36\xba\x3f\xfe\xf8\x63\x37\x60\x7d\x7a\x11\x5d\x5a\x19\xc6\xd8\xda\x5a\xe7\x87\x7d\xc8\x54\xe0\xf3\xc2\xfe\x30\xa0\x17\xe1\x65\x9f\x05\x61\x3f\xc2\x1d\xbe\x4a\xaf\x60\x9e\xf1\x41\xaa\x80\x8b\x8e\x0c\x43\x20\xda\xdb\x22\x2e\x50\x54\x4e\x98\x94\xeb\x93\xd7\x31\x09\x30\xfa\x31\xcb\x66\xf8\x3e\x6b\x88\xdf\x39\x6c\x3f\x14\xbd\xd1\x4f\x5c\xab\x0e\x47\x3f\x30\xd1\xc5\x69\x7f\xeb\x5b\x2f\x5a\xef\xfa\x1b\xdd\x20\xed\xd3\x8b\xe9\x65\x70\xd3\x9f\xae\x77\x83\xbc\x4f\x2f\x6e\xec\x06\xd3\xb5\xb5\xce\x8f\xfb\x5e\x1a\x84\xbe\xaf\x3e\xe6\xf8\x31\x0f\x52\x7f\xc7\x03\x3e\xe4\x01\xaf\x09\x0f\xd1\xde\xf8\x3d\xfc\x96\x06\x1c\x35\x7c\x9b\x6a\x77\x77\x1d\x49\x28\x78\x69\xe2\xa8\xf0\x52\xed\xb9\xcd\x7c\x06\x8a\x61\xfb\x95\x07\x2e\xb2\xbc\xdc\x4f\x23\xf6\x65\x63\xa8\xff\x96\x9c\x87\x04\x0b\x3b\x61\x8f\xb6\xe3\x68\x63\xd8\x8e\xa3\x05\x3e\x65\x76\x71\x19\x1c\xf2\xff\x3b\xea\x77\x83\x63\x54\x6b\x27\xfd\x17\xc1\xbf\xf9\x64\x38\xe5\xff\x77\xd6\x5f\xe9\x9a\x27\xb7\xe7\x76\x88\xc8\xbf\xbc\x43\x95\xe2\x74\xb8\x6d\x3a\xd7\x74\x9e\x0b\xff\x57\x0e\x24\x19\x31\xc4\x47\x03\xf9\x9a\xf9\x43\x9f\x42\x59\x60\x10\xdc\x1f\x56\x32\xd6\x04\x1f\xbc\x03\xf5\x9a\x0c\x9e\x35\x61\xb3\x86\xa8\x7d\xe4\x44\x01\xa5\x9c\x3c\xb8\x24\x75\xea\x6b\x0d\xf1\x2f\xef\xc0\xf7\x4f\xf9\x54\x1c\x79\xbf\x89\xac\xd5\x0e\xf2\xd7\xd6\xc6\xde\xc7\xc0\xa0\x6f\x83\xfa\xd6\x19\xe8\x6f\xc8\x70\xce\x97\xed\xb3\xb5\x35\x8f\xb7\x18\x4c\x3c\xdf\xdf\xfe\xb7\x3c\x3e\x0f\xfb\x27\xa0\x6a\xce\xf9\x0c\xe3\x6c\x3a\x86\xd6\x65\x1b\xc7\x6b\x6b\xde\x8a\x77\x5c\xe9\xe2\x8f\x43\xff\xe1\x81\xae\xad\xad\x2c\x5b\x44\x78\x33\x72\xaa\x1e\x2b\xde\x36\x47\x8b\x46\xfe\xbd\x06\xc3\x73\xbf\x93\xfe\x71\x7b\x26\x92\x06\x1d\xf0\x2d\x89\xf0\x6e\x46\x35\x8a\x7e\xe8\xc3\x8b\x28\x0d\x1a\xb5\xe1\xb2\xf9\x8e\xd1\x1e\xeb\x1d\xf7\x91\xf1\x6b\x6b\xbf\x72\x06\x9c\xab\x47\x02\xe0\x27\xb2\x65\xa1\xc7\xe8\xd8\xc7\x29\x2a\x0e\x21\xef\xf1\x31\x61\x73\x7c\x52\x1c\x9f\xd4\x18\x9f\xa1\xbf\x3d\xe5\xda\x57\x5e\x4e\x57\xd7\xa1\x94\x28\x87\x20\xca\x0b\x90\xf6\x4f\xfd\xeb\xfa\x5a\xba\x1f\x25\x4c\x25\x52\x7a\xe5\xba\x2d\xb3\x3f\x9d\xb2\x88\xef\x9d\x14\x58\xb7\x8e\xe6\x20\xbb\x55\xc5\x2f\xeb\xc5\x47\x7c\xf3\x91\x28\x88\x17\x75\x08\x0c\x78\x93\xef\x65\xd4\xcb\x3f\x16\x2c\xff\x39\xc9\xc2\x6b\x48\x79\x28\xf0\x6c\x39\x6e\x15\x81\x71\xe4\x70\x34\xf9\xf7\xd4\x16\x07\x87\x61\x11\x66\x69\x19\xa7\x73\xb6\x07\x71\xed\x71\x96\x9a\x6b\xcc\xe9\xc3\xc3\xbf\x1f\x1e\x3c\x35\x8f\x5c\x46\xb8\xbe\x14\x79\x62\xca\x99\xc3\x00\x3a\x71\xd7\x7e\x0f\xd9\x24\xcc\xbc\x57\xf5\xaa\x20\x39\xae\x91\x4a\x6d\xe7\x98\xba\xa6\x7f\x22\xce\x9e\xbb\xe2\xd1\x90\x9e\x48\x74\x84\x3a\xe0\x45\xe5\xa9\xc6\x61\xff\x64\x21\xa7\xf2\x49\x7f\x68\x5f\xce\xd6\x37\xee\x4e\xfa\xe1\xc2\xd1\x87\x19\x9d\x17\x6e\xfe\x39\x80\x85\x21\x7e\x42\xe3\xb4\xec\x7f\x72\x94\xcf\xd3\x4f\x71\x39\x51\xe3\x6d\x5b\x0c\x95\xf4\x87\xd5\xde\x89\xbc\xea\x22\xff\x8f\xdd\x47\xda\x7f\x61\xf4\x91\x9a\x7d\x1c\xd6\xfa\xe8\xe0\xb4\x74\x4c\x38\x1d\x9a\x3a\xbf\x4e\xa3\xfe\xa8\xef\xed\x55\x12\x1e\xcc\x2b\x0a\x2f\x33\xd1\xbb\x20\xec\xeb\x70\x03\x0b\xb8\xf3\x43\xb8\x13\xad\x87\xbd\xc8\xef\x71\x1b\xa4\xc6\x0b\xd4\x6c\x1b\x56\x36\xc7\xad\x1e\xeb\x6f\xbd\xea\xd8\x0f\x10\xb1\xbe\xce\x0e\x5e\x79\x68\xa8\xdf\xdd\x7b\x59\x11\x0e\xd6\x7f\xb5\xf7\x62\xc1\xfa\xe1\x3a\xdb\xa6\xfd\xfb\x38\xea\x1d\xad\xaf\x07\x72\x5e\xf5\x86\x81\xa5\x5f\x7b\x34\x50\xca\xaa\x17\x06\xb6\x8e\xed\xb1\x40\xad\x7a\xbd\x8d\xee\x62\x3b\xfc\x31\xda\xf1\x8c\x75\xbc\x1f\x06\x1f\xbc\xc3\x80\xaa\x37\x00\x50\x9d\x52\xf8\xeb\xd0\xe7\x0b\xd0\xce\xc4\xf3\x7b\x67\x7c\x46\x72\xd5\x18\x6e\x44\xbe\xcf\xcd\x10\x03\x07\xae\x9f\xd4\x0f\x6a\xd3\xd7\x38\xa4\x73\x0d\xf1\x6d\x4e\x67\x4e\x35\x82\xb3\xe6\x44\xd6\xae\xa4\x15\x71\xcd\x9a\x86\xa3\x4c\x4b\xca\x16\xff\x4b\x8e\xcb\x25\x2e\xb5\x67\x3b\xfa\x34\xae\x46\x07\x9f\xb2\x1d\xae\x68\x51\xb0\xbc\xe4\x1b\xdb\xfd\x34\x2e\x63\x9a\xc4\x7f\xb1\xc8\x2b\x58\x32\x12\x94\xf3\x9e\xf2\x9f\xd0\x33\x91\xb6\x46\x5e\xae\xd2\x97\xc3\x4e\xd9\x88\xe5\x2c\x0d\xd9\x9e\xd8\xd6\x81\x73\x6d\x02\x57\xe3\xf0\xda\x57\x2c\xd0\x17\x2c\x22\x1b\x7c\x3f\xc6\x72\xcf\xb7\x20\xc4\xd5\xbe\x55\x75\x5d\x8a\xff\x23\x06\x8b\x53\xb0\x2d\x2e\x50\xd5\xfa\xef\xee\x44\x50\x61\x54\xfb\xea\x8a\x15\x87\xf0\x89\xf4\xe1\x52\x60\x15\xe2\x62\xb0\x2a\x26\xd4\x60\xf5\x92\xf4\x2b\xa5\xdb\x16\xdf\xc2\x84\x16\x05\x17\xc4\xb7\x13\x16\x5e\x7b\xb1\xb8\xcd\x1f\x90\xb7\x3a\xcc\xd1\xe0\xe0\x8a\x82\x20\xf2\x8f\x6c\x64\xc1\x3a\x98\x7a\x7e\x37\x53\xfc\x7c\x4b\x53\xbe\x8f\xe5\x3c\x22\x94\x40\xeb\x84\xf2\x8d\xb2\xb6\x79\xec\x6b\x66\x75\x2e\xd9\x24\xff\xb3\xec\x41\x67\x93\x38\xcb\x8d\x59\xe1\x95\x34\x1f\xb3\x32\x20\x78\x56\x8d\x7d\x1d\x65\x39\x01\x83\x3d\x26\x7d\xd2\xd9\x26\x31\xf9\x01\xcb\xe5\x26\x89\xc4\xeb\xeb\x8a\x2f\xa0\xbb\x59\x11\xe6\xf1\xac\xcc\x72\xd2\x47\xd0\x8b\xf8\x72\x1b\xcb\x75\x59\x9b\xa5\xf3\x29\xcb\xe1\x36\x69\xbf\xe1\xfb\xc3\x03\xde\x77\xac\x57\x0e\x21\xf2\x62\x2e\xab\x73\x4e\x08\x20\xb8\x8b\xbb\x0a\xc1\x44\x83\x55\xbc\x4c\x2a\x6b\xf9\x26\x86\xdb\x3c\x2e\xeb\xb5\x45\x04\x90\xc5\x99\x3b\xc5\x17\xa3\xfa\x35\xbb\x33\x7f\xdb\xc3\x6a\x48\x20\x9e\x16\xf3\x41\xf5\x0c\x41\x02\x16\x97\x19\x46\x61\x92\xa2\xa4\x65\x1c\x9e\x18\x4c\x17\x9a\x4b\x40\xf8\x8e\xa1\x32\x90\xe9\xe8\x5a\x13\x2d\x52\x04\x8a\xc1\x44\xbf\x14\x93\x4d\x0a\x20\x70\x33\xc4\xaa\x33\x58\x55\x04\x0c\x56\x03\x29\x09\x92\xbf\x3d\x1c\x42\x60\x0f\xa2\x14\xda\xc2\xc0\xd1\xac\x34\x0c\xfe\xfd\x13\x73\x01\x42\x20\x58\x79\x22\xe9\x3f\x1e\x19\x9a\x7a\xb0\xda\xde\xb4\x0b\xdb\x7f\xa0\x2b\x32\xc5\x78\xfd\xb8\x38\x82\x73\xc8\x53\x36\x4a\x58\x58\xaa\x0e\x55\x70\x34\x81\x55\xb0\xcd\xb2\xa2\x88\x87\x09\x33\xf8\x72\x8a\x9c\xb2\xd1\x35\xc2\x19\xf8\xaa\x02\x78\x06\x9a\x5c\x3c\x87\x26\x64\x0c\x22\x39\x69\x73\x17\x9a\xc8\xf6\xac\x51\x74\xb6\x24\x2f\xef\x7b\x96\x5e\x80\x22\xd2\xaf\x30\x5c\x51\x15\x20\x24\xde\x5e\x87\x58\x2f\x5c\x5c\x50\x88\x1b\x29\x55\x4d\x60\x23\x47\xec\xf6\x1c\x66\x6b\xbd\x21\xbe\xda\xf9\x66\x84\xfb\xb6\xac\x88\xed\x91\x3e\x11\xc8\x35\x90\x07\x44\x07\x44\x99\x1e\x81\x6e\xc1\x17\xf5\xcd\x65\xdf\xc2\x06\x75\x4d\x03\x46\xa3\x51\x75\x65\x1f\xe5\x79\x4f\xd3\xe0\x0a\x04\x88\x5b\x68\x9b\xc7\xa6\x8d\xa0\xfd\x9f\x5c\x42\x2a\x2c\xce\x9a\x2c\xa9\xab\xda\x2c\x13\x8a\xa5\xb0\xbf\xef\xc8\xef\x95\x89\x07\x71\x25\x3e\xe9\x91\x47\x9b\x56\xac\xcc\xda\x57\x57\xa0\x98\xae\xae\xf8\x42\xe2\xc4\xeb\x65\x82\x95\x7f\x3b\x97\x8c\x29\x52\xa7\xb4\x79\xe0\x6c\xd0\x7f\x4a\xe5\x15\xcb\x54\x5e\xd1\xa4\xf2\x34\xeb\xe3\x74\xc2\xf2\xb8\x2c\xbc\x62\x3e\x14\xba\x19\x6c\x45\xf8\xdb\x58\xc2\xc4\x96\x4b\x97\x41\xba\x09\xd3\x05\x44\xd6\xd6\xaa\xc5\xe0\xe4\x5e\x6e\x67\xa1\x26\x61\x5f\x66\x39\x2b\x0a\x48\x73\x3b\x2f\x4a\xc2\xe2\x72\xc2\x72\x32\x64\x80\x82\x64\xb9\xdb\xf0\xe2\xff\x48\xba\xf5\xd2\xa9\x25\x12\xe7\x8e\x67\x50\x65\xd1\x68\xae\xb6\xf7\x3a\x97\x80\x98\xac\x3d\x53\x1b\x25\x73\xd6\x53\x4d\x29\xf5\xa6\x17\x46\x18\x40\xf9\xd9\xb4\x68\xb0\x48\x69\x08\xb5\x72\xba\x17\x63\x3d\x08\xcf\x5d\x89\xc1\x3a\x30\x06\xce\x1e\x7a\xf7\xe8\x36\xcb\xae\x94\x8a\x7f\x56\xe3\x34\x2f\x4b\x35\xb9\x13\x20\xb0\x29\xb2\x0e\x57\xb9\x3e\x58\xa9\xe9\x7a\x5f\xad\x69\xca\xe6\xe4\xc8\x6a\x70\xed\x62\x42\xa7\x0d\xc0\xa2\xe5\x93\x3c\xfb\x72\x27\xda\x35\x44\x50\xd6\x11\x06\x67\x25\x35\xc7\xcf\x78\xdf\xc2\xb8\x2c\x05\x22\x74\x2c\xc2\xe7\xeb\x6b\x93\xa8\x10\x90\x8b\xcb\x40\x2b\x46\xce\x88\x85\x2f\x17\x18\xbb\x45\x33\xff\x46\x55\x5f\xea\x8e\x34\xef\x4e\x9a\x98\xff\x4f\x29\xaa\x2b\xc1\x4f\x5b\x43\xe1\x47\xd4\x4c\x16\x1e\x65\x4b\x39\xf7\x9a\x15\x2c\x4e\x18\xa7\xba\x6b\x5e\x94\xf9\x8e\x37\x80\xfd\x9e\x21\x7d\xb0\xfd\x5b\x5b\x23\x9e\xa0\xde\xc3\x72\x94\x06\xe9\xbd\xe2\x22\x28\x3d\x52\x1c\xbe\x26\x2b\xd5\xe1\xe1\x50\x62\x04\xc5\x71\x88\x68\x69\x65\xd9\x96\xdf\xd4\x9a\xc2\xd0\x32\xd5\x55\x41\xa6\xf4\x0e\xd3\xee\xc8\x55\x13\xef\x45\x64\x39\x31\xe6\x8b\x6b\xb3\xbf\xc4\x27\xd1\xac\x22\x1a\x39\xf9\xcf\xea\x8c\x8a\x5e\xcb\x02\x32\x6b\x34\x54\x6a\x6b\xe3\x23\x86\x4a\xf1\xa8\xa1\xd2\xdc\x3a\xb1\x8c\x94\x3e\x99\xd9\x93\x36\xfb\x5f\xb0\x4d\x5c\xc4\x35\x8f\x5f\xf1\x8f\x9b\x27\x9a\x6d\x62\xf2\x64\xc3\x3f\x04\xb7\x06\xab\x3f\x0d\xe9\x90\x25\x9b\x13\x96\xcc\x58\x5e\x90\x0d\x31\x83\x20\x72\xd1\xe8\x94\x57\x27\x5c\xe9\x11\xcb\xf8\xe8\xf7\x89\x75\xbf\x9e\xcf\xda\xc1\x6a\x01\x7f\x3b\x8a\xd5\xb5\x7b\xb2\x63\xa8\x5b\x4d\xa0\xd6\xb6\x58\x2b\x1b\xfe\x21\x66\x6c\x6f\x39\x7c\x36\xfc\x03\x9b\x7e\x84\xb6\x6c\xf8\x87\xb9\x7f\x01\xa5\x61\x95\x82\x32\x10\xc4\x6a\xd3\x66\xc7\xec\x54\xaf\x46\xdd\xdf\x3d\x8c\x7e\x60\x0d\x5e\xb3\x34\x21\xd0\x3f\x21\x45\x98\x2e\x4c\x14\x90\x90\x86\x13\x86\x0b\xc3\xd5\xd5\x2d\x1b\xce\x68\x78\x7d\x85\x65\x57\x50\x06\x93\xef\x7e\x01\x52\x24\xaa\x8a\x95\x42\x1b\x90\xc6\x7a\xa0\x70\x08\xa0\xab\x2b\x21\x71\xfb\xb8\xb7\x1e\x94\x9b\x9b\x04\xfc\x77\x5c\x4b\x0b\x22\xe2\x02\x93\x52\x01\x29\x83\x12\xfc\xdd\xfc\x47\xa4\xba\xda\x44\xdb\x85\x44\x0e\xeb\x5b\x89\x8a\xdf\xa8\xc9\xc7\x5c\x29\x6b\x41\xc0\xa0\x54\xcb\x86\x86\x34\x14\xc0\xa0\x5c\x48\x3a\xc1\xdc\x25\x14\x96\x0b\x41\xab\x47\xd3\x88\xcc\xe6\x25\x89\x4b\x12\xa7\x65\x86\x69\xc2\x38\x26\x5f\xd2\x3e\x7d\x3a\xd5\x9c\xb7\x48\xd3\xe6\x26\xe4\xf1\x42\x62\xe2\x88\xa4\x8c\x45\x2c\x72\x94\x25\x19\x8d\x98\x5d\x2e\x68\xef\x91\x7b\xa0\x1c\x07\x0b\xaa\xe1\x89\x99\xc8\xd6\x86\x64\xe9\x51\x1b\x94\x55\x02\x0b\x93\x36\x31\x70\x55\x09\x0b\x5c\x83\xec\xeb\x26\x85\x63\x86\xb7\x28\xe5\x39\x1b\x19\x04\x70\x30\x79\xb0\x5c\x65\x3d\x4c\x06\x94\x51\x78\xa2\x1e\x04\x79\x0f\x8a\xb5\x96\x18\x65\x39\x81\x8b\x01\x65\x3c\x8c\x93\xb8\xbc\xc3\x9b\x8a\x69\x96\x6e\x4c\x68\x3e\xcd\xd2\x3b\x81\xb8\x18\xa4\x0e\x52\xdb\x29\xe9\xeb\xd3\x15\x84\x14\x92\x21\x5c\x5e\x25\xb8\x62\x04\xbb\xd6\xd6\x24\x99\xc6\xdc\xdb\x41\xbe\xeb\x33\x1a\x72\x4f\xac\x3e\x5d\xb4\xc4\x2c\x6c\x5d\x6e\x73\x1d\xf7\x18\xfc\x36\x78\x2c\xcc\x01\xd1\xf4\x46\x1e\xd2\x14\x90\x7b\x42\x7b\x92\x40\xd8\xa6\x28\x4e\xe2\x47\x78\xe4\xb2\xe2\xba\xd3\xab\xf4\xb8\xba\x4a\x2b\x72\x50\xed\x4a\x8a\x1a\xbc\x01\x5c\x5d\x59\xea\xba\x52\x8d\x2b\x60\xb5\x60\x63\x7f\x20\x48\x98\xd1\x91\xc2\xc3\xc7\x78\x73\x93\x84\x72\x5e\x8d\xe8\x35\x23\x29\x9d\xb2\x62\x46\x43\x26\x0c\x2c\x00\x99\x66\x11\x23\x6b\xa4\xdb\xc3\xbd\x22\x57\x11\x54\xa9\x8b\x28\x50\x3a\x28\xb6\xc0\xb7\x7a\x64\xca\xf2\x31\x23\xdc\xf8\x9b\x29\x3f\x2e\x17\x40\x81\x46\xce\xd8\xb4\x30\xeb\xbd\xec\xc9\x5e\x20\xd8\xed\x84\xa5\x84\x26\x39\xa3\xd1\x1d\x49\x0b\x17\x61\xaf\x5d\x55\xe2\xb2\x55\xf0\x0d\xce\x34\x2e\xd8\x46\x12\x5f\x33\xb3\xca\x9b\x87\x6e\x8f\x0c\xd9\x84\xde\x30\xc2\xcb\x64\x1f\xdc\x52\x5a\x9a\x52\x8a\xf7\x7f\x01\x91\x10\xd5\x78\xe4\x49\x4a\x7c\x41\x41\x1f\x02\xc2\x11\xd6\xdf\xb6\x81\xde\xf8\x16\xb5\xb2\x54\x2c\x77\xa2\x7e\xbf\x4f\x5a\xd8\xd3\x16\x17\x7b\x44\x24\xf5\x53\x3c\xf2\x24\xb2\x97\xbe\x2a\x36\x26\x85\xa3\x05\xab\x56\xf7\x35\x54\x33\x9b\x84\x1b\xb6\xd8\xae\xec\x6a\xcb\x81\x66\x21\xe7\x66\x5a\xd4\x5c\x11\x78\x8f\xac\x69\xea\xe4\x5e\x5a\x60\x29\x1e\xbe\x8c\xd4\x5a\x56\xda\x72\x49\xfa\x15\x41\xe5\x7b\x90\x0b\x08\x76\x51\x33\xc9\xbb\x5f\xf8\xc6\xaf\x8b\x4b\xf3\x97\xfc\xc3\xc7\x85\x48\xbd\xb4\x81\x51\x1b\xa8\x4e\x40\x42\x15\xeb\xb6\xd5\x1e\x47\xc2\xd8\xec\x5f\xf9\x7f\x6d\x8a\xf0\xa5\xc8\xe3\x91\xa7\xae\x38\x1a\xd8\x15\x1d\xb2\x50\x8d\x9b\x9e\xcd\xc6\xdd\xc4\x23\x3e\xe5\x14\x6c\x5b\xdc\x9d\xd5\x51\x92\xd7\xec\x8e\xcf\xec\x88\x8d\x2e\xae\xd9\xdd\xa5\x29\x8a\xc6\x8c\x87\x6e\x00\x00\x9f\xee\x52\x23\xc1\x68\xf1\x9a\x5a\x05\x2e\xab\xbf\x5c\xf3\xa5\x45\xc0\xa9\xb0\x74\x5d\x5a\x48\x3d\xb7\xb9\x49\x70\x69\x97\x4a\x51\xb6\x52\xc0\x22\x21\x57\x03\xb1\xbe\xb8\xe7\x59\x64\x12\xa7\x96\x38\x40\x0b\xb7\x96\x05\x23\xe5\x80\x5e\x33\x91\x85\xb5\x52\x0e\xa2\xee\xc2\x9f\x79\x1a\x36\x20\xc0\x58\x3e\xb8\x6e\x50\xd5\x3e\x87\x53\x98\xd5\x20\x56\x9c\x5b\x26\x34\x5f\x1c\xf4\xe9\xa0\xf0\x9f\x71\xb6\xf4\x0c\x5a\x71\x30\xc5\x38\x89\x91\x5a\x08\x5e\xba\x08\x1a\x93\x3e\xf1\xcc\x91\x93\x36\x96\x90\x5c\xcc\x03\x0c\x41\xe5\xa6\xf2\x50\x53\x58\x97\x43\x8b\xc2\x9f\x63\x58\x60\x70\xc8\xfe\xf0\x00\xf6\xd5\x7b\xd9\x4e\xcb\x28\x6c\xf9\x9e\x90\x2a\xdb\x37\x83\x0c\x57\x84\x60\x10\xbf\x9b\x08\x2c\x93\xa2\xb9\xe0\x08\x1b\xba\x9b\x99\xa2\x90\x0d\xff\xc0\xc3\xde\xfa\xca\xd8\x94\xb1\x07\x7d\x51\xba\xe2\x36\x59\x58\x42\x6a\x18\x10\x59\xba\x5c\x2a\x73\x87\x54\x6a\xcd\x6f\x6f\x7e\x56\x2a\x19\x93\xd7\xd6\xe4\x36\x47\x66\x3c\x39\xa7\xe3\xaa\x3e\x68\x12\xa5\x7a\x4d\x2e\x59\xc2\x5f\xdb\x42\xea\x5b\xd6\x54\x7f\x04\x61\x4b\xf7\xba\x65\xa0\x82\x9c\xc6\x0b\x5f\xce\x64\x04\x27\x42\x63\x18\x0e\x02\x9a\xe7\xf4\xee\x20\xbe\x66\xe7\x99\x48\xd2\x91\xe7\x01\x49\x58\x6a\x38\x95\x12\x58\x44\xd0\xb3\xfd\xf0\xc0\x0b\xc9\x8f\x84\xe6\xb9\x38\x85\xf7\xe1\x4b\xdf\xf8\x22\xb6\xc4\xf6\xf1\x7d\xc0\x01\xb6\x48\x1f\x84\x11\xdb\xe2\xcd\xe0\xa9\x7e\xc2\x52\xfb\x30\x9f\xc3\x5e\xc4\x97\x88\x56\x9e\xe1\x57\xbc\x40\x79\xbe\xc5\xfb\xb7\x1a\xac\xc6\x53\xe8\x1e\x74\xe6\x53\x5c\x4e\x3e\x64\x09\x2b\xc8\x28\xcf\xa6\x04\xdc\x6d\xd6\x77\xf0\xb3\x6d\x0f\x52\x51\x09\x36\xd6\xc3\x44\x32\xe0\x20\x9e\xc6\xa5\xae\xea\x2a\xad\x20\x98\xa7\xea\xf2\xc0\xbe\x0d\xad\xd1\x34\xc3\x54\x90\xa5\x59\x2a\x01\x4e\x59\x61\x10\x52\x29\x90\xd5\x1a\x07\xb6\x48\xe2\x90\x45\xd6\xa8\xc6\x82\xbb\x9a\x7f\x06\x57\x38\x88\xcf\x87\xd7\xd5\x63\x55\xff\xe1\x61\x49\x77\x4d\xa8\x0a\xb9\xa0\x65\x16\x8f\x0a\x62\x85\x1a\x25\x81\x95\x3c\x32\x79\xee\xfb\x46\x2f\x1e\x43\xbd\xb4\x47\xea\x3c\xfa\x2a\x46\x61\x53\xa2\xbe\x83\xff\xf4\x48\x5d\x1d\xd8\x1e\xfd\xb5\x35\x10\xd2\x8a\xa3\xe6\x92\xb3\x81\x7f\xaf\xe6\x36\x44\x21\xe6\xdd\xe2\x4d\xca\x43\x27\x23\x6b\x3a\x50\x03\x94\x90\x8b\x4b\xfd\x25\x35\xc3\x45\xe0\x0b\xac\xad\xc2\x75\xae\x3e\xf2\x0d\xa4\xc3\xc3\x0f\x93\x11\xfa\x78\x15\x8b\x9c\x38\x79\xee\x6f\x93\x15\x0f\x10\x7b\x57\xe8\x64\xb7\x92\xe3\xf8\xdb\xba\x55\xe3\xac\x9b\xd3\x86\xd7\x31\xae\x8a\xb6\x36\x87\x45\x29\xef\x58\xcc\x79\x72\xa5\x15\x02\xac\x1c\xb1\x2f\xe2\xe0\xcd\xc3\x25\x57\x4a\x6e\xe8\x97\x11\x18\x73\xc5\x6d\x6f\x96\xe7\xc2\xa1\x25\xe2\xef\x94\xc3\x59\xf7\x51\x84\x52\x5d\xa5\xd0\x7c\x7c\x31\x58\x95\xb9\xad\x2e\xc9\x8a\x64\xb4\xfd\xdd\xd3\x27\xe9\x15\xbc\x62\x88\x22\x5f\xb8\xb4\xaf\x98\x45\xb8\xa5\x8a\xae\xb4\x14\x9a\xaa\xc8\xd0\xab\x15\x65\x64\x94\x3c\x3a\x93\x97\x4c\xb8\x2c\x20\xd3\x38\x3d\xb0\xb4\xf5\x4a\x66\x09\x93\xb1\x8a\x67\xc2\xd3\x2f\xf3\x62\xf9\x96\x26\x30\x17\x01\x8d\x57\x09\x5b\xaa\xb7\x06\x7a\x7d\x96\xcb\x98\x58\x99\xfd\x36\x68\x1d\xef\x4d\x40\x36\xba\xfa\x98\x2f\x15\xed\x1e\xcb\xf3\x87\xb5\x35\x92\x99\xce\x44\x1f\xb0\x5b\x9f\xf0\x15\xb2\x2a\x86\x43\x3a\xc3\xe3\x0b\xf9\xe1\x8c\x95\x46\x3f\x90\x9f\x9c\xd3\xf2\x70\xdd\xac\xbc\x2b\x03\x20\x10\xc5\xe6\xff\xe3\xed\xf4\x3e\xc6\x0f\xfb\x7e\x5a\x7a\x3b\xbd\x37\x0f\xdd\xd7\x0f\x2f\xb6\x7c\x6f\xa7\xf7\x36\xa1\xd3\x19\x8b\xfc\x1d\xc0\xf7\xcd\x66\xbb\xe4\x1a\x2c\xf5\x9f\xc8\xaf\xa5\xba\xa8\xa6\x17\x71\xe0\xdc\xa7\x26\xfb\xe9\x0d\x4d\xe2\x88\xd0\xb2\x64\xd3\x59\x49\xca\x8c\x44\x0c\x39\x34\xcf\x31\x13\xa8\xd4\x6d\x2a\x6a\xb0\x3d\x18\xa4\xfb\x29\xc9\x72\xb8\x08\x9d\x91\x21\x53\x1a\x3d\x80\x1a\x40\xbc\xd8\x71\x17\x78\x7a\x0d\x5b\x66\x4a\x6a\x1a\xcc\xf3\xc9\x94\x95\x93\x2c\x6a\xe3\x39\xcc\x02\xaf\x7e\xff\x9d\xff\x0d\xf2\x41\x6a\x5f\x05\x3f\x8c\xc3\x3c\x2b\xb2\x51\x49\xde\x66\xf9\x2c\xc3\xc0\xe3\x36\x87\xe3\xff\x3b\x61\xf9\x34\xc6\x83\xf7\x32\x23\xf3\x82\x05\x24\xcc\x66\x77\xb0\x77\x8f\x47\x77\x01\xa1\x69\xb4\x99\xe5\x24\x8a\x0b\xf1\x62\xa3\xbc\xc6\x3d\x2a\x6f\x69\xce\x40\x0f\xd2\xf4\x8e\xe3\x9a\xcd\xf3\x59\x56\x30\x74\x6f\x65\x39\xfc\x9b\xcd\x4b\x32\x62\xe0\x0f\x99\xb0\x9c\x0d\xef\xc8\x38\xa7\x69\xc9\x22\x45\xc1\xf9\x87\x3d\x72\x76\xfc\xfe\xfc\xd3\xee\xe9\x1e\xd9\x3f\x23\x27\xa7\xc7\xbf\xed\xbf\xdb\x7b\xc7\x25\xec\x8c\xec\x9f\x0d\x56\xc9\xee\xd1\x3b\xc2\xc1\x76\x3f\x9e\x7f\x38\x3e\x25\xef\xf6\xcf\xde\x1e\xec\xee\x1f\x9e\x91\xdd\x83\x03\xf2\x69\xf7\xf4\x74\xf7\xe8\x7c\x7f\xef\x8c\x7c\xda\x3f\xff\xc0\x51\x9e\xee\xfd\xb2\x7b\xfa\x8e\x9c\x1f\x93\xf3\x0f\xfb\x67\x06\xf6\xa3\xb7\x07\x1f\xdf\xed\x1f\xfd\x02\x15\xf7\x0f\x4f\x0e\xf6\xf7\xde\x99\x08\x8e\xdf\x93\xc3\xbd\xd3\xb7\x1f\x76\x8f\xce\x77\x7f\xde\x3f\xd8\x3f\xff\x9d\xa3\xe3\xcd\xbf\xdf\x3f\x3f\xda\x3b\x3b\x6b\x93\xfd\x23\x72\x74\x4c\xf6\x7e\xdb\x3b\x3a\x27\x67\x1f\x38\x1e\x83\xb2\x9f\xf7\xc8\xc1\xfe\xee\xcf\x07\x7b\xe4\xfd\xf1\x29\xd9\x3d\xfa\x9d\x9c\x9d\xec\xbd\xdd\xdf\x3d\x08\xc8\xbb\xfd\xd3\xbd\xb7\xe7\x01\xc7\xb7\x7f\x24\x7e\x90\xe3\x53\xf2\xf6\xf8\xe8\x6c\xef\xdf\x1f\xf7\x8e\xce\xf7\x77\x0f\xc8\xbb\xdd\xc3\xdd\x5f\x38\x21\x58\x5b\xfe\xfc\xf4\x61\xf7\xfc\xec\x78\xef\xb7\xbd\x53\x72\xba\x77\xf6\xf1\xe0\x9c\xf7\xe1\xfd\xe9\xf1\x21\x47\x77\x70\x7c\x06\x94\x7f\x3c\xdb\x0b\xc8\xbb\xdd\xf3\x5d\x5e\xfb\xe4\xf4\xf8\xfd\xfe\xf9\x59\x40\x3e\x7d\xd8\x3b\xff\xb0\x77\xca\xe9\xde\x3d\x22\xbb\x6f\xcf\xf7\x8f\x8f\x38\xf4\xdb\xe3\xa3\xf3\xd3\x5d\x4e\xc4\xd1\xde\x2f\x07\xfb\xbf\xec\x1d\xbd\xdd\x23\xc7\xa7\x1c\xe1\x31\x54\x38\x3f\x3e\x3d\xdf\x3f\xfe\x78\x26\xea\x04\x64\xf7\x74\xff\x8c\xb7\x7b\xfc\xf1\x9c\x23\x38\x06\x9c\x6f\x8f\x8f\x8e\xf6\x10\x29\xe7\x3e\x30\xe3\xe3\x99\xc4\x74\xb2\x77\xfa\xfe\xf8\xf4\x70\x17\x70\xbf\xb7\x47\x03\x04\xe0\x6f\x95\x7d\xf2\xed\x26\xc7\xa9\x1f\x7c\x11\x47\xdb\x81\x74\x71\x09\x00\xfe\x3f\xb8\x17\xf0\xa5\x64\x29\xbc\x5c\x1c\x87\x85\xb9\x81\x89\x02\x32\xe4\x8a\x24\xc7\x05\xaa\x0a\xe7\x3e\x45\x7c\x78\x90\xf0\xfc\x3f\xef\x9e\x28\xe7\x62\x8f\x5c\x5c\x92\x85\x19\x87\x8c\x4b\xd8\xda\x9a\x71\x94\x24\xda\x24\x91\x75\x8a\x38\xdc\x26\x0b\xbf\x82\xba\x5e\x47\x6d\x0c\x66\x98\xe8\x09\xd4\xf4\x93\x36\x7f\xc3\x80\xcc\x7c\x9f\x44\x17\x33\xbe\x35\x18\x5e\xcc\xc0\x35\x22\x5b\x53\x97\x94\x8d\xfe\x63\xa3\x00\x82\x80\xfc\x7f\xac\xe2\xf2\xbe\xba\xc2\x3a\x45\x95\x95\xc6\xea\x39\x74\x06\x10\x0d\x75\xdc\x90\xd9\xe7\x86\x18\x6d\x08\xe9\x11\x4d\x09\xaf\xe0\x60\x95\xac\x13\x91\x38\x73\xe8\x93\x75\xfe\x41\xdc\x49\xa6\xe6\x71\x39\x57\x50\xbc\x19\xd0\xc4\xae\x81\x36\x3a\x6a\x71\xfd\xea\x0a\x7c\x42\x32\x49\xaf\x3e\xc0\x23\xd1\x36\x59\x48\xf0\xc8\x0a\x47\x1a\xc2\x92\x29\xac\x60\xdb\x21\x38\xf4\x49\x8f\x78\x57\x57\x36\xbc\x19\x99\xc4\x7b\xcd\x1b\x15\x4c\xaf\xf0\x1c\x4f\xc2\x30\xe3\x5c\xc5\x6f\x25\x69\x31\x8a\x45\xdb\xe2\xf7\xc3\x83\xd9\x2d\xfc\xe8\x95\x46\x4d\x65\xe8\x42\xa4\x59\x00\x1b\xcf\x6e\x40\x70\x77\x5a\xc9\xe8\x0d\xfb\x4e\xbd\xeb\x34\x30\xf0\xff\x0a\xb3\x0a\xec\x3f\x2b\x00\xb6\x0c\x17\xcf\x90\xe1\x02\x65\xb8\x44\x19\x2e\xb8\x0c\x9b\xc8\x17\xe6\x0f\xe9\xaa\x51\x10\x8b\x8a\xac\x4b\x36\x34\x86\x7a\x3a\x86\xc0\xe0\x61\xce\x6d\x90\x22\x20\xcc\x60\x01\xa4\xe8\x10\x8e\xdc\xdc\xd8\x3c\x7c\x7d\x67\xf9\x44\x61\xca\xbf\x3a\xf3\xc9\x0f\xa4\x63\x4f\x17\x07\x2f\x20\x40\x4c\x9a\xed\x86\x67\xdb\xe9\x70\x45\xcb\xa5\xa8\x87\xb2\x38\x25\x43\xf8\x23\x66\xd6\xd9\x4d\x1d\x9b\x57\x08\xef\xc4\xac\x7a\xdf\xa0\x22\x0b\x9c\x54\xa3\x7f\x17\xf1\x25\x74\x91\x13\x5d\x63\x92\x38\x35\xb9\xdb\x2f\xf6\x94\x3b\x51\xb3\x8a\x57\xf5\xab\xe8\x05\x87\x2e\xe2\x4b\xc1\x24\xfe\x97\x5b\x66\x2c\x79\x59\x32\xee\x11\x0b\xb9\x65\xc5\x3c\xf1\x47\x96\x17\x01\x91\x57\x0d\xd4\xfd\x82\x8a\x50\x84\x8e\x69\x14\x10\xae\x49\x42\xf2\x03\x79\x41\x76\x04\x06\xd2\x83\xda\xa6\x0e\xc1\xdf\x6e\x6e\xbf\x53\x37\x19\x3c\x83\x02\x5f\x60\x09\x48\xb4\xed\xd0\xc6\x76\x7c\x5d\x66\xec\x2c\x6c\x80\xb6\xec\xa9\x2b\x22\xce\x88\xba\x7e\x22\x43\xb4\xea\x4d\x0a\x66\x0b\x94\xae\x28\x37\xbd\x1b\xa4\xcb\xe5\xe7\x47\xbc\xbb\xb2\xb1\x81\xd3\x26\xb2\x60\x41\x56\x38\x21\x9e\xe4\x61\xe4\xe5\xbc\xef\x21\xf9\x51\xfc\xb4\xa8\x80\x32\xeb\x9b\x0f\xfe\x96\xbc\xba\x08\x62\xfd\xb5\x35\x92\x1b\x62\xd8\x70\xb7\x44\x60\x0e\x04\x96\x25\x72\x33\xa3\x39\x9d\x7a\xf0\xff\x70\x4f\x2f\xd0\x5d\x31\x84\xa5\x1a\x9f\x6f\x8f\xeb\xbd\xae\x63\x53\xa0\xd1\xfa\x62\x65\x5a\x42\xc9\x94\x95\x34\xa2\x25\xf5\xe4\x1f\xbf\x72\x14\xf2\xc7\x6f\xf2\x6c\xed\x3f\x90\x1c\x89\xab\x39\x96\xb2\x0a\xb9\x8c\x96\xc7\x38\x4b\x6f\x29\xdf\x77\x81\x06\xdf\xcd\xc7\x01\xb9\x32\xe2\xfe\x4f\x02\x32\x66\x29\xab\xf2\x59\x55\xa7\x51\x36\x2b\x3d\x79\xa0\x68\x1f\x9c\x1a\x66\xdc\x09\xd9\x11\x1f\x7b\xb0\x4a\x9f\x78\x7a\x88\x72\x56\x64\xc9\x8d\xa8\x0e\x7f\xca\x93\x4e\xb2\xf0\xb7\x6b\x1a\x86\x57\xf7\x4e\xb8\xe4\x79\x27\xa4\x2f\x0d\x56\xdf\xaf\x63\x0c\x48\xce\x38\x8f\xab\xcb\xb4\x0a\x37\x98\x27\xa3\x38\x49\x58\xa4\xe9\x07\x97\x0e\x29\x4a\x36\xf3\x54\xb7\xd1\x31\x85\x20\x70\x50\x6e\x9c\x57\x88\x16\x3c\x20\xd6\x5e\x40\x55\x33\x08\xf2\x58\x2b\x17\x83\x55\x30\xdd\x06\xab\x97\xff\x41\x5b\x80\x53\x5c\x97\x40\x7e\xce\x93\x12\x3c\x6a\x64\x47\x71\x57\x7c\x15\xe4\xf4\xc4\x18\x5a\x5f\x65\x86\x64\xc1\xa0\x40\x75\xc2\x1c\x10\xb0\x56\x78\x83\xba\x17\x70\x60\x29\xf9\xa6\x0d\x83\x8a\x58\xc1\x11\xec\xa5\xef\x4b\x97\x9f\xb6\x31\x1e\x15\x56\x85\x5d\xe3\x1d\x66\xd1\x5d\x65\xbd\x80\xc8\x26\x92\xd0\x21\x4b\x7a\x7c\xbd\x2d\x58\x5a\xf6\xec\x93\x4a\x98\x97\x17\x9d\x4b\x3c\x67\x47\xab\xb9\xbc\xe8\x5e\x6e\xab\x95\x0c\x7e\x2c\x02\x3e\x5a\x45\x0f\xa2\x8d\xb3\x59\x81\x3b\x94\x80\x8c\x02\x72\x17\x90\x32\x20\xe3\xaa\xfa\x1b\x43\xdb\xbc\x67\x3d\x72\xc3\xf2\xa1\xd7\xf1\x03\xa2\x06\x57\x7c\xeb\xc2\x37\xe9\x0b\x14\x1f\xb7\x7c\x68\xce\xf2\xf9\x56\x35\x00\x84\xd8\x8e\xeb\x1e\x5f\xf7\x39\x2c\xe7\x11\x9f\x45\x26\x99\x8a\x99\xd0\x66\x6a\x40\xeb\x09\x74\x63\x7c\x85\x11\xbe\x48\x03\x72\x73\xe9\xe3\x69\x70\x0d\x13\x80\xc0\x79\x9a\x29\x1a\x9c\xc3\x23\xbf\x61\x43\xf2\x8b\x92\x98\xb8\x50\xf1\x18\xf8\x3a\x60\x9c\x8e\xdb\xe6\x5e\x83\xff\x77\x3b\x89\x13\x46\xbc\x2b\x5f\x38\x5d\x1d\x66\xd0\x08\x2d\x6e\xd8\x2c\x7a\xdc\x8a\xcc\x66\x38\xbc\x5b\x64\x87\xdc\x59\x1e\xd9\x9e\x28\xc3\xef\x72\xda\x81\x4a\x81\x9a\x16\x34\xc6\x36\xa0\xa1\x74\xe7\x07\xa4\xc3\xa7\xcc\x1d\x88\x2e\x1e\xf8\x42\x15\x09\xc0\x85\xe4\xa2\x7b\x29\xdd\xd8\x75\x33\xda\x24\xf9\x0e\xad\xc1\xd2\x27\x19\xb7\x08\x2f\x14\xc5\x01\x11\x13\xb1\x6e\xfd\xe3\xbd\x7d\xe2\x01\xac\xc3\x22\xe4\xff\xc1\x75\xfc\x4e\x8f\x88\x9b\xfd\x04\xb9\xb1\x2d\x9d\xe0\x4d\x35\x5e\xf6\xc8\x55\x1b\x26\xcd\xfa\xba\x9a\x06\xea\x5c\x0f\xfa\x15\x10\xde\x2d\x71\xa7\xc2\xd8\xff\xd6\x70\xbd\xb2\x70\xdd\xe1\x70\xf0\x09\x85\x3d\xed\x5c\x6e\x13\x99\x3b\xa3\x19\xc9\x77\x3d\x04\xbf\x6a\x67\xb3\x42\xe4\x31\x22\x57\x6d\x3e\x21\xe5\xaf\xa5\x48\x64\x0e\x02\x57\x99\x1c\x03\x1c\x3e\x44\x1a\x10\x1c\x4a\x61\x45\xfd\x88\x86\x74\x79\x51\x1a\x76\x15\xca\x03\xb2\x1f\x66\xe7\x6b\x2e\x37\xfa\xe7\x96\xcf\xe7\xce\x15\x5e\x1b\x56\xd4\xd9\x4a\xb3\x4a\x83\xae\x0d\x76\x93\xb7\x52\x82\x2c\x02\xc7\xc8\x8f\x04\xd5\xd4\x1a\x72\x90\xfc\x40\xca\x8b\x17\x97\x3e\x36\x83\x2c\xd6\xdc\xc5\x11\x7e\x6a\x6b\xaf\xe1\xb4\x42\xe0\xf8\x01\x34\x9e\x8d\x15\x75\xa0\x2d\x3e\xcb\x91\x97\x55\x94\x5b\x35\x94\x5b\x97\xdb\x72\x44\xe7\xc5\xc4\x83\xe3\xf4\x27\xa1\x06\x5c\xa6\x2c\x34\x41\x3f\x51\x44\x6a\xad\x81\xb0\xf1\xe5\x04\x27\xb3\x5e\xb9\xec\xa6\xec\x55\x19\x05\xfa\x75\x40\xd8\x25\x0a\x7a\x67\xdb\x3c\xd2\x21\x5c\x2f\x95\xe2\x73\x55\x3d\xca\x09\xff\x4a\xaa\x49\x31\x8c\x8e\xb9\x07\xea\x0a\x25\xa0\x27\x6e\x3e\xc8\xc9\x88\x27\xee\xf6\x46\xdd\xed\xfc\x40\x4f\xca\xcf\x71\x1a\xc5\xe9\xb8\x1a\x71\x45\x76\x8c\x90\x90\x2c\x20\xd3\x80\x5c\x07\xe4\x7a\xab\x62\xcc\x5e\x6f\x81\xec\x18\xb1\xb7\xfc\x0b\xd1\x7a\x45\xde\x86\x7f\xc2\xae\x8b\x37\xe1\x5b\x9b\xac\x15\xa8\xc9\xa5\x7f\xb0\x3a\x66\xa5\xbe\xcc\x4e\x76\xc8\xca\xd4\x8c\xd4\xc4\x4d\x9a\xbe\xd1\xfe\xf0\x80\x1f\xcc\x2b\x65\x7e\x45\x41\x0a\xb2\x1a\x03\x6a\x9c\x61\x9c\x17\xd7\x10\xe9\xb9\xa8\x7b\x42\xdc\x7b\x9b\x8c\x33\xcd\xdc\xb5\x2d\xc0\x71\xf5\x77\xb0\x36\xbb\xb8\xde\x82\xd8\x6f\x4e\x13\xa2\x5e\xea\x59\xe4\x5f\xce\x4a\x0a\x8c\xce\x4c\xf3\xdd\xf2\xaa\x4c\x71\x7b\x38\x13\x6e\x46\x15\x65\x0e\xab\xdb\xd3\x22\x63\xd0\xb1\x54\x11\x30\xd1\xd3\xd9\xa3\x46\x1d\x48\x79\xe1\x65\x15\x2b\xae\x20\xd5\xdb\x00\x2e\x6b\xa8\x62\x0a\x05\x64\x4a\xfa\x04\xae\x2f\x66\x17\xc5\x65\x20\x32\x38\x98\x6c\xd6\xd7\xd8\xa6\xf2\xf8\xd0\x2a\xcf\x8c\x2d\x59\x66\x9e\x23\xeb\xcc\x3a\x0a\x83\x25\x5e\x68\xf4\x59\x77\xd2\x5c\xcb\x3e\xe0\x87\xdd\x79\xa6\x02\x59\x32\x22\xef\x33\xd5\xd4\x54\x4d\x19\x60\xdf\xe2\xf5\x75\xb5\x1c\xaf\x64\x95\xb5\x58\x89\xa8\xfe\xec\xb2\xc3\x0a\xb8\x25\x81\x43\x2c\x7d\xbf\xf2\xcc\xae\x0d\xd7\x26\x06\xab\xd5\x5b\x20\x02\x4c\x88\xa8\xb2\xd4\x96\xba\xfa\x68\xc4\x65\x21\xad\x8c\xef\xf4\x49\xe3\x9b\xd5\x8c\x5d\x5b\x61\xe8\xd1\xcc\x2c\x15\xc4\xc7\x5d\x8d\x6f\x40\xe0\x3a\x3b\xc4\x35\x04\x44\x2f\x05\x35\x6b\x52\x18\x9a\xe2\xe8\x16\x47\x04\x8e\x7d\x37\x36\xb8\x3d\x20\x2c\x3e\x8e\xa8\x12\xb0\x40\xa8\x88\x4c\xc8\x55\x60\x42\x55\x5d\xe8\x80\x03\xd8\x4b\x13\x86\xaa\x88\xff\xec\x89\xa7\x19\x2d\xf3\x5a\x45\x05\x98\xfe\xca\x26\xf3\x17\x9c\x2d\x2b\x39\xee\xf5\xb8\x11\xc1\xb9\x6b\x05\x1c\xf8\xbe\xe4\x47\xec\x37\xfb\x7d\xf5\xc2\x05\xbe\x45\xb9\x30\x89\xac\xa8\x06\x79\xd5\x7d\x39\xad\xb8\x70\x20\x53\x77\xc4\x66\x39\x0b\xe1\x1d\x75\x3c\x51\xaa\x4b\x47\x31\x03\xf9\x70\x69\x27\x35\x60\x46\x16\x16\x87\x37\x7d\x7d\xdd\x72\x5c\x42\x2d\x0a\xd9\x52\x42\x5a\x7a\x42\xfe\x4c\x97\xba\xb1\xe3\xfc\x5b\x88\x87\x43\xaa\xc2\xd9\x85\x02\x4d\x7c\xe1\xf7\x8d\x93\xc6\xf3\x80\x38\x11\x3e\xde\x82\xac\xdb\x07\x00\x2a\xb4\xad\x8a\x9b\xf7\x13\xa3\x00\x0a\x3f\x20\xd7\x46\x4b\x36\x4a\xa7\x27\x9a\x56\x8e\x19\x02\xf2\x07\x22\xf8\x03\x68\x54\xb4\xfd\x41\x7e\x20\x7f\x24\xdb\xe4\x8f\xf5\xf5\x80\x5c\x57\xb0\x01\x07\x2f\xae\x21\x58\xee\xe2\x8f\xcb\x2a\x57\x1f\x75\xea\x19\xec\xf3\xca\x2c\x80\x50\x95\x80\xcc\x68\x78\x5d\x59\x19\xf9\x27\x8c\x6a\xb2\x79\x27\x4c\xee\x9a\x83\x9d\xf7\x81\x23\x53\xbe\x62\x9a\x8b\x70\x3f\x97\x27\x9d\xb7\x40\x73\xb8\x1f\xed\xc5\x7c\x45\xe4\x55\xab\xb6\x83\x52\x38\x34\xf7\x51\xc6\x30\xe8\xc3\x78\xcb\x33\x89\x43\xe1\x51\xc7\x8e\xf0\xe1\xa8\x5b\xa9\x34\xc7\xf0\x42\x0e\x53\x3d\xdf\x69\x9c\x5d\x65\x26\xe5\x19\x09\x7d\xa4\xed\x86\x23\xb0\xaa\xd7\x0f\x36\xfa\xd5\x96\x26\x70\x69\x4b\xb9\xee\x04\x28\xb7\x0e\xe1\x24\xef\x86\xaf\x54\x01\x80\xf9\xc2\x9b\xa7\xb1\x3d\xda\x6a\x71\x97\x86\xbf\xd4\x7d\x38\xa6\xcb\xd1\xe5\x6f\x04\xc6\x8b\x75\x00\x70\xec\x97\x12\xa6\x21\x59\x82\x03\xb6\x69\xe9\x92\x2b\xc6\xf8\x59\xde\xab\x80\xc4\x01\xf9\x53\x44\xca\xd9\x2c\x8c\xe1\x0c\x2b\x40\x0f\xcb\x60\x35\xc5\x47\x95\xd5\x6f\xe1\x70\xd0\x1f\xa4\x8a\xe6\x38\x2f\x5c\x94\x9b\xfe\x1d\xe2\x70\xf0\x04\x24\x5e\xe6\xdf\xe1\xdc\x1b\x5f\xa4\x97\x3e\x89\x2f\x52\x1b\x97\xe9\xe9\x01\xc7\x2c\xba\x53\x0d\x67\x2a\x15\x47\xe7\x7f\xe2\xf2\x06\x9e\xa0\x80\xf0\xaf\x97\x3e\xf9\x91\x74\xe1\x0c\x80\x15\xf3\x29\xf3\x78\x91\xf4\xda\xba\xfc\x44\x26\x58\xc5\x0d\x7a\x91\x5e\x7a\x37\x75\x97\x67\xc1\xca\x32\x61\xde\x9f\x17\x9d\xcb\x8b\x17\x7c\xe5\xb6\x7d\x9f\x15\xbf\x27\xf4\xa5\x5d\x73\x3e\x6b\x09\x16\xbd\x6b\x2b\x4f\x28\x02\xb7\x6f\x6c\x87\xa7\x76\x1c\xf7\x2c\x0a\xb6\x2e\x03\x92\xfb\xae\x9e\x89\x8a\xa6\x23\x1c\xba\x2a\x07\x3f\x20\xca\xa5\xed\xe0\x0a\xb8\x75\xeb\x55\x85\x9c\x2c\xab\x2b\xa8\x1b\x09\x8e\x82\x1f\xcc\xbb\xf1\x03\xf2\x67\xbb\x98\xc4\xa3\xd2\x83\x3f\xa5\x91\x29\x30\x43\x5f\x3a\x97\x01\x81\x3f\xba\x97\x4f\x38\xf3\x00\x69\x7c\xc7\x12\x36\x86\x79\x5b\xb5\xd4\xe3\x80\xcc\xbe\x6e\x12\x98\x29\x1c\xd0\x37\x8e\xe6\x06\x7a\x2d\x97\xcc\x0f\x97\xeb\xf3\x99\x53\x23\x20\x23\x60\x1a\xce\x89\x8c\xff\xb3\xd3\x30\x35\x3c\xbe\xc9\x5f\x99\xf9\x64\x47\xdb\xe1\x52\xeb\x65\x42\x76\xa5\x31\x2e\xa3\xfe\x24\xd5\x78\xb5\x8e\xa3\xe6\x28\x7b\xe4\x46\x5c\xb6\x7b\x22\xd7\x7f\xab\x6f\x8e\xfe\x57\xb4\xe1\x14\x78\xe2\xd4\x46\x26\x4f\xe5\x4e\x8a\xec\x68\x6b\x9b\x6f\x77\x33\x6d\xdc\xcb\x0d\x5e\xdd\xbc\xdf\xb1\x36\x7f\x3d\x87\xad\xcf\x05\xf8\xff\x0f\x75\xea\x08\x67\x31\xf4\xa9\x21\x31\x56\x68\xd2\xe3\xda\xb4\x7e\x34\x45\x6e\x04\x2a\x98\xb7\x62\x42\x57\xc0\x02\x72\x03\x86\x3d\xff\xd7\x3a\x1b\x5b\xa2\x13\x6a\x28\x22\xa1\x24\xaa\x4a\x50\x2b\x3f\x79\x27\xd1\x3c\x8a\x53\xe2\x7e\x23\xe5\x3b\xc2\xa6\x55\x17\x9e\x70\x62\x4a\xaf\xd9\x39\x9b\xce\x12\x5a\x32\xdc\x6c\x7a\x61\x96\x5d\xc3\xb9\x12\xbd\xad\x08\xb6\xd3\xa9\xc2\x29\x72\x7b\x5b\x24\xa2\xc1\x6a\x4e\x41\x9f\x28\x82\x73\x7a\x8b\x94\x8a\x4c\x65\x04\x41\xdb\xfc\x7b\x9f\x97\xd6\xcf\x16\x11\xa2\x12\xb2\x85\xae\xb3\x82\x95\xe8\x78\x12\x77\x97\x1f\xf3\x9e\x99\x96\x55\xa3\x9f\xc8\x70\xb6\xb8\xaf\x79\x49\xde\xab\x93\x31\xdf\xba\xa6\x6b\x37\x93\x55\x53\x04\xdc\x3c\x1a\x7c\x86\x31\xe3\xe8\x22\xca\xa2\xca\x48\x4c\xb3\x48\x5c\x92\x76\x5d\x06\x9d\x66\x91\xa5\x2f\x54\x02\x38\x23\x7a\x47\x62\x51\x21\xf0\xca\x4e\xbf\x06\xc7\x13\x6f\x12\x1c\x5f\x2e\xd7\xd3\x93\x3c\x4f\xd3\x2c\x0a\xc8\xb5\xc3\xf7\x84\xe4\x40\x74\xae\xe5\x64\xac\x8f\xa4\x09\x5a\xdb\x18\xca\xa4\x7c\xcb\x05\x1c\xd9\x28\xf1\xd9\x9c\x34\xd2\x73\xb8\xb8\xb9\xc3\xbf\x90\x1e\xde\xc9\x84\xd3\x0a\xf8\xb0\x78\xac\x49\x48\x99\x7a\x92\xc7\x37\xb4\x64\xef\x63\x96\x44\xbf\x30\xde\x93\x90\xc5\x37\x4c\xa4\xb4\x64\x01\xb9\x8e\xd3\x08\x97\x39\xcb\xcf\x18\xa7\x91\x50\xc6\x54\xb8\xf9\x1a\x0f\xea\x44\x13\x84\x86\x21\x2b\x8a\x2c\x27\xb7\xb4\x90\x6b\x86\x8a\x5b\xa6\xe2\x9a\xa6\xb9\x86\x98\xa9\xd0\x4a\x57\x18\x0c\x9c\x48\x23\xbd\x30\xfc\x08\xc5\x37\x61\x23\xd2\x23\x2b\xf0\x93\x8f\xb9\xea\x95\xdf\x44\xa3\xc8\x40\xcb\xf7\x92\x64\x26\xe8\x9d\xb2\xe9\x90\xe5\x78\xf9\x81\xaa\x0c\x3f\xb7\x93\xac\x60\x22\x47\x6d\x14\x47\x62\x01\x0c\x13\x8a\x17\xce\x57\x6b\xe3\x6f\xb0\x6a\x0a\x24\x73\xda\x2a\xfc\xdb\x21\x22\x59\x95\x22\x54\x2e\xf8\x6d\x19\xf3\x80\x9d\x19\x1b\x43\xf4\xe8\x56\xa9\x36\xc0\x67\xae\x01\x16\xf7\xc7\x1f\x1d\xe7\xe9\x60\xf5\xb1\x11\xc6\x80\x7b\x69\x16\x48\xbf\x7a\x75\x48\xff\x01\xd9\x29\xfe\x0f\x90\x1d\xde\x5d\x56\x15\x9e\x32\xfb\x4f\x44\xa7\xca\xaa\x9a\x98\x48\xc3\xbe\x22\x2d\x7d\x62\x4b\x4d\x61\x8d\xbb\x88\x0d\x09\xe4\x2d\xfa\x67\x0a\xd1\x7e\xea\x09\xc9\xd1\xc2\x6a\xc9\x8c\x62\x6b\xdf\xb8\x78\x29\x07\xc3\xe2\xb9\x33\x84\xa9\x02\x61\xa5\xf6\x5a\x3a\x00\xf3\x82\x91\x56\x9c\xb6\x48\x36\x13\xf6\x69\x96\xc2\xad\x11\xd9\x48\x8d\xbf\x4f\x16\x90\xbe\x12\x10\xc9\x52\x4b\x32\x34\x0f\xf5\x25\xaa\x7b\xb2\x7f\x56\xde\x25\x8c\x2c\x50\x83\xb4\xda\x9b\xf8\x01\x73\xac\x0b\x46\x43\x50\x33\xd9\x4f\x39\x81\x71\x96\x1e\x66\x11\xc3\xb4\x2f\x84\x6c\x7e\xfb\x2d\x10\xfb\x2d\xd9\xbd\xc9\xe2\xa8\x20\x05\xa0\x8b\x25\x6c\x00\x1d\x1e\xb3\xf2\x74\x9e\xb0\xc2\xf3\xb9\xac\x81\xfe\x2a\x27\x0c\x61\xe1\xe1\x41\x02\xcf\xfe\x11\xce\x08\xd6\x23\x1d\x42\x0b\xd2\x09\xf0\x02\x98\x6e\x61\x3f\x2d\x58\x5e\x16\x24\xe7\xa8\xc8\xbc\x88\xd3\x31\xa0\x89\xe1\x3b\x6f\x80\xd0\x59\x6c\xa2\xc3\x92\xa3\x2c\x62\x3d\xd2\xe5\x48\xbb\x35\xa4\xbb\xb3\x19\xc4\x8a\x9b\x48\x29\x7c\x83\xf7\xb9\x4d\x6c\xc6\xe7\x1e\xd9\xe2\xe8\xb6\x02\x30\x3b\x34\xa7\x20\x5a\xbb\xca\x28\x31\x80\xd6\xe7\x8b\x6b\x76\x97\x8d\x9c\x45\x78\x7f\x11\x29\xfc\x96\xbc\x3d\x3b\x01\xc5\x11\xa7\x63\xcc\x09\xa0\x19\x37\x61\xac\x14\x0f\x26\x8a\xe6\xe3\xb4\x64\xf9\x88\x86\x8c\xec\xbf\x3d\x3b\x39\x93\xd5\x2a\x23\x75\x94\xa5\x21\xe3\x03\x81\xa3\x84\x29\x45\xf0\xac\x92\x94\x74\x6c\x0f\x47\xc8\x76\x7a\x04\xef\xb3\xc9\xf4\x36\x92\xb4\x33\x45\x85\xc8\x6f\xa9\x9f\x90\xfc\x69\x36\x1f\x26\x71\xd8\x48\x1d\x54\x3d\xe3\x55\xf1\x95\xf5\x2a\x89\x8a\x21\x98\x75\x02\x72\x21\x64\xb7\x62\x90\x40\x13\xc1\xc8\xb2\xc8\x1e\x6d\x83\x8b\x3b\x3d\x9b\xab\xdb\xd5\x81\x97\xf6\x6d\x2b\x8a\x8b\x59\x42\x21\xa3\x44\x4b\x5c\x79\xc2\x3b\x4c\xa8\x04\xf9\x77\xd1\x0a\xf9\x49\xd8\x2e\xa8\xb8\x5a\x61\x51\xb4\x8c\xf6\xd5\x2b\xdb\x6c\x14\x7f\x31\xb9\x56\x6b\x38\x4e\x59\x01\x03\x29\xaf\xaf\xe1\xab\x98\xbc\xbf\x5c\xb7\x40\x2f\x81\x84\x79\x99\x6d\xe4\x65\x12\x8f\xee\x50\xd8\xf9\x70\x4a\x62\x3e\xc1\x11\x4e\x79\x37\x8b\x43\x38\xc9\x40\x87\x66\x41\x72\x36\xcb\x59\xc1\xd2\x92\x45\x98\x9f\xfe\xdd\xfe\x29\xa1\xa5\xbc\xac\x25\x1e\xe3\x9c\xd2\xfc\x7a\x3e\x0b\x04\x2e\xfe\x85\x83\x89\x45\x91\xa5\xd9\x7c\x3c\xe1\xcc\x08\xb3\xb4\xcc\xb3\x84\xdc\x4e\x18\xe4\x5f\x9d\xd1\x08\xce\xd4\xc7\x19\x2b\xb8\xe6\xe2\x15\x13\x36\x2a\x49\x96\x0b\x54\x70\xcf\xac\x4d\x3e\x16\xe2\x5e\x18\x97\x2d\x56\x36\xf4\x16\x72\xce\xe8\x51\xcd\xd9\x38\x2e\x4a\x96\xdb\xe3\x9a\x97\xc9\x4e\x8f\x0c\x31\x1f\x66\xf3\x38\xaa\x2c\x3c\x30\x8a\xb4\x2c\x69\x38\x21\x43\x36\xca\x72\xcc\x1e\x55\x1d\x4d\x94\x70\x59\xa9\x79\xbc\xcc\x19\x68\xd4\x0c\x8b\x99\x9c\x60\x5c\xd6\x8c\xf9\x56\xc7\x20\x5e\xcb\x10\x81\x5f\xdc\x28\x80\xf4\x3c\xd0\x73\xcc\x1d\x66\x49\xb3\x75\x24\xc3\x19\xf9\x59\x4f\xb5\x76\x96\xee\x2b\x7d\xf7\x19\xdc\x7f\x8c\x5a\xec\x32\x01\x76\x7a\xc4\xe3\x8d\xc8\xce\xf9\xa4\xff\x23\x9c\xf6\xd5\x68\x14\x79\x1e\xc5\x9a\x0c\x19\xaa\x38\xbf\x80\x3f\x98\x1d\xac\x4d\x7e\x65\x77\x9c\xda\x82\xe5\x32\xe9\x66\x58\x48\xcd\x49\x8b\x22\x0b\x63\xa0\x18\x6e\xfb\x51\x5d\xdf\x24\x4e\x0d\xc2\x5b\x8e\x72\x87\xef\x07\xb8\x2a\x94\xf4\x5d\xca\x3f\x74\xfe\x6b\xa9\x6d\x4e\xa5\x58\x53\x39\x4f\x0c\xfd\x33\x2f\x58\x04\x44\xe7\x6c\x72\x17\xc9\x1b\x8d\x8d\xda\x47\x75\xc0\x40\x71\x6f\x91\x77\x9e\xed\xe6\xe3\xa2\x67\xb4\x71\xd1\xba\xaa\x94\xb6\xf0\xea\x78\x98\xcd\x39\xea\x2a\x2c\x7e\x15\x30\xd7\xec\xee\x3c\x7b\x2b\xab\x57\x40\xed\x42\x51\x03\x3a\x9b\xdf\xb0\x08\x16\xce\x4a\x0d\xbb\x50\xd4\xc8\x1d\x80\xb9\x2a\x07\x5e\xe2\x42\x7e\x76\xfe\xfb\xc1\xde\xd9\x87\xbd\xbd\xf3\xab\xb3\xbd\x73\xb8\x39\xd8\x27\xad\xab\x2b\xbd\xaa\x5c\x5d\xf1\xf5\x5f\x72\xfe\xf0\x6c\x7f\x8f\x74\xbb\xea\xb9\xcd\x90\x16\x21\x8d\xe4\x2a\x44\x86\x94\x33\x3f\x4b\xc9\xbb\xe3\x43\xbc\x15\x1b\xa7\xe3\x80\x0c\xe7\x25\xc9\x29\x28\x0d\xa1\x27\xc4\x8d\xd9\x09\x2d\x09\xe3\x73\x13\x4d\x85\x34\x8b\xf0\xc9\xe0\xb8\x10\x69\xb5\xa2\x36\xd9\x2d\x48\x31\x0f\x27\x01\x9f\xc9\x53\x1a\xa7\x25\x8d\x53\x30\x43\xb8\x7a\x48\x4b\x22\x1f\xd3\x09\xc8\xfe\x5e\xb7\x4b\xf0\x35\x34\x92\x33\xae\xbb\x29\xe1\x8b\x78\xc2\x0c\xfc\x52\x14\xb0\xff\xa7\x7b\x1f\xcf\xf6\xae\x80\x0b\x57\x47\xc7\xef\xf6\xf4\x12\x9d\xd2\x9b\x18\x3c\xbf\xae\x94\x24\x9b\xf9\x4d\xaf\xdb\x6d\x77\xe4\x6d\x65\x09\xdb\x9e\x17\x2c\xdf\x1d\x43\x42\x23\xce\xe4\x84\x95\xe4\x0a\xef\x1b\xf6\x88\xf7\x09\x13\xbb\x3c\x90\xfb\x85\x4f\xd6\x50\xca\x2e\xea\x23\x70\xb9\x63\x8e\x1c\x8c\xe7\x7b\x3a\xcc\xe3\x10\xd7\xc7\x1d\x95\x7a\x1a\xb2\x83\x21\x24\x57\x3b\xd5\x85\x54\xdc\xa0\x2f\x1c\x12\x0e\xe0\x8e\xef\x3a\xdd\xbc\x95\x27\xf1\x97\x9c\x0e\xe5\xdb\xb2\x83\x54\xe5\x00\x10\x3d\x23\x7d\x99\xb2\xe6\xe1\x01\x2b\xc9\x03\x0d\xb1\x92\x93\x84\xc1\x9d\xe7\x82\x0c\x13\x9a\x5e\xcb\xdd\x05\x1f\x85\x85\xe2\x92\x96\x38\xb3\xf7\xe4\x41\x87\x06\x6d\x3b\x55\x40\x21\xac\x20\x6e\xeb\x82\x69\x0c\x82\xa8\x57\x0f\xb9\xc8\xcd\xe8\x98\xb5\xc9\xee\xb0\x28\x73\x1a\x96\xf0\x34\x36\xd6\x9c\xa3\x26\x80\x35\x16\x17\x34\x81\x43\x24\x57\xd3\x84\x05\x90\xe6\xa6\x60\x05\x11\x89\x49\x01\x09\xaa\x1a\x1a\x49\x13\xd4\x49\x01\x4c\x51\x0e\x97\x46\xf0\xa9\x08\x59\x4a\xf3\x38\x2b\x1e\xb1\x93\x70\xef\x55\x55\x4d\x72\xcf\x76\x95\xd0\xa2\x84\xc2\xbd\x84\x4d\x59\xca\xc7\xf5\xc3\xf9\xe1\x81\xf9\x69\xdb\xaa\x50\x3c\x07\x58\x68\x11\xd4\xc2\x17\x97\x3a\x43\x86\x82\xa8\x6a\xa6\x25\xa0\x68\x16\x36\x89\xa9\x01\x06\xba\x12\x03\x98\xcc\x82\xaa\xda\x6c\x5c\x2c\xa4\xe4\x1a\x75\xcd\x65\x50\x2e\xc0\x45\x4f\x25\x69\x72\xd2\x9b\xa5\xa7\xac\x60\xe5\x53\xc1\x6b\xab\x45\x8d\xbe\x7b\x42\xa1\x80\xa6\x77\xdb\xa4\xca\xda\x05\x31\x66\x9c\xb9\x16\xff\xc2\xa4\x84\x83\x22\x2b\xb3\xd4\x48\x3e\xa0\xd7\x52\x94\x1d\xf1\xaa\x0b\xdf\x63\xed\x0b\x20\xcf\xef\xd5\xc4\x87\x98\xb3\x0d\x1e\x23\x80\x79\xec\x52\x45\x7c\xd2\x5a\xea\xc1\x38\x8d\x31\x91\xf0\x0d\xb3\xf1\xbb\x5d\x93\x4c\x88\x91\x5d\x06\xd0\xce\x6e\x53\x96\xbf\xcb\x42\x38\x71\x06\xa5\x1b\x89\x1f\xbe\x91\x0e\x05\xd5\xf6\xc8\xd0\x87\xba\x03\x3b\x6d\x53\x4f\x2a\x6d\x64\x57\xb5\x7a\xce\x37\xe6\xba\x7b\x9e\x89\xb6\x6d\x68\xd7\xc0\x6a\xb0\xed\xd2\xa8\xbe\x7a\x63\xc4\xe6\x6d\x61\xeb\x56\x00\x58\xc2\x6e\x47\x85\xea\xcb\x21\x57\x15\x08\x51\x6e\xdc\x36\xf6\x42\xb9\x50\xd4\x26\x5b\xf0\xac\xe5\xc0\xc8\x33\x1e\x17\x6d\x31\x85\xe5\x76\x9f\xff\xb7\xb9\x49\xf6\x21\x1d\x6a\xce\x70\xbf\xa0\xc6\x8c\xdc\x32\x72\x9b\x71\x13\x01\xf3\x5d\xa4\x84\x09\x41\xb0\x37\x9b\x6d\x89\xca\xda\xb1\xa9\x34\x40\x0a\x5d\xbf\xb2\x08\xef\xd8\x5b\xba\x76\x9a\xa5\x8c\x54\xf6\x79\x6d\xbd\xe7\x57\xaf\x2f\x58\x1b\xb3\x1e\xee\xdb\x54\xa1\xda\x01\xf4\xf4\xaa\xa3\xdf\x6d\xd0\x46\xbe\xab\xb8\xdd\x16\x61\xb8\xe2\x8b\x96\x3c\xc1\x3c\x5b\x41\xf0\x91\x76\x8d\x44\xbb\x0a\xb7\xb3\xe3\x46\xb0\x6d\x8f\x8c\xd4\x9a\x0d\x48\x45\xb9\x46\x86\x1f\x2c\x24\xb6\x86\x15\x19\x38\xe5\xa8\xb7\x6d\x6b\x9d\x63\x72\x37\x55\xc1\xa2\x5a\xb4\xbf\x5b\x0d\xdb\xab\x48\x63\x27\x2a\x60\x0a\xb3\xfd\xdd\xc2\x9c\x2f\x45\x98\xdb\x78\x72\x55\x7d\x51\xd5\xc2\x6a\x72\xa0\x2e\x36\x14\xaa\xf1\x90\x1c\xdf\x69\x72\x6b\x60\x4a\x4b\x72\x3b\x89\xc3\x09\xa1\x49\x92\xdd\x16\xe6\x46\x84\xdb\xbf\x60\xd9\x8a\x4d\x09\xec\xf0\x70\x62\x17\x72\x05\xcb\x6b\xbb\x9b\xcf\xce\xd9\xf9\x59\xef\x63\x5c\x4b\x81\xac\xc1\x57\x00\x81\xd9\x4e\x46\xfe\xaf\xb3\xe3\xa3\x36\x96\xc4\xa3\x3b\x4f\xab\xd8\xea\x52\xe6\x94\x3f\xe3\x3d\x13\xb1\xe7\xb1\x24\x4b\x15\x57\xd7\x6d\x97\x34\x28\xe0\xaa\x3d\xe1\x1a\x60\x05\x9c\x9b\x30\xb9\x51\xb4\xf0\xdd\xa3\xf8\x56\x84\xc9\xb3\xa2\x62\xd8\x39\xd9\x27\x34\xe6\x12\x65\xea\x8b\x5b\x09\x8f\x28\xc9\x76\xbb\x6d\x16\x2d\xd5\x18\xcb\xa9\xa6\x84\x73\x02\xdf\x1d\xe4\x46\x89\xa0\x5b\xca\x11\x5c\xe9\x55\x85\x64\x83\xec\xea\x1f\x28\x90\xb7\x71\x92\x90\x21\x13\x8f\x3b\xa2\xeb\xa1\x2a\xd0\x05\x36\x52\x93\x4e\xe5\x62\x17\xa8\x26\xea\x91\x48\x32\x4f\x37\xa4\xb9\x5b\x90\x59\x9e\xdd\xc4\x11\x8b\xaa\x54\x9a\xdc\x15\xc6\x95\xa7\xde\x44\x55\xc6\x95\xaf\xff\xb4\xf9\x5a\xb5\xc7\x30\x34\x4b\x3d\x1f\xbe\x5d\x59\x25\x3d\x70\x6f\xa8\x31\x70\xe3\x50\x3a\xae\x86\x7c\x14\x27\x25\xcb\xbd\x70\xc8\xb1\x84\x98\x77\xc4\x6c\xeb\x89\xe3\x95\x0a\x77\x0e\x7a\x77\xfe\xd6\x61\x5b\xe2\x31\xfa\x67\x46\x4c\x9b\xd0\xcf\x1b\x36\x87\xe9\xfd\x75\x63\xe7\x40\x64\x0c\xa0\xab\x99\xff\x60\x14\x45\xc0\x26\x4c\xba\x79\x1a\xff\x39\x67\x35\x27\x96\x3d\x7e\x86\xeb\x98\x6c\x90\xe3\x19\x67\x85\xf2\xa1\x09\x57\x32\xb8\x60\x67\x60\x7a\x38\x58\x3c\x66\xa5\xd2\x88\x9e\x81\x4e\xb9\x23\x6b\x8a\x1c\x2d\xda\x7b\x23\xe9\xf8\xa2\xb2\x6c\x6f\x9b\x80\xd8\x32\xe9\x5b\xb4\x3e\x3c\xd8\xeb\xbc\x65\x20\x55\x47\xe6\xf3\x37\xf7\xba\xad\x1d\xa3\xdd\x75\xd2\xda\x68\x91\x1e\x69\xb5\x16\xdf\xdc\x63\x3b\x8b\x8d\x6f\xee\xad\x25\x61\x7d\x7d\xf1\xd9\xcd\xec\x8f\x05\xec\x92\xf1\x2d\xc1\xe4\x0e\x9c\xcd\x60\x65\xc4\x29\xae\xa7\x70\xed\x7e\x88\x47\xa7\xb8\x25\x16\x22\x4d\x0b\xe9\x6a\xd6\xdb\x6d\xf0\x39\x3e\xaa\xe0\xa1\x01\xcd\xef\x50\xaf\x50\xc8\x63\x48\x93\xa0\x7f\xe0\xde\x0d\x97\x80\x8b\xcb\xa0\xba\x81\x73\x2e\x05\xf6\x22\x27\x93\x4f\x87\x4e\x1b\xa8\xb2\xba\x5e\xa8\xdf\x97\xe6\x52\x42\xcd\x85\xd7\x5a\xf2\x9a\xa4\x58\xec\x1e\xe9\x6c\x96\x67\xb3\x3c\xe6\x7b\x55\x25\xc7\x64\x1c\xdf\x80\x26\xb9\x66\x77\x9a\xa1\x5c\x4c\x6e\xe2\x6c\x5e\x24\x77\x75\xde\xe2\xa1\x98\xcd\x3b\x17\x73\x65\xd9\xfb\x3c\x9b\xfe\xca\xee\x3c\x83\x97\x5a\x8a\x0d\xdf\x4e\xf5\x5d\x95\x26\xfe\x2d\xe9\x26\x4d\x92\x9a\x9f\xfa\x89\xb2\x60\xce\x3c\x30\x6f\xb9\xcd\xd4\xec\x60\x78\x9c\xd6\xc7\x46\x43\xc5\x55\xd7\x5d\xe5\x38\x26\x7a\x8c\xaa\x82\xae\x47\xe7\x2b\xc6\x85\xcb\x0f\x1f\x92\x25\x72\xef\x6b\x29\x77\x0d\x10\x6a\x12\x06\x4e\xc0\xfe\xa3\xb2\x5b\xd5\x1f\x58\x6f\x6d\x0d\xff\x68\x53\xb9\x8f\x69\x66\x55\xd3\x89\xc2\x3f\xca\x26\xb9\xa2\x82\xbd\xf9\x38\xbf\x94\x17\xe7\x9f\xe6\xd7\x92\x1d\x8a\x3c\x10\xa7\xea\x1c\x46\x3f\x0f\x51\x93\x7d\xb9\x66\x49\xc3\x9a\x6c\x90\x13\xf1\xa7\xe6\x3a\x19\xb2\xbb\x2c\x8d\x94\xd1\x39\xcc\xe6\x69\x44\xf3\xbb\x46\x7e\x81\x69\x60\x9e\x30\x05\xaa\x01\x7d\x66\x57\x51\x94\x72\x05\xb3\x76\xff\xcb\x57\x31\xe9\x47\xe8\x57\x2a\xf1\xc5\xdd\xe1\x13\x90\xbb\xbb\x31\xb3\xdc\x4d\xf0\x74\x97\xed\x5a\x96\x8e\x2d\x49\xb4\x5f\x35\x41\xec\x7d\x88\xb8\xfa\x36\x4f\x58\xed\x8d\x57\xb8\x46\x86\xed\x18\x48\x64\x1a\x03\x8b\x6c\xa3\x5c\x64\x00\x68\x72\x61\xf4\x34\x9c\xe6\x1b\xda\xec\x9c\x5f\xa2\xbd\x15\xc3\xe1\x45\xaa\x09\x7b\xf1\x3f\x0f\x2b\xd1\x82\xbc\x3d\x3b\xd3\x7b\x1a\xbf\x5d\x19\xc6\xa0\x19\x32\x2c\x0a\xe4\x81\x08\xb3\xdf\x36\x5b\x70\xbc\x3c\x28\xff\x13\x6f\x2e\x0d\xf3\xec\xb6\x60\x39\xda\xb5\x22\xfa\xfd\x4b\xc8\x66\xf8\xda\x41\x96\x9a\x69\xaf\x85\x06\xf0\x8a\x39\xdf\x50\xe3\xc3\x29\x7f\x49\x53\x26\x4e\xc9\x2d\x1b\x5e\xc7\x65\xdb\xaf\x35\xf4\x89\xc1\xb3\x42\x70\xe8\x7c\x0b\x3b\x71\xf1\x8c\x8f\x6a\x08\x43\x28\xe2\x42\x79\xe3\x03\x92\x95\x13\x96\xdf\xc6\x05\x23\xb7\xac\x15\x29\x04\x68\x48\xd6\x9a\x40\xa5\x13\xc2\x81\xd3\x90\x91\x22\xc9\x6e\x59\x4e\x68\x1a\x91\xe1\x3c\xb9\x8e\x59\xde\xb6\xf8\x62\xfe\x90\xc9\x99\x97\x0e\xbe\x19\x65\x62\x56\x16\x63\x6d\x96\x7b\xd2\x53\x26\x62\x73\xcf\xd9\x17\x90\x1a\x14\x50\x7b\x80\xcc\xc4\xd0\x8a\xac\xea\xe3\xc6\xc6\xb6\x7a\x89\xa4\x6f\x6e\x12\x56\x24\x71\x5a\x6e\x44\x71\x41\x87\x09\xdb\x48\xd9\x97\x72\x23\x89\x53\x46\xe4\xc1\x75\x9c\xa5\x9b\xc6\xdf\x7a\x8a\x58\x76\xa7\x69\xc1\xfb\x96\x87\xf1\xeb\x1a\xb0\xf7\xe3\x16\x7a\x77\x57\x96\x6e\x24\xc4\x9b\x22\x6a\x5f\xc6\xf7\x13\xe2\x6f\xcf\x6f\x70\x37\x28\xab\x04\x25\x78\xb9\x85\xba\x8d\x8f\x33\x62\x0a\x62\xbe\x53\x13\x48\x70\xc5\x42\x9a\x4c\xbd\xe6\xb6\x62\x30\xb2\x2a\x4e\xc3\x64\x1e\xb1\x13\x4b\x5d\x59\x2a\xd8\xe9\x0f\x72\xd7\x23\x6e\x37\x5b\xfb\x8f\x2c\x4e\xbd\x56\xcb\x07\xa3\xdf\x27\xeb\x96\xc0\xc8\x42\x37\x63\x60\xaf\x5d\x88\x78\x2d\x34\xfa\xf5\x01\x5e\x65\xc1\x22\xc7\x9c\x2d\xf3\xc2\x3c\x46\x53\x66\x69\xf5\x30\x8d\x33\x2e\x87\xa9\x9b\xb3\xe7\x70\x0e\x16\x38\xcf\x69\xc3\x4b\x0f\xa2\x38\xef\xa9\x3b\x5c\x3b\xcb\xcc\x78\x7d\x16\xd5\xe8\x64\xbd\xaf\x3a\x8a\xeb\xbe\x88\x67\x08\xdf\x26\x79\x9f\xe5\xa1\x5c\xc5\x99\xb8\xda\x27\xdc\x88\x71\x1a\x66\x53\xe3\x80\x53\x86\xa3\x96\x59\x09\xdb\x2e\x60\x43\x69\x9f\x63\x2a\xab\xc1\x64\xd5\xaf\xec\xae\x70\xb3\xcb\xdd\x3d\x45\x9f\x3a\x2e\xab\xad\xc6\xf5\xb3\x48\x97\x35\x05\xe7\x4e\xd8\x52\x51\x39\x5c\xaa\x1e\x18\x54\x4e\xed\x6b\x8b\xb9\x55\x5f\x99\x1b\xf8\x9c\xba\x45\x59\x25\xdb\xfe\x4a\x35\x64\xc0\x5a\xe4\xe0\xc9\x38\x19\xe3\x84\x41\x07\xd2\x5e\x11\x91\x0f\x5c\x7d\x91\x51\xae\x0c\x4f\xf8\x4f\x9c\xad\xe7\xec\xcf\x39\x2b\xca\xdd\x34\xc6\x3d\xef\x7b\x0e\xe6\x55\xdc\x21\x8d\x5d\x30\xad\x19\xb5\xe6\xf8\x35\x3d\xef\xd8\xbc\x14\xd5\x23\xe0\xea\x70\xb9\xf8\xe2\x18\x31\xcb\xa8\x9b\x30\x1a\x21\xcc\x07\x46\x23\x4d\xa6\x5a\xa8\x38\x80\x65\xd9\x55\xfa\x53\x59\xd1\x64\xc3\x2d\x00\x6b\xc9\x8e\x25\xac\x84\xb8\x8e\xf3\x0c\xa7\xfa\xcf\x10\xe5\xd5\x23\x7c\xf1\x23\x0f\x18\xce\x8b\x51\xbd\x6a\x20\xcd\x76\xda\x05\x2b\x77\x65\x40\x9c\xd7\x8a\x68\x49\x37\xe0\xe4\x6f\x03\xe5\xbf\x15\x90\x56\x99\xcf\xb1\x3d\xdb\x66\x35\x0e\x84\x9a\x2c\x56\x78\xc2\x51\x83\xf9\xf6\x73\x07\x46\x49\x1b\xc2\x2b\x2d\x51\x5a\x42\x25\x00\xb7\x02\x52\x47\xd0\x30\xda\x7a\xb5\xad\x1e\xbb\xfa\x8e\xc3\x3c\xf2\x99\x0b\xa9\x00\x38\x8b\x87\x49\x9c\x8e\x3f\xc3\xf9\x1e\x3c\x21\x56\x4a\xaf\x71\x6c\x30\x1c\x6d\x39\x1a\x96\x68\xa3\xe5\x6c\x3c\x4f\x68\x2e\xe2\x64\xdb\x46\x13\x93\xb2\x9c\x15\xbd\xcd\xcd\x88\xdd\xb0\x24\x9b\xb1\xbc\x3d\xcd\xfe\x8a\x93\x84\xb6\xb3\x7c\xbc\xc9\xd2\x8d\x8f\x67\x9b\x51\x16\x16\x9b\x9f\xd8\x70\x73\xf7\x64\x7f\x93\x0f\xe4\xa6\xd9\xd4\x7f\x9d\xdd\xa5\x25\xfd\x22\x71\xd6\x07\x5f\x8d\x45\xed\x8c\xb9\xde\xaf\x6d\xb7\xf5\x23\x1c\x66\x09\x0d\xd9\x24\x4b\x22\x96\x03\x9a\x73\x3a\xee\x11\xad\x9e\x84\x6c\x61\x5b\xa3\x38\x8d\x4e\xea\xf0\x35\xfd\xe1\xc0\x69\x0d\xbb\xb3\x3b\x8e\x4a\xcd\x7d\xa9\xf7\xa6\x01\x2b\x9f\x80\xed\x90\x5b\x8f\x9c\xc7\xc5\x45\xe7\xd2\x21\x3e\xf8\x07\x07\x5d\x69\x9b\xa3\xe0\x99\xf2\x19\x08\x80\x30\x83\xf0\xac\xc2\xab\xb7\xe7\x93\x1d\x17\x15\x3d\x22\x1f\xbd\xd3\x7a\xad\x16\x3b\xd0\x27\x15\x0d\x65\xe9\xb0\x47\xb5\x57\xe3\xd0\xd4\x06\xf3\xab\x15\x18\x1f\x59\xfe\xd3\x18\x4a\x41\x1d\x30\xf9\xcf\x39\xcb\xef\xce\x58\xc2\xe0\x78\x1e\x35\xd8\x45\x4d\xd7\x5c\xb6\xfc\x6d\x97\x92\x16\xca\x4b\xbe\xd7\x5e\x0f\xd9\x3f\x16\x1b\x9a\x6a\xe4\xbe\xf8\xde\xb2\x22\xa7\xce\xa4\xed\x25\x1f\xdc\x3b\x3d\x3f\x10\x2f\x18\xda\xb1\x47\xe6\xed\xca\xd3\xf3\x03\x2f\x2e\x4e\xcf\x0f\xdc\x1b\x79\x78\xbc\x25\x2f\xf1\xbd\x1e\x80\xd3\xef\xcb\xf0\xcf\xe2\xa3\xf5\xe8\xbc\xa4\xe7\x97\x67\xd3\x33\x46\x7a\x7c\x45\x4b\x85\x88\x7e\xed\x9d\x5c\x4d\x88\x32\x02\x96\x9b\x0b\x64\x6d\x4d\x42\xae\xac\xa8\x01\x97\x7f\x68\xb3\x43\x02\x35\x81\xb4\xc7\xf6\xf2\x12\xe7\x2d\x7c\x20\xbe\x95\x97\x49\x4b\xf2\x43\xc7\x76\xe4\x65\xa2\x82\x5d\xf9\x5e\x39\x2e\xc8\x84\x16\x64\xc8\x58\x4a\x8a\x59\x22\x9f\xe9\xdd\x22\x09\xc4\x8d\x0f\x59\x48\xe7\x05\x23\x71\x09\x9e\xdb\xdb\x2c\xbf\xe6\xe6\x5b\x9c\x8a\x88\x41\x12\xe1\xe1\x03\xb0\x97\x2f\x88\x43\x06\xe6\x5d\x4e\xd3\x62\x16\x27\xb8\xb9\x65\xc5\xab\x80\x14\x19\x4c\x3e\x68\x96\xa3\x0a\xb3\xf4\x06\x7c\x60\x1c\xe2\x86\xe6\x22\x4b\x10\xdc\x1b\x32\x5a\x49\xe6\x10\xd2\x31\xa1\x10\x77\x5b\x10\x78\xb7\x1b\x5a\x94\x4d\xe8\xb6\xf1\x7d\x14\x56\xbc\x86\xc7\x44\xdb\xe4\x8c\xf7\x47\x9a\x9b\xd0\x70\x92\x8d\xc1\x9b\xc4\xeb\xdf\x66\xd8\xc7\x80\x4c\xb2\x5b\x06\xf7\x80\xc4\x71\x7a\x0c\x31\x24\x9c\x0a\x78\xd0\x20\x2b\x27\x56\x38\x1d\x44\x13\xe6\x65\x62\x86\x89\x0b\x21\x94\x82\x63\x5e\xd3\x30\xa5\xca\x9c\x34\x9e\x72\x84\xca\xd9\x65\x3e\xe7\x25\x77\x4e\xbc\x19\x89\x15\x5c\xf1\x22\x56\xb9\x3e\x47\x03\xf1\xef\xcf\xb4\x60\xf8\xc2\x83\xeb\x9e\x8d\xaa\x64\x9c\xc8\x6a\x38\xfd\xb1\x3a\xa5\x67\x14\x0f\xab\x54\x70\x3b\x9c\x3e\x46\xc2\x04\x15\xef\xcf\xb4\xc9\x6e\x7a\xa7\x8a\x61\xd0\x68\xce\xc8\x2c\x67\x1b\x7a\x73\x0a\x08\x29\xdf\xbb\xf0\x32\x3a\xe7\x02\xf2\x65\x46\xd3\x08\x8f\x68\x32\x85\xac\x61\x72\xb2\x2f\x10\x60\x09\xa4\x9e\xd0\xbc\x2c\x3c\xce\x96\x76\xbb\x8d\x27\x28\x9e\xb8\x64\xf4\x60\x7a\x99\x31\xb5\xa6\xd0\xc1\x86\xd9\xef\x5f\x5c\x0e\x52\x70\xc5\x0b\xa2\xb5\xaf\x75\x5b\xd2\xd1\x73\xf0\x15\xe3\xb7\x41\x89\xd7\x2a\xea\xbd\x1c\x02\x28\x34\xf7\x8b\x7a\xa1\x15\xca\x65\x04\xde\x5b\x01\x76\xf2\x01\x3e\x75\x05\x6d\x96\x67\x21\x2b\x0a\xbe\x01\xf4\x78\xaf\x0f\xe2\xa2\x74\xf5\xdc\xaf\x9d\x1b\xc1\x5d\x61\x6c\x9a\xe6\x63\xbe\x67\x93\xf5\x2b\xa6\x23\xcd\x6d\xab\xc1\xb8\x3d\xc8\x2b\x82\x86\xc1\x1e\xb7\x2a\x4e\x38\x51\x5b\x25\xd0\x6f\x91\x96\x0f\x59\xd3\x6b\xce\xba\x6a\x3f\xda\xa0\x80\xa0\x42\xd5\xe1\x57\x35\x37\xf4\x22\x0a\x7a\x20\xa1\x25\x8b\x64\xd4\x93\xe6\x62\xfd\x34\x82\x77\xab\xe2\xc0\x14\x7d\xb3\xd0\xd4\x48\xad\x10\x5b\x81\xde\xb6\x81\xdd\xe4\x82\x71\x0a\x17\xd7\x64\x18\x30\x6c\xe1\xf8\x2e\x16\x4f\x1c\xcb\xdb\x38\x64\xed\x6a\x25\xb0\xe3\x51\xc6\x14\x4b\x61\x70\xf8\x10\x6c\x74\x1d\x94\x12\x29\x93\xe8\x56\x13\x5d\xb6\x21\x16\x15\x8a\x1b\xdc\x88\xa2\x27\xae\x47\xfb\xc6\x7e\xa5\xe9\xea\x68\x9a\x8d\x1a\x78\xaa\x42\xa4\x1e\x20\xb5\x90\x49\x1d\xe0\xea\xc1\xc2\xb5\x05\x11\x26\x59\x6d\x6a\xc8\xd1\xb6\xd5\xaa\x60\x90\x38\xdb\x14\x8d\x55\xd4\x2b\x8a\x97\x38\x86\x7d\x34\x18\xb8\xae\xa7\xae\xd9\x90\x0e\xd1\x5f\xc6\x91\x9c\xd0\x38\xe7\xea\x49\x1d\x4d\x62\xda\x43\x1f\x52\xb1\xf1\x71\xed\xc9\x2f\xe6\x8c\xd5\x44\xa8\x26\xfb\x44\xa1\xbb\x80\x8a\x10\x43\x6b\xdd\x27\x82\x3b\xa7\xf3\x84\xb5\xc3\x09\xcd\x77\x4b\xaf\xe3\xa3\xf9\xb1\xa1\xd9\x5c\xc3\x81\x68\x8b\x0b\xfe\xff\xd5\x5f\x0f\x0f\xf0\xb3\x9d\x33\xd8\x27\x78\x9b\xde\xc5\xee\xc6\xff\x5c\xfa\x9b\xe3\x80\xb4\x36\xbe\xe9\xb6\xfc\x76\x99\x1d\x64\xb7\x2c\x7f\x4b\x0b\xe6\xf9\xb6\x2d\x59\xbf\x13\xf3\x1b\x4b\xa3\x2c\xb7\xaf\x0c\xc6\xc5\x27\x70\xb4\x5b\xb7\xaf\xf8\xe7\xc3\xec\xaf\xfa\xb7\xa2\xf6\xe9\x78\xc6\x72\x6a\x7d\xd5\xa1\xff\x37\x56\x7b\xbd\x1a\x01\xd5\x3b\x00\x8e\x95\xdb\xae\x01\x6b\xb7\xb3\x17\x10\xb7\x6c\xb7\xe7\xdb\x56\x7f\x94\x85\xfa\x12\x48\xa3\x79\xb8\xa3\x8b\x7a\x35\xc7\x0b\x22\x4a\xe9\xcd\x53\x6e\x93\xec\x18\x65\x4d\xa8\xd4\xad\x12\xd2\xe7\xd0\x3b\xfa\x9a\xc9\x4e\x6d\x64\x0d\x47\x59\x94\x85\xe6\x43\x92\x76\xb7\xcd\xb0\x02\x3d\xbc\x22\x09\x87\x59\x70\x98\xfd\xe5\xf8\x0a\xe3\xe9\x82\x2e\x2a\x1f\x17\x0d\x3b\xec\x27\x92\xb3\xb2\xe2\xf1\x11\x59\x5b\x23\x2d\xfc\xb4\x3b\x9b\x31\x9a\xf3\x95\xb7\x05\x79\x72\xb3\xb0\x66\x73\xc3\x12\xe3\xd7\x3b\xb1\xb2\xe2\x69\x4e\xae\xad\x69\xb6\xea\xc5\x70\x14\xe7\x6c\x94\x7d\xe1\x4b\x22\xd7\xde\xae\x2e\x3f\x01\x0b\xdc\xe7\x76\xe2\xe0\xec\x59\x59\xf1\xb8\x6c\xac\xad\x11\x4f\xdd\x23\x8a\xd5\x45\x22\xe3\x0a\x11\x3c\x9c\xb8\x17\x8d\xd9\x60\xb0\x39\x18\x44\x6d\x03\xaa\x76\xdd\xc8\xf7\xeb\x1c\x1f\xd4\x9f\xce\xb4\x99\x5e\xbb\xc5\x2b\xb7\x62\x08\x66\x5f\x36\xc6\x23\x37\xb8\x13\x9d\x46\x0a\x62\xc6\xc2\x78\x14\x87\xe2\x0a\x3b\xb7\x93\x97\xec\x22\x2b\xb3\xd4\x26\x66\xa7\x36\x67\x2d\x55\x5b\x97\x17\x57\x5f\x4c\xbb\xbb\xa6\x16\xb4\x25\xdd\xde\xac\x15\xa2\x45\x2d\x6c\xaf\x79\x99\x61\x00\x14\xbc\x2d\xef\x58\x5f\x70\x2d\xc0\xf5\x85\x53\xd7\xe2\x23\xb1\x51\xc0\x0e\xbf\xd5\x83\xbb\xe5\xee\x65\x07\xb9\xf8\xf7\xac\x3b\x35\x8e\x38\x14\xe1\xb6\x71\x3b\x00\xe2\xb5\x1c\x0b\x94\xb1\x2c\x55\x7a\x7e\xc1\x6b\x5c\x56\x34\xa4\x4c\xd9\x50\x41\x43\xd6\x49\xf7\xd2\x52\x40\xcb\x91\x21\x8c\xdd\x87\xb6\x9c\xf8\x96\xbd\xa1\x1a\x42\x7b\xa3\xb5\x81\x67\xbe\x1b\x2d\xb2\x0e\x5d\x52\xd9\xe2\x2a\x96\x47\x43\x0b\x87\xd9\x5f\xcb\xd1\x4f\xb3\xbf\xbe\x1a\x77\xf1\x08\xea\xe2\x6b\x31\x83\xf6\x59\x8e\x3c\x7b\x14\xf7\xc2\x5a\xf9\x71\x38\x8f\x8e\x8f\xae\x4e\xf6\xff\x7b\xef\xe0\xea\xe8\xe3\xe1\xcf\x7b\xa7\x57\x27\xa7\xc7\x27\x67\x7c\x27\x04\x82\x1d\x66\xc9\x7c\x9a\x6e\xc0\x81\x17\xde\x94\x68\x8d\xb2\xb4\xdc\xb8\x65\xf1\x78\xa2\xbe\x24\xec\x8b\xf1\xe7\xc6\x38\xcf\x6e\xcd\xdf\xc5\x24\x8f\xd3\x6b\xf9\x25\x4e\x92\x8d\x6c\x46\xc3\xb8\xbc\x13\x9f\x2a\xbf\xf2\x88\xe5\xe2\xef\xbf\x36\x40\xb8\xe4\xaf\x2c\x9b\xf2\x3f\x2f\x1b\xe6\x16\xc4\xb1\x7e\x4c\xe3\xf2\x3f\x9f\x5c\x0d\x73\xc5\x32\xe6\x9e\x31\x23\x0c\xdb\x5a\x40\x73\x3b\x00\x5b\x6f\x55\x26\x58\x5c\x1c\x65\xe9\x49\xfc\x85\x25\x27\x39\xa4\xda\x77\x0f\x91\x5a\x6f\x80\x54\x45\x17\x2e\x3b\xdb\x36\xc2\xdf\x68\x1e\xd3\x61\xc2\x8e\x73\x9c\x90\x2c\x02\x53\x62\xaa\x1f\x52\x6b\x6d\x6c\xb4\x1c\x55\xe7\x69\x0c\xa1\x36\x36\x49\x0f\x0f\x6e\x9c\x3b\xa4\x05\x51\xa0\xb3\x2f\x2d\xed\xa5\x75\x30\x85\xf4\xc9\xe7\x6f\xee\x81\x11\x8b\x6f\xee\x79\x1b\x3a\x34\xf4\x69\x1e\x4e\xa7\x8b\x13\x49\x3e\xd8\x7b\x7f\x4e\xfa\xa4\x95\xb0\x11\xf8\x49\xc4\x4d\xdf\xfd\x5f\x3e\xc0\x67\x48\x4a\xa0\xbf\x1f\x1d\x5f\xbd\x3f\xd8\x3f\xe1\x25\x3f\xa5\xd9\x28\x89\x67\x46\xd9\xee\xe1\xde\xd5\xe9\xde\xc9\xc1\xee\xdb\xbd\xc3\xbd\xa3\xf3\xb3\x47\x76\x1a\xbc\x07\x17\xbc\xf9\xcb\x1e\xb6\x07\x52\x7b\x01\x7f\x5e\xf6\x80\x30\xb1\x30\x20\xfe\xdf\x76\x0f\x3e\x3e\xbb\x81\xd6\xed\x46\xce\x8a\xf8\x2f\xd6\xea\x91\x16\x93\x7f\xe3\xfc\x28\xcc\xb2\xa2\x52\x98\x9a\x85\xa9\x59\xb8\xb0\xaf\xd6\x9e\x1f\xc4\xa3\xd8\x88\x04\xe3\xa3\x27\xaf\xd1\xe2\x83\xc6\xb4\xb4\x3c\xb6\x30\xb0\x6d\x74\x57\x4e\xe7\xa5\xf2\x44\x21\x30\x18\x0f\x2c\x87\x48\xde\x34\xc4\x0b\xde\x39\xa3\xc5\x12\x5b\x01\xf3\x5c\xe0\x2a\x99\xe1\x08\x57\xbc\x71\x01\xf9\xfa\x09\x8e\xcf\x50\xa0\xb1\x92\x97\x49\x65\xf6\x3d\x65\xe2\x1b\x46\x36\x07\xaf\x79\xfd\xab\xb1\x25\x8f\xab\x89\x06\xf4\x75\x95\x21\xbc\x3a\xdc\x7c\x44\x27\xb9\x9c\xc0\x42\x90\x6b\xce\x9c\x86\xf9\x87\x95\xd5\x96\x71\x30\x28\xbe\xf5\x76\x7a\x60\x69\x7e\xcb\x7f\xf8\x3b\x83\x81\x98\x10\x83\xc1\x10\x8a\x8a\x6f\xa1\x6c\x93\x17\x15\xdf\xee\xc0\xf6\x52\x1f\x59\x68\x1f\x82\xa5\x57\xb8\xd0\x3f\x46\xd3\xa5\x54\x46\x92\x1c\x98\x29\x38\x85\x1e\xc3\x8f\x40\xcf\x6d\x00\x67\x27\xcc\x48\x47\x03\xe2\x85\x58\xf1\x2e\xd8\x73\x7a\xe2\xe6\xee\xf2\xee\xb8\x5b\x7b\x52\xbf\xdc\xcd\x2d\xef\x5c\x4d\xa9\xd5\xec\x32\x07\xf3\x1a\x2a\xd5\xb1\xd7\x55\xda\x05\xbe\xea\xf4\x78\x27\x1a\xab\x36\xec\x20\x65\x3c\x65\x65\x06\x8a\x48\xba\xd6\x94\xe6\xe3\x38\x6d\xf5\xaa\xdf\x45\xda\x9a\x96\x15\x51\xd7\x40\x12\x97\xfe\x7f\xcf\xa9\x7c\xc7\x6e\x49\x14\x9d\xc4\x3e\xcc\xb8\xb5\x43\xa3\xec\xf6\x49\x0d\xa4\x6c\x4c\x4b\x76\x34\x9f\x7a\x22\xab\x5d\xe7\x29\xa1\x7a\x03\xd7\x31\x9a\x88\xe5\x17\xaa\x50\x66\x84\xe6\x5f\xe0\x86\x46\xc4\x92\x78\x1a\x97\x98\x1b\x65\x4a\x4b\xe2\xb1\xf6\xb8\x4d\x06\xab\x5d\xb2\x45\x5e\x90\x97\x90\x3b\x16\xc9\x81\x5b\x2a\x34\x2f\xe3\x10\xce\xf0\xad\xb3\x38\xa5\xa2\x2b\x94\x1b\x31\xbf\x34\x2f\xf7\x2b\xba\xd7\x8c\x37\x13\x47\xeb\x34\x2f\x0b\x25\xb9\xda\xb3\x6c\x58\x55\x58\xfb\x37\x48\x30\x31\xa3\x79\xc1\xf6\xd3\xd2\x83\x7a\x17\xaa\x8d\xcb\x80\x74\x3b\x72\x93\x83\x65\x9d\x4b\x84\x87\x3f\xd5\x9c\x10\x93\x4c\xe1\xf4\x03\x52\xfd\x44\xbe\xe5\xdb\xf5\x8a\x47\x12\x10\x89\x78\x36\x24\x6f\x19\xd7\xff\x9c\xd3\x28\x00\xa9\x29\x74\x3a\x24\xbe\x5d\xc6\x17\xf7\x31\xef\x6f\x8d\x95\xb6\x94\x35\xdc\xf6\x59\xba\x1a\x54\x96\xb0\x25\xcc\xd5\x4b\x0b\xf6\xcc\x78\x53\xe0\x65\xfd\xf0\xfa\xf3\x37\xf7\x92\x93\x0b\x22\xff\x7e\x61\xfc\xbd\x65\xfc\xdd\xbd\x14\x46\x9c\xd3\xf5\x20\x72\xf7\xb9\xcd\xbb\xe5\x67\x61\xfb\xa7\xf4\xb6\x06\x26\xbf\xa1\xe5\xf7\x9c\x73\x33\x05\xab\x5d\xc0\x06\x2c\x9c\x1d\xf0\x29\x52\x6c\xea\x72\xab\x9a\xb1\x85\x77\xd7\x33\x00\x2a\x15\xf5\xfe\xa4\xa9\xa6\x86\xb0\xaa\x1a\x06\x91\xbb\xa6\x01\x60\xf3\xee\xa9\x01\x02\xaa\x46\x99\x5d\xb3\x34\xfe\x8b\x7d\x8a\xcb\xc9\x09\xe5\xf6\xdd\x84\x15\x76\xb3\x6e\x08\xd3\x06\x7f\xb7\x7f\x76\x72\xb0\xfb\xfb\x15\x5f\x37\xb8\x69\x6d\x26\x56\x03\x30\xcc\x8e\xf7\x2e\x86\x19\x40\xe1\x72\x44\xcd\xf2\xa5\xe9\x9d\xb8\x46\x6f\x38\xa7\x79\x17\xcf\x64\x26\x8b\xab\x2b\xd8\x2b\x1a\xc7\x82\x60\x70\xdb\x68\x8c\x56\xe4\xf4\x35\x5d\xc7\xef\x34\x69\xb0\x69\x2c\x5c\x99\xa8\x0c\x11\x5c\x72\x7f\x49\x1c\x07\x64\x19\x1e\x7f\x4a\x93\x55\xba\xeb\xe1\x81\x60\xf0\xdb\xb7\xd6\x5a\x97\xb6\x9e\x51\x95\xc8\x0e\xf1\xf4\x0f\x5a\xe8\xa6\xfd\xb6\x79\x6f\xcf\xf6\x15\x1b\x29\x9d\x30\xbb\x84\x0c\x36\x39\x65\xe3\xbd\x2f\x7c\x0f\xb9\x39\x18\xf4\xb0\x68\x30\xf0\xbc\xf6\xfa\x8e\x3f\x18\xf8\x9b\x63\x3d\x18\xa7\xa8\x29\xa7\x2c\x2d\xf7\xd3\x51\x46\xfa\xe4\x02\x55\x63\x40\xe4\xbf\x82\x1d\xd6\x6e\xe1\x7d\x9c\x46\x05\x09\xb3\xe9\x94\x92\x42\x9c\x43\x47\xa4\x10\xcd\x17\xb8\x04\x89\x96\x3d\x9f\x88\x45\x47\x7e\xc0\xb4\x02\xdd\x80\xe0\x1f\x5b\xf2\x8f\x17\xfe\x60\x15\x4f\xa2\xd3\x88\xdc\xe6\x14\xf5\xe9\x14\x93\x45\xe1\x56\x24\xce\x49\x76\x9b\x8a\xee\xd6\x51\xfa\x01\xb1\xbf\x6c\xd5\xbe\xc8\x46\x44\xfa\x1d\xb8\x12\x23\x09\xe7\xb2\xfd\x0b\x00\x17\x70\x65\x41\x7e\x27\x65\x46\xc4\x21\x16\x56\x93\x97\x6d\x39\xd0\x7c\x16\x59\xbd\xaf\x2a\x7a\x3c\x48\x7f\xcb\x79\x25\x8f\xec\x23\xd1\x88\xe7\x68\xb8\x61\x25\xc0\xbb\x0d\xa5\x49\x54\x94\x31\xcc\xd6\x87\xc9\x36\x0c\x7e\xdf\x32\x12\xd2\x94\x14\x93\x2c\x2f\xc3\x79\xa9\x0e\x41\x5c\x52\x82\xde\x65\x07\x21\xfa\x2c\x51\x86\x5c\xd5\x61\x6a\xb9\x48\x48\x6e\x0b\x54\xaf\x2a\x61\xfa\xb8\x5d\xd7\x19\xc5\xa9\xe0\xc8\x52\x91\xc5\xb0\xcf\x29\x5c\x33\xe9\xeb\xf8\xa8\xcd\x4d\xf2\x16\x33\x93\x53\x99\x9b\x3b\x89\x39\xd6\x2c\x97\x72\xa2\x05\xb3\xc8\x24\x73\x04\xa1\x20\x61\x70\xc0\x2b\x5f\xc4\x92\x0d\x68\xaa\xda\xec\x0b\x0b\xdd\x2c\x52\x3c\xda\xdc\xc4\xa0\xf5\x18\x83\x29\x47\xd9\x3c\xd5\x22\x01\x6f\xbf\xd6\xa6\x0b\x50\x79\xcb\x5a\x49\x22\x85\x8b\xc4\xe2\xb2\x16\x26\x14\xe7\x84\x5c\x74\x2f\xb5\xb7\x26\x90\xc7\x0b\xe6\x9a\x6d\xb1\x57\xbc\x5d\xa2\xad\x49\x40\x82\x18\x02\xe7\x57\xb2\x8e\xbf\xb8\xdd\x24\x1e\x11\xd2\x70\x5c\xea\x72\x3a\xc3\x19\x98\xb9\xba\x06\x73\x5d\x49\x5e\xa5\x85\x8b\xee\xa5\x69\xd7\x4a\xa3\x24\x68\x59\x17\x77\xda\x53\x3a\xf3\xbc\x1b\x2b\x45\xe1\x67\x89\xf2\x9b\xfb\x9b\x76\x99\xc7\x53\xcf\x5f\xf8\x9f\xed\x6a\x68\x9f\x05\xa4\xa5\x4f\x41\x2e\x7d\x87\x2d\x02\xe1\xd9\x6a\xb0\x6b\xf4\xcb\x7b\x19\x71\x0e\x3a\x67\xc6\x22\x72\x43\xf3\x98\xa6\x25\xf4\x2d\x67\x37\x2c\x2f\x44\xf2\x3a\x53\x77\xdb\x8c\xc7\x66\xdb\x02\x5a\x72\xa2\x9d\xb3\x68\x1e\x32\x4f\x09\x8f\xb6\x98\x2f\x80\x43\xe2\x89\x77\xf8\x7b\x2f\x8d\xc4\x4f\x03\xf7\x65\x6d\x06\xd9\x81\xe1\x95\x4b\xde\xb2\x1d\x7c\x27\xc9\xeb\x08\xd4\xe2\xc9\x77\xbb\x52\x31\x1f\x39\x2b\x59\xc4\x98\x91\x19\xd2\x3a\xc6\xc6\xd6\x4d\x32\xc9\xba\x40\x27\xf9\x1f\xb8\xd4\x85\x5f\x5b\x8a\x51\x39\xaa\x20\xc9\x94\xdd\x9e\xd5\x38\x25\x1c\x4e\xd5\x02\x87\xa9\x6c\x54\xd7\x93\x46\x4a\x52\x35\xe2\x45\x3f\x5f\xa1\xea\xc8\x7d\x83\x4b\x4f\x06\xa4\xf5\x4d\x57\x5e\x6e\x31\xdc\x12\xce\x26\x45\xbc\x5f\xad\xb1\x4a\x57\xc8\xba\xd9\xfc\x93\x50\xaf\xb5\x7c\xf2\xc3\x53\x10\xb7\x48\xcb\x85\xde\xb2\x3f\xec\xd2\xea\xc8\x60\x48\x97\x1c\x9a\x86\x51\x50\x97\xe2\x95\x8d\xc6\x6d\x3a\x65\xa2\xe1\x23\xe2\x75\xe9\x17\x9b\x1e\x34\x95\x7c\x3d\x82\x45\xad\xc3\x3f\xd5\x78\xa9\xb4\xaa\x96\x5c\xde\xdf\x7b\xde\xdf\x0a\x95\x42\x1a\x45\x5f\xd0\xb5\x28\xfc\x0b\x82\x70\x4d\x5c\x6d\x68\xeb\xb4\xd4\xf4\xef\x53\xd6\x76\xa5\xb4\x1c\xea\x0f\x55\x5f\x61\xa9\xbe\x42\xe8\x3b\x0d\x24\xef\x02\x79\x6a\xed\xa8\xcd\x05\xd2\xff\x51\xeb\xc6\xa5\xdd\xad\xcc\xb8\x1a\xca\xda\x7c\x33\x0e\x99\x2d\x16\xdd\x3f\x81\xb7\xb5\xc6\x1a\xdb\xb0\xa2\x84\xab\x42\x88\xc8\x1b\xb2\x31\x2c\x13\xbc\x06\xa1\xe5\x9b\x93\xb5\x96\xdf\xab\x6c\x2c\x9e\x17\xfe\x87\xe6\x88\x68\x41\xa4\x2e\x32\xf7\x36\xe6\x46\x41\x86\xee\x54\xe8\x01\x07\xb0\xbd\x53\x51\xb6\x9a\x89\x58\xef\xf4\x8d\x8f\xe6\x35\xb3\x06\xec\x7d\xab\x82\x09\xdb\x16\x8c\x12\x49\x59\x2a\xa3\x61\xaa\x0a\x77\x74\xa2\x69\xf7\x88\xfb\x23\xbc\x14\xec\x1c\x39\xc7\x6f\xf5\x5d\xdc\x24\xcb\xae\xc9\x7c\xa6\x23\x55\xc9\x94\xce\xc0\xcc\x87\x50\xf8\x76\xcd\xf7\xbd\x24\x9e\x51\x5c\x08\x17\xe1\xa9\x2a\x7b\xd8\x33\x22\x0c\xe1\xa6\xb6\x59\xdf\x72\x24\x5a\x32\x67\x81\x29\xb1\x76\xf2\x8b\x98\xa7\xb9\x9b\x9b\x64\x4f\xe8\x11\x93\x37\x29\x9e\x8e\x58\xbc\xc9\x59\x38\xe7\x06\x46\x2c\x72\x83\x3d\x39\xc0\xaf\x3a\x39\x1e\x23\xaf\xea\x4a\x35\x46\x76\x96\x67\xf0\x42\x32\xa7\x93\x72\x3a\xef\x6a\x81\xa6\x9e\x51\x56\x79\xa1\xc6\xe3\xd5\xab\xa1\x87\x1a\xf1\x6f\xe2\x04\xc4\xc4\x70\xc1\x0b\x2e\x2b\x51\x9f\x78\x0f\x3f\x9b\x89\x91\x97\x16\x5a\x35\x0e\x11\xef\x07\xdf\xb0\xfc\x8e\xc0\x3d\x16\x21\x75\x52\x5b\xdb\xa0\x62\x4e\x4b\x5c\xae\x5d\xbe\xf4\x32\xd9\x14\xb6\x55\x9d\x5a\x6c\xaa\xc1\x38\x63\x05\xc5\xab\xaa\xa2\x8e\x23\x04\xd4\x5c\x52\x8a\x2a\x07\x0d\x3c\x55\x46\x5a\x83\xdd\xb4\x1c\xab\xb1\x37\x10\xe9\xa5\xad\xb8\x30\x3e\x5f\x3e\x33\xf2\xb4\x16\x26\x6a\x8c\x69\x73\xb0\x28\x0c\x12\x8a\xd5\x92\xd1\x91\x23\x8e\xe8\x56\xfa\xf2\xf9\xa4\x1a\x03\x9e\xda\x7d\x8e\x2c\xd0\x14\xd6\xa2\x80\x1d\x3d\xbb\x7f\x8c\xa4\xfa\xad\x12\xab\x93\x7c\x9e\x07\x84\x46\x91\x4e\xa2\x21\x2f\x5f\xd8\x44\x3a\xc3\x88\xb5\xbc\x8b\xa3\x0b\xf2\xf0\x40\xf4\x47\x79\x6e\xd1\x20\x13\x5c\x39\xfd\x7b\x4e\xa3\xc2\x33\x15\xfd\xa3\x6c\x68\x0e\x87\x26\xc4\xc2\x64\x4f\x57\xd2\xd7\x28\xbf\x3a\x7a\xb9\xe1\x58\xc3\xdc\x59\x89\xc5\xca\xb5\x53\xa8\x77\xd6\x5a\x74\x03\x38\xf0\xab\x99\x99\x6a\xc3\xa0\x8f\x83\xf9\xda\x2d\x3d\xe6\xcd\xe7\xad\x3b\x4d\x8e\x51\x4f\xbd\x68\xa3\x8f\xab\xe4\xd2\x5d\xf3\xb1\x6b\xd3\x15\x8b\x60\xcd\x35\x0e\x97\x16\x95\xba\x17\x16\x86\x0d\x38\x34\xe2\x54\xad\xa0\xbb\x96\xa6\xc6\x6c\x83\xcd\xed\x34\xbb\x61\x44\x97\xa2\xcf\x16\x90\x04\xb0\xc8\xe2\x85\x4c\x71\x87\x06\xf6\xf2\xbc\x90\xc4\x69\x14\xdf\xc4\xd1\x9c\x26\x22\xeb\x93\xe2\x08\x12\xa0\xf6\x90\x1b\x5d\x1f\x2c\xd5\x19\xb7\x4f\x67\xb0\xb9\x30\x69\xb1\xbc\x40\xc6\xd0\xc0\x71\x21\x87\x3e\xcf\x66\x2d\xf3\x80\x66\xbb\x11\xf2\x14\xe2\x34\x34\x6c\x17\x02\x9d\x1f\xaf\xf7\x73\x56\x96\xd9\xd4\xa8\xb8\xf5\xc4\x8a\x07\x6c\x64\xb6\xf7\xc2\xa8\x56\x6b\xbb\xe6\x45\xfe\x95\xdd\xbd\xcf\xf2\xc7\x23\x16\x0c\x2b\xf5\x51\x47\xb2\xce\x5a\x6a\x5f\x5f\x31\x62\x17\xc8\x0e\xde\x24\x23\x3d\xd2\x4a\x4a\xf9\xc4\x00\x97\xe8\x09\x2d\xf8\x92\xc2\x87\x10\xae\xd7\x6c\xd7\x6c\x38\xb5\x63\x92\xef\x8c\x48\x4b\xd0\xd8\x5e\x49\x02\x50\x50\x8b\x8a\x19\x61\xc4\xe0\xbf\xcf\xf2\x33\xbd\x19\x43\x23\x54\x82\xeb\xc5\xbd\x62\x67\x80\x23\x3b\x4e\x6b\x18\x2a\x31\x82\xd5\x62\x97\xcd\x71\x04\x87\xc0\xd2\xc1\x6e\x00\x5f\xc8\xd2\xcb\x25\x1a\xdc\x60\x56\x99\x5b\x1a\xad\xca\x02\x89\x2d\x58\xd2\x50\x63\xd8\x9d\xa1\xd9\x54\x8b\x66\x1e\x5d\x33\xa9\x46\xcd\xbb\x6f\x3c\x9e\x3b\x63\xb4\x14\xa7\x97\x25\xcd\xc7\xac\x34\x3c\x24\xd9\x3c\x2d\x1b\x4e\x5e\xe1\xae\x0a\x2f\x27\x3f\x38\x1c\x12\xad\x56\x55\x03\x21\x2c\xd7\x37\xdd\x2a\x30\x36\xeb\xf0\x23\x60\x01\x7a\x84\xaa\x54\x0a\xea\xb8\x1a\x53\xee\x9f\x7a\x94\xb0\x60\x06\x9f\x24\x7b\x69\x99\xc7\x8f\x4c\x28\x01\xd3\x1c\x38\xf5\xa0\x82\x75\x1d\xec\x58\x31\x50\x2c\x67\x88\xd8\xf7\x24\x89\x6a\xd0\x11\x75\x64\x3a\xb4\x0d\x59\xc7\x34\x5e\x42\xd0\xab\xad\x49\x09\x17\xdf\xab\xc2\x0d\x75\x7d\x95\x03\x0c\x84\xd8\x3a\x5d\x13\x32\x2f\xaa\x5f\x00\x54\xb3\xac\xeb\x0e\xa0\x3c\x03\x78\xe0\xc0\xd0\xe0\x3e\xdd\x9d\xcd\x92\x3b\xa2\x0f\x1e\xdb\xaa\xab\x5c\xe9\x18\x2f\xf1\x1b\x0d\xe9\x37\xff\xd7\xe1\xe5\x7a\x41\x8c\x71\x03\x47\x03\xe3\x3b\xb4\xb8\x02\x99\xe1\x9c\x4e\x08\x47\x98\x58\x40\x1a\x70\xe9\xb0\x6b\x07\x40\xb5\x7f\x33\x2e\x8e\x73\x9d\xa5\xd9\xea\x60\x77\x79\x07\xf5\x31\xba\x01\x51\xcc\x60\x01\x8d\x03\xd2\x0d\x48\xab\xd7\x32\xc9\xbc\x88\x2f\x03\xd2\xda\xb6\x17\x4f\x21\x83\x06\x0a\x23\xa7\x8e\x39\x73\xcc\xa3\x51\xb8\xc4\x29\xf2\xbd\xe0\x3a\x52\xcd\x56\x07\x4d\x18\xd3\x04\x7e\xdb\xde\x14\xf8\x04\xca\x4d\x5e\xd5\xb7\x8e\x57\xdd\xb3\x16\xae\xd4\x67\x26\x01\x8d\x93\x56\x5d\x05\x55\xd7\x20\x7b\x15\xd2\x9b\xce\x55\x6b\x4e\x9e\x9a\x4f\xc8\x0c\x1f\xb9\x66\x77\x18\x12\xef\x58\x9a\x85\xf6\xf6\x0d\x53\xed\x9a\xdd\x55\xa2\x28\x9e\xee\xfd\xd1\x27\x5e\xba\x17\x3d\x72\x42\xf3\x32\xa6\xc9\x0f\x56\xe7\x7e\x34\x2f\xba\x58\xc3\xa3\xf0\xbb\x92\x67\xfa\x66\x3e\x6d\xf5\xb7\x91\x0e\x74\x61\x47\x25\x9a\x94\x68\x84\xd6\x61\x91\x0b\xc0\xf6\x9e\x58\x09\x69\x5d\x27\xe5\x7e\xf5\x1c\xa1\x41\x6c\x4c\xb5\x58\x31\x03\x1e\x37\x42\x08\xa9\x88\xa3\x6d\x8b\x04\x4b\x97\x8c\xa0\x6a\x8a\xf8\x0e\x0f\x8d\xc5\x0b\xab\x29\x69\xca\xc8\xdf\xd5\xb8\x4e\x75\x00\x64\x48\x2f\x1c\xd9\x1b\x1f\x1c\xb3\xba\xb6\xb6\xcb\xc3\x74\xd1\x2a\xde\xda\x2e\xb3\x4a\x0e\x26\x75\x48\x6d\xb5\x87\x3e\x0b\xab\x0f\xd6\x81\xb6\xb8\xa1\x13\x97\x77\x87\xf3\xa4\x8c\x67\x49\xcc\x72\x72\x84\x4b\x62\x36\x22\x65\x0c\xd9\x52\x55\x22\x4d\xf3\xa0\x12\xd7\x70\xfd\x86\x8e\x4c\x2d\x89\x0d\x9c\x8b\x47\xe6\xe0\x41\x87\x30\x67\xb4\x40\x08\xa3\x45\x5e\x11\xe2\xe2\xe2\xb2\x55\x80\x9b\x8b\x45\x6d\xf5\x4c\x5b\x99\x91\x6e\x53\x04\x30\xe5\x7a\xd8\xd2\x27\xf6\xe4\xb2\x58\x1c\xb8\x7b\xa9\xae\xe9\x70\x03\xa6\x1e\xe1\xff\xf4\xf9\xad\x32\xfe\xa8\x84\xf5\x30\x0d\x71\xfe\xd9\x12\x02\xce\xa3\xdc\x1e\xfe\x81\x71\xe7\x53\x01\x9a\xdb\x36\x1b\x03\x7a\x07\x61\x12\xb0\x48\xc4\x50\x67\x23\x35\x30\x9b\xe0\x57\x98\xc1\xc5\x0f\xc3\xaa\xae\x2c\xbf\xf6\x8c\x69\x58\x81\xad\x69\x5b\x95\xf5\x8b\x58\xde\x5f\xa8\x58\xe2\xd6\xcc\xe4\xcd\x16\x15\xc3\x5f\x63\xb8\xb4\x2c\xe9\xda\x59\x8d\x0e\x3f\x5e\xdb\x1c\x07\xb6\xc9\xf8\xb9\xfd\xcd\xbd\x5b\x49\x2d\x3e\x37\x8c\xb7\x6f\xdf\x1d\xdf\xdc\x14\xf3\xa9\x4d\x8e\xb2\x12\xfc\x56\x94\x4c\x59\x14\x53\x02\xf9\x58\xc0\xf5\x3a\x9d\x43\x92\x80\xac\xc0\x13\x61\x28\x90\x39\x66\x47\x71\x4a\x13\x32\xcc\x69\x78\x2d\x53\xa7\x1a\x4c\x13\x07\xf5\xe8\x10\xc6\x0b\x0d\xb2\x5f\x8b\xfb\x6f\xee\x81\x13\x8b\x85\xfe\xe8\x38\xc7\xe2\xbb\xb7\x85\x48\x9b\xfd\xd9\x64\x95\x16\x46\x23\x27\xa7\xd5\x60\x53\xa6\x27\x73\x1d\x69\xc8\x70\xbd\x02\xd2\xbb\x82\xe2\xbb\x52\x91\x5f\xfb\xf4\xa5\x61\x9d\xd7\x48\x9f\xb3\xc8\xd7\x83\x40\x2d\x3d\xd6\x5f\x66\x45\x28\x8c\x48\x1f\xbe\xda\xab\xc1\xb4\xc9\xb5\x54\x6d\x04\x44\x6e\x9d\xdd\xf2\x53\xcd\x2c\xe4\x96\x3f\x87\x42\x87\xad\x02\x46\x36\xaa\xbb\x94\x90\xad\x45\x45\x86\x62\x52\x93\xec\x9a\xa5\x85\x11\xf7\x31\x84\xbc\xdb\x25\x26\x51\x0f\x44\x6e\x52\xc8\x19\x59\xb2\x2f\x25\xc8\x61\x0c\x31\xa8\xd2\xd9\x24\x5f\xc7\x2b\xf1\x75\x3c\x4c\xb6\x25\xde\xb8\x03\xec\xc4\xd3\x08\xe1\x71\x80\x71\x9a\xc9\x94\x93\x36\x2a\x5f\x3f\x3d\xf6\x31\x4d\xe2\x6b\x26\x02\x62\x8d\x78\xd1\x80\x4c\x91\x39\x0c\x06\x8c\x85\xf3\x32\xbe\x61\x22\xa0\x38\x9c\x50\x6e\x7c\xb1\x1c\x33\x85\x84\x59\x92\xd0\x59\xc1\x69\x4a\x23\x71\xc7\x63\x9a\xdd\xb0\x08\x5d\x50\x98\x8f\x90\x33\x4b\xe9\x34\x91\x6f\x92\x73\x27\x11\xef\xa7\xd1\x34\xe2\x7b\x8b\x38\x81\x2c\x85\xbc\x19\x93\xcc\xf7\x59\x4e\xd8\x17\x3a\x9d\x25\x90\x0c\xf7\x5b\xf2\xb9\xc9\x25\x37\x58\x7d\x31\xfb\x42\x42\x9a\x84\xde\x0d\xcd\xbd\x8d\x8d\x2f\x3e\xd9\xe4\x8a\xef\xfb\xd9\x17\x3e\xbe\x1d\x32\x58\xf5\x3f\x03\x0e\x02\x31\x26\x17\x50\x63\xb0\x1a\x90\xc1\x6a\xbd\x1a\x7e\xff\x5e\x02\x74\x06\xab\x97\x9f\x75\xe0\x98\x19\x01\xa6\xb4\x35\x0e\x75\x9b\x9c\x8a\x42\x9a\x12\x36\x9d\x95\x77\x02\x22\x96\x89\x2e\x41\x38\x6e\x69\x21\x4a\xb3\x9c\x88\x1c\x5a\xf0\x8e\x62\x62\xca\x47\xd3\x52\xb9\xd4\x2f\xe9\x4a\x53\xed\x08\xc3\xbe\xd0\x8e\x23\xfe\xe9\xac\xa4\x60\xfc\x74\xcc\xaf\x5c\x74\xf1\x53\xd3\x9e\x0f\xe3\x8d\xd5\x62\xb3\xbe\xae\x3d\x49\x22\x56\x1f\x20\x2e\x62\xf3\x36\x00\xc6\xcd\x7b\x66\xb8\x3c\x36\xb6\xbe\x6e\xa8\x44\x3b\x10\x1e\xeb\xf8\x66\x1d\xe1\x32\x65\x69\xf5\xc0\x05\x3f\x6e\x6c\xb8\x52\x54\xb8\xf1\x0e\x06\xa5\xc6\x8c\x9f\x48\xb5\xa9\x15\x67\x5b\x7c\x03\x29\xbc\xff\x29\xbb\x15\xae\xd5\x91\xb0\x7e\xb2\x52\x4b\x01\x8e\xc5\xa0\x72\xe2\x15\x93\x1f\x35\xfb\x6b\x7e\xfe\xaa\xc7\xb8\x5d\xcc\x87\x88\xc7\x53\x95\xf8\x8e\xb6\x92\x9c\xa5\xc2\x0b\x35\xb6\xb0\xbc\x3f\xce\x94\xea\xfe\x5f\x74\x2f\xa1\x42\x7a\x4c\x77\x35\xa2\xb6\xe5\xa0\xd1\xe1\xed\x22\xdf\x77\xed\x81\xa1\x62\x3d\x72\xbc\x96\x68\xc8\x88\x50\xae\x95\x39\x62\xa2\x9f\x99\x90\xe9\xf9\x81\xd4\x95\x84\x52\xd5\x78\x74\xf1\xf9\xac\xa4\xa5\xdd\x52\x75\x91\x35\x2a\x56\x8b\xec\x34\x50\x6f\xb3\x34\xa4\x25\x4b\x71\x3d\xc5\x37\x2a\x03\x99\xa4\x9a\xa6\x78\xc0\x2e\x0e\xdd\xf1\x91\x84\x32\x1b\xc3\x5b\xce\x6d\x72\x76\x1d\xcf\x0a\x92\xdd\xb0\x1c\xdd\xc5\x77\xe6\x65\x85\xe6\xf7\x29\x95\x12\x32\x5e\xcb\xf3\x1a\x93\x3d\x69\x56\x2f\xcd\xf9\x54\xb1\x15\x84\x18\x40\x0b\x6f\x0b\xdc\xe8\x07\xf5\x74\x5d\xb5\xbb\x19\xff\x18\x3b\xc8\x6e\xc8\xd7\x69\x3c\xcc\x2c\xb9\xb6\x17\x66\x05\xe6\xd4\x92\xaf\xf5\x40\xd2\x62\xf9\xe8\x4e\x38\x4f\x68\xa9\x73\xef\x3e\x8b\xad\xbc\xd3\xda\x4f\xf3\x55\x4c\x25\x0f\x5f\x3b\x18\xe0\x5f\x10\xfd\xdb\xa9\xda\x79\x83\x6a\x32\x69\x63\x67\x25\xf2\x3d\x41\x2a\x31\xf9\x4a\x5a\x36\x22\xd8\xe4\x0e\x7e\xef\x91\x0b\xfe\xef\x65\x7d\x97\xc5\x8a\x40\x26\xfe\xc1\xf4\xf6\xb5\xb4\x62\xaa\x11\xd3\x8b\x23\x13\x13\x55\x74\x8f\x95\x71\xa9\xc9\x88\xc5\x07\x23\x55\xb3\x4e\x5d\x24\x11\x55\x2e\x04\x59\x37\x5a\x7e\x65\x77\x90\xdf\xd7\xd2\x12\xea\xe3\xdf\xa2\x22\x9e\x73\xcb\xc5\xe5\x1e\x79\xb2\x4a\x39\x55\x8f\x44\x5d\x8b\x0e\x10\x10\x8d\x58\xa7\xfa\x78\x82\x14\xcb\xba\x85\x57\xc6\x53\x96\xc4\x29\xeb\x19\x6c\x6a\x16\xa1\x67\x6c\xce\x61\x13\x03\xb2\xe5\x76\x3b\x39\x22\x5c\x24\x2d\x96\x27\x5e\x7e\x7c\x2c\xae\x45\xb7\xa7\xcf\x85\x02\xd2\xba\x6f\x35\xf8\xa3\x6a\xea\x2a\x50\xed\xe3\x89\xba\x1f\xf0\xbd\x60\xd5\xeb\xee\xdc\xa1\x63\xb3\x86\x3f\x78\x60\xa7\xbb\xab\x7b\xf2\x6a\x2e\xc5\x9a\xfb\xb3\xee\x23\x34\x25\xbe\xba\xed\xb1\x6e\x4a\x37\x79\x0c\xb1\x2f\xee\xbd\xec\xe7\x9f\x94\x4c\x10\x7c\x53\xca\xd8\x33\x7f\x0e\xe0\x14\xae\x56\xbf\xb2\xa1\x4d\xf5\x31\x5c\x40\x2e\x2e\x03\x72\xd1\x52\x48\x5b\xa2\xe0\xb2\x72\x9d\x2f\xc5\x8e\x54\xa6\xec\x75\x6d\xc6\xfe\x34\x82\xcc\x96\xf3\x78\xd3\x4a\x06\xad\xe7\x15\x5c\x99\xb9\x27\xfb\x2a\x57\xb7\x7c\x29\x56\x7f\x91\xf9\x11\xac\xac\x05\xbc\x5e\xb1\x59\xad\xe6\x40\x5c\xbb\xf3\xd6\x4c\x12\x9f\xae\x6a\xa6\x82\x75\xa6\x3b\xc4\xa7\xa3\xbc\x19\xb4\xb7\x7b\xb6\x7f\xf4\xcb\xd5\xfb\x8f\x47\x6f\xcf\xf7\x8f\x8f\xae\xba\xa4\x4f\x5a\xe1\x7c\x18\x87\x1b\x43\xf6\x57\xcc\x72\xaf\xdd\x0d\xda\xdf\x07\xed\xad\xa0\xeb\xeb\x2c\x08\xd5\x6a\x5b\xce\x6a\x5b\xaf\x82\xf6\x77\xaf\x82\xf6\xf7\x46\xcd\x77\x1f\x4f\x77\x75\x4b\x9d\x76\xf7\xf5\x77\x85\xa3\x74\x0b\x4b\xb7\xdc\xa5\x2f\xb0\xf4\x85\xbb\xf4\x25\x96\xbe\x14\xa5\xb2\xfc\xfd\xee\xbb\xbd\xab\xfd\x23\x23\xca\x53\xeb\x20\x90\x6f\xce\xd3\x1e\xb9\x27\x22\xf3\x48\x8f\x74\xc8\x02\x96\xba\x32\xb3\x3e\x77\xe1\xf3\xc2\xaf\xe2\x3e\xfe\x78\xfe\x0c\xe4\x5d\x37\xf2\x4e\x40\x6e\xe2\x22\x1e\xc6\x09\xfc\x6c\x4d\xe2\x28\x62\x69\xab\xde\xe4\xd9\xc1\xfe\xbb\xbd\x2b\xb8\xd7\x7d\xb5\x7f\xd4\xed\x18\x4d\xcb\xdc\xec\x49\x1c\xb1\xfd\xf4\xbf\xbd\x0d\xbc\x0f\xeb\xaa\xb7\xb5\xb4\xde\x56\x63\xbd\x97\x4b\xeb\xbd\x5c\x52\xef\x91\x8a\xb5\x9a\x07\x7b\xef\x1f\xed\x60\xbd\x7f\xa2\xd6\xd2\xee\xd5\x7b\x27\x6a\x2d\xed\x5c\xbd\x6f\xaa\xd6\xf2\x6a\xb5\x7a\x1f\x4f\x96\xf7\xeb\x77\x47\xbf\xa0\xce\x92\x5e\xfd\xee\xe8\xd5\xbb\xe3\x4f\x47\x8f\xb5\xe4\x10\x11\x51\x6d\x69\x63\x42\x42\x5c\x63\x7d\xfc\xf1\xbc\xb1\xc5\xe3\x79\xe9\x1a\x34\x55\xb1\xb1\x4d\xa8\xd8\x24\x95\xc7\x1f\xcf\x1b\x47\x0e\x2a\x36\x89\x25\x54\x7c\xa4\xa6\x7b\xd4\x1f\xed\xa4\x83\xaf\xb2\xe2\xf2\x4e\x3a\xe6\x9e\xac\xb8\xbc\x93\x8e\xc9\xa7\x2b\x3e\x56\xd3\x25\x6f\x8f\xf4\xd1\x29\x3b\x58\x6d\x59\x0f\x7f\x77\xf5\x10\x44\xee\xd1\xf6\x1a\x44\xf5\xd1\x06\x2b\xb2\xfa\x76\xf7\x80\x13\xda\xb5\x98\xd2\xa0\xb5\x55\x70\x43\x8f\xb4\x8a\x90\x26\xec\x45\xe4\xb5\xbf\x7f\x13\xf0\xff\x75\xfd\x96\xa5\xca\x5d\xb0\xdd\xa0\xab\xe0\x16\x75\x2a\x38\xfd\xdf\xbf\xf9\x3a\x32\x4c\xd4\xcb\x48\xa8\x92\xdb\x40\xc6\x57\xb3\xa3\xdb\xee\xbc\x08\xf0\xff\xfe\x73\x86\xf0\x61\x79\xf1\xcf\xf2\xa3\x4e\xaf\x45\xc7\xe9\xf1\xf9\xee\xf9\xde\xf7\xcf\x64\x46\x9e\xf1\x7d\xd9\xff\x78\x9d\x88\x8d\x97\xd0\x20\xc1\xbe\x37\xe0\x1c\xad\x5f\x1d\xfd\xc3\xed\x6f\x38\x08\x90\xdb\xbc\x3d\xd8\xb0\xc1\xe3\xe3\xf4\x96\x44\x73\xbe\xd5\xe6\x1b\x37\x74\x7a\x80\x5b\x9e\x51\x78\x4f\x49\xee\xe9\x0a\x91\xce\x5d\xbe\xcc\x14\xce\x8b\x32\x9b\x12\x2a\xed\xda\xc2\xde\x0a\x62\x4f\xeb\xa6\x71\xcf\x69\x2f\x8b\x10\x09\x46\x0b\x26\x5f\x15\xee\xf6\xea\xe6\x6b\x50\x05\xda\xaa\x03\x6d\x01\x10\xef\x11\x36\x91\xcc\x59\xb7\x67\x18\xa6\xf5\xe2\x2d\xa3\xd8\x51\xfb\x85\x51\xfc\xa2\x5e\xfc\xd2\x28\x7e\x59\x4b\xad\xb5\x9b\x24\x32\x33\x3f\xdf\xc3\x46\x34\x8f\x0c\x96\xc1\x25\xa9\xac\xc0\x63\x9d\x3f\x8a\x2c\x55\x1e\x90\x9c\x8d\x58\xce\xd2\x90\x8f\xc0\x2c\x67\xc2\x3b\x03\x28\x95\xa0\xb4\xc9\xf9\x84\x15\x2a\xd9\x3b\xb8\xb8\x86\x8c\x4c\x21\x31\x5b\x9c\xe2\xa1\x26\xbc\x6f\x27\x7c\x5e\xd5\x8d\x7c\xe3\x68\xe1\x1e\xa5\x57\xdb\xec\xc8\x71\x2a\xb8\xd6\x85\x70\xdd\xfd\x94\x6b\x73\xa1\x8c\x15\xb4\xf7\xf9\x9b\x7b\x61\x90\x2f\x82\x6f\xee\xab\xc6\x2c\xdf\xef\x19\x2c\xad\x8f\x33\x06\xbf\x98\xad\x6c\x3d\xb7\x95\xad\xaf\x69\xe5\xe5\x73\x5b\x79\xf9\x75\xad\x3c\xbf\x99\x67\xb5\x73\xc0\x46\xcf\x19\x18\x65\x83\x3f\xbf\x8d\x27\x0f\x8b\xb2\xd8\x9f\xdf\xc6\x93\x07\x45\x59\xea\x5f\xd3\xc6\xb3\x1b\x79\x56\x2b\x1f\x67\xcf\x18\x0f\xb1\x73\x78\x2e\xfe\x27\x8f\x85\xd8\x65\x3c\x07\xff\xbb\xec\x36\x7d\x46\x0f\xd4\x9e\xe4\xf9\x6d\x3c\xb9\x17\x6a\x03\xf3\xa4\x36\xec\x39\x78\x3c\x2f\x97\xf6\xe5\xf8\xe3\x79\x75\x12\x82\xdd\xfa\xec\xc9\x7e\x3c\x2f\x97\x76\xc8\xdd\xd0\x57\xe8\xae\xe3\x79\xb9\x74\x9e\xb8\x1b\xfa\x0a\xf5\x05\x0d\x7d\x4d\x4b\xcf\x9e\x95\xcf\x1a\x24\xbd\x5f\xfb\x8a\x66\x9e\x3e\x44\x7a\x77\xf7\x15\xcd\x3c\x7d\x80\xf4\x96\xee\xab\x9a\xf9\x8a\x76\x9e\xa9\x6d\x9e\x35\x36\x72\x97\xf9\xec\x26\x9e\x3e\x2e\x72\x47\xfa\x5c\x7d\xf3\xac\x7e\xe8\xfd\xeb\x57\x34\xf3\xf4\xbe\xe8\xed\xee\xd3\x35\x1b\xdf\xf5\xe0\x1a\xf3\x04\xf5\xa9\xb7\xc6\x4f\xed\x07\x47\x2f\x97\x80\xa7\x36\x20\xb6\x9b\xcf\x69\x42\xc8\xd5\x8b\x27\x70\x4a\xef\x23\xad\x06\xba\xf5\x06\xb6\x2a\x7d\x38\x9e\x97\x7c\x33\xfe\xb4\x16\x70\xeb\xfe\xa4\x26\x60\xd3\x46\x23\xd6\xc4\x23\xc1\xa0\x27\x11\x8b\x78\xb6\x9e\x88\x67\xeb\x11\x3c\x6e\x85\x50\xc7\xe3\x18\x1d\x0b\xcf\xab\x27\xe2\x79\xf9\x08\x87\x60\x90\x1b\x51\x1d\x7f\x3c\x7f\x32\x8f\x60\x5e\x3d\x11\xd3\x72\x2e\x35\xea\x4d\x07\xa6\xe5\x7c\x3a\x9e\x97\x4b\x18\x65\x63\x5a\xc6\x29\xdc\xc5\xc3\x16\xde\x81\x4c\x3a\x30\x02\x38\x65\x29\x5a\x8d\x24\x21\x9a\xa3\xe5\x78\xae\x8e\x1e\xc5\x24\xa2\x81\x64\xd2\x13\x0c\xfd\x23\xdd\x4e\x67\x73\xab\xd3\xd9\x7c\xd9\xe9\x04\x24\x62\x09\xbd\x93\x9f\xe4\x46\x58\x3f\x92\x55\x6d\x1a\x02\x1c\xe4\x2f\xf3\xca\x4a\x60\x95\xbc\x9b\xcb\x08\x70\x57\xe9\x79\x3c\x8d\xd3\xb1\x74\x07\x18\x30\xbe\x99\xc2\xcf\x8c\x2a\x91\x71\xa3\x66\xcb\x41\xe5\x9b\x6c\xb3\xfa\xdd\x6e\xad\x5a\xfa\x3e\x4e\x92\xc3\x2c\x62\x3d\xd2\x1a\x66\xe5\xa4\x65\xbe\x5f\x54\x67\x84\x3a\x3b\x18\xe5\xd9\xf4\xbf\x1b\x2e\xf0\x09\x9a\x2b\xbe\x21\xa7\x77\xe8\xb3\x7a\x03\xeb\x45\xe4\x7d\x73\x0f\x58\x17\xb3\x2f\x41\x27\xe8\xf8\x9f\x03\x32\xcb\xe0\xde\xd0\xde\x0d\x4b\xcb\xa2\x47\x5a\x69\x96\x32\xe9\x42\x72\x38\x91\x2c\x6c\x9d\x26\x24\x74\x5e\x66\x12\xc9\xa2\x9e\xe0\xa9\x7a\x9e\xc0\x69\xfa\xfd\x6f\xee\x69\x27\xc0\xbe\xfe\x0e\x7d\xfd\x3f\xa1\xa7\xe0\x6d\x2f\xb3\xbf\x7b\x48\x05\x69\x4f\xec\xc8\x37\xf7\x65\xa6\x87\xff\xc9\x84\xff\xee\x95\xd9\xdf\x3f\x42\xcf\x21\x9c\x8f\x67\x99\xc9\xd1\xac\x10\x6e\x1e\xe1\x0f\xe7\x71\x12\x41\x6c\xc0\x21\x9d\x99\x07\xee\xf3\x32\x4e\xe2\x32\x66\xc5\x26\x3e\x24\x61\x86\xc6\x54\xfd\x59\x46\x35\x3c\x5d\xaf\xd5\x69\x38\xf6\x37\x6b\xaa\x0b\x79\x46\x6d\xed\x01\xbc\xff\x29\xca\xc2\xb7\xb4\x64\xe3\x2c\xbf\xd3\x04\xa8\xa8\x86\x62\xb1\xd4\x15\xa7\xe1\xe4\x85\x57\x12\xc3\x20\x64\xa3\x1a\x51\x97\x3b\xd6\xe3\x01\x16\x87\xbc\x0a\x2c\xe7\xa8\x66\xa7\xec\xe5\xfb\x2c\x2d\x3f\xc1\x3b\x1f\x4f\x8b\x42\xd8\x24\xbc\x06\x81\xdb\x88\x32\xa2\x8e\x0c\xe5\xe5\x24\x96\xb3\xa8\xad\x3a\x06\xe5\x10\x48\x7e\x90\x85\x78\xfd\x99\x57\x86\xbe\x09\xf7\xaf\xc5\x81\x9c\x0e\xe3\x90\xf4\x49\xeb\x8c\x8d\x33\x46\x3e\xee\x93\x4f\x6c\x48\x3c\xfc\xee\xe3\x55\x5d\xab\xc6\xdb\xbb\x3c\x4e\x12\x57\x1d\x59\xe2\xaa\xb5\x47\x8b\x72\x6f\x9e\x67\x33\x46\xd3\x7a\x4d\x5e\x4a\x64\xb1\xab\xfa\x2f\x39\x63\xd7\xf5\x7a\xf0\xd9\x05\xff\x81\x0d\x73\x76\x5b\xaf\x80\xdf\x5d\x35\xce\x27\x34\xe6\xf0\x07\x8c\x25\xf4\x96\x46\x4c\x56\x72\xc0\xfe\x16\xb3\x12\xf8\xcc\xea\x2d\xe8\x32\x57\x2b\x9f\xd8\x32\x36\xf0\xd2\xa5\x6c\x38\xe3\xb4\xc5\x82\x11\xf8\xa7\x9b\xc2\xdd\x7c\xca\xd2\xd8\xd5\x86\x2c\x71\x72\x99\x65\xf9\xd8\x59\x4b\x96\xf8\x2d\xe3\x19\x5d\x21\x94\xd3\x38\x89\x99\x48\xf2\x38\xa2\x49\x32\xa4\xe1\x75\x11\x40\x64\x58\x39\x61\x64\xcc\x52\x96\xd3\x04\x84\x15\x5d\xe2\xcb\x25\xf5\xbd\x44\xb8\x44\x58\x3f\xb7\xbe\xb9\xaf\x8b\x77\x1b\xcb\x17\xad\xcf\x0e\xa9\x9d\xc4\x29\x2b\xd8\x59\x3c\x9d\x25\xf1\x28\x86\x84\x61\x9f\x5b\x87\x71\x98\x67\x45\x36\x2a\xc9\xef\x74\xc2\x62\xf2\x71\xbf\x15\x90\xdf\x58\x1e\xd1\x94\x06\xe4\x2c\x9e\x16\xf3\xb4\x19\xd9\x79\x4e\x23\xf0\xf3\x43\x56\x55\x13\xdb\xbf\x26\x2c\x1d\x2b\x84\x27\xdc\x9c\x49\xe2\xb9\x0b\x93\x9e\x4c\x0d\x7d\x92\x10\xce\x5e\x55\x66\x55\x03\x0a\x13\xca\x89\x46\xce\xae\x86\xfa\x50\xec\xac\xa8\xa6\x59\x43\x4d\x2c\x77\x57\x8d\xd3\x28\x86\x9a\x47\x71\x3e\xa5\x09\xe5\xbc\x72\xc0\xfd\x8b\xce\x68\x8a\x33\xed\x73\xeb\xf7\x39\xf9\x25\x2b\x27\x71\x88\x8c\x6d\x1d\xb2\x38\xbf\xcb\xf0\x07\xfe\xcd\x3f\x9e\x91\x93\x31\x40\xb5\x02\x72\x5c\xd0\x6b\xea\x40\xfb\x6b\x96\x4b\x9e\x1d\xd2\x64\x3c\x4f\x05\xe2\x56\x40\x7e\x99\x27\xf1\xd4\x51\x45\x4f\xbe\x86\xde\x0a\x00\x67\x77\x85\x7a\xf9\xec\xd0\x2f\x01\x69\xfd\x3a\x65\x79\x43\xff\x2d\x5d\xd3\xd0\xb0\x86\x71\xb6\x5d\x51\x3a\x0d\x48\x4c\x28\x27\x1a\x43\xa7\x34\xce\x3f\x84\x70\x0b\x99\x56\x2e\x4d\x72\x26\x20\xb0\xba\xd4\x32\x67\xf2\x40\x6f\xc4\xd5\x4d\x11\xff\xc5\x9c\x3a\x84\xa3\x39\xe3\x85\x0e\xbd\xc1\x2b\x75\x3b\x5c\xab\x75\x3b\xf8\x84\x92\x0b\x00\xc2\xe5\xba\x5b\xcd\x00\x10\x13\xd7\x7d\xd9\x0c\xf0\x1a\x00\x5e\x37\x03\xbc\x01\x80\x37\x8d\x00\x5b\x40\xe4\x56\x33\x91\x5b\x40\xc3\x56\x33\x0d\x5b\xd0\xc4\x56\x73\x13\x2f\xa0\x9b\x2f\x9a\xbb\xf9\x12\x00\x5e\x36\x03\xbc\x86\x26\x5e\xbf\xd1\x8f\x51\x59\x20\xd3\x38\x8d\xcd\x2c\x90\x0d\x2c\xff\x72\x36\xa5\x49\xf2\x04\xc0\xa2\x06\xd7\x40\x1a\x87\x3b\x49\xe6\xc5\x13\x60\xa7\x2c\x8a\xe7\x53\x0b\xd0\xcd\x52\x04\xac\x61\x75\x0f\x71\x1c\xea\xbd\xf1\x12\xb0\x84\xe6\x63\x66\xc1\xb9\x47\xeb\xcb\x41\x15\xb0\x41\x30\x10\xb0\x4a\x64\x83\x90\x7c\x71\xa0\x6d\x68\xdf\x8d\xb7\x49\x74\xe6\x33\x96\xd7\x50\x37\x88\xd1\x94\x8d\xa9\x09\x26\x85\xc9\x3d\xe7\xf1\x49\xbc\xc6\x59\x8f\x96\xb4\x6b\xde\x27\xbc\xa0\x67\xd9\xdb\x7d\xd2\xed\x74\x1c\xd4\x33\x6e\x74\x38\xa0\x5f\xb8\xa0\x73\x36\x9e\x27\x34\xaf\xc2\xbe\x6c\xc2\x3c\xcc\x92\xa8\x0a\xfc\xda\x05\xec\x02\xfc\x0e\x00\x6b\x9c\xd9\x0f\xb3\x94\x9c\x35\x69\x43\x5e\xba\x4c\x23\xfe\xed\xb3\xcf\x31\xa3\x9e\x28\xfd\x52\xa8\x2b\x1b\x4f\xe3\xe2\x93\xb9\x0b\x3c\xd4\x9f\xed\x0d\xe0\xcf\x7c\x1b\x06\x39\xe0\x8d\x8b\x47\x18\xb3\x81\xb5\x29\x19\xc3\xa3\x32\x53\x3a\x6b\xd7\x5e\x27\xc0\x76\x36\x08\xdf\xe4\x66\x23\x32\x4f\xd5\xa5\x70\xf3\x62\x91\xbe\x93\x2a\xe0\x66\xe2\x1a\x03\x86\xec\x97\x99\xd1\x78\xd3\xad\x52\x6b\xbb\xf8\xc3\x39\x61\x5f\x4a\x96\x46\x05\x39\x06\x52\x7f\xc4\x5b\x34\x45\x8f\x9c\xfb\xf5\x9d\xe8\xb9\xb5\xf5\x54\x49\xf6\xd4\x5b\xfc\xcb\xe1\xd5\x93\xdd\xc6\x25\x53\x68\x4d\xa6\x0b\xc3\xa6\xad\x6b\x1b\xa2\xf3\x95\x4b\x1b\xaa\x96\x79\x73\x43\x51\x52\xc9\x8b\x23\xcb\xb1\x83\x6d\x8c\xb1\x51\xa8\xd4\xa5\x24\x85\x33\x30\xef\x67\x42\x0e\x2e\x4f\xbb\x48\xcc\xbc\xec\x84\x54\xae\x58\xc0\xe5\xff\xe6\x54\x92\x9b\x9b\x84\x15\x49\x9c\x96\x1b\x51\x5c\xd0\x61\xc2\x36\x52\xf6\xa5\xdc\x48\xe2\x94\x91\x9f\xe0\xfe\x40\x98\xc7\xb3\x72\x03\x81\x36\xd3\x6c\x83\x7d\x99\x25\x71\x18\x97\x1b\x34\xbd\xb3\x71\x99\xf7\x41\xcc\x2b\x7a\xc8\xaf\x0b\xd5\x99\x4b\x95\xeb\xb4\xcc\x44\x02\x86\x25\xd7\x48\x9d\x57\x43\x04\x9c\xf1\x64\x00\x4b\xe7\x53\x96\xf3\x1e\xd4\x1e\x8a\x0e\xb3\x74\x14\x8f\xe7\xae\xc2\x85\x2b\xf3\x94\x7d\xfd\xaa\x3a\x0b\xa5\xbf\xe2\x84\x26\xac\x2c\x59\xfd\xbe\x85\xe9\x88\xd9\x24\x9f\x26\x2c\x95\x8f\xfc\x67\x39\xde\x53\x87\xdb\xe7\x24\xcc\x92\x2c\x0f\xc8\x94\x5e\x33\x52\xcc\x73\x46\xee\xb2\x39\xb9\x66\x6c\x46\xca\x49\x5c\x80\x66\x88\x8b\x92\xa5\x78\x35\x9f\xec\xbf\xe5\xf0\xda\x27\x03\xd8\x87\x77\x12\x37\xa4\x4c\xe1\x10\xea\x15\x81\x76\xc5\xaf\x23\x32\xa1\x08\xba\x7b\xba\x07\x22\xb2\xaa\x9c\xb0\x29\x7b\x47\xf3\x6b\x96\xf7\x48\xeb\xbf\x3a\x9d\x97\xaf\xbe\x7b\x83\x9e\x64\x55\x84\x05\xaf\xe8\xf7\xac\x52\xb0\x9b\x94\xbc\xac\xdb\x79\xcd\x86\x66\xd9\x49\x1e\x4f\x69\x7e\x87\xf5\xbe\x7b\x13\xbd\x34\xca\xce\x58\x98\x71\xbd\x0d\xa5\x5b\xc3\x37\x6f\x22\xb3\xb9\x73\x96\x97\xb1\x28\xfc\xae\x4b\x47\xec\x95\x51\x78\x80\xcb\x52\xeb\xbf\xc2\xef\x58\x67\xf4\xb2\x5a\x82\x3d\x88\x18\x0b\x47\xdf\xd7\xcb\x04\xad\x6c\x34\x7a\x3d\x0a\xb1\x78\x98\xd0\x50\x74\x8e\xff\x67\x7c\x3c\x07\x07\xe1\x3c\x64\x29\x1c\xa2\xb7\xf2\xf1\x90\xa2\x5f\x31\x68\xbf\xf4\x11\x30\x65\xf3\x32\xa7\x89\x64\xd0\x56\xa7\x3b\xea\x32\xab\xc8\x60\xc3\x8b\xad\x17\xdd\x17\x1d\x57\xa9\xa0\xeb\xc5\xf0\x05\x7d\xf1\xbd\x05\x60\x71\xea\x75\xe7\x15\x7b\x15\xba\xcb\x05\x8a\x37\xf4\xcd\x9b\x37\xaf\x2d\x10\x93\x9d\xb4\xfb\xfd\xe8\xfb\xc8\x59\x2c\x10\x84\x6f\xc2\xd7\xe1\x4b\x0b\xe2\xdf\x73\x5a\xb2\x3c\x15\x28\xa2\xad\xa8\x13\xb2\x06\x00\xc9\xe0\x6e\x34\x8a\xec\x66\xd4\xb8\xb1\x88\x0d\xd9\xf7\xf5\x32\x1c\xb9\xd1\x8b\xd1\xd6\xa8\xeb\x2a\x15\xa8\x47\x74\xf4\xfd\x48\x48\x0b\x0d\xf9\xe0\x54\x25\x0c\x52\x19\x00\x28\xfc\x67\x7c\x74\x8e\xe8\xd6\xab\x57\x81\xfc\x9f\x1a\xd7\x3b\x96\x24\xd9\xad\x1c\xd6\x68\xeb\xfb\x2d\x29\x1a\x58\x82\xe8\x87\xdf\xdb\x5f\x55\x1f\x47\xa3\x51\x57\x16\x65\x39\x4d\xc7\x40\x4f\xf4\xe6\xc5\xb0\xd3\x35\xbf\x6a\xa6\xd0\x97\x2f\xec\x0a\x26\x4f\x46\x6f\x42\x59\x98\xb3\x48\x52\x45\x5f\x6e\xbd\xde\x0a\xd5\x67\x40\xf3\xa6\xdb\xdd\x7a\x81\x9f\xa6\x74\xcc\xd2\x92\x4a\xe8\x57\x61\xa7\x23\x65\x47\x14\xf1\xcf\xc3\x97\x9d\x8e\x9c\xd2\xe2\xb3\x26\xea\x45\xa7\xf3\x46\x54\x99\xcd\xf3\x59\xa2\x14\xc1\x8b\xad\xee\xcb\x57\xd4\x2c\xc1\x26\xb6\xa2\xef\xbb\xe6\x57\x85\x6a\xf8\x92\x76\xe4\x50\x0c\x93\xb9\xa1\x51\xb6\x3a\xaf\x3a\xfa\xfb\x61\x1c\xe1\xe7\xee\x9b\x37\x06\x78\x75\x88\xf9\x37\x85\xbb\xd3\x19\x86\xa3\x2d\x31\xd9\x99\x9e\x8c\x9d\xce\xcb\xa1\xc4\xcd\xbf\xe3\xb7\x37\x5b\xdf\x19\xb0\x26\x92\xad\xef\x05\xf6\x71\xce\x58\x6a\x62\xe9\x86\x46\x01\x2a\xbb\xef\xc2\x6e\xc7\xf8\xa8\x3b\x4a\xa3\x37\x1d\x2a\x5f\xbb\xad\xaf\x1d\xf5\x37\xe6\x1c\x46\x5c\xc5\x33\x34\x9e\xbc\xcd\xd2\x32\xa7\x45\x69\xe4\x3e\x6d\xfd\x84\x39\x86\x8a\x90\xb7\x0f\xb1\xd3\xde\xc6\xb4\xd8\x98\xc4\xe3\xc9\x46\x28\xe0\x7b\x84\x86\x65\x7c\xc3\xfc\xc0\x82\x1b\x65\x79\xc8\xa2\x0d\x58\x34\x0a\x05\xc3\xdb\x7e\xb4\xe5\x4f\x7c\x1e\x91\xfe\x20\x7d\xc4\x80\xd0\xfe\x7b\xfa\x65\x23\x61\xb0\xba\x3e\x91\x64\x50\xbe\x1b\x59\xba\x01\x73\xf6\x49\xa4\x63\xd9\x0c\xe2\x97\x0b\x2c\xdc\x28\x42\xae\xf8\x7b\xb8\xeb\x79\x5a\xe7\x7e\xe6\x2d\xff\xb3\x9d\x83\x3e\xf1\xce\x41\x2f\xff\xe3\xce\x45\x34\x47\x87\xbf\xb4\xfb\x7f\x8a\xd8\x2c\x67\x21\x64\xed\xf9\x58\x30\xf2\xd9\xd5\xcf\xcf\xae\xc3\x9f\xbd\x68\xcc\xde\x4e\xf2\x6c\x1a\xcf\xa7\x6e\x99\x7b\x46\x37\x9f\x29\x76\x15\x52\xce\xa0\xd2\xa7\x38\x2a\x27\x87\x71\x0a\x7b\x33\xbe\xf7\xdc\xea\x54\x07\xd1\x06\x3c\x84\x4d\x17\xdf\x79\xbe\x79\x04\x12\x36\xe6\x7c\xd7\xf9\xf2\x11\xc0\xff\x96\x90\xdd\xce\xd6\xcb\x47\x40\x35\xec\x8b\xd7\xaf\x1f\x83\xd5\xc0\xdf\x2f\xef\x16\xfd\x22\xfb\xef\xec\xec\x06\x24\x57\x59\x52\x5b\x31\xc5\xc5\x81\x47\x6b\x4b\x2a\x9d\x5c\x79\xb4\xf6\x7f\x37\x54\x7f\x72\xfd\x46\x04\x16\x86\xa5\xac\xfe\x38\x19\x1d\x66\xc3\x18\x72\xa7\x7d\xf7\xfa\x8d\xf3\x45\xff\x31\x2b\xb1\x92\xca\xf6\x3f\x8d\x53\x95\xd6\xcf\x48\x54\xc1\x6d\xf6\x2f\xae\x02\x67\x72\x81\x69\x9c\x1a\x0a\x5b\xe4\x7c\x9f\xc6\xa9\xf5\x28\x3f\xd9\x21\x9f\x71\x7a\x4c\xe3\x74\xe3\x96\x53\xdd\x23\xdf\xdc\x4f\xe3\x74\x31\xfb\xe2\x7f\x86\xac\x6d\x46\x02\x82\x29\xfd\xe2\xc0\x49\xbf\x34\xe1\xa4\x5f\x0c\x9c\xf4\x4b\x05\xa7\x7c\x7f\x55\x4c\x6a\xc8\x04\x85\x33\x16\x28\x90\x2d\x2d\xa0\xae\xfa\xf5\xb9\x9a\x02\x05\x5e\x2e\x84\x55\x0d\xd3\x9e\xa0\x53\x20\x1b\x8d\x08\x57\x0b\x44\xaa\x05\x42\xa3\x3f\xe6\x45\x39\xc5\xb7\xdc\xc9\x30\xcf\x6e\x0b\x96\x37\xbe\xce\x3e\x66\xa5\xa9\x87\x8e\xb2\x5d\xa8\x0e\x0b\xa5\xf7\x58\xa4\x0d\xea\x1a\xd8\x38\x61\x35\x19\x93\x21\x36\x80\x87\x85\x89\xdb\x01\xb2\xf8\x7b\x3a\xe9\x71\x9e\xfa\xa0\x5c\x89\xd4\xae\xb2\xe7\xe8\x44\xa9\xab\xec\x65\x1d\x97\xaa\x7b\xd9\xfa\x24\xf1\xc5\x59\xba\x69\xfc\xed\xe4\xb0\xa9\xf5\x8f\xb2\x3a\x4f\xd4\x8c\x40\xff\xcb\x63\x8b\x84\xfd\x86\xa9\x6b\x60\xbe\x8a\x70\x5e\xf1\x29\x6d\x9b\x2f\xcd\x2c\x1d\xfe\x27\x08\x80\x74\x32\x2c\x6a\x39\xf7\x7e\x63\x79\x3c\x8a\x59\x01\xa9\x1e\x31\x87\x68\x8c\x94\xc2\x6d\xa8\x79\xc1\xc8\xbb\xe3\xc3\x26\xb1\x0e\x69\xfa\xb1\x60\xef\x8e\x0f\x39\x4b\x87\x59\x96\x30\x9a\x5a\x8c\xf2\xb0\x75\x31\xb7\x6f\xe3\x34\xca\x6e\x21\xd1\x76\x4b\xa9\x9b\x16\x59\x5b\x43\xa8\x95\x15\x4f\xf6\x08\x21\xdb\x51\x16\xce\x41\xfa\x24\xc8\x7f\xc0\xf3\x1a\xd2\x36\x46\xee\xec\x25\xf0\x06\x1f\x02\xc1\xb3\x61\x8e\x58\x19\xd5\x51\x23\x0d\x8c\xfa\x86\xab\x7e\xc2\x4a\x72\x85\x4d\xf4\xc8\x27\xec\xa9\xfd\x8a\x95\x99\xc3\x16\xa4\xfe\x28\xe3\x9b\xbb\xdd\x30\x64\x05\xdc\x14\x1c\xac\x62\xfd\xc1\x2a\x9f\x6e\xfb\x7b\xdd\x2e\x89\x0b\x52\x64\x53\x76\x3b\xa1\xf0\x6a\x13\x4b\x8b\xf8\x86\xe1\xbb\x14\x21\x4d\x12\xac\x65\xb1\x77\xb0\x0a\xb8\x27\x31\x64\x5b\x9a\xb2\x69\x96\xdf\x91\x84\xd1\xeb\x80\xdc\x4e\x58\xce\x68\x41\x68\x12\xe3\xd5\xc4\xb8\x74\x63\xba\x52\x74\xc8\x67\x52\xdb\x80\xf4\x2d\x0d\x27\xd2\x4d\x23\x06\x13\xdf\xfd\xa0\x25\xbe\x0e\xc9\xd7\xa6\x22\xcc\x66\x8c\x24\xac\x2c\xc8\xbc\x80\x33\xa3\x69\xfc\x17\xe6\x0a\x8d\xa7\x33\x1a\x72\x5c\x65\x7e\x27\x9e\x23\x16\x68\xfa\x02\x1f\x67\x3d\x09\xe1\x11\x51\x4f\x26\x56\xd9\xfc\x96\xa4\xd9\x46\x36\x03\x11\xb4\xf4\xd8\x07\xc8\x50\x45\xca\x8c\x4f\x7f\x93\x2a\xf4\x0e\xc3\xfd\x3e\x91\xc6\x0a\x73\x4c\x69\x37\x55\x99\x81\x70\x53\x02\x29\x52\xc4\xab\x95\xc3\x84\x01\xde\x6c\x64\x8c\x45\xc0\x61\x29\xa4\xc2\xcd\x6e\x58\x3e\x61\x34\x12\x8f\x6f\x29\xd6\x16\x72\xbc\x44\xde\x54\x48\x6a\x15\xa7\x64\x96\xcd\xe6\x33\x52\x84\x2c\xa5\x79\x9c\xc1\x83\xbc\x80\xdf\xa2\x92\xdc\x66\x69\x4b\x3e\xcd\xca\xfb\x30\x58\x15\x4f\xb8\xae\xda\x80\x38\xec\x22\xf8\xa2\x60\x1a\x6f\x00\x4e\xb7\x62\x92\xcd\x13\xbc\xe1\x38\xa3\x05\x3e\x23\x9c\x12\x86\xe2\x4d\x26\x59\x51\xea\xa4\x96\xbc\x19\x20\xee\xa9\xf9\x88\xc6\xac\x44\x99\x86\x97\x96\xc5\x9c\xd9\xe9\x11\xf1\x97\x48\x84\xe5\x3b\x25\x5f\x3f\x1d\x60\xe8\x0b\xf2\xf0\x40\x6c\x69\xc3\x65\x5f\xeb\x85\x6a\x5a\x1d\x73\xfa\x54\xdf\xe0\x41\x83\x82\x71\xd3\xd2\xa0\x8f\xd0\x42\x12\x58\xcd\x53\xca\x12\x78\x1f\x20\x69\x67\xb7\x29\xcb\xdf\x69\x3d\x53\xfb\xd6\x8e\xd0\xe3\xf8\x5b\xcc\x6e\xc9\xce\xf2\xe2\x9e\xec\x8b\x91\x12\x56\xab\x91\x6f\x39\x3d\xa7\x8c\xca\x63\x8b\x56\xce\xff\xae\x66\xb7\x12\x0c\xd4\x7a\x26\xca\xa6\x9b\xea\x7b\x6d\xef\xb7\x5f\xbc\xcf\xc2\x79\xf1\x5b\x5c\xc4\xc3\x44\xa7\xfa\xe1\xbb\xea\x69\xb1\x81\x37\x67\x37\x36\x62\x0b\xaa\x09\xc9\x07\x48\xa6\xf2\x08\x0e\x04\x6a\xd9\xb1\xc9\xf8\x8c\x33\xd4\x3c\x88\x8b\xd2\x63\x49\x8f\x7c\x38\x3f\x3c\xb0\xc5\xc3\x36\x3f\x59\xca\xe7\x5b\xa4\x16\x0e\xe3\x21\x4b\xa6\x5f\xb1\x62\x09\xa6\x62\xe2\x68\xdb\x34\x8a\x3c\x51\x8d\xec\x34\x76\xbd\xd7\xd0\x1f\xe9\x25\xb7\x50\x62\xca\xd5\x3a\xd6\x2a\x2f\x7a\x4d\xcd\xd9\xe9\x7f\x55\x2e\x5b\xae\xfe\xf8\x2c\xd3\xd9\x6a\xb8\x56\x19\x71\x0c\x60\x7a\xc5\xe9\x58\xcf\xbd\x9f\xef\x88\x10\xa3\xc0\x00\x61\x05\xf1\x38\x8a\x61\xf6\x85\xeb\xac\x3c\x9b\xa7\x98\xf2\x15\x61\x58\x44\x7e\x9e\x97\x65\x96\x62\x40\x96\x48\xf3\xea\x0b\xcb\x77\x92\xdd\x92\xf9\x0c\x93\xe9\xa5\xf4\x26\x1e\x53\x0c\x67\x92\x37\xa0\x67\x39\x2b\x0a\x56\x90\x2c\x0c\xe7\x39\x6f\x27\xcf\xe6\xe3\x09\x39\xa7\xc3\x80\xd0\x9c\x1b\x75\x01\x39\x19\x7f\x9c\x6d\x9e\x8c\xdf\xa5\x01\xf9\x90\x4d\x19\xa8\x9f\xbd\x34\xf2\xc5\xbb\x48\x39\x23\x98\x7e\x07\x5b\x99\x66\x73\x78\x88\xaf\x64\xe2\x2e\xbc\x40\x6e\xa4\x3e\xdf\x3d\xd9\x97\x6f\x54\x40\x7e\xd7\x78\x3a\x63\x39\x85\x0c\xb9\xb7\xf4\x0e\x5e\xfe\x82\x17\x51\x26\x6c\x4a\xb2\x74\x33\x1b\x8d\x34\x8f\x76\x41\x5f\x43\x6e\xd1\x29\x9c\x9f\x0e\x19\xb6\xcb\x75\x9f\x78\xc4\x5b\xf6\x8b\x40\x72\xde\xb0\xcc\x93\x8d\xd1\x6b\xd9\x7d\xd0\xf9\x14\x72\x63\xc6\xe1\x3c\xa1\xb9\x88\x5b\x23\x99\xd0\x87\x74\x0c\x47\x2a\xe2\x05\x75\x78\x0a\x0a\xc6\xa2\xcc\x24\x3b\x6b\xa7\x8b\x52\x6c\x36\xc8\xa7\x09\xe4\x41\x54\x7d\xc0\xaa\xe6\xe8\xa7\x04\x72\xf6\x8f\xac\x5c\xf3\xe2\xf1\x97\x0d\x82\x59\xce\x68\x22\xbf\xc0\xec\x17\xd6\x39\x2e\x6f\x42\x4b\xca\xfc\xf0\x69\x46\x3e\x0b\x5e\xe6\x7c\x9a\x7d\x26\x13\x5a\x90\x21\x63\xa9\x4c\xf5\x0d\xb1\xa3\xd5\x14\xf8\x2c\x67\xd1\x89\xa8\x56\x90\x0d\x91\x5c\x10\x0f\x3c\xe1\x23\xc9\xd9\x48\xa4\x65\xe4\x23\x4c\x8b\x22\x0b\x63\x2a\xd7\x0e\x42\x09\xcc\x82\x53\x16\x96\x85\xc4\xd3\x26\xfb\x23\x4e\x0f\x24\xea\x15\x29\x82\x97\xfc\x17\x17\xb0\x40\xc1\x1d\xfb\x40\xbf\x6a\x89\xe7\xba\xd0\x66\x59\xe2\xa2\x2c\x9e\x82\x53\x66\xe0\x30\x8b\xee\x90\x34\x91\xf2\xb7\x20\x9f\x91\x5f\x9f\x9b\x4c\xd4\x82\x95\x7a\xda\xc2\x48\x80\x91\x59\x55\x3e\xe8\x45\x05\x54\x7a\x55\x13\xee\xe8\x1a\xdb\x76\x7a\xa8\xc6\xdb\xa7\x6c\x84\x67\x9f\x3f\x18\xca\xee\x47\xc8\x00\x69\x65\xcf\xd7\xc9\xb7\x2d\x3c\xc6\x0a\x57\x2b\x53\xef\xd6\xe6\x6c\x44\xfa\x3f\xd6\x34\x6c\xce\x46\x6d\xf1\x26\x97\x52\xa5\xbe\xeb\x89\xd9\x6a\x45\xbd\x92\x63\x77\xfd\x1d\x6d\x11\x73\xfe\x6a\x6c\xf6\x22\x56\x0b\x44\xf8\x1f\x78\xe2\xfa\xff\x63\xef\x5d\xd8\xdb\xb8\x71\x85\xe1\xbf\xc2\xf4\xf4\x8d\xa4\x54\x1e\x5f\x72\x97\xeb\xf8\x4d\x9d\xa4\xf5\xd9\xdc\xde\xd8\xdd\x7e\xdf\x67\xfb\xb1\xa9\x11\x25\xcf\x7a\x34\xa3\x1d\x8e\xec\x68\x1d\xff\xf7\xef\x21\x00\x5e\x87\x23\xcb\x49\xbb\xbb\x67\xdf\xf6\x9c\x67\x23\x0f\x49\x10\x04\x41\x10\x04\x41\x20\xea\x83\xf0\x9e\x5f\xba\x99\x04\xb6\x51\x8b\x7b\x00\x08\xf9\x76\xbd\x57\x25\x44\xf9\x9d\x4b\x81\x85\xeb\x0d\x58\x07\x69\x55\xe6\xb9\xc2\xe8\x23\x2f\x44\x03\xac\x57\x17\x66\x1a\x0e\x6c\xcb\xeb\xed\x95\x3c\x3d\x9f\x82\x55\xdc\x56\xdb\x88\xb9\x6d\xbc\xe5\x0b\x3f\x2b\x02\x5e\xad\x45\xbc\x0e\xc5\xa2\xce\x66\xf1\xea\x9b\xcd\x03\x45\xd4\x2a\x69\xf7\xfc\xbd\x72\x3a\x8d\x44\xba\xbb\x6e\xdd\xf3\x9a\xce\xe6\xc6\x8b\xdf\x6b\x6f\x26\xcd\xf6\xf5\x0f\xfa\xf4\x6d\x11\xf5\x82\x96\x3f\xd3\xb2\xc3\x21\x98\x20\xf7\xfb\x87\xe7\x62\x2a\x56\xf7\xfd\xff\x19\x3c\x8c\x6b\x25\x17\xdc\x8d\xd1\x09\x49\xab\x03\xaa\xd4\x25\x46\xe7\x50\xbb\x14\x1b\xf0\x71\x2d\x2a\x6a\x31\xc4\x5c\xbd\xa1\xe8\x86\xbb\x54\xb6\x06\x47\x04\xfc\x4d\xea\x38\x9e\x0c\x3c\xd1\xa9\xc3\x9d\x6a\x31\x0d\x7b\x02\xc6\x6f\xd1\x47\x9b\x46\x5f\x7e\x94\x73\x44\x9b\x8e\x25\xed\x3a\xb6\xa5\x59\xb7\x46\xab\x38\x52\xac\xef\xc6\x93\x8d\xd2\xd6\x35\x22\x6d\xff\xdb\x11\x30\x2b\x24\xec\x72\xaa\x6e\x61\x12\xa9\xcc\xb2\xcf\x22\xa7\x6c\x28\x92\x0e\x70\x1e\x05\xb1\xf1\xac\x94\xe0\x8b\x4d\xed\xf5\x9f\xa0\x0a\xcd\x66\x79\x66\x37\x0a\x1d\x08\xbe\x4a\xd8\xbb\xb9\xac\x01\xc8\x50\x28\x45\x3b\x07\x2d\xa3\xa3\xb6\xe0\x0e\x1f\xca\x32\x9f\xd7\xa2\xc3\x64\x89\xbb\x49\x38\x81\x40\x98\x5c\xa9\x25\x1c\xb4\x2e\x96\xf9\xd9\x64\xce\xdd\xd5\x0b\xf4\x5c\xa3\xa4\x32\x4a\x13\xf3\x6d\x68\xd3\x72\xe4\xd3\x02\xbb\x00\x7b\x0e\x5b\x63\xf8\x6f\x39\x6e\x1b\x7c\x39\xaf\xf3\xac\x10\xd1\xea\x54\xe6\x53\x1a\x05\x84\x18\x7d\x50\x6a\xe0\x9a\xce\x2f\x4d\xfa\x24\x9e\x11\x31\xe7\x83\xd2\x48\x70\xd0\x65\x45\x47\xfc\x10\xc9\x4f\x7c\x94\xcd\x65\x00\x45\x03\xc1\x5c\x04\x4a\xed\x02\x1a\x89\xd1\x1d\xb8\xbf\x61\x28\x84\xe1\x20\xfb\x00\x02\x42\xb1\xdf\xa5\xa8\xa4\x9a\xf7\xac\x90\xb5\xe0\xa3\xd5\xd6\x8d\xf1\x93\x30\x6b\x07\x76\x60\xc5\x60\xbb\x5a\x32\xe3\xb5\x2e\xf1\xd1\xee\xc0\x65\x90\x2f\x0e\x7f\x40\xb5\xc6\x5c\xef\xba\x76\x41\xf7\x44\x03\xb7\xb9\x76\x72\x77\xbd\x07\x97\xee\x3c\xfa\x25\xde\x8c\xed\xfa\x1a\x89\x3b\x0d\xbb\xcd\xfc\x7c\x7e\xef\x81\x08\xf8\x6a\x32\x7d\xa8\x3e\x18\x61\x63\x3a\x6a\x91\xe8\xbf\x17\x21\xff\xad\x88\x67\x95\x36\xb2\x50\xf8\x64\xf1\xef\x27\xbe\x7c\x61\xf7\xfc\xf2\xd0\x70\x71\xea\x51\x7e\xbf\x00\xff\x92\x1c\x05\xbc\xe3\x12\x07\x40\x06\x41\x5f\xc6\xc6\xab\x89\x6c\x3e\x34\xc8\x69\x4a\x1c\x32\x9a\x6f\x2e\x05\xcd\x47\x8f\x78\x41\x73\x24\x9b\xb6\x1e\xc7\x14\xcb\x95\x46\x17\x50\xc6\x3b\x2b\xdb\x37\x94\x4b\x40\x34\x76\xc0\xb6\x0d\x10\x9c\x20\x9b\xb3\x88\xda\x19\xa1\x1c\x19\x1a\xee\x3c\x3b\x6c\x83\xfe\x86\x1b\x26\xa5\xb9\xd1\xdf\x66\xf3\xd9\x71\x98\x9b\xca\xda\xa6\xc0\x95\xf0\x3b\xb8\xca\x92\x19\xba\xa9\x25\x70\x69\x4e\xf5\x3c\xd9\x1e\x56\x0c\x9d\xa2\x34\xbe\x9e\x7c\xdf\xb1\x8e\x80\x37\x6c\x47\x93\xc8\x0f\xe0\x6c\x2f\x2b\xf6\x72\xc1\x2b\x7d\x63\xb3\xa6\x13\xfa\xf8\x16\x07\x75\xf6\x55\x07\xed\x0e\xbc\x29\xc5\xe4\x37\x1d\xc6\x25\x83\xb4\x53\xe7\x65\x3e\x02\xbd\xa0\x72\x5b\x25\xde\x70\x06\x7e\xdb\xbe\xe9\xfe\x93\xf8\xfb\x3c\xab\xd0\x20\x34\x14\x29\x57\xdd\xcc\xa4\x98\x8f\xca\x35\x6d\xa5\xcc\x24\xd3\x42\x23\x5f\x18\xda\xe3\x41\xd6\x5f\x04\xf8\xc1\x4d\x4d\xef\xdc\x10\xe0\x40\x1b\xbb\x7a\x56\xb0\x37\x59\x25\xc6\xe5\xe7\xc4\xa9\xfc\x89\x22\xc5\x89\x01\x3b\xaf\xeb\xd9\x60\x7d\x5d\xd6\x3c\xbd\x28\x2f\x45\x35\xce\xcb\xab\x24\x2d\xa7\xeb\x7c\x7d\xf3\xf9\xf3\x87\x9b\xcf\xd7\x37\x1f\x3d\x7c\xf2\xe4\xe9\xa6\x6e\xde\x19\x0c\xd6\xa6\xe5\x3f\xd6\xa0\x9b\xb5\xac\x28\x44\xd5\x19\xb8\xde\xa9\xd8\xf3\x80\x75\x36\xec\x75\xcd\x4d\xdf\xba\xce\x6a\xdf\x4a\x85\xab\x26\x02\xa8\x24\x73\x29\x24\xba\x50\x4e\xb3\xcf\x59\x01\x89\x89\x0a\xc6\xd9\x40\xd3\x9d\xd7\x94\x38\x9d\x87\x44\xac\x4b\x07\x3a\x5e\x72\x30\xee\x6c\xce\xf0\xdf\xd1\x59\xf2\xfd\x75\xcb\x69\xe2\x86\xdd\xff\xfe\xda\x67\xb4\x5d\xd6\xc1\x9e\x29\xf7\x16\x2a\x88\x67\x27\xde\x60\x95\xce\x83\x4e\x6c\xc7\xdf\x1d\x7f\xd7\x71\x9c\x57\xf5\xc4\x0d\xc2\x4d\x01\xff\xcb\xc5\x58\x4b\x3e\xf6\x83\x59\x7a\x70\x73\x54\xce\xe2\x05\x43\xc8\x59\x1d\x2f\xab\xd0\x83\x29\xde\x0c\xe7\xe3\xec\xfb\x6b\x58\xe9\x37\xb3\xcf\x4c\x96\x79\x36\x62\xdf\x5f\x3b\xcb\xf6\xe6\xcc\x69\x63\xf8\x3a\xd6\xc8\x5d\xc3\x5e\x2b\x3c\x56\x0d\xcc\x89\x2b\xb1\x22\xab\x81\x0f\x4a\xa4\x41\x4c\x3e\xb5\x71\x39\xcc\x61\xcb\xd5\x61\xfb\xd6\xe0\x7a\x1b\xdf\xc4\xae\x06\x63\x27\x07\x93\x5b\x31\x75\xe5\x07\x8b\xca\x8f\x36\x1d\x0d\xea\xc0\xb2\xbc\xf5\xba\x3b\x36\xda\xce\xfd\xdb\x16\xda\x4a\xab\xfe\x9b\xd6\xba\x65\x9e\x8d\x06\x0d\x15\x86\x2d\xf8\x2c\x25\x97\x11\xb7\x8e\xc4\xbc\x45\xd8\x46\xf8\x32\x26\x6f\xef\x30\xbf\x7c\xd9\x99\x50\x2d\x21\x2d\x3c\xcc\x89\xe1\x9f\x7a\x16\x64\x5d\xb2\x8d\xb3\x8d\x9e\x0b\x07\x77\x6a\x84\x43\x35\xf1\x53\x56\x68\x68\xa6\xe5\xa6\xd7\x32\x5d\x72\x98\xb2\x6d\xce\x96\xef\xc7\x67\xbd\x6f\x3b\xe5\x7f\xc0\xfe\xa2\x87\x7d\x52\x05\x8d\x19\x69\xa3\xcf\xc8\xf3\xc5\x5a\x96\xfa\x38\x8c\x5d\x27\x5d\xd9\x9d\x97\xd5\xd1\xd9\x00\xaf\x1a\xbb\xed\x7b\x41\x8f\xdd\x47\xc9\x1f\x08\xfb\xa6\x54\x34\x32\x11\xe9\xfb\xe5\xcb\x2d\x1a\x4d\x4c\xc8\x7e\x18\x8f\x61\xe8\x67\xdf\x5f\xaf\x01\x15\x6e\x66\x9f\xcf\xee\xce\xd2\x90\x0b\x30\x2b\x66\xf3\x5a\xb3\x06\xad\xb7\x56\x0e\xbe\xdb\xa9\x3c\x38\x1e\xd3\x8f\xdb\xea\x1f\x2e\x66\xb0\x48\xd4\x3f\xb7\xd5\xfd\x68\x8d\x1e\xe6\xa7\xd7\x86\x69\x6d\x54\x1b\x3f\x70\xb8\x5a\x09\x30\x6c\x5c\x97\x6c\x6d\x13\xaf\x35\x24\xa6\x55\x53\x95\xa7\xa5\xac\x59\x0a\x56\x46\x7f\xf1\x50\x1f\x1e\xb0\xbb\x71\x3a\x6a\xdc\x90\x75\x66\x36\x77\x14\x75\xb6\x83\xee\x20\x0e\xa5\xbd\xa3\x9c\xbf\x15\x06\xa7\x35\xa7\x86\x22\x1f\x44\x08\x52\x7f\xc0\x39\x13\x7f\xfe\x04\x1a\x41\x47\x29\xea\x54\xe6\x34\xfa\x68\x14\x10\xb3\x82\xd6\x36\xc3\x63\x9f\x7e\x82\x44\x6f\x3e\xe5\x4f\x0e\x5c\xb6\xe3\x4e\x22\x9c\x00\xbd\x6e\xa3\x3a\x77\xf3\x24\x16\xdd\xdc\x50\x99\xf2\xf7\x8f\x68\x10\x9e\x7e\x44\xd7\x3a\xfe\xae\xd3\x39\xfe\xee\xce\xba\x96\x3f\xb8\x5d\xb6\xc1\x06\x01\xa9\x42\x2d\xac\xb5\x54\xab\x62\xad\x15\xb4\x3e\x76\xa7\x3e\x8f\x2c\xb9\x4f\x06\xec\x6c\x6b\x05\x45\xad\x45\x7d\x22\xd1\xb9\x74\xfa\x94\x82\xbb\xb9\xb1\xf1\xbf\x94\x7a\xeb\x5b\x74\xbe\x4e\x05\x0b\x1e\xa8\x1d\xc5\x3b\x87\x6e\x9d\xd1\x80\x72\xed\xe2\x85\x5f\x4f\x06\xac\xa3\xfa\x01\xf7\x6f\x77\x2e\xfd\xc7\x63\x4b\x55\xbb\xd5\x3c\xf8\x97\xc5\xaa\xf1\x96\x37\x5e\xfc\xee\x21\x13\xd2\x8d\x8b\xb3\x90\x70\xfc\xad\x9c\x48\x33\x82\x8a\xf9\xb9\x40\xf6\xd8\xa4\x87\x1b\xd5\x24\x2b\x06\xb8\x3a\x19\x9b\xe1\xc3\x30\xad\x73\xf9\x1a\x98\x56\xdb\x6c\x1e\x18\xfb\x3e\xe6\x60\xc6\x95\x96\xd7\x29\xca\xab\x8a\xcf\x9a\x8f\x18\xa2\x19\xc1\x6e\x49\x18\xe4\x3b\x9e\xad\xf0\xb2\x90\x72\x09\x8d\x44\x9a\x43\xc2\x57\x78\x42\xfa\x9b\xe0\x17\xef\xf8\x8c\x48\x04\x4e\x37\x4a\x5a\x76\x2f\xc4\x62\x00\x0f\x0a\xe1\x7f\xb7\x9d\x52\xe9\x94\xf6\x19\x25\x29\xc5\x9a\x97\x65\x36\x72\xab\x9e\x73\xe9\x02\x22\x73\x98\xde\x28\xc1\x47\x0d\x22\x98\x63\x80\x06\x4b\x82\x4f\x42\x0a\x48\x6b\x0a\x79\xed\xb6\xa9\x6a\xa5\xbe\xee\x95\x73\x25\x89\x28\x91\x29\x4e\xff\x29\xe4\xe4\xc4\xbb\x4f\x35\xdb\x98\xa3\x13\x9f\x25\x02\xbf\x51\xb5\x51\x06\x4a\x0f\x3c\xb7\x52\xf4\xa0\x87\xaa\xe8\x2b\x47\x74\x30\xae\xbf\x9a\x30\x81\x1f\x10\xdb\x45\xe7\x91\x81\xae\x00\xd3\x61\xee\x8d\xd8\xfe\x3b\x31\x2d\xb3\x7f\x88\xf7\xe5\x88\x14\x9f\x29\x9f\x99\xca\xe4\x7a\x02\x34\x02\xca\xed\x6a\xf2\x7a\xaa\x03\x3b\x14\xb2\x66\x78\x67\xb6\x00\x95\x1b\xef\xc3\xe9\x91\x23\x86\xea\x57\x18\xfb\x6f\x8c\x33\xb2\x55\xc1\x5f\x2d\xd7\xcf\x84\x1e\xe1\xd3\xa5\x61\xbb\x13\xa8\x5d\xe1\x0c\x41\xae\xcc\x40\x6f\xfc\xd4\x72\x4a\x33\x9e\x02\x3c\x1e\x8b\x42\x6f\xba\x85\x89\x7b\xe7\x54\xec\xfa\x5d\xb9\x13\x0b\x49\x63\xbd\x7e\x08\x63\x36\x12\x69\x59\xf1\xba\xac\xdc\xcc\x05\x25\xbd\x29\x65\x53\x51\x9f\x97\x23\x99\xb0\xdf\x5e\x7e\x7a\xbf\xff\xfe\xe7\x01\x28\x0e\x67\xf5\x79\x26\xcf\x4c\xf8\x7d\xed\xef\x86\xf9\x1d\xb3\x82\xa3\xb3\xa3\x5a\x3e\xe4\x8a\xc6\x69\x40\x62\x44\x10\xfb\xf4\x9a\x1b\x5d\x10\xb4\x7f\x1e\x96\x75\x24\x75\x80\x60\xe1\x1e\xa2\x28\x6b\x84\x8d\x39\xee\x8c\x5d\x6b\xf5\x84\x91\xd0\xbd\xf3\x60\x5b\xc7\x27\x7c\x01\xfa\xca\x29\xde\x93\xe3\xea\x83\x0f\xb0\xc0\x1c\xcd\x65\x44\x52\x40\x29\x34\x4a\xc4\x8f\xf4\x1b\xe8\x57\xa6\xe0\xc7\xc3\x17\xa8\x6d\x68\x05\xc3\x79\xcb\x6b\x17\x29\xbc\x8a\x56\x53\x75\x08\x7e\x90\xe8\xfd\xb8\xce\x7e\x13\x6c\x98\x15\x70\x1c\x3b\xfe\x4e\x71\xf3\xf1\x77\xea\xf7\xac\x12\x4a\x3b\x60\x33\x51\xce\x72\x81\x22\x2c\x2b\xf8\xe8\x52\x54\x4a\x2a\xe7\x0b\x36\x9b\xa3\x63\x27\x25\xa5\x80\x1a\xc7\xdf\x29\x02\x92\xc6\xb0\xbe\xce\x2a\x8e\x7e\x2b\xe7\xbc\x00\xb7\x0c\xf2\xef\x9c\x82\xb9\x49\x92\x22\x48\x00\xbc\x13\xa2\x9e\x36\x30\x29\xa9\x15\x3d\x2e\xe0\xc9\x34\x7c\xd5\x24\xec\x5a\xda\x24\xe8\x2a\x7a\xff\x3e\x0b\xbf\x25\x6a\x74\x5d\x70\x20\xec\x45\xf5\xa8\xd6\xb7\xcf\x9a\x5c\x4e\x96\x41\x6c\x38\x2e\xb6\x97\x1e\x15\x88\xc5\xe1\x5a\x94\x50\xdd\xb6\xee\x44\xda\x7f\x12\xee\xbc\xf8\x54\xd8\x3b\x29\x69\xf3\x7b\xd7\xd9\x54\xc8\x3e\xcb\x6a\xa6\x15\x63\xc3\xac\x95\x90\xf3\x9c\x6e\xba\x7e\x12\x2c\xe5\x95\x18\xcf\x73\x84\xaf\x69\x9c\x99\x5c\x15\xe8\xbe\x59\x08\x3c\x70\x37\xfa\xde\x7f\x7f\x70\xf8\xf2\xfd\xde\x6b\x90\x4a\xa9\xf6\xc0\x2d\xd9\x55\x59\x5d\x24\xec\x83\x9a\xbd\xab\x4c\xe2\x42\xcb\x28\x97\xea\xa4\x2a\xaf\xf0\x46\x54\x21\xc4\xe6\x45\x21\xd4\xba\xe3\x55\x96\x2f\x12\xf6\x32\x97\xda\xa3\x75\x0e\xb8\xe8\xb3\x02\x4d\x33\xac\x3c\xa1\xfe\xe0\xb5\xb0\xf9\x4b\xb6\x1d\xdc\xa1\x37\xeb\xe2\xa9\x50\xe3\xda\x17\xb8\x50\x04\xc8\x17\xf0\x56\x5c\xad\x6f\x0d\xdd\xac\x38\x40\x51\x7c\x16\xe9\xbc\x16\x0a\x65\x74\x1d\xae\x64\x0d\x34\xed\xb3\xe1\x9c\x86\x51\x94\x35\xe5\x45\x5f\x33\xe8\xc8\xf9\x50\x8a\xbf\xcf\xc1\xd0\xa9\x66\x80\x98\x72\xca\x17\xe8\x05\x06\x1e\x50\x73\xb5\xca\x45\x5a\x93\x0b\x54\xc3\xc9\xce\x92\x06\xfa\x01\x71\xc8\xf0\xce\x7b\x73\x63\x83\xcd\x44\x35\x9d\xd7\x3a\xc5\x88\x71\xff\xe5\x43\xed\x82\x26\xd1\x97\x1a\x31\xd7\xc3\xca\x24\x51\x45\xed\x0a\xc5\x48\x8c\xf2\x05\xb8\x56\x6b\xd7\xa9\x79\x91\xfd\x7d\x6e\xb2\x8d\x24\xec\xb7\xac\x3e\x2f\xe7\x4a\xc6\x41\xff\x2e\x56\x29\x48\x36\x98\xc5\xac\x80\x9c\x23\x22\x5f\xf4\x99\x2c\xd9\x95\xe2\x8a\xb1\x98\xcc\x79\x85\xbe\xbe\xc3\x05\x36\xaf\xb3\x62\x92\xb0\xc3\x12\xb4\xa2\x2a\x1b\x09\xb4\x1e\x0f\xc5\x39\xbf\xcc\xca\xaa\x8f\x8c\xa5\x27\xa9\x1c\xb3\x0d\x7d\x70\x9c\xf2\xcf\x7b\xaa\xd7\x03\x25\xf3\x0d\xa7\x47\xc5\xa7\xb1\xa0\x0c\xc9\xf0\xe2\xa4\x54\xd7\x4b\xdf\x3b\xcc\x7a\xb0\xd7\xd8\x3b\xfe\x99\x16\x07\xba\x50\xa8\xa2\x44\xdf\x2e\xe3\xd0\xc5\xe7\x54\x88\x11\xd9\xbe\x01\xd9\xbe\x61\x6b\x9c\x27\xf2\xd7\x2b\xd4\x19\x5f\xd1\xd7\xb7\x2e\x41\xf6\xfe\xf7\xf3\x3c\xff\x50\xfd\xaa\xf9\xf3\x13\x74\xc9\xd6\xd8\x9b\x9c\x4f\xd0\xd3\x21\x55\x14\xba\xb2\x4e\x7b\x44\x77\x0a\x72\x47\x48\x62\x26\x72\x96\x49\xcb\xea\xeb\x4a\x4c\x61\x8f\x84\xf6\x58\xc1\xcc\x24\x58\xca\x14\x45\x95\x74\xa2\xf1\x04\xc0\x24\xab\x44\x5a\x4e\x67\xf3\x5a\x8c\x98\xb8\x14\xd5\x02\x58\x98\xd5\x6a\x6c\xf1\x16\xd0\x11\x78\x48\x79\x08\x98\x10\x7c\xee\xb2\x51\x0b\xaf\xd6\x97\x09\x45\x59\xac\x05\x6d\xf4\x75\xfa\x44\x40\xae\x1b\x25\xa9\x82\xbb\xfa\x97\x76\x2f\xd6\x95\xc9\x1e\xa0\xe7\xb9\x4d\xe1\x08\xc4\xbe\xb3\x99\xda\xdc\xd6\xbc\x58\x1c\x9d\xf4\xd4\x29\xfb\x93\xa8\xd5\x3e\xd9\xd7\x3f\x70\xa3\x4d\x87\x03\x76\x48\x87\x00\xcb\x35\xbe\x37\x15\x5e\xfa\xb6\xcf\xb1\x7d\x86\x42\xaa\x2c\xee\xba\x87\x66\x2f\x7d\x09\x2b\x19\xd2\xb5\x43\x6e\x69\xe3\x9b\x8f\x62\x64\x04\xbe\xf8\x20\x48\x94\x12\xa6\x43\xca\xa0\xfb\xba\xd6\xd0\x1a\x09\x5f\x87\x6e\xa6\x57\xac\xba\x44\xcb\xee\xf9\x5e\xeb\xab\xe6\xed\x3d\x0e\x42\xb7\x40\x8b\xfb\xf7\xbd\x3f\xb9\x64\xd7\xac\x2c\xa0\x9f\x5d\x75\x92\xbd\x28\xca\xab\x82\xdd\xf4\x12\xfa\xe8\x84\x4e\x69\xeb\x4a\x57\xed\x36\x94\x48\x2f\xcc\x08\xbb\xed\x24\xa1\x16\x82\x4b\x17\xa5\x22\x54\x65\x59\xbf\x87\x08\xcf\xfa\x88\x03\xb1\x65\x8c\x84\xc0\x33\x06\x7e\xcd\xcb\x94\xe7\x9f\xfc\x13\x88\xa7\xb8\xfa\xaa\x42\xc8\x8a\x23\xa3\x82\x04\x0c\x38\xd0\x5c\xa7\x49\x01\x28\xa0\x2b\xa5\xc1\x8d\x1e\x12\xa8\xbf\x3d\xd2\x1b\x35\x83\x0a\xfd\xc0\x34\xec\xcb\x17\x5d\xa1\x89\xfd\xbd\x9d\x00\x7f\xa7\x76\xd7\x93\x93\x2f\xd8\x86\x9a\xd8\xd4\xf9\xe0\x96\xf7\xb0\x95\x9b\x5a\xd9\x60\xa3\xe3\x11\xab\xbf\x9c\x78\x34\x4d\x0a\xc7\x71\x6c\x52\x98\xe6\x9b\x18\xd6\x52\x29\x46\xa0\xf5\x75\x76\x58\x71\x25\x39\x70\x67\xac\x2b\xa1\x74\x8f\x3a\xcb\xd5\xb6\x35\xce\x50\x3e\xe1\x4b\x17\xba\x88\x34\xe1\x8a\x32\xc0\x8c\x65\xec\x47\xc8\x73\x4e\xe9\xc8\xb7\x59\xf6\xc3\x0f\x41\x24\x22\x5e\x41\xfa\xc2\xa2\xac\xa6\xc0\x7b\x2f\xab\x09\x24\xb8\x3f\xca\x4e\x7a\x4e\x50\x22\x7c\x70\x62\x11\x4e\xd4\x52\x56\xc7\x63\x5e\x4d\x7a\x5e\x04\xa1\xb0\x92\xe2\x7d\x5e\x4d\xfa\x3e\x2d\x2d\x31\x6f\x6c\x27\x3e\x41\x42\x40\x13\x04\xd4\x0b\xc9\xd8\x40\x2d\x08\xc2\xd4\x81\x6d\xaf\xe3\x62\xe9\xd6\xc6\x1d\x7c\x87\xa5\x43\xcd\xda\x91\x89\x86\x53\x5d\xa3\xd7\x65\xbb\xa3\x12\x25\x91\x6e\x76\x76\xe8\xed\xc6\x97\x18\x12\x5e\x58\xa6\x3b\xe3\x7b\x13\xbc\xca\x69\xb4\x22\xb7\x13\x8c\xb4\x14\xea\xf0\x7b\x30\x3b\xd2\x9e\x20\x2b\xd2\x43\x95\x8e\x9a\x8b\x35\xec\x57\xcb\x85\x3e\x53\x3b\xab\x18\x41\xb4\x21\x6d\x1d\xc0\xfd\xef\x37\x74\x6c\xa7\x6f\xb8\x79\xdb\x8d\x90\x12\xfa\x55\x02\x5f\x56\x5c\x88\x19\xc8\xd9\xbc\x2c\x26\xea\x5f\xd0\xd3\xcb\x79\x95\x1a\xcd\x0e\x1f\x11\x88\x42\xce\x2b\x3c\x4c\xa1\x87\x61\x25\x94\x06\x50\x94\xee\xc3\x31\xab\x64\xc1\xfb\x08\x23\xc3\xb8\x94\xf3\xa9\xd6\xc4\xad\x3d\x9e\x70\x21\xef\x79\x52\xdf\xae\x2a\x3e\x9b\x29\x1d\xdc\x53\xaf\x87\x78\x20\x38\xd3\x5f\xcf\x58\x59\xb1\x33\xc4\xf0\x0c\x2c\x2e\x12\xb4\x45\x1a\xa7\x93\xa5\x10\x37\x42\x75\x50\x9f\xd5\x94\xfd\x0e\x7a\x97\x7d\x72\xd3\x7e\xc0\xce\x82\xed\xfe\xac\xaf\xb5\x70\x73\xac\x9a\x70\x75\x20\x67\xbc\x1a\x66\x75\xc5\xab\x05\xc1\xa0\x03\x07\x67\x79\x59\x5e\xcc\x67\xa4\x01\xae\x78\x52\xc7\xe5\x48\x47\xb7\xea\xc7\x37\x56\xc7\x00\xe0\x68\x52\x51\xfa\x05\x2f\x16\x2f\xba\x13\x51\xff\x15\x4d\x65\x6f\x7a\x03\xf6\xc6\x79\x86\xd6\xd8\xc7\xd5\x19\xdb\x28\xe3\x67\xc4\x07\x67\x2c\x9b\xce\xf0\x02\x04\x73\x19\xb8\x96\x17\x9c\xca\x9a\xcd\x4a\xb4\x66\x24\x1e\x1f\xeb\xae\x9b\x09\xe0\x51\xcd\xdc\x61\x85\xb8\x32\x06\x1f\xb3\xbb\x37\xb6\xb0\x9f\x09\x8e\x3b\x3e\xdc\x9e\x9c\x40\x6e\xf7\x90\x37\xbe\x7c\x71\xdc\xd5\xd4\x07\x78\x66\xab\x41\x76\xd4\xf2\x6e\x16\x23\x3f\x78\x92\x46\xe9\x48\xc6\x78\xa6\x8e\xfa\xc0\xf5\xce\x8d\x70\x2d\xd4\xbc\xd2\xfc\x1a\x3b\x0f\xf1\x66\x9f\x65\x89\x48\xdc\x7e\x95\x56\xaa\xfb\x71\xdd\x6e\x5e\xe6\xb9\xc7\x5d\xaa\x2f\x32\xe5\x98\xb5\xa7\x7b\x81\xe3\x70\x26\xd9\x94\x17\x85\xe3\xc3\x12\x50\x1b\xa9\x14\x95\xb6\xc8\x66\x4a\xfa\x63\x9d\x5e\xc3\x60\x80\x35\x94\xc4\xc6\x1a\xf7\x1a\x7b\x1f\xcc\x9f\x96\x65\xcd\x3e\xa9\x16\x80\x91\x1a\x0c\x59\x6b\x7b\xe1\xf3\xc3\xcb\x90\x3b\xe8\x7b\x38\xf1\x4a\xc0\xbc\x69\xe6\x1c\xf0\xf6\xbe\x4b\x9e\x0f\x1a\xcf\xeb\xe0\x89\x3b\x19\x65\xb5\x46\x7c\xc3\xbe\x90\x18\x5d\x06\x09\xa7\xca\x18\xa1\x97\x55\x0d\xd8\x11\x98\xf1\x92\xe7\x0d\xff\x47\xc7\x58\xec\xfa\x11\x3a\x0e\x96\x97\x3c\x47\xb3\x2f\x31\x8a\xf3\x3a\xd4\x14\x19\x96\x0a\xe1\x5f\xf2\x3c\x04\x7b\xcf\xb1\x3c\x1f\x5d\xf2\xfc\xc4\xb4\x09\x0b\xc0\x7a\xad\xfa\xb8\x89\x4c\x47\x58\xb9\x2d\xfb\x03\x6a\x08\x83\x88\x29\xda\xb7\x63\x81\x61\xda\xd8\x79\x77\x03\x29\xc0\x70\x1a\x83\x97\xfa\x5f\x77\x5f\xe1\x04\xdb\xf4\x24\xf5\x8a\x0f\x45\xf4\x05\xd1\x8a\xcf\x35\x48\x50\x43\xab\x9f\xc1\xa1\xc0\x46\xf8\xfb\x71\x1f\x11\x7f\xc1\x76\xd8\x27\x91\x96\xd5\xe8\x47\x4a\xbe\x80\xdf\xfb\x64\x49\x7d\xe1\x3d\xfc\xd0\x4e\xa0\x56\x16\xd8\xed\x0d\x76\x1a\xa9\x84\xf3\x82\xd5\xfc\x42\x18\x73\x19\xd9\xa5\xf9\x4c\x1f\x85\x01\x94\xbe\xae\xa1\x65\xa0\x93\xbe\x66\xd3\xe9\xbc\x86\x02\xda\x55\x23\x66\x4d\xb5\x09\xd1\x4d\xc6\x44\xd4\xe1\xc8\x22\xd6\x4e\x35\x75\x3f\x1e\xbe\xb0\x81\x2b\xe5\xa0\x49\x90\xc3\x17\x7d\x8d\x54\x58\x66\x3d\x98\x7b\xd1\x86\x4e\x94\x4c\xe7\xf0\x78\x70\x97\xc3\x63\x4b\xcf\xfe\x0e\xa0\x69\x86\xde\x21\xce\xfb\xbc\x40\x6a\x76\x29\xf4\xe7\x85\x58\x48\x67\xd0\x3d\x25\xb7\xba\x14\xa9\xb4\x77\x74\xd2\x4b\x2a\x31\x9a\xa7\xa2\xdb\xe5\x69\xda\xb7\x51\x30\x7b\x41\xd4\x4f\x9e\xa6\x47\xa6\x50\x2d\x4d\x3b\x3c\x35\x22\x83\xad\xd3\x95\x53\xdf\x0d\xbf\x49\xf8\xf1\x34\xb5\x6a\x7b\x9f\x5d\x83\x2a\x19\xa1\x6b\x63\xd3\x58\x5f\x07\xb7\xac\x96\xf1\x87\xd1\x3c\x25\xca\x8e\xfe\x71\xe1\x27\x89\xde\x3b\x17\xe9\x85\x34\xc6\x9a\xb3\x16\xda\x9f\xd9\x68\xb3\x64\xdb\x42\xdf\xa3\x33\x34\x55\xd5\xa2\x9a\x66\x85\x20\x63\x14\xbd\xbe\xd0\xe1\x6e\x2c\x0e\x78\x27\x62\xe3\x0f\xa4\x3c\x47\x87\xaa\xda\x57\x2d\xab\x80\xc7\x3d\xbb\x9e\x65\x6e\xb4\xef\xa5\x65\x9e\x8b\x54\x7b\x9f\xb8\xe4\xd0\xe9\x4a\xe0\x96\x06\xde\x93\x5c\x69\xdb\x93\xb6\x88\x81\x01\x26\x61\xef\xdc\xa0\x0b\x64\xde\x86\x4e\x8d\x89\x5b\xdf\xdd\xa8\xe1\x0b\x0e\x57\x0c\x79\x8e\x97\x4e\x85\x18\x67\xf4\x1a\xd6\x51\xbf\x92\xe5\xce\x67\x75\xc9\x52\x45\x7a\x8b\x4d\x59\xb8\x2d\x5a\xe6\xc1\x79\x86\x9b\xb0\xd7\x74\x8f\x9b\x2f\x58\x39\x53\x2a\xc8\xba\x52\x0f\xcb\x31\x35\x56\x5a\x6c\x83\x3b\x12\x1d\x9e\x14\xe8\x8e\xc3\x6f\x77\x03\x8b\xf0\x21\xda\xc1\x6e\x11\x1e\xc7\xd1\xa7\x1b\xb7\x4a\x14\xb4\x84\xc5\x84\x8a\xbb\x53\xc5\x04\x1d\x59\x3d\x2c\x5e\x74\xfb\xd2\x46\xc6\x7b\x9e\x4d\x64\xb7\xb5\xde\x80\x1c\xc4\x5a\xca\xa1\x97\x48\x30\x96\x95\x82\x24\x38\x4f\xf1\xeb\xb2\x72\x66\x0b\x3c\xa7\xd5\x8e\x01\xd6\x0f\x36\x2d\x47\x73\xd8\x03\x74\x26\xf5\x73\x2e\x59\x26\x25\x5e\x77\xc1\xb3\x76\xb0\xf3\x83\x22\xac\xd6\xc3\x0c\x5f\x38\x67\x63\xf2\xa3\x82\xe6\x60\x52\xcd\x4b\x3e\xc2\x0b\x52\xfd\x9c\x9c\x75\x47\x73\x7a\x76\x3e\x9c\x17\x23\x60\x1a\x51\x55\x65\xa5\x0e\x63\xb4\x83\x0d\x17\x20\xca\xe7\xd3\xac\x98\xa0\x9b\x16\x9b\x55\x02\xaa\x8b\x11\xc3\x8b\xb2\xa4\x17\x9c\x13\xb3\x5c\xd8\x27\xd0\x18\xe0\x44\xa2\xb0\xe0\x39\x5e\x36\x60\x7e\x16\xb8\x15\x80\xdd\x90\x6e\x08\x68\xd4\xda\x7d\xbc\x18\x31\x9e\xe7\xe5\x15\xda\x99\xe1\xb2\x02\x01\x4d\x44\xad\xef\x2e\xc0\x20\x0d\xa4\xc8\x6a\x06\xd7\x22\xd6\xcd\x57\x6f\x8f\x3f\xbf\xfd\xf0\xd3\xcb\xb7\xa7\x07\xaf\x0f\x0f\xf7\xdf\xff\x7c\x70\xfa\xf1\xd3\x87\x8f\xa7\xef\x5f\xbe\x7b\xcd\x76\x58\xe7\xf4\x14\x49\x7f\x80\x28\xc8\xd3\xd3\x8e\xf1\x10\xd8\x7b\xf9\xf6\xed\x4f\x2f\xf7\xfe\x72\x7a\x00\x69\xf4\x82\x76\xda\x1e\x4e\x4d\xc8\x71\x20\xf5\x1c\x12\x5c\x69\xcb\x8b\x89\x30\xb7\x8b\x10\x97\x42\xd2\xe5\x54\x8a\x65\x06\xa0\x62\x80\x9f\x3d\xac\xe2\xf7\x1d\x7e\xf2\xa9\x7d\xec\xe2\x95\xed\x21\xc8\x3d\xe5\x78\x25\x34\xaa\xe2\x32\x73\xee\x8e\xb7\x8f\x6f\x0b\xce\xb8\x52\xe8\xea\x32\x1f\xfd\xd5\xb8\x84\xfc\x4e\x30\x2f\x5d\x80\x37\x11\x22\xe3\xcd\xb3\x26\xe7\x1d\x68\x07\x0e\x6d\x7b\xd4\xee\x36\xea\x79\x95\xc9\x75\xe1\x34\x1b\x9d\x9e\xee\x7a\x34\xec\xa6\x21\xad\x77\x07\x91\x09\xb0\xee\x32\xbe\xd7\x28\xc9\x05\xe2\x03\x5a\x4e\xda\xa2\x21\xeb\xb2\x12\xd2\x96\x92\xaa\x49\xc2\xa4\x8b\x41\x19\x7a\xf6\x59\xbc\xb9\x1a\xd2\xe1\x1a\xc8\x4e\x80\xef\xfa\x47\xf6\x2e\x0b\x00\x7b\x70\x49\x96\x40\xfc\xa4\x84\x7d\x34\x71\x32\xd0\xd7\x01\xe3\x63\x94\x43\x29\xaa\x4b\x41\xfc\x2c\x95\x3a\x73\x25\xf2\xdc\xec\xbd\x59\x65\xd4\x59\xa8\xb1\xca\xcc\xf8\xeb\x20\xcc\xa6\x06\x7b\xbd\x5f\xc5\x73\x5d\x52\xa2\x04\x3d\x98\x80\x0b\xd5\x26\xe6\xfa\x47\xe8\x3b\xd7\xbf\x92\xef\xcd\x21\xfb\xc2\xba\x5d\x50\xfc\x0e\x7b\xee\xd5\x3d\xb9\x8d\xfa\x1d\xed\x38\xfb\x91\xfe\x18\xe8\xb3\x7e\x8b\xa3\x0b\xb1\x38\x69\x8d\x16\x1f\xad\xab\x0f\x9a\x2e\xa2\xc1\x89\x93\xed\x1a\x7f\x5a\x7b\x2c\xa7\xc2\x1e\x1c\xdc\xdc\xd2\x16\xe3\x66\xa4\x73\xf7\xc8\xe9\x93\x53\xb6\x91\x93\x56\xe6\xe1\xd7\x93\xce\xb6\xb0\xd2\x70\x27\xc4\xae\x4d\x2e\x9f\x6c\xdb\x3b\x13\x2d\x78\x9a\xad\x69\x6c\x76\x92\xd0\x6c\xa2\xf4\x02\xdd\xe8\xd6\x59\xd1\x26\x12\xd7\xf4\xdf\x58\xe7\xda\xd3\x10\xff\xd3\xb0\x1d\x9f\xc8\xcb\xe0\xef\x0b\x61\x1f\x3a\xde\x38\xd0\xed\x3d\xc4\x08\x23\xac\x10\x65\xbc\x8b\x02\xb4\x24\x51\x49\x68\xb4\xcf\x46\xbd\x20\x2f\x81\xa9\x7a\x94\x8d\x4e\x9a\x32\xca\x3d\xae\xdc\x38\x77\x0b\x31\xde\x69\xd8\x8b\x7c\x6e\xe1\xa3\x11\x4a\xbb\xb7\x10\x6b\x5f\x54\xdd\x74\x38\x88\x0a\x51\xcf\x0d\x0c\x76\x0a\x0c\x42\x77\x25\xf0\xbc\x43\x1e\xf4\x23\x96\x8d\xa4\xd6\x64\x2c\x9b\x28\xbd\x5a\xbf\x27\x9b\x62\x9e\x0c\xaf\x82\x16\x9a\xe5\xac\x86\xa0\x6f\x12\x33\x05\xf0\x3c\x31\xdd\x75\xf7\xeb\x8e\x3a\x19\xc8\x1a\xef\xdd\x47\x22\x17\x35\xc5\xee\x41\x35\x0b\x2f\xdc\xeb\x12\x4c\xc4\x6c\x3e\x23\xfb\xf7\x48\x7c\x56\xfd\x71\xed\x36\x83\x5a\x8d\xda\xb6\x20\x62\x01\xc4\x9e\x49\x7a\x96\x3b\xb3\x11\x5c\x39\x24\xb8\x61\xb4\xf2\xbd\x5a\x24\x9a\x38\xa1\x68\xb9\x97\xb9\xc2\xc3\x07\x08\xc7\x6d\xc8\xfa\xa0\xf5\x91\x1f\x7e\x68\x9c\x22\x3d\x0e\x80\xd6\xed\x73\x88\x81\xa8\xbe\x6e\x1a\x57\x19\x16\x28\xec\x48\x6c\x8b\x96\x1d\x0e\x97\x24\x62\x4e\xfc\x78\x56\xdf\xa8\x4a\x78\x6f\x7c\x43\x61\xa4\xd3\x9a\x68\xe9\x76\x82\xc6\xc4\x1b\xd7\x0b\xff\x2a\x2b\xd0\xdc\x4a\x41\x6b\x7a\xbf\x93\x86\xe3\xca\xcc\x0f\xc3\xbf\xb5\xa2\x02\x81\x09\xd9\x97\x2f\x36\xc3\x0a\x70\x86\x69\x78\xd4\xaa\xfa\x5a\x9b\xe3\x2a\x95\x5d\x49\xd6\x2e\x7d\x07\xec\xda\xf8\x76\x47\xec\x95\xab\x74\xd4\xb4\x61\xfa\xac\x12\xa1\x04\x6e\xd7\xc0\x70\xde\xdc\xac\xbe\xe3\xc4\xb7\xc0\x65\x9b\x4c\x70\xe6\x0b\x14\x10\xc7\x22\xe9\x97\x98\x8c\x25\xdf\xc4\x1e\xae\x3d\x73\xdf\x19\x5f\x9c\x47\xb6\x5b\x1a\x18\x9b\xeb\x0e\xeb\x6a\x3d\x6f\x60\x8b\x81\xa8\xe6\x2f\xef\x24\x13\x46\xc7\xd8\xf7\x0e\x29\xeb\x7e\x7f\x0e\x7e\x77\x84\xf6\x26\xee\xd4\xe3\x41\x75\x06\xd1\x68\xe7\xda\x7e\x5d\xdd\x9d\x02\xe3\xa0\xd3\x08\x32\x4c\x64\xfc\xc0\x18\xa0\xec\x8e\x0e\x4c\x69\x83\xc2\x96\xfc\xc8\xf0\x59\xa1\xc1\x8b\x0a\x9e\x1f\x7c\xae\x77\x1b\x7e\xee\x74\xb6\xf4\xf0\x40\x3e\xf9\x8b\x58\xa8\xa3\x65\xea\x15\xd9\xe3\xe8\xfb\x0f\xa7\x7b\xbf\x1e\x1c\x7e\x78\xb7\xff\xff\x41\x82\xf9\x03\x98\x74\x8b\xfc\xf5\x4d\xbf\x89\xf2\x4d\x3f\x86\xd5\x00\xed\x3f\xa4\x65\xc0\xc1\x95\xe7\xee\x62\x09\x8e\x9f\x46\x81\x0e\xe8\xf7\xa2\xdb\x32\x8e\x7e\x48\x59\x12\x0d\x11\xfc\x5a\x08\x37\x30\x2e\x52\x37\x3d\x8b\xa5\xa0\x27\x47\x5d\xbb\xec\x7b\x47\x4a\x3e\x1d\x9d\x78\xef\x40\xe0\x60\x10\x9b\xeb\x59\x95\x5d\x82\xa7\x26\x6e\x6c\xa7\x72\x3e\x83\xa8\x7c\xbf\x42\x24\x32\xe9\xce\x56\x6c\x1b\x94\xe8\xd3\xeb\xee\x6f\x2e\xe5\x12\xe9\xac\xc7\x9b\xed\x58\x05\x8f\x00\xb6\x1a\xc9\xca\xf5\x07\x0f\xd8\x4b\x30\x58\xd2\x21\xce\x1b\x83\xa1\x27\xaa\x2c\x0f\xd8\xff\xa6\xc0\x8a\xc1\x50\x13\xb0\x79\x1a\x31\x77\x7c\x7c\xad\x6d\x72\xc7\xc7\xd7\x49\x92\x1c\x1f\xdf\xb0\xe3\x63\x9d\x99\x09\xe3\x9a\x05\x4a\x9b\x07\x20\x26\x20\x56\x24\x02\x4b\x92\x24\x5a\xd8\x57\x25\xd2\x5f\x3f\x2c\x1c\xc7\x69\xc5\x33\x49\x7a\x47\xb7\x17\x27\x54\x30\xcb\x61\x1c\x45\x75\xf8\x1d\x21\xdf\xf5\x31\xf4\x22\x67\x69\x39\x9d\x95\x85\x28\xea\xd5\xe8\xe8\x4d\x59\xb7\xf3\x9e\x5f\x76\xfa\x8a\x92\x4c\x27\x4d\x53\xcc\x78\x7c\xfc\x42\x7d\x5b\x95\xb4\x3e\x4c\x40\xcf\x4d\x60\xd6\x8f\x09\xa5\xa5\x34\xf7\x00\x1e\x19\x80\x27\xf1\x49\x68\xab\xfd\x8d\xb3\xd2\x38\x76\x5b\x1e\x04\x40\x74\x95\x90\x09\xf3\x88\x12\xe2\x11\xaa\x22\x83\x83\x1f\x43\x87\x1c\xc1\xac\xc4\x08\x25\xf8\x4e\x53\x2e\xda\xa8\x1e\xdf\xa8\x87\xf9\xfe\x0c\x3a\xb1\x62\x63\x5e\xdc\xc5\x4e\xd9\x06\x01\xe7\x70\xa9\xdb\x69\x66\xf7\xef\xfb\xe3\x6a\x9f\x91\x9e\xd1\xef\x1a\xa7\xe9\xe5\xf0\x57\x9b\xf0\x9e\xa7\x3e\x3a\x67\x4d\x7b\xeb\x33\x76\xa6\xcd\x39\x72\x68\x42\x1c\xe9\x9a\x27\x98\xb9\x84\x4e\xc4\x4d\x0a\x38\x15\xad\x73\x21\x0b\xe9\xb0\xbc\x72\x6c\xe4\x2d\x55\xa3\x52\xc7\xd6\x6d\x31\x84\x48\x57\x01\x70\x64\xcd\xaf\xe4\x60\x52\xcd\x0b\x08\x7a\xce\xd2\x72\x44\x77\x59\xe0\x52\x1a\x70\xe5\x15\x79\xec\xd4\x55\x36\x99\x88\x0a\x0d\xdd\x14\xee\x92\xbc\x0e\x21\xaa\x4a\x31\xd2\x22\xe8\x57\x09\xcf\x30\xc0\x49\x4c\x49\x08\xd5\x24\x14\x6d\xaa\x37\x74\x02\xe6\xe3\x31\x1e\x33\x17\x35\x3c\xb9\x20\xe7\xb4\x7c\xc1\x2a\x51\x8c\x44\x25\x46\x7d\x06\xa1\x19\x2a\x02\x6f\x60\x4e\x15\x47\xfb\x2a\x06\xe3\x35\x2b\x8b\x54\x18\x69\x48\xd9\x29\xbd\xad\x91\xad\xe9\x78\x98\xb0\xfa\xf1\x6c\xed\xda\x5b\xc9\x19\x4c\x14\xa3\xbe\x7e\xfd\x03\xc3\xce\x73\x1a\xb7\x5c\x2e\x12\x7f\xe2\x75\x7a\x2e\x46\xb4\x11\x77\x53\xf0\x76\xb5\xdb\x7c\x3f\xc0\xc7\xbb\x8d\x76\xc5\x62\x28\xac\x82\x1d\xde\x75\xfe\x65\xcc\xc4\x7a\xc7\xc5\xe5\xf8\xa5\xea\x48\xef\xf6\xe6\xf9\x01\x1b\x01\x01\x80\xe0\x38\x0c\x63\x13\xb9\xbd\x53\xfd\x76\xd1\x9c\xdf\xfd\x2a\xce\xc2\xba\x5d\xda\xfa\xc9\x14\x7d\x5a\x92\x11\xb6\x5b\x16\xd8\xc4\xa5\x61\xb8\x81\xa0\x36\x95\xcc\xe6\xf2\xdc\xd4\x5f\x22\xcf\xe7\xc5\xdd\x81\xab\x83\x17\x75\x33\xce\xf2\x5a\x54\x5d\xb0\x1b\x38\xcd\xd4\x8f\x74\x88\xf6\xb7\x28\x0e\x81\xc6\xe6\x91\xc3\xef\x13\xe8\x7a\xcb\x54\x38\x84\x36\x88\x51\x34\xdb\x38\x66\xd6\xbb\xf6\xe6\x78\x69\xcc\xd9\x57\x62\x56\x9f\xc7\x22\xce\x8e\x54\x01\xa4\xd8\xde\x60\xf8\x7f\x6e\x4c\x94\x66\xb8\x56\xa8\xff\x08\xeb\x6f\x26\x4f\x66\x9f\xd9\x43\xf8\xdf\x0d\x46\xa9\x11\x19\xfd\x7f\xb2\xf9\x70\xab\xd7\x57\x10\x93\x87\xaa\x3c\x79\x1e\xaf\xb5\xf1\xac\xd7\xd6\xcd\x33\xec\xe6\x61\xb2\x35\xfb\xcc\x9e\xc2\xff\x2e\xeb\x46\xa1\xb1\x99\x3c\xbb\x73\x37\x98\xa3\x7c\x83\x3d\x49\x1e\x29\x08\x8f\xe0\x9f\xf6\x8e\x36\x01\x91\xd6\x51\x2f\xe9\xe8\x09\xd1\x6d\xeb\x31\x34\x7e\xfc\xb4\x05\xc6\x16\x76\xf4\x08\xc6\xd2\x8e\x0f\x76\x44\x69\x49\xd6\xd9\x5e\x39\x5b\x40\xc0\x00\xd6\x4d\x7b\xec\x5d\x96\x56\xa5\x2c\xc7\x35\xdb\x2b\xab\x59\x59\xe1\xed\x3f\x38\x0f\x56\x98\x1b\x5a\x1d\x18\xaa\x4b\x31\x4a\xd8\xdb\x2c\x15\x85\xda\x43\xe6\x4a\x3c\x83\xa4\x7c\xb7\x7f\xc8\x72\xfc\x8c\x19\x2c\x0e\x84\x60\x6f\xf7\xf7\x5e\xbf\x3f\x78\xad\xaf\x72\x66\x55\x09\xf6\xc4\xaa\x2c\x6b\xd8\x1b\xa8\x01\xcb\x8a\x71\x59\x4d\xb5\xbf\x81\x3d\x4f\xbf\x2c\xf0\xde\x3d\x2b\x26\xfb\x85\xac\xab\xb9\x49\x86\x42\x41\x7e\x16\x8c\xb3\x8a\x5f\xa1\x7d\x90\xde\xce\xce\x34\x9e\x0c\x5c\x94\xd1\x4f\x41\xe6\x25\xda\x31\xb9\xff\x04\x0f\xbd\x23\x30\x43\x05\x5c\x34\xab\x2d\x50\xd5\xa5\xdb\x24\x13\xe0\x9b\x0d\x17\xe8\x69\x0f\xf7\xe8\xe6\x52\x76\xd5\xb7\xea\x73\x29\xd6\x86\x62\x5c\x56\x62\x8d\x62\xbf\x52\xfb\x75\xf6\x0a\xde\xac\xa3\xaf\x2e\x9d\x93\xd0\x85\x99\xc2\x8f\x1b\xcf\x64\x7c\xc7\xa7\x08\x20\x8a\xcb\xac\x2a\x0b\x1d\xc8\x0d\xbc\xb8\xff\x26\x59\x57\x6f\xd4\x68\xcc\xa1\xf7\xa5\x68\xa4\x29\xea\xac\x12\xac\xa0\x9a\xa3\xa4\x46\x67\x99\xa2\xbc\xea\xd9\x67\xf3\x4a\x55\x42\x14\xf0\x46\x32\xa2\x75\xae\xac\x70\xc6\xec\x15\x91\xb9\xb4\xa9\x64\xfd\x9b\xc6\xe0\x32\xcb\x29\x31\xf3\xed\x7e\xbe\x09\x9d\xe3\x54\x57\x0a\x61\x8c\xba\xbe\x13\xeb\xdb\x3f\x65\x07\x68\x92\x57\x61\x60\x23\xf1\xfb\x73\x9a\x1c\x58\xef\x30\x34\xdb\x49\x79\x08\xe7\xfe\xd6\x16\xaf\x3f\xe3\xd3\xc5\x5f\xea\x69\x0e\xad\x75\x06\x07\xed\x6a\xfd\xcb\xe1\xbb\xb7\x5e\x01\x1a\x21\x4c\x47\x03\xb7\xd7\xf0\xaa\xf5\xa3\xa8\x60\x49\x15\xa9\x60\xef\x04\x97\x73\x8a\x06\x58\x8e\xc1\x79\x02\x1e\x64\xc1\x79\x8f\x38\xd9\x7b\xe4\x6f\xab\x53\x56\x18\x1d\x4f\x1c\x1e\xab\x28\x18\x18\x94\xc6\xc4\x12\x2c\xfe\x06\x2f\x40\xf5\xa5\x44\x46\xbe\xfa\x79\x79\xc5\x4a\xcc\x3b\x00\xb1\x65\xd9\xfe\x6b\x47\x6b\x02\x63\xbe\x7e\x73\x16\x04\x2e\x3f\x2c\x6b\x9e\xb3\xd1\x9c\x9a\x96\x63\xd0\xbc\x14\xe6\x94\xcd\x5c\xad\x05\xd8\x12\x1d\x80\xba\xba\x03\x33\x24\xfa\xa7\x79\x71\x00\x5e\x29\x18\xbd\x00\xb4\xb2\x77\xf8\xb0\x86\xb1\xe1\x7c\x3c\x16\xd5\xc0\x67\x9d\x23\xd4\xad\xc7\xf9\x5c\x9e\x1f\x66\x53\x1b\x73\x3c\x02\x1d\xf8\xc6\x81\xef\xb9\x0e\xb9\x3e\xc3\xf8\xf2\x4a\xc7\x8c\xa3\xf9\x1d\xb4\xf3\x04\x59\x76\x75\xe8\xfa\x03\x3a\xa9\xe3\xfc\xa3\xab\xe7\xd1\x09\xac\xd6\x0a\xfe\x90\x48\xb1\x4a\xf0\xd1\xc2\x69\x07\x4f\x15\x6b\x1a\x9d\x9d\x7f\xa7\x86\x1e\xfa\x57\xf7\x10\x81\x6e\x67\x6d\xc0\xba\x5d\x93\x13\x5e\x7f\xd2\x26\x82\x8a\x42\x9a\x78\x01\x64\xbd\xa9\x70\x74\x99\x90\x96\x33\x51\x8d\x07\x1e\xeb\x22\xc9\x68\xba\x07\x76\xe6\xdb\xd6\x2e\x8e\xd1\x59\x63\x66\x56\xdc\x39\xa8\x5d\xfa\x04\x9c\x12\x81\x8c\xda\x1b\xdc\x27\xfd\x78\xf8\xc2\xac\x6c\xf8\x80\x5d\xf1\x6a\xa2\x06\x7c\x18\xae\x5f\xba\x79\xc3\x73\x9c\x18\xa1\x11\xbe\x12\xb2\xcc\x2f\x85\x2f\xda\xf4\xed\x42\x73\x21\x7b\xf5\x3e\x61\x5b\x7a\x81\xa4\xd7\x35\x7a\x2c\x12\xb9\x69\xd9\x86\x59\xfb\x31\xab\x7d\x65\xcf\x09\x28\x82\xe0\x4b\x90\xa2\xde\x40\xd4\x8e\xf0\x59\x31\xca\x52\x38\x33\xc0\xe6\x9a\xe9\x10\x87\x70\x87\x48\x1d\x22\xbf\x20\x68\xfd\x67\xc3\xce\x6c\xbd\x95\x99\x5c\x14\x29\x2c\xdd\xbe\x09\xed\x57\x09\x97\x07\xb9\xf4\xe5\x93\x84\x26\xe7\x55\x59\x94\x73\x99\x2f\xd0\x6b\xcb\x72\x65\xb7\xe7\xbc\x6d\xde\x2f\x18\x8f\x77\x80\xd2\x41\x8c\xe8\xd5\xbd\xdb\xdb\x10\xce\x56\x99\x6e\x5a\x2b\x31\x81\x91\x4d\x1c\x29\x3c\x9b\x57\xb3\xb2\xe1\xa5\x48\xe9\x94\x8a\xf9\x14\xe4\x10\xf1\xdf\xa2\x48\xc1\xec\x03\xf0\x9a\x19\x05\xdd\x15\x06\xe8\x44\xd6\x35\xe0\x5c\x57\xf8\x10\x4b\x0a\x75\x08\xae\x45\x8e\x1e\x75\x07\xa4\x3b\x41\xd8\x44\x20\x82\x8e\xec\x0b\xce\x2d\x3a\x49\x59\x6a\x8a\x31\x9f\x4c\x5d\x1a\xad\x0b\xe5\xfc\xa4\x2a\xe7\x70\x35\xed\x90\xc3\x0f\x7f\x3e\x14\x08\x45\x84\x21\xc5\x9d\x71\x37\xb1\x30\xdc\x09\x0f\x62\xc2\x81\xe9\x10\x27\x04\x98\x38\x47\x55\x35\xa4\xd1\x41\x85\x0d\x8c\x18\x81\xda\xe1\xbc\x2f\x0b\x07\xd4\x96\x01\x35\x2c\xd1\xdd\x0f\x4b\xda\x08\x1f\x87\x4b\xd9\x68\xed\x65\xef\x41\x5d\x52\x58\x83\x1a\x35\x13\xeb\x2f\x79\x7a\x5a\x9b\x9d\xe4\xf4\xd4\xb8\x53\x42\xb6\x37\xc5\x56\x95\xc0\xfc\x3f\xe4\x12\x20\x21\xc8\xc0\x68\x8e\x09\x05\x51\xdf\x53\xec\x0d\x98\x89\x11\xbd\x55\xd0\x79\xc9\x1c\xa7\xc9\xc4\xf8\xdc\x2b\x8d\x5c\xbf\xc6\xf5\x53\x08\x36\x43\x04\x11\x3a\x03\x9d\x47\xee\xdb\x94\x44\xf0\x8b\x50\xeb\x43\x1a\x1d\x1e\xd5\x09\xa5\x90\x95\xe4\x95\xc9\x6a\x3e\x51\x12\xa4\x2c\x84\xf1\xef\x4a\xd0\x41\x33\x93\xe8\x7a\x98\x15\x6c\xef\xe0\x23\xeb\x52\xa0\x2c\x76\x20\xd2\x79\x95\xd5\x0b\xf6\xb1\xcc\xb3\x74\xd1\xb3\x63\x05\x72\x40\x9f\x66\xa3\xd9\x41\x0a\x80\xa1\x51\xfd\x48\xf6\x0e\x3e\x1a\x53\x64\xec\x63\x52\xa8\xf6\xdb\xf6\x06\xcc\x99\xb1\x81\xa7\x08\xec\x30\xfb\x76\xdb\x7e\xee\xfa\xde\xeb\xef\xc0\x5a\x24\x0d\x27\xd4\xe5\x85\x28\x64\xc2\xde\xd8\x6c\x53\x7d\x76\xfc\xdd\x11\x29\x14\xd8\x57\x5e\xd6\xef\xf9\x54\x18\xbf\xaf\x01\xfb\xaf\x37\x6f\xde\x9c\x1c\x7f\xc7\xba\x98\x30\x40\xe7\x0f\xfc\xfb\xbc\xac\x85\xec\x05\xcf\x2c\x00\xc8\xa1\xea\xe8\x93\x98\x88\xcf\x03\xf6\x49\x4c\x5e\x7f\x9e\x51\x22\xeb\xa3\xe3\xe3\xce\xf1\xf1\xf1\x77\x27\xc7\xc7\xd4\xeb\xf1\xb1\x7c\xd0\x3d\x3e\xbe\xfa\xa1\x07\xbf\x76\x07\xc7\xc7\x7d\xf5\x4b\xf7\x0e\x5f\x8f\x8e\xd5\x7f\xdf\x1d\x1f\x77\x4e\x76\x8f\x8e\x8f\x13\xa8\xd3\x3d\x3e\xee\x1d\x1f\xff\xd7\xf1\xf1\xda\xf1\xb1\x3c\x3e\xbe\x3a\x79\x10\x2d\xba\x3a\x39\x32\x6d\x7b\xbd\x5d\x05\xef\xf8\xf8\xc4\x20\xb2\x3e\x71\xc8\x5d\x94\x57\xda\xb8\x61\x62\x16\xc0\x9f\xb0\x89\x20\x03\xbb\xc2\xb7\x99\x08\x93\xdd\xbb\xe7\x54\x48\x8a\xf2\x8a\xed\xb2\xe0\x0b\xf8\x9b\xbd\xe2\x35\xfd\xe1\x27\x62\x9b\xa2\xae\xd1\x55\x1f\x5a\x2d\x47\xfa\xe9\x08\xaf\xdc\x20\xa3\x85\xf1\xae\x50\x8d\xe9\xa7\x96\x88\xa3\x68\x45\x87\xbf\x12\x85\x65\x62\x74\xe3\x1f\x76\x54\x23\xb6\x86\xbd\x84\xfb\xa5\x65\x3e\xdf\x2b\x1b\xf5\x0b\xe2\x08\x1b\x57\x25\xca\xaa\x83\xa6\x66\xab\x0e\x8a\x32\xc6\xec\xb8\x52\x02\x01\xf6\xe5\x8b\x36\x53\x11\x03\x87\x71\xff\x9a\xaa\x70\x58\xa3\xa9\xfc\x1e\x9d\x1c\x17\xd6\xb3\x0c\x8d\x90\x40\x1e\xad\xf4\x19\xdb\x98\x24\xdc\x8c\xa9\x2c\x49\x12\x74\xcb\xd6\x1f\x50\x7d\xf4\xe2\x6b\xc3\xd9\x64\xc3\xf1\x67\xb3\xa7\x8b\x8d\x63\xf3\xce\x45\xff\xb2\x8a\xa6\x03\xc4\x3d\x33\xb8\x90\xec\xb1\x23\x31\x3b\x3d\xfe\xa7\x4f\x20\x38\x36\xd7\x4b\x4d\xdb\x10\xfd\x91\xb6\xe8\xed\x77\x18\x79\xbb\xea\xaf\x71\x70\xba\x8e\x4e\xee\x0e\xf6\xe2\x3a\x9f\x48\x57\xd1\xd6\x9c\xf8\xb6\xe4\x23\x88\x80\x2c\x9c\x13\x64\x2d\x3e\xd7\x10\x95\x26\xa3\xa0\x2d\xf6\x20\x51\x96\x4c\xf0\x2a\x5f\xf4\xd9\x95\x89\x1d\x84\xa5\xe0\xd8\xab\x5f\xc0\x50\xaa\x59\xb5\xdf\xe1\x63\xf0\x4b\x32\x8a\x8c\xb3\x2a\x48\xcb\x76\x1d\x3f\x56\xdc\xe8\x8d\xdb\xd7\xac\x30\xb2\x6d\x5d\x9a\x6e\x7d\x58\xa4\x9f\xde\xc0\x4e\xfb\x12\xf4\x3e\x0c\x2f\x0f\x41\x69\x78\x7e\xc5\x17\xf8\x4e\xc1\xd1\xa2\x5d\xcd\x32\xab\x2a\xa1\xb4\x29\x88\x2b\x5b\x8e\xf5\x9d\x87\xd5\x6e\xdb\x9e\xb3\x38\x8a\xab\xf4\x8e\x50\xe1\xb8\xfa\x16\xb5\x46\xac\x16\x4f\x48\x69\x49\xd6\xed\xc5\x1f\xbd\x7d\xe4\x55\x2d\x07\x0d\x8b\x0a\xfc\x9b\x64\x12\xfe\x25\x5c\x7a\x6c\x57\x8f\x77\x00\x2e\x83\xb5\x87\xaa\xef\x14\x7b\x4d\xa4\x40\xae\xef\x3b\xeb\x05\xbc\xc1\x5c\x91\x57\xd9\xd3\x9b\x36\x8d\x5b\xba\x7f\xf9\x02\x80\x40\x55\x81\x55\x05\x74\x76\x4c\xe3\xd8\x01\xde\x0c\xd8\x11\x59\xaf\x50\x58\x52\xb6\x77\xcf\xb9\x34\x86\x45\xe2\x60\xba\x83\xb3\xfa\xd6\x39\x4e\x6c\x87\x8b\xd7\x4b\xe6\xc1\xf0\x82\xc8\x5f\x6e\x11\xb4\xd0\x3e\xdf\x0b\x97\xd1\x4b\x78\x44\x82\x2f\x2d\xf4\xdd\x80\xe2\x59\xc7\x36\x92\x97\x93\x2c\x4d\x98\x48\x26\x09\xd4\x03\x6b\x68\xc5\x64\x36\x12\x74\xa1\x66\x12\x3a\x99\xb4\xcd\x96\xb1\x7f\x97\x13\xfa\x0d\xbd\xaf\x71\xb0\x32\x11\x97\xc0\x9e\x49\x91\x91\x30\x64\x97\x5a\x37\xce\xa9\x45\xbf\xee\x81\xc0\xcb\xf0\xbb\x2d\x4a\x01\x05\xab\x13\x0e\xf5\x7d\x8b\xc3\x9b\xe2\x0f\xb1\x39\x04\x49\x07\x5d\x1e\x71\x46\xbc\xe3\x21\xd2\x78\xde\xa1\x91\x87\x5b\x58\x60\x60\x32\xce\x99\x13\xc5\x9a\x35\xd1\x99\x28\x5f\xaa\x5e\xac\x92\x81\xd2\x27\x31\xa3\x26\x1e\x4e\x8f\xcb\x49\xf7\x69\x5e\xa8\x35\xd3\xb5\x9b\x52\xeb\xd0\x0c\xfb\xe3\x6a\x83\xde\xc2\x51\x89\xcf\xf4\x9a\x18\x6e\x94\x53\x8e\xa7\x49\x5c\xda\x70\x80\xf4\x4e\xe2\x90\x70\x5d\x1b\x1c\x20\x8a\xdd\xd8\xb9\xfc\x35\x27\x6e\xcf\x52\xd9\xc8\x77\xa0\x40\x77\xef\x24\xd0\x60\x66\x43\x89\x06\x8e\x57\xd1\xe1\x92\xf8\x90\x79\x96\xda\x3b\xcb\x25\x35\xb5\x03\x97\xed\x15\xde\x8c\x23\x27\x40\x5f\x4d\x61\xda\x3d\x3a\x61\x5c\x06\xbc\x97\xa4\x65\x91\xf2\x1a\x1d\x77\xba\x47\x27\x7d\x17\xfd\x9e\x23\x0b\x43\xf8\x14\xd3\x87\xbd\x60\x1b\xbd\xe5\x72\x27\x6c\x79\x8b\xf4\x31\x5b\x30\xf2\x98\xe5\xef\x50\x93\x6c\x08\x45\xa3\xd5\xba\x4f\x20\xa5\xa8\x95\x14\x2d\xe7\xb5\x3f\x57\xb7\x0b\x5d\x1d\x5a\x89\x66\x9f\x5e\x05\xb3\x8d\x06\xc6\x7f\xbc\xda\x81\x2a\x07\x6a\xdb\x4b\xd4\x0e\x52\x33\x0e\x95\x56\x71\xa0\xf3\x7c\xc4\x75\x0b\xd7\x22\x49\xcd\xc8\x3c\xf9\xfa\x73\x26\x6b\x63\xbc\x27\x5b\x2c\x02\x5a\x83\xe9\x4d\x1a\x13\xd1\xb6\xd9\xc8\x18\x27\xf6\xdd\xde\x76\x7d\xfb\x6f\x23\xcf\x6a\x5c\xec\xf5\x62\x93\xe8\x28\x2d\x31\x23\xa6\x8b\x51\x2f\x71\xec\x8b\xda\x02\xe7\xf0\x66\x98\x1a\x0b\x09\xd8\x1c\x59\x3c\x5b\xf4\x27\xaa\xaf\x59\x42\xbf\x62\x56\xe7\x6d\x78\x49\x9c\x15\xda\xc2\x07\x99\x41\x80\x4b\xb4\x61\x47\x54\x22\x62\xf3\x86\x28\x46\x0b\x2f\x16\x10\x35\x0e\xf8\x00\xfa\xba\xa1\x2e\xff\xfb\xe0\xc3\x7b\x6d\xe5\xc5\xc7\x1d\x1e\x1e\xf8\xb4\x6c\x99\x0e\x08\xc7\xae\x6e\xeb\x15\x43\xab\x14\xc7\x9e\x28\x07\x96\xb6\xdb\xae\xd3\x56\xeb\xe4\x96\xa1\x2f\x8e\x52\xe3\x6f\x5f\x90\x72\x25\x72\x03\x10\x98\x5e\xe1\xed\x88\xc3\xac\xfa\x5d\xdf\x54\x9c\x1e\x04\x27\x51\x3f\x07\xa8\x3a\xd1\x7e\x9b\xb5\x51\x3f\x11\xa7\x7b\xe1\xaf\xb2\xde\xb5\x6d\x9f\xd6\x34\xda\x45\x74\x07\x11\x3b\xe6\x4e\xf3\x5b\xc2\x21\x77\xbf\xbf\x90\x68\xc0\x4a\x7f\x8d\x36\x50\x1a\xee\xd2\x3a\x81\xd1\xd2\x86\x3d\xb4\x68\x9a\x5c\x6f\x9e\x6c\x0d\x4e\xd5\xd1\xcd\x2d\xa8\x63\x77\xb7\x9b\xdf\x15\xff\x6f\x40\x3e\x38\xfd\x2e\x1d\x84\x5f\xd7\x1b\x8c\xff\x58\x23\xd6\x3d\xb1\x70\x78\x2f\xe6\x4d\x28\xd5\xb1\x7e\x38\x8e\x44\x0d\x04\x6a\x5c\x3b\x31\x36\x90\xc6\x05\xf0\x8e\xb7\x17\x98\x80\x94\xf8\x77\xe2\x36\x56\xba\x44\xd8\xdc\x55\x18\xbc\xba\xf7\xef\x7b\x1d\x27\xe8\xca\xa3\x5b\x39\x3e\x92\xad\x95\x12\xfd\xa4\x2a\xcb\x47\x1e\xec\x5b\xd4\x89\x4f\x20\x62\xc2\x8c\x56\x4e\x6c\xf5\xdc\xd3\x20\xda\xb7\x1f\xf8\x19\x44\xfb\xac\x03\x83\x46\x53\xdb\x33\x5a\x1a\xf8\x89\x3a\x53\x40\x14\x2e\xc7\x2b\x31\x91\x43\x22\xbf\x4f\xe7\xc4\x49\x73\xe4\x95\x07\x41\x3e\x21\x48\x93\xdf\x3e\xaa\xc6\xb9\xb2\xe7\x96\xa5\xb4\xbd\x4c\xf5\x5b\x51\xe5\xf4\x51\x8a\xb9\x8f\xd9\xf9\x7c\x43\x81\x27\xed\x56\xe6\x6c\xa5\x68\xde\xc6\xdb\x37\x6d\xc4\xa7\xca\xce\x6e\x17\xd7\x9a\x24\x03\x4b\x35\x84\x27\xa2\x0f\xb0\x59\x7f\x6e\xdb\x21\x47\xa2\xa6\x06\x4d\x2b\x89\xbb\x47\x36\x3f\x5a\x06\x93\xa1\x31\x8d\x24\x46\x5c\x83\x69\x1a\x3b\x3c\x4d\x26\xf2\x86\x0c\xab\x45\x52\x0f\x28\xe8\x38\x31\x81\xb3\x0c\x85\x3d\x04\x5b\x12\x3d\xc4\x04\x0a\xff\xad\xcc\x0a\xbc\xbc\xd5\xe1\x8c\x0b\x78\x39\x80\xa3\xf3\xe9\x1a\xda\xbe\x0c\xde\x78\x14\xf1\x0f\x26\xa0\x59\x02\x3e\xa6\x9f\xc8\x2a\x5d\x4a\x8e\x98\x9a\xa9\x4d\xca\xcb\x6e\xa7\xb5\x8d\x08\x39\xe4\xa6\x61\x68\xb6\x0b\xd3\xc4\xb1\x6d\xdc\x1e\x7b\x9e\xaa\x90\x80\x12\xc7\xa2\x28\x85\xd4\x23\xd5\x0b\x43\xad\x1b\x42\xe3\xc3\x8b\xc2\xd6\x41\x42\xa2\x5e\xb4\xbe\xae\x06\x53\x00\x31\x1c\x48\x90\x26\xa0\x1c\xcd\x53\x8a\x55\x9e\xa9\x53\xf0\xde\xc1\x81\x33\x09\x34\x26\x22\xd8\x88\x28\xd3\x8d\x30\x26\x88\xa7\x90\x88\x6a\x1b\x3d\x3a\xe9\x25\x53\x3e\xa3\x17\x08\x3a\x8a\x28\x45\xa5\x88\xf8\x38\xf9\x71\x9f\xac\x60\x84\xeb\xa3\x28\xfb\x9b\xe0\xaa\x00\x34\xd1\x6a\xa2\xb5\x94\x99\xe6\x9e\x9d\xac\xb6\x17\xa6\x8e\x47\x32\xd3\x61\x0e\x35\x91\x21\xf2\x20\xb9\x16\xea\xd9\xc8\xea\xc4\xb5\xbc\x1b\x14\x75\xb0\x8d\x28\x92\xc8\x16\xbb\xf8\xef\x91\xc1\xe9\xc4\xcd\x2a\xb4\x1d\x82\x75\x9d\xca\x9c\xcb\x3f\x6f\xc0\x5e\xf4\x81\x2f\x5f\x58\x27\x2b\xce\x45\x95\xd5\x1d\xe7\x0d\x3b\xc6\xb1\xe4\x15\x04\x63\x57\xa0\xcb\x1c\xdc\x07\xaf\x04\x3b\xcf\x6a\x70\x8e\x2f\x70\x08\x14\xc6\x50\x1d\x11\xcd\xe1\x71\x4a\x76\x2e\x1b\xa9\x62\x38\xaf\xf1\x9e\x3a\x1b\xb3\xe3\xef\x5e\xbd\xfe\xe9\xd7\x9f\x8f\xbf\x03\xf7\x88\x6a\x2e\x12\x9f\x94\x79\x4e\x09\x07\x1c\x1a\xe9\xac\x21\x86\x3e\x75\xc9\x84\x8d\xaa\x54\x89\xbf\xcf\x05\x52\xd5\xf7\x7e\x74\x40\xbb\x21\x97\xf5\x7c\x0a\x76\xff\xbe\xfb\xed\x9e\xdb\xa5\x5f\xa4\x89\x10\x34\xb0\xcc\x62\xd4\xfe\x5e\x50\x87\x6e\xeb\x60\xd0\x91\x7b\x3a\xb7\x2a\x12\xc6\x7c\x08\x83\x00\x20\x0a\xc9\x15\xaf\x8a\xee\x19\x2d\x05\xa2\xbf\x1b\x18\x04\x76\xfb\xe3\xef\xbe\xbf\x36\xb8\xdd\x1c\x7f\x97\xb0\x37\xe4\xf5\x80\x36\xca\x12\x6a\xb8\xbc\xa0\x2a\x9d\x05\x91\x04\xec\x1f\x24\xd2\x5d\x02\x7d\xf9\x12\x8b\x55\xd1\x34\x07\xd3\x0a\x09\x0e\x23\x20\x33\xd8\x47\xf2\x65\xf5\xd7\x88\x1f\xc3\x17\xd9\xd6\x78\x45\x36\xac\xcf\xc7\x14\xdb\xe9\xb8\x99\xa8\xb0\x76\x1c\x79\x3c\xa9\x94\x28\xe1\xd6\xed\x74\x7a\x7d\x7b\x6f\x47\x29\x41\xe8\xd7\x71\x2c\xd7\xc7\x81\x12\x58\xac\x36\x5b\xb5\x12\x7f\xb8\x15\x35\x65\xa9\x8e\x1c\x38\x15\x26\x61\x27\x77\x37\xb9\xbb\x2a\x03\x20\x2c\xdb\xd4\x81\xe6\xee\xec\x24\x73\xf4\xb7\xbc\x6b\x4f\x50\xc3\xbd\x7a\x68\xac\x23\xbd\x31\xa2\x23\xc0\x5b\xa3\x52\xba\x09\x25\xc1\x3f\x62\x8f\x6e\x77\x4c\x8e\xeb\xac\x70\x8f\xda\xb4\x7d\xa9\x51\x81\x2b\x80\xbe\x8c\x7f\xfd\x59\xa4\x24\xfa\x6d\x6e\x25\x48\xbb\x95\x0b\xd6\xed\xda\x06\x66\x43\xb4\x17\xfa\x89\xf8\x2c\x52\xa3\x8a\xf4\xc2\x4d\x00\x42\x83\x53\xe2\x5c\x83\xac\x05\x98\x40\x18\x08\x4f\xee\xdb\x16\xec\x85\x1a\x88\xb7\xfc\x28\x0f\x0b\x28\xbc\xde\xaa\x34\x7c\x39\xd0\x03\x96\xf3\x21\x92\xbe\x3b\x2b\x65\xdf\x41\xa4\xe7\xac\xad\x68\x0c\xf0\x96\x4e\xb4\x57\x84\x41\xfe\x68\xf3\xc4\xbd\xb8\xf5\x84\xbe\x53\x6b\xeb\x44\x4d\xcd\x3b\xbe\xf0\x64\xa7\xe9\xd7\x0d\x71\xbe\xbe\x6e\xe3\x62\xd8\x64\x10\xe9\x39\xaf\x78\x0a\xe6\x50\x48\x68\x02\xee\x38\x34\xd3\x30\x2c\xdd\x7c\x56\xca\xd8\x0c\xe5\x5c\xd6\xfb\x0e\x9d\xdd\x98\x88\x1f\xc1\x60\x8e\x1a\x9d\xb6\x10\xe9\x1d\xcb\xf6\xa6\x20\x78\x51\xde\xa3\x24\xba\x65\x0e\x88\xee\x37\xbd\x88\x8e\x8a\xf0\x9a\x3a\xaa\x6f\x45\xfb\xfd\x0c\xab\x18\x81\x29\x34\xae\xb6\x18\x56\x63\xd7\xb8\xb8\x5c\x5e\x6a\x61\x13\x73\x39\xd7\x5a\xf4\x57\xd8\x5f\x15\xb3\xd8\x97\x07\x38\xe6\xd7\x26\x19\x38\x3d\x0d\x8b\x68\xc8\x4d\x23\x65\x8b\x5a\xec\x1f\x71\x75\xbc\xa4\x32\x9d\xa3\x01\xc0\xdf\x1e\x83\xf0\xbc\xd6\x28\x43\x99\x03\x05\x1f\xa1\x15\xe1\x17\xc1\x47\xd6\x88\xa0\xc1\x25\x13\xa1\x0f\xf0\xf2\xa7\xc5\x21\x9f\x40\xc0\xcf\x8e\x6a\xd6\xe9\x1d\x6d\x9c\x38\x6e\x29\xb7\x1a\x26\x0c\x4c\x8c\x5a\x43\x05\xdd\x0e\x34\xec\xb8\x1e\x2e\xd7\xcc\xb3\xef\x9a\x2d\xef\xa6\xf5\x64\xe5\x5d\x4e\x1c\x07\xfe\xb9\x89\x14\xf5\xcb\xba\xae\xb2\xe1\xbc\x16\xdd\xce\x88\xd7\x7c\xad\xe9\xfc\xd6\xe9\xb3\x8e\xd2\xa5\x08\x13\x30\x1f\x58\x3f\x30\xff\x88\x17\x07\x0c\x0e\x5f\x9d\xbe\xeb\x3e\xd6\xb3\x04\xf7\x1a\xf2\xd9\x4c\x14\x23\x34\x86\x04\x74\x39\x14\x9f\x21\xe6\x7e\xd7\xa1\x41\xaf\xc5\xc3\x07\x7c\x50\x28\xb9\x80\x9a\x13\x0f\x6e\x68\x64\xb1\xf4\x15\x97\x03\xdf\xf1\xf8\x9a\x15\xe2\x8a\x1c\x96\x1b\x33\x77\xf3\x22\x32\x79\x97\x30\x75\xaa\x2e\x26\x45\x25\xaa\x89\xcb\x24\x2b\xb2\x9a\x8a\x01\x83\xac\x90\xa2\xaa\x3b\x7d\x4c\x47\xb8\xfe\x80\x0d\xe7\xc3\x61\x8e\x10\xd8\x83\xf5\x3e\x45\x66\x58\x7f\xc0\x52\x5e\xa4\x22\x27\x57\x5f\x03\x8f\x57\xf8\xe0\x18\xc9\x6f\xf1\x74\x87\xa7\x35\x0d\x66\xf1\x1c\x65\x72\xa6\x84\x1e\xa2\x22\x2e\x7d\x0a\x54\x11\x5b\x9b\xed\xc4\x67\x65\xf7\xaf\x40\xd7\x71\x51\x01\xf6\x3b\x0e\xfc\x8d\xea\xd0\x62\xb9\x8a\xb1\x08\x45\x33\xa2\x18\xbb\xd0\x58\x66\x7a\x8d\xb4\x6d\x84\x6f\xa1\x77\x7b\x36\x5e\xe7\x1b\x88\x3e\x8d\x9f\x23\x71\xa7\x5f\xc3\xdb\x5b\x2f\xce\x0b\xf8\x6d\x46\x82\x4e\x23\x75\xc9\xa8\x4e\xed\x06\x16\x02\x51\x58\xe4\xe2\x12\x14\xb9\x47\x03\x42\x26\xc1\x27\x80\x7d\xaf\xf4\x99\x5f\xfa\xcc\x2f\xdd\x7c\xe2\x17\x6f\x3e\xf1\xcb\x9f\x04\xc0\x9f\x28\xe8\xb0\x6d\x95\x4a\x3c\x8e\xf6\xca\xaa\x10\xd5\xd6\x80\x75\xb6\x66\x9f\x31\x57\xa9\x57\xf2\x68\xc0\x3a\x8f\xa2\x25\x4f\x06\xac\xf3\x04\x4b\xc2\x34\xa6\xfb\x6f\xca\xa2\x7e\xc3\x53\x27\x4c\xf7\xba\xc9\xc4\xfa\x13\x97\xc2\x0b\x07\x3e\x11\xb5\x77\x19\x60\xdb\xb8\x9f\x61\xa2\xbd\x76\x91\xe0\xe3\xd4\x04\x3e\x7a\x75\xa5\xa8\xd0\x5d\xef\xd3\x3c\x17\xaf\x8b\xba\xca\x84\xdb\x11\x5e\x38\x96\x26\xce\xab\x1f\xad\xd5\xdd\xc4\xc7\x65\x51\xb3\xb1\x09\xaa\xb8\x3c\x39\xc4\x98\xc8\xd0\x55\x3f\x06\x96\x2c\x51\xcf\xc7\xd5\x33\x2e\xd1\xe2\x9d\x83\x0d\x21\x36\xb2\x6e\x40\xd2\x6e\xaf\x8f\x88\x73\xc9\xae\x6f\x7c\x30\x26\x82\xae\x36\x9a\x63\xbf\xe6\xf3\x9b\xaa\x9c\xfe\x45\x2c\xba\xaa\xbb\x9e\xb3\xa6\x9d\x80\xd9\xd1\xbd\xd5\xf6\x50\x34\x80\x7b\x71\xb3\x71\x7d\x3a\xa5\x28\x2a\xd5\x70\xba\x67\xff\x5b\xa1\xbd\xa6\xe8\x7d\xfd\xfd\xb5\x42\xe1\xe6\xe6\x0c\x65\x68\xa3\x19\xa4\x39\xb0\x60\x0b\xf0\xf8\x55\x4d\xfa\xec\xe8\xa4\xcf\x8e\x3a\x06\x54\x07\xbf\x9f\x44\xe2\xf8\xaa\x19\x3a\xc8\xfe\x21\x64\x1f\x7e\xfe\x06\x79\x80\x65\x9f\xbd\x2d\x53\x4c\x2a\x85\x53\x38\xcd\xf2\x4c\x84\x9f\x31\x80\x70\x28\x4f\x54\x49\x4c\x9c\x58\xf0\xfd\x3b\x25\x3d\x8e\x80\xa1\x1b\x9a\x86\x60\x72\x0a\x4d\x0c\xaa\x37\xda\xb9\x48\x51\x43\xf6\xd5\x54\xda\x97\x9b\x72\x21\x6b\x31\x65\x65\xc5\xae\xc4\x10\x6b\x80\xfd\x65\x5e\xf0\x4b\x9e\xc1\x9e\x64\xbc\xc3\x0d\x21\x16\x6f\x9c\x18\x6f\x67\x9d\x03\x31\x29\x05\xfb\x75\xbf\xd3\x67\x70\xd1\x2e\xd6\x10\x6a\x9f\xfd\x94\x67\xc5\xc5\x3b\x9e\x1e\xc0\xdf\xaa\x7d\x9f\x75\x3e\x95\xc3\xb2\x2e\x95\xd6\xf1\x8b\xc8\x2f\x45\x9d\xa5\x9c\xbd\x17\x73\x35\x47\x92\x17\x72\x4d\xb1\xf7\xf8\x4c\x63\xef\xe6\x4b\xbc\x12\x6c\xcc\x2f\xc1\x79\x07\xb0\x46\x74\x75\x5c\x73\xaa\x86\x2f\x6c\x5f\xc2\x93\x38\x9a\x2a\xaa\x38\x97\x82\x71\x33\x4e\xbc\xe5\x14\x97\xa2\x82\x02\x38\x42\x58\xb0\x66\xd0\x04\xd5\x8e\x3d\x1c\x72\xe7\xfb\xeb\x26\x4f\x24\xbf\x09\x59\xbf\x9e\x57\xe5\x4c\xf0\xe2\xa6\x63\x46\xf3\x8e\xcf\x66\xe4\xcb\x93\xf3\x62\x32\xe7\x13\x78\x93\x3b\xce\x3e\x43\x88\xf4\x52\x0b\x1b\xd5\x91\x41\xe1\x2d\xd5\x3c\x2c\x15\x7c\xcc\xcd\x4b\x0f\xa4\x06\x71\x36\x4d\x5e\x56\x7c\x98\xa1\xf7\xec\x70\xd2\x56\x69\x6f\x51\x65\x79\x4e\xd5\x52\xd9\x56\xed\x35\xb7\x43\xa1\x9d\xa6\xad\xea\xcf\x95\x10\x17\x58\xa7\x5e\x19\xdc\xb9\x68\xab\xfa\x8b\x18\x56\xe2\x0a\x2b\x65\xad\x95\xb2\x62\x94\x61\x9d\x56\x72\x34\xfb\x9c\xaf\x5c\xf5\x6f\xbc\xad\xea\x7f\xf3\x19\x2f\x84\x44\x87\xe1\x8b\x8b\x95\x21\x5e\x94\x6d\x55\xff\x52\x56\xba\x52\xbe\x3a\x01\xf3\xcb\x95\xab\xce\x5a\xa7\xae\x51\xb5\x6a\x25\x91\xc7\x37\x72\xf5\x71\x77\x64\xb5\x96\xf3\xba\xe8\xac\xdc\xa2\x3e\x6f\xab\x7a\x78\xce\x71\xd2\xeb\xd5\x27\x7d\xde\x8a\xaa\x37\xa2\xcb\x56\x56\xfb\x6b\x26\x6a\x88\x02\x81\x53\xde\xf9\xc7\xf9\xda\x39\x2f\x64\xeb\x78\xf6\xce\x33\xc5\x1f\x07\xd9\x74\x96\x83\xb8\x75\x9b\xd5\xb7\x35\x3b\xac\xf8\x28\xc3\x3c\x00\xc8\xb3\x8b\xf6\xd5\x3e\x15\x45\xa6\xb9\xab\x95\x5f\x7f\x16\x65\x35\xc1\x6a\x37\xfe\x7b\x8d\xd3\xb1\x11\x6f\xbf\x65\xf5\xb9\x11\xef\x5d\xfb\xdd\xb1\x09\x92\xa5\xc5\x75\x56\x3b\xfb\xfe\xda\x56\xbd\xe9\xb3\xef\xaf\x23\x9b\xc5\xcd\x59\xe3\xc5\xe2\xd8\xa6\x24\xe3\x81\xbc\x26\xb9\x9e\x49\x23\x29\xfb\xd6\x92\xcc\x29\xad\xf1\x27\x4a\x19\x6a\xad\xfb\xd9\xd8\xcb\x72\x16\x85\xc9\x6b\x03\xb3\x61\x8f\x38\x9d\x88\xba\x49\xbe\x45\x57\x37\x70\xae\x5c\x20\x55\xb4\x4f\x0e\xe7\xb2\x5c\x35\x60\x59\xd1\x94\xde\x3d\x37\x88\x49\xa3\x34\x0c\xe8\xab\xc0\xf4\x20\x8a\x94\xde\x2f\xe8\x37\x5a\x21\x3f\x8c\x0d\x66\x3d\x30\x81\x6c\xf8\x29\x54\xbe\x31\x2e\x96\x63\x51\x6f\xa2\x4a\x09\xf1\x7a\x47\x0a\x83\x93\x48\xbc\x1a\x6a\xd9\xd8\x42\xdb\x12\x18\xa9\x1a\x5d\x09\xd9\x56\xb5\x17\xf2\x15\xe8\x4b\x03\x5f\x79\x8a\x72\xa5\xd5\xa8\x22\x29\x8f\xdc\x16\xf6\x37\x1d\x6a\xdf\x95\xff\xf8\x20\x3f\x83\xe6\x34\x2d\x31\xea\xcf\x80\x75\x26\x15\x5f\xc8\x94\xe7\xa2\x43\xd5\x7e\x13\xc3\x8b\xac\x0e\xab\xf1\x02\x5e\x05\x71\x29\x46\xba\xe2\x98\x34\xca\x01\x53\x63\x71\x3e\xfe\x46\x83\xc1\x41\xf9\x29\xc1\xe3\x59\xe6\xac\x3a\xd7\x05\x4e\x16\x7b\xe0\x8a\x1c\xb2\xa0\xab\x13\x3a\x27\x8c\xdc\xe5\x63\x0a\x8c\x1a\xe5\x6d\x03\xda\x35\x46\xc5\x65\x82\x02\xd3\x26\x2d\xbc\xfe\xfc\x33\xc7\xd8\x22\x68\xac\x0d\x75\x56\x2c\x06\xde\xdc\x1b\x5d\x3c\x99\x66\x45\xe6\x29\xe4\xea\xc0\x3f\xcf\x79\xd5\x6f\xc1\x4b\xdf\xc6\x7c\x3e\x98\xf2\x3c\x6f\x03\x8b\xa5\x5f\x05\x58\x2e\x83\x2b\xbf\x0d\xec\xc7\x7c\x2e\x97\x82\x56\x15\xbe\x0a\xfc\x54\x8c\xb2\xf9\xb4\x95\xca\x50\xfa\x0d\x80\x97\x21\x6e\x6b\x7c\x55\x07\x39\xaf\x94\xb4\x8d\xc3\x86\xc2\xaf\xe3\x8f\xb7\xcb\xe0\x62\xa9\x0f\x58\x8a\x69\x36\x2c\xf3\xd1\x6a\x90\x97\x51\xc4\xd6\xf8\xca\x1e\x6e\x41\xfe\x9b\xb0\x5f\x01\xfd\x6f\xc5\x5f\xce\x67\xa2\x5a\x3a\x04\x5b\xe3\xeb\x7a\x98\x8a\x09\x6f\xe7\xc7\x09\xff\x1a\xa8\x37\x41\x86\x67\x23\xc9\xa2\x39\x81\x5e\xe9\xfb\x88\x46\x56\x20\x5d\xe2\x1c\xe9\x1f\x60\x0a\xd7\x94\xe7\x07\x75\x59\xa9\xcd\x5d\xb7\x71\x3f\x86\x0d\xa4\x90\x32\x2b\x8b\xb0\x89\xff\xd9\x1c\xff\x1d\x47\x5f\xab\x25\xc9\x12\xd5\xa0\x2b\xe1\xbe\x82\x2d\x0b\xba\xbc\xab\x04\x1f\x25\x14\x88\xb7\x45\xf1\x71\x1e\x1c\x1f\x1c\x7e\xf8\xf4\xf2\xe7\xd7\xa7\x7f\x79\xfd\xff\xb2\x1d\xd6\xd1\x0d\x7c\x8b\xda\xcf\xa2\x96\x74\x2d\x47\x7a\x8c\x14\xb5\x39\xbb\xcf\xb4\x2a\xa6\xef\x99\x66\xa2\x92\x10\x7e\x3e\x15\x90\x24\x7b\x8d\xfd\x06\x5a\x5d\x5d\xea\x22\x68\x87\x9e\x1a\x66\x8c\x99\x64\x67\x3e\x19\xce\x94\x96\xe5\x9a\x32\xda\xd2\x60\x69\xed\x06\x1c\x3d\x82\xde\x07\xac\xe3\xcd\x07\xfb\xc2\x3a\x01\xb5\xd5\xa7\xa2\x2c\x44\x47\x51\x20\x28\xc3\x94\x57\x1e\xf5\x1c\x4f\x4d\x43\x8f\x78\xba\x10\x35\x07\xa3\x32\xc5\xe8\xf3\x9a\x85\x82\x0c\x1a\x92\x5f\x8a\xd1\x5b\x03\xc7\xdc\xac\x06\x34\x84\x1b\x32\x6f\x20\xf6\x22\x78\xd7\x63\x43\xb0\x41\xd6\x62\xda\x75\xa6\xd6\xb9\x81\x1e\xc4\x41\x07\xc3\x76\x81\xfb\x45\xb7\x82\x77\xbd\x94\xac\xae\xec\x0d\xd3\x8d\xee\x67\x49\xe8\x93\x22\x96\x83\xb5\x85\xde\x4a\xab\x1e\x95\x69\x0b\xd4\x51\x99\x26\xfa\x82\x45\xdf\x64\x4d\xbc\x2b\x30\x55\xb9\x13\x4d\xfa\x7a\xdb\x04\xfb\x3d\x75\x44\xd1\x69\xd7\xa4\x4d\xcd\x86\x73\x49\x63\x75\xb9\x2b\x8b\x75\x87\x0b\xc6\x47\x7f\x9b\x4b\x1d\xf7\x0c\x4f\x27\x5c\xe3\xaf\xef\xd0\xcf\xeb\x69\xae\x9f\x27\xf4\xbc\xf5\x68\xe0\xae\x99\x03\x0d\x38\x96\x88\xfa\x5f\xb8\x6c\xa5\xb3\x6c\x43\x31\xd5\x0f\x71\xd9\xbd\xcb\x2a\xb6\x49\x9a\xfe\x09\x14\x0e\x02\xe3\x93\xa0\x00\x82\x8a\x5a\x54\xec\x52\x0d\x24\xc8\x36\xb8\xe2\x7c\x70\x35\x8a\x8f\x48\x08\x05\x74\x0d\x8e\xdc\xf0\x0c\x1b\xc3\xcb\x4a\x13\x69\xc5\x38\xbd\xdd\x9d\xd2\x41\x2f\x8d\x80\xad\xdb\xcb\x01\x82\x0d\x2b\x04\x1a\x88\xe1\x8f\x6a\x38\x77\x9a\x42\xf6\xc5\x4f\x39\x68\xaf\x5f\xda\x45\xaa\x16\xca\xae\x24\x88\xad\x7d\xd9\x5c\xfb\x7d\x33\x84\x5e\xf3\x3e\xa4\x21\x2e\x1b\x43\x03\xe1\x00\x17\xc5\xbb\x1a\xff\x01\xbb\xd7\xa8\xb5\xdb\x1c\xef\xa0\x01\xcb\x5c\xe3\xdf\xbe\x01\xd8\x6d\xc6\x95\xfe\xb2\x29\x9e\x1b\xc3\xb3\x59\x8e\x57\xd9\x0b\xac\x17\x81\xbf\x11\xac\xd2\x13\x12\xd2\x15\x92\xbe\x14\x74\x15\xb0\x94\x17\xbf\x4a\xf1\xea\xc3\x3b\x47\xfd\x32\xdf\x7c\x85\xe4\x17\x48\xb0\xa6\xb3\x0c\xc2\x05\x82\x56\xdd\xd0\x09\x26\x71\xb2\x98\x66\x05\x9b\x95\xb3\xf9\x4c\x47\xfe\x49\xb9\x14\xb2\x6f\x5a\x00\xc0\x29\x84\x0b\x1d\x0a\x4a\x87\x5f\x16\x13\x53\xee\x04\xff\xbb\x3a\x5f\x28\xad\x0b\xb2\x0a\xf1\x9a\x95\x57\x85\xa8\x8c\xce\x48\x22\x05\x03\x6f\x56\xf3\xfa\x7c\xd5\x9c\xf4\x2e\x23\x57\x65\xa9\x19\x75\x17\xbd\x1a\xb4\x43\x83\xb1\x17\x98\x0e\xa3\xbe\xfd\xf7\x0c\xc5\xba\x3d\x27\x05\xf6\x8a\x9e\x36\x81\x8b\xb1\x7f\x83\x4f\x6e\x18\x39\xdb\x61\x0e\x9a\x4a\xa9\xb5\x91\xe4\x3c\x60\x22\x57\x3b\xb3\xc8\x13\x9f\x50\xbb\xcd\x4f\x03\x83\x60\xcb\xed\xff\x1d\x13\x76\xbe\x11\x18\x77\x08\x72\x41\x89\x29\x36\x21\xf6\x05\xb1\xa9\x78\xd1\x44\xff\x3e\xaf\xca\x2b\x8a\xfd\x2d\x3e\xa7\x62\x16\x86\x0e\xb8\x10\xf0\x7c\x00\xfe\xa5\xad\x00\xa0\xd6\x25\x1b\xab\x8e\xa2\xe0\xdb\x27\x1b\x16\x8d\x13\x7e\x33\xae\x5f\x2a\x41\x47\x8f\x1e\x76\xac\x8f\xa4\x13\x09\x7b\x59\x72\x23\x66\x9b\xaa\x0a\xbb\xea\x7f\x93\x16\x3d\xee\x42\x2c\x74\xde\x70\x9a\x74\x0c\xa9\xdd\xb5\x6a\xda\xfa\x03\xf6\xda\xc4\x6a\x25\x02\x51\xf8\xaf\x9b\xe3\xdb\x7c\xea\xf6\xe1\x7e\xd8\xce\x05\x86\xbf\xfa\x03\xe6\x82\x8f\x46\xac\x09\xda\x4b\xda\xcb\x6b\x0e\xad\xe1\x87\xd2\x6b\xe6\x75\x14\x9f\xf6\x9d\x34\x9c\xbc\x3e\xc0\x72\xa6\xd2\x6e\x55\xce\x5c\x39\xf3\xb3\x1b\xce\x83\x03\x14\x81\xf5\xbe\x6e\x1a\x82\x15\x33\x0e\x7d\x3a\x56\xc8\xf4\xfe\x07\xdd\xa1\x5f\x37\x0c\xa2\xae\x84\x0f\x8a\x42\x5f\x93\xb7\xe6\x02\xa1\x29\x03\x56\xcb\x40\x6f\x47\xf5\x87\xde\xd7\x87\x2d\xf9\xb0\xca\x52\x0c\x86\x11\x6b\xeb\x14\x37\x8e\xfb\xf3\x2a\x97\xe6\x06\x99\x3e\xfe\xc4\xa5\xf8\xb5\x52\xc2\xb7\x73\x5e\xd7\x33\x39\x58\x5f\xc7\x58\xeb\x5b\x89\x3c\xe7\x95\x98\x95\x8a\x91\x8b\x3c\x2b\x44\x92\x96\xd3\xf5\x71\x96\x0b\xb9\x3e\x86\x6e\xd6\xb9\x94\xa2\xb6\x5e\x05\x07\x35\x2f\x46\xbc\xa2\x7b\x15\x35\x78\x7c\xc8\x13\xf3\x87\xb2\x83\xf4\x4d\xd5\x3b\x4d\x2b\xb7\x7b\x12\xef\x05\x51\xc5\x4e\xb5\xcf\xd7\x1b\xd7\xc9\xc6\xbf\x08\xe8\xab\x81\xdb\x3f\xac\xd5\x7d\x37\xb8\x43\x00\x85\x47\xf3\xdf\x6e\x74\xf1\x8d\xfd\x3b\x7f\xef\x8a\x8b\xae\xf4\x3d\x4b\x3b\x0c\xa3\x4a\x21\xb6\x89\x03\xbc\x91\x88\xfa\x0c\x8a\xbb\x9d\xef\xaf\xbd\x7a\x37\x9d\x5e\xff\x8c\x0d\x58\x47\xbf\xa6\x31\xbe\x44\x8d\x4b\x0c\x6d\x4f\xab\xd2\x81\xdf\xf5\x0f\xec\x6c\x5e\x01\xe8\x79\x95\xdf\x24\x57\xe5\x78\xbc\xd5\xe9\x31\x8c\x20\xde\xed\xd0\xdf\xfd\xb3\x58\xc5\xa0\x5e\xa7\x77\xd6\xb8\xba\x70\x2f\x38\xd0\x03\xb0\x53\xa8\x26\xb9\x7b\xf5\xf1\x2a\x93\xb3\x9c\x2f\x06\xac\x23\xaf\xf8\x0c\x4b\xec\xf3\xd6\xf6\xd9\x3c\x10\x35\x1c\x05\x86\xc8\xa5\xde\x49\x20\x32\xd1\x40\xfc\x51\xf1\xa6\xcc\x47\xa2\x6a\x7e\x45\x9a\x3a\x0f\x99\x3a\x52\x4c\x4a\x31\xcf\x10\xa1\xf8\xf4\x87\x27\x05\x9c\xdc\x79\x95\xab\x95\xa3\x98\xe0\xfb\x6b\xc2\xee\x66\xfd\xfb\x6b\xd3\xbb\xf9\x83\x26\x52\xf3\xc6\x32\x86\xed\x1b\xb0\x3f\xb0\xce\x5a\xae\xa8\xdb\xf1\xad\x93\x79\x84\x51\x4d\x3a\x19\xf3\xe1\x07\xd6\x61\x6f\xa1\x35\xb9\xca\x36\xfa\x6c\x61\x1e\xb7\x7b\x29\x94\x68\x06\x14\xb0\x30\xb4\x92\xe6\xce\xec\xaf\x80\xd0\x81\x98\x66\x6f\x2d\xbc\x36\xcc\xda\xa8\x41\xa6\xfc\x4e\x8b\x81\xdf\xeb\xef\x1b\x47\x3d\x2c\xf3\x51\xdb\xa0\xc1\x34\x7c\xa7\x31\xff\x64\xa0\xdd\x75\xc8\x88\x87\x87\x02\x5a\xa6\x57\xe8\x19\x7a\xed\xb5\x5d\x24\x6a\x14\x5e\xb9\xb7\xb0\xa9\x90\xdd\x60\x9d\x35\x1c\xec\xa9\x3c\x78\x39\xae\x06\x80\x7b\x88\xbb\x18\xc0\xc1\xea\x6c\xdb\x7d\xa3\x41\xef\x3d\xad\x3b\x1f\x03\x09\x98\xa1\xc7\x27\x64\xbf\xc9\x73\x48\xf5\x52\x56\xb5\x18\x59\xff\x33\x7a\xad\x11\x95\x0f\xd4\x7b\x4c\x85\x40\x97\x10\xd6\xc9\x85\xc8\xf9\x15\x1f\x09\x31\xcf\xd6\xea\x73\x9e\x75\x82\x8f\xc6\x4c\x77\xe7\x1e\xc8\xab\xca\x88\x92\x35\x0e\x1f\xbe\x1e\xa0\xf1\x3b\xb1\x20\x53\xfa\xf4\xf5\x40\x3d\xbf\x17\x0b\x58\x70\x59\x0b\xfa\xfc\xf5\xc0\xd1\xc3\xcb\x42\x9d\xa8\xbf\xbf\x1e\x1c\x79\x78\x59\x78\xe7\xf0\xe1\xeb\x01\x3a\x2e\x3a\x16\xe8\xa5\xf9\xf8\xf5\x80\x5d\x87\x3e\x07\xf4\x95\x70\xa8\xda\x77\x36\x19\x66\x7d\x04\xbf\xa2\x4f\xe3\xb3\x73\xa0\xf8\x36\x43\x8a\xc3\xaf\x8e\xf3\xf3\x1b\x18\x99\x1c\x86\x5c\x56\xc6\x4f\xdf\xc0\x1a\xda\xbd\xc8\xe1\x0e\xfa\xd4\xe9\xb9\xa2\xe1\xad\x59\x8c\xec\xd7\x7d\xd6\x55\xeb\xb6\xc7\x46\xa5\xc0\xac\x22\xe7\xfc\x52\x30\xce\x3a\xb8\x1f\x69\x5f\x09\x26\x4b\x76\x25\x58\x79\x29\xaa\x2a\x1b\x09\x03\x0b\x1e\x9c\x19\x09\x63\x13\x47\xf3\x61\x79\x29\x74\xf2\x12\x55\xa9\x63\xf7\x38\x82\x09\x8f\xda\xf1\xa2\x2b\x3a\xde\x6e\xc7\x47\xf4\x37\x31\xec\xf4\xb5\xa7\x13\x48\xbd\x86\xa8\xf1\xbf\x98\x1e\xcf\x22\x1b\xfb\x57\x50\xc4\xec\x57\xbf\x1f\x51\x5c\x70\x7f\x38\x3d\x54\x67\x67\xf1\x1b\xd8\xb6\x80\x54\x7c\x24\xcd\x68\xf4\xe9\x05\x8e\x41\xf4\x0c\xce\x3d\x02\x25\x6e\xa5\xb2\x62\x63\x9e\xe7\xd2\x3c\x59\xe6\x8e\x7f\x70\xd3\xe3\xeb\x8d\x6d\xda\x0d\x5c\xba\x7e\xaf\x24\xcf\x63\x07\xd5\x41\x70\xb6\xf3\x9f\xef\x77\x9d\xa3\xbe\xf6\xb1\xda\xf5\x86\x1a\xdc\x48\x3b\x25\xbb\x1e\x15\x76\x77\x83\xa3\x5f\xdb\x63\x45\x43\x64\x78\xe8\x60\xa2\xcd\xb4\xea\x0e\x0d\x9a\xf5\xb6\x7f\x7f\x63\x1b\x68\x3a\x7f\x94\xa9\xcd\x03\xfe\xef\x67\x68\x8b\xde\xc6\xfe\x4b\xcc\x6c\xbf\xff\x2c\x90\x91\xad\x31\x03\xb7\x9b\xd8\x56\x99\xb4\xaf\x36\xb0\xb5\xcf\x11\x96\xab\x92\xfb\xf7\x9b\xb3\xf3\xfb\x1a\xdf\xcc\x7d\x63\x06\x69\x6a\x47\x42\xcc\x30\x44\xa6\x19\x61\xc2\x0e\xf9\x85\x5a\x2b\x79\xce\x78\x35\x99\xdb\x58\x72\x15\x79\xc3\x72\x6c\x96\x96\x33\x43\x7b\xfd\xae\x17\x63\x5a\x52\x66\xaf\x89\xa8\xcf\x45\xa5\x93\x25\x94\xd5\x48\x54\x4e\x0a\x81\xfd\xb1\x9a\x5c\x0a\xc3\x87\x86\x1a\x05\x3a\xcd\x2a\xcc\xb7\x5b\x89\xb1\xa8\x44\x91\x8a\x3e\x3c\x52\xce\x14\x3a\x52\x66\x13\xfb\x56\xb9\xac\xb2\x09\x84\x7a\x31\x55\xdb\xee\x17\x01\xad\x1f\x0f\x21\xbf\xea\x8b\x6e\xcd\xab\x89\xa8\x07\xec\x23\xaf\xea\x8c\xe7\x3f\x1e\xbe\x80\x6c\xb5\xbc\x9a\xc8\x01\xeb\xda\xaf\x7a\x0d\xba\xe2\xf3\x0b\x05\x71\x86\xc8\x63\x87\x0d\xaf\x5c\x5e\xc1\xe3\x0b\x05\xca\x3e\x4d\x84\xde\xa9\x57\xcc\x92\xda\x87\x8a\x5c\x3a\x28\xc4\x5e\x80\x53\x13\x2e\x9b\x49\x6a\x14\xff\x22\x60\x76\x8e\x37\x4d\x59\x0d\xdb\xb0\x84\xb5\x33\x9f\x9c\xc3\x04\xce\xaa\x72\x26\x99\x62\xdb\x72\x5e\xa5\x18\x49\x08\xa9\x48\x21\xa1\xea\x92\x7a\xc1\x7b\xdd\xdf\x74\x90\x4d\x8c\xdd\x91\x49\x3b\x47\xf6\xf1\x38\x4e\x96\x61\x83\xbc\x2c\x84\xcf\x07\x09\xfb\xa5\xbc\x82\xa7\x2f\xd9\x18\x79\xc1\x7a\x61\xc7\xe6\xd7\x76\x08\xf0\x95\x52\x32\x14\x0e\x74\x0c\x0b\x09\x65\x74\x1b\xa8\xa1\x36\xa7\xfe\x5b\xf7\x53\xbb\x6f\x6b\xa6\xd1\xa9\x83\x3e\xc0\xd8\x2c\xfb\x1c\xf6\x89\xaa\xf0\x53\x8f\xeb\x93\x46\x48\x42\x52\x0f\x0a\x76\x66\x99\xa5\x59\x8f\x42\x95\x01\xa8\x9e\xb1\xcd\x51\xf6\x5c\x78\xea\x96\xe9\xf9\xf3\x7c\xbb\xf1\x53\xe8\xd0\xad\x1a\xb8\x21\x27\x54\xcd\x42\x9b\x09\x3b\xa7\xa7\xb3\xaa\xac\xcb\xd3\x53\xc8\xc3\x60\xbf\x03\xf7\x56\xf3\xb4\x2e\xab\xa0\x04\xea\x2b\xba\x75\x7a\x7e\x94\x7e\xc5\xee\x97\x18\xd8\xe1\xf0\xe8\xf5\xe7\xba\xe2\x69\xfd\xe3\x85\x58\x94\x63\xa0\x0c\xc8\xc2\x17\x6a\xf4\x88\xe7\x91\x02\x79\xe2\xc4\x70\x71\x1e\xd9\xe3\xdc\xc3\xbd\x1f\x32\x10\xe0\x80\x5f\x15\x12\xb0\x0a\xef\xdf\x67\xf7\xfc\xb8\xe7\x50\xa1\x17\x09\x45\x53\xb3\x4c\xee\x85\x74\x66\x3b\x31\xda\x6b\x2f\x77\x84\xc5\x5e\xb0\xb5\xcd\x6d\x17\x1c\x4e\x36\x22\xaf\x74\xa7\x08\x60\xb7\x3a\x63\xbb\x26\xb9\xa1\xf3\xdf\xc0\x17\x02\x04\x8e\x44\x01\xd4\x8f\x31\x50\x0f\xd4\xb3\x25\xc4\x75\x23\xe2\x34\x22\xdb\x34\x70\xbf\xf4\x42\xe1\x98\x20\x35\x7e\xb4\x1a\xed\x57\x10\xe1\xd2\x72\xd6\x0d\x62\xd9\x60\x07\xe1\x35\x79\xf0\xbc\xb9\xcf\xf6\x3f\xf2\x5c\xd4\xb5\xe8\xb3\xfd\x03\x31\xe5\x45\xad\xb4\xc9\xbc\xac\x96\xbf\x7c\x5e\x7f\xf0\x80\xfd\x4c\x67\x0b\xdc\x8d\xe0\x0d\x1d\x01\xc0\x4c\x91\x29\x82\x19\x72\x69\xb3\xeb\x50\x5c\x9b\x92\x8d\x79\x85\x32\x4d\x74\xf2\x5c\x9f\x49\xa4\x50\x34\x1d\x9b\x07\x86\x18\xa4\xdd\x81\x29\x6d\xd2\xc7\x19\x97\x94\xde\x06\x61\x8e\xb2\x11\xc8\x26\xdc\x0b\x12\x23\x87\x21\x96\x7a\xc5\xa6\x73\x78\x75\xab\xa4\xd4\x34\xfb\x6c\x72\x04\x51\xa4\x78\x48\x05\xe5\xf5\x63\xf3\x1c\xb7\x6e\x5b\xfc\x42\xf8\x14\x43\xf7\xc1\x81\x25\xa9\xfa\x5b\xd8\x97\xe0\xf8\x66\xca\x6e\x6d\x01\xc1\x5f\xb8\x7b\x19\xd4\xcd\xe4\x7e\x71\x29\xaa\x5a\x8c\x06\x8e\x3f\x0b\x63\x23\x31\xdb\x2b\xa7\xb0\xf7\x37\x42\xba\xa1\x19\x3b\x9c\x4b\xf7\xe9\xb1\x57\xb2\x04\x1b\xe3\xab\x3f\xab\xb2\x29\xaf\x16\x3f\xcd\xeb\xba\x2c\x7e\x02\x55\x61\xc0\x3a\x6e\x76\xdb\xbe\xd6\x93\x44\x55\x95\x15\x26\x78\xbc\x67\xb1\x67\xbb\xac\xf3\x5f\xfc\xd1\xd6\x93\xad\xb4\xc3\x06\xac\xf3\x5f\x6f\x36\x9f\x6e\x3c\xfd\xc9\x36\x9b\x0a\x29\xf9\x44\xc4\x1b\x3e\xdc\x7a\xb8\xf9\x70\x83\x1a\x3e\x7c\xb3\xf5\x66\xb3\xd3\xf7\x9a\xbd\xcd\x8a\x8b\x66\xb3\x8d\x8d\xc7\x2f\x9f\xbf\xc6\x66\x4f\xf6\x7e\x7a\xf6\xe6\x49\xa4\xd9\x2f\xea\xfc\xac\xc8\xdb\x6c\xfd\xe8\xf1\xd3\x67\xd8\xfa\xd9\xd6\xde\xd3\x37\x6f\x2c\xb6\x59\x31\x2e\xf7\xd3\xb2\x68\xb6\x7a\xb2\xf1\x58\x3c\xa6\x31\xee\x3d\xdb\x7b\xb2\xf7\x48\xf7\x09\x84\x89\x37\x7a\xf9\x6c\x63\x63\x63\x23\x24\x8c\x6a\x34\xcc\xcb\xf4\x22\x2b\x26\xf1\x76\x6f\x5e\xbd\x7e\xfa\xfa\x39\xb6\x7b\xf4\x68\xeb\xe9\x96\x19\xe0\x15\xaf\x8a\xd6\x66\x4f\x9f\x3f\x7d\xfa\xf4\x71\x0c\x47\xa9\xb4\x02\xf1\xdb\xb2\xc6\xaf\x9e\x3d\xfc\x69\x63\x93\x70\xdd\x7b\xbd\xb9\xb1\x61\x1a\xcf\xd3\x54\x48\x19\x6f\xb6\xb9\xf1\x74\x6f\x93\x86\xf8\x7c\x6b\xef\xe1\xe3\x87\x3e\x35\x7f\xe2\xe9\xc5\x04\xc2\x0d\x34\xdb\x8e\x1f\x8e\xb7\xc6\xd4\x25\xb1\x82\x4b\xd3\x65\x4d\xdb\x29\xa4\x29\xfb\x75\xad\x89\xbe\x4b\x1b\xbf\x79\xf3\x68\x8f\xb8\xef\xd1\xc3\x87\x8f\x37\x9f\x47\xa9\xbc\x14\xc4\xeb\x57\xcf\xf7\xf6\x08\xc4\x9b\xad\x97\x1b\x6f\x02\x5a\x2f\x6b\xfc\xea\xcd\x9b\x27\xaf\x5e\x11\xd5\x9e\x3f\x7c\xb5\xe9\xac\xb6\xf5\x75\x66\xdd\x0e\xbd\x11\xfd\x92\x4d\xce\x73\x7c\xa7\xd4\x98\x86\xf1\xf0\xb9\xe6\xd2\xf1\x78\xdc\x9c\xf9\xf8\xe2\xf5\x67\x3e\xf5\x66\x3e\x49\x12\xe9\x79\xd9\x93\xb1\x64\x9e\xe7\x81\xf8\x82\x43\x99\xff\xad\x21\xaf\xba\xb3\x3e\x13\xfd\x40\xbc\xf5\x1d\x19\xda\x73\x53\xf1\x9c\x8e\xb3\xcf\xaf\x0c\x11\x0e\x94\xcc\xef\x36\x3b\xee\xbb\xa2\xb6\x11\xa5\xf7\x1d\x9f\xb1\x19\x4a\x4f\x36\xcb\x79\x5d\xa3\x0a\x2f\x28\xee\x87\x3a\xbc\x52\xa9\xd9\x5c\x70\x4f\x5c\xe2\x8a\x1e\x0c\xf2\xf0\x93\x36\x0f\xb4\x89\xe9\x17\x7a\xd7\x31\x15\x68\xf7\x69\x6e\x27\xc2\xa9\x44\x5b\x52\xb3\xd2\x3f\x67\x7f\x3a\x74\x23\x9a\x5a\x0b\xca\xf2\xdd\xe8\xc6\x46\x65\x9f\x02\xe9\x61\x9c\x96\x71\x68\xbb\xba\x3a\xcf\x4c\x22\xa7\x61\xce\xd3\x0b\x27\x7e\x8d\xf8\x88\x7b\x99\xfb\xe9\x15\xaf\x2e\xc2\xbf\x45\x15\x7e\x79\x99\xbb\x71\x70\x04\xdc\x70\x9a\x5a\x85\x98\xd7\x15\xcf\xdf\x3a\x37\xa5\xee\xa7\xb0\x9e\xd3\x23\x7d\xf9\x3f\x73\x0e\xa1\xb4\x0d\x66\x8d\xef\xb6\x7f\x2a\xf2\x47\x42\x1f\x0f\x44\x5a\x16\xa3\xf6\xcf\x0d\x28\x87\x42\xd1\x3b\xac\xaf\xbf\x36\xaa\xd3\x70\xec\x77\x9e\xa6\x3a\x42\xd0\x0d\xdb\x61\x33\xd4\x9b\x1d\x77\x5a\x98\x0d\xc7\x4d\x10\xc2\xb0\x0d\xcb\xd1\xc2\x4a\x2f\xb6\x83\x73\xb6\xdd\xa8\xf3\xa6\xe2\x53\x71\x5b\x45\x44\x01\xb5\x13\xc8\x22\x11\x07\x87\xda\xcb\x2d\xb0\x3c\x55\xa7\x1d\x58\xa3\x1a\xe9\x11\x2b\xd6\xfe\x58\x61\x1e\xd9\x68\xed\xac\x98\xcd\xeb\xdb\xf0\x84\x4a\x6f\xca\x4a\x60\xa5\xbd\x73\x01\xf9\x4c\xa3\x75\xf3\x4c\xde\x0a\x6f\x2a\x8a\xf9\x6d\x75\x52\x5e\x8d\xc0\xf3\xa7\x6c\xc5\xcf\x44\xbe\x87\x75\x17\x9b\x75\x35\x7c\x8b\x2d\x54\x8b\xcd\x93\x53\xcd\x92\xd6\xd6\x36\xfd\xb8\x6b\x3a\xec\x2e\xcf\x8a\x0b\x1d\x10\x97\xaa\x2c\x99\x17\x6f\x44\xed\x6d\x82\xd9\xb1\x43\xb9\xa5\x89\xd2\x8b\x6e\xaf\xf5\xa6\x4c\xe7\x12\x35\xec\x97\x20\xf5\xdb\xeb\xab\x19\xbb\x15\xa8\xaa\xf4\x8b\xe0\x23\x0c\x62\xd9\x5a\xcd\x5d\x41\xcb\xe9\xe0\x13\x5e\xc9\xb1\x90\xea\x2d\x44\xb5\x2c\x6f\x5a\xae\x42\x58\x3b\xf9\xcb\x9a\x29\x3a\xb4\xd5\x6c\x62\xec\x24\x32\x73\x38\x25\xd2\x9e\xb2\xaf\x37\x21\xbc\xcc\xeb\x15\x87\x1d\x81\xfa\x32\xaf\x23\x60\x49\xb0\x86\x60\x61\x78\x1f\x73\x9e\x8a\x73\xf0\x36\x6a\xe5\x3c\x6a\xef\x43\x76\x85\xf6\x72\x11\x6c\xa1\xb9\x6d\x5a\x04\xf2\xab\xec\x32\x43\x96\x5a\x5e\x79\x95\x7a\x97\xbc\xca\x78\x51\x23\xcf\x2f\x87\x18\x90\xb6\xc1\x21\xab\x37\xb5\xcc\xd8\xde\x46\x49\xcd\xfd\x5a\x4c\xef\x46\x23\xd5\x0a\x17\xdc\xdd\x7a\x83\xd5\xec\xf5\xb6\xb4\xd5\x32\x3b\xaa\x56\xed\xb3\xb2\x58\x77\x7e\xdf\xd2\xdd\x92\xc1\x45\xd9\xa9\xc9\xaa\x3e\x43\xc5\xa7\x85\x18\xb4\x75\x62\xbe\xae\xd5\x2b\xa4\xc1\x8a\xcd\x80\xd3\x56\x6c\xd2\xb2\xaa\x57\x6c\x4d\x73\x33\xf2\x44\xea\xb2\x06\x4d\x9e\x5b\x8d\x20\x31\xae\x5b\xad\x65\x93\x11\x96\xb6\x0b\x59\xc1\xaa\xa7\x4b\xe5\xa1\xda\xcd\x9b\x34\xb3\x8d\xe3\x64\x3b\x98\x0f\x6b\xd4\xc0\xe2\x0d\xda\x91\x89\xc8\xe7\xd6\xe5\xdc\x18\xaf\x07\x26\xda\x91\xd6\x8e\xc3\x3e\xcc\x7c\x93\x9e\x63\x61\xea\x16\x4b\x64\x9f\xc5\x43\xee\xc6\x4b\xbe\x7c\x59\x0e\x6e\xb8\x84\xd6\xf1\x16\x66\xf3\x5c\xb5\x81\x1e\xe1\x92\xd1\x85\xc4\x6a\x51\xce\x86\x0d\x1a\xb5\x68\x26\x4a\x76\xbd\x45\x4d\x6e\x59\xc5\xa1\xab\xb1\x2f\xab\x88\x7a\x46\x40\xf2\x5b\x1b\xac\x00\x58\x71\xd8\x0a\xd5\xf4\x8a\x6b\xaf\xda\x22\x6f\x23\x4c\xad\x88\x18\xd5\xc8\x1b\x2d\x83\x69\x44\x97\x0e\x88\xb1\xb9\x42\xbb\x10\xa1\x98\xda\x67\x27\xaa\x41\xd5\xa6\xd2\x36\x8c\x9c\x9b\x56\xa8\xdc\xd8\xa3\x96\x55\x6e\xec\x9f\x2d\xba\xe3\x8a\x58\xb8\xd3\xd6\x5e\x3d\xa4\x94\x39\x77\x47\x67\x2e\x94\x6f\xa6\xb6\xdf\xf5\xd8\x1e\x0a\x6e\xad\xeb\x70\xf7\xad\x75\x21\xb8\xcc\xfe\x1d\x1a\x84\xca\xe8\xe1\x12\xec\x5b\x29\x11\x63\x63\x67\x63\x8e\xc0\xbb\x4d\x0c\x47\x20\xba\x92\xb8\x41\x66\xa7\x5d\xcb\x7e\x1d\x60\xd2\xda\xa0\x45\x25\x5d\xa1\xa5\x62\xa7\x86\x7a\x1c\xd6\x36\x03\xc6\xf3\x59\x73\xc9\xb5\x9c\xda\xb0\xc0\x75\x59\x20\x8b\x19\x59\x26\x35\x58\xb1\x9b\xd8\xa0\xc4\x21\x74\x38\xed\x9f\xf3\x51\x79\xc5\x76\x98\x70\x2a\xfa\xa8\xb9\xf6\xde\xfb\xf7\x99\x0b\xf2\x59\x3b\x48\xbb\x82\x1c\xc8\xcf\xc2\xc7\xc5\x4b\xb6\xc9\x55\x40\x77\x36\xd8\x06\xdb\x9c\x7d\x66\x1d\xf6\xc3\xb2\x2d\xd7\xf7\xed\x20\x73\x2b\x81\x4f\x92\x04\x3f\xf5\x8d\xe2\x4d\xd7\x87\xad\x57\x87\xc7\x71\xdb\xb6\xe7\x7c\x05\x57\xc7\x9f\x3c\x3f\x2c\x27\x1e\x5f\xd3\x32\x2d\x1b\x37\x7a\xfd\xa8\x91\xb5\xed\xe6\x6f\x7d\x9d\xbd\x1c\x8d\xbc\x68\x03\x35\x07\x1f\x97\x14\x41\x28\x7a\x8b\x02\xb8\xff\x58\xbf\x92\x17\x33\x45\xc4\x8e\x79\x51\xee\x74\x68\x5e\xac\xdb\x97\xf2\x58\x9b\xad\xfb\x31\x0d\x1e\xac\x77\x3c\x3e\x7c\x10\x9c\x5b\xda\x4e\x2b\xe4\x19\x25\xcd\xae\x0a\xa3\x51\xca\x91\xdd\x67\x7f\x50\x8d\x31\x2c\xf0\x92\x03\xcd\x0f\x3b\x4e\xb5\xf0\x9a\x23\x5a\x4a\x62\x4d\x01\x35\xb7\x92\x5e\x67\xce\x85\x87\x0b\xc0\x0e\x0e\x29\x79\xcb\xd8\x74\xb2\xb3\xe6\x43\x76\xf4\x1c\x5a\xed\x91\xe2\x75\xf3\xd2\xc0\xf1\xba\x34\x2d\xd6\x9b\xb7\xd5\x4b\x5f\x2b\xf6\xb5\x21\x1e\x72\x8b\xf5\x19\xa6\x51\xb5\x80\x63\x0e\x01\x78\x27\x02\xb8\x73\x7d\xf3\xb1\x3e\x9e\xa3\x6f\x00\x38\xca\x80\x2b\xae\xf3\xc5\xf7\x5b\x43\xf7\x34\xa7\x7c\xa9\xc3\x18\x60\x24\x75\x9e\x57\x42\x73\xe6\x20\x3d\xf0\x86\x00\xf7\x07\x94\xd3\x46\xb8\xd7\xe1\xd8\xab\xae\x43\x6e\x45\x94\x34\xd6\x05\xf0\xa2\x7b\x7d\x83\x59\x19\x82\x7e\xfa\x36\xbc\x81\x7f\xb1\xde\x98\x18\x93\x47\xca\x6d\x9e\xcc\x1c\x67\x81\x46\xa1\x70\x3c\x07\x1a\x85\xc1\x55\x57\xb4\x8e\x23\x9e\x77\x82\xa7\x88\x75\x58\x61\xd0\xd6\x94\x40\x53\x48\xac\x9e\xce\x8e\x28\x1c\x33\x7f\x6c\x48\xbb\x89\x6b\x3f\x04\x1f\xa1\x78\xb5\x60\x7f\x73\xa6\x44\xd7\xa1\x2a\x6c\x27\x4a\xbb\x24\x66\xa7\x8c\x62\x36\x0a\x1e\xa5\xf6\x6c\x90\x48\xe3\x26\x68\x5e\x38\xb2\x72\x4c\x7e\x65\xc9\x85\x58\xe8\x9c\xe0\x08\x08\x5e\x2b\x01\x25\xba\xe8\xf9\xe3\x2c\x9e\xde\xd1\x89\xe3\xf7\xd4\x68\x75\x64\x3a\x38\xd1\x1c\xe7\x64\x18\x5b\x56\xdd\x49\xde\xb3\x74\x54\x2d\xf5\xd0\x3f\x5c\xee\x26\x31\x90\x61\xfe\x4a\x47\x44\x39\x28\xb5\xb9\x13\x1d\xcc\x78\x9a\x15\x91\x87\xca\xb7\x64\x4b\xa0\x76\x03\x0b\x81\xb6\x5e\xb9\xe5\x66\x22\x90\x9b\x03\xd6\x79\xa6\xff\x9a\x0e\x58\x67\xf3\x89\xfe\x2b\x57\x65\x5b\x1b\xe6\x4f\xd5\xf0\xe1\x56\x3c\x53\x01\xf5\x4a\x37\xa4\xee\x2b\x72\x58\x42\x16\xdb\xb0\x45\x23\x1b\xc4\x3a\xad\xcc\xf6\x26\xd1\xd7\xea\x30\x01\x91\x36\x8e\x48\x73\x6a\x3b\x5f\x63\x3d\x34\x88\xbe\x2e\xf1\x4b\xac\x83\x86\xfc\xff\xea\x6d\xe2\x2b\x77\x86\x3d\xeb\x45\x0c\xaa\x93\xf6\xdb\x32\x0f\x03\xbd\xe0\x45\x58\xb8\xa6\x3b\xa3\xbf\xc9\x83\xd5\x73\x18\x77\xb4\x12\x88\x38\x05\x6e\xcd\x75\xc9\xb2\x22\xcd\xe7\x23\xc1\x7c\x9d\x47\x3a\x4a\x0f\x3a\x98\x39\xe5\xa0\xbf\xb5\xed\x3a\x94\xa8\xc6\xcd\x2e\xde\xd8\x60\xe2\x5a\x99\xbe\xfa\x8e\x6d\x3f\xae\x7c\x66\xf7\xee\x85\x32\x79\xdb\xd6\x1c\x72\x29\x0e\x9d\xdd\xce\xf1\xcf\x42\x76\x1e\x04\xec\xad\xbd\x64\x74\x42\x12\x9f\x95\x9d\x47\xdb\xb6\xcc\x51\x00\x68\x4f\xd3\xeb\xd3\x67\x39\x2a\x6d\xec\x10\xa4\xd5\xfd\x9c\x97\x43\x9e\x9b\xe4\x0c\x72\x60\xae\xfe\x63\xfb\x64\xc4\x91\x2e\x18\x48\x88\xba\xe3\x86\xe0\xe2\xe0\x39\x6b\x50\x67\x55\x9d\x0f\x02\xaf\x85\x40\x23\x77\xb5\x09\x43\x63\xda\xe9\x23\x29\x23\xf6\x48\xef\x07\x55\x4e\xde\x3d\xaa\xc4\xb5\x4d\x52\x0f\x01\x20\xc5\x84\xa7\x8b\xb7\xe6\x93\x01\x32\xcd\xd2\xaa\x94\xe5\xb8\x5e\x8f\x64\x6d\x6a\xc6\xc6\x08\x5a\x1b\x14\xa0\x5d\x44\xd5\xa3\x51\xee\xfb\x8b\xb9\x25\x5e\x45\x56\xd4\xa2\x82\xc7\x41\x0d\xc9\xa2\xe1\xdd\x21\xa5\x85\x59\x5a\x2b\xe3\x4e\xd1\x28\xfd\x9c\xfe\x3b\xde\x8a\xc4\x3c\x27\x50\x0d\xf3\xbd\x8b\xbd\x73\x5e\x4c\xc4\x9e\x76\x26\x1d\x60\xee\xb3\x1f\xbb\x1e\x14\x48\x03\x7b\x59\x66\xa3\x17\x3a\x7d\x61\xb0\x4f\x61\x6e\x5d\x51\xd7\x59\x31\xa1\xb4\x29\x1d\x07\xaf\x50\x48\xd8\x80\x9a\xd0\x70\xbf\xf0\xd9\xc5\x4f\xd6\xfd\x7b\xbd\x2e\xbb\xca\x0a\x70\x67\x8f\xbe\x5d\x01\x1f\x8c\xac\xf0\xdf\x90\xed\x26\xc8\x77\x87\x5e\x7a\xf0\xf5\x75\x7c\x77\x28\x2e\x45\xb5\x80\x18\xd7\xe0\x03\x7b\xa6\x0e\xe4\x67\x2c\xcd\xf9\x5c\x0a\xac\xa1\x14\xf7\x69\x59\x89\x3e\x93\xf3\xf4\x5c\xf1\x71\x56\x5c\x96\x17\x82\xd8\x59\x67\xb5\x45\xb0\x86\xdf\x15\x1e\xfe\xab\x3d\x17\x8b\xf0\xf4\x7f\xcf\x27\x5d\x02\xea\x34\xcc\x83\xec\x1e\x85\xd3\x72\xd2\x0b\x52\x9d\xb7\x0c\xdb\xaf\xa4\xb3\x4a\x05\xbc\xd4\x40\xb3\xb6\x08\xfa\xc9\x08\x0f\x84\x9f\x3c\xd6\x1c\x5b\x18\x0b\x04\x05\x26\x0e\x37\x03\xb8\x66\xcd\x21\x0c\x34\x36\x37\xfe\x8b\xc8\x5b\x79\x2a\x1e\x6b\xd5\xdd\x31\xff\x25\x1b\xe6\x44\xd4\x48\xcf\x5b\xf6\xc4\x7d\x67\x53\xbc\xd5\xce\x10\x9d\xb0\x60\xe3\x75\xf2\xcf\x69\x6f\xbf\xda\x2a\xaf\xf1\x44\x4f\xa9\x0e\x71\x0e\x0e\xe6\x13\x45\x44\xf0\x1c\x1f\x41\x06\x46\x78\x2e\x63\x89\x9a\x82\x68\x91\xda\xc9\x3c\x93\x4c\x9e\x97\xf3\x7c\x84\xb9\x8a\x87\x82\xcd\x25\x35\x44\x2f\xf3\x72\x3a\x2b\x0b\x75\x7c\x49\x21\xcd\x33\xe3\xf3\xba\x9c\xf2\x3a\x53\x3d\x2c\x74\x08\x3a\x0b\xd7\x3c\x12\xca\x6a\xc9\x64\xad\x33\x27\x62\x4f\xe6\x11\x8e\xc9\x12\x39\x9a\x2b\xa1\xc0\x6b\x61\x06\xd1\x3a\x25\xba\xcd\x87\x98\x88\xec\xea\xe6\x03\xd6\x22\x24\x1b\x61\x22\x5a\x64\xad\x79\xb8\xa1\x21\x62\x7a\x82\xb5\x4d\x3b\x8d\x2d\x0d\xe1\xb5\x8d\x69\x15\x7d\x18\x7c\x20\xc4\x2d\xe3\xe8\xe9\xfc\x10\xd3\xf2\x52\x48\x36\xab\xc4\x65\x56\xce\x25\x24\x7c\x36\x79\x37\x57\xa0\x95\x6a\xfe\x7b\x50\x8a\x34\x3d\xb6\xd3\x3a\xec\x06\xbd\x8c\xd1\x2d\x0b\x29\xd7\x4c\xbb\xd5\x06\x54\x2a\xb6\x10\xdd\xac\xcf\x36\x1b\xae\xab\x2f\x67\xb3\x3c\x13\x8e\xa0\xe8\x53\xf2\xdc\x71\x86\xd9\x9e\xb3\x82\x4d\x33\x29\xd5\x4f\xbb\xc8\xff\x7d\x95\x73\xbb\xc7\xe8\xf9\xf0\x15\x9b\x3b\x88\xa0\xa8\x84\xa9\x1b\x60\x7a\xd6\x19\x75\x1f\xf7\x3e\x08\xfc\x8a\xfb\xdf\x54\xd4\xe7\xe5\xc8\x4d\xa2\x6f\x82\xc5\x72\xc9\xae\x44\x9e\x27\x68\x66\xf5\x94\xbf\xee\x35\x4b\x92\x04\xfb\x37\x66\x21\xe7\x53\xe8\xda\x6c\x4b\xb4\x99\x08\x3e\x29\x5a\x40\x08\xb5\xee\x29\x6d\x77\x26\x07\xdc\x37\xee\x49\xcb\xb8\x6d\x5c\x56\xaf\x79\x7a\xde\x5d\x61\x6d\x38\xa9\xf7\x9d\x27\xb8\xcc\x2c\x49\x8d\xb7\xde\x70\x9b\x8f\x69\x49\x57\x29\x3a\x35\x98\xaa\x39\x1b\x72\xbb\xa2\xd9\xb0\x12\xfc\xc2\xd5\x62\x94\x4e\xe1\x5a\x37\x82\x97\x52\xf1\xdd\x41\x4d\x8b\xc4\x77\xf1\x70\x6b\x30\x54\x4a\x31\xd9\x30\xff\xfb\xe0\xc3\xfb\x18\xbf\xeb\x85\x71\x18\xd9\x7f\xbd\xb0\x03\x76\x8e\x7c\x1a\x0d\xd8\x35\x83\x37\x61\xfa\xc1\xf2\x89\x79\x73\x7e\xe3\x65\xf7\xc8\x0a\x75\xac\xba\x66\x47\xce\x53\x67\xb7\xae\xe3\x2e\x1d\x98\xb6\x40\x8b\x0d\x2c\x5b\xb5\x63\xd3\x8a\xc4\xfc\x71\x13\xac\x90\xbf\x99\x63\x9b\x02\x80\x5c\xb2\x86\x1d\xec\xc4\x3c\x9f\x76\x50\x98\x55\xe5\x2c\x86\x82\x82\xd4\xcc\xc6\x5d\xf8\x71\xbc\xc6\x36\xf4\x91\x86\x93\xa4\xe7\xbc\x7a\x59\x77\x37\x7a\x49\x5d\xfe\x3a\x9b\x89\x6a\x8f\x4b\xd1\xed\xb9\x55\x24\x08\xc2\x4d\x9b\x3b\x5b\x31\x0d\xbd\x6b\x04\x98\x47\x06\x2b\x3b\x0e\x3d\xe2\x13\x08\xbb\xaf\x53\xc8\x6b\x08\x60\x59\xd4\x8d\xe0\x71\xa4\xce\xfc\x02\xcf\x23\x9b\x6f\x27\x31\x97\xb8\xff\x4e\x73\x7d\x5d\xc1\xc9\xea\x8e\xd2\x40\xb0\x42\x5f\x0d\x5c\x9d\x67\x19\x24\x8c\x67\xb3\xcf\x6c\x68\xb2\xe0\xb1\x3c\xbb\x10\xac\x9c\x57\x46\xac\x50\xd6\x3a\xa5\x94\x5b\xb0\x7a\x64\xf8\xef\x0f\xac\x33\xfb\xdc\x31\x43\x37\x0f\x0b\x81\x85\xa2\xef\x0f\x6f\x42\xf5\x09\xaa\xb6\x99\xfe\xee\x74\xf2\x5b\x5f\x47\x2d\x66\xac\xf6\x9a\x69\x36\xcd\x52\xa9\x53\xd5\xc3\x99\x22\xfb\x9c\x15\x12\xe1\x9c\xe2\xfb\xc2\x3c\x79\x07\x1f\x13\x99\x4a\x19\x1c\xce\x30\xfe\x1c\x64\xdb\x71\x19\x14\x28\x3c\x2c\x3f\xe3\x85\xe0\x80\x62\x2a\xa3\xe9\x90\x57\x13\x75\x5a\xda\xc0\x18\xd3\x7c\x34\x02\xeb\x06\xfe\xa9\x9a\x64\xff\xc0\xd4\x3e\x43\xb8\x21\x5c\x1b\x96\xc6\x8e\xd8\xe8\xfb\xb7\x8a\xcf\x22\x1d\x97\x97\xa2\x1a\xe7\xd0\xef\x79\x36\x1a\x89\x02\x7b\xae\xc5\xe7\xfa\x83\x2d\x12\x79\x9e\xcd\x64\x26\xb1\x10\x3c\xa8\x0f\x66\x3c\xc5\xa8\x7a\x57\x15\xc6\xce\xf3\xcd\x97\xc6\xd6\xba\x3a\xb5\xcd\x99\x40\xbf\xd4\x9c\xd9\xdb\x7b\xca\xd2\xad\x96\xa6\xe0\xe9\xb9\x7e\x24\x3e\xac\xca\x2b\xa9\x74\x62\x1b\x9d\x6b\xb8\x60\x67\xb6\x9b\x4a\xf0\xb4\x3e\xf3\xc4\x1e\xcd\x20\xca\x3d\x4a\x78\x0e\x81\x66\xa8\x96\xbe\xe3\x51\xc5\x4d\x0c\x28\xca\x80\x41\x84\x30\x50\x9b\xad\x28\x46\x90\x31\x11\xf5\x68\xb7\xe9\x28\xab\x44\x5a\x67\x97\x42\xad\x93\xb9\x14\xcb\x4e\x21\x8e\xcb\x82\x9b\x69\x5c\xea\x4c\xc8\x3d\xfd\x23\x96\x3d\x4a\x8a\x5c\xa4\x35\x18\xaa\xcc\xca\xed\x0c\x06\x0e\x2e\x1d\x9d\x3d\xbe\xaf\x16\xf4\xde\x79\x55\x2a\x55\xe1\x80\x8f\x79\x95\xf5\xd9\x87\x99\xa8\x78\x9f\xbd\xc9\x2a\x31\x2e\x3f\x5b\x08\x6b\x53\xb9\x06\x0e\x15\x6b\xad\xa0\xf6\x5f\xb3\xcd\x8d\x1f\x9c\x4e\x57\x68\xf3\x7a\x34\xd1\x5b\x9d\x9b\x63\x0a\x82\x4b\x84\x77\xaf\x45\xb9\xa6\x78\xb9\x84\xd4\xd3\xc6\xca\x42\xb7\xa0\x7b\x76\x1b\xef\xd2\x45\xa8\x09\xa2\x61\x77\x72\x3f\x78\x8d\x9f\xba\x81\x66\x02\xd8\x76\x5f\x6b\x19\xef\xf8\xec\xc7\x43\x78\xcd\xc3\x8e\x3e\x2a\x2d\x93\xde\x4d\x9f\xec\xda\xcd\x6b\xdb\x57\xf7\x8b\x91\x12\x8f\x84\x96\x62\x2c\x42\xba\x4f\xf9\xde\x18\x9f\x65\x2c\x03\x3d\x5f\x8a\xa2\x8e\x86\xcd\xd6\x9c\x4a\x23\x51\xca\x28\xc1\xa3\x2f\x6d\xec\xa3\xba\x6d\x8c\xbf\x71\x0c\x0a\x68\xa6\x76\x80\x59\x55\xa6\x42\xca\x44\x14\x97\xc9\xfb\x0f\xaf\x5e\x9f\xbe\x7e\xff\x57\xf3\x68\x7f\x84\x19\xf7\xed\x6e\x10\x42\xd0\x5d\x36\xac\x22\x7a\xc2\xee\xdf\xd7\x64\x80\x6b\x6b\x6f\xd3\xd6\x1f\x03\x20\x81\x7e\x83\xb6\x8d\x79\x45\xa7\x00\x4d\x5f\xad\x45\x25\xec\x23\x47\xfd\x3f\x73\xc2\x7a\xe3\xf1\x53\x11\x5a\x6f\x50\x3a\x9c\x14\x6d\x51\x00\xda\x45\xc2\x86\x2e\x59\x36\x2f\x21\x01\xd7\x98\xf9\x59\x97\x26\xc8\x15\x74\x64\x43\x5a\x51\xa3\xd6\xa5\x2f\x45\xfd\x5b\x40\xd6\xa0\x9f\xdd\x01\x6b\x67\x6e\x77\x96\x1b\x33\xbc\x13\xa2\xdc\xb4\x14\xa3\x15\x5c\x33\x7e\x1f\x1a\xac\x6c\x24\xd6\xf1\x5f\xfb\x68\x9f\xd6\xb7\xf2\x91\x24\xd8\x2b\xc7\x22\xd6\x1b\x55\x3f\x92\xb0\x7b\x05\x6b\xad\x31\x02\xb3\xfd\xfd\xb4\x2c\x0e\xe6\x43\xc5\x04\x4e\xb0\xdc\x54\xec\x3a\x49\xaf\xf1\x04\xab\x38\xc1\x08\xce\xb8\xae\xfa\x85\xfd\xf7\xc1\xff\x93\xd8\x10\xf0\xd6\x40\x0f\x48\xec\x3a\x5b\x2c\xb9\x59\x3c\x00\x70\x0f\xd8\x7e\x31\x02\xbb\x07\x3c\xb5\x84\x20\x43\x29\x9c\xdb\x8b\x91\xa8\x04\xe5\x7a\xcc\x20\xc3\x88\xe4\x63\xd8\x92\xd0\xb3\x82\x17\x0b\x1b\x7b\x05\xa3\xdf\x50\xac\x9a\x33\x35\xb2\x33\x9d\xa3\x83\xba\x29\x0b\x02\x9f\x9e\x67\xf9\x48\x31\x77\x2d\x8a\x5a\x57\x72\x6d\x0a\x3a\x2b\x08\xe0\x81\x51\xff\x79\x05\xd1\x53\x32\x2c\xfc\xe5\xf0\xdd\x5b\x96\x4d\x39\x19\x8f\x18\xb9\x82\x00\x5a\xfb\xea\xf3\x47\x85\x96\xcd\xa1\x11\xc4\xf5\x8c\x4e\x01\xe5\xf1\xd7\x81\x50\x1a\x93\x93\xc9\x4f\x06\x43\x0f\x32\xb3\xc9\xc0\x8d\xf0\x5d\xde\x21\x75\x45\xe7\x10\x2f\x19\xa1\x1f\xf8\x5f\x42\xff\x83\x26\x9a\xcb\xe1\xeb\x94\xf0\xd7\xfe\x3c\xbb\x69\xa0\x35\xb5\xf5\x99\x5a\x2a\xfd\x5b\x8d\xb5\x1c\x23\xb7\xa1\x84\xd2\x42\x82\x71\x2d\x8c\x8c\x80\x9b\x79\x26\x33\xd5\x86\xba\xb1\x13\xd9\x67\x43\x91\x72\x94\x6c\x8a\x7b\x52\x51\xf0\x2a\x2b\x59\xca\xf5\x35\x20\x9b\xab\x21\x88\x54\x89\x21\xd5\x81\xf8\xfb\x1c\x03\x71\x20\x2c\x82\x78\x50\x2a\xe4\xa8\xb5\xd4\x46\x8f\x81\x57\x07\xde\x70\xa9\x01\x5c\xf1\x36\x53\xd5\x1c\xc4\x30\x67\xa3\x6c\x0c\x01\x3f\xf0\x2e\x90\xcd\xab\x3c\x59\x1d\xc8\x70\x5e\x7b\x20\x28\xb1\x0c\xb5\xa0\xb8\x4f\x0e\x38\x85\x2e\xe3\x06\x98\x0b\x0a\xc8\x7d\x29\xaa\x9c\xcf\x20\x26\x98\x3a\xbc\x88\x2b\x9d\x7f\xc6\x0e\xed\xb0\x64\x32\x9b\xce\xf2\x05\xcb\x26\x45\x59\x89\x16\xcc\x60\xda\xfa\x6c\x51\xce\x81\xc0\x98\x9f\x7c\xa1\x96\xab\x56\x54\x8c\xa0\xc7\xc3\xc3\x54\xf0\x42\x52\x1f\xb8\xc8\x21\x5a\x95\xb3\xea\x5c\x32\x78\x5d\x79\x7f\xf1\x09\xcf\x0a\x1b\xc0\x6a\x28\x98\xcc\x72\x51\xd4\x06\x61\x43\x10\x8a\x98\x04\x87\x33\x09\x4e\x9b\x57\xda\x96\xa5\xf4\xd2\xaa\x1c\xe6\x62\x2a\x59\xae\x20\xeb\x50\x8b\x18\x8d\x09\xb8\x28\x93\x72\x6e\x78\x03\x97\x3c\x0d\x8d\xf6\x27\xe9\xae\x4b\x9f\xf9\xc3\x0c\x41\x67\x41\xcb\x33\x3f\x74\x23\x42\x57\x04\xfb\x50\xbc\x43\x03\x1e\xcc\xe6\xaa\x32\x05\x97\x29\x2d\xc1\xd3\xd3\x12\x57\xe4\xc0\x5b\x9f\xdb\x58\x56\x89\x29\x9f\xcd\xc4\x68\x89\x19\x02\x6a\x06\x65\xae\x24\xa1\xb7\xc2\x37\x36\x9f\xdc\xfe\xde\x87\xf7\xa7\x07\xaf\x0f\x0f\xf7\xdf\xff\x7c\xfa\xfe\xe5\xbb\xd7\x6c\x87\x75\x80\x43\x3a\x4e\xd6\xb9\x53\xf5\x45\xef\xac\x6c\x27\xd8\x6a\x93\x89\xa8\xff\xaa\xce\xb3\x3f\xba\x43\x7a\xd1\x6d\xc0\xee\x37\x86\x79\xed\xdd\x63\xdb\xd9\x71\xef\xaf\x9b\xc4\x1d\x60\x5a\x25\xd8\xbb\xfa\x0d\xe2\xa8\x4f\x64\x72\x5a\x5f\x67\x9f\x50\x77\x4a\x8d\x35\xbe\x42\xa7\x40\x48\x1e\x61\x36\x77\xd0\xb0\x6c\x0c\x7f\xa7\x64\xc7\xd1\x01\x20\x38\x60\x21\x6b\x5e\xa4\x82\xae\x81\x20\xf6\x94\xad\x7d\xff\xbe\xd3\x36\x51\xb4\x90\x42\x3b\x5a\x35\x0b\xba\x5d\xd7\x36\xe7\x18\x6d\x74\xa0\x2b\x8f\xee\x41\x1c\x2b\xaf\x2c\x1a\xf8\x0a\x3c\xc0\xee\xf9\x15\xc9\x00\xc1\xa5\xcb\x17\xbd\x04\x37\x10\xcf\x58\x72\x87\x76\x89\xd9\xd8\x82\x43\x89\x67\x02\xb1\xb6\x40\x4f\x2f\x7e\xaf\x8d\x0a\xd2\x08\x15\x18\xbe\x22\x07\x2c\x7f\x09\xdb\xff\x14\xb3\xf9\xe3\x09\x77\x6f\x5e\x81\x50\x85\xb8\x7d\x4a\x2b\xc0\x39\xcd\x24\x1d\x57\xc0\xa0\x63\x34\x03\x00\x07\x11\x0d\xaf\x44\x05\xe9\x84\x5c\xdd\x18\xf4\x61\xa8\xb2\x86\x72\x5d\x57\x37\xd6\x8e\xe0\x54\x7d\x8d\x4b\xeb\xc6\x62\x3e\xf2\xfb\x51\x22\x48\x61\x0f\xb7\x0c\x18\xb7\x71\xe4\xe1\xbf\xae\xf9\xcc\x74\xa1\x3a\x26\xfa\x75\x5d\x1b\x9c\x0d\x81\xb9\xf3\x02\xe0\x27\x75\xf9\x56\x0d\x03\x8d\x6e\xdb\x6d\xd7\x6b\x93\xec\x52\x14\xa4\x16\x98\xad\xba\x31\xea\xcc\xaa\x2e\x6b\x96\x5c\xd4\x2a\x70\x14\x5a\x72\xbb\x05\x6b\xb2\x6b\x81\x79\x7a\x48\x9f\xd1\x62\xdf\x75\x82\x4d\x38\xc2\xed\x45\x23\x5d\x18\xf5\xef\xfa\x84\x5b\xd8\xc6\x13\xc6\x2a\x59\xbe\xb4\x30\xac\x18\x73\x43\xc1\x0e\xae\x49\x73\xb9\x61\x3b\x0e\x09\xec\xfd\xc2\xcf\x15\x1f\x6a\xac\x35\xfa\x70\x73\x38\xcd\x3e\xab\xc9\xb5\x81\x1b\x59\x59\x08\xd4\x6a\xcb\x19\xec\x07\xd4\x8a\xed\x98\x5f\xbb\x0c\x6f\x19\xbc\xd5\x6a\x24\x20\xdc\x20\xe8\xaa\x37\x6c\xc0\x5a\xea\x35\x4d\xcb\x99\xe6\x98\x0c\x17\x8d\xf4\xae\xe2\x71\xbe\x03\xa1\xa0\x9b\x34\xcd\xbe\x4a\xb9\x24\x62\xc8\x23\x5d\xcd\x46\x54\x0b\x98\x75\xe4\x70\x6b\x83\x83\x6d\x2f\x81\xf5\x36\x10\x27\x0d\x60\x27\x9e\xf4\x81\x03\xe0\x2b\xad\x36\xaa\x3a\x1e\x60\x12\x2c\x8d\x38\x6f\xb7\x76\x62\xd9\x4a\x0f\x6d\xe4\xba\x6f\x6a\x55\xda\xf9\x74\x13\x08\xbd\xb8\x58\x0b\x84\xda\xaf\x26\x9c\xaf\x24\x66\x1b\x2e\x70\xfd\xc6\xd6\x20\xa6\xe5\x59\x63\x6f\x33\xe9\x28\xd6\x90\x44\x56\x83\x69\x5b\x83\xb6\x86\x5d\x85\xe4\x03\x86\x82\x03\xc2\x2d\x86\x77\xa3\x96\x4d\xef\xce\x6f\x84\x1f\x74\x12\xdc\x5d\x7c\x05\x87\x7c\x0d\x77\x8c\x44\x2e\x6a\x71\xfb\x5c\x9b\xfb\x2c\x9f\x4b\xd6\xd7\xc1\x18\x65\x92\xf2\xaa\x23\x63\x5d\x2d\xc8\xd8\x45\xc0\xf5\x56\x04\x95\x46\xa5\x90\x45\xa7\x66\xe2\x33\x46\xdb\x34\x3c\x7d\x8f\xc8\x95\x04\x0a\x8c\xc7\xca\x60\x1a\x3a\x3b\xd4\xe2\xf5\xf8\xbb\xef\xaf\x35\x05\x6e\x8e\xbf\x63\x75\x95\x89\x91\x3f\xd9\x70\x78\x50\x3a\xb5\xeb\x77\x20\x46\xc9\x59\x2f\xc2\x7c\xc7\xda\x39\xe6\x95\xc6\x7c\xc1\x30\x49\xbe\xa4\x03\x72\x26\xcd\x8c\xb5\x10\x3c\xb1\x0a\xd4\x57\xd0\xfe\x96\xd6\x11\x3f\x1e\x07\xd5\xac\x56\x9a\x3c\xcd\x45\x05\x84\x07\xec\xdb\x70\x77\xef\xb0\xda\xb0\xe8\xd9\xdb\x51\x37\x9c\xb4\xa3\x6b\xdd\x42\x83\x0b\xb1\x38\x81\x6b\xa4\xe6\x70\xbc\xa9\xbd\x8d\x1a\x0a\x4e\x63\xca\xda\xe2\xaf\x4f\x39\x58\x48\x02\xa5\x85\x17\xa5\x3a\xf8\xac\xb2\x07\xbf\x54\x74\x33\xab\xcb\x06\x64\x46\x64\x0e\xcb\xf7\xbe\x62\xe1\x58\xdb\x6e\x9d\xcd\xe6\xda\x3d\x89\x2e\x6d\xb7\xab\x86\xa6\x07\xae\x52\x7a\x61\x39\xea\x05\x45\x3f\x86\xcf\x70\x62\xfc\xfb\x5c\xc0\xc1\x6e\x38\x47\x2d\x8e\x34\x82\x73\x2e\xd9\x42\x80\x15\x74\x28\x5c\xf3\x01\x40\xd7\xc7\xca\x89\xf0\x6c\x44\xd9\x74\x2a\x46\x19\xaf\x45\xbe\x58\x6a\x11\x25\x0d\xd0\x15\x71\x4b\xae\x38\x60\x43\x2a\x82\x6c\x56\xfe\x49\x2b\x48\xf6\x98\xd3\x29\xa4\xbd\x5a\xa8\x3a\xdf\x4d\x54\x17\x24\x6d\xd5\x3f\xbb\x91\x99\xc1\x13\xc1\x40\x3f\x30\xa3\xea\xed\x33\xaf\x83\xb2\xaa\x1f\x8e\x6b\x63\xe1\x2e\x81\x0c\xe3\xe1\x34\x0f\x0a\xf7\xc2\x93\x82\x97\x5b\x5a\x55\x77\x96\x11\xaa\x64\x34\xc7\x5a\x27\xdb\x76\xd7\x29\x95\xa9\xc3\x15\x9e\x37\xb4\x01\xd4\x5b\x8c\x20\x90\xa9\x82\xab\x1f\x06\x31\x71\x4d\xa6\xaf\x10\xd6\x76\x53\x0d\xf0\xe0\x30\x74\x8d\x73\xaa\xdd\x58\x0d\xc7\xef\xde\x28\xa1\x41\xdf\x91\xe3\x92\x63\x6e\xd6\x18\x49\xb4\x1a\x7b\x2d\x83\xb4\x5c\x3e\xea\x49\x23\xf5\x92\xdb\x08\xf3\x3f\xc4\x1b\x51\x9e\xbd\x2f\x5f\xc2\xe4\x62\x2e\x00\x4a\x3f\x16\x6b\x8f\xd7\x78\x6d\xcd\x6f\x7a\x3e\xb1\x7c\x39\xd8\xdc\x96\xbf\x2e\xc6\xca\xf2\xad\x58\x71\x8d\x2e\x6a\x5a\x12\x9a\x1b\xb5\x8b\xbf\xbf\x69\x17\xb4\x61\xab\x8d\x19\x1c\x0e\x95\x78\x0a\x76\x68\xf0\x96\xd3\xf9\xfe\x26\x59\x7d\x3e\x1f\x42\x76\x3f\xeb\x5d\x6e\x0c\xff\x57\xd9\x45\xb6\xfe\xab\xc2\x64\x0d\xf5\x3d\xb5\xe1\x4d\xcb\x4a\x40\x84\xce\x6a\x0a\x23\x4c\xce\x1c\x82\xc6\x76\xff\xf0\xed\x10\xad\x9d\x78\xc2\x72\x18\x8a\x26\xc6\x8a\xd9\x6e\x25\x0a\x3b\x3a\xad\x75\x8d\xe5\xe6\xf6\xb3\x5c\x8b\xbc\xf2\x0e\x76\x6d\xc7\x22\x53\xc1\xfd\x60\x4c\x57\x70\x6f\x3a\xf5\x0c\x42\x5a\xd9\xd5\x6e\xe5\x8d\x2a\x87\xd9\x54\x54\x03\xf2\xfa\x58\x7a\x8f\x6a\xbd\x86\xda\xcf\x20\xd1\x6d\x74\x75\x81\x6d\x3c\xc9\x91\x49\x5f\x89\x9c\x2f\xd8\x0e\xdb\xda\xd8\xd8\x70\x4a\xa7\xfc\x33\xa0\xbe\x5f\xbc\xa3\x6b\xd4\x1d\xb6\xb9\xe1\x08\xe3\x5b\xd5\x4f\x8f\x02\xe8\xec\x19\x55\xbe\x1b\x84\x6a\xcf\x9f\x1f\xa9\xaa\x78\x44\xfd\x2c\xe7\x81\x45\x2b\xbe\xa8\xc0\x4a\x4f\x77\x07\x4a\xe3\xab\xc4\x9a\xbb\x82\xc0\x55\x12\xd7\xb7\xef\xe7\x9b\x72\xb8\x0a\x75\x4e\x3b\x98\xd9\xac\x58\x90\xb9\xe3\x8c\xfd\xe0\x0b\xaf\x33\x64\xf8\x22\x15\x09\xfb\x24\x50\xe3\x28\x26\xec\x4a\x29\x9b\x8e\xc2\x31\xe5\x0b\xcc\xfb\x33\x2f\xb2\xa2\x16\xc5\x28\xbc\x64\x60\x86\x09\x64\xac\x13\xba\x66\x60\xc7\xc7\x45\xa3\xd4\x9f\x01\x74\x8c\xda\xe8\x37\xa7\xb6\x97\xfc\xad\xcc\x8a\x6e\xa7\xcf\x3a\xbd\x10\x86\x3f\x3f\x49\x2e\x8a\x49\x7d\xce\x5e\x44\xf8\x63\x97\x9d\xb1\xee\x0f\xec\xfb\xeb\x68\x8b\xb5\x66\x8b\x1b\x90\x38\x3d\x4c\x85\xd9\x8b\xca\x9a\x96\x39\x6f\x9a\xf9\x82\x8a\x7a\x25\x92\xc4\xea\x7b\xcc\x1e\xbe\x7e\x0c\xae\x72\xd1\x3d\xe4\x40\xd4\x7d\xb6\xbf\x57\x16\x8a\xf2\x05\xbc\xce\xa7\xcf\xce\xfb\x37\x53\xd5\xbb\xce\xc5\xaf\x3f\x71\x09\x71\xd6\x3d\x07\x1e\xdd\x24\x52\xff\x0d\xad\xfc\x0f\x15\x9e\x32\x1a\x6d\x74\x05\xaf\x2d\xd6\xfd\xa0\x58\xd4\xd6\xb7\x1f\x83\x57\x79\xe5\x74\xa8\x76\x34\xae\x2f\xd1\xc8\x97\xc7\x24\x08\xe9\xaa\x5d\xc5\xa4\xa3\x32\x27\xc2\x54\x4a\x34\x6d\x09\xd9\x6b\xfa\x02\x1d\x80\x05\x4f\xed\x56\xe3\xac\xd2\xf6\x6b\xe8\x01\x75\xe5\xd4\xa1\x61\xeb\x7b\x3b\xa8\xa3\xa9\x29\x7f\x3c\xd4\x3f\x31\xe2\xad\xee\x67\xc0\x4c\x81\xce\xff\x11\x49\x0d\x42\x51\xd1\x63\x73\xf7\xa3\x25\x8d\xd3\xc7\x8b\x7f\x0e\x95\x36\xef\x46\xa6\xb0\xf9\x96\xf6\xb9\x82\x58\x29\xbf\x2f\x99\x37\xfb\x96\xb2\x5b\x3e\xcd\x37\x1d\xa2\x6f\x2e\xa7\xba\x6d\xb4\xe5\x34\xda\xfa\x1d\xa7\x6a\xf3\x05\xbb\xcf\x62\x05\x5b\xff\xa1\x93\x18\xb6\x7f\x68\x1c\x8e\xb3\xea\x8f\xe4\x01\xe7\xf7\xc3\x7f\x2e\x3f\xd8\x46\x0f\x9d\x46\x0f\xff\x39\x4c\xd4\x52\xf0\xf0\x4f\xee\x5a\xa5\xf9\x23\x8d\x7d\x39\xaf\xea\xf3\x7f\x12\x77\x3a\xbf\x1f\xfd\x0f\xe0\x54\xdb\xe8\x91\xd3\xe8\xd1\x57\xb2\xb7\x82\xf7\x7b\xb1\x78\x4b\xc1\xa3\x17\xc7\xc5\x9f\xdc\xff\x07\x70\x7f\xd8\xfe\xb1\x19\xfd\x58\x35\xff\x27\x2e\x1b\xe7\xf7\xe3\xff\xd4\x25\x64\x1b\x3d\x76\x1a\x3d\xfe\x03\xd6\x9d\x7b\x55\xd0\x5c\x7c\xed\xa5\x0f\x97\x96\x3e\x5a\x5a\xfa\xf8\xcf\x45\xfa\x6f\xb6\x48\xc3\x86\x4f\xf4\xb8\xb3\xcf\xff\xc2\xd5\xed\xfc\x7e\xf2\xe7\x4a\x8f\x36\x7a\xe2\x34\x7a\xf2\x1f\x23\x1e\x96\x95\x3e\xf9\xe7\x09\x0f\xc9\xd6\xd8\x87\x42\x30\x6d\x6d\x46\xb8\x02\x13\xe8\x0c\x85\x0e\x0b\xd7\x85\xb7\x41\xd8\x34\x85\x4b\x59\x09\xc5\x6a\x2e\x16\xbd\x15\x97\x49\x37\x49\x12\xd3\xef\x80\x75\xf7\x57\x30\x1d\x60\x36\xd1\xf8\xa4\xf2\x62\xf1\x27\x95\x56\xa2\x92\x7d\x2c\x63\x47\xa4\x9d\x13\xd5\x1f\xda\x26\xb8\xb3\xb3\xc3\x36\xbd\x92\xa3\x8d\x13\x70\x1c\xec\x7a\x5f\xb8\xb4\x46\x39\x70\xfb\xdb\xd3\x41\x16\x28\x06\x9b\xff\x5e\x9e\x35\x1a\x2f\x9b\x4f\x9b\x69\xd1\x09\x11\x08\xb6\xa6\x25\x03\xf4\x13\x14\xfd\x26\xf4\x0b\x20\x26\xe7\x43\x27\x04\x04\x31\x44\x56\xb0\xfa\xaa\x64\xb3\x73\x2e\x85\x4c\xd8\x1b\xd8\x39\xaf\x94\xec\xcf\x73\x91\x62\x40\x08\x08\x42\x54\xe0\x57\x64\x2b\xc8\x0a\x0b\x6f\x90\x37\xf5\xf3\x3d\xe7\x75\x8d\x36\xe2\x97\xd5\x45\x56\x4c\x0e\xe6\xc3\xd4\xa7\x49\xc4\x51\x17\x63\xe2\xc4\xad\x8d\x6a\x58\x7d\xa6\xc6\xf6\xa2\xf5\x41\x71\x8a\x8e\x8f\x07\x0e\xb3\x2b\x22\x7b\xbe\x5f\xb6\x8e\x63\xb7\x0f\x5e\x04\x63\x44\xd5\x48\xbd\x10\x44\xe8\x43\xa6\x1a\x87\x59\x46\xf5\xdb\x5c\x7c\x78\xdb\xe4\x0d\x78\xa1\xeb\x80\x6c\xd6\x80\x87\x5a\xb1\xeb\x06\xfc\x6f\x7d\x5d\x4d\x6a\x63\x4e\xd7\x82\x39\x91\x6a\xb5\x52\xf2\x65\xf7\x66\x96\x59\x3f\x37\x44\x22\xec\x7d\x67\x39\x76\xdb\xe1\x95\xa8\x21\x25\xd5\xfd\xe8\x53\xb4\x6d\x69\xf8\x14\x8b\x57\x0e\xe9\xed\xf4\x10\x92\xdd\x82\x6a\xe5\xc0\x3b\x43\x63\xed\xdc\x7c\xe4\x34\x3e\xa1\xc0\x21\xd1\x21\x78\x15\x7b\xdb\xcd\x4e\x62\xe9\x59\xef\xd6\x3d\xdb\x61\x47\x2b\x74\x7e\x12\xeb\x3c\xfc\x14\x7c\xb8\x89\x70\x4e\x9d\x15\xde\xbd\x7f\xa3\xd6\xfa\x3a\x3e\x8c\x94\x70\x1b\x95\x72\x59\x4b\x36\x14\x79\x79\x85\x69\x9e\xd5\xa0\x38\x46\x8b\x06\xaf\x26\xc9\xb6\x92\x67\x49\x08\xa0\x1c\x95\x03\x8a\x82\x02\x20\xd0\xfb\x67\x01\xa2\x4b\xb5\x78\xee\xb5\x70\x45\xe5\x5f\x31\xf3\xf0\xbe\x7e\x17\xdd\x35\x12\x94\x50\xea\xc1\x83\x7b\x9f\x1c\xde\x8a\xf8\x2b\x3d\x61\x77\x56\x7e\xa3\x69\xb8\xe4\x9d\xbe\x5b\xaf\x0b\xf1\xbf\x36\x7c\xec\xc2\xfb\x6b\x90\x8e\xb7\x8d\x49\x96\x40\x3a\x0a\x27\x76\x7d\x3d\x76\x13\xff\xce\xdc\xc4\x1f\x2e\x66\xe2\x00\x22\x7e\xad\xe3\x83\x91\xf5\xad\xc7\x8f\x9e\x3e\x0a\xc1\x24\x49\xd2\xf5\x53\x2d\x3b\x03\xef\xb1\x5d\x77\x0e\xd8\x80\x1d\xb9\x7f\x9a\x5d\xf3\x27\x2e\xc5\x49\xaf\x7f\x3b\x6c\x97\x1e\x0a\xb8\x37\x3f\x03\xc3\xf5\xab\x80\x3f\x09\x39\xb6\xf1\x33\xe2\x46\xa0\x26\xd6\x75\xb1\x6b\x5d\x8f\x3d\x7b\x0f\xb9\x11\x44\x92\x6d\x91\xf1\xb4\xa3\x85\xcc\x7b\x30\x1f\x9a\x0a\xcb\xda\x6f\x3b\xfe\x83\x45\x79\xa5\xb6\x69\xbd\xe3\x93\x8f\x58\x73\xd3\x1f\x53\xb2\x75\x0e\x8e\x85\x8b\xe3\xf0\x9d\x45\x20\xbf\xdb\x07\xeb\xfb\x0d\x7e\xbb\xbc\xf5\x35\x07\xf0\x76\x5f\x4d\xf2\x39\x73\x1a\x90\x2f\x14\x90\xa8\xbf\xc1\x03\x47\x88\x56\x17\x5e\xcc\x1b\x55\x2d\xd4\x46\x7d\x2e\x4a\x92\xc4\xa2\x99\x4c\xf9\xac\x8b\x80\x43\xed\x65\xd0\x72\x87\x6a\xb5\x1a\x85\x40\xb8\x00\x28\x6e\x47\x14\x22\x85\xf9\xd0\x57\xae\x6c\x37\x5e\xcd\x19\x67\x8f\x0d\xe2\x75\x82\x95\xe1\xaf\x14\xcf\x49\x69\x05\x17\x1b\xc3\xa4\xcd\x27\xc8\x01\x29\xbd\x80\xb7\x5e\x49\xe4\xf2\x79\xf5\x6b\xed\xaf\xbb\xa6\x7e\x25\xc4\x4c\x07\x90\xb2\x0d\x9c\xaf\xe1\x45\xb5\x51\xbc\xa5\xb5\xd1\x50\x44\x9e\xb2\x10\x7d\x70\x7f\xaa\x84\x2c\xf3\x4b\x21\x8d\x0e\x06\xc9\x57\x6b\x49\x6f\x28\xe1\xfd\x38\xf8\x66\xc0\xfb\xdf\xe6\x49\x0b\xa6\x8d\xad\x31\xfc\x17\xbc\xaa\xea\x52\x43\x0d\x81\x7a\xcd\x79\x9e\x1f\x68\x35\xf0\xc0\xa0\xd7\xa7\x07\x89\xea\x2c\x36\x8c\x6b\x86\x2b\x1e\xca\x7e\xcb\xea\x73\xc0\x8a\x0e\xe9\xf0\xdb\xb1\xdd\xd8\x07\xc0\xe6\x58\xe2\xdc\x66\x5b\xbb\x0e\x2d\x40\x17\x88\x2a\x4b\x92\xc4\x8c\xc0\x1c\xf9\x1a\x6b\x27\xde\xf5\x8b\xe0\x20\x08\x56\x10\x67\x22\x1d\x44\x5c\xc7\x24\x9d\xf2\x35\x5e\xd3\xba\x4e\xf9\x12\x12\x69\x5c\x8e\x2d\xc1\xbd\xc3\x86\x0c\xe5\xa3\xce\x47\xa5\xf4\x43\x77\x75\xcb\x96\xe5\x2c\x63\xeb\x57\x86\xfe\x21\xcc\x4d\x50\xe1\x1e\x5d\xc3\x73\x27\x56\xa1\x43\x67\x7c\xa4\x2d\x69\x2f\x10\xaa\x1b\x9c\x33\xcd\xb3\xf1\xf8\xa2\x3c\x1f\xb0\x7d\x1d\x49\x10\x23\x38\xb0\x72\x5e\xb3\xf3\xf2\x0a\x34\x34\xf0\xff\x82\xe7\xea\x8e\xce\xa6\x76\x9d\xc4\x00\xda\xc7\x47\xf1\xe5\x54\x50\x94\xcf\x92\x8d\x4a\x7c\xca\xab\x1a\xce\x25\x46\x67\x9a\x66\xb5\xda\x85\x0c\x43\x79\x00\xa6\xe0\xa8\xa9\x70\x18\x0a\x56\x08\xb5\xef\xf1\x6a\x01\xce\x4d\x0c\x9b\x0e\x45\x5a\x4e\x85\x84\x10\xe4\x0a\x5e\x9e\x0d\x93\x51\x52\x4b\xd6\xbd\xa2\x63\x2d\x29\x97\xe5\xbc\x62\xe5\x55\x81\xad\x30\x27\x40\xae\x20\x99\xee\xe0\x8d\xfe\x78\x9c\xa5\x4a\x56\xd0\xc3\xe5\x5e\xe2\xd1\x39\x62\xc2\xe8\xda\x5c\x1b\x6a\xbb\xe9\xd1\x8f\xed\xa6\x04\xbd\xbe\xf9\xbd\x44\xa7\xf8\x5c\x57\x3c\xc5\x42\x35\xd3\x5e\xc4\xf0\xb0\x2c\x22\x4a\x57\xf1\x0a\xfa\x60\x9e\x67\xf9\x55\xe9\xbb\xdf\x22\x66\xaf\xe8\xb3\xfd\x8f\xa8\xa9\x78\xdf\x56\x96\xfa\x13\x51\xb7\x20\xe2\x7e\x86\xec\x52\x5e\x3b\x08\x37\xf7\xc9\x79\xf4\xda\xc7\xd5\x75\x58\xba\x1f\xdd\x70\xe6\x58\x6a\x02\x49\x7f\xbd\x9b\xd3\x21\xbf\x40\xa3\x4b\x19\xda\xd0\xd0\x50\x87\xa2\xb8\x8f\x01\x88\xe8\x95\x27\x44\x1e\x1a\x5b\x53\x1e\xaf\x04\x97\xe8\xdb\x0f\xd5\xe8\xa9\x79\x96\xe7\x0c\x43\xba\x40\xb4\x01\x85\x2b\xbe\xac\x62\xbf\xd2\x9e\x93\x49\x38\x76\x15\x3c\x2f\x27\xe5\x1c\xdf\x84\x72\x08\xb3\x08\xc0\xce\x1c\x97\xeb\x33\x1b\x06\x69\x46\x4a\x1b\x9c\xb7\xce\x75\x98\x24\xdc\xe6\x44\x21\x21\x70\xcb\x95\x60\x53\x9e\x15\x35\xc7\x3a\x00\x0e\xb0\xad\x46\x18\x22\x01\x56\xda\x74\x9e\xd7\xd9\x2c\x17\xee\xb6\xa9\x34\x50\x54\x1c\x1a\x2f\xc0\x56\xf2\xe0\x22\x7b\x23\xae\xd6\x6c\x42\xce\x92\xcb\x12\x76\x44\xee\x2a\xbe\xc1\x93\xab\xc1\xc0\xab\xb8\x71\xfd\xc9\x05\x77\xe7\x82\xe5\x77\x7b\x4e\xe3\x3b\xde\xea\x39\x2d\xef\xc0\x31\xff\x62\xa7\xb4\xd5\xb8\x6e\x65\x8f\xb4\x3f\xf9\xf1\xdf\x92\x1f\xef\x76\xbf\xfc\x3b\x30\xf2\xff\x40\xcf\xba\x6f\x5e\x09\x2b\xba\xd5\xfd\xb9\x44\xfe\xb3\x96\xc8\x1d\x9d\x2f\x7e\xe7\xc5\xf5\x7f\x8b\x63\x60\x73\x75\xfe\x4b\xbc\x02\xff\x5c\xbc\x77\x5f\xbc\xd1\x8b\x7e\xd6\xb8\xe9\x5f\x6d\x49\x04\x37\xf9\xee\x6d\x2f\x6a\xd9\xf6\xd5\x99\xcf\x53\x2f\xe2\x5c\xd4\xf0\x77\xf8\x73\x86\xff\x03\x67\xd8\x0b\x83\x0b\xdd\xed\x49\x09\x9d\xd9\x21\xa0\x2d\xa5\x1f\xda\x02\xba\xbd\xc6\x2b\xfb\xbb\xb0\xc8\xe6\xbf\x84\x45\xf6\xe4\xff\x58\xfe\xd0\x6d\xf5\x23\xcf\x35\xd6\xd5\xf1\x81\x7a\x4c\xdb\x67\x28\x04\x14\xe0\x04\xe1\x0b\x15\x86\xd5\x3c\x6f\x0f\x9a\xec\x4e\x7a\xdb\x71\x5d\x0e\xd8\xd1\x2a\x07\x76\x4c\x31\x68\x83\x2e\x79\xc6\xaa\xd6\xfd\xca\x33\x8f\xfe\xc9\x4c\xff\x79\xcc\xb4\xe4\x24\xef\x71\xd6\x52\x65\x6c\x35\xf5\xeb\x1b\x39\x70\x93\xdd\x77\x51\xfd\x93\x1f\xff\xf3\xf9\xb1\xfd\x40\xae\x78\x13\x2f\x1e\x56\x3f\x2e\xb0\x3b\x9c\x12\xd8\x1d\x0e\x07\xbf\x2b\x5f\xbb\x7f\x3c\xfc\x93\xc9\xff\x2f\x63\xf2\xf6\x83\xf1\xbf\x13\xc3\xb3\x3b\x38\xfc\x7f\xdd\xe2\xf8\xb7\x3f\x26\xff\xb9\xbe\xfe\x9d\xd7\x57\x78\xa1\xf5\xa7\x82\xfc\x7b\xf0\xd2\x7f\x3a\xff\x84\xf2\xf6\x0e\x87\xf8\xaf\x62\x1d\x7b\xc6\x27\x9f\x5b\x7d\xbf\x8e\x4f\x1c\x5a\x1a\xec\x60\x50\xb4\xbd\xc6\x9b\x82\x1b\x93\xb0\xc1\x71\xd1\x41\x1f\x42\xf7\xd5\x85\x1b\x27\xc8\x54\x89\x3d\x01\xf9\x31\xe2\x46\xd3\xde\x75\xc4\xab\x43\xc7\x90\x8d\xc4\x69\xd9\x59\xfa\xd6\xa5\xe7\x8d\xc3\x0d\xcf\x2d\x6d\x7a\xe0\xa6\x3b\xd2\x81\xa8\x5f\x56\x82\x83\xc7\x7d\xa4\x53\xff\x31\x44\xa4\x42\xc3\x4b\xd3\x01\xda\x0b\x5c\x3d\xbd\x0e\xdb\xde\x37\xf8\xae\x9d\xce\xec\xc6\xdd\x60\xa3\x48\x2d\x7f\x24\x13\x7b\x72\xc3\xbe\x7c\xb1\x1e\xb5\x2c\xe6\xa9\xee\x78\xa9\xbb\xde\x5c\xae\xa7\x78\x1b\x2a\xe0\x5a\xed\x0e\xde\xf5\x00\x47\x60\xd7\xfa\x05\x55\x5f\x8b\x39\x78\xb6\xd2\x70\xbb\xe9\x5a\x97\x2e\x97\xb2\xd4\x66\x37\x74\xbc\xb2\x1d\x78\xf1\xda\x77\x62\xbe\x2b\x3a\x1c\x19\x92\xa2\xcf\xae\xd9\x28\x93\xb3\x9c\x2f\x74\x8c\x2e\x67\xf2\x6e\x0c\x9a\xbd\xed\x30\x6e\x9f\xdb\x53\x2f\x74\x92\x75\xb8\x12\xdd\xda\xbc\xda\xbe\x4f\xbd\x33\xf7\x3e\xf5\xd4\x4a\x40\x6a\x25\x48\xf2\xee\x91\x0b\xc6\x86\x04\x3c\xd1\x91\xa0\x58\x27\x1e\x3d\xaf\xe1\x17\xbf\x52\xa7\x4d\x98\x11\x07\x57\x67\xa1\xf9\xb1\xf2\xc7\x3e\x19\xbc\x15\xd6\x42\xbb\x86\xf3\x91\x57\xd1\x46\x05\x4f\x30\xff\x44\x96\x66\xf5\xe2\x1d\x6e\x2f\x99\xa8\x42\xff\x3f\xc7\x40\xea\x0e\xd7\x0a\x23\xca\xb9\xb5\xce\x5e\xb2\x19\x4f\x2f\xf8\x44\x48\x96\xf2\x14\xae\xc8\x78\x0d\x39\xef\x25\x53\xdb\x9b\x09\xfb\x8b\xe9\x2c\xb3\xe2\x6f\xf4\xfc\x0b\x53\x9b\x50\x63\x08\xce\x58\x5f\x65\xa9\xd0\x1b\x25\x94\x0e\xe7\xc5\x28\x17\x6c\x0d\x32\x0b\xc0\xfe\x8b\x7d\x64\x92\xe5\x65\xca\x73\x9d\x18\x67\x5a\x8e\xe6\xb9\x60\x69\x5e\x42\x97\x19\x24\xb1\xc0\x06\x08\x42\x07\x80\xd7\xb8\xee\x29\x30\x4b\x93\x51\x9a\xf7\x60\xeb\xeb\x0c\x6a\x33\x9e\xa2\xf3\x7b\xc9\xae\x30\x21\xbe\xf1\x46\xdc\x7f\xbd\xb9\xc9\xa6\x62\x5a\x56\x0b\x96\x0b\x7e\x91\xe8\x54\x63\x59\x31\x60\x94\x3d\x7f\x59\x04\x3c\x93\x25\x54\xb5\x60\x3b\x04\x5f\x51\x39\x4c\x0d\xba\xfe\x80\x15\xe5\x5a\x39\x83\x3d\xf7\x26\x96\xa1\x5d\x8a\xfa\xaf\xe8\x41\xd8\x75\x68\x6b\x83\xd3\xd2\x47\xaa\xd3\x9a\xf2\x8b\x5c\x49\x01\x21\xc8\xea\x65\x30\xee\xb8\x2e\x9b\xdf\x98\xdf\x5d\x4b\x1e\xc3\x42\x3b\xac\xdb\x85\x3e\x49\x24\x26\xa7\xa7\xba\xec\xf4\x54\x95\xb6\x17\x82\x48\xea\xb9\xaf\x16\x7e\x13\x8c\xe7\x79\x79\xc5\x44\x66\x72\x99\x4c\x20\x93\x86\xed\xb0\xac\x88\x93\x7c\x2e\x96\x98\xc4\x17\x32\x1b\xf1\x5a\x30\x59\xb2\x5a\xa0\x26\x99\x72\xdb\xc3\xdf\xe6\xa0\x5e\x08\xee\x01\xaf\x4b\xbc\xe1\x85\xdc\x3a\x35\xaf\x9d\x28\xd0\xf7\x74\x37\x47\xce\xe4\x40\xdc\xd7\x7b\x1e\x6b\x7a\xc5\xce\x2a\x6f\xaf\xc4\x76\x82\xa9\x0d\xa2\xc9\x93\x5b\x29\x90\x38\x8e\x84\x01\xd0\x44\xee\xc8\x79\x57\xa6\x01\xa1\x6c\xf6\xfb\x8c\x87\x99\xd3\xba\xfb\x2f\x22\x9f\x61\x7a\xe4\x71\x56\xa0\x0f\x2f\xa4\x6c\x00\x9d\xbc\x80\xc8\xd4\xe0\xa4\xab\x66\xb8\x60\x5c\x69\x89\x7d\x93\x1c\xc8\x26\x30\x2f\x01\xd8\x48\xd4\xa2\x9a\xd2\xa3\x51\x36\x55\xcb\x64\x69\xbc\x61\x00\xc7\xd6\x50\xf9\xc4\x29\xe2\x15\xb5\xd1\x75\xd2\xa1\x9b\x98\x0d\x8f\x05\x3a\x0b\x45\x5d\xcd\x05\x53\x8a\xad\xea\x49\xf8\xbe\xf1\xe3\xaa\x9c\xee\xc3\x48\xd6\x48\x65\xe6\x39\x0d\x4d\x75\x54\x73\xb5\x40\xab\x72\xca\xba\x94\xe7\x09\xd8\x6b\xa3\xd7\xa2\x3b\x2b\xea\x00\xb8\x1f\x0f\x5f\x74\x01\xef\x01\x3b\x3c\x3a\xe9\xb3\x74\x38\x60\x5d\x45\xa6\x01\x3b\xec\x63\x07\x3a\xc2\x26\xbc\x36\xa1\x0c\x38\x7d\x8b\x90\x09\xc0\xb9\xc3\x36\x7a\xe6\x0f\x1b\x20\x19\x70\xdc\x61\x6b\x9b\xae\xea\x07\x25\x6c\xc7\x42\xd9\x26\xea\xdd\xbf\xcf\x32\xf6\x23\xfe\x41\x6a\xc4\x36\xcb\x7e\xf8\xc1\xd7\x00\x87\x88\xf3\x51\x76\xd2\x67\x99\xa7\xdf\x51\x6f\x99\xe1\x25\xc8\x64\xdc\xbe\xf5\x40\x83\xf0\xbe\x2d\xc2\x45\xe8\x08\x12\xe3\x1f\xdc\x7d\x24\xaf\x33\x39\xd6\xf9\xc0\x4d\x06\xc0\x15\xd8\xe3\x2b\xb9\x63\xc9\xc4\x7e\xe5\x9c\xf6\x06\xec\xb0\x25\xc8\x35\x51\xd5\x70\x4d\x97\x56\x4e\x3a\xec\x39\x67\x12\xac\xf6\xa3\xf3\x78\x8c\x88\xec\x07\x96\xf4\x27\x80\x26\x52\x35\x3d\x09\xe7\x61\x0f\x12\x85\x49\x4b\x6a\x38\x62\x53\x22\x94\xec\x1f\x02\x7c\x67\xcf\x71\xb2\x28\x5f\x78\x5d\xb2\x59\x39\x9b\xe7\x3a\xe3\x7f\xdb\x5a\x85\xe6\x6b\xec\x40\xfd\x03\xe7\x75\xc5\x6f\x6e\x85\x89\xa8\xf7\xd5\x6c\xfb\x69\x14\x35\x6c\x42\x22\x15\x39\xad\xc2\xd6\x27\x28\x30\x04\x3c\x8e\x1e\xbe\xe8\x4a\xc8\xb4\xab\xf3\x14\x53\x1f\x03\x22\x9d\x37\x29\x87\x3d\x98\x3d\x3b\x09\x76\x46\x1b\x07\x29\xbd\x9a\x36\xb6\x61\xf1\xa8\x4e\xfc\x45\x83\xc3\x03\x69\x4a\x7d\x76\xb3\x5e\xaf\x6d\x36\x1a\xd3\xe0\x64\xdf\xc1\x71\x73\xcd\xc2\x5c\xb1\x63\x95\x7d\xc6\x97\x0f\x69\x99\xcf\xa7\xc5\x5e\x39\x2f\x6a\x1a\x0a\xb4\x2f\xc7\x54\x12\x8f\x50\x6c\xd2\x66\x40\xda\x00\xf4\x65\x32\x1d\x50\xe6\x1f\x6f\x91\x38\xbd\x60\x6d\x92\x39\xb6\x1f\x93\x46\x10\xdf\x2f\x40\x92\x52\xc0\x13\xe1\xe8\x25\xf5\x52\x63\x5f\x8e\xb1\xf7\x96\x49\xac\xcb\x77\x50\x4f\xcd\x20\xd4\xd3\x0b\xcb\x62\x62\xe6\x0e\x8a\xf4\xbc\x69\x21\xa3\xda\x24\x95\x18\xcd\x53\xd1\xed\x56\xe5\x95\xa4\x5a\x7d\xef\x31\x68\xcb\xf2\x74\x73\xc0\xc0\x0a\xfb\x5f\x1e\x09\xd4\x09\x76\xc3\x7d\xad\x53\x5e\xd1\xc6\xe9\xbd\x2c\x3d\xe9\xb5\xe4\xce\x50\xf5\x8f\xa0\x91\x89\x29\xbb\xe9\x3f\x06\xc7\x97\xab\xae\x0c\xb5\x6f\x73\xca\x2b\x7c\x4b\x7f\xd3\x67\x47\xf0\x40\x07\xc6\xd5\xcc\x13\x80\x6c\x63\xb6\xdc\xac\x36\x72\x0d\x33\xdf\x39\xa2\xd4\x84\xf6\x50\x87\x5f\x32\x7e\xa2\xe4\xe5\x2e\x0f\xda\x65\x17\x0a\x58\x8f\x81\xca\x19\x66\x31\x84\xb7\x30\x96\xd7\x68\x2b\x3d\x74\x15\x04\x05\x5b\xa7\xa4\x84\x27\x6b\xd3\xf2\x52\xb4\xb0\x04\x16\x46\xb7\x50\x7f\x06\x9d\x55\xec\xae\xb1\x64\x9c\xe5\xb5\xa8\xba\xdd\x53\x9c\x75\x6f\xc6\x11\x23\xa5\x13\x67\xb7\x52\x12\x54\x40\x07\xad\x26\x51\xaf\xe0\xbd\xac\x3b\x38\x5e\x1b\x31\x8a\x5d\x9d\x73\xc9\x86\x42\xa8\xf6\x90\x16\x79\xf4\xb5\x74\x2d\xc4\x15\xa5\x21\xa5\xfa\x86\x9e\x70\x44\xa3\x1c\x81\xd8\x87\x3e\x86\x19\x4c\xef\x36\x41\xb0\xeb\x62\x2c\x69\x48\x1d\x81\x40\x5b\xa7\x0b\x8a\x09\xb7\x70\xc6\x2c\xd6\x91\x25\xe8\x4c\xa0\xb6\x8a\xcd\x16\x6c\x87\xa6\x11\xc3\x3f\xf7\x28\xc4\xf7\x4c\xef\x64\x6c\xc7\x01\xba\xed\x1e\x75\xcb\x59\x43\xbe\x7e\xed\x94\xf2\xc2\x50\xc3\x4c\x60\x56\x48\x01\x19\xc7\xff\xc8\xb5\xd2\xe8\xde\xce\x83\xee\x3f\x14\xec\x87\xe5\xcb\xd1\x28\xe4\x89\x92\xaa\xb7\x4c\x1a\x1f\x8d\x88\x82\x2f\xeb\xdb\x57\x5a\xdf\xf6\x33\xf0\x77\xcf\x15\xa6\x2d\x91\x33\xf8\x02\x10\xfb\x6c\xc3\x01\xd6\xbb\xdb\xf4\x11\x71\xc0\x32\xaf\x07\x9a\xc1\x6b\x4b\x48\x22\x7c\xa8\x8e\x83\x80\xfc\x38\xe7\x75\xad\xe6\xa6\xc6\x07\xb8\xae\x92\x73\xb8\x7c\xaa\x22\x5d\xa4\xbc\x70\xd3\x9a\xe9\xa0\x45\x1a\x68\x9b\xb6\x88\x38\x38\x74\xed\x2a\x15\xf0\xf0\xe8\x04\x83\x11\x79\x0a\x88\x7e\x6c\x7a\xe8\xbe\x2b\x25\x61\xa6\x73\xf3\x90\x96\x49\x30\xa8\xee\x0b\xfd\x20\x93\xed\xe8\xb7\xa4\x64\x30\x53\xd5\x7b\x3d\x8f\xc2\x58\x21\xa4\xf1\x27\xb3\x08\x48\x59\x55\x73\x0f\x21\xe5\x8b\x89\xce\x61\x5e\x5f\x95\xae\x7a\x82\xd7\x18\xe2\xef\x73\x38\x28\x31\xda\xdc\x94\xc6\x78\xa9\xf6\xb3\x66\xea\x3c\x68\xb5\xc9\xd6\x28\x92\x90\xa3\x82\x4c\x67\xbc\x12\x8d\xaa\x5b\x4a\x7f\x44\x37\xef\x78\x5d\x93\xb3\x5f\x69\xee\x3a\xd1\xba\x45\xcd\x98\xa0\x1c\xd4\x20\x66\xbd\x29\x40\x44\x3d\x73\xd5\xac\x94\x19\x5e\x4d\xd0\x2d\x06\xa4\x12\xba\xca\x64\x6b\xfa\x75\xec\xf1\xb5\xa2\x83\x99\xe7\x4d\x5a\x40\x38\x8e\x01\x4d\x96\x26\xad\xb1\xd0\x60\x5d\xad\x17\xa8\xfd\x08\x1b\x84\xf6\x5d\x9a\x3a\x40\x48\x2b\x95\x71\xd5\xd4\x83\xd8\x3c\xd8\x61\xf1\x51\x76\xe2\x74\x76\x94\x9d\x78\x6f\x91\x83\xae\xdc\x07\xc5\x54\x48\x29\x5d\x82\xd7\xa8\xd6\x6a\xe5\x3e\x8f\x34\x1f\x3b\xdb\x86\x74\x7e\x5d\x50\xb4\x1d\x93\x97\x93\xe8\x5b\x8a\x7a\x8d\x6c\x15\x9d\x3e\xeb\x3c\x49\x36\x92\x0d\x30\xc7\xa2\xdd\xf2\x55\x09\x6a\xcc\xb4\x1c\x41\x32\x5e\x90\xea\x59\xae\x54\x73\x10\x09\x36\x0b\x3b\xb7\x2f\x7c\x41\x2d\x96\xe7\x09\x18\x05\x0f\x21\x63\xb6\x48\x2f\x70\xb3\xd4\xf9\x86\x21\x00\x0d\xec\x67\xe7\x65\x3e\x52\x8a\x6f\xa1\x96\x7c\x41\xa9\xe5\xe9\x41\xf1\x7c\x36\xa2\xe8\x87\xcb\x48\x10\x1f\xcc\x76\xeb\x88\xeb\x45\x2e\xd6\x6c\xbe\xf5\x3e\xeb\x3c\x4b\x9e\x26\x9b\x5b\x9d\xde\xf6\x77\xfd\xef\x88\x80\x0f\xec\x43\x5f\x6d\xd9\x95\xeb\x20\x5a\x1d\x2a\x3f\xf0\xdf\xa8\x2e\xab\x60\xfa\x5b\x52\xc7\x24\xe1\x5d\x56\xe9\x9d\x75\x67\xc6\xc7\xad\x44\x9a\x4e\xb2\xee\x0c\x1d\x68\xff\xba\x20\xd3\xb2\x98\x82\x31\x18\x32\x5b\x51\x6a\x50\xb8\xa4\x84\xf9\x24\xdb\x14\xe6\xb8\x82\xb4\xd0\xa9\x4f\x72\xdb\xec\x50\x41\xda\x2f\xf6\xe6\xb2\x2e\xa7\xd9\x3f\x78\xf8\xf0\x97\xa8\x00\x1d\xc2\x2b\xdd\xe5\x2d\xbb\xc4\x67\xd4\xd3\x03\xc5\x44\x9f\x04\x4f\xc9\x0c\xd4\xa9\xd4\x6f\xff\xed\xb0\x15\x04\x4e\xb7\xf0\xd5\x7f\xe9\xbb\xaf\x48\x09\x11\x1a\x6a\xa5\x0d\xc0\xbe\x65\x0f\x54\x63\x2d\x68\xe0\xfb\xdb\x32\xe5\x39\xbc\x53\xfe\xf1\xf0\x70\x31\x13\x7d\x76\x08\xc7\x85\x17\x3a\x27\x4c\x25\xc6\x72\xc0\xba\x80\x5a\xf2\x49\x8c\xb1\x9a\xbd\xc3\xd7\xd5\xfd\xf8\x07\xb4\x23\x40\xcc\x88\x6a\x77\xc0\xba\x85\xb8\xd2\x67\x24\x6a\x8f\x0d\x09\x10\xa8\xcd\x97\x65\x06\xd9\xd1\xb7\x83\x4c\x39\x6c\x3e\x63\x5c\x21\x62\x20\x3a\x89\xbf\x48\x3f\xf2\x46\x3c\xe5\x05\x9f\x38\xc9\xe8\xf5\xa0\xb5\xf8\x47\x73\xee\x81\xd0\x8a\x0b\x29\x18\x70\xd4\xff\xa4\xbb\xd8\x61\x01\x45\xba\xd0\x6c\xd0\x4e\x32\x18\xc4\x4a\x23\xbd\x6e\x5c\xed\x8c\x21\x3c\x80\x82\x9c\x28\x8a\x7b\x52\x95\x0c\xed\xaa\x92\x1f\xb0\xc1\x93\xab\x63\xd3\x73\x70\x52\xc4\x1b\xa1\x71\xcf\xcb\xeb\x74\x55\x56\x17\x8c\x02\x60\xc1\xf9\x6c\x3a\x9d\xd7\x7c\xa8\xd6\xe9\x42\xab\xea\x66\xce\x81\x85\x74\xe3\xae\x02\xa6\xb8\x75\x5e\x5c\x14\xe5\x55\xd1\x33\x9c\x9b\xbc\x53\x20\x72\xf1\x49\x8c\x75\xb0\x8c\x18\x05\x5c\x56\x79\xd1\x4b\xe8\x90\x8a\x1a\xb7\x1b\x74\xca\x58\x88\xb7\xe3\xb6\x3d\xf0\x1f\x00\xfe\xc4\xc5\x40\x76\x3d\xf4\xca\x30\x01\x7b\x42\xf7\x03\x77\xae\x41\x9c\x8c\xd4\x00\xc3\xc9\x56\xd8\xcc\xf3\xfc\x45\x17\xb6\xf0\xdd\x01\x7d\xb6\x93\x87\x60\x6e\xe3\x08\x9b\x58\x09\x97\x11\x1e\xb1\x5b\xab\x1f\x75\x54\xb5\xce\x89\x49\xad\xe4\x6c\x8a\x14\x03\x28\x49\x92\x42\x5c\x7d\xfa\xaa\x45\xa9\x20\xf4\x06\xac\xbb\xf2\x62\x0c\xcd\x17\xf7\x34\x83\xd2\x12\xf9\xf2\x85\xdd\x73\xa4\x52\xd7\xf2\x2f\x9c\xc9\x14\x96\xae\x71\x37\x68\xbd\x13\xac\xb8\xe8\x72\xeb\x85\xa9\x2a\x6d\x1f\xc8\x31\xaa\x13\x73\xa3\x43\xb4\xf2\x3b\xba\xb7\xad\xc9\x79\xb3\xed\x5d\x36\xbc\xca\x30\x94\x4d\x05\x1c\x4f\xda\x93\xab\x57\x6a\xb1\xe2\x73\x90\x93\x2e\xde\x81\x00\xa3\x3c\x72\x52\x1d\x9b\xfb\xc2\x20\xe9\xbc\x15\x6c\x15\x6c\x0f\x90\xde\x1f\xaf\xc1\xef\xd2\xb5\xdb\x9c\x62\x0e\x01\x0a\x75\x79\x00\x1d\x2b\xa1\x0b\xf3\x87\x78\x84\xbd\xa7\x52\x6d\x89\xb3\x79\x0d\x6b\xfb\xd6\x8e\x61\xaf\xd8\xdf\x93\x72\x1f\xda\xec\xe8\x4b\xd0\x2f\x51\x44\xbe\x78\x94\x69\xae\x7a\xf6\xc5\xcb\xf5\xef\xc7\x37\xca\x0a\xbc\xe1\x46\xbb\xb0\x1b\x3d\x08\x17\xbc\xf5\xba\xb2\x31\x65\x13\x76\x70\x91\xcd\x24\x2b\x61\x6f\x50\xba\xe5\x22\x72\x4a\x58\x96\x53\x2d\x95\xe0\x07\xc3\xab\x89\x1c\xd8\x81\x82\x5a\x4d\x43\x35\xe7\x28\xba\xbf\x8f\x5a\x71\x79\x85\x7e\x64\xd5\x44\x06\x8a\xf1\x24\xf0\x62\x21\xa1\xae\x1a\xa0\x0f\x0b\xf4\x12\xf1\x5b\x11\x64\x0d\x54\x20\xc2\x34\xcb\x04\x3a\xf4\x9e\xe9\x68\x26\xe8\x40\xc2\x79\xdb\x55\xa2\x0b\xda\x37\x92\x66\xaf\xa6\x51\xb7\xb7\x2c\xcf\xf3\xef\x71\xd5\xcb\x98\x43\xcb\x0b\x01\x2e\x71\x8a\x42\x74\x9b\xeb\xbb\x81\xfc\x5e\x1d\xe2\x7c\x74\x9d\x7e\x20\x49\x6c\x23\x64\xa2\x47\x97\x0b\xb1\xe8\x7d\x4d\x30\x3f\xd7\x63\x22\xf0\x01\x09\xce\x3b\x13\x51\xff\x35\xab\xea\x39\xcf\x3f\x72\xd8\x20\xad\xce\x17\x16\x29\xf5\xcf\xcb\xe8\xea\x1a\xda\x70\xfd\x64\xf8\x71\x86\xa0\x9c\x7b\x18\xaa\x86\xfa\xd1\xfe\x98\x9d\xc1\x7d\x38\x82\x47\xe8\xf2\x4c\xb5\x3e\x53\xa7\xb2\x33\x32\x6e\xd1\x65\xcd\x0c\x74\x66\x84\x7c\x89\x08\x99\x1e\x2e\xe9\xf2\xa0\x12\x3c\x67\xaf\x3e\xbc\xd3\x05\xa0\x7b\xcf\x2a\x21\x75\xa7\x2b\x2c\xce\x89\xa8\x11\x95\x6e\x7a\x9e\xe5\xa3\x01\xfb\xe5\xf0\xdd\x5b\x32\x2d\xf5\x99\x83\x30\xd1\x43\xda\xb3\x30\x26\x08\xed\x79\x4d\xb4\x44\xba\x6e\x6e\xaf\x00\x9f\xdd\xa7\xb0\xe0\xdd\x6e\x04\xb6\x5a\x51\xe1\x04\x20\x5e\xbd\x9e\xda\x11\xf1\x77\x82\xc3\x7d\x5f\x8e\x84\x6a\xd0\xfc\xc8\xa5\x8b\x52\xaf\xd7\x83\xdd\xb9\xc9\x06\x99\xa4\x9e\x34\xf2\x96\x0d\xc2\xa2\x28\x1b\x04\xf3\x82\x93\x0e\x77\x9c\x30\x54\xa1\xa9\x98\x8d\xd5\xb1\x16\xd2\x69\xaf\x2c\x34\xe3\x64\xf0\x68\xdd\xa0\x7c\xe4\x7a\x12\x51\x6b\xad\xb8\xad\xcd\x19\x7a\x72\x1a\x34\x31\xe4\xa7\x15\x4b\x63\xdd\xc1\x31\x26\xa7\x44\x03\x22\xff\x76\x68\x6f\x30\x9f\xc3\x94\x77\xad\x94\xdf\x6f\x27\xfc\x2b\xed\x74\x20\x15\xab\x83\x53\x49\x59\xc1\x99\x3e\x30\xf7\xba\x93\x73\x9e\x89\x8a\x57\xe9\xf9\x02\x43\xd8\x49\x8a\x66\xbd\xca\x1c\x34\x68\x21\xb4\x25\xdc\x27\x67\x80\x72\x6f\xe0\x5a\x37\xc3\x91\xba\x2b\x43\x57\xbb\x7f\x9f\xdd\xbb\xd7\xfd\x31\xa8\xfa\x82\x8a\x7b\x86\xca\x51\x49\x16\x13\x61\x4d\xd9\xf5\x26\x2b\x46\xd2\xb9\xae\xa7\x79\xb4\x92\x4c\x5f\x84\xc0\x1d\xfa\x9b\xd0\xc2\xae\x56\xba\x7b\xcc\x13\xe6\x26\xc3\xb1\x58\xa3\xab\x05\x5e\xdd\x83\xdb\x88\x77\x37\xe9\x03\x5e\x43\x5c\xcc\x35\x22\xdc\x6e\xd9\xf9\xcd\xfc\x1b\x0d\x30\xeb\x00\x00\xdf\x7c\x68\x10\x16\x66\xb9\x01\x4b\xcc\xc1\xd6\x83\x45\x90\xc1\x76\xac\x4e\x63\x4b\xfc\x02\x88\xe4\x9f\x44\x3a\xaf\x64\x76\x29\x40\x66\xb5\x4c\xb7\x82\x0e\xc7\x08\x6f\x44\x03\x16\x65\x0f\xcf\x33\x04\x5c\xa6\xdb\xa4\x25\x9c\x02\xf4\x20\xbe\x7c\x31\xe3\x51\xea\xc4\xa8\x4c\xe7\xb0\x95\x0c\xcb\xd1\x22\xb4\x2d\x2a\x10\x8d\x85\xe7\xe1\xa6\x31\xeb\xb1\x5d\x03\x76\x10\x1f\xb7\xdd\x0f\x74\x9b\xbe\x0f\xcb\xca\x51\xef\xd4\xf7\xea\xe5\xe1\xcb\xd3\x8f\x1f\x3e\x1d\xbe\x7c\x7b\xfa\xf2\xf0\xf0\xd3\xfe\x4f\xbf\x1e\xbe\x66\x3b\xac\x33\xe2\x35\x5f\x53\x15\x79\xbe\x26\xec\x9a\x76\x4c\x2a\x23\x51\xd4\xd9\x78\x61\xaf\xe0\xc0\x86\x07\x2d\xd8\x70\xc1\x24\xa6\x94\x05\x7b\x7d\x5d\x57\xd9\x70\x4e\xfe\x0b\x4d\x5e\x7c\x6d\x79\x71\xca\xd5\x21\xdc\x42\x6a\x33\x01\x4b\x51\x7f\x84\x0a\x2f\x35\xec\xf8\x34\xba\x1e\x7a\x7a\x5f\x97\xa2\xb6\xad\xa2\x04\xe8\xb3\x8e\x5a\x39\x31\x1d\x24\x46\x7d\x67\x11\xc7\x8a\xfd\x00\xa7\x51\x82\x7b\xe6\xdb\x60\x60\x3e\xd9\x8d\x30\x35\xb2\x94\xb3\x9a\x57\x13\x01\xab\x4d\x3b\xf2\xe8\x79\x00\xa8\x33\x51\xc9\x99\x48\x6b\x85\x69\x39\x66\x55\x59\xc2\x6a\xd3\x77\x2b\x24\x53\x70\x6e\x0e\xbd\x8b\x3a\xb0\xc2\x5e\x95\xd5\x85\x64\x7c\xc2\x33\x70\x3a\x44\xc0\xd6\x98\x80\x32\x60\x2e\xc9\xc8\xdf\x40\xdf\x4b\x46\x00\xfa\xd4\xb0\xac\xcf\xb5\x20\xe3\xc5\x88\xb6\x5d\x5e\x09\x8d\xbe\x73\x35\x00\x9d\xf9\xb7\x87\x60\x11\x76\x8d\xe6\x1e\x57\x11\x2d\x3c\xa6\xfa\xfb\x5c\x54\x0b\x8b\x39\x5c\xc1\xe3\x25\x5f\xcd\xeb\xb9\x64\xa5\x6f\x0b\x23\xd4\x1c\xaf\x34\xfa\xe2\x10\x32\x61\x07\x20\x2f\x41\x37\x27\x90\x8a\xdb\xa9\x13\x59\x97\x33\xc9\xb8\x96\xd7\x00\xbd\x5b\x56\x48\xfb\x6c\xac\x01\x66\xd2\xd9\xfc\xcb\x4a\xfb\x4e\x26\x6d\x3e\x6e\x08\x7d\x0f\xbb\x93\x7a\x7b\xc3\x21\x07\x2a\x20\xf6\xb0\x1b\xae\x06\xef\x42\x04\x45\x00\x2d\x8b\x77\x20\x74\x77\xda\xc5\x2a\x23\xda\xd2\xa3\xbb\x6e\x2d\x64\xfd\xba\x4d\x74\x6a\x7d\x63\x67\x87\x39\xf5\x94\x7c\x74\xfe\x54\x87\xb4\x5b\x56\x22\x06\x41\xf6\xae\xd3\x3c\x7c\xef\xed\xa0\x59\x4a\xed\xc5\x6e\xc1\x2a\xa0\xb7\x43\x57\xcb\x83\x6c\x0a\xae\x50\x23\x26\x8a\xf9\x14\xa6\xf6\x42\x2c\xd2\x72\x24\x64\xc2\x0e\xcf\x85\x14\xc8\x7c\xb0\xd8\x8a\x1c\x66\x6d\xb8\x60\xf3\x49\xae\xe4\x20\xa8\xf1\x10\x1c\x78\x3a\x4f\xcf\x59\x9e\x5d\xe0\x85\x72\x31\x9f\x46\x7d\x84\xae\xff\xf7\xa8\x4c\xf7\x78\x2d\x26\x65\xb5\x60\x7f\x11\x8b\x3d\xd5\xd1\x4d\xcc\x36\xa7\x0b\xb5\xf1\x6c\xc8\xd3\x0b\x39\xe3\xa9\x18\xb0\x67\x4a\x5a\x3e\x03\x2a\xd5\x7c\x38\x60\xcf\xd5\xdf\xcf\xe1\x6f\x51\xd4\xa2\x1a\xb0\xcd\x87\xea\xd3\xe6\x43\x0c\x1d\x74\x9e\x8d\xeb\x01\xdb\x7c\x02\xdf\x9e\xc0\xb7\xb4\xae\xf2\x01\xdb\x7c\x0a\x9f\x9e\xc2\x27\x9e\xab\x4a\x00\x7b\x13\x81\xcf\xf8\x5c\x8a\x9f\x2a\xc1\x2f\x06\x6c\x13\x3a\xd9\xc4\x5e\x52\x3e\x93\x79\x99\x5e\x0c\xd8\xd6\x86\xfa\xbc\xb5\x81\x9d\xcb\x94\xcf\xc4\x80\x6d\x01\xd8\x2d\x04\x4b\x38\x3f\xdc\x52\xdf\x1e\x6e\x11\xe0\x89\xf8\x75\x36\x60\x0f\x01\xcd\x87\x0f\xcd\xc7\x57\xe5\x55\x31\x60\x0f\x1f\xc1\xe7\x47\x34\xa2\xd1\x80\x3d\x7c\x0c\x5f\x1e\xc3\x97\xf3\x72\xaa\x00\xc2\x70\x1e\xe2\x70\x72\xa1\x46\xf8\x10\xfa\x7d\x88\xfd\xce\x15\x7c\x18\xcd\x43\x1c\x4d\x95\x4d\xce\x55\x25\x18\xc8\x43\x1c\xc8\x08\xfa\x7b\x04\x83\x78\x84\x83\xc0\xbb\xfc\x01\x7b\x04\x5d\x3e\xc2\x2e\x47\x22\x1f\xb0\x47\xd0\xe3\x23\xec\xf1\x1f\xa2\x2a\x07\xec\x11\x74\xf0\x08\x3b\x28\x0b\x31\x60\x8f\x00\xfc\x23\x04\x5f\x5f\x95\x03\xf6\x18\xa0\x3f\x46\xe8\xf5\x79\x25\xc4\x80\x3d\xde\x84\x6f\x9b\x7d\x34\x9b\xcc\xab\x01\x7b\x0c\x04\x7a\x8c\x04\x1a\x67\x97\xaa\x16\x90\xe7\x31\xcd\x62\xf6\x79\xc0\x1e\x03\x65\x1e\x23\x65\xa4\xb8\x14\xc5\x80\x3d\x06\x44\x1f\x23\xa2\x02\x07\xf9\x18\x50\x7d\x8c\xa8\x16\x99\x42\xec\x31\x10\xe7\x31\x12\x27\x2d\x73\xa5\x06\x3d\x06\xf4\x1f\x23\xfa\x7c\xc0\x9e\x00\xa8\x27\x08\x6a\x38\x60\x4f\x00\xcc\x13\x62\x99\x01\x7b\x02\x30\x9e\x20\x8c\xd1\x80\x3d\x81\xf6\x4f\xb0\xbd\x18\xb0\x27\x30\xf8\x27\x38\xf8\xf1\x80\x3d\x85\xa1\x3f\xc5\xa1\x4f\x06\xec\x29\x0c\xfb\x29\x0e\xfb\x7c\xc0\x9e\xc2\x98\x9f\xe2\x98\xb3\x01\x7b\x0a\x03\x7e\x8a\x03\xfe\xdb\x80\x3d\x85\xe1\x3e\xc5\xe1\x5e\x0c\xd8\x53\xc0\xef\x29\xe2\x97\x0f\xd8\x53\xc0\xef\x29\xe2\x37\x1d\xb0\xa7\x80\xdf\x53\xc4\xaf\x18\xb0\xa7\x80\xdf\x53\x9a\x9e\x01\x7b\x0a\xf8\x3d\x45\xfc\x66\x03\xf6\x0c\xf0\x7b\x86\xf8\xfd\x7d\xc0\x9e\x01\x7e\xcf\x10\xbf\x6a\xc0\x9e\x01\x7e\xcf\x10\x3f\x39\x60\xcf\x00\xbf\x67\x88\x5f\x3d\x60\xcf\x00\xbf\x67\x88\xdf\x7c\xc0\x9e\x01\x7e\xcf\x10\xbf\xcb\x01\x7b\x06\xf8\x3d\x43\xfc\xae\x06\xec\x19\xe0\xf7\x0c\xf1\xfb\x3c\x60\xcf\x70\x25\x23\x7e\x8b\x01\x7b\x06\xf8\x3d\x43\xfc\xfe\x31\x60\xcf\x01\xbf\xe7\x1b\x86\xc7\xf1\x89\xc4\x80\x3d\x07\x44\x9f\x6f\x5a\xc6\x36\x25\x80\xf2\x73\x42\x59\xe4\x10\x00\xff\x39\xe0\xfd\x1c\xf1\x5e\x7f\x10\x18\x8c\xa2\x66\x22\x3e\xcd\x8a\xc9\x1a\xf8\x2d\x16\xb0\x0f\x29\x01\x85\x6c\x7f\x5a\xcc\xa7\x33\x3e\x1a\xb0\xe7\x30\xbc\xe7\x4f\x34\xf7\xdb\x02\x18\xe7\xf3\xa7\x7a\x11\xd8\x02\x18\xf0\xf3\x67\x76\x2d\xd8\x22\x94\x62\xcf\xcd\x92\x30\x25\x9b\x1b\x40\x86\xcd\x8d\x0d\xb3\x36\x9c\xb2\x4d\x2c\xdb\xd4\x8b\xc4\x29\xda\xc2\xa2\x2d\xbb\x5a\x9c\x42\x94\x90\x1b\x0f\xed\xb2\x71\x0a\x1f\x61\xe1\x23\xb3\x7e\x9c\xb2\xc7\x58\xf6\x38\x20\xa6\x28\xee\x4a\x4b\x7a\xb3\xba\x50\x40\x51\x36\x6f\x20\x29\xf9\x08\x3a\x42\xe1\xbc\x41\x62\x74\x3e\x84\xd7\x6b\xaa\x00\x45\xf1\x06\x89\x30\x91\x66\x53\x9e\x7f\x2c\x33\xb5\x27\x6f\x6e\x22\xad\x36\x91\x56\xa3\xec\x32\x1b\x09\xf5\x19\xc9\xb4\x49\x12\x67\x53\x7d\x42\xf2\x6c\x92\xc4\xd9\x52\x9f\x90\x28\xb4\x6f\x8c\x1f\xaa\x4f\x48\x8a\x4d\x24\xc5\xf8\x91\xfa\x84\x14\xd8\x44\x0a\x8c\x1f\xab\x4f\x88\x3f\x6d\x2e\xe3\x27\xea\x13\xa2\x4f\x9b\xcb\xf8\xa9\xfa\x84\x9b\x0b\xed\x2e\xe3\x67\xea\x13\x8e\x85\xf6\x95\xf1\xf3\x01\xdb\xc4\x2d\x65\x93\xf6\x94\xf1\xe6\x86\xfa\x86\xe8\x6f\x69\xf4\x15\xfe\x5b\x88\xff\x16\xe1\xbf\xa9\x06\xb0\x85\x03\xd8\xc2\x01\x14\xf3\x29\xee\x52\x9b\x8f\x70\x14\x8f\x48\x70\xa6\x55\x99\xe7\x6f\xa9\x08\x47\x43\x82\x5e\x8a\x69\x46\xc2\x71\x13\x57\xef\x26\x2d\x5f\x70\xc1\x39\xc8\x26\x50\x82\x63\x7b\xa6\x85\xe9\x74\xca\xd5\x57\xda\x3b\x71\x78\x23\x2e\xcf\xd5\x47\x1c\x20\xad\xe9\x99\xa8\xb2\x52\x4d\x2e\xae\xec\x4d\x5a\xda\xe3\xb2\xba\xe2\xd5\xe8\x20\xc7\x36\xb8\xba\x37\x69\x79\x4f\x2a\x7e\x29\x5e\xa6\x29\xe8\x5c\x9b\xb8\xbe\x37\x69\x81\x97\x33\x51\xfc\x54\xf1\xf4\x42\xe9\x82\x5b\x48\xcc\x2d\x22\xa6\x52\x18\x08\xe2\x16\x6d\xd3\x44\xd3\x34\x2f\xd5\xbe\xae\x9b\x21\x71\xb7\xb6\xf4\x12\x2a\x26\xb9\xf8\x3f\xf3\xb2\x56\x3b\x39\x12\x79\x0b\x88\x7c\xb3\xfd\xff\xb3\xf7\xee\xdd\x6d\xe3\x48\xa2\xf8\x57\x41\xfa\xec\x8d\xa4\x6e\x59\x4e\x66\x76\xef\xde\x55\xe2\x78\xdc\x4e\x32\xed\x3b\x79\x9d\xd8\x99\x9e\x3d\x49\x8e\x03\x91\x90\xc4\x0e\x45\x68\x09\xca\x8e\x26\xf6\x77\xff\x1d\x54\x15\x9e\x04\x25\xd9\x4e\x7a\x76\x7f\x77\xfa\x8f\x8e\x45\x82\x78\x14\x0a\x85\x7a\x57\x68\x08\xf1\x38\x14\xf4\x5d\x33\x76\xa5\x5d\xe8\x4b\xa8\x86\x86\x13\x91\xf2\x93\xc2\xd9\x78\x82\x80\x8b\x40\xcf\x78\x59\xa2\xf7\x18\x19\x6a\x51\xa9\xe7\x2a\x2b\x90\x54\xa1\x39\x75\xf1\xa5\xa1\x56\xd0\xbf\x27\xfd\xa4\x5c\x8d\x96\x4b\x51\xe5\x56\x20\x37\x7a\x39\xc8\x72\x36\x1a\x8d\xec\x00\xf0\x08\x6c\x23\x7d\x6b\x2b\x74\xfa\x01\xdb\xcc\x46\x33\xb3\x3f\xb4\x5c\x8d\x4c\x1b\x2a\x0b\xd0\xf7\x1d\x00\x62\x65\xb9\x33\xcc\x98\x61\x61\x40\x67\x9b\x74\x23\x5a\x47\xb6\xa9\x3f\x37\xf8\x63\xaa\xb9\xe6\xe9\x08\x82\x20\x69\x69\x43\x34\xd4\x0c\x9c\x81\xf0\xa6\x2e\x19\x01\xc0\x7c\xaf\x8c\xe0\x45\x28\xd4\x3e\xa3\x2a\x15\xdc\xc9\x95\x3d\xc5\xca\x62\x2a\x9a\x62\x21\x48\xb7\xae\x34\xaf\x8d\xbd\x68\x49\xab\x12\x97\xde\xfe\x52\x48\x23\x28\x6b\xf5\x5b\xfb\xad\x03\x44\xc7\x0e\x63\x85\x0c\x1b\xb5\xfc\xf8\xcc\xd6\xcc\x40\x5b\xb2\x7d\xf3\xc4\xee\xfe\xd9\xd0\x4c\xc9\x14\xcf\xd3\xf8\xf5\x59\xac\xe5\x94\x9d\x7d\x3c\x1c\xb3\x33\x30\x97\xb0\xeb\x40\xfd\x60\xad\x38\x95\x16\x6d\x8b\xca\xf4\x11\x58\xc5\xe8\x59\x6c\xbe\xd2\x9f\x0c\x42\x77\x85\x6f\x60\xe8\xc1\xf5\x40\x30\xe7\x47\x76\x90\xc6\xf5\x61\xd0\xca\x2e\x1c\x7f\x06\xd5\x13\xe2\x00\xb6\xdd\x71\x26\xda\x82\xb0\x3a\x82\xff\xc6\xfb\x0a\xa8\xce\x57\x76\xf2\x33\x57\x54\x9f\xc5\x7d\xa5\x9f\xd9\x6f\x46\x00\x8e\x5e\x97\xc7\x04\xf8\xc5\x38\xb4\x7b\x6b\x5c\x6a\x56\xa0\xb2\xb0\x8e\x43\xa5\x41\x3d\xc5\x4a\x39\x2b\x32\x13\x50\xd7\xc2\x51\xaf\x30\x4c\xd0\x29\x21\xe8\x92\x2b\x85\xae\x6f\xb1\x7d\xfb\x9d\xe2\x33\x31\x46\x4a\xe6\x1c\xa5\x8e\xbd\x3e\xfa\xcd\xbc\x50\x03\x8f\x94\xa9\xa6\x5e\x65\x8d\xac\x87\x5d\x8a\xf0\x64\x37\x8f\xcf\x10\x5e\xb6\x34\x8c\x05\x21\xe4\xfb\xe1\x8d\x78\xd2\x97\x93\xdf\xc6\x31\xfe\xd3\x77\xb6\x51\xa8\x5b\x0b\x37\x4a\x77\x30\x34\xe8\x6a\xe1\xf0\xb4\xc8\x5f\x62\x64\xc9\xb9\xac\xe0\xaf\x61\xbb\xc5\x3b\x70\xf2\x83\x26\xf8\x67\xdc\xe6\xd7\xa2\x2c\xdf\x55\x0b\xdb\x11\xfd\x8d\x1e\x22\x2e\xb8\xe0\x8e\x27\xc4\x02\xd1\x4c\x15\xa0\x8f\x35\xaa\xfc\x85\x9f\x2b\xd1\xb4\x36\x69\x84\x85\x84\x7c\x04\x40\x33\xe1\x77\x99\x1e\x82\xc9\xcd\x6f\xc8\x96\xb5\xb8\xa0\x92\x3e\x6e\x77\x5b\xd1\xca\xb6\x55\x30\x51\x50\xa9\x74\x2c\xe2\x9b\x06\x31\xb7\x20\xe7\x26\x64\x63\x95\x43\x08\x82\x27\xce\xa3\x8e\xaf\xb7\xc2\xdd\x90\xa6\x6f\x0c\x7c\xc4\xbe\x3b\x63\x87\x59\x1b\x4c\xd0\x0d\x10\x7d\xff\xf8\xec\xc4\xf8\xbb\x3c\xe9\xfb\x1d\x8c\x9d\x6b\x9a\x71\x34\x73\x2d\x87\xe8\xf9\x31\x66\xee\x99\xf1\x6b\x8a\x71\x22\xb9\xdb\x9e\x73\x46\x80\x29\xe0\x31\x81\x74\xcc\xf7\x97\x08\x3a\xd1\x5b\xf9\xd5\xc4\x84\x25\x66\xc0\xae\x7d\x7f\xb7\x0b\xdf\xd9\xcd\x39\x74\x74\x0e\x9e\x72\xd7\x68\x0d\x6f\x4d\x20\xe8\xba\x96\x0e\xb7\xf6\x4d\x73\x94\x7c\xc0\x5d\x28\xb9\x5c\xec\xdb\xe7\x78\x95\xe4\x22\x2b\x79\x2d\x02\x8b\xc4\x59\xb1\x10\x72\xd5\xf4\xb3\xc9\xd8\x0e\x3a\x64\xb9\x28\xf9\xda\x8b\xbd\xb1\xfc\x71\xaa\x0b\x00\xcf\x05\x2f\x77\xed\xc3\xdd\x69\x3f\xaf\x66\x8a\xc9\x69\x23\x90\x69\xe5\x35\x78\x8a\xa8\x75\x95\xb1\x4c\xe6\x94\x86\x48\x35\xab\xe9\x54\x2f\x51\x41\x0e\x12\xa9\x44\x8e\x59\x95\xb0\x21\x46\xcb\x00\x43\x85\x89\x27\x66\x02\xe2\x30\x32\x51\x9a\x00\x2a\x30\x10\x1c\x41\x6b\x0a\x53\x45\xef\x23\xaa\xb0\xd6\x80\x96\x14\x2b\x55\x6a\x7e\xad\x59\x83\x0d\xc8\x4d\x83\xee\x41\x7b\x6f\x82\xdf\x05\xce\x25\xe9\xf6\x45\xd7\xe2\x51\xb5\xc6\xaa\x54\x38\x1a\x5e\x37\xfa\x37\x6c\x91\xa6\x71\x2f\x65\x2e\x4a\x2c\x6f\x4d\x29\x27\xf4\x4c\x69\x8e\x17\x05\x47\x9a\x06\x33\x19\xb1\xd7\x26\xc4\x80\x1c\xee\x18\x87\xc1\x34\x4f\x59\x54\xaa\xd1\x2b\x36\x92\x04\x0e\x88\x25\x6d\x16\x02\xa2\x32\x29\x83\x95\x01\x61\x7f\xc0\xf2\x15\xb8\x10\xad\xe5\xaa\x86\x65\xf6\x2c\x7c\xd9\x9c\x57\x79\x29\xea\x2d\xc6\x6b\x1c\x05\xe1\x0a\x98\xbc\xac\x8b\x0b\x3d\xb1\xf3\x06\x91\xea\x84\x98\xcd\x22\x37\xbb\xef\xfc\xe8\xd8\xb5\x39\x4c\x07\xce\xaa\x68\x3b\x28\x16\x0b\x91\x17\xbc\x11\x77\xe8\x82\xb0\xf2\xf6\x3d\xf0\xaa\x58\x00\x66\x3d\xaf\xf9\xe2\x2e\x33\x51\x4f\x09\x6f\x7d\x2f\x42\xaf\x81\xe1\xd1\xa5\xf1\xbb\xb3\x7d\xdc\xfd\xce\xb2\x83\xc8\xea\x59\x5d\xcb\xfa\x17\xdc\xda\x31\xeb\xf7\x85\xab\x5e\x89\xe2\x55\xec\xad\x61\xbf\xad\xa4\x5c\x8e\x63\xe9\xee\xee\x73\xf3\xd8\xc1\xbe\xb5\xfd\x98\xbc\x69\x34\xdf\xc3\x31\x6b\x4f\x94\xe8\x26\x9c\x0e\x0f\xbc\xec\x20\x88\x48\xc1\xd7\xd6\x8b\x84\xfe\xb8\xf2\xc0\x6b\xda\x84\xb0\x61\x07\x66\xf0\xa0\x91\x06\x02\x3b\x20\x28\x38\xa9\xe6\x47\x96\x43\x80\x09\x9c\x74\x54\x8c\x99\x6a\x97\x24\xff\x22\xb5\x63\xe0\xaa\x8a\xe7\x6b\x6a\x89\x24\xa4\x14\x51\x4c\x9f\xcc\x98\x9c\x61\x59\x38\xec\x11\x8f\x9f\x3b\xbc\xfe\x15\x48\xc9\x01\x72\xeb\x3e\x9b\x00\x0b\xc5\xe2\x24\xa0\x42\xb0\xb0\x2c\xd2\x31\xe6\x38\xc1\x03\x4c\x73\xc0\xfb\x0c\xbe\x73\x27\x3b\x2e\x81\x5e\x50\x24\x69\x67\xab\x74\x37\xb1\xd4\x58\xe4\x71\xfd\x6c\xf8\x02\xe0\x64\xee\xaa\x25\xaf\x95\x38\xa9\x9a\x7e\x91\x0f\xd9\xc3\x07\x83\x74\x3a\x27\x97\x8a\x2a\x1e\xd3\x3f\xa5\x5e\x43\xbb\x7a\x4b\x7d\xda\xeb\xf7\x09\xd3\x26\x08\x74\xb4\xeb\xea\xea\x26\x50\x38\x31\xdf\xdd\x12\x0e\xfe\xb8\x5b\x21\x41\x44\x34\x01\x08\x47\x5e\x37\xc2\x21\xd9\xac\xa3\xa3\x1b\x41\xc1\x30\x1d\xbb\x02\x21\x00\x81\x1b\x73\x1b\x04\xec\x25\xc0\xa6\xfa\x16\x68\x03\xa2\x75\x4b\x6c\x02\xc7\xa6\xc6\x1b\x3b\xdd\x15\x34\xc0\xf7\x1c\x05\x5f\xdf\x12\x4d\x5a\x53\x68\x41\x2a\x41\xe0\x4e\x2d\x43\x09\xae\xa3\x75\x91\x8b\xa1\xaf\xf3\xe4\x2b\xe0\x43\xf4\x24\x31\x58\x94\x1a\x13\x2f\x42\xf4\x8d\x28\x9f\xcd\x34\x61\x32\x7f\x84\x49\x40\xc4\x17\x91\x91\x7f\x8e\xd7\x38\x5f\x51\x6a\xb5\x3d\xf6\xd4\xfc\x59\x54\x6c\x51\x94\x65\x81\xd5\x80\x94\xfd\xc2\x46\x86\xa2\x13\x88\x99\x79\x91\x27\x48\xaf\xcf\x2a\xd3\x24\xfc\x1b\x71\x68\x07\x6e\x71\xbc\x3e\x95\xb6\x34\x08\x62\x31\x0d\xc8\xc1\x1d\x2b\xa6\xda\x91\xa3\xf9\xbd\x8d\x94\x35\x41\xe1\xbe\x5e\xa7\xb2\x15\xfa\x13\xf0\x96\xd4\x8f\x6b\x58\xef\xef\x33\xfd\xce\x83\xb3\xbf\x5f\x43\x26\xaa\xff\x5a\x89\x95\x60\x05\xf9\x50\x4d\x65\x2d\x66\x14\x87\xc4\xd5\x67\xca\x3e\x4a\x9f\x6a\x78\x7a\x73\x35\x61\x16\xde\x58\xaf\xe4\xa5\x96\x17\x04\x0d\x53\x8b\x4c\xd6\x58\x93\x11\x98\xd6\x38\x99\x0f\x6b\x9f\x98\x0e\xc0\xe8\xff\x6c\xc7\x61\xbb\xf7\xf6\xcf\xce\x7a\xee\xcc\x8d\x8a\x0a\x67\xff\xf2\x0c\x8e\x51\x9c\xbe\x2d\xdc\x98\x52\xce\x80\x9f\xe8\x8b\xf4\xd9\x73\xd8\xe3\x67\x50\xdc\x30\xe1\xf0\x4a\xbf\x8e\x02\x67\x6c\xbb\x34\x17\x72\x8c\x3c\x87\xb7\x9f\xd1\x19\x2a\x72\xb6\xc7\x4e\x72\x66\xcf\x6a\xe2\x3c\x04\x17\xb2\xe3\x89\x23\xce\x24\xb5\x3f\x10\xcb\x10\x2f\xad\xc8\x7d\x4f\xfd\xa8\x73\x07\xb4\xae\xad\x2c\xec\x1e\x76\xd2\x25\x7b\x6d\xee\x46\x99\xec\x2d\xf9\x0d\x69\x13\xfa\x22\xb9\xcc\x1c\xd6\x57\x8b\x1c\xc0\x3c\xff\xd6\x95\xc2\x60\xcf\x82\x3c\x16\x4d\xcd\xef\x4c\xd6\xb5\x96\x11\x30\x71\xe0\x6d\x29\x99\x63\x21\xd2\xb4\x2c\x98\xe8\xe1\x98\x85\x3e\xa4\x49\xca\xe6\x71\x15\x44\xdb\x98\xab\xc6\x0f\xb9\x0e\xad\x32\xa2\x1f\x74\x3f\xb8\x77\x1b\x3a\xd8\xc9\x5f\x25\x79\x9c\x34\x2d\xd4\xd3\xf6\x81\x61\x37\xb0\xc5\xe4\xff\x0f\xa4\x87\x9d\x00\x6a\x1d\x23\xbf\xe5\x7b\xef\xc7\x3f\x9c\x2a\xfa\x69\x6d\x03\xec\xba\x2c\xaa\x91\x77\x79\xa5\xf6\x70\xc8\x1e\xb4\x49\x69\xe7\x4a\x37\x93\x53\xaf\xe5\x56\x82\x6a\xdb\xee\x48\x52\xbf\x37\x69\x68\x91\x6c\x77\xf4\x1d\xd1\xde\xe1\xc0\xfb\x44\xfd\xe6\x87\x3a\x71\x28\xed\x25\x10\x6e\x4a\x70\x0d\xe8\x7d\xde\xed\x2a\x88\x3b\xd9\x7a\x19\x90\x00\xf0\xff\x43\x2e\xd5\x69\x63\x6f\xcf\xa6\x3a\xf9\xe8\xb6\x7c\x6a\x97\xdc\x97\x92\xbf\xd2\xd4\x39\x98\x83\xbf\xae\x5d\x69\xb3\xe9\xc0\xee\xcc\x2d\xa8\x74\x27\x8d\xfe\xc7\xf3\x85\x1e\x0c\xdf\xbb\xbf\xb7\x91\x32\xdb\x70\x3b\x25\xa3\xa6\xb7\xe5\x0d\xed\x7e\xed\xc0\x1c\xfa\xf8\xe0\x08\x83\xbf\xc0\x36\x7b\xe8\xf5\xdf\x45\x14\xc2\x0e\x36\xd2\x04\x9b\xe3\x32\x8c\x13\x1a\xa2\x09\xc2\x60\xc4\x10\xe9\x03\x84\x18\xd8\x8b\x58\x7f\xe0\x39\xdf\x34\x6c\x21\x55\xc3\x64\x95\x09\xb6\x84\xe8\x49\xdd\xbf\xb8\x10\xf5\x9a\x5d\xf2\xa2\x09\x0f\x39\x7b\x53\xcb\x8b\x22\x07\xaf\x6b\x93\x72\x9d\xd4\xc0\x90\x97\x0b\xb2\x2b\x51\x6a\x6d\x18\xc8\xcf\xf1\x75\x21\x3f\x43\x8a\x2f\x3d\x80\x44\x0b\x7b\x29\x78\x8e\x11\x2c\xf9\xbe\xac\x59\x53\xf3\xa2\xd4\xbf\x45\x3e\xb3\xd6\x01\x98\x85\xe1\xfc\xd9\xe9\x6a\xa2\xc4\x7f\xad\x30\x7b\x55\x59\x5a\xb7\x94\x66\x5e\xcb\xa6\x29\xed\x00\xc9\x58\x06\x97\xdc\xd1\x74\x5e\x72\x45\x33\xd5\xbd\x11\x72\x50\x17\xaf\xc0\x27\xeb\x64\xea\xcf\xd2\x4d\xd1\x2c\x1f\x92\x32\xd5\x2b\x02\xac\x49\x56\xa7\x7b\x13\xb9\x59\x66\xbc\x2e\x1a\xc0\x27\xd6\xb0\x49\x26\x27\x95\x59\x8b\x1f\x70\x67\x00\x88\x95\x33\x9a\xb9\xde\x01\xbd\x69\x44\xe5\x5b\x90\x0a\x96\x62\xf2\x01\xeb\x29\x52\xdd\x5f\x97\xa6\xd2\x8e\x17\x9d\x1d\xe8\x2e\xce\x95\xe9\xa3\x83\xff\x2d\x21\x1d\x79\x0a\x8d\xd8\x53\x3f\xa1\x70\xd4\xb1\x2b\xe9\xa1\xfb\x0e\xf1\x28\x79\x8f\x54\xe2\x32\x01\x14\xff\x28\x7f\x03\xcb\x03\x12\x03\x33\x8c\xe7\xa4\x14\x7b\x82\x69\x7a\xce\xab\xf5\x13\x0a\xd9\xd0\xd3\x19\xb3\x33\xf2\xa1\xd0\x40\x3b\xb4\x9c\x0a\x3e\x73\x75\x42\x5c\x56\x0a\x44\xa9\xc3\xd0\xc4\x82\xb4\x1b\x71\xa5\xf5\xea\x1a\xe3\x34\xc6\xec\x2c\x41\x91\x52\xf7\x9b\x45\x7a\x6b\x0e\xe0\x8a\x9d\xb5\x52\x5b\x88\x06\x26\xfd\xf2\x54\xb3\xaa\x7a\xcb\xaf\xae\xac\x40\xa4\x5f\x1a\xec\x0f\x28\x35\x68\x87\x0c\x56\xb7\xde\xe8\x53\xf5\x0c\x89\x10\x5c\x75\x07\x61\x87\x5c\x35\x6f\x4d\x5a\x38\x7a\xfe\x2d\xbc\x1d\x4c\xdf\x47\x6e\xaf\xfc\xd9\x1a\xf1\xdb\x72\x10\xb1\x0d\xcc\x01\xd5\xa0\xa4\x4b\x63\x40\x4f\x46\x16\x18\x07\x07\xac\x47\xfb\xe3\x5b\xc6\x1d\xb0\xa2\x2f\x62\xb0\x6f\x1e\xc6\x81\xb6\x63\x1c\x0f\xf6\xf1\x37\xa9\x0d\xce\x3c\x59\x71\xa5\x44\xad\x59\x3e\x87\x60\x21\x87\x02\xfe\x73\xf2\x92\x1d\xb0\xa7\x5a\x30\xa8\xe4\x65\xdf\xdd\x58\xfa\x65\x2e\xca\x86\x6b\xb0\xc9\x4b\xb6\x17\xef\x75\xd0\x52\xa3\xd3\x0b\x74\xc7\x3c\xb0\xa0\x39\x34\xe8\xb6\x47\x3d\x8d\xe9\xc1\x23\x9f\x31\xc3\x57\x4f\x0e\x4c\xe3\xfb\xf7\x59\xff\x9e\x99\xba\x46\x51\xea\x2e\xd4\x2b\xb7\x11\xaf\x82\x7a\x05\xe6\x3d\x9c\x18\x83\x08\x5b\x0d\x37\xae\x65\x20\x5b\xfa\x4a\x49\x4f\xc5\xcc\x42\xb1\xd3\x61\x39\x3b\x00\x1a\x91\xe0\xbd\x86\x16\x5f\x93\x49\x36\xbc\x81\xbc\x18\x2c\xb3\xcf\x21\xa3\xea\xcd\x09\x46\x48\x28\x80\x87\xde\x7e\x0c\x52\x3c\xac\x49\x64\x63\x67\x6e\x50\xc9\xb7\xb8\x7d\x93\x63\x8a\x97\xb0\x75\x61\x3d\x60\xfd\xb6\xbb\x2d\xaf\xd6\x21\x5e\x12\xa8\x20\x1d\xe7\x4c\x3d\x8a\x66\x6d\x56\xd9\x87\xd4\x0b\x66\xe6\x03\x43\xf3\x02\xbe\x32\x1c\xbe\x83\xb7\x4c\xb3\x58\x78\xc3\x83\xb3\x08\xb9\xc3\xd2\xb5\xa7\x2f\x47\xb8\x5f\x57\x55\x53\x94\x8c\x4f\x1b\x51\xb7\x39\x28\xc8\xd5\x68\x98\xac\x92\x2f\x95\xc8\x99\x2a\xf4\x3d\x6e\xb9\x11\xf0\xd9\x28\x1a\x08\xce\xa6\x3b\xff\xc6\x7c\x17\x8d\xd0\xe2\xbe\xbe\x1d\xdf\x65\x58\x18\xe4\xbe\x72\x31\x91\xab\x2a\xf3\x39\x96\xff\x81\x7c\x57\x62\x15\x3b\xf3\x5d\xa6\xeb\x9b\x73\x5f\x66\xd4\xdb\x70\x5f\x80\x87\xdf\x82\xbb\x6a\x2f\xfd\xbb\x70\x57\x66\x98\x7f\x18\x77\xb5\xe0\x5f\x7e\xf5\xfb\xb8\x01\xdb\x75\x72\x0c\x02\xa4\x5e\xfe\xe3\xb3\x27\xec\xfe\xce\x7c\x18\x5e\xa8\xaf\x97\x01\xb9\x6b\x69\x05\x7e\xfc\x91\x52\x7f\x06\x9e\x19\x86\x84\xb5\x07\xf7\x24\x6c\xbf\x73\xb2\xa9\xa6\x94\xc2\xb8\xe7\x8e\xf0\x3f\x4a\x7e\x3f\x2d\x57\x6a\x0e\x53\xc4\x0e\x30\x37\x5b\x94\x79\x0f\x5f\x61\xdc\xc8\xd9\x7a\xa9\xe7\x94\xee\xcd\x84\x12\x98\xe9\x18\x87\x97\x88\x78\xfb\xdf\xdc\x81\x41\xf5\xdd\x69\x36\x73\xa8\x84\x07\x9d\xbc\x20\xf3\xf8\x49\xcd\x71\x74\xb0\xb1\x21\xaf\xd1\xe2\x97\x62\x6e\x37\x05\xb0\x7f\x72\xbe\xdf\x8d\xf3\xdd\x3c\x12\xa1\x00\x0e\x84\x80\xe9\x41\xbe\x99\x42\xbd\xe2\xaf\xfa\x51\x33\x9f\xcf\xb4\x5f\xc6\x7d\xa5\x50\x77\xc1\xeb\xcf\x84\x26\x9a\x39\x03\xa6\x2e\x55\xa9\x61\x13\x73\xba\x23\x6b\xda\xc9\x98\x5e\xfb\x3c\x54\x88\xb3\x8d\xe3\xd9\x1d\x9b\x87\x4a\x55\x7d\xed\xf9\x34\xab\x7b\xe6\xfe\x1a\xa1\x99\x27\x30\xdc\x8a\x0d\x0e\xa7\xf2\x4d\xa5\x17\x52\x8e\x59\xc3\x42\xb9\x8e\x08\x07\x6e\x84\x19\xa7\xe5\xf1\x62\xf0\xfc\xfe\x7d\x4f\x00\xb2\x24\xc2\x0a\x2c\x91\x70\x91\x1c\xd5\xa3\x49\xac\x2d\x3c\x78\x64\xc7\x17\x62\xae\x37\x8b\x62\xe6\xab\x6e\x39\x2c\x94\xbe\x82\x76\x84\xc6\x4f\x77\x16\xf0\xe8\x83\x67\x5f\x96\x45\x1d\x38\x34\xfa\xa0\x34\xc7\xc5\x24\x92\x18\x44\xda\x70\xf3\x1e\x58\xb1\x05\x6f\x1a\x51\x2b\x93\x2d\x59\xd4\x82\x32\x57\xd3\x45\x62\x70\x21\xdc\x94\x60\xe2\x4f\x0e\x6c\x97\xfa\xd4\x77\x88\x7b\xad\xa9\xc7\xbb\xd1\xca\x35\xc8\x42\x38\xbe\xe4\xcd\x7c\xb4\x28\xaa\xbe\x7b\x3a\xb4\x03\xef\x05\xb0\xdc\xe6\xc2\x94\x12\x78\xaf\xae\xe2\x29\x5e\x5d\x25\xd0\x28\xc4\xcf\xe0\xcc\xf6\x2b\x79\x99\x94\x2b\x53\x82\xe5\xd5\x15\xbb\xe7\x70\xfe\x1f\x2c\x66\x42\x7e\x36\x8f\x73\xf0\x32\xeb\x3d\x69\xe9\xb7\xee\xdd\x0b\x1d\x48\xda\xd4\xc3\x32\x44\xad\x18\x4e\x8a\xd2\xc1\xa1\xfa\x83\x18\x33\x5f\xf2\xfa\x73\x97\x64\xc0\x41\x96\x03\xe1\x82\x28\x9f\xfb\x34\xa0\x87\x8e\x0e\xb5\x6b\x6e\x06\x13\xb5\x9c\x57\xfb\x5a\x48\xcf\x30\xda\xee\x8e\x81\xfe\x3b\x4a\xf7\xdf\x48\xb0\xdf\xc0\x15\x87\x73\x70\x5c\x31\xfe\xf1\x28\xd9\xc8\x6c\x00\xfc\x9b\x6e\xe2\xb0\x92\xfe\xda\x5d\xb5\x40\x22\x50\xad\xa5\x68\xd5\x44\x4e\x8f\xdf\xcc\xb1\x25\xf6\x83\xfc\x3d\xbc\x5b\x36\xbb\x89\x76\xfb\x67\x76\xfb\xb9\x84\xad\x37\x79\xba\x7c\x1f\x77\x94\xcd\x2b\x62\xb1\xe9\xae\xd5\xfc\x7d\xfc\xa4\xe5\x9d\xe2\xff\xfc\xdd\xfd\x53\x12\x48\x72\x59\x54\xa3\x24\x6a\xba\xae\x0e\xbb\x1b\xf5\xd3\x1b\x36\x70\x1f\x8f\x63\x37\x98\xf4\x17\x49\x47\x98\x1d\xc0\xbb\xd9\x8e\x1c\x37\x4f\x1c\xcb\xa4\x2b\xf2\xef\xee\x73\xd2\x3e\x25\xd6\xbe\xdc\x06\x42\xc2\xfb\x24\xb1\x08\xda\xb6\x8e\xf5\x0d\x68\x63\x76\xf3\x5b\x49\xce\x21\x65\xa8\xfe\x06\x71\x40\xb2\x11\x99\x16\x99\x3c\xbc\x6e\x07\x7f\xfa\xb0\x0b\xa3\x62\x7c\x89\x31\xf1\xba\x9f\x8a\x51\xbc\x7b\xd8\x6a\x98\xb8\xdc\xbb\x9c\xb6\xaa\xbb\x4c\xde\x31\xb8\x7b\xc6\x9d\x0a\x16\xdc\xc6\x56\x70\x13\x5d\x46\xe6\xb9\x97\xfc\x3d\x4c\x3e\x7f\x8c\x95\x86\x34\x43\xdd\x48\x36\x01\x9a\x38\x81\x92\x8c\x5d\xc1\x73\xdf\x08\x22\x2e\x00\x73\x0e\xd9\x8d\x69\x22\x8f\xcf\x8e\x2c\x64\x20\xac\xfa\xec\x67\xff\xf7\x93\x3e\x1f\xb3\xb3\xa3\x21\x9b\x8c\xd9\xd9\xcf\x71\x6e\x3d\x9b\xed\x61\x59\xcb\xe5\x2b\xca\xf8\xc0\x83\x90\xda\x3e\xd7\x6c\x02\x86\xeb\x0e\xe2\xa0\x04\xf3\x59\x5c\xea\xff\x5e\x7f\xb2\xcb\x57\x90\x76\x79\x82\xc1\xb7\xef\x3f\x8b\xb5\x97\x7c\x9f\x54\x65\xec\x7a\xf0\xde\x34\xa7\xe2\x44\xee\xf7\xa0\xad\x9a\x8b\xc4\xd0\x28\x91\x77\xc7\x82\x27\xe1\x82\x77\x9a\x7a\x6b\xc1\x37\x05\xd3\xae\x33\x6e\xd5\x56\x72\xc1\xb4\x2f\xa1\x12\x3b\xf7\x8b\x6d\x42\xa6\x7d\x88\x56\x9d\xac\x2a\x4c\x34\x43\x95\xfa\x47\xec\x0d\x57\x36\xc5\x0c\x39\x19\x92\x01\x64\x2a\x35\x42\x61\x9e\xc0\x87\x4c\xd6\xa0\xa8\xc7\x12\xa2\xf8\x31\x38\x4f\xd5\x33\x48\x13\x8b\x61\xa6\xcd\x5c\xac\xad\xc9\x00\x86\xcd\x19\x59\x37\x0a\x48\x44\x01\xb5\xd5\xdc\x50\x23\xb0\x49\xa0\x79\x05\x62\x5e\xf5\xb7\x30\x04\xa1\x33\x76\x02\x35\x9a\x6c\x35\x25\x0a\x7b\xad\xc4\x25\xcb\x4a\x59\x09\x53\x42\x0c\x0b\xc4\xe0\x12\x30\xda\x75\x73\x85\x53\x9b\x6e\xf3\x2c\x58\xb6\xad\x45\x82\xeb\x07\xd3\x08\xbe\x71\x6b\xd5\xcb\x88\x0a\xf8\xcd\x14\xdb\x63\xaf\x2b\x61\x00\x65\x81\x14\xd4\x5a\x5c\x14\x5f\x20\x85\x46\x00\x05\x03\x7e\x59\xe7\x58\xb4\x7c\x0d\x46\x98\x25\x9a\xa6\x4c\xf5\x47\x63\x59\x78\x1b\xee\x6b\x6e\x40\xf9\x9d\xe8\x0a\x57\xaa\x98\x55\x7e\x86\x06\x93\xb3\xd3\x24\x12\x6a\x5b\x17\xfd\x84\xd3\x58\x59\x53\xe4\x47\xd0\x8f\xc7\x89\x0d\xd9\x7b\x48\x6b\x4c\xfd\x7d\x34\x55\xe8\x6c\x12\x9f\xdb\x63\x35\xc5\x85\xeb\xed\x03\x3b\x23\x4c\x21\xb0\x0d\x4d\xfc\x74\x26\x50\x59\x5a\x37\x81\x91\xa2\x42\xb5\x7a\x14\x48\xa1\x59\x28\xd3\xa3\xc6\x33\x95\x89\x8a\xd7\x85\x54\x94\xc7\x7a\x2d\x57\xec\x92\x57\x1e\xfa\x7c\xf8\x01\x9c\xbd\xd0\xec\x20\xbe\x64\x62\x49\x65\x32\x25\x94\x30\x2f\xaa\xd9\x87\x1f\xf0\x34\xd5\xec\xc3\x0f\x4b\xa4\x0a\x58\xb2\x9a\x37\x94\xd8\x1a\xea\xf8\x42\x3a\xe3\x0f\x3f\x24\xcf\xca\x8d\xce\x09\x8c\x76\xbb\xb3\x52\xa8\x23\x22\x06\xa1\x5b\xab\x2b\xca\x5e\xf8\xc9\xab\x1c\x1d\x25\xa0\xb9\xfa\xa2\x54\x72\xf0\x9f\x07\xf1\xa6\x07\x31\x3c\x48\x7d\xbb\x23\x63\x66\x6f\x12\x73\x53\x86\xb5\xe1\x77\x3c\xaf\x04\x82\x03\xf3\xc7\xd5\x15\xca\x91\xc1\x05\xa9\xe4\xaa\xce\x4c\x61\x98\x54\x69\x14\xbf\x41\x1c\x01\x19\xdf\xb0\x1d\x6d\xdb\x1d\x75\xb3\x0a\xe0\xbd\xe2\x90\xf3\xea\xca\x61\xaa\x77\xbf\xc6\x62\x1d\x2c\xd0\xe3\x20\x0e\x82\xa9\xb8\x17\x1b\x42\x48\x13\x55\x40\xb0\xdb\x98\x70\x9d\x21\xe1\xc2\x64\xba\x70\x49\x16\x0d\x14\x1a\xa4\xfa\x36\x90\xf9\x0d\x0e\xa5\xad\xa9\xab\x1b\xf6\xc1\x31\x99\xb6\x73\xc8\xea\x55\x55\x59\x07\x7f\x73\xfe\x64\x05\x5f\x0f\xa9\x32\x87\x9e\x04\x58\xf5\xd9\x82\x2f\x97\x22\x4f\x94\x51\x6f\xe6\xe2\x99\xee\x7d\x8f\xc1\x3f\x8d\x34\x93\x71\x15\x3e\xda\x6e\xec\x67\x7e\x06\x7f\xbe\xd0\x27\x1e\x2b\x05\xf3\x85\x37\xe7\xa6\x5e\x0f\x0d\x0f\xc0\xd0\x92\xee\xb5\xa7\x82\x25\xb0\xce\x0f\x54\x85\x1c\xce\x23\x7d\x18\x94\x35\x41\x68\xac\xe5\xaa\x97\xb3\x4a\xd6\x0b\xe0\x1c\x56\x4a\x98\x34\xc5\x06\x10\x08\xa8\x95\x5a\x61\x8e\x2b\x63\x41\xe9\xca\x96\xb6\xe0\x4b\xbd\xea\x9f\xd7\x7a\x6f\x1f\x9f\xa1\x21\xfc\xee\x12\x15\xc1\x14\xcf\x17\x8a\x12\x56\xe5\xa4\x41\x74\x68\x4e\x25\xa5\xb2\xb1\xbf\x41\xc2\x75\x15\xe6\xfd\xb4\x0b\x98\xb6\xbf\x7f\x16\x95\xfc\x6a\x17\xdc\x00\x2d\xff\xf2\x31\x08\x3a\x8d\x64\x8a\x37\x85\x9a\xae\x21\xdb\x4c\x51\x8a\x9a\x5c\x60\x0a\x2c\xe3\x5d\xf5\x1a\x28\xe0\x52\xfc\x5d\xb0\x4b\x01\xb3\x58\x32\xb9\x6a\x5c\xa7\x96\x13\x34\x05\xb1\x07\xb0\x1a\x0f\xc9\xe9\x40\x7e\x16\x6b\xd5\xa7\x95\x93\x32\x62\xa4\x27\x12\xcc\xf8\x49\xbf\xbf\x4c\x2f\xd6\x4f\x06\xb7\xe0\x4b\x83\xc9\x8c\x6e\xc1\x35\xe2\x96\x77\x04\x7c\xae\x9a\xca\x17\xbd\x82\xee\xfa\xcb\xc1\x00\x24\x80\x65\xac\x63\xa6\x0b\xc9\x76\x59\x60\x19\xf3\xdf\x56\xaa\xb1\xb8\xc2\xfa\x13\x91\x71\x8d\x5a\x1a\x97\x60\xf5\x5a\x28\x3c\x85\x3d\xc7\xbb\x42\x4f\x0f\xb2\xbe\x5f\xf2\xb5\x1a\xb4\xf8\x74\xab\x44\x05\x27\x50\xb3\xd1\x04\x99\xf7\xcb\x8f\x2d\xd5\xb4\xfd\x32\xcc\xb1\xc1\xd8\xb5\x81\xa3\xa9\x45\x7e\x31\x0e\x91\x02\x20\x77\xef\xde\xc5\xe0\x91\x5e\x1e\x18\x75\xc2\xb4\xe2\x98\x43\x9f\x6e\xf8\xb8\x2c\xb2\x00\x86\xc8\x2b\x62\xcb\x4d\x1e\x37\x96\xdb\xea\x5e\x71\x11\x5e\x39\xf9\x8d\x08\x80\x6b\xa3\xf1\x4c\xdf\x0f\x8e\x91\xf8\x4e\x17\x1e\x0e\xa0\x0f\x2a\xa4\x74\x43\x15\x45\x5c\xbe\xdd\xc7\x47\x39\xf9\x6d\x60\xeb\xfa\xf3\xba\xa6\xb2\xba\x9e\x08\xe9\x6a\x20\x13\xae\xf0\xba\xc6\x0a\x50\x72\xf2\x1b\xd6\x89\x7a\x14\x2a\xb8\x6a\xf4\x64\x81\x82\xfa\x2d\xa6\xf4\xac\xa8\xd6\x26\x4d\x8f\x66\x86\x90\x97\x58\x14\x55\xb1\xe0\x25\xe3\x90\x5d\x4b\x53\x3a\x28\xcf\x58\x54\x2c\x5f\xe9\xf5\x72\x53\x5b\x82\xc0\xaf\x79\x55\xb9\x28\xb0\xe4\x84\x92\x0b\xca\xed\x09\x89\xb6\x90\xef\x04\xb1\x7d\xb5\x64\x53\xae\x90\xf8\x72\x43\x06\xa9\x8b\xd1\x68\x54\x0b\x05\xa5\x11\x70\xfd\x8e\xa7\x75\x6c\x1d\x74\x35\x11\x73\x7e\x21\x14\x83\x38\x04\x97\xec\x3d\x64\x2e\x90\x7f\xb6\x95\xff\x91\x0b\x5b\x68\x4e\xc1\xf2\x52\x54\xaa\x0d\xef\x9e\x95\xa2\x2b\xee\x4b\x56\xae\xa0\xa0\x2d\xcd\x6b\xc1\x97\x78\x29\xf0\x0b\x59\xe4\x8a\xa9\x65\x2d\x78\x8e\x79\x4e\xa6\x54\xc7\x41\x83\x6a\x29\xea\xa9\x26\xf4\xe4\xad\x65\x4a\xea\x41\xe4\xc4\x14\xd2\xee\x43\x73\x7d\xd0\x30\x4e\x67\x0c\x2d\xe6\x4d\xb3\x54\xe3\xfd\xfd\xdf\x94\x6e\x37\xca\xe4\x62\x5f\x03\x72\xef\x42\xed\x69\x70\xe0\xbf\x1a\x1c\xfb\x0f\xbb\x31\xdb\x71\x9b\xc0\x25\x07\x65\x3e\xcc\x7a\x54\x50\xf0\x5b\x4e\x35\x4e\x29\x0c\x34\xca\xca\x55\x2e\xbe\xd3\x09\xd0\x8b\x79\x7c\xf6\x7a\xf2\x9b\x97\xd7\x33\x93\x75\xfe\xd8\xd0\x19\x4d\xf7\xe9\x78\xe8\x66\x43\x6f\xc6\x63\xd6\xa7\xac\x9e\xaf\x27\xbf\x51\xfd\x70\xdd\xd3\xd7\x6f\x73\xeb\x99\x4a\xa7\xc6\xff\xa6\x35\x2d\x63\x86\xf8\x10\xd6\x46\xa5\x84\xa3\xfa\xa8\xfa\x6c\xa3\x9b\xf7\x08\xea\x05\xbf\x9e\x42\x4d\x36\x30\xa3\xee\x3d\xd4\x6c\x9e\x9c\xfc\x16\xb3\x81\xba\x45\xe0\x96\xaf\x27\x83\xe9\x4b\x0f\x98\x39\xd0\x09\x2d\x6a\x60\x51\x02\x3f\xd6\xd7\x93\xdf\xda\xe5\x52\x50\xf2\xf5\x52\xa9\x51\xba\x38\x4a\x5d\x76\xe7\xec\xc0\xdb\xab\x42\x3e\xbb\xc0\x4a\x16\xb2\xce\x7d\x1e\x7d\x6c\xf3\x96\x0a\xdd\xc0\xe7\xfc\x51\x69\xe9\x32\xfd\x3e\x8a\x18\x12\xcd\xaf\x1f\x86\x69\x94\xb0\x23\xbc\x41\x8c\x68\x77\x38\x4e\xea\x53\x6d\x73\x84\x84\xdf\xba\xab\x63\xe7\x44\x68\x54\x8c\x57\xec\x28\xcf\x61\x65\x2f\x0a\xd5\x88\x4a\xd4\x18\xe4\xaa\x62\xea\x7a\x23\xf8\x28\x64\xeb\x10\x4c\xef\x5b\x70\xf9\x38\x0e\x5a\xeb\x91\xef\x34\x9c\xee\x80\xc6\x2a\xf2\x8e\x41\x80\x5f\xf3\xbc\x21\x33\x4c\xfb\x69\x9f\xdc\x70\xf4\xa7\x98\x72\x0f\x41\xb7\x7d\xb9\xed\x3a\xa5\xec\xa8\x0a\x32\xc4\x41\x47\x7f\xae\xe5\x6a\x69\x55\x25\x26\x53\x1d\xf0\x11\x9c\xf2\xbf\xa1\x98\x00\x1e\xc9\x75\x31\x9b\x69\x99\x05\xa6\xa0\xb9\xb6\x82\x24\x79\x76\x32\x0d\xe4\x68\xb8\x0e\x82\xa2\x2e\xc0\xb0\x5f\x40\xe1\x2f\x12\xc1\x79\xd3\x70\x28\xa3\x65\x12\x20\x9b\x62\x4c\x60\x4f\xac\xd8\x04\x69\xb1\x19\x15\x2b\xb3\x03\xb7\xcf\xfa\x70\x69\x65\x65\x91\x7d\x86\x44\x7a\xfa\x2a\xa9\x8e\xf5\xcf\x01\xcd\xe7\xcc\x0e\x87\x5d\x79\xbd\x4c\x30\x68\x4f\x7f\xe8\x40\x30\xaa\x79\x01\xe9\xf0\xe6\xa2\x16\xa3\xd4\x72\xb0\xdf\x8e\x35\x41\x5a\x42\xe8\x02\xed\xa1\x85\x22\xe0\xc1\x70\xba\xdd\xa4\x96\x97\x4a\xd4\x5e\xfe\xbe\xa1\x86\xaa\xfe\x10\x7b\x36\xed\xd1\x35\xa7\xf2\xe6\xe6\xe4\x2a\x4a\xc8\xa7\xbb\x27\x87\xec\x64\x72\x70\xbf\x74\x0f\xeb\x5b\xd9\xca\x69\xbc\xda\x79\x78\x07\x69\xf5\x4f\x58\xe8\xc5\x4d\x29\x2e\xf5\x02\x29\x00\x3d\x84\x0a\xf2\x00\xaa\x86\x37\x45\xc6\xce\x57\x55\xf1\x5f\x2b\xe1\xb9\x4b\x1a\x13\x7a\x2b\x03\x9e\xa1\x5c\xf6\x85\xf0\x4e\x7a\x7c\xca\xc2\x96\x85\xdf\xbd\xb7\xbf\x76\xf4\x9f\x7e\x8a\x3e\xb0\x46\xf8\x7b\xe3\xa0\x90\x2d\xfa\x0e\x3f\x97\x35\x3b\x79\xf6\x7f\x34\x4b\x34\x99\x94\x02\x7a\x04\xef\xf5\x59\x25\x6b\xb3\x5d\x7a\x7f\x16\x5a\xb0\x98\x08\x96\x0b\x5e\x92\xe6\x8e\xb6\xde\x4b\xa3\xc8\xf4\x8e\xe0\x09\x36\xe8\x02\x1d\x4c\xd6\x2c\xc7\xc0\x3e\x08\x64\xc0\xc1\x80\x1f\x14\x70\xf2\xc0\x1c\x60\x4e\x06\x19\xbf\xcc\xbb\xa6\x5e\x59\x1f\x77\xd2\x53\x2e\x97\x65\xa1\x59\xb2\x52\x49\xd0\x76\xae\x8a\xb2\xd9\x2b\x2a\x73\x70\x27\x42\x77\x4d\xe3\x2f\x78\x85\x02\x34\x4c\x44\x06\xc7\x56\x0d\x4d\xbf\x88\x44\x0b\xbe\x06\x7f\x54\xc8\x3f\xa0\x37\x1f\x4d\x89\xc0\x54\x16\xb2\xa6\xb2\x93\x79\x31\x85\x42\xa2\x70\x6f\xa2\x97\x0f\xc6\x2c\x06\xde\xfb\x41\xbc\x3a\x62\x08\x9e\xc1\x40\x5f\xd5\x22\x6d\xf4\xe8\xc8\xde\x37\xc1\xce\x78\xde\x8b\xfe\x8d\x13\x49\xcd\xc6\x9b\xa6\xf9\x2b\x0f\xbd\x74\x7d\x7c\x29\xa2\x22\x55\xb1\x71\x87\xbc\x5e\x4d\x9d\x3c\x10\x42\x7b\x76\x20\xf0\x78\xb5\x35\xf4\x50\x15\x0b\xbd\x87\x61\x55\xa2\x61\xe2\x82\x1d\x24\x5b\xf6\x7b\xb0\x13\xb0\x65\x3d\xdf\x78\xaf\xef\xfd\x51\x51\x15\x0d\x36\xb3\x20\x0a\x71\xf4\xea\x0a\xb1\x66\xc8\x8c\x7f\x8f\xfb\x9e\x94\xfa\xe2\xc2\x83\x66\xd8\x02\x81\x63\xb5\x81\xa3\xbc\x50\x4b\xde\x64\x73\x33\x64\x3a\xae\x6a\x3b\x48\xfa\xf6\xa5\xcd\x93\xec\x56\x9c\x50\x05\xee\xef\xeb\xd3\x17\x43\x4c\x33\xb2\x07\xbb\xf4\xd5\x0f\x96\xe7\x75\x9a\xf1\x4a\x8b\x36\xca\xfa\xb1\xfd\x0c\xa0\x03\x4d\xc4\x05\xb0\xd2\xd3\xa2\x26\x48\x62\xb0\xf7\x85\xa8\x2f\xeb\xa2\x11\x8c\x62\x52\x3c\x55\xe2\xc8\xb6\xed\xf7\x64\xd5\x63\x3f\x31\x6f\x4f\xa0\xbb\xb6\x87\x5a\xe4\x05\x79\x43\x8e\x7c\xc2\xab\xbd\x46\xed\x65\x72\xb1\x40\x42\x6f\x3a\xf9\x53\xa3\xf6\x90\x34\x31\xb6\xb7\xc7\x9e\x9f\xfc\xed\xe5\x33\x3c\x3a\x59\xf3\x73\x51\xe5\x9a\x67\x3b\x5a\x2e\xcb\x35\x13\x75\x2d\x6b\xb6\x67\x85\xa8\x59\xd1\xcc\x57\x13\x10\xa2\x16\x45\x56\x4b\x25\xa7\xcd\xfe\xb4\x5c\x89\xaa\x59\x15\xfb\x98\x16\x77\xff\xe1\xbf\xff\xf1\x8f\x0f\xad\x67\xc4\xbc\x28\x05\xa3\xe3\xa1\x37\x97\x90\x46\x6f\x3b\xa0\x5e\x02\xd7\x81\xfe\x1c\xb0\xc7\x09\xde\xed\x09\x01\xf3\x1c\xa9\xbd\x3a\x3f\x7f\x94\xf8\x9a\x3e\x61\x07\xa6\xb3\x43\xfa\xc3\x71\x41\x1f\xd9\x38\x74\xc0\xb7\x52\x86\xd7\x41\xa4\x13\xb6\x0a\x6a\x4c\xd3\xb7\xa1\x65\xbb\xab\xed\x49\xf9\x12\x2b\x00\x0e\x32\x02\xc4\xfb\x8f\x4f\xfc\x7e\xc9\x09\x24\xee\xe8\x9b\xa0\x8a\xd7\xd9\xef\x89\x32\x2d\x70\x97\x85\x6a\x4e\xb4\xc4\x07\xcc\x40\x0b\x83\x34\x56\xb9\x26\x8f\x63\x00\x52\x4d\x92\x47\xae\xcd\x4f\x3f\x25\x40\x6f\xe8\x3d\x08\x52\x07\x71\x27\xef\xed\xc7\x29\x68\xe3\x76\xe3\xb7\xa3\x50\xee\x49\x8e\xe4\x91\xce\xe4\x47\x23\xcd\xb8\x99\xfe\x8c\x9b\x7e\x92\x4a\x99\xff\xae\xe3\x47\xd1\x83\xe0\x67\x58\xb8\x3c\xa4\xa3\x01\x4f\x3b\xc7\x4a\xa5\x34\x01\xbc\x38\x3c\x86\x76\xb5\x1c\xc5\x54\x8e\x1d\x04\xf7\xcb\xa1\x21\x7e\x94\x43\x76\x9c\x0c\x8d\x88\x3d\xc6\xec\xa5\x1b\xfb\x89\x11\x0b\x50\xa8\xd7\x13\x25\xea\x0b\x91\x6f\xe1\x03\x62\xa7\x95\x88\xc0\x38\xa2\xb4\x33\xa9\x09\xe6\x79\xef\x1e\x75\x05\x85\x92\x5b\x14\x26\x0a\x6d\x65\xc7\x73\x81\x06\x51\x25\xac\x29\xd4\x03\x34\xa5\x4b\xcf\x99\x5a\x2d\x81\x61\x0e\x4a\xfd\x40\xb7\xa3\x24\x47\x54\x28\x23\xf6\xdd\x0a\x1c\x79\x20\x33\x46\x60\x49\x09\x94\x0e\x30\xe1\xa7\x6d\xf0\x44\x5d\x03\x98\xc2\x67\x1d\xe0\x0a\x17\xa8\x1a\xb9\xd4\x84\x93\xcf\xc0\xff\x0d\xe9\x6a\x97\x3f\x1a\x02\x2a\xfa\xc4\x3b\x85\xc9\xf7\x36\x4c\x25\x71\xe5\x7a\xac\x05\x7e\x1b\xf0\x02\xb1\xeb\xa3\x5b\x42\x24\xd8\xc4\xac\xe2\xc6\xca\xa5\x71\x91\x7a\xc6\xee\xdd\x73\xdb\xd2\x37\x3f\x46\x3c\xd2\x92\x80\x5b\x14\x71\x58\x7e\x41\xe7\x04\x93\x65\xad\xd9\x28\xec\x87\x1f\x0c\xc8\xce\x30\x88\x71\xd8\x08\x5f\xbe\x3c\x59\x98\x52\x55\x74\x1a\x7c\x99\xbd\x92\xd5\x9e\x2f\x2b\x80\xad\x9c\xc4\xd2\x30\x0f\x50\x2b\xbf\x37\x29\x8a\x08\x1e\xc9\x04\xdd\x8f\xfc\x77\xd1\xcd\xff\x3e\x85\x50\x1d\x49\xb1\xb7\xb9\x5b\x77\x67\xc9\x0e\x5a\xc8\xe9\xd4\x8b\x77\x4a\x27\xcf\x8e\xd1\x44\x03\xf5\xb5\xef\x59\x35\x24\xf8\x31\x0e\x8c\xa7\x9c\x12\x58\x87\x5e\x31\x74\xa3\x5b\x41\xad\x34\x84\xe8\x80\x31\x4c\x0b\x81\x9e\x25\x73\x59\x54\xb3\x88\x64\xc8\xea\xa8\x2c\x13\x64\xc2\x56\x7a\xf2\xb4\x43\x29\x7d\x1d\xbb\x1e\xb2\x95\x12\xc7\x7c\xd9\xac\x6a\x11\x48\x52\x3e\x40\xed\xd5\x6d\x8f\xb7\x65\x98\x54\x24\x22\xe1\xc3\x98\x3d\xb2\xdf\x0d\xda\xee\xec\xb2\xea\x1b\x50\x05\x2c\x74\x44\x4f\xfc\x89\xb6\x59\xeb\x0f\xa9\xb4\x03\x1d\x1b\x51\x19\xa5\xd4\xdc\x2b\x78\x10\x47\xbd\x6f\x51\xb2\x30\x63\xcf\x86\xa0\xf6\x94\x82\x2d\x91\x1c\x4b\x56\x41\x65\x62\x67\x3e\x4e\x68\x75\x4d\x19\xa1\x8d\x7a\xdc\x56\xd4\xf6\x56\x85\xab\x09\xc0\x4e\x92\x59\x3d\xbe\xd5\xc5\xf7\x86\xbd\x01\x7b\xc2\xf6\x1e\x46\xd1\xd7\xf6\xba\x75\x9f\xa8\x65\x59\x34\xfd\xfd\xf7\x6c\xf8\xf1\xa7\x7d\x5f\xa6\x74\x1c\x36\xb2\x7a\x85\x61\xe7\x94\xe5\xe2\x8a\x88\x7b\x4b\xa2\x84\x7a\x5f\x7c\x1c\x7a\xc9\xdc\x68\xc1\x5b\x25\x2c\xf0\x3e\x31\x27\xd6\x3f\xc0\x8f\x5a\x2b\x42\x4a\x13\xea\x99\x8c\x1f\xb1\xcf\x11\x8d\xc3\xb2\xd2\xd1\xde\x39\x04\x76\xaf\x0d\xf9\x23\xbe\xcb\xbd\x70\x7b\x6b\x57\xe6\x5e\x4a\x6f\xbf\x58\x14\x72\xa0\x6f\x31\x5b\x2b\x0b\x34\x44\x97\x45\x2d\xd8\x6a\xe9\x87\x68\xc8\x10\xf9\x95\x44\xe7\x8b\x02\xb5\xa3\xad\xe0\x0d\xc3\xc1\xe0\xd1\xd0\xc2\xad\x1a\x25\xb7\x3d\xc9\x5b\xf5\x5b\xcc\x95\x53\x23\x78\xcf\xc0\xbf\xc8\xed\x5a\x5b\x88\x3b\x88\xa0\x1a\xbc\xbc\xba\x72\x6f\x1f\xc7\x9a\xf9\x27\x61\x8e\x3e\xd4\xbb\x3f\xf0\x00\x7a\xdd\x3d\xec\x7b\xba\x10\x20\xf4\x61\xd3\xdb\xab\x2b\xf6\xde\x79\x08\xf5\x93\x82\x5c\xfa\xd3\x01\x9a\x9c\x3d\x54\xdb\x00\x86\x11\x4c\x1f\x94\x96\x3e\x69\xdd\x55\x53\x45\x78\x5f\xcb\x4c\x28\xd3\x0c\xf9\xf7\x83\xa4\x89\x27\x80\xdc\x96\xfc\x0b\xf8\x5f\x94\xfd\x80\xb5\xc3\x70\x5c\xe8\x5a\x98\xee\x27\x8e\x30\x32\x26\x3c\x88\x26\x0b\x22\x77\x82\x02\x8f\x91\x88\xf4\x0d\xc5\xe1\x7f\x88\x30\x8c\xe2\x25\xae\xdb\x17\x7b\xf5\x5a\xdf\x3f\xf8\xd8\xa5\x49\xa0\xa0\xbe\xf7\x0f\x52\x42\x2b\x50\xf1\xd1\xb2\x06\x34\xa2\x8c\x71\x49\x69\x35\x6e\xd4\x6f\x0b\xa0\xd7\x5d\xdd\x77\xf3\xe1\x7e\xff\x5d\xdc\xf8\xc6\x01\xc4\x06\x46\xdc\xfb\xcc\xfb\xd1\x15\xc2\x85\xae\x40\xb0\xa1\x1b\x30\x34\xb0\x08\x3f\x0a\xe9\x44\x44\x85\xf0\xc0\x8e\x22\x83\xa9\x66\x5b\xdb\x67\xac\xa5\x80\xea\x60\xed\xa3\x39\xf7\x1f\xc3\x5b\xf4\x86\x25\x89\x6c\xd0\xfa\xc8\xd7\xfb\x26\xc6\x4e\x5c\x8c\xa1\xae\x96\xa6\x02\x7c\x50\x5b\x33\xdd\xd6\xbc\x5a\x65\xa7\xf7\x49\x42\xdd\x99\x98\x4a\x3a\x6c\xae\x15\x06\xee\x11\x2a\x54\xde\xfe\xde\x74\x2a\x72\xe9\xda\x42\x7b\xba\x71\x23\x54\xf8\x38\xd4\xf0\x56\x95\x8a\xcf\xdc\xdf\x67\x6f\x6d\x99\x2e\x77\x77\x97\x52\x4f\x68\xdd\xba\xb5\x27\xba\xc5\x42\x5e\x78\x09\x6a\xdb\xc2\x52\xe7\x4d\x73\xdd\x16\xa0\xb4\x88\xe3\xb3\xa4\x87\x49\x9e\xf4\xb0\x83\x29\xed\x70\x02\xf8\x36\x5c\x69\x8a\x77\x4c\x2c\x36\xcd\x47\x46\x6c\x9d\xe5\xfe\x42\x55\xeb\xc7\x20\x4b\x85\xdb\xd8\xfe\x3d\xe7\x0f\x6d\xf4\x60\x07\x81\x0e\x71\x44\x27\x94\xdd\xbf\xef\x7f\xe6\xc4\xa3\xab\x2b\x4f\x56\x8a\x3f\x76\xd2\x50\xf4\xbd\x65\xc6\xae\xae\xbc\x44\x1d\xd1\xd7\x99\x55\x45\x06\x1f\x87\x19\x59\x50\x45\x60\x52\xbe\xe8\xfe\xcc\x8b\xb8\x3b\x43\x32\x4c\x57\x37\x54\xe0\xb7\x81\xd2\xad\xcc\xc7\xf7\x47\x75\xcd\xd7\x2f\xa4\xfc\xbc\x5a\x46\xec\x56\x0c\x9e\x8f\xdd\xdf\x5b\xf6\xd2\xef\xed\xb0\xa5\x5a\x6f\xb5\xf1\x98\xb9\x84\xc1\x60\x7f\x9f\xfd\x2a\xc0\xe2\x09\x16\x59\x5e\xd6\x82\xe7\x6b\x1a\xa9\xa7\xc0\x73\xb9\x10\x0a\xce\x65\x06\xea\x3f\x8d\xa5\xba\x9b\x51\x8a\xe8\xc3\xb8\x83\x04\xdd\x72\x6f\x4d\x85\x6d\xbd\x2b\x0f\x21\x71\x44\xd6\xa5\x69\x6e\xad\x05\xd9\x44\xb6\x17\x80\xc2\x1c\x88\xf0\x5b\x8a\x3c\xdd\x08\x6c\x07\x9a\x90\x60\x26\x72\x77\x74\x4e\x66\x6f\xef\x51\x67\x3b\x10\x13\x33\x11\xac\xde\x08\x9b\x3e\xb5\x1a\xb2\x87\x83\x4d\x24\x1b\xb5\x3b\xe9\xf1\xbb\x42\xcb\x77\xc5\xb2\x6e\x65\x7a\x64\x00\x8a\x99\x81\xc4\x2e\x27\x4e\x06\x12\xef\x4d\x7c\x00\x4b\x50\x99\xd4\x67\xfd\x16\xfb\x94\x5a\xda\x70\x63\xab\x70\x05\x1b\xdb\xc6\xd2\x28\xfe\x37\x48\x21\x4a\xc7\xd2\x73\xd1\xc5\x74\xa4\xd8\x8e\x24\x18\xbc\x2e\x02\x26\xa4\xb5\xea\x4d\xcb\x6c\xa1\x56\x72\xb7\x13\x17\x0d\x61\x6f\xb1\xb7\x17\x20\x68\x5a\x01\xc5\xce\xc8\x6d\x2a\xd2\xf8\x27\xd5\x4a\xdd\x2a\xa4\x50\x7d\x84\xae\x12\xdf\xc9\x3b\x82\x18\xa1\x96\x77\x54\x98\x5b\x2a\x86\xb1\x1e\x34\x18\xae\xa5\x61\x26\x8b\x83\xd3\xba\x71\xe3\x8b\x42\x76\x11\xe3\x2e\xb5\x2b\x14\xc8\xe0\x60\xac\x06\x36\xd4\x00\xff\x00\xa7\xd7\xb8\x40\x62\xcb\x24\x12\xac\xaa\x65\xf8\x88\x74\x45\xed\xf7\x56\x8d\xe1\xf4\x67\x74\xfb\xe2\x12\x21\x0b\x1a\xce\xc7\xcf\xb6\x96\x32\x95\xc4\xc9\x16\x22\x62\xdb\xa9\x40\xeb\xd4\x9f\xa5\x06\x79\x5f\x7c\xfc\x18\x0b\x54\x11\xde\xde\xa6\xaa\xb0\x6d\x7d\xda\xac\x4b\xa1\xe6\x42\xb8\x5a\xf8\x7f\xb2\x52\x30\x78\x92\xef\x29\x68\x42\x7e\xb4\x81\xfa\x6a\x56\xca\x09\x2f\xa9\x74\x09\x96\xb6\x40\xb7\xe1\xe3\x77\x6f\xdf\x3e\x7b\x75\x76\x7e\xf2\xf4\xfc\xcd\xdb\xd7\x6f\x9e\xbd\x3d\xfb\x4f\x76\xc0\x7a\xe7\xe7\x54\x7f\xf9\x24\x3f\x3f\xd7\x1d\x62\xeb\xa7\xcf\x9e\x1f\xbd\x7b\x01\xad\x4f\xcf\xde\x9e\xbc\xfa\xb3\x6e\x5b\x50\x93\xbb\xbb\x69\xeb\x3d\x38\xc7\xa9\x52\x36\x5d\x2f\x17\xc5\xc0\x0b\x9c\xd3\xc8\x40\x0d\xdf\x27\x56\xf0\x11\x90\xc3\x8b\xef\x80\xad\xdb\xfc\x01\x78\xcc\xc1\x91\x82\x59\xb8\x32\xf9\xb9\x03\xfc\x5b\xa1\x04\x60\xae\x4b\x1a\xe6\xc2\x40\x2a\x0a\x3e\xe3\x0c\x1d\xe2\x58\x61\xf5\xdb\x04\x7d\x95\xc9\xa5\xc0\x63\xc1\xd4\x92\x57\x8a\xf1\xac\x96\x4a\xd9\xf0\x05\x4d\xb2\x96\x85\x50\x46\x11\xae\x34\x5f\x5b\x16\x93\x9a\xd7\xeb\xd1\x60\x73\xb1\x60\x6b\xc3\x98\x89\xe6\x24\xef\x2f\x6b\x31\x2d\xbe\x1c\x7a\x56\x4c\x3a\xc3\x00\x0a\xb8\xdd\x37\xad\xd1\x2f\xea\x7e\x2c\xab\x69\x31\x5b\xd5\x7a\x45\xe0\x9b\x5f\x0b\x30\xb2\x54\x4c\x39\x94\x84\x67\x46\x99\x89\xc8\xe2\xbd\x3d\xf0\xb0\x77\xa4\x27\x48\x34\xa8\x1f\x9e\x6f\xef\x8b\xfb\xf7\xbd\xef\x47\xb2\x82\x69\x79\x67\xb0\xfd\xb2\x0f\x53\x38\xc9\x55\x20\x89\xb1\x6d\x5b\x69\xcf\x2b\x91\x53\xcc\x24\x88\x7e\x13\x9b\x30\xc6\x2a\x0e\x8d\xd1\x11\x21\x1e\x62\x1e\x3b\x4c\x1c\x99\x31\xc3\xa6\x03\xf6\x13\x8e\x14\xbb\x2c\xd3\xdc\x8a\x1c\x35\xac\x18\x03\xc3\x2b\x93\x1a\x92\x97\x03\x72\xc4\xdc\x52\x3f\xda\xa2\x84\x81\x4c\x9f\xfa\xf3\xfd\x44\xc3\xd2\xf4\x9b\x8f\x08\x7d\x6e\x3d\xfa\x71\x9f\x1b\x89\xf2\xf7\x4b\xbe\x24\x9d\x42\xd1\x88\x85\x1a\xeb\xfd\xc4\xdb\x82\x5d\xc5\x81\x0c\x38\xfe\x93\x81\xaf\x74\xd8\x18\xf9\x40\x1f\x74\x04\x3f\xe8\x01\xf5\xa1\x81\x81\x07\x61\x4e\x1b\x88\x28\x39\x60\xc4\x0a\x2b\xf8\xb7\xaf\x1b\x0e\xd8\x21\x7e\x38\x0e\x82\x9d\xe0\x95\x45\xcb\x28\xc2\x82\x22\x54\x3a\x83\x23\x1e\x6e\x8b\x8a\xa0\x0c\x27\x6e\xb3\x8f\x2a\x17\xfc\x42\x42\x20\x28\x23\xe0\x3a\xa7\xe8\x5b\xf0\x9d\x13\xf5\x9a\xcd\x9b\x45\xe9\x4a\x55\xad\x97\x62\x5b\x05\x71\x98\xf8\x84\x2b\xe1\xab\x8d\x00\xed\xdd\xa6\xf5\xdf\xeb\x59\xf6\x64\x75\x2c\x97\xeb\xde\xd0\xfc\x58\x35\xf6\xef\x37\x5c\x35\xc2\xbd\x91\x8b\xa5\x54\x85\xc6\xac\x67\x55\x9e\x7a\x7c\xda\xf0\xba\x49\xbd\x78\xb7\xcc\xb9\xd7\xd3\x73\x99\xad\x54\xf8\x8b\x6c\x8f\xf6\xe1\xcf\xe5\xaa\x0e\x7e\xc4\x0d\x8e\xe7\xbc\x9a\xb9\x9f\x27\xd5\xd2\x9b\xf8\xe9\x6a\xb2\x28\xdc\xcf\x17\x92\xbb\xf9\x42\x72\x1d\xfb\xeb\x2f\x62\xfd\x54\x5e\x56\xf1\xef\x78\xb4\xbf\x88\xf5\x9b\x5a\x28\xe5\x3f\x78\xb7\xb4\xbf\x8e\x26\xd2\x5f\x38\xaf\xde\x94\x7c\x1d\xff\x3e\x9b\xd7\x72\x35\x9b\xdb\xc7\xa6\x40\x55\xb4\x92\x67\x8b\x65\x53\x08\x6f\xbe\x55\x56\xaf\x97\x4d\xf0\x24\xf7\x7e\xe9\xc5\x89\xfc\x29\x6f\x78\xf4\xe8\xa5\x68\x78\x1e\x3f\x0e\xb7\xe8\x0d\x5f\x29\x37\x72\x30\x69\xfd\x43\xb3\x58\xf6\x77\x2d\x67\x01\x04\xde\xf2\x46\x44\x53\x3f\x15\xe2\xb3\x37\x33\xfd\xd3\xef\xe2\xb4\x01\xeb\xaf\xb7\x4b\x6a\x29\x3c\x4c\x3a\x2b\x16\x22\xc2\x94\xbf\xca\x72\xb5\x88\x87\xf9\x95\x17\x8d\xdf\x2f\xc4\x29\x84\xbf\x5a\xd8\x82\x22\xc1\x4b\x51\xad\x1c\xfc\xe5\x6a\x52\x8a\xf0\xe3\xa7\x35\x9f\x05\x3f\x7c\x4c\xc7\xdf\x8d\xa8\xc3\x27\x5f\x3c\x4c\xd3\x0f\x5e\x08\x7e\x21\x82\x27\xaf\x2f\xa2\x6f\xc2\x5d\x78\x5a\x4b\x87\x4a\x2f\xe5\x4a\x89\x00\x25\xed\x93\x78\x51\xf0\x22\x9c\x10\x3c\x0a\x27\x00\x8f\x5e\xca\xf8\xc9\x6b\xef\xb8\xe0\x83\x8b\xb8\x9f\x77\xcb\xf8\x77\x3c\x83\x53\x51\x8a\xcc\xf5\x73\x26\x57\xd9\x1c\x93\x49\x85\xcf\x7c\x28\xc2\x83\x60\x3e\xf0\x24\x04\xc9\x69\x56\xcb\xd2\x75\xf2\xeb\x5c\x78\x5d\xbe\x91\x10\xc5\x13\x0d\x44\x4f\x03\xd0\xd1\xb3\x10\x46\xf4\x30\x84\x12\x3d\x0c\xe6\x45\xcf\x7c\x48\x99\x47\x17\xed\xfe\x3c\x68\xfd\x59\x36\x76\x8e\x21\xc0\x5e\x48\x95\x78\xf5\x71\xd0\x7d\x35\x98\x18\x9e\xa6\xa9\x8b\xc9\x4a\x33\x9a\xe8\x3f\xf4\x7d\xee\x89\x37\x2e\x6b\x4a\xea\xae\xe0\x59\x26\x94\xfa\x8b\x58\xf7\x86\x9a\x43\x44\xae\x01\xde\x64\xf3\xa2\xcc\x6b\x51\xb5\x5f\x94\x5c\x29\x2d\xd4\xb6\xdf\xe8\x33\x59\x35\xcf\xf2\xa2\xd1\x32\x43\xeb\x7d\x5e\xd4\xed\x67\x35\x9f\xcd\x92\xad\xe7\x45\x9e\x27\x86\xd7\x10\x79\x2e\xdb\x1d\x15\x79\xeb\x51\xc9\x35\x4d\x89\x1e\xd6\x62\xda\x7e\x26\x13\xe3\x03\x63\xda\x7a\xda\xf0\x09\x38\xc2\xb6\x5f\x14\x4d\xaa\x79\xcd\x2b\x55\x02\x01\x8c\xbb\x5f\x8a\xb2\x04\xa7\xc8\xd6\xab\xaa\x05\xdc\x0d\xf8\xf4\xcb\xd9\xcb\x17\x16\x43\xbc\x1c\x39\xbc\xca\x8d\xf3\xc8\x2e\x28\xa3\xc1\xba\x0d\x65\x92\x68\x35\x6c\x73\x25\xdd\x93\x7d\x71\xf4\xf3\xb3\x17\xac\xe1\xb3\x3b\xcc\xb4\xe4\x13\x51\x76\xce\x31\xb9\x8e\x21\x43\x6c\x9f\xca\x7a\x81\x80\x9d\xac\x9a\x46\x56\x43\x36\x2d\x44\x99\x2b\xd1\x0c\x59\xa1\xf9\x8d\x21\xf6\x3e\x64\x90\x93\x63\x48\x3e\x66\x43\x26\x57\x0d\xbc\x55\x40\x1e\x87\x4c\x5f\x3d\xbc\x16\x7c\xe3\xce\x1c\xbd\x7b\x7a\xf2\x7a\xe3\x62\xb7\x2d\x95\xaf\xf2\x42\xde\x6e\xa9\x73\x51\xcc\xe6\x0d\x2e\x36\xe3\xd5\x05\x57\x43\x26\x16\x13\x91\x0f\x59\x01\xf5\xf9\x87\xac\x58\xcc\xec\xb2\xcd\x42\x2f\x8a\x5c\x48\x3c\x3c\x52\xdf\x61\xfa\x73\x98\x85\xff\x6a\xb1\x02\xe6\x25\xf9\x6e\x59\x8b\x12\x98\xb3\xe4\x5b\x55\x67\xc1\x9b\x0d\x33\x42\x0d\xc3\x90\xf2\xce\x0c\x59\x53\x83\x2f\x93\xeb\xeb\xb2\xc8\x9b\xf9\x6d\x17\xb8\x61\xdb\xfe\x7a\xf2\xf4\xd9\xe6\x6d\xdb\x8e\xa3\x30\x4a\xe7\xc6\x45\xdb\x6a\xb6\x6c\x29\x15\xdc\x6a\x7a\x45\xdb\xa7\xf9\xfa\xae\xe7\x48\xde\xf2\x10\x29\xbc\xd7\x21\xc3\xc6\x66\xd2\xf4\xe2\xe4\xae\x47\xbd\xb8\xdd\x14\x21\x2f\x46\x78\xd0\xcd\xf1\x2e\x8c\xd5\xdf\x9e\xf1\x25\xf1\xc1\x43\x4c\xc6\xb3\xf9\x48\xdf\x71\x41\xbc\xca\xe6\xb2\xbe\xdd\xa2\x72\x79\x59\x79\x47\x6b\xc8\x90\x00\xe9\xb3\x6e\xef\x34\x7a\x8a\x34\x59\xaf\xb6\xfa\x6c\x5b\xbc\xb0\xb7\xa1\x6d\x65\xdf\x43\x4e\xf7\xc4\x4b\x77\xfc\xe0\x36\xa4\x0b\xb4\xec\xea\x86\x2c\x7f\xa9\xa9\x68\xd2\x8b\x6d\xd6\x4b\x61\x5b\xb4\x76\x47\x0f\xb9\x10\xd5\xca\x1d\xd8\x98\x0e\xd0\x44\x36\x6c\xd2\xcf\xef\xce\xce\x5e\xbf\xba\xe3\x4e\xe1\xcc\x6e\xb7\x53\x7c\xd5\x48\x92\x88\x13\x28\xd8\xbe\x43\x80\x35\x02\x35\x6b\xbe\xe5\x76\x92\xcb\x66\x86\xf1\xce\x06\x89\x93\xbd\x7d\x87\x7b\x8e\x7a\x3d\x02\x3d\x14\xf6\x4d\x3d\xe1\x10\xb6\xc5\xb3\x2a\x3b\xb3\x5b\x9c\x6e\xf2\x52\x34\x73\x99\x6f\x6a\xf1\x4a\xfe\x95\x97\x45\x6e\xf9\xa6\x74\xab\x33\x0f\xdd\xda\x2d\xbe\x11\xa2\xdd\x91\x9c\x6c\x16\x06\x4e\x5e\xbd\x79\x77\x76\x47\x4c\x85\xa9\x74\xf3\x6c\x11\x1e\x5b\x1c\xcd\x32\xb1\xf4\x61\x87\x4f\x4b\x73\x7a\xe1\xe8\xba\x0b\xd4\xe2\xf5\x31\x5f\x16\x0d\xe8\x60\x03\xb8\x07\x88\x02\xed\xe4\x62\x59\x0a\xb3\x7f\x7a\xb7\xfc\x9e\xc0\x1b\x40\xe4\xf1\xf0\x79\x51\x3b\xde\x37\xd5\xf3\xf7\x41\xec\x3b\xf3\x4a\xf0\xe2\xa5\xcc\x45\xbc\xa0\xb2\x50\x2d\x18\x2f\xf8\x97\x60\x81\x30\x53\xf3\x06\x6b\x57\x74\x03\x60\x51\x54\x5d\x1f\x17\xd5\xd6\x8f\x57\x65\x53\x2c\xcb\x10\xbe\x08\x11\x64\x40\xa0\x00\x4a\x15\x4f\x78\x59\xf2\x4c\xcc\x65\x99\x1b\xe6\x24\xd5\x77\x2d\x78\xfe\xba\x2a\xd7\x9b\x5a\xfc\xd7\xaa\xa8\x45\x9e\x18\x3d\x6a\xf9\x2d\xb9\x44\xd5\x88\x65\xbc\x20\x15\x62\xef\x7f\x23\x6a\xf1\x5d\x19\xdb\xb3\x67\x7f\x3b\x3b\x7a\xfb\xec\xae\x3c\x8c\xde\xaa\xa3\x5a\xf0\x9b\x93\x9c\x1d\xc9\x47\x26\x4b\xba\x39\xa3\x2b\xf2\x1f\x42\x1c\x76\x3b\x94\xdb\x9a\xfc\xee\x67\xa8\x96\x97\x29\x20\x5e\xd6\x7c\x19\x3f\xde\x80\x32\xa7\xcf\x5e\x3c\x3b\xbe\xeb\x05\x85\xf3\xbb\x31\xba\x7c\xa7\xed\xdc\x42\x03\x77\x84\x30\xc1\x2c\x14\xa8\xe0\x68\xdf\x52\xa8\x82\x11\xcc\xb0\xd8\xd3\xf7\x15\x65\xce\x8e\x7e\x7e\xf1\xec\xae\xa4\x40\xf3\xac\xb7\x5b\x70\x26\xca\xf2\x0d\xcf\xf3\xc2\x08\x25\xd0\x97\x7d\x75\xba\xe4\x59\xfc\x6a\xd3\x62\xde\xde\x75\x25\xa1\x50\x96\x9c\x7a\xf7\xe8\xbf\xdc\x75\xf4\xf9\xed\x80\x58\xcb\xcb\xd3\x25\xa7\x0b\xbb\xc9\x87\xac\x99\x23\x36\x65\xd2\xdc\x66\xfa\xc9\x26\xc0\x3d\xbd\xeb\xd4\xf3\x5b\xee\xbf\x2c\xfd\xa9\x13\x1f\xc6\x73\x51\xab\xe0\xd9\xcd\x96\x18\x4c\x2d\x93\x25\x78\x44\xdd\xf2\x44\xda\x51\x33\x59\x0e\xf5\xff\x40\xf2\xea\x1c\xea\xfb\x8c\x92\xda\xb3\xe7\xaf\xdf\xbe\xbc\xe3\xae\x69\xda\x7a\x4b\xd9\x16\xe4\x86\xe3\x39\xaf\x95\x11\xbd\xac\x68\xcf\x3d\xe1\xd0\x3e\x14\xbe\x3c\xb8\xe5\xe9\xc2\x13\x0c\xed\xc3\x2a\x92\x05\x9d\x26\xc1\x13\xff\xf0\xe1\x26\x49\xeb\xf9\xdb\xa3\x97\x77\xa5\x77\xc8\x7f\xdd\x12\x70\x65\x29\x2f\xe9\x56\x99\x9a\xea\x46\xf8\xf4\xf9\xaa\x2c\x4f\xb3\x5a\x18\x6b\x47\xfc\xfe\x0d\x5f\x2f\xc0\xb5\x12\xca\x1f\xa5\xdb\x9c\xd5\xbc\x52\xe0\x81\x97\xad\x5b\x2d\x32\xb5\x6c\x3d\xbb\xbb\xd0\x03\xfe\x6c\xbc\xca\x44\xab\xef\x5a\x4c\x45\x5d\x8b\xfa\x8d\x2c\x8b\xc4\x74\x14\xaf\xf2\x89\xfc\xd2\x7e\xfe\x2d\xf9\xfe\x3a\x7b\x2a\xb3\xd6\x10\x77\xe0\xad\xb7\x48\xf2\x2f\x8f\xfe\x7c\x67\xf4\x5a\xcc\x6e\x8b\x5b\x9b\xc4\x76\x70\x4d\x7b\x5d\x17\x33\x2b\x3b\x2e\x66\xdf\x06\x05\xbe\xf1\x86\x9d\x5a\x65\x8e\xfe\x10\x5b\xc2\xbb\x95\x12\x2f\x0d\xdf\x0a\xef\x68\x2a\xdf\x5c\x5c\xfa\x53\x2e\x96\xb5\xc8\x78\x23\x72\xf6\x4e\x89\x68\x47\xa6\xb2\xd6\x4f\x6c\x32\xe9\x51\x7a\x13\xf9\x2c\x24\x11\x41\x27\x9d\x08\xf4\xf4\xe4\xaf\x77\x44\x9f\xbc\xb8\xb8\x21\x13\xf3\x67\xd1\x28\x56\xf1\xa6\xb8\x10\x9e\x7f\x31\xe4\x55\x86\xc5\xf2\x2a\x34\x40\x9b\x32\x0f\xe0\xd3\x08\x64\x07\xfc\x8f\x95\x68\x46\x00\x2e\x59\xd9\x74\xf7\x26\xa9\x38\x8c\x03\x5e\x70\xc6\x93\xae\x1f\xcc\x73\x18\x6a\x5a\xf5\x03\xd1\x64\x03\x97\x9d\x19\xd2\xaf\x87\x93\x33\xdb\x51\xcb\x05\xe3\xe8\x2f\xee\x12\x42\xe3\x6c\x5c\x21\x10\x5e\x96\x58\x1f\x04\xb3\x2c\xd7\x05\xdf\x23\xb7\x3d\x91\x07\x46\x78\x93\x73\x13\x4d\xf0\x98\x24\xf3\xd5\xeb\xb3\x67\x63\x36\x13\xcd\x2b\x00\xd2\x1b\x1c\x60\x2e\x57\x65\xce\x78\x79\xc9\xd7\x0a\x3e\x81\x64\x82\x39\x95\x00\x80\x14\xfc\xc8\xd9\xd2\x8c\x1a\x09\x65\x59\x78\xd6\x40\xda\x79\x59\x41\x32\x9b\xb3\x39\x66\xef\xac\x64\xb5\x47\x7b\xb0\xf4\xfb\xf7\x3a\xc6\x62\x01\x94\xea\x1a\x26\x4a\x31\xa9\xf1\xd4\x00\x24\xf2\x42\xd4\x75\x01\xe3\xaf\xe5\xaa\x66\xd9\x4a\x35\x72\x41\xe9\xb2\x61\xc8\xe7\xb2\x66\xe2\x0b\x5f\x2c\x4b\x7d\x3a\xa6\x34\x2e\x25\xbf\xc4\xe4\xe5\x7e\xaf\x90\x08\xa9\x32\xf9\x43\xbd\xc2\x37\x55\x1e\x37\x2d\x94\x5e\x3a\xf4\xf2\xc1\x94\x8a\xb1\x6b\x66\x7c\xaa\x37\x34\xd5\x95\xf9\x0e\x32\x86\x92\xaf\x6d\xd8\xb3\xf9\xc4\xa6\x9a\xab\x8b\x5c\x98\xec\xaa\xad\xac\x9c\x94\x9e\x1a\x17\x86\x99\xa9\x57\x95\x49\xe1\x8d\xb4\x00\x5f\xfa\xad\x69\xeb\x61\xbc\x57\x7c\x21\xa2\x9c\xd6\xb5\xcd\x15\x30\xb5\x8e\x1a\xba\x0f\xc8\x3e\xa2\xa2\xd2\x27\x58\x12\x82\xc6\xb3\x23\x7d\x87\x0c\xd8\x21\x98\xbc\x72\x6f\xc9\x44\xd8\x1f\xbe\x55\x89\xbc\xa5\x4a\xe6\xb4\x06\x92\xec\xc1\x11\xc0\x38\x66\x5b\xfd\x47\xe1\x3b\x4a\x15\xee\x3e\x3c\x74\x5f\x62\xbd\x87\x33\x9b\x9c\xfb\xa4\xe9\xc1\x11\x99\xd5\x82\x43\x8e\x4f\x24\x0c\xe5\x1a\x2b\xe0\x61\xf9\x1f\xc8\xbe\xc7\x4d\x69\x9c\x1e\x1c\xfe\x4f\x80\xb6\x3d\x20\x09\x3d\x9f\x00\x40\xc2\x5c\xaf\xb6\x01\x24\x77\xc7\xdc\xfd\x7a\xc0\xff\x7b\xfa\x37\xaf\x35\xe6\x7f\x47\x02\x33\x29\xca\x02\xab\x27\xcc\x79\x9d\x67\x32\xf7\xcb\xe6\x9c\x9d\xba\x52\x13\x90\xf1\xb4\x92\x8c\x57\xbc\x94\xb3\xa8\x94\x42\xb3\x5e\x16\xd5\x0c\x1d\xaf\xf7\xf7\x35\xfe\x54\xec\x52\xe0\x22\x21\x97\x69\x23\x99\xa8\xa6\xb2\xce\x0c\x9d\x30\x1b\x1d\x10\x8f\x7e\x51\x69\x20\x42\xfe\x7c\xa0\x75\x7a\xb5\x44\xff\xec\xec\x07\x36\x5f\xae\xa9\x99\x48\xae\xad\x7e\x57\x66\x26\xbf\x0a\x9f\x22\xd1\x4c\x20\x91\x7f\xa1\x4f\x65\x46\xc0\x7e\xf3\x56\x43\x00\xeb\xfc\x8c\x37\x87\xfc\xbb\x55\xef\x2f\x57\x65\xb9\xff\x87\xff\xfd\xef\xff\xf1\xef\xe8\x62\x4b\x77\xa8\x32\x51\x8b\xa1\xb3\x6f\x8c\x58\xe8\x20\xfe\x3b\xa6\x6a\x8f\x5c\x91\x7d\x6f\x63\x80\xd9\x20\x9d\xce\x3d\x76\x36\x36\xab\x74\x07\xd7\xa5\xf2\x80\x62\x3d\xb0\xfa\xfb\xf7\x59\x6b\xc5\x8c\xb7\x0e\xb6\xf5\xc0\x86\xe2\x0c\x5e\xda\x8f\xfe\xb6\x8e\x6c\x0c\x50\x98\x51\xfe\xc9\x01\x7b\xe0\xf7\xf3\x59\xb8\xc8\x43\x3a\x37\x98\x76\xfe\x41\x57\x23\xc0\x3c\xd3\x28\x08\x0c\x08\xd6\x0c\xc9\xbc\x5a\x87\x1e\x8b\x8d\xc7\x94\x20\x95\xf4\xde\xcf\xe2\xf1\x2d\x0a\x48\xc7\x3e\xe0\xb0\xa5\xf7\xf0\x17\xe6\x4f\xdd\x29\x55\x7e\x9c\x27\xff\x47\xdc\x34\x7d\xfd\x63\xb4\x0f\xb0\x02\x41\x48\xd0\x91\x5a\x57\x99\x17\x3c\x04\xbf\x83\x16\x5e\xe6\x68\xd7\xcc\x3d\x0c\xda\x5e\xf2\xba\x3a\x96\x55\x5e\x60\x90\x41\xb9\x7e\x4b\x4a\x4d\xbc\x49\xdd\xf7\xba\xe1\xfe\xe6\xd6\xad\x8e\x5f\xae\x1a\x48\x86\xfc\x0c\xeb\x11\x5c\x88\x54\x7f\xad\x46\xad\x6e\x9e\x12\xa3\x0d\x41\xd6\x89\x1e\xfc\xf7\xde\xc7\x40\xdc\xbf\xb2\x13\xcc\x61\x00\xd4\xc8\x7d\xec\x3d\x4d\x7c\x72\x2a\xa0\x7e\x88\x7a\xc9\x97\xa9\x01\x13\x5f\xbc\x15\x53\xaa\xe3\xe5\xda\x63\xfe\xdc\xb7\x62\x9a\x68\xff\x33\x57\x22\x06\xb1\x7e\x76\x6c\x99\x3e\x40\xc4\x5e\xc0\x83\x07\x0d\x30\x4d\xb8\x29\xf6\x44\xec\xb6\x62\x13\xae\x8a\x8c\xca\xa8\x10\x67\x5e\x96\x8e\xaf\xea\x28\x4c\x17\x66\x26\x0f\xc6\xb9\x76\x1f\x78\x12\xcf\x53\x09\xc5\x4c\x56\x4a\x8c\x34\xd5\xe7\xb5\x60\x0b\x09\x75\xe6\xf9\x25\x5f\xe3\x92\x30\x8f\xb9\x63\x63\x53\x59\xce\x83\xa1\x1e\x9f\xbd\x09\x6e\x2b\x0f\x4a\x9a\xa8\x0e\xd9\xd9\x69\xc3\x1b\x01\x3f\x9e\x78\xcc\x0b\xcf\x9a\x51\xdc\x89\x69\x4c\x71\x26\x2e\x75\x59\x2c\xb7\xc1\xe7\x3d\x45\x19\x68\x26\x72\x55\xe5\xbc\x2e\x04\xc6\x4c\x0a\x9e\xfb\xd9\xc6\xbe\x01\x3b\x14\xe4\x6b\xa4\x80\x84\x31\xeb\xc3\xe8\x2f\x85\x52\x7c\xe6\xd7\xb8\x12\x5f\xda\x65\x20\xc2\xe5\x1c\xcb\xaa\xa9\x65\x09\x95\x13\x9b\x39\xc5\xc5\x5a\x98\xbf\x15\xc8\xb1\x5b\x91\xa5\x16\x4a\x96\x17\x5e\x64\xa8\xe3\xb8\x4d\x8c\x28\xe4\xeb\x5f\xcb\x95\xde\x54\x1a\xa4\xd0\xec\xbf\x16\xeb\xb0\x22\x9a\xe6\xfe\x1b\x0c\x68\x60\xfd\x79\x31\x9b\x8b\x7a\x0f\xab\xfc\xd9\xde\x06\x43\x2c\xe2\x08\xcc\x00\xa4\x56\xd7\x83\x05\xb9\xd7\x75\x2f\x8c\xba\xa1\x71\x8c\x34\xa8\x4c\x15\x83\xa2\xaa\xfc\x5e\x87\x8e\x43\xc3\x1a\x0a\xb4\x9c\xd6\xa2\x83\x14\x71\xae\x48\xb3\xfa\x5c\x2c\x8f\xbd\x66\x6f\xf5\xe7\x2b\x4d\x38\x5a\xd9\xea\x6d\x46\xfb\x73\xae\x09\xec\xbd\x31\x12\xde\x30\xdb\x3d\xa5\x63\xb8\x37\xf6\x68\x6e\xd4\x22\xb7\x74\x46\x37\xf3\xc8\x0e\x15\xb4\xa0\x5c\x87\xee\x03\x5a\x92\x6e\xfd\x95\xbd\xaf\xc2\x3a\x14\xfd\x5a\x4c\xc7\x84\xf1\xf0\xff\x57\x32\x17\x54\x84\x39\x78\x46\x49\xb9\x5c\xb7\xd6\x15\xfb\x9e\x57\xdd\x24\x44\xa5\x88\xbc\xb8\x3c\x93\xe6\xe4\xb4\x05\x25\x27\xff\x07\x3b\x30\x0a\xbf\x30\x31\xd9\xf8\x8d\xf9\xd5\xf5\xd5\x37\x3a\x69\x41\x9e\x4c\x14\x42\x0c\x65\xa0\x19\x1c\x86\x89\x33\xd5\x6a\x29\xa8\xa9\x6d\xe2\x62\xc2\x36\x4d\x28\x77\x17\xd0\xbe\xf7\x37\x7e\x78\xbe\xe0\x9f\xc5\x51\x59\x9e\xf2\xa9\xa0\x52\xad\x21\xa1\xd7\xf8\x29\xf5\x92\x48\x45\xa7\xff\xeb\x59\xa0\x3c\x2d\xf2\x97\x72\x55\x51\x14\x02\xbc\x43\x16\xdb\x76\xe0\x47\xcd\xc0\xfb\x99\x68\x4e\x2b\xbe\x54\x73\xd9\xfc\x2c\xa6\xb2\x16\xad\x16\xb5\xa8\x72\x13\xc4\xd0\x1a\xae\xd5\xda\xbe\xfc\xb5\x28\xcb\x77\xd5\xc2\x9f\xce\xc7\x38\x2c\x9d\x76\xfe\x57\x23\x9a\x3b\xfa\x52\x8b\x4c\x14\x17\x42\x31\x02\xb1\x86\x0b\x53\xab\xba\x7d\x7a\xb5\x74\xb0\x82\x59\xe4\x89\x5c\x8f\xed\xb9\xf6\x97\xb5\x00\x3d\x91\xb7\xc7\xfa\x11\x5c\x00\x63\xba\x08\xa2\xe8\x75\x8c\x43\xc7\x51\x7c\x92\xe0\xfa\x1a\x62\x1b\xcb\xac\xef\xb6\xca\x39\x57\x0c\x20\x24\xf2\x21\x2d\x62\x33\x75\x6a\x2f\x0a\xf6\x3b\xce\xbc\x8a\xf3\x55\xa2\x09\x26\xeb\x66\x38\xf2\x07\xc0\xa9\x77\x4c\xfa\x64\xca\x2e\x05\xa6\x61\xf1\x88\xd3\xd0\xa4\x7c\xd5\xb3\x5d\x30\xbe\x6a\xe4\x42\xdf\x51\x50\xcc\x42\x56\x6c\x85\xfb\xbe\x69\xea\x1e\x7a\xdc\x71\xf6\x9a\x2c\x46\x59\x00\xa0\x03\x9f\x9a\xa6\xea\xa1\x42\x2c\xff\x90\x95\xa2\xb2\x99\x06\xbc\x2f\x5c\x64\x3f\x7b\xac\xdb\xb4\x43\xfc\x21\xa5\x81\x63\x17\x4d\x1f\x7e\x27\x98\xdb\xe8\x43\x90\xbd\xc4\xbd\x1e\x11\x10\xa3\x44\x1c\xed\x06\xfd\x74\x1a\xaf\x0f\x41\xee\x29\x7f\xdc\x8d\x89\x71\x69\x67\x41\x47\xdb\xd8\x2a\x6c\x3d\x45\x4c\x96\xbe\x44\x12\x1b\x37\x13\xc4\x85\xe9\x6b\xa1\x1f\x45\x8b\x07\xb9\x7e\xdd\xed\x11\x65\x82\x9a\xae\xaa\x4c\x3f\x7e\x2b\x66\x10\x3c\xbd\x6f\x75\x4d\xfd\xd1\xd7\x87\xc3\xeb\xc1\x87\x0f\xfd\xfd\x20\x25\x28\x0a\x3f\x10\x4f\xef\x7f\x3b\x12\x5f\x44\x86\xbb\xec\x11\xee\x51\x23\xa9\x3e\xe5\x60\x10\xe7\x10\xf6\x26\x05\xd9\xe1\xb1\x5b\xa8\x9b\x00\x7f\x9a\xfc\x3f\x4f\xd8\x43\x76\x68\x1e\xbe\x7f\xf8\x91\x8d\x59\xaf\xe7\xc0\xf8\xc1\xcf\xd1\x11\x77\x9c\x3e\x40\x47\x58\xdf\x49\xad\x26\xd0\x50\x00\xb7\xb2\x5c\xa9\x39\x16\xa2\x26\xe6\x25\x42\x3e\xaa\x93\xad\xcf\x95\x39\x69\x79\x9a\x4b\xd1\xdb\xe2\x7f\xa9\x77\x26\xe4\x1b\x12\x1b\x94\x3e\x18\x49\x34\x7a\xff\x31\x8c\x95\x0f\xd7\xee\xb5\x4d\xaf\xde\x22\x19\xf0\x45\x2e\xb3\x08\x57\x4a\x66\x05\xb0\xd5\xa0\xbc\x0a\x88\xde\x90\xea\x67\x43\xb8\x5a\x2e\x16\x1c\x55\xd4\xad\x4e\x66\xfa\x82\xa0\x81\x3c\xf8\x72\xa6\x85\x0a\xa8\x10\x28\xb2\x55\x03\x66\x84\xb3\x62\x21\xe4\xaa\xd9\x57\xa2\x39\xa9\x1a\x51\x5f\xf0\x92\x7a\xd3\x34\x4b\x31\xc5\xa7\xa2\x5c\xfb\xc9\xa0\x4d\xfe\x27\x33\x80\xcd\x4b\x5c\x0a\x5e\x8b\x7c\xdf\x14\x21\x0a\x69\x1f\x2a\xa2\x89\xfc\x41\x9e\x68\x3d\x6f\x23\x60\xe9\xa5\x52\xc2\x07\x1c\xdc\x14\xd5\x2e\x95\xa4\x61\x96\xb5\x80\x1c\xfc\x98\x34\x56\xb3\xc1\x4b\x0c\x02\xb4\x39\xe8\x34\xa7\x9c\xcb\xaa\xd7\xb0\x4a\xa0\x56\xfd\xc3\x0f\x93\xa2\xca\x3f\xfc\x10\xce\x7b\x03\xbe\xc0\xe0\x1a\x53\x50\x3d\x90\xc0\x10\x68\xd1\xc6\x0d\x9c\xf5\x01\x14\x36\x87\x6f\xfb\xee\xea\x70\xcd\x7c\x2a\x0a\x49\xf0\x82\x4e\x37\x9f\x26\x6e\xf9\xe6\x6e\x5c\x22\x0b\x05\xe8\x2c\x42\x8c\xe2\xc5\x0d\x31\xca\x64\x03\xc2\x4e\xec\x1e\x90\x78\x2c\xab\x7d\x39\x9d\x32\xf4\x1e\x40\xce\xb5\x84\xc4\x4f\x50\x06\x59\xb2\xa7\xaf\x5f\xb2\x3e\xa8\xef\x67\xab\x92\xd7\xec\x37\x7e\xc1\x91\xd5\xa4\x9d\x1d\x18\x33\x5b\x50\x14\x2d\x8d\x58\x21\x22\xe5\x85\xca\x64\x55\xe1\xa6\xed\x8c\x55\x61\x06\xf3\x8d\x68\x05\xa6\x74\x01\x56\xb6\x6f\x87\x58\x38\xbe\xc6\xac\xb8\x20\x59\x88\x5e\xad\x94\xe5\xc1\x73\x42\x30\xd7\xc5\x8d\xb0\x4c\xd8\x50\xc1\x0d\x68\x86\x8d\xd2\x78\xf6\x8b\xad\x2a\x6b\x2a\xd1\xb2\x85\x58\xc8\xe2\xef\x22\xd7\x50\x33\x62\x64\x6d\x4d\x25\x91\x00\x53\x8b\x29\xdc\x33\x7b\xec\x95\x57\xa6\xdb\x64\x97\x94\xa6\xb8\x25\xe6\x99\x9c\x32\xac\xa2\xcf\x7c\x1b\xcf\x91\x67\xbf\x32\xf8\xfd\x59\xac\x45\xee\xea\x7a\x61\x32\xab\x5a\x4c\xbd\xeb\xba\xa5\xad\xf8\x64\x95\x4a\x9f\xf0\x4b\x94\xfb\xec\xd3\x0e\xc1\x97\x16\xa8\x99\x2e\x5a\x8b\x97\x24\x66\x77\xa1\x32\xb1\xef\x46\x5c\x6d\xef\xbc\x79\xe3\x14\xe2\xde\xde\xa5\xba\x78\x4f\x53\xfb\xd8\xdd\x97\x6d\xc2\x0e\x36\x4c\x3b\xac\x78\xf5\x0d\x74\xbd\x2e\xe1\x0b\x26\xf2\xa1\x0a\x59\xfe\x6c\x6a\x31\xf5\x52\x97\x6d\x46\xd5\xd6\x6a\xd2\x58\x8b\xc2\x8d\x6a\x8b\x47\x7d\xaf\xe8\x62\x41\xd5\xf1\x3e\xfc\xa0\x3b\xff\xf0\x03\xda\x94\x2b\x91\x09\xa5\x4c\x06\xa1\x04\x42\x24\x04\x1f\x4a\xfe\x44\x72\x94\xd3\xbd\x0d\xf5\xd1\x6d\x3d\x85\x5d\x8d\xb8\xfc\xfd\x7d\xe6\x77\xc2\x7e\x44\x49\xf5\x47\xcf\xfe\x6d\x4a\xb2\x83\x4d\xec\x42\xd4\xc5\x74\x8d\xa4\x0a\x2a\x89\x17\x15\xcb\xb8\x12\x8c\xdb\xcb\x1f\x0c\x45\x54\x53\xcf\x0d\x42\x6b\xe7\xac\x2c\xa6\x22\x5b\x67\xa5\x20\x8a\x6e\xed\x66\xb6\x58\xbe\x32\x25\x1b\xb5\x60\x36\xe7\xcb\xa5\x80\xe4\x50\xb2\x66\x12\xd4\x65\x32\xcf\xd9\x4a\xf1\x19\x9d\x38\x40\xcc\x60\x11\xf7\xef\xdb\xf5\xeb\xbf\xfd\x77\x81\xd4\x02\x79\x41\x4d\xcb\xe0\x4d\x0b\x9d\x63\x39\xa8\xb3\x4f\x27\x09\x6d\xfa\x3c\x39\xa8\x2f\x02\x76\xc9\x0b\xbf\x72\x4d\x9a\xd0\x09\x81\x79\x84\x06\xb5\x3a\xbc\x16\x94\x4f\x6e\xe5\x78\xd5\x90\x2e\x7a\xca\x8e\x97\x7c\x49\xfa\x1d\x28\x41\x3f\xf5\xdf\xd9\x92\x1c\x50\xaf\x58\x59\x35\x1f\x15\xa6\xa7\x72\x9c\xe0\xbe\xcc\x0a\x73\x89\x8a\x02\xf6\x47\x03\x40\xef\x16\x67\xb5\x00\xcf\x78\x1b\xbc\xde\x16\x6b\x1c\x7a\xc7\x66\x81\x7e\x38\xd3\x71\xa0\xe2\x27\x8d\xf1\x93\x08\x9b\x5b\x7d\xa0\x74\x62\x64\x03\x5f\x3d\x30\x8c\x20\xd1\xa5\x2e\x70\xf0\x46\x10\xbb\x6c\x0e\x0b\xb2\x82\x98\x9a\xd3\x17\x02\x51\x19\x0a\xf9\x23\xa6\xc2\x7e\xc8\x66\xde\xbd\x1d\x8b\xd8\x94\xd2\xda\x94\xc4\x30\xce\x80\x9b\x06\x63\xcb\x3e\xd3\x4f\x0d\xb3\x33\x44\xdb\xdd\x6d\x02\x6b\x6a\xa8\x5d\x81\xab\xe1\x65\x5c\xf4\xf5\xb1\xe6\x2c\x33\xa6\x2b\x34\x3f\x37\x49\x20\xd6\x81\x01\x0c\xa1\x57\x79\xb7\x3e\xe9\xa7\x4d\xba\x26\x3b\xc2\xa5\xd3\x05\x25\x47\xf1\x94\xa1\xc6\x7e\x66\x4c\x96\x1d\xa3\xe0\x20\xad\x2e\x27\x5c\x01\xd7\xdb\xd5\x2f\xdb\x63\xbf\x06\xb6\x80\xe4\x74\x52\x5b\xdd\x6d\xda\xeb\x9b\x6b\xcc\x7b\x16\x38\x5c\x30\x34\x55\xc7\x2b\x8b\xd3\x5b\x9b\x16\x56\xdb\x9e\xca\x4f\xbd\x65\x2a\x9b\xf0\x25\x98\xe0\x30\x35\x23\xef\x61\x80\x48\x56\x53\x1e\x51\xd7\xc7\x67\x6f\xc5\xf4\xc4\x14\x8e\x7e\x62\x01\x31\x1d\x7b\x46\xbf\xa8\x91\x9f\x05\x94\x56\x0e\xc4\x6d\xcc\x82\x76\xa4\xff\xef\x2a\x1c\x43\xec\x51\xb7\xcd\x02\x95\x1d\xd3\x74\x25\x55\xcd\x87\x42\xb6\x4c\xc3\x77\xf6\x02\x9d\x54\x2d\xa6\x7d\x98\xd3\x20\x95\x3c\x3d\xd5\x0f\xe9\x94\xe2\x7a\xa2\xdf\x84\xbb\xd2\xac\x9c\x2b\x3b\x8a\xb7\x21\x3b\x40\xa0\x6d\xc8\xab\xe9\x2c\xa3\x8e\xc1\xb7\xee\x5e\xe4\xed\x17\x30\x06\x9c\x5d\xd6\x9a\x05\xa8\xcd\x53\x38\x61\x19\xaf\x58\x53\xaf\xf7\xb1\xe8\x01\xe8\xcf\xc0\x03\x96\x97\xc8\xa6\x90\xd0\xf5\x23\x13\x95\x5a\xd5\x42\xb9\x73\x19\x28\xf2\x7b\xca\x8a\x95\x5e\xed\xae\x09\x68\xe0\x31\xb3\x23\xf1\x34\x3d\x45\xee\x79\x7e\x7f\x30\x40\x4a\x95\x6a\xf2\x49\xea\x63\xef\x95\xaa\xc6\x5b\x13\xe6\x01\x3a\x27\x6a\x15\xe8\x7a\xd0\x19\x4d\x4f\xc6\xd7\x38\x6d\xf3\x2c\xeb\xb4\x66\x58\x09\x26\x30\x69\xc8\xc9\x6f\xe3\xc8\x8c\xfb\xf5\x7a\xc8\xbe\x5e\x3f\x81\x20\x23\x34\x6d\x98\x6c\x7b\x43\x02\x51\xe4\xeb\x15\x60\x7f\x5a\x9b\xeb\x7d\xb7\x59\x8f\x0b\x93\x33\x33\xf3\xa6\x10\x0c\xfd\xbe\x70\x86\x8b\xeb\x6d\x59\x4c\x77\x04\xc8\xdd\xa0\xe1\xc9\x63\x0e\x14\xfb\x3f\x46\xb3\xda\xe1\x54\x11\x69\x2f\x8d\x72\x17\x23\xe8\xb5\xbc\x24\x27\xbf\x59\xc9\xc5\x0d\x8c\xc2\x07\x95\x8b\xc0\xf9\xb9\x4f\xec\xa3\x8e\x0f\x3f\x50\x5e\x51\x7f\xa4\xab\xab\xb8\x27\xbb\x37\x5d\x53\x20\x6d\x30\x29\x8e\xc3\xfa\x14\x98\x14\xd6\x39\xef\x58\x90\x88\xea\x66\x10\x61\xe9\x4a\xd5\xb8\x80\xae\x19\x33\xbf\x04\x69\xd4\x88\x4a\x5a\xa0\x4d\x2f\x2c\x68\x71\xed\xf7\xed\x03\x47\x0b\x09\x3b\x8d\xe5\x7d\xb4\x79\x1c\xf3\x67\xbb\x24\xa8\x91\x43\x63\x62\x79\x0a\xe6\x7c\x34\x90\xf2\xca\xf3\x0f\x9d\x82\xe2\x4b\x77\xa3\xb9\x7e\xb8\x9b\x80\xd9\x44\xc5\x49\x95\x8b\x9a\x89\xc5\xb2\x59\xb3\x46\x2c\x96\x25\xc8\xa6\x45\xc5\xfe\xef\xe9\xdf\x76\xcd\x49\xaa\xbb\x7c\x0b\x1d\xf5\x07\x63\xf8\xd0\xd4\x5d\xc4\xab\x10\x21\x61\x1c\x0c\xd1\xdc\x11\xe5\x4f\xfe\x8b\x58\x1f\xcb\x5c\xf8\x7e\x33\xe6\x11\x3a\xcb\x50\xd2\xe2\xa2\x16\x19\xde\xfc\xe6\xb5\x2b\xdc\x87\x6e\x70\x1f\x6d\x46\xd4\x6b\x53\x8e\xec\xbd\x69\x3b\x5a\x2d\x3f\x8e\xd9\xc3\x61\xf8\x30\x97\x97\x55\xe2\x71\x29\xa6\x4d\xe2\x71\x5d\xcc\xe6\xa9\xe7\x73\xb9\x10\x89\xc7\xa2\xca\x13\x4f\x1b\x3e\x49\x3c\x5d\xf2\x99\x78\x97\x9a\xa1\x7e\xf1\xd4\xcd\x32\xcc\x3a\xfa\x96\x74\x51\x4d\xbd\xb2\x65\x55\x3f\x8b\x75\x26\x73\x81\xa5\x11\x73\x07\x34\xfd\x62\x22\x79\x9d\x83\xb7\x5e\xc7\x76\x16\xaa\x0d\x66\x94\xb6\x0d\x68\xe3\x72\x9d\xb6\xe0\x69\x62\x7f\xde\xc3\x97\x1f\xe3\xc4\xb8\x47\xb9\xbe\x50\xed\x44\xc9\x31\xa4\x2c\x54\x63\x7c\x25\xe1\x1e\x1c\x1a\xd6\x5f\x28\x25\xf2\xa1\xf1\x43\xcd\xf8\x0a\x4d\x9a\x6c\x2a\xb3\x95\x62\x72\xd5\x68\x9a\x6e\xcc\x31\x17\x85\x2a\x26\x25\x66\xca\xc3\x3b\x99\x8a\xc1\x18\xb4\xe7\x79\x6e\x33\x39\xcf\x65\xdd\x64\xab\xc6\x8d\xe9\x03\xac\x5c\xb3\x85\xbc\x10\x88\x94\x0a\x9f\x62\x09\x5b\xfc\x13\x55\xba\x30\x0e\xaf\x18\x5f\x2e\xb5\x50\x3b\x11\xcd\xa5\x10\x15\xcd\xad\xa9\xf9\x92\xfd\x5d\x56\x22\x8e\x16\x71\x5e\xf4\x79\xbe\x03\xc4\xdd\xfd\xd1\x0d\x65\x4a\x5b\x1b\xa5\x20\xd6\x2b\xf8\x07\x02\x1b\xab\x31\xfc\x37\x82\x37\x4e\xe8\x46\x20\xa7\xb2\x18\xdb\xf0\xfb\x46\x2e\x9f\x37\xcb\x19\x9f\x3a\x95\xde\x87\xe6\x60\x07\xdf\x28\xd1\x40\x16\xa2\xbf\xea\x2d\x42\x1f\x75\xf7\x45\xfb\x65\xe8\x96\x78\x4c\x09\xab\xf5\xf5\x41\xae\x0f\x9e\x43\x04\x6c\xdc\x4a\x81\x83\xbc\x86\xba\x9e\x1a\xaf\x66\xa5\x09\x83\xf8\x55\xb0\x4b\x7d\x0b\x35\x12\x0c\x71\x15\xd5\x5a\x2c\xa9\x1c\x87\xf2\x39\xe8\x92\xab\x66\xa7\xae\x8d\x65\x25\xde\x59\x60\x65\x4c\xa5\x0f\x53\xb8\x42\x19\xf2\xef\xa5\x5b\x1d\xb3\xbe\xb8\x18\x33\xcc\xb2\x8a\xa5\x35\x9c\x07\x9e\x6e\xe9\x65\x1c\xa5\xb6\x26\xdf\x68\xaa\x35\x65\x16\xa6\x96\x7f\xa1\x2d\xe8\x6a\xfa\x6e\xb9\xad\xa1\x26\xec\x9a\x97\x81\x45\x12\xfc\x8d\x91\xe5\x57\xc1\x3f\xbf\xe4\xcb\xc7\x84\x32\x57\x7e\xb9\x62\xeb\x02\x0e\xfe\x07\xc0\x23\x12\x10\x30\x91\xb7\xff\xfd\x09\x6c\xfa\x5b\x91\x35\x8a\x32\xe8\x0e\xdb\xa0\x7b\x42\xd9\xdc\xed\x91\x51\xa2\x79\xe9\x4f\xaa\x0f\x37\x6e\x7a\x2e\xb9\x28\x1b\xee\x9d\x22\xba\x8e\xbf\x1a\x86\xb4\x12\x97\x7f\xb5\x22\x20\x45\x4f\xaf\xea\x1a\x9e\x69\x91\xc0\x1f\x67\x34\x13\x0d\x38\x7c\x3f\xb2\x3c\xa9\x69\x6a\x19\x2c\xd3\x9f\x66\xaf\x6c\x3f\x3f\xe1\x34\x90\x53\x0a\x8a\x44\x78\xcd\x1f\xfa\xaa\x82\x70\x5c\x85\xe3\x0e\x6d\x73\x9c\x81\x61\x62\xdc\x12\xae\x63\x38\x1d\x3b\xd0\xf7\xc9\xdf\x6c\xcc\xda\x50\x1f\x8c\x13\x18\x6b\x61\x94\x79\x48\xec\xed\x25\x80\xc3\x73\x62\x23\x90\x98\xc6\x83\xa8\x38\x89\x7d\xe1\xaf\x93\x52\x55\xb8\x43\xa1\x25\x82\xc4\xa9\x38\xf7\x9a\xf4\xc5\x85\x75\x9e\x1b\xd5\x62\xa6\x27\x8e\xfa\x98\x8b\x22\x17\x35\xb1\xae\xa6\x67\xef\x10\x99\xbe\x5b\xa7\xe8\x3c\x68\x76\xb3\xfe\xe9\xd8\x99\xbe\xdb\xc7\xe9\xdc\xb6\xb9\x71\xc7\xef\x96\xdb\xba\x7d\xb7\xdc\xb1\x53\x9f\x0e\xf9\xf0\x1e\x86\x20\x1a\xba\x15\x0d\xed\x1c\x4c\x62\x7c\x7f\xef\x95\xdb\x7b\x57\xdb\x57\x05\x78\xe9\x6f\x38\x6c\x37\x50\xc6\xa3\xe5\x92\x4e\xea\x01\xeb\xd3\x5f\xf7\xd9\x57\xf6\x9c\x4f\xea\x22\xc3\x9a\x10\x87\x9a\x8f\x26\x71\xd4\xe1\xaa\x57\x8b\xee\x9a\x5d\x0f\x7c\x0d\x98\x9f\x02\x01\x46\x69\xa3\xb8\x21\xc0\x4e\x9b\xfb\x16\xcc\xa8\x68\x51\x95\xb2\xb1\x61\xa5\x4e\x3d\x0a\x10\xf4\x74\x99\xb5\xe0\xb9\xac\xca\xb5\x7d\xf7\xd6\x37\x0f\x1a\x45\x9d\x47\x7f\x9e\xb4\x1c\x60\x8f\x4c\x80\x2d\x1a\xf9\xaa\x1c\x7d\xe7\xe7\x45\x99\xdb\x5e\x6d\x44\x2f\x2c\xb0\x36\xa1\x4d\xc2\x28\x60\xf0\x26\x6f\x6a\x21\x42\xed\xf2\x59\xcd\xb3\xcf\x60\xb4\x6a\x75\x49\x71\x9a\xe0\xda\xcc\x38\xdd\x65\x41\x51\x23\xaa\xb4\xac\xf9\xd1\x52\x49\xf0\xa7\xc6\x56\xaa\x59\xa3\x15\xb0\x62\x05\xc4\xcd\xaa\x4c\x54\x39\xaf\x4c\x55\x0e\xe2\xb3\x0a\x05\x0e\x00\x22\x87\x3b\xfa\x58\x2e\x26\x72\x22\xbf\x40\xa6\x45\x17\xdc\x39\x11\x31\xff\x46\xb6\x7b\xb4\x9a\x99\xb2\xc7\x34\x17\x8b\x5f\x18\xdc\x06\xdc\xdd\x0a\x93\x12\xb3\x1f\xe9\xfb\xa2\xca\x8b\x8c\x37\xb2\x66\x85\x72\xf5\x99\x70\x70\xc0\x40\xb9\xc2\xe0\x56\xf3\x03\x66\x69\xd8\xc5\x4a\x36\xc5\xb4\x40\x07\x8f\x60\x3e\xd6\x62\x4e\x55\x84\x52\x48\x90\x38\x6c\x9b\x91\xe1\xfd\xc7\x16\x3a\xbc\x53\xe8\x27\x8f\xbb\xe5\x90\xd6\xf6\x88\x3c\x2b\x0e\xa4\x27\x54\x58\xec\x70\x0e\x2b\x04\x2e\xb3\xd7\x1b\x27\x6b\x3a\x8e\x4d\xf2\xa9\xf9\x76\x47\x04\xec\x34\xed\x55\xd5\x31\xf1\x08\xb8\x9b\x27\xee\x7a\xb9\xed\xd4\xaf\xdb\x09\x52\x52\xd4\xc1\xf7\x72\xa0\xa7\x09\xfe\xc4\xa7\x3a\x4f\xfa\xae\x14\x50\xc0\xad\xba\x02\x49\x68\x88\x2c\xe5\xac\xc8\xd0\x12\x37\xb6\x6a\x8c\x87\x23\x76\xba\x9a\xa8\xac\x2e\x26\x42\x69\x01\x24\x07\xa2\xfb\x59\xac\x57\xcb\xa1\x66\x00\x94\xd0\x4f\x30\x8e\x01\x29\x34\xfc\x36\xbe\x41\xfd\x93\x86\xa2\x8f\x35\x98\x72\xc9\x8a\x06\xe3\x1f\xad\xd3\x3b\x29\xb9\x1d\x5d\x83\x71\xc1\xc6\x2b\x12\x20\xf0\x88\x1a\xd8\xae\x75\x5f\x4b\x88\x13\xc5\xe2\x4e\x53\x56\x49\xa6\x56\xd9\xdc\xf6\x58\x28\x17\x83\x7f\x51\x70\x77\x60\x95\x9e\x4d\x0f\x1d\xe4\x4c\xec\x35\x95\x1e\x45\x6a\x46\xba\x71\x93\xfe\x8a\x35\xc5\x42\x28\x2c\x45\xc4\xfe\x30\x72\x4e\xcf\x2b\x25\x6a\x92\x01\xb5\x30\x05\x65\xd9\x48\x7a\x04\x60\xc8\x1a\x01\x46\xb4\x4c\x4f\xa2\x4b\xc3\xa0\x86\x5a\xb6\x85\x0d\x31\xf3\xe9\x2d\xd4\x1e\xde\x3b\x7b\x7b\x85\x72\x02\x48\x29\x7a\xa8\x1c\x03\x73\x19\xdd\x11\x6d\x70\xee\x06\x47\xdd\x28\x97\xd9\x8a\xaa\x57\xc3\xc0\x13\x99\xaf\x6f\x04\x50\x8d\x04\x35\xc9\xce\xba\x43\x6f\xe6\x34\xf1\x5f\x30\x3f\xbd\x9b\x37\x8a\x3e\x7f\x8c\x81\xe9\x01\xd1\xe1\x98\xac\xdb\x28\xe6\xc0\xb5\xcb\x68\x04\x25\xbb\xd3\xdf\x00\x58\xbb\x42\xc9\x8e\xb9\x03\xb0\xba\xb7\xd9\xe9\x17\xe1\x3a\xc3\x23\xcb\xd1\x0d\xd7\x85\xb6\xb9\x1b\x6a\x06\x4b\xce\x7c\x1b\xa2\x51\x60\x1a\xd1\x5f\xf0\x06\xaf\x71\x63\x4e\xb5\x39\x08\xc4\x17\xe0\xb6\xb1\x58\x1e\xe9\x22\xec\x4c\x6c\xc0\x9d\x2a\x16\xcb\x52\xdf\x4f\x66\x3a\xf2\x42\xd4\x1c\xcb\x95\xfe\xe8\x67\x0a\xd0\xec\x8b\x06\xe0\x1e\x3b\x02\xae\x06\xed\x68\x23\x04\xb7\x13\x59\x8d\x2e\xc4\xe4\x71\x90\x70\xa3\x8b\x72\x6a\xf9\x10\x7d\xc1\x9b\x4a\x0b\x5d\x0a\x8b\x95\xf2\x78\xb2\x3e\x0d\x7d\xb8\x85\x1c\xfb\xea\x0b\x93\xa3\x2a\x24\xbc\x2b\x65\xa8\x6e\xbf\x2d\x9e\xd0\x05\x64\x5b\x3e\x9b\x4e\x45\xd6\xf4\xfb\xbe\x2b\x16\x76\x7b\x59\x54\x41\x75\x37\x33\x3f\x63\xf2\x1b\x30\xae\x1c\x0f\x1a\xf8\xff\xdf\xd3\xdf\x5e\x5d\xe9\x2e\x46\x01\x37\x3a\x6a\xb1\xa2\x60\xae\x6c\xea\x95\x08\x0a\x36\x01\xd7\xeb\xf3\xa4\x81\xfa\x1c\xaa\xf1\x96\x69\x39\x95\x1d\xe8\x51\x1f\xb9\x86\xbb\xab\x09\x4c\xfb\x9b\x28\x0b\xcc\x37\x3b\xab\x0c\xbc\x0f\xb6\x2b\x0e\xac\x4d\x82\x42\xa0\x46\xde\x19\xf7\xf6\xc1\x02\x4e\x80\x2d\x82\x24\x18\xaf\xad\x69\x6a\x2d\x11\x84\x38\x9e\x28\x93\x96\x70\x9d\xed\x22\x14\x2c\x9d\x2f\xaa\xf7\xdc\x6b\x1b\x8a\x8a\x7e\x6b\xef\x8d\xd7\xde\x89\x7e\x7e\x5b\x7a\x1a\xb6\x03\x49\x2e\x6a\xf5\x6e\xd9\x51\x37\x32\x9c\xf5\xf9\x2e\x93\x3d\xdf\x3e\xc7\xf3\x4d\x53\x3b\x8f\x66\xe4\x23\x2d\x16\x2a\x3e\x68\xab\x5d\x44\xe9\x15\x53\xc5\x1d\xd7\x2d\x1f\x1f\xb0\x87\xc1\xf6\xb6\x2b\xe1\xf7\xec\xd5\xd3\x1b\x86\xd2\x28\x1c\xaa\x47\x1b\xbf\xf5\x6e\xaa\x5e\x4b\x7c\xdd\xe1\x7b\xe2\x1d\x7a\x81\xac\xbb\xdb\x77\xab\x65\xcf\x8a\xc5\xe1\x37\xb1\x1b\x66\x3f\xf4\x12\xfd\x06\xf4\xa5\x55\x10\xff\xda\x9d\x8b\x0d\x1b\xb4\xe7\x95\xbb\x75\x7b\x04\xa9\x10\x82\xce\x45\x99\xac\x54\xbc\xeb\x4e\x75\x77\x70\x83\xed\xea\xee\x64\x87\x3d\xdb\xf8\x71\xf7\xc6\x39\xa7\x0f\xd4\x4b\x0d\xd9\x7b\xcb\x48\xd0\xe5\x01\x76\xfc\xc0\x8c\xf1\xdc\x5c\x86\x2e\x96\xd5\x78\x7d\xe0\xd5\x8d\x86\x63\x65\xdd\x48\x3f\x05\xb7\xe6\x27\x36\x97\xf2\xf3\x88\x2c\x22\x15\x08\x4c\x95\x04\x2f\x8b\x64\x12\x2f\xf7\xa5\xb9\x66\xcd\x04\x3c\x17\x00\xb6\xdb\x55\xcc\xae\x9f\x98\x5c\x12\x16\x43\xc3\x2b\x1d\xbd\xf5\xa8\xb7\x50\xd3\x48\xe6\xd2\x50\x1d\x1b\xe9\xe6\xfc\xab\x6a\x98\x12\x92\xb7\x4c\x30\x72\xd5\x68\x5b\x06\xfa\x10\xdf\x3d\x64\xe2\x82\x6a\x4b\xeb\x2b\xdd\x2a\x7c\x3b\x54\x60\xd7\xf1\x94\x43\x85\x5f\x78\x5b\x7e\x83\x69\x63\x21\xed\x11\x21\xff\xd9\x7a\x29\xb0\xa8\x3f\x1c\x27\xe7\xe1\xf4\x8d\x56\x17\x38\x99\xfc\xa7\x5c\x61\x2c\x06\x78\x72\x3a\x59\x09\x98\x3c\x12\x97\x8c\xe9\x03\xed\x1b\x90\x10\x0d\xb9\xd6\x0b\x67\x9d\xd1\x1c\x7d\xbd\x02\x36\x77\xce\xab\x5c\x4b\x69\x97\x10\x58\xd6\x14\x55\xd6\x30\x95\x89\x8a\xd7\x85\x44\x87\x48\x18\x99\x37\x0d\xcf\xe6\x10\xe6\x12\x98\x57\xf4\xc8\x8e\xbd\x35\x02\x95\x55\x77\x51\x16\x04\x23\x24\x04\xfc\xff\x08\x2b\x0e\x63\xb6\x00\x90\x74\xb1\xb8\xbf\x5d\x95\x19\xc5\x4b\xd5\xd5\xb2\xd4\x80\x98\x5c\xc9\x86\xa9\xb9\xbc\x44\xbb\x22\x65\x92\xc0\x0c\x65\xab\x46\x15\xb9\x68\x2b\xfe\xf6\xf7\xf5\x5c\x8b\x4a\x51\x6e\x2f\x76\xa6\xa1\x05\xa9\x9c\xd6\x6d\x50\x5a\x0d\xd8\x90\xa9\x42\xf3\xf6\x45\x63\xb4\x6e\xe0\x9a\x4e\x92\x17\xc5\xe5\x44\x2a\x30\xfd\xf5\xb4\xa8\xc1\x7d\xaa\x73\xc1\xde\x68\xbb\x2f\x97\x56\x6a\xec\x92\x79\x31\x85\x10\x1e\x48\x97\x3c\x01\xf7\x16\xa3\x6e\x84\x91\xc9\x68\xdf\xf0\x89\x71\xa5\x26\x13\x2c\xe8\x9b\xe4\xaa\x21\x87\xed\x5a\x94\x42\x8b\x35\x08\x94\x9e\x32\x60\xb9\x14\x88\x7c\xa9\x1d\x0a\xc1\x62\xe0\x01\x49\xad\xf6\xf7\xa9\xc4\x9c\xad\x2e\x47\xa0\xc6\xd1\xf4\x5c\x29\x8f\x15\x02\x08\x73\xcf\xc9\xfa\xb3\xb2\x4a\xc5\x4f\x80\x62\x9a\xec\xeb\xcb\xfb\x93\xfe\x58\x2d\x78\xdd\x00\xfa\x59\x98\xb8\x9a\xc8\xdc\x97\x5e\x31\x37\x5f\x2d\x78\xbe\x46\xe9\xcc\x8a\x7a\xb6\x57\x18\x17\x90\xa7\x75\x54\x0a\xc5\x34\x81\x34\x3e\xb3\x3e\x9d\x71\xba\xff\x88\x65\xfe\x06\x44\xe6\x96\x09\x03\x30\xf3\x51\xc2\xe4\x2c\x2e\x46\x70\x7d\x0d\x36\xd1\x27\x4d\x13\x6e\x4d\x9e\x22\xc8\x80\xf9\xe2\x9f\x70\xf9\x61\xf8\x83\x75\x45\x79\x7b\x72\x44\x31\x7a\xa4\x5f\xd0\xb8\x5a\x01\xbe\x7a\xe9\xde\x9c\x0b\x95\xab\x09\x5d\x40\x1e\x40\xaf\x19\x7a\x26\xd4\xc2\xb5\x19\xb1\xfe\x33\xf0\xae\x42\x47\x40\xf4\x22\xd5\xa7\x82\xb3\x0b\x5e\x16\x39\x0e\x6f\x7b\x40\xef\xd8\xa0\x42\x38\x66\x26\xac\x0b\x7e\xe4\x52\xd5\xed\x45\x9f\x01\x85\x87\xd4\x6b\x1d\x2a\x04\x78\x77\xe4\x77\x02\x06\x4c\x85\x7e\x79\x7e\xdf\xb6\xd8\xb3\xaf\x77\x65\x57\x98\xe2\x65\x00\xdb\x9e\x78\xef\xa9\x19\x30\x03\x9c\xed\x90\x1d\x44\x93\xc7\xed\x1c\x61\x6e\xc4\x7e\x9f\xd7\xb3\x64\x8f\x66\x44\xcd\x32\xf1\x7a\x36\xa0\xcf\x7e\x93\x45\xd5\xef\xb1\x9e\xf9\xdd\xd4\xc5\xa2\x1f\xb0\x4c\xad\xf1\x35\x13\xd0\x63\x87\x5e\xdf\xe3\xb8\xd1\x8d\xdd\x37\x4c\xc6\xa7\x63\x48\xad\x59\xfc\xbd\x95\xc7\x2a\x7c\xd1\xf3\x15\xe2\x85\x75\x15\xb7\x9f\x8b\xda\x68\xe7\x10\x90\xc1\xc7\xe3\x78\x18\xc3\x5c\x05\x1c\x6b\xbb\xab\x0e\x05\x7b\xab\xe1\x93\x7e\x72\x50\xe3\xb4\x5e\xb5\x3e\x18\xe3\xd6\x0c\xed\xc1\x84\x08\x91\x31\xfb\x7a\x6d\x1e\x65\x72\x29\xf2\xd3\xf8\x85\xfe\xff\xb5\xde\xab\x1b\xf9\xc9\xdc\x00\xc4\xad\x6f\x1c\x30\xda\x9f\xd9\x77\x1b\x52\x85\x6d\xd9\x50\xeb\xa8\x2e\xe5\x67\x4a\x9b\x1a\x4f\xd7\x40\x07\xfb\x89\x5f\x16\x9a\x7d\x68\x24\xa8\x83\x5b\xf3\x42\x69\xe5\x24\xba\xbb\x9d\xa3\x8c\x82\xb4\x59\x94\x8d\x04\x9d\x0f\x70\xa8\x0c\x8a\x2b\x33\x39\x81\x50\xe2\x7c\x83\x5a\x31\x98\x8f\x59\x74\xdf\xa5\xd8\xf5\xa2\x41\x70\x53\x5f\xf1\x85\xcb\x64\x35\xf0\xe2\x83\x7c\x0a\x00\x39\x2a\x31\xce\x91\x1d\xa0\xa8\x63\x1f\xf4\x7d\x93\xfb\xd7\x08\xe9\xc0\x67\xb3\xa5\x9c\x6c\x01\x26\xec\x22\x81\xa0\xd0\x4f\x16\x9f\x99\x2d\xda\x4c\x50\x18\x24\x3a\xf3\x64\xf6\x70\xfb\x46\x04\xe0\xbe\xb7\xde\x41\x32\x0b\x43\x4a\x35\xb1\x79\xa4\xd6\x58\xab\x6a\xc3\x68\x91\x44\xbd\xf9\x3a\x86\x13\xb6\xa7\xc5\x61\xb5\x2f\xbe\xcc\xf9\x4a\x35\xc5\x85\xd8\xcb\xc5\x52\xb1\xbd\x3d\x93\x79\xd1\xdf\x44\x23\xa5\x27\xa6\xfc\xd1\x28\x8a\x69\xa5\xd1\xac\x67\xa2\x49\x60\x95\x87\x4b\xc3\x68\x9b\xda\x82\x63\x8c\x3e\x3e\xa2\xbd\x1f\x6a\xa4\x87\x9b\xec\xa3\x8f\x39\x90\x1a\xa8\xff\x20\xb8\x16\x70\x0f\x4c\x73\x0c\x93\xd1\x4f\x7e\xfa\xc9\x46\xcc\xdc\xd4\x83\x0f\x59\x85\xd3\x66\x5d\x8a\x53\xd1\xa8\x5f\x0b\x2c\xe3\xe1\xa8\xc6\x9f\xa6\xe5\x4a\x54\xcd\xaa\xd8\x87\xfb\x66\x0f\x6a\x44\x85\x94\xaa\xeb\x10\xfa\x19\x07\x03\x08\xed\x77\x7d\x91\x22\x63\x34\xb5\x21\xfd\x69\x74\x18\xaf\xeb\x28\xad\x61\xf7\x44\x53\xb7\x16\x2c\x52\xaf\x16\x3a\x55\x8f\xcf\xe0\x5f\x97\xa0\x0f\x07\x75\x09\xff\xcc\x93\xc7\xf6\xdd\x13\x3a\x0d\x38\xce\xe1\xb8\x63\x7e\x1d\x3d\x3f\x89\x2e\xc0\xc4\x85\x6a\xea\xd2\xa8\xd8\x05\xc5\x84\xfa\x03\x06\x1a\xb3\x0f\x59\x69\x90\x8d\x14\x39\x5b\x29\x23\x51\x3b\x84\xf7\x4d\xe5\xf0\x71\x67\xc6\xb5\x17\xe4\x58\x8b\xd5\x8a\xc2\x21\xcc\x5e\xda\x58\x4f\xf6\xa7\x5c\x4c\xf9\xaa\x6c\x10\x21\xdf\xb3\x5e\x33\x17\x50\xe4\xaa\x47\x9b\xc0\x3e\x7a\x23\x63\x9f\x5e\x5a\x64\x03\x0a\x72\x90\xc7\xbe\x9e\xe3\xc8\x07\xec\x7d\xab\xb7\x8f\x2d\xc7\x9d\x00\xf2\x5d\x10\x67\x07\x37\xdc\x22\x76\xdf\x42\x9e\x1d\xf3\x6c\x2e\x6c\xd6\x4a\x98\x88\xbd\x85\xd4\x88\x56\x76\x7e\x9e\xe9\x66\xf9\x49\xb5\x5c\x35\xea\xfc\x7c\xcc\xfa\x37\x1c\xd1\xe3\x1e\x07\xbe\xe3\x07\x3b\x23\xd7\xf8\x4a\x12\xc2\x61\x20\xa6\xac\xcd\xcf\xe0\x6e\x46\xbd\x82\xcb\x85\x8e\x6a\xc6\xdc\xcf\xdc\x6e\x66\x5c\x49\x18\xfd\x35\x45\xa7\xe9\x49\xbb\x7c\x83\xa1\x9b\xfe\xd9\x5c\xe0\x68\x39\xfb\xe5\xf5\xb1\xd5\x5d\x92\xb9\x73\x2d\x57\x20\x7b\x00\xa7\xc6\xb8\x85\x0e\x2f\x5d\xcb\x5a\xae\x40\x9d\x84\x01\x70\x8e\x0d\x40\xfc\x02\x1e\x81\x52\x10\xc0\x80\x9a\xf4\xd2\xea\x5c\x67\x14\x50\xa9\xc5\xf3\x45\xf1\xc5\xc3\xc6\x30\x03\x7c\x51\xd1\x11\x88\x28\x9c\x67\x06\x25\x07\x23\xf8\xf1\xe9\xd3\xa7\x46\x7d\xc1\x60\x3a\x9f\x25\x3d\x93\xb3\x19\x24\xdc\xc2\x85\xf7\xc9\x6c\x8c\x8f\x7f\xe6\xc8\x41\xea\x27\x56\x37\xda\x47\x9d\xea\x98\x7d\x65\x13\x9e\x7d\x9e\xc1\x9a\xc7\x9a\xf6\xe6\x3d\x76\x7d\x8d\xde\x0a\x40\xd6\x61\x54\x5f\x42\x72\x7a\x61\x93\xed\x9d\xc0\x0d\x21\x76\x9e\x7b\xb1\x89\x7a\x31\x87\xdf\x66\xb0\x43\x64\x18\xf9\x9d\xea\x6f\x09\x8a\x7b\x6e\x0b\xcd\x99\x76\x59\xb1\xb3\x55\x5d\x17\xc9\x8c\x36\x41\x77\x33\xd1\x98\x00\x64\x2b\x72\x46\x99\x5e\x89\x1a\xf8\xc9\xfa\x4d\x28\xb0\x47\xda\x74\x07\x95\x49\x1f\x83\x3d\x20\xe6\x2b\xd7\xdf\x52\xb5\x89\x4e\x27\x65\x73\x79\x20\x57\x35\xf4\x6e\x1d\xff\xc8\xdd\x0b\xfc\xd1\xa6\x51\x5a\x3c\x53\x08\x01\xf4\x00\xb5\xd8\x43\xc0\xea\xa6\x5e\xc4\xf6\x9c\x5f\x88\xaa\xd7\x10\x57\x6a\xea\x2a\xd8\xf2\x0c\x30\x20\x75\xa4\xe5\x62\x13\x39\x20\x2b\xdf\x09\x80\x62\xea\xc1\x99\xce\x98\xcb\x87\xe0\xbe\xc0\x3f\x83\x97\x5e\x06\xe5\x46\xbf\x10\x4c\x14\x83\xfc\x96\x3f\x62\xb0\x24\xa4\xf6\xf0\x63\xf3\x33\x18\x6d\xb1\x6a\x88\x73\x46\x3d\x18\xce\xbe\x8b\x5b\x46\x6c\x7a\xac\x0f\xfe\x99\xc5\xb5\x28\xb3\xed\x6e\x17\x23\xe6\xba\xf7\xdf\xb9\xdf\xdb\xee\xcd\x0f\x15\x06\x2b\xdb\x19\x8c\xe3\x4c\xb9\xc7\x25\x57\xea\x71\x34\xc5\x27\x90\x77\x3f\x6d\xc6\x88\x9b\xc2\x6c\x1c\xe2\xdf\xf4\x6e\x86\xcf\x0d\xa2\x1f\x8e\x99\x4d\xd3\x19\x0e\x03\xdc\xd8\x1b\x5e\x37\x05\x2f\xd3\x53\xf0\xf1\xfd\x70\x9c\xb8\xda\xa1\x95\x46\x9f\x43\x3f\xf0\x7c\xd0\x6d\xb0\x89\x87\x79\xf4\x5d\x77\x99\xdd\x77\x0a\x34\xa7\xfd\x80\xa0\xf2\xbb\x60\x00\x36\x7d\x2b\xa6\x5a\xb4\xaa\x3e\x57\xf2\xb2\xfa\x27\x52\xec\x8e\x14\xb2\xbe\xe4\x75\xfe\x56\x4c\x9f\x7d\x91\x4d\x91\xb9\x15\xe3\x7b\xbb\xb7\x72\x85\x79\x02\x62\x90\x6d\xd8\xd4\x7f\xe2\xd3\xff\x3b\xf8\x14\xe9\xe9\x30\xaf\x68\xf0\xf3\xea\x8a\x7d\x35\x82\x42\xaf\x67\x6a\x97\x8e\x3d\x2d\xa4\x75\xf2\x27\x45\x06\x89\x24\x53\xc3\xbc\x87\xcc\xfc\x75\x34\x40\xf0\xf1\xaf\xc4\xa3\x1a\x19\x78\x6a\xd1\xbc\xdf\x01\x1a\x70\x13\xd7\x6d\x44\x1e\xba\xd4\x23\x42\xb5\xdd\xbc\x88\xf3\xf1\xa4\x6c\xdd\x78\x27\xe1\xc1\x84\x13\x79\x9d\x19\x29\xf7\xa0\x5b\x0b\x85\x70\x20\x5d\x81\xd1\x74\x58\x58\x11\xda\x38\xd6\x06\x11\x69\xc8\xf2\xa2\x1e\xb2\xd1\x68\x54\x0b\x85\x7a\x20\x33\x56\xd0\x03\xcf\xfd\x14\x22\x0a\x1d\xd8\xf0\xcf\x43\xfb\x27\x95\xf4\x60\xe3\x28\xec\x61\x9b\x86\x65\xd7\x24\x19\xc6\xbb\x4a\x4b\x47\x07\xac\x4f\xfc\xa7\x71\xe4\xbc\x7f\xbf\xf5\xc8\x24\xd3\x88\x65\xa5\x81\xc6\x36\x9b\x01\x14\xbb\xd5\x73\x3f\x35\x7b\x86\xdc\x24\xf6\xe6\x79\x0f\xdd\x8b\xfa\xbf\xba\x6a\x01\x14\x6c\xe8\x30\xda\xfb\x87\x1f\x29\x0b\xc0\xb2\xf5\xea\x0f\x1f\xc3\x4a\x1c\xef\x80\xcd\x24\x06\xdc\x63\xe3\x38\xba\x87\x3a\x5e\x9d\xd7\x33\x2b\xba\x68\xb6\xb7\xa8\x58\x25\x94\x96\xc1\x4d\x10\x04\x72\x70\x23\xaf\x73\xa8\xac\x64\x08\xac\x61\x71\x01\x1e\x20\xd8\x14\x15\xc3\xb4\xf5\x50\x13\x08\x4d\xbd\x2e\xc5\x0f\x88\x7a\xc6\x9e\xda\x70\x38\x88\x94\x98\xb1\xc0\xdc\xba\x52\xad\x28\x45\x3e\x0e\x77\x29\x30\xa9\x7d\x51\x61\x3a\xb3\xc6\x89\x01\x7a\x38\xcd\xb3\x82\x83\x69\xd5\x14\xb5\xb0\x95\x9e\x98\xb7\xc1\xce\xa2\x94\xdf\x8e\xdc\x59\xec\x30\xe9\xb0\x5d\x33\x7d\x50\x9d\xd2\xb0\x4b\x23\xe5\x7d\x3d\xf4\xc8\xee\x30\x71\x7e\xdc\xfe\xfa\xc9\x79\x09\xec\x31\xe2\x51\x32\x92\x42\x91\x23\x02\x4a\xcc\x8d\xbf\x41\xe0\x89\x20\x2b\xb5\x5a\x98\xfa\x04\x3e\x70\x6d\xc6\x1f\x65\x1d\x7c\x34\x92\x47\xc1\xc9\x92\x61\x51\x23\x54\x22\x60\x92\x47\x10\x4f\xad\x87\x83\xc5\x8f\x7e\x1b\xda\xba\xc7\x9d\xe8\x54\xfb\x60\xb1\x03\x97\xbd\xdd\xbf\xaf\x86\x1e\xc8\x63\x08\xba\x57\x0e\x94\xf6\xa1\x9f\x66\xfa\xae\x53\x6d\x69\x1f\x5c\x0d\x21\xc6\xee\xb5\x0e\xf2\xfd\xfb\xec\x9e\x9b\x91\x37\x8f\x88\x08\x1c\x24\x10\x76\xe7\x79\x75\xf8\xe6\x3d\x3e\xf6\x12\xc6\x4f\x0f\xbe\xfa\x77\xcf\x35\xfb\x4a\xe4\x1a\xff\x8a\x48\x33\x3e\x5c\xe2\x9f\x38\xd5\x83\xaf\xe1\x94\xaf\xd9\x3e\x0e\x7c\x6d\xeb\x41\x99\x79\xba\x3c\xfc\x23\xf0\x3a\x80\x08\x30\xf6\xec\xf4\x7f\xb3\xa9\xe0\xcd\xaa\x16\x43\x4c\xab\xaa\x29\x88\xc2\x58\xac\x0a\xf0\xd9\x66\x00\x5b\x55\x4d\x51\xb2\x4b\xd1\x43\xa2\xb0\xbf\xef\x4a\x60\xd5\x72\xc9\x4e\x9e\xb1\x87\x0f\x4d\x79\x42\x42\x76\xa8\xf6\x85\xba\x00\x3d\x52\x59\x4c\xd4\x36\x1b\xf9\x6e\x57\x06\x5d\xf3\x90\x6e\xbc\xe4\x6b\xca\x92\xfd\x09\xa0\x9f\xff\xcb\x57\x57\x7d\xc0\x6f\x70\x75\xc5\xfa\x1e\xc1\xa5\x2b\x44\x43\xe3\xfa\x93\x51\x92\x91\x77\x87\xc9\x3e\xab\x40\xfb\xa2\x77\x08\x3d\xf1\x79\x43\x26\xf7\x91\x63\x39\x34\x4f\xe4\xba\x3d\x40\x39\xfe\x90\xb8\x03\x7d\x44\xfb\x34\x5b\x7d\x7f\xd2\x9f\x66\x77\x8e\xe7\x22\xfb\x6c\xd4\x09\x46\xc1\x05\x45\x06\x99\x3f\x73\x74\xdb\x29\x30\xfd\xfe\x44\x40\xda\x27\xcc\xef\x3a\xc2\xf2\x68\x94\xa1\x15\xab\x86\x00\x8d\xd7\x93\x08\x4b\x4f\xe8\x7b\x2e\x01\x37\x7b\x5f\x05\xeb\x88\x20\x9b\xf8\xce\x0f\xa5\x25\xe4\x0e\x7a\xb8\xb5\x25\xf9\xc4\x94\x0d\xf5\x54\xff\xa3\x7d\x78\x8a\xff\x77\xb5\x83\x52\x5a\xfe\x21\x3b\x39\x9b\x8b\x85\xf0\x3f\x1e\x8d\xf6\x4f\xf1\x16\xdd\x54\xab\x68\xab\x71\x00\x7b\x7a\xd7\x68\x0c\x28\xe2\xea\x45\x7e\x2a\xdb\x93\x4c\x56\xd8\x3f\x44\x06\x42\x09\xe0\xdc\x86\x62\x20\x76\x51\x04\xc6\xa7\x13\xdd\x18\x13\x5c\xda\x82\xa9\xea\x53\xa2\x6c\x91\x6e\x77\x1d\xea\x64\x44\xb5\x5a\xc0\x73\x70\xf2\x6b\xc5\x98\x42\x44\x88\x53\x74\x4d\xc1\xf1\x97\x15\x19\x44\x1c\x7a\x65\x4c\xbe\xf5\xcc\x8d\x8e\xde\xa8\xf0\x0e\xd8\x83\x61\x6c\x1b\x08\x66\xc7\x2b\x2c\x16\x6b\x12\x69\xba\xee\xa8\xc4\x0e\xe9\xc2\xbe\xfb\x8c\xe1\x29\x3b\x80\xec\x32\x1f\x3a\xeb\x2a\x7d\xd3\x21\x9f\x5a\x20\x3d\x7c\xa0\xff\xfb\xfd\x46\x3e\x31\x8b\xd5\xc3\x42\x3e\x1d\x1f\x9f\xb7\x22\x9f\x67\x6c\xb2\x23\x25\x6a\x5b\x0d\x89\x12\xfe\x72\xf6\xf2\x85\x27\xad\x07\x7e\xc1\x11\xe6\xc6\xd9\x22\x01\x63\x1b\xa9\x51\xc0\x05\x70\xb6\xd0\xf8\x64\x6a\xbc\x67\x0a\x85\x89\x9c\x86\x8c\x33\x48\xaa\x3a\x97\x25\x38\x7b\x66\x90\x39\xc5\x94\x8a\xd2\x08\x48\x15\x7c\x95\x1e\x0d\xca\x27\xe3\xbd\x00\x4d\x7d\x43\x97\xfe\x1d\x98\xfc\x5b\xc6\x2e\x2c\x8f\x5a\x70\x56\xf2\x89\x28\x83\xa9\x9b\xa8\xc8\x89\xa8\xc4\xb4\x68\xd0\xea\x56\x0b\x48\x87\x0d\x75\xfe\xbb\xd2\x61\x37\x00\x08\x5b\x88\x92\x7d\x82\x72\x82\x30\x80\xbf\x91\xfa\xe9\x0b\xfd\x70\xf3\xec\x00\x6f\xe4\xd4\x82\x93\x42\xc6\xfa\x88\xf4\xb2\x76\x20\x1d\x24\x0f\x5a\x0b\xdd\x50\x98\xf0\x50\x2e\x8d\x67\xb7\x75\x89\x23\xba\x76\x38\xb6\x24\xae\xb5\xac\x93\x29\x73\xaa\x76\x43\x45\xe0\x4b\x70\x52\x55\x46\xd8\x31\x9b\xee\x8c\x59\x7a\xee\x78\x00\x92\x05\x9a\xdc\x4a\xf4\xf0\xee\x4a\xba\xe1\x0c\x82\x0a\x64\x2d\xcc\xf3\x73\xe0\xa3\x0d\xa0\x94\x3c\x37\xe4\x1a\x7b\x9a\xf2\xa2\x54\xad\x99\x41\x5d\xb5\x23\xe7\x9a\x68\x6f\x5d\x0d\xa5\xc7\xde\x7c\xdb\x59\x00\x6c\x51\x02\x63\xf2\xc3\xea\xd6\x27\x11\xc2\x6f\x33\x48\xc3\x99\xf7\x59\x5f\xf7\x40\x21\x0f\x0a\x06\x57\xdd\x01\x5c\xc7\x71\x18\xc3\x4d\xc9\x8b\x1b\x8a\x34\x4e\x46\x5e\xf2\x71\x1e\x91\xe6\xb8\xe3\x95\x7a\xe3\x68\x81\x6f\x9f\xd4\xaf\x00\x62\xe1\x43\x0b\x01\xa3\x37\xfb\x3d\x56\x48\xab\xab\xa5\x6c\x2c\xec\x5b\x5b\xd8\xca\x9a\xaf\x9b\x7f\x6a\x21\xc9\xb1\xac\x40\xae\xaf\xfd\x9e\x82\x29\x52\xa9\x6c\xc8\x3f\x8d\x95\x15\x81\x04\xc4\x26\x55\x70\x05\x27\xce\x5e\x01\x81\x60\xb3\x72\xbd\x9c\x93\x77\x3d\xaf\x7a\x4d\xe0\x35\x30\x59\x47\xce\x2c\xa3\x1b\x03\xe4\xb9\xac\x9a\xf6\xad\xf2\xff\xc6\x4d\x82\x5a\x40\x2a\x6e\xd4\x90\xa9\xde\xce\xd4\xef\x2b\x79\x08\xb6\xed\xb0\x25\x50\xad\x7d\xce\xa5\x50\x7a\x2f\x31\x8c\xdd\xe5\x1a\xa1\x6f\x34\x71\xa2\x3a\x92\x10\x94\x51\x54\x33\x4a\x40\xf6\x9d\x90\x00\x0e\xe5\x37\xc0\x82\x37\x75\x58\xd4\x7d\x67\xda\xbf\x99\xf4\xdf\x7d\x9f\x6e\x90\xf9\xd1\xcf\x96\xf6\xd4\x44\xa9\xb4\xf2\xa5\x99\x37\xf1\x17\x27\x8d\x58\x80\x8b\x98\xfe\x23\xc8\x7d\xa6\x54\xa1\x49\x8f\xac\xf9\x4c\xc4\x39\xd3\xde\x9e\xbd\xd0\x48\x0c\x9e\x50\x48\x9d\x4e\xf1\xe1\x2e\xde\x52\x28\x1c\xbf\x3d\x7b\x71\xfe\xe2\xf5\xf1\xd1\x8b\xf3\xd3\xb3\xd7\x6f\x8f\xfe\xfc\xec\xfc\x2f\xcf\xfe\x93\x1d\xb0\x5e\xa1\xde\x9e\xbd\x20\x09\x6a\xdf\x32\xc1\x90\xba\xc3\x98\x05\x4c\x99\x97\x4b\xc1\x0a\x9b\xd5\x02\xd2\xa5\x14\x35\x14\xa9\x86\xea\xa5\xa5\x68\xd8\x39\xf4\xe6\x72\xf4\xc4\xe9\x79\xcc\x69\xb0\x77\x5f\xdd\x94\xe4\x35\x6a\x02\x6f\x34\x36\xf4\xeb\x28\x85\x64\x51\xe9\x96\xe8\x84\x9e\xb0\x84\xcf\x00\x1a\x7d\xb8\x06\xc6\xec\xab\x6e\x1b\x24\x0a\xa2\x1a\x12\x41\x8a\x48\xac\xf6\x26\x16\x62\xa4\xe7\x70\xef\xe0\xc0\xf3\xd5\x89\xb2\x56\xd9\x66\x46\xd4\xc6\xaf\x71\xb1\xe0\xcd\xdd\xfe\x74\x7f\x9f\xb2\x19\x39\x7a\xbd\x14\xb5\x82\xc0\x29\x64\x2b\xf4\xb7\x64\x09\xb0\x81\x39\xb0\xfa\x5a\x4c\x6b\xa1\xe6\x42\x41\xfa\x07\xc2\x0c\xa6\x10\x35\x3e\xd8\x90\x5c\xc5\x2f\x44\x0e\x13\x30\x88\xd5\x4f\x6e\xb2\x1f\x9c\x6b\xbf\x81\x22\x12\xab\xb2\xf4\x94\xe4\x66\x39\x5e\xc7\x07\x07\xac\xf7\xb0\x67\x5d\x3a\x11\x13\x69\xdd\xad\xa0\x57\x28\x6a\x27\x33\x9c\x8e\xc1\xff\xbe\x3f\x7a\x0a\x60\xec\xfe\x7d\xfd\x55\x6a\x1e\xfd\x7e\x2e\xb3\x11\x24\x80\xc0\x46\xf0\xf7\x68\x26\x1a\x4b\x6e\xfa\xbd\xbc\xa8\x7b\x03\xb0\x36\xe8\x06\x26\x6c\x8c\x08\x50\xba\x2d\x2c\xab\x6e\x4a\xb7\xb0\xd6\xc1\x6a\xaf\x31\x56\xb1\xdc\xbb\x87\x4d\x62\x3a\x7f\xba\x05\xb3\x27\x6b\xc6\xf3\xdf\x56\x0e\x0d\xf2\xa2\xf6\x82\x2d\xa8\xed\xbc\x59\x94\x26\x0a\xaa\x13\xeb\x69\x3b\xc2\x23\x37\x34\x68\x46\x56\x2b\x87\xf5\x07\x14\xbe\xe0\x07\xc9\x6c\xda\x33\xa8\x38\xe8\xed\x4c\x0a\xbe\xaa\x05\xdf\x21\xc3\xed\x3b\x44\x10\xb3\x31\xeb\x95\x4d\xdd\x0b\x72\xe0\x43\x22\xe4\x60\x96\x7e\x4c\x4d\x37\x26\x7b\x7d\x3f\x84\x9e\x1f\x84\xfd\x5a\xcc\x31\x3b\xb3\x79\x67\xaf\x93\x49\x6b\x6d\x85\x24\x48\xb6\x37\x59\x35\x6c\x5a\x16\x4b\xc5\x20\xcd\xee\x7e\x29\xa6\x0d\xe3\x75\x2d\x2f\x15\xf8\xef\xd9\xfa\x37\x1b\x29\xd3\x29\x9f\x0a\x13\x47\xe4\x65\x06\x1e\xb2\x6d\x14\xcb\xcf\x54\xa8\xa1\xe6\x13\x3a\x17\x88\xa4\xdf\x7c\x16\x6b\x40\xec\x20\x5b\xb0\x77\xaa\xe0\x3d\x0b\x93\x06\x87\xa9\x07\x92\xbd\x40\xbb\xee\x6e\xf4\x20\xdd\x67\xe4\xb3\x58\xb7\xaf\x57\xd8\x91\x63\xa5\xb7\x43\x0d\x51\x85\xaf\xe6\x42\xec\xe2\xf9\xeb\x5f\xa4\xfe\xed\x37\xda\xa7\xd3\xbc\x2d\x93\xe9\x66\x87\xe4\x37\xb5\xcc\x20\xca\xf1\x1b\x38\x29\x87\xa3\x04\xbd\xf8\xb7\x3e\xa8\xc9\xfd\x6b\xfa\xe5\xd1\xdf\xce\x8f\x8f\x8e\x7f\x79\x76\x7e\xfc\xfa\xdd\xab\x33\x76\xc0\xfe\xed\xc1\x23\xeb\x4b\xfb\xec\xf9\xd1\xbb\x17\x67\xe7\xa7\x6f\x9e\x1d\x9f\x3c\x3f\x39\x3e\x39\xfb\xcf\xf3\x97\xef\x5e\x9c\x9d\xbc\x79\x71\xf2\xec\xad\x6e\x0b\x3d\xc1\x45\x6c\xf4\xd2\x56\x06\x53\xec\x80\x3d\xf0\x46\x52\x0e\xf2\x07\xde\x36\x68\x92\x79\x42\x95\xc3\xc8\x48\x0e\x17\x87\x6b\x7d\xff\xbe\xf7\xed\x48\x56\x6f\x85\x12\x06\x45\xda\x2f\x28\xa2\x21\x31\x9f\x9f\x7e\x72\x87\x70\xdf\x73\xbf\x33\xa1\x9c\x44\x0a\x33\x8a\x26\xae\xc0\x38\xe2\x97\xac\x73\x96\x3a\xd2\xc2\x03\x7b\x3b\xc4\xd8\xd9\x1e\x96\x9d\xe5\x93\x12\xe4\x81\x42\xb1\x7a\x85\x46\x12\xc8\xa8\xb3\x86\x1c\x38\x64\x36\xb9\x94\xf5\x67\x2a\xdc\x50\xad\x61\xcf\x34\x8f\x7c\xeb\xa4\xf8\x2e\x36\xb5\x16\xa8\x95\x69\x94\x16\x5b\xa0\x3e\xba\x20\xbb\x24\x54\x99\xd4\xff\xbe\xe4\x4b\x34\x27\xe6\x18\x91\x6a\xd6\x0c\x25\xe3\xe0\x18\x81\x1f\x36\xc6\x56\x27\x6a\x5f\xce\x6a\xbe\x9c\xb3\x4a\xe6\x62\x64\xb6\xd6\x26\x77\xef\x9d\x9f\xd7\xa2\xb9\xe0\xe5\xf9\x39\x22\x99\xc7\xd3\xbf\x15\xd9\xaa\x86\x52\x37\x62\x21\xa1\xea\x9a\x61\xeb\x5f\xf2\xe5\x63\x5e\xad\x87\x89\x36\xc4\xd1\xbf\xc7\x11\x3e\xb6\xa4\x9d\x9b\x65\x77\xc4\x04\x09\x16\x23\xc0\x29\xfb\xf9\xaa\x2c\x7f\xe5\x10\xd6\xb8\x63\xae\x47\xdf\xd7\xbe\x65\xbb\x7d\xbd\xc4\x30\x9e\x48\x10\x79\x5a\x50\xe9\x0a\x94\x19\x0c\x8e\x69\xf1\x2c\x08\x69\xaf\x49\x3b\xa3\xe5\x0e\xb6\xe4\x9a\x8b\x23\x1f\xcd\x69\x2d\xfe\x4b\x9f\xfd\x72\xed\xcb\x17\x84\x29\xc7\xd8\xdf\x61\x5c\xec\xdd\x4d\xe0\x14\x38\x68\x87\xe1\x62\xc4\x4e\x1a\xc8\xed\x74\x59\x17\x8d\xe7\x75\x8b\xbe\x18\x4a\x37\x07\x0f\x56\x13\xc4\xe9\x0b\x35\xba\x89\xee\xf0\xd0\x5c\x18\xed\xe1\x44\x63\x43\xf9\x8b\xa9\x27\x6f\x82\x2b\xb2\xf1\x1d\x00\x85\x3f\x55\xe0\x47\xad\x98\xca\xc0\xcd\xc0\x86\xe6\x67\x4a\xed\x15\xd5\xde\x6f\x81\x22\x8c\xc2\x5b\x8a\xec\xd4\x28\x6a\x3c\x97\xf3\x20\x81\x33\x38\x93\xeb\xb3\x30\x13\x8d\x47\x98\xec\x6d\x69\x02\x13\xca\x52\x79\xde\xe2\x78\x1d\x5b\x87\x89\x21\xf9\x54\xa0\x57\xad\xbe\x0a\xa1\xf3\xa2\x32\x01\xa7\x09\xe7\x70\x47\x5d\x9c\xdf\xc5\x5a\xae\xac\x1b\x45\xe4\x71\xeb\xf9\x51\x13\xad\x01\x6d\x02\x3a\x71\xf0\x2a\xc7\x01\x17\x1a\x15\x34\x5d\xe8\x23\xd4\xd5\xd0\x84\xd4\xe2\x14\x09\x0a\x6a\x40\x65\x58\xbc\xec\x9b\x58\xc1\x11\x4b\x09\x63\x16\x4a\x67\x47\xfc\x6b\x21\x4b\xf0\x6e\x36\x99\xc2\x94\xc0\x4f\x91\x2c\x8a\x2f\x4d\xcd\x59\x2d\x32\x5e\x66\xf0\xb1\xcc\xb2\x55\xa7\x8f\x70\xdb\x9b\xc1\xb7\x93\xdb\x23\xff\xf5\x7a\xe7\x30\x19\xf0\xc3\x93\x4b\x1b\x07\xda\x79\xe4\x0e\x30\xc8\x72\x30\x66\xf0\x89\xdd\xcf\x1b\xbb\x9a\xc4\x55\x8e\x9c\xe7\xc8\xe1\x38\x72\x31\x84\xbb\xa6\x7d\x91\x7b\xf3\xb7\xc1\xe1\xbf\x0a\x36\x59\x15\x65\xce\x38\x6b\xea\x42\xd0\x69\x07\x92\x5c\xd9\x4a\x05\x2f\xf9\x72\x64\xeb\x9a\x89\xaa\xa9\xd7\xc0\x01\xf9\x74\xbd\x62\xbc\x9e\x99\xc4\x7e\xba\x63\x20\xd7\x43\x5b\x6e\x0e\xbf\x32\x45\xe7\x18\xaf\xb0\xca\x1a\x8c\xd1\x7f\xc9\x97\x83\x11\x7b\x66\x07\x45\x8b\xf3\x27\x47\xb6\x3f\x51\xa7\x14\xaa\xb6\xa6\x23\x52\x28\x9b\xcc\x7e\x2e\xcb\x3c\xbc\x34\xd4\x52\x56\x4a\xdf\x06\xf4\xed\x99\x64\xb9\xa8\x0b\x2a\xe1\x6a\xde\x0f\xf5\x5d\x94\xf1\xca\xdc\x87\x58\x24\x08\x9a\x98\x05\x21\x49\xe0\x79\x2e\x72\x28\x8d\x87\xa9\x11\x8c\x25\xe1\x4b\xa1\x6c\xe2\x58\x0d\xc1\x11\x3b\x6a\x5c\xf6\x74\xbd\x9c\x21\x19\xd4\x6b\x82\xa6\xbf\x2e\x3d\xba\x15\xaf\x79\x33\x62\xaf\x75\xc3\xcb\x42\x19\x9f\x86\x4b\x61\x52\x45\x0a\xf6\xc9\x22\xcf\x27\xc6\x97\x05\xdc\x9d\x1a\xa2\xbc\x11\x43\xa2\x90\xd2\x51\x08\x0d\x27\x93\x00\xd0\x0d\x60\xc4\x9d\x05\x14\x91\x6b\xdf\x7e\x98\x94\xfc\x25\x5f\x92\xf8\x03\x22\xb6\x1e\xf3\x98\x97\xd9\x31\x65\x57\x7a\x60\x5f\x05\x14\xac\xfd\x9a\xfc\x40\x5e\xa6\xb8\xb0\x04\x2f\x14\xb8\x4e\x86\xc4\xf1\x80\x51\x2d\x30\x95\x3a\x34\x77\x3e\x4c\xfe\x71\x0a\x4e\x13\x9c\x5f\xc6\x55\xcb\x89\x77\x30\xde\x72\xc2\x9c\x9f\x26\x26\x31\x89\xee\x07\x48\x94\x01\x79\x12\x92\x2b\x62\x46\xf7\xa3\x4a\x49\xd9\xfa\x4d\x82\x8e\x05\x5f\x2e\x35\x79\x1d\xf9\xbd\x3b\xfc\x2a\x95\xb4\x01\x55\xb6\x3e\x97\x72\x78\xfe\xb9\x58\xe2\x05\x61\x2e\x3c\x8c\xd0\x68\x44\xb9\x26\xa2\x8e\x9d\xd2\x81\x70\xca\x1f\xe3\x0a\x68\x15\xd5\x2e\x60\xcc\xd6\xf0\x05\xf1\xc9\x48\x49\x44\x1e\x47\xf1\xca\xef\xdf\x37\x2d\xa8\xea\x59\x1a\x02\x61\x3d\x35\xef\xab\x7e\xba\xfd\x9d\x5c\xb4\xb0\xef\x76\x0e\xc3\xe4\x50\x9e\xd7\x1e\x24\x51\xdc\x88\x08\xb1\x82\xa8\x7d\x64\x7e\xfa\xc9\xcb\x2c\x48\x47\x66\xec\xf8\x4f\x5e\xad\x9f\xb0\x03\xbd\xed\x91\xaf\x6d\x43\x7e\x25\x07\x1e\xf2\x92\x1f\x51\xd0\xb2\x6e\x34\x17\x8c\xad\xef\xdf\x67\x1d\xea\x3e\x76\xe8\xbd\x19\x1b\x65\x62\xec\x20\x1c\xb2\x76\xec\xc0\x6e\x72\xf8\xc2\x77\xc7\x7d\x5d\x69\xcc\x11\x60\x67\x96\xab\xda\x93\x8e\x86\xf4\xc2\x56\x87\x46\x1e\xd0\x61\x52\x37\xfd\xd0\x53\x4f\x50\x10\x6f\x03\x6f\x4e\x7b\x48\x0b\x66\x4b\x33\x38\x2a\x68\x09\x44\x9b\x0a\xc6\x55\x96\xd3\xf0\x68\xcf\x4b\xcf\xa2\xa9\xf9\x85\xa8\x95\xd0\x03\x2d\xf8\xb2\x8b\x14\x90\x6b\xd8\xa3\x2d\x3d\xd0\xe3\xa1\x87\x0d\x2d\xed\x24\x68\xb3\xc2\x2d\xbc\xba\x62\xf7\xfa\x91\x23\xb3\x91\x6c\xa2\x62\x87\xdd\xe7\xb4\xad\xf9\x45\x47\xca\x74\xb7\x96\xa8\xee\x72\x70\xda\x49\x21\x37\x76\xec\x2b\x56\xfa\xee\x0b\xe6\xfb\x8b\x42\x17\x37\xa0\x3d\xe1\x97\x8c\x1d\x6e\x27\x0b\xf1\x27\xe3\xf4\x27\x48\x3e\xba\xa2\x3f\xcc\x7f\x1f\x83\x5f\xa0\x26\x1b\xb3\x7b\xf7\xea\xa6\x1c\x32\xb5\x14\x59\x31\xd5\x92\xf7\xfa\x25\xa6\x90\x2e\x44\x3d\xee\xa4\xbd\x87\xdb\xd4\x27\x41\x20\x84\x37\x6e\x67\xe5\xca\x7b\x9d\x98\x1e\x9f\x19\x4b\xe7\xfc\xea\x92\x9e\x56\x3e\x3c\x60\x4f\x58\xdf\x2c\xc2\x8a\x76\x1a\x59\x23\xdd\xd0\xc0\x3f\x5a\xc9\xbc\xb7\xad\x3c\xb7\x6e\xee\x97\x45\x75\x18\x25\xa0\xdc\x22\x8d\xef\x5c\x90\xb3\x92\x7b\x7a\x3a\xb2\x14\x1f\x7c\x2f\x70\xfd\x60\x74\xc9\xeb\x2a\xc0\xcd\x4f\xa7\x4e\xf6\x34\x3e\xf0\x5a\xb2\x59\x95\xa0\xe5\x68\xa4\xf4\x25\x6d\x8a\xdb\x5e\x14\x4a\xb1\x5a\x4b\xe1\x85\x62\xff\xf2\x35\x04\xdf\xf5\xfe\xbf\x7c\x6d\xdf\x34\xd7\xa3\x4f\xc9\x2d\xbd\xfd\x52\x9a\x9a\x67\xa2\x9f\x44\x8e\x05\x5f\x8e\xb2\x52\xf0\x7a\x1b\x11\x35\x2f\xf7\xf7\xd9\x4b\x54\x2b\x40\x55\x50\x12\xa0\x6c\xe8\xf3\x10\x38\xd8\x9e\x82\x60\x75\xe2\x66\x72\x39\x8a\xb9\x8d\xd6\x0d\xa5\xb9\xac\x98\x0e\x92\xaa\x6d\x4c\x7c\x0d\x28\x8a\xd0\x05\xd9\xfa\xcb\x5b\x59\x83\x78\xea\x97\x7c\xf9\x88\x12\x44\x41\x36\x38\xfb\x74\xa4\x85\x28\x2c\xe5\xe0\xfb\xdb\xdb\xef\x21\xe9\xbb\x29\xa5\xae\x37\x8e\xc6\xb4\x4a\x2d\x72\xc8\x2a\x14\x9b\xd4\xbc\xca\xe6\x46\x23\x02\x3a\xad\x51\x60\x83\xeb\x22\x7c\xa8\xff\x0f\x53\x7e\x04\xdb\xdf\xce\xfb\x68\xae\x8e\x67\xf9\x4c\xf4\xd3\x5c\xc7\xd0\x14\xd2\xd5\x43\xc5\x1c\x09\x9c\x03\xca\xd6\xc1\xce\x2b\x59\x2f\xc0\x20\xea\x65\xf1\x18\x78\x25\x2b\xef\xd1\x08\xa3\x39\x57\xf4\xd6\x1e\x25\xf3\x4a\x89\xa6\x4f\x62\x23\x5d\xbf\x6e\xb8\xfe\x60\x90\xf0\xf0\x35\x5f\xce\xcc\x97\x89\xfc\x96\x89\x2b\xb2\xb5\xcc\x02\xc2\x0a\xa8\x06\x26\xbb\xa2\x82\xa1\xe9\x25\x7b\xd5\x7a\xf1\xb3\xae\xc2\xbf\x5e\x14\x11\xc5\x2d\x3c\xaf\xe5\x02\x7d\xc2\xb5\x3c\x43\x5f\xb7\xd8\x56\x3b\x5e\x3b\xec\xc1\x4f\x30\x9c\xec\x37\x8c\xf6\xf1\x72\x1b\x98\xa0\xf6\xa2\x2c\xd9\x4c\x54\xa2\x36\xc7\xcc\xb8\x5d\xf9\x61\x21\xa8\xa2\x21\x05\xad\x95\xa9\xbd\x8e\x69\xea\x7d\xbd\x44\xb2\xe5\x9a\x8c\x95\xa4\xb0\x53\x41\x1c\xcb\xdf\x0b\x0a\x1c\x12\xa4\x14\xa2\x62\x06\x94\xb9\x9e\xa2\x06\x06\xe1\xd4\x95\xf0\x14\x50\x20\xe7\x73\x45\x27\x08\xa2\x4f\xf4\xa9\x01\x89\xde\xd8\x10\x2d\x1b\x89\xb9\xda\x4c\x6f\x50\xe1\x16\x37\x03\xe6\xad\xa7\xea\x01\xbf\x23\x70\xcb\x23\xf3\x09\x7e\xcb\x3f\x34\x84\x3e\xed\x9c\x3f\x11\xdb\xb2\x5b\x37\x2a\xb4\xb6\x3a\xa3\x54\x02\xe7\xe2\x22\xd1\xde\x4a\x97\xa6\xd8\x79\x51\x99\x7e\x43\x5e\x0e\x1f\xea\xe3\xf8\xfa\x12\x1c\x5a\x34\xad\xea\x9b\xcf\x06\x37\x03\x40\x04\xce\xf7\xa6\x9b\x8f\x6d\xa0\x74\x1e\xe2\xf6\xc9\x4d\xd1\x14\x43\x8b\xc8\x21\x0a\xcd\x2d\x97\x45\x93\xcd\x19\x51\x00\x7b\xfc\xb8\xf2\xd2\xfd\x8d\x23\xb9\xae\x77\x7e\x6e\xdf\xa1\x59\xc0\x7e\x53\xad\xca\x32\xd1\x5c\x3f\x76\x2d\x09\xcf\xe3\x76\xae\x86\xf6\xf5\x6d\xe3\x0d\x6e\x17\x35\x70\x87\x48\x81\xc8\x05\x6a\xc1\x67\x62\x8b\x0f\x14\xfb\xba\xc9\xb3\x70\x87\x0e\x52\x0e\x54\x27\x8b\x59\xc2\x87\x0a\x9a\x1b\x47\xaa\x61\x32\xd0\xba\xd5\x2c\x36\x73\x1c\x83\x02\x4d\x5a\xf7\x31\x2f\xed\x86\x09\x66\x44\xc7\x1e\x4d\xf6\x4a\xbe\x16\x35\xdc\xf9\x72\x69\x88\xda\x05\xaf\x0b\x5e\x35\x60\x3b\x53\x1f\x6e\xe2\x94\xaa\xa7\x15\x7a\xa5\xda\x27\x09\x5f\x58\xdc\x72\x4b\x16\x27\x6b\xf6\xcb\xeb\x63\xdf\xc6\xd0\xf2\xf0\x0c\xbf\x3f\xb2\x11\x5a\x2c\x53\xca\x79\x82\x41\x45\x63\xe3\x69\x66\x7d\x73\x3f\x54\x89\x3c\x47\xf6\x50\x7c\xd8\xe2\x2e\xf6\x21\x76\x3b\x46\x65\xd6\x94\xe7\x54\x6a\x84\x1c\xfb\x2a\x34\xd8\x94\x92\xe7\x5d\xb9\x95\xf4\x97\x3e\x54\x81\xe8\x3f\xe7\xb9\x38\xa9\x36\xd8\x8e\xec\x90\x6e\x30\xd5\x80\x6d\x8a\x2b\x53\xfc\x14\x6d\x24\x8a\xcd\xa1\x46\x0b\xd8\x37\xea\x5a\xd6\x9e\x9a\xd5\xff\xdc\x35\x84\xd8\x32\x1a\xa7\x80\xdc\xbb\x6a\x95\x69\x41\x75\xba\x2a\xcb\xb5\x59\x0c\xda\x33\x72\x63\x44\xf3\xe7\x9d\x5e\x28\x78\x9e\x3c\x6a\x2d\xf5\x54\x4f\x9b\xca\xb0\x6c\x58\xf0\x3b\x52\x75\xe7\xa2\x11\xf5\x42\x33\xe6\x73\xb2\xa1\xd8\xe9\xab\x8c\x9b\x6a\xf5\x59\x2d\x21\xf2\xbc\x91\x6c\x5a\xa0\x46\x7a\x5a\x53\x71\x17\x57\x27\x2d\x9c\xdf\xc9\x14\x13\x65\xe7\xc5\x42\x54\x0a\xb8\x6f\x5e\x3b\x84\xf4\x12\x2d\xdb\x11\x75\xdf\x18\x34\xf3\x09\x50\xfb\x79\xd1\x8c\x60\x16\xc6\xff\x37\x0d\xea\x4b\x49\xfe\x99\x34\x63\x59\x9b\x09\xb7\x3c\x1f\x9f\x17\xe0\x7a\x4c\x7f\x6e\x74\x3e\x7e\x25\x1b\x8c\xcb\x41\x37\x64\x59\xbd\x40\xff\x75\x48\x3b\x77\x0c\x69\x6e\x3e\x91\x46\x9c\x52\xe2\x78\xbe\x97\x68\xf9\xf6\x92\x42\xab\x3a\xf3\x27\x03\x98\x73\x5a\x67\x3b\x1c\x02\xcf\x5d\xbe\x46\xff\xdb\xb2\x64\xe2\xcb\x12\x8c\x21\x7a\x3f\xa8\xbe\x8c\x57\xdc\x0d\x1c\xa3\xfd\xe1\x16\xfc\x4b\xa1\x69\xd4\xf3\x1a\x0f\x5e\x17\x56\xa0\x9d\x49\x9f\x78\x2a\xa9\x61\x0a\x4a\x69\x66\xe0\x32\xdc\x2f\xf0\x98\x45\x6f\xac\x39\x57\x7e\xe2\x1f\xe3\x9c\xdc\xd3\x4d\x00\x5c\x3d\x06\x79\x87\x04\x44\xfa\x91\x55\x5e\x05\xd5\x9f\x02\xb7\x2e\x8c\x84\xf3\xe6\x9f\x02\xfe\xe1\x98\xf5\xed\x00\xb4\xa7\x2f\xcc\xef\xee\x12\x6b\xa7\xa8\xe2\x30\xc3\xcb\x0b\x51\x1b\xe7\x56\x69\x79\x43\x2b\x43\xc1\x52\x47\x7a\x33\x2a\x69\x68\x1c\x29\x49\x10\x85\x0b\x17\x7f\x91\xaf\x2b\xbe\x28\x32\xa8\x58\xe4\xc9\xdb\x7e\x44\x09\xf5\xc0\x75\x17\x8d\x16\xb7\x0b\x69\x03\x68\x8a\x78\xd1\x30\x37\xa0\xee\x06\x65\x8f\xed\x93\x36\xb5\xc6\x14\x63\xba\xb3\x49\x2d\x2f\x95\xa8\xf7\x4a\x71\x21\x4a\xb3\x59\xfc\xef\xeb\x3d\x0a\xc0\xf0\xc7\xa0\x47\x87\x63\xd6\xd3\x4d\x7a\xec\x8a\xf5\x04\x9f\x89\xba\x17\x1b\x9a\xf5\x86\x2e\xa5\x42\x4a\x88\x58\x41\x95\x9d\xa3\x4a\xd0\x86\x40\xd8\xf5\xec\x72\xa7\x63\xb0\x1f\x1d\xcb\x94\xa3\xbb\xa5\x11\x90\x7f\x1d\xce\xf9\x28\x7c\x91\x89\x0a\x32\x41\x07\x04\xcb\x77\x6d\x91\x55\x83\xd9\xef\xbf\x04\x50\x86\xcf\x92\x61\x7c\x67\x09\x6a\xd8\x48\xb6\xe0\x05\x1c\x31\x38\x75\xc1\x56\x5e\xce\x8b\xd2\xe8\x5c\x90\xb8\x9b\xd3\x18\xcc\x04\x49\xa7\xd7\xbd\xc6\x20\x1a\x73\x22\xdc\x42\xe6\xb2\x2e\xfe\xae\x3b\x28\xd1\x9a\xc2\x2e\x44\xdd\x10\x82\xa5\xbb\x53\x4b\xcd\x16\x19\x03\xa2\x5c\x92\xcd\xbc\x69\xe4\x02\x62\xa0\xc8\xf0\x0e\x39\xc8\xa0\x6c\x1d\xa3\xc2\x59\x1e\x69\x99\x08\x0c\x0b\x60\xb9\x58\x8a\x0a\x22\x76\x48\x69\x61\xa8\x19\x0e\x11\xac\xdc\x38\xdb\x3a\xf2\x60\x6c\xb5\xfe\x3d\x41\x68\x8d\xd0\x4b\x05\x22\xde\x12\xe2\x9a\x06\xda\x40\x50\x84\xc6\x1b\x59\xa3\xc6\xc7\x04\x47\x58\x40\x03\x88\x11\x3d\x68\x54\x6b\x83\x0a\x21\x36\x34\x85\xd3\x14\xda\xbc\xbe\x1b\x3c\x2e\x00\xff\xfe\xd0\x82\xc6\x2b\x51\x80\x5d\xdb\x75\x52\xd1\x8c\x70\xbb\xf4\x75\x6a\x8e\x02\x5a\xed\x8a\x1a\xdc\x5a\x14\xcb\x25\x1c\x94\x05\x6f\xb2\xf9\x30\x06\x00\x75\xeb\xe0\x40\x0b\xb5\xe0\xb0\xb8\x00\x25\x12\x10\x1b\x00\xb5\xfc\x79\x57\xb2\x12\xec\x80\xfd\x71\xc3\x26\x5a\x70\xdf\x06\xa3\x31\x7f\x21\xed\xbc\x6a\x6d\xfd\xc8\xe4\x4c\xb6\x07\x07\xeb\x39\x28\x4b\x46\x46\x74\xb4\x0b\x0f\x03\x7a\x0a\x9d\xde\x78\xc9\xe6\xa2\x98\xcd\x1b\xbd\x74\x8c\x68\x29\x14\x2b\x85\x02\x9a\x56\x79\x37\x39\xcc\xa5\xa7\xe2\xe6\x43\x33\xec\xaa\xd1\x03\x00\xa7\x13\xf5\x8c\xca\x0f\x08\x96\xa9\x35\x05\xae\x67\x58\x17\xc4\x5f\x63\x61\x23\xe7\xda\xb3\xd7\x78\xd1\xa6\x54\xc7\x84\x2e\xff\xfa\x3f\x1c\xee\x0e\x3a\xbb\x01\xde\xb6\x8f\x20\x4f\xc8\xdc\xb5\xab\xb7\x04\x3d\x2c\x3e\x05\x7c\x43\xbb\xfe\x2d\x0e\x29\x3e\xeb\xe6\x26\xa4\x47\x07\x6e\x7c\x1f\xba\x3b\xbf\xfb\x5a\x34\xfb\xad\xe6\x50\x8f\xa6\x61\x0f\x1f\x3c\xf8\x5f\x16\x14\x53\xc7\x13\x5a\x2a\x84\xc0\xb1\xdf\x11\xa7\x9f\x65\xb2\xd6\x04\xae\x5c\xfb\x2c\x02\xaf\x72\x95\xf1\xa5\xd8\x72\x47\xa6\x27\x81\x03\x25\xe7\x40\xf3\xdb\x69\x12\x1a\x28\x35\x2f\x1a\xba\x35\x6e\xa8\x31\x70\xd0\xb4\x0c\x62\x37\x30\x35\x33\xab\x69\xe7\x5a\x34\x98\x8e\x02\x05\x34\xeb\x7d\x54\x13\x1b\x42\xd1\x62\x6b\xd1\x84\x54\xb1\x79\x01\xed\xb7\x40\xcb\x26\xbb\xc0\xde\x03\x91\x30\x66\xd0\xa0\xb3\xf6\x65\x79\x54\xd9\x80\x35\xea\x4b\x54\x19\x96\x28\xd3\xfc\x06\xdc\x8c\xad\x98\xdb\x96\x10\x92\xbc\x79\x7e\x5f\x39\xc8\x02\xec\x8f\x37\xdf\xda\x58\x19\x14\x87\xd2\x7a\xe0\xca\x32\xb1\x6c\xc8\x73\x61\x59\xcb\x65\x4b\x17\xd2\xad\x0a\xc1\x4f\x33\x2f\x26\x0e\xec\x20\xb7\x54\x6b\xfc\x9e\x12\x5d\x62\x50\xa8\xc2\xaa\x21\xee\x0b\xc7\x0a\x37\x61\x97\x9e\xfe\xa9\x95\xf9\x6e\x5a\x19\x5a\x70\x38\x61\x27\x07\x7a\xb4\xd8\x73\x20\x36\xb4\x31\xdc\x4e\xd3\x72\xd3\x68\x46\xde\x32\x5e\xb5\x20\x3e\xe2\x4d\x37\xc4\x61\x87\x06\xfb\x86\xe1\x0d\x38\xf4\xb9\x91\x21\xf0\x82\xc1\xf0\xc7\xf0\xf6\x30\x8e\x44\xa7\xaf\x13\xcf\x2f\x52\xad\xfd\x11\x3b\xdf\xa6\xbe\x7c\x25\xab\x4d\x0b\x2f\x08\xcc\x9e\x22\x03\xab\xdc\x03\xea\x04\x0b\x81\x64\x04\xdb\xbb\x1a\x5a\xf5\x12\xf8\x91\x26\xf4\x9e\x7a\x52\xcd\x89\xd3\x41\x6d\xdc\x14\xba\x36\x29\x4a\xc1\xf6\x01\x4f\xad\x47\x3a\xbb\xea\xa4\x34\x78\xc5\xe0\xfd\x1a\x77\x82\x8f\x93\xbd\x7c\x0b\xda\xdb\xa2\xbb\x88\xb9\x4a\x34\x56\xd3\x51\x4b\xd9\xb0\xbc\xb8\xb0\xd1\x78\xde\xec\x30\x31\xb8\x8d\xe8\xdf\xdc\x51\xb1\x98\xa5\xfa\x28\x30\xdf\x81\x9f\x16\xe0\x66\x15\x1f\x78\xf5\x4e\x89\xa7\xaf\x5f\x46\x31\xc8\xf6\x79\x68\xf2\xc0\xce\x48\x91\x55\xae\x59\x33\x87\x50\x36\xce\x2e\xd1\xcb\x03\xa9\x23\xe9\x35\x57\x4a\xbc\xe0\x6b\xb9\x6a\xb0\x38\xc9\x27\xc3\x1c\x42\x46\xae\x7a\xc4\xce\xb0\xbe\x0c\xe5\x81\x2f\x9a\x21\x79\xac\x6b\xc2\x25\xe5\x67\x72\xe4\xff\x64\xab\x9b\x44\x1d\xb0\x7e\x25\xf7\xe4\x72\x00\x54\xb1\x3d\x18\xf1\xf9\xa4\x21\x72\xbe\xfc\x6f\x6a\x31\x15\x75\xd0\xed\xaa\x02\xa6\x7c\x2d\x57\xa6\x50\x9e\x71\x0e\xc2\x3a\x74\x8d\xd4\x42\xa6\x92\x0b\x01\xf5\x35\x29\x8d\xd7\x02\x3c\x31\x40\x86\x16\x53\x59\x0b\xb6\xd4\x82\x04\x2e\x02\x6a\x8d\x73\xb4\x21\x40\xb8\x24\xb7\x85\xbd\x4b\xae\xe6\x44\x7c\x6a\x60\xb0\xe5\x52\xd4\x5e\x64\x3d\x85\x81\xea\x15\xee\x41\xd1\x40\x97\x96\x44\x93\x67\xd1\x88\x2c\x50\xb5\x7d\xb2\x5b\xf5\x09\x77\xf0\x93\x0b\x2b\x5b\x19\xc3\xd5\x27\xd7\xf5\xbc\x69\x96\x6a\xbc\xbf\x3f\x2b\x54\x33\x9a\x15\xcd\x7c\x35\x19\x65\x72\xb1\x3f\xe3\x82\xd7\xb2\xda\x17\xff\x9e\xff\xc7\xbf\x67\xf9\xf4\x8f\xff\x87\xff\xe1\x3f\x1e\xfc\xfb\x7f\xfc\xe1\x5f\x05\x7f\xf8\x07\xf1\xaf\x62\x92\x4f\xff\x98\xfd\x9f\x7f\x8b\x3a\xb1\xdf\xd7\x22\x5f\x7d\xf9\x4d\xed\x63\x35\x16\xf8\xb5\x3f\x29\xe5\x64\x7f\xc1\x55\x23\xea\x7d\x55\x67\x30\x1f\xa8\xf7\x71\xa2\xe4\x42\xd6\xcb\x79\x91\xf9\x9b\x36\xfa\x4d\xd1\xa9\xdb\xe2\x55\x53\x0b\x7d\x8e\x35\x1c\xf6\x5c\x11\x96\xa8\x7c\x54\xe7\x28\x63\xe3\x3d\x1b\x15\xcf\x81\xea\xca\x04\xca\xfe\xc0\x66\x7e\x8b\x10\x8b\x8d\xe3\xef\x76\x2c\xff\xe4\x0e\x11\x16\x58\x6f\x45\xad\x60\xc5\x0e\x88\x71\xc9\x59\x59\x7c\x16\x80\x34\xa6\x12\x3b\xe2\x33\x6f\x4c\xf6\x38\xcf\xe3\x06\x3a\x35\xca\x65\xe7\xc1\xee\x95\x51\x98\x98\xaa\x4a\xb9\x49\x58\xaa\x3b\x2e\x94\x75\x83\x8f\x4b\x2a\x81\x75\xd4\xd6\xc9\x73\x8e\xc1\x4f\x6c\xba\x5c\x57\x44\xef\xec\x09\xbb\xcf\xfa\xc6\xca\x7c\x66\xd5\xd1\x83\x04\xe5\x98\x53\x5d\x29\xf4\xa3\x5e\xa0\xdf\x9d\xa0\x97\xb5\x98\x2a\xd6\x27\x21\xf7\x25\x06\xc7\xd8\x61\x94\x96\x73\xf5\xac\x6d\x05\xec\x01\xc6\xec\x70\x2a\x3a\x15\xbc\x04\x50\xc1\xb8\xb8\x6e\xf4\x7d\xb2\x06\x42\x3d\x52\x50\xfc\x5e\x8f\xbc\xa7\x17\xac\xb0\x62\x5e\x59\x8a\xac\x29\x2e\x44\xb9\x36\xe5\xa8\x80\xbb\x97\x15\x0e\x63\xfd\x24\x7e\x64\x7f\x32\xfe\xe6\x47\xde\x8e\x62\x2c\xa0\x73\x69\xfa\xf0\x03\x6d\xcf\x87\x1f\x60\x83\x86\x36\x27\x42\xd1\x74\xec\xbc\x5d\xf8\x86\x62\x57\x2f\xa1\xe6\x9b\x9e\xf5\xe3\xb3\x27\x7d\xc8\x39\x39\x55\x63\xd6\xf7\x52\x1f\xc7\x45\x44\x20\x6f\x78\x62\x5b\x5b\xe5\xee\x4c\x4d\xf4\x8e\xf6\x07\x66\x94\x95\x12\xa6\x29\x79\xe6\x85\x98\x10\x24\xd1\x45\x50\x6a\xfc\x8b\x21\xc2\xb4\x70\xe5\xe9\x1b\xcd\x32\x5d\x1a\xd4\x7e\x38\x2f\x8d\xc8\x94\xdd\x7b\x60\xcf\xdc\x28\xc6\x9a\xc7\x67\x4f\x06\x5e\x1e\x50\xe3\x65\xf0\xa1\xed\xe1\x02\x27\x6d\x0a\x98\x10\xb8\x70\x78\x1e\x24\xba\x49\x87\xcb\x92\xf1\x65\x98\x3a\x6f\x2a\xf3\xd0\xf3\x44\xa9\xc5\x34\xfa\x62\x7f\x1f\xa3\x47\xe9\x0e\xc4\x8b\x1e\xe2\xc2\xb0\x28\x28\x69\x74\xed\x86\xc2\xc1\xf4\x3b\xe8\xeb\x4e\xef\x04\x0b\x3b\xcf\x0f\x91\xc3\x09\x39\x3c\xde\xa1\xf2\x96\x2b\x86\x6a\x5e\x61\x97\xef\x09\x55\xd1\x3d\x77\xd0\x9e\x7e\x1b\xe1\x42\x0f\xbd\x10\x15\x6e\xc3\xf6\xb4\xc2\xce\x86\x9a\x17\x79\x05\x39\xda\xc8\xe5\xa0\x58\xcc\xde\xd8\xcb\x65\x93\x47\x88\xed\x35\x52\x62\x0d\xad\xd4\x31\x8c\x35\x32\x8e\xd9\x4a\x67\xc2\xfc\xda\x7d\x7d\x0d\xc3\x93\x9f\x08\x26\xf7\x76\x65\x63\x5a\xce\x61\x4b\x8f\x10\xfa\x59\x74\xcf\xd2\x44\x0a\xc7\xa1\x46\x89\x70\xc1\x2d\xae\x1c\x14\x27\xd1\xc9\x65\x5b\xf5\x95\x35\x7f\x1e\xc6\xf6\xcf\xb0\x60\xd4\xe9\x5f\xff\x7c\xfe\xf6\xd9\x9f\x9f\xfd\x8d\x1d\xb0\xfd\x0f\x1f\x46\xea\x62\xf6\x2f\xfb\x85\x8d\x81\xff\xcb\xb3\xff\x3c\x7f\xf3\xf6\xd9\xf3\x13\xfd\xbe\x87\x99\x34\xa1\xbb\xde\xa3\xb8\x48\x9b\x1d\x00\xe8\xda\xb2\x95\x47\x68\x68\xf9\x6f\xf2\x9f\x49\xd7\x97\x0d\x1d\x71\x20\xa0\x51\x9f\x0a\xc8\xc5\x05\xae\xf5\xe1\x6a\x86\x28\x08\x30\x59\xd9\xe7\xec\xc7\x7d\x06\x35\x6e\xb1\xfb\xd3\x75\xd5\xcc\x45\x53\x64\x50\xea\xb6\x3d\x86\xbd\x80\xa3\xae\x40\xbc\xbb\x43\x5f\x1f\xfd\x4b\xe2\x6b\xd2\x4e\x3d\xa4\xa7\xfa\x5f\x18\x6e\xc8\x54\x9d\x41\xa4\xcd\xd2\x4b\xbd\x44\xb5\xee\xec\x96\x42\x46\x23\x0b\x81\x76\xe1\xbb\xc7\x21\x88\x9e\xf4\xc3\xdf\x23\xab\x88\x34\x8e\xb3\x9d\x87\x27\x2c\x90\x68\x23\xc0\x60\x96\xd6\xef\x18\xcd\xfb\xca\x04\xd9\x40\x4c\xa2\x75\x00\xb0\x5f\xf6\x73\x29\x6c\xc9\x7d\x63\x00\xf0\x1c\x05\x20\xa4\x0c\xe9\x9f\x9b\x1f\x7e\xed\xaf\x76\xe3\x5a\xb0\x4a\xa1\xaa\x33\x5b\x95\xf0\x0e\xd4\x58\x1f\xae\x2a\x47\x71\xa6\x5e\x85\x11\xcb\x1f\x76\xa9\x25\x69\xf7\x0b\x6e\xc1\xce\x79\x07\x57\x7e\x23\x94\xa9\xb4\x44\x66\x8b\x5f\xd1\x56\x51\xe5\xe6\xc1\x2f\x64\xf4\xa8\x05\x9b\x01\x0f\x44\xe6\x8b\xbf\x8b\x5a\x62\xf5\xee\xc6\x3e\xcb\xe6\x22\xfb\x8c\xb1\xcd\x66\x84\x91\x09\xc3\x1b\xda\xd4\x0f\xf6\x91\x89\x99\x56\x60\xa0\x50\x61\x14\xbb\x53\x3c\x4d\x6a\xc1\x3f\xab\x11\xfb\x45\x5e\x6a\xa0\x0c\xbd\xde\x21\xa4\x5f\x2e\xac\x1c\xa9\x86\x9a\xc2\xe0\x77\xd6\xf4\x48\x42\x63\xb0\x40\x59\x87\xeb\x03\x96\x6f\xaa\xb9\x50\x7d\x65\xf9\x10\x92\x76\x55\xde\xc4\x49\xec\x57\x34\x45\x97\x0e\x9e\xfc\x71\x49\x87\xe9\xa7\xe7\xf1\x49\x91\xb9\xe7\xdd\xf5\x7e\xc8\xfa\x1a\xc9\xef\xdf\x4f\xb6\x1b\x05\x73\x7f\xc2\x1e\x6c\x6b\x48\x9b\xf6\x84\x3d\x18\xb0\xab\xab\x80\x23\x49\x7e\x66\x17\x76\xff\xbe\x23\xd1\x23\x8d\x1d\x7a\x5a\xf7\x06\x5e\xdc\xcf\xd8\x2a\x16\xcd\x33\x2c\xaa\xdd\x42\xaf\xcd\x07\xa9\xf4\x4e\x51\xcb\x8f\xd6\x1c\xa7\x8d\x38\x9f\xf4\xc4\x19\xb9\x63\x30\xb8\x7b\x6d\x52\xf2\xd3\x86\xcb\x40\x9f\x49\xab\x5c\xc6\x73\x46\x94\xc8\x10\x02\xfb\xc2\x92\x03\xc4\x06\xef\xae\xf0\x4a\xa6\x24\x38\xf3\x1b\x12\x7e\x0b\x69\x84\xc4\xe1\xa8\x2f\x2e\x06\x41\x1c\x90\xaa\xb3\x3b\x6f\x08\x1d\x37\x4d\xe6\xcc\xfd\x41\x8c\x61\x6a\x91\xcf\xc8\x90\xf3\x1d\xd6\x88\xfa\xcf\x70\x91\x9b\x16\x04\x1a\x54\xeb\x75\x6e\x96\x41\xfd\x84\x4b\x20\xbe\xd5\xbf\xf2\x82\x4d\x1b\x06\xcb\xfb\x08\x0e\xfb\x7a\xd5\xc9\xc2\xd8\xd0\xf0\x67\xae\x44\x77\x61\x30\x3f\x73\x6c\xa2\x86\x4e\x0b\x16\x43\x9f\xb1\xc1\x1c\x0d\xfd\x65\xbb\xaa\x4e\xbb\x88\x0e\x58\x75\xa8\x93\xb8\x94\x8e\x1e\xe4\x69\x71\x61\xc0\xdd\xf7\x64\x93\x90\x45\xf2\x1a\x05\xf1\xb7\x3e\x25\x49\x75\x1e\xec\x66\x77\xf7\x41\xb3\x60\x80\x9d\xf7\xe3\x20\x64\x08\x97\x46\x42\x70\x1d\xc7\xf1\xbe\x5e\xea\xf3\x83\x48\xb4\x78\xbc\xb3\xdf\xf6\x13\x37\x92\x27\x8b\x0c\x5d\x48\x66\x0f\xd4\xe4\x3d\x7b\x63\xf5\x50\xe3\x6d\x1e\x7c\x8c\xaa\x0c\x59\xac\xae\x33\xfb\x09\x2f\x1b\xfb\xb7\xe7\x74\xc0\x8c\xf6\xdc\xfe\xf4\x0d\x42\x14\x1d\x16\xbd\xf3\x2d\x3f\xf6\x95\x95\x09\xec\x13\x63\x3e\xb0\x0f\x6a\xe9\xb5\x0f\xac\x7d\x6e\x80\x26\xa8\x3a\x02\x36\x4c\xfb\x8b\x2c\xbf\xf4\xdb\xe7\x36\x99\x57\xb3\xc6\x5a\x96\xb0\x44\x93\xfd\x6d\x60\xec\xe1\x42\x11\x1c\x0d\x1f\xc7\x43\x80\x66\xbe\xf0\x13\x08\x43\x94\xf1\xea\xde\xd0\x01\x9d\xec\xae\xf0\xcf\xbd\x0d\xe0\xd9\xb8\x09\x1d\xd0\xf1\xb6\x66\x97\x3d\xb1\xec\x83\xa3\xdc\x1b\x99\x3b\xb2\xcc\x5f\x5d\xed\xca\x04\xea\x6b\x9e\x4a\x34\xb5\x66\x31\xf0\xa7\x61\x4c\x77\xe3\x60\x83\x4c\xcf\x6e\x93\x46\xd6\x1c\xe8\x7d\x8d\x66\xb1\xb1\xb3\x47\xd9\x0f\x9d\x6b\x4e\xab\x39\xd9\xd8\x36\x7f\x65\x4c\x7f\xed\x8f\x2f\xb6\x0d\x88\x66\x42\xef\xc3\x2d\xe3\xb5\x47\xda\x38\x46\xd4\xfb\x2b\x59\x89\xae\xb6\x95\xac\x7c\x68\x01\x29\x1b\x6f\xde\x68\xb8\xd2\x82\xee\xad\x1d\x2f\x1a\x25\x4e\x03\x72\x3d\xf0\x53\x17\x9c\x4c\x89\xb5\x0e\x3d\xe2\xab\x5e\x13\xba\x14\x0b\xeb\xcc\xa4\xbc\x8c\x56\xd6\x1c\xec\x6a\x45\xd8\x38\x4e\x33\xb7\xc7\x79\x71\xe1\x0e\xcf\xc1\x57\x77\x14\x47\xb5\x94\x0d\x55\xd6\x39\xf8\xfa\x15\xcf\xd3\x98\x8e\x15\x9d\xa7\xb1\xb1\x18\x5e\x5f\x53\xfd\x1e\xef\x8c\x5f\x7b\xf5\xa7\x1e\x17\x8b\x99\xcf\xdd\x7e\x1d\x8d\xbc\x2a\x0c\xd7\xfe\x2b\x64\x5d\x0e\xbe\x06\x17\x49\xd4\x02\xf6\xc0\x36\x81\x5f\x41\x8b\xcf\x62\x7d\xf0\xd5\xd3\x51\xfc\x64\x4e\x51\x9d\xe9\xd3\xd7\xeb\x05\xad\xd3\xcb\x2f\x8c\xf9\xd2\xfe\x07\x2b\x0c\xb4\x46\xfd\x88\xc2\xf9\x77\x7c\xf0\xa9\xaa\xb3\x83\xaf\xaa\xce\x82\x87\xbc\x6c\x0e\xbe\xf2\xb2\x09\x07\x91\x1a\xdc\xfa\xff\xc1\x63\xa2\xcd\x07\x5f\xe9\x0f\xef\xe5\xbe\x85\xf3\xe3\xfd\xbc\xb8\xa0\x5f\x46\xee\xfd\x50\xe9\xbf\x2c\xaf\x13\x15\xb2\xe9\xd9\x17\x6d\xc5\x8d\x47\xda\x37\x68\x6e\x3a\xfd\xe9\x6f\xa9\xd7\x61\xc1\x3d\x91\xfe\xc6\x63\x74\xbc\x9a\x8b\x14\x77\x28\x2e\x0a\xb9\x52\x4e\x47\x18\x32\x3c\xb1\xd8\x91\xb8\xd5\x02\xfe\x28\x76\xa8\xf3\xcc\x00\xae\x7a\xa1\x4b\x3a\x13\x51\x5f\x97\xca\xc0\x08\x77\xfd\xd6\x04\x9d\x2e\x79\xcb\x45\xb0\xc3\xd5\x32\x40\x45\xf0\xd7\x78\x32\x41\x0d\xaf\xc5\x72\xd5\xdc\xed\xde\xa6\xf8\xc9\x0d\x4b\x71\xbd\x85\x9c\x7b\x7b\x4a\xf7\x5a\x71\x97\xed\x19\xfe\xf7\x46\xbf\x56\xa4\x45\xa8\xe0\xb3\x6c\x5a\x48\x3a\x5b\xda\xbc\xfd\x7d\xf6\x14\xf5\x20\x04\x80\xc0\x37\xb4\x98\x82\xf7\x29\x77\xda\x30\x7b\x01\xb0\xa2\x72\xd5\x05\x21\xa9\x2f\xd0\x3a\x0f\x15\x37\xa6\xd5\x8e\x5b\xe3\x0e\x3b\x6b\x0b\x36\xde\x85\xaf\x31\x19\x92\xfa\x1b\xee\x5c\x4f\xcb\xb1\xf1\x22\xdf\xde\x2e\xf0\xae\xdd\xb5\xf5\x85\xa8\x07\x76\x9e\x29\x0d\x8b\x7d\xe9\xa3\x81\xaf\x06\xf2\x53\x8b\x3f\xb5\x91\x70\x18\x7a\xae\xa0\x30\x1c\xba\xf3\xbb\x3a\x53\x97\x56\x53\x47\x3b\x6f\x4b\xb8\x7b\xba\x53\x69\x6b\xb3\xd0\xfd\xce\x2f\x78\x51\x72\xcd\x6d\xb2\x85\xe0\x90\x14\xce\xfc\x1b\xc5\x04\x60\xfa\x68\x1c\xfc\xad\x1e\xdb\x8b\xd2\xb7\x4c\x33\x9a\xde\x70\x2a\x60\x7c\x43\x57\x9e\x5e\x3b\x19\x16\x4d\xb2\xa3\x91\x05\xef\xbd\xee\xcd\xd8\xb5\xf5\x05\x2a\x4c\x83\xb4\x57\xfe\x3a\xd8\x01\x4d\x78\x9f\x26\x15\x66\x4a\xee\xfa\x26\xb5\x73\xa3\xac\x2c\x44\xd5\xfc\x4a\xdd\x6d\x68\xf2\x4b\x30\x92\xc7\x8b\x3d\xfb\xc2\xed\x56\x2b\xb9\xaa\x33\xc3\x60\x05\x21\x91\x05\x58\xd8\x8b\x59\x51\xf1\x92\xbc\xdf\x7d\x49\x87\xd8\x34\x33\xd5\xed\x3a\xc4\xfd\x1d\xd4\x87\x3e\xc7\x78\x8a\x9a\xb0\x4b\x0c\xd4\x08\xe3\x54\xfc\xd8\x94\x43\x87\x23\xc1\x9c\x9e\x04\xd0\x6c\xe7\x23\xeb\x94\x27\xa2\xfc\xd3\x9d\x1f\x18\xd7\xc3\x76\x4a\xea\xa3\xaa\x58\x80\x03\x8f\x13\xff\xc0\x9a\xf8\xe7\x52\x4e\x78\xe9\x19\xc8\xb6\xc5\xa4\x27\x13\x4f\x77\xda\x1b\x83\x08\xf6\x9d\xe3\xdd\xef\x68\xf1\x6b\xad\xe9\xc0\x15\xba\x19\xb3\xde\x42\xed\xa1\x35\x6d\x68\x1e\xbe\xf4\x05\x56\xaf\xc5\xde\x5e\x20\xca\xf6\xdc\xb5\xe7\x37\x2a\x5c\x67\x58\x0a\x87\x24\xbe\xa8\xc5\xde\x1e\x1e\x4d\xbf\xa5\x11\xbb\xda\x4d\xf1\x4d\xd0\xf6\x22\xdd\xa9\x7e\xde\x1a\x7d\x43\xcf\xfe\xfb\xc4\x77\x1d\xa3\xb8\xb7\xde\x37\x28\xd8\xb5\x1a\x6b\x99\xce\x6b\xe5\xc9\xcf\xad\xa6\x16\xc3\xbd\xf6\x6f\x08\x89\x13\xcd\x0d\x7e\xeb\xd6\xd7\x8f\x5a\x4a\x47\x97\x4f\xf7\xc0\x16\x27\x8f\x91\x69\x30\x0e\xb1\xe9\x20\xf0\x2b\x31\xcc\x5d\xa4\xf0\xf0\xd5\x1d\x81\xb2\x23\xa5\xea\x30\x8a\x0b\x93\x7b\xb2\xad\xf7\xe8\xd4\x7a\x78\xca\x06\xfb\xe4\xd8\x57\x11\x58\x51\xdd\xfb\x7d\xe1\xbf\x4d\x68\x06\x02\xbd\x80\x7d\xf6\xca\x09\xde\x24\x76\x7b\xaf\xac\x40\x4d\xcf\x9c\x2a\x2b\x6d\x26\x8d\x75\x4c\xf1\x09\xec\xc7\x0f\xa8\x2c\x40\xa8\x3d\x37\x83\x86\x39\x74\xcd\xe9\x65\x6c\x29\x15\x64\x40\x18\xb3\x1e\x9f\x28\x59\xae\x1a\x61\x94\x88\xa5\x98\x6a\x7c\xf9\xb7\x07\xff\x8b\xed\xff\xc8\xfe\x54\xc9\x69\x59\x2c\xd9\x8f\xfb\xe6\x7d\x23\x97\xf8\xda\x3e\xa8\x79\xa5\xa6\xb2\x5e\x8c\x59\x0f\xfe\x2e\x79\x23\xfa\x7b\xff\xf6\xe0\x7f\x0d\xf5\xff\x06\xbd\xa1\x26\xf8\x7f\x6a\x64\x2e\xc1\x3e\x08\xa5\x4c\xd0\x0e\xa9\xfc\x8f\xdd\xb7\xf6\xd3\x20\x5d\xd3\xfe\x3e\x3b\x5e\xa1\x7d\x76\xb1\x52\x0d\xaf\x73\x62\x5e\x16\xea\x25\xff\x72\x26\x57\xd9\xfc\x8d\x2c\x2a\xcc\x91\x8c\x8e\x93\xec\xe4\xd9\xc3\x87\x5e\x95\x24\x0c\xb1\xa5\x5a\xb7\xc7\xa7\xa7\xe4\x6c\xb7\x37\x45\x17\x73\x9b\x17\x2d\x97\x97\x63\x46\x94\xd9\x93\xa4\xc2\x74\x69\x9e\x5c\x66\x8a\xb6\x90\x1f\x8b\x3e\x70\xce\x50\x87\xfd\x45\x49\x24\xef\xdf\xa7\xe7\xa3\x8a\x5f\x14\x33\xde\xc8\x7a\xd4\x5a\x47\x20\x9a\x79\xc3\x4d\xc9\x06\x62\x87\x33\x07\xd0\xf0\xb5\xca\xb1\x38\xfe\x41\x80\xc2\x27\x7d\x42\x74\xa8\xa7\xec\xbf\x34\x37\xe8\x21\xb3\x4a\x94\xde\xc3\x07\x7a\x9f\xad\x16\xa5\xc7\x57\x8d\xec\x39\xdf\xa1\xb1\xd7\x14\x5e\x79\x4d\xe1\xd3\x38\xd7\x96\x61\xe9\xe1\xfa\xb0\x6a\xed\x48\x99\x13\xaa\x7d\x47\x53\x59\x35\x6a\xb4\x10\x79\xb1\x5a\xd8\x57\x9e\x11\x4a\x2f\x66\x5a\xea\x1d\xeb\x61\x00\x84\xd3\x8f\x5f\xa7\x15\xa9\x7a\xe9\x5e\x9a\xc3\x68\xf8\x97\x49\x9d\x2b\x0b\x3d\xb9\xc2\x65\x06\x79\x07\x43\xd8\xb9\x37\x6e\x32\x1f\x5b\x9a\x59\x28\x93\xe0\x2b\xdc\xf5\xe6\xb4\x69\x9b\x7e\x9c\x60\x3f\x46\x53\xf8\xe8\x5f\xa1\x0a\x29\x76\xdc\x37\xa4\x4a\x6f\xb9\xc3\x07\xfa\x71\x61\x9f\x47\xd2\x49\x48\xe1\xb4\x08\xe2\x2f\xdb\xa3\x1a\xb5\x28\xc1\xc2\x91\x82\x75\x4c\xf2\xcd\x72\xe9\xba\x4f\x6d\x3b\x96\x91\x4d\x6c\x2e\xa9\x81\xc6\xac\x37\x29\x65\xf6\xd9\x87\xa7\x5c\xf2\xac\x68\xd6\x63\xf6\x20\x31\x07\x1f\xb0\xde\x56\xf7\x0a\xb5\x87\x52\x60\xaf\x6b\x67\x6d\xb7\x0f\xb7\xee\x1d\x41\x58\x0f\x11\xaf\x85\xae\x9a\x88\x10\x7f\x6c\x2b\x8a\xbb\x71\xd1\xe7\x6b\xbc\xa9\xb4\x68\x4d\xb4\x49\xdd\x08\xb8\x11\x6b\xa5\x23\x5d\xbd\x80\x65\x8a\x01\xc0\xd8\xbd\xe4\x14\x3a\x88\xd2\xd6\xef\x42\x08\xa5\xe1\x6c\xe8\xd5\x46\x40\xf9\x9a\xf2\xdf\x09\x4c\x96\x87\xfb\xef\x00\xa4\x48\xb6\xdd\x08\xac\xa4\xd5\x23\x60\x9a\x5a\xe0\x5a\xf0\x2f\xbf\x6e\xa5\x6c\x2c\xb8\x52\x52\x7d\xfc\xd2\x05\x5b\xbf\x93\x1b\x2c\x77\x07\xcc\x48\xd8\x69\xb6\x2e\x75\xa7\x69\x6e\x5b\xeb\x2e\xf0\xda\x61\xa9\x9a\xbf\xdc\xb2\xc6\x57\xbe\xed\x87\xa5\xf1\x1c\x2f\xe8\x24\x9e\xc7\xaf\xd2\xe4\xce\x63\x66\xa3\xe9\xdc\xbb\x87\x0a\x10\xa7\x51\x81\xa7\xa4\xa2\x89\x21\xb3\x61\x60\xb6\xf1\x5c\x06\xb0\x4f\x8e\xb8\xc3\x90\xed\x6e\x37\x81\x28\x18\xf2\xbb\x8c\xb9\x69\x99\x1f\x53\xb6\x53\x3d\x50\xbc\xff\xb1\xac\xd3\xc6\xcd\xf8\x0b\x23\x1a\x06\x1f\xd8\x2b\x53\xdf\x93\x56\xa9\xdf\x4b\x1a\x9e\x4d\x33\xe4\x3d\x7a\xb1\xe5\xd1\xbc\x06\x13\x63\x2f\xe0\x04\x34\x4f\x78\xbd\x63\x18\x8d\xab\x6b\x89\xf9\x39\x77\xf6\xcb\xfe\x99\xab\xb6\xdf\xf5\x84\x0c\x48\xbe\x02\xa6\x43\x15\xd2\x55\x9c\xeb\x1b\x39\x54\xb7\x3d\x7c\x76\xf6\xee\x41\x48\x3c\xbe\xc1\x44\xd0\xc3\xc7\x82\x05\x36\xc1\xae\x1c\x7e\x85\xe6\x5d\x53\x5d\x2f\x93\xa0\x69\xf0\x54\x3c\x88\x9a\xe4\x0b\x62\x0d\x76\x49\x63\x5d\xef\x51\xa2\x92\x9b\x2d\xb6\xb3\xbb\x02\xab\xbb\x5e\xb5\x0f\xdf\x4c\x56\x3e\x78\xf7\x7f\xfc\x91\x01\x7f\x0c\x65\x84\xa9\xfc\x49\x41\xb5\x39\xb9\x89\xad\xae\x64\xb5\xe7\x9e\x9c\x04\xb5\x75\x95\x1f\x85\x93\x10\xcd\xc3\xe5\xf4\x3d\xad\x98\x29\x80\x68\x39\xd7\xa2\x2a\x8b\x4a\xec\x79\x0c\x2c\x82\x71\xe9\xd7\xb5\x26\x6a\x0a\x7a\x9a\x4c\x56\x7b\xf0\xf2\x17\x78\x69\x4e\x8f\xa5\x2e\x96\x74\x88\x85\x79\x87\x3d\x7e\xf4\xd5\x6a\x71\x8f\x61\x71\xe9\x56\xa7\x9d\x62\x94\xeb\x1a\x8c\xfe\x21\x68\x4d\x1a\x90\x12\x32\x3d\xdf\x10\xa0\x2f\x4f\xcf\x4f\x8e\x5f\xbf\xd2\x28\x43\x93\x4c\x1c\x8e\xb4\x26\x2a\xc0\x8a\xc1\x38\x40\x8b\x48\x0f\xe5\xc9\x23\x61\x9d\xf1\x61\x58\x5b\x7c\x68\xea\x89\x0f\x4d\xb2\xdf\x58\x43\xb3\x51\x88\x0d\xfa\x8a\x28\xae\xb7\xd3\x6d\x29\x29\x12\x7a\x69\x12\x29\x9a\xed\xda\x04\xcb\xe8\x92\xbb\x8c\x1b\x95\xab\xc1\x17\x8e\x74\xcb\x02\xff\xc9\x8e\x43\xe4\xba\x3b\xb9\xcf\x3c\xfd\x96\x41\x93\xe8\xb8\x27\x2a\x3d\x66\x4a\xb5\x03\x7b\xe6\xcd\xa2\x24\xbb\x84\xef\x54\x47\x59\x90\xdb\x75\x16\x37\xdc\x2c\x33\x01\xd5\xcd\x77\x26\x5e\x61\x39\xf4\x2e\x72\x95\xa0\x78\x6f\x45\x26\xeb\xdc\x50\xbb\xd5\x44\x89\x06\x1f\x75\x0f\xdd\x55\x9f\xfe\x98\x92\xc3\xe1\x91\x98\x17\x65\x5e\x8b\xca\xa6\xf2\x60\x57\xec\xff\x9e\xfe\x6d\x44\xf0\xd9\x56\x8b\x7f\x2a\xab\xe6\x39\x5f\x14\xe5\x3a\x7c\x0e\xc4\xd0\xdd\x47\xed\x9a\x6e\xf1\x89\xf6\x27\x76\x10\x6f\x05\xfa\xa3\xb6\x0a\xae\x9b\x53\x6e\xbe\xbb\x82\x0c\xc4\x2d\x17\xd5\xaf\x2c\x83\x62\x52\x0a\xa0\xc6\xae\xc7\xec\x4d\x91\x7d\x7e\x1c\x80\xb5\xa7\x9b\xf4\x9e\x40\x9d\x41\x6c\x37\x66\x6f\x78\xdd\x14\xbc\x7c\xdc\x02\xf9\x13\xa0\x03\x34\x69\x3b\x2d\xd0\xa5\x39\x0f\x4b\xea\xe4\xab\xa7\x05\x91\xb9\x18\xb7\xfd\xa6\x1e\x05\x55\x50\x74\xa3\xb6\xf1\x4a\xaf\x2b\xb6\xec\x85\xb4\xc7\xed\xe4\x18\x97\x9b\xa4\x0c\x63\x9a\xd7\xa8\x4d\x19\xdc\x4e\xda\x46\xf8\x28\x03\xca\x13\x3d\x1a\xb9\xe6\x4e\xa3\x16\xee\xb9\xed\x26\x7a\xee\xad\xdb\x5c\x25\x21\x4c\x20\x3e\x63\xff\xc7\x62\x56\xc9\x5a\xbc\x5a\x95\xe5\xeb\xfa\x9d\x69\xf0\x16\x2b\x29\xfd\xb8\x4f\xdc\x86\x8b\x2f\x7e\xce\x55\x93\xae\x86\x0f\x77\x91\xad\xa2\xad\x27\xce\x66\xe5\x7a\x39\x57\xac\x5f\x49\x72\xd4\x55\x83\x9b\x55\xbf\x3f\x8b\xab\xc4\x43\x54\x1e\xfb\x64\xe1\xfa\x89\xc2\x95\x29\x67\xde\x27\xba\xce\x20\x2d\xc1\xf1\xe9\xe9\x8e\x35\xf4\x11\x81\x0d\xd1\xd8\xc0\x10\x06\x74\xe5\x89\xb9\xa5\x5a\x17\x9f\xc1\xd5\xa1\x7f\x05\x2a\x63\x09\xb8\x8e\x5c\x67\xc9\x91\x39\x38\x99\xe1\x51\x8d\x90\xff\xfa\x51\x3c\x98\x77\xb5\x1a\xfc\x1c\x7a\xa8\x36\x8c\x91\x06\x66\xe0\x8d\x18\xd8\x30\x2a\x47\xc4\xbb\x7c\xaa\x13\x0e\xd5\x2d\x5f\xea\x24\xf9\xf7\x95\xf7\x1c\x72\xe3\x14\x93\x52\x10\xff\x0a\x1f\xbe\xef\xf1\xba\xe0\x7b\x25\x9f\x88\xb2\xf7\x51\xaf\x17\xdd\x21\x9a\xa2\x21\xdf\x13\xe3\x92\x45\x77\x1e\x4d\x14\xd1\x7d\x53\x17\xfe\xe3\x52\xe4\x93\x75\xab\x7b\x73\xc4\x0e\xa3\x78\x63\x59\x8a\x71\x0b\x84\x87\x9e\x55\x41\x33\x9b\x8b\x59\x20\xc9\x9b\x3f\xc7\x61\x5f\x38\x07\x62\xf4\xc6\xa1\x77\xb7\xa3\x52\xa5\x68\xd8\xb4\xa8\x78\x79\x4c\xbb\xc9\x0e\xec\xc6\x7a\x3e\x65\xd1\x94\x82\x4a\xd3\xe4\xad\x91\xd9\x0e\xbc\x84\xfc\x50\x65\x2b\x7c\x3f\x22\x4c\x8e\x5a\x85\x7b\xe4\x51\xcc\x78\x76\x88\x17\x59\x29\x2b\xe3\x8b\xd0\x77\x98\xf8\x95\xf1\xb2\x19\xc7\x1b\x7e\xbd\xa1\x6e\x3b\x39\xa6\x3c\x2e\xcc\x78\x39\x6f\xf8\x9e\xc6\xd8\xbd\x0a\x1c\x31\xcd\x89\xb0\x70\xfe\x3a\x1a\x8d\x42\x9c\x08\x5e\x79\x48\x1d\x3c\x8f\x61\xe8\xf6\xe2\x30\xd6\x2a\x00\x8a\xb4\x6f\x96\x70\x67\x11\xe9\xba\x5a\x79\x5e\x99\xfa\xce\x72\x3e\xa0\xbe\x8b\xa9\x52\x7d\xe2\xbc\x86\x2d\x66\x35\x3e\xed\xf7\x0c\x1c\x36\x30\xbe\xee\xb9\x1b\x6f\x7f\x9f\x1d\x61\xd2\xf5\xb9\x40\x5a\x3d\x05\x4a\x41\xe9\x87\x39\x64\x63\xa7\x5a\x93\x45\x03\x36\x3c\x4d\xb2\x67\xa2\x31\x25\xfb\x72\x51\x69\xaa\x8d\xc5\x89\xd8\xb1\xac\x05\x23\xe2\x4b\xac\xa9\x37\x54\x22\x8d\xc9\xa2\xc8\x6a\xa9\xe4\xb4\xd9\xb7\xf1\xd4\x85\x52\x2b\xa1\xf6\x1f\x3e\xf8\xd7\x7f\xfd\x8f\x80\xdf\x3d\xf8\xfa\x35\x20\x66\xa3\x11\xf2\xa0\xec\x9a\xd6\x63\x1d\x5c\xbf\x06\x68\x49\x6f\x1f\xef\x17\xd0\x60\xf0\xc8\x58\xdc\xcd\x65\x66\x6a\xaf\x99\xea\x23\x53\xb8\x4c\x4c\x1a\x18\x6e\x6f\x84\x91\x9f\xc4\xc2\x42\x7c\x0f\x72\xef\x81\x30\x66\x1c\xaa\x33\xc8\xcb\x0f\x77\x94\xf5\xac\x81\x87\x7a\xfa\x41\x2f\x76\x4f\xd8\x9e\x2f\xd5\x41\x1c\xa4\xcd\xf9\x8f\x1f\x07\xdf\x69\x24\x7b\xa1\x71\x8c\xed\x31\xfc\xd7\x66\x2e\xc2\x71\xf0\xc7\x44\x54\x62\x5a\x40\xa6\x46\x95\xd5\x42\x54\x10\x0c\x2d\x6a\x75\xa3\x1b\x71\x26\x1a\x03\x82\x04\xb7\x68\x6f\x25\xc3\x28\x0e\x13\x29\xeb\x86\x6e\xc6\x8e\xa1\xb4\x17\x26\x9d\x76\x33\x48\xbf\xe3\xea\x0c\x8f\x96\x03\x01\x50\x10\xf8\xdf\x6e\x99\x61\x9c\xa6\x2a\x93\xd5\x99\x66\xfb\xb7\x88\x06\xa4\xd3\xf2\x99\x7f\x78\xb0\x6f\x35\x2d\x61\xc3\x44\xe6\x81\xe0\x8b\xc4\x00\x3b\x4a\x4d\xed\x90\xff\x9b\x08\x4e\x86\xb1\x70\xcb\x35\x20\xef\x90\x83\x5a\x4a\x9f\x1b\x68\x81\x3a\xf5\x76\x5b\x81\xd2\x25\x4a\x79\xf9\x09\x0a\x03\x66\x0a\xb3\x88\xe4\x9d\x1b\xe4\x4b\xe8\x5e\xd9\x93\xbe\xa9\x3e\x0c\x98\x6f\xaa\xf8\x72\x56\xca\x46\xd3\x3c\x2c\x0d\xec\x14\x2c\x23\xd3\xba\xe9\x29\xc8\x2b\x83\xc5\x2c\x94\x10\x4c\x7c\x59\x62\x1e\xa9\x8c\x2b\xa1\x88\x53\x86\x72\xd6\x2e\x7f\xa5\x23\x05\x54\x01\xc3\x90\x1c\xaa\x33\x54\x63\xda\x2b\x25\x9a\x06\xc9\x12\x25\x9f\x75\x35\xc7\xa1\xb1\x2d\x42\x37\x66\x0f\xc1\x20\x7d\x1d\xe4\x7c\xc0\x62\x1b\xba\x6b\xd0\xd0\x86\xb5\x4d\x7c\x9d\x67\x6b\xf7\x79\x23\x7c\xfe\xb6\x5e\x65\x8d\xac\x03\x8d\x50\xc8\x7d\xa8\xd5\x52\xd0\x7b\x73\xc3\xeb\x5b\x65\xa4\xc8\xdd\xde\x95\xf9\x89\xf6\x12\xe2\x91\x43\xb9\x85\x1c\xc9\x57\x93\xb2\xc8\x88\x34\xf7\x07\x2d\xb9\xd3\x32\x1a\x31\xbb\xad\x86\x1e\x41\x41\x47\x49\x3d\xd4\x91\x71\xde\x01\x3e\x18\x26\xd7\x8e\x64\x0b\xf5\x4a\x07\x86\x61\xb2\xe4\x1f\x58\x25\x24\x68\xc0\x2a\x99\x17\xa3\x52\x54\x33\xf2\xa2\x7d\x10\xf5\x88\xd4\xe4\xe0\x1b\x28\x82\xee\xdd\x73\xd3\xf6\x22\x65\x34\x43\xeb\xbf\x30\x74\x0e\x9c\x9d\xe9\x07\x36\xdf\xa9\x25\xcc\x37\x5c\xc3\x4d\xc5\x94\xad\x82\xca\xd8\xef\xf3\xd8\x6e\xe5\x6e\x12\xcb\xce\x11\x82\xb7\x08\x10\x4c\x2b\xfb\x8c\xae\x32\xa9\x7e\x34\xc8\x1b\x47\xa9\xbe\x95\xb2\x41\xe8\x5a\x24\x38\x64\x3d\xb5\xe4\x55\x0f\x64\x87\x5e\x00\xaa\xdb\x09\x60\x5e\xd4\xc1\x93\xbe\xdb\xd9\xce\x1b\xc5\x05\xb7\x7a\xb7\xab\x51\x20\x0e\xe2\xbd\x0b\x8e\xaa\x3b\x36\x8a\x42\x38\x58\x22\x20\x37\x08\xc6\xf0\xcf\xfd\x68\x34\x4a\x22\xaf\x85\x69\x2a\x23\xc0\x18\x07\x3c\xf7\xc2\xbe\xa2\xa4\x28\x3e\xe1\x08\xfc\xf1\x08\xf2\xfd\x68\x11\x36\xf5\x02\x92\x04\x40\x5a\x83\xf0\xd8\xc7\xad\xcf\x27\x09\xb8\x96\x51\xf1\x89\x4c\x5b\x3a\xf5\x80\x61\x3f\x09\x56\xd1\x92\x94\x1d\xcc\x46\xbc\x6c\x74\x1f\x6e\xac\xb0\x43\x27\x36\x9b\xce\xe6\x5c\x51\x2f\xf7\xee\x59\xff\xff\x68\x04\x17\x2e\x91\x9e\xb7\x13\x9f\x03\x5a\xfe\x26\xb9\xbe\xcd\x4d\xa8\x2b\x6c\x14\x85\xfd\x46\x22\xbe\x99\xfa\x46\x31\xdd\x9c\xaf\xab\xab\x1b\x4a\xec\xb1\x04\xb7\x73\x47\x21\xec\xbe\x99\x0e\xc0\xd3\x02\x9c\xb4\x09\x64\x48\x0d\x8f\x43\xdd\x40\x52\x3b\x60\xee\xa8\xb8\x23\xa7\x0b\x48\xbd\xbd\x99\x42\x20\x3d\xd1\x84\x6e\x20\x49\xf2\x3d\x20\x25\xf4\x05\xce\xd9\xac\x55\x35\xba\x15\xb4\x6a\xe8\xad\xeb\x70\xab\xfe\x60\xa3\x06\xa1\x5b\x87\xb0\x4d\x8b\x90\xd0\x23\x6c\xd5\x24\xec\xa6\x4b\x08\xb4\x09\xb1\x3e\xa1\x2b\x68\x15\x62\x76\x4d\x23\x2f\xfe\xf6\xab\xbb\x96\x1e\x3b\x9a\x19\x45\xe1\xb2\xfd\x27\x6c\xec\x34\x4a\x57\x57\x9d\x9b\x6e\x87\x78\xbc\x6f\xb6\x22\x0c\x3b\x35\x01\x82\xc5\x85\xe6\x09\xbb\x89\xba\x26\xdb\x2a\x59\x8d\x69\x0c\xf9\xb2\xa2\xd4\x49\x69\x9e\x08\x6a\xca\x27\x5e\x8c\x52\xf7\xcc\xc0\x67\x14\x76\xfd\x08\xe7\x18\xe8\xb3\x4c\xcd\xe8\x4d\x11\xe0\xf1\x58\x4a\x34\x98\xf8\x22\xbe\x70\x91\x48\xc4\x1a\xb3\x5b\x24\xe4\xbb\x89\x37\x87\x11\x15\x22\x39\x6f\x37\x5f\x8e\xa4\xa1\xf0\x5b\x49\x98\x4e\x83\xf3\x42\xcc\x78\xb6\x8e\x2c\xde\x51\xaa\xd7\x2e\x1b\xc3\x08\x05\xb6\x5a\x64\x72\xb1\xb0\x29\xbb\xc0\xbe\x60\xa4\xe3\x4f\x30\x88\xac\xa9\x78\x9c\x31\x2d\x40\x9e\xf4\x21\x13\x10\x62\x09\x15\x4f\x8a\x8a\xfd\x7f\xec\xbd\xed\x72\x1b\x39\x92\x28\xfa\x2a\x50\xff\xb0\xc8\x1e\x8a\xb2\x7b\x76\xcf\x39\x23\xb7\x5a\x23\x4b\xf6\xb4\x62\x6c\xcb\x21\xc9\xed\x3d\xdb\x76\x58\x20\x0b\x24\x6b\x54\x2c\x54\x17\x8a\x92\xd8\xb6\x23\xee\xcf\xfb\xfb\xc4\x7d\xc2\xf3\x24\x37\x90\x99\xf8\x2c\x14\x49\x49\xee\x9e\x99\xdd\xe9\xd8\xd8\xb1\x58\xf8\x48\x00\x89\x44\x7e\xa7\x1a\x8b\x92\xd7\xb9\xd4\x52\x9e\xa8\xfd\x7c\xc2\x95\xa8\x27\xb2\x9e\x73\xa8\xea\xa3\x18\x6e\x06\x37\x0a\xa1\x0d\x75\x31\x6b\x2c\x13\x81\x55\xc2\x7a\xaa\x6c\xb6\xcf\xe4\xa6\x42\xe7\x7d\x67\x2f\x95\xb1\x2c\xbb\x9c\x54\xf4\xa9\xc5\x3e\x2a\xa4\x74\xb8\x13\xda\x6e\xac\x85\xd9\xdc\x10\xbd\xd1\x1d\xb8\x8f\x35\x3c\xd0\x7b\xac\x37\x42\xdf\xdd\xb4\x46\x49\xd1\xc0\xaa\xe6\x99\xd9\xfe\x91\x4d\x6b\x76\x2f\xd6\x39\x5b\x6d\x60\x5c\xf3\xbd\x4a\x42\xf1\xb0\x1d\xd4\xf3\x15\x24\xa9\x8d\x84\xa8\x84\x08\xd5\x62\x71\xcd\xef\xf0\xf8\x87\xad\x32\xa1\xc6\x75\x3e\x72\xcd\x3e\x04\x76\xb2\xa2\xb9\x10\xb7\x4d\x92\xed\x4f\x48\x14\x5e\x4f\xcb\xea\xe3\x64\x66\x20\xc3\x92\xaf\x65\xeb\x3d\x11\xc2\xfe\xb6\x96\xd1\x5f\xc9\xe6\x27\x5a\x59\x11\x85\x34\x5e\x73\x79\x0d\x5a\x75\xc8\x52\x5c\x33\xda\x1b\xd0\x7c\xd9\x63\x72\xda\x75\x57\x03\xa8\x87\x64\xb7\x99\x89\x25\x24\x39\xcc\xcb\x6b\x5e\xe4\x59\xdf\x68\xd5\x4c\xad\x24\x5f\x4e\xd5\xbb\x13\x89\xa7\x2d\x98\xf7\x3a\xf7\xa9\xf3\x0c\xc3\x2e\xfe\x17\xd3\x87\x38\x40\x6f\x83\xad\xcb\xce\xfb\x4e\x13\x67\x28\xff\x1c\x40\x95\x63\x16\x8b\x17\xab\x84\x8b\x28\x28\xc8\x18\xd9\xb2\xfc\x3a\xc5\xfc\xb6\x78\xde\xcd\xad\x54\x2d\x07\x2a\xdf\x06\xe5\xd2\x91\x20\x59\xb7\x5c\xa6\x3d\x8d\x2f\x2d\xce\x13\x52\xa1\x18\x74\x3e\xb0\x98\xbc\xc7\xb6\xb7\xbf\xd8\x04\x27\x2e\xbd\x49\xdf\xb9\x3e\x05\x74\xe8\x38\xaf\xc5\x18\xeb\x91\xfe\x98\x83\x06\x2b\xae\xe8\x53\x55\x82\xd7\x8c\x8f\x34\x12\x42\x5c\x34\x90\x51\x53\x12\x62\x80\x39\xc7\x21\x05\xa9\x98\x34\x4c\x64\x53\x61\xeb\x01\x8e\x79\x51\xc8\x05\x96\x2a\xa0\x6e\xbc\xc8\xa7\x65\x54\x1f\xb3\x91\xd5\x4b\x31\x69\x9e\x67\x53\xb1\xc7\x1e\xeb\xb7\xaf\x5d\xd4\x69\x73\x30\x30\xaa\xf5\x1e\x30\x98\x10\xdf\x27\x1a\x82\x44\x25\xa8\x8d\x21\xa8\xc1\x09\xfb\x9e\x3b\x71\xa6\x3b\xe3\x56\x7c\xa7\x01\x69\xd7\x8d\x5a\x0b\x88\x19\xd9\x41\x14\xb6\xc0\x22\x11\x90\x05\xde\x87\x0d\xd5\xdf\x8d\xbc\xe1\xb5\x29\xda\xe8\xf6\xd3\x2c\x04\x6d\x67\x11\xcc\x87\x8b\x46\x22\xc8\x7f\xd4\x20\xb7\xab\x15\x12\xc8\x23\x51\x50\xfd\xe3\xaf\x8f\x44\x58\x4e\xd2\xe1\xd1\xbf\x69\x48\xda\xf5\xfb\x36\x87\xe4\x7e\x78\x84\x60\x18\x54\xfa\x77\x0d\xc4\xbf\x3f\x00\x88\xfb\xa3\x12\x02\xe2\x61\xd3\xff\xd0\xb0\xfc\x8f\xbb\xc3\xf2\xfb\x62\x13\x82\xed\x10\xea\x7f\x6a\xa8\xff\x67\x17\xd4\xf4\x90\x01\xd2\xd0\x90\x9d\x5b\xd9\xc8\xea\x5e\x1b\xa9\x07\xbf\x90\x15\x82\xf3\xbf\x34\x38\xff\xeb\x6b\x80\x73\x3f\xf4\xd2\x43\x1b\xe4\xfa\x93\x86\xe5\x4f\x5f\x03\x16\x2a\x5e\x7b\xdf\xdd\x79\x06\xdd\x71\x83\x9e\x00\xfd\x7e\xd2\x49\xc0\x09\xac\xda\x54\x4d\xfc\x4d\x8e\x0c\x46\xb7\x67\xf6\x04\x09\x7a\x27\x45\xbf\x13\x48\xf7\x3b\x36\x18\xdb\xbe\x2f\x40\xd7\x9f\x74\x12\xf6\x3b\xc1\xf3\x80\xa3\x83\x09\x82\xb3\x03\xea\xfd\xe4\x8f\x71\x1e\x06\x90\xdf\xda\x8c\x02\xe9\x48\xa3\x0f\x3f\x5f\x89\xa5\x9c\x74\x7c\xfc\x10\x45\x62\x8c\x21\xed\x36\x39\x9d\xd4\xbe\x00\x4a\xae\x15\x09\x29\xf2\x0c\xb4\x08\x29\x9b\x7f\xf4\x89\x3c\x1c\x9c\xe1\x3c\xfc\x0c\x82\x96\x12\x35\x32\x3c\xdf\x5f\x50\x06\x5a\xb9\x80\x43\x8a\x1a\x9b\xcf\xfd\x3d\xd6\xcb\xcb\x72\x55\x0b\x2d\x9e\x75\x7c\x6b\x27\xee\x82\xf5\x13\x24\x59\xba\x13\xf0\xa4\xab\xa1\xc2\x9c\x5a\x0f\x00\xcc\x97\x27\x61\x2a\x7b\x24\xfb\xd1\x19\xf5\x36\x99\x25\xb0\x46\x43\xfb\x15\xe3\x51\x65\x3f\x1c\x6e\xa3\x71\x1d\xbb\x0e\x63\x1b\x47\xef\x0b\x32\xba\xfb\x0d\x6d\x53\x68\xe9\xb5\x1f\xb0\x60\x5e\x2f\x39\xb4\x51\x28\x3a\x8b\xa5\x99\x0d\x76\x26\x9c\x2d\x1a\xe6\xe0\x6e\xf0\xc3\x80\xde\xb0\xd1\x68\xec\x20\xdc\xbc\x70\xab\xfa\x6c\x0f\x3f\x5b\x15\x28\x2a\x92\xa3\xcc\xcf\xc1\x71\x86\x4e\x21\xf3\xae\x43\xf9\xbe\xe3\xaa\xfc\xd0\x5b\x85\xb0\xa1\x5b\x34\xb5\x51\xac\xb9\x91\x6c\xdb\xd4\x20\xa3\xa6\x6a\x5b\x53\xb9\xaa\x96\xd9\x62\x2c\x18\x47\xad\x39\x8b\x1a\x21\x4f\x41\xe9\x39\xa8\x42\x9b\xc0\xf5\xd8\x36\x03\x70\x1d\xb1\xbe\x61\x7a\x3b\x5c\x7f\xae\xd8\x36\x6d\x19\x0d\xb3\x4d\x05\xe1\x83\x76\x30\x74\x0e\xd5\xa9\x4a\x18\x4e\x60\x3d\x1c\x9b\x94\x2a\x1e\xc4\x16\x36\xfd\x96\xfd\x19\x1d\x31\x3a\x2a\x25\x8d\x71\x0f\x1e\x72\xaf\x19\x5b\x7d\xdf\x28\x9d\xde\xaa\x6b\x6d\x4b\xd7\x10\x16\xc1\x9c\xfd\x9e\xc5\x9d\xbb\x6a\xcc\xe3\x97\x20\x54\x1b\x8e\xe5\x7c\x2e\xcb\xdd\xa8\x51\x32\x22\x65\xbc\x50\xff\x29\xcb\xb6\x27\xd4\x70\xb8\x6b\x3f\xae\xd2\x95\x47\x7d\x3a\x9c\xb7\x8e\xf0\x35\x34\x4a\x5e\xfa\x93\xcc\x33\x5e\x25\xdb\x70\x30\x6a\x96\x18\x0f\xaa\xd7\x0e\xee\x9a\xfd\xea\xd9\xa2\x69\xda\x5a\x7c\xe8\x84\x9f\x92\x2f\x1d\xe5\x50\x1c\xb0\x93\x67\x5c\x59\x3d\xf5\x99\x18\x37\xbc\x9c\x42\x9d\x9f\xf0\xe0\x0d\x58\xe6\xef\xd3\x1a\x07\xb8\x43\x52\xaf\x77\x79\x33\x3b\x13\xaa\x92\xa5\xca\xaf\xc5\x2b\x99\x89\x96\xfb\xde\x70\xb8\x1b\xb6\x48\xed\xba\xde\xdf\xdb\x66\xc1\x8b\x57\xa2\x5c\xf8\x39\x82\x4e\xf4\x0f\x27\x8d\x98\xa7\xf2\x93\xed\x86\xfd\x5c\xb8\x48\x0a\xd4\x9f\xa8\xbe\xfa\x71\x7e\x9d\x67\xa2\x4e\xe7\x3b\xa3\x8f\xbb\x51\xe3\x0e\xe7\x3c\x50\xfb\x87\x30\x68\x50\x9d\x33\x46\xf4\x11\xb7\x5f\x37\x49\x7d\xd5\xbf\x7b\x16\x86\x8e\x16\xe1\x11\xea\x66\x5d\xdb\xa1\x5b\x77\x7a\x15\xfe\x55\x2c\x9b\xbc\x4a\xe1\x32\x7e\x69\x77\xb9\x40\xde\xf0\xae\x75\x9c\xde\xc8\x6a\x51\x9d\x09\xd5\xc8\x5a\xc0\x3d\x7d\xc3\x6b\x3e\x8f\x27\x85\x56\x81\x0b\xe3\xfd\x29\x47\x57\xbd\xd4\x70\x77\x52\xf5\xc8\xdb\xfb\x77\x61\xcf\xf9\xb5\xac\xe7\xbc\xa0\x12\xe2\x8c\x11\x62\x50\x15\x70\xc6\x7e\x04\xf7\x60\xaa\xdc\xcd\xd8\x39\x02\xb5\xbe\x80\xf6\x4a\xa0\x3c\x6e\x34\x6c\x07\xaa\xcb\xaf\x3b\xa4\xb5\xbb\x1b\xcf\x46\x47\x44\xbe\x8f\x9a\xfe\x40\x0a\x51\x9b\xbb\xb5\x5b\xff\x4f\x2d\xef\xed\x08\xd4\x49\x60\x22\xbd\xe3\x69\x85\x38\xe0\x55\x56\x94\xe4\xff\x80\x2e\xa1\xd1\xfe\xd9\x6d\xc0\x12\xea\xe0\xb5\xef\xd5\x6f\xae\xc5\x04\x5c\xc1\xc9\x83\x82\x0a\xf9\x20\x4b\x41\xce\x94\x73\xd1\xcc\x64\xa6\x40\x6c\x72\xc5\x3d\xad\x50\x65\xec\x32\xbe\x08\x65\x7f\x3c\x13\x13\xe4\xfd\x4c\xd6\xdb\x78\x83\x5b\xe5\x83\xf5\x03\x43\x4c\x90\xc6\x3b\x6b\x91\x12\x99\xe7\xee\xce\xa9\x72\x7f\xc1\x97\xa2\x86\x0a\x85\xb2\x32\x00\x5d\xf3\x3a\xe7\x65\xc3\xea\x45\x61\xaa\xf4\x50\x31\x6c\x78\x64\x0e\xf6\x3a\xde\x82\x18\xb4\xc0\x04\x9a\xf8\xa4\xda\xb0\x5f\x98\xf2\xee\x58\xd4\x72\xb4\x64\xb3\x7c\x3a\x13\xf5\x8e\xac\x33\xdf\x0f\xb8\x55\xfc\xfd\xa0\xbb\xfa\x7b\x96\xe5\x74\xe0\x47\xe7\xe7\xe4\x9b\xab\x4f\x1c\x63\x32\x50\x24\x8e\x1e\x07\xff\x20\xd6\x57\x86\xbf\x70\x62\xb4\x55\x56\x45\x38\x44\x45\x71\x9a\x1a\x66\x34\x39\xa6\x58\xde\x28\x51\x4c\x6c\xe1\x5b\x53\x93\xfc\xc4\x56\xd0\xa4\xca\xa1\xbc\xf4\xb4\x66\xec\x97\x85\xa8\x97\x4c\x89\x42\x8c\x1b\x88\x61\x00\xcb\x77\x2d\x94\x2c\xae\xe1\x74\x25\xe3\x0c\x0c\x32\xb6\x17\x0d\xac\xd1\x94\xbd\x92\x0b\x25\xa0\x7e\xcc\x90\x9d\x4c\x82\x1f\x34\xb3\x3a\xcd\xaf\x45\x39\xf0\xf8\x54\x56\x49\x4d\x52\x09\x39\x04\xb4\xb3\x25\x58\x6d\x36\x7b\x3a\x0b\xd8\x06\x2d\xc4\xc0\x3f\x5a\x5b\xf5\x23\xa9\x02\xe7\xde\xa6\x8c\x84\xdd\x10\x53\x72\x3b\xaa\xca\x1e\x11\xee\x61\xa8\xca\xf3\xa6\xcf\xc2\x86\x07\x7b\x71\xd7\xbb\x03\xc4\xf2\x12\x92\xf9\x15\x50\x72\x4d\xd9\x23\x9a\x60\x9e\x3d\x97\xf9\x9f\xb3\x79\x0e\xbe\x8e\x72\xc2\x2e\x23\x40\x2e\x3b\x37\x2c\x6a\xf8\x42\xd6\x67\x17\x2f\x37\x80\x5b\xe3\xdc\x94\x57\x6c\x24\x9a\x1b\x21\xca\x14\xce\x71\xaa\xbe\x89\x67\x92\xdc\xd8\xc7\x1e\x24\x53\x5e\x9d\x57\x7c\x2c\x6c\x69\xf1\xe4\x9c\x98\x1d\x86\x70\x61\x24\xf8\x55\xba\x8e\xfe\x93\xff\xe1\x6b\x5e\x05\xbf\x7a\x17\xd4\x3e\x5f\x59\x39\x7f\x8c\xcb\xc0\x23\x81\x7d\x23\xf1\x8d\xea\xfc\x2a\x3e\xb7\x89\x9c\x55\x42\x87\x95\x04\x08\xfc\xdd\x3d\x98\x16\x4a\x20\x8a\x1a\xc0\x36\xa9\xe9\xdf\x86\x8c\xca\xa4\xcd\xf3\x32\x9f\x2f\xe6\x04\x95\xf8\x65\xc1\x0b\x43\x59\x82\x0d\x7b\x08\xa0\x87\xea\x55\x5e\xae\x83\xf6\x02\x14\x77\x8b\x32\x43\x8a\x40\xdc\x3c\xeb\xc9\x3a\xac\x23\xcc\x4c\x89\x5f\xee\x5a\xf5\xc9\x03\xc2\x5b\xa9\x5e\x07\x2c\x56\x93\x23\x8e\x4a\xc4\x3c\xd2\xaa\x2f\xca\x4c\xe1\x0b\x65\x66\xfb\xcc\x7a\xbd\x88\x10\x0c\x68\xe9\x98\x57\xf2\xc0\x24\x9e\x34\x9a\x23\xd7\xd3\xa5\x46\x5f\x75\x12\xa5\x45\x3f\x4d\xb1\xae\x31\x71\x20\x50\x33\xd8\x3e\x48\xcf\xae\x8f\x47\x5f\xd1\x91\xd0\xf7\xfa\x26\x80\x3a\x57\xcf\x04\xbf\xa2\x84\x83\xeb\x0f\x7f\xe0\x48\x84\xb9\xc7\x1e\x81\x80\xea\xca\xd7\xa2\xf6\x4e\xd8\xa3\x12\x18\x68\x61\x21\x0a\xbb\x6a\xce\xc6\x20\x4a\xd8\x73\x35\x52\xc0\x7c\x17\x66\x8b\x37\x41\x5d\x33\xa9\xc6\x8b\x42\x4e\xf3\x31\x82\x53\x61\xe5\xf8\x46\x32\xc8\x80\x8a\xca\xde\x9a\xc3\xa3\x03\xd5\x09\x1b\xc9\xca\x45\x36\x15\x54\x61\xdb\x1c\x94\xee\x00\x4b\x6a\x66\x79\x49\x48\x30\xb0\x8c\xcf\x42\xb1\x39\x87\xea\x7f\x36\x47\xba\x31\xe9\x80\xba\x58\x81\x9b\x96\x18\x37\xc5\x92\xf4\xcd\xb0\x94\x6d\x85\x9f\xa1\xa1\x08\x29\x3b\x7c\xc0\x15\x6b\x9a\xbf\x62\xd5\xc8\xb3\x35\x62\x8e\x39\x52\xd1\x23\x2a\x38\x7c\xfd\x6d\x2f\x25\x2f\xfd\xfc\xa1\x35\xda\x5b\x85\x05\xc6\x2f\x23\x8f\x84\x4b\x1b\xfe\x07\x68\x61\x96\x97\x97\x50\xdf\xde\xd3\x95\x07\x26\x0d\xdd\x9d\xd8\xdd\x93\xac\x9b\xa1\x78\x37\x13\x78\x02\x92\x4d\xb4\x18\x64\x2a\x48\x23\x06\x6a\xf4\x87\x42\xfd\xf6\x25\x89\xb0\x45\x1f\xba\xcf\xb5\x61\x42\x2b\x3d\xd0\x69\xf9\x4a\x77\x5c\xb1\x7b\x5d\x53\xb7\x08\x82\xf3\x05\xe1\x8a\xc9\x0a\xb4\x76\x06\x95\x27\x79\xad\x88\x4a\xea\xcd\xee\x13\x98\x86\x21\x03\x67\x52\x4c\x6b\xcb\x95\xbe\x19\x58\xac\x92\x12\xf7\xa3\x42\x0c\x27\x1f\x89\x19\xbf\xce\xe5\xa2\xc6\x55\x9b\x3e\x2a\x87\x92\x83\xac\x11\xe3\x59\x29\x35\x3a\x47\x7c\xaa\xbf\x62\x9b\xb0\x65\xc5\xaa\x6d\x05\xee\x9b\x59\xfa\x2d\x6d\x6a\xcd\xb0\xeb\x9b\x5e\x48\x85\x94\xe6\x32\xcb\xd5\x3c\x57\xea\xb0\x28\x2e\x41\xc9\x67\x69\x13\x2f\x0a\x1a\x57\x2d\x46\x7a\x17\x94\xbd\xfb\xd4\x27\xe4\x01\x64\x79\x8c\x3f\x1f\xec\xb1\x9e\xb8\x3e\xd8\x63\xc8\x8c\x7d\x36\x55\xaf\x1d\x7f\x66\x7e\xfa\xab\x58\x8e\x24\xaf\x33\xf8\x75\xc0\x1c\x28\x6e\x91\xb6\xce\x6d\x7b\xb5\x45\x3e\xbe\x62\x33\x5e\x66\x85\xa8\x89\xe8\x83\x4c\x73\x2d\xaf\x34\xc3\x33\x61\x97\xb2\x84\x46\xb0\x30\x4d\x44\x49\x79\xa9\x71\x3e\x2f\x33\x2d\xcf\x6a\x4c\x70\x48\x41\x23\xdb\x23\x37\x88\x79\x06\xcf\x0c\x30\xa5\x7a\x7b\x60\x1b\x08\x58\xef\xf2\x5c\x8b\x12\x66\x15\xd7\xc3\xaa\x06\x06\xf3\x18\xd1\xa0\xd7\xbf\x84\x3a\x1b\xfa\x2e\xc5\x7b\x86\x8a\x9e\x7c\x7c\xa5\x77\x0d\x25\x40\xd8\xbb\x78\xcf\x82\x8c\x09\xe9\x0d\x0c\x9a\x90\x18\xaa\x57\x71\x90\xa4\x12\xd0\x00\x76\xd7\xe4\x3f\xfe\x9c\xde\x67\x7b\x97\xb4\xc4\x88\x5b\xa3\x1f\x5c\x42\x0a\xcd\x13\xf0\x12\xe3\x1b\xe7\x91\xd0\x91\xab\xf3\xc5\x48\xcf\xb7\x8a\xba\x1f\x5b\x12\x14\xc2\xb8\xad\x20\x6d\x93\xa5\x49\xbd\x36\x51\x32\x37\xd2\x94\x28\x20\xc6\x14\x06\x44\x4a\x27\x6f\x4a\x75\x09\x2c\x24\x42\x08\xa6\xf8\x85\x82\x12\xc2\xde\xf3\x80\xec\xab\xe7\xba\xa8\x47\xa8\x6a\x39\xad\xf9\x7c\xce\x9b\x7c\xcc\xaa\x45\x0d\xda\xfa\x60\x79\x2b\x68\xdf\xa1\x0d\x44\x40\x72\xf9\xf0\x45\xe2\xfb\xd1\x8a\x8c\xee\x7c\x2e\xa9\x02\x2e\x31\x9d\xb2\x64\x9c\x95\xe2\x06\x25\x65\x8f\xc7\x48\x7f\xdf\xe8\xf9\xce\xe4\x6b\xd9\xbc\xd4\xed\xef\xf8\x7a\x3b\xae\x06\xcb\xa8\x62\xfd\x08\x2d\xa2\x68\xfe\xac\x69\xc4\xbc\x6a\xcc\xdb\x9c\xa0\x62\xc1\x73\xed\x09\x9b\x30\xaa\x6a\xa0\xb0\xb0\x1b\x04\x9e\x5c\x4d\x9e\x1b\xc9\x6e\x66\xbc\x11\x9a\xc7\xc1\xbe\x58\xd9\x58\x0b\x8a\x1b\x2e\x38\x92\x72\xf2\x5b\x91\x6d\x42\x8e\xf5\xd9\x5b\x92\x0c\x97\x66\xc6\xf5\xab\x20\x4a\x26\x2b\x51\xc6\x24\x41\x2f\xf2\x14\x7e\xd7\x34\x61\x1c\x2c\xbe\x7d\x97\x9d\x51\x2f\x4d\x25\xbb\x81\x80\x0a\xce\x9a\xa8\xc1\x6b\x90\xb1\x5e\x2d\xe6\x12\x44\x6f\xeb\x2b\x79\x7c\xfa\xaa\xdf\x06\xee\xd8\x90\xff\xaf\x00\x9f\xa7\xd7\x40\x0d\x0f\xf9\xf0\xda\xfb\xd2\xe6\x3f\xc6\x9e\xc1\x02\xe6\xf3\xfe\x6e\x8b\x12\xe0\x8a\xda\x48\x7a\xb6\x34\x17\xa5\x59\xa1\xc6\x95\x30\x99\xd8\x1d\x19\x78\x3e\x63\xc0\x5e\x05\x3a\x01\x3d\x50\xf7\xb5\x7b\x05\xca\x31\x5f\x61\x05\x77\xb8\xe0\x4a\x61\x5e\xc3\xc6\xf7\x9e\x8e\xf8\x10\x0f\xfd\x50\x1b\x28\x32\x50\xd2\x5d\xa2\xaa\xca\x06\x10\xe8\x41\x0a\x8d\xc0\x7c\x2a\xbc\xb4\x86\x8a\x1d\xbe\x39\xf1\x61\xbd\xa7\xf2\x71\x2a\x9a\xd0\x18\xa1\xcf\x97\x62\x5f\x8d\x59\xa7\xad\x48\x42\xe9\xa7\xcb\x9e\xe1\x36\x8a\x1d\xe1\xf9\xc6\x56\x4c\xd0\x3a\x9a\xe7\x64\x68\x11\x0d\xb5\xfe\xee\x01\x89\x4d\x78\x29\x34\x6b\x6b\xe2\xdc\xb1\x50\x12\x12\x23\x02\x20\xd5\xa3\xda\xf0\xb9\x02\xc5\x90\x7d\xf7\x55\x88\xf3\x38\xb3\x9e\xe5\x65\xae\x9a\xf5\xb0\xe8\x56\x6b\xe1\xb9\xa9\x79\xe5\xcf\xc8\xfe\x92\x5f\x0b\x64\x27\xf8\x28\x2f\xf2\x66\x69\x5b\x71\xba\x1a\x46\x32\x91\xb2\x68\xf2\x0a\xf2\xad\xf0\xf1\xcc\x0d\xc2\x46\x60\x29\x4b\x01\xdf\x7e\xff\xd7\x2f\x43\xb7\x6a\xaf\xe0\x58\x14\x7c\xa9\x1f\x2a\x36\xcf\x8b\x22\x57\x62\x2c\xcb\x4c\x81\xcf\xf4\x0d\xd7\x5c\x30\xe6\x1e\x10\xb7\x15\x47\xf9\x7d\xd7\xb0\x4a\x98\x8a\xc0\xf2\x0d\xc0\xfe\x2b\xf1\x1c\xfd\xdd\x6a\xfc\xeb\xa5\xe0\xd7\x01\xd7\x8f\xe7\xff\xa3\x3e\x3d\x98\xb9\x5b\xf9\x42\xe8\xe5\x22\x21\x4c\x5a\x95\x20\x45\x8b\xc7\xf7\xb5\x8e\x3b\x22\xff\xed\xdd\x08\x64\xd7\xf8\xe3\xa1\x3a\xa0\xaa\xad\x9f\xe3\x1c\x09\x70\x1d\x52\xdb\x8b\x58\x12\xf6\x4a\x04\x3a\x74\x75\x6c\xed\x01\x5a\xb7\x34\x11\x82\x84\x11\xf2\xa6\x34\xc2\x8c\x35\x18\x9b\xb5\xbe\x3e\xbd\x78\xbe\x17\x08\x2b\xb6\x89\xd5\xda\x05\xfa\x3e\xb6\x28\x0b\xa1\x34\xeb\x67\xdf\x41\x1a\x2a\x57\x61\xe9\x38\xcc\x10\x14\x58\xaf\x7b\x86\x3b\x46\x3e\x2c\xfa\xaa\xdf\x61\xa3\x30\x49\x1e\xc5\xfb\xf7\x9f\xdc\xac\x7b\x09\x48\x87\xd7\x64\xbe\x64\xef\xdf\x7f\xf1\x8e\x29\x9c\x48\xe3\x7c\x68\x56\xbf\x27\x16\xd9\x15\xb2\x5f\x65\x29\x80\x48\x02\x23\xd7\x8f\x31\xe9\x27\x00\xdf\xce\x99\x82\x4c\xe3\x4d\x07\xc2\x84\xb0\xfe\xb0\x0a\x45\xa2\xa6\xdd\x3a\x20\x5b\xce\xa5\xcd\x58\x69\x06\x8c\x61\x1c\x00\x83\x30\xc4\xa1\x53\x1f\x20\xfb\x3f\x29\xf8\x34\x64\x9d\xfd\xe4\x47\xd1\x70\x9a\x30\xd0\xdb\x5e\x2c\xad\x75\x00\xf5\x5c\x40\xe0\xac\xaa\x45\xb2\x7c\xae\x9f\xcd\xae\x10\x38\xe0\x5b\x80\xb6\x8c\xa5\x7e\x4b\x8d\xaa\xcc\xa0\xb2\x6c\xc4\x9e\x96\x53\xca\xd6\x8a\x94\x59\x4f\xde\x28\xbc\xb3\x65\xa8\x54\xc3\x09\x45\x36\xb4\x1c\x24\x96\xfc\x87\x9f\x69\x7c\xa9\x61\x48\xed\x57\x0c\x09\x1c\x2c\x4e\x78\x2f\x75\xdc\xa2\xca\xe0\xed\x87\xcb\x02\x8b\xbe\xc4\xd1\xf6\x75\x87\xcb\x21\xac\xd4\x58\x67\x72\x92\xc7\xc7\xb2\x54\x0b\x0a\xf1\xf8\x16\xec\x27\x8b\x7a\x8c\x0c\x07\x8e\xe7\x0d\xa7\x05\x35\xa0\x82\x86\xf5\x03\x9d\xa2\xa1\x11\x0b\xa5\x45\x83\x0b\x90\xf3\xc0\xb9\x72\x24\x20\xcf\xd5\x64\x51\xb0\x7c\x42\x13\x2c\xe5\xa2\xa6\x81\xf1\xe2\xaa\x39\xd7\x1c\x77\x99\xe9\x4f\xec\x86\x97\x8d\x5b\x98\x53\x5d\xb1\x5f\x16\xf9\xf8\xaa\x58\x06\xcb\x02\xc1\x5c\x09\x64\xf6\x35\xb3\xdd\x56\x7f\xbc\x85\x99\xf4\xd9\xfe\x78\xa7\x7d\x8d\x35\x3d\xfe\x99\x9b\x6d\x5e\x94\x4d\x5e\xd0\x3d\x26\xb7\x55\x0b\xf9\x75\xce\x99\x91\x6a\x79\x69\x5f\x88\x0b\xbb\xed\x84\x26\x90\xf5\x32\x2f\xbd\xe4\x3c\xa4\xed\x21\x6e\xfb\xb2\xad\xb7\x62\xfb\xb8\xd8\xcb\xc0\x82\xa2\x1f\x37\x5c\x2c\xb5\x85\x37\x6f\x8d\x78\x21\x32\xc7\xd3\x3b\x92\x95\x2b\xb6\x28\x41\xb7\x86\xe9\xb4\xca\x8c\x16\x59\x0a\x01\x3e\xe7\x88\xf8\xe0\xa0\x90\x0d\xb1\x5a\x64\xae\x74\x37\x63\xb2\x34\x37\x13\xbb\x85\xf7\x05\xbb\x31\xbe\x68\x24\xc8\xc6\xfa\x76\x0f\xcc\xf9\x6f\xeb\x96\x82\xd4\xc9\x1a\x2f\x2e\x21\x09\x99\x1a\x1a\x67\x31\x53\x76\x10\x46\xee\xf5\x2f\x63\x66\xc5\x79\x4d\x68\xe6\x13\x3b\xef\x75\xfa\x54\xf8\x72\xc5\x57\xf7\x0f\x70\xbe\x27\xf8\x4a\x59\x37\x81\x76\x33\xca\x34\x55\x66\xe2\xd6\xe3\x4f\x88\xc8\x6b\x06\xdc\xa8\x4b\x5b\x2d\x1a\xd9\xf0\x02\x94\x40\xfa\xbc\x82\x4f\x33\xae\x8e\x66\x62\x7c\x35\xe7\xf5\x95\xf2\xf1\x00\x3e\x9d\xe8\x7b\xdf\xca\x66\xf5\x35\xd7\x6f\xd9\x58\x5a\xdd\x6a\x85\xf3\xd7\x5c\x0a\x33\x3c\x49\x78\x0c\xa2\xde\x63\x3d\x0d\x46\x12\x0a\xef\xa8\x00\x2d\x8c\xaf\x06\x1f\x37\xaf\x65\x86\x19\x4d\x92\xfa\x93\x55\x1a\x6d\xcc\x11\xe2\xff\xf2\x9b\xa0\xd9\x03\x9d\x3b\x9c\x97\x95\xe7\xe6\xd1\xa2\x58\x53\x61\x35\xa0\x86\x33\x4c\xb8\x4f\xbd\xbf\x87\xf7\x86\x9b\xbf\xcd\x78\xbc\x2d\xf3\x5f\x16\x82\xe5\x40\x12\xf2\x4c\x94\x4d\x3e\x59\x5a\x11\xdb\x9b\xed\x4a\x2c\xbb\x7d\x13\xc4\x6d\xe3\x4b\xea\x81\x76\x16\xac\xff\xaa\xe1\x65\xc6\xeb\x8c\xcd\x96\x95\xa6\x88\xbd\x9d\x3e\x10\x34\x5c\x6f\x8e\xae\x00\xa5\x9d\xd7\x3e\xb9\xe6\xfd\x67\x1c\x39\x5b\x74\x7e\xf3\x47\xce\xb8\x9a\x41\x19\x3b\x63\x3a\xe4\x8a\xe9\xb5\x63\xf4\x33\x2f\x99\x98\x43\x93\xde\xff\xfd\x7f\xfe\xbf\xfe\x80\x4d\xf2\xe9\xa2\x16\xe6\x97\xff\xd3\x1f\x80\x6c\x93\x97\x0b\xc5\xd4\x72\x3e\x92\x05\xeb\xfd\xdf\xff\xf7\xff\xf4\x8d\x48\x1f\xa8\x18\xc4\x6d\xd3\xad\x61\x38\x07\x49\x8b\xd7\x4b\x0a\x70\xad\xac\xf4\x1c\xec\x8a\xf7\xe6\xfa\x8f\xa9\xe9\x7c\x91\x98\x23\x27\xb7\xaf\x83\xbd\x0e\x7f\xb0\x0e\x39\x03\x24\xf7\xd2\xe6\xb0\x34\x2f\xbd\x6f\x0e\xcc\x23\x94\xca\x8d\x6f\xea\x81\x9f\x08\xae\x8b\x0b\x4f\xa9\x0a\xc2\xc5\x9a\x6c\x97\x20\x86\x58\xbf\x57\x38\xad\x91\x60\x55\x2d\x94\x7e\x10\x65\xc9\x78\xc3\x0a\xc1\xb5\x9c\x5f\x12\x06\xe8\xc1\x8c\x78\x7c\x42\x4b\x18\x89\xa4\x92\xde\x35\xda\x4c\x6a\x5e\x29\x9d\x99\x45\xc0\x9c\x56\x5f\x0d\x2f\xf8\x4c\x5c\xd7\xa1\xfc\x4e\xd2\xf2\xc9\x66\xdb\xe6\x54\xf5\xc1\x1e\x29\x46\x6a\xa0\xb4\x5f\x4a\x5b\xcd\x89\x8d\xd7\xb0\x5a\xf1\x1c\x9c\xa9\xaa\xd0\x4c\x3a\x28\x21\x06\xc8\x53\x54\xb5\xac\xcc\x80\x8a\x55\x8b\x5a\x50\x06\xd9\xaa\xce\xe7\x1a\x97\x39\x9e\xac\x71\xc5\xf0\x15\x18\x6b\xc0\xa4\x11\x8e\xd7\x43\xeb\xab\xd5\x5e\xcb\x06\x36\x3d\x64\x34\xeb\xe6\x68\xb1\xe2\xea\x99\x7d\x95\x35\xb0\x41\x9e\x25\x44\xaf\x9d\x9c\x9c\xc6\xfa\x81\xdb\x70\x8b\xc7\xbc\x84\xf7\x70\x03\x13\x66\x7a\xce\x5c\x31\x2a\xdc\x5c\x2c\xcd\xcc\x1b\x1a\xdd\xb1\xf1\x43\x66\xa6\x93\x7e\x76\x87\xc3\x82\x0e\x2b\xe6\x3c\x2c\x4d\xce\x09\xc8\xbb\x44\x7a\x89\x6b\x51\xc8\x4a\xd4\xec\x26\x57\x33\x94\x68\xb8\x52\x72\x9c\x6b\xa1\xc6\x46\x78\xc5\xef\x01\xe2\x30\x6f\xf8\xc1\x1e\xe3\xe5\xf2\x4e\x1a\x71\x5a\x20\xd9\x10\xd1\x40\x9a\x34\xe7\xe5\xc6\x9a\xa7\x79\x7f\x6b\x67\x74\xbe\x03\x82\x8d\xc1\x3c\xe9\x2c\x1d\x85\x54\xc2\xce\x14\x9a\x92\x4f\xb5\x28\xa1\xa1\x89\xe5\x4b\xcd\x71\x0d\xc8\xc9\xe5\x21\xd6\x47\x9a\xc7\xd9\x20\x59\xcf\xd6\x58\x45\x07\x42\x3d\x3b\x5e\x3e\x06\x70\xcc\xe7\xbc\xcc\x9e\xf1\x5a\x13\xa0\x1d\xa7\x28\x8b\x8c\x01\xff\xd8\x86\xcb\xd7\x58\xae\x95\x92\xa4\xe6\x8a\xbd\x3d\x7b\xd9\x71\xe0\x70\x58\x21\xd5\x9f\xd5\xc0\xf4\x74\x31\x24\xe8\x02\x45\x05\x63\x3d\xb3\xfe\xa5\xee\x77\x99\x74\x26\xec\x18\xea\x65\x5e\x5e\x31\x2c\xd2\x29\x4b\x9b\xb3\xb5\x6b\x48\x40\x49\x1c\x12\xb0\xf0\xf2\xe3\xa8\xe0\xe5\xd5\xe5\x80\x5d\xd6\x02\x4d\xf8\x74\x11\x51\x08\x03\x17\xca\x85\x40\xc3\x04\x7a\x3d\xc2\x62\xff\xc6\xc7\x57\x71\xbc\xe3\x2a\xb3\xa2\x97\x06\xc7\xf7\x3a\x75\xfa\x5c\xb3\xc9\xde\x4d\xb4\x1c\x68\xc2\x84\x07\x5e\x3b\x68\x28\x31\xfa\x47\x00\x14\xdf\x47\xb3\xc2\x81\xbe\x5b\x64\x6e\xd2\x7f\x58\x8b\xb2\xbd\x6a\x97\x79\xa6\x3f\xb4\xa5\x6c\xfd\x6b\xec\xbf\x38\xf0\x93\xd5\xa0\xcc\x7a\x69\x1c\x06\xf5\xdf\x5a\xac\x9f\xa0\x2b\x01\x0d\x4f\xb4\xdd\x65\x30\x8f\x1e\x67\x6b\x7a\xe8\x30\x7c\x3d\xd0\x4e\xe4\x69\xab\xd1\x17\x88\xec\xc3\x7c\x33\xb3\x11\xbc\xbe\x72\xc2\x2e\xbb\x78\x94\xcb\x4d\x2d\x4a\x53\xd1\x84\x21\x29\xee\xd6\x87\x06\x22\xfc\xcd\xb0\x10\x96\xe0\xd3\xef\x68\x15\x68\xff\x4e\x8f\x52\xfc\x73\xae\x0e\xcb\xf1\x4c\xd6\xfa\x8a\xc4\xdf\xae\x4a\x79\x53\x62\x82\xa0\xa8\x93\x0f\xa7\xcb\x2a\x6e\x00\x0b\x43\x61\xe2\xef\xe9\x8a\x3a\xf4\x91\xce\xbb\xf3\x7b\x27\x47\xe2\x48\xd6\x3d\x2d\x73\x89\x98\xa0\x16\x66\x59\x99\xb1\xeb\xb0\xad\x09\x0c\x5d\x80\x8c\x3f\xbd\x55\x58\x29\x74\x8f\xe0\x78\x87\xad\x97\xfd\x75\xce\x2d\x46\xc5\x0e\x68\x06\xf5\x6d\x45\x9e\x8d\x79\xe1\xbb\xdd\x03\x13\x9c\x64\x83\x50\xe4\x24\xe2\x37\xd3\x37\xe3\xd8\x27\x2d\x14\xc3\xc8\x2e\xa7\xa2\x39\x77\x0c\x4c\x67\x94\xd4\x25\x08\x1e\xc6\x30\x01\x0f\x7d\x2a\xfa\x0a\xc0\x1d\x36\x76\x73\x22\x4e\x68\xc3\xc9\xde\x7f\x0d\xeb\xed\x26\x13\xb5\x6c\xba\x68\xbf\xed\x6c\xbf\xe9\x4b\x40\xb2\x9a\x7d\x03\x50\xa0\x56\x64\x9e\xf1\x95\x11\x40\x95\x34\x4f\xb9\xd0\x1b\x59\x2c\x99\xb8\x1d\x17\x0b\x95\x5f\x13\x53\x77\xe9\xd3\xd5\x00\xe5\x68\xb4\x0e\x82\x4b\x11\x48\xf7\x0b\x9d\x48\x72\x91\x1b\x44\x4d\x78\x83\x53\xa5\xb5\xce\x91\xd7\x51\xeb\x3b\x1a\xf9\xa1\x9b\x33\x1d\x9d\x9f\xbb\x83\xe9\x92\xa7\x79\x97\x57\x12\xf9\x1f\x05\x61\x01\xce\x62\xee\xdb\xf7\x50\xbb\xee\xf9\x91\x5e\xba\x24\x5b\xd6\x1e\x01\x75\x8d\xad\xaa\x45\x5f\x90\x3b\x3a\x31\xa1\xd7\x46\x8f\x2c\xdd\x7d\xd0\x8c\x78\xee\x1b\xc0\x1c\xcd\x34\x7c\x90\xf2\xeb\x1a\x63\x4b\xe2\xd3\xdb\xd8\x63\x63\x1c\x68\x1b\x42\x79\xc7\x6c\xc9\x0b\x59\xb3\x2b\x62\x5a\xed\x3e\xa2\x15\xcb\xb8\x92\xec\xe8\x53\x2b\x9c\x46\x09\xa9\xa8\x75\x4d\xe3\x4e\x1b\x1c\xb9\xce\xf7\x8a\xfc\x0a\x34\x49\x1c\x5e\x3b\x8c\x6f\x41\xb2\xd6\xd7\x7f\x80\x7b\x3e\x6c\x3b\xe6\xa4\x55\x3b\x76\xa4\x4b\x13\x89\xb5\x34\x76\x14\x2d\x23\x84\xfc\x97\xa9\x42\xa2\xc1\xd9\x61\x27\xa4\x23\x42\x30\x87\xec\x9d\x3e\xb3\x66\x59\xa1\x22\x1f\x98\x1d\xcc\x4e\x91\xe4\x1a\x2c\x91\xeb\x81\xb9\xcd\xb7\xfe\x8d\x51\x68\x60\x23\x5e\xc3\x5c\x03\xab\x63\xd3\x03\x19\x81\xc2\xb1\x1e\xc3\x7e\x08\x1f\x89\x34\xc0\x1f\xee\x30\x9b\xbf\x02\x15\x4b\x81\xb0\x33\x64\x47\xc8\x96\x2d\xc8\x5b\x97\xca\xce\x80\x61\xcc\x38\x4b\x40\x4b\x9a\x01\xc5\x74\x10\xc8\x8c\xeb\xaa\x3f\x5a\xef\x9d\xb1\xbf\xd9\x1c\xcd\xf9\x64\xe5\xda\x0c\xec\x81\x7e\xe8\xc0\x6a\xa7\x79\xb9\x1c\xf8\xeb\x31\x0e\xb1\xfe\xef\x69\x2f\xd7\x0e\xcd\xf5\x6a\xcc\xd5\x8f\xb8\x96\xd3\xbc\x02\x9e\x0e\x78\x39\x49\x63\x74\xb8\xf9\xe8\x74\xb5\x43\x2a\x2a\xb3\xaf\xe0\x45\x90\x97\x8e\xba\xdb\xfc\x04\xd1\xd1\xf9\x79\x17\xf4\x30\xc7\x41\x42\x00\xd7\x2d\x48\x59\x60\x19\xff\x10\xf6\xc4\xce\x52\x30\xba\xe3\x39\x4d\x29\x89\x55\x91\xc8\x2c\x02\x6b\x85\xd1\xc0\x8f\x2d\x26\x46\x6d\xdd\x19\x1c\x7a\x69\x18\x40\x6f\x28\x6e\xc5\x78\xd1\xa0\x89\x1b\x5c\x59\x40\xc9\x4e\xe6\xd4\x5c\xb9\xef\xe4\x20\xc3\x3d\xbd\x01\x85\xa3\x51\x36\x4e\x9a\xc1\xc3\x6f\x50\xea\xd7\x8b\xca\xa4\xa7\xd4\x73\x20\x3a\x43\x47\xa5\xdf\xda\x1b\x51\x14\x98\xbd\xc1\xfb\x62\xc8\x0f\x7a\x45\xa2\xaf\xb4\xaf\xa3\x40\xb4\x56\x04\x25\x35\x06\xcb\xa6\x99\x3d\x2f\x19\xe5\xac\xb5\x05\x49\xb0\x34\xd0\xb8\xb1\x85\x79\xe9\xaf\x5a\xb0\x79\x7e\xdb\xf2\x66\xd4\x7b\x71\x2c\x6f\xca\x83\x55\xc6\x9b\x01\xc2\xbb\x46\x7d\xd0\xed\x46\x68\x99\x5f\xfb\x68\x05\xba\x62\x24\xa6\xe0\x6d\xeb\xdc\x06\x0c\x9f\xc6\x2e\x75\x1b\x0d\x1a\x24\x30\xb5\x7f\x81\x50\x32\x92\xb7\x97\xbe\x8c\x2c\x57\x3d\x29\x6d\x9a\xe8\x48\x91\xef\x52\xa2\x2f\x41\xcb\x38\xe1\x35\x40\xeb\x3b\x2f\x94\xc4\x87\x83\x1c\xd4\x68\x16\x7a\x3c\xd4\x90\xbd\x13\x64\x6f\x97\xec\x4a\x88\x8a\x35\x35\x1f\x5f\xb9\x80\xdc\x1a\xbc\x9a\xc1\x2a\xc9\xe4\xa2\xb6\x5e\x9f\xa8\x56\x20\x87\x8c\xc9\xc4\x8d\x8c\x09\xb1\xa0\x16\x89\x19\x04\x17\xa0\x01\x00\x0f\x09\xdd\xbb\xf2\xfd\x05\x10\x3d\xc7\x35\xfa\x2f\xe3\xbc\x8b\xb2\x31\xdb\x9f\xd7\xd8\xd7\x67\xaa\x60\xc8\x53\xba\xda\x2f\x73\xd5\xbc\x84\x29\xbb\x3d\xbb\x30\x3e\x9f\x86\xcc\x55\xcb\xb6\xdf\x36\x24\x99\x40\x7f\xcd\x24\x7a\x71\xff\x2b\x35\xc3\x9a\x17\xf3\x39\xcf\xa1\x95\xb8\x63\x3b\x0d\x7c\x48\x2b\xa7\x12\xb1\x37\x87\xe5\x92\x71\xc7\x25\x56\x01\xfb\xac\xe9\x04\xdc\xa8\x80\x07\xd1\xc7\x93\x76\x46\xfc\xd9\x3c\xf7\x7e\x15\xad\x0f\x69\x45\xe7\xb1\x68\x78\x5e\x88\x2c\xb0\x17\xc5\x46\xb4\xcd\xea\x7f\xf9\xac\xdb\xb1\x1b\x6d\x85\x17\xfa\xb1\x8d\xb4\x2d\x0c\x6a\x70\x9b\x9f\x54\xf9\x1b\x92\xb5\xc0\xbc\x16\x2c\x2f\xc1\xf9\xc7\x5a\x7d\x42\x90\x92\x10\x8d\x44\xf6\x6c\xd9\x0d\x51\x68\x04\x60\x85\x2c\xa7\xa2\xc6\x40\x56\x76\x58\x14\x49\xa4\x42\x07\x97\x52\xde\x78\xac\x1b\x9c\x96\xd1\x6f\x04\x58\x51\xf2\xb1\x86\x7d\x55\x5c\xe3\x2a\x33\x66\x4b\x2e\xd0\xe0\x5c\xa6\xf0\xaf\x5c\x29\x91\xbc\x28\xf8\xd4\x84\xc3\x94\x59\x3e\x06\x47\x1d\xbd\xfb\x03\xa7\xfc\x8c\xf4\x9e\x48\x7f\xb6\x29\x7e\xcd\xd9\xa3\xda\x0f\xc9\xc8\x3c\x1f\x5e\x4d\x3f\x60\x0f\x26\x85\xa6\x35\x40\x40\xf8\xa2\x1c\x9b\x60\x38\xe7\x4a\x0e\x71\x0e\xbe\x6c\x0e\x4f\x0e\xd7\xd4\x1c\x04\xc5\xbc\x59\xe0\x71\xdb\xa4\xbc\x0e\xa0\x20\x68\x7b\xce\x97\xa0\x77\xd5\x84\x48\xe3\xce\x78\x26\xb2\xc0\x63\x9d\xc6\x6f\x39\xbb\xdb\xa8\x25\xfd\xa8\xd5\x98\x61\xc1\x56\xd0\x82\xb5\xfa\x9b\x8c\x31\x85\xfa\x5e\x9b\xc0\x55\x78\x8f\x12\xe1\x8a\x5f\xdd\x23\xc0\xa4\xd2\x88\x2a\x6e\x69\x61\xd4\xcb\x3b\xc1\xcb\xe5\x0f\xb1\xdf\xc0\x85\xf1\x5c\x27\xb2\x5c\x2c\xb4\xf8\xe6\x62\x4a\x42\x71\xfc\xee\x71\x84\x7a\x7c\x69\x9e\x5a\x1a\x0c\xe5\xac\x6e\xc1\x8b\x7d\x4e\x0d\x9e\x32\x29\x7a\x12\xcc\xc0\x07\xd7\x9a\x3c\xc0\xbc\x6c\xad\xf4\x09\x2f\xfe\xc4\xfa\x1a\x59\x91\x4e\x63\xb5\x3d\xf3\x9e\x93\x53\x7e\xc1\xee\xf9\xb1\x41\x0a\x84\xaf\x80\x37\x41\x12\x1d\xcf\x43\x29\xc8\xa6\x14\xe1\x08\xfd\x8a\x6e\xf7\x9e\xdb\x00\x31\x25\x4e\x0c\x2d\xf2\xf2\x2a\xc6\x14\x9b\x35\xa3\xed\x9e\xe0\x86\xb5\xfe\x77\x61\x28\x29\x32\x61\xbb\x7a\x58\x9f\x08\xc6\x5e\x27\xfa\xbb\x63\xf8\xd7\xcf\x76\xb7\x45\x70\xab\x50\xee\x1e\xdc\x48\x2f\x94\x59\xbf\xa0\x0a\x9b\xc8\x53\x82\xde\x19\x3e\xa9\xd8\xb1\xe1\x48\x37\x5d\x3f\xac\x1b\x6b\x6c\x7c\xa2\xda\xe3\xd9\x4f\xc6\xeb\x60\xa3\x5d\x37\xc6\x18\x80\x1c\x74\xa4\x49\xbd\x16\xb1\x39\x1b\x0f\xed\xb0\x1e\x76\x19\x06\xee\xce\x35\x92\x59\x5c\xb7\x23\x7f\x7d\x12\xe9\xf2\x92\x01\x7a\x07\x1a\x4d\x93\x12\xbd\x53\x7b\xb7\xcb\x4e\x4a\x25\xea\xa6\x95\xdf\x04\x4e\x06\x65\x61\x48\xf8\xfb\x5b\x41\x9e\xbe\x94\x6d\xe1\x25\x66\x4a\xd2\xa4\x76\xf5\x11\x06\x83\x61\xb0\xb3\x29\x2a\x59\xa3\xf0\x58\x24\x62\x21\x6c\x90\x03\xf4\xe8\x9c\x01\xca\xbd\xa8\x10\x09\x83\x88\x46\x8d\x2b\x45\x11\xed\x55\x30\x89\x6e\xbe\x29\x7e\xcf\x30\xe7\x54\x17\x16\x7a\xa3\x62\xcb\x4d\xc7\x05\x01\x2b\xe2\x50\x69\x57\x4e\xe2\x4d\xd1\x6d\xbb\xc7\x5d\x8c\xac\x53\x3e\xed\x4b\x74\xf1\xec\x67\x04\xa1\xad\xc5\x6e\x35\xf9\x4d\xee\x4f\x6b\x16\x8b\x91\x2d\x4a\x6e\x12\x56\xeb\xed\x99\x49\xd5\x24\x63\x07\x90\x2b\x50\xc3\x30\x46\x6f\x45\x8e\xa5\x8e\x34\x83\x03\x2d\xca\x78\xe6\x22\x1f\x9a\x30\xda\xc9\x4c\x65\x0e\x69\xd3\x7c\x4e\x51\xd2\x39\x33\xdf\xdd\xb2\x3c\x26\x52\x10\xbe\x91\x7e\xca\x36\x97\x2c\x6e\xe1\x27\x13\xf4\x6a\xb7\x98\x80\x0d\x4f\xee\x47\xd3\x44\xe0\xc2\x19\x1f\xb7\xed\xd6\x7d\xd2\x6e\xe4\x98\xc8\x88\x46\x91\x4b\x77\x90\xe2\xa0\xe1\xa3\x11\xc8\x36\x28\x16\x20\xd7\xfc\xab\x17\x2b\x44\x6a\xbe\x89\xac\xc7\xe2\xa4\x6c\xe4\x0b\xdd\x8d\x94\x32\x6c\xc7\x39\xde\x7b\xee\xe2\x23\x81\xcd\x33\xd4\x1f\xba\xc9\x6c\x06\x28\xcd\xcd\xd3\xf8\xf9\x84\xba\xea\xa7\xbb\xd0\x42\xde\x32\x88\x23\x4a\x01\x33\x5a\x56\x5c\x29\x0c\x0a\x20\x50\x54\x37\x2c\x26\x85\x8a\x00\x67\x40\x8a\x09\xb1\x8a\x14\x33\xb2\x49\x27\x73\x51\x2f\x84\x03\x6a\x6c\x34\xf8\xc4\x22\x6a\xe6\x02\x24\x3d\xb7\x16\xca\xd7\x82\x66\x93\x4a\xd4\x24\xc9\x70\xc5\x1a\x7e\x15\x3a\x0d\xa0\xe3\x7b\x72\x2b\x3d\x83\x71\x72\x79\x9e\xbe\xb8\x9b\x95\x6d\x1f\x72\xc1\x37\x3a\xe3\xdf\x6d\xf1\x2f\xb9\x6a\x7a\x1b\xaf\x80\x1b\xdb\xd3\x18\xeb\xc8\xd9\x97\x85\xc2\xc0\xed\x3a\x50\xa0\x1c\x7b\x96\x81\x5c\x73\x6f\xe5\xdf\x8c\x9e\x56\x77\xa0\x29\x50\x9a\x3d\x13\x63\x91\x5f\x63\x3c\x01\x68\xd3\x21\x79\x2f\x86\x62\x08\x13\x33\xe1\x8a\x74\x19\x33\x4d\x3e\x07\xa7\x22\x4c\xcf\x2f\x8b\xc2\xc5\xb5\x1b\x59\x12\x35\x6f\x34\x57\x21\xd1\x46\x6b\x32\x59\x95\x38\x70\x6c\xfe\x80\xc5\xb9\x3b\x05\x8a\xdc\x55\xeb\xb5\xb9\x4d\x52\x97\xf4\xd0\x26\xa0\x69\xdd\x08\x97\x9b\xc6\xdc\x0d\x7d\xb2\x7c\x3c\x96\x75\x46\x69\xd7\x7c\xb5\x8d\x89\x08\xf9\xfd\xd1\xc4\x14\x7e\xf4\x37\xe6\x60\x8f\x79\xfa\xe0\x41\xb4\xd8\x8d\xee\xc7\x0b\x09\xd1\x51\x33\x59\xe7\xbf\xea\xb7\xbe\xf0\x76\x24\x0f\xb2\xc4\x68\x0e\xc3\x86\x15\xf2\xba\x96\x37\xb4\x3f\x0b\xcd\xf3\x18\xa4\xc4\xb4\x72\x94\xc2\xcb\x66\x90\x30\x41\x72\xef\x8d\x62\x55\x6f\x88\x29\xee\x60\x43\xe1\xec\xed\xf4\xa0\x99\x4b\xdf\x60\x6e\xcc\x33\x30\xc9\x0e\x74\x28\xc5\x8d\x97\xa9\x02\xbe\x84\x36\xf2\x06\x10\xda\xee\x4a\x0f\x9a\xec\xe1\xfb\x44\x45\x10\x63\x96\x22\xf5\x18\x61\xa5\xa1\x07\x3e\x41\x61\xe4\x4c\x67\xfd\x2c\xeb\x1f\x78\xd7\x38\x08\x07\xf8\x3f\x5a\x7e\x4b\x0b\x59\xdb\xf7\x65\xdd\xaa\x80\x81\x3e\x3e\x7d\x15\x9b\xe5\x7d\x0d\xe1\x85\xd0\x8c\x08\xaf\x97\x4c\xc9\x62\x41\x8a\x33\xcd\xd5\xbb\xc0\x86\xaa\xe0\xfa\xfd\x05\x9f\x0a\xbd\x7c\xc2\xee\x9f\xfe\x17\xab\x45\x21\x78\x18\x6d\x47\x53\xe1\x3a\x6c\x9a\xd3\xe0\x70\x56\xe6\x6e\x00\xce\xa5\xa4\x92\xf4\xc6\xa5\x87\x50\xdc\x17\x08\x06\x10\x65\x4a\x1d\xad\x8b\x84\xda\xf1\x30\x50\x0f\x75\x47\x2f\x8c\x63\x30\xdb\x9a\x6a\xf9\x70\x57\x15\xea\x25\x35\x0b\xd7\xc8\xb4\x6b\x4e\x22\x8c\x78\x94\x7b\x3e\x83\x81\x4c\x4b\xbf\x1e\xa4\xa2\x8f\x3b\x4f\xb8\x58\x92\xfb\x90\x22\x77\xbe\xbc\xc9\x79\xe1\x1e\xe3\x44\xc2\xad\x56\xa0\x36\x85\xb7\xd4\x14\xb7\xe9\x12\xb0\x43\x48\x2c\xa4\x6c\x12\x80\x12\xe4\x70\x43\xf9\x34\x21\xc9\x11\x85\xdb\xb8\xfc\xef\xe9\xf9\x83\xa9\xac\x5d\xb3\x3d\xd9\xc2\xd8\xcd\x03\x11\x0f\xe6\x05\x3a\x25\x1a\x34\x08\x51\x46\xf5\x0d\xa6\xa4\xd8\x47\x38\x94\x0b\x6a\xe2\x68\xbd\x55\x20\xf6\x7a\x28\x25\x7a\xe8\x08\xb6\x40\xff\xef\x55\x87\x60\x10\x72\xc3\xfd\x09\x9f\xae\x4e\x05\x7d\x1a\xee\xa4\xca\x9e\x9a\x1e\xc2\xc0\xf1\x02\x53\x96\x1b\x51\xcf\x01\x6d\x72\x08\x41\x22\xcd\x51\x0b\x6f\x9c\x77\x09\xbc\x84\xf8\x70\xe2\xdb\xe2\x2e\x14\x44\x82\xb6\x8c\x9e\x2d\x0f\xfd\xbb\xe4\x57\x43\x7d\xe9\x20\x44\xd8\x20\x4e\xd4\x82\xaa\xa9\xa9\x75\x9c\x29\xd1\x25\xdb\x4f\x2d\x10\x99\x52\x90\x8b\x73\xde\xe9\x93\x89\x18\x37\xb6\x91\xe7\x6b\x04\x79\xa7\x96\xc8\x23\x85\xda\xa7\xb5\xf1\x20\x86\xcb\x02\x21\xae\x85\xce\x00\xd8\x42\x89\xa1\xd3\x03\x2a\xf6\xfe\x9b\x2c\xbf\x7e\xff\x4d\x27\x2a\x70\x95\x3c\xf6\x55\xae\x7c\x7f\x86\x44\xe5\x60\xf1\xda\xc1\x46\xbb\xa5\xdc\x11\xb7\x55\x91\x8f\xf3\x66\x87\x97\x4b\x8f\x2e\x53\x78\x96\x5e\xf1\xee\xb7\xec\xe2\xf4\xf8\xd4\x3b\xfb\x4b\x2c\x29\xe3\xb9\x2c\xe8\x7b\x71\x39\x40\x7b\xb0\x2d\x4d\x35\x6b\x9a\x4a\xed\xed\xee\x4e\xf3\x66\xb6\x18\x0d\xc7\x72\xbe\xfb\x2a\x1f\xd7\x52\xc9\x49\xb3\xab\x27\x38\x07\x60\x76\x73\xa5\x16\x42\xed\xfe\xf1\xf1\xe3\x7f\x7f\xcc\xbe\xdd\x4d\xb8\x3e\x44\xa6\x6c\x15\xa6\xdf\xe2\x09\x1a\x41\x8f\x68\x82\xcf\x08\x94\xb3\x2e\x15\xc2\x73\xb7\xee\x4e\xec\x43\x77\xb3\xe5\xb8\xb0\x56\x9c\x91\x98\xe6\x65\x69\xdd\x5e\x4c\x3a\x4a\xe5\x42\xf8\xc1\x66\x4d\x68\x28\x8c\x88\x44\xe3\x62\xe0\x1a\x79\xf6\xcf\x72\x8d\xbc\xa8\xe4\x17\x65\x86\xde\xe2\x86\x39\x2e\xc9\x07\xad\x0c\x42\x0c\x20\xe0\xec\x3a\x97\x9a\xcb\x6e\x42\x78\xc2\xb4\x68\x47\x79\x3d\x5e\x14\xbc\x7e\x6d\xaf\xc3\xea\xbb\x66\xc3\xb2\xc9\xfe\x6d\xf3\xfc\xd1\x1d\xf2\x7d\x4f\xae\xc4\xb2\xaa\x05\x7a\x38\x49\x96\x19\x4a\xa2\x09\x89\x59\xbf\x91\xba\x4b\x53\x83\xcc\xad\xc3\x0a\xeb\x58\x02\x04\x05\xab\x54\xfa\x3b\xae\xae\x3c\xa1\xde\xb5\x66\x8d\x34\x32\x96\x68\x22\x01\xa5\xe5\xf8\x08\x78\x03\x09\x60\x4e\xf4\x00\x1a\x31\x92\xd7\x28\x57\xf6\xfb\x5f\xc5\x52\x35\xb5\xbc\x12\x98\x65\x70\x6f\x6d\x3c\x89\x1f\x29\xb2\x22\x16\x28\xa8\xa9\x72\xcf\x7d\xed\xdc\x51\x8f\xd7\xc4\x9d\xea\x95\x42\x35\x22\xeb\xdf\x6f\x83\x5b\x5b\xeb\x11\xf0\x70\x37\xbf\xca\x26\x81\x3c\xae\x41\x89\x92\x87\x3a\x62\x9c\x3a\x61\x64\x8e\x8a\x25\x48\x4b\x91\xcf\x28\xe5\x1e\x75\xc4\x9c\xce\xfc\x7d\x68\xd7\x7f\x49\x6d\x57\x99\xf5\x43\xe0\xbc\xc2\xa9\xf7\x82\xce\xeb\xbf\x1e\xbc\x8d\xdc\x0e\xda\xd1\x66\xfa\x0c\xe5\x84\xe5\xf3\xb9\xc8\x20\x92\xcd\x96\xc7\x37\xfa\x28\x06\x24\x8b\x98\x90\xd1\x52\xff\x09\x31\x41\xf4\xba\xd3\xc8\xb2\x86\xc4\xf2\x1c\x32\xb6\x99\x41\xc1\xf5\x4f\xcb\xa6\xd0\xb7\x3d\x32\x0d\x11\xba\x68\x05\x5c\x09\x96\xa7\x87\xd4\x6e\x22\x2d\x74\x7b\x61\x5e\x40\xcf\xef\xe2\xa7\x15\x9e\xc1\x35\xd9\x5a\x6c\xa6\xfc\x38\x59\x91\xbd\x89\xe0\x58\xe6\xa8\x93\xff\xb6\x38\x5f\x7f\x3b\x32\x6f\xd8\xf5\x93\xe1\x93\xef\x86\x4f\x62\x43\x83\xf1\x0a\xda\xa4\x92\x73\xf7\x59\xa2\xa4\x08\x47\x6a\x08\x01\x70\xe7\x46\x1b\x42\x0f\x62\x5e\x66\x42\x64\x9e\xde\x51\x83\x0e\xf9\x06\x5b\xac\x25\x8a\xf9\xe2\x21\xea\x9f\xb4\x62\xc6\xbd\xcd\xc6\xc0\x1d\xc3\x60\x34\x33\x5a\x06\x85\x9c\xb6\xca\x47\xb7\x35\xc4\xdb\x57\xa1\x25\x49\xb7\x2c\x9f\x81\xbf\xa3\x4d\xe9\xd1\xad\xce\xd9\x8c\x52\xff\xf7\xdb\x7b\x8f\xba\xfb\xdb\x7d\x9f\xcd\x64\x87\x45\xa1\x45\x63\xab\x5d\xad\x78\x7d\xa5\x77\x07\x2e\xd4\x8d\x55\x4e\x62\x10\x2c\x12\x46\x7b\x19\x35\x45\xb4\x4e\xf2\xf9\x5c\x0c\x6d\x52\xeb\x42\xde\x40\xab\x33\x29\x57\x06\xf9\xe2\xe4\x0d\x1f\xe9\xd7\x94\xfc\x66\xd1\x29\x15\xaf\x3e\x1f\xb1\x66\x56\xcb\xc5\x74\xe6\x9c\x1e\x6d\xe0\x5b\x64\x0e\x30\x01\x80\xbc\x64\x8b\x72\x22\xeb\x66\x51\x6a\x62\x0a\x72\xb4\x40\xa9\x21\x27\x7f\x63\xfd\x36\x87\x59\x6c\x40\x32\xa1\x19\xe5\xc2\xb2\xa7\x6e\x74\x3b\x78\x46\xde\xf7\x92\xcd\xf2\x86\x09\x35\xe6\x95\xd0\xa4\x57\xc9\xb9\xa0\x04\x41\x57\x62\xd9\x79\x4b\x70\x75\x17\x7c\xf4\x57\xb1\x8c\xef\x87\xff\x9c\xe8\x9d\xc1\x56\xff\x9d\xf7\x0f\x2d\xb7\xde\x96\xf9\xda\x96\x48\xcc\x6e\x3b\x73\x9a\x54\xb3\x7a\x52\x57\x1f\x2d\xce\xb0\x6b\x6d\xda\x7d\x56\xe3\x6d\xa2\xeb\x30\xf0\x96\x40\x45\x65\xca\xcc\x94\x2e\x41\x02\x42\x13\xa5\xe5\x7e\xd6\xcb\x41\x2e\x81\x90\x0d\x22\x38\x91\x7d\x2d\x90\x86\x72\xd5\xd6\xf5\xbc\x55\x18\x11\xc5\xc1\xd9\x1a\x88\x1c\x72\x8a\xde\xd6\x2a\xcf\x8f\xaf\xf5\x71\x5b\x79\x66\x7e\x08\xd5\x6f\x05\x9d\xb4\xa9\x0a\x80\x01\x3c\x23\x2d\xe5\xdd\x4c\x94\x44\x6a\x32\x43\x6b\xd6\x25\xf8\xd5\x9b\x75\x71\xf8\x0c\x30\x93\xd2\x6d\x1b\xd4\x1c\x79\x3a\xe3\x81\xe6\x4f\x34\x7b\x43\xe9\x0b\x22\x5d\x0b\x66\xea\x2f\x0a\x8c\xd8\xf3\x83\x6f\xc4\x2d\x9f\x57\x85\xa0\xc5\xd7\x98\xa8\x16\x7d\x9b\x69\xba\x4c\xa8\xbc\xb6\x3a\x87\x80\x04\xf3\xe2\x86\x2f\x15\x4e\x6d\x08\x71\x97\x52\x25\x45\x75\x95\x08\x55\x37\x7a\x83\x2e\xf8\xe8\x45\x2d\xe7\xc4\x66\x77\x6d\x8f\xa7\xca\xb9\xf1\xb2\x73\x44\x1c\xce\x0d\x2f\xae\xc0\xb1\x1a\x3d\x18\x59\x53\x2f\xc9\xd6\x80\xa9\x08\xc8\x15\xd3\x08\x7e\x90\xcf\xbe\x75\xb0\xfa\x57\xa3\xe1\x00\x3b\x83\xde\x06\x88\x6d\xd6\x87\x92\xc9\x9b\x52\x79\xc1\x32\x41\x0c\x13\x1a\xfb\xf9\x94\x2e\x7c\x26\xcb\xed\x86\x4d\x17\xbc\xe6\x65\x23\x48\x99\x6e\xc2\x44\xd3\xba\xd4\x64\xb6\xfe\x33\x9e\x2b\x01\x21\x0e\xab\x30\xe8\x4c\x14\x46\x16\xbf\x6c\xf5\xb3\x01\x47\x86\xf8\x45\x7e\xa9\x35\xcf\x15\x3e\x98\xb8\xb1\xef\xbf\x81\xb5\xbf\xff\xc6\x23\x91\xfa\xd0\x35\xa6\x54\xfa\xed\x82\x8c\x19\x60\xa3\x5f\x31\xd9\x49\x39\x13\x75\x4e\x92\x05\x2e\x50\x4e\x52\x1d\xd0\x9e\xd5\xc0\x14\x46\x75\x53\x2c\x13\x28\xe4\xfa\x9c\x96\x00\xe1\xef\xb7\x21\x80\x02\xff\xd0\x1b\x62\x2a\xf6\x74\x3e\x7c\x4e\xe5\x31\xb7\xb1\x4f\x81\x08\xce\x4b\x96\x97\x95\x7e\x89\x6a\x08\x16\xe4\xb5\xe0\xb1\x96\x14\x32\x70\xd8\x72\x10\x60\x24\xd0\x7b\x62\x62\x99\x6c\x9c\x9c\x1e\x27\x34\xc4\x76\x0f\x6d\xcb\x0e\x34\xd2\x1b\x7f\x68\x87\x8c\x19\x43\x1c\xa9\x05\x98\x07\x59\x4d\x2c\x21\xbc\x8d\x37\x79\x2a\x27\xe2\x89\x1e\xe4\xa5\x54\x26\x53\xe0\xa1\x5e\x0a\xbe\x96\x3d\x1f\x7a\x64\x08\x4f\xfc\xf5\x7c\x86\x9f\x2e\xc4\x6d\x73\x58\x0b\xbe\x09\xe3\x9d\x22\x60\xd2\x68\x59\x51\xe9\xc5\xa7\x58\x24\xa5\xc2\xea\xae\xb2\x66\x6f\xf8\x54\xb0\xb7\x15\x50\x20\xf8\xf7\xb1\xbc\x29\x9d\x1a\xd8\xda\xd4\x37\xcc\xf4\x03\x13\x9c\xe3\xf8\x1b\xe4\xfb\x49\x83\x0c\x1e\x95\x28\x37\xf0\x86\xef\x94\x72\xc7\x59\x5d\x77\x20\xcf\xb2\xf7\xc9\xd8\x7d\xf1\x83\xd5\x04\x18\x5c\xc1\x20\x00\x4f\xfc\x98\xc9\x1b\x3d\xc7\x5c\x5e\xd3\x41\x6e\xb4\x30\x00\xe9\x85\xac\x5f\xcb\x77\x35\xaf\x36\xa9\x67\x12\x3c\x1d\xf6\x71\x2b\x4c\x84\x82\x89\x07\x43\x1b\x5c\xc5\x41\x03\x55\x81\xff\x47\xca\xb4\x94\x08\x45\x96\x15\xa6\x57\xa4\xde\xb9\x2c\xd3\xf6\x0c\xf9\x5a\x36\x87\x96\xf1\x47\xd7\x78\x69\x7a\xad\xba\xcb\xbf\xcd\x52\x28\x22\xba\x0d\xfd\x26\xf9\xf9\x1b\x28\x95\x90\x4f\x96\xe8\x01\x22\x6b\x7a\x06\x11\x0e\x9b\xab\xdf\x13\x24\xa3\x84\xbe\xed\x8d\x94\xe5\x2a\x91\x18\xbe\xbd\xd6\x53\xe6\x63\x03\x65\x6f\x83\x1c\xfe\x63\x2f\xe5\xe7\xfb\x6f\x10\xcf\xbe\x21\xba\xdf\xd4\xf9\x74\x8a\x71\xc7\x65\xe2\xa4\x49\xc8\xbd\x46\xa2\x06\xea\x8f\x6d\xe5\x4a\x38\xbb\x53\x4c\x40\x8a\x5a\x44\x2f\x3c\xef\xce\x6a\x1f\xeb\x83\xe2\x4e\x9c\xb2\xd1\x84\xf5\x72\x6c\xee\x54\x39\x61\x46\x5b\x69\x10\x01\xc3\xa4\x66\xbc\x9c\x5a\x01\xd9\xd6\x8d\x6b\x79\x72\xad\xc9\x1c\xe6\xe7\x47\x82\xdc\xb2\xc8\xa9\x6e\x92\x5c\x36\x80\xdb\x2d\x07\x1e\x50\x2a\x3b\x41\xac\x1b\xa5\x4a\xf5\xc4\x8a\x40\xb7\xee\x9e\x10\xe1\xcb\x66\xb9\x0a\x85\x8d\xd0\xd4\x3a\x69\xfc\xfa\x91\xc7\x39\xe5\xc7\xbd\xd3\xba\x51\x54\x07\xe0\xda\x57\xe4\x4b\x97\x9f\x69\x97\xd7\x07\x96\x4a\xef\x94\xd2\xd8\xbe\x73\x2c\xd5\xdf\xc8\x8a\x0d\xb6\x3d\x7d\xd9\x45\x66\x82\x9a\x64\x29\xf6\xd8\x63\xc6\x15\xd4\x9b\xf5\x14\x16\xc0\xa1\x43\x3c\xa5\xb5\x4b\x87\x5d\x79\x51\xec\xb1\x27\xba\xe7\x13\xaf\xa7\x37\x9b\x69\x0e\x91\xad\xb2\x0c\x5f\x61\x65\xe3\xb7\xaa\x45\x73\x5a\x16\xcb\x3d\xf6\x9d\x1e\xeb\xbb\xc1\xfb\xf2\xcb\xd3\x6e\xc7\xdb\xae\x0d\x01\xab\xe2\xaa\xfd\xd0\x0d\xe4\xa4\xbb\xc9\xcf\x68\xce\x5b\xd7\xec\xc3\x3d\x60\x83\x9a\xbf\x89\x3c\xef\xf6\x88\x4e\x31\xab\x31\x7a\x4d\xb0\x45\xb5\x0b\x99\x42\xd1\xa1\xc2\xe8\x7b\xac\x4f\xd4\x7e\x70\x52\x61\xd7\x42\x4c\x9a\xdd\x1a\xe3\x58\x83\xde\x9e\xab\xd3\x7e\x70\x5e\x67\xa6\x2b\xa4\x93\x0e\xfa\x04\x5e\x19\x54\x71\x38\x66\x99\x13\x9d\x6d\x02\x30\x30\xec\x19\xc7\x47\x2d\x5f\xc9\x92\x01\x6c\xde\xf2\x80\x15\x24\xdf\x1f\x32\xe2\xed\xe0\x2a\x16\x95\xd7\xc2\xdc\xb4\x33\x5c\x5a\x99\xb1\x97\x62\xd2\x04\x43\xd4\x82\xa9\x1b\x5e\x55\xae\xea\xe6\x5c\x66\x22\x7c\x3d\xe7\xa7\x35\x16\x4f\xa6\x62\xc9\xce\xf5\xf8\x13\x9b\x8a\xe6\x0d\xb8\xe6\x7b\x65\xbf\xed\x6f\xdb\x4f\xdd\x99\x27\xf8\x1c\xca\xd9\xc7\xc9\xb9\xdf\x12\x0e\xe7\xd6\x4e\x0a\xc8\x40\xc1\x89\x5e\x5e\x27\x13\x76\x09\x37\xe5\xa7\xbc\x6e\x16\xbc\xc0\x09\x95\x2d\x0b\x36\x30\x89\x04\x80\x03\x9f\xf3\xa5\xf1\xf3\xb8\x84\xec\xe4\xc6\x12\x06\x23\xc3\x80\x33\xb2\x04\x13\x2c\x39\x66\x61\xbf\xc6\xd1\x2d\x68\xb3\x5c\xd4\xbc\x1e\xcf\x40\x48\xc0\x85\xfd\x19\x3d\xb2\x42\xdc\xb5\x26\x3a\xea\x48\x15\xd1\x54\x0f\x59\xc4\xda\x32\xbc\x8e\xd7\x2d\x17\x45\x31\x40\x46\x2b\x2f\xb2\xce\xaf\x89\x45\x5b\x92\xa8\xef\xab\x5e\xfb\x7b\xcf\xa7\x10\xaf\x4b\xa1\x85\x28\x65\xea\xb2\x65\x26\xab\xb7\xc9\xa9\x3a\x81\xec\xd5\x7a\xa6\x47\x8f\x70\xfe\x3e\xf6\xc3\x6f\x89\x39\xed\xf7\xa0\xf7\xfe\xfe\x7e\xd4\x1d\x33\x63\xf9\x13\x6b\x08\x9f\x9a\x8f\x5f\x98\xd0\xf2\x43\x67\x63\x1f\x4a\xfc\x0f\x6d\xdd\xbd\xf6\x2c\x8c\xa8\xbb\xbe\x3f\x6f\x3a\x77\x98\xed\x3b\x94\xa5\x41\x82\xe1\x71\x39\x6e\x0c\x58\x12\xae\x2e\x9a\x6d\xe5\xba\xf0\x3f\x28\xb2\x17\xfc\xf6\x25\x9c\x0b\x11\x7b\xdf\x83\xd9\x6b\xfd\xc5\x6e\x12\xfe\x83\xf6\xca\x6d\xf7\xd0\x5c\x14\xff\x30\x02\x98\xa2\x76\x6e\xc1\x76\x58\x02\x88\x2e\x87\xd7\x3b\x8e\x32\xf8\x14\xa3\xb2\xb5\x45\x79\x37\x3f\x93\xf3\xdd\xae\x66\x5e\x40\x42\x6b\xac\xd5\x43\x04\x3d\x53\x04\x47\xf7\x09\x88\x8e\xdf\x1a\xcb\x9e\xb6\x5b\xe3\xef\x71\xeb\x63\x39\x5e\xcc\x93\xa3\x9b\x2f\x18\x19\x81\xb8\x76\x72\xfe\xf1\xc5\xe9\xd1\xdb\xf3\xc3\x67\x2f\x9f\x7f\x3c\xbc\xb8\x38\x3b\x79\xf6\xf6\xe2\x39\xdb\x67\xdb\xad\xe4\x37\xba\x9b\xed\xf4\xd3\xc9\xf9\x49\x67\x17\x2a\xd3\xe0\x3a\xc0\x14\xff\x79\xfa\xfa\xf9\xc7\x93\xe3\x44\x17\x98\xe2\x57\x59\x8a\x9d\x3c\x4b\x75\x3a\x7f\xfb\x2c\x3d\x91\x5a\x8c\x5c\xe7\x30\xe0\xe3\x2f\xc6\x52\x8d\x4a\xe1\xa4\x5e\x76\x13\xf2\x37\x15\x0d\x04\x0d\xbc\x30\x03\x00\x01\xd4\x6c\x62\x20\xf6\x3f\xf7\x6a\x66\x93\xae\xb5\xf3\x3b\x45\x0a\x1b\xce\xe2\xa4\xb4\x2c\x82\x0a\x92\xd8\xf5\x93\xd7\xff\x93\x87\xed\x53\xd1\xbc\x16\xb7\x66\x26\xca\xd6\xe2\xc1\x66\xf2\xfd\x05\x00\xd1\x8f\xa0\x46\xde\xfd\x16\x84\xe2\xd7\x32\x13\xdf\xee\xd2\x07\x54\x88\xec\x7e\xab\x16\x15\xb8\x60\x20\x52\x5e\xd4\xfc\x5a\xd4\x8a\x17\x9d\xed\x8e\xf4\xd5\x6c\x37\x5b\xb1\x5a\xcc\xff\x12\x7b\x47\xdb\x93\x03\x5f\xed\x87\x1c\xdc\x4b\xfe\x8f\x7b\x6e\x6f\x88\xed\xf9\xfb\x9c\x1d\x0d\xd0\xe0\x07\x71\x44\x9e\x0b\x5f\xe1\xd0\xd2\x36\x98\x21\xeb\x5d\x68\xc1\x93\xca\x76\x8c\x85\x95\x25\xdd\xf9\x82\xc7\x97\x8d\x9b\x21\xa5\x40\x3c\x10\x30\x7c\x30\x63\x42\x21\x8f\x19\xa9\x0a\x25\xc9\x0a\xc6\x47\x50\x01\x82\x6d\xed\xb3\x9d\x27\x10\x01\x62\x45\x73\x6f\xa3\x49\xeb\x18\xb1\x70\xe0\xf7\xa3\x19\x25\x48\xd5\xc1\x9b\xd9\xd0\xef\x1e\x9e\x0a\x8d\x90\x09\x35\x16\x65\xc6\xd1\xe4\xe4\xcf\x00\xd9\x15\x79\xdd\x50\xd4\x3a\x0c\xcb\x9b\x21\x43\xf7\x4b\xeb\x96\xec\xef\x20\x78\xed\x61\x9e\xce\x01\xcc\xac\xb7\x27\x6f\x4c\x20\x87\x7e\x10\xf3\x92\x12\xb8\xde\xf0\x3a\xd3\x83\x61\x5a\x31\x70\xb2\x01\x57\x62\xe5\x03\x31\x84\x71\x8f\x8c\x03\xa7\x4b\x54\xd6\x7d\xd4\x6c\x07\x11\x45\xb3\x9a\x06\x85\x8c\xee\x68\x2a\xd1\x3f\xc4\xc9\xe4\x6e\xf9\x2a\xdc\x2b\x83\xa5\x6c\x87\x9d\x50\x92\x84\x68\xff\xf2\xd2\xec\x0a\x8a\xe7\xf5\xc2\xf9\x83\x2a\x3f\xcd\xda\xa6\xd4\xda\x48\x6f\xbf\xdf\xa5\x67\x6e\x9d\x69\x6e\xf6\x37\x24\xe5\x76\xe6\xbf\x0f\x05\x77\x03\x85\xbe\x09\x2d\x6a\x43\x87\x42\xbf\xaf\x21\xfc\xff\x22\x21\xbf\x1b\x09\x81\x04\x2d\xf0\x10\xac\xa7\x22\xfa\x6c\xfe\xeb\x13\x11\xcd\x39\xfc\x53\xd2\x90\x07\xb1\x15\xf7\xa5\x23\x0f\xe5\x26\xbe\x16\x01\x39\x44\x85\xb0\xb2\x1e\x63\xab\x04\x00\x97\xbd\x84\x84\x58\xc8\x10\x92\x17\xd9\xb6\x32\x3f\x4c\xac\xf7\xe3\xf3\x15\xbc\x67\x9a\x1e\xac\xba\xb7\x98\xe4\xc3\x41\x34\x6e\xdd\xa7\xaf\x1c\x6e\xdd\xe9\x33\x77\xc3\x15\x3a\xf7\xdb\x70\xd1\xbc\x81\x1f\x4b\x89\x8b\x4d\x5c\x0f\xe8\xf9\xc2\x32\x13\xbd\xce\xab\xb1\x71\x54\xb5\xd3\xf0\x88\xc4\x38\x81\xde\x63\x93\x37\xb2\xfd\x0b\xdd\x20\x8b\x69\x89\x7f\x7b\x4d\x6c\x5e\xd2\x8e\xbf\x53\xcb\xb2\x08\x69\xb4\x51\xc2\x18\x7b\x49\xb1\x01\xbb\x76\xa8\x96\xe5\xd8\x7e\x22\x2d\x86\x09\xdf\x32\xda\x97\x2f\xde\x8d\x36\xda\xa3\x00\xcd\xe9\x02\xa2\x63\x64\x8e\x61\xce\x4e\x8d\x1a\x2b\x19\x83\xf7\xd0\xa6\x5b\x32\x97\x00\x6a\xf7\xa4\x9e\xba\xcd\xa5\xac\x14\xc9\xb9\x2f\xb9\x0c\xb5\x88\x44\x8d\x22\x1a\xd9\x41\x8d\xa2\x56\x31\x31\x8a\x3e\x6f\x4e\x92\xbb\xfc\x2d\x71\x16\xda\xdc\x4d\xe5\x3f\x8d\x19\x5b\xd1\xbb\xf5\xf9\x33\xeb\x6d\x85\xb3\x80\x12\x33\x6c\xb5\xbf\xbf\xef\xef\x6a\xdf\x22\x16\x61\x8a\x9e\xe3\xa9\xa7\x0f\x23\x7d\x69\x30\xc8\x4f\xa8\x97\x61\xfb\x2c\x57\xe1\x4f\xbd\x70\xb6\xbe\x4b\xdd\x03\x85\x73\xb0\x9e\x27\xed\xe4\xd0\x2c\xc4\x5c\x9c\x70\xa3\xd9\xa3\x47\x44\xf5\x3b\x66\x37\xdf\x7b\xab\x98\x86\xcf\x9f\xd9\x56\xcf\x42\x69\x3f\xc4\x70\xea\x76\x61\xab\xf3\xc5\x28\xd5\xb0\x0f\xf1\xff\x76\xd3\x50\xc3\x04\x2b\x7a\xc5\x9b\xf1\x8c\x94\xaa\xc9\xc7\x33\x45\x50\x62\x24\x06\xb6\xc8\xba\xf4\xeb\xc7\x83\xab\x16\xde\x47\x64\x66\xd5\x1f\xeb\x5f\xcc\x18\x31\xdd\x38\x84\x92\xf4\x83\x53\x0e\xeb\x23\x73\x2b\x8e\xd4\xdf\x3d\x4b\x26\x1e\x3d\x72\x3b\x6a\x59\x20\xd7\x6f\x00\x80\xf6\x61\xe7\xb7\x4c\xa7\x40\xb1\x4c\x08\xe9\xba\x3c\xf5\xd4\xc0\x76\xfb\xa2\x03\x38\xcf\x47\x45\x5e\x4e\x37\x38\x8c\xf4\x71\x30\x6f\xac\x61\x15\x76\xa5\xb1\xbb\x8e\x24\xda\xfa\x75\x7f\x6e\x72\x34\x9d\x87\xd3\x3a\x1e\x3c\x20\x77\x0e\xe9\x1d\x59\xbd\xbf\x7e\xcb\xd4\x5e\x6b\x52\xe0\x5a\x1b\xab\x40\xb0\x61\xdc\xc3\x65\xcf\x9a\xb0\xbb\xcb\x0e\xa9\x24\x15\xe6\x44\xc8\x27\xec\x46\xe0\x7b\xa1\x99\x8e\x89\x5c\x94\x19\x84\x49\x56\xb2\x11\x25\x44\xf3\xce\xf5\x88\xe4\xba\x83\x43\x20\xff\x53\x48\x09\xc1\x91\x14\xab\x57\x0b\x65\x1d\x99\xd5\x62\xd4\xd4\x02\x13\x82\x53\x16\x24\xbc\x5d\x08\xeb\xd0\x1b\x0b\xeb\x68\xbf\x13\x2c\x03\x2f\x12\x9b\x90\xb7\x16\xe3\x85\x7e\x12\x21\x9b\xe5\x48\x8c\x39\xa6\x84\x06\x4f\x29\x89\xf9\x32\xbc\x51\xf0\xb3\x13\xfa\x24\x54\x6b\x54\x57\x79\x55\x99\x68\x9d\xc8\x50\xe3\x6f\x9d\xb1\x30\xf9\xbf\x6d\xed\xef\xb3\x98\x36\x79\x67\x16\xa3\x3b\xf6\xda\x08\xdb\xbb\xf0\x9d\xb5\x86\xbb\x33\xde\xb7\x70\x7b\x93\x1f\x36\xc3\xff\x15\x37\x20\x71\x07\x7c\x32\xd5\xbe\x09\xde\x66\x45\x16\xac\xd6\x55\xf0\x9a\x86\x76\xa8\x14\x9d\x48\xdc\x04\xb3\x91\xd1\x7d\xb0\xc3\xb0\xc8\xea\x64\x1f\x48\x0f\x69\x59\xa9\x25\x28\xe4\xa5\xb7\x15\x15\x75\xb3\x8a\x51\xc3\xae\xd8\x57\xd4\x49\xb6\x40\x79\xbb\xde\xcc\x14\x51\x0e\x65\x38\xbb\xad\x2d\xde\x20\x6c\xf8\x34\x05\xbf\x7e\xe0\x2d\x0b\xa9\x10\x71\x00\x44\xc4\x5c\xb5\x21\x79\x5e\x27\x68\xde\x09\x45\x3d\xd4\x4b\xff\x73\x3d\x2a\x26\x91\x30\x40\x3f\x9f\x67\x57\x29\x92\x4b\x7b\xa8\x62\x22\x9b\xdc\x41\x47\xaf\x80\xd3\xeb\x60\x55\xe3\xb1\x1f\xc6\x7a\x04\xc8\x9a\x66\x27\x7c\x41\x27\xfe\xeb\xeb\xb2\x1a\xb1\x3d\x96\xd8\xd2\xf5\xf2\x0b\x38\x8d\xa4\x8d\x3d\x5f\x59\x8a\x79\xa0\x4a\xa9\x5b\x10\x8a\x65\xd3\xbf\xbf\x10\x94\x56\xec\xfe\x8e\xa2\x50\x5a\x58\x7e\xa8\xb4\xb4\x5a\x34\xd2\xc4\x32\xbd\x70\xfd\x25\x92\xb4\xd6\xca\x51\xe6\xe5\x16\xe3\x2b\x9f\x26\x63\x1c\xc7\x7e\x5a\x51\x73\xd0\x92\xaf\x0e\xcb\xec\xb5\x6c\xb0\x19\xdb\x6b\x7d\x7e\xba\x89\xcc\x96\x86\x61\x9d\xe4\xf6\x5f\xe1\x61\xea\x90\x3c\xb7\x3a\x4f\xf9\x9f\x55\x00\x6d\x6b\xb7\x36\x7a\x01\x26\x5e\x56\xc3\x7b\x4a\x9f\xbf\xd5\x9b\xb0\x42\x5b\xb6\x91\x6c\xda\x25\x4c\xfa\x4c\x18\x74\x5e\xad\x2d\x59\x73\xc9\x03\x6c\xdb\x84\xfb\xb9\xbb\xa9\x6e\x58\xba\x2e\xf7\xe0\x7a\xfc\xf3\xf9\x1a\x6c\xcf\x86\x5a\xcc\xfb\x70\x44\x77\xe4\x7c\xee\x89\xf3\x69\xae\x67\x15\xa3\xf3\x1b\x29\x58\xd6\x62\xf8\x26\x2c\x51\x94\x82\xaa\xf4\x0d\x7a\xe4\x4d\xb5\xa9\x46\xb6\xa5\xda\xeb\xd0\xa9\xbb\xea\x5b\xf8\xe4\xc6\xea\xf8\xdd\x5d\x53\x77\xdc\x83\x45\xbf\x19\xd7\xbc\xc8\xb3\x41\xa0\xa1\x76\x1c\xaf\x70\xcf\xb4\xf9\xf7\x70\x2a\x1a\xeb\x43\x17\x23\x80\x51\x70\x47\xef\xed\xb5\x7d\xdf\x9c\x93\xde\x3e\x4b\x0d\xd8\x4b\x39\xa3\x79\xaf\x60\x7b\x0d\x2e\x4e\x8e\xcd\x79\x7d\x65\x72\xf6\x41\xa8\x9d\x7b\xda\x6d\x10\xd2\xc0\xe5\x57\xe3\xa6\xb4\x25\x57\x66\xaf\xec\xca\x53\x10\x6f\xed\xef\x23\x37\xf3\xe8\x51\x72\x45\xfa\xbb\x3d\x86\x78\x67\x92\x5b\xb0\xbf\xcf\xb6\x35\x1e\x6f\x47\xd4\xeb\x85\x17\x5c\x83\x61\xde\x26\xbd\xa2\x9c\x04\x91\x53\x7c\x0c\xde\xc0\x6e\xf0\xa1\x87\x99\xa6\xb0\x34\x6d\xb3\x9c\x4c\x94\x68\x7e\x14\xe0\x7b\xad\x61\x7d\xcc\x3e\x7f\x4e\x35\xf1\x74\x20\xb0\x5c\xd3\xea\xe1\xf9\xb8\x98\x35\xa4\x40\xde\xbb\x72\xd9\x1f\xe6\xca\xb2\x44\xfb\xfb\x36\x10\xb6\xff\x54\xcf\x66\x12\x62\x71\x76\x23\xeb\x2b\x5e\x83\x7a\x0a\x42\x33\x85\x6a\x90\xa6\xdf\xf5\xda\x51\xd9\xad\x86\xcc\x6a\xbe\x00\xe1\x72\x58\x78\xc6\x3e\xe0\x9a\x42\x93\xdb\x19\xfd\xaf\x35\x83\xc7\x79\x29\x56\x4f\x77\x8f\x3b\xef\xb3\x9b\xf7\xbd\xff\x21\x4e\x6c\xd9\x9b\xed\xb8\xab\x34\x9d\xe9\xdb\x16\x96\x00\x90\x45\xd2\xfc\x8e\x65\xbc\xf5\x2d\x3e\x92\xf3\x6a\xd1\x88\x0c\x12\x84\xdb\x01\x86\xde\x35\xd4\x38\xb5\x8d\xfd\xb7\xdf\xa7\x6c\xbe\x9d\x47\x38\xe6\xa5\x49\x39\x40\xc6\xce\xaa\x96\xd3\x9a\xcf\xe7\xbc\xa1\xea\x8b\xb2\x86\x72\xbb\x9c\x2a\xc8\xd9\xa2\x34\x20\x71\xc2\x41\x5e\x18\x71\xd2\x8a\x9d\xae\x94\x52\xb1\xc4\x36\x2a\xa8\x89\x28\x02\x00\x46\x2e\x49\xa0\x25\x32\x94\x50\x02\x5d\x32\xe6\x82\x63\x26\xaa\x7b\x59\xdf\xda\xac\x77\xea\xb0\x07\xe1\x5a\xba\x2d\xb0\x86\x5c\x86\x0e\x25\x70\xa5\x65\x4d\x35\x7d\x20\x1a\x74\x40\xb9\x30\xa1\xd4\xbe\x84\x6c\x9a\xb5\x70\xae\x37\xc9\xe7\xc0\xbf\xc8\x1a\x38\x2c\x9a\x62\x18\xb4\xa1\x19\x7a\xed\x03\xa1\x85\x24\xbb\x5b\xfb\xec\xf1\xd3\xf8\x47\x4b\x2e\x7f\x02\x5a\xbd\x6f\x1e\xdc\xf7\xa1\x65\x56\x13\xe5\x95\x2f\x54\xe7\x78\xc9\x67\x68\xdb\x34\xdf\x0e\xb9\xda\xf4\x28\x1e\x87\xeb\xad\xa5\xe2\xb5\x12\x27\x65\xd3\xd1\x69\xc0\x9e\x3c\x4e\xb9\xbe\xa3\xd8\x68\x1d\x5d\xd7\xbd\x98\xec\xa0\xf3\x21\x4d\xb8\x82\xf7\xd9\x9e\x63\x97\x71\x26\x83\x48\xe7\xa2\x61\xfb\x5d\xdb\xe4\xbf\x7d\x76\x89\x3f\xe0\x79\xb9\x77\xbe\x16\x6a\x51\x34\x6c\xbf\x9b\xc8\x24\x96\x05\x34\x01\xf0\x62\xdb\xc9\x72\x66\x49\x0d\x9f\xbe\xe6\x73\x7a\x2a\x0f\xb7\xed\x5b\xe4\xde\xac\xa0\xc5\xb3\xb7\x17\x17\xa7\xaf\xd7\x36\x3b\x79\xfd\xe6\xed\xc5\xda\x56\x17\xcf\xff\xe3\xe2\xf0\xec\xf9\xfa\x59\xcf\x9f\xbf\x7c\x7e\x14\x8c\x97\x3e\x3f\xfb\xdc\x07\x2d\xbd\xfd\x37\xb8\x66\xc5\x24\x9f\x66\x1d\xf8\x54\x45\x93\x15\x7d\x16\xb4\xe3\x7b\xf4\x8f\x35\xe4\xb4\xfd\x4e\xf1\xa8\x46\xc0\x9d\xc8\x94\x13\xa3\x93\xc9\xce\x3a\x9e\xa0\xad\xad\x75\x77\x16\x14\x3b\x49\x7e\xb3\x97\x0e\x3d\xe8\xaf\x7b\x47\xba\x17\xae\x16\xa3\x07\x2c\xde\x68\x07\xbe\xfe\xfa\xd7\xac\x3e\x88\xa1\xe8\x7b\xa8\xb5\xf1\x8b\x3a\x80\x4a\xc9\xe5\xd2\x64\xbe\x33\x5a\x99\x81\xad\x41\x6d\xb3\x31\x6c\xb2\x2f\x99\x14\x66\x67\x28\x4c\x06\x36\x28\xf9\x82\xa5\x5c\x85\x32\x13\xe7\xb2\xef\x47\xbd\x84\xce\x35\x60\xf9\x44\xb9\x31\x48\x28\xd3\xcd\x0b\xed\xbb\x71\x1f\x3d\x62\x3d\xf3\xc7\x90\xfb\xdd\x23\xc1\x1d\xe7\xf2\xb4\x10\xc1\x5c\xde\xd9\xd8\x18\x3a\xbb\xa3\xa9\x0e\x2d\x2d\xd9\xe6\x9e\x41\xf1\xd1\xc5\x47\xc6\xcb\x31\x04\x22\xab\x01\x53\xa2\x82\x8c\xfa\x39\x95\x2b\xd4\x2f\xba\x3e\x92\x72\x9b\x8c\xaa\x36\x86\xfa\xa6\xe6\x55\x9a\xed\xf5\x1d\x5d\xc1\xc6\x8b\xca\x72\x08\x18\xaf\xe5\xdc\xef\x54\x42\xce\x85\x63\xde\x70\x87\xb4\x94\x60\x1f\x67\x80\x5c\x10\x5e\x12\xc8\x46\xa2\x25\x99\xf5\x30\x27\x54\x3f\xe4\xa9\x9b\x54\xea\x37\x3d\xce\x20\x4e\xe8\xd1\x81\x7e\xd8\x45\x03\x85\x68\xf7\xde\x65\xff\x6d\x2b\xeb\x13\xd0\xef\x51\x14\x52\x9c\xbd\x62\x9b\x7d\x76\x5f\xa2\x94\x17\xdb\x89\xb8\x46\x3a\xce\xae\x98\x33\x87\x2a\x09\x18\xfc\x6b\xcc\x0e\x68\xe1\x7b\x06\x5f\x00\x33\x90\x31\xaa\xa7\xa2\xb9\x90\x94\xbf\xe4\xb5\xb8\x6d\xce\x44\xc5\xf3\xf6\x3d\xf8\x84\xfb\xe9\xa7\x47\x60\x5f\x8c\x4a\x3e\xbc\x26\xf6\xdf\x41\xd4\x55\x54\x4c\xa4\xf4\xb2\x96\x2f\xcb\xf1\xac\x96\xa5\x5c\xa8\x62\x89\x95\x93\x43\x27\x46\xa8\x8b\xd1\x38\x5b\xd0\xa8\x96\x37\x4a\xd4\xac\x46\x50\x43\x76\x39\x6f\xd8\x0d\x64\x4d\x42\x4b\xbe\x46\x71\x71\xdb\xd4\x5c\x73\xfc\xbc\x18\x2f\x0a\x4e\xf5\x91\x4e\x26\x6c\x8e\x59\x01\x38\xe6\x02\x75\x7e\x78\x8c\x72\xfb\x8a\x8c\x65\x8b\xda\xa4\xf5\x9c\xd4\x7c\x2e\x70\x32\x88\x5f\x47\x7f\x74\x2d\x3f\x9a\xc6\xde\x08\x41\x12\x6b\x14\xad\xb1\x98\xb3\xcb\x1d\xda\x91\xf1\xd0\xbb\x3a\x26\x81\x49\xa7\xaf\x65\xe0\x35\xb8\xe9\x91\x25\xc4\x3b\xf8\xf6\xe9\x7d\x87\x83\xe2\xee\x2e\x3b\x74\xe7\x75\xc3\x5d\x6d\xa0\x5f\x16\x62\x81\x29\xef\xdc\xca\x06\x4c\x49\x53\xf4\x00\xe9\x07\x66\xd7\x22\x19\xa7\x14\x37\x41\xd5\x7d\x62\x85\xbb\xf0\x30\x60\x87\xbb\x1a\x39\x76\xf6\x69\xa8\x1d\x76\x2c\xb1\x61\xdc\x37\x1a\xc2\x57\xc4\xdf\xe4\x25\xbe\x23\x18\x53\xe9\xcb\x2a\x91\x61\x05\x97\x72\x93\x97\x1e\xcc\xbb\xbb\xf6\xf5\xc5\x7a\x43\x7d\x64\x18\x4a\xb9\x23\x2b\x23\xf1\x07\x5a\x34\x53\x10\x97\xf2\x04\x1e\x9f\xbe\x1a\x38\x51\x90\x4a\x98\x53\x16\x35\xc5\x27\xc2\x4c\x74\x93\x97\xc3\x5a\xfc\xb2\x10\xaa\x39\x84\xc2\x38\xb9\x2c\x5f\x68\x84\xed\xe1\xe9\x7b\xce\x11\x2b\x36\x01\x38\xf2\xae\xaf\x66\x05\x81\x3f\xc6\xee\x2e\x7b\x27\x20\xd4\x3e\xb3\x77\xc8\x65\xbd\xca\x15\xdd\x1a\xc4\x09\x48\xfa\x36\x13\x06\x6d\x28\xbd\x8c\x8f\x0c\x6b\x0f\xc9\x27\x2e\xd8\xfc\x4b\x2c\xf8\x84\x05\x55\x72\xc8\x03\x0d\xb9\xb9\xa4\x12\x49\x77\x6f\x90\xf4\x4b\xca\x61\x57\xf1\x66\x46\x49\x44\x8c\xd1\x9e\x9d\x0b\x8c\x0a\xb9\x9c\x0a\xa3\x57\x06\xe6\xf9\x0d\x6f\x66\x97\xb0\x54\x93\x19\x38\x35\x4c\xe9\x5f\x69\xee\xb9\x74\x77\x44\x29\x19\xf8\x9e\x2d\xed\x24\xbd\x44\x58\xfd\x00\xe6\x30\xb5\xba\x7f\xfe\xd0\xb2\x96\xba\x7b\x1e\x3b\x51\xdb\xe8\x69\x3a\x4a\xbd\x82\x1e\xa2\x3b\x15\x29\x9f\xc0\xe0\x91\x4d\x4a\x13\xdf\x23\x8a\xea\x36\x58\x6d\x58\xbd\x9f\x5f\xf1\x66\x36\x9c\xe7\x65\x0f\x46\x18\xb4\x1a\x0c\xa9\x9e\xf9\x0e\x7b\xd2\xff\x10\xb1\x49\xc1\x05\xda\xb2\xd3\x78\xf7\xc8\x8f\x36\xff\x12\x28\x1a\x29\xc2\x1c\x3a\xf8\xca\x00\xfb\x39\xd2\x49\xc5\xfa\x90\x7e\x60\xa8\x8c\x35\x56\x66\xfe\x83\x18\x4d\xf7\x62\x03\x05\x6e\xe8\xc0\xb1\xc4\xe0\x0c\xc9\x3e\x7f\x4e\xf9\x70\x44\x8d\xfb\x5b\xa1\xb0\x26\x92\xcc\x64\xab\x56\x90\x45\x6d\x4b\x40\x3a\x30\x38\x81\x80\xed\x98\xd9\x93\x09\x5b\xca\x05\x9b\xf1\x0c\x2f\x6e\x29\x33\xc1\x54\x53\x2f\xc6\xcd\xa2\x16\x7b\xec\xfd\x37\x87\x90\x48\xc2\xe6\xb2\xfe\xf9\xd9\x80\x1d\x7d\x00\xb5\xe4\x91\xfb\xc2\x8e\xdf\x7f\x83\x8f\x24\x66\xd8\x09\x21\x3a\xd4\x20\x1c\xb3\x1b\x93\x8f\xf7\xe7\x27\x03\xf6\xf8\x03\x30\xa3\x97\x26\xa0\x7f\x96\x03\x42\x3d\xf9\xe0\x90\xeb\xf1\x87\xcb\x15\x37\x26\xbe\x92\x3d\x3d\x55\xd2\xbd\x82\x35\x32\xf5\x7b\xdf\xdd\x22\x44\x39\xc4\xf7\xf0\x7e\xb1\x7d\x66\x0b\x31\x93\xff\x9f\x1d\x4d\xe3\x90\x37\x29\xd0\x51\xfb\x4d\x4b\xd8\xde\xc7\xe8\x52\x99\xec\x12\x5e\xea\x06\xdb\x95\x90\x28\xb8\x1e\x5e\x36\x0a\x78\xbc\x5b\x06\x51\x00\x32\x78\xf5\xf4\x3a\x86\x8b\x52\xcd\xf2\x49\xd3\x3b\xac\x6b\xbe\x1c\x56\xb5\x6c\x64\xb3\xac\xc4\x10\x4e\xe8\x74\x32\xd4\x2c\x4c\xcf\x1d\x01\xc9\x6f\x16\x94\xbe\xa1\xb2\x6e\x5d\x1e\x11\x89\x0d\x59\x7a\xc6\x76\x92\x85\x49\x5e\x9a\x1c\xc9\x67\xe0\x94\x99\x5f\xfb\x09\x16\x52\x9f\xc3\xc8\xfd\x4d\xe5\x4f\x4f\x98\x31\x02\xa8\xd3\xac\x5b\x41\xe2\xce\x92\x0b\x6f\xfc\x2e\x3c\x92\x56\x02\x01\xc5\x85\xf3\x44\xc2\x89\x9f\xb5\xd1\xaf\x2a\xa0\x1a\x0d\x34\xba\xcd\x6e\x96\x6e\xa5\x25\x08\x44\xa8\xce\x9d\x3c\x82\x29\xf1\xfb\x5e\x1d\x1f\xe7\x49\x83\x58\x48\x43\x18\x3b\x76\xea\x28\x9c\xbc\xd1\xd3\x3c\x6f\xf2\x1e\x69\x4e\xc3\xfb\x38\x9c\x71\x0f\x4c\x0b\x50\xbf\x9f\x24\x77\x38\xb9\x93\x89\xd1\x01\x39\x50\x5a\xb8\x21\xda\xd8\xb5\x71\x82\x0b\xdb\x63\x2e\xea\xa9\xa0\xb2\xa6\xed\x72\xa1\xf0\x75\x07\x4b\xc7\x06\xdd\x20\xdf\xda\x5f\x6a\xb9\xa8\xbc\x79\xdc\x8f\x77\xcf\xd1\x81\xb2\xd8\x47\x2c\x62\x38\xe2\xf5\xbb\x3c\x73\x84\xe7\x29\x7d\x1d\xc9\x6c\x79\x0e\x2d\x4c\xe2\xc5\x23\xb9\x80\x5b\xf8\xd8\x4b\xda\x61\xbe\x61\xcb\x23\x53\xb0\x8b\xed\xfb\x8b\xed\xc1\xc1\xcb\x6b\x51\x4f\x0a\x79\xb3\x67\xac\x28\x6c\x0b\xc1\xe6\x65\xb3\xad\x9f\x1e\x63\x5c\x19\xbc\x2f\xbf\xf4\x83\x7b\xf8\xa6\xe0\x63\xcb\x8f\x7a\x95\x80\x4a\x2a\xc4\x08\xdc\x55\x96\x5f\x2b\xa8\x46\x3b\xcf\x7f\x15\x0a\x4c\x8d\x63\x53\x6b\xec\xaa\x94\x37\x30\x12\x71\xc0\x59\x7e\xad\xf9\x5a\xaf\x37\xe5\x4f\xea\xe1\x9d\xbd\x11\x60\x33\xc1\xd4\xec\xe2\xb6\x12\x25\xd0\x0e\x5b\xbd\x10\x84\x24\x06\x65\x21\x63\xdb\x11\x46\xe6\x76\x6b\x9d\x68\xdf\x0e\x2f\x0e\x3f\x9e\x9c\x7f\x3c\x3f\x3a\x3b\x7d\xf9\xb2\x3b\xe5\x89\x83\x30\xa4\x4c\x5e\x0e\x58\x28\x40\xa2\x49\x00\xd6\xa4\xa4\x94\xf5\x36\x53\x29\xbe\x8d\xf8\x80\x50\x1e\x38\x53\xf5\x0a\x7a\x02\x96\x60\x5f\xf3\xbb\x3e\xfa\x14\xd0\xe0\x85\x80\x27\x7d\x5a\x3a\xaa\xdc\x25\x0f\x82\xe7\x20\x25\xf1\xdb\xf3\xb0\xd8\xc8\x7f\x46\x4a\xf0\xcd\x33\x91\xc2\x29\xb6\xb6\x7c\x34\x4e\xbb\x47\x45\x2e\xca\xe6\x7f\x07\x56\x97\x8f\x16\x8e\xc8\x83\x2f\xb0\xbb\xec\xee\xb2\x5a\xcc\x85\x46\x75\x93\x42\x17\x46\xd2\x3c\xe9\x64\xa1\x59\x0f\x90\xae\xc1\x5c\xfd\x91\x36\xec\xf4\x5a\xd4\x76\x8b\x1c\x11\xfb\xa8\xf8\xb5\x70\x90\x98\x54\x89\x17\x72\x31\x9e\xc1\x72\xe3\x95\x92\xb8\x7b\x8d\x5a\x78\x94\x3a\x16\xe3\x99\x50\x86\x59\xd5\xaf\xec\x13\xef\x89\x4d\xac\x37\xd1\xfb\xe7\xc7\x1f\x86\xb4\x8c\x40\x34\x71\x2b\xa6\x75\xd8\xd3\x8d\x4f\xdd\xa6\x22\x04\x94\xa0\x6c\x86\x8a\x3a\x3b\xdc\xb2\x59\x38\x1b\x09\x49\x53\x47\xb2\x69\xe4\xdc\x3c\x2d\x1e\xc7\x4a\xfb\x93\xda\xbe\x0d\x37\x6a\x77\x17\x95\x1e\xb5\x50\x95\xc4\x02\x4c\x9c\x69\x49\xaf\x10\x3b\x93\x1c\x24\xd6\x46\x77\xdf\x68\x5b\xb7\xa2\x6d\x4d\x0b\xeb\xa9\x7d\x82\x39\x20\xb9\x2b\xe6\x34\xa7\xfb\x32\xc9\x6b\x53\x49\x12\xc2\x4a\x24\xd5\xc3\xb2\x8b\xf4\x72\x0f\x7a\x35\x24\x02\x9e\x1e\xe1\x55\x8d\xac\xbc\xac\xa5\xbd\x90\xf9\xda\xfa\x18\xdf\x8b\x2e\xe0\xc9\x8b\x6f\x43\x34\x61\x3b\x2d\xd4\x8a\xd4\x10\x8e\xf0\xd8\xd8\x04\xfd\x48\x9f\x47\x3f\x07\xbb\x1e\x2b\xa3\xdb\xf2\x84\x59\x57\x3c\xba\x8f\xf2\x4e\xce\x8a\x5b\x25\x0e\xac\xad\xd1\xc0\x4e\xae\xa4\x4c\x23\xab\x41\xf2\x7c\x53\xd4\x6f\x51\x39\x18\x0d\x20\x43\xfc\x7c\x21\x2b\xb8\x9e\x8f\x21\xe8\x86\xb6\xf1\x07\xf6\xd8\x03\x1d\xf7\x22\x4c\x32\xda\xeb\xdf\x0b\x6a\xbc\x59\x9b\x03\x9e\xc9\x9b\xb2\x13\x74\xf2\x9b\xd9\x61\x20\x33\x8f\x45\x5e\x24\x16\xd7\x67\xdf\xef\xdb\xcd\x27\x3c\xa1\x8e\xde\x82\xbf\xbf\xd3\x82\x1d\x0d\xc2\x57\x60\x28\x4b\xc7\xd5\x6d\xc3\xdd\x02\x9e\x77\x7b\x10\xd0\xd2\x01\xfb\x04\xf9\x1e\xf2\x6b\xb1\x47\xaa\x64\x52\xba\x74\x0e\xa3\xaf\xa8\x1e\x25\x45\x71\xba\x86\xd3\x03\x7a\xd8\xe6\xd4\x71\x61\xf2\xcf\x73\xcd\xcf\x70\x95\x7e\xfd\x46\x8b\xc6\xd5\x2c\x34\x87\x24\xfd\xd9\x87\x9d\x2f\xa9\x03\xf2\x77\x7e\x4d\x2d\x7d\x06\x30\x8c\x27\x28\x92\xf8\x24\x75\xf6\xe8\x72\x37\xd5\xc2\xc3\xde\xe0\x8c\xda\xb3\x76\x9d\xd0\x17\x8f\xd3\xfc\x48\x6e\x19\x27\x52\x3d\xb3\xac\xe9\x1a\x70\x3b\xf1\x33\x3c\x61\x62\x62\x95\x23\xfb\xe1\xe9\x6d\x62\x42\xc4\x21\x1c\x64\xbd\x40\xcb\x4d\x56\xc2\xc8\x40\xe8\xbb\xb7\xea\xaf\x8f\x1e\xe9\x46\x43\x80\xe0\xd1\x23\xb6\xd5\xc5\x83\xdb\x63\x35\xad\x87\x50\x29\xf7\x65\xae\x9a\x21\xcf\xb2\x5e\x07\x53\x6e\x2e\xa6\xed\xc5\x33\xac\x08\xa7\x3b\x8a\x52\xd4\xbd\xf0\x9c\x52\x1b\xde\x3e\xa9\x01\x1b\xf3\x0a\x35\x36\xc1\x55\x25\x7a\xd7\xb5\x86\x3f\xfc\x21\x56\x2f\x3d\x2f\x1f\x7a\x08\xa2\x5c\x75\x06\x40\x18\xbb\xa4\x1a\x9f\x90\xaf\x3e\xac\xce\xe3\xea\x96\x98\x22\xee\x23\x71\x6a\xb5\xd0\x9b\xbe\xee\xe0\xbc\xae\xd8\xe1\xae\xa7\xd7\x7a\x8b\xba\x60\xde\xd9\x79\x9a\x52\x6e\x1f\x91\x41\x8b\x4e\xe9\x46\xcb\x8d\x50\x8f\x95\x59\x59\xd2\x96\x9f\x20\xa3\xd9\xae\xdc\xd8\x0c\x3f\x15\x44\x0e\x8c\x48\xda\xb3\x7a\x32\xef\x04\x43\xa9\x15\x36\xb7\xed\xb8\xaa\x8f\x50\xd1\xb2\xae\x43\x4a\xea\xcc\xea\x43\x2c\xfb\x6f\x74\xa4\xdb\x59\x7e\xbd\x6d\x76\xc8\x76\x1e\x82\x40\x3e\x54\x02\x2a\xc8\x89\xba\x59\xf6\xb6\x61\xdd\xdb\x03\xb6\xfd\xe4\xf1\xe3\xea\x76\xb3\x3e\x33\x78\x4a\xef\xd8\xc9\x88\xcc\xba\x1b\x36\xdc\xac\x5f\x25\x15\x78\x06\xea\x7e\x7c\x04\x75\xc2\xc5\x66\x3d\x1b\x59\xe9\x4e\x3b\x7f\xfa\xd3\x9f\xfe\xe4\x41\x69\xb7\x0c\xe9\x46\x55\x89\x32\xc3\x94\x2b\x76\x34\xd3\x74\x77\x97\xfd\x85\xcc\x2e\x0e\x29\x60\xc7\x08\xe5\xe2\x03\xf4\x00\x42\x1f\x5e\xfc\x7d\xc7\xfb\x1d\xb9\x0f\xf8\xfd\xa9\xc7\x46\x1d\x8b\x42\x34\xe8\xe9\x78\x7c\xf2\x53\x0a\x52\xbc\x26\x49\x48\x43\x05\x62\x04\x55\x57\x9c\xa0\xf2\x6b\xf5\x18\x4c\x77\xa6\x57\x32\x39\xb6\x85\xf7\x7d\xac\x94\xe4\x1c\xb9\x65\x4d\x33\xa3\x26\x21\x84\x7a\xc3\xfb\x92\xe4\xc7\x81\x9f\xca\xcb\xe9\x8a\x68\xbe\x96\xe1\x86\x34\x46\x6d\x4b\xad\x6f\xc8\xd9\xbc\xd3\x3e\x8b\x80\x78\xea\x58\x8e\x36\x5d\x8d\xda\x5a\xd3\xc4\xee\x2e\x83\xcc\x3e\x2c\xd3\x92\xdf\x2f\x8b\x7c\x7c\xc5\xd4\x98\x97\x76\xdb\x3d\xe5\x4d\x58\xf1\x93\x94\xe5\xa2\x40\xdd\x1e\x48\x7f\x86\x70\x06\xa9\x98\x45\x11\x6a\xfb\x56\x29\x65\x02\x3f\xa5\x96\x0e\x5c\x14\xb1\xad\x08\x18\xca\x44\xf4\xf6\x17\x3f\x1c\x80\x12\x18\x94\xdb\x26\x7f\x41\x4e\xa5\xb5\x4d\x71\x52\xa5\x45\x48\xe3\x41\xbf\x07\xf9\xff\x17\x8d\x60\xa8\x24\x04\x67\xdf\x6b\x5e\x2c\xa0\xda\xec\xc4\x2a\xd8\x40\x9e\x10\x18\xfb\x2b\xd2\xc7\xf1\x1b\x6e\x93\xe7\x12\xe9\xed\x13\x89\xa7\xbe\xa2\x4c\x21\x22\xc4\x8e\xd7\xee\xb1\xd3\x78\x67\xd6\xa4\x45\xda\xa8\xf7\x41\xf4\xc3\x70\xea\x08\x19\x38\x7e\x3a\xfa\xb9\xb3\xdc\xee\xb3\x3d\xb6\xbd\xed\x99\x92\xf5\xca\xdc\xe8\x8f\x1e\xf9\x7f\xc1\x51\x13\xc1\x65\x9f\x3f\xb3\xe8\x0b\x5f\x34\x72\xbb\x9f\xca\x84\x61\xf1\xc0\x0f\xd1\xdf\x1c\x25\x5e\xf0\xa2\x60\x26\x78\x02\x7d\xd3\x09\xcd\x7d\x3f\x66\x0d\x91\x1e\x2d\x75\x5e\xa2\x08\x9c\x07\xe2\xcb\x95\xa0\x7c\xa2\x88\x55\xdb\xdf\x6a\x69\x07\xf3\xea\xa3\x0a\x19\x72\xfb\x07\x6a\xe6\x76\x25\x81\xc1\x8a\xca\x07\x4e\x15\xed\xca\x93\x40\xcc\x85\x3f\xa6\x06\xe9\xaf\x62\x79\x24\x33\x8a\x7b\x1a\x2b\xfc\xdf\xc8\x0c\x01\xbf\x79\x04\xc4\xfc\x1d\x1b\xe5\xcc\xef\x29\xf3\xb6\xf9\x76\x92\x99\x7f\xbd\xe6\x4d\x7e\x2d\xa0\x48\xac\xfd\xc9\x19\x5b\xcd\x4f\x48\x63\xed\x5f\xa1\x91\xd5\xfc\x7c\x76\xf1\x12\xfe\x39\x6b\xe6\x05\x7d\x22\xb4\xcc\x69\x65\x79\x99\x37\x39\x2f\xf2\x5f\xc5\x91\x29\xe8\x71\x26\x26\xf8\x29\xe5\xa2\x99\xf8\xd2\xfe\xf9\xc2\x8f\x05\x8b\x5c\xca\xe0\xb7\x1b\x5e\x97\xa6\x54\x6e\x2e\x69\x23\x41\xff\x5e\x98\xbd\xf5\x57\x92\x7a\x5d\xf0\x5c\x80\x6b\x7a\x25\xea\xa9\xc8\x5a\x60\x27\xa2\x3e\x06\xef\xcb\xb6\xb1\x63\xd1\xe4\x45\xae\x37\xe4\x6b\x18\x48\xa6\xa2\xb9\x98\x89\xb9\x48\xf4\x81\xd6\x3b\xa9\xd9\xa0\x5a\xc7\x27\x76\xe2\x15\x28\x74\xff\x06\x44\xd8\x08\x6f\x69\x98\x37\x90\x93\x66\xb3\x75\x9a\x99\xef\x00\xf3\x43\x73\xa4\x3f\x7f\x7d\xf1\xfc\xec\xe3\xf1\x09\x74\x4c\xe5\x3d\x37\x51\x51\x10\x78\xb2\x23\xcb\x1d\x51\x36\xa2\x7e\x60\xda\xf4\x8b\xc3\x67\x27\xaf\x8f\x9f\xff\x87\x6e\xd6\xf0\x11\x58\x7e\xdd\xd7\xd7\xa7\x1f\x7f\x7a\x7e\x76\x71\x72\x74\xf8\xf2\xe3\xbb\xb3\xc3\x37\x76\xb0\x96\x1f\xa3\xdf\xe5\xc7\xd3\xb3\x93\xff\x3c\x7d\x7d\x91\xe8\x14\xbb\x38\xda\x6e\x2f\x0f\xcf\xfe\xf2\x5c\xaf\xfe\xe2\xf0\xf5\xd1\xf3\x8f\x2f\xce\x4e\x5f\x7d\x3c\x82\x2d\x61\xfb\xec\x4f\xe6\xbf\xa8\xf9\xeb\xe7\x7f\x39\xbc\x38\xf9\xa9\xb3\xdf\x8e\xdf\x11\x6d\x66\x13\x83\x25\x88\xc2\x41\x69\x70\x1c\xda\xb6\x00\xd9\xce\xda\x47\xf7\xd9\xf6\x5c\xed\xb8\xd2\xa5\x81\x76\x02\x0a\xe6\x41\x6e\x48\x28\xf6\x27\x4b\xc6\xc9\x65\xc9\x72\x9e\x23\xae\xb0\x56\x3d\x77\xa5\xd6\x84\xa9\xe9\xa4\x59\x47\xcb\x33\xd6\xb6\xfa\xde\x8b\x5a\xce\x83\xba\xf0\xe4\x14\x67\xad\x27\x41\xbd\xef\x15\x15\xe4\x63\x3d\x07\x4c\x6c\xfd\x90\xa9\x98\xcd\x2b\xb9\x50\x28\xae\xe2\x13\x6a\x00\x72\x3c\x02\xaa\xce\xf6\xc1\x5f\xcf\xb5\xee\x6d\xc3\xaa\xb7\x07\x1e\x2b\xd1\xd4\xc5\x5f\xc5\x72\x4f\x83\x37\xa4\x3f\x6c\x00\xec\x5c\x34\xdc\x7e\xa4\x3f\xec\x47\x70\x48\xb0\x5f\xcd\x5f\x5e\x90\xad\xfb\x88\xff\x76\x71\xb5\x8b\xd1\x08\x4e\x54\x7f\xa3\x3f\x5c\x38\x30\x2f\xc7\x02\xa8\x24\xc1\x64\xff\xa6\x26\x46\x23\x12\xd4\xe7\x30\xeb\x8d\xa5\x51\x5c\xb5\xdb\x01\x65\x85\x30\x3c\x51\xfd\x78\x78\xfb\x63\x80\x30\xfb\xe4\x54\xb3\xec\x80\x89\x6b\x03\x2c\xdb\x8b\x42\x90\xcd\x77\x07\x6c\xab\x09\x32\x20\x03\xcd\x98\x94\xb2\x61\xe8\x67\xe7\x78\x8b\x3e\x53\x79\x39\xa6\x1a\xa1\x63\xf0\x69\x45\x8f\xd3\x7a\x51\x92\xbe\x18\x8a\x0a\x9b\xe1\x1e\xc3\x48\x99\x68\x78\x5e\x84\xbf\xa9\x71\x2d\x44\xc9\x6e\x93\xbf\x2e\xc3\x5f\x69\xe0\xdb\xe4\xaf\xcb\xd6\xea\x10\x3d\x3a\x57\x8f\xc7\xdc\xf9\xd9\xa0\x48\x67\x03\xc2\xb0\xd6\x77\x84\x6a\x04\x71\x65\xe6\x37\x54\xe0\x82\xf9\xb1\xe0\x8d\xc8\x2e\xe0\xba\xe1\xd7\x80\x31\xc3\x7b\x38\xcc\x72\x55\xf1\x86\x74\x9a\xa8\xe5\x74\x01\x12\xbb\xec\x47\x51\x54\xa2\x76\xd2\x20\x18\xa0\xc0\xfb\x97\x18\x3b\x4d\x30\xb8\x82\xac\xec\xce\xbe\x07\x45\xc5\x72\xe5\xbc\x82\x7d\xed\xcb\x99\x94\x0d\x10\xa6\x9e\x73\xdd\x70\x3a\xe5\x88\xba\x85\xe9\x44\xdd\xef\x91\xe9\xdf\xac\xde\xe3\x95\x95\x28\xc4\xb8\x91\xb5\xda\x0b\x53\x68\x6d\xef\xc1\x50\xdb\x7b\x71\x6d\x18\xb9\x68\x8a\xbc\x14\x7b\x6c\xbb\xd4\xd4\x31\x48\xe0\xf5\xc5\xfb\xcb\xfd\xdb\xfd\x2b\xa4\xb8\x71\x2c\xbc\x8b\x61\x08\x17\x61\xf6\xd9\xe9\xc9\x4f\xc8\x63\xc6\x00\xfd\xf3\x95\x26\x15\xb8\x49\x1f\xbc\x62\xd5\xba\x27\xdb\x67\x9f\xbe\xd8\xe7\xe4\xa3\x5c\x34\xa2\x86\x78\xfe\x3d\x76\x2e\x9a\xef\x6d\xdb\x1f\x88\xdc\x9d\x0b\xa3\x5e\xc4\x1e\x87\x2f\x5f\x9e\xbe\x7b\x7e\xfc\x11\x42\xbd\x3e\x5e\xfc\xef\x37\xcf\xcf\xd9\x3e\xfb\x79\xbb\x11\xb7\xa0\x41\x42\x9d\x98\xfe\x57\xc5\x95\xba\x91\x75\xa6\xff\x2d\xe6\x3c\x2f\xf4\x3f\x1a\x01\xff\xb3\xa8\xe1\x7f\xd0\x33\x08\x7f\xc7\x1a\xa6\xdb\x1f\xe2\xb9\x3e\xfe\x74\x72\x76\xf1\xf6\xf0\xe5\xc7\xe7\x2f\x9f\xbf\x7a\xfe\xfa\xe2\x3c\xa8\x16\x64\x2c\x17\x80\x4d\x2e\x3f\xb6\xb8\x6d\x44\x99\x91\xa4\x30\xb4\x9c\xec\xf7\x11\x17\xf5\x03\xcb\xe7\x95\x91\x04\xdc\x37\xdc\x45\xd4\x6f\x68\x01\xb5\xc9\xc7\xa6\x18\x20\x74\xdb\x6b\x71\x63\xfb\x56\x26\x55\x47\x79\x3d\x5e\x14\xbc\xa6\x3a\x5f\xb9\x2c\xc3\x0b\x68\x8b\x86\xed\x25\x24\x95\x61\x50\x54\x8c\x7a\xb4\x6a\xd3\xee\xb9\x24\x0d\xc6\x86\x55\xd5\xf9\xb5\x16\xb5\x3f\xea\x4b\x64\x1e\xc6\x33\x31\x39\x1d\xfd\x4d\x8c\xc3\x47\x91\xed\xd3\x67\x24\xea\x67\x62\x42\x26\x12\x3b\xc6\xdc\xf0\xcf\x5a\xb0\x0d\x39\xea\x60\x24\xab\x77\xb6\x3d\xf3\x2c\x60\x2c\xa8\xe6\xdd\x4c\xb0\xb9\x84\x30\xc6\x31\x15\xf6\xa5\x60\xdf\xd0\xfb\xd2\x16\x04\xa4\xc1\xf8\xaa\x58\x24\xdf\x6b\xc2\x16\x5c\xbb\x08\xbd\x2c\xc9\x5e\xe9\x0a\xa4\xb4\xa6\xc4\x7e\xe1\xb4\xba\xb9\x95\xc6\x3c\x97\xc7\xcf\x51\x30\x87\x3f\xf1\x8b\x82\x4f\xb1\xfc\xaf\xfe\x8e\x24\xed\x46\x6c\x5f\x6b\x70\x20\xe3\x23\x45\x42\x57\x98\x49\xc1\xd6\xfb\xb5\x64\xcf\xf3\xb4\x6b\x84\x66\xc5\x79\x9d\x17\x4b\x1a\x7d\x26\x0b\xd3\x67\x51\x36\x79\x41\xd5\xf3\x79\x55\x09\xd0\x5f\x5a\x1b\xfe\xaf\x51\xed\x51\x77\x2e\xea\x0d\xcc\x9c\x28\x25\x09\x9b\x16\xec\x0a\x29\x0b\x89\x29\xde\x7f\xdc\x3a\x18\xba\x0b\x58\x70\x73\xe5\xf1\x78\x9d\x30\x46\xa3\xc8\xa7\x25\xb6\x07\xa9\xe4\x69\x04\x25\xd4\x7b\xff\x4f\x28\xba\xe8\x00\xf5\x5a\xe0\xfe\x99\xd0\xcd\xd8\x87\x2f\x79\x42\xec\xad\x42\xd3\x35\x96\x71\x9d\x63\x8d\xf6\x46\x76\xa4\x52\x03\x4e\xc6\x1e\x60\xed\x79\xf1\x03\x0b\x1b\x96\x4a\x86\x66\x90\xc0\x85\x82\xd3\xe3\x9d\xaa\x6a\x39\xc6\xaf\x17\x7c\x04\x0c\x5c\x7b\xff\xdf\xd4\xf2\x3a\xcf\x84\x62\xd3\x9a\x97\x9a\x72\x80\x9f\x66\x2d\x0b\x50\xed\x24\xcb\x59\xf3\x32\x33\xc1\x5c\x23\xf0\x9c\x9a\x88\xba\xd6\x5c\x36\x74\xa8\x34\x49\x1a\x26\xca\x66\xc7\xd0\x75\x55\x01\xef\xd8\xfc\xae\x1a\xd9\xa9\x45\xc1\xa6\x7b\x29\x25\x58\xb5\xa8\x2b\xa9\x65\x05\xcd\x89\x59\x48\x02\x12\x3b\x15\xcd\xa9\x7d\x8e\x62\xfb\x8a\xd3\x86\xbb\x27\x6b\xa8\xf2\x5f\x83\xa0\x77\x77\x21\xb1\x76\x2a\x9b\x16\x72\xc4\xa1\x56\x27\x1e\x93\x50\xd6\x1f\x86\xdc\xe8\x80\x8d\xb1\xc8\x2e\xec\xad\x9c\xd8\xfa\xe0\xec\xc7\xe7\x87\xc7\xe7\xec\xed\x9b\x3d\x2c\x22\x01\x59\xf4\x28\x97\x3c\x37\x75\x1a\x5d\x1c\x6b\xc9\x24\x54\x51\xc4\x38\x20\x38\x1a\x4c\xf9\x5a\x2c\x99\xf8\x65\xc1\x0b\xc6\xe7\xb2\x9c\x5a\x37\x57\x53\x94\x79\x02\x6a\xf7\x09\x1b\xcb\x45\x69\x8a\xb5\xde\xc8\xfa\x8a\x8d\x65\xad\x5f\x84\x62\xb9\x95\xb8\xd9\xb4\x75\x1f\x65\xf9\x57\xb1\x3c\x96\x37\xe5\x11\x1a\x3c\x7b\xe2\x7a\x8f\x05\x82\x51\x20\x0b\xad\x4e\x3a\x92\x39\x4d\xcc\xae\xf7\xef\x01\x73\x7a\x00\x57\x5a\x78\xc7\x48\x75\x3b\xc0\x06\xee\x00\xf6\x79\x0a\xda\xeb\x21\x96\x23\xd7\xa2\x95\xd1\xa1\x0d\x1b\x3e\xf2\xdd\x6a\xbc\x23\x9d\xc8\xfa\x39\x1f\xcf\x7a\xbd\x5f\x81\x0a\xd8\x27\x12\x0c\xe7\x40\xdf\x3e\x2e\xa0\xba\xac\x21\x02\x1a\x55\x52\xe1\xfe\xc0\x42\xd4\x0b\xcd\xcc\xf5\xaa\xe4\xab\x6d\x21\x50\x8b\x4a\x50\x23\xcf\x52\xf4\x8a\x97\x7c\x2a\x5c\x5d\x5b\xfd\x1e\xd6\x02\x0c\x56\xfa\xa5\xa6\x25\x26\xd5\x65\x3d\x2d\x77\x44\xae\xea\x48\x09\x86\xa2\xbc\x1e\xbe\x3e\x3d\x7e\xfe\xf1\xf9\xeb\x9f\x50\x1f\x5d\xd5\x32\x5b\x44\x02\x67\x5b\x23\xd6\xdb\x76\x22\xf8\x00\x8a\x4f\xab\x41\xa0\xe4\x95\xd2\x30\x27\x71\x22\x7e\x66\x92\x34\x19\x1a\xb4\x8d\xfe\x62\xf8\xa7\xcf\xb2\x12\x5d\xbb\x58\x56\x9a\xa1\xe5\xca\xff\xc6\xeb\x9c\x1f\x43\x2a\x9a\x91\xc8\x9e\xe9\x51\xf4\x2f\x3b\x99\xf9\x69\xb4\x8c\x5b\xbf\xe4\x23\x51\x14\x7e\xe3\x82\x7e\xf1\xdb\x7e\x69\x19\x7e\xf5\xe6\x0d\x3f\xe6\x19\x6a\x8b\x4f\x32\x7f\xe9\x6e\x53\xb1\x55\xf8\xaa\x38\x3e\x8c\x41\x95\xd4\x3d\xa8\x05\x8b\x7f\x37\xb2\x72\x7f\x7e\x89\x86\x89\xe9\x74\xab\x22\x25\x39\x9e\xc5\x14\xd0\x26\x14\xda\x67\x1d\x54\x97\x1d\x1c\x78\x85\xaf\x7d\x2e\x32\xdd\xd6\xab\x2e\x89\xa0\x75\x11\xe9\xee\x29\x4d\x83\x83\x83\x6e\x80\xd7\x4d\x01\x84\x7d\xd5\x14\xd8\x60\xed\x14\x74\xa8\x44\xe8\xfd\x1a\xd1\xaf\x34\x9d\xeb\x45\x54\x09\xb7\xf9\x93\x09\xf8\xde\x43\xe6\x48\x0b\x2d\x08\xa9\xfe\xd3\x9e\x49\x20\xfa\xfc\x6c\xb0\xe6\x03\x35\x0e\x6e\x9f\xee\xd7\xf7\x71\xc3\xc4\x9a\x38\xcb\xbb\x0b\x39\xd1\x8d\x07\x1d\xc2\x87\x1f\xf0\x47\x46\xaa\x70\xa0\x47\x8f\xa2\x91\xf5\x1d\x47\xd8\x02\x8f\x0d\xeb\x9a\x11\xb4\x1e\x96\x32\x13\xfa\xfa\xb5\x1c\x33\x70\x1d\x89\x14\x11\x41\xff\x7e\x94\xf9\x99\x36\xc5\xf1\x55\xa9\xfa\xa5\x71\xf5\xd2\x2f\xee\x9f\xdd\x9b\x14\x26\x96\x5b\xb1\x5b\x76\xcc\xf7\x9e\x71\x6b\xab\x05\x58\x00\xb8\xff\x20\xf0\x2c\x8b\xc8\xa9\x5b\x98\x3e\xa9\xa1\x49\xdb\xf9\xe8\x51\xe2\xd7\x84\x1f\xd1\x95\x58\x66\xf2\xa6\xdc\xf6\xac\x42\xc3\xd6\xfb\xe9\xa2\x8d\x5a\xf0\x3f\x60\xea\x51\xb1\xd0\xa2\x31\xb6\x95\xe5\xb3\x62\x51\xc7\x61\x4d\x18\x61\xac\x54\x3e\x2d\xcd\xe3\x02\xec\x8b\x61\x4f\x22\xf6\x45\x89\xc6\x36\x43\x09\x81\x83\x60\x50\xcb\xaa\xce\x6d\x0d\x76\x0b\x75\xfb\xe9\x8c\xac\x8e\xd0\x0c\x2f\x3d\xd1\xaa\xc8\x62\x06\x6b\x45\xbd\xe9\xfa\xb6\x68\xab\x04\x1e\x7d\x3b\x38\x60\x84\x26\xcc\x16\x91\xbe\x26\xbf\x2c\x44\xbd\x3c\x27\xad\xcc\x7a\xf0\x3a\xfc\x7a\xd9\xfd\x38\x1e\x7b\xfa\xae\x22\x6f\x1b\x82\x30\x2b\x85\xbf\xca\x07\xcc\xf8\x35\xb7\x28\x02\xb0\x63\x83\xbe\x74\x22\x02\x52\x78\x8a\x40\x7e\x15\x38\xf9\x59\x40\x5d\x38\x74\x40\x43\xbe\xac\x7e\x03\xde\x02\x3a\xde\xf3\x11\x70\x4d\xd1\x71\x23\xb1\x35\xbe\x43\xce\xc9\x84\x61\x8a\x8c\x48\xb1\xc0\x64\x9d\x94\x68\x21\x8e\xdb\x85\xa0\x8f\x6d\xb5\xe5\xd1\x12\xb5\x2c\xce\x01\xda\x04\x73\x4b\x25\xd8\xb5\x66\x74\x40\xab\xdd\xd3\x52\x1a\x5e\x38\xff\x06\xf7\x41\x16\x85\xf5\xce\xc5\x5c\xd6\x4b\x56\x08\x7e\xe5\x71\xcc\x66\x0b\x7b\x29\x0c\x78\xf4\xc8\xe6\x8b\xb3\x69\x52\xda\xa4\x67\x90\xc2\x9e\x4e\x22\xdd\xf7\xd2\x26\xd1\x60\xa9\xfd\x30\x39\xa4\x98\x97\xb3\x6e\x03\x18\x12\x43\x75\x43\x42\x2a\x50\x2f\xcf\x41\xf2\x16\x58\xed\x82\x6b\x92\x82\x38\xd9\x30\x49\x02\x83\x0b\xe0\x1f\xc2\x96\x77\x0f\xc8\x57\x17\x53\x9d\x42\x4c\x25\x56\x08\x74\x1b\x83\x9e\x97\xe1\x7c\x81\x3a\xc9\xfb\xda\xcb\xe4\x38\xca\x97\xe3\x7b\x4d\xb0\xcf\x9f\x59\xba\x05\xe5\x8e\xec\xf8\x0a\x9c\x4e\x6b\x1b\x77\x77\x83\x74\x1a\x33\xae\xd8\x48\x88\x92\xa1\x0f\x5a\xc6\xf8\xa4\xa1\x90\xa3\x5a\x94\x99\xa8\x07\x26\xce\x06\x8b\x86\xe8\xb5\x0a\x97\xb7\x88\xb9\xab\x67\x24\x06\x4c\x50\x80\x1c\x42\x32\x68\x1f\xee\x70\x94\xc9\x37\xb5\x43\xf1\x83\x14\x4e\x90\x78\x44\x94\x08\x09\x5c\xd4\x23\x7e\xc8\x59\x04\x72\x8b\x72\x79\xe3\xa2\xce\x0c\x13\xdf\x80\x38\xd0\x5f\x51\xcf\x1e\x93\x3f\xcc\x78\x66\x53\x60\x19\x1d\x24\xed\xdf\x00\x1c\xf2\x4b\x79\x83\x0f\x38\x7c\xcd\x15\x5b\x94\x20\x54\x5e\x43\x46\x40\xa6\xa7\xb4\xa9\x4e\xdc\xc8\xa4\x94\x30\x44\xa8\x26\x3d\x20\x31\x01\x4d\xbd\x64\x7c\xca\xf3\x72\xb8\x66\x11\x2d\x9e\x66\x1d\x8d\x7e\x97\x17\xc5\xdb\x72\x9e\x62\xd5\x33\x74\x70\xec\x60\xc2\xc3\x48\xa1\x55\xdc\x9e\xcf\xeb\xe1\x98\x2d\x76\x6f\x63\x8e\x2b\xe9\x79\x7c\x0f\x7e\x2f\x20\x05\xed\x79\x5a\xf4\x69\x3d\x10\x2b\x39\x3f\xd6\x96\x7e\x57\x50\xbc\x8d\xe8\x5d\x78\x9e\x78\xa9\xf5\x09\x1a\xc3\x00\x1f\x37\x90\xb3\xfe\xfe\xda\xa0\xf0\xad\xe6\x6a\x8f\x35\x7c\x3a\xf0\x55\x08\x03\xa7\x94\x18\xc4\xea\x83\x41\xa4\x21\x18\xa0\x09\x07\xe2\x73\xed\x4b\x0f\x64\x37\x7c\xe9\xf3\x6b\x63\x70\x09\x1d\xa3\x3c\x7e\x65\x90\xf6\x6e\xea\x47\xb2\xfc\x05\x9f\x42\x5a\xc6\x29\xba\xac\x59\xa8\xf5\x9f\xe0\x6e\xed\x33\x0f\xaf\x25\x64\x38\x86\x88\xa3\x91\x98\x68\x6a\x88\x7b\x9a\x97\xd3\xdd\x5a\x8c\x65\x39\xce\x21\xd6\x09\x14\x09\x22\x53\x03\x7d\x37\x4b\x81\x9a\x67\xdd\xa0\xce\x6c\x1e\x2e\x3b\xea\x0d\x57\xcc\xd3\xdc\x9b\x91\xc1\xc9\x12\x5e\xa9\x21\x6a\x1c\x67\x68\x4e\x05\x03\x6a\x53\x83\x0b\x1e\x04\x1b\x97\xd9\x20\x3d\xa8\xcd\xb1\xe4\x8d\x3e\x60\x37\x33\x4a\x1c\xd5\x36\x91\xf8\x09\xfc\xa8\x92\x55\x93\xcf\x8d\xf4\x80\xaf\x47\x39\x80\x0c\x4f\x90\x8d\xa7\xcd\xc4\x0d\x0c\x31\xf2\xbd\x3e\x83\x3d\xc0\x47\x24\xd7\xf2\x8a\x1d\x16\x88\x1a\x57\x61\x46\x58\xbd\x02\x7a\x98\x86\x3e\xca\x9b\x91\x01\xe7\x9f\xc1\x5e\x9d\x11\x62\xfb\x67\x75\x5a\x16\x4b\xa8\x6c\x21\xeb\x86\x9d\x5d\xbc\x64\xc6\x05\x38\x2f\xad\x3e\x78\x26\xe6\x62\x60\xf2\xb2\x36\xe2\x16\xb2\x3d\xc3\xaf\xbb\x67\x17\x2f\x87\x3e\x9e\xc0\xaf\x7b\xc6\x23\x6a\xdf\x3a\x74\x79\x93\x86\x39\x80\x19\xfb\xfe\x82\x4f\x43\x55\x98\xa7\xf9\xda\xff\x14\x62\xfe\x97\xa8\xa5\xa7\x50\xc3\xa6\xde\xad\xf1\xda\x7e\x1a\x0e\x87\xe6\x36\xf8\x3f\xfb\x82\xbd\x66\x4d\x25\xc4\x7e\xe9\x2b\x63\x1f\x7d\xa7\xbb\xf5\x0d\x09\x53\xd1\x44\xbb\x6e\x07\xc9\x1b\x38\x46\x45\x3a\x6d\x4a\x07\xce\x15\x7b\xff\x0d\x2f\x97\xef\xbf\x21\x67\x0b\x6f\x2e\x71\x5b\x89\x71\xa3\x18\x87\x68\x76\x1b\x6b\xa5\x1f\xc0\x5a\x00\x66\xea\xeb\x37\xe6\x65\x34\xd3\x08\x93\x94\x95\x70\xb1\x2d\x42\x68\x99\xd7\xa6\xc1\xc6\x5b\x58\x2c\xd9\xa4\xe0\x53\x45\x37\x41\xcf\x54\xd5\x72\x54\x88\x79\x0c\xfc\x83\x53\x6b\xe3\x7f\xc3\xe1\xb0\x67\xc9\x99\xc9\xb2\x9d\xd4\x99\x00\x0a\x8e\x11\xa5\xa7\xa2\x71\x79\x07\xac\x22\x1f\x18\x7f\x48\x04\x00\xe6\x24\x5a\x04\x9e\x43\x30\x0e\x18\x10\x20\x79\x58\x66\x05\x7f\x47\x27\x73\x85\x95\xa7\x33\xaa\xcc\x66\x5d\x24\xb0\x82\xb5\x32\xd9\xfb\xa1\x72\x50\x2d\x98\x92\xc1\xe0\x18\x60\xae\x9b\x97\x7c\x2e\x28\xc3\x1c\x65\xd3\x1a\x09\x43\x3a\x94\x9e\x09\x2c\x1a\xde\xc6\x5a\x18\xf6\x3f\x8d\x95\xea\x85\xee\x19\x1e\x29\xef\x7f\xf9\x4a\xc2\x70\x2d\x26\xfb\x9f\x90\x0a\x58\xe3\xb4\x2f\xa2\x0a\x93\x9f\x63\x32\xf0\x9e\x64\x7f\xfa\x96\x2b\xa0\x19\x2f\xcf\x36\x04\x12\x3c\x8d\x77\xff\xa6\x6e\x77\x4a\xb9\x33\xca\x4b\xef\xa8\x2c\x37\xb1\xff\x09\x0c\x2f\x6b\xfd\xd2\x20\x37\x08\xf1\x02\xd4\xb5\x27\xae\x07\x48\x6c\x7c\xb0\x25\xa6\xfb\x34\xc0\xd2\x9f\x41\x03\x70\xb8\xf2\x58\x19\xd7\xd6\x7e\xb1\xed\x7f\xf0\x28\x85\xb7\x7d\x26\xc7\x8d\x6d\xf7\xfd\xee\x05\x9f\x52\xe3\x7e\xda\xc2\x16\xe6\x30\xf4\x2a\xe4\xd8\x12\x54\x8d\x98\xb3\xb6\x61\xda\xa4\x8c\x99\xc8\x7a\x2c\x4e\xca\x46\xbe\xf0\xca\xb2\x74\x17\x6f\x86\xe6\x19\xd6\x41\x77\x93\x09\xe7\x0e\x28\x4a\x1a\xdf\xa6\xbb\xcc\x5d\x6e\x3e\x02\x23\xcc\xc9\xcb\x7e\xb3\x42\xd2\xac\xbb\x94\xf4\xd8\x58\x6d\x41\x65\x00\xc9\x1f\x91\xd7\x73\x6b\xb1\x45\xa6\x4b\xe9\xb2\x7a\xc0\xab\xd8\xf0\x2b\x2a\xef\x13\x1a\x50\x51\x86\x49\xee\xa8\x5f\x21\x9d\x62\x22\x53\x8b\x6d\x35\x8b\x13\x70\x6e\xc0\x0b\xfb\x72\x33\x63\x5b\xe9\x03\xf6\xb5\x08\x09\xe6\x79\xa3\x54\xdb\x5e\x3a\xcf\xf6\x70\x9e\x94\x61\x3e\x25\x6a\x4c\xca\x1b\x6a\x93\x50\xad\x9d\x9a\x6f\xc9\xe5\x76\x64\x6b\x33\x1b\xd0\x1a\xd8\xe9\xff\x3b\xb6\x2d\x01\x14\xdb\x8f\xe4\xaa\x78\xd4\x8d\x92\x37\x6b\x50\xc9\x09\x2c\x00\xd3\xcb\x98\xec\x66\x7c\xf4\xc8\x4d\x8f\x32\xb1\x91\xa7\x13\xc0\x77\x15\x8d\x6c\x25\xa3\x67\xa1\xf2\xf4\x1e\xd8\x11\xab\xbf\x5a\x72\xfc\x5d\xd5\x60\xfd\x60\x90\x76\x2a\xbc\xb5\x5d\x7a\x5b\x49\x6a\xe1\x57\xb8\x4a\xd5\x97\x48\x8d\xdb\x4f\x62\x68\xa2\x65\x42\x4b\x11\x67\x3d\x66\x49\xad\x04\xb9\x76\xdb\x32\xf4\x2c\x85\x8c\x43\xef\xfb\x0a\xf4\xb6\x05\x5e\x8c\xbe\xd7\x60\x88\x8f\x5a\x1d\xa5\x8a\xba\x2e\xfc\x20\x6c\xe0\x00\x89\x3e\xb4\xea\xab\xb6\xeb\xcd\xff\x5e\xbf\xaf\xa8\x63\x64\x0e\xb3\xb3\x94\x6c\x5a\xf9\xd2\x5d\xc5\x61\xd5\x73\x0b\x6e\x6d\xeb\x5f\xdb\xdf\xfb\x19\x7a\xc9\x15\xe8\x8a\xee\xfa\x7a\x20\xa6\xea\x45\x75\x23\x2a\x84\xc2\x25\xf0\xd7\xf5\x0a\x77\xde\x04\x95\x7a\x68\xdc\x89\xc4\x89\xcc\x94\x29\x8a\x62\xa7\x1a\x98\x02\x9b\xf6\xff\xc7\xe7\xde\x52\xed\xdc\xf5\x94\x39\x53\x95\x80\xf4\xe3\x09\x07\x3d\xff\xac\x51\x4d\x40\x95\x54\xc0\xcd\x11\x64\xf4\xf2\x6f\xc6\x2b\x49\x77\xa0\x29\xc8\x5e\x8f\x25\x5f\x5e\x98\xa9\xd0\xcd\x93\x65\xa2\xe0\x4b\xeb\xa0\xa8\xc6\xa2\xe4\x75\x2e\x15\xeb\x41\x3a\x31\x0e\xc9\x74\x85\x17\xe1\xca\x4c\x34\xb7\x41\x4a\x92\x71\x68\xae\x42\x22\x23\x0f\x02\x49\x33\x13\x26\xf7\x7d\x3f\xe4\xbe\xc2\x9c\xcf\x2b\x97\x6a\x33\x41\xa7\xb8\x49\xe7\x07\xd2\x62\xdd\xb8\xfd\x14\x24\xd2\x1e\x8f\x65\x9d\x91\xb3\x95\xaf\x82\xa8\xd0\x27\x2f\xfb\xbb\xdd\xa2\x48\x99\x1d\xa5\x33\x0c\x57\xdb\x5d\xa9\xe6\x2b\x28\xf6\x64\x89\x9a\x16\x52\xa6\x27\xb0\xa7\xa5\xae\x73\x17\xbe\x97\x68\xfe\xe8\x11\xdb\x6a\xff\x6c\x93\xcc\x42\x96\xd8\x5e\x30\x2b\x74\x09\x7e\x71\xad\xdb\xe1\xce\x3e\xf3\x11\xe8\x71\xdb\xd9\xaa\x76\x77\x8d\xa3\x27\x1c\x60\xe7\xbd\x03\xdd\x16\xa9\x49\x5c\xe6\x74\xbc\x07\x0e\xb1\x32\x51\x89\x32\x23\x4f\x51\x28\x73\x4c\x77\x23\xb2\xc1\x77\x19\x2c\xe2\x63\x0d\x2b\xde\x27\xd9\x92\x3b\x32\x0d\x5f\xda\x64\xd0\x71\x0f\x77\xa0\x52\x2f\x34\x9c\x8a\xb9\x98\x36\x6f\x17\x72\x67\xa9\x10\xb7\x50\xba\xde\xc4\xcb\xa1\xa7\x24\x5d\xb6\x85\x12\x6e\x93\xb1\x68\x3e\x57\x64\x80\x02\x8f\xc9\x31\x3d\xf7\xdf\xb2\x9a\x83\xd5\x16\x52\xd3\x73\x36\x86\xe0\x3f\x17\x55\x66\x5f\x42\x0f\x9a\xb9\x74\xdb\x6e\x29\x04\x4e\xb2\x63\xf3\xae\xdb\x79\xf0\x4b\xe2\x22\x2a\x32\x65\xd9\x13\xe9\x41\x4b\x72\x5d\x8e\xcc\x21\x1d\xee\x68\x95\xf5\x72\x0e\x35\xf2\x53\xd1\xb0\x84\x0a\xbf\xd7\x2a\x6a\xd1\xa5\xec\xef\x18\x33\x40\x80\x8e\xd1\x82\x36\xc1\x38\xc6\xd3\x77\x85\xa6\xf5\x01\xfe\x5a\xeb\x8d\xf5\xcc\x65\xb0\x69\x71\x06\xe4\xc0\x1f\xa4\x4a\x59\x59\x6f\x24\x74\xa9\x01\xad\xb0\xb1\xc6\x87\x3a\x70\x54\x54\xa3\xb9\xbf\x31\x2e\xfa\x9e\x73\xfe\xd0\xbf\x87\x11\x18\x5b\xc6\xe4\xda\x66\xba\x0d\x91\x03\xbd\xb7\x31\x8f\xc6\x42\x0b\xfa\x9a\x85\x83\xd2\xa3\xd1\x36\x49\x86\xa6\xe4\xfd\xd4\x0c\x07\xc9\x1c\xd0\x49\xe3\x6b\x38\x69\x9f\xed\xa5\xf2\xc9\x7b\x5c\x6a\x8c\x24\xa4\x8b\xc2\x34\x57\x46\xe7\x85\x28\xda\x19\x88\x19\x26\x9b\x24\xdf\xcb\x54\x98\x77\x4f\x5c\x77\x24\xee\x0b\xe9\xb7\xa9\x5b\x89\x09\xe8\xb0\x03\x68\x3e\x55\x9e\x09\xc6\x29\x86\x9c\x65\x92\x92\xa0\x81\x9b\xa7\xeb\x32\x0c\xe9\x61\x3a\x71\xa1\x9d\x4f\x96\x01\xe1\x3e\x9a\xf1\x72\xea\x89\x07\x0f\xd0\x70\x66\xf2\xb5\x6c\x0e\x6d\x21\x55\xd8\xc0\x0b\x69\xb2\x98\x39\xc9\x47\x35\x12\xa3\xe6\xbd\x04\x67\x5f\x63\x7e\x3a\xcb\xd7\xb2\xd1\x04\x39\x1c\x96\xbe\x79\x91\xaa\xd6\x1d\x08\x34\x2d\xb4\x1b\xef\x66\xa2\xa4\x17\x3d\x0b\x3b\xa4\x3d\xb5\x8c\x27\x6e\xb7\xb1\x2f\x57\x27\xf3\xb9\xc8\x72\xde\x88\x63\xa1\x79\xd1\x8c\x7b\x8a\x9a\xe4\xd7\xd3\x09\x96\x8d\xea\x42\x1e\x1a\xbf\x10\x8d\x7e\x03\x56\x16\x3b\xea\x88\x28\x31\x7e\x98\x89\xc9\x3d\xcc\x8c\x07\x87\xa4\x97\x69\x98\x0c\xce\x45\xa2\x7b\xca\x45\x75\xc5\x10\xa6\xdb\x5d\x7d\x52\x3b\x75\x52\x81\xb7\xa9\x55\x8e\x84\xce\xa6\xce\x0a\xbf\xea\x30\x56\x3a\xa8\x26\x36\xaa\x9d\x84\xc4\xfc\xf7\x1b\x3a\xaa\xae\xf0\x8a\x63\x51\x82\xcc\x93\x09\x56\xb6\x28\x45\x9d\x08\x1f\x72\x61\x39\xb6\xa2\xa5\x66\x31\x5d\x6c\xa1\xf3\xe1\xa0\xb2\x9b\xca\x37\xe0\x42\x02\xd2\x0d\x2f\x18\xe4\xc6\xb1\x28\xb1\xbf\xee\x4c\xf1\x52\xcd\xf9\x72\x64\x36\xdb\x7a\xed\xb8\x7d\xec\x74\xfa\xf4\xde\x22\xf4\xfe\x5c\xe5\xf2\x69\x23\xe8\xd7\xa8\x7b\x83\xcf\xe9\x01\x3b\xd4\x8f\x1e\xcd\x6b\xea\xa5\x95\x0a\xe3\x41\xe2\x4a\x15\x7a\x7b\x53\x3b\x90\xac\xcf\x9f\x68\x18\xa2\x6f\x02\x79\x13\x7d\x3c\x84\x4d\x7c\x6d\x33\xe9\x29\xcf\x22\x90\x0c\x5c\xd8\x20\x1a\x3f\x5a\xc8\x17\x6d\xf5\x24\xe1\xf3\xb3\x99\x30\x81\x89\x83\x51\xa6\x05\x3a\xc8\x15\xf0\xcc\xa1\x70\x0b\x52\x2c\x86\x92\x80\xc2\x01\x33\x41\x31\x3e\x92\xd7\x62\xcd\x1d\x0f\xfc\xf2\xbc\x8b\x1c\x5f\x37\x53\x87\x05\x1c\x9c\x7d\xd7\x77\x28\xae\xb5\x95\xe6\x67\xfd\x9b\x6a\xb8\xfd\x08\x72\xa8\x3b\x84\x8a\x06\x72\x64\x46\xed\x02\x2f\x33\x73\x2d\x49\x09\xe2\xbc\x3c\x89\x79\x74\xa2\x8e\xa6\x02\x86\xea\xb1\xcc\x92\x3d\x77\x91\x5b\x0b\x7f\xf4\xa8\xbd\x19\x8e\x16\x77\x9d\x47\xe7\x83\x03\x3a\xe7\xd4\xde\xa4\xdd\xe4\x22\x61\x26\x86\x24\x50\x65\x75\x3b\xbe\xb7\x3c\x93\xa2\x61\x22\xff\xbd\x4d\xe1\xeb\x74\xcb\x6c\x23\x05\x98\x59\x92\xac\x58\x7f\x1d\xaf\x96\xf4\xa9\x8d\x19\x63\x71\x9d\xf4\x03\x4b\xf1\x5e\xe8\x87\xb9\x92\x77\x0b\x52\x12\x77\x24\xa7\x6d\x2d\x2e\x76\x76\x94\xa6\xea\xa3\x03\xcd\x59\x55\x12\xcc\x5b\xbb\xab\xff\x35\x9d\x06\xd9\xc9\xf7\xef\xac\xa6\x0e\x79\x69\xa7\x7d\xe3\x0d\xf9\x3d\x81\x7b\x10\xf8\x73\x80\x5a\x8f\x17\x45\x9b\x1c\x29\x90\xa9\xc8\xa7\xc4\x48\xf3\x37\x82\xbd\xff\x46\xcb\x58\xef\xbf\x31\x0a\x17\x17\xef\x1c\x48\x5d\xe8\x45\x71\x63\x7c\xa1\x30\x2a\xd9\x4d\xe2\xea\xb2\xdc\x08\xe3\x5d\x44\x73\x04\x6a\x72\x53\xea\xca\xd5\xdd\x31\xc9\xc5\x87\x86\x40\x60\x95\x02\x3e\x52\x8c\xdf\x70\xca\x3f\xaf\x7f\x27\x51\xd0\xbe\xd8\xde\x1a\x02\x9f\x58\x4e\x55\xb8\x69\xc6\xaa\x16\x3b\xd4\x55\x35\x36\x06\x23\x8e\xbd\x0d\x3d\x33\x5b\x01\xda\x0f\x11\xb4\x4d\xc4\x93\xcf\x9f\xe1\xf0\x40\x6d\xcc\x1f\x2d\x37\x46\xdb\xca\xb5\x89\x6f\x73\xbb\xab\xef\xe2\x89\xde\x04\xdc\xde\x85\xb3\x58\x32\xb6\xf1\x76\x41\x1c\x37\x43\x19\xba\x5d\x29\x3a\xb7\x95\xa2\xdd\x00\xd0\x52\xa5\x5b\x0e\xd8\xf6\xce\x93\xed\x7e\x9a\x45\x84\x8e\x1d\xaf\xed\x1d\x96\xe0\x09\xae\xc1\x22\xa2\x75\xae\x06\x33\x39\xc0\xd3\x0d\xf6\xa9\x2d\xa2\xa7\x38\x06\x9a\x1e\xaf\xde\xba\x2d\x4d\x3c\xbe\x29\x61\xff\x59\xb1\xa8\xb5\xac\xdf\x16\xe5\xd7\xf9\x4b\xb7\x72\x54\x78\x9e\x29\xa1\xf6\xc0\xe5\x0e\xfa\x2f\xa4\x3d\xb0\xe5\xe0\x57\x69\xca\x5b\x75\xdd\xbb\x06\x75\x95\x4a\xd7\xcb\x94\xae\x72\x97\x5f\xaf\xcb\x55\xec\xc2\xae\xb6\xce\xe1\x7a\xb1\x10\x8a\x67\x55\x0b\x35\xa3\xbe\x0e\x8d\x2c\x48\x5e\xe5\x2e\xf8\xe9\x8e\x12\xd7\x97\x08\x46\x98\x11\x2b\x65\xb4\xaa\x5f\x82\xac\xa8\x01\x92\x55\x6f\x85\x5f\x86\xab\xa9\x99\x66\xf3\x69\x29\x9b\x84\x16\x98\x25\x75\xb2\x48\x1d\x31\x9a\xa9\x29\x76\x77\xd9\x79\x23\x2b\x86\xae\x79\xb9\xf1\x18\x74\x2e\x4a\xe4\xef\xcb\xaf\x04\x1b\xeb\x87\x94\xea\x79\xe9\x4b\x63\xeb\x08\xba\xe1\x42\xd9\xf8\x4b\xe2\x7d\xf7\x9f\x9e\xa4\x01\x62\x73\x23\x53\xfb\x65\x32\x6f\x6a\xcc\xe8\xaf\xe2\xd0\xd3\xfc\x64\x5c\x79\x14\x83\xe7\x13\xa3\xb7\x38\xe4\xd6\xb6\xa7\xbb\x6d\xc2\x7c\xa6\x7b\xa6\x4e\x3c\xd9\x72\xd8\x38\x8a\xbd\xf3\xa4\x3b\xa8\x60\x15\xc7\xbf\x95\xb4\x28\x7c\xfe\x1c\x5b\x89\x36\x61\xf5\xc5\xfd\x39\x7c\x7f\x29\x8f\x13\x69\x16\xbc\x54\x27\x7e\x25\x03\xcd\x42\x62\x0e\x8e\x6c\x33\x8f\xc8\x84\x35\x25\x88\xba\x6a\x8f\x4b\xea\x8f\x64\x85\x8f\xae\x7c\x20\xfa\x86\x5d\x89\xa5\x6a\x6a\x79\x25\x54\x92\x31\xb3\x0e\x99\xe1\xd3\xd4\x0d\xfa\x20\x74\x11\xf7\x6c\xb0\x41\x29\xe8\x7f\xae\xb7\xeb\xc1\x76\xe3\xcc\x25\xdf\x35\x6f\xdb\x80\x79\xbe\x79\x7f\x35\xa7\x30\x60\x15\x9f\xe6\xe5\xf4\x1c\x3d\xf6\x8f\x6d\x63\x54\x83\x41\x2a\x03\x17\xbe\xfe\x35\x9e\xd0\x28\xbc\xd5\x1e\x78\xcc\x0f\x47\x9f\x7b\x09\xb9\xd0\x9d\x03\x29\x9e\x9c\x97\x3d\xe1\xa5\x5e\x49\x74\x06\x61\x1a\x4c\x13\x51\x47\xc9\x52\x72\x75\x6c\x72\x44\x50\xff\x5e\xdb\xc8\xdd\x4d\x51\xc2\xc8\xe0\x76\x78\xe0\xaa\x50\xaa\x74\x7c\x96\x59\x62\xae\x82\xf0\x41\x54\x8e\x40\x38\x87\x5e\x70\x5e\x4e\x4d\xda\xa2\x02\x63\x64\x6d\xc5\x60\x7f\xa0\x69\x69\x02\x5c\xec\x2d\x5c\x83\x88\x41\x44\x6c\x2f\x89\x13\x8f\x1e\x25\x71\x45\x9f\x17\x7a\x13\xa4\xd0\x0e\x79\x81\xf6\xef\xd0\xab\xdf\x8a\xe2\xbc\x97\xb5\x01\x87\x88\xc2\x30\x3d\x6d\xa5\xf9\xd9\x68\xb9\xbc\x1c\x0d\xe6\x30\xc1\x3b\xd2\x2d\x29\x8e\x8e\xcc\x93\xe9\x13\xe0\xf9\xb0\x9f\x7c\x3d\x60\x2c\xa4\xf8\x5b\xce\x02\x59\xc0\xc9\x45\xc9\xb4\xcf\x1b\x51\xa9\xd8\x25\xd8\x84\xd3\x76\x3a\x0f\xae\x71\x1f\x64\x9d\x0c\xef\x20\x6e\xd8\x0d\x5f\xb7\xb3\x63\x6b\x90\x84\xd3\xe1\x0a\xdf\x3e\xc6\xbc\x78\x90\xbb\x6e\x74\x2b\x5d\x7b\x8b\x95\x73\x07\x62\x73\x83\x76\xd2\x85\x68\xcc\x95\x51\x30\x9b\xa6\x74\x1a\xac\xb3\x21\xaa\x9b\xbc\x19\xcf\x5c\xc6\xa7\xd0\x24\xce\x95\x70\xe9\x9f\x14\xa4\x0d\xf3\x37\xc8\x51\xb0\xce\x5c\x33\x96\x4e\x35\xf5\xf2\xa4\xbc\x96\x57\x94\x2b\x58\xd6\x36\xe0\xb8\xf3\xd4\x41\xa9\xd7\x8f\x73\x77\xc6\xf6\xa4\x40\x5d\xe0\xed\x69\xd7\x32\x20\xc5\x50\xbc\x0a\xfb\xf0\x81\x38\x95\x48\xf1\x68\xfc\x61\x5a\xe0\x10\x53\xb0\x82\x8f\x0a\x55\x04\xfe\xae\x69\x41\x1f\xe6\x7a\x29\x26\x4d\x0f\xc3\x48\x5a\x13\xa4\x56\x1c\xad\xf9\x6e\x1b\x00\xa1\x58\xff\x68\x3b\x70\xa6\x81\xfa\xdd\xb6\x60\x51\xdd\x7d\xfd\xce\x55\xe9\xb7\xd9\x81\xb7\x55\xef\x77\x58\x79\x26\x6f\xca\x7f\xbc\xb5\x03\xa7\xf6\x15\x57\x9f\x5e\x7b\xc5\xa7\xa0\xbe\x6a\xad\x7f\x2b\xc9\xcc\x3a\xda\x65\xe1\x7c\x03\xed\x92\xaf\xf2\xe6\x84\xa9\x1b\xb8\xb7\x6d\xb4\xbc\x2b\x68\xa8\xc1\xfb\xea\x44\xb3\xe1\xa3\x16\x68\xe1\x0c\x0f\x8a\x14\x64\x21\xf7\xee\xe5\xbd\xf3\xb2\x9c\xb4\x9a\xf9\x09\xf1\x80\x4f\xee\x2c\x18\xa2\x47\x6c\x8d\xd4\xbb\xdf\x50\x10\xfd\x09\x8e\x69\xbe\x1d\xdc\x03\xee\xa3\xe5\xbd\x4e\x74\xd3\x15\x4c\x57\xc0\x86\xc4\x47\x66\xf3\xff\x93\x15\xcc\xcb\x6e\xd7\x9e\x32\x91\x0a\xaf\x95\x31\x2c\x75\x6a\x5e\x66\xe3\x70\xd9\x6d\xba\xdf\xda\x3f\xc3\x18\x7e\x8c\x6a\x83\x6c\x64\xae\x6b\x17\x5e\xe8\xc7\x3c\x5b\x8b\x18\x44\xbb\xe1\xa7\x53\x3f\x88\xaf\x83\xa6\xa6\x6c\x2f\xfe\x15\xe9\x4c\x4c\x4f\x12\x9a\x78\xe6\x22\xc9\xf9\xe8\x5d\xde\xcc\x8e\xdd\x36\x51\x49\x16\x7a\xac\xd8\x01\xdb\x0a\x13\xbb\x7b\x7f\x3d\x5d\xb3\x84\xd6\xe0\xad\x75\x78\x9c\x41\x7b\x39\xfe\xa3\xb9\x8a\x48\x6e\x90\x30\x31\x46\x13\x1f\xd0\x4d\xe9\x72\x32\xdf\x96\x75\x77\x8c\xf4\x97\xfa\x8d\xb8\xe0\xa3\x17\xb5\x9c\xb7\x44\x21\x1f\xe6\x95\x59\x84\x12\x6b\xbd\x1b\x5d\x9b\xc9\x79\x9b\xa5\x4d\x6d\x5d\xae\x8e\x24\x24\x85\x7e\x9e\xe5\x8d\xef\xe9\xd2\x79\xbb\x3b\xe8\xcd\xc6\xd4\x21\x41\x5e\x82\xfb\x06\xdd\x5f\x4a\x65\x9c\xeb\xe3\x71\xe0\x7b\xe4\x9c\xba\x9a\xe2\x24\x03\x01\x5b\x7b\xba\x51\x70\x5a\x57\xcc\x4f\xa7\x18\xe7\x05\xfd\xac\x3f\x8c\x4e\x6f\x24\x16\x44\xa3\xb5\x3e\x25\xe3\x87\x7c\xc9\x35\x15\x3b\xe4\x45\xb7\xa5\x03\x86\x56\xee\xe9\x43\x1f\x5e\x51\x66\xff\x2d\xf0\x13\x59\xaa\x7b\xa3\x67\x1b\x41\x7f\xb3\x98\xb4\xf5\x67\xb1\x12\x3d\x7f\x97\x18\xb6\xdf\x18\x25\x1b\x51\x6f\xae\x07\xc0\xb4\xb6\xff\x08\x7a\x00\xd2\xf6\xee\xad\xe0\xca\x5b\x35\xf6\x3a\x4c\x15\x2b\xdc\x82\x12\x9e\x39\xbc\xb8\x32\x65\x3e\x33\x39\xb7\xbe\x8f\x79\x69\xd3\x8e\xf9\x1e\x38\x49\x03\xc7\x8a\x6d\xc3\x3d\x4b\x39\x44\x6f\x5e\x70\x29\x0a\x40\x0b\xec\xd5\xc1\xf8\x5e\xbc\xc7\xa6\x2e\xac\xab\x42\xbc\x32\xd9\x95\x89\x80\x6a\xd6\x34\x7c\x0a\x69\x53\xc0\x43\xf5\xd9\xdb\x8b\x8b\xd3\xd7\xdb\x01\xe5\x4a\xb5\x3b\x5c\xdf\x04\x2a\xa1\xac\x6f\x76\xf1\xfc\x3f\x2e\x0e\xcf\x9e\x1f\x6e\x9b\x66\xa9\x1a\x8d\x51\xe4\x7c\xa8\xec\xf5\xc6\x5f\xab\x93\x26\x8b\x73\xe8\x7f\x8b\x50\x3d\x28\xc5\x42\x7a\x88\xae\x12\x6e\x54\x71\x13\xc6\x49\x2f\x7b\x6d\xc9\x2f\xdf\x1d\x8f\x75\x85\xbd\x7b\x16\xcc\xaf\xe5\x87\x10\x39\x49\x74\xb8\x46\xc4\x29\xa0\x56\x04\xcd\x99\x32\xbd\xf6\xbe\xa2\x13\x2f\x3a\xa1\x76\x16\xee\x68\x9b\x00\xf4\xfc\x04\xeb\x41\x47\x05\x5d\xe7\x6c\xee\x97\xca\x45\xa7\x20\xc7\xfe\xfa\x7f\x7d\xfe\x9c\xe4\x91\xed\xcf\xfe\xa2\xc3\xd4\x7e\xde\x28\xed\x8b\xea\x71\xd8\x5f\xc2\xf0\x89\x96\xad\xde\x1f\xa7\x3d\x50\x98\x0d\xc3\x6b\x7b\x8f\x44\x18\x2c\x76\xa7\x19\xd3\xdb\xee\x0f\x3b\xf1\xb2\x52\xac\x78\xc5\x63\x97\x1a\x18\x6a\xbd\x63\x02\x36\x4b\x11\x80\x70\xa1\xd0\xee\x9e\x4b\xf4\x1e\x31\xe3\xf9\xdf\x8c\x67\x2b\x6c\x4b\x08\x54\x64\x60\x82\x4e\x29\x40\xe1\x43\xea\x06\x9a\xdd\x44\xd8\x4b\xc7\x12\x9f\xe7\x23\x48\x91\xd7\xb5\x91\x2c\x11\x84\xda\xca\x67\x68\x4b\x14\x19\xc1\x95\xa8\x62\xae\x5e\xc8\xfa\x86\xd7\xce\x81\x92\x2c\x33\x53\xd1\x1c\xe7\xb8\x9f\x9a\xc4\x1c\x21\xcb\xc1\x7a\x88\xe8\x67\x62\xdc\xec\xb1\x23\xa8\xd0\xa6\xff\x3d\x20\x02\x12\xff\x0e\x09\x9b\xb0\x1c\xc9\xc0\x3c\xda\x07\x7b\x0c\x08\x15\xfd\xb0\x50\xc2\xe8\x2c\x6b\x5e\xf9\xf9\x74\xac\x19\x29\xfd\x3a\x8a\x35\xce\x32\x16\x4d\x79\x99\xe5\x99\x26\xf6\xb4\x1e\xdf\xb9\x24\x68\xd0\x11\xd1\xe4\x39\x23\xb4\xfc\x08\xf1\x1e\x80\x8c\x6e\xa2\xfa\xfc\xb7\xc8\x04\x64\x3d\xf3\xcb\x53\x05\xa6\xf8\xe1\x5a\xed\x4f\x50\xda\x2a\x24\x22\xc2\xd1\x9b\xad\x7b\x33\x00\x8e\x75\x8c\xe5\x8e\x36\x59\xf1\x1c\x6c\xd2\x22\x46\xa8\x6b\x0a\x05\x0c\x8b\x6b\xc9\x1b\xdc\x7a\xc2\x59\xdb\x27\xd0\x21\x1f\xb8\xda\x86\xbb\x7a\x60\xb9\xb7\xa9\x68\x9e\xc9\x05\xc4\x94\x3b\x54\x04\x65\x54\x40\x7b\x7c\xce\xc7\x21\x53\xcf\x82\xe9\x40\x3c\x88\xed\xab\x29\xe9\x40\xb4\x38\xff\xbd\x44\x45\xe1\x95\x5d\xd7\x78\xe3\x45\x2b\x6e\x59\x8c\xdb\x91\xfa\xcc\x53\xa2\x99\xfb\xe9\x7c\xc5\xba\x36\xea\x69\xbb\x3b\xf5\xf0\xae\x50\x92\x40\x78\xe4\x41\x2f\x25\x4d\x20\xfa\x51\x56\x25\x0f\x74\x37\xfe\xbe\xbe\xa4\x5a\x66\x49\x5c\x5f\xf8\xd6\x92\x46\xe2\x6b\x1c\xf8\xc4\xf9\x0d\x93\x62\xcb\x3a\x80\x7e\x20\x70\x7a\x5d\xf0\x78\xe9\x50\xed\x97\xef\xdb\xd0\xb7\xa5\xa8\x14\x7d\x8a\x06\x7a\x7a\xaf\x95\x26\x56\xd5\x9e\xeb\x87\x7d\xf6\x18\x8b\xc5\xc7\xa0\x3f\xbe\x9b\xbc\xb7\xc2\x32\xbf\x11\xbc\x69\x47\x4c\x57\xd1\xde\xba\x12\xe2\x97\xdd\x5d\x46\x49\x58\xbc\x58\x05\x3b\x91\xa3\x6c\xad\xb9\x7d\x94\xda\x3c\x96\x28\xa2\xf1\x01\x1b\xdd\xd6\x27\xc4\x13\x24\x82\x4f\xbc\x17\x20\x55\xfb\x50\x83\x19\xbe\x8c\x2d\xee\xc8\x10\xd3\x04\x2d\xbd\x53\xaa\xa9\x14\x41\xea\xd2\x1b\xae\xe0\xec\xd2\x7a\x90\x74\x0e\xa7\x0e\xdf\x8d\xf5\x70\xc7\xc4\x74\x9d\xee\x27\xce\x86\x95\x56\x37\xad\x5a\x55\x34\x40\xdb\xb3\x65\x93\x9f\xee\x98\xd9\x2a\x60\xe5\x7c\xcc\x5b\xcd\xd2\xa1\x69\x65\x85\x26\xe1\x42\x56\x3e\xef\xf3\x40\x5f\xc5\x42\x4c\x1a\x3f\x65\x47\xca\xef\x16\x5c\x3d\x9c\x38\x14\x7d\xbc\xd5\x5f\x1e\x3f\x4d\xb9\xac\x45\x66\x96\x1e\x6a\xda\xee\xc3\x7d\x7a\x58\xa6\x77\x22\x4b\x30\x81\xb4\x19\xae\x23\xbb\xe6\xc5\x42\xd8\xcc\x50\x93\x42\x72\xc8\x36\xcb\x75\xff\xc9\x44\xd4\x6c\xb4\x64\xd7\xa2\x5e\x32\x35\x87\x10\xae\x9a\xc3\x9b\xac\x98\x9c\x30\xce\x32\x31\xce\xe7\xbc\x18\x06\xa3\x1b\x7f\x47\xe8\x0f\xf9\x53\x46\xa2\xb9\x11\xa2\x64\x8d\xac\x20\x80\x72\x24\x9b\x46\xce\x21\xf8\x8b\xb2\x37\x71\x56\xe5\xb7\xa2\xc0\x58\x31\x97\x4b\xa7\xa9\x05\x6f\x82\xc1\x9b\x99\x98\x6b\x1c\x13\xbf\x2c\xf2\x6b\x5e\x40\xfd\xf0\x25\x55\x77\x7e\xc5\x9b\xd9\x70\x52\x48\x59\x0f\xd9\x0b\x59\xdb\x02\x7a\xec\xdf\x87\xdf\x7d\xf7\xdd\x77\x30\x35\xfe\xf3\xbb\x27\x5e\x18\xb6\x1b\x6a\x10\x4c\x35\x5a\x60\x72\x29\xb9\x68\x70\xe8\x17\x7a\x68\x0d\xc1\xd2\xe6\x88\x72\xc1\xad\x36\x77\xaf\x9f\x05\x37\x62\x48\x10\x2d\x1d\x98\x3d\xf7\x69\xd8\xc8\xca\x67\x47\x62\x36\xf0\x19\x6e\x59\xd0\xdb\x7d\x1d\xe2\x8e\xf6\x5b\xc9\x26\xc3\xb9\xbf\x6f\x0d\x18\xbd\x7c\x2d\xae\xf7\xce\x86\xd6\xa0\x28\x7e\x9b\x05\xa0\xab\xbe\x41\x91\xfa\x55\x0f\x7c\x30\xca\x9a\xce\x5f\xe2\x2d\xe9\x79\x24\xc2\xf2\x5e\xe1\x3e\xfd\xb0\x9f\xd8\x28\x7d\xb7\xc3\x93\xdc\xdf\x77\xe4\x26\x0e\x62\xf3\xc8\x50\xd0\xab\xa5\xd4\x0f\x89\xcb\x0f\x7e\x73\xa4\x29\x8f\x1e\x45\x04\xe8\xfb\x76\x9b\x3f\xf8\xbf\xdc\xe4\x59\x33\x6b\xed\xbc\x47\x0e\x1e\x87\x7b\x9b\x34\x49\x7b\xcd\x01\xe3\xf8\x48\xf5\xd6\xcf\xca\x76\xd9\x77\x6c\x27\x84\xb7\xbf\x82\x8f\x6a\xbd\x8b\x59\xcc\x07\x7e\xe9\xaa\xf8\xd2\x8e\x61\xd8\x04\x43\x29\xc1\x6d\x18\xdf\x70\x8f\x54\x57\xed\x37\xe9\x6d\xf5\x5f\xf5\x45\xa2\x3d\xfb\xd7\x93\xf4\x5f\xf1\x49\x4a\xbd\x2b\xde\xad\x76\xef\x4a\xd7\x00\x0f\x78\xd3\x5a\x5d\xbd\x07\x8d\xba\x76\xbd\x66\x04\xf6\x0f\xe1\x68\xff\x3c\xaf\x59\xc7\x18\x5f\xf9\x2d\xa3\x5d\xfa\x7e\x3f\xde\xa6\x7f\xbd\x65\xff\x7a\xcb\x56\xbc\x65\xce\x11\x2c\x11\xb3\x16\x44\x75\xba\x7b\x65\x5f\xa1\xaf\xe4\xa1\xf7\x74\xfd\xc3\xe4\x76\x3c\xf0\x92\xf3\x48\xe6\x03\xdf\xac\xd5\xaf\x16\x3d\xef\xb2\xc2\x6b\x76\x24\xe7\x15\xaf\x73\x25\xcb\x84\xd6\x2f\x00\xb0\x85\xcf\xbb\xbb\x98\x51\x23\x2f\xd9\xd9\xc5\x4b\x54\x4a\x40\x05\x1d\x1c\xcf\x7b\x18\x6c\xc1\x0d\xca\x85\x29\x4b\xa8\xc3\x11\xb9\xe9\x41\xa9\xf0\x97\x17\x67\xc3\xd6\x34\x7f\x91\xfa\x55\x02\x8c\xe7\x0d\xe3\xf0\xaf\xb9\x54\x0d\xd3\x0f\x05\x2f\xa7\x05\x05\x15\x4f\x25\xcb\xe4\x8d\x7e\x04\x81\x25\xd1\xcf\x96\xe0\x90\x0a\x67\x51\x99\x1f\x21\xe3\x6f\x5e\xa6\x27\x82\x7c\xc3\xfa\xff\xe6\x10\x66\x08\xb5\x5d\xc4\x98\x2f\x14\x24\xec\xb8\xe1\x65\x43\xb5\x62\x68\x99\xe5\x14\xd6\xa3\x9f\x63\x89\x8f\x35\xd9\x55\x6d\xb2\x60\x7f\x74\xc8\xf4\xa1\x1b\xd1\xb3\x4d\x5d\x28\x87\x8f\xee\x12\x41\x94\x38\x25\x4c\x24\xa6\xc4\x0b\xcd\x60\x44\xaf\xd6\xb0\x91\x2f\xf2\x5b\x91\xf5\xfe\xd8\xef\xb3\xef\xfd\x76\x2d\x99\xcb\x6f\xba\x01\x2d\xba\x0b\x20\xed\x09\xd8\x0f\x1d\xb0\x44\x30\xaf\xd3\x8e\xae\x87\xa9\xe5\x4a\xe4\xc0\xc2\x22\x57\xc1\xa3\x42\xbf\x25\xfd\x8f\x62\xe3\xcf\x9a\x90\x8f\x50\x9b\xd4\x4d\xc9\x5b\x93\xef\xb4\x60\x4c\x1d\x07\xf0\x04\x8e\x44\xad\x9a\xe1\xeb\x08\xa9\xad\x57\x80\xb1\x2f\x1e\x85\x72\x26\xb7\xdd\x6f\xc5\xf5\xb7\xbb\xde\x27\x07\xa5\xfd\xf1\xeb\x3e\x20\x94\xfe\x3a\x4c\x25\xfa\x55\x1e\x10\xcf\x59\xf8\x9f\xe4\x05\xd9\xfa\xd7\x13\xe2\xbf\xfe\xeb\x5e\x10\xbc\x72\xf0\x84\xc0\x3f\x3b\xde\x10\xf7\x58\x78\x2f\x88\xff\xb0\xfc\x16\x6f\x48\xf8\x26\x6c\xf4\x8c\x78\xcf\xce\xd7\x79\x43\xbe\x16\xe9\x7e\xf0\x1b\xf2\xb5\x1e\xb3\xaf\xfc\x86\x00\x07\x12\xa8\xd9\x8c\x80\xf0\xfb\xbd\x20\x31\x38\x3b\x31\x34\xff\x7a\x3f\x7e\xe7\xf7\x63\x2a\x9a\x1f\x6d\xf4\x5f\xdb\xe6\xce\xf6\xd9\x3a\x67\x9e\x0e\x62\x8d\x1f\xd3\x14\xdb\x38\xde\xa0\xf3\x8e\x47\xbe\xff\x71\x74\x74\xec\x37\xd5\x91\xfd\x66\xfa\xb1\xdf\x49\x37\xf6\x60\xbd\xd8\x3d\x55\x5a\xf7\x36\xd1\xa4\xe6\xbc\x93\x1e\xee\x1e\x8a\x34\xe6\xf9\x68\xfd\xc4\x8b\x3c\x3b\x32\x96\xfb\xd3\x12\xc3\x3e\x29\xa3\x8d\xbd\x5a\x09\xb3\x48\x6b\xb1\x1b\x0d\xfc\x56\x03\xb7\xd5\x31\xae\x51\x51\x85\xab\x89\x52\x69\xaf\x00\x18\x8a\x6a\x75\xcd\x1b\x79\x12\xfc\x1e\xea\x29\xa2\x71\x8f\xdb\x3e\x96\xf4\xe5\x2b\x69\xa0\xbe\x24\xca\x67\x7f\x6d\x25\xe7\x9d\xd5\x9b\x61\xad\xaa\x35\x2a\xcd\x56\xd6\xb1\x38\xbc\x38\x41\xe4\xd7\xf8\x50\xde\xdf\x7d\xf2\x6b\x38\x19\xb2\x7f\x7c\x17\x43\x77\x59\xb1\x3a\x93\x7e\xd5\xd0\x09\x9e\xed\x83\xcf\xf9\x79\xf4\xb3\xef\x8e\x64\x61\x8e\xfb\x6e\xb4\x33\xf7\x72\x50\xed\xf0\x43\x4d\x9a\xd4\xdc\x07\x4b\x4b\xed\x37\x93\xe7\x70\x2a\x54\xfe\xab\x9e\xb5\xd7\x5a\x7f\x9c\x04\x66\x0c\x8f\xed\x8f\xc2\x53\x24\x24\x5c\x33\x37\xf3\x2f\x4c\xfb\x5f\xfe\x1d\xdd\x2f\x9f\xfa\x38\x98\x72\xa6\x7c\x90\x2b\xe5\xdf\xc3\xed\xa1\x6b\xee\x7b\xda\xb7\xee\xfc\xb6\xb2\x15\x0e\xa4\xd6\x9f\x7e\x15\x73\xeb\xc8\xdd\xc0\x9b\x3d\xf6\x26\x0d\xa7\xb2\x34\xe6\x0d\x54\x79\x7e\xc3\xa7\xe2\x3c\xff\x55\x9c\x96\x6f\xee\xfd\xa2\xb3\x3f\xd8\x6b\x72\xd7\xe9\xee\xf1\xce\xb3\x1d\x7f\x36\x37\x5f\x10\x15\xb1\x62\x71\x7e\x49\xcd\x2e\xa0\x22\x11\x6d\x45\x89\x88\x2e\x6f\xd8\x76\xe6\xfb\x89\xac\x29\x29\x1d\x68\x33\x62\xd1\x78\xe5\x8e\x77\x99\xd9\x36\x35\xb4\xfd\x96\x7e\xb4\x9e\x8c\xbb\xee\x1c\x7d\x52\x9b\xd2\x46\x79\x5b\xb4\xa8\x52\xeb\xb4\x37\x33\x1e\xfc\xef\xb0\xda\x3b\xb9\x3a\xef\x27\x7c\x9d\x7f\x4f\x57\xe7\xd6\x3f\xd7\xba\x10\xaf\x89\xdd\xf8\xa7\xf4\x30\xee\x56\x5d\xb4\x40\xda\xc0\x70\xfa\x2f\x7f\xe5\x10\xa5\x36\x00\x77\x8d\x93\xf2\x1a\x17\xe5\x07\x3a\x28\xb7\x1c\x8f\xd7\xfd\xd0\xb9\xfc\x7e\x52\x76\x59\xeb\x8b\xdc\x99\x42\x37\x0a\x8a\xce\x95\x7b\xf4\x0f\x3c\x41\x26\x57\x3f\x91\xba\xb2\x33\x6f\x72\xcb\x70\x71\x9f\x30\x2a\x4f\xa3\xda\x9d\x30\xd8\x07\x92\x24\x6a\x93\x80\xad\xa5\x30\x44\x56\xa0\xbe\x1b\x4f\xe8\x34\x62\x6c\x1f\x55\xeb\x24\xf2\xd6\x81\xb0\x1b\xb5\x6f\xe0\x25\xac\x89\xd3\x32\xad\x67\xc0\x92\x53\xf3\x84\x2c\x15\x2e\x2f\x91\xfd\xb8\x55\x82\xf1\x13\x40\x36\x80\xf9\xbe\x74\xc5\x56\xfb\x7b\xb4\x76\xd0\x21\x2d\x35\xd0\x22\xb7\x06\xfc\x29\x95\xe5\x2e\x39\x1c\xee\x44\xe3\x71\x02\xab\x52\xf1\xaf\x4c\x45\x8a\x27\x16\x06\x06\xb7\xe5\xe6\xa0\x1c\x64\x50\xf1\xde\x4a\x0b\xe9\x58\xfc\x2e\xbd\x6e\x6b\x80\x16\x04\x89\xe2\x6a\x9e\x10\xdf\x5d\xbe\x4b\x74\x50\xf9\x8e\x68\xee\x38\x20\xf7\x5e\x85\xd0\x56\xb5\x0b\x13\xec\x8e\x64\xb6\xdc\x20\x0f\x79\x77\x05\x34\x3a\x89\x74\xcd\x33\x3f\xcd\xf8\x03\xeb\x9b\x75\x28\xeb\xdb\xf3\xc6\x87\xdb\x4a\x8d\xde\x75\xc0\x5d\xb4\x2d\x55\xa4\x29\x4e\xaf\x4b\xa4\x6f\x5d\xed\x31\xaa\x3c\xb6\xbe\x4b\x58\x84\xac\x45\xe4\xd2\xe9\xa0\xd6\x0e\x9b\x78\xb1\xd7\x55\xfc\x0e\x14\x4f\x36\x71\x49\x87\xde\x09\x3f\x26\x6a\xbd\xc6\xb9\xaa\x62\x95\x57\xeb\x86\xb2\xee\x2c\xf3\x50\x4c\x39\xae\x42\xea\xf2\xc3\x27\x58\xbb\x75\x65\x86\x63\xe8\x3a\x4a\xe6\x85\x05\xb8\xf0\x05\x56\x58\x20\x87\x35\xd2\x4b\x12\xae\x44\xc3\x72\x5b\x7a\xcc\x59\x31\x4e\x9b\x99\xa8\x6f\x72\xcd\xdb\xdd\x08\xa6\xf9\x58\x97\x49\x9b\x8f\x21\x1b\x99\xab\xc3\x23\xa1\x66\xb0\x2d\x44\x94\x97\x5e\x61\x85\x61\xac\xcc\x6b\x6f\x50\xa2\x4a\xc4\xea\x9d\x59\xbb\x2f\x51\x04\x30\x44\xc7\xbf\x96\x99\xf0\x8a\xc2\x7a\xe1\x8b\x43\x53\xe1\xc1\xd2\x33\x2d\x70\xf5\x6c\xb6\x02\x97\x91\xdf\x1f\x49\x33\xec\xee\xeb\xf7\xde\x27\x2a\xa1\xf1\xd4\xfb\xfe\x87\x3f\xb4\x9e\xfd\x20\x74\x1f\xfa\xfd\xec\xda\x7f\x58\x1d\xd3\xbb\xb5\x59\x9a\x03\x67\x8d\xca\x1b\x31\x67\xb9\x62\xe2\xb6\x2a\xf2\x71\xde\x14\x4b\x5b\x71\x4e\x36\xb6\x7e\x22\x64\xb3\x01\x1b\xd4\xc5\xe1\xb3\x93\xd7\xc7\xcf\xff\x83\x95\x42\x64\x8a\x5c\x03\xa8\xc7\xce\x93\x61\x28\xe7\xb7\x13\x27\xd8\xcd\xb9\x43\xfe\x13\x90\x24\xb6\xe3\x30\x64\x18\x24\xa8\xec\x63\x40\x4b\x96\x1f\xea\x50\x7b\x58\xc4\x4a\x6c\x52\x2b\x45\x7d\x22\xb5\xfd\x3d\x80\x09\xe4\xa0\x70\x9c\x2d\x9b\x51\xc6\xcb\xaa\x1e\x36\xe9\xf5\x3a\x28\xb9\xe9\x9c\x20\x5c\xfd\xae\xc4\x22\x7a\x7b\x71\xe1\xfe\x24\x1d\x19\x61\xd3\x14\x11\xba\x47\x52\x76\xfa\xe8\xed\x96\x50\x3a\x9a\xc7\xf1\x91\xae\xdf\xc9\xc7\xdb\x2b\xb3\x22\xfa\xba\x86\xb5\xd3\xeb\x53\x79\xe8\x39\x7a\x18\x16\x4f\x1d\x24\x1d\x52\xd7\xd3\xed\x0e\xcc\xdf\xb6\xf7\x6b\x9b\x00\x4b\xa2\xfb\xee\x2e\x3b\xce\xd5\x74\xa1\x9a\xbc\x9c\xb2\x93\xe7\x6c\xc6\xc7\x57\x43\x76\xce\x33\x36\xe1\x63\x31\x5c\x73\x35\xbc\x59\x06\x76\x86\x94\x7e\x6e\xf5\x16\xae\x4f\x53\xb4\x41\xda\xf9\x15\xe8\xfd\x9b\x23\x77\xb2\x0a\xda\xa6\x88\x7d\x6f\xb4\xbe\x1b\x52\xaf\xc2\xaa\xbb\x21\xf4\x5d\x69\xa4\xfd\x47\xf8\x9c\xb6\x78\x4f\x9b\xa2\x86\x75\x0b\x47\x5d\xc9\x0b\x13\xf2\x7b\xa7\x60\x94\x78\x90\xc3\xbb\x33\xc6\x49\x04\x4d\xb2\xed\x63\x62\x92\x8d\x4e\xdb\x0b\xd7\x40\xe3\xa3\xb1\x68\x71\xc3\x06\x32\x73\xe1\x3d\x55\x40\xf4\x69\xd8\xc8\x97\xf2\x46\xd4\x47\x5c\x89\x1e\x81\x0a\xb9\x87\xb7\x3d\x0d\xe8\xaa\xc6\x8d\xb8\x6d\x78\x2d\xf8\x76\x5b\x61\x90\x74\x08\x62\x9b\xb8\x03\xad\xb2\x8a\xee\xb5\x6c\xa2\xec\x33\xfc\x74\x21\x6e\x9b\xc3\x5a\xf0\xb6\xa5\x34\x50\xb4\x44\x1b\x49\x2c\x28\x6b\xf8\x08\x8a\xd6\x2e\x94\x66\x34\x3d\x2f\x43\x5b\x59\x17\xeb\xc5\xde\x36\x61\x06\xbd\x94\x40\xd3\xca\x80\xdb\x3a\x99\xd4\x59\x2d\x2b\xff\xa0\x40\x58\x7b\x7e\xfc\x11\x52\xc8\x7d\xbc\xf8\xdf\x6f\x9e\x9f\x0f\xa1\x40\xdf\xe9\xa4\xe7\x77\x09\xcf\xa4\x0f\x66\x8b\x0e\xd5\x8d\x12\x05\x2a\x87\xce\x1b\x5e\xfb\x4a\x9c\xf0\xc3\xd3\x8e\x5e\xcf\xcb\x2c\xd5\xe7\x79\x99\x45\x3d\x72\x75\xa6\x39\xf8\x73\x68\x01\x29\x85\xa2\x99\x35\x69\x58\xd5\x5f\x9f\xed\x4f\xbc\x58\x78\xba\xf3\x21\xf8\x3d\xb5\x27\x12\x3c\x93\x65\xb1\xf4\x1a\xd6\x82\x67\xa7\x65\xb1\x0c\x2b\x41\xbf\x33\x6e\x4a\xe5\x76\x83\x02\x02\x15\x31\x2d\xa9\xb4\x5a\x51\xc8\x1b\xa8\x54\xc3\x95\x50\x7b\x5e\xcf\x27\x43\x76\x01\x85\xd8\x72\xc5\x6a\xbd\x2e\x02\x5d\x64\x7e\xf9\x9a\xef\x86\xe8\x85\x6b\x97\xa5\xc5\x97\x1a\x2a\xe0\x14\xbc\x9e\x8a\x9a\x35\x33\x5e\xb2\xc7\xe0\xdb\x44\x95\x71\xf8\xf8\x0a\xcc\x2c\xfa\x27\xcd\xd8\x1a\xc8\xfd\x71\xff\x38\xc4\x22\xe1\x89\x71\x75\x17\xa8\xd9\x54\x82\x73\x2d\xb2\xf1\xa6\xec\xce\x84\x4c\x38\xab\xc6\xfe\xb7\xa1\xde\x96\xaa\x16\x4a\x31\x5e\x2e\xad\x1f\x6c\x5d\xcb\x1b\x28\xc2\x83\x53\xcb\x45\xcd\x82\xcc\xe5\xb9\xd2\x9b\x58\xea\xa7\x52\xd6\x9e\x1f\x62\x0f\x4e\xa2\x90\xe0\xe3\x45\xdb\x3b\xd1\x57\x69\x96\x37\xde\xb4\x0d\x1f\xf5\x71\x1b\x26\x2c\x75\xd1\x4f\xcb\x43\x0d\x01\xce\xc4\x68\xf0\x01\xb4\x1e\x8b\x92\xd7\xb9\xd4\x30\x4f\x44\xad\x8c\x44\x50\x48\x7d\xa0\xae\x44\x1e\xd4\x18\x61\xb9\xf2\x26\xcd\x44\x23\xea\x39\x80\x39\x5a\xb2\x31\x2f\x0a\xe3\x34\xac\xff\xad\x8f\x62\x0d\x2c\xbe\x40\xe3\x71\x13\x11\xaa\xfb\x99\x1e\x7b\x21\xd6\x6f\xb1\x1f\x30\x0d\x4d\x68\x60\xdb\x72\x48\xdc\x5f\xd5\x1d\xcb\xb3\xda\x9b\x41\x52\x1b\x96\x2a\xda\x68\xb8\x2d\xbf\x88\x69\x70\x9e\x21\xbf\xb3\xd5\xce\xab\xdd\x79\x3e\x46\x6d\xb1\x49\x63\xe7\x08\x63\x79\x9f\xbb\xe7\xc8\x8a\x9f\x94\xf4\xc3\xe1\x1c\xa1\xb0\x57\x52\x41\x8f\x9f\x4a\xa9\x1b\x1f\xf3\x86\xdb\x27\x7c\x8f\x6d\x67\xbc\xe1\x3b\xa5\xdc\x31\x8e\xc5\x3b\x37\x35\xaf\xb6\xd9\x67\xf7\xc5\xd5\xaa\xc0\x6f\x1d\x49\xdc\x7c\x6d\x2a\x6e\xd2\x78\x26\x20\xb3\xea\x6b\x98\x98\x1d\xb0\x18\x64\xab\x70\x49\x80\x06\xd9\xd9\xa3\xb5\xbb\x34\x92\x67\x30\x99\x82\x16\x1a\x4f\x81\x38\xd0\x7b\x03\x55\xcd\x5d\x21\x72\x73\xd7\x5d\x3a\xc8\x66\x56\xcb\xc5\x74\xc6\x38\x26\x72\xa5\x1a\x71\xc9\xc4\x93\x1d\xb5\xe9\xee\xc9\x45\x6d\x25\x3c\xae\x40\xcb\xba\x6a\x96\x94\x39\xac\xdf\xa5\x81\x76\x4a\xd9\x3d\x66\xfe\x1d\xc1\xe3\xb7\x4a\x8c\xbc\x65\x86\xfe\xf2\xbe\xfc\x66\xf0\x0d\x86\x25\xb0\x4f\xba\xdb\xbb\xbc\xcc\xe4\x0d\xfb\x82\xa5\xa1\xb7\x87\xbb\x99\x9c\xef\xda\xdf\xb7\xe1\x15\x2a\xa0\xfe\xde\x2b\x3e\x3e\x13\x6a\x51\x34\xc9\x2a\x80\xd0\x10\xcf\x32\x7d\x92\x50\x89\x3a\x07\x4e\x84\xb3\x57\x7c\x3c\x64\x47\x7c\x3c\x13\x68\xbb\xad\x61\x60\x74\x0e\x1e\xc2\x10\x7f\xae\x78\xcd\xe7\xfa\x83\x68\xd8\x0e\x83\xd4\xf8\x44\xef\xc6\x33\x91\x05\x3d\x58\x6f\xce\x73\x4d\xbb\x27\xb2\x66\x8d\x00\x79\xae\x0f\xc3\xec\xbe\x2f\xc5\x2d\x2c\xd6\xa8\x4c\x71\x21\x3d\x18\xb7\x9b\xaf\x02\x25\x05\xaa\x64\xbd\x85\x23\xc7\x68\x97\x0c\x2c\x26\x0c\xd4\x0f\x23\x83\x6e\x72\x2a\x80\x80\x9b\x68\xcd\x49\x9a\x57\x2b\xd9\x58\xd4\x1a\x25\xd8\xf9\xf9\x19\x9b\xd4\x7c\x2e\x6e\x64\x7d\xa5\x06\xec\xf2\x06\x5a\x5f\x5a\xbf\x5f\xf3\x2e\x89\x6b\xfd\x8a\xe1\x43\xaf\x44\x7d\x2d\x6a\x70\x1b\xbe\x2c\xd1\xb4\x2b\x6b\xd7\xc5\xc2\xe6\x83\xa3\x77\xfe\x70\x8a\x12\xd8\x4d\x5e\x1e\x0c\x6d\xc7\x83\xa1\xfd\x66\xdc\xe4\xfc\xd5\xb2\xad\x2d\xd7\x17\xad\xc7\xf8\x87\xe5\xe4\xb6\x5f\xf1\x71\x5e\x36\x52\xcd\x48\xd2\x26\xc7\x35\xa0\x7b\x84\x9b\x5b\x5b\xde\xa0\x4f\x0d\x0e\x76\xa1\x8a\x7e\x58\xe1\x1d\x4e\xa1\x4d\x7e\x7a\xce\x32\x71\x9d\x8f\x09\x49\xde\x2a\x91\x81\x86\xd5\xbc\x8e\xfa\xc5\x07\xf5\x68\x7e\x7a\xbe\xa3\x2a\x31\xce\x27\xf9\x98\x8d\xc4\x8c\x5f\xe7\xb2\xf6\x7c\xb1\x79\x55\x15\x39\xb2\x40\x1e\x92\x18\xb6\xec\xe4\xf4\x9c\xea\x41\x5b\x37\xcd\x1f\x1c\x62\x6c\xe1\x41\x81\xb7\x25\xfe\xd3\xed\x68\xf2\x47\xb7\xcb\xfd\xe8\xde\x06\x22\x84\xfd\x75\x37\x7f\xc3\xb3\xcf\xf9\x9b\x99\x2c\xc5\xe7\xfc\x8d\xcc\x76\xf3\xa1\x46\xeb\xde\x8a\x81\xf5\xc6\x3e\x0d\x6f\xf7\xb1\x33\xa6\xfe\x98\x97\x8d\xbb\xe3\xc3\xdd\xe1\x70\x77\x2c\xe7\x73\x59\xee\x46\x8d\xf4\x85\xa7\x01\x80\xa1\xff\xc4\x4e\xce\x4c\x70\xd4\x80\xbd\x91\xed\x71\xde\x36\x79\x91\x37\xb9\x50\x48\x2b\x68\x27\x45\xb9\x98\x33\xdb\xf3\x79\x36\xa5\x58\x20\xb4\x07\x3e\x81\xe7\x66\xe4\xbc\x1d\xe1\x6f\x32\x3d\x7e\x07\x7f\x60\x9c\xd6\x3e\xdb\xd1\x7f\x7e\x89\x47\x7e\x23\x55\x0e\xb7\xd9\x1b\xf4\x71\x38\x28\x8e\xa9\x48\x54\xc0\x41\x05\x88\x00\x7f\x34\x23\x1a\x1c\x24\x1a\x88\x41\x55\xcb\x2a\x2f\xa7\xc0\x80\x32\x71\x5b\x89\x3a\xd7\x44\x95\x17\x6c\x22\x78\xb3\xa8\x85\x62\xb5\x98\xf2\x3a\xd3\xec\xd7\xf1\x82\x17\xec\x7c\x5c\x0b\x51\x12\x5a\xaa\x08\xa1\xf2\xb2\x11\xf5\x84\x8f\x05\x3b\xc1\x49\xde\xe5\xcd\xec\x5c\x4c\x51\x75\x2f\x6e\x1b\x51\x66\xca\xcc\x0f\x6b\xb1\x54\xc3\xb4\x3a\xd8\x63\x3d\x88\xcd\x3b\x3e\x7d\xa5\x37\x14\x8a\x5d\xfb\x1b\xe2\xcd\x61\xb6\xe5\x8d\x7e\xaa\x69\x6f\xc0\x47\xe9\x60\x8f\x39\x61\xd3\x95\x22\x67\x9f\xf1\x48\x9f\xd2\x43\xcc\x66\xf2\x26\x78\x76\xdd\x85\xa9\x68\x68\x91\xd1\x73\x9a\x85\x88\x73\xb0\x17\xe3\xdb\xd3\xf0\x75\xff\x71\x93\xa1\x31\x08\x90\x15\x7c\x29\x17\xa6\x7c\xe8\xb7\x5a\xc0\xd5\x6c\x32\xdd\x67\xcd\x4c\x73\x36\xcf\xeb\x5a\xd6\x9a\x0f\xb8\x8c\x20\xf1\xa8\xa1\x82\x21\x21\x7e\xcf\x63\x04\xa2\xf6\x2f\x64\x7d\x76\xf1\xb2\x1b\x7e\x2d\x3e\xb1\x29\xaf\x5c\x64\x09\x71\xdd\x72\xd1\x00\xb9\xf2\x82\xf5\x70\x82\x29\xaf\xa0\xae\xdf\x81\x89\xcd\x89\xb6\xe2\x02\x62\xfd\xd0\xeb\xc0\x8b\x3d\xd4\x28\x87\xac\x3f\x4e\x21\xcb\x46\xdc\x36\x1a\xc7\xe6\xa2\x5c\x40\xc8\x0c\xaf\x2a\xc1\x6b\x96\x97\x3e\x63\x03\x43\x69\x3c\x71\x57\x35\x9a\xf0\x64\x82\xf4\x55\x0f\x6b\x76\x9b\x88\x8d\xc8\x70\xbb\x66\xfc\x1a\xbf\xc3\x5c\xd6\x96\x25\xaf\x41\xf4\x33\x0b\xf4\x4e\x04\x48\x17\xda\x2f\xf2\x06\xc7\xb0\x43\x83\x9a\xa1\x91\x5e\xc7\xa7\x1e\xbc\x30\xe8\x85\xc1\x4b\xa2\xb0\x9b\x40\x0c\x93\x68\x4c\x40\x13\x1b\x13\xd9\x54\x80\x08\xac\x77\xa6\x69\xc4\xbc\x42\x8d\x47\xde\x10\x53\xe1\xa2\x3a\x21\xf0\x07\x37\xca\xae\x81\xa0\x56\x8d\xfe\xff\x5e\x7f\x5e\xe4\xd3\x92\xec\x74\x37\x33\xde\x08\x78\x71\xa1\x2f\x84\x11\x4d\xf3\x6b\x53\x9f\xfc\x5b\xf6\x67\xd2\x74\x22\x23\x02\x9b\xb2\x02\xd5\xf2\x5b\x91\x05\x6b\x5e\xbf\x6a\x48\x7b\x20\xa7\xf9\x98\xf6\x18\x44\x47\x36\x29\xf2\x4a\x13\x2a\xda\x03\x38\xa6\x72\x91\x4d\x8d\x54\xe8\xd6\x4e\x1b\x12\x6c\xc1\x80\xe6\x6b\x66\x0b\xc5\xe6\xfc\x4a\xf7\x52\x0b\x2a\x5f\x6b\xdd\x12\x60\x1b\x2a\x51\x4f\x20\xe4\x88\xc8\xa3\x8f\x06\xb0\x44\x68\x86\xa7\xa9\xc9\x7c\xb0\xba\x0e\x32\x75\x84\x97\x27\xa4\x56\x86\x18\xa6\x88\x58\x78\x75\xd0\xeb\x86\x24\x80\x91\xe0\x57\xc1\x65\x10\xfc\xea\x9d\x6e\xe0\x5f\xbe\x70\x8c\x77\xc4\x23\xc8\xda\xea\x20\x74\x2f\xcd\x65\x5c\xe7\x2a\x1f\x15\xfe\x09\xe6\xea\x99\xe0\x57\x3f\xe1\xef\x9b\x2c\xee\x8d\xa5\x66\x5a\xf4\x49\xc1\x5f\x8a\x1b\x87\xd3\x32\x90\x73\xfc\x95\xd0\x4f\x66\xbc\x3d\x37\x74\x82\x9c\x4c\xf2\x92\x17\xf9\xaf\x9a\x1d\x42\x4a\xa4\xf1\x02\xe3\xea\x7c\x11\x4a\x9f\x15\xa0\x88\x8c\x22\xd7\x82\xa7\x9a\x9c\xcb\xd9\x0d\x50\xe8\xb9\xe0\xa5\xc5\x17\xde\xf8\x91\xca\x30\x49\x18\xae\x6c\x4b\x26\xc3\x5c\xc8\x9e\x8d\x96\xd0\x22\x9c\xc3\x8b\x5c\x26\x08\xfd\x49\xec\x30\xee\x71\xf0\xf7\xa6\xb1\xf8\xb6\x17\x0e\xbb\x72\x6b\xb8\x75\x9d\x72\xbb\x13\x0b\x99\x6e\x87\xa2\x2d\x1a\x44\xf0\x03\xb7\xa2\xf7\x46\xc5\x9b\x03\x5f\x12\x5b\xe3\x5e\xbc\xbc\xc4\x20\x72\x1b\xc6\xdd\xea\x62\x40\x5a\xb5\x09\x76\x39\x74\xef\xe2\x8d\xd8\xec\xf6\x89\xec\xa4\x9c\xc8\xf6\xf5\xf3\xf1\x57\x5f\x0f\x0f\x0f\x69\x84\x67\xde\xaf\x38\xca\xda\x49\xdb\x5d\x56\x4f\x4c\x3e\xbd\x5d\x07\x3d\xcb\x33\xa1\x87\x6c\xdf\x4b\xc3\xda\xfd\x25\xbf\x26\x11\xd3\xbf\x71\x4a\xce\xdd\x16\x93\x64\x55\xf1\xa9\x18\x32\x28\x59\xc8\x59\xc5\x73\xe0\x2d\x6c\x59\x3f\xfd\xce\x3b\x9d\x09\x51\xdd\x52\x10\x7e\x0b\x98\x0b\xdf\x05\x76\x2e\x35\x43\xba\x0b\x47\x2a\x6b\xba\x2a\xf8\x67\xae\x98\x5a\x4c\x26\xf9\x38\xa7\xbb\x4e\x04\x01\x03\x78\xa1\xbf\x6e\x83\x11\xad\x74\x33\xf3\x12\xc3\x55\x15\x72\xdd\xf6\x41\x9a\x49\x2d\x69\x72\x45\xd3\xe2\x68\xe7\x92\xe6\xdb\x63\x4f\x1e\x3f\xa6\x0b\x3c\x12\xfa\x8f\xea\x96\x2d\x2a\x1c\xa3\x9d\x6b\x00\x07\x03\xbf\xb2\x46\x56\x7b\xd4\xde\x36\x6e\x64\xd5\xcd\xd8\xb6\x78\xf1\x90\xed\xd1\x0b\x0f\x7f\xc1\xa9\xc3\xdf\x80\xdd\x0f\x7f\xfa\xf9\x4a\x2c\xf7\x4c\xe5\x07\x1b\xe5\x1c\xaa\x1c\xd6\xd0\xe0\x88\xa3\x73\x78\xb5\x9a\x7e\xac\xbb\x58\xfa\x55\x38\x5c\x34\x32\xe2\x5e\xee\xf1\x12\x9e\x89\x82\x37\xf9\xb5\x30\x00\xd3\x7b\x37\x0e\xaf\x68\x4c\xfa\xc3\xeb\xf8\xc9\xa2\xb6\xd7\x2e\xd8\x27\x8d\x4c\x55\xc1\x97\x7b\x6c\x7b\x54\xc8\xf1\xd5\x36\x39\x8b\x7a\xdc\xc9\x51\xc1\x95\x7a\xcd\xe7\xc2\xec\x38\x34\x50\x8b\x91\x66\x07\xed\x36\xa6\x78\x64\xbc\x6e\xf7\x89\x38\xa7\xed\x20\x39\x13\x04\x91\x81\x5e\xc1\x1a\x19\xd3\x53\x1e\xbc\x30\x4a\x1d\xcd\xb5\x55\x55\xb1\x34\xd5\xab\x4c\x98\xb9\xfe\x1d\x92\x6c\xc8\x52\x5f\x75\x50\x61\x32\x39\xfa\x9b\x18\x37\x43\xcc\xd2\xe1\xe9\x85\xe0\x60\xca\x4c\x64\xc0\x89\xdb\x0f\xb6\x3b\xb0\x4d\xdf\xea\x31\xe7\x3c\x07\xb5\x1e\xab\x78\x9d\x37\x4b\x47\xc7\x2f\x69\x7e\xe0\x5d\x2e\x8d\xcc\xa8\x6f\xd9\x58\x6f\xb0\x37\xd6\x50\xf3\x9f\x7c\x3c\x96\x0b\x2d\x09\x42\xcc\x49\x2d\x2b\x4d\x6e\x04\xc5\xc3\xf3\x1a\xc9\x8a\x27\xf6\x8c\x16\x8d\x3b\xd6\x40\x4f\xe6\xcf\xbb\xc3\x0e\x4b\x5a\x24\x42\x16\x6d\x8a\x9e\xec\x9a\xd7\xb9\x5c\x28\x6f\x52\x7f\x34\xd8\xa7\x77\x18\x96\x4e\xf1\x02\x6a\x07\x48\x95\xbf\x83\xac\x82\xc0\x25\xbd\x6d\x92\x24\x16\x5a\x5d\x87\xea\x0d\x1c\xef\x69\x64\x33\xec\xf7\x17\x21\xfb\xf7\xe9\xcb\x0f\xa0\xf5\xf6\x17\xb4\xc7\xde\xf0\xba\xc9\x79\x41\x8d\x7f\x18\xa0\x8a\xb4\x0d\xe4\x1e\xc3\x16\x83\xf7\x65\xdf\xfc\x9b\xae\x14\x06\x52\xc2\x0f\xfb\xec\x13\x1b\x0e\x87\xa9\x01\xe8\x66\x80\x4b\x1a\x76\xb9\x12\x60\x59\x3a\x45\xa4\xb9\x12\x4b\xd5\xf3\x61\x03\xf7\xfc\xde\x95\x58\xca\x09\xcd\xd7\xff\xf9\x43\xdf\x37\x73\xc3\x34\x9a\x98\x7d\x00\xfd\xa1\x3d\x3f\xcf\x7a\xe0\x37\x09\x56\x0e\xbf\x6d\x25\xbc\x02\x8c\x93\xab\x6e\xf4\x34\xd2\xeb\x1a\xc5\xcd\x91\x15\x20\x5f\x89\x72\x71\xd2\x88\x79\x74\xad\x40\x8b\xb7\x1d\x68\x6e\x8f\x8d\x26\x0d\x5f\x21\x31\xd1\xcc\x7f\x7e\x2d\x18\xe8\xfd\x45\x46\x5e\x8d\x90\x8c\x01\x24\xc5\xbc\x11\x73\xc0\x44\x1f\x7f\xc0\x01\xee\x53\x02\x80\x2f\xfa\xf6\x4c\x8d\x26\x57\x0f\x69\x07\x24\x74\xae\x49\x1f\xf8\x49\x0b\x42\x5f\x8c\x16\xd0\x78\xd4\x11\x14\x71\x5b\x10\xbb\x5a\x8d\x17\x65\x47\xf3\x72\x51\x14\xad\xd6\x28\x57\x8a\xf1\x95\x26\x5f\x5d\xca\xe3\xa9\x68\x4e\xd4\x11\x8e\xda\xd3\x3d\xf7\x52\xdb\xdc\xf7\x35\xe4\xce\x1f\x1c\x9c\xe4\xf4\x76\x8d\x79\x09\x63\xc4\xda\xc0\xad\x2d\xfc\x9e\x9b\x29\x20\xa4\x01\x7a\xe0\xdf\x81\x89\xc0\xd7\x51\x87\xbd\x40\x4d\x4d\x10\x6c\xc7\x93\x84\x6d\x57\x0d\x38\xde\x78\xb8\x71\x7b\xb0\xdd\x5d\x76\xd2\xb5\xb3\x51\x09\x24\xff\x6d\xb4\x3b\x3d\xe3\xea\x1c\x5f\x9f\x8d\xf6\xf9\x13\xcd\x79\x9f\xbc\x27\xd1\xee\xab\xc5\x48\x4f\x80\xb4\xc3\x1c\x80\xfe\x7f\xaa\xdf\x05\x6c\xae\x34\x38\xa6\xee\xf8\xe6\x00\xb7\xce\xdd\x96\x2e\x37\xf3\x5a\xf7\xc8\xae\xa9\xa7\xa2\x31\xa3\x1f\xd6\x39\x3f\x93\x85\x58\x39\x3f\xbe\xee\x3e\x4d\xf4\xf0\xa6\x8d\xdf\x88\x71\xe4\x43\x4b\x68\xeb\x27\x2f\x70\x9d\xb7\xf6\x3d\xa7\x60\x13\x8c\x44\x3d\xd8\x01\xdb\xd6\x47\xa9\x47\x04\x4c\x18\xc9\xdb\x6d\xb6\xe7\x7e\xdc\xb6\x34\x2c\x5e\x9f\x2c\x7b\x9e\x30\xec\xab\x31\x49\x6b\xfa\xd9\xda\xc4\x50\xc5\x7b\x2d\xca\xc6\x67\x64\x06\x86\xa1\x1a\x71\x0d\x7a\x4f\x5c\x53\x71\x2b\x50\xaa\x5e\xcb\x3c\x83\x16\xb2\x02\xfe\xeb\xc0\xcf\xcb\xd3\x37\xaa\x57\x17\x00\x60\xe4\x74\x9e\x61\x29\xbf\x97\xb9\x6a\x44\x29\xea\x9e\x9d\x77\x60\x27\x1b\x98\x41\x4d\xe8\x06\xed\x0a\x8e\xe9\xfc\x3d\xe6\xf2\x5a\xdc\x6d\xb0\xd8\x84\x62\x74\x3d\x33\x51\x54\xa2\x46\x5e\xc3\x27\xca\x8b\x51\x91\x8f\xe1\xdf\x9f\xfe\x9c\xc9\xf1\x11\x6f\xc4\x54\xd6\x4b\xd7\xf3\x4b\x64\x07\x01\x66\xc5\x8d\x0b\x4b\xc7\x51\x50\x3e\xf0\xd8\x74\xfa\xd9\x88\x1d\xed\x2f\x5a\x00\x48\xfd\x0e\x2c\x7f\xa4\xa4\x01\x44\xab\x17\xe3\x46\xd6\x3d\xbf\x1f\xa8\xf7\xc3\x1e\xf8\x93\x07\x0d\xfe\x10\xc2\xa1\x7f\xb3\x14\x0b\x0c\xa3\x71\x40\x12\xfc\x68\x8d\x06\x23\x3f\x8e\x17\x3e\xb5\xe3\xa1\xe0\x67\x63\x9e\x70\xe9\x1a\x5b\xe6\xec\x23\x5e\x8c\x17\x05\x6f\x44\xc6\xf8\xa2\x91\x73\x0e\x92\x64\xb1\x64\xa3\xa5\x66\xac\x1b\xc8\x6c\x64\xd4\x75\x98\xfc\x54\xbf\xcd\x7a\x26\x4f\xc8\xa7\xcd\xd2\x6f\x26\xe8\xbd\x7a\x2e\xe1\x53\xc2\x46\x6f\x13\x4a\x1a\xd0\x1f\x0e\x1a\xed\x0d\xca\x82\x28\x07\x26\x60\xc3\xd8\xb6\xd5\xc0\xd1\x48\x3b\xf6\x20\xd2\xc0\x5d\x08\xd5\x28\x34\x05\x62\xa8\x03\x84\xec\xe5\x4a\x73\xf8\xb5\xbc\xcd\xe7\xbc\x11\xc5\x92\x89\x5f\x16\xbc\x40\x25\x73\xae\xb0\x4d\x8f\x94\x9c\xff\x66\xf2\x44\xb1\xaa\xe0\x63\xa1\x86\xfd\x36\xd0\xd0\x5d\xf5\x6a\xc8\xa9\x65\x31\x3d\xe9\x5f\xf7\x22\xbf\x45\x8d\x50\x6b\x60\x9b\xd5\x2f\x6f\x98\x16\xd9\x6e\x14\x13\x25\xb8\x21\xe8\x07\x26\x57\x9a\x80\xf1\xd2\x6a\xd8\xcb\xac\x10\xe8\xa0\x45\x4e\x51\x72\x2e\x34\xc0\x53\x3b\x95\x53\x11\xd5\x52\x33\x8a\xd9\x00\x13\x0d\x0e\xff\x04\xff\x99\xef\xf0\x51\x03\x64\x82\x03\x0c\x65\xb1\x0c\xa5\x97\x52\x8f\x36\xdb\x66\xc8\xfb\xb7\x3e\xba\x3e\x7a\x6d\xea\x38\xe1\x9e\x6e\xe3\xdc\x6a\xe2\xd1\xa2\x94\x7b\x5d\x03\x26\x9a\x75\x8f\xa9\x91\x75\xed\x88\xad\x46\xdd\xe3\xc1\x4d\x58\x3b\x60\xab\x15\x0e\xd7\xef\xf0\x97\x78\xa0\x45\x15\x1c\x2e\x30\x51\xcd\x88\xd7\xa0\xa5\x1e\x50\x06\xe8\x55\x02\xaf\xed\x1d\xda\x53\x9d\xcb\x86\x67\x2a\x00\x9f\xca\x8e\x5e\x1b\xcc\x71\x1f\x9b\x6f\xd0\x55\xef\xdb\x2a\xf5\xcb\x20\x68\x80\xaa\x3e\xfc\x2d\xa9\x96\x0c\x3e\xb5\x95\x87\xe1\x68\x46\xf2\x6b\x0f\xe6\x7d\x69\x9b\x61\x07\xef\xcb\x35\x5b\xf9\xbe\xb4\xec\xc8\xc7\x71\x2d\x78\x63\xf5\x35\x1a\xfc\xde\x4a\x85\xd2\x60\xad\x42\x69\x90\x52\x28\x21\xf7\xb1\x5e\x91\x45\x17\xdf\xbc\x70\x1e\x14\xee\xdf\x26\xc3\xa0\x0f\xc4\x5e\xf8\x27\x35\x41\x28\xf6\xe8\x7f\xe1\xc7\x2f\x9e\x8a\xe7\x08\xdd\x89\x8a\xa5\xb5\x99\xbc\x11\xf5\x98\x34\xe7\x14\xaf\xf4\xef\x8f\x41\x78\xe6\x9e\x39\x50\x81\x9a\x1c\xdf\x13\x0e\x01\x70\x26\xe3\x9e\x40\x2a\x06\xc2\x20\x26\x4a\x0c\x34\xe6\xef\x4b\x64\x3c\xbd\xd5\x1f\xe7\xf8\x8f\x7a\xb9\xc7\x3e\x91\x8a\x10\x5f\x9c\x0f\x6b\xb6\xeb\x8b\x16\xfb\x41\xaf\x18\x7d\xd5\x84\xef\xa5\x98\xc0\x3e\x7c\xd8\x4b\x9e\x70\xcb\x72\x91\x32\x06\x60\xee\xdd\xd4\xe8\x98\x27\x67\xd3\xb1\xbb\xc7\x81\xe4\xc4\x0f\x01\x13\xc8\x5d\xf7\xf8\xfa\xd0\xef\x36\xbc\x55\x66\x50\xaa\x86\xf4\xd0\xf8\x10\xdc\x69\x8f\xb1\xcb\x1d\xb6\x19\x3b\xdc\x61\xa7\x29\x81\xd2\xaa\xd1\xee\xb6\xdf\x69\x90\x57\x6d\x39\xf6\xb8\xd3\xae\x9b\x49\x36\xdb\x78\xbd\x5f\x17\xb2\xda\x78\x74\xcc\x26\xb0\x29\x46\xea\xd6\x77\xd8\xf0\x15\x87\xa7\x3f\x61\x0a\x9d\x07\x81\xba\xf2\x48\xe1\x20\xee\xb2\x19\xd0\x61\xf3\xdd\x80\xe6\x77\xd8\x8e\x55\x88\x01\xdf\xee\xb8\x21\x49\x70\xdd\x8e\x7c\x09\xd5\x7c\xe8\x78\xae\x99\x7e\xa6\x79\x50\x99\x29\x63\xed\xc9\x15\xd9\x05\x8a\x25\x64\x2d\x64\x22\x07\x2e\xdc\x50\x73\x7a\x5a\x99\x74\x3f\x19\x99\x5c\xd6\x6c\xce\xaf\x84\x65\xdc\xed\xab\xa9\xe9\x3e\xcc\xbb\xd0\x8c\xc3\xaf\xa8\x5c\x9c\x93\xc9\xea\xe2\xf0\xec\x82\xbd\x21\x7f\x57\xd3\x45\xa1\x87\xbd\xb1\x94\x28\x92\x4f\x53\x36\x94\xe7\xa1\x9d\x3c\x90\xd3\xed\x6e\x78\x6f\xee\xd3\x3b\x1a\x80\xa2\x06\x91\x05\x0a\x74\xc5\x63\xcd\x8e\x3c\x33\x6e\x38\x6b\xad\x3e\x11\xc4\xa1\x19\x34\xb9\x1c\x97\x69\x2a\xb1\x1a\x98\x05\xd8\x2f\x52\x93\x3b\xf6\x8d\xed\x5b\xd5\xb9\xfb\xf1\x07\x40\x05\xdf\x5c\xd6\xea\x66\xa0\x69\x7f\xf9\x74\x27\xd3\x9c\xe3\x9b\x72\x65\xc7\x78\x07\x52\x1a\x6e\x57\x2c\x80\x0d\xac\x63\xd4\xd9\x6a\xc9\x2c\x9f\x30\x2b\xb6\xb0\xef\x83\x5e\x70\x49\x57\x3b\x5a\xda\xde\x23\x53\x8e\x29\x18\x60\x14\x26\x07\x5b\x33\x06\xa8\x08\x22\x10\x80\xd8\x6d\xd8\x1f\x85\xf6\x08\x04\x24\x0f\xab\x46\xf0\xd8\x3f\xf2\xa9\x0f\x2d\xdf\xa2\x51\xc0\x86\x19\x8f\x02\x74\x14\x9a\x30\xee\x3b\x07\x91\xa1\x89\xc9\x45\xa3\xf2\xcc\xba\x1f\xa0\x29\xda\xf9\x4b\x7d\x4b\xa1\xed\xb5\x80\xd6\xa5\x64\x40\x02\x26\xc6\x2d\x8a\x3c\xb1\x1a\x66\x74\xec\xbc\x64\x62\x5e\x35\x4b\xc6\xeb\x9a\x2f\x8d\x3a\xdd\xa1\xc3\x54\x34\xa7\x8b\xe6\x74\x82\x58\xa0\xef\xd5\x9d\x50\x21\xb8\x91\x3f\x7f\xf0\xd5\x99\xd2\x0d\xdb\x6e\xb7\xcf\xc0\x7d\xf2\x2e\x08\xe4\x8d\x37\xac\x16\x6a\x96\x60\xd8\xee\x8b\x57\x6b\x86\xf6\x53\x3c\xde\x11\xe3\xd6\x8c\x0c\x6d\xef\x87\x89\x6b\x46\xc6\xc6\x09\x14\xf5\xfa\xb5\x89\x03\x91\x62\x88\x0c\x6a\xa3\x81\x68\x13\xe1\x48\xcf\x64\xd4\x1f\x35\x15\x35\xe7\xe5\xb2\xff\x73\x78\xf6\x7a\x90\x0f\x90\xe8\xc1\x2a\x1c\x23\x20\xd4\x5d\x81\x18\xa0\x41\xd5\x80\x42\x5b\xb4\x01\x10\xfb\xcc\x45\x03\x12\xe8\xba\x53\x7c\x83\xad\x6b\xfc\x4c\xb0\x79\x9e\x65\x85\xa0\x70\x07\x7d\x89\x4b\x80\x88\x1c\x56\xcc\xad\x7b\x42\x0d\x6a\x0e\xef\x2f\x84\xec\xdd\x2e\xd9\x58\xca\x3a\xcb\x4b\xde\x08\xc5\x38\x1a\x7a\xd1\xf2\xa5\x44\x31\x61\xbc\xa8\x05\xcf\x96\xe0\x6f\xca\x73\x9a\x0f\x1f\x70\xd7\x11\x89\x40\xe8\x0f\xc5\x7d\x37\xb0\x6d\xc5\x4c\xf0\x0b\xc2\x90\x6b\x7a\xb0\xad\x98\x3f\xfd\x80\x29\x94\xf6\xe8\xf0\xac\x0b\x2a\x39\xbd\xdc\x26\x09\x05\x32\x55\xf7\x46\x0e\x4a\x6e\x0a\x14\x6a\x1f\x06\x7c\x51\xf0\xf2\x2a\x2f\xa7\x48\x76\xf4\x97\xbe\x7f\x16\xbd\x36\x3e\xe2\x3c\x6a\x88\x1c\xcf\x35\x4e\xc3\xfe\x90\xc0\x5c\xd3\xb2\x14\x53\x6e\x5b\xf6\x29\xe9\x57\x70\xbc\x2f\x8a\xbc\xc2\x65\xe3\x86\x65\xa2\x12\xe8\x12\x4c\x1e\x49\x70\xc0\x1e\xf1\x45\x07\x31\x88\x84\x7a\xff\x8d\x81\xe4\xfd\x37\xf0\xf3\x80\x5d\xc8\x4a\x33\x60\x2f\x31\x21\xd8\x8c\xfc\x94\x71\x68\x92\xb7\x55\xc3\x97\x1a\x33\x21\xc4\xb2\x73\x64\x03\xb9\x1d\x99\xf2\x5d\xca\x9a\x9d\x21\x8f\x99\x1e\x1d\xd2\xf9\xe7\x55\x65\xec\xad\xa6\x08\x4a\x23\x8d\x9f\x03\xc6\xe7\xcc\x04\x9b\xfc\xff\xdc\xfd\x09\x77\xdb\xc8\xb1\x28\x8e\x7f\x95\x76\xde\xbb\x26\x39\xa1\x20\x7b\x6e\x92\x97\x4b\x9b\xd2\x93\x2d\x39\xd6\x89\xb7\x23\xc9\x99\xe4\x6f\xfb\xd9\x20\xd1\x14\x11\x81\x00\x03\x80\x5a\x46\xd6\x77\xff\x9f\xae\xaa\xee\xae\x5e\x40\x52\xb6\xe7\x2e\x3f\x9f\x9c\x8c\x08\xf4\x86\xea\xea\xea\xda\x2b\x9d\xb6\xd6\x5f\xce\x41\xcf\x9a\x19\x9d\x01\xb3\x21\xe2\x05\x3c\xc3\x75\xe0\x0c\x6a\x50\x69\x2c\x98\x2a\x58\x34\xb3\x7e\xbc\x00\x47\xfe\x74\xb1\x54\xd8\x02\x6a\x57\x8a\x10\x52\x0b\x6b\x24\x06\x9d\x38\x0e\x8d\x8f\xd5\xaa\x49\x95\xdc\x6a\x57\x6d\xbc\x3a\x89\xb1\xe5\xad\x7f\x1e\x69\x40\xda\xce\xe7\xc0\xac\xd3\x01\xc4\x56\xc6\x53\x3a\x6f\xdc\xbb\x33\x31\x80\xaa\xe5\xa5\xac\x1b\x72\x3f\x51\xb7\x12\x0d\x08\x3e\xe6\xfa\xe7\xcf\x76\xdf\x6c\x8b\xbc\x11\x85\x6c\x9a\xed\xe6\x8b\x1d\x31\xed\x87\x64\x71\x79\x0b\x7a\xe7\x1e\x33\xc8\x41\xab\xa6\xde\x63\x26\x17\x3a\x51\x96\xdc\xb9\x75\x61\xf8\x6b\xf1\x13\x0b\x1e\x0a\xef\x07\xbd\x42\xb5\xa2\x0d\xab\x0c\x75\xfa\x91\xbb\xa2\xfb\xab\x87\x9d\xa7\x7a\x30\x88\x5e\x5d\x7c\x98\x43\x53\x88\x22\x24\x55\xf3\xaa\x69\x4f\xbe\x87\x7e\xd9\xc1\x89\x90\x45\x17\x29\x76\xbc\x77\x7a\x5e\x7a\xff\x64\x4b\x28\xb8\x33\x0e\x7c\xf2\xf5\xba\xd2\x9e\x95\xda\x6f\x35\x75\xbd\xce\x2d\x81\x20\xc7\xc8\xe3\x16\x23\xbb\x16\x6e\xcf\x5c\xd7\x54\x4a\x6b\xeb\x91\x26\x26\xa9\x3a\x09\x24\x3b\x32\x52\xe8\x1c\xe7\x7c\x86\x77\x8c\x7b\x7e\x75\x38\x02\x4c\x46\xa1\x02\xce\x25\x88\x23\xe5\x33\xe3\xc7\x75\x9a\xff\x2a\x99\x0e\x93\xd2\xac\x3a\xe3\xa4\xd9\x3f\x57\x0d\xd2\x2b\xe3\x90\x85\xd3\xc1\x37\x06\x87\x0a\x8c\xba\xd9\xf9\xb6\x9c\x44\x29\xaf\xfe\xc6\x0f\xd7\xd0\x5d\x9b\xa9\x12\xe0\x09\x62\x88\x1b\xd9\xb6\x78\xa1\x67\x21\xc7\x4c\xcd\xae\x53\x9e\xf4\x90\x03\x1a\xd2\x0d\xa0\xfb\x21\xee\xa8\x93\xce\x57\xe7\x9d\xf6\x0d\xa3\xc1\x39\xef\x3e\x63\xf0\x5a\xad\x35\x73\x50\xcf\x0d\x90\xb3\x13\xf9\x58\x09\x99\x27\x39\x5a\x6a\xe7\x5e\xf2\x54\x43\x43\xa1\x13\x9a\x92\x58\xd9\x06\x6e\xc0\xf3\x74\xe9\x86\xb5\x50\x68\x4c\xda\x8a\x66\x99\xf2\x0a\x33\x6a\x88\xab\x2a\x24\xa8\xa0\x3e\xe8\x90\x69\x70\xce\xcd\x08\x71\x9e\x3a\x86\xed\x70\xeb\xf5\x09\x76\x10\x4d\x6f\x98\x0b\x5d\x9c\x53\xa3\xc1\xef\xd7\x9e\xfa\xf3\x74\x39\x08\xce\x3a\x83\xaa\x55\x9c\x84\xb0\x25\x3f\x77\x82\xae\x5a\x4f\x23\xa0\x64\x4d\xb3\xac\x88\xb3\x59\x02\xdf\x22\xbd\x03\x6d\xc2\x10\xf2\x19\x9f\x20\x6f\x84\xd6\x77\x1a\x96\x03\x47\x55\x77\x9f\x8e\xf2\x52\x00\xc8\xd0\x2b\xb3\x9d\xce\x45\xde\x76\x6c\xc8\x5b\x9a\x1b\x37\x06\x41\xe8\x6e\x8e\xd5\xb4\xc4\x9f\x76\x99\x77\xbc\xbd\x42\xdb\x4d\xf4\xa4\x56\x6c\x0d\x26\x81\xf8\x91\x46\x7b\xe6\x6b\x83\xe4\x46\x66\x7f\x81\xea\x82\xf1\x0d\xe3\x83\xe1\xc6\x3d\x59\x83\x18\xde\x5c\x5d\x38\x62\x9b\x29\x4c\x61\xcb\x08\x90\x02\xed\xf4\x96\x89\xb2\x7a\x03\xcd\x4d\x46\x79\x28\xdb\xcc\xdc\x16\xe1\x86\xe5\xa0\x12\x38\x5e\xaf\x24\x6a\xb6\xb8\x48\x1d\x9d\x91\x0b\x5a\xd5\x54\x67\x69\x59\xcf\x61\x20\x4b\xe1\x40\x37\x1c\x64\x6f\xe3\x20\xb8\xe8\x00\x8e\x5a\xcc\x4b\xc5\x42\xa6\x0d\xb9\x0b\xcf\xab\x2b\xb1\x58\x4d\xe7\xce\xa5\xea\xb3\x72\x68\x69\x23\x68\x1a\x9d\xe5\x13\x12\xf0\x72\x53\x65\x6b\x45\x61\xd2\x58\x6d\x50\x52\x90\xa1\x33\xee\xa2\xaa\x21\x1b\x0a\xb0\x91\x21\xbf\x28\x0e\xac\xe8\xf9\x08\xa3\x5e\xbc\x30\xb3\xbc\x11\xb2\x6c\xf3\x5a\x31\xed\x26\xce\x6c\x83\xda\xe7\x50\x9e\xd7\x32\x72\x43\x06\xbb\x3b\xe0\xfb\x07\x75\x10\xb4\xf4\x46\x7b\x17\xd5\x25\x71\x88\xeb\x7a\x95\x6d\x5a\x98\xda\xdb\xcc\xc9\x57\xb3\x30\xce\xd8\xd6\x71\x08\xba\xfd\x3e\x3c\x87\x1e\xb7\xa7\x27\xd4\x94\xf6\xa7\x9f\x28\x33\xb4\xa7\xad\x53\xc3\x05\x24\x16\xe3\x0f\xe1\x40\xa9\x93\xeb\x47\xf1\x51\x7a\x0b\xed\xb7\xdd\xe4\x99\x6c\xbc\xf8\x22\x88\xf4\x2b\x33\x91\xa2\x77\x0a\x45\xfe\x19\x79\xa1\xc4\x40\x40\x48\xae\xb3\x2a\xb3\x21\x05\x1e\xa5\x0a\xa4\x69\x46\xee\x65\xdc\x03\x85\x84\xf3\xf0\x74\x2a\x31\xef\xac\x7a\x91\xb7\xf7\xa4\xa2\x5a\xad\xe4\x3f\x5f\x32\xab\xc6\x7a\x2b\x6e\x37\xb9\x8d\xeb\xcd\x35\x7f\x44\x03\xc5\x35\x82\xb8\xc9\x11\xf3\x52\xec\x05\x9a\x59\x62\x6f\xe8\xaa\x8a\xbd\x6a\x2b\xac\x64\xf8\x09\xc3\xd3\x20\x0d\xc4\xc9\xd9\x2b\x88\x39\x8a\x1a\x0c\xc5\x3c\x55\x04\x61\x9e\x9f\x83\xe9\xa5\xce\x2b\x88\x33\x00\xf9\x2e\x66\x07\x23\xb5\x4a\x55\x67\x92\x67\x39\xc0\x2c\x73\x18\x34\xc6\x2a\xb1\xda\x94\x9c\x16\x32\x1f\x1e\x7d\x12\x3f\xb1\xc2\x43\xec\xcd\x63\xfe\xe6\x4e\x9f\x25\xd2\xf6\x1c\x35\x2d\x78\x64\x51\xbe\xf3\x27\xfe\x6b\xbc\xe8\xf8\x0e\x27\xf6\x8a\xf1\x5b\xf3\xdc\xe6\x4e\x17\xc7\x20\xf3\xc4\x78\x18\x5f\x48\xb9\x14\x6d\x9d\x4e\x2f\x30\x83\x94\x8b\xcb\x43\x41\xca\x02\x85\xfa\x78\x60\x66\x98\xc9\x49\x4d\x59\x55\x13\xa4\x3f\x66\x11\x13\x8a\x34\x13\x63\xbe\x7a\xe7\x35\x5f\xa0\xbf\x66\xbb\xac\xbf\xaa\x65\x35\x57\x79\x3b\x9d\x43\x64\x2d\x4c\xbd\x2a\xdb\xbc\xc0\x9a\xb5\x74\x02\x31\x38\x83\x1c\xc6\x80\xb5\x4c\x34\x7a\xcc\x40\x73\x8f\x1d\xb3\xaa\xec\xb5\x3a\xa8\xb9\xb4\x1e\x75\x52\xac\xca\x45\x95\x91\x24\xc2\xe2\x47\x4d\x3e\xdd\x1c\xd3\xe8\xe6\xe2\xa9\xf8\xc3\x13\x91\xb3\xb4\xb8\x90\xc6\xc2\xbf\x65\xbd\x1d\xb5\xfa\xf7\x21\x87\x07\xcf\xe7\xba\xbb\x4b\x28\x86\xb0\xdf\x51\xb0\x07\xf5\xcb\x47\x27\xcf\x19\xf5\x7e\xfb\xf6\x19\x42\x3c\x24\xda\x74\x13\x74\xae\xc0\xad\xfb\xf4\xc0\xec\x9d\xf8\xfa\x35\x1c\xfd\xa9\xdd\x5b\x27\x43\x93\xed\x35\x0e\x3a\xb1\xa4\x8d\x6b\xd0\xc0\x36\xd8\x80\x08\x26\xfb\x93\xfe\xd3\x1e\xa7\xa4\x59\x16\xf9\x54\xf6\xd9\x13\x9d\x4d\x85\x43\x79\x28\x1e\xbb\x1f\xcd\xda\x53\xee\x2c\xae\x68\x89\xb4\x8a\x8c\x4a\xc2\x55\xa4\x34\x90\x7b\x5c\xfd\x2e\x3c\xa5\x65\xa4\xb0\x6f\xe4\xf4\xc6\x21\xe7\xcf\xc3\xa1\x02\x40\xd9\x79\x3c\xf8\xf0\xe8\x53\x2c\x83\xa6\x88\x10\x9c\xcf\x92\xfe\xd6\x44\xdf\xc9\x8c\x5a\xdb\xfa\xa9\xf8\x8f\x58\x5c\xfe\xe8\xd6\xe1\xec\xd9\xe2\x86\xbe\x0d\x38\xf8\xc6\x3b\x67\xa0\x73\x56\xab\x36\x52\x97\xc4\x87\x9a\xeb\xb6\x25\x44\xcc\x60\xed\x1f\x06\xdb\xb6\x6b\xcd\xb6\xc5\x86\xc5\x9b\x96\x77\x91\xd0\xa2\xdd\x5d\x51\x56\xe0\x96\xaa\x88\x4e\x83\x4e\x00\xf6\x7c\x23\x6d\x85\xcb\x75\x8b\x0d\xe1\xb2\xc7\xd0\x03\xb7\x3e\x68\x01\xac\xdd\x03\x76\x17\xca\x36\x04\xb7\x6d\x61\x16\x9d\xf4\x63\xcc\x29\xce\x99\xd9\xf3\x7f\x73\xd4\xf6\xa0\x13\x82\x6c\x83\x6e\x4c\x39\x99\x66\xc8\x21\xc2\x4a\x38\x46\xc9\xcb\x73\x92\xa8\xd6\x3c\x69\x83\x3b\x16\x1a\x6a\x20\xb8\x4e\xdf\x85\xa4\xc0\xfe\xe2\x45\x9a\x7e\x01\xdd\x95\xd6\x4a\xc5\xf9\xb5\x03\xfe\xa1\x3c\xa4\x42\xc3\x2a\x64\xa1\xd6\x70\x72\x8c\x05\xc3\xf8\x8a\x58\x4a\x8f\xcd\x8c\xd9\xad\xe7\x85\xc8\x9d\x16\x83\xdd\x05\x0f\x3e\x6f\xd1\x4f\x3a\x45\x6b\x67\xe0\x07\xbe\x78\x5d\xca\xab\x2d\xe8\x88\xbf\x02\x07\x9d\xe8\xc7\x6d\x97\xd3\xa5\x8f\x5a\xce\xfa\x34\xf1\xb0\x64\x83\x41\x10\x73\xf1\xb9\x31\x23\x9d\x18\xcf\xbe\x24\x82\xed\x9b\x9c\x40\x1d\x15\x42\x14\xdd\x0f\x40\xd0\x55\xcc\x68\x80\xd4\x5e\x6a\x11\x26\xe6\x6b\x85\xef\x2c\x9a\x00\x45\xc9\x99\xf0\xb9\x36\x65\x84\xd1\x21\x69\xe3\x64\xe9\x64\x41\x30\x89\x5f\x14\x26\x6b\xd9\xa7\x74\x74\x78\x67\xba\x62\xf2\x50\xc9\xce\xf2\x52\xd6\x43\xc5\x01\xab\xe3\x85\xc2\xef\xba\x95\x86\x0a\x23\xf8\xea\x17\x79\xeb\xf8\xaa\x7c\xe4\x81\x48\xff\xa5\x02\xcf\xa6\xcc\x32\x3f\xf4\x50\x7a\xd4\x06\xce\x21\xff\x02\xc3\x21\x6f\xa4\x28\xda\x05\x37\x86\xc8\xd2\xc9\x6b\xc9\x91\xb8\x43\x78\xd8\xd6\xad\xf9\x8e\x39\x7c\x3c\x88\xe2\xe3\xc3\x87\xe2\x01\x03\xd6\xc0\x5b\x24\xa7\x14\x56\xf4\xb5\x99\x1c\xe9\x72\xb3\xdc\x32\x5f\x30\xbb\xbc\xee\x3e\xc6\x9c\x54\xba\x34\x18\xde\xe4\x49\x40\x8c\x3c\xe6\x78\x77\x57\x7d\x61\xf4\xfb\xf8\xed\x00\xb9\xa1\x75\xe2\x0a\x70\x5d\xe3\x2a\x04\xcc\x8b\x52\xb1\x24\x4b\x34\xb4\xee\xf4\xd3\xce\x63\x13\xf4\xc2\x34\x8a\x36\x9f\xad\x1d\xac\x87\x6e\x41\x4f\x9c\x7c\x59\x5a\x35\x08\xd2\x2a\x11\x1f\x0b\x96\x99\x5a\xae\xcf\x1b\xf2\x2f\xd9\x17\x3b\x3e\x5c\xd8\x2a\x46\x5e\x3a\x4a\xdc\x73\xee\xb1\x12\xe1\x9c\x55\x13\x0f\xc3\x5d\x09\xe7\xcc\xd8\x12\xb4\xf2\x9a\x3e\xd3\xbb\xfa\x17\x20\xb8\x4f\x64\xa8\x3e\xd3\x23\x29\xd6\x81\xf5\xb2\xaa\xd3\x2b\x09\xaa\xba\x73\x2c\x0f\x13\xc9\x56\xe5\xd6\xf8\x34\xdf\xee\x20\xbb\x42\x63\xfe\xad\x5e\xb6\xed\x8e\x4e\x1d\x12\x01\xed\x07\xda\xf3\x8f\xe2\xe7\xc0\x65\x29\xbc\x69\xec\xb9\x50\x77\x1c\xa7\x45\x3c\x41\xbe\xfa\xa8\x4e\xd7\xc0\xf8\xec\xeb\x0e\x82\x27\xd4\x68\xaf\xb9\xe8\x38\x1b\x64\x1a\x5b\xcd\x85\xba\xdb\x8a\x3b\xe8\x4a\x92\xd6\x92\x52\x87\x39\xfb\x3d\x14\x6d\x7d\x63\xb8\xba\xbc\x75\xaa\x48\x44\x08\x0a\x9a\x26\xfc\xc3\xcf\x3b\x89\x38\x7d\xb8\x3f\x74\x86\xee\xa8\xfe\x86\xb9\x6f\x0d\x35\x73\x1f\x9b\x13\xea\x3c\x5f\x57\xf6\x22\x94\x71\x36\x7f\x3e\x43\xe3\x61\xb0\x4e\x46\x68\xcd\x6a\x36\x0a\x5c\xbf\xfd\xd4\x91\xec\x0c\x21\xb3\xea\xb0\x56\xc7\xad\xac\xc1\xe9\xc5\xe6\x2e\x2e\xf2\x06\x70\x29\xe6\x5d\x09\x6e\x20\x75\x8e\x59\x4d\x80\xaf\x81\x47\x98\xa6\xcd\xfa\x53\x53\x0a\x86\xca\xfb\x30\xb1\x23\x0e\xea\x3a\x85\x5c\x16\x38\x1e\xf7\xfd\xb4\x93\xf1\x31\x7c\xa0\x61\x0a\x10\xed\xe6\xa5\x99\x33\x9e\xa8\x4e\x33\xd2\x7c\x14\x93\xe9\xd0\xed\x1e\x4e\xb7\x24\x67\x1f\xa0\x4b\x3b\xe2\x14\xae\xac\x1b\xed\xea\x46\x16\x58\xd4\x6d\x52\x1d\x25\xad\xfe\xea\x30\xf8\xc5\x4e\x95\x0f\x97\x40\x23\x3c\xdc\x5e\x36\xea\x64\xef\xd8\x87\x44\xa2\xbd\x88\x4a\x31\xf3\x83\x75\x7b\xc0\xbd\x77\x56\x38\xe0\xd5\x04\x15\x24\xc8\x54\xf0\x84\x55\x21\xcb\x67\x2e\xf4\xdc\x1b\x3f\x63\xde\xfe\xcc\x38\x3d\x14\xcd\x45\xbe\x34\xde\xfe\x0a\xad\x8c\xd1\xd0\x8c\xdc\x92\xdc\xaa\x2f\x7d\xd6\x1f\xd9\x72\x63\xac\x70\x6c\xbb\x1f\x59\xfa\x13\xb6\xae\x87\x0f\xdd\x75\x8e\xc7\xec\xa2\xa7\xbb\xc8\x9e\x59\xfb\xad\xea\xbc\x1a\x7b\xe6\x66\xce\xc8\x0c\xe9\x5b\x39\xed\xf9\x35\x4d\x06\x54\x56\x77\xe0\xd7\xa0\x33\xe3\xbb\x0e\xfe\x6e\xe1\xdf\x80\xce\xb8\x6b\x66\x9e\x00\xdb\xf3\x73\x7c\x71\x41\x69\x09\xcb\x34\x7a\xda\x5b\x36\x73\x74\x28\x84\xee\x13\xc6\x8e\x80\x0e\x83\xf4\xb7\xfa\xe0\x6a\x43\xae\x4e\x87\x99\xe5\x50\x71\x02\xec\x62\x9a\x50\x38\x9b\x6d\x4e\xb7\xdd\x75\x5d\x35\x8d\x56\xe6\x5c\xca\x9d\x7b\xca\x57\xef\xae\x79\x8b\x3d\xc4\x6f\x0b\x36\xf2\x7e\x5b\x19\x66\xeb\xdf\xb4\x65\x62\xec\x9d\xc7\x7b\x5e\x00\xd6\x85\x8a\xdc\x7b\x97\x10\x6b\x0b\x41\xe3\x86\x15\xc7\xdc\x75\xea\xb9\x95\x55\xd1\xeb\x17\xfd\xa8\xf2\x12\x8c\x0a\x06\x16\x49\xe0\x51\xe1\x79\x47\x31\x69\x1b\xfd\x2a\x8c\x43\x30\x6f\xe6\x7a\x57\x90\xd0\x7c\x2d\xd2\x6b\xf4\xe8\x44\x5f\x0b\xb3\xb6\x50\x82\xc6\x78\x4e\xb5\x6b\x67\x15\x84\x10\x6f\xe9\x08\x05\xc3\x31\x17\xc3\xa8\x1b\x85\x4e\x79\x76\x29\x8d\x40\xba\xce\xaf\x97\x6c\xbc\xb8\x19\xaf\x11\xd4\xe3\xa8\x6b\x31\x77\x91\xd3\xa4\x19\x01\x79\x56\x99\x8e\xee\x40\xbe\xb7\x1d\x0e\xe3\x38\x0a\xaf\x73\xcb\xe0\x0d\xe9\xeb\xc1\xf9\xc9\x9d\x75\x9d\xf7\x5d\x4c\x2d\x83\x19\xce\xeb\x6a\x59\xe7\x98\x2d\x81\xe5\x58\xae\xc9\x80\x8d\xc9\xd1\xd0\x79\xc0\xa6\x75\xfd\x49\x1c\x56\xb2\xb1\xca\x96\xaa\xe6\xae\x6f\xcc\xcc\xe4\x6e\x77\x54\x83\x46\xad\x15\x02\xe8\x04\x75\xdb\x68\x4d\x7e\x80\x76\x64\x8d\xea\xc3\x43\x28\xb8\x54\x69\xf1\x59\xa8\xae\x28\xe5\x95\xed\xe1\xaa\x05\xed\x67\x71\x6b\x71\xf8\x92\x5b\x8c\xc3\xb7\xda\x34\x1c\x7b\xc7\x2c\xca\x1c\x25\xd7\x68\x4d\xe3\xba\x19\x07\xff\xb5\x89\xc7\x42\x48\xec\x0b\x47\x88\x8e\x79\x25\xad\x01\x11\x1b\x09\x3f\x64\xdf\xbd\xf7\x3a\x7a\x5a\x01\x91\x2b\x4d\xcf\xd3\x25\xe5\x60\x18\x45\xdd\xb6\xee\x3f\x1a\x53\x8e\x94\x95\x2f\xb3\xe7\x90\x01\xef\x32\xcf\x14\x8d\x6b\x7b\x8d\x68\x56\x6a\x3a\x9d\xd6\x93\xa2\xd2\x99\x05\xfd\x81\x03\x7a\xaf\xee\x03\x4e\x8d\x27\x16\xd3\x26\x84\x54\x26\xe2\x67\x45\xf7\xcf\x1a\x10\x47\xa8\x69\x37\x20\xd8\x3e\x0f\xc3\x25\x0d\x22\x6e\xd8\xeb\x66\xbe\xd7\x4e\xba\xc0\x89\x5d\x88\x1d\x43\xac\x0b\x7d\x29\xab\x72\xc7\xe1\x2d\x7d\xbf\x97\x6e\x5f\x42\xba\xd0\xf8\x95\x87\xca\x65\x08\xa0\x52\xd2\x13\x7a\x5b\xe8\xcb\xae\xdb\xe5\x25\x7a\xbb\x84\xee\x66\xee\xc5\xe4\x87\x96\x0a\x1e\x14\xe2\x87\x95\xde\x79\x6e\xf4\x8a\x35\x0e\xbc\x48\xa0\xa8\x5d\xfc\x6d\x3c\x66\xd1\xa6\x18\xec\x5e\x17\x27\x5f\x62\xdd\x1a\x1d\x52\x76\xd7\xed\xcf\xbf\xd5\xa4\x96\xf0\xad\x9f\xd3\x71\xab\xb9\x73\x02\x04\x18\xb6\xd4\xb9\x24\x31\x04\xd2\x3d\x93\xb7\x9a\x8e\x37\xd1\xd8\x47\x16\xba\x2f\x3e\x23\xf7\x45\xfb\x00\x47\x5e\x41\xda\xc1\xa2\x6a\x64\x0d\xc5\x97\x4b\x09\xf6\x07\x98\x57\xa7\x20\x47\x66\xf2\x52\xd6\xcd\x8a\x45\x4f\x0d\x83\xa9\xf3\xc6\x28\x93\xda\x4a\x9c\xd7\xd5\x95\xc8\xcb\xab\xb4\x8e\x99\xec\x28\x69\x35\x1e\x04\xdf\x66\x17\x0b\x04\x1e\xda\x63\x16\x01\xa3\x95\x57\x9b\x7d\xb7\x93\x1f\x4d\x69\xd1\x10\x41\x4e\x5f\xa7\x33\xed\xbc\x4e\xdb\x79\x92\x4e\x9a\xfe\x1a\x5f\xb8\x0e\xd1\xa6\x19\xb2\xf5\x0d\x06\x62\x4f\x6f\xff\x8f\x1a\x13\xc5\x00\xb8\x3f\xfc\x73\xe0\x35\x8a\x90\x26\xdb\xc2\x27\x46\x91\x7c\xf1\x8a\xde\xe7\x99\xba\x19\x62\x59\xbb\x4f\xb8\x57\x64\x71\xe3\x85\x74\xb9\x68\x13\xd1\xb7\xd8\xee\x67\x6e\x15\x83\x79\xd5\xd0\x10\x57\x18\x87\xab\x97\x81\x29\xa4\x5c\x8d\x4b\xe3\xf5\x5e\xa4\xf5\x85\xcd\xe9\x15\x4c\xad\x46\x3d\xf3\x0c\x01\x57\xb2\x17\x9b\x44\x47\x1b\x1e\x07\x54\x78\x1d\x1c\x48\x84\x68\xd2\x85\x14\x45\x85\xd9\x17\x45\xda\xd8\xf8\x8e\x10\x2e\x11\x97\xe0\xb7\x46\xdc\x5d\x73\x12\xe2\x92\x45\x88\xfd\x1d\xe9\x18\x09\x7c\x0f\x78\xb2\x56\xf1\xf0\xa1\xc7\xe7\x87\x08\x89\x4e\x9f\x8a\x32\x47\x04\xd6\xc6\x8a\x16\xae\x3b\x01\x1d\x74\x97\x99\x37\xc9\xca\x59\x18\x0c\x66\xe9\xa6\x8b\xd3\x0b\xfc\xd4\x81\x70\x76\xbb\x6d\x02\x64\x33\x56\xb3\x02\x91\x0d\xa3\xee\x6e\x00\x81\xd2\x72\x3a\xaf\x6a\x99\x79\x11\x11\x36\x7e\x6f\x2e\x8b\xa5\xe2\x91\x20\x23\xa1\xa8\x65\x93\xff\x0a\x8e\x21\x90\xa9\xae\xaa\x00\xa3\x2e\x65\x7d\x23\x9a\x16\x8a\x4b\xc6\xe2\x44\xf3\x10\x4f\x72\x74\xe1\x37\xfa\x4b\x99\x79\xb9\xf0\x21\x18\x3d\x26\x9c\xaa\x2e\xd0\x82\x3e\x50\x7d\x85\x09\x23\x6d\x2a\xc4\x28\x29\x74\x96\x8a\x66\x5e\xe7\xe5\x45\x83\x49\x87\xf0\xcf\xb6\x52\x24\x97\x10\x6f\x5a\xd5\xa5\xac\xbb\xe9\xaf\xc7\xa7\x6c\x45\x84\xd9\x36\x85\x25\xfb\xd6\x47\x12\x44\x29\xf4\x36\xf9\xa3\xba\x04\x1e\x21\xb2\xea\x4d\xd5\xbe\x08\xae\x13\xaf\x15\x28\x46\xb8\xf5\x25\x4c\x45\x15\x4f\x05\x81\x9c\x2f\xee\x00\x45\x30\x45\x9a\x8e\xc5\xed\x1d\x4f\xf1\x18\x8b\x85\x33\x6e\xf8\xf4\xfb\x45\x5d\x2d\x74\xd9\x3c\x06\xd2\x88\x48\xff\x6d\x22\x8d\x8d\x7f\x8a\xb9\x8c\x88\x7d\xef\xf7\x28\xc2\x04\x32\x26\xde\x09\x0d\xb6\xae\xa0\xc7\x33\x4d\xab\x09\xa3\x6c\x81\x16\xc3\x17\x0c\xc5\x74\x6e\x2a\x80\xc2\xf1\xb0\x27\xf5\x4a\x22\x9f\x90\x5e\xa5\x37\x3c\x79\x3f\x91\x48\x77\x0a\x10\xda\x3b\xa7\x81\xec\xe1\x81\xa2\x16\x99\x92\x55\x33\x17\xe9\x79\x9a\x97\x4d\xcb\x26\x18\xd2\x0c\x66\x79\x69\xab\xcf\x17\x12\x0e\x5a\x6d\x15\x28\x22\xd0\x9c\xd9\xb5\xf0\x9e\x51\x16\xa2\x2b\x34\xc5\x2a\x20\x04\x6a\x69\xdd\x3d\x26\x52\xa4\xe2\x32\x6f\x56\x69\xc1\x83\xdc\x8c\x01\x5a\x07\x6d\x95\x15\x06\x30\xd4\x55\xb5\x30\x4c\x5f\x70\x09\x11\xcf\xa5\xe5\x41\xf2\xa1\xa5\xc1\x49\xb7\x60\x1d\x05\xe2\xc7\x46\x31\xe0\x9b\xae\x22\xc8\xe9\xc7\xc5\xd6\x3e\x63\x7b\x4c\x50\x82\xc7\xa1\x10\x0e\xc6\x18\xbf\x70\x7c\xdb\xc5\x8d\x71\x70\x38\x1a\x38\x8d\x7e\x02\x02\x7b\x60\x20\x0f\xc1\xbd\x18\x2e\x16\x47\x6a\x87\xe1\xca\xad\xd8\x8c\x76\xa9\xdf\x33\x21\x03\xa0\x3d\x5b\x74\xaf\x30\xd5\x96\xe3\x2f\x44\xc6\xd9\x4b\x59\xcf\x8a\xea\x6a\x68\x22\x77\x8a\x42\xcc\xaa\x55\x4d\xa2\x24\x5c\x3b\x79\xb9\xa3\x99\x78\xb8\x55\x34\x16\x04\x54\xd1\xdb\xb4\x0d\x20\x06\x5a\xb3\xe9\xb3\x3d\xab\x83\xef\x6c\x26\x2c\x14\x7c\xfb\x84\x09\xe5\xc2\x17\x5a\x8f\xb0\xcd\x5e\xfc\x46\x2b\xf3\x26\x70\x16\x16\xe3\xb6\x75\x30\xaa\x4e\x30\x78\x9a\x97\xe4\x8f\xa2\x0b\x32\xd5\x55\x0b\x69\x6a\xff\xf0\x47\x91\x81\xa3\x36\x91\x9f\x29\xd4\x45\xc3\xac\xb3\xbb\x58\x10\x8a\xbc\x4a\xc8\xc5\x83\x98\xc9\x2c\x4f\xcf\xab\x12\x0a\xc1\x52\x15\x6d\xc0\x0a\x5d\x1c\xdd\xf0\x46\x66\x4e\xc3\x70\x81\x3a\x68\x91\x67\xa8\x92\xc5\x90\xa9\x4c\xab\x46\xd1\x37\x26\xd1\x35\xc4\x60\x70\x45\xac\x5a\xd1\x57\xa3\xe0\x82\x76\xc5\xcf\x43\xe1\xfc\x1c\x38\x1a\x72\x9d\x84\xf7\x00\x3e\xe6\x99\x2e\x5c\x75\x5c\xbe\x83\x7a\x2f\x7d\x53\xca\xaa\x23\xe2\x9e\x40\x09\xd2\x53\xf3\xaf\xba\xb5\x1d\xc4\x4f\x82\xff\xfd\x73\x67\xcc\x19\xc0\xd2\x2a\x8a\x99\xb2\x35\x6d\x53\x97\xf9\xc4\xd2\x09\x69\x01\xfa\x30\x20\xb2\x27\x67\xaf\x4c\x70\x51\xb4\xa6\x9e\xaf\x78\xc1\xba\x4e\xe8\x01\x4b\x67\x37\xc5\x1b\x68\xcd\x50\x9e\x2d\xb3\xac\xba\xe7\x4a\x2f\xd3\xbc\x48\x27\x8a\x74\xe8\xba\x7c\x6c\x02\x94\xc7\xe7\x79\x69\xf4\x3d\x30\xa3\x96\xc8\xfb\x32\x39\x4f\x84\x9b\xaa\xd0\x14\xd0\x99\x56\x0b\xcd\x81\x9a\xa4\x80\x03\x9b\x63\x82\x07\x10\x87\x0b\xe4\xf6\x16\x37\xe5\x1f\x96\x34\xa8\x1a\x59\xba\x79\x98\xa3\xfa\xa7\x20\xe7\xa8\x37\x4d\x50\x9c\x45\x8c\xfd\x27\x5e\xc6\xc1\xa8\x23\x61\x47\x35\x44\x6d\xd8\xbe\xcc\xab\x55\x63\xca\xd5\xec\x6f\xd4\xcf\x6f\x95\xc5\x94\xec\xc4\xee\xd8\x9d\xaa\x2c\xcf\xe3\x2f\xe8\x98\xc4\x52\x9b\xda\xe4\xa6\x61\x7b\x96\xee\x54\xf8\xbe\x87\x41\xe3\xc0\x01\xf1\xce\x77\xee\x5b\xb2\xbc\x6e\xf5\x22\x6d\xdd\xca\x3c\x31\x20\x50\x41\x92\x68\x9e\xd3\x0f\xde\x06\x7d\xa2\x09\xa3\xf1\x5c\x3a\x76\xc8\x51\x72\xcb\xeb\x1c\x3c\x78\xe1\x48\xa4\x6d\x44\x07\xbe\xf3\xb3\xa8\x6a\x45\xad\x50\x1d\x0a\x71\xa0\x26\x8d\x0c\x98\x81\x8c\x23\x13\x6c\x55\xf8\x81\xa1\x2b\xda\xe6\x46\xff\x26\x7e\x06\x69\x99\x47\xb1\x6c\xee\x35\xde\xa2\x0d\x8b\x59\xf1\x4b\xaf\xc7\x89\x87\x2b\xeb\xef\xc7\x33\xce\xfa\x3b\x81\x7d\x3f\x89\x51\x6c\x45\x41\xce\x82\x78\x9b\x30\x65\x9b\xeb\x59\x98\x29\xf4\xd0\x1c\x2d\x15\x08\x63\x9f\x8d\x42\x7a\x85\xaa\x00\xc8\xe0\xbe\x48\xdb\x56\xd6\x8d\xcf\x1c\x81\x33\x5a\x23\x14\x9e\x1b\x42\x8b\xc1\xa0\x8a\xf0\x58\x8f\x6b\x17\x8e\x36\x92\x90\xa8\x94\x73\x23\x30\x81\xbe\xd7\xf0\xba\xa2\xc6\xbe\x68\x84\x77\x37\xbb\x2f\x94\x5a\x8b\x91\x38\xe3\x51\x68\x68\xdc\x3d\x6d\x81\xeb\xdd\xb0\xfd\xe4\x2b\xeb\x05\xe7\xce\x72\x5e\xf7\xa2\x6a\xdc\x77\x19\xe9\x8c\xc1\xf6\xee\x08\x47\xac\xc4\xf1\xdc\x16\xbf\xeb\x77\xf9\x40\x07\xde\xc7\x27\x26\x52\x5d\x57\x92\x0f\x66\x61\xae\xdc\x63\xff\x2b\x9f\x44\x30\x96\xec\x88\x6e\xe2\x1b\x6f\x7d\xdd\x6a\x8d\x58\xc6\x8b\x2d\x13\xfb\x71\x0d\x03\x8e\x82\x96\x34\x66\xee\xdd\xd6\xbc\x46\xa1\xe3\x34\xef\xc6\x61\xf8\x02\xbb\x06\xbb\xf5\x6c\xf7\xdc\x88\xd1\xe1\x92\xe0\x0f\x04\x15\x77\xd8\x87\x89\xa7\x63\x6f\x8d\xfe\x25\xe8\x69\x19\x3a\x0c\x30\x7c\x29\x1d\x29\x95\xbc\xdc\xad\x5d\x71\x0e\xf7\xb5\xdd\xff\xf8\x88\x87\xdf\x38\xda\xa1\xcb\x22\xe9\x29\xa6\xd6\x47\x08\x59\x28\xc5\x42\x84\x9c\x70\x80\x8f\x5b\xc4\xfd\x6c\xf0\x8b\xee\xb6\xc3\x86\x8e\xd0\x3e\xef\x14\x89\xbb\xe8\x1a\x2d\xca\x0e\xad\x0d\xc5\x08\x59\xb3\x4e\x0a\xb7\xd9\x88\xb8\x26\x06\x67\x9d\xcd\xda\x5b\xb6\xf9\x19\xf8\x33\x47\x76\xc5\x0d\xe3\x8c\xe1\x9c\x79\xe9\x6f\x9b\x5b\x33\x22\xa6\x49\xe6\xd5\x0b\xf8\x09\x63\x45\x1e\x23\x79\x81\x9d\xc3\x23\x33\x35\x48\xf4\xc8\x45\xac\x7a\x6b\x6a\xae\x06\x74\x95\x2e\x03\x6f\x49\x49\x4c\x6d\x4a\x11\x11\x1f\x7f\xa7\xa4\xff\x8f\xbf\x33\x3a\x17\xad\xae\x04\xd9\x0a\xb4\x73\x15\x58\x0f\x42\x19\x3b\xb1\xb3\xa3\x1c\xaf\xf3\x47\xc7\xdd\x6d\x1e\xb9\xfe\x31\x66\x71\x3e\x2a\x27\x20\x66\x0f\xef\xd9\x09\x55\x08\x81\x8f\xcd\x96\x0a\x6d\xb7\xf9\x1a\x1d\xde\x76\xab\xe9\x58\xb4\xaf\x98\x5e\xff\xfe\x3e\x8a\xea\x21\xb7\xf1\x3a\x71\x87\xda\x3f\xb4\x99\x53\xdd\x7e\xd4\xc8\xcc\x9c\x68\x1e\x2a\xee\x36\x5b\x29\xce\x13\x8e\x84\xd6\x3b\xb7\xc6\x1f\x88\x6e\x5e\x99\x5e\x1c\xc5\x52\xd8\xad\xd5\x3d\x7d\x23\xbc\xbc\x6c\xd9\x41\x48\x59\xb0\xdb\xea\x23\xd5\x31\x11\xe3\xd8\x42\xf7\x5c\x03\xb5\x35\xec\xb9\xe7\xd2\xe1\x13\xdc\xf0\xcd\x98\x32\xce\x36\x36\x7a\xb8\xad\x46\xfe\x61\xfa\x56\x7f\x0e\xe7\x2c\xc6\x54\xae\xd1\x50\x54\x5e\x87\x36\x49\x12\xb6\x30\x13\xe4\xea\x14\x71\xf6\xf8\xc6\x6e\x8a\x33\x14\x6b\x17\x38\xd8\x26\xda\x55\xd7\x87\x1e\x89\x07\x7a\x8b\xdd\x28\xd7\x90\x1f\x52\x6d\x42\xcd\xdb\x70\x3b\x6a\xdd\xe5\xaf\x4a\x92\x52\x17\x81\x35\x7d\xbc\xea\xe5\x6f\xaa\x56\x8a\x74\xa2\x4e\x1a\x9c\x3e\x26\xcc\x8d\x80\x08\x93\x1a\x14\x5e\x52\x55\xfc\x92\xc9\x80\x4a\x6e\x3c\x97\xad\x29\xe5\x75\x9e\x2e\x9d\xe4\x75\xfa\x18\xa7\x65\x46\x33\x6a\xf6\x39\x6f\xad\xae\x33\x5f\x2c\x31\x5d\x2b\xd1\x00\x48\x2e\x44\x6a\x76\x13\x4e\x4b\x43\x25\x3c\x3f\xa3\x93\xa7\x51\x77\xff\x45\xeb\x6a\xff\x3c\xd4\x73\x1a\xd9\xd3\x7e\x8d\x69\xd5\xfc\xab\xae\xab\xaa\xed\xff\xf9\xff\xfd\x2c\x7e\x2f\xfe\xfc\xff\x7e\x1e\x88\xb1\x78\xfc\x38\xf9\xf7\xc7\xd7\xf0\xff\x58\x6e\x9b\x7d\x0b\xda\x8e\x4c\x61\x6e\xf0\xa4\xbe\x6e\xeb\x54\xfc\x3b\x95\xd1\xa6\x59\xad\x5d\x2a\x57\x42\x37\x45\x11\xff\x82\x25\xb0\x99\x02\xda\x2f\xc0\x2e\xdc\x0f\x06\xc3\x32\xa8\x94\xd3\x69\xdb\xa0\x75\x0c\x62\x79\x72\x75\x19\xd6\x52\xfc\xf9\xfa\xcf\xbc\x64\xda\x37\x8b\x0e\xdd\x07\xc5\x11\x70\x64\x7a\x81\x5c\xc9\x26\xff\xc3\xed\xc6\xa3\x56\xc6\x5d\x3e\x76\x3f\xdb\xfd\xda\x15\x3f\xdf\xeb\xae\x16\x3b\xd1\xce\xdf\x34\x20\xde\xe3\xd1\x11\x35\xfd\xc2\x24\x3e\xbc\x74\x36\xbf\xcf\xdd\x4f\x7b\x34\xb4\x03\x0d\x05\xff\xa5\x47\xe3\x23\x39\xa1\x0c\xfc\xc5\x3a\x38\x53\x70\xc3\x8e\xb3\xe0\xae\xd1\x43\x07\x50\x0b\x2b\x8f\xf5\xdd\x34\xa3\xed\xc8\x31\x65\x67\x4d\xfa\x3a\x17\x59\x37\x6d\xc5\xc0\x01\x7a\x34\xd3\x50\x14\x44\x3a\xe8\xce\x71\x9d\x37\x82\x8c\x0f\x10\xe6\x97\xba\xfd\x68\x5c\xda\xb8\xff\xc2\xbc\x94\xde\xdf\xb9\x30\x67\xb4\x88\x85\x8c\x77\xee\x48\x3b\x1c\x71\x94\xf0\xeb\xa4\x76\xdd\x48\xd3\x22\xa7\x3d\x1b\x89\xe7\xe6\x6f\x7b\x43\x25\xe7\x12\x57\x9a\x97\xe7\xf6\x7d\xdf\x63\x05\xdc\x33\x63\xc7\xa4\xac\x64\xec\x01\x55\xa7\x61\x4f\xa0\x7e\x14\xfb\x6d\xab\x1d\x6c\xf8\x54\xe0\xc2\x29\x9a\xe4\x38\xaa\x3b\x72\xcc\x63\xee\x1a\x6b\xbb\xba\x9a\xad\xab\x36\x2b\xaa\x37\xad\xe5\xcc\x5c\xd9\xfd\x48\x16\x4a\xad\x15\xb1\x65\x6a\x5f\x57\xab\x06\xcb\xbb\x8a\xaf\x54\x4c\xef\x2b\x5b\x2a\x2b\x9a\x12\x0f\x4e\x58\x5b\xfa\x85\xab\x90\xb8\x11\xa0\xb3\x0c\x72\x59\xed\xc0\x75\xb8\x43\x0a\x92\x9d\x69\xda\xb4\x56\xb3\xff\xe0\x01\x0d\xa6\x6e\x32\xbb\xf2\x41\x42\x1e\x60\x54\x26\x9d\x29\xec\xe9\x9e\xb8\x34\xd9\x4c\xdd\x9e\x4f\x5c\x71\xbc\x9b\xe0\xca\xcb\x04\x91\xe1\xef\x43\x11\xfd\xfb\x1f\xfc\x6f\x27\x8e\xed\x5b\x3e\x96\x13\x01\xfe\xcd\xfa\xd8\xc4\xf1\x9f\x7d\x77\xf8\x3d\x9d\x67\x32\x1c\x9d\xaf\xfe\xe5\xd9\xeb\x57\xc7\x8b\x73\x7a\x85\x39\x3b\x21\xe3\xf0\x35\x58\x6c\x6e\xc8\x25\x21\xc1\xe0\x59\xa8\xa6\xac\xf8\xba\xbc\x25\xd6\x24\xa5\xa0\xa1\xc5\xaa\x69\xc5\x79\x25\x8a\xb4\xd1\xb6\x1a\x3f\x38\x51\xcb\xaa\xd3\xf6\x6d\xfd\x0e\xe3\xac\x10\x21\x1f\x3a\x37\xa1\x5d\x6f\xf0\x76\x2b\xb0\xaf\x29\xb5\x6d\x57\x41\x75\x75\xd9\x62\xb0\xaa\xc9\xd7\xaf\xce\xb3\xeb\x1f\x37\x23\x56\xfe\xe5\x83\x93\x43\x3d\x7f\x74\xe3\x05\x5c\x9a\x3a\xbf\xac\x0d\x3e\xfb\xfa\x95\x17\x05\xb6\x1a\x66\xaa\x24\xcc\x3b\xd0\xc3\xaf\x5f\x59\xdd\xe1\xcd\x27\x82\xa8\x14\x95\x5c\x50\xb4\x89\x17\x84\x61\x96\x2d\x7d\x93\xc5\xb5\x85\xbe\x30\x1c\xf8\x1f\x6d\x59\x38\x27\x9a\x84\xa0\x6b\xf0\x27\x36\xf3\xdd\x16\x61\xce\x4e\x84\xa8\x3f\x66\x47\x29\x15\x33\x16\x88\xb9\x44\x8a\x37\xb7\x8d\xc4\x7a\xfa\xe7\x64\xd3\xbe\x3c\x02\x7e\x50\xfd\x2f\x76\x6d\x87\x12\x9d\x1b\xf3\x3f\x13\x8b\xf4\x9a\x1c\x57\xdc\xba\x0d\xbf\xca\xba\xe2\x25\x94\x58\x68\x81\x6e\x8e\x69\xc3\xa2\xa6\xb3\xd7\xe9\xf5\x4b\x68\xa5\x28\xcf\x99\xbb\x08\x56\xa1\xb4\xd3\x69\x95\xcb\xd1\x31\xd3\xff\x79\xba\x3c\x5d\xa6\x53\xe9\xa8\xe5\xc3\x0b\x70\xad\x26\xde\x5e\x6a\x0b\xbd\x5a\x93\x8c\xd7\xc3\x90\x98\x07\x03\xb3\xc4\x32\xe5\x89\xe3\x6b\x09\x53\x0b\x9b\x57\xaa\x91\xbc\x5c\x09\x83\x3c\xb3\x6c\xda\x5a\xd8\xab\x46\x4b\xca\xc6\x45\x32\x8c\x34\x12\x4d\x5e\x4e\xb5\xf3\x62\x3b\x4f\xdb\x5e\x43\x9e\x46\x1a\xb9\x6d\x61\x13\x2e\x93\xca\xeb\x25\x96\xb4\xd3\x49\x3e\xa3\x4e\xd2\x0c\x00\x73\x72\x7e\xf1\x5c\x52\xcc\xd7\x38\xa3\x5b\x27\xef\x0a\x3d\x97\x58\x2c\x2f\xcd\x97\x37\xa1\xaf\x35\xb5\x72\xbf\x52\x2d\x93\x56\xbb\x5a\x32\x77\x69\x09\x24\x94\xda\x36\xd3\x5a\xca\xd2\xf8\xd9\x30\x28\x5a\x28\xdb\x89\xfb\x6c\x22\x62\x56\x76\x44\x9f\x86\xc3\xa1\xd4\x13\x8d\x64\x49\x44\x75\xe2\x7a\xf7\x66\x7e\xf5\x52\x57\xc8\x11\xa3\x35\x2d\x98\x64\xa2\x47\x8f\xc5\x5a\x19\xaa\xc4\x91\x35\x96\x34\xfd\x24\x92\x78\x20\x98\x54\x7d\x1e\x65\xf4\x51\x9f\x6d\xbf\xd5\x97\x49\x3a\x97\xe4\x05\x78\xf1\x55\xd1\xc0\xa6\xc0\xfa\x77\xad\x32\xb6\xb0\x2d\xe6\xf4\x66\x89\x7e\xa5\x43\x29\xed\x60\x7b\xe2\x91\xd8\x67\xbf\x47\x7a\x70\x44\xa3\x6e\x65\xdd\x91\x16\x3d\x51\x6a\x45\x8f\x81\xba\x5a\x36\xa3\x58\x55\xe8\x88\x49\xd3\xf7\xce\x5f\xe7\x29\xb0\xd6\xf9\xc9\x54\xb2\x8e\x98\x1b\x7d\x93\x8b\x1b\xb0\x0c\xeb\x4d\x34\x9c\xc4\xbe\xff\x60\xe4\x10\x48\x0b\xe5\xd0\x73\xde\x97\x4c\x8c\xfd\x1a\x47\x6c\x59\xf6\x25\xd7\x51\x69\xb3\x51\x96\x66\x08\xfd\x33\x44\xe8\x9a\x86\xb3\x79\x38\xa6\x17\x11\x75\xa1\x19\x86\xb0\x1d\x3c\x18\xfa\xb7\x31\xb7\x55\xe8\x4f\xc3\x47\x38\x74\x68\x92\xc3\xe7\x9e\x87\x43\xa0\xfc\xb7\xba\x3d\x13\xb4\x11\xc9\x5b\xb7\xd1\x60\x2e\x36\x0a\xe5\x16\xf1\x06\xf7\xf9\xb8\x75\xd6\xe3\x38\x50\x99\xa5\x32\x0e\x1a\x37\x99\xaa\x48\x92\x24\x00\xc2\x30\x64\x18\xec\x83\x98\x02\x5d\x1b\xbd\x02\x37\xc5\x2d\xe0\xbb\x39\x6c\xa6\x23\x30\xe6\xfb\xc2\x5e\x06\xc1\x01\xe6\xc7\x54\x7f\x10\x5b\x76\xcc\x0e\xb8\x36\x54\x28\xf2\xf5\x5d\x46\x2c\xf6\xf9\xc3\xae\xae\x81\x81\x83\x19\xee\x62\xed\x63\x26\xf7\xf0\x98\x74\x80\xaa\x73\x54\x37\x89\x4a\x04\xa1\x3a\x0c\x44\x3e\x40\xd7\xa4\x7a\x5c\xf3\xc9\x1d\x2e\x06\xeb\x3e\x7a\x8d\xb9\x47\x1f\xd1\xf5\x37\xc7\x5a\xd4\xdc\xe2\x5a\xd9\xfe\xea\xe8\x46\xc7\x8e\xab\xc9\xdc\x20\x36\x26\x08\x32\x30\xc4\xb5\x66\xbc\xa9\xc9\xb3\x10\x88\x37\x57\x79\x99\x55\x57\x49\x5e\x96\xb2\xfe\x85\x14\xf5\xe7\xb2\x3d\x9d\xd6\x55\x51\x4c\x52\x7c\xd6\x1f\x80\x10\xc4\xdb\xe2\xf5\xfd\xfd\xb4\xd5\xb9\xcf\x69\x5f\xba\x92\x64\xac\xbb\x15\x3c\xa0\x87\x98\x1a\x27\x5a\x11\x5a\xc8\x0f\xa7\x88\x5d\xae\x5e\x7e\xc3\x0e\x6c\x23\x8f\x0c\x07\xdb\xe8\xd9\x3d\x91\x8e\x98\xff\x2d\x51\xcd\x9b\x03\xbd\x40\xee\x45\x26\xa3\x23\x38\xe8\xe9\x9b\x4c\x0d\x62\xe6\xcd\x33\x99\x5e\xfc\x2d\x6f\xf2\x49\x61\xf9\x1b\x6b\xf5\xf8\xfa\x55\x3c\xf2\xb8\x1c\x97\x43\xba\x47\xa4\x04\x14\xda\x14\xbf\x17\xfd\x2d\xb8\xaa\x18\x9e\xbe\x8b\x91\x00\xfd\x25\x4f\xf8\x6d\xf6\xce\x1d\x6f\xac\xd6\x1c\xf1\x34\xfc\xff\xda\x69\x85\x6d\xdf\x7c\x62\x03\x64\x36\x18\xfb\x2d\xe7\xd5\xc5\x32\x8b\x83\x1e\x0b\x1c\x37\xe1\x0f\xc3\xcf\xe2\xdf\x6c\x2e\xa5\x67\x8e\x65\x70\x8d\xf3\xd4\x78\x8d\x4f\x57\xe4\xba\x64\xf6\x36\x3b\x50\x17\x14\xe2\xae\x16\x49\x92\xfc\x26\x94\x6a\xd8\x75\xfc\x07\x91\x45\x8f\xe2\xa0\xda\x74\xc1\x3e\x4f\xeb\xec\xbf\x0d\xbd\xdb\x40\xc9\xf4\xad\xe0\x93\x6b\xbc\x80\x5c\xd0\x6a\x74\x8e\xa0\x2d\xd6\x6a\x44\x90\xec\xee\x8a\xa3\x37\x87\xe2\xdd\xc9\xf1\xdf\x0e\xce\x8e\xc4\x8b\xf7\x6f\x9e\x9f\x1d\xbf\x7d\x73\xaa\x80\x25\xaf\x97\x55\xdd\x12\x1e\x7e\xfe\xcc\xbc\x3b\xce\x64\xd3\xbe\x4b\xa7\x17\x29\xf8\x93\xc1\xda\xa2\x08\x30\x74\xde\x04\xdb\xb2\x91\x70\x62\xab\x35\x92\x8d\xdb\xc0\xf8\xcf\xf8\x32\x9f\x79\xb8\x4e\x0b\x39\xfc\x58\x62\x0c\xb8\xd6\x85\xbe\xa7\x3c\x4b\x46\x77\xe5\x54\x4e\xb0\x49\xca\x6c\xe8\x03\x8f\x66\x40\x6c\xd6\x4a\x55\xfe\x66\x9e\x36\x62\x22\x65\x09\xf5\xce\x0a\xd9\xca\x4c\x4c\xe4\xac\xaa\x65\x64\xb3\x74\x89\x34\x0a\xd1\x6a\x2b\x21\x4b\xa8\xc1\x66\x94\x78\x4e\x7a\x53\x5c\x1d\xa5\x5a\x58\x9a\x41\x58\xd0\x60\x63\xe6\x20\xc6\xb6\x71\xaa\x71\x37\xad\x12\x21\xca\x73\x54\xc1\x79\xda\x3e\xad\xd8\x25\xc4\x30\x87\xe9\x7f\x12\xb3\xea\x9f\x21\xbd\xe6\xd8\x19\x0a\x99\xb9\x88\x22\x40\x93\x96\x2e\xa0\xc4\x78\xaa\xff\x24\xa0\xfc\x27\x90\x99\x1f\x04\x22\x8f\x06\xff\x4f\x83\x4f\x9d\x7d\x3f\x70\x82\x20\xab\x45\x7a\x9d\x2f\x56\x0b\x6d\x11\xc0\xd0\x38\x96\x41\xc5\x18\x62\xf3\x92\x0a\xab\x51\x15\x89\x89\x2c\xaa\x2b\x48\x8c\x38\xa9\x2e\xa5\x48\x9d\xac\x29\xc7\x81\x1e\x1f\x43\x4e\x75\x08\x6b\x23\x52\xb4\x7d\x56\x35\x19\x17\xc1\xa8\xd0\xcf\x13\x99\xc0\x0b\x1d\xf7\xa1\xab\xcf\x16\xf9\x02\x4b\x7f\x99\x85\x56\x5a\x17\xff\x0c\x96\xc5\x53\x51\x91\xf2\x98\x65\x0a\xc5\xc2\x7f\xda\x3c\x56\x4b\x9b\xef\xce\x18\x12\x90\x29\x84\xf8\x69\xa8\x5b\x9e\xe9\x24\x0f\x6e\xc1\x70\x1f\xbb\x38\xb9\x67\x16\xa6\xed\x7d\x1f\xbe\xc9\xee\x64\x52\x3c\x1a\x8d\xd0\xf1\x96\xd6\xa7\x58\x55\xed\x85\x5a\xe0\x19\xad\x9b\xad\x76\x8d\x33\x83\xe3\x18\x77\xe6\x7d\x32\xef\x47\xcf\x1c\x2f\x71\x63\x13\xd6\x1d\xbf\xc5\xfe\xee\x7a\x85\xf8\x0e\x21\xa1\xfc\xa1\xc7\xdd\x4a\xe6\xf8\xed\xa5\x8d\x8f\xe5\x37\x1b\xf3\xbb\x5c\x07\x10\x9a\x31\x07\x02\x7a\x73\xfd\xe4\xbb\x67\x0d\xdc\x07\x68\xe8\xd0\x89\x80\x5e\xdc\xf0\x9d\x0f\xdd\x08\xa8\x55\xe8\x4c\xd0\xed\x48\x40\x5d\x7c\x77\x82\x4d\x9f\x16\x75\x83\x11\x3b\x3b\x62\x91\xde\x80\x87\x2f\x3a\xde\x16\x37\x98\x6f\xc5\xe2\xfb\x47\xed\xbf\xf7\x80\x9d\x93\xa4\x69\xab\xa5\xba\x38\xd2\x73\x80\xd0\x20\xb4\x9b\x07\x26\x73\xde\xdd\x78\xf6\x6c\xf9\xf0\x1f\xd1\x87\x81\x2b\x1f\xec\x7d\x90\xb2\x4b\x6d\x8e\xf3\x70\x9b\xd5\xae\x77\xbc\xe8\x72\x16\x58\xe7\x01\xe4\x50\x8b\x98\xd7\xc0\x46\x0b\x3e\xb3\x14\xf8\x19\x4e\x81\x3c\x0e\xc3\x13\x1f\x14\xdd\xe8\xcc\x00\xe1\x26\x04\x72\x6a\x34\xbb\x26\xc8\xee\x9b\xc0\x49\x77\x13\xcf\x8d\x79\x12\x86\x76\xf2\xec\x44\x14\x60\x14\x3a\xdc\xa1\x24\x62\x81\xf2\x0b\x50\x95\x6f\xba\x71\xc4\x57\x51\xae\x8a\x82\x5d\x3c\x38\xd8\x48\x1c\xe3\x1f\x4a\xf6\x39\x95\xe7\xe0\x89\x45\x8c\x4a\xc4\x25\xaf\xa1\x16\x62\xec\x14\x9c\xe1\x26\x65\x1c\x2e\x31\x7f\xe9\x41\x0d\xfe\xb1\x31\xd6\xf7\xe8\x3b\xf8\xb2\xbb\x2b\x8e\x33\x59\xb6\xf9\xec\x06\x0b\xc7\xf4\x6a\x45\xbb\xd2\xc2\xc8\x14\x4d\x0e\x8b\x25\xfb\x7c\x33\x95\x65\x5a\xe7\x55\x63\x32\xd8\xda\x89\x9d\xc3\xf2\xf5\xab\x59\x92\xae\x92\xf3\x74\x2c\x1e\x77\x06\x12\xb6\xd5\x72\x64\xa2\xac\x04\x50\x2f\xfe\x1b\x4e\xcf\xc8\xfd\x34\x7b\x67\xb0\xa8\x3c\x75\xb0\x62\xed\x5e\x4a\x96\x6b\x54\x60\x74\xc3\xe6\xf1\x90\x45\xda\x38\xde\x9d\x07\xd2\x57\xd5\x79\x3e\x05\x4f\xa5\x4c\xb6\xb2\x5e\xe4\x20\xed\x65\xab\xb4\x88\xc3\x51\x21\xc1\xb5\xe1\x27\x98\x0b\xa7\x71\x67\x51\x2d\x6e\xd6\xb4\xf8\x58\xf2\x12\x33\xd6\x61\x25\x2d\x0d\x32\xab\x27\xd3\xaa\xaa\xb3\xbc\x84\x2a\x21\xe8\xf5\xd7\x50\x2c\x7d\xe2\xe2\x1b\x50\x39\x85\xdb\x50\xcc\xea\x1b\x3c\x1a\x7d\xb7\x60\x31\x16\x5b\x0f\xd2\xd7\x2e\x69\xd7\xaa\x97\xe7\x06\x2c\x7e\x1f\xf8\x01\x83\x96\x96\xba\xdc\x78\x5d\x14\xc5\xfe\x7d\xc4\x2f\xd8\x74\xb9\xeb\x02\x9d\xba\xc9\x00\x02\xea\xf7\xf5\x0e\x64\xaa\x07\x0f\x4a\xfc\x93\x83\x52\x97\xbc\x48\x50\xba\x71\x3d\x2f\x34\x24\xb7\xf2\xa7\x5d\xeb\x79\x78\xed\x02\x11\xf3\x2f\x1b\x2e\x25\xea\x69\xab\xa9\xd6\xc0\x78\x3e\x7e\xf3\xec\x37\xd1\xd9\x89\x5d\xd9\x30\xf9\x0d\x3f\x20\x10\x37\xa1\x23\x40\x6e\xf5\xc9\x37\x47\x5e\x9f\xf5\x47\x43\x73\x9c\x81\xf7\x83\x03\xfb\x68\x68\xce\xe4\x23\x53\x89\x6d\x77\x57\x1c\xc2\x69\xa0\xb4\x4a\x24\x80\x10\xfd\x01\x29\x05\x93\xac\xda\x1d\xcb\xd1\xd5\xc8\x28\xb4\xf4\x82\x58\x42\x8a\x94\x55\x3f\xa6\xb0\x3e\x1a\xb0\x9a\x19\xda\xe6\x94\xfd\xba\x56\x87\x85\xde\xe0\xb6\x3c\x1d\x0b\xe7\x21\x72\x67\x7b\xf4\xf4\x86\xbf\x52\x80\x7c\x3a\x76\x9f\x11\x67\xb6\x37\x16\x37\xcc\xa7\xd1\xc2\xee\xa3\xf1\x72\x04\x20\xb2\xa1\x86\xf6\x15\xc2\x95\x2f\x8b\xbd\x24\x58\x3b\xeb\x63\xaf\xf5\x06\xb8\x0b\x62\x0d\x68\x5b\xf4\xfb\x2b\x87\x7a\x5a\xfa\xa9\xdf\xcf\x5d\x2a\x1c\x2b\x17\xeb\x24\x4d\xed\xd2\x44\xfc\xb7\xbb\xc6\x19\xdf\xd5\xb1\x30\x37\x93\x04\x3e\x24\x2e\xea\x77\xc3\xdf\x69\x36\xea\x0c\xe4\xf2\x62\x29\x6b\xf3\xb1\x8d\xb0\x49\x0c\x17\xe9\x85\x5b\x5f\x8f\xbe\x30\x6d\xc4\xa2\xca\xd2\x02\x6a\xc0\xe1\x0d\x53\xcb\x34\x93\x75\x33\x14\x93\x1b\x08\xb1\x03\xdf\xee\x3a\x4f\x77\xe6\x79\x96\xc9\x52\xe1\xb8\xae\x40\x46\x69\x55\xa8\x7c\x53\x93\x4f\xd4\xed\xef\x55\xdf\xb3\x53\x91\x87\x9e\xfb\xb8\xa7\x68\xe3\x54\x36\x6d\x55\x37\xa2\xaf\x13\x2a\xf2\xf9\x40\x75\x99\x97\x73\x59\xe7\xad\xcc\x06\x3a\x27\x6c\xda\x8a\xab\xf4\x66\x08\x69\xf4\x20\xcd\xb5\xad\x8b\xa6\x13\x85\xa5\xe7\x98\x8e\x92\x06\xa2\x65\x39\x9f\xa9\x39\xc9\x8f\x65\xbe\x00\x4c\xb9\x55\xf3\x1d\x56\xd3\x15\xac\xf9\x0e\x23\xf3\x7a\xc9\x6e\x56\x2d\x76\xd9\x9b\x9e\x56\x20\x8b\xb3\xf4\x5c\x94\xe9\x02\x53\xdc\xe6\xe7\x65\xa5\x40\x3e\x97\x25\xc2\x15\x13\x60\xaa\x19\xb4\xdb\xd4\x79\x73\x56\x1d\x63\xb3\xb1\xf8\xd0\x3b\x3b\x7a\xfd\xee\xd5\xc1\xd9\x51\x6f\x28\x7a\xa7\x67\xff\x78\x85\x7f\x3c\x3f\x39\x7e\x77\xd6\xfb\xe4\x68\xa9\x9f\xab\x2f\x6d\x31\xcd\x8e\xd1\xf5\xd8\xa8\xf7\x0a\xf7\x38\x6f\xbb\x36\x34\x71\xd8\xed\xd4\x9e\x09\xd8\xc0\x55\x09\x71\x96\x40\xee\x20\xa7\x1c\xa4\xaa\x5d\xa4\x59\x27\xb3\x4d\xdf\xa7\x45\x02\x47\x15\x37\x18\x89\xfe\x40\x8c\xf7\xc4\x65\x95\x67\x61\x00\xaa\x81\xef\x98\x43\xbb\xcf\x1d\xc3\x40\xdc\x73\x5b\xf3\x7b\x70\x9a\x96\xbd\x56\x64\x15\x95\x85\x2a\xc5\xe9\xe9\x89\xc3\x1f\xe2\xf4\x2e\x57\xcc\xae\x91\x74\x36\x93\xd3\x56\x66\x6f\xaa\x4c\x36\x23\xf1\x81\xab\x11\x45\xd3\x42\xf8\x38\x1e\xee\x4f\xe0\x74\xfe\x81\xb9\xf7\x82\xea\x5c\xa4\xad\xad\xf4\x80\xe5\xf0\xa7\xab\xba\xc1\x52\x68\x59\x65\x53\x4c\xab\x6b\x60\x99\xd6\x30\x30\x96\xde\xbf\x92\x6a\x4b\xa6\x73\xf1\x74\x52\x65\x37\x90\x7c\xfc\x0a\xc2\x3d\xf9\xc5\xef\x7e\x7a\xa2\x5a\x82\x1c\x89\xc2\x27\x0e\xa8\x81\xcd\xe0\x72\x5e\xa7\x13\x2a\xd9\x4f\x87\xb1\x9a\xf9\x85\xd2\xb0\x31\xbf\x9e\xb0\xad\x6a\xda\x8f\x4d\x90\x4c\xe7\x79\x91\xd5\x12\xd2\x64\xaf\xca\x8b\xb2\xba\x2a\x07\xea\x6f\x06\xb5\x0f\x9f\xdc\x62\x95\x93\x55\xab\x4f\x83\x39\x97\x86\x52\xa4\x85\xc2\xc9\x1b\x7e\xcc\x3f\x3a\x21\x00\xea\xc5\x4b\x3c\xb5\x63\xbd\x3c\xc5\xf2\x1d\xb4\x6d\x9d\x4f\x56\xad\xec\xf7\x58\xdf\x9e\x5b\xa0\x5e\x7f\x8e\x05\xa3\x82\x9c\x1d\x72\x3f\x69\xab\x57\xd5\x95\xac\x9f\xa7\x8d\xec\x0f\xa0\x5d\xaf\xad\x57\xb2\x87\x10\xb6\x27\xd4\x94\xae\xd4\x4b\x68\xd3\xf3\x37\xe9\x82\x92\x6b\x7b\x95\x2a\x1d\x94\x4a\x96\xab\x66\xde\xff\x40\xfd\x86\x6c\xf6\x4f\x61\x89\x40\x1d\xa3\x60\x5c\x8c\x63\x9b\xe0\x49\x0a\xad\x3a\xec\x48\x11\x20\x19\xbb\x86\xb1\x42\xbf\x46\xb6\x1c\xb4\x63\xf5\x6d\x44\x14\x17\xaa\xbb\xbb\xd2\x59\x55\x1f\xa5\xd3\x79\xbf\xff\xa1\xac\x32\xf9\x09\xce\x0d\x7d\x96\x7a\x90\x34\x9d\x60\x1f\x12\xd8\x48\x30\xf4\x6c\xc6\x7d\x3e\xd2\xaa\x34\xe4\xc2\x99\x5d\x03\xc3\x79\x88\xe7\x4d\x7d\x65\x96\x37\xcb\xaa\x01\xc7\xf1\xa0\x20\xf4\xfb\x90\x62\x01\x82\x99\x89\x06\x22\xcb\xc3\x18\x85\xae\x95\x6c\x22\x02\xb4\xd7\xeb\x60\x37\x14\x55\x9d\x9f\xe7\x65\x5a\x80\xbf\xb3\x03\xca\xdd\x5d\x71\x02\xb7\x1c\xd5\xa8\xa3\x86\x54\x1f\xa2\x0f\x05\xc3\x44\x55\x8b\x55\xd9\xc8\x76\x60\x59\x43\x67\x44\x86\x6f\x1b\xb7\xc6\xed\xd8\x51\x25\x0e\x46\xa9\xe5\xa2\xba\x94\x1b\x8e\xd6\x9d\xd9\x62\xe4\x3b\xcc\x75\x79\xd0\xdc\x94\x53\x73\x51\xfe\xdf\x59\xb1\x92\x65\xbb\xca\x77\x57\x6d\x5e\xe4\x6d\x2e\x1b\x75\x55\x52\xeb\x9f\x14\xd1\x38\x91\xe9\xb4\xa5\xe6\x8a\x0e\xda\xbb\x14\xb6\xf5\x65\x55\x5d\x80\x31\x16\xcd\x03\x4a\x10\xc5\x29\x4c\x3d\x15\x9d\xbf\xd3\xc9\x54\x29\xa6\x85\x4c\x95\x58\xbb\x5a\x2a\x54\xcf\xf2\x66\x51\xad\xba\x2d\x99\xab\x46\xc2\xa8\xfd\x01\xbf\x9d\x52\xf5\xe8\x44\xce\xc4\x18\x57\x99\xac\x1a\x79\x22\x67\x4f\xa1\xe9\x5e\x9f\xdd\x4c\xba\x65\x42\xb4\xd5\xec\x8c\xff\x82\x94\x7a\x34\x99\x15\x1c\xcd\xf8\x47\x80\x50\x7d\xe7\xb4\xc4\x4e\x50\x38\xf4\x7e\x42\xc7\xa3\x6f\x49\x4a\x64\x7a\xf7\x0e\x34\x3a\x87\xa1\xf8\xf0\xc9\xf1\x41\xf3\xbb\x86\x5b\x5d\x95\xbf\xc1\x3e\xa7\x6d\xab\xee\xc2\xb4\x14\x98\xda\x7f\x9e\x96\x59\x21\x6b\x01\x1c\xc6\x8a\xf8\x46\x7c\x88\x7b\xbc\x5a\x26\x91\x5a\x15\x62\xc7\x70\xed\xfd\xaa\x16\xb5\x9c\xc1\xe0\x86\x57\x1d\xb0\xb9\x20\x29\xb7\x33\x19\x65\x08\xd4\x43\xaa\x77\x8a\xce\x53\xa5\x50\x6c\xcb\xd6\x6a\xfa\xcd\xaa\x9a\x77\x54\x98\x38\x49\xa7\x17\xd4\x8f\xb5\xb2\x73\xf2\xf6\xab\x46\x3e\x4f\x97\xed\xaa\x56\x33\xf9\xd5\x3d\x9c\xe5\xfa\x43\x4d\xa9\xdb\x72\x9e\x02\x79\xec\xc0\xf1\xb7\x25\xc8\x2e\x4f\xcf\x34\x6c\xe4\x75\x2b\x95\x0c\x68\xc8\xdc\x19\x0a\x37\xe6\xb9\xfa\xb5\xe7\x17\x98\x57\xa8\x7a\x22\x67\x6f\x27\xff\x94\x53\x36\x18\xd7\x26\x21\x9d\xdc\x13\x5f\x05\x7b\x8d\xc2\x8a\xf8\x2a\x0c\xc3\x17\x76\x41\xc3\xae\x86\xf8\x88\xe8\xae\xf1\xb5\x51\xe0\x1c\x89\xbe\xbc\x1c\xd1\x52\x0d\x5b\x09\x4d\x2c\x04\x63\x11\x5e\xbb\xbb\xe2\xbd\x62\xc9\x00\x1d\x2c\xe8\x68\x93\x80\xc8\xe8\x7a\x12\x4b\x30\x38\x16\x37\x04\xf4\xbc\x3c\xdf\x5d\x95\xe6\x6f\xd3\x89\x31\x31\x2b\x45\x8f\x26\x85\x14\xe9\xb4\xae\x9a\x46\xd4\xb2\x54\x6c\xb6\xa5\x26\xba\x4f\x48\x50\xfa\xfa\x15\x39\x80\xd9\x86\xec\xdc\xea\xa7\x74\xab\xae\x25\x18\xf1\x24\x56\xfa\x68\x3c\x7c\x28\x7a\x34\x6e\x4f\xf1\xca\xfa\xb9\x49\xe0\x64\x66\x35\xd5\xef\x9f\xd8\x1b\xe8\x81\x9b\xee\xc6\xd2\x23\xa4\x1b\x7e\x10\xa8\xa9\x56\xa8\x28\x93\x18\x8b\xaa\xec\x7b\x09\x7d\xcc\x66\x0f\x83\x7d\x8d\x40\xa2\x2f\x2f\x07\x43\xb6\xcf\x6e\x76\x71\x3d\x91\xa1\x69\x32\x32\x8b\xed\xfc\x29\xb8\xc0\xb6\x21\x55\xe8\x7c\xa9\xf1\x07\x91\xfa\x1d\x5e\x4f\x35\xf8\xf6\x54\xa5\x0c\xae\x9a\xf6\x66\xe9\xb7\xd5\x4e\x9c\x88\x9b\x26\xbb\x0e\xbd\xd6\xa9\x67\xf2\x4b\x6d\x09\xe7\xf9\x5a\xae\x48\xb1\x60\x8e\x14\x27\xeb\xae\x3b\xd3\xf3\xaa\x6c\xe5\x75\x8b\x92\x07\x8c\xad\xa3\x09\xed\xb0\x6a\xd0\x75\x0a\x3d\x4b\xdf\xcb\x6a\x67\x8a\x03\xee\x64\x18\x74\xbf\x03\x3c\x8b\xe7\x36\x86\xeb\xd2\x53\x6b\x74\x9f\x82\x1d\x9f\x9e\x3e\x8d\x40\x63\xaf\x7f\xcb\xbf\x4e\x01\xad\x9a\x69\x3d\x9c\x62\xb2\x7b\x15\x10\x9d\x9e\xd8\xd7\x4f\x59\x71\xfd\xe1\xc7\x92\xb8\xce\xe0\x56\x99\x4e\x31\x9e\xd5\x78\x15\xe0\x38\x94\xa8\x96\x9c\xad\xaa\x4b\x59\xd7\x28\x66\xd0\x37\xa2\xf9\xd1\xc6\x5f\x7e\x71\xd7\xfc\xc5\xdb\x64\xfc\xf6\x55\x23\x69\x5b\xc6\xa2\x3f\x88\xed\x91\xc2\x6d\x73\x80\x09\x1c\x7d\x07\x64\x83\x04\xd7\xb9\xe9\x6b\x32\x4d\x49\x7f\xdb\xef\x61\x12\xba\xfa\xa2\x28\xfd\xde\xfa\x9b\xf6\x13\xbd\x6a\x0f\x4f\xe9\xe4\x70\x76\x2f\xd8\x31\xe7\x4b\xe8\x73\x31\x79\xfb\x6c\x55\xa0\xa6\x05\x29\x2f\x90\x69\xd5\x96\xee\xea\xd2\xf1\x92\x53\x6f\xd2\x5c\xc7\x9c\xe6\xa5\x48\x05\x48\xb5\x66\xb2\x5a\xe4\xb3\x5a\xdd\xf9\x86\x82\x5c\x81\xfa\xcc\x61\x14\x48\xbe\x6a\x6f\x40\xc0\x84\x4c\x07\x13\xf0\x64\xf9\x27\x08\x05\xa8\x0f\x83\xb9\x21\x3f\x7d\x99\xb2\xd3\xac\xa6\xd0\x70\x88\x82\xdd\xdd\x1a\x7d\xef\xbe\xa0\xeb\xdc\x40\x2b\x7a\x8c\xb4\x3f\xb7\xb9\x13\x88\x3c\x3e\x75\x36\x24\x31\x54\x0b\x8e\xf0\xf8\x16\xfa\xdc\xed\xdd\x92\x47\x2e\x89\xf9\x77\x4f\x77\xe3\xdd\xf6\x88\xd6\x6c\x43\x3e\x35\xd7\xa8\x16\xf3\x57\x79\xf3\x5c\xc9\x4b\xe8\xe9\x9f\x5f\xaa\x35\xcb\x5a\x31\x8d\xe4\xfb\x2f\x1b\xba\x1d\x9e\xe3\x36\xbd\xa8\xa6\x2b\x7c\xc7\x94\x20\xfa\xf7\x1b\x80\xaa\x75\x19\x3b\x97\x2d\xfc\xf8\x25\x6f\xe7\x94\x17\xc4\xbc\xc0\xef\x80\x5f\x5a\xec\x53\x44\x43\xab\xf5\x92\xdd\x24\xd9\x7d\x1f\xe1\x60\x6f\x15\x82\xbd\x96\xf5\xb9\xcc\x4e\xe4\xac\x19\x1a\x81\x61\xc8\xd8\xaa\x08\x37\x0c\x9f\xbf\x33\xaf\xaa\x8b\x60\x34\xa2\x0a\x5d\x7d\x10\x49\x76\xe8\x1c\xd4\xac\x37\xdc\x24\xb7\xe2\xf8\x5d\xb5\x5c\x2d\xf1\xb3\xe9\x07\x49\x94\x00\xad\x77\x8a\xa3\x6c\x98\xc6\x12\x5a\x24\xaa\x73\x83\xd7\x19\x67\x0c\x8d\x9b\x0c\x0a\x26\xd6\x1f\xcf\x4e\x51\x57\x55\x84\xf9\x53\x32\xf2\x61\x7e\x19\x61\x01\xf7\x42\x51\x4a\x49\x1f\x46\xd0\x62\x3e\x25\x1f\x4a\x29\xb3\xe6\x6f\x0a\x05\xa6\x69\x81\x6b\x79\x96\xd6\xa7\x6d\xda\xca\xa1\x68\x64\xfb\x26\xfa\xfe\x13\x67\xa3\xa0\x71\x9f\x15\xda\x5e\xcb\x20\xc1\x72\x92\x5a\xfe\x6b\x25\x9b\xf6\xa0\xcc\x31\x6d\xf9\x0b\x75\xe0\xfb\x9e\x98\x85\x26\x3d\x5d\xae\xe5\x1f\x8a\xd8\x58\xba\x3a\x14\x59\x55\xf6\x5a\x71\x95\x36\xad\x14\x6d\xbe\xb0\x11\xe7\x60\xf8\x26\x1e\x9e\xf4\xcc\x08\x62\xb0\x09\x4a\x45\xc1\xd3\xfa\x26\xe1\x9a\x2a\x3c\x76\x8a\x9c\x50\x45\x7a\xf3\x33\x31\xf3\x3b\x3a\x26\x87\xe5\x62\x4c\x17\x2a\x35\xe3\x50\x15\x63\x2c\x47\xee\xe8\xc8\xd4\xe6\xaa\x29\xd5\x7f\x0d\xf7\xe7\xfd\xde\x4f\x66\x79\x6d\xbc\x1c\x9f\x2b\xe2\xe0\x2c\x66\x77\x97\x32\x36\x51\xb4\x34\xcf\x17\x81\x76\x53\xed\x29\x58\xcd\x1c\x97\xea\x4a\xe1\x4c\x86\x84\xd2\x19\x2e\x2f\x5b\x79\x2e\xeb\x44\xbc\x2d\x45\x03\x95\x2e\xea\xea\xaa\x01\xb2\xdb\x9a\xba\x4b\xad\xf8\xb5\xaa\x16\xa2\x90\x97\xb2\x68\x50\xff\x5b\x93\x25\xd8\x19\x0c\x2a\x3f\xc9\x52\xd6\x69\x2b\x59\xe7\x5a\x36\x8a\x40\xd8\x92\x9c\x0a\x12\xfa\x76\xa8\xd1\xb8\x07\x17\x83\x22\xfc\xce\x80\x94\x50\xcf\xd4\xac\x33\x2a\x5e\xfc\x4a\x73\x15\xaf\x1a\xa9\xee\x27\xd0\xc0\xcf\xab\x2b\x91\x12\x2a\x88\x49\x5a\x3b\x03\xc2\xe5\x05\xd6\x62\x29\x33\x99\x25\xe2\x38\xc3\xdc\xf9\x57\xba\xe0\xc7\xaa\x91\x22\x66\xe6\x4e\x6c\x5e\x03\x06\x3c\x48\xca\x21\xe6\xd5\x95\xbc\x94\xb5\x68\xa4\x5c\x34\xd6\x7d\xfc\xe0\xdd\xb1\x42\xc4\xff\x78\xf4\x6f\xa2\x29\xaa\x2b\xed\x07\x8e\xac\x01\xdf\xc7\xc4\x19\xf5\x4c\x5d\x82\xb3\xaa\x96\x66\x7c\x9d\x5a\xd7\x9a\x40\xd1\xcf\x94\x55\xc5\xc2\xcc\x8e\xb8\xc6\xc6\x64\x75\xd4\x43\xa6\x45\x51\x5d\x01\xfc\x53\xf1\x78\x79\xcd\xbb\x2a\x90\xb5\x54\x03\x97\x95\xb6\xac\x2e\x60\x5f\x14\xa8\x74\x1a\x58\x67\x44\x0b\x5f\xb6\x78\x72\x78\xab\xaa\xd6\xa4\x0a\xe0\xd8\x4d\x0e\x5c\x2f\x75\x64\xbf\xdb\x0d\x30\x1f\x50\x3e\xde\x39\x38\x19\x5d\xc3\xe9\xc3\xc6\x32\x0c\x3c\x7c\x18\x0e\xbf\xc7\x16\xea\x1c\x32\xb1\xe6\x54\xfb\x83\xec\x08\x67\xa6\xc7\x6c\x19\x77\x9e\xce\x19\x17\xb6\x86\x0c\xa3\xf7\x41\xf4\xbd\xb3\xbe\x4e\x62\xdd\x31\x78\xa8\xfd\xb6\x39\x7a\x1c\xb5\x17\x52\x6c\x57\xc3\xe5\xab\x98\xd7\xac\x3f\xf0\xe0\x22\xe1\x05\xee\x4a\xba\x37\xeb\x7e\xb5\x04\x43\xe9\xa8\xf3\x3e\x1d\xb8\xd5\xfe\xb5\x52\xd5\x46\xdf\x20\xe1\x68\xa0\x0b\x64\xcc\xa4\x21\x59\x6e\x0f\xaf\x93\xda\x7f\xb7\xdb\xc3\x87\xfe\xc0\x00\x7d\x6b\x02\x76\xea\xaa\xbc\x4e\x2f\xa4\x70\x43\x43\x66\x30\xcc\x42\xb6\xf3\x2a\xb3\x4e\x94\x58\x6e\xc5\xf4\x3b\x26\x9a\x3a\x4d\x1b\x52\x9b\x13\x83\xbd\x40\xef\x6f\xd5\x1a\xcc\x36\xa6\xe0\x5d\x2d\xd3\x82\x57\xda\xd7\x14\x01\x39\xf0\x65\x9d\x2f\xd2\x3a\x2f\x6e\xe0\x28\x1f\x1f\x89\xc7\x8f\x91\x3b\x36\x19\x6d\x50\xb1\x9c\x89\x4a\x1d\x6d\x6c\x80\x75\x89\x8a\xaa\x3c\x97\xb5\xc8\x81\x15\x09\x47\xbe\xaa\x53\xa8\x84\x04\x5c\x7a\x23\xdb\xb3\x7c\x21\x31\xf7\x2c\x5a\x87\xd5\x75\x42\x4c\xe7\xe3\x3f\x89\xc9\xea\xdc\xa8\x84\x6b\xd9\x54\xc5\x25\x76\x7d\xfc\x7f\xec\xc8\x6f\xd5\x0a\xae\xa4\x50\xeb\x51\x44\xe6\xf1\xff\xc1\x22\x4c\x6c\xf0\x70\xd9\xfd\x5a\xce\x46\x62\xde\xb6\xcb\x66\xb4\xbb\x7b\x9e\xb7\xf3\xd5\x24\x99\x56\x8b\xdd\x59\x3a\x95\x93\xaa\xba\x40\xce\x6d\x37\x6f\x9a\x95\x6c\x76\x1f\xff\x9f\x3f\xff\xc7\x1f\xfe\x17\xfc\x98\x56\x0b\x05\xb3\x9d\x3f\xfd\xf1\x4f\x8f\xfe\xe3\x0f\x7f\x78\xf4\x47\x52\xe8\xdb\xe9\x7c\xa6\xc3\xdb\xff\x04\x76\x74\x3f\x31\x9a\xdd\x3b\x9e\xe5\xe9\xce\xe7\xe6\x38\xde\xfe\x06\xbc\xdc\xad\xa8\x4a\x3e\x85\x18\x47\x4f\x13\xd6\xfc\x37\x01\xaa\x94\xcc\x8b\x3e\x0c\x5a\x9a\xf0\x40\x5f\xc1\xce\x2c\x2f\x7b\x0e\xa7\xe8\x1e\x14\x4f\x8b\x66\x98\xbf\x8d\xec\x5f\x7c\x15\x4c\xd9\xc6\xcd\xd0\x83\x07\x09\xaa\x61\x8e\xac\x93\x04\x5b\xe0\x13\x9e\xee\xac\x43\x74\xe9\xf3\xcb\xe2\x81\x97\xe2\xcc\x7e\x10\x5b\x40\x5b\xaf\x64\x47\xa5\x20\x1f\x55\x9c\xbd\xd8\x4f\xfa\x8c\x1a\x7b\x68\x34\xda\xf0\xe1\x43\xe7\xda\xb3\xeb\x1a\xc5\x97\xc9\x9a\x6b\x41\xf6\xb9\xdb\xcd\x01\xe3\x7e\x32\x4f\xf1\x45\x7f\x20\xbe\x7e\x45\x2e\xd4\xba\xf0\xf0\xdc\x6c\xe0\x88\xb5\x53\x4b\xcd\x07\x1c\xbe\x7d\x2d\xde\x54\x19\x9c\xd5\x14\x7c\x08\x6a\xa9\xe6\x81\xed\xb8\xcc\x53\xd1\xd6\x69\xd9\x2c\xf3\x42\x66\x90\xd5\x5b\x51\xc3\x6a\x26\x3e\x57\xe5\x5f\xe5\xcd\x61\x75\x55\xfa\xe7\xaa\x73\xe3\x63\xd6\x91\x8f\x1b\xfd\xdd\x98\x98\xb7\x2b\xaf\xe7\xe9\xaa\x51\xf8\xb2\x93\xc9\x65\x23\x76\x76\x34\x2d\xc1\x72\x48\x2b\x70\x99\x81\xcb\x9a\x34\x15\x8e\xfd\x85\xb4\xd8\x24\x52\x52\xf0\xae\x42\x1f\x82\x54\x0f\x48\x41\x8f\x7e\x59\x85\x0b\x69\x4a\xfb\xfd\xc1\x08\xbd\x2c\x38\x8e\x6c\x83\x65\xb0\x00\x9d\xfa\xa2\x5e\x49\x27\xee\x77\xed\x8a\x26\xc5\xaa\x5e\xb3\x20\x79\x39\x12\x30\x31\xea\x75\x23\xcb\x03\xbf\x19\x08\x69\x5c\xae\x96\x1a\x5a\xab\x65\x86\xcc\x64\xde\x24\x9f\xdd\x73\xaf\x18\xe5\x91\x41\xbe\x9f\x30\x28\x53\x66\x94\x84\x8b\xca\x8a\x1d\xbc\x39\x64\x4d\xb0\xe6\x2c\x6f\x46\x9e\x99\x81\x22\xa8\xd5\x0b\x49\x58\x77\x72\xea\x0c\x46\xf0\xfb\x0c\xc9\xe6\x2c\x53\x12\x7c\xe8\x93\x80\x89\x9d\xa7\x0d\x5e\xcd\x6c\x60\x75\x43\xce\x10\x19\x05\x5e\x33\x20\xaf\x57\xa5\xe4\xae\x3c\x69\x89\x2e\x4d\x1b\x96\x18\x2c\xcf\x2a\xe7\xaa\x1a\x7d\x50\xd1\xb9\xa7\x41\x8e\x40\x2f\x33\x6d\x45\xca\x46\xba\x90\x37\x93\x2a\xad\x33\xd2\x75\x55\x53\x40\x98\xcc\xae\x55\x64\x79\xa6\xa4\x5e\xb4\xb3\xdb\x9e\xbb\xbe\x48\xc9\x45\x49\x79\x99\xb8\xeb\x7b\xf8\x50\x3c\x70\x39\x70\xda\xe4\x7e\xd0\xd4\xa5\xb8\x03\x87\xe3\xec\xc2\x6d\x57\xc8\xbd\x63\xa4\xe5\x37\x3c\xc6\xeb\xce\x51\x70\x4d\xbf\xcc\x33\x79\x8a\x1e\x21\xe0\x3e\xf0\x43\xaf\xea\xef\x8a\x29\xc2\x2f\x65\xeb\x53\x77\xed\x29\x58\xe2\x70\x91\x1f\xd0\x29\x00\x74\x68\xbd\x4f\x03\xcf\x83\x66\xec\x78\xd0\xa0\x1a\x43\x96\x6a\x11\x07\xc6\xef\x45\x0f\xbc\xcd\x75\x0d\x66\xa7\x7e\x64\x51\x9e\x86\x62\xb0\xa5\x35\xca\xfa\x7c\x88\xb1\xf5\x0f\x71\x46\x72\xad\x4a\xb6\x83\x31\x2c\x01\x01\x8c\x00\xea\x53\x10\xd1\x02\x6c\x6c\x9a\x65\x0d\xe9\xed\xf3\x49\x5e\xe4\xed\x8d\x3a\xd7\x87\x79\x5a\x54\xe7\x70\xb0\xde\xa5\xa5\x2c\x00\x99\xeb\x0a\x8a\x01\x04\xfa\x60\xc0\x8a\x6e\x35\x30\xc3\x9a\x3d\xc3\x19\xcd\xaa\xfa\x2a\xad\x33\xcd\x53\x59\x94\x19\x72\x2c\x43\x03\x2f\xee\xec\x2f\x79\x3b\xaf\x56\xad\x51\x9c\x0a\x1a\x02\x14\x9f\xa1\x8d\x91\xb4\xcc\x51\xa5\xab\xa9\x89\x74\x4b\x70\xe2\x8c\xca\x08\x0f\x87\xe8\xc2\x0b\x7c\x6f\x6a\x75\x50\x8c\xb0\xbf\x3a\x7c\x69\x59\x07\x2b\xe4\xc7\x58\x4a\xfb\xf9\x7b\x86\x93\xa6\x78\x4b\x54\xed\x56\x55\x8b\xd6\x59\x47\xdb\xdb\xc7\xbd\x76\x01\xa1\xf5\xdc\x49\x64\x70\xb3\x9c\xce\x43\x8e\xe7\x5a\xaf\x21\xca\xb2\xdb\x26\x7c\xa1\xb7\xa2\xae\x20\x84\xaa\x48\x9b\x06\xcd\x99\xea\x24\xbe\x4a\x27\xb2\x60\x7f\x16\x32\x7b\x76\x83\xbf\x0f\x65\x33\xad\xf3\x09\x3e\x00\x65\xe2\x50\x68\xcd\xfe\x50\x54\xe5\x61\xde\x2c\xf2\xa6\xf1\xb8\x75\x3d\x5f\xa7\xb6\xa1\x43\x69\x1c\x5f\xb5\xe1\xc3\xf8\xae\x18\x0e\x41\xef\x30\x70\x0a\xf8\xfa\xaf\x74\x05\xa1\xbb\x02\x17\x07\xc4\x57\xe1\xbc\x8c\xf1\x13\xdf\x95\x94\x59\x88\xe6\x2a\x6f\xa7\x73\xb5\x9c\x04\xe2\x00\x3c\x05\x0c\x14\x84\xd7\x26\x8c\x44\x36\xd3\x74\x29\x47\xbc\x01\x89\xf9\x1a\xb2\x5e\x77\x60\x43\xf5\xbb\xbe\xbc\xe4\x7c\xaf\xfe\x27\x2f\xbd\xc4\xe6\xcc\xa5\x87\xb5\xf1\x22\x1e\x83\x46\x77\xfe\xc8\x93\x5a\xa6\x17\x51\x35\x90\x39\x66\x1f\xcc\xda\x3e\x75\x9c\xae\xab\xbc\xc4\xfd\xd7\xda\x08\x8b\xc5\x9a\x47\xbc\xca\xcb\xa1\xe8\x5d\xc8\x9b\xac\xba\x02\xe7\x33\xb3\xff\x69\x83\xdb\xec\xfa\x6e\x84\x3a\x1f\xbd\x9c\xa7\x59\x7e\xc9\xf5\xdd\xb3\xf1\xad\x73\x56\xef\xec\xcb\xdb\x24\x49\x5c\x73\x90\x46\x49\xc7\xc4\x34\x60\x5d\xcc\x29\x1a\xdf\x9a\x3f\xd9\x6b\x75\xd4\xc6\xb7\xea\xff\xd9\x43\xb8\xf8\x0a\x75\xc8\xc6\xb7\xe6\xbc\x45\xdf\x17\x32\x9b\xdc\xb0\x46\x70\x28\xfd\x96\x99\x3e\x9e\xba\x29\x3b\xaf\xac\xad\x81\xe0\xf8\xd6\xfc\xc9\x5e\xc3\xb9\x1e\xdf\xde\x5a\x3b\xc5\xa8\xeb\xe8\xee\x8b\x1e\xea\x47\x7b\x8e\xe9\x5c\x54\xab\x56\x1d\x8f\x91\xe8\x95\x55\x29\x7b\x43\x91\x24\x64\x8a\xb8\x33\x13\xed\x31\x68\x1b\xeb\xa0\xd9\xaa\xdd\x2c\xbf\xdc\xb3\x38\x83\x58\xa5\xfe\x42\xd3\x53\x96\x37\xcb\x22\xbd\x01\x47\xaa\xb1\xe8\xc1\xc3\xde\x96\xd6\xc3\xd0\x06\x9e\x97\x79\x9b\xe3\x1d\xae\xae\x4f\xed\xb4\x86\x38\x9a\x2a\xb1\x30\x2d\x56\x32\x11\xef\xcb\x22\xbf\x90\xe2\x8b\x21\x3b\xaf\xe5\xa2\xfa\x32\x24\x47\xf1\x46\x9c\xaf\xd2\x3a\x2d\x5b\x2c\xcc\x03\x33\xa4\xc5\x55\x7a\xd3\x98\xbc\xd9\x5a\xab\x4f\x9e\x99\x90\x2b\x19\xa5\x01\xbb\x04\xb0\xe9\x58\x17\xfa\x21\xf2\x88\xd3\xb4\x28\x44\xde\x82\xbe\xcb\xc4\x29\xe0\xac\x4d\xbe\xc8\x8b\x14\x32\x37\x34\x54\x08\x29\x15\xcb\x3a\xbf\x54\x22\xcf\x42\x42\x70\x1e\x1a\xa5\x15\x5a\xe2\x47\xd5\xab\x69\x5b\xd5\x7e\x71\x6f\x5a\x17\xf1\xa6\xa0\xe9\x47\xb6\xdc\x86\x20\x65\x72\xa9\x18\xd4\x72\x9a\x4b\xb4\x5c\xfa\xd0\x70\x12\x78\x73\x87\x34\xfa\x42\x2c\x9b\xb5\x23\x8e\xf1\x27\x4e\x39\x54\x32\x85\x0d\x1a\xa8\x20\xbc\x8d\x81\x45\x6f\xc0\xa9\xfd\xd4\x2f\xda\x4e\xf7\x65\x88\xc9\x21\x14\x94\xcc\x37\xec\xda\xfc\x20\xac\x36\xbb\x24\x1e\x1b\x6c\x6b\x7a\xd3\x14\x64\x55\x03\xd0\xf0\x2d\xc1\xd6\x4e\x4e\x80\xda\xe8\x74\xa6\x47\xc5\xfa\x04\x39\xc4\xa6\xb6\x37\x18\x44\x9c\x37\x04\x35\x30\x5c\xd0\x7e\x4f\xac\x05\x67\x8d\x97\xe8\x73\xb5\x13\x4f\xcf\xf6\xfa\x1c\x34\x23\x71\x26\xbe\x0a\xe2\x59\xcf\x06\x03\xf5\x9b\x3b\x9c\x21\x0b\x82\xd6\x0c\xed\xf1\x8b\x0b\xd0\x2a\xcc\x5c\x67\xeb\x2e\x64\xda\x28\x11\x76\x29\xcb\x26\xbf\x94\x62\xb2\xca\x8b\x76\x27\x2f\xc5\x1c\xf0\x1e\xc2\x5c\xaa\xfa\x02\x63\x79\x68\x8a\xfe\x95\x14\x53\xd8\xfe\xb4\x68\x2a\xdc\x60\x32\xac\xc2\x2c\x11\x3b\x29\x5f\xfd\xe0\x0b\xa8\x79\x29\x65\xf8\x02\x5c\xf4\xf5\xfc\x34\x43\x5e\x82\xf7\x82\x92\x19\xb3\x15\x68\x61\x6a\x99\xad\xa6\xb2\x46\x47\x08\x34\x75\x42\xc4\x9c\x24\x83\xa8\x22\x3e\x83\x8f\x2c\xc3\x44\xe0\x44\x7b\x8b\x20\x50\xb0\xba\xe3\xbe\xb4\x35\xf7\x7a\x8b\x86\xc8\xef\xee\x8a\x67\xd5\x35\x83\x22\x04\xe1\x69\xf5\x75\x53\xa9\x55\x4c\xd3\x52\xb4\x52\x9d\xbf\x19\x02\xd7\x1e\x56\x94\x6b\x23\x87\xd8\x8c\x4e\x48\xb4\xcb\x25\x68\x7d\x3d\x71\x97\x3c\x73\xaf\xd3\x97\x90\xbb\x92\x73\x6a\x40\x16\xd2\x18\xd4\x13\xfb\xc2\x81\xbd\x22\x78\x9a\x95\x1f\xf4\x07\x62\xe4\x74\xf6\xa3\x82\xcd\xf5\xc8\x96\x91\xc0\xdc\xa1\x73\x2e\x77\x94\x60\x11\x6a\xdf\xeb\xb0\xfb\x23\x3d\x18\x30\x7e\x6e\xc3\x8a\x5c\x07\xba\x33\x1d\x12\x61\x25\x5f\xe3\x98\xbf\x55\x6c\x1e\x3c\x72\x65\x69\x87\x6b\xf7\xaf\x19\x6b\xd5\xc4\x30\xcf\xe9\x3c\x1a\x37\xa7\xb3\xe8\x64\x62\x72\xc3\xb2\x14\xe8\x60\x56\xed\x4b\x8f\x64\x2f\x6d\xc4\x95\x42\x4d\xca\x66\x13\x04\xc0\xf5\xab\x1a\xf2\x09\xd9\x47\x03\x0a\x19\x22\xd7\x21\x4e\xa2\xb1\xf7\x8e\x86\x4c\x23\x0b\xa9\xae\x09\x96\x38\x0c\x43\x56\xb5\x6f\x55\xda\xc0\x4d\x03\xdc\xd0\xcd\x50\x10\xfb\xa1\xfd\xc1\x78\xd1\x54\x5b\x24\x9d\x12\xfa\xd3\x1d\x63\x4a\x68\x9a\x35\xb0\xe4\x47\xe8\xe9\x4c\x3d\x7a\x8d\xf3\x1d\x70\xf7\x64\x41\x38\x3b\xc6\xe6\xb1\xcf\x5b\x43\x7e\xf1\x2b\x43\xff\x65\x26\x21\x88\xb1\x70\xcc\x07\x1f\x59\x20\x27\x01\xe9\xab\xe3\x32\xe8\x24\x99\xda\x5f\xeb\xdf\x0c\x3e\xcd\x18\xb8\x79\x22\xd3\x4c\xdd\x5f\x4f\x3f\x74\xe0\xd3\xb6\x18\xb9\x37\x8c\x38\x08\x7e\xda\xe3\x06\x17\x9d\x3c\x8a\xea\xa2\xd5\x90\xf1\xc5\x21\xa6\x48\x28\xbe\xe5\x50\x74\x9d\x06\x7b\x5e\x1c\x12\xb8\xd7\x77\x13\x5f\xea\xfc\x1f\x01\x79\xbf\x2f\x14\xfa\x10\xda\xee\x15\x9a\x3c\x55\xd7\x25\x24\x1f\x30\xd1\x1e\xd5\x8c\xc0\x45\xd8\xa4\xce\xe8\x5c\x4e\x2f\xa8\x87\x42\xae\x46\xd6\xe0\xf0\x90\x67\x92\xf9\x02\x12\xe3\x86\x0a\xcc\xab\xb4\x11\x45\xa5\x0b\x12\xf1\x12\x88\x3c\xac\x36\x10\x73\x3e\xc6\x42\xfc\xf5\x99\x41\xb6\x2b\x1b\x8a\x59\x4e\xa1\xad\xa5\xbc\x12\x55\x29\x13\xd5\xe1\x0a\x63\x4f\xdb\x3a\x9d\x5e\x90\x6b\x0a\x84\x6d\xc1\x10\x90\x20\x03\x59\xbd\x12\x65\x7a\xe4\x49\x60\x24\x3d\xbe\xe6\x15\xe0\x8e\x05\xdd\xf5\x45\x59\x5d\x89\x7c\x46\x63\xcd\xd2\x49\x9d\x4f\x41\xcb\x8c\x5f\x2d\x33\x91\xc2\x1a\x78\xc8\x2d\x59\xd0\x71\x81\x55\x91\x39\x06\x5d\x16\x65\x09\x69\x7c\x6c\xfc\x61\x88\x82\xe6\x1e\x54\x0d\xf1\xe2\x63\x25\x22\x7a\x88\x81\x3d\x3f\x8f\x03\xf6\xb1\x47\x95\x1f\x3d\x16\x69\x22\x44\xb4\x82\x18\x3d\xdc\x3c\x5b\x30\xe3\x61\x35\x65\x6e\xab\xae\x81\xcf\x5d\xd4\xe0\x01\x13\x90\x0d\x7a\x73\x47\x7c\x33\xa2\xd8\x67\x3f\x92\x7f\xad\x64\x7d\x73\x4a\xf4\xd7\xac\x7c\x04\xe8\x6d\xf5\xd0\x36\xad\x43\xcf\x13\xdf\xc1\x17\x3f\xf8\xe0\xf8\x1a\xf0\x59\x74\xd4\x68\x26\x8c\x1f\x34\x36\x8f\x1a\xb8\xd7\x68\xde\xd6\x86\x91\x67\xdb\x2d\xc5\x68\x73\x05\xcb\xcb\x1b\x41\x49\xa7\xa7\x9b\x0f\xe0\x83\x99\xc7\x0d\xa1\xff\xa4\x6e\x46\x40\x99\xed\x43\x02\x0c\x33\xe4\x25\x88\x13\xae\x43\xe9\xb4\x5a\x2c\xaa\x72\xd7\x6b\xe4\x3b\xc5\x4e\x9b\x2e\x7f\x58\xe9\x18\x94\xf1\x19\x90\xb1\x17\xc6\xe3\xa7\xcb\x17\x96\x12\xae\x36\x73\x70\xb2\x7a\x5e\x2d\xd4\x45\xbb\xde\x4b\x16\xdd\x5a\xb7\x73\x8a\xf5\x32\x45\x0e\xdd\x5c\x4a\x43\x27\xd1\xe3\xb0\x3b\xd9\x82\x07\xaf\x77\x36\xb3\xa9\x33\x1b\x68\x0c\x82\xb6\xa4\x45\x30\xad\x8c\x22\xa7\xd1\x8c\xb5\xd8\xe6\x53\x8c\x13\xe8\x73\xd3\xdf\xeb\x77\x8a\x6e\xde\x5b\x7b\x05\x83\xa8\x38\xb4\x5c\xcb\x37\xb9\x0a\x6b\x67\x5f\x9d\x96\x92\xdc\x7d\xe9\xe7\x73\xf4\x6f\x57\x2b\x93\x6b\x5e\x71\x37\x60\x7a\x6d\x1d\x81\x23\x3c\xf9\x90\xa7\xa5\xd8\x0c\x3c\x7f\x8d\x6e\x5a\x4d\x3f\xab\xa7\xfd\xbd\xd5\xb6\xd3\xe0\xc4\xb9\x6d\x04\x9b\x4e\xac\xf0\xfc\xed\xeb\x77\x6f\xdf\x1c\xbd\x39\xfb\xfc\xe6\xe0\xf5\x91\x18\x8b\x9e\x0b\x97\x67\x69\x23\x79\xfb\x83\x37\xc7\xaf\x0f\x20\x03\xf2\x48\xdc\x8a\x0f\x17\xd2\x24\x49\xfa\x34\xb2\xdc\x94\xb5\xa7\xde\x69\xf1\xef\x43\x50\x9f\xe9\xd3\x28\x86\x4c\x49\x53\xe4\x99\x7c\xbf\x3c\x2e\x1f\x63\x36\xaa\x0f\xb1\x2a\x4a\xeb\xfa\x1e\x56\x57\x65\x57\xef\x42\xce\xda\x75\x7d\x5f\xc9\x59\xdb\xd5\x17\x72\xb5\xac\xeb\x7c\xa2\x1a\x50\xef\x3b\x06\xb3\x67\x47\x07\x7f\xfd\xfc\xf6\xe4\xf8\x2f\xc7\x6f\x3e\xbf\x7b\x7b\x7a\xac\xc0\x17\xcb\xc4\x03\x02\xec\xee\xae\x78\x9d\x4f\xeb\xaa\xa9\x66\xad\x80\x4c\x6b\xa0\x7c\xa9\x2e\x65\x7d\x55\xe7\xad\x12\xc4\x41\x3b\xdf\x20\xc2\xa2\x74\x5e\x4b\xca\x3d\x95\xea\xb5\x09\x45\x18\x53\x12\x1c\x2a\x54\x88\xa0\x87\x34\x4c\x71\x56\x41\xd6\x13\x27\x59\xb2\x34\x93\x91\xb2\x08\x59\x9f\xd9\x4c\xa7\xd0\x02\x25\x67\xb5\x4c\xa7\x79\x7b\x03\xa3\xcc\xf2\xa2\x95\x35\x2a\x50\x75\xb9\xee\x2c\xc3\xfc\xa3\x6a\x31\x59\x96\x53\x0a\xd5\xab\xf4\x86\x74\x78\x7a\x00\x5c\xc7\x41\xd1\xe0\x53\xa8\x81\x29\xeb\x1d\x50\xe6\x37\x23\x51\x56\xea\x1b\xab\x8e\x5a\x6c\x8a\xa9\xab\xa6\xd3\x62\x45\x91\x2f\x9a\x71\xcb\x5b\x91\x37\x30\xf0\x79\x45\x5f\x3e\x91\xbc\xf8\x77\x7a\xae\x6e\x86\x56\xef\xcc\xdb\x17\x2f\x3e\x9f\x3e\x3f\x39\x3a\x7a\xf3\x19\x92\x88\x68\xa1\xe6\xf9\xe9\xa9\xbd\x5b\x34\x06\xd3\xc2\x75\x96\x34\xfc\xf8\x91\xe8\xd1\xf3\xfe\xa3\x01\x3a\x77\xd0\xa7\x1c\xd1\x97\x90\x9a\x18\x51\x62\x77\x17\x94\xe5\xa8\x8a\x55\x7f\xa0\x5c\xb9\xc4\x24\x3b\x15\xa8\x89\x76\xf2\x72\x47\xfd\x37\x11\xcf\xaa\x76\x4e\x1e\xcd\x13\xb5\xf1\xf0\xc1\x20\x3a\x37\xcb\x5a\xa6\x10\x9f\xe6\x5e\x66\xe4\x1e\x3c\x49\x9b\x7c\x6a\xe3\x78\xb4\x8f\xa0\xd1\xf9\xa6\x75\x9d\xde\xe8\xe8\x27\x2d\x1e\xd0\x6e\xb6\x73\xd9\x48\xa1\x40\x5d\xcd\x04\x45\xe2\xa0\xf5\x12\x27\x15\x55\x69\x36\x03\x0c\x88\xea\x5b\xd2\xe5\x12\x55\x94\x0b\xd1\x56\xe7\x14\x90\x5b\xc2\xcc\xd4\xf6\x75\x9a\x97\xa2\xaf\x36\x0b\xaf\x27\x2b\x69\x87\x55\xe8\x07\x86\xda\x9c\x1c\x1f\x7c\x3e\x79\xfb\xea\xe8\xf3\xc1\xd9\xd9\xc9\xf1\xb3\xf7\x67\x47\xa7\x90\xfe\x45\xc1\xae\x37\x14\x68\x5d\x57\x3f\x18\x1c\x29\xff\x0b\x8e\x70\x78\xf4\xe2\xe0\xfd\xab\xb3\xcf\xef\x4e\xde\xbe\x3b\xd5\x3b\xa9\x6d\x46\x68\xbf\x79\x5b\xbe\xaa\x9a\x96\x8c\xad\xd6\xd9\xca\x6f\x84\x96\x81\x75\x2d\x4e\x64\x93\xff\x2a\x79\x0b\xa7\x74\xc6\xc8\xba\x39\xb0\x62\x1b\x8f\xff\xe4\xa5\xc9\x45\xec\x5a\xe4\xe5\xbb\xf4\x5c\xbe\x53\x67\xa8\x3c\x1f\x51\xb5\x7d\xaf\x50\x54\x90\x71\x97\xa8\xe3\xc1\xaa\xad\xa8\x78\xce\x1d\x67\xd7\x34\x50\xce\x65\xcb\x6e\xef\x71\x84\x15\x78\x7a\xdf\x9b\x93\x02\x12\xc9\x8a\xf8\x1c\xc3\x7f\xb5\xed\x1a\x33\x52\xa4\x98\x5e\x64\x4a\xa1\xc1\x5a\x4c\x43\x42\x06\x6c\xa9\x49\x24\xbf\x58\xb5\x90\x35\xac\x9a\xb5\xb2\x0c\x82\x15\xfb\x2f\xab\xea\x62\x80\xda\x55\xb2\x66\x70\xfd\x7a\x91\xfe\x0a\xde\xb5\xb2\x9d\xce\x79\x11\xce\x2a\x2a\x8d\xf2\xf0\x66\x75\xdf\x07\x79\x2f\x1a\xc9\x8a\x84\xdd\xea\x8a\x4d\xde\x06\x89\xb1\x8b\x69\x89\xfb\x5a\xb3\xd0\xe2\x6e\xe4\xb1\x28\x1f\x59\x65\xcf\x59\xa8\x53\xd9\xa0\x1d\xd0\x7a\x16\x3f\x8d\x56\xa8\x28\xb1\xc1\xdd\xa4\xf1\xe6\x1d\x10\x71\x33\x08\x21\x3a\x0b\x9f\xaf\x8f\x1f\xd2\x41\xdb\xd3\xb9\xcc\x9e\xe9\x4c\x69\x8e\x8a\xe3\x38\x5a\x2d\xdb\xd7\x90\x18\xae\x37\x6a\xfb\xee\xbb\x39\xc0\xbc\x78\x4a\xee\xff\xc2\x57\xe2\xc8\xde\xe1\x87\x31\xa1\xac\x90\x46\x04\xd6\xab\x60\x22\x17\x0a\xd2\x3a\x0f\x5c\xa0\xa9\x76\x74\x21\xfb\xd4\x2e\x9e\x80\x8c\xdb\x12\x07\xa6\x50\x22\x33\x6d\xe3\x37\x38\x2b\x31\xf9\x8b\xf4\x18\x5c\x78\x77\xd7\xbc\x26\x51\x5b\x20\x37\x86\xa9\xd1\xba\x06\x75\xec\xf2\xc0\xb4\x38\x2d\x28\xe7\xa3\x87\xf2\xbc\x0f\x32\x38\x6e\x27\xca\x2d\xb9\xa6\x17\xe5\xca\x73\xbb\xc1\xc3\x07\x62\x67\x5d\x47\x9d\x45\xcf\xed\x89\x4f\x37\x74\xa5\xfc\x7a\x6e\xcf\x2b\xca\x93\xed\x9d\xf9\x9f\xc4\xcf\x4e\x5f\x9d\x7c\xcf\xed\x3c\xd7\x41\x26\x6b\x7b\xdf\x85\x1e\x78\x51\x44\x1e\xbb\xa3\x7b\xc5\xa8\x1d\xec\xc6\xc4\x86\xb1\x03\xcd\x8f\x6f\xe8\x37\x1d\x9b\xd7\xb8\x73\xc5\xc9\xdf\x50\xb8\xc8\x1e\x68\x0d\x86\xb1\x05\x7e\x72\x09\x00\x44\xae\x8c\x28\x6b\x4d\x10\x01\x19\x78\xd6\x3a\xc3\xe3\xa3\x5e\x0d\x03\x6b\x1f\x5b\x0a\x85\x91\x6a\xcd\x53\x69\xdd\x67\x06\x9e\x13\x4c\x07\x90\x74\x15\x18\xda\x16\xb3\x59\x7f\x7c\x64\xd3\xe4\xde\x8a\x02\xf9\x30\xcf\x0d\x6b\x10\xab\x06\x64\xce\xa6\xef\xf9\x16\x5c\x68\xbc\xbc\x41\x7a\x99\xe6\x05\x24\xcc\x20\x4c\xd2\x37\x16\xdd\x23\xd8\xad\xcc\xc0\x12\xde\x56\xb1\x0b\xcc\x4d\xf3\x7f\x6b\x59\x32\x7a\x3c\xc4\xd2\x40\xfa\x47\x50\xfa\x33\x5a\x9f\x52\xa7\x07\x8c\x5e\x69\xe6\x53\x75\x42\xbb\x38\xed\x26\x7e\x79\x9b\x92\x13\xce\xe5\xb5\xb0\x2b\x6f\x58\xe2\xed\xf0\xa2\x7a\x1a\x26\xf0\x75\x03\x25\x6e\x79\x82\x70\xf4\xed\x32\xcb\x49\xbc\x0a\x88\x62\x7f\x5f\xdc\xde\x6d\x9f\x57\x84\x04\x3c\x28\xf4\x80\xa7\x46\x13\x26\xfc\x2f\xd1\xd7\x3b\x4e\xb6\xfb\x03\x67\x16\x73\xa7\xb9\x1b\x06\x3e\xc1\x08\xff\x0e\x9d\x6f\xb5\xc4\x7b\x0a\xbf\x1f\xfc\x4b\xf9\xa4\x7e\x2c\x9a\xc5\x10\x67\x69\x3b\x6a\xa0\x41\x4c\xc5\x69\xae\x44\xcc\x72\xef\x4d\x65\x57\xf1\x8c\xdd\x99\x3f\x60\x2d\xe6\x6f\xb7\x94\xbe\x55\x79\xda\x15\xfa\x30\x63\xd3\x38\x93\x04\xed\x3a\x72\x7e\x39\x9d\xec\x1d\xee\xe4\xf9\x02\x02\x09\x19\x5b\x7f\xd0\x19\x33\x78\xa1\x8f\x9b\xd5\x15\x36\x90\xdb\xfe\x93\x47\x63\xcc\xc9\xe8\xa6\x31\xc6\xec\xa2\xef\x14\xc3\x76\x57\x33\x4d\x54\xc0\x14\xa3\x09\x0c\xba\x8f\xc0\x95\x02\x29\x1b\xd1\x58\x62\x7a\xa1\x9f\x09\x55\x0f\x8f\x91\x1f\x53\xcb\x25\x5a\x47\x2c\x5e\xc2\x66\xbd\x23\xf7\x1e\xaf\x29\xe6\x94\xbd\x71\x9c\xbd\xbd\x24\xb3\xdf\xc7\x61\x6f\x4f\xd2\x5c\x5a\xc5\xf6\xab\xb1\x55\xb7\x9a\x08\xad\x8a\x13\x3f\x97\x5e\xe9\xd1\x0e\xda\x56\x2e\x96\x6d\x10\xdb\xe5\x56\x45\x74\x34\xff\x3e\x5b\x8e\x4f\xdd\xe1\xd7\xa6\x1f\xb8\x35\x38\xa8\x6f\x7b\x07\xa5\x43\x8c\xaf\x4a\x56\x31\xcf\xc7\x70\xc7\x91\x76\x23\x45\x05\x32\x18\x50\x3c\x32\x45\xe6\x0b\x59\x1f\x67\x62\x7c\x9f\x74\x05\x38\x24\xc3\x39\x1e\x83\xe1\x62\x96\xef\xd7\xca\xed\x65\x5d\x05\x27\x3d\x57\xd6\x24\x49\x78\x15\x54\xfd\x4f\xdb\xdb\x03\xde\xfc\x81\xd7\x70\x42\x98\xc7\xee\x09\xa7\xc5\x9d\xe7\x1c\xab\x24\xee\xd5\xb2\xc8\xa7\x69\x2b\xbd\xaf\x11\x0f\x29\x52\xd3\xe1\x0c\x7a\x0d\xab\xdf\x0e\x19\x90\xf4\xf1\x56\x67\x3b\xfc\xfc\x6c\xb5\x94\xcf\xdd\x71\xc7\xde\x44\xc9\xb4\xa8\x4a\xf9\xa6\xca\x24\xb2\x52\x61\x3c\xa0\x1d\x34\x1c\x8e\xf2\x39\xf0\x8a\xf5\xc1\x2d\xb8\x2f\xbe\xfc\xef\x5b\xff\xe9\xdd\x17\x31\x12\xbd\xde\x76\xc3\x5f\xe6\x26\xcc\x60\x2c\x7a\x94\xbb\xd1\xe9\xea\x7d\x93\x93\x5b\x74\x3f\x49\x97\x4b\x59\x66\x60\x5a\xea\x87\x93\xf8\x2e\xcb\xee\xa9\xb4\x35\xec\x7c\xb3\xb1\xe3\xd7\x45\x9a\x83\x7d\x4b\xf8\xb9\x0c\x19\xee\xfb\x31\xd7\x08\xf3\x13\xaa\x7d\x6d\x14\x09\xbf\x92\x22\x6d\x9a\xd5\x82\x05\x43\xaf\x1a\x59\x83\xa5\x1c\x93\xf5\x5c\x61\x24\x56\x99\x15\xd2\x9b\x80\xa9\x75\x79\x6d\xbd\x34\xfb\xe7\xaa\x69\x31\x9b\x2a\xfa\x96\x91\x1f\x0c\xb8\x77\x72\x0b\x57\x08\x92\x52\x5e\x19\x68\x74\xd6\x16\x1b\xf3\x8f\x71\x8f\xc7\xbe\x5b\x2a\x8d\x9f\x4d\xa7\xe4\x98\x15\x7d\xc3\xcd\x8a\xd5\x1e\x73\x67\x19\x05\x35\xeb\x7e\xd8\x44\xe1\x36\x42\xce\x46\xb1\x5a\x76\x9e\xe3\xed\x91\x14\x8f\xfb\xb6\x48\xba\xbb\x2b\x4e\xc9\x43\xd5\xb9\xe6\xc1\x09\xf5\x4a\xd7\x1c\xb3\xc8\x48\x3e\x16\x18\x07\x5f\xd5\x10\x92\x47\xaa\x36\xd5\x5f\xab\x8a\x4d\x07\x6f\xae\xbc\xb1\x49\x46\x12\x8a\x6e\xa4\x19\x09\x7f\x20\xfa\x10\x5d\x75\xc9\x17\x91\xb3\x1e\xa4\x3d\xfe\x59\x64\x72\x9a\x2f\x14\x4e\x16\xe9\x54\x36\x09\x9f\x46\x51\x7a\x77\x2b\xfb\x0f\xec\x07\x3c\x7c\xe8\xe0\xdf\x40\x7c\xfd\xea\x35\xee\x6c\x0b\x7c\x78\x5a\x5b\x0e\xe7\xe8\x5f\xab\xb4\xe8\xb3\x2b\xdf\x1d\xf9\xe1\xc3\xe0\x02\x37\x67\xfd\xa9\xf8\xa3\x83\x6f\x41\x38\xc4\xee\xae\xf8\x45\x72\xa0\xd8\x0a\x96\x8e\x85\x64\x81\xae\xb3\x29\xe8\x45\xe5\x15\x5c\x8f\xcd\x10\x1d\x3c\xa1\x48\x9c\xde\x43\x9d\xf5\x2b\x6f\x44\x91\x5f\xc8\xe2\x06\xd9\x3c\x27\x21\x8c\x3e\xf3\x65\xc6\x4e\x74\xa3\xc4\x8b\xb6\xbe\x21\x13\x0b\x5f\x87\xcd\x0d\x99\x8a\xa6\x4d\xa7\x17\xc6\xd3\x3e\x71\x07\xed\x82\xc3\xef\x7f\xef\x05\x67\x70\xa6\xa9\xef\x80\xd3\x69\xc8\x38\xff\x4e\x10\xef\x89\x47\x31\xa8\xbe\x35\x4e\xe8\x60\xf0\x62\x4c\x8b\x4d\x7a\x49\x98\xa7\x61\x6c\x4a\x94\xd6\x72\x87\x9b\x97\x5a\x72\x4c\xae\xca\xa9\xdc\xf2\x83\x4d\xc9\x19\xfb\x8f\x2f\x61\x3f\xb1\xe8\xe4\x7d\xf1\xc7\x58\x7c\x8a\xcf\xbb\xb0\xd3\xdd\x75\xc9\x58\x27\x10\xdd\x32\x1e\x41\xaf\x35\x2a\xd3\xb4\x9c\xca\xc2\x63\xaf\x88\x09\xe3\x4b\xec\x9c\xcf\x0f\x1e\x67\x85\x29\x3c\xa1\x4b\xe1\xbc\x41\x57\x2b\x8e\x68\x3e\x54\x11\x49\xc6\xaa\x34\x90\x81\x45\x5b\x0d\x73\x13\xbb\x9c\x4e\xa7\xe0\xd8\x4e\x49\xfd\x64\x26\x4a\x79\xad\xc3\x51\x13\x26\xe0\x59\x44\x0b\x04\xbc\xad\x36\xd0\x48\x81\xf8\x93\x96\x89\x3f\x7c\x89\x8f\xe9\xa8\xdc\x0a\xdb\x6e\xdd\xe9\x80\xab\xa6\xa1\x59\x1d\x4d\xae\x0f\x3b\x91\x33\xfa\xcd\x79\x73\x7c\x62\x85\x49\xfc\xed\xb0\xe7\xf8\x68\xe9\xd4\xee\x76\x4b\xf7\x13\xd3\xaf\x7e\xf8\x52\xa7\xe9\xd6\x2d\x75\x36\xb2\x55\xb7\xd9\x44\xce\xd3\xcb\xbc\x82\x30\x07\x37\x11\x35\x3a\x1c\x3a\xa6\x5e\xb5\xf3\x79\x2b\x14\x93\x95\xd6\x44\xc2\xca\x0c\x2e\x43\xb0\x82\xda\x12\xc2\x9e\xc4\x79\xb0\x6a\x2b\x0c\x11\x44\x85\x97\xc6\x97\x46\xb6\x14\x9b\x41\x89\x67\x62\x72\xe8\x72\x23\x27\xe2\x6b\xb0\xb6\x15\x44\xb7\xcf\xf4\x36\x4f\x1d\xf6\xf0\xc1\x03\x0e\xe1\xed\x45\x25\x52\x01\x3b\xdf\xfc\xf0\xa1\x3b\xfa\x3a\x71\xe7\xfe\xf2\x95\xe7\x6f\xd5\xf7\x86\x5e\x47\x9e\x22\x69\x8c\xb6\xa1\x34\xe6\xcc\xe9\x4d\xe6\x5f\x37\xa4\x03\xe6\x9f\x2d\x1f\x2a\x61\x34\x72\x80\xb9\x97\x69\x0d\x55\xa1\x4d\x4a\xcb\xb6\x82\x74\xe9\x79\xc3\x33\x18\x68\x9c\x2d\xaa\x46\x52\x16\x03\x41\xfa\x5a\x5d\x25\x09\xec\xc8\xf0\x54\x47\x37\x41\x6a\xa1\x18\x1e\x93\x69\xf9\x25\x4d\x89\xd8\x1c\xa1\x2d\x26\x16\x91\x7e\x7f\x73\x58\x67\xdc\xe8\xfd\xa3\x47\x45\x0d\xfb\x8f\x1e\xd5\x58\xf1\x0d\xc1\xa5\x17\x78\xff\x3c\x2f\xf2\xe9\x05\xbd\x42\x3e\xc6\xf4\x44\xbd\x3f\xef\xeb\x8f\x0d\x6a\x21\x78\xf7\x83\x48\xc6\xbd\x95\x5d\xff\x15\x46\xe2\xbc\x81\x01\x0f\xab\xab\xf2\x2d\x06\x27\x76\xa6\x12\x5a\x4b\xd5\x3e\xba\xf5\x7a\xd5\x78\x1a\xa5\xb1\x29\xb8\x00\xf6\xe9\xd6\xf4\xb8\x8e\x70\x11\x5d\x89\x59\xee\xdf\x9d\xe7\xbe\xc0\xfe\xd6\xbd\xd5\x5d\xb8\xd9\xe1\x23\xcc\x9a\xe2\xd3\xe4\x8d\x54\xd9\xe4\xf7\xe6\x07\x4b\x8c\xfd\x28\x5f\x47\x99\xef\x4f\xaa\xa4\x8d\xf8\x09\x75\xd8\x5a\x33\x09\xa0\xfc\xdb\x1a\x9b\x50\x08\xb5\xc3\x30\xde\x3d\x09\xd2\x8f\xf3\x13\xba\x61\x79\xc1\x5a\xa8\x97\x5a\x66\x3f\x7a\x82\x30\xcd\x45\xe4\x85\x5a\x9c\x9b\xae\xc4\x90\xb4\xfd\xe4\x5e\x2b\x37\x54\xe0\xbe\x8b\x37\x1d\x7f\x34\x2c\x9d\x9e\x6b\x56\x45\x85\xa9\xd5\x8b\x77\x69\x3b\x6f\x46\xe2\xa0\xae\xd3\x9b\xa7\xd0\x94\x94\xb5\x62\x2c\xe4\x65\x02\xbe\x53\x8d\xcc\x54\x33\xb1\xef\x3f\x81\xf0\x38\x28\xbc\xe4\x5c\xe2\x5a\x07\x6c\x27\xd0\x75\x42\xf7\xc4\x23\xb1\xaf\x96\xa5\x5f\x7c\x78\xf4\xc9\x4f\x25\x23\xa0\x98\x40\xd2\x46\xf3\xcc\x78\x53\xe5\x0d\x5b\xf2\xdb\x55\xdb\xe4\x99\xd6\x39\xb8\x91\x0c\x5c\xe5\xfa\xc0\xf3\xde\x8e\xa9\x66\xb5\xe2\xd9\x4b\x81\x75\x3c\x43\xba\x82\xd9\xf5\x24\xc4\x73\x65\xd5\x55\xc9\x3d\xd5\x26\x20\x18\x43\x56\x3d\x5c\x90\xae\x3e\xa5\xe4\x35\xd0\x4e\x43\x38\x26\xbf\xd0\x99\x47\x90\xc1\x9a\x75\x9f\xf6\xf0\xe1\x1a\x62\xe3\x20\xd5\xd6\x34\x49\xac\xcd\x5d\xeb\xaa\x35\x74\x40\x0a\x8f\x0c\x80\x25\x75\xae\xd8\xd5\x74\xb0\xed\xb5\x15\xa0\xe8\x8e\x78\xf8\xd0\x51\xa7\xac\x05\x02\x6f\x19\x5b\x93\xaf\x5d\x59\x13\xde\xb1\xae\x5b\xec\x76\x0f\x35\x37\xc1\x07\x79\xd0\x09\xb0\x2e\x6c\xe5\xe2\xba\x41\xc1\xc1\xc0\x68\x6b\x06\xbe\x55\xe1\x1b\x68\x9f\xab\x96\xf0\xf6\xdc\x91\xf5\xbf\x95\x30\x72\x17\x87\x67\xc5\xaa\xd6\x94\x88\xa5\x1c\xf3\xf3\x39\x1f\x82\x6a\x6f\xce\x14\x42\x40\x39\xbb\xb9\xa7\x2d\x93\x2e\x7b\x88\xdb\x0d\xaf\x80\x48\x33\x80\xb9\x7b\x1d\xd2\xf3\xee\x41\x2c\xa5\x1f\x38\xf8\xfa\x80\xe3\xbc\x4d\xbe\xcf\xd3\xf1\xf1\xe6\x41\xf6\xad\x31\x15\x9e\x8d\xe2\xc5\xd6\xdb\xc6\x12\x7a\xa2\x33\x75\x53\x85\x0e\xd0\x9a\x4e\x19\x7d\x2c\x09\x17\x79\x43\xf2\x85\x0e\xc4\xa6\x92\x72\x65\x45\xe2\x74\x53\x2d\x24\xec\xa8\xc8\x4b\x4d\x06\xb9\x66\x45\xf7\x46\x55\x6c\x26\x8b\xf4\x06\x33\x22\x9b\xe1\xd0\xa7\x5a\xc9\x80\x79\x4d\xd9\xa8\x21\xb1\x0c\x45\xfe\xe4\x14\x44\x48\x9c\x20\x4a\x40\xa8\x11\xcc\x4b\x71\x7c\x04\x81\x09\x76\x30\xeb\x90\x09\x2a\x5e\xd5\x17\xbb\xfc\x6b\x95\x4f\x2f\x0a\x25\xe3\x93\xb6\xc0\x46\x28\x86\xc4\x99\x17\x4f\x51\x22\x44\xf3\xae\xae\x16\x39\xd4\x51\x29\xe5\x95\xa0\x5f\x4f\x6d\x6d\xc5\xbd\x3e\xa5\x3c\x0d\x2b\x45\x25\xdd\xd9\x46\x03\xd9\xba\xd3\x2d\x2f\xb2\x24\x31\xd6\x6a\x21\x8b\x12\x7d\xd7\x47\x4a\x27\x1c\x19\xfa\x7c\xe2\x10\x18\xdd\xc1\x70\x53\x7f\xed\xff\xe4\x33\x72\x5b\xf5\xb7\x08\xaf\xff\x30\x34\x4f\x27\x53\x8c\xb0\x59\xdf\x3d\xf4\x54\x51\xee\x6f\x1f\x7a\xa8\xf3\x2a\x76\x53\xba\xd8\x38\x9f\x3c\xab\x07\xa1\x43\xb8\xe3\x02\xef\x1a\xbd\x8b\xa6\x74\x9d\xa9\xd4\xb3\x27\x4c\xb2\x65\x4f\x3f\x3b\x88\x67\x10\xd2\x19\x69\xbb\x73\x38\x9b\xe9\x43\x8c\x4e\x14\xdb\xb2\x76\x72\x5b\xa7\x2c\xa2\x28\xe0\xea\xc6\xcd\x2a\xc4\x88\x8b\x9d\xaf\x69\xd8\x28\x49\xaf\x91\xc2\x37\x09\xf0\x6b\xd5\x06\x6b\x35\x15\x9e\xe0\xb4\x51\xa8\x0f\xbc\x68\x7c\x31\xd5\xab\x8b\x4c\xb1\x53\x41\xa4\xd4\x9a\xac\x73\x5c\x67\x60\xf3\xce\x2d\xe4\xa2\xea\x5b\xd9\x71\x5d\x1a\x3a\x67\x80\xfe\x8f\x4f\x42\xe7\xf8\xaf\x0f\xa3\x69\xe4\x82\x24\x6b\x1a\x4f\xd1\x87\x7f\xe8\xfc\x34\xbf\x6c\xde\x35\xfe\x84\xa7\x5b\x0b\x5a\x16\xce\x63\x9b\xc3\xcd\x0a\xf5\x2c\xae\xc2\xb6\xd3\xd9\xda\xf4\x03\x13\x66\x61\x9b\x20\x10\xa3\x0f\x5f\xa7\xd7\xf1\xe7\x79\xe9\x3e\xcf\xaa\x37\x55\xfb\x2a\xbd\x91\xb5\x79\x14\x2a\xdb\xe1\xe0\xc9\xb7\x64\xfc\x02\x7d\x41\xac\xd1\x24\x9d\x5e\x9c\x43\x1d\x86\xe7\x55\x51\xd5\x91\x35\x79\x1d\x2a\x17\xd3\xbf\x2b\x85\x5b\x98\x6d\x90\x54\x2a\x66\x70\xa6\xf3\x0f\x68\x89\x5a\x0b\x40\xe1\x75\xb5\x2a\x5b\x63\x42\x10\xa8\x09\x7d\xc7\x2c\x07\xbe\xa7\x8f\xd1\x72\x5b\x0a\xb4\x29\x0d\xa1\xcd\x7a\x60\x1c\xab\x22\x2a\x5d\xd7\xb2\x1d\x71\xb1\x8a\x6a\xe6\x63\xa3\xd3\xe0\x3a\xfe\x20\x1e\x93\x60\x56\x30\x12\x69\x79\xe3\x92\xee\x60\x35\xb6\xf5\xc0\x49\x25\xec\x4c\x5b\x77\x64\x56\xe4\xb4\xda\x3d\xe4\x1e\x48\xbb\xc3\xb6\xc7\x36\xc2\x96\x0a\xa8\x68\x2f\x2e\xab\x81\x40\x91\x67\x14\xb7\x44\xdd\xb9\x4b\xe5\xf1\x1a\x36\x48\x86\x32\xc9\x75\xac\xc2\x1d\x61\xc9\x2c\x1c\x8e\x9b\xe0\x32\xf0\xa7\x08\x15\xf8\x6c\x06\xb3\x12\x2f\x57\x25\x73\x1d\x72\x9c\xa0\x69\x78\xe6\x5b\x19\x58\x58\xb5\x9f\xb1\x27\xa6\x0f\xf1\x66\x78\xbf\xa4\xdf\x04\xd5\x98\x9a\x5e\x78\xd6\xb3\xd0\xb6\x16\xbb\x81\xc3\x3b\x38\x7a\x0b\x0f\xb8\xb4\x40\x0e\x18\x8d\x6c\xc5\xa4\x6a\xe7\xe0\xfb\x9b\x96\x99\xf6\xcd\x9d\x36\x0d\x11\x7e\x08\x09\xf6\xfc\x30\x6c\x01\x14\xcc\x78\x66\x80\xc6\xe1\x90\x37\x2f\xaa\x7a\x2a\xb3\xe3\xd2\xec\x78\xb7\x97\x34\x44\x83\x30\x47\x87\x48\x0b\x5c\x99\x7b\xde\x1a\xc7\xe0\x65\x50\x32\x49\x92\xee\x81\x0c\x88\x16\x1e\x99\xbc\x63\xa9\x31\xfc\xc5\x73\xf3\x16\x9b\x34\xd1\xae\xcc\x61\x6a\x73\x96\xa5\xd4\x1a\x16\x09\x89\x98\xab\x47\x97\x65\x6b\xad\x5a\xb8\xcb\xb3\xd1\x27\xae\xac\xa6\xc1\x6f\x93\xa4\x39\x9f\x69\x87\x7e\xaa\x0a\x6d\x69\xd4\xdc\x16\xe0\x36\x48\xc3\xbd\xcc\xca\xca\xe6\x67\x01\x29\xd4\xb8\x98\xd5\x52\x7b\x96\xe4\xe5\x9a\x74\x33\x57\x9e\x5b\x0b\x04\x33\xa4\xe5\x0d\x08\xaa\x89\xdd\xca\x07\x1d\xf2\x96\x2e\x6b\x62\x13\x88\x78\x89\x8c\x4d\xb6\x47\x53\x1c\x9d\x5f\xce\x1e\x09\x9d\x58\xd6\x42\x8c\x5d\x56\x03\xd4\x09\x0f\x9c\x6c\x1b\x84\xbe\x3c\x9c\xd2\x09\xaf\xec\x23\x6f\xf4\x80\x91\xd9\x76\x2e\x17\x72\x44\xd6\x6b\xf8\xf1\x60\x0d\xaf\xe3\xad\x7d\xe4\x3f\x58\xcf\xdb\x84\x44\x27\x64\x8a\x36\xf3\x20\xdf\xc8\x17\xdd\x05\xf9\x6d\x69\xe9\x10\x33\xba\x36\xd8\xda\x39\xd5\xa3\x98\xeb\x67\xf0\x68\x24\x7a\x8f\x1f\x3d\xfa\xb7\xde\x90\xd1\x0e\x97\x13\x4d\x92\xa4\xef\xa3\xc2\xc3\x87\xc2\xc9\x06\xaa\x9d\x40\xc5\xdd\x60\xe8\xab\x66\xf0\x23\xac\xcf\xe8\x9a\xcf\x70\x02\x14\x69\xab\xe9\x7c\xed\x8b\x5b\x36\x06\x9f\xd1\x73\xec\x14\xba\xfe\x79\x38\x3c\x94\x70\x57\x87\x65\x05\xc5\x73\x5b\x75\x8a\x8e\x4f\x52\x04\xec\x50\xab\x8c\x28\x55\x80\x49\x0a\xd0\x50\xf4\x3c\x26\xf1\x84\x62\x51\x69\x83\xa9\xce\x4a\x2c\x47\x53\x1a\x3f\xad\x58\x82\x59\xcc\x2b\x4b\x3c\xca\x5d\x34\x2b\x6c\x93\x98\x9a\x60\x77\x3a\xdb\xaa\x07\xb0\x3b\x96\x1d\xd5\x4d\x5b\xbb\x75\x6e\xda\x61\x34\x32\x9c\x67\xac\x75\x73\xd6\x36\x4d\x9f\xad\x10\xd3\x54\x3b\x4e\x7d\xe6\x07\x31\x45\x90\x78\xe1\xe1\x43\x96\xee\xe2\x43\xac\xc9\x83\x4f\xee\x9c\xf4\xc1\x76\x68\xb5\xd7\x49\x92\x38\xb7\x9b\xda\x66\x3f\xf1\x80\x33\xca\xee\xae\x38\x4d\x67\x69\x9d\x03\x71\x7c\x91\xd7\x72\x56\x5d\x8b\xaa\x14\xaf\xd3\xa9\x78\x7b\xaa\x75\x6f\x54\xc4\x4d\x6d\x64\x3a\xbd\xd8\x01\xa7\x3c\x50\xa6\xa0\xba\x0d\xbc\x70\x51\x97\x56\xcb\x45\x9a\x97\x8d\x4e\x14\xfa\xdc\x33\x6c\xe8\x39\xa5\x34\x55\x7b\x32\x79\x29\x0b\x05\xed\x64\x51\xfd\x9a\x17\x45\x9a\x54\xf5\xf9\xae\x2c\x77\xde\x9f\xee\x66\xd5\xb4\xd9\xfd\x45\x4e\x76\x15\x33\xbd\x4b\xd7\xdd\xee\x64\xd5\xb6\x55\xf9\xbf\x40\xbe\xcf\xcb\xf3\xcf\x69\x99\x7d\x76\x8b\x38\x00\x2b\x33\x39\x2e\x33\x79\x3d\xbe\xdd\x79\x7c\xe7\xaa\x5f\x66\xe3\x5b\x8f\xe7\x66\x0d\xf6\x1c\x1c\x99\xb8\x04\x19\x30\x33\x8e\x8b\xaa\xa5\x41\x43\xc5\xef\xc9\xf4\x42\x6f\x04\x73\xab\xbb\x13\xbb\x7b\x77\xdf\x31\xc5\xf3\x15\xe4\xda\x08\x86\x79\x0a\x4c\xa2\xab\x4b\x02\x86\xad\xec\x41\xb5\x58\x9b\xbc\x81\xa0\x68\x73\x38\x38\x59\x22\x78\x92\x08\x9b\x09\x55\x67\x65\x6d\xaa\x60\x86\x65\x0a\x36\xac\x1a\x0a\xef\x65\x69\x9b\xee\xfc\x44\x3c\x60\x1f\xeb\xf8\xa1\x02\x18\x13\x36\x4c\xa4\xfa\xb5\xd2\x99\x64\xaf\x2a\x72\xa1\xf5\xbc\x9f\x31\xc9\x33\x52\x32\x2f\xd5\xb3\xd0\x49\x9a\xbd\xc5\x52\xf3\x0f\x1d\x69\x1a\x22\x23\x30\xad\xc0\xba\x2c\xcf\x82\x2b\x0b\xe2\xe9\xa5\x45\xa0\x4f\x58\x93\x61\x5a\x74\xe4\xb8\x6e\x12\x96\xbd\xc2\x6b\x6f\x34\x61\x1a\x28\xe6\x41\xd0\xd0\x58\xfb\xc6\xb7\xbe\x44\x11\x6f\xfb\x7e\x49\x2d\x8d\xa4\x11\xb4\xe3\x52\xbb\x5d\x01\x7f\x1a\x74\x41\xc5\xc1\xf8\x56\xff\xe5\x35\x08\xb5\x01\xe3\xdb\xf0\x99\xdf\x09\xcf\x96\x73\xb1\x7b\x4d\x6e\x81\x87\xd7\x2a\x01\xe7\xe5\x9e\xd7\x32\xc8\x95\x2d\x20\x5f\x36\x40\x80\xdf\x1a\x2c\x83\x76\x34\x9f\x36\x5e\xdd\x7d\xe3\x67\x1f\x0b\x39\x03\x1f\xd0\xd8\x9b\xc0\x97\xce\x34\x4c\x10\x1c\xef\xa1\xe2\xce\x2f\x73\x59\x5a\x1e\xc2\x99\x2a\xb1\x16\x02\xdb\x37\x60\xf1\x8d\x81\x4d\x97\xf0\x01\x03\x0d\x36\x4b\x3c\xd6\xd6\x2d\x73\xc5\x5e\xb8\x19\xcb\xdc\x2f\x66\x9f\xe8\xe6\x19\x67\x5e\x6e\x98\xa7\xea\xc6\x06\x06\xb2\x24\xe1\x3c\x46\xf0\x0b\x41\xe8\x8b\x50\x34\xd4\xdc\x97\x41\x26\x6c\x2e\x5e\x3a\xde\x6c\x9d\xd4\xb7\x33\xea\x77\x10\xe7\xac\x98\x7f\xd2\x84\x0d\xb8\x0d\x4b\xe9\x0a\x93\xbc\x77\x97\x68\x49\xb9\xd8\x47\xa2\xb3\x9f\x12\x24\x00\x24\xfb\x94\xe9\xc7\x2b\xb4\x6e\xf9\x47\xc0\xa5\x60\xc9\x5a\x5c\x8e\xbc\x21\x89\x34\xfe\x12\xd2\x27\xc4\x5f\xd5\x4e\xb8\x6b\x47\xd7\x71\x34\x2d\x15\xbc\x7b\xd2\xd5\x11\xa2\x8a\xe3\xfd\xda\x6a\x19\x49\x22\x18\x0c\x11\x78\x59\x1a\xfc\x33\x49\x4a\x11\x93\xe1\x1e\xb2\xd5\x67\xbd\xdd\x41\xe7\x4b\xca\x8d\x2b\x79\xf9\x60\x2c\x31\x2b\xff\xb5\x4a\x8b\x10\x37\x6b\xa9\x35\x7f\xef\x38\x9a\xea\xf7\xa5\xbc\xf2\x5e\xfb\x48\x1c\x86\x7a\x7c\xa4\x3c\x40\xfe\xb8\x6b\x42\xd9\x45\x64\xa2\x75\x91\xef\x23\x31\xa9\x2a\x88\x06\xe2\x15\xca\xfb\x5a\x24\x01\x70\x71\xdd\x59\xb8\x98\x00\xb9\x23\x2b\xf0\xdb\x58\x5b\xf7\x76\x53\xf0\xad\xde\x6a\xbe\x75\x1d\x80\xf5\x08\x5d\x72\x5d\x64\xc9\x4b\xf1\xd3\x4f\xc1\x8e\xfc\xf4\xd3\xf6\x58\xf4\x03\x30\x24\xa0\x73\x5b\x41\x8b\x05\x8c\xc6\x60\xc3\xdf\xfb\xdb\xaf\x98\xc3\x3e\x92\xbf\x0b\x09\x7a\x95\x48\xff\x01\xbf\xbf\x22\xef\x93\x79\xda\xbc\xbd\x2a\x89\x46\xde\xf4\x2f\xe4\xcd\x20\x70\xfb\xae\x8a\x4c\x77\x00\x71\x68\x1c\x05\xcf\x87\x0b\x79\xe3\xfb\x9a\xb1\x28\x1d\xea\x19\x59\x83\xdb\x11\x2a\xc1\x78\x13\x3e\xe0\x59\xed\xbd\xd0\xab\xb0\x41\xe0\x85\xe3\x0d\x97\xb4\x15\x04\xd5\xf7\x7f\x1e\x50\x91\xde\xab\x8e\xd7\x51\x67\x9c\xc0\x2f\xcb\x5a\x74\x83\x14\xad\xd1\x1e\x3c\x29\x2b\xcf\x51\x4f\x57\x3b\x60\x7a\x68\x51\xf4\xaa\x81\xb8\xe9\x1a\x9f\xb8\xa9\xec\x5f\xe6\xe7\x73\xd5\xb5\x4e\x9b\x56\xe7\xd7\x1d\xa2\x08\xf8\xbc\x90\x69\x0d\x2a\xef\xbf\x14\xd5\x24\x2d\xac\x7e\x6a\x28\xfe\x7f\x20\x92\x6d\x91\xc6\x53\xe7\xaf\xd4\x7a\x86\xad\x3b\xfc\xc0\x2c\x9c\x21\x47\x01\x7d\xfa\x46\xab\xb5\xaf\xf3\x51\x42\xc2\x28\xbd\x52\x4e\x39\xb5\x03\x3d\xa9\x96\x7c\x7d\x18\x65\x00\x72\x1f\xdf\xe9\x1d\x42\x04\xf7\x81\xa8\x59\x0c\xa3\xfb\x18\x89\xde\xa2\xd9\xa1\xd5\xef\x98\xc7\xa8\x9b\xc2\x52\x75\xac\x41\xcf\x24\x85\x73\xfb\xa9\x27\xf6\x1d\x49\x99\x61\x13\x7a\xd1\xe3\xb1\x28\xaf\x83\x96\x0b\x6a\x72\xf7\x24\x30\x64\x9f\x4b\x0d\xf9\xb1\xe8\x7b\xf9\x19\x82\x4d\x1b\xc4\xdf\x35\x86\x6b\x76\x6c\xc3\xa0\xde\xd4\xa1\x4c\x9e\x6e\x33\xae\xc8\x8c\xa8\x31\xfd\x2d\x8a\x2b\x2c\xe3\xea\xca\xb8\xb2\xd2\x53\x55\xfa\x06\xca\xb8\x52\xd7\xdf\xf5\x7e\x78\x96\xe0\x73\x5d\xcf\xf1\x5b\xd1\xc8\x45\x5a\xb6\xf9\x14\x16\xdb\x0c\x85\x04\x3b\x00\x26\x7e\x81\x0e\xae\xf3\x81\x35\xd9\x6b\x5c\xfa\x10\x68\x87\x99\x9a\xcd\xe6\x22\xb2\x04\x68\x69\xd8\x8a\x1e\xb8\xa8\xe5\x97\xd2\xaa\x45\xb5\xa3\xbc\xae\x5b\x85\xe8\x18\x9b\x83\x15\x2f\xa5\x9d\x4c\x66\x55\xd9\x36\xc9\x42\x66\xf9\x6a\xb1\x61\xe6\x74\xd2\x54\xc5\xaa\x65\x33\x33\x7e\xba\x37\x2b\xe4\x35\x7f\xf3\x2b\x50\xa1\x11\xdb\x19\xb1\x6f\x48\x53\x82\x0f\x7c\xce\x1a\xff\x4d\xaa\xeb\x53\x88\x5a\x1d\x89\xde\xa4\xaa\x33\x59\xef\x4c\x2a\x67\x6c\x7c\x7a\x92\x66\xf9\xaa\x19\x69\xf0\x27\x80\x40\x32\x7b\x5e\xd5\xa5\xac\x7f\xf6\x06\x9c\xa7\x10\x23\xa1\xdb\xca\x42\x5e\x82\x0a\x95\xd2\x35\xe2\x3f\x5d\x44\xa2\x19\xb9\x37\xc6\x87\x18\x25\xfe\x34\xf2\xdd\x8a\x70\x59\x3a\x0f\x64\x90\xf1\x41\xbd\x24\xa9\xa6\xd7\x54\x45\x9e\xf5\xa2\x4d\x00\xab\x46\xa2\x87\x56\x91\x33\x79\xdd\xba\xed\xee\xd8\xaf\xbb\x00\x09\x04\xbb\x1f\x58\x4e\x89\xd0\x0c\xf1\xe0\x01\x3f\x98\xa8\x36\xd7\xc9\xd2\xf8\x8b\xbb\xb0\x87\x3e\x91\xd8\x69\x41\xbf\x46\xfe\x81\x8d\x76\xa5\x63\x4b\x5d\xe9\xd7\xc8\x3f\xd5\x01\x4e\x23\x2d\x8d\xe1\xb4\x7a\xf3\x0d\x88\xeb\x91\x9c\x91\x77\xa8\x93\x85\x2c\x57\xcf\x4c\x9b\x38\x32\xf5\xf2\x72\x2e\xeb\xbc\x0d\x51\xb3\xeb\xdd\x26\xc4\x86\x72\xce\xb3\xaa\x5e\xa8\x83\x5e\x41\x66\xc6\x3f\xfc\x31\x93\xe7\x83\xf0\xb4\x8b\x8e\xfb\x72\xd0\x65\x06\x02\x90\xaf\x01\x40\x97\xd5\x28\xb6\x15\xe6\xea\xea\xda\x11\x6a\xf0\x0d\x1b\x43\x39\x94\x19\xf3\x85\xd7\xfa\x23\x07\x90\x98\x76\x8b\x3f\xa3\x9c\xcb\x3f\x66\x8b\xef\x41\x5e\x7c\xf0\x38\xf7\x75\x94\xd0\xdb\x06\x31\xf0\x7c\xf3\xaa\xf5\xed\xfb\x77\x6b\x81\x8a\xbc\xfd\x87\x02\xfb\xaa\xad\xf8\xbb\xb5\xb7\x8b\x61\xa0\x3c\x63\xdc\x37\x82\x29\xe0\x12\x3c\xb4\x8c\x58\xee\x22\x63\xfc\x26\xa8\x0d\x3c\xe1\x96\x75\xf9\x0c\x8f\x0e\xfa\xd2\x6c\xab\x4c\xfb\xa1\x30\x10\x32\xc6\xf4\x32\x99\x50\x9a\x76\x5e\xd6\xaa\x8b\x99\xd6\x7d\xd0\x30\xbd\x21\x87\xfe\x7a\x5e\x7c\x8d\x3b\xe4\x3d\x5c\x21\x11\x26\xfd\xf0\x7b\x87\xf6\x33\x86\xbc\x04\x23\xec\x5d\x33\xad\x96\xea\x6a\x74\xbb\x01\x87\x3b\xb8\xdf\xae\xd0\x77\x9f\xc8\xf3\xbc\x69\x65\xfd\xae\xaa\xdb\xb4\x78\xc1\xd2\xee\xef\xb2\x4f\xd6\x35\x86\x55\x1b\xd0\xba\xe2\xcc\xd7\xd6\x83\x6d\x5a\xcb\xb4\x95\xf4\xf4\xa9\x3f\x2a\x16\x5a\x5a\xe7\xb8\xf1\x7f\x61\x36\x30\x93\xec\x60\xa3\xdd\xb2\xda\x91\x8b\x65\x7b\xb3\xa3\x85\x1f\x35\x06\xfa\x91\x90\x37\x89\x55\xed\x7a\xb5\x90\x83\x75\xbe\xa3\x3a\x63\x62\x1c\x7b\x9b\xe8\xd7\x7c\x2c\x37\x99\x9b\xed\xd3\x1f\x38\x82\x95\xf5\x90\xc3\xb1\xfa\x91\xf1\x07\xdf\x50\x35\x04\xec\x0e\x27\x8a\x5a\x68\x50\xdb\x9d\x59\x35\xd2\xbe\x0e\xeb\xa0\xd9\x77\xfa\xbb\x9c\x04\x5d\xb6\x82\x12\xd5\x1d\x84\xe2\xf5\x55\xd5\x3a\x05\xbe\x4c\x39\x45\x2c\xd1\x66\x63\x14\x6a\x60\xe3\x67\x55\xcd\xcb\x23\xe9\x3a\x6e\xd1\x50\x5d\x5e\x71\x4b\xd7\x49\x32\x6b\x38\xa6\xdc\x06\x8d\x3b\xab\x59\x53\x35\x13\xa9\x28\x40\x68\x01\x35\x3d\xf3\x99\x21\xee\x01\x03\xd1\xed\x02\x10\x4c\xa9\x2e\x1b\x36\xa5\x3d\x66\xab\x85\xe1\x4e\xaa\xaa\xdd\x37\x7a\xa6\x27\x51\x19\x31\x84\xa4\x39\xe1\xcf\x9f\x76\x80\x79\x4f\x8b\x55\xbe\x6c\xc8\xd7\x38\xb4\x6b\xf0\x6a\x2b\x93\x13\x5e\x4d\x27\x48\x66\x7a\xf0\x58\xf2\xbc\x75\x90\xfe\xf0\x69\xaf\xaf\x3d\x2d\xc9\xf5\x10\x00\xe2\x9f\x5c\x86\xba\x01\xce\xf1\xb2\x56\x1c\xd8\x0e\x64\x29\xc9\x8e\x44\xaf\x73\xb1\x2a\x0b\xd9\x34\x66\x23\x69\xf3\xb0\x14\x3b\x8d\x85\x45\xcf\x8b\xa2\xba\xa2\x22\x77\xd5\x72\x51\xa1\xab\x36\x9e\x52\x53\xda\x00\xed\x31\x87\x6f\x5f\x8b\xb6\x96\x50\x5b\x12\x33\x11\x60\xed\x4f\x1b\x66\xd3\xe8\xa1\x4f\xf3\x72\x2a\x71\xca\x06\xb4\xe2\x50\x28\xb5\x91\xcb\xb4\x4e\x5b\x09\x41\x6d\x38\x14\x20\x49\x3b\x97\x79\x4d\x9f\x33\x44\x4d\x3a\xe2\x97\xb6\x55\xdb\xaf\xed\x35\x7c\xff\x12\x0b\x55\xc2\xc2\x77\x1e\x70\x5d\x60\x07\x5a\xbd\x07\x66\xff\x5d\xe9\x3b\xdc\x9c\xd7\xda\x5b\x9e\x88\x9f\xbe\x97\x63\xf3\xda\xeb\x7d\xdf\x2f\x4e\x29\x20\x97\x97\x27\x8c\x71\x8c\x74\xdf\x44\xf0\xaf\xa3\x85\x3d\x19\xfd\x7a\xd3\xe9\x8f\xc5\x99\x90\xbb\x0f\x0e\x86\x68\x03\x16\x51\x8b\x0d\x50\x00\x8d\xdb\xe5\x08\x4a\x48\x10\xd2\xf2\xc6\x43\xc8\xc6\x9f\x20\xf2\x31\xc9\x72\xd5\xcc\xd5\x82\xc3\xda\xd9\xce\xce\xed\x27\xfe\x77\xc6\x3a\xdd\x79\xb0\x59\x95\x3f\x0e\x3a\xde\x72\xc2\xa1\xe3\x5f\x41\xc8\x29\xc6\xd1\xaf\xcf\xcb\x4c\x5e\xbf\x9d\xc5\xbb\x82\x03\xa9\xd8\x1b\x47\x12\x47\x75\x41\xb3\x59\x16\xf9\x54\xf6\xf3\xa1\x78\x1c\x8e\x77\xb7\x0e\x58\xfa\xd7\x07\x87\x3a\xc6\xd0\xcf\x85\xc4\x30\x7a\x00\x90\x49\x1d\x6c\x9b\x5c\x93\x10\xc6\xb5\x02\xc0\x6d\x11\x00\x59\xbf\x60\xcb\xb4\x5f\xea\x04\x32\xe9\x96\x91\x9d\x5a\x33\x88\xc9\xe8\x42\x6d\x3e\x31\xda\xfb\x1c\x98\x2b\x4a\x41\xab\x49\x84\x39\x1e\xf9\xcc\x10\x5b\x76\x2b\xc2\x85\x4d\x34\x8e\x20\x67\xaa\xf8\xf9\x9f\x4d\xcb\x7f\x1a\xd0\x7f\xc3\x18\x61\x11\xdb\xf1\x2d\xf5\xbc\xdb\x23\xe7\x0b\xe3\xbb\xf0\x74\xb7\xbb\xf3\x1e\x1a\x49\x1d\x8b\x81\x9e\x32\x32\xd0\x9e\xb6\xa9\xba\x72\x86\x66\xd4\x4f\xb1\x24\x76\x33\xb4\x7f\x86\xb5\xbc\x76\x9f\xaf\x9a\xb6\x5a\xe4\xbf\xa2\x0b\xa0\x5b\x25\x1c\x42\x0c\x00\x96\x8a\x7e\x54\x45\xa6\xcb\x6c\x37\x43\x71\x9e\x5f\x2a\xc8\x41\x00\x66\xde\x42\xfd\x1e\xd5\x50\x37\xc0\x42\xd2\x6f\xd8\x13\x05\xf6\x6a\x89\x29\xae\xd4\x65\x83\xa5\x8e\xa7\x4a\x70\xa9\x8a\xec\x94\xb5\xc2\x4f\x86\x42\x41\x3b\x39\x8d\x44\x26\x36\xde\x72\x47\xbc\x65\x2b\x02\x17\x85\xb4\x28\x40\x3c\x13\x94\xe9\x9c\x59\xe6\x58\x37\x67\x55\x58\x0c\x3a\x57\x1d\xa5\xc0\xa2\xf8\x20\x36\xf2\xa9\xbc\xaa\xd8\x18\x79\xe1\x7e\x6a\xa4\xd0\x2a\x0c\xa6\x87\xe8\xb3\xe1\x46\x76\x43\x14\xab\x79\x37\xe4\xeb\xdb\xe7\x6f\xbf\x86\x5b\x37\xe0\xef\x19\xd7\xe4\xcc\xf6\x8b\xba\x08\xc6\xe2\x73\xde\xf8\xdd\xfb\x6c\xaa\x81\xd8\x77\x20\x33\x12\x9f\xf5\x37\xc1\x27\xaa\x51\x9c\xf6\x5e\x18\x9c\x3f\x23\xff\xc6\x81\x17\x13\xe7\x41\x45\x49\x67\xa6\x2d\x5c\xda\xeb\xe0\xf3\x11\xad\xe2\xdb\x82\x08\xcd\xe2\xbf\x25\x94\x9c\xe5\xff\x38\x58\x19\x20\xc5\x96\xd4\x6c\x8f\x20\xfc\xc8\x85\x67\x9f\x0b\x65\x94\x8a\xdd\x74\x70\xab\x97\x84\xeb\x5a\x8b\x1f\xfb\x23\xaa\x1e\x3e\x18\x09\xb3\x5c\xb6\x5a\xcc\x8b\xed\x6e\x8b\xbe\x10\xba\x9a\xf3\xf1\xb5\xbf\xac\x25\x42\x49\x92\xf0\xf7\x77\xc2\x7e\x7b\x04\xa8\x5d\xdb\xe6\x3e\x7f\x51\x57\x0b\xed\xf8\xe5\xa0\x21\x7c\x95\xd3\x74\xcb\x6f\x53\x5b\xdd\xd9\xcf\x99\xc5\x8b\xc8\x54\xdf\xd6\xd5\x11\x4a\xc4\x25\x49\x12\x0c\xce\x3c\xd2\xc1\x1b\xa0\x90\x2d\x6a\x43\xc0\x48\x9c\x97\xa2\xe3\x73\xbd\x52\x01\x1d\xad\x7c\xdf\x00\x33\xb2\x6b\x17\x0f\x56\xfe\xc1\x34\xfc\xd4\xb9\x72\xd6\x06\xb6\xb6\x63\x09\x7c\xa8\xa0\x30\x8a\x5f\xae\x24\x58\xc8\x93\x8f\xd6\x60\x7b\x2f\x3d\x83\x7b\x51\xae\xbd\x41\x83\x3e\xb2\x0e\x75\x13\xc1\x3b\xa7\x27\x10\x8c\xce\x29\x23\x6f\x63\x9a\xba\x6f\x9c\x3d\xec\x1f\x28\xfb\xcc\x1b\xae\xef\xd3\x6c\xc3\xd9\x5c\xb2\x2f\xe7\x55\xd3\x51\x92\xc5\xd2\xe5\x10\x34\x4c\x0a\x00\x0c\x37\x58\xe4\xd7\xe0\xb8\x43\x1e\x3a\xd0\xa7\x41\x3e\x01\x2b\xbe\xd7\x52\x64\x72\x5a\xd5\x90\xe1\x91\x09\x3b\x04\x87\x49\x21\xfb\x03\xdd\xa2\xaa\x87\xa2\xaa\x8d\x6c\x4a\x9a\xd5\x97\x6f\x9f\x27\x28\x55\xcb\x12\x02\xe7\x61\xe0\xbc\xfc\x27\x26\xdf\x14\xcd\x54\x96\x69\x9d\x57\x98\xf3\x76\x64\x3c\x80\x1e\x27\x3a\xf0\xa8\xb9\x3c\x17\xb9\x3a\x9e\x3a\x32\x4e\xa7\x33\x56\x0f\xc5\xac\xb2\x25\xeb\x80\x19\x01\xbf\x77\x9c\xe5\xe7\x84\x26\x12\x29\xad\x19\xad\xa6\x44\x34\xf1\xc3\x53\xfb\xe9\x66\x72\x84\xbe\xfa\x7a\x62\x65\x33\x71\x99\xa7\xf8\x59\xfa\xd0\x2b\x38\x12\x4b\x45\x8a\x9f\x89\xe4\xc9\x96\x67\x95\x82\x7d\x5e\x9e\xc3\x37\x89\x1d\x71\x20\xfe\xd9\xa8\xeb\x38\xd5\xdd\xc8\x64\xdc\x88\xc7\x0a\x6e\x90\x26\xb8\x4c\x17\x72\x17\x18\x5a\xb1\x4c\xf3\x5a\x71\x66\xcb\x5a\x36\xb2\x24\x0f\x71\xb5\x6c\xa8\x3d\x63\x53\x6d\xc2\xc8\xb6\xde\x9a\x62\xae\x6a\x39\x95\xf9\xa5\x6c\x1c\xc9\xd4\x2c\xdc\x7a\x94\x36\xbc\xda\x37\x31\x66\x54\x39\x10\x55\x6f\x70\xee\x99\x53\xd6\x6a\x52\xe4\x53\xfb\x5b\x87\x30\xcb\x4c\xd7\x33\xd4\x78\x97\x37\x82\xbd\x84\xfc\xf5\xab\x1a\x52\x24\x54\x33\x9c\x82\x12\x87\x2c\xa4\x70\x90\x0f\xd1\x0e\x8a\xc3\x7d\xf1\x8a\xa5\x7e\x11\x97\xb2\x6e\xd4\x47\xfe\x39\x11\xef\x1b\x29\xbe\x9c\xa9\xfe\x9a\x95\xff\x82\xb5\x16\xdd\xb1\x09\x63\x3c\x86\x11\x2b\x96\xb3\x03\xa3\xcb\xf1\x93\xb7\x2a\x53\x8d\xbb\x07\x92\x6e\x0b\x84\x83\x5d\xf5\x61\x9e\x41\x58\x60\x7f\x30\x82\x6c\x26\x9a\x2e\xbb\xf4\x22\xa9\x26\x10\x72\xd7\x57\x22\x51\xf2\xb9\x2a\x9d\xd7\xcf\x21\xca\x6f\xc0\x9d\x36\xfd\x69\x7e\xc9\x8b\xe2\x7d\xb9\xd8\x62\xa6\x55\xf9\x8d\x73\xe1\x91\xeb\x0f\xac\x36\x20\x9d\xea\x08\xca\xa7\xb7\x77\x41\x41\x1d\x12\xba\xce\xb4\xdd\x93\x7c\x28\xf2\x26\xb1\x6a\xc3\x48\xec\x52\x40\x0b\x93\xe7\x55\xd9\xac\x16\xb2\x66\x5e\xe5\xb7\x7d\x47\xaa\x1e\x45\xc8\x6b\xa8\x96\x50\x77\x6f\x29\xaf\xac\xb2\x2b\x42\xb8\xfb\x76\x81\x9e\xe4\xee\xe7\x5e\x67\x12\xa9\xf9\xc4\x40\xf1\xe0\x4c\xe7\xb7\xee\xdb\xb7\x41\xb6\x68\xfe\x53\x0b\x9d\x21\x64\x7c\x39\xd7\x0e\x78\xb7\x77\x6b\xbf\x84\x8b\xa9\xdd\x83\xec\x71\x87\x39\xa3\xfc\x88\xf5\xf0\x36\xc4\x45\x96\x3a\xbf\x54\x52\x7f\x1c\xaf\xc4\x98\xb4\x0d\xb0\xb8\x59\x55\x4f\x25\x7a\xe8\xf7\x03\x63\xc3\xad\xcb\xa6\x0f\x63\xb2\x8a\x7f\x09\xeb\xe7\xdf\x7d\x7d\x7e\xef\xdd\xed\x4b\xed\x78\xb1\x2a\xea\x3a\x75\xb9\x88\x88\xe0\x8e\x6d\x41\xea\x65\x46\x80\x9f\xc4\x9b\xb7\x67\x47\x23\x24\xa6\x86\xa4\x53\x58\xd1\x55\x7a\xd3\x88\xa5\xac\xe1\x98\x2d\x56\x45\x9b\x2f\x0b\x92\x9f\x85\x62\x0d\xe9\xe8\x03\x65\x84\x9b\x7a\x9a\xae\x4c\x48\x80\x75\xa8\x55\xf3\xfa\x02\x79\x45\xc3\xe4\x5e\x63\x47\x4f\xbc\x23\xf4\x5f\x74\x6f\x41\xf1\x50\xef\x72\x89\xcb\xed\x2e\x3c\xd6\x4a\xef\xde\x49\x35\xce\x6f\xee\xce\x7a\xc7\x36\x4a\x1a\x62\x0f\x5d\xa3\x87\xb7\x4d\x63\x70\x0d\xd3\x6c\xff\xed\xdd\x50\xf8\xb2\xc7\xed\x9d\xb8\x43\x9b\x88\x03\x99\xaf\x5f\x6d\x81\x30\xcf\x67\xcc\x99\x61\xe4\x64\xa3\xa0\x31\x5d\x9d\x85\x07\x29\x2b\x77\xe1\x19\x37\xa2\x96\xd1\x53\xfa\x4b\x8c\x09\xfb\xfe\xa0\xce\x5b\x33\xb4\xf3\xd4\x4e\x90\x97\x01\x14\x47\x3c\x27\xc9\xdd\xf0\x1b\xd9\x7b\xd8\x89\xa0\xd0\x2d\x8c\xe6\xc6\x96\x7e\xc4\x62\x4f\x87\x94\xa9\x4a\xff\x66\x31\xa9\xfa\xd1\xc9\xd9\x2b\xf8\x73\x21\x17\x55\xfe\xab\x74\xc6\xb4\x5f\x01\x3f\x43\x0b\x19\x14\xe7\xdd\xec\x05\x80\xd6\x64\xe0\x3c\xee\x5b\x67\xff\xde\xc5\xf3\x5f\xa4\x93\x3a\x9f\x6a\xd7\x5c\xfc\xe5\x78\xeb\xb2\x47\x9c\xda\xe1\xe3\x4e\x4a\xf7\xae\xae\xa6\x90\x95\x13\x3a\x9e\x46\xcb\xd3\x03\x1e\xed\x74\xba\x24\x6c\xf8\xfe\xfb\x14\x36\xde\xf0\x59\x58\x0f\xcb\x0c\x87\xaf\x70\xfa\xb1\xbf\xd1\xfd\x3e\x70\x7d\xfb\x23\x5a\xe0\x50\xe4\xcd\xc9\xd9\x2b\x6b\x4a\x45\x25\xb8\xdd\xc1\x3e\x88\xc5\xe8\x13\x2b\xea\xb6\x18\x61\x07\x71\x37\x18\xb8\x5f\x71\x98\x43\x7e\xc6\x5b\xf2\x9f\x15\x59\x5e\x43\xe6\x69\xb6\x43\x03\xcf\xa8\x4a\x74\x1d\x7b\x22\x72\xe2\xf2\x06\x62\x5f\xf4\xea\xb6\xe8\x89\x91\xe8\x15\x6d\xdd\x73\xec\xa0\xe7\xd2\xe9\xb1\xae\x31\xe3\x3f\x55\x0f\xb5\xa6\x7d\xf8\xff\x11\x9b\xfc\x49\x48\x95\x30\x5d\x04\x2e\x1d\xda\x3f\x18\x8f\x59\x0f\xd3\xe8\x6d\xad\xda\xb1\xef\x50\xed\x68\x85\xa6\xd1\x19\xe5\x96\xd0\x41\xec\x8d\x6c\x61\x4c\x92\x82\x68\x96\xba\xaa\xc8\x02\xa8\xfe\x3a\xcc\xeb\x91\xbb\x7a\x77\x05\x8a\xa2\x06\xaf\x35\x68\xf6\xdd\x57\x23\x35\xdb\x90\x7f\x58\xf8\x45\x6a\x3c\x7f\xdd\x90\x13\x43\x2d\x96\x9a\xad\xd2\x82\x64\x86\x14\x3c\x8d\x74\x35\x16\xec\x00\x25\xf5\xcf\x30\x4f\xc4\x9a\x85\x3b\x7e\x48\xbe\xc1\x1e\x20\xb1\x21\x2b\x19\xc3\x27\x9b\x94\x6c\x5d\x16\x32\xde\x01\xf8\x6b\x1d\x9f\x5f\xc7\x12\x8e\xdd\x32\x47\x52\x8d\xca\x20\x31\x9d\xf9\x7f\x9f\x55\xcf\xaa\xec\x66\x48\x99\xc4\x3a\x33\x46\x6d\xcc\xb3\x11\xa6\xd9\xf0\x12\x6c\xd8\x29\x47\x7c\x29\x1f\x3b\x1c\x5f\x83\x14\x16\x0a\x9f\xbe\x21\x67\xd5\xaa\x91\x07\xde\xc7\xf6\xc3\xaf\x9f\x32\x57\x72\x36\x51\x90\x26\xf0\xe9\xde\x2d\xcc\xa9\x84\x27\x99\x91\xeb\x93\xde\x89\x8e\x41\x70\x8b\xac\x51\x89\x1c\x86\x2c\x9a\x78\xa1\x26\x3d\xfb\xc6\x0b\xbc\x88\x4c\xfd\x91\x15\x76\xe4\xb7\xc8\x47\x28\xbf\x01\xde\x2b\x8a\x7c\x05\x37\xc1\x53\x97\xf6\x9a\xf0\x88\x7b\xa5\xc6\x77\xad\xc9\x91\x26\x03\x97\x0f\x4b\x9b\x91\x00\x77\x93\xb1\xe8\x65\xf9\x25\xa4\x8e\xac\x09\x3f\xa3\x2e\x28\xc4\x1f\x10\xce\x31\x46\x80\xbc\x4e\xd4\x8c\x07\x6d\x5b\xe7\x93\x55\x2b\x1b\x7f\x01\x7b\x1d\x29\x2c\x3e\xf4\xb2\xbc\xee\x7d\xf2\xa3\x05\x88\x60\x0d\x19\x0d\xd0\x25\x62\x0f\xf3\x1a\xc7\xd2\x7d\x94\xf4\x59\xbb\x5b\xa1\xae\x0d\xc4\x95\x88\x57\x0e\xf7\x72\xc0\x44\x1e\xb4\x48\x9b\x93\xe3\x29\x40\x26\xcb\x6b\x7c\x7f\x98\xd7\x77\x10\xc1\xad\x61\xe0\xa4\xfd\x50\x2d\xee\x30\x79\x83\x9b\xaf\x2c\xc4\x3b\xb1\x4b\x53\x70\xf3\xa8\x11\x13\xb9\xa9\xda\x5a\x79\x4d\x91\x2a\x4e\x2e\xf3\x19\xd3\xfb\x98\xa2\x3a\x36\x23\xca\x22\x6d\xa7\x73\xed\x06\x61\xde\x1b\x83\xaf\x85\xea\x80\xdd\x4f\x87\xe0\x85\xa7\x24\x0c\x47\xc7\x23\x20\xc5\x91\x4e\xb9\x80\xf3\xab\x89\xca\x5e\xcb\xb3\xa8\xd4\x72\xc7\xe8\xed\x26\x37\xde\x10\x39\xde\x10\xf3\xb4\xa1\xcc\x4a\x99\xc9\xb0\xd2\xb1\x71\xdf\x95\xd3\x8f\x49\xf4\x86\xeb\x1f\xdf\xde\x6a\x6a\xe8\xb2\x34\x7d\xc6\x5e\x80\x61\x48\xdd\xfc\x03\x71\x77\xb7\x77\xeb\xad\xce\x91\xf2\x63\x32\x3a\x51\x26\xaf\x5b\x60\xa2\x89\xd1\x41\xd5\xdd\xa7\x85\x36\xea\xd1\xaf\x9c\x71\x2b\x26\x55\x86\x4d\xb3\xdf\x84\xa8\x38\xc5\xa2\x2d\xf5\x08\x3d\x28\x48\x25\xf6\x55\xf4\x6d\x62\x61\xdf\xad\xc2\xff\xae\x20\xca\x92\x24\xda\xc3\x6a\x4a\x67\x9c\xc4\x0e\x7e\x84\x4c\x12\x79\x27\x5c\xd2\xf6\x74\x54\x44\xf6\x71\xa2\x00\x95\xc0\x71\x7d\x95\x37\x6d\x92\x66\x59\xdf\xc2\x6e\x10\xe4\x98\x0f\xeb\x7d\xad\x1b\x0d\xab\x0a\x76\x0c\x18\xb3\xda\xe8\xfa\xc8\xba\x7d\xec\xfa\x67\x1f\xed\xe7\x64\x65\xaf\x42\xb5\x4e\x24\x3a\x6b\xeb\xe8\xc4\x6f\x97\x73\x34\xc3\x4e\x7e\x26\x2f\x2a\x38\xc5\xb7\x60\x23\x78\x91\x2e\xf2\xe2\x86\x05\x76\x90\xd5\x6e\x7d\x00\xa1\x0d\x0d\xc4\xb9\x28\xfa\xcf\xc0\x8c\xbf\xdb\xb1\x8f\x83\xb8\xbe\xbc\x6c\x65\x3d\x4b\xa7\x52\x7f\x0b\x9b\x8a\x4d\xd4\xb4\x75\x5e\x9e\x3f\xf1\xe7\x30\x8f\xc3\x9c\xb7\xd1\x50\x41\x1f\x82\x83\x91\x07\x42\xdf\xfd\x93\xc8\x0e\x63\x0e\x2d\x2a\x44\x6f\xe0\xef\x09\xc5\xf3\xc5\x91\x1f\x1a\xef\x36\xc5\x88\x01\x6c\xbc\x4c\x0b\xd9\xb6\x32\x29\xe5\xaa\xad\xd3\xe2\x5d\x9d\x2f\xd2\xfa\x66\x8b\x80\xb1\xde\x43\xb2\x23\xf5\x46\x1c\x99\x86\x5e\x9b\xbc\x5c\xae\xda\xf5\x4d\xd4\x5d\x99\xd6\x32\xed\x6c\x15\x0b\x01\xdb\xdd\xd5\x66\x18\x6d\x20\x81\xb4\x80\xf9\x8c\x6f\x4b\xde\x80\x1a\x26\xe4\xa3\xbd\x68\x0a\x07\x22\x5e\x30\x0a\x20\x99\xbc\x6e\xd7\x45\xdd\x74\x76\x8c\x44\xb1\xdc\x75\xf2\xed\x26\xfa\x88\xa1\xf5\x87\xc8\xfe\xfd\x90\xe9\xff\x73\xe2\x41\x2c\x3f\x1e\x92\xa4\xad\xe2\x3f\xa8\x6d\xa7\x92\xe5\x47\xa9\x7f\xac\xa2\x7a\x6b\x8b\xdd\x37\x5a\xe0\x3a\xcc\x6d\x4c\xfe\xdd\x5e\xf6\xc5\x9d\x78\x7a\x3f\x28\xa0\x0c\x6c\x77\x46\x6b\x06\x4f\x6d\x42\x6c\x8f\x7b\x41\x8c\xd1\xc1\x2b\x9c\xca\x6b\x89\x8c\xdf\x6b\xc7\x10\xf8\xfa\xb2\x6a\xb8\x75\xc0\x3c\x0b\x6f\xa2\xcf\xe8\xee\xfd\xec\x46\xbd\x3e\xce\x46\xe2\x56\x7c\x98\xd3\x9f\x48\xd5\x3f\x8d\x1c\x76\xe5\xc3\x27\xa0\xb7\xa0\x4f\xe6\x43\xa8\xfe\xcd\xb3\x9b\xae\x21\xec\xba\xf8\x00\x7a\x08\x32\xfd\xe3\x1a\x94\x94\x85\xdb\xba\x43\xcf\x77\x60\x86\x1d\x35\xa8\x5a\xbb\x12\x62\x3e\xb3\x2e\x3a\x60\x56\x4f\xe7\xe5\x52\xfc\xf2\xbf\xfe\xf7\xad\x33\xc1\xdd\x17\x07\xe7\x8c\xff\xb4\x76\xb7\x07\x33\x2d\x15\xbf\x56\x73\x8a\x3c\xe3\x56\x07\xfc\x36\xb1\x23\x8e\x8d\xa1\x1f\xfb\xa9\x17\xbc\x21\x3e\xdd\x11\x18\x8b\xac\x50\x2f\x2d\xa7\xb2\xc3\xb8\xa0\xfd\x5d\xa1\x71\xdf\x85\xdf\xd0\x94\x95\x1d\x09\xce\x39\xde\x6a\x19\xe5\x81\xb7\x8d\x04\xff\x4f\x86\xcf\xeb\x78\x2f\xc6\xba\xee\x13\x31\xe5\x1d\xed\xd0\xe3\x5b\x2f\xc2\x15\x40\xed\xee\x8b\xb1\x8f\x0b\xba\x3f\x4b\x68\x64\x1b\x98\xc5\xb1\x0c\x25\xe6\xad\x82\x6c\xa4\xa9\xb0\x0f\x93\xb2\x6a\xf3\xd9\x0d\xc0\xab\x41\xc3\x5e\xd6\x77\x3d\x82\xbd\x74\x30\xef\x8d\x53\xf1\x7f\xed\x56\x5b\xe7\xe6\x7b\x6f\x36\x83\x92\x05\x77\xb0\x5d\x3e\xb8\x2d\xfc\x88\xfd\xcc\xae\xc5\x98\x46\x31\xee\xec\x7c\x77\xb5\xc4\xa0\x1a\x7a\xbe\xec\xd4\x4b\x3b\xad\x67\xd7\xe4\xb6\xce\x05\x0d\x6a\x43\xd5\xc2\x94\x9c\xe8\x7a\xc3\x67\xb2\x90\xad\x5c\xb3\xfa\x88\x24\xf0\x3f\x13\xe5\xfe\x22\x5b\xf2\x61\x81\x14\x23\x66\x8a\x46\xcb\x49\x50\x43\x5b\xfb\xeb\xa3\x59\x34\xd5\x98\x98\x6c\x8d\x8a\x9e\x55\xf3\xec\x7e\x13\xaa\xb1\xcc\x28\x11\x7c\x3d\x97\x98\x5f\xe1\x39\x38\x76\xb8\xd8\x3a\xd0\xd9\x53\xd6\xe0\x67\xd7\xde\x10\x97\x4d\xad\xf7\x85\x8b\x36\x23\x28\x92\x1c\x87\x26\x1e\x33\xd8\x34\x7d\xd6\x44\xda\x34\xd5\x34\xb7\x7e\x60\x29\x81\x6c\xa8\xd9\xd2\x7c\x9a\x4e\x0a\xb9\x3d\x50\x5d\x98\x1e\x30\x56\xa4\x96\x33\xc0\x20\xd5\x9e\x4d\xeb\xed\xc7\x1a\x48\xaa\x95\x87\x80\x64\x77\x37\xbf\xc1\x7c\xc0\x6e\x87\xf8\x5a\x42\x67\x5d\x1e\x3e\x64\x03\x7c\x78\xf4\x69\x20\xbe\x7e\x75\xf2\x07\xdf\xc5\xae\xc5\x46\xa4\x1c\xde\x08\xdb\x92\x7f\x37\x4e\x7c\x5f\xc0\x32\xc2\x09\x03\xef\xb0\x16\xf7\xba\x2c\x23\xc0\x1c\xda\x71\x39\x58\x1d\x9f\xa4\xed\x21\xaa\xc0\xd4\xef\x7a\x37\xa6\x92\x0c\x1f\x75\xa8\x5f\x23\x6b\x0a\xc5\x4c\x5b\xf2\x33\x4c\x6b\x8c\xc5\x2c\x45\x5a\xd7\xe9\x8d\x2d\x81\x55\x2b\x81\x7b\x5a\x95\x19\x25\xa9\x9b\xc8\xf6\x4a\x4a\x28\x27\x53\xb6\xe0\xa9\xb1\x42\x77\x2a\x1d\xa2\x77\x3c\xd3\xbb\x81\xc8\xdf\x88\x5a\xee\x2c\xa8\x9c\x06\x74\xc0\xae\x04\xf3\x52\x5e\xd9\x03\xb2\x48\x6f\x44\x35\x9d\xae\x6a\x31\x91\x33\x2c\xf9\x2f\xf5\xf8\xba\x43\x05\x19\xde\xa5\x9e\xee\xdd\x0a\xf4\x81\xe1\x58\xfe\xa7\xe1\xf7\xc2\xc7\xc9\xb2\x59\xd5\xda\x59\x4f\x5d\x2a\xe0\xbf\xf1\x85\xa3\xfe\x17\x74\x19\xc9\x17\x4a\x4c\x4e\x5b\x59\xdc\xd0\x7c\xe7\xb2\xe5\x1e\x7f\x10\x9f\xa8\x2b\xe9\xd3\xd2\x20\x2e\x12\x0d\x60\x93\x3a\x97\xb3\xe2\x06\x16\x6b\x77\x27\x59\x95\xcd\x3c\x9f\xb5\x16\xf3\x83\xbc\x70\x96\x11\xf0\x90\xdb\x04\xfd\xfc\x97\x62\xb7\xc7\x1f\xfc\xe6\xf8\xbd\xfe\xaa\x0c\x58\x06\x84\xb2\x66\x1b\x1c\x28\x6f\xe6\x1c\xb0\x73\xc0\x3d\x08\xee\x70\xe6\x2e\xa4\x8b\x8d\x70\x98\x88\xd8\x37\x75\x5e\xca\xbf\xcc\x65\x29\xca\xca\x38\x1c\xf3\x9d\x31\x91\xaa\xd9\x10\x91\xda\xec\x4a\xde\x08\x79\x2d\xa7\xab\x96\xd2\x4e\x5a\x8b\x83\x1e\x67\x1d\xe5\xc7\xe6\x54\x17\xc9\x6e\x6b\x56\x4d\x47\x42\x6b\x70\x07\x23\xf1\xa6\xca\x24\x15\x99\xe1\xbb\x08\x6b\x1b\x8b\xac\x9a\x52\xb2\x00\x5d\x22\x06\xcc\x51\x08\x40\x98\xbd\x91\xad\xb1\x2b\xf5\x7b\x79\xd6\x1b\xba\xb2\x15\x36\x05\x6c\xf2\x6b\xb2\xa2\x98\x9f\x4c\x9b\xe6\x0c\x3d\x05\x7b\x26\x6d\xc7\x2c\xbf\x96\xd9\x93\x5f\x77\x60\xcf\x47\x8f\x1f\xc1\xbf\x1e\xed\x77\x56\x4d\xf7\x51\xd5\x9b\x2e\x97\xb2\xcc\xb0\x8c\xfb\x9c\x61\x04\x5d\x45\xea\x91\x7f\x12\x5d\x47\xb2\x69\x5a\x82\x8f\x32\x85\x84\x15\x37\x40\x3f\x08\xde\xa0\xdb\x5f\x2d\x1d\x88\xb3\x9d\x4b\x1b\x30\xb0\x48\x5f\xb6\xb7\x83\xab\x01\x56\xcb\x0d\x5b\xd0\x01\xf5\x7f\xad\x64\x7d\xa3\xe5\xcc\x7e\x44\xa2\x1c\xb0\x43\x04\xdf\xae\x11\x55\xf5\x46\xcd\xb7\x0b\x98\x88\x78\xd2\x90\x27\x32\x72\x99\x50\xeb\xc2\xb0\x2d\x48\xa5\xb4\x0b\xb4\x41\xd6\xf4\x32\xcd\x0b\xf5\x7e\x77\x55\x9a\xbf\xe1\x1e\x80\x02\x88\x3b\xf2\x32\x2d\x56\x0a\x4f\x59\x77\x98\x6c\x9a\xd6\x52\xa4\x93\x6a\x45\x84\x7c\x29\xa7\xf9\x2c\x9f\xae\xc5\x61\x5c\x97\xfa\x62\xcd\xfb\xe6\x96\x7d\xb1\xc2\xa8\xcf\xd6\xe7\x6b\xe4\xd0\x3c\xfb\x64\x0a\xe4\x4d\x4d\xe9\xa4\x3d\x23\x02\xe9\x2a\x75\x3e\xac\x4e\x35\x27\xa8\x31\x81\xea\x89\x68\x7d\xa9\xfa\xfc\x55\x43\x19\x92\x75\xde\x57\x7d\x93\x11\x0d\x66\x61\x04\x00\x1d\x69\x5c\x2a\x4c\xf0\x1f\xfa\xb3\x53\x04\x42\xa2\x6e\xdf\xb2\x6a\x19\x85\x48\x4b\x13\x6e\x4f\x5d\x10\xb8\x70\x46\x33\x7d\x4b\xca\xd2\x5c\x13\xba\x9a\x21\xa8\x19\x6d\x36\xd1\x77\x69\xd3\x50\x86\xf5\x14\xb2\x40\xde\xa0\x33\x2d\x8e\xaa\x30\xb7\x8e\x7d\x2d\x3a\xca\x43\x1d\x1f\x8c\x70\x84\xc1\x56\x30\x54\x6a\x56\xa1\x57\xe8\xae\x26\x5c\x49\x64\xc7\x1b\xa9\x4b\xb9\x51\x1d\x28\x0d\xdf\x7d\x6f\xdf\x63\xea\x18\x31\x36\xdb\x11\x61\xe4\xd7\xee\x5e\xb0\x6d\xa9\xb9\x5a\xe3\x5c\xb5\xbb\xca\x41\x54\x13\xc4\x03\xb0\x62\xeb\x35\x46\xa2\x7b\xe6\x5a\x99\xa4\xe5\x4e\xdb\xec\x4c\xab\xc5\x02\xdc\x71\x76\x77\xc5\xff\x6d\x9b\x9d\xfc\xbc\x54\x4c\xd6\xc7\xdf\xa1\x0b\xdd\x12\x52\x9b\xec\x40\xb6\x57\x4c\xf0\x28\xaf\xdb\x8f\xbf\x53\x58\xda\x88\xcb\xff\x50\xa8\x37\xcb\xcf\x1b\x08\xe3\x58\xa6\x8a\xc7\x2e\xf2\xb4\x91\x8d\xeb\xab\xc7\x13\xa4\x74\x7a\xeb\x45\xa7\x62\xea\xdb\x8d\x5a\x66\xdb\xe0\xf0\xed\x6b\xde\x66\x27\xab\x16\x11\x15\xb3\xa7\x8d\x26\x1d\xe5\x76\xae\x94\xbe\xe3\x64\x23\x5b\xfc\x48\x73\x8f\xe9\xc7\x7f\xcb\xeb\x76\x95\x16\x18\xb3\xfe\x5d\x3e\x92\x88\x08\x8c\xc5\x32\x2b\xe1\x68\x44\xca\xd8\x68\x43\x73\x7d\x60\x0a\xcd\xe8\xe5\xce\xd7\x82\x2a\x58\xd4\x1f\xe4\x68\x7f\xf7\xdd\x30\x8f\x9b\x6a\x51\xd5\xcb\x79\x3e\x7d\x95\xde\x54\xab\x16\xad\xc6\x43\xd7\x43\x13\x7e\xfe\x92\xd6\xa5\xe3\x78\xbe\xad\xbb\x26\x2c\x42\x6b\xa5\xe1\x87\xa3\xa7\xb6\x4f\x1a\x5f\x79\x1c\x2a\x8e\xb7\xf1\x9c\x5c\x3b\x05\xfa\x4d\x7a\x3a\x78\x78\xbf\xc1\x05\xcd\x7e\xc5\x76\x1e\x68\xac\xfd\x66\x07\xb4\xda\xc9\xbe\x74\x54\xe8\x4a\x73\x3c\x87\x51\xc4\xc1\x0b\x4b\xf0\x05\xce\x5d\xa7\xcb\xb4\x5c\x53\x91\x70\xa1\xf7\x35\x28\xdf\x47\x63\xe2\x22\x9d\x3e\x98\xfb\x24\x3e\x1d\xf7\x25\x73\x7b\xcd\xe0\x48\x6e\xd1\x4d\x2f\xf2\xa3\x71\x9f\xac\xd3\xe9\x45\xa3\x85\x30\x64\xb8\x50\x64\xa4\xa2\x31\xdc\xad\x25\xcd\x1b\xe3\xad\x02\x99\x49\x58\xcd\xe7\xa2\xc0\x42\x5f\x98\x91\xa6\x32\x55\xbb\x66\x98\xba\x44\x8f\x6d\xd2\xd7\x50\x35\x6b\xa7\x60\xf3\x07\x35\xd9\x89\x9a\xc5\x96\x3a\x83\x3a\x8e\x6f\xc2\xe7\x61\xca\x9f\x3e\xe4\x57\xee\xac\x49\x0a\xdf\xf3\x6c\x35\x01\xb7\x9e\x23\x88\x05\xb4\x96\x3b\xaf\x60\x69\xbb\xd6\x07\x30\x52\x59\x94\x74\x51\xfa\x27\xd5\x6a\xd3\x71\x59\x26\x22\x25\x4c\x57\xfa\x1d\x9e\x3d\x6e\x41\xb8\x35\x73\x50\x43\x16\xbe\xc5\xbc\xeb\x1b\x59\xb7\x2f\xf2\xba\x31\xa5\xf2\xbe\xd5\xd3\x32\x52\xd1\x6c\x63\x2d\xb3\xbc\x79\x53\xb5\x28\xe6\x3e\x70\x40\x78\xe7\x20\xe9\x09\x8b\x16\x5c\x35\xd6\x6d\x4d\x4b\xef\x14\x56\x22\x4d\x2d\xc8\x6e\xde\xc3\x7a\xea\x56\x35\x63\x1e\x72\xc6\x31\x69\x87\x2e\xc8\xda\xe4\xe0\xe7\xb9\x84\xc5\x2a\x50\xaf\x93\xec\xfc\x6a\x7e\xb8\x48\xd7\x29\xc7\xd3\x4d\x8f\x63\xba\x43\x37\x1a\xcc\x11\x9b\xe3\x29\xc9\xad\x26\x9b\x08\x8c\x76\x14\x12\xfb\xfb\xbc\x1a\x9e\xf0\xe3\xbf\xa8\xbf\x12\x66\xce\xa5\xf6\xaa\x51\xf2\xb6\x59\xbb\x3f\x40\x98\xe4\x3c\x30\xf5\x31\x46\x31\x64\xe1\x9c\x4f\xdb\xdd\x15\x2f\x72\x25\xd4\x30\x4d\x35\xfd\x2b\x24\x0a\x6a\x1e\x84\xa3\xf3\xec\xc3\xb6\x78\xc2\x5c\xa4\xe1\x40\xf1\x3f\x6a\xb8\x81\x18\xe9\xaf\x72\x16\x03\x82\x40\x28\x84\x0d\xb5\x56\x20\xb5\xc9\x98\x41\xa2\xa3\x68\xe2\xf2\x5c\x2b\xbb\xf3\x32\x71\x06\x7c\x99\x5e\x12\xd3\x6e\xfa\x81\xc5\xb7\x51\x1d\x94\x90\xa6\x98\xb9\x55\x9b\x1a\xcf\x44\xbb\xe5\x0f\xe6\xe1\x76\x93\xe4\xda\xad\x74\x18\x6c\xd8\x68\x92\xd5\x4d\x03\xe1\x94\xb5\x83\x13\xa7\x44\x5a\x37\x80\xd7\x21\xe0\xbd\x86\x5c\x2a\x61\x5b\x40\x52\x59\x95\x4d\x84\xd4\x60\x9c\x72\x3e\x33\x67\x36\x71\xef\x63\x35\x0f\xf4\xb1\x4e\xd4\xc6\x93\x8e\x1f\xa4\x70\x64\x2a\x81\xf9\xd1\x71\x9f\x53\xcb\xd3\x9a\x2c\x76\x00\x58\xbb\xdd\x5d\x01\xd9\x8d\x41\xcd\x4f\xaa\x52\x58\x86\x93\x16\xe8\xf0\xed\x6b\x47\xb1\xc5\x0f\x93\x5b\x12\x94\x9f\x74\x98\xfd\xe1\x43\x58\x45\x62\xe1\xe3\x6c\x9f\xf7\xce\xd1\x1e\xa8\x77\x41\x59\xcf\x3b\xaf\xce\x66\xaa\xce\xa9\x22\x5f\x80\x06\x3a\xb7\x9c\xae\xff\x85\xc3\xa1\x72\x19\xcb\x08\xe1\xbe\xd9\x19\x1b\x67\x07\x10\x89\x82\x1d\x70\x60\x4f\x47\x3b\xea\x92\xc8\x00\xe3\xdb\x09\x1f\x64\x9e\x2b\x22\x62\x1f\xff\x3e\x77\x86\xb9\x21\x85\x1c\x91\x9d\x21\x83\xd3\xd0\x3d\xa6\x41\x63\x12\xa4\x77\xf4\xe9\x2d\x6f\x4c\x79\x26\x04\x9f\x39\xb9\x1a\xbb\x1b\x56\x6f\xc9\x47\xd0\x28\xd2\x29\x98\x01\xe5\xaa\xae\x4a\x59\x6b\x00\x29\xaa\xa9\x3e\xa2\x4b\xab\x67\x58\x93\x22\x31\x77\xa3\xc3\x6b\x03\x1d\x7f\x60\x3e\x2e\x14\x9e\xfa\xb2\x18\xf0\xd7\x8e\x10\xd5\x97\xc5\x50\x78\x7b\xf4\xc0\x81\xa8\xbd\xfd\xc5\x3e\x52\x5e\x7c\xf4\x0c\x8e\x05\xf4\x87\xa7\x33\xd5\x04\x50\x54\x91\x4c\x78\xc4\xb5\x81\x7c\x11\x91\xd3\x22\x0b\xbe\xc4\x08\x2f\xd7\x6f\xeb\x95\x34\x7a\xe2\x27\xac\xbe\x6e\x5c\x6a\xf2\x4b\xe6\x86\x38\xcc\x8a\xe3\xaa\xf3\x3e\x97\xd3\x0b\xcd\xe3\xba\x0c\x44\xca\x59\x08\x42\x14\x93\x6f\x4f\x9f\x1d\x63\x46\x3d\x3e\x4c\x36\x5c\xec\x31\xd3\xff\x30\xb2\xc0\x41\xf7\x29\x60\xc9\xd1\xac\x94\x12\x80\x75\x3f\x90\x65\xfa\x7e\x9b\x81\x57\x3f\xd4\xe2\x74\xdc\xbb\x57\x7d\x52\x38\xb9\x77\xf7\x84\x0d\xfa\x6b\x6e\x9b\xb5\x87\xa7\x13\x88\x81\x5c\xbe\x15\x20\x79\x09\x96\x27\xdb\xf0\xd7\xdb\x55\x44\xa6\x62\xc8\x9a\x37\x39\xd6\x74\x55\xd3\x08\xa8\x88\x4c\xfe\x38\xf7\xa9\xf1\x1c\xec\x28\x14\xb4\x09\xce\xc6\xb6\x35\xa0\x03\xa1\xc3\x7b\xdb\x71\xf2\x8c\xcc\xe4\x40\x50\x7d\x53\x54\x16\xf3\x2a\xfc\xfb\x73\x32\x08\xac\x1a\x79\x28\x27\xab\x73\xad\xcd\x70\x03\x55\x22\x39\x19\x9a\x65\x5a\xb2\x58\x92\x8f\xbf\x5b\x34\xe8\x18\xf6\xf1\x77\x18\x51\x62\xc4\x69\x5e\x30\xf6\x36\x02\x46\x8e\x48\x5a\xcd\x45\x24\x18\x71\xb6\xcf\x5b\xc4\x03\x63\x6c\x0e\x5a\x27\x44\xc6\x08\xda\x77\x5e\xa9\x42\x21\x6e\x77\x7f\xf2\x50\xad\x4b\x80\x13\x3f\xed\xde\xf9\xbd\x9f\xa2\x56\xcd\x7f\x8c\xd5\x12\xfb\x0f\x62\xc2\xab\x42\x98\x73\xd9\xbe\xc8\x0b\x70\xf6\x38\x02\x79\xbd\x3f\x18\x04\x63\x77\xd6\xb2\xa4\x50\x8e\xb0\x7d\xed\x7e\xab\xdf\x20\xf8\xf6\xae\x52\x8d\x02\xe3\x7b\x60\xa0\x75\x00\xc3\xd4\x3c\xdb\xc3\x2b\x1a\x33\xe4\x25\x1a\xf5\x11\xc3\x79\x3d\x60\xb9\x27\x14\xe2\xb9\x11\x2c\xe4\x78\x69\xb4\x55\x7e\x24\x9c\x79\x81\x1a\x33\x25\xa3\xcc\xf8\x2e\x50\x32\xb1\x5b\xf1\xe1\x42\xde\x70\x47\x4b\x79\xa9\x15\x5f\xa7\x37\x65\x3b\x97\x6d\x3e\x85\x0e\x3c\xd7\xe9\x50\xc0\xa3\x3d\xe3\x1b\xe6\x04\x0a\x54\x25\xee\x37\xb4\x51\x5c\xc7\x36\x43\xee\xf9\x0c\xf5\xee\xae\xf8\xc5\xd4\x58\xff\xe7\x0a\x4a\x27\x0a\xd8\x82\xb6\x12\x53\xb8\x2d\xe5\x65\x32\x51\xf8\x26\x31\xe6\x09\xd2\x41\x96\xc5\x8d\x80\xb2\xc2\xa4\x1b\x42\x6b\x55\x2d\xc5\x84\x30\x53\xac\x96\x89\x78\x59\x5d\xc9\x4b\x59\x0f\xd1\xbc\xdf\xce\xab\xd5\xf9\x9c\x26\x85\x1a\xa6\xb2\x04\x17\x3d\x74\x66\x50\x72\x79\x7a\x29\x45\x56\x89\x37\x6f\xcf\x04\x4d\xb9\x5a\x0e\x6d\xf1\xbe\x66\x0e\x69\x8c\xc4\x6a\xa9\xe4\x36\x3d\x55\x22\xce\xd4\xc2\x80\x7d\xbf\x92\xce\xb2\x26\x69\x23\xd5\x6a\x69\x52\x78\x0a\x99\x8d\x44\x9d\x52\x5d\xc0\xb4\xb4\x1f\x68\x42\xc1\x10\x07\xe4\x65\x02\x3d\xde\xcd\xd3\x46\x82\x59\x1a\xe0\x99\x3c\x7b\xff\xec\xd9\xab\xe3\x37\x7f\xf9\xfc\xee\xe5\xc1\xe9\x91\x21\x33\xf2\x12\x94\xa7\x10\x88\xdb\xb3\xdf\xd7\x5b\xd3\x00\xbe\xb8\xa3\x41\x5b\xad\xa6\x73\xf0\xbb\x58\xd7\x40\x96\x59\x4f\xbd\x33\x97\x83\xbc\x4c\x14\x04\x14\xe2\xa5\xe7\x70\x68\xfa\x03\x9e\x2b\xd4\x2d\x93\xe5\x93\x0c\xe6\x69\x1a\xe2\xb1\x75\xaa\x0b\x5e\x81\x9f\x2f\x95\x0b\xa7\x2b\xc4\xf8\xd4\xf7\xaa\x12\x6a\x3f\xdb\xf2\x0b\xea\x09\x1a\x2b\x5e\xcb\x72\xe5\x3c\x3f\xac\x56\x93\x42\x86\xed\x0f\xeb\xf4\x3c\x78\x70\x54\x66\x91\x67\xad\xae\xa6\xc5\x9f\x5e\xf3\x02\x2a\xf4\xf0\x15\x40\xdf\x7f\xfa\xf6\x32\xd2\xff\x14\xf6\xc1\x7d\x5a\x2d\x9d\x07\xa6\x94\x6f\xf8\x34\x5c\x13\x3c\x0e\xe7\x87\xc7\xaf\xab\xd8\xd3\x60\x59\xf8\x74\xd5\x86\x0f\xdf\xbb\x0b\x3b\x53\x78\x12\x0c\x0a\x4f\xc3\xcf\x82\xc7\xcf\xd3\x72\x2a\x8b\xf0\xb9\x0f\xef\xbf\xca\x9b\xe0\x83\xff\x2a\x6f\xde\xd5\xb2\x69\xfc\x87\xde\xa2\x80\x6a\x3b\x4f\x9e\x15\x2b\xf7\x03\xd1\xf6\xec\x3c\x3a\x86\x30\x17\xf7\xc9\x65\xea\x14\x40\xea\x55\xe5\xe9\x6a\xb2\xb0\xdb\x6d\xed\xce\x70\xf0\xc7\x7b\xa2\x1f\xe2\xef\x87\x92\xb2\x13\x3a\x54\xd5\xda\xa4\x6d\xe5\xbe\xa0\x6b\x2c\x90\x31\xc2\xef\x8c\xb8\x7d\x82\x9d\xb3\x25\xc6\x28\x26\xb2\xbc\x4c\xde\xbc\x3d\x3c\xfa\x7c\xf4\xe6\x6f\x78\xbe\x97\x75\x95\xad\x30\x19\x27\x0f\x48\xdd\x8a\x89\xad\x57\x85\x6c\x76\xaa\x19\xfe\x54\x3c\xec\x64\x95\x17\xd9\x4e\x9b\x2f\x98\x1f\x5a\x5a\x18\x0e\xcd\x2c\xd6\xf0\x98\x0a\x22\x23\xba\xe1\x2c\x78\x97\x26\x78\x5b\x80\x6b\x8e\xb9\x9a\xe1\x96\x73\x99\xc2\x91\xda\x0c\x87\x2b\xec\x99\xc0\x98\x3b\x6e\xee\x77\xe2\x1a\x48\x70\xd5\x2a\x08\x6b\x9f\xf2\xde\xa8\x1b\x37\xf0\x12\xb8\xc4\x26\x3a\xc8\x17\x7d\xf1\x48\x94\x4f\x8c\x05\x5e\x7c\x31\xc2\xd0\x17\x45\xb4\x54\xcf\x2f\xd8\xe5\x8b\x76\x41\xa9\x23\xe3\x25\xb1\x04\x74\x71\x6b\xba\x2b\x7e\x03\x4b\x34\x12\xce\xdd\x8e\x43\x3a\x0f\x49\xa9\x19\xf1\xee\xa2\x75\x80\x90\x2d\xc6\xe2\xa9\x07\x8b\x3d\x98\xe0\x49\xd0\x1e\xa7\x8f\x74\xa0\x99\xf6\x70\x11\xbc\x0c\x31\x9f\x29\xf9\x4c\xbf\x0c\xfe\x45\xdf\xda\x32\xca\xd6\x1e\x32\x12\x1f\x74\xa0\xd5\x1d\x8f\x3b\xb0\x05\x44\xf5\xd2\xa2\x43\x26\xc1\xc2\x6c\x97\x87\x0f\x59\x7f\xcc\xc7\x51\x4b\x26\x1e\x59\x6d\x0f\xe8\x2c\x01\x64\x80\x43\x79\xdb\x80\x73\x21\x4b\xf4\x6d\xeb\x13\x64\xf2\x5a\x1d\x7f\x3d\xb0\x5d\x89\xfe\x22\xe3\x08\xc7\x17\xec\xf9\xc2\xc1\x28\x7b\x62\xe7\x31\x93\xd5\xd6\x0d\xa9\xdd\xe3\x54\x3f\xd7\x41\xce\x00\x6c\x1d\x78\x2c\xf4\x08\x1a\x9e\x9b\xaf\x86\x9d\xd3\xc8\xa9\x00\xfb\xc0\x79\x15\xee\xb7\x10\xf1\x06\x7c\xcb\xa3\x9b\x6e\x25\x6f\xa3\x07\x88\x8f\x64\x81\x01\xa1\x27\x3e\x70\x63\x24\x42\xd7\xfe\x8b\x56\x2d\xdd\x3a\xb8\xf7\x3b\xcd\xe2\x9b\xe3\x74\x19\xe5\x54\x0f\xdf\x54\x68\xde\x32\xaf\x76\x76\xc0\xdd\x8e\x8a\x73\xea\xda\x48\xf6\xf5\x94\xd5\x2d\xda\xb2\x32\xa7\xf7\x4d\x83\x91\xfb\x51\x7e\xb0\x2d\x8b\xb2\x35\xf6\xb7\x58\xb6\x8b\x8f\x3f\xac\xf0\xe5\x8f\x8e\xb7\x35\xcb\x56\x54\xe1\x03\xc3\x48\x77\x28\x84\x3d\x93\xfb\x1c\x15\x13\xab\x5a\xc6\x76\x44\xff\xd3\xe5\x27\xdd\x8a\x93\x4e\x93\xa0\xd2\x5c\xac\x88\x5c\xbc\xd8\x5c\xb4\x2a\x9d\x3a\x2b\x4d\x3e\x81\x92\xd6\xd1\x1a\x6c\x36\xba\xf5\xd3\xc6\x38\x57\x83\x59\x5d\xb5\x42\xb9\x44\xcc\xe0\xe2\x2c\x01\x7e\x14\x9d\xa5\x42\x7f\xeb\x00\x57\x23\x66\x07\xe7\x72\xab\xf0\x56\x6c\xda\x19\xdd\xfa\x63\xbc\x65\x42\xf7\x96\xad\x5d\x5b\x74\x80\xe9\xf6\x0b\x41\x07\x17\x03\x96\xfb\x06\x97\x3a\x4c\xdd\x2c\x97\x45\xd6\x8c\xc4\x87\x1e\x2a\x2f\x7b\x43\xd1\x83\x23\xa7\xfe\x20\xa0\x7d\xea\x88\x43\xdd\x26\x77\xb6\x53\x85\xad\xb3\xe8\x5c\xb8\xdf\x1e\x66\xe0\x9a\x7f\x74\x4d\xba\x7b\x14\xa3\xdb\xec\x80\xe4\xf4\x40\x17\xa4\x5b\xd4\x3e\xd1\x16\xb2\xe2\xc2\x22\x49\x92\x5a\x36\xad\xb8\x1b\x0a\x1a\x13\x54\x9a\xa1\xa7\xd2\xd4\x64\x81\x79\xea\xc1\xf2\x96\xc6\xb8\x63\x03\x8f\x6f\xed\xdf\x94\x80\x87\x0f\x7f\x27\x76\xf7\xdc\x5c\xb8\x4e\x59\x5d\x3d\xd7\x48\x3c\xc5\x47\x6a\x0a\xfb\x05\x77\x7b\xb7\x53\x93\xf5\x05\x1a\xb8\x29\xa3\x34\xd0\x3d\x2d\x99\x2e\x66\x7d\x5f\xd4\x99\xa7\x8d\x92\xe5\x64\xb9\x82\xab\xfe\xb8\x01\xf3\x4d\x40\x33\x56\x9a\x66\xec\xda\x94\x40\xaf\x65\xb9\xda\x05\xbe\xca\xa7\x0e\x27\x67\xaf\x86\x22\x2f\xf3\x36\x4f\x8b\xfc\x57\x69\x36\xfc\x44\xce\xb6\xa2\x45\xc7\x53\x5e\x43\x05\x1a\xaa\x47\x31\xcc\x74\x56\x73\xdc\xca\x85\xa9\x6d\x1e\xbc\xc1\xb4\x59\x1a\x0b\x1d\x44\x0e\xda\x86\xcc\x08\xb9\x36\xa8\x75\x50\xfe\xad\xda\x29\xd8\x1d\x5f\x88\x9f\x27\xf0\x56\xe4\xad\x5c\xf0\x34\x61\xd1\x8c\x1b\xb7\x90\xee\x5c\x9f\xb7\x31\x74\xe2\xc9\x34\x9e\x02\x84\x14\xe2\x98\x76\x77\x1d\x7a\x67\xd5\x80\x30\x92\xab\x36\xd1\x63\x4c\xad\x13\x86\xfa\xf6\x2f\x99\xa7\xcd\xf1\x14\xc1\xc9\xbf\x03\xed\xc7\xf4\xce\x2f\xf0\x63\x9c\x5b\xee\x2c\x03\xad\x46\x4b\x34\x6c\x55\x2f\xbf\x53\xd0\xc0\x64\xf6\x0a\x77\x26\x96\x1c\x29\xd2\xcc\x9a\x49\x42\xd0\xc0\x39\x78\x9d\xd6\x17\x1a\x3e\x4a\xf4\x86\x87\x8b\xb4\xbe\x00\xed\xd9\x30\xb2\x99\xdb\x03\x30\x6f\xd4\x2b\x7d\xdc\xc6\xce\xe9\x03\x68\x0c\x0c\x20\xfd\x89\xb9\x1c\x76\xc4\x43\xc4\x20\x51\x7e\x2b\x17\x10\x7b\x93\x36\x0d\x26\x77\x80\x04\xf5\x60\x77\x4e\xeb\x73\xb4\x95\x53\xca\xf7\xa9\x1e\x56\x4c\xd5\xb8\x26\x54\xc0\x11\xdc\x48\xb7\x08\xfa\x6f\x4d\xcb\x51\xe7\x16\xaa\xbe\xd5\x37\xfa\xab\xed\x23\x94\xe4\x1a\x73\x94\x82\xb1\x65\x8b\x14\xca\x22\x1e\xc3\x9e\x4f\x53\x1c\x10\x04\x51\x30\xa1\x29\x4e\xd4\x05\xdf\xbe\xe8\x99\x0d\x83\xec\x99\xbd\xbb\x08\xa7\xea\x1a\x64\xf4\x22\xd5\xe4\xac\xf5\x46\xfd\xcf\xee\x3f\x9b\xeb\x9d\xb2\xda\x99\xe4\x25\xab\x69\x47\x50\x1a\xdf\xd2\x1f\x66\xc4\x5d\x3f\x61\x97\x7f\x0c\xe2\xc7\x92\x08\x7b\x3f\x46\x31\xb6\x41\xb2\xfb\x18\xc8\x9c\x33\xa8\xb3\x1c\xc3\x8f\x32\x65\xa9\xda\x34\xf1\xf1\x8c\x87\x1c\xa8\x45\x3a\x91\xc5\xdd\xde\x6d\x7c\xa4\x3b\xb2\xff\x58\x48\xdc\xc3\x2a\xb5\x0d\xe0\x4e\xe5\xb4\x2a\xb3\xb4\xbe\xa1\xb0\xab\x6f\x86\x9e\x81\x46\xc3\x47\xbc\x0f\x24\x9c\x8e\x1a\x22\xee\xc3\x00\x1a\x1b\x3f\x6f\x35\x81\xf5\x1a\x8a\xe4\x7f\x9c\x91\x2c\xb7\xfd\x46\x7b\xfd\x23\xc9\xf1\xbf\x70\xf3\x11\x0d\x92\xdd\x3e\x9f\xcb\xcb\xba\x2a\x5f\xc9\x59\x0b\x27\x91\x7e\x9f\x28\x19\x8c\x9f\x4a\xb8\xbd\x00\x28\xb8\x80\x63\x73\x93\x6d\x3a\xb9\x8d\x05\xc3\x7d\x4f\x99\x5b\x13\x22\x80\x10\xc8\x3f\xdd\xf5\x21\xba\x98\x0d\x53\x2b\x01\x36\xab\x5e\x81\x2f\xe4\xc6\xfb\x54\x0b\x0c\xab\xa5\xac\x7d\x83\x7d\x9c\x79\x82\x5a\x06\xeb\x2a\x39\xf8\x09\x60\xa3\xcc\x46\x50\xb1\xc1\xb9\xf6\x0c\x27\xec\xdc\xb7\xfa\xf1\xd7\xaf\xd8\xfd\x33\xb6\x46\x3f\xa1\x6e\xba\x9e\xe5\x97\x7c\x0f\x71\xbb\x97\x45\xde\x2a\x3e\x98\x51\x8d\xbc\xbc\xa0\x19\x14\x8c\xc4\xa8\xe3\xa5\xe3\x8b\xe0\xac\xd7\xa9\xf2\xe0\x79\xeb\x06\xb7\xf9\x30\x7c\xaf\x19\xa1\x8e\x57\x8e\x1f\xb5\x7d\xe5\x90\x9b\xd8\x7b\x8b\xa8\x5c\xb3\xc0\xed\xe1\x59\x7e\x19\x2d\xba\x80\xfb\x5a\x2d\x65\x49\x83\xc4\x5d\x35\xdd\x8d\x66\xcd\xb1\x7a\x37\x9e\x2c\x74\x03\x8e\xef\xbd\x22\x02\x7e\xcb\x20\x4d\x62\xe3\x8c\x33\x0e\x86\xee\xbb\xb9\x11\x7d\xa2\x02\xea\x64\xf6\x25\x0f\x1f\xba\x23\xba\x5e\x37\xb6\x21\x31\x0e\x6e\xdb\x78\x46\x93\x27\x0e\xd8\xb2\xbc\x59\xe4\x4d\x73\x0f\xc8\x79\x3d\x3a\x41\x15\xfb\x34\xb7\x2f\x8f\xaa\x76\x5e\x78\xc9\x4d\xa2\x2b\xd6\xcb\xa5\x9f\x07\x45\xc1\xd2\x99\x77\x7e\x02\xef\xdc\xb9\x72\xd6\x28\x5c\x22\xac\xcf\x3a\xe8\xab\x5b\xf9\x52\xfc\xb4\x6b\xe0\x72\x60\xa3\x6d\xdc\xd5\xeb\xda\x20\x9c\x1c\x6c\xa2\x7c\x86\x63\x47\xd2\x12\x6f\xe9\x09\x6b\xdd\xf7\x12\x27\x09\xee\xb8\x49\xe4\xe8\x13\x9d\xbd\xdb\xd4\x49\xd3\x83\xfb\xb4\x57\x44\x62\xdb\xf6\x0e\xe5\xd8\xba\x93\x25\x27\x7e\x97\xa7\xc1\xfd\x87\x0a\x7d\x47\x1f\xf3\xd7\xb3\x77\x9f\xdf\x9d\x1c\xbd\x38\xfe\xbb\x18\x8b\xde\x45\xbb\x54\xf2\x6d\xd0\xe2\xf4\xe8\xdd\xc1\xc9\xc1\xd9\xdb\x13\xd5\x68\x27\xda\xe4\xc5\xfb\x57\xaf\xec\x48\x6c\xd8\xdf\xbb\x23\xf8\x7d\x0f\x0f\xce\x0e\x54\x83\xb3\x83\x93\xbf\x1c\x9d\x41\x06\xe8\xb4\x4d\x77\x2e\xda\xe5\x0e\x46\x8e\x04\xb3\xe9\x1e\x47\x7f\x3f\x7a\xfe\xfe\xec\x28\xd6\x93\x12\x09\x6c\x1a\xe1\xe0\xe4\xf8\x20\xd6\x3d\xad\xf3\xb4\xab\xaf\xea\xf7\xea\xe0\x1f\x47\x27\x9f\x8f\x0f\x09\x64\x94\x3e\x2d\xcf\xa2\x8d\x61\x12\x07\x80\x43\x41\x49\xf9\x76\xd1\xb3\xa5\x31\xbd\x14\x43\xdc\x2c\xd3\xa9\x14\x7f\x95\x37\x6d\xbe\xc4\xd7\x88\xe7\xee\xc0\x47\xff\x38\x3b\x7e\xf7\xf9\xe0\xf0\xf0\x08\x57\x01\xcd\x0f\xb2\x4c\x66\x58\x20\x20\xd6\xfa\xe4\xe8\xf5\xdb\xbf\xf1\xf6\x68\xaf\x5b\xd3\xe3\xfd\xbb\xc3\x83\x33\xde\x03\xeb\xf8\xc4\x7a\xbc\x3b\x3a\x39\x3d\x3e\x3d\x3b\x3a\xfc\xec\xaf\x6d\x29\xeb\x26\x6f\x5a\x99\xfd\x75\xed\x22\x83\x01\xd8\x72\xbd\x21\xba\xd7\x1d\x0c\x42\x48\x12\x19\xe4\x08\x71\x24\x32\xc8\xd1\x9b\xb3\xa3\x13\x3d\xc0\xeb\xb7\x87\xd0\x1b\x9c\x8a\xb0\xe7\xeb\x2a\x8b\x76\xfb\xfb\xf1\x59\xd0\xeb\x3a\x6f\xdd\x4e\x41\xf9\x23\xa7\x80\xc5\x56\xaa\x30\x2c\xf1\x42\xb9\x95\xb7\xb7\xbc\x6d\x57\xb2\x44\xb7\xfe\x9b\xac\xdb\x7c\x9a\x16\x87\x39\x38\xf7\xc5\x2c\x7d\xbb\x5e\x9b\x4d\x09\x27\x57\x8d\x64\x76\x02\x84\x9d\x24\x23\xb1\x3f\x14\x2a\xc0\x13\xac\x07\xe7\x67\x92\x84\xcc\xeb\xfe\xb2\xc2\x62\x20\x1f\xcb\x6f\x0e\xef\xeb\x53\x00\x1d\x02\x6d\x30\x5a\x07\x0f\x7b\xf9\x3a\x95\x67\xf5\xfe\x58\xd7\x8e\xab\x3a\x5d\x2e\x65\xed\xa4\x9a\x25\x95\x2d\xa4\x25\x56\x8b\xda\x99\x15\xf2\x9a\xdb\x9c\xe6\x12\x0d\x55\xbd\xc7\x8f\x1e\xfd\x1b\x7f\x91\x16\xf9\x79\xa9\xee\x98\x66\x24\x7a\x53\xe9\xfa\x3a\x59\x4b\x55\x96\x53\x8d\x77\x36\xe9\x55\x9e\xb5\xf3\x91\x78\xbc\xcd\x34\x1d\xf9\x58\xbd\xcc\xba\x67\x0a\x3a\x69\x7d\x73\x50\xb4\xc1\x1a\xee\x5c\xa7\x4e\x86\xfd\x24\x1e\x4d\xd3\xd6\x40\x4b\x9b\x54\xc0\x51\x09\x9e\xc2\x93\x97\xf9\xf9\x5c\x31\x04\x75\x6a\xa3\xc8\x8c\xf5\x65\x5a\x4b\x59\x3a\x4f\xf1\xd1\x2f\xea\x33\x5f\xa7\xd7\xaf\xad\xf1\x52\xdd\x93\x2f\xaa\xb2\x3d\xcd\x7f\xb5\x85\x85\xf8\xe0\x6f\xaa\x83\xec\x9f\xab\xa6\xd5\x53\x6f\xae\xf0\x73\xff\x13\xfc\x6d\x07\x52\x73\x41\x81\x49\xcc\x65\x94\xba\x2d\x2f\x6f\xdf\x9c\x1d\xfd\xfd\xec\xfd\xc1\xab\xcf\xaf\x8f\xde\xbc\xff\x7c\x7c\x76\xf4\xfa\xf3\xcb\xa3\xe3\xbf\xbc\x54\x97\xdf\xbf\xff\x89\x69\x16\x10\x60\x2e\x5c\x89\xc5\x77\x9e\xf5\x1f\x0d\xa3\xa0\x8e\x04\x9e\x9f\xcb\xd6\xfb\x80\xf8\x79\x0d\x0f\x9e\xdf\x2d\x60\x75\xdd\xd4\xc0\x43\x48\xf6\x0d\x05\xc2\x00\x43\x89\xfb\x95\x0b\xe9\x48\xb6\x31\x39\x5f\x23\xfa\xcb\xea\x52\x09\x91\x05\xa5\xd8\x70\x12\x0f\x2f\xe2\xad\x65\xb6\x61\x74\xc5\xd3\x6d\x33\xae\x69\xb7\x71\x44\xbb\x02\xdc\x0e\x99\x6d\xbd\x64\xf0\x14\xdc\x38\x81\xa6\x74\xf1\x51\x27\x55\x76\x43\x2d\xbc\x40\xe5\x85\xb3\x61\x91\x1d\x64\x61\x18\xad\x5c\x8c\xb8\x03\x41\xd4\xdb\xc0\xf3\x1b\xa0\x7c\xd6\x9b\x33\x59\x3b\x2e\x06\xb5\x2c\xa0\x4c\x48\xcf\xf3\x0d\xb8\x3e\xcd\x7f\xcd\xcb\xf3\x91\xe8\x4d\xaa\x3a\x93\xf5\xce\xa4\xba\xde\x64\xf3\x8f\xd1\x54\x4b\xc8\x27\x45\xc5\xbd\x68\x39\x6d\x5d\x5e\xaf\x25\xad\xeb\xf7\x80\xf5\x5c\xfb\x5d\x76\xc5\x9e\xa3\x87\x47\x58\x49\x3f\x37\xfc\xcd\xa0\x1f\x7c\x5f\xaf\xad\xd3\xb2\x41\x27\x2a\x7f\x1f\x6a\x00\x68\xaf\xac\x4a\x6f\x8b\xe8\xb2\x0a\x2e\x26\x0b\xd7\x35\x94\xcd\x75\x0e\xc9\x4b\xf9\xf2\x9e\x7d\xd6\x6c\x2b\xd4\x62\x68\xe0\xbb\x96\x55\xee\xde\xbf\xb0\x49\x69\x96\x21\x66\x3d\x5a\x5e\x8b\x3f\x2f\xaf\xc5\x23\xf1\x07\x85\x01\x8a\x29\xc9\xcb\x92\x45\x3b\x8a\x79\x7a\x29\x45\x2a\x16\x69\x7d\x9e\x97\xa2\x9a\xa9\x86\xa2\xff\x07\xf1\x7b\xf1\x07\x31\x86\xbe\x69\x23\xaa\x12\xbd\x56\x44\x93\x67\x72\xc0\xa7\x52\x58\x73\xa0\xf8\x81\x91\xe8\x15\x72\xd6\x6e\x42\x60\x2c\x24\x03\xfc\x50\x36\x8a\xe4\x8a\xf7\x76\x97\x58\xa7\xec\x59\xb8\xcb\x06\x04\x24\x9d\xf6\x1c\x2c\x05\xa8\xa0\x10\x13\xd9\xdb\xae\xe4\xfb\x1f\x62\xb7\xfd\xa7\x91\x5f\x76\x55\xb1\x76\x60\xe8\x12\x7a\x7d\x00\x07\x51\x80\xef\x6d\x96\xcf\x66\x12\xbc\xf3\x30\xd8\x00\x43\x76\xdc\x11\xe8\x6b\x7b\x7f\xa9\x53\xf8\xae\x9e\x17\xc1\x52\x2d\xd3\x29\x38\xe2\x3c\x76\x5e\xdc\x45\xa1\xeb\x1e\x3b\xa2\xe1\xa3\xb5\xa9\xed\xb7\xbb\x84\x86\xc1\xf6\x6c\xba\x5e\xb6\x80\x71\x2f\x59\x34\x3b\xee\x38\x3b\xf9\x14\xea\x1d\xdc\x46\x81\xa4\x19\x3e\x20\x1a\x87\x69\x7d\xc1\x59\x3d\x1f\x2a\xf1\xf1\x99\x52\x7f\xe3\x34\x9d\x15\x1b\xb6\x03\x3f\x50\xb9\x4d\xe0\xd7\x73\x5d\xcd\xf3\x56\x76\x0c\x44\xc6\x44\x67\xa0\xfb\xc0\xd4\xb1\x28\xfe\xd6\x5f\x4d\xf7\xfa\xb7\x23\x9d\xc3\x49\xfc\xa7\x60\xd1\x7f\x5f\x14\x3a\xba\x5e\xa6\x65\xf6\x5b\x40\x73\xfd\x15\x4a\x18\xf7\x8d\xd0\x5f\x0b\xa0\x2d\x09\x2b\x90\x56\x53\x70\x3f\xcf\xb0\x66\x7b\x39\x9d\x57\xb5\x68\xd3\x73\xac\x8b\x4f\x89\xfa\x96\xb2\x2e\x6e\x74\x65\x13\x28\x08\x0c\xec\x62\x5e\x8a\x79\x7e\x8e\x15\xee\xd5\x64\xfe\x04\x9a\xf2\xea\x5a\x3c\x1e\xe1\xbd\x5b\x83\x16\xdb\xdf\x0e\x98\x12\x09\x6b\x7c\xa9\x15\xd9\xcd\xdb\x85\x8b\x02\x93\x2a\x91\x8f\xa5\xdb\x3b\x49\x92\x75\x82\x61\x7f\x70\x2f\x74\x62\xe6\x2a\x57\x0e\x57\x84\xe7\x74\x99\x4e\x25\xdc\x8e\x57\x75\xba\x8c\xf2\x8d\x11\x28\x59\xbe\xc4\x57\x18\xac\xd5\x0b\x08\xb1\x48\xaf\x7f\x89\x72\x54\x76\xb9\xb8\xd5\xaf\xf2\xf2\xc2\x59\xed\x7f\x1a\x3f\xa3\x36\x07\xb5\xdc\x38\x5d\xba\x6a\xab\x5e\x78\x7e\x62\x60\x81\x93\x5f\x2b\x90\x62\xd7\xb2\xaa\x17\x69\xc1\x5b\x5c\x55\x75\xb6\xee\xbd\x53\xbc\x3d\xc2\xb4\xa8\xf7\xc7\x65\x86\x4e\xe3\x8f\x5c\x86\x5e\xbd\x3b\x9d\xa7\x59\x75\xd5\xd1\xf1\x50\x4e\x2b\xac\xd3\x1d\x69\xb0\x49\x16\x61\xf8\x94\x4e\x64\xe1\xec\x0d\x02\x5a\xad\x08\xb7\xc4\xbe\xb9\x24\xbd\x95\x66\x0f\x17\x79\x96\x15\x32\x8e\x4a\xa4\x82\x0a\x38\x5d\x85\x62\x7f\xa9\xe1\xab\x1e\xfb\x9f\xf4\xf6\x52\xd6\xb3\x02\xde\xc9\xa2\xc8\x97\x4d\xde\x38\xe0\x5e\x87\xe2\xf6\x8b\x1c\x27\x88\x18\x47\x1a\xd5\x3a\x19\x8b\xc9\x30\xc0\xd2\x57\xe0\x08\xde\xfb\x39\xb2\x43\x1a\x12\x80\x7b\xb1\xc5\x28\xd2\xb7\x5e\x49\x17\x40\x68\x91\x97\x2f\x3b\xa4\xbc\x45\x7a\x7d\x3f\xa1\x63\x46\xfa\xa9\x91\xab\xad\x0a\xe5\x32\x92\x8c\x36\xb4\xfa\x1e\xd4\x50\x1b\x7f\x3a\xaf\x81\x12\xf4\x1e\x6d\xc5\xbb\xc7\x74\x47\x21\x75\xee\xfa\xc6\x22\xad\xcf\xa5\x77\x19\x44\x3f\x33\x6c\xb8\x89\x08\xab\x5d\xa5\x4b\x7b\xa3\xc0\xb3\xf0\x2d\xf4\xee\x30\x3f\x42\x74\x62\x95\xb2\x38\x8b\xb8\xc5\x90\x8a\x51\x38\x5d\x4d\xda\xf8\x68\xcc\x11\xc6\x19\xeb\x7e\xc2\xf2\xfd\x45\xe5\x38\xf3\x15\x3b\xa1\xfc\x0c\x86\xf7\xd3\xe6\xb3\xf6\x3d\x68\xdb\x85\x77\xcd\x22\x2d\x0a\xb8\xc8\x1e\xff\xbc\xbc\xde\x82\xf5\x1a\xcd\x95\xb4\xf5\xa3\x78\x50\x35\x60\x3a\x05\x35\xce\x0f\x1b\xf1\x3b\x4f\x22\xd1\x11\x00\xc9\x9f\x38\x48\x36\x9f\x34\xf0\xe6\x79\x06\xe5\xf3\x5e\x14\xf2\xfa\xb9\x4e\xb9\x76\x1f\x55\x94\xb3\xca\x6e\x66\xe7\xfe\x4a\x20\x35\xc2\x2f\x75\xba\x8c\x72\x5c\x02\x72\x31\xe4\xb3\x1b\xc3\xad\x45\x30\xd4\x63\xb1\xd4\x80\x3b\x8d\x1b\xd1\x1d\xd3\xba\xdc\xf9\x2e\x51\x9e\xe5\xa3\xef\xea\x4d\x3b\x8d\x26\x71\xeb\x17\xb3\x22\xd0\xcb\xc0\x3a\x67\xfd\xa7\x7c\xdf\xfc\x6d\x4d\x0b\xd3\x32\x08\xe6\x81\x7d\x72\x0d\x5e\xf0\xbd\x91\x20\x35\xfd\xfc\x3e\xf6\x1a\x8c\xc1\xa2\xdd\xf8\x66\x9b\xcc\x50\x1c\x37\x80\x6c\x7f\x43\x5e\xdf\xac\xe9\x37\x33\xd6\x6c\x61\x3d\xed\xde\x28\x63\xc1\xd9\x18\xd8\x40\x81\x47\x9d\xaf\x82\xe8\x9c\x35\x41\x0d\x6b\x27\x3b\x5d\x4d\x8c\xd3\xe1\x3d\x0c\x50\x31\x2b\xf0\xa1\xfd\x33\x2f\xc5\x2c\xbd\xac\xa0\x8a\x92\xc5\xa1\x46\x1c\xbc\x3b\xf6\x32\xa6\xb3\xf2\xa9\xee\x6c\x7e\x19\x55\x93\xdf\x71\xdf\x29\xa6\xaa\x04\x7a\xf7\x49\x91\x37\xde\x93\xb9\x4c\x33\xbf\x5f\x9b\xb7\x85\x74\x1f\x35\x01\x28\xf6\x03\x6f\xa5\x10\x5c\x7e\x86\xf6\x1f\x09\x11\xbd\x97\x3e\x2c\xf2\x56\x2e\xdc\xb5\x93\xe1\x62\x33\x6c\x8c\xbc\xea\xbe\x50\xcc\x8f\xfb\xc4\x61\x5e\x02\x40\x69\x4e\xc4\x1b\x5e\x89\x2f\x5e\x5b\xce\xff\x7b\xaf\xd4\x6d\xf2\x3c\xbe\xad\xf0\x8e\xae\xc2\xc8\x1b\x35\x7d\xe7\x97\x85\x2f\x1b\xa0\x42\x27\x80\x06\xfe\x3a\xee\xac\x75\x94\xdd\x34\xa7\xef\x5e\x1d\x9f\xe1\x7d\xf3\xfa\xf8\xcd\x2f\xc7\x87\x67\x2f\xc5\x58\xf4\x7e\xfe\xf3\xf2\xba\xf7\x9b\xdb\x53\x4f\xed\x35\xbb\xc6\x39\x21\xee\x15\x71\xcf\x40\x80\x1f\xe9\x0e\x11\xbb\xbe\xf4\xfd\x6f\xaf\xfd\x7b\x06\x01\x88\x0e\xf7\x0a\x66\x28\x4b\x27\x4d\x55\xac\x5a\x87\x51\xa4\x20\xe0\x9f\xff\x0c\x7c\x0e\x08\x1a\xba\x92\x84\x41\x20\x93\xcd\x08\x1e\x93\x78\x29\x96\xc5\xaa\x81\xe3\x60\x18\xa8\x1f\x26\x1b\xd1\xa2\xfe\xfd\x67\x58\x94\x1e\x5e\xaf\x0b\xe6\xcc\xcb\x69\xfd\xff\x67\xef\x5d\xb4\xdb\x38\x92\x04\xd1\x5f\x49\x7a\x66\x05\x40\x06\x41\x7b\x66\x7a\x76\x07\x12\xc8\xa1\x25\xb9\xcd\x6b\xbd\x56\xa2\x5b\xbb\x57\xe2\xb1\x0a\x55\x09\xa0\x9a\x85\x2a\x74\x65\x81\x14\x1a\xe2\xfd\xf6\x7b\x32\x22\x1f\x91\x8f\x2a\x00\x94\xdc\xe3\xde\x6d\x9d\xd3\x6d\xa2\xf2\x9d\x19\x19\xef\x8c\xe0\x30\x2d\xc0\xc1\x92\x67\x65\x4d\x75\x30\xa3\x16\xb3\x63\x6a\x7e\xea\xfb\x7f\x0f\x25\xcd\xef\x83\x3e\x3c\xdf\x8e\x5d\xaf\xf4\xd1\xde\xdb\x8b\x28\x8d\x1b\xbe\xc4\x83\x31\x73\x8a\xd4\x52\x65\xf6\x71\x7f\xb4\x96\xbc\xe3\x58\x25\x17\x46\x7d\xdf\xcb\x05\xea\xe2\xf5\x3b\xf3\x5c\x58\x05\xaf\x2c\xe4\xea\x97\x2e\xb5\x32\x9e\x2c\xd5\x62\x1c\x96\x3a\xfa\xbc\x96\x19\x3c\xb1\x61\x04\x02\xb4\xb3\x5f\x23\x54\x43\xc4\x36\x2b\xad\x4a\x5b\x45\xdb\x56\xe3\xf5\xa0\x54\xc5\x3a\x70\xe5\xcc\x48\x03\xd7\x58\x31\xf4\x90\x78\xb4\x09\xd5\x37\x0f\x0d\x72\x6f\x3d\x63\x6b\x65\xf3\x34\x3e\xb1\xae\x69\x0d\xd5\x48\x5f\xca\x78\x03\x5d\xaa\x2a\x7b\xe8\x3c\xde\xc6\xab\x64\xc3\x3e\xc4\x28\xf5\x3b\x95\xb7\x06\xe3\x6a\x02\xb9\xfe\xf0\xe1\x74\xc2\xfe\xfb\xe8\xbb\x91\xcd\xb7\x94\x0b\x96\xb0\x55\x92\x5e\x27\x73\x7e\x0c\x74\xba\x4c\x0a\xb6\xe4\xcd\xa2\xca\xf0\x4d\xde\x22\x11\x6c\xca\x21\x07\xcb\x8a\x4b\xa8\x63\x18\x76\xfa\x21\xbb\x80\x88\xd7\x53\x2e\x71\xcc\x35\x5f\x41\x1e\x1d\xcc\x93\x55\xd5\x4b\x88\x75\x3d\x4d\xd2\xeb\xdb\xa4\xce\x30\x77\x73\xd2\xa8\x68\x01\x2a\x81\x9a\x1e\x4e\x31\x0b\x27\x27\xec\xf2\xd5\xd3\x57\x63\x76\xbe\xce\xf2\x86\xad\x78\x3d\x1b\xb1\x7c\xb9\x4a\x52\x15\xa5\x27\x63\xab\x4a\x82\x5c\x0e\xe9\xa0\x54\xec\x62\x8f\x64\x8c\xa0\x9f\x45\xd3\xac\xc4\xf8\xe4\x64\x9e\x37\x8b\xf5\x74\x94\x56\xcb\x93\x65\x9e\xd6\x95\xa8\x66\xcd\x89\x49\x90\x91\x0b\xb1\xe6\xe2\xe4\x0f\x7f\xf8\xd7\x7f\x0b\x29\x96\xc7\xa4\xb4\x78\x00\x21\x66\x71\x28\x8e\xc2\x36\x99\xb9\x93\xca\xff\x5d\x7d\xe7\xe6\x26\xbb\xdf\x53\x7d\xfb\xdd\xcf\xb9\x38\x27\x1a\x6e\xb7\xec\xba\xac\x6e\x4b\x84\x76\xaf\x11\x9d\xbb\xe1\x0c\xcc\xc4\x5c\x82\xe6\x97\xc3\x4d\x6c\x2b\x54\x57\xac\xb5\x7c\x85\xfc\x8d\x46\x48\x67\xc1\x2a\xe3\x0d\x07\x51\x1f\xfa\x16\x2f\x2a\xa1\x5d\x73\x02\x69\xb0\x4f\xd2\xf6\x7f\xad\x70\x24\x3b\x3d\x25\x95\x5f\x10\x7d\xb2\x8c\xcf\x3e\xd0\x2b\x14\x7f\x38\x27\x12\x71\xce\xa1\xcd\xd5\x47\xd3\x83\xf9\xed\x9f\x9c\xeb\x23\x31\xee\x08\x6e\x42\x95\xa1\xd8\xa9\xf7\x55\x41\x1f\x84\x48\xa1\x2b\xd1\x44\x69\x48\xdb\xa9\x6f\x57\xa4\x3d\x05\x53\x78\x1f\x83\xb5\xad\x75\x86\xd4\xd5\x37\x20\x1c\x4c\x53\x39\x67\x34\xfd\xf1\xca\x55\xbc\x99\xa8\xa6\x6e\x17\x1a\xf2\x9c\x2e\xf4\x47\xda\xc5\x11\xe9\x83\xf2\x21\x47\xce\xf4\x5c\x6e\x27\xb0\x3d\xb6\x71\x4f\xf8\xcf\x2a\xde\xc8\x5c\x94\xb3\xc5\x30\x56\xdd\xa8\xd5\x48\x7d\x65\x27\x8f\xd4\x7f\xff\x71\xf4\xcf\xdb\x16\x65\xc1\x1d\x7b\x30\x9e\xc9\x82\x21\xdb\xa3\x12\xce\xf3\xe3\x95\x33\xb0\x72\x4b\xb8\xc7\xc0\xa6\xb7\x2d\x31\x63\x5a\x1b\xd8\xa3\x9e\xa7\xfd\x63\x81\x3e\xd0\xff\x4d\x0f\x2e\x4c\x0c\x72\xe5\x6a\xf3\x94\x8c\xe5\xdc\x87\x38\xd4\x3b\x67\xa6\xf8\xc6\x8f\x69\x52\xa4\xfd\xef\xbf\xfb\xee\xbf\xb1\x63\xf6\xcf\xdb\x6e\x01\xea\x6e\xf0\x31\xca\xb6\xba\x17\xca\xe1\xe7\x76\x5c\xa4\xbe\x01\xcb\xcf\x9f\x7d\x6c\x3a\x30\xbd\x59\x16\x6f\x27\x98\xef\xea\xd0\x81\x7d\x3a\xeb\xbf\x25\xe8\x4b\x81\x66\x01\x69\xd7\x6f\xc0\x90\xca\xe4\x7f\xad\x68\xa3\x4e\x94\x25\x85\xa8\x58\x02\x41\xb2\x5d\xb9\x27\x06\xa3\x38\x03\xf6\xff\xc9\x0b\x40\x1f\xdf\xea\x36\x77\x1e\xbc\xff\xe3\x62\x7e\xd1\xc5\xf4\x2e\x21\x32\xbe\x71\x8a\x64\x2a\xec\x24\x4b\x0e\x64\xcd\x0a\xfe\xe9\x87\x44\xe4\xc2\x37\x94\x38\xe6\x7e\xf6\x3f\x56\x9e\xd6\x7d\x99\x97\xca\x8b\xa0\xfb\x32\xb7\xdc\x64\x87\x1e\xb8\xd2\xd7\x41\x64\xea\xc0\x7b\xfb\x0f\xf2\xf4\xf7\x7d\x0b\xa8\x63\x4a\x3b\x37\xe4\x48\xe7\xef\xe3\xaf\xc6\x0d\xac\x90\x6f\x57\xb1\x1e\xba\xee\x9c\x57\x2d\xbc\x79\x74\xc0\x96\x0b\xb8\x87\xbd\x29\xe6\xc0\x8b\xba\x81\xf8\xb4\x72\xf7\x69\xb9\x91\x68\x08\x0f\x69\x34\x03\xe1\x9c\xbd\xd6\x8e\xe4\x72\x3f\x6e\x91\x5a\xcc\x63\xa7\x4a\x94\x18\xad\xd3\xf3\x74\x17\xef\xdb\x62\xb6\x0c\xa3\xcb\xf5\xaa\xd0\x95\xba\x0b\xbc\x8a\x9b\xd1\x5b\x50\x6e\xf4\x25\xbf\xea\xbc\xa5\xd0\x13\xf5\x5a\x50\xe2\xb6\xd3\xeb\x45\x53\xee\xbb\xb6\xe3\xd8\x73\xdf\x95\xa6\xe6\xbd\x1f\xaa\xc5\xde\x0d\xf9\x8b\x6c\x89\xab\xb1\x79\xdf\x16\xd8\xc4\xb4\x77\xbe\x7a\xb4\x2c\x6e\x14\xd6\x0d\x5b\x0c\xc8\xfb\xe0\xf2\xaf\xc6\x6e\xfd\x17\xe1\xda\x7b\xf0\x06\x81\x9e\xab\x05\x5e\xbd\x7a\x11\xa0\x6d\xaf\x11\x35\xc4\x9a\x9d\x8d\x06\xce\x8c\xd9\xc0\x7d\x75\xb1\x49\x19\x8f\xba\x7b\x1b\xcb\x79\x56\xd5\x6c\xce\x4b\x5e\x27\xe0\x55\x1a\x2a\x32\xa8\x12\x02\x12\x4d\xb3\x24\x5b\x70\x88\x7a\x85\x69\x9a\x25\x33\x6b\x5f\x9b\x9e\xbf\xbe\x18\xb2\xe9\xba\x61\x79\x79\x53\x5d\x73\xa1\x55\x4f\x99\xed\x47\x8f\x57\x91\x69\xdc\xe6\x0d\x66\xb0\x96\x5c\x7e\x2e\x49\x35\x26\x8e\x16\x34\x26\x75\x52\x27\x4b\x95\x01\xf1\x18\x86\x8d\xcc\x16\x76\x58\x55\x92\xe7\xce\x9a\x4a\x8f\xc7\x21\x42\xb2\x3a\x82\x96\xe7\xae\xce\xf3\xa9\x8e\x60\x0a\x6e\x10\xda\x9d\xea\x1f\x27\x43\x67\x13\xd1\xb4\x79\x0a\x36\x57\xaf\x16\x51\xa7\xf9\x5a\xb4\x98\xf2\xac\x45\x67\x16\x53\x95\xb5\x68\xc8\xe2\x8a\x31\x5f\x1d\x06\xbf\xfd\x78\xba\xf7\x7c\x0f\xac\xf4\x55\x81\x0e\xb3\xff\x7f\xf0\xd6\x0d\x7e\xe3\xe8\xb2\x2d\xa1\x96\x3a\xbd\x15\x62\x71\x67\xf7\xf2\x5c\x89\xf9\xbe\xa0\xab\x83\x5c\x6a\x6b\x58\x92\x96\x42\x12\x1f\xb6\xab\x86\x70\x52\x54\x77\x47\x94\xd4\x98\x30\x82\x3b\x32\x95\x10\x1d\x61\x31\x40\x0f\x61\x8b\xae\xe8\xaa\xf1\x85\x92\x70\xb8\xbf\xe5\x7e\x7c\x28\x4f\xfb\xf1\x63\x1f\xba\x27\x39\x24\x81\x74\x25\x54\xa9\x00\xba\x61\xdb\x1e\xd2\x94\x83\x60\x34\x1e\x48\x6b\xc8\xc4\x02\x5e\x0c\x40\x1a\xea\xda\xf7\xf5\xd9\xe1\x1e\x14\xce\x4c\x91\xb4\xdd\x2e\x38\xaa\x62\xec\xe1\x76\x4b\x48\x32\x4d\x2d\x0f\x88\x4a\x46\x67\x73\x50\x60\x32\xda\xb0\x2d\x3e\x19\x3b\x3c\x3a\x19\xa6\x3e\x32\x55\x31\xae\x48\xbf\xe4\xb7\xaf\xf7\x9b\x89\x31\x82\x78\xce\x06\x47\xee\x21\x9a\x1e\x87\x24\x02\x92\x3b\x9f\xba\x6a\xe0\x95\x0e\xfb\xb5\x02\x9f\x3e\x9b\x3a\xc6\xcd\xee\xd4\x16\xde\x72\x57\xfc\x2d\xbf\xd3\xd6\x68\x4c\x7e\x4d\x9a\xcc\xc0\x2b\xd2\xe1\x33\x6f\xe4\xff\x74\x7e\x2d\x15\x8a\x2b\x11\x34\xb7\x45\x4b\x88\x26\x6f\xcd\x36\x98\xe7\xd7\x59\x2e\xf4\xa7\xb0\x79\xe7\x6a\x4d\xc5\x60\xb1\xa6\xe4\x6b\xaf\xd5\xe6\x00\xfa\xda\xe7\x8b\x9d\xee\x73\xbe\x50\x33\x7e\xbe\x50\x64\xd6\xbc\xdf\x92\x54\x42\x20\x77\x3d\x3f\xf3\xcd\xb4\x4a\xea\xec\xbe\x4b\xd2\x9d\xee\x58\x8f\xaa\x16\x2c\x46\x7d\x3f\x70\x25\x26\x13\xd3\xd7\x3e\x1b\xe8\x73\x9f\xa3\x91\x15\xe3\x27\x23\x4b\xbe\x1e\x30\x06\xa1\xf8\x30\x22\x9d\x9b\x96\xc6\x86\x5f\x0b\xbc\xaa\x68\xc2\x11\x95\x09\xc0\x75\x13\x5e\x0b\x0e\x54\xcd\xe4\xc0\x34\x44\xc8\x50\x44\xcb\x75\xfc\x54\x55\xd7\xec\x9a\xf3\x95\x14\xb6\x9a\x3a\x49\xaf\xc1\x3d\x80\xcd\xf3\x1b\x5e\xa2\xc8\x83\x8d\x13\x9a\xb9\x97\xa7\x6b\x90\x92\x94\x6b\x52\xaa\xb1\x39\xfc\x82\x2e\x73\x25\xed\x60\x3e\x6e\x9d\x35\x88\xb3\xf7\x48\xa1\x7f\x82\xa7\xda\x3f\x9e\xff\xcf\xab\xbe\x76\x2f\x80\xc9\xfd\x59\x8c\xaa\x7a\x7e\x92\x55\xa9\x38\x81\x54\x4a\xc7\xb3\xe4\x2f\xa3\x45\xb3\x2c\xfe\x69\x51\xdd\x1e\x37\xd5\xf1\x9c\x37\xc7\xcd\x82\x1f\xeb\xd9\x1c\xc3\x91\x1e\x57\xf5\xb1\x68\x92\x06\x5e\x93\xc5\x52\x04\xad\x05\x7f\xad\x5a\x3c\xbe\x3c\xed\xc3\xc2\xc6\xec\x72\x30\x66\x97\xce\x76\x13\xe9\xa8\xe6\x33\x36\x51\xbb\xf9\xd8\xa9\x75\xaa\xc2\xf7\xb5\x64\x19\xad\x9d\x1c\xbc\x30\x14\x9e\xd5\x80\x86\xed\xae\x9d\x1c\xd9\xde\x19\x02\xc8\xff\xb1\xae\xd6\x2b\xe4\x8f\xf6\x63\xac\x9d\xd8\x61\x6d\x31\xdb\x31\x9e\x97\x38\xc1\xca\x4f\xe4\x52\x93\xb2\x89\xb1\x36\x58\xc3\xe3\x63\xa0\x37\x2c\x71\x58\x16\xe2\x96\xfa\x4b\x99\xff\x65\xcd\xb1\x0e\xee\xc9\x1a\xbe\x5c\x3c\x75\xbc\x2e\x71\x22\x63\x67\x1c\xdf\x5b\x16\xdc\x6a\x90\x1b\xca\x05\xab\xb9\x58\x55\x25\x28\x5b\x40\x4f\xb0\x48\xca\x0c\x92\x1f\xea\x94\xb5\x79\x39\x1f\x62\x92\x58\xf8\x0b\x52\x71\x97\xa4\x50\x02\xac\x5a\xbf\xc7\x50\xc3\x10\x2a\x60\x57\x52\x26\x73\x5e\xe3\xcc\x75\x50\x43\x09\x5c\x79\xca\x7e\xcd\x61\xbb\x52\x3e\xf6\x2a\x4f\x58\xc9\x6f\xdd\x6f\x26\xe3\xae\xe2\x7c\xd4\xc0\x91\xec\x94\xee\x8e\xdd\x41\x72\xbf\x47\xa4\xa5\x17\xc0\xec\x3e\x5d\x08\xfe\x97\x35\x2f\x53\xfe\x22\x59\xad\xc0\xb8\x13\xf6\xe0\x1e\xb7\xea\x40\x89\xce\xda\xbd\xa9\x2f\xb7\x54\x65\xaf\x9c\xf2\x81\x4a\xc8\x9b\xc1\x4e\x6b\xaf\x25\xb1\x29\x53\xd5\xcc\xa4\x6f\xce\x4b\x1b\x0c\x4d\xd6\xc1\x5f\x98\xd3\x83\xcc\xd2\xa9\xa6\xe2\x7b\xdb\x49\xfc\xa0\x18\x3f\xf0\xa4\x9a\xf3\x46\x18\xc3\xb0\x4a\x26\x0f\x1a\x74\x74\xa0\x82\x6d\x58\xca\x6e\xa6\x1b\x98\x01\x19\x51\x75\xf7\x0b\xb8\x51\x56\x35\x4b\x4a\x30\x91\xd6\x39\xce\x4d\xac\x78\x9a\x27\x05\x4b\x13\xc1\x05\xeb\xf3\xd1\x7c\xc4\x94\xbc\x1c\x1f\x01\xac\xad\x89\xfc\x3b\x29\xe4\x26\x89\x85\xa4\x8b\x01\xcf\xfb\xcc\x0d\x24\x27\x49\x52\xbd\x8e\x2d\xaf\x62\x79\x99\xe5\xa9\x04\xbb\xdb\x05\xc7\xbc\x99\x15\xcb\x78\x91\x6c\xd8\x2c\x87\xe1\x21\x8b\xa6\x8a\xdd\xae\x92\xcd\x8b\xf5\x54\x4a\x8b\x53\x5e\x0b\x56\xcd\x54\x9f\x6a\x9a\x59\xd2\x24\xea\x3d\x74\x46\xf7\x1b\xfa\xfc\x45\xdd\x17\x85\x10\xf0\xd5\xb4\xb7\xf9\x70\x1d\x99\xc4\xe1\x78\x0f\x0c\x5e\x05\x6d\x56\xc3\x44\x5e\xce\x0b\xde\x54\xa5\x77\x2d\xf4\x75\xc1\xd6\xaa\x8f\xff\x44\x0c\x28\xd8\xdb\xbd\x5a\x9d\xd0\x9d\xc4\xe1\x25\x4a\x54\x75\x24\xed\x8c\xdc\x5b\x83\x66\x31\x42\xb1\xee\x91\x0a\x00\x76\x51\x17\x5a\x84\x41\xcf\xe2\x54\x9e\x4e\x53\x31\x21\x17\xc6\x1b\x06\x7a\x3e\xde\xc8\x8d\x85\x73\x90\x34\x40\xb5\x5c\x54\xb7\x04\xba\xf4\x0c\x00\x2f\x71\x41\x77\x7f\xe4\xee\x00\xaa\x0e\xdb\xb7\xff\x98\x5d\x9e\xfc\x28\x39\x94\x5b\x93\x2c\x16\xcf\xbf\xac\x9a\x7c\x96\x6f\x08\x08\x92\x73\x57\xbd\x1b\x24\xa7\x8e\x5c\x84\xfb\x28\x85\xb6\x7e\xeb\xf0\x36\xcc\xac\x55\x11\xe6\x62\xd4\x05\x2d\xad\x65\xf1\x1d\x7f\xa3\x70\xb2\x60\x89\x9a\x6b\x6c\x7f\xae\x09\x46\x3a\x56\x7b\x2c\x8f\x40\x63\x74\xb7\xb6\xc1\x92\x76\xf7\xc0\x81\x52\xef\x93\xc6\x5a\xb6\xa2\x09\x3e\x2b\x6f\x2d\xc0\xbb\x0f\xa1\x88\x55\xd9\xc5\x53\x40\x14\xa4\xbb\x70\x4b\xf5\xa4\xfa\x64\xd6\x2e\x56\x1d\xda\x91\xad\x14\xab\x2e\xda\x40\x63\x62\xbd\xe3\x05\xc7\x30\x0b\x5e\x1f\x6c\x42\x77\x85\x70\xb2\x47\xa6\x6f\xc2\xc4\x9e\x9c\xb0\xf3\x2c\x03\x08\xad\xd4\x73\xed\xb7\xbc\x79\xab\x68\x81\x6c\x57\xf2\x94\x0b\x91\xd4\x1b\xdd\x64\xa5\x46\x81\x13\x4f\x32\x95\x4b\x4f\x3f\xf6\xa6\x8b\xb3\xd1\x97\xa1\xae\x47\x61\xde\x43\x47\xa3\x6b\xbe\xd1\xc3\x89\x51\x53\xbd\x85\x35\xf6\x07\x57\x4e\x7e\x10\x13\xbf\xf9\xe4\x84\x3d\x81\x6c\xe1\x2c\x51\x3c\x03\xdd\x6e\x93\xa5\xdf\x52\x3a\x9f\xf0\xa9\x79\x4b\x26\x5b\x7d\x6f\x56\xae\xba\x42\x6f\x49\xc5\xb2\x1c\x50\x98\x59\xbb\xd9\x40\xbd\xac\x33\xa6\x22\x89\x7b\xe4\xf7\x3d\x9d\xc1\x48\xf3\x36\x72\x49\xb4\xc0\xc4\x35\x18\xab\x6e\xae\x0f\x6a\x6d\x3c\x26\x31\x63\x34\x64\x80\xbe\x4d\x10\xe3\x27\x59\xc6\x44\xb5\xe4\xcd\x42\x02\x8c\x64\x3c\x10\x53\x24\x35\x67\x8a\xa5\x2c\x36\x26\x7b\x33\x21\x55\x16\x5c\x60\x46\x0e\xb9\xfd\xfc\x99\x1d\x75\x5f\xf3\x20\x14\x38\x57\xa9\xb0\xed\xcd\x3b\x73\x78\xd0\x51\x4b\x6c\xd8\xb1\x5b\x8b\x96\x19\x98\xb2\x1c\xf0\xa8\x4e\x72\xc1\x61\xc6\x98\xd9\xba\x71\xa2\xba\x6b\x36\xd2\xcd\x94\x4a\x79\xce\xe8\x86\x9b\x9a\x77\x03\x3f\x71\xa2\x11\xb4\x22\xcd\xe2\xe8\x0c\xb5\x58\xf7\xc2\x65\x48\xbd\xdd\xba\x7a\x30\x76\x4c\x10\x50\x35\xeb\xc6\x3f\xd8\x51\x17\xf6\xf1\xb9\x70\x27\xef\xa9\x3e\xd3\x92\xdf\xba\xe8\x66\x7f\x44\x10\x5e\xcf\xf8\x7d\x74\x87\xb0\xf3\x72\xfb\xa9\x0a\x79\xdf\x2e\x6d\x27\xee\xfd\xb9\x78\x7a\x45\xe5\x78\x5d\xd9\x45\x7e\xea\x5c\xf8\x0d\xaf\x37\x78\x59\xf8\xa7\x54\xb2\xa9\x26\xc1\x9e\xae\xec\x1c\x36\x8e\x34\x52\x75\x30\x4d\x29\x76\xef\x15\x3d\x0a\xc7\x52\xb7\x4d\x79\xef\x8f\xac\xb4\x61\x31\x65\xb0\x10\xef\xee\x9b\xab\x4f\xfb\x05\x17\x3d\x8d\xb8\x31\x80\xcd\x1a\x00\xc8\x80\x0f\xe4\x07\x2e\x38\xd4\x8d\xe0\xe3\x60\x0d\x6d\xa8\xb9\x1b\xad\xc7\x36\xaa\x03\xc9\x47\xaa\xbb\xcb\x7b\x23\x2f\xb7\xc2\x24\x80\xe4\x62\xa8\x2c\x2f\x43\x2c\xf6\x55\xf0\x58\x2b\x9e\x89\x21\x28\x15\x14\xdb\xcb\x29\xa1\xf1\x4f\x64\xa5\x8e\x05\x7f\x5f\x7c\x44\x30\x92\x97\xd7\x20\xc0\x3a\x46\xb4\xdd\x87\x8d\xba\xac\x54\x96\xde\x63\x97\xa1\x50\x3a\x9c\x6b\xc2\x5d\xc9\x6a\xf7\xc4\x48\x5f\x9f\x19\x73\x70\x5c\xe9\x71\x59\x7a\x51\xbb\x50\xdd\x0e\xd6\x8b\xa2\x41\x4a\xcc\xe8\x7d\x6a\xe1\x02\xe4\xf5\x1d\x3b\x15\xdb\xf0\x94\xe5\xd0\x20\x51\x44\xc7\x55\x75\xd7\xd6\x75\x51\x29\xc2\x3c\x9c\x1a\xeb\x40\xeb\x71\x7a\xac\x4a\x2d\xdf\xe4\x60\x38\x41\x6e\x6b\xaf\xe6\xd1\x2b\xfa\x15\x2e\xe8\xc1\x6c\x80\xbb\x77\x1d\xfc\x40\x0b\x0b\x10\xb9\x67\x2f\x92\x72\x0d\xfa\x80\xa2\x90\xf7\x03\x74\x00\xc1\x62\x1d\x38\xf5\x62\xc6\xf7\x3d\x10\xdb\x07\xe7\x04\xb1\xe8\x07\x71\xd6\xc3\x9f\xdc\xa7\xbc\xd9\x31\x37\x27\x32\xfd\xbd\xa6\xe6\xc5\xbb\x6f\x99\xd9\x1f\x79\x23\x98\x9c\x96\x83\x6e\x40\x8d\x18\x90\xc6\x40\x35\x70\x5e\x14\x06\xd0\x44\x53\xd5\xf8\xe6\x4e\x22\xaa\x25\x0a\xd9\xe1\xc2\xe6\x5c\xad\x4b\xc8\x45\xd1\x41\xdf\x5f\x79\x4a\x81\x57\xd3\x3f\xf3\xb4\x91\x33\x10\x0e\x6f\x3e\x18\x2d\x93\x95\x44\x2d\x6c\x72\xea\x5e\xe6\x6b\xbe\xb9\x52\x3f\x5a\x96\x7b\x9e\x65\xa2\x55\xd2\x52\x29\xf6\x28\x13\x98\xcf\xc0\xfd\x47\x65\x16\x57\x47\x06\x4e\xf9\x8b\x44\xb0\xbc\xd9\x9b\x89\x44\x89\x4d\x89\x05\x2d\x83\x07\x92\x1e\xd9\xea\x63\xf6\xa2\xca\xf2\x59\xce\x33\x3d\x0b\x95\x3a\x09\x1a\xf1\x0c\x7d\x96\xa6\x5c\xc2\x13\x54\x0b\xb7\xbe\x93\x3d\x74\xcf\xc2\x3b\x1a\x97\xf9\x9c\xad\x8b\xc2\x4c\x7b\xc2\xde\x8f\x46\x23\xd2\x91\x83\x08\x35\x56\xa5\x4d\x46\xab\x6a\x65\x32\xeb\x48\xe4\xe3\x14\x16\xbc\x9c\x37\x0b\x48\x1c\xf8\x5d\x20\xca\xe0\x31\xb8\x5c\xab\x8f\x96\x9d\xde\x62\x0c\x93\x1c\xd2\xe9\xe8\xc1\x03\xa7\xe3\x51\xe4\x74\x1c\x66\xc4\x4d\xd7\x8d\xff\xdc\x3d\x70\x58\x8a\x48\x77\xe3\x9d\x03\x52\x46\x23\xca\x67\x98\x69\xf8\x8a\x86\x00\xe4\x5f\xe3\xe9\x53\x65\xe0\x34\x2f\x51\xa9\xaa\x47\x06\x8b\x9c\xd0\xaf\x5f\x21\x38\xa0\x7a\x3a\x1c\x82\x91\xfc\xaa\xb2\x73\xf4\x75\x7b\xf4\x06\x35\xc7\xae\x09\xfa\xfb\xab\xa1\x9a\x5f\xa4\x68\x70\x08\x36\x6b\xcb\x1c\x42\xa8\x4b\xcb\x5c\xcc\x4e\x7a\x13\xf1\x7c\x1e\xfd\x5d\x43\x0d\x87\x60\x49\xe9\x29\x2f\x2a\xc0\x4a\xbb\xef\x3d\xbd\x3f\xbb\xd9\xb4\x21\xbb\xcd\x8b\xc2\x30\x57\x0a\x13\x95\xfc\x93\x16\xd5\x24\x2b\x27\xaf\x7a\xd5\xa8\x34\xa1\x3e\x82\x68\x9f\x25\x1e\x9e\xce\xfb\xe4\x08\x79\x07\xc8\xa1\x2a\xdf\x69\xd6\x1f\x0c\x7c\x7d\x8e\x8b\xb6\xb7\x86\xca\x6f\xbd\x6b\xc1\xee\x6c\xb7\x0a\xac\xef\x02\xa3\x9a\x93\x8e\x68\x48\x52\x15\x0d\xbd\x64\x44\xc3\x96\x54\x43\x43\x37\x09\x90\xf5\xed\x69\xb7\xa5\x6d\x25\x6e\x54\x76\xdd\x73\x88\x1f\xf9\xa9\xcb\x94\xe7\xb8\x83\xdd\xf0\x5a\x52\x50\x76\xbb\xa8\x0a\x0e\x9a\xe8\x6a\x26\x61\xd7\x00\x1a\xcb\xcb\xa6\x62\x55\x69\xb8\x77\x38\x6d\xf0\x89\xbd\x55\x0f\xd6\xe5\x59\x1b\xed\x25\x67\x45\x22\x0c\xad\x31\xd2\x24\x18\x3c\x14\x62\x7f\xc8\x28\x92\xd5\x7c\xba\x84\x8d\xbc\x4c\x8b\x75\xc6\x95\x39\x07\x14\xe6\xba\xa7\x1e\x46\xc1\x32\x3d\x06\x3e\xb2\x4e\x9f\xc7\xec\xc7\x75\x51\xb0\x55\x82\x31\x37\x2e\x9c\x15\x01\xea\x30\x0b\x52\x6f\xdb\x8d\xbd\x00\xc1\xa5\xa9\x20\xa3\x8c\x5e\x93\x59\xfb\xa8\xc5\xf6\xab\xa7\x25\x2e\xab\x8b\xa7\x7d\x3a\x17\x82\x32\x5c\xfd\xab\xc5\x80\x96\xf3\xae\x79\xb6\x4e\x79\xbf\xbf\xaa\xf9\xcd\x9f\xd0\x7e\xac\x85\x0b\x52\x8f\x28\x57\x34\x74\xfb\x16\x7c\xd3\x81\x9f\x22\x8b\x7d\x4b\x7b\x42\x6f\xf8\x7e\xaf\x37\x18\xfd\xb9\xca\xcb\xbe\x53\x55\xfb\x53\x13\x28\x1e\xf8\xc6\xd3\x17\xbc\x9e\x23\x9e\x31\xc8\xd8\x9c\x39\x58\xe6\x40\x68\x3c\xec\xd4\x4c\x07\xd1\x83\xc2\x76\x7a\xb4\x9f\x23\xed\xcd\x4c\x3c\x20\xf4\x4f\xda\xf0\x2e\x92\x6e\x68\x60\x06\x8f\x02\x65\xcf\x53\xed\xc1\xf6\xa6\x38\x43\xdd\x77\x1b\x1c\xc0\xa3\x73\xcd\xa1\x88\x16\x40\x18\x46\xa7\x1f\x01\x14\xcd\x54\x2a\x6d\x95\x21\xb4\xd8\xe2\x39\x97\xf2\x65\xac\x2b\xc5\x87\x3c\x6a\x6f\xab\x38\x9f\x58\xe3\x2b\xc2\xe2\x50\x7d\x9d\xdd\x67\xc3\x35\x79\x9c\x92\x82\xbd\x00\x1b\xf5\xbd\x0e\x86\xd1\xa5\x1c\xb3\xef\xc3\x82\xa3\x00\xe2\x9e\x68\xcf\x42\xe4\x84\xbd\x84\x6e\x2c\x69\x9a\x3a\x9f\xae\x1b\x6e\x5e\x60\x68\xdf\x12\xc9\x5a\xdd\x03\x18\xf5\x41\x80\x15\x57\x91\xf5\x38\xce\x30\x03\x2a\xe4\xd1\x54\xec\x2f\x6b\x5e\x6f\x7c\x2c\x82\x33\x6d\x83\xa0\xeb\x66\x85\x4e\x3b\x3f\xd6\xd5\xd2\x4c\xe7\x20\x94\xd2\x7b\xdf\x63\xdf\xfa\xc9\xef\xbe\x65\xbd\xc9\x87\x6f\x64\x41\x3b\xae\x1a\xc8\x5a\x1f\xbe\xb9\xea\xed\xbb\xe9\x6e\x2e\xbc\x8e\xcd\x77\x11\xa8\xb7\xe9\x4d\xbe\xba\xc8\x24\xd3\xf1\x54\x6b\x8a\xbe\xc6\x36\xab\xb9\x1d\xb2\xdd\x17\x59\x5f\x4f\x27\xc4\xb1\xed\x3b\xec\x25\x0b\xb4\x3b\x6d\xd6\xd6\xb2\xad\x20\xbe\xca\x29\x43\x52\x40\x74\xc5\x9e\xf2\x6c\xba\x51\x5e\x51\x4d\xc5\x56\xeb\x46\x87\x87\xb2\x2e\x50\xca\xe7\xc1\xe8\xba\x76\x41\xb2\x73\x7b\x1d\x65\x9c\xb7\xc5\x97\x9d\x73\x01\xf6\x60\xaf\xb9\x44\x36\x7a\xce\x9b\xf3\x3a\x4f\x9e\xea\x8e\x7f\xd8\xec\x07\xd3\x88\x82\xe8\x7c\x26\xac\xc7\x7a\x8a\xae\x69\x46\xc9\xa4\xae\x3f\xba\x0e\xf1\x20\x4d\x5f\xff\x06\x0f\xf0\xcf\x6b\xd1\x28\x6e\x65\xc3\x6b\x76\xf1\xd4\xa1\x9e\x64\xb4\x68\x62\x7f\x3b\x97\x6f\xd5\x5c\x3a\xee\x94\xef\x79\xb5\x87\x13\xf9\x5a\x70\xb8\x71\xe0\x60\x77\x21\xaa\x65\x55\xaf\x16\x79\x8a\xe9\x4e\xd1\x1d\x6c\x48\xdd\xcd\x0c\xbb\xf7\x9f\x26\x56\x0e\x74\x7a\x0c\xfe\x6d\x61\x7e\x3f\x79\x10\xe7\xfa\xae\x02\x9b\xe0\x7b\x5f\x75\x39\x7f\x29\x17\x84\xa1\x47\xec\x86\xee\x26\x0c\x23\x27\xbe\xd3\x61\x2c\x97\xe4\x22\x74\x13\xc3\x71\x9f\x26\x4d\xf2\x0a\x5e\x2a\x88\x80\x2f\x96\x65\xad\xe1\x26\xef\xeb\x64\x66\xbb\x46\x00\x4a\xdc\xd5\x18\x38\xfd\xec\x39\x4c\xfa\x38\xc4\xab\x70\x17\x38\x47\x02\x07\x92\x6a\x99\x4d\x1f\x0c\x72\xaa\xe6\xa6\x99\xa7\x68\xe0\x85\x84\xef\x13\xe1\xf2\xfd\xdc\x79\xef\xd6\x82\xdb\x75\xf4\x2b\xdc\xbf\x71\xb8\xa5\x56\x69\x62\x17\x4c\xad\x6d\x17\x19\x9b\x28\x8f\x59\xe5\xaf\x88\x8b\x3b\x75\x58\x85\x56\x91\xcc\x75\x38\x65\x6a\x1e\x54\xbe\xc2\x1b\x78\xe6\xc5\x46\x57\x31\x99\x74\x7d\xef\x01\x94\x52\x5e\x44\x7a\x1b\x7a\x6a\x87\xb1\x73\x04\xfe\x84\xad\x8b\x9d\xbe\x7a\x8f\x1d\x58\x3f\xed\x3b\x3f\x47\x8e\x73\x10\x5d\xbf\xe4\xbb\x35\x8c\x4e\xe8\x15\xd5\x3b\x3f\xb0\xce\x58\x6b\xc1\xe9\x8d\x36\x4f\xf7\xe4\xbe\xa6\x4d\xb1\x61\x7c\xb9\x2e\xa4\xd4\x9b\xe5\x19\xea\xc5\x4f\xb2\x3c\x7b\x51\xad\xcb\x86\x4d\xf9\x22\xb9\xc9\x2b\x50\x51\xb6\xe2\x08\xd7\x65\x54\x62\x47\xd7\x14\x79\x91\x19\x1f\x52\xfb\xd0\x95\x4a\xbc\xf6\x6b\x9f\x2c\xec\xcc\x91\x8a\x8f\x26\xd1\xd3\xc4\xe8\x25\xa4\x8d\x79\x53\x4b\x1b\xe8\x8f\xca\x91\x81\x28\xaa\x9c\x73\x19\x85\x86\xe7\x61\xb0\x06\x57\xc1\xae\xf7\x79\xcf\xcd\x01\xca\x80\x66\x1f\xad\xf3\xcc\x3d\x97\x31\xbb\x8b\xd4\x2e\x6d\x67\x1c\xec\xe9\xc4\x5b\x44\xcc\x7b\xa7\xcd\x31\xc0\x99\x1c\x5a\x46\x8c\x5d\xaa\x7b\x82\xfe\x09\xfa\x3b\xe9\x9b\xb7\x5a\x76\xf3\xc8\xcc\xcc\x1a\x67\x1a\xe5\xa1\xb9\xe4\xca\x49\xa4\x5e\x97\x68\xa2\x49\x1a\xb6\x94\x70\xa9\xfc\x61\xe1\xb4\x30\x95\x0b\xfa\xa9\x65\x4c\x70\xc9\x99\x34\xbc\xd8\x98\xee\x5a\xdf\x4a\x12\xda\x75\xc2\x3f\x2d\x92\xb5\x68\xf2\x1b\x7e\x9c\x71\x44\x12\x77\x43\xf6\xfe\x4a\x9f\x6f\xc1\x1b\x56\x42\x92\xba\x9f\x23\xa8\x07\x50\x99\xc9\x09\x18\xe0\x6f\xfb\x0e\x0c\x2b\x58\xc4\xed\x96\x68\x2f\xd5\xb6\xc3\x0f\x26\x80\xea\x26\x82\x77\xaf\x5d\xca\xe9\x6c\xbd\xbe\x0c\xde\xf4\x06\x11\xd6\x23\x18\xa8\x9b\xa3\x84\xd3\x00\x66\x9d\x52\x95\xa6\x92\xbf\x92\x74\xa1\x15\x75\x86\xc4\x84\x7c\xb9\xd6\x07\xaa\x39\x02\x45\xfa\x59\xdb\x62\x89\x93\xa1\x99\xf5\xeb\x1a\xa2\x0e\xb2\x63\x7f\xb7\x09\x4b\x8b\x55\x14\xbd\xa2\x0c\x22\xd9\x30\x4b\x47\xd5\xa6\x79\x2e\x98\x43\x5b\x21\xa6\x00\x94\xa5\xe1\xac\x68\x10\xbb\x18\xbd\x23\xbe\x6c\xca\x66\x12\x6a\x35\x7c\x33\x47\x8b\x4b\x8b\x7b\xeb\x76\xfa\xb6\xa8\xd1\x8d\x9c\x15\x72\xe1\xe6\x28\xa5\xdc\x95\x67\xe4\x40\xed\x2c\xfc\x2d\x9f\xb4\xb2\x7b\x8a\x12\x84\x5b\xa4\x6e\x42\x84\x5b\x77\x97\xe8\x88\xff\x18\x5c\x7f\x70\x44\xee\xe4\x75\xa8\x30\xe8\xe8\xe0\xca\xf0\xef\x5e\xa5\x2e\x6b\x86\x37\x44\x87\xea\x65\xc8\xf6\xe8\x56\x5f\x37\x97\x33\x00\xb6\xa7\x9b\xbb\x27\xf7\x33\x8e\x68\x3c\xec\x62\x50\xca\xa1\x62\xc1\x7e\x1a\xe4\x83\x99\xec\xad\xcb\x23\x12\xde\xda\xf9\x1e\x61\xac\x31\x91\x92\x79\x68\x79\x40\xc4\x7b\xdb\xad\xff\x86\x35\xc6\xcf\x5b\xfc\x76\xce\x20\x9b\x86\x4e\x06\x25\xd1\xc9\x82\x17\x2b\xb8\xb2\x4a\x09\x61\x45\xd3\xb4\xaa\x6b\x0e\x9c\x54\xcd\x93\x8c\x55\xeb\x06\xcc\xa1\xc1\xd5\x92\x48\x4d\x16\x10\xc4\xb6\xfd\xcf\xac\x4a\x9f\x24\x0d\x9f\x57\xf5\x46\x15\x88\xbb\xd8\x0b\x69\x3b\xdf\x8e\x97\xd1\xfe\x72\x1f\x04\x7b\xf7\x78\x7b\x77\x7a\xaa\x3d\x56\xfd\x18\x0a\x2c\x5d\xe4\x45\x56\xf3\x72\x68\x6d\x12\x74\xef\xa8\xa3\xab\x6e\x62\xa0\x2d\xc0\x0a\x77\xc8\x99\x06\xd4\xc9\xf4\xe8\x01\xb5\x1e\x5c\x87\xd0\x7c\xef\xc2\xe1\xd5\xd8\x85\x6c\x52\xc1\x05\xcc\xb0\x62\xcf\x3f\x8a\xde\x38\x7a\x77\xee\xee\x15\x2e\x00\xc3\x37\xbd\x86\x3c\x72\x12\x0c\x41\x22\x7d\x09\x14\x54\x51\xde\x20\x95\x03\xd8\x88\x86\xfb\x0a\xc9\x07\x44\x1f\xd0\xaf\xaa\xf7\x78\xab\x1d\x91\xb8\xdd\x6b\xa9\xc7\x8e\x5e\xcd\x2d\xcb\x05\x26\xf7\xd5\x91\x92\x16\x89\x50\x8f\x01\xc3\x2e\x2c\x72\x48\x9d\xe9\x44\x70\x44\x24\x76\x00\xe9\x2e\xf2\x78\xfe\x80\x4b\xdf\xb9\xa2\xdd\x52\x7c\x5c\x90\x8f\x3d\x70\xc7\x88\x18\xe6\x6d\x7b\xfb\x39\x39\x0f\xb3\x7e\x55\xf9\x09\xb5\xfc\x8b\x92\xba\x14\x81\x7f\xba\x7c\xf1\x1c\xfb\xd4\xcf\x46\x95\x34\x6c\x9b\x1a\x70\x06\x0e\xca\x2a\x05\xcc\xab\x4d\x6b\xd9\x7c\xa1\xc2\xc6\xc8\xc9\xa0\x1d\xd8\xe5\x29\xfc\x88\xc6\x1d\x1e\x10\xa1\x45\xc8\xc8\x12\x2d\xc6\xfe\x45\x22\x30\x1e\x59\x53\xaf\xb5\x01\xff\xee\x91\x23\x4b\x99\x57\x08\x12\x73\xf5\x07\xde\xbb\x58\xe3\xa1\xd0\x70\x9b\x22\x2c\x75\x33\xb4\x40\xb9\x04\x2d\xf3\x0b\x82\x18\x49\x48\x55\x1b\x78\xe1\x94\x36\x55\x93\x14\xf0\x62\x1b\xa4\x0b\x32\xd7\x27\x3a\xec\x96\xb3\x82\x0b\x39\x97\x21\x71\xbb\xf0\x8e\xf7\x5c\x8c\xd9\x13\x85\xce\x10\x01\x83\xd0\x1f\xc2\x81\xe9\x43\x87\x58\xd1\x05\x3f\x73\x9b\x17\x89\x3c\x26\xb7\xdf\x56\xbc\x7c\x8b\x71\x51\xcc\xb7\x2c\x17\xcb\x5c\x88\x96\xcf\xe4\x5b\xf0\x86\x18\x3f\x4b\x7e\x0a\x41\xf0\x0d\x2f\xd8\x04\x76\x78\x54\xf3\x82\x78\xa1\xc0\x27\x45\x00\x1f\x3c\x60\xe4\xe7\xa8\xa9\x9e\x57\xb7\xbc\x7e\x92\x08\x2e\xa5\xca\xc9\x84\xf5\x7e\x9d\x16\x49\x79\xdd\x23\xc2\x2b\xed\xde\xfe\x7d\x46\xfe\x86\x9c\x46\xb3\x0a\xd2\x5e\x96\x95\x5c\x26\xaf\x59\x59\xd5\x7c\xc6\xeb\x5a\x62\x2d\xc9\xbf\xbe\x4d\x66\x9c\xba\x01\xac\x6a\xf5\x84\x2c\x99\xfe\x39\x49\xaf\xf3\x72\xee\x89\xbb\x08\x3b\x72\xba\x3f\x59\x34\x35\x21\x38\x0b\x56\xe6\x7a\x6d\x97\x16\x85\xa3\x9c\x45\x70\xfa\x63\xbc\xa1\x70\x2f\x0d\x83\x1c\xb9\xa6\xa7\xea\xb1\xb5\x4f\x23\xdc\x91\x8c\xce\x62\xe2\x61\xd5\xc8\xac\xf0\x5d\xb8\x22\x2c\xde\xad\x87\x83\x95\xc5\xce\x91\x6e\x1d\x19\x8b\x54\x89\xe8\x19\xf4\xa1\xda\x5d\x0a\x74\x25\x8e\x33\xfd\x4e\x74\xd2\xa9\x84\x90\x92\x88\xbc\x5f\x68\xf4\xf2\xd6\xa2\x0c\x01\x92\xe3\x0a\xb1\x1b\x88\x29\x88\x20\x58\xa2\x02\x7b\x31\xb1\x4a\x4c\xb4\x2b\xad\x49\xe0\x34\xf2\x0c\xcb\x4b\x96\xeb\x9c\xa9\x49\xa6\xdc\xc1\x3c\x4e\xc0\xee\x8b\x37\x2a\xd9\x09\x5c\x7b\x38\x2b\xe3\xfd\xe1\xbe\x05\x8a\x4a\x4d\x17\x99\xd8\x2d\x38\x21\x9a\xf3\x45\x76\x1b\x4c\xd2\xdb\xb3\xb3\xd6\x99\x85\x4a\x08\x46\x01\xfc\x7d\xc8\x22\xe9\x78\x67\x03\xcf\x37\x37\xc9\x32\x48\x47\x82\x08\xd3\x82\xb4\xd5\x7f\xec\xc5\x70\x5d\x64\x82\x60\x7f\x57\x29\xa5\xbb\x79\x9c\xe5\x37\xa7\x56\x03\xfb\x98\x70\x29\x04\xac\x26\x5b\xd8\x23\xf2\xe5\xce\x1f\x6c\xb2\x0d\x47\xbf\x33\xd7\x6e\xb2\xd5\x7f\xdd\x91\xd1\x18\xdb\x2a\xe0\xb5\x37\x7c\x1c\x30\x17\x83\x31\xfb\x7f\xde\xfe\xaf\x91\x0e\x77\x30\x39\xb5\xb3\x57\x93\x4e\xdc\xdf\x8c\x6d\x47\xa3\x51\xdb\x26\xde\xc5\x2a\x93\x73\x8a\x96\xfb\xb3\x0c\x2a\xd5\x7c\x36\xd9\x2a\xc8\x00\x44\x14\xd4\x58\x40\x15\xd8\x47\xf9\x67\x50\x8e\x38\x5e\xd5\xc0\x1f\x91\x51\x8a\xc9\xd6\x20\xf2\xa0\xd8\x90\xe8\xc9\xd6\x8b\x42\x1f\xf6\x54\x15\x7c\xf2\xe1\x1b\x89\x7e\xe4\x80\x1f\xbe\xf1\x2b\x00\x78\x2d\x12\xb1\xaa\x56\xeb\x15\xce\x8a\xe0\xf5\xcf\xc4\x06\x10\xf4\x0d\x4d\x35\xb5\x0d\x9a\x9e\x31\x0d\x4b\x40\xc1\x22\x54\x99\xde\xa4\x78\xe7\xab\x4a\xe4\xa5\x90\xbb\x15\x65\x3a\xd8\xb7\xec\xfb\x78\x43\xc1\x1b\x91\xff\x95\x4f\xb6\x2e\x3b\x12\xaf\x6c\x81\x37\x46\x32\x82\x36\xf7\x8c\x19\x47\xff\x41\x6c\x2d\x05\x02\xf0\x77\x30\x48\x55\x02\x93\xa2\x61\x8d\xf0\x2d\x91\xaa\x36\x12\x90\x5b\xdf\x7e\x6f\x6b\x04\xe1\x65\x22\x8d\xe0\x7b\x5b\xa3\x17\x55\xb4\x8d\xfc\x1c\x69\xa2\x22\xbf\x44\xe0\x83\xf6\xa0\xc3\xcb\xb4\x83\xc4\xa9\xdf\xf5\x63\x9f\x2d\xf4\x2b\x30\xab\x58\x78\x63\xee\x24\xfd\x14\xcc\x16\x69\x04\xd6\x8c\x14\xda\xcb\x46\x2f\x5e\xac\x17\x09\x9d\x93\x2d\xfc\x27\x52\x5c\x95\x86\x17\x56\xa7\xec\xb0\xc7\x92\x73\xa0\x81\x98\xce\x9c\x5f\x5d\x97\xc6\x72\xd4\xd0\x25\xfc\x15\x1b\xdf\x72\xbc\x93\x2d\xf9\x11\xa9\xea\x32\xc2\x80\xde\xc9\xef\xf6\x06\x4e\xed\x96\xaa\x7e\xcc\x1b\x0d\x53\xfe\xf7\x48\x53\x89\xab\x0d\xf3\x16\xde\xd0\x00\x56\x54\xcf\xc8\xe6\x9c\xbb\x24\xdd\x67\x4e\x86\x5d\x51\x52\x7d\x74\xf0\xf8\x24\x71\x06\xa3\xe5\x8f\x89\x74\x6c\x2a\x3d\x3e\xb1\x94\xb8\x2d\xf2\xd8\x97\x06\x03\xa2\xf4\xc9\xd8\xb6\xce\xe2\x9f\xc7\x91\xd0\x41\x1f\xfe\x66\x41\xc1\xf6\x0a\x08\x16\x0f\x06\xb6\x77\x28\xa9\xe8\xa1\xcb\x85\x78\xe7\x6e\x4d\x0d\x91\x1c\x3a\x9e\xe5\xf1\x62\x16\x30\x8c\xb9\xc0\xf0\x48\x43\xca\x26\x5f\x64\xc6\x4d\x31\x11\x22\x9f\x97\x3e\x9f\x0c\xb5\xde\xae\x12\x97\x6d\x0b\x99\x51\xcb\xc8\x01\x6b\x9e\x67\x86\x0b\xf1\xf9\xd3\xbb\x28\x7b\x40\xd9\xb1\xad\xd7\xe6\xce\xc2\xa6\xec\x5c\x03\x27\x1b\xb3\x72\x5d\x14\xf1\x80\x52\x7b\x28\xf3\xec\x2d\xd2\xea\x8f\xbd\xb5\xcd\x72\x48\x3f\xa7\x20\x89\x27\x19\x2b\x31\x11\x36\xc3\xf2\x48\xf0\xcd\xd6\x1c\xab\x3a\x65\xdd\x9c\x37\x4e\x6a\xaa\x70\x31\x8f\xbb\xa6\xd1\x32\x87\xd3\x7e\x24\x77\xa3\x57\xf3\x87\x44\xf0\x0e\xbd\x74\x6c\xd0\x53\xa3\xe7\x9a\x55\xf5\x6d\x52\x67\x6f\xf8\x0c\x02\x77\xca\x5b\xf9\x34\xbf\x51\x17\xb3\x7d\xf3\x3e\x94\xa7\xfd\xbe\x7a\xdf\x53\xf3\x99\x05\xf6\x7b\xf2\x3a\xfa\xbe\x0b\xb5\x1b\x18\x10\xd7\xdd\xd4\x31\xb3\x99\xd4\xfe\x48\x0b\xc8\xf5\x8b\x2a\xca\xfd\x74\x53\x24\xfc\xae\x1e\x6f\xab\xf3\x85\xdd\x7f\x60\x27\x2a\x97\xba\x7d\x78\xf7\xe2\xdc\xb7\x4a\x37\x79\x87\x12\x82\x64\xfc\x4f\xdd\x2b\x1b\x6f\xa6\x62\xf7\xde\x19\x9a\x45\xee\x20\xa8\xd0\xe5\xff\x45\x20\x64\xa4\x92\x60\xc3\x64\x27\xac\x17\xa9\xd2\x3b\x54\xfb\x6e\xc3\x63\xb7\x5f\x94\x30\xe3\x73\x0c\x7e\x3b\x3a\x08\x42\xf6\xee\x1d\x22\xf8\x3e\xa8\xa1\x03\x2b\xb8\x58\x63\x2f\xd4\xd0\x75\x6d\xef\x71\x65\x69\x84\xdd\xaf\x8c\xec\xe4\x85\x8e\x9c\xcb\xd0\x9e\xb1\x1b\x52\xf7\x03\x24\x48\xc4\xa8\xba\x5e\x3b\x48\x81\xe8\x06\xd5\x6d\x49\x6b\xbd\x07\x02\xec\x00\x8c\x36\x57\x40\x68\xb8\x0f\x05\x89\xa4\xc4\x85\x31\xc7\x5e\x1f\xf7\x42\xdc\x92\x5f\x50\x7c\x05\x68\xee\x3b\x4f\x25\x92\x11\xd7\x8b\xb4\xfe\x85\x78\x35\x86\xd6\xda\xd0\xe6\x07\xed\x66\x8b\x39\xf7\x6c\xec\xa6\xba\xba\x85\x28\x31\xcf\xea\xba\xaa\xfb\x3d\xcc\x68\x9e\x0b\xc2\x58\x56\x35\x70\x00\xa3\x9e\xc3\xa8\xca\xce\x9c\x91\x3d\xb3\x42\x19\x45\xcd\x4e\xde\x40\xdf\xc0\x61\x72\xf5\xbe\x2f\x29\x32\x8d\x65\xf1\x2b\x29\xda\xbc\x72\xad\x1e\x31\xc3\xbe\xed\x5a\xf7\xe5\x7a\x2b\x4a\x24\x0a\x99\x69\xe4\xde\x1f\xcf\x0a\xee\xa4\x36\xd2\xe9\x6f\x7b\xdf\x7f\xf7\xdd\x7f\xa3\x05\x4e\xce\x7f\x3f\x49\xcb\x5d\x68\x4c\x51\x5f\xae\xdc\x90\xed\xf1\x59\x05\xe9\x75\x3b\xe6\x61\xd3\xeb\x3c\xe9\xc8\x11\x72\x29\x81\x31\xa9\x37\xe7\x45\x13\x4c\xf2\xca\x3a\x37\x1c\x48\x30\x64\xbb\x29\x68\xa9\x89\xc5\xf6\x03\x66\xf5\xa7\x46\x5b\xf9\xe9\x67\xbe\x79\x52\x65\xaa\xbc\x4d\x53\xab\x0a\x5d\x0b\xaf\xfc\x76\x2e\x36\x65\x0a\x7f\x91\x10\x98\x6a\x24\x30\x4d\xdf\xdb\xca\xbb\xb7\x45\x74\xbb\x77\x8e\xed\xd6\x1e\xe3\x61\xe7\xbf\xb2\xc5\x78\x48\x73\x76\xca\x3d\x7e\x53\x15\x91\xe0\xe5\x07\x98\x91\xbd\x95\x86\x7d\x69\x42\xf1\x5b\xd8\xd3\xdb\x03\xaa\x77\xec\x73\x1b\x29\x89\x64\xc6\x3f\xf0\xb0\x0e\xb4\x6c\xff\x2d\xa2\xc2\x13\xef\x77\xb7\x19\x01\xd6\xb7\x4d\xd2\x70\xb6\x25\x59\xeb\x2f\xab\x75\xba\xb8\xc8\x0a\xfe\x14\x02\x08\x4e\xd8\x1f\xbe\xfb\xee\x11\x3b\x79\xc8\x96\x02\x1c\x66\x3a\x6d\xf2\xa4\xe7\x83\x0d\xf3\x24\x99\xcf\xd8\x93\x4f\x5c\x33\x7c\x91\x88\x06\x66\x79\x99\x2f\x79\xb5\x6e\x2e\x32\x29\x8f\x2e\xa7\xbc\x0e\xbc\xf7\x4d\x9b\x55\x5d\xa5\x5c\x88\xbc\x9c\x43\x4b\x13\xd4\xe5\x9e\x06\xfe\x44\xa2\x9d\x31\x62\x1f\xb7\x0b\xb0\x91\x8a\x31\x41\x47\x7f\x87\xce\x01\x5f\x2f\xe2\xbf\x66\x29\x40\x21\x21\x77\x4b\x45\xbe\x85\x9d\x23\x41\xff\x75\x1d\xdc\x3e\x55\xc9\xee\x61\x6b\x7a\x00\xa3\xb4\x7d\xaa\xbc\xe9\xad\x2b\x83\x89\x26\x43\x21\x8b\x3d\x78\xc0\x7a\x55\xb9\xaa\xe0\x72\x64\xd5\x6d\xd9\x33\xb1\xb7\x68\xbd\xc0\x0e\x89\x13\x1b\x55\x65\xd8\xe7\x90\xf5\x68\x7f\x43\xa3\xbe\x7e\x8d\x5f\x9f\x56\xb7\xe5\x10\x76\x3b\x16\x37\xc6\x5f\xc8\xbb\xbc\x28\x7e\x29\x97\xb8\x16\x37\xd8\x0a\xd9\x46\x90\xf2\x2a\xc1\xfb\xb1\xed\xf3\x0a\xef\xa2\x1e\x1f\xae\x4d\xed\x33\xf0\x73\xbf\x7b\x2f\x10\xdf\x10\xb1\x87\x6b\x47\x8b\x1f\xc6\xfe\xce\x0a\x1f\xee\x65\xe4\xff\xbf\xd4\xa4\xaf\xe5\x90\x0e\xa7\x09\xf6\x35\x2d\xff\x1f\xe2\x36\xed\x36\x23\xb6\x63\xbf\xde\x61\xdd\xa3\x7a\xd1\x88\x91\x3a\x29\x37\x3b\xec\xd2\x8f\xb3\xfc\xe6\x83\x63\x13\xf0\x1e\x38\xeb\xf9\xd8\x6e\xdf\xf7\xbc\x2a\xbd\x2b\xcf\xac\x00\x4a\xa4\x7e\x07\xad\x04\x8a\x10\x41\x7c\x13\x46\xd1\x9b\xdf\x6b\x55\xf0\xc9\x36\xc2\x1f\x46\x2d\x9d\x60\x1b\x85\xa4\x7f\xca\x74\x26\x3f\x3c\x97\xbf\xbd\x8a\x71\xcd\x96\x9b\xd7\x2f\xd6\xf7\x41\x76\xd7\xdf\xd0\xd8\xec\x99\xc0\x25\x0a\x8f\x4e\xd7\xfa\x60\x4c\xb6\x3b\x9d\x4d\xf4\xbf\x4e\xa7\x13\xda\xff\xfd\x9d\x4f\xf4\xbf\x10\xcc\x5a\x3d\x51\xf4\xbf\xe8\x2e\xab\xf8\xe9\xea\xd4\x4d\x82\x7a\xf6\xf9\x33\xae\x46\x95\xc7\x9a\x1e\x6e\xb0\x3f\xc0\x5c\xbf\x8f\xa1\x5b\x65\xc3\x8c\xb7\x54\xd6\x6e\x7f\xdf\x82\x9c\x2d\x67\xc1\xa7\xd1\x34\x2f\x33\x15\x27\x08\xa2\xcc\xa0\xf1\x49\xa5\x53\x53\x1c\x9b\xa4\xad\x43\x8c\x6c\x84\x3f\xd8\xdd\x80\x1e\x98\x3b\x6e\x7c\x8a\x1d\xb6\xf5\xb6\xa5\x19\x03\x7b\xc4\x9e\x1e\x54\x76\xbc\x0a\xd4\x7b\xfb\x36\xd7\x82\xaa\x04\x2e\xfa\x6d\x93\xd4\x8d\xed\xdd\x7e\xf3\xaa\x37\xc9\xf4\x02\xed\xde\xdf\xdd\x45\x10\x62\x2e\x8e\x0d\x4c\xb4\x5f\x32\x89\xa2\x08\x4d\x42\x18\x54\x80\xec\x95\x79\x48\xd3\xb3\xf9\x3a\x16\xdf\xb7\x24\xc5\x39\xa2\x46\x65\x3d\x24\x6c\x8e\xe2\x6f\x5c\x1e\xe5\x68\x68\xb8\x93\x23\xff\xae\x84\x23\x28\x41\x38\x8a\xbf\xc2\xda\xb2\xd7\x5d\x93\xf1\xaf\x74\x67\xaf\x5f\xcf\xae\x4d\x8d\xd4\xcc\x41\x13\x11\x9b\x76\x77\xfe\xac\xbf\x7d\x32\xa2\x7b\xfb\xe7\x48\x76\x85\xdf\x8c\xf0\xcd\xb6\x24\x23\x5a\x69\x35\xe2\x5e\x02\xae\xf8\xf5\xe9\x5b\x5b\x34\x63\xfc\x66\xa4\x5c\x69\x9f\xa2\x73\x6d\xdf\x29\x13\x4d\x05\x0c\x4a\x32\x87\x09\x58\x66\x87\xf1\x42\xf0\xdf\x20\xa1\xd2\xd7\xf1\x29\x20\xcc\x45\x9b\xb7\xc0\x3f\xcc\xed\x5f\xc7\xdc\xee\x68\x13\x5a\xd1\x98\x82\x5c\xc8\xf2\x18\x11\xde\x87\x5f\x78\x25\x52\x62\x35\x8d\xa8\xcf\x74\xa6\x51\x89\xac\xb4\x76\x46\x7d\x73\xd0\xa8\x51\xc4\xd8\x42\xc0\xa9\xee\x77\xff\x79\xc2\x17\xbd\x06\xe8\xf6\x32\xf1\xa5\xc3\xf6\x34\x83\xd4\x17\x17\x52\xe3\x68\x46\x93\x3e\x0a\x50\x21\x0f\x62\x6c\xac\xe1\x9a\xe2\x39\x56\x19\x3b\x79\xe8\x9d\x4d\xdb\x89\xa8\xc0\x7a\x0c\xdc\x8d\x97\x5c\xcd\xa4\xa4\x79\xc3\x1b\xc8\xf7\x8c\x9e\xa5\xfc\x53\x63\xc6\x76\x2a\x79\x89\xbb\xd1\x09\xd1\xc9\xd8\x1d\x4e\x0d\xa3\x57\xec\x31\x33\x03\x30\x63\xe6\xcb\x02\x0a\x70\xad\x8a\x21\x41\x37\x38\x35\x05\xfd\xd3\xea\x1b\x34\xe3\xa9\x2a\x98\xdf\xb6\x07\xa7\x3c\xf5\x4a\xf3\x14\x0d\x13\x42\xb7\xd7\xbf\x89\x9e\x01\x61\x08\xd3\xba\x43\x25\xfa\xc9\x9e\x30\x3c\x15\x84\x72\xf9\xa7\xf9\xde\x0b\x18\x9b\xde\x18\xa3\x47\x07\xfe\xd8\xc1\x8b\x03\xec\xcf\x58\x89\x03\x65\x43\x8b\xc8\x8b\xf6\x16\xf0\x7f\x73\xad\x2c\x7d\xf2\x96\xc1\x37\xca\x38\x52\x6e\xa7\xdb\x64\x84\x53\x83\xf5\x38\xdc\x81\xf5\x91\x0c\xdd\xef\xf6\x70\x91\x6c\x75\x8e\xfc\x4d\xdc\x22\x77\x38\x44\x6a\x47\x42\xf7\x20\x48\x95\x13\xe2\xb9\x87\xfb\x1a\x67\x7b\x42\x44\x4d\xb9\xc1\x28\x6a\xf1\xf0\xdd\x9c\x37\xa1\x31\x69\x42\xb5\x73\xa3\x7d\x4d\x50\x9f\x3f\xef\x6b\xad\x72\x0d\xb2\x8f\x7d\x5b\x8f\x63\xc3\x05\xd5\x41\xd0\xc3\x1d\x3b\x39\xdd\xb5\x15\x84\xd5\xdd\x8f\x60\xed\xa2\x3b\x11\x8a\xb6\x07\x7f\x17\x21\x53\x51\x8d\x4f\x94\x1a\x19\xa4\xf3\x15\x9e\xa8\xb5\x2a\x38\x49\x01\xe8\x93\xcd\xf7\xdf\xe0\x8d\xda\xa1\xd4\x4f\x09\x8f\x63\xeb\xb7\x9d\xc6\x9e\xd3\x75\x93\xc3\x50\xc1\x1c\x12\x0a\x67\x39\xae\x88\x8d\xc4\x8a\x7c\xa2\xf5\x24\x73\x7b\xe1\x21\x7d\xff\xb3\xad\x2f\x47\x72\xac\x23\x71\xfa\xee\xa3\x70\x8b\x5b\x9d\x67\x3a\x01\x3e\x56\xcf\xda\x10\xea\x23\x8f\xdb\xb0\xc0\x7d\xdc\xd6\x86\xbe\x87\x64\x14\xa2\xbd\xa0\xfa\x90\x31\x8b\xeb\x43\x1c\x3a\xe6\x2a\x42\xc6\x87\x2a\x3e\x90\x9f\x89\x6b\xa0\x54\xc7\x12\x68\xc7\x1d\x2e\xc2\xee\xaa\x25\x97\xef\x12\x00\x07\xfa\xdd\xe9\xb8\xd2\x4e\xf7\x34\x5e\x40\xf2\x87\xa8\x16\xc5\xdb\x90\x9d\x24\xdc\x56\x0a\xa3\x27\xf6\xc6\x11\x9d\x5b\x5b\x5d\xaa\x7a\x43\x7d\x06\x2a\xe6\x7b\x1e\x10\xde\xfd\x2d\x78\x07\x02\xc5\x7b\xf3\x06\x87\x3c\xa6\xf8\xad\x58\x04\x4b\xcd\x43\xb6\x64\xaf\x57\x0d\x07\xbc\x67\xd8\xeb\x25\xc3\xbd\xde\x30\x7c\x6d\xa6\xa3\x45\x09\xfa\x3b\x4e\x58\xde\xaa\x43\x25\x4e\x89\x4a\x91\x6a\x75\x12\x77\x98\x69\x39\xb4\xe2\xc6\x55\x1f\x2d\x9b\x23\xe1\xe7\x77\xbc\x33\x36\xa3\xf4\xfd\xd7\x49\xb4\xc5\xbf\xd7\xc4\xd9\xff\x35\x00\xa0\x09\xc0\xef\x75\x57\xbe\xe4\xf0\xd3\xbf\xab\xdc\xfd\x11\xd3\xe5\x59\xb8\x68\x36\x0e\xf2\xaa\x0f\xf6\x4b\xac\xae\xfd\x74\x3c\x15\xed\x5e\x1b\xc3\x3e\x7f\xb1\x9a\xda\x1f\x77\x2f\x75\x94\x89\x0a\x61\x82\x18\x68\xfd\x4d\x2e\x34\x17\x4d\x36\x17\xe9\xbb\x6f\x24\xb7\xfe\x30\x9e\x33\x94\x27\x3e\x07\x1d\xed\x7a\x5b\x65\xbb\xf7\x17\x47\xba\x0a\x54\xe2\x3b\xd4\xd3\x06\x7c\xad\x55\xc9\x3d\x22\xf8\xbe\xcf\xfe\xb7\xfa\x01\x1d\xf5\xf7\xf2\x04\x0a\xb4\xfb\x18\x06\x11\xc6\x3f\x2f\x33\xe5\xe4\x03\x33\xe9\xef\x5e\x0e\xf1\x09\xd2\xeb\xa1\x3d\xc4\xa7\xcf\x6f\x46\x6a\x9e\x97\x9b\x15\xc7\xb8\x1f\x8d\x1c\xbf\x77\xbf\xc9\xed\x65\x84\xb8\x58\x2e\x79\x96\x27\x0d\x8f\x5a\x23\xa2\xcb\xeb\x1c\x7c\xc7\xc1\xb1\xcf\xee\x46\xf8\xd7\xa7\x2a\x2f\x93\x55\xd7\x05\x81\x0a\x0e\x8a\xb9\x4c\x56\xfe\x89\x68\xa3\xc1\x2d\x67\x49\x51\xf3\x24\xdb\xa8\x2c\x33\x25\xe3\x9f\x72\xd1\x40\xbe\x08\x74\x2b\xd4\xe1\xce\x57\x3a\x30\x33\xec\xf8\x89\x3a\x08\x4c\x29\x66\xba\x4c\x93\x32\xe5\x05\x06\xff\xd5\xed\x45\x25\x87\x49\x93\x12\x1c\x72\x12\x70\x69\xab\x4a\x3e\xf2\xc1\x32\xf4\x67\x0c\x7d\x61\xc0\xe7\x2b\x2d\x78\x52\xab\x4a\xed\x6d\xdd\x7c\x8c\x91\x1a\x90\x66\x91\x7a\x49\x9a\xbd\x89\xa3\x07\x93\x78\x7c\x47\xa7\x74\xaa\x82\x37\x7a\xa2\x5e\xf8\xd3\xb6\x31\x74\xfe\xf0\xc3\xe7\x3e\xf4\x7c\x56\x07\xd1\x7c\x2e\x7b\x3c\x73\x0a\x5c\xd6\xff\xef\x08\x32\x26\xd7\x60\x34\xe8\x7f\x53\x07\xf2\xff\x23\xe2\x90\xdd\xd3\xdd\x79\xda\x94\x2d\x41\xc8\x5c\x55\xc8\x3f\x82\x90\xfd\x7e\xdc\x4f\xff\x36\x41\xc8\x22\x4a\xde\xbf\x51\x70\x32\xa5\xf8\xb5\xe6\x35\x9d\xfa\x54\xb9\x07\xbb\x71\xdf\x29\xde\x88\x04\xd1\xb2\x56\x3c\x9b\x40\xd5\xba\x8c\x1d\x4d\x26\xd6\xaa\x6d\x33\x43\x00\x2f\x02\x78\x65\x12\xc3\x36\x91\x61\x0e\x8b\x37\x16\x44\xf6\x02\xb7\xc5\x3d\x82\x7c\x51\x1d\xaf\x25\x09\x26\x2a\xd3\x97\xa9\x78\xa3\x90\x1e\x7d\x40\xa5\x15\x3d\xc0\x74\x3c\xad\x20\xd3\x56\xa2\xc2\x1c\x1b\xe1\xc0\xa6\x6e\x51\x41\xa1\x95\x7e\x4f\x54\xc8\xa0\xe4\x98\x33\x57\x5f\x14\xec\x4f\x25\x98\x8d\xaf\xd0\x08\x1e\x11\x1b\x81\x3a\x2d\x0c\x64\x27\xff\xfe\xfc\x99\x1e\xe4\xa3\xbf\x03\xaf\xe5\xff\x1b\x02\x91\xc5\x0f\xf6\x80\x98\x64\x72\x6e\x3f\x78\x30\x49\x0d\x1d\x71\xbb\x4d\x5d\x55\x0d\xc1\x63\xbe\xa1\x28\x44\x6b\xda\x6b\x71\xec\xdf\xec\x9d\x61\x81\x48\x1f\xbb\xcd\x1f\x7e\x65\x65\xf8\x88\xc7\x3b\xf2\x2b\x7f\x89\x31\xe3\x4b\x4d\x19\xbb\x0d\x19\x96\x7e\xd5\x7c\xa6\xcc\x56\xf2\x4f\x4b\x04\xf3\xa6\xd0\x5e\x22\xf0\xb7\xf5\x5b\xb0\xae\xdd\x2a\x9a\x1c\xe2\x47\xb7\x7c\xcf\x98\x73\xc6\x9a\xa1\x1c\xa8\x7b\xc1\x91\xd2\x20\x62\x5e\x23\x4d\x26\xc3\x46\x87\x79\x74\x7b\xdd\x6a\x37\xe4\xde\x38\xce\x28\xb0\x6f\xc9\xeb\xda\x1e\x75\x41\xee\x8d\xdb\x98\x87\x9e\xe3\xb3\xde\xdb\x61\xde\xec\x51\x4f\xea\xde\xd8\x02\x46\xdf\x22\x53\x29\xdf\xeb\xc0\x6c\x50\x73\x5a\x7d\xea\x69\x9d\x4f\x58\xa5\x4e\xb2\xbc\xea\x0d\xd8\x83\x07\x86\xe8\xb2\x33\x76\x74\x64\xa9\x6d\xfb\x86\x60\x06\x2e\xb3\xcf\x61\xe7\xbd\x03\xbb\x95\x24\xc0\xf6\x65\x3d\x86\xee\x1f\x1b\x0d\xa2\x21\x68\xab\xad\xfc\x3b\xb0\x83\xfd\xbe\x23\x70\xde\xef\x75\xca\x81\xd1\x15\xef\xf3\x84\xe5\xc0\x38\x8b\xda\x4c\x48\x22\x1d\x4e\x9b\xf2\x8e\x98\x0d\x7d\xea\x72\x67\x0c\x5a\x3e\xe1\xb8\x8b\x07\x55\xf4\x5c\xb5\x77\x06\x72\x3b\x34\x8c\x5b\x47\x10\xb7\x3d\x43\xb8\x75\x06\x70\xfb\xcd\xc2\xb7\xed\x11\xbc\x6d\xef\xd0\x6d\x07\x06\x6e\xdb\x3b\x6c\xdb\xbd\x83\xb6\x75\x85\x6c\xf3\x03\xb6\xfd\x66\x6e\xed\x8e\x31\x95\xdd\xd7\xb3\xfd\x1f\x2e\xce\x5f\xd3\xc5\xf9\x2b\xbb\xa8\x4f\x9b\x32\x88\x79\x47\xbf\xc5\x02\xde\x1d\xaa\x42\x04\x89\x20\x92\xc2\x6f\x1d\xcf\xda\x8c\x19\xe3\x2a\x36\xe7\x25\xaf\x93\x86\xb3\x84\x26\xd9\xc6\xf4\x8c\xf3\xa2\x9a\x26\x05\x06\xe1\x61\x7d\xb9\x6b\x65\x5e\xce\x59\x92\xd6\x95\x10\x2c\x5b\xaf\x8a\x3c\x95\x4d\xd3\x6a\x95\xdb\x94\x90\x22\x59\x72\x56\xe4\xd3\x3a\xa9\x37\x83\x20\xa7\xe4\xaa\xe6\xb3\xfc\x13\x3b\x66\x98\xd2\x2b\x29\xf4\x17\x9d\x77\x13\x92\x28\x92\xea\xd5\x4d\x9e\xf1\x0c\x32\x7b\x9a\x26\x79\x66\x0a\xd8\x74\xc3\x12\x9d\x67\xc7\x60\xe0\x11\x53\xc6\x05\xa1\x05\x51\x53\x1f\x13\x08\xe5\x33\x39\xae\x50\x11\xc8\x1e\x32\x90\xe7\xaa\x35\x04\xea\xc1\xd8\xbd\xa0\x8f\x5f\x70\xb6\x90\x1b\x95\x26\x45\x11\xe6\xb8\xc4\xa9\xc6\xb3\xe5\x5d\x64\x7d\x5c\x18\xb9\x70\x76\x31\x67\x2d\x89\x41\x4f\x4e\xd4\x39\xaa\x74\xd6\x90\x16\x6b\xca\x61\x7c\x2e\x7f\xa6\x9c\x89\x1c\x12\x08\x35\x26\x41\x16\x39\xaa\x54\x25\xf6\x36\xbb\x09\xd9\xd3\x2f\x9e\xe2\xaa\x47\x6a\x88\xfe\xbb\x45\x5e\x28\xcb\x43\x53\x27\xaa\x23\x96\x8b\xb2\xd7\xb0\x22\xbf\xe6\xc5\x46\x6e\x5b\x9a\xac\x05\x6c\xdc\xb4\xe0\x4b\x21\x81\x62\x55\x27\x69\x93\xa7\x7c\xc8\xf2\xa6\x27\xd8\x94\x37\x0d\x87\x0c\xaa\x09\x98\x8e\xf2\x66\x04\x29\xd8\x50\x6a\xab\xf9\x2c\x9e\xeb\x8f\xde\x98\xd3\xbe\xdd\x94\x81\x4d\xbf\x59\xf3\x99\x49\xc8\x66\x6f\xd4\x8c\x24\x45\x43\x01\x18\xb7\x98\x24\xdd\x51\xd7\x8e\xd4\x3d\xfc\x2a\xc9\x7e\x6e\x93\x1a\x95\x60\xf2\x8f\x27\x55\xd9\xd4\x95\x3c\x81\x5f\x44\x32\xe7\xf4\xbb\x8e\xf3\x5c\x6c\xde\xf0\xbf\xac\xf3\x9a\x67\x56\x15\x29\xab\x3c\xb5\x4c\xa5\xfd\xf8\x62\xdd\xac\x65\x93\x67\x9f\xd2\x62\x2d\x72\x90\x9b\x76\x5c\x5c\x9a\x64\x27\xc8\xd7\x09\x29\x76\xf4\xd7\x68\x0a\x50\xb7\x2a\x7c\x8a\x85\xb5\xe2\x4d\x93\x97\x73\xf1\x22\x59\x0d\xd9\xc5\xbb\x70\xe5\xaf\xe5\x9d\x8c\xe5\x09\x5d\x47\x83\x5e\x91\x30\x20\xb2\xb3\xbc\x9c\xab\x3c\x7e\x8f\x5f\xeb\x98\x53\x0f\x1f\x32\x88\x0e\xa5\x70\x87\xcd\xba\x83\xee\xfb\xf8\xa8\xc0\xd1\x32\xcb\x26\x4f\x14\x18\xd8\xea\x98\xf0\x46\xa7\xf9\x07\x25\xf2\x6b\xd2\xe0\x8f\x12\xcb\xe5\x29\x5b\x72\x21\xd7\xa1\x6b\x56\xcd\x82\xd7\x67\x36\x69\x2c\x69\x21\x27\x2c\x30\x69\x37\xf6\x9d\xd4\x9c\xd5\xea\x8c\x25\x90\x26\x16\x55\x60\x36\x3b\x3d\xe7\x34\x06\x15\x67\x63\x43\x57\x1f\x3e\x64\xc8\xe2\x9b\xde\x60\x14\x5c\x7e\xb4\x47\x66\xaa\x2a\xfd\x38\x99\xaf\xee\x92\xee\xa2\x9c\xb0\x32\x08\xfa\x9d\x4e\x13\x01\x78\xc4\xf4\x4c\x66\x2b\x3b\x7f\xe9\x6e\xb8\xee\xfd\xdd\x82\xcb\xad\xea\x9e\xa4\x29\x70\x63\x9c\xdc\xd1\x7d\x85\x9a\xce\xee\xda\xc0\x87\x64\xa3\xa7\x5c\xe2\x89\xb5\xe0\xd9\x88\x3d\x4b\xd2\x05\x64\xdc\xce\x05\xd8\x44\xab\x15\x80\x05\xa8\xe6\xb8\x2c\x53\x18\x5d\xa8\xbe\x79\x0e\x53\x75\x42\x86\x25\xac\xe6\xab\x22\x49\x91\x62\x9b\x3e\xd0\x20\x8a\xf3\x27\xe2\x9f\x38\x1b\x3b\x97\xe1\xf1\xeb\xd3\xae\x15\x34\xb7\x95\x9a\xba\x4d\xad\xba\x54\x57\x9c\x71\x7d\xc7\x71\x5d\x55\xb3\xa0\x8b\x53\x9d\x5d\x62\x26\x65\xb9\xc2\xaa\xe4\xde\x1a\xe5\x9e\xeb\x25\x62\xf6\x78\xb9\x3e\x3a\xf5\xa5\x8f\x4f\xf6\x98\x3f\x51\x88\x96\x19\x60\x25\x9d\x94\x19\xb3\x73\xc8\x29\xf2\xba\x86\xd4\xb1\xea\x58\x85\xce\xc5\x3f\xab\xea\xa5\xbd\x7b\x63\xd5\xe3\x31\x3b\x57\xf3\x84\xf9\xe7\xc2\xd2\xdc\x7e\x5e\x66\x39\x9e\xb1\x22\x1c\x7a\x07\x24\x32\x4e\x0d\x92\x19\x18\x32\x9c\xb0\x74\x91\x94\x73\x9d\xf9\x51\x29\xcd\x1e\x32\x48\x32\x92\x79\xb8\x22\x17\xa0\x8d\xae\x79\x92\x1d\x4b\x8a\x69\x26\xf4\x43\x05\x59\xa5\xf5\xfe\x41\xf2\x3b\xe4\x0b\xfe\x64\x26\x8a\x00\xa7\xa7\x6a\x9a\x5e\xfa\x23\x24\x4d\xc3\x97\x2b\x34\xd3\x57\x4c\xdc\xe6\x4d\x2a\x8f\xb2\xb9\xe5\xbc\x24\x4b\xc0\xd4\x95\xa5\xfd\x80\x3d\x92\x83\x36\x38\x68\x99\x2f\xf3\x14\xa6\x77\x8b\xd8\x51\xd3\x25\xc9\x61\x0b\x4d\xc2\x05\x0f\xcf\x01\x54\xcc\xab\x75\xa3\x13\x98\x09\x0a\x48\xaa\x33\x64\xc9\x35\x03\xa1\xa2\xca\x69\x1e\x62\xc5\x6b\xba\x3a\x95\x84\x96\xc2\x54\xea\x62\xfe\xb3\x31\x7b\x9d\xa7\xd7\x8f\xf1\xa6\xb7\xd3\x86\xc7\xaf\x4f\x95\x8e\xa4\x07\x7b\x2e\x71\x4a\x8f\x7d\x66\x3d\xba\xef\xe6\xa3\x94\x5a\xe5\x29\x9b\x0f\xf2\x08\x5f\x95\xc5\x06\x3e\xc8\x7e\x4e\x75\x6a\xca\x82\x37\x7a\x65\xa0\x00\xff\xce\xe1\x66\x65\x1b\xc9\xa0\x64\xfc\x86\x17\xd5\x0a\x6e\xf9\xb2\xca\xf8\x50\x2f\x1c\x78\x92\xaa\x20\x5b\x0d\x57\x37\xe5\x75\x93\xe4\x25\xdd\x5b\xb8\xbd\x2a\xd3\x3b\x7b\x59\x35\x1c\x31\x69\x52\x14\xb6\x2d\xff\x94\xf2\x55\xc3\x3e\x7a\x9b\xf4\xd1\xdd\x73\xb1\xa8\x6e\xe1\x56\xcd\xf2\x1a\xf8\x21\x29\xa1\x41\xb7\xfd\x92\xdf\xc6\x5a\xeb\xfe\x97\x09\xe9\xa0\x48\x24\x93\x95\xe9\xac\x97\xd5\x4a\x5d\x0d\x31\xe8\x48\xd6\xac\xe8\xad\x3c\x0f\x9b\xad\x39\xa4\xc2\x8a\xb9\x92\x3c\x97\xf2\x8b\x18\xf1\xf2\x66\xf4\xf2\xd5\xd3\x67\xbf\x3e\x7b\xf9\x27\xb0\x95\xf5\x56\x75\x95\xad\xa1\xe7\x5e\x9b\xa1\xd4\x79\xcc\xb7\x72\x1f\xb4\x01\x36\x9e\xb0\xf7\x57\xd4\x98\x19\x52\x48\x6b\x33\xf4\x59\x26\xf9\x2f\x40\x71\x8e\x65\xd4\x67\xce\xd0\xcc\xa8\xd6\x6d\xcd\x40\xc1\xab\x46\x9a\x22\xb6\x5e\x17\x5c\x1c\x57\x33\xfc\xc9\x8e\x8f\xd9\x74\x9d\x17\xd9\x71\x93\x2f\x39\x9d\x31\x25\x77\xa2\x61\x8b\x44\xc8\x5d\xe5\xd9\x9b\x80\xdd\xed\x83\x63\x89\x67\x9a\xd4\x97\x0e\x1d\x4a\x14\x2f\xa6\x3c\x55\x3e\x92\x83\xfb\xf5\x9f\xb7\x06\xdc\xbf\xfd\xf6\xee\xa3\xdb\x4d\x55\x64\x5a\x4d\x48\xb3\x43\xaf\xa8\x16\x30\x78\x29\xd9\xb1\x5a\x0c\xaf\xa6\xc4\x7e\x39\x05\x26\x36\x65\xba\xa8\xab\xb2\x5a\x8b\x62\xc3\xfa\x12\xbf\xe6\x00\x59\x98\xf7\x78\xe0\xc3\xb5\x04\xce\x65\x72\xcd\x59\xc6\xa7\xeb\xf9\x1c\xc8\x47\x22\x72\x4d\xa8\x90\xad\xa7\x9b\x15\xf0\xf7\x8c\xc5\x8a\xad\x0f\x90\xae\x25\xf1\x62\x1f\xb7\x41\xa3\xba\x6a\x86\x60\x36\x70\x42\x56\x26\x75\xd9\x57\x35\xac\x6b\xd2\x9d\xed\x48\x4e\x29\x0a\x8a\x4e\x37\x64\xb8\x9a\xff\x45\x0e\xb5\xbb\xcd\x2e\xf1\xa0\x0f\xf7\x85\x99\xe8\xd6\x7f\x19\x39\x0c\x1e\x7e\x8a\x70\x66\x5e\x81\x5d\x15\x09\xdd\x41\x16\x48\x6f\x12\x7b\xf0\x20\x10\x48\xdc\x69\xd0\xda\x03\xb2\xdf\xc1\xd5\xd3\x5d\x05\x62\x8c\xdb\x5f\xd0\x2e\x1a\x4d\xca\x12\xce\xb5\xbc\xbe\x01\x0e\xa4\x84\x4b\xb3\x76\x08\x77\x55\xcd\xc4\x7a\x8a\x49\x55\x35\x14\x0a\x85\x27\x4d\xff\x14\x5f\x8e\x08\x3a\x07\x36\x44\x24\x33\xae\x13\x50\x43\x56\xea\x9d\x40\xcf\x6f\xb8\x24\xbd\xa6\xfb\xb4\x2a\x35\x9c\x4a\x72\xc3\xa6\x1c\x85\xe6\x8f\x11\xb1\xf1\x23\xca\x43\x00\x0d\xac\xa9\x93\xf4\x5a\x33\x8c\x66\xcd\xe0\x10\x38\xe5\xdc\x0e\x60\x97\x2f\xe1\x10\xd8\xdd\x90\x6e\xb3\xbe\x00\x7b\xfc\xc2\x90\x7d\x67\xe3\x9a\xdb\x3c\xe5\x83\x91\xc1\x1f\x74\x52\xfa\x2c\xbd\xb9\xa2\x2f\xbc\x8f\x5a\x29\xf6\x32\xc7\x6c\xbe\xa1\xe8\x80\x20\x60\xf0\xd3\xdd\xbd\x5d\xe2\x7e\x48\x04\x7f\xca\xd3\xaa\x4e\x9a\x8a\x3a\xa3\x39\xdf\x7d\x0d\xd8\xbb\xbc\xcc\xaa\xdb\x21\x5b\x54\xb9\x68\xde\x36\x49\x93\xa7\x62\x48\xa2\xf9\xed\x11\xd2\x7b\xcb\xb0\x13\xe5\x48\xe3\xb5\xc0\xb2\xd7\xc8\x2d\xd6\xae\x4a\xed\x3f\x89\x28\x63\x67\x8e\x60\x9d\x0b\x22\xe8\x8c\xd8\x33\x04\xe4\x54\x72\x15\x1f\xe7\xbc\x79\xc3\xc5\xaa\x2a\xe5\x25\x79\x51\x65\xfc\x23\x5b\x26\x25\xdc\x9d\x21\xab\x90\x63\x90\x40\x25\x39\xc5\x8f\x40\x5a\xdc\xca\xa0\xa1\x92\x8c\x73\x5e\x4a\xe6\x5c\x73\x01\x56\x19\xe6\xb2\x09\x54\x2a\xcf\x9b\x85\xdb\x9b\x8a\xca\x89\xaa\x14\x5a\x70\x36\x66\x6e\x4d\xcd\x98\xa9\x5e\x79\xb9\x5e\x7a\x35\xac\x88\xff\x2e\xcf\x9a\x05\xfb\xf0\xe1\xf1\x84\xfd\xdb\x7f\xff\x8f\xd5\x27\x45\x43\x31\x09\xef\x84\x7d\x37\xf4\x2b\x9e\xaa\x7a\x92\x99\x86\x66\xff\xfe\xaf\xb6\xd9\x92\x67\xf9\x7a\xc9\x26\xca\x5e\xea\xb6\xc3\x8a\xa6\xdd\xf7\xdf\xfd\xcb\xbf\x9a\x86\x45\x52\xcf\x39\x9b\xb0\x7f\x89\xb4\x53\x15\x6d\xc3\x7f\xfd\xf7\x3f\x98\x86\x9f\x9e\xab\x96\xff\x1a\x6b\x89\x35\x6d\xcb\xff\xf8\xde\xce\xf5\x93\x69\xfa\x6f\xb1\xa6\x6e\x55\x53\xf7\x0f\x50\x77\x5d\x5e\x97\xe8\xac\xfd\x1f\xff\xf1\x1f\x43\xb5\xdd\x48\x89\xde\x3c\x7b\xfb\xfa\xd5\xcb\xb7\x17\x7f\x7a\xf6\xeb\x8b\xf3\xff\xf5\xeb\x93\x57\x2f\xdf\x5e\xbe\x39\xbf\x78\x79\x29\x19\xad\x7f\xfb\xef\xff\x31\x94\xfb\x30\x84\x45\x0d\x61\x82\x43\x18\x6b\x28\x7b\x82\x7f\x57\x0e\xe4\xfe\x22\x78\xcd\xc4\x8a\xa7\xf9\x2c\xe7\x19\xa2\xb2\xa6\x22\x29\x18\x87\x12\x00\x67\xeb\x02\xb0\x90\xe0\xf5\x8d\xac\x9f\x67\x5c\xa1\x5d\x89\x77\x44\xca\xcb\xa4\xce\x2b\xa1\xc1\x4d\x72\xec\xbf\xaa\x2e\x24\x38\xf8\x00\xe4\x85\x4c\xb5\xb3\xb9\xac\x31\xc9\x23\x00\x7c\x91\x08\x85\x5b\x6f\x39\x13\xeb\x54\xf2\xa8\xb3\x75\x01\xd9\x98\xc1\x32\x97\x0d\xb5\xd8\x2d\xc5\x56\xc1\xc0\x5d\x1a\xfa\x59\x25\x39\x20\xc9\xbc\xc9\x93\xc2\x10\x08\x90\x61\x51\x7e\x84\xbc\xce\x4c\xe4\x7f\xe5\xce\x9c\xe5\x90\x07\x4d\xf8\x1c\x47\x4e\xf4\xce\xe8\x99\x99\x3d\x51\x9c\xbb\xc4\x19\x2c\x61\x0f\x1f\xaa\x5d\x79\xf8\x90\x5c\x32\x58\x24\x4a\x1d\x97\x92\x16\xbd\xbb\x78\xfe\x9c\xbd\x7c\x75\xc9\x9a\x3a\x9f\xcf\xb9\x94\xd3\x37\x56\xe5\x5b\xd9\xeb\x2d\x90\xa2\xa1\x33\xb9\xf2\x2c\x97\x50\xb2\x5e\x72\x14\x94\xbd\x31\x8e\x5a\xa4\x06\xe1\xa3\xa1\xbe\x8b\x01\xba\xb6\xc3\x09\x17\x4a\x0f\x9d\x4d\x3c\x3c\xa2\xd1\x86\xde\xbb\x0b\x3c\x9e\xfc\xaf\x4a\x91\xed\x4d\x56\xab\xef\x35\x95\xbd\x05\xfc\x8b\x67\x86\xfb\x94\x26\xa5\x24\x77\xa0\x4c\xd0\x9a\x68\xe8\x39\x61\x35\x3f\x56\xcc\x69\xb6\x06\x18\x45\xc6\xc1\x12\x50\x88\x75\xaa\x14\xea\x20\x87\x63\xef\xb7\xa8\x7b\x97\x28\xfa\x36\x17\x1c\x94\x0b\x53\x29\x15\x26\x62\x5d\x73\xec\x7d\x5d\x36\x79\xc1\x92\x99\x94\xcd\xa0\x9b\xbc\x9c\x5b\x63\xc7\x7f\xcd\x09\xe6\x66\x2f\xbd\x83\x54\x6a\x82\x33\xc7\x70\xe5\x9c\x99\x92\x4e\x70\x97\x91\xc8\xa1\x92\x1d\xff\xd6\x3d\x0c\x48\xf0\x7e\xa7\xb2\x61\x7f\x03\x62\xe6\xd5\x23\xec\x40\xb8\x80\x39\x6f\x14\x3c\x78\x7d\x0c\x02\xe0\xdb\x12\x6d\xbf\x03\x70\x67\x67\xf6\x06\xcb\x1f\x6e\xbb\x11\xd0\x00\x1f\x08\xff\x4e\x28\xb7\xa9\x70\x1b\xd0\xed\xc7\x97\xc8\x6f\x69\x5f\xf0\xed\x2e\xf2\x0d\x8f\x17\x80\xda\xa3\x13\x28\xbc\xfb\x15\x3c\x33\xef\x7f\xc7\xf0\x6a\x44\x07\x61\xbe\x54\x82\xc9\x68\x34\x4a\xea\x39\x86\xa4\x78\x7f\x05\x52\x2b\x8a\xbc\x36\xb7\x88\xae\xaa\x7a\xc7\xdc\x13\x12\xf4\xbf\x3c\xcb\x44\xcd\xc5\xba\xc0\xe8\x1f\x3a\xff\x11\x0b\x79\x18\xb3\x09\x0e\xab\x68\xe6\xd5\xc6\xf5\x18\xd3\xad\xf2\x0d\x17\xc0\x3e\x6a\xcf\x6b\x7c\xfe\xe4\xf2\x86\x8f\x9c\xfa\xaa\xe2\xd8\x6c\x88\x69\xf7\xb8\xd9\xac\x78\x35\x73\x1b\x9f\x1a\x11\x6b\x77\x04\xef\x68\x5c\xec\x4b\x3f\xda\xaf\x17\x00\x1b\x3f\xee\x1b\xdc\xda\xd6\x45\x0c\x15\xc0\x03\xea\x37\x76\x55\xb1\xb1\x19\xa8\x08\x09\xad\x04\xb0\x96\x13\x2a\x27\xfb\x04\xa6\xfd\xfe\xdb\x50\x04\xbe\x10\xd9\x1e\x8e\xdb\x0d\x61\xdd\x12\x4e\x5b\x9d\xda\xe8\x56\x49\x0e\xbd\x9a\x83\xcf\x9d\x8d\xa5\xfd\x06\x3e\xf8\xbb\xa4\xbf\x87\x21\x81\x0f\x08\xab\xdd\x19\x3c\x3b\xec\x72\x9f\x00\xda\xd6\xdd\xbc\xf6\xee\xbb\x3e\x3d\x38\x07\x72\x38\xc6\x64\xea\x54\x9f\x4c\x26\x3e\xea\xd4\xfc\xe8\x19\x0e\x38\xa6\x3e\x5a\x8f\x03\x60\xa0\xda\x10\xe2\xb7\xd5\x0e\x3a\x77\x6e\x0b\x3a\xf4\x64\xeb\xfe\x0e\x22\x17\xf4\xed\x93\x02\x29\x59\x26\xe5\x66\x10\x0d\x5d\x10\xee\xac\x7d\x1f\x89\xe7\x09\x0e\x1e\xce\xb3\x31\x83\x7a\x9c\xed\x89\x10\xba\x08\x3c\xd1\x4b\x20\x69\xa6\xd7\xcb\xd1\x84\x9e\xc9\xc8\x2d\x75\x34\x4a\x58\x8b\x83\x4c\xcb\xfb\xdb\xf6\xad\x22\x11\x3d\xee\x1c\xad\x97\xbd\x3c\x77\x34\x8d\x18\x95\x94\xfb\xc1\xb1\x0c\x29\xca\x1d\x68\xb2\x49\xe9\x35\x08\x33\xaf\x66\x4f\x28\x91\x77\x49\xfe\x58\xe1\xbd\x81\xc9\x95\x00\xd3\x6f\xea\x8d\xe7\x2b\xe3\xb4\x1a\x65\x55\xba\x96\xf0\x6d\xfe\x50\xf0\x3e\x4a\x8b\x1c\x6a\x65\xcd\x02\x97\xc3\xd2\xa4\x49\x17\xac\xcf\x07\x9d\x1d\xe6\x65\xc9\x6b\xd2\xcc\xe3\x01\xac\x43\x4c\xe3\x70\x9c\x3e\x43\xda\x27\x2c\xa8\x1c\x99\xcf\x2b\xed\xe7\xa2\x9d\x56\x5c\x36\xea\x58\x8a\x57\xa8\x5f\xd2\xfc\x25\xda\x3d\x1b\x5e\x2f\x73\xe3\x67\x12\x93\x04\x22\xa4\x7f\x07\x7f\xa5\x37\xdb\x63\xce\x63\xcc\x93\x94\x75\x02\xa8\xf6\xae\x3c\x48\xe8\x3b\x79\x3e\x72\x94\x4c\x0a\x63\x05\x87\x6c\x4c\xbb\x41\x63\xc0\x4e\xdb\x45\xd9\xf7\xee\xe4\xae\x06\xed\x94\xe3\xdb\x6f\x03\x48\x0f\x81\x02\x78\x8f\x37\xca\xf5\x8c\x4d\xb9\x68\x18\x9f\xcd\xe4\xe6\x22\x8c\xb3\xbc\x64\x69\x22\x38\x98\x86\x6a\x29\x6f\xf6\x6a\xae\x5d\xa1\xa6\x75\x75\x2b\x85\xe4\xe9\x1a\x1e\xb1\x40\xa6\x2a\xb0\xc3\xcd\xd1\xcc\xca\x2c\x74\x8d\x2c\x62\x0d\x51\x46\x0b\x79\x8b\x68\x46\x8d\x14\x6c\x25\xe0\x3f\xaf\x85\x36\x0e\xae\x05\xac\x01\xfc\x6f\xb4\x98\x9e\x97\x6c\xb6\x6e\xd6\xb5\x96\xca\x85\x8d\xb4\xa9\x24\x64\x49\x7b\x84\x64\x6c\xea\x06\x55\x85\x4a\x14\xbe\xad\xab\x72\x6e\x3d\xa3\x6e\x79\xef\xc6\x8a\x3b\x60\x31\x54\x8b\xb2\x9c\x75\x44\xae\x33\x91\x62\xc9\xfb\x71\x87\x35\x97\xe8\xce\x42\x25\x7d\xec\xef\x6d\x14\x6d\xe5\x06\xa1\x25\x84\xd3\xcd\x15\x66\x41\xa3\x07\x0c\x96\x94\x15\x13\x61\x45\x71\xe0\xb0\x95\x7c\xce\xcb\x9b\xbc\xae\xca\x25\x0a\x94\x68\x70\x46\xf1\x1c\xdc\xdb\xcc\x86\xfa\x57\x92\xf5\xd8\xb7\x14\xf3\xf6\x9e\x48\x29\x20\x90\x9b\x95\xea\x44\x72\xb4\xb7\xda\x09\xc3\xc7\x22\xb9\x18\xd9\x94\x59\xb1\xe4\x1c\x51\xaa\x7c\x3f\xb7\x40\x85\x11\x0e\xf0\x30\x7a\x55\x02\x8f\x18\x69\x42\x6c\x48\x4e\x23\x77\x07\x86\x21\x9a\x1a\xb6\x42\x3f\xd5\xb0\x66\x9a\x5b\x17\x27\xa1\x8c\xe3\xcf\xd2\x5b\xd7\x6e\x05\xed\x57\x44\xf1\x4a\x1e\x96\x4c\x31\xc1\xef\xea\x6b\x4f\x68\x87\xc4\x43\x11\xbe\xee\xbe\xba\xe1\x75\x9d\x67\x9e\xc0\xc8\x8e\xd9\x2b\x55\x10\xed\x81\x5d\xcc\x70\x1e\xd8\x09\x78\x60\xa0\x8f\x23\xda\x3b\x92\xe2\x36\xd9\x08\x05\x5a\xe8\x7d\x42\x48\x0c\xf2\x39\x81\x94\xaa\xb3\x0c\xda\x15\x6b\x09\xe7\x0d\x9f\xbd\x9a\xfe\x99\xa7\x4e\x34\x05\xc5\x8e\xa2\x17\x40\x7c\x19\x81\x2c\x2a\x45\x44\xc3\x72\xe1\x34\xde\x4b\x44\xe3\x43\x90\xe0\xcd\xf3\xe0\xf3\x15\xb5\xba\x02\x7b\xf4\xd8\xad\x70\xda\x6f\xc7\xbb\x4e\xda\x21\x46\x78\x40\xd3\xa3\xbc\xe2\xd3\x24\xbd\x76\x83\x09\xa8\xac\x82\xfc\x36\xd8\xab\x90\x3e\x07\x4a\x14\x6a\xfc\x1c\xd0\x47\x8a\xca\x65\xc7\x7a\xd1\x22\x46\x56\xbe\xa0\x65\xd5\x28\x97\x4c\xa2\xd9\x22\xd6\xd5\x70\xc7\xf0\xa9\xab\x3f\x49\x2a\x31\xc6\x36\xb4\x1f\xb6\x70\xf0\xd3\x90\xbd\xb7\x0b\x19\xb2\x70\xd8\x2b\x77\x57\x6f\xf3\x12\xcd\xd4\x6a\x17\xb0\x37\x8b\x65\xe4\x6d\xa3\x72\x17\x95\xb8\x94\xc6\x00\xf0\x2c\x56\x08\xb4\x5d\xc5\x46\x92\x61\x10\xaf\x86\xac\xaa\xe5\x56\x80\x93\x94\xbe\x28\xca\xf8\x87\x48\x42\xbb\x84\x35\x95\x9b\x02\xe1\xe4\x84\xf5\x65\x2b\x0e\x76\x3e\xb4\xa1\xd5\x6b\x70\xde\x90\x43\xfb\x9d\x41\x3c\x44\x0b\x2e\x8e\xd7\x87\x72\xd5\xcd\x67\x92\x4f\xc0\xfa\xee\x78\xe0\x22\x6b\xe0\x0b\x2d\x8b\x2e\x74\x41\x4c\x91\x38\x06\x98\xb4\x90\xd0\x98\x38\xca\x76\x3c\x7e\xa2\xfe\x00\xfc\xd3\x22\x59\x8b\x26\xbf\xe1\xc7\x19\x5f\x81\xfb\x03\x2c\x68\xc9\x93\xb2\xd1\x36\x52\xbd\xcf\x72\x9b\x01\xa5\xf9\xfb\xa2\xe1\x23\x3e\x79\x03\x17\x3a\xb8\x4f\x7c\x89\x67\x67\x11\x98\x3a\x3c\x15\xa4\x72\x6a\x7d\x91\x97\xf9\x12\x1f\xc3\xfb\x19\xed\xda\xb2\xe8\xca\xba\xda\xfa\xe7\xc6\x49\x50\x5f\x1f\xfb\x9d\x9e\xf6\xb7\x77\x91\x2c\xda\x6b\xc1\xdd\xbe\xc8\x29\xab\x3d\xb0\x78\x06\x2b\xf5\x49\x83\xc1\x3d\xf2\x5f\x46\xde\xff\x83\xe6\xaa\x2d\x98\x47\x90\x97\x70\xcb\x9e\xe6\x35\x4f\xd1\xef\xe0\xa7\xbc\xf4\x0d\xa0\x69\xb5\x5c\x56\xe5\x89\x57\xc9\xe9\xe0\xc7\x2a\x5d\x8b\xff\xb7\x2a\xf9\xd0\xfe\x69\xea\x93\x6f\x97\xc9\x74\x4a\x5e\x41\xfa\x71\x30\x4c\x3d\xdf\x37\x3b\xcb\x6f\x76\x27\xf7\x14\x0b\xb0\x07\x49\x49\x36\xa9\xb9\x97\xb1\x13\x5f\xa9\xc0\x9f\x61\x12\x75\xfc\x2c\x4c\xcf\x3f\xe6\xb5\x68\x7e\xd4\x4f\x36\xf5\x57\x89\x37\x83\x8f\x6f\x2e\x9f\xc3\x9f\x4e\x66\x51\x44\xdf\xef\xea\x64\x05\xf5\xe1\x5b\x2e\x2e\x5e\xbd\x55\x7f\xbd\x48\x70\x52\xb1\x24\xa3\x73\x8e\x71\x18\xdf\xe5\xcd\x42\xbf\x68\xd0\x05\x4f\x95\x5c\x0c\xbf\xa1\xeb\x37\x3c\x6d\x44\x90\x79\x34\x6e\xe4\xf6\x82\xab\xb4\x86\x61\xf1\x0e\xe5\x90\x10\x2b\xf2\x00\xd6\x3e\xfc\xa8\xaf\x7b\x07\x63\xd9\x91\x01\x15\x55\xd7\x2d\x89\x20\x87\x61\x69\x6b\xc1\x79\x99\x2e\xaa\xda\xc9\xba\xdd\x1a\x4f\x25\xb2\xd8\xb4\x2a\xd3\x04\x93\x3b\xbf\xe5\x0d\x9c\x57\x2c\xb6\x8b\xac\x90\x97\xf3\xe0\xe1\x4e\xc3\x97\x41\x32\xea\xbd\x12\xb5\x2a\x52\x8a\x8f\x93\x86\xea\x97\xf6\x07\xd3\xbf\x2d\xe0\x13\x07\x33\xfd\xfb\x02\x3d\xef\xdc\x1e\x2e\x44\xb5\xac\xea\xd5\x22\x4f\x9f\x27\x9b\x6a\xdd\x20\x95\x8a\x3e\x53\x68\x93\x08\x02\x46\x72\x18\x58\x20\x9c\xad\xe9\xe0\xf5\x29\x12\x6d\x03\x47\x52\x27\x38\x1e\x92\xa5\xdd\xdd\x54\x92\xd2\xbc\x25\x6e\x8a\xf7\xfd\x79\x2e\x9a\xd6\x46\x70\x82\xdd\xa5\xad\x83\xe1\x33\x53\xdd\x78\x6f\x6c\xad\x5f\x6e\x18\x5c\x19\x03\xba\x18\x22\x6d\x4f\x3f\x3b\xf4\xa7\x17\xcb\x4c\x7b\x50\x62\x5a\x5c\x9b\x8d\x5c\xe5\xa6\x3e\x7f\x55\xa3\x10\xb1\x77\xb6\x7d\x76\xa1\x70\x88\x92\xf3\xc9\xb6\x47\x8b\xfc\xed\x08\x31\x90\xee\xf7\x35\xba\xc0\xf2\x4c\xdf\xe3\x9d\xb7\xb7\x3d\x8b\xae\x3b\xab\x78\x71\x77\x7a\xdd\xd6\xc3\x7e\x5d\xad\xd6\xab\x37\x5c\x34\x55\xcd\xe1\x6c\xbd\x67\x39\x38\x59\xa8\x85\xdc\x8d\x89\xe5\x4f\x83\xf8\x47\x28\xdf\xe3\x76\x80\x8e\x43\x33\x86\x88\xb2\xdd\x07\x6b\x38\x70\xc0\xbd\x37\x0e\x07\xfe\x50\x9e\x9c\x80\xcb\xbb\x56\xd8\xb8\xd5\xc1\x43\x4d\x45\x0b\x01\xdb\x7a\x59\x61\xfc\x56\xf0\xd5\x99\xf2\xe4\x7a\xa8\x22\xb7\x60\x6b\x15\x97\x9d\x65\x9a\x57\x91\x12\x74\x9d\xcf\x17\x0d\xbe\x39\xa8\x56\x23\xbd\xd8\xa7\xcf\x7e\x3c\xff\xe5\xf9\xe5\xaf\xaf\xdf\xbc\x7a\xfd\x76\xcc\x5e\x27\xb5\x14\x45\xfc\xe5\x20\x6f\xa8\x4d\x5e\x2a\x74\xac\xf2\x83\x46\xae\x00\x8e\xef\x55\x09\x06\x2b\x12\xae\x6a\x9e\xac\xde\xae\x92\x94\x8f\x95\x6b\x54\xe6\x72\x5b\x63\x9f\x47\x1b\x4d\xab\xa6\xa9\x96\xe7\xeb\xa6\x7a\x96\x29\x1f\x68\xb9\xbe\x77\x2a\x6b\xfb\xbf\x0f\x91\x93\x8c\xaa\x93\x15\x1b\x00\x89\xe3\xfb\x7a\xa2\xed\x89\x10\x94\x57\xb5\x7d\xd0\x84\xb1\xc4\xcf\xc6\x8a\x84\xa0\x22\x10\xad\xbe\x91\x3e\xde\x5f\x39\x0f\x66\x89\xc8\xdf\xe8\x07\xb6\x7a\x84\x51\xa3\x3b\xfc\xf0\xa5\x86\x63\x3c\xf6\x49\x18\xab\x5f\xc7\xf4\xa0\xdf\x46\x58\x5b\xa7\x68\x91\x3f\x88\x0a\x1c\x7e\x7b\x7e\xf0\x5a\x92\xb9\xc0\x23\x56\xe6\x5e\x3d\xa8\x79\xff\xe4\x38\x13\x8b\xf5\x14\x38\x1d\x5d\x91\x08\x73\x72\x18\x55\x3c\x5a\xd5\x7c\xc6\xeb\x17\xe6\x01\xf2\xb9\x00\xa1\x59\x07\x9e\x25\x2a\xf1\x93\x13\xf6\x23\xfa\xc4\x1e\xe3\xc8\xa8\xf4\x2d\x39\x3c\x4a\xd1\x73\xcc\x78\xa9\x76\x7a\x88\x9e\x80\xf8\x92\x41\xc5\xc7\xf9\x68\xbb\xb3\xd1\x2f\x55\xb4\x58\xe5\x10\xca\x3f\x35\x8a\x43\x9b\xe8\x35\x10\x23\x17\x73\xf7\x62\xb4\x5a\x8b\x85\x6b\xae\x72\xbb\x19\xd2\x22\x13\xa4\x67\xce\x9b\x57\xf8\xb7\x64\xa4\xb4\xce\x0b\xd7\xdc\x37\x13\xc2\x65\x0c\x5a\x2c\x5e\x9e\xbe\x38\x3a\x31\x35\xff\xd0\x4e\xe6\x05\xd0\x70\x9a\x46\xad\x47\x6f\xd4\xb3\x60\x79\x85\xf1\x75\x60\x91\x4b\xc0\x98\x31\x40\x29\x78\x20\x69\x82\x2f\x85\x12\x50\x46\xeb\xf0\x2a\x2d\x86\x9e\x34\x29\xcf\xcb\x8d\xbe\x36\xc8\x9e\xf7\x15\x0e\x89\xde\xab\x81\x0d\x77\x46\x25\x4c\x68\x32\x12\xd5\x12\x43\x98\x79\x6a\x06\x27\xcd\x51\x18\x7f\x97\x84\xdf\xa4\xb6\x89\x0b\xd4\xb1\x40\x7f\x39\x3a\xbe\x29\xda\x0e\x8b\x82\x0d\x28\x37\xfa\x39\x22\x2e\x5e\x19\x52\x54\x4d\xdc\x0b\x59\x79\xe4\x4d\x46\x55\x70\xa2\xa5\x38\x1f\x47\x64\x45\xc2\xe2\x2e\xb9\x30\xf2\xd3\x2c\x0a\x54\x26\x90\x02\x7b\xbf\xe5\xa9\x22\x1b\x14\xf4\xce\xd8\x3d\xf1\x4a\xbc\x4c\x6e\x72\x8c\x49\x4b\x73\xd5\xff\xcb\x1f\xbc\x5c\xf5\x58\xf9\xc9\xab\x17\xaf\x5f\xbd\x7c\xf6\xf2\xf2\xd7\x97\xe7\x2f\x9e\xb1\x89\xb2\x4e\x98\xa3\xa3\x04\xfa\x57\x12\x76\x0e\xc9\x9c\xa6\x93\x91\x80\x89\x72\x66\xca\xe8\x31\x1a\x61\x70\x1a\x31\x66\xfd\x38\x6f\x75\x7f\x3a\xeb\xd8\x11\xdf\x5f\xc9\x01\x25\x5e\xff\xda\xa3\x04\x71\x13\xfa\xc2\x34\x8c\x82\xbb\xed\x97\xc6\xb8\x6a\x93\xc2\x48\x6f\x43\x57\xde\x1a\xda\xdd\x1b\x58\xca\xa5\x78\x8b\x7f\xaa\xf9\x5c\xee\xfe\x93\xb5\x68\xaa\x25\x78\x6b\x09\x62\xfd\x5e\x0b\xfe\xa7\x5c\xe4\x53\xc9\xa8\x6e\x5a\xb2\xd5\xab\x31\x11\x55\x75\x98\x68\x29\x21\xdc\xea\x40\x73\x2a\x34\xed\x90\x55\xa5\xec\xeb\x29\x86\x40\x91\x32\x3a\x7e\x78\xb5\xe2\x10\x82\x9e\x4d\x98\x8d\x7f\x8e\x7d\xe8\xd0\xc1\x3f\xe9\x9e\xe8\x33\x21\xec\xde\xd7\x7d\xdb\x1e\x23\x4f\x99\x68\xf1\xe0\x91\xdf\xec\x49\x51\x89\x8e\x66\x66\xe2\x03\x67\x86\xd5\x4a\x44\x9a\x38\x09\xfc\xbd\x59\x91\x47\x41\xb4\xe4\x91\xad\x6a\x66\x12\x54\x35\x93\x50\x41\x4d\x71\x74\x52\x8d\x06\xa4\xec\x54\xcf\x42\xfc\xc3\xb2\xd7\xb0\x5c\x88\x35\xd7\x61\x6a\x78\x06\xaa\xdf\x29\xbc\xeb\xb0\xea\x69\xd4\x98\x5a\x1c\xa7\x8e\xf6\xc1\x83\xe0\x88\x26\xea\xb8\x1d\xad\x6e\x74\x4d\x67\xa3\xbe\x3f\xff\x48\xae\xce\xa3\xd6\xa1\x8e\x5a\x87\x0a\x76\xba\x6b\x28\xad\xed\xc5\x71\x86\xde\x28\x57\x44\x7f\x7f\x01\x1b\x55\x95\xe6\x0c\xb4\x55\x45\x6e\xd4\xba\x34\x5b\x14\xdf\x76\xfc\xff\x03\xf6\x62\xc8\xde\x5f\x85\xce\x2a\x6b\xc1\x55\xa4\x21\x74\xa2\x91\x03\xea\xab\xa6\x12\x3b\x80\x3c\xb0\xe4\x24\x34\xce\x90\xe5\x99\xbe\xbe\x63\x46\xe2\xc0\xdc\xb5\x5c\x75\x64\xd7\x61\x99\x63\x35\xf3\x9b\x2a\xcf\xc0\xc4\x45\xed\x5b\xb1\x60\xac\x4c\xf0\xe6\x59\xf8\x3d\x62\xe1\xc2\x07\xfa\x3a\x42\xaf\xea\x52\xd0\x40\x35\xd0\x99\x13\xba\x26\xd2\x0d\x8d\x82\xae\xfa\x3a\x79\xf8\x90\x5d\x2a\x26\xa6\x81\xd7\xca\xe5\x1a\x2c\xe9\x7a\xc2\x6c\xba\x91\x30\x2d\x38\x4b\x21\x78\xd4\xab\x37\x6c\x21\xf9\x23\xd6\x4f\x04\xab\x56\xe0\x3f\x04\xa1\x2f\x37\xec\x5a\xe5\x2a\x18\xd8\x37\xc5\x30\x4f\x2a\xfa\x98\x6c\xec\x38\xe1\x68\x51\x64\xe6\x8a\xd3\x71\x77\x40\x31\xf1\xfa\x69\xe5\x45\xd6\x77\xc9\xaf\x3c\x4c\x17\xeb\xa5\x12\x9c\x14\x54\xec\xb6\xfa\xb5\x4e\xb0\x6f\x11\xf9\x23\x53\x35\x72\x92\xd1\x7a\xce\x21\xf9\x35\xee\x34\x2c\x13\x94\x6b\x23\x6c\x45\xa7\x8c\x1d\xf7\xb7\x98\x3a\x8c\xb0\x44\x3f\xf3\x4d\x04\x6c\x31\x33\xa9\x86\x70\x02\x11\x43\x8c\x53\x68\x16\x79\x66\xf8\x4b\xd7\x3f\x0e\xd3\x2f\x84\xa1\x10\x25\x42\x73\x47\xf7\x3c\x78\x48\xaa\x08\xe7\xd9\x22\xce\x65\x04\xa3\xf7\xa9\x07\x5d\xfb\xfe\xbb\x33\xb5\xfc\x7c\xcb\x31\x78\xd3\xa2\xd5\xdd\xd3\x50\x22\x86\x89\xf7\x8e\xff\x8d\x5d\x5e\x94\xea\x07\xfb\xd0\x0f\x4b\x06\x06\x34\x86\xa9\x85\xc4\x7e\x2b\x8a\xa5\xb5\x7c\xb0\xd0\x40\xa1\x90\x2c\xde\x81\x57\xa5\x5a\x90\xfa\xda\x57\xb8\xc9\xed\xca\xed\xc9\xea\x04\xf4\x1b\xe3\x7e\x28\xcb\x63\x91\xf2\x3d\xf5\x0d\xe3\x28\x68\xb0\x59\x5e\x66\x72\x7b\x7e\xd8\xfc\xcc\x37\x3f\xd6\xd5\x12\x75\x0c\x91\xdd\x3b\x52\x08\x58\x2f\xbc\xe0\x46\x1d\x13\xe7\x01\xdd\xe1\x75\x08\x2f\x57\x94\x70\x5c\xa3\x9d\xf5\x10\x30\x54\x12\x95\xaf\x07\xc1\x48\xa8\xdb\x28\xe6\x1f\x1c\x11\x91\x53\x57\x70\x91\x2f\x91\x3a\x35\xd1\x1b\x07\x27\x44\x6a\xe5\x3a\x08\x9e\x97\x78\x8d\xb1\x3c\x1b\x5b\xbc\x46\xbe\x77\xea\x8f\x22\x55\x2c\x9e\xb5\x15\x02\xb5\x12\x9a\xb0\xfa\x40\x04\x07\xec\x2c\x50\x33\x15\x7c\xd6\x5c\x56\xab\x67\xd9\x9c\xb3\x50\x09\x05\xaa\x32\x55\x4c\x46\xb1\xb4\xd4\x7e\xf3\x15\x5c\x7a\x17\x7e\xe0\xc9\x35\xf0\xd4\x05\xf7\x53\xde\xdd\x79\xae\xb4\x81\xda\xc6\xc1\x2e\x68\xe1\xeb\xd3\x73\x1f\x86\x9a\x9e\xd6\x67\xe1\xf9\x61\xaa\x17\xab\x2b\x71\x13\xea\xe4\xbe\x72\x84\xce\x67\xe4\x26\x47\xda\xa1\xf3\x20\x69\x7b\x2c\x9c\xc5\x14\x17\x16\xb7\x3a\xa3\x39\x01\xee\x54\x79\x9c\x09\xa1\xe1\xdd\x7d\x5c\x30\x0c\x80\xf8\x4a\x45\x70\x11\x4d\x94\xe1\x02\x10\xfc\x05\x7c\xbe\x2d\xac\x9a\x7c\x5b\x99\x14\x9e\x9d\xd2\x9f\x24\x2b\x31\xd4\x02\x50\x0b\x93\xe5\x70\x52\xa2\x65\x08\xf4\x60\xf3\x02\x90\x19\xb6\xe1\xa8\x65\x68\xca\x4e\xcc\xab\xc6\x66\xd2\x6a\xeb\xc8\xc4\x78\xd8\x89\xf6\x3b\x27\x4a\xe4\x90\xb6\xa9\xa9\xb3\xa6\xb3\x22\xad\xd4\x8e\x9d\xe1\xad\x61\xe3\xd6\x6e\xa4\x3c\x10\xeb\xc3\xb0\x1b\x3b\x0e\x25\x20\x3b\xf2\x58\xa0\xe2\x93\x64\x05\xde\xa7\x3b\xf9\x28\x79\xc3\xda\xf6\x9f\xe0\xec\x3d\xf7\x8b\xa6\x6f\xb9\xdb\xb1\x08\xdf\x05\xe5\x7d\xe7\x20\x43\x67\xa3\x86\x91\xb5\x76\x43\xbf\x16\xb8\xcf\xd3\x26\xbf\xd1\x6e\x0e\x7d\x2b\x73\x80\xd3\x8e\xb1\xe2\xb4\x8a\x14\x87\x69\x0f\xb4\x14\xa6\xbd\x2a\xfe\xe7\x9a\xaf\x03\xf0\x25\x6c\xde\xfb\xab\xd3\xbe\xcf\x62\x36\xf5\x06\x0d\x4b\xb1\x05\x74\x31\x9d\x36\xd4\x4c\x8b\x91\x2a\x64\x1d\xdd\x4d\x70\xd0\xaa\x5b\xa4\x3b\x0f\x74\xbc\xd0\x8b\xb6\x19\xe8\xd7\x02\x8a\xde\x89\xb0\xd7\x93\x13\xf6\x22\xb9\xe6\x4c\x48\x58\x35\x51\xd2\x80\x83\x64\x4b\xde\x2c\xaa\x8c\x25\xa9\x89\xde\x95\x8b\x46\x38\x6d\x2f\x4a\x26\xaa\x25\x57\xae\xe2\xe0\x6a\x86\xf6\xcb\x25\x58\x8a\xa0\x05\xb8\x87\xa9\x57\xa3\x09\xab\x79\x52\x68\xf7\xc9\x91\xd3\x17\x3c\x13\x05\x37\xcd\x7c\x99\xd4\x79\xb1\x01\x03\xc1\xc5\x33\xf6\xfd\xf7\x60\x72\x52\x9e\x7f\x53\xce\x6a\xbe\xac\x6e\x74\xf4\x26\xac\x00\x51\xaf\x58\x51\x95\x73\x5e\xab\x30\x15\x23\x4a\x6b\xa2\x80\xa0\xef\xcd\xfb\xef\xae\xce\x90\xc3\x3e\x1b\xf5\x43\x32\xa2\x19\x5d\xf7\x04\x5c\x1e\xb7\xd5\x4d\x20\xbc\xec\x47\x21\xbb\x4b\x4c\x3e\x16\xae\x28\xa0\xdb\xa3\x1c\x25\x0e\xf8\xb9\xb9\xf6\x1e\xc5\x7a\x7c\x5d\x89\x5c\xe9\x4d\x3b\x77\x61\x04\x9e\x02\xaf\x66\x7d\x67\x22\xfe\xa3\x1d\xaf\xcf\x53\x76\xfc\xbd\x03\x50\x9d\x43\xec\x9c\x82\x28\xf2\x94\xfb\x63\x7c\xcb\xbe\xef\x32\x65\xec\x1a\xf1\xbd\xb3\x1e\xd0\x71\x76\x36\xb9\x0a\x9f\x4f\x98\x9b\xd5\x3d\xfb\x82\x97\xf3\x66\xc1\x4e\xd9\x77\x34\x6d\x45\x17\xfa\xa0\xd6\xa0\xaa\xce\xe7\x79\x99\x14\xaa\x68\xbc\x13\x66\x87\x0e\xcf\x65\x2f\x78\xc0\xfb\x46\xd1\xc0\x98\xba\x4d\xf5\x07\x67\xa3\x45\x82\x05\xfd\x01\xfb\xfc\xd9\xe7\x37\x29\x18\xec\xdc\xf0\xab\x36\x89\x6d\x1f\x90\x1e\x76\xef\x58\x40\xb4\xba\x6b\x77\x92\xa4\x9f\xf9\xe6\x27\x8c\xa8\x87\xb6\x5e\x6d\xc3\x05\xb5\x97\xba\xb0\x5e\x16\x9f\x99\xe3\x5b\x32\x66\x5b\xb4\xdb\xfc\x58\xd5\x2f\xab\x77\x75\xb2\x1a\x5a\x39\x62\x6c\x2b\x1b\xe1\x80\x4d\x22\x5e\x80\xa3\x1b\x95\xd4\x1f\xd8\xe4\x2d\xe2\x9b\xfd\x54\x6a\xfc\xe6\x0c\x13\xe2\xeb\x6f\xe7\x45\x71\x46\xf3\x05\x11\xb2\xa8\x94\x6f\xcc\x4f\xf6\xb0\xa8\x44\x63\x60\x2e\xe6\xcc\xfe\x34\xbf\xd1\x7a\x31\x65\xf4\x36\x3c\xf1\x98\x79\xea\x83\xfd\x35\x2a\x11\x6d\x60\xa0\x6e\xab\xe0\xad\x61\x2a\xc1\xea\x9a\x6f\xb2\xea\xb6\xc4\x7c\x7f\xa0\x83\x83\x70\x8d\x45\xa3\xc9\xdd\x80\x55\xb5\x24\x59\x09\xeb\xa7\xd5\x72\x99\x94\xd9\x60\xe4\xa8\xda\x8a\x44\x34\x2a\x5d\xc9\xbb\x44\x9c\x17\xcd\xab\xfa\x85\xac\x1e\x67\x66\xdd\xb8\xbc\x83\x30\x64\x64\x52\x14\x82\x7d\x44\xa2\x84\x50\xf4\x33\xdf\x7c\xc4\xe7\x2e\xf8\xb6\x81\xb3\x5b\x12\x29\x54\xeb\xff\xd4\x0a\x2c\x35\xc3\xa0\x8e\x2a\x8d\xde\x43\xb9\x76\x51\x0d\x99\x68\xe0\x05\xfb\x8d\x0e\xd1\xa9\x32\x3f\x62\xd8\x46\xa5\x39\x16\x20\xfd\xf4\xc5\x40\x47\x3c\xd4\xef\x31\x6e\x54\xcc\x46\x77\x4c\xaf\x96\x37\x75\x76\x6c\xec\xb6\x7a\xda\xb7\xc6\xdd\x1e\xe7\x88\xef\x29\x3a\x3b\xb5\x60\x28\x0f\x5f\xb0\x63\x30\x8f\x4a\x74\xa4\x8b\xc0\x87\x5c\xce\x5b\x8c\xd8\x2b\x1d\x55\xc2\x96\x82\xa3\x35\x7d\x8f\x22\xab\xea\x41\x20\xb2\x61\x56\x71\x78\xd4\x8a\x11\x9e\xf2\x59\xe4\x10\x6a\x62\x80\x36\x13\xd4\x1f\x69\xf8\x56\x0b\x4d\xea\x14\xbc\xa8\x8f\x02\x00\x4f\x21\x09\xfd\xf8\x83\x31\x9b\x71\xa6\x3d\x03\xed\x90\x0a\x3a\x66\x6e\x4e\xba\x9a\x8e\xf4\xb5\xf2\x72\x28\x48\x54\x1d\x79\x3b\x6b\x6f\x39\xf2\x21\x24\xbd\x97\xe1\x36\x0a\xde\xe8\x75\x11\xd1\xc0\x72\x22\xde\xdc\xfa\xfc\x86\x9a\x85\xd5\x80\x7d\x7e\x33\xf4\x07\x3f\x28\x81\x69\x2c\x6f\x29\x23\xf3\xea\xb0\x3b\xd3\xab\x71\x17\x8f\xda\x2a\x34\xb2\xd0\x0e\x4b\xf6\x62\x81\x52\x2f\x0b\x0e\x14\x2b\x3c\x71\x95\xdd\xfb\x9d\x4a\x6c\x93\x8d\xb6\x7d\xa9\x2d\x32\xa0\xef\x0d\xd4\x47\xda\x0d\x1a\x35\x43\x6c\x6c\x3f\x14\x7c\xd6\xd0\x97\x2f\xf7\x4b\xd0\xa2\x12\xd4\xa2\x9f\xcb\x91\x55\x37\x9b\x29\x7d\xfe\xcc\x8e\x0c\x39\x0b\xcd\xff\x9e\xe4\xe8\x9c\xc3\xd1\x91\x79\x52\x18\xa3\x69\x93\x6e\xaa\xf6\xf9\xb3\x6e\xdc\x77\x89\x25\x64\xff\xf5\x3c\xc2\xe5\x1a\x94\xf3\x93\xcb\xdb\x0e\x59\x2f\x4b\x9a\xe4\xb8\xac\x8e\x17\x55\x9d\xff\x55\xf2\x32\xc5\xf1\x6d\x9d\xac\x7a\x83\x01\x0e\x30\x70\x00\x85\x9e\xb6\x81\x71\x9a\xf0\x77\xaf\x4b\xe8\x59\xe2\xf5\x4a\xbe\x20\x8f\x8e\x39\x24\xb9\x6f\x06\x08\xb8\x48\x93\x15\x27\x7b\x15\x82\xa9\xbc\x9f\xa4\xc2\x17\x4c\xa1\x1f\x9f\xc3\x1a\x4e\x44\x16\x26\x45\xa3\x40\x86\xdf\x8c\x24\x51\xfd\x99\x6f\xba\x76\xd9\xa4\x0b\xfb\xa2\xab\x24\x85\x40\x29\x8c\x96\x55\xa3\x9e\xde\xea\x70\xc4\x2a\x49\x2d\x4b\xca\x1d\x24\x5f\xf3\x09\x23\xd3\xe3\x5b\x0e\xb1\x8b\x97\x18\x23\xd0\x87\x87\x5f\x56\xc0\x47\xd4\x3c\x11\x90\xe5\x40\xb5\x6b\xe1\x15\x08\x93\x9b\xdb\xaf\x2a\xb9\xb1\x19\xf1\x55\xc9\x5e\x24\x29\x98\x80\x71\xd6\xea\x6c\x2d\xd9\x96\x24\xb0\xe0\x37\xbc\x80\x3c\x11\x25\xbc\xd6\xd0\x21\x53\x90\x36\x7e\x21\x32\x50\x79\x1c\x3d\x62\x3c\xe9\x86\x3d\x79\xf6\xf0\x02\x03\x25\x00\x78\x96\xd1\x27\x8f\xf2\xd4\x1d\xb0\x04\x11\x48\x43\xe4\x82\xb5\xd0\x8b\x10\x83\xbf\x53\x48\xda\x1a\x57\x2b\xe8\x9f\xad\x57\xc8\x08\xe4\x33\x76\xfe\xfc\xb9\xf6\x9d\xb2\xc1\xb8\x25\x58\x48\xba\x61\xc3\x6d\xbf\x70\x79\x45\x06\xcc\xa2\x24\xec\x12\x5e\x02\x30\x31\xcd\x24\x97\x94\x14\xcd\x09\x14\x3b\xed\x5e\xbe\xba\x54\x03\xa2\x99\x17\xf4\x1c\x18\xbf\x57\xd6\xeb\x8b\x75\xba\x90\x28\x4a\x36\x38\x59\xaf\x58\x52\xd7\xd5\xad\x8e\xb6\xf9\xd0\x64\x18\x3d\x49\xab\xa2\x48\x56\x64\x8d\x76\xf0\x77\xf0\xa8\xbe\xac\x1a\x78\x5a\x27\x81\x86\xf5\xab\x9a\xe5\xaf\xde\xaa\x3a\xaa\xa6\xd6\x8c\xe8\x80\x9a\x55\xa9\xf4\x5e\x82\x00\x99\x5c\xe7\xb2\xc2\x58\xd9\xe9\xda\xa4\xfa\x48\x56\x98\x98\x44\x22\x6a\xd8\xe1\x69\x52\x43\xb4\xd0\x7c\x99\x17\x89\x09\x25\x2e\x8f\x01\x2f\xd8\x06\xf8\x7b\x17\x1a\x47\x72\x9f\x6a\xae\x63\x8b\x27\xba\x35\x9b\xf2\x45\x72\x93\x57\xb5\x9c\xd2\x8b\x24\x15\x21\xfb\x14\xde\xb7\x7b\x60\x5f\xc3\x89\xbd\x96\xab\xbd\xb0\x57\xef\xbc\xa8\x4a\xce\x26\x3b\xef\xeb\x83\x07\x91\x0b\xbb\xdf\x45\xa7\x74\xd1\x90\xc3\xd6\xa9\x40\x3e\x7b\x75\x73\xf0\x12\xc1\x7d\x6a\xc5\x99\x07\xec\x47\x0c\x63\xee\x75\x25\x7f\x59\x0d\xd1\x15\xf3\xe4\x61\x80\x12\x1e\x9e\xc4\xa7\x26\x4b\xbf\x80\x5c\x82\x5a\xb1\xbe\x66\x96\xb1\x96\x57\xd9\x52\x09\xca\xa0\xb3\xbe\xc4\xc0\x50\x4d\x42\xa0\xb9\x2f\xa0\x53\x1c\x98\xfe\xf0\x35\xab\x22\x09\x6e\xfc\x79\xbc\x69\x12\x2c\x91\xe5\xa1\x40\x63\xf9\x4c\x33\xba\x83\xaf\xc1\xfe\xac\xea\x48\x0e\x89\x48\xc3\x91\xa0\xcc\x8e\x9d\xde\x73\x02\xbd\xe5\x2a\x68\x1d\x5b\x56\x59\x3e\xcb\x15\xa2\xc0\xf0\xfe\x70\x4d\x21\x3c\x23\x67\x19\xe6\x8b\xbd\x55\x8f\x49\xe5\xa5\xc5\x3b\x6b\x89\x16\x11\x8c\x94\xe8\x25\x31\x8c\x14\xfd\xe4\xee\x5d\xf3\x8d\x18\xb9\x8b\x14\x2f\xf4\x98\x13\xc9\xad\xb5\x91\xf0\x47\x5f\x85\xae\xe4\x02\xc0\xb6\x8d\x89\xf8\x5a\x83\x28\xe0\x8b\x0f\x23\x37\xe2\x11\x55\xaa\x92\x2d\x40\x42\xf6\xcb\x0a\x2f\xa0\xec\x66\x10\x68\x5b\x95\x0a\xfa\xb2\x42\x73\xc3\x04\x16\x65\x55\x66\x67\xc1\xb3\xc6\x7e\x04\x32\x86\x2c\xf2\x71\x24\x71\x0a\x64\xcc\x0b\x38\x58\xf0\xbc\xb5\x83\x8c\xc3\x17\x95\xfb\x8f\x02\xe1\x1b\x3b\x86\xf1\xf4\xb6\xee\x7a\x1d\x95\xad\x5b\x44\x5c\x4d\x4c\x85\x0e\x21\x6f\x87\x98\x47\x4d\xb1\x3e\x8e\xa1\xf9\x63\x27\x68\x66\x56\xca\xac\x3d\xf1\x21\xa8\xb3\x7c\x2a\x21\xa9\xd7\x0e\x09\x4c\x0a\x5c\x54\x00\x03\x89\xcc\xc1\x08\x7a\xfa\x47\x60\xfb\x36\x19\x9d\x1f\x3c\xf8\xea\xcc\xb7\x9e\x2e\xde\xd3\x18\x73\x56\x36\xbc\x96\xc5\x2d\x4c\x3b\x60\x84\x4e\xb6\x5d\xf3\xed\xc4\xbf\xd1\x6a\xf0\x4c\x9a\x5b\x0d\x58\x97\x31\xe1\x6b\x1f\x81\xdf\x39\x63\xad\x9d\x35\x48\x77\xa8\xe9\xdd\xd0\xa5\x2e\x43\x17\x10\x76\x58\xd0\xd3\xba\x2a\x0a\x4d\xea\x12\xb1\x29\x53\x88\x0c\xc4\xeb\x31\x3e\x68\x76\x8c\x7f\xb9\xc0\xfa\x17\x59\xd1\x6e\xb2\xd6\x77\xc5\xf0\x2b\xa6\xc9\x65\xbe\xe4\xd5\x1a\x73\x13\x38\x6d\x55\xe0\xae\x1d\x0a\x42\x1c\x5b\xa7\x6c\x31\x39\xc8\x52\xf5\x10\x58\x67\x08\x50\x86\x37\xae\xdc\x08\x31\xf8\x9d\xea\x42\xb6\x81\x10\x71\x10\xae\x15\xf0\x54\xa2\x18\x46\x78\xad\x92\xa4\x50\xa2\xe2\xb9\xe2\xcc\x03\x06\xac\x2a\xd5\x4c\xd0\x73\xc9\xbb\x33\x80\x3b\xe9\x46\x51\x96\x29\xb2\x17\xa6\xb8\x2d\x7c\x11\x3d\x94\x51\x5a\xf0\xa4\x56\x6d\xfb\x1d\xbd\x11\xa7\xb3\x8e\x21\x27\x5e\x62\xc0\xd0\x18\x14\x5d\x48\x60\x14\x57\x8a\xb9\xce\x91\x9c\x65\x08\xde\xe8\x45\x78\xe1\xf0\x5a\x06\xa4\x2a\xad\x61\xec\x8d\xc4\x20\xea\x81\xa2\x8f\x6a\xe8\xf4\xdb\x7d\x25\xda\x7c\xda\x76\x1a\x07\xac\xfe\xdd\xf1\x7e\xa3\x7e\xba\xde\x6d\x02\xc7\xaa\x5d\xb9\x3d\xba\x9d\xfd\x48\x1f\xf1\xed\xd2\x7a\x16\x7f\x9b\xa3\xed\x9c\x73\x0d\x3d\x44\xed\x5d\x04\x01\xca\xc6\x4a\x11\x3a\x2e\xc9\xf9\xdb\xff\xfd\xf2\xc9\x4f\x6f\x5e\xbd\x7c\xf5\xcb\xdb\xe7\xff\x7b\x88\x66\x66\x90\x9b\x50\xd8\xc1\xc4\x4b\x98\x60\xd0\xb4\x52\x7d\x62\xb4\xe3\x20\xf7\x92\x72\xe0\xe6\x19\xc8\x4c\xee\xae\xc9\x1e\x75\x02\x7c\x85\x44\xf5\x4d\xaf\xab\x25\x74\x0f\x17\x59\x47\x36\x1c\xa8\x41\x54\x9f\x23\xf6\xb4\x02\xb1\x34\xad\x56\x1b\x1d\xdb\xa8\x69\x78\x0d\x39\xf6\x49\xba\x06\x2d\xd3\xa9\x40\x4a\x01\x3e\xf0\x5d\x23\x77\x41\x4a\x14\x6b\xd8\x9a\x3b\x75\xc6\x11\x7f\xfc\xd8\x89\xee\xe7\x00\xea\x85\x4d\xf1\x56\xd3\xe2\xe8\x2e\x2f\x08\xe4\x9b\x97\xf7\xb8\xee\x6f\xb5\x17\x21\xf8\xc1\xe8\x57\x4b\xb1\xb7\x4c\xad\x6e\x28\xbb\x88\x0f\x37\xa3\x85\xf7\x25\x4a\x41\x1c\x5f\x67\xdb\x4f\x2a\xe1\xaf\x50\x8b\x84\xfe\xfc\xa0\x9c\xc0\xdd\xd1\xd1\xbe\x00\x47\x47\xfb\x21\xc4\x3f\x3a\x4c\x04\x2f\x47\xf4\xb0\x4d\x52\x1b\x7f\x62\xbd\x8c\xaa\x84\x3f\x9f\x7d\x5a\xe5\x35\xcf\x5c\xd4\x63\x17\xd8\x36\xea\x9e\x38\xda\x1d\x84\xf0\xa6\xe1\xd6\x5a\x50\x1b\x86\x10\x12\xc7\xd9\x61\x27\xc3\x70\xad\x43\x0f\x1c\x74\xe0\x1a\x62\x68\x8d\x80\x44\x37\xe2\x07\x57\x2c\xc7\x7c\xdd\xf5\xe8\xea\x43\xe9\x12\x2b\xcd\x5f\xbf\x58\x37\x92\x7b\xb5\xf3\xd0\x8c\x11\xbe\xcb\xc6\x65\x3d\x2b\x9b\x7a\x03\x93\x0f\x0d\xc4\x91\x79\x43\xd3\x5d\x6e\x5a\xe4\xdd\x77\x8b\xc3\xd9\x7e\x53\xa4\x4e\x69\xfb\xb5\x88\xf8\x79\x9a\xbc\xb3\x5f\x6c\x1b\x0f\x8e\x7e\xbc\x13\xca\x95\x0d\x3c\x06\x8f\xde\xa3\x99\xaf\x65\x7a\x47\xb7\x56\x9e\xfd\xb0\x81\xad\x03\x4f\xda\x18\x63\x00\x23\x7a\x08\xf6\x00\xbe\xe2\xc3\x01\xae\x0a\xad\x6f\x83\xe2\x5e\xe7\xde\x0b\x35\x2a\x51\x22\x00\xc9\xeb\xf6\x43\x22\x78\xab\x60\x69\xe1\xcc\xb5\xda\xda\x17\xfc\x91\xec\x00\x2e\xd2\xdd\xcb\x27\x93\xa0\xdd\x16\x67\xd5\x98\xfd\xd3\x76\x7f\x31\x2f\xab\x9a\xdb\x7e\xfb\xe1\xcb\x5d\xbf\xf1\x3a\x3e\x23\x23\xe9\x99\xc7\xe2\x51\xcd\x9f\xd9\x43\x39\xcd\x2f\xd9\xc2\x1d\x3b\x18\x77\x7a\xdb\x21\x87\x52\x33\xcb\x39\x06\x70\xcc\x2a\x64\x85\xf0\xb1\xb5\x23\x56\xdd\x72\x56\xf3\xb4\xaa\x33\xd0\xc9\x69\xe7\xe5\x7c\x06\x61\x00\x78\x26\x61\x92\x97\x44\xab\xd8\xe4\x4b\x9e\xb1\x6a\xdd\x0c\x7e\xd3\x43\xf6\x84\x96\xf8\x21\xba\x5a\x88\x98\x98\x41\x4c\x85\x3e\x9a\x8e\x73\x00\xa4\x85\xb7\xed\x93\x89\x76\xec\x3b\xc8\xdd\x30\x54\x2c\x7c\x7d\x80\x8c\xdf\x02\x25\xcc\xb6\x2a\xc4\xdb\x76\x8c\x1d\xb5\x7b\x7b\xfb\x1a\x70\x59\x4b\x5e\x86\xe7\x3c\xb9\x39\xf8\x12\x74\x61\x8c\x7b\x5c\xe9\x16\x56\x85\x30\x80\x91\x37\x67\xed\x11\x86\xa3\x4a\x6c\x25\x2d\x49\xc9\xe1\xe2\xd9\xf7\xdf\x33\xa5\x07\xd4\x6e\xc0\xb3\xaa\x4e\xb9\x8e\xe5\x0a\xe6\x25\x94\xa0\xc1\xd0\x54\xad\x58\x35\xf3\xdd\x7a\x1f\x32\x78\x1b\x23\x85\xaa\x8b\x67\x92\xec\x56\x10\xae\x53\xf0\x06\x7d\xf4\xfa\x03\x2b\x93\xcd\xaa\x1a\x07\x84\xe4\x8c\x59\x7e\x83\x69\x60\x4c\x4f\x82\x37\xe8\x5f\xbc\x4a\xe6\xda\x3f\x79\xba\x6e\xd0\x19\xa8\xac\x1a\x33\x19\xa8\x02\xa7\xed\xcf\xe6\xc4\xee\x56\x4c\xcb\xaa\x43\xe5\x8f\xcc\xfc\x5c\x27\x4e\xaa\x31\xdd\xaf\x3d\x55\x83\xc6\x22\x70\x43\x56\xca\xb2\x3a\xae\x56\x66\x72\xbe\xcf\xa9\xa9\x1b\x19\xf0\xcc\xd3\xd4\x3a\x4c\xb7\x95\x7d\x91\x45\x14\xbe\x22\x09\x42\x56\x2e\x0d\xad\x04\x13\xa9\x41\x91\xb3\xbc\x36\x7e\x53\xe7\x70\xe6\x10\xbd\xc3\xed\x62\xe8\x89\xd5\x10\xf8\x33\x29\x44\xa5\xee\xbb\x6a\x0f\x6e\x56\x9e\x29\x14\xb3\x5f\x24\xa9\xc4\xcd\x79\x39\x2f\x36\xa1\x98\xda\x82\x33\xac\x0f\x56\x77\x60\x1e\xb6\x07\x9d\xc2\x7a\x31\x7a\x8f\x2e\x55\x3b\x89\x95\xf2\x53\x39\xd3\x7f\x00\x97\xb3\x53\x8f\x6a\xc1\x10\x94\xcb\xd7\xea\x75\x68\xe4\x06\x7f\x19\x5a\xb0\xa1\x49\x30\xea\x0a\xde\x13\xf3\x72\xf9\x96\x43\xd8\x11\xdc\x67\x0d\x14\x3a\xe1\x74\xb9\xc1\xe7\x48\xdd\x08\xa6\x2d\xfe\xaa\xb3\x4f\x21\x94\x9a\xe9\xa1\x88\x6d\xa0\x0a\x87\xc8\xcb\xf9\x89\xe2\x10\x4d\xf8\x5f\x6a\xd6\x3b\x39\x01\x8c\x02\xee\x01\x82\x37\x6a\xe6\xb9\xb5\xbf\x81\x85\x5a\x25\x8e\xca\xaa\x92\x33\x51\x7d\x20\xa6\x3e\x1d\xe9\x11\x5f\x45\x92\x59\x77\xda\x31\x02\xbe\xde\x97\x32\xbb\x57\xcd\xa2\x4a\x77\xcf\x31\xdd\xaa\xa2\x19\x0d\xdf\xe3\xa3\x82\x3d\xa6\xe2\x33\xed\xc4\xe0\xbd\x7b\xa6\x77\x51\x84\x42\xd9\x43\xfd\x4a\xef\x6b\xdd\x44\xf6\x79\x3f\x6f\xca\x90\xa8\x92\xf9\x48\x56\x95\x70\x14\x7b\x19\x34\x5a\x17\xa7\xf9\xde\xbf\xf1\x02\x59\x54\x5a\x8b\x2f\xdd\x8d\xe5\x75\xd0\x93\x5d\x8a\x22\x9e\x00\x0a\x01\xc7\x2a\xb1\x29\x53\x1b\xa1\x49\x05\x32\x68\x50\xa9\xc2\x12\x45\xa7\xeb\x6a\xa9\x4c\xda\x4d\x72\xcd\xd1\x1f\x39\x2f\x45\xc3\x93\xcc\xf4\x09\xa9\x19\x74\x9e\x37\xd0\x90\x02\xc0\xa0\xb3\xad\xaa\x3c\xda\x93\xb1\x39\xf2\x6f\x2c\xd8\xba\x8e\x70\xdd\xe0\xd2\x08\x01\x90\xf0\xe9\xc5\xc0\xcd\x6f\xa1\xfd\x66\x12\x0c\xfc\x44\xf2\xe9\x83\x53\x31\x43\x38\xce\xed\x3b\x24\xfe\x89\xa7\xeb\x86\x1b\x30\x30\xf0\xd4\x76\x17\x1d\x2c\x7e\xb4\x13\x8b\xdb\x59\x2d\x12\xd0\x2e\x2b\x82\x98\x49\x14\xa7\x26\x85\x4f\xf4\x71\x56\x4e\x3b\x44\x74\x55\xa9\x74\xce\xea\x05\x33\x9b\x6e\x4c\xcc\x3e\xa0\xe9\x14\xe1\xa3\x98\x8f\xa9\x2d\x12\x7a\x0a\x4e\xc7\x20\x3e\x65\xf9\x6c\xc6\xe5\x75\xc9\x21\x23\x1f\x9c\x73\x62\x7d\xbd\x8d\xbd\x49\x8e\x8f\x27\xab\xb1\x73\xb4\x5b\xca\xbc\xfb\x8f\xae\xd9\xc4\xd6\x63\x3a\x3e\x1c\x88\xf3\xa3\xb6\x06\x93\x09\xeb\x29\x66\xbf\x47\x1b\x33\x76\xd6\xd9\xd2\xad\x8b\xf4\x19\xdd\xed\x90\x9b\x48\x04\x7b\x5d\xc1\xda\xe0\xf7\x60\xb4\xc2\x5f\x98\xe0\x4c\x8e\x0a\x4c\x51\x6f\x0f\x34\x3e\x6c\x59\x6d\x7b\x3c\xb5\x0e\x82\xd3\x66\x65\xf5\x11\x16\x06\xea\x35\xf8\xb8\x1d\x51\xed\x21\xb1\x50\x8d\xeb\xae\x7b\xd0\x3a\x75\x77\x82\x7e\x3f\xbf\x0b\x9a\x61\xee\xac\x31\xeb\x7f\xfe\xac\xa2\x1b\x0a\x1d\xe8\x79\x27\xe7\x75\xf0\xbb\xf8\xca\x7d\xc3\x2e\x49\x54\xf8\x74\xdd\x74\x0f\x21\x1f\x00\x9c\xac\x95\x86\x5a\xbb\xcc\xf0\x2a\xfe\x5f\xf0\x52\xd8\x36\x3b\x3a\xa2\x15\x61\xe0\x9c\x84\xf9\x73\x1e\xb7\x79\x0f\xf1\x3b\x7b\x0d\x6a\x87\x5d\x87\xda\x2c\xdd\x81\x44\xdc\xfc\x66\xa4\x10\xd7\x6b\x04\x75\x67\xdb\xa9\x25\x89\x32\x46\x51\x2f\x03\xca\x0c\xb8\xfa\xbf\x61\x50\xa4\xd5\x5a\xa6\xc4\x15\xf4\x87\x01\x63\x61\xbe\x90\xcb\x36\x8c\xdf\x93\xb0\xb1\x19\xc9\x57\xe6\x9f\x9c\xfc\x13\x2f\x33\x8c\xa9\x16\xc4\xca\xf7\xc2\x74\x27\xc2\xa8\xb6\x75\x98\x39\x9b\x61\xb2\x2d\xcc\x2a\xd6\x5f\xf2\x65\x05\x57\x0e\x7f\xce\xaa\xfa\x36\xa9\x33\xfd\xea\xd9\x6a\xaf\x83\x80\x74\x2a\x94\x3f\x02\xc5\x3b\x24\x9c\x26\xe8\x3a\x53\xfd\x80\xf9\x2e\x94\x93\xb6\xac\xe6\x33\xf5\xd0\x12\x23\x30\x4f\xa2\xc1\xdb\xfb\x4e\xe4\x58\x95\x44\xdd\x1b\x4b\x9f\xbb\x72\x74\xb3\x62\x70\xec\x15\x37\xd1\xc6\xf7\xcb\xb5\x35\x3c\x62\x63\x6a\x2f\xc2\x80\x30\x60\xb6\xeb\xbb\xb5\x96\xdd\x41\x93\x10\xec\x6d\xe8\x24\x27\x8c\xb8\x7d\xce\x59\x42\xfe\x77\xaf\xb1\x2e\x5c\x19\x93\x0c\x40\xba\x75\x11\x12\x63\xca\x2b\xa8\x08\x88\x36\x6c\xf0\x98\xf5\x30\x3a\x9f\xcd\x96\xa4\x1f\x27\x13\xa6\xce\xf1\xfd\xde\xc3\xba\x2b\x8f\x4f\x5f\x66\x75\x3f\xcf\x46\x2d\x16\x5c\x15\xb4\x0a\x29\x1e\x64\x3c\xa1\x6a\xc3\x2b\xdc\x35\x85\xe2\xb0\x4f\x4d\x1c\xc9\xc9\xf9\x9d\x75\x3f\xe0\x9c\xb4\x07\x0f\x58\x85\x11\x01\xbc\xbe\xbf\x4a\x4c\x8f\x49\x10\x2d\x4d\x0d\xac\xf6\xc7\x1b\xf3\x8b\xa3\x28\x4c\x76\x06\x0b\x71\xd2\x9a\xaa\x61\xdb\x9c\x47\x26\xdd\x8e\x53\x5e\x2f\x7b\x9a\x33\x03\x8d\xb3\xdd\x25\xcf\xd4\xbe\x0a\xcd\xe5\x3e\xa8\x06\x19\xcf\x82\x68\xf9\x54\xdf\xa6\xaf\x60\x1d\x64\xe5\x31\xd7\xd1\x0f\x44\x19\x82\x88\xb7\x73\x87\xfa\xa8\x4d\xfc\xd7\xc3\x2e\x40\x38\xd0\xee\xc0\x9b\xb7\xdb\x86\x39\x68\xa7\x5c\x5d\xb4\xab\x95\x7a\xc5\xe8\x57\x9c\x82\xb5\xd2\xb0\x38\x15\x93\x74\x6c\x12\xb7\x3e\x87\x88\x8d\xc2\xa1\xf9\x18\x40\xce\xd0\xd5\x1a\xe1\x19\x0d\x5d\xbe\xa3\xed\x32\xe9\x5a\xce\x9d\xb2\x0b\x0b\xef\xfe\x87\x50\x9d\x3a\x6c\xd5\xab\x98\x92\xc8\xa5\x30\x9b\x44\x70\x89\xdd\xb8\x96\xd0\x56\x99\xf3\x9b\x8a\xe1\x3a\xb8\x2a\x66\x07\x60\x0b\x5e\xac\x78\x2d\x5c\x38\xad\x4a\x45\x13\xb1\xd2\x0b\x95\x81\xc1\xf2\xd4\x0c\x68\x97\xc9\xca\x10\xb0\xd7\x6e\xbe\x06\xf6\x65\x5e\xac\x4b\x8f\x32\x85\xf9\x02\xa2\x01\xf4\x21\x88\x6e\x6b\x4e\x05\x42\x13\xc9\x4a\xcf\xc6\x7e\xda\x04\xbf\x6b\xb3\x32\xad\x46\xf1\xb2\x02\x53\xed\x98\x64\xad\x21\xd2\xc5\x93\xaa\xb6\xaf\xf2\xbf\xf3\x42\x67\x6c\x4d\x0c\xcc\xaa\x49\x0a\xb8\x08\x98\x54\x6b\x91\x60\xf4\xe9\x65\x52\x5f\x0b\xf8\x79\x21\x5b\x00\x8f\xe3\x6c\x7f\x98\x54\x98\x66\x08\x5e\x17\x36\x14\xd8\x64\xeb\x6e\xe6\xa8\xc8\x45\x73\x67\xdf\x2b\x4c\xb6\xe6\xcf\x3b\x8d\xa1\xd4\xb7\x5f\x56\x77\xac\xae\x0a\x3e\xd9\xf6\x54\x76\x3b\x38\xa4\xde\xdd\x29\x95\x7c\xb7\xa8\x23\x59\x26\xab\xbe\x92\xe4\x60\x03\x7c\xad\x21\x73\x79\x20\x0c\x5b\x57\x1b\x60\x93\x1f\xfa\x6e\x6d\x94\xe3\x86\xc1\x47\xd9\x7b\xfc\xab\xdd\xf4\xa0\xdc\xdb\x69\xbf\xd8\xdd\xf8\x48\x29\x9c\x43\x50\xb0\x8c\x03\x18\xfe\xa3\x4a\x51\x46\xc5\xaa\x5c\xa7\x8a\x3a\x9a\x4c\x5a\xb2\x48\x8d\x9e\xe6\x90\x55\xd1\x84\xe5\xde\xa7\xcd\x4f\x3c\xc9\x9c\xb8\x4e\xee\xbe\xc3\x16\x5d\x94\x69\xcd\x51\xff\x88\x01\xc9\x21\xe0\xf2\xab\x12\xaf\x80\x84\xaf\xe7\x18\x67\xe4\x6c\x47\xf9\x98\x7d\xff\x68\xc7\x21\xb0\x6f\x27\xee\xa0\x5e\x83\x3b\xf7\xa7\x02\x64\x0d\x1e\x4e\xe5\x3b\x9a\x64\xfa\xf1\xc9\xba\x08\xf3\x4c\x07\x74\x1f\xee\xb4\x7e\x39\x2c\x11\x59\xba\xc8\x8b\xac\xe6\x65\x2c\xa9\xf7\x90\x25\xd9\x9f\xd7\xa2\xe1\xd9\x8f\x5e\x10\x0e\x2f\xe3\x4b\xc7\xe5\xd7\x97\xdb\xbc\x62\x3e\x17\x63\xf6\x44\x0d\x8a\x1b\x08\xb2\x81\x9d\x94\x1b\x4f\x9a\x6c\xc2\xe3\xa0\xd9\x76\x34\x1a\xc5\xa7\x78\x77\xba\xd5\x2b\xbb\x7b\x7c\xe2\x37\x3c\x0d\xf6\x87\xda\x62\x8f\x8e\x8e\x2e\x5e\xbc\x7e\xf5\xe6\xf2\xfc\xe5\xe5\xd1\xd1\x11\x3b\x07\x75\xc6\x72\xdd\xa0\xd1\xe4\x63\xab\x26\xe5\x23\x4b\xea\x39\x1a\xf1\xd9\x05\xa6\xf1\x33\x9d\xe2\x3b\x42\xab\x2a\x04\x6d\x6a\x53\xd9\xa4\x98\x2a\xa3\xa2\x79\x72\xe8\xfa\xb9\x2a\xa3\x51\x2e\xd8\x34\x11\x10\x88\x49\xa7\x18\x83\x4a\x49\x9d\x8b\xaa\xf4\x0d\xaf\xf4\xd0\x5f\x58\x04\x63\x50\xca\x2e\x95\x90\x02\x5e\x9d\x38\xdb\x7c\x35\x66\x63\x75\xe0\x17\xd1\x5a\x2e\x76\x09\x8a\x1d\xec\x32\xf6\x42\x2f\x58\xf4\x12\x96\xfc\x4e\x49\xe8\xce\x3b\xa0\x73\x01\xab\x2c\x1d\xda\xb7\x2d\x49\x9b\x97\x55\xc6\xdf\x5f\xd1\x38\x3e\x06\x3d\xa5\x3a\x15\x81\x42\x4d\xf6\xc3\xe7\xcf\x92\x64\xa6\x55\xf9\x12\x04\xdf\xde\xcb\xaa\xe4\x3d\xe5\x94\x4d\x2e\x9e\x23\xdc\xfa\xa9\x96\xc2\xad\xdc\x67\x17\x11\x70\x5c\xbe\x86\x84\x9b\xa4\xc3\xa3\xf0\xac\xca\x68\xc6\x13\x0c\x41\xa9\x8a\xc7\x8e\x3b\x2b\x39\xe7\x77\x5c\x5b\x1d\xe1\xb1\x61\x86\xf8\xdf\xac\xc0\xaa\xdf\xc1\xd8\xd0\x54\x18\xaa\x4c\xa7\x5c\x16\xb6\xc9\x88\x74\xfa\x23\x44\xb1\x29\xd4\xcb\x62\x78\xf3\xe8\x26\xe2\x51\x6d\x70\xf2\xe0\x61\x2e\x74\x98\x12\x22\xec\x7b\x53\x99\x78\x24\x69\xb2\x9b\x8c\x69\x6a\x62\xfa\x18\x07\x6e\xbd\x7e\x68\xe9\xb4\x2a\x83\x21\xb5\x4f\xa2\x81\x8c\xb3\xf8\x77\x67\xa0\x5e\xcf\xdd\xe9\xfb\xde\x28\xe0\xed\x1c\xa8\x1a\xc7\xb2\x7a\xb9\x83\x45\x30\xce\x3f\x05\xd0\x09\x0e\x2a\xd3\x24\xbd\xbe\x4d\xea\x4c\x20\x96\x6b\x94\x90\x49\xfa\xaa\xf4\xbb\x4d\x79\x4a\x82\x2d\x79\x3d\xe7\x2a\xbb\x95\xec\x00\xd6\x0c\xba\x21\x61\x4e\x50\xf2\x1c\xc1\x70\x03\x3f\x2a\xaf\x93\x3b\x2a\xa8\xee\xb0\x65\x4a\xef\xb2\xe0\x4b\x7e\xe4\xf0\x3b\x6e\x2e\x43\xb4\xa6\x39\x15\xda\x6c\xfc\xda\xc2\xe5\x54\x3e\x3a\xa2\x99\x12\x23\xbd\x29\xc5\xf3\xa2\xe6\x33\x77\x1a\x06\x04\x34\xbe\x00\x8e\x09\x51\x86\x5b\xd3\x01\x48\xa7\xc8\x87\xf8\x96\x11\xe2\x8d\x63\xf0\x1b\x0e\x8c\x71\x08\x37\x7a\xbf\x48\x85\xae\x68\x74\xd6\x2c\xfb\x76\xdf\xa4\x1d\x6e\x0c\x66\x15\x7f\x6c\xdc\x7e\x8e\xda\x6e\x31\xde\xff\x44\xc7\x87\x9d\x6d\x8a\x87\x3a\xde\x7d\xc8\xb9\x40\x9d\xc2\xf3\xbc\xbc\x1e\xb7\x1e\xf9\x75\x59\xdd\x96\x72\xbb\xc7\x07\x9e\xbe\x39\x9e\xf1\x17\x01\x03\xed\x66\x3f\xd8\x20\x2d\x76\x42\x8b\x07\x28\xe3\x5d\xe0\x73\xf7\xc8\xb3\xec\xbe\xe3\x98\x98\x0a\xb2\xb1\x97\xbc\x96\xbc\x95\xc9\xc3\x86\xd8\xa3\x71\x32\x0c\xe7\x33\xfd\x5d\xc5\x47\x91\xeb\xcf\x9c\x3e\x45\x5e\xa6\xc8\xb6\x79\x79\xe0\x94\x57\x44\xb1\x51\x4f\x13\x05\x92\x2b\x9b\x8f\x6e\xd4\x8d\x79\xba\xf2\xda\x39\x78\xa8\x3d\x83\x4f\xdf\x93\x77\xc5\x7a\x6a\xec\x19\x58\xf3\x6c\xb4\x34\x96\x4b\x95\x90\x26\x80\x0d\x2f\xc3\x64\x70\x35\xbf\x0a\x45\x31\x12\x21\x26\x2d\x96\x90\x7a\xdc\x33\x06\xc3\x12\x08\x1f\x7e\x0c\x50\x36\xa1\xbe\x3b\x68\xaf\x6f\x21\x66\x4c\xdc\xe6\xe0\x2e\xe8\xf4\xe3\x46\xd9\x96\x12\x62\x77\xb7\x63\xba\x63\x0e\xbf\x87\x09\xbf\xf0\xd3\x5b\xbe\x4a\xea\xa4\xa9\xea\x3e\x8a\xed\xde\xa1\x0f\x5c\x19\x79\x5a\xf3\xe4\xfa\xd1\x7e\xd3\x40\x61\xf7\xb7\x98\x85\x32\x06\x41\xff\x8e\x9e\x02\x87\x34\xda\x0a\xa5\xec\xf0\xf8\x4c\x4f\x25\xa0\xd4\x15\x6d\x9a\x1d\x77\xe4\xd6\x05\x48\xb9\x1b\xc6\xb4\xb3\x1a\x1a\xe4\x0a\x00\x13\x5b\x97\xaa\xd2\xe4\x4d\xc1\xbf\x60\xa7\xdf\xaa\x88\x93\x7b\x6e\x35\x54\xfe\x7a\x1b\xd4\x3d\x6f\x85\xc8\xc6\xe1\xf9\x39\x4a\xbe\x97\x55\xbd\x44\x01\x4d\xbf\x6f\xf3\x55\x0f\x6e\xad\x3d\x35\x51\xee\xca\xf6\x53\x54\x45\x05\xca\xbf\x89\xba\x6a\xc0\x12\x41\xe5\x36\x87\x50\x44\x94\x73\xda\x6c\x87\x5b\x18\x02\x87\xdb\xfb\xd9\xce\xfa\x0a\x1e\x5a\x0e\x66\xe0\x76\x37\x6e\xab\xd7\x3f\xf4\xca\x58\x5c\xff\xf5\x2e\x8c\x8b\xfe\xdf\x02\x35\x5c\xae\x8b\x26\x5f\x15\x9c\x95\x55\xc6\x05\x7b\x98\x56\xeb\x22\x7b\x48\xc5\xb4\x21\xbb\xad\x93\x15\x70\x60\x20\x95\x41\x6e\xc2\x59\x9d\xcc\x41\x8a\x06\x3f\x2a\xf0\x96\x92\x93\xe8\x41\x28\x4c\x2a\xcb\x81\x67\x17\x2f\xc5\xba\x56\xc1\xb0\x6b\x9e\x56\x65\x9a\x17\xbc\x36\xc4\x16\xe6\x00\x39\x29\x59\xb5\x6e\x56\xeb\x86\xad\x78\x7d\x2c\x27\xc4\x52\x54\xcb\x15\x1b\x15\xe9\x45\x79\xb6\xd7\xfc\x18\x9e\xff\x62\x48\x26\x12\x35\x5b\x2b\xa2\x94\x67\x80\x9e\xe5\x35\xdf\x4c\xb6\x7a\x23\xef\x4e\xb7\xce\xfe\xdf\x3d\x3e\x71\xab\x87\xca\x27\xe7\x72\xbe\x70\x52\x32\xd3\x18\x98\x1d\x0a\x1b\x37\x7f\xb3\xd9\x9e\xdf\xa9\x9e\xc4\x53\x7d\x44\xf5\x85\x0a\x16\xe3\x98\xe1\x20\x1b\x81\xa3\x96\x50\x27\xd8\xaa\x63\xf7\x70\x9a\x8f\xae\x76\x21\xaa\x56\x14\xd5\x86\x9c\x22\x68\xa9\x45\x7f\xde\xad\xd3\x25\x24\x86\x02\x8c\xb0\x9f\xbb\x15\x7d\x5f\xc2\xb0\xed\x16\xff\x7f\xef\x30\xd9\xa6\xe8\xbc\xa7\x8e\x72\x10\x81\x68\x27\xaf\xe8\x84\x1e\x8c\x93\x5d\xf4\x11\x65\x83\x8f\x68\xc9\x9e\xd9\xab\x20\x02\xad\x61\x88\x1e\xd1\xcf\xf3\xba\x5a\xaf\xc2\x51\x9c\xe4\xa6\x88\xe6\xe9\x50\xb6\xc3\x10\x7c\xa2\x30\xe5\x24\x58\x0e\x5f\xaa\xeb\x3e\x93\x3a\x4f\x9e\x27\x53\x5e\x14\x3c\x9b\x6e\xd8\x04\x55\x52\xe6\xe2\xcd\x58\x5f\xf9\xa9\x86\xf3\x43\x01\x00\x1f\x10\xf7\x3c\xd3\x8e\x21\x3d\x58\x13\x94\x80\x6b\xc1\xeb\xe3\x59\x92\x42\xa8\x07\x68\x25\x89\x1a\x48\x80\x42\x69\x0d\xe5\xe7\xd5\x8a\x4a\x74\xa8\x5d\x9a\xb1\xdb\x45\xde\x70\xb1\x4a\x52\x2e\x69\x53\x55\x67\xbc\x86\x36\x6b\x88\x03\xc5\x6e\x92\x22\xcf\xf4\xcb\x27\x76\xf1\x34\xe4\x1e\xf2\x4c\x19\x2a\x2f\x32\xf6\x6d\x64\x35\xa3\x9a\xaf\x8a\x24\xe5\xfd\x93\x0f\x1f\xc4\xc9\x7c\xc8\x7a\x3d\x97\xcc\xb6\xed\xbe\xaf\xc5\x60\x98\x72\xed\xa3\x1a\xe2\xf8\x9f\xb7\xe1\x60\x77\xc7\xf0\x9f\x8f\x1e\x1b\xa4\x05\x9e\x71\xb7\x64\xe1\xb5\x92\x15\xc7\x91\x15\xf9\x9d\x4b\x01\x3d\x73\x3e\xde\x39\x0b\x0c\x40\x21\xa7\xc0\x12\x6a\x7c\x9c\x9d\x8d\x6c\x68\x0e\x0e\xa6\x5d\x5b\x2e\xd9\x88\x2f\xd9\x76\x48\xdb\x1a\xae\x5b\xce\xe8\xa0\xa5\x51\x6e\x13\x1e\xcb\xb4\x8c\xe9\x01\xb9\xbd\xc9\x21\x0c\xd4\x55\xc1\xc7\xac\x07\x55\x7a\xde\x49\xf4\xe4\x74\x8e\x0b\x33\x9f\xde\xd8\x9b\x60\xc7\x21\xed\x96\xfd\xdc\xb1\xda\x96\x12\x81\xbc\x56\x79\xa1\xd3\x94\x1c\x13\x25\xba\x64\x80\xa8\x04\x30\x70\x4f\x23\x38\x96\x00\x41\xa2\xe1\xee\xc1\x03\x16\xc9\x09\x1d\xcd\x46\x11\x73\x46\x60\xec\x71\x91\xa3\x1b\xc1\x87\x6f\xa8\x1b\xc1\x87\x6f\x90\x99\x74\x3a\x57\xdc\x39\x25\x19\xea\x13\xb9\xea\xb0\x1b\x77\x1f\xef\x3c\x21\xee\x71\x96\xdf\x80\x99\xd4\x82\x8c\x5f\x65\x3f\xdf\x88\xe8\x64\x83\x9e\x18\xf3\x70\x4e\xb5\x22\x46\xfb\xbd\x14\x0f\x43\x15\xbc\x1e\x5c\x90\xef\x22\x03\x10\x40\x34\x7d\x46\x75\x01\x91\x0d\x6b\x19\x91\xd6\x44\x0a\x18\x1b\x38\x72\xe2\xe0\xe0\x91\x46\x9c\xff\xa1\xf8\x42\xfb\x7c\x84\x9d\xb1\x5d\x6e\x1e\xf8\x2f\xd2\x75\xbc\xa2\x1d\xef\xbe\x15\x5a\xe1\xb9\xa5\x7e\xb7\xb8\x6d\xea\xc4\x7d\x44\xf0\x5f\xe7\xf5\xc6\x7f\x83\xc8\xd7\xdd\x87\x33\xad\x9a\xa6\x5a\x1e\x0e\x79\x2a\xdf\x75\x1c\xf4\x1c\x0f\x0b\xfd\x29\xcb\x6f\x9c\x6f\x8f\x4f\x8a\xfc\xb4\x45\x39\xca\x5a\xb9\x77\x0d\xbe\x94\x75\x57\xb2\x67\x20\x2d\x99\x0d\xb9\x76\xa2\xa8\x78\x9c\x6b\xba\x83\x21\xbf\xa7\xe9\x17\x2e\xc7\x99\x1e\x36\xca\xee\x46\x5c\xaf\x5a\x71\x1d\x74\x37\xd9\x22\x67\x82\x98\x4f\x4a\xd0\x14\x19\x11\x2d\xb9\x3c\x2d\xcf\xcd\x4a\x6d\x92\xe3\x07\x43\x0e\x60\x97\xcc\xa4\xc0\xc1\x11\xb1\xa3\x82\xc0\x6f\xb5\x9d\xd5\xea\x2c\x14\x2b\x66\x75\xb5\x54\xf2\x5c\x50\xba\x43\x7a\x96\xe4\x8a\x34\x37\x28\x6f\x5f\x9a\x14\xb2\x12\x93\x0f\xdf\x08\xbd\x4f\x1f\xbe\x09\xd8\xcd\xc9\xb6\x67\x8a\x8f\x7b\xec\x5b\x35\xdc\xb7\xac\xdf\x54\x2b\xf7\xb9\x32\x3b\x63\xbd\x1e\x1b\x43\xe8\x82\x33\xd6\x3b\x6e\xaa\x95\xfc\xd9\x3b\xc6\xdb\xda\xf3\x6f\x5c\x1c\x08\x94\xe5\xc9\xab\x0b\x7c\x0d\xe6\x3c\x9a\x7c\xf8\x46\xde\x5f\x77\xae\x27\x5d\x77\xd2\xec\x86\x4a\xe3\xda\x0e\x31\xae\xca\x74\xa7\x56\xe6\xb7\x06\x9f\xdf\x9f\x77\xce\x1e\xe0\xa9\xde\x46\xa1\xc6\x2a\x06\x93\x4e\x05\x07\x40\xb7\x8a\x81\x5d\x55\x22\x2f\x05\x6f\x7a\xe3\xf8\x62\xd9\xb7\xec\xfb\xa1\xaa\x2b\x78\x23\xf2\xbf\xf2\xde\x38\xd0\x19\x8d\x46\x80\x51\xcc\x83\x0e\xfc\x97\x05\xc9\x71\xa3\x06\x2e\xad\xa6\x0a\x09\xf4\xb9\x08\x82\x25\xd9\x06\x69\xb5\x5c\x5a\x25\x80\x67\xbe\x22\x63\xa6\x31\xaa\xf8\x5f\xa1\x8c\x8a\xad\x8f\x14\xfb\x6e\xf4\xe3\x6e\xc7\x7a\xa7\x01\xb8\xcf\x8f\xdb\x1d\xea\x03\x3f\xfc\x71\xa7\x63\xbe\x53\xfd\x69\x75\x5b\x8e\xfd\x0f\xa4\xaa\xef\x82\x3f\x6e\x77\xca\x67\xee\x53\x84\xb1\xfb\xd3\xe9\xb3\xdd\xfb\x3d\xee\xb6\x6e\xa0\xcd\x04\x18\xeb\xc8\xd1\xac\xaa\x62\x3d\x1f\x4a\xef\xe8\x5b\xb7\xe0\xb6\x2d\x6a\x3e\x8b\xdd\xb4\xc7\x2e\xca\x42\xbf\x02\x90\x16\x08\x9c\xde\xd1\x67\x09\x93\xad\xf3\xa4\xe1\x8e\x9d\x9c\xc6\x6e\x87\x4d\x90\xbc\x2a\x72\x08\x6c\xdb\x11\x05\xa2\x85\x18\x79\xba\x3c\xd9\xd1\x0f\xeb\xa6\xa9\x4a\x17\xf3\xfb\xb3\x75\x4b\xbd\xa9\x9b\x1f\xed\xd5\x24\x4c\x39\x55\xe5\x87\xa0\xfa\x65\xb2\x9a\x6c\xc3\x47\x0a\x77\x7b\xd1\x1c\x8f\xea\x78\x2b\xc5\x45\xee\x3c\x05\xbb\x94\xdd\xb3\xb7\xa7\x14\x27\x6b\xae\x1c\x7f\x18\x69\xfb\x87\xe2\xf8\x6b\x2a\x8e\xf7\xb3\x8d\xc4\x90\x72\xd4\xa9\x3a\xa2\xbc\x0a\xbd\xab\xe9\xf3\x0b\x9d\xa9\x3c\x6b\x73\xe8\xcc\xf2\x9b\x9f\x9a\x65\x21\xeb\xf1\xba\xc9\xb9\xa0\xa1\x05\xac\x93\xe7\x83\x07\x6c\xce\x9b\x97\xf0\xee\x1f\xbe\x28\x93\xd9\x4f\x97\x2f\x9e\x9f\x37\x4d\x9d\x4f\xd7\x0d\x17\xfe\x0b\xd2\xd3\x3e\x99\x43\x96\xdf\xd8\x51\x06\xbe\x01\x87\xe0\x8a\x2f\x00\x0d\xa5\x1f\xc9\xb3\xc9\x36\xcf\xee\x3a\x74\x20\xa8\x56\xb8\x83\x5b\x19\x6c\xc1\x1d\x3a\xcc\x28\x13\x20\xfc\xed\x8a\x29\x81\xe3\xba\x8b\x4e\x64\x33\x6c\xdc\xc6\x01\x0b\x2c\xb6\x13\xf2\x2a\x02\x10\x4e\x94\x0e\xc8\xc7\x55\x06\x10\x15\xee\x70\x60\x93\x9d\x39\x11\x66\x88\x07\xaa\xd7\x8f\x06\x59\x68\x0f\x7f\xdd\x85\x88\xd8\x1c\x5f\x2b\x22\x74\x25\xe6\x81\x13\x4a\x1a\x9e\x65\x39\x4f\xb4\x99\xf3\x54\xeb\x45\x92\x6b\xcb\x1d\x16\x15\x1c\xe0\x96\xa6\xed\x8f\xf0\x5e\x9e\x23\x34\xbe\x32\xd2\xbf\x40\x17\xaa\xf9\x27\xab\xa3\x26\xea\xea\xd0\x69\x6d\xca\x93\xeb\x77\x79\x46\x34\x23\x26\x03\x69\x52\xfc\x94\x13\x56\xcb\xfb\xfe\x63\x55\xbf\xb9\x7c\x6e\x4a\x93\x22\x9f\x97\xf8\x74\xf7\x59\x36\xb7\xfd\xcf\x93\xd5\xdb\x55\x92\xda\x0f\x69\x75\xc3\x6b\xac\x68\x1b\x6b\xbd\xad\x1d\xac\x7a\x59\x35\xcf\x93\x4d\xf0\xc0\xcf\x4e\xbc\x5a\x97\x99\x5d\xbb\x79\x38\xec\x2e\xc6\x7c\x3e\x17\x2f\xf2\xb2\x73\xa1\x3f\xe6\x9f\x88\x9f\x9d\x13\x8d\xe3\x85\xc3\x73\xc6\x03\x75\x0c\x1d\xb5\x82\xad\x0c\xe8\xd7\x16\x92\xe4\xb0\x4c\x47\xf3\x77\x4d\xdd\x5a\x5a\xb0\xd9\x05\xbd\xa7\x7b\xe1\x83\xc1\xf6\x27\x7d\x87\x3f\xea\xfb\xf2\xd7\x73\x4a\x89\xd2\xf2\xe0\xb0\xef\x4c\x68\x48\xa5\x03\x77\xe4\x81\x2b\x04\x9a\xd7\x30\x5f\x83\x8c\x06\x6f\xe3\x55\xa7\x6d\x17\x2e\xf5\xbc\x18\xdd\xc6\xba\xd7\xb3\xb0\xa8\xaf\x1c\x70\x6d\x0f\xc6\x0d\x06\xd2\xb7\x90\x9a\x0a\x52\xa2\xce\xbc\x11\x37\xde\xd4\xba\x98\xc6\x5c\x51\x83\x17\xfd\xc6\x8d\x00\x49\xa1\xf8\x29\xb9\xe1\xf0\x01\xe8\x94\xb0\xd5\x6d\xa0\x7b\xb7\x5a\x48\xa8\xe3\x9e\xc9\xef\xaf\x48\x68\xcd\xad\x3d\xc3\x9a\xf5\xad\x77\x33\xab\x66\x11\xca\xef\x39\xae\x9b\xe7\x74\x69\xcc\x6c\x6c\xc8\x27\x09\x8e\xca\x62\x76\x28\xda\x64\xef\x77\x0d\x5a\xe9\x64\x73\xb6\x98\xe6\x8e\xf5\x3b\x2c\xf7\x76\x76\x14\xea\xa2\x89\x27\xd4\xbe\x2b\x0a\x96\xd6\x95\x76\x53\xc5\xab\x88\xbe\x25\xa3\x92\x3a\xc9\x35\xdd\x91\x80\x93\x30\x7a\x65\x56\xf0\xcb\x64\x0a\xd1\xa2\x4d\x8b\xcb\x64\x3a\x25\x82\xbb\x18\x25\x85\x6d\x93\x8b\x27\x79\x9d\xae\x8b\xa4\xb6\xe1\xf1\xbd\x04\xe3\xa3\xd1\xa8\xe5\x82\x53\x10\x17\xa2\x4f\x14\x67\x75\x55\x99\x97\xfc\x6e\xe3\x33\xeb\x98\xad\x11\x88\x2f\x27\xb8\x3c\xc3\x84\xa5\x49\x79\x5e\x6e\x0c\x0c\x42\x99\xbd\x14\xcc\x4f\xd2\xaa\xb7\x31\xe6\x12\xff\xe0\x81\x9a\x14\xaa\xef\xc0\x37\x1d\x92\x94\x9d\xf9\x91\x22\xfa\x03\x36\xd6\x3a\x3a\x1c\xc4\x25\xfd\x13\xff\xb7\xa7\x7d\x74\xe3\x17\x1c\xb1\xc7\x13\xe6\x06\x3d\x18\x2d\x79\x96\xaf\x97\x6c\xec\x76\xa4\x99\x13\xf2\x44\xf0\xdd\x82\x97\x1e\xfd\x64\xb9\x50\x96\xab\x39\x6f\xc0\x17\xed\x16\x3e\xab\x4c\x8a\x2a\x60\xa5\x76\x14\x80\xec\x69\xab\x55\xb1\x61\x79\x63\x33\xd5\x90\x0c\x80\x36\xde\x98\x1e\xf4\xc4\x32\x3d\xaa\xa2\x91\x55\xb4\xd8\xf0\xe4\xed\x5b\xcb\x96\x3a\x07\xd1\x28\x8a\x2e\x39\x57\x3f\x9c\x26\x8d\xf1\x1f\x04\x7f\xd6\x18\xa1\xef\xad\xf6\xf3\xe7\x18\xa3\x00\xb1\xe2\x62\x63\xc5\x3f\x8f\xaa\xd9\x4c\xa8\x1e\x83\x7c\x61\x58\xff\x07\xc9\xb3\xe4\xe5\xfc\x0d\x4f\xed\x8c\xdd\x4e\x48\xad\x27\x45\xce\xcb\x46\xd6\xa5\x59\x07\x48\x77\x38\xf9\x49\xa4\xf3\x11\x1e\xd7\x31\xfb\x97\x47\xec\xe4\x21\x3b\x4f\x53\xc9\xc1\xe0\x2b\xa2\xef\x57\x9f\xd8\x14\x5d\x3f\xe4\x31\x50\x35\x87\xbb\x2d\x03\xef\x61\x8a\x73\x4a\xbe\xad\x1e\x06\x1c\xd3\x89\x79\x4f\x16\xd4\x5f\x36\x5e\x54\x74\xc7\x0f\x18\x71\xa9\x1a\xed\x31\xa8\x87\x1f\xc1\xd7\x52\xbd\x5d\x55\xf9\x9e\xe1\x65\x9e\xd6\xd9\xce\xd4\x8b\xd6\x5b\x4e\x9e\x47\x0c\x21\xf2\x77\x15\x2b\xc2\xe7\x15\xb9\xc9\xca\x0e\x21\x44\x57\x2b\x9e\xe8\xa7\x7a\x9a\x92\x09\xfd\xda\xbb\xc5\xbc\x2e\xaf\x83\xab\xe8\x74\x62\x0b\x44\x68\x68\xde\x41\x35\xff\x96\x8f\xd0\xed\xac\xf4\xb4\xbf\xee\xe3\x73\x6f\x57\xbe\x9d\xd8\xb1\x76\x10\x4a\x9d\x07\x05\x38\xed\xb7\xfa\x09\x67\xda\xf5\x7c\xc4\x76\x78\xc6\xfa\x9d\x35\x47\x3a\x1f\x57\x22\xd8\x05\x7c\xd2\x5c\xf2\xab\x5a\xa5\x79\x70\x05\xcb\x8b\x27\xd8\xe0\x09\xda\xfa\xa2\x8f\x50\xda\xea\x09\x5a\xe5\xd4\x49\x04\x18\x7b\x72\x1a\xb1\x5d\x02\x6f\x8a\xa7\x3a\x7a\x52\x95\x62\xbd\xe4\xb5\x6b\x83\x5c\xda\x1a\x92\x87\xf7\x2c\xf9\x8f\xd5\xac\xdc\xaf\x5a\xc8\x99\x6c\x9d\x5d\x0e\x6c\xce\x52\x4e\x11\x4d\x55\x63\x24\x96\xc9\xb6\x33\x72\x53\xd0\x1a\x74\x88\x44\x5e\x0a\x2a\x20\x16\x98\x6c\x15\x71\xfa\xfc\x99\xf5\xc9\x6a\x48\x56\xf0\x58\xa8\xb2\xf7\x3d\x2c\xef\x5d\x85\xb6\x72\x87\x7e\x4e\xb6\xce\xcf\xa0\xb2\x91\xa7\x27\x5b\xf3\x67\x50\xc9\x93\x3c\x27\x5b\xef\xc3\xae\x06\x28\x7b\x07\xcd\xf0\x73\xd0\x58\x8b\xe0\x93\xad\xfe\x2b\xa8\x42\x84\xf2\xc9\x96\xfc\x08\x27\x62\xe4\xf2\xc9\xd6\xfe\x1d\xf6\x47\xcc\x9d\x42\xf4\x7b\x4b\x71\xec\x6e\xfa\xb1\x82\xa4\xde\xd0\x11\x82\x25\x22\xa2\xbf\x09\x33\x17\x8c\x21\x78\x73\x51\xe6\x4d\x9e\x14\x0a\x9e\x42\x91\x3d\x02\x82\xca\x16\x31\xd9\x7a\x31\xcb\xb4\x93\x9d\x06\x17\x53\x10\xe9\x03\xe3\x12\x4d\xb6\xfa\xaf\x10\x08\x40\x37\x31\xd9\xe2\x7f\x77\x9e\x66\xfe\x89\x67\xe1\x61\xca\xaf\x41\x53\x4f\xcd\x32\xd9\x7a\x1f\x82\x06\xca\x8e\xbc\x75\xd8\x52\x6f\xad\xf8\x35\x68\x5a\xf3\xd9\x64\x4b\x43\xf5\x79\x35\x42\xd7\xab\x2c\xbf\xf1\xbf\x31\xad\x4f\xf4\xc9\x79\xc4\xef\x05\x06\x24\xb1\x95\x22\x55\x94\x76\x33\x2c\x88\x1b\xd8\x0d\xdf\x19\x69\xd1\x24\xd3\x0b\x54\x35\xb6\x84\x8d\x3d\x63\xdf\xb1\x31\x3b\xfe\x3e\xd2\xd6\x09\xae\x43\x42\x7d\xb5\x55\xa5\x11\x77\x62\x55\x68\x04\x37\xdd\x25\xfd\x16\x69\x64\xbd\x1f\x27\x5b\xa3\x3f\xeb\xac\x07\x4e\x91\x93\xad\xab\x25\x8c\x1d\x03\x46\x04\x92\x10\xd2\x0b\x8a\x63\x5e\x72\xe8\x9d\xfc\xe0\x01\x2a\xa0\xe3\x27\x81\x6e\x31\xa7\x4c\xfb\xc7\xa0\xee\x34\xe6\xfc\x14\x65\x94\xc2\x7a\x0c\x84\x20\x27\x04\x4c\x8b\xdf\x59\xa8\x21\x6b\xad\xc8\xc2\xd0\x3a\xfe\x5e\xba\x7a\xca\xd8\x3f\x57\x29\x1b\xfb\xb7\xe3\xf1\x17\xfd\xb7\x8f\x67\x9a\xa9\xd9\xe5\x9f\x86\xff\x5a\xde\xe5\x8c\x3b\x82\xff\x92\xe7\x38\x6d\xee\x7f\x3b\xfb\x57\x2f\xc3\x2c\x3c\xc4\x5c\xe1\xec\xbf\x16\x45\x76\xf8\xef\xae\xa3\xac\xe3\x90\xef\xa3\x15\x6d\x5d\xeb\x17\xe8\x49\xc3\x7f\x5f\x59\x73\x1a\x74\xdf\x5a\x12\xd7\x16\xb5\x54\x1f\xc4\x3e\xa3\x3a\x23\xea\xce\x48\x15\x27\x0f\x1e\xf8\x1a\xee\xbe\xf0\x22\x68\xc6\xb4\xdd\x31\x17\x46\xdf\x5f\x11\xbe\xc2\x02\xa4\x0c\x2c\x1c\x5b\x0d\xb6\x50\x5c\x87\xf3\xdd\x0d\x3c\xd5\xc9\x22\xb7\xc5\x71\x8f\xb8\x5c\x69\x49\x93\xda\x80\x18\xbb\xc3\x03\xe8\xaf\x6a\x7e\xa3\x96\x5b\xf2\x5b\x73\xb7\x9c\xb4\xba\xba\x60\x44\x83\x18\xbe\x5b\xf0\xf2\x27\x24\xe2\xa0\x6b\x52\xdd\x68\xc2\xfe\xe0\x81\xe9\x4f\x7d\x72\x43\xda\x3f\xc5\xdc\xf1\x2a\x00\x13\x44\x9c\xc1\x6a\xfe\xab\xc0\x58\x56\x31\x55\xa4\x42\x35\x3d\x81\x48\x4d\x3c\xba\x14\x95\x4c\xf5\x43\x29\xff\x0a\xa3\x11\x8f\xb2\x5c\xac\x8a\x64\xa3\x02\xbf\xf4\xc2\x1a\x18\xd0\x05\x95\x54\x0f\xd9\x1b\x9a\xee\x3f\x47\x15\xd4\x35\xdf\x18\x55\x93\xca\x0c\x20\x58\x52\x34\xac\xff\x22\x49\x59\xb5\x92\x37\x70\x00\x69\x69\x78\x93\xe0\xc7\xb4\x5a\x2e\x93\x32\x1b\xc8\xb5\x3e\x3c\x21\xe9\x10\x73\x71\x5e\x34\xaf\xea\x17\xbc\x49\xfa\x7b\xe6\x0e\x77\xf4\xdb\xf7\x34\x44\xa8\xfd\x8c\xe7\xe5\x96\x4b\xc1\x44\xdc\x3a\xc3\x4b\x4f\xce\xaf\x17\xe4\x72\xf4\xfc\x82\xbe\x2c\x88\xbb\x8a\x76\x0e\xab\x52\xae\x6b\xa6\xe7\xb3\x91\x13\xc7\xdd\x9f\x45\xec\xd2\x02\x0a\x56\x01\x30\xe2\x98\xd6\x62\x99\x03\xb1\xa9\xc1\xa4\x5e\xa8\x2a\x98\x7a\xb3\xa8\xab\x5b\xf6\xac\xae\x2b\xed\x73\x17\x81\xb1\x71\x60\x69\x93\x92\xc7\x34\x49\xaf\x21\xd9\xcd\xba\x28\x24\xf8\x18\xc9\x7a\xc4\x7a\xec\x5b\x7d\x4b\x7a\xaf\x0b\x88\xb1\x87\xaf\x75\x21\x9b\x15\x6f\xd8\x47\xaf\xc3\x8f\xa0\x0c\xe6\x75\xb3\x61\x3c\x87\x00\x4d\xcb\xa4\x5c\x27\x45\xb1\x91\x3d\xc3\x73\xe0\x8f\xc0\x1d\x67\x1f\x55\xcc\xce\x11\x3e\x72\x31\xfb\x1b\xdc\x00\x13\x1e\x6a\x91\x34\x6c\x99\x34\xe9\x82\x0b\x96\xb0\x79\x7e\xc3\x4b\xb8\x13\xf9\x8c\x25\x25\x3c\x2b\x7e\xc8\xfe\x73\x95\xd4\xc9\x12\x3e\x1f\x83\xc6\x4b\xfe\xa5\x54\xb8\x3a\xc8\x14\xf4\x41\x6b\x23\xfb\x85\xf5\x73\x1d\xd8\xad\xa8\xaa\x6b\x73\xdd\xae\xf9\xc6\xbf\x41\xb3\xbc\x84\x07\xc2\x3f\x6c\x7e\xe6\x9b\x1f\xeb\x6a\x09\x9a\xf4\x3e\xf1\xea\x56\xaf\x08\xda\x2d\x46\xbb\x1e\xdf\xc1\xc1\xee\xd4\x80\x85\xda\xaf\xbd\x6c\x3c\xa1\x61\x27\xd0\xe0\xc2\x46\xb1\x49\xc7\x52\x87\x61\x2f\x23\xc7\x8c\x80\xd3\x83\x8e\x62\x2e\x63\x50\x10\x28\x2d\x49\xd2\x63\xfd\xf6\x43\xcf\x57\x63\x86\xeb\x48\xae\x27\xea\xef\x82\x41\xef\xfd\x2b\x3b\xe7\xcd\x2b\x8c\xea\xff\x2e\x6f\x16\xaf\xdc\x04\x03\x1f\x20\x77\x27\xba\x13\x62\x27\x9f\x59\x9f\x70\x54\x10\x14\xbc\x0b\x97\x0c\x99\xfd\xbe\x4f\xb6\x85\x20\x77\xaa\xda\xb0\x86\x2f\xcf\x76\x02\x87\x6b\x78\xd6\xb8\xf9\x33\x26\x49\xd5\xd3\x77\x6b\xeb\xcc\x36\x2a\xab\x8d\x5b\xac\x76\xd3\x24\x89\x86\x7d\xc0\x7e\xce\xd8\xdf\xc9\x2e\xd0\x7c\x4e\x61\xf2\x08\x9b\x31\x31\x00\xc3\xb6\x54\x0f\x06\x24\xc7\xba\x4a\x48\x05\x42\x20\xfa\xed\xb7\xc8\x64\x60\x33\x4e\x25\x2e\x19\x9b\xb1\x3e\xbf\xb1\x36\x1b\x73\x53\xf8\xcd\x68\xc5\x6b\x21\x19\x6b\x37\x67\x90\xd2\x14\xe6\xa5\x68\x92\x32\xe5\xd5\x8c\x61\x76\x17\x27\xd7\x97\xaa\xa4\x8d\x2f\x44\xbd\x18\x9a\x9c\xc8\x1d\x8e\xf4\xad\xa2\xda\x77\xf5\x1e\xde\xe3\x6f\x86\xdf\xe4\x4b\x48\xf9\xb0\x95\x17\xf9\x8f\x45\x35\x4d\x0a\xea\x84\xff\x63\x55\x36\xef\x78\x3e\x5f\x34\x82\xdd\x61\x3e\x9e\xde\x68\x74\x32\x1a\x9d\xbc\x6d\x36\x45\x5e\xce\x25\x27\x61\xba\x78\xf2\xea\xe5\xe5\xb3\xff\x75\xf9\xcb\xf9\xf3\x5f\x5f\x3c\x7b\xf9\xcb\xaf\x17\x97\xcf\x5e\xfc\xfa\xd3\xb3\x8b\x3f\xfe\x74\x69\x5b\x9f\xb8\xe0\x37\x4a\x4b\x95\x4e\xc0\xf6\xd4\x48\x8c\xbb\xf5\x01\x95\x68\xb9\xa3\x45\xa2\x7d\x0c\xd9\xa1\x40\x6e\x10\xd1\xb0\xbf\x52\x6d\x15\xaa\xab\xaa\x19\xb3\x50\xd1\x88\x04\xd5\xe8\x81\x62\x55\x8e\x4d\x29\x56\x2e\x72\x11\xed\xea\x58\x16\x60\x15\x74\xa1\x8b\x56\xc2\x22\xac\x06\xba\x8e\x68\x2d\x28\xc1\x4a\xb9\xa8\x56\xbc\x1c\xb3\x5e\x2e\x8e\xe5\x5f\xf2\x2b\x9a\xac\x9d\xa4\x1e\x73\x6e\xad\x17\xfd\x78\xae\x6e\xbb\xcf\x21\x3d\xd5\x6d\x4f\xdd\xec\xc8\xd6\x75\x04\x7d\x4c\x3c\x97\xca\xb8\xf7\x8b\x7f\x06\xfd\x10\xfc\xa0\x33\x37\x15\xfd\x96\xcd\xaa\xb2\x81\x07\x8a\xcb\xa4\x6c\xf2\xf4\x49\x55\x54\xb5\x18\x32\x3e\x9b\x81\xb8\x26\x87\x86\x76\x6e\x7a\x16\x9d\x9a\x15\x0e\xd8\xc4\xbc\x87\x8a\x23\xe8\x51\x59\xba\x23\x0f\x54\xd0\x4f\x20\xf2\x1d\xf7\xdc\x94\x10\x5c\x29\xf9\xbf\x79\x5d\xad\xcb\x0c\xa6\x37\xf6\x66\x0b\x81\xc5\x7e\x30\x75\x08\x8e\xb6\xe6\xc8\xde\xf7\xff\xe3\xbb\xd5\xa7\x30\xc9\x46\xe8\x7e\x77\xa5\xfe\x4b\xc0\xf3\x7d\x64\xb6\x69\xe0\x63\x46\x26\x2c\x78\xc1\xd3\xa6\xaa\xdd\xe4\x1f\x8c\xf5\xc6\xe0\x18\xd1\x1b\xb3\x2d\xab\xd6\x8d\x14\x46\xc6\xec\x3b\x47\x63\x72\x17\x4c\x51\x4f\x08\xaf\x40\x6c\x2e\xb2\xe4\xb0\x1d\x95\x2d\x00\xfa\xf0\x4d\x7e\xaf\xf4\x42\xf5\x2d\x93\x7a\x9e\x4b\xf8\xff\x8e\x7e\x5d\x25\x59\x96\x97\x73\xf7\xb3\x3f\x4d\x7d\x0d\x63\x13\x5d\xb8\x8f\xfc\x11\x52\xc4\x92\x3a\xa7\x90\x49\xce\x0c\xba\x1c\x53\xd4\x39\x12\x7c\x99\x4f\xab\x22\x73\x5e\x91\xb4\xc1\x45\x10\x57\xc0\x02\x53\x64\xdd\x01\xa4\xf5\x9a\x3a\x29\x05\xa6\x9f\x75\x2a\x82\xb1\x3e\xd2\xc3\x42\x4d\xb8\x03\x7b\x0f\xe9\x39\x94\xfc\xa7\x83\x5a\xa4\xeb\x5a\xc0\xc4\x94\x6c\xd6\x72\x3e\xab\x4f\xec\xdf\x29\xbc\x83\xd7\x65\xfd\x16\xe0\x32\x32\x6b\x89\x94\xce\x8b\x7c\x2e\x8f\xbc\xe0\xb3\xa6\xfd\x78\x15\xfa\x8c\x9d\xae\xeb\x64\xe9\x1d\xe4\xdb\xfc\xaf\x7c\xcc\x28\x6e\x78\x5d\xac\xc5\x48\x17\x85\xab\x78\x83\xbb\xd2\xfb\xfe\xdf\xdc\x75\xa8\xe2\xe7\x7c\xd6\x51\xfa\x03\xbc\xf8\x1b\xb3\xde\x1f\xa2\xc5\x97\xd5\x2a\x2c\xdb\x07\xcb\x80\x90\x61\xea\xbd\xae\xc1\xcb\xbf\x75\xaf\x42\xdb\x34\xc1\x07\xca\xa4\xe6\x60\x08\xc4\xa7\x0e\xca\x98\x56\x9f\xde\x2e\x92\xac\xba\x1d\x6b\x9c\x3c\xe2\x05\xbf\x01\x85\xc5\xff\xe8\xc4\x1b\xcc\x84\x15\x1b\xb3\xad\x49\x2a\x04\xff\x95\xa4\x4c\xfe\xcf\x72\x2c\x0f\x25\x97\x04\x6c\x9e\xa2\xfa\xb5\xfc\xdb\xe1\x47\x50\x2a\x1e\x62\xcc\x70\xc1\x5d\x55\x80\xc7\xcf\xfc\xd2\xe4\x45\xde\xe4\x0e\x1f\xb2\x8d\xe4\xc0\x6a\x67\x32\xa6\x4a\xe3\x44\x39\xaa\x5d\x8c\xc9\x9e\xac\x4f\x07\xd7\xf3\xc5\x0c\x11\x51\xbe\x04\xfa\xd4\x1d\x1a\x17\x57\xc0\x79\xfc\xbc\x4a\x93\xc2\x0b\xf4\xb9\x1d\x8d\x46\xb4\x23\xf5\xf0\x06\xd5\x12\x36\x39\x66\x53\x31\x95\x6a\x90\xa5\x9b\xb4\xc8\x53\xa6\xf6\x03\xd4\x1b\x91\x8d\x1e\x35\xe2\xd3\x48\x73\x73\x91\x81\x0f\x4f\x55\x86\xc0\x02\x8e\x16\xad\xda\xa5\xf6\x03\x68\x2b\x15\x1f\xca\x53\x90\x60\x42\x48\x82\x36\x06\x46\xb4\x46\xb7\x63\xb3\x27\xa7\xac\x6f\x52\xce\x3a\x67\x35\xf6\x82\xea\xa9\xcf\xfa\x56\x9d\xc5\x6f\x40\x3f\xda\x68\xe8\x77\x4e\x5c\x8d\xfd\xaa\x1f\xac\x32\x7a\xcb\x44\x5a\x01\x65\xf6\x38\x67\xa3\xc1\xb5\x7a\x28\x0f\x46\x32\x2e\xd2\x3a\x5f\x29\x85\xe6\xc3\x93\xce\x3c\x74\x87\x1f\x6c\x04\x3a\x02\x7d\x72\xb7\x2e\xb9\xf7\xc8\x15\x95\x96\x7c\x59\xe5\x7f\xe5\x07\x61\x92\xa8\x78\x65\x43\x73\xbf\xe5\x7b\x48\x58\x1a\x39\x5c\x2a\x1e\x7b\xbf\xda\xf8\x7a\x2e\xc0\x08\xf8\x99\x62\x02\xb5\xeb\x90\x7b\x74\x96\xa4\x5c\x37\x25\x62\x92\x11\x92\x4c\xc0\x03\x60\xf0\x67\x05\xff\x64\x2c\xde\x6e\x91\xdc\xc6\x96\xa2\x3c\x85\xd7\xfc\xe4\x0b\x58\xec\xdc\x4f\x3a\x5e\xbb\xfb\x95\x80\x8c\x5b\x20\xd2\x9a\xf3\xf2\x0d\xb0\x50\x97\xfc\x93\x33\xcf\xbb\x40\x1a\xc2\xf5\xb5\x09\x83\x4b\x81\xe5\x28\x7a\xe1\xdf\x48\x7e\x75\xc9\x4f\x89\x7a\x7c\x6a\x2b\x1c\x1f\x2f\xf0\xa3\x5b\x13\xe3\x4e\x93\x6a\x72\xf1\x6e\x95\x17\x6a\xa5\x4e\x35\xbd\x7c\xb7\x2a\x58\x8f\x9d\x7a\xb0\x73\x6e\xa5\xa7\x76\x8f\x9c\xaa\x64\xef\xdc\x06\x6f\xbd\xbd\x73\x5a\xf9\x1b\xeb\x36\xfd\x91\x02\x80\xd3\xce\x01\x0d\xb7\xd1\x25\x05\x0d\xa7\x91\x03\x34\xed\x92\xac\xc4\xa2\x01\x88\x4e\xfc\xeb\x09\xe8\x57\xa9\xdb\xd4\x43\x08\xbc\x41\x9a\xe7\x51\x7c\x8e\x73\x51\xb4\x48\x45\x22\x70\xd3\xf8\x1e\x37\x49\x9d\x27\x65\xf3\xa4\xa5\xd8\x0b\xf7\x6d\x22\x92\xf8\x4a\xb6\xa5\x1f\xd2\xbb\xa3\xae\x0d\xb8\xee\x3e\x90\x5c\x68\x18\x74\x3f\x9b\xe8\xe9\xee\x67\x1b\x8b\xdd\xfd\x9e\x0b\x78\x4e\x3c\x26\x6a\x4f\x77\x02\x83\x71\x04\x1d\xf8\x39\x37\x77\x8a\xf8\xf1\x0b\xa7\xb5\x06\x9f\x3f\xb3\x6d\xf0\xe2\x24\x17\xcf\xd4\x9c\x89\xb7\x3c\x7b\xf0\x80\x1d\xa9\x39\x2b\xb5\x96\x49\x0b\x44\x51\xaa\xcd\x85\xe9\x09\xfe\x8e\x18\xa0\x01\x92\x30\xa7\x08\x14\xae\xe4\x1f\x1e\x3b\x95\x72\x70\xbf\xe5\xc4\xde\xf7\x72\x71\xac\x7e\xf7\x86\xb4\x2b\x15\xc2\xfe\x8a\x2a\x65\xed\xf2\x64\x53\x47\xf6\xce\xc5\xb1\x5e\xb0\x1b\xb6\x8c\x74\xa9\x5b\x3b\xe5\x9e\xfb\x49\x9b\x70\x2f\xff\xbd\xff\x38\xc6\x1c\xeb\xa3\x7f\xde\x46\xb6\x44\x42\xe7\xdd\xc7\xab\xb1\x1e\x52\x42\xb6\x1e\xf2\x27\xd9\x8e\x87\x8e\x15\x27\x27\x06\xb0\xd9\x2c\x29\x0a\x01\x82\x8a\xe4\xf1\xe8\x84\x55\x6b\xb0\x7a\xad\x57\x70\xb1\xab\x3a\x9f\xe7\x65\x52\xb0\x29\x5f\x24\x37\x79\x55\x1f\x38\x59\x8d\x41\xe9\x84\xf5\x4c\xfc\x61\x3f\x7f\x8e\xed\x62\xdb\x92\x7a\x38\x6e\x6f\xbc\x7f\x23\xd7\xa9\x84\xfe\xa2\xc7\xaf\x6e\x2f\x9c\x7d\xfc\x72\x8c\x3c\x62\xe3\x00\x94\xfa\x46\x7b\x34\x09\xa5\x35\x24\xea\x0f\x2e\x28\xea\x94\x00\xb4\xe9\x11\x69\x4b\x27\x7f\xe4\x00\xa9\x53\x42\xc0\xfe\x00\xa0\x8b\x6e\x67\xdb\xde\xef\x38\x74\xf4\x58\x23\x27\x0e\xa4\xf0\x9e\x9d\xc5\xc0\xfd\x9e\x5d\x11\xf2\x4b\x7b\x24\xd4\xf7\x9e\x1d\x77\x41\x79\x3b\xfc\x6a\x35\x1e\xd9\x70\xf0\x71\x89\x56\x4e\xc0\x87\xda\xad\xed\xab\x0e\xc8\x6c\xb1\xfa\x01\x5b\x7a\xdf\xbe\x76\xef\xe9\x7d\x7b\xee\xda\xd4\x78\x9f\xed\xf7\x9b\xde\x40\x4a\x16\x42\x42\x70\xc8\x25\xfc\x8a\x37\x4d\x8d\xde\x0e\x2c\xb1\xf3\x57\x8d\x0e\xdd\x8c\xf0\x55\xa9\x5d\xec\xcc\xe5\x1a\xdf\x47\xce\xc5\x61\x2c\x0d\x02\x73\x1a\xda\xfe\x1a\x97\xa1\x8c\xf5\xe7\xf0\x9c\xa6\x3f\xa7\xa1\xed\x2f\x07\x6e\xbc\x9b\x67\x90\x00\x42\xc9\x79\x4b\x82\x16\x02\xfc\xad\xc4\x3f\x42\x62\xe3\x0c\x06\xa9\xa8\x4e\xa5\x05\xfa\x48\xc5\x20\x05\x8c\x5d\x66\x81\xd2\x44\x6c\xbb\xd0\x4d\xd5\xc1\xac\xc3\xc8\x4c\xa0\x40\x4f\x25\x36\x03\xa8\x10\x42\xfb\xd2\x88\x3c\xdd\x9b\xac\x6f\x27\xd5\xf7\x77\x64\xc3\xf1\xee\x6f\xe7\x26\x9a\x7e\x3a\x37\x52\xf3\x9a\x91\x86\x91\xdc\x3a\xff\x75\x74\x74\x37\x1d\xf0\xaf\xf6\x7d\x91\x9c\xc7\xb7\xba\xbc\x6a\x1b\xf3\x75\x15\x81\xbe\x8c\x8a\xa9\xdd\x60\x40\xd0\x7f\x78\xda\x59\xb4\x30\x3c\x70\x52\x6f\xaf\xcb\x43\xea\x77\xdc\x21\x5f\x3c\x8e\x5f\x27\x5f\xc2\x36\x1b\xe5\x37\xd7\x1d\xdf\xb9\x4e\x90\xfb\x2b\xa1\x5a\xf5\x50\x34\x1b\x5c\xd0\xe4\x50\x25\xd2\x7e\x5a\x24\x12\xa8\x6a\xb7\x2a\x29\x54\x0a\x09\xd2\x3c\xae\x48\xea\x50\x3f\xa9\xd8\x88\xdd\x6a\xa0\x39\x6f\xe2\x73\xec\xd4\x25\x74\xe9\x0d\xda\x84\xf5\x36\xf1\xbb\x45\x5a\xf7\xd2\x77\x79\xa1\x2f\xa5\x48\xde\x32\x6f\x23\x97\xbb\xd6\x6f\x2d\x06\x13\x20\xe8\x07\x17\x89\xec\xb7\x0d\xbe\x45\xee\x08\x95\xc1\xdf\x77\xb5\x09\x6f\xbd\x27\x9d\x74\x35\x8e\xb1\x46\xe4\x32\x1f\xed\xdd\x51\x44\xe6\xf6\xb6\xd5\xc7\xc5\x4e\xd7\x2e\x3e\x0c\x30\x70\x17\x76\x8e\xb0\xdd\xde\x0c\xdb\x38\x70\xff\x41\x82\xfb\xdb\x2e\x65\x30\xb4\x9e\x57\xb1\x6b\xb2\xff\x49\x87\x01\x68\xf6\xe2\x44\xbd\xed\xe9\xe8\x37\xc4\xb5\xf7\xda\x4f\x8f\xde\x75\x8c\xd4\x46\x02\xf7\xdd\xdb\x0e\x32\xde\xbe\x01\xbf\xc5\x7a\xda\x16\xd2\x0d\x5e\xa6\xf9\x97\xc2\x58\x94\x28\xc6\x06\x0a\xa8\x23\x85\x4e\x64\xa5\x0f\xc1\x3b\x1e\xe7\xd6\x3d\x89\x17\xfb\x31\x63\x91\x9b\xbf\xcf\xe8\x74\x21\x9e\xcc\x42\x57\x14\xf6\xe4\x48\x2f\xb4\x17\x45\x96\xf6\xdf\x11\xf5\xc4\x9e\xac\xab\xef\xaf\xe5\xf3\x67\xb3\x49\x83\xf8\xc2\x54\x27\xd1\x83\x62\x26\xd6\x41\xc8\x6c\xec\x61\x6a\x4f\x6b\x9e\x34\xfc\x05\x52\xcb\x9a\x72\x08\x8a\x82\x46\x6d\xdc\xca\x74\x77\x8e\x06\x6c\xf3\x0b\x9f\xf8\x90\x3e\x68\x21\x72\x19\x84\xbd\x78\x82\xb6\x4d\x52\x05\xaf\xda\xe3\x4b\x34\x01\xf6\xab\x35\x84\x61\xa5\x9d\xe8\xb2\xc1\x98\xf5\xf3\xb2\x6c\x2d\x96\x94\x34\x56\x10\xf8\xac\xe2\xfa\xd5\x54\x32\x6b\x94\xd4\x73\x90\x13\xea\x98\x07\xba\x9b\xde\x6b\x2a\xd4\x13\xef\x95\x1c\x81\x4d\x70\x24\xc7\x6d\x0e\xbe\x98\xe3\x99\x78\xe7\xd5\xdf\x39\x32\x71\x8c\xaf\x70\x90\xc9\x84\x41\x23\xe2\x72\x8a\x0f\x26\x4a\xae\x1f\x4d\xf4\xce\x9b\x86\x2f\x57\x0d\x6a\x79\x95\x0d\x9a\x25\x24\x87\x3b\x98\xf7\xf3\x46\xf0\x62\x36\x32\xb9\x46\xbc\x08\x44\x17\x72\x14\xa6\x46\xf3\x8d\x03\xf2\x5b\xc7\xb2\x9c\xe7\x20\xbb\x97\xe7\x0c\xf9\x2e\x6f\x16\x4f\xdd\xf6\x2a\xa4\x8c\xee\xe4\x72\xb3\xe2\x8f\x03\xc0\xd5\x1d\x9f\xba\x11\xd4\x60\xaa\xd6\x99\x22\xde\xc6\x5e\xc9\xf6\xd4\xe9\xd6\xe1\x02\x77\x06\xa2\x0c\x9a\xce\xef\xdc\x27\x30\x93\xad\xf3\xd3\x8d\x4e\x1b\x86\x79\x88\x2f\xfc\x11\x11\x46\xe8\xee\x03\xb8\x7d\xd5\x6d\x02\xd8\xda\x73\x93\x76\x66\x97\xdf\xba\x5b\x01\x9e\xa1\x76\x80\x70\xf1\x8f\xf1\xfa\xc8\xfd\xb4\xd5\xba\xf7\x93\x9d\xb9\x20\xe8\x02\xdc\x80\x8d\x71\x47\xa3\xe1\x66\xd5\xa8\xf1\x4d\x44\x4c\x3c\x70\x7d\x58\x9d\x4b\xac\x51\x90\x89\xa2\xad\xf7\xaa\xf5\x3a\x3c\x8e\xa0\xca\xd3\x7e\x0b\xe6\xf2\x3d\x36\xa0\x58\xb0\xe6\xb6\xb2\x63\x09\x86\x4f\xce\xd2\xaa\x9c\x55\x35\x3c\x04\x6a\x16\x9c\x7d\xa4\x27\xf7\x91\x89\x15\x4f\xf3\x59\x8e\x2f\xd6\x1e\xe1\x9b\xa3\x5c\x0c\x65\x57\xd0\x77\xd0\x5d\x92\xa6\x7c\xd5\xb0\x84\x7d\x74\x76\x13\xdf\x41\x0d\x55\x25\xc8\x62\x65\x5c\x0a\x59\xbe\x5c\x21\x1c\x24\xe8\xcb\x34\x83\xae\x1d\x54\x43\xfa\xc6\x27\x50\x22\x59\x72\x78\x6c\x90\x14\x85\x72\xa0\x91\xad\xd4\x33\xa6\xf5\xb4\xc8\x53\xd7\x1f\xc5\x62\xfb\x60\x1f\x0f\x40\xf4\x0a\x15\x74\x11\x82\x76\x3c\xaf\x20\x21\x72\xdc\x88\x97\x07\x88\xc9\xd5\xd3\xaf\x43\x48\xb8\xec\x3d\x81\x38\xd6\x36\x5e\x16\xcc\x36\x11\x22\x9f\x23\x33\x34\x05\x36\xc2\x2b\xd7\x40\x56\xcf\x21\xbc\x03\x7e\x53\x81\xb8\xe7\x5c\xbf\xbc\x76\x63\xdf\xaa\x6d\x80\xb8\x1b\xf9\x5f\xed\x46\xea\xf6\x9e\xd8\xad\xbe\xd5\x73\x7e\x5e\xe7\x89\x89\x96\xfb\xa7\xa4\x58\xab\x49\x94\xeb\xa2\x40\x30\x81\x9f\x72\x49\xe8\xf4\x93\xe4\xa5\xd0\x6f\x44\x40\x9b\xc0\xd1\xee\x01\x91\x57\x20\x73\x3e\x7c\xbe\x4d\x6a\xc9\xc9\x66\x39\x86\xce\x28\x36\x6f\xf8\x5f\xd6\x79\xcd\x33\x3b\x5d\x59\xe5\xa9\x7d\x7b\x89\x1f\xcf\xc5\xa6\x4c\xe1\x2f\x78\xdd\xf1\xc7\xba\x5a\xaf\xe0\xa7\x7d\x40\x0c\x3f\xf5\x8b\xcc\xe1\x87\x72\x1f\x6f\x21\x60\x3f\xc1\x85\x18\xff\xba\x58\x26\x73\x88\x06\xe8\xe9\x6c\xc0\x35\x84\x36\x7c\xea\x86\xff\xf0\xaa\x63\xf4\xec\x13\xaf\x52\x87\xc7\xa3\xd7\x3e\x74\x8b\xa2\xfe\x4d\x51\x77\x0c\xe2\x70\x64\x8a\x6d\x3c\x96\xc0\x47\x2a\xae\xcf\x48\x84\xee\x3f\x5e\x6e\x07\x21\xe5\xf4\xef\xb6\x11\x7f\xe6\x9b\x26\x5f\x3d\x4d\x9a\xc4\x5b\xa9\x2d\x88\x30\xae\x07\x3b\x92\x76\x78\x75\xee\xbb\xc3\xae\x22\x4e\x7b\x7d\xaa\xc8\xe8\xed\x5e\x5d\xd1\xd6\xf7\x3a\x1e\xdd\xc5\x57\x3d\x01\xdd\x29\x6e\x77\x6c\x43\xb0\xc4\x95\x35\x42\x86\xbf\xe3\x08\x2c\x11\xdb\xfe\x67\x56\xa5\x4f\x92\x86\xcf\xab\x7a\xa3\x7c\xbf\xee\x5c\x0c\x4f\x7d\xdf\xcc\x7e\xe0\xb4\xf8\xa7\x86\x97\x99\x70\x4e\x00\xb1\xe6\x34\x11\xdc\x6c\x85\xab\x7e\xf4\x1d\x46\x02\x3d\xe4\x97\xce\xed\x6d\x93\x34\x2a\x84\x00\xbc\x1d\x80\x67\xf8\x46\x4d\xe8\xf2\x08\x97\xd5\x3a\x5d\x5c\x64\x05\x7f\xca\x8b\x64\xc3\x26\xec\x0f\xdf\x7d\x07\x81\xfd\x96\x02\xc6\x51\xee\x96\xaf\x5e\xbc\x7e\xf5\xf2\xd9\xcb\xcb\x5f\x5f\x9e\xbf\x78\xc6\x26\xac\x67\x47\x3b\x78\x3f\xe1\xd0\x99\xed\xc0\xec\xa2\xc7\x22\x3e\xf6\xb7\x7b\x18\x2c\xf2\xd4\xd2\x78\x73\x08\xb8\xf0\x55\x9d\xdf\xc8\x5d\x98\xf3\x86\xfd\xaa\x0c\x35\x58\xde\x0f\x63\xc8\x2a\x02\x7a\x74\xd4\x2c\x72\x31\x42\xaa\xef\x84\x95\x70\x4a\xd4\x13\x45\x78\xf7\x67\xbf\x62\x0a\x87\x89\x8a\xca\x89\xac\x1a\x32\x6a\xc8\x35\x30\x21\xd9\x90\x54\x73\x8e\x8a\x9f\x7d\x9d\xd4\x92\xdc\x05\x4b\x3d\xb5\x21\x09\x1d\x48\x0a\xdd\x0e\xad\xce\xd9\x78\xc7\x0b\xf4\xda\xc2\x2c\x5d\x1f\x4a\xcb\x5f\xea\x4d\xf9\x35\x91\x14\x6a\x8c\x84\xea\x91\x53\x02\xfe\xd6\x62\x4c\x28\x97\x5b\x8e\xd4\xde\x86\xc6\xc4\x33\x43\x72\xff\x86\xcf\x9c\xf7\x94\x2a\xb6\xa4\x69\x1b\x53\x10\xb5\x74\x41\xa2\xdd\xfb\xbd\x2c\x35\x53\x41\x78\x59\xf5\xa5\x73\x74\x30\x37\x5e\x64\xce\x55\x34\x85\xc4\xa0\xd3\x56\x45\xde\xda\xa7\xbb\xab\x39\x39\x8c\x7c\x94\xe8\x56\x5d\x61\x82\x05\x78\xc9\xb1\x4e\x17\xf4\x86\x3a\xf3\x16\x0d\x94\x5f\xe6\x4b\x5e\xad\x1b\x39\x30\xa6\x51\xa0\xfe\x78\x6e\x1b\x9d\x59\x5b\x85\x92\x73\x7c\x01\xd9\xc4\x84\xf6\xfd\x50\xea\x88\x95\x82\xb3\x59\xce\x8b\x4c\xb0\xdb\xbc\x28\xd8\x94\xb3\xb5\x50\x7e\x58\x10\x47\xb5\xc6\xa0\xb0\x59\x5e\xce\x91\x2b\x66\x55\x09\xfc\xb2\xbc\x26\x23\xef\x7c\xca\xf5\xdb\x68\xd8\xab\xa8\x23\xa1\x7f\xb8\x5e\xe3\x17\x98\x76\x29\xde\xd0\x69\x0a\x01\xb2\x81\x43\xcc\xac\xa2\x9f\xd2\x90\xd0\x70\xd3\xbf\xb6\xc5\x63\x87\xe0\x0c\x3a\xcc\x25\xa3\xd1\x88\xb4\x33\xd2\xb9\xf1\xb9\x24\x21\x88\xef\x5c\x91\x0d\x90\x69\xbd\x4e\x9b\xaa\x36\x5e\xfd\xde\xc5\x37\x9a\x13\xb1\x5e\x71\x55\x8b\xbc\x21\x8e\x72\xc7\x7d\x89\x86\xb4\xa2\x04\x50\x12\x5e\x70\x36\x01\xbd\x0b\xdc\xf2\x48\x1d\xbc\xea\xaa\x92\xbd\xef\xa6\x26\xd6\xed\x66\x82\xfb\x2e\x65\x50\x81\x93\x87\xec\x7d\xcf\xe0\xcf\xde\x90\xf5\x14\xca\xec\x5d\x0d\x59\x0f\xb0\x40\x6f\x18\xe0\xce\x23\x77\x4c\xca\x55\xb7\x8d\xe2\x58\xb0\xd4\x29\x86\x6f\xd6\x1d\x63\x72\x4f\xf0\xb4\x2a\xb3\xa4\xde\x58\x87\x65\xd8\x92\x6a\x3e\x07\xdb\x5c\xcf\x38\x69\x7e\xa0\xd6\x56\xbd\x69\x0a\x8b\xa0\x2b\xeb\x45\xd6\x77\x4b\x1d\x34\xd2\x52\x27\xc0\x23\x4e\x3d\x52\x53\x00\x19\x27\xa1\x69\x29\x31\x0f\x81\xcc\x21\x36\x88\x00\xfa\xb1\x08\x26\x41\xa6\x07\x6f\x42\x43\xfa\xdd\x0d\x49\x26\xbf\xe0\x04\xcc\xa7\xd0\x95\x27\xf3\x35\xc9\x10\xd3\x47\xeb\x97\xe1\x5a\x9b\x22\x4f\x5d\x6d\xbe\x7f\x41\xfc\x7d\xe7\x7c\xe1\xd9\xaf\x01\xb3\x98\x37\xc0\xa2\x56\xd2\x25\x53\x06\x09\xf7\x52\x5b\x4f\x08\xfa\xd5\xcb\xbc\x90\x7a\x66\xac\x56\x8f\x60\x37\x45\x03\x82\x9c\xf9\xe9\x84\xec\x1f\x5a\xc8\x36\x55\xee\x9c\xd5\xf8\x79\x3b\x08\x74\xd8\x9a\x00\x42\x8f\x48\x70\x62\xc5\x22\xe5\xc2\xda\x4e\x54\xd4\xa3\xdb\x45\x55\x70\x25\xcc\xb3\x7e\x5e\xb2\x34\x11\x9c\x55\x33\x6a\x43\xa4\xed\x20\x02\x92\x6a\xab\x8e\x91\x25\x3a\xe8\x91\xa9\xe5\xe8\x65\xc5\x6b\xac\xe7\x1a\x73\xd9\xc4\xce\xe5\xf3\x67\x1f\x24\xdc\x2b\xf1\xab\xef\x4c\xde\x92\x29\x81\x78\x97\x7f\x20\x06\xac\xae\x5c\x07\xee\x67\xff\x08\xdd\x52\x03\x27\x10\x2f\x45\xff\x18\xc5\x92\x25\x78\x20\x24\x1b\x38\x1f\x5a\x1a\xb5\xec\x95\x37\x77\x84\x3b\xf7\xe3\x91\x85\x03\xf7\x7b\x94\xb9\x1d\xba\xdb\xe3\x62\x64\xaf\x7d\xc7\x3d\x26\x71\xdb\xc6\x6d\x52\xff\xae\x93\xc0\x4b\xf5\x7f\xce\xe9\xec\xb1\xe1\x07\x1d\x60\xc7\xe9\xf8\x3a\xf8\x6d\x84\x5b\x1d\x1a\x0e\x78\xe8\xb1\xbb\x06\x5d\x98\xec\x42\x4c\xa5\xb8\x6b\x92\x39\x4b\x93\xb2\xac\x1a\xc9\x11\x9a\x5b\xba\xe0\x25\x66\xf9\x37\x5f\x90\x54\x21\xd1\xc9\xcb\xb9\xe9\x07\x75\x87\x1a\xab\x24\x82\x95\x90\x19\x54\x7d\xa0\x53\xc6\xb6\xe7\x02\x47\xa6\xcc\xea\x51\x1b\xde\x00\xb9\x4c\xe2\x6f\x2f\x82\xff\xdc\x24\x5e\xd7\xdd\xb1\x33\xd6\x4b\x20\x89\xea\x94\x88\xac\xb6\x4d\x69\x95\x90\x88\x56\x88\x56\xb2\xff\x15\x68\x12\x6a\x4b\xfb\xc1\xa4\xb6\x77\x6c\xcc\xb6\xa0\xf0\xb0\x73\x63\x77\x0e\x6f\x64\x58\x1b\xfa\xd5\x06\x5b\x0c\xfa\xf4\xd5\xb5\x6c\x1c\xd7\xd0\xca\x7f\xc4\x51\xa1\x47\x5e\x04\x9c\x9c\x40\xb8\x78\x73\xba\xd8\x5e\x48\x18\x98\xa1\xe3\x00\xe4\x65\xc0\xc7\xb1\xf2\x54\x75\x4d\x13\xea\x4f\x7b\x0a\x0c\x28\xed\x01\x1f\x0c\x88\xb3\x65\x38\x0b\xb6\x4a\x84\xec\x2e\x2f\xd9\x4d\x9e\x68\xea\xa4\xb8\x3b\x39\xc6\x2c\x91\xd2\x88\x7a\x29\x62\xe3\xcd\x7a\xed\xf0\xfc\xb0\x9d\x0b\x54\xa2\x2a\x6e\x78\x76\x6e\xc6\x9b\x90\xb1\x3f\x7f\x66\x7d\x7a\xf2\x89\x60\x49\xb9\x19\xbc\x27\xd9\xff\x7b\x57\xed\x0b\xa0\x2c\x93\xc7\x75\xa8\x1a\xea\x55\xdd\x94\x67\xd3\x8d\x9c\xaa\x24\x95\x74\xaa\x72\x4d\x19\x6f\x78\xbd\x94\x30\x24\xaa\x75\x9d\x72\xb4\x52\xa8\xdb\xe3\xf5\x31\x62\xaf\x9a\x05\xaf\x6f\x73\xc1\xb5\x1a\x41\x76\x61\x03\x99\x89\xca\x86\x85\xcb\x2a\x2e\x48\xba\x00\x39\x7e\xb5\x6e\x56\xeb\x46\x1d\x92\x3c\x61\xbb\x8c\x29\xcf\x7e\xd8\xb0\x89\x27\x96\xa1\x6d\xd7\x5b\xec\x20\xc6\x39\xea\xf6\x21\xde\x09\x03\x15\xb9\x7b\xe5\x6a\x51\xf4\x63\x62\xd2\x05\x24\x0c\xb0\xaa\x7c\x37\xea\xe4\xcc\x60\x17\xc1\x8a\xfc\x9a\xa3\x51\x6a\x5d\x66\x0a\x94\xc0\x96\x9c\xb0\x9b\xa4\xc8\x33\x16\xe9\x7c\xc8\x6e\x39\x2b\xb9\x15\x75\x93\xd2\x5f\x55\xcb\x68\x60\xb2\xca\x30\xe8\x25\x5e\x42\x09\x3d\xcd\x42\x4a\xc8\x7d\x00\x4a\x3b\x65\x18\x85\x64\x70\xe8\x1e\x28\xb2\xab\x59\xf7\x8e\x76\x80\x31\x01\x9f\xde\x55\xe7\xd1\xed\xdb\x89\x6f\x90\x3f\x39\x61\x17\x33\xb9\x1c\xfe\x69\x55\xe4\x69\xde\xf8\x71\xa1\x25\x3f\x08\x51\x04\x87\x6c\x2d\x38\x6e\x9c\xbc\xdb\xb7\xbc\x57\x73\x96\x55\x25\x1f\xb9\x3d\x6d\xd8\x75\x5e\x66\x92\xf7\x24\xeb\x36\xbd\xb0\x3e\x5a\xed\x40\x51\xc1\xcb\x8c\xad\x57\x38\xdd\xf0\xce\x25\xda\x28\x34\x20\x14\x49\x1e\x01\xc1\x02\xb9\xd0\xc6\x48\x9e\x0d\xe1\x64\xe4\x35\x25\xb3\x57\xa9\x68\xec\x1c\xcd\x25\x84\x27\x8a\x9a\xb8\xe5\x02\x1b\x49\xac\xb4\xc4\x8d\x28\x36\x6c\xba\x81\x3a\x72\x52\x12\x14\xca\x06\xde\x23\x68\xe5\x89\xe1\xb6\x67\x2c\x6f\x18\xff\x94\x8b\x46\x0c\xbc\xfb\xf9\x5c\xcd\xa4\xf5\x7a\xee\xc2\x61\x45\xf4\xec\x9d\x6e\xf7\xec\x22\x04\x3c\x1f\x8a\x24\x49\x0e\x90\x6e\xd7\xc8\xc8\xd5\x2f\x12\x21\x71\x41\x7f\xc0\xce\x0c\x97\xe2\xa5\x9e\x60\xa1\x0f\x48\x96\x34\xc9\x85\xf8\x51\x67\x77\xb6\x19\x36\xfb\x16\xa1\xd8\xd5\xc8\xda\xc7\xb9\x38\x36\xd9\xa0\x7b\x57\xa0\xad\x05\x5d\x18\xd0\x02\xc7\xb7\x3f\x64\x76\x07\xb2\x12\xce\xd7\xd1\x27\x5b\x1a\x7a\x86\x9d\xd9\x0f\x63\xad\x0b\x76\xc5\x20\xa0\x23\xd3\xea\xd3\xe5\x66\xc5\xdf\x54\x90\x7e\xa6\xae\x54\x22\x26\xd0\x9b\xe4\x0d\x5f\xa6\xaa\x52\x4f\x0e\x6b\x8b\xcd\x67\xcb\xac\x49\xe8\x09\xfa\x1c\xb2\xa4\xb8\x4d\x36\x42\x6b\xaf\x12\xe3\xa1\x79\x93\x14\x6b\x1e\x81\x66\x27\x51\x8d\x53\x19\xc4\x3c\x10\x56\xe1\xb6\x40\x26\x19\x58\x99\xed\x45\xc7\xec\x98\xf2\x34\x91\x97\x5c\xa5\xc4\xd7\xb3\xfd\xf0\x8d\x9e\x8e\xc4\xb5\x40\xf8\x16\xc9\x0d\x37\x97\xd6\x19\xce\x74\x3a\x5d\x37\xac\x5a\xd7\x66\x32\xf2\x44\x71\x96\x82\x37\x02\x5b\xae\xf0\x89\x82\x9c\xe2\x2d\x67\xcb\xa4\xbe\xa6\x37\x4b\x9e\xbe\x9a\xba\x97\xef\x5e\x79\x48\x60\xcf\xaf\x6a\xf5\xd2\x01\x8c\xc7\x90\x20\x2b\x38\xa3\x33\x76\x64\x7c\x3c\xc7\x7a\x3b\x26\x36\x09\x17\x2d\x0d\x73\xa6\xe0\x70\x53\x62\x25\x9a\x68\xae\x90\xdc\x3d\xa2\xd1\x22\x8f\xcc\x7d\xc9\xd7\x7d\x80\xfc\x05\x6c\x69\xcd\x67\xba\x77\xa3\x54\x27\x77\x67\xa4\x30\xdf\x1b\x3e\x53\xbc\xa7\xab\xfd\x1f\x04\x2a\x9f\x71\xab\x8c\x1f\xbf\x52\xa6\x03\x93\xf4\x40\xcf\xc7\x7c\x70\xab\xc0\x31\x39\x75\xe0\x8b\x5b\xe9\x97\x95\x53\xe3\x97\x15\x29\x26\x59\xcf\x75\x95\xff\x9f\xbd\xb7\xf1\x6e\xe3\x46\xf2\x45\xff\x15\x38\x77\xaf\x49\x7a\x28\xca\x76\x32\x99\x0c\x6d\x4a\x71\xec\x64\xa2\xbb\x89\xed\x67\x29\x93\x7d\xd7\xd6\x89\x20\x36\x48\xf6\xa8\xd9\xe0\x36\x9a\x92\x38\xb2\xfe\xf7\x77\x50\x55\xf8\x6c\x74\x93\x92\x9d\xf9\xd8\xf3\xb2\x7b\xc6\x62\x37\xbe\x1a\x28\x14\xaa\x0a\x55\xbf\x6a\xe6\x3d\xa7\x67\x7e\x3b\xf4\xc0\x2b\x42\xf9\xd0\x4d\x81\x30\x19\xba\x2f\x42\x8e\x9b\x62\x68\xaa\x1c\xf2\xd8\x71\xc4\x22\xa3\x92\xfe\x41\x3c\x8e\xcf\xf0\xb8\xac\x11\xe8\x5b\x57\xc5\x55\x68\x32\xc7\x71\xcc\x5e\x7d\x82\x0b\x76\x9e\x3d\x64\x83\x84\x57\xe7\x5a\xc6\x15\x4a\x9f\x78\x00\xee\x8b\xfb\x85\x84\xa7\xb8\x29\xb3\x73\xee\xd1\x14\x4a\x78\x86\xcf\xe0\xdd\xb1\x66\x3e\x56\xc5\x49\x6e\xe5\x9e\xdf\x2d\x28\x86\xfe\x27\xf5\x4e\xc7\x69\xce\xe0\x9b\x84\x43\xf9\xf8\xc7\x18\x11\xdd\xdb\xea\x74\x92\x22\x1a\xba\x3e\x75\x92\x10\xe8\x00\xe1\xd9\x3c\x5d\x9a\xe8\xbb\x86\xe2\x08\x75\x27\xbc\x53\x13\x65\xdd\xaf\xf9\x7c\xe8\xf7\x3f\x48\x60\x85\x26\x2c\x13\x0d\x58\xe2\x1b\x96\x67\x6c\xc2\xce\xfe\xe3\x26\x30\x7d\xdf\x02\xfe\xc8\x59\x64\x8e\x74\xed\x3c\x8b\xb4\xde\x73\xff\x02\xd7\x73\x58\xc4\x59\xb1\xf1\x61\xe3\x16\xc3\x07\x2d\x95\x2c\xeb\x4a\x16\x2a\x2c\xc6\x0e\xf5\x10\x31\x3b\x40\xa3\xca\x82\xab\x95\x5c\xad\x57\xbd\x28\x29\xe4\x6d\xc3\xa5\x34\x39\xb1\xdd\xb3\x19\x5a\xdb\xad\xe7\xd5\xab\x3c\x83\x0b\xab\xbe\x9d\xcc\xfd\x7d\xf6\x83\xac\xd0\x88\x6a\x68\x76\xc8\x6a\xb9\x9e\x82\xa6\xc0\xcb\xcd\xd5\x42\x54\xc2\xa8\x87\x74\x6e\x11\xf9\x67\xfa\xc0\x03\xf9\xb1\x92\xab\x4c\xb3\x28\xf2\x58\xa3\xf7\x84\xde\xa8\x8b\xd8\xde\x42\x5b\xec\x08\x4f\x66\x2d\x38\x2b\xb6\x94\x95\x60\x8b\xdc\xe4\xf8\x63\x6a\xc5\xa7\x82\xf6\xd4\x7a\xba\x60\xa2\xbc\xcc\x2b\x59\x62\xaa\x4d\xf6\x2b\x88\xe7\x4a\xd4\xb5\x1e\xa8\x1e\x85\x2c\x57\x12\x1c\x0e\xf4\x50\x98\x1e\xf6\xd0\x9d\xd5\x74\xf0\xa3\x3b\x99\x55\x3e\x0d\x8a\xc3\x5b\xac\xc8\xe8\xce\x69\x23\xea\x51\x27\xd9\x5b\xb5\x30\x79\x69\x6c\xd2\x30\x7a\x24\xab\xdb\xe9\x05\x03\xec\xe1\x9c\xde\xa1\x8d\xf0\x62\x6c\x24\xcb\xfe\xf6\xea\x43\xd6\xf3\xfb\x1c\x5a\x2a\xa2\x2f\x86\x83\x05\x08\xb0\x01\x76\x1c\x0f\x7a\xbd\xda\x71\xc8\x0d\x9d\x99\xfa\xfa\x65\xf5\xd9\x3e\x66\xbd\x0a\x6f\xe8\xbc\x3e\x5a\xbe\xe6\xb6\x7b\x5b\x60\x8e\x09\x97\xd2\xa1\x79\xf3\x39\x04\xb4\x37\x70\xeb\x18\x37\x1c\x3d\xfc\xfd\x74\x34\x23\x43\x51\x4f\x61\xa2\xc5\x2b\xae\xd8\xb4\x90\x4a\x2b\x70\xd5\xba\x64\xb2\x7c\x31\xab\x31\xb9\x09\x65\xda\x8a\x89\xcd\x7c\x54\x5c\x0e\xe4\x14\x3b\x8c\x91\xc7\x69\xcc\x94\xab\xe8\x45\xe0\xe9\xde\xd1\x72\x7f\xf0\x6c\xfb\x3c\xfd\x9a\x17\xc5\x2f\xe5\x12\x39\x88\x8f\x34\x1d\x5c\xeb\x02\x2e\x99\x54\xa2\x9f\xba\xce\x8d\x5e\x86\x1d\xc1\xf1\x1e\xb7\xfc\xb9\x76\x60\xd3\x89\xb2\x1f\x12\xca\xf6\xd6\x46\x34\xc0\x96\x03\x2b\x14\x3f\xef\x3f\x84\x64\x33\x71\xdf\xcd\xd9\xcb\x70\x25\x01\x07\x31\xb9\x3a\x41\x81\xc4\xf4\xcb\x95\x28\x11\x45\x31\xe9\x1e\xe1\x45\x72\x26\x72\xc4\xbb\xb7\xc9\xbe\xb7\xb4\x9d\x6a\x31\x1c\xa2\x71\xa3\x48\x9c\x7f\x63\x7d\x4c\x05\x87\xe0\x38\xf0\x78\xeb\xba\x65\x5e\x91\xb2\x13\x5c\x5c\xba\xd7\x27\x60\xad\xaf\xf9\x3c\x78\x1a\xdc\x78\x37\xaf\x5f\x9b\x97\x29\x66\xd0\xe0\x0d\x3b\x89\x4e\xf2\x20\x6c\xcb\x3c\x7c\x11\xda\x29\x1b\x95\x5e\xb4\x5c\x8a\xdb\xe9\x59\xe4\x45\x56\x89\x66\x45\xf3\xe2\x73\x28\x68\x7e\x72\xb1\x46\x47\xad\x89\xfa\x93\x93\xd0\x88\x5f\x8b\xae\xe9\x43\x70\x6e\x34\x3f\xdd\xb0\x8b\xc0\x05\x33\x2c\xa1\xb7\xa5\xff\x9e\xee\xce\x62\x59\xf2\x22\xf0\xc0\xc1\x41\x6d\x73\xd5\xf1\xdb\x6d\x09\x00\x22\x26\x35\x31\x63\xb0\xfe\xdf\xea\x10\xc8\xb5\x19\x08\x62\x2f\x72\x9e\x6b\xa2\xbb\x19\x8d\x46\x1e\x41\xdf\xc2\x83\xb8\xa9\x5b\x2f\x9b\xd3\x73\xb5\xe2\xa5\x9f\x81\xae\xa1\x96\x07\x51\x80\xb7\xa0\x3f\xed\xf1\x75\x2d\x97\xb0\xa6\x79\x36\xf9\xf0\x05\x30\x3f\xec\x96\xe4\xb4\x0f\x5f\x84\x59\x52\x7d\xa2\xed\xaf\xbc\x7b\x9f\x80\x9c\xc3\x94\x55\x37\x61\x01\x03\x67\xa2\x8f\x83\x7e\x54\xb2\x85\xbc\xd3\x3d\x45\x85\x5a\x9a\x32\x04\x9f\x6e\xc3\xbc\x8d\x2a\x3f\x48\x9f\x38\x7e\x19\x86\x49\x56\x91\x72\x28\xad\xa4\xbb\xa9\x35\xb6\xb8\xf0\xda\xc0\x50\xf9\xa0\xd1\x56\x5c\xc2\x93\x03\xe2\x21\xdb\x46\xc2\x21\xfb\x0e\xa1\x61\xdb\x0f\xec\xab\x91\x4b\x5c\xda\x28\x45\xc7\x1f\xb0\x61\xd7\x51\xbf\x7b\xa8\x7d\x6f\xc3\x98\xf4\xee\x6e\x97\xa5\x46\x1e\xe6\x1c\xd3\x44\x6b\x09\xec\xf9\xfe\x09\x9f\xd3\xaf\xf8\xca\x98\x08\x86\x4d\x82\x0d\xeb\xa5\x24\x41\xc1\x0b\x6d\xf6\x4b\x7e\x01\xca\x4b\xa0\xd6\xc0\x25\xc7\x95\x2c\x7b\x35\x5b\xad\x6b\x93\xce\xa7\xce\x57\xa0\x29\xd8\x31\x38\x27\x7a\x37\x4e\xaf\xcb\x49\x9a\x34\x0e\x83\x61\x79\x16\x36\xef\x6b\x23\x73\xc8\xe4\xc6\x57\x3d\xbb\x6e\x34\xbc\x36\x0c\x57\x9c\xdc\x98\xbf\xec\x4b\x6f\x9f\xde\x34\x98\x4e\x0b\xcf\x21\x8f\xe3\xb8\xb4\x5b\xa3\xe7\x5e\x50\x81\x59\x19\x36\x76\xb3\x6e\x5c\x96\xe3\x45\x83\x6c\x3f\xbe\x87\x72\x8a\x04\x9b\xb6\x03\x3f\x63\x73\xc8\x77\x68\xfd\x53\x7c\x25\x49\xb2\x9f\x95\x4a\x9b\x59\xf0\x22\xd5\xdc\xf1\x6e\x7f\x15\x9a\x63\x4e\xa7\xe8\xb3\x1d\x04\x12\x0f\x7a\xac\x33\xf6\x88\xfd\x2c\xea\x85\x84\x1b\xc0\x85\x28\x56\xde\x95\x2c\xb9\x37\x41\xba\x52\xe5\x85\x8d\xd5\x95\x30\x26\x2a\x6a\xe2\xdc\x78\x3f\x88\x6c\xc4\x8e\xb4\x86\x7d\x21\x14\xcb\xcb\x5a\x32\x8e\x19\xf2\xd9\xd5\x42\x40\xa2\x2e\xd3\x22\xcb\x95\x85\xcd\x18\x52\x33\xa6\x4c\x8e\x39\xe7\x18\x65\x91\x11\x19\xd6\x80\x5b\x33\x57\x64\xc1\x15\x3b\x17\x02\xcc\x05\x57\xa5\x89\xb4\x5b\x2b\x41\xc9\xe1\x1f\xed\x07\x92\x5d\x62\x1d\x43\x87\xc0\x4e\x17\x32\xf6\x29\xa2\x8c\xe9\x80\xbe\x07\x21\x0b\x71\xc2\xde\x9a\x4f\xfc\xd9\x76\x4e\xf2\x69\x9b\xc3\x1b\xa4\x30\x4c\x6a\x60\xfb\xfb\xec\x05\x5e\x33\x90\x81\xc4\x5c\xcc\x92\x9e\x48\xb9\xf4\xbd\x89\x8f\x6d\x6b\x9e\x61\xce\x29\x1f\xde\xa8\x35\xe5\x13\xb5\x27\x7c\xac\xe1\xaa\x66\xcb\x57\x0d\xc2\xf1\x26\x9b\xc1\xdc\x6f\x74\xc7\xac\xd7\x74\x96\x57\xd6\x47\x46\x73\x5e\xe3\x24\x00\x4d\x58\x82\x5a\xf0\xd5\x4a\x94\x8a\x59\x64\xde\xa1\xe6\x7a\x22\x9b\x8b\x9e\x62\x0a\xf2\x49\x9f\xf3\x8a\x4d\x79\x31\x5d\x17\xe8\x59\xcb\x78\x25\x98\x9c\xcd\xf4\x77\x66\xb2\x14\xec\x6a\x91\x17\xe2\xee\x99\x1b\x8d\x47\x79\xbb\x3e\x41\x52\x29\xed\x64\x8f\x33\x1f\x86\xca\x04\xc9\xa3\x5b\x73\xf6\xf9\xc1\x12\x50\x27\xe2\xbe\x1f\x31\xcf\x5e\x8c\x46\x7b\xe3\xb9\x87\x75\xd0\x57\xe0\x43\xe6\x7e\x01\x6a\x1a\xe0\x81\x3f\x98\x78\xb7\xb1\x7a\xdd\xbd\x32\x4b\x3e\xa7\x5c\x39\x09\x9b\xaa\x97\x16\xc7\x15\x1c\xb2\xd1\x68\x54\x09\x85\x34\x6f\x9b\xf2\xc2\x91\xf1\xf8\x85\x08\x55\xc4\x5b\x82\xcb\x30\xff\xf2\x5a\xaf\xf5\x8a\x57\x35\x64\xae\xb3\x3a\x53\xe8\x41\x53\x89\xf9\xba\xe0\x15\x84\x12\xea\xf2\x26\x98\x10\x38\x8b\x8d\x27\xf4\xfa\x24\x07\x07\xb8\xac\xd3\x53\x05\xdd\x8e\x7c\xfb\x95\xfb\x6e\x1c\x58\x2a\xfd\xdc\x73\xe8\x23\xca\xdc\xde\x90\x9f\x01\x07\x8f\x79\x69\xd9\xbd\x09\x9a\xdc\xb8\xbf\x51\x56\xd7\xb3\x15\x46\xae\xa7\x47\x65\x56\x2c\x39\x2e\xfb\xfd\x77\x1f\xdb\x0e\x63\x70\x74\x90\x9c\x13\x1b\xbe\xf9\x8f\x99\x98\xdb\x60\xc3\xda\x84\xb2\x8d\xd8\xa0\x94\x1a\xa1\x37\x6e\x63\x7f\xf5\x9b\xdb\x6d\xf0\xfe\xb4\xb9\xe3\xac\xf1\x45\x5c\x7b\xf9\x7d\x3e\xa3\x9a\x7c\x47\x97\x6f\xff\x03\x1b\x7a\xf2\x89\x3f\xc8\x94\x37\x52\x5c\xa1\x69\x24\xe8\x60\x2b\xe0\xfc\xa1\x55\x97\xcd\x4a\xc8\x99\x9d\x04\xbc\xda\xc7\x68\x22\xb8\xef\x0f\xbe\xa8\x5b\x8c\xdb\xaa\x96\x06\x38\x96\xb7\x69\x6d\x13\xbc\x2f\xda\x35\x22\x18\x45\x5a\xfb\xf3\x95\xc8\xf6\x06\x5a\xb4\xc8\x48\x3f\x19\x3c\x4b\x51\xea\xfb\xbb\x0c\x72\x98\x5a\xb3\x1d\x07\x76\xba\x7d\x3f\x24\xf7\x41\x74\xce\xa0\xe5\x04\x56\xba\x41\x09\xc1\x41\x60\x16\xbf\x85\x5e\xe8\xe6\x48\xb3\xee\x2b\x5e\x65\x28\x7f\xf2\xda\xf7\x25\x9b\xca\xb2\xce\xcb\x35\x64\x89\xd5\x12\xa7\xb9\x45\x82\xce\xa7\xa4\xd1\x41\x10\xac\xe9\x6c\x14\xd1\xe2\x24\x38\xc6\x1e\x3e\xec\xa4\xcc\x41\xb8\x97\xd9\xc4\x16\x6b\xbf\xcc\xb4\xae\x3d\x3b\x50\xf1\x85\xd8\x4c\xa2\xbb\xc6\x4e\xca\x86\x42\xb7\x2c\xcf\xe2\x5a\x21\x91\xeb\xb1\xee\x44\x74\x3b\x32\x48\xfb\x49\x8d\x38\x52\x2d\xcf\x25\xd9\xa7\x3e\x5e\x43\x42\xa2\x83\x75\x25\x2a\x44\xc9\x30\xd0\x13\x70\xef\xac\x46\xec\x3b\x51\xc8\x2b\x7d\xbe\xaf\x78\x95\xd7\x1b\xbc\xe6\xbe\xd2\xf2\x60\xd0\x8e\xed\xd7\x84\xeb\xc1\x49\x7d\x2e\x66\xb2\x12\xd0\x68\x25\x66\x7c\x5a\x43\x7a\x5d\x0e\xe1\xc2\x95\xcc\xd6\x53\x5d\x56\x9f\xe6\x06\xbc\x62\xd4\x32\x6e\x7b\x8f\x57\x61\xd0\x97\x43\xc4\x20\xd1\x53\x7f\x4a\x2d\x21\x5e\xd0\x52\x51\x5e\x32\x48\x2b\x06\x37\x8b\x58\xc1\x92\x13\x95\x55\x28\xae\x70\x90\x4e\x34\x85\xbb\x26\xdf\xae\x2b\x51\x6c\x00\xa5\x23\x13\x6c\xc9\x73\xe0\x5c\x1c\xcd\xf9\xfb\x95\x58\x6b\xa1\x5c\xa9\xb5\x00\x83\x34\x2b\xe4\x7c\x8e\x8d\x1d\xe9\x87\xec\x7f\x7d\xf5\xe7\x3f\xfd\x79\x14\xac\xa4\x77\x1c\xc0\x78\x8d\x3f\xa9\x93\xe5\xa3\x97\x81\x5c\x47\x1b\xc2\x2b\x97\xde\x1b\xdd\xc6\x74\x67\x2d\xde\xca\x3f\xee\xc0\x1f\x8e\xbc\x8d\x9a\x2b\xf6\xb7\xb5\xaa\x19\xb7\x59\x91\x29\x31\x74\x0e\xfe\xc8\x96\x2d\x98\xf8\x4e\xa3\x77\x80\x03\xb5\x19\x27\x38\x9e\xb4\x35\xcf\x4b\x09\x0d\x5a\x3d\x78\xa8\xdb\x6e\xb4\xc7\x67\xb5\xd6\x72\x2d\x71\x02\x2f\xd8\x8d\xab\x24\x93\xdd\x07\x6b\x69\x5b\x40\x73\x4e\x37\xc7\x0e\x8f\x6d\x17\x71\xe9\x47\x5b\xba\x79\xff\x64\xe5\x76\x37\x31\x24\xb0\xa3\xdb\x9e\x93\x99\x58\xf4\xa4\xa3\xbb\x1b\xe8\xf7\xa0\xbe\x7a\x4e\x02\xe0\xeb\x92\x93\x5d\x62\x5d\x66\x9e\x17\x6d\xc9\x68\xa9\xb8\x12\xca\xae\x92\x8b\xe3\x58\x15\x7c\x63\xdd\xf5\x4d\xf2\xfd\x60\xf8\x9e\xe5\xaf\xc1\x9c\x03\x6f\xe4\x6e\x16\xed\x15\xf5\x19\x75\xd8\x82\x6f\xd3\x09\x46\xe1\x99\xc9\x3c\x9e\x3d\x20\x8f\x8f\xee\xc5\x6f\x5e\xf0\xf4\x07\x89\x5d\x16\xf9\xab\x77\x6f\xb6\xb8\xb0\x73\x6c\x0e\x03\x6a\xcc\x9e\x40\x0f\x18\x64\xcc\x51\xdd\xe3\x95\x05\x74\xdd\xdf\xc7\xd5\x02\x27\x4c\x6f\x47\xf9\xb5\xb3\xb0\x66\xb8\x72\xf1\xb0\x1a\x6b\xd7\xb5\x42\x31\xca\xb0\xbf\x4c\x0d\x67\xfe\x60\xa9\xa2\xb7\x9f\xb2\x58\xde\xb5\x55\x72\x9b\xee\xc8\x32\xc3\x2b\x82\x96\xa5\x6c\xe8\x7e\x46\x43\x9c\x7c\xf8\xe2\xe5\x42\x5c\x56\xb2\x7c\x25\xaf\xca\x0f\x5f\x80\x36\x15\x34\xd9\x4d\xeb\xa6\xa8\x55\xbe\x1a\x9f\x9b\x36\x90\xb6\xa4\x76\x4b\x3f\x8e\x3f\xd9\xb7\x4d\x75\x8a\x9b\x3b\x85\x87\x6a\xee\xc2\xa7\x00\x4a\x70\x5e\x90\x55\x09\x03\x6e\xfa\xde\xe3\x12\xd4\xe9\x05\x1c\xe0\x95\x20\x4b\xd2\x22\x5f\x19\x0b\x24\xf2\xa7\xc0\xa9\xdf\xda\xa8\xf0\x3e\x98\xa4\x1f\xb4\x5d\x6c\x82\xe0\x01\xf4\x38\x36\x41\x36\x14\xee\x13\xfc\xf2\x1d\x23\xf7\xf7\xd9\x8b\xd7\xaf\x7c\xae\xa8\x87\x05\x9a\x26\xbb\x12\xbd\xa2\xb0\x1e\xfd\x68\x40\x0d\x1b\x31\x03\x86\x83\x91\xbc\x5d\x59\x9e\x8d\x22\x3b\x23\x1a\x12\x5c\xc8\xc0\xc3\x87\xfe\x95\x0f\x34\x47\xa4\x79\x94\x39\xb7\x89\x94\xe4\xeb\x4c\xf6\x13\x76\xc3\x88\xbc\xc8\x50\x13\xb6\x33\x8e\xe2\xcd\x6f\x5b\x0e\x44\xe7\x00\xd5\xa8\xf2\x07\xd6\x03\x57\xbd\x9e\x77\xe7\x1b\x60\x3c\x8d\x63\x64\xa8\xd1\x39\x24\x1c\xfd\x49\xcc\xea\xef\xb3\xb9\x73\x99\x0b\x06\x6a\xb5\xee\x16\x8c\x07\xe3\x50\xdc\x86\x02\x91\x6e\x80\x70\x1e\x5a\x2a\xc3\x5b\x17\xb3\x4d\x31\xf0\x3e\xed\x1f\xfa\x04\x9e\x42\x01\xf0\x1c\xaa\xa7\x4a\xf5\x01\x46\xc5\xfa\x18\xc1\x3c\x2d\xa4\xaa\x7b\x43\xef\x26\xc5\x59\x5c\x5c\xcc\x36\xe5\xf6\x4f\xdf\x51\xed\xe0\xba\x35\xee\xf2\x41\xf1\x0c\x0f\xe4\x36\xe4\x1c\x8c\x5f\x39\xe7\x92\x64\xdc\x7f\x8a\xa5\x6a\x76\xba\x9d\xcd\xa4\x01\x13\x91\x6f\xe8\x72\x27\x5a\xce\x68\xf8\x7a\xbe\x50\x2e\x85\xa4\x87\xba\x14\xbb\x96\xbe\x50\xc3\x08\x3e\x4c\x9f\x08\x8d\xcc\x8b\x21\x6b\xb6\xbd\xde\xf8\x94\xd7\xce\x57\x83\xd9\x49\x7f\xe7\xfb\x9e\x2d\x04\x2e\xb8\xe2\xb2\xe5\xfc\xd8\x6a\x1a\x6e\xb9\x76\xb3\xcd\xa7\xb6\xbb\x7b\xdb\x17\x97\x91\x99\x03\xd8\x8c\xb8\xd4\xba\xc6\x03\x71\x39\xb2\xf8\x40\xe0\xcf\x25\xb2\xd8\xc1\x2c\xe1\x65\x64\xbc\x95\xe2\x69\xf1\x4a\x92\xe2\x01\x7e\x43\xee\xbb\xbb\x76\x5b\x22\xda\x68\xdb\xce\x6e\xab\xa2\x44\x0d\xfe\x74\xfd\x9b\x06\x84\x85\x4d\x66\xd0\x58\x52\xf2\x67\xd2\x03\xbf\x8f\xbb\x94\x1f\x41\x0c\x3e\x60\x8d\x8f\xdf\xc1\x0f\x7a\x87\x0f\x4e\x8f\xed\xd9\x96\x16\xcc\x0c\x37\xc7\x1d\xd5\x4c\xdd\x0e\x05\xfe\xe3\xdd\x53\x8c\xc1\x4d\xb7\xdd\x64\x22\xcb\x13\x70\xa9\xef\x9e\xee\x86\xfb\x59\x68\xf1\x6a\x7e\x49\x38\xce\xb6\xd9\x8e\x7c\x59\xdd\x8e\x49\x35\x68\xc2\xb5\x7c\x97\xbf\x54\xbf\xee\x36\xca\x3b\x30\x93\xee\x9b\x96\x69\xdf\xc7\x7f\xce\x32\xf3\x84\xe3\x5f\x9b\xa4\x9b\xf6\xd7\xff\x14\x0f\x3b\x37\x15\x78\x31\x34\x71\x40\x60\x77\x03\x63\x89\x61\x4c\xda\x90\x17\xb7\xa2\xb7\x34\x65\x85\x08\xea\xc4\x03\x35\xb1\xad\xbc\x00\x39\xa4\x79\x11\x98\x14\x6a\xd3\xde\x69\x9f\x20\xfb\xa6\x53\x55\x26\x3f\xdf\x8c\xfb\xb0\xb5\x44\xff\x81\xc5\x97\x1f\x06\x51\x0d\x2e\x48\x6c\x98\xc4\xd3\xf0\x40\x34\x68\x31\x1f\x3e\xec\x04\xb9\xec\x1b\xd0\x0c\xb6\x5b\x97\xd1\x8a\x39\x7f\x92\xce\x58\x0d\x1b\xec\xd4\x94\xaa\x02\x3f\xf7\xce\x02\xbf\xac\x52\xaf\x6b\x7e\x7e\x54\x66\xe2\x7a\xcc\xf6\x9e\x74\x87\x23\x39\x34\xbb\x46\x00\xce\x3f\xcf\x0b\x71\x6a\xf8\x43\x1a\x3b\xe2\x39\x42\xdb\xfd\x78\xf2\xf3\x4f\xce\xf9\x07\x40\xea\xb4\x12\x6f\x80\xea\x0e\xc2\x69\x7f\x7f\x3a\x64\xef\x1d\x1c\xc3\x69\x80\xa1\xf0\x22\xcb\x18\xcf\x0c\x18\x97\x83\x11\xe0\xab\x55\xb1\x61\x80\x9d\x10\x40\xf1\xf8\x40\x1b\xe0\xca\xd0\xb2\xd9\xfc\x18\xdd\x04\x29\xb4\x56\x4b\x4f\x8b\x2f\x15\xdf\xcb\x43\x33\xcb\x2f\x3d\x43\xc3\x68\x34\x0a\x27\xda\x77\xd8\xd2\xa4\x72\x51\xaf\xf6\x50\x32\x9f\xdc\xc4\x9d\x59\xd7\x31\xf7\x88\x82\x81\x5d\xad\xde\x69\x8b\x4b\x19\x84\xb1\xde\x54\x18\x34\x06\xff\x38\x9c\x8e\xc8\xf3\x6c\xaf\xc3\x75\x8c\x4a\x98\x88\xa4\xc9\x8d\x3e\x18\xe3\xb7\xc6\x25\x65\x72\xe3\xed\xdf\xb8\x10\x45\xa8\x4d\x6e\x28\x0a\xae\x25\xee\xf4\x56\xd3\xca\x9d\xc3\xf1\x58\x23\x82\x7e\x72\xd3\x06\xb0\x1c\xa0\xf9\x34\x83\xdd\x02\xff\xba\x00\xc6\x66\xa7\xf5\x69\xb6\x91\xd4\xe9\x18\xf3\x6f\x13\xfd\x6b\x74\xc7\xc8\x1f\x3e\xf4\xb3\x86\xa5\x74\x33\xaf\x09\x1b\x76\x3a\xb1\x3e\xb5\xc7\x89\x1a\x54\x28\xa8\x08\x10\x8d\xc7\x35\xaf\x6a\x57\xd7\x3d\xf3\x69\x4a\xcc\x4c\x89\x2d\xa3\x69\xb0\xc1\x06\xe1\x10\x67\x9e\xdc\x04\x09\x4d\x62\x36\xef\x84\x1c\xff\x6b\x28\x24\x14\xb1\x4c\xd3\xe4\x6f\xb8\xf3\xe4\xa6\xdf\xd9\x01\x84\xc6\x37\x8f\x33\x76\xc8\x1e\x77\xf8\x6a\xee\xe9\x0d\xe5\x19\x36\x27\x37\x4d\x3a\x8a\x8a\x04\xbe\x9a\xb2\x84\x5e\x5e\xf2\x55\xbd\xae\x44\xb4\x62\x61\xaa\x1b\x2a\x93\xf2\xe5\x44\x0b\x29\x9c\xa3\x93\x9b\x1b\x63\x1c\x1f\xb3\xde\xac\x10\xd7\xbd\x21\xbb\xca\xb3\x7a\x31\x66\xbd\x27\x8f\x1f\xff\xef\x1e\xbb\x8d\xef\x16\x77\x8b\x19\xec\x72\xd7\x3e\x4e\x25\xa8\xea\x4f\xbd\x44\xd8\xed\xee\xa3\xdd\xcd\x51\x6a\x17\xaf\xad\x4e\xe7\xe0\x2c\xbf\x6c\x38\x07\x93\x46\xde\xe2\x13\xec\x39\xf3\x86\x3e\xbc\xde\x8f\xdb\x94\x4f\xed\x7d\x7c\x69\x7d\x08\xdf\xfb\x3b\xd4\x06\x40\xc0\xee\x6b\x53\x76\x94\x76\x3a\xd2\x87\x9a\xb8\x34\x39\x2d\xe0\x0d\xe0\x67\xc6\xd0\xb5\xcd\x0b\x87\xa9\xa7\x3a\x6e\xb7\x16\x45\xd7\x0f\x60\xaa\xc4\xd0\x4d\xbc\xf6\xc9\xcb\x39\x5e\xef\x03\x08\x1f\xc0\xdb\xb3\x2b\x61\xac\xab\x3e\xac\x0d\xb0\x10\x03\x3b\x62\x07\xe1\x1b\x3a\xdd\xc8\x3e\x7e\xd4\x5f\x37\xa2\x9e\x1e\x3e\x4c\x03\xe7\xbb\x22\x43\xd7\xe0\xa0\x79\xcd\x9f\x80\x8b\xf9\xd5\x81\xe1\x88\x4b\x51\xc1\x5d\xc7\x79\x01\x5e\x0c\x38\x4e\x3d\xc8\xbc\x84\x7c\x48\x6b\x8b\x16\xa6\x58\x5e\x46\x2e\xe7\x23\x44\xd4\xb7\x0d\x53\xab\x16\xf9\x62\xc9\xf3\xb2\xed\xa3\xdd\x6f\x3f\xf0\x2b\xa1\xb7\xb5\xb1\xcc\x80\x06\x00\x1f\x60\x2b\x0d\xc0\x44\xef\x14\x46\xd8\x66\xe5\x89\xdb\x89\x31\x84\x1b\xa1\xa1\x30\xd6\xb6\x20\x45\x78\xe9\x5b\xa4\xe2\x80\xbb\xa8\xf5\xc6\x28\x91\x65\x35\x9a\xd9\x55\x03\x6e\x32\xa8\xd6\xec\x85\x1e\xf0\x6f\xfa\x36\xc8\x9b\xe2\xd6\xd3\x9f\x32\x6c\x35\xbc\x32\x0d\xa2\x77\xd7\x92\x7a\x12\xfb\x90\xb9\x77\x51\xaa\x20\xc6\xc4\xe5\x48\xd5\x12\x78\x1f\x9f\xc3\xd5\x48\x7f\x10\x64\xd7\xf1\x37\x47\xf3\x7e\xae\x39\xda\x5b\xe6\xc1\x07\x90\x04\xe0\x0e\x7e\xfa\xc3\x4f\x26\x13\x70\x6e\x77\xf7\xb6\x7d\x39\xbc\xe3\x87\xf6\xc8\x9d\xd6\x85\xc4\xb2\x24\x3b\x4f\x79\xe8\xb6\xa0\xd1\xee\x6e\xa0\x68\x18\x37\xa2\x7c\x6d\xd1\x7d\x85\x7b\xd9\x04\xe2\x48\x9b\x32\xee\x6d\x54\x60\x64\xa3\x08\x2f\x24\x1b\x36\xf4\xa3\x86\xa3\xaf\x31\x30\x7b\x95\x7c\x87\x94\x41\x4b\x68\xa4\x8f\x12\xcc\xec\x85\xe6\x98\xf5\xbc\x0b\x4d\x77\x0d\xd4\xb8\x4b\xc2\x4f\x52\x3e\xa3\x8b\x1a\x1d\x8d\xe2\x64\x78\xd1\xe4\x12\x06\xfd\xb4\x69\x25\xb2\x69\x4c\xdb\x96\x6f\xbc\x8b\x95\x6a\xdc\x45\x18\x0d\x34\x16\xcb\x95\x9a\x36\xa9\x94\x1e\x61\xbd\x85\xc7\xee\x56\xce\x85\x9d\x76\x62\xf1\x98\xa2\x5e\xaa\x44\x7b\x51\x38\xee\xa6\xb9\x6e\x98\x8a\x9d\xe0\x31\xb6\x5b\x4a\x62\xe3\x81\xd5\x7c\xc5\xb5\x98\xae\x6b\x41\x1a\xb0\xb9\x09\xf5\x4f\x57\x13\xfe\x42\x51\x5c\xb9\x62\x34\x6f\x01\x83\x71\xc2\xa0\xbb\x4e\x0b\x75\xf7\x98\xae\x52\xda\x7b\x38\x9a\xbb\x6a\xf1\x61\x6d\x50\x16\x1b\xa1\x9c\xbe\xde\x60\x21\x7f\x9c\xd2\x60\x1f\x25\xd5\x9f\x44\x8a\xc8\x84\xf9\x8e\xf4\x9d\xbd\x27\xb6\x8d\x64\xe0\x91\xc7\x82\x49\x91\x0c\x0f\x9e\xff\x14\x9b\x73\xc9\xab\x2c\x25\x4e\xb0\x8f\x0c\xac\x49\x00\xf2\x19\x3e\xfb\xce\xbf\x51\x3c\x88\x3d\x9b\xe8\x7a\x7d\xc3\xa6\xbc\x9c\x8a\xa2\xd0\xa2\x23\xdc\x30\x31\x25\xd9\x14\x4e\x3f\x8c\xdd\x9b\xe5\x95\x30\x3e\x5c\x8b\xdc\xc9\x56\xf7\xf3\x8d\x8a\xcc\xfe\xbe\x12\xa9\x05\x48\x44\x33\xd1\x2c\xce\xe4\x42\x1a\x09\xc0\x09\xf9\xf8\x91\xa5\x5f\x03\x66\x89\x2f\x65\x8a\xcb\xd1\x0a\xef\xca\x28\x57\x9a\x77\xdc\x76\x9c\xc5\x9e\xa8\xf3\x20\x31\xc0\x08\x59\x64\xcb\x3d\x51\x28\x0e\xd1\xa2\x7a\x02\x51\x1b\xf6\x8e\x23\x80\x07\x2d\x5c\x3e\x12\xd8\xfc\xa6\xf5\xa2\x68\x31\xbf\xb1\xa0\x06\x8a\x25\xaf\x7b\xe8\xbc\x19\x82\x71\x47\x88\x1d\x4d\x31\x0d\x30\xb3\x5c\xa8\xce\xe7\x25\x4c\x7a\xe6\xdb\x3f\x51\x36\x48\x8a\xc9\x4d\xaa\x89\xa7\xe3\x97\x55\xeb\xdc\x35\x8b\x7e\xd2\xbc\x75\x4c\x17\x60\x44\xfd\x33\x67\xec\x93\xf6\xe7\xae\x53\x8d\x5f\xd9\x36\xdb\x9f\x10\xbf\x91\xec\xe8\x77\x59\x2b\x82\x71\x4b\x2d\x55\xab\x06\xf7\x4f\xa1\x6c\x33\xd0\x9d\x68\x9b\x0a\xff\x7e\x33\x66\xce\xa8\x7f\x83\x39\xeb\xe4\xa6\xe9\xe2\xbf\xcb\xbc\x59\x85\xf2\x5f\x6a\xce\x3e\xe5\x58\x8b\xb5\xfc\xf6\x43\x0d\xbf\x7d\xc7\x23\xcd\x35\xfb\xbb\x1d\x68\x1d\x26\xfc\xdd\x25\xaf\x86\x44\x75\x6f\x7e\xfb\x09\x72\x4f\x62\xf9\xb6\x82\x22\x75\xa3\x1e\x81\xe8\xe7\x89\x4c\xdd\x02\xd5\x36\xf3\x46\x20\x5b\x25\x6d\x45\x4d\xe1\xa8\x95\xf3\xb8\xd2\xbf\xb3\x7c\xdc\x22\xa4\x6e\x35\x65\xb6\x49\x73\x1d\x32\x48\xf3\xdb\x3f\x91\xa0\x0c\xa6\x30\x1c\x6a\x69\xd2\xa1\x14\x6e\x9f\xa1\x13\x5a\x8b\x74\x37\x99\xbc\x2a\xc3\x18\xfd\x84\x37\x9b\x73\x8f\xcd\xd5\x5f\x79\x91\xc3\xcd\xfb\x9b\x95\xd0\x73\xa3\xe7\x25\x11\x30\xed\x71\x9f\xb4\x41\x86\x32\x90\xbb\x62\x01\xf1\x87\xcc\x2b\x48\xa2\xe0\xd3\x6d\x4c\xab\xce\x25\xaa\x8f\x2e\x47\xcf\x3e\x55\xe1\xf8\xe4\xa5\xfe\x6c\xbc\x03\x4d\xf0\x4b\x5e\xae\x79\x81\x60\xca\x08\x32\x00\x3a\xec\xa5\xc5\x4e\x33\x28\xcf\xba\x63\xb9\x12\xa5\x66\xc8\x97\x39\x67\xdf\x43\x6f\xb2\x62\xc7\x80\x1f\xe9\x41\x5c\xcc\x28\xd0\x48\x4d\x45\xc9\xab\x5c\xb2\x2b\x1f\xfa\x65\x7f\x9f\x71\x40\xa7\x40\x7d\x53\x85\x28\xe8\x43\x84\xf0\x53\x9e\xb3\x76\x99\xe9\x1f\x25\x74\x0e\x51\x2c\xba\xf7\x0b\xda\xfd\x23\x76\x84\xa1\x5d\xae\x37\xb9\xae\x6c\x5e\x84\x42\xce\x21\x53\xb3\xe9\x59\x0f\xcd\x60\x59\x36\x3e\x34\xc7\x63\xa5\xae\xf2\xf9\x1c\x62\x98\x54\x5e\x4e\x21\x7e\xae\x12\xf8\xd2\x76\xcb\x4a\x7e\x99\xe3\xd2\xda\x1b\x75\x0c\xb7\x5b\xf0\xd2\x25\xc0\x68\x41\xa2\x1b\x32\x77\xb1\xc2\x15\x33\x40\xca\x49\xfb\xbe\x5e\x6b\x5e\xd4\xff\x29\x36\xb4\xb2\x4b\x51\xf3\xff\x14\x9b\x01\x42\x12\xe8\x1d\xff\xf1\x23\x6d\xca\x08\x54\xe2\x78\xbd\xa2\xac\xfa\x4b\x40\xda\x80\xe0\xc1\x94\x8f\x24\x9a\x8a\x20\xce\x68\x05\x70\x11\x65\x86\x2b\x74\xc5\xcb\x1a\x1c\x4b\xec\x77\x93\x81\x08\x91\x4b\x6a\xb1\x54\x21\x35\x99\xcb\xa6\x4a\xec\x11\xe8\x86\x2d\xdd\xd2\xbb\x9e\x00\x02\x11\xf7\xf7\x71\xfa\x7e\xa4\xcd\x4d\x30\xd8\xea\x74\xc5\x86\x27\x5b\xca\xdf\xd2\x15\xdd\xe2\x99\x19\xc8\x2e\x7e\x2d\x66\xef\xd2\xd3\x35\xc3\xb2\xe3\x5d\x5d\x1b\xbd\x03\x16\x2f\xe3\xda\xbe\x21\xf8\xde\x6d\x67\xf5\x96\xd3\x7a\xeb\x2c\x44\x8e\xa6\xb6\xfc\x4c\x56\x53\x41\x80\x9e\x7e\x73\xb7\x3b\xca\x63\xce\x2d\x62\x4c\x41\x59\xe8\x50\x1a\x46\x68\xe9\x89\x08\xb9\x72\x1b\x5a\xd8\x0e\x6e\xf7\xae\xf0\x83\x7b\xc2\xc4\x92\x21\x2f\x96\x6a\xf4\xae\x2f\x04\x7c\xd1\x8b\x32\x23\x5f\x37\x90\x4c\xb6\x38\x67\x07\x9e\x73\x9e\x96\xe0\x37\xc1\xec\xa8\x51\xf2\xf1\xdf\x3d\xbf\x8b\xb2\x10\x08\x48\x5e\xe6\xdd\x56\x55\x22\x72\x8c\x0f\x06\x9b\x3e\x85\xf1\x0c\xf6\x8a\x0d\x7c\x07\x42\xff\x5b\x13\xe2\x0f\x1d\x6d\xb4\x2c\x18\x70\x30\x99\xb0\x1e\xe0\x12\xf7\xee\x3a\xe9\x77\x38\xa9\x8f\x96\x4b\x91\xe5\xbc\x16\x2d\x47\x76\xd3\x68\xdb\xd5\x77\x08\x52\x7b\x25\x18\x2f\x2a\xc1\xb3\x8d\x4d\x76\x00\x29\x3e\x00\x4e\x19\x73\xb9\xe2\xed\x3d\x07\xe4\xdb\x5c\xae\x15\x01\x31\x6b\x36\xbc\xf2\x11\x93\x6d\xb3\xa8\x1b\x11\x30\x10\xb5\xa1\xa4\xee\x6a\xca\x4b\xcc\x2b\x03\xe9\x3c\x5d\x52\x15\xa7\x28\x34\x13\xc9\x76\x2b\xca\x84\x36\x3b\x2d\x04\xaf\xa8\x4a\x6b\x4b\x31\xc4\x6a\xa2\xaf\x66\x70\x00\xb1\x89\xf4\x45\xf6\x24\xcc\x9d\xd1\xd1\xac\x3f\x58\x25\x6a\x33\xd4\x7e\x78\x33\xdb\xd6\x8b\xef\x2b\xbe\xf3\xe8\xbd\xb3\xef\x24\xbd\x62\x8a\x65\x68\x4e\xb7\x0e\x0d\x74\xa9\x52\xf2\x7a\x5d\x69\xb9\xcb\x47\x3e\x51\x12\xbc\x3a\x01\x10\x9c\xe5\xcb\x95\xa8\x30\x4d\x14\xd6\x9e\xf2\xa2\xd0\x67\xeb\x7c\xcd\x2b\x5e\xd6\x82\xa0\x78\xce\xc5\x82\x5f\xe6\xb2\x1a\x05\x83\x8f\x60\x6c\x87\x51\x86\xef\x16\x08\xb4\x77\xa0\xe0\x28\x73\xe5\x03\x32\xc0\x22\xaf\x95\xcd\x9d\x64\xe5\x80\x0b\x01\x82\xa1\x96\x17\xec\x11\x4f\x8d\x7c\xbb\xe2\x15\x5f\x32\x71\xc9\xf6\xcc\xc5\x11\xd6\x71\x34\xfc\x88\x7d\x5b\x51\x57\x27\x24\x5a\x46\x12\xe1\x74\xad\x6a\xb9\x34\xb2\x18\x74\x97\xcf\x98\x28\xd1\xe6\x23\x2b\xc6\x8b\x9a\xfd\x81\x01\x04\x39\xaf\x2a\x79\xa5\x5f\x97\xb2\x1e\xb1\x1f\x20\xd8\xc1\x86\xd2\x26\x31\xd0\x12\x5a\x47\x6c\xa0\xf9\x2c\xea\xa5\xb9\xef\x8e\x00\x22\x12\x46\x97\x13\xfc\x50\x12\xd6\x3f\x8f\x41\x95\xae\xe6\x02\x6d\xa0\xb3\xdb\x3b\x67\x08\xf8\xcc\x83\x0b\x94\x48\x73\x39\x94\x14\x7e\x13\xda\xd4\x6b\x59\x8b\x31\xfb\x55\x6b\x0a\xa8\x08\x01\x4c\x15\xf8\xc9\x22\x26\x65\x5e\x14\x70\x1b\xaf\x69\x12\x2d\x4a\x3e\x70\xca\x8a\x38\xbf\x83\xd0\x07\xbd\x07\xc9\x0f\x61\xef\x51\xf9\xc4\xaa\x81\xd2\x82\x55\x76\xc0\x40\x73\x2a\xec\x3d\x4c\x82\xa9\x13\x3d\x45\x82\x9d\x26\xc1\x84\x3a\x3d\xec\x0a\x78\x63\x9d\x7a\xf5\x76\xad\xda\x5f\xa1\xb4\xf7\x19\x3b\xdf\x58\x75\xcd\x62\x1b\x18\x64\x44\xcd\x5f\x44\x66\xf2\xb7\x4d\xdd\x02\xb8\x55\x5a\x40\x9e\xd9\xd9\x4c\x68\xf9\x4c\x9f\xe1\xca\x1c\xa7\x96\xf1\x00\x43\x26\x57\x78\x5a\x52\x93\xcc\xa0\xd1\x24\x39\x41\xb4\x04\x7a\x59\x1e\x8b\x48\x16\x76\xe2\x0e\x47\x6d\x35\xb4\xfc\x42\xdb\xbf\xe7\x64\xe4\x43\xd6\xa2\x07\xd8\x9a\xae\xec\x18\xb6\x01\xe6\x07\x42\x79\x90\xab\x40\x3e\x1c\x34\x25\xa6\xa5\xa6\xa5\xde\x56\x3b\x4c\xc2\x93\xcb\xb3\x78\xa4\x07\xf6\x39\x4c\x20\x28\x08\xdf\x7e\x28\xbf\x18\x7e\x91\x2f\x21\x35\xc4\x23\xfd\x55\x98\x36\x02\x96\xaf\x57\xe9\xbf\xf5\x27\x50\x81\x1b\xf6\x12\xce\x84\xfc\xef\x84\x59\x78\x4b\x05\x47\xfb\xe1\x8b\xa0\xce\x42\xe6\x0a\x62\xe2\xf2\xa9\x57\x63\xb4\xef\x3f\x4f\x76\x42\x6e\xbc\x00\xdf\x14\xf7\x63\xdf\x05\x35\xa7\xb2\x9c\xf2\xfa\xb8\xde\x14\xe2\x58\xd4\xae\xb7\x6f\x67\xc5\x5a\x94\xf5\x3a\xdf\x07\x2f\xfa\x3d\x74\x92\xf1\xaa\x02\x82\xc7\x0d\x3b\xba\x73\xd7\x1f\x4a\x71\x0d\x2d\x18\x00\x1f\x3a\x36\xf3\xbf\x6b\x5e\x0c\x0c\x46\x4d\xe5\x4a\x8c\x0d\x18\x8c\x7e\x82\x09\xfe\xcd\xa3\xf7\xe8\x96\xef\x8d\x5d\x79\x11\x95\x20\x1d\x74\xf0\xf8\x6f\xf5\xd0\xd1\x2d\x7b\x0f\x0b\xed\x97\x72\xcf\x78\x19\xec\xf1\x72\xf3\xa1\x1c\x8c\xd9\xf3\xb7\x07\xfd\x97\x18\x23\x9c\xd9\x20\x61\xc3\xf6\xec\x03\x4d\xbd\xcf\xdf\xa2\x49\x96\x97\x1b\x24\xcd\x4f\xed\xdd\xb1\xe5\xd4\x14\xfd\x00\xa0\x48\x9b\xbb\x8d\x6f\xec\x46\xe7\x65\x18\x5d\x17\x98\x88\x98\x4d\xd0\x51\x88\xbd\x74\xe9\x1c\xea\xc5\x51\xf9\x37\x31\xad\x29\x5b\x3e\x13\xd7\xb5\x28\x33\x15\x77\xf0\xfc\xed\x90\xdd\xdc\x7a\xc2\x2a\x25\x0c\x50\x40\xa6\xc6\x27\x1d\x3d\x90\x70\xf5\xd8\x84\xf5\x2c\x65\x64\x3d\xf6\x07\x5c\xef\x50\x34\xfd\xc4\xf9\x63\xcc\x07\x8f\xd5\x14\xf2\x92\x4f\x17\x62\xcc\x6e\x0c\xdb\xc6\x40\x9e\x67\x0e\x11\xc8\x3c\xc0\x74\x62\xf8\x0b\x8e\x96\x9b\x5b\x6f\x68\x30\x75\xd5\x5a\xaf\x80\x41\xfb\x78\x1b\x18\x36\xd4\x7a\x25\xe8\x95\xaf\xcf\x39\x5e\x75\x8c\x96\xbc\x97\x0b\x5e\xce\x45\xe6\x61\xf2\x85\x2f\x46\xe7\x79\x99\x81\x28\x93\xb4\xf5\xb6\x67\xef\x09\x33\x2c\xe8\xff\x42\x4e\x33\x92\xe7\x4a\x54\x97\xa2\x9f\xee\x77\xa7\xde\x3a\x92\x7d\x24\x3a\x5c\x97\xf7\xef\x12\x0d\x72\x31\xf0\x54\x13\x92\x32\x88\xe9\x79\xde\x60\x3c\xa3\x97\xb2\x54\xeb\xa5\xa8\x0e\x42\x2b\xd7\x4d\x7f\x8a\x05\xc6\x09\x4e\x16\xbb\xc7\x7a\x14\xc0\xec\xa1\x84\xce\x86\xd1\x17\xcf\x45\x4d\x9f\xa8\xfa\xc8\xba\x86\x48\xe4\xe8\x6f\xae\x07\x34\x0d\x6a\x84\xa4\xf2\x39\x77\x41\x38\x6c\xbb\x82\x4d\xaf\x4e\x07\x4b\x95\x18\xc8\xd1\x2c\xf8\x62\xc2\x4b\x45\xa0\x67\xc3\xa4\x86\x4c\x5c\xf2\x62\xad\xb7\x5c\x6e\x0c\xcb\xa0\xff\xe9\x3d\x1f\x9d\x33\x71\x17\xfa\xac\x4f\x75\xe0\x50\xfd\x52\x6f\x41\x6a\x30\xdd\xf7\x06\xcd\xb5\x62\xe9\x6a\xa9\xa7\x7d\xf0\x9e\xf4\x5f\x00\xb0\x6d\x34\x61\xb7\xa1\x09\x32\xa2\xd9\x70\xc2\xfc\xe3\x49\xcf\x14\xdc\x47\x68\x65\x9b\xd4\x44\x1a\x0d\xa1\xde\x89\xd2\xb8\x28\xc2\x22\xad\x6b\xad\x29\x4b\x65\x30\x73\x53\x13\x16\x74\xf0\xf0\x61\xea\xab\x92\x73\xe2\x5b\x27\xfd\xff\xc8\x92\x68\xb9\xa5\x99\x0d\x30\xb5\xa4\x26\xf2\xe3\xc7\x9d\x9a\x71\xe0\xe3\xba\xa1\x70\x46\x47\xe9\xcf\x0b\xac\x95\xfe\x7f\x48\xc6\xc8\xa3\x8f\xcd\x72\x46\xc4\x95\xa2\xa4\x61\xba\xdf\xe6\x72\x76\x4e\x44\x72\x1a\x76\x6b\xc2\x4d\x42\xcb\x14\xec\xd6\x0c\x7e\x39\x9b\x04\x53\x90\xa8\x9a\xa0\x4a\xe7\xb8\xdf\x10\x1b\xc0\xd7\xd5\xff\xb4\x5b\x8a\x5c\xf5\xc7\x79\x4b\xa4\x68\x23\x00\xe3\x51\x05\xc8\xbd\x1d\x03\xf9\xd4\x61\x34\x7a\xb9\x0d\x82\xca\x9e\x37\xe5\xce\x14\xfb\x4f\x9f\x3a\x9e\xe7\x45\x70\x46\xa5\x8e\xb9\x8e\x0b\x05\x73\x8b\x10\x07\xa3\xf9\x12\x7c\x53\x7a\x1b\xfa\x32\x99\x0b\xea\x41\x95\x03\x0d\x5e\x8f\xd8\x8b\xa2\x90\x57\x8a\x6d\xe4\x1a\x30\x33\x75\x83\x46\xd8\x32\xac\x10\xc2\x8d\xec\xac\x01\xe6\xe5\x23\xf6\xb2\x12\xbc\x16\x99\xbd\xe8\x5c\xad\x2b\xb8\x68\x93\x33\x36\xcb\xaf\x35\x8f\x3e\xaf\xe4\x85\x28\xd3\x8d\xe9\x11\xc1\x36\x7d\x84\x06\xdc\x75\x9d\x17\xf9\xdf\x05\xcb\xc4\x54\x56\xbc\x96\x15\xf6\x02\x05\xbe\xc5\xb3\x9b\xfe\x06\xbb\x1a\x25\x88\xdf\x63\x27\x0b\xc1\xe4\xb9\x96\x2b\xf1\x82\x95\x14\xe7\x7a\x21\x33\x04\x74\x87\x0f\xd2\xc3\xac\xe4\x72\xe4\x37\x91\x09\x55\x87\x0d\xd8\xcf\xf7\xdb\x90\x65\x2d\xa9\x9e\xb5\xd6\x61\x16\xeb\xda\x76\xac\x15\x73\xdb\x67\x86\x50\xfa\x8f\xf6\x53\xaa\x89\xbf\x5e\xcf\x4f\x8e\xf1\x2b\x8c\x24\xfc\x06\x9a\x1b\xb2\x93\x57\x42\xd5\x07\x7d\xfc\xc6\x31\xa3\x62\x00\xac\x57\x8f\xf1\xed\x80\xfe\x45\xf2\xd1\x4b\xd0\x47\x4e\x56\xf2\x25\x40\xdf\x62\xe5\x81\x6f\x6c\xc3\x47\xa3\x05\x57\x6f\xae\xc0\xfb\x5c\x54\xf5\xa6\x0f\x00\x66\x3b\x5a\xb3\x76\x97\x12\xfa\x30\x3f\x26\xcf\x88\xee\xe3\x94\x4d\x68\x50\xf8\x33\x71\xaf\x40\x34\xad\xab\xc6\x8a\xf1\x0d\x5b\x22\x3c\x81\x01\xbd\xf7\xd5\xd8\xd1\x68\xff\x17\x4d\x3e\x75\x2e\x42\x35\xf6\xc7\x7c\xbe\xd0\x3b\xb6\xe2\xaa\x3e\x16\x85\xd0\x52\xf6\x90\xcd\xe9\x3e\x1a\x78\xdd\x90\x10\xb4\x28\x5c\x15\x9e\x45\x6d\xeb\x67\x79\x39\x4f\xe8\xaa\x26\x29\x1f\x1c\x1b\x4e\x4d\xc5\xc7\x23\x98\xac\x44\xad\x93\x85\x58\x8a\x21\x3b\x7a\xc7\xaf\xb6\x74\xf7\xa1\xa4\x45\x95\x6f\xd6\xb5\x5e\x81\xb1\x57\x8b\x22\x52\xa4\x79\xf3\x78\xf8\xa1\xbc\xf5\x2a\xe5\x53\x1a\x1a\x9b\xb0\xfe\x4c\x96\xf5\x71\xfe\x77\x71\x68\x95\xa6\x8f\xac\x5c\x2f\xcf\x45\x35\x08\xda\x24\xf9\x34\x04\x54\x33\x95\xc7\xf6\x2f\xb2\xd7\x2f\x79\x35\xcf\xcb\x31\xeb\x3d\x66\x5f\xad\xae\x4d\x50\xcd\x42\xe4\xf3\x45\x3d\x66\xbd\x27\x5f\xbb\x87\x7a\x8c\x3f\xa6\x5e\x68\x76\xfa\xa2\xc8\xe7\xba\x99\x29\xd8\x2c\xcd\x9b\x59\x21\xae\x8f\x17\x55\x5e\x5e\xe0\xc7\x11\xf3\x82\x4f\x34\xcc\xeb\x2f\xa2\xa6\x1b\x05\xae\x5c\xc6\x50\x58\x90\x11\x19\x43\x9d\xc7\x1c\x8a\x97\x50\x12\xb5\x53\x0f\x81\x17\xf6\xb0\x6e\xe8\x0c\xce\x9e\x77\xeb\x42\xa8\x33\xe8\x62\x21\x8a\x95\xa8\x00\xdf\x95\x62\x2a\x41\xc2\x02\x6c\x3e\x85\xe0\x7c\x45\x41\x0d\x96\x10\x07\x46\xc8\xd3\x60\x8d\x9a\xf1\xa9\xa0\xc4\xa3\x85\xa8\x83\xd6\x99\x5c\xd5\xb9\x3e\x55\xa0\x9b\x25\xf2\x4c\xbf\x9d\x5a\xce\x21\xbf\xc9\x88\xd8\x09\x31\x13\x5c\x5e\xad\x12\x18\x79\x25\xda\x1b\x20\x8c\xf5\x6b\x4d\x66\x63\x22\xb7\xc1\x38\xa2\xd6\xa6\x31\x54\x89\x25\x2f\xeb\x7c\xfa\x52\x16\xb2\x52\x43\x26\x66\x33\x31\xad\xd5\x10\x16\xdd\x18\x45\xc5\x32\xc6\x89\x39\x47\x7c\xe3\x49\x54\x9f\x12\x8a\x7d\x07\x6f\x83\x68\x31\xe3\x52\xf6\x1d\x9f\x5e\xcc\x2b\xb9\x2e\xb3\x66\xe5\x66\x99\x64\x13\x04\x2e\xdb\x52\x59\xbf\x0d\xaa\xe1\x90\x7c\xa6\x80\xa1\x2a\x5e\x6c\x57\x21\x66\xf5\x98\xed\x3d\xf5\xd0\x7a\x56\xc1\x6f\x44\x05\x0c\x1e\x55\x48\xd5\xde\x13\xda\x93\x30\x9e\x31\xeb\xe1\xc4\xeb\xe1\xf4\x1a\xa1\x48\x31\x74\x61\x25\x65\x3d\x66\xef\x9d\x50\x10\x70\x2b\x5c\xd4\x21\xbb\x61\x79\xa9\x44\x3d\x66\x4f\x34\xff\xf2\x98\x9c\x2e\x34\x6e\xfb\xd0\x21\x2d\x96\x19\x57\x5d\xf1\x52\xad\x78\x25\xca\xba\xc7\x6e\x07\x43\x5f\x12\x11\x4b\x31\x82\x85\x1f\x2d\x45\x96\xaf\x97\xde\xcb\x40\x8e\x3e\x97\xd7\xc7\xf9\xdf\xf3\x72\x3e\x66\x3d\x6c\x7d\xef\x5c\x5e\xf7\x86\x61\x19\xfd\x5c\xef\xfb\xd5\x35\x53\xb2\xc8\x33\xd6\x63\x7f\xa0\xc7\x41\xc9\xb5\x12\x15\x32\xea\x31\xeb\x95\xb2\x14\x61\x43\x0e\x90\x20\x2f\xf5\x04\xef\x9d\x17\x72\x7a\x11\x96\xd1\xfc\xe4\x15\x0a\x11\xb9\x2c\x93\xcd\xb4\xb3\x1c\xfc\x6f\xba\xae\x14\x4c\x10\x59\x94\xc3\xb7\x2b\xbc\x9d\x04\xae\xe7\x33\x32\xff\x5b\xdf\xf1\x2c\x5f\xab\xb1\xd9\x43\x23\x20\x61\x2d\x98\x55\xa5\xa8\x34\x9d\xf8\x55\x14\x9d\x4c\x6a\x1c\xab\x28\x5a\xef\xfb\xfe\xc9\x13\x76\x25\xab\x0b\x8e\x5b\x05\x71\xc4\xc1\xde\xac\xd9\x85\x5a\xe4\x33\xc8\x72\x02\x60\xd0\x06\xb7\x53\xe9\x27\xdc\xb0\x43\xb8\x4f\xe0\xd3\x3a\xbf\x14\xa3\xb0\xfd\xde\x18\x1f\xb3\x03\xa6\x56\xbc\xec\x35\x06\xc0\xd8\x4a\xaa\x9c\x26\x12\xe1\x4d\x2f\xa3\xc9\x64\x76\xd7\x3c\x6e\x3c\x87\xcd\x13\x3f\xbe\x0d\x7e\xfb\xbf\xdc\xdf\xa7\xde\x14\xe9\x1d\xf1\xca\x86\x47\xfe\xb3\x77\x46\x48\xfc\x96\x3d\x51\xc5\x26\xdf\x4a\x10\xc7\x6e\x65\xa7\x61\xa9\x20\x17\x07\xf3\x89\x94\xf4\x9b\x70\x55\xda\x69\xaa\x37\x5e\xc8\x4b\x51\xf5\xc6\x4e\xaa\x18\xc6\x25\xe0\x8e\xaa\xb5\xc4\xf6\x25\xd3\xa2\x87\x5b\xb2\xc0\x2b\xad\xeb\xa3\xda\x06\xfd\x3e\x25\xc7\x9d\x36\xbe\x8c\x1a\xef\xfd\xa5\xe2\x1b\x9f\xd9\x76\x8d\xfa\xd6\x1b\xb5\x09\x5f\xfd\xf7\x1b\x79\x90\x6d\x33\x68\x3d\x86\x70\x71\x6f\x9c\x94\xf6\xf8\xf1\xff\xf6\x5f\xe8\x82\xbf\x56\x7c\x05\xac\xf3\xaa\xe2\x2b\xff\xe5\xdf\xd6\xaa\xce\x67\x1b\x92\x96\x93\xfc\x93\x6b\xce\x7a\x54\x8b\xa5\x4a\xbc\xf6\xd0\xf8\x1c\x92\x4d\xcb\x88\x23\xe6\xee\x7f\x70\x90\xc7\x25\xa8\xae\x47\xff\x97\x4a\x5e\x69\x06\x70\xc7\x46\x35\xd5\x8e\x9d\xd8\xdc\xf7\x8f\xbf\xb7\xc5\x5a\x8d\x8c\xf4\x3b\x48\x10\x4d\xb3\xa2\x5a\xf2\xa2\x48\xd6\x29\x30\x20\xda\x1b\x75\x5a\x90\x66\x0d\xb9\x39\x5a\xaa\x9d\x3e\x2b\x06\x35\x1f\x27\x34\x9e\x10\x45\x77\xf8\xa1\x1c\x3c\xbb\xe3\xb5\xa4\x73\xa4\x1b\x32\xf3\xaf\x8f\xda\x18\x29\x39\x94\xb4\xbc\x5d\x39\xba\x9b\x22\xf6\x4e\xcc\x8c\xf2\x8c\x35\x8d\x28\xfc\xa6\xc2\xe7\x3b\xa8\x8b\xa6\x2d\x1f\x34\xdd\xaf\xa3\x9f\xf7\x02\xe5\xe3\xe6\xdb\x4c\x4e\x5f\xf2\x5a\xcc\x65\xb5\x61\x3f\x0b\xa5\xf8\x5c\x7c\xc7\x01\xb6\xca\x93\xd7\xad\x1e\xc0\x8e\x5c\x19\x76\x73\xfb\xb9\x9a\x4a\x5d\xa7\x25\x60\xf6\xac\x37\x04\x15\x79\x27\x66\x51\x09\x2f\xc0\x87\xee\x1d\xad\x4f\xd4\x9b\x15\xa1\xec\x4d\x29\x49\x09\xb9\xba\x0b\x85\xea\x97\xff\x65\x9e\xde\xf3\x8b\x22\xff\xac\xbc\x54\xb5\xe0\x99\x96\x4b\x2a\x31\x43\xad\x69\x4a\xde\x67\xd4\x05\xda\x90\xe0\x92\xc6\xda\x52\xca\x0c\x5c\x52\x44\xa5\xd7\x8a\xc9\x19\x39\x4d\x90\x21\xca\xf7\x6a\xb2\x0f\xdf\x89\x19\xa6\xc8\x23\x8a\x78\xee\x0d\xed\xe0\x59\xec\xeb\x75\xb2\x10\xb8\xf0\x72\xe6\xcd\x3a\x3a\x6f\x97\x99\x4d\x1e\xc9\xbe\xa5\x53\x16\x11\xd9\x5d\xc9\x93\xcd\x4a\x8c\xf2\x72\x26\xbd\xa1\x2c\x83\xb7\x87\xe3\xa8\x78\x72\x0c\x9c\x4c\x63\x1b\xb9\x06\x7f\x73\xc0\x2a\x5a\xc8\x2b\xe3\x28\x82\x29\x2c\x54\x9e\x05\xae\x5c\x54\xeb\x30\xb8\xcc\x6a\xb4\xff\xc2\xe7\xb5\x66\x12\x69\x90\xec\x9c\x57\xd6\x82\x77\x2e\x4a\x31\xcb\x41\x9c\x44\xa6\xc1\x2a\xe0\x1a\xca\x9b\x05\x74\x61\x12\x19\x2c\x2d\xba\x63\x60\xfa\xbd\x33\x87\x27\x7f\x66\x96\x3b\x18\xab\xc1\x7c\xb0\x26\x88\xc6\x40\x7f\x0d\xb2\x82\xba\xf1\x21\xba\x3e\xa1\x00\x19\xa9\x56\xd3\x46\x5e\x2b\x4b\x90\x66\x8c\x47\x33\xc0\x79\x19\x22\xf8\x53\xd9\xab\x71\x1e\xe3\xfa\xe9\x85\xd5\x35\xbd\x31\xdf\xd3\xb3\xcb\x02\x5c\x1f\x82\xd7\xca\x61\x8b\x6f\x53\x8b\x17\x32\xfe\x61\x3d\x00\x1a\xb3\xf4\xca\xa4\x64\x55\x2e\x27\xab\x9b\xab\x5c\xb1\xe5\xba\xa8\x73\x38\x38\x32\x6f\x52\x28\xbc\x81\x02\x49\x10\xe6\x5f\x0b\x82\x33\xb0\xfe\x4a\xc0\x9e\x22\x6c\x29\x00\x45\xb4\x29\x6e\x40\xfe\x23\xeb\xc9\xb4\xc8\x57\x2b\xd7\x6c\x38\x79\x75\xb5\x16\xde\xe4\xe5\xea\x67\x3d\x10\x5d\xdd\x39\x53\x34\x89\xb3\xca\x39\xa5\x55\x90\x65\xbc\xc6\xf9\xcc\xcd\xa5\x87\xb9\xe1\x93\x15\xd5\x88\x70\x45\xda\x69\xac\x7b\xf6\x60\x56\xf0\x6a\xad\x04\x32\xf7\x26\x10\x63\x56\x9c\x56\x95\x17\x85\xc9\xa9\x5a\x4b\x8b\x22\x29\xea\x2b\xbd\x71\x38\xd3\x9c\xad\x10\x30\x7b\xec\x32\x17\x57\x30\xf3\x4b\x33\x23\xf0\x68\x64\x19\x40\xee\x72\x58\x42\x70\x8e\x57\xd7\x1b\x9e\x42\x2b\x55\x29\xdd\x4a\x95\xc5\x06\xa1\xc0\x8a\x7c\x99\xeb\x6d\x09\xf1\x4d\x36\x0c\x28\xbd\x50\x40\x0a\xde\x1c\xda\xaf\xdd\x79\x9d\x0c\xe1\xf8\xe8\x28\xa6\x91\xe6\x42\x35\xf8\xc6\x19\x42\xb9\x78\xe2\x41\x92\x65\x98\x5e\x76\x5e\xdc\x17\x0e\x0d\xf6\xe5\xf1\x31\xda\xd2\xfa\x42\x0d\x1c\x2a\x2c\x45\xee\x38\x8e\x1c\x9c\x21\x06\xca\xa6\xbd\x07\x10\x4f\x20\x2f\xcb\x65\x9e\x41\xe6\xb0\x4a\xae\xe7\x0b\x16\xdc\xbe\x8f\x06\xfe\xe4\xea\x1a\x87\xc6\x0e\xd7\x68\xf0\x25\xf9\x33\x53\x8b\xb6\x21\xbd\x94\x28\xee\xe0\xfd\x08\x3a\x6e\x42\x32\x75\x7d\x24\xc8\x95\x61\xe4\x97\x9a\xb1\x96\x35\xab\xd6\x85\x50\xfe\xd7\x28\xe3\xc7\x94\x96\x88\xfc\x73\x11\x0a\xd0\x1d\x75\xfc\x58\x35\x0f\x4d\xbc\x0e\x03\x81\x17\xc9\x16\x8e\xcb\x55\xc1\x31\x4e\xcc\xee\x62\x5d\xc0\xdb\x40\x6b\xad\x98\x0f\x9d\x9b\x23\xa5\xf6\xd1\x35\x7e\xe0\xe7\x55\x3e\x65\x2f\x0b\xa1\x59\x98\xab\xe6\x6f\x71\x2b\x97\xe9\x4f\x8a\xd1\xa2\x76\x1f\x5c\xc0\x2c\x77\x1e\x20\x34\xa7\x44\xcd\xce\x37\xd1\xf9\x3e\x4a\x9e\xfc\x3b\x0e\x96\x98\xbd\xc1\x2e\xd6\x0b\x3d\xe5\x25\x80\x00\xae\x56\x45\x2e\x6c\xa8\x19\x6e\x18\xb3\xdd\x68\xe9\xd3\x54\xdc\xd8\x5b\x51\x52\xe1\xb6\x19\x03\x48\xdf\xad\x1b\x25\x62\x25\x67\xbc\x10\x55\x7d\xa6\x19\xc0\x59\x38\x2f\x67\x9a\x0f\x9c\x89\xaa\x92\xd5\xd9\x90\x9d\x81\x82\x22\xb2\xb3\xa1\x3e\x5d\xce\x94\xb8\x14\x95\xf8\x95\x57\x65\x5e\xce\xcf\x9e\x51\xd3\xf0\xa6\xe6\xf5\x5a\x9d\x39\xd7\x75\xef\xcb\xf4\x08\x0f\xc7\xac\x07\x7d\xf6\xd8\x47\xd6\xc3\xd2\xf0\x27\x98\xf9\x1a\xdf\xf6\x9d\x75\xab\x1d\xfa\xf2\x5d\x26\x0a\xbe\xa1\xe0\x3c\x85\x62\x04\x65\x88\xd4\x1c\x56\x33\xd4\x12\xc5\x58\xcd\x4a\x0a\x2d\xe3\x54\x62\x0e\x8e\xb3\x94\x17\x1d\xb3\x52\x53\x27\x10\x8b\xcf\xcb\x52\xae\xcb\xa9\xc8\x34\x89\x44\xe2\x13\xfb\x7f\xe5\x1a\x16\x96\xc4\x08\x5c\x69\x13\xb3\x00\x15\x28\x1c\xb3\xb6\x47\x41\x2d\xd9\x19\x30\xea\x33\x9a\x79\x47\xa7\x5a\x48\xc4\x40\xd5\x66\xe1\xa1\xfe\x1b\x47\x47\xa2\xb3\x1d\x19\x08\x1b\x50\x17\xaf\x31\x30\x27\xde\x98\xda\xdd\x83\xa4\x5e\x2b\x5d\xa7\xca\x79\x2d\x86\xa6\x15\x9b\x78\xfb\x4c\xcf\xff\x99\x4b\xb6\x8c\x48\x59\x86\x02\xc0\x17\xcb\xee\x19\xc8\x9f\xed\x7c\x9a\x0d\xb9\x7f\x1a\x9d\x0c\x86\xec\xcd\x3b\x3b\xdc\x63\xd1\x1c\x96\x1e\x8f\x26\x04\x3d\x1c\xc9\x38\x5c\xb0\x97\x02\xee\x7f\x2d\x65\xe1\x4a\xaa\xc1\x90\x5d\x55\x7c\x05\x4d\x5c\x2d\x34\xed\x3b\xfa\x70\xc3\xd5\x47\xeb\xd9\xf3\x2c\xbf\x44\xf8\xeb\x0f\x5f\x60\x2b\x1f\xbe\x38\x38\x63\xe8\xb2\x9f\x2b\x87\xb1\x89\xf9\x29\x50\xc8\x8a\x67\xcf\x57\x90\x94\xed\xc0\x66\x0a\xa4\x04\x85\x53\x59\x9a\x23\xac\xd8\xe8\x29\x20\xa7\x6f\x20\xd8\x78\x0b\xc6\x12\x17\x14\x12\x99\xcd\x13\xee\xce\xf2\xcf\xa6\x6b\xba\x93\x22\xd6\x10\x77\x3a\x19\x07\xa3\xf8\x64\x6c\x3d\x18\xdb\xce\xf2\xbb\x1e\xd8\xa4\xdc\xb5\xf3\xcb\xbb\xaa\x6b\xbe\x96\xe2\x2d\x2a\xb9\xf2\x37\x35\x95\x40\xa2\xf1\x34\x83\x36\x49\xcb\x6f\xbf\x4d\x1e\xdd\x59\x6c\x6b\x19\x6c\xee\xa8\x55\xd3\xb8\xd3\x18\x58\x9f\x2b\x26\x21\x62\x1a\xf1\x72\x9d\x24\x3a\x60\x4b\x19\xaa\x9f\xbb\x49\xf8\xfe\x10\x7c\xc1\x36\x1c\xce\xb9\x00\x8c\x13\x82\xf8\x6b\x9e\x67\xc7\x50\xf3\xa7\xdd\xbb\x4a\x2e\x4d\x69\x93\x01\x98\x9b\x92\xb4\x3a\xfd\x7b\xed\x9c\xc6\xae\x41\x33\x17\xa2\x12\xe3\xb8\x2b\x29\x6d\xfe\xb5\x51\x70\xf8\xc9\xda\x0a\x73\x8d\x2f\x6f\xb6\x63\x52\xb8\xd1\xc7\x9b\x50\x0f\xcc\x9f\x8e\x49\xe1\x34\x9b\x92\xc6\xb0\xd3\x4e\xb4\x74\x34\x7e\xa6\xce\x03\x02\x9a\xca\x20\x87\xd1\xce\xed\xa7\x1a\xfa\x0c\xe3\x03\xd7\x2e\x7f\x87\x89\xeb\x3b\x7d\x76\x5c\x3f\x2f\x4b\xb4\xb9\xde\xa5\x91\x1d\x56\x84\xde\xf0\xe2\xae\x73\x66\x53\x23\x93\x3c\x09\xde\xa3\xb2\x28\xf8\x4a\x89\xad\x22\xe5\x67\x98\xe0\xad\x9f\x14\x6c\xf3\x4f\xed\x8d\x3e\x32\x26\x96\x04\x43\xb9\xfb\xe2\xb4\x74\xb9\x13\x77\xb1\xbd\xdd\x87\xb9\x88\x72\xbd\x8c\x8e\x28\xcb\x54\xd8\x51\x39\x93\xa8\xf8\x65\x3e\x03\x34\xd4\x38\x93\x6c\x42\xf7\xb1\xba\xf4\xf7\x5a\xe8\x6a\x2d\x0e\x22\x19\x9b\xd0\x3d\x8a\x2e\xff\x1d\xca\x66\xad\x35\x48\x76\x63\x13\xf6\xd4\xd6\x39\xf6\x25\xb8\xd6\x9a\x81\x9c\xc7\x26\xec\x4b\x57\x7f\x8d\x46\xe6\xd6\x9a\xf4\x7e\xc2\xbe\xb2\x75\xb6\xf5\x76\x65\xfb\xf9\xe3\xb0\xe1\x67\x96\xf6\x19\x8b\x3c\x82\x1b\x4e\x64\x73\x51\xfb\x15\x5f\xcb\x17\xd9\xdf\xd6\x2a\xe9\x4e\x96\xbc\xc8\xd8\xe6\xdf\xb6\xe5\xce\x22\xed\x88\xb6\xb3\x27\xda\xf6\x61\x7e\x92\xf3\xd1\x90\x84\x40\x1b\x59\x15\x8c\x77\x07\xd7\x24\xeb\x8a\xb4\xe2\x85\xa8\xb5\x6e\x12\xba\xfc\xb4\x3b\x27\xfd\xa3\x3c\x7e\xac\x8b\x8b\xef\x6d\x72\xfb\xac\x15\x54\x9a\xd0\xde\x21\x99\x15\xc1\x45\x1f\x05\x6e\x7d\x2c\xf4\xbd\xe0\xe7\x4a\x16\xeb\xda\xf3\xbd\xa0\x5c\x1c\x4f\xe2\x41\x7d\xf9\x24\xfc\x92\x6f\x1a\x1f\xf2\xcd\xf6\xe1\xd9\x31\x85\x0b\xe3\xe5\x57\x4b\xc0\x83\xec\xe2\x9c\x71\x17\x97\x0c\x72\xe4\x78\xda\xe1\x80\xd1\x70\x08\x8a\x6f\xb9\x3b\x3d\x21\x46\x2e\xd3\xf8\x9e\xf1\xa2\x48\xb8\xc0\xe0\xda\x9e\xc8\xd5\x3b\x3d\xc3\xc6\xb5\xa7\xf7\xb8\xe9\x07\x83\x25\xbf\x83\x79\xde\xb1\xf0\x3b\xba\xda\x6d\x7a\x29\xb1\xe0\x36\xbb\xf7\x24\x7e\x7b\x1b\xbb\x6d\xf8\x9f\x43\x20\xcd\xff\xf0\xcf\xd9\xf9\x4b\xe2\xf7\xed\xcb\xc4\x76\xf7\xa3\xc0\xff\x8c\x37\xc5\xaf\x79\x99\xc9\xab\xa6\x3f\x85\x1d\x71\xec\xbd\x43\x35\x5a\x4a\x37\x9d\xd8\xb6\x76\xe0\x56\xf8\x57\xca\x9c\x93\x98\x38\x86\x90\xf2\x5d\x27\x48\x7f\x90\xa8\x15\xaf\x7f\xf3\xc9\x2e\x14\xc2\xfe\xc0\xdc\xd3\x76\x72\x69\x5d\xd7\xcf\xb8\x6e\xf7\x9e\xe1\x9f\xc4\xac\x7b\x82\xef\x3a\x55\xed\x1e\x4e\xf4\xd1\x09\xee\xf7\xa3\xd4\x22\x4c\xe8\x34\xd4\x36\x39\xbb\x6d\xd5\xae\xa9\xbd\xc3\xc4\x4e\xb7\x12\x77\x73\x23\xe8\xd6\x0b\x4d\xb7\xcd\xe2\xbb\xcf\x5c\xf0\x9d\xa3\x5c\xd9\xac\x70\xcd\x4f\xa5\x31\x26\x5d\x88\xf5\xea\x37\xd2\x6a\xfe\x2e\x33\x94\x76\xbf\xa2\x39\x0a\xfc\x03\x3b\x4b\xee\xcc\x56\xee\x43\x84\xb7\x9d\x44\xf8\xd2\xe4\x97\xf8\x9f\x40\x84\xdd\x9b\xff\xee\x2c\xf3\x77\x9b\xee\xff\x51\x5b\xff\x5f\x7f\xd6\x41\x3c\x8c\xa6\xdb\x46\xc1\xc0\x31\xf5\x00\xf5\x1c\x5e\xd6\x29\xcf\x43\x95\xca\xf2\x13\xb4\x66\x5d\xbc\xbf\x4e\x39\x4c\xf2\x75\x2d\xfd\xb9\xd9\xee\x02\x1f\x3a\x85\x3f\x6e\xbc\x89\x85\xb1\x56\xb7\xf1\xb0\x5a\x42\x32\xdb\xb1\xe6\x98\x9d\xb9\x43\xf6\x3f\x6e\x48\xad\x1a\x95\x62\x5d\x57\xbc\x38\x16\x53\x59\x66\xbc\xda\xbc\x28\xea\xdb\xb3\x46\xe5\x9f\x40\x63\x6a\xc8\x03\x6e\x09\x7c\xef\x69\xaf\x40\xa7\x73\xff\x76\xd7\xfe\xad\x8e\xfd\xdd\x6e\xfd\x5d\x4e\xfd\x97\xa2\xaa\xf3\x29\x2f\x4c\xed\x5a\x06\x4e\xaf\xa4\x6a\x7d\xe9\xcf\x23\x7a\x6c\xe2\x54\xec\x3d\x69\xbc\x38\x89\x3d\xdf\xf1\x31\x49\xfb\xcd\x17\xdf\x91\x6e\xe6\xbf\xd9\x69\xa3\xfb\xfc\xc4\xf8\xa2\xb6\x9e\xaf\xad\x9b\xfb\x0e\xdb\x90\x34\xd7\xa0\x8b\x30\xb1\x4d\x43\xb7\xfd\x7c\x8e\xd2\xbb\xb3\xab\xbb\x7f\x51\xd2\xed\xfb\x9f\xf8\x65\x77\x75\x06\x6f\x7c\x97\x63\x6e\xc9\x4f\x5b\x79\xe0\x49\x2a\xb1\x9d\x5a\x05\xff\xd6\xa3\xcd\x46\x16\xc4\xd4\xd7\x19\xaa\x70\x1b\x69\x83\xff\x94\x13\xf2\x5f\x57\xf4\xdb\x75\x8b\xff\xc3\x26\xe4\x2e\x43\xff\x2c\xf1\x0f\x49\xcd\xb0\xb5\xe8\x4e\x4b\xb0\x3d\xa4\xc2\xdb\x47\x3f\xfc\x5b\x45\x57\x74\x49\x4e\x49\x3e\x10\x8a\x4e\x9f\xc4\x01\x3e\xeb\x72\x6f\xdb\x70\xbb\x6e\xb6\xbb\x89\xac\x77\xe4\xaf\x29\x59\x14\x3b\xfc\x3d\xac\x9f\xb7\x0d\xcb\x2d\x85\x8f\xc6\x80\x25\x0d\x53\x6e\x68\x82\x1f\x3c\x68\x09\xf4\x68\xe0\xb7\x0d\x93\xf7\x21\xbf\xe3\x8d\xc6\x8d\x77\xb7\xc0\x95\xfe\xe1\x9c\xa3\x13\xf7\x1b\xf6\xdd\xa8\x01\x28\xd7\x6c\xe9\x38\x9e\x15\xbf\x29\xef\xa5\xff\x77\xb3\xdd\xcf\x71\xe7\xf2\x2f\x7b\xd7\x72\x1e\x4d\x76\xf3\x0a\x20\xb1\x22\x38\x82\x41\x10\x6b\xbd\xc3\x65\x42\x6a\x45\x52\x4d\xdd\xec\x74\xed\xe3\xca\xe7\x53\x59\xee\x78\x8d\x81\xd1\xd6\x29\xcd\xaf\x19\x89\x65\x92\x9f\x7f\xf9\x74\x95\x66\xf5\xf1\x8b\x26\x83\x6a\x51\x8c\x5a\xf9\x6c\xda\x2c\x56\xe4\xe5\x45\x92\xe5\xeb\xaf\x49\xd9\x22\xa8\x19\xa3\xe5\xc1\x8c\xbd\xe2\xd5\xc5\x8b\xa2\xee\x1a\x6e\xa4\x15\xfe\xa4\x3f\x33\x88\xd7\xfe\x54\x91\x37\x60\xf3\xad\x26\xc7\x69\x77\x81\xed\x47\x39\x4c\x0b\x87\xf4\xd1\xc1\x18\xcc\x82\x86\xfa\x7c\x5c\xf3\x2d\xa2\xe7\xee\x34\xa1\x77\x9d\xcd\xd6\x4e\xbf\x27\x3f\xa8\x7f\x6c\xaf\x29\xeb\xe1\x3f\xaa\xd3\xbb\xd0\xed\x1d\xfa\xfe\x7f\xd6\x1c\xbc\x78\xc1\x96\xd1\x3a\x86\xae\x88\xdf\xa8\xc1\x13\x51\xd5\x79\xa2\x39\xb6\xcb\xb1\x1c\x73\xd7\x61\x83\x57\x0d\x9b\x8c\x73\xc7\xa3\xfb\x4e\x31\x9a\xe9\x33\x34\x04\x72\xf5\x10\x42\x87\x10\x18\x85\x7e\xa5\x77\x3f\xc6\x1d\x30\xce\x91\xfd\xda\x6d\xc7\x6a\x23\x00\x33\x3e\x55\xdb\xfc\x66\xb0\x9c\xf1\x99\xf9\x36\x80\x82\xed\xb9\xfe\x7b\x43\xf6\xbe\x07\x04\xd5\x1b\xb2\x1e\x0d\xe6\x74\x08\x1e\xb5\x03\x77\x00\x03\x18\x8b\xab\xd5\x8a\x59\xea\x8f\xda\x83\x2f\xdd\x05\x73\xd2\xc2\xaf\xd0\x62\xd7\x24\x1f\x44\x10\xd4\x01\x5d\x6d\xcf\x33\xec\xea\x7a\x50\x66\x14\x2a\x62\x33\x96\x4f\x3e\x7c\xe1\xa9\xda\x9a\x14\x3f\x7c\xe1\x71\x77\x02\x67\xb3\x0b\x89\x67\xf3\x83\x21\xbd\x19\x04\x69\x84\x91\x38\xb4\x9c\x3e\xb9\x71\xc4\x92\x28\xf2\xca\xc5\x22\x26\x4b\x36\xd2\x04\xdf\x15\x20\x79\x2e\x6a\x54\x04\x3c\xc2\xcb\xe4\x72\xdf\x3e\x0f\xc9\xe7\x95\xef\x34\xed\xc2\x48\x31\x24\x23\x89\x41\xb6\xff\xa1\xbc\x57\x60\x60\xd3\x3b\x34\xe8\x3b\x15\xc6\x0b\xcf\x9e\x5b\x7a\x72\x9e\x69\xaf\x01\xbb\x89\xc9\x19\x5b\xe6\x45\x91\x2b\xb0\xd8\x02\xa0\x11\x38\x81\x13\xc9\x01\xa0\xd0\x22\x2f\xb2\x4a\x84\xce\x76\xba\xcc\xe1\x98\x10\xa0\x62\x47\xb4\xb6\x19\xc1\x3c\x44\x6e\x46\x4c\x80\x44\xab\xf3\x6b\xd0\xd0\xb1\xae\x1d\x7f\x86\xef\xb0\xeb\x3a\xf2\xbd\x93\x65\x05\x09\x0d\xbc\xc1\xe7\xea\x1d\xbd\x6c\xf5\xd3\x45\x8e\xb4\xf1\x9a\x9c\x49\x0a\xfa\x30\x8e\x7a\x14\xb9\x07\x38\x29\x88\x9d\xe2\x0a\x63\xc6\x67\xce\xe6\xf9\x25\xa0\x68\x16\x7c\x43\x10\x4e\xb6\x0c\x74\x53\x89\xff\x5e\xe7\x95\x56\x2f\x8c\x63\x73\xd4\xd2\x33\x8a\x40\x5d\x69\x36\x92\x97\x6c\xc9\xcb\x8d\x8f\xa3\xc7\x7e\xad\xf8\x0a\xbd\xaf\x57\x85\x37\x03\x0a\x03\x0f\x5e\x1d\xfd\x15\xfa\xc9\x67\xac\x14\x53\xa1\x14\xaf\x36\x69\x54\xbc\x90\x07\x06\xf3\x1e\xb9\x0f\x22\x4b\x0b\x97\xb8\x95\xab\x35\xe9\x73\x98\x5a\xd5\x90\xdb\x19\xa0\xe6\x10\xd0\x96\xb8\x1d\x4c\xa6\x0f\xe7\xf5\xc1\xcf\x0d\x50\x9b\x14\x23\x86\x34\xd9\xc7\x46\xaa\x91\x04\x60\x72\x62\x9c\x16\xd0\x2e\x82\x4f\x66\x06\x66\x11\x88\xd9\x57\x05\x7c\xb2\xb2\xac\xa2\x3f\x00\x4c\xd8\x38\x4b\xfe\x6d\x90\xd9\x60\x47\xe4\xe4\x42\xd4\x80\x16\xad\xb7\x67\x32\xc3\x00\xa2\x60\xd6\x5e\x9a\x95\x2b\x18\xc4\xb6\x44\x2e\x4a\x00\xa2\xa0\xe8\x7b\xc2\x8b\xff\x35\x41\x2a\xfd\x5b\x2f\x1b\x4a\xd6\x48\x82\x72\x07\x5c\x66\x97\x4b\xc7\x8e\xd8\x4f\x58\xd8\x4c\x94\x53\xc7\xf9\x71\x6e\x9b\x1d\xbb\x93\xd2\x60\x14\xf0\x69\x4d\x07\x26\xb0\xc1\x8f\x20\x89\x98\x7e\xe8\x38\xf4\xb2\xa4\xb9\xef\x66\x87\xac\x4f\x04\x6d\x38\xa0\x2c\x8b\x8d\x9f\xcc\xc3\xb0\xc6\x81\x3d\x54\x1a\x1d\x0e\xd8\x18\x7a\xbc\xef\x61\xb4\x56\xe2\x25\x1c\xf0\xee\x2c\x32\x8f\xec\x31\xc4\x10\xed\xb3\xb2\xa1\xec\x8a\x3e\x0c\x63\xc9\xce\xd6\x4a\x7c\x87\x7c\xee\x6c\xd4\xc2\x69\x7f\xb1\x45\x5e\xda\x36\xac\x53\xb0\x09\x94\xa2\x28\x6d\x4c\x64\x38\x62\x2f\x30\x6a\x69\xc1\x11\xc1\x41\x01\x70\x64\x26\xca\x3a\xaf\x37\x23\xeb\x97\x5b\x9f\x54\x6b\xe1\xa7\x26\x7b\xd6\xda\x2c\x04\xa0\xed\xdc\x2e\x64\xa8\x49\x36\x8c\xc9\x17\x5c\xdb\xbb\x35\x89\x01\xd8\x51\x83\xc1\xa9\xf0\xa3\x94\x00\x5b\xa1\x6a\x59\x09\x4c\xe6\x43\x00\xca\x73\x51\x8a\x4a\xf3\x03\xb7\x02\x7e\x8e\xc4\xc6\xe4\xe9\x53\x09\xbf\x16\x1a\x3e\x59\xb8\xe1\x58\x90\x0a\xdb\x12\x84\xc4\x51\x88\x98\xaa\xf9\xc6\x7e\x82\xcf\xca\x01\x91\x34\x2f\xf3\x3a\xe7\x05\x9e\x94\x7b\xec\x08\x7f\x62\xd7\x21\x02\xe9\x8b\xaa\xe2\x1b\x87\x59\x68\x32\xbb\xb9\x2f\xe2\xa5\x01\x27\x8d\x1c\xd4\xd7\x31\xad\x45\xe0\x82\x16\xa9\xd4\x51\x5d\xdf\x1f\x97\x3d\x73\x07\x63\xf6\xde\x64\x48\x48\x12\xe0\x29\x52\x20\xca\xb7\xef\x61\x68\x43\x3d\xa5\x7f\xd5\x7f\x9d\xb2\x09\xed\xb8\xb5\x12\xc8\xbd\xfc\x5e\x06\x3e\xb3\x37\x54\xc8\x26\x76\x3b\x11\x1f\x0c\xb8\xa1\x69\x1a\x92\x4b\x12\x57\xc3\x7f\x6c\x2b\x98\x15\x69\xc7\x66\xbc\x54\xa7\x41\x3b\x14\xe9\xbf\x63\x2b\xb4\x34\xf0\x43\xbf\x7f\xe0\x3f\xf0\x5a\xff\xe0\x50\x37\xcd\x5c\xdd\x98\x0f\x1f\xda\xb1\x0f\x4d\xef\xb7\xa7\xf7\x48\x1d\x12\x1c\x93\x43\x17\x3d\xa7\x7e\xb0\x88\xeb\x73\x51\xbf\x06\x50\x0f\x3a\xed\x17\xf5\xb2\x20\x76\xf8\xd6\x02\xb1\x0c\xd9\x54\xc5\xe8\x38\x69\x25\xd0\x53\x9d\xb6\xe0\xff\x60\xd9\x16\xc8\x1d\x5b\x26\x8a\x7b\x70\x4c\xd5\x8b\x5b\x89\x0d\xaf\xc0\x84\x8f\xb2\xa1\x47\xd1\x89\xac\x24\x30\x5b\x7b\x0b\x29\x2f\x52\x4a\x69\x04\xb6\xd3\x8c\x92\x6f\x0b\x9e\xdf\x32\x44\x83\xd5\x7a\xf4\xf2\xcd\xeb\xdf\x7e\x7e\xf1\xd6\x08\x24\xef\x13\x08\x33\xa7\x63\xd6\x3b\x2a\x67\x64\xaa\x8a\x4b\x50\x4c\x43\x77\x21\x08\xe9\xd0\x45\x20\xf2\xe3\x3b\x9e\xcd\x45\xba\x20\x45\x72\xe8\xa2\x14\xf4\xf1\x34\x5d\x30\x08\xdc\xd0\xc5\xe9\xcf\x96\xd2\x18\xac\xa1\xcb\x69\x29\xb3\x10\xb5\xc8\x7a\x11\x6c\xed\xcb\x37\x3f\xbf\x7d\xf3\xfa\xfb\xd7\x27\xbf\xbd\x7e\xf1\xf3\xf7\x6c\xc2\x7a\xae\x11\x7f\xca\xe6\xc2\x29\xb2\x36\xdf\x48\x40\xcd\xbb\x23\x1c\x50\xa6\x44\xdb\xf0\x0b\x2f\x62\xfa\x6d\x95\xcb\x4a\x33\xf6\x09\xeb\x87\xa1\xa2\x71\xa4\xe8\x60\xcc\x7a\x5c\x29\xbd\x47\x2e\x05\xc4\xa4\xaf\x64\x91\xd7\xa2\x67\xf9\x82\xba\xca\xeb\xe9\x22\x6e\xc7\x65\x98\xe4\xaa\x81\x2d\x44\x2b\x31\x6e\x2f\x01\x8b\xda\xf1\x3e\x58\xa2\xb1\x35\x7b\x21\xaf\xf1\x06\x6c\x44\x1c\xf7\x8e\x86\xff\x2c\x5c\xa0\xb9\xa8\xdf\x49\x44\x15\xde\x61\x3e\x1a\xa1\xfa\xff\xca\x73\x01\x83\x6d\xce\x03\x0d\xdd\xce\x43\x70\x3d\xe3\x7a\xf8\x8e\x6b\x81\x06\x4f\x35\x43\x83\x9e\x32\x15\xf1\x90\x03\x7b\x02\xce\x64\x75\xc5\xab\xec\x9d\x98\x3d\xd7\xbd\x86\x48\x5c\xb0\x8f\xe2\xba\x1f\xca\x83\x3e\xea\x34\x43\x56\x89\x99\x3b\x78\xe8\xb0\x8d\x23\xdc\xf4\x59\x62\xe4\x23\xfc\xf7\xfb\xa8\x04\xbb\x3d\xc5\x13\xcd\x9c\xf9\xde\xe9\x87\x8d\x02\xf6\x0b\x26\x7f\xd4\xec\xb4\xef\x6f\xcb\xf0\xb8\xa6\x15\xa4\x78\x37\xd2\x3c\xec\xf6\x34\xbf\x49\xf6\xa6\x9f\xf7\xce\xa1\xd7\x82\x11\x43\xcd\xc6\xd0\x21\xf4\x58\xf9\xce\x3b\x78\x3b\x8b\x7f\x87\xc4\xc8\x26\x29\xa4\x2f\x2a\xea\x80\x89\x9a\xfa\xa1\x17\x18\x4d\xb9\x3b\x4d\x5f\x26\x64\x3b\x1c\x5f\x7a\xf0\x09\x34\x11\x7a\x53\x49\x0b\xd9\x17\xc4\xfc\x87\x9d\x35\x80\x40\x50\xe9\x66\x13\xe6\x1b\x15\x0d\x6c\xbc\x3d\xf4\xf1\x66\xce\x93\x02\x9e\xb7\x42\xca\xf9\x49\xf6\x0e\x0c\x41\xb6\x88\x0c\x14\x1b\xd4\xb3\x84\x60\xae\x5c\x7a\xfa\x6b\xf0\xc7\x69\x48\x48\x8e\xa5\x8f\xd9\x0d\x7b\x0f\xe9\x2f\x4b\x76\x21\x36\x72\xd6\x64\xe2\xa7\x16\xd9\xfc\x16\xbf\xc0\x9d\x0e\x7d\x63\x5b\xbd\xf1\x56\x7c\xcc\xc8\x9c\x99\x5a\xf9\x71\x4c\x09\x1f\x3f\xee\x42\x0a\x63\x8f\x2a\x1e\x24\xec\x06\xb4\x25\xc6\x16\xee\x2d\x55\xc8\xd2\xc8\xb8\x41\x2e\x1e\x5d\x8d\xfd\x1f\xc1\x82\xbb\x4d\x3d\x6e\x3c\x49\x6e\xc6\xdb\x70\xd6\xb1\x8e\x43\x41\x9c\xb0\x1b\xb8\xa6\xc0\x94\x5b\x71\x8b\xec\x90\xf5\x5e\xc9\xf5\x79\x21\x5e\x2e\xc4\x65\x25\xcb\x5f\x56\x3d\x36\x8e\x9e\xbd\x82\xdc\xd2\xb7\x1e\x37\x41\x10\x0e\xd3\x81\x99\x8e\x8f\x1f\xbd\x09\x3c\x64\x37\xac\x07\xa0\x72\x08\x5f\x77\x2e\xb2\xf3\x4d\x6f\x6c\x18\xd1\x10\x76\x01\xc0\x12\xeb\xa6\x7a\xec\x96\x8d\x31\xb5\x96\xe9\x83\x5a\x7d\x95\x5f\x7a\x5d\x1c\x32\x40\xf3\xb0\x33\x30\xb9\x71\x54\x36\xa2\x42\xb7\x07\x37\xe6\xaf\xe7\xfb\x59\x7e\x79\xe0\x8c\x00\xae\xf5\x60\xeb\xb2\x49\x30\x70\xb2\xcf\x3f\x77\xe2\xaf\x39\x6a\x4c\x08\xc4\xe4\x06\x18\xec\xad\xb3\x97\xa4\xc6\x63\xe3\xbc\x6d\x39\xca\xbf\x39\xb9\xb1\xdd\xd9\x57\xb9\x59\xb1\xc9\x4d\xcc\xf6\xd8\x61\x83\x13\xea\xc9\xf2\x96\xb5\x07\xd0\x4b\x3d\x2f\xf3\x49\x9d\xd7\x85\xb0\x4d\x45\x1c\xca\x96\xb2\xa8\x7e\x5b\x4a\xa2\x55\x7f\x10\x4e\x64\x78\x9b\x81\x28\x2b\x62\x36\xb9\xa9\xc4\xec\xb6\x65\x46\x2a\x29\x6b\x4c\xe2\xe2\x51\xd0\xad\xcd\xc2\xd2\xb1\xb6\x84\x62\x70\xeb\x65\x6c\xe9\x28\x1d\x20\x13\xdc\xc2\x67\xee\x21\x6c\x6a\x90\xf0\xeb\x26\xc1\xa3\xdd\xfa\xdb\x7e\x40\xb5\xd1\x83\x4e\x14\x0f\xbf\x54\xa9\x7e\x34\x8a\x61\xea\x1c\x18\xd9\x42\x83\x5b\x7b\x63\x82\xff\xe9\x39\x4e\xf6\x6f\x16\x7b\x72\x63\xb4\x8d\xf7\x21\x93\x7b\x70\xda\x36\xeb\xba\x6a\xa3\x1f\xef\x6e\x07\x77\x49\x38\xb1\x7e\xd9\x74\xab\xb5\xb8\xae\x83\x44\x3b\x79\x36\xb9\xa1\xdd\x1d\x3c\x07\xe8\x9d\x1b\xc0\xa7\xfa\xf8\xd1\xc8\x9f\xb1\xe0\x18\xd4\x40\x2c\xca\xfc\x52\xc0\xf5\x55\x4a\x9c\xef\xa8\x1e\x7c\xe6\x73\xb5\xe2\x65\xdb\xb4\x18\x78\x07\xa4\x48\xef\x0c\xbd\x8d\xd3\xc2\x85\xc7\x74\x83\x42\x18\x7b\x1e\x28\xe7\x07\xf1\x6b\x1a\xc8\xc1\x8d\x91\x9b\x6e\x9f\xef\xc3\x83\x46\x3b\xfb\x5d\x0d\x25\x88\xc3\xe5\x8f\x85\x2f\x45\x44\xa9\x73\x7e\x5e\x6c\x58\x29\x6b\x77\xf1\x30\x64\xe7\xeb\x1a\x72\x09\x8b\xea\x52\x1f\xb3\x39\xde\xaa\x94\xf2\x0a\x12\xfa\x68\x69\x9b\x97\x1b\x59\x8a\x44\xfb\x0b\xae\x42\x38\x3b\x71\xbd\x12\xd3\x5a\xe9\x46\x30\x09\x07\x34\x6c\xd2\xcf\xde\xf1\xab\x07\x51\xba\xa6\xa8\x48\x4c\x9d\x81\x1b\xca\xfe\x23\xba\xbb\x01\x61\x0d\x4f\xb7\x7d\x0b\x89\x41\x78\x6b\x8f\xf6\xd9\x03\x5f\xa6\x7b\xf8\x90\x3d\xf0\x4e\x97\x87\x0f\x3d\xf4\xc3\x87\x0f\x1b\xdb\xaf\x9d\xcd\xc4\xa7\x69\x4c\x37\xc9\x33\xc4\xfd\xd7\x76\x9a\xb8\xff\xba\xba\x4d\x14\xb7\xc7\x4b\x5a\x4b\x48\xd4\xf0\x4e\x9d\x48\x70\x48\x14\xf6\x4e\x8b\x16\xb9\xbd\xa5\xd2\x9e\x01\x06\x32\xbd\x74\x8e\x49\x6f\xc6\x86\xf0\xdb\x28\xb7\x1f\xcd\x75\x4c\x26\x8c\x0d\xdc\x0f\xaf\xf6\x4d\x48\x32\x46\xb0\x48\xd0\x88\x23\x91\xdb\x9d\xa8\xcf\xa0\xa3\x24\x9a\x0a\xa5\x8d\x3b\xd1\x58\x03\x59\xe5\xf6\x20\x3c\xab\x6f\xef\xf2\xe5\x0e\xc1\xd4\x1b\x6d\xd7\x60\x6d\xfd\xb0\x97\xb0\x2d\x6f\x12\xb7\xcd\xa1\x6b\x46\x8b\xad\x20\xbb\x86\x2a\xf8\xc8\x4b\x11\xcb\x26\x91\x3d\x29\xf4\x76\x05\x75\x3b\x85\xf7\xa1\x5f\x1c\x03\x86\x1f\xc4\x15\xff\xcc\xaf\x8f\x97\xbc\x40\xc5\x6c\x2e\x6a\x7c\x15\x94\x9e\x8b\xfa\x2f\x85\x3c\xe7\x85\x53\x3b\xcc\x73\x0f\x27\x04\x94\xf9\xa9\x2c\x7f\x20\x54\x78\x5b\xa6\xd5\x3d\x79\xf8\xa1\xdc\x06\x82\x7e\x3f\xb3\xa8\x31\x6d\x12\x80\xc9\xd1\x71\xec\x5a\xb9\x1b\xf2\xfa\xe7\xb5\x83\xc6\x53\x68\xec\xa1\xe8\xa7\xd9\x5b\xaa\x3d\xcf\xea\x00\x73\x87\x16\x9f\xe8\xd5\xde\x1e\x3c\xc6\x12\xc6\x6a\xd4\x28\x43\x2f\xb0\x54\x68\x19\x6a\x94\x0d\x5e\x53\x0d\x34\x66\x26\xca\xe2\x0b\x2c\x75\xd5\xd6\xe2\x95\xdf\xd6\xd2\xa9\x75\x51\x39\xfb\x86\x3a\xb5\xdc\xa2\x51\xd2\xbd\xc2\xa2\x56\x79\xf0\x15\xc2\xa8\x4e\xa2\x0c\x4d\x2b\xb0\xcf\xbc\x9c\x77\x54\x4e\x94\xc1\xca\x53\x1b\xbf\x10\x56\xa0\xe7\x58\x28\x90\xb0\x1b\x45\xf5\x5b\x2c\x87\xc9\x74\xa3\xd7\xb5\x8d\x07\xb0\x32\x58\xb3\x09\xf3\x26\x98\x8e\xed\x93\x91\x9e\x8a\xad\xf3\x10\x57\xb3\x53\xdb\x3e\xe9\x7e\xfb\x2d\xad\x62\x11\x6b\x37\x88\xca\xd0\xf3\xa0\xd0\x71\x3b\x85\x04\x25\xcc\x48\x7d\xd3\x6e\xc3\x9b\x12\xad\x2e\xc6\xb2\x72\x3a\x36\xc6\x97\x06\xb3\x68\xb9\xb7\xb0\x17\x0e\x02\x2f\x1c\x4c\xf3\x5b\x6f\x1d\x76\x2a\xef\x5d\x27\xd0\x9f\xdb\x6a\x78\xb7\x24\xf4\xe7\xd6\x3e\xe2\x0b\x8e\xe0\xc1\xb6\xda\xe6\xde\x46\xff\x1b\x96\xf5\xa7\xdd\x0f\x0b\xf9\x6e\xeb\x12\x78\x56\xae\xee\x39\xaf\xe6\xe7\xbc\xff\xf4\x8f\x7f\x1c\xb2\xc7\xf8\xff\xa3\x2f\x07\x5b\x27\x7e\xf7\x4a\xde\xec\x43\xa5\xaf\xbe\x19\xb2\xa7\x5f\x3d\x19\xb2\x3f\x7d\xd9\x55\xcd\x5b\x02\xd7\xd7\xd3\x3f\x7e\x35\x64\x7f\xfc\x53\x67\x77\xf1\x42\xec\x3e\x52\xb3\x0a\x2e\x3e\x28\xce\x93\xf8\xbb\x90\xfb\x91\xe5\x61\xdb\x08\xbd\xbd\x64\x93\xc4\xdb\xcb\x36\x89\xbb\xa3\xdd\x4e\xb2\x6e\xaf\xe7\x13\xb4\x29\x95\xb8\x14\xf1\x63\x56\xac\x97\x56\x4a\x54\x18\x34\x9f\xab\xe8\x36\xc3\x37\xda\xb6\x5c\x26\x58\x63\x58\x8b\x99\x7d\xbb\xa9\xf4\xae\xf6\x7f\xdf\x8a\xde\x9e\x42\x31\x9d\x39\x11\x4b\x83\x40\x19\x0a\x92\x14\x13\x13\x3c\xeb\x3f\x1e\xa6\x24\xd1\x36\x43\x39\x36\x11\x8b\x51\xfd\x86\x68\xca\x6c\x9c\x4d\xc3\xa2\xc9\x8b\x17\x65\xf6\xbd\xd5\xe5\x28\x4e\x2d\x46\x27\x73\x39\x41\x03\x79\x76\xe4\x09\xca\x2e\x34\xe6\x89\x09\x6b\x8f\xb2\x19\xb9\x78\x99\x74\xa4\x0b\x2d\x87\x97\x6c\x2b\x15\x72\xb2\x43\xb8\xc9\x5d\x62\x00\xbb\x62\xe5\xad\xa7\x7f\xe0\xbf\xd8\x36\x7d\xf1\xd4\xd1\x15\x48\x3a\x38\xd0\x74\x61\xd3\xd7\x99\x07\x89\xa0\xc1\x66\xf4\xe6\x9b\xd9\x0c\xaa\xf5\xf6\xa2\x8c\x84\x2e\xba\xd3\xc5\xce\x26\x22\x69\x5c\xe4\x4c\x7b\x22\x3c\xf3\xed\x66\xb2\xec\x28\x9a\x89\x5a\x59\x12\x35\xc1\x90\x83\xf7\xc8\xc5\x5b\x7d\xb3\xba\x66\x4f\x82\x08\xaa\x74\x78\x51\xef\xa1\x07\x58\x85\x72\xe2\xb8\x8b\x74\xbd\xb9\x68\x09\x50\xdf\x39\x4e\xeb\x36\x68\x0b\x53\x27\x7e\x86\xc6\x42\xa2\x3a\x0d\x8d\xe3\xc6\xd3\x31\x4c\x0b\x1a\x59\xc4\x6d\x53\xc9\x8c\x9d\x31\x53\x9b\x34\xd8\x1a\x42\x7d\x3e\x7c\xe8\xb7\x0b\xcf\xee\xd0\x86\x01\xff\x0c\x5b\xa1\xa7\x77\x68\x27\x84\x02\x0d\x5b\x0b\xde\xdd\xa5\x4d\x02\x09\x8d\x5a\xc3\xa7\x77\x68\xe7\x2a\x39\xaa\xab\x68\x3c\xbe\x05\xe3\xd0\x2f\xe8\xec\x1d\xe3\x60\x1c\x56\x62\xb7\x4d\xc4\xe6\x1f\x77\xb9\x14\x76\x9d\xd0\xdf\x5a\xdb\x08\x4c\x94\x0d\x63\x60\xa0\xc6\xd9\x36\x3c\xd2\x76\x84\x1d\xb3\xe9\xf7\x11\xcd\x47\xd7\x0a\xa7\xa7\x4d\xe6\xba\x95\xcf\xc3\x7a\xe4\xe5\x8f\x4d\x8e\xe1\xe2\xf6\xda\xb3\xe1\xc5\xd1\xf8\x57\xb2\xca\xbe\xab\x04\xbf\x18\xb3\xde\xb9\xfe\x77\x4f\x3f\xd9\x09\xd3\x42\xf3\x9a\x9f\xf2\xf2\x62\x57\xcc\x32\xfa\x94\x9f\xfc\x18\xcd\xee\x2e\x58\x17\x74\xc6\x4e\x1d\x51\xec\xdc\x30\xae\xfa\x3b\x20\x35\xdc\x15\xff\xc9\xa7\x9a\x0e\x35\x27\x26\x99\xb8\x95\xbb\x20\x03\x7e\x2a\xd6\x4d\xb4\x6d\xa2\xdc\x92\xaf\xf2\x4a\x4c\x09\x80\x68\x2a\x8b\xf5\xb2\x4c\x1d\xa2\xb1\x80\x7a\x6a\xc5\x1c\xb2\x8c\xa4\x38\x39\xbd\x4c\x6d\xbe\x0e\xd2\x6e\xd9\x0c\x81\xa4\x55\xca\x6a\x69\xcc\x0d\xfe\x40\xcd\xb0\x22\x5b\x4c\x6a\x70\x41\x91\xd4\x10\xdb\x04\xc2\x46\xfa\xe8\x65\x5e\x12\x58\xe3\x93\xaf\xd3\xbb\x3d\x78\xde\xfe\xe9\x69\xb1\xc3\x4b\xa6\xa9\x45\x8a\xc7\xac\x29\x58\xa4\x3e\xdf\xa3\xf4\xe4\x7e\x7b\x6f\xd5\xc4\x76\xf6\x96\xde\xe1\x3b\xed\xac\xbb\xed\xab\x6e\x12\x6f\x93\x2c\x8c\x2d\x2d\xb5\xbc\xb5\xcf\x7a\x6f\x52\x8b\xf5\x78\xe7\x35\x69\xa6\x5f\x35\x2b\xf2\xcd\x30\x10\xc9\xbd\x3c\xa9\x3b\xb0\xe2\xdf\x85\x43\x6d\x63\x06\x0f\x82\x93\xf7\x26\xfe\x24\xc2\xf3\x7a\xf2\xb4\x9d\xb6\x9c\x7d\x32\xb9\xad\xcc\xeb\xd4\xe4\xfb\x7b\x38\xd8\x13\xad\xa7\xd5\x43\xbc\xc4\xe5\xe3\x82\xab\x7a\x0f\x6e\x4d\x9b\x67\x0a\xc9\xdc\x88\x5d\xf6\xd5\x9d\xa6\x23\x90\x21\x7c\x2d\x84\x6e\xf3\xc6\xac\x77\x99\xab\xfc\xbc\x08\x60\x0c\xae\x16\x79\x2d\x8e\x57\x7c\xaa\xd5\x90\x55\x25\xf6\x42\xdc\x9b\xdb\x56\x91\xc5\xeb\x61\x7f\x9f\x1d\x95\x70\x84\x00\x13\xd5\xeb\x8a\xb7\xd6\x53\xbe\x56\x02\xe3\x42\x6a\xb9\x82\xe0\x07\x04\xba\x66\x72\xa6\x67\xf0\x42\xf5\x18\xe4\xb3\x36\xaa\x10\x5d\x38\x53\x2a\xc3\xa0\x87\x7e\x29\x6b\x06\x69\x7b\x20\x2e\x70\x2e\x65\xc6\xae\xf8\x86\x51\xee\x75\x4c\xc4\xb6\xc8\x0b\xc1\x54\x9d\x17\x05\x5b\xf2\xdc\x05\x57\x88\xeb\x1a\x1b\xcd\xcb\xf9\x20\x39\x35\xe8\x40\x12\x43\xd6\xbd\x71\x05\x44\x51\xe4\x2b\x95\xab\xd6\xc9\x8b\x21\x83\x5a\xa7\xce\xd5\x7f\xd0\xb6\x66\x5d\x12\xc9\xfb\x84\x75\x22\x85\x17\xd5\xbd\xee\x3b\xad\x7e\x93\xf0\xda\xc8\xb0\xe1\x7a\xf6\x3b\xd0\xa0\xd9\xb6\x89\xdb\x82\xae\x2b\xd5\x16\xab\xd2\xb8\x29\x67\x37\xea\x78\xf7\x04\xef\x53\x92\xfd\xb0\xcd\xb0\x70\x1a\x74\x1a\xd6\xc6\x67\x5b\xab\xda\x7b\x85\xf7\x5b\x75\x17\x73\x43\x3b\x4e\x3c\x3c\x6e\x2a\x30\x3b\xc9\x2e\xee\xb0\x78\xbc\xc3\xb1\xae\x9f\x7f\xc7\x55\xae\x12\x10\x9c\xb1\x64\x56\xc9\xab\xbd\x4a\x2b\x8b\x4a\xec\x0c\x9e\x15\x64\xe1\xd6\x02\x03\xca\x0e\x3b\x69\x09\x0f\xc9\x53\x64\x5c\xd6\x0b\x64\xbb\xfd\xf2\x0f\x4f\x07\x4d\xde\xeb\xc3\x46\x7e\xf3\x99\xc4\xd2\x10\x41\xf2\x9b\x44\x5d\xff\x10\xf3\x38\x43\x7b\x93\x1d\x78\x95\xe1\x4e\xb9\x25\xa7\xf8\x3b\xc5\x21\x51\x5e\x8e\x5d\x02\x88\xc2\xab\xfd\xf4\x2d\xf2\x39\x57\x62\x2b\xf4\x84\x57\xbe\x15\x7a\xe2\xf7\x8b\xf2\x69\x89\x18\xb8\x5b\xb4\x00\x4e\x1b\xc4\x08\x34\x86\x1a\x3d\xf4\x46\x9b\x7a\x03\x01\x04\xe1\xd4\x0e\xdd\xac\x0d\x3d\x97\x64\x8a\xd5\x98\xca\x95\xe6\x9b\xe1\xe5\xfb\x6d\x8c\x1d\xf6\xdb\x6f\x5c\xa9\x7c\xee\xc2\xab\x6a\x55\xe4\xe7\x7a\x06\x82\xef\xa7\x42\x13\x5b\xfe\xae\xf4\xb3\x14\xd5\x5c\xbc\xf4\x42\xd0\x5c\x18\x17\xbc\xda\x4b\x60\x81\x59\x3f\x87\x10\x7f\xcb\xd5\x84\x3a\x7b\xeb\x36\x2c\x93\x77\x27\x3f\x0d\x5b\x11\xcd\x5c\x2b\xe9\xfa\xd1\xb4\x8c\x5a\x8a\x1d\xfd\xc0\x35\x77\xd9\x60\xb2\xf5\x00\x38\xc5\x52\x86\x5f\x01\x96\xf6\xb8\x90\x75\xcd\xcf\x0b\x01\x73\xa6\x35\x92\xa1\x7d\xee\xfe\x52\xee\xcf\x57\x7a\x69\x21\xaf\x88\x7b\x46\x1d\xbb\x07\x9a\x76\x86\x61\xfb\x1e\x39\xe9\x67\x34\x48\x7c\xf0\x0a\x83\xfd\x4d\x4d\x7a\xfa\xb6\x92\x53\x00\x4f\x0a\x9f\xff\x95\x17\x79\x16\xfd\x3c\x5e\xc8\xaa\x5e\xe8\x33\xcb\xf3\x77\xd9\xc7\xa1\x87\x78\x1d\x80\xc3\x60\xa3\x54\x01\x2a\x02\x50\x18\x32\x4c\x2a\x5f\x6e\xd8\x52\x66\x6b\x93\x63\x13\x64\x43\xa5\x5b\x71\xd1\xb6\x8d\x16\x38\x94\x60\x95\x50\xb2\xb8\x04\x34\x0a\x5e\x33\x7d\xc4\x2c\x39\xc0\x02\x17\x1b\x26\x2e\x79\xb1\xe6\x35\x35\x66\x6b\x03\xe2\x86\x8d\x1e\x46\xaa\xf5\x73\x3f\x3d\x62\x2f\xd8\xf9\x66\x55\xc9\x6c\x3d\xad\x31\x34\x18\x46\x4c\x1d\xe5\x94\xf3\x35\xd7\x9d\x2f\xe5\xa5\x19\x2b\x4e\x80\x16\x69\xb1\xc9\x45\x2e\x2a\x5e\x4d\x17\x1b\x76\xae\xff\x7f\xc5\x21\x6f\x3e\x31\x8f\x69\x25\x78\x2d\xbe\x77\x19\xe3\xe8\x2b\xa5\xfe\x78\xec\xd0\x7e\xac\x2c\x19\x67\x2b\x51\xed\xcd\xb4\x10\x7b\xae\x4f\xd3\x21\x15\x13\xec\x6f\xea\x9a\x65\x78\x88\x5e\x0a\x56\xf3\x6a\x2e\x20\xfc\xf9\x2a\xaf\x17\xc7\x76\x0a\x71\xfa\x5c\xb9\xe5\x5a\xd5\x36\x8d\xef\xd1\xbb\xe3\x13\xf6\xd3\xd1\xeb\xef\x59\x8e\x79\xeb\xa1\x9f\x5a\xb2\x2b\x59\x5d\xb0\xa9\xac\x74\xad\x02\x41\x2c\xd8\x2f\x9a\x97\xd8\x49\x59\x55\x7c\xbe\xe4\x8c\x17\x4a\x3a\x60\x0d\xdb\x35\x23\x9a\x87\x28\xff\xf0\x43\x8f\x85\x48\xcd\x84\x43\x6a\x79\xc9\xcb\x5e\x8d\x5f\xb9\x59\x09\x39\xd3\xb3\x90\xa8\xc0\x54\x5e\x4e\x05\x26\x73\xd5\xb2\x64\x21\x79\x26\xb2\x11\x7b\xb1\x5a\x55\xf2\x3a\x5f\x42\x7c\xb8\x5f\xa1\xa7\x98\xde\xd6\xbc\xd6\x0a\x03\xb9\xc2\x42\x87\x5a\x07\xb9\xca\x33\x51\x6a\x56\x56\x0a\x81\x09\x0d\xe3\x00\x6b\xfb\x6d\xcf\xdf\x1e\x80\x37\x5f\x0d\x81\x27\x40\xf3\xcf\xdf\x1e\xb0\x8f\xad\x87\x03\xbc\xc4\x3b\x6a\xd8\x41\x2b\xca\xf2\x4b\x78\x07\x2e\x48\x87\x3d\x64\x6f\x07\x84\x99\x00\x25\x47\x23\x0b\x7a\x10\x40\x2c\xbc\x96\x99\x78\x7f\xfa\xa1\x04\xe0\x85\x7a\x5d\x95\x9a\x8f\x3c\x6f\xef\x3f\xb8\xa0\xd5\x24\x4b\xd7\xa5\x70\x92\x72\x65\x3f\x02\x6e\x47\xf3\x19\xeb\x9b\x32\xa3\x5c\xe9\x57\x36\xcc\x6f\x7f\x9f\x1d\xc3\xb4\x5f\x09\xc6\x2b\xe1\x11\x77\x30\xd5\x48\xa4\x11\x9c\x43\x2d\x31\x0c\xbe\x96\x6c\xc9\x2f\x04\x2a\x6e\xe6\xf3\x74\x6b\xb6\x0b\x4c\x84\x5b\x6c\x88\x11\x8b\x8c\x5d\x88\x0d\x25\x67\xd3\xef\x4f\xde\xbc\x7a\x33\x36\x69\x71\x81\x1a\xcf\x35\x61\xd7\x5c\xd3\xff\x21\xcb\xa4\x30\x47\x12\x3c\xf4\x7a\x51\xeb\x73\x48\x3c\x0b\xa1\xf8\xc1\x90\x0f\xa3\xd6\x01\x06\xc0\x0c\x79\x5a\xc8\xf3\x73\x40\x5e\xc9\x15\xec\x31\x3d\x9e\xb8\x06\xf6\x68\xb8\x8b\x32\xae\x64\x7a\x70\xa0\xf4\x6a\xb6\xa1\x87\xa6\xa9\x3b\x13\xb5\x00\x46\xa1\x35\x4c\x7d\x4e\xe9\xd6\x7f\x43\xa4\x03\x64\x31\x98\xb0\x37\x2f\x59\x83\x5f\x60\x9f\xf4\xdf\xf7\x97\xa2\x74\x9f\xa7\x17\x03\x13\x06\x86\x5b\x45\x7f\xae\x5c\xd7\x30\x6c\xc2\xb8\xb1\x5c\x10\xf3\x00\xe3\x58\x1b\xcd\x1f\x81\xa6\x0e\xf0\x0b\xe7\xa2\xae\x45\x05\xfa\x35\xe4\x3f\x17\x97\xb0\x09\x1d\xff\xe3\xab\x95\xe0\xe0\xeb\x92\x97\x8e\x05\x1e\xda\x49\x34\xdf\xce\xb3\xac\x12\x4a\x61\xe6\xcc\x5c\xa9\x35\x25\x29\x75\x9f\x31\x69\x21\x9d\xbe\x45\x00\xb1\x08\x5b\x76\xf6\x4f\x60\x98\x7a\xda\xe4\x52\xd4\x0b\x60\x84\x22\xaf\x32\x36\x97\xfa\x6f\x59\x32\x28\x80\x0b\x6f\x3a\xd2\xf3\x9e\x65\x98\x54\x15\x73\x7a\x5f\xaa\x91\xe6\xf7\x35\xe3\xd5\xdc\xa3\xb8\x97\x72\x09\x13\xa9\x27\xb1\x5e\x08\x85\x39\x51\xe1\x38\x51\x42\x8c\xd8\xcf\x96\xa0\xeb\xf8\xb4\xca\xa4\xc5\x30\xd2\xd2\x39\x83\xb1\x99\xa6\xf5\x5e\xb3\x88\x4f\x85\x28\xe7\xf5\x02\x2e\xb2\x1e\x7b\xd8\x2c\x74\xb3\x68\xb6\x64\x08\x8e\x73\x1b\x41\x8d\xd9\x52\x37\x9a\x79\x60\x59\xbd\xc3\x79\xb9\x19\x0c\xdd\x87\x13\x42\xc2\x2d\x13\x85\x12\xde\xe6\xc6\xb9\x7c\x01\xdf\xa1\xa7\x4b\x4f\x26\xc4\x0a\x28\x76\x05\x0f\xdc\x4e\xc2\xdd\xf7\xfa\xcd\x89\xde\x7c\x6a\x55\x09\x9e\x1d\xb2\x17\x85\x92\x43\xfa\xa5\x3f\xbb\x12\x15\xcf\x75\xed\x95\xa8\x66\xec\xbf\xd7\x42\x41\xc2\xfd\x98\xcc\xcc\x42\xb3\x05\xcf\xc8\xde\x83\x6d\x30\x9b\x16\x1a\xee\x81\x74\x93\xff\x29\x36\x75\xbe\x7a\xc5\x6b\xae\x57\x0d\xc1\x47\x46\x97\xb9\xb8\x1a\xc7\xad\x22\x46\x40\x26\x97\xa3\x4c\x5c\x8a\x42\xae\x60\x07\xfd\x4d\x8d\x9f\x7c\xf3\xe7\x2f\x9f\xb0\x5f\xca\x29\x5f\xeb\x15\xd1\xf3\xf5\x3d\xfa\xa5\xda\xcf\xcb\x15\x84\x53\x70\xbb\x94\x71\xe3\xbf\xd2\x96\xc2\x71\x0e\xdd\x92\x23\xa6\x14\x88\x29\xf8\x27\x07\xea\x87\x73\xcc\xa6\xbe\x8c\x26\x3c\x77\xdb\xac\x12\x5c\xc9\xd2\xd8\xca\xf4\x7e\x39\x17\xee\xcb\x68\x95\x53\x92\x04\xe4\x81\x07\xb8\x9c\xa1\x26\xde\x35\x08\x35\x86\x4c\xda\xeb\xf5\xf5\x19\x30\x64\x14\x0c\xea\x1d\x38\x3e\xa0\x5b\x9b\x38\x87\x2d\x29\x36\x03\x79\x34\x17\x24\x1f\x19\xb0\xae\xf5\x6a\xad\x59\xdd\x4a\xc0\x7d\x25\x93\x28\x63\xac\x95\xa8\x9c\xd4\x4a\xfb\x8e\x38\x57\x5e\x8e\x7c\x84\x15\x92\x53\xed\x51\xc6\xf6\x00\x14\xd1\xc3\xfe\xaa\xa5\xe9\xed\x6a\x21\x4a\x58\x33\x2d\x0c\x54\xc8\x58\xcf\x37\xd8\x9b\x03\x87\x33\x2d\x4b\x92\xd9\xf7\x18\xc9\xd2\xe6\xc9\x90\xe5\xe5\xb4\x58\xc3\x80\x3d\x4c\x2c\xc2\x6a\x01\x98\x19\x23\xfb\x62\x0e\xf3\x25\x07\x13\xe2\x28\x44\x7c\xf1\xc5\xf4\x00\xa4\x05\xe5\x5e\x87\xf7\xe6\x84\xdd\x04\xa8\x0b\xce\x2f\x35\xf3\xfc\x24\x84\x9c\xf3\xe4\x72\x76\x62\x05\x72\x18\x6c\x50\xc4\xbe\x62\x13\x56\x8a\x4b\x51\xa1\xf8\x12\xcf\xed\x38\xc6\x13\x03\x99\x02\xfb\x3c\x00\x69\x84\x66\x68\x1c\x2b\x3e\xa6\x10\x9b\xb0\x1b\x00\xba\x1c\x07\x9f\x4f\xaf\xe3\x41\x86\x4e\x63\xc1\x5c\x4f\x58\xcf\x50\x61\x0f\xdc\xb1\xa8\xe7\xc0\x7f\xa7\x12\x6a\x5d\xd4\x3b\x76\x35\x31\x01\x18\x96\x72\xfc\xf8\x6c\x4d\x23\xf1\xef\x58\x67\x62\x66\x84\xc7\xe9\x60\x74\x1f\x4d\x66\x7f\x9f\x1d\x01\xac\xd0\xc6\xd1\x35\xab\xf8\x15\xfb\x3f\xc7\xff\x35\x04\xd4\x78\x07\x85\xc5\x6b\xef\x28\xc0\x15\xc8\x15\xac\x9b\xd9\xa0\x76\x74\x83\xe6\xa1\x60\xdf\xc5\xc7\x01\xce\xd1\xac\xe0\x75\x2d\x4a\x91\xfd\x62\xca\x8d\x19\x51\x91\x87\xd4\xa6\x55\x7b\xf0\x7a\x29\x78\x2d\xec\xc4\xf5\xfd\x15\x81\x78\x30\x10\x60\x5d\x97\x21\xea\xf3\x2c\x2f\x79\x61\x02\x84\x7f\xb3\xa8\x6f\x3f\xd8\xc7\xfd\x70\xfe\x68\xea\xe2\x05\x49\x0c\xd9\x1d\xf6\x7a\x8a\xa2\xb5\xf1\xa6\x24\xf1\x76\x64\x5b\x1f\x44\x97\x13\x46\x64\xd3\x5a\x9c\x3e\xe0\x6a\x5d\x7d\x25\x15\x18\xa2\x0d\x7a\x20\x3c\x36\x2a\x81\x15\xe3\x4e\x8e\x31\x8a\x41\x19\x86\x96\x97\x7a\x6a\x54\x3e\x65\x7a\xf7\x82\xde\x36\x63\x56\xbd\x1f\x05\xfd\xd2\xba\x3d\x6f\x1d\x28\x44\x43\xb9\xc9\xbc\x65\xfb\x07\xcf\x5c\x0b\x38\xd7\x7a\x6a\x1c\x4f\x9c\xc4\xf4\xea\x35\xc6\x1b\x28\x81\xfe\xae\xf6\x1a\x36\xe3\x0a\x9b\xee\x18\xcb\xad\x83\xe4\x4d\x4d\x3c\x32\xb8\x60\xd6\x3d\x92\x6d\x96\xec\xbb\x6e\x86\x0d\xd6\x34\xf0\x7b\x4d\x49\x3d\xcf\x1b\x07\x45\xcb\xc8\x6f\x43\x6f\x2d\xe4\x21\x4d\x40\x4d\x68\x8c\x4e\xb5\x0d\x30\x6c\x0f\xeb\xd1\x08\xd3\xe2\x7a\x55\xe4\xd3\xbc\x76\xa7\x9f\x61\xe3\xe4\x60\x88\xcd\x98\x43\xa0\x89\x06\x0f\xda\xd7\xe4\x20\xe4\xf2\xf0\x74\x30\xe8\xb0\xa1\x38\x0d\x03\x85\x6f\x38\x72\xa7\xbc\xd4\x52\xd3\x9a\x98\xcd\xff\x39\xfe\x2f\x82\xc3\xe4\x2c\xb3\x06\x24\x4d\x97\x58\x87\xc3\xf5\x98\xc8\x2b\x54\xf2\xd5\x4a\xe2\x11\x0d\x36\xd0\xe0\xa0\xb4\xdb\x9d\xed\xb1\xb7\x46\x9a\x04\x80\x4c\xad\x65\x98\x59\x09\xaa\x60\x17\x7b\x4c\xaf\x72\xd0\x3b\x22\x9c\xe1\x13\x93\x61\x9c\xe6\x1a\xcc\x34\x21\xfe\xa7\xe0\xd3\x05\x3c\x8f\x8e\xd6\x17\xa0\x19\xc9\x19\xcd\x5b\x16\x4c\x83\x5b\x26\x3d\x23\x24\x1a\xe0\x84\xb4\x1d\xb2\x73\x51\xa3\x5e\x7f\xf2\x32\xe0\x45\xf6\x14\x8d\x6c\x6a\x5e\x39\xa8\x77\x30\x64\xf1\x13\x38\x6c\xd6\x1e\xcf\x7d\xd9\x3c\x76\x60\xd4\xe3\xd8\xc6\xf7\xfc\x1d\x99\xc7\x1a\xbd\x1c\x78\x27\xab\xea\x28\xe6\x1f\xab\xc1\x19\xd9\x59\x49\x1f\xdd\xd6\x12\xd0\x55\xd2\x24\x5d\xdf\xf7\x28\x83\x17\x5a\x06\xde\x40\xd8\xb0\x59\x50\x14\xeb\x96\xf9\x35\x12\xe4\xf9\x86\x96\xcb\xb6\x37\x62\xef\x04\x70\x58\x10\x7c\x6b\xc9\xe6\x3c\x2f\x35\x01\x6a\xd2\xc0\xfc\xed\x1e\xd5\x8f\xdc\x47\x41\x9b\xe6\xa4\xf1\x06\xa1\xe2\x69\x66\x0f\x9b\x96\xce\xc6\x07\xd1\xf7\xe8\x0e\xfb\x06\x5b\x65\xa9\x79\x3a\x2e\xd0\xc0\xc7\xcf\x44\x59\x6d\xc1\xd5\x9b\xab\x92\xb0\x52\x36\x7d\x5d\xdc\x3f\x99\xf5\xe1\x02\xa7\x47\x21\x41\x21\xd4\xda\xa8\xcc\x9c\x8d\x8c\x44\x60\x4d\xc0\xce\x5c\xe6\x69\xd4\xeb\xd2\xc6\x70\x6b\xf5\x09\x28\x58\xd1\x89\x94\x3b\x63\x02\xb0\x75\xaf\x4f\xb4\x28\x28\xdc\x35\xa6\x6f\xad\xf8\xb1\x2c\x9f\xcd\x44\x85\xc9\xef\xcd\xfe\xea\x1b\xe3\x19\x2a\x2a\xa5\xb8\x62\x79\xa9\x6a\x5e\x4e\xc5\xc0\x59\x33\xf5\x90\x72\xb9\x56\xa0\xb9\x10\xcb\x28\xbd\x3e\x67\xb2\x9a\x02\x9c\xae\x19\xa7\x41\x53\x14\x65\x9d\x6b\xed\xb1\x80\xfb\xf9\xf3\xba\xd2\x3a\xf2\x0f\x68\x72\x1b\x62\x62\xfe\xb2\xd8\x18\x5b\x02\x2a\x78\x35\x7d\x60\x8d\x86\x50\x3b\x37\x43\x76\xb5\xc8\xa7\x0b\xaf\x5b\x34\x3a\xd1\x54\x4e\x39\xd8\x69\xda\x8c\xab\xde\xa9\xa9\x47\xb3\xc3\x56\x78\x8f\x41\x24\xd1\xf3\x53\x2d\x42\xc6\xb2\xca\x68\x34\xe2\xd5\x5c\x8d\xb5\x76\xfd\xfe\x34\x84\x7a\x45\x8a\x01\x2b\x02\xe9\xf5\x07\x81\x56\xef\xe4\xc4\x94\x6d\x13\x16\x1a\x4d\x29\xd6\x0a\x8b\xcc\x1d\x0c\x18\x0a\x27\xa6\x26\x93\x46\x51\x68\xde\xcf\xb3\x0c\x58\x08\x2f\x9c\xfe\x37\x8a\xba\xfb\x55\x00\x5f\x24\xf3\x13\x5a\x32\x52\xf5\x60\xb5\xd1\xcd\x18\x85\x9c\xbc\xa2\x90\xff\xa9\x08\xda\xac\x17\x95\xbc\x02\xfa\x01\x0d\xba\xdf\x7b\xe1\x2c\xfa\x6b\x30\x0c\x1a\xf6\x8a\x96\xe7\x60\x69\x47\xec\x6d\x21\xb4\x3e\xa7\x84\xf7\x94\xfd\x8d\x5f\xf2\x4c\x4e\x61\x4f\x2e\x65\xa5\x37\xe3\x4c\x8e\x7a\x03\x4f\x5c\xb9\x4d\x08\x73\x0b\x0e\x38\x07\x27\xc7\xba\xbc\xa8\xf0\x2c\x43\xee\xa2\x84\x58\xe2\x81\x85\x86\xb8\x12\xd8\xad\x60\x85\x94\xab\x50\x3e\x03\xb6\xed\x8e\x76\x6c\x43\x9f\xff\x1c\x0d\x7f\xb8\x51\x95\xa8\x2e\x85\xe1\x55\xbe\xe0\x98\x18\x16\x62\x35\xa0\xb5\x44\xaf\x92\xee\xf4\x62\xbd\xd2\xf3\x4a\xa2\xf8\x8a\x58\x09\x6c\x41\xc1\x33\xbd\x8b\x70\xf5\xa9\x00\x5a\xef\x8b\x0d\x6d\x05\x1f\xf4\x21\x1a\xbc\xfe\x3e\x73\xb4\x06\x5f\xd9\x10\xc3\x7e\xc3\x1d\x0b\x86\x5f\x5e\x6e\x86\xcc\xfc\xcf\x41\x10\xaa\x0e\x94\xf6\x5e\xf3\xb8\xd0\xc9\x33\xfc\x3c\xe0\xe3\x7a\x27\x97\x1b\x3d\xb8\x45\x0e\xc2\x84\xe6\x0b\x05\x60\x7f\xa9\x45\xbe\x42\x53\x1f\x3b\x17\xf5\x95\x10\xe6\xb6\xa1\xd2\xf5\xae\x24\x58\xdb\xfc\xe6\xc3\x9d\x46\x06\xac\x60\x00\xee\x14\x48\x8c\xce\xbd\x1c\xa1\x70\xf0\xf0\x61\xe3\x59\xfa\xa3\x7e\x0b\xb4\x14\xb3\x6e\x04\x07\xeb\x70\x2f\x10\x5d\x83\xb3\xe9\x42\x4c\x2f\x50\x5a\xb9\xce\x55\x2d\x80\xa9\x2a\xbd\xa5\xd0\x0c\x0b\x86\xee\xcb\x5c\x5c\xb1\x5a\xa8\x5a\x45\x9d\x09\xae\x72\x4d\xa8\xc0\xf1\x46\x2d\x1f\x10\x8d\x28\xfc\x92\xf0\x65\xe2\x93\xfa\xde\x69\x49\x66\xc0\x91\x1f\x9a\xc5\x2c\x74\x3f\xb3\x40\xd9\x66\xdd\xc9\xf8\x4f\x28\x65\xcf\x9c\xea\xa9\x85\x0a\xec\x8b\x4d\xa0\x64\x02\x21\xba\x53\xc2\xfe\x51\x14\x2b\x51\x39\x11\x0c\x64\x37\xab\x82\x2a\xcf\xc4\xe2\xdf\xc8\x38\x09\xd3\x53\x4d\x63\xc1\x93\x00\xf7\x40\xd2\xb3\xed\x27\xd4\xdb\x4f\xb6\xa6\xe0\x3e\xf1\x46\x32\xf6\xef\x78\xec\x50\xc6\xce\xd4\xd5\x66\x9d\x40\xc1\x2e\xa1\x97\xc3\x61\x51\x08\x9a\x9a\x99\xac\x96\xb4\x94\xa9\xd2\x24\xc8\x00\xce\x37\xde\x9b\xd9\x31\x80\x49\xb9\x87\xa3\xeb\xb1\x8f\x1f\x59\xba\x00\x62\xb8\x77\x14\x20\xfc\xe0\x9e\x3d\xc6\xe2\x71\xf9\x00\xed\xef\xbd\xa9\x39\x1d\x7b\x4d\x05\x9b\x19\x84\xce\x13\x67\xc2\x08\x2d\xd2\x89\xf6\x83\x76\xfc\x8a\x01\xd9\xc5\x15\x77\x22\x40\x6b\xb4\x50\x68\xcd\x20\xdc\x41\x66\x4c\x7d\xca\xaa\x54\x4a\x80\xb1\x53\xce\xe8\x39\xf8\xbb\x23\xfc\x77\x5e\xea\x93\x1c\x98\xf0\x8a\xb0\x8b\x46\x0d\x72\x4c\x98\x47\x62\x7a\x4c\xdc\xc6\x07\x14\x67\x73\x65\xb9\xa8\x29\xd8\xd7\x87\x36\xb3\x18\x5d\x20\xf2\xa2\x20\x9a\xe9\x37\x89\x66\x40\xb7\x88\xf4\xc6\x53\x1d\x9c\xf2\x6c\xdf\x1a\x1d\x81\x97\x1b\x2f\x8c\xd2\x47\xfd\xeb\x53\xb0\x73\xd8\x03\x9b\xb0\xf7\xa7\x4d\x39\x9b\xa6\x6e\xc6\xcc\x08\x1d\x98\xa8\x73\x59\x5b\xad\xd5\x82\x6e\x31\x1e\x3e\x24\x3b\xae\x03\xd3\x22\xbe\x83\xd7\x84\x81\x09\xc1\xbb\x24\x21\xca\x70\x6f\x5d\x03\xa0\x94\xa3\x73\x4a\xff\x7d\x64\x9f\x72\x83\x38\x1d\xb2\x1b\x56\xd5\xc5\x98\x1c\x4b\x28\xe9\x59\x03\x08\xda\xf5\x10\x93\x1b\xe1\x48\x91\xe3\x02\x52\x91\x67\xa4\x29\x33\xdf\x4c\xcd\x7e\xd1\xb2\xad\xa7\x0b\x93\x01\x21\x9f\x31\x7e\xc9\xf3\x02\x33\xfc\x48\x2d\xfc\x5d\xe5\x4a\xb0\x19\x2f\x0a\x05\x91\x1b\xd0\x17\xe4\x14\x09\x0c\x18\x01\xeb\x0c\x0c\x41\xd6\xf8\xed\x19\xd4\xc9\x64\x65\x2b\x44\x47\xf1\x09\xe8\x05\x06\x27\xd2\xd9\x37\x6b\x49\xae\x16\x5a\x79\xd0\xb2\x1c\x79\x14\xa4\x4d\x04\x4e\x6d\x3b\x31\x37\x02\xa9\x46\xb1\x35\xb9\xae\x55\x9e\x09\x0b\xd5\x1e\xb4\x18\xec\x2b\x4f\xa6\xd1\xeb\x72\xa2\xff\x72\x36\xa1\xa6\x3e\x6f\x8d\x74\xcf\x4f\x9c\xcf\x0b\x56\x73\x7c\x7e\x68\x9b\x6a\x3d\x31\x6c\x09\x67\x6b\x4f\x1f\x1a\x1f\x4a\xdc\xc4\xc1\x2a\x8c\xa3\x81\x0e\x71\x73\xf9\xd3\x3e\xf6\x06\x30\x8c\x8c\x0b\xde\xf9\xb2\xe5\x23\x94\x33\xbb\x8d\x03\xaf\x20\xaf\xe6\x81\xbf\x79\x87\x77\x64\x38\x3b\xf9\x23\x90\x92\xa4\x0f\xaa\x60\x1a\x48\x05\x0a\x41\x36\x07\x51\xee\x88\x54\x8d\x86\x5e\xe6\xec\xf9\xfe\x27\x0f\xc3\x2f\xe9\xbc\x01\xd5\x32\x07\xde\x2d\x81\xeb\x8f\x11\xf5\xf7\xd1\xf8\x96\x4f\x51\x98\x45\x4a\x45\x79\xbb\x92\xeb\xf9\x22\x36\xf1\x8d\x8c\x9f\xc9\xd0\x8a\xc8\xbd\x75\x79\x51\xca\xab\xb2\x17\x7c\x56\xbf\x1f\x5a\x0b\xc3\x99\x81\x84\x17\x54\x6f\x60\xad\x34\xf6\xce\xa3\x7d\xd5\x07\x7d\xa7\x02\x27\xee\x3d\x9a\x37\x1f\x01\x8d\xd8\x67\xa9\x9b\x8f\x30\xc2\xff\xde\xd9\x9f\x1a\xf9\x4b\x8f\xcc\xdf\xf7\xf4\xfd\x7b\x69\x32\x88\xd1\x9a\x9b\xdf\xa2\x82\x34\xbd\xd7\xba\xdd\xc6\xb3\x9d\x3d\x03\x03\x53\xad\xe7\xf0\xa7\x8c\xe3\xdb\x8e\x3e\x84\x91\x53\xa0\x5d\xed\xc0\x4b\x2f\xf8\x14\xdf\x9d\x4f\x7f\xbe\x66\x5f\x09\xab\x22\xbe\xb4\x98\xea\x6f\xaa\x37\x60\x74\xc5\x77\x27\xf2\x82\x10\x9c\xf1\x4f\x9b\x47\x00\x1e\xfd\x35\x17\x57\x3e\x0f\xda\xe6\xce\x98\x70\x23\x44\xc2\x7c\xa9\x27\x49\x56\x43\x8f\x43\xb2\x6e\x27\xc1\x17\x4a\x89\xe5\x39\xc8\x5a\x10\x33\x22\x2a\x14\xa9\xbc\x73\xe9\x9c\xeb\x23\x81\x6e\x5c\x66\xb2\x28\xe4\x15\x04\xa2\xab\xf0\x3a\x49\xeb\x5a\x43\x38\x51\x5d\xfa\x2b\x76\xb4\x5c\x49\x85\x79\x9f\x84\x3e\x7f\x8c\x2d\x5c\x13\x9f\xa8\x4a\x28\x3e\x15\x65\x5d\xf1\x22\xff\xbb\x70\xd0\x87\x2b\x14\xc1\x48\xef\x27\xc9\x4e\x30\xf8\x1f\x39\x03\x4b\x81\xae\x5a\xc9\xf3\xb5\xaa\x4b\xa1\x14\xa6\x7f\x2a\xd9\x42\x5e\xf9\xa6\x68\x53\x10\xae\xe8\x6d\xeb\x64\x50\x5b\x9a\xcb\x63\x9c\x89\xc0\x8d\x11\x84\x13\x65\xeb\xe2\x05\xbb\x58\xd2\x23\x12\x4f\x4d\x5a\x91\xa5\x60\xfb\xf8\x0c\xe5\x25\xb2\x87\xe8\xf9\x82\x39\x05\x91\xcb\x93\x48\x19\x26\x2e\xb1\xe3\x1c\x82\x25\xa3\x92\x97\x79\x26\xb2\x21\x18\x19\xec\x39\x8c\x2d\x6a\x66\xe6\xe6\x64\x44\xf7\x01\xb0\xb0\x98\x9f\x09\x8d\xc2\xe0\x19\x16\xfa\x63\xae\x8c\x30\x0b\x1d\xdb\xc1\x67\xec\x5c\xcc\x64\x25\x50\x74\x2a\x36\x64\xf6\x70\x6e\x4c\x7a\x39\x3d\xd7\xc1\x70\xc0\x56\x3d\xa7\x9c\x29\x5a\x90\xc4\x81\xcc\xd6\x05\x3b\x17\x7a\x02\xc0\xc7\x34\x33\x05\x4b\xe9\x39\x3e\xf1\x72\x83\x17\xb2\x5a\x95\xaf\x38\x24\x36\x53\xf9\x52\x2f\x91\x1e\x34\x0a\x53\x0b\x52\xdf\xf5\x04\xb8\x81\xe8\xad\x62\x7b\xa7\x3a\xe7\x02\xfb\x2e\x84\x52\x6c\x05\x3e\x86\xce\xeb\x14\xbd\x22\xa6\x22\xbf\x14\x30\x4a\x9c\x4f\xba\x58\x0c\x1d\x02\xd0\xd8\x26\xd7\xf5\x6a\x5d\xb7\x7e\xba\x5e\x1d\xbc\x14\xe7\xc5\x88\x1d\xcd\x68\xfe\xc9\x6b\xc5\x2d\xa2\xb9\x22\x09\x2a\xea\x85\x28\xeb\x1c\x26\xdc\x39\xb8\x60\x62\x38\xef\x1b\x42\x39\x2b\xed\x3c\xe1\xda\x75\x62\x16\xbd\x1d\x81\xa7\x67\x83\xb5\x39\xab\x5e\x26\x6a\x9e\x17\xdd\xae\x0f\xce\x89\x11\x44\xac\x96\x0b\x9a\x58\x12\x03\xe6\x66\xa4\x32\x3a\x4e\x3c\xe9\x8f\x9e\x3c\xb7\xef\x48\xc4\xd3\xab\x1a\x36\x1c\x77\x38\x49\xde\xe4\x9c\x1c\x43\x0a\x35\x54\x90\x8c\x84\x07\x1e\x49\x11\x53\x7d\xee\xba\x88\x3d\x2a\xe2\x69\x8a\x2f\xa3\x86\xf6\xab\xdc\x27\x0d\xbd\x21\x0f\xed\x28\x7c\x37\x8c\x36\x8f\xd0\xa8\xf1\x03\xf6\xd0\x7d\x44\xe0\x95\x31\x0b\x3d\xdc\x41\x03\x0c\x1d\x32\xd2\x1e\x1c\xba\x4c\x58\x37\xf0\xdd\x78\x07\x56\xa1\x86\xeb\xc9\x0e\x03\x6d\x71\xe4\x68\x5c\xb1\xb1\x87\xad\xe7\xe4\xf3\x60\xd6\x1a\xb3\x7a\xd0\x70\xe7\xb0\xf9\x88\xea\xbc\x9c\xc3\x62\x35\x0e\xe6\x6d\x6d\xb2\x09\xfb\x6d\x2e\xea\x50\x38\xb1\xc2\x99\xd9\x31\x1e\x12\xa6\x95\xb2\x6c\xd6\x25\x12\x55\xfa\x0d\xe1\xc5\x45\xc8\x9a\x76\x66\xb9\x28\x32\xe5\x89\x66\xc1\x77\xe8\x0d\xfe\x4e\x64\xeb\x29\x24\x20\x30\x75\xe0\x71\xe0\x69\xe1\x17\x0c\xef\xb7\x5e\x81\x07\x29\x57\x6a\xbd\x24\xa6\x87\x97\x10\x24\xcc\x5a\x06\x37\x64\x4a\x1a\x47\x3e\x93\x37\x8a\x2c\x82\xe0\xa5\x95\x4a\xdf\x99\x32\xff\x4e\x22\x6c\xa0\x16\x61\x16\xde\xf9\xa3\x8e\x14\x03\x2f\x31\x7f\xda\x5d\x06\x0f\xd1\x49\xd4\x3d\xda\x4b\xd9\xc7\x8f\x96\x04\x46\x3e\x3c\x94\xcb\x33\xa5\x17\x5d\x2f\x34\x29\x0d\x48\x05\x0d\xe5\x84\x04\x15\x33\xef\x35\xd1\x8a\x6b\x9b\x1e\xc4\x83\x80\xc7\x51\xd2\x76\x83\xd9\x65\xba\xa4\xc4\xaf\x5b\x84\xfe\xd0\xfe\x5b\x3b\x66\xe9\xd3\x90\x0a\x85\x7d\x3b\xbc\xe8\x79\x34\xca\xe0\x6d\x4c\x79\x97\x96\xbf\x4e\x98\x4b\x7e\xd8\xbe\x9e\x51\x57\xd1\x40\x7f\x8b\xf4\xd2\xb8\xb4\xf7\x91\xb7\xb1\xfe\xe4\xb1\xfa\xd4\x1d\x31\x2f\x37\x07\x71\x0e\x5f\x3d\xf8\xbe\xfd\x82\x41\xe0\x4d\x12\xb1\xb3\x08\xd1\x36\xb1\xbb\x35\x31\x81\x68\x53\x72\x4b\x47\x78\x19\xc8\x63\xf7\xc2\x5c\x31\x1b\xdc\x45\x0a\x32\x0f\x3c\x53\x1a\x26\x11\xdf\x27\xda\x5e\x3d\xa1\x23\x29\xe3\x56\xe6\xb5\xfe\x13\x6e\xd8\xa3\x98\xdd\x93\x80\xf3\x37\x0a\x19\xa1\xc4\x37\x68\x8b\x77\xae\xb0\xaf\x49\x57\xbe\x12\x10\xed\xad\x1b\xf5\x9c\x27\x3d\xdf\x50\xe9\x1b\xbd\xb0\x9c\x2c\xc1\xe3\x1a\xd5\x66\x92\x7e\x96\x0c\x3d\x25\xed\x1d\xfc\xa8\x56\xd7\x23\x63\x32\xf0\x4e\x19\xcb\x94\xfa\xd1\x02\x58\x15\x99\x34\x91\xe6\x61\xaa\x57\x78\x60\x0c\x0e\x93\xc8\x03\x27\x6a\x6d\x18\x9f\x6d\x81\x59\x91\x6c\x8f\x8d\x3a\x3e\x5f\xcd\xa7\xd6\x89\x6d\x7f\x9f\xfd\x04\x09\xfd\x2e\x45\xa5\x60\x92\xe5\x0c\x1c\x90\x8f\xab\x7c\x55\xbb\xfb\xa6\x42\x5e\xb1\x35\x5c\x59\x82\x0e\x40\xbe\x33\x94\x68\x16\x1c\x87\x14\x9f\x09\x8c\x76\xd7\xda\x81\xbb\x42\x9f\x72\x85\x64\x60\x7d\x7e\x1b\x73\x73\x0f\xb1\xa0\x69\xd1\x44\xc3\x08\x8a\xdc\xc0\x86\x9c\xb8\x0b\x1a\xc9\xb9\xac\x17\x24\xe7\x82\xa6\x83\xec\x51\xff\x49\x2e\x7e\x74\x12\x28\xc6\x0b\x49\x61\x4b\x7e\x73\xf4\xc5\x29\x23\x9f\xc7\xeb\xdc\x9d\x4a\xe3\xd0\xed\x94\xf8\x50\x48\x5b\xf9\xf6\x6d\x67\xd2\x0a\x4c\xe8\x38\xf0\x71\x20\x55\xa2\x59\xdd\x70\x9e\x7e\x8b\xd2\xdd\x31\xb6\x83\x94\x11\xde\x33\x9d\xd1\xfd\x4b\x64\x1d\x21\x89\xa4\x25\x5b\x3d\xee\x05\x7f\x68\xa3\x25\x5f\xf5\x29\x9b\xce\xb8\xcd\x34\xb0\xf3\x28\xd9\xc4\xa2\x81\x9b\xeb\x21\x3a\x7f\x26\x13\xd6\x33\xeb\xd3\x63\x87\xf4\xdc\x24\x18\xa2\x03\x8f\x0e\x30\x16\x71\x6a\x3c\x94\x07\x5d\xf4\x45\xa4\x13\xd1\x17\xa9\xa4\xdd\xb4\x44\x55\xb7\xd1\x12\x7e\x79\x4a\x88\x0b\xe9\xc4\xbd\x4f\xd3\x0a\x4e\xfe\x09\x51\x4c\x1f\xad\x2c\xc9\x66\xd9\x47\xcc\x48\x6a\x32\xe4\xa6\xee\x64\xb0\xa8\x2f\x90\x5b\x19\xe3\xe6\xd6\xbf\x4f\x29\x44\x6d\x72\x8a\x52\x1d\xbc\x55\x39\xa1\x29\xf7\x5c\x98\x82\x62\x91\xd7\x12\xc6\x3d\x2d\x36\x18\x8e\x60\xae\xf5\x51\x49\x3d\x64\x27\xc7\xce\x8d\xa2\x5e\xe4\xe5\x05\xb9\x9f\x80\x03\x51\x1f\x07\xcb\x3e\x32\x43\x5e\x03\xb6\x2e\xf5\x14\xa3\x75\x40\x2e\x05\xc4\x8f\x38\x09\x2f\x18\xee\xc4\x89\x70\x86\xf2\xc3\xf7\x01\x85\x7d\xf0\xee\xb7\x0f\xa3\x4f\x02\xd6\x1f\x18\xb7\x92\xd3\x3f\x08\x88\x73\xe0\xb7\x38\x0e\xfb\x7e\x16\xfa\xb9\x42\x1c\xd2\x28\x57\x14\x8f\x14\xcc\x66\xe0\xdd\x13\x7d\x40\x2c\x15\x86\x7b\x43\xcb\x40\x41\x53\x29\x37\x5b\x3a\x69\xac\x7c\x98\xaa\x90\xb8\x81\xaf\xed\xbc\x9c\xd8\x2f\xea\xbc\x0b\x05\x77\x57\x5e\x80\x8d\x2a\x54\x58\x46\x73\x51\x1f\x93\x20\x08\xd7\x4e\xba\xc8\x39\x9f\x5e\x04\x97\x4e\xa0\x7c\x34\x6c\x06\xbe\xf4\xf3\x0a\xff\xd6\xaa\x19\x7a\xdb\x05\x1e\xb6\xd1\xed\x13\x1a\x68\xd1\x8a\x6c\x7e\x79\x71\x6e\x4e\xa0\x70\x89\x73\xa9\xd8\x9a\x17\x4e\x6e\xf5\x1b\xc5\x21\xb2\x37\x64\x40\x61\x45\xae\x6a\x73\x99\x4b\x57\x50\xb5\x64\xf3\x8a\x9f\x23\xf9\xce\x01\x8e\xd5\x24\x22\x2e\x33\xd3\x41\x93\x9f\x34\x74\xbc\x2d\x8a\xe1\x0e\x67\x94\x37\x71\x16\x4c\x3a\xbe\xa2\xa1\xf1\x8c\x13\xa6\xed\x21\xde\x7d\xea\x0f\x3e\x34\xf5\xdf\x9f\x92\x2f\xe9\x3d\x14\xd9\x9b\x40\xc2\xcc\xb4\xd8\xc7\xae\x78\x49\xeb\x4e\xb1\xad\x46\x8e\xa1\x89\x3e\x17\x6c\xc5\x2b\x98\xe2\xa3\x97\xf1\xb5\x67\x06\x2e\x5a\x87\x41\xb3\x54\xfd\x4a\x18\xb3\x6c\xb1\x21\x29\xd8\x38\x67\xff\x80\x5f\x84\x10\x40\x68\x3b\x12\x99\x31\x45\x82\x7d\x75\x10\xb4\x58\xe7\x14\x9a\xc7\x4d\x0c\x6a\xca\xbc\xce\xd4\x7a\xba\xa0\x8c\x37\x7c\xba\xa0\xc2\xc2\x39\xe5\x11\xc0\x74\xb3\xaa\xe3\xd1\xc1\x00\xd9\x84\xbd\xef\xc1\x26\xef\x0d\x59\x8f\x70\x0e\x86\xac\x87\x9b\xb2\x77\xfa\xcc\xdb\xa8\xed\x7b\xad\x4f\xf3\xf8\xf1\x63\xd8\xfa\xd0\x27\x8e\xa1\xa5\xca\x69\xd0\xd0\x20\xce\x3c\x6c\xe0\x33\xc2\xdb\x95\x6d\x89\x23\x8e\x6b\x3e\xbd\x88\x6d\xf9\xf0\xd0\x07\xce\xd8\xdf\x6f\x75\xad\xb8\x14\x95\x3e\x9f\x91\xe5\x65\x4c\xad\xf8\x94\x22\x69\x59\x3f\x9f\xe1\xa5\xf8\x00\x0f\x17\x11\x7b\xa5\x87\x55\x30\xcb\xb8\x71\xb3\xd7\x7b\x0e\x3e\x25\x3b\xa6\xf7\x13\xd6\x57\x88\x1c\x64\x62\x56\x82\x93\x7a\x60\xb7\xd1\xc4\xbb\x8a\x84\x22\x23\xea\x22\xf6\xf1\x85\xe6\x06\xf1\x5d\x64\x50\xe5\x3d\x94\xd1\x6c\x16\x69\x84\xce\xb1\xa0\xcc\x69\x23\x57\x29\x54\xb2\x89\x4a\xdb\x66\xaf\xe6\x17\x70\x7b\x31\xe7\x2b\x74\xe9\xa5\xf1\x13\x2b\xc2\x99\xcd\x6b\xbc\x85\xe7\xec\x86\x51\x46\xea\x75\x99\xd7\xec\x96\x55\x82\xbc\xd6\x38\x79\x52\xbb\x89\x83\xb4\xd6\xbf\x94\x79\xfd\x17\xbe\xd2\xf3\x36\xe7\xd6\x8d\x69\x30\x36\x0d\x8d\x19\x7a\x06\x3d\x83\x06\x7d\x44\xfb\xc0\xd9\xbc\x5c\x2f\x45\x95\x4f\x79\xf1\x56\xef\xf5\x89\xde\xf2\x4a\xfc\x50\x48\x5e\xeb\x66\xfd\xdc\xa4\xb6\x24\xa5\xd9\x66\xb9\x7a\xcd\x5f\xf7\x83\x06\x06\xec\x90\x3d\x86\xfc\x73\xde\xc3\x54\x1b\xc7\xb4\x96\x6d\x8d\xf4\x7a\x71\x2b\xa3\x5a\x62\xa5\x7e\x08\xa8\xad\xbf\x8e\xc6\x3e\xe7\xab\x91\x5a\x9f\xe3\x97\xf6\xa3\xbe\xbc\xfa\xe4\xdb\x3b\x48\x82\x00\xbb\xc9\xf3\xbe\xd6\x84\x98\xc1\x4c\xda\x1e\x3f\x7e\x64\x3d\x83\x5d\x74\xeb\xe8\xc1\xc4\x7f\xc0\xfa\x83\xea\xa7\x49\x40\xe5\x7f\x07\xe5\x58\xe4\x70\x67\xc1\xd9\xcb\xe3\x63\xc4\x50\xd1\x07\xe9\x92\xd7\xac\x2f\x46\xf3\x11\x7b\xf2\x98\xc9\x8a\x7d\xf8\xe2\xc9\xe3\xd5\xf5\x87\x2f\x06\xd0\x94\x7e\xc2\x61\xd3\x01\x64\x5a\x6a\x67\x51\xed\x0f\x5f\xa8\x27\x1f\xbe\x18\x8c\x48\x1c\xc7\xd8\x0b\xc8\x85\x8f\x77\x68\xc2\x7d\x18\xd5\x23\xff\x0c\xc2\xab\xb3\x83\xa0\x8e\xe9\xba\x4b\x0f\x16\x09\xd3\x74\x03\x83\x8b\xae\x01\xc8\x43\x48\x53\x10\x51\xa6\x9e\x19\xa0\x4e\x8f\x13\xbd\xef\xcd\xf9\xaa\x77\x9a\x14\xc6\x81\x7c\x2b\x79\xf5\x17\x5d\x67\x0b\x21\x3f\x63\x08\x0d\xba\x4b\x59\x8f\xec\x35\xdb\xd0\xeb\x31\xf1\x1d\x16\x20\xe5\x1d\x3d\xec\xf5\x62\x96\xe1\xe2\xf7\xcc\xc8\x9c\xc4\x48\xdd\xfa\xe0\x4d\xd8\x75\x2f\x05\x86\xc9\x82\x31\xdf\xb7\x95\x5b\xdf\x94\xe1\xb9\x0e\xda\x2f\x20\x9f\xc0\x7b\x7c\xc7\x9c\xaf\x3e\xcb\x97\xec\xdc\x4e\xf0\x2d\x64\x20\x5d\x15\x86\xb5\xc1\x8e\xd6\x3f\xfb\x3d\xd6\x1b\x04\x36\x37\x4d\x95\x78\xd2\x2f\xb8\xc2\xbb\xa9\x7a\xc1\x4b\x70\x4c\x86\x41\xa0\xa0\x5e\x9a\x8f\x7f\xbc\x72\xe6\x28\xd3\x83\x73\xf2\x7f\xfa\x6f\xb5\xe6\xa9\x19\x68\x7c\x37\xec\x43\x94\x88\x64\x29\x5a\xbf\x5d\x13\xcc\xf6\xaf\x8f\x8f\x9d\x7e\xe3\x00\xb7\x0d\xbf\x7f\x7c\x6a\x34\xb4\x41\x6a\x0a\xee\xd2\xd4\x93\x46\x53\xf1\x3c\x7c\x5f\x28\x31\xa4\x6f\xd5\x13\x12\xb3\x37\x30\xc9\x72\x05\x27\x2d\x57\x68\xdf\x82\xfb\x61\xad\x32\xe8\x62\xba\xc0\x42\x56\xf9\xdf\xb5\x26\x52\x00\xc5\x39\x52\x9c\xf2\x62\xba\x2e\x78\x2d\x32\xa4\xc7\x1d\xc6\xae\x29\xdf\x8c\xb9\x05\x65\x1e\xa7\x34\x68\x7b\x68\x4c\xee\x76\x9a\x9a\xaf\x3b\x8f\x18\xc3\xbf\xe1\x47\xeb\xd1\x32\xb4\x07\x8b\xf9\x8b\x99\x9f\xa2\x9e\x8e\x88\xe9\x23\x68\x44\x70\x6a\x98\xe6\x91\xc2\x20\x1c\x05\x40\x84\x08\x93\xa8\xf3\x68\xc2\x46\xdd\xf9\xc4\x96\x5e\xf7\xc5\x13\xf6\x14\xfe\x7d\x6a\x07\x11\x1e\x5e\xfe\xd7\xd0\x28\xda\x8f\x9d\xb7\x34\xcc\x09\xeb\xdb\xa4\x07\xc8\x0c\x2d\x98\x4f\xa0\x86\x35\x64\xcc\x8e\xc2\xc1\x09\x62\xe6\xa3\x71\x8a\x10\x2b\xf6\xdf\xfb\x2e\xda\xc1\xf3\x06\x83\xa6\xb7\x4d\x96\x48\x2f\xfe\x8a\xb3\x3f\xb1\x13\x11\xf0\xc6\x60\x64\x58\xd4\x6c\xf2\xe7\xcd\x2d\xde\xa4\x5c\xaa\xe9\xa5\x2d\x89\xad\x12\x61\xdb\x15\xdc\xd7\xf5\x4d\xbd\x27\x4e\x72\xa7\x27\x4f\xad\x54\xea\xdd\xcb\x6e\xeb\xfe\x89\xe9\x9f\xfd\x81\xf5\x58\x8f\xfd\xa1\xbd\xe8\xd3\x70\xa8\x83\x06\x4c\xe2\x8d\x15\x46\x86\x21\x7d\x44\xca\xd0\x2f\x75\x5e\x34\xc0\xe8\x1a\x69\xf2\xee\xa4\x74\x79\x97\x0a\xf8\xc0\x78\x28\xfb\xbf\x9c\xed\xb8\x4b\x3d\x73\x01\x8e\x3f\xa3\xa8\xb3\x25\x57\x95\xaa\x79\x55\x13\x12\xe8\x1e\xfc\xa0\x1c\x68\x90\x00\x0d\x9e\x8a\x66\x7e\xac\xed\x59\x01\x61\x60\x5e\x42\x38\xef\x29\xe6\x81\x6b\xc9\x53\xe4\x99\xb2\xfd\x89\x79\x6f\x34\xeb\x53\x9b\xbf\x28\x36\x3b\x8f\xdb\x66\x2b\x99\xbc\xc8\xb0\xf4\x1f\x72\x97\x1b\xc7\x32\xf6\xa1\xa1\x3e\xc0\x2b\x35\x30\xfe\xf3\x4a\x5e\xd1\x9f\x57\x95\xe5\xc2\xae\xd6\x8b\x22\x9f\x97\xc3\xb0\x79\xff\x19\xe5\x86\x45\x24\x55\xc3\xc3\xc3\xbc\xef\x5e\x0e\xa3\x0f\x9f\x2d\x97\xd0\xfe\x23\x26\x54\x91\x97\xf5\x1e\x8d\x80\x65\x5a\x5d\x9c\x82\xae\xb8\xef\xfd\x0d\x7c\xd2\xf6\x4a\xf0\x1c\x78\x96\x91\x89\xf1\xe1\x43\xfa\x6b\xe4\xbf\x3e\x4c\x3d\x1c\xd3\x85\xff\x9c\xaf\x3c\x9d\x6e\xc9\xaf\x11\x3f\x3b\xd5\xa6\x7b\x79\xd8\x7c\x64\xda\xb3\x4f\xc2\x56\x01\x13\xbd\xa5\x51\x7c\x77\xd8\x78\xe2\x35\x09\x0f\x9e\x35\x78\x68\xaa\x41\xf3\xea\x30\x7e\x60\x9a\xf3\x19\xb3\x9b\x7b\x51\x6e\x9d\x7a\x8f\x48\xe9\xe0\x1f\xba\x43\x1e\x89\x83\x38\x54\xdf\x9b\xe9\x64\xe6\x28\x47\x95\x3f\x03\x6c\x2c\x9b\xb0\xb3\xff\xb8\xd9\x7b\x3c\xfa\x23\x7b\xe4\xda\x1c\xc1\x91\x7b\xfb\x1f\x37\xee\x89\x96\x2a\x6f\xcf\xbc\x99\x30\x94\x9c\x68\x07\xc7\x68\x1b\xa1\x9f\xb6\x05\x12\xba\xe8\x0a\x09\x31\x9f\xd0\xc7\x11\x41\x9f\x8a\x82\xc2\x1e\x1d\x26\x53\x25\xe6\xbc\xca\xc0\x37\x4d\xce\x60\x97\x69\x6d\x36\x33\x38\xc2\x11\x75\xda\x84\x66\x26\x96\xa8\x0b\xbb\xfb\xd6\x1b\x91\x01\x0d\x8e\x06\xb5\x7b\xef\x72\xb9\x94\x16\x86\xdb\x1b\xc1\xfe\xbe\x07\x96\x6c\x83\x8b\x2a\xd7\xc5\xf9\x06\x44\x20\x60\x54\x47\xb5\x58\x62\xb5\xde\x01\x7b\x34\x2e\x65\xdd\x1f\x19\x1e\xa9\xdf\x05\x60\xc5\x3e\x06\x73\xc0\x48\xc8\x88\x62\xc0\xfd\xc3\x3c\x58\xfa\x8c\xd7\xdf\xd1\x21\xb2\x07\x59\x8c\xda\xf3\x18\x45\x69\x92\xf5\x70\x7e\xad\xf4\x09\xd3\x6b\x82\x87\x9b\xfd\x14\x3f\xc4\x7d\x1b\x3c\x35\xc9\x32\x62\xf8\xe8\xed\x40\xe6\x0b\x97\xb4\x2c\xcc\xb3\xe1\xc3\x36\x47\xcc\xb9\x81\xa9\xfc\xde\x13\xe6\x0f\x59\xef\x6f\x6b\x55\xe7\xb3\xcd\x4b\xca\x8a\xca\xf4\xc0\x2c\x40\x75\xef\x74\x6c\xce\xd5\xf7\x51\xbb\xa7\x5a\x5a\x4b\x1f\x04\xf1\x88\x82\x83\x61\xdb\x78\xbc\xce\xf5\x58\xa2\xe1\x79\xe3\x09\x5a\x85\xd1\xa4\x0e\xa0\x78\x2c\x71\x4e\x94\xc6\x2a\xef\xef\x23\x44\x5a\x51\xc8\x2b\x61\x60\xdb\x42\xf0\x2d\xdb\x46\x54\x0f\xd1\x07\x4c\xc4\xbf\xc3\x3b\xc8\x4b\xf2\xfb\xf6\xf0\x10\x28\xb9\xbb\xe6\xa1\x08\x72\x1d\x44\xd1\xb6\xa3\x95\xa7\x57\xba\x31\xa9\x86\x52\xfc\x23\x5f\xcf\x2e\x10\x0e\x4b\x10\x9f\x6b\xf7\x74\xe8\xdd\x0d\x96\x61\x2a\x96\x66\xd6\x88\xb6\x69\x6c\xff\x82\xad\x1b\xc9\x61\x93\xc7\x1c\x3d\x51\x90\xb0\xc1\x77\x28\x79\x22\x57\xe3\x88\xb3\x27\x4a\x19\x00\xf3\x8e\x82\xdb\x76\xe9\xb9\xbc\x3e\x06\xb7\x9f\x31\xeb\x61\xce\xa0\xbd\x73\x19\x4d\x81\x55\xbe\x7c\xa9\x3b\x56\x30\xe2\x28\x6e\x74\x87\xf1\x91\x34\xb4\x0e\xdc\x1f\xc0\xbd\xa6\xd2\x8c\x2f\xd4\xd3\x35\x15\x3e\x4e\x70\x9e\xe8\x2c\x44\x68\x46\x9f\x3a\xce\xa0\x5d\xfd\x8b\xfd\x81\xf9\x27\x65\xcb\xd9\x39\x38\x4b\xf2\x42\x64\x54\x97\x90\xeb\xd4\x7f\xdf\x9e\xf1\x41\x1f\x0a\xa9\xf4\x53\x06\x13\xff\xec\x3f\x6e\xb6\x1e\xc3\xcc\x94\xd9\x7e\xe4\x47\xe3\x62\xcc\x61\xd3\x46\x51\x41\xf8\x5f\x9c\xca\x0a\x9d\xfc\xfc\x63\x31\x28\x90\x06\xd3\xff\xff\x39\x74\xf7\x58\x3a\xb8\x5a\x94\x60\xc1\xe8\x2a\x7a\x50\x7e\xae\x05\x86\xb9\x17\x62\xb2\xdb\x69\x07\x59\xb3\x57\x6a\xff\x18\xae\xea\x53\xdf\xd6\xdd\xd3\x41\xaa\x83\x98\x02\xef\xb3\x33\xcc\x5e\xbb\xcb\xae\xde\xbb\xc7\xae\xde\x2d\x3d\x0a\x63\x0f\xee\xb7\x80\xd8\x79\xb0\x86\x71\x66\x33\x7f\x09\xfe\xd1\x93\xfc\xe3\x5d\x97\x7e\x6f\x87\x51\xdd\x75\x72\x4f\x7d\xcf\x5f\x5f\xf3\x4f\x98\xa2\xee\x96\xb2\x73\xe7\x4c\x29\xde\xea\x05\x5c\xa1\xbf\x6d\x33\x0e\xd8\x3d\xd6\xdb\x93\x14\xe2\xa4\x43\xed\x72\xf4\x9d\x65\x9f\x84\xec\x9e\x92\xdc\xef\x7a\x66\xb7\xcb\x01\xae\x4c\x6b\x2e\x17\xa4\xc4\xf0\x28\x8a\x99\x19\xc4\xdd\x69\x3e\x85\xc7\xa3\x16\x2f\xf5\x6c\x6e\x02\x15\x93\x89\xeb\xa9\x58\xd5\x1e\x32\x4d\xf0\x36\xc7\x6b\x12\xab\xf0\x99\x60\xab\xc8\x0e\xe4\x3a\xa5\xfb\xce\x82\xbb\x96\x64\x29\x74\x3b\x00\xbb\x15\x9c\x1b\xfe\x7a\x1b\x75\xcf\x4b\x0a\x36\x80\xd5\xb0\x2f\x60\x74\xe6\xcd\x69\x20\x75\xb2\xee\x73\x81\x45\x72\xe3\xd9\x0e\xdc\xad\x7b\xff\x75\xb3\x31\x16\x0a\x95\x67\x9d\x3b\xbd\xbb\xa3\xd3\x68\x5d\x3b\x45\x8a\x54\x46\x9e\x79\x25\xaf\x12\x19\x22\x31\xa3\x11\xbc\xd4\x5c\xaa\xae\xd6\x82\x1d\xb2\x27\x6c\xec\x9b\xf4\xfc\x76\xba\x85\x92\x7f\x84\x48\xe2\xc6\xd2\x25\x8e\xfc\xde\xc2\xc8\xf6\xf4\x99\x09\x90\xa8\x25\x87\x48\x49\x42\x88\x02\x78\xf1\x95\xac\x31\x1c\xd1\x04\xd5\x23\xc4\x99\x17\x25\x5b\x5a\x0d\xd2\xe1\x6f\x23\x8a\x96\xf2\xa3\x3b\xcf\x05\xa5\xe5\x80\x2c\x71\x29\xd6\x1f\xdb\xf4\xb7\xdb\xe6\xb7\x9b\xe7\xf5\x94\x36\x4c\xf4\xfa\x61\x68\xa6\x77\x4f\xda\x4d\xf5\xba\x4c\xd3\x5c\xbf\xa3\x39\x5d\x57\x8e\x2d\xf1\xb0\xe6\xbf\x8f\xa9\x3f\xb0\xcb\x47\x5f\x38\x4e\x4d\xcd\x1d\x8c\xf4\xc9\xb9\x8a\x0c\xf5\xb8\x3b\x99\x42\x7b\x79\x64\x3e\xc7\x0f\x1f\x86\x76\x7c\x34\x2d\x78\xc0\x2e\x43\xcc\xa8\xc2\x26\x74\xd0\xfd\x4e\x16\xf6\x4e\x31\x03\xfd\xc3\x92\x79\xc0\x77\x90\x40\xbc\x1c\x6b\x98\x1c\xc6\x3f\x97\x51\x11\xb4\x66\xed\x48\x3b\xb7\x67\x74\x68\xa7\xfe\x14\xe9\x20\x2d\x66\x7c\x7e\x06\xdc\x0f\x4d\x9c\x1f\x3f\xb2\xfe\x03\xd3\xf6\x03\x24\x88\xc1\x20\xd1\x51\x33\x4b\x9d\x6b\x13\xab\x85\xf9\xd6\xc2\x6e\x52\x12\xba\x69\xf1\x49\xf2\xe8\xe1\x09\xa6\x0c\xcf\x8e\x45\x31\x1b\xdb\xcd\xf9\x9e\x5b\x46\xcb\x5b\x18\x2c\x1a\xc5\xa2\xfc\x89\x98\x63\x19\x89\xfa\xdf\x8f\x27\xbb\x3d\xee\xf8\xf2\xfe\xa3\x47\xec\xdb\xbf\xa9\xeb\x77\xeb\xb2\xce\x97\x02\xbf\x21\x9f\x62\x62\x20\x7a\xe7\xe1\x44\xea\xc7\xbb\x23\x8d\x78\x80\xa2\x51\xe0\xdb\xd0\x61\x54\x36\x71\x40\x66\x72\x5d\x66\x70\x0b\xb3\x57\x88\x39\x9f\x6e\xe2\xcb\xdd\xd7\xbc\xce\x2f\x4d\xaa\xb9\x45\xbd\x2c\x08\xc3\xf3\xad\x73\x26\x6f\x1c\x29\xe9\xe4\x79\xd1\xbc\x20\xe8\x7a\x94\xaf\xce\x9d\x13\xad\x69\xf1\xba\x4f\x25\x0b\xd4\x61\x3b\x0b\x3e\xbc\xf3\x24\xb2\xaf\xfe\x8a\xc1\xed\x29\x26\x7f\x99\x8b\x2b\x60\xf1\x18\x9f\x13\x73\x6d\x97\x81\xc4\xe3\xb5\xd6\xa7\xd3\x4d\x25\xb2\x5a\x6f\x6e\x09\x4d\xe8\xc7\x93\x9f\x7f\x72\x09\x93\x9e\xeb\x9f\xaf\xf2\x4b\x9a\xf2\x83\x03\x73\xae\x24\xd7\x01\x2f\xf7\xf7\xf7\xa3\x0b\xcf\xbd\x52\x5c\xd7\x7b\x90\x55\x51\xfc\xb7\xfe\xbf\x0f\x65\x98\x98\x85\x4d\x26\x10\xa4\x13\xdf\x93\xe8\x67\x4d\x07\x0b\x9c\xcf\x89\x83\x95\xde\x36\xf7\x76\xd0\xc1\x09\xd1\xcb\xf2\x4b\xba\x9b\x8a\x0e\x92\xe7\x88\x9d\x0a\xe9\x73\x6e\x46\xa3\x91\x37\x6b\xb7\x07\x37\x66\xd0\xb7\xcf\xf7\x5d\xb9\x83\x67\xdd\xc7\x76\x47\x62\xc3\x70\xf0\x07\x36\x58\xd2\x16\xe9\x07\x54\x41\x5f\x11\x04\x2d\xf4\x02\xf9\xc4\x8b\xeb\xa5\x2f\xa3\x31\x99\x00\x12\x5b\xfa\x7f\x34\x53\x18\x42\xce\xa5\x57\xee\x92\x37\x66\x13\x69\x1e\x91\x66\x08\x4d\x66\xe0\x71\x93\xd4\xde\x76\x7f\xed\xec\x75\x12\x10\x6f\x92\x69\x38\x86\xd1\xc6\x91\x92\xf1\x03\xe1\x78\x5a\xb8\x8e\xcf\x71\x76\xe7\x36\x5c\x8d\xd9\x3b\x69\xd3\x9d\xe1\x9e\x8a\x65\x45\x70\xd7\xd0\xea\x24\xe4\x7d\x8a\x65\xc0\x78\x95\xfa\x3d\x72\x5e\x61\xe1\xae\x05\xdf\xe4\x5e\xd3\xd5\xc1\x08\x42\x9e\x65\xac\x17\xbb\x2f\x78\x65\xcc\x75\x40\xe4\x8d\x60\x4a\x58\xa9\xad\x17\x8a\x6d\x11\xa7\xd8\xdf\x37\x1b\xba\xe2\x73\x88\x5d\x29\x85\xc8\xcc\x8d\x76\x3e\x2f\x65\xe5\xb0\x77\x00\xc3\xd6\x80\xae\xe3\xc7\x29\xcb\xa7\x3f\x10\x02\xa9\x82\x89\xdf\x9a\xa0\x8b\x00\x1a\x83\x14\x42\x9a\x95\xe2\xe8\x83\x46\x7c\xaf\xd1\x27\x56\xf0\x4a\x66\x40\x09\xea\xbd\x7f\x7c\x3a\xb0\xc5\xe3\x37\x23\xcc\xa9\x30\x99\x44\xdf\xff\x01\x20\x3d\x6e\x12\x95\x20\x51\x6b\xd4\x48\xf8\x15\x3e\x8b\xdf\x32\x0d\x4b\xbe\x0a\x07\x3b\xa4\x53\x24\xc8\xde\x47\x9f\xd5\xe0\xad\x43\x96\x97\x99\xb8\x36\xae\x83\xbe\xab\x9b\x9e\xc3\x07\x68\xf0\x69\xe4\x80\xb1\xc7\x90\x17\x2d\xa8\xcb\xff\x96\x2b\xdb\x01\x8e\xc2\x8f\x50\x0c\x72\x54\xd8\x31\x8c\x1b\x9b\x35\xc0\xde\x50\x24\xef\x3e\x48\x79\x2b\x39\xc7\x02\xd6\xc8\x38\x55\xc8\xd2\x26\x9c\x82\xa1\x0c\x23\x48\x8f\x78\x20\xc3\xe0\x2d\x54\xc1\x65\x71\x9d\xb5\xa5\x40\x83\xc2\xcf\x82\xfd\xf0\xd9\xc4\x0b\xcd\x22\x3a\xa4\x8b\xad\x52\x40\x93\x89\xa6\x4f\x7f\xc3\xb4\xe8\x6b\x8d\x93\x5c\x53\x26\x68\xf3\xe1\xb0\x18\x20\x9d\xd2\x82\x9b\x64\x2a\x06\x1d\x1d\xdc\x04\x34\x6c\x25\x09\x7c\x69\x1b\xf6\xe5\x0b\x7c\x98\x72\xf4\xec\x96\x56\xd2\x1d\x85\x22\x8b\x8b\xae\xf4\x09\x3a\xf7\xc4\x16\x9b\x13\x73\x30\x66\xfa\x39\x04\x30\xa3\xf7\xac\x3b\x05\x4d\xe0\xe2\x11\x04\x6e\xc9\x6a\x33\x64\x57\xc2\x07\x66\x3f\xc7\xd4\xa7\x80\x76\x81\xb8\xde\xb9\x39\x8f\x80\xa3\xb8\x23\x8a\x5a\xfa\x51\x5e\x89\x4b\x51\x61\xfe\xe5\x8a\x4d\x45\x05\x28\x64\xeb\x72\x5a\x08\x5e\xb1\x69\x5e\x4d\xd7\x4b\x4c\xaa\xa0\x58\x5f\x09\xc1\x16\x75\xbd\x52\xe3\xfd\xfd\x79\x5e\x2f\xd6\xe7\xa3\xa9\x5c\xee\x2f\xf3\x69\x25\x95\x9c\xd5\xfb\x56\xba\x40\x95\x6b\xff\xc9\xe3\x3f\x7d\xf3\x47\x34\x93\xef\xef\x63\xd2\x04\x4c\xa0\x92\x67\x5a\x37\xab\x21\x4e\xdb\x25\x77\xc8\x84\x5a\xe5\x35\x3a\x51\xbb\xfc\x83\xcb\x15\xd2\x29\xfa\x91\x21\xbc\x1a\xb8\x63\xf3\xa5\xf0\x51\x22\x88\x5e\x1e\x3c\x80\xf9\x33\xec\x95\x26\x11\x9e\x81\x9f\x31\x8e\xa0\x67\x0b\x3c\x78\x00\x0b\xe1\x40\x25\x7c\x06\x37\xc0\xb9\x33\x65\xf7\xf7\xbd\xd5\xc8\x95\x05\x62\xcb\x12\xc9\x41\x00\x39\xe8\x4a\x58\x1c\x4e\xb3\x1e\x2a\x88\x23\xf6\xf0\xf2\x9d\x3a\xda\xdf\x3e\xa2\x74\x56\xa4\x41\x88\xdb\x12\xac\xb8\xf7\xe6\x83\x0f\x57\xe0\x49\x28\x1e\x08\x98\x2e\x82\x62\xb5\x6d\xa1\xc3\x6e\xb6\x4d\xf8\xb6\x58\x1c\x5e\xbb\xbb\x8a\xeb\x7a\x9c\x6d\x22\x7b\xb7\xb8\x1e\x89\xea\x70\xf4\xe9\xef\x1b\x07\x5f\xdb\x2d\xc4\xdf\x31\x51\x38\x70\x4f\x6b\xf4\x0a\xc0\x29\x23\x91\x1a\xc7\x7c\xe9\x49\xd3\x68\xaa\xd4\x7b\xf8\x3b\x99\x6d\x8e\xa7\x95\x24\xcf\x5d\x3a\xa9\xa2\xa7\x90\x6d\x07\xd0\x1e\xed\xa4\xbc\x13\x33\x1f\xf4\xb2\x55\x06\x37\x42\xed\x9b\x4b\x51\x15\x7c\x63\x38\x3a\xfd\x0c\xf2\xce\xfb\xcf\x7c\xb1\x97\x9e\x37\x45\xdd\xb9\xa8\x03\x3b\x6f\x73\x36\x9e\x6f\xef\xe8\xa0\x1f\xac\x08\xb4\xc1\xa8\x04\x64\x4f\x34\x31\xe7\xd1\x1e\x78\x1e\x7d\xd2\xcd\x2d\x89\x1f\xab\x2a\xbf\xe4\xb5\x60\xbf\x81\xab\xd7\x89\x5c\x4f\x17\x6e\x3a\xc7\x8c\x50\xe1\xfd\xe3\xaf\x5a\x4f\x6b\x59\xf5\x09\x36\x23\x68\xd7\x49\x61\xeb\x95\xa8\x5c\x32\x53\x73\xd0\xa5\xd6\x05\xb2\x5a\x86\xd0\x57\x37\x2c\x35\x18\x40\x9d\x2b\x94\x00\x29\x5e\x57\x1a\x39\x13\x03\xc3\x07\xc9\x8f\x60\x93\x64\x73\xfe\x71\xb6\x5a\x9f\x17\xf9\xd4\xe1\x0d\xbc\xca\xb3\x9f\xe5\xba\xac\xfb\x83\x31\x03\x5f\x09\xfa\xac\x07\x1d\xbd\x3c\x7c\xd8\x24\xc7\xfe\xa0\xab\x97\x5f\xf3\xa2\xf8\xa5\x5c\xde\xa3\xa3\x78\x33\x24\xfb\xa1\xdc\x6b\x83\x31\xe4\xc7\x32\xc9\x67\x6e\xc2\x89\xce\xd5\x2b\x5e\x5d\x60\xd8\xc4\x98\x7e\x05\x56\x74\x32\xe2\x5b\xd5\x34\x9a\x7a\xbf\x35\xda\xb4\xf7\x96\xbf\x5c\xc3\xc3\x90\x01\xc4\x58\x63\xb1\xd1\xde\x33\xd7\xe3\x38\x1f\x78\x12\x28\x85\xee\xc0\x3f\x0f\x5a\x2d\xa8\xcc\x7c\x3b\x89\x9d\x83\x18\x22\xec\x79\x96\x5f\x82\x8c\x63\xbe\xf2\xd6\xb5\x31\xb9\x89\xcc\xf9\x2e\x25\x5d\x14\x9e\x7f\xc3\x7e\xcc\xe7\x8b\x97\xb2\xac\x2b\xae\x6a\x73\xb9\x39\xfc\xa4\x38\x92\xcf\xc2\x9c\xb6\xdf\x43\x51\x55\x3c\x3a\xf4\x63\x3d\x5d\xc1\xab\xbd\xbd\x8c\x57\x17\x2d\xb7\x48\x5a\x56\x36\x4e\xdb\x31\xef\x70\x43\x1f\x8c\xe3\xb1\x37\x6c\x8c\x0d\xd2\xcc\xd5\x6b\x59\xc2\xbf\x7a\x44\x2d\xf7\x3c\x37\x6c\xc5\x0b\x51\xd7\x86\x7b\x38\x88\xbf\x7f\xc0\x3d\x50\xdb\x65\x4f\xc7\xfd\x90\xa7\x40\x9d\xf3\xe9\xc5\xbc\x92\xeb\x32\x7b\x29\x0b\x59\x8d\xcd\x97\x8c\xae\x16\x79\x2d\x4e\x20\xf9\xc9\x7a\x2a\xca\xfa\x2b\x3f\x46\xb4\x96\xab\x30\x68\xb4\x42\xfb\xc4\xe3\xc0\x35\x03\xbd\x3c\xfd\x67\x05\xb8\x0e\xf8\x4f\x56\x52\xe5\xe8\xea\xd2\xe3\xe7\x4a\x16\xeb\x5a\xec\xe6\xbd\xf1\x3e\x45\xeb\xa7\x0d\xc7\xa2\x73\xba\xec\xe8\x3d\x59\x5d\x33\x25\x8b\x3c\x63\xbf\xe6\x65\x26\xaf\x4e\xc4\x75\xdd\x8b\xdc\x06\xe4\x8a\x4f\xf3\x7a\x13\x8e\xb0\xcd\x51\xe8\xd6\xf7\xe1\x05\x2a\x89\xae\x59\xc0\x71\x55\x4b\x01\x9b\x31\xeb\x61\xbe\xf6\x5e\x4b\x6d\xa0\xad\x87\x0f\x3b\x1c\xe6\x3d\xf6\xc1\x62\x3f\xe0\xd6\x35\x3c\x2f\xf8\xf4\xa2\x6d\x0d\xd3\xde\xc8\xe9\xcb\x9f\xdb\xc6\x0d\xf8\x0e\x16\x52\xc2\x69\xde\xc5\x36\xe9\xcb\x18\x4d\x7e\x72\xce\x95\x88\xcd\xa4\xad\xcc\xa7\xf5\x72\xe3\xf3\x4a\x5d\x01\xfb\xa1\xf7\x1d\xc2\xb5\xdf\xf9\x01\x18\x8e\xf4\xdc\x00\x34\x71\x38\x30\xff\x89\x37\xb6\xc6\x63\xf5\xa1\x3c\xe8\x7b\xd3\x36\x74\x93\x32\xf4\x63\x4b\xf1\x86\x7e\x2a\x57\x5a\x3c\xf7\xb8\x2c\x9c\x41\x77\x5a\x4e\x04\x92\x55\xb5\x0f\x4c\x4f\x8f\xe2\x72\x47\x4a\x2e\x65\xb5\x5a\xe4\xd3\x9f\xf8\x46\xae\xeb\xef\x67\x33\xad\x7d\x6e\x81\xca\x77\x21\xc5\x3f\xcb\x2c\x9f\xe5\x22\x63\x67\xba\x07\x5e\x14\x9a\xc2\xcf\x0c\x16\xb6\x87\x27\x01\x08\x50\x46\x63\xad\x04\xe8\xb3\x53\x41\x1e\x5a\x75\x0e\x17\xf5\x6b\x40\x37\x11\x15\xc2\x84\x83\x13\xaa\x05\xe8\x5e\x4a\x55\xef\x55\x42\xef\x8d\xc2\x66\x5c\x9e\x52\x87\x91\x0a\x3c\x62\x2f\x6d\xa6\xd4\xd9\xba\x00\x8c\xc9\xbc\x5e\x93\x05\x1e\xe0\x7f\xb8\x1a\x43\xd3\x7b\xec\x7b\x08\x40\x58\xf0\x32\x2b\x44\x45\x89\xcc\x45\x39\xcd\x85\x62\xd3\x05\x2f\xe7\x82\xd5\x52\xb2\x59\x25\xfe\x7b\x0d\x7d\x0f\x4d\x03\x5e\x3a\x17\x4a\xd9\xb6\x84\x30\x35\xaa\x05\xd1\x42\x8f\x18\xa3\x4f\x44\x29\x6c\xc8\x64\xc5\x2e\x65\xc1\xeb\xbc\x10\x26\x3a\xda\x6b\x0f\xd0\x73\xf5\x62\xbd\xca\xd5\x8a\xd7\x90\x11\x51\x0f\xd2\xcc\x2c\xe6\xd7\x83\xfb\x56\x9a\xc1\x0c\x43\xb8\xa7\x7c\x55\xaf\x2b\x61\x51\xab\x58\xdf\xb4\xca\xd9\x15\x70\x51\x26\x82\x0f\x95\x15\x5b\xa3\xcc\x49\xc3\x34\x2f\xf4\xd2\xf5\x14\xab\xc4\x3c\x57\x35\x24\x3c\x92\x90\x30\x52\xaf\x0e\x1a\x98\xf9\x74\x2a\x94\x32\x28\x3e\x90\xcc\x8b\xb0\x7d\x2d\x1e\xd8\x91\xc9\x60\x5b\x0c\xd9\x0a\xc6\x1a\x11\xc8\xba\x84\x20\xab\x8d\x5c\xf7\x2e\x05\x13\xe5\x54\x8f\x84\x7a\x73\x20\x23\x95\x3c\x2f\xc4\x52\x31\x7e\x2e\x2f\x85\x43\x1b\x33\x16\x16\xa0\xfc\xbf\xa9\x91\xac\xe6\xfb\x99\x9c\xaa\xfd\x85\x94\x17\x6a\x6f\xc6\xff\x7b\xb4\xa8\x97\xc5\xff\x5a\xc8\xab\xbd\x5a\xee\x55\x82\x67\x7b\xbc\xdc\x93\xb3\x5a\x94\x7b\xb0\x3c\x79\x39\xdf\x83\xd9\xdf\xd3\x74\xbe\xb7\x56\xc2\x90\x52\x0c\x69\x36\x2b\xd9\x1e\xe4\xaf\xb1\xb4\x16\xc2\xf6\x98\xc4\x8c\x6b\x83\x7b\xef\xa5\xb0\xb5\x25\x6d\x46\x3f\x5a\x36\xc2\x65\x57\x90\x9f\x26\x49\xf7\x96\xe6\x59\x1b\xcd\xb7\x40\xaa\xaf\x95\x00\x8a\x36\x53\xfd\xfc\x45\x35\x77\x58\xe7\x84\x8f\xfb\xfe\x74\x48\x01\xf3\x07\xfd\x59\x39\x66\x7d\x9b\xe4\x52\x97\x06\x9b\x34\xbe\x1e\xf8\x42\x97\xe9\xf9\x9d\x98\x59\xab\xf8\x5a\x89\x77\x62\x66\xa0\x2c\x67\xe5\x41\xbf\xef\x9b\xb4\x1b\x99\x23\x5f\xf2\xb2\x94\xd8\x14\xe3\x65\x44\x93\x57\x0b\xbd\x2b\x2c\x4a\x7e\x6f\x10\x1a\x78\x5b\xd9\x55\xd8\xa7\x37\x4c\x03\xb8\xa7\x55\x46\x32\xf1\x0f\xd9\xfb\x59\x79\x3a\x08\x32\xdc\x22\xb3\xa4\xec\x00\x80\x0a\xe2\xd1\x2a\xf8\x91\x96\x90\x69\x55\xaf\x89\x63\x5d\xb9\x32\x29\x03\x71\x1d\xa9\xbd\xbe\x57\xb7\xa7\x34\x43\x51\x88\x3d\xa7\xcb\x97\x00\x19\x6b\x60\xbb\x86\x18\x5b\xc5\xe6\x6b\x5e\xf1\xb2\x16\x88\x51\xe8\x52\x68\xc3\xb8\xe8\xe3\x12\x4b\x14\xa8\x70\x96\x3c\x27\xa9\x09\x78\x16\x1a\xcf\xa9\x80\x69\xd3\x0f\x88\xdf\xed\xa8\xf1\x80\x05\xa5\xbc\x20\xfa\x56\x9b\x72\xba\xa8\x64\x29\xd7\xaa\xd8\x30\x71\x2d\xa6\x5a\xbf\x03\xe6\x44\x63\xbb\x5a\x88\x28\x61\x14\xcc\xca\xb9\x5c\x43\xda\x1c\x62\x48\x0d\x58\x41\x5b\x7f\xcf\x22\x4f\x62\x9e\xcf\xa2\x60\xd9\x1a\x5c\xdc\xfc\xaa\x31\xd4\xc3\x5a\x09\x52\xaf\x21\xbf\x2b\x35\x36\x66\x38\xb1\x5a\xdd\x1e\x44\xea\x05\xb5\xd6\x24\x74\x5b\x1b\xa7\xcc\x95\xf3\x28\xcd\x14\x81\x12\xb6\x32\x51\x2a\x99\x2f\x71\x49\xc3\x64\xb2\xcd\xc6\x0e\x47\x7d\x7b\xff\x41\x42\xde\x7b\x94\xf2\x9a\xd8\x05\x3b\x88\x05\x6f\x79\x29\x8a\x48\x70\x83\x67\xb1\xd8\x66\xe4\xb0\x1f\xe4\x74\xad\x4e\x2a\xbe\xfa\xbf\xb2\x14\xd1\xb5\x2e\x88\x88\x41\x81\x44\x03\x3f\xf1\x8d\x49\x01\x16\x56\x84\x17\x5b\x24\xbf\xa8\x8a\x91\x88\x52\x37\xcf\x9b\x42\x34\x32\x09\x6d\x53\x97\xdf\x89\x19\xa5\xcd\xd1\x7f\x6b\x96\x63\x8d\x91\xd4\x64\x0c\xa2\xbb\x83\x7c\x6c\x1a\xff\x6e\x5d\xd7\xb2\x8c\xa5\x53\xa8\x86\xaf\x12\x75\xde\xca\xd5\x7a\x95\xfa\x72\x78\x11\xee\xba\x9b\x6f\x33\x39\x7d\xc9\x6b\x31\x97\xd5\x06\x17\xf6\x36\x24\x7d\x38\x50\x66\x7c\x2a\xd8\x11\xbc\xa6\xab\x11\xa8\xcf\xd8\x23\xf6\x03\xa6\x75\x46\x2c\x2f\xfd\xbe\x96\x4c\xae\x04\xe6\xe0\x26\x18\x00\xfd\xdb\xdf\x26\x16\x4d\xa0\xab\x91\x2c\x57\xcb\x5c\x29\xbf\x1d\x7a\x34\x66\x7d\x71\x79\x68\x44\xef\xff\x14\x9b\x73\xc9\xab\x0c\x4e\x2b\x30\x02\x19\x0b\x10\xfb\xc8\x82\x97\x7e\xff\xb7\x9f\x36\x0b\x61\xe6\x8f\xa4\x39\xca\xee\x92\x83\x78\xca\x2c\x94\xe8\xd4\x3b\x1a\x8c\x30\xb4\xb0\x13\x6d\xfb\x84\x24\x7f\x14\x00\xeb\x2e\x31\x2a\x31\x83\x4b\x78\xac\x98\x97\x73\x6a\x1d\x26\x11\x2d\x76\x98\x4d\xdc\xe5\xa4\x24\x0f\xb3\x54\x6a\x3c\x66\x11\x1b\x9c\x25\xf5\x70\xec\x51\xf7\x73\x1c\xd5\x41\x63\xed\x7e\x5d\x08\x3a\xef\xcc\xe2\xe5\xf6\xe2\x85\xd0\xdf\xb5\x20\x37\x03\x5f\xcd\x21\xca\x39\x98\x59\xd9\x2e\xb5\xaa\xf9\x06\x88\x04\xce\x71\x96\xcf\xcc\x4a\x07\xf5\xc1\x58\xdb\xd1\x00\xea\xdb\x5e\x05\x4f\x27\x82\x4a\x08\x94\x1e\x10\x99\x96\x72\x2b\x59\xc0\x65\x91\xbc\x2a\x3d\x05\xde\x66\x69\xd3\xe3\xda\xa7\xf1\x98\x19\x35\x9d\x7c\x4b\x37\x18\x18\xb7\x64\xfb\xf3\xe6\x33\x57\x6f\x56\xa2\x3c\x8c\x0d\xdf\x6e\xfa\x7e\xe4\x94\x9a\xbc\x90\x0a\x44\xb8\x5a\xd2\x30\x4c\x86\xe8\xb8\x1b\x3d\x8f\x5e\x0f\x0b\xae\x5e\xea\xba\xc8\x0f\x3a\x7a\x6a\x2e\xd4\x14\xb5\x9b\x02\xd4\x8d\xc6\x94\x87\xbd\xc2\xec\x07\x1f\xf6\x93\xae\xf6\x0a\x6b\xdd\xa9\x5b\x4c\xfa\x9c\x89\x92\xc9\xd2\x74\x3b\xf4\x49\x3b\x13\xaa\xae\xe4\x06\x75\x12\x5d\xef\xd5\x9b\x9f\xcd\xa8\xde\x56\x12\x73\xd7\x23\x09\x43\x40\x02\xa5\x95\xc2\x0b\x4b\x57\xd9\x4a\x09\x3e\x59\xde\xed\x1b\x7f\x84\x71\xbe\x29\xef\xf3\x99\x6b\xcc\x22\xb6\x94\x19\x2f\x20\xba\xb9\xd0\x54\x5e\x69\x59\x6d\x97\x75\xcd\xd5\x77\x85\x04\x5f\x9b\x8e\x5e\x5f\x89\x5a\x54\xcb\xbc\x14\x10\x65\x49\xd3\x61\x73\x4d\xd5\x95\xa8\xa7\x0b\x4d\xe7\x33\xa0\x7f\x93\x10\x14\x91\x44\xd9\x6a\x0d\x88\xb1\x6c\x26\x65\x2d\x2a\xc6\x31\x9a\x09\x8d\x78\x0e\x9f\x71\x2e\x76\x9c\xab\x1f\xa0\x99\x17\x35\xc6\x7a\x77\x91\xbc\xe0\x10\xb6\xaf\xd5\x4b\x93\x94\x02\xe5\x87\x64\x4f\x1f\xbe\xf8\xf0\x85\x4f\xef\x50\xfb\x44\x5c\xd7\x16\xa2\xb8\xd1\x83\xc9\x3b\x8a\x09\xa4\x16\x5e\x7f\x04\xfc\x2c\xaa\x51\xb2\x49\xe0\xeb\xf6\x68\xe9\xbe\x60\x68\xf4\xfa\x22\xa1\xdb\xe9\xfe\x2d\x1d\xbe\x35\x74\xa8\x79\x8a\x66\x4b\xe4\x54\x05\x88\x7a\x65\xbe\xc4\x7b\x77\xcd\x82\x0b\x51\x8b\xe0\xe8\x93\x25\xf1\x91\x8e\x53\xf4\xee\xfd\xf3\x59\x4d\x24\xbb\x53\xf7\x22\xfb\xc4\x01\xd8\x8d\x08\xdc\x6e\xd7\x09\x30\xa0\x83\x58\x9b\x88\xfb\xf5\x9b\x13\xcd\xbb\xec\x8e\x76\x39\xff\xc0\x27\xfd\x82\x0e\x7e\xd4\x0c\x09\x9a\xd0\x4b\xd8\xc6\xc4\xe5\x88\x40\x23\x08\x25\xb9\x3f\xd0\x95\xf3\x3a\xf8\x6a\xb7\xef\x7d\x91\xe3\x78\x53\xd6\x0b\x51\xe7\xd3\xbb\xc9\x1c\xdb\x27\xcb\xea\xf7\xfa\x95\xc8\xd8\xa3\x47\xb0\x42\x8f\x1e\x85\xcb\xe7\x3e\xda\xc4\x0d\xba\xc9\xcb\x95\x9d\x3f\x33\x7d\xfd\xa3\x19\xdb\xc8\xb5\xf5\x8f\x58\xaf\x32\x4e\xbe\x1f\xd0\x64\x4f\xb1\x33\x3c\xa7\xce\x28\x8d\x0c\xa4\x48\x58\xc9\x52\x81\x93\x0b\x37\x1d\x9a\xc9\xd4\x67\xef\x99\x9d\x9c\x33\xc3\xba\x47\x83\xd4\xdc\x6d\x23\x9a\x97\x98\x7a\xc1\xe4\xa1\x63\x06\x90\x5a\x64\x36\x84\xc0\x19\x48\xb4\x4c\x51\x41\x62\x47\xb9\x32\x2c\xea\x92\x57\x39\x2f\x6b\x56\xad\x8b\x90\x68\xd1\x2e\x7c\x38\x6e\x11\xc3\x49\xa2\x09\xcc\xc1\xee\x89\x6a\xee\x6f\xd4\x0b\x4c\xbe\x3c\x76\xbe\x81\xcb\xb7\xbd\x37\x10\x6f\xf1\x32\x25\x4d\x85\x39\x6f\x9b\x24\x90\x65\xb9\x11\x05\x95\xa2\xcb\x77\x3d\xe1\x10\x82\x4a\x76\x31\x18\xd2\xce\xf2\x86\x35\xe6\x77\x30\x47\xad\x27\x48\x6f\x4b\xa5\xd9\x2e\xf4\x0b\x89\x73\xd5\x92\x17\xc5\x0f\xf9\xb5\xc8\x7e\xe0\x95\xff\x75\x9b\x95\xee\xc6\x16\x6c\x2e\x2d\x2c\x25\xed\x5b\x08\xf8\x19\x22\x88\xbb\x2c\x8b\x0d\x72\x85\x33\xdd\xc8\x99\xa6\x5a\x25\x40\x77\x3f\x73\xfd\x22\x25\x9c\x05\xe2\x29\x3c\x02\x2f\xd7\xf6\x0f\x7c\x51\xe5\x9c\x15\xfc\x5c\x14\x90\x45\xc8\x13\xac\x82\x89\xb2\x32\x93\x2e\xff\x93\x2e\xde\xde\xa4\x15\xd9\xc1\x90\x20\x6a\x83\x3a\x03\xa4\x40\x69\x95\x60\xf5\x6c\x86\x02\xef\xd0\x69\x9c\x34\x2f\xb7\x2f\xd2\xb1\x20\x11\xc7\x63\x2e\x70\x90\x6b\x4d\x99\x01\xab\xd0\xe2\xf2\x75\x5e\x1b\x27\xad\x40\x87\x4e\x2f\xa9\x3e\x16\xcf\x08\xa0\x7e\x54\xf3\x6a\x2e\x6a\x32\xb1\xd7\x55\x3e\x9f\x83\xd9\x34\x3e\x8c\x61\xd8\x54\xe7\x44\x42\x27\xbe\x38\xe4\x0d\xaf\xf1\x0d\x47\x65\x96\x4f\x79\x8d\xb2\x09\xa8\x2f\x6f\x89\x12\x8a\x82\xfc\x8a\xd9\x85\x10\x90\x2c\xb9\xae\x34\x23\x94\xb3\xf0\x7b\xf5\xd0\xf8\xb4\x06\x8f\x12\x1c\x5a\xfb\xc7\x79\x02\x89\x7e\x83\x4e\xd8\x22\x03\xdd\xe9\x6c\xd6\xb0\x40\x04\x64\x85\x83\xf9\xfe\x1a\x6d\xa7\xf0\x91\xdd\x72\x97\xfb\xb4\x2b\x92\xfb\xde\xfa\x87\xd3\x4c\xeb\xb3\xb4\x56\x79\x09\xf9\xc8\x31\x13\xad\x7e\x50\x57\x7c\xc5\xfe\xee\x7d\xc7\xd1\x8c\x51\x62\x82\x22\x9f\xe6\x75\xb1\x61\x6a\x25\xa6\x70\x1d\x32\xf4\x32\x93\x16\xf9\xdc\xa4\xb3\x09\xed\x25\xca\x3a\x52\x99\xc2\xa3\x7b\xce\x03\x8c\x1b\x1a\x3f\x82\x51\xeb\x92\x3b\xcd\x02\x82\xb6\xe2\x8d\x2c\x90\x3f\xc6\xc4\x43\x77\x20\x71\xe6\xc6\x15\xf2\x3e\xa3\xd2\x6d\xfd\x60\x9a\x32\x17\xbf\xbb\x6c\x56\x10\x01\xf5\x46\xe5\xee\x9e\x21\x98\x3b\x3f\x97\xbd\x64\x4b\x5e\xf2\xb9\x5b\xb7\x06\x87\xa4\x39\x8a\x07\xab\x19\x7c\xd3\xc4\x75\xc7\x61\x81\x25\xcb\x1b\xce\x42\x2a\xbb\xb5\x1b\x63\x28\xac\x3d\x4c\xf7\xed\xac\x63\x77\xec\x93\x4c\x61\xfe\x24\x2c\x48\x0b\x70\x2a\x4c\x20\x06\x7a\x66\xb5\xc3\xc8\x57\x6b\xe7\xbe\x35\x83\x91\xab\xf5\x6a\xf7\x6e\x57\xd6\xa2\xa5\x3b\x75\xf6\xad\xf6\x2e\xf1\x9c\xf0\xae\x58\x24\x5d\x0e\xb0\x69\x91\x4f\x2f\x14\x93\xeb\xda\x6e\x4b\x92\x4a\x4b\x54\x84\xad\xaa\x2f\x33\x11\xc8\x33\xbe\xbe\xfb\x52\xb7\xd2\x2d\xd7\xdc\x67\x2c\xb9\x97\x48\x37\x94\xbe\xd7\xb5\x3e\x36\xa8\x53\x4f\x14\xfd\x59\x9a\x8b\x9a\x58\x3d\xd9\x7d\x64\x78\x51\x22\x2a\x56\xf2\xcb\x7c\xce\xe9\x66\x75\x0e\x17\xa0\xef\xc4\xaa\xe0\xc6\x36\x87\x0f\x6d\x92\x0e\xad\x48\x35\x8d\x17\xa1\xda\x80\x16\xd1\xd7\xb6\x61\xb4\x29\xf9\x56\xd2\xe7\x9e\x45\xad\x29\x73\xb5\x8e\x15\xb3\x00\xa1\xbe\x4b\x5b\xb5\x6b\xf8\xc6\xac\xbe\xfb\x48\x09\xec\xe0\xb3\x0e\x98\x84\x82\xd6\xd1\xd5\x79\x5d\x88\xc4\xa8\x50\x63\x06\xe2\xd7\x5d\xe3\xcf\x77\xd4\xf2\xdd\x86\x70\x2e\xb3\x4d\x73\x00\xbc\xdc\xb8\x68\x4b\x9b\xc9\xdb\xe6\x57\x49\x88\xb6\x66\x68\xdf\xc9\x6c\xf3\x59\xe7\x88\xac\x11\x8d\x21\xaa\x3a\x9f\x5e\x6c\xe8\x75\x6a\x24\x68\x7f\xb8\xeb\x58\x5e\x6e\xa7\xab\xa0\xe7\xd6\x8e\xef\x49\x2f\xfe\x61\xf8\x5a\xc2\x25\x53\x96\x34\xc8\x1e\x65\x1d\x12\x2f\x58\x36\x61\x69\x15\x3a\x75\x82\x1a\x8d\x5f\xa1\x75\x44\x6b\x7e\xd2\xec\x67\x3d\x5d\xb0\x4c\x5c\xe6\x53\xa1\x46\xec\x25\x5d\x63\x93\x2d\x00\xae\x8e\xf4\xcf\x05\x57\xac\x94\x4c\xc0\x75\xd3\x6e\xe6\xb2\x94\x77\x69\x20\x3d\x44\x49\xfb\xcc\x8c\x87\xda\x2f\xe5\xaf\x29\x19\x77\xda\x91\x95\xba\x87\x68\x20\x7f\x05\x6a\xac\x12\xd6\x7c\x64\xb2\x2e\xb9\xbc\x5e\xd6\xe1\x63\x45\x2a\x2e\xec\xad\x11\xa6\x39\x85\x91\x22\xeb\x3a\xd3\xda\xe3\x1e\x68\x0b\x85\xc8\xce\x37\x67\xb6\x4d\x3c\x16\xe0\xec\x81\x8c\xa5\xb2\xba\xc0\x54\x43\xd3\xba\xa0\xa4\xf8\xaf\x25\xe8\xd1\xbc\xd6\x12\xee\x99\x33\x23\x1d\x65\xa0\xd2\x78\xf9\xf1\x6b\xf6\xe8\xd1\x72\xad\xea\x47\x8f\xcc\x25\xbf\x5e\x0b\x5e\x9a\x91\x83\x43\x87\x9a\x56\x02\xa0\x6b\x75\x3b\xe8\xb2\x62\xdc\x02\xa6\xb2\x9c\x41\x2d\x82\x7d\x75\xd7\xc7\xa0\xa0\x97\xb2\x14\xd7\xb9\x82\xf5\x3e\x7a\x35\xba\xe7\xad\x46\xc8\x57\x5c\xba\xb1\x0e\x7a\x8e\xef\x36\xe8\xa6\x15\x8f\xfc\x3d\x4a\xfa\x0f\xe9\x9a\x8c\xd0\xb1\xf2\xf5\x59\x4a\xf7\x86\x54\x85\xdd\xb0\x3d\x93\xb7\xca\xb1\x4b\x1c\x10\xe4\xae\x07\xc9\x1c\x8f\x4a\xbb\x67\x73\x4d\xec\x19\xad\x44\x26\x85\xf2\x6c\xac\x98\x08\x2f\x5e\x1c\x3d\x69\x76\xee\x99\x28\x14\x66\x1c\x6c\x2c\x94\xcb\x1d\x07\x3d\x1a\x52\x1d\x85\xe3\xf7\xdb\x66\x7b\x7a\x94\x6e\xe5\xa1\x5e\x63\xed\xc9\xe8\x7f\xf4\x0a\xd2\x17\x94\x09\xfa\xd5\xef\xa9\x97\x80\x82\xb5\x46\x80\xb7\x1f\x31\x8d\x82\xbd\x19\xba\x3b\x7a\xa5\x3b\xc8\x6b\xc5\x22\xe2\xf6\x19\x0b\x3a\xcd\xda\x33\x85\x2c\x20\xc1\x52\xb4\x1c\x38\xc3\xe0\x83\x0f\x53\x89\xe6\x22\x27\xf1\x8f\x26\xee\xf0\x8e\xd7\x6e\xa2\x5c\x2f\x9d\x7d\x21\xa6\x35\x1c\x8f\xf2\x6c\x63\x98\xca\x93\x9d\xcd\x8a\x75\x9e\x9d\xb1\xfe\x6c\x5d\x14\xb4\xab\x06\x68\x80\x18\xd9\xba\x53\xb9\x5c\xea\x06\x40\x5b\x03\x66\x22\x4b\x06\xa6\x0e\xb3\x0f\xcf\x2b\xc1\x2f\x56\x32\x2f\x6b\x6b\x89\xdc\x63\xc7\x50\xa2\xff\xe5\xd3\xc7\x7b\x5f\xfd\xe9\xcf\x83\x31\xf3\xfa\x30\x36\x8e\x27\x5f\xaf\xae\xc1\xf1\x75\x1f\x9c\x64\x4d\x20\xae\x6d\xe3\x67\xf0\xcd\x65\xfd\xaf\xbe\x79\xbc\xf7\xf5\x97\xf7\x6c\xe4\x27\xad\xbf\xb3\xfe\xd7\x5f\x3d\xde\x7b\xf2\xf8\xe9\x97\xe9\x46\xbe\x7c\xda\xdd\xc8\x7f\x51\x2b\x4f\x1e\x3f\xfd\x6a\xef\xc9\x97\x5f\xff\xf1\x9e\xcd\xd8\x76\xbe\xfc\xfa\xeb\xbd\xf5\x2a\xdd\xca\x57\x8f\x3b\x5a\x41\x8b\x1d\x58\x9a\xf4\xe2\xb1\x09\x78\xe4\x6e\x5b\xf0\xbc\x64\xb3\xfc\x5a\x64\x7b\xd0\x05\x3b\x83\x06\xce\x20\xe9\xd5\x90\xf1\x72\xba\x80\xd8\x65\xe2\x3c\x33\x5e\x31\x10\xb4\xfb\xd8\x7f\x5e\xb2\x9f\x4e\xde\x81\xa0\x3f\xe8\x58\x60\x9e\xf1\x55\xad\x22\xdb\x94\x1b\xe9\x19\x5e\x9c\xe4\xca\xa3\x97\x8e\x95\xfe\x12\x66\xe1\xde\x6b\x1c\x54\xbf\xcf\xea\xde\xad\x81\xe6\xba\x06\xf5\x77\x5d\x51\xb2\x1d\xb2\x09\x80\xdf\x7c\xd6\x45\x2d\x85\x5d\x55\x3d\x90\x5d\x17\xf5\xe9\x9f\x9e\xee\xbe\x0c\xcd\x55\xbc\x53\xf5\xe6\x2a\x06\xd5\xef\xb3\x8a\x77\x6b\xa0\xb9\x8a\x41\xfd\xbb\xac\xe2\x6b\x01\xcb\xf8\x74\xb7\x65\x3c\xc3\x28\x84\x7f\xe9\x0d\xd9\xd1\x1a\x91\x6d\x67\x83\xcd\xc5\xfd\xe3\x9f\x3f\x71\x71\xbf\xfe\xea\xab\x4f\x5a\xdc\xa0\xfe\xf6\xc5\xc5\x35\x62\x13\xf6\xe5\x8e\x8b\x5a\xe8\x0e\xff\xa5\xd7\xf4\xf3\x2f\x6a\xb2\x41\x43\xdd\x1d\x2d\xa5\xd6\xf7\xab\x6f\x56\xd7\xc8\xe1\x60\x61\x08\x7d\x6d\xc8\x40\x6a\xf9\x84\x75\xff\xea\xe9\x2e\x0d\x6f\x27\x08\x58\x5f\x36\x61\x5f\xfd\xde\xf4\x30\x34\x02\x1b\x8e\x19\xd9\x3d\x37\x93\xf7\x5f\xff\xb5\x87\x9f\xe8\xa6\xf5\xdf\x97\x29\xfc\x3b\xd0\xcf\x9f\xef\x76\xb4\xc3\xb2\xc3\x74\xb0\x09\xfb\xe3\x8e\xb4\x22\xae\xeb\x8a\xb3\x7f\x7d\x0e\xf2\x2f\x4d\x00\xc9\xb6\x68\x4e\xbb\x9a\x0a\x96\xfc\xc9\x9f\x9f\xe8\x0f\x7d\xf2\xa7\xaf\x3f\x95\x69\x40\xd3\xb6\xed\x3f\x3f\x7d\x8c\xe4\xf4\x19\x5a\xc6\xcb\x47\x4d\x32\x3f\x11\x4f\xfa\x7a\x47\x3a\xa3\xbb\x63\x4c\x7f\x8b\x36\x83\x33\xef\xf2\xf8\xec\xbe\x64\xf7\x23\x44\xc2\xf8\xfc\xca\xf7\x07\x00\x83\x92\xdf\x0d\x18\x42\x6c\xe5\x5f\xc1\x09\xc5\xd3\x89\x58\x25\xf8\x74\x41\xd6\xf5\xb0\x22\x9a\xd8\x72\x1b\x18\xb2\xe0\x97\x82\x15\xf9\x85\xd0\xdd\xbb\x09\x0c\xdc\x03\x6a\x0e\xd0\x4c\xeb\x15\x03\xac\x74\xe3\x1f\x91\x8b\x2b\xd0\xa6\xa1\xc2\x87\xf8\x32\x9d\x4d\xd8\x9f\x7e\xb7\x49\xdd\x4d\x3a\xff\x9f\x37\xa9\x24\x26\x7f\x33\xfc\x64\x4f\x63\xe7\x9e\x12\x9b\x3f\xee\xe9\x8e\xd2\xee\x8d\x32\x05\x44\x73\xa2\x0a\x17\x8c\xfa\xe1\x4e\xde\x25\x47\xe6\x96\x5f\xae\x84\xef\x6f\xb1\xd5\x11\xf6\x48\xf9\x2e\x60\x78\x21\x52\x6c\x58\xb5\x2e\xcb\x90\x1f\xe4\xea\x05\x96\xeb\xbe\xa1\x57\x64\x1c\x93\x25\x86\x2a\x03\x19\x86\x03\xc2\x34\x37\xc7\x79\x26\x76\x69\xa8\xe1\xb3\x1a\x34\xb6\xbb\xa7\x28\x78\x7f\x58\x3f\x91\xf0\x3a\x9a\xec\x80\x1f\x5a\xae\x9b\x77\x70\x1c\xf9\x07\x7a\x84\xde\xd5\xef\xf3\x3b\xeb\xa1\x57\xf3\x9a\xa2\x16\x99\x12\x41\x97\xe0\xcc\x0d\xd7\x2d\xbe\xa7\x6c\xd0\xd3\x31\xbc\xef\xe8\x07\xe9\x6f\xc1\x55\x9b\xef\xcf\xce\x2e\xd3\x6d\xae\x52\xbb\xb9\x3f\xfd\xc3\x9d\x86\xbc\xb5\x77\xb9\x74\xa9\x4d\x67\x2f\xf7\x5c\x25\xaf\x3c\xa7\xe5\xb5\x32\x97\x5b\x30\x75\xf6\x12\x90\x71\xc3\x12\x9a\x77\xa4\x7a\x91\x5a\x6f\x4e\xa9\x3f\x3f\xd0\xd0\x5f\x00\xe4\x93\xfe\xc5\x70\x74\x51\xd4\xc6\x10\xd7\xe7\x96\xb9\x51\x60\x4c\xc4\x18\x29\x56\x07\xaf\xf2\x7c\xb7\x7a\xcc\xcd\x90\x8e\x7b\x70\xf4\xa0\x97\xb4\xaa\x73\x5e\x3c\x0f\xc2\x6f\x0e\x3e\x3d\x6a\xa4\x7d\xb8\xee\x26\x0b\xb0\xcf\x8c\x8f\x96\x37\x40\x84\x80\x40\x4f\xc6\xa6\xb7\x58\xd0\x84\xb9\xec\x4b\xb4\x22\x4d\xd8\xfa\x4e\x0d\x11\xc7\x4b\xb4\x83\x6f\xe0\xa3\x76\x6c\x6b\xc9\xf3\x92\x29\xca\x86\x91\x68\x51\xbf\xdf\xb1\x29\xef\x9e\xdf\xba\x73\xa7\x9a\x9c\xca\xe5\x92\x97\x99\xda\xb1\xd9\xef\x64\xb6\x81\xcb\x52\x64\x33\xdb\xda\x06\x1a\x3f\x42\xac\xbd\x9d\xda\xc7\x9b\x59\xe0\xb6\xf6\x6a\xb6\x12\xbc\xbb\x1f\x57\x89\x76\xd5\x8e\x9d\x85\x74\xdf\xd5\x83\x9b\xcd\xfb\x34\x7d\x34\x95\x25\xee\x92\xa8\xed\xa6\x97\x97\x6a\x6c\xdc\x91\xb7\xeb\x9c\x17\x71\x7a\x57\x1e\xee\x4a\xb3\xc8\xee\xdc\x27\x67\xf9\x65\x92\x82\xa1\xdc\xdd\x1a\x85\x08\x82\xce\xf6\x4e\xc4\xf5\xae\x2b\x04\xb7\xf5\x2d\x8d\x4d\xef\xb4\xd6\x74\x74\xb6\xb4\x85\x6f\x77\x6c\x0a\x50\x1b\x77\x6a\x70\x3b\xe5\x1b\x16\xac\xd6\xe7\x96\xe5\x86\xfe\xd9\x0d\x82\x18\xb7\xf2\xf8\xdd\x43\x8a\x7d\x80\x38\x1a\xfd\x4b\xf2\x55\xda\x1d\x1d\x6e\x2e\xea\x1f\xf2\x4a\xd5\x27\xfc\xfc\x5c\x6f\x3e\xf3\xf0\x27\xde\x7c\xf6\x5a\x5c\x1b\xc8\xc0\xa1\x95\xd8\x5e\xa8\x4d\x39\x35\x25\xa0\xa7\x5f\xf3\x7a\x41\x17\xdb\xd8\x07\x04\x06\xe5\x7f\xc7\x76\x00\xba\x6e\x17\xdc\x94\xb5\x12\x47\xd9\xd0\x46\x75\xc3\x5f\x3f\x8b\x6a\x2e\xb2\x77\x62\xa6\x86\x8d\xb8\x7d\x78\xf2\xb6\x12\x97\xb9\x5c\xe3\x6b\x13\xc3\xdc\xc4\xe6\x80\x39\xdc\x03\xf0\x83\xb8\xcf\x57\x72\xba\x86\xab\xdc\x70\x8c\x08\xac\xf3\x96\x44\x9a\xae\xe8\xd8\x3b\x04\xbd\x36\x7d\x29\x87\xd1\x43\x2f\xf0\x38\x74\x7b\xf6\xe0\x5a\xbc\xc3\x37\x28\x73\x44\x08\x09\x00\x91\x61\x30\xeb\x70\x7a\x8a\x0d\x94\x14\x06\x4b\xf8\xa8\x34\x95\x1a\x9e\xce\x20\xc3\x40\x69\x5f\x6e\x81\x2d\x00\xee\x29\x15\x9f\x5e\xa0\xf8\x04\xe4\x80\x90\xd7\xec\x95\x2c\x7b\x35\xc4\x56\xe8\x19\x81\x58\x0b\x0c\xc6\x00\x77\xd3\x29\xa7\x5b\xfd\xa3\x57\x04\xfe\xa1\x08\xca\x00\xfc\x56\x4f\xfe\x2f\x04\xb9\x4f\x35\xed\x8e\x7c\xed\x00\x61\x1c\x33\x4f\x2c\xf4\xe0\x26\x5f\xbe\xf9\xf9\xed\x9b\xd7\xdf\xbf\x3e\xf9\xed\xf5\x8b\x9f\xbf\x67\x13\xd6\x6b\x04\x5b\x9b\xa2\xaf\xbe\xff\xe1\xc5\x2f\x3f\x9d\xfc\xf6\xf6\xdd\x9b\xb7\xc7\x06\xb0\x8b\x30\xe8\xb2\x31\xc5\x5f\x7a\xcf\x7e\xb0\x7e\xb9\xfe\xcb\x94\x0f\xf1\x18\x83\x3f\x51\x8a\x07\x37\x46\x5d\xff\x0d\xfa\x3d\xda\xf1\xb8\x56\xfc\xb4\x34\x40\xe9\x2e\x28\x95\x4d\x10\x7e\xd4\x0f\x54\x0d\xe3\x54\x83\xef\x3b\xf0\xbd\x12\x86\x5d\x8b\x1d\xac\x70\xa3\x16\x4c\xf4\x0f\x27\xff\xd7\x77\xf9\x1c\x7e\x28\x5d\xe4\xbd\x0d\xd0\x3f\x5a\xae\x44\x05\x0c\xe6\x47\xf0\xf2\xa4\x50\xfd\x69\x08\x1d\xe9\x45\xef\xdb\xc0\xfd\xb9\xa8\x5b\x47\xd7\x1f\xf8\x00\x50\x84\xbf\xd0\x56\xf8\x99\x29\xe9\x00\x9f\x66\xb4\x4c\xf4\x19\x16\x96\xce\xc0\x01\xd8\x17\xad\x8d\x86\x80\x01\x11\x34\x42\x30\xe7\x1d\xa0\x48\xcd\xad\x6d\xb1\x4a\xfd\xc3\x83\x62\x01\x90\xd6\x23\x15\x19\x01\x6d\x67\xb9\xa8\xd4\x90\xe9\x41\x28\x72\xe1\xa8\x05\x7a\x4c\xaf\xd6\x95\x7e\xa8\x20\xca\xc4\xc6\x40\x9d\x50\xfe\x60\x03\xb5\x21\xea\x21\xa2\xf7\x2e\x79\x75\x81\x1e\x39\xd2\xe8\x6b\xb5\xa4\x94\x96\x1c\x73\x9e\xe4\x31\xd8\x04\x50\x06\x38\xa7\x99\x98\x27\xf6\xad\x41\x5e\x89\x75\x77\xf8\x1a\xab\xb3\xbd\x3f\x25\x94\x55\x9c\xa2\x99\xac\xae\x78\xa5\x59\x77\xe4\xbe\x1b\x73\x3c\x9c\xab\x3e\x3a\xed\xe8\xa3\x44\xae\x6b\x7b\x9a\xb0\x4a\xcc\x62\xe8\x09\xd0\x23\x22\x74\x95\xc8\x43\xb8\x0f\x79\x2a\xbc\x94\x1a\xe0\x68\xff\xdd\x5a\x13\xf0\x5d\xab\x16\xfc\xbe\x35\x97\x78\x78\x49\x49\xbb\x3b\x38\xcf\xfa\x80\x6f\x87\xdf\xe7\x81\xf4\x36\x5a\xf5\xda\xcb\xe4\x14\x5b\x31\x47\x56\x3f\x04\xdb\xce\x15\xf0\x2d\x72\x36\x9b\xf8\xc7\x63\x1f\xf8\xcf\x80\x1d\x1e\x02\xbf\x0a\xaa\xad\x1c\x12\x65\xe3\x38\xef\x07\x9c\x93\xc0\xfe\xa3\x45\x8a\x06\x11\x1c\x42\x13\x7b\x9c\x3f\xef\x38\xab\x0e\x0c\xa7\x70\x27\xcf\xff\xc7\xde\x9f\x28\xb7\x71\x24\x8b\x02\xe8\xaf\x14\x15\xf3\x04\xc0\xc6\x22\xd9\x9e\xb9\xe7\x42\x04\x69\x59\x92\x6d\xc6\x68\x0b\x91\x1e\x9f\x7b\x49\x85\xd8\x40\x17\x80\x36\x1b\xdd\x38\x5d\x0d\x92\x30\xc4\x7f\x7f\x51\x99\xb5\x64\x2d\x0d\x80\x94\x7c\xce\xbc\xb8\xcf\x13\x31\x22\xba\xf6\xac\xac\xac\xcc\xac\x5c\x2c\xd5\xf5\xaf\x02\x60\x13\xda\xad\x69\xfd\x67\x4f\x67\x1f\xe8\x67\x69\xc7\x8d\x07\xae\x42\x19\x2a\x02\xa5\xa3\xd0\x37\xd2\x2b\x7d\x15\xb8\x3f\xed\x2d\x60\x26\x12\x5e\x00\x74\x8e\xef\x7d\x02\x03\xac\x24\xe5\xa0\xb6\xe7\x5d\x49\x6d\x82\x85\x01\xf9\x5b\x8d\x10\xf5\x15\xe9\xc6\x0a\xcf\xc0\x01\xea\x4b\x07\x54\xd5\x3f\x70\x51\x97\x15\x2e\x5b\x07\x8c\xec\xc7\xdd\x8a\x74\x98\xf6\xe6\x8b\x50\xd5\xc0\xa8\xac\xcf\xab\x2c\x41\xe5\xe2\x69\x36\x96\x4c\x35\xc2\x39\x1e\x96\x72\x0c\x47\xd0\x0b\xc6\xdf\x02\x2b\x40\x15\x8e\x90\x5c\xc5\xca\x43\x92\x04\x50\x84\xf7\x22\x5e\x01\x03\x29\x20\x3b\x68\x41\xb2\x70\x93\xc0\x8d\xa0\xab\x6f\x75\x25\xd8\xd4\xdf\x3a\x05\xbb\x60\xe3\xaa\xbc\x11\xbc\x52\x4e\xf9\x28\xc0\x82\x41\x63\xa9\xa6\x27\xd0\x79\xcd\xa8\xd0\xb5\xc5\xa6\x16\xda\x40\x4f\xad\x2e\x28\x35\x78\x9d\x8c\x4f\x30\xdd\x81\x46\x42\x76\xcc\x7a\x4f\xd9\x90\x3d\x81\x49\x2c\x92\x2b\x6e\x7a\xaf\x15\x83\x4e\xdc\x0c\x11\x94\xa9\x82\x47\x9a\xd4\x49\x2f\x13\x3d\x9d\x67\xdc\x81\x89\x29\x05\x64\xed\xd5\x55\xb2\xec\xfd\x59\x16\xbc\x87\xdd\xd3\xca\x77\x96\x26\xed\xe5\x2a\xae\xa8\xac\xec\x57\x95\x80\x98\x40\x29\xa6\x66\xdb\xdb\x6d\x1e\x61\x4b\xfc\x2c\x0f\xda\x6c\xf4\x60\x34\xa2\xc4\xdb\x04\x11\x7a\xfc\x98\xd1\x2a\x96\x48\xeb\x1a\x84\xab\xb0\x62\x8b\xee\x96\xe4\x4c\xc0\x80\x57\x36\xdc\x95\xe3\xbd\xab\x43\x98\xb8\x5e\x6f\x75\x09\x2c\x6b\xbb\x48\x16\xf8\x1e\x84\x57\x2a\x6a\xa0\x96\xf8\xf2\x3f\x83\x20\xa8\xd8\x44\xa5\x8b\x86\xa0\x48\xfa\xd6\xf6\x85\x19\x7d\x7b\x07\x11\x01\x8d\x2b\xb5\xb5\x8b\x1e\xaf\x6a\xc3\x5c\x83\x68\xeb\x84\xf6\x53\x03\xd0\x98\x7a\x76\x8e\xa2\x4e\x72\x6e\x43\xe1\x61\x78\x3d\x4f\x3e\xd7\x1b\x29\xd7\x38\x0a\x26\xea\x46\x12\x83\x84\x1c\xf2\x26\x8b\x80\x1d\x97\xf2\x4c\x22\xb1\x3c\x02\xa9\x64\x71\xb4\x11\xbe\x01\xbf\x26\xc9\x2a\xf2\xec\x4e\x71\x05\xa8\x83\x73\xc7\x3c\xb3\x33\x71\x36\x7c\x2b\x31\x26\x19\xee\xf6\x18\xd3\x56\xf6\xc4\xee\x36\x5d\x7a\x33\x83\x69\xbb\x42\x9e\x8a\x11\x28\x0d\x06\xd6\xf3\xd5\xe4\xc9\x85\xd0\xfd\x60\xf3\x3d\x4f\x52\xd7\x6b\x4f\x1e\x58\x1d\x5c\xe0\x86\xe3\xf3\xb3\xfe\xee\xac\x9f\x9e\xc3\xf6\x1e\x33\x7b\xe6\xed\x9b\xb7\x45\x39\xaf\xbd\x5b\xe6\x05\x66\x74\x71\x65\x0b\xc9\x03\xb1\x91\x36\x8a\xb6\x5b\xa3\xc3\xdf\x45\xee\x29\x4c\xa9\x80\x4c\x64\x8b\x1e\xdb\x70\x34\x36\x62\x14\xe2\xfd\xff\x5a\xf1\x6a\xad\xaf\xc2\x76\xac\x73\x73\xd2\xc1\x14\x1e\xa6\x12\xad\xb6\x6b\xd8\x58\x23\x67\xf7\x77\x0e\xa4\xa7\x19\x24\x9f\x41\xf6\x46\xbb\x98\x8e\xac\x2c\x14\x85\x99\xad\x48\xa0\xc6\x8e\x9b\x6a\x0d\x1b\x0a\xda\x76\xbf\xef\x0d\xe7\x56\xbf\xc5\xbe\x75\xa7\x1d\x24\xa1\x19\x0c\xd8\xcf\x49\x9e\x33\x43\x41\xc1\x6b\x56\x93\xec\x6c\xca\xa0\x4b\xeb\x59\x9b\x66\x29\x50\x89\x45\x52\x4f\xe6\xe0\xb4\xa5\xea\x2a\xea\x84\x94\x26\x32\xd5\x9d\x3b\xe7\xea\xb1\xda\x44\xd4\xa4\x67\x37\xfe\xb9\x0f\x5d\x62\x4f\x89\xa0\xa8\x4e\x73\x8e\x13\x56\x75\x9f\xdf\xe4\x46\xd6\xb9\x62\xbc\x94\x45\x3b\x96\x19\x9c\xee\x58\x7d\xe7\x86\x23\xb7\x1b\xfb\x4d\x3d\x7e\x81\x18\x95\x66\xd7\xd8\xdf\x60\x9c\xaf\x2a\x1d\x66\x52\x84\x97\x81\x91\x80\xda\x4a\xca\xc0\x0f\x46\x45\xe4\x5f\x0a\x86\x99\xf9\xfc\x99\xed\xb8\x20\xa2\x77\x81\xe4\x51\xcd\x8a\xec\xa1\x70\x06\x87\x23\xe0\xdc\x05\x7d\x2d\x40\x58\x68\x1f\xfb\xca\x4d\x8f\x66\x87\x9c\xc3\x41\x57\x05\xf4\x42\x99\xc9\x76\x35\x0c\x94\xa7\x5e\x5f\x11\x46\xc5\xeb\xcc\xa1\x89\xce\x1a\x09\x5c\x82\x32\x58\x68\x8c\x0b\xfa\xfc\xd9\x07\xd4\x2e\x5e\x08\x33\x9f\x62\xce\xd3\x82\xcd\x93\xe5\x92\xab\x88\x0b\xf2\xba\x37\xae\xaf\x45\x69\x79\x4d\xef\x20\xd2\x4b\xeb\xe7\xb3\xff\xdb\xee\xa0\xc9\x49\x2d\xf9\xd4\x49\x52\xc1\xab\xf2\x34\x2b\x20\x89\x6a\x42\xfc\xe4\xcd\xd9\x87\xa1\x48\x67\xb6\x27\xab\xdd\x41\x22\x4a\x66\xed\x2c\xb3\xaf\xd8\x2a\x5b\x9f\x22\x3b\xc1\xf5\x0f\x1a\xc7\x29\x76\xb3\xb6\x64\xcb\x8b\x16\x06\xeb\x75\x02\x99\x8a\x0c\xc2\x96\xd6\x2d\x0c\xaf\x94\xa8\x5c\x59\x7a\xee\x1d\xe7\x5c\x94\x85\xec\xfe\xa7\x7c\x55\xbd\x40\x7e\x4a\x9e\x0e\x7e\x6d\x74\x44\x70\x4c\x1b\xfd\x97\xd5\xda\x50\x9c\x2a\x0b\xd2\xcd\x71\xbf\xcd\xaf\xf5\xda\xe4\xb5\x5b\xf1\x3c\xa9\x79\xaa\x6f\x4b\xc6\xaf\xfb\xce\x27\xc2\x01\xf9\x45\x80\x10\x4e\xd2\x4e\x9d\xfc\xe9\xe4\xd5\xd3\xa7\x5d\x96\xae\xc0\xcd\x2e\x57\x6a\x29\xb1\x5a\x4a\xb9\xa5\x8b\xe1\x70\xbc\xae\x8c\x8a\x89\x74\x04\xd7\xfd\x02\xed\x88\x90\xe3\xc4\xa5\x60\x24\x22\xcc\xb3\x77\xf1\x48\xb9\x81\x5f\x3c\xd2\x16\x07\xf2\xd8\x90\x5e\x20\x36\x1e\x20\x21\x80\xbe\x28\xeb\x3e\xfb\x0d\x8c\xb0\x52\xa5\xe9\xe8\xa3\xc2\x4c\xf3\x19\x10\x28\xb6\x84\x07\xfe\x9b\x64\xed\xb0\x52\x15\x5b\xe9\x04\x7f\x3a\x95\x95\x9c\xfc\x8d\xf6\xc3\x77\xd7\x74\x83\xaa\x0c\xf9\x75\x6d\xd8\x52\xe8\x49\xb1\x63\x00\x08\x4b\xb0\xdc\x8d\x48\xcb\xc9\x81\x37\xb3\x44\x30\x57\x55\x79\x47\xae\xaf\xed\xdc\xa3\xdb\xbb\x7b\xdd\xd0\x94\x75\x71\x8a\xa7\x73\xbe\x3c\xdb\x75\x14\x90\x9b\xfc\x4b\xce\x02\x4c\xe4\x2b\x1c\x06\xda\x8f\x39\x0d\x0e\x92\xd7\x16\xbb\x23\x74\xd1\xbf\x2c\xb1\xb4\x2d\x09\x71\x84\x4d\x73\xbb\xdb\x2d\x49\xaa\xde\x0c\x41\x77\xaf\xef\xa6\xcd\x21\x6a\x37\x7f\x15\x52\x80\xe5\xd7\x7a\x38\xb5\xff\x8f\x1f\xb3\x83\xdd\x2b\x95\x37\xc0\xce\xf9\xbb\x67\xdf\xc6\x93\x57\xa8\x60\x1e\x64\xb2\x7a\xae\x84\x0c\x13\xc8\x45\x62\xe5\x82\x2f\xc6\xbc\xb2\x61\x5e\x78\x6a\x68\xb9\x28\x41\x4a\x21\xbd\x67\xb5\x8e\xbd\x58\xa1\xde\x28\x95\x8b\xc5\x81\x72\x9e\x5c\x93\x58\xa8\x60\x91\xa0\xe5\xdd\xeb\x2c\x61\x57\x7c\x2d\xea\xaa\xbc\xe2\xac\x9d\xf5\x79\x1f\xbe\x25\x86\x92\x40\xce\x1b\x24\xfc\xb0\x91\x9d\xf8\x79\xd8\x43\x9c\x1b\x11\x90\xb9\xc7\xac\xe9\xf0\xbc\xc0\xa0\x65\x75\xa9\x57\x65\x65\x36\x15\x93\x98\x95\x3a\xd0\x3d\x82\xb3\x0f\x51\xae\x5d\x11\x1f\x63\x64\x0b\x1a\x0f\x5e\x07\xb8\x97\xf7\x26\xf8\xc7\xbb\xc7\x0a\xa1\x83\xda\xb3\xf2\x04\x92\x42\x01\xeb\x1f\x91\xca\x1b\x02\x19\xc5\xe4\x33\x7a\xe4\xdc\x47\x46\xab\x69\x65\xa3\xc6\xa2\x83\xfe\x34\xcb\x6b\x5e\xb5\xd1\xcc\x6d\x74\xe4\xed\x00\x55\xd7\x02\x6e\x43\x3d\xf7\x08\x1f\xa4\xe5\x64\x4f\x4e\xd0\xa5\xaf\x40\x74\x43\x9a\x1b\xee\x21\xd5\x07\x1c\xc4\x54\x99\x56\xa8\x57\x72\x56\x53\x28\x28\x5c\x10\xca\x5b\xda\x4d\xba\x45\x9a\xc3\x65\x91\xaf\x3d\xd4\xc8\x54\x28\x5a\x75\x4e\xfd\x93\x93\x39\xe7\x0d\x9e\xa7\xca\x4a\x36\x92\xd7\x9a\xbc\xf9\x32\xa1\xdb\xe8\x71\xda\xdb\xaf\x0f\x07\x26\x1d\x48\xa3\xef\x42\x6e\x84\xb0\x1b\x97\xe9\x3a\x54\x43\x84\x42\x45\x03\x38\x9a\x05\x0b\x75\x48\xb2\x22\x9a\x4e\x41\x7c\x9d\x13\x61\x55\xf0\xef\x30\x6a\x0c\x9e\xeb\xf8\x91\xb8\x1e\x32\x7b\xf1\xb0\xcf\xcc\x86\x94\xd1\x49\xc4\xec\x41\x18\x0c\x24\xd1\xc2\x20\xf6\x18\x81\x81\xa4\x6e\x50\x73\x9a\xf3\x8a\x87\x22\xce\x16\x3c\xd6\x55\xb7\x1c\x10\xb9\x2d\xcd\x27\x4d\xe4\xd9\x84\xb7\x7b\x4f\x3b\x90\xee\xd7\x53\x1c\x20\x09\xb3\x27\xa3\x89\xaa\x59\x27\x75\x2b\x5f\xb8\x6d\xe5\x65\xb3\x1d\xbb\x9c\xfa\x1d\x47\xa0\x00\x58\x94\x13\x48\xeb\x16\x9c\x4d\x07\xeb\xdc\x4c\x3f\x82\xd7\x67\xd9\x82\x97\x2b\x2f\x3b\xc1\x97\xf6\xcb\xe2\x32\x85\xe9\x76\xeb\x0d\x2d\xf1\x40\xf0\x5a\x73\x49\xbc\xe2\x8a\x11\xba\xe1\x4c\xd4\xe5\x52\x21\xb5\xc4\xd4\x64\x46\x1e\x4b\xf4\x7f\x77\xf4\xe7\x5d\x97\x3d\xa1\x13\x08\xc5\x9a\xc6\x99\xfe\x75\xb3\x24\x33\x8c\x44\x0a\x7d\xe6\x94\xca\xbe\xde\xdb\x4e\x9a\x24\x2e\x92\x2b\xe2\x37\x8c\xc0\x19\xa5\x00\xc8\xe2\x57\x3c\xe7\xd7\x49\x51\x3b\xd7\xe5\x45\x24\x11\x40\x3b\x4c\xe1\x90\x66\x62\x59\xc2\xa9\x83\x2c\x0f\x55\xb2\x3e\xb4\x46\x0b\x47\x6c\xc4\xe0\x11\x9a\x28\x52\x22\x0f\x76\x04\x5b\x48\x77\xfd\xe5\x4a\xcc\xdb\x65\xd1\xc6\x99\x77\x59\x0b\x60\xdb\xea\x36\x51\x1c\x94\xeb\x3b\x9d\x08\x9b\xbf\xe5\xfd\x6b\xdf\xc1\x21\x7e\xd6\x7d\x06\xc7\x3f\x74\x16\x5b\xf7\x38\xd1\x91\xa6\x65\xf5\x2a\x99\xcc\xdb\xf8\x0d\x6e\x6f\xf5\x67\xdb\x76\xf7\xcc\x90\xc4\xc6\x97\x43\x62\x50\x35\xe0\xb7\xf3\x64\x25\xe4\xe9\xec\x41\x2e\x8f\x5e\x4f\x5b\xe5\xe3\xbd\xb8\x2a\x4c\x9c\x5c\x49\x56\x6f\xca\x60\xeb\x21\xe7\x48\xec\x71\x75\xdb\x5b\x22\x4d\x51\xf2\xae\xc0\xcb\x43\x67\x16\xd2\x61\xfa\x74\x4e\x21\x15\x9f\x50\x19\x1b\x49\xc6\x53\x85\x8a\x25\x1c\x4f\x36\x65\xc9\x52\xf6\x52\x65\x49\xbd\x1b\x23\x07\x03\xf6\xb2\xb4\xd7\xf5\xd4\x3e\x22\xab\x9b\x1c\x44\xa7\x84\x55\xbc\xa7\x5e\x61\xe4\xb0\xb1\x55\xc2\x5d\x6f\x22\x0e\x41\x86\x14\x08\xd9\x57\x4f\xe6\x0c\x62\xdf\xc8\x01\x74\x00\xc4\xae\x59\x05\x1e\x2b\x41\x03\x12\x9a\x28\xf3\xb1\x61\x4c\xef\x7a\x38\xd9\x15\x04\x82\x87\x99\xa6\x7c\x9c\x60\xb6\x1d\x6d\x3b\x9f\x19\xef\x8a\x14\xd9\xef\x4e\x5c\xbf\x27\x31\x9e\x5a\x1e\xc8\xdb\x24\x7e\xf2\xee\xad\x0c\x1c\x0c\x18\xa4\x7c\xcb\x30\xe2\x72\x55\x2e\xe2\x10\x1c\x00\x44\xcc\xa4\x20\x21\x0d\xfe\xd9\x96\x9b\x81\xe9\x54\xf1\xf5\xa9\xb3\x9d\xf1\x3d\xc0\xc3\xd8\x7c\x63\xfb\x29\x36\x1b\xf8\x24\xf3\x54\xde\x54\x2e\x01\x17\x57\x20\x44\x38\x76\x8f\x79\xf6\xed\x13\xf6\xb8\xc0\x9b\xd8\x39\x9f\x07\xa4\x57\x91\xb3\x0d\x5b\x30\xd2\x79\xbb\xb4\xa2\xd1\x24\xe7\x49\xb1\x5a\x4a\x51\x17\xb1\xf2\x86\xb3\x34\x4b\x8b\x96\xbe\x12\x2c\x46\xaa\x0d\x82\xa6\x1d\x95\xe7\x2c\x8e\x94\x2a\xf9\x96\x0a\x57\x15\x21\x7b\x71\x99\x69\x1b\x3b\xfb\xef\x43\xed\x34\x02\x53\xd2\x86\xb6\x76\xda\xa6\x16\x9d\x03\x04\x5f\x26\x55\x52\xf3\x7c\xad\xce\x84\x25\x01\x3b\xe9\x16\xc5\xa0\xd4\xa6\xc8\x0d\x8d\x31\x02\x7e\x53\x8a\xba\x68\xd8\xcb\x46\xc6\xc6\xd7\x41\xb3\x03\xff\x15\x91\xb4\xf1\x9f\xdc\x2d\xb9\x6c\xb4\x06\x01\x3d\x21\x85\xc5\x0b\x85\x51\x79\x36\xe5\x93\xb5\x84\x0a\x64\xad\x00\x05\x95\x7b\x62\x2f\x30\x1b\x96\x4e\x1a\x1c\x50\x6e\x75\xfd\x59\xb1\xcf\xbe\xaf\x0b\x54\x6b\x40\x6e\x06\xf6\xb6\x4c\xb9\xd0\x2a\x8d\x59\x52\x8d\x93\x19\xef\x4d\xca\x3c\xe7\x93\x5a\x8b\x66\x29\xcf\x79\xcd\xef\xad\x87\x08\x52\x77\x39\xb9\x9e\x1d\x2b\xa5\x7b\xf7\xdd\x35\x87\xd9\x4b\xbb\xaa\x64\xe2\xc3\x34\xbb\x26\xf2\x6b\xad\x4d\x08\xc7\xe5\x35\x57\x9e\x28\xa0\xec\x43\xd4\x15\xcb\x8a\x27\xa9\x04\x0b\xfc\x3e\x6f\x79\xc1\xb7\x5a\x1f\xf1\x0d\xa0\xbc\xe6\x55\x95\xa5\xe0\x87\x9a\xd9\x50\x61\x7a\x20\xaf\xd5\x68\x83\x04\x32\xd1\x41\xaa\x73\x9e\xfe\xb4\xbe\xa3\xda\x65\x3a\x89\xac\x98\xe4\xab\x94\x33\xa5\x1e\xec\x2a\x4d\x33\x49\xc1\xac\x5b\x6e\xfa\xfd\xfe\x83\xd2\x2a\x47\x33\x2a\xdf\x59\x8c\x9e\x8e\x36\x8e\x4d\x9f\x29\x72\x55\x96\xa3\x4d\xa8\x0e\x25\x55\x89\xaa\x5f\xd7\x24\x9f\x54\xc5\x23\x5d\xdf\x64\x53\x26\x06\x50\x77\x38\x17\xa2\x0f\xbc\x63\x03\xd3\x62\xa3\xed\xdd\xee\xf6\xe8\xc3\xaa\x0b\x6d\x17\x87\x83\x34\xbb\x86\xbf\xc1\x26\x16\x31\xc8\xbd\x2f\x49\xa6\x7c\x36\xf2\x2c\xb1\x9f\xf9\x95\x1d\xad\x12\x70\xe8\xf7\x4a\xca\x45\x1c\x71\x76\xe4\x89\xda\xa8\x58\xc3\xdb\x33\x69\x99\x0c\xad\x3b\xd3\x67\x6d\x54\x38\xdf\x86\x64\x53\xd4\x1f\x03\xe2\x2e\x62\x60\xc8\x77\x05\x7d\x23\x86\x02\xd9\xb5\x88\x14\x36\xa4\xf9\x8f\xe4\xf4\x8f\xbb\x7b\x9c\xa4\x4d\x8e\x1f\x33\x5e\x7f\x38\x7b\x8d\x83\x08\xfc\x74\x93\x54\xc5\x4b\x6b\xe4\x87\x1f\xad\x37\x07\xe8\x45\x7e\xa9\xca\x15\x1a\xe9\xc5\x53\xd0\xef\xe9\xca\xd1\xe0\xd2\xe0\xf9\x34\x0c\xb2\x22\xe5\xb7\x61\x02\x36\xf0\x4d\xf5\x13\xb0\x19\xff\x07\x3f\x27\x58\x55\x4e\xb8\x10\x3c\x05\x6f\x9a\x53\xee\xbb\x63\x34\xa7\x37\x83\x7e\xbb\x6e\x90\xc0\xed\x89\x13\x9a\x27\xa5\x4d\xfa\x9d\x14\xeb\x6c\x14\xd9\xe0\x5d\xb9\x19\x80\xf9\x6a\x72\x70\xc0\xa4\x16\x68\xa4\x6e\x02\x08\xfe\xcb\x64\x76\x22\x8e\x1f\x2a\x0d\x09\x60\xa0\xf6\x29\x7f\xb7\x54\x36\xb0\xa5\xfe\xc3\x14\xbd\xd0\xd5\xef\x3c\x07\x13\x35\x35\xd3\xef\x16\x57\x65\xc6\x32\x27\x90\xab\x9b\x34\x3a\x36\x55\xcf\x1f\x16\x5d\x86\x6d\x0e\x3e\x37\x09\x19\xb1\xb5\x8f\xed\x58\x52\xf3\x23\x6b\x09\x27\x9c\x9c\x6e\x2a\x69\x98\xa8\x93\x3a\x9b\xe8\x40\x90\xef\x55\x66\x75\x92\xf5\xcc\xd8\x95\x06\x4e\xef\xae\x41\x32\x7a\xfc\x0f\x3d\x47\x0a\x9a\xd8\xc8\xb1\xbb\x74\x9d\xb2\x9d\x22\x89\x40\xc3\xa6\x84\x14\x26\x5b\x35\xac\xa1\x82\x5c\x01\xec\x53\x22\x4f\xec\x10\x0f\xee\x33\xa7\x84\x2b\xe3\x56\x7b\x92\xdd\x72\x74\xf6\xd7\x26\x99\x93\x8a\x27\x75\xd4\x8e\xbd\xe3\x36\xb3\x38\x3c\x8c\x1c\xb7\x43\x3f\xb3\x08\x69\x19\x71\xf1\x74\xc7\xa2\x9a\x49\xbb\x40\x1d\x2b\xe1\x85\xc9\x43\x59\xac\xe0\x09\xca\x37\x2f\x23\x8d\x22\x7e\xd7\x06\x37\xd9\x88\x1d\x1c\xb4\xe1\xfd\x48\xbf\x30\x06\xee\xde\x9f\x3f\xb3\xad\x15\xd4\x02\x3c\xd0\xd0\x68\xa1\xb1\x60\xa1\xde\xc2\x22\x51\x84\x7d\x0f\x7d\x17\x55\x67\xbc\x7e\xc9\xab\xec\x5a\x82\x3b\xa9\xf9\xcf\x55\xb9\x00\x4c\x55\x5c\x5c\xa1\xf3\x3a\xc1\x33\x6b\x2a\xe5\x0f\x27\x84\xad\x42\x32\xc9\x2e\x42\xfb\xa0\x1a\x1e\x1b\x74\x7f\x21\xce\xe1\xf4\x48\x29\x98\x13\xe1\xc1\x8c\xda\xc7\x73\x00\xba\x58\x1b\x1f\xd5\x17\xe9\x71\xb3\xd0\x0a\x54\xc5\x47\x40\xdd\x4b\xa0\x38\xd3\xed\x82\x01\xec\x5b\x4b\xdb\xac\xa5\x4f\x12\xda\xc9\x09\xc4\xe8\x0b\x7a\xe1\xa6\xec\xf3\x67\xab\xd5\xbc\x5f\x07\x1e\x81\x0c\xdf\x4d\xd4\x1a\x37\x3b\x69\x5d\xdf\x21\xc3\x46\xc7\x16\x59\xfe\xc1\xd7\x5b\x3f\x64\x1e\xfc\x0a\xab\x97\xb3\xf8\x2a\x6b\x47\x30\xfa\xab\xa7\x88\x02\x34\x8f\x18\x95\x57\x2b\xb0\x39\x5c\x06\xd4\xda\x4c\x44\xac\x96\x5c\x55\xf0\x75\x33\x9b\x68\xe4\x6e\x6d\x2a\x01\xb6\xc4\xf6\xd4\xab\x39\xc1\x87\xe8\x59\x65\xa3\x68\x77\x66\x4c\xd5\x52\x19\xbe\x17\xfc\x06\x89\x34\x50\x9e\x8e\xd3\xbb\xf2\x27\xc0\x4a\x96\x5c\x3b\x35\xe3\x0c\x98\xa9\x82\x95\x7c\x9e\xae\xed\xf2\x0c\xca\x3f\xa6\x4b\x8c\x47\xa2\x8e\x1b\x43\xa5\xee\x76\x7c\xb2\x5a\xc4\xc5\x2e\xe6\xf8\xb8\xbd\x49\xd4\xea\x74\x6b\xa3\xbb\x8e\x0b\x49\xa1\x3c\x88\xec\xdc\x1d\xde\x63\xe8\x19\x56\x82\x1a\x49\xd2\x68\xf0\x74\xcb\xd7\x3a\x0f\x8f\x12\x61\x4b\x12\x83\x07\x03\xb1\x43\xf4\x7d\x9d\x1d\xd9\x88\xdb\x2f\xb3\xf4\x8d\xca\xf9\x0e\xff\xed\xc4\x6d\xc2\x69\xc1\x24\xd3\x21\x72\xe6\x6d\xc5\xad\x69\x47\xc4\x3b\x8a\xda\x8a\xcc\x07\xa3\xb6\xf5\xc3\xe4\x26\x44\x97\x3e\x7d\x20\xa8\xb8\xc8\xfe\xe4\xad\xae\xaa\x81\x14\x15\xc1\xf3\x5e\x39\xb3\xb8\x4a\x43\xac\x87\x9a\xaa\xd7\x10\x4f\xfd\xe7\xb2\xb2\xc9\x37\xc8\xf5\x48\x55\x82\xfe\xf8\xc6\x1e\x6b\x5c\xa6\xeb\x2e\x6b\x2d\xca\x95\xe0\x69\x79\x53\x98\x99\xa8\x08\x42\xef\x48\x62\x0f\xf5\x5a\x11\xb3\x74\x25\x77\x2e\xd2\x3a\x7f\x6c\xc1\x6b\x00\x73\xfb\xfe\x14\xd6\x7d\xa9\x6e\x84\x3b\xbe\x58\x19\x0b\xf9\x90\x2d\xb4\x76\xfd\xea\x12\x25\xf7\xa3\xb7\x5d\x48\x75\x28\x90\x29\x1c\x34\xb5\xd9\x6f\x17\x9e\xd1\x2e\xcd\x0c\x1e\xde\xb5\xb3\xc0\x08\x6e\x08\xff\x5a\x38\x18\x8d\xdc\x95\x93\xc2\x00\x45\x26\x39\x4f\xaa\x57\x4a\x35\xfc\x5c\x9f\xb4\xb3\x6c\xc1\xa9\xa9\x79\xf3\x60\x7b\xde\x41\xf4\xed\x54\x91\x5b\x28\xe7\x67\x65\xbb\xf1\x06\x0c\xec\x4a\xbf\x64\x1a\x8a\x11\xb8\xf7\x44\x90\x4c\xc4\x1e\x50\xed\x3e\x34\x22\xce\xe3\xc7\xec\x60\x17\x0a\xfc\xc5\xa7\xd6\x42\xee\x60\xdb\x34\x1f\x3c\xcb\xe9\xf4\x2b\x11\x97\xc6\xb3\xfe\x7b\x96\xe7\x5a\x1f\x1c\x25\xb3\x70\x73\xf7\xcd\x73\x68\xe4\xc6\xf6\x0a\xdd\x81\xf0\x95\xaf\x1d\x4d\x10\xe0\x12\x08\xab\x57\xd7\xa2\x95\x14\xee\xed\xe5\xd9\xf0\x56\x61\xaf\xba\x6f\xbc\xa7\x8a\x26\x47\x4e\x65\x3a\xd3\x7c\x21\xbb\x5e\xf4\x6e\x64\x8a\x6d\xb7\xbf\x29\x74\x65\x5b\xfb\xd9\x08\x46\xde\xa7\x17\xf1\x15\x6f\xf5\x27\xa5\x82\x75\xd7\x67\x06\x74\x74\x36\x52\x40\xd3\x59\x91\xcf\x9e\x48\x6f\x4a\x6c\xca\x31\xf3\x89\x66\x03\x23\x4e\xa2\x3a\x3b\x97\xf9\x24\xc5\x77\xf3\x03\x93\x72\xda\xb2\x39\x5f\xd8\x42\x12\xac\xd1\x8e\x12\x26\xde\x32\x74\xbc\xc4\x10\x54\x88\xe2\xb6\x41\x20\xb7\xda\xfa\x7e\x51\xd0\x4a\x25\x27\xf6\x5b\xe0\xe7\xa0\x36\xc4\x8c\xf2\xeb\xca\x8f\x41\x4d\x15\x54\xca\xaf\x8b\x9f\x35\xf3\x13\xe3\xb4\x35\x8f\xee\xf2\x75\x5d\x72\xd1\x77\x59\x96\xda\xb6\x82\xb8\xfb\x69\x8f\xf7\xd7\x7c\x5a\xcb\xf2\xf5\x92\x5b\xe2\xed\xa9\x52\x20\x64\xa5\x14\xf0\xc3\x4a\x24\xa6\x25\x7a\xc6\xb3\xa1\x63\x46\xad\x87\xf9\x70\xf6\x1a\x5d\x89\x3e\x9c\xbd\x6e\xc3\xce\x76\xbc\x1a\x24\xe4\x22\x1b\xa9\x16\xc7\x7a\x82\x43\x76\x80\x7f\x39\x8d\x08\x4e\x28\xfd\x62\x74\x21\x2a\x46\xdd\x1e\x0b\xd8\x60\xcc\xce\x21\xed\x99\xdd\xb1\x21\xdb\xdc\x39\x03\x17\x56\x59\xac\x1c\xa4\xee\xfd\x54\x62\x37\xd3\x7f\x2f\xf1\xe1\x02\x1a\x02\xdc\xc0\x4c\x3c\x87\xb7\x6e\xaf\x8a\x09\x7a\x69\xfd\x7c\x1e\x70\x25\x4b\x00\xdd\x9b\xa1\xf0\x64\x37\x27\xdd\xcd\x88\x50\x31\x79\xb5\x65\x29\xfb\x96\xb5\x7a\xf6\x63\xcb\x7d\x95\x37\xc2\xba\xdc\x6c\xbb\x26\xfc\xed\x11\x9f\x06\x2d\x89\xc7\x13\x68\xd6\x8a\x28\x94\x1d\x05\x73\x1b\x49\xce\x41\x97\x5e\xaa\x10\x08\x15\xfe\x39\xe8\x06\xf7\x4c\x9c\xde\x9b\x1e\x87\x91\x7b\x80\x1d\x47\x3e\xf6\xed\xcd\x15\xaa\x41\x77\xdc\x0a\x2f\x82\xc9\x10\x70\x05\xf4\x5d\x11\x85\x3d\xc8\x3e\x39\x81\xf4\xeb\x92\x17\x7b\x5c\x02\x0e\x25\x8f\x2a\x13\x15\x86\x84\x45\xa1\xf8\xaa\x09\x1b\xd9\xba\x6e\x5c\xfd\x67\x88\xdb\x33\xea\x67\xab\xae\x1f\x62\xc9\x6c\x2f\x40\xc0\x44\x5f\x54\xd2\x71\x11\x47\x8c\xf8\x37\x1e\xaa\x07\x2d\xfb\x85\x20\xc2\x68\x43\x26\xd7\x57\xed\x1d\xe3\xc5\x4c\xbc\x4c\xaa\x2b\x08\xa8\x9b\x8e\x36\x40\x14\x9d\xf2\xb2\x80\xcb\x69\xb4\x71\x2f\x5c\x76\x1c\xbd\xd7\x08\x96\x38\xbd\xc4\x80\x32\xda\x44\x61\xe5\xb4\xdb\xf4\xfb\x7d\x7a\x4b\x93\x42\xfb\x12\xda\x68\x1f\xa7\x2b\x1c\xe2\x7b\xa1\xec\xcc\x72\x01\x77\x47\x04\x86\xf0\xd8\x47\x07\xae\xca\x9c\x8f\x2e\x1e\xa5\x59\x92\x97\x33\x95\xbe\x5f\xaf\xa5\xca\x92\x1e\x98\x3b\x48\xa0\x98\x0d\x3b\x66\x2d\x79\xb3\xb4\x9a\x61\xe0\x3c\x80\x8f\x36\x11\x5a\x74\x1c\x23\x50\x4d\xfd\x99\x04\xe5\xaa\x2b\xc5\x35\xdf\xed\x81\x08\x24\xfa\xa5\x53\xbd\xc9\x44\x43\x2e\x14\xa8\x9e\xb9\x3d\xe3\x53\x92\x10\xb6\xfc\x13\x29\x3a\xa2\xb5\xe0\x9d\x9a\x84\xf4\x18\x6d\x08\x51\x25\x44\xe2\x0e\xfa\x23\xb7\x98\x7a\xcc\x46\x18\xc1\x33\xc7\x5d\xd3\x0a\xab\xb2\xac\xef\x9c\x51\x19\xdb\xc4\xf0\x9f\xb1\x43\xe7\xb5\xd2\x2d\x6b\x62\x59\x47\x9b\xf8\xf7\x3b\xbf\x79\x8c\xab\x86\xf5\x1a\xbc\xf9\xfc\x59\x9e\x7b\x8f\x60\xa9\xeb\x04\xcf\xff\xb1\xd2\x63\x0e\xa3\xbd\x85\x43\x46\x45\x00\x65\x47\x10\x7c\x0f\x9a\x6f\x31\xc5\x1c\x6d\xe4\xee\x07\x2d\xe4\x2e\x85\x77\x47\x50\xad\x61\xa7\x16\x49\x56\x04\x75\xe1\xc6\x1b\x6d\x02\xd6\x29\xa8\xd8\x20\x43\x8d\x36\x0d\x05\x5e\x07\x47\x7e\x7f\x80\x9b\x0d\x33\xa5\x21\x53\x7d\xdc\x32\x6d\x09\x86\x3a\xc6\x02\xef\xb7\xa2\x6b\xf0\x84\x76\xc7\x74\x14\x17\x5b\xa4\xc0\x1f\x19\x79\xd7\xbc\x31\x8c\xac\xed\x53\xc5\x8d\xd9\xd6\xa1\x3c\x2e\x81\xb0\xe1\xf0\x83\x4d\x12\x49\x27\xd8\x24\xe6\x58\x9b\x04\xe3\xb4\x1b\xef\x5c\xb0\x24\x75\xb9\x8c\x0e\x79\x26\x71\xff\x73\x25\x9d\x2d\x53\x55\xa2\x50\x84\xd6\xc6\xa7\xbe\xa1\x72\xd1\x96\x7e\x65\xf1\x8e\x1e\x90\xab\xd9\xd2\x07\x56\x88\xf5\x12\x07\x60\xec\xeb\xa1\x6b\x7f\xe1\xd2\x5e\xaf\xfe\x21\xda\xb9\x58\x3b\x24\xb4\xa3\x51\xbf\x63\xfa\x8f\x72\xc9\x0b\x1b\xcc\x2f\xaa\xdd\x05\x9d\x62\xf3\x53\x61\xa3\x86\x58\x0b\x0e\x3b\x5b\x7c\x1d\x9d\xb1\xa7\x40\xca\x41\xe3\xf3\xb5\x17\x76\xf0\xdf\xb5\x32\xfd\xe6\x16\x5b\x5b\x6a\x8c\x95\x69\xea\xed\xd3\x75\x51\xcf\x79\x9d\x4d\xac\xc7\xae\x96\xfc\xd8\x67\xf6\x4f\xbe\x1e\x97\x49\x95\x36\x38\x52\x79\xf0\x29\xe9\xcd\xd5\xb4\xe4\x58\x7d\xe2\x04\xef\xc2\x8d\x5f\xc3\xd5\xc8\xaf\xd1\xea\xf9\xba\x6f\x0c\x3a\x40\x49\xc7\xd3\xe0\x01\x43\xed\x60\x93\x77\xa7\x9e\x10\xcb\x04\x72\x31\x60\xbf\xab\x72\xa7\x0b\xc0\x6b\x08\x07\xbf\xe4\x45\x56\xcc\x74\x80\x52\x05\x41\xf4\x8c\xc7\x0e\xda\x1d\x6b\x73\xb0\x89\x73\x9c\xf7\x54\x3b\x7b\x0f\xb8\x5f\xa2\x3b\x8f\x1c\xdc\xc1\x40\xe5\x57\xd6\x51\xf2\x21\x49\x01\x0a\x26\xc4\x3b\x11\x21\x31\x5e\xd5\x10\xa1\x45\x39\xc6\x8f\xcb\x14\x24\x0b\xd7\xba\xc1\xb9\xd4\x00\xab\xf2\x26\xa3\x8f\x38\xe6\xf0\xbc\xf6\x22\x61\x34\xbf\xc7\x3a\x4a\xf8\x26\x3b\x3b\xd9\x63\xd7\x51\xe2\x6e\x0b\x33\x11\x33\xe3\xdb\xda\x83\x56\x6f\xb9\x1d\x05\xaa\x6d\xf5\x38\xe3\x5f\xe6\x9e\xf7\x50\x43\x2d\x36\x62\x3c\x47\xd5\x51\x60\x0d\xb4\xed\xbd\x27\x78\x31\x6f\xc2\xce\x83\x03\x4d\xcb\xa8\x94\x69\xbf\x2a\x4d\x89\x25\x1e\x7a\xf4\xa8\x42\x32\x3e\x72\x44\x27\xee\xd9\xa4\xef\x63\x7f\x03\xf3\xda\x6e\xc9\xe3\xd5\xf0\x99\x84\xed\x7a\x17\x46\xa4\xf7\xe6\x49\x34\x2b\x5d\x75\x8d\xa8\xbe\x33\x90\x3e\x3d\xd6\xcc\x57\xf7\xf4\x6d\x00\x7b\xca\x8a\x45\xd8\x2f\x35\x6c\x7b\x07\x03\xa6\xb1\xce\x1a\x06\x93\x4b\xbf\x13\x47\xb0\x6d\x50\x78\xc0\x4e\x6b\xe0\x92\xf8\xf7\xcf\xb5\xf8\xdb\xf5\xf5\x46\xfb\xa9\xae\x9d\x80\x91\x1a\x9b\x1a\xb7\x5d\x29\x1d\x8d\x4d\xb1\xd5\xbc\xfa\xd0\x0f\x83\xb8\x1f\xd3\xb0\xfe\x6d\xab\xef\x09\xb7\x96\xb1\x43\x87\xbb\xda\x1c\x34\xb3\xb2\x8f\x1f\x7f\x7d\x0e\xf5\xd0\x1a\x4d\xbb\x2c\x20\x6a\x0c\x47\x1b\x1f\x00\x1e\x5f\xb9\x0d\x2b\x09\x0c\xbc\x56\x46\x25\x14\xbe\x61\x78\x35\x8d\xca\x63\xb4\x89\x61\x82\x57\x1b\xd2\x83\xef\x55\x33\x2e\xc7\xb8\x75\xe4\xd2\x01\x57\x47\x9b\x0d\xfc\x40\xcd\x67\xeb\x45\x52\x4c\x78\xde\x62\x77\x4e\xfd\x81\xc3\x13\xc7\x54\x4b\x31\x62\xd2\x78\x8c\x0c\x26\x2b\x54\x09\x4f\x90\x8e\x41\xeb\xa5\x2b\x8f\x25\x35\x07\xa7\x96\xf0\xb8\x69\xb3\xd3\x5d\xa9\xcc\xb5\xdd\xdf\x5e\x07\x96\xbc\xe8\x91\xbf\x8d\xdd\xec\x5d\x10\xb6\x55\x9d\x43\x53\x35\x24\xbd\xf4\xb4\xec\x22\x85\xd8\xcf\x5d\xa0\x2e\xf2\xb6\x36\x1d\x6d\xe8\xb2\xbd\x9d\x57\xba\x3b\x59\x23\x2b\x3c\xe5\x9d\x76\x4f\xe1\xd7\x12\x29\x9f\x7a\x2d\x37\xfd\x7e\xdf\x5b\x75\xf3\x89\x99\x08\xd1\x6e\x58\x40\x14\x7e\x56\x99\xee\x1e\x62\x5f\x4b\x65\x9b\xdd\x6d\x97\xdc\xe8\xef\x87\x22\xaa\x7a\xff\xdb\x4d\xe2\x2d\xaa\xa8\xbe\x77\xee\xa5\x52\x97\xdc\x1d\x29\x07\x20\xe3\xaf\x82\x33\xdf\x3e\x2f\xf3\xda\xf8\x05\x97\x8f\xdb\x97\xbd\xcf\xa0\x7a\xf4\xea\x96\xa8\x1c\x6d\xf5\x65\x58\x8d\x09\x47\x42\xac\xde\xa3\x91\x52\x36\x6d\xa2\xb3\x6a\x77\xee\xbe\x2e\x56\xc4\xec\xcb\x7c\x23\x0a\x65\xfc\x14\xe1\x5e\x1b\xf8\x5a\x02\xdb\x90\x33\xf6\x6f\xec\x39\x87\x54\x77\xa3\x70\x80\xfe\x24\xcf\x78\x51\xff\x0a\x15\x9e\x79\xf7\xbc\x84\xd2\xaf\xcd\x4d\xf1\x8b\x69\xea\xca\x59\x46\xd8\xb6\x50\xf4\x4d\x10\xd5\xac\x0e\x9d\x81\xdc\x97\x64\xf3\xaa\x14\x37\x48\xd3\x10\x8e\x98\xb6\x90\xf8\x59\x36\x72\x49\x10\x3f\x2b\xb6\x09\xda\xd2\x9f\x28\xc4\xb5\x8b\xe6\xb3\x06\xd5\x0a\x18\xef\x40\xb3\x26\xa9\xda\x15\xcb\x02\x77\xe3\x25\xba\xd3\x34\x05\x21\x09\x63\x86\x38\x6c\x7c\xd4\x42\x88\xf9\xaa\x01\x07\x36\xbb\x22\x6b\xd0\xb7\x0f\xbf\xba\x2f\xbf\xc5\x76\xc4\x18\x74\x49\x62\x53\xf0\x1b\x4f\xba\x8e\xab\x5d\xe2\x52\x6d\xd8\x7a\x87\xc8\xaf\x75\x25\x66\xe1\x11\xd3\x48\x5a\x16\xba\x6c\x53\xa3\x34\xe2\x4b\x61\x90\x02\x8d\x9d\x9a\x63\xb0\x6c\xd3\x37\x45\x96\x73\x67\xc1\xab\x99\x3f\xeb\xb8\x2f\xd9\xe8\x9c\xd7\x44\x05\xd3\x65\xdf\x3d\x79\xd2\x20\x71\x6c\x31\x25\x94\x3b\xb1\x45\xe3\x14\x59\xee\x41\x18\xff\x90\xae\x1f\xc6\xd2\x10\x68\xe8\x23\xaa\x37\x22\xf7\x92\x65\x72\x8d\x1a\x2d\x29\xd6\xe1\x34\xa3\xf8\x18\xe9\x2f\x84\x5b\x7c\xd9\xcd\x96\xbf\xed\x7d\xcc\x3b\xef\x8f\x80\x0e\x0d\x88\x94\x86\x48\xf8\x80\xd1\x95\xcb\x86\x3f\xbe\x52\x0a\x36\x4f\xc1\x54\x08\xf5\x7c\x4e\x7a\xad\xfb\xf8\x18\xc2\x48\x06\x03\xad\xdd\x45\xd7\xf9\xfe\x2f\xc9\x38\x8e\x73\x9b\x5f\xeb\x17\x88\xfd\xee\x55\xff\x35\x9b\xcd\x25\xad\xac\x12\x51\x3b\xd6\x77\xa7\x90\xe0\x17\x9e\xb2\xde\x64\x05\xe6\xeb\x8e\x14\x40\x9a\xe8\xc8\xf7\xff\x6c\x2c\x68\x2c\xf9\x6d\x3e\x7d\x53\x8e\x33\x95\xe7\x4b\x4a\x8a\x3f\x97\x45\x7d\x9a\xfd\x09\x53\xbd\x97\xfb\xe4\xfd\x3d\x25\xbd\x5e\x30\x49\x5b\xe3\x98\xda\x15\xd2\x07\xa9\x76\x0b\xc0\xdc\x91\xad\x85\xe8\xa1\xb1\x3d\xa6\x1f\x83\x84\x8b\xe6\x63\x4f\xfe\xc6\x12\x9b\x37\xd1\x96\xea\x6f\xba\x06\xcd\x7e\x48\x6b\xd9\xef\x58\x33\xe2\xdc\x66\xab\x07\x85\xd8\x86\x66\x24\xb4\x95\xed\x57\x35\x07\xea\x2c\x48\xa6\x60\x3f\x33\xfd\xf1\x39\xf8\x94\x62\x11\x36\xd6\xd9\xff\x6c\x3b\xfc\x42\x4b\x31\x97\x9f\x5f\x03\x4c\x9a\x28\x10\x22\xeb\x6f\xa9\x94\x51\x98\x78\xcf\x16\xe3\x17\x5a\x1a\x40\x90\x7c\x6e\xa9\x7c\x59\xe8\x45\xd9\xca\x44\x4f\xd2\x1c\x35\x43\xcf\x59\xd2\x76\xd0\x73\x8b\xd4\x2e\x98\x34\xf8\x4e\x55\xb1\x80\x6f\xb4\x8e\xb6\x04\xf4\xea\xbd\xe6\xd3\xda\xaf\xf6\x73\x50\x4b\x21\x16\x1c\x4e\xa7\x68\xa1\xc6\x80\x1c\xf5\x4e\x49\x3e\x23\x25\xd0\xad\x53\xac\xf2\x8c\x5c\x38\x69\xe0\x9d\x1a\xb7\x0a\x9d\xf1\xad\xdb\x29\xc2\x4f\xb4\x38\x58\x19\x7e\xd6\xab\xa3\x69\xc7\x80\x51\x43\xdb\x40\x75\x8a\xa6\xab\x3c\x1f\xb2\xd6\xd3\x27\x4f\xfe\x3f\xd8\x67\xb2\xaa\xcb\x21\x6b\xc9\x7f\xf0\xc3\xad\x18\xb2\xef\xfe\xd7\x77\x0a\x4e\x43\xf6\xfd\x0f\x4f\x10\x22\xe9\xd3\x21\xfb\xfb\xff\xfe\x4e\xfd\xf8\x6e\xc8\xfe\xf1\xc3\x0f\xb8\xec\xd9\x90\xfd\x6f\xa8\x15\x8c\xfd\x06\xb2\xe5\xeb\xc1\x83\xb1\x0a\x48\xb4\xa5\xfb\x1f\xb2\x1f\xfe\xc3\x74\xf8\xc3\x77\xf8\xf7\x6d\x0e\x49\xf8\x4d\xe7\x83\x01\xfb\xb9\xcc\xf3\xf2\x06\x5d\x79\x0a\x51\xdb\x00\x82\x6c\xcc\xf3\xf2\x06\xb2\xbc\xcf\x78\x8d\xde\xc5\x15\x4f\xae\x20\x23\x8c\x68\x77\x2e\x99\x0e\xea\x48\x72\x18\x43\x97\x05\x9f\x70\x21\x92\x6a\x2d\x19\x79\x60\x05\x30\x14\x6e\x9a\x4d\x21\x54\x08\x52\x31\xc1\xca\xa9\xcd\x24\x6f\xcb\xc6\x76\x90\xbe\x5e\x3e\xa0\x18\x92\x49\x75\x05\x18\x4a\x76\x7e\xf9\xa3\x44\xaf\x84\xb5\x17\x59\xd1\x53\x76\x9c\x7f\xdb\xc4\x6e\x87\xbb\xe5\x6d\xe7\xf2\xa3\x49\x6e\xa3\xea\xda\x6d\xed\x0b\xbc\x40\xee\x3c\xe0\x23\xfa\x7e\xc1\xf0\x80\xa3\x3b\x47\x5f\xa4\x4f\xcd\xf0\x7b\x76\xfc\x9f\xfb\xf6\xfc\x5d\x74\x61\x70\xc4\xbe\x60\x5d\xe6\x42\xf4\x66\x90\xf3\x69\x3d\xa4\x38\xdb\x5f\x68\x1b\xc7\x70\x72\x12\x81\xef\xbd\xee\xe8\xc2\xc3\x61\xf3\x59\xf3\xba\x81\xb4\x7c\xc1\xe2\xf7\x9d\x83\x59\x5f\x6c\xf1\x0d\x13\xb4\x94\xed\xbf\x61\x82\xb7\xb9\x37\x87\xc1\x80\xbd\x49\xae\x54\x50\x4f\x98\x80\x60\xf3\xe4\x9a\x93\xe3\x5c\x97\xf1\x13\xcb\xc6\x6b\x56\x71\xb0\xdc\xc2\x34\x3c\x3a\x51\x85\x3c\xcb\x3a\x82\x7e\x26\x30\xa9\x8d\x7a\x26\xe5\xd3\x29\x70\x36\x25\x9b\x02\x2d\x62\x29\x17\xd9\xac\x60\x15\x4f\xf3\xac\xe0\x96\x0a\x44\xc8\x90\xe4\xf0\xbd\x58\x00\x9d\x21\xdb\xb0\xf3\x5b\xad\xb8\xfd\x38\xb4\xcc\x12\xd1\xe1\x1a\x79\x20\xe7\xb5\x9d\xa4\x8d\x98\x84\x84\x09\xe9\xd4\xa5\xbd\x2c\x2f\xbb\xfa\x97\xbe\x16\xe5\x17\xbc\x33\x2e\x21\x50\xdd\xa5\xbd\x57\x2e\x55\x5f\x92\xa2\x42\x32\xab\x39\xd7\x29\x40\x21\xf4\xe4\x98\x4f\x12\x15\x30\xd5\x66\x1c\xd2\xf9\x8b\xb2\x82\x41\x00\xe7\x39\xa7\xf0\xd5\x3d\x16\x29\xee\x08\x84\xca\x95\xdd\x2a\x90\x92\x00\x57\x0a\xba\x92\x78\x23\x6f\x49\x08\x36\x90\x76\x88\xf5\x24\x6e\xb2\x7a\x32\x47\x20\x1a\x11\x01\xd2\x8e\x36\x04\x57\x18\x6a\x29\x42\xf8\x48\x89\xff\xf5\xfb\xfd\x08\xb5\xb6\xca\x1c\x23\xee\xc2\xaa\x9e\x45\x07\x54\xfc\xc2\x97\x8d\x04\x15\x62\xa4\xfb\x7e\x73\x41\x06\xe5\xaf\x9e\x0a\xd4\x88\x90\xe3\x07\xcc\x15\x59\xa6\xff\xf1\x09\xdb\x0a\x11\x42\x7b\xbf\x65\x11\x3e\xef\xdf\x63\x59\x4d\xe4\x79\xc7\xb2\x94\x66\x70\x18\x96\xdd\x39\xb1\xc6\x28\x39\xa2\xb7\x82\x92\xb8\x7e\x4a\xac\x66\xb6\xf5\xc3\x0f\xcb\x5b\x2a\xf0\x89\x79\x52\x49\x68\xa7\x69\x56\xcc\xcc\x1b\x2d\x46\x73\xc1\x8f\xaf\xe1\x02\x68\x7d\x27\x1b\x76\xc9\x77\x70\x02\x20\x05\x91\x9c\xae\x86\x94\x04\xcf\x08\x56\x9e\xed\x0c\x5d\x81\xd6\xcd\x41\xaa\x09\x8c\xe7\xca\x10\xf7\xaa\x88\x86\x81\x71\x1e\xe9\xfc\xaa\xa1\x43\x44\xd4\x1d\xa2\xc1\x19\x22\xe6\x0a\xe1\x38\x42\x34\xb9\x41\x34\x3b\x37\x50\x67\x36\xf4\x42\xda\x1e\xb4\xc6\x79\x91\xd7\xcf\x2e\x1c\xa2\x11\x8a\x2e\x9b\x96\x85\xfc\x47\xf0\x45\x52\xd4\xd9\xe4\x45\x99\xcb\x13\x80\x0f\x2f\x7c\xc1\x49\x23\xdf\xf7\xc5\xd7\x03\xb4\x03\x5d\x0b\x23\xde\x59\xda\xc1\x08\x17\xa5\x6d\x92\x1e\xee\x62\xe5\x86\xd2\xd3\xaf\x5e\xa0\x82\x38\xd7\x87\xc1\x33\x35\x77\xdd\x01\xfb\xb0\x72\x75\x74\x3d\x27\x15\xf6\xf8\x31\x6d\xec\x79\xae\xb8\xc8\xe3\xd5\x6d\x70\xb7\x21\x04\x65\x7b\xfa\x4b\x27\x01\x66\x32\x16\x65\xbe\xaa\x9d\xe2\xba\x5c\x6a\x89\x0c\xff\x43\xee\x8b\x7e\xa9\xf0\xd8\xd1\x4f\x63\x40\x4a\xfa\xed\x8e\xac\x99\x6e\x0a\xfa\xb4\x10\x0f\x3a\x77\x7d\xb8\x03\xcd\x6d\x0f\x76\x37\x96\xdb\xd7\xe8\x0e\xf5\x51\xfd\xab\xdc\x00\xc8\x6e\x6e\x01\xa1\x15\x58\x55\xa7\xab\x4a\x40\x84\x0b\x55\xb1\x15\x5d\x75\xc4\x9b\x41\xfe\x8c\x28\x19\xfb\xd3\x24\xe5\x27\xc5\xd3\x27\x16\x7c\x71\x6f\x88\x6d\xed\xdf\xad\x6a\xdb\x81\x5e\x26\x71\xf2\x20\x4b\x3d\x08\x82\xcd\x30\xdf\x91\xed\x82\xbc\x83\x45\xfc\x12\x9c\xd7\x17\xfa\x5e\xd0\x52\x19\x5a\x09\xb4\xee\xbc\x39\xa1\xce\x2e\x76\x8a\x64\x49\x0c\xa5\x25\x03\x3f\xab\xca\x55\x91\x02\xfd\x18\x7a\xe4\x04\x9c\xc8\x7f\x32\x75\x1c\xb4\xbc\x3d\x9d\x27\x69\x79\x33\xd4\x14\xa9\x0f\x21\xc9\x25\xf8\xfe\xf1\x43\x77\xff\x1d\xdf\x71\x68\x54\x8c\xc4\x21\x6b\x4d\x73\x7e\x4b\x4b\xe4\xef\x97\x59\xc5\x27\xaa\xf5\xa4\xcc\x57\x0b\x07\x3c\x12\x13\xa7\x79\x79\xf3\x9f\x51\xe0\xe9\xd2\xff\x13\x99\xd4\xef\x7c\x7c\x95\xd5\xef\x54\x8d\x53\x9d\xa3\x76\xc8\x5a\x75\xb9\x9a\xcc\x5b\x5b\xcf\x67\xe4\xa4\x0f\x06\x70\xd8\xbb\x78\xc0\xbb\x28\xfb\x81\x28\xa0\xa2\x7d\xa6\xbc\x60\x29\x5f\x72\xcc\xf8\xa5\xac\x43\x81\x8c\xaa\x64\x4f\x78\x4c\x25\xab\x0f\x42\x01\xc8\x76\x44\x16\xe8\xfb\x54\xa5\x41\xe8\x64\x96\xc8\xd0\x1a\x92\x92\x91\x1a\xa1\x68\x3a\xb5\x16\x31\x8c\x72\x5c\x43\x17\x5f\xcf\x63\x0a\xfa\x8f\x43\x3f\xb5\xc0\xb8\xac\x52\x5e\x21\xef\x71\xf9\xfd\xf2\x96\x89\x32\xcf\x52\xf6\xb7\x8d\x87\x7d\xd7\x49\x95\x25\x45\xfd\x13\x54\xbf\xbb\xec\xc6\x7a\x51\x9c\xca\x43\xbb\xb9\x73\x7e\x61\xcc\xd3\x40\xbd\x05\xf2\x50\xe4\xdc\xd1\xbf\x1a\x9d\xa7\xa5\xa4\xe8\x1d\xec\x70\x8b\x9c\x0d\xd8\xa3\x53\xe3\x91\x7d\xaf\x8e\xa3\x7b\xef\x61\x47\xb8\xf7\xb7\x62\xbf\x99\x11\x2f\x6a\x77\x56\x6a\xd0\xe0\x94\xf9\xf7\xdf\x96\x8b\x8d\xf4\xb6\x48\x6e\x7f\xc7\x39\xb6\x9e\x3e\x79\x72\x7d\x73\xaf\x2b\x22\xbc\xe4\x62\x44\x5f\xe4\x59\xca\xa1\xd6\x49\xf1\xc3\x93\xdd\xbd\xee\xdf\xa9\xc4\x79\xa7\xcf\xe6\xdb\xe8\x1e\x53\x95\xbd\xbe\x5b\xd5\x7b\x75\x7b\x4f\x00\xb8\xdd\x6e\x65\xcd\xf5\x2d\x64\xdf\x87\x62\x37\x91\x2e\x8d\x32\x58\x28\x7c\x9c\x49\xf2\xf9\xf4\x3f\xf6\xa1\x37\x8e\xea\x0b\xed\x48\xf6\x54\xf8\x9a\x31\xed\xfd\x23\x40\x2c\x68\x79\x64\x26\x20\xe6\xf2\xbf\x3f\x55\xba\xf1\xa7\x8d\xc4\x24\x46\x23\x1a\x0c\x57\x1b\x20\xd0\xca\x8a\x39\xaf\xb2\x3a\x86\xe0\x83\x01\xeb\xb1\x57\x2a\xf1\x4f\xad\xd3\xf2\xe1\x02\x94\x38\xa4\x03\xca\xcf\x13\xc1\x12\x72\xd1\xa3\x82\x1e\x93\x8a\xa8\x6c\xdb\x10\x68\x1e\x5f\xdb\xfa\xce\x08\xcf\xd3\x54\x80\x00\x00\xa6\xf1\xb5\x89\x56\x8f\xe9\xb9\xe7\xe5\x0d\x53\x96\x64\x99\x60\x63\x2e\x31\x0c\x63\xd2\xa7\xf6\xc8\x50\x89\xcb\x5b\xec\x03\x99\x0f\x9f\xeb\xa1\xef\x81\x31\x8c\x2b\xc2\x68\x1e\x9b\x7d\x18\x8c\x3f\x56\xa2\xce\xa6\x6b\xfb\x30\x29\x2b\xf4\x78\x91\xc6\x36\x64\xf7\xd6\x6a\xec\xf4\x05\xf7\xc6\x75\xb9\xaf\xa8\xf1\xb3\x64\x6b\xdc\x6f\x6d\xbb\x99\x27\x59\xe3\x97\x4a\xf2\x77\x4f\x1b\x98\x26\x9f\xa5\xf2\xe7\xaf\x1f\x51\x63\x33\x9f\xbb\xf1\x52\x22\x8a\x8a\xd8\x7a\x92\x3c\x9b\x15\xa7\x3c\x9f\xea\xcd\x10\x75\x52\x45\xcf\x47\x20\xe9\x11\x76\x7c\xf7\x56\x35\xad\xfe\x3e\xdb\x3d\x18\xa8\xf3\xa9\x8e\x67\x56\xe7\x9c\xe9\x3c\x91\x62\x5e\x65\x05\x24\x4b\x51\x9c\x5c\x26\x58\x5d\x96\xf8\xb4\xe5\xee\xc1\x29\x54\x8d\x5d\x93\x2e\x9c\xf1\x39\xba\x19\xd6\x4e\x18\x21\x94\xa0\x6f\xad\x6d\x83\x07\xe8\x49\xe3\x79\x74\xba\x61\x2c\xcf\x0a\xfe\x2b\xd7\xca\xa2\xff\xb5\xbc\x8d\x71\xd8\xbf\x63\xa4\x43\xe0\x56\x7b\x37\x65\x95\xd2\x4a\xf2\xf7\xce\x0a\xc0\x8c\x35\xd6\x98\xaf\x97\x73\x5e\x84\xc2\x05\xd9\xae\xa8\x82\x48\x03\x30\x62\x84\x10\x83\x63\x50\x2d\x06\xb9\x66\xa9\x82\x72\x27\xae\xc6\xc9\xc3\x9c\x38\xee\xd9\xb3\x1c\x5c\x0b\xe1\x71\x6e\xbc\x39\x3c\xda\xb2\x95\xac\xdc\xf7\x74\xaa\xbb\xeb\x27\x25\x10\x7d\x17\x67\xec\xb6\x2e\xfd\x2f\xbc\xe7\xe3\x50\xdd\x75\x67\x6b\x78\x69\x63\x8d\x18\xb8\xa6\x34\x46\x13\xdb\x42\x03\xb0\xe2\xd7\x21\x02\x5a\xfc\x41\x4e\xe1\xa9\x11\x7e\xea\x2a\x29\xc4\x32\xa9\x8c\x99\x09\xfe\x57\x1b\x73\xb8\x21\xbb\x2c\x97\xc9\x24\xab\xd7\xec\x6f\x9b\xd0\xfc\xaa\x9f\xae\x2a\xf5\x25\x5f\xf1\xef\xef\xe2\x95\x78\x22\xb8\x8e\xc5\xfe\x9d\x23\x51\xfd\x4f\x72\x6a\x31\x51\x7c\x37\x53\xf6\x57\xb0\x28\x64\x77\xe2\xed\x1c\x91\x74\x07\xd6\x6d\x61\x00\x48\x85\x2f\x3c\xad\x4f\xff\xd1\x6d\xe0\xc3\xff\xd1\x38\xbd\xd0\xb7\x6b\x48\xa3\xf2\x11\xfb\x23\x2a\x0c\xba\x9a\x5e\x6f\x41\x93\x88\x06\xd6\x9b\x38\x03\x19\x50\x8a\xae\x4a\xf4\x7f\xfa\x83\x87\x07\xea\xf6\x42\x65\xf1\x32\xc9\x79\x5d\xf3\x7e\xc1\x57\x75\x95\xe4\xa7\x7c\x52\x16\x69\x52\xad\xbd\x36\x53\x65\xbc\x37\x74\x4d\xf9\xf0\xf9\x67\x8b\xc6\x60\x1f\x66\xc2\x9b\xaf\x2f\x4b\xe8\xc3\x10\xc8\xc7\xcc\x8a\xe3\xf8\xb4\xd3\x38\x8f\x8f\x5d\x17\xc0\xbf\xca\x6b\x88\xa7\xde\x11\xda\x06\x97\xf7\x55\xb6\x70\xa1\x12\x9e\x15\xfc\xf7\x4e\x3d\x44\xdd\x2b\xfd\x08\x78\xcc\xa5\x6c\x9f\xb4\x17\x36\x75\x81\x6f\xfe\x38\x4e\x04\x77\xaa\xda\x27\x28\xbf\x2a\x7a\xe8\x35\x19\x5c\x7e\x71\x9e\x8a\xc1\x37\xdf\x5c\x14\xec\x1b\xa5\x95\x4b\xb9\x98\x54\xd9\x52\x65\x88\xfc\x66\xe0\x3d\x94\x29\x1d\xb1\xca\xe1\xad\xa8\x66\x34\x11\xc3\x11\x1b\x29\x48\xc5\xd3\x33\x34\x65\xbb\x90\xdb\x62\xc0\x06\x9b\x64\x20\x03\xbf\x5c\x67\x35\x1d\xf1\x7b\x52\x2e\xf9\x50\xa7\xc3\xc0\xad\xed\x5e\x40\x9c\xd7\x7b\x6c\xad\x82\x2b\x44\xb8\x32\x10\xfb\x71\x9a\xaf\x78\x51\xaf\xb2\x01\xe0\x5a\x2b\x7c\x3c\x84\xfa\xc0\x46\xdd\xd6\x5e\x32\x05\xf5\xf5\x10\xbb\x24\x56\x1a\x47\x6d\x1b\x1b\xe2\x99\x6b\x8d\x0c\x79\x9f\xb0\xb3\xbb\x46\x1c\x94\x95\xe0\xa8\xaa\x04\x60\xa7\xbc\xae\xb3\x62\x26\x22\xd3\x5e\x45\x31\x13\xe7\xb7\x73\xa9\xa6\xbe\xb3\x48\x8b\x4d\xf4\x73\x04\x43\xa1\xb8\xbb\x0f\x44\x35\x16\xfe\xc2\x6b\x3c\xd4\x58\x59\x2f\x52\x39\x32\xdd\x42\x5a\x6d\x67\xe5\x82\x89\xac\x98\xe5\xbc\x2e\x8b\xbe\xc2\x58\x63\x0d\xa2\x52\x68\x25\x35\x4c\xa0\xdd\x19\xaa\x19\x39\xf6\x32\x68\x36\xac\x92\x93\x35\x80\xb5\x7d\xde\xc2\xb9\x7e\xec\xf4\xf5\x8b\xe4\x1d\x9d\x36\xa2\xd5\xbc\x2c\xaf\xc0\x20\x70\x59\x95\xb3\x2a\x59\x48\x56\x63\x02\xa1\xc7\x93\xc9\x84\x0b\x30\x1e\x02\x65\x38\x50\xad\xd8\xf9\x5a\x09\xb5\x27\x68\xe0\xaf\xfe\x76\x5e\x9a\x6b\x55\x6e\xf1\xa4\x4d\x77\x81\x3e\x74\xe6\x7c\x96\x4c\xd6\x67\xb4\x01\x81\x86\xfb\x78\x89\xdd\x7e\xfe\xec\x34\xfa\xfc\x99\x22\x4a\x7b\x03\x4e\x1d\x2e\xc1\x84\x99\xe1\xf9\x9c\x73\x8e\x8c\x36\xe4\xc4\x7a\x21\xc4\x29\xaf\xf1\xd0\xca\x1b\xe9\xe7\x64\xc2\xe5\x09\x84\xc2\x9f\xd5\x07\x28\xbd\xe2\xeb\x69\x05\x4f\xba\xba\xf8\x9f\xfa\x0b\x31\x3f\xb7\x68\x03\x55\x7a\x4d\x64\x11\xe6\x82\x2e\x70\x34\xf3\xd3\x80\x90\xbc\x9c\xd7\xec\x93\xe0\x3c\x65\x23\xf6\x24\x3c\xd0\xd0\x3f\x2e\x49\xf7\x33\xf4\xba\xd5\xd6\xe6\x5c\xf0\x7a\xc8\xfc\x64\x72\x27\x53\xa5\xc2\xd2\x50\xc1\x8a\x98\xb9\x3e\x13\x6c\x91\xa4\xbc\xcb\xb2\xe2\x3a\xc9\x33\x48\x3a\x0a\xd6\x4e\xc9\x64\xce\x21\xe5\xbd\xd2\x5b\x59\xa0\xf6\x67\xbc\x3e\x29\x44\x9d\x14\x13\xde\xee\x40\x8c\x03\xc1\xb5\x83\x0e\x2c\xe4\xdb\x6f\x95\xf7\x48\x17\x37\x15\x02\xce\xeb\x89\x41\x8d\xae\xde\x6d\xb9\x02\xcd\xe1\x60\xbc\xc8\x53\x5e\x77\x59\x09\x34\x5f\x74\x42\xf7\x4d\xba\x9b\xed\x36\x24\xd9\xed\x67\x02\xfe\x35\xed\x3b\xec\x98\xe9\xbf\xd9\x90\x9d\xeb\xbf\x3f\x76\xe4\x9e\x26\xc5\x9a\x0c\x80\x1f\x9c\xe9\x56\xca\x63\x11\x91\x62\xc8\xda\x1a\x61\x76\xce\x4b\xb7\x31\x2d\x3a\x91\x8e\x0d\x3a\x0d\x09\xae\xc5\xfb\x33\x55\xdb\x0e\x56\x26\xc5\xda\x76\x7c\x6f\x8e\x61\x22\xf6\x27\xcc\x2b\xc1\x5f\xaa\xb0\xd7\x91\x36\x98\x77\x12\x83\xfe\xf7\x94\x69\xb2\x9b\xca\x6c\x91\x5c\xf1\xe0\xd2\xb7\x1f\x1b\xae\xbb\xf7\xaa\x2b\xe5\xbb\xe5\xd2\x77\x5d\xd8\xe4\xb3\xb1\x0f\x79\xdf\x92\x4b\xb3\x21\x54\xb5\x36\xfc\xd1\x24\xd1\x4e\x51\x19\xea\xd8\x45\xb5\xdb\x2a\xca\x29\x54\xec\xf8\xa6\x39\x9e\xc0\xa2\xcc\x4d\x1c\xf3\x92\x8b\xc0\x8a\x43\x4a\x43\xf1\x77\xff\xbd\x15\x4a\x56\xe0\xda\x5f\xd6\x42\x34\x5e\x64\xf9\x7a\xc8\xa8\x6d\x48\xdf\x16\x78\xb5\x7f\x57\x2c\x77\x50\xfb\x77\x57\x25\x4b\xe5\x82\xa0\xae\xfc\x4c\x6a\xbe\x29\xff\x7c\x27\x6e\x41\x72\x58\x94\x98\xd0\xd8\x6b\x14\xa9\x41\xda\xe3\x9b\xf3\xb6\xf6\x91\x1a\x0d\xb2\xd9\x1d\x9e\xaf\x49\x59\xa5\x87\x68\xf9\xda\x95\xc7\xf1\xc8\x66\x22\xd4\x97\xf0\xaf\xf2\xfa\xad\x4b\x96\xa4\xa9\x4a\x1d\x56\x97\xb0\x8f\x3a\xf6\x5f\x8c\x41\x78\xbe\x5c\xe6\x6b\xd0\xa6\x9d\x95\x10\xb5\x4d\xa0\x2f\x67\x78\x2c\x54\x62\x49\x2e\xce\x4a\x68\xa4\x0d\x71\xcf\x3f\x3a\x2e\xb7\x26\xd1\x8c\xac\x73\x56\x02\x9a\xe9\x40\xd5\xb6\x5c\x95\x2a\xa7\x7a\x5d\x77\x34\x1a\xb1\x96\x9c\x71\x8b\xdc\xe2\x63\xac\x43\x08\x43\xbb\x73\x0c\x18\xa4\x7a\xdc\x9d\xdd\x95\x8e\xf6\xf9\x33\x3b\xf0\x92\xe4\xc7\x03\x8c\x49\x46\xa6\x4d\xac\xae\xd4\xb2\x59\x39\xf5\x00\xe1\x39\x02\xd3\xca\x8e\xef\xae\x1c\x15\x43\x1b\xbc\xce\x44\xdd\x4f\xd2\xd4\xad\xdb\x98\x0a\x21\x9e\xc5\x7c\x9f\x95\x79\x6b\x23\x7d\x3e\x6c\x7d\x3b\x56\x18\xac\xb1\xe2\x8b\xf2\x9a\x37\x2c\x33\xe2\x76\xac\xee\x18\x76\x4e\xd6\xd5\x65\x98\xfe\xc0\x9d\x14\x64\xc1\xa5\xc9\xf2\x28\x52\x3b\xc8\xfb\x02\xdb\x35\x23\x76\x04\x7d\xd5\x58\x88\x76\x11\xf2\x8b\x9d\x75\x1c\x6b\x3e\x6b\x44\xd5\x88\xfb\x8d\xe7\xad\xcb\xce\xd5\x90\x68\x24\xa7\x27\x00\x68\x6e\x12\xfe\x0a\xe5\x10\x6a\x33\x06\x4c\x84\x68\x93\x71\xdd\x3e\x9c\x53\xa5\x48\x40\xcb\x18\x83\xa9\xce\x3b\xa1\x3f\xa8\x61\xc2\xed\x3d\xa8\x3f\xf9\x22\xfb\x49\x7a\x9f\x8b\xfd\x77\xb8\xb7\x1f\x76\xad\x87\x3c\x29\x99\x9e\xa0\xcc\xa9\x18\x44\x2a\xef\xf4\xb4\xb4\x93\x81\xce\x7a\xb1\x45\xec\x7b\xdf\xd3\x35\x23\x4d\x0a\x45\xd9\x8b\x02\x7a\xfb\xa5\x4a\x96\xf3\xf7\x09\xb8\x9e\x55\x2a\x17\x1d\x3b\x47\x48\xc4\x53\xe8\x75\x21\xa3\x12\x26\x00\xec\x32\x7a\xf1\xd3\x5a\x1f\x9f\x99\x83\x01\xe3\x20\x34\x00\xef\xde\x24\xcb\x65\x56\xcc\x0e\xcf\x4c\x82\x50\x9d\x57\x72\xc3\xce\xaf\x38\x38\x18\x5c\xf1\x75\x39\x65\xa6\x06\xf1\xb5\x38\x32\xae\x2a\x8d\x55\x4d\xc2\x4b\x79\x9c\xed\x2a\xbf\x60\xc0\x37\xc9\xf2\x10\x0f\x40\x34\x64\x8f\x2c\xd6\x00\x91\x7f\x07\xd0\xe8\xea\xe3\xf9\x26\x59\x0e\xb7\xc2\xe2\xe8\x19\xab\xf8\xf4\x45\xb9\x2a\x6a\x93\x65\xf1\xee\xe8\xe8\xa2\x38\xa2\x49\x4d\xe5\x72\xa4\xa4\x3e\x62\x0f\x5d\x14\xe8\x79\xa0\x9f\xb7\x65\xca\x87\x3e\x84\x30\x05\xa1\xc1\x03\xb9\xe7\x6a\xaf\x3f\x0e\x2d\xce\x74\x2f\x8a\xce\x8e\xe5\x44\x5d\x63\xd4\x7d\x62\x86\x97\xf2\x55\x5b\x8f\xd5\x39\x86\x9f\x99\xfe\x03\xcd\x87\x8f\xfb\x1a\x7e\x9e\xed\x3a\x74\x72\xfa\x6f\x01\x0b\xb6\xef\x1e\x4b\xb8\x79\x4c\x32\xf6\x2e\xc7\xd7\x39\x17\x1a\xa0\xc3\x8e\x8f\xb1\xbc\xe0\x37\xff\x0d\x88\xa7\x9c\xf7\xed\x64\x04\x99\x4c\x97\x4c\xbb\xe3\xb0\x57\x59\x4a\x97\x62\x6b\xe9\xad\x65\xc7\xc7\x66\x01\x5f\x7d\xd2\x6a\xce\x64\x54\x01\xa3\x76\xd5\xb4\xf4\x54\xf1\x17\x14\xa2\x39\x3d\x19\xb7\x4b\x3a\x7e\xc2\x8c\xde\x85\xf0\xae\x00\x92\x0f\x7c\xfa\x3f\x8d\x75\x1d\x8a\x46\x05\x40\xfd\x5e\x27\x0b\x13\x05\x4f\x59\x5b\xb6\x35\xdc\x94\xfc\xd1\xd7\x20\xf8\xf6\x5b\xed\x4c\x72\x17\x82\xe0\x25\xaf\xfe\x9f\x00\x42\xaf\xe7\xc4\xf0\x70\xca\x80\xc5\x79\x42\x58\xd1\xdd\x63\xa7\x1c\x02\xb0\x98\xe1\x29\x57\xbd\xbb\xb5\xc8\xfe\xe4\xc1\xa0\x5b\x86\x55\xa3\x65\x29\x1d\x6a\xc7\x60\x0d\x63\xd0\x51\x54\xb7\xa6\xd1\x1e\x11\x7d\x1c\xb5\xed\x3b\x54\x2e\xe1\x93\xf6\x24\x29\xd8\x98\x6b\x87\x6f\xb0\x2d\xab\xe7\x1c\x95\xba\x33\x5e\xf0\x2a\xa9\x79\xca\xc6\x6b\x76\x69\x35\x0f\x97\x20\x52\xb2\x1f\xb5\xde\x82\xa7\xec\x9d\xe4\x60\xc0\xcf\x3c\x2b\x18\xf9\x4e\x5b\xd9\xbc\xd4\x89\xeb\xb6\x48\x14\xc2\xc0\x38\xfc\x26\x54\x13\x3d\x53\xc5\x7c\xc0\xb6\x1d\x2b\xbe\xc7\xd0\x06\x68\x82\x4c\xe6\xef\x59\x3d\x87\x94\x35\x8a\xe7\x54\xcf\x78\x9f\x3e\x65\xe9\xa7\x4f\x1e\x8b\x42\xd5\xd8\xb3\x4c\xd4\xbc\x12\x2c\x01\xa5\x55\x39\xfe\x83\x4f\x8c\x72\x10\x35\xd9\xb2\xcc\x9c\x40\x65\xd1\x6d\x15\xda\x08\x8e\x65\x52\x25\x0b\x54\x08\xbe\xab\xf4\x33\x11\xeb\xb1\x57\x59\x3d\xe7\x95\xea\xfc\x8f\xe4\x3a\xc1\xc7\x26\x3b\x4e\x45\x3b\xbf\x99\x67\x93\xb9\xca\xcd\x99\x15\xec\x12\x95\xf7\x97\x30\x44\x52\xa4\xea\x1a\x17\x4d\xdd\x91\xf9\x90\x6d\xf8\x4d\x70\x76\x49\x18\xe4\x4b\x96\x15\xa2\xe6\x49\x0a\xf2\xe0\xf5\x7f\xb0\x8a\xe7\x50\x71\x22\x11\x8c\xfd\xce\xd9\x4d\x96\xe7\x12\x31\xd0\xf9\x37\x81\x7b\xc3\xdb\xbf\x72\xea\x6d\x2f\x3c\x9e\xb1\xe9\xaa\x5e\x55\x9c\x5d\xf3\x4a\xc0\xe6\x29\x68\xe5\xd9\xb8\x4a\xaa\xb5\xb7\xdf\x66\xd9\xb6\xa3\x07\x52\x35\x89\x24\x50\x2d\xe2\x2a\x8c\x14\xcf\xdb\x99\xa1\xed\x86\x7d\x66\x11\x6d\x9a\x29\x46\xcb\xf1\x07\x69\xf3\x3a\x43\xd6\x56\xca\xdc\xe3\x61\x80\xd8\x30\xcc\x76\x4e\x6e\xa3\x86\x7e\x01\x2f\x12\x48\x05\x24\x48\xb3\x62\xb9\xaa\x41\xd7\xb3\x48\x96\xf2\x9f\x72\x55\x2f\x57\xe8\x46\x40\x78\xb4\x90\xb8\xab\x74\xbb\x6f\x92\xa5\xba\xb1\x07\x03\xf6\x81\xd7\x49\x56\xb0\x84\xa5\x19\x80\x26\xa9\x40\x21\x80\x14\x86\x65\xa9\x60\x37\xbc\x55\x71\x56\x57\x09\xc4\x45\x26\x1a\x9d\x3c\xc7\xb3\xa6\xd3\xf8\x9e\xf2\x5a\x29\xac\x8e\xcc\x63\xcb\x60\xc0\x26\x39\x4f\x8a\xd5\xf2\x4d\xb2\x7c\x55\xd4\x55\xc6\x05\x20\x98\x2a\x7c\xda\x67\xa8\x32\x30\x3e\xd2\xb8\xcc\x71\x95\x14\x93\x39\xc7\x70\x13\xf2\xb3\xca\xfb\xaa\x9a\x7d\x67\x9a\x81\xdf\x39\xd8\xc3\xe6\x60\xe7\xaa\x8c\x29\x06\x03\xf6\x7d\x9f\x21\xb9\x84\x3a\x64\xb6\xbc\xa8\x11\x19\x8d\xec\xef\x4f\x10\xa2\x58\x0d\xd9\xfb\x64\xc6\x6d\x2c\x2a\x8c\xf6\x1e\x04\x53\xbc\x81\x40\x1e\xfc\x5a\x87\x97\x3b\x33\xb1\xdf\x28\x61\x7a\xe6\x35\x01\x52\x75\x93\x15\x7d\x24\x50\xcf\x08\x0b\x4a\x88\xbc\xa5\xf0\xb2\x2a\xae\x18\xa6\xf1\x5a\xad\xb5\xdd\x5a\x15\x79\x99\xa4\xad\x6e\xb8\x0a\xdd\xd4\xae\x3c\xd2\xf3\x9d\xdd\xa7\xfb\x63\xb8\x55\x54\x29\x3c\x0f\xd1\x1c\x22\xa3\xee\x94\x59\x2c\x4c\x73\x2e\xc5\xe8\x5a\x09\xdc\x23\xfd\x1a\xf2\xcc\x96\xc2\xe4\x1b\x53\xcd\xbb\xbb\x62\x54\x10\xed\x8e\xbf\x21\x91\x96\xf2\x72\xbe\xc9\x68\x94\x39\xbb\x41\xce\x6e\xb1\xcf\x9f\x55\x86\x63\x7b\x01\x37\xee\xa9\xd6\xdb\xd9\x5d\x98\x27\x42\x6d\x81\x1f\xbf\x5d\xd7\x48\xd2\xd4\xdd\x7e\x3d\x99\x24\x4d\xef\xbd\xff\xa1\x7a\x51\x3b\x21\xc3\xfb\xe9\x2a\xc9\xc9\x83\xa9\xfb\x54\xca\xcc\xe3\xab\x79\x2d\xf5\x5a\x39\x40\xaf\xec\x6b\x61\x44\x23\xe3\x25\x07\xcb\x52\xd0\x80\x60\x59\xdf\x05\xa7\x0e\x95\x53\xcf\x87\x8e\xc2\xe4\x1c\x80\x42\xb9\x52\xb9\xad\x50\x9b\x60\xc8\x75\x92\xaf\x0c\x3f\xfa\x0b\xaf\x91\xe3\xea\x42\x7f\x76\x65\x83\x01\x7b\x59\x16\xad\x9a\x5d\x71\xbe\x64\x09\x9a\xd7\xaf\x0a\x60\x64\xf0\x21\x13\xeb\x35\xa8\x99\x99\x91\x47\x74\xf7\xe1\xe4\x62\xf1\xb1\xa1\x0f\xcb\xc7\x6f\x6f\xcc\x30\x52\xe0\xb6\x9e\x01\xb9\x60\xc5\x41\xc0\x50\xa1\x1f\x8e\x32\x01\x3b\xa1\x6f\xbf\xb6\x77\x1b\x76\x2c\x8e\x1d\x33\xbf\x50\x02\x78\xdb\xfd\x88\x65\x07\xa4\x8f\xa1\x7f\xdb\x12\x28\xe8\xad\x89\xa0\x47\x9f\xbe\xd4\x12\xe2\xa0\x52\xfc\x49\x59\x11\xc3\x6a\xe2\x21\x19\xca\xf3\xd0\x65\x55\x9d\x0f\xd9\xc1\x01\x4e\xa2\x5f\xd5\x39\x8d\xc3\xa8\x55\x15\x14\x01\xba\x38\x87\xa6\xc4\x68\x50\x68\x28\xa3\x2b\x7d\x79\x60\xfc\x22\x11\xec\x8b\x18\x92\x4e\x00\x62\x96\x6d\xdd\x25\x47\x0b\x24\x99\xe6\x72\x1a\xf4\x00\x4a\x63\xbd\xd6\x56\xa0\x24\xbe\x80\x40\x5e\x63\x34\x6b\xc2\x44\x97\x70\xd1\x26\xab\x34\x2b\xbd\x6f\x52\x9c\xf0\xbf\x95\x7e\xc3\x3c\xf3\x7b\x2a\x26\xf3\xb2\xf2\x3e\x8e\xc1\x9c\xd0\xfb\x08\x0c\x90\xf7\x4d\x12\xa5\xe7\x15\x4f\xbc\xcf\x68\xd2\xea\xcf\x05\x2e\x15\xbf\x03\x79\xeb\xf9\xdf\xfc\xe9\xd4\x73\xff\x43\xea\x7d\x98\x94\xf9\x2f\x55\x89\x69\xde\xdc\xcf\xde\x97\x69\x59\x2d\xfc\x75\xc1\xfb\xbb\xff\x71\x31\xf3\xbe\xcc\xeb\x45\xae\x62\xca\x7a\x25\x6e\x22\x53\x1a\xca\x70\xb0\x34\x35\x89\xc2\xba\xf9\x29\x5f\x6b\xfb\x30\xc5\x9c\x1a\x0d\xd4\x43\xde\xcb\xa4\xf7\x13\x75\x42\x47\x46\x69\x0c\x28\x33\x6c\xc6\x9c\x61\x33\x02\x0d\x1b\xf0\x68\x18\xc3\xa5\x61\x04\x9f\x86\xdb\x50\x6a\xb8\x05\xb5\x86\x8d\x18\x96\x54\x3c\x19\x6e\xc7\xb5\xe1\x36\x9c\x1b\x6e\xc1\xbd\x61\x03\x0a\x0e\x63\x68\x38\x8c\xa1\xe2\xb0\x19\x1d\x87\x5b\x10\x73\xd8\x80\x9d\xc3\x66\x1c\x1d\x36\xe2\xea\x30\x40\x58\x57\xe2\xfe\x25\xbb\xe6\x05\x4b\x0a\xfd\x44\xcd\xea\x64\x56\x24\x0b\x0e\x02\x2e\x64\xe0\x51\x69\x1f\xa6\x59\x0e\x82\x39\xe4\xdf\x81\x20\xfb\x52\xd2\x29\xa4\x44\x9e\xe7\xe5\x0d\x4f\xd5\x57\x2d\x20\xcc\x64\xc7\x30\x84\xe9\x79\xbd\xe4\x7d\x2a\x9f\xd7\xc9\x0c\x9e\xd1\x7a\xec\x2c\x99\x31\x18\xb5\xcd\xfb\xb3\x3e\xbb\x78\x94\x66\xd7\x17\x8f\x3a\xb4\x32\xf6\xde\x63\x18\xe0\x1f\x25\x6c\x5a\xce\x6f\x27\xf9\x2a\xe5\x00\x70\x8c\xcf\xd1\x63\x92\x2d\x93\xd2\x93\x99\xaf\x64\xa6\xe5\x6c\x95\xe4\xbb\x8d\xcb\xfe\x11\x8c\x4d\x40\x9e\xef\x61\xa5\x41\x51\xf6\xf8\xed\x32\xcf\x26\x59\xdd\x4b\x8a\x75\x28\x39\x9b\xf3\x4e\xc8\x81\x38\x3c\xb3\x69\x8b\xcd\xcd\x14\xcd\x69\x9c\x14\xeb\x23\xbc\x8e\x14\x64\x34\x5b\x0d\x9b\xa9\xc2\xc2\x6c\xd0\x3a\x21\x58\xee\xb1\x35\x07\xc0\x2b\x89\x0e\xbb\x71\xc4\x44\xb9\x5b\x16\x4c\x23\xd6\xd6\x1b\xf1\xf8\x71\x40\x60\xce\x55\xd9\xc7\x8e\xe4\x36\xa3\xa4\xce\x35\x5f\x71\x69\x9e\x4e\x00\xe3\x8f\xda\x0d\x17\x10\x3c\x84\xee\x61\xd8\x14\x98\x67\x76\x19\x24\x94\xfb\xc0\x27\xb5\xd0\x2f\xc6\xdd\xf8\xbe\x74\x59\xb9\xc8\x62\x36\x4e\xf1\xe7\xd3\x07\x19\xa0\x3e\xc4\xb6\xc9\x33\x06\x44\x36\xcc\xa9\x2b\xb7\xac\xf9\x31\x3d\xb0\x3e\x9a\x84\x40\xaa\xf8\xb4\x4b\xa4\x3a\x9b\xc7\x1c\xdb\x7c\x28\xcb\x5a\x7f\xee\x27\x42\xee\x7c\x2b\xcd\xae\xa9\x51\x48\x55\x96\x26\xd7\x86\xe1\x60\x54\x75\x60\x5d\x10\x19\x5b\xec\x38\x0e\xfd\xb6\xae\xdd\xc5\x76\x1d\x36\x84\xfd\x30\xcf\xf1\xad\x44\xb4\x3e\x7a\x36\xa2\x2a\x93\xc1\x21\x05\x7a\xdf\x40\x05\x78\xc5\xd1\x06\x96\x65\x33\x18\x1c\x06\x38\x12\xb4\x08\x00\xe4\x24\xdc\x0d\x11\x4a\xab\x68\xab\x0f\x7c\x3a\xda\x54\x7c\xea\xe5\x4b\x00\xf0\x6d\xfa\xfd\xbe\x01\xd2\x9d\x97\xb5\x25\xec\x93\xa4\x35\x6c\x9e\xb0\xaa\x74\x38\x88\x02\x00\x4a\x23\x06\xb2\xc8\xdd\x43\x93\x98\x19\xa0\xff\x6a\xbe\xc7\xb1\xfb\x2b\x0c\x14\xd4\x89\x79\x9f\x54\x75\xa6\x84\xd9\x3d\x0c\xb7\xbf\xb6\x29\xe1\x49\x68\xf0\xbd\x63\xfa\x9a\x33\x83\x29\x9d\x95\x27\xe9\x9b\x64\x69\x15\x7b\x87\xef\x94\x66\xd9\x55\xc4\x99\xa8\x5f\x30\x29\x50\x54\xb4\xfb\x7d\x34\xed\x16\x43\xd6\xd6\x4f\x82\x14\x1a\x54\x43\xd2\x39\xff\xe8\x9f\xf3\x2c\x15\xf6\x06\x90\xb2\xf9\x47\x75\x76\x88\x99\x11\x9e\x78\xd4\x02\x4b\x8a\xeb\xc6\xab\x07\x31\xc5\xc8\xac\x52\x72\x07\x9d\x00\x96\x48\xa4\x40\x49\xa6\x9f\x41\x66\x7b\xba\x5e\xf7\x21\xc9\xd1\xb3\x64\xa9\x6b\xbd\x94\x62\xd8\xac\x93\xb4\xdd\x6a\x51\x6d\x8a\xd3\x1d\x79\x91\xcc\xd2\x40\x6f\x22\x7b\x11\xfd\xe5\x4a\xcc\xdb\xb6\x94\x26\x4c\x50\xd4\x42\xd6\xfa\xa3\xcc\x8a\x76\xab\xd7\xb2\xef\x97\x51\x73\x77\x17\x67\x46\xac\x9d\x56\xc9\xb4\x3e\xdd\x97\xc6\x4a\x3e\xe9\x0c\xa5\x3d\x67\xc7\x46\xcc\xf6\xd3\xa7\xa6\x9e\x83\x01\x7b\xbf\xca\x73\xa2\xbd\xb1\x4f\x18\x46\xdb\x02\xda\xcb\x26\x55\xd0\x60\xc0\x7e\x5b\x1a\xdb\xed\xac\x98\x94\x0b\x65\xdd\xbf\xe0\x18\x51\x20\x61\x0b\xbe\x28\xb3\x3f\x79\xaa\x1f\x00\xb4\xfe\x1f\xe8\x41\x1a\x8c\xa8\x75\x4b\x6d\x7f\xd2\xc6\xa9\x64\x25\xf8\x1b\xbe\x28\x91\xfe\x1e\xb9\x0a\x18\x62\xba\x9e\x9e\x51\xa3\x98\x11\xa5\x3f\x6d\xb2\xac\xae\x85\x9b\x45\x1b\xd2\x41\x5f\x23\x8b\x3a\x24\x3b\xdb\x52\x3b\xea\xd4\xaa\xc3\xee\xba\xec\x3c\xde\xf4\x63\x47\x37\x26\x4b\x0e\x6e\x83\x60\xf9\x21\x91\x38\x52\x37\x13\x42\xc4\xe6\x67\x99\x38\x9e\x22\x8e\x0b\x59\x56\x04\xbd\x0c\x21\x4d\x8b\xe3\x00\x8a\xee\x1f\x43\xab\x83\xa5\xa5\x93\x72\xc9\xd3\x53\x53\x07\xf7\x73\xa2\x9d\xa1\xe0\xda\xde\x44\x3c\xcf\x74\xf4\x9d\x73\xd4\x5d\x75\xf5\xb5\x71\xa1\x9e\x80\xfd\xed\x07\x35\xce\xc1\x68\x44\x51\x52\x7e\x33\x07\x9b\x34\x48\xb3\x2a\x82\xf5\xd0\xc3\x31\x6b\x55\x75\xde\x62\x43\xd6\xca\xeb\xaa\x65\x5e\xd4\xef\x6b\xcc\xde\x60\x5e\x18\xb9\x8b\xbc\x1a\x5b\x7b\xd9\xd2\xdc\x6f\xf7\x06\xf0\xeb\x03\x9f\xc6\x6e\x53\xb4\xa4\x9b\x97\xe5\xd5\x2e\x53\x77\xe4\x9e\xf6\x60\x07\xb5\xa8\xe6\x54\xe8\xe2\x13\xaf\x72\xf6\xb9\xce\x20\xd6\xd5\x44\x08\x76\xad\x1d\x8b\xd5\x13\x25\x3e\xa8\x42\xd8\x60\xe3\xcf\x21\xa2\xbe\x3f\x4e\xff\xcd\x3e\x76\xe1\x22\x8e\xcc\x09\x99\x96\xd5\x4d\x52\x49\xd8\x80\xb9\x98\x9b\x19\x08\x10\x2d\x6c\x7d\x51\x1c\xb5\x75\xcc\xcb\xb0\x14\x78\x55\x3d\x19\xd9\xaf\x9f\x6d\xc8\x23\xc5\x92\xe5\xfa\xc0\xa7\x48\x32\xed\x4e\xb5\x81\xe3\x35\xc7\x58\x77\xa4\x7b\x69\x43\x46\x16\xd7\x9c\x14\x19\x6f\xc5\x9e\x02\x9b\xec\x23\x86\x16\x6e\x8c\x1b\xc7\x74\xa8\xc7\x57\x47\x2c\x11\x43\xe4\x9c\xf5\x6f\xb4\x08\x1d\x5a\x73\x50\x34\x31\x27\x54\x1d\xf5\xaf\x6a\xb3\x80\x3a\x6f\xb5\xa7\x75\x5a\x6a\x47\x2a\xad\xc7\x4f\x75\x6c\x82\x3e\xb9\x16\xb1\xcc\xb6\x56\x83\xbb\xe8\xa7\x22\x24\x28\x2b\xd7\x56\x70\x1e\x28\x7b\x19\x93\x50\x12\xa1\xe3\x2e\x5b\x04\x8f\xd4\xdb\x7a\x24\x7d\x06\x2e\x5a\xee\xf3\x9b\x80\x34\xbf\x67\xf5\xfc\x25\xc6\x84\xdd\xd7\xf1\xa5\xf1\x84\x76\x1f\x28\xc4\x59\x93\x06\x34\x12\x90\xdb\xe2\xc2\x48\x01\xc8\x68\x0f\xe4\x79\x9d\x24\xf9\x64\x85\xef\xff\x4a\x10\x02\x3d\x0a\x6a\x62\x40\x0b\xa6\x84\xb7\xa4\x48\xd1\x0e\x41\x5e\x12\xf2\x62\x57\x31\x70\x41\x4d\x80\x82\x4d\xfc\x94\x07\x84\xcf\x46\x9c\x8d\x2d\xde\x24\xdd\x6a\xa8\xe1\x9f\x3f\xa1\x38\xa8\xd8\x56\xb4\x69\x67\x5d\x54\x68\x74\x0c\x63\xe9\x40\xd8\x62\x35\xda\xc4\x4f\xe6\x49\x31\xe3\xa0\xc3\x41\xc1\x31\x76\x30\x30\x33\x94\x73\x2c\x5c\x9f\x1a\x04\xa9\x3e\xad\x85\x0e\x17\x40\xbc\xb0\x07\xdf\x7c\xc3\x7e\xfc\x43\xdc\x7e\x58\x15\x75\xb6\xe0\x68\x0e\x97\x4d\x50\x5b\xa4\xca\x80\xbd\x3a\xcd\xcb\x5a\xc0\x67\x83\x7d\xe6\x33\x28\x1c\xb0\x42\x88\x7c\xd3\x72\x55\xa4\xc0\x0f\xf4\xd0\xd3\xd1\xc7\x60\xaa\x31\x8e\x2b\x5c\xf6\x70\xfd\x36\x0e\xb0\xfc\xb6\x36\xa4\xbb\x8b\xbf\xb5\xdb\xb3\xfc\xdb\x9d\x65\x7f\x20\xbf\x35\xaa\x22\x64\xe1\xbf\x32\x7e\x33\xf4\xfa\x3d\x6f\x5d\x67\xfc\xa6\xf5\x51\xc7\xd8\x35\x28\xb1\x4d\xbf\xc6\xff\x4b\xfe\x4f\xf3\x1c\x6e\xde\x45\xe6\xe7\xc8\x0a\xd2\x01\x52\x5b\xcb\x0d\x1b\xe7\xe5\xe4\xaa\xeb\x38\x00\x88\x21\x68\x31\xce\x30\x34\x70\x4b\x2c\x93\xa2\xd5\x65\x2a\x54\x44\x97\x15\xe5\x4d\x95\x2c\xbb\x4c\x0a\xe9\x5c\xd4\x41\xae\x50\xec\x19\xa1\x33\x32\xdb\x79\x18\x87\xdf\x91\x7f\x11\x40\x58\x06\x3d\xbc\x4b\xe1\x75\x4a\x4a\x68\x08\x0a\x02\xd0\x14\x78\x5a\x33\x39\xa7\x86\xcd\xef\xdc\xb1\xc1\xd1\x43\xc2\x06\x9c\x95\x65\x5e\x67\xcb\x5f\x4b\x51\x7b\x11\x01\x48\x49\x18\x17\x40\x15\xbe\xe4\x79\xb2\x0e\xdb\x84\x19\xaa\x98\x89\x9d\x93\xe4\xbf\x66\xc4\x89\x10\x91\x75\x52\x2e\x16\x65\x31\xf0\x2a\xc5\x30\x17\x07\x08\xb8\xa4\x86\x71\x8d\xfc\x9e\xe4\x79\xb9\xaa\xbd\x66\x30\xb4\x2a\x8a\x34\xfa\xc0\xa7\x5a\x4e\x3f\x71\xde\x14\xdf\x55\xf8\xfd\x1e\x27\x0e\xda\x77\xb5\xa3\xf7\x96\x3c\x52\xfa\x82\xd8\xfc\x98\x96\x93\x17\x49\xcd\x67\x65\xb5\xd6\xe0\xbe\x73\x49\x37\x84\x7d\x9d\x26\x13\x6e\xe0\x22\x37\x4b\x1d\x32\xe8\x87\xb1\x6f\xd8\xe9\xbc\xbc\xc1\x8b\xa6\x56\x50\xc2\x82\x01\xbc\x86\xcc\xcb\x1b\xed\x90\x7b\x5d\x66\xa9\xa6\xb0\xa6\xb5\xce\x57\xd6\xd8\x83\xca\x14\xe7\x75\x72\x77\xdf\xb5\xf0\x62\xb5\xd0\x45\x3a\x2a\xec\x9b\x32\xe5\x66\x35\x68\xc1\x28\xe7\xab\x67\x21\x49\x04\x0a\x1f\xec\xe5\xbb\x37\xe6\x41\x21\x13\x26\x44\x94\xe4\x6f\x71\x96\xef\xa1\x5e\xd7\x5f\x5d\xb4\x4f\xfd\xe7\xbc\x14\x75\x4b\x68\x66\xc9\xeb\x57\x81\x80\xbd\x2d\x6b\x1d\x7f\x6c\x0e\x89\x36\xb8\xb0\xc9\x27\x54\xbe\x08\x45\xbe\x24\x57\xae\x7b\xe8\xe2\x23\x09\x5c\xff\x64\xeb\xe4\xc9\xa7\xc0\x3d\xe5\xb9\x64\x1a\x1d\x68\xd2\xfa\x48\x20\xc9\x24\x50\x51\xaf\x08\x6e\x5b\xac\x26\x73\x49\x02\x2e\x31\x93\x86\xa1\x84\x97\x5d\xcc\x9d\x01\xa9\x84\x2f\xcd\x95\x5b\x71\x18\x60\x29\x19\xc9\x94\xd5\xf3\xaa\x5c\xcd\xe6\xda\xe0\xf4\x4c\x03\xa8\x16\x72\x52\xac\x4a\xc0\x68\xb2\x9e\x83\x7d\xaa\x84\x34\x88\x1e\x2a\xb0\xae\x84\x9d\xe3\xdf\xf8\x05\x08\x8d\xa7\x76\xeb\x1b\x89\xcb\xfe\xb3\xcf\x3e\x59\x3b\xf2\x0f\xc5\x3b\x65\x3a\x0a\xce\xef\x90\x81\xb1\x2e\x55\x38\x04\x98\xbf\x73\xa0\xcc\xb4\xfa\x60\xa7\x09\x1b\xad\xcd\x33\xcb\xa9\xe4\xbc\x60\x6f\x4d\x34\x05\x35\x06\xbc\x89\xad\xc6\x79\x36\x61\x0b\x5e\xcf\xcb\x14\x85\x2f\xfb\xc6\xab\x35\x2f\x46\x38\xa7\x5b\x6f\x3e\x7e\xe0\xd3\xe3\x21\xa1\x46\x87\x74\x6e\x47\xc1\x81\x7d\x9e\xa6\x99\x5a\x1b\x19\xa9\x2e\x61\x5b\xcd\xa6\xca\xf9\x2a\xca\xe7\x0c\x4a\xe8\xa4\x1c\x94\xd2\xcd\x60\xa4\xb7\xe8\x59\x50\x4e\xd9\x22\xcb\xf3\x4c\x40\xdc\x1f\x7c\x50\x83\x6b\x61\x92\x97\x36\xb6\x04\x4e\xb9\xcb\x44\x69\x83\x69\x02\xfb\x3a\x4f\x04\x03\xa6\xaa\x2e\xd9\x5c\x1e\x0f\x38\x23\x04\x84\xfa\x38\x4a\xd8\xc1\x4e\xc8\xeb\x0c\x74\x59\x59\xdd\x67\x10\x87\x07\x22\x3a\x5f\xab\x74\x2e\xba\x3e\x18\xc8\x4e\xc0\x0e\x3d\x11\xd8\x35\xad\xa7\x46\x90\x88\xea\xce\xca\x69\x2f\xea\x64\xcd\x20\xd3\x64\x36\xb5\x73\xce\x04\x4b\x20\x1b\x2d\xe4\x7d\xc1\x29\xc9\xbe\xf5\xac\x28\x44\xf3\x52\x70\xb8\x26\x8f\xb5\x2f\x46\x00\x48\x9d\x81\x18\x9f\x22\xa5\x84\xa5\xb3\xc9\x9c\x85\xf4\x56\x91\x23\x9a\x29\xdd\x4d\x26\x4d\x7e\x19\x6d\xaf\x1d\xeb\x35\x2f\x66\xf5\x1c\x45\x03\x39\xd0\x98\x4f\xcb\x8a\x03\x0d\xf4\xf6\x4a\x1e\x65\x80\x9a\x26\x75\x3f\x2a\x46\x1d\xcd\x83\x28\x07\xa0\xdc\xa7\xe9\xad\xa0\x56\x4c\x6b\x05\x73\xf9\x55\xd2\x5d\x32\xa0\x98\x97\xab\x3c\x65\x63\xae\x4c\x02\xd0\xda\x3d\xab\x05\xbb\x44\xa3\x22\xb5\xac\xcb\xf8\x8c\x3c\xee\xa1\x5f\x97\xcb\x17\x5c\xee\x8e\x73\x5b\x39\x75\x8e\x87\x7e\xab\xc6\x49\xea\xeb\xc5\x4e\x52\x47\x4b\x43\x9b\xfa\x0f\x67\xaf\x59\x9e\xac\xcb\x55\x2d\xf4\xf4\x4e\xa6\x70\x15\x88\x25\x9f\x64\xd3\x8c\xa7\x5d\x96\xb0\x45\x56\x55\x25\x1c\x9a\x4b\x6f\x2e\x97\xc4\xa4\x9b\xa7\xfd\xe6\x49\xff\x5c\x56\x1f\xce\x5e\xef\x31\x75\x50\x09\xe0\x0b\xba\xa4\x6e\x20\x32\x49\x6a\x4e\xee\x37\x3a\x8c\xfc\x6d\x02\x38\x1e\x13\x6b\xfc\xfd\x7a\x9d\x73\xf6\x4d\xed\x5c\x12\xdf\x74\x61\xfd\xfa\x3e\xd0\x60\x39\xd3\xad\x12\xeb\x0f\xaf\xeb\x80\x02\x8b\x5d\x3a\x53\xb9\x64\x65\xc5\x2e\x95\xea\x43\xde\x90\x97\xee\x01\xdb\x39\x63\x08\x7c\x82\x89\xb0\x56\x85\x14\x8c\xdb\x72\x38\x85\x3b\x9d\xae\x83\x83\xf2\x68\x63\x54\x5f\x79\x24\x0a\xb0\x5a\x56\x67\xbf\xe2\x2d\x79\xb7\x9b\x3b\x5c\xcd\xc2\x0e\x22\x20\x62\x89\x65\x29\x68\xb7\x2a\xf6\x8a\x46\x05\x83\x4e\xed\x4b\x79\xc7\xe3\x12\x91\x49\xb9\xec\x00\x4d\xf4\x46\x61\xbf\xcf\x79\x01\x52\x7d\x5d\x9a\x9a\x38\x75\xc5\x03\x11\xfe\x27\xc9\x45\x89\xd7\x71\xe2\xf0\x6d\x2d\xa1\xac\xf3\xe8\xd5\x6c\x97\x60\xd9\x08\x58\x35\x50\x33\x35\xbd\x45\x99\xf2\x6e\xc0\xae\x7c\xa3\xd9\x9d\x6f\x14\xbf\x73\x33\xe7\xe8\x4a\x51\xac\x2d\xdf\x03\x99\xb3\xbc\xe5\xc0\xd6\x95\x84\xcf\xb3\xb4\x82\x72\x7f\xc1\x56\xfe\xae\x06\x28\x2b\x44\xad\x92\x2d\x92\xea\x2a\xca\x47\x19\x80\x24\x42\xc5\x0f\x1b\xa3\xa3\x4c\xc8\xc8\xb2\xd3\xac\x98\xa8\x8b\x5d\xa2\xa6\xbc\x31\x81\x37\x32\xed\xc6\x80\xe3\x09\x7a\xdc\x64\x13\xc8\x7e\x7f\x84\x00\x21\xb1\xc9\xf0\x04\xcb\x89\x8d\xf5\xfd\x52\x49\x26\x61\xbc\xd6\x01\x28\x2b\x08\x93\x2a\xfa\xec\x04\xf9\x87\xae\x0a\xb2\x93\xe7\xbc\xd2\xa4\x05\x2e\xea\xa4\x00\xae\xcd\xe3\xbe\xe4\xe2\x54\xc7\xed\xba\x04\x22\xb4\x8d\x59\xeb\xc0\xa5\x69\x20\x94\x2c\x25\x47\x50\x65\x49\xcd\x29\x70\x2e\xfd\xa5\x5e\xaa\x21\x00\x01\x20\xa9\x59\x96\x36\xd0\xdc\xba\x5a\x71\x5b\x60\xdc\x59\xe4\x21\x0e\x00\xa8\x58\xc3\xd8\x2c\x14\x37\x45\x05\x13\x5e\x3f\xaf\xb2\xe4\xa5\x6e\xff\x93\xbc\x4d\xc6\x65\x99\xf3\xa4\xf8\x02\x9e\x27\x72\xa1\xd6\x44\xa4\x94\x3c\x0f\x15\x31\x83\x91\x0c\xdf\x78\xf2\x32\xe8\x5f\xc1\x5e\x1f\xf9\xb6\xc4\x83\x80\x27\x46\xca\xd8\xd1\xd0\x7c\xbe\xaa\xcb\x9e\x75\xe3\xca\xf0\xc6\xd0\xce\x5e\x74\x9a\x59\xba\x85\x24\x83\x5b\x86\xc9\x0a\x6a\x6d\x3b\xd0\x48\x1a\x2f\xf6\xa4\x46\xf4\xcc\x93\xb5\x3c\x40\x05\xab\xcb\xa5\xe6\x40\x95\x06\x84\x55\x2b\xad\x5e\xd6\xdb\x00\x54\xf7\x78\xd8\x20\x01\x3b\xbc\xa8\x13\x3d\xcf\xff\x2e\x42\x4e\x15\x65\x61\xe3\xd8\x36\x5e\xb3\x79\x36\x9b\xf3\xaa\x07\x21\x3b\xe3\x5c\xb1\xf6\x30\x3b\x39\xa3\xef\xa6\xdf\x10\x0a\x26\xc9\xab\x90\x84\xa8\x30\x3b\x31\xe6\x93\x72\xc1\x05\xe6\x7a\xc9\xb9\x24\x1e\x18\x59\xbb\xcb\x6e\xe6\x49\xcd\x0d\xe7\x58\x65\xb3\x19\xaf\xd8\x4d\xe2\xc0\xa0\x2c\xd4\x62\xce\xca\xd9\x2c\xe7\xc7\xed\x4c\xa8\x0f\xff\xc2\x0e\x0d\x62\xaa\x90\x15\x0f\x91\x7f\xe3\xa2\x8f\x05\x29\x71\xb0\x23\xab\x6f\xb8\xfe\xbe\xe6\xe8\x22\xd0\x27\x80\x85\xb4\x36\xe8\x03\xa4\xbe\xa9\x92\xe5\x92\x57\xde\xad\x02\xc0\x43\xad\x17\x62\xcf\x03\x4c\xb9\x74\xc0\x42\x85\x0a\xf7\xd6\x9c\x6a\xe5\xa4\xaf\xcc\x04\xd5\xa4\x5f\x51\xad\x37\x11\xda\x28\xdf\x6b\xd4\x18\xf2\xd2\xe8\xff\xee\xa3\x33\xdd\x12\xaf\xd2\xf4\x77\xc4\x46\x3e\x08\xda\x7a\x49\x4a\xb1\x48\xde\x64\x86\xac\x65\x93\x63\x0b\x1d\x9c\x52\x29\x19\xd5\xf8\xfa\x41\x40\x56\x74\x74\x85\xdb\x74\xc3\x2a\xd0\x25\xfd\x81\x0f\x18\xa0\xc9\xdc\x67\xfd\xb1\x08\x8c\xdb\xd4\x60\x01\xb4\x74\x6c\x38\x5f\xc7\xac\xf6\xe4\x23\x4d\x91\x47\xd4\xb1\xce\x81\xe9\x0c\xe3\x2b\x08\x6c\xe3\x12\xe1\xa8\x8d\x95\x22\x59\x6b\x87\x35\xb1\x8c\x67\x8f\xdb\x3f\x69\x9c\xea\x47\xe9\x12\x47\xd8\xf2\x5c\xf7\xfe\xf9\x33\x6b\xa1\x58\xd5\xfa\xb8\x4f\x42\x37\xa7\xb7\x58\x38\x62\x15\x20\xcc\xa9\xd7\x87\x8f\x72\xac\xdd\x71\xc3\x4c\x78\x74\x00\x07\x3b\x66\x6d\x6d\xd4\x57\xa7\x2d\x76\xcc\x5a\x60\x18\xdd\x9b\xf0\x1c\x9f\xf3\xa1\x5a\xab\xc3\x20\x58\x7a\x9e\xb9\x89\xdc\x16\xb1\x50\x5e\xee\xd4\xb6\xc7\xf2\xba\x89\xc5\xf2\x72\x3b\xd8\x27\x98\x17\x53\xbb\xea\x45\x14\xbe\x99\x67\x35\x3f\x5d\x42\xd4\xbf\x16\xd6\x88\x85\xdd\x8f\x66\xbd\xaa\xf9\xad\xc9\x6b\x05\x4f\xba\x79\xb6\x14\x99\x88\x85\xa9\x8f\x27\x78\x83\xd0\x62\x04\x51\x1f\xa2\xd6\xb7\x01\x9f\x35\x79\xe9\xb2\x34\xbb\x26\x26\xdf\xde\xa3\xd2\x5e\x81\x83\x95\x3a\x68\xa7\x06\xfd\xab\xa9\xfb\xdf\x57\xe5\x84\x4b\x06\xd7\xf8\xc8\x34\xd2\x8c\x2d\x0f\x05\x96\x1d\x89\xb1\x28\x41\x58\xc2\xe0\x31\x81\x58\xe6\xbd\xa0\x89\x1e\x43\x20\x1f\xee\x1e\x48\x1b\xfb\x69\x0a\x07\x12\xb0\xaa\x01\x2f\x30\xae\xa2\x93\xde\x0a\xce\x92\x92\x62\x6d\xdf\xd3\x4e\x41\xae\x5c\x3b\xcf\xbd\x42\xbd\xf7\xca\x2a\x4a\x0d\x29\xea\xa4\xce\x26\xde\xeb\xad\xb2\x4d\x73\xfb\x3f\xb2\x89\x5e\x3d\xed\x43\xa0\x76\xb0\x7a\x16\x85\xc5\x24\x7d\xd4\xf7\xff\x20\x41\xb5\xa9\x72\x91\x18\x3d\x65\xe2\x27\x9e\x5c\x19\x56\xca\x31\x76\x1a\xf3\xe4\x4a\xf5\x45\xa2\xa4\xcf\x92\xa5\x3a\x9b\x36\xd0\xb7\xe0\xf5\x49\x91\xc9\x85\x80\x15\xad\xd7\x4f\x5a\xbe\x2d\xeb\xd7\x92\xf1\x1d\xb2\x69\x92\x0b\x1e\xc4\xdb\x06\x28\x55\xd9\xb5\x94\x4a\x3e\xd9\x8d\x1d\x46\x70\xf0\xd0\xdb\x50\xdd\x1a\x61\xac\x0c\x29\x3a\x43\x47\x2d\xe7\x98\xc3\x6d\x9a\xce\xbf\x0b\x23\x3b\x7b\x17\xe0\x4d\xdf\x51\x2f\x64\x21\x52\x3b\x81\xe9\x33\x1b\xcf\x51\x6f\x90\xf9\x50\x16\x68\x5f\xa2\x15\x91\x23\x10\x85\xfb\x9f\xbc\xef\xa6\xbe\xa3\x8d\xb3\x5f\xe7\x36\xf9\xea\x9d\xee\x83\x3e\x9f\x32\xd5\xad\x9f\x2d\x95\xe4\x49\xc5\x49\x1f\x74\x2d\x8c\xd4\x0d\x8e\xbe\x83\x21\xe5\x1c\xda\x3f\xe5\x35\xd6\xa6\x00\x84\xa0\x6a\xe4\xb7\x8d\xd1\xd6\x89\x61\xd8\xd6\xa6\xa6\x5e\x04\x0b\xb7\x36\xd4\xd5\x02\xe8\x0f\xcd\x5f\x07\xc6\x06\xcf\x37\x5a\x6c\xeb\x46\x87\x8a\xc8\x92\x6b\x06\xf6\x60\xb4\x71\xf6\xe2\x8e\x5e\xd7\x0e\x72\x8c\x36\xde\x87\xe6\xaa\x88\x47\x41\x03\xfc\x4c\x9a\x6d\xfa\xfd\x3e\x5d\xaa\x57\xe4\x3d\x5e\x5b\x6c\x08\x6e\xa2\xf3\x56\x96\xb6\x3e\x76\xee\x24\x25\x2b\x17\x19\x58\x2e\x4a\x01\x3b\x5d\x71\x54\x00\xd3\x07\x26\xa5\x19\x4f\xb3\x6b\x8c\x4f\x42\x18\x1c\xbd\xbb\xa3\x8d\x8f\x67\xa0\x36\x34\xf3\xa3\x46\xf7\x69\x76\x6d\x7f\x6d\xef\x43\x69\xde\xef\x68\xfd\x2c\x1d\x6d\xb2\xd4\xf9\x54\x16\x6f\xca\x95\xe0\xaf\x24\x45\x54\xbd\xe0\x33\x1d\x2d\x88\xb5\x78\xcd\x93\x6b\x1e\x6b\x01\x05\xa4\x85\xe3\x57\xb0\xf1\x0e\xa9\x03\xe8\xe8\x31\xee\x90\xae\x0e\x07\x69\x76\x4d\xbd\x0c\x70\x3f\xd5\x97\x0e\x35\xab\x30\xd4\x31\xa4\x16\x96\xf3\x26\x57\x88\x47\x01\xdd\xd8\x9f\xca\x39\x44\x19\x78\xe8\x8e\x88\x87\x48\x10\x07\x94\x1d\x2e\xb7\xee\x8e\x58\x8d\xcf\xc0\x49\x63\xe3\x74\x7a\x77\x38\x58\x1e\x69\x6b\x70\xc6\x73\xc1\xc3\x8e\x25\x2e\x3d\xac\x6b\x09\x3c\xc7\xd4\xfc\x01\x22\x2e\xbd\xfb\x43\x26\x24\xb0\xbc\xf8\x4a\x9c\xd5\x03\x2d\x22\x20\x20\xb6\xe1\x28\xff\x7f\xd1\x44\x82\x6d\xbe\x82\x76\xe4\x0b\x9e\xa4\xbf\xe8\x39\xfa\xdf\xf5\x29\x3a\x54\xee\xbd\xbf\xcf\xdb\xb3\xa7\x54\xbe\xdc\x44\x99\x42\x8f\x1b\x74\xd8\xc0\x06\xfe\x2f\x64\xfc\xd8\xdd\xe5\xc5\x03\xdf\xbb\xc9\x33\x2d\x51\xbc\x3b\x4a\xdf\x8b\xaf\xf6\x4e\xfb\xc1\x33\x03\x95\x40\x2c\x97\x60\x04\x6a\xf4\x9a\xd4\x8c\xd7\xe8\x2a\x1d\xda\x8c\xbb\x45\x0f\xad\xc7\xe6\xef\x7a\x1f\xee\xb3\x53\xf5\xe4\xe4\xbc\xf7\xfe\xc9\xab\xf2\x52\x12\xf2\x75\xb9\x62\x69\x09\x4a\xeb\x9b\xa4\xa8\x59\xa2\x9a\x45\xf7\xf5\x2b\x3c\x19\xbf\x49\x6e\x55\x6a\xe7\x72\xea\x02\xdd\x1b\x0b\x24\x0f\xd2\xbb\xe6\xb5\xe8\x7e\x28\xc3\x41\x77\x04\xbd\x41\xf2\x00\xc2\x2b\xb4\x63\xfd\x52\x97\x8e\x36\x9a\xf2\x5e\xc7\x43\x46\x8c\xc7\xff\xff\x8f\xdd\xf7\x78\xec\x8e\xbc\xff\x3c\xf4\xcd\xfb\x2f\x78\x54\xf8\x9f\x7f\x5d\xd9\xa2\x4d\xf8\x52\x5b\x3b\xb4\xe0\x84\xeb\x48\x1e\x6a\x36\x52\x32\xf5\xe0\x9b\x6f\xd8\xf7\x4f\x9e\xb0\x85\xd8\x6d\x28\xa2\x4e\x18\x1c\x68\x36\x52\xd9\xff\x64\x07\x7f\xbf\x57\x07\x79\x59\xcc\xd8\x88\x7d\xe7\x1b\xbc\x3d\xec\x8a\xde\xf5\x74\x72\xb1\x9f\xed\xc0\x4b\x3a\x77\x63\x8a\xb4\x5c\xf2\xa4\x12\xe4\x64\x9a\x97\x4f\xac\x9f\x97\x33\x79\xd5\x96\xd7\x78\xaa\xe9\xd3\xf4\xb5\x60\x15\xcf\xd7\x2a\x09\x7d\xa2\x33\xff\x39\x74\xf3\x5e\xf4\x30\x5b\xac\x16\x01\x4d\xec\x6f\x23\x7d\xb1\x43\x23\x6f\x53\x36\xe6\xf5\x0d\xe7\x28\x60\x69\x5d\x9f\x4e\x88\x8f\x44\x29\x4a\x8b\x9e\x90\xc1\xf4\xa5\xdc\x6c\xed\x74\x06\x71\xe2\xf4\x74\xed\x48\x2d\x01\x17\x7c\x74\x84\xa7\xff\x20\x43\x18\x36\x80\x8e\xf1\xb5\x30\x66\xc7\x73\x17\x35\x2c\xd8\xf2\xcc\xb5\xad\x0b\x2d\xed\x44\x7a\x31\x39\x43\xf7\xea\x48\xac\xc6\xe0\x88\x18\xe9\x48\x49\x2c\x5f\xf0\xf0\x76\x8f\x74\x72\xf7\x14\x60\x62\x29\xe5\x74\xe5\xe6\x17\xb6\xaf\xaa\xce\x75\x5f\x97\xb0\x7c\xdb\x73\x9c\xa7\x18\x55\x09\xe4\x24\xa0\xdd\x89\xd1\x2f\x64\x6e\xc1\x67\xf0\x6e\x23\x60\xeb\x92\x6c\x72\x4e\xc0\x67\xd8\x4b\x95\x45\x4e\xd5\x6f\xe9\x27\x3d\xea\x6c\x15\xc9\x30\x7f\x5f\x4d\xf9\x57\x81\xa5\xdd\xdb\x50\x29\x60\x07\xe8\x0c\xfd\x11\x82\xe0\x14\xe4\xf1\x4d\x9f\x76\x79\xb3\x10\xae\x1f\x6e\x2a\xab\xca\x24\x71\x2b\xc2\x37\xb9\x68\xa6\x9d\x2e\xe3\x10\x31\x2e\x4c\xb9\x33\x18\x00\x91\x5a\x24\xf5\x9c\xcd\x79\xc5\x19\x18\x76\x17\x5c\x09\x65\x60\x52\xaa\x0f\xe1\x0f\x7f\x67\x29\x9f\x55\x5c\x92\x06\x1b\x76\x55\x96\x68\x62\x36\x18\x00\x0d\x15\xab\x71\x6f\x99\xdd\xf2\x9c\x41\x10\x3b\xc3\x35\xa4\xd9\x74\x0a\xa1\x6d\x27\x55\x29\x04\x1b\x57\xe5\x8d\xe0\x72\x92\x18\x67\x36\x13\x6c\x21\xaf\x9e\xa2\xac\xb3\x09\x4f\xc6\x39\x07\xdb\x06\xd5\x31\xda\x1f\x5d\x67\x13\xce\x54\xdf\x72\x0a\xb2\x11\x64\xd5\xac\x2c\x10\xd4\xbd\xf0\x8b\x85\x5e\xaf\xfd\x26\xa9\xe7\x7d\xf1\x5f\x55\xdd\x6e\x5b\x28\x7f\x63\x21\xde\x61\x03\xf6\x5d\x87\x7d\x6b\x60\x2e\xff\x7e\xca\x06\x2a\xcc\x67\x1f\x47\x7e\x2f\x07\xfe\x20\xc7\xdd\xe7\x99\xb2\xb5\x10\x3d\x82\xc9\x44\xc7\xdb\xa7\x99\x78\x4c\x51\x04\xb3\xfb\xd3\x24\xe5\x27\xc5\x77\x4f\x9e\xc4\x9e\x39\xb7\xa4\x37\x5a\xf0\x62\xd5\x90\x4a\xf6\xf6\x74\x9e\x40\xbc\x3a\x85\x13\x7d\x9e\xf3\x6b\x18\xf7\x3f\x48\x3d\x95\xb5\x75\xc8\x5a\xff\xe1\xe6\x0a\x0d\x75\xba\x8e\xbf\x76\x3c\x61\x6f\x6b\x98\x4c\x6b\x5e\xb5\x82\x34\xbc\xe6\x1a\xb8\x6c\xb5\x68\xe6\x5f\xe6\xa6\xe8\x4d\xc6\xa2\xcc\x57\x35\x6f\x4a\xd2\xeb\x6d\xb9\x57\x2b\xe7\xd3\x7a\x57\x9d\x0a\x73\x38\x6d\xaf\x54\x97\xcb\x5d\x55\xfe\x3c\x29\x52\x7e\x7b\xdf\xb4\xc1\xf1\xd7\xd1\x58\x66\x6d\x82\x54\x3d\x55\x6a\x81\x82\x68\x05\x29\x9f\x63\xf8\x42\x00\x0a\x31\x96\xb3\x6b\x07\xa0\x7a\xea\x34\xa5\x75\x3c\xd5\x96\xc4\xae\x93\x9a\x2f\xbc\x67\xf3\x9d\xd9\xd7\xf7\xca\xe1\xbe\xe5\xc5\x39\x92\x33\xd8\xcb\x54\x4f\xc1\xa3\x98\x86\x56\x0c\x14\x83\x01\xfb\x0d\x2c\xf6\x55\x72\x73\x24\x7e\x92\xe8\x41\x22\x9e\x55\x91\x01\x68\x51\x53\x35\xcb\xcb\x71\x92\xc3\xc4\xaa\x2c\xb5\x1a\xa4\xc3\xe5\x11\xab\x13\xe5\x1f\x63\x36\x00\x13\x7c\x45\x13\xab\x93\x64\x61\xb1\x72\x05\xec\x58\x11\xe6\xfc\x6d\x4e\xdc\xff\xa0\x3c\xba\x08\x5e\xa5\x3f\x71\x93\xd1\x34\xdd\xa4\x00\xc2\x0c\xb5\x4f\xd9\x9f\xd6\x54\x47\x7b\x7c\x3f\x17\xeb\x62\xd2\x45\xa9\xf6\x7a\x57\x30\x40\x95\x25\x11\x83\xe3\x09\x91\xcd\x30\x4d\xf3\x3c\x11\xda\xa8\x00\xe3\x7e\x95\x55\x9d\xe4\x72\x9a\x49\x56\x08\xfa\x14\x17\x79\xfa\x97\x9f\xff\xc9\xd7\x2f\xca\xd4\xc9\x5d\xb9\x07\x53\xe7\xb8\x62\xc5\x7d\x03\x43\x5f\x3f\xad\x2c\x09\xea\x7f\x89\x0b\xa1\xc7\xae\x18\xc7\xa0\x98\xad\x61\xe4\x5b\xa4\xee\xae\xf5\xec\xb4\x8e\x4b\x6a\xe2\x9e\x46\x85\xc0\xb7\x25\x08\xb3\xbc\xd2\xda\x8d\x9a\x57\x18\xa7\x5e\xd9\x72\x8a\xe7\x55\x96\xbc\xcf\x93\x09\x9f\x97\x39\x84\x8c\x42\xcf\x7c\x6a\xe2\x2a\xab\x35\xd8\x19\x6a\x79\xe7\xde\x66\x09\x7b\x98\x69\x6e\x31\x4f\x30\x4e\xa2\xbb\x4c\x14\x1a\x37\x27\xa9\xf9\x91\x8d\x52\x2f\x22\x7e\x8b\xcd\x96\x0a\xc4\x22\x81\x83\x1d\x52\x44\x9d\x18\x7d\xce\x57\x7d\x7d\x52\xa1\xbf\x15\x30\x0d\xdb\xef\xcc\xc1\x8d\x37\x4d\x98\x41\x30\x71\x94\xb4\x31\xcd\xae\x91\x71\x9b\xf1\x5a\x28\x13\xc8\x6b\x5e\x61\x78\x73\x41\xc7\xfd\x54\x93\x8e\xdd\x0c\xcc\x91\x90\x15\x26\x86\x4f\xd4\x0a\xc1\x8f\x59\x1b\x6e\x9c\xc9\xf0\xa4\xd2\xb5\x99\x6e\x12\x49\x7d\x86\x48\x84\xdc\x12\xe5\xba\x79\x96\x2d\x78\x75\x92\x12\x61\x9a\x3e\xf6\x2d\x79\xb1\xb5\x82\xda\x22\x35\x9f\x13\x12\xc9\x49\x3b\x1d\x74\xdc\x06\xd9\xac\x28\x2b\xfe\x96\xdf\xd6\xa0\xa9\x87\x48\xd9\x81\x69\xf7\x80\xbd\x90\xb8\x5d\xad\x24\xe3\x64\xb8\x58\xfc\xe9\x0b\x16\x06\xdb\xcc\x9b\xa1\x58\x2d\x75\x1c\x0e\x12\x83\x39\x4a\xa0\xe1\xb9\xb4\xe3\x1a\x28\xe8\x68\x05\xc4\x44\xa5\xf1\xbc\xa2\x35\x49\xc4\xa7\x1d\xdc\xd9\xe1\x7a\x19\x14\x65\x0f\x43\x56\xf7\xa0\x67\xdb\xab\x7f\xbc\x1d\xd3\x14\xcf\x68\x02\xb6\x51\x85\x10\x83\xbd\x34\x33\x37\x2f\xb4\x26\x4e\xc8\xc5\x03\xcd\x51\x62\xc6\x27\xda\x8d\xc3\x7e\xf0\x8c\x41\x1e\x66\x9d\xe2\x78\xf8\x0c\x23\x96\x30\xc4\x5e\xe5\x81\x61\xef\x19\x8b\xb9\x11\x48\x59\x8f\x9a\x06\xd5\xbe\x00\xcf\x42\xdb\x99\xff\x11\xcb\x96\xd0\x28\x44\x8b\xb3\x3e\xe2\xd8\x39\xd9\x90\x8d\x9e\xdc\x07\xe7\x52\x87\x68\x93\x33\xf5\x8f\x6d\xac\x11\x31\x07\xa2\x3e\x12\x7d\xdf\x00\xe0\xd8\x29\xf7\x8b\xdb\x1d\x36\xd4\x48\xe3\x8c\x22\xe6\xe5\x8d\x66\x15\x46\xe1\xa2\x1e\x3f\x66\x07\x07\xee\x4c\x9c\xe6\x49\xb0\xaf\x91\xcd\x7e\xfc\x78\xaf\x8e\xed\x12\x4e\x52\x36\x0c\xee\x80\x88\x3d\x8e\x63\x37\xb2\xb7\xe5\x09\x84\x03\xd2\x95\xc8\xf5\xe0\x99\xce\x6c\x58\x59\x00\x71\x7c\x91\x2c\xeb\x55\x05\x48\x82\x86\x1c\x6a\x29\x50\xc8\xee\x22\xcd\x7e\xca\x57\x55\x53\x2b\x59\xe6\x34\x8a\x98\xaa\xd8\xda\x51\x63\x95\x88\xa9\x8a\xd7\xc2\x37\x56\x29\x8b\x7f\xf2\xf5\xcb\xf2\xa6\x08\xaa\xab\xef\x14\x38\x65\xce\x47\x17\x8f\x8a\xb2\xe0\x17\x8f\x1c\xb9\xe4\xf7\xe7\x1f\xde\x9e\xbc\xfd\x65\xd8\xe0\x55\x94\x09\x4c\x6f\xa5\x9e\x68\xc0\x4d\x0f\x34\xc7\x5d\x26\xc0\xb5\x2b\xab\x59\x26\x8a\x96\x09\x74\x6b\x1c\xb9\x94\xf2\x54\xd8\xd1\xfc\x11\x46\x1b\x0f\xd3\x62\x76\x44\x1b\x4d\x26\xe9\x96\x50\x04\x7f\xfc\xd8\x22\x0f\x20\xd0\x19\x79\xbc\x34\xff\x65\xe9\x68\x73\xf9\xb7\x8d\xc1\xc5\xbb\x5e\x4f\xfd\x7d\x79\x17\xd5\x11\x8c\x36\x31\xab\x24\xef\x65\x52\x43\x7e\xc6\x55\xde\x13\xf5\xbd\xdd\xf1\x5a\xdd\xc3\x66\x2c\x52\x7d\x5f\xbb\x31\xe6\x5d\x35\xa3\x0d\xca\x39\xed\xcd\x5d\xd7\xbd\x83\x7c\xc5\x88\xc4\xa6\x97\x3a\xde\x04\xae\x69\x9e\xa5\x9a\x95\xeb\x86\x95\x2d\x0e\x07\x87\xc1\x16\x35\xb5\x03\x4c\x8e\xb7\x83\x22\xaf\xdd\x9d\x0f\xcd\xfb\x9f\x2e\x7f\xf0\xfd\x4e\x18\xfb\x22\x83\xbb\x37\xc9\x15\x67\x62\x55\x71\x76\x03\x8f\xb1\x18\x39\x32\x65\xc9\xb8\xbc\xe6\xe1\x20\x94\xd2\x3b\x73\xa0\xa1\x6c\x1d\x0b\x33\xc9\x30\xa3\x50\x3d\xda\xc8\x9b\xf7\x0e\xb0\xdc\xa2\x38\x5e\xb6\xa3\x4d\x44\xf0\x4e\x8c\x88\x71\x7a\x6a\xe7\xef\xc6\xd5\xdd\xb8\x94\x7c\x8b\x6d\x9b\xfd\xe5\xda\xb5\x21\xa3\x64\x5e\x86\x7f\xcf\xf2\xfc\xb7\x62\x51\xae\xe4\x01\xa1\x39\x88\xd1\x72\xcd\x93\x85\xfa\x71\xb1\x42\x9e\xf7\x3d\x6b\x8e\x46\x78\x79\x13\x8b\xb7\x7d\x5b\x06\xc9\x71\xee\x22\x3c\x23\x44\x6d\x2b\x05\x6f\xc7\x56\x0d\x8e\xca\x23\x66\x16\x6a\xad\xf4\xf4\x1d\x35\x9b\x99\x01\xdb\x72\xfb\xdc\x8c\x44\xaa\x1b\x25\x49\x6c\xeb\x89\x1c\xd4\xb6\xd7\x87\x96\x0c\x7c\xfa\xa4\xba\x23\x56\x15\xd1\xbc\xa9\x2a\xa6\x6c\x70\xa9\xea\x5c\x4f\xa1\x29\x61\x23\xd8\x34\x87\x55\xba\x6a\x8f\x28\xc7\x37\x18\xb0\x53\xd0\xec\x7a\x3e\xd5\x6c\x9c\x28\xa7\x4f\xdd\x0b\x78\x4f\xf7\xd9\xcf\x65\xa5\x7d\xb5\xd1\x9d\x7a\x5d\xae\xd0\x6a\x06\x8c\x7b\x50\x0d\xe9\xbc\x8b\x6b\x85\xa4\x19\x50\x59\x1b\xb9\x1e\xdf\x5d\x56\xd6\x73\x5e\xdd\x64\x02\xee\xb9\x45\x36\x9b\xd7\x2c\x2f\xcb\x2b\x56\x4e\xa7\x7d\x0b\x21\x67\x51\x07\x23\x82\x3d\x04\x42\xe2\x26\xab\x27\x73\xb7\xb2\x13\xab\x77\x92\x08\x1e\xd3\x0e\xf5\xd1\x27\x7d\x48\xcf\xa6\xce\x65\xd2\xb4\x33\x7d\x5c\x88\xda\xdc\x03\x27\x09\x63\xe3\x38\xa7\x3c\x9f\xde\x6b\x94\x5d\x09\xdc\xb7\x37\x0c\xb0\xd4\x63\xc2\x54\x16\x32\xf5\x78\x68\x24\x5a\x27\x90\xa4\x9f\xf9\x1e\x47\x8c\x09\xc2\x1d\x2a\x1e\x34\x55\x62\x23\x94\x14\x9f\xb9\x68\x1d\xa7\x01\x91\x1b\xa7\xcd\xaf\x1b\x4e\xa0\xcb\x2a\xde\x77\x69\x4a\x55\x32\x95\x35\x49\x88\x03\x50\x94\x24\x6c\x2c\xbb\xc4\x24\x70\xe8\x9d\x3b\xe7\x2c\x2d\x27\x2b\xa8\x93\x97\x02\xd2\xc8\x4d\x56\xc2\xf4\x85\x59\x1f\x10\x21\xe1\xb9\x2c\x19\x0b\x6d\xfe\xad\x9e\xc9\x3a\x5d\x36\x5e\xd5\xf2\xe6\x4a\x21\x4b\x94\x3e\x4d\x3a\xfe\x02\x39\x38\xca\x72\x63\x96\x64\x45\x64\x7c\x98\x23\x0c\x0f\x0f\x48\x7d\xf6\x6b\x52\xa4\xb9\x32\xb0\x04\x54\x1c\xaf\x4d\x67\x10\xeb\x00\xf4\xe4\xea\xa5\x2f\x97\xf8\x92\xd2\x08\x0c\xa2\xce\x54\xa6\x3c\x3d\x44\x4b\xc7\x8c\x71\xdd\x26\xd4\xeb\x20\x6c\x33\x84\x90\x91\x53\xcb\x6a\x26\x25\xdc\x60\x56\x84\xf0\x70\x36\xaf\xeb\xa5\x18\x0e\x06\xb3\xac\x9e\xaf\xc6\xfd\x49\xb9\x18\x2c\xb2\x49\x55\x8a\x72\x5a\x0f\x8c\x7b\x6c\x26\xc4\x8a\x8b\xc1\xd3\xef\xff\xfe\xc3\x53\x8a\x16\x0d\x78\xa5\x67\x7b\xdc\x77\x26\x0b\x97\x14\xbf\xee\x23\xa5\xf3\x84\xde\x66\xca\x2e\x67\x2a\x77\x82\xf0\xba\x21\xaa\x59\xbc\xd4\x08\x97\x14\xeb\xf0\x16\x89\x91\xe6\xae\x32\x2d\x6a\xa0\xd0\x7f\xc9\x75\x7d\xf0\xd0\xeb\xba\xaf\x2e\xc9\xb6\x13\x9c\xfc\x1e\x97\xbd\x1c\xd5\x59\xdb\x5e\x04\x1d\xe1\xa6\xab\xda\x9b\xb5\x49\x24\x70\x12\xe2\xf9\xcd\xa4\xe8\x4c\x5e\x22\xfc\x72\x37\x55\x9e\x43\x95\x42\xea\x2b\xfb\x37\x28\x25\x7b\x8e\x3e\x69\x90\x2a\x89\xa0\xac\x40\xb7\x71\x05\x74\x16\x90\x3f\x0e\x0d\x13\x69\x94\x37\x24\x00\xd8\x2d\x5a\x50\x67\x29\x67\x89\x9a\x82\xb9\x77\x3d\xdb\xad\xfe\x3e\xf4\x76\x92\xf3\xa4\x7a\x49\x34\xab\x06\xa4\xa4\xfc\x9d\xd6\xaa\xb6\xdd\x1c\x71\x88\xce\x72\x2b\x03\x73\xdb\x60\x4b\xa1\xae\xec\x84\x6e\xe6\x4b\xfd\x11\xbb\x3a\xe8\x3c\x93\x20\x28\xca\xa2\x57\xac\xf2\x9c\x25\x42\x48\x1e\x1a\x72\xfb\x4e\x12\xc9\xed\xdf\x70\x08\x2a\x23\xe5\xe3\x82\x5d\x52\x7d\xfb\xa5\xbd\x8d\xd5\x4d\x62\x55\xc1\x66\x48\xe4\x30\x05\xaf\x65\x41\xb9\x0a\xd2\xef\xed\xe2\x23\x19\xe6\xce\x33\x6b\xe9\x34\xb8\x6a\xec\xea\xe5\xce\x23\x3b\xbf\xca\xfd\xdc\x4d\x76\x40\x94\xda\x8b\xec\xd8\x38\x5e\xbb\x34\x80\x5f\xb0\xfd\x76\x90\x80\x0f\x70\x75\xf5\x5f\x08\x7f\xe0\x1e\x9c\x0d\x20\x23\xdf\x63\x07\x9c\x7e\xee\x1e\x40\x76\xbf\xb2\xec\xb3\x8d\xa3\x51\xda\x26\x97\xa9\xf9\x27\x5f\x8f\xcb\xa4\x4a\x23\x7c\x4d\x80\x09\x0f\xd6\x42\x4b\x78\x48\x32\x86\x06\x3d\x72\xc9\xfa\x2d\xb6\xcf\xc5\x24\x59\x82\xe3\x22\xbf\xee\x4f\xea\x2a\xff\x27\x5f\x77\x24\x2d\xb4\xda\xdc\xbe\xaf\xbf\x0c\x50\x23\xbc\x7f\xe5\x7f\xfc\xba\x2f\xea\x12\x04\xf5\x64\x06\xb3\x69\x47\x0f\x0b\x79\x6e\xf2\x30\x77\x9b\x34\x87\x78\x07\x4d\x34\xe6\xc5\xf0\xb4\x81\xcd\x74\x0f\xc1\x83\xc6\x21\xc4\x28\xe0\x39\x1a\x0f\x3f\x81\xd4\xb6\x41\x23\x67\x74\xff\x03\xde\x78\x42\x02\x28\x38\x35\xe5\x7c\x76\xc5\x95\x89\x49\x11\x71\x1c\x81\x2b\x64\x17\xe2\x08\x8e\x2f\xb2\x44\x2f\x19\x7b\x5b\x20\x6a\x2e\x24\x2e\x8e\x83\xa2\xaa\x8d\xa1\x71\x0c\xe6\x46\x4b\x83\xf5\x59\x2f\xdc\xed\x98\x49\xef\x35\xc8\x44\x12\xbe\xff\x76\xf4\xe3\x24\x81\x91\x16\x65\x53\x8f\xa0\x52\xc9\x92\x3e\x1e\x0f\x7d\xd6\x85\x7d\xff\xe4\xc9\xb3\xe6\x56\x79\x59\xcc\xc2\x36\x7f\x27\x6d\xd4\x75\x1a\x56\x7a\x12\x77\x1a\xd4\xf6\xcb\x2f\x79\x0d\x86\x89\x36\x9c\x9a\x96\x2d\x48\x3c\xda\x39\x44\xb5\xac\xb2\x3f\x25\xc3\x94\x1b\x0e\x8f\xa4\xbb\x07\xdd\x8c\x93\x0d\x4f\xb1\x71\x3d\xea\xe5\x82\x91\xdb\x68\x70\x5a\x6c\xa2\xf3\xd8\x9f\x55\x2b\x2e\xf1\x2d\x9c\x81\xae\x2f\x1a\x52\xc6\xcf\x13\xf1\xab\x99\xa0\xe1\x19\x55\x3f\x8e\x5e\xa7\x63\x50\xdd\x49\x82\xaa\x2d\x9b\x27\x79\x06\x8a\xb9\xb4\x9e\xb3\x43\xf3\x55\x4c\xaa\x32\xcf\xe1\xab\x6f\x00\xbe\x37\x00\xaf\x25\x3b\x34\xf9\xb7\x05\xdf\xbf\xd4\xf4\xbe\x1c\x78\xbf\x82\x89\x55\x00\x3d\xfc\xfc\x60\xf0\x19\x0d\x57\x56\x40\xcc\x3f\xa3\xfa\xff\xf7\x02\xe3\x43\xc0\xb7\x15\x79\x31\xed\x61\xf3\xfe\x04\x59\x0b\xc1\xec\xfd\x17\x30\x99\x7b\xb8\x89\xf6\x6e\xeb\x9d\xdd\x26\x4d\xc8\xcf\x06\x33\x51\xc6\x0e\x68\xac\x4b\xec\x05\x65\x73\x34\xb9\x4b\x5c\x0b\x88\xa0\x56\x0f\xde\xcd\x96\xb6\x46\xab\x1b\x4d\xae\xb5\xcd\x44\xdc\x5d\x60\x27\x52\xb0\xd5\x54\xbc\xd9\x04\xdc\x7f\x97\xf7\xd7\xdf\xf6\x3f\xa8\xce\xe2\x09\x23\x3c\x93\x66\xef\xb1\x37\x66\x59\x69\x62\x27\x05\xa1\x90\x76\x06\x03\x7a\x88\x0d\xe3\xfd\x9d\x37\xee\x1b\xff\x7f\x8b\x13\x07\x34\xd8\xe5\xc8\xb1\xcd\x7c\xef\x0b\xb0\x3b\xe6\xd8\x21\xeb\xec\x76\xee\x30\x13\x6a\x70\xf0\xb0\x13\xf6\xbf\x36\x38\x7a\xd8\x69\x13\x67\x0f\x0d\xe6\xfb\x38\x7c\xe8\x23\xa8\x9d\x3e\xbc\x40\x6e\x86\xce\x7d\xc2\x98\x0a\xed\x72\xfc\x87\x62\x76\x2e\x1e\xfd\x38\x4e\xc6\x3c\x1f\xcc\x79\xbe\xe4\x95\x60\x3d\x95\x94\xf3\xe2\x91\x8b\xd7\xaa\x29\x1b\xb1\x8b\x47\xba\xbf\x8b\x47\x6c\x64\x92\x78\x9e\xae\x17\xe3\x32\x97\xec\xdd\xc5\x23\x01\x7f\x47\x8a\xfb\x59\xcd\xab\xa4\x2e\x2b\x76\x6c\x67\x45\xa6\xe3\xe7\x36\x2f\xc7\x7f\x20\x63\xcc\x86\xdb\xeb\x97\xe3\x3f\x70\xe8\x1d\x73\x2b\xc7\x7f\xf4\x89\x9d\x18\x88\x5a\x4e\x29\xb0\xc5\x6a\xb2\xcb\xaa\xac\x4b\xc0\xca\x63\xba\xa8\x61\x30\xbb\xae\x03\x59\x79\x1c\xed\x59\xd4\x80\x03\xb4\xbc\x78\xd4\x1f\xe0\xef\xfe\x1f\x02\x40\xdc\xb8\x55\x15\x57\x31\x3f\xcb\x4a\xe5\x94\x69\x9b\x3d\x5b\x09\x0e\x96\x7c\x93\x1a\xfa\x60\x6c\xf0\xcd\x01\x23\x0d\x7a\x95\xca\x42\xd3\xeb\xb1\x17\xe5\x72\x0d\x46\xfa\xac\x3d\xe9\xb0\xef\x9e\x3c\xfd\xa1\xb7\xac\xb8\x00\xf5\xd8\xcf\xc9\x84\x8f\xcb\xf2\xaa\xcb\x4e\x8a\x49\x5f\xd6\xce\xb3\x09\x2f\x04\x67\xed\x37\x27\x67\x9d\x61\x4c\x81\x3c\x55\x6d\x06\x64\xbc\xc1\x38\x2f\xc7\x83\x45\x92\x15\x83\xd7\x27\x2f\x5e\xbd\x3d\x7d\x05\xd7\xac\x9c\x59\x64\x1d\x6c\xb4\xd7\x32\x2d\x97\x02\x20\x12\x8e\x84\x74\x9d\x54\xfa\xbb\xbc\x98\x2c\x89\x7c\x27\xc5\x24\x15\xdd\xcd\xec\x9f\x35\x29\x4b\xc4\x3b\x10\xf0\xdf\x2d\xfb\xf8\xb7\x7a\x33\x5e\x9b\x2a\x7f\x53\xe8\xb0\x0b\xd1\x8f\xf5\x1f\x43\x3a\xbc\xc6\x6f\xd3\xc9\xdf\x7c\xc4\xff\xfc\x59\x1e\xba\x1f\xf5\xef\x8b\x47\xa6\x2d\x08\xb2\x27\x4d\x1d\x38\xa5\xba\x17\xe7\x23\xe9\xaa\x2e\x4f\xc1\xd0\xf3\x2c\x99\x05\x1d\x91\x32\xdd\x0d\xf9\x64\xce\xbd\xd9\x22\xa4\x3c\x12\xb3\xbb\xec\x8a\xaf\xbb\x68\x35\xe3\x6f\x92\x02\x39\x56\xd6\x40\x25\x8d\xcc\x4d\x07\xad\x87\xca\xf4\xc6\x68\x22\x8a\xd5\x82\x57\x98\x3c\xfd\xe0\x09\xb5\x23\x9c\x66\xb3\x55\x58\x70\x53\x65\xb5\xfe\xa8\xc4\xa4\x4e\x57\x9e\xc7\xf3\x2b\xbe\xfe\x48\x1f\xb1\xeb\x6a\x6d\x6d\x82\x61\x21\x9b\xbb\x2e\xbb\x78\x74\xf1\x48\x89\xdc\x6c\x92\x80\x08\xc8\xab\xaa\xe3\xd6\xa4\x78\xba\x03\x08\x94\x0e\xc1\x14\xd8\x08\x6b\x68\x21\x8e\x4e\xc9\x74\x7a\x53\x25\xcb\x76\x56\x14\xbc\xfa\xb9\xe8\xb2\x72\x55\xe3\x1f\x98\x3c\xa3\xae\xd6\xaf\xcb\x89\x78\x9d\x09\xfb\xe2\x27\xb1\x1e\x90\xfa\x17\x7d\x66\xd8\x48\xb7\x03\xfa\x85\x7f\x12\xc2\x95\x15\xa2\x4e\x8a\x89\xc4\x5b\xdb\xe6\xd8\xb4\x19\xda\xaf\x44\x86\x9f\x91\xde\x75\x10\x48\xb0\x49\x6e\xbb\x83\xdb\x71\x3a\x8e\x37\x86\x4e\x7e\x59\xf0\x1b\xa6\x32\x54\xb6\xc9\x72\x24\xd6\x9d\x7f\xd4\xf2\xbc\xc9\xfe\xad\x3b\xfd\x94\x15\xd7\xe5\x95\x03\x7d\x0b\x24\x84\x8d\x1a\xa2\x43\xb1\xaa\x32\x19\xc4\x2e\x1e\x89\x95\x58\xf2\x22\xe5\xe9\x69\x9d\x54\x9a\x46\x92\xc1\x6c\xc7\x18\xea\xa4\xcb\x92\x6a\xe6\xa6\x9b\x9d\xb2\xf6\xc5\x23\x7e\xcb\x27\xab\x3a\x2b\x66\x40\x00\x46\x3a\xe1\x74\x3d\xaf\xca\x1b\x58\xdd\xab\xaa\x2a\xab\xf6\xc5\x23\x0b\x5b\x08\xad\x5e\xf1\x24\x5d\xb3\x6a\x55\x14\xd0\xb6\xe3\xbc\x5a\x63\xd7\x93\x72\xb1\xcc\x79\xcd\x53\xb7\x6b\xc7\x9a\x09\x6b\xc2\x68\xaa\x16\x4e\x57\xcf\x20\xa9\x66\xcf\x2e\xc2\x57\xee\xb4\x2c\xf8\x07\x2e\x56\x39\x7d\xaa\x21\xca\x57\xc6\x6c\x6e\x5f\xc8\x03\x8d\xbd\x32\xdd\xbd\x81\x6f\x3f\xa9\x66\x6c\x04\xc3\x3c\xf3\xa6\x26\xe1\x9d\xf2\x9c\xcf\x10\xe4\xba\x81\xfe\xe4\x2c\xd8\xbc\x5b\x40\x51\xc7\xb7\xd8\xa2\x5d\xe1\xb4\xe5\x4c\x92\xf5\x98\x9f\x00\x22\xbc\x54\x65\xa6\x07\xbb\xff\xde\x30\xee\x40\xd8\x57\x30\x5c\xac\x12\xc0\x56\x62\x6a\x56\xac\xf8\x29\x97\xff\xf2\xbc\x03\xc3\xc8\x2f\xcf\xfc\x1e\x34\xa0\x9d\x4e\xbc\x5a\x8e\xe5\xd3\x5d\x08\x8f\x8b\x47\x05\xbf\xad\xd5\xbe\xba\x3b\xd1\x31\xbf\x05\x3e\xc4\xe9\x9f\x9f\xbc\xdf\x72\x67\x40\x05\x1f\x62\x8a\xdf\xe3\x26\x04\x54\x78\x4e\x42\x24\xb7\x67\x8a\x20\xac\x83\x20\xde\xb2\x0d\x26\x64\x62\x29\x09\xeb\xab\xdb\x09\x87\xc8\x45\x6d\xd2\xa6\xe3\x34\x52\xcf\x08\x17\x8f\x10\xac\xd1\x05\x40\xcc\x3c\xdd\xc1\xb8\x5a\x2d\xeb\xb6\xad\xef\xcc\xc7\xed\xdb\xce\x9f\x9c\xe5\x67\x3e\x26\x57\x7c\x52\x56\xf0\x62\x52\xad\x5f\xc8\x59\x37\x11\x9c\x08\x5e\x5f\x3c\x2a\xca\x6a\x91\xe4\x6a\xda\xd8\x15\x08\x1c\x51\xa0\xeb\x09\x19\x38\x95\x05\xb2\x97\x94\x20\x0c\x29\x0d\xfb\x3f\x19\xcf\x01\xe8\xaa\x6b\x38\x94\xf7\xc1\x57\x57\x32\xa5\x2b\x87\x9b\xd8\x76\x1b\x58\x39\xca\xc9\x0d\x9d\xa9\x7a\x38\xfe\x6c\x0b\x92\xbb\xf8\x48\xe0\x02\x86\xae\x3b\x10\xcb\x90\x24\xd3\x8b\x4f\x95\xec\xb4\x3d\x22\xe7\x4e\xed\xae\x69\x2b\xbb\xf6\xca\x89\x5e\xce\x06\x15\xa6\x05\x70\x16\xee\x1d\x41\xd8\x8a\x18\x80\xe5\x32\xe5\x26\x6a\xd4\x20\x90\x4d\xaa\xd9\x90\x4d\x0b\x08\x8b\xd8\x36\xfd\x06\xd3\x8e\xb1\x25\xdb\x46\xd2\x50\xf2\x06\xe2\x55\x15\x74\x4d\x56\xab\x58\xe8\x3e\xc4\x37\x1e\x01\x43\xf2\x4c\xb3\xd7\x3e\x7e\x01\x9f\xed\x33\x87\xe6\xe2\x93\x5c\xbb\x0f\x42\x53\xa8\x65\xea\xbd\x2a\xbd\xd7\x4c\x05\xa9\x2d\xe7\xa3\xd9\x5c\x53\xae\x27\x64\x38\xbb\xa0\x46\xd7\xe3\xc7\xbb\xe4\xe6\x0f\x24\x4e\x34\x9d\x50\xde\x14\x38\x24\xe6\x22\xad\x4b\xcb\x07\xe9\x2f\xb2\xf7\x77\x53\x03\x6d\x34\xaa\x8d\xcd\xd0\x74\xf1\xf8\xb1\xf9\xbb\x6d\xfe\xc0\xf0\xbb\xed\xf3\x8f\x1d\x95\x43\xb8\xa9\xa3\xc7\x8f\x1b\x8b\xa4\xc0\xfa\x0e\xcc\x53\x50\xa2\x41\xcc\x6a\xa8\xed\x43\x04\x5e\x12\x43\xc0\xb1\x51\xd3\x70\x16\x38\xbf\x48\x8c\x69\xde\x3d\xc2\x84\x92\x6a\xce\x57\x97\xb7\x8c\x0e\x15\x91\x44\x74\xbd\x37\x18\xa5\xae\x6d\x99\x50\xbd\xa3\xe7\xfa\x6e\xed\x52\xf2\x61\xef\x8b\x8f\xfd\x69\x59\xbd\x4a\xe4\xd9\xf6\x18\x41\x72\xd4\x14\x4e\x59\x19\xd2\x70\x47\xb6\x91\xcf\x35\x3a\xd6\x82\xc8\xc6\x3a\x1c\xa6\x7d\x4e\x37\xaf\x59\x9d\x28\xf1\x79\x4e\xe5\xba\xb6\x21\x54\x5d\xf6\xbe\x2a\x17\x99\xe0\x27\x8b\xa5\xcd\x71\x6a\x5a\x85\x23\xca\x4b\x43\x94\xf9\x35\x97\x7f\x48\x60\x7b\x2c\x73\x78\xf1\x99\xb1\xce\xb1\x9b\x8f\x84\x4e\x9a\x45\x18\x69\xd7\x61\x3b\x0e\xb6\x5c\x7f\x38\x98\x62\xee\x1a\x6f\x1c\x8c\xe4\x33\x52\x35\xfb\x54\x82\x22\xe0\xc5\x5a\xa0\xed\x29\x01\x83\x50\x3c\xd7\x2a\x18\x25\x99\x79\xe7\x41\xb9\x7a\x5c\x3c\xfa\xf4\x29\xb9\x49\xb2\xfa\xe2\x51\x87\x1d\x53\x70\xf6\x15\xa4\xb0\x66\x5f\x55\xeb\xf4\xeb\x39\x2f\x08\x9e\xf8\x72\x1f\x80\x01\xe1\x6e\xb1\x4e\x0d\xe6\xc3\x9e\xde\x53\x14\x8d\x5c\x1a\xef\xf4\x68\xb0\x97\x57\xd5\xf6\x0e\x3b\x6c\xd8\xbc\x9c\x60\x19\xab\x02\x13\x72\xf8\x9c\x21\x85\x3c\x18\x50\xa8\x6a\x66\xec\x36\xd6\xd8\xb6\x96\xd2\x5f\x8d\xda\xb7\xe8\xa2\xca\x5d\xcb\xa2\xc6\x61\xf6\x1a\x94\xf5\xda\x21\x0b\x60\xea\xa0\xa4\xcc\xaf\xb3\x72\x25\x14\x54\x3c\x2b\x9c\x88\x94\x19\x17\x06\x4d\xb9\xc4\x23\x14\x49\x7e\xcf\xea\x39\x92\x9f\xe7\x45\xfa\xbc\x9a\xb5\x63\x54\x40\xca\x87\x64\x43\x08\xf0\x9b\xcf\x24\xd9\xfb\xad\xa7\x78\x0f\x08\xc1\x1c\x3c\x10\xc0\xb3\x87\xfb\xe5\xd8\xff\x82\x98\xd2\xbc\xd6\xee\x16\x38\x80\x1b\xdf\x16\x28\x6d\xd5\x86\xec\x27\xf2\x51\x55\x88\x61\x12\x75\x35\xa3\x65\x3b\x77\xf9\xc8\x8f\x8e\x09\x15\x71\x0f\x20\x22\xf5\x86\x12\x35\x5f\x9e\x65\x98\x56\xba\xcb\xf6\x16\xb2\xa8\x90\x69\xa7\x45\xee\x20\xb8\x78\x23\xec\x6e\x54\xa8\xa1\xb6\x4c\xdd\x3d\x21\xb5\x63\xb2\x1d\x8d\x23\x3e\x9f\xf7\x2c\x50\xe5\xec\xc1\x8d\x4b\x64\x3f\x5b\x2f\xb9\x56\x88\x9c\xcd\xb9\xe1\x34\x6c\xc6\x5b\x1d\x1e\x31\x61\x2d\xe8\xa7\xa5\xa0\xaf\x95\x71\x71\x24\x6e\x98\xa0\x73\xd6\xc3\x8b\x4c\x9f\x9f\x60\x13\xa2\xd2\x62\x28\x40\x3b\x37\x99\x9a\xc9\x43\xa4\x93\x6e\xa0\x1c\x31\xc8\xd4\xb0\x30\xb9\x9e\xac\x98\x96\x4e\x37\xae\xb6\x0c\x8a\x8f\xe1\x1f\x2d\x41\x6a\x5c\x3a\x37\x0b\x46\x4a\xfd\x36\x59\xf0\x8f\x6c\x84\x75\xd5\xc5\xa4\x67\x54\xa0\x9e\xce\xb4\x90\xbf\x5f\x97\x13\xca\x2b\xc1\xad\x1e\xca\xe2\x31\xcc\xd5\xb7\x5f\x03\xde\x76\xee\x01\x09\x49\x48\x60\x8d\xc3\xe8\x48\x7b\x22\xa1\x41\x40\xc5\x79\x64\x88\x85\x09\xa8\x69\x81\x6f\xb8\xd7\x9c\xa2\x54\x6b\xb9\x12\xf3\xb3\x6a\xfd\xaa\xa8\xab\x75\x3b\x2f\x27\xc2\xa1\x50\x5c\x7e\xa6\x61\x02\x50\x0d\x3a\x64\xb2\xe6\xf9\x93\x8f\x94\x1e\x32\xf6\x94\x65\x05\x94\x00\x84\xa1\x6d\x1f\xc4\xc0\xd7\xe5\x84\x8d\xb0\xcd\xd3\x8f\x9d\x2e\xfb\x2e\x52\x71\x9a\x41\xf8\x10\x52\xf5\xbb\x8f\x5d\x9c\x40\x1f\x82\x48\x91\x92\xef\x3f\x76\x94\x6d\x74\x8d\x53\xcf\xb8\xe8\xcb\x95\x60\x5f\xf1\x95\x56\x5c\xf0\xda\x2c\x15\x2b\xd2\xb5\x9a\x23\xa8\x26\x8e\x62\xbd\x6c\xf9\xf9\xb3\x16\xd4\x98\xa3\x07\x18\x51\x09\x19\xb0\xb0\xe6\xce\xc9\x09\x7a\xd2\x27\x22\x3a\xc1\x88\xaa\xb9\xe3\x58\xed\xd9\xc5\xb2\x11\x3b\x0f\xf6\xe4\xe2\x51\x55\x96\xb5\xf6\x2a\xbe\xfb\xe8\xe8\xe0\x8d\xc8\x40\x37\x1c\x81\xa8\x61\x09\x00\x6a\x1f\x3c\x89\x83\x4f\x89\x7a\x80\x93\xd4\xd2\x4e\x52\x9e\xe0\xa3\x22\x02\x8e\xa4\x23\xcf\xb0\xaa\x77\xee\x0a\x71\x1f\x1d\x83\x7c\xb7\x95\xa1\x5d\xee\x67\x64\x8a\xcd\xb8\xcf\x5c\x8e\x3e\xfa\xee\xa5\x2b\x03\x95\x70\xbb\x1d\xe7\xdc\x93\x0a\x0e\x32\xf1\x36\x79\x6b\x06\xe8\xe7\x10\x33\xba\x13\xc8\x04\x19\x1b\xb1\xde\x53\x4f\x0c\x50\x64\xc9\x80\x4e\xfe\x6e\x7b\x5c\x12\x28\xb0\x9f\xb1\x6f\xbf\xcd\xd8\x21\xf3\x86\xf1\x95\xd5\x38\x25\x2a\x0d\xe8\x06\x5d\x96\xd9\x8b\xb0\x80\xac\x6f\x8a\xf3\xb5\xa0\xfe\xd8\xc5\x12\xa0\xb3\x23\x76\xf0\x14\x7f\x6f\x53\x7d\xc5\x3a\x24\xf7\xb7\xd3\xdd\x93\xa0\xbb\x3b\x47\xcb\x48\xfb\x2a\xf4\xbb\xca\xed\x4e\x8f\x35\x03\x80\x02\x02\x7d\xd9\x37\x81\x6d\x2c\x18\x7d\x39\xf0\xd4\x23\xfe\xfb\x9d\x5d\x8e\x11\x98\x41\x59\x68\xde\xe3\xe8\x00\xaa\x8f\x40\x59\x10\xd7\x11\x04\xaa\x84\xae\x16\xc6\x7f\x59\x76\x41\x61\x68\xc3\xbe\x3c\xea\x6e\x69\xd7\xb1\x0d\xb7\xf4\xbd\xbb\xc3\x4e\xe4\x5b\x9f\x24\xd5\x83\x2b\x74\xe7\x38\xc1\x9b\xac\x1c\x3a\x68\x00\x77\x92\x56\xcb\x65\x22\x28\x77\x04\x96\x19\x2f\x7e\x5e\x15\x0e\x15\x46\xab\x86\xa6\xb7\x6b\x6c\x80\xba\x28\xf9\x17\xb5\x85\x70\x39\x8c\x83\x03\xe8\x09\xae\x7a\x6d\x28\x11\x4e\x06\xde\x8f\x23\x6b\x80\xea\xd0\xd0\x81\xd3\xe7\xcf\x30\xbf\x7e\x91\x2c\xb8\x52\x78\xdd\xd9\xd5\x42\x12\xda\x2d\xcb\x73\x5f\x9a\x85\xa3\x89\x63\xc7\xf1\xef\xaa\x8f\xad\x58\x22\x99\x0c\x05\x8e\x4f\x9f\x00\x23\x3f\x7d\xda\x0f\x1f\x75\xe7\x7b\x6f\x2d\x6a\x9d\xe5\x48\xcd\x7a\xb0\x5f\x96\xa6\x96\x0f\xa1\x44\xe9\x69\xe3\x1a\x28\xff\xa4\x2a\x15\xc6\x50\x8a\x90\xce\xa1\xec\x36\x68\xd2\x1c\xad\x13\x7d\xdc\xd5\xeb\x6d\xa8\xd0\x8d\x99\x2e\xec\xa9\x6b\xb5\x8b\x73\x3a\x67\x23\x57\x07\x46\x60\xa0\x82\x1c\x45\x1e\x87\x9b\x5f\xd0\xe3\x8a\x33\x30\x98\x7f\x02\xb8\x4a\x8a\x01\xe7\xe9\x6f\x53\xda\xa1\x0c\x3a\x3a\x23\x9a\x50\x4b\x46\x59\xb7\xf7\xa3\xbe\x3b\x27\xf7\xf4\x6d\x21\x00\x6d\xd5\x65\x47\xf2\xff\x72\x12\x43\xf8\xa7\x8f\x97\xa4\xaf\xe7\xa9\xfc\x47\x50\x35\x80\xd2\xf3\x28\xd9\xc1\xd1\xfa\x38\xfd\x79\x6a\xca\x26\xcc\x01\x9c\x25\x44\x7a\xfb\x81\x00\x1a\x47\x6a\x3f\x48\x49\xef\x5d\x0a\x7a\x44\x49\xc0\x9b\xdb\x5f\x3c\x3a\x47\xd6\xdf\x9e\xee\x8f\xea\x3d\x90\xa2\xe2\x15\x5f\x0b\x07\xc5\xb0\x91\x43\x68\x55\x9d\x73\xab\x5b\x00\x96\x44\x15\x49\x06\xdd\x6b\xc4\xa0\x09\xb2\xd9\x57\x7c\x1d\xa8\xac\xd4\x14\xa1\x52\xc5\xaf\x79\x25\x78\xbb\xd3\x6d\xe6\x82\x14\x07\x04\xf5\x63\x7c\x8f\x9e\xc9\x48\x8d\x5b\x2e\x1d\x73\x00\xc9\x12\x79\x13\x8d\xb1\x2d\x60\xec\xb2\x95\xff\x09\x05\xf6\x2d\xfc\xcd\x9d\x4f\xd2\x90\x2d\xd6\xe6\x32\xa2\xab\xb9\x78\x87\x40\x52\x47\x3b\xbc\xac\x86\xba\x5e\x57\x03\x4f\xf0\x7a\xe8\x09\x2b\x6d\x71\x95\x2d\xcf\xf8\x62\xf9\x41\xfe\xf2\x54\x3c\xca\x09\x85\x5f\x63\x94\x68\xf8\xa9\xf8\x2b\xfd\x53\x50\x37\x58\xf5\x83\xb0\x71\xf0\x9d\x40\x05\x7f\xfb\x62\x24\x7c\x8d\x48\xc9\xf0\x3d\x50\xed\xf8\x42\x99\x96\x3a\x1c\xe1\xab\xd3\x65\x07\xde\xd2\x0c\xee\xc9\xab\x15\x3d\xe0\x1d\x97\x39\x78\x8e\x55\xf7\xb2\xac\xd2\x9f\xcc\x93\xea\x79\xdd\x7e\x12\x28\xca\x65\xc3\x2e\xd4\x81\x22\xc5\xc8\x7f\x0b\x8d\x44\x9e\x4d\x78\xfb\x69\x07\x5f\x8d\x64\xcd\xf3\x42\xa9\x17\xac\x98\x1f\x70\xa6\x3a\xe8\x2c\x44\x01\x36\x3b\x24\x7f\xb6\x7d\x7f\x23\x83\x34\xcf\x9c\x57\x8a\xb2\xac\x3f\x18\x05\x8f\x0b\xa1\xf3\x27\x1f\x89\x80\xf8\x2c\xfe\x32\x01\xfa\x1c\xd3\x89\xd2\xe9\xa0\x81\x03\xf9\x4c\x8d\x19\xe8\x4b\x4e\x75\x9d\x18\x9d\x93\x5a\x4b\x60\xdd\x40\x16\x16\x5a\x3e\x70\xfd\x57\x0c\x05\xe5\x92\xf5\x64\x4c\x45\x67\xf9\xd6\xa0\xca\x71\xef\x66\xd4\x7f\xa1\x48\x73\xde\xce\xcb\x49\x97\x4d\x92\xd5\x6c\x5e\xc7\x14\xd2\xbe\xe8\x6d\xb4\x28\xd4\xb0\xc0\xce\x21\x50\x13\x91\xee\x1f\xae\x02\x3a\x38\xc0\x1e\x62\xe4\xc3\x20\x71\x16\xee\xb3\x22\x71\xac\xc7\x9e\x3e\x63\x19\x3b\x1a\xb1\x27\xcf\x58\xaf\x97\x05\x24\x4f\xab\x5c\x7c\x3c\xc9\x3e\xfa\x91\xab\x9b\xf4\x15\x1e\x91\xd4\x6a\x01\x0c\x70\x00\x75\xf1\x1a\xef\x58\x3f\x10\x00\xff\xc5\x23\x5e\xa4\x31\x6b\x2f\xda\x88\x1d\x1a\xcf\x60\x7e\x1d\x31\xaa\x9a\x27\x02\xf4\x97\x6c\xe4\x9c\x4a\x8e\xea\x86\x8b\x47\x5a\x1f\x24\xef\x50\x77\x3d\x60\xdd\xfa\x33\x6a\x81\x9a\x5a\x5b\x25\x91\x3f\x4f\x23\x23\xe3\xe8\x48\x14\x54\x6f\x51\x71\xda\xd2\xcf\x43\xe6\xaa\xaa\x7c\xb8\xb8\xa5\x5d\xa6\x35\x24\xbb\xfa\xb3\x93\x8d\xf7\x48\xca\x63\xf6\x44\x74\x3d\x7f\xf1\x0a\x7c\x47\x68\x3b\xc6\x01\x85\x62\x68\x37\x28\x51\x15\x2c\x61\xc0\xc7\xe9\x26\xab\xe7\xe5\xaa\x56\xa6\x1f\x65\xc5\xd4\x0a\xa9\x7a\xfc\x2f\x01\x18\xd1\x3d\x34\x10\x6f\xb4\xb9\x22\x54\x4e\x19\x61\x29\xf6\xdf\x7d\x30\xfb\x6b\x8f\xf1\xfe\xc7\xcb\xbf\xda\xe2\xc7\x80\x78\xa4\x36\xc0\x32\x38\xa4\xaa\xf0\x95\x9a\x23\xb4\x70\x20\x0a\x11\xda\xa3\x66\x49\x84\xda\xd1\x4e\x20\xf6\xdf\x23\x68\xa6\x28\x0d\x90\x69\x90\xaf\xb5\x59\x17\x29\x80\x49\xd3\x0e\xc8\xf2\x25\xcd\x7d\xfc\x18\xfe\x39\x1c\xb9\x95\x88\x8e\x58\x0e\xe8\x2d\x43\xf2\x2b\x1d\xf7\xe2\xd5\x24\xd2\xa9\x79\xec\x76\x4a\xd4\xb3\x43\xab\xe7\x6d\xb8\x75\x10\x5f\x9c\x0b\x07\x34\xbd\xde\x00\xed\xad\x5c\x93\xd6\x0f\xc6\x97\x16\x7f\x4d\x80\x86\xda\xd4\x4c\xbd\x1c\x77\xbc\x5b\x5d\x17\x13\x34\xf7\x5a\x74\x99\x56\xa5\x7b\x57\xf9\x96\xb7\x23\xc5\x67\x34\xf2\x18\xee\xb6\x53\x70\xc5\x76\x9f\x96\x1f\x3b\xe0\x20\x40\x1d\xfa\xc6\x94\x6e\xab\xb6\x61\x6b\xf4\x01\x0b\x1f\xad\xfc\x0d\xb0\xcf\x92\x74\x4c\x7d\xe5\x31\x6a\xec\x16\xb3\xf7\x33\x2f\x10\x9a\x71\xd4\x3d\x18\x78\x36\x3e\x87\xe9\xdd\x99\x66\x45\x26\xe6\x64\x6f\xf0\x43\x3b\x7a\x52\xff\x7a\x1a\x14\x52\x20\xfa\x02\x33\x32\xe8\x49\xa9\xb1\x8b\x84\x3e\xdf\xe1\xbf\xd6\x74\xba\xd1\x37\x97\x46\x40\x05\x44\x5b\x71\x0b\x17\x8f\x08\xd0\x3e\xc1\xa7\xb6\xe6\x60\xfe\x3d\x88\x36\x90\x35\x7f\x46\x01\x11\x8a\xf0\x69\x3e\xff\xb2\xe5\x18\x46\xac\xce\xa1\x6e\x11\x7b\x66\xd5\xff\xc5\xe0\xbf\x87\xe2\x1f\x3b\xde\x41\xff\x43\x6e\x20\xcb\xa5\xec\x98\xab\xfb\x3f\xa9\x6b\xbe\x58\xd6\xf6\xf2\x37\xc2\x87\x12\x31\xc1\x30\x98\x0a\x1e\xf4\x3b\x79\xe2\xb0\xef\xc0\x28\x8a\xbb\x60\xa6\xa8\x49\x84\x57\x6a\xca\xa0\xd4\x33\xc3\xe0\x0d\xab\x4b\x65\x0c\x3d\xc8\x90\x0e\x68\x2b\xa8\x91\x87\xfa\x0f\x03\x91\x2e\x73\x4c\xe1\x29\xe1\x31\xc4\x22\x94\x23\x9a\x8d\x02\xa8\x7a\x41\xb9\xe2\x59\xae\x45\xac\x8b\x89\x51\xfd\x9c\xd6\x7c\xd9\x9e\xf1\x22\xb0\xaf\xe9\xb2\x4f\x72\x46\x5d\xf6\x09\x36\x49\xb9\xfc\x58\x2e\x87\x58\xff\x92\xc7\xfa\x19\x2f\xc0\xf7\xa7\x4d\xec\x0a\x64\xb1\x79\x52\x32\x2f\xf0\x81\xe7\x11\x31\x99\x52\xb6\x4d\xf8\xd1\xd1\x0a\xd2\x17\x15\x78\xe8\xd3\xaf\xff\xa4\x2d\xb5\xf9\x52\xa3\x50\xd6\x54\xdb\xf8\xc4\x8c\xc3\x9c\x25\x9b\x37\xcc\x3b\xe2\x33\x1b\x3a\x29\x02\x3c\xcf\xac\x47\x50\x7b\xaa\x65\xdc\xc0\xd3\xc6\x51\x9e\x09\x9e\x4f\x15\x9d\x70\x2d\x96\x05\x32\x04\x10\x60\x4e\xb8\x3a\x51\x62\x4f\xb5\x97\x2d\x15\x1a\xf0\xc2\x83\x49\xd1\x4f\x96\xcb\x7c\xdd\x46\x25\xac\x1c\xa6\x13\x13\xa3\x01\x02\x11\x0b\xbf\x87\x62\x8d\x67\x10\x18\xb5\x71\x21\xbe\xb9\xb2\x51\x60\x0b\xf8\xf0\xb1\xa9\x95\x5d\x74\x68\x5c\x6e\xa0\xb8\xb9\xb3\xb1\x68\xee\xee\xe5\x52\x8e\x29\x3f\x8c\xdf\x34\x71\xc5\xf6\x4a\xdc\x1c\xdd\x6a\x71\x5c\xb0\xc4\xc9\x65\x3c\xe6\x92\x04\x26\x93\x39\x26\xc8\x4c\xd4\xe8\x26\x08\xaf\x4e\x7f\x36\x49\x0a\x59\x57\x72\xf8\x3c\x85\x1e\x13\xd9\x55\xc5\x21\xd0\x80\x0e\x1e\xf1\xe1\xf9\xcf\x7d\x76\x52\xf4\xa6\x39\xf8\xc2\xe2\x2b\x82\x6c\x23\x4c\x9a\xd9\x64\x55\x97\xb2\xb7\x09\xcf\x79\xaa\x03\x37\x9a\xe1\xa0\xe7\x4c\xb0\x15\xc6\xfd\xcd\x8a\x99\x49\xf9\x39\xe7\xba\xbf\x32\x85\x4c\x70\xe8\x6b\xc2\xd3\x2e\x18\xd7\x71\x55\x7b\x35\x83\x70\x19\x15\x87\x7a\x38\x53\x48\xc2\xcd\x85\x3c\x09\x85\x2c\xce\xe4\x1f\xee\xc0\xc8\x22\xb1\x31\x97\x9d\xa8\xd1\x79\xda\x77\x43\x59\xa8\x70\xf9\xc9\x94\x7f\xe0\xff\xb5\xe2\xa2\x36\x49\xd1\x7e\xae\xf0\x85\xb2\x6d\x3a\x1c\xfa\x49\x59\x3a\x43\xd6\x6e\x4f\xc6\x43\x66\x1e\x3c\xd9\xe8\x08\x5e\x47\x6c\xa4\xb0\x9c\xd7\x2a\x38\xa5\x0a\xb2\x24\x86\xec\x94\xd7\x87\x18\x52\xe7\xc8\x75\x16\x0f\x3b\x23\xc6\x0e\x07\x6e\x37\x04\xdb\xdd\x02\xf5\xba\x42\x06\x69\xd3\x53\xeb\xe1\x54\x9b\xe0\x05\x39\x3e\xb1\x90\xcd\x43\x16\x44\x40\xf3\xc7\x36\x7a\xd7\x76\x66\x72\x9a\x40\x1b\x44\x0f\x17\xb8\xed\x2c\xed\xb8\xf6\xb0\xe6\xb0\x05\x4a\x7e\x95\x3c\x01\x87\x81\x20\x6d\x55\x6c\xbf\xfc\x18\x6d\xde\xec\xd0\x54\xa6\x6d\xba\xb1\xa3\x4f\xc6\xee\x9b\x8d\x92\xde\xdd\xe6\x49\x9a\xfa\x6d\x49\x0c\x89\x30\xa3\x11\xc6\x30\x96\x37\x3e\x26\xa1\x3f\x3c\x93\x54\xba\x58\x07\x39\xea\x9f\x57\xe3\xac\xae\x12\x50\x6a\x40\xa8\xd2\x44\x88\x72\x92\x41\xc2\x23\x89\xda\x18\x2b\xb5\x84\x4e\x68\x2e\xd2\x2b\xbe\x76\x72\x6e\x47\x93\xc2\x9e\xbc\x94\xf4\x00\x73\xe7\x6f\xeb\x98\xf4\x9b\xa5\x5b\x12\xda\x4a\xf9\xa3\x2e\x55\xf6\x13\x95\xac\x31\xd6\x49\x0d\x06\x14\x4d\xbd\x64\x75\xce\xc9\xbc\xda\xe3\x55\x96\x43\xa0\x44\x15\x47\x12\x55\xf3\x09\x9b\x65\xd7\xbc\x88\x2c\xbd\x96\x1d\x7c\xd9\x2c\xd9\xdb\xb2\xc6\x24\x21\x2a\xda\xf4\xf3\x3c\x97\x4c\xdb\xe2\x0c\x3c\x80\x05\x2b\x8b\x7c\xcd\xc4\x6a\x29\xf7\x55\x85\x9d\x2e\xb8\xea\x42\x4e\x75\xb1\xca\xeb\x0c\x53\x10\xda\x03\x23\x28\x1c\x55\x67\xc7\x43\xe6\xe3\xc2\x1b\x9d\xd2\x6e\xbd\x0c\x93\xd1\x42\x62\xbc\x2d\xa0\xcd\x64\xf9\xf6\x34\xc0\x49\x95\x25\x2c\x4f\xc6\x3c\x37\xf9\x34\xd3\xaa\x5c\xa6\x92\x71\x57\xd0\xd4\x79\xc5\x4d\x58\x03\x59\xe9\x52\x6e\x9b\x9b\x42\x9c\x82\x5d\x76\xfb\x5a\xf6\x1a\x01\xbd\xec\x4f\x03\x47\xa8\xd4\x8c\x3c\xed\xeb\xbc\xb9\xea\xf7\x71\x90\x90\xc8\xcc\xfb\x77\x15\x13\x49\xce\xc3\x76\xa4\x42\x02\xaa\x0c\xe6\x5e\xf6\x62\x08\x02\x47\xe6\xa7\x2b\x6f\x19\xe5\x25\x5c\xdb\x36\x02\x93\x3b\x1a\x86\xca\x67\x65\x25\x41\x13\xcf\x0f\xef\x8f\x89\x4d\xb6\x8d\x98\xd4\x09\x4b\xae\x93\x2c\x87\x24\xa3\xf2\xb6\x84\x3c\xe7\x4c\xa7\x73\x31\xf7\xb7\x93\xc2\x3c\x4d\xea\xe4\x78\xc8\xce\x9e\xb9\xdc\x24\xa4\x18\xdf\x86\x4e\x48\x5d\xde\x82\x56\xc1\x24\x1d\x7f\x99\x5d\x67\x29\x3c\xbd\xa3\xd5\xd8\xaf\x3c\xc1\x9f\xdf\xc1\x4f\x7b\x00\x46\xec\xfb\x6e\x10\x61\x69\x52\x16\x93\x04\xa3\xaa\x9c\xf2\x5a\x74\xd9\xaf\xd9\x6c\x2e\x45\x89\x2a\x11\xf5\xa9\x4a\xc2\xe9\x05\xc5\x89\xe7\xf3\x63\x0b\xbe\x28\xb3\x3f\x4d\x42\xf6\xb0\x51\x3c\x98\x8e\x8d\x8a\x93\x08\xf9\xe3\xa7\x44\xf0\x9f\x56\x75\x5d\x16\x7e\x00\x9b\xfe\xc0\x96\x35\x07\xcb\x69\x6c\x8b\xed\x1a\x53\xe4\xa9\x38\x48\xcd\x0b\xd5\x71\xa0\x5e\xbe\xfa\xf9\xf9\x6f\xaf\xcf\x3e\xfd\xf4\xdb\xd9\xd9\xbb\xb7\x9f\x7e\x7d\x75\xf2\xcb\xaf\x92\xfe\xb7\x7e\x78\xb2\xbc\x95\x15\xdd\x6a\xef\x9f\xbf\x7c\x79\xf2\xf6\x17\x59\xe1\x09\xfb\x01\x6b\x6c\x09\xef\xe4\x41\x11\xe2\x0c\xb6\x9d\x3c\xec\x5d\x85\x64\xa7\x26\x11\x3e\x5d\x72\xc7\xfb\x1d\x84\x65\x1d\x7b\xf0\x0d\xea\xc7\x36\xa1\x6d\x22\x3b\xd9\x8e\x12\x98\xe0\xf6\xae\xac\x50\x0d\xe1\x9f\x08\x83\x61\xd2\xc2\x7a\x70\x22\xd2\xcf\x5c\x65\xb8\x8c\x02\x3c\xcc\x76\x89\x09\x71\x97\x49\xce\x6b\xb0\xdc\x5e\xd5\x55\x92\xbf\xaf\xb2\x45\x52\xad\x69\xde\x5a\x93\xcc\xf6\x85\xca\x92\x59\x57\x49\x21\x30\xaa\x7e\xcb\x49\x70\x5b\x61\xcc\xae\xa7\xcb\x5b\x26\xca\x3c\x4b\x59\x43\xcd\xa6\x64\xb5\xe7\xb1\xc3\xf4\x31\x48\x5d\x8b\x03\xe9\xd9\xfc\x0e\x79\x82\x5b\x7b\x66\x7d\xa5\xf0\xfd\xb5\xbc\xc6\xfc\x6a\x9b\x1d\xb0\x81\x5f\x21\x64\xbe\x70\x19\x3a\xe9\xa8\xac\x0d\x32\xc5\x7d\xd7\x90\x4d\xca\xe2\xcb\xd6\xe0\x43\xe4\x7d\x25\x85\x89\x3d\x7a\x1b\xe7\xc9\xe4\xaa\xb1\x9b\x57\xb7\xcb\xa4\x48\xbf\xca\xac\xe4\x1a\xf7\x9e\x15\xfc\x7a\x99\x54\x57\x24\xdf\x8e\x3f\xb7\x97\xea\x5e\xdc\xdd\x9b\x3a\x11\x67\xbc\xaa\xb3\x2f\x3a\x12\x3b\x2a\x7d\x25\x34\xfa\xa5\x4a\xd6\x67\x4e\xd6\xdd\xfd\xb0\x48\x02\xe5\xc5\x9c\x4f\xae\xbe\x6c\xdf\xe5\x46\xed\xdd\xcd\xae\x8d\x9a\xe6\xfc\x56\xc5\x68\x97\x14\x85\x74\xf7\xc7\x4a\xd4\xd9\x74\xfd\x42\xa7\x67\x6e\xc9\xaa\x3d\x51\x27\x55\xdd\x6a\x9c\xd7\x3d\x26\xf4\x3c\xaf\x1b\xbb\xd9\x86\x3a\x61\xea\x60\xda\x1a\xd2\x36\xef\x35\x11\x85\x74\xa7\x7c\x52\x16\x69\xd3\xa1\x90\x9c\x69\x1c\x3c\x12\x1a\xbf\x54\xe5\x4d\x2c\x5f\xf1\x9d\x9f\x68\xce\xe3\x65\xda\xfe\x4d\xd7\x8d\x5c\x59\xee\x65\xda\x39\x50\xd6\x58\x17\x45\xe7\xbe\xf1\x03\xed\x95\x19\xe7\x58\x9c\xca\x38\x68\xf6\x27\xea\xa3\x8b\x55\x9e\x2b\x7e\xf1\xde\x4c\x93\xd5\x29\x3d\x27\x8b\xdb\xc5\x1e\x61\x72\xd8\x2d\xdc\x91\xd5\x46\x6d\x7e\x4c\xcb\xc9\x8b\xa4\xe6\xb3\xb2\x5a\x33\xac\x77\xa7\x74\x2d\x3f\xd2\x75\xb4\x5b\x74\x06\xad\x2e\x3b\x6f\x01\x2e\xb4\xba\xac\xa5\xa6\x03\x1e\x24\x2b\xde\xf1\x52\xe5\xd2\x76\xcd\x79\x72\xc9\xcc\xbb\x6c\x73\xa7\xd8\x9a\x7b\xa4\xec\xd4\x19\x2a\x49\xcc\xcb\x48\x48\xfa\x20\x6b\xa1\xdd\x42\x8b\x97\x90\xd5\xcb\xb4\x25\xe6\x02\xd7\x52\x8e\x2a\x6c\x0e\xcb\xd1\xc5\xa3\x85\xe8\x61\xf3\x5e\x2f\x51\x8e\x9d\xf6\xcb\xa4\x5c\x2c\x92\x22\xa5\x99\xfb\x70\x96\xa3\x8d\xd9\xe3\xb6\xca\x76\xa9\x4a\x3a\x4e\xa2\x40\xc4\x1b\xcc\xb4\x07\x02\xc3\x68\x63\xd1\xc9\xd4\x1c\xf8\x49\xbc\x3c\x31\xc0\xd9\x01\x82\x16\xf4\xbb\xf3\x63\x7f\x1c\x71\x38\xdd\x17\xb8\x5c\x35\xd0\xc8\x19\xf7\x99\x3b\xa5\x97\x4a\xa8\x75\x04\x20\x32\x35\x5d\xde\xc8\xd1\xeb\x0a\x28\x47\x6d\x6f\x6a\x97\xf2\x9c\xad\xe0\xc4\xad\x15\x6e\x82\x06\x74\x32\xe7\x4c\x64\x7f\x72\x48\x3b\x63\xb2\x4e\x65\x05\x16\xf5\x4d\xe0\xde\x97\xae\x20\x2e\x20\xde\x6f\x51\x16\x3d\x61\xa4\x3a\x1d\xd6\x14\xa6\x29\xfa\xec\x04\xbc\xf0\xa4\xbc\x8a\xba\x53\x29\xb7\x4f\xe6\x3c\x59\xca\x91\x53\x5e\xf3\x6a\x91\x15\xa8\x1b\xc5\x2c\x57\x75\x92\xeb\xb0\xdd\xe5\x54\x52\xb4\x55\x92\x33\xd2\xbf\x1e\x3a\x11\xec\x86\x43\xfa\x0a\x4c\x7f\xa5\x67\x9d\x14\x44\x28\x46\xd5\x2a\xf4\x9e\x67\xa2\x96\x3d\xea\xf6\x3d\xf6\xae\x5d\x74\xd8\xa4\x14\x35\x28\x1a\x78\x32\x99\x43\x86\xac\xd5\xd2\x2e\xf8\x17\x50\xe2\x40\x6a\xe7\x1b\x39\x06\xa4\xba\x07\x7b\xab\x79\x82\xa9\x40\x16\xc9\x95\xca\x08\xa4\x17\x03\x4a\x3d\x26\x4f\xfa\x35\xaf\xd6\x4c\x64\xc5\x2c\xe7\x5a\x9f\xb3\x4c\x84\xc0\x17\x75\xe8\x5f\x81\x7e\x5e\xae\xf2\x94\x38\xcb\xe6\x59\x5d\xe7\x9c\x8d\x33\x98\x71\xc5\xf3\x8c\x4f\x7d\xfd\x2f\xec\x9e\xde\x90\xd3\xec\x4f\xfe\xbe\x14\x2f\xa0\x3b\xa4\x1b\x26\xae\x3e\x28\xd4\x11\x49\xa4\x04\xe3\xa2\xcd\x39\xbe\x6c\xd3\xf4\xcf\x72\xf7\xde\x15\xf9\x5a\x35\x81\x3e\xb5\xc6\xc6\xaf\x5e\x94\xb5\x2f\xd0\x6f\x6f\x00\x58\x36\x82\x58\xe7\xbe\xe6\xe8\x3a\xc9\xb3\x14\x9e\x05\x40\x1b\x0e\x4b\x91\xf8\x58\xf1\x49\x92\x4f\x56\xb9\x6c\x5f\x6b\x44\x2d\xa7\x11\x9c\xa0\x3a\x08\x45\x37\x57\x4b\xd9\xa5\x9a\x59\xbb\x6c\x84\x42\xc7\xa5\xa5\x0d\x60\xd0\xe6\xdf\xb6\x62\x23\x00\x68\xd5\x9c\xd7\x8c\x2c\x9c\xe9\xd7\x77\xf9\x3d\x83\x8f\x2c\x63\x87\x66\x15\xca\xb6\x9b\x65\xdf\x7e\x1b\x24\x78\xd9\x18\xd5\x5c\x57\x6b\x7c\x24\x9d\x57\x4d\xdd\x77\x77\xe5\x1b\x88\x94\x65\x34\x1a\x45\x49\x4e\x5f\xeb\x57\x3e\x7f\x66\xbb\x2b\xa3\xf2\xc5\x79\xaf\x6a\x00\x15\x9a\xbd\x67\x54\x4d\xde\x08\xab\xa0\x2e\x35\xe8\x83\x45\x3a\x23\xde\xbb\x1f\xd2\x56\x6e\xc3\xb7\xdf\x36\xfa\xd2\x29\xcb\x6f\xdc\x2b\xf9\xcf\x33\xfa\xbd\x19\x2b\x1a\x4a\x9c\xd6\xdb\x50\xa5\xb1\xcc\xe9\xc1\x39\xca\x12\xc1\xfa\xfd\xbe\xda\x79\x27\x04\xa6\xab\x50\xd5\xe7\x25\x51\xc9\xc7\xf6\x3a\x37\x33\x5e\xab\xd2\x53\x5e\x4b\xea\xd2\xb6\xd9\x14\x42\x0f\x0d\x04\x59\xf3\x14\x26\x73\x7c\xd5\x33\xb4\xbb\xaa\x92\x75\xc3\xa8\xce\x22\xe5\xa8\xc1\x59\x8d\x4e\xc0\x69\x16\x9f\xc9\x07\x15\x36\xde\xb9\x2e\xca\x29\x55\x55\x9b\x38\xf4\x34\xdb\x93\xac\x3f\x5d\xe5\x39\x24\x45\x8a\x11\x1e\x93\x30\x58\xab\x5d\xad\x7e\x7e\x9a\x55\xa2\xa6\x2d\x48\x3e\x38\x33\x87\xa7\x3a\x83\x9d\xe0\x56\x73\x8b\x71\xf1\x41\x61\x0e\x30\xac\x92\x1b\xf5\xab\x9c\x52\xd5\xaf\x8e\xdd\x1f\x42\x53\xf7\x7f\x22\xf7\xb0\x0d\x6d\xcd\x1e\x92\x9c\x99\x9d\xd8\x47\xc7\x59\x19\x46\x1d\x35\xe4\x12\xdb\x95\x3e\x73\x30\x90\x57\xe7\x04\x6f\xb8\x52\x88\x6c\x9c\xaf\xb5\x16\x10\x41\x5f\x97\x25\x64\xec\x83\x1f\xea\x2e\x1c\x73\x36\x2b\xcb\x94\xf1\xa2\x5c\xcd\xe6\x5d\xb6\x28\xf1\xf6\x06\x1e\x21\x5b\x70\xd0\x19\x32\x7e\xbb\x94\x70\xd5\xb7\xbd\xbc\xa7\xed\xa0\x73\x5e\x40\x36\x4d\xb8\xa9\x13\x96\x97\xf4\xfa\xef\x36\x1c\x05\x7c\x3f\x98\xf3\xe4\x3a\xcb\xd7\x2c\x2d\xe1\x3e\xe7\x90\x4f\x00\x5a\x78\xcc\x8e\x73\x80\x80\xce\x97\xd3\xa9\x44\x13\x4b\xe9\x6f\xe6\x59\xce\x35\x10\x8f\x76\xd1\x82\x73\x6c\xff\x91\x00\x18\xbf\x18\xa2\xe5\xa4\x54\xda\x4a\x97\x74\x5f\xb0\x75\x30\xbe\xe3\x7d\xe1\x1a\x23\x5d\xfe\x56\x20\x34\xa5\xbc\xac\x58\xca\xa4\x56\x18\xf7\xb7\x0d\xfc\x7b\x67\x02\x2a\x44\x30\xba\x7f\x19\x4d\xfa\xb4\xe7\x7a\xa3\x73\xdc\x85\x5a\x26\x36\x86\x9c\x63\x4f\x83\xfe\x5b\xf6\x34\x2a\x05\xec\x21\xe3\x7a\x29\x91\xdd\xe4\xc9\x7b\x85\xce\xb7\x71\xff\x1b\xde\x09\x62\xcd\x34\x47\x0f\xef\x53\x3a\xd2\x3d\xfc\x70\x62\xdf\xdb\x2f\x54\x2c\x86\xaf\x61\x36\x87\x19\xaf\x9d\x54\x0e\xe1\xc4\x0e\xb7\x0f\x71\xd4\xc6\xb7\xde\x01\x83\x8f\x60\x09\x21\x78\xaa\x4e\xd2\x78\x8d\x09\x66\xc9\xf3\x61\x5f\x55\x3f\xa9\x5b\x82\xe5\xd9\x15\xcf\xd7\x90\x76\x93\xeb\x73\xca\x53\x48\x98\x23\x94\x19\x87\x64\x85\x59\x9a\x4d\xa7\x1c\x12\xd7\x9a\x09\x6a\x92\x8b\x0b\x53\x9d\x9e\x19\x01\x42\xf0\x1a\xac\x2b\x12\x96\x27\xd5\x4c\xce\xc0\x88\x2f\x50\x19\x7e\xca\x1b\x6b\xc8\x9e\x3e\x79\xa2\x63\xe4\x7b\x7c\x33\xf4\x0d\xb9\x0d\x1a\xc5\x71\xba\x19\x0f\x92\xc6\x13\x31\x64\x1f\xca\xb2\x46\x8e\x8a\xb5\xe0\x4d\xb3\xd5\x65\x3a\x2b\x7c\x97\xa6\xa9\xd0\xcf\x7f\x5d\x23\xc4\x57\xfc\xbf\x56\x59\x85\x2e\x62\x51\x71\xde\x8e\xe5\x67\xb2\x20\x39\x2c\x74\x6f\x96\x8d\xf4\x32\x4a\xd8\x97\xc7\xae\x3d\x76\x6a\x64\x4b\x2b\xe0\x79\x46\x89\xe9\xea\x10\x7a\x0e\xac\x56\x9f\x60\xd6\x7c\x9f\xfc\xe3\x9d\x3b\x3b\xb3\xd1\xc6\xcb\x9e\x71\xb7\x35\xa9\xfe\xe1\x40\x8f\xb8\x55\x09\xf0\x75\x53\x64\x58\x04\xf2\x4f\xe2\x5e\x69\x31\xb0\x6a\xa3\x12\xeb\xeb\x10\x02\x47\x33\x01\xa5\x5b\x52\x5e\xd8\x21\x49\xb2\x8b\x7b\x4c\xe4\x08\x10\xc0\x80\x05\xb0\xc4\xe6\xb3\x90\xbf\xdc\x00\x12\x0a\x21\x75\x5e\x8b\xd7\x78\x38\xe2\xda\xc9\x4d\xf4\xd5\xb6\xcb\x7e\x2e\x8b\xfa\x77\x78\x44\x43\x62\x4d\x6b\xbd\x2d\x9f\xa7\x7f\xac\x54\xba\x8d\xbd\x93\xea\x7c\x1d\x58\x47\xd3\xd9\x78\x5d\x77\x86\x6e\xdf\x7e\x0a\x9b\x5a\x3d\x85\xc6\x48\x84\x3e\xa0\xd1\xb4\x36\x1b\x26\xf8\x22\x29\xea\x6c\x02\xef\x18\x42\x11\x0e\xbe\xe0\x36\x19\xde\x59\x79\xc5\x0b\x61\xdb\x00\x69\xb2\xd0\x64\x23\x0a\xda\xbe\xe0\x8b\x6c\x5c\xe6\xe9\x33\xaf\x01\xf4\x2f\x91\xc5\x19\xaf\x3f\x2e\x53\x78\xd8\xf0\xab\x6b\x75\x7c\x43\x33\xbd\xbc\x9f\x1a\x9a\x7f\x50\x8b\x3e\xad\x93\xaa\xa1\x0b\x30\xa1\x55\x6d\x2f\x76\x65\xe8\x69\x2d\x44\x8f\x60\x9d\xa1\x73\xfd\x69\x29\x2f\x33\x4c\xff\x16\xcb\xdb\x33\x35\xa0\x19\xfa\x80\x0b\x1f\x6d\x2d\xa0\x9c\x67\xa6\xdb\xd3\xec\x4f\x78\x1d\x6e\xe1\x93\x53\x6f\x5c\xde\xb6\xbc\x1a\xf3\x24\x2d\x6f\x86\xac\x55\x94\x34\x37\x10\x63\x8b\xa4\x9a\x65\x05\x7d\x31\xa0\xb9\x84\xc6\x79\x39\xb9\xa2\xd5\xcd\x43\x74\xeb\xef\xcb\x5b\xf6\x84\x16\xdd\x94\x55\xfa\x7b\x95\x2c\x65\xb3\x8a\x27\x57\x3d\xf9\x81\x56\xd0\x69\xb4\xb6\x54\xba\x0b\xee\x11\xf6\xf8\x71\xe4\xd9\x24\x44\x81\xff\xae\x27\x35\xc6\xf0\x1e\x6a\xa4\x0e\xed\xce\x9e\x4f\x70\xf8\x97\x39\x7d\xee\x3a\x9b\xd6\xd0\x1a\x0e\xc1\x9e\xb3\x15\x99\xb6\x7a\x14\xbb\x6c\xb1\x6f\x5a\x97\xdd\xe8\xa2\xe2\xb8\xef\xd5\x55\x7b\xfc\x01\x91\xf2\xe9\x77\xf7\x5a\xcf\xbe\x39\xa6\x34\x8d\xf4\x19\x79\x8f\xb8\xae\xf4\x7d\x39\x10\x5e\xc5\x81\xdf\x32\x42\x40\x8d\x3d\xf0\x8c\xd7\xcf\xf3\xfc\x54\xd9\x5e\x85\x0a\x3c\xbf\xaf\xf3\x8f\x5d\x63\xa9\x75\x52\xa4\xd9\x84\x0b\xab\x83\xec\x44\x1b\x50\x82\x2b\xdc\x81\xe2\xf5\x8d\x4a\x4f\x27\x53\x10\xb5\x15\xc9\xbd\xc1\x3d\x85\xa2\x12\xd6\x89\xa6\x4e\xb6\x73\xc3\x54\x96\xbe\xcb\xb8\x37\x29\x54\x6f\xa9\x5a\x8e\xfb\x83\x43\xee\xbc\x56\x7e\xd6\xb9\x3d\xf8\xa0\x95\xe0\x2f\x60\xd6\xf6\xc2\xd3\x9f\x9c\xcd\x02\x8c\x78\x31\x4f\x8a\x19\x7f\x91\xe4\xf9\x38\x99\x5c\x41\x7e\xac\x33\xcd\x11\x6b\xe6\x9a\xa6\xe8\x86\x0a\xff\x32\xc9\x60\xce\x30\xcb\xbc\xcb\x86\x9f\xae\x8b\x7a\xce\xeb\x6c\x82\x39\x78\x75\x7f\x47\x54\x43\x71\x51\x1c\xe9\xbc\xbd\xd8\x47\x57\x4a\xb3\xff\xc2\x60\x55\x38\x80\xa3\xe5\xd0\x16\xce\xce\x6b\xc8\xaf\x65\x79\x85\x5a\xfc\x22\x99\x71\x96\x28\xd7\x0d\x50\xf8\x4f\xb4\x22\x82\x67\x4a\xd2\x29\xea\xaa\xcc\x25\x85\x2b\x2b\xb6\x2a\xec\xef\x2e\x13\xab\xc9\x1c\xad\xd0\x27\xf8\xa6\xae\xf2\x10\x94\x15\xbe\x6c\xf0\xdb\x5a\xd2\x74\x65\x79\xd8\xa7\x99\x0f\x6d\x37\x38\xe7\x1e\x6a\xcc\xec\x60\x38\x25\x29\x2d\xf1\x54\x2b\x8a\x30\x97\x2a\x3b\x9b\x67\x42\x95\x83\xde\x22\xc9\x6f\x92\xb5\xd0\xe6\x8f\x12\xa9\xd4\x9b\x02\xf0\x5c\xdf\x80\x3a\x5d\x36\x07\x53\xdf\x22\xc9\xd5\x2c\x8d\xcd\x24\x28\xcb\x53\x34\x3f\x9d\x82\x75\x68\x56\x3b\x93\x55\xe6\x84\xbf\x15\xe1\xac\x4f\x8a\xac\xce\x92\x5c\x4d\x47\x9b\x6e\x7a\x23\xa9\xe9\x53\xe0\x81\x4c\xd8\x77\x13\x3b\x3e\x2f\x50\x45\xa8\x35\x3e\x2a\xdd\xb3\xea\x5b\xae\x22\x29\xd4\x6c\x2b\xb0\xe9\x97\xa8\xd7\x67\xaf\xb3\x2b\xce\x2e\x11\x85\x56\x82\x43\x22\xdb\x4b\xd4\xf4\xa8\xca\xea\xd1\x05\x1b\x68\x70\xcd\xd5\x13\x92\x80\x48\x1a\x29\x2f\xea\xac\x5e\x77\x61\x98\xac\x06\x6f\x83\x3a\xb9\x32\x68\x90\x80\xd2\x44\xc5\xd5\x04\x4b\x5f\x9b\xde\x47\xca\xb5\xda\x6d\x40\x6d\x18\xee\x16\x06\xdc\x25\xf3\xaf\x88\x2e\xd2\xf4\xa7\xa0\x20\x25\x66\x9d\x87\x0b\x0e\xe7\x1f\xa2\x5f\x56\xb3\x41\x5a\x4e\xc4\x80\x82\xae\x47\x84\xef\x79\xbd\xc8\x1b\x92\x5d\xe2\xd9\x85\x36\x92\x9c\xc1\x86\x1d\xaa\x23\xb8\xf5\xac\x22\x4f\xef\x6d\x75\xec\x70\xc1\x49\x6e\xc2\x8d\x86\x06\x1d\x10\x46\xd2\xb2\xc8\xd7\x87\xe7\x91\x1a\xac\x8d\x7b\xa6\x65\x96\x53\x95\x99\x18\x9f\x54\x0f\xc3\x16\x47\xe6\x88\x7f\x3c\x7a\xb6\x27\x14\x02\x62\xb4\x8b\x70\x7d\x01\xb5\xfa\x2b\x81\xc9\x58\x59\x20\x21\x1e\xfa\x04\x59\x4f\xa7\xcb\xec\x96\x5f\xfb\xd3\xf3\xf6\x43\x76\xf8\x75\xf6\xa4\xcb\xf8\xf5\xb1\x11\x3b\xcb\x6a\xe1\xc1\xc8\xee\xd9\x45\xf1\xff\xf0\xae\x1d\xef\xbf\x6d\x72\xab\x28\xe7\x72\xae\x48\x91\xe0\x35\x54\x94\x6c\x8a\x4b\x02\x63\xfb\xd2\x6e\x9a\x6a\x87\xc8\x5d\x99\x78\x61\xc9\xf4\xc8\xb0\x05\x87\xca\x5c\xfc\xa8\xed\xdf\x02\x07\xa3\x20\x2e\x90\xd2\x50\xa9\x7c\xfd\xda\x31\x92\x76\x7c\x1c\x5c\x81\x43\x93\x4a\x4d\xc9\xab\x2f\x57\xcb\x3c\x9b\xe8\x07\xe0\xf0\x36\xd0\x60\x94\xf7\x4b\xc5\xa7\x82\x09\x50\x21\xae\x5b\x15\x57\x1e\x57\x90\xb6\x5c\x32\x33\xaa\x47\x0d\xad\x77\x95\x84\xf8\x3b\xdd\xde\x04\xe4\xa8\x78\xa2\xb4\x8c\x92\x3a\x9b\x1b\x03\x9f\xf4\xeb\x6c\xc1\xed\xda\x60\x1a\x1f\xf8\x94\xc2\xfd\x03\x9f\xb6\xe9\x9a\x29\x2c\xf4\x64\x23\x4d\x74\x11\x56\x37\x45\xaf\xa6\x53\x3e\xa9\x5d\x17\x21\x3d\x6a\x5f\x43\x63\xe4\x00\x59\xb1\x87\x64\x2c\x52\x51\x7f\x55\x61\xd0\xa8\x5e\x80\x2d\xc0\x45\x55\x82\x79\xcc\xe7\xc9\x75\x56\x56\xfa\x12\x16\xbc\x96\xd7\x2d\xde\x5c\x3c\x65\xe3\xb5\x87\x67\x68\xd7\x60\x80\xd5\x12\xe6\x32\xd5\x40\xc7\xb7\x9d\x42\x42\x91\x4d\x60\x0a\x8a\x87\x59\xf0\xa4\x10\xf2\xb6\x7d\xf3\xdb\xe9\x19\x7b\xfb\xee\x4c\x65\x8d\xce\xd7\x72\x3f\x79\xc5\x8b\x09\x47\xdb\xa3\x71\xce\x85\xe2\xcf\x92\x42\x77\x42\xf9\xf8\xe8\xbe\x5a\xe4\x55\x50\x7c\x28\x21\xc3\x43\x48\x37\x62\x30\x60\xcf\x85\x58\x2d\x24\xb6\x80\xaf\x1f\x4c\x4e\xf5\x60\xde\x4b\x34\x41\xeb\xb2\x31\x9f\x24\x2b\x21\x79\xcd\x09\x21\x6c\x94\x8b\xab\xd7\xcb\x6c\x02\x61\x60\xf4\x00\x63\xce\x44\xb9\xe0\xe0\x33\xc8\x12\xb9\x96\x0a\x96\xcf\x25\x77\x25\xf9\xce\xac\x58\xae\x6a\x2a\x6f\x68\x56\x98\x99\x48\xa0\xb8\x60\x78\x67\x69\xe9\xd9\xb4\xd8\xb1\x86\x84\xec\xc5\x38\xf0\xb5\x7d\xec\xea\xb0\xa1\xea\xc0\x95\x58\x42\xf4\xa2\x0f\x57\x61\x69\x9b\x5f\x1f\x58\x3e\x3d\xfa\x60\x74\x40\x89\x83\x23\x0c\xe1\xce\xb6\x23\xad\x09\x16\x2b\x21\xe8\x9c\x1e\x86\x6e\x03\x5a\x7c\x94\x8b\x06\x78\x3d\x58\x48\x72\x6f\xa6\xae\xfc\x7a\x92\xc2\x3f\x6f\x78\x35\xe3\xe9\x07\x3e\x15\xf0\xf3\xf7\xa4\x2a\xc0\xe3\x53\xcb\x54\x3f\x4e\xf3\x15\x2f\xea\x55\x86\x3c\x5e\x6f\x5e\x96\x57\xc2\x1f\xe1\xe7\x72\xb2\x12\x1f\xf8\xa4\x16\xdd\x6d\x4f\x4b\xb6\xaf\x55\x54\x5b\x7d\x32\x71\xc5\x74\xf9\x1b\xfe\x2f\xa2\x02\x05\xa3\xe0\x71\x79\xab\x15\xa0\xfa\xb7\xa3\x15\x75\x3e\x52\xc5\xa8\x2e\x78\xd8\x83\xd4\x1e\x63\x69\x9f\x50\xd7\xec\x4e\x55\xf9\x29\x11\x7c\x8b\x8e\xdb\x59\xda\x91\x21\xbe\xd3\xb2\xba\x49\x2a\xb9\x55\x87\x92\x73\x78\x99\x5d\x9b\xbb\xd7\x6b\x82\xde\x2a\xea\xfd\x42\x35\x83\x3d\xee\x04\x6e\x28\x9b\xfd\x9f\x57\xe0\xf0\xda\x64\xd1\xf2\xbf\x82\x3e\xd0\x18\xd7\xb5\xf0\x4b\xce\xd3\x9f\xd6\xce\x67\xb4\x94\x1c\x07\xdf\xdf\x53\x63\x00\xa7\x44\x19\x78\x58\x2d\x68\x56\xe7\xf6\x17\xc8\xb3\x8b\xa4\xba\x3a\x99\x68\xe3\x54\x73\x22\xad\x6e\x9f\x69\xed\x69\xa3\x56\x49\x69\x3d\x53\x78\x0a\x73\xec\xbf\xa9\x12\x9b\x42\x30\x53\x3c\xc7\x49\xda\x6e\x4d\xd4\x36\xf4\x5a\x5d\x25\xfb\x66\x69\xc7\xab\x8f\x81\xfd\xfc\x3b\xd5\xdb\x52\xf0\x36\xcd\xf3\xa3\x36\x8d\x7d\x84\xed\x17\x78\x60\xb1\x17\xa1\xd1\x28\xec\xe2\x08\xa7\x65\xcf\x77\x5b\x8d\xec\xa1\x84\xd3\x39\xec\x71\xc3\xec\x4e\x64\x99\x11\xb9\xf4\xc4\x68\xeb\xf3\x4c\x28\x5b\x7d\x20\x65\x27\xfa\xd7\x47\x73\xb1\xb9\x74\x08\x51\xb4\x3f\xd1\x6d\xf0\xa7\x62\xf9\x5e\xb8\x5f\x5d\x9e\x83\x8c\x78\x52\x58\x8b\x46\xae\xc6\x75\xbe\xed\x18\x3d\x73\xdb\x3b\x73\x70\xfa\xb1\xab\x75\x28\x9e\x06\xab\x9e\xd8\x4a\xf0\x97\x7c\xbc\x9a\x29\x4a\x8a\xa3\xf8\x90\xda\xf9\x14\x7a\xd0\xa5\x36\x10\xe1\xbb\xe6\x5e\x2f\xa4\xce\xd2\x86\xcc\x87\x95\x73\x76\x78\x2a\x2b\x68\xa0\x5b\x22\x00\xf1\x5e\xd3\xa1\x39\x16\x92\x77\x6e\x79\x8e\x11\x99\xf8\x4d\x64\xc5\xec\x05\x58\xa1\xbf\x46\x4d\x70\x01\x4e\x5b\x07\x07\x7a\xf7\xf0\x0b\xa5\x0f\x77\x3e\x50\x4a\xcb\x06\x19\xe4\xd3\x82\x86\x79\xb7\x6d\x43\xdc\x02\x13\x2a\x00\x1a\xa0\x68\x44\x35\x02\x9d\x21\x06\x51\x76\xbd\xe9\xc1\x4a\xc8\x05\x82\x17\x7f\x67\x30\x60\x27\x53\xe6\xa1\xc4\x24\xcf\x26\x57\x92\xa5\x01\xae\x5e\x1d\x71\xf6\x8d\x14\x41\xbf\x61\x15\x5f\x94\xd7\xca\x18\xd4\x69\xa7\x54\x49\xed\xb2\x62\xd9\xd4\x1b\x83\xea\xe4\x72\x5e\x2b\x53\xd2\xb2\x10\xab\x05\xaf\xd8\x55\x51\xde\x80\xc1\xb3\x12\x16\xc0\x8c\x41\x72\x5a\x72\x0e\xe6\x1c\x80\xcd\x72\x5a\x72\x51\xb4\x6a\xbf\x7b\x6c\x68\xa6\xab\xf5\x7c\x7d\x5a\x8f\x1e\xd0\xf6\xc1\x01\x39\xba\x00\x61\x2f\x5d\x69\x70\xaa\xda\xe0\xa5\xeb\x84\x17\x88\x04\x1b\x74\x07\xd9\x36\xc6\x5d\xa8\xf1\x3f\xa7\xad\x63\x27\xbb\x1b\xa0\xb4\x45\x61\x1d\x55\xd3\x47\x32\x75\xb2\x09\x96\x82\x97\xee\x16\x84\x9b\xd0\xbb\xf5\x78\xe8\x5d\xb6\x9e\x71\x05\xd2\xed\x08\xde\x1d\x38\xdd\xc4\x13\x91\xc9\xa6\x31\x90\x58\xd7\x1a\xda\x47\x1f\xbd\xcf\x8f\xad\x4d\x83\xfc\xef\x50\x2c\xa5\xc0\x11\x35\x52\xa8\xf9\x6d\x7d\x87\x17\xe7\x68\xe3\xf6\x05\x1f\xa9\x01\x03\x43\x23\x86\x60\x3c\x27\x7d\xf0\xe1\x40\x8e\x46\x5a\x49\x06\xdc\x59\x05\xd9\x4d\x6f\x22\x4d\x1b\x24\xb4\x29\x86\xb3\xb3\xdb\xb7\xc8\x23\x74\x4a\xf0\x0f\xf4\xea\xfe\x96\xe8\xdb\x2e\x22\x14\x30\x37\xba\x91\xd9\x90\x0b\xf2\x60\x68\xa4\x6a\x36\x62\x07\x07\xce\x1c\xdc\xb0\x62\xde\x30\xee\x95\xe3\x65\x64\x6f\x38\x6d\x7e\xa0\x1e\xef\x90\xb8\x17\x5e\x00\x59\xb8\xfe\x14\x7f\x29\x05\x78\xc5\x1a\x92\xf3\x18\xbb\x47\x23\xdb\xd0\x35\x8b\xd1\x73\x89\x4b\xff\xf1\xd6\x01\xf1\xed\xc2\xf4\xe3\xe3\x78\x6b\x0a\x2f\x0b\x72\xa3\x68\xd6\xcc\xbd\x67\xd8\xe7\xcf\xd1\xe3\xee\xf5\x24\x99\x4b\xe3\x62\x88\xcb\x01\x56\x47\xde\x27\xcf\x75\x00\x0d\x11\xb2\x40\xe7\x2d\xd9\xb2\xa7\x28\x6c\x0b\x72\x59\xb9\x93\xd6\x7b\x74\xcc\x5a\x8b\xec\x96\xa7\x2d\xfd\x61\xe8\x18\x0b\x86\xdc\xdd\x89\x61\xb5\xef\x35\x23\xea\xe9\x6d\x4e\xdb\x90\x30\x1b\x7d\xd8\x3d\xcb\x0a\x43\x8e\x5e\xc3\xb5\xb6\x8c\x34\xb9\x2f\x00\x64\x07\x2d\x1b\xbf\xb8\xdf\xef\x47\x84\x04\xc3\x5e\xd0\x4b\x66\x7f\xb1\xc3\x91\x31\xb2\xb4\x81\xff\xd7\xd7\xa2\xf9\x80\x9b\xa3\xbb\x6f\x0d\xc3\x91\xb0\x06\x9a\xbb\x0d\x23\xd2\x0b\x29\xcf\x79\x3a\x5e\xd3\x4a\xae\x40\xa3\xc6\xd2\x22\x8d\xa9\x1a\x13\x72\xb0\xee\xb2\x14\x59\x21\x78\xad\x2a\xc6\xa5\x1e\xac\x2a\x78\x2d\xb2\x3f\xb9\xaa\xe9\x4b\x41\x2e\x0e\x0e\x29\x32\x37\xf9\x67\x5a\x13\xb8\x34\xbb\xde\x66\xce\xa6\x6f\x0a\xbc\x1b\x58\xc5\xa7\xa3\x8d\x2b\x7d\xd0\x0b\xe3\x10\xb6\x1e\xac\xe9\x7c\x24\x56\x6d\x35\xe9\xf0\x3b\x4e\x93\x3a\xe9\x5d\xd5\xcb\x9e\x0a\x4f\xd5\xab\x93\x6a\xc6\xeb\xd1\xa6\xae\x56\xfc\xce\x38\xcd\xc1\x20\x78\xe7\xc5\x27\x8d\xf7\x13\x9b\xd7\x8b\xfc\xe7\xb2\x1a\x6d\xb2\xd4\xbd\xd0\xb6\xac\x57\x1f\x01\x32\x19\x67\x12\xde\xc5\x78\x08\x9a\x8a\x6c\x52\x16\xca\xb9\x10\x40\xfe\x26\xa9\xae\x2e\x1e\x01\x04\x42\x71\xb4\xc9\x70\xd0\xd4\x74\x17\x2a\xef\xd6\x34\xbb\x76\xbe\x6c\x1c\xea\xa6\x89\x78\x8c\xc2\x51\xdf\xc4\xc3\x01\xc0\xc5\xf4\x44\xfb\xed\x38\x7e\xb6\x17\x05\x55\x50\x78\x89\x84\x5a\xb4\x0c\x15\x26\xf4\xf5\x23\x14\x79\x02\x46\x09\x69\x93\xbc\x78\x97\x55\x39\xe1\x42\xf4\x79\x71\xdd\x7f\xfb\xee\xe5\xab\x4f\xaf\xde\xfe\x0b\x05\x8b\x65\x55\xa6\x2b\xd4\xf9\x75\x88\xe6\x92\x8b\x3c\x2b\x6a\x7d\x9a\x7b\x05\xbf\xad\x7b\x79\x56\x70\x46\x74\x52\x83\x6a\x95\x73\xd1\x2b\xa7\xf8\x93\xf5\x7a\x6c\xbc\xca\xf2\xb4\x07\x76\xf8\x93\xb2\x48\xe1\x88\x25\xb9\xb9\x12\xb5\xae\xab\xbd\xa1\xb4\x66\x68\x97\x6a\x25\x9c\xa5\x43\xd1\x16\xab\x7a\x05\x11\x7e\x6f\x27\xf9\x4a\x64\xd7\xdc\x75\xc0\xd6\xf4\xae\xe5\x4a\xb2\xd4\xdc\xc7\x63\x58\x5a\x31\x79\x33\x34\x5e\xba\x73\xa3\x1f\xba\xaf\x4f\xe4\x7a\xbf\x28\xd4\x8c\xfd\x3d\x80\x7e\x0c\x11\x8e\x32\x4a\xaa\xca\xc9\x4e\x8e\x0a\x2a\x4a\xe6\xc3\xad\xd9\xc0\x8b\x99\x07\x34\x68\x06\x20\xfa\xa9\xbc\xfd\xc0\xa7\x44\x81\x81\xe9\x86\xc2\x7b\xc6\x3e\x25\x19\x66\xe3\x64\xb1\xe4\x15\xb0\x0d\xbf\xaa\x18\xf7\x85\xd9\xa6\xfe\x84\xc0\x42\x41\x4e\x69\xd3\xcd\x2e\x81\x07\x8f\x12\x4b\x62\x29\x09\xc8\x55\x15\xe1\xb9\x64\x6b\x67\x99\x8d\x7d\x9c\x78\x4c\xa1\xdf\x93\x08\x7a\x6a\x02\xdf\xc6\x65\x0f\x9b\xdb\xc4\x98\xc4\x69\x39\x59\x89\x76\x90\x07\x96\x6c\x43\x03\x0b\x1c\xa9\xd1\x57\x9d\x6d\x93\xdd\xee\xb4\xa9\xda\x39\xe9\x60\x27\xbf\x19\x61\x62\x3b\xbe\xc6\xbb\xc9\xc6\x76\xc6\xeb\x5f\xf2\x72\x9c\xe4\x56\x93\xb2\xa7\xad\xad\x55\x4a\x83\xe6\xa5\xd7\xa0\x9a\x16\xa0\xf1\xf9\x57\x06\x4f\x74\x66\x90\x3d\x55\xdb\xbe\xd2\xfa\xa1\x4a\x6a\xdf\xc4\x6d\xff\x85\x68\xf5\xb6\x0f\x24\xcd\x32\xa2\xd5\x69\x6b\x21\x7a\x2e\xf1\xcb\xd1\x1e\x9b\x16\x28\x96\xc9\x1e\xe4\x71\x79\xeb\xd5\x98\x38\x7d\x98\x2b\x2e\x56\x4b\x7e\xc7\x6a\x18\xcf\xce\xa9\x51\x2b\x2b\xc9\x3b\xb2\x82\x37\xa7\x9f\x5e\xfc\xfa\xea\xc5\x3f\x7f\x7a\xf7\x9f\x9f\x5e\x3f\xff\xe9\xd5\xeb\x4f\xa7\x27\xff\xf7\x95\xbc\xa1\xbe\x73\x02\x3f\xd1\x7a\x67\x1f\x9e\xbf\x3d\x3d\x39\x3b\x79\xf7\xf6\xd3\xcb\xdf\x3e\x3c\x97\x7f\x60\x83\x27\x0b\xb1\xb3\xc5\xd9\xc9\x1b\x15\x38\x6a\xb2\x1a\x67\x93\xde\x98\xff\x99\xf1\xaa\xdd\xff\xa1\xcb\x9e\x74\x59\xff\xbb\xef\xbb\xec\x69\x67\x5f\xf3\xea\x10\x03\x3a\xfe\xd7\xd0\xc8\x9a\x58\x57\x2b\x7b\x6b\xad\x97\xfb\xff\x72\xf7\x2e\xde\x4d\x24\x49\xde\xe8\xbf\x92\xe6\xeb\x8b\x24\x5a\x96\x0c\xdb\xb3\xdb\x57\x20\x18\x1a\xd3\x8d\xcf\x00\xe6\x62\x33\xdc\xfd\xc0\xa7\x5d\x56\xa5\xac\x1c\x4a\x55\xb5\x55\x25\xdb\x1a\xe3\xff\xfd\x9e\x8c\xc8\x47\xe4\xa3\x4a\xb2\x81\xd9\xbd\x1f\x73\xce\xb4\x55\xf9\x7e\x45\x46\x44\x46\xfc\x62\xc8\x8c\xf2\xd4\xda\x5d\xb7\xa9\xe3\x86\x9e\x82\x6a\x1b\xb3\xec\x21\xe3\x20\xd7\xd5\x43\xa6\xb0\x44\x86\x60\x59\x1c\xda\x6b\xc7\x15\x9b\xfe\x7e\xeb\x87\xa7\xd4\x60\x5a\x91\x5a\xf4\xce\xf8\xbd\xc8\x9b\x16\x2b\x6a\xe0\x26\x7f\x2f\x2a\xae\x20\x73\x08\xb5\x1e\x8f\xd9\xf1\xe1\xfe\xe1\x44\x21\x94\xc2\x8b\xa0\xd6\xdf\x79\x56\xe7\x75\x56\x34\x35\x5b\x26\x65\x89\x19\x44\xcd\x72\xce\xd3\x5a\x01\xbd\xc6\xda\xfc\x0d\x4c\xa1\xbb\x3a\xab\xd0\x93\xe4\xf4\xb6\xe0\xaf\xfc\xd8\x6e\xd6\x4b\x88\x75\xde\xd6\x57\xc9\xc4\x59\x04\xa1\xb0\x97\x0a\x38\xe9\x71\x5b\x31\x87\x4e\x77\xad\xce\x6f\x16\xd0\x88\xac\x4e\x6b\x4f\x54\xa6\xef\x53\x99\xb6\xe1\xee\xb6\xe0\x3f\x5a\x9d\x35\xae\x11\xbf\x5b\x95\x5a\xc9\xce\x41\xd2\x8c\xdb\xcd\xd9\x36\xb5\xfa\xa3\xed\x68\xc0\xcf\x7a\xab\x09\xfc\x86\x4d\xc8\xd9\xbc\xc8\xb2\xe2\x52\xfe\x7a\xc4\x1a\x70\xd6\x80\x6d\x89\xbb\xf2\xb3\x36\x61\xd9\x7e\x74\x5b\x0c\xce\x9e\xad\x6f\x9d\xb6\x60\xe3\x7d\xb7\xaa\x55\xca\x31\xe0\x29\xb5\xaf\xb1\x4c\xdf\x66\x59\x8d\x3b\x42\xdb\xf2\x6e\xb7\xa3\x3b\xba\x13\xf1\x85\x09\x4a\x6d\x3e\x50\xc4\xa5\xc5\x1a\x9d\x9b\x4d\xbf\x5f\x34\x06\x9e\x10\x19\x97\xa9\xf6\x72\xa1\xe0\x11\x0a\x7f\xeb\xf3\xbd\xcf\xf7\x7a\xe4\x4d\x56\xae\xd5\xfb\x24\x15\xab\x7a\xa2\x6f\xa4\x11\x4c\x8e\x3c\x46\x55\xce\x2b\xeb\x4c\xa0\xfd\xc9\x27\xac\x97\x9c\xd5\x45\xb6\xa2\xa2\xd4\xa5\x48\x9b\xc5\x84\x3d\xb4\x5e\x29\x1a\xde\x90\x7c\x82\x80\x70\xbf\x98\x9f\x19\x9f\x37\xf4\xf7\x26\xbf\x18\xfc\xf6\x11\x5b\xfa\x8b\xf7\x19\x86\x3e\x61\x3d\x40\x32\xf4\xcb\x28\x48\x37\xe3\xa2\xf2\xac\x93\xb2\x4d\x36\xd2\x65\x3b\xa2\x2a\xc9\x71\x56\x94\x2f\xe3\xda\xf6\x1d\xa6\x64\xa8\x7a\xa0\xff\xbb\x0b\x7e\x1d\xbd\x48\x05\xfb\xab\x2a\xc1\xe9\xdd\xc0\x61\x45\xca\x1e\x8b\xa5\xc8\xcf\xb5\xc9\x43\x6b\x0d\xc8\x71\x59\x15\xf7\x66\xf7\x9a\x18\x76\xa3\xeb\x62\x63\x44\x13\xf8\xef\xc9\x36\xae\x57\x9e\x3e\x2c\xe6\x64\x45\xf6\x9a\x86\x62\xe8\x45\xfd\x9d\xe6\x19\xbf\x8a\x79\x23\x69\x46\x8e\xdd\xbf\x2f\xab\xc0\x1f\x3d\x5f\x77\x0a\xa9\xa2\x36\x7a\x3e\x93\xbe\x43\xbd\x99\x64\x0e\x9e\xa3\xbe\x33\xea\xee\x24\x33\x18\x8d\x68\xbc\x8e\x4f\xb6\xf3\x3b\xa4\x71\xd7\xdd\xe9\x74\xb2\x00\xa4\x81\xd1\x4f\x51\x1d\xda\xe9\x06\x6c\xcd\xf6\x2b\xd6\xf3\x17\xda\xd2\xaf\xca\x5f\xfe\x16\xe4\x4b\xd7\xc5\xc8\xff\xf5\xe9\x74\x02\x82\x6d\xe7\xa0\xb6\x1d\x47\x58\x77\xeb\x84\x81\xea\x2f\x32\x63\x33\xd2\x46\x8c\xb9\xf4\x86\x56\x94\xc9\x4c\xc0\xa9\x7e\xe8\x8f\x7a\xeb\x59\xdc\x80\x1c\xda\x35\x7f\xf4\x6f\xbb\x6d\x68\x6e\xf7\x7d\x2c\xd8\x53\x77\xda\x55\x14\x32\x73\xb2\x91\x65\x18\x76\xee\x9a\x8d\x6c\x41\xe7\x5c\x6c\xb9\x7f\xfe\x07\x77\x7f\xdb\x4d\x72\xa7\x65\x72\x47\xda\xbe\xc1\x82\x61\x75\x65\xf5\x87\x70\xc7\x35\xd8\xbe\x6f\xed\x0d\xfe\xd0\x29\xb9\x4b\xb3\x6d\x54\x85\x91\x63\x1e\x43\x38\x6e\x6d\xef\x5f\xd2\x52\x3b\x7d\xe9\x26\x1e\x9b\xf6\xe4\x90\x75\xa7\xa3\xe7\xeb\xed\xae\xad\x56\x81\xee\xfb\xdc\x61\x31\x16\x66\xd3\x24\xdd\xe9\x00\x7c\xf3\x10\xbf\xfd\xaa\xb3\x77\xd7\xde\x36\x28\xc3\x6c\xab\xc5\x07\x5b\x97\x21\x8b\xce\x07\xa4\x6d\xb8\x73\x23\x62\xdc\x37\xde\xab\x84\xab\xb7\x2e\xe0\xec\x8e\x6b\x6d\xff\x3e\x69\xb5\x08\xd4\x29\x20\x6c\x92\x7e\x75\x0a\x48\x0e\x55\xd2\x3e\xfd\x3a\xd1\xac\x94\x95\x95\x3e\x9d\x8e\x7e\xba\x6e\xd1\x8e\xdf\xb0\xfb\x6a\xfe\x7f\x56\x8a\xe4\x09\x86\x26\xf2\xe6\xbe\x58\x35\x99\xc8\xb9\x83\xf1\xde\x63\x3f\x6f\x8b\x61\x6c\x2a\x38\x04\x64\xa5\x09\xeb\x3d\x2a\x1d\x98\x82\xad\x56\x2a\xd6\x89\xf8\xca\x84\xde\xe9\xfa\xbf\x4a\x5b\x1e\x93\x20\x32\xc7\xb6\x60\x3b\x08\x87\x36\xf1\x81\xb1\x24\x13\xe7\xf9\x41\xc3\x97\xf5\xa4\x55\xdd\x2b\xf7\xd9\x0c\x5c\x2f\x60\x97\xc5\x10\xad\x19\x9b\xad\xaa\xda\xdf\x9c\xea\x31\x12\x4a\x95\x05\xb8\xc6\x3a\x48\x0d\xdd\x32\xcf\xaa\xe6\x15\xce\x71\x00\x0a\x11\x17\x7b\x3c\x9c\xe9\x7d\xf0\xa8\x51\xf5\x17\x97\xbb\x2a\x2b\x6d\x22\x8e\xd6\xcd\xf3\x28\xde\x03\xa9\xbe\x77\x5f\x6f\x40\x1f\xe5\xa0\xf3\x48\x30\xa3\x03\xd8\x73\xbe\x55\xa8\x38\x70\x3f\x82\xee\xc0\xfd\x74\x56\x34\x4d\xb1\xf4\xbf\xb6\xe9\x3a\xb0\x3b\x30\xeb\x60\xd7\x5a\x47\xb0\x35\xc2\x1d\xa8\xcf\xba\x7d\x90\x89\x6d\x42\x9d\xfa\x1d\x45\x59\x5c\xb4\xa3\x45\x25\xf2\x2f\xee\x10\xe9\x1e\xd5\x1b\xb1\x6b\x11\xc3\x2c\x5a\x35\x13\x7f\xf2\x21\x19\x95\x56\x67\x63\x3e\x1d\x4b\xe2\xd4\x1e\xf1\x9f\xae\x23\xac\xf3\xcd\x69\x50\x68\x4b\xe5\xd3\x36\xa8\x29\x71\x65\x8c\xa1\xbb\x9b\x54\x31\xdf\xa6\x8c\xf9\x16\x75\x8c\xad\x63\xfc\x00\x61\x97\x6b\xb4\x32\x16\x33\x44\x36\x3c\x13\xe7\xe7\x80\x40\x98\xa0\x03\x3d\xd8\x49\x8f\x09\x9d\x56\x40\x2d\x13\xd6\x43\xc0\x54\x3a\xaa\x9e\x01\x20\x71\xb9\xbd\x67\x2d\x7a\x44\x65\x6a\x7a\x5b\x3a\xbf\x1d\x9f\x75\x1b\x2c\x96\x18\x5a\x49\x17\xc3\xba\x2d\xcb\xe5\x32\x1d\xb6\xee\x1d\x4d\x3d\x6d\x95\xcf\x10\x7c\x4e\xd4\x0a\x76\x87\x15\xb9\x6b\xad\x2e\x6a\xc0\x3a\x90\xbb\xec\x32\xa9\xd2\x1a\x00\xf1\x92\x66\xc4\xde\x16\x4d\x72\x96\xad\x99\x68\x0c\xc0\x00\x6e\x71\x15\x12\x30\x51\x20\xf9\x78\xa7\xd0\x29\x1a\x8f\x35\xd8\xde\x10\x81\xb3\x0d\x40\x03\xc4\xf5\x4a\xd8\x2f\xe5\x95\xee\x0e\xbc\x50\x9b\xce\x34\x05\xde\x94\x23\xc0\x90\x40\x93\xae\xb3\xb5\x09\xe3\x79\x09\xee\x97\x8b\xe4\x82\x7b\xcd\x25\x39\x82\xf9\xd1\x8a\x01\xda\x00\xe1\xb8\x8b\x39\xfb\xd5\xa6\x9c\xf1\xe6\x92\x73\x6b\x33\x0d\x1e\xb8\xaa\xd9\x8f\x9c\xa5\x45\xde\x83\xa8\x62\x67\x22\xc7\x4d\xdc\x5c\x16\x5e\x7b\x7d\x59\x64\x59\x5c\x80\x0d\xbe\xc8\x15\xe0\x9f\xe4\x1e\x07\x72\x0c\x79\x21\xbf\xce\x56\xb2\x07\x80\x39\x24\xf2\x73\x6d\x7b\x0f\x50\xdd\x17\xbc\x5a\x17\x39\x67\xab\x1a\x52\x30\x26\x95\x42\xd8\x4e\x9a\xa5\x63\x8e\xef\x71\x8d\x38\x08\x85\x94\xf3\x8b\xcb\x06\xda\x1f\x01\xb3\x89\xc5\x5e\x7b\x0a\x6b\x6f\xfb\x10\x7d\x9f\xcd\x11\xe8\x67\x08\x8f\xd0\xa2\x07\xdc\x4a\x7b\x31\x6c\x3d\x7b\xed\x2a\x0b\x57\xa2\xd8\x32\x7a\xcf\x56\xd2\xf4\x56\xca\x85\x38\x9f\xdd\x82\x1b\xb5\x69\x48\xfb\xbe\xd9\xe9\x9d\xc8\x54\x0c\x32\x2a\x0a\x92\x14\xd1\xbd\xb5\x74\x7c\xd3\xfa\x79\xaf\x4e\xb7\x5a\xc7\xc8\xa0\xef\xb6\x90\xdb\x46\x61\x72\xd8\x1f\x34\x35\x69\xe5\x7f\x64\x72\x8c\x01\x32\xc2\x0d\xd9\xef\x3b\xfe\x55\xd4\x7b\x08\x6c\xb1\x23\xa8\xb6\xaa\x6a\x6f\xbb\xe6\xdb\x09\x8a\xdf\xf3\xa2\xd2\xf3\x86\xb6\x37\xb1\x29\x93\x29\xb1\xd9\x0a\xfb\xda\xfe\x62\x38\x09\xd3\x28\xff\x58\xe4\x0d\x02\xa1\x52\x79\x68\xa4\x3f\x93\x9c\x52\x3e\x7b\xa5\x78\x42\xb4\xf6\xf9\x31\x33\xfc\xfd\xd9\x81\xe8\x95\xbd\x3d\xed\xde\x48\xf1\xe3\x17\x85\xb3\xc8\x21\x52\xda\xed\xa1\x46\x37\x39\x70\x53\x1b\xe1\x98\x21\xdb\x56\xa0\xa3\x26\x77\x2b\xee\xe8\xf7\xf7\xfd\x8e\xba\x69\xdf\xc6\x45\x5b\x21\x91\xca\x89\x8e\x98\xdc\xc6\x7a\x18\x7e\xaf\x3f\xe7\x4f\xfb\x74\x0a\x87\x04\x9a\x94\xc2\xdb\x5c\x1b\x3c\x52\x63\xac\x87\xb6\xc1\xb7\x59\x5b\xd9\xfe\xac\xc6\x7e\xfc\x8d\xaf\x5f\x14\xa9\x72\x92\x0e\x3d\xde\xe1\xb3\x0b\x3a\x2d\xbf\xcc\x45\x9e\x42\x24\x55\xf8\x75\xce\x9b\xfd\x62\xb6\x32\x68\x36\xe7\xbc\xf9\x5d\x54\x75\x03\x9a\x21\x08\xb0\xa4\xbe\x1e\xa4\xfa\xaf\xd7\x49\x24\x99\xe0\xf0\xc2\x27\x81\x80\x5d\xe2\x9f\x8e\x8d\x33\x26\xd5\x07\x87\x47\xea\xaf\x37\xc9\x0c\xfe\x02\xdf\x83\xe7\x95\x48\x8c\xe7\x0a\x38\xfb\x62\x5d\xad\x71\xa8\x21\xf5\x32\xa9\x72\xf3\xc7\x3e\x2f\x2b\x3e\x4b\x10\x85\x5d\x7f\x7c\xe3\x1b\x7e\x0f\x3f\xe7\xdb\xc0\xf0\xbe\x48\xb2\xac\x58\x35\x43\x66\x94\x1b\x49\xf6\x4a\xd0\x50\xe4\x50\x58\x65\x73\x8b\x3a\xa1\x7a\xdc\xfc\x91\x88\x56\xdd\xe1\x7a\xda\xa3\xf5\x5c\xc7\x63\xb4\x10\x64\x3d\x83\x97\x18\xcb\xe8\xd4\x04\x4b\xfa\xbf\x8b\x9c\x0f\xed\x9f\x66\xe0\xde\x10\x4c\x06\xa7\x86\xf7\x7c\xd6\x24\xf9\x79\xc6\x5f\xa6\xe7\x3e\x2a\xae\xf6\x95\xf1\xe3\x9e\xfa\xe0\x11\x0a\x3f\x22\x84\x43\xf6\x32\x21\xb8\x2a\xcd\xf5\x2e\xc9\x83\x5c\xf0\xcd\xeb\x63\x5d\x16\xb9\xdc\x04\x6f\x8a\x14\x21\x35\xdc\x4f\x5e\x0d\x6e\xa2\x53\x55\x57\xb0\xd9\x61\x1c\x62\xd2\x87\x0a\xf6\x6a\x90\xd5\x4b\xf9\x0c\x5b\x90\x62\xcc\xaa\xe6\xec\xef\xff\x61\x68\x9b\x94\x5f\x78\x5e\xaf\x20\xd4\x91\x2f\xbd\xd4\xa3\x08\x4d\xf7\xf7\xaa\xa6\x3c\x1e\x39\x7f\xcb\xaf\x1a\x83\x4b\x71\xce\x9b\x77\x0a\x54\xce\xfd\x56\x94\xf5\x47\xd1\x2c\xf6\x51\xe2\x8b\xa1\x8d\xc4\x2f\x98\x10\xb0\x44\xd7\xbf\x35\x60\x89\x63\x3c\xad\x29\xdc\x61\x85\xce\x07\x5b\xa3\xe0\x03\xf5\x76\x23\x7e\x0c\x9d\x6f\x84\xc8\x9b\x03\xe3\x11\x7f\xe7\xbb\xf7\x8d\x12\x96\xcd\x31\xb6\x14\xe1\xd0\x47\x83\xa7\x07\xf9\xbc\xd8\xea\xdc\xdc\x12\x51\x3a\x7a\x62\x74\x1d\xef\xd0\xad\x87\xa7\x3a\xf6\xdf\xd6\x78\xd6\x70\xba\x9c\xd6\xed\x17\xbf\x75\xff\x24\xea\x3a\xe4\x7e\x72\xcf\x18\x40\x25\x6d\x7b\x0a\x43\xd8\x58\x39\xeb\xa5\xfc\x43\xb2\x83\xb1\xd0\x0a\xb1\x43\xf7\x2d\x06\xff\xed\xe7\xea\x00\xc8\xe4\x71\x95\x94\x92\x54\x06\x7d\x71\x52\xdd\x5f\x21\xc0\xcd\x8b\xc3\x37\xef\x0e\xdf\xbe\x7c\x7b\xfc\xe7\xdb\xe7\x6f\xc0\x6e\x5e\x6f\x2f\x6b\x09\xbf\x0d\x08\x4e\x64\x57\xfb\x5b\x5a\x83\xe0\x40\xec\x72\x8d\xb0\x09\xca\x21\x30\x3b\x27\xa1\xfc\x9b\x42\xc7\x81\x67\x4b\x71\x25\x29\x11\x40\xa4\xe9\xb5\x62\x4b\x49\x4f\x1f\x8c\x81\xa8\xb5\x3a\x83\xa5\xf6\xca\x1e\x93\xbf\x3f\xe7\xb6\x1d\xd3\x41\xdd\x1d\x9c\x4b\x0d\xb9\x77\xb8\x14\xcd\x13\xef\x08\x4b\xd6\x69\xde\x7b\x3a\x6c\xdf\x61\x40\x0c\x16\x85\xa8\x1b\x12\xc4\x53\xa1\x82\xc4\xdd\x9b\x08\x4a\x8b\x72\xa3\x69\xc5\x04\x36\xe9\xcd\x91\x9f\x05\x6b\xde\x17\x75\x99\x34\xb3\xc5\x93\x28\x44\x98\xae\xe6\x29\x36\x74\xa3\x63\x9d\x47\xa6\x84\x0c\x46\xd4\x87\x25\xcf\x69\xc0\x75\x0c\x40\xff\xa1\x46\xe3\xde\xa6\x4a\x66\x5f\x4c\x80\x77\x7c\xe2\x13\x35\x4b\xb2\x8a\x27\xe9\x1a\xe0\xe9\x14\x84\xaa\xa1\x67\xa0\x11\x2b\x4a\x9e\x1f\xe6\xb0\x41\xd9\x22\xc9\x53\x49\x0e\x74\xfc\xfa\x45\x82\x8f\x88\x6e\xab\x33\xa4\x6c\xa8\x7d\x94\xdc\x00\xa0\x34\x12\xee\x40\x0f\xc8\x8b\xf6\xfd\xfe\xf0\xdd\xd1\x84\xbd\x4b\x2a\xc9\x3b\x7a\x4b\x6a\xfc\xa4\x0d\x4c\xf3\xa7\x13\xe3\x64\x42\x9d\xea\xcc\x8c\x37\x7c\x59\xc3\xf4\xa0\x07\x99\x52\x54\xea\xe4\xbf\xf1\xb5\x62\x2f\xfd\x0f\x61\x46\x3f\xdf\x90\xf4\x03\xf9\xd7\x55\xd6\x08\x2c\x20\xfb\x34\xf1\x6e\x14\x07\x53\xb1\xc8\x48\x94\x2d\x72\x17\x6a\xfc\x69\x0a\xe7\xf7\xc9\xdb\x61\xc3\xc8\x96\x8a\x60\x32\x9a\xfd\xd3\xff\x74\x42\x10\xf8\x0e\x72\x0a\xfd\x6b\x1c\xee\xd8\xaa\x4e\xce\xb9\xd2\x1c\x93\x51\x02\xd0\xac\x86\xf8\xd5\x10\x6f\x36\xb2\x11\x47\x31\x42\xd5\xad\x20\x78\x11\xcd\xef\x0b\x5f\x33\xd8\x38\x38\x4c\x02\xa4\x07\xd1\xea\x6c\x13\x72\x76\x8e\x8b\x0f\x35\x9f\x28\xf4\x62\x80\xe2\x50\xf1\xa2\xf0\xcb\xa7\x13\xf3\x4d\xfd\x99\x65\xd4\xa3\xd1\x0e\x0f\x03\x25\x16\xbc\x66\x09\xab\x17\x72\x0b\x5e\xa2\xc2\xbc\xe2\xac\x9f\xd4\xf5\x4a\x92\x45\x1b\x25\x8c\xb3\x72\x55\xf1\xc1\xd0\xc0\x09\x97\xab\xaa\x2c\x6a\x99\x67\x6e\xe2\x2d\xca\x2e\xa9\x13\xa3\x5a\x09\x77\xc7\x38\xb2\xb3\xa0\x7e\x49\x0a\xe1\x0b\xc1\x10\x4c\x85\x5e\x7d\x03\x9b\xa3\xbb\xb4\x33\x9d\x92\xcd\xa1\xc6\x25\xe6\xac\x4f\x76\xd7\x80\xc6\xce\x0a\xea\xba\x7f\x3f\xb6\xcb\x3d\xe4\xcc\x10\x02\x9c\x2e\x04\x9b\xc6\xaa\xd0\x68\x78\x1e\x58\x4c\x4b\x05\x75\xa4\x24\xd0\x31\xa7\xf8\xf6\x23\xf8\xf6\x01\xdc\xb9\xff\x11\x24\x74\x73\x8a\x8f\xdc\xd2\xde\x69\x8e\xd5\xad\xcf\x62\x27\xf8\xa6\x24\xd9\x7f\xf0\x06\x42\xea\xe9\x4a\x10\x09\x9e\xe3\x73\x10\x6c\x07\x15\x28\xcc\xde\xb1\xcc\xa0\x51\x9c\x3b\x24\x02\x8a\x4d\x99\x0d\xb1\xf7\xe9\xc4\x41\x55\x91\xcb\x10\x9f\x87\x96\x49\x6f\xdf\x93\xf8\x4f\x59\x67\xbb\x02\x90\xa2\x55\x71\x07\x54\x1f\x27\xff\x00\x63\xc2\x05\x03\x71\x70\xd5\x48\x53\x6e\x39\xb9\x59\x76\x1f\xb2\x67\x0e\xf1\xe4\x57\x27\x6c\x62\x83\x66\x3a\x51\x20\x77\x9e\x43\xc4\x40\x51\xc3\x7f\xe3\x0b\x37\x70\xb5\xa8\x5b\xf5\xb6\x6d\x07\x7c\x8f\xde\xdb\x67\x5d\x85\x4f\x07\x75\x29\x3c\x60\xbb\xce\xb4\x0c\x89\x2b\x00\xf4\x79\x1e\xdd\xfe\x77\x19\xe8\x17\xbe\x1e\x38\x40\x38\x91\x01\xdd\xbf\x4f\xfb\x88\xd1\x06\x9c\x8c\x03\x3f\x6e\xa6\x99\x20\x52\x4e\x1f\x47\x0f\x7f\x25\xba\xd7\xba\x36\xbd\xaa\x59\x51\x5e\xdb\xf5\xd1\x32\x29\xfb\xea\x22\x0e\x82\x43\xa2\x27\xa6\x09\x73\x88\xce\xe9\x98\x77\x64\x0e\xea\x33\x15\xb4\x61\xc2\x76\x1f\x0e\x06\xa4\xe6\xb9\xc8\x1a\x5e\xe9\x78\x87\x4f\x55\x36\x9c\x9d\x41\xfb\xb8\x8e\xbc\xc9\xef\xd7\x3c\xa9\x66\x8b\xbf\xf1\x75\xec\xca\xf4\x2f\x47\x1b\x7e\x31\x32\x7a\xa3\x09\xec\x9b\xb8\x85\x3a\x92\x84\x83\xba\xd4\xc5\xbd\xf3\xff\x92\xff\x73\x49\x83\xe9\x21\xdb\x99\x42\x8f\xe2\x04\x42\xcd\x9c\xdc\x8b\x92\xd4\x98\x52\x1b\xc0\xc9\xee\x24\x4b\x04\x8d\xef\xec\xf8\x0b\xf7\xf5\xab\xfd\x28\x6a\x3d\xed\x51\x7f\xf9\x70\xb9\xe4\xb0\x75\x72\x9c\x9a\x3a\x57\x18\x34\x66\xaf\xfa\x01\x79\xf9\x6b\x2f\x1d\xb9\x71\xbe\x7e\x0d\xf8\x09\xb5\xe5\x5c\x6c\x5b\x9f\x0a\x87\x37\x44\x7f\xe0\x22\xde\x0e\xd9\x27\xbf\xe6\xa1\xc3\xe5\x12\x4e\x65\x18\xe9\xda\xd0\xc6\xc2\x8c\x0d\xe8\xc4\x47\xd4\xdd\x8a\xcf\x75\x01\x75\x3d\xfd\xbf\x3e\xab\x1b\x60\x5a\x03\x99\x62\x33\x4c\xab\x5b\x84\xc0\xb4\x7e\x44\x40\x6f\xad\x0f\xdb\x84\xda\x8a\xe2\xf3\x34\xaa\x4b\xeb\x3b\x32\x90\x02\xb4\xf4\xea\xbf\x13\x26\xe9\x46\x30\xd2\x00\x70\x94\x0e\x62\xc8\x08\x4e\xa6\xd3\xb6\xab\x34\x9d\x86\x8a\x54\x0b\x5c\x8a\xf8\x1e\x6e\x09\x0f\x10\x74\x4b\x31\x27\x2e\xdd\x79\x58\x9d\x01\x60\x92\xaf\x3d\xb0\x47\xfa\x7a\x34\x1a\x61\x71\xb9\xb7\x3a\xf4\x08\x03\x07\xd5\x8f\x0e\x64\x7a\xed\xfe\x26\x19\x95\x72\x61\x7a\x7d\x6d\xf5\x0a\xce\xd4\x07\x41\x85\x62\xe3\x66\x37\xa6\xca\x71\x14\x00\x88\x6e\x7c\x1f\xfe\x87\xa6\x29\x75\x92\x13\xda\xdd\xe8\x77\x5a\x23\x55\x46\x55\x2f\x43\x4f\xff\xf0\x94\x89\x65\xa9\xc2\x14\xdb\x24\x27\xaa\xa5\x94\x0f\xc5\x4c\xb3\xe6\xef\xd4\x51\x50\xe7\x83\x88\xf4\x72\x21\x82\xa0\xcc\xe6\x29\xf4\x33\x0d\xf7\xbe\x28\xea\xc6\x6c\x7e\x00\xd5\x8f\xee\xff\x81\x1b\x24\x7e\xae\xdf\x2e\x22\x45\xcd\xbb\x46\x50\x2a\xad\x8a\x72\x5f\x8e\xe9\xd6\xed\x89\x54\x5f\xd4\xee\x77\x30\x6a\x3a\x68\x4b\x14\x75\xd3\x96\x86\x93\xd5\x96\x2a\xea\xa3\x99\x14\xf0\x0f\xd2\x8c\x87\xaa\xa0\xdf\xb3\xe4\x1c\xe5\xdd\x2a\x41\x74\x54\x25\xb1\x2b\x5d\x34\x58\x93\xe9\x88\x32\xd9\x9a\x9d\x71\x9e\x1b\x1b\x53\x25\xc7\xb2\x07\x0c\x8d\xd6\x00\xce\x60\xc6\xeb\x3a\xa9\x20\x18\x6b\x09\x0f\x8d\xd9\x5a\x2b\x19\x94\x8a\x49\x85\x01\x5a\x70\xd4\x2d\x81\xd5\xa7\xae\x47\xa1\xff\x9b\x1d\x23\x05\xf8\x75\x9e\x2c\xc5\x8c\xf5\xf9\xe8\x7c\xc8\x3e\xdf\x9b\x8b\x66\x57\x59\xdd\x7e\xbe\x37\x70\x22\x51\x9b\x8d\x90\xd4\xbf\x71\x9e\x5b\x45\xba\x3b\x70\x9d\xaf\x52\x11\x48\xd8\x9f\xb5\x99\xa2\x7d\x0e\xe6\xb1\x9a\x49\x62\x8f\xfe\xb2\xc7\xc6\x0f\xd8\xb2\x66\x0f\xc6\xee\xc4\xda\x32\xc7\x62\xc9\x8b\x15\xac\x4f\x18\xdb\xda\x4c\xf5\x71\xb5\x32\xfa\x10\x08\x30\x5d\xf1\x19\xcf\x81\xf7\x86\xa1\x02\x96\x2a\xbb\x4c\x50\xa6\x4b\xb2\xc6\xc6\xe8\x92\x32\x1e\x6f\x12\xc9\xad\xc3\x33\xe2\x60\xe4\x8f\x38\x4b\xea\xe6\x6f\x7c\x2d\x77\xe4\xc7\xa4\x7e\x9e\x35\x87\xd5\x1b\xde\x24\x51\xc8\x27\x6f\x18\xe4\xfd\x6f\x12\x7f\x3e\x9c\x42\x58\x8a\x58\x92\xbf\xb7\xad\x86\x79\x12\x79\x48\x78\xe2\x2b\x96\xdd\xc2\x55\xec\x49\x57\x4a\xdf\x6d\xcf\xbd\x10\xe0\x75\x10\xee\x65\xd8\x5a\x97\x1c\x00\x9e\x6c\x58\xf4\x65\x21\xaf\xb5\xe2\x82\xfb\x73\x77\x5e\x34\x6f\x74\xda\x36\x27\x24\x50\x98\x36\x15\x18\xcc\x62\x94\x0a\x80\x19\x66\xfd\x24\x03\xf2\xd8\x88\x0b\x88\x4c\x4c\x73\x7c\xe1\xeb\xb3\x22\xa9\x52\x96\x27\x17\x03\xbf\x33\x02\xd5\xa7\x3c\xfd\x6d\xfd\x42\xd6\x44\x3b\x64\x94\x0d\xd5\x6a\xd6\x14\x95\x41\xa3\x89\x92\x64\xc3\xf0\xd5\xab\x92\x57\xfe\x9d\x18\x7f\x8e\x37\x13\x4a\xef\xe2\x6b\x97\xcd\xa3\x5a\x4f\x57\x55\x1a\xd3\x93\x46\x95\xac\x46\xc1\x15\x82\xb1\xdf\x1e\x57\x2e\x7c\xe7\xef\xbb\x6f\x23\x8a\xdf\x18\x3a\x0a\x8b\x5a\x5b\x35\x4d\x58\x2f\xf4\xa5\xb6\x40\x94\x32\x5d\xff\xed\x78\x4f\x64\xc9\x8c\xbf\x2a\x32\xb0\x43\xef\xc1\xaf\x05\xfc\x72\x2b\x41\x85\xf7\x3b\x27\xb3\xf3\xd5\x2f\x44\xd0\xb4\x5b\x6c\x15\xb6\x18\x5d\x38\xe7\x13\xd6\x23\x4b\xe5\x38\x04\x84\xeb\xe3\x66\xae\x69\xee\xba\x35\x5b\xcb\x10\xba\x34\x43\xb8\xbd\x70\x90\x26\x87\x46\x59\x9a\xc8\x63\x52\xcc\x03\xbd\xf9\xd4\xc1\x52\x94\x85\xfb\xa7\xe6\xb6\x28\x95\x21\x3e\xeb\xfd\x74\x2d\xff\xbe\xe9\xb1\x59\x92\xe7\x45\x63\x82\xd4\x01\x69\xe8\x91\x1e\xf5\xf0\x00\xaf\xf8\x88\x49\xb9\x4a\x17\xac\x7b\x4c\xe4\x75\xc3\x93\xd4\x46\x9a\x67\xa1\x72\xac\x55\x11\x69\x97\xcf\xb4\xd4\x77\xa6\xab\x45\xef\x05\x3a\xd0\xed\xf5\x9d\xd1\x66\xc2\xf2\xf1\xd6\x42\x61\xda\xae\xc8\xdb\xa2\xf9\x61\x8b\x52\x6f\xb9\x2a\x00\x4d\x3e\x5e\xe5\x35\x6f\xdc\xc5\xd9\x6e\x6d\xda\xd5\xdc\xba\x93\xee\x20\xbf\x61\x7d\x6e\xdf\xd4\xd6\x6b\x64\x64\x70\xfc\x03\x42\x9a\xff\x09\xc1\x2a\x74\x64\x0a\x29\xf4\x83\x3d\x56\xdf\x3e\x01\xeb\xba\x30\xbb\xe2\x2c\x75\x48\x77\x59\xfc\x67\xd6\x53\x00\x70\x6e\x4e\x60\x33\x83\x8c\x02\x43\x71\xda\x7c\x9a\xe5\xf4\x73\x16\xe6\x05\x9d\x74\x96\x30\xa0\x32\x7f\x65\xb4\x76\x98\x1e\x30\x6b\x6c\x8a\x4b\xff\xd8\x1d\x34\x65\x54\x46\xf8\xf8\xe4\x05\x6a\x1d\xb8\x25\x90\xcf\x24\x60\xca\xfa\x3d\x14\x6a\x37\xf4\xca\xbe\x58\xba\xdf\x83\x37\xcb\x89\x87\x9a\x89\x12\x88\x59\x1c\x8c\xf2\x29\xb9\xd8\xe7\x54\x51\x4f\x55\x8a\xea\xae\x47\x01\xe8\x9c\x07\x81\x60\xfb\x83\x40\xc7\xa8\x03\xc7\x06\x91\x5e\xe8\x6b\x23\x63\xf4\xe5\xda\x17\x22\xad\x7f\xa3\x1f\xd4\xdf\x91\x8f\x3b\x63\xe0\x06\x92\xe9\x80\x0e\x5d\x8d\xc8\x3c\x20\x7e\x14\x59\xf6\x21\x5f\x16\xab\xbc\xb1\x70\x95\xb3\x8c\x27\x95\x62\x95\xfb\x6a\x49\x43\x16\xba\xb3\xde\x7d\x91\x7e\x80\x85\xef\x4b\x91\xe4\x9d\xc7\xfe\x28\x49\x54\x26\x81\x10\x3a\xf1\x84\x52\xe7\xa9\xcc\xe4\x1a\xe1\xae\x00\x95\xa3\xdc\x9b\xec\xfe\x7d\xb2\x7d\x68\x2a\x86\x4a\xa0\x01\x3d\xe4\x18\x28\xf7\x48\x76\x2e\xcd\xb2\x79\x87\x63\x9f\xec\xda\x8c\x8a\x7c\x5f\xd4\x4b\x51\xbb\x21\x06\x62\x19\xfa\x81\x9e\xfc\x26\x9c\x41\xf4\x56\xe9\x7b\x51\x0e\x9c\x8d\x25\xe8\x61\xf6\x58\x40\xad\xa8\x72\x36\x4f\x64\x4f\x86\xc1\x4c\x5c\x7f\x59\x7f\xcf\x86\x68\xdd\x01\x6e\x38\x44\x59\x7f\x23\x65\x4a\x82\x0a\x5e\x2b\x04\x2a\xd9\x95\xa3\xae\xb8\x40\x65\x92\xf3\xcc\xc3\x31\x57\x46\x56\xce\x47\xcd\x93\x1d\x8b\x06\x89\x14\x2e\x2d\x6f\x8e\x3d\x78\x72\xcc\xf6\xa2\xc8\x9b\x44\xe4\x20\x20\x2a\x82\xe8\xa7\x84\x65\x92\x8a\x37\x4a\x63\xe0\x95\xd1\x29\x41\x19\x8d\x8a\xef\xe6\x77\x67\x6c\xcb\x73\x1f\x59\x35\x45\x0f\x87\x21\xa5\x1b\x1a\xa2\x68\x69\x06\x1c\x07\x55\xc1\x9d\x55\xee\x2e\xe8\x3f\xe1\x80\x03\xe8\x7f\x9a\xf6\xf5\x6b\x2c\xf1\x95\x49\x34\xab\x45\x0a\x99\x1d\x8c\xb1\x60\x8a\x55\xc5\x66\xf2\xe6\x48\x9d\x07\xff\x62\xd5\xc0\xe3\xbe\xbc\x28\x94\x3d\x83\xc9\x69\x69\x05\x7d\x8f\x8f\xdc\x45\x58\xaf\x51\xdd\x7b\xf4\x61\xbb\x6b\xcb\xb9\xe4\xa3\x41\xc2\x51\x4f\x7c\x6b\x0a\x6d\xcd\x0c\x2e\xde\x59\x75\x33\xb1\xce\x36\x00\xe4\xd4\x30\x3c\x08\xb7\x62\x51\xe3\xf4\xa5\xae\x05\xa8\xbe\x9f\x97\x9e\x58\xe0\x10\x14\x6f\x40\xbf\xf7\x9c\xbe\x49\x32\xf0\x7c\x26\x7b\xb4\xcf\xeb\x19\xcf\xd3\x04\x02\x47\xea\x46\xf5\x7c\x3e\xa3\xa1\x52\xf1\xd3\x44\xed\x61\x49\xb4\xbd\xe1\x8f\x32\x9e\x9f\x37\x0b\xa0\xdc\x0f\x23\xe9\x9f\xf6\x4e\xd8\xd3\x29\xdb\xb3\xb5\x3b\x2c\xd0\xcf\x91\xfc\xb6\xd5\x30\xee\x03\x16\xee\x08\x08\x45\x68\x95\x17\x13\x6a\xd8\x4e\x3e\x17\x49\xfd\x52\x4e\xdb\x84\xed\xec\xf4\xe9\x04\xca\x01\xd1\xdf\x7a\xb4\x4f\xd9\xde\x80\x96\x7e\x8d\x50\x06\x3b\x3b\x2e\x21\x56\x27\xbf\x95\xea\x86\x31\xa8\x6a\x3c\x79\x22\x3f\x27\x87\x6c\xc2\x76\xfc\xa8\xf1\xd8\x0f\x97\x00\xbf\xb0\x41\x2c\x2c\x41\x66\xcf\xc8\x8f\x91\x19\x3a\x0b\xb9\x2c\x43\xb3\x49\x3d\x94\x8a\xb3\x67\xce\xcf\xed\xea\xa2\x6c\x5d\x48\xff\xd4\x81\xf4\xb7\xb6\x5e\x0e\x35\xe9\x56\xbb\x36\x65\x3b\x3b\x5b\x2e\x4f\x67\x1c\x07\x22\x8a\xd9\x30\x03\xfe\xd6\xc2\xb0\x0e\x9f\xc9\xfb\xc3\x5c\x65\x42\x2a\xa9\x6e\x84\x91\x7a\x63\x20\x39\x21\xca\x44\x71\x99\xd7\xd3\x6b\x75\x6e\xbc\x5d\x4f\x26\xcc\x14\x23\xb2\x9d\x17\xba\xc0\xb6\x39\x8c\x5d\x51\x4e\xf8\x02\x67\x70\x0c\xe3\x33\x88\x7a\x77\xae\xfd\x46\xa6\xd7\xc6\xa1\xf5\x26\xc8\x18\x04\x72\xa0\x39\xec\xf0\x8d\x52\xde\x49\x17\x29\xc4\x90\xa0\x9f\x9a\xe4\x0c\x9e\x39\xa7\xd7\xc4\x85\x6c\xf7\x21\x9b\xb0\x3d\xb7\xea\x22\xe3\xd3\xcf\xf7\x66\xc5\xf2\xac\x38\x2b\xae\x3e\xdf\xa3\x89\x30\x99\x8b\xa4\x2e\x8b\x72\x55\x4e\x3f\xdf\x93\x53\x18\xcf\xc4\xaf\xca\x24\x4f\x79\x4a\x66\xbd\x27\x87\x81\x80\x1e\x92\x11\xec\xdd\x04\x85\xe0\xc0\x4e\xaf\x0d\x8b\xd4\x92\x03\x62\x9a\x4c\xaf\xd1\xfb\xfa\xfe\x7d\xb6\x63\x0a\xb0\x67\xad\x5e\x34\x7d\x47\x2e\x1c\x7a\x42\xdd\x20\xba\x0d\x4c\xb3\x24\x40\xca\xf4\xda\x3b\x11\x66\x3f\xc5\x68\x7e\x77\xb5\x09\x5c\x00\xa9\xb9\x00\x70\xe8\xfe\xb5\x10\x96\xd3\xb4\x6b\x7a\xad\xff\x8a\x74\x59\xad\xb2\x5d\xef\x30\x8f\x7a\xa3\xb8\xd5\xd1\x60\xea\xc9\x50\x5f\xae\x4e\x42\xd7\x09\x4e\x95\x5c\xe2\x14\x28\xf2\xdf\xb2\x55\xa5\x73\x17\xf6\x1d\x2f\x5b\x55\x5e\x46\xa5\xea\x0f\xf3\xaa\x84\x30\xfb\x87\x32\x9a\xf9\x43\xe9\x65\x05\xa5\x73\x98\x15\x3e\x7b\x59\x41\xec\x89\x77\xc3\x24\x79\x45\x80\xa7\xb4\xd9\xe1\x27\xc9\xe2\x46\x4e\xa9\xcb\xc4\xb1\xd4\xc0\xa3\xec\xee\xd5\x1b\x37\x43\xd7\x9c\x63\x98\x1a\x37\x3f\x9e\x23\x71\xc1\x61\x27\x23\xc7\xfb\x8c\xf5\xca\x22\x13\x4d\xc7\x86\xd5\x5b\xb6\x29\x96\x62\xe6\x14\x05\x09\x72\x43\x31\x91\x5f\x24\x99\x1c\x8a\x77\x78\x9c\xbc\x7e\x0c\x37\xf7\xa7\x61\x6b\xd1\x3c\x47\xd4\x56\xdf\xa0\x80\x09\x30\xae\x12\x03\xa4\x85\x4b\x51\x73\xf3\x7d\xc1\x19\x51\x57\x83\xcb\xb0\x5f\x77\xfc\x4e\xf7\x73\x49\x96\xc9\x91\x9b\xfa\x5e\x39\xff\x52\x80\x4c\x83\xb0\x9a\x49\x4c\x20\xe8\x47\xef\x15\x92\xc1\xab\xa8\x3b\xa0\x5d\x24\xa0\x5e\xb0\x3f\x66\x5a\x0c\xfb\x58\x25\x65\xc9\xab\x9b\xa7\xd7\x81\x84\x16\xef\x95\x49\x1e\xdc\x04\x2d\xfb\xf1\x7f\xae\x2d\xc3\x1a\xc8\x8c\xfd\x6b\x36\x1a\xe9\x0b\xd5\x08\xf8\x13\xd3\x9a\xfa\xc0\x6e\x82\x0e\xe8\x1a\xe8\x95\x1b\xd0\xe6\xfb\xf7\xbd\x18\x83\xa9\xb8\xd0\x57\x5c\x92\xf1\xaa\xf9\x7c\x0f\x4e\x98\xcb\xc0\xdf\x74\x4e\x1a\xcd\x1b\xc4\x1d\xe4\x6d\x9b\xdb\x9f\x14\xdb\xed\x48\x58\x23\x5f\xbb\xf6\x22\x2b\x6a\xce\x96\x3c\x5f\x69\xc6\x4d\x0a\x69\xa2\x91\xa7\xa0\x28\x39\x92\x0c\x47\xd3\x96\xe2\xbc\xbd\x91\x45\xd0\x06\xd0\x8b\x2a\xea\x0a\xc4\x71\x99\xd7\xae\x1b\x26\x29\x07\x8d\xfe\xb5\xab\x56\x34\xd1\x7d\x1e\x3b\x0a\x18\x8c\xb6\x82\x21\xe9\x0f\xad\xfb\xc4\x33\x1b\x1a\x46\x75\x8a\xa8\xa8\x5c\x9e\x26\x12\xda\x25\x9e\x81\x44\x76\xa1\xca\xa5\xa0\xed\x50\xb3\x64\xc7\xe4\xf0\x4f\x6a\x78\x92\xb4\x51\xff\xf8\x6d\xf4\x4e\xb5\x6f\x19\xea\x84\x7d\xfd\xbd\xa8\x96\x36\xe8\x2b\x31\x99\xf0\x0d\x2b\xdd\xb9\xd9\xa0\x08\xf5\xdd\x32\xbc\x6f\x34\xfe\x13\xf5\xd1\xc0\x6f\x79\xd1\x88\xf9\xfa\x30\x7f\xcf\x6b\x37\xa1\x43\xcd\x32\x65\x9f\x4e\xda\x75\xac\xb6\xc7\x33\x3f\x5e\xd3\x34\xa8\xea\x59\x20\xc5\xc2\x44\x1c\xce\xd1\x4c\x74\xc0\x9e\x22\x9b\x4a\xb5\x8c\x19\x87\x00\xfc\xca\x6e\x2f\x34\xf6\x55\x1b\x4a\x99\x8b\xbe\x49\x9a\xc5\x68\x99\x5c\xf5\xf7\x86\xea\x6f\x91\x6b\x15\x82\x96\x52\x76\xd9\x43\xb5\x02\x83\x81\xa7\x47\x69\x94\x9d\x47\x12\x77\x1c\x69\x16\x3c\x67\x79\xa1\x4c\x3c\x14\x88\x0e\xee\x3c\xd6\x24\x5f\xd4\xd5\x33\xb2\x7b\xbc\xf5\x2d\x8d\x7d\xfd\xca\xb6\x7a\xcc\xd1\x94\x10\xdf\x68\x71\x83\x11\x63\x43\x18\x06\x89\xaf\x42\x1f\x23\x1f\x5b\xf9\x97\x84\x08\xbd\xa1\x6f\xd1\x3b\x24\x3f\xb0\xd7\xfe\x06\x91\x1f\xd5\xdc\x4e\x83\xf5\xfc\xb4\x77\x32\xf0\xad\x6c\x5d\xcf\x83\xf6\xf7\x51\xbb\xa4\xd1\x7d\xa2\x28\x71\x51\xae\x5d\x23\x75\xad\xfc\x71\xcd\xc3\x4d\x98\x28\xef\x71\x4a\xa9\x77\x95\x62\x1a\x0d\x3d\x54\xab\xde\xce\xf3\xde\xd9\x4c\x11\xb9\x21\xc3\xe8\xcb\xab\x5c\xa3\xaf\x00\x7c\x15\x12\x26\x56\xe4\x0e\x14\x14\x69\xab\x2e\x33\x31\xe3\xa6\xd6\x21\x7b\xb8\xe5\x8b\xe5\x78\xcc\x92\x14\x5b\xc9\xf9\xa5\xe7\x1e\x61\xc1\x9e\xf8\x95\xa8\x1b\x8c\xbb\x4c\xba\x40\x3a\x00\xe6\xe7\x22\x6a\x76\xee\x37\x3a\x1e\xb3\x23\x65\x58\xe2\x3d\xf2\xa0\x75\x8f\x3a\x20\xb9\x9c\x84\xc8\x19\x89\xae\xef\x27\x68\xfa\xc4\xdf\x81\xb0\x99\x47\x25\xaf\x6a\x51\x37\x46\xd1\x3f\x1e\x83\x75\x96\x0d\xb4\x8d\x31\x3f\x94\xc3\x55\xad\x14\x99\x29\xd1\x4b\xb9\x7a\x81\x88\xfd\xaf\xed\x8c\xfb\x72\x78\xf7\x63\x75\xe3\xd9\xe6\x91\xa8\xe0\x7d\x32\xb8\xcd\x57\x01\x66\x36\x06\x81\x71\x53\x40\xe6\x5e\x18\x14\x46\x88\xa7\xf6\x92\x55\xdf\x49\x67\xbd\x34\xc7\xed\xe6\xdb\x94\xdc\xd7\x36\x98\xa9\xb5\x26\x89\x5f\x0f\xa0\x63\xd6\xf3\xf3\xf5\xab\xcd\x3e\x70\x76\xdd\xbc\xa8\x58\x2d\xf2\xf3\x8c\x2b\x5f\x1f\x63\x9e\x5f\x26\x75\x0d\x9b\x1e\xb1\xdb\x92\xec\x32\x59\xd7\x18\x51\x28\xb3\xfe\x66\xa4\x1a\xea\x31\x34\x64\xf3\x4c\x94\x4e\x98\x71\x08\x53\xac\x8b\xe8\xcb\x0b\x7a\x74\x58\x36\x6c\x4a\x27\x90\x3d\x63\xc0\xb5\xaa\x05\x52\x1b\xd9\x2a\xa3\x27\x36\x00\xc1\x8d\xe4\xf4\x9d\x6c\x84\x45\x31\xe3\x07\xc6\x58\xed\x3a\xa8\x59\x6d\x3d\xd4\xff\x4c\x5a\x98\x1e\x96\xd4\x0c\xf6\xcf\x31\x64\x93\x2c\xb2\xed\xb1\xbe\xcc\x1e\xfb\x8d\xa5\xb4\xb5\xb4\xdf\x5a\xe2\x86\x72\x74\xda\x1d\x8b\x0b\xb0\x02\xc3\xb3\x45\x45\x2a\x79\x9a\x20\x06\x25\x18\xee\x91\x74\xf5\x62\xd1\x2f\xb2\x54\xa5\xfb\x96\x68\xce\x13\x86\xe2\x55\x8d\x53\x87\xbd\x1b\xbf\xc3\x26\x55\xda\x47\x42\x1e\x4a\xf7\xc5\xc5\x4f\x79\xa5\x9f\x55\x22\x86\xb7\xf6\x1a\x4a\xe4\xff\x4f\x58\x92\xaf\x3f\x9d\x0c\xd4\x7f\x5d\xbe\x2d\xe7\x97\x90\x95\xfa\x22\x11\x4f\x24\xae\xde\x26\x8b\x39\x83\xba\xdc\x1b\x11\x1d\xb3\x80\x58\xab\x8c\xce\x12\xd9\x10\xec\x2a\x6b\x5c\x82\xf8\x5d\xe4\x69\xad\xee\x8c\x2b\x08\xfe\x2d\x52\x6b\x72\xaa\xce\x54\x92\xa7\x92\x7d\xad\x5d\x42\x8f\xf7\x4a\x53\x30\xd1\x68\xdb\xd7\xbf\x96\x49\x95\x2c\x59\xdd\xf0\x12\xb4\x6b\x6c\x97\xe1\x7f\x8b\x39\x5b\x14\x97\x6c\x99\xe4\x6b\x26\x1a\xbe\xc4\xaa\x8c\x67\xb2\x66\x8b\xaa\x04\x30\xa5\x46\x8c\x1d\xe1\x97\x33\x2e\x99\xbc\xa2\x62\x0f\xbd\x26\xb0\xf1\x5d\x86\xae\x3f\xc5\x5c\x79\xe8\x62\x07\x93\x6a\xb6\xd0\x75\x02\x3e\xb0\xd7\x3d\xc7\x6d\x68\x17\x20\x1b\xdd\x6f\xc6\x78\x44\x59\xe8\xea\xf2\x38\xa5\x35\x94\x20\xf3\x95\xba\xf3\xd5\xab\xb1\x7b\x54\xfa\xd2\xdb\x63\x59\x60\x5c\xf0\xab\xbb\x50\x7e\x33\xaf\x1e\x71\x8f\x11\x7c\x67\x40\x4e\x9a\xf5\x7b\xf2\x44\x3e\x6a\x8a\x18\x10\xe6\xf1\x98\xbd\x8f\xf9\xe4\x89\xb9\x14\x14\x16\xf2\x58\x2e\x12\xed\xce\x9c\x52\x0f\x67\x51\x33\xbe\x2c\x9b\x75\xc8\xe9\x1e\x18\x66\x11\x97\x53\xd2\x7b\x97\xfd\x96\x69\x7b\x01\xdf\xe8\x76\xc1\xe7\x14\x34\x77\x0e\x06\x55\x15\x3a\x6a\xf3\xba\xd6\x11\xbe\x56\xa5\xec\x1c\x2c\xd7\x17\xbe\x66\x97\x9c\x5d\x26\x92\x5d\x2f\xd8\x32\xf9\xc2\x4d\x15\x00\x24\xd3\x2c\x12\xe4\x6e\xcc\x0a\xcf\xd6\xb3\x8c\xcb\xdd\x5b\x15\xab\xf3\x05\xa4\xe9\x71\x5e\xa2\x47\x8a\xa9\x61\x96\xac\x4c\xa3\xf5\xac\xe2\x3c\x07\x50\x08\xb0\xf3\x18\xb1\x83\x9c\x85\xba\x4a\x53\x56\x35\x7b\xc1\xab\x35\xe3\x79\xaa\xc4\x0c\x79\x79\x40\x1d\x1c\xb8\x65\xcd\xa9\x80\x3c\xe0\x4c\xc9\xc8\x9f\x09\xc5\x03\xd6\x2c\xe3\x75\x8d\x68\xb6\x7b\x70\xac\x2f\x39\x46\x6c\x6d\x00\xa5\x50\x56\xbe\x07\xd8\xa7\xb6\x2b\xa6\x15\xb8\x4f\xf9\x7f\xad\x92\xcc\xdb\x02\xb2\x9e\xbc\x68\x58\xdd\x14\x78\x77\x26\x33\x4b\x5c\xc7\x63\x6d\xc8\x2e\x67\x1b\x56\x82\x2d\x92\xb2\xe4\xe0\x3e\x2e\x8b\x5e\x88\x19\x8c\xb4\x4e\x80\xf8\x69\x6f\xde\x73\x70\x22\xa8\x4c\x2d\xd0\xe9\xa2\x52\x3d\x50\xcc\xac\x9e\x7b\xdc\x2e\x44\x98\xc2\x01\x3f\x9d\x7a\x1b\x8a\x6c\x25\x2d\x05\xee\x85\x52\x08\x26\x3d\x71\x76\x9e\xce\x1e\xca\x87\xfe\xfe\x03\x37\xfe\x86\x97\x2f\x8a\x55\xde\xc0\xd5\xb5\xf7\x98\xae\x87\xbe\xa6\xcd\x9a\x24\x6c\xc1\x13\x79\xd5\xc8\x7d\x29\x2e\x04\x20\x25\xc3\xdf\x26\xfe\x65\x3e\xab\xf0\x2e\x38\x5b\x43\xdd\x58\xdf\xe5\x42\x64\xdc\x2a\xb2\x5c\x86\x62\x24\x34\x58\x96\x3c\x44\x31\x14\xad\xd1\x2b\x6c\xf6\xeb\xd7\x3b\xd7\xb0\x8f\xdd\x6d\xaf\xc2\x7d\xb8\x76\x99\xb8\x83\xb9\x33\x4f\xfc\x6a\x06\x01\x20\xd5\xcc\x16\x73\xcb\x62\x83\x2c\x1d\x75\x09\xee\xef\x3e\x1c\x38\xaa\x1d\x52\x61\xd7\xea\x77\x92\x12\x22\x66\x61\x37\x71\xa9\x7e\x26\x17\x9b\xa8\xb5\xc1\xc4\x59\xb1\xca\xd3\x7a\xc8\x2e\xab\xa4\x64\x09\xc0\x7c\xd2\x0e\x85\x45\xdd\x7d\xd5\xb6\xb3\x62\xce\xd8\x61\x5d\xdd\x43\xd4\x35\xef\x3e\x8c\x39\x47\xeb\xd4\xa0\x56\x93\x99\x4c\xe6\xcf\x3f\xfb\xdb\xdc\xa8\xc9\x42\xa5\x96\xc7\x32\xaa\x99\x16\x66\x86\x6f\x5c\xee\xb1\x91\x37\xa9\xc8\x2d\x91\xc5\xb8\xfb\x09\x60\x55\x20\xc7\x17\x32\x87\xda\x3c\xa9\x2f\x10\x8f\x3d\x14\x86\xd8\x9f\xab\x7c\x55\x83\xcc\xb3\xca\xbf\xe4\xc5\x65\x6e\x39\xc8\x50\xdf\x49\xf8\xf8\x7d\x9e\x89\xa5\xc0\xa3\xdb\x1b\xb2\x5e\xfc\x42\xd4\xa3\x92\xcd\x83\x6b\xb4\x00\xcf\x65\x80\x17\x1d\x8c\xfe\x51\x88\xbc\x1f\xab\xd3\x55\x89\xca\x29\x50\xb1\x0d\x5a\x66\xc1\x1b\xb9\x6f\x9d\xd5\x3a\x7c\xcf\xbe\xcd\x0e\x58\xf5\xfb\xc9\xd3\x6b\xd7\xb2\x0b\x6b\x1a\xdc\x3c\x19\x3f\x6d\xeb\xa2\xff\x58\xb2\x7d\x77\x3d\x56\xde\xf7\xd6\xd0\x61\x83\x69\x8f\x95\xc3\xb6\xed\x38\xe8\xa0\x62\xf6\x4d\xfd\x41\xc8\x21\xc8\xb2\x51\x76\x98\x8e\xdb\xa9\xa3\x6b\xe0\xda\x03\xac\xa8\x14\x94\xde\xcc\x58\xbd\xc9\x1b\x4c\xca\x9c\x72\x2e\x32\x51\xb7\xce\x00\xb5\x93\x33\xe3\xef\x82\xe6\xb2\x1e\x42\x43\xe6\xb1\x83\xad\x6b\x6b\xc2\x2b\x53\xc3\x3e\x6a\x68\xd2\x66\xfe\x56\x79\xd0\x7f\x7a\x55\x21\xe4\x63\x9b\xb1\xac\x32\x96\xac\x8f\x96\x89\x5c\x28\xaf\x92\x1d\xf6\x64\xea\x41\x0a\x2a\x20\x5c\xaf\x82\x79\x80\x04\x36\x89\xc2\x83\x4d\xd9\x35\xba\x2f\x19\x80\xcd\x63\x25\x07\x9f\xfe\xaf\x9f\xae\xe9\x03\xf5\xcd\xc3\x53\x65\x8f\x6c\xd4\x7a\x04\x7c\x6d\x1a\x18\x28\x8d\xea\xd5\x99\xf1\xfd\xd1\xc0\xa5\xb8\x9d\x9e\xe9\xb7\x87\xce\xdc\x23\xa8\x1f\xdc\x33\xa3\x20\x7c\x4f\xba\xf1\xe0\x9e\x9a\x2b\x2c\x66\x4e\x25\xf9\x09\xb5\xa0\xb8\x1c\x53\xcf\x7f\xcd\xc9\xf2\x46\xe4\x6d\xb9\xc0\x60\xdf\x59\x58\x79\xaf\xf7\x92\x55\x53\x50\x1f\xa2\xb0\xa2\x16\x3d\xc3\xb3\xb6\x57\x97\x59\x26\xc0\xf2\x59\x96\x9e\xf8\x0c\x96\xdf\x8e\x6e\xc4\xed\xd9\xd7\xaf\x6d\x8f\x3e\x5b\x37\x1b\xd8\x12\x6a\x8a\xad\x36\xec\x33\x62\x6f\x04\x8b\x61\x2f\xce\x59\x56\xd4\x1c\xb1\x48\x9f\x6b\x1b\x92\xe9\xe7\x7b\xf0\xdc\x46\x8d\x5a\xc2\xad\x3b\xbd\x0e\xbf\x51\xb7\xe7\xa4\x7e\x61\xeb\x26\x37\x35\x3c\x2c\x05\x16\x3d\xa2\x7e\x2d\xce\x17\x8d\x7a\xec\x0c\x92\xcd\x33\x28\xb1\x3a\xc0\x0f\x24\x13\x1a\x08\x4f\xaf\xc9\x11\xa0\x2f\xa3\xa3\xd1\xc8\xd2\x87\xa8\xa1\x13\x56\x8d\x6f\xe6\xe6\xe8\xbd\x16\x75\xa3\x1c\xe9\xc8\x83\x25\x4c\xa3\x7e\xb2\x64\x13\x32\xc1\x8a\x82\xd2\xa1\xfd\xc6\x93\x2f\x2a\xbe\xd2\xf4\x1a\x5e\x71\x48\xbf\xce\x93\xf2\xa8\x4c\x66\x7c\x7a\x4d\xcd\x90\xd2\xe2\x6d\xd1\xbc\x4e\xd6\xbc\x0a\x4b\xa4\x2e\x10\xed\xef\xe2\x8a\xa7\x1b\x73\x4d\xaf\x3d\xfc\xda\x11\x86\xb6\x79\xcd\xe7\xcd\xcb\xd4\x79\xaa\xa5\xdb\x75\x7a\x4d\x7f\x85\x99\xf4\xd9\x31\xf9\xf4\x07\x6f\xe6\x29\x9d\xa6\xb5\x74\x3e\xcd\x43\x11\x92\xdb\x58\x83\x45\x4f\xc5\x6d\xb7\x4b\x91\xa3\x8b\x8a\xcd\x83\xbf\x9d\x2c\xd6\x7c\xdf\x66\xb3\xdf\xbe\x75\x17\xa9\xbd\xe2\x3e\x7d\xc7\x2e\xe5\x8a\x37\x0c\xcc\xc8\x01\x29\xb7\xed\xe2\x25\xc6\xe6\x5b\x31\x1e\x21\xab\x04\xd5\x6f\x65\x2f\x71\x03\x81\x63\x20\xd7\xe7\x7b\x2f\x16\xfc\xa2\x2a\x72\x10\xec\xef\x29\x1b\x39\x88\x11\xa3\x0e\x32\x8b\x30\x1c\x1f\xa5\x14\x21\x39\x31\x64\x26\x44\xce\x12\x0b\x39\xec\x0f\xb1\x75\x36\xbf\x1b\x6b\xe1\x6b\x88\xb4\x4d\xa3\x00\x74\x01\xcf\xd0\x51\xd4\xcd\x50\x79\x39\x10\x77\x06\x47\x43\x1e\x7a\xb9\xde\xdd\xf4\x53\x5f\x18\x80\x76\xa1\x0d\x55\xe8\x2e\x0d\x2c\xc3\xe4\x1c\x86\x56\x61\x81\x4d\x98\xca\xe6\xd8\x83\x11\xcb\xca\x45\x51\xbb\xc7\x4f\x1b\x50\xee\xc5\x36\xbe\xc5\x4d\xb0\xdf\x9c\xea\x0c\xe6\x82\x6b\xeb\xa9\xc9\xd2\xf4\x3a\x44\x9c\x1e\x5d\xf0\xaa\x11\xb3\x24\x0b\x8c\x3b\x1d\x2e\x88\x26\x6e\x3d\x91\x31\xa3\xcf\x76\x73\xce\xef\x61\x99\xe9\x3a\xe6\x75\x1a\x46\xc2\x56\xaa\xcd\xce\x9e\x5e\x93\xbd\xd5\x66\x3b\x77\x4d\xf7\x67\xdc\x68\x49\xa6\x38\x16\xba\x16\xc4\xfb\xa9\x25\x4b\xed\xd6\x38\x9a\x22\xc1\xb1\x28\xe6\x4a\xc3\xdd\x42\x8f\xd4\xd9\xf9\xe1\x32\x80\x6e\x4f\xae\x6a\x70\x56\xe1\x63\x78\x18\x25\x1f\xf9\x5f\x2b\xbe\xe2\x13\x76\xcd\x84\x94\x9c\x15\x8c\x06\x53\x62\x26\x69\xf2\xd3\x09\x54\x70\xad\x93\xe4\x6f\xc2\x8e\x22\x6d\xe2\xa9\x1c\xae\x5f\xce\xb1\xc6\x50\x6f\x1d\xcb\xb2\x59\xff\x3f\xb2\xe9\xb8\x59\x12\x79\x32\xf9\xa3\x2a\x56\x25\x9b\x62\x47\x47\xc2\x09\x40\xf1\x89\xae\xbc\x6b\xd6\x75\x2e\x8b\x7d\xbe\xc7\xbe\xf0\xf5\xf4\x5a\x97\xbd\x09\x37\xa9\x49\xf2\x4c\xb8\x18\xd3\x49\xc1\x31\xd1\xbb\xc3\x89\x55\x71\x62\x7f\x4c\x18\x29\x49\x1e\xfa\xe8\x1c\xc9\x49\x19\x8d\x46\xf4\xd3\x90\x8d\x46\x23\x3d\x60\x6b\xc0\x30\x1e\xb3\xdf\xb3\x55\xbd\x50\xdb\x4c\x0a\xa0\x76\x12\xfe\x4b\x4d\x61\x6c\x59\x7c\x04\x35\x10\xe7\xdf\xab\x06\x51\x6f\x70\x90\x37\x85\x59\x05\x59\xc3\x56\x40\x6f\x56\xa9\xf7\xc0\x0e\xfa\x45\x52\x73\x86\x1a\x46\x3a\x2d\xb0\xd0\xaa\x9b\x60\xab\xd6\xab\x41\x79\xac\x91\x76\xc9\x53\x81\x2a\x80\x98\xee\xab\x5c\xfc\xd7\x8a\xb3\x83\x7d\x50\x12\x2b\x85\xa9\x7a\x98\x52\xd5\x1d\xec\xd3\x72\xa5\x9c\x22\x95\x0f\x8c\x1f\x20\x93\xd7\x3f\xa5\xbf\x0c\xca\x29\x35\x2c\x29\xa8\x1e\x3a\x14\x80\x86\x9c\x9a\x8e\x51\x75\x0c\x48\x01\x56\x05\x2d\xc2\x9d\x1f\xf6\xd3\xc6\x9a\xab\x2f\x45\x33\x5b\xe0\xaa\x18\xcd\xac\x6b\xc1\x22\x47\xd4\x85\xbc\xaf\x14\xbe\x13\xda\x38\xd9\x99\xc4\x33\x03\x9c\x36\xcc\x91\x74\x0c\xe8\x58\xdc\x4d\x92\xfd\x0c\x43\x18\x7d\x71\x40\xea\xdc\xfa\xe1\xb1\x92\x92\xa0\xbe\xa4\x32\xb0\xcd\x65\x06\xb5\xb5\x42\x9b\x4e\x99\x75\xb0\x33\x88\xd5\x8b\x4e\x55\x4e\x0a\x40\xff\x3f\xbe\xcd\xb4\xa8\x5d\xe0\xcc\x8b\x7a\x40\xc0\xa9\xd8\x34\x88\xed\x07\x70\xa7\xa9\x6f\x1f\x9b\xf2\x9d\x6f\x5d\xd1\x6f\xeb\x2c\xd6\x77\xe3\x53\x8f\xf1\x98\x81\xe6\xcc\xbe\xf0\x69\xdb\x22\x6c\x9a\x21\x05\xd1\xb1\xf3\xe4\x60\x04\x4f\x59\x92\xaf\x1b\xb1\xe4\x2c\x51\x54\x81\x15\x95\x3e\x7f\xf0\x46\x98\xcf\x50\xd5\xac\x1f\x0b\x94\x9f\xa3\x52\x6f\xcf\x8b\xea\x65\x32\x5b\xf4\xef\x40\x95\xba\xe8\x5c\x9f\x4c\x85\x51\x18\x38\x96\x7e\xef\xe4\xe9\xac\xf8\x32\x41\xc0\x63\x24\xba\x30\xe2\x24\xcb\x1c\x12\x8e\x45\x6e\x79\xa0\xac\x5a\x92\x56\x15\x28\x23\x03\x36\x42\x5d\xeb\xf1\xe9\xd8\xa4\x4a\xdd\x44\x4b\xee\x72\x64\xa8\x15\x85\x92\x4c\x8e\x78\x99\x54\x49\x53\x54\xd0\x90\xdd\x51\x77\x20\x54\x91\xda\x31\x8f\x57\x75\x78\x20\x22\x25\xb1\x41\xa7\xe4\x4d\x74\xb2\x63\xc3\xd8\x72\xb2\x7d\x73\x6a\x34\x12\xfb\xc2\xd7\xc0\x35\xc9\x8a\x1c\x05\x65\xad\xdb\x30\x8e\x7d\x2a\xd7\x08\x45\x46\x6b\xe6\x18\xf2\xed\x6a\x2d\x5e\x61\xc6\xc9\xc6\x8c\x44\x1d\x08\xdd\xda\x01\x57\xc9\x40\x85\x4e\x99\x27\xd3\x3d\xcd\x40\x7d\xe1\x6b\xc7\x1a\x3e\xec\xbf\x11\x6f\x03\x83\x14\xad\x9a\xf7\xed\xe2\x82\x65\xdd\x34\xd5\x2d\x1c\xef\xa1\x02\x6a\xf5\xe8\x9a\xfa\xdc\x61\x95\x7c\x2d\xc7\x36\x94\xf7\x5a\x74\x8d\x90\x99\x68\x59\x20\x3d\x79\x1d\xeb\x24\x77\x37\x8e\xee\x95\x53\xa4\x63\xc5\x6c\x91\x4e\x81\x59\x3b\xf6\xc5\xd7\xc6\xeb\xf7\x4d\xcc\x8b\x91\x1c\x09\xff\x3e\x50\x53\xbf\xd9\x2f\xc1\x5b\x48\xb3\x0c\x5b\xad\x65\x20\xc0\xe8\xe6\xb6\x5a\xd5\xef\x69\x9b\x2e\x6a\x39\xeb\xfa\x59\x93\x4d\x75\xd5\x48\x2c\x8d\xc1\x85\x35\x41\x0b\x1d\xaa\xbb\x8c\xd7\x4d\x2d\x81\x05\xbb\xb9\x72\x94\x39\xb5\xbc\x51\x21\x22\xb7\x5d\x4c\x76\x96\xd4\x3c\x35\xb1\x70\x21\xd6\x2b\x58\xb2\x51\xc8\xea\xb1\xfb\xe8\xae\x46\xd5\xf0\x65\x1b\x6d\x19\x8f\x59\x59\xf1\x54\xcc\x00\x29\x04\x38\xd1\xdb\x6d\x6a\x6f\x3b\x7b\x33\x78\xff\x3e\xb6\x66\x3d\xe7\x35\xbe\x88\xdb\xf0\x59\xd1\x2c\xac\x79\x99\xe4\xed\x43\xb7\xf7\xce\x7e\xe8\x16\x9f\xdb\x58\x9f\xad\x9d\x72\x9b\xb6\xd6\xcb\x79\xb6\xbe\x65\x6b\xa4\x89\x6d\x46\x69\xd2\x6f\xd1\x54\x38\x9a\xce\xec\x01\x6a\x1d\x78\xc0\x51\xa2\x46\x93\x89\x0e\x05\x86\xf5\xe3\x5e\xc9\xbc\x96\x3a\xde\xcb\x28\x3f\xdb\x16\x6a\x30\x9e\x4e\x00\xcb\xbb\x9f\xd5\x34\xd8\x35\x31\xee\x74\x6d\x79\xc9\xe3\x05\x8d\x58\x67\xeb\xf7\x15\x6e\x5a\x04\x82\xd3\x4d\x14\x04\x40\x94\xb5\x70\x44\xdf\x22\xc0\xf1\x1b\x75\x87\xd1\x82\x31\xcf\x70\x67\x8f\x39\x0f\x1b\xda\xaf\xb7\x2d\x07\xb9\x11\x1c\x62\xe0\xa8\x42\x3d\x9f\xd7\x03\xc8\x28\x66\x5f\x90\x59\x22\x59\xbb\xac\x6d\x21\x4c\xd9\xf8\x1f\xf5\xd5\x6e\x5e\xec\x9e\x89\x3c\xa5\x2d\x80\x3f\xec\x4b\xc9\xe8\xbb\xcd\xd8\xef\x23\x59\x04\x36\xd4\x90\x7d\xdf\x66\x5f\xf3\xe4\x82\xdb\x66\xe1\x9b\x6c\x1b\xbe\xff\xb8\x66\xdf\x14\xb4\x55\x33\x58\xf9\xb9\xab\x51\xc5\x7b\xa1\x04\x44\x95\xaf\xa0\xb3\xd2\x24\x6b\x7a\xed\x51\xb6\x4e\x8f\x7a\xa3\x78\x55\xfb\x24\xa6\xb9\x05\x6a\x31\xbd\xf6\x9d\x84\xa1\xd5\xb2\xa8\x45\x5e\xdb\xe7\x26\x07\xd2\x45\xfb\xac\x1c\xe4\x47\xbc\xa1\x37\x9d\x5f\x4b\xcd\x1b\x59\x30\x5a\x09\x0e\xf7\x88\x43\xa8\xdc\x4e\xe4\x85\x5b\xf1\x2c\xce\x19\x8e\x3f\x51\x2a\x32\xf2\x1d\x0f\xf8\xc6\x33\xa9\x0d\xee\xb7\x39\x71\x60\x60\xa3\x1e\x99\x1d\x27\xa3\x9e\xb3\x1f\x7a\xfe\x55\xe7\x10\x4b\x7a\xfe\xac\x37\xed\x86\xf3\x17\xab\x01\x8e\x8c\xad\x61\xc3\x51\x8a\xd5\x80\x18\xb3\xdb\x9d\x0a\xa7\xbc\x3c\x17\x13\xd6\x53\xc6\xd6\x7e\x54\xe3\xbe\xe7\x1f\xde\xb3\x64\xb6\x37\x21\xeb\x37\x8c\x66\x23\xc4\xb6\x37\x61\x3b\x7d\xf7\x4a\xff\xfa\x95\xf2\x4d\x6e\xaf\x6e\xc0\x60\x2d\x5f\x3b\x81\x93\xc9\xf2\x65\xe4\xd4\x35\xfc\xaa\xd9\x7c\xe0\xee\x4c\x74\x08\xf0\x88\xdd\x58\x56\x6d\x00\x09\x5d\x84\x87\xdc\x14\xb3\xba\xee\x3b\xb7\xc5\x90\xf5\x44\xbd\x4b\x9d\x66\x7a\x4e\x51\x74\x70\xf1\x89\x52\xc4\x1e\x21\xca\x76\x78\x84\xe2\x1d\x25\x28\xfa\xf2\xf3\x04\xe2\xed\x28\x50\xcb\xbb\x92\x6c\x44\x91\x9a\x6d\xaa\x77\x68\x53\x47\x95\xdd\x14\x76\xbc\xe9\x65\x5b\x41\x7a\xeb\xa7\x24\xd6\x17\x23\x3e\x02\x8b\xbb\xb1\x98\x15\x39\x13\x79\x2d\x52\x70\xaa\x38\x03\x72\x16\x38\xcf\x04\x32\xd3\x2d\x45\x30\xad\x01\xd8\x08\x14\x90\x3a\xf5\x1d\xcb\x6d\xfd\x94\x6c\x71\x05\x01\xd0\x3a\xce\x55\xdd\x14\x4b\x3c\x19\xa0\xd6\x97\xd5\xa1\x69\x3e\x8c\xbb\x65\x54\x66\x0f\xdf\x59\xff\xf5\x1d\x34\x06\x3a\x50\xcb\xd6\x77\x51\x9b\x3a\xcf\x81\x42\x34\x6e\x9f\xf5\xb3\x49\x4b\x10\xd4\xf0\x6d\xcc\x3a\xc8\x9b\xb7\xe4\x88\x87\xfc\x78\x8c\x86\x04\x68\x76\x6f\x9c\x8b\x66\x49\xae\x21\xb9\x59\xc2\x2a\x3e\xcf\x8a\xcb\x11\x7b\x83\xc1\x73\xc1\x83\xf3\x32\x11\x0d\x5b\xe5\x8d\xc8\xa4\xd0\x59\x71\xe5\xd2\x99\x68\xfc\x71\xd2\xc0\x1c\x60\xca\x65\x95\x62\x59\x56\xc5\x05\x67\x25\xaf\xe6\xac\x16\xe7\xb9\x98\x8b\x59\x92\x37\xd9\xda\xf8\xdf\x69\x8d\x5c\x0c\xcd\xbc\x3f\xf0\xe2\xec\x04\xd1\x96\x94\x48\x1f\xf5\xe9\x74\x32\x79\xde\xba\x9b\x27\x8a\x79\x31\x6b\xf0\x9f\xb2\x3c\x0d\xf1\x2b\x6d\x78\x1a\x45\xdf\xbc\x3e\x6e\x48\xff\xb4\x77\x12\x64\xa1\x32\x89\xb6\xa7\x0f\x8b\xf9\xc6\xf5\xf8\x6f\xe0\xe3\xa3\x38\xbe\x64\x13\x78\x46\xf6\xcf\x05\x8d\x74\xde\x1f\xec\x8c\xce\xb9\x0e\x78\xfc\xdb\xfa\x20\xed\x9f\x6a\xeb\x4a\x91\xde\x00\x00\xee\x4f\xd7\x61\x6f\x6e\x4e\xdd\x97\x0a\x9c\x43\xed\x99\x16\x82\xb6\xb4\xac\x03\x22\x36\xa8\xd6\x7d\xc7\x36\xfd\xcf\x7b\x7c\x6d\x5b\x19\x07\x60\x57\x95\x8c\x04\x4d\xda\xd0\x17\xef\x05\x86\xb4\x1d\x09\x7a\xe4\xf8\xcb\x5b\xdc\x8c\x51\x00\xab\x66\xdc\x0a\xdb\xd2\x77\xa6\x53\xe3\x8c\x5e\xef\x8c\xd0\xc8\x4b\xa6\xf8\xfe\xfe\x31\xa4\x8a\x08\xb0\x5b\xb4\xae\x61\x6c\x04\x51\x2a\x65\xd8\xd2\x2e\x9a\xdb\x77\x31\x2d\x90\xa3\x8c\xf9\xb3\xc1\xe9\x96\x54\x6c\x10\x5e\x3a\x5b\xd7\x11\xb1\x11\x80\x69\x77\x58\xb6\x38\xb2\x47\xd4\x65\xc1\x30\x0b\x3b\xbe\x87\x7f\x8b\x8e\x20\xf4\xf5\x87\x08\x1a\x60\x3c\x8a\xfa\x39\x65\x36\x0e\x98\xde\xf0\xd2\x2d\x72\xd7\x6d\x19\x42\x14\xd2\x4a\x3a\xc0\x47\xda\x40\x9b\x99\x8b\x40\x12\x41\xcc\xf6\xef\x5f\xf8\xfc\x80\xa1\x61\x1f\x86\xad\x85\x18\x0e\x95\xd3\x6b\xe5\x11\xa7\x3d\xe1\x38\x46\x8d\x40\x8f\x45\x85\xe1\x0c\x65\xc0\xc7\x5e\xde\x16\x18\x04\x22\x81\x00\xec\x0d\x86\x42\x4e\x66\x90\x92\xae\xc0\xeb\x02\x7d\xdf\xb0\xa8\x7f\xb5\xab\xce\x44\x8d\x3f\x88\xe5\xbf\x83\xa0\xad\x01\x68\x62\xe0\xc9\xad\x20\x19\xb7\xc1\x5e\xb6\xc4\x21\xd6\x42\x68\x61\xed\x93\x97\x48\x9f\x5d\x58\x64\x0f\xcc\x3c\xde\xca\xa5\xc8\xd3\xe2\x52\xee\x0a\xdd\x6d\xef\x7a\x8c\x36\x43\x68\x9f\x79\xe2\xf5\x62\xbb\xb4\xf2\x24\xae\x3c\xa8\xce\x7b\x92\xaf\x87\x8c\x5f\xb4\x9c\x4c\xff\x58\x06\xbc\x09\xfa\xe3\x1e\x9c\xe7\x45\xc5\x6d\xd9\x88\xef\x46\x1c\x02\x56\x11\x2d\xcd\xaa\x32\x7e\xa1\xc9\xb4\x72\x73\x4f\x6a\x7a\xb7\x69\xe8\x06\x5a\xca\xa1\xe7\x21\x28\x83\x23\x81\x7e\xcb\x98\xbf\xa9\xc3\xe8\x9b\xe2\x02\x69\xab\xa5\xec\x3e\x0c\x5f\xbf\xb2\x54\xdd\xe1\x23\x04\x10\x34\x6d\x4f\xa7\x6e\x6f\x36\x4e\xf9\x6d\xa6\xcd\x95\xfc\xed\xf5\x70\xbb\xa9\x8b\x71\xb3\x77\xde\x31\x9a\xc4\x49\x0a\x75\xf0\xf2\xe1\x43\x05\x39\x35\x60\x4b\xde\x2c\x8a\x54\x52\x2d\xc9\x99\x95\x49\x05\x41\xb9\x8c\x57\x2e\x78\x95\x16\xa5\x14\xac\x14\xe7\x31\x32\xf5\xc0\xa5\x9c\xe4\x29\x3b\x78\xc9\xf8\x55\x29\x49\x7c\xc2\x6a\xde\x20\x2a\x63\x7f\x60\x9d\xd9\x25\x4d\x34\x4a\x04\x96\x8a\x0b\x70\xb8\x6d\x4c\x4d\xc6\x93\xbe\x4c\xce\xb9\x22\x9a\x67\xab\x06\xa3\x33\x83\x1f\xad\xea\x0c\x64\x01\x97\x07\xbf\x37\x63\x7f\xaa\x16\x45\xdd\x44\x58\x59\x99\x21\x92\x43\x6b\x2a\x46\xa6\xff\xee\x35\x59\xad\xdd\x9b\x6d\xab\x2a\xdc\xf0\xb5\x6c\x96\x80\x85\x01\xf7\x2f\xc9\x07\x2c\x2f\x76\x8b\x92\x18\x36\x75\x82\xda\x84\x2d\x07\x5c\xd9\x4d\x17\xe7\xd2\xb6\x87\x2c\xf2\x94\xcb\x7d\xb4\x9c\xac\x9d\xf0\x5c\xb6\x1c\x07\x0d\x4c\x17\xbd\xc8\x9a\x5b\xc1\xa5\x91\x4a\x09\xfc\xa5\xac\xd9\x1e\x2b\x10\xe9\xb6\xe4\x8f\xd0\x97\xd5\x80\x3b\x18\xad\x56\x5a\xc0\xb6\x83\x58\x43\x3c\x05\x3f\x76\x94\xfc\xb2\xe2\x5c\xcc\x46\x94\xa8\x6d\x02\xbf\x66\x26\x76\x75\xc0\x7e\xb5\x03\x4b\x11\x3e\x18\x27\xc4\x95\x5a\xf7\xb1\x7b\x33\xc4\xf9\x81\x29\xd0\x5c\x07\x8f\x87\x51\x33\x58\x78\x88\x82\x67\x05\xa4\x16\x6a\xe7\xad\x8a\x17\x05\x83\xda\x03\x05\xa1\x09\x64\x77\x7c\x8e\x9c\xa6\xf5\xf9\xc5\x26\xd6\xda\xc3\x00\x70\xd7\xf7\x6f\x2a\x40\xd6\x77\x5c\xe2\x1a\x4e\xae\x0d\xbd\x85\x0c\xdd\x8f\x5d\xe6\xf1\x98\x1d\x4b\x5e\x32\x2f\x30\x10\xfe\x25\xc7\x20\xf3\xd8\x1f\xa5\x92\xe8\x8e\xf3\xa6\x83\xc3\x59\x6c\x83\x23\x0e\x4f\xe0\x4b\x74\xa6\xd7\x67\xfd\x15\xb0\xb3\x60\xbf\x0f\xa4\xb8\xe2\x49\x5d\xe4\x22\x3f\x1f\xd1\x1b\xb6\x25\x48\x1c\x19\xb0\xf9\xa6\x96\xb0\x65\x03\xa8\x4a\xda\xf6\x80\x4a\x26\xdb\x40\x09\xc6\x17\x23\x13\xee\x11\x16\xc0\x13\x55\x9c\x69\x0c\x63\xdf\x50\xa0\xbb\xd6\x48\x7b\x6d\x31\xaa\x37\xeb\x4c\xb4\xe1\xda\xb3\x2d\xf2\x7e\xda\x3b\x81\x80\xce\x2e\xbe\x1f\x7a\xbb\xd6\x2f\x01\xee\xf9\x45\x91\x65\x49\x29\xc9\x66\x2a\xe6\x02\x5c\x60\xf9\xc5\x28\xc9\xe4\x0a\x48\xea\xca\x2f\x46\x72\xad\x6d\x7c\x63\x6d\x88\x81\xf1\x46\xc2\x18\x24\xd4\x58\xe2\x6e\x98\x3f\xda\x02\x8e\x5f\x8c\x2e\x17\x62\xb6\xf0\x8d\xdf\xfe\xc6\xd7\x2f\x8a\x94\xd7\x23\x0e\x2f\x25\x11\x19\xb2\x1d\x1d\x72\xc7\x83\x94\xf7\xc4\x33\x6d\xc3\xd9\xd2\x5e\x3d\x4b\x4a\x3e\xf1\x04\xd0\x80\x2e\x46\xf6\x88\xe3\xdc\xbf\x55\x47\x7d\x39\xf2\x16\xdd\x5c\x95\x5e\x17\xbb\x57\x3c\xa2\x5e\x8b\x0e\x69\xcb\x2b\xd2\xfe\xf3\x0d\x62\xbd\x49\x88\x4f\x12\xed\xc6\x56\xa2\x7d\x5b\xa7\xc0\xbc\xc3\x95\xbd\x49\xe8\xfc\x90\x74\x7a\xd5\x1a\x68\x15\x4d\x75\x2c\x3a\x10\xbf\x18\xb2\xdd\x87\xc3\x00\xab\xc8\xff\xd4\x12\x9b\xab\x7b\xf1\x24\x19\xfd\x96\xe5\xe3\x17\xa3\xba\x29\xca\x77\x55\x51\x26\xe7\x70\xa8\x3c\x25\x19\xbf\x18\x95\x48\xd6\x94\xb9\x7b\xbf\x23\x86\xd8\x86\xb6\xc1\x5f\x48\x6f\x16\x17\x8c\xeb\x7f\xda\x82\x05\xeb\xf5\xf3\xf7\x59\xaf\x45\xb1\x0c\x28\xc2\x56\xd3\xb0\xb9\xbf\x7b\xdf\xa3\x7f\x3c\x4f\x7f\x44\xf7\xe4\xfe\x0f\x35\xe1\x0e\x32\xeb\xb7\xf7\xbd\x2e\x93\x19\x9d\x5c\x79\xa3\x40\xf4\x59\x54\x8b\x01\x92\xa0\x8f\x13\xdf\x5e\x77\x9b\xf9\x71\x8c\xed\x6d\x87\x6f\x22\xd3\xd4\x79\xd4\xda\x8f\xd9\x16\xbc\xe6\x87\xf2\xff\x48\x4e\x53\xb1\x3c\x2e\x2b\x68\x6a\x0f\x58\x44\xc2\x98\x6d\xcd\x74\xc4\x78\xc0\x0f\x65\x07\x07\xe8\x34\xf3\x8d\xfc\x1f\xfb\x97\x70\x3d\xfe\xa9\xf8\xfe\x5c\x4f\x78\x52\x2c\x32\xb7\x5d\xb7\xfb\xf7\x59\x94\x4f\xb8\x05\x97\x70\xb3\xe9\x2c\x76\x1c\xb1\xb6\x03\x16\xea\xd2\xdf\x2b\x64\xc0\x86\x44\xb6\xfe\xc2\xd7\x46\xa9\x8e\x34\x45\xd4\x28\xe4\xbc\x49\x66\x2c\x10\x74\xe4\x47\x13\xd4\x1a\xab\xf5\xe3\x21\x53\x99\xa4\xfd\xdc\x92\x43\xeb\x29\x39\xbe\x15\x22\x53\xef\x1b\x50\x29\x9a\xcd\x22\x87\x84\x5c\xbc\x1c\x31\x60\x8a\xc8\x3e\xf6\xe2\x88\x93\x1f\x39\x79\x21\x01\xe8\xfa\x02\x91\xf8\x56\x25\xbe\x9f\x88\x39\x7b\xfe\xfa\xb5\x46\x8d\x9b\x17\x59\x56\x5c\x82\x84\x58\x71\x98\xde\x89\xaa\x68\x97\xbd\x71\x43\x87\xa3\xe5\xc0\x65\x82\x93\x1c\x08\x90\xa6\xd8\xf1\x82\xcb\x1c\x63\x48\x76\xca\xbd\x3d\x3c\x56\x0d\x62\x78\xea\xba\x58\x72\x8c\x1b\x01\xf9\xfa\xf5\x6a\xb6\x60\x49\x0d\x05\xc6\xab\x92\x25\x55\x55\x5c\xb2\xa6\x50\x55\x33\x86\xe1\x6d\xc6\x33\xc5\xc3\x98\x31\xda\xc6\x3f\xf2\x9e\x7a\x20\x29\x72\x96\x30\xb9\xe8\xfd\xa2\x62\xe2\xf0\x48\xe5\x51\x39\x75\x14\xf9\x33\x3e\x4b\x56\x35\x97\xb9\x3f\xc2\x3b\x00\x86\x75\x54\x42\x73\xd6\x30\x79\x67\xd6\x4a\x0f\xa2\xdc\xb0\x92\xb2\xcc\x04\x2e\x1f\xce\xf0\x59\x02\x3a\x93\x5a\x2c\x45\x96\x28\x84\xc8\x07\xb0\x0c\x28\x7a\xaf\x41\x4f\x82\x76\x27\x57\x0d\x94\xa9\x47\x72\x9e\xf0\xb5\x1f\xdc\x19\x75\x69\x76\xc6\x17\xc9\x85\x28\x2a\xd9\xa5\x37\xc9\xac\x8e\xee\xd5\x18\xa1\xbd\xcb\x8e\x45\xa2\xfc\x85\xaf\xdf\xc9\x31\x1f\xd8\x13\xf0\x3c\x2b\x72\x1b\x9e\xb0\x4d\x9c\x37\x2f\x44\xa1\x3c\xcf\xb6\xd0\x05\xd0\xa7\x1a\xad\x20\xdc\x69\xed\x8c\x64\x54\xfb\xa2\x7e\x93\xcc\xfa\xc0\xa9\x8a\xfa\xe0\xf0\xa8\x3f\x68\x53\x9c\x13\x34\x82\x4d\x37\x71\xfb\x35\x9c\x71\xa3\x1d\x3e\x2e\x40\x6b\xf5\xf8\xff\x20\x9d\x0b\xfb\x1e\x0a\x85\x7f\xd5\x9d\xf9\x6d\x22\xf1\x6d\x6e\xb4\x88\x11\xc3\xc6\xa7\x00\xfc\xe7\x6e\x15\xb4\xfc\x78\x9d\x10\x48\xad\x48\x25\xc3\x98\x12\x5e\xae\xe5\x8b\x85\xc8\x52\xef\x19\x6b\x08\x24\x7a\xb3\xc9\x44\xc8\x10\x8c\xc7\x10\x2c\x98\x00\xf4\xc8\xdd\x57\x37\x55\xf1\x85\xd7\x1a\xcd\xf7\x0c\xac\x8b\x66\x3c\xd3\x91\xb2\x25\xb9\xfb\xa7\x3c\x7c\xa2\x36\xbe\x98\x14\xe1\x1b\xc8\x68\x22\x0f\x0d\xbe\xb9\x9c\x15\xe9\x5a\x3f\xb0\xcc\xab\x62\x89\x86\x94\x1a\x8a\xb4\x59\xac\x6a\x1d\x22\x45\x43\xb7\x6a\x13\xb7\xd1\x16\xb2\x59\xbb\x58\xe4\xa6\x94\xc9\x39\xff\x50\x76\x24\xee\xbb\x12\xfa\xad\xc5\xf9\x9d\xcd\x32\xf5\xc6\xdd\x12\xdb\x2b\xbf\x3b\xf8\x6b\xdb\x6e\x16\xf0\x99\xdf\x6e\xb7\x6c\x2f\x73\xfa\x7a\xb2\x5b\x1c\xa0\xee\x9a\x9b\xe4\xec\x76\xd5\xda\xcc\x4a\xa6\x51\xcf\xb0\xbe\x61\x95\x93\x15\x84\x1a\x95\x14\xd1\x8e\x49\xa6\x74\x21\xe6\x92\xa0\x05\x87\xf8\x9c\x83\xd0\x20\x0a\x6b\x28\x65\x5e\x7e\xe5\xfe\x1e\xb6\x00\xa4\x0d\x95\xc2\x4f\xff\x07\xa2\xd8\xe0\x0a\x3c\x8b\xdb\x3a\x45\xad\xa5\xce\x79\xf3\x96\x5f\x35\x3f\xb8\xe9\xad\xb6\xc4\x6d\xc4\x6d\x77\x3b\x53\x11\xdb\x49\xf0\x7a\xf3\x3d\xa4\x84\xf0\xce\xdf\x2c\x7b\xb7\xdf\xf8\x77\x13\x70\xed\x3c\x44\x44\xac\xae\x07\xb8\xad\x8f\xd5\xdd\x95\x11\xc6\xae\xac\xd5\x5a\xa0\x53\x13\x11\x88\xe3\x50\x5f\x9b\x38\x8e\xbe\x15\xdf\xf9\x39\x66\x9b\xa0\x59\xb7\x89\x1e\x0c\x24\xdc\x64\x95\x7c\x25\x5d\x5d\x12\xb8\xca\xd1\x50\xb6\x0a\xe9\x6d\x22\x7a\x68\xb7\xa8\xfb\x04\x95\xf3\xf4\xb7\xb5\x5e\x1b\xe4\x84\xe5\x8d\x5a\xf1\x9a\x37\x1b\x56\xd4\xc4\x3c\xec\x78\x06\x8f\xb5\x62\x6c\x96\x22\x75\xeb\x5b\xe8\x8e\x8f\xdf\x77\x9e\x7e\xcf\x9c\xc2\xd9\x4c\x2d\xc1\xc3\x9c\x64\x67\xaf\x19\x5a\xa6\x4e\x31\xc6\xe6\x7f\x27\x66\x5f\x9e\xb8\x01\xfa\x87\xac\xa7\x9f\xa1\x7b\x4f\xd9\xd7\x4d\x59\xd8\x57\xd6\xc3\xc5\xed\x3d\x05\xf4\x1f\xfb\x86\x8d\x2a\xef\xc7\xc1\x18\x36\x6c\x26\xc6\xfa\xf8\xaa\x9e\xd4\xb7\x69\x7c\x30\xb2\x0a\x34\x6a\x7c\x4b\x5e\x65\xdc\x6d\x0a\x8d\xb4\x05\x17\x51\x82\xea\x6f\x4a\x06\x06\x24\x7b\xb3\x60\x00\x10\x22\xf9\x3e\xcd\xb2\xf3\x74\x28\x85\x9c\x45\x72\x21\xff\x2f\x95\xd2\x70\xc5\x4b\x0e\x58\xfa\xda\x9a\x01\x40\x3b\x8a\x0b\x1a\xfd\x71\x44\x25\xee\x05\xcf\x4a\x5e\x69\x43\x21\xc5\x38\x26\xca\x1a\x47\xd6\xd6\x80\x15\x6d\x8b\x7e\x46\x77\x6d\xc2\xd0\x42\x4f\x0b\xb3\x4e\xc0\x12\xe6\x58\xef\x49\x01\xee\xda\xee\xcb\xb6\xd8\x0b\xdf\x16\x7e\x87\x4c\x5a\x0b\x96\x2f\x84\x77\x58\x16\x17\x1c\xe7\x8a\xd4\xc4\x2e\x8b\xea\x0b\xe2\x9a\xb3\xa4\x61\x0f\x47\x7b\xa3\x3d\x7b\x4c\x1c\x6f\xe7\x98\xb9\x25\x39\x71\xb6\x17\x2d\xc8\xac\x29\x4d\x6e\x45\x3e\x31\xae\x1f\x77\x42\x91\xd6\x53\xa2\x70\x0a\x4d\xb8\x6f\x77\x09\x62\x40\xc7\x50\xe2\x07\x7a\x47\xa3\x1b\x4c\x07\x86\xf0\x6b\xd3\x01\x8d\x21\x6c\xbf\x6c\xc0\x10\x56\x13\x9c\x29\xc8\x3d\xeb\xf4\x08\x35\x10\x06\xb6\xc3\xd7\x27\xf3\xdc\x44\x89\x77\x24\x62\xf7\x39\x9a\xd6\x8e\x48\xc4\xda\x03\x8c\x4c\x68\xd4\x69\x32\xf0\x97\xa4\x4e\xa0\x6e\x6f\x9e\x8c\x61\x20\xc4\xaf\xd3\xa2\x8c\x6c\xd4\xd5\x1a\x08\x73\x1d\x32\x86\x83\xf1\x33\xa8\xc4\xc0\x9e\x4f\xb2\x85\xaa\xec\xa1\x0e\x22\x3b\xd4\x97\x3d\x52\x49\x2b\x9f\x36\xc5\xf9\x39\xba\xf7\xb3\x99\xbc\xd6\x62\x94\x22\x42\x7a\x5b\x34\x5f\x96\x92\x77\x71\x15\xd7\xd0\xd9\xc3\x5c\xf3\x91\x5e\x81\x88\xdf\xd2\x4e\xcb\x1d\x7c\xff\x7e\xb4\x2a\x83\x65\x20\x79\x11\xdd\x23\xad\xd7\xba\xf9\x9c\xdf\x1b\xde\x13\xcb\xb2\xa8\x64\x57\x0e\x30\x55\x41\xfb\x5a\xcc\x89\x1b\x14\xb8\x7b\xa3\xd1\x78\x34\x1a\x7f\x68\x44\x26\x1a\xc1\xeb\xde\xe3\xcf\xb9\x29\xfb\x9e\xcf\x9a\x24\x3f\xcf\x38\x98\x5b\xba\x25\xb4\x67\x87\xc8\xcf\x69\x19\xd9\x89\xdf\x8b\xbc\xf9\xc8\xc5\xf9\xa2\x41\x68\x80\x57\xe2\x7c\xf1\xa2\xc8\x9b\x2a\xa9\x95\xb1\x7f\x81\x5a\xcf\x73\xde\xfc\x91\x15\x67\x89\x8d\xc3\x8f\x05\xf2\xa2\x5a\x26\x99\xf8\x27\x6f\x2d\xfe\x71\x21\x1a\xae\xeb\x38\x82\x70\x2e\x4e\xcd\xf8\x09\x40\x7e\xdf\x88\xfc\x0d\x00\x9d\xeb\xec\xb4\xbe\xb7\xc5\xf3\xf4\x1f\xab\x1a\x0f\xfd\xf0\x73\xee\x8e\x51\x7e\x75\xc7\xd7\xac\x4b\x2e\x27\xd5\xde\xbe\xf2\xbc\x0c\xbd\x0f\x1a\xdd\x5d\xd5\x35\xd6\x89\x23\x59\xbc\x8e\x54\xe7\x90\x98\x2d\x96\x46\x97\x7b\x9f\x5c\x62\xcf\x55\x15\xac\xb5\xff\x9f\x73\xdc\x9b\xfe\x7c\x4b\xf6\x44\xce\x4b\x55\x14\xcd\x84\xf5\x96\xf5\xae\xee\xec\xae\x41\xd5\x47\xa7\x5e\x38\xe2\x5e\x16\xf8\x86\xc9\xfa\xd8\xba\x39\x30\x0d\x5c\x69\xbd\xa2\xf0\x0d\x93\xfd\xf8\xc6\x7e\x3f\xbc\x64\xaf\x50\x5b\x6e\x9d\x0d\x8c\x0f\x83\x4c\xf0\x15\xb3\x00\xe0\xb6\x97\x01\xbe\xb9\x03\x3b\x40\x04\x47\x27\x1b\xe0\x8a\x85\xd9\x22\xb9\xdc\x4c\x1a\xaf\xcb\xcd\xa7\x60\x0e\xdd\xac\xd6\x97\xd3\xcb\x5d\x98\x84\xb0\x03\x0a\xb0\xcb\x2d\x80\xc0\x43\x64\x45\x0e\xea\x77\x36\x7e\x5a\x6c\x79\x9c\x0c\xa4\xe0\x2b\x15\xbf\x39\x56\x66\x77\x57\x47\x77\x96\x05\x6e\xc8\xd6\xdb\x7f\x7f\xf8\x6e\xff\xf0\xe3\xdb\x3f\x5f\xbd\x3c\xf8\xe3\xd5\x31\x9b\xb2\x7f\x7b\xf4\x38\x48\x3c\x38\x7e\xf9\x86\xe4\xf8\x77\x52\xc1\x82\x1c\x5c\x3c\xb6\x6f\xc4\x95\xc8\xf5\x16\xfe\x74\xfa\xd3\x75\x8c\x56\xdc\x0c\x59\x3c\x01\x88\xc8\xa8\xe2\xc0\x77\xf6\x7b\x7f\x5d\xf2\x54\x24\x10\x63\xa4\x37\xb8\x39\x3d\x99\x68\xda\x3f\x1a\x8d\xba\xc8\x46\x1f\x7d\xcc\x6f\xbc\xe1\xd2\xde\xca\x35\x79\x9e\xa7\x10\xd9\x03\x18\x6d\xe8\xf8\xc4\x1e\x60\x3d\x86\x5a\x75\xad\x36\x8d\x7f\x8a\xf5\xdc\xf6\x8d\x41\xa4\xa8\x73\x60\x08\x5f\x14\x19\xac\x89\x2c\x91\x49\xf2\x6b\xbd\xf1\xcf\x8a\x0a\xa2\x5e\xb4\x66\x98\xf9\x49\x76\x63\x31\x03\xd3\x34\x1a\x8d\x5a\xd6\x60\xe3\x0c\xfc\x06\x1d\x38\x42\x09\xeb\xbb\x0c\xbb\x7b\x44\x37\xd1\x1e\xbd\x11\xb9\x58\xae\x96\xee\x85\x81\x8a\x41\xf7\x5b\x7f\x6f\x18\xbd\x43\x50\x2a\xe5\x57\x40\x85\xb1\x4e\x59\x16\x6e\x81\x89\x47\xc7\x9f\x44\x2e\x05\xff\xa6\xa8\x9f\x6a\xf6\xd6\x30\xc5\x0e\xe0\x56\xb3\xe0\x4b\x6d\x13\xa8\xcf\x95\xfd\x89\x90\xde\x8a\xf5\x30\x90\x00\x4a\x1c\xa0\xca\x05\x13\xbb\x4a\x73\x1d\x8a\xcd\xd6\x59\x91\x95\x17\xf9\x39\x89\xc1\xa2\x12\x81\x12\xbe\xf0\x2a\x57\xf4\xb3\xe5\xb3\x75\x74\xc4\x45\xf0\x38\x78\x65\x91\xc4\x97\xd6\x1b\xa1\x59\x54\xc5\x25\xc4\xc9\x85\x11\xf6\x7b\x90\x0c\x21\x63\x8d\xa4\x56\x54\x28\x3c\x88\x1c\x60\xb7\xac\xb1\x8b\x59\x00\xe3\xf4\x31\xea\x39\xaf\x7c\x6a\x9d\xec\xcd\x97\xab\x9b\x2f\xc2\x7f\xf4\x03\x86\x04\xd7\x00\x2b\xd4\xfc\x5d\x99\x64\xbc\x91\x62\x77\xcd\x97\x49\xde\x88\x19\xec\xc3\x7a\xc8\xf8\x7c\xce\x67\x4d\x3d\x64\xf3\x22\x6f\x34\xcf\xc7\x97\xda\x5f\x08\xcb\xcb\xbb\xf6\x95\x94\x7a\x81\x33\x43\x7f\x0d\xbd\xf1\xde\xf2\x55\x53\x25\xd9\x7e\x52\x7d\xd1\x34\xc2\x39\x29\xe6\xa4\xba\x2d\x8f\x96\x1a\xaf\x91\x5f\x61\xdd\x6a\x75\x6f\x6e\xdb\xf2\xbb\x4a\x2c\x93\x6a\x7d\xe7\xc6\x23\xad\x92\xa3\xaa\xae\x0d\xbf\x5a\xe7\x30\x7b\x95\x43\xac\xfe\x96\x9a\x1d\x00\x30\x59\x25\xa9\x5a\x81\x4f\xfb\xcb\xee\x40\x73\xa9\x7d\xdb\x41\x4b\x9b\x2a\xc9\x6b\xf4\xfb\xa1\xd4\xf4\xea\x48\xfc\x53\xe4\xe7\x13\xd6\xc3\xae\xef\x9e\x15\x57\x84\x98\xae\xaa\x1a\x4a\x97\x05\xf8\x5d\xda\x94\x54\xd4\x65\x96\xac\x27\xac\x37\xcf\x38\x29\x91\x64\xe2\xdc\x70\x18\x33\xee\x16\x2a\x93\x34\xc5\xc6\xf6\xd8\xaf\x25\x29\x75\x29\x69\xd3\x84\xf5\x1e\xee\xed\xfd\x5f\xf6\xeb\x52\xe4\xaf\x80\xfb\x9e\x44\x6f\x55\x93\x2f\x13\x39\xd7\x19\x1f\xed\x59\xcc\x3e\xf5\xc9\x7e\xd1\xce\xca\x13\xd6\xab\x78\x96\xc8\x4d\xe3\xdf\x2c\xb2\x13\xe5\x15\xab\x8b\x4c\x40\xe0\xd0\xd8\x9c\xc9\x7c\xef\x93\x54\xac\x6a\x5a\xf9\x65\x51\xa5\x92\xb1\x93\x53\x59\xf1\xe4\xcb\xae\xfc\x60\x8b\xc9\xcd\x3a\xcf\x8a\xcb\x8e\x2c\x0d\xbf\x6a\x9e\xcb\xf9\x9b\xb0\x5e\xc6\xe7\xd0\xa6\x4e\xeb\x8d\x96\xf5\x2e\xa2\x0c\xed\xca\x19\x37\x71\x9f\x7a\x13\xaa\x5c\x8b\x4f\xe4\x8d\x73\x97\x9c\x44\x77\x1e\x72\x5a\x77\xd9\x7b\x58\xd2\xdf\x81\xa3\xd1\x08\x48\x87\x0a\xce\x64\xfa\x32\x37\x32\xd5\x84\xca\x57\xa3\x9a\x2f\xc5\x59\x91\xa5\xfe\x45\x1e\x39\xa1\x4e\x83\x74\xaf\x4f\x58\x2f\x2f\x72\xba\xa6\xdb\x1e\x03\xb5\xf4\x6e\xe9\xc5\x6d\x37\x5f\x67\x46\x73\x96\xd4\x8b\xc0\x16\xc7\x62\x55\xf3\x0a\xa9\x5a\xd0\xb7\xd8\x5e\xc1\x94\x90\x05\xd9\x8a\x0d\x21\x53\xde\xfb\xa3\x4a\xd6\x94\x6d\x32\x2b\xba\x05\xf7\xe8\xee\xb8\xee\xbd\x67\xac\x53\x1b\xbe\xfc\xcd\x5d\x2a\x88\xc8\x1f\xa5\xcd\x36\x23\x98\xcb\x18\x6d\x94\xc5\xa3\xd4\xc3\x03\xb5\xbe\xa8\x8f\x4c\x9c\x6c\xad\x0a\x51\xef\x0e\x11\x94\x80\xeb\xee\x59\xec\xdd\x9f\x2c\xe4\x41\xee\x4d\xdc\x90\x00\x01\x36\xc6\x6d\x6e\x36\xfb\x2f\xd8\xae\x3b\xb6\xf7\x80\xfd\xb9\x61\x42\x54\xad\x6c\xd2\x35\xb3\xae\x83\xbf\xf3\x6b\x33\xa7\x4f\xb2\x9f\x0c\xe9\xbc\x8c\x3c\xf4\x26\x3b\x4f\xd7\x9b\x86\xe5\x9c\xc9\xee\xbe\xb3\x1b\xb7\xd5\x09\x7a\x24\xff\xb7\x2d\x8a\x9b\x93\x6d\xb3\x46\x6a\xd3\xfa\x25\x5b\x3b\x16\xac\xee\x8f\x58\xbf\x4f\xa7\xa3\x9f\xae\x5b\x14\x6c\x37\xec\xfe\x04\x74\x95\x93\x64\xde\xf0\xea\xd4\x27\x1a\x92\xfa\xd0\x7b\x50\xfe\x6b\x8a\xd2\xff\x84\x01\xb0\xfc\xaf\x95\x7f\x45\xbb\x43\xda\x8a\x6a\xb5\x50\xef\x28\x11\x7a\xbc\x81\xf5\x32\xa4\xc2\xbf\x01\x47\xa3\x51\xc0\xa3\x6d\x64\xba\xb6\x39\x85\xb7\xdd\x96\x7a\x28\x0e\xa1\xeb\x83\xc9\x83\x96\xa7\xb6\xdb\x05\x71\x36\x80\xc2\xc2\xde\x6d\x16\xe2\x03\xd2\x82\x9b\xe1\x7f\x59\xe7\x95\xf8\xc3\x2e\xb1\xdb\x6c\x96\xc8\x34\x81\x66\x48\xca\xa3\xbf\x11\x2e\x50\x63\x39\x87\x68\x3b\xd3\xe9\xd4\xd5\x3d\xab\x38\x70\xba\xa9\x67\xec\xf4\xa7\x6b\x25\x6a\x8d\x60\x73\xf0\xf4\x45\x51\xe5\xbc\x7a\x74\xc3\xda\x53\xf6\xd8\xde\xa9\xae\x62\xc2\x4e\xf7\xd8\x5e\x47\xe6\xd6\x94\x53\x67\x64\xaa\xf3\xdf\x75\x6c\x77\xed\x18\x19\xdb\x5d\xa7\x47\x8d\xcd\xbd\xd6\x51\x37\xfc\x29\xe0\x66\xe5\xf7\xa1\x55\x3c\x68\xca\xa8\x14\xc5\x41\xf6\x8c\x68\x2b\xac\xb6\xd8\xdc\x3d\xad\xcc\xb2\xd9\x61\xee\xb3\x00\x53\x5c\x71\xc0\x2a\x3b\x38\x65\x5b\x89\xab\x74\x8f\xc7\x85\x50\xa0\xe4\xb8\xc0\xa4\x44\xa7\x60\xc4\x58\xb1\x6a\x24\x9b\xeb\xd2\xe9\x0e\xe6\xb4\xed\xfc\x32\xf6\x49\x73\x50\x6c\xd4\x63\x3f\x87\x53\x05\xe7\xeb\x64\xe2\x07\x5c\x72\x8c\x56\x6e\xa3\x75\xf0\xee\xf2\x6b\x77\x6e\xd4\x53\xdb\x33\xad\x06\x19\xe5\x58\xfc\x88\xcf\x8a\x3c\x4d\xaa\x35\x9b\xf8\x49\x4a\xab\xe0\x5d\xbc\xac\x4d\x45\xe8\xe4\x3a\x19\xfa\x53\x81\xe6\xf5\xff\x4d\x53\x41\xd7\xa8\x9d\xb4\x86\x0a\xd5\x1e\xbb\x91\xff\x0b\x86\x16\x1d\x1c\x32\x0d\xbd\x70\x1c\x01\x72\x9b\x52\x31\x80\xdd\x4d\x1d\xd9\x52\xf8\x4f\x61\x58\x4e\xd8\xe7\x7b\xbd\xde\xe7\x7b\x41\x3a\xd9\xc9\xc9\x59\x5d\x64\xab\x26\x52\xc9\x26\xb5\x87\xfe\x07\x6c\x4c\x6f\xaf\x8c\x24\x21\xd7\x13\x4f\x8b\x0b\xe1\xfa\x9f\x96\x2a\x5b\x92\x01\xa7\x9f\xb3\x45\xd3\x94\xf5\x64\x3c\x3e\x17\xcd\x62\x75\x36\x9a\x15\xcb\xf1\x52\xcc\xaa\xa2\x2e\xe6\xcd\x78\x9e\xad\x78\xde\xac\xc4\xb8\x5c\x65\xd9\xf8\xff\x7e\xf8\xeb\x23\x30\x8f\xd7\x47\x1d\x97\x8c\xa5\xa2\x9e\x85\x23\xc7\xeb\xcf\xee\xa2\x67\xec\xf4\x91\x51\x78\xfc\x74\xad\xb7\x3b\x28\xfb\xd4\x66\xbf\x39\x65\xad\xeb\xe1\x6a\x43\x7a\x8f\x70\x3e\xfc\x5c\x6d\xe4\x00\xff\x6d\x75\xad\xeb\x7f\xe1\x76\x0c\xfa\xe4\xb3\xc5\xb1\x2f\xe1\xf6\x25\xfd\x31\x82\xc5\xff\x08\x2a\x15\x5b\x92\x3b\xd3\x9f\xdb\x10\x63\xf3\x02\x79\x32\xb9\xf5\xd8\xa8\xf6\xf5\x56\x64\x8f\x36\xfa\x8d\xf3\xdb\xda\x87\x1f\x41\xfd\x6e\xb1\x7d\xbe\xe3\xbc\xde\xfa\x6e\x75\x5e\x42\x4f\x26\x3f\x68\x82\xb7\xba\xdb\xfe\x75\x5d\xd9\x7c\x98\x7f\x64\x5f\x6e\xbd\x46\xfa\x55\xfa\x64\x12\xbc\x38\xdc\x61\x68\xdb\xd5\x16\x8a\x3f\xfa\xe5\x4d\x0e\xba\x27\xea\xdd\xa2\xe4\xb9\xa3\xff\x37\x53\x22\x53\xf5\x6f\x9b\x43\xbf\xcd\xe9\x1c\xfa\x77\x34\x87\xed\xc8\x8e\x7e\x0e\x94\xe5\x9c\x1b\xa0\xfd\x12\xe9\x4d\xce\xf8\xbc\xa8\x78\x2f\x72\x67\x18\x86\xe1\xb4\xf7\xa0\x77\x1a\xe1\x27\x36\x3f\xd5\xd0\x7f\x5b\xf1\x17\xc0\x37\xec\xfe\x25\xf8\xae\xb4\x1d\xbb\x0f\xf7\x3a\x6f\xa3\x5b\xdc\x88\xdd\x17\x6b\x4f\x71\x5f\x2d\x57\xa9\xe9\xce\x2f\x43\xc9\x76\x2c\x8b\x0b\xed\x9c\xf4\x80\xfd\xc2\x4a\x71\xc5\x01\xba\x0e\x63\x05\x61\x60\x3a\x7e\x21\x92\x86\xab\x8d\xc4\x66\x99\x28\x4b\x88\x5e\x97\xb3\x57\x2f\x00\x74\x74\xf4\xed\x97\xf1\x4d\x64\x5b\x6a\x0a\xab\x0c\x70\xda\x65\x2d\xc8\xd0\x21\x68\x91\x89\x88\xa8\x6b\x9c\x4d\x00\x81\x11\xac\xda\x26\x10\xb0\x3e\x22\x9b\xf7\x30\x48\x50\x8f\x28\x3d\xe0\xa9\x7a\x5b\x0a\x66\xd8\x9a\x2f\x98\xb9\xec\x95\x91\x57\xe2\x6a\x88\x09\x8b\x4b\xc4\xa4\xbe\xf6\x07\x3d\xfa\xa4\x77\x96\x15\xb3\x2f\x34\x29\x78\x09\xf1\xde\x36\x5a\x9e\x41\x94\xf5\xcb\x2e\xa3\x5d\x30\xaf\x1d\xa7\x7b\xec\xd1\xaf\xe5\x15\x83\x47\x8f\xd3\x5b\x48\xa3\xea\x25\x6d\xc2\x7a\x08\xaa\x4f\x13\x2f\x17\xa2\xe1\x10\xe2\x1f\x58\xd6\xcb\x2a\x29\x69\x72\xc3\xaf\x9a\x43\x5b\x9e\x67\x99\x28\x6b\x51\x87\x4f\x65\x6d\xc6\x04\x92\x2a\x85\x0a\x84\xf0\x0e\x19\x5a\xde\x21\xb6\xd0\xa4\x46\x49\x66\xa8\x5e\x5b\x5b\x47\x74\xb4\xa4\x49\xfa\x30\xa0\xe8\x27\x51\x02\x7d\x8b\x4d\xaf\x8b\x75\xec\xfb\x88\x2c\x70\x0b\x9d\x5f\x97\xd6\xaf\x43\x6f\xb0\x1d\x41\x8c\xbc\xe1\xc6\xd5\x80\x9b\xd4\x84\xb1\xa7\x43\xf4\x93\xf7\xf3\xdd\xe6\x55\x2c\x4e\xdb\x42\x2a\x17\xda\x11\xb6\x13\x3c\x3f\x6f\x8c\xd2\x7d\xfb\xf1\x95\xf7\x03\xd6\xc2\x96\x22\x5f\x69\xa7\xd7\xca\x09\x72\xac\x4e\xf6\xb1\xbc\xfd\x1e\xc6\xcf\x73\xec\xce\x54\xd7\xd0\xaf\xf4\x98\xba\xef\x07\x76\xa6\x76\x5a\xb6\x75\x3b\x5d\x6b\x9d\xdb\xad\x26\xd5\xce\xa6\xde\x30\x6d\xaa\x22\xb4\x94\x39\x12\xff\xe4\x13\xa5\xcd\xab\x97\x49\x96\x8d\xf4\xd7\x61\x5c\xc1\x41\xc6\xd6\x36\xb4\xdb\x9c\xad\x5b\x9f\x9f\xc8\x39\xd8\xbc\xa5\xb7\xdc\xc6\xc0\x45\xbd\xe1\x75\x9d\x9c\xf3\x49\x2b\x3d\xb4\xbc\x96\x6c\x18\x84\xdc\x11\x99\xc0\xa1\xb3\xad\xfe\x62\x1a\x31\xf6\xb0\x5d\xab\x08\x59\xa2\x77\x7f\x71\x75\xb4\x48\x52\x79\x09\xe8\x3b\x93\x67\xfc\x02\x3c\x53\x7e\x6d\xbd\x7f\x5b\x74\xe4\x5b\xe9\x3d\x47\xcb\x7a\x57\x05\xde\xd8\x5d\x26\x22\xef\xc1\xec\x6f\x55\xff\x86\xe9\x6e\xb5\x62\x3b\xf1\x74\xd4\x60\x96\x63\x48\x8a\x27\x02\x6b\x89\x4d\x32\x8b\x44\xe1\xeb\x48\xbb\x9e\x05\x71\x78\x3b\x39\x19\x86\xe8\x80\xe4\xf0\x14\xf6\xa2\x73\xcd\x8c\x3f\x45\x5f\x96\xbc\x47\xae\x41\xac\xac\x7d\xb2\x8b\x7d\x8d\x14\xb0\xaf\x5b\xb1\xaf\x1d\x2d\x90\xf0\x8f\x13\xf6\x29\xda\x5a\xbc\x4a\x16\x79\x02\x77\x1f\xbd\xa3\xb3\x82\xe1\x2f\x5b\xe7\x86\x4e\xae\x22\x25\x7e\x2d\xc6\x3a\xbb\x7d\xa5\x54\x16\x59\x9d\xbe\x25\x1e\x0e\x37\x72\x09\x67\x45\xba\xd6\x31\xb6\xdb\x5a\x35\xdd\xdf\xa6\xed\x8d\x43\xa1\xd6\xe3\x9b\x5f\x5a\x6c\xee\xd8\xe1\xff\xa1\x0c\x24\x98\xad\x29\xd1\x80\x8a\x79\xcb\xe4\xea\x63\x8b\x5e\x78\x83\xe5\xd8\x56\xb6\x63\xb2\x81\xea\x5c\xe4\xc8\xfb\xb4\x5f\x7f\x31\xe3\xfa\x88\x09\x58\x6b\xee\xd8\xa6\xa4\xe5\xba\xd6\x32\x74\x4e\x23\x54\x52\x3d\xb6\x5d\xab\x47\x3a\x5a\x8d\xc8\x25\x31\xda\xd5\x14\x84\x10\x3e\x2f\xd8\x97\x43\x74\x55\x3d\x94\x0a\x1b\xd1\xa3\xcd\xde\x40\x77\x82\x16\x02\x8b\xc6\x23\x9e\xcd\xa5\x44\xd7\x54\xbc\x99\x2d\x5c\x1e\xb0\xd5\x7c\x8b\x75\xbc\x05\xd0\x56\x41\x22\x98\x6c\xab\xec\xd8\xca\x56\x83\xfd\xac\xc6\xa2\x34\x23\x81\xd5\x06\xb3\xcf\x7a\x87\xf3\x79\xcd\x5b\x1e\x33\x36\x4b\xe6\xf4\x2f\xe5\x80\x12\x2c\xc2\x27\xd7\xf6\xfa\xc4\xd9\xb5\x72\xcf\x6e\x39\xf4\xf1\x98\x1d\xe4\x08\xab\x51\xcc\x19\xbf\x6a\xaa\x84\x01\x93\xc0\x6a\x30\x71\x67\xb5\xf8\x27\x8d\xd4\x0a\xd3\x15\x35\x95\x8f\x4d\xc7\x78\x8c\x03\x80\x63\xca\xae\x6a\x3f\x5d\x2d\xe5\xa3\xff\x78\x74\x87\x49\x32\x8a\xa8\x83\x3c\xc7\xdb\x97\x6e\x9b\x3d\xf6\x48\x4e\x7e\xab\x11\xc2\xcd\x63\x34\xff\xb7\xfe\x70\x0f\x58\x52\xa3\xbb\xba\x72\x94\x02\xc0\x19\xc7\xe9\x0d\xfc\x21\xd3\xad\xfc\xe3\x0c\x10\xbc\x9c\xda\x88\xbb\xd7\x59\x52\x73\xa7\x80\x35\x55\x8f\xe4\x46\x47\xcc\x0e\x67\xb3\xa8\x07\x41\xdc\xad\xa0\xd3\xf9\xcc\x73\x60\xd8\x37\x6f\xf1\xca\x8f\x5f\x59\xd1\x1b\xa2\xf3\xc4\xed\xc1\x53\x36\x55\x93\x04\x81\x81\xbd\xee\x39\x9f\xbc\x18\xc1\x5e\x27\x3f\xe7\x4f\xfb\x74\x0a\x87\x76\x7e\x86\xd6\xf0\x7f\xa8\x5c\x44\x66\x45\x29\xef\x16\xea\x59\x06\x88\x09\x66\x7c\x8a\xf2\xa9\x88\xda\x36\xe3\x63\xd7\x21\xf2\x9c\x37\x28\x92\x92\x39\x4a\x8b\xe5\xd8\x7c\x8f\x4c\x91\xa8\x21\x70\x05\xc2\x27\x18\x73\x48\xc7\x61\xe3\x12\x1c\x91\x4c\x25\x06\xbf\x00\xbc\x1d\x2e\x45\xfe\x6c\x94\x27\x17\xe2\x3c\x69\x8a\xea\xd9\x68\x55\xf3\xea\xf9\x39\xc5\x9a\x51\x16\x17\x16\xe2\xec\xc6\xb1\xc4\xb8\x14\xb9\x2d\x6f\x8b\x9b\x38\xe6\xbd\xea\x62\xf2\xf0\xe1\x68\xaf\x87\x61\xcc\xef\xb2\xef\x51\x7b\xec\x6e\x7b\xf8\xe6\xe4\x3a\x98\x05\x0e\x8a\xf2\x93\xef\x02\xfa\xbc\x5e\xe7\x33\x58\x73\xeb\xb2\xac\xf7\x15\x7c\x86\x88\x37\x3c\x45\x5d\x11\x7c\x39\xe7\xcd\x41\xaa\xff\x7a\x0b\xea\x2b\xbb\x73\xcc\xbc\xc2\x2f\x91\x8b\x46\x80\x82\xd2\xec\xd1\xf7\x7c\xae\x92\x54\x58\x56\x5e\xc9\xe3\x8a\xdf\x6a\x10\xc8\x8a\x4c\x33\xaa\xb8\x9c\xf0\x27\x18\x04\x57\x3c\xf1\x8a\x5c\x26\x55\x6e\xfe\xb0\xa5\x3f\x48\x99\xcc\x7c\x7f\xb3\x6a\x56\x49\x96\xad\x5f\x5e\xcd\xb2\x55\x2d\x2e\x42\x07\xd2\x2e\xdf\xcd\x77\x88\xfc\xc6\x53\xd8\xf1\x47\xbc\x69\x77\xde\xf4\x4a\x76\x7a\x9e\x6f\x58\xc1\xa8\xc7\xa9\x76\x6a\xbf\x85\xe7\xa9\x64\x12\x7f\x17\x3c\x4b\x87\xe4\x6f\xdd\x1d\xf3\xc1\xe9\xa4\xfb\x95\x92\x28\x93\x42\x69\x94\xf1\xae\x72\x9c\x55\xc3\xed\xf4\x64\xbb\xe6\x9e\xaa\x13\x39\x7e\xf0\x80\xfd\x15\x34\x0a\x79\x92\x81\x27\xb8\x3a\xe9\xf0\x6d\x9e\xcc\xb8\x53\x34\x69\x14\xe2\x92\x2c\x77\xbc\xe0\x4c\x41\x28\x65\x6b\xcd\x69\xf1\x94\x5d\x24\x19\xfa\xae\xaf\x64\xaf\xd5\x5e\x19\x29\x37\x73\xfa\xed\xef\x32\xe3\x84\xd5\x0d\x04\xe0\xfa\x1a\x40\x03\xc8\x46\x0e\x94\x2b\xbc\x8d\x9f\x81\xc5\xd9\x22\x51\xc0\x92\xba\x66\xe3\x2e\xfe\xcc\x10\xa5\xc0\xbb\x7e\x7f\x9d\x27\x4b\x31\x43\xa5\x02\x5b\xa2\x56\x41\x51\x15\x44\xd5\x3c\x2d\xf2\x3f\x78\xf3\x92\x28\x1d\x4e\xb5\x7b\xfd\x87\x9a\xb3\x53\x74\x4d\xa7\x4a\x89\x53\xd6\x14\x72\x61\x10\xdd\x72\x26\x0f\x81\x9e\x16\xb7\x1d\x8a\xcb\xe1\x6a\x35\xcc\x0c\x10\x74\x88\xa0\xef\x1f\x17\x1c\xc0\x3e\x01\x03\x63\x2e\xd7\x03\xe6\xe0\x54\x6e\x92\x69\xaf\x4c\xea\x1a\x98\xf9\x53\x00\x8b\x3b\x9d\x25\xf9\x7b\x7e\xc1\x93\xec\x9d\x4a\x98\xca\x69\x3c\x1d\x2a\x28\x39\xce\x74\x01\x26\x74\xbc\x34\xbb\x96\x67\x5c\x76\xa7\x82\xf2\x1a\xb2\x4e\x4f\x32\xd6\x2a\xf2\x73\x5d\xb1\x33\xdd\x37\xb7\xdf\x54\x79\x52\xd6\x8b\xa2\x31\xfb\x4a\xf5\xe6\x60\xce\x6a\x0e\x90\x6d\x1c\xc8\x92\x1a\xb2\xa8\xd9\x6c\x91\xe4\xe7\xb2\x83\x67\xbc\xb9\x44\x86\x0d\xa2\xd6\xc1\xd0\xd0\x7c\x5c\x72\xa4\x43\x56\x17\xec\x92\xf7\xb2\x8c\xe5\x9c\x2b\xc4\x15\x05\x0f\x04\x91\x8e\x32\xc4\xf2\x1b\xa3\xda\x8f\xc1\x2b\x17\x6e\x31\x08\x7b\xcd\x66\xc5\xb2\xcc\x78\xc3\x1d\x10\x51\x53\xec\xd9\x84\x7d\x32\xb1\x2d\xf2\x55\x96\x0d\x99\xf3\xf3\x44\xcf\x86\x62\x2b\x5e\xfe\xfe\xfc\xc3\xeb\xe3\x3f\x8f\x8e\x9f\x1f\xbf\xfc\xf3\xef\xcf\x5f\x7f\x78\x29\xaf\xe5\x9e\x71\xf9\x7d\x71\xf8\xe6\xdd\xe1\xdb\x97\x6f\x8f\xff\x7c\xfb\xfc\x0d\xa4\x99\x29\xa2\x14\xe0\xfd\xcb\xbf\xbf\x7c\xfe\xfa\xcf\x83\x17\x87\x6f\x4d\xc6\xf7\x3c\x7d\xb9\xe6\xb6\xaa\x57\x07\xfb\x2f\xdd\x1c\xaf\x44\xca\xdd\x8b\x5c\x12\x0e\x66\x5a\x90\xfc\x06\x6c\xcb\xab\x86\xe7\xa9\xba\x1b\x47\x84\xe5\xe9\x22\x6a\x80\xb8\x13\x2e\x28\xe0\x5d\x08\x39\x85\x4b\x88\x64\x65\x73\xe0\x52\x97\xab\xb3\x4c\xcc\x00\xa2\x42\xcc\x98\x41\xb8\x42\xd8\x14\xb7\x3d\xeb\x1a\x57\xf1\x5a\xfc\x33\x39\xcb\x38\x62\x07\x69\x09\x93\xcf\x79\x55\x01\x41\x11\x29\xa8\xdf\x8e\xc5\x92\x4f\xd8\xa3\x3d\x2d\xa3\x5d\x60\x0a\x3f\xcc\x5f\x17\x49\x4a\x0a\xd3\xc8\xbf\xbf\x27\x59\x76\x96\xcc\xbe\xb0\x83\x7d\x49\xbe\x72\x05\xdd\x58\x56\xc5\x85\x48\x11\x6d\x1d\xd1\x93\xd8\xf3\x19\x00\x88\x97\x70\x4d\x2a\x82\x77\x21\x12\x4d\x1e\x44\x7a\x3a\xf2\x61\x35\xe6\xaa\xf2\x83\x54\x9f\xf7\xc7\x4e\x7a\xca\xeb\x59\x25\x40\xe5\xd0\x96\x45\x41\x99\xc4\x13\xcb\x8a\xcf\xc5\x55\x5b\x6a\xbd\x9a\x77\xa4\xa6\xc8\x7e\xa8\xe9\xe3\x13\xd6\xbf\x68\x23\xcd\x26\x3a\xa6\xdf\xb5\xba\xb1\xb3\xaf\xa3\xbe\xf8\x79\x1a\x6e\x72\xf1\x2e\xe2\x4f\x0a\x2d\x92\xfa\x63\x22\x89\xf3\xdb\x55\x96\xa9\x32\x11\xe4\x22\xb7\x50\x63\x21\x00\xd9\x54\x6d\xe6\x59\xc5\x93\x86\xbf\xe7\x73\x80\xe3\x3a\x56\x8c\x8e\x85\xe2\x91\x5f\x0f\x24\xbb\xa4\x61\xba\x14\x44\x9c\xa9\xd4\xde\xb5\x93\x08\xbb\xe2\xdf\xbb\xf5\x53\xb7\x74\x22\x59\xc0\x09\x72\x82\x8f\xf5\x86\xa3\x18\xd1\xb8\x89\x80\x07\x48\x34\x05\x2a\x2a\xe4\xe0\x98\x0a\x03\xda\x14\x80\x01\x85\xd0\x4f\x14\x2c\x17\xc1\xeb\x59\x73\x29\x66\xdc\xdf\x78\x88\x86\x2a\xeb\xdb\x74\xdf\xaa\x13\x09\x44\xa4\x5a\x81\xe3\x77\x19\x3d\x8f\x86\x4f\xaf\x57\x25\x57\x99\x08\x42\x59\x94\x1f\x05\x98\x21\x17\xdb\x18\xe6\x84\x4d\xc1\xd3\x19\x26\xc6\xe4\x51\x15\xcd\x01\x47\x49\x0e\x72\xc4\xf3\x8b\xd1\xdb\xc3\xfd\x97\x7f\xbe\x7c\xfb\x77\x08\x4a\xd0\x2b\xab\x22\x5d\x01\x29\xee\x11\x48\xa7\x28\x27\xda\x77\x89\xeb\x10\x8f\xf1\x90\x4a\xef\xee\x85\xdc\x0b\xb8\x00\xa2\x0c\x6b\x01\xa6\xb3\x07\x1c\x25\x9f\x83\xd4\x6b\xd6\x1d\xbc\x73\xde\x5b\x4a\xb0\x9f\x59\x6f\xdf\xe6\xeb\xf9\xd0\xd0\x40\x0e\x3a\xca\x22\xbb\xeb\x96\xd2\x74\xa2\xa3\xd8\x3b\xc8\xe2\x95\xd3\x14\xa4\xa3\xdc\x11\x64\xe9\xd9\x05\xc4\x92\x11\xa1\x81\xe0\xd9\x29\x8c\x31\x24\xff\xb0\x43\xd9\x34\x7a\x5b\x52\xc7\x79\xbd\x3b\x24\xef\x53\xcc\xbd\xd2\x72\x73\x20\xfd\xe9\xb9\xc1\xda\x14\x6c\x79\xde\x6b\x58\xa2\x70\xd4\x4b\x0d\xb6\x86\x1b\xe2\x6c\xd5\xb0\x45\x52\x96\x3c\x87\xe8\x10\x97\x89\x8d\x08\xee\xf5\xf0\x08\x0e\x51\x9f\x7e\x75\x80\xe2\x18\x81\x43\xb2\xd7\x57\x94\xff\xd5\x68\x47\x76\x8e\xd8\x33\xe2\xe9\x3f\x71\x9a\x26\x96\x05\x8a\xdd\xf5\x43\x25\x79\x3b\xd9\x40\x40\x78\xab\xe2\xd1\x7c\x83\x1a\x06\x87\x72\x94\xf2\xb3\x62\x95\xcf\x34\x8a\xae\xbe\x3e\x9d\x98\x27\xf1\x5b\x37\x84\x2f\xb7\xe9\x6c\xca\xf6\xe2\xc0\xfb\x7f\xe8\xb8\x93\x9a\x73\x46\x72\xa8\x70\xf6\x2d\xff\xe7\x60\xdb\x21\xb9\x92\xac\x37\xe4\xee\x0f\x62\xb4\xcd\x53\x29\xfc\x79\xce\x71\x22\x09\x58\xe2\x90\xac\x95\x0b\x88\xae\x09\xa2\x22\x63\xfb\x22\x7d\x53\xac\x30\x44\x23\x0d\xaa\xaa\x66\x0e\x5e\x37\xe1\x0e\xc1\x57\xf0\x7e\x6b\x68\x36\x97\x1d\xf1\x61\x32\xcd\x74\x63\x91\x8b\x60\x73\xb5\x74\xef\xa3\xc8\xb2\x0f\xf9\x12\x7b\xe8\xf5\x0d\x57\x55\xd4\x65\x51\xf3\x7e\x6c\x90\xe7\xbc\xd1\x9c\xdb\x6f\xa0\xed\xfd\x00\x41\x0c\xfb\x65\xc5\x2f\xe2\x5c\x19\x60\xfd\x5f\x68\x10\x13\x97\x21\x1c\x4c\x62\x2c\xbe\x02\xbc\xeb\xf4\x96\x05\xf6\xe1\x93\xc2\x61\x54\x1f\x8e\x9a\xa4\xd2\xe8\xcd\xe6\xe3\xcb\x3c\x3d\x21\x7b\xbb\x6b\xd1\xd4\x50\x30\x73\xc7\x80\x6c\x86\xf8\xa8\xf4\x13\x84\x1a\x4f\x6c\x8c\x90\x25\x1a\x73\x57\xe1\x9a\x84\xa8\x67\x1a\x46\xc3\x8c\x8c\x4d\xa5\x68\x81\x12\x45\x96\x9d\x00\xe5\xab\xcd\x1c\x7e\x65\xd7\x37\x4e\xc9\x4f\x35\x4e\x0f\xcf\xd3\x13\x36\xb5\xd5\xb8\x90\xa1\x3b\x66\xdc\x18\xf4\x08\x00\x1a\xe5\x45\x2a\x53\xdc\xaf\xf7\xef\xdb\x39\x18\x19\x3a\xe3\xd3\x52\x47\x2c\x93\x92\xa8\xdc\xfd\x8a\x73\x49\xb7\x93\xcd\x5c\xc1\x0c\xc5\x79\xd2\x86\x2c\xe3\x8b\x69\x23\xe7\xa4\xf8\xe8\xcc\x80\x21\x2c\x67\x03\x46\x06\x9b\xed\xfe\x7d\x39\x31\xce\x6f\xcc\xf1\x74\xca\xf6\x74\xaa\xfc\xbb\x23\x1a\xbb\x28\xf2\xf7\x72\x58\x7d\x3b\xd3\xb1\x10\xaf\x94\x6b\xd1\x73\x8d\x74\x0c\x02\xe6\xdb\xdf\xee\x54\x1e\xaa\xc0\x22\x92\xd2\x29\xdd\x89\x12\x34\xf4\x6c\x0e\xd5\x04\x21\xce\xe7\x4c\x4a\xed\x8a\x32\x4a\xfa\xaa\x0a\xd5\x72\xba\xcf\xd6\x2c\x21\x55\x63\xf9\x31\x61\x22\x59\x3f\x2d\xe4\x05\x98\x16\xa8\x48\xf0\xdb\xc5\x0b\xcb\xb4\x5b\x8b\x7c\xc6\x59\xd2\xb0\x8c\xcb\x96\x44\xce\x24\x0f\x4f\x17\x49\x96\xc6\x42\x2a\xea\xe9\x32\x59\xab\x3b\x94\xe1\xb3\x11\x66\x01\x13\x17\x1d\x6a\x26\x87\xf8\xc4\x95\xe0\xf5\xc0\xa5\x7c\x1e\xb3\x1a\x0b\x63\xee\x02\x5f\xca\x99\xd6\x59\x2d\x6d\x37\xf3\x4f\x68\x94\x1b\xb3\xe1\x42\x95\xb1\x14\xf6\xb1\xbb\x7c\x7f\x37\x0b\x17\x59\x32\x44\xa8\x66\xf6\x2a\x1f\xd3\x7b\x1d\x98\x50\x91\x9f\xd7\xb8\x83\x9b\xa4\xb1\xdb\xba\x9d\x25\x32\x7d\x1e\xb8\x81\x07\x5e\x64\x3c\xa9\x3c\x8d\x95\x94\x4e\x39\x4f\xad\x07\xb8\x3c\x91\x87\xfb\x87\x13\x29\xaf\x36\x10\x1a\x25\xc9\xd7\xec\x32\x59\xcb\xd3\xa5\xd7\xfa\x52\x34\x8b\x62\xd5\xb0\x24\x57\xcf\x5e\x18\x94\xe0\x19\x3d\x3d\x04\x6e\x9b\x32\x12\x80\xad\x88\x3b\x98\x7e\x8e\x9f\x19\x85\xc6\xed\x33\x22\x14\x90\xfb\xc6\x8d\xad\x00\x37\xa7\xb6\x0d\x33\x83\x03\x64\x23\x00\xab\x94\x12\x02\x2c\x83\x3b\x8d\x5d\x37\x2e\x99\x93\xff\xf5\x97\x5f\xff\xe3\x2f\x2c\x49\x65\x95\x08\xb4\xdb\x14\xac\xa9\xc4\xf9\x39\x0a\xef\x9a\x3b\x11\xb9\x7b\x97\xbe\xe7\x33\xae\xf5\xee\xb0\x94\x18\x6d\x07\x00\xd2\xea\x20\x90\x43\xcd\xf9\xb2\x66\x09\x3b\x13\x0d\x2b\xd2\x14\x0a\x2c\x92\x0a\xe8\x9b\xc8\x1b\x7e\x5e\x41\x1c\x60\x0c\x60\xcc\x61\x48\x49\x59\x56\x45\x32\x5b\xd0\xba\xfa\x70\xd9\x81\x0d\x35\x2c\x5b\xfe\x45\x12\x4a\x05\xe1\x09\xd3\x24\xcf\xb2\x3a\xb3\xba\xe7\x38\x2a\x75\xac\xca\x04\x5b\x42\x1b\x1d\x3b\xa4\xd1\x68\xf4\x6c\x40\xd7\x5a\x41\x7d\x6a\x16\xf0\x79\x96\xe1\xd1\xab\x95\x44\x17\xae\xae\xcf\x35\xf6\x1d\xde\xc4\x0b\x77\xed\x5c\xc7\xb8\xd5\xfa\x1e\x02\xae\x0b\x27\xaa\x6b\x41\x7b\xa6\x8c\xd7\xd6\x28\xca\xc7\xf3\x0a\x40\xbc\xa4\xd8\x09\x13\x62\x7f\xcf\x8a\x9c\x5e\xeb\xea\x35\xc4\xb7\x6f\x52\xef\xf5\xae\x35\x00\xdc\x51\xfa\x8b\x87\x0f\xc6\x80\x24\x55\x19\xbc\xc6\xe9\x4f\x28\x55\x91\x22\x4a\x4d\x65\xbe\xa0\xf8\x34\xb4\xfb\x97\x93\x1e\xe0\x5b\xa7\xf9\x99\xac\x1a\x65\x2a\x87\xbb\x9a\x98\x68\x79\x4a\x5d\xd2\x20\xfd\xfc\xbc\x12\xc9\x6b\x67\x54\x52\x50\x32\x3f\x34\x58\x31\xca\x79\x86\xf3\x77\x3f\x07\xb9\x51\xba\x0b\x72\x1f\xb9\x03\xf3\x81\x90\xdd\xcc\x6e\xa7\xf4\x57\x22\xe2\x06\x25\x48\x9a\x66\xf6\xba\x78\x28\xc3\xad\x0c\x63\xaa\xea\x2e\x98\x5a\x87\xda\xe9\x5e\xd0\x8f\x5e\x24\xbe\x03\xdc\x6e\x32\x2b\x0a\xa1\x42\x7f\x90\xf2\xa7\x52\x51\xf5\xd8\x33\xf3\x7d\xc2\x76\x76\xbc\xfa\x68\x8d\x8b\x44\xf5\x17\xf1\x99\x98\x64\xcc\x82\xf5\x86\x80\x08\xeb\x52\x09\xb9\x46\xe7\x2f\x3f\xff\x79\x56\x15\x97\x35\xaf\xde\x72\x9e\x3a\x35\x11\x9a\xa8\x9c\xf4\xe9\x0b\x52\x80\xfe\x8c\xf2\x3d\x81\x80\xc3\xcd\xb9\x33\xa4\x42\x0a\x5f\x82\xdc\xca\x97\x7c\xe7\x36\x47\x74\xae\x25\x56\xbb\x4c\xad\x87\x2c\x3c\x87\xda\xa7\x47\x4e\xa4\x7b\x66\xb5\xb5\xbb\xb9\x6c\xcc\xf2\x0c\x3b\x68\x4a\x78\x48\x17\x49\x7d\x30\x93\xf2\xc7\xce\x4e\x48\x3d\x22\xa7\xbe\x85\xa0\xb4\x9e\x5f\x6f\x8d\xf5\x86\x1e\x0c\x7c\x2c\xec\x3e\xb9\x10\xee\x86\xae\xce\xd8\x93\x54\x5c\xb0\x8a\xcf\x15\x10\xb6\xba\xbc\x91\xf0\xbe\xe7\xf3\x1b\x8a\xa7\x4d\x90\xb4\xab\xa2\x68\x6e\x08\x98\x35\x54\x13\xcf\xaa\x6e\x18\x9a\x9b\xb1\x6b\xe7\xac\x87\x52\xb6\x4b\x0b\x06\x37\xb4\x6c\x47\x5b\x20\x66\xfc\x51\x15\xab\xd2\x6d\x8e\xb1\xeb\x3e\x12\x5f\xe0\xd5\xac\xd8\xef\x46\xe3\x75\x69\xdb\x40\x1e\x98\xbe\x5b\x4d\x67\xeb\xd8\xc2\x0d\x81\x15\xd7\x6a\x34\xbf\x37\xce\x14\x60\x6b\x1d\x73\xa0\xba\x73\x13\x74\x65\x9c\x8a\x0b\xaf\x66\x3f\xd7\xb5\x15\xd8\x54\x28\xf4\x3f\xf1\x92\xd5\xba\xed\xfe\x80\x4d\x9c\x04\x60\x94\xfa\x41\x3d\x66\xab\xcb\x59\x79\x02\x26\x0d\xf1\x59\x90\x19\x6f\xd8\xf5\x68\x34\x32\x45\x6e\xd8\xf8\xa9\x5f\x9f\x4f\xc9\x62\x73\x3d\x1e\xb3\x97\x57\x65\x26\x66\xa2\xc9\xd6\x08\x6a\xbe\x2e\xf9\xf4\xf3\xbd\x33\x28\xf3\xf9\x9e\x92\x3c\x20\xc8\x15\xaa\xbf\x18\x26\x21\xfd\x93\x6c\x14\xb0\x3b\xf3\xa2\x5a\x4a\xa6\xf7\xf3\xbd\x7a\x75\xb6\x14\xcd\xe7\x7b\xc1\x5c\xaa\x2a\x83\x65\x4a\x2a\x91\x20\x66\xf3\xf4\xba\xe5\xfe\x0c\x16\x86\xb5\x9d\x1a\x32\xe0\x48\x21\x15\xda\x45\x6f\x9e\x22\xa7\x13\x04\x49\x91\x42\xd0\xbf\x12\x91\x9e\xa6\xd7\x3b\x3b\x91\x0b\x2d\x52\xca\x9b\x47\x3f\x43\x64\xbb\x3e\xa9\xcb\xa4\x6d\xc9\x71\x5c\x47\x65\x92\xc7\x36\x3a\xc3\xed\x12\x4b\xe8\x9e\x28\x59\x2a\xd2\x77\xa6\xd8\x36\x2c\x15\xbb\xc0\x9f\xf9\x8f\x9b\x93\xe0\x45\x34\x5a\xef\x38\x36\xee\xb1\x1c\x78\x90\xf0\x64\x8c\x73\xb7\xe9\xf8\xf5\x91\xa5\xdb\x8a\xec\x20\x93\x74\x6b\xb2\x83\x2d\x50\xb2\xa3\xb5\xf0\x9d\x64\x07\x5b\xeb\x20\x3b\xaa\x3b\x77\x20\x3b\x7e\x0e\xff\xf7\xb5\x89\x5c\x63\xf9\xb6\xe7\x17\x89\xc8\xe4\xdd\x15\x0c\x1f\x77\x9e\x1d\x9d\xf3\x26\x12\xd0\xf9\x08\x4b\xd8\x31\x46\x92\x2b\x58\x3a\x5f\xb2\x8d\xaf\x49\x55\x64\xf2\x24\x25\x19\xaf\x9a\xcf\xf7\x62\x1b\xc8\x31\xdb\x7a\x7a\x4d\x69\x2d\xe5\x47\xfa\x83\x9b\x27\x63\x37\xef\x5d\x66\xde\xdb\xad\x03\x12\x60\xc2\x16\x1e\xc4\xf5\xeb\x47\xbc\xd1\x71\x58\x8b\xdc\xd3\xa9\x63\x16\xaa\x52\x57\x6a\xb5\x20\x88\x15\x7d\x58\x8d\x04\xe6\x6b\xcd\x13\xc6\x2d\x8b\x74\xf1\xb7\x6c\x55\xd5\x9b\xd5\xfd\x67\xd9\xaa\xfa\x9e\x5d\xc3\xfa\x3a\x7b\x86\x4a\x40\xbf\x6f\x61\xd7\x50\x57\xf9\x3d\x3b\xa7\x6b\xdc\xd0\x3d\xd5\x37\xab\x40\x46\x0d\x67\xf0\x7a\x02\xfe\xd7\xac\x2e\xf9\x4c\xcc\x85\xb6\xd4\x8a\x8d\xc3\xea\x3d\x41\x1b\xa1\xcd\x01\xf0\x55\xcd\xd3\x6e\x7f\xaf\x51\xea\xc6\x98\xd2\xb8\xdd\x76\xcc\x3c\x4f\xbf\xcb\x88\x5f\xe6\xe9\xbf\x6a\xbc\x2f\xf3\x74\xab\xd1\xfe\xb1\xf5\x0a\x87\x43\x3b\xe7\x0d\x73\x27\xb8\x3f\x98\xb8\xa6\x4a\xde\x83\x4c\x6b\xc7\x0d\x9f\xb9\xc5\x22\x4e\xd0\xee\x76\xbb\xc1\x44\x97\x6e\xc3\x50\xe4\x32\xfd\xd8\x81\xc8\xd5\x69\x1f\x86\xdd\x81\x30\xde\x24\x4f\x61\x18\xda\x4d\xb5\x96\x03\x4a\xc8\x18\x81\x5b\x0d\x28\x1b\xfb\x6b\x99\x54\xc9\x52\x55\xb2\xcb\x0e\xf2\x94\x5f\xe9\xb9\x70\xd6\xd8\xd4\xe4\x95\x94\x8d\x7a\xe5\xc8\x74\xfa\xa5\xda\x36\x3d\x79\xde\xd0\x73\x0a\xcf\x1c\xdf\x78\x06\xda\x33\xe9\x60\xab\xd4\xe4\x66\xb0\xd5\x8b\x8b\xa3\x5c\xd4\x46\x2e\x9d\x0a\xf5\x67\xa1\x01\x8b\x3b\x9c\xf1\x98\x1d\x2d\x8a\x4b\xab\xb7\x17\x73\xf5\x00\x93\x54\x5c\x59\x43\xae\x6a\xb4\x00\x93\x0c\x8b\xd2\xe8\x5c\x26\x6b\x2c\x1f\x6b\x9d\x40\x59\x2a\xfd\xeb\x41\x6a\xde\xfa\x29\x40\xb5\x4a\x95\x1c\xdf\xc4\xb3\x02\x24\xea\x45\x78\xaf\x24\xdc\x8e\x4e\x29\xd4\x88\x26\xf6\x5d\xd3\xa4\x01\x61\x91\x9f\x26\xac\x07\x7f\x13\xe4\x15\x62\x52\xa0\x72\xd0\x4f\x04\x71\x3c\x47\x9d\xb0\xca\xa4\x7f\x52\xfc\x95\x24\x3d\xcc\xb3\xb5\xca\xa0\x7f\x1a\xb3\x83\xae\x37\x70\x65\xad\xa1\xdf\xe5\x54\xdc\xa7\xd0\xe4\x2b\xa0\xaa\x61\x16\x3f\xa6\x9f\x5c\x12\xc2\xd6\x9d\x7e\xc4\xa5\x35\x33\x81\x01\xfa\x8a\x9c\xf5\x7e\xba\x76\x27\xfd\xa6\xa7\xb5\xed\x79\xd1\xb0\x33\x0e\xdd\x1b\xb1\x17\x45\x5e\x83\xab\xe2\x4a\x87\x27\x3f\x65\x3f\x53\x06\xad\xc7\x97\x65\xb3\xd6\x16\x08\x4d\xc1\x66\xf0\x70\x83\x36\xcb\x6a\x91\x59\x51\x11\x59\x01\x1e\x06\x52\x31\x83\x48\x86\xb9\x63\x1a\x42\xb4\xf6\x76\xaa\x5b\xd8\x00\x13\x33\xec\x14\x27\x56\xa4\xa7\x72\xae\x13\xcd\x76\x0f\x65\xab\x09\xd3\xf6\x49\x68\xda\xd8\xf8\x06\x8a\x92\xb8\xfe\x29\x52\x62\x44\x11\x21\xa6\xba\x01\x23\xe6\x10\xab\xa7\x58\x24\x79\xac\x94\x58\xb6\x44\x62\x89\xa9\xfa\x9d\x5c\x94\xad\x57\x0b\xd6\x16\xa9\x7e\x73\xe8\x4d\x4a\x62\x94\xa1\x9f\x67\xfe\xb7\x4d\xe0\x56\x3f\x9c\x66\x67\x30\x4d\xd7\x34\xcc\x89\x50\x6b\xac\x76\x30\xf6\xe5\xd0\x8d\xb8\xd8\x61\x29\x02\x05\x0f\xf2\xc8\xa3\x4c\x87\xb9\x88\x7d\x92\x69\x0d\xfb\x2b\xf9\xee\x7f\xc1\xfc\xc9\x66\xda\xa6\x4f\xa6\xdd\x72\xf6\x54\x88\xdf\x5b\x4e\xdf\xe1\xaa\xf9\xee\xf3\xd7\x12\xf8\x31\xb8\x70\xee\x12\xf9\x31\x30\x7a\x1b\x8f\x63\xae\x32\x40\x50\x80\xed\xd0\x25\x6b\x36\x4b\x6a\x78\x45\x9c\x17\x15\xbb\x5c\x24\x8d\xf2\x68\xe2\x57\x25\xc8\x32\x49\xcd\x44\x53\xab\x97\x27\x68\x82\x76\xe4\xff\xcf\xe1\x24\xe5\x0e\x80\xfa\xc9\x4a\xfb\x6a\x75\x1d\x5c\x32\x16\x0b\x92\x2d\x9a\x65\xf6\x7b\x51\x69\xa5\x84\x48\x6f\xa2\x51\x21\x49\x30\x48\x65\x0f\xa7\x43\x42\x46\xa2\x4f\xba\x2a\x72\xcc\xef\xc7\xac\x74\xe3\x44\x7a\xe4\xde\x8c\x21\x88\x1d\x19\x6c\x45\xf7\x39\xed\x8e\x1b\x52\xd9\xde\x82\x99\x9f\x55\xa4\x04\x33\x1a\xe8\x0e\x83\xd5\x27\xc5\x6f\x9e\x5e\x07\x55\xde\x28\xbd\xc6\x1d\xc7\xaa\x34\xec\x5b\x8d\xd1\x3b\x6a\xea\xd5\xc0\x3f\x61\xce\xc0\x60\xdd\xa7\xd7\xc6\xcf\xf6\x37\x85\x3f\x0f\xee\xf1\xec\x06\x06\x04\x2f\x03\x74\x14\xe1\x1d\xe5\xa8\xe5\xee\xd2\x57\xa5\x6a\xfc\xc6\xbe\x2a\x75\x62\xa4\xaf\x56\xac\x79\x11\xf3\x5c\x42\xb3\x74\x2e\xc0\xfc\xe1\x34\x34\x03\x39\x95\x1c\x06\x1a\x27\xd5\xab\x0c\x44\x96\x53\x4d\xdb\x5b\xbc\xa9\x54\x73\xbb\xec\x60\xae\x0c\x56\x44\xcd\xf2\x82\x1a\x35\x60\x17\x24\xf9\x52\x71\x93\x25\x3f\xa6\x69\x35\x3a\x31\xa1\x61\x13\x50\xec\xa1\xfb\x82\x2b\x6a\x30\x73\x21\x2c\xd9\x88\x36\xa9\xab\x4c\x8b\x9c\xfb\xc6\x14\xca\x43\x0a\xbb\xe4\xf7\x27\x6c\xc6\x2b\xdd\xea\xf2\xe5\xf0\x44\xdc\x51\x0f\xc6\x3d\xc0\xfc\x4d\x10\x7b\xa1\x8e\x58\xea\x74\x45\x56\x75\x32\x7e\xfd\x8a\xfe\x47\x91\x5d\x80\x1b\xb6\xf6\x76\x81\x31\xc7\x01\x41\x7d\x5d\x1a\xfb\x5c\x77\xb4\x74\x9e\x3d\xb3\xa5\x5a\x0d\x74\xc8\x44\xc3\x2e\x45\x96\x29\xbb\x10\xc5\x54\x03\x1e\xd4\x4a\x64\x0d\x5a\xa2\xc1\x55\xd1\x59\x9b\x5c\x62\x9c\xac\x21\x40\x89\xa3\x57\xa0\xa4\x64\xda\x4d\x10\x60\x32\xa5\x6c\x27\x9a\x5e\xad\x5a\x73\x5d\xda\xcc\x39\x8d\x29\x6e\xa3\x54\xd2\x59\x97\x6d\xec\x06\xda\xd7\x80\x84\x3b\x56\x66\x04\x6e\x7d\xd3\x29\xe0\x45\x88\xfc\xbc\x47\xf3\x32\xf6\xa4\xec\xa4\xba\xb4\x16\xf7\xf2\x41\x62\x91\x26\x4d\xb2\x9b\xac\x9a\x62\x09\xbb\x76\x57\xa4\xd3\xcf\xf7\xa0\xd0\xae\x9a\xde\xcf\xf7\x9e\x3a\x7a\xf2\x9b\x40\x01\xfd\x64\x5c\xda\xbb\x8a\x4d\x9c\xde\x79\x6f\x1a\xdd\xfd\xdb\xae\x37\xce\x0d\xea\x94\xa7\x5d\xa2\x6a\x74\xc5\x26\xb8\x11\x97\xfd\xad\x7e\x30\x67\x09\x9b\xad\xea\xa6\x58\x32\x72\x2f\xe9\x8d\xa9\x83\xe8\xc1\xde\x5d\x95\x65\x26\x90\xf4\xe4\xac\xa9\x78\xd2\x38\x45\x92\x9a\x25\xd9\x65\xb2\xae\xad\xec\x15\x84\x66\x46\x5f\x35\xb4\xed\xe2\xf2\x0e\xaa\x79\x3e\x83\x83\x44\x6b\x2a\x7c\x83\xbf\x86\x5f\x35\xad\xc4\x24\xfe\xda\xd2\x1a\xb6\xb9\xd5\x10\x59\x87\x5f\xde\xe9\xbb\xaf\x57\x94\xa1\xf8\xfa\x95\x05\x77\xb8\x95\x06\x1d\xdb\xc0\xe8\x65\xe8\x3f\x51\x6b\x99\x03\xfe\x5f\x9d\xb3\x27\xf8\x49\x0a\x1a\xcf\x9b\xa6\x12\x67\xab\x86\xd7\x20\x8a\x50\x99\x23\xe0\x9d\x8d\x01\x0e\xdb\xd9\x09\xbb\xd3\x65\x37\x44\xdd\xde\x95\x01\x0c\x71\xb9\x57\xdd\x91\x7d\x4e\x2a\x9e\x44\xba\xe5\x8b\x43\x4f\xfb\xa1\x98\x63\x4d\xb1\xe2\x3e\xf6\x0c\x00\xbe\x1c\x25\x8c\x36\x6f\x77\x2d\x57\x13\xfd\x38\x9d\xf1\xf4\xb7\xb5\x33\xa8\x4f\x3d\xfb\xa6\x9d\xf1\xf4\x6c\xdd\x3b\x91\x6b\x43\x05\x22\x1d\x65\xdd\x75\x21\x22\x7c\xf4\xc0\xdd\x0c\x36\x1a\x7b\xa3\xc6\x6f\x4f\x9b\x65\x73\x05\x7d\x89\xbe\x1e\x8d\x46\xce\x8c\x3a\xb1\xd7\xb5\x3d\x8a\xe3\xa4\xa7\xe1\x18\x46\xef\xf9\x5c\x89\x00\xb1\x79\x25\x15\xc1\x9d\xaf\xaa\x42\x4d\x12\x5c\x67\x24\x47\x91\x83\xe0\x6a\xdf\xdc\xe1\x27\xaa\xaf\x9c\x6c\xf8\x69\x53\xbe\x2e\x6a\x06\x1a\x5d\x92\xd7\x5b\x85\xe9\xb5\xbb\x66\x7e\x4e\x3c\x4a\x67\x98\xb5\xf3\x01\xf5\x59\xd4\x79\x6c\x12\x6e\x01\x52\x65\xef\xc4\x6f\x4f\x1d\x94\xe9\xb5\xfa\x23\xda\x73\xc7\x6c\x28\x89\x18\x44\x68\x4d\x9f\x93\x51\x7f\x74\x26\x18\x44\x6f\x3b\xbf\xf0\xd3\xc9\x20\xe5\x7f\x9b\x2e\x7f\x99\xe4\x71\xec\x5d\xd3\xa3\x26\xca\xae\x65\xf3\x5d\x6d\xa4\x97\x24\x30\x90\xec\x26\x1e\x2d\xa6\x93\x2d\x36\x92\x6d\x56\xa1\xbe\x0d\x28\x18\xf2\xb1\x5e\xe3\x00\x87\x52\xcb\xb6\x80\x64\x19\x25\x80\xe4\x92\x52\x7f\x9f\xb1\x4c\xd4\x0a\xd1\x44\xe9\x11\x54\x07\xd0\x0e\x1d\x5a\x0f\xa4\xfc\x83\x54\x52\xbc\x4f\x27\xea\xd8\x67\x1a\x35\x5b\x27\x8e\xca\x55\xbd\xe8\x3b\xe4\x42\x93\x88\x56\xc3\xab\x88\xb5\x55\xac\x3a\x6d\x43\x65\xea\x6b\xb3\xa8\x88\x98\x51\xc4\xea\xd3\xc6\x11\xbe\xc1\xa3\x41\x41\xa9\xf5\x6d\x83\x26\xe3\x21\x21\x77\x1c\x80\xd9\x7d\x4b\x94\x3a\xf3\x11\xf7\x3e\xb9\xa6\x13\xca\x9a\xc7\x8d\x58\x70\xcd\xe5\xc1\xa5\x76\xb9\x22\xf6\x40\x80\x38\x9a\xe4\x3a\x72\x94\xa3\x3e\xc0\x8b\x7f\x85\x0c\x59\x4f\x36\xd1\x3b\xb1\x08\xb2\xc1\x1d\x11\x21\x1f\xc1\x0d\x62\xa6\x3b\xe3\xf9\x79\xb3\x60\x4f\xd9\x1e\x7b\x66\x17\xe1\x1f\x85\xc8\xfb\x3d\xd6\x1b\x38\x37\x09\x79\x23\x98\x4f\xc2\x17\xb7\x36\xaa\xef\x4c\xae\xfb\x98\x31\x61\x3e\xc1\x27\x47\xf0\x00\x11\xd0\x22\x64\x3c\x78\xcd\xe8\xce\x65\x28\xfb\x24\x54\x7d\x01\xa9\x8f\xcd\x65\x6f\x12\xa1\x2a\x21\x31\xb6\xee\x9e\xdf\x91\xc0\x7b\xed\x29\x5a\xd6\x9b\x04\x36\xf1\x8a\xf8\xda\xe1\xc3\x4f\x92\x2c\x69\xaf\x4d\x95\xbf\x02\xf7\x51\x15\xea\x0d\x77\x19\x9e\x4b\x36\x65\x7d\xf4\xfe\x49\x0f\xee\x76\xd6\x5c\x25\xae\xd6\x6b\xa0\x78\x2f\xf9\x89\xa0\xf6\x1b\x36\x36\x3a\x23\x87\x3d\xd2\xb4\x02\xb2\x3a\xf4\x73\xe4\x26\x7d\xfd\xea\x0e\xc2\xe5\x7b\x9c\xbc\x7d\x4b\x41\x86\x6e\xa1\xb6\x57\x89\xc0\xbe\x0f\x35\xec\x10\x43\x00\xa7\xe5\x4d\xb1\xaa\xb9\x55\xb2\x63\xd6\x76\x7d\xba\xab\x0a\x37\x4e\x4d\x32\x07\x28\xc6\x03\x2a\x33\x61\x3b\xd4\x89\x2f\x62\x0b\x3f\x68\x55\x69\x93\x43\x11\xf4\xfb\xf7\xa2\x5a\x7e\xe3\xdb\xc0\x78\xcc\xde\x55\xfc\x42\x14\xab\x3a\x5b\x0f\xb5\x1f\x20\x3e\x88\xcd\x92\x2c\x63\x67\x45\xb3\xd0\x07\x1a\x1d\x6f\xd4\xb9\x65\xe9\x8a\xcb\x5c\x75\xb1\xe4\xec\x92\x8b\x2a\x65\x07\x2f\xc7\x88\xe4\x25\xea\x7a\x65\x78\xe9\xf1\x98\x5d\x2e\xc4\x6c\x81\x5a\x9e\x07\x65\x55\x9c\x25\x67\xd9\xfa\x01\x3b\xe3\x3c\x67\x73\x71\xc5\x53\x96\x17\x97\x13\x93\x7b\x77\xcb\x60\x49\xd8\xca\xf8\x3f\x7e\xf9\x85\xf5\x33\xf1\x85\x67\x6b\xac\x6d\x70\xd7\x9a\x7e\x7d\xf4\x0b\xeb\xcf\x8a\x7c\x2e\xaa\x25\x4f\x4d\x65\xa6\xba\xe3\xc3\xfd\x43\xd6\xff\x3d\x39\xab\xc4\x8c\xfd\xfa\x6c\xc0\x76\xd9\xd1\xa5\x68\x66\x0b\x3d\x5b\x22\x3f\x67\x45\x9e\xad\xcd\x24\x8d\x94\x3f\x12\xe6\x02\x00\x13\xde\x34\x80\xd0\x54\xad\x4a\x88\xf4\x31\x2f\x2a\xd3\x00\x38\xf4\xb1\x7e\xb1\xaa\xd0\xc9\x69\x99\xac\xcf\xc0\xb5\xad\x5e\x2d\x79\x55\xf7\x58\x53\x14\x03\x70\xd8\x14\x0d\x38\x39\x81\x77\x67\xdd\x18\xcf\x32\x6e\x9a\xca\x59\xc2\x96\xc9\x3f\x8a\x8a\x9d\xad\x96\xe5\xc8\xa5\x18\xdc\x00\x72\xc0\x7e\x1a\x35\x49\x25\xa5\xd7\x88\x1d\x40\xd4\x51\x4f\x15\x77\x7c\xf5\xc6\x63\x76\x70\x9e\xa3\x8b\xa1\xa8\xb5\x73\xe1\x1c\x7c\xdf\x94\x6a\x6a\x5e\x64\x59\x71\x09\x2f\xb6\x32\x5b\xb5\xe2\x74\xcd\x89\xeb\x23\x0d\xae\xdf\x17\x1a\x20\x32\x37\x3a\xae\x83\x97\xec\x6c\x75\x5e\xb3\x59\xb1\xe4\x35\x60\xdb\xd2\x25\x07\xed\x52\xc2\xd2\x55\x99\xe1\x7b\xae\x72\xb6\x44\x9c\xb0\x24\x6f\x94\x3d\xb3\x7b\xb6\x44\x0d\x2b\x28\x77\x3e\x20\x77\x94\xbc\xd2\x08\x52\xa0\xcd\x82\x4a\x82\x66\x60\xc6\x93\x25\x97\x53\xa7\x94\x08\x70\x96\xa8\x87\x9c\x75\x8e\x94\x29\xa1\x83\x64\x60\x37\x89\xce\xef\x44\x27\x88\x4f\x00\xf6\x91\xde\x61\xc8\xec\xe7\xb8\xdb\xa6\x93\xc5\xe9\x45\xf0\x94\xbf\xd9\xe3\x53\xd3\xe4\x08\xbc\x42\xa4\xb4\xde\x1f\x24\x97\xa6\xfe\x98\xf1\xd9\xa8\xaf\xe0\x54\xcc\x4b\x9f\x1d\xef\x8e\xbe\x9d\xed\x63\xb4\xe7\xac\xfb\xf6\xf5\x7f\xa2\xd3\x2c\x60\x49\xb4\xbf\xdb\x0f\xb5\x3f\x2c\x98\xb0\xbb\xe0\x68\x8e\xbf\xdf\x8b\x48\xe1\x9a\x2d\x57\x75\x43\x6b\x38\x85\x82\xa7\x68\xb6\x00\x2c\xfe\xa9\x1e\xd0\xe9\xc8\x75\xa2\x25\x0f\xa6\x11\xb4\x09\x5c\x97\x1b\xd7\x96\xc0\xbf\x02\x2e\x1c\xff\xbe\x28\x0e\x50\x60\x41\xa3\x41\x55\x4d\x61\xb2\xbd\x93\xf3\x44\xe4\x92\x22\x67\x8e\xae\xbc\xac\x8a\xa5\xa8\x21\x23\xbf\xe2\xb3\x55\x23\xf2\x73\xbb\x16\x7a\x85\x03\xd4\x20\xd8\x55\x38\x8e\xfb\xf7\x59\xbb\x17\xa3\x5d\xfc\x41\xf0\x72\x15\xc7\x70\x89\x36\xe6\x18\xe8\x69\x26\xc3\x7b\xd6\xf0\x19\x0d\x2f\xd9\x29\xac\x1e\x49\xa6\x91\x5a\xee\xdf\x0f\x3f\xf6\x09\xb7\xeb\x6e\x56\x55\x91\x23\x2e\x0d\xbc\xa7\x70\x54\x2a\xeb\x26\xa9\x3a\xf9\xeb\x57\xb6\xd3\xef\x35\x0b\x9e\xf7\x24\xe5\xc6\x2c\x11\x9f\xcf\x56\x8f\x5e\x55\x29\xf1\xea\xd5\xd3\x98\x17\x8d\x98\xaf\x9f\xcf\x1b\x5e\xb9\x9e\xa2\x43\xdd\x8c\x7d\x5e\x67\x3c\xab\xb9\x1b\xaa\x00\x9c\xd4\xf0\x1d\x2a\xc4\x94\x62\x53\xf6\xf3\xcf\xf6\xf0\xdb\x0c\x8f\x69\x90\x2c\x6c\x66\x24\x47\xd7\xef\x6f\x06\xdb\x73\xd9\x4f\x3d\x79\x41\x1f\x3c\x8a\x67\x13\x06\x3e\x10\x70\xd7\xcc\xb9\x33\x66\x08\xda\x96\x13\x18\xaa\x58\x55\x2d\xa1\xc9\x82\x37\xb5\x1b\xab\xee\xf5\x3a\x6d\xec\x5a\x4b\xc6\xe8\xc3\x70\x0b\x88\xc3\x88\x51\xa1\x77\xb1\x98\x43\xee\x1c\xae\xb7\xd0\x11\x3b\xfb\xef\x71\x4f\xb5\x18\x97\xc4\x73\x3b\x9b\x82\x5c\x05\xad\xa3\x8f\xf8\x9a\xdf\xc2\x26\xd2\x1b\x83\xef\x21\xe8\x25\x1b\xcf\xae\x01\x8d\x88\xad\x35\xd5\x88\xa1\x37\x6d\x37\x61\x7d\x4c\x55\xcd\x88\x24\x0a\x8f\x69\x23\xe5\x60\x3f\xb5\x77\x7c\x47\x1e\x92\x30\x93\x37\x88\xea\xe9\xcf\xac\x57\x5e\xf5\xbc\x99\x32\xb0\x8f\x7f\xf0\x86\x30\x55\x70\x4f\xc9\x9f\xe7\xe2\x82\x6b\x6c\x09\xc9\x63\xe2\x13\x84\x64\x7b\x2f\x38\x3a\xbb\x43\x56\x75\xc2\x25\x83\x8f\xdb\xc5\x40\x01\x0c\xe0\xdd\xc3\x3c\xc6\x50\xa4\x87\x38\x34\x4d\xdd\x06\x4b\xd3\x86\x10\xa4\x5f\x11\x34\xbf\x89\xea\x9b\xe0\x02\xf5\xde\xe0\x09\x8d\xbd\x68\x47\x9f\x1a\x8f\xe1\xed\xda\x01\x9d\x5a\x97\x22\x3f\x8f\x42\x4e\x39\x72\xa8\xc2\x99\x22\xfb\x13\xe6\x5c\xa5\xea\x9b\x49\xcf\xff\xe7\x1c\x5f\xb4\x4e\x03\xb3\x31\x78\xa2\xf7\x3f\x1f\xae\x9a\x53\x78\xc2\xae\x56\x78\x06\x34\x9d\x53\x06\x90\xd5\x2a\x67\x0f\x1e\x48\xe1\xe2\xc1\x03\x7c\xf7\x4d\x14\x8c\xc8\x08\x5a\x32\xaf\x5a\x6d\x85\x8b\x5c\x66\xaf\xd6\x0a\x50\x04\x4a\x39\xeb\xd8\x8d\x40\x10\xb3\x92\x70\x9e\xb4\xf4\x8b\x55\xbf\xc5\x58\xce\x3e\x57\x45\x0c\xc1\xcc\xbc\x29\x08\x96\x59\x92\xcd\x56\x19\x32\x5c\xa2\x66\x05\x20\x9f\x48\xb1\xad\x96\x2b\x67\xc1\x32\x6b\x0d\x8b\x02\x0f\xd8\x75\x93\xac\x0d\x4b\xfe\x39\xcf\x78\xc3\xfe\x6c\xf5\xc5\x6e\xc3\x2e\xa4\x53\xd2\xee\xc7\x8d\x63\x26\x5b\xae\xbd\x21\x84\xc8\xd3\x5e\xe8\x03\x57\x0d\xde\x06\xce\x8d\x75\xbb\xe8\xdc\x2e\xf7\xfb\x32\x95\xc4\xf2\xc5\x42\xf2\x6d\xab\x25\xfc\x74\xe9\x93\xa8\x31\xac\x3b\x1b\xbf\x4c\xcf\xc7\x23\xc9\x4d\xf5\x5b\xd0\xba\x7d\x8e\x86\x75\x0d\x67\xca\x76\xfa\x88\x53\xdd\x07\x21\x05\xdb\x31\x04\xdb\xbb\xe9\x3a\x2b\x22\x66\xc2\x37\xfe\x79\x6a\x2f\x88\x9b\xe5\xde\xf0\x9e\x3e\x65\xfb\xbc\xe1\xd5\x52\xe4\xbc\x66\x97\x0a\x99\x37\x21\x86\xbe\x92\xf7\xb5\xe0\xc7\x50\x42\x19\xec\x23\xed\xdb\x65\xc6\x26\x0e\xbf\xd0\x2c\xc6\x70\x9b\xed\x32\xf8\x8f\xac\x2a\x11\xb9\xb6\x91\x20\xf2\x86\x96\xf9\x1e\xb0\xbf\x56\xca\x0c\x18\x0c\x4b\xc5\x9c\xe4\x1a\x2a\x73\x49\x0f\x93\x59\x9d\x46\x05\x09\x4b\x5e\xba\xad\x48\xf2\xe4\xdd\x53\x7d\x14\xdf\x0d\xa9\x41\xf9\x17\xbe\x2e\xe6\xec\x9d\x7f\x20\xc7\x63\x54\x13\xf5\x6a\x34\xe4\xd8\x15\x5a\x8d\xf7\x14\x76\x88\x00\xb3\x92\x04\xc5\x98\xa6\x60\x67\x9c\xc0\xab\xce\xc1\x24\xd1\xc8\xe3\x79\x91\xef\xe6\xab\x2c\x1b\x9b\x93\x32\x52\x4d\xbc\x11\xf0\x38\x0e\xe4\xe8\x8c\x2f\x92\x0b\x51\x54\x0c\x2c\x76\xfa\x55\xa2\x40\x92\x93\x9c\xcd\x16\x7c\xf6\x45\xdb\x40\x02\x74\x8a\x65\x93\x47\x64\xd5\x51\xaf\x6a\x06\x77\xe2\x3d\x40\x00\x1c\x56\x24\x87\xb2\x29\xb8\x71\x00\xf5\x65\xb5\xcf\x73\x81\x86\x0c\x16\x45\x41\xc3\xb6\x03\xf1\xb1\xc1\x51\xce\x79\xf3\x87\x0d\x3f\xe3\xe4\x04\x4e\xc3\xcb\x1e\x8b\xbf\x05\x09\x6e\x88\xca\x73\x4e\x43\x03\x1e\x59\x70\x91\x83\x59\x91\xff\xae\x42\x89\x99\x86\x5a\x43\x74\x05\xf8\xed\xed\x18\xec\x90\xff\x0e\x88\xed\xae\x61\x27\x3e\xbf\x6f\x87\xd8\xfe\x1d\x40\xd5\x6f\x85\x01\xff\x57\xa3\xb7\x5b\x51\x1c\x78\x03\xcc\xee\xad\xa2\x7e\x13\xc2\xd0\x25\xbd\x65\xbd\x6b\xd1\x9c\x61\xe2\x89\x82\xdf\x4b\xdf\x25\x49\x98\xd7\x03\x52\x72\x32\xf3\x00\xa3\x14\x5e\x28\xfc\x6c\x73\xdb\xb2\x45\x52\x88\x66\x82\x14\xcc\x89\xef\x73\x7e\x2e\xfc\x8a\x39\xf0\xc5\xcd\xcf\x81\x5f\x31\xc7\xa5\x8e\x14\xe6\x66\x51\x9f\x31\x4f\xe5\xdc\x90\x6e\x46\x4c\xd3\xe1\xe0\x0d\x63\xec\x67\xdb\x35\x29\x58\xa5\x85\xfb\x08\x72\xda\x24\xcc\x6a\x71\x3d\x82\xac\x36\x49\x67\x25\xf8\xd3\x41\x5e\x93\xa6\x7b\xab\x4d\x8a\x27\x91\xd0\xc5\xa9\x09\x02\x16\x06\x3e\xc6\x70\xcc\x98\x82\x7f\x43\x78\x0f\x97\x4f\x38\xe7\x0d\x39\x47\x21\xbf\x64\xcf\xc5\x60\x72\x47\x33\x6b\x97\x31\x26\xf8\x27\x16\xd9\x45\x43\xba\x0c\x11\x0d\xc6\xe3\x8e\x8d\xa9\x2d\x86\x3b\xc4\xe8\x86\xb5\x7a\xd6\xe6\x4b\xad\xa6\xd3\xa6\x26\x03\x7c\xcd\x50\xfc\x2f\x06\xfd\xd1\x57\xba\x6d\xdd\x09\xf4\xdc\x12\xee\x90\xb5\x04\x5a\x3c\x96\xd2\x46\x52\xad\xa3\xd1\x75\x9c\x26\x68\x6d\x7e\x4c\xc6\x25\x4f\xc5\x6a\x69\x83\x32\xda\x9c\x18\x3e\xeb\x7d\x18\x8b\x52\xd9\xe4\xbe\xe6\xf3\x66\xc2\x1e\x46\x22\xd9\xaa\x32\x34\xa6\x14\x0d\xa7\xd9\x7b\xf4\xc8\x8d\xab\xa4\xe3\xac\xfd\x9b\xad\xab\x65\x24\x74\x1c\xb0\x56\xb7\x88\x89\xbd\x75\x08\x69\xd3\x9d\x87\x10\xe5\x73\xf7\x61\x79\x25\xaf\xf7\xb2\x42\x3d\xf8\x3f\x56\xcb\x52\xb2\x4a\xb5\x0a\xf2\x6c\x50\xd0\x44\x3e\xab\x38\x98\x95\xe2\xb1\xdc\x85\xf8\x48\xb2\xe8\xa3\xf2\xca\x6d\x64\xdb\xf8\xce\x37\x86\xb1\xf7\x19\x1b\x13\x4f\x67\xd3\x69\xf1\xaf\x11\x7a\x0e\xb4\xba\xd0\xe2\x77\xf9\xc0\x47\x1e\xec\xd1\xdc\x41\x3a\xf2\x70\x8e\x7c\x94\x23\x8d\x71\xa4\x7e\x06\xa8\x45\x01\x08\x91\x82\x2c\x32\xb5\xbb\x90\x46\x1e\x30\x92\xfa\x1a\x85\x2d\x6a\x01\x2d\x8a\x41\x16\xd1\x43\x4e\x8f\xb9\x1b\xdf\x6f\xa8\x83\x62\xb6\x1d\xfb\x08\x1a\x55\x84\x1f\xea\xfb\x57\xab\x22\x35\x03\xa7\x96\x39\x8a\x88\xf2\x66\x3a\x52\x77\x92\x62\x4a\xa6\xd4\xc9\x13\x92\xc6\x0a\xf7\x2c\xa9\xd0\xa4\x9c\xa7\xa2\x81\xc7\xf7\xba\xd0\xca\x7a\xa4\x29\x75\x56\x34\x52\x58\x97\xa3\x80\x77\xbe\x46\xa3\xfe\xd9\xd0\x86\xdb\xc7\x3e\x56\x14\xc9\x06\x9f\x7d\xb6\x55\x50\xe7\x6d\x82\xb6\xda\x28\x77\xf3\x8c\x1b\x32\x01\x31\xe7\x54\x94\xcd\xde\x8c\xd3\x88\xb6\x34\x6c\xd8\x43\x12\xb1\x8d\x92\x1c\x1d\x7c\xb7\x23\x96\xa1\x6c\xed\x68\x51\x89\xfc\x8b\xa5\x5c\x31\x62\xb2\x05\x19\xa1\x33\x1a\x09\x92\xac\x26\x8f\xcc\x9d\x8d\x35\xcb\x4c\x09\x37\x04\x73\x18\xfd\x4c\x89\x0f\x25\x89\xc4\x0d\x4a\x2f\xdc\x44\x49\x8e\xc0\xa6\xea\xed\xcc\xe7\xa0\xc9\x8e\x52\xb7\x12\xd1\xcd\x6d\x1b\xa3\xdb\x9a\x5a\x94\xc9\x4c\x34\x6b\x1a\xe3\x38\x4e\x86\xb7\x22\xc1\x5d\x71\xa8\xdb\xc2\xc1\x9d\x38\x07\x48\xcf\x6c\x20\x38\x84\x07\x69\xeb\x58\xc2\x77\xdc\x0a\xed\x83\x89\xaf\xa8\x8b\x23\xed\xf1\x0d\x1e\xb2\x19\x81\xa2\xb3\x37\x79\x00\x42\x27\x6f\x48\x07\xb3\xc8\xc3\xa6\xa3\x5c\x07\x75\x75\x6a\xc1\xbb\xf3\xb2\x21\x4b\x17\x02\xdd\x79\xd9\x42\x00\x3c\x7b\x1b\x78\x59\x23\xe0\x76\x2e\x33\x43\xf2\x46\x60\xec\x5c\xe9\x91\xb9\x71\x4e\x3b\xe3\xe8\xdf\x84\x36\x53\xce\x5d\x4c\xf8\xff\xd8\x8a\x5c\x9a\x68\xe3\xf1\x6e\x7f\xb2\xdd\x70\xb6\x7b\x9c\xde\xd1\x49\xd2\xce\x4f\xa7\x36\x86\xfb\x4f\xd7\x3b\xde\x75\xd8\x42\x81\x31\x6a\x72\x48\x78\x4d\x8c\xe9\x9b\x53\xa7\xc5\x6d\xa2\x73\xb6\xf2\xa9\xb4\xbb\x77\x08\xa6\xff\x5d\x98\x37\x12\xff\xbf\x23\x96\xfd\x6d\xa3\xd4\x6f\x1b\xd2\xb2\x2d\x1a\x7b\xd7\xd0\x7a\x93\x45\x71\xc1\xab\x5e\xeb\x60\x9c\x09\xbd\xd5\xba\xbf\x92\x15\x43\xd8\x85\xd6\x10\xe3\x7e\x93\xed\xfd\xbc\xd5\x32\xb4\xf4\xbe\x27\xcb\x67\xf2\x4e\x0e\x57\xe4\x2e\xab\x12\xae\x4c\xec\xcb\x76\x6b\x47\x08\xdc\x27\x9a\xdf\x1b\x5b\x27\x0d\x09\x5b\x0b\xb5\x5f\x1e\x40\xd7\x96\x0b\x0a\xe5\x71\x55\x9f\x67\x11\x4e\xaa\x6d\x45\xf7\xbc\xdf\x3d\xba\x2a\x6e\xc7\xe9\xe4\x5a\x33\xcc\x13\x8f\x08\x52\x95\x4b\x8c\x0e\xda\xf4\xed\x68\x32\xf6\xc7\xa3\x6e\xed\x5b\xda\xa1\x57\x6e\xb0\x78\x1d\xb7\x1e\xe8\x0a\x4f\x5f\x14\x55\xce\x2b\x2a\x9e\x76\x70\xba\xd8\x42\x8c\x2a\x21\x54\xff\xc4\x37\x6d\x8f\x4a\xad\x5d\xd4\x5c\xfe\xde\x17\x95\x8e\x0a\xd1\xab\x5c\xa6\xd0\x61\x70\x23\x51\x95\xb7\xbc\xba\x9c\x0b\x98\xcc\xf2\x52\xe4\x46\xfc\xfe\xf7\xbd\xb8\xf8\xdd\x93\x62\x53\x6f\x8b\xc1\xdc\x90\x4b\x6e\xc7\x1e\x9b\x1f\x4c\x06\xe3\x37\x4a\x48\xed\x7e\x3c\x49\xfb\x1f\x4c\xcc\x42\x6e\x8d\xac\x4a\x8b\x2a\x65\x03\x89\xfa\xa1\x04\x6a\xe3\x99\x1d\x44\x19\xd5\x80\x7e\xdc\x81\xdd\x68\xdb\x16\x5b\x6e\x88\xed\x18\x8d\xdb\xed\x81\xb6\xd5\x24\x54\x48\x59\x6c\xc7\xce\xbe\xcb\x52\x47\x48\x2c\x86\x9f\xdf\x54\x32\x7a\x23\x46\xf8\xbc\xa0\xbe\xae\x49\x95\xe7\x1b\x82\x52\xb6\x9f\xef\x68\x7d\xdb\x5d\xde\xed\xda\xce\x8c\x5f\x49\x6e\x96\x3d\x64\x1e\xd1\x6b\x6d\x13\xbc\xfd\x24\x31\x9e\xb0\x5e\xc6\xe7\xd1\x99\xbe\xad\x02\xd7\x5e\x3c\x7a\xbf\x34\x55\x92\xd7\x65\x52\xf1\x3c\x90\x6f\xf5\x2f\xff\xd8\xb5\x1f\xe5\xd8\xea\xc4\x0f\x44\xfc\x10\x76\x2c\xda\xfd\xbb\x51\xe5\x36\x6e\x64\x9b\xc5\xdc\xd1\x7a\x43\x67\xc4\x54\x9c\xdd\xfa\x46\xc1\x98\x2d\xb1\xce\xab\xd8\xf3\x13\x76\xda\x7b\xd0\x3b\x0d\x88\x6e\x5c\x2d\xd0\xce\x35\x93\xdb\x39\x39\xab\x8b\x6c\xd5\x04\xfb\x98\xb1\xa6\x28\x27\x6c\xf7\x2f\xc1\xf7\x0a\xaf\xdf\xdd\x87\x3e\xaf\xe6\x93\xfe\xad\xaf\xaa\xee\x1b\xaf\x6b\x5e\xc8\xe0\xa3\x7a\xa8\x68\xbf\x7f\x01\x3d\xf9\xb2\xb8\xd0\x6f\xfa\x0f\xd8\x2f\xac\x14\x57\x3c\x83\x78\x48\x60\x6a\xd5\x14\x2c\xc9\x32\x7e\x21\x92\x86\xab\xad\xc3\x66\x99\x28\x4b\x30\x8d\x02\x45\xfa\xb2\x48\xad\x35\x71\xfb\x2c\xdc\x85\xbf\x77\x98\x57\xc2\xb7\x46\x35\x27\xad\x1e\x52\x5b\xf0\xb1\x9a\x17\xdd\xdb\x86\xd4\x38\x7a\xc2\xf6\xc4\x0d\x34\xa3\x43\x61\xe7\xed\x55\xaa\x29\xfd\xd5\x25\x87\x6d\x72\xff\x52\xe4\x1f\x31\x69\xcf\xa3\x91\x87\x17\xbc\x9a\x67\xc5\xe5\x84\xf5\x78\x96\x89\xb2\x16\x35\x2d\x58\xac\x1a\x7c\xdb\xdc\xdb\xe2\xca\xed\xdd\x9f\x28\x45\x12\xbb\x3f\x81\x5b\x47\xfe\x61\x28\x0f\xa9\xcc\x5b\xeb\xde\x64\xb2\xbb\xac\x77\x01\x9d\x2e\xdc\xce\x96\x7f\x0d\x2f\x16\xb7\x9e\x6d\xef\xfc\x6e\xc5\x2e\xbb\xa3\x72\xd7\xef\x4f\xa8\xe5\x8c\xdb\x41\xf4\x03\xbd\xee\x20\x2a\x08\x90\x7b\xc3\x3c\xaa\x04\x62\xae\xa3\x56\x0b\xc3\x49\xb0\x50\x12\x86\x4c\x7c\xe3\xec\x9e\xdc\x4a\x38\x11\xf9\x82\x57\xc2\x99\x1c\x47\x91\xff\x1f\x9e\x48\xf5\x47\x25\xb7\xe0\xc3\x70\x97\x1f\x4b\x6a\xfb\xef\xe1\x77\xad\x4d\xa3\x49\x85\xdd\xcb\xbe\x0c\x14\x3f\x18\x71\x81\xcb\x96\x8a\xd9\xc4\x3a\xb3\x47\x5a\x5c\x88\x34\xe5\x79\x5c\xd9\xa6\x5e\xc4\xdc\x35\x8c\xc4\x24\x70\xea\x76\x5f\x61\x1f\xfd\x12\xad\x39\xde\x6f\xdb\x5e\x57\x95\xbf\xec\x45\xab\xa4\xec\x4f\x9b\xb6\x33\xa0\x6a\xb7\x53\x10\x6e\xad\xae\x57\xad\xdd\x55\x36\xa0\xfb\x37\x7a\xf2\x5a\x9f\x18\x06\x81\xe2\xa4\x83\x3d\xdd\x86\xd7\x8c\x4a\x72\xad\xac\xfe\x77\xd1\xa1\xba\x0f\xfc\x0f\x43\x6e\xc7\xd9\x0d\x41\x86\x6d\x98\xbc\xd8\xa8\x5a\x48\xd6\xbf\x64\xac\x40\x2d\x90\x8f\x69\x92\x2f\x9c\x89\xbc\x29\x8c\x91\x1f\x9a\x02\x4b\xc6\xe6\x51\x79\xd5\xf6\xcc\xdf\xcf\x8b\x86\x5d\x2e\x78\x4e\xa4\xa9\xc1\xe8\xf6\x33\x13\x7d\xd0\xd6\x7b\x49\x40\x44\x9f\x4f\x9b\x08\x6a\x07\x05\x70\xf4\x4c\x92\x80\xee\xf2\x3c\x8d\xed\x3b\xe7\xd9\x44\xe4\x0d\xaf\xc0\x53\xb6\x8e\xd0\xfb\x0d\xdc\xef\x59\x84\xe2\x56\xa1\x59\x09\xb0\xc7\x01\xfd\xb5\xf6\x2a\x8e\xc1\x9f\xcf\xb3\x79\xb7\xc4\xaf\x91\x01\xb5\x48\x67\xb7\x20\x29\x3e\x37\xe9\xd8\xbd\xc5\x74\xa1\x69\x10\xf0\x8b\x6d\x6e\xfa\xac\x48\xd7\x47\xab\xb3\xc6\x25\x66\xbe\xdd\xce\xd5\xd1\x32\xc9\xb2\xd0\x6e\xc7\xef\xa3\x6b\x6f\x17\xeb\x64\x14\x1b\x24\x62\xf6\x39\xaa\x33\x91\xf2\xfd\xe2\x32\x3f\xc8\x1f\xed\x0d\x5d\x16\xba\x96\xbd\xd9\x7e\x8c\x31\x49\x0a\xed\x8d\x5c\x86\x91\x9e\x4e\x2a\x38\xb5\xab\x59\x3b\x0c\x05\xc2\xc9\xd1\x46\x81\x9f\x82\xf0\x48\xc3\xd0\x0a\x43\x17\xd2\x76\x82\x9f\x82\xe0\x26\x1d\x85\x5c\xb3\xc0\xe8\x8b\x6e\x18\x4c\x8b\x81\x5d\x1e\x7e\xea\x45\xbe\xed\xee\x4a\x7a\xd0\xa3\x3c\x22\xd1\xe1\xa1\x59\x0f\x60\x49\xd5\x5c\x1e\x0a\x76\x33\x88\xad\x90\xd1\x63\xef\x85\x6c\x8f\xa3\xdb\x6e\x95\x63\x88\x5c\x51\x5e\xb1\x5f\x3c\x45\xcb\xb7\xc9\x31\x99\xc8\xbf\x6c\x23\x41\xb4\xe9\x29\xa2\x72\x48\x7b\x73\x65\x25\x96\x49\xb5\xc6\xf9\xb5\xac\x41\x5c\xb5\xbc\x89\x99\x39\xdb\xaa\x96\x2e\x61\xfd\x16\xca\xe9\x5b\xa8\xa6\x67\x9b\x33\x6d\x2f\x62\xcb\xb9\x87\xdb\xbc\x4b\x52\x8b\x49\x34\x71\x5e\xd3\xb1\x3a\x7c\x14\xd2\x71\xf7\x40\x1d\x95\x49\x4e\x66\xa3\x8d\x2c\x98\x17\x0e\x97\x8b\xef\xa0\x15\x37\x4e\x33\x18\x48\xcf\x34\xa3\x29\x55\xb8\xdd\xbb\x6f\xca\xf0\x22\x0c\xae\xc1\xd8\x25\xb8\xe5\x15\x18\xbd\x00\x6f\x0c\xd1\xf2\x71\x8b\xc9\x78\x32\x8c\x44\x18\xb3\xc2\x1d\x38\xf5\xdc\xf8\x2e\x02\x0f\x0c\xee\x8d\x32\x2d\xaf\xc0\x61\xc2\x1a\xa4\x5f\xa3\x51\x52\xea\x59\xc2\x7f\xa0\x76\xe7\x26\xab\x31\x55\xfc\x2d\xa9\x79\xd4\xde\xfd\x2c\xa9\xb9\x53\xc4\x98\x41\x46\xb3\x23\xec\x66\x97\xc5\x7d\x8b\xb1\x7d\xf0\xc5\x33\xe7\x8f\x99\xe0\x1b\x1b\x4d\x34\x42\x32\x39\x0c\xd8\x88\x32\xdd\x34\xeb\xf0\xc4\xeb\xc6\x53\xf0\xd4\x93\xb3\xf5\x44\x4e\x76\x2c\xa0\x7b\xd4\x55\x20\x92\x50\x7f\xce\x9f\xf6\x9d\xe9\x1c\xda\xa9\x1a\x52\xcf\x56\xd8\x04\xf5\xac\x28\xa5\x20\xef\xd8\xf5\xab\x68\x07\x6a\x50\xc1\xcc\x75\x4f\x06\xf1\x22\xb1\xbc\xc4\xdf\x93\x4a\x48\xae\xaa\x1e\x46\x9d\x45\xd8\xff\x86\xc8\x1f\xdc\x77\x9b\x68\x77\xbe\x78\x53\xa4\x89\x6b\xf2\x6d\xbf\xd0\xd5\x82\xaf\xad\x2b\x95\xe8\xfe\xed\xaf\x14\xab\x3f\x8d\xf4\x79\x94\xaa\x54\x70\x9d\x7c\x74\x2b\x7f\x09\x68\x1f\x0f\xf4\x32\x11\xca\x2f\x60\x5f\x24\x59\x71\xbe\x2b\x3f\x28\x07\x04\x70\x4d\x95\x8d\xbd\xd0\xda\x69\x53\x78\x37\x48\xc4\x32\xa2\x3e\x2c\x79\x8e\xe6\xf5\x45\xa9\xd5\x08\x59\xb2\xd6\x6e\x0a\x58\xfa\xb5\xfc\x60\x0d\xef\x9d\xe1\xdb\x23\x44\x00\xb6\xbd\x99\x1d\x4c\xdc\xa9\x9d\x3e\x8d\xd8\x11\xfb\x66\x53\xca\xd1\x8b\x57\xbe\x34\x13\x8c\xc5\xcf\x80\xa3\x32\x3f\xfe\x2e\x6a\xe1\xd8\x01\xff\xc6\x79\x2e\x73\x58\xd3\x63\xd9\xb7\xf7\x7c\xd6\x24\xf9\x79\xc6\x8f\x0b\x6d\x7b\x40\x4d\x9b\x9b\xa2\x3c\x9c\xcf\x6b\xde\xfc\x2e\xae\x4c\x41\x51\xbf\x29\x52\x4e\xac\xcd\x60\xea\xc2\xfe\xec\xe3\xb3\xdb\x7e\x95\x9c\x63\xbc\x74\x95\x72\x09\xea\xbc\x83\x3c\xe7\x15\x31\x35\xde\xe0\x39\xf0\x2f\xb1\x25\xfe\x7e\x96\x84\x51\xcb\xd6\x0d\xcc\x1c\x11\x09\x01\x05\x28\x6a\x6f\xe0\x2b\x9b\xdb\x94\xd0\x77\xe4\xf6\x19\xf8\xc9\x89\xf9\xda\x1e\xa7\x30\x8b\xb1\x5d\x75\xc4\x8e\x0d\x02\x2f\x0c\x5a\x8d\xef\x54\xd5\xc0\x7e\xba\x0e\x08\x09\x31\x56\xb9\xa1\x57\x3c\xd9\x87\x8e\xae\x43\xb9\xc2\x06\xbb\xd9\xf1\xc4\xf6\x15\x76\xf6\x30\x04\xfa\x91\x50\xd8\x87\x10\x44\x71\x5d\x23\x1e\x3a\xcf\xc2\xd2\x39\x89\xe4\x2c\x7a\x4d\x45\x2c\x80\x6f\xa2\x85\x6c\x91\x1d\x7b\xf4\x42\x75\xa3\x37\xff\xbe\x52\x80\x3e\x93\xb6\x19\x6b\x22\xa1\x8d\xed\x78\x99\x12\xdd\xdc\xc5\xd5\xd1\x22\x49\x8b\x4b\x6b\x4a\xc4\x33\x7e\x01\x2b\xf9\xef\xbf\x04\x82\xd0\x1d\xcc\x8e\x5e\xb8\x8e\x3c\x60\x8d\x3e\x74\x3b\x20\xfe\x89\x92\x94\xd2\x2d\x9d\x15\x57\x5b\x5b\x01\x75\xe9\x13\x89\x20\xd4\xfb\x37\x63\x68\xd5\x72\x78\x97\xc9\x95\xd1\xc7\xcf\x92\x6c\xd6\x97\x07\x92\xed\xb2\x7f\x7b\x54\x5e\x0d\xbc\x8c\xea\x75\x68\x43\x3e\xa2\xe0\x7f\xf8\x1f\xff\xee\x0a\x88\xf6\x89\xa9\xf7\xe8\x57\xef\x59\x4a\xab\xc9\xff\x33\xb2\x09\xfe\x09\xdc\xc2\x84\x90\x70\xf6\xcc\xb0\x10\x23\xb8\xf1\x28\x82\x63\x74\x63\xb6\xec\xc0\xee\xfd\xf7\xdf\x72\x94\x41\x30\x68\xbb\xe6\xfc\x61\x05\xb7\x95\xaf\xf3\xd2\xd6\x24\xcb\xa2\xc5\x02\xba\xed\xea\x3e\x69\xbb\xc2\xe3\x47\x2d\xc8\x16\x3b\x77\x5d\x8b\x1c\x7f\xe2\xa1\x1b\xf4\xe1\xde\xde\x85\x63\x29\xd7\x6a\xd7\xd3\xfb\x6b\xbd\x2a\x25\xe3\x53\xb3\xfe\xee\x25\x3f\xfb\x22\x9a\x5d\xdd\xb6\xe2\xaf\xe0\xec\x35\xc5\x6a\xb6\x18\xf4\x42\x31\x9b\x34\x1b\xbf\xf7\xc3\xb5\x88\x8b\xbe\x1b\x19\xa0\x13\xca\x8d\x4c\xbc\x8d\xfa\xc9\xe3\x51\xe8\x84\x43\xd2\x50\x32\x1b\xb1\x2b\x8c\xdd\xe8\x8a\xbf\xf0\xf5\x59\x91\x54\xe9\x9b\xe2\x82\x4b\xa9\xf2\x85\x5e\x70\x32\xe8\x4e\xb5\x6e\xdb\x9d\xbc\xf1\xca\x8d\x5f\xf2\x56\x85\x24\xa9\x13\xb1\xd5\xb9\x69\xe9\xf0\xc4\xc1\x72\xb8\x6b\x5c\xf9\x40\xab\xfa\x3a\xa9\xce\xf9\xbb\x6c\x55\x87\x9a\x55\xdd\xf1\x47\xbf\xf8\xbd\x03\xb1\xd8\x13\x7a\x96\x7c\x59\x88\x7f\x1a\x37\xd5\xad\xe4\xdf\x25\xaf\xce\xb9\x2f\xbc\xf8\x22\x90\xe1\xde\x61\x7d\xe7\xc9\x8c\xb3\x03\x79\xd0\xcf\xe5\xc8\xff\x77\x91\x73\xea\xe7\x87\x6c\x1f\xc2\xc4\x78\x9e\x84\x86\xf9\x77\x04\x17\xaf\xdb\x60\x08\xd8\x27\x18\xb2\x26\xe4\x45\x0d\x6d\xc2\x92\x29\xd0\x04\x29\x23\xc4\x3a\x62\xd1\xa8\x5c\x96\x54\xf7\x8e\x8c\x9a\xd8\x1d\xfa\xd7\xba\x22\x6c\xaa\xd1\x08\x79\x5c\xcd\x16\xcf\xb5\x6d\xed\xad\xec\xd2\xee\xb3\x07\x31\x4b\x98\x55\xcd\x2b\xd4\xb8\x7d\x83\x61\x9a\x51\x9f\x20\xda\xcd\xf0\x73\x3e\x78\x7c\x4b\xfd\x89\xbb\x42\x56\xa6\x75\xa6\x3a\xd4\x74\x5c\xb3\xad\x36\x9d\x96\xa4\x9d\xda\xb4\x30\xfd\xa2\x28\xaa\x54\xe4\x49\x03\x0a\x11\x99\x65\x3f\x69\x92\xd6\x3e\x84\xf2\x75\xfb\x16\x4d\x1a\x05\x71\x12\xd9\x48\x30\x57\x96\xf8\xd0\x6e\x3c\x46\xe9\xb6\x6e\xde\xa9\xe4\x67\x41\xfa\x8d\x15\xcc\xc1\x5f\xf7\x4d\x82\x36\x46\x4a\x28\x87\x8d\x62\x96\x5b\x05\x09\xed\xc1\x57\x87\x37\x96\x37\xa3\x4e\xa0\xb7\x64\x8d\x1a\x3a\xf8\x6e\x5e\xce\x70\xc1\x97\xc5\xaa\xe6\x41\xd5\xf0\x35\x2d\x2e\x73\xaf\x66\xf8\x1e\xa9\x19\xbe\x6b\xd4\x82\x1b\x23\xb2\x8f\xc7\xec\x78\xc1\x6b\x8e\x9e\x9e\x08\x31\x0b\x3e\x9e\x49\xc3\x2e\x39\x9b\x25\x39\x3b\xe7\x39\xaf\xc0\x3e\x09\x23\xa7\x02\xe9\x87\x92\x00\x99\x5e\x98\x40\x41\xc9\x6c\x26\xaf\x12\x08\xeb\x28\x78\xde\xfc\xbf\x90\x01\xff\xfe\x4f\x26\x54\x4c\x1c\x39\x42\x53\x09\xec\x13\x80\xf9\x3d\x96\xdf\x11\x34\xf7\xf8\x29\x9b\x86\x08\xc0\xc7\x16\x6c\xdc\xcd\x7b\x9f\xc1\x9f\x8e\x06\x42\xee\x6c\xe6\xec\x0d\xc6\xaf\x1a\x9e\xa7\x1a\x4e\x9b\x68\xcb\xa2\x7b\x34\xdc\x57\x8a\xdc\x18\xb0\x33\x18\xc8\x41\xfa\x4c\x83\xee\x3d\x76\x52\x15\xcc\x18\xf4\xec\x18\x41\xec\xe9\xb6\x19\xc1\x72\xb8\x45\xb8\xba\x53\xfb\xe8\xe4\x7f\x51\x88\x74\xf0\xe9\x44\x03\xcf\x1b\x09\xbe\x5a\x49\x82\x63\x34\x2a\x61\xef\x0d\x1c\x51\xbd\x2a\xb9\xca\x38\x70\xd1\x3e\x11\x65\x8c\x60\xb2\xd3\xe3\x02\x38\x38\xc3\xf0\xb6\x26\xe0\x6b\xfa\x23\xfb\xfa\x95\x5d\xb3\x2b\x29\xe5\xb2\xb5\xab\x9c\xa7\xa7\x29\x64\x97\x6f\x1c\x4c\x68\x8c\xb5\x6b\x80\x81\xf6\x45\xfa\x01\x50\x3d\x6d\x78\xda\xee\x81\x7a\x01\x0d\x4d\xef\xee\xdf\x67\xfd\x1d\x53\x87\xd3\xeb\x58\xf6\x1d\x05\xc4\xea\xe6\x1e\xf8\xa0\x79\x04\xb2\xb0\x7b\x72\x6e\xa2\x60\x79\xde\x60\x3f\x8a\x2c\xfb\x90\x2f\x8b\x55\x4e\xa2\xa2\xab\xe8\x0a\xb0\x21\x46\xf3\xa2\x7a\x99\xcc\x16\x7d\xc9\x1a\x15\x35\xc0\x59\xab\x3f\xfb\x83\x41\x64\x1e\x31\xe0\x43\xdf\x03\xb4\x9a\x2d\x44\x96\x4e\x00\xf6\x57\x1f\xae\x17\xf2\x53\xc5\xf3\x51\x91\x67\x6b\x3a\x81\x33\x95\xe0\x06\x55\xb9\x56\xb0\x4c\x37\x6c\x8a\xb5\xf9\xa9\x66\xdc\xed\x51\x64\xe8\x94\xc1\x26\xd4\x5b\x84\x5e\xfd\xb6\x02\xc8\xa2\xa3\x2e\xf0\x86\x5d\x69\xd0\x39\x5d\x6c\x74\x45\x52\xd7\x41\xea\xda\x41\xed\xa2\xfb\x62\xc7\x36\x47\xd6\x57\xd6\x5f\xfa\x55\x33\xa8\xb8\xa4\x75\x32\x0a\x8b\xaa\xd8\x0f\x9c\xd3\x59\x56\xe4\x5c\x61\x0d\xf6\x61\x96\x86\xb6\x7a\xb8\x4d\x1d\x9e\x60\x34\x52\x53\x5e\x1b\x00\x23\xb5\xd3\xa4\x08\x3d\x2f\xaa\xe5\x84\x9d\xc2\xdf\x99\xdc\x71\x3f\x5d\x5f\xdd\x94\x57\x43\xf6\xd3\xf5\xfa\xa6\xbc\x1a\xc4\xd4\x40\x84\xa9\x72\xae\x78\x05\xff\x66\xf9\x1f\x37\x02\x83\x99\x0c\x57\x71\x57\xe4\x40\x81\xf7\x8b\xcb\xdc\x42\xde\x9b\x4f\x7e\xb6\x0f\xa5\x97\xe9\x43\x49\xb2\x00\xd5\x3e\xc2\xeb\x4b\xe7\xb2\xdf\xfc\x8c\x2f\xf3\xd4\xcb\xf6\xd2\x98\x52\xdd\xb4\x41\xca\x9b\x9e\x11\x48\x76\xff\x76\x79\x75\xfc\xe6\x75\x0c\x52\x5f\xa3\xd6\x3a\x75\x6c\x7b\x50\x20\xae\x55\xbe\x1e\x18\x44\x4d\x53\x0b\x01\x8a\x26\x5f\xc9\x9e\x23\x5f\xb1\xcb\xf1\x10\xaf\xb7\xb8\x51\xbc\xe0\xee\x45\x2e\x17\x17\xc3\xda\x93\x06\x22\x98\xf6\x6a\xcd\xbe\x75\xf2\xb0\x86\x6f\x9b\xba\x0f\x65\x38\x71\x1f\xca\x70\xda\x3e\x94\x3f\x76\xd2\x8a\x72\xc3\x9c\xd9\x1d\xfc\x0d\xd3\xe6\x56\x72\xe7\x99\xb3\xd5\x38\x93\x67\x3f\x3b\xf3\x67\x3f\x7f\xd3\x14\x02\x1f\xf4\x6d\xfb\x4e\x1f\xef\x6f\x9d\x41\x55\xc5\xb7\xcd\xdf\xcb\x3c\x0d\x67\xef\x65\x9e\x86\x73\xf7\x32\x4f\xbf\xdb\xcc\xdd\x72\xd7\x99\x99\xbd\xc3\x94\x69\x2c\xcf\x05\xaa\xf0\x32\x3e\x97\x0c\xb3\x98\x7d\x01\x0c\xc0\x54\x5d\x04\x84\xb3\x52\x41\x17\x01\xd3\xf4\x4c\x41\x44\xba\xda\x46\x37\x51\xf2\x51\x7b\x61\x1c\x5c\xe0\x2b\xfd\x99\x1a\x8f\x55\x74\x53\xa6\x62\x1d\xa4\x05\xaf\xf3\x5e\xc3\x96\x09\xc4\x6f\x58\x70\xd5\x4f\x6d\xa5\xc2\x0e\xdf\x9b\x92\x22\x28\x49\x8a\x29\x5c\x25\x98\x29\x8d\x03\xc8\xce\x12\x91\xb1\x62\xd5\xd8\xd1\xe9\x4e\xd2\x1d\xe2\xb5\x68\xc3\xee\x43\xed\xbc\xd6\x29\xfd\x58\x94\x86\x97\x3a\xd8\x66\x6b\x85\x83\x01\xfb\xfa\x35\xd6\x6e\xa4\xcb\xae\xf2\xf7\x9b\x3a\x11\xa9\x7d\x60\xc2\x3f\x7a\x8b\x15\x59\xa6\xf7\x7c\xc9\x11\x7a\xd8\x48\x71\x22\xe5\x79\x23\xe6\x82\x57\x0e\xdc\x3f\x95\xf1\x94\x7c\x38\x4b\x6c\x45\xa9\x80\xa8\xdb\x2b\x51\x2f\xd8\x19\x6f\x2e\x39\xcf\x21\xc6\xff\x85\x48\x57\x49\x86\x85\x39\xa0\x60\x81\x1d\x2a\x56\x56\xcf\x78\x9e\x54\xa2\xa8\x4d\x35\x67\x6b\x56\xa9\x2e\x49\x9e\x11\x43\x99\x60\x66\x50\x52\xca\x66\x2f\x79\xa5\x80\x95\xe9\x29\x53\x92\x9b\x81\x87\x3e\xe7\xcd\x31\x7e\xb2\xa7\x8e\x52\x17\xc3\x37\x92\x02\x0a\xfe\x53\x73\x9a\x2e\x1d\x70\x98\xcd\x69\x0b\xf4\x7c\x7c\xa2\x15\xd2\x8c\xd6\x89\x98\xc0\xe2\x15\x4f\x1a\xae\x55\x25\xbf\x57\xc5\xd2\xb4\x6c\xe4\x14\x4a\x49\x34\x45\x43\x1a\xe1\x83\x83\x13\x9a\x3c\x34\x6d\xf9\x22\xa2\x91\x72\x62\x32\x22\xa0\x21\xc7\x45\x3d\xdd\x1f\xca\xab\x99\x45\x5b\x14\xc5\x17\xb6\x2a\x61\x0f\x25\xa5\xec\x4f\x05\x9e\x5b\x70\x0f\x8f\xa9\x6e\x40\x87\xff\x3c\x2b\xd2\xb5\xfc\x9b\xe7\xf5\xaa\xe2\xa6\xa2\x7a\x59\x14\xcd\xc2\xa3\x56\x54\x6c\xb2\x10\x44\x92\x5e\xf7\xd3\x62\xb6\x02\xfc\x6f\x59\xdf\xb0\x85\x40\x8f\x96\xc5\x85\x66\x8c\x15\x91\x1d\x22\x54\xec\xf8\x01\x5b\xd5\x72\x1b\x97\xcd\xaa\xe2\xac\x5c\x24\x35\x67\x0f\xc6\x83\xe1\xad\x9b\xa8\x9b\xa2\x1c\x06\xe4\x7e\xbb\x66\x4e\xba\xae\x83\xbb\xdd\x04\xef\x14\xfa\x9c\x79\xa7\x60\x45\xce\x96\xc5\x99\xc8\x38\x4b\xf9\x85\x98\xe9\xb8\xf5\x72\x4f\x2b\x4a\x03\x57\x99\xbc\x00\xac\x16\x8b\xec\x6b\xcc\xa4\x89\x0d\xbe\x18\xf5\x83\x1b\xf2\x1b\x4e\xd6\x8e\xd9\xf1\x5b\x50\x2d\x3c\x38\xb0\x93\x54\x7c\x2c\xd8\x33\x10\x4e\xd7\x62\xaf\x9b\x7e\xc8\xcf\xb4\x83\xaa\x4c\xe4\x2c\x7e\x50\x29\xea\xf4\xf4\xb7\x3f\xa7\xae\x54\xad\x5a\x78\x67\x67\x82\xb4\x69\x74\x09\xf1\x60\x2d\xb2\x1d\x15\x26\xc7\x3f\xe2\x36\x49\x9f\x73\x52\xed\xc6\xa3\x6e\x85\x74\xaf\x7b\xb7\x38\xf3\x1d\x7c\x4b\x71\x17\x11\xc3\x86\x9e\x09\x64\xd6\xed\x88\xea\x0f\xde\x6c\xd8\xc8\x59\x52\x9b\xe5\xbf\x2d\xf5\x36\x9b\xf6\x88\x37\x86\xb2\x49\xda\x87\xc8\xd4\x49\x9e\xb2\x8a\xd7\x2a\x7a\x00\x5d\x80\xad\xc9\xb6\xab\xda\xdb\xa0\xa2\x1b\xc4\x37\x1d\x2c\x5f\x78\xa3\x68\x96\x75\xe8\x4c\x81\x0b\x9b\x1e\x51\x92\xb5\x2b\xd7\x2c\xdb\xd3\xa9\x65\xb3\x2a\x90\x80\xc6\x20\xd3\x52\x5c\xe8\x48\x53\xc8\x85\x55\x75\x78\x59\x6c\xa3\x63\x7b\xec\x47\xc5\xd6\x71\x1c\x74\x18\x75\xb3\xbf\x54\x0c\xf8\xf9\xdc\xea\xcb\x51\xa1\x3e\x17\x15\x20\x8a\x33\x0b\x63\x8e\xa9\xbb\xec\xd8\xe6\x2c\x20\x62\x75\x01\x06\x00\x35\xd0\x28\x2c\xe2\x46\x62\x6f\xdb\xbc\x1b\x0e\x94\xfb\xae\x11\x86\x78\x30\x41\x34\x64\xf9\xc3\xb3\x7f\xd0\xc3\xf2\x1c\x7c\x69\xa1\x66\x9f\x51\x02\xb6\x2e\x95\x2c\xd7\xb9\x9a\x15\xed\x9e\xbd\x9a\x2d\x9e\x79\x3b\xc0\x30\x60\x01\x86\xf8\x8e\x6e\x36\x94\x1e\xfc\x88\x57\xde\xb9\x83\xfe\x1c\x17\x7f\xf0\x06\x2d\x27\x64\xbf\xf5\x10\xbe\x7e\xc5\x64\x57\x48\xb5\x4a\xbf\x49\x50\x7a\xa4\x1e\x30\xcc\xe6\x5a\xb7\xe6\xf9\xcf\x98\x46\x3b\xdc\x24\xe8\x87\xec\xf0\xa7\xfa\x8d\x05\xde\x4e\xea\xe4\x82\xa7\xf6\x42\x82\xc6\x7a\x35\x83\xc9\x7e\x2d\xea\x66\xd3\xae\x01\xaf\x37\xb5\x75\x64\x05\xa6\x20\x08\x75\xf1\x1e\xb4\x6c\xab\x60\x99\x37\x6e\x29\xf2\x2a\x13\xdb\x51\x7e\x98\x6c\x47\x62\x39\x56\xec\xbe\xa6\x28\x7f\xce\x45\x9e\x22\x3b\x9e\x9b\x41\xc4\x4a\xb8\x52\x14\x66\xc0\x10\x1a\xe9\x6d\xea\x74\x8b\x18\x81\xa8\x7b\x35\x45\x2e\x1a\xa1\x65\x15\x2a\x06\x25\x75\x5d\xcc\x04\xb0\x19\x06\xbf\x17\x03\xbb\x40\x6b\x1b\xcf\xbe\xdc\x12\xca\x48\xa6\x76\xd7\xb1\x65\xb1\x1c\xc1\x65\xe3\x42\xa9\xe0\x31\xdd\xa7\xbe\x7d\x3d\xa7\x9b\x56\x30\xf2\xf9\xd3\xde\x09\x44\xa3\x68\x5d\xa1\xd8\x77\x59\xc8\xbd\x39\xc0\x76\x26\x20\x0a\xf0\x79\x64\xe7\x3f\xf2\xde\x62\x17\xef\xbd\x8a\xfd\x00\xc1\x0f\x4d\xa8\xc5\x7e\x51\xd1\x58\x88\xea\x73\xaf\x66\x68\xbf\x56\x0f\x88\x4a\x41\x85\xe8\x51\xc2\x73\x6c\x45\x02\xd9\x1c\xab\x9b\x50\xa1\x5c\x85\xdd\x1e\x9a\x8a\xb4\xf9\x83\x1f\x28\x42\x71\x20\xba\xa7\x92\x8c\xe9\xf8\x90\xd3\x29\x73\xc4\x8d\x2d\xb5\x2d\xb8\xca\x5e\x27\x7f\xcf\x27\xcc\xd8\x93\x98\x25\xd6\xb1\x24\x55\x66\xd2\xfa\x08\x6d\x9c\xde\xb8\xb5\xe0\x1a\xdb\xa8\xc5\xa0\x58\x5b\xd6\x5e\xae\xc7\x52\xc4\x91\x14\xe9\xe0\x25\x4c\x1d\x19\x66\xd0\xab\x2d\xc7\xa4\xd2\x82\xe2\xa3\x59\x92\x65\xba\x47\x76\xb2\x07\xe6\xf5\xaf\x6d\xb1\x46\xb8\xf2\x2f\x83\x92\x71\x9a\xf0\xbc\x69\xf8\xb2\x44\x81\x55\xd2\x19\x7b\x6c\xf1\x38\xeb\x09\x04\xba\x61\x29\x85\xa4\xfc\x75\x53\x54\x3c\x65\x22\x07\x6e\x0f\xa4\x72\x97\x42\x34\x86\x8a\x1f\x3b\x34\xbd\x29\x58\x26\x25\x69\x4d\xdb\x75\x45\xb6\x7a\xb8\x49\xbc\x5a\xdd\xad\x1a\xa5\x89\xa6\x41\x87\x08\xc8\x0f\x9b\xc9\x7c\x78\xbf\xdf\x4e\xf5\x21\x07\xd3\xcf\x78\xc3\x04\x9b\xb2\xbd\xc7\x4c\xb0\x27\x76\x02\x54\x50\xed\xc7\x4c\xfc\xfc\xb3\x1f\xbf\x4f\xe7\xf9\x24\x4e\x08\x2d\x20\x81\xe8\x54\x7f\x9c\x08\x74\x94\x82\xa8\xc2\x41\x70\x38\x6f\x8b\xb9\x2c\x48\xb0\x11\x5e\xa0\xa8\x69\xb8\x7f\xcb\x06\x2a\xda\x22\xf9\x6d\xf6\x25\x2f\x2e\x73\xcb\x2b\x26\x6a\xc3\xe4\xfc\xd2\x7e\x2c\x93\xba\x86\x7d\xe1\xee\x06\x93\x7e\xec\x17\x48\x80\x5c\x35\xba\x21\xb9\xee\xb1\x25\xdf\x42\x0e\x71\xf9\x43\x6d\x7b\x05\xe3\x71\x6e\x8a\x6b\x47\x7a\x08\x5f\x6c\x3f\x13\xed\xae\xe6\x71\xf2\xc2\x29\x34\x04\x5d\x87\xa5\xab\xa5\x23\xcd\x8c\xc7\xb0\x21\x60\xce\xdc\x14\xb9\xe6\x4e\xe3\xdd\xdb\x8c\x2e\x7a\xca\xb3\x26\x99\xb4\x99\x2c\x6c\x90\x6a\xa9\x28\x62\xa5\x8e\x16\x72\x64\x7d\x07\x55\x93\xb6\x8e\xab\x09\x79\x63\x66\xbb\x4e\xa3\xa3\x2b\xd2\xd8\x9a\x64\x5c\xfb\x19\xd7\x91\xb7\x5f\x67\x76\x7d\x59\xbe\x9b\x4f\xc5\xcd\x8b\xb1\x5a\x95\x9e\x24\xb2\x91\x41\xdc\x51\xd1\xfa\x9c\x2d\x8c\x2b\x48\x25\x3f\x77\xeb\x3a\x62\xb1\xdc\xbe\xf2\x83\x6d\xa1\x0f\xe4\xaa\x63\x7f\x0e\x0c\x83\x4b\x23\x90\x59\x9d\x8e\xee\x4c\xdd\xbe\xed\x7d\x85\x0d\xed\x12\xd9\xe6\x5d\x5b\x3e\xb4\x70\xa0\x06\x0a\xfe\xca\xdb\x23\xd5\xba\xf8\x3f\x3b\x13\x33\x82\xbd\xd2\xb1\x05\xa2\xd9\x63\x1b\x41\x6d\xba\x30\xf7\x96\xfa\x1b\xbd\x47\x6e\xeb\x94\xb9\xaa\xf9\x0b\x98\x2b\x6b\xcb\xa7\x3f\xf5\x02\xaf\xbf\x0f\x35\x3f\xe2\xcd\xb1\x58\xf2\x62\xd5\x20\x73\xa6\x5e\xc9\xd0\x79\xd0\xa4\x4d\x58\x5f\xde\xe5\x67\xc9\xec\xcb\x84\x59\xe3\xa8\x21\xd3\xae\x73\x9a\xb1\x85\x24\x62\x8d\x05\xf8\x4d\xb6\x12\x91\x3a\x19\x65\x1d\x8f\x8d\x1d\x9c\x0a\x59\x66\xb8\xc4\x44\xc3\x72\xdb\xd8\x18\x92\x1e\x9d\xda\x6e\x9d\xaa\x37\x87\x64\xd5\x14\xcb\xa4\x11\xb2\x8f\xfa\x55\xad\x56\xea\x83\x24\x1b\xb9\x11\xc4\x94\xd2\x8f\x0e\x9d\x4d\x59\x7f\x30\x69\x9f\x0e\xc7\x27\xae\xc1\xf4\x83\xb4\x66\x53\x33\xdd\x4f\xde\xf3\x59\x51\xa5\x4f\x70\x70\x43\x35\xc8\xa7\x4f\xfb\xd7\x46\x89\x33\x1e\xb3\x17\x92\xb3\x5c\x95\x66\x3c\x00\x22\x82\x77\xfa\xaa\xe6\x2f\xc1\xdd\x44\xc9\x68\x2a\xcc\x8c\x1b\xf2\x15\xee\x67\x15\xc2\x4e\x92\x03\x86\x11\x72\x46\x5f\xf8\xba\xee\xdb\x7e\xb9\xe1\x71\xbb\x8c\xa8\xff\x0a\x96\x9d\x80\x64\xb1\x8b\x99\xc6\x79\xb1\xcb\xaf\xca\x4c\xcc\x44\xb3\x9b\xe4\x6b\x5b\x0f\x5d\xca\xbe\x48\x35\x87\x19\x5c\xd9\x43\x73\x7b\x98\xbd\x88\x2f\x07\x35\xbe\x4f\x41\x3c\xc2\x9c\x5f\xf0\x4a\xc5\x5b\xc4\xe8\x92\xb0\x95\x77\x17\x45\xf1\xa5\x1e\xf3\xab\x45\xb2\xaa\xa5\x0c\xbc\x9b\xf2\xb2\x36\x2f\x92\xf2\xe6\x06\x96\x0e\x9b\xf8\x64\x87\x8c\xd6\xef\x64\xaa\x71\xf9\xcc\x0e\xc2\x7d\x02\x4d\xcb\xcd\x02\x83\xc9\x57\x25\x8d\xaf\xa6\x7b\xab\xf5\x5e\xce\xee\x97\x2b\xb6\x61\xe7\xdb\xd0\xbf\x64\xc5\xcc\x62\x4d\x59\xdf\x56\x08\xd5\xd9\x2a\xe0\x19\x7c\x95\x03\x5f\x02\x7f\x9b\x03\xa4\xab\xb1\x03\xfd\x24\xd2\x13\x36\x65\x0f\x49\xa2\xea\xbf\x30\x7a\x19\xe3\x43\xd5\x7e\xfa\x54\x50\x58\xda\xd5\x94\x67\x5c\xd2\x74\xa7\x29\xb3\xba\xde\xea\x0f\x1e\xd3\xd5\xc6\x60\x36\xb7\xb4\x7f\x46\xf2\xa0\x8d\xa3\xb4\xf8\x03\xf5\xcd\x94\xd3\x26\x84\x22\x3d\x82\x77\x91\xc3\x5c\x4b\x03\x26\xe1\xf0\x82\x57\x75\x24\xf1\x9c\x37\x60\x3f\xf8\x51\x34\x0b\xf5\xfa\x81\xd5\xfd\x8d\xaf\x5f\x14\xa9\x8a\x29\xa7\x44\x0d\xe5\x1e\x81\xdf\x40\x62\xd7\x08\xd7\xdb\xd8\xf5\x03\x28\xc7\x71\x95\x94\x60\xdf\xea\x96\x70\xd2\x9c\x52\xa1\x5b\xb2\xef\xd0\x1c\x31\xfa\x96\xa3\xcd\x92\xb5\xd7\x88\xfa\xea\xe4\x44\x07\x29\x3f\x40\xdd\x9a\x57\x4e\xae\x77\x45\xb9\x2a\xbd\x5c\xf0\xcd\xc9\xf5\x9e\xd7\x65\x91\xd7\xe2\x82\xbf\x29\x52\x0e\xfc\xa2\xfb\xc9\xab\xc1\x4d\x74\xaa\x32\x10\xd9\x49\xf6\x4a\xe4\x8d\x57\x70\x56\x2c\x97\x45\x3e\xf6\x32\x39\x15\x00\xa6\x84\x5b\x4a\x7e\x72\x1b\x71\x0c\x8e\xdd\xcc\x26\x24\x9e\x6b\xdd\x3e\x16\x79\xca\xaf\xfc\x4b\x14\xd1\xfc\x22\x81\xf5\x90\x4e\xa1\x97\xd0\xae\x8a\x0a\x59\xf9\xfb\x7a\x55\xf3\xdf\x50\x8f\x30\x54\x3f\xdf\xf0\xea\x9c\xa7\xef\xf9\xbc\xd6\x5f\x3e\x26\x55\x0e\xc1\x75\xd5\x6f\x20\x3e\xfa\x87\xbd\x87\xf4\x97\x83\x54\xff\xa5\x6c\x55\xc9\x16\xf5\x7b\x07\x54\x34\xe2\x0b\x70\x97\xed\x4a\xfd\x08\x0e\x01\xf0\xc8\x78\xe3\x87\xae\xf9\xb7\x72\xd6\x0f\xe2\x2d\xae\x79\x15\x0f\xae\xe8\xee\x5d\x5d\x60\x93\x13\xc3\x76\x8b\x0e\x66\xf4\x7f\x3d\x3e\xdc\x3f\x64\xbb\x60\x7e\x0f\x2c\x2e\x3e\xe9\xc1\x7d\xd5\x14\x2c\x61\x65\x92\xf3\x0c\x40\xc0\xe0\xe2\x82\x67\xf1\x8a\x27\x5f\x50\x8f\x2c\x6a\x44\x82\x63\xe8\x5f\xcd\xfa\x17\xbc\x12\x73\x15\x70\xb7\xe4\xb3\x81\x6c\x86\xb8\x4c\xc0\x44\x1c\xc8\xdf\xb9\x9c\x26\xe3\x32\x51\xe4\x90\xf2\x22\x2b\x6a\x2e\x97\xbf\x72\x2c\xdb\x81\xe8\x81\xec\xff\x5b\x91\xae\x91\x2c\x3e\x73\x7d\x2b\x22\xce\x7b\xaf\x8e\xdf\xbc\xde\x17\x17\xae\xe6\xcb\x78\x5b\x1c\xf1\x86\x4c\x63\xc4\x25\x63\xfc\xe0\x01\x7b\x23\x72\xb1\x5c\x2d\x25\xb5\x5e\x96\x84\xd5\x1f\x4a\x41\xd0\xbc\x92\xa1\xa7\x41\xb2\x04\x9f\x8c\xfe\x69\x6a\xf7\xcb\xe8\x0b\xe7\xe5\x41\xfe\x5b\xb1\xca\xd3\xfa\x74\x00\x8e\x0e\x3c\x47\xc8\x2e\x14\x14\x96\x22\x6f\xf7\xfb\x50\x9d\x48\xae\x7e\x74\x27\x92\xab\xae\x4e\x68\xe7\x00\x7b\x49\x98\xbe\xbd\x54\xfc\xcd\x25\xd7\x6f\x56\x26\xd6\x32\xfb\xc2\xd7\x69\x71\x99\x33\xcd\x3f\xcb\x7b\xf1\x32\xa9\x59\xc5\xcf\x45\xdd\x40\x10\x0f\x6c\x5e\x95\x3c\xcc\xff\xc6\xd7\xfb\xc5\xa5\xec\x43\x9f\x72\xc9\x5b\x35\xb5\x2a\xbb\x1a\xea\x27\x59\x5d\xfc\x7f\xec\xbd\x09\x7b\x1b\xb9\xb1\x28\xfa\x57\x60\x66\x8e\x49\xce\x50\xa4\xac\xf1\x24\x73\x69\x51\x3a\xb2\x6c\x8f\x75\xe3\xed\x4a\x9a\xcc\x79\x31\xfd\xec\x16\x1b\x24\x3b\x6a\x76\x33\x8d\x26\x25\x0d\xcd\xff\xfe\x3e\x14\xb6\xc2\xd2\x4d\x6a\xf1\x24\xf7\xbc\xe3\x2f\xdf\x44\x6c\x6c\x85\x42\xa1\x50\x55\x28\x54\x91\xb2\x88\x46\x97\x26\x1f\xb0\x68\x35\x8d\x18\xb9\xa0\x34\x43\xd5\xdb\x01\xc0\x7e\x9d\xfb\x60\x25\xec\x84\x17\xe9\x47\x7c\x9c\xf3\x3b\x74\x69\xbd\x80\xb5\xca\xd0\xa3\x9e\xbf\xbf\x3c\x7d\xef\x5c\x8e\x0d\x1c\x43\x01\x8a\xcd\xf1\xe2\xe5\xab\xa3\x5f\xdf\x9c\x7f\xfe\x70\xfa\xfe\xc3\x59\x9f\x7c\x88\x8a\x32\x89\xd2\x7d\xc4\x99\x0e\x94\x1e\xa3\x42\x69\x98\xbb\xd7\x84\xbd\x88\x8a\x4b\x79\x78\x22\x5f\x1a\xe4\xba\xdd\x14\xef\x74\xfc\xf7\xb2\xba\x48\x50\xcf\x51\x91\x44\xaf\x21\xd0\xe7\x59\x72\x91\x72\x86\xae\xfb\xc3\xe0\xba\xcf\xf1\x7c\xc9\x67\xbf\x9e\x8f\x1e\xc8\x04\xd8\xba\x3b\x8e\xea\x17\x5c\xa3\x14\x37\xf9\xca\x38\xa8\x56\xa2\xee\xf6\x41\x89\x7d\x29\x2d\x85\xa2\xca\x25\xca\x5d\x9d\x2a\x9e\x2e\xbb\x6c\x9a\x8c\xcb\xbf\xd2\x9b\xb6\x6d\x07\x5f\x76\x47\x65\x91\xe2\xef\x44\x77\xf0\xd3\xae\x65\xfb\x17\xc9\xae\x65\x77\x6e\x2b\x3d\x28\x36\x85\x48\x39\x16\xca\x9e\xd9\xd8\x83\xe3\x51\x3e\xd7\x38\xa5\x63\x2f\x9e\x89\xc4\xd7\x18\x9f\x61\x0a\x21\xa7\x74\xac\x12\x89\x5a\x67\x1c\x72\x6d\xd0\x2a\xd8\xc9\x6c\x0e\x41\x21\x97\x54\xbc\xae\x96\xca\x98\xf4\x5a\x45\x10\x74\x2c\x2d\x0d\x29\x68\xa3\x05\x6b\x59\xea\x17\xc7\x80\x05\x57\x57\x9a\x6f\xda\xf6\xcb\xc4\x60\x9d\xae\xec\xf0\x99\xa9\xb9\x76\x6d\x0d\x3a\xf6\xdb\x47\xab\x0b\xa3\x11\x05\x22\xc3\x00\xd2\x9e\x47\x8c\xd6\x84\x30\xb2\x37\x92\xa8\x36\xce\x8b\xab\xa8\xe0\x62\xcc\xbe\x7d\xae\x58\x22\xc1\x81\x78\x5c\x3a\x57\x42\x78\xbe\x28\xb5\x1c\x4e\x0a\x3a\xf6\xbd\x87\xc5\xb3\x96\x41\x50\x74\x6f\x59\x3b\xbd\x43\x42\xdd\x3a\xcf\x64\x14\x8a\x42\x27\xa6\xff\x4c\xc3\x7c\x91\x6e\xc9\x9b\x1f\xcb\x6f\xf1\xd0\x5b\x6b\x18\xe7\xb9\xc8\xe5\x9f\xbd\x48\xd8\x2c\x41\xc9\xcf\xc6\x49\xc1\x44\x58\x3f\xde\x8d\x95\x29\xdb\x23\x08\x13\x0f\x4a\xda\x01\x46\x14\x5a\x9e\x40\x1c\x53\x5e\x4b\x17\xde\xe3\xd1\xb4\x6c\x70\x4a\xe1\x36\x03\x06\x50\xf1\x6e\xba\xc9\x24\xcb\x0b\xfa\xf2\x5a\x08\x2d\x50\x96\x64\x13\x14\x9a\xe0\x79\x9a\x43\x1e\x73\xf4\xe9\x28\xa5\xe8\x59\x49\xc2\x8e\xd3\x64\x74\xc9\x47\x78\xbf\x28\x39\xdc\x7a\x3f\xe2\x08\x07\x86\x31\x23\xd7\x3e\x17\x77\xa9\x16\x16\x4d\x25\xa7\x91\x13\xe0\xa4\x4c\x4a\xc1\xac\x4f\x4c\xc0\x08\x66\x92\x8e\x13\x11\x4a\x2d\x54\x0b\x87\x1a\xaa\x08\x36\x04\x21\xb3\xb1\xa2\xf4\x00\x8b\x91\x67\x20\xf8\xbe\x48\xe2\xb7\x52\xdc\x57\xf3\x72\x02\x1b\x11\x82\xc4\x1c\x1f\x67\x08\xc8\x7b\x40\x53\x75\xd8\x29\x26\xe4\x24\x5b\x55\x5b\xb1\xc8\x73\xc9\xb0\x35\x8f\xf5\x99\xc7\x41\x8b\xcb\xa4\xf6\x1e\xb6\xa8\xdf\x6d\xee\x30\xf2\x4d\xcd\x05\x00\x96\x12\x66\xb3\xe4\x4e\x60\xb3\x1d\x5a\xfc\xbe\xa6\xf7\x97\xe9\xec\xf6\xd3\x9b\x29\x48\x3c\xc0\x24\xc6\x04\xa3\x74\xb0\x29\xa3\x84\x58\xfa\xf7\xc0\xd7\xc9\x5b\xba\x77\xb7\x03\x0b\x70\xf0\xbf\x06\xcd\xb2\xd5\x04\xe6\x6d\xab\x80\x61\xa4\x08\xd3\x0f\xee\xf3\x2a\xc9\x44\x3f\x42\x65\x6e\xb9\xe5\x2b\x64\x49\xeb\x58\x76\x24\xa0\x1a\x4b\xd9\xf5\x1a\x7f\x04\x6a\x8f\x52\xd8\xca\xbc\xa3\x13\xf3\xfb\x13\x46\xbb\x70\x59\x13\x7b\xde\x46\xf5\x47\x13\x66\x4c\x74\x20\x7f\x6d\xdb\x7c\x84\xd5\x4c\x66\xe9\x4b\x7e\x17\xfb\x58\x7c\x3d\x68\x71\x91\xd6\xe9\xce\x8f\xf4\xc2\x3b\x7d\xeb\x7e\x0d\x74\xed\xbb\x8e\x1c\x54\xe2\xeb\x2d\xcd\x16\x02\x67\x2b\x52\xe6\x93\x49\x4a\xfb\xf2\xff\x9d\x62\xce\xc8\xb8\x58\xdc\xd7\x50\xf0\x32\xd0\x40\xc9\xfa\x93\x58\x1f\x69\xca\x68\x81\xfc\xec\x8e\x98\x58\x6a\x2c\xb2\x88\x07\xb4\xdc\x83\x96\x2b\x30\x05\x34\x5e\x13\xae\xab\xf6\xf8\x0e\xa8\xba\xe0\xd3\x31\x44\xd7\x2b\xae\x76\xcb\x97\xc3\x1c\xcf\x52\x9f\xcb\xe8\x15\xd2\xe9\x5a\x2b\x2d\x4f\xad\xdb\x3e\x29\x63\x25\x12\xc8\x17\xb1\x5e\xf0\xbf\x58\xad\xb9\xde\x85\xad\x25\xf6\xfa\xcb\x43\xf1\x34\x87\x5c\xb5\xf2\x17\x39\x3c\x24\x2d\x73\x82\xca\xd7\xb1\x8a\xcd\xbb\x50\xd8\x41\x62\xc8\x00\x1d\x86\xf6\x45\x2c\x39\x24\xcd\x26\xe9\xa3\x72\xf3\xf8\xd4\x02\xca\x8d\x48\x87\xde\xac\xca\x23\x12\xfb\x88\x52\xae\x03\xc1\xff\x3d\xaa\x13\xa6\xee\x25\x3b\x55\x45\x27\xd3\x5f\x2c\x8d\xb2\x6f\x53\x61\x37\x14\x48\xb0\x3a\x94\x60\xe5\x99\x1e\x38\x69\x83\x41\x04\x03\xc1\x02\x21\x8e\xd0\x61\x37\x09\x84\x11\x0a\x04\x71\xea\x5b\x64\xc4\x57\x1f\x1b\x2e\x62\x5d\xcf\x91\x11\xd7\xde\xf9\x00\x7c\xdf\x18\xd2\xfa\x96\x55\x6d\xe0\xbc\x10\x78\xbe\xb8\x80\x33\xfc\xa5\xb0\x82\xb8\xbe\xc9\xdd\x6e\x37\x24\x65\xd9\x52\x09\x26\x2e\x0e\x38\x22\x35\xa7\x26\x39\xac\x2b\xec\x57\x8b\x3b\x19\xa3\x45\xf9\x8a\xcb\xca\x78\x30\x8e\x5b\x5d\xc0\x77\x5e\x60\xb1\x90\x36\xef\x05\x52\x1a\xea\x6b\xd6\xa1\xba\xae\x3a\xe2\xec\x46\xdc\x69\x33\x5a\x90\x32\x97\x84\x0a\x7e\x84\x32\x76\x06\xd0\x10\xdc\x57\x65\x79\x49\x64\xee\x80\x8b\x3c\xbe\xc1\xcb\x60\x5d\x5b\x00\x7f\xc3\xcc\xfc\x58\xda\x67\x90\x33\x66\x5a\x65\xa7\x0b\xdd\xd3\x48\x1d\x3d\x75\x15\x48\xfe\xd5\xde\x06\x21\xfe\xd9\x76\xe3\xe1\x54\x5d\xa5\xf0\x11\x3a\xce\xbe\x12\x2c\x13\x6b\xa3\x5a\xd1\x0f\xf5\x7a\x76\xc7\x1e\x91\xb2\x1b\xe8\x3c\xd4\x41\x37\x1f\x8f\x9d\xc9\x7b\x4c\x26\xa8\x44\xbb\xdd\x79\xad\xc8\x80\xd0\xb4\x7c\xe6\x2a\xdd\x84\x7c\xb4\x1a\xaa\xe8\x5b\xee\x8e\x54\xd6\xb4\x13\xe1\xae\x2a\x74\x64\xf3\x0a\xa2\x15\x5a\x60\x95\xea\x3c\x4a\xf3\xc9\xdb\x08\xa4\x2b\x57\xe0\x54\xf6\x81\x67\x76\x1b\x9b\xc3\xf1\xd3\x49\x77\x72\xd8\x9d\xd0\x12\xce\xad\x24\x9b\x1c\x83\xdf\x34\xaf\x88\x04\x08\x41\x41\x76\x17\x9e\x25\xc3\xe6\x94\x6d\x37\x69\x87\x2f\xc7\x38\x1d\x76\xcb\x7c\xee\x2c\x84\x3d\x00\x3e\x60\x9d\xee\x7b\x3d\x72\xdd\xbb\x01\xc3\xed\x22\x8b\x96\x51\x02\xeb\x44\x92\x8c\x9c\xbc\xec\x10\x96\x6b\x67\x26\xfa\xcf\x45\xb2\x8c\x52\xbe\x7a\x29\x1d\x97\xbd\x32\x9f\x57\x13\x10\x32\x3d\x2b\x73\xe3\x8e\x03\x33\xef\x04\x2c\x90\x6e\x41\x99\xcf\xb5\xfb\x51\xb0\x6f\x63\x51\x56\x7d\x57\x75\xbd\xa1\x67\x63\xf5\xf1\x18\x97\x74\x20\x02\x17\xa2\x34\x9a\xcd\xc1\x83\x28\xba\x56\x37\x17\x6c\x4e\x47\xc9\x38\xa1\x31\x99\x25\xc2\x53\x68\x16\x5d\x1b\x97\x16\xd5\x56\xf7\x21\xdd\x85\xa0\x83\x23\xe9\x16\x2b\xdc\x28\x0b\xae\x15\x32\xf1\x32\x70\x4a\x45\x8d\xd6\x75\xef\x46\xe7\x42\x09\xbb\xc9\xe9\x1f\x92\x5b\xf2\x76\xba\x45\x0f\x6f\x16\x21\x79\xcc\xe6\x34\x3e\xe2\x7d\xd7\xf2\x4c\xde\x4b\x9f\x5c\xd2\x9b\x7c\xec\xdc\x04\x19\xa7\x1f\xe4\x69\x62\xe5\xad\x10\xa2\x1c\x5a\xf8\x0e\xb6\xfd\x83\x58\x67\xad\xe3\xb3\x6a\x12\xe5\x67\x1e\xa6\x20\xfe\xd3\x74\xd5\x76\x83\x9f\x6a\x5a\x78\x1b\x95\x53\x4e\x1e\x2d\xd4\xf8\x23\x9f\xd3\x27\x33\x01\x9b\x2b\x7a\x8d\x93\xac\x85\x86\xaa\x6b\x8c\xb8\x9d\xb4\xb1\xa2\x47\x6d\x1e\x5f\xc3\xd3\x73\xd8\x75\x15\x97\x13\x1e\x37\x46\x92\xaf\xe2\x6c\xf6\xee\xf0\x25\x74\x32\x00\x11\x1d\xb1\x24\x4f\x29\x41\xb6\x50\xbb\xb7\xd0\x2d\x04\xe7\x9c\xc8\x61\x99\x38\x0a\xa4\x51\x68\x74\x29\x02\x46\x2b\x6f\xe1\xf1\x9c\x5b\x91\xae\xc5\x49\x91\xf1\x45\x96\xd8\x9b\x16\xa3\x0d\x07\x12\xf0\x09\x3e\x88\xc7\x07\xc5\xca\xba\xe3\x9c\x65\x1d\xbf\xff\x4f\xe1\x15\x97\x8f\x5e\xeb\x44\x1b\x7d\x2f\x81\xe2\x88\xe1\x4b\x89\x50\x44\x31\x5c\x6e\x5e\x47\xdb\x1e\x82\x01\xb1\xc8\x59\xbe\x79\x41\x97\x10\xd1\xdd\xd6\x38\x89\x70\x01\xb4\x79\x4d\xab\x79\xdd\xec\x10\xdd\x02\xfc\x02\x63\xc7\x27\xd0\x4e\xe8\x7b\xe3\x77\x71\x63\x75\x71\xe3\x77\x71\x83\xbb\x58\xb7\xdb\xa1\xdd\x67\x77\x5a\xbf\xe1\xd0\x53\xce\x2d\x09\x67\xbb\xcb\x88\xed\xae\x22\xd6\x86\x7c\x2a\xc8\xe3\x25\xa7\xaa\x00\xf5\x39\x5e\x6d\xbd\x1e\xf9\x4d\x44\xbe\x23\x91\x0c\xb9\x2f\x3b\x90\x37\xa1\xf2\x69\x0e\xa4\xe0\xba\x12\x71\xf2\xb4\x38\xbe\x04\x99\x9c\x3a\x11\xf3\x50\xd7\x32\xc6\x06\xaf\x7d\x49\x6f\xf8\x02\x31\x06\x5e\xb6\xb1\x7c\x3a\x28\x8d\x7c\x8c\x6b\x1a\x49\x4c\x91\x98\x1f\xe7\x20\xe5\xab\x07\x5d\x2a\x62\x1e\x3e\x46\x6c\x38\xb7\xbf\x88\x0b\x90\xef\x3d\x8c\xb3\xfa\xda\x2e\x4a\xcb\xbf\xd2\x1b\xf1\xa6\x47\x5d\xba\xc9\x5f\x97\xc2\xf9\x09\x2c\x04\xca\x11\xaa\xcb\xe6\xd1\x88\xfa\x62\xd6\xf1\xf9\xe9\x1b\xf2\x03\x39\x7a\x73\x4e\x7e\x20\x67\x1f\x8e\x8e\x5f\x92\x84\xc9\xb9\xc6\x24\x5e\x80\x4c\x70\xc9\xf9\x1e\x6e\x48\x97\x55\x6f\xce\x75\x39\x2b\xf3\x39\x57\xdf\xa2\x09\xc0\xef\x54\xb0\x1e\x25\x10\x57\x3a\xbc\x17\x7e\xc4\x6a\x65\xf4\xea\x4d\x3e\x02\x75\xcc\x20\x0b\xde\x26\x86\xd1\x43\xd9\x28\x9a\xbb\xc7\xbf\x63\x61\xe3\xe8\x55\xfd\x56\xc8\xc3\x21\x36\xfd\x90\x93\xf3\x35\xbf\x20\xdb\x7f\xfc\x18\x68\xa4\x66\xa6\xb5\xb8\xe0\x03\xb4\x5d\x9d\xf3\xf6\x47\xf0\x03\x50\x8a\xa7\x34\x6c\x06\xc3\x81\x3b\xa5\x6a\xeb\x8a\xed\x49\x06\x70\x67\x6f\x01\x21\xd5\x30\x79\x53\x8d\x2f\xdc\x5b\x74\x89\x0f\xfb\x7b\xaf\x1f\x21\xec\x2a\x29\x47\x53\xbc\x3c\x9e\x9e\xde\xfb\xde\x19\x81\x64\xf9\xce\x38\x4a\xd3\x72\x5a\xe4\x8b\xc9\x54\xcb\xd2\x1a\xfe\x88\x51\x77\x81\xfb\x76\x15\xef\xcc\xdc\x24\xa0\xd9\xcb\xe4\x8d\xc1\x5b\x07\x02\xee\xf6\x7a\xe4\xfc\xfd\x8b\xf7\x7d\x12\xd3\x92\x16\x33\x8e\x93\x64\x4c\x30\xec\x57\x11\x03\x5a\xca\x84\xeb\x9f\xd7\x81\x9e\xbb\xb8\x86\xda\x34\xf5\xdb\x48\x9a\x1e\xa8\x20\x23\xfa\x14\xe4\x0a\x8b\xea\x1f\xb8\x81\x39\x5f\xd7\x75\x58\x5a\xcc\x83\x79\xbd\xeb\x64\x17\x78\xb3\x60\x84\x93\xce\x36\xd2\xc7\x8e\x20\xdd\xb6\x25\x68\xdc\x19\xe8\x18\xc2\x0f\xfe\x01\x60\xff\xf0\xa0\x60\xa7\x90\xe8\xf4\x0e\x60\x6f\x12\x0f\x15\x76\x61\x4e\x18\xfe\x07\x01\x5b\x26\x0f\xfb\x06\x70\xff\xf0\xc0\x70\xc7\x82\x7f\x07\x60\x75\xd8\xab\x7f\x08\x38\x7d\xad\x5d\x5b\x26\xee\xc0\xe3\x86\x9b\x4e\x90\x2d\xa4\x8d\x75\xc8\xba\x52\xa9\xee\x05\x59\xc8\xc8\x71\x11\x24\x0f\xa1\x9b\xc9\x83\x28\xdc\x46\x99\x3b\xb3\xd6\x55\x92\x75\x48\x53\x7a\x17\x36\x3b\xb6\x24\x6a\x05\x33\x3a\x96\xb1\x8c\xbe\xef\x55\x41\xe2\xba\x1e\xfa\x32\x7a\x8d\xd9\xf5\x7e\x80\x6c\x01\x8a\x1b\x77\x02\x3d\xf9\x0b\xab\x1d\xd7\x49\x19\xd2\x3a\x8c\x68\x0e\x17\xdd\x46\x2e\x47\x57\xf5\xee\x7b\x1b\xff\x02\x3c\xcf\x9e\xa7\x8b\xe2\xb0\x2b\x85\x80\xad\x69\xc5\x3a\x6e\xee\x20\x37\xd5\xa3\xa9\xc6\xca\xa0\x4c\xd0\xaf\xf2\x02\x4c\x15\xf5\x66\x67\xbd\x7a\x2a\x08\xe9\x3d\xd4\x99\x77\x94\xc6\x60\x85\x44\x3a\x58\x40\xb5\xe0\x6a\x99\xd1\x29\x16\x73\x12\x2f\x28\x6f\xf5\x2a\x29\xe8\xab\xfc\x9a\x5c\x2c\x26\x7d\xab\xdf\x69\x59\xce\x59\xbf\xd7\xbb\x58\x4c\x7e\x4f\xd2\x34\xea\xce\x72\xf1\xff\x79\x31\xe9\xb1\x69\x7e\xf5\xf9\x62\x31\xe9\x8e\x26\xc9\x61\x12\x0f\x9e\xec\xed\xed\x3e\x79\xfa\xe3\xbf\x9f\x9e\x25\x6e\x71\xac\x47\x28\x9b\xae\x30\x3a\x7c\x80\x60\x98\x41\x57\x30\x27\xa1\xdb\xfe\x10\x8f\xfc\xe6\x5c\x74\x4c\x5a\x8f\xea\x2c\x67\xed\xcd\x4c\x06\x31\xbb\xc5\x1c\x73\x98\x5f\xe7\xf7\xe2\x2f\x72\x2f\x38\x84\xbb\x0d\xab\xbb\x03\x18\x1b\x01\xf1\xd9\x1c\x41\x57\x00\x9e\xdd\xdf\x7d\x36\xe8\xcc\xc3\x7e\xaf\x65\x8d\xec\xf9\x5c\x18\x30\x7b\x3d\xc2\x09\x45\x98\xfc\xa9\xbc\x3e\xc2\x4b\x29\x3d\x64\x9c\x8d\x7e\x3e\x4d\x18\x99\x2d\x58\x49\x2e\x28\x89\xf3\x8c\x92\x68\x5c\xca\x67\x12\xc2\x94\x32\x92\xb7\x69\x53\x70\x48\xcf\x62\xaa\xc2\x30\xc1\xbf\x82\xfe\x73\x41\x59\xa9\x53\x33\xbe\x2a\xa2\x19\x95\x33\x42\xaf\xe6\xea\x2e\xd3\x3a\x64\xb7\x6d\x2b\x65\x8e\xad\x97\x2f\x90\x5d\xa1\xd7\x23\x47\x71\x4c\x22\x61\xc9\x50\xb1\xa9\xe0\x91\x65\x94\xa6\xc0\x96\x16\x73\x15\x0b\x31\xcf\x46\x14\xe1\x84\x24\x8c\xe4\x73\x9a\x75\x6d\xd6\x80\xae\xed\x9d\x0d\xe9\x72\xe1\x1a\x85\xb6\xda\x95\xc1\x57\x53\xb1\x43\x93\x9e\xa2\xd7\x29\x3c\x3d\xcd\x59\xf5\xb2\x3e\x32\x29\xe2\x90\xc3\x55\xcd\xd6\xf4\x68\x88\x0c\xf0\x4a\xb9\x17\x02\x1d\x32\x8f\x0a\x46\x5f\xa5\x79\x54\xb6\xbc\xe7\x6f\x6d\xf2\x3d\x79\xb2\xbb\xbb\xdb\xae\x9a\x98\xa3\x7a\xad\xd1\xbc\x2a\x59\x79\xdd\x7b\xd2\x9d\x1d\xc2\xa6\xf9\x22\x8d\x49\x9e\xa5\x37\xa4\x58\x64\x1c\x0b\x68\xe6\x24\x2f\x54\xd6\xbc\xd9\x82\x4f\x58\xdd\x58\x81\xb1\x1c\xbb\xa4\x89\x5a\xc8\x00\x6a\x1e\x68\xb9\x5b\x32\xc8\x56\x74\x8c\x33\x75\x7a\x5b\x3d\x61\xa7\x77\xe1\x4f\xed\x78\xe5\xa9\x66\x0b\x46\x5f\xd0\x8b\xc5\x44\x3d\x2a\x73\x73\x4e\xa0\xfb\x61\x73\xb1\xad\xcd\xf4\xfb\x96\xe7\x9f\x59\x84\x55\xb7\xdb\xf5\x65\x20\x7c\x79\x1e\x0f\x56\x8e\x4f\xa1\x75\xd9\x34\x76\x8a\x5f\xa6\xb3\x35\x36\xca\x99\xd9\x39\x15\x4f\xe9\x18\x57\x54\xde\x1b\x83\xd5\x88\xb1\x96\x9b\xf1\x2f\xec\xbd\xa9\x2a\xb5\x51\x47\x15\x2e\xd9\xce\xe0\xb2\x87\x8a\xca\xe4\xf0\xb0\xaa\x1f\x8c\x99\x6a\x67\xe7\x41\xb5\xdf\xbf\x72\x6d\xa9\x6e\x2c\x5d\xc5\x74\xd6\x30\xf0\x7c\xa9\xae\xfd\xf5\x2b\x79\x64\x1c\xcb\xda\x81\xc3\x3a\xe8\xf5\x1d\x46\x48\xc8\x3d\xfc\xf0\x30\xd4\x1e\xf5\x1e\xf2\x55\x1f\xac\x5a\xa1\xfe\x43\x55\xf9\x00\xa1\xef\x6d\xc7\x49\x6e\xfd\x40\x02\x5e\xd8\x29\x3f\x8c\x8f\x70\x5d\x8e\xf3\x70\x89\x85\x95\xd1\x82\x7d\x28\xe8\x32\xc9\x17\x2c\xbd\x81\xaa\x34\x06\x07\x32\x29\xd1\x55\x0c\xb9\xb1\x1d\x47\x18\x3f\x08\xd0\x60\x42\x65\x19\xac\xb6\xd0\x3a\x0e\xeb\x74\x28\x14\xa1\xd2\x41\x77\x85\x73\x38\xbe\x35\xb8\x10\xcf\x21\xe1\x89\xb1\x6a\x7c\x80\x58\x8d\xe3\x01\xb7\xa5\x3d\x1b\xef\xa4\xfd\x38\x59\x5a\xac\xc2\xb0\x89\xca\xa4\x78\xeb\x03\x5b\xde\x5d\xd9\x2f\x06\xed\x56\xc2\xcb\xed\xd0\x1e\x15\x46\x86\xa7\xc9\x9c\x5b\x6e\x6c\xbe\x26\x3d\x67\xc8\x36\xe9\x57\xf5\x98\x8c\xf2\x0c\xe6\x32\x6c\xcc\xf2\x25\x1d\x36\xb6\x9c\x5e\x60\x10\xcb\xbc\xb2\xdf\x8b\x93\x25\xaa\x81\x4b\x01\x8b\xc0\xb9\x7d\x37\xb6\x75\xc5\xf8\x9e\xa2\xb2\x86\x30\xbe\x3b\x09\x43\xd9\xad\x2d\x88\xbc\xe5\xf6\x2f\x55\x1c\x9c\xec\x63\xd4\xce\x68\xb6\xf0\x4c\xbe\x25\x9d\xb1\xc1\xea\xa3\xfb\x9d\x80\xdb\xee\x8d\xce\x89\x09\xb9\x54\x2d\x8f\x4b\x08\x3a\xcd\x87\x3e\x29\xe9\xec\x9c\x5e\x97\x1d\x92\x67\xc0\x53\xfb\xb5\x37\x99\x76\x9e\x38\x7b\xac\x11\x17\x7b\x82\x83\x41\x49\xed\x68\xc8\x91\xc2\x1f\xe2\xd3\xda\xfd\x92\x9b\x63\xcc\x33\x3e\x79\x95\x21\x71\xf0\x39\xa8\x90\x2f\xe3\x09\x75\x8b\x47\xf9\x92\x16\xa2\xd8\x2d\x8a\xed\xa7\xf9\x83\x95\xf3\x56\xbf\x5b\xe6\xf3\x37\x74\x0c\xdd\x7a\xc3\x3a\x8d\xc1\x7b\xcc\xb3\x6e\x82\x48\x26\x4f\x54\x70\x02\x75\x6b\x08\xd5\xd7\x65\x64\x3e\xf5\xd9\xed\xec\xbd\x60\xef\x84\x95\x7a\xf3\x85\x77\x80\xb5\x3b\xf6\xed\x97\xf1\xf2\xbb\x91\xac\xbc\xd0\x9a\x58\x8c\x7c\xfc\x38\xf4\x66\xe3\x11\x39\x18\x90\x96\xfd\x62\x88\x9f\x1a\x76\xad\x2e\x9b\x45\x69\xda\x76\xb6\xc2\xbe\x88\xee\x00\x1b\x54\x3f\xf3\x58\x03\xef\x71\xbd\x7f\x6d\xde\xb6\x6f\x71\x5e\xf1\xaf\xc8\x53\x3a\x58\x61\x97\xf4\x43\xd2\x8c\xf8\x0f\xa1\x22\x34\x49\x9f\x34\xe5\x9f\x0e\x52\xa3\x22\x89\xde\x44\x17\x34\x4d\x69\xfc\xfc\x66\xb0\x42\x0f\xa7\x02\x35\x5f\x40\x90\x99\x0b\x51\xd5\x7e\x66\xe5\xd4\x46\xc4\x9c\x07\xc4\x2a\x43\x27\xb6\xb8\xf2\xa8\x5e\x08\x21\xe2\x9c\xd2\x52\x13\x2c\x0a\x93\x3d\x65\xcd\x92\x4c\x93\x98\x12\x26\x8f\xad\xae\xd7\x50\x04\xcb\xd0\xe1\x63\xdc\x58\x43\x22\x50\x80\x0c\xd2\x25\xbd\xdc\x8a\x24\x12\xee\x82\x5c\x95\x29\x93\x6c\xe2\xf4\x5a\x75\x66\x0e\x56\x55\x25\x01\xbc\x8a\x11\x06\xab\xb0\x20\x64\x1d\xb0\xa4\xfe\x84\x2c\xf2\xbc\x5c\x4b\x82\x78\x64\x25\x5e\x6e\xaa\x30\x97\x4d\x4b\x00\x38\x70\x37\xe7\xca\xc9\xfb\xed\x9d\x69\x84\xec\xcb\x87\x7d\x7e\x89\x9c\xce\x14\x26\x3c\x58\x39\x02\x8c\xf9\x27\xde\x07\x9e\x4f\xe9\x8c\xc6\x9c\x72\xd1\x6b\xc1\x60\x7d\xc9\x59\x79\x55\xfd\xba\xe2\x10\xbd\x90\xe8\x93\x2a\x2a\x93\x50\x05\x5c\xa8\xe5\xc9\xe8\x7c\x0d\x36\xe7\xdb\x32\xaf\x04\xcf\x3d\xa4\x5d\xe6\x44\xdc\x83\x32\x20\x7a\x10\xb2\x6f\x05\xb6\x08\x41\x61\xe7\x3e\x19\xac\xea\x1f\x17\x70\x4e\xf4\xe5\x4f\xdf\x79\x7a\xdd\x97\xe0\x0c\x03\x29\x4d\x06\xc3\x86\x48\x43\x33\x6c\x84\x97\x04\xbc\xdd\x06\x2b\xc7\xfd\xad\x62\xfd\x4c\x18\x7d\xdc\xa2\xa2\xf2\x59\x99\xcf\xed\x8e\xf3\x79\x18\x6c\x69\x36\x1a\xac\xd0\x1d\x4e\xa0\xa6\xb7\x42\xfc\xdf\x0a\xeb\xd1\x81\x46\xfb\x76\xac\x11\x7f\x95\x43\x12\x1f\xb1\xb4\xf3\x4d\x84\xe1\x4a\x70\xfc\x0b\x30\xa9\x03\x7c\x8e\xc1\x59\xa0\xbf\x58\xe1\x9a\xb3\x45\x9a\x9a\xa3\xcc\x64\xb0\xd5\x2f\xc3\xbb\x32\x0f\xb4\x7c\x63\x24\x5e\x08\x8a\x80\x29\x3a\x1c\x5b\xd8\xea\x60\x3d\xca\x97\x36\x24\xc8\xc7\x52\xe4\x23\xca\x58\x97\x66\xcb\xee\xbb\xf7\x2f\x5e\x7e\x7e\xf9\xee\x6f\x10\x80\xbc\x39\x2f\xf2\x78\x01\x5d\x9a\x34\x16\xdb\xda\x76\x8a\x45\x4a\xd9\x4e\x3e\x16\x3f\xc9\xce\x0e\xb9\x58\x24\x69\xbc\x53\x26\x33\x08\x0c\x1f\x27\xd8\xa7\x00\xc5\xdd\x31\x2e\x81\x99\x88\xea\x20\x66\x68\xa2\x36\x5a\xef\x5e\x90\xb2\xc8\xfa\x90\x83\xd7\x79\x07\xd3\xac\x7e\xdd\xd2\x44\x6f\xf5\xef\x1a\xd7\x0f\xde\x61\xc5\x5b\x25\x9b\xd6\x4b\xe8\x85\xde\xe1\x27\x94\x9b\x82\xb8\x22\x4a\x8f\x17\x81\x4a\x45\xdd\x79\x88\xc8\x3f\xa1\x68\x04\x5b\x47\x22\x10\x98\xd8\xbf\x05\x20\x22\x1e\x81\x46\x8b\x0a\x12\x76\x66\x5e\x7f\xdb\x99\x17\x54\x00\xb8\x51\x3e\xf7\xe8\x62\x9c\xd0\x34\x66\x7d\xf2\xb1\x09\x2f\xe0\x9a\x1d\xd2\x94\xa8\xea\x90\x66\xd5\xc9\xdd\x14\x7e\x9c\xd6\x1e\xab\xdc\x5f\x38\xd7\xf8\x28\xcf\x46\x91\x00\xf4\x8c\x96\xac\x43\x5e\xe5\x59\xf9\x1b\xbc\x27\x73\xa3\x24\xd9\xb9\xc4\xb7\xcc\x56\x5e\x49\x43\x86\x30\x22\xc6\x7f\x70\xbc\x3d\x07\xa6\xee\x67\x31\x37\x65\xa1\xb8\x65\x6e\x4f\x67\xf3\x34\x29\xab\xba\x42\x85\xf8\x6f\xd4\x2f\xea\x79\x5e\x24\xb3\xa8\xb8\x91\xcb\x48\x58\x19\x65\x71\x54\xc4\x01\x00\xa1\x13\x10\x1a\x42\x14\x5d\x39\x2f\x31\x76\x55\xbc\x2a\xe8\xaf\x76\x11\xdc\x50\x35\xcf\x7f\x3d\x3f\x7f\xff\xee\xf3\xeb\x97\x27\xbf\xbc\x3e\xe7\x6b\xfe\xe3\xde\x1c\x62\x50\x05\xab\xbd\x3d\x79\xf7\xf9\xb7\x93\x17\xe7\xaf\x79\xcd\x9f\x77\xe7\xd7\x81\x9d\x63\x90\x5b\x91\xe0\x5d\xbe\xd6\x14\xc0\x76\xc8\x68\xc1\xca\x7c\x26\x9a\x1c\xf6\xed\xa9\x77\x14\x42\x0f\xad\xc4\xef\x16\x76\xdc\xb8\x1d\x17\x0e\x59\x78\xf5\x43\xb4\x23\x80\xb2\x9f\xc5\x32\x97\x2a\x82\x3d\x79\xb4\x13\xea\x4a\xba\xa4\xd4\x77\x66\x22\x14\x43\xa6\x7a\x64\x91\x9d\x25\xd9\x6f\x49\x5c\x4e\xfb\x95\xeb\x81\x54\xf2\xa9\x7c\xec\x19\x5c\xe1\x60\x78\xe0\x0b\x9a\xf6\x6d\x5f\x6b\xb5\xa1\xfb\x78\x73\x77\x19\x9d\x25\x17\x79\x1a\x7b\x9d\xac\x5d\xcd\xd3\xe1\x11\x5a\xb0\x70\xd7\x06\x1d\x65\x1e\x82\xd0\xa1\x07\x24\x40\x0e\xed\xdd\x25\xf1\x4c\xfa\xce\x2e\x93\xdf\xcd\xcb\x5e\x77\x81\xcc\x5b\x4c\x44\x79\xca\xa9\xfd\x91\x25\x79\x60\xbe\xf7\x3a\x99\x4c\x21\xb7\x0a\x78\x52\xa8\xd4\x81\x13\x5a\xe2\x82\x77\xf9\x51\xfc\x8f\x05\x13\x53\x77\x36\x62\x88\x15\x9e\x30\x50\x0b\xe5\xa5\x92\x79\x40\xbd\x7d\x2e\xfd\x30\xa7\xd8\x8a\x51\x74\xc8\xc9\x69\x74\xb5\x01\x54\xc5\x09\x10\x1a\x5f\x24\x10\x60\x90\xef\x21\x4d\xbc\x2d\xbe\x2f\x75\x6f\x6a\x4f\xda\xc1\x8f\xcd\x2b\xa8\x66\x74\xc1\xf2\x74\x51\xea\x74\xf4\x57\x82\xbc\x9f\xc8\x9f\xd2\xd9\xec\x47\xf5\x1b\x92\xd5\xff\x2c\x7f\x5c\xe4\x65\x99\xcf\xd4\xef\xb5\x1b\x4d\x48\x4b\x82\x21\xb2\x50\x6c\xc7\xe3\x22\x28\x98\xee\x8a\x30\x3a\x8b\xb2\x32\x19\x1d\xe7\x69\x5e\xb0\x3e\xe1\x7c\x28\x4a\x69\x59\xd2\x3e\x99\xcb\x30\xcf\x74\x46\x71\xfe\x75\x22\xd4\x8b\xe7\xd1\xe8\x72\x52\xe4\x0b\x48\x39\xca\xba\xee\xc7\x67\xd5\xf5\x3f\xc0\x23\x80\x70\x33\x59\x56\xd3\xfa\x35\xd7\xe8\x2a\x5a\xcb\xb2\x9a\xd6\x2f\x84\x34\x1b\x6e\xae\x0a\x03\xb3\x3d\xa7\xd7\x25\x6a\xc3\x7f\x7a\xa3\xf0\x8f\x3e\x74\xe8\x6b\xb0\x45\x00\x22\xfc\x39\xd8\xe6\x78\x4a\x47\x97\x5e\x13\xf9\xb5\xae\x45\x18\x3c\xbb\xf0\x99\x15\x0f\x4c\xa5\xb0\xb1\x19\xf5\x85\xc6\x19\x10\x4e\xdf\xc3\x33\x0a\x44\x80\xca\xc1\xde\x2a\x19\xa9\x0e\x93\xcb\xbb\x96\x43\xdf\x66\x04\xd9\xa4\x7a\x20\xb7\x82\x4a\x63\xc1\xac\x13\xe0\x63\x88\xd9\x7d\x72\x3c\x2a\x2f\xf2\x22\xa6\x85\x04\xa4\xc9\x5b\xa4\x7c\xdb\x36\x2d\xf3\xf0\xa8\xae\x78\xed\x9f\x24\x16\x02\x24\xdd\xdf\x06\x01\xb2\x49\x35\x02\xe4\xb2\x06\xc7\x7b\x79\x3d\x8f\xb2\xf8\x0f\x1c\x50\x96\xfd\xd1\xe3\xdd\x81\xb0\xb6\x1d\xd6\xa6\x2f\x7b\x74\xb5\x7b\xfb\xd8\xc1\xcf\xe9\x46\xd5\xe9\x6c\x0d\x99\xd7\xe2\x1e\x24\xad\xa8\xf5\x97\x22\xba\xe1\xd0\xd8\xb4\x6c\x13\x7c\x45\x1d\x17\xdc\xa6\x08\x41\xb4\x2d\xd9\xf7\x7a\x04\x24\x4a\x39\x4d\x19\x0e\x4c\x2a\x7f\xe6\x08\xd6\x97\x85\x7d\xfc\x02\xf3\x9e\x5b\xb9\x4f\x9a\x19\x44\x59\xda\x0e\x54\x04\xce\x5b\x9a\x2d\xc4\x5f\xfe\xda\xce\xbb\x57\xd3\xa4\xa4\xd5\x0b\xda\x2c\x8b\x28\x63\x22\xbd\x4e\x73\xc3\x2a\x36\xfb\x53\x4e\x60\x4d\x17\x7e\xb7\xcf\x79\x37\xa3\x8b\xb2\x88\xd2\x37\x56\x9c\x93\xea\x8e\xb7\x46\x15\xd9\xc4\xd4\x6c\xb4\xb9\xbf\x6e\x8d\xd0\xc0\xa6\xf1\x66\x5b\x7d\x68\x3f\x10\x3a\xb7\x18\x60\xeb\xa9\x49\xe9\x11\x0d\xd9\xed\x76\xeb\xa4\xcb\x56\xbb\x9a\x76\xf4\x3a\x9f\xd3\xa2\x4c\xa2\xe2\xe6\x28\x2d\x1f\xe4\x6c\xab\xd8\xc6\xee\x86\xbf\xdd\x9c\xb7\x59\x4b\x90\x2c\xbb\x52\xdc\xac\x9e\xdd\x06\xaa\xd9\xe2\x60\xd1\xa8\xfb\x3f\x8b\x08\xae\x2e\xb7\x41\xde\xad\xf7\x5f\xb8\xf3\x3b\xec\x83\x6d\xce\xe6\xff\x6b\xa6\x74\x32\x0a\x71\x4a\x2c\x7d\x6e\xd3\x43\xf5\x79\x1a\x92\x99\x51\x8f\x52\x6b\x0a\x29\x4d\x01\x15\x7b\x3b\x9d\xc9\x28\x48\x1d\x5f\x7f\xf2\x74\xa6\xdb\xc9\xd1\xac\x2b\xc1\x7a\x5e\x25\x50\xab\x03\xec\xcb\x93\xf9\x35\x61\x79\x9a\xc4\xe4\xbb\x55\x65\xb3\xf5\x17\x57\x8e\x71\xaa\xa2\x15\x78\x10\x79\xc2\x97\x01\xb6\x67\x31\xae\xdc\x51\x55\xab\xdb\xed\xd6\x19\x23\x5a\xed\x20\xa9\x12\xf2\xf1\x4b\xf7\xbb\x55\x85\x1d\x62\x4d\x1e\xf7\xe1\xce\xed\x8b\x3b\xb3\xea\x53\xb4\xd9\x07\x47\x6b\x77\x3f\x59\xab\xc4\xc5\x8c\x2f\x9e\x1b\x49\xbe\x28\xd3\x24\xa3\xc7\x61\xb9\xc1\x87\x7c\xfb\x93\x75\x4b\x6d\xaa\x92\x60\x5c\xad\xe9\x76\xe4\x26\x5b\x6f\x45\x75\x0f\xa8\x9f\xdd\x8e\xf8\x2a\x64\x99\x2d\x94\xbc\x07\xd0\xe2\x2a\x51\xe7\xaa\x1d\xb7\x43\xbc\x6c\xbd\x15\xe2\xdd\x91\xfe\x5b\xef\xfa\xf0\x42\x6d\x73\xc4\x6e\xbd\x52\xdb\x62\xfa\xd6\x0a\xf1\x1f\x03\xc1\x7d\xb8\xc5\xc3\x00\x52\x77\xba\x7b\x1d\x6d\x56\x9b\x2b\xa1\xfd\x1f\xfd\xf9\x01\xd4\x85\x7b\xea\xcf\x0f\xac\x13\xd9\x07\xe7\x37\x50\x83\x1e\xca\x44\x70\x07\x49\xef\xdb\x0a\x6c\xb7\xd7\xfb\x6e\xa3\x44\x6f\x29\x5d\x54\xcf\x61\xeb\x79\x90\x7f\x4b\x2b\xc5\xfd\x38\xd0\xbd\xf1\x7c\x77\x9b\xc5\xad\x14\xeb\xad\xcf\x85\x6f\x34\x4d\x77\x98\x6f\xa4\x6c\xff\x5f\x3d\xcd\x2a\x05\xbc\x8a\xa9\xdc\x51\x0f\xf7\xcc\x53\x1d\x1c\x46\xf0\x9b\x1c\xb3\x61\x24\x68\x8d\xff\x56\x0e\x5e\xc6\x4b\x22\xec\x5b\x63\x55\x16\xb7\xe9\xc9\xef\x11\x44\xb5\xcf\x16\x69\x7a\x0a\x8f\x6a\x6f\xef\xde\x63\x6e\xb1\x5f\x60\xb7\x80\x6a\xff\x2f\x51\xee\xe5\x69\x73\xef\xc0\x4d\x3e\xd7\xd5\x7f\xc6\xf9\xe8\x38\x2a\xe9\x24\x2f\x6e\x88\xa8\xb7\x96\x29\x59\xff\x13\x4f\xa4\xd5\xb4\x40\x68\x76\x02\x4e\x56\x9f\xc4\x4b\xeb\xb6\xf1\x83\xe1\xea\x33\xb1\x1a\x12\x7a\x5d\xd2\x2c\x96\x08\xef\x22\x47\x32\x04\x7b\x87\xac\xd6\xf2\xe2\x7c\xbe\xb8\x48\x93\x91\x7c\x96\xdc\x6a\xf7\xc9\xff\x3e\xfb\xaf\xae\x7a\x4d\x65\xb9\xbb\x68\x9f\x23\x15\x9d\xa1\xa3\x52\x88\x08\x83\x8b\xc9\x4a\x6c\xe7\xc2\x70\xdf\x08\xec\x9b\x65\x35\xc4\xb4\xea\x76\xbb\xa6\x2d\xf2\xf7\x5c\x46\x45\x12\xa1\x20\xe9\x83\x95\xf1\xd2\x68\xce\xd8\x8e\xe8\x68\x67\x47\x7e\x05\xa7\x7d\xf4\x59\xba\x7b\x60\x07\x7e\x01\xf4\x60\xa5\xc9\xa0\x25\xc3\xb9\xeb\xe9\xc8\xbe\xda\xd6\x2b\x32\x41\x63\x2f\x64\xc2\x58\xf0\x9e\x35\xa4\x67\x1e\xe5\xa2\x27\x12\x77\x72\x75\xbc\x2f\x71\xdb\xc4\x80\x1a\x59\x05\xf6\xaf\x3f\x98\xd0\x3f\x60\xd6\x77\x1b\x42\xb7\x1a\x7e\x0b\x42\x97\xa4\xba\x6f\x23\xd1\xa1\x4d\x45\x1e\xd2\x51\x7f\x23\x69\x90\xde\x41\x90\x18\x56\x32\xb1\x25\x4a\x32\xa1\x50\x3d\x6c\x04\x93\x5a\x0e\x1b\x76\xa2\x4d\xf0\x9a\x04\x9e\x3b\xa1\xe5\xb9\x4e\xd4\x03\x4f\x61\x8c\xdb\x24\xff\x84\x9c\xab\xe0\xf7\x89\x7e\x92\x07\x3f\x5f\x14\xf9\x3c\xce\xaf\x44\xca\x81\x13\xf5\x4b\x78\xc9\xc3\x37\xce\xfb\x5f\x25\x54\x7a\x64\xbd\xa5\x8c\x45\x13\xfa\x3c\x2a\x9c\x9f\xe7\x37\x73\x01\xc2\x59\x19\x8d\x2e\xf5\xc8\x67\xc9\xef\xe0\xf7\x54\x35\x3b\x3c\x2f\x7b\x91\x3b\x90\xf7\xd4\x26\x66\xaf\x79\x2f\x4d\x2e\x24\x65\xa2\x9e\xa2\xeb\x24\xe7\xeb\x4f\x8e\xf8\x1f\xf2\x75\x11\x35\x9d\x40\x39\xaa\x0f\x64\x24\x53\x3d\xa8\xac\x23\x1d\xf9\xc3\xcd\x8c\xa6\xbe\x8b\xe8\x13\xf0\xcb\x24\x07\x13\x38\x59\x94\xe2\x45\x8e\x4c\xbf\x86\x67\xaf\xe7\xac\x3c\x9e\x46\x51\x36\xa2\xa9\x90\x14\xcc\xca\x40\xd0\x6c\xf5\x08\xb2\x4f\x86\x8d\x63\xa8\x36\x6c\x70\x4a\x92\x0d\xf3\xf9\xcd\xe6\x66\xf9\xfc\x46\x34\x52\xcd\x66\xd1\x68\x9a\x64\x54\x3d\xac\x18\x10\x78\x36\x28\x1f\xef\xed\xaa\x67\x7b\xc3\xc6\x2c\x62\x25\x2d\x76\x76\x79\xeb\x0e\xaa\xf2\xc4\xab\xf2\xc4\xad\xb2\xe7\x55\xd9\x93\x55\x3e\x71\x38\x80\xcd\x9c\x9d\xbd\x36\x6e\xcc\xca\x2d\x71\xc4\x8a\xf1\x79\x7e\x49\xb3\xbe\x87\xc3\x7d\x11\x8f\xfb\xc0\xca\x9b\x28\x8e\x9e\x81\xde\x01\xad\xb6\x41\x0e\x3c\x26\x40\x2e\xa2\x78\x5b\xb4\xd4\x9d\x82\xa3\x9d\x4b\xc7\x64\x0e\xf8\x38\xa5\xd7\xc3\x86\x94\x6d\xf8\x8f\x57\x69\x7e\xc5\x0b\x46\x79\xba\x98\x65\x24\xcb\xaf\x8a\x68\xae\x6b\xc0\xe3\xc2\x93\x92\xce\x18\xaf\xc3\xca\x82\x96\xa3\xa9\x2c\x15\xb8\x99\xd2\x08\x74\x6f\xf9\x4a\xd3\x44\x5a\x4a\xe9\x35\x6f\xf3\x84\x3c\x81\x17\x56\xba\x4b\xa5\xef\x9f\xe7\xf3\x3e\xf9\xf2\x14\x59\x22\xed\xcb\x3b\xf8\x25\x37\x8e\x6f\x83\x0c\x5e\xf4\xc9\xda\xba\x6e\xd5\xbc\xdd\x79\x8d\x20\xce\x21\x2a\x1e\xcb\x0d\xde\x37\x5b\xbd\x7b\xfd\x26\x2a\x26\xf4\x43\xba\x60\x56\xb5\xad\x5c\x3d\xe7\x51\x1c\x27\xd9\x04\xf0\xb1\x37\xbf\x26\xe2\x3f\x7c\xee\x7b\x4f\xe7\x06\x2e\x81\x51\xe1\x5a\x7e\x91\xc7\x37\x7a\x01\x15\x32\x9f\x92\xa7\x36\x32\x51\xc7\xbb\xd0\x97\xf9\x8f\xae\xc3\x15\x85\x71\x9a\x5f\xfd\x3f\xbc\x96\x78\x8f\xa5\xcb\x42\x62\xf4\xb0\x31\x1f\x36\xfa\x64\x45\x66\x51\x31\x49\x32\x00\x9a\x77\x6a\xb6\x8c\xac\xd5\x87\x47\xf1\x3b\xf0\xe0\x12\xb7\x80\x95\xdd\x75\xea\xa6\x51\xa8\xea\x73\xe9\x8d\xb8\xeb\xca\xdb\x9c\xb7\xb4\xcd\x8e\x48\x34\xc7\xb4\x1d\x7e\xad\xbb\xaf\xed\x49\x43\x0c\xfe\x06\x62\x09\x0e\x1b\x16\x46\xd1\x14\x86\x0d\x8c\x46\x51\x70\x2a\x56\x7b\xd8\xd8\xd3\x45\x02\xe2\xd0\x25\x49\x1d\x40\x2f\xa2\xe2\xd2\x4c\x15\x79\x8a\xb2\xe9\x8b\x7c\xc4\xfa\x2a\x50\xff\x80\xd7\x19\x36\x54\x84\xac\x19\x8b\x7e\x5f\x14\xb4\xbb\x4c\xd8\x22\x4a\x59\xb9\x88\x93\xbc\x3b\xca\x67\xbd\x23\xfe\xf9\x94\xc6\xaf\xa3\xf2\xfd\x9c\x66\x67\xd3\x64\x5c\xf6\x3e\x5f\x25\x97\x49\x8f\xff\x87\xf5\x8e\x4e\xdf\x77\xe1\xe7\x93\x1f\xff\xfc\xf3\xde\x8f\xfc\xf7\xce\xd9\xe9\xcb\x1d\x7e\x50\x44\xe9\x61\x94\x8d\xa6\x79\x31\x60\x6c\xba\xd3\xa2\x29\x5d\x46\x25\x8d\xdb\x82\xa1\x5b\x0e\xea\x8a\xc1\x41\x0e\x0b\x9d\x3b\x32\xca\x6e\x3a\x36\xef\x3b\x68\xb5\x56\x86\xf1\x91\xb5\x93\x27\x32\x94\x0c\x4c\xe4\x15\x2b\x16\xb4\x4f\xd8\x34\xbf\x12\x92\x00\xca\x67\x35\x4d\x62\xf1\x92\xba\x22\x8f\x15\x76\xb1\x84\xf7\xa8\x28\x1f\xda\xb0\x01\x5f\x86\x8d\x36\x1a\x7d\x31\x8f\x21\x3a\x3a\x1a\x58\x06\x2e\x3a\x3b\x7b\x6d\x65\xd2\x62\xd3\x53\x51\x40\xe3\xca\xc1\x75\xb7\x05\x65\xf9\xa2\x18\xd1\x93\x17\xd0\xc7\xa9\xfe\x29\x1b\x8a\xd4\x64\xc3\x86\x0d\x8c\x3c\xc0\x20\x0b\x11\xc4\x1c\x34\xbf\x71\xbb\x7d\x47\x94\x39\x68\xd9\x43\x03\x94\x42\xd0\xc6\xf8\xe4\x60\xa0\x22\x2b\x49\xd8\xaf\x19\x6a\xb6\x79\x7a\x71\x54\x46\xd0\xc3\x8b\xa8\x8c\x2c\xd0\x56\x64\x94\xcf\x66\x51\x16\x2b\xea\x7d\x46\xe6\x11\x63\x57\x79\xa1\xbf\x90\xb5\x4c\x84\x63\xc3\x4d\x8b\x22\x2f\xa0\xd3\x97\xfc\x2f\xab\x57\x5b\xd6\x51\xad\x21\x99\x8e\x58\xf1\x50\x9a\xd7\x82\x8e\x3b\x4e\x32\xd7\x37\x79\x14\x9f\x9d\xbd\xee\x93\x56\x52\xd2\x99\x02\xa8\xed\xc6\xe1\xb7\xb0\xd1\x6a\xa3\x12\x3e\x5f\x35\xae\xfe\x08\xf0\x3a\x5f\x15\xf1\x5a\xad\x0d\x19\xc0\xf8\x6d\x8b\xdd\xb5\xcd\x54\x42\xd1\xbf\x22\x76\x93\x8d\x8c\x9b\xc1\x98\x9f\xc2\x00\x0d\x0a\xe8\x54\x16\x37\xd8\xce\x11\x06\xcd\x84\x10\x64\x8b\xb4\x24\x03\x12\x5d\x45\x89\x94\x2b\xed\x88\xfa\x33\x5a\x4e\xf3\x98\x73\xba\x79\xce\x4a\x74\x36\xf2\x7f\x8b\x22\xe5\x5b\x45\x4d\x88\xfc\x40\x86\x8d\x1e\x63\xd3\x5e\x46\xaf\x9c\xaa\x31\x04\xfa\x77\xcc\xab\x42\x7c\xea\x13\x44\xf3\x87\xdd\x4b\x7a\x53\x69\x52\x55\x72\x06\xbc\xd4\x1b\x36\xfe\x6b\xe7\xf8\xec\xf4\xd5\x0e\xb0\x16\x7e\x9c\x68\x3e\xa3\x62\xdb\xdb\xf6\xd8\xb6\x85\x16\x40\x9c\x40\x40\x97\x43\x67\x97\x9e\x86\x16\x7f\x4d\x46\x91\x08\xe7\xcc\x51\xda\x27\x51\x76\xd3\x76\x90\x1d\x6c\x87\x96\x01\x5a\x76\x65\x88\x00\x6a\x7a\x96\x64\x20\xfe\x2f\x19\x93\x96\x60\x4a\x22\xef\x88\xc6\x0e\x1a\x0d\xf3\x22\x33\x12\x22\x09\xab\x47\xa1\xfd\x89\x73\xc6\xe6\x4c\x16\xbf\xd1\x08\xec\x10\xc5\x14\xf1\x38\x1d\x67\x86\x9f\x2c\x5e\x9b\x67\xe2\x39\xaf\x09\x40\x05\x2f\x88\x4d\x6c\xce\x62\x16\x0c\xcd\xa9\xe4\x93\xb9\x4a\xd0\x6e\x73\x36\x7e\xa8\x80\xe5\xc1\x0f\x47\x69\xb3\xc7\x96\xe8\xa1\xad\xcb\xbc\xb5\x58\x63\x70\x61\x25\x9e\x47\x85\x7c\x77\x11\x65\x37\xa8\x67\xcf\xb0\x63\x14\x41\xb3\xa8\x33\x4b\x39\x1c\xac\x6c\x65\xb1\x0b\x03\x58\x91\xa3\xde\x2e\xd2\x32\x49\x93\x8c\x0e\x56\xc0\x4e\x2d\x23\x8c\x0e\x8f\xa0\xc3\xe3\xa1\x8d\x6b\x47\x75\xe2\xf5\x84\x18\x74\xa4\xa2\x35\x0c\x86\x0d\x88\x0b\x32\x6c\xe0\xd8\x3b\x00\xc2\x61\x97\x95\x51\xb9\x60\x5c\xd1\xd5\xfd\xec\xf7\x0c\xb4\xca\xae\xe3\xa1\x48\x88\x85\x49\x9e\x81\x7e\xbc\x1d\xa2\x40\x3d\x26\x25\x27\x22\x36\x58\xad\x74\xee\xe5\x5f\xa2\x79\x9f\x3c\xf9\x89\xac\x71\x80\x81\x7d\xb5\xd4\xe2\x01\xd5\x60\xf5\x45\xae\x27\x39\x53\x43\x7f\x59\x6b\xc2\x1a\xac\xd4\x5f\x6b\x49\x2d\x6c\xb0\xb2\x15\x3e\x3b\x40\xce\xbe\x6d\x55\xd1\x31\x03\xcc\xe9\xbe\x06\x55\x6e\x30\x6c\x48\x5a\x19\x36\x54\xd4\xab\x78\xb0\x7a\x84\x4e\x00\xdc\xf1\x7e\x0f\x26\x59\x89\x36\xce\x4d\x4e\x15\x67\xdd\x02\x65\xf6\x8b\xef\x7d\xdc\xb9\x85\xd4\x69\x5e\x24\xbf\x73\xad\x2e\x25\x4b\x5a\x40\xa4\x8a\x23\xae\xc0\x0c\x56\xc3\x06\xcd\xe2\x61\xc3\x8d\xdd\x20\xda\x75\xb9\x82\x43\x26\x45\x7e\xe5\x3d\x58\xdf\xd7\xc6\x0f\xb9\x00\x5c\xa5\x86\xa3\x7b\xd8\x20\xcb\x28\x5d\xd0\xc1\x8a\xcf\x06\x72\xe6\xf2\xcf\x6b\x52\xd0\x28\x7e\x9f\xa5\x37\x5e\x90\x03\x89\x15\x18\xad\x1a\x0e\x1f\x04\x63\x05\x71\x8b\x08\xc8\xfb\x20\x46\x0e\x56\xca\x1e\x10\x78\x96\x1f\xe1\x4d\x90\xcf\x6f\x94\xf8\x11\x0a\x53\xa0\x69\x20\x10\x1e\x54\x8f\x3a\x26\x2d\x38\x11\xc2\xc5\x84\x64\xd1\x32\x99\x44\x65\x5e\x74\x47\x69\x32\x87\xd8\x41\xdd\xab\x22\x29\x29\x47\x27\x34\x55\xf8\x6a\x87\x3a\x08\x4c\x61\xed\x7d\xdb\x1a\xbd\x36\x35\xca\x6f\xdf\x9e\x60\xfc\x39\x28\x0a\xfa\x20\x65\xbd\x10\xfa\x2d\x9a\x52\x42\x61\x00\x1f\x25\x67\xa8\xc3\xc6\xbc\xa6\xab\x51\x94\x9d\xd2\x25\x8d\x52\x3d\x9e\x57\x45\xd1\xaa\x8f\xdb\xd5\xb0\x41\x86\x0d\x2f\xf6\xc2\xbf\x0d\x05\xd7\x4d\xfc\x8f\x22\x61\x05\xc3\xbf\x84\x86\xdd\x2f\x38\x2e\x06\xe6\xb8\x36\x33\xb5\x58\xe9\x3e\x08\xdf\xa6\x4b\x14\x9b\x48\x86\x35\xb2\x82\x14\x89\x80\x9f\x83\x15\xd2\x45\xc3\xe7\xb3\xd6\x3f\xed\xb3\x5d\x46\xc8\xf1\x62\xdc\xf8\xf9\x72\x39\x29\x20\xfb\x5d\x77\x14\x0a\x5a\xe7\x85\xf4\xb1\x9a\x08\x31\xd8\x09\x04\xc5\xe6\x51\x06\x91\x3b\xd5\xe4\x0e\xce\xce\x5e\x93\xa3\xd1\x88\x32\xb6\xdf\xe3\xa5\x76\xfd\x2a\xba\x55\xb7\x48\xae\xb5\xc5\x59\x5f\x4c\xda\xda\xca\x5b\x15\x4d\x4a\xc9\x27\x64\x0e\x11\x97\x20\x24\x8a\x4b\xdc\x9a\xb0\x43\x18\xb6\xa9\x49\x91\xc3\xb6\xf8\xba\xc8\xe3\x1b\x07\x5b\x73\x87\x38\x9f\xd3\x71\x5e\x50\xa5\xf9\x73\x1d\x95\x63\x2f\x02\xec\x75\xc8\x3c\xa5\x11\xa3\x84\x66\x6c\x51\x50\x72\x93\x2f\xc8\x34\x5a\x42\xc0\x12\x48\x37\x15\xe6\x27\x11\x99\x42\x3c\x2f\x69\xcc\x11\xeb\x11\xe7\x23\xb6\xdf\x8b\x0e\xba\xf6\x06\xb0\xc1\x11\x92\x1b\x44\x1e\x97\x62\x6a\xcb\x89\x6f\xc6\xb7\x28\x39\x44\xb2\x46\x0b\x5e\x71\x5b\x12\x9b\xd5\xc6\x8d\x7e\x06\x08\x96\xbf\x4d\x59\x5b\x19\xdc\x94\x15\xc7\x09\x67\x31\x6c\x30\x36\xd5\xab\xb7\xe9\x69\xf7\xc6\xc7\xdb\xea\x4e\xee\x8c\xce\xa3\x82\xb3\x23\x2b\xd4\x87\xfd\x15\xdf\x69\xeb\x92\xca\xd8\x23\x38\x82\x82\x0e\x5f\x13\x18\xa6\xed\x7d\x66\x8e\x75\x6a\x25\x2c\x77\x1d\x61\x2d\xd6\x11\xdb\xd5\x89\xda\x31\x54\x07\xd7\xc4\xf8\x86\x58\xa5\x0d\x4e\x26\x99\xca\x04\x88\x3b\x81\x58\xf2\x4d\xc6\x4b\x9a\xcf\x9c\xfa\xc7\x60\x8c\x0e\x36\x10\x76\x6a\xaf\xc5\x4b\x78\x2f\xed\x57\xa7\x59\xdc\xac\x79\x31\xa0\xe3\x2a\x0a\xfb\xe4\x38\xcf\x4a\xd6\x9d\xd1\x38\x59\xcc\xb4\xf2\x8c\x0e\x11\xf4\xfe\xbc\xa0\x29\xd8\x5a\x9a\x9e\xb7\x04\xb1\xc1\x78\xfc\x18\xf7\xc0\x25\x6e\x10\x43\xfa\x36\x46\xfd\x4e\x1e\x6d\xd7\x8b\x42\x48\xa0\x07\xb5\x48\xe4\xf1\x63\xd3\xb4\x85\x11\xfc\xf5\xab\x3d\x4c\xdb\x19\x87\xd8\xa2\x53\x9f\x34\x67\x49\x1c\xa7\x15\x0e\x8a\xc1\xf1\xd0\xfa\x6f\xea\xbb\xcc\xe7\xb7\xed\x98\x2f\xfb\xa6\x6e\xc5\x6b\xff\x8d\x3d\x5b\xeb\xac\xae\x14\x9a\xbb\xe4\xe9\xfc\x1a\xb7\x55\xc1\x31\x9a\x49\x36\xa5\x45\x62\x79\xce\xe8\xbb\x96\x26\xa8\x4d\x3b\x23\x9a\xa6\xb8\xfc\xf7\x93\x2c\xa6\xd7\x26\x48\x01\xa9\x71\xd3\xab\x7c\x04\xb1\xdd\x7b\x2f\x78\xb5\xa8\x33\x82\xab\x7f\x32\x48\x42\xf3\x89\x3d\x27\x22\x4f\x6a\x30\x58\x34\x87\x8d\x61\xc3\x2d\xad\x09\xbc\xa0\xfe\x41\x84\x85\xe6\xae\xfb\x59\xc5\x5a\xf0\x4b\x44\x1a\xa3\xe6\x4f\xbb\xff\xe1\x96\xc8\xe0\x0d\x7e\x13\x85\xc0\x9d\x27\x4e\xc1\xd6\x2e\x8d\xdb\x7b\xcf\xdf\xce\xbb\x91\x90\x47\x1b\x69\x09\x2e\x90\x9a\x5b\xad\xfd\x05\x9c\xc7\x0f\xbb\xf8\x9a\x72\x6f\xbd\xfa\x86\xae\x2f\xd2\x7c\x74\x79\x67\xe2\x08\x2c\xf5\x46\xf2\xf0\xbe\x57\x12\xc7\xbf\x01\x0d\xe8\xc3\x50\x7e\x51\x99\x4e\x35\x7a\x3f\xde\xf6\x50\xc1\xc8\x4f\xb2\x34\xc9\xe8\x8e\xb7\x06\x98\x5b\x3d\xd9\xb3\x17\xd7\xba\x7e\xb3\x5f\xd5\x81\x5c\x68\xb9\x3d\x63\xd4\xd4\xb4\x09\xf8\x54\xdf\x82\xa3\xc2\xbd\xef\xae\x7f\x5e\x7d\x32\x4e\x86\xcf\x6e\xeb\x5b\xa5\x23\x7e\x56\x44\x04\xab\x0b\x7f\xa3\xe5\x9f\x0a\xc1\xcb\xfb\xe2\x38\x4f\x85\xc5\x31\x9c\xfb\x5b\xc2\x46\x06\x01\x40\xf7\xb7\x93\xfe\x0e\x64\x22\x66\xfb\x1a\x52\xd5\x79\x1e\x31\x5a\x13\x69\xce\x9e\xe1\x81\x4e\xac\x8b\xee\x2e\x39\xea\x6d\xcb\xb4\x70\x19\xb2\x9b\x0e\xb3\x83\x96\x4a\xd8\x10\xb8\xc9\x5c\xd9\x7e\x83\x48\x36\xc4\x02\xa3\x2d\x48\x2a\x0b\x69\x85\xf4\x38\xc2\xd8\xb3\xb0\xd9\x12\x63\x3d\xea\x28\x2a\x93\x2f\x4d\xa5\xcf\x9f\xdc\x77\xce\x7e\xc4\x63\x07\x05\x30\x05\x66\xdf\x00\x0c\x54\xd9\x7e\x56\xa5\x71\xd7\x47\x9e\xe5\x0a\x50\x41\xc7\x46\xfb\xaa\x69\x32\x52\x51\xc6\x21\x5e\xed\xb0\xc1\x14\xee\x87\x0d\x11\x47\x36\x2f\x12\x9a\x95\x91\x70\x44\xd3\xfb\xec\x90\x34\xd5\xdf\xe0\x24\x69\xec\x5e\x4d\xac\xf4\xf9\x31\xa1\xb1\x4e\x84\x74\x20\xbe\x01\xdb\xb7\xdd\x81\xb7\x08\xe4\x18\xf2\xd2\x35\x5b\x28\x10\x6b\xcf\x22\xf3\x60\x23\x27\x02\xe4\x96\x3b\xfb\x21\x14\x2d\x5d\xe3\x56\xdb\x4f\x06\x7b\x0c\xec\x30\x67\xd7\x21\x38\x03\x05\xb0\x1f\x2d\xec\x74\x50\x04\x48\x14\xfe\x51\x6c\x11\x15\xf9\x51\xb7\x68\x76\xe4\x52\x9b\x79\x3a\xe1\x1b\x4d\x55\x8b\x20\x6e\xeb\x82\xb7\x22\x27\xc7\xe9\x82\x95\xc6\xdb\x75\xd8\xe8\xf6\x8e\xe6\x73\xec\x2c\xf7\x3e\x83\x2b\x1f\xc8\xcf\x56\x14\x7d\xbb\xef\xb6\xf3\x5b\x5e\x81\x6b\x06\x04\x69\xc7\x8a\x42\x5e\xf6\x80\xea\xf7\x74\xf7\x47\x6d\x00\x54\xc1\x9e\xbb\x69\x2e\xa2\x9d\x76\xa7\x05\x1d\x83\x46\xdf\x8b\xe6\x49\x2f\xcd\x27\x89\x0e\xec\x2b\xf7\xb8\x8a\x25\xbb\x26\x34\x65\xd4\xb9\xbf\xa0\x05\x5c\x85\xad\xed\x37\xf0\x62\x22\xaf\x68\x39\x9a\xca\xf9\x72\xb6\x25\x2e\xae\x5b\xed\x3e\xf9\x50\xe4\xb3\x84\x55\xdc\xe6\xeb\xb9\xa0\x4b\xec\x9a\x8b\x6a\x09\xf9\x48\x8e\x23\xfd\x28\x34\x80\xa2\x8d\x80\x5f\xdd\xdb\xda\x77\xb6\x29\x85\x6b\x40\x32\x20\x54\x5f\xc9\xf2\x8d\x6e\x01\x67\xf5\x29\x57\x88\x23\xba\xbd\xd5\xec\x4f\xb2\x71\x6e\x10\x20\x41\xed\x6b\x62\x78\x68\x8c\x48\xbe\x26\x31\x33\x6c\x90\x1f\x88\x1c\xb3\xcb\x16\x17\xda\x89\x57\xdc\xd4\x5b\xc5\xea\x4e\xf8\x97\x22\x5f\xcc\x03\xe5\x59\x34\x93\xa8\xf8\x77\xc2\xb2\x8d\xde\x6f\x43\x5f\x49\x36\xce\xff\x6d\x68\xeb\x83\x88\xb5\xfc\x26\x9f\xbc\x5f\x94\xc1\x99\x47\xd9\xcd\x6d\x27\xba\x42\x6e\x1e\x1f\xde\x9f\x9d\x0f\x1b\x1d\xe1\xdb\x61\x78\x43\xbe\x28\x87\x0d\xed\x42\xf1\x2d\xb0\xc0\xe1\xcb\x53\xda\x4d\xf3\x09\x46\xc1\x2d\x38\x97\x8f\x2d\x79\xab\xfb\xd7\xc5\x05\x1d\xe5\xd9\x38\x99\x18\x8c\x0d\x6d\x87\x5c\xe1\x05\x24\x5c\xf8\xb4\x77\x84\xfa\x3c\xcc\x1e\x98\xb2\xb4\x56\xe0\xe1\x5d\x15\x04\x5d\x6b\x2e\xf5\x3c\x1c\x0f\x1b\xe3\x15\x63\xa4\x9d\x1a\xf7\x18\xff\x75\xd3\xbf\x8a\xba\x6f\x25\x61\x1d\x81\x58\xe1\x3f\xff\xd0\x8f\x37\xac\xda\x17\xd8\x4f\xd4\x08\x34\xef\xa2\x65\x48\xc2\xf2\xd5\x92\x0e\x89\x93\x25\x17\x3c\xb8\x64\xc9\x85\x89\x09\x2d\xdf\x81\x6a\x2a\xa5\xa6\x09\x2d\x85\xd2\xdc\x21\x89\x48\x5c\x98\xfc\x6e\x25\x76\xdb\x4a\x16\x84\x90\x21\x7f\xcf\x33\xda\x31\x7f\xea\x04\x2c\x4e\x0f\xba\x82\x1d\xfe\x74\xe4\x55\xe4\x9f\xec\xe9\x71\xb0\x50\xda\xb9\x23\xd6\x51\xdf\xc4\x53\x0e\x4f\x6b\x34\x0f\x11\x16\x35\x9a\xa3\x86\x68\x0b\x48\x45\x1b\x10\xe2\xde\x45\xcb\x8e\xfa\xe3\x4d\x92\x5d\x5a\x3f\xe0\x04\xd2\x5f\x90\xe8\xf7\x2e\x5a\xba\xd2\xa0\xfa\x24\x7f\x8a\xb9\x40\x07\xaf\x61\x4b\xa8\xaa\xf6\xfa\xe3\x37\x3e\x3d\x72\x3e\xa5\x24\x5b\xcc\x2e\x68\x41\xe6\xc9\x35\x4d\x19\x99\xd3\x82\x24\x59\xac\x34\x0d\x92\xd2\x25\x4d\x21\x7f\xe4\xbb\x68\x49\xd2\x24\xbb\x64\x5d\x25\xb3\x7d\x46\x15\xcf\x92\xdf\xb9\xcc\xf8\xe4\x69\xa0\xeb\x7c\xac\x7a\xcf\xc7\x60\xd8\x91\x9e\xc4\xba\x1f\x2e\xc1\x9f\x40\x5f\x64\x40\x7e\x54\x3d\x4c\xd2\xfc\x22\x4a\xc9\x32\x2a\xc8\x82\xd1\x98\x24\x19\xf9\x9c\x30\x8e\x26\x61\xde\xa1\xf1\x5f\xe9\xcd\x30\xe3\xfb\xf1\xf3\xa2\x48\x4f\x29\xcb\xd3\x25\x97\x30\xb8\x2a\x7b\x04\xce\xbc\xea\x21\xd0\x57\x2b\x13\xa9\x1f\xb5\x28\x61\xa7\xd2\xf6\xf2\x6b\x91\xb6\x80\x01\x49\xdf\x48\x1d\x37\x5a\x2c\x5f\xaf\x47\x8e\xc8\xaf\xa7\x6f\x48\xc2\x88\x32\xd7\x40\x9e\x45\x91\x06\x34\xcb\xb9\x16\x5b\xe6\xa3\x3c\xed\x22\x85\xf1\xd1\xa3\x45\x01\x26\x91\x47\xbd\xff\xf7\x63\xb4\xf3\xfb\xee\xce\xff\xfa\x61\xa7\xfb\xe9\x87\xfe\x70\xd8\x1b\x0e\x7b\xbd\xa4\x5b\x52\x56\xf2\x71\xdb\xcf\x2c\x57\xe8\x6d\x2c\x08\x36\x69\x20\xba\x70\xac\x06\x90\x60\x68\x1c\x8d\xa8\xac\x12\x95\x92\x24\x13\x06\x54\x73\x9c\xa7\x69\x34\x17\x81\x56\xc8\x47\x78\xee\x21\x70\xf0\xc9\xe0\x40\xe4\x6e\x15\x8b\x20\xde\xf8\x42\x3f\xc2\x33\x29\x36\x41\xb6\xa1\x1a\x33\xab\x74\xa8\xdd\x61\x9d\xa3\x0a\x1e\x80\xbd\x8b\x96\xa0\xdc\x55\x3e\xfd\xd2\x7b\xc1\x80\x7e\x40\x92\xd9\x5c\xac\x2e\x83\xaf\xd6\x73\x30\xae\x08\x24\x23\x15\x15\xfa\x83\xbc\x02\x53\xdd\x98\x58\xd9\x13\x3e\x71\xd6\x87\x83\x4c\x1b\xa0\xa0\x9f\x22\x59\x72\x04\x7d\x1e\xeb\x5d\xae\xec\x26\xa3\x82\x46\x25\x3d\xa5\xe3\x7d\xc3\x02\x0e\x64\xae\x4b\x58\xb5\x62\x31\x2a\xf3\x42\x5f\xbc\xa9\x51\xf5\x01\xc2\x16\x73\x5a\x98\x64\x96\x04\xd2\x68\x86\x98\x68\xab\x9c\x26\xba\x0a\x3c\x55\x63\xb0\x6a\x28\xd4\x77\x60\xed\x8c\x31\x8e\xef\xc2\xf7\x2f\xde\xf7\x01\xac\x24\x86\x14\x4b\xb3\x7c\x09\xa7\xba\xae\x51\x9f\x90\xa2\x97\xe5\x3b\x8b\x8c\x6f\xbf\x1d\x18\xdb\x8c\x1b\x26\x81\xbe\x7c\x43\xaa\xea\x21\x1a\xe8\x0b\x03\x4f\x57\xce\x15\xed\x61\xf2\xf5\xab\x2c\x43\xd5\xd5\xf1\xac\x1e\xd9\x0d\x37\x3d\xf6\x93\x3a\xa1\xf3\xb8\x55\xd9\xa4\xc4\x4a\x5b\x46\xa9\x84\xbd\xcf\xce\xf3\x79\x07\x2c\x2e\x5c\xdf\x95\x8e\x21\x09\x3c\x5f\xac\x7d\xfc\x0a\xf9\x65\x45\x97\xc8\xcd\x04\xa9\x8e\x2a\xf3\xa9\x9d\xab\x14\x5a\x48\x78\x99\xb2\x19\xc0\x7f\xe5\xc7\xfd\xd5\xfa\xe0\xe3\x27\x32\x90\xe0\x76\x67\xd1\x1c\x88\xa0\xfb\xb9\x30\xec\xdd\xcd\x80\xba\x95\x95\xcc\x31\x90\x05\xf1\x20\x06\xc5\xe9\x5a\x3d\x7f\x3d\x73\xe8\xe9\xec\x67\x83\x95\x7f\x78\x77\x95\x4d\x6a\xed\x24\x44\x15\x93\xd1\x9b\x6a\xed\xbc\xc2\xec\xea\x12\x2f\xdb\xd7\x7e\x16\x2d\x65\x2e\x27\xfe\xdf\xaa\xb4\x7d\xc2\xf2\x06\x06\x33\xe9\x57\x89\x7a\xd7\x2e\x19\xb6\x3f\xc4\xca\x5a\x17\xcb\x6f\x20\x8b\xbc\xac\x69\x4e\xc6\x34\x97\x38\x27\xb4\xc4\x54\xcf\xa9\x54\xfa\xfd\xa3\x43\xc8\xb1\x27\x98\xbd\x8d\x77\x00\xee\x5c\xbc\xc7\x25\xe4\x7b\x72\x46\x4b\x26\x52\x6d\x92\x32\x87\xb4\x5c\xf0\x06\x89\x94\xd1\xc5\x05\xbc\x5e\x48\x4a\x3a\xe3\x67\x25\x2f\xfa\x3d\xcf\x68\x57\x36\xfc\xcf\x79\x54\x44\x33\x91\x78\xf4\x24\x2b\xf3\x57\xbc\x99\xda\x3c\x3b\xe4\x64\x0c\x8f\x73\x65\xe2\x59\x91\x17\xec\x82\x8a\xea\xfc\xec\xb5\x06\x93\xb9\x62\x3b\xe0\xe6\x2c\xfb\x4f\xc6\xb2\x69\xc2\x48\x94\x16\x34\x8a\x6f\x14\x18\xe2\xbb\x05\x8c\x98\x39\x23\xe7\xc5\x82\x9a\xa6\x23\x48\x60\x7c\x41\x09\xa3\x25\x9f\x5e\x94\x91\x68\x04\x67\xac\x1e\x11\xf8\x0b\x6f\x91\xe5\x24\x17\x4f\x1e\xf2\x8c\x5c\x45\x8c\x94\xd1\xa5\x4a\x5e\xfd\x7d\x0f\xad\x08\x74\xdd\x0a\xce\xdb\x9c\x6c\xf2\xf1\xbb\x7b\xde\x8b\xad\xee\x50\x2d\x3f\xc9\x9d\x4f\xca\xeb\xde\xe7\x06\x15\x15\xbb\x35\x50\xb5\x0d\xf7\x40\x1d\x01\x7c\x16\xc1\xa9\x33\x4a\x3d\x55\xe6\x2c\x99\x0c\x48\x8b\x4b\x69\x7d\x2d\x53\x3a\x6c\xd2\x4d\x77\xe1\xb3\xc8\x0a\xce\x77\x4f\x86\x83\x99\x0b\x9a\x55\x8d\x45\x9c\x4f\x03\x1c\xb7\x0f\x56\xfc\x4f\x30\xc3\xac\x85\xa9\xfa\x59\xf0\xac\x16\x3c\x52\x4e\xdb\xc1\x42\x07\x64\x57\x79\x81\x2c\xe4\xd2\x0e\xc9\x84\xb7\xd3\x1b\x2e\xe3\xaa\xaf\xf5\xb1\x12\x6e\x8d\x2b\x71\x50\xfe\x96\x94\x53\xd0\x55\x06\x00\x46\x37\xe1\x7f\x7f\xfd\x6a\x7e\x7c\x08\x34\x54\x27\xa4\x5c\x56\x41\x48\xb6\x00\x0c\x93\xb4\x53\x85\xac\x80\xf9\x1d\xcb\x47\x20\x03\xd2\x9c\x47\x13\xda\x04\x10\x79\xe5\xdb\x2f\xa4\xa2\xe7\xd0\x0d\x0b\x41\x60\xf6\x1d\x90\x51\x15\x13\xe0\x04\x26\x1c\xbb\x71\x74\x12\xe9\xd2\xff\x32\x2b\x8b\x1b\x59\x49\x7a\xc4\x81\xd4\x0c\x1f\x60\xab\x08\xb1\x5e\x37\xe4\xca\xc4\x07\x75\xb7\xe8\xa9\x23\xdf\x5b\x0b\x4c\x7e\xb0\x14\x8d\x1f\x48\xcb\x59\x9b\x43\xb2\x4b\xfa\x64\xef\xa9\x09\x8d\x25\x57\x59\x19\x0a\x9e\xa1\x20\x61\x1f\x44\x8e\x38\x32\x4d\xfe\x11\x89\x14\x7c\xf9\x18\x78\x9d\x88\x43\x4d\xae\x40\x3d\xe6\xdc\x03\x80\x17\x59\x3e\x39\x6b\x94\x27\x80\x6d\x27\x49\x15\x61\x48\x3d\x01\xb7\x11\x39\xa1\xb1\x7e\xa2\x6a\xb6\xc9\x21\x69\x66\x79\x3e\xa7\x19\x2d\x48\x96\x17\x74\x4c\x8b\x82\x16\x56\x52\x43\x47\x58\xe0\x33\x3e\x62\x16\xbd\xc2\x46\x3b\x62\xe4\x30\xa0\x2a\xb7\xbc\x6a\x1d\xcb\x16\xd1\x26\x7d\xeb\xb7\x45\x5e\x0e\x5f\x42\x5d\xe1\x12\x85\xec\xc3\xb0\x56\xde\xaa\x68\xd6\x91\x1b\x02\x7f\xd3\xee\xba\xfd\x40\x61\xb5\x50\x23\x70\x62\x8e\xfd\x6a\x76\x14\x88\x37\x72\x11\xf6\x12\x15\xde\x8f\x7a\x4d\xbf\x7e\x15\x6c\x19\x53\x31\x5f\xbd\x3f\x59\x6b\x85\x7d\x16\x91\x8b\xa9\xcd\x25\x78\x5f\x38\x14\x80\x61\x28\xeb\x2d\x13\x86\x0b\xc9\xfe\x1f\xec\x7a\x27\xcb\x77\x2e\x92\x0c\xb9\x8f\x6b\x3f\x54\x2c\x1f\x59\xfb\xf1\x50\xa3\x96\xab\x6d\x30\x79\x8e\x3f\x28\xa4\x71\x97\x77\x07\x4b\x26\x18\x6e\x1b\x2d\xc5\xbb\x68\x29\x26\x5e\x57\xdf\x8c\x8b\x26\x03\x4e\xbd\x12\x0f\xf0\x37\xa4\xd8\x33\xd2\xd4\x21\x41\x45\x12\x23\x70\x5a\xa0\x2e\x64\x9a\x5d\xb4\xb3\xac\xac\xfe\xe9\x60\x55\xd0\xd4\xcf\x20\x1f\xcb\x26\xea\x27\xaa\x01\x42\xa6\x3c\xce\x07\x2b\x87\x5f\x1f\x5a\x6c\x38\x9c\x65\x1c\x4b\xa9\x30\x88\x96\x4f\xd5\x8c\xcc\x87\x70\x0f\xbc\x92\x68\xab\x3f\xe2\x4b\x5f\x4c\xfe\xe2\xa8\x40\xd7\xbf\x82\xea\x83\x92\xac\x7d\xa0\x02\x3b\x60\x49\x49\xef\x79\xac\x86\xd5\x1d\xfb\x84\x95\x76\x47\xad\x1c\xbd\x3e\x7f\xfb\x06\x3e\xb8\x2f\xe7\x20\x1e\x86\x08\x5e\x8a\x2c\x93\x00\x9d\x67\xbd\xfc\xd8\x94\xc4\xdb\xfc\xd4\x96\x0a\xe5\x3d\x32\xea\xab\x63\x96\x82\xf2\xeb\xbc\x45\xeb\x7c\x23\x69\x6a\xd3\x21\x6c\x02\xae\x3d\x12\xa7\xa5\xf9\x14\x3c\xaa\xab\x85\x89\x8e\xad\xe2\xf7\x85\x56\xb0\xfd\x59\x6e\xfc\x99\x36\x9f\xc7\x4f\x36\x9e\xb4\x29\x2d\xc9\x38\xc9\xa2\x54\xcc\xe6\x79\x69\x50\xcd\x65\x9b\xe6\x33\x23\xa4\x03\x38\x60\xa0\xd4\x27\xa8\x30\x57\xa6\x34\x9b\x94\x53\x72\x40\x76\x91\x74\xae\x5b\x8c\xa4\xe9\xc4\xf4\xab\xe4\x32\xb1\xc0\xfa\xbb\xf5\x9e\xa4\xd7\x23\xac\xe4\x2a\x52\x41\xd9\x9c\x8e\x4a\x12\xee\x4b\x28\x48\xa4\x9c\xe6\x8b\xc9\x94\x24\x65\x93\x69\xda\x12\x06\xcd\x71\xb4\xcc\xc1\x40\xea\x0c\x86\x0e\x23\x19\xf5\xc4\x85\x72\x50\x31\x24\x39\x3c\x0c\x82\xff\x0c\xbf\x18\xa8\x46\xa9\x43\x3c\x70\x2a\x3b\x23\x3c\x52\x2c\xd6\x19\xe1\xd1\x33\x35\x80\x7d\x69\x4e\x8c\x29\x4a\x18\xa0\x28\xb9\x9a\xd2\x8c\x7c\x09\xee\xa0\x2f\xc2\xb4\xca\xab\xc5\x5d\x72\x3e\x4d\x40\xa1\xcc\xf2\x92\xc0\x0b\x0f\x1a\xa5\x32\x3b\x1c\xcd\x84\xea\x37\xce\x0b\x92\xe6\xa3\x28\x4d\x7e\x17\x57\x64\xdb\x4c\x33\x38\x34\x39\x24\x5f\xbe\x43\xba\x06\xf9\x6e\x15\xac\xb7\xfe\x82\x0f\x19\x33\x6b\xc7\xe6\x13\x7a\xec\x08\xf6\x0e\xc5\xe4\xd6\xe4\x92\xde\x48\xd6\x7f\x29\xcc\x60\x9a\x9b\x56\xd9\x37\x46\x98\x19\x5b\x1e\x3e\x5b\xd0\xbf\x9b\x6c\x79\xff\x22\xf0\x04\xa6\x62\xdc\x29\x5d\x16\x4a\xca\xf3\xf2\x9b\x4b\xa1\x41\x9d\xf4\xc6\x36\x58\x75\xcc\x87\xf2\x7e\xcb\x93\xb0\x62\xd1\x42\x2d\xa8\xa4\x52\x25\x22\x61\xb2\x6d\x72\xbe\x05\x2e\x51\xa0\x38\x37\x6b\x73\x88\x83\xfc\x5f\x3b\x71\x78\xe0\xa3\xa5\xae\xc1\xb0\x71\x2c\xbe\xbf\xc8\xaf\xb2\x61\xc3\x79\xee\xb5\xdf\x13\x88\x45\x1f\xb9\x20\x94\x2d\xac\x94\xda\x2b\x6c\xd9\xc3\x5a\x2b\x3a\x54\xed\xc3\xb4\x1d\xf4\xde\xaa\x3b\xbb\xff\x80\x23\xfb\x5f\x61\x40\xa8\xd8\x60\x69\x52\xbb\xa3\xa4\x67\x5d\x9a\xb0\x32\x29\xe9\x6c\xd8\xa8\x58\xf2\x2c\x5a\x9e\x94\x74\x66\xed\x2e\xbc\x56\xbe\x40\xb4\xc5\x8a\xa9\x1d\x6a\x11\x29\xee\x95\x77\xc6\xd0\x29\xd6\x21\x3f\xfc\x60\x75\xe5\x52\xd0\x7e\x2f\x4d\xb6\x24\x01\xd1\x2f\x33\x44\xf0\xf1\x13\x36\x47\xde\x76\xfd\x6d\x53\x3b\x18\xc3\x05\xe3\xf9\xfa\x55\x28\xeb\x8a\xe9\x6c\x32\x8e\x1b\x92\xe0\xad\xb6\xb2\x8c\x8b\xee\x67\xd1\xbc\xb5\x99\xae\xdb\x64\x70\x60\x24\x27\x1b\xd5\x1b\xd6\xad\x63\x10\xfb\x6f\x4a\xec\x8b\x14\x13\xf4\x26\x62\x66\xde\x59\xe1\xd9\xbb\xf7\x7b\x8b\x74\x0b\x7a\x12\x5e\x52\x03\xd2\x02\x18\xfb\xce\xdd\xb5\x80\xdc\x5e\x85\x4a\x3a\xda\xd2\x16\xd9\xd1\x96\x04\x74\xbd\xad\x2d\x62\x85\x57\x52\x71\x69\xa3\xec\x6a\x7a\xff\x19\x9b\x1a\xb4\x56\xdf\xc5\xc4\xee\x74\xcb\xb2\x49\x4c\xff\x45\xa0\xcc\x11\xa9\x3d\x49\xbd\x4a\x1a\x16\x90\xc0\x01\xf9\x3e\x13\x93\x15\x4a\xf9\xc0\xd0\x05\x5d\x1e\x2a\x7c\xbf\xcd\x17\x8c\x9a\xb8\x23\xca\xb5\x9b\x98\xef\x07\x16\x17\x30\x10\xc9\xfb\xc4\x24\x9b\x98\x3b\xdd\x40\x55\xfb\x11\xb6\x3a\xfd\xd1\x52\xc8\xe3\x5f\x60\x94\x0b\xc3\xda\xb4\xfd\x2c\x70\x33\xa6\xee\x69\xc3\xae\x0c\xf8\xda\x93\x2b\x7e\xda\x55\xa2\x02\x89\x39\xc6\x50\x3f\x80\xb5\x8e\x0b\x4a\x50\x60\x83\x03\xc5\x10\x75\x95\x5c\x06\x35\xac\x3d\x66\xa6\x04\x62\x22\x39\x0c\x51\x71\xcb\xd4\xea\x54\xd1\x73\x40\x74\xa8\xb1\x9a\x4f\xc4\x7d\xb0\x70\x26\x3f\x58\xf9\x27\x0c\x82\x4b\x9e\x33\xbb\xa4\xe7\xa8\x66\xdf\xf7\xda\x6b\xf7\xd1\xac\x27\x70\x84\xcd\xef\xf6\x16\xd5\x4c\x22\xbc\xa6\xdb\xb0\x86\x7b\x2b\xea\x15\x3c\x25\xac\x02\xd4\xf2\x8e\x15\xe6\x1e\x6b\x75\x4d\xfb\x6f\xc8\x28\x7a\x3d\xad\x98\x22\x7d\x33\xa0\x9e\x5e\x2c\x74\x72\x71\x52\xe6\xae\x16\x0a\xba\xd5\x45\x5e\x4e\xc1\xa1\x42\xa5\xc1\xb8\xe7\x82\x84\x54\x59\x98\x47\x58\x97\x15\x45\xbe\x32\x8b\x44\x07\xd9\x49\xab\x5e\x6d\x25\xfd\x70\x5f\x6d\x2e\xb5\x04\x89\xc1\x5b\x7d\x8b\xa5\x54\x12\x80\xb2\x94\x0e\xec\xfa\x43\x6d\xe7\x6e\xdd\x9d\x47\xfb\x61\x2f\xac\x31\x5a\x74\xd9\x41\x74\xd2\x7e\x16\x30\xa7\x86\xee\x06\x3c\xce\x27\xb3\x9f\x6c\xa3\x0b\x1a\xf5\x4f\xfe\x61\x5f\xbf\xc3\xff\xad\x5d\x7d\xcd\xc0\x68\xdd\xf1\x3f\xa8\x1e\x26\x38\xb0\x6d\x08\x76\x34\xb3\x0a\x4e\x56\x7d\x86\x79\xe2\xce\xc6\xa5\x3c\x50\xb1\xbb\x90\xb4\x2c\x00\xb3\x56\x0e\x49\xca\x81\x52\x58\xd7\x3a\x61\xa5\xed\x3a\x9c\x98\x61\xb0\xc0\x83\xad\xe6\x6d\xf7\xe4\x2e\xf3\xc9\x24\xa5\xda\x95\xc8\x88\x41\x5e\xc7\x74\x89\x1a\xd3\x65\x77\x2e\x2e\xc3\x64\x7c\xed\x96\x21\x3b\xba\xec\xb2\x32\x87\xd3\x26\x12\x9e\x35\x2d\xeb\x72\xdb\xbf\xc9\xf6\x4c\x07\x9e\x94\x4f\x97\xb7\x43\xb8\xd9\xbc\x4e\xdf\x75\xce\x3d\x5e\x65\x34\x61\xaf\x0c\x56\x07\xdf\xc4\x5a\xc8\x7a\x44\x97\x5d\xed\x88\x06\x78\xb2\x70\xef\x2a\x85\x03\xe2\x1a\x70\x35\x36\xef\xec\xad\x25\xfc\x4b\x68\x29\xc2\x6e\xae\x6a\xbc\xb7\xf8\x81\x63\xee\xe8\xf5\x3c\xaa\xd7\xb8\x72\x85\xdd\xa5\x95\xed\x9f\xe7\x8b\x6c\x44\xef\xbd\xa8\x5a\xe7\xb4\x6e\x4c\xd1\xe5\xda\x56\x04\x5a\x41\x83\xa1\x8b\xaa\x7b\x43\xdc\xeb\x81\x8b\xcd\x94\xc2\xd5\x20\x49\x18\x19\x36\xfe\x34\x6c\x90\x2b\x4a\xd8\x14\xdc\x5e\x46\x51\x9a\x12\x1b\x52\x7e\x26\xcb\x2f\x84\x8d\x8a\x3c\x4d\x93\x6c\xa2\xfc\x7e\xca\x7c\x6e\x2e\x9d\x27\x72\xb1\xc5\x56\xf6\x91\xad\x84\x6f\x83\x3e\xeb\x5e\x55\xcf\xd4\xe5\x0a\x5e\x85\x10\xb1\x57\xaf\xc8\xd6\xf6\xf8\x4a\xd3\xa1\x05\xbd\x45\x94\x2e\x55\x5b\xbe\x86\xda\x04\xb4\x0e\x93\x63\xf8\xfa\xf2\xbf\xdf\x2a\xe3\xbb\x5b\x97\xeb\xc8\xcf\xff\x4d\x56\x34\x70\x99\x65\x39\x41\x39\x7e\x5d\xbd\x1e\x9f\x20\x5f\x0d\x5a\x40\xcc\x31\xca\x48\x92\xe1\x21\x21\x85\x03\x49\x4a\x12\x31\xe9\xf6\x36\x9a\xe6\xc9\x88\x92\xbc\xb0\xba\x90\x77\xbc\x9e\xff\x1e\x69\x81\xe3\x7d\x14\xc7\x05\x65\xec\x22\x2a\xda\x9c\x1e\x66\xf0\xa8\x44\x2e\x2e\x07\x12\x77\x37\x9a\xd2\xd1\x25\xef\x54\xba\x98\x43\x65\x4e\x0c\xf6\xfb\x9f\x96\x72\x2b\xe1\x0b\x43\xaf\x13\x56\xb2\x76\x70\x63\x63\x68\x1e\x55\x1c\xfe\x52\xf6\xd3\xe8\xe5\x42\x42\xb8\x0b\xb5\x5c\xe2\x76\x47\x0f\xe5\x4f\xfc\xd6\x43\x85\x7d\x1f\xed\xa1\x6e\xe6\x34\x1f\x9b\x97\x27\xad\xb6\x08\xf1\xa3\xc7\x69\x6a\xeb\xa3\xf0\x8d\x59\xa1\x63\xb3\x10\x6f\x03\xd4\x4d\x12\x5b\xcc\xe7\x79\xc1\x55\x22\xae\xe0\x30\x56\x38\x00\x1a\x57\x3b\xff\x2e\x4b\xec\x70\x3c\xdb\x84\x21\x57\x84\x24\x13\xae\xcc\x24\xca\x62\x41\x12\xa0\x70\x66\x72\x69\x7f\x3d\x7d\xa3\x3a\xc2\x6f\x16\xc8\xc0\xfe\xf9\xf5\xab\x79\xfa\x25\xfc\xcd\x25\xbf\x69\x35\xa3\x66\x1b\x5d\xe5\xe1\x56\xea\x6d\x18\x76\x3a\xd1\x37\xa4\x3a\x2a\x38\xb8\x3e\x98\xd8\xea\x7e\x0f\xa8\x77\x60\x20\xf6\xcb\x33\xbe\x62\xd0\x85\x75\x1d\xaa\x7c\x1d\x8b\x85\x75\x1d\x56\x8b\x33\xbe\x10\x08\x6b\x41\x5c\xf1\x7d\x12\xd3\x92\x16\x33\x2e\xe3\xc0\x6e\x51\xbd\x10\xf1\xd8\x37\x08\xaa\x7a\x83\x41\x7e\x20\xcd\x5e\xaf\x49\x7e\x40\xfb\x27\x67\x25\xfe\x3d\x8f\xca\x29\x98\x67\xee\x36\x33\x1b\x43\x11\x9b\xba\xb7\xc4\x6f\xc5\x76\xe7\x07\x42\xc4\xf4\xbe\x5f\x14\x29\xba\xa6\xf4\x3a\x01\x60\x02\x94\x5c\x05\x90\x05\x12\x1a\x36\x22\x05\xbd\x88\x18\x8d\x61\x40\xd2\xa2\xdd\x49\x97\xfc\x69\x9c\xe7\xe4\x82\x8e\xf2\x19\x65\x64\x5a\x96\xf3\x7e\xaf\xc7\xb1\xc2\xb1\xd0\x1b\xe7\x39\x72\xc1\x09\x52\x17\x06\x14\x5e\xd6\x02\x25\xb5\x9e\xb4\xad\x1b\x66\x09\x66\xa0\x07\x8d\xe7\x4d\x17\xa7\xd5\x0e\xaf\x41\x1d\xc8\x51\xcd\xc2\x9e\xbc\x9e\x4a\xb4\x81\x55\xb9\xf5\xfd\x13\xd2\x28\x99\xda\x2d\x58\x70\x33\xf7\x69\x06\x47\xd8\xfb\xab\x4c\x3a\xa6\xdc\xa0\x86\x6d\x7f\xdc\x47\x35\x1d\x7d\x34\x2d\x3f\x55\xc1\xa3\xac\x1f\xcf\x6f\x94\x8c\xb1\x61\xa2\x8f\x2a\xda\x05\x5d\x91\x35\xf1\xb9\x0b\x13\x54\x21\xfd\x85\x09\xeb\xc3\x99\x1d\xe5\x5b\xf0\xab\x8c\x5e\xd9\xb3\xc7\x66\x60\x30\x04\xd7\x60\xaa\x23\xb6\xc2\x25\x25\x11\x24\xd5\xe1\x7c\x06\x32\xaf\xf0\x7d\xc8\xf9\xcf\x2c\x8f\x93\xf1\x0d\xb1\x94\x25\x42\x30\x82\xfb\xb5\x6a\x37\x0c\xc0\x92\x11\xd9\xe1\x02\x1c\xa3\x59\x99\xde\x90\x7c\x4e\x33\xed\x3f\x3f\xd2\x70\x43\x40\x2f\xa2\xa4\x1b\x4d\xfb\xcf\xaa\x95\x34\xf7\x69\x8f\x8f\x8b\xb5\xab\xc9\xd8\xa9\xa8\xf8\xc7\xa3\x2c\x99\xc1\x86\x35\x76\x48\xb0\x17\x4e\x68\x09\xcf\x19\xc0\x73\x11\xbe\xfc\x1d\x0c\xdc\xa6\xf8\x17\x78\x7f\xe7\x34\x0b\x45\x59\x82\x02\x3b\x17\xd5\xb6\xc1\x0f\x2b\x1f\xaf\x91\x8a\x67\x8b\xc1\x84\x66\x6e\x13\xe7\x5d\xac\x7a\x4d\xe7\x4e\xc8\x4e\xa1\xd2\x9c\xb1\x9d\x77\xd1\x52\x84\x26\x52\xbe\xe7\xfa\xf3\x8e\xfa\x22\xca\x2d\x37\x0c\x53\xc9\xfa\x6c\x7a\xb2\x7b\x91\x3d\x60\x23\x1a\xea\x01\x7f\xb6\x6a\x8a\x8c\x50\x4e\x3d\x51\x43\xde\xf1\x99\x52\xf9\xc1\x2a\x65\x5e\x31\x13\xe5\x72\x93\xaa\x42\xf8\x89\x4a\x74\xc0\x1c\xab\x82\xfc\x0a\x41\x44\xfc\xc0\x28\xd8\x29\xb6\xef\xac\x92\x44\x7a\x49\xaf\x4b\x3f\x8b\xb2\xca\xd4\xd3\x27\x4d\x91\xa7\xa7\xa9\x33\xc4\xc8\x28\xcb\xba\x2a\x24\x29\x3e\x9b\x47\x23\x0a\x79\x93\xaf\x8a\x48\xc7\x0f\xe4\x7d\xbf\x37\x3d\xd1\x34\x4d\xe6\x2c\x61\xaa\xb8\x66\x90\xc0\x5c\x82\xd1\x34\x2d\xba\x6d\xf7\x31\xe1\x3a\x51\x91\xa4\x11\xca\x09\x45\x54\xea\xb4\x6e\x44\xbf\xbf\x52\xbf\x1c\x2b\xbf\xe4\x03\xfa\x17\xf2\xad\x37\x1e\x7d\xfa\x83\x93\xa3\xd6\xf2\xac\x97\xdf\xb2\x68\xf9\x1a\x36\x2a\x19\x90\xa7\x4f\xe5\x47\xe5\xb6\x27\x7f\x22\xc7\x7a\x32\x20\x7b\xbb\xfe\x67\x64\xb0\xda\xfb\x59\x16\x43\x70\x36\xaf\x59\x38\xb6\xd3\x8a\xc8\xb0\x75\x1d\x62\x07\x19\xeb\x40\x52\x29\x26\xad\x73\x14\x1c\xac\x86\x95\x21\xa1\xdc\x3d\xdd\xf2\xb8\x96\xe8\xa4\xbd\x4d\x18\x50\xe7\x1d\x59\x65\x60\x37\x91\xf7\xaa\x2e\x54\x28\xca\x38\xd5\x8c\x16\x65\x8e\x83\xb2\x2d\x18\x2d\xc4\xba\x05\x12\x7e\xff\x46\x2f\x2e\x13\x4d\xbc\x67\xca\x1a\x00\xf1\x31\x17\xa3\x69\x28\xd0\xa7\xa4\x1f\x2e\x7e\x7c\x34\x1d\x59\x42\xe3\x86\x18\x7d\x38\xb0\x5d\xe0\xbc\xe8\xb2\x34\x89\x29\xe4\x7d\x3a\xc9\x9e\xee\xea\xca\x9f\x9c\x38\x77\x86\x69\x86\x30\xaa\x4a\x43\xe8\x52\x79\xb6\xfc\x80\x9b\x15\x7b\x55\xfc\xdb\x1c\x9e\x14\x87\x4a\xe5\xc4\xeb\x96\xd5\x70\x09\x37\x36\x9d\xc7\xf4\x43\x93\xb4\xaa\x84\x66\x5a\x13\x4c\x71\x43\x24\x40\x95\x63\x78\x43\x14\xbf\x75\xe0\xbe\x90\x93\x46\x33\x61\xfa\xfe\xa5\x19\xf0\x09\x56\x75\x94\x7e\xd5\x0c\xf8\xfc\xaa\x3a\xca\xe9\xb7\xaa\xce\x6a\x13\xd4\xaa\x83\x20\xe4\x98\x9c\xaa\x49\xc9\xdc\x81\x62\x41\x46\x24\x7d\x6d\x3f\x2c\xe6\x55\xe8\x4c\xcd\x38\x51\x99\x8e\xa9\xba\x6b\x47\xb7\x4c\x93\x8c\xbe\x96\xed\xbe\x7c\xb7\xd2\x4d\xd7\xf3\xeb\x2f\x0e\x0d\xbe\xa0\xa3\x5c\x3c\x63\x0c\xf0\x83\xd1\xa2\x60\x10\xa4\x72\x9e\x27\x76\xa4\xdf\x2d\x08\xb8\xf6\x90\xdc\xb8\xbb\x64\xd0\x46\x91\x23\x0e\x71\x7e\xbf\x8a\x4c\x09\x87\xd9\xff\xed\x09\xb7\x3a\x20\xea\x96\xa1\x3d\x45\x52\xc5\x3e\xd9\xed\xd8\xdf\xab\x53\xe1\x13\xd2\xec\xc3\x3b\x4c\x3f\xd4\x2a\xee\xb0\xf9\x44\xa7\x68\xac\x0e\x15\xea\x06\x0b\xbd\x75\x00\xd9\xca\x2d\x54\x19\x27\xb6\x1b\x92\x3a\x45\x5a\x74\xf2\x78\x8b\xe8\xb1\xb5\xc1\x3d\x65\x26\xbf\x5b\xcd\xc1\xe6\x26\x1b\xb9\x80\x22\x01\x99\x13\x1f\x75\xbe\x31\xad\x24\xd7\xbb\xca\x3c\xce\xfb\xf0\xde\x1a\xc4\x7e\xd8\xf9\xa6\x8b\xdb\xcd\xd6\x07\xa1\x12\xeb\x8f\x2b\x43\x33\x03\xb9\x88\xed\xf2\x65\x0f\x65\xf5\xdc\x90\xcf\x53\xa1\xe8\x21\x22\x30\xbb\xb4\x2f\xc3\xe5\xba\x9f\x55\xdc\x5d\xf7\xbb\x88\xba\xeb\x7e\x95\xac\x07\x2e\x3f\x58\x80\x47\x6d\x43\x18\x0f\x77\x3c\x38\x42\x6d\xb8\xc3\x10\xca\xab\xcf\x75\x5b\x15\x0b\x9e\xeb\xb8\xca\x76\x47\x8f\x10\x11\xd9\x2c\x92\xa1\x45\xc8\xd6\xc7\x51\x9d\xd0\xb2\xe5\xb9\xa2\x05\xaa\x9f\xdc\xa8\xd3\x3a\x14\xef\x97\xdd\xf9\x75\x87\x7c\xb7\xc2\x5c\x7b\xcd\x3f\xc9\xef\x01\x59\xdf\x19\x44\xf3\x47\x97\x20\xbe\xf1\xc1\x54\x77\x26\x6e\x7d\xd8\xf8\x61\xa0\xcb\x22\xca\x98\x78\xbe\xbb\x55\x98\xee\xc7\xfd\x65\xc2\xb9\x6e\xec\xb3\x82\xad\xa1\xd8\x66\xeb\x08\x87\x5b\x9b\xcc\x4d\x7a\x5e\x41\x66\x69\x54\x4c\x44\x02\x03\xfe\x75\x0b\xf9\xa4\x4e\xa6\x11\xeb\xaa\x12\xd3\x7e\x79\x82\x58\x59\x60\x46\x2f\x92\x65\x12\xd3\x02\x31\x34\x0c\x3c\x3c\x86\xb4\x61\xaf\xa1\x7c\x09\x6d\x48\xcd\xdc\x21\x7b\x75\xe0\x3b\xe5\x1b\xf8\xa5\x08\x48\xee\x44\x42\x17\xcc\xef\xcb\x77\x2b\xd5\xd8\x21\x77\x15\x7e\x5e\xd9\xc9\xba\x2a\x94\x97\x1c\x52\x6d\xac\xdd\xc0\x3e\xdc\xdd\xc4\x7c\x84\x75\xa7\x86\xf5\xf0\x0a\x21\x3e\xb2\x61\xa6\x32\x8e\xfa\xcf\xe1\x34\x06\xa1\xd5\xef\xf5\x88\x0c\x35\x3e\x4e\xe9\xb5\xba\x98\x66\x70\x6f\x21\x61\x11\x07\x2e\x9b\x26\x63\x48\x16\x73\x95\x94\x53\x32\x5a\xb0\x32\x9f\x01\x7f\x92\xdd\x4b\xc7\xcb\xd0\xc2\xa3\x01\x30\x58\x38\x27\xb5\x97\xd9\x62\x6b\xde\xe7\xee\x0d\x60\xc1\xa1\xbd\x01\x1b\x5e\x21\x0f\x7e\x8c\xf3\x62\x46\xba\x4f\x18\x0c\x15\x05\xd3\x6a\xd8\x5a\xd5\xca\xe9\x8d\x77\xc0\xb5\x88\x1c\x8c\xb8\x3b\x4f\x7e\xde\x8d\xe9\xa4\x1d\xee\x27\xb0\x35\x9c\x33\xdc\xa5\x15\x6d\xe7\x0b\xd1\x89\x2c\x0c\xd2\x88\x4f\x9a\x15\x5d\xb3\xda\xbe\x59\xa8\xf3\x34\x61\xc2\x40\x76\x7e\x33\xa7\x81\xc3\x60\xc3\xbe\x10\xd7\xb3\xf0\x2a\x50\x39\xa2\xee\xff\xfa\xe6\xc0\x21\x1e\x17\x5c\x69\xb3\xfc\xe8\x3a\x3e\x77\xea\xb4\x5e\xab\xf1\xb1\x17\x94\xbf\xc2\x89\xba\xfe\xf0\x76\x67\x6b\x27\xf5\x6e\x3e\xdd\xc5\x1b\xcf\xac\x7e\xa5\x95\xe5\x45\x7e\x95\x9d\x64\x7b\xbb\x9b\xe9\xad\x92\x8d\xde\x3b\xa4\xbe\x8e\xa0\x0d\x57\x03\xe4\xe4\x5c\x3e\x71\xd9\x32\x9f\x11\x6f\xa5\xa2\x37\xbc\x2f\x44\x92\xff\xba\x78\x90\xc3\x4c\x44\x37\xfa\x9e\x9c\x4d\x93\xd9\x8c\x16\x26\x66\x94\x0c\x0b\x06\x85\xab\xff\x8c\xf3\xd1\x71\x54\xd2\x49\x5e\xdc\xa8\xaa\x6b\x5e\xd4\x0b\xc5\xb8\x93\x15\xc4\xd3\x01\x3b\xb2\xdc\x51\x9a\x42\x88\xc0\xb2\x2c\x92\x8b\x45\x49\x99\xe5\xd1\xd3\xd1\x2e\xe9\xe3\x8a\x1a\x32\x14\xa0\x1d\x92\x89\xb3\x47\x38\xbe\x44\xa2\x3f\xe5\xb3\xc3\xe4\x94\xae\xa2\x25\x25\x5c\xca\x99\xd3\x42\x07\x41\x92\x04\x2f\x1a\xf0\x13\x5a\x14\x40\xf0\x22\xe8\xeb\x50\xbd\xa1\x21\x5f\x4d\x00\x3d\x7b\x70\xd0\x8b\xf3\x94\x89\x37\xb5\x78\xc8\x84\x11\x76\xc5\x07\x8c\x05\x87\x8e\x46\xe5\x22\x4a\x21\x6d\x16\x29\xa7\x05\x3c\x49\x8e\x32\x12\x01\x29\xd2\x18\xb1\xc3\x30\x80\x70\x1f\x8b\x20\x4c\xd8\x8b\xa8\x8c\xde\xe4\x51\xec\x84\xfe\xb3\x01\x54\xef\x8c\x48\x99\xcb\xc8\x6d\x70\x0d\x27\xee\xf3\x35\x9e\xe4\x72\xe1\xf0\x4d\x72\x1e\xaa\xfd\x61\x5f\x2f\xaa\xfc\xf4\xf1\x93\x8f\x0d\x71\x0a\x51\x35\x26\x20\x25\xa3\x23\xca\x58\x54\xdc\x70\x10\x2e\x16\x49\x1a\x03\x85\xc1\xe9\x96\x46\x23\x3a\xcd\x53\x0e\x15\xbb\xa4\x29\x2d\xf3\x8c\x61\x20\xc4\xb1\xa6\x60\x00\x51\xec\xd0\x7a\xb4\xf0\x2e\x8f\xa9\x07\xc6\x1b\xf1\x1e\x19\xbc\x14\x0a\x14\x1c\x46\x06\x28\x4f\xb5\x73\x3d\x1b\x15\x94\x66\x90\x4b\x8d\x16\x68\x58\x1d\xf8\x01\x47\x4e\x74\xa6\x1a\xa5\xa9\xf0\x1c\xcb\xb9\x00\x26\x21\x95\x83\xde\x08\x17\xb2\x69\x54\x8a\x9b\xc8\x34\xba\xa1\x05\xc9\x33\xec\x4e\xb6\xe4\x83\x64\x25\x29\x16\x29\xb5\xe6\x2c\x58\x2f\xe0\x3b\xb4\x97\xf7\xd5\x32\xd8\x71\xf4\xd1\x37\x76\xe0\x41\x7b\x14\xc7\x40\x5a\x51\x4a\x8e\xcf\xce\x04\xaf\x6d\x51\xd6\x86\x28\x5f\xf3\x79\x7a\xa3\x5c\x23\x0c\x0f\x90\x77\x43\xd6\x6a\x28\x6e\x59\x8d\x16\xc1\xac\x24\x52\x62\x72\x71\x03\x57\x96\x3b\xef\xe1\xda\x57\x47\xb6\xc1\x9d\x82\xde\xc6\x67\x7b\x8e\x6e\x1b\x4c\x87\x2f\xe0\xca\x9c\xf1\xad\x92\x0b\x5e\x06\xbb\x69\x9e\x33\x96\x5c\xa4\x54\xc8\xfa\x40\xdd\xf3\x88\x31\x58\x55\x3d\x07\xb9\x24\xe2\xa1\x3a\x04\x31\xcd\x33\x12\x27\xe3\x31\x05\x97\x31\xa3\x83\xb0\x00\xe1\x0b\x19\x1b\x91\xbd\xf8\xe0\x01\x08\x29\x69\x17\xc2\x4d\xea\x4b\x80\x5e\xbf\x40\x68\xd2\x88\xb0\x24\x9b\xa4\x3a\x40\xd1\x97\x38\x59\x7e\xe9\x92\x93\x31\x89\x94\xec\x26\x77\x8d\x72\xce\x51\x38\xec\xa8\x83\x59\x44\x9c\x2b\x16\x14\x03\x9b\xcc\x78\x3d\x7a\x7c\x76\xf6\x81\x16\x5c\xfc\x89\xb2\x11\xb5\xd8\xc1\x3a\xc4\xe2\x35\x57\x38\xd1\x2c\xbb\xa0\xf2\x0e\x9d\x93\x2e\x27\xee\x51\x3e\x9b\xe5\xc2\x9f\x4a\x84\xf2\x20\x17\xb4\xbc\xe2\xfb\xe5\x97\x68\xde\x21\xc7\x49\x31\x4a\x29\x38\x5a\xbd\x49\x44\x68\xb9\xbb\x9e\x12\x56\xb4\x2f\x83\xd9\x53\x05\x91\x60\xef\x7a\xc9\xe1\xa8\x73\x18\x3c\xd5\x8f\x57\x11\x70\x1d\x0d\x99\xe8\xee\x9f\x8b\xa4\x90\x5e\x67\x74\x49\x8b\x1b\x8d\xf2\x9b\x7c\x01\x60\x65\x31\xc7\xf1\x82\x59\x28\x2e\x41\xb0\xb2\x41\xe5\xc2\x96\x47\x09\xfa\x20\x92\x02\xb8\x04\x51\x0d\xd2\x3a\x51\x50\x9d\x70\xb0\x3a\xe4\xe4\x97\x68\xde\x06\x97\x35\x08\xcf\x6b\xe0\x8c\x62\x32\xcb\x0b\x2e\x91\x95\x51\x92\x0a\xa2\xa6\xd1\x68\x4a\xd8\x9c\x8e\x92\x71\x32\x52\x7d\x62\x30\xc5\xa0\xfa\xc8\xaa\x86\x2e\x70\x4c\x1a\x10\xbf\x05\x64\xdb\x9e\xa5\x00\xa1\x4e\xad\x02\xda\x08\x40\x55\x8f\xc7\x76\xf8\xb8\x14\xfa\x0b\x82\xc2\xba\xad\x3a\x94\x19\xef\xc8\x57\xad\xe9\xf0\x3f\x65\xb6\x3a\x77\xd7\xf0\x61\xcc\xf6\x54\xe4\x7b\x17\x82\x17\x3d\x49\x71\x68\x03\xf9\x57\x90\x93\xa2\x78\x38\xbe\xbd\x25\x72\x84\x9a\x3f\xcf\xaf\x6f\x41\x22\x00\x1d\x22\x8f\x7b\x4a\x4a\x16\x0e\x25\xbb\x78\x10\x2c\xaa\xbe\x1e\x04\x8f\x23\xd1\x99\x87\xc9\xb7\x49\x96\xcc\x16\x33\xe4\xad\xfa\x64\x77\x7e\x1d\x46\xc9\xde\xd3\x0d\x78\xb6\x50\xf1\x4b\x34\x7f\x18\x3c\x40\x47\x0f\x82\x84\x49\x34\x7f\x60\x5a\xe2\xb0\x6d\x41\x4a\x56\x9f\x5b\x92\x92\x12\x09\x84\xa7\x6f\x46\x29\x97\x34\xca\xdc\x84\x7f\x96\x22\x94\x38\x92\x20\x86\x4d\x61\x1f\x25\x2c\x99\xcd\xd3\x64\x9c\x70\x61\x8d\x02\x32\x92\xd9\x6c\x01\x79\x23\x49\x39\x4d\xb2\x09\x17\x5d\x93\xd1\x14\xc4\xa0\x22\x4f\x85\xf5\x05\xa2\x65\x67\xa0\x2c\xde\xe3\xb0\x43\x69\xcc\xd4\x1a\x91\xe7\xd2\x55\x72\x9c\x46\xe2\xe5\x41\x91\x4c\x26\xb4\x20\xe3\x28\xa6\x27\x59\x8f\xff\xdf\xfb\x45\x89\x54\x04\xa9\x36\x40\xec\x55\x70\xd9\x95\x99\x4a\x13\x46\x52\xd0\x08\xba\x5b\x6a\x09\xe4\xfd\xdc\x95\x0b\x61\x8a\xc0\xd9\x61\xd6\x5a\x19\x8c\xca\x32\x1a\x4d\x05\xaa\x79\x49\x91\xe7\x02\xd3\x80\xb6\xa8\xa0\x51\x77\x0b\x39\x71\x5b\x09\x11\x4b\x87\xbe\x70\x28\xe4\x96\x65\x94\x72\xaa\x9d\x25\x69\x9a\x30\x3a\xca\xf9\x3e\x50\x70\x6f\xc6\x9c\x1e\x42\x97\x69\xb3\x80\xea\x3d\x40\xde\x04\xc4\x40\x50\x65\xa8\x90\x29\x23\x41\x53\xb3\x28\xc9\x90\x48\x29\x04\x53\x4e\x5a\x4a\xe6\x12\xca\x10\x44\x52\x82\x61\xb2\x49\x37\x20\x71\x06\x51\x96\xcc\x4d\x77\xbe\x5a\x0b\x94\x3a\x29\xa2\x78\x11\xa5\xe9\x0d\x99\x40\x88\x62\x78\xfb\x20\xe4\x99\x2f\xb8\xff\x2f\xce\xa0\xbf\x45\x4b\x5a\x39\xb0\x4b\x97\x42\x55\x88\x84\x0c\x40\xc7\xe3\x64\x94\x70\xca\xe0\xa4\xa3\xec\xf4\x77\x93\x4b\x1d\x51\xcf\xa2\x2a\xa6\x66\x2d\x37\xe3\xbd\x37\x1f\xda\x78\xa7\x74\x4c\x0b\x66\x51\xb4\xb4\x12\x68\x41\x46\x4e\x88\x97\x69\x9d\x0c\xa1\xc8\xf4\xe0\x34\x74\xd7\x2a\xcf\xd2\x1b\x17\xf7\xa2\x45\x7d\xb7\x7c\x61\x01\xcb\x15\xfd\x1a\x4e\x10\x18\xe1\x17\xd9\xf8\x4e\x90\xeb\xf4\x80\xb8\xe3\x38\x2a\xa3\x1a\xb8\x25\x82\xd5\x2e\x14\xb7\x47\x64\x4a\x53\xdc\x3f\xa7\xa4\x44\x9a\x45\x2c\x15\x9c\x69\xf0\xe1\xeb\x29\x7c\x3c\xa7\xd7\x16\xfc\xce\x59\xc0\x46\x45\x72\x41\x03\x2a\x82\x80\xc2\x55\x10\x60\xcf\x6e\x4f\x42\x34\x5b\xcc\x02\xb2\xbf\x7b\xbc\x5a\x12\x22\x1f\x1c\x9d\x6a\x20\xa8\x0d\x20\xda\x9e\x63\x42\xb0\x45\x22\xa7\x99\x94\x4b\x06\x70\xb1\xe2\x9f\xad\x15\xad\xf8\x41\x3e\x20\x3f\x76\x6a\xd1\xa4\x2c\xbd\xe2\x0c\xaf\xc0\x13\xb0\xab\x7c\x96\x94\x32\x56\x9e\x4e\xf8\xa0\xc3\xbc\xdd\x19\x83\x4c\x7a\xb7\xbf\x96\xe3\xaf\x3c\x95\x1f\x81\xa7\xa8\x31\xc5\x28\xd6\xbc\x14\x9f\x23\x0b\x46\x8b\xbe\x2b\xa7\x28\xec\xff\xd9\xc3\x62\x78\x98\x09\xc2\xed\xf6\xa3\x08\xb4\x6f\x3d\xc8\xc8\x5e\xf9\x9a\x71\x1c\xc9\xd2\x10\xc5\x53\x77\x89\x8d\x26\x1f\x8b\xc5\x16\x26\x28\xea\x98\x4a\x6c\xab\x08\x43\x07\xd4\x7d\xf8\xaa\xb0\x8d\x04\x16\x12\x04\xb5\xea\xe3\x51\x9c\x5d\x89\xbc\xde\x82\x4f\x5c\x17\x67\x94\x1a\x83\x2a\x1c\x72\x3a\x08\xa1\x3a\x3a\x83\xf2\x64\x75\x42\x66\xdf\xbe\x53\x6d\xc3\xc2\x60\x97\x0f\x73\xf4\x7e\x11\x9d\xdc\x16\x6a\x4b\x81\x45\x07\xf6\x76\xb0\x87\x84\x11\x98\xc2\x9c\x2f\x1d\x5f\x0e\x69\xcf\xe1\xc0\x46\xa2\xa2\xc7\x06\x5a\xe2\x3a\x9a\x75\x38\x8d\xc3\xbb\x3a\x39\x12\xd4\x87\xb0\x26\x45\x46\x0b\x56\xa1\x86\xdb\x73\x03\xb7\x03\x34\x25\x03\xa1\x93\xa2\xe6\x5b\xe5\x3f\x55\xb9\x6e\xec\xe7\x0d\x4e\x0a\xd3\x70\x9a\xd4\x60\xfa\x2e\xf4\x90\xc2\x7d\x43\xb1\xf5\x9b\x0a\xc7\xe1\xfd\x5d\xb4\xac\xc9\x67\xaa\x06\x42\x99\x4c\xb7\x1a\xfc\x00\x82\x8b\xc8\xe9\xc3\xcd\x94\x49\x56\xca\x7f\xd9\xb1\xa5\x54\xaa\x1c\x99\xb4\x54\xbf\xcb\x58\x77\x86\x99\x4c\x4f\x2b\x61\x56\x47\x89\xce\xe5\xf4\x19\x84\xff\xe3\x28\x4d\xc1\xa9\xab\x95\x64\xac\xe4\xb2\x5f\x87\x1c\x9b\xec\x3c\xf2\x9d\x11\x3c\x71\xd6\x35\x88\xfa\x23\x1f\x5b\x75\xf5\xa3\xa4\x72\x5a\xe4\x57\x24\xa3\x57\x84\x1f\xc1\x22\xa9\xdb\xb0\x71\x1c\x65\x9c\x33\xc0\xc3\xee\x48\x6a\x30\x60\x70\x55\x20\x0d\x1b\xfa\xc5\xf2\xba\xd1\x69\x18\x48\xc5\x8c\x4d\xa8\xe2\x96\x78\x18\xd7\x11\x8a\xa5\x1c\x96\x9f\x8d\xad\x65\x54\x90\x84\x0c\xc8\xee\x33\x92\x90\x7d\x79\x2d\x26\x9e\x5d\x3f\x23\xc9\x0f\x3f\x68\x10\x79\x45\xc1\x7e\xe7\x25\xa4\x53\x85\xaa\x1f\x13\xf5\x52\xcc\x94\x75\xf9\xb9\x48\x0b\x90\x72\x07\x15\xdf\xbf\x7e\xb5\xde\xc2\xa2\x4a\x22\x17\xdf\x42\x35\x47\xcf\x11\x39\x4e\x87\x0d\xd8\x7c\xc3\x06\xdf\xe4\xa6\x55\x1b\xf7\x70\x55\x24\xa5\xdf\x5a\x5c\x31\x74\x2d\xcc\xdc\x68\xbc\xa0\xe6\x97\xf4\x06\xff\x36\x18\x46\xf4\x1c\xa0\x0d\x78\x4c\x0b\x97\xae\x2d\xb4\xc4\x1d\x91\xb6\x4b\x12\xad\xc8\x1e\x85\x93\x36\xf1\x39\x99\x1a\xed\xc0\xca\xa1\xce\xc4\xf3\x53\xbe\xbb\x70\xb7\x02\x40\xde\x91\xd5\x7d\x6d\x4f\x36\x28\xd0\x41\x18\x3f\x56\x9b\x61\x43\x03\x30\x6c\xe8\x58\x53\x0a\xdd\x7d\x73\x8f\x27\x5f\x8f\xc9\x27\x11\xa8\x8f\x67\x82\x50\x2b\xb1\xc8\x68\xf9\x41\x0d\xf1\x7e\xdc\xca\x3b\x64\x2e\x11\xe5\x14\x91\x81\x02\xd8\xf9\x7e\x18\xfe\x2e\xe2\xc4\xb6\x49\x7f\xab\xc1\x08\xc9\xbb\x9f\x3f\xc3\x64\x3f\x7f\xe6\xa4\x6e\xa7\x16\xc9\x75\x70\x1f\xf3\x1c\x35\xd4\x99\x9c\xad\x64\xa8\x0e\xa0\x3a\x5f\xb1\x03\xe8\x3f\xd8\xb0\xf1\xac\x86\xd0\x92\x6c\x4a\x8b\xa4\x64\x2d\xb6\xb8\x00\x72\xeb\x88\xbc\x5f\xf0\x37\xa2\x2a\xf9\xac\xdd\x94\xc1\x43\xcd\x61\xc3\xf0\x0e\xf2\xf8\xb1\x5b\x9c\x2d\xd2\x74\x03\x53\x3a\x5b\x80\xbe\x73\xcd\xb5\x5a\xc6\x21\x9a\x2d\x58\x49\x68\x52\x4e\x69\x41\x2e\xa8\x08\xe0\x99\x17\x61\x2e\x05\x87\xbd\x84\xdb\x50\xb3\x59\x4c\xb1\x8b\x5a\x08\x2a\x0b\x46\xbc\x01\x70\x10\x1e\x41\x5c\xc8\x59\x0e\x98\x44\x5f\x0f\xa5\x3d\x18\x0c\xad\x5a\x01\xd0\x30\xcf\x11\x45\xa2\x64\x8d\x88\x39\xbc\x3f\xcc\x22\xdc\x76\x73\xc0\x86\x45\x0b\xe7\x10\x50\x70\x75\x37\x6d\x9f\x89\x43\x84\x6a\xef\x4c\x6e\xb9\x77\x26\x1b\xf7\x4e\xc5\x48\x66\x8b\xa0\xfd\xf3\xf5\x6b\xb8\xdf\x56\xde\x0e\x6c\xa4\x50\x1d\xb4\x8b\x3e\x4b\xba\xd6\xdb\x47\xfc\x56\xdb\x46\x65\x12\x67\x8c\x16\xe5\xf9\x34\x61\x27\x3a\x01\x5e\x6c\xda\x04\x8b\x37\xee\x3c\xa5\x6d\x20\x7e\x76\x0a\x40\xb7\x18\x4d\xc7\x1d\x38\xa7\xd1\x06\x84\x63\xfb\xf1\x63\xd2\x92\x20\xb7\x44\xf9\x00\x76\xa1\xb8\xf0\x1d\x36\x38\x72\xe4\x8c\xa0\xfe\xc0\xd9\xa3\x6d\x17\xb1\xbc\x96\xc0\x9a\x89\x60\x01\x2d\xf9\xf6\x85\xe7\xcf\xbb\x1b\x36\xf0\x0b\x5a\x24\x4b\x90\x6e\xf5\x34\x18\x99\x45\x37\x60\x0b\xd1\xeb\x27\x2e\xa4\xf3\xc2\x88\x4f\xce\x36\x96\x15\x83\xa8\x04\x84\x6c\xa4\xd6\x9a\xa6\x06\x8b\xfc\x27\x60\xa5\x72\x6e\x60\xec\xa1\xd9\x48\x4f\xb0\x9c\x26\x8c\x4c\x23\x96\x35\x4b\x72\xc1\x95\x00\x95\x04\x91\x81\xb7\xa7\xc8\x92\xd8\xb6\x6a\x40\xb4\x96\x8a\x19\x72\x08\x6c\x1a\x9c\x54\x70\xf2\x49\x90\x93\xcb\x46\x09\x13\xe9\x24\x4e\xe9\x38\xa5\xa3\x52\x13\x91\x69\x5e\x55\xc3\xe9\xa8\x92\x0c\x4d\x4f\x95\x55\x36\xd2\xb8\x60\xc0\xc0\xe3\x5b\x92\x50\x24\xca\xb9\xfc\x37\x8d\xaa\x26\x31\xa8\x9c\x5f\xcb\x92\x05\x82\x23\x81\x7e\x9f\x45\x69\xcb\x12\x36\xc5\x41\x33\x70\xb0\xad\xa1\x42\xae\x71\x22\xb5\xb2\x15\x9d\xa8\x12\xd2\x36\x3e\x24\x0a\xf2\x8e\x5e\x9d\x8b\x6c\x48\xde\x40\x90\x23\xb3\x3b\xb2\x84\x17\x3c\x1e\xe4\xed\x84\xce\x4d\xa5\x16\x00\xdd\x21\x51\x31\x81\x18\x2b\xac\x63\x46\x68\x57\xc4\x7d\xd1\xbd\x41\xdb\x2e\x18\xa2\x65\x44\x7b\xdd\x8d\x17\xd0\x48\xa2\xb3\x9a\x25\x89\x0e\x44\xdf\x86\xcd\xd6\xee\xc7\xea\x15\xf4\xa4\x0a\x59\x45\xb2\x2b\xc4\x22\x20\x54\x8e\x87\x96\xb6\x1f\x79\x83\x77\xe6\xd5\xeb\xb2\x69\x34\xab\xa8\x2c\x47\xfe\x50\xe4\xd7\x37\x3e\x9b\x74\x02\x48\x0c\xed\xac\xe1\xd2\xd8\x6f\xc4\x87\x2e\x08\x08\xef\xc7\x5d\xbe\xf1\x7d\x38\x5a\xb2\x41\x87\x7c\xfc\xd4\x31\x18\xe2\x88\x58\xb7\x9d\x3c\x73\x26\x64\x85\x4e\xeb\xed\xf2\x6c\x2b\xde\xc8\xda\x09\xa3\x70\x49\x6f\xc6\x05\x0e\x9e\x10\x8c\x8e\x20\xac\xcd\xd2\x71\xd4\x44\x56\xa8\x0c\x9a\x30\xa1\x25\x2e\x7b\x97\x1f\xc5\xff\x58\x30\xdd\x72\x93\xcb\x25\xd8\x09\x4e\xcf\xdf\x74\xc8\x8c\xce\xf2\xe4\x77\xea\xa5\xb2\xae\x36\x45\x68\x77\xcd\x4d\xbe\x5c\xc8\x6a\xa0\xec\x74\xc8\x72\xb0\x6d\x64\x05\xd9\x74\x47\xbb\x75\x09\x7d\xde\xbe\x87\xb0\xab\xda\x65\x56\x7d\x75\xab\x10\x6c\xa0\x0a\x45\x0b\x74\x5d\x60\xd7\x46\x05\x26\x8a\x81\x98\xce\xf3\xa3\xe3\xbf\xfe\x72\xfa\xfe\xd7\x77\x2f\x3e\xbf\x7f\xf5\xea\xf3\xd9\xf1\xe9\xcb\x97\xef\x3e\x7f\x78\x7f\x76\x72\x7e\xf2\xfe\x1d\x19\xc8\xe7\x14\xa8\x85\x1c\x5a\xdf\xdf\x91\x81\xbb\x24\xad\x96\x8a\x46\xaf\x49\x49\xe5\xc2\x6f\xee\xfe\x07\x7e\x42\x82\x1c\xc9\xbf\xc0\xdf\x69\x54\xd2\xff\x6a\xed\x7c\xb7\xaa\x87\x6b\xdd\x56\x5e\xf0\xca\x03\x58\x80\xb9\xb9\xeb\xdb\xf6\xbc\x6e\x4b\x33\x4c\xd5\xf4\x4f\xcf\xdf\xdc\x0e\x03\x5b\x02\x7a\x17\x1c\x7c\x6b\x0c\xb8\xb9\xc4\xb5\x59\x4b\x07\x8b\xf0\xb6\x58\xbb\x1f\xbc\x0f\xb4\x22\x46\xe0\x7b\x73\xf5\x54\xa4\x26\x88\x44\xcd\x1d\xb2\xac\x81\xef\x60\xed\x4f\xfa\x06\x56\x7e\x0e\x5e\x9d\x8a\x69\x57\x84\x72\xb0\x9f\x05\x59\xa1\x1b\x1e\x2a\x70\x83\x8a\xde\x2f\x48\x4b\xf0\xbd\xd6\xfd\x43\x3b\x08\xf3\xf0\xa6\x70\x0e\x5b\x3e\x10\x77\x42\x3d\x18\x77\x7f\x77\xe5\x3e\x39\x0b\xa0\xf8\x53\x08\x5c\xbb\xce\x1d\xa0\xab\x7d\x4b\x87\x5f\xad\xe8\xfd\xf0\xf7\xd6\x6e\xbb\x59\xf7\x56\x0e\xd3\x12\x97\x25\x2a\xde\x6f\x9a\xf7\xb5\x15\xaf\x6e\xbe\xe4\xf3\x68\x94\x94\x37\xe4\xbb\x55\x0d\x01\xaf\x67\xec\xcb\x16\x0f\xf2\xb6\x7d\x26\xae\x81\xea\x93\x2f\xe6\x3d\xb7\x5d\x09\xff\x13\x6f\x81\x76\xd4\x35\x78\xab\xba\x26\x01\x1f\x77\xe7\x3d\x55\xa0\x92\x79\x68\x48\x76\xff\xa3\xb6\xaa\x80\x8f\xfc\xb4\xa1\x1a\xee\x91\xb3\xd2\x76\x75\xe5\x5d\xb2\x4b\x7a\xe4\x7f\xed\xfe\x87\x71\xa3\x0b\xfe\xcb\xf2\x9d\x82\xce\x69\x54\xba\x0f\x95\x45\xd2\xbd\x4a\xb1\xa5\xd5\xbe\xed\xcb\x60\xcd\xe6\x9c\x07\x2e\x92\x36\xfa\xa4\xb9\x5b\x11\xac\xa1\xfa\x69\x9f\xd5\x42\xbd\x76\xb6\xbf\xca\x97\x71\xd6\x37\xf9\x5c\x1a\x7f\x44\xa0\x86\xd8\xa2\x69\x7b\xe8\x12\x5a\x6d\xdc\x81\x03\x12\x27\xcb\x7e\x1a\xb1\x72\x07\xbc\x1c\xc2\x11\x08\xb6\xda\x9d\x3e\xa2\xfd\xdf\x28\x77\x84\x37\xd0\x06\x38\xbf\xff\xd6\xa0\x85\x79\xa2\x11\xf1\x6a\x98\xa2\xaa\x74\x87\x87\x91\xde\x73\x79\xff\xed\xfb\xa6\xb7\xb3\x5e\x81\xc5\x5a\xbe\x5b\xdd\x9a\x4b\xae\xab\xb6\xe3\xf6\x2c\x68\x0b\x06\x74\x17\xc0\xea\xf9\x94\xee\x51\x4b\x12\x81\x5e\xf1\x5b\xe1\x0d\x0c\xed\x4e\x10\xd6\xf2\xbd\xed\xb8\x5e\x90\xe7\xdd\x5f\x14\xe5\xff\xb4\x93\xd4\x8b\x85\x8e\xf5\xb2\x67\xbd\x88\xd7\x35\xce\x93\x59\x92\x4d\x94\xd4\xdc\x27\x4d\x1a\x31\xba\x93\x64\x3b\xf9\xa2\x0c\x36\x78\x91\x14\x74\xa4\xe3\xc7\x14\xb3\x28\x0d\x56\x3b\x29\x65\xb6\xfc\xe3\x7c\x01\xaa\x53\x92\x8d\x93\x2c\xb1\xb7\x85\xae\x2d\x92\x0b\x0b\x79\xeb\x30\x24\xe0\x83\xa9\xd9\xfd\x8e\xb8\xbf\xbb\xaf\x2d\x45\x2c\xb4\xa7\x51\x85\xbb\xee\xe7\x07\xe4\xfb\x95\xe7\x0f\xde\xe4\xde\xf3\xcf\xad\xa3\x0a\x54\xc7\x4e\xb8\x9f\x78\x74\xcb\x93\xf5\x49\xc5\xc9\x2a\xee\x1d\xab\x43\x61\xb9\xee\x71\xfd\x2a\xd3\xc7\xfa\x0e\xee\x14\x86\x26\x2a\xec\x19\xdb\x99\x34\xde\xc8\x1b\x20\x64\xd1\xe0\x9f\x42\x96\x0e\xfd\x3d\x60\xed\x80\x17\x3c\x9e\xc5\xc3\x4a\xec\x43\x06\x01\x98\xf7\xb7\x1f\xf4\xa0\xd5\xb6\xde\xc1\x6e\xe3\x02\x25\xc0\x40\x5d\x3d\x8f\x18\xad\xf1\xdb\x70\x91\x72\xa0\x54\x39\x1d\xb0\xf0\x8e\x79\x7d\x94\x0e\x28\x4e\x45\x93\x00\x59\xf8\xde\x2b\x5b\x49\x47\x52\xbc\x7c\x53\x6c\xb2\xe6\xf9\xea\xe4\x2d\x12\x28\x85\xd2\x27\x4d\x71\x40\x03\x3c\xe8\x30\x43\x39\x92\xec\x8c\x37\xfb\x71\xb2\x54\xa4\x0e\x63\x0c\x56\x2b\x75\xfc\xc3\xff\x75\xc8\x2c\xc9\x7e\x13\x1f\xa4\x89\x53\xce\x6f\x30\x20\x4d\xe1\xa2\xdd\x14\xf9\x63\xe1\xfb\x7a\x7e\xfd\x85\x28\x85\x10\x25\x66\x0f\xe7\xb6\xe1\x1a\xa9\xac\x62\x12\x6e\xb1\xe5\x44\x8c\x31\x18\x36\xf6\x86\x0d\x39\x2f\xf9\x23\xdc\x4f\x99\xcf\xdf\xd0\x71\x79\x0c\x0e\x51\x56\x62\x9d\x79\x54\x4e\x49\x3c\x18\x36\xde\xee\x92\x3d\x72\x44\xf6\xc8\x5e\x87\xec\xc2\xff\x9e\x74\xc8\x1e\xd9\x25\x6f\xe0\x8c\xfc\xbb\x95\x43\x67\xbf\xc7\x96\x93\xfb\x42\x04\xc1\xc1\x36\x80\xb4\x1b\x00\x69\x8f\xbc\x01\xc0\x1e\x1a\x24\x71\x2a\x6c\x86\x6a\x2f\x00\xd5\xae\x84\x6a\xef\x1b\x41\xb5\x71\xf5\xf6\x02\xab\xb7\x2b\x57\xaf\x0e\x28\x93\xbe\xad\xed\xc5\x03\x58\x05\xcd\xd9\x41\xa3\xb5\xcf\x87\x6b\xe2\x00\x3c\x14\xcb\x75\xfa\x3d\x8d\xae\xa0\x5d\x2d\x2c\xb7\x36\x4c\xf3\x21\x77\xf8\x57\x71\xe6\x59\x3b\xc9\xaf\x68\x15\xeb\x16\x88\xa6\x82\x4d\x50\xb9\x68\xe3\x2e\xba\xdf\xca\xad\x81\xdb\xd5\x0e\xe7\x55\xf1\x22\xf5\x6e\x36\x58\xda\x4b\xd7\x0e\x14\xb0\x07\x3d\x39\xb6\x3e\x21\xb6\x32\x38\x4e\xfc\xa5\xbf\xb3\xd9\x11\x41\x06\x09\x2a\x15\x09\x0e\x70\x09\xd7\x53\x56\x6b\xab\x1d\x9b\x46\x05\x8d\xc5\x02\x84\x5a\xcb\x63\xac\x46\xb4\x1d\x27\x69\xba\x21\x76\x9d\x96\xb3\x86\x9b\x8c\xa0\x2e\x4a\xee\x62\x0a\x9d\x9a\x00\x3c\xd3\x50\xf4\x9d\x8b\xfc\xfa\x2c\xf9\x5d\x84\xac\x95\x8f\xc2\x76\x2e\xf2\xeb\x5b\x84\xdb\x14\x28\x3d\xcf\xe7\x80\x25\x2e\x8c\xe6\x69\x12\xfb\x35\x44\x90\x95\x0d\x95\xb6\x09\xfe\xe7\x35\x92\x07\xfd\xee\x03\x1a\x1d\x31\x30\x4d\x61\xd5\x73\x0d\x25\x77\xb3\xc3\x08\x02\xa9\xe8\xf2\xbe\x41\x29\x31\xdd\x3b\x1a\x80\xc3\x21\xab\x69\xcc\xaa\x18\xa2\xa8\x80\xe6\xe6\xeb\x68\x06\x26\x7f\x4f\xf9\x90\x59\xac\xb1\x16\x34\x54\x73\x4b\xd8\x6a\x6d\x84\x1b\x81\x0b\xb0\xee\x6a\xf8\xbc\xca\x21\x10\xc3\x5a\xee\x43\x40\xb9\xdd\xfa\xba\x75\xb7\x87\xf1\x1e\xab\x7c\x17\xb5\x32\xe8\xa5\x5f\xe9\xa8\xef\x68\x56\x15\x42\xca\x56\x8e\xfb\xb8\x41\xa5\x03\xff\xb7\x55\x5a\xab\x94\xc6\x5b\x2a\x8c\xd2\xe1\x9f\xaf\x80\x0f\xb0\xfb\x15\xc1\x1c\x2c\x62\xc3\xec\xa0\xe5\xa0\xb9\x83\x5e\x05\xe0\xfc\xf4\x40\x4b\xea\x35\x00\x6a\x03\x52\x4d\xfb\x76\xe1\xad\x1e\xcc\xc0\xf0\x4b\x34\x77\x96\xe4\x97\x68\x1e\x5a\x29\xf5\x39\xb0\x50\xbf\x44\xf3\x7b\x19\x17\x36\x8d\x78\x6f\xd3\xc2\x2f\xd1\x7c\x3b\xcb\x82\xc2\xc6\x1f\x69\x58\x98\x5f\xff\x8f\x61\x41\x74\xbe\xd1\xb0\xd0\xfb\x97\x68\x7f\xf7\xdc\x10\x7f\x88\xea\xf7\x4b\x34\xd7\x9a\xdf\x2d\x35\x24\x6b\x7a\x6d\xff\xfb\xff\xe8\x47\x55\xfa\xd1\x37\xd7\x53\x6e\x17\xff\x3b\x70\xbb\x77\x0f\x05\xe7\x5f\xa9\xc1\x3c\x98\x77\x44\xbd\xb2\xb2\x59\xa1\xb9\xb3\x6e\xf1\x87\xc9\x76\xf2\x68\x0b\xf3\xa0\xdb\x48\x76\xbc\xfe\x26\xc1\xee\x1b\x08\x0b\x15\xc7\xf5\xed\x8e\xea\x80\x48\xa7\x41\x75\x3e\x56\x08\x74\x1a\x60\x24\xcf\x49\xd4\xde\x46\x9c\xfb\x45\x44\x00\x77\xa4\xb9\x6f\x7b\x3c\x89\x00\x08\xa1\x55\x40\x25\x81\x85\x10\xa5\x7f\xf0\x39\x25\x06\x45\x46\x4a\xb6\x9c\x84\x2a\xb0\xe5\xe4\x0e\x47\x99\x8b\x8a\x76\xb0\xe8\x7f\x0e\xb4\x7f\xd9\x81\x26\xa5\xc6\xaa\x63\x69\xd3\xb1\x65\xc4\x4c\xbb\x06\x5f\xcb\x57\xc9\x35\x3c\x33\x3e\x79\xf9\xe4\x09\x81\xa8\xdf\x49\x49\x67\xec\xff\x37\x67\xde\xb7\x3b\xcb\xe4\x26\xad\x26\x04\xb6\x9c\x84\x16\xbb\x26\x46\xfe\xb6\x16\xe1\x07\x41\x4d\x8d\x75\xb1\x1e\x27\x77\x3f\xca\x1f\x48\x39\x17\x4c\xab\x9a\xab\xdf\x8b\xdf\xdf\x41\x51\xdf\x6e\x68\xa5\xae\x87\x8e\x76\x51\x6f\x3b\x65\x1c\xcd\xfe\x9b\xeb\xe3\x1b\xb8\xf8\xbf\x58\xfb\xae\xd3\x8c\xed\x1b\xdb\x65\x42\xaf\x9e\xe7\xd7\x83\x61\x63\x97\xec\x92\x27\xfc\x7f\xc3\x86\xbc\xc7\x55\x1c\x53\x5d\xe5\xea\xdf\xe1\xde\xd9\x72\x52\x75\xd7\xdd\xd9\x25\x6f\x9e\xa8\xff\x3e\xd9\x25\x6f\xd4\x7f\x77\xc9\xdf\xc9\xdb\xdd\xce\x4f\xe4\x78\xb7\xf3\x97\xee\x5f\xfe\xfc\xe4\xe9\xde\x8f\x7f\xf9\x89\xec\x75\xf7\x7e\xfc\xf9\xa7\xbf\xfc\x79\xef\x27\x5e\x0f\xfe\x73\x6c\x8a\x3b\x00\x26\xae\xff\x04\xba\x78\xb2\xdb\x31\x0d\x09\xaa\xbf\xd7\xdd\xdb\xdb\x7d\xfa\xf4\xcf\xbb\x3f\xd1\x9d\x27\x7f\x26\x3f\x75\x76\xc9\x31\x1a\x62\xc7\x29\xb7\xba\xe1\x3d\xbf\xe1\xff\xb9\xdb\x3d\xf3\x83\x8b\xf1\x35\x12\xb9\xdc\xb0\x9e\x50\xbe\xf2\x37\x53\x65\x63\x47\x03\xf8\x63\xf9\x4b\x35\x03\xb8\xf5\xe6\x0f\x48\xf8\x18\x78\xff\x7b\x85\x9c\x8f\xa7\x80\x44\x7d\x83\xc9\x4a\x69\xdf\x15\xf5\x45\x93\x26\x79\x08\xcb\xed\xa6\xb7\x6f\x9b\x94\x40\x14\x53\xad\xb3\x21\x4a\x18\xea\xd8\x7b\x09\x17\xba\x37\x08\x34\xe0\x9f\xf1\xdf\x15\x6a\x69\xa0\xe5\x2f\xd1\x1c\xfd\x59\x4d\xd2\x81\xa6\xa2\xc0\xfe\x75\x57\xad\xc5\x6a\x83\xa9\xc3\x0a\x39\xee\x13\x8f\x55\x5c\x41\x60\x7e\x1d\x2b\x95\x74\x2f\x54\xad\x52\x07\xb3\x2b\x6f\xb3\x76\x55\x8e\x2b\xa1\x85\x77\xd7\x71\x53\x67\x01\xa5\xbe\x62\x65\x37\xf5\x14\x66\x24\xb5\x6b\x7d\x2f\xb9\xa5\x6a\xe1\xea\x56\xed\xde\x97\x0e\x56\x9f\xdb\x49\x3c\x3e\xfd\xf9\x82\x8f\xf5\xc0\x8e\x61\x69\x5d\xdf\x29\xe0\x17\x5c\x4e\x02\x8a\x8e\x52\xed\xae\x74\xfa\xe4\x71\x92\xc5\x6f\xa3\x6b\x59\x43\x7c\x6e\x39\xcd\xb8\x96\xf8\xf1\x93\xf2\x8b\xe6\xda\xd5\x6f\x05\x04\xeb\x83\xf7\xc6\x1d\x24\xf1\x28\xe1\xc6\x36\xc1\x09\x01\xe7\x5b\x5c\x68\x28\x58\x36\x8a\x50\xc1\x9b\x0b\xb2\xae\x92\x7e\x6c\xd9\x6a\x35\xa1\xe5\x29\xe4\xfd\xa0\xb1\xc2\x89\x8b\xa3\x8e\x37\x69\x83\xe6\xf6\xba\x4a\xb4\x18\x66\xd8\xac\xe1\x8d\x31\xdc\x2e\x87\x88\xf0\xa8\xb2\x87\xd7\xc1\xe0\x3a\xc2\x12\x23\x41\xd1\xd1\x78\x3b\xc3\xac\xed\x65\x01\xc1\x34\x56\x38\xc0\xf8\x95\x07\x2e\x6c\xe4\x50\xe1\xdc\x29\xe8\xce\xa2\xb9\x7e\xf1\xd1\xeb\x09\xba\x91\x4e\x34\x4b\x8a\x0a\x2a\x85\xfa\xa8\x28\xa2\x9b\x9d\x51\x94\xa6\x7c\x9e\x3b\x62\x85\x55\xc3\x96\x8c\xb4\xe7\xa1\xa6\x43\x12\x91\xf0\x4c\xcc\xb9\xdd\x27\xff\xfb\xec\xbf\xba\x8a\xa1\xaa\x3d\x25\xfe\x29\xdd\x40\x04\xfd\xe9\x76\xbb\xe3\x24\x2d\x15\x02\x80\x7a\xe5\x28\xcf\xfc\x36\x56\x5c\xfc\x8e\x0a\x54\xb9\x86\xed\x65\x3a\xf1\x1a\x0a\x0a\x17\x84\x2f\x81\x92\x96\x2d\xa7\x43\x01\x93\xb6\x39\x55\x13\x9a\x0e\x4d\x01\x8b\x70\x95\x88\x30\x01\x32\x0a\x2f\xef\xa5\x6d\xab\xc7\x23\x2e\x3d\xfa\x62\x44\x57\xc4\xc8\xec\xdb\x9a\xb4\xdc\x56\xfb\xf6\x61\x7d\x49\x6f\x06\x2b\x40\xf3\x9a\xac\x1c\xb4\xad\xe5\x14\x07\x2b\xf1\xff\x6b\xd2\x3b\x78\xb6\xcd\xf8\x93\x68\x5e\x3f\x38\x97\x30\xbe\xc9\xc8\x9c\xda\xea\x87\x06\xb9\xe8\x1e\x63\xaf\x5d\x43\x03\x3c\xf9\x69\x93\xbe\x66\x58\x78\x20\xa5\xad\xd5\xca\x75\x00\xf5\x1a\x5d\x90\x22\x2e\xe8\xee\x63\x15\xfd\x57\x1f\xa3\x16\xe5\x05\xde\xbc\xf3\xbe\x24\x64\x6e\xb6\x72\x3f\xed\x03\xff\x53\x26\x85\xb0\xc3\x21\x12\xb5\x7d\xce\x2b\x52\x81\xd8\xb5\x54\x92\x3c\x1d\xc6\xde\xed\xad\x96\xdd\x55\x30\x3c\x42\xaa\x4c\xc2\x5f\x03\x62\xce\xd7\x90\x1c\x65\x78\x86\xc0\x5f\x9c\x8c\x35\x90\x03\x74\xb0\x3e\x7e\x6c\xcf\x84\x1c\xa2\xc2\x1d\xa7\xac\x4f\x76\xf5\xc6\x4d\xa9\x65\xba\xc5\x96\x5b\x84\x04\x2b\x04\xcd\x23\x6b\x59\xf8\x61\x6d\x7f\x80\x7b\x78\xb9\x54\x68\xff\x63\x33\xf0\xc0\x76\x75\x32\x56\x4e\x63\x70\x8d\x93\x31\x39\x24\x6f\xa3\x72\xda\x1d\xa7\x79\x5e\xb4\xf8\x87\x1e\xd9\xe3\x84\xbb\x1b\x4c\xab\x7a\x9e\xcf\x83\xcd\x47\x34\x49\xab\x5b\xaf\xed\xe8\x35\x7c\x82\xf6\x74\x1e\x3f\x0e\xcd\x8f\x13\xdd\xbd\x26\xb7\x69\x0a\xbb\x0f\x00\xa4\xdc\x24\x77\x85\x73\x77\x1b\x2c\x87\x91\x89\xe9\xc5\xd9\x3a\x08\x1a\xe7\xc4\x38\x77\x0f\x8c\x5b\x1c\x17\xf6\x65\x82\xfe\x0a\x97\x0a\x2b\x7e\xbc\x5a\x36\x37\xcb\x7e\xed\xc0\xe7\x39\x80\x82\x3d\x7a\x25\x0d\xbb\xf5\x95\xd7\xcf\x36\x03\xef\x9e\x35\x0f\x07\xb9\x77\x54\x3f\x04\xb8\xde\x01\xf5\x0d\x31\xed\x78\xc8\x6e\x87\x73\xdf\x7d\x75\xdb\x76\xbe\xcf\xe6\xed\x5a\xde\x61\x50\x83\xf1\xb5\xb3\x53\x5c\xb4\x0a\x84\xba\x66\x5b\xd5\xc3\x5a\x07\x53\x51\x1a\xe3\xaf\x8c\x16\x84\x4d\xf3\x45\x1a\x43\xd8\xed\xab\xbc\x10\xe9\xfb\x54\xb6\x3b\x11\xf8\xda\x4e\xcc\xc4\x54\x1c\xef\x69\x32\x99\x52\x2e\x22\xe6\xe4\x8a\x92\x58\xe4\x56\x18\x45\xe9\x68\x91\x8a\xe8\x3c\xe3\xbc\x20\xd3\x64\x26\x02\x8e\x7f\x48\x17\x8c\x6f\xed\x05\x1f\x73\x9c\x17\x93\x1c\x12\x04\x88\x84\x52\x37\x38\x67\xcd\x15\x25\x11\x63\x9c\x21\x95\x53\x9a\x14\x3a\x2f\x5a\x57\xaa\xb2\x5a\x1d\xd9\x46\x2f\x0c\xa8\x22\x6d\x7d\x1a\x22\x55\x82\x05\x65\x17\x1a\x07\xda\xfb\x4a\x05\xd2\x1d\x2a\xe5\xfc\xb6\xf7\xc5\x12\xee\x37\x0a\xc2\xb7\xe0\x6b\x70\xe0\xaa\x8e\x04\x52\xdb\xee\xde\xb3\x8b\xc9\xa0\xde\x28\x27\x47\xb1\xa4\x53\xeb\x19\xfd\x45\x41\xa3\xcb\xbb\x70\x86\x6f\x00\x2b\x1f\xe3\xfe\x90\xba\x2c\xf7\x1b\x00\x3a\x89\xe6\xdb\xc2\xa9\x8b\xe4\x96\xb7\xf5\x3c\xc1\x2f\xec\xbb\x75\x6c\x40\xa9\x22\xee\x6e\x41\xe3\xc5\x88\xb6\x5a\xd1\x68\xa4\x65\x50\x92\xc1\x4b\x63\x9f\x7c\x95\x08\x79\xe0\x44\x74\xe3\xf5\xd5\x94\x0f\x49\x0b\xff\x3c\x20\xd1\x68\x44\x0e\xad\x2a\x7d\xfe\xad\x2d\xfe\x4f\xf2\x25\xb2\xeb\x2a\x04\x0a\x78\xf7\x66\x33\xe8\xa8\x72\x07\x97\x94\xbb\xd8\xdb\xfc\x0b\x85\x0a\x1b\xe9\xad\x7d\x4e\xac\x7e\xee\xea\x25\x59\x31\x25\x9f\xef\x58\x73\xc2\x16\x3b\x63\xaa\xba\x95\x83\xef\x6d\x7d\x3f\xbe\x61\x04\x29\x73\xa1\x7f\xcb\xa4\xe7\x6a\xe6\x7d\x63\x3a\x3c\x24\xcd\xab\x22\x9a\x37\x09\x84\x0f\x80\x3f\xb7\x7d\x5d\x75\xff\xeb\xf9\x3b\x79\xda\x79\xf6\xdc\x4d\x14\x7b\x1b\xef\x3b\xbb\x65\x85\x1f\xde\xf0\xdf\xe9\xaa\x62\x0b\xa3\xf7\x5d\x0d\xde\x81\xcb\xbe\x6f\x33\x5d\x74\x03\xe8\xad\xee\xd6\x17\x81\x56\xcb\x87\xba\x0f\x7c\x41\xd3\xe8\x86\xc6\xc2\x1e\x0c\xa0\x88\x80\xa9\x92\x8f\xc6\xc9\xd2\x44\xdb\xdf\x2a\x67\x47\x08\xd8\x0d\x64\x18\xfc\x68\x75\xba\x60\xf4\x8c\x96\xe7\xc9\x8c\xe6\x8b\xb2\xc3\x7f\x42\x24\x57\xdd\xef\x7f\x8e\xd3\x05\xcd\xca\x45\xd2\x83\x59\xef\x4c\xf3\xfc\xb2\xe6\x5a\x28\x14\xba\xf3\xce\xe1\x3c\xcf\x4f\x8f\xde\x89\x20\x36\x9f\x8f\xde\x9d\xbc\x3d\x82\xbf\x4e\xde\x9d\xbf\x3c\xfd\xdb\xd1\x1b\x32\x20\x7b\xbb\xbb\xcf\x48\xef\x7b\x32\x63\x20\xf6\x8a\x46\xc7\xef\xdf\x7e\x78\xff\xee\xe5\xbb\xf3\xcf\xef\x8e\xde\xbe\x24\x03\xbd\xc8\x77\xbc\x78\xaa\x9e\xc2\xbd\xaf\x97\xb6\xbb\x51\xd2\x7b\x4a\x54\x1c\xe7\xc5\x55\x54\xc4\xa7\x74\x0c\xc9\xe0\x5f\x24\x4b\x6d\x27\xb7\x5b\x08\x9b\xdf\x5c\x40\x5e\xd0\x71\xdb\xb3\x7b\x19\xd9\x1a\xdf\x41\x55\x5d\x38\x11\x9d\x07\x4d\x7f\x10\x4f\x47\xbc\x93\xc9\x7c\xf1\xb3\x40\xdb\xe7\x95\xfe\xa5\x13\x8d\xbb\x40\x08\xc7\x32\xfd\xd5\x8a\x26\x63\xdf\x5d\xd5\x05\x8c\xf4\x6f\xae\x8c\xed\x4f\xe4\x8c\x11\x27\x35\xda\xa1\xfb\x02\xdd\x81\x0c\xfd\x06\xe5\x07\x07\x0a\xbf\xd6\x6e\x6e\x3b\x63\x18\xea\xe2\x1a\xed\xc7\x4b\x7a\x43\x92\x8c\x5c\xd2\x9b\x7c\xec\x90\xd4\x27\x65\x01\x05\x78\xeb\xaf\xd2\xc2\x97\x69\xc1\x88\x9d\xa1\xb5\xa9\x89\xe4\xd3\xaf\xdf\x79\xc1\x25\xb2\x83\x31\x8a\x4c\x0c\xf8\x83\x0a\x95\xe6\x36\xd6\xa1\xba\xb6\xed\x80\x37\xa8\x5f\xf1\x7e\xf8\x33\x04\x9b\xae\xa6\xc8\xb5\xbb\x6a\x89\x8c\x33\x7e\x56\x46\x25\x25\x03\xcd\x1a\x5b\x1a\xff\x69\xc4\x14\xe7\x3c\x89\xcd\x3b\x6d\xaf\xa7\x15\x61\x88\xc5\x8e\x52\x1a\x15\xf2\x17\x2c\xb3\xc5\x82\x5b\xa6\xb1\x4a\x66\x45\xc8\xf7\xe4\x55\x1a\x4d\xc0\x5c\x70\x99\xe5\x57\x9c\x3e\x44\x56\xb0\x9c\x14\x74\x96\x2f\x29\xce\xc8\x25\x63\x57\x09\xf6\xca\xbf\xbf\x78\xff\xb6\xab\x3a\xea\x61\xb8\x3e\x4a\x1f\x5a\x49\x2b\x1c\xca\x63\xfc\xe5\x93\x66\x3a\x1c\x44\x8e\x86\x16\x26\x2e\x77\x9a\x71\x62\x72\x2e\x71\x49\xde\xbe\xa6\x3d\x94\xff\xaf\xe2\xd5\xe9\x50\x01\xc4\x8c\xf1\x72\x3c\xa6\xa3\x52\x04\xe8\x35\x64\xce\x15\x4b\x6b\xdf\x3f\x1a\x0c\x88\x05\xba\xa5\x67\xba\xd5\x1d\x25\xd4\x5a\xd6\xae\xb5\x84\x5c\x6e\x31\x0b\xe1\x40\x21\xa9\xd6\x41\x51\xab\x2c\x16\xb4\x6d\x2b\xa9\x9d\xfa\xed\x63\xdf\xef\x99\x8b\x6e\x18\x0e\x13\x47\xab\x06\x54\x3c\xa4\x1b\x22\x3e\x08\x27\x70\xca\x76\xf0\x06\x4b\xfd\x51\x77\x75\x8b\x0e\xff\x1e\xbd\x9e\x46\x0b\xc6\x19\xe5\x4e\x4c\xe7\x8c\xec\xec\x90\x33\x61\x22\x13\x39\x21\x16\x32\x17\xaf\xb5\x66\xa3\x69\x94\x4d\xa8\x4c\xa9\xcc\x71\xf4\x11\x17\x7f\x32\x48\xb1\xef\xfd\xe5\xcd\xff\xaa\xdb\xed\x2a\x4e\x5d\x7b\xdd\xcf\x0f\xba\xc1\xaa\xa0\x63\xec\xf7\xb8\x7a\x64\x51\x0b\xa4\xd9\xc0\xc8\xc2\xce\x05\x98\x88\x2b\xdd\x2a\xad\x8d\x86\x47\x22\xf5\xde\x9e\x4e\xb8\xc8\x35\xf2\x5e\x94\x90\x06\xf8\x93\xb9\x90\x37\xff\x02\xd5\xec\x2a\xe8\x26\x12\x41\x16\x92\x06\xdd\x4a\xde\xf1\x3f\x58\x39\x1f\x02\xe1\x21\x1d\xfb\xec\x60\xb5\x81\x97\x5f\x54\xc7\x9a\x74\x51\xd2\xb6\x6a\x18\xef\x0b\xbf\x74\xa5\xf3\xb4\x3e\x7e\x5c\xb7\x0a\x28\xc0\xdf\xfa\x40\x37\x5a\x8b\xae\x71\x7f\x5a\x28\xe1\x1d\x3e\x72\x03\xd9\xf9\x24\x54\xe4\x29\x1d\x0c\x1b\xac\x8c\xca\x05\x1b\x36\x40\xa8\xd9\x49\x93\x25\xff\x38\xcf\xd3\xa4\xa4\xc3\x86\x4b\x2c\x96\x96\x70\xe0\xad\x58\x0d\x2d\x39\xa1\xef\xd6\x07\x06\xde\xb5\x8b\x26\x81\xba\xea\xb1\xaa\xd1\x8a\x4b\xda\x96\x95\x1c\x09\xb1\x5d\x69\x56\xe0\x90\x91\x81\x23\x82\x3f\x88\xf3\xed\xad\x3d\x6f\x6b\x7c\x6e\xc3\x8a\xff\x06\x3f\xdb\x07\x52\x6c\x42\x6a\xc0\x2d\x54\x80\x80\x5a\xed\x6b\xc9\x15\xca\xb3\xa7\x2f\xdf\xf6\x65\x5c\xf0\x59\x9c\xdd\xbb\x76\x5d\x75\x7d\x58\x21\x57\xf0\x5a\xe5\x9c\x71\x94\xca\x5e\x9a\x5c\x28\x64\x0d\x1b\x68\xc1\x34\x26\x4c\x53\x68\x60\x55\x3a\x2b\xa3\xd1\x65\x87\xf0\x3d\xc0\xd7\x82\xff\x52\xc0\x88\x5f\x27\x25\x9d\xd9\x6b\xe3\x41\x60\x75\x38\x52\xc1\x23\x75\x4f\xef\x20\x9a\x69\x87\x9c\x1c\xa7\x0b\x56\xd2\xc2\xf4\xd3\xed\x1d\xcd\xe7\xbc\xf5\x30\x33\xc9\x60\x65\xad\x17\xb4\x8c\x92\x54\xcf\x01\xa5\xba\x4f\x4a\x3a\xeb\x93\x28\xbb\x01\x9b\xa1\xa8\xdd\x37\xbd\x7f\x85\xb4\x68\x43\x27\x6b\xbd\xce\x19\xce\x0b\x62\xe8\xfb\x43\x94\xd1\xf4\x6f\x09\x24\x75\x51\x9a\x83\xf4\x0c\x41\xa9\x69\xc3\xe0\x08\xb1\x16\x81\x63\xd7\x63\x5c\x1c\xb8\x9a\xde\x90\x8b\xbc\x9c\x42\xfe\x3f\x0a\xe9\x51\x41\xdf\x39\xb4\xf3\x1b\x56\x8d\x25\x67\x1b\xcd\x93\x33\x5a\x2c\x69\x01\x90\xf2\x7d\x7c\x63\x80\x45\xc5\xbf\x9e\xbe\xb1\xbe\x17\xa3\x69\x52\xd2\x51\xb9\x28\xe8\xdf\x68\xc1\xc0\x96\x68\x8a\xf9\x16\xca\x53\xfa\x26\xc9\x2e\xad\xcf\x90\x28\x28\x3e\x2a\x03\x1f\x9f\x5b\xe3\x8e\xa3\x24\xa5\xf1\x87\x22\x5f\x26\xbc\xef\x24\x9b\x00\x4a\x70\x95\x24\x1b\x17\x11\x17\xed\xcd\x27\x2e\x85\x1d\xc5\xb3\x24\xfb\x75\x1e\x47\xa5\xc8\x22\xe5\x96\xbf\xcd\xe3\x64\x9c\xb8\x40\xe0\x12\x1b\x12\x5e\x52\x0b\x47\x9a\x8f\x64\xb0\x5e\xf3\x2d\x83\xc0\xb8\xe6\xf7\xbc\xae\x83\xa5\x8f\x3f\x48\x32\x9a\x82\x6c\xb9\x60\x0e\xf1\x28\xb5\x15\xad\xe5\x6b\x1a\xc5\x49\x36\x61\x3e\x9d\x0c\x6a\x56\x79\xd8\x38\x52\x9f\x89\xf9\x3e\x6c\x74\xfc\x85\xc7\x55\x7f\x3d\x7d\xa3\xea\x84\x88\x60\xd8\x38\x42\x9f\x89\xfc\x2e\x5b\x58\x74\x31\x6c\x1c\x8b\x9f\x84\xff\x56\x35\x0c\x89\x0c\x1b\xc7\xe2\x07\x39\x2a\xed\xd2\xe7\x37\xb8\xf4\xb9\x82\xb9\x92\x68\x86\x8d\x57\x50\x44\x70\x19\x81\x42\xd9\x54\x13\xd3\xb0\x71\xc2\xff\x24\x27\xb1\x2c\x09\xd3\xd4\xb0\xf1\x26\x62\x25\x81\x02\x22\x4a\x08\x14\xa1\x56\x98\xd2\x64\x7d\xf5\xc9\xcc\xc8\x25\x3c\xb7\xa2\x9e\x5c\x05\x1d\xca\xfa\x95\x13\x33\xd4\x39\x6c\xbc\x91\x7f\xcb\x22\x41\xa4\xc3\x06\x17\x0c\xe4\xa7\x00\x9d\x0e\x1b\x95\x7d\x2f\xcd\x9a\xdb\xcb\xec\x90\x2f\xc7\x29\x7c\x10\x17\xeb\x67\x52\x04\xeb\x58\x04\x8d\x8f\xaa\x3e\xf9\x10\x15\x65\x12\xa5\xfb\x8e\x51\xcf\xbe\x83\x92\x4a\xd5\x2c\x2a\x26\x09\x40\xf1\xe4\xc9\xfc\x9a\xec\x4a\x20\xd6\x76\xff\x53\x1a\xc5\x0f\x32\xc6\x4f\xf5\x63\xd0\x42\x76\x47\x06\xe4\xa3\x70\x76\x0d\x39\xe3\xc1\x3d\x6f\x47\xbf\xc8\xfd\x71\xaf\xa3\x34\xf2\x61\x63\xef\xa7\xff\x18\x36\xc8\xfa\x93\xe9\xb8\xc8\xaf\xee\xd2\xeb\x93\x9f\x51\xaf\x7f\xf1\x7a\xfd\x2b\xbd\x39\xce\xd3\xc5\x2c\xf3\x10\x62\x4e\xd7\x30\x3a\xe6\x51\xcc\x19\xce\x79\x3e\xef\x93\x27\xca\xb4\x22\x3f\x9e\xca\xb1\x7f\x0a\x61\xe8\x6f\x51\xba\xa0\x0f\x37\xa8\xd3\xfb\x5f\xe9\x8d\xf2\xe9\x73\x85\x8b\x50\x87\xe3\x5c\x3a\x65\x72\xf4\x5c\xe4\xa9\xda\xf2\xf2\xbe\xed\x8c\xa6\x63\x5e\x32\x4e\xe9\xf5\x0e\x2b\xa3\xa2\xd4\xe5\xbc\xe5\xdf\xb8\x44\x9f\x95\x47\x29\xd8\x01\x4a\xca\xbc\x5e\x46\xc2\x74\x36\x6c\x4c\x0a\x7a\xa3\xbf\xca\x69\x3c\x97\xe1\xce\xc2\x33\x01\x3c\xdd\x66\x2e\x1b\x7a\xd5\x17\xb0\xb6\xbc\x41\xd3\xb4\x25\x13\xac\x46\xd9\x4d\x1b\xfe\xeb\x65\x88\x83\x0a\x22\xcd\x1a\x19\x0c\x54\x04\xa2\x61\x83\x0c\x1b\x6e\x7a\x34\x63\x18\x00\x98\xbb\x1c\x68\xed\xab\x2b\xfa\x81\x5f\xd6\xc3\x47\x2e\x1c\x06\x2b\x91\xa5\x40\xf1\x60\x35\x6c\x88\x5b\xd3\x61\xc3\x56\xe8\x57\x08\x36\xa4\x1c\xee\xf7\x78\x9f\xe8\xf1\xa1\x81\x46\x69\x4b\x43\x3f\x13\xb4\xc8\xca\x1d\x16\xc8\x08\xbd\x2e\x69\x16\x33\x23\xf5\x82\x9c\x5f\x23\x4c\x0a\xf1\xbe\x46\xbc\x1b\x66\xf8\xc5\x89\xc8\xf8\xa7\x6e\xc5\xeb\x84\xd4\xaf\x5c\x23\x89\xf3\x2c\xbd\xd9\xaf\xa9\x76\xa0\x97\x46\x24\xc9\x14\xd9\xc2\x87\x26\x25\xe6\x7c\x71\x91\x26\x23\xe9\xbc\x6c\xd2\x35\x62\x46\xf6\x32\x2b\x8b\x04\xe8\x4d\x26\x7d\xa5\xe2\x43\x2b\x28\x7c\xc8\xbc\x0a\xca\x15\xa8\x9c\x26\x90\xe4\x77\xce\xba\xbe\x3c\x8c\xcc\x7e\xe0\xc1\x32\x6c\xbc\x5f\xd2\x62\x99\xd0\xab\x61\x03\xf9\xad\xd8\xb6\xc1\xb1\xd5\x29\x97\x8b\x65\x76\x73\xf2\x68\x80\xd2\x89\xaa\x7f\x2e\x49\x6a\xe2\x00\x62\xd0\x04\x57\xa5\x50\xb8\x96\x23\xd4\x74\x9a\x17\xc9\xef\x79\x56\x46\x69\xa0\x8e\x37\x80\xcd\x65\x43\xdd\xc2\x54\x2d\x94\x83\x4b\x16\xda\x99\xee\x33\x0b\x32\x38\xf0\x27\xa6\xc7\xf7\xf6\xb8\xb2\x9f\x29\xfe\xb8\xb6\xbc\xeb\x61\x18\xb9\xf3\x3e\x3e\xf9\xe4\x1b\xbe\xd4\xbf\x76\x3b\x98\x7c\x44\x6e\xaf\x03\xdb\x72\x7a\x3f\x6c\x1c\x15\x45\x74\xd3\xb2\x71\x22\x16\xbb\x32\x7d\x47\x77\x9c\xa4\x69\x8b\xd3\x4f\xa3\xba\xce\x7d\xf0\x7a\x3f\xcc\x56\xa3\xf5\x61\x10\xeb\x9e\xac\x77\x20\xb4\x8f\x80\x91\x28\xbb\xf9\x74\x4f\x7a\xab\xc6\xa0\x44\x97\x39\xde\x2a\xd3\xd9\x10\x8c\xc9\xea\x4a\x12\xc5\xd5\x15\x08\x71\x98\xc6\x47\x41\xe8\xbb\x9f\x3e\x71\xbe\x01\x39\xce\x1f\x3f\xbe\x53\xfb\x6e\x99\x9f\x81\x66\xd6\x6a\x2b\x4e\x74\x40\x76\xeb\xba\x22\xe4\xb0\xba\xbb\xfa\x86\x5c\x8e\xf8\xd5\x64\x67\xad\xae\x5c\x89\xac\x3b\x6f\xeb\x6d\x4b\xc2\xdf\xad\xcd\x18\xba\x0e\xd9\xc4\xaa\x83\x8c\x58\x1a\xa4\x02\x70\xab\x0d\xe1\x0a\xfc\xc1\x49\x7a\xe6\x74\x4b\x84\x0f\x36\xd1\x41\xfb\xb9\x3c\x7d\xb0\xaf\x6c\x63\x01\x28\x1f\x76\xab\xd5\xcd\xd9\xcc\x7a\xe3\x8c\xb7\xd8\x57\x1e\x52\x8c\xfa\x51\xd1\x42\xe1\xe4\x2f\x1b\x71\x12\x20\xb6\x6d\xc8\x66\xe8\x5f\x8d\x49\xc1\xe1\x5d\x1e\x53\x56\x2d\x35\x84\x49\xeb\xce\x32\x80\x10\x56\x95\x5c\x3a\x6c\x5c\x5f\xbf\x89\x8a\x09\x1d\x36\x0e\x56\x68\x5f\x4b\xf9\xe8\xb0\xcb\x55\xec\xb5\x23\x8d\x3a\x30\xd4\x0a\x13\x1b\x0e\x4f\x78\x24\x2a\xa4\xab\xba\xb3\x62\xfb\x5e\xf6\x6e\xd1\x8d\x7f\xe0\xa0\x8e\x7e\xbc\x1d\x8f\x08\x7d\x6d\x7b\x6b\xbe\x36\x42\xbb\x93\x79\xf9\x04\x84\x4b\x14\x5b\x09\x7e\x9b\xbf\xe4\xf3\xb7\x5a\x1b\x37\x54\xb4\x6c\xcd\x0b\x46\x65\xf6\xe8\x4a\xdb\xb4\xb8\x75\x75\x5b\x81\x7c\x0f\xfe\x5a\xe2\xd2\x1c\xfe\x3c\xa5\xe3\x0e\x79\xbb\x28\xa3\x8b\x94\xff\x2d\x44\xea\x8e\xb8\x5e\x70\x22\x10\x04\x2c\xe9\x30\xcb\xb7\x94\xb1\x68\x42\x9f\x47\x38\x8c\x94\xf9\xe8\xfc\xd4\x6f\xfe\x84\x11\x1e\xfe\xa2\xf3\xa8\x88\x54\x66\x69\xcb\x1e\x0f\x1f\x46\xb9\xf0\x1f\x3a\xe1\x7f\xb9\x2e\x8b\xf5\x86\xf9\xa3\xeb\x24\x67\xa7\x94\xcd\xf3\x8c\xa1\xdb\x84\x88\x7f\xb6\x2a\xbe\xa2\xe5\x68\x2a\x45\x86\x93\x6c\x9c\x63\x7b\xfd\x29\xfd\xe7\x82\x32\xbb\x63\xa5\x43\x75\x94\x79\xc5\xb9\x2d\xd0\x56\x7e\xdd\xe2\x5d\xb4\xec\x90\x93\x77\xd1\xf2\x4d\x92\x5d\x9a\xbf\x84\x43\x09\xfc\xdc\x70\xe3\x00\xf4\xf0\x2e\x5a\xda\xf7\x1d\x61\xc5\x10\xc1\x61\xd5\x78\x93\x58\xf3\x40\xd7\x6a\x68\x75\x95\xba\x9f\x29\x90\x90\x3d\x44\x83\x19\xb6\x86\x48\xbb\xce\x93\x9f\x7e\x0a\x9a\x5f\x86\x8d\x27\xbb\xf3\x6b\x64\xa6\x82\x04\x81\x97\xa6\xf9\x34\x29\xe9\xd9\x3c\x1a\x81\xf1\x43\x64\x84\xd3\x26\x8a\x34\xc9\xa8\x7a\x1f\x3a\x6c\x24\xd9\x94\x16\x49\x69\xf5\x35\xe1\xb8\x94\x4e\x0c\x8e\x91\x4c\x99\x20\x86\x0d\x1b\x80\xb5\x35\x5d\xbd\x20\xac\x6f\x2f\x10\xbc\x50\x01\x87\xea\x95\x06\xe6\x92\x21\x1f\x6b\xc4\xde\x95\x05\xd3\x28\x8f\xc8\xc7\xf9\x92\x82\x39\x35\x0f\x95\x2d\x8a\x94\x97\xfd\x29\x58\x98\x8c\x84\x4d\xf3\x7c\x9a\xb0\x0f\xc7\xa8\xc8\x71\x8c\x86\xff\xf6\xbe\xbf\x0d\xa0\xf2\xb0\xf2\xa1\xcc\xbc\x02\x05\xa2\x5f\xa2\xe0\x7b\xbe\x48\xd2\xf8\xff\x2c\xe8\x82\xd6\xc0\x08\x5e\x45\xc8\xe6\x27\x9c\x13\x0c\xbb\x44\x04\x87\x78\xa8\x4b\x72\x22\xc7\xc1\xb0\xf1\x54\x2c\xa9\x8c\xca\x3f\x6c\xec\xed\xfd\xc4\x3f\xc8\x51\x47\x9a\x1e\x14\x31\xbe\x81\x7a\x3f\xee\x76\x1c\xea\xfc\x49\xb6\xc8\xa2\x65\x32\x91\xf6\x69\x89\xae\x7f\x2c\x58\x99\x8c\x6f\x34\x6d\x05\xec\x6f\x61\xab\xeb\x6d\xcd\x89\x1b\x6d\x7c\x29\xbd\xfe\xa5\xc8\xaf\xfa\x64\x4f\x7e\x51\x66\xd5\xa7\x3f\xdb\x5b\x4e\xcf\x32\xb4\x0d\xc2\x76\x50\x01\xb3\xe1\xb2\x08\x70\xf3\x31\x0c\xf7\x94\x9a\x1d\xbe\xfb\x1f\x1a\x5c\xc9\x0f\x9e\x3a\xd6\x58\xb0\x96\x3e\x0d\x5b\x68\x55\x55\xf1\xdc\x53\x51\x90\x78\xd4\x37\x6c\xfc\x89\xfe\xb8\xb7\xb7\x37\xd6\x03\xac\x43\xf3\xa0\x45\x91\x17\xfa\x3c\x42\xb3\x70\x8f\x2a\x98\x8b\x26\x27\x17\x45\x64\x4d\xd6\xa1\xe7\x22\x16\x47\x05\xfa\x54\x16\x32\x61\x39\x63\xc5\xf8\x3c\xbf\xa4\x59\xdf\x3b\x58\xf7\xc5\x9d\x19\x48\x14\xa3\x45\x51\xd0\xac\x3c\xae\xb9\xcb\xcd\xb3\xe3\x34\x67\xb4\x4f\xd4\x3d\xbf\xd5\xfd\xd1\x32\x4a\xd2\xc8\xbe\xc7\x6d\xe3\xc7\x27\x1f\xe3\xa8\x8c\xc0\x47\xef\x45\x54\x46\x9f\xa4\xdf\x20\x97\x02\xf6\xa3\xec\xe6\xa0\xf5\xf1\x53\x1b\x55\x06\xa4\x41\x6d\xb8\x32\xb2\xaa\xdb\xc7\xa8\x00\xf0\xa0\xc5\xff\x8b\x7a\x60\xc6\xeb\xf1\x94\x8e\x2b\xcc\x80\x5e\xab\x8f\x63\x7e\xf2\x26\xd9\x04\x86\x7e\x25\x7f\xe0\xd1\x5b\xc3\x86\x34\x9e\xc8\x16\x09\x7b\x3f\xa7\x59\x47\x3a\x49\x16\x5c\x73\xc9\xe7\x34\x13\xd2\x15\xf4\x12\xa5\x1c\x6b\x71\xc2\x66\x09\x63\xf0\x9d\xac\x65\x97\x52\x76\x92\xde\x6d\xa4\xd7\x23\x73\x28\xe7\x6c\xa2\xc8\x53\xe6\xa0\x0f\x39\x3a\x22\xdf\x33\x8c\x1b\x79\xc5\x7e\x20\x7b\xc4\xed\x3d\x0b\x23\xf4\xe3\x7f\xb6\xfa\x93\x24\xd2\xc2\x07\x48\x1b\xbf\x15\x52\xd4\x4d\x06\xa4\x25\x8d\xe3\xde\xfb\x31\x63\xf2\x36\x24\x6f\x78\xf5\xcc\x92\xc6\x06\x2b\x5b\x3a\xeb\xc2\x00\x48\xb9\x49\xd8\xdb\x45\x5a\x26\xfc\xfc\x1d\xac\x60\x96\xa8\x30\xcf\x5e\x08\x34\x0f\x56\xc2\x1f\x51\x11\x90\x58\x68\x54\x53\x2e\xc7\xf3\x45\x59\xe6\xd9\x91\x72\x3c\x1a\x0c\x1b\x40\xe4\xd8\x78\xa0\x84\x79\x7b\x1f\x5b\xfe\x79\x50\x74\xd8\x15\x8e\x53\xe0\xcc\xa4\x67\xdc\x33\xd3\x71\xec\xea\x43\x11\x42\x72\x01\x37\xa3\x7c\x39\xc9\x8e\xfc\x21\x5e\xdf\x0a\x0a\x96\x4f\x73\x47\x8a\x64\x65\xab\x51\x94\x91\x0b\xca\xd7\x29\x26\xc9\x98\x5c\x51\x72\x15\x65\x25\x89\x48\x41\xc7\x05\x65\x53\x72\x01\x13\xeb\xca\xea\xd1\x3c\xe9\x49\x8d\x4b\x2c\xb8\x5c\x1a\x46\x22\xc2\x92\x6c\x92\x52\x70\xa2\xe8\x9a\x75\x45\x60\x0d\x48\x2b\xa3\x57\xfc\x4f\x71\x05\x82\x16\x58\x12\xa2\x2a\x97\xfa\x48\x32\x26\x2d\x01\xfd\xe3\xc7\x62\x1a\x5d\xc9\x5f\xf0\x33\x7f\xfc\xbd\xcb\xa8\xb0\xf8\xb7\x56\xd2\x9b\x43\xf6\x48\xd6\x6d\x5b\xb1\x31\x10\x7e\xb6\x76\xd4\x80\x58\xfe\xae\xb8\xac\x25\xbb\x10\x8a\xa7\x64\x63\x2d\xd8\x6d\x5a\xfd\x38\xb4\xe7\x23\x99\x11\xc1\x5c\xc0\xec\x7c\x62\x6f\x40\xb4\xd7\x88\x43\x70\x08\xe8\x0a\xf7\x60\x8e\x2b\xa9\x11\x5b\x2c\x98\x0c\x84\xe1\x0d\x61\x0c\xc7\x1b\x92\x04\xb6\x8c\x0a\x52\x50\x96\x2f\x8a\x11\x3d\x79\xa1\x9e\x08\x38\x5d\x75\x75\x8d\xd8\x76\x78\xce\x33\xb5\xbe\x05\x65\x8b\xb4\xec\x93\x10\x6b\xf5\x9d\x99\x45\x6d\x45\xef\x10\x55\x62\x6f\xd7\xbe\x5d\x30\xe4\x23\x6b\x83\xd7\x22\xd2\x57\x6d\x0c\x82\x17\xb2\x96\xcf\x3c\x03\x98\x46\xaa\xe8\xcb\xd4\xd4\xc4\x84\x96\xc9\xe0\xc3\x90\x8e\xc1\xb5\x62\xf0\x00\x35\x5f\x51\x4e\xa3\x12\x6b\xde\x59\x26\x2b\xbd\x78\xff\xee\xa5\xa8\x88\x70\xfd\x48\x34\xc7\x14\x6d\xd1\xca\xab\x97\xe7\xc7\xaf\x4f\xde\xfd\x82\x4c\xed\x3e\x6d\xf0\x7f\xae\xb2\x17\x24\x87\x76\xb7\x9c\xd2\xac\x25\x56\x0c\x48\xf7\xfc\xfd\x8b\xf7\x7d\x32\x76\x35\xc5\x68\x34\xa2\xf3\x92\x39\xd7\x6a\x78\x0f\x75\xd4\x51\x1c\x3e\xeb\xda\x0f\x45\xae\xd5\x7b\xe4\x41\x49\x59\x12\x64\xf5\xb2\x38\x15\x06\x03\x3d\x71\x8b\x62\xf5\xa1\xdd\xba\x07\x95\xda\xcc\xa3\x86\x81\x54\x21\x08\x98\xf5\xa8\x4c\x96\x9c\x7b\x32\xd7\x9a\x19\x80\x71\xed\x2c\x6d\x08\x6b\x87\x08\x6d\x6a\x7d\xb5\xfc\xf8\x39\xcf\xb8\x62\x79\x9c\x26\xa3\xcb\x16\x5d\x1e\x2a\x6f\xce\xb7\x39\x27\x81\x25\xcd\x4a\x78\x34\xa4\x5e\x0c\x75\x80\x3f\x1f\x1a\x8d\xb4\x8d\x49\x83\x97\xf1\x7d\x02\x87\x09\xd7\xe8\xe0\xad\x83\xbf\x4f\x7c\xa9\xa3\xa5\x9b\x54\x32\xfc\x3c\x13\x9e\xbf\xaf\x41\x31\xe0\x6c\x6b\x28\xa2\x29\x59\xf6\xa1\x1a\xe9\x03\xdf\xa8\xdb\x86\x3a\xa4\x1f\xad\xab\xcc\x8d\xfb\xde\x0d\xb9\x2e\xe1\xfa\x88\xd3\x97\x51\x51\xd6\xa0\x8d\x82\xff\xf3\xb0\xc1\x57\x90\x4d\x93\x71\xb9\xc3\x96\x13\xb0\x03\xf3\x8a\x8e\x2f\x73\xc5\x40\x35\x00\x38\x6e\xd6\xd8\x0a\xd4\x2d\x93\x32\xa5\xd2\xc3\x3a\x4c\x1d\xd2\x04\x1b\x70\xb9\xae\xeb\x97\x2d\x2e\x50\xd7\xb2\x33\xbf\x97\x8a\xe9\xb8\xe6\xcc\xfd\x5e\x40\x3c\x72\x62\x28\x0a\xf3\xa3\xda\xd6\x20\x77\x0f\x56\xe2\xff\xf5\x49\x50\x82\x0c\xa9\x2d\x9a\x5d\xa1\xcc\xeb\x62\x24\x20\x5a\xf2\xc3\xda\x74\xfb\x3c\xcd\x47\x97\x49\x36\x71\xa5\x4b\x6d\x09\x77\xcc\x03\x28\x77\x54\xce\xe8\x46\x81\xd2\xa6\xe2\xc1\xca\xfe\x8d\x62\x69\xbb\xe6\x5e\xec\x2f\x32\x29\xf2\xab\x03\x21\x76\x42\x94\x2f\x29\x9a\xb6\xda\xeb\x2a\x74\xd7\x5a\xd2\x6b\x28\xeb\x5d\xb4\x1c\x3a\xf6\x69\xc4\x30\x06\x2b\xcc\x3e\xbc\x6b\x8b\x08\xa1\x41\x04\xc7\x27\x11\x29\xa3\x0b\x52\xe6\x44\xe8\x12\x6e\x0b\x85\x64\x6d\xed\xf3\xfa\x04\xb3\x9a\xa8\x61\x0c\x64\x4e\xad\xde\xb6\x1b\x4a\xd9\x7a\x75\x9c\x2c\xb7\xa9\x8b\x73\x07\x3b\x61\xb5\xd2\x05\x99\xb3\xb6\xc1\x8a\x1f\xba\xde\x6c\xa4\x50\x3e\x08\xee\x4c\xaf\x36\x76\xa7\x16\x1d\x8a\xbf\xbd\x8a\x3e\x7f\x1d\xac\xfc\x6f\x77\xc1\x9a\xbf\x6f\xf1\xef\x7d\x71\x45\x20\x42\x00\xde\x3e\x28\xc2\x82\xd1\xb7\xb4\x98\xd0\xf8\x94\x8e\xd9\xd6\x4f\xb8\xc3\xcf\xd7\x17\x8c\xbe\xca\x47\x0b\x76\x4a\x47\x65\xa8\xaf\x45\x4d\xee\x03\x69\x14\xe7\xff\xa7\xde\x48\xf0\xbf\xad\x47\x13\xfa\x03\x7e\x31\xc1\x3f\xde\x2d\x4c\x70\x4d\xff\xee\x3b\xed\xf3\x29\x28\x7e\xbc\x02\xe1\xb8\xe0\x92\xd2\x88\x32\x26\xf5\x46\xf8\xae\xf5\x45\x19\xba\x37\xca\x62\xa5\xf2\x41\x1f\x4c\x5c\xbf\xb0\x34\x2f\x45\x21\xff\x4b\x38\x4f\x8d\xf3\x02\x0e\xdc\xc5\x6c\x0e\x02\xc2\xc5\x8d\xad\x81\x76\x43\x2f\xc2\x15\x3c\x03\xa2\xa3\x96\x20\xec\xc9\x37\xdf\xb0\xae\x26\x84\xeb\xd8\x12\x2c\x1c\xe3\x81\x7a\x79\x1a\xb1\x0e\x7a\xfc\x4b\xe4\xcb\xbe\xb8\x43\xa6\x05\x1d\x77\xc0\x28\x95\x8c\x2e\x4d\x16\x05\xf1\x2c\x1b\x9e\x82\x14\xa9\x08\x1e\xee\xe7\x50\x28\xf2\xbc\x3c\xa5\x63\xfc\x3c\xd4\x7f\x8f\x6e\x5b\x96\x50\xeb\x99\x20\x51\xd1\x07\xab\x9a\x8f\xb0\xa2\x18\x72\x6e\xc9\x41\x6d\x6c\xa8\x77\x83\xf0\x38\x57\x22\xf8\x94\x8e\xf5\xb3\x77\xd1\x46\x8c\x6e\x51\x74\x0b\x15\x0d\xef\x12\xc9\xd8\x7d\x51\x9d\x48\x5b\x48\x9f\x3c\x02\xd4\xaa\xaf\x2f\x24\xc6\xfb\x06\xf7\xaa\xe8\x57\x85\xe4\xb8\x6f\x10\x2e\x4b\xfd\xb7\xdd\x6b\x1b\xd4\xcf\x72\xe9\x38\xc9\xd0\x65\x85\xd4\x79\x94\x8d\xa6\x79\x61\x16\x84\x7f\x13\x60\x6a\xb2\x71\x94\x13\x05\x24\x92\x37\xe9\xb2\x3b\x2f\x28\xef\x53\xc6\x45\x6a\xb5\xfd\xc8\x89\x12\x1a\xd4\x4c\x7e\x69\xd1\x65\xfb\x19\x16\x49\x9d\x20\x4c\xb9\x78\x1b\x34\xe0\xdc\xed\x90\xff\xa7\x0f\xa4\x49\x0e\x49\x33\x82\xd0\x32\xc2\x12\xd3\xb4\x13\x9a\x4b\xeb\xe4\x6a\x8d\xe8\x4a\x6c\x46\x63\x03\xd6\x7d\xbb\x95\xd4\x83\x7f\x2b\xc0\x8e\x86\xbb\xdb\xed\x46\xf1\x3f\x16\x4c\x54\x7b\x95\x17\xa7\xb2\x9f\x96\xea\xb0\x23\x36\x44\x5b\xdf\x88\x34\xe1\xa5\x9f\x42\x5d\xd3\x5b\x6a\x44\x2d\xfd\xca\x00\x3e\x12\x5f\x7d\xbd\xb2\x1d\xa3\xed\x8d\xfb\xce\xae\xb1\x0d\xe6\x4e\xdc\x20\x8b\x3b\x75\xd0\x94\xd7\x3a\x62\xb5\xe6\x3a\x78\xd7\x54\x70\x1f\x71\xa9\xa7\x77\xa9\x34\x7e\x43\x0d\x44\x3e\x9a\x13\x9c\xcc\xe6\xb4\x80\x38\x0a\xaf\xa3\x2c\x4e\xa9\x94\x3e\xe5\x01\x8d\x86\x93\x73\x10\xfa\xb1\x79\x55\x3f\xe6\x7b\xb4\xe5\x3d\xe9\xe6\x50\x04\xcc\x60\x44\xde\x8a\x69\x4b\x98\x6c\x5e\x17\xab\x77\xad\x56\xee\x23\x6f\xf9\x49\xc7\x06\xc3\xa8\x09\x93\x80\x52\x9a\xd4\x6f\x1d\xae\xe1\xab\x9c\xbf\x46\x27\x70\x0e\xfd\xd9\x7b\xda\xa7\x9e\x42\xd8\xb8\x26\x8f\xf1\xa3\xc6\x43\xc1\xd1\xd7\x22\xca\xb7\xbe\xf6\xd0\xb5\x0f\x70\x26\x9d\x17\x54\xfb\xf8\xc2\x71\x23\x8e\x2d\x11\x79\x50\xc6\x08\x10\x9f\xd2\xe4\x92\x92\x2f\x11\xfb\xd2\x21\x5f\x80\xbb\x7c\x81\xf3\xeb\x8b\xe0\x6f\x5f\x64\x77\x11\x3f\x0b\x73\x46\xc9\x55\x92\xa6\x24\x4a\xaf\xa2\x1b\x46\x2e\x54\x57\x71\x97\xfc\x46\x49\x94\xb2\x9c\x94\xd1\x25\x25\x2c\x9f\xa9\xee\xcb\x69\x54\x92\xa8\xa0\x24\x87\xd3\x2f\x4a\x65\x87\x17\x11\xa3\x31\xc9\x21\x64\xa1\x46\x5f\xd7\x3d\xa9\xcc\xf1\x54\x46\xc5\x84\x96\xea\x98\x92\xa7\x12\x7a\xab\xa8\xce\x2b\x8b\xa0\x10\x17\xe5\xdb\xb8\xa0\x4c\x11\xbe\x13\xfd\xa3\xd7\xd3\x30\x88\x19\x5e\x50\x12\xa9\xb5\x04\x7b\x70\xb3\xa0\x24\xa6\x51\x0a\xb1\x16\x92\x72\x4a\xa2\x8c\x4c\xcb\x59\x6a\x5b\x92\x91\x0b\xbb\x21\x91\xc1\x80\x34\x45\x57\x26\x48\x2c\x1f\xd0\x44\x6a\x50\xd3\x04\x98\x40\x60\x88\x80\x51\xeb\x08\x92\x86\x1f\xdb\xdd\x46\x4d\xcf\x9e\x89\xb7\x82\x44\x9a\xf9\x30\x05\xd6\xa1\x87\x3b\x34\x4f\x3c\x25\x9b\x45\x75\x31\xc2\xcc\x5d\xaf\x1b\x7b\xb6\xd7\x23\x47\x71\x0c\xb3\x00\x55\x51\xb1\x67\x33\x15\xf1\x61\xe3\x54\x64\xbb\xfa\xf9\xc0\x16\x53\x55\x11\xac\x1e\x7f\xbd\x05\xf8\x68\x1d\x04\xbe\x80\xfe\xe1\xcc\x99\x6b\x01\x2e\x4a\x53\x92\x97\x53\x5a\x90\x2c\xcf\xc2\xab\xa3\xb9\xad\x35\xb2\x41\xb6\x8c\x29\x6a\x08\x8e\xeb\x0f\x19\xf4\x2c\xc6\xa1\xd7\x23\x3a\x2f\x49\x33\x62\x4d\x18\x13\x58\x85\xe6\x10\xcc\xe2\xe8\xf6\x76\x30\xdb\xc4\xa6\xf2\xbb\xe4\x3a\x52\x92\xa7\x11\xc2\xe5\x97\x0a\xb9\x5e\x6d\xa8\x2a\x91\xdd\x12\x6b\x79\xe1\x86\x28\x47\x98\x9d\x85\x43\x1c\x99\xf8\x46\xa6\x6e\x2b\x18\xd8\x48\x87\x5b\xf1\x0e\x3e\x21\x4d\xf2\xf6\xb8\xa1\x7d\x6e\xee\x43\x33\x38\x94\x21\xe0\x84\x6e\x2e\x43\x4b\x40\x00\x78\x29\x85\xa9\x89\x39\x2f\xdf\x9b\xea\x7b\xf3\xde\xd9\x43\x8d\xa6\x05\xac\x6e\x67\x93\xbe\x75\x7b\xe5\xca\x5a\xa9\xcd\xa1\x18\x81\x26\xdc\xa8\x8b\x5a\x41\xd3\xef\x86\x2c\x09\xc2\x8e\xb2\x88\xa0\x72\x57\x0c\xa9\x28\x4a\x90\xee\x20\xe1\xb9\x63\x49\xcb\x75\xe9\xdd\x6a\x53\x74\xca\x9d\x08\x97\x14\xe8\x6e\x98\x4b\x01\x22\xae\xf0\xc0\x4d\x68\xc8\x8b\x9e\xd9\x35\x21\x4a\x52\x34\x2a\x69\x5c\xd3\xe6\x75\xbe\xa4\x05\x84\x78\xc7\x4d\xd5\x74\x2a\x1a\xaa\x6d\x7d\x4e\xaf\x4b\xd4\x12\x24\x9a\xe7\x26\xe4\xb3\xdf\x10\xd5\xf8\xbf\x25\x10\xa5\x7c\xb8\xa6\x51\x8f\x38\x79\xbe\x28\x21\x0a\x2e\x69\x66\x79\x46\xad\x20\x94\x79\x56\x9e\x25\xbf\xf3\x22\xe9\x31\xe6\x96\xfe\x26\x3d\x57\x42\xe5\x25\xbd\x2e\xb9\x98\x54\x48\x6f\x20\x4c\x52\x5c\xdd\xd0\xc2\x83\x8c\x68\x29\xc6\x1e\xa2\xfb\x86\x70\x0e\xcb\x66\x77\xc6\x76\x5e\x45\x17\x45\x32\xda\xd9\x49\x18\xe8\x98\xd2\x42\x44\x1e\xf7\x61\x6d\x9a\x5e\x46\xcb\x5e\x8f\x1c\x47\x59\x13\x64\x70\xbe\x34\xd0\x4a\x84\x90\xbf\xa0\xa3\x88\x7f\x4d\x4a\x12\xe7\x94\xf1\x4a\x6c\x31\x87\xed\x76\x55\x44\xf3\x39\x17\x49\xc0\x11\xcc\xeb\x71\x5a\x96\x73\xd6\xef\xf5\x26\x49\x39\x5d\x5c\x70\x61\xbb\x37\x4b\x46\x45\xce\xf2\x71\xd9\xd3\xfc\x24\x61\x6c\x41\x59\xef\xe9\xcf\x3f\xff\xf8\x27\xf8\x7b\x94\xcf\x38\x83\xdd\x79\xba\xfb\xe7\xbf\x3c\xfd\xf1\xa7\xa7\x3f\x7a\x1d\xff\xca\xf8\xa0\x17\xf9\xf5\x0e\x9b\x46\x71\x7e\x05\x47\xa6\x5c\x27\x7e\xa2\xe5\x57\xc2\x76\x02\x93\x25\x05\x1d\x41\xe8\x6a\x0e\xad\x80\x54\x88\x85\x6c\x1e\x65\x64\xb6\x48\xcb\x64\x9e\x52\xf0\x00\xf4\xa7\x00\x67\x31\x4d\xe7\x5e\x7f\xd1\x32\x4f\x62\x8e\xa9\x92\x83\x32\x4a\x93\xf9\x9c\xc6\x5d\xbb\xfd\x45\x7e\x7d\x06\xf0\xf5\xc9\x97\x5d\x02\xe9\x13\xe7\xd7\xe4\xbb\x95\xbb\x83\xd6\x24\xc9\x18\x2d\x71\x1c\x7e\x8b\xf0\xbe\xf0\x66\xd1\xa2\xcc\x43\x6d\xdd\x56\x55\x64\x41\xb6\x4f\x6f\x6a\x53\x3d\x1f\x1c\x12\xd2\x12\x91\xef\x94\xb3\x03\x37\xef\x39\xf1\xa2\xa7\x3b\x21\xd1\xad\x5f\x5b\x82\xd1\xeb\x91\x57\x90\x7e\x17\x22\x97\x0b\x27\x9a\x88\x95\x64\x96\xc7\xd4\x45\xb4\x49\x6c\x10\xd8\xa7\x9b\x33\xd5\x2a\x26\x4f\x1e\x3f\xb6\x12\x26\xe8\xb8\x40\x81\x5e\xfd\x9c\xf0\x10\xc3\x6e\x1e\x71\xbd\xcf\x4f\xde\x1b\xe8\x61\xb4\x28\x18\x34\x9c\xe7\x89\x1b\xe0\xd6\x44\xc6\x4d\x32\x60\x02\xa8\x4c\x3d\xcd\xde\xc5\x5c\x6a\x49\x8b\x71\xca\x49\x2d\xc4\x6b\xa4\x1b\x9c\xdd\x84\x33\x20\x95\x75\x25\xa5\x63\x8f\x39\xbd\xaf\xed\x72\xc1\x68\x21\xd6\x8e\xcf\xdc\xa1\x09\x67\x41\x0c\x09\x59\x28\x52\x2b\xfc\x2a\x29\xe8\x38\xbf\xae\x5d\xe6\x7b\x66\xec\x95\xfc\x1d\x04\xa2\x10\x01\x8f\xf3\x62\x24\x0f\xc2\x23\x50\xb5\xef\x44\x46\x8f\x2a\xe8\xe8\x9e\xc0\x73\x19\x61\x9a\x40\x1c\xff\x59\x94\x64\xe9\x0d\xc8\xe7\xc8\x0b\x5e\xc6\xfd\x67\xb4\x64\xe4\x2d\xc3\x9d\xaa\xc9\xf0\xb9\x90\x8b\x1b\x15\x9b\xdf\xee\x3f\xdc\xc4\x4a\xfa\x56\x87\x27\xbf\x5e\x35\x9e\xcc\x86\x53\xc2\x07\x47\xd5\x47\x53\xbd\x99\x30\x63\xb9\x42\xdd\x58\x28\x41\xa7\xb5\x25\xc3\x58\x40\xe8\xdd\x25\xe7\xdc\x0c\x02\x45\xdc\x40\x75\x55\xdc\xb3\xf9\xb8\x9f\xc2\x3d\xc2\xe3\xfe\x32\x61\x49\x09\x86\x35\x8f\x71\xca\x9d\x0c\x26\x4f\x16\xa4\xa1\x3a\xd6\x68\xfe\xfe\x84\x69\x0a\xa3\x6a\x0b\xaa\x6a\x3e\xee\x83\xcf\x01\xe5\xb0\x4e\x39\x63\xe0\x7f\x88\x4f\xe2\xb7\x0f\x39\xc2\xa8\x23\x50\x3a\xc0\xbb\x52\x0b\x12\x53\x3a\xee\x13\x9a\x07\x3a\x8a\x36\xed\xdd\xdb\x1d\x3e\xcd\x4a\x19\x28\x20\x03\xfe\xdb\xcf\x27\xc4\x85\xaa\x24\x61\xf7\x8a\x00\x45\x3b\xbf\x67\x50\xb4\xfa\x6b\xb8\x95\xd6\xbb\x5d\xed\x6f\xab\x78\xe6\x50\xb3\x22\x7e\xf9\x43\x5c\xea\x79\x16\x82\x6d\xad\x03\x32\xfa\xd9\xb6\x20\x88\x08\xc8\x0a\x15\xe2\x4d\x89\x36\x20\xf2\x5f\x76\x3a\x32\xe5\x92\x29\x83\x9e\x29\x75\xd7\x04\xbc\xbb\xd5\x82\xfd\x95\xde\x94\xc9\xfc\x6d\x94\x45\x13\x13\x2f\x4c\x06\xb3\xd3\x6b\xd6\xbb\x84\x5a\xac\x67\xd5\x76\xcd\x33\x10\x75\x16\x2e\x64\x3f\x14\x74\x99\xe4\x8b\xed\xaf\x76\xd5\xa2\x89\xfe\x1d\xd3\x0d\xc0\x22\x4a\x02\x4d\x94\x30\x72\x46\xcb\x93\x92\xce\x14\x7a\xd1\x67\xd7\x12\x84\x8a\xfc\x3b\xdc\x82\x4e\x12\x56\xd2\xe2\x03\x2d\x18\xff\x23\x16\x03\x33\x65\x51\x97\x98\x38\xcf\x4f\x65\xc5\xbe\x05\xb5\xcc\x8f\x79\x89\xf1\xd4\xb7\x91\xdc\x11\x1a\xab\x68\x4d\x63\x77\x20\x08\xbd\xbc\xc8\x92\x7f\x2e\xe8\xc9\x0b\x65\xb7\xff\xd4\x77\x70\xc3\x97\x5a\x1b\x27\xf8\xa1\xdf\x12\xe0\x8b\x81\x49\x3e\xf6\x01\x75\xe2\x5a\xa8\x21\xc8\xc0\x86\xb6\xab\x40\x6b\x89\xcf\x1d\x82\x43\xc7\x72\x1d\x4b\x84\x78\x9a\x45\x73\x65\x5f\xac\x9a\x8a\x9e\xc6\x27\x3d\x88\xb2\x35\x5a\xb7\x3b\xd9\x76\x48\xff\x17\xa0\x53\x23\x29\x1f\xab\xc0\x1f\x97\xf4\x86\xb5\xaa\xc7\x6b\x6b\x34\xdb\x58\x35\x93\xac\x69\x6c\x10\xd6\xd1\x43\xdb\xf8\x8f\x69\x4a\x4b\xba\x15\xce\x83\xa8\x66\x54\xd4\x13\x44\x21\xce\x6a\x8d\xe6\x07\xc0\xe2\x03\x6d\x10\xd7\x54\x3a\x2f\xe8\x32\x40\x1c\x88\xd5\xd4\x2d\x89\xb1\xa8\x09\xda\x1d\x66\x1b\x62\x39\x0b\xef\x57\x7f\x48\x74\x09\xc0\x3b\xd3\x4b\x4a\xf2\x34\x56\x13\x57\x15\xaa\xa9\xba\x65\x4d\xbe\x13\x9c\x9c\xb9\x17\x04\x8b\xbc\x1c\x26\xa3\x57\xee\x30\x1b\x06\x41\xeb\xd0\x21\xce\xb8\xf5\x18\x23\xfa\x22\x1c\xe1\xef\x6d\xbe\xc8\xca\xde\xaf\xd9\x8c\xff\xff\x46\x34\x62\xd0\xf3\x8c\xe8\x46\xdf\x18\x6a\x2b\x50\x75\xd5\x82\x65\x64\x91\x21\x80\x6e\xb3\x5e\x5b\xe0\xcd\x70\xcb\xbb\x44\xaa\x1e\x4a\x1f\xdf\x4f\xe6\xb2\xd7\x92\x45\xd4\x01\x26\x55\x4a\x64\xcb\x76\x4f\x3d\x77\x1f\xd5\x6d\x3b\x32\xb0\x7f\x77\x27\xb4\x84\x60\x75\xd9\x88\xb6\xda\x96\xe9\x1a\x59\xc1\x95\x79\x01\x32\xf2\xa8\xc5\x3a\xa3\xff\x5c\xd0\x6c\x44\x99\xf0\x22\x3e\x5b\x5c\xbc\xa5\xd9\xe2\x83\xc8\x45\x57\x74\xb4\x6f\xa4\x33\x91\x70\x96\xa2\x79\x70\xdf\x83\xb0\xb1\xbf\x0d\x57\x3a\x68\xad\x30\x09\xff\xc2\x75\x61\x78\x77\x23\xa0\x92\xd7\x9a\x7a\x22\x00\xb1\x19\x9d\x4b\x62\xa2\xe2\xab\xbc\x00\xff\x40\xe4\x4c\x74\x2c\x53\x44\xab\x94\x71\x32\x40\x69\x48\x24\xf1\x88\xf1\x78\x4a\x47\x97\x90\x48\x2f\x80\x22\x32\x8d\x18\xb9\xa0\x34\x23\x3a\xd2\x6d\x32\x86\xcc\x7e\x2a\x87\x1e\xa4\xdc\xd3\x8d\x0c\x3f\x50\xde\xd9\x4e\x87\x96\x27\x82\xdc\x20\x81\x6a\xd0\xb4\xed\x27\x2b\x53\xbd\x76\xf1\x90\x55\x7d\x5a\x95\x20\xb0\x0b\xab\x4c\x7f\x86\x93\xcc\x62\x65\xe5\x63\x00\x38\xe3\x00\x81\x69\x71\x26\xc3\x43\xbe\x0f\x11\x22\x62\x24\x40\x5d\x7a\xe5\xde\xd2\x59\x6e\x33\x2b\xf9\x1c\x9b\x5e\xfd\x75\xd3\x01\x46\x06\xe4\xe3\x27\x09\x6f\x4a\xa1\x8d\x35\x78\x05\x05\x7c\xfc\x84\x93\xea\xaa\x4e\xcc\x81\xe3\x6c\x1d\xec\xa1\x84\x7b\x3f\xec\x8e\xf3\xe2\x65\x34\x9a\xb6\xf0\xe7\x60\x7e\x71\x29\x0c\x0e\x88\x5d\x35\x62\x15\x24\xda\xbd\x34\xd3\xb4\x82\xff\x1b\xf0\x1c\x8f\x16\x4e\xc7\x10\x7a\xd4\xec\x52\x39\xaa\x6d\x95\x09\xec\x63\x67\x9b\x0e\x7c\xa5\x5b\xbe\x7a\x16\xfd\x75\xe5\x6f\x47\x01\xbe\xa4\x37\x1a\x63\xba\x2a\xfe\xe8\xd4\x8f\xb5\x97\x9b\xac\xab\xaf\xc1\xbf\x7e\x25\x8f\x1e\x59\x88\xb2\xca\xac\x02\x63\x79\x69\x3b\xfd\x4f\x23\xf6\xe2\x26\x8b\x66\xc9\xe8\x58\xc6\x6b\xd7\x23\xf9\x45\x7e\x5b\x4e\xee\xb8\x01\xff\x6d\xab\xf8\x4e\x52\x06\xb3\x32\x81\xfe\x39\xdc\x1e\xff\xb2\xa6\xd8\xf6\x42\xc5\xf5\x7a\xe4\x44\x3c\x45\x94\xd4\xc3\x39\x51\xc4\x59\xcd\x8c\x33\xcb\xbc\xd0\xd9\x75\x08\x3c\xc7\xef\xc8\x8c\x09\x24\xcf\x5e\x5e\xd3\xd1\xa2\xa4\x90\x76\xd4\x5e\x6b\x59\x62\x8f\xe4\xd4\xe9\x9a\x0e\x5c\x8d\x84\x8f\x2c\xcb\xba\x17\x49\x16\x7b\x31\x81\x2e\x3d\x85\xc0\x2f\xad\xa2\x08\x7b\x7b\x1d\xe2\x3d\x70\x58\x47\x49\x76\x32\x0d\x7f\x3a\xd3\x88\xe9\x4d\x26\x4f\x9a\x01\x88\xf2\x76\x12\x8e\x60\x10\x28\x6f\x11\xd4\xfd\xda\x34\x5a\x52\xb3\x1a\x1d\x88\x10\x40\xa8\xc2\xfb\x94\x92\xbc\x48\x26\x49\x16\xa5\xfa\xdd\xcf\x6d\x71\x6e\x3e\xb9\x19\x2d\xf1\xcf\x10\x9b\xec\xce\x17\x6c\xda\x72\x46\x70\x93\x88\x20\xb7\x1c\x7d\xe0\x32\x89\x61\x4e\x38\x25\x98\xb3\xe5\x09\xac\xfe\x69\xd6\xfc\xde\xe2\x78\x2e\xd6\xba\xdd\x2e\x5e\x4a\x9f\x53\xa8\x75\x0d\x18\xdf\xba\x5d\xb9\xf0\x95\xd4\x71\x46\x4b\x45\x0a\xfd\x0d\x24\x55\x9d\x67\x99\x78\x87\xc5\xa1\x40\x9b\xf3\x79\x53\xda\x94\x5e\x8f\xbc\xcb\x4b\x78\xdf\x58\xe6\x72\x07\x76\x48\x14\xc7\x16\x31\xf3\xb2\x34\x61\xe5\x16\xe3\xe7\x55\x83\xeb\x83\xdb\xf1\xa5\xd5\xe0\xb8\x1d\x92\x81\x7d\x5e\x61\x55\x02\x39\x0a\x05\x8f\xed\xbe\xd7\x5b\xe0\x20\xef\x07\xa9\x4f\xa7\x46\x26\x1f\x1d\x91\xd4\xe3\x80\x9e\x4a\xe1\xac\xe6\x27\xe4\xac\x1d\xd0\x96\x5d\x12\x0f\xc1\xe8\x0c\xe1\x3a\xf0\x54\x65\xcb\x58\x1f\xac\xc2\xa2\x71\x2b\x88\xae\xb6\x7c\xcc\x75\x47\x77\xaa\x07\x7b\x82\x61\x25\x15\xeb\x28\xf7\xb3\xe3\x3c\x2b\xa3\x24\x63\x7e\x4a\x41\x30\xb3\xbf\x4a\x0a\x56\xc2\x49\xb5\x55\x0a\x0d\x4f\x55\x70\xad\x79\xcf\xb5\xfb\xb5\x63\x20\xfc\x20\x5f\x4d\xc4\x60\x51\x3d\xa3\xa5\x33\x5e\x75\x8a\x59\x57\x9b\xb2\xcd\x8a\x3a\x79\x83\xfb\x2d\x50\x77\x5b\xeb\xe3\x36\x2f\x48\xb6\x18\x0e\xbf\x27\xa9\xca\x36\x88\xaa\x37\xb7\x73\xb5\xf6\xd1\x11\x27\x4b\xb9\xca\x26\x3b\x88\xf1\xbc\x76\x72\xd0\x3d\x88\x0b\xb6\x0d\x46\xc0\x21\xbb\x4f\x5a\x9f\xe1\x2e\xf2\x24\x2b\x73\xa0\x31\x39\xfe\xa1\xce\x4b\xd1\x21\x17\x37\xf3\x88\xb1\xd7\x49\x1c\x53\xf5\xc0\x80\x99\xf2\xb6\xfe\xcb\x91\xaa\xb9\xb0\x0f\x83\x9c\x2d\x46\x23\x4a\x51\x6a\xbf\x67\xb6\xac\x8c\xf1\x52\xe1\x0b\xee\xf7\x63\x6f\x8a\x60\x1f\x61\xc8\x83\xfc\x5a\x33\x1b\x7b\xa0\x67\xfe\xad\x10\x54\x78\xa9\x92\x9d\xb7\x40\xbc\x33\x38\x43\x8e\x8d\x6e\x9e\xb1\xad\xd1\xf1\x08\xf7\xd9\x0e\x06\x25\x74\x9b\xad\x37\x23\x14\x1e\x44\xda\xac\xa6\x02\x69\xd6\xf0\xce\xf8\xb8\x2c\xe0\x93\x1f\x58\xa8\x38\x1f\x2d\xa0\xb6\xb8\x38\xd5\xef\x91\x07\x03\xab\xb3\xfb\x2c\x8a\x71\xfc\xc7\x13\x72\x1f\x00\x04\x6d\x42\x67\xb4\xdc\xe0\xc8\xea\x6e\xe3\xa0\x3f\x2b\x1f\xc9\x49\xdb\xc9\x3f\x79\x8d\x87\x99\x71\x71\xb5\xde\x3b\x39\x86\x27\x3c\x8f\xfa\xe7\x58\x95\xef\xb0\x80\x19\xd9\x4f\xad\x70\xaf\xfe\x7b\xab\xca\xd7\x56\xb8\x99\x6b\x4e\x48\x84\xd0\xe0\xc8\x10\xc8\xe0\xa5\x1c\xfa\xd5\x4b\xd2\x0e\xa4\xd3\x32\x2d\xce\x92\x18\x3c\x6c\x69\x16\x37\x8d\xa5\x0b\xc4\xb1\x4d\x59\xb8\xfb\x81\xc3\xca\xe7\xf7\xb0\x60\xa1\x37\x5f\x1d\xdb\x32\xa7\x9f\xba\x3a\x0f\xb2\xd8\x34\xd7\x32\x16\x19\x90\x47\x8f\xac\xb9\xf2\x5d\x65\x7d\x40\xe1\x7c\x9f\x05\x5f\x6b\xc7\x89\x7e\x39\xbc\xea\x76\xbb\x0f\x97\x9d\xd4\xd8\x8a\xf2\x94\x0e\x56\xfc\xbf\x5c\xa3\x6d\xc2\xcb\xe0\xa6\x2e\x85\x37\x4d\x79\x91\xd0\xac\x04\x01\x4d\xd6\x04\xe7\x7d\xae\x25\x5d\x44\x45\x93\x1c\x92\x96\xc6\x07\x2f\xe1\x8a\x18\x39\x24\x4d\xf5\x11\x5c\x29\xcd\xab\xe9\x66\x9b\xf4\x8d\xad\x06\xbd\xfc\xae\x4c\xe8\x67\xec\x5a\xe3\xc1\x4a\x53\xac\xfc\xac\x5f\xd1\xae\x6c\x2a\x11\x2f\x30\xa2\xa2\x6c\x8a\xd4\x73\x68\x61\x1e\x3f\x26\xfb\x8e\xcc\xc3\xb1\x3b\xaf\xcb\x2c\x98\x5b\xf5\xd7\xa4\x67\xb2\xc4\xad\x12\xb9\xb8\x88\xaf\xc2\xea\x42\x24\xde\x04\xa4\xe2\xc4\x0f\xb8\x5b\x93\xd7\x8d\xb7\x51\x21\xbe\x4b\x3a\xe3\xea\xd3\x5a\x65\x96\xcb\xf2\xcc\x4f\x21\xb7\xc2\x7b\x41\x18\x1a\xeb\x53\xe6\x99\xe2\x00\xda\xf8\xf6\xfa\xb6\x48\x33\xf0\xb4\x95\x3f\xbd\xc3\x64\xb7\x4f\x27\x17\x90\x28\xeb\xc5\xc7\x4d\x02\xa3\x9b\xfc\x8d\x37\x54\xbc\x7e\x0b\x79\xda\x6a\x57\x2d\x0f\x2b\xa1\x10\x33\x04\x93\x89\x83\x37\x95\x4a\xf8\x38\xa5\xff\x1f\x7b\x7f\xc3\xdd\xc6\x8d\x1d\x8c\xe3\x5f\x05\xf1\x69\x4d\x29\x3f\x8a\xb2\xd3\x64\xdb\x32\x96\xb5\x8a\x64\xc7\x7a\xd6\x8e\xfd\x48\xca\xba\x7d\x6c\x9f\x18\xe2\x80\xd2\xd4\xc3\x19\x76\x30\x94\xc4\x28\xfa\xee\xff\x83\x7b\x2f\x80\x0b\x0c\x66\x48\xca\xda\x76\xfb\x3f\xf5\x69\x37\xe2\x0c\x06\xaf\x17\xf7\xfd\xe5\xe6\xf4\xb2\x06\x1f\x09\xf4\x24\xe4\x6e\x8a\xce\x45\xb0\xcf\x25\x7f\x1c\xad\x62\x13\x46\xd7\xe2\xd5\x3e\x77\x7d\x8f\x0e\x03\x6f\xfc\x5e\xd7\xf1\xc1\x4c\xef\x70\x3e\x39\xe5\x20\x3e\xaf\xb0\x3a\xf1\xd8\x48\x59\x05\x60\xbe\xb4\xbb\xa6\xd9\xa3\xc0\x0d\xbc\x50\x37\xef\x6b\x39\x07\x67\xb0\xeb\x5a\xce\x07\x09\x97\x1d\x37\xeb\xc7\x8f\xc5\x2d\x7c\x72\x94\xd7\x6a\x42\x03\x4e\x20\xe5\xf0\x20\xe5\xe2\x13\xb8\xf2\xd8\xd2\x69\x1f\xa2\x05\xed\x98\xc7\x83\x61\xfb\x7c\xed\x67\xe1\xe5\x48\x74\x10\x36\xe8\xee\xea\x1e\xce\x44\x01\x8c\x0e\xc5\xf1\x19\xc5\x52\xac\x27\xbb\xb1\xb4\xc2\x21\x5c\xbd\xad\xf1\x79\xdf\x2d\xe9\xaa\x95\x7e\xa2\x74\xfe\xbb\x82\x54\x14\x51\xbd\x74\x55\x2e\x66\xfc\xb5\x3b\x25\x04\x15\x4f\x59\xc4\x1e\x5d\x10\x4f\x8e\xc4\x53\x9b\x48\x72\xd3\x51\x59\x41\x3b\xd6\x88\x62\x2d\xa9\x2a\xf3\xb7\xe2\x44\xcd\x94\xd4\x8b\x9a\xf2\x06\x48\x97\xf5\x4a\xcf\xe5\x04\x63\x1b\xa9\xe0\x72\x6d\x5b\x1a\x41\xeb\xaa\xca\x0d\x67\xfa\x80\x13\x7b\x47\xe1\x64\x58\x3e\x66\x1d\xce\x60\xe8\x85\xca\xee\x46\xf1\x7a\xdf\x52\x44\xa7\x98\x90\x79\x4e\x34\x98\x2f\x4b\xe3\x06\x04\x7b\xe5\x66\x3a\x12\xbf\x6a\x45\xfa\xc7\x52\x37\x4a\x66\xa2\x9a\x1a\x72\x8e\x06\x42\xf8\x9c\x4a\xd2\x89\x6f\x31\x74\x15\xcb\xc6\xcc\x54\x73\x59\x65\xda\x55\x1d\x44\xee\xa5\x95\xd0\x8f\xef\x33\x17\x6d\xf7\xc7\x0c\x58\x9f\xf1\xb9\x3d\xb7\x46\x4b\xb7\xb2\x43\x59\x14\xa0\x5e\x47\x8b\x18\x65\xb0\xcd\x7f\x57\x19\xb0\xa5\xa0\x0e\xbc\x94\x0d\x86\x8a\x16\x72\x89\x86\xee\xa6\x9a\xdb\xd9\x50\xb6\x76\x51\x2f\x0a\x8a\x69\xf8\x56\xfc\x39\x53\xf3\x5a\x4d\xa0\x7e\x1c\xc6\x1c\x66\x58\xb0\x3b\x5b\x4c\x94\x38\x5f\x18\xc1\x5c\x98\x49\x8d\x84\x78\x57\x28\xa9\x21\x2b\x85\xf8\xec\x50\x0d\x06\xe6\xca\x2c\x13\x13\xad\xb1\x6b\xd3\x01\x6f\x40\x3b\xca\xf7\x40\xdb\xd8\xe1\xf4\xf5\x0c\x76\x22\x40\xff\xf1\x73\xdd\xde\x27\x44\x15\xb4\x4b\x99\x38\x5f\x8a\x57\x6f\x0f\xf9\xe0\x10\xfb\x63\xc6\x3e\xe3\x11\x57\xee\xfb\x83\x2c\xcb\x2d\x0c\x69\x4d\xd5\x90\x0c\x10\xcd\xe7\xc5\x12\xd5\xd4\x4a\x84\x69\x60\x60\x1f\xc1\x34\x8b\xd5\xa1\x1c\xf3\xc8\x8f\xdd\x6e\xc8\xbe\x35\x56\xb7\x46\xf6\x78\x03\x4e\x2c\xd7\xa2\x86\xe5\x62\x3a\x1c\x46\xc5\xaa\x9a\x21\x95\xe4\x0c\x52\xd8\x68\x14\x7f\xb3\x8b\xb4\x9a\x5e\x43\x52\xb0\xf6\x57\xad\x59\x1e\x97\x79\x93\xcb\x42\x64\xb2\x91\x66\x3b\xce\x95\x98\x4b\x23\xb5\xd8\xbd\xf9\x6c\x79\xbd\x23\xd9\xc8\xcf\xce\x18\x31\x12\xef\xa1\x1c\xfc\xa5\xaa\x95\xc8\xb5\x28\x2b\xd3\xf2\xe7\xba\xba\xc6\x76\xf6\xc4\x86\xb8\x74\xe8\x5e\x43\xc9\x6e\x1a\xb8\x36\xa0\xaa\x8d\xb8\x7d\x0d\x81\x3a\x58\xce\xbb\x35\x3c\x56\x72\xf2\xb9\xcf\xae\x69\x54\x81\x01\x06\x60\x5b\x44\x51\x94\xee\x45\x80\x11\xb4\x90\x8d\xc8\x1b\x7b\x3f\x66\xf2\x26\x9f\x2d\x66\x36\xb6\x49\x65\x98\x5f\x78\x24\x0e\xc4\xe7\x89\x9c\x5c\xaa\xbf\xa8\xe5\x67\x7b\xf3\x97\x62\x26\x97\x2e\xa6\xbc\x58\x9a\xb9\xe5\xe5\xa4\x58\x18\x38\x94\xda\x4c\xa0\xb1\x83\x9a\xe5\x8d\xc4\xd9\x75\x85\x0b\xad\x00\xee\xed\xa8\x10\xcb\x0d\x6e\x0a\x86\xb9\x64\x03\xb9\x30\x70\xad\x17\x33\x5a\xb2\xfc\xa2\xc4\x62\xee\x9b\x63\x05\x7b\x73\x2b\xa1\x35\x65\xc5\x10\x84\xdc\x41\x69\x34\xf2\x57\x05\x69\x66\x35\xe5\xa3\xe4\xda\xc5\x99\xf3\x7b\x93\xd9\xe4\xa0\x2d\x90\x70\xcc\x27\xa0\x0e\xd8\x7e\xbf\x46\x83\xb7\xcc\xbe\x99\x63\xc0\x97\x88\xaa\x94\xb5\xf2\x6a\x7b\x72\x58\x2d\x1a\xa7\x7e\xa9\x4a\x77\xec\xf6\x9b\xbc\x14\x52\x5c\x82\xfa\xcb\x48\x8b\xe6\x33\x5a\x15\x7e\x6e\xae\x8a\xc3\xbc\xd8\x35\x9f\x3f\x07\xcb\xb1\xd8\xca\x82\x5c\xa7\xff\xe7\xf4\xdf\x46\x5e\x79\xd3\xbd\xbc\x73\xb0\x76\x4f\xab\x7a\xe6\x33\x05\xc0\x09\xe6\xa5\x80\xf0\x16\x86\x3e\xf3\x46\xb3\xd3\x98\x99\x83\xca\x1b\x31\xcd\x81\x44\xe2\x92\x2f\xf2\x2b\x55\x06\xb4\x98\x8c\x7f\xb5\x82\x04\x05\x65\x25\x66\x55\x6d\xb6\x06\xa3\xfc\x75\xa3\xe6\x1e\x1b\x0d\x4d\x7f\x74\x0f\x62\x9f\x0a\x24\x15\x70\xf6\xd4\xb1\x2c\x45\x5e\x4e\xf3\x32\x6f\xdc\x25\x29\xaa\x6a\x1e\x6f\x91\x99\x3a\x6d\x91\xf9\x3e\x4c\x09\xbb\xea\xf4\xd7\xda\x9e\xbc\x9c\xd4\x40\x4a\xdc\x06\x8d\xc4\x71\x63\xc0\x6e\x82\xb0\x92\x97\x42\x4f\x54\x29\xeb\xbc\xd2\x06\x14\xf0\x80\x69\x38\x7f\x7f\x2f\xa5\xc6\xdd\xa9\xab\x6a\x66\x88\x1f\xdd\x73\xeb\x80\x4c\x8b\x04\x78\x52\x70\x37\xcd\xd5\x31\xcc\x4f\x53\xc1\x31\xc0\xc7\x04\x2a\xa3\xe4\xc6\xd3\x98\x76\xfb\x2b\x54\x59\x57\xa5\x26\x43\xb7\x59\x29\xac\x53\x5d\x0a\x4c\xb8\xb9\xd6\x89\xac\x77\x16\x16\x37\xee\xdf\xf7\x28\x68\x3b\xd5\x95\xaa\x97\xa2\xc9\x67\xf6\x2c\xec\xd6\xa8\x0c\x36\x9e\x30\xaf\xf6\xa7\x85\x8c\x84\xd4\x42\x4e\x9a\x05\xa0\x32\xf7\x81\xa5\x92\xc0\x07\x40\xed\x99\x6b\x8b\x87\x31\x9c\x4c\x34\xa0\x98\x6d\xea\x25\xde\x79\x09\x78\x2f\x9f\x2c\x0a\x59\xdb\x9c\xd7\x66\x0a\x46\x78\x2f\xe1\x4e\x33\xff\xab\x6b\x55\x18\xf2\x46\x83\x64\x75\x35\x9f\x23\xee\x94\x02\xd3\xc2\x9a\x0b\xce\xa1\xd4\xd0\xc2\xa6\x12\x93\x6a\x51\x62\x4e\x11\x2c\x1f\x84\xec\x9b\x99\xb2\xcd\xf6\x51\x8a\x7c\x36\xc7\x0b\x2e\x89\xc6\xd2\x28\x41\x77\x4d\x9d\x5f\x5c\xa8\x5a\xc7\x88\xef\x28\xa7\x92\xf4\xe6\x30\xec\x66\x84\x07\xf2\xf0\x3c\x33\x53\x09\x44\x6c\xee\x01\x64\x80\xa5\x10\x73\x43\x7e\x5a\x0c\x4e\x37\x7f\x83\x9f\x22\xfb\xc8\x14\x90\xab\x78\x95\x87\x5e\x57\x6b\x4d\xa8\x54\x30\x0c\x37\x90\xf1\xaa\x6a\xac\x8a\x3f\x10\x53\x40\x4a\x47\xbe\xf1\xc7\xcd\xb3\xcf\x6d\x50\xb8\x3f\x52\xf8\x74\x68\x65\xd6\x8a\x56\xe1\x1f\x74\x06\xad\x6c\x1e\xb5\xd0\x65\x04\xd8\xd0\x00\x80\x7b\xb2\x15\xad\x77\xad\xaa\xfb\x91\x82\xe4\x6e\xe3\x10\x94\x03\xbd\x2c\x27\x2d\x2b\x72\xa8\x47\x5e\xeb\xb4\x92\xf2\xb7\xdf\x41\xf6\xba\xa5\x48\x8b\x02\x58\xbc\x8d\x01\x7e\xd2\x0c\x17\x5a\xbd\x2d\x21\x82\x0f\xfe\x7e\x2f\xeb\x32\x2f\x2f\x36\xb1\x9e\x9b\xaf\x20\x56\x3a\x5a\x0f\x3e\xb4\x8e\x8e\x49\x75\x46\x24\x45\xaf\x58\x96\xd5\xdc\x9d\xbc\x38\x3d\xfe\x7f\x2f\x7e\x3b\x7a\xf1\xfa\xe0\xdf\xc5\x9e\x78\xfa\xa7\x1f\xd3\xf5\xf0\x83\x9b\xe9\x0a\xee\x33\xaa\x02\x4e\x45\x40\x18\x16\xda\x0a\x88\x40\xb3\x90\xf1\x05\xce\x2b\x0b\x93\x0e\x39\xa5\x82\xc7\x94\xfb\x69\xe6\xf1\x88\xe4\x08\xea\x32\x66\xf2\x0c\x3e\x60\xbc\x6b\x84\x96\xcf\xaa\x37\xf8\xae\xa3\xf3\x53\x05\x41\xfe\xa0\xf1\x77\x82\x00\x51\x7c\xc6\x49\xcc\xf2\x8b\x4b\x72\xb0\x2a\xd5\xb5\xc8\xf2\x99\x2a\x35\x90\x79\x48\x9b\xc8\xa5\x10\xcc\x2f\x85\x83\x06\x32\x2d\x3d\x73\xc6\x25\x6f\x53\x6e\xa3\xe0\x5a\x61\xca\x2b\x9d\xff\x4e\x6e\x3c\x72\x32\xa9\x66\xb3\x0a\xa2\x6b\x2e\xe5\x95\x79\x0a\xdc\x49\x55\x8b\x42\x69\x1d\x2b\x6e\xf6\x19\x07\x3f\xb8\xa8\xab\xeb\x81\x17\xe4\x0c\x71\x0d\xd6\x4a\x6b\x94\x4b\x5c\x61\x82\x65\x2a\x24\x44\x3f\x99\x03\x18\x5a\x96\x67\x31\xb9\x34\xd7\x97\x68\xf8\x35\x42\x2e\x09\xa4\xd5\x64\xb2\xa8\xf5\x08\x03\x90\x67\x4a\x96\x1a\xaa\x13\x18\x79\xc3\xd0\xfd\x04\x7b\x65\xce\xd5\x8c\x84\xfd\x70\x01\x64\xa0\x41\x77\xdc\xb7\x00\x10\x12\xb2\xaa\x1c\x58\xee\x39\x5a\x1a\x71\x78\xa5\xb2\x12\x37\xce\xa0\xcc\x84\xc4\xd8\x72\xc3\xa6\x49\x2f\x59\x73\x2e\xc7\xb0\xe5\x1a\x59\x24\xf4\xa9\x9a\xe6\x21\xbd\x81\x15\x1f\x31\x29\x99\xf6\xfb\x0f\x37\xf3\x98\x38\x9e\xb0\xb2\x0b\x86\xe7\x20\xe9\x0e\xe4\x2a\xe2\x3e\x75\x63\xf6\x86\xcb\x64\x94\xc0\x8b\x24\x82\x2f\x6a\x99\x4c\xc1\x79\xa1\x9a\x37\xfe\xa3\x43\x23\xb2\x85\x55\x11\xac\xd5\xd4\x77\x0c\x8d\x20\x86\x07\x6a\x2c\x39\x47\x79\x62\x94\xee\x6c\x86\xc2\xb6\x42\xdc\x02\x2c\x68\x9f\x9c\xc7\x3a\x25\x6e\x43\xed\x0a\xec\x23\x7a\x89\x5a\xf9\x11\x18\xe9\xbc\x89\x9e\xc2\x19\x39\xd9\x5f\xba\x7e\x27\x55\x5d\x43\x29\x02\x60\x1d\x55\x69\xc0\x87\xce\xb7\xb5\x08\x48\xfc\x52\x9a\xbe\x01\xd2\x68\xb2\x70\x8a\x58\xff\xda\xf5\x6a\x4f\xc0\xf3\xde\x90\x27\xeb\x3a\xd7\xbe\xd1\x2e\xfe\x71\xa1\x70\x1b\x33\xb6\xaf\x81\x74\xe8\x76\x2a\x70\xe0\x8e\xaa\x25\xc0\x3e\x3c\x7e\x8c\x22\xaf\x5b\xf3\xe3\xc7\xed\x45\x80\x6f\xe8\x75\x49\xd4\x6e\xb9\x15\x7c\xb1\x9d\x72\xab\x6f\x75\xf1\x21\xf8\xe6\x13\xf7\xaf\xff\x58\x06\x9f\x76\x79\xd8\xf3\x93\x3d\x75\x7a\x94\x89\x97\xd4\xcd\x7d\x60\xc7\x05\x58\x91\xcd\x43\x48\xad\xab\x49\x2e\x51\x21\xc2\xe0\x96\x29\x33\xfc\x69\x1c\xb3\x3b\x17\x42\xc5\x90\x2e\x02\xde\x44\xd6\x7f\x17\x08\xc4\xa7\x27\x33\x7e\x6e\x67\x15\x01\xbb\x3f\xbe\x21\xef\xc3\x15\x17\x45\x05\x77\xf2\x14\xfd\x59\xf0\xa3\x58\x75\x06\x62\x8f\x37\x89\x23\x1e\xee\x02\x33\x48\x0a\x51\x38\x6d\x15\xec\x04\x43\x14\x86\xa8\x5a\xff\xde\x12\x0b\xc4\x1b\x12\x61\xb9\x64\xae\xbb\xc2\x13\x00\xcc\x88\xce\x2f\x3e\x09\x30\x2a\x69\xcb\x65\xb0\xc7\x54\x87\xa6\x0b\xcf\xfc\xa2\x6e\x9a\x98\x33\x70\x21\x2a\x7b\x62\x6b\xd6\xc6\x43\x09\xec\xb4\xb5\x1d\xe3\xa6\xdf\x12\x1f\xc6\x8f\x60\x03\x0b\xd5\x88\xdf\x1c\x92\x3f\xb2\x34\x39\x75\x1f\x5b\x14\xd6\x05\xfa\x80\x7a\x61\x17\x6b\x85\x05\xc8\xdf\x72\x26\x31\xc3\x61\x49\xd3\x9f\xe7\xb2\x96\x33\x3b\xb3\x8c\x6a\xf7\x9c\xd9\xcf\x43\xbc\x45\xda\x1c\xbe\xbb\x40\x0f\xf5\xa5\x55\xd1\x45\xdd\x5e\x28\xeb\x9a\xe6\x38\x18\xb7\x40\xb1\x23\x0e\x22\x80\xb0\x85\x7c\xe2\x41\x68\x41\x6e\x2d\x00\x94\xd6\x12\x52\x16\x4b\x7e\xa5\x5b\x1f\x83\x0e\xd6\x53\x53\x7f\xbd\xf0\x72\xf9\xe2\x11\xfe\x58\x33\x37\xc9\x2d\xbe\x31\x74\xd3\xfa\x16\x35\x26\x22\xe5\x2e\x20\x1d\x62\x10\x80\x03\x73\xf0\x63\x88\xbd\x36\xb0\x8c\x52\xf8\x3a\x98\x8c\xf5\xe0\x32\x17\x3a\xee\xf0\x9b\xbd\x3d\x0f\x34\xed\xac\x8e\x51\xf3\x38\x2f\x63\x40\x5b\x83\x69\xf6\xad\xdc\xb9\x94\xb5\xd7\x92\xc4\x5e\xc1\x62\x86\xed\xe1\xa2\x48\xc7\xd6\xfb\x20\xa3\xa3\xbb\x10\xef\x0d\xc5\xbc\x50\x8d\x47\x24\x6d\xb6\x3f\x48\x7f\x6a\x1d\xed\x00\xda\xaf\x2f\x73\x83\x8e\xea\x25\x01\x3b\x32\x3e\x8e\x37\xe3\x4c\x57\x9b\x3d\x8b\x40\x3f\xf3\x37\x29\xe7\xa6\x04\x48\x92\x82\xbc\x91\xac\xed\x36\x7b\x15\xb4\xfd\x3c\xd0\xd6\xec\x30\x8d\x97\xb9\x27\x8e\xd9\xd3\x5c\xf3\x68\xfa\xac\x66\x8a\x5c\xe6\x99\xed\x80\x44\x0e\xa0\x60\xc0\x65\x73\x6c\xf1\x3f\xf9\xc6\xe2\xf9\x50\xed\x48\xfd\x6b\xd9\xe4\xc5\xd9\xa5\x5a\xbe\xcc\x1b\xf2\xf0\xf1\xf4\x11\x7f\xaf\xa3\xf8\x1d\x3a\x86\x69\xcd\x5b\x8e\x2e\x8b\xe3\x2e\x01\x13\x31\x7c\x20\xc5\x89\x3d\xf8\xcd\xe2\xeb\x5a\xe0\x9d\x66\xc7\x3a\x90\x14\xaa\x64\xfb\x66\xec\x63\x54\x10\xc6\xb7\xda\xd7\xfb\x79\x8a\x0a\x7d\xc3\xb0\x87\x0d\x51\xb9\xf1\x33\xc0\x92\x5b\x7c\x57\xb7\x82\x85\xf2\xd0\x98\xdd\x5d\xf1\x5e\x91\x78\x03\x05\xde\x9a\x0a\x6e\xaa\x6e\x16\x93\x2f\xa4\x20\x4d\x29\x8b\x1d\x8c\x24\x54\xd6\xd8\x6d\x60\x35\x18\x0a\x5d\x45\x3a\x50\xdd\xd2\xa6\x76\xa9\xae\x9d\x3d\x06\x3b\xee\x33\x50\x60\x6d\x3b\xb2\x50\x8c\x38\x7b\xd5\xde\xa1\x0e\x74\x9c\x4a\xb3\x1b\xea\x12\xc6\x21\xdc\x0c\xc3\x76\x81\xc4\x36\x8e\x52\xa8\x38\xe7\x1c\xde\x41\xba\xd1\x5d\x8a\xb5\x4e\xe1\xff\x35\xc9\x54\xbc\x01\x11\x14\x10\x9f\x1c\xde\x78\x03\x15\xfc\xc2\x0f\xad\xa4\x8b\x3a\x93\x1d\x8e\xc3\x20\xc5\xb5\x35\xb7\x70\xa6\x86\x9f\x42\x62\xfe\x1b\x1d\x43\xb4\x6f\xf1\x9a\xfa\x8f\xc2\x8a\xcc\xab\x36\x39\xc6\x0a\xf1\x28\x31\x69\x8e\x27\xba\x0e\xac\xac\x01\x27\x2b\x60\xe4\x2e\x4d\x6b\x41\x2b\xe2\x90\xb1\x4e\xc9\x57\xac\xf8\x23\x06\x70\x69\x3c\xb2\x99\x2c\x4b\x90\xbc\x8c\x3c\x04\x3c\x2b\x24\xae\x44\x2d\x18\x57\xa7\x20\xad\x75\x16\x0c\x66\x3f\x1d\x3a\xd5\x8d\xd7\xb7\x84\x6c\xf0\x45\x5d\x5d\xb7\x09\xeb\x57\xd3\x65\x6b\xae\xba\x37\x55\x9e\xc9\xa5\x33\x67\x23\x52\x99\xcb\x89\x8a\x2c\xc7\xff\x93\xc9\xf2\x05\xed\x10\x10\xe4\xe3\xe6\xa8\x52\xfa\x97\xaa\xe9\xa3\xca\x76\x4f\x1f\x96\x26\x6f\x40\xef\xff\xe7\x93\xef\x67\x5f\x41\xbe\xed\xf6\xff\x1d\x13\x6f\x77\xeb\xfe\x97\x74\xff\x57\x93\xee\xff\xbf\x25\xdc\x0f\x42\x92\x77\x77\xc5\x5b\x08\xec\xbe\x54\x08\xf1\x39\xe8\xf0\x71\x1f\x08\x58\xcb\xea\xda\xca\x92\x0b\x83\x13\x43\x8d\xbf\xd3\xc4\x27\xc8\xfb\x2a\xbe\x62\x34\x1a\xf5\x49\x41\x21\x08\x06\xe8\x70\x05\xc2\xe9\x27\xfd\x18\xca\xa8\xcd\xad\x47\xf5\x9a\x55\x0d\x79\x63\x45\x4a\xc6\x24\x1d\x6c\x55\xa2\xd3\x18\x27\x36\xd7\x4a\x7c\x29\xd5\x75\xe8\xd9\xd2\xdf\x1b\x91\xc6\x52\x5d\x73\x52\x78\x76\x89\xc6\xad\x94\x46\xac\x4b\x56\x9f\x2e\x8a\xc2\xf5\x71\xd4\xc5\x20\xa0\xfb\x9d\x81\x5c\x2d\x24\xd6\xd8\x00\x10\xf7\xa6\xc9\xb0\x57\x8e\x0d\xb8\x4e\xcd\x79\x9d\x38\x32\x3c\xaf\x73\xf4\xef\x08\xb7\x10\x6c\x50\xc0\x37\xad\xe0\x43\xb8\xf9\x2f\xe7\xde\x7e\xe8\x52\x89\xda\xe8\x92\x7f\xe3\xbc\x15\x93\x04\x1c\xcf\xf4\xb0\x45\x4e\x88\x7e\xf3\x1d\x1f\x87\x04\xb7\xb5\x93\x9c\xce\xb7\xfc\x49\x5a\xf4\xbf\xd3\x05\x68\x2d\x22\x6d\xae\x2a\x3c\x4c\xb4\x63\xda\xb2\x00\x60\x56\x4a\xbd\x58\x50\xcb\x4e\x30\xc0\x3e\x6e\xbc\x38\x4f\x43\xfb\xde\x82\x2d\xad\x0f\xb9\x33\x22\xcc\xb7\x69\x3b\x8d\xae\x5a\xe9\x12\x36\x98\x4a\x5b\x34\x69\x4d\xa6\x75\x8a\x5d\x48\x33\x35\x99\x8e\xa9\xac\x33\x91\x68\x1a\x7c\x23\x7c\xdc\x48\x98\x6c\x21\x71\x7a\x80\xb4\xaf\x63\xf5\x26\x2f\x11\xe3\xa6\x38\x6c\x99\xb3\xc7\x18\xa6\x1b\x22\x3e\x77\x33\xc8\x5e\x80\xe5\xdd\xb1\x5f\x1b\x39\x1e\x7b\x2f\xd0\x84\x49\xbf\xd8\x05\x96\xf7\x65\x6c\x4b\x75\xdd\xbe\x9e\xfb\xe3\x95\x1a\x29\xce\x8e\xfa\x0c\x76\xce\x25\x10\xfd\x95\x0d\xfa\x4c\xa3\x5e\x51\xd5\xce\x21\x7a\x66\xa9\x4a\xf8\xa9\xca\x30\x98\x00\x7a\x41\xd1\x6f\xe1\x32\x12\xba\x0b\xd8\x9e\x7c\x48\xe5\xc5\xe3\xc7\xc1\xd6\x8d\x22\xb2\xdc\xaf\xe0\x6e\xd9\x03\x79\x0e\xaa\xe4\xe8\x61\xd6\xc3\xe3\x29\xd2\xa3\xea\xda\xbb\x0d\x44\x68\x99\x6c\xf1\x81\x24\x25\x8c\x10\x88\xb1\x09\x7e\xcb\x80\x0f\x98\xc8\x52\x64\x15\xe0\xe0\x79\x93\x63\x34\x03\x7e\xca\xd1\x4c\x0a\x96\xe3\x7d\x08\x88\xca\xe3\xc7\xe2\x9b\xee\x5d\x5a\xc9\x29\x8d\x46\x23\xfe\xf5\x30\x7a\xd7\x4d\x06\x92\x5b\x48\x95\xf8\x46\x28\xcd\x74\x4e\xda\x36\x63\x38\x75\x15\x4b\xe6\x4e\xc4\xb0\xf3\x90\x0e\x48\x53\xe9\x89\x6e\x96\xc3\x99\x0e\xa7\x79\xad\x1b\xf0\x0a\xb5\x27\x31\x68\xf0\x2c\x96\xf6\x30\x50\xce\xb0\xa3\x75\x62\x94\xf6\x92\x63\xf0\x5a\x45\x84\x38\x46\xec\xda\xfc\x0e\x84\xc4\xf8\x31\x0f\xca\x6b\x9d\x7d\xab\x61\x84\x89\x31\xd6\x14\x9d\x3d\x1e\x3f\x6e\x9f\xce\x5a\x64\x26\x40\xaa\x31\x1c\xad\xd2\x07\xd8\x7f\xdd\xcb\x89\x92\x0f\xc5\x73\x8c\x5e\xf7\x61\xd3\x8e\x9e\x18\x5f\xcc\x1b\x7c\x35\xf9\xed\xdd\x97\x1e\xc6\xbd\x67\x2b\x52\x73\x5e\x8b\x97\x6f\xdd\x2f\x91\x50\x2d\xba\xd9\x46\x8c\x7f\xa4\xeb\xca\x54\xa3\xea\x59\x5e\x2a\x8d\x25\xfa\x98\xc4\x07\xe2\x9e\xd5\xdf\x45\x6e\x6d\xa1\xed\x8d\xbf\x00\xd9\xd1\xc7\x33\xc4\x2c\x29\x0a\x52\x3e\xb0\xe1\x65\x55\x73\xb1\x35\x62\x1c\xcc\xdd\x66\x94\x8e\x25\x3b\x61\xc9\x6f\xbf\x09\x49\xca\x1f\x7f\xac\x2b\x23\x47\x17\x6d\x85\xb1\x95\x67\xfd\x88\x37\xdb\xa5\x4a\x4b\xf0\x19\x14\x7f\x14\xa3\x90\xc0\x63\xa7\x93\x1b\x8e\xb1\x7d\xb4\x3f\xc0\x04\x01\xc5\xba\xeb\x56\x13\x47\x3c\x6b\x1b\x2f\x99\xd9\xa7\xc4\xc4\x70\x70\xce\x32\x51\xeb\xfe\xc3\xf4\x2c\x51\xc7\x16\xc4\x5e\x26\xbb\xe2\x9d\xf5\xec\x97\x08\x41\x37\x8d\x8f\x55\x02\x70\xdd\x32\x52\x51\xbd\x50\xdb\xa2\x51\x45\xa1\x01\x40\x20\x91\x89\xf7\xe6\x44\x07\x7a\xe8\xae\xb9\x54\x4b\xac\x9b\x89\x82\xaa\xa1\x34\xe0\x11\x1a\x43\xf3\x7c\x51\xcf\x2b\xad\xb4\x0f\x43\x2a\xab\xc6\x48\xb6\x57\x58\x72\x6a\x14\xb9\x9b\x58\x3d\xc2\x21\x4d\xd2\x26\x09\x99\x40\x7e\x49\x7a\xba\x75\x2b\x72\x6d\x5b\x3a\x76\x74\xdb\xae\x95\x9c\xae\x2d\x79\x63\x2e\xa4\xa9\x29\x5a\x1f\x59\x6c\x76\x94\x5f\xd9\x40\x74\x2a\x91\x7a\x7a\xea\xfd\x91\xa1\x5c\x2f\x0b\xf5\x9e\xe6\x37\x2a\x1b\x0c\x71\x31\x79\x91\x37\xcb\xb1\x18\x60\x47\x03\xd8\x7f\xde\xf5\x3b\x89\xf8\x6a\xed\xde\x5d\x20\x39\xeb\xaa\x9d\xc1\x89\x9d\x3d\xba\xfc\x82\xb3\x30\x3e\x35\xa0\x73\x40\x24\x0c\xa1\x8d\x6a\x54\xd6\xee\xf5\x40\xfc\x21\xbe\xa8\x65\x35\xed\x10\x08\xc1\x9f\x2e\x71\x8f\x3e\x74\x7c\xf4\x49\xfc\x91\xec\x29\xf4\x77\xfa\x15\xc3\x47\x11\x3f\xd7\x3c\xd4\x16\xea\x06\xa1\x13\x02\x15\x16\x43\xb7\x71\x52\xad\x9f\xcb\x66\x72\x69\xf9\x1a\xce\x3b\x63\xa1\x73\x50\x94\xe0\xe3\x5c\x1b\x1e\x48\xe4\xa5\x0b\x00\x06\x3d\xa9\x56\xcd\x59\x3e\x53\xd5\x02\x38\xf5\x5a\xfd\xe7\x42\xe9\xe6\xa0\xcc\xd1\x2b\xf4\x65\x2d\x67\xa0\xb2\xff\x56\x9c\x2a\xd3\x87\x36\x8b\x4f\x14\x2a\x9b\xca\x89\x3a\xaf\xaa\x2f\xe8\xe3\x6d\x8b\x94\x3d\xfd\xfe\xbb\x1f\xfe\x95\xbc\xa8\x1c\xa6\xf2\x7b\x4d\xcb\xdd\xd2\x5d\xa2\x8e\x90\x84\x59\xe2\xe3\xeb\xc6\x64\xfa\x3a\x6f\x26\x97\x62\x0b\xbf\x04\xd7\x6f\x9f\xe2\x5f\x6a\x15\x9c\xf5\x38\xc2\xbc\x80\xe5\xe8\x4b\x0c\x17\xb5\xd4\x0f\x3f\x0d\x90\x62\xfa\x6b\x2a\xde\x1c\x93\x17\xd6\xe7\xb0\x13\x71\x76\x60\x4c\x37\x09\x0a\x64\xed\x1b\xf7\x03\x5b\xf7\xa7\x70\x5c\x8f\x72\x01\xeb\xba\xf3\x00\xb8\x33\x13\xf2\x32\x6a\xaf\x84\x5a\xf6\xb8\xbf\x8d\xc9\x73\xef\x6c\x39\x57\xcf\xa8\xb4\xee\x0a\x8f\xb9\xe7\x58\xaa\x00\x2b\x63\xaf\x4a\x97\x66\xab\xd2\x43\x32\x7c\xe6\x3a\x47\x6a\x37\xe8\x98\x6c\x14\x36\x72\x81\xf2\x19\xf7\xcd\x7a\xd4\x43\x3c\xbd\x84\xb2\xcd\xb3\x2f\x7d\xf0\x50\x04\x05\x5d\xe7\xe6\x1e\xc6\x50\xfa\x29\xcc\xe9\x84\xc0\xde\x02\xff\x61\x6b\xf6\x2c\x2f\xf7\x89\xd2\xca\xba\x36\xc2\x65\x06\x2f\x7c\x8a\x55\xb3\xce\xc6\x1f\x57\xa5\x9c\xef\x9a\xa0\xcf\x12\x47\x78\x30\x04\x70\x9f\x6f\x03\x91\x1e\x93\xd6\x88\x88\x6f\xbb\xf4\x92\xfe\xdd\x27\x36\xfd\x9f\x5c\x31\xc4\x81\x36\xa8\x1c\xcb\x2a\xa2\xc4\x8b\x81\x87\x90\x95\x0e\xcd\x2d\xe0\x74\x5f\x41\x12\x78\x6b\x03\x98\x83\x0f\x3b\x21\x23\x31\xad\x25\xca\x64\xd4\xbb\x35\x2b\x41\x00\x29\x45\xbb\x4a\x74\xe4\x3a\x39\x78\x69\x91\x99\xd9\xa9\x85\xb6\x38\x72\x56\x81\x43\xff\xc4\x7a\x70\xb1\x22\xd6\xb0\xcb\x98\x50\x2b\xc8\xc4\xd5\xc2\x34\xcf\xb7\x52\x27\x26\x5c\x07\x2e\x17\xdb\x9e\xab\x2f\x4c\xdb\x1e\xd5\xcf\x47\x54\xcd\x6e\x5f\x32\x8d\xfa\x96\xe3\xb0\xf7\x13\x68\x2f\xae\xd0\xe0\x1a\x33\xc6\x72\xf5\xf9\xa7\x28\x21\x13\x02\x08\x00\xda\x82\xc9\x5d\x58\x14\xc1\xa6\xe7\xf7\x4b\x74\x21\x21\x56\x29\x85\xfe\xc5\xa9\x65\xc6\x2b\x21\x9c\x90\x48\x15\xb8\xc1\x7a\x62\x94\x9a\x58\x15\xe3\x4a\x53\x0b\xa2\x69\x7c\x8a\xd2\x95\x7e\xb0\xa7\x3d\x6c\x1f\xe3\xd0\x2f\xfb\x93\x90\x1a\xb7\xe2\xc7\x2e\xc4\x9b\x97\x17\x3f\xa9\x4b\x79\x95\x57\xf5\x56\x27\xe6\xdd\x14\x43\x06\xe8\xb1\x0f\xf9\x71\x54\xb9\x02\x55\xb3\x8b\x7d\x80\x71\xe6\xe6\xba\x4d\x64\x69\x18\x58\xc7\x4b\x36\xcc\x0c\xc2\x59\x5f\x5d\xb9\x8b\x6f\x3e\xc1\x8a\xa0\x50\x6c\xc2\xdc\x4d\x29\xb4\x9a\x54\x65\x06\xbc\x8f\x2c\x27\xf6\x8e\xc7\x09\x43\x88\xb9\xb6\x26\xbf\xd6\x88\x88\x38\x46\x2d\xd2\xf0\xca\xb2\xb3\xfd\x79\xf6\xec\xf6\xb1\x74\x7b\xb0\x5a\x1e\x5c\x4f\x8e\xe8\x9e\x79\xf6\x6b\x30\xd8\xd9\x2e\xa0\x3d\xf5\x58\x18\x60\x26\x4d\x1a\xc8\xf4\x7f\x9d\x37\x97\x86\x1d\xa3\x4a\x1c\x4e\x69\x85\xb7\xa0\x58\x5a\x51\xc1\xc5\x67\xc7\xf8\xe4\xbe\x4b\xa5\x39\x9c\xd5\x92\x02\x5a\x40\xe6\x21\xb1\xdc\x95\x5e\x70\xfa\x4b\x32\x3e\x19\x06\x95\xe2\x9d\x54\x29\xcf\x8d\xa4\xb1\x00\x5b\x79\x86\x6e\x2c\x36\x18\x1c\xb7\x24\x56\x9f\xed\xee\xae\x3e\xc1\x4b\xa9\x4f\x68\x50\xd2\x7c\x44\x0b\xdb\x02\x89\x27\xc4\x3b\x52\x2f\xcb\xc9\x18\xa3\x28\x11\xc4\xe1\xcf\xad\xb0\xd5\xda\x97\x78\x2f\x66\x93\x28\x37\x5f\xdf\xcd\x72\x77\xd6\x8e\xb9\xb2\xba\x4e\x4c\x40\x02\x35\x28\xc3\x7f\xed\x1d\x61\x24\x27\xc8\xa6\xee\xc9\xb2\x8f\xd3\x1e\xad\x18\x27\x59\xe6\xa6\x3d\xf7\x56\xa8\x08\x6c\xf9\x28\x29\x42\x6c\x45\x65\x67\x0a\xc5\xd4\xe3\x5c\x69\x1a\xeb\xe1\x3b\xf6\x25\xc6\xea\xe2\xf1\x63\xd1\x4d\x2e\xec\x69\x9f\x57\x0b\x88\x4a\x38\x51\x13\xb3\x51\xd1\x07\x86\x0b\xfc\x89\x5a\x1c\x16\x39\xe4\x21\x9a\x34\x41\xde\xd3\xd4\x94\xb9\x8a\x8e\x76\x3b\xd0\x93\x26\x13\xce\xb8\x84\x35\xfb\xc1\xa4\x46\xa4\x89\x1e\x87\x4f\x41\x4b\xdd\x2e\x16\xe2\x71\xbb\xe5\x1d\x56\x31\xb9\xb1\x25\xca\xcd\x99\x11\xc5\x78\xaf\xd9\xab\xad\x38\xd7\xad\x27\xf2\x53\xee\x00\xf1\x4d\x0f\x7c\xee\xb7\x11\xf2\x38\xc6\x5b\x41\xa6\x59\x50\xbc\xf1\x01\x3a\x52\x07\x3b\xc2\xfc\x24\x4e\xd1\x1f\xcf\xd6\xd2\x8e\x9f\x22\x70\x48\x8c\xb1\x06\x4c\xb8\x71\x37\x3e\xfc\x70\xf6\xfb\xc9\x79\x11\x44\x84\x4d\xc7\xe9\xa6\x21\x98\x84\x09\xf7\xdb\x90\xeb\x5e\x72\xa7\xad\x16\x12\x64\xec\xa4\x8b\x94\x6b\xdd\xb4\x1f\x03\x4c\x81\x9b\x7c\x9d\x97\x88\x34\x31\x88\x7b\xcb\xa5\x9e\xa5\x58\xf1\xad\xeb\xbc\x1c\x5a\x76\x73\x30\x24\xe4\x91\x29\x03\xf8\x13\xb5\xe5\x50\xef\x30\x08\xd6\x1e\x8a\x5b\x51\x28\x89\xc5\x99\x51\x36\xde\x0e\xc7\x35\xa8\xee\x17\xa5\x32\xd2\x87\x19\xea\xb9\xe2\x5e\xac\x50\x14\x93\x02\x32\xc6\x40\x6d\x63\x43\x38\x8f\x5c\x93\x44\xb9\xde\xb5\xa0\x08\xc9\x70\xe6\x11\xc3\xb9\xf6\x4c\x12\x8d\x12\x86\x71\xbf\xc5\x44\x80\xa2\x7b\x49\x8f\xa3\xbb\x49\x4f\xdb\x93\xb5\xbd\x44\xeb\x86\xc7\xfd\x4c\xf0\x91\x3a\x5f\x5c\xd8\xb4\x01\x9d\x1c\x30\x5d\x77\x2c\x42\x07\xe9\x80\x47\xaa\xbc\x1a\xfd\xf2\xf6\xe8\xc5\x6f\x2f\x7e\xf9\x2b\x28\xd5\x07\xf3\xba\xca\x16\xd0\xf1\x60\x9b\x59\xab\xd7\x2a\x37\x06\x29\xda\x76\xaa\x29\xfe\x14\x3b\x3b\xe2\x7c\x91\x17\xd9\x0e\xa4\x87\x31\xac\x29\x25\x3f\xa3\x6d\xf1\x99\x0e\xbc\xd4\x51\xca\x99\x1a\x47\x3a\xc9\x61\x40\x8a\xbd\x03\x35\xa5\x97\x33\x8c\xd0\xd8\xa6\xdf\xd0\x63\x31\x70\x29\x46\x06\x2c\xf1\x75\xa0\xb9\x09\xb1\x18\xe9\x80\xff\x0a\x2a\x1e\x23\x70\x72\x55\xb0\x53\x1f\x45\x6a\x65\xb6\xb9\x2b\xf2\x62\xc7\xc7\xb0\x51\x5e\xec\xf8\xe3\x75\xf3\x62\x13\x82\xb9\x0f\xab\x7e\x66\x33\xa4\x00\x2b\x0d\x75\xbe\x73\x1d\x59\x7d\xf3\x52\xe7\x19\xf0\xe7\xd8\x80\xec\xc4\x3e\x8a\x6b\x9a\x37\x09\xee\x9a\xf2\x17\xbb\xb9\x85\x59\xb7\x69\xce\xed\x84\xdb\x8c\xdb\xf4\x77\x27\xbe\xb0\xff\xdd\xf7\x73\xaf\x5b\x1a\xed\x66\x63\x5b\x85\x0a\x12\x25\x0a\x88\x69\xd8\xba\xf5\xeb\x11\x77\xdb\x46\xac\x76\xcc\x35\x2b\x2c\x92\x40\x05\x71\x2a\x72\x5e\x65\x8f\xe5\x2d\x8b\x12\xd8\xba\xfc\xea\xb6\x8e\xd6\x83\x25\xe0\x1e\x8a\x0f\xa0\x26\x1b\x70\x3d\xd7\x7b\xb2\xfc\x40\x74\x38\x4b\xf4\x36\x85\x04\x21\x2c\x34\xc1\x4b\x4c\x07\x45\x11\xa6\x39\x30\x20\x98\x55\xa5\x4a\xc6\xdd\x52\xe9\xff\xb6\x9c\x04\x2e\x0a\xa8\x08\x33\x22\x18\xa6\xb7\x92\x5a\x4c\x25\x08\x41\x4e\xe9\x06\x7e\xd2\xcc\xea\x1a\xe9\xcc\xae\x69\x01\x20\x72\x8a\xaa\xb4\xe2\xf7\x95\xaa\x35\xcb\x0e\xd1\x2d\xcb\x52\x16\x03\x5a\x31\xc9\x70\x30\xe7\x20\xdb\x14\xf9\x7e\x5e\x93\x0c\x5d\x95\x2e\x36\x63\x0d\xad\x9e\x77\xcf\xfe\x0f\x59\x03\x69\x57\x20\x8c\xe8\x20\xb0\x83\x92\xe5\x4d\x0b\xa9\xc1\x32\x22\x21\x05\x07\x26\xa9\x0c\xb3\xc5\x4d\x31\x9f\xd6\xee\x2e\x5f\xc9\x48\x1c\xa3\xad\x99\xa6\x3a\x81\x8c\x3f\xd7\x8a\xb6\xc6\xe9\x29\x3a\x77\x06\xdc\x4d\xfa\xec\x7e\x34\x66\xa1\xe4\x95\x0a\x83\x2b\x2c\xa0\x2c\xca\xa6\x5a\x4c\x2e\x55\x46\xce\xbf\xdc\xb5\x88\xc5\xba\x43\xbc\xa9\x79\xcc\xe0\xea\x63\x32\x15\x3d\x24\xfc\xb6\xb7\x21\x9d\xf3\xfb\x2e\x48\xd2\x8e\x37\xfe\xce\x25\x1e\x87\x4e\x80\x46\xed\xdd\xb6\xcd\x77\x77\x2c\x41\xf9\x6d\x82\x03\x7b\xfc\x58\x7c\xd3\x62\x88\x1e\x3f\x4e\x64\x55\x0f\x86\x70\xc6\x47\x9a\x5b\x84\xea\xee\xa2\x54\xea\xcf\x22\x63\xe9\xc8\xa9\xb8\x40\xd1\x67\xd6\xd6\x26\x99\x71\x27\x2c\x23\x7b\x22\xbe\xe1\x2e\x1a\x71\xb7\x6b\xc8\xa0\xd7\x56\x0e\xf7\xa0\x6e\x18\x2f\x15\x20\x6c\xae\xfc\x18\xd9\x07\x03\xd3\x26\xb5\x76\x74\x3f\x36\xda\x26\xd3\xf5\x5b\xf2\xb0\x23\x17\x4d\x85\x32\xfa\x4e\x9e\xed\x7d\x7c\x44\x7a\x25\x62\x4d\x3f\x3e\xf2\x1f\x04\xab\x49\x8d\xdb\xb3\x65\x22\xf4\xca\x84\x4a\x0a\xbc\x75\xa0\x7a\x60\x93\x0c\x37\x8d\xff\x4a\xa4\xa0\x8f\xf8\x99\x28\x05\xfd\x20\x7a\x3d\xd8\x34\x17\x57\xf4\x7d\x47\x9a\xa9\x28\xe1\xd9\xfd\x93\x54\x75\xb1\x6a\x1b\xb3\x69\xc1\xac\x37\x5d\xf4\x91\x6a\x64\x5e\xe8\xd7\xb9\x8e\xb3\xbc\xb1\x37\xed\x2c\x6f\xa7\xaa\x40\x39\xf7\x4d\x95\xb5\x12\x93\xdb\x77\xe1\x17\x93\xba\x2a\x8a\xb3\x2a\xf1\x81\x19\x22\x95\xfc\xdc\xf6\x33\x64\x7f\xff\xbf\xaa\x4c\x66\x45\x4b\x0d\x9a\xca\x87\x6e\x16\xe9\xb3\x29\x1b\xa0\xf4\xb5\xbc\x36\x4f\x96\x1e\x0d\x74\x54\xcb\x8b\xa3\xba\x9a\x83\xec\x6b\x46\xb0\x0f\x08\x71\xb0\x27\xaf\x54\x31\x37\x74\xdd\x3d\xc0\xcc\xdd\xf1\xb2\xec\xdb\xc4\x60\x3f\x63\x56\x64\xfc\x2f\x2e\xc5\x2e\x8c\x54\x11\x80\xa3\x82\x67\x2a\x33\x7b\xdd\xda\x3f\xf6\x6e\x37\x2f\x33\x75\x93\x5a\x1b\x82\xc3\x09\xa4\x6a\x83\x1e\xfd\x13\xb7\xa9\xbc\x53\x06\x3f\xbb\xbe\x69\x77\xcf\xaf\x94\x64\xd3\x0d\x1e\x26\xfa\xdf\x0d\x1a\x74\xf7\xfa\xb2\xaa\x9a\x56\xaf\xf8\xb0\xa7\x57\x6c\xd0\x59\x72\xe2\x7d\xde\x5c\xfe\x35\x57\xd7\xe6\xa1\xed\xda\xfe\x8e\x0e\x70\x61\xc1\x65\x37\x53\x93\xaa\x96\x4d\x55\xeb\xdd\x6b\xf6\x7d\xa2\x7b\xb3\x65\x43\xfc\x4f\x0a\xd4\x3b\xae\x0b\xa4\xbb\x1c\xae\xac\x6b\x11\x7d\x75\xa8\x8a\x22\x48\x31\x4e\x3b\xe0\x2a\xe3\xb6\x37\xe7\xa4\xba\xee\xdc\x19\x6a\x02\xe9\xb2\xce\xab\x9b\xee\x1e\xa0\x45\x47\x37\x20\x55\xda\x9e\xa0\xcc\x03\x9b\x61\xfb\x65\xd7\x73\x4a\xde\xd8\x7e\xf1\x32\x2f\x1a\x55\x1f\x4f\xaa\xce\x4f\x5f\xe6\xaa\xc8\xec\xcb\xd6\xf4\xb1\x4d\x22\x8f\xe2\xf1\xcb\x6a\xb2\xd0\x5d\x28\xca\xbd\xec\x2b\xb3\xc0\x6e\x4d\x77\x2e\x51\xd6\xc8\x95\x14\x00\x70\x89\x53\x17\xbe\x28\x35\xd5\x3e\x20\x8b\x79\x91\xeb\xc6\xe7\xa4\xd3\xc4\xfe\x66\x23\x4a\xaf\x8f\x15\x00\x80\x1b\x66\x99\x87\xf1\x2b\x08\x6c\x22\xb7\x23\x8a\xf8\xb4\xc5\x37\xcf\x17\xbe\x77\x1a\x59\x37\xe0\xf6\x66\x38\x44\x12\x57\x6a\xb5\xa3\x0c\x8b\x86\xe3\x19\x99\x41\xdd\xc8\xd9\xdc\x08\x2d\xf9\x14\x92\xc5\xfd\xae\x6a\x71\x2e\x6b\xc8\xff\x94\x19\x06\x5b\x65\x20\x71\x80\x77\x81\xf6\x33\xc1\xa4\xd2\xbe\xf8\x27\x0d\xb9\xac\x16\x60\x73\x9c\xb8\xa5\x18\x21\x1f\x3c\x0f\x24\x1b\x1d\x72\xb1\xff\xa4\x84\xbc\x96\x5e\xea\x80\xe4\xcb\x60\xe1\x94\xa5\x50\x37\x73\x55\xea\xfc\x4a\xf9\x84\xc7\x2c\x11\xa2\x38\xb7\x69\x91\x41\x8e\xd3\x73\x69\xb8\x5f\x1b\x30\x4a\xfe\xa9\x66\xd4\x5f\x61\xaf\xb8\x45\xbc\x9d\x9f\x11\x88\x22\xc4\x9c\x96\x19\x56\x46\x43\xe9\x0f\x6a\x55\x37\x2c\x47\x36\xa0\xe5\x11\x36\x39\x36\x7f\xa3\x5f\x21\xac\x55\x13\x69\xc5\xe7\x36\x1a\x7e\xae\x26\x50\x36\x93\x3e\xc5\x11\x69\x5c\x0a\x16\x83\x37\x62\x47\xd0\x87\x58\x8e\x1d\x04\x0e\x3b\xaf\xb0\x7d\xb2\xb8\xa0\xf9\x1e\xbd\x28\xa9\xba\xa5\x4b\xd3\xae\x95\x93\x86\xd1\xdb\x1e\x5e\x43\x6a\x2f\x74\xb2\xa4\xfc\xb6\x56\xba\x82\xd1\x6b\x69\x64\x40\x1a\xd7\xa7\x68\x84\x77\x79\xa3\x55\x31\x4d\xa7\xa8\x82\x2a\x63\x3b\xe9\x02\x18\x3c\x4d\xba\x8f\xfc\x83\xd0\xe4\xcc\x50\xc9\x85\x2c\x7c\xe1\x5d\xd7\xb1\xe6\x1c\x0b\xeb\xd9\x05\x19\x54\xde\xdd\x99\x2e\x4b\x90\xe5\xd1\xcf\xdb\xe7\x40\xc0\x3e\x41\x38\xa7\xc1\xc0\xdf\x07\x36\x26\xcc\xa7\xe9\x4f\x7a\x6c\x25\xa8\x1c\x7f\x85\x81\x75\x2b\xea\x3d\x62\x2b\xb6\x47\xfb\x63\x2c\x67\x7f\xcc\x3b\x6b\x07\x12\xf1\xc5\xef\x8f\x03\xee\x0d\xf5\xe0\x9d\x30\xfd\x33\x65\x59\xc2\x7c\x09\xb9\x05\x2d\x2c\x41\x70\xa1\x9c\x65\xdd\x9b\xba\xf3\x52\x5c\xe5\xea\x9a\x2d\x1e\x52\xef\xca\x1a\xea\xb3\xc3\x44\x8f\x4b\x43\x2f\xc3\x90\xa7\xd6\xc8\x50\xc4\x04\x2a\x84\x5c\xd4\xd2\xc8\x3c\x13\xca\xdd\x6d\x23\x73\x76\x41\x51\x81\x89\xd8\xb1\x7e\x90\xb6\x47\xc6\xb9\xdd\x10\x0c\xb0\xa1\xd8\xb1\x7f\xb8\xd8\xce\x5d\xea\x2a\x8e\xc0\x24\x46\x6e\xc7\x16\x3f\xb0\x59\xf0\x9d\x9e\x32\x53\x3a\xaf\x6d\x2d\x05\x33\x81\x79\x7e\xa3\x0a\xab\xbf\x84\x41\x3c\xc4\xe0\x58\x2c\xb1\xa7\xc1\x14\x10\x75\x62\x1a\x12\x2a\x88\x7b\xc6\x5d\xb7\x5e\xb5\x0c\x93\xb7\xba\xb7\x35\x4f\x38\xe8\xd9\xf8\x1e\xd3\x74\x2c\xb6\x26\xf4\xc7\x31\x3e\x19\xda\x15\x8e\xc5\x2d\x2e\xc1\xc5\x97\xfd\x18\x4d\x6c\xdf\xa7\xd9\x5c\x33\x45\xf8\xa6\xe4\x2f\x2c\xab\xe3\xb9\xfb\x67\xbc\xd1\xf3\x61\x82\x65\x73\xa4\x32\x51\x31\x45\x8a\xcb\xfc\xe2\x52\xd5\x3b\x16\x54\x6c\x1d\x9b\x15\x25\x54\xc4\x21\x66\x15\xaf\xae\x54\x5d\x63\x4a\x79\x44\x7f\xf0\x41\x06\x51\x72\xe8\xdd\x49\x96\x80\xd1\xba\x05\x61\xd8\x6a\x52\xdc\x9a\x7b\x9e\x28\x08\x73\xd8\x51\x09\x88\x33\x11\x7f\x6f\x95\x80\xf8\xe1\xb1\xed\x3d\x10\x5f\x14\x79\xee\x2f\xca\xfc\x3f\x17\xca\x20\x8f\x4c\x95\x8d\x21\x74\x9a\x53\x4b\xa8\xef\x67\xe8\x12\x2f\xab\x62\x28\x12\x49\x89\x8e\x46\xd5\xe0\x7a\xe9\xf2\x9a\x98\xfe\x29\x23\x8d\x3b\x1b\xd5\xfc\x45\x2d\x13\x65\x6b\x30\x14\x1c\x6a\x0b\xba\x00\x17\xfb\x51\x8e\x25\xbd\x65\xb9\xfc\xf0\x89\x7d\x01\x01\xd9\xc4\x99\x80\xd5\x06\xca\x41\x64\xf9\x04\x14\x7d\x96\x49\xc3\x3e\xd1\x05\x8a\x74\x1c\x86\x13\xaa\x95\x98\x17\x72\xa2\x2e\xab\xc2\x40\x25\x96\x17\xa1\xe1\xf4\x3b\xff\x86\x02\xa6\x5b\xd9\x97\x05\x73\xba\x37\x68\x12\x0a\xfb\x5c\xd6\xd5\xe2\xe2\xd2\xc2\xe9\x6b\x64\x0f\x5d\xe8\x03\xce\xc1\x57\x4b\xc0\xd1\x0a\x7b\xf1\xcc\xa9\xb9\x5b\xc8\x06\x3a\x22\x20\x47\x34\x64\xf8\x09\x5b\x2e\xd7\xfc\xa8\x6c\x5a\x04\x5c\x27\x24\x65\x76\xca\x51\xab\x61\xc6\x4f\xd5\x4d\xae\x7d\xd4\x0f\xa9\xcb\x5e\x22\xb1\x0c\x31\x0c\xbf\x84\x50\xb2\xa8\x94\x33\xd8\x5e\x99\xf9\xd2\x38\x3c\xa7\xfe\x1a\x75\x89\x04\xc8\xc5\x58\x7a\x45\x37\x35\x9a\x1c\xdd\x6c\x20\x84\x1e\xb6\x00\x9a\x05\xe7\xfc\x96\x10\x00\xbf\x0a\x3e\x08\x0a\xbf\x0c\xfa\x71\xdb\x49\x90\x1f\x0b\xf5\xa9\xbe\xbd\x4b\x55\x06\x19\x37\x81\x9a\x38\x7f\x35\x8c\xf0\x2f\x95\x36\xbc\x8a\xdf\x41\xd3\xf4\x7d\x88\xb4\x39\x78\xda\xeb\x31\xab\x32\x55\x20\x94\x1a\xd4\xe1\xef\x0d\xe8\xa4\x47\xae\x90\x95\x7d\x0e\xa8\xcb\xfe\xe0\x67\x81\x05\x2f\xb4\xb8\xac\xae\x77\x29\x05\x41\x86\x4b\x44\x5e\x7e\x06\x55\xe2\xb5\xef\x69\x24\xac\x26\x84\xc8\xa7\x28\x21\x6b\x86\x41\x3b\x46\x56\x98\x2d\x8a\x26\x9f\x17\x2a\x9e\x81\x65\x54\xf8\xef\x16\x2e\xfc\x69\x69\x11\xf0\x90\xad\xc9\x30\x23\x85\x92\xb5\xcd\x39\x31\x29\xf2\xc9\x17\xa8\x77\x02\xf9\x6b\xd4\x6c\xde\x2c\xc5\x56\x59\x95\x3b\x8e\x81\xdd\x16\x9a\xd7\xaa\xb2\xf6\x08\x97\xd0\xc2\xc5\xa1\xe6\x1a\xf5\xd2\xee\xc6\x33\xda\x60\xee\xfb\x39\x59\xe1\xa8\x46\x4e\x8e\xc5\x9c\xd9\x76\x58\xe6\x22\xa8\x6f\x05\xae\x70\xf8\x26\xda\x86\x77\x06\xa1\xd5\x57\x2a\x7b\x5b\xbe\x30\xf3\x3e\x34\x6b\xe9\xcb\xc5\xee\xcb\x7d\x61\x19\xc9\x0e\xcc\x10\x28\xe0\x04\x06\x26\x01\xad\xa4\x79\x05\xe5\xcd\x5a\xca\xba\x00\x3c\xdc\xd3\x0e\x38\x61\x8c\x0a\xda\xcb\xac\x30\xe8\xf0\x8f\x5c\x56\x8b\x86\x0e\x9c\x91\x8a\xd7\xee\x79\x9b\x08\xda\xfe\x4d\xdf\x3e\x70\x09\x63\x63\x2c\x1c\x4c\x2e\xd5\xe4\x8b\x38\xaf\x6e\xd2\x9b\x6e\x95\x1a\x7f\x75\x9f\x8f\xaa\xf2\x95\x39\x4f\x4e\xd4\x5a\x8d\xf6\xc7\x89\x2f\x37\x99\x20\x4a\x2d\x92\x73\x9a\xc1\xbc\x0c\x58\xb1\x19\xe4\xa4\x13\xfb\x2b\x2a\xfa\x93\x94\x00\x79\x34\x01\x46\x83\x9c\xb0\xda\xf1\x14\x6e\x1a\xd2\x19\x47\x35\x2d\xbf\x62\xcf\xc3\xd2\x4d\x07\x01\x3c\x70\x13\x10\xfa\x80\x21\x3d\x87\x65\xf1\xeb\x7d\xc7\x44\x06\xd8\xb2\x75\xf8\x56\x4b\xa1\x9b\x1a\x6e\x83\xad\x8f\xe3\xbb\xa3\x57\x04\x03\x87\xfc\x37\xeb\x18\xf4\xb0\x40\x09\x90\x31\x09\xb3\x16\xfb\x08\x29\x5f\x38\x10\x38\x82\x8b\x5c\x37\xd6\xf9\xd5\x11\xa6\xba\xba\xb6\xb4\xc3\x2d\xab\xae\xae\x49\xe2\x82\x91\xde\xc8\xf9\xbe\x61\x8a\xa1\xc6\xd1\x2f\xe0\x25\x42\x24\xc5\x8d\x05\xec\x34\xe8\x82\xc7\x09\xed\x30\x7c\xb8\x1f\x96\xd4\x11\x77\xe1\x5e\x59\x6e\xce\xe0\x78\xc7\xb6\xc0\x86\x39\xe7\x5d\xa7\xd4\xf9\x55\xab\xe9\xa2\x40\x42\xe1\xaa\x12\x01\x46\x07\xb3\xea\x4d\xa3\x6a\xa8\xd4\x36\x72\x35\x97\x8e\xf2\x0c\xd5\x16\x46\x4c\xcc\xfc\xd5\x0a\x2f\x9a\x61\xb3\xbb\x05\xc0\xf6\x14\x6d\x7a\x74\xb3\x87\x6e\x96\x60\x69\x8d\x66\x49\xcc\x1c\x78\x68\xd0\x97\xc1\x37\xee\x34\xaa\xd2\x09\x94\x51\x01\xaf\xea\xfa\x28\xcf\xde\x98\xbe\xad\xa4\xbb\x4f\xf9\x99\xf3\x80\x61\xf8\xea\xf9\x93\xe7\xb6\xaf\x09\xb5\xd1\x3a\x50\xee\x02\xf5\x60\xe7\x42\xde\xe7\x45\xf1\x2b\x8e\xb2\xf1\x5a\x3a\x00\x65\xa1\x8d\x3c\x63\x68\x82\x76\x99\x8e\x11\x17\x10\x86\x71\xe3\xe3\x3d\x45\x54\x62\x89\xc8\x96\xba\xda\xb7\xe6\xa9\x37\xd5\x42\x2b\x00\x7b\xf0\xa8\xf0\x55\x4b\xb1\x3f\x7f\xd5\x37\x9c\x9c\xd4\x5f\x34\x65\x0a\xa1\x9b\xb2\x80\x10\x83\x72\x21\xb6\x16\x1a\xab\x71\x5d\xe5\x52\xd4\xa0\xc6\x81\xa5\x6c\xe3\x3e\xca\xb5\x96\x82\x7d\xbe\x51\xe5\x62\xdf\xc9\xb6\xfb\x4c\xb8\x5d\xbd\xc4\xfe\x05\xe5\x04\x9e\x34\x17\x52\x3e\x84\x53\x41\x9b\x5d\x7a\xfc\x52\x5d\x87\xfc\x99\xdd\xd1\xe3\x7b\x1c\x79\x12\x70\xf3\xf2\xaa\xfa\xa2\x32\xb1\x75\xbe\x14\xf3\x1a\x05\x3a\xa1\x8c\x04\x48\x59\x04\xf3\x06\xe3\x48\x0d\x5d\x54\xd9\x68\xdb\xcd\x1e\xd5\x31\xf0\x75\x3f\x40\xd2\x36\xc2\xde\x6d\x72\xd1\x5c\xfe\xb3\x9b\x06\x8f\x9c\xd4\x74\x8d\x9a\xf9\xf9\xa3\x14\xea\xef\xdd\xf1\x94\x17\xba\xa8\x29\x32\x1a\xaa\xbc\x35\x8b\x1a\x8a\x36\x7d\x56\x57\x23\xaa\x3d\x47\xb2\xc9\xd6\xb6\x2f\x27\x89\xf9\xc6\xc2\xeb\x67\x96\x1a\xc1\xca\x86\xcb\x15\x7f\x74\x32\x5d\x5c\x24\xb7\xfc\x20\xb1\xc6\x48\x6d\x6b\xa8\x35\x13\xa6\xfc\x0c\x8a\x38\x9e\x54\xd7\x28\x32\x73\x0b\xe6\xb3\xd8\x48\xd7\x56\x06\x04\x12\xb1\x5d\xbf\x19\xf9\xe3\x23\x1a\xfb\xe3\x23\xdc\x6e\x07\xbf\x80\x71\x6b\x12\xf0\x7d\xe5\x9a\x5c\x0b\x49\x7e\x39\x13\x88\x9d\xbf\xce\x9b\x4b\x52\xa6\xd5\xd5\xb5\x1e\x42\xe4\xb2\xfd\x05\x1a\x10\xad\x8a\x2b\xa5\xd9\xb1\xb9\x1b\xeb\x19\x11\x5f\x8d\x2f\x6f\xb4\xa8\xae\x4b\x5f\x4f\xf5\x33\xcd\x61\x18\xd2\xeb\x05\x66\x5f\x73\xca\x0a\xc3\x73\xa7\xb6\x0c\x4f\x94\xae\x5b\xef\x61\x26\x31\x98\x0d\xc8\x92\x93\xe6\x97\x14\x87\x79\xd2\xaa\xbb\x4a\x3a\x39\x10\xa7\x35\x08\xf0\xd5\xa2\xcc\x58\x41\x4f\x2c\x4c\x68\x76\x2f\x35\x5f\xb0\x41\xf5\x1c\x72\x6c\xa9\x7a\x80\xc3\x36\x53\x21\x71\x05\xef\x8e\x2f\x77\x48\xe5\xd6\xb5\xf8\x7c\xa1\xd0\xa7\x06\x6a\xa5\x4e\xa8\x7a\x21\x40\xb0\x79\x75\xa8\x8a\xc2\xbd\x1e\x85\x2a\x5d\xfe\xee\x5e\x67\xd0\x12\xd0\xdf\x48\x28\xef\xec\x74\xfd\x76\xf7\xcd\xdd\x2f\x80\x3f\x35\x2c\x5c\x75\x2d\xb2\x5a\x5e\x00\x0b\x98\xd5\xd5\xdc\x35\x93\xc0\xc4\xdb\x7a\x5a\x81\xf1\x7e\x7f\x1c\x9b\xf3\xbb\x11\xad\x6c\x98\x70\xef\xf0\x18\x5a\x2c\xb4\x98\xe5\x80\x61\x47\xd1\xf1\xbe\xc1\xc7\x4e\x25\x1f\xad\xbf\xa6\x2b\xcc\x74\x02\xf6\x56\xf7\x83\xa3\x38\x60\x27\x12\x15\xa4\x25\xc1\x3b\xa6\x8f\xe4\xa7\xc3\x0d\xea\x3d\x70\xc7\xec\xf4\xcf\x37\x1a\x76\x8a\x46\xf5\xf4\xb0\x68\x71\xef\x19\x96\x19\xf2\xf9\xb0\x21\x90\xf3\x28\x45\x3f\x09\xe9\xaa\x3d\x92\x1c\x16\xcf\xc1\xca\x67\x3d\xc3\x1b\xb6\x37\xb0\x6a\xf3\x49\x38\xdb\x7f\x5e\x4e\xab\x61\xa0\x4a\x36\x1b\xf0\x99\xdb\xfb\x3f\x0b\xe7\x08\x60\xa7\x71\x45\xaf\xcc\xf0\xb6\xd9\x3a\x5c\x29\x11\xc6\x9c\xc9\x00\xe7\x6a\x52\x81\xb4\x33\x69\xf2\x2b\x65\x26\xe0\x94\x19\xb2\x5c\x5a\x23\x95\xb6\xf4\xc6\x5c\x8d\xaa\x16\xa5\xbc\xca\x2f\xa4\x35\x6a\xb9\xbc\xda\xae\x0e\xf3\x17\xb5\x3c\xaf\x64\x1d\x91\xc8\x03\x18\x03\xd0\x2a\x68\x4c\xd7\xe3\x09\xc8\xb9\xa9\x9a\x2c\xf4\x7a\xac\xd5\x01\x2a\x9d\xcf\x0b\x25\x0a\x79\xae\x0a\xa7\xf7\x42\xa1\x27\x80\x65\x59\xe7\xf2\xb5\x69\xf4\xb2\xaa\xcd\x89\x39\x60\x6e\x61\x8e\xce\x5e\x91\xed\x11\xb2\x28\x5a\xe0\xc2\x7b\x47\x6d\xc6\x41\x51\x30\xd8\x59\x7f\x10\x50\x4e\x5a\xcd\x91\xd7\x3f\xa0\x5f\x41\xe7\x68\xb9\xe5\x1f\x53\x63\x71\x9e\xc2\x16\x3a\x31\x5d\xec\xe0\xc8\xd8\x9e\x18\x6b\xaf\x24\x1f\x79\xec\x7c\x52\x5d\x1f\xd8\x21\xed\x49\x7a\x51\x74\xfd\xf1\x32\xa5\x27\x75\x7e\xae\xb2\xf3\xa5\x38\x3e\xd2\x62\x0b\xd2\x98\xef\x68\x35\x97\x35\xa0\x64\xec\x4a\x6f\x9b\x0d\xb0\x12\xb5\xcd\x1e\x85\x9f\x3a\xfc\xd9\x9e\xde\x91\xed\xfd\xa7\xe5\xea\x49\x26\xd8\x2d\x3b\x55\xb8\x39\x5f\xd4\x72\x48\xde\x09\xc4\x45\x44\x27\x62\x28\x46\x55\xf2\x60\x55\xf1\xad\x78\xb3\x80\x8b\xe6\xaf\x79\x3e\x15\xba\xaa\xe1\xfa\x18\xf6\x13\xbc\x4b\x40\x6b\x6c\x83\x65\xb3\x88\x10\x32\xfa\xd7\x2d\xcf\x75\x2c\xa6\x05\x53\xb4\x69\x34\xba\x5e\xcc\x66\xb2\xa6\xba\x8a\x74\x49\x98\xda\x08\xc3\x51\x54\x06\xe5\x8b\x3f\x73\x10\xfb\xb9\xce\xb3\xcf\x6c\x9a\x92\xc1\xc2\xfa\x80\x6d\x10\x0a\xa9\xd1\x16\x4d\x53\x19\x79\x6a\x74\x31\x12\x1f\x1f\xd1\xb5\xaa\xab\xeb\x8f\x8f\x46\x5c\x57\xf6\x13\xb4\x3b\xb8\xd7\x68\x94\xc5\x16\x2e\x79\xef\xb0\xa4\xac\x4d\x0e\x0d\xaa\xf6\xfb\x8e\x9f\x67\x9c\xef\x85\xcd\x4e\x5c\x5f\xb3\xb7\xc9\x8e\x4b\x57\x2e\x5f\xcc\x64\x7d\x91\x97\xd0\xf5\xbc\xae\x0c\x09\x20\x3f\x06\x54\x9d\x01\x9c\xc2\xa2\xe4\x04\xab\x3d\x9b\x96\x68\xa5\x3f\x97\x35\x55\x8c\x2c\x24\xa8\x1c\xaa\x45\x63\x0b\x8b\x93\x33\x41\xa1\x6e\xde\xc0\x00\x09\xb5\x3f\x41\xc7\xfb\x4b\xd5\x5c\x2a\x7b\x8c\x85\x01\x8f\xf9\xbc\xc8\x31\x7a\xe9\x33\x33\x19\xc3\x63\x1f\x1a\x1e\x41\x58\x5a\x4b\x1d\xc1\x9e\x85\x4e\x36\x02\x8e\x09\x1b\x09\xce\x38\x28\xc2\x49\x73\x07\x9b\x7c\x2e\x9b\x46\xd5\xe5\x10\x2e\xe4\xa5\x92\x57\x79\xb1\x14\x59\xae\x27\xd5\xa2\x96\x17\xe1\xfd\xc2\x89\x1e\xcc\xe7\xc5\xf2\xc0\x77\x7f\x52\xa5\x55\xa1\x4e\x9e\x51\x62\x96\x97\xf9\x6c\x31\x13\x33\x23\xf6\x83\x61\xdc\x0c\x81\x51\xfe\x60\xa7\x6b\x54\x3d\xaf\x2d\xaa\x23\x04\xa1\x91\xb5\x04\xd1\x32\xbd\x0b\x3f\xb0\xb9\xd1\x10\xef\xc0\xde\xff\xb2\xaa\x0d\x87\xb9\xc6\x89\xf0\xea\xb0\x46\x9c\x90\x93\x06\x2c\x34\x2b\xb7\xdd\xd9\x59\xe5\xa4\xe9\x59\x3d\x1b\x08\x11\x96\x2b\x70\x2b\x2f\x30\x7d\x3b\x30\xb0\x20\xf4\xe1\xa1\xa8\x9b\xb9\xaa\x73\x48\xc6\x5f\x74\xc6\xfe\x3b\x57\x8f\x6a\x3a\x6d\x9b\x0a\x56\xcc\x7a\xa1\xd5\x3b\x79\xa1\x20\xcd\x5e\xcf\xd4\x39\x6e\x0f\xbc\x71\x1c\x2c\x03\x9b\xc0\xfd\x29\x7c\xe1\xbb\xe9\xa2\x28\x86\x06\x6b\x5e\xe5\x75\xb3\x90\x45\xfe\xbb\x03\x25\xea\xfe\xaf\xf6\x85\xf4\x56\x63\x99\xa1\x99\x12\x95\x78\xb0\x47\xda\x3a\x4f\x69\x1b\x9f\x02\xba\x2c\xbc\x9e\x28\xfc\x62\xc9\x0f\xa7\xdd\x37\x7b\x6c\x98\xa6\x40\xa0\x3e\x57\xa5\x9a\x1a\xb9\xb7\x90\xf5\x85\xaa\x69\xea\x13\x55\xca\x3a\xaf\xb4\xd9\xc2\x5a\x65\x8b\x89\xbd\x3d\x47\x6f\xdf\xc4\xb5\x4f\xce\x17\x98\xaa\xa3\x54\x17\x10\x07\x55\x2c\x49\x4a\xe7\x87\x44\x43\x02\x02\x99\xc9\xa2\xa0\x91\x74\xb8\xf4\x33\xa6\x8f\x88\x6a\xc7\xc3\x36\xf8\x3d\xb3\x32\x0f\xdc\x5b\x3a\x0e\xca\x5c\x66\x69\x64\xc8\x39\x62\xbe\x77\xb7\xb7\x0a\xd3\x7b\x63\x44\xa8\xb3\x27\x03\x11\x4c\x98\x2e\xba\xac\xbb\x20\xbc\x56\xa0\x54\x88\xf8\x36\xfb\xdb\xc8\x9f\x87\x7d\xf6\x5e\x8e\x02\x3d\x13\xf0\x3b\xb8\xf9\x21\x00\xa1\x9a\x6c\x56\x65\xb2\xa0\xf0\x1c\x73\x00\xd5\x62\xe2\x50\x2d\xb4\x78\x63\x1a\x38\xa6\xed\x6d\x79\x66\x5a\x24\x2d\x31\xd6\xd8\x69\x0e\xc3\xa9\x5c\xc0\xed\x04\xb3\x0b\x82\x0f\x00\x17\x5e\x43\x93\xca\x09\xb6\xa5\x5e\xbc\xb8\x1c\x3e\xef\x60\xdb\x9c\xbc\x66\x8f\xd9\xd2\x53\x54\xad\xca\x62\xb2\x28\xa4\x8d\xdf\x05\x69\x06\x00\xf2\x2a\xb8\x13\x8c\x45\x03\x4a\xfa\x0a\xbe\x76\x66\x71\xe6\x71\xfe\x61\x10\xb6\x19\x7c\xea\xc7\x78\x3b\x4e\x7c\x03\x31\xa5\x2c\x96\x08\x68\x68\xa7\x44\x2f\x8d\x6c\x24\xde\xd0\x6c\x0d\xd2\xae\xd5\x05\x28\x34\xd1\xe7\xa9\x14\x99\x9a\x2b\x34\xf6\x54\xa5\xb3\x77\xf0\xca\x9f\x6b\xe1\x21\x4c\xe1\x95\x9d\x54\xd7\x14\xd8\xdd\x57\xdc\x1a\x9d\x8b\x72\x40\xb9\xf6\xa2\xd2\x42\xc0\xcb\x07\xf4\x15\xaa\x28\xf4\x48\x9c\xe6\xe4\x09\xa1\x15\x7a\x41\x18\x89\x0e\xb1\x7b\x55\xba\xfd\x87\x88\x31\x00\x0c\x20\xe9\x7a\xe8\xf2\x50\xd2\x88\x97\x10\x96\x99\x09\xcb\x61\x17\x4b\xd4\x87\x97\xe6\xba\x17\xe8\x7b\x04\x63\xe7\xe5\x85\xf3\xd5\xc5\x44\x96\x54\xbb\x80\x6e\x10\xb5\x11\x7a\xa9\x0d\xef\xcd\x49\x48\xe0\x25\x0e\x60\x16\x3c\x49\xdd\xa1\x4a\x50\x24\x36\xf4\x7d\xbe\xc8\x8b\x66\x27\x2f\x43\x43\xf2\x10\xf3\x05\x29\x71\x59\x71\xc7\x13\x40\x61\x84\x3a\xac\x1e\xd0\xa9\x69\xb0\xd3\xa0\x9b\x9e\xe3\x38\x0a\x12\xd2\x3a\x91\xd9\xab\xb7\xcd\x56\x83\x59\x3f\xf2\x90\xed\x37\xb1\x9e\xd2\xd7\x6f\x4b\x90\x64\x93\x57\x9b\xed\x04\x66\x37\x73\x59\x1b\x1d\xaa\x30\x2b\x41\x7b\x9b\xcb\xa4\x92\xec\xab\x7d\x3d\x0c\xb4\x43\xf4\x67\x3e\x21\x39\x05\xf9\x5f\xef\xbc\x33\x42\xff\xa4\x89\xc1\x2e\x98\xdd\xda\x08\x56\x86\xb0\x90\xe5\x1e\x95\x22\x74\x8d\x69\x04\x03\x1d\x06\x30\xd0\x7d\xdb\xb5\x30\xa7\x78\x95\x4b\xf4\x96\x41\x83\xea\x5a\xb6\xe8\x85\x56\x2f\xa5\x6e\x8e\x27\x1d\xeb\x12\x86\x2d\x0b\x04\x7a\x6f\x5a\x2d\x52\x28\x9a\x5d\xb2\x7e\x4f\x26\xe7\x6c\xdf\xf2\xa9\x0d\x9c\x12\x42\x87\xfd\x07\xf0\x4d\x24\xcb\xba\x73\x2e\x3c\x20\x4f\x35\xf0\x2c\x8b\x4d\x83\xde\xfc\x66\x97\xcd\x6a\x94\xb3\x5d\xfa\x85\xa8\x1d\xe1\x91\x3e\xc3\x5d\xc9\xcd\xce\x29\x2e\x77\x9a\xab\x02\x6e\xfc\x7c\x51\x60\xc1\x19\xb0\xb6\x10\xf2\x33\x78\xc3\x1e\x07\xcd\xcc\x31\x5a\xa8\x5a\x2b\x21\xbf\xe8\xd4\x2b\xd5\x5a\xfa\x79\x9e\xb4\x30\xd8\x7d\x33\x72\x07\xe9\xfd\xe8\x34\xd6\xce\x6f\x7d\x48\xae\xd4\x59\x73\xe9\xdd\x08\x61\xc5\x50\x92\x9b\x24\x24\xfb\x4a\x5e\xc9\xbc\x00\x38\xc5\xaa\x69\xea\x3f\x17\x12\x1d\x98\xbc\x0b\x0e\xf8\x7a\x7b\xb5\x9c\x5e\x58\x87\x6f\xc3\x35\x14\x45\x4a\xee\x22\x9c\x2b\x02\x01\x2f\x8e\x5d\x60\x85\xc2\x29\x3e\xa1\xb9\x14\xcd\x75\x95\x14\xe4\x28\x9d\x30\x61\xee\x2b\x65\x47\xa8\xa6\xe2\x29\xdc\xe3\x7f\x22\x04\x4f\x45\xde\xcd\x7e\x10\x27\x57\x4d\x26\x8b\xf9\x52\x6c\x3d\xdd\xfd\x7e\x5b\xec\x89\xef\x7e\xf8\x47\xf8\x60\xeb\x9f\xf0\xf7\x3f\xff\xf0\x8f\xbe\x90\xdb\x4c\xe6\x25\xe0\xf2\x39\x78\x75\xfe\x52\x91\x83\xe1\x47\xeb\xb9\x09\xf6\xb1\x02\x7c\x34\x4b\xa7\x81\xb4\x8e\xe2\x51\xe6\xe2\xeb\xaa\xfe\x22\xae\x0d\x7f\x85\xe5\x9a\xbe\xe4\x73\xab\xa7\xa4\x00\xd0\xc0\xe2\x62\xa4\xcd\x9f\x6b\xb0\x50\xad\x72\xce\x83\x78\x6d\x57\xe0\xc6\x1b\x21\x48\xa8\x56\x72\x72\x69\xa8\xff\x5a\xde\x7a\x7f\x6b\xe7\xdb\x56\x28\x52\x32\xde\x88\xeb\x85\xdf\x90\x44\x89\x40\x1c\xdd\x2b\x2f\x12\x82\xbd\xb7\x53\x0a\xfc\xdf\x3b\x71\x9f\x3b\xf1\xdd\xdf\xd9\x9d\x40\xc2\x0b\x27\xfd\xce\xed\x40\xb7\xe8\xdf\xa9\x72\xb2\xc0\x73\xe6\x8f\x1e\x2e\x13\xcc\x0b\xa9\xb6\xd5\x66\x92\x24\x3a\xaf\xf3\x99\xac\x97\xd8\xcf\x90\xd1\x79\x74\x44\x36\xc8\x7f\x2b\x67\x30\xb6\x1d\x5a\x56\x65\x10\x97\x80\xca\xc6\x39\xf7\x4c\x7c\x7f\x70\xf2\xcb\xf1\x2f\x3f\x8f\x51\x1b\xd6\x6e\x87\x3e\x7c\xd5\xb4\x51\xa5\xc8\x2f\xca\xaa\x46\x68\xa3\x04\x0e\x35\x50\x2f\x2c\xf0\x27\xcb\xa5\x28\x95\x59\xb8\x99\x6f\x5e\x82\xbc\xca\x98\x13\x92\xc1\x2e\x0c\x67\x59\xab\x09\x85\x8e\x70\xd4\x41\x41\xed\x6b\x6a\x31\xb9\xb8\xc7\xaf\x11\x29\x14\x9d\x96\xcf\xba\x50\xc0\xae\xd7\x8a\x29\x13\x40\x28\x01\x87\x48\x7b\x33\xc0\x62\x42\x59\xb8\xc9\xe5\xd3\x3b\x69\x9f\x54\xd7\xce\x22\xd1\xe6\x85\xde\xc8\x9b\x4e\x6c\x01\x77\x4a\x37\xb5\xa2\x44\xe0\x66\x9e\x45\x51\x5d\xa3\x1e\xe3\x3f\x16\xba\xc1\x58\x2f\xa7\x2c\x70\xe8\x45\xde\x74\xb9\xfb\x3a\x0e\x79\x0a\xec\x71\xe8\x79\x39\xb0\x66\xc2\xb0\x58\x78\x87\x67\x24\x7c\x82\xd9\x59\xf5\x9b\x2a\x53\x23\xb0\x3a\x19\xd4\x13\xe8\xa1\xa2\x56\xe0\xb9\x17\x3d\x6b\xe3\x73\x60\x70\x89\xe3\xcd\x7b\x38\x1f\xd3\xae\x9f\xbb\xb0\xe7\x0d\xa7\xd6\x10\x73\xcc\x4e\xd3\xfb\xda\x27\xc7\xf1\xf8\x18\x83\xdd\x9a\xe8\x0a\x5a\x09\x3d\xab\xae\xc1\x97\xf4\xaa\xb6\xaa\x12\xca\xfe\xef\xfa\x1f\x05\xb2\x84\xe1\x8e\xdf\x96\xc5\x32\xed\xa9\xe9\xe9\xa5\xf3\xf7\x9e\x54\x25\xd7\x3a\xb7\xb7\xa1\x4f\xc9\x11\xaf\x02\x0b\xec\xb2\xb5\xa0\x3d\x64\x52\x15\x85\x9c\x6b\xeb\x12\xcd\xb5\x66\x1e\xda\xd0\x11\x37\x65\x5e\xf8\x55\x2b\xf1\x39\x37\x84\xd1\xf4\x62\xf0\xd8\xe7\x60\xcd\xf4\x42\x76\x39\xa8\x3e\xe4\xf4\xe2\x41\x3b\xbd\x62\xdd\xa0\xc1\xb9\x5b\xa2\x83\xba\x88\x12\xb7\x9f\x82\x36\xc0\x8d\xd4\x61\x0e\x5d\xd5\x0d\x90\x5b\x74\xa3\x5a\x94\xe6\x81\xca\xbc\x5e\xfa\xfa\xb4\xaa\x41\x18\x7a\x7f\xa9\xca\x5f\xe9\x75\x72\x2a\xa1\xd8\x1a\x22\x28\x1f\x38\x87\x1d\x8c\xc8\xf7\xc4\xa0\x2e\xf3\x44\xc8\xba\xae\xae\xfb\xef\x8a\x3e\xdd\x64\x6c\xde\xab\xc6\x8a\xc8\x2a\x13\x00\xe7\x5b\x06\xd3\xa3\x8e\x65\xdb\xb0\x58\x8b\x79\x3c\xc6\x91\x6b\xb0\xd9\x4a\xc9\x96\x4f\xf1\x6f\x0c\x89\x9a\x07\x9d\x80\xd3\xdb\x1d\x1d\x22\x84\x10\x60\x6a\x38\x48\xe7\xe2\xba\x7e\x63\x5e\x98\xe7\xe9\xab\x88\xf8\xc8\x79\x44\x81\xca\xce\x30\x00\x44\x76\x86\xa1\x17\x92\x57\xab\x01\x8d\xf5\xee\x5c\x91\xf3\xc1\xbd\x3c\x61\x64\xb9\xec\xe6\x7c\x1d\xa6\x98\x43\xf6\x1e\x60\xc0\xc8\x73\x27\x74\xcf\xf1\xaa\xbb\x87\x73\xcb\x79\x00\xf7\xa5\xf4\x4e\x07\x77\x12\xd9\xd6\xb6\x33\x09\x3e\x5e\x39\xec\x5a\x23\xa2\x21\x17\xee\x7b\x3c\x8e\xcf\x20\xb0\xc6\x0a\x83\x64\x03\x9b\x2d\xf3\xeb\x20\x6b\xa5\x2b\x4f\xc7\x66\xbc\x8f\xad\x27\xb9\xa6\xcd\xb0\x82\x02\xb8\xb5\x21\x23\xea\x90\xa6\xc1\x6f\x06\x05\xb1\x6d\xc3\x34\x56\x56\xe0\x70\x8c\x85\xa1\x66\xfe\xd2\xbd\xa4\x9e\xd3\x77\xee\x41\xbc\x98\x99\xff\xf2\x9a\xee\xcb\xf7\xf5\x5e\xae\xe6\xaa\xd4\xed\x09\x05\x4e\xad\xad\xd9\xfd\x4d\x5c\x92\x3f\xf6\xfb\xd8\x5a\x62\x42\xe8\x55\x6c\x7d\x06\xb6\xf3\xb3\xcb\xa3\x48\x29\x4b\xe1\xe9\x76\xa8\x1b\x7d\x57\xab\x29\x80\x47\x8e\xa1\x19\xe2\x33\x53\x8d\x7d\x36\x98\x26\x74\x74\xfe\x6c\x50\xf1\xb2\x5a\x40\xad\x86\x9c\x22\x91\x3f\xd3\xf2\x3e\xa3\x62\x0b\xf5\x68\x0d\xc5\x4a\xd3\x40\x72\x6a\x20\x09\xdd\x24\xc9\x91\x1a\x0d\xad\x10\xf1\x01\x49\xbf\x28\x97\xac\xd3\xa6\x39\xfb\xd3\x34\xf8\x42\x83\xa0\x58\x8b\x29\x24\xae\x36\xc4\x33\xb4\x48\xc5\x7e\xd9\x61\x5c\x73\x0a\x08\x52\x97\xe4\x02\x2d\x1e\xab\xef\x88\x6d\xb8\xf6\x25\x21\x5b\x4a\xf2\x8e\x1c\xd4\xe7\x79\x53\x1b\x91\xc9\xd5\x23\xb6\xca\x50\x74\x42\xe5\x5e\x71\x24\xe7\x83\xcb\xb3\xbb\x27\x19\x46\x8c\x86\x44\xe5\xb8\x24\x73\x09\xb0\xcb\xc0\xe8\x3b\x35\x8c\x33\x4d\xac\x90\x2d\x52\x7d\x7c\xb4\xfe\xb2\x33\x65\xbe\xd1\xd6\x9c\xbe\x90\x45\x5a\xb3\x51\x62\x8a\x7a\xa9\xdd\xb7\x9f\xa3\x09\x7c\xc6\x2c\x83\x86\x23\x92\x57\x96\x27\x84\x6a\x24\xd6\x2d\xfc\x7c\x09\xf7\x13\x9d\x92\xcd\x55\xf0\x5c\x22\xb3\x73\x05\x12\x3b\xdd\x80\xce\x60\xc9\xd5\x9a\x2c\x7b\xf7\x55\x51\xd8\x9d\xbb\xa4\x78\x8a\x1e\x35\x96\x67\x7d\xb3\xcc\xfc\xbf\x0d\xcf\x7b\x7d\x76\x22\xe6\xe6\x77\x79\xb1\x83\xc1\x0f\x4d\x65\x47\x02\xfd\x3f\x1a\x95\x5c\x40\xb0\xcc\xb2\x34\xc0\xf4\xa9\x18\x18\x5f\x1b\xe6\x8c\x21\xf6\xb6\x05\xdc\x58\xf7\x7a\x62\xad\x6c\x3c\x1f\x02\x98\xb4\x7d\x54\x95\xcc\xe8\x3e\x9b\x3e\x67\x32\x2f\xa3\x6d\x82\x49\x04\x8e\x1c\x55\xdd\x1c\xd8\xae\xfb\x1c\x74\x1e\x7c\x41\x9e\xa7\x7d\xf8\x15\x79\x76\xf8\xc1\x97\x34\x71\x59\x46\x92\x0b\x3b\x5f\xd8\xba\xfc\x4e\x82\x78\xc8\x85\x19\x96\xfc\x7e\x6e\x54\xba\x91\xcd\x42\x5b\xdf\x7d\xa7\x4b\x31\x97\x98\x10\x65\x10\x2b\xfd\xe0\x83\x58\xde\xc6\x79\x4b\xc1\xef\xde\x61\x2c\xf6\x97\x5e\xe2\x87\x78\x15\x83\x87\xe6\xaa\x74\x65\x50\xc8\xc9\xa9\xae\xe6\x75\x2e\x1b\x25\x0e\x4e\x8e\x0f\x84\x74\xc9\x68\x41\x35\x16\x87\xd7\xe7\xda\xb0\x02\x6f\xe7\xaa\x0c\x6e\x6f\x60\x99\x7a\x51\x2e\x66\xe8\xf2\x42\x1e\x93\x97\xd5\xb5\x30\xb8\xbf\x6e\x72\x83\xcd\x62\x46\x12\xc2\x8c\x51\x23\xf9\xad\xf3\xe3\xb1\x6e\xd2\x4d\x45\xda\xbf\x25\x29\x0c\xa9\x44\xa2\x25\xd1\xa3\x96\xe6\xe6\x33\x76\x74\x3c\xed\x6b\x03\x43\xd8\xc0\x9c\x21\xe2\x63\xc3\x00\x5c\xc9\x82\xf2\xe4\x7e\xee\x51\x1c\xd1\x10\xeb\x9a\xe0\x94\xd9\x90\x56\x77\xde\x0e\x77\xe2\xf2\xd3\xc6\xe8\x59\x6a\x6b\x53\xce\x22\x1b\x73\x26\xf6\xc4\x93\x21\x33\x56\xf6\xf5\xe1\x26\x3e\x72\xe9\x0f\x42\x9a\x69\xdf\x8b\x3d\xf1\x74\xe3\x4e\x51\xb9\x84\xfa\x23\x6c\x1b\x6b\x9a\x1c\x85\x91\xfa\xc8\xbe\xda\x13\xdf\x0d\xef\x69\xd2\xa4\xfd\x64\x71\xb5\x7e\x2f\x5f\xab\xc6\x27\xdb\x36\x47\x79\x51\x57\xd7\xc4\x6b\x80\xbe\x86\x14\xcf\x90\xed\xa7\xa2\x10\x7f\x72\x86\x62\x62\xca\xa2\x74\x71\xbc\xad\xad\x3e\xf4\xc1\xbf\x0e\xbd\x11\x71\x45\x75\x2c\xea\x76\xac\x2a\x9f\x96\x5e\xd5\xf9\xef\x55\xd9\xc8\xe2\x30\xe8\xf8\xe9\x7d\x37\xa1\x65\xd7\x0d\xdd\x6a\xe2\x6c\x6b\xa7\xa4\x42\xc7\x39\x53\xe6\x1b\xa8\x96\xe9\x0c\x1d\x60\x60\x2d\xd4\xb4\x49\xea\x51\x9f\x30\x94\x3a\xad\xab\xdf\x95\x93\x10\x16\x65\xf3\xb2\xae\x66\x90\x14\xa9\x9b\xdd\x5a\x77\x02\xb5\xab\x36\xb1\xf1\x0c\x5e\x94\x59\xf7\xf8\xdc\xb9\x08\xbd\x52\xc8\x0d\xa7\x96\x17\x17\xe4\x85\x13\x72\xb9\x41\x4c\x09\x84\xf8\x41\xda\xa8\xd8\x61\x0c\x27\x71\x54\xcb\x0b\xbb\x03\x5b\x99\xfd\xa1\x32\x87\x25\xd7\x10\x83\xfc\xcc\x5a\xde\x56\x8e\xbb\x84\xe9\x52\x82\x11\x27\x10\xe9\x6a\x51\x4f\x18\x53\x9a\xa9\x9b\x21\xc1\xbc\xd7\x20\x43\x7e\x96\x4c\xc8\x46\x7c\x46\x83\x0f\xf6\xd1\xa9\x21\xf5\x2b\xab\xe6\x9f\xad\x90\xcf\x97\x8e\x73\x0d\x80\xcf\x2e\xde\xce\xd0\x2b\x67\xd8\x90\x1b\x44\x39\xff\x77\xee\x48\x74\xbc\xd5\xdc\x2e\xce\xfc\x4d\xb0\xe1\x04\xe1\xa3\xf0\xf9\x46\x4b\xdb\x18\x0c\xa7\x79\x99\xeb\xcb\x18\x0e\xcd\x14\xf0\x06\x90\x98\x6e\xe6\xf3\xba\x42\x17\x63\x37\x5f\x3f\xdd\x17\x65\x66\xdf\x3e\x64\x02\xac\xe4\x7e\xf4\x63\xa3\xc4\x61\x25\x11\xc0\xce\x53\xb6\xe0\x14\x98\xad\x40\x3a\x78\xc8\x1b\x8e\x93\x00\xdc\x95\x0c\x4f\x2b\xa7\x99\x8b\x0f\x36\x94\x71\x6e\x38\x0e\xe4\x61\x01\xa1\x58\xfd\x80\x59\xd1\x7d\xf9\x8a\xe8\x40\x3d\x3d\x3c\x02\x0f\xf0\x32\x53\x99\xa8\x16\x8d\xad\x3a\x61\x35\x28\x40\xbb\x08\x80\xe8\x6d\x48\xeb\xd8\xe7\x64\xd5\x49\x7c\xaa\x17\x78\xf6\x21\xf3\xc0\x47\x76\x7c\x03\x97\x34\xbf\x9a\x05\x48\xa6\x57\x89\x41\xcd\x31\x04\xa0\x03\x23\xbd\x8b\xcb\xe0\x02\x89\x6d\xbe\x28\x74\x08\x96\x4d\xa3\x66\xf3\xc6\xd6\xdf\x68\x2e\x43\x47\x43\x20\x56\x87\xf4\x65\xb0\x4d\x34\xd4\x1b\xca\x17\x44\x9a\x0d\x3b\x46\xed\xdc\xaa\x87\xa2\xa9\xc9\x2f\x0c\xa6\x01\xbe\xd7\x72\x32\xa9\xea\x8c\xe2\xdb\x9a\x4b\x95\xd7\x62\x96\x97\xbb\x33\x79\x23\xa0\x20\x8c\xb3\xdd\xe9\x8f\xd6\xfb\x61\x1a\x38\x27\x90\x07\x9d\x99\x32\x84\x20\xc8\x2b\x15\x1a\x94\x84\x56\x41\x0e\x1c\xaf\x5f\xf8\x0a\xfe\x03\x81\xaf\x95\x3c\xc6\x43\x1e\xe5\x78\x81\xc3\xaf\xae\xb8\xe2\x13\xf2\xd2\x44\x80\x66\x5b\xcb\xe2\x5a\x2e\x9d\xaa\x00\x7f\x45\x80\xf5\xca\x80\xa9\xf5\x9b\xf6\xae\x32\x54\xaf\xe2\x2b\x80\x0a\x32\xfc\xa6\xd3\xd9\x41\x32\x73\x50\x10\x66\xcf\xde\xe5\x93\x2f\xcf\x5a\x89\xfe\x86\x62\x00\xce\x3c\x83\xe7\xcf\xc5\x63\x33\x9f\xce\x66\xbe\xbe\xce\x73\xf1\xd8\xd5\x08\xea\x50\xdb\x79\xbe\xb1\x58\x0a\xce\x93\xe2\xa2\x21\xa5\x4e\x8a\xb5\x6c\x29\x57\xba\x87\x88\x02\x37\x5c\xcf\x5d\xb1\x19\x7d\x8a\xf8\x1b\xb4\x73\xb2\xbc\x12\xa8\x46\xbf\x89\x66\x24\xc4\xdd\x03\x26\x1a\xa6\x5a\x03\xb0\x95\x75\x55\x35\xd6\x5d\x0a\x06\x72\x8e\x95\xc1\x53\x44\x41\xef\x6b\x39\x9f\xab\x3a\x78\x43\x82\x43\xfb\xd5\x03\xa5\x86\x8c\xd3\xa7\xf9\x0c\x91\xad\x37\xb7\x1f\xb9\x5d\x67\x55\x14\x72\x2b\xb3\xfa\xf3\x1f\x3f\x6e\x62\x71\x49\x7e\xff\x90\x8b\xe6\x7d\x47\xab\x8e\x12\xc2\xb7\x12\x7d\xdf\xc2\x3c\x7a\x81\x20\xcc\xeb\xed\xba\x4f\x66\xfd\x0e\xba\x6b\x27\xf6\xe6\xe9\xde\xf9\x73\x9e\x4e\x7e\xd8\xfe\x20\xfd\x2e\x4a\xe8\x4e\xef\xa2\xf4\x4a\xc1\x43\x4a\xd1\x1f\x3c\xa3\x9c\xfc\xc1\x33\x12\xf5\xf0\xa1\x75\xf0\xc2\x5f\xed\x2c\xf0\x58\xf0\xdf\xd7\x5f\xb8\x35\x80\x3e\x91\x78\x77\x4e\x55\xa3\x87\xe2\x42\x35\xe0\x73\x0c\x8f\x86\xe2\x55\x7e\x71\x09\xe9\xaf\xa4\x6e\xd0\xa7\xbc\xaa\xa1\x11\x7f\xf1\x4b\x75\x00\x19\xd0\x52\x99\xdd\x93\xc9\xdd\x6f\xc5\x4c\xcd\xaa\xfc\x77\xe7\xcb\xd8\xfe\x28\x55\xc6\xe0\x16\xf3\xee\xc2\x3d\x97\xda\xfc\x30\x3b\x8a\x51\x92\xf4\x98\xf5\xe3\xdf\x8d\xd0\x83\xb2\xb7\xa7\xd3\x79\x91\x37\x5d\x5d\xb1\x97\xfc\xef\x54\xbf\x14\xb3\x59\x54\xe7\xd2\xc7\xf2\x74\xcd\xcb\x51\x81\x54\xaa\xfa\xce\x75\xe1\xb7\x5d\x19\xee\x31\x5b\x6c\xdf\x21\x44\xa5\x3d\xfc\x4e\xec\xc5\xc7\x02\x79\x9d\xb7\x80\xa4\x8d\x5d\x02\x7f\x74\xab\x3e\x75\x4e\xa9\x7c\x9e\x43\x9b\x16\x5a\xab\xc6\xa9\x25\xe9\xe1\x61\x55\x54\x3e\xd4\x7d\x3b\xfa\x92\xd5\xf4\xa4\x32\xa9\xd1\xd1\xb6\xda\xa7\xce\x1f\xe7\x6a\x8b\x44\xfa\x8e\x5a\xa7\x9b\xec\xad\xd5\xca\x77\xc7\x3b\xbc\x15\x73\x59\xa8\xa6\x51\x63\x31\x1f\x0a\xad\x66\xb2\x6c\xf2\x09\x2c\x4f\x43\x01\xb0\x86\x65\xdd\xb5\x1f\x4d\xaa\xd9\x4c\x96\x19\xf6\xce\x2f\x0f\xdc\x36\xb1\xc7\xab\xd2\x4e\x9b\xb1\xf8\xde\xd5\xe8\x6b\xaa\x39\xff\x79\x5e\x35\x4d\x35\xe3\x4f\x40\x5b\x12\x36\x31\xf2\xf1\x58\x0c\xca\xaa\x74\xf5\xf3\xef\xfa\x26\xd4\xb5\x29\x6e\x52\x48\x51\x3f\xd8\x9f\x22\xc4\x13\xb8\x4f\xc3\xb0\x14\x6a\x6e\x80\x60\x0c\x9c\x98\x7f\x78\xc9\xf1\x89\xf9\x74\xbc\x62\x67\x82\xaf\x71\x61\xb0\xd3\x63\x31\x68\x6a\x59\x6a\x74\x21\xe1\xf5\xd4\xef\xb6\xd9\x0f\x98\xd8\x68\x5a\x95\x8d\x1e\xcd\x54\x96\x2f\x66\xec\x65\x30\x5d\xef\xe7\x3c\xf8\xfe\xc9\xfc\x66\x10\x0e\x2c\x27\x5f\x2e\x20\x3d\x0e\x0d\x3e\x1f\x5d\x5f\xe6\xac\x02\x3d\xee\x2b\xbd\x2a\xd5\xa2\xa9\x65\xf1\x0e\x1d\x5b\x83\x36\x64\x20\x1b\x8b\xc1\x13\xf1\x7d\x6b\x94\xd4\xb9\xf1\x57\x27\x32\xcb\x17\x7a\x0c\x4c\xb3\x7f\xa7\x09\x2f\xeb\x71\x5c\x8b\xf6\x43\x0a\x7d\x7f\x6a\x35\xeb\x1d\x39\xac\xe0\x1a\xfe\xf2\x7f\x7f\x1a\x5a\xe8\x42\x58\x01\xf6\x5e\x65\xc1\x50\x89\x4d\xa4\x9d\x7a\x6d\x20\xd8\xa5\x76\x4f\xed\xe5\x91\xac\xbf\xf0\xf2\xc0\x1d\x4b\x5e\x73\xc1\xd4\xfb\xc0\xb4\x2e\x20\xd4\xaf\x73\x89\x42\x7c\xf8\x3c\xfa\x87\xdb\x34\x5a\x1f\xcd\x34\xbe\x38\x9e\x54\xe5\xdd\xe7\xce\x81\xe6\x23\x80\x43\xb3\x88\x83\xa2\xf9\xca\xb1\xde\xa8\x72\xb1\x72\xbc\x1e\x10\x4c\x1f\xe0\x5d\x74\x80\xef\x6a\xc8\x61\xb6\xc9\x01\x3e\xc0\xf1\x3d\xe8\x56\xff\x8f\xd8\x67\xe0\x49\xff\x77\x9f\xff\xab\xf6\x79\x33\xbc\xf4\x7f\x17\x12\xfc\x43\xea\x65\x78\x6d\xff\x77\x5f\xdd\xbe\xbe\xb8\x99\xcb\x32\xfb\x5f\x00\xfe\x2f\xdb\xe8\x87\x80\xe0\xb8\xef\x23\xb2\x27\xaf\xea\x34\xe6\x79\xfe\x86\xc7\x13\xb2\xd5\x23\x6b\xf1\xfe\xa9\xca\x96\xa7\x8b\x73\x27\x2f\xfb\x7f\xdd\x5c\xd0\x06\x7c\x90\x67\x0d\x7e\xae\xe5\xf2\x4c\xdd\x34\x31\x33\x64\xfe\x8d\x46\xa3\x3e\x09\x78\x6b\xbb\xf5\xcd\xdd\xda\x2c\xd5\xc6\x3c\x4c\xd7\x44\x5b\xc7\x37\xc0\x1a\xf8\x71\xbb\xcd\x16\xb3\x1a\x56\x77\x77\x05\xc8\x51\x94\xe9\x88\xa2\x17\xed\x5b\xed\x45\xac\x43\x5b\x09\x3b\x58\x1a\x26\x77\x18\x8b\xc1\xd3\x27\x4f\xfe\x71\xf0\x70\x2c\x5f\x0f\x87\xbb\x7a\x4d\x6c\xd6\xa4\xa4\x4a\xde\x98\xaf\x9d\xe2\x5a\x27\x76\x9f\xd9\xae\x89\x2c\xce\x54\xdd\xe4\x3d\xa8\x82\x75\x6c\x70\x1e\xfe\xb5\x29\xce\xe8\x3c\x08\x7c\x71\x56\xcd\x4f\x0c\x04\x58\x51\x67\xf0\xa4\xdd\xe6\x27\x10\x81\x7b\x9a\xc5\x58\xf7\x14\x8a\x25\x87\x78\xb7\xeb\xb0\x06\x63\xb0\x54\x0c\x56\x1f\x4f\x8f\xf8\x92\x9a\x44\x8b\xd2\x3c\x38\xce\xea\x10\x67\x62\xa8\xa1\xfe\xbf\x02\x47\xa7\x96\x97\xa2\x6c\xa9\x91\xfb\x50\xdf\x60\x8c\x79\x21\x37\xde\xfc\x4d\xf6\xf5\xef\x6e\xdd\x2b\x6f\xb1\xbf\x6c\x0f\x4e\xa8\x1f\x88\xd6\xf4\xa9\x0f\xfe\xbb\x08\x51\x72\x03\xff\x5b\xc4\xad\x7b\xa0\x94\x2e\xc9\xe3\xde\x0b\x7f\x28\x3e\xfd\xbc\x90\x93\xbf\xff\x35\x9b\x0b\x1c\x8c\xbc\xea\xd6\xae\xe8\x2b\x79\xef\xe2\x3e\x2d\xf9\x4c\x76\x0a\xce\xbe\xc1\xe7\xd3\xaa\x6c\xde\x5b\x6e\x07\x73\x21\x0d\x86\x86\x7d\xf2\x3a\x4b\x7c\xad\x47\x5a\xcd\xf2\xf3\xaa\xc8\x92\x3d\xe7\x9d\x6b\x85\x8e\xfa\x56\x3a\x5b\x67\xab\x52\xc4\x73\x2d\xbc\xd1\x87\x35\xc2\x53\x14\x81\x7e\x1a\x53\x7b\xc7\xa6\xa9\xad\xd8\x20\x30\x4c\x6b\xf6\x87\x29\xcd\x76\x68\xb5\xd8\xfe\x06\xad\xcf\xc3\x8f\xe5\xf6\xa6\xf5\xc8\xbd\xc5\x21\x6d\xd3\x09\x1a\xf3\xfc\x44\x43\x51\x2e\x8a\x82\xb2\xb0\x6f\x6c\xee\xf2\x35\x7e\x0f\x69\x75\xb2\xee\x32\x42\x85\x06\xa4\x56\xa5\xdf\xd8\x7e\xd4\x65\xda\xc5\x76\xd6\xaa\xfb\x67\xbe\x96\xad\x41\x3c\x8b\xc1\x50\x7c\x20\xdf\x87\xa1\x18\xd0\x94\x3e\x0d\x21\x52\x64\xdb\x1b\x9c\x20\x24\x25\xfe\xd6\xd9\x69\x31\x84\x8c\xd5\x93\x67\x2b\x18\x8a\xdb\x3b\xb2\x10\x51\x45\x3f\x74\x4b\xdf\xda\x1e\x8b\xff\x73\xfa\x6f\x23\x5b\xec\x35\xb0\x21\xdd\x92\xf4\x31\xa4\x24\x63\x68\x9c\xc9\xf5\x68\xce\x92\x82\x39\x80\xdb\xb2\x20\xf9\xcc\x1f\xa7\x87\xd8\xdb\xd1\x68\xe4\xbf\xbd\xf3\x2f\xae\x64\x9d\xcb\xb2\x71\x6c\xc4\xde\xc7\x47\x33\xbd\x83\x9f\xef\xec\x4c\xdc\x62\x3f\x3e\x62\x58\x13\xa6\xb5\x77\xeb\x0e\x18\x2d\x28\xdf\x0c\xe9\xcd\x36\xeb\xdf\x27\x22\x77\x29\x2b\xf6\x6e\x3d\x2c\xb9\x96\xbb\xcf\xf1\x2f\xb4\x7e\xdd\x81\xd9\x9e\x9b\x7a\xfb\x4d\xae\x7d\x65\xe3\xfd\x81\x05\xc9\x65\xa2\xc7\x69\x20\xed\xb4\x53\x76\x99\x37\x1d\x84\xa6\x2a\xee\xf7\x97\x0e\xff\x88\x0e\xdb\xe2\xf0\xed\x9b\x37\x07\xbf\x1c\xfd\xf6\xd3\xc1\xc9\x6f\xaf\x5e\x1c\xff\xfc\xea\x4c\xec\x89\xef\xbf\xef\x37\x7d\xba\x04\x8f\xa9\xd5\x6e\xb7\x9f\x7b\x8b\xa5\x85\x35\x67\xcd\xe5\xe0\x66\x21\x8d\x81\x64\xbf\xc1\x90\x80\x91\xe0\x38\xb2\xbb\xf5\x98\xb3\x06\x33\xbd\xe3\xa7\xe8\x71\x2d\x43\xc9\xe4\x9f\x3f\x16\x83\x69\xa1\x02\xdb\x53\x8b\x28\x47\xea\x97\xf3\x2a\x5b\xfe\xe4\xda\xb0\x0f\xb9\x3d\xeb\xe9\xf7\xf3\x1b\xf1\x44\x7c\x17\xd9\xb5\xac\x44\xdf\x3e\x95\x16\x0d\x60\x09\x94\xe8\xc9\x27\xfa\x2f\x25\x89\x39\x55\x7c\x37\xc2\x25\xef\x50\x1b\x7a\x92\xdc\x01\x9b\xf9\x69\x2c\x06\x4f\xf9\x1c\xbb\x77\x46\x16\xf9\x05\x14\x5b\x31\x42\x26\x25\x38\x19\xb4\x26\x6e\xa7\xa9\x2d\xad\xec\x9d\xa8\x6b\xb5\x6a\xaa\xa7\x97\x75\x5e\x7e\x89\xa5\xdb\x87\x99\xac\xa1\xb7\x77\xc9\x2b\x71\xd8\xa6\x9f\x5d\xae\x01\x9c\xaa\xc6\xd6\xe3\x3f\x7c\x70\xcd\x4a\x63\xbf\x01\x73\xd7\x0b\xde\x72\x66\x7c\x4e\xea\x84\xee\x02\x23\x3f\xb0\x57\xdd\x3d\x80\x3c\x74\x3a\x97\x13\x05\xbc\xd6\x75\x2d\xe7\x5d\x76\xf1\x5b\x98\xcc\x90\xd2\x11\x19\xa9\xa4\x56\xba\x39\x64\x0b\x85\x2b\xcb\x57\x2e\xfe\xf8\x43\xdc\xb6\xf8\x17\x37\x78\xa2\x0b\x77\x26\x78\xbf\xa1\xf0\xe7\xbe\xf8\xe0\xb7\x61\x08\xcf\x3e\x89\x31\xdb\x9a\x61\xc4\x4b\x62\xfc\xd8\xbe\xf8\xc0\x16\x4f\xf3\x36\x1f\xf2\xa7\x7c\xcb\xee\xc3\xf6\x7c\xe4\xb9\xcd\xb4\x85\x01\xe8\x76\xa2\xb1\x7b\x4f\x91\xe0\xe7\x85\x6a\x7e\x81\x0c\xbf\xde\xe1\x29\xcb\xaf\x7c\x5e\x44\xfc\x16\x4b\xcf\x38\x8a\x7f\x80\x8f\xa9\x8e\x6a\xfe\xbb\x7f\x73\xa2\xa6\xc3\x8f\xe5\x6a\x92\x75\x0b\xe5\x47\xa7\x45\x75\x7d\xaa\x9a\x88\x52\xb0\x37\xc1\x17\x18\x55\x0d\x2e\x68\xd1\x17\xec\x4d\xf0\x85\xcb\xca\x38\xf4\x7f\x1e\x41\xca\xa7\x36\x61\x75\x0d\x82\x1e\x5a\x3c\xd0\x0a\x0a\x78\x2b\xce\xaa\xaa\x68\xf2\xf9\xab\x4a\xc7\xeb\xa2\x37\x31\xe7\x98\xba\xc6\x49\x0a\xdd\xc9\x40\xb2\x73\x59\x9b\x5b\x30\xe7\xc7\x48\xe5\x30\xfa\xed\xbc\xf9\xe2\x17\xc9\x87\x8c\xdd\x48\xbd\xd1\x1c\x24\xd6\xe1\x39\x36\x85\x0d\xfb\xdd\xa6\x10\xb2\x82\x03\x0f\x0e\xd8\x32\x2d\xe6\xc4\xbc\xbf\xd8\x5e\xe2\xba\x3d\x5b\x97\x11\x7b\xbe\xb5\xfd\x63\xda\x55\xd2\xb7\x3c\x92\x8d\x8c\xdd\xe4\x8f\x59\x5d\x67\x9e\xb1\x88\x67\x69\xab\xd5\x85\x4b\x78\x06\xbe\xbd\xf4\x82\xa8\x4e\xea\xa8\xa1\x3e\xe4\xba\xe3\xd8\x52\x9a\x6c\x04\xfb\xe8\xab\x87\xa0\x54\x1c\x53\x59\x0b\x9d\x67\x3c\xf5\xd7\x14\xfb\xea\xec\x9d\x13\xb3\x68\xa4\xd7\xaa\xbc\xc0\x9c\x00\x55\x9d\x5f\xe4\x90\x4c\x80\x4f\x18\x93\xd6\xeb\x45\xed\x0b\x68\x63\x6e\xe3\xb2\x6a\xa8\xba\x3d\x64\x5e\x0f\x37\x18\xab\x7a\x18\xd8\x62\xb3\xa4\xec\xfc\x6f\xc3\xfd\x70\xf1\x28\x7c\x56\xbf\x62\x52\x57\xaa\xaa\x62\x03\x69\x27\x72\x82\xf9\x26\xe3\x44\x06\xb0\x64\x71\x2e\x83\x4a\xb1\xa6\xf1\x5f\x82\x7c\xaf\xdc\x63\xb6\x25\xcb\x49\xad\xba\x25\xb9\xf8\xa2\x83\x34\xe7\xb2\xb6\x6b\xbe\xed\x81\x90\xa7\x1b\xd9\xe4\x13\x9b\x4f\xe6\x5d\x8b\x45\xb7\x8e\xf9\x44\x6c\xa9\xac\xf9\x07\xcb\x8f\x45\xa0\xf3\xc1\xb3\x3e\x04\xba\x57\xb2\x51\xe2\xb7\x8a\xe1\x85\x3d\x9a\x3c\x16\x90\x3d\x51\xd3\x67\x1c\x6d\xe0\xd5\x62\x9f\xd6\x0c\x35\x24\x3e\x65\xf8\xa1\xf5\xa9\xbf\xe1\x63\x71\x2b\x3e\x7c\x51\x90\x2e\xf0\x8b\x5a\x56\xd3\xf6\x9d\xfe\x64\x8f\xc1\xcd\x1e\x03\x01\x16\x93\xa6\xaa\x13\xb2\x0b\xa5\xa8\xa7\x7d\xd1\x8b\xb9\xa2\x56\xde\x9b\x31\x4d\x66\xb7\x8c\x90\xeb\x64\xc8\x0d\xe5\x6d\xa7\x93\x32\xfb\xed\xf8\x95\xe0\x14\xdc\x53\x7b\xe7\xdc\x03\x1d\x72\x39\xe8\x53\x68\x7f\x65\xb2\x91\x47\x79\xc6\x38\x0c\x41\xb2\x71\xb6\x98\x28\xc0\x66\x24\xdb\xff\xc6\x1f\xb2\x96\x86\xef\x8f\xda\xd9\x47\x9e\x1d\xf3\xc7\x75\xa0\xc7\x9c\x33\x38\xc0\xf0\x0f\xf7\xdb\xb2\x54\x69\x8d\x42\xe8\x62\x89\xd8\x76\xdc\x42\xbf\x8c\x41\x0d\xb1\xe8\x87\xd1\x68\x04\x5b\xf8\x29\xbd\x87\xd8\x22\x78\xf4\x8d\x6f\x9a\x46\x13\x89\x2f\x46\x05\xe0\x2e\x50\x3a\x42\x1a\x02\xaa\xbc\xdb\x79\x42\x1e\x25\xe0\x0e\x1a\xfe\x6d\xd1\x60\x0d\x8c\xbf\xa8\xe5\x16\x13\x5f\x56\x2e\xc8\x2f\x69\x1c\x21\xcc\xc7\x8f\xc3\x07\x34\x4d\xf1\x3c\xf0\x7b\x6c\x4d\xce\xf9\x7d\x7a\x4e\x9c\x66\xc9\xc9\x6a\x40\x66\xb7\x10\xe4\xbe\x19\x8a\x5b\x41\x5e\xce\xa8\x87\x11\x77\xfe\x9a\xec\xee\x06\x1c\x22\xcf\xb6\x87\xa9\xf1\x59\xba\x04\x5e\xc8\xff\x59\x96\x5f\x3d\x1f\xb9\x3e\xce\xde\x1e\xbd\x15\xef\x95\x98\xc9\xa5\x28\x15\xe2\x63\x55\x28\x40\x05\x6c\x86\xc0\x24\x3c\x73\x4c\xe3\x73\x24\x0e\xcf\x38\x1e\x11\xfb\x1c\xc8\x4a\xcf\x65\xe3\xf2\x18\xdb\xfd\x0c\xf1\xd1\xab\xb3\x37\xaf\x0f\xdc\x24\x21\x31\xd3\x51\x7e\x65\x73\x33\x3d\xdf\xf2\x00\x3c\x0c\x99\xf4\xed\x6e\x15\x59\x70\x35\x42\x2d\x19\x9b\x11\x53\x63\x4d\x18\x8e\xd9\xbb\xc5\x93\x61\xd7\x8d\xb5\x34\x57\x7d\xef\x36\xbc\x3c\x91\x3e\xcc\x5e\xef\xbd\x5b\xfe\x2b\x68\x64\xef\xb6\x69\x62\xff\x4e\x69\xd5\xa0\x89\x47\x1c\xf6\x59\x34\x1f\x87\x7a\xf6\x6e\x83\x9f\xdd\xda\x37\x86\x39\xc1\xfd\xdd\x20\x4e\x28\xbb\x1a\x69\x28\x29\x96\xd2\x5f\x02\x64\x4e\x1d\x92\xf2\x4f\xdd\x61\xf0\x96\xec\xb2\x9c\xaa\x66\x44\x43\x25\xd1\x37\xe5\x09\x8e\x27\xd2\x3a\x8a\x91\x0d\xef\x7c\xfc\xb8\xfb\xe5\x88\xf5\x17\x8c\xe6\x68\x2a\xdb\x4c\xb1\x27\xb6\xb2\x14\x0a\x8c\x88\x49\xac\x16\xb8\xf5\xf9\x71\x87\x16\xa3\x84\xe5\xb0\x86\x0e\x0f\x84\xcf\xdb\x88\xd9\xf7\x7a\x29\x35\xda\x34\x90\xdc\x9b\x89\x8d\x6c\x2f\x66\xcd\xc1\x03\x86\x7c\xba\x2f\x83\xbb\xae\x0c\xdc\x9d\x3a\xf8\x76\xa2\xf5\x56\x8c\x89\x46\x06\x45\x70\x2d\x6f\x66\xc5\xc7\xbd\xdb\xb6\x48\x39\xf2\x11\x80\xec\x93\xba\x2a\xd4\xde\xed\x60\xa6\xca\xc5\xb9\xac\x07\xec\x8d\xaf\xab\xb7\x77\xeb\x76\xd0\xbd\x7f\xce\xae\xeb\xee\xb7\x64\x1f\x42\x8e\xf9\xdb\x5d\xd6\xcb\x33\xc6\xf7\x7c\x64\x76\x1d\x1c\x37\xd8\xc5\x7d\x31\x80\xd4\x37\x03\x61\x8d\xc0\x77\xfc\x0b\x3e\x9f\xe8\xbb\xe4\xa9\x8a\xb1\x67\xb7\x83\x8e\x52\x48\x84\x81\x7f\xd8\x76\xc5\x09\x78\x95\xe2\x76\xf0\x1d\xd0\x29\xbc\xe6\x23\x4e\xc5\x82\x46\x01\x81\xa2\xc6\x49\xa2\xb5\x2f\xda\xef\x3a\x97\xc7\x4b\x01\xc7\x48\xc9\x3c\x4b\x36\xb6\xa7\x84\x22\x65\xfc\x59\xf8\x96\x75\x60\x10\x56\x00\x08\xce\xce\x97\x00\x85\xf0\xd4\x1e\x3f\xf6\xb0\xdf\x07\x28\x04\x2a\x1f\x1f\x01\x6c\x70\xfb\x47\x0c\x14\xe9\x4b\x7c\x17\x7e\xb0\xea\x40\xb9\xf2\x75\x3b\xfa\x96\x1f\xaa\x1d\x2c\x6a\xb2\xd1\xe6\x77\x6f\x7f\xc2\x32\x23\x18\x7d\x30\xff\xfc\xe4\x9e\x79\xf5\x50\x48\x3f\x5a\x12\x0a\x9b\x88\xc1\xa6\x58\x9a\x31\x25\xac\x46\x28\xf5\x8f\xb8\x12\x2f\x43\xb2\xf9\x14\x3b\x1a\xd9\xde\xb7\x3d\x43\x6a\x38\x16\xe4\x6e\x28\x8b\x41\x53\xcd\x45\xa1\xae\x54\x41\xcc\xbd\xcf\xa0\x5f\x56\xa2\x06\x4e\xa6\xa4\xa2\xe8\x59\xae\xa9\xa8\xb0\x2f\x37\xdd\x54\xac\x67\x5b\x3a\xc7\xe6\xbe\x3a\x3e\x74\x95\xf4\xc1\xe2\x6e\x16\x69\xe7\xe4\xba\x18\x89\x77\x46\xe2\xcc\x4b\x21\xcd\x90\xac\x4c\x72\x98\x98\xc4\x23\xe8\x60\x6d\xb0\xd2\xa1\xd8\x82\x3c\x17\x5e\x33\x4d\x94\xe1\x8e\x71\x7b\x4a\x17\x79\xd9\xec\x90\xcb\xe9\x4e\xa9\x6e\x1a\x4c\xc6\x6b\xb3\xa3\xe4\x55\xb9\xcb\xfe\xe6\xb4\xc5\x0c\x72\xa6\x6e\x0c\x5d\x81\xd1\x21\xa9\xe6\x1f\x7f\xe0\x8f\x52\xce\xd4\x8f\x29\x01\xc1\xab\x89\xd2\x67\xca\x25\x05\x48\x60\x64\xfd\x11\x00\x7a\xc6\x98\x8f\xcf\x2d\xbe\x2a\xd4\x58\x00\x59\x30\xa3\x7a\xfd\x3f\xf1\xe0\x91\xbc\x35\xee\xd0\x15\x22\x64\x9c\xb3\x27\xdb\x6d\x2b\xcd\x58\x98\x9b\x18\x9a\x37\xcc\xac\xcd\x7e\x7d\x19\x0c\x71\xd9\xae\xb5\xef\xc0\x6c\xcb\x58\x7c\x03\xaf\x73\x4a\x2f\x2e\xf6\xfd\xee\x31\x04\xe9\xc5\x1a\x55\x2e\x68\x8f\xe0\x3b\xbd\x38\x7f\x63\x1f\x31\x31\x0f\x72\xa9\x8e\x9d\x88\x47\x6e\x3f\xe6\x21\xac\xa8\x2d\x24\xb8\x5b\xe0\x26\x62\xf0\x9b\x9b\xca\x37\x7b\x7b\xac\x7c\xbf\x3d\xca\xc6\x6b\x63\xf1\xd6\xb1\xab\x13\xb3\x07\x42\x3c\xe3\xca\x5b\xc2\x89\x86\x4a\x7e\x7c\x64\x23\xcd\xf7\x6e\xed\x80\x77\x42\xab\x26\xaa\x24\x6b\x10\x64\xa1\xd5\x1d\xb0\xd7\xc9\xf1\xef\x9e\x73\x64\x73\xeb\xc4\x33\x7f\xaa\x04\xff\x6d\x90\xe3\xa8\xf2\xd9\x2e\x9b\xa9\xeb\xb2\x75\x49\x68\x85\x1b\x8d\x92\xc6\x6b\x41\xc3\x7e\xc4\x36\x14\x6d\x2d\x47\x17\xd6\x8b\x19\x49\x2a\xe2\xaa\x03\xa6\x90\x80\xfb\x00\x42\x80\xb9\xb2\xfb\x59\x6a\x84\xe7\x2d\x1d\xa0\xed\x3c\xd6\xe5\xc3\x30\x08\xf9\xed\x37\x5f\x37\x14\x65\x6e\x63\xe3\x6c\xb5\x2c\x09\x52\x8b\xdb\xbb\xed\xf5\x06\xe2\x42\xee\x19\xa5\xd6\x03\xed\xb5\x16\xe7\xaa\xb9\x56\x98\x8e\x57\x1b\x0a\x50\x2b\x25\xe6\x15\xa5\x2e\x0c\xeb\x2d\x62\x96\xdd\x42\xce\x85\x2a\xb1\xc6\xd5\xa5\x6c\x84\x34\xe8\x7d\xa2\x76\x26\x92\xb2\x59\xca\x29\x25\x48\x15\x85\x6a\xc4\xd9\x72\xae\xc4\x5e\xbc\xa2\xe0\x56\xb6\x37\x96\xdd\x32\xfa\xbe\x6d\x42\x4a\x7c\x36\x84\xd6\x2d\x30\x36\x63\x6c\xd4\xf3\x8a\xfe\x76\x77\xc5\x01\x26\x2b\xa1\x8a\x5f\x9d\x05\x2a\x49\x4f\xe0\x12\xa2\xeb\x4a\xe4\x0d\xa8\x06\xa0\x76\x00\x0c\x6c\xc9\x19\x5d\xb6\x67\x30\x2d\x83\x00\x50\x8f\x67\x0f\xb8\x75\x13\xee\xc4\xee\xf3\x2e\x26\x22\xc6\x86\x9d\x97\xa9\x3b\x13\x35\xb9\x13\xc6\x89\x9d\x9d\xc3\x02\xce\x56\x5d\xb1\x3b\x08\x3b\x93\x97\x54\xf3\x3d\xd7\xc2\xa7\x19\x1b\xd9\x2a\xa5\x58\x1d\x2e\x2f\xc5\x3f\x8f\x9e\xb0\xaf\xee\x47\x8b\x39\x52\xa7\x61\xb7\xb9\x6d\x1d\x27\xf9\xa3\xd3\x1c\xb5\xbe\xa2\x3d\x0a\x3e\xe2\x2f\xb6\xd4\x15\x12\xb7\xed\xb8\x93\xbb\x5e\x61\x38\x64\x16\xcd\xf5\x5d\xcb\xb8\xb1\x4a\x4c\x8e\x95\x84\xdc\xee\xb4\x27\x6e\xef\x40\xc3\x27\xb5\x37\x42\x20\x04\x51\x0d\x54\x35\x9b\x37\xcb\xf5\xd4\x99\xe7\x06\x23\xbd\x5d\x67\xca\x62\xcf\xbb\x3f\x18\x98\x4d\x4c\x6d\xe4\x28\xba\xd8\x4f\x4d\xdd\xbf\x47\xdd\xa1\x18\x8b\x0f\x9f\xb6\x39\x3b\x93\x52\x2c\x7f\x8a\x66\x6d\xdb\x58\xf6\x2a\xda\x9b\x75\xb8\xa6\xc4\xdc\x5a\x4c\xd4\x2d\x77\xa6\x04\xdf\xce\xd3\xfc\x77\xd3\xe3\xd3\x7f\x9e\xdf\x0c\xc4\xdd\xb0\xa3\x23\xb2\xbe\xa6\x5c\x60\x52\xcc\xd5\x4e\xd8\xc5\x60\x98\xdc\xb8\x04\xc7\xc5\xb8\xa7\xdb\xae\xa9\xb8\x36\x43\x6b\x48\x49\x1e\x39\x9b\xab\x5d\xb3\xeb\xd9\x16\xb9\x19\x8b\xc1\x9b\xaa\x56\x83\xce\x65\x07\x5f\x26\x9c\x40\xf1\xf0\xc2\xfb\x42\x88\x99\x51\xf0\xb0\x67\xaf\x88\xdc\x4f\x61\xef\x9e\xef\x86\x2d\x22\xbe\x6d\xbb\x1a\xb7\x5e\xc5\x7a\xa0\x67\x89\x59\xde\x72\x98\x7f\xe7\xf0\x75\xc0\x76\x75\xe2\xe9\x58\xad\x8e\xaa\x33\x02\x55\xae\x92\xd8\xef\xb5\x86\x7a\x7c\x10\xa5\x5d\xf2\xca\xf3\xfe\x0e\xee\xb6\x9d\xd1\x29\x52\xcb\xf1\x49\x78\x10\xf4\xca\x38\x40\x24\x66\xda\x01\xf7\x82\xfb\xf5\x17\xb5\x34\x88\x4f\x4e\x26\x3e\x41\x88\x53\x82\x76\x90\x23\x9a\x05\x27\x29\x4e\x7f\x4a\xbb\x04\x3e\x39\xa8\x9a\xfc\xa2\x96\xe4\xa3\x03\xbf\x7f\x8c\x18\x73\x39\x99\x88\xff\xcf\x7d\xf7\x63\x1a\xf2\x68\x85\xd8\x31\x5f\xae\x91\x0e\xf8\xef\x11\x94\xbc\x56\x5b\x6e\x71\x43\x31\x18\x84\x19\x48\xec\xfe\x60\x67\xf6\x97\xd8\x17\x03\xfb\x37\xe8\xcd\x06\xc1\x47\x53\x59\x63\x7b\xae\x9a\x74\x5a\xc9\xae\x41\x03\xc0\xfc\xe0\x17\x31\xe4\x93\x18\x52\xe7\x9f\x46\xff\x51\xe5\xe5\x96\x9d\x6e\x8a\x68\x31\xe3\x5a\xa7\x06\x37\x36\x6b\x31\xe6\x35\xa1\xd1\xd5\x97\xf9\xb4\x79\x4b\x5d\x0f\x45\x55\x9a\x6f\xa8\x82\x71\x5a\x6b\x6b\xb8\xc5\x2e\x90\xa3\x9f\x0e\x08\x92\x70\x77\x9b\x84\x4b\xc7\xb3\xfd\xaa\x95\x98\xe6\x35\x49\xef\x50\xc8\x2c\x9a\x63\x73\xa9\xea\xeb\x5c\x43\xfe\x40\x51\x48\x6a\xc9\x87\x00\x43\x3e\x29\x67\xf8\x4c\x3f\x04\x5d\x89\x7d\xf1\x44\x8c\x43\xf0\x21\x3d\xe1\x8e\x78\xfa\x29\x60\x7e\x7d\x8f\x81\x04\xca\x58\x12\xd7\x62\x64\x3d\x1c\x8e\x4b\x8b\x8a\xcc\x3e\xd6\x0b\x9f\x84\x26\xd2\x58\x1a\xea\xec\x3e\x1f\xb6\x48\xe9\x27\x77\x65\x02\xc8\xdf\x13\xf1\x6a\x82\x95\xe8\x22\x9f\xa8\xad\xa7\xdb\xf1\x0a\xf1\xf9\x93\xa1\xd8\x79\xba\xcd\x26\x44\xe6\x2b\x65\x8d\xb2\x40\x96\xcc\xd9\x0c\xfb\xce\xda\xf9\xfd\x09\x7e\xf3\x3b\xcc\x91\x1d\x1d\x8d\xbb\xed\x8b\x0c\x52\xf8\x5c\xcd\x81\x04\x90\x1a\x70\x86\xc1\x1b\x7f\x70\x01\x6f\x68\xff\xa4\xf5\x8e\x38\xda\x0a\x31\x91\xbb\xbe\xd4\xb4\x43\xf8\x0e\x05\xc4\x04\xaf\xcf\xec\xdd\x7f\xcb\xab\x6b\x86\x29\xfb\xcc\x2d\xb7\x49\x83\x74\x7c\x53\xff\x46\x97\x3c\x7d\x43\x83\x8e\x3f\x3c\xf9\xc4\xb1\xc1\x1b\xf9\x45\x09\xcf\x29\x93\x87\x8e\xf9\x4e\xdd\xe4\xba\xc1\x54\x9c\xc4\x39\x57\xa5\xb2\x3e\x34\x2d\xe7\x1f\x64\xa1\x56\xde\xe7\x1e\x6b\x77\x6a\xdb\xd6\xbf\xfe\xa0\x31\xea\xb9\xff\xe1\xa0\xf6\xee\xfe\xc8\x25\xb6\x16\x22\xf4\x6b\xb8\xa8\x94\x46\xa4\xc9\xd0\xe3\x10\x70\xe3\x68\x4d\xdc\x11\x21\x20\xde\xfa\x93\x40\x97\x81\x10\x1c\x5c\xfb\x4f\xff\xe3\xb1\x08\x5c\x9a\x04\x0e\x81\xe7\xff\x7d\x18\xe4\x6e\xc3\x60\x28\x90\x5d\xb2\x35\x7c\x43\x6f\x63\x47\xb1\xa4\xdb\xe6\xb9\xd4\x6a\x83\xf8\xa7\x5e\xc7\xd5\xd0\xdb\xec\x81\x42\x58\x3e\x96\xbb\xbb\xe2\x10\xbc\xbb\x84\x64\x4b\xb2\x31\x40\x94\xf5\x77\xa1\x31\xd9\xb4\x56\x51\x45\x67\xc0\x1d\x58\x7e\x15\x77\x4e\x2f\xce\x9d\x49\x73\x14\x79\xe2\xfb\xee\xad\x26\xc6\x3a\x82\x76\xfb\xd5\x3d\x37\xf7\x0c\xba\x7e\xf6\xf1\x01\xfc\x6b\x3f\x96\xcf\xb7\xc2\x83\x1b\xfa\x33\x19\xf2\xe2\x19\x00\xc9\x7a\x52\xcd\x8d\xe4\x17\x86\xa1\xdc\x6d\xe8\x6c\x6e\x0f\x11\x6c\x81\xe0\xb3\x5f\x47\x1e\xb4\xbb\xec\x15\x3f\x9c\x60\xfb\x4e\xdf\x1d\x1c\xbe\x38\xf9\xed\xfd\xf1\xd1\xd9\x2b\xb1\x27\xfe\xe9\x4f\xed\x26\xac\x9b\x9e\x2d\x8e\xe7\xf1\xdc\x46\xf5\xb4\x03\x80\xaa\x05\xd6\xc2\xcb\x6c\x5d\x26\xb1\x17\xcc\x63\x08\x6a\x06\xb1\x27\x06\xf3\x5a\x69\xab\x0d\x1c\x24\x03\x85\xae\xe9\x7b\xe8\x54\x7c\xcb\x7b\x0d\x23\x85\xb0\xc1\x73\xf1\x44\xec\x5b\x9b\xc3\x33\x3d\x97\x25\xb7\x97\x0e\x66\x7a\x87\xad\x63\x70\x87\x50\xb2\x77\x7b\xcb\xa2\x49\xf2\xb2\xc8\x4b\xb5\x73\x5e\x54\x93\x2f\x83\x21\x4d\xe0\xee\x8e\xec\xfd\xe6\x7f\xef\xc8\x8c\x69\x58\xbc\x72\x51\x14\x3f\xc6\x09\x45\xd7\xc0\x19\x54\x29\xec\x75\xae\x9b\x08\x13\xb0\x37\x6d\x54\x80\x41\xa6\x79\x85\xa5\x3e\xa2\x10\x30\xfb\x2e\x01\x45\xa6\xb7\x21\xfe\x27\xe5\x87\x6d\x9e\x27\xbe\x72\x56\xd9\xd4\x37\x29\x8f\x7e\xef\x29\x3e\xc5\xaa\xec\xc3\x38\xc5\xee\xb0\xa3\x7c\xfb\x06\x71\x78\x71\xc2\xd8\x56\xb6\xd8\x38\x55\x6c\xd4\xb7\x7d\x99\x8a\xac\xb3\x5b\xb8\xc1\xd6\xda\xdc\xb2\xd1\x27\x0b\xbb\x82\xdd\x4c\x4d\xaa\x5a\x36\x55\xad\x77\xaf\x59\x2e\xda\xae\xa4\xa5\xc3\x95\x01\x7e\x29\x0c\xc1\xf2\xf4\xc6\xb0\x84\xaf\x3a\xa3\x01\xf0\x42\x5c\x56\xd7\x07\x45\x91\xc6\x30\xf8\xae\xbf\x03\x4c\xed\x9b\xfc\x1e\x5f\xad\x8e\xb4\x65\x80\xdf\x91\xdd\x1f\x6a\x09\x1f\x14\x45\x9c\x63\xdd\xe5\x3b\x47\xcf\x48\x4a\x31\xbf\x3a\xa5\x7b\xf7\x88\x2c\x58\x80\x35\xf2\xa9\x94\xe1\x57\x14\x37\xf0\xa2\xc4\xfa\xf3\x71\xb5\x2f\x2c\xbe\x93\x6b\xb1\x98\x67\xa8\xec\x3f\x94\x45\x81\x04\x30\x2f\xa1\x62\x9e\x66\x75\x12\xe0\x2b\xc4\xac\x59\x05\x65\xc0\x2e\x65\x79\xa1\x86\x54\x0c\x9e\x1a\x40\x0d\x79\x1a\xb8\x54\x2a\xd3\x54\x71\xb9\x56\x3b\xea\x4a\x16\x0b\x1c\x28\x2e\xf7\x2f\x21\x1d\x79\x2d\xce\x65\x0d\xb5\xc9\x21\xaf\x84\xca\xb0\x30\x9d\xb4\x04\x1b\x47\x40\xc4\xd7\x54\x6e\xfc\x65\xb5\x10\x13\x49\x41\x0f\x50\x9a\x90\x6a\xd3\x57\x68\xe2\x12\x92\x8d\x0e\x9e\x0a\x3f\x29\x21\xaf\xa5\x77\xf9\xcf\xb5\x2d\x72\x28\x4b\xa1\x6e\xe6\xaa\xd4\xf9\x95\x12\xd5\x5c\xd5\x68\x10\x32\xf3\x60\x85\xbe\x8d\x60\xa1\xe7\xb2\xce\xcb\x8b\xb0\x12\x24\x8c\xf7\x2b\x6c\xe7\x98\x7c\x19\x92\x25\x46\xce\xaa\x8b\x8b\x42\xb9\xaa\x4d\x54\x8b\x5a\x37\x86\x73\xa9\xa6\x02\x97\xa0\xb0\x5e\x99\xb6\xb1\x17\x66\xf5\x7c\xb0\x06\x3a\x61\xe0\x37\x16\x5b\xb2\x28\xec\x83\x74\x5d\x9b\x07\x84\xba\x30\x8b\x37\xc5\x14\x18\xa2\xc6\x9c\x59\x23\x72\xf2\x3c\x86\x4d\x4c\x87\x0c\xc7\x90\xa3\x5d\x0e\x63\x4d\xe0\xa2\xbe\xca\x2f\x2e\x55\x2d\xde\xd6\x99\xaa\x85\x23\xf9\x7c\x07\xcc\xd7\xfb\x36\xf7\x71\xbb\xb4\x08\xa0\x2b\xe6\xe3\x02\x15\x65\xdc\x18\x4d\xe5\x2d\x7c\x0d\x06\x5e\xcc\x54\x26\xaa\x3a\x62\x0b\xd9\x80\xda\xa5\x55\x4e\x12\x8b\x67\x7c\x7b\x02\x4e\x36\x7e\xce\x0b\xe6\xd2\x6c\x31\x55\xb8\x2c\x7c\x11\xd2\xa6\x12\x12\xea\xd1\xa1\x17\x0e\xbf\xf0\xee\x44\x46\xa0\x1f\xa3\x3b\xeb\x8a\xfc\xd6\x6a\x0a\xde\x3b\xf8\xb9\xf5\x19\xff\x16\x43\x85\xd0\xe1\x74\xa6\x9a\xcb\x2a\x43\x9e\x77\xee\x5c\x8a\x59\xcc\x89\x63\x7b\x59\x05\x7e\xef\xde\x87\x49\xea\xa7\x89\x75\xf3\x52\xc0\x7e\x4d\x61\xb5\xcb\x2c\x0b\x7c\xb1\x15\x5a\xce\x7c\xad\xb3\x9e\xfa\x96\x3f\x21\x4c\x63\x75\x34\xd3\x0b\xd5\x33\x54\xbe\x60\x37\xcd\xd2\xde\x58\xf2\x06\x8f\x6a\x28\x8c\xc4\xa9\xc2\x3a\x22\x46\x12\x17\xe7\x4b\x77\xea\x7e\xb1\xa9\xd2\x0a\x66\x0e\x6f\xe4\x1c\x4a\xb4\xb8\xe2\xb8\x04\x07\x5a\xd4\x0a\xca\x8a\x42\xa9\x99\x5a\x5e\xb8\xc2\x20\xae\x89\x34\xd4\x61\xc4\x0a\xe4\x78\xfe\xc0\x6c\x69\xc8\x31\xb0\x21\x2f\x91\x63\xf0\xf5\xd0\xcc\xb7\xbb\xd0\xb5\x9c\xd4\x95\xd6\xa8\x04\x31\xe3\x11\xd6\x08\x87\x40\x8e\x83\x0f\x81\x4f\xd8\x10\x30\x26\x9c\x11\x42\xc5\xa4\xaa\x6b\xa5\xe7\x15\x56\xb2\xb4\x8b\x25\x3a\xe2\xab\x3d\x5e\xe4\x1a\x4b\x3b\x37\x95\x1d\xda\x7c\xed\xc2\xba\x94\x0d\x22\xc2\x09\x61\x3d\xdd\xb3\xea\x84\x3e\xdc\x1f\x8b\x5b\x7c\x88\x86\x29\x3a\x70\x37\x1e\xd4\x4a\x2a\xd1\x23\xa9\xcd\x62\xc1\x87\x58\x7b\xd6\xdb\xba\xef\x3e\x7c\x4a\xc1\xa0\xbb\xec\x0c\xdc\xa1\x78\x30\x80\x07\x4e\x3d\xa8\x14\x09\x97\xd7\x6c\x59\x5c\xf5\x21\xd5\x3b\x7c\x61\x36\x2a\xa7\xb8\x1f\x28\x08\xcb\xbb\xf3\x5d\x05\xf3\x83\xfb\x5c\x4d\x51\x21\xe5\x27\xe4\xca\x39\xa2\xa9\x4f\x96\xcb\xf4\xaa\xc2\xc5\x90\x67\x03\x96\xef\xa5\x2b\xe6\x18\x62\x57\xa0\x32\x60\x9f\xcd\xac\x42\x86\xfa\x7e\xc3\x10\x57\x41\x97\x2f\x8e\xee\xb3\x63\x17\x96\x70\x98\x61\x1d\x15\xb9\xdf\x88\x80\x3b\xc2\x61\x3b\x46\x35\x2d\x5f\xaf\x1a\xf9\xc4\x16\x42\x0f\x30\xb0\x8f\x25\xc1\x53\xc4\x03\x89\x6b\xa5\x1f\x2a\x20\xbf\xa5\xd2\x4d\x5e\x5e\x1c\xa9\x39\x2b\xfa\x8b\xe6\xda\x74\x49\x7c\x00\xda\xc8\x05\x94\x6f\x06\xa7\x4f\x16\x3f\x81\x90\x6a\xb0\x3b\x97\xc8\x84\x5b\x69\x91\x44\x9b\x6e\x5b\xb5\x13\x25\x0c\x16\x2c\x60\x2f\x6b\xb3\x56\xff\x02\xf8\x10\xd7\xa3\x7b\x0e\x64\xcf\xfe\xe0\x95\x8c\xab\xb2\xa9\xab\x42\x8b\xcb\xea\x7a\x97\x90\x30\x9c\xca\x8c\x8a\x2d\xb9\x1e\x46\x71\x97\x46\x5a\xdc\x1f\x87\xd2\x63\x6a\xd2\xae\x72\x86\xf5\x4d\x75\x95\xa8\x31\xc1\x3c\xa3\x57\x34\xc4\x15\x7d\x61\x26\x6d\xbf\x4e\x12\x26\x7b\xd4\xae\xb8\x39\x9e\xb2\x82\x84\x5c\xc4\x92\x21\xa7\xe9\x9d\xae\x0c\x7f\xe6\xd9\x36\xd3\x4e\x36\xa2\x50\x52\xa3\xce\x99\xe0\x44\x53\x27\x1e\x0c\x41\xeb\xbf\x98\x63\xb2\xaf\x53\xd3\xf5\x21\xf4\x0c\x15\xe1\x72\x7d\x5a\xcd\x14\x6b\xb0\x56\x65\x42\x6a\x80\xc5\x9c\xe1\x1c\x0c\x1d\x9c\xc3\xbe\x4f\x30\x85\x27\x84\x98\x96\xb8\x86\x8c\xd0\x8c\x67\x66\x41\x39\x99\x0d\x89\x85\xd0\x42\x8a\xb9\xaa\xa7\xa2\x9a\x37\xf9\x2c\xff\xdd\x7b\xed\x00\xaf\x26\xb4\xa1\xe0\xae\xc2\x6b\x5e\x02\xf6\x1a\xbd\xf3\xa5\xaf\xb0\x34\xa7\x56\xef\xe4\x05\xea\x68\x7b\x4a\x48\x27\x39\x9e\x4c\x35\xaa\x9e\xe5\x25\x94\x68\x0b\xcb\x17\xf9\x49\xf3\xb0\xe4\xe9\xa2\x28\x86\x86\x6b\xbb\xca\xeb\x66\x01\x01\x93\xb6\xec\x9e\xf8\xab\x7d\x84\x6c\x3c\x10\x2d\xa8\x8b\x0d\x04\x0a\x3c\x9b\x70\xab\x1c\xfe\x95\xac\x12\x19\x96\x1c\xd5\x58\x03\x0c\x02\xbd\xcc\x2b\x2b\xc5\xd5\x66\x3f\x83\x0a\xc8\xe7\xaa\x54\xd3\xbc\xd1\xa2\x90\xf5\x85\xaa\x69\xd2\x13\x55\xca\x3a\xaf\xb4\x81\x58\xb0\x0b\xdb\x62\x72\x47\x6f\xdf\xd8\x98\x67\x3d\xa9\x95\x2a\x51\x94\x32\x92\x48\xa9\x2e\x20\x4a\xab\x58\x0a\x39\x9d\xaa\x49\x03\x87\x52\xd5\x33\x59\x4e\xe0\xee\xd3\xb0\x7a\x06\x85\xd8\x61\x24\x3d\x62\xe7\xd4\xe1\xd8\x06\x1b\xe0\xf7\xc9\x02\x3d\xc8\x3f\xb6\xf2\x3d\xda\x4e\xec\x3d\x0b\x0b\x18\x9e\xc2\x09\xb8\x5d\x85\x5a\xf7\xd6\xed\xd3\xa1\x54\x00\xd6\x95\x67\xce\xd9\x72\x47\x99\xed\xb4\xf1\x06\x61\x62\x11\x5e\x61\xdd\x15\xa1\x87\xad\xbd\x0a\x4e\x97\xcf\xf4\x42\x35\xa4\x62\x30\x3d\x98\x59\x42\x8f\x96\xfe\x0e\x71\x80\x76\xa9\xcb\x74\xf1\xc0\xfb\x8a\x49\xb1\xb0\x43\x51\xdf\x79\xa6\x4a\x28\xee\x56\x3b\x0f\x7b\x98\x0e\x5f\xc0\x97\x20\xb0\x3b\xec\xe6\x08\x55\x82\xc8\x4d\x07\x3d\x0c\x5b\xc1\xf4\x58\x43\x8b\xf7\x5c\x72\x2e\xab\x2d\x31\x49\x58\x47\xa6\x6e\xc2\x9e\x6d\x69\x41\x5f\x41\x17\xc9\x60\x20\x1b\xc9\xba\x55\x84\x31\xec\xfe\x55\x75\x6d\x88\xc2\xb2\x85\x84\xdc\xb4\xf9\x30\xf1\x9e\x80\x26\xb5\xb3\xef\x5f\x14\x68\x0c\x90\xd3\x42\xa5\x42\x19\xc8\xe6\x93\xcb\xbc\xc8\x6a\xa8\x8a\xdd\xe6\xc2\x6c\x27\x58\xf3\x36\x28\x91\xae\x28\xae\xa2\x9a\x8a\x92\x8f\xc1\xfb\x86\x16\xdd\x85\x6d\x79\xe1\xd6\x83\x46\x3c\x1d\x3d\x19\x3d\x19\xc6\x04\xd7\x5c\x4e\xf4\x2f\x05\x34\x5e\x78\x1a\xc7\x1b\x56\xb5\x12\x55\x19\x6a\x1d\x72\x8d\x04\xb4\xb7\x5e\xff\xb1\x57\x2b\xe0\xee\xf3\x6d\x86\x30\x12\x47\xd1\xc2\xbe\x9d\x3e\xa1\xbf\x73\xdf\x71\x7c\x86\xd0\xb9\x5e\xcc\x66\xb2\x36\xb8\xd9\xa0\x6a\x7d\x59\x5d\x9b\xdd\x95\x45\x11\x2d\x04\x5f\x1c\x14\x45\xff\x68\x5e\xfa\x31\x64\xb6\xc4\x72\xdb\x21\xc4\xb6\x41\x3f\x87\xd2\xd6\x2f\xb0\x75\x4f\xff\x07\xf5\x79\xde\xd4\xb2\x5e\x82\x99\x5a\xd4\x54\x55\xd0\x2a\x10\x6a\xa5\x55\x7d\xe5\x8f\x67\x02\x38\x98\x0f\x64\x3e\x43\x7e\xaf\x1b\xff\x91\x68\x4e\xea\x42\x4c\x16\xb4\xe5\x83\xae\xb6\x7d\xdc\x72\x28\x70\xe9\x46\xce\xe6\x74\xc1\x91\x20\x59\xe9\xd9\xef\x4e\x69\xb8\x90\x5c\x53\x59\xf6\x1c\xc9\xbb\x12\xb2\x96\x39\xf6\xce\x3a\x87\x7e\x89\x53\x60\xbb\x67\xd0\x04\x5b\x91\xec\xa9\x66\xdf\xc2\xec\x85\xbc\x08\x04\x73\x76\x26\x52\x8b\x99\x01\x61\xd8\xd8\xa6\x12\x45\x25\x33\xb3\x3e\x1c\xda\x46\xb6\x62\x63\xb4\x9c\xd8\x5e\xb2\x80\xd4\x92\xba\xce\x66\xce\x60\x43\x81\x6b\xfb\xbc\x58\x24\xd1\x4b\xa9\x6e\x7c\x21\xf0\x60\x90\x0e\x6c\x79\x29\xf5\x9b\xaa\x06\x1f\xab\xee\x6a\xfa\xf7\xa5\x0f\xad\x3a\x82\x5c\xbf\xc1\x70\x50\x8e\x57\xd7\x0a\xd7\xb5\x42\x5d\x46\xa0\x36\xf4\xd5\xff\x0f\x8a\x02\x7a\xef\xbf\xb8\x38\x4d\xe8\xbd\x51\x33\x51\xe4\xb3\xdc\xf1\xce\x96\x7a\x1e\x37\x6a\xf6\xda\xbc\x68\x11\xd0\x90\x58\x3a\x41\xc0\xe9\x43\xaa\x1a\x59\x8b\x68\xda\x96\x1f\x36\x28\xc0\x63\x1b\xc7\x5d\x9c\xc5\x0a\x4d\x64\x8b\x0f\x56\xe9\x34\xed\xf8\xc7\x25\xb0\x48\x96\xab\x98\x53\x3c\x5a\x70\xde\x74\xc4\x41\x95\xdb\x50\xce\x67\x16\x8b\x0d\xfb\x36\xc8\x0b\x96\x3c\x45\xcb\x82\x25\x8c\xcc\x86\xe1\x46\xe1\x86\x8d\x0d\x87\x09\x7b\x9f\x7a\x03\x87\xeb\x9c\x19\x3d\xda\xd7\xd4\xf2\x5a\xad\x82\xfb\x88\xc7\x60\x58\x0a\x00\x94\x94\x47\x2d\x71\x31\x56\x97\xac\x8c\x37\x33\xa1\xf1\xbc\xcf\x54\x60\x93\x0f\x8a\x42\x14\x79\xf9\x25\x35\x23\xda\xd9\xce\x29\xf1\x9d\x7f\xa0\x39\xd1\x89\x24\x26\xd3\x5d\x11\x34\x3e\xa8\xf6\x54\x5e\xc6\x78\xd4\x09\x44\x95\xc8\x2f\xca\xca\xd7\xaf\x86\x2a\xc2\xe6\x2a\x4f\x30\x35\x51\x70\x5c\x51\xe5\xec\xa4\xb9\x6a\x44\x42\x4d\xc0\x6d\x25\xda\xed\x8f\xd3\xdf\xb7\xe6\x9e\xc6\x62\x10\xca\xc0\x11\x82\xb9\x1a\x65\x72\x9a\xa0\x95\xe5\xdc\xe5\x65\x75\xfd\xc2\x7c\xfe\xb3\x55\xa5\x75\x4a\x18\xf7\x39\x41\x43\xdf\x40\x77\xc2\x86\x8c\x55\x29\x0f\x82\xf3\x83\x02\xab\xe4\x9e\xd0\xa5\x55\xbf\xbd\x7b\xfe\x77\xa6\xf8\x3e\x4c\x0a\xea\x60\xc0\x63\x04\x9e\x82\x8b\x49\xa0\x2e\x33\x6f\x08\x24\x72\xaf\x66\x68\xe0\x41\xe6\xb6\x66\x95\xa7\x73\x8c\x31\x7f\x5d\xc9\x2c\x2f\x2f\xd2\x74\xa7\x3d\x2d\x88\x04\x05\x58\x32\xd0\xcf\x11\xbd\xee\x60\x44\x72\xab\x9f\x34\x33\x62\xda\x49\x1c\xd7\xf4\x97\x52\xa2\x9d\xb9\xef\xad\x51\x93\xf8\x0a\xe2\x04\x43\xe2\x02\x2d\x1d\x4e\x8e\xba\x41\x19\x8b\xac\x2d\x28\xea\xf0\xcf\x8e\x03\x2d\x61\xe2\xdb\xb2\xf1\x62\x49\xba\x8b\xd7\x1d\x32\x89\x38\x02\xaf\x20\xbc\x12\xf8\x12\x8c\x19\xb6\x16\x7a\xb0\x7f\xfe\xe8\xc0\x67\x85\xf8\xa4\x89\xd4\x68\xa7\x14\x17\x75\x0e\xd4\xbc\xa9\x95\x82\xbf\x3d\xbb\x78\x58\x15\xa7\x73\x59\xf6\xcd\x40\x96\x96\x79\x1d\x68\x41\xba\x53\x91\xa9\x79\x73\xe9\x46\x22\x8e\x50\x2b\xd0\x91\x9b\x61\x10\xac\x18\x5b\xba\xd9\x3a\x03\xe1\x67\x8d\xee\x4f\x15\x84\x0a\xad\xbf\x0c\x1a\xa9\x16\xf3\x4a\xe7\x14\xff\xbe\xee\x60\xef\x2a\x7d\x5c\x9e\x42\x71\xd6\x07\x58\x0e\x1c\x48\x3c\xc4\x49\x75\x7d\x68\x78\xde\x87\x5f\x50\xd7\x70\x5d\xb0\x4c\xf8\x1a\x3d\xb1\x42\x63\x53\x53\x81\x4b\x40\x79\x51\x90\xf4\x1d\x30\xff\xb9\x16\xb3\x45\xd1\xe4\xf3\x22\xf7\x77\xcf\xc3\x3c\x18\xa2\x14\xfa\x24\x4c\x17\x45\x61\x40\x77\xa2\x6a\x72\x1c\xe8\x54\xb9\x30\x0f\xae\xd4\xde\x90\xfc\xdc\x21\x3b\x6b\x12\xc0\x43\x0d\x77\xaf\x94\xc9\x95\x02\xbf\x6a\x25\x3e\xdb\x6f\x3e\xbb\x84\x09\xe2\xc8\x37\x91\x8d\xb8\x1a\xfd\xe9\x87\xd1\xd3\xf5\x25\x7f\x71\x20\x6a\x35\x55\xb5\x2a\x27\x4a\x38\xed\x25\x79\x05\xe5\x25\x11\x48\x8f\xb8\xcc\xc6\xc6\x96\x93\x15\x7a\xf4\xb3\x40\x3d\x01\xb5\xe9\x2b\x66\x01\xf0\x9b\x54\xe4\x57\xca\xaa\x06\x36\x35\x03\x9c\x91\xd4\x46\xbe\x70\x91\x9c\x9f\x62\x87\x3b\x11\x78\x6f\x4f\x1f\x1f\x59\xe6\xf2\xe3\x23\x64\x2f\x43\x0e\xfe\x75\x5e\x7e\xe9\xea\xb9\x2d\xfb\xf4\xf4\x6b\x36\x7a\x52\xe4\x93\x2f\x2a\x8b\x84\x9f\x53\xab\x26\x49\x93\xbe\x48\xe0\xe9\x1b\xd4\x1f\x29\x8d\x14\x19\x21\x90\x33\x87\x70\xd9\xaf\x18\xeb\xe3\xa3\x2f\x6a\xb9\x98\x7f\x7c\x84\x96\x58\x33\xdc\x34\x67\xfa\xc7\x94\xd0\x15\x4c\xe0\x2f\x6a\xf9\xab\x21\x92\x2c\xa2\xf9\x2f\x6a\x79\x5e\xc9\x3a\xf3\x41\xcd\x36\x9c\x79\x18\xd1\xd4\x4d\xf7\x84\x99\x64\xd6\x12\x41\xbf\xfa\x10\x72\xdd\xc2\x0c\xee\xa4\xe1\xf9\xcf\xb4\x9e\xd5\xc3\x1c\x59\x76\x4b\x5b\x7e\x0f\x87\xf0\xb7\x0f\x63\xb4\xcf\xab\x1b\x18\x16\xb8\xa1\x29\x5f\x65\x64\xe2\x66\x9a\x3d\x94\x8b\xa0\xa3\xbf\xa2\x20\x90\x44\x27\x1b\x70\xd6\xb5\x67\xad\x09\xa3\x78\x65\x37\x3b\x7d\xd1\xe4\x4d\xa1\x62\x63\xea\x99\x79\xb8\xae\x48\xb9\xf1\xd4\x3a\x66\xf6\x1f\x0b\xc2\x57\xa5\x9c\xb5\x66\x44\xce\x28\x9b\xc8\xb8\x02\x59\xfc\x29\x78\xba\x19\x98\xdb\xb5\x07\x41\xa5\xf7\x3a\xc8\xc0\xed\x9f\x01\x43\xb4\xba\x1e\x61\x2f\x2c\x44\xf5\x2e\x4c\xac\x43\xee\x15\x71\xab\x7d\x7b\xad\x12\x69\x06\xc3\x64\x01\x6c\xee\xa7\x4d\x55\x2b\x6d\x8d\xab\x98\x3b\x4c\x3b\x0d\xfa\x3a\x5e\x0d\x98\x4e\xdd\xbb\xf2\xac\xe3\xda\x83\xce\x60\xb1\x85\x37\xed\x05\xd6\xe5\x01\x76\x2f\x21\x0d\x3c\x46\xd3\xbe\x5b\x90\x56\x14\xf5\xbf\xcf\xde\xe5\x93\x2f\xcf\x5a\x1e\x70\x43\x41\x95\x55\x9e\x3f\x17\x8f\xcd\x9c\x3a\x9b\xb9\xc5\x0f\x9e\x8b\xc7\x36\xba\xc4\x2c\xdc\x0a\xf6\x55\x0d\xb6\xb7\x00\x7f\xf8\xeb\x8b\x2b\xee\x57\xc9\x63\x7f\xef\x99\xe5\xd4\x75\x14\x89\x81\x76\x30\xdb\x6b\x4a\xec\xb3\x81\x6b\x0f\xe3\x2f\x48\x31\x1c\xb7\x1f\x4b\x9b\x58\x1f\xbd\xe8\x7e\x74\xb0\xd4\x7e\x72\x0c\x2a\xfb\x39\xd4\xb0\x70\xef\x36\x8d\x83\x39\x9e\x54\xe5\x50\xbc\xac\xca\xc6\xfc\x15\xf9\x2f\x9b\x47\x61\x55\xa0\x56\x66\xef\x4d\x6a\xb1\x18\x1c\xec\xc2\x57\xcc\x8f\x30\xa0\xc5\x3d\x09\x62\x59\xcc\x53\xee\x87\xbc\x41\xca\xf1\xbe\x21\xa2\x44\xe3\x14\xb7\x62\xde\xff\x24\xb5\xea\x0b\x5b\x71\xab\x78\xee\xb2\x26\x4f\xab\xfa\x5a\xd6\xd9\x89\x9a\x46\x19\x4a\x87\x7c\xd5\xcf\xb1\xf0\x04\x65\x2b\xad\xd5\x74\x3b\x11\xa8\x38\xc1\x2a\x6f\x36\x0a\x6e\xd8\x2a\xcd\x32\x74\x85\x81\x16\x5a\xbd\x94\x1a\xce\x4d\x53\xd0\x6c\x10\x8e\xc1\x3b\xbe\x47\x22\xd9\x60\x68\x3b\xad\xbb\x30\x3c\xdc\x8c\xed\xd1\xce\x5e\x38\xa5\x7d\x0f\x56\x63\x68\xd9\x9d\x85\x32\xcb\xaf\x82\x1c\x79\x61\xb2\xc9\x3b\xb3\x59\x7b\xb7\xb5\x9a\xf2\x5c\x51\xcf\xc2\xc1\x6d\xfa\x86\xbd\x8f\x8f\x0e\xf3\x7a\x52\xa8\x93\xbc\xbc\xf8\xf8\xa8\xa3\xdb\x09\x34\xb9\x0b\x72\xdb\x75\x77\x78\xda\xc8\x66\xa1\xb1\x5b\x38\xcf\x99\xac\xbf\x74\xf7\x6d\x5a\xf0\xae\x9f\xed\x66\xf9\x55\x98\x24\x8f\x0a\x59\x38\x80\x1b\x11\xd7\x0d\xe4\x60\x4f\x0c\xdc\x8b\xc1\x8f\x61\x29\xa4\x54\xf5\x32\x88\x6c\x8a\x2b\x42\x0e\x61\xcb\x5f\x52\x36\x0f\x0d\x6d\x3a\x2b\x14\xae\x8c\x5b\x80\x80\xb6\x93\xb3\xd7\x9b\x5e\xf7\xcd\x6f\xf8\xa6\x75\x93\xda\x17\x38\xde\x09\x9b\x2b\x05\xf1\x2a\x24\x25\x31\xcd\x30\x4f\x0a\x02\x02\x7b\xbc\x83\x4f\xe8\xad\x79\x12\xbc\xf4\x5f\x82\xb3\xab\x61\x8c\xce\x95\x98\xc9\x72\x21\x8b\x62\x29\xe4\x1c\x05\x6f\x92\x28\x89\x49\x20\x85\x81\x73\x20\x86\x15\x3b\xd3\xbb\x9a\x7c\x79\x55\xe9\xa6\x35\x8c\x79\x08\x51\x68\xeb\x56\x7f\x0a\x37\x7c\x7b\x1c\xee\xb8\xc5\x35\xf7\x4c\x4d\x64\x11\x14\x39\x9e\x10\x9a\x41\x60\xff\xa9\xba\x41\x6f\x12\xf1\xc7\x1f\x62\xf0\xf4\x5f\xe6\x37\x03\x87\x32\xda\x18\xac\x85\xa4\x5c\x6a\x0e\x59\xa8\xa6\x31\x18\x2e\x28\xe1\x34\x84\x9c\x34\x61\xb9\x29\x97\xb4\x50\x1b\xa0\xdc\x23\xe8\xc4\x52\x64\xdb\x41\xb7\x31\xe6\x8b\xa1\x63\x2b\x09\x33\x34\xd5\xb0\x2b\x7d\x29\x6b\x95\x31\x34\xd0\xae\xd7\xe3\xb3\xe7\xe0\x3e\xd9\x1a\x50\xa4\x1d\x1a\x8b\x81\x3c\xd7\x55\xb1\x68\x5c\xad\xd1\x42\x4d\x9b\xb1\x4b\x0f\xde\x54\x73\xff\x03\x94\x32\x51\x4f\xb6\xa0\x50\xf0\xb0\x51\x37\xcd\x41\x91\x5f\x98\xfe\x27\xca\x30\x18\xb6\x77\xc8\x5e\x05\xb1\x71\xd3\x42\xdd\x88\x79\x8d\x2e\xc6\x1e\x0c\xf1\x62\x41\x80\x73\x5e\x5e\x80\x12\xc2\x8a\x00\x00\x11\x74\xdc\xbc\x14\x76\x2b\xec\x8e\xd7\x72\x0a\xea\x38\x85\x73\x31\xd8\x26\x9f\x2e\x0f\x31\xb8\xa6\xf5\xfa\x4a\xd5\x4d\x3e\x91\x85\x5d\xc8\x2c\xcf\x32\x7b\x0f\xef\xc2\xb8\xc1\x74\x85\xb1\x88\x6a\xf8\x6c\xfd\xa9\x9a\x63\x2c\x7e\x79\x77\x17\x96\x4a\x10\x4c\x8a\xbb\x62\x19\x84\xe8\x48\x9b\xc7\xa5\xa9\x44\xb5\x68\xe6\x8b\x06\xb6\xaa\x5a\x34\x62\x30\xbf\x19\xf8\xce\x7c\x4f\x71\xa1\xae\xd4\x69\x76\x9e\x68\x6a\x43\x9a\x6a\xce\xfb\x63\x30\x05\x9e\xf5\xf9\x55\x50\xbf\x76\xa1\x55\x8d\x04\x82\x15\xb7\xf5\xaf\xbb\x8b\x9f\x9e\xab\x69\x55\x27\xea\x18\x4f\xdc\xb9\x7d\x7c\xf4\xf1\x51\x5c\x02\xb7\x07\xc2\xed\x3f\x80\xed\xc1\xd3\xb0\xc4\x1a\x9c\xa3\xdd\xae\xf6\xab\x73\xa8\x97\x9d\x7e\x87\x37\x27\xfd\x95\x11\x88\x5c\x81\xed\x1f\xc2\x72\xec\xe6\x5f\x35\x97\x93\xbc\x59\x8e\x21\xda\x2c\xf8\xd4\x95\x8a\x5b\xbf\x92\x5c\x58\x99\x54\xd8\x4a\xcd\x31\x4b\x60\xf0\xf9\x1d\xd6\x96\x15\x8f\x87\xa2\xb3\x05\xb8\xa0\x9b\x16\x8f\xb1\xb1\xf9\x03\x9e\x25\xca\x3a\x77\xac\x63\x75\xd5\x59\xcb\xd0\x3d\x7e\xec\x2f\x90\x10\x83\x5c\xef\xd0\x1b\xbe\x63\xc1\xa0\xdd\x15\xaa\xbb\x61\x27\xdc\x57\xc2\xf3\xe9\x22\xaf\x2b\x4f\xa8\xbf\x46\xf6\x46\xd5\xc7\xc3\x69\x75\x14\x77\x8e\xf7\x33\xfd\x64\x9d\x1a\xd9\x9f\x7a\x6b\x05\x12\x5f\x4d\xfc\x48\x0a\xab\xe1\x3b\x9f\xbf\x2d\x26\x47\xec\x78\x13\x45\x71\x69\xd3\x13\xa5\x71\x57\x63\x85\x0d\x8b\x6d\xe3\x46\xb6\xcb\x6d\x6f\x04\x96\xdd\x4b\x08\x4b\x84\xdf\xb5\xf7\x10\x69\x73\x72\x0b\x69\x9f\x36\xda\x41\x07\x8a\xbc\x88\xc7\xea\x6d\xb5\x2d\x3d\x4f\x10\x70\xe4\x31\x45\xb2\x08\x0d\x59\x9a\x7d\x31\xd8\x79\x32\xfa\x61\x7e\x03\xf9\xb5\xe0\x0f\x57\xec\x04\xe9\xa6\xf5\xc0\xa4\xf4\x93\x13\x4c\x26\x6d\x03\x22\x10\x56\x46\xbe\x73\xc4\xbe\x3b\x4f\x6d\x47\xec\x53\x2d\x34\xd4\xde\x2f\x96\xa2\xa8\xae\x41\x37\x22\x4b\x1a\x05\x75\x1f\xb5\x67\x69\x5d\xc7\xeb\xd0\x92\x8e\x42\xda\x3d\x58\xeb\x1e\x50\xf7\xd0\xd5\xd7\xd3\x30\x98\x9c\x73\x2f\x60\x86\x75\xb2\xff\xf5\xc9\x93\x87\xbc\x6a\xbd\x75\xeb\xef\x7f\x0f\x45\xfb\x22\xa1\x6c\x92\x22\x55\x41\x31\xce\x47\xc3\x47\x69\x55\x98\xb3\x5c\x75\x2b\xc2\xd0\xa7\xe3\x7d\xde\x5c\xfe\x45\x51\x78\xf8\x17\xb5\x74\x6a\x50\xf1\x47\xe4\x7c\x1e\x66\xcb\x78\xf1\xfa\xc5\xe1\xd9\xf1\xdb\x5f\x7e\x3b\x7c\x75\xf0\xcb\xcf\x2f\x8c\xf8\x8c\x01\x1d\x46\x40\xec\x68\x7a\x7c\xf6\xe2\xcd\x29\xfb\x00\x4c\x97\x3b\xfe\xb3\x2e\xbd\x5e\xd7\x62\x20\xda\x3d\x4c\xf4\x00\xcb\x00\x6f\x53\x1b\xe3\x4e\x46\xdb\x3d\x02\x21\xb2\xd3\x9a\x07\xdf\xf5\xc7\xbc\xaf\xb1\x85\xae\xc9\xb3\x33\xca\x14\x15\xee\xaa\xcb\xf7\x11\xfa\x89\x0b\xd0\x77\xa6\xcd\x8b\x13\x59\xe2\xe3\x63\x48\xb7\x4b\x59\x77\xcf\x30\xed\x51\x22\x54\x2b\x32\x8a\xec\x8a\xb7\xe7\x4a\xd7\x57\x46\xc4\xb4\x11\xb5\x80\x8f\xb4\x6a\x30\xb4\x07\x03\x39\xb7\x72\x4d\x6e\xc7\x4e\xbd\x3a\x14\x7a\x31\x9f\xd7\x4a\x6b\x6c\xe8\x15\xaf\x54\x00\xc6\x8f\x71\x6c\x2b\x81\xa1\x5f\xa0\x1f\x87\x46\x02\x51\x64\x8b\x02\x05\x61\xee\x1f\x3e\x0d\xc9\x09\xe8\xb0\x50\xb2\x4e\x74\x0d\x5e\x9e\xf8\xe1\xb6\xfb\x88\x0d\x69\xf6\x17\x53\x45\x2c\x83\x85\xd1\x57\x68\xd3\xdf\x62\x61\x0a\xdb\xb1\xcd\x7c\x57\x9c\x28\x99\x71\xeb\x70\x30\x6f\x23\xde\xdb\x57\xe1\x14\xd8\x3b\x95\x1d\x97\x59\x3e\x51\x30\x49\xec\xbe\xdd\x04\xdc\x19\xb6\xb6\x83\x13\xcf\xf5\x89\xd9\x54\xdb\x64\xcb\x48\x80\x41\x6c\xc2\x30\x04\x93\xed\x58\x91\x0e\x6e\xa7\xee\xf3\xed\x50\x2b\x9e\xeb\xbf\xa8\xa5\x7b\x19\x6e\x42\xd8\x0e\xc6\x74\x2d\xf3\x20\xe0\xa4\x3d\xe4\x9b\x2a\x93\xc5\xfe\x56\xeb\xcd\xee\xae\x78\x5f\xe7\x8d\xea\xdc\x4c\xad\x1a\x3e\xdd\x60\xf2\xc9\xc3\xd7\xaa\xe9\x58\xc2\x90\x39\x15\x70\x60\x05\x68\x3a\x28\x27\x97\x55\x1a\x9c\x0c\x1c\x76\x2f\xf6\x2b\x7a\x0d\x0e\x72\x7f\xe5\x49\xde\x6f\x24\x1a\x8b\x0e\x80\x4e\xa2\xd5\xce\x15\x0a\x9b\xc9\x2f\xca\xe0\xbd\x9d\xca\x05\x17\x97\xe8\x5c\x7e\x5e\x2b\xf9\x05\x62\x48\xe1\x56\x47\xe7\x07\x31\x63\x3d\xa7\x68\x9e\x9f\x55\x7f\x51\xcb\xf0\x44\x26\xe6\x12\x9f\xb2\x38\xcc\xe4\x4e\xe1\xc7\xb0\x37\xf1\xe6\x6f\xd2\x01\xec\xf7\x7e\xab\x87\x70\x8f\x57\x77\x48\xeb\x46\x63\x37\x85\xaf\xdb\x85\x62\xe6\x8a\xe8\x82\xb9\x89\xe0\xdb\xee\x1b\x16\x35\xec\xbf\x62\x51\xe3\x8d\xb1\xc2\xea\xb4\x19\xeb\x91\x4b\x5f\x7f\x18\x33\xc3\xb8\x8a\x51\x3e\x3b\x0c\xa9\x42\x7c\x7a\x98\xbf\x59\xb2\x37\xab\x78\x6f\x69\xa8\xd7\x4b\xf1\x06\x4d\xbb\xb3\xbb\x3d\x88\x09\xac\xad\xf2\x5e\xdb\x5e\x45\x19\xd6\x36\x98\x08\x5a\xad\xdc\xb6\xd8\x0a\xd9\xac\x3a\x77\x58\xef\xc4\x96\xed\xb4\x09\xd5\xbc\xc2\x1c\xf9\x4b\x2a\xf8\x12\x66\x56\x83\x8f\x0e\xca\x1c\xbd\xfb\x99\x1a\x36\x78\xce\xc6\x4c\x9a\x41\x68\x6a\x10\xb0\x0f\x6d\xed\x93\x96\x76\xd7\x3c\x7f\xe9\x98\x73\x6d\xdb\x75\xca\x10\xad\x02\xde\x29\x0b\xc9\xb1\x86\x91\xc9\x4b\xc4\x8d\xb6\x16\xd8\xb5\x6c\x16\x52\x8b\xd7\x79\xd9\xb6\x65\x84\x9d\xf9\x94\x02\xbb\xa6\x35\xfc\x4f\x37\xf4\x1d\xa9\x46\xe6\x85\x3e\xa9\xae\x83\xc3\x8e\x1e\xc3\xf9\xab\xa2\x60\x76\x7e\x0f\x8b\xbe\xed\x03\x59\x6c\x7c\x87\xab\xcd\x36\xbe\x2d\x59\x60\x90\xe2\x8c\x45\x5e\x8a\x97\xf2\xbc\xce\x27\xe2\x9f\x47\x4f\x50\x86\x05\x37\x5c\x23\xaf\x0e\x0e\xd1\x78\x3f\x20\x87\x9f\x52\xe7\xba\x51\xe5\x64\x69\x73\x83\x40\x0e\x50\x96\x9c\x61\xf4\xd1\x3b\x7a\x07\xe3\xbe\xce\x75\xb3\xb3\x63\xbb\x43\xfb\x10\xa4\x36\x08\xe7\xb6\x63\x1e\xfa\xd7\x0e\x7a\x93\xed\xdc\x5b\xff\xc1\xa1\xb7\x39\x45\x8d\xb9\xd9\x2a\xdd\x88\x35\x50\x45\xf1\x06\xab\x1c\xd6\xc9\xce\xec\x4b\x6c\x5e\xe4\xba\x31\x87\xfe\x32\xaf\x75\x73\x78\x99\x17\x19\x7e\x04\x6b\x86\x55\x42\xc6\xd4\x1d\x70\x73\xc1\x4f\x72\x4d\x9a\xfc\x5f\x4b\x24\x8f\x86\x87\x1f\xa3\x0a\xb1\xfd\xc2\x7e\xe3\xd9\x0f\xd3\xd0\x3a\x80\xb9\x1e\xcd\x02\xe8\x02\x8d\xbd\x36\x72\x87\x42\x30\x6c\xb3\x93\xea\x1a\xbd\x7f\xb0\x4d\x5d\x5d\xef\xa0\x1b\x1d\x36\x98\xe6\xaa\xc8\x74\x6b\xd5\xf8\xd8\x5a\xd4\xc8\x80\x8d\x77\xd6\xcc\xd0\xa2\x11\xb1\x27\x3e\x3e\xfa\x90\xc9\x46\xee\xe4\x7a\x67\x6a\x5f\xef\x0d\x0c\xe6\x1a\x7c\xfa\xf8\x28\x01\xc4\x2f\x5e\x1e\xfc\xfa\xfa\xec\xb7\xc3\x17\xaf\x5f\xff\x76\x7a\xf6\xef\xaf\x5f\xfc\xf6\xee\xe4\xed\xbb\xd3\x71\xeb\x26\x11\x4c\x9b\x1d\x7d\xad\xa6\xcd\x3b\x99\x65\xe0\xbf\xf1\xf4\x3b\x77\x6a\x27\x06\x25\xb9\x17\xff\xe2\x9e\xbf\xb8\x69\x6a\x19\xbe\xfc\xee\x7b\x67\x1e\xdc\xdd\x15\xa7\xd5\xa2\x9e\x80\x8f\xa9\xcf\x86\x71\x4d\x66\x05\x74\x53\xbf\x94\xb5\x8a\x73\x75\xda\xb9\x9f\xbc\x7d\xff\xdb\xab\x17\xc7\x3f\xbf\x3a\x3b\xf5\x37\xef\xda\x9a\x32\xbe\xa7\xf9\x21\xf0\x9f\xf8\x17\xff\xf4\x1d\x9f\xc2\xa1\xe9\x52\x96\x0d\x06\x62\x68\xbb\xcb\xf8\xcb\x76\x3b\x1a\x8d\x12\x83\x0e\x69\xc4\xbf\x12\xa9\xf7\x5b\xf3\x34\x1a\xba\xd5\xe2\x4f\x9d\x46\xd2\x18\xb5\x71\x73\x69\x0a\x1b\x6e\xb7\x9f\xb7\x72\x65\x22\x7d\xe3\x25\x9e\x3d\x54\xd3\x03\x27\x39\xd3\xef\x8c\xfc\x74\x0e\x23\xb5\xaf\x2c\x97\xd1\x97\xe1\x15\x18\x32\x35\xcc\x79\x75\x63\x60\x29\xee\x82\xb6\xc5\xfe\x8a\xdf\xc6\xd0\xd7\x05\xa9\xd4\x1e\xa3\x85\x31\x49\x9b\x43\x4d\xb6\x62\x08\x99\x8b\x71\xaa\x2b\x6d\xb8\xdd\x36\x5b\xda\x41\xd2\x98\x86\xfa\x7f\xae\x41\xeb\x50\xa9\xd2\xe3\xd7\x06\xfe\x5c\x3d\x6d\xfe\x30\x7c\x74\x24\xeb\x2f\xe1\x93\xff\xbb\x90\x8d\xaa\x4b\x59\x2f\x0f\x8a\xc6\x2f\x06\x27\xce\xe7\x89\xc9\x80\x7e\x02\x4d\xdb\x10\x9c\x93\x5f\x55\x57\xaa\x36\xc8\x0b\xde\xa8\xcc\xd0\x5b\xb0\x0e\xf9\x85\x8e\x42\xab\xd1\x66\xb6\xe8\x6e\x6a\x98\x34\x48\x83\x9e\x8f\xd5\x82\xd9\xdd\xb5\x45\xa9\xe8\xc4\xf0\x07\xe2\xca\x33\x48\x13\x95\xdc\x75\x6a\xf7\x46\x35\x32\x68\x15\x6f\x3d\xb5\xfb\x89\x19\x4d\xec\x81\xc5\x13\x10\xb0\x55\xe1\x34\xcc\x93\xc4\x5c\xd8\x09\xf1\x96\xad\xd9\x24\xe7\x0c\x4d\xf9\x84\x5a\xe0\xe1\x66\x66\xaf\x1a\x31\xa8\xf4\xab\x7f\x42\xb6\xd5\x8a\xc9\xd8\x66\x5d\x13\x49\x4d\x83\xef\x90\x9b\xcc\xea\x2d\x0a\x9a\xae\x39\xad\xae\x4d\x8a\x6f\x82\x9b\x23\x10\x45\xfc\x05\x90\xde\x3f\x25\x68\xb2\x62\x2a\x78\x95\xba\xb7\xc7\x0f\xb5\xe6\x5c\xbd\x53\x00\x55\x68\xa9\xae\x39\xfb\x0e\x2b\xf0\x37\x03\xac\x1f\xdf\xd1\x38\x64\x6f\xb6\x3f\xad\x8d\xf9\xbb\xc0\x23\xe3\xbb\x60\x0c\x7e\x6e\x86\xaa\x7a\x7f\x08\x72\x0d\xa1\x97\xa7\x54\x53\xc9\xf9\x85\x90\x11\x2a\x10\x4b\xb6\xc8\x91\xcf\xa9\xf4\xf3\x52\xab\x66\x2c\x76\xbc\x69\x01\xd5\xfb\x87\xa8\xc7\xe7\x68\xc8\x36\xa8\x16\x4d\x91\x97\x8a\x5a\x84\x86\x87\x4b\x2e\x1c\x99\x01\xc7\xc9\xdd\xa1\xf6\xae\xf8\x3c\x53\xf1\xb7\x28\x1a\xab\x5d\x03\x03\x22\xe6\x19\xc5\xd7\xc3\xcf\x9f\x1d\x60\xd4\x36\x61\x42\xc7\xd5\xfe\x44\xe7\xf0\xf9\xe9\xfc\x46\xe8\xaa\xc8\x33\xf1\x0f\xb7\xb0\xb2\xbb\xcf\xde\x64\x97\x34\x9b\x0c\x1e\x77\x98\x9e\x57\xba\x25\x78\x67\x16\x4a\x1e\xcd\x5f\x02\xd4\xec\x84\x46\x2a\xeb\xae\x11\x3e\xb5\x30\xf4\x24\x78\x1a\xfa\xf6\xe0\x3f\x02\xbe\xf0\xa1\xf7\xad\x18\x44\xdd\x9a\x8d\x39\x33\xd3\xe8\xdd\x95\xd8\x76\xd6\xf2\x3f\x50\x45\x71\x27\x9e\x8b\xd1\x3f\xdc\xa6\xa4\x4a\xf4\xb2\x6c\xb9\x17\x4c\x18\xf8\x31\x5a\x17\xcc\xb0\xdb\x16\xbf\xb6\x1d\xde\x5a\xab\x4c\x7b\xb0\x43\xb6\x0d\x56\xab\xec\xeb\xfe\x17\xbf\xa8\x90\x45\x4c\x5c\x7a\x34\x2b\x10\x54\x92\x56\xc9\x1e\x88\x8d\x50\xd2\x30\xb1\x47\xa9\x2f\x5a\x97\xa2\x7f\xbf\x3a\x66\x2e\x66\xaa\x91\xc0\xc8\xdd\x73\x7b\x03\x17\x07\xb7\xc7\x6d\x2f\x87\x15\x5e\x15\x29\x88\x4a\x38\xa4\x6c\x70\xa4\xed\x63\xed\x19\x6a\x63\xe0\xb5\xff\x20\xed\x70\x06\x80\x8b\x0a\x9d\x0e\x9b\xe9\x57\x4f\x3c\xe5\x11\xb2\xde\x09\x53\xbc\x4f\xe2\x8c\xa3\x9d\x60\x92\x6f\x7a\xc1\x3d\xd0\xe8\x49\xf8\xdf\xd2\x9f\xe6\x81\xf7\x2f\xfd\xab\x75\xe3\x91\xd8\x43\xae\x97\xe0\xa2\x03\xe6\x5a\xe3\xa2\x47\xcc\xc9\xdf\xe8\xc2\xae\x7d\x83\xc2\x53\x0c\xb8\xab\xbf\x8b\xb3\x5b\x35\x2a\xec\xfe\x73\x21\x53\x7e\x60\xf7\x18\x2c\x8d\x25\xd2\x4f\xef\x79\x2d\x4f\x40\x51\xf2\xb7\xb9\x85\x11\x03\xfd\x77\x71\x82\xf7\xdc\x26\xcc\x96\x0f\xfc\x25\xe8\xf8\xcc\x9c\x28\x60\x8a\x62\x0c\xb5\xd3\x3d\xa1\x17\xa3\xbf\x6c\x7f\x53\xea\xb5\x2e\xae\x58\x6b\xd8\x75\x86\x5c\x63\xa7\x37\x73\x4b\xea\x86\x02\xf9\x5f\xc0\x32\x21\x02\x95\x65\x46\x28\xac\x03\x95\xae\xcd\x39\xa5\x24\xb9\x5e\x9f\x23\xfc\xef\xa7\x50\xbb\x21\xcb\xb2\xa2\x53\xea\x92\xab\x82\x6b\x99\xd0\x47\xc7\xe2\x4b\xd2\x2b\x9a\xf6\x74\x51\x6b\xd8\x54\x82\xe0\x41\xcf\xd4\x0c\xcb\x41\x86\x80\xd6\xcc\x68\xac\x59\x5e\x5a\x1d\x29\xaa\x3f\x47\xb1\xf2\xd4\x89\x9f\xe8\xc9\xf5\x24\x21\xd4\x82\xd6\xff\x81\xc6\x99\xa3\xba\x14\x84\x89\x56\xcb\x48\xa7\x1a\x7e\x62\x05\xb3\xcd\xbe\x7a\x0d\xc2\xcf\xe7\x7f\xb8\x0d\x95\x90\xa3\x48\xf7\x7d\x37\xbf\xf9\x9c\x58\x39\x1d\x82\x53\x9f\xaf\x2d\x53\x7b\x61\x3a\x29\xd9\x9a\xd1\x63\xa0\xe8\xaa\x23\x64\xdf\xf7\x7a\xda\x9f\x57\x37\xa7\xf9\xef\xa0\x87\x1e\xe0\x51\xee\x9c\x57\xcc\x23\xbd\x7d\x3e\x75\x74\x30\x2b\x3c\xfd\x41\xd6\x83\xe2\x47\x00\xb2\xd7\xb5\x64\x2f\x7d\x45\xb7\x01\x16\x54\xf1\xaf\x1a\x75\xd3\xbc\xf5\xaf\x55\x51\xe4\x73\x9d\x6b\xb6\xac\x36\x40\xb4\xf5\xef\x71\xeb\x08\x16\x56\x7f\xb0\x29\x18\x74\x23\xc3\xc1\x63\xf1\x9c\xe2\xc3\x63\x14\x34\x93\x37\xef\x31\xbc\x62\xf0\xf4\x49\xe8\xed\x1f\x11\x80\x84\xc1\xe7\xd3\x78\x25\x28\x0d\x43\x85\x4c\x4b\x3d\x9a\x52\xc7\x78\xf0\x0b\xd1\x1c\xfe\xe5\x35\x2c\x81\x9f\x69\x7a\xe5\x7f\xaf\x64\x2b\x8d\xc7\xe9\xce\x51\x3c\xf5\xe3\xc7\x6d\x2c\x16\x19\x14\x60\x07\x98\x97\xf5\xe8\x87\x08\xe9\xde\x2b\xec\x27\xe1\x4e\x30\x9a\xca\x4c\x1d\x97\xdf\x3f\xf1\xda\x97\x2e\xd3\x0c\x59\x78\x46\x18\x3c\x04\xb9\xa4\xdd\x9b\xd0\x48\x03\x2b\x0c\xc8\x50\xdb\x82\xd3\x89\xac\x3a\xf5\x7c\xab\x20\x8a\x1d\x7d\x8f\xf6\x2c\x54\x86\x07\x0a\xa3\x04\xd5\x6e\xa9\xf7\x59\xf3\x90\xa7\x8d\x0c\x06\xc3\x80\x99\x80\x3c\x44\x2a\x2e\xac\x54\x43\xfe\xc7\x6b\xb9\xd4\xa2\xa9\xa9\x70\x81\x41\xf5\x8b\x19\xa4\x63\xa5\x8a\xa1\x94\x88\x08\x4a\x83\x54\x0a\xd3\x6d\x1b\x48\xaa\x95\xd6\xcc\x99\xbd\x37\x04\x4d\x20\xd6\xed\x42\x08\xeb\x20\xe4\x15\x58\xd7\x21\xb7\x50\x8f\xb7\x8a\x14\xac\x0c\xe9\xe2\x71\x7c\x85\x9a\x06\x37\xb3\xd3\x5f\x3c\x92\x4e\xda\x96\xfc\x3b\x61\xb5\xa3\x09\x69\xc5\xef\x64\x5b\x29\x12\xcb\x00\x5d\xaa\xb3\x3e\x60\xea\xd3\x9d\x75\x40\x55\xb7\xf2\xac\x5f\x58\xda\x58\x4e\xeb\x1b\xbf\x47\x60\x6b\x8b\x46\x0f\xab\xb3\x5a\x47\xed\x2a\xd6\x52\x98\x84\x70\x42\xa7\x97\x0a\x3c\x4b\x4d\x65\xdd\x20\x0d\xb3\xf2\x0e\xd7\xa7\x3b\x1b\xb9\xf6\xc0\x63\x0e\x46\x51\x51\xc8\x56\x47\x06\x1f\x9c\x5e\xd6\x79\xf9\x25\x56\xb5\xe3\xbb\x9f\x6b\xc3\x14\x3d\xe9\x95\x90\xe2\xbf\x42\x92\x1d\x5a\x7c\x5c\xa3\x6f\x9c\xed\x1f\xe8\x42\x4b\x84\xf1\xe2\x86\xa7\x8f\x2d\x69\x62\xd8\xa2\x6d\xf4\x84\x85\x66\xa8\xa2\xf8\xb5\x34\x68\x48\x65\x6c\xf5\x84\x97\x4e\x10\xbf\xa5\xb9\x2e\xee\x43\xc2\xd8\xae\xbb\xa0\xef\x77\xf7\xe9\xb9\xe5\xa2\x22\xfe\x3f\xb1\xfe\x04\x3a\xb9\x9f\xcf\x8f\xdb\x97\xeb\x30\x0d\x42\xe1\x2c\x9f\xac\xcb\xab\x80\x1b\x57\x4b\xe4\x18\xfa\xb7\xcc\x8b\x2b\xed\x23\x61\xce\x31\x72\x54\x1c\xe9\x22\xcf\x94\xe1\x71\x0d\xcb\xc1\x3a\xf3\x7e\x59\xc9\x10\x35\xd6\x22\x45\xee\x19\xcb\x1f\xb8\x45\xe1\xbf\x5e\xba\xc5\x23\x7c\x84\x75\x2c\xc1\xf2\x3c\x6e\x26\x5d\xbb\xd0\x9a\xe3\x61\x10\x4a\xd7\xe7\xa3\x12\x4c\x3f\x49\x39\xbd\x6e\xc9\xf1\x0b\x18\x9b\x66\x06\x12\x13\xb3\x64\x8c\x59\x6f\xaa\x39\xf1\x3b\x2e\x99\x82\xb2\x79\xf2\x6d\x4f\x11\xff\xa1\x30\xc9\x9b\x68\x64\x7d\xa1\x1a\xcf\x56\x14\x4a\x5e\x41\x60\xf7\xbc\xb2\xd5\x8f\xaf\xab\x45\x91\x05\x7d\x41\x81\x45\x72\x11\x74\x45\xa8\xce\x95\xc8\x94\xcb\x5d\xd6\x5a\x1a\x08\x54\x1c\x81\xcd\x64\x7d\x91\x97\x67\x2d\x63\x62\x1a\x49\xa5\x0f\xc9\x6c\x01\xbf\x8d\x7d\x76\xcd\xd8\x6c\x19\x9b\x21\xdb\xc6\xca\x96\x51\xd2\xb1\x05\xcc\x45\x49\xec\x5b\x23\xa9\x88\xd8\x05\x3b\x65\xeb\x78\x97\x02\x6b\x7c\x97\x82\x08\xcf\x82\xc4\x5c\x5c\x90\x4c\x40\x37\xb5\x6a\x26\x97\xdd\xd0\x1c\xf8\x05\xa6\xa6\xc0\x1a\xa4\xe6\x91\x66\x06\x52\x7c\x80\x8f\xe8\xe4\xb9\x05\x46\xf6\xf1\x4a\xda\xd1\x39\x68\xdb\x29\x25\x1a\xd5\x46\x13\x32\xe7\xe5\x91\x56\xb3\xfc\xbc\x2a\xb2\x75\x98\xc5\xcd\xe2\x78\x7b\xc4\xc4\xd5\x21\x84\xb8\xec\x37\x8b\xa2\xc9\x0d\x8b\xbe\x16\x8a\xb9\xed\x44\x64\xf5\x4c\x16\x01\x9e\xab\xea\xec\xa7\x5a\xc9\x2f\x86\xd7\x36\xff\xdd\x31\x4f\x62\x66\x9a\xe9\x3f\x26\x45\xbe\x0a\x13\x8e\xc5\x87\x98\x49\xf9\xe4\x54\x53\x77\x6d\x87\xf5\xb6\xaf\x39\x30\x3b\x10\x56\x36\xfc\xd8\xe3\x7a\xde\xe9\xbd\x8e\x3a\x1c\xd2\x63\x06\x2e\xec\x5f\xe7\x9a\x8e\xe9\x51\x86\x5f\xe5\xa2\xde\xe5\x3a\x98\xf6\x0e\xf7\x4e\xe8\xa0\x5e\xae\x85\xba\x52\xf5\xd2\x26\x3c\xc5\x54\xb4\x50\x3e\x17\xca\x6a\x31\x5e\x4e\x00\xe3\x31\x12\xc7\x30\x2e\x06\x39\x43\xaa\xb7\x52\x43\x7a\xd2\x4b\x83\xb5\x21\x39\x36\xba\xbb\x62\xca\xef\xbc\x84\xea\x62\xf3\x42\x4e\xd4\x88\xd7\xde\xe6\xa5\xd4\xa5\x16\x3f\x9f\xbc\xfd\xf5\xdd\x6f\x2f\xfe\xed\xdd\xc1\x2f\x47\xee\x39\x5b\x3d\x4b\xc9\xc6\x4b\xb5\x77\x3b\xd3\xe3\x4d\x4d\xf9\xd3\xb3\x37\x09\x0f\xfa\x15\x05\x9e\xf1\x68\x29\x75\xdf\xda\x55\xa5\x37\x72\xdb\xb7\xce\xb9\x5d\x7e\xf7\x4d\x55\x15\x4d\x3e\xf7\xa9\x89\xce\xfc\x03\xbc\x48\x2d\xcf\xfc\x57\xcc\x09\xbb\xe5\x1a\x8f\x2f\x23\xef\xf8\x63\xdd\x76\x77\x67\x0d\xe9\x35\xb5\xa7\xcc\x7e\x98\x99\x31\xf9\x49\xd0\xc2\xbb\xa9\xbb\x02\x19\xe8\x9c\x4e\x3f\xed\xfb\x20\x1e\xd0\xb4\x90\xfe\x41\xe8\xb6\x7e\x50\x14\xaf\xe0\x86\x72\xef\x75\xf7\xd0\x79\xa7\x2b\x0d\x5a\x80\x43\xc8\x1a\x4e\x2e\xea\xc1\x33\xbf\x7e\x43\x2e\xea\xae\xd5\xc3\xcb\xb8\xd7\xb0\x3f\x7c\x9b\xd5\xd5\xfc\x55\x5e\x36\x98\xc9\x80\x5c\xbe\xda\x7d\x26\x9a\x45\xdf\xcb\x5a\x35\xab\x3f\x77\xad\xc2\xaf\x5f\xe7\xe5\xea\xb1\x5d\x23\xbf\x07\x90\xd2\xb4\x6b\x0f\xe0\xa5\x6f\x8b\x75\x50\xd3\x4d\x21\x7b\x24\xa2\xe1\xbc\x68\x54\x7d\x78\xa9\xae\xea\x34\xa0\x04\x0d\xf0\x9b\x8b\x3a\x9f\xcf\x55\xfd\x93\xac\xad\x42\x3b\xf8\x10\x0f\x6e\xa7\xdd\x8a\xc5\x63\xd0\x05\x49\xce\x8f\xbd\xef\x8a\xe0\xe0\x4d\x3b\xf2\x7e\xbd\x7a\x71\x60\xd0\x16\xba\xcc\x8b\x3d\xf1\xfd\x77\x49\xb7\x77\x4f\x59\x99\xc3\xbb\x4b\xef\x47\xf9\x40\x23\xc9\x6c\xbf\x1d\xac\x70\xb7\xed\x8d\x2e\xa1\x0f\xbc\x4d\x45\xb8\xb6\x7f\x79\xe0\x2f\xee\xbb\x09\x7d\xa5\x93\xde\xe2\x2b\x7d\xa6\x57\x78\x4a\x93\xee\xb8\x6d\x2f\x64\x96\xa0\x84\x72\xd6\x6a\x5a\x63\xc7\xc7\x44\x4e\xa0\x80\x4d\xeb\xb5\x15\xad\x32\x34\xad\x52\x20\x3a\xd9\xe9\xf3\x13\xb1\x8e\x68\x2f\x3a\x9a\x75\xd9\x5d\x82\xe4\x55\x79\x79\xa9\xea\x9c\xb1\x7d\x28\xc6\x8c\xc5\xe0\x89\x7f\x66\xbd\x21\x03\xc0\x74\x6f\xef\x6f\xd7\x5a\x69\xbc\xea\x52\x95\x7a\xc3\x41\x6f\x44\x48\x40\x9c\xdb\x41\x21\x31\x55\xdf\x4e\xbe\x5a\x23\x34\x24\x56\xe0\x04\xd4\xc6\xcb\x2d\x01\x75\x70\x8f\x11\x16\xf8\x97\x8e\x94\x31\x6d\xc2\xfa\xf1\x1d\x5d\x31\x1b\x71\xba\xbd\x35\x62\x38\xbe\xf6\x56\xa6\xe3\x17\x72\xc8\x8f\x53\x2b\xd4\x15\x1f\x76\xde\xb8\xd3\xc5\x79\xe3\x2f\x1d\x3a\xee\xac\xf3\xdd\x59\xfc\x91\x57\x4c\x77\x7f\xd4\x52\x5e\x03\xed\x75\x46\x9b\x28\x01\xd0\x99\x01\xf9\x4e\x27\x75\x47\xd5\x5f\x82\x21\xaa\xcb\xa6\xdf\x52\x83\x36\xb5\x2c\x1d\x5e\xa1\xb7\xe2\xc9\xe8\x9f\x34\x5c\x59\x59\x0f\xba\xc6\xb2\x00\x1e\x10\x05\x84\xf6\xed\xaf\xcf\xa9\x17\x9a\xc5\x92\x22\x7d\x1a\xd1\x25\x2d\x06\xc9\x23\x61\x9f\xac\x48\x78\xd7\x63\xf2\x59\x61\x76\xe9\x47\x62\x21\x5a\xec\x6a\xb3\xc2\x5e\xc4\x31\x3b\x39\x7b\xc7\xb6\xa1\xc8\xc0\x1e\xe7\xb5\xe3\xca\xa5\xc1\xd3\x3f\x85\x2f\x7b\x4c\x80\x09\x88\xa6\x3a\x4b\x81\x39\xb0\xcb\xfb\x45\xf4\x3b\xcd\xf4\xd9\xa5\x1e\xce\xde\x10\xf4\x1a\xf5\xc7\xc4\x94\xbb\xd4\x50\xc4\x74\xa5\x46\xec\xf5\xfd\x5f\x6d\x0d\x60\x98\xbc\x65\x03\x6e\x63\xf9\x36\x9e\x6f\x7d\x94\x24\x03\xbd\x46\x80\x75\x13\x9d\xdd\xae\x0b\xec\x77\xa9\x4f\x7a\x4d\x8f\xab\x4c\x3f\x0f\x91\xb4\x50\xb4\x4c\x1f\xef\x6b\x69\xf8\xf0\x15\x56\x8a\x87\x31\x51\x30\xce\xc2\x4f\xc0\x09\xae\x7e\xf3\x57\x6a\xcc\xe9\x9b\xa4\x56\xbc\x1f\xb7\x25\x95\xe6\x96\x1f\xe3\xcf\x56\x1a\xc6\x7b\xf2\xb3\x8a\xee\xb4\x62\x3d\x60\xdf\x9f\x22\x2d\x7d\x7a\xc7\x9a\x97\x72\xaf\xfb\x37\xb1\x8f\xac\x6c\xb8\xba\x15\x19\x68\x45\x42\xb5\x0b\x24\xae\xad\xd9\xed\xf4\x00\xe8\xc8\xca\x46\xc9\x5f\x53\xea\x27\xc8\xc6\x07\x13\xc7\xec\xbb\x4c\x05\x35\x80\x8a\x31\xba\xa1\xca\x15\x90\x4a\x1d\x2c\x22\xd0\x1d\xb3\x3c\xac\x9f\x8c\x70\xe3\x5c\x7d\xe7\x31\x8b\x14\x0d\x12\xc6\xe1\xc6\xe0\x82\x5d\xcb\x09\x00\xf4\xfd\xfa\xbe\x37\x8e\x38\xd6\x07\x90\x0c\x05\xf3\x12\xac\x70\xb1\xea\x58\xff\x9a\x52\x9f\xe8\xcf\x1c\x5b\xe4\x9a\x0c\x09\x9e\xbb\xa1\x50\xe2\xe4\x7a\xba\xf7\x6c\xc3\x41\xde\xd5\x4a\xeb\x8e\x41\x42\xd7\x5b\xbb\x65\x50\x47\x92\x0d\xda\xa3\x45\x0f\x11\x22\x69\xb2\xba\x2c\x9a\xf0\x9a\xb1\x8f\x56\x4f\xbe\x95\x74\x69\x5a\xcd\x3f\xae\x40\x98\x8e\x9d\x51\xd7\xa8\x2b\x53\x21\x96\x6b\x47\xeb\x05\x99\xb7\x45\xbf\x6b\xa5\xa7\xa2\x6d\x29\x39\x72\xc4\x03\xce\x1d\xd3\xc0\xf3\x36\xbf\x53\x6a\xa5\xa7\x6d\x1c\xf1\xf4\x4f\x6b\x5d\x57\x39\x6d\x52\xd7\xf5\x61\xb2\x34\xc7\x2e\x13\xe9\xf0\x46\x3f\xe5\xb8\x79\x9b\xb9\xe7\x42\xd3\xb0\x83\x1d\x88\x7b\xa7\x04\xcf\xad\xf4\xcd\x31\x7a\x41\xdf\x74\xbb\x21\x49\x19\x6b\x98\xc0\x75\x1b\x7c\xd1\x72\x41\xf0\xcc\xda\x1d\x76\x63\xd8\x9c\x0f\xd1\x51\xac\xec\x56\x24\xe2\x1d\xaa\x9b\xd3\x4b\x99\x01\xd8\x3d\x11\x4f\xc4\x0f\xa0\xc5\xa9\x2f\xce\xe5\xd6\x93\xa1\xa0\xff\x1b\x7d\xbf\xdd\xef\xec\xff\x69\x23\x34\xe9\x55\xcb\xc9\x15\xb6\xaf\xf9\x69\x23\xeb\x86\x81\x9e\xd7\x0c\x89\x9d\x7f\xf1\x92\x49\x02\x41\xbc\x28\xb3\xc4\x77\x4f\x22\x1d\x13\xfa\x0c\xef\xb8\x9b\xc0\xbd\x4a\x43\x1b\x40\x12\xdd\x04\x6d\x52\xe8\x05\x2e\xe5\xb4\xaa\x67\x6f\xeb\x1c\x27\xfe\xc3\x93\x7f\x14\x11\x9c\x05\x32\xb7\xfb\x42\x8c\x9e\x86\x42\xb7\x68\xb3\x47\x4e\x4b\xe3\x3b\xdb\x6f\x01\x47\x18\xb8\x10\xaa\x75\x3a\xa1\xc3\x4d\xc3\xa0\xbd\xaa\x91\x8d\xda\x7a\x92\xa9\x8b\x55\xd0\xe0\x7f\xb4\xf0\x05\xeb\x31\xa8\xa1\x20\xf6\xdd\x08\x3b\xff\x8a\x63\x08\x3f\xe8\xbf\x26\x46\xed\x48\x1f\xeb\x94\xe2\x1d\x82\x99\x6b\x8d\xc0\x66\x68\x0d\x60\x7e\xab\xfe\x0a\x78\xcc\x5e\xfc\x15\xbb\x39\x44\x98\xac\xe5\xe3\xd0\x46\x6a\x7d\x54\x23\xc0\xea\x70\x1f\xbf\xfb\xe1\x87\xa1\xf0\xff\xf3\x84\xed\xc7\x43\xb9\x71\x77\x50\x8f\x87\xf3\xd2\x96\x93\x89\xd2\x20\xb9\xbd\x96\xe7\xaa\x18\xa7\x2d\xd0\xd8\x36\x69\x65\x4a\x5d\xc0\x44\xc3\xfb\x11\xf9\x2b\x57\x44\x3b\x49\x84\x57\x50\xb3\x14\xd1\xb2\x74\xfb\x5f\xdb\x74\xf7\x5f\x5b\x7c\x7c\x57\x01\x81\x00\x49\xfd\x10\xf3\x10\xff\xf4\x7d\x9a\x89\x48\x38\x6b\x39\x2e\x20\x25\x43\x04\x5a\x9c\x54\xca\xfc\x4e\x77\xee\x75\xf3\xa4\xa7\xcc\x7e\xbd\xe7\xe9\xda\xf5\x1f\x67\x2c\xfc\xac\x38\x27\x74\x57\xfa\xee\x5f\xd8\x23\xbc\xca\x3b\x7f\x1a\xfd\xd0\x23\x9a\x75\x79\xdd\xb4\xc4\xa1\x8e\x3a\x03\x1b\x9f\x4d\xf7\x0e\x32\xd3\x67\xdf\x06\xba\x66\x0f\xba\x7f\x0f\xc7\xcd\x7e\xff\x5d\x82\x1d\x5d\x01\x64\x1d\x9b\xbb\xd1\xf6\xd1\xd6\xdd\x27\x20\x2b\xde\x10\x1c\x24\xe1\xb0\x93\xae\x91\x15\x58\xfe\xd6\xa8\x82\x95\xca\x96\xb6\xc2\xff\xc5\x97\xee\x0a\x8c\xb7\x5d\x1e\x21\x89\x0f\xd3\x55\xad\x3a\x33\x41\x42\xf3\x55\x99\x48\xfd\x54\xdb\xd9\x3f\x53\xef\xd2\xde\x24\x1d\xd5\xf9\x36\x49\xe5\xc8\x93\x16\xe6\xfa\x88\x42\x82\xd2\xad\x76\x76\x7c\x0b\xfb\x85\x4b\x04\xd8\xd1\xde\xfb\xa4\x24\x0c\x82\x87\xaf\x5e\x1c\xfe\x05\x8d\x65\xe8\x0a\xb4\x27\xbe\xff\x97\x15\x99\xe4\x82\x9a\x5a\xa9\x74\x72\x89\x3a\x5c\x1d\x5f\x77\x18\xd5\x7d\xbd\x2c\x3b\xfd\xa1\x73\x37\x1f\x06\x49\xe3\x58\xa6\x39\x97\x09\x4e\xe4\x56\x19\x9b\x34\xba\x7f\x8d\xe5\xce\x4f\xd5\x87\xcc\xb4\x72\x02\xc2\xa8\x89\x7b\x12\x18\xa7\x5c\x15\x31\xbb\x42\xb1\x1f\xdd\x8f\xb1\xf3\x90\xdf\x6f\x0f\x31\xf6\x13\x08\xba\x8d\x22\xb3\xf6\xd8\x5e\xfc\xf1\x87\xdb\x43\xf3\x37\xdb\xc5\x3e\x3b\x58\x6c\xff\xf2\xdb\xd7\xad\x85\x8f\x42\x00\x38\xa3\x7f\xc4\x53\xe8\x09\xe1\xe1\xb7\xd5\x32\x72\x53\xed\xf1\x50\xe8\x8b\x54\x4b\x62\x8e\xa8\x80\x43\x27\x19\x7a\x78\xe5\x6a\x9f\x91\xe9\xab\x83\xa7\x02\xc6\x39\x26\xa1\x2d\x4d\x63\x17\x6b\xdd\xa9\xc1\x75\x5a\x8a\x08\xc6\xf6\xc5\x53\x91\xe6\x31\x5b\x05\xbd\x88\xa2\xc6\x48\x67\x95\x52\xb9\x2d\x25\xb7\x29\x29\xc7\x9c\x1f\xba\x9c\x56\xd7\xc8\x94\x3d\xd1\x9a\x0a\x8c\xf2\xc2\x7d\xae\xa8\x2a\xde\xf6\x4a\xab\xb0\xd8\x33\xd0\xd1\x5f\x40\x09\x47\x85\x4f\x23\x07\xc4\x55\x09\xb7\xa3\x96\xe8\xf4\x17\x39\xb0\x6e\x4a\x95\x12\x84\x34\x2c\xd0\x11\x51\x7b\xfb\xae\x45\x2c\xcd\x66\xc6\x18\x1c\x49\x25\x7f\x73\x48\x01\x10\xed\x37\x09\x1a\xdb\xf9\x5a\x73\x77\xde\x6e\x42\x1b\x11\xf3\x15\x5e\xa2\x9b\x14\xcd\xdd\x98\x2f\xb0\x85\x74\xe3\x74\xce\xeb\xd4\xd2\x4d\x6d\xea\x73\x4b\xb3\xd2\xce\x35\x1e\xa1\xdb\x0a\xb9\x84\x84\x1d\xce\x0d\x9f\xf3\xf8\x85\xf0\x8d\xee\x7b\x4c\x30\x32\xb4\x83\x12\x96\x8e\xc6\x8c\xb3\xad\x42\xa4\x46\xf4\x50\x73\xb5\x5f\xe0\x1a\x14\x64\x6e\xb5\xd5\xd4\x23\x68\xa2\xb7\x89\x52\xbf\x60\x36\x9a\x51\xfd\xd1\x5a\xcd\xaa\x2b\x95\x21\x00\x9c\xfb\x02\xe7\xf8\xf5\x68\x34\x8a\x9e\xa5\x18\x03\xeb\x95\x4f\x23\xe3\x74\xda\x35\x7d\x7f\x9b\x4a\xdd\x1c\x25\xdb\x8e\xc5\x6f\xc9\x4e\x02\x12\x6d\x17\x6a\x9b\x88\xbd\xae\xb5\xe3\xe4\xf7\xd3\x28\x67\xab\x6b\xc3\xd2\xeb\xd8\xc6\xce\xc6\xe9\xb7\xbd\x49\x5a\x5b\xa5\x92\x87\x81\xa3\x97\x2b\x97\x1c\xc1\x61\x04\x65\x6d\x70\xec\x00\xa2\x88\xf4\x3b\x78\x4f\x40\xcd\xdd\x76\x94\x32\xa3\x8d\x88\xc6\x69\xfc\xe4\x5d\x8d\xa8\xd8\xd5\x38\x9e\xa8\x87\xd4\x28\x2f\x47\x7e\x65\x7b\x48\xe2\xfc\xad\x41\x96\x5f\x0d\x86\x1c\x08\x87\xe2\xc3\x40\xd6\xb9\xdc\x29\xe4\xb9\x2a\x06\x43\xc1\x7e\x15\x2a\x3b\x5f\xba\x47\x99\xd2\x93\x3a\x3f\x87\x67\x9f\x22\x57\x31\x33\xcf\x93\x0a\xee\x7d\x70\x45\xc5\xde\xde\x5e\x88\xd8\x47\x54\x67\x69\x5f\x0c\x6a\x99\xe5\x15\x28\x2e\x6d\x7c\xda\x20\xe4\xf6\x3c\xda\xd8\xb7\xe5\xa8\x9f\x65\xf9\x95\xe3\x8b\xc2\xab\x73\x67\x9f\xd7\x55\xa1\xf6\x6e\xdd\x9c\xdc\xf3\x7b\xd6\xd6\x0d\xe0\x60\xef\x76\xa2\xf5\x56\x37\xe3\x49\xfc\xdb\xb6\x1b\x14\xb6\x8e\xce\x71\xef\xd6\x9e\xa3\x7b\x0d\x99\xcc\xdd\x96\xed\x60\xad\x8f\xbd\x5b\x83\x43\xc2\x36\x72\xd1\x54\x18\xbf\x98\x67\x7b\x1f\x1f\x45\xc8\xf9\xe3\x23\xc7\x6e\xca\x73\x10\xee\xf7\x6e\x77\x9e\x52\x0f\xae\xd4\xf5\x6d\x7c\xbd\xb7\x52\x50\x69\xe7\xee\x0b\x63\x6f\x8b\xb1\xdd\xff\x7b\xef\x21\x54\x11\x37\x27\x66\x61\xf4\xee\x1e\x9b\x4a\x65\xbb\xb7\x9d\x03\x29\x82\x9f\xc1\x80\xc8\xa9\xd8\x9a\xef\x33\x35\xab\xb6\x22\xdf\xea\x7d\xe6\x5c\x8d\xe7\xe1\xab\xbf\xfc\xe8\x07\xf3\x85\xcd\xee\x7c\x09\x78\x02\xc8\x67\x38\x0a\x74\xb7\x77\x8b\x35\x96\xe1\xc7\x9d\x70\x47\xcc\x2a\x2f\xab\x2c\x58\x24\xbd\xf1\x4e\x38\x01\xf2\xde\x7d\x6e\x56\x85\xf7\x6a\x6a\xeb\xf7\xa7\x51\xf6\xd6\x64\x0d\x2c\xb2\x9d\x9a\xb9\x9b\x65\xd0\x83\x9f\x2d\x4e\x22\x9c\x42\x27\x49\xb9\xcf\x34\xfc\x51\xd1\x26\x86\x13\x89\x37\x73\xe5\x34\x3b\xca\x55\x58\x68\xb0\x15\x55\x92\x0c\xe2\x3d\xf4\x2c\x58\x6f\x25\xc1\x47\x01\x32\xee\xe2\x83\xe1\x65\x54\x88\xc5\xd5\x60\x89\xbe\x18\xf4\x55\x62\x59\x43\x46\xb0\xd6\xaa\x83\xa2\xf8\xab\x53\xd0\x47\xdc\x27\x77\x62\x09\xf4\x67\x5c\xd7\x15\x95\xd9\x09\xf5\x60\xad\x72\x3b\xac\x0a\xc7\x6b\xb9\xac\x16\x0d\x30\x68\x02\x9d\xe5\x8e\x6a\x79\xf1\xa2\xcc\x5e\x57\x88\x10\xda\xbd\x9a\xcf\x5a\xfc\xf3\x7d\x25\x02\x71\x7c\xa2\xa6\x58\x5e\x6f\x68\xfe\x0e\x65\x21\xf4\xe6\xb5\xbf\xdf\xd6\xd8\x70\x83\xca\xf9\x67\xa8\x07\x5a\x55\x49\x25\x0e\xfe\x42\xaf\x41\xfb\xc7\x89\x02\x49\xf6\xed\x1c\xc3\xd3\xd7\xdb\x90\x74\x20\x99\x07\x55\x23\xfd\xdf\xa7\x24\x8c\x2b\xea\xb5\xfe\x0e\x27\xd9\x96\xcd\x45\xa3\x20\x7c\x07\x4f\x8a\x0c\x8f\x1d\x3d\x62\x4b\xae\xd3\x4c\x97\xb6\x62\xdb\xd8\x5d\x95\x31\x00\x69\x44\x53\xbb\xdf\x7e\x2b\xb4\x6a\x34\x25\x48\xcc\x4b\xaa\xab\x4a\xe9\x27\x4d\x3f\xe4\x1f\x33\x16\x5b\x51\x5d\xc5\x9e\x4a\x5b\x9b\x4f\xc7\xdc\x3e\xdc\x03\x75\xd3\xa8\x32\xa3\x6b\x3f\x02\x7e\xf7\xa0\x69\xea\xfc\x7c\xd1\x28\xfd\xac\xf5\xd1\xf3\x14\x3c\xb8\xb5\xa1\x2c\x0a\x9b\x6a\x96\xf5\x2a\xbf\xb8\x54\xb5\x78\x0b\x21\xfb\x4e\xf4\xa3\x65\x46\x44\x93\x52\xad\x7f\xfb\xad\x38\x94\x45\x21\x9a\xca\xc8\x28\x57\x79\xa6\xa8\x22\x7d\xfe\xbb\xca\x00\xdf\x62\x54\xa8\x6c\xc4\x75\x5e\x14\xa2\x90\x4b\x55\x8b\xaa\x84\xe4\x00\x94\x15\xe0\xca\x30\x45\x65\x23\xea\x45\xa1\xf4\x88\x86\x43\xf6\x7d\x7f\xdc\x71\x43\x9f\x6d\x16\xd3\xf9\x9c\xcd\xf7\x44\x4d\x5d\x7d\x5c\xb7\xc6\xbc\xd1\xaa\x98\xd2\xd8\xee\xf1\x89\x9a\x9a\x19\x38\x04\x12\x8d\xca\x7b\x45\x34\x87\x09\x36\x77\xc4\x34\xbf\x81\x3c\xc6\x8b\x59\xa9\x45\x55\x93\xbe\x2d\x57\x19\x8d\x50\x38\xa4\x38\x4e\xe3\xca\x68\x7f\xcf\xe5\xe4\x0b\xd4\x44\xba\xbe\x54\xa5\x98\xa0\x4b\x32\x1a\xe1\xc5\xa5\xd4\x54\xa4\xcf\xf6\x6e\xe4\x76\xd3\xe2\x98\xcc\xf2\x58\x98\xd3\xf0\x37\x5b\x13\x8a\x73\x74\x18\xc8\x9a\xee\x7d\xe5\x3b\x03\xc6\xbc\xf6\x5d\xdf\x14\x72\x4d\x11\x16\xf1\xd0\x27\xf8\x34\x39\x64\xa9\xae\xc9\xf9\xdf\x17\xab\x83\xe9\x06\x25\xef\x36\x9c\x86\x65\x88\x27\xb2\x28\x96\x1d\x93\x3a\x58\x34\x55\xdf\xc4\xee\x3d\x0d\x84\x25\x3b\x15\x48\x61\xd1\x1a\xfc\xd0\x3c\x35\xc3\xaa\x2b\xab\x65\x79\x53\x2d\x34\x16\x56\x7d\xf6\xea\xec\xcd\x6b\x12\xcd\x9e\xdb\x89\xb8\x99\x6d\x3c\x89\x52\xa9\x8c\xaa\x08\x55\xd7\x42\xa2\xa3\xd9\x4d\x23\x66\xaa\x5c\xc4\xd3\xc2\x57\x6f\x54\xb9\x48\xee\xc9\xca\xd9\xf6\x4e\xae\xa9\x44\x8d\xfa\x06\x69\x63\x94\x61\xc2\x6c\xae\x01\x2e\x75\x12\x09\xbc\xa3\xcc\x0a\xf8\x1d\x5e\x44\x4e\xbd\x9f\xad\x22\x18\xfc\x7e\xbe\xbf\x54\x90\x18\x04\x32\x99\x21\x4f\x04\x33\x31\xc8\xcb\xbb\x2e\x38\x04\x90\xe0\x9a\xf6\xc7\x69\x6e\x2a\x31\x48\x55\x43\xd6\x12\xd3\x37\x84\xc3\x93\xc7\x10\xf5\x1e\xfa\x1d\xed\xb7\x8a\xa4\x76\x41\x3a\x4e\x9a\x3a\x45\xd1\xd0\x03\x19\xd6\xa7\x64\x13\x34\xa7\x19\x8e\xd4\x7b\xc5\x0d\x0e\x06\xb7\x12\x77\x3e\xaa\x6c\xf2\x3a\xa2\x75\xae\x95\x13\x8b\x3a\xbb\x40\x37\xe8\x5d\x37\x6f\xcc\x26\x80\x02\x7a\xdc\xdb\xcb\xaa\x3e\xb3\xa5\x34\x81\x1b\xd5\xe8\x0f\xb6\x7a\x14\x46\x8d\xad\x70\x80\xd4\x06\x85\x68\x40\xbe\x36\xff\x8b\xc6\xbc\x06\xcd\xa5\xc1\x9a\xed\x19\xb8\xb0\x71\xcb\xc6\xac\x37\xba\x2f\x82\x4a\x00\xdd\xd5\x73\x6e\xaf\x5c\xaa\x5f\x52\x6c\x98\xc3\xa5\x2d\x6a\x01\xa5\x8b\x60\x0f\x40\xf2\xb4\xfd\x94\xc3\x11\x4e\xa9\x46\xfe\xd2\xac\xbb\x22\x1e\xd3\x01\x7a\x8b\xfd\xdc\x1f\xa7\xd9\xd2\xfb\x76\xeb\x23\x96\xf9\x53\xbc\xdb\xef\x58\x84\xa3\xe9\xf8\x0d\x65\x16\x9c\xe7\x37\xaa\xb0\xf9\x7b\x50\x5d\x8a\x59\xf1\x44\x56\xcb\x8b\x0b\x33\x22\x90\x9e\x8b\x5c\x37\xaa\x76\xd7\x80\x12\x13\xbe\x83\xaf\x5f\x56\xb5\x91\x34\xf6\xe3\x7a\xce\xdf\x7e\x2b\xde\x62\x06\x6c\x28\x6f\x6b\x38\x28\x51\xca\x99\xb2\x73\x6f\x49\xfe\xec\xc3\xe3\xa9\x65\x73\xd0\x9e\x6b\xa6\xb7\xd0\x58\x70\xdf\x21\x3a\x64\x80\x3c\x3c\x86\xa8\x2d\xe2\x95\xfb\xd0\x1a\x67\xa7\x19\x2e\x03\x0d\x4a\x80\xd1\x16\x06\x99\x49\xdd\x40\x50\x26\x24\x64\xa4\x8c\x4c\xbe\x50\xa2\xe1\xf5\xe0\xb5\x36\xf3\x1e\x80\x26\x1a\xb3\x2c\x99\xbd\x5d\x3a\xae\xcd\xeb\x68\xbe\x35\x90\x28\x64\xad\x84\x6e\x0c\xeb\xe6\x5a\x9c\x17\x4a\x5c\xe5\x92\x6d\x1d\xa5\x7b\xfc\x56\xfc\x99\x14\x14\x98\xe8\xc3\x08\xad\xf8\x02\x76\x80\xeb\x37\x02\xac\xf7\xa0\xac\x72\xc8\x26\x77\xb1\xd1\xb7\xe1\x5e\x12\x40\xcf\x54\x23\x33\xd9\x48\x36\x69\x04\x65\xed\xc0\xd7\x17\x17\x77\x1f\x7b\x89\x09\x38\xe9\x85\x95\x16\x59\x2f\x0e\x49\x8c\x99\x80\xd5\xd3\x91\x61\x23\x53\x9f\xbf\x49\x16\x80\xbf\xd7\xfe\xb1\xb2\xbe\xa1\x72\x00\xb6\x26\xa8\x85\x8f\x4e\x48\xae\x16\xfe\x95\x33\xea\xac\x28\x85\xbf\xf9\xe1\x61\x69\x86\x5b\x8e\x43\x0c\xbb\x46\x6d\x38\x12\x61\x8f\x7f\xfc\x18\xa7\x06\xd9\x8f\xcb\x97\x23\x8f\xdb\x7a\xdc\x49\x87\xbf\x76\x51\x89\x59\xf2\x55\x05\x2c\x26\xcc\xa5\x02\xe7\xe6\x7f\xdb\x0f\x1e\x62\xe3\x37\x2e\x56\xd6\xbd\x7a\xa8\xe9\xc5\x98\xd8\x5f\x9b\xa4\x5e\xe2\x36\xc5\xdf\x95\x55\x93\x4f\x97\x9c\xa3\xcb\x50\xbf\x63\xa8\x6d\x09\x69\x80\xcc\x64\x08\xc4\x7f\x51\x06\x59\x5e\xe6\x98\x52\x16\x90\xd4\xb5\xc5\x63\x97\xca\x7d\x6a\x64\x9a\x4b\x39\x9f\xab\x52\x65\xc2\xe1\xa3\x49\x55\xd7\x4a\xcf\xab\x12\x30\x77\x91\xeb\xc6\x90\xf7\x6a\xd1\x68\x23\x77\x92\x34\x59\xb8\xc1\x02\x3e\x97\x94\x4e\x86\x2b\x72\x7a\xe0\xac\xae\xe6\x56\x0b\x85\xdc\x5d\x4a\x3b\x35\xc4\x85\x8c\x85\x67\x80\x39\x03\xf5\xd5\xf0\x4f\x7e\x75\x01\x98\x10\x38\xb8\x23\x17\xbb\xbb\xe2\xdf\x04\xd4\x04\x87\x9a\xa1\xf4\x8d\x20\x26\x5c\xd8\xb0\x1a\x48\xba\x04\xe7\x89\x32\xb4\xac\x9b\xb0\x13\x78\xe4\x3b\x82\x64\xbf\x50\xcb\xdd\x71\xe5\x8b\xba\x36\x3d\x9a\x21\x2e\xf3\x12\xb6\x52\x95\x59\xd8\x8b\x2a\xb3\x4d\xfb\xb0\x53\xa6\x19\x9f\xa8\xe9\x58\x30\x31\x02\xba\x3d\x51\x53\x55\xab\x72\x82\x3d\xd9\xaf\x11\x52\x60\x00\xe0\xb7\x40\xd1\x06\x3c\xb1\x11\x73\x54\x76\xcf\x23\x00\xa5\x53\x97\x16\x01\x2c\x07\xff\xb9\xc8\x6b\x95\x3d\x7b\x97\x4f\xbe\x3c\x4b\xd0\x98\xa1\x18\x80\x4e\x64\xf0\xfc\xb9\x78\x6c\x96\xd8\xd3\xd0\x31\x15\x83\xe7\xc2\xb9\xc8\x47\x62\xc9\xa5\x01\x62\xed\xf9\xc0\x88\x7f\x48\x64\x36\x6a\x89\x0e\x51\x9f\x97\x4a\x7c\x7c\xe4\x7b\xfc\xf8\xc8\xf7\x69\xc4\x12\x54\x9f\xb3\xee\xbb\x30\xa8\xef\xfa\x58\xdb\x4b\x7e\xae\xcc\x1d\x0c\xe5\xec\x76\xd8\x74\x47\x37\x07\x35\xca\x31\x44\x5c\x5b\x12\xd2\x4a\x19\xa9\xbd\x50\x12\x02\x72\x6d\xd5\x22\x6c\xd7\xda\xc8\xbf\xdd\x07\xdf\x19\xa2\x77\xac\x0b\xcb\x8a\x75\xee\xfb\xaa\xfc\x3c\x3f\x7a\xeb\xec\xc3\xd1\x4a\x70\xaa\x61\xce\x9a\xa8\x2a\x43\xd2\x81\x7e\x6e\xee\x49\xc8\x68\xfc\xd9\xda\xe3\x54\x26\x7e\xa9\x1a\x60\x61\x39\xcf\xd3\x0e\xda\xe6\x5d\xf3\x88\xea\xfb\x0f\x10\x46\x7c\x7e\x4d\x3f\x14\x06\x19\x4d\x91\x62\x1c\x53\x4f\x29\x24\x2a\xf5\x0a\x62\x9e\x5a\x8b\xf5\x41\x57\xad\x57\x51\x70\x34\x7f\x1f\x85\x3f\xc5\xa7\xe3\x82\x6d\xd8\x8b\x28\xae\x86\xbd\x49\x06\x74\xa4\xde\xb3\xf8\x80\xc4\x6b\xe6\xfc\x9e\x78\xdb\x7e\xd3\x8a\x39\x71\xef\xee\x42\x8f\x6d\xa0\x8b\xb0\x19\xe0\x60\x76\x54\x4d\x16\x40\x99\xd6\xb5\xa4\x7c\x04\x2f\xab\x5a\x5e\x00\x3d\x54\xc5\x9c\xbc\x2a\xdc\xb3\x33\x10\x56\xc2\x67\xc4\x98\x84\x0f\x61\x26\xe1\x23\x52\x72\x05\xfe\x5a\xee\x5a\x6d\x62\x04\x71\xbc\xfd\xae\x63\xc9\xa3\x8e\xac\x11\xfa\xcd\xdb\x5f\x4f\x5f\x1c\xbd\x7d\xff\xcb\x6f\xef\x4e\x8e\xdf\x1c\x9c\xfc\xfb\x6f\x3f\xfd\x7a\x76\xf6\xf6\x17\xc3\x54\x03\xb1\x33\x24\x6e\x66\x38\x0a\x91\x55\xd7\x25\x31\x4b\xd7\x0a\x04\xae\x85\x36\x18\x4c\x5d\x91\x3f\x03\xb8\xff\xa8\xba\x59\x0e\xc5\x13\x31\x53\xb2\xd4\x10\x74\x41\x9a\x82\x60\xc4\x37\x6f\xff\xfa\xa2\x3d\xe2\xd3\x68\x44\x23\x51\xf7\x8e\xa8\xd9\x90\x4f\x53\x43\xa6\x39\x19\x7e\x7a\xef\x64\x2d\x67\x84\x9e\xba\xc4\x9f\xd5\x12\x7b\x60\xd5\x05\x79\x33\x1c\x45\xe4\xb3\x39\x72\x10\x3a\x9e\x00\x0e\x3d\xaf\xf3\x2b\x23\x53\xfc\x86\xac\x65\xa3\xea\xc3\x6a\x51\x36\xc0\xff\x7d\xf8\xa2\x96\x56\xc8\xff\x64\x07\x05\x2c\xcd\xbe\xcb\xf5\x11\xa9\x1c\x42\xe9\x21\xe8\xf8\x48\x36\xbe\xf4\x13\x6c\x2c\x82\xeb\x18\xef\x05\xfe\x10\x7f\x88\x72\x51\x14\x3f\x12\xc5\x28\x72\x55\x32\xee\x8c\x3f\xfd\xf7\xe8\xa9\x91\x49\xcf\x20\xf8\x4f\xd5\xfb\x63\x71\xc4\x7e\xda\x16\xee\x86\x18\xda\x13\xde\x19\xd7\x44\x5e\xf4\x36\xb9\xe3\x13\x74\xcb\xeb\x3e\x3b\xd7\x04\xc3\xdf\xb1\x27\x1f\x45\x17\xed\xae\x8f\x52\xa7\x9d\x49\xcf\x12\x9d\x9a\x2b\xad\xac\x45\x8d\xd8\x6c\x70\xa5\x75\x54\x94\x0d\x0e\xbb\xad\xc7\x0c\x01\x85\xef\x0b\xa9\x9b\xe3\x2c\xd8\x50\x7f\xb6\x65\xde\xe4\xb2\x30\x2c\x4c\x4c\xd2\xe1\x4e\xd5\x8b\x49\x53\xd5\x5b\x73\x00\xe5\x71\x1a\xc2\xb7\xbd\x87\x59\xae\x47\x7e\xbb\xa0\x4c\xb9\x69\x30\xd2\xc1\xae\xd9\x86\x11\x3c\x8a\x3d\x71\x7b\x17\x34\x08\x76\xb5\xfd\x1a\xd7\x05\xe8\xe4\xa3\xf5\xc5\x39\xab\xc4\x4c\x7e\x51\x94\x85\x15\xae\xcb\xe4\x52\xc9\x39\xb0\xd0\xb5\x92\x8d\x1a\x52\xf6\x6c\x59\x14\xd5\xb5\xe1\x95\x66\xf3\x22\x9f\x2e\xcd\xe5\xd7\xd5\x4c\x89\xa2\xba\xc8\x27\x42\x15\x5a\x5d\xff\xff\xd8\x7b\x17\xee\x36\x8e\x24\x5d\xf0\xaf\x24\xbd\x5e\x01\xb0\x40\x50\x9a\x7b\x7b\x77\x06\x12\xc4\xa1\x25\xb9\xcd\xb5\x5e\x47\xa4\xdb\x3d\x2b\xe9\x58\x45\x54\x82\xac\xab\x62\x15\xa6\xaa\x40\x8a\x4d\xf2\xbf\xef\xc9\x88\x7c\x44\xe4\xa3\x00\x90\xb2\xa7\xef\x9e\xe1\x39\xb6\xc8\xac\x7c\x67\x64\x64\x64\x64\xc4\x17\x67\xb2\x31\x86\x6c\x7b\x7b\xa2\xae\xca\x2b\xe1\xe6\x0b\x35\xc4\xc0\x41\x50\xb1\x9b\x55\xb9\x38\x05\xe3\x75\x9d\x7c\x96\x55\x79\x29\x9b\x56\x64\xad\x16\xd4\x27\xb4\xfb\x64\xea\x8d\xa5\x26\xae\x2e\x4e\xff\x72\x75\x52\x16\x73\x43\x0b\xc3\xd1\x14\xe8\xc0\x1a\x96\x2e\xc4\x10\xab\xc1\xd5\x1f\x11\xea\x22\xc9\x13\x5b\xdc\x10\x50\xd8\x42\xbb\x3a\x41\x3b\x36\x6d\xd1\x84\x92\x14\xb9\x99\x8c\xc9\xa6\x66\x64\x36\x76\xdb\x8a\x9c\x45\xd3\xf8\xe9\x34\xb2\x1b\x80\xec\x0a\xb3\x31\xf9\x20\xf5\x5e\x24\x43\xdd\x09\xa6\x2c\x31\x60\x31\x13\x95\xbc\x24\x7d\x84\x59\x1a\x3d\x71\x11\x19\xb4\x61\x60\x3d\x47\x9b\x40\x73\x4c\x0f\x69\x9e\xbd\x3d\x31\x2f\x65\xd6\xc0\xd0\x80\xf7\xe0\x75\x0b\xcf\x0e\x75\xc0\xab\x7f\xe7\xd9\xb2\x5b\x35\xd2\xdd\xf2\x11\xc5\x5d\x14\xfa\xa5\xf7\x44\x8a\x66\x65\xeb\x54\xc3\xc8\xeb\xf9\x88\x79\x76\xd3\xa5\xaa\x2b\xf5\x1d\xd0\x3a\xc6\x62\x00\x4d\xad\x96\x83\xb1\xce\x54\x57\x70\xf9\xfe\x75\x39\x39\x29\xaa\x1c\x47\x35\x06\xfd\xe2\xe8\x49\x6f\x85\xd1\xba\xcc\xa8\xd7\xd7\x79\xeb\x66\x25\x46\xb6\x2a\xb3\x23\x2d\xcd\xc1\xb5\xd7\xcd\x17\x79\x25\x66\xe2\xf3\xf7\xd7\x0f\x1f\xd2\x0d\x7b\xfb\x19\x0c\x7a\x3d\xaa\x79\xc2\x4b\x9b\xbd\x43\xb8\xe6\x5c\xab\x5c\xe0\x8d\x0e\xa4\x99\x69\x28\xdf\xe0\x62\xec\x03\x12\xbc\xcf\x3c\x35\x09\x23\x28\x2b\xa3\xbf\xdb\x0f\x9f\xc4\x4c\x58\xc5\xa6\x10\xa5\xec\x44\x0d\x8a\x10\x2d\x29\x0f\xb5\x06\x04\x74\x23\xbe\x02\x84\x97\x78\x25\xb3\x0b\xb9\x55\x09\x60\x82\x5b\x96\xc8\xb7\xc8\x5f\x2f\xb7\xaa\xfc\xed\xc5\x16\xbd\x01\x0a\x7a\x51\x5f\x56\xae\x44\x5c\x4b\xe4\x0a\x69\x79\x02\xaf\x3d\x54\xa0\x70\x9f\xeb\xe5\xd2\xff\xec\x32\xd0\x63\xe1\x9b\x9d\xaa\x8e\xd7\x78\x84\x69\x42\x9e\x8c\x28\xb8\x2a\x12\x38\x8c\xf7\x75\xb6\x1c\x9b\xe7\xe5\xb1\x58\x41\xa0\x0d\x55\x1c\x15\xb9\x7d\x94\x6e\x79\x11\xeb\x6f\x30\x00\x67\xfd\xec\xb8\x33\x43\x37\x14\xe6\xed\x69\xea\x37\x45\xb2\x00\xd3\xfd\x22\x9d\xd3\xeb\x2d\xe9\x07\x59\x11\x40\xcf\x84\x7d\xee\xd2\x86\xbc\x87\x8e\x39\x90\xa5\x62\xe5\x74\x5a\xa4\x1c\xe5\x86\xb4\xd5\x9b\x1b\x5a\x19\x63\x92\x2a\xab\x99\xe9\x11\x47\x1f\x50\xf2\xfc\x10\x27\x11\x99\x70\xbd\x10\x89\xac\x1e\x63\xe1\x93\xea\x33\x18\xa8\x63\x62\xfe\x46\xee\xa8\xe4\x42\xbb\xd0\xa3\xb1\x5f\x98\xb0\x16\x2c\x6d\x13\x7c\xb0\x8b\x27\x7e\x3c\x26\xc3\xeb\x26\xcb\x55\x7b\x36\xd4\x7f\x8d\x82\x6c\x3e\x6f\x47\x9b\x60\x9d\x9d\x34\x67\x93\x4c\xff\xe9\x01\xa1\x25\x00\xef\xd7\xdb\x70\x61\x62\x2b\xb1\xb7\x27\x0e\x51\xdb\xa9\xa3\x93\x14\x2d\x46\xa4\x83\xd8\xa5\xe2\xb2\x50\xd7\xa8\x25\x17\x82\xca\xa2\xed\x64\x05\x01\x51\x6a\xd1\x35\xd9\xfc\x0b\x14\xd9\x05\x7d\xad\xd4\x2a\x72\x1a\x2c\x8d\x30\x51\x31\x4b\x70\x21\xb6\x74\x20\x1f\x60\x3e\x25\x69\xf1\x5b\xf0\x68\x52\xb4\x3f\xc3\x7c\xe4\x01\x41\x6c\x50\x86\x9f\x70\x7c\x25\x3c\xf1\x55\x09\xfb\x9f\x76\x77\xbd\xac\x4e\x4e\x8b\x65\x07\x6f\x80\x47\x41\xc7\x84\xcf\x46\x86\x20\x1d\x8a\xbd\x1f\xcc\x26\x41\xf5\x9e\x3e\xed\x46\x5e\x9b\xb7\xa9\xe5\x66\x24\x45\x8e\x9e\xcd\xe6\x19\xc9\x7a\xd9\xc0\xbf\xda\xfe\x79\x38\x82\x7b\x35\x4a\xb7\xb0\x1d\x0f\x5f\xfe\xb3\xae\xcd\xc3\x87\xdb\xaf\xcd\xe3\x0d\xd6\x46\x75\xe2\x8f\x59\x9a\x7c\xb3\x85\xe9\x1b\x83\xbd\x1b\xdd\x93\xae\xc2\x0e\xd6\xcb\xff\xfa\xde\xf9\xa4\xe6\x1d\x7f\x13\xec\x67\xb0\x86\xf1\x6c\x41\x69\xcd\xeb\x27\x4a\xfe\x8f\xae\xe7\x9a\x05\x54\x72\xd4\xbd\xb6\xd6\x26\xc3\xc3\x66\x36\x1a\x22\x66\xfd\x86\xc3\x5c\xbb\xb4\xec\xe8\x50\xf9\xc0\xc7\x1a\xe3\x65\x36\xd9\x29\xc6\xb4\x32\x77\xa5\x45\xd1\xc8\x1c\xef\x59\x88\xc4\x6b\x4c\x54\xcf\x8a\x32\x17\x12\xef\xa2\xac\xc6\x93\x15\x68\xef\xe0\x62\x7e\x99\xb1\x77\x32\x08\x09\x8e\x95\x61\x9b\x75\xa3\x43\x68\xd1\xe7\xb9\x58\xa5\xea\x66\x87\x4f\xb9\x2b\xef\x56\x47\x0e\x29\xff\x14\x1e\xd8\xc1\x0d\xc6\x94\xb3\xd2\x89\x8c\x96\x81\x3e\xd9\x32\x70\xea\xad\x2d\x23\xab\x9c\xb4\x92\xaf\xc9\x5f\x2f\x75\xe6\x7a\xb9\xb6\x66\xc0\x94\x1c\x13\xf2\x8d\xde\x03\x3d\xd9\x6d\x03\x11\x41\xe7\x74\x22\x42\x59\xcf\x23\x12\x82\x53\xcf\x46\xa4\x02\x7b\xd1\xb0\x92\x26\x49\x73\x17\xd8\xb1\x48\x09\xab\x9c\xaf\xda\x9b\x30\xa6\xf4\x57\xc0\xc6\xf7\x9b\x84\xf3\x4e\x91\x46\x96\xe7\xa2\xa8\x50\x41\xd0\xd6\x68\x76\x57\x57\xe2\xa7\xa2\x91\x8b\xfa\xab\xa2\x4d\x30\x3f\x55\xd3\x71\x7a\x56\xb7\x96\xe0\x90\x30\x8d\x21\x97\xdf\x41\xb8\x72\x6e\xc6\x38\xb4\x93\xaa\xbe\xa9\xc4\xae\x1a\x9c\x83\xd4\xee\x4e\x53\x33\xce\x00\x6d\x06\x5c\x24\x92\xc7\x54\xe1\xb1\x0d\x3f\x15\xde\xc6\xc7\xbe\x46\x70\x72\x2a\x3b\xab\x41\x1d\x8e\xd6\x71\x1b\xc1\xaf\x22\x8a\xfd\x47\xce\x7c\x7b\x3f\x98\x50\x25\x71\x30\x96\x30\xcb\xa4\x95\xdd\x8b\xac\xcb\x86\x83\x42\x6d\x28\xb5\x0f\x26\x45\xbe\x21\xef\x8b\xee\x1f\xb0\x2d\xb0\x1b\x08\xe7\xb4\x6f\xcf\x01\xb1\xe7\xf5\x65\x05\x65\x2c\x35\xdf\x9d\x03\x90\x5d\x4a\x6f\xc9\xfc\xb6\x63\x2e\xca\x79\xf8\xae\x84\x3f\xde\x4d\x39\x90\xb6\x23\xda\x59\x27\x32\xd1\xe4\xf0\x58\x92\xa5\xec\x64\x4c\xbd\x0b\x15\xf8\x53\xef\x37\xec\xdd\xc3\xf1\x87\x5c\x02\xcd\xe5\xae\x5e\xd8\x4b\x55\x44\x80\xe3\x17\xa9\xc5\xe2\xae\x37\xa9\xa0\x8b\xfd\xb7\x27\xbe\x9e\xb6\xd9\x4d\x8e\x8e\xbe\xa2\x6b\x4e\x90\xfe\x56\x93\x07\x49\x5f\xb1\x9e\x53\xa2\xaf\x60\xe2\x20\xea\x9d\xc7\xd8\x11\xd3\xd7\xb5\x35\x1b\x30\x55\x74\x83\x7d\x78\x8f\x79\x4c\x0a\xfd\x51\x5d\x4c\x7a\x73\xb1\xad\xe5\x2b\x5d\x39\x1e\x50\x44\xdf\x93\xde\xd4\x6a\xb2\x7b\x76\x2d\xfd\x14\xbc\x27\xb0\x21\x59\xc0\xc6\xc8\x3b\xc6\xaa\x72\xef\x0c\xe1\x0b\x03\x7d\x13\xf0\x5e\x3a\x70\x67\x7b\xdc\xac\x87\x81\x38\x45\x5e\x62\x4c\xbd\xe3\x61\xef\x23\xe6\x91\xcc\xae\xec\x30\xa1\x63\xb4\x06\x72\xee\xa8\x8e\x0d\xe2\xda\x9e\xd4\x10\xa4\x86\xae\x23\x39\x9c\x27\x8e\x90\x5c\xa7\x83\x6f\x89\x73\x98\x1d\xa8\x74\x30\xce\xa2\xa4\xf7\x65\x43\x89\x2f\x27\x75\x7e\x85\x79\xf7\xbc\x69\xd0\xcf\x05\x11\x45\x2f\x1f\x6e\xe4\xd8\x76\xef\x5b\xfe\xc5\x5b\x1d\xc1\x64\xa4\x84\x9d\x7f\x91\x57\x8a\x95\xa3\xe7\xd9\xe4\x8b\xbc\x6a\x63\x47\xcf\x68\xc4\x23\x94\xde\x85\x5c\x62\x24\x33\xc1\x05\x9a\x44\x0e\x9d\xe0\x04\x49\x95\x33\xbc\xe5\xbc\xbe\x90\x03\xce\x17\xb6\xae\x03\x19\x7d\x7c\xe3\x71\xe1\x9c\xcf\xed\xc4\xbd\x8c\xfb\xa2\x7a\x93\x15\xad\x24\x57\x31\xfb\x92\x55\xca\x8e\x3c\xa8\x8b\x2f\x55\x7d\x29\x8a\xce\xca\xbd\x08\xe0\x82\xba\x3f\x78\x38\xed\xae\x4a\xe9\x6a\x76\xaf\x6f\x13\x68\x21\xdd\xa1\x49\x70\x90\xd1\xf1\xdd\xa5\x9e\x7a\x39\x60\xe2\x10\xf9\x87\x97\x16\x33\xf7\xd4\xbf\xed\x1e\xe1\xf6\xb6\xb9\x7e\x4c\x8b\xef\x19\xef\xa9\x6d\xed\xde\x59\xff\x3e\xa9\x5f\x12\x95\x10\x8f\x42\xad\xbe\x6a\x29\xe9\x2b\xaf\xe7\x13\xd3\x1f\xcd\x5c\x83\x97\x52\x6f\x1f\xf7\x73\x0b\x32\x72\x58\x73\xb8\x99\x67\xf0\xc8\xaa\x26\xdb\x5c\xf3\x2e\xcf\x8a\x92\xb8\xa6\xc0\x4b\x3a\x44\xa0\x1e\xeb\x7a\xd4\xed\x9e\x50\x5a\x8d\xde\x7a\x75\x99\x9b\x1a\xb2\x2a\x77\x99\xf0\xce\xae\x15\x00\xaa\x2d\xcc\xa4\xeb\x3a\x76\xd7\x4b\x50\x1e\xa0\x98\xa6\xed\x62\xb5\x02\xa0\xae\x92\x0a\x07\x7a\xb9\x8c\xb3\xb8\xd7\xf5\x85\x5c\xcb\xeb\xd7\xac\xa0\x9d\x74\xad\x53\xf0\xcd\x8a\x04\xc4\x93\x6d\x8b\x6a\x2e\x89\x9d\x53\x51\xe1\xdc\xc9\xfc\x54\x8a\x79\xd6\x42\xc4\xd9\xaa\xee\x50\x37\xa6\xa6\xf6\x52\x96\xa5\xc8\x57\x0d\x7a\x15\xe3\xaa\x4c\x48\x5b\x27\xab\x0e\xe6\x51\x5d\x40\xf3\x5a\xb6\xd5\xa0\x13\xed\x6a\x89\xa6\x4a\xdd\x58\xdd\x53\xd5\xbd\x54\x62\xdc\x72\xed\xad\xa2\xe3\xd2\xc2\x62\x17\x9d\x69\x53\xe3\x33\xd8\xda\xcd\x10\x66\x49\x4b\x2b\x23\x00\x88\x19\xce\x12\xa3\x59\x6f\xff\x3d\x78\x60\x2b\xdc\x99\xa5\xab\x1c\xb1\x99\x9c\x67\xd5\x5c\x96\xa1\xd9\x98\x5a\x61\x2d\x02\xc9\xac\x29\xaf\x9c\x43\xe8\x12\xc1\x5e\x8d\x53\x99\x1e\xda\x12\x43\x4d\x6c\xb4\x31\x8c\x70\x95\x7a\xe7\x46\xde\xa3\x0e\xab\xe8\xb1\xee\x1f\x86\x64\x40\xfc\xb3\x79\x35\xc3\x1a\x46\x3e\xb3\xbe\x94\xe0\x6f\x05\x11\x85\x2b\xd9\x76\x32\xa7\x3b\xb0\x55\xa4\xa3\xc6\xfb\xe2\xed\xeb\xb1\x28\x8b\x2f\x52\x64\x62\x51\x97\x60\x12\x5c\x01\xbb\xca\xd0\x50\x65\x22\x0e\x2b\x54\x55\x28\xfa\x1a\xe3\x4c\x5d\xe2\xbe\x03\x07\x7f\xd6\xaa\xaa\xb2\xa8\x2a\xb5\x1b\x71\xc7\x0d\xb1\xd2\xd1\x58\x95\xc1\x78\x2f\x2d\x3f\x2d\xf4\xb6\xc5\x52\x5a\xe3\x31\x11\x3f\xae\x90\xe2\xda\xec\xdc\x1c\x34\x45\x2b\x4e\x56\x27\x27\x25\x1e\x2a\xdd\x99\x64\x2d\xd7\xab\xce\xb5\xda\xd5\xf5\x18\x16\xf9\xd2\x69\x5f\xb4\xbe\x14\x19\x09\x64\xae\x2b\xe3\xcb\x9f\x7d\x01\x9f\xbc\x0b\xd9\xf0\x68\xfb\x47\xf5\x58\x3b\x5d\x14\xda\x59\x22\x6b\x59\xe7\x35\x7d\x64\x5a\xed\x68\xc2\xf6\xa3\xc2\x70\xe2\xcb\x0b\x49\x29\xc6\x64\xe0\x37\x81\xe4\xf9\x25\x1e\x3c\xd8\x30\xa7\x12\x83\x60\xbf\xa8\x7f\xfd\x52\xc6\x4c\xa6\x7d\xae\x3a\xaf\xaf\x28\xfd\x87\xe6\x88\xd6\x10\xdc\xb3\xd2\x4f\x24\xbd\x1d\xfc\x24\x9e\x45\x9f\xb5\xbe\x95\x60\x90\xa8\x2d\xb8\x50\x87\x65\xd2\x2b\xe0\xed\x5c\xf3\x93\xbc\xbc\xc5\x64\x8c\xbe\xd3\x13\xcf\x9e\x6c\xfd\x81\xe9\x1f\x95\x7a\x3b\xd1\x13\x30\x7a\x68\xc1\xd5\xff\xee\xa7\xd6\xc6\xac\x8a\x32\xf0\x3e\x82\x5e\x43\xc3\x4a\x5a\xe9\xec\x9f\x8c\x58\x42\x32\xd9\x80\x26\xfa\x56\xd6\x42\x0d\x45\x25\xc3\xbe\x55\x83\x23\xa6\xae\x44\xe6\xb4\xd8\xb0\x4c\xc0\xfd\xd0\x95\x88\xbc\x6b\x67\xa7\x4a\x5a\xec\x93\x2c\x5e\xd4\x97\xd5\xfd\xd6\x08\x45\x3e\x7d\x9a\xd9\x83\x33\x62\x67\xcd\x0f\xce\xc3\xd3\xaa\x6e\xa4\xc8\x2a\xed\xfd\x2d\xbf\xce\xe5\xb2\x8b\x9c\x90\x93\xfe\x43\x2f\x20\x93\xc4\x91\x15\x08\xdb\xf4\x8e\x66\x0c\x7f\xb5\x9d\x05\xfe\x39\xf6\x33\xfc\x07\xcf\xf0\x1f\x24\x03\x33\x30\xa6\x42\x30\xd5\x62\x5a\x6b\xdf\xa9\xf0\x3e\x52\x7d\xcb\x9f\x7c\xdf\xa4\x9c\xf5\x4e\xb7\xcd\x6a\xb3\xcb\xa6\x67\x37\xa8\x24\x5a\xfa\xc6\x11\xa9\x63\xd4\x77\x3f\x5d\xdf\xaa\xd1\x43\xb2\x66\x81\x27\x6d\xd3\x6e\xc0\x56\xc1\x12\xb7\x87\xac\x88\x3d\x79\x7c\x33\xe7\xb2\x93\xcd\x79\x51\x49\xe6\x66\x89\xa7\xbb\x7b\xa3\xca\x44\x2e\xdb\xb9\xac\xf2\x0c\xad\x88\x60\x5f\x00\xdc\x72\x6c\x33\x9b\x03\x16\x73\xe8\x7b\x96\xa7\xd1\x82\x16\x62\x9f\x46\xd6\xaa\xcd\x0c\x0b\xcf\x82\x21\x2d\x01\x08\xdb\xe4\xef\x09\x6b\xca\xe3\xcb\xe9\x8c\xc0\x65\x53\x45\xad\xd2\x90\x3d\xa9\xd8\x15\x60\xdd\x99\xf5\xf4\xe6\x09\xbb\x65\xeb\x3a\x43\x7b\x66\xcf\x9d\x80\xf0\x8d\x80\x13\x86\x53\xb4\x56\x81\xa6\x9b\xdd\xd9\x71\x8a\xb1\x0c\x74\x65\xf4\xad\x4b\x27\x45\x75\x67\x9a\x0c\x63\xbd\xe5\x82\xf9\x06\xbd\xdd\xdb\x13\xc7\x6f\x5f\xbc\x55\x7c\xe7\x8b\xb4\x6e\xbd\x70\x70\x20\x84\x96\x1a\x4e\x91\xcb\x06\x1d\x6c\x89\x2c\x6b\x05\x82\xac\x22\xd9\xad\xdc\x0c\x02\xfc\x86\x33\xe2\x8c\x0b\xb5\x71\xac\x98\x25\x76\x51\xec\xac\x36\xbc\x53\xec\xa7\xbf\x4d\xbc\x79\x14\xd3\xe0\xa4\x4d\x2c\x4b\xbd\x0c\x96\xa5\x5e\xfa\xcb\x32\xa6\x9d\x77\xcb\x73\xbb\x25\x00\xe0\xe1\xbc\xae\xc6\xe2\xa7\xba\x02\xdc\x05\xcf\x9d\x49\x25\xb1\xdc\xce\xbc\xf9\x39\xc1\xc0\x1a\x33\xef\xae\x83\xf6\xaa\x9a\x6f\x01\x38\xbe\x19\xb2\x38\x02\x34\x41\x81\x96\xe3\xfb\xad\x41\x05\x4c\x45\x51\xdf\x30\xd4\x87\xf1\xf8\x7a\xd7\xd4\x73\xb8\x14\x83\x7f\xdb\x91\xf4\x3d\xd7\xd2\x58\x7e\x2f\x40\x89\x9e\x9d\x04\xf0\x7f\x7d\xb0\x81\x9e\x8f\x80\x57\xd2\x7c\xed\x85\x37\xc7\x29\x4b\x00\x95\xe3\xc7\x54\x3a\xc1\xa1\x5c\x87\xa1\x14\xc9\xf4\x53\x51\x76\xb2\x51\xb4\x63\x72\x6c\x00\xcc\xf7\xe7\x7b\xc5\xdd\x01\x49\x3d\x98\xd2\xe8\xbc\x21\x8a\x3a\x56\x7e\xfc\xfe\xe0\xcd\xd1\xe1\xf1\xe1\xdb\x37\xbf\xbf\xf8\xf5\xfd\x01\xfe\xf2\xfe\xe0\xaf\x62\x26\xfe\xe5\x11\x0e\xe9\xbc\xed\xcf\xfc\xf6\x9d\x98\x89\xc7\x7f\x09\x72\x3f\x7f\x75\x70\x74\xf4\xe6\xe0\xf5\xcb\xdf\x0f\x5e\xbc\xf8\xfd\xf0\xcd\xf1\xcb\xf7\x7f\x3b\x78\x05\x15\xdb\x9c\x26\xaf\x56\x64\xbd\xd5\x0b\x68\x11\xd0\x09\x8a\xee\x34\x42\xe3\xb1\x81\xb7\x88\xe8\x35\xc4\x73\x40\x3b\x33\x47\xa9\x6a\x34\x15\xff\xcf\xd1\xdf\x27\xe6\x90\x44\xe7\x31\xfb\xba\x06\xc6\x8f\x4b\x82\xf9\x6a\xd9\xa1\xaf\x78\x56\x39\x35\x18\x2e\x92\x4d\xd1\x2a\xe2\x7a\x5b\x95\x57\x7e\xd1\xa7\xed\x32\xab\x18\x52\xb0\x03\x05\xf6\x5c\x55\x6f\x9f\x5d\xb3\x4a\xab\xec\x5c\xde\x3e\xdd\x53\x15\x3c\xa3\xad\x9b\x9a\xe3\xd9\x9f\x59\x6c\x61\xe3\xb6\xed\x70\x11\x15\xad\x22\xe8\x0f\x00\x09\x69\x5f\xf6\x42\x5d\x97\x3e\x13\x9e\xf5\x59\xdd\x29\xb6\x73\xf9\xd6\x9e\x8e\x74\xd2\x01\x7f\xd5\x03\x7f\x0c\xc0\xf9\xc9\xfa\x3c\xf3\xdc\x1f\x33\xc5\xb5\xa7\xc8\xbc\xb7\x73\xa0\x53\x62\xae\x45\x52\x46\x2f\xb2\xf7\x72\x01\x18\x70\x2f\x8a\x0b\x03\x03\xa7\xdf\x10\xb9\x57\x64\x53\x2f\x8f\xf0\xdd\x73\xa9\x31\x36\x08\xb7\xe4\xf9\xef\x42\xa8\x31\x57\x3d\x0f\x7b\xd8\x4d\x88\x25\xa5\x76\xb5\x94\x3a\xa3\x91\xbd\xe3\xc7\x9e\x75\x9e\x72\x42\x03\xcc\xa2\xf6\xb2\x82\xa9\x8c\xe4\x59\xe7\x8a\xe5\xbf\x0d\x23\x09\x0d\xbd\xdd\x14\xd7\xa6\xcf\x79\xb4\x79\x14\x44\x0f\x69\x88\x1a\x2b\x5d\xba\xf8\x86\x3c\x96\x29\x0d\x6b\xe0\xe3\x16\x90\x60\x40\xfe\x71\x6a\x4b\xc4\xc2\x1b\x38\xbd\x37\x4c\x81\x8b\x56\x40\x04\xb5\x34\xb2\x1f\xb1\x47\x4b\xe7\x09\x2a\xa7\x53\xbe\x79\x18\x80\x78\x20\x00\xa1\xe1\x23\x6c\xb9\xa9\x9e\xe9\x89\x97\xee\x26\x7a\x5e\x57\x61\x6e\x96\x4a\x16\x85\x22\x1d\xe8\xac\xf3\x40\xe0\xd9\x99\xcd\x42\x31\x68\x92\x87\x51\x88\x34\xde\xc1\x0e\xe1\x54\xe4\xab\x5a\x18\x1d\x86\xc0\xf5\xab\x3d\xaa\x1b\x1d\x4c\xc9\x26\x69\xd8\x67\x96\x86\x47\x3b\x6b\xcd\x20\x40\xd8\x3c\x98\xe0\xb5\xa8\x98\x35\xc9\x63\x92\x12\x74\xe6\x88\xd1\xc6\x6d\x7d\xb1\xc2\xeb\x80\xa2\xdf\x69\xf2\x58\xed\x2d\x58\x2f\x53\x05\xdf\xbe\x33\x24\x3a\xf2\x3c\xed\x18\xe5\xf8\xc4\xc4\x48\x58\x0d\xc9\xf1\xfe\x20\xd4\x86\x95\xb0\xa7\x90\xd3\x6b\xc6\x50\xb6\x13\x9d\x94\x20\x82\xb3\x15\x7e\x33\x83\x4c\x85\xd3\x48\x16\x1c\x7b\x1b\xc9\x7d\x19\xfa\x63\x1b\x59\xd5\xf7\x74\x8b\x42\x89\x61\x59\x79\xc3\xeb\xd9\xcf\x16\x8a\x68\x8b\xe1\x98\x28\x6a\x51\x99\xa6\x77\x1c\x1b\x96\x08\x9c\x2d\xdb\xc3\xaa\x92\x0d\xe2\x74\xb8\x6b\xe2\x1d\x37\x2a\x79\x96\x70\x23\x23\x10\xb0\x50\xdc\x5e\x14\xd5\xee\x73\x6c\xad\x2f\xe7\x88\x51\x63\x36\x9f\xab\xc1\xbc\x90\xf6\x70\xa5\x4a\x46\x1a\xc2\xc3\xee\x4a\x07\x5d\xb9\x1f\x26\x45\xf6\xae\xcb\x06\xe8\x88\x53\x0f\xb2\xde\x6b\x07\x83\x83\x44\x1a\xa3\xec\x85\x54\xed\x66\x60\x2a\x3e\x7f\x7f\x6d\x4e\xb2\xdb\xdd\xef\xaf\x75\xf6\x2f\xf2\xea\x76\x57\x35\xfd\xd9\x6b\x8f\x46\x1e\x99\x3a\x75\xce\x0e\x9b\xc7\xf4\x49\x62\xef\xfb\x67\x59\x7b\x60\x65\x46\x32\x93\x43\xf6\x2a\xb4\xdf\xd7\x3d\x8d\x69\xfb\x99\x16\x08\x27\xca\x29\x5c\xb5\xb0\x69\x1f\xc6\x9e\x3e\x73\x25\x69\x2c\x13\x81\x36\x6c\x33\xda\x18\xfd\xd6\xc8\xc5\xec\x1a\x47\xa1\xc4\x33\xfe\x0d\xe2\x9d\x0c\xb0\x24\x9e\x5f\x03\x96\xe1\x7a\x32\x99\x0c\x77\x3c\xb2\x7f\xf0\x20\x42\x53\x23\x56\x0e\x26\xbf\xad\x9b\xce\x76\xcb\x9e\x2b\xfb\x96\xd6\x4d\xd2\x0b\x54\x28\x2a\xc9\x78\x5f\x0c\x72\xfb\x17\x04\x78\xc9\xec\x5f\x23\x61\xc2\xb7\xb1\xa6\xf6\xf6\x62\xc0\xca\xf0\x2a\x6f\xb6\x59\xa6\x61\xe2\xaa\x5a\xbf\xb5\xe2\xbd\x0f\x59\xa0\xa8\xd4\x46\x6d\xcf\xea\x55\x99\x8b\x13\x69\x5e\x87\x11\xc6\x1d\x30\xed\x68\x6b\x10\x51\xa5\x68\x77\xe1\xb3\xaa\x7d\xe6\xbd\xdd\x45\x26\xeb\xae\xdc\x61\x5f\x0c\x94\xc8\x34\xa0\x64\xf2\x31\xfe\xc8\x26\x12\x17\x9d\x60\xc5\x4d\xff\xed\x23\xcd\xec\x9a\x08\x82\x3c\xeb\xfa\x2c\x20\x31\xcd\xae\xbd\x29\xc0\x78\x78\x1f\xbd\x07\x45\x33\x0b\x59\x39\x5f\x81\x47\x23\x20\x15\xee\x88\x87\x41\x46\x76\xfe\x4f\xd4\x9f\xaf\xe4\xa2\x7b\x87\x31\xf4\x36\xca\xff\xbe\x38\x3d\x4b\x17\x18\x7a\xf2\x89\xe2\x5e\x61\x1d\x2f\xbf\x76\x4d\xc6\x2a\x9a\x8a\x47\xdc\x9d\xf5\x36\x9c\x5a\x16\x6c\xe7\x7a\xa0\x71\xdd\x91\xab\xe0\x1f\x83\xc8\x7a\x74\xf2\x7c\x37\xbd\x87\x9f\xb1\x1d\x49\x9d\x81\x1f\x3c\xf0\x1f\xce\x9f\x72\xd9\x43\x49\x99\x40\x14\x1f\xbf\xfb\x6b\x53\x2c\x97\xb2\xf9\x31\x6b\xfe\xa6\x03\x2e\x7e\xfc\x2e\x41\x35\xa7\x41\x56\x98\x1b\x13\x44\xc7\xfc\xf0\x2d\x7f\xdd\xc3\x48\xbd\x4e\x06\xcf\xdd\x67\x75\xdb\x51\x11\x99\x84\xef\x91\x65\xe9\x22\xca\xf3\x52\x45\xde\x7b\x1e\x18\x86\x1b\x94\x6b\x65\x77\xd0\x14\xd9\x0b\x73\x36\xfc\x78\x35\x65\xf1\xdf\x08\x69\xf1\x3b\x94\x4b\xd6\xb1\x30\xef\xbe\xb3\x23\xa7\xea\xc0\x8f\xf6\xaf\x5f\x16\x1a\x59\x4d\xfd\x65\x86\xa5\x6e\x97\x59\x15\x26\xab\x79\x99\x5d\xa7\xe7\xe5\xf3\x6d\xac\x4c\x9c\x10\x60\xf6\x8b\xce\xdb\xf5\xe6\x07\x8c\x5e\x3c\x06\x0a\x2e\x66\x27\x9a\x7d\x02\x8d\x12\x53\xa9\xcc\x2a\xdc\xc2\xca\xd6\x32\x56\xf3\xf3\xe7\xf1\x57\xf3\x13\x1d\x3c\x1e\x9d\x5e\x67\xf6\xc5\x00\x47\xc8\xea\x8c\x96\x87\x93\x75\xfb\x83\xd5\xfc\xd4\x14\x8d\xdf\x9c\xef\x11\xa0\xfe\x54\x61\x25\x34\x06\xc5\x54\x62\xb4\x00\x1c\xe7\x67\x59\xbb\xac\x97\xab\xa5\xe5\x52\xe1\x84\xcf\xa2\x13\x7e\x96\xc1\xd3\x10\x68\x69\xf7\xc5\xe0\x5c\x56\xab\xf5\xf3\x03\x4d\x22\x30\xbc\xcc\x53\xb4\x70\xaf\x8e\xec\xec\xd8\x73\x40\xcd\xd4\xdb\xa5\xac\xee\x40\x09\xcf\x62\xf9\x50\xf7\xd8\xbf\x0f\x51\x5e\xbd\xed\xd9\x79\x10\xea\x2b\x5a\xbf\x10\xd7\x43\xa2\x47\x50\x19\xa9\xf0\x4c\x55\x0b\xa3\xc8\x21\x41\x3a\xca\x8f\x8b\x78\x5f\x58\x7d\xb7\xee\x4c\xb9\xf6\xba\xe0\x9f\x0f\xee\x67\x14\xf8\xad\xd8\x71\xd4\x91\x1b\xd8\x92\x06\x93\xf3\x3a\x8c\x5a\xd9\x78\x75\xd7\x81\x72\x42\x0d\x7e\xa3\x31\x56\x32\x83\x7b\xec\x2d\x3d\x32\xb1\x96\x8f\xdf\x89\xbd\x67\x89\x01\x5c\xfb\xb2\x2c\x59\x86\xf6\xac\xbe\x54\x89\xaa\xda\xdf\xce\x64\xf5\x6b\xd5\x42\x96\xbe\x15\xe1\x7d\x4d\xad\x5a\x7c\x08\xad\x6e\x2b\x3a\x6f\x42\x2b\xa2\xf8\xc2\x6d\x2a\x93\xab\xb4\x17\xf5\x25\xb0\x35\xf8\xe3\xd7\x25\x8a\xe3\xea\xf7\x41\xa2\xc1\x38\x31\xa4\x48\xe1\x3a\x50\x36\xdd\x6b\xe9\x74\x25\x6e\x18\xbd\xab\x78\x0f\x3e\xe2\x5b\x16\x9a\x9f\x9d\xf0\x26\x9b\xca\x1a\xd1\xa6\x24\xf8\x9d\xb9\xd6\x22\xea\xec\x60\x4a\x55\xaa\xe1\xcf\xdc\x69\xb4\xa7\x44\x73\x90\xce\x1f\x95\xc0\x16\xd0\xab\xe7\x67\xf2\xa2\xa9\x43\x51\xc8\xfc\x98\xa9\x9f\x8a\x81\xce\x0a\xf4\x92\xc8\x7f\x1b\xdb\xdc\x76\x6b\xf3\x64\x1f\x41\xe6\xd6\xfb\x7b\xad\x3e\x78\x9c\x92\x59\x5d\x98\x4a\xfc\xb9\xde\x54\x2d\x60\x5e\xfa\x51\x1d\x9f\x50\x0c\x88\x29\xbc\x5e\xd9\xf6\x9e\x9a\xfd\x10\x53\xec\xdb\xe8\x0b\x2f\x8a\xfc\x75\xbd\xaa\xba\x24\x8c\x1d\xf6\x2e\xe7\xf0\x95\x46\x4f\x81\x1f\xe3\xfe\x80\xfa\x55\x22\xcf\x2d\x32\x61\x56\xe5\x65\x51\x9d\x52\x97\xae\x6d\xf4\x9d\xd1\x8e\x69\x2b\x10\x06\x54\xe2\x2c\xe1\xc0\x73\x58\x9b\x08\x47\xf0\xdd\xe8\x67\x8c\x76\x09\x0f\xf9\x59\x9e\xd3\x10\x9f\x18\xca\xfd\x60\xd1\xc9\xc6\x80\x5d\x8c\x22\x68\x0b\xf0\xfe\x32\x69\x65\x77\x5c\x9c\xcb\x7a\xd5\x0d\x7b\x7d\x74\x93\x3d\xdb\xb6\x77\x55\xfd\x63\xbc\x7f\x84\x82\xdd\x1f\xb7\xe3\xc4\xdb\x6d\x0f\xae\xdc\xfa\x81\x6d\x34\xac\xde\x41\xa1\xdf\xd2\x06\xb3\x7e\xe7\xfa\xd6\xce\x13\x71\x96\x4c\xbf\x86\x3f\x5c\x33\x7d\x11\x14\x47\xbb\xd5\x7e\x2b\xca\xf2\xd7\xea\xbc\x77\xb7\x45\xdf\x26\xe3\xc6\x9b\x5e\xa6\x88\x03\x28\xf3\xe9\x8e\x95\xe1\xf6\x61\x74\xb5\xfd\xca\x7a\xa0\x2b\xd3\x8c\xe5\x57\x40\x8d\x89\x8d\x75\x27\xdd\x27\x8f\xb7\xfc\xb1\x8c\xa7\x7f\xde\x55\x6b\x3b\x1b\x36\xb7\xe1\x92\x04\xbe\x85\x21\x15\x33\xaf\xe7\x3b\x2e\x66\xe8\x27\x1b\x79\xe3\xb9\xa7\x01\x86\x36\xc1\xf0\x1f\xb4\x43\x0b\x1c\x40\x18\xa5\xef\xc7\x8e\x79\x98\x17\x58\x22\x39\x8c\xc5\x64\x02\x12\xbe\x89\xab\x49\x23\xcc\xa7\x1e\xbc\x48\xf9\xfd\xc9\x86\xaf\x5f\xc6\xb8\x82\xd7\x75\x4d\x5b\xd7\xe1\x7b\x9d\x96\x3c\x98\xd0\xf8\x93\xf1\x50\xab\x82\x7e\xae\xdb\xce\x8f\x38\x9c\xb0\x65\x4a\x4e\x51\xca\xba\xc4\x6f\x62\xc2\x74\x5a\xb7\xcf\xc2\x0c\x46\xb9\xc3\x2d\x4d\xc2\x91\xd1\x67\x9e\xd9\x06\x31\x01\xcd\xfe\x0e\x97\x95\xd5\x65\x42\x07\xa6\x9e\xcb\xc1\x5e\x76\x3b\xb9\xd8\x68\x56\xc8\x6e\x4c\xdb\xc6\xc7\x1e\xbc\x46\xbe\xf9\x02\xff\x3c\x94\x17\xa6\xd7\x51\xd6\x91\xaa\x6b\x83\x4a\x22\x33\x7f\x2a\x3b\x17\xe6\x85\x18\xe0\x29\x06\x1a\x18\xe5\x45\x37\x10\xc4\xee\xe9\xb3\x75\x70\x78\x34\xb6\xaf\x16\x02\x46\x07\xfe\x21\x35\xb9\x17\x72\x83\xea\x7a\x0d\x6a\x33\x9e\x09\xa3\xad\x4c\x79\x17\x5c\xd1\x4c\x3f\x9b\xa3\xd0\x10\xe7\xa6\x3b\x3c\x3b\xa0\xa2\x42\x76\xae\x25\x65\xb8\xaf\x14\x26\x08\x92\x9c\x15\x08\x07\x2b\x33\x75\x85\x4f\x84\x35\x6b\x2b\xfe\x5d\x23\xba\x7a\xa0\x44\x0c\x4e\xc1\xee\xd1\x9a\x60\xfb\xf8\x1c\x38\xfd\xa0\x97\xb4\xa8\xee\xdf\x2e\xce\x7e\xd7\xa3\x60\xbc\x3f\x1d\x90\x47\x4e\x2f\x83\xba\xb7\x1f\x98\x6b\xea\x9a\x7c\xee\x3e\xdb\x93\x11\x6c\x9f\xd7\x54\xa4\x96\xd9\x66\x89\xdd\x4b\xac\x49\x57\xdf\x1d\x27\x6a\xd5\x17\x9d\xb6\xb1\x35\x40\xea\xdb\x0f\x9b\x5d\x39\x8c\x31\xfe\x9a\x97\x59\x5f\x5c\xe8\xbf\xd1\xb9\x77\xd6\xd2\x4d\x89\x30\x6f\xab\x9f\x99\xea\xee\x77\xc8\x42\x15\xe9\x6b\x54\x7d\xe6\x29\x82\x94\xd8\xcc\x30\xd1\xe5\xc7\x2b\xbf\xf9\x9b\xde\x5a\x87\x51\xad\x57\x9c\xfa\x46\xe2\xe6\x86\x5f\x4b\x55\x05\x77\x54\x62\x51\xe9\xdf\xaf\x82\x5f\xa0\xf6\x7d\xeb\x22\xa2\x97\xf1\xae\xfb\xfb\x6b\xc8\xdd\xcf\x3f\xed\xdf\x46\x3c\xfb\x34\xb9\x05\x46\x23\xb2\x4f\xd4\x4f\x30\x49\x31\xfd\x54\x74\xc3\x85\x73\xfc\x74\x0f\x08\xc6\xdc\xff\xb5\x66\x20\xba\xdd\x3c\x60\xb3\xa2\x93\xe7\x88\xd1\x3d\x06\x2f\x07\x60\xe7\xfb\x2e\x1a\x72\xab\x63\x30\x1d\x76\xf2\xbc\xc5\x8c\x1f\x3e\x39\x6c\xef\xd0\x3f\xce\x17\x0a\x36\x31\x6a\x02\x8c\x21\xd3\x78\x20\x69\x23\x7b\xc7\xed\xa4\xfa\x7e\x58\x2d\x6a\x92\xdd\x13\xb5\xa9\x64\xbd\xb3\xee\x8e\xff\xdb\x59\x51\x4a\xeb\x62\xf9\xe4\xcf\xbf\x06\x27\xee\xf6\x89\x7e\xf1\x3b\xeb\x26\x17\xd3\x50\xd8\x23\x78\xa6\x74\xed\xbf\xfd\x82\xa2\xe3\xfe\x46\x8b\xb9\xfb\x38\x06\x97\xb3\x6e\x45\x53\x2a\x84\xe8\xe4\x6d\x5b\x55\xcf\x4a\x04\x93\x1a\x1b\x93\x99\x5f\x16\x5d\x31\x3a\xcd\x64\x82\xf7\x7e\x10\xb2\x2d\x8b\xaa\xdb\xd5\x82\xae\x30\x21\xa7\x8a\xba\xda\x23\xbf\xbb\x68\x60\x5c\x39\xd6\xca\x0e\xfa\x8a\xfb\x35\xba\x9d\x92\x19\xc3\x2d\x75\xeb\xf7\x4a\x56\x77\xe9\x94\x11\xcf\x70\x62\xe2\xfd\xe1\x79\x86\xd7\x8e\x17\xd9\x98\x87\xeb\x08\x3b\x78\x99\xfc\x56\x77\x19\x57\x63\xfa\x46\x23\x12\x77\x0e\x57\xb6\xe7\xe6\xe1\x32\x0d\x8d\x2c\x23\x2f\xdc\xae\x97\x17\x29\x3c\xda\xdb\xc8\xcd\x24\xda\xe2\x37\x6a\x2a\x76\x2b\xae\xeb\x8e\xe2\x81\xc2\x8c\xaf\x67\x22\xd7\x0c\xe8\x3e\x3a\x9d\x77\xf0\x94\xf6\xa1\xec\x01\x96\xc7\x78\xe8\xcc\x36\x73\xd0\x96\x17\x93\xb6\xab\xe1\x8e\x9e\x9d\x66\x28\xe8\xf5\xce\x41\x54\xef\xc4\xe1\xb7\xa2\xba\xa6\x59\x5a\xeb\xb5\x33\xf1\x23\xc1\x44\x19\xd8\x38\xa6\x64\xf2\x12\xd3\x77\xcc\xb1\x13\xca\xed\x84\x13\x40\xd5\x55\x2b\x45\x85\x71\x3c\xeb\xca\x46\x49\x35\xce\x91\xaf\xb3\xe6\x3f\x57\x52\x7a\xd1\x86\xcf\xf4\xf8\x49\x40\x1e\x1d\x29\x7b\xd5\xb2\x80\x3b\xce\x97\x79\x8d\x3a\x8c\x18\x11\x53\x42\x8b\x7b\x20\x5e\x8b\x53\xd9\xfd\x54\xcf\x57\x2d\xe8\xae\x20\xf6\xdb\x5f\x01\x01\xdf\xd9\xe0\x8f\xb5\x9c\xfb\x1c\x2d\x6c\x74\xc6\x9f\xea\xaa\xfb\x4d\x16\xa7\x67\x9d\xef\xfd\x16\xba\xda\xdd\xdb\xcb\x0f\xba\x69\x23\x32\xb6\x61\x29\x3c\x49\xd2\xee\x81\x5b\x39\x88\x85\xd5\xfb\xfe\x70\x7e\xb8\x39\xc0\x6e\x4a\xce\x82\xf1\xf2\xf2\x27\xd6\xa8\x18\xb8\x83\xc1\xa0\x68\x77\x33\xfb\x37\xbe\xd6\xb1\x98\x8d\x83\xf3\x76\x97\x0d\x7b\x97\x7c\xd6\xf9\xbd\xd8\x85\x91\x22\x2c\x07\x96\x2a\x5a\x1b\xb1\x13\xbb\x61\xe3\x7a\x9a\xef\x24\xc2\xa8\xee\xa8\x4b\x30\x79\xbc\x20\xa7\x98\xaf\xe5\x89\x26\x2f\x8f\x36\x8a\x59\x1b\x96\x66\x72\x6a\xa7\x09\x95\x41\xaa\x5f\x4d\x3a\x73\x97\x50\x5f\x8b\x79\x5d\xed\xea\x10\xd7\x6e\xf2\x74\x34\xc9\xf8\xd4\xc1\x47\xbf\x4b\xbc\x33\xf8\x35\x1a\xc4\x31\xac\x33\x92\x8d\x97\x27\x51\x1c\xd3\xa5\x6d\x26\x37\x0a\x30\xfb\x4a\x8d\x02\x3e\xba\xbc\xfa\xe1\x37\x9a\x15\x22\xd9\x42\x4e\xf6\x90\x1c\xcb\xce\x32\x60\x99\x84\x25\x22\x2b\x8d\x8b\xb7\xeb\xb2\x62\x51\x63\x16\x10\xcb\x6b\xbe\xa9\x9c\x78\x62\x18\x6f\x3a\xe3\x06\x1a\xdb\xaa\x33\x11\xf7\x19\x73\x7b\x7c\x14\xfd\xd4\xda\xf3\x95\xb9\x68\x51\xef\xaa\xb8\xef\x50\xcc\x47\x88\x6e\x60\x9b\x04\x14\x6b\xff\x22\x74\x6a\xd3\x98\x27\x4e\xe0\x74\xb3\xad\x6b\x57\xdc\x17\xa7\xe7\x63\x8d\xaf\xf0\xf4\xf5\x80\xcc\x87\x68\xe5\x79\x56\x75\xc5\xfc\x79\x5d\xd6\x4d\x3b\x16\xcb\xac\x94\x5d\x27\xc7\x62\x51\x57\x9d\xf6\xd8\x57\xb3\xf5\xc4\x15\xf2\xfd\xb8\x7c\x86\x37\x0c\x8f\x16\xa8\x62\xc4\x9a\x9e\x43\x83\x4e\xff\xaa\x66\xfc\xa7\xba\x91\xea\x46\x5f\xe5\xd0\x9d\xa9\xd7\x3b\x88\x3b\x76\xb4\x3a\xd1\x51\x42\xdd\xea\x6d\x52\xee\xd8\x2f\xf4\x63\x36\xff\xb2\xae\x90\xcb\x63\xe3\xc8\xa1\xf1\x89\xde\x2a\x41\xc3\x7a\xfa\x26\x95\x5c\x75\x4d\x56\x1e\xc9\x79\x5d\xe5\x59\x63\x56\x1b\x23\x31\x37\xf1\xcc\xc7\x6a\x9f\x65\xcd\xd5\x41\x89\x1d\xbd\x65\xf3\x65\x36\x0e\x8b\xfe\xea\xa6\x6f\x8e\x55\xe2\xac\x4e\x22\x93\xa9\x7b\x50\x2f\xb3\x79\xa1\x78\xec\x63\x9d\xb0\x44\x13\xeb\x57\x72\xd1\x4d\xc5\xbf\x46\x1a\x8e\xdc\x1d\xc3\xe6\xeb\x55\x57\x16\x95\x9c\x8a\xcf\x8f\x97\x5f\x45\x5b\x97\x45\x2e\xbe\xbf\x36\x03\x84\xe5\x7f\x87\x82\xe9\xed\xe7\x64\x1b\xfa\x41\x3a\x3b\x7d\xdb\xa0\x3a\x3a\xd1\x8a\x9e\xbe\x01\x90\x3b\x2a\xfe\x06\xac\x52\x0e\x34\x8c\x50\xbe\x1f\x8c\xf8\xc7\x64\x0c\xed\x61\x6a\x65\x43\xa0\xfa\x49\x7b\x9e\x95\x65\xd4\x33\x50\x49\xce\x1f\x3e\x86\xaa\xc4\x76\x12\xe1\x0e\xc2\x37\xb8\xc6\xf3\xb1\x66\x21\xe3\xf0\x67\x30\x85\x78\x12\x83\xe0\x83\x5d\xd9\x7e\x92\x76\x3f\x27\x96\x64\x83\x32\x65\xd1\x76\x3f\x7b\xb4\xff\xb3\x6a\x96\x68\xfa\xf1\xc7\xb7\xf4\x19\x4c\x11\x14\x27\xd6\xbf\x2d\x1b\x7c\x87\xa8\x86\xbd\x0d\xd2\xbf\xdc\xef\x9f\x7c\xef\xca\xbe\xc5\xa0\x7c\x39\x58\x07\xc5\x40\xde\x5e\xc8\x66\x51\xd6\x97\x53\x31\x98\x97\xc5\x72\xb0\xb6\x49\xc2\xdb\x41\x01\x49\x5b\x0b\xf9\xbe\xe3\xfc\x2a\x33\x69\x5d\xef\x37\x70\x6f\x98\x6e\xe6\xfd\xf0\x70\x9d\xa3\x85\x03\x8d\xb2\xbf\x91\x16\x53\x54\xa7\x69\x4e\x14\x1f\xd0\x02\x5c\x89\x54\x55\xda\x63\xe1\x53\xb8\xf8\x79\xd1\x2e\x21\x04\xf6\xe0\xa4\xac\x8d\x54\xda\xbf\x88\xb7\x29\x67\x5e\x9d\xae\x66\x1c\x7f\x4b\x0a\x20\xb6\x13\xae\x79\xf0\x4d\x72\x0e\xd7\x35\x1e\x82\x53\x31\xc8\x4e\xda\xba\x5c\x75\xe4\xa3\x5a\xfb\x83\xb2\x38\x55\x5f\x4b\xb9\xe8\x06\xe4\x6d\xaf\x8f\x2b\xdb\x6c\x25\x70\x4a\xc3\x3e\x6f\x6d\x7f\x9d\xd4\xf3\x21\x62\x22\x39\xe6\x0c\xdc\x0d\xd3\xd8\x8e\x12\x0e\xc5\x72\xc6\x56\x94\xf1\xec\xff\x49\xe6\x99\x8c\x1c\x82\x97\xa9\x2d\x4b\x3e\x77\x8a\xa9\x3e\x0e\xd6\xc2\x75\xc6\x73\x98\xfe\x10\x69\x7b\xd3\x83\x46\xc4\x0e\x1b\xba\xfe\x31\x11\xcb\xf5\xc4\x13\x59\x6d\x4f\xd6\x9a\x47\x26\xbb\xda\x7f\x74\x8f\x13\xb3\xfb\x7f\x91\x0f\x17\x9a\x0e\x0d\xf9\x9c\x17\x79\x5e\xb2\x09\x56\xc7\x87\xba\x67\x4c\xe9\x41\x32\x31\xa9\x3d\x13\x4f\xe4\xfe\xd8\x50\xed\xe7\x31\x39\xc5\xdc\x85\x7e\x88\xf2\x55\x6c\x0e\xdc\x1e\x59\x94\xf2\x2b\xeb\x6b\x29\xbf\xbe\x28\x1a\x13\x36\x7a\xd0\xd4\x97\xf4\xf3\xff\x5a\xb5\x5d\xb1\xb8\x7a\x6e\x1c\x6e\xa0\xfc\xae\x0e\x5e\xe0\xb2\x65\x6a\x2e\xe0\x0d\x64\x2a\x06\x6d\xd7\xc8\x6e\x7e\x46\xbf\x9f\xd4\x5f\x8f\xcc\x4d\x0b\x4f\xf9\xdd\x93\x9a\xf5\xa3\x76\x8c\xf8\x8c\x5c\x1b\xd9\x5a\x4c\xc5\xe7\x47\xe2\xfb\xeb\x35\x6c\xf0\x76\xf9\x55\x24\xb2\x11\x37\xb6\xdb\xe5\x57\xea\x98\x34\x99\x4c\x86\x4e\x2a\xa7\x0c\x6c\x3f\x3c\xeb\x60\xb4\xde\x94\x40\x64\x05\x3f\xe3\x79\xf6\xf5\x67\x89\x2c\x7e\xf0\xf8\xd1\xa3\xff\x33\xcc\xa1\xca\xfe\xd6\x64\xcb\xa9\x18\x5c\x36\xd9\x72\xb7\x91\x17\xb2\x69\xa5\x9f\x91\x59\xeb\x4e\xc5\xf5\xed\x68\x0d\x15\x79\x3b\x37\xe2\xd8\x10\x23\x13\xd5\x9b\xa9\x18\x3c\x12\x8f\x45\xb6\xea\xea\x8d\xd7\xc7\x3b\x49\x65\x59\x16\xcb\xb6\x68\xfd\x3d\xf1\x9b\x9e\x0b\xa2\x4e\x9a\xb4\xf2\xbc\x38\xa9\xcb\xbc\x67\xfb\x9c\xcb\xbc\x58\x9d\xa7\xf7\x0f\xbd\x4f\x79\xc7\x6c\xea\xd0\xfb\xf0\x79\xf2\x7d\xd4\x84\xfd\xf3\xa7\xe0\x78\x63\x8c\xe0\xd1\x16\x87\x9b\xb7\xaf\xf1\x09\x3a\x7a\x70\x79\xe7\x66\xff\xc9\xa5\xb8\xf7\x23\xef\x1c\x72\x7f\x9f\xd4\x5d\x57\x9f\xd3\x94\x06\x27\xfd\x51\x70\x54\x79\x6f\xdd\xd3\x98\xea\xcf\xe4\x8d\x8a\xff\x91\x44\x77\x0e\xc6\x1e\x88\xa6\xe2\x43\x54\xc6\x1f\x8b\x6b\x72\x6b\x9d\x8a\xcf\x5a\xc4\x17\xdf\x5f\xc7\x6f\xba\xb7\xe7\xad\x90\x59\x2b\x3f\x8b\xdb\x4f\x5e\x1f\x99\x3d\xeb\x66\x7d\xf4\x8a\x6c\xd9\xc7\x44\x27\xeb\xa5\xd7\x49\xbc\x98\xa8\xff\xb6\x02\x85\x03\x35\x67\xbe\x11\x30\x5b\x08\x42\x94\x52\x6e\x9e\x64\xad\xf4\x55\xae\xdb\x28\x47\x37\xd3\xbd\xa6\xd5\xae\xf7\x52\xc8\x7a\xca\x22\x96\xcb\x3c\x67\x19\xc0\x8a\x35\xb8\x4b\x33\x3d\xbd\x4f\x3f\x6e\x87\xc7\xd6\x0f\xd6\xf6\xb1\x7a\x36\x0c\xd6\x62\x9c\x98\xe3\x31\x31\xb4\x52\xcb\x3d\xaf\x97\x72\x2a\x06\x2c\xe7\xc0\x80\xa1\xe8\x81\xa7\x67\x5b\x6c\x4d\x5f\x9b\xc0\x08\xce\xdb\x16\xba\xff\xfe\xf8\x15\xfc\x7b\x98\x8f\xc5\x2f\xf2\xea\x79\x9d\xab\xfe\x87\x20\x6d\x5b\xc0\x08\xea\xf7\xf6\x57\x35\x3e\x92\x8e\x05\x68\xb6\x4f\xea\xaf\x70\x91\x52\xe5\xae\x36\x86\x17\x04\x51\xe8\xff\xad\x2b\x78\xb1\xd0\xbf\x5a\xd9\xc6\xeb\x93\xcd\x70\x0f\x04\xc6\x57\xd9\x95\x6c\xbc\x4c\x90\xc6\x72\xc1\x1c\x1e\x2d\xb3\x39\xcf\xab\xad\x58\xd4\x50\xf6\x48\x16\x7f\x8a\x40\x27\x7f\x50\x96\xb1\xe9\x80\x06\x49\x3d\x31\x66\xf0\xbe\xbe\x84\x19\x8d\x3e\xbe\xe0\x2b\x02\x2d\x65\x5f\xac\x5e\xd7\xb9\x1c\x8b\xa3\x97\xaf\x5e\x3e\x07\x6b\xff\xe7\x3f\x1f\xbc\xf9\xeb\x4b\xff\xdd\xc3\xe4\xe6\x2d\x73\x13\xf5\xb5\x70\x89\x1e\xe3\xf2\x0a\x58\x03\xfa\x96\xae\x3e\xe7\x0d\x91\x21\x24\xa6\xcc\x7b\x43\x4a\x3d\xf2\xfc\xc9\x08\x93\xcf\xf5\x5b\xf3\x21\xeb\x9d\xe2\x1a\x86\x51\xf2\x47\x4a\x9d\x6d\xc3\x8d\x61\x5a\xb1\x24\xbf\xc1\x56\x30\x65\x8e\x3d\xa3\x69\xaf\xa8\xfe\x1c\x7b\x26\xb3\x4f\x9f\xeb\x49\xe6\x9e\x40\x9b\x71\x3e\x78\x1f\x22\xa2\x00\x9e\xfa\x85\x46\x67\x45\x9e\x6f\x8c\xd6\x41\x4e\xc0\xc5\x0a\x4f\x04\x4c\x07\x93\xdb\x68\x7a\xf4\x18\x21\x1f\x63\x1f\x62\xf8\x9d\x3e\x29\xdf\x01\x4b\x33\xe8\x52\xb4\x3f\xcf\x74\x64\x9f\x3f\x1f\x1e\x94\xb4\x18\x89\xbb\x22\x66\xe2\xb1\xd7\x22\x04\x00\xea\x6b\xb1\x25\x4d\x3e\xee\x43\x24\x7d\xf3\xf6\xf7\xe7\x6f\x5f\xfd\xfa\xfa\xcd\xd1\xd4\xac\xfb\x87\x4f\x62\x26\x3e\x7c\x62\x92\x08\x05\x81\x74\xbb\x57\x2d\xe0\x3a\x1c\xc8\x70\xaf\x87\xf4\x03\x86\x8b\xc5\xf9\x12\x8d\x72\x5a\x2f\x8b\x46\x8f\x44\x7f\xa3\xb6\xcb\xba\x62\x6e\xe0\xb5\xcc\x73\x92\x81\x53\x0c\x59\xe3\x34\xc6\x2f\x27\x17\x4c\x8b\x39\x8f\x1d\x43\xd3\xf8\xe9\xe4\x15\xa5\xbe\x27\xc4\x5b\x36\xb0\x12\xd9\xd0\xf5\x86\x91\x63\x08\x7d\xe9\x30\xc0\x63\x08\x98\x29\xf8\xcb\x4d\x40\x35\xa9\x73\x8d\x5f\xb7\x63\xac\x41\xd5\x45\x6e\x62\x05\x86\x88\x9b\xa7\x32\x7f\x4e\x5c\x04\x66\x62\xf7\xb1\x9f\x89\xb1\x9e\xa9\xb8\x16\x1f\x20\xfa\x20\x5a\xcb\x7d\x9a\x06\xdc\x09\x1e\xea\xae\x6f\xe3\xe8\x9e\x78\x1c\x4f\xbd\xe3\xd9\x43\xf6\x44\x1b\x13\x53\x2d\xb3\xce\xe3\x39\x5b\x62\xab\x83\x61\x08\xfa\x10\x43\xf1\x42\x04\xd5\x1d\x56\x8b\xda\x5e\x82\xdb\x7a\xd5\xcc\x65\xd8\x8c\x09\xfd\x1a\x7e\xb9\x5d\x0f\x24\xea\xed\xa8\x14\x98\xa8\xd6\x75\x6e\x0a\x27\xba\x0e\x2a\x94\xe4\xc5\x90\xde\x33\xdf\xa2\x0d\xac\x0d\xa4\x5d\xcd\xd0\xbf\x02\x6c\x2e\x88\x59\x06\x73\x0e\xa1\x9f\x78\x09\x67\xa5\xb1\xb3\xc3\x6c\x18\xcd\x09\xcc\x9d\x04\x5d\x8c\x63\x56\xda\x5a\x3c\xdd\x7a\x80\x9d\xde\xda\x31\x5f\x19\xba\x7c\xbb\x4e\xbd\xcb\x16\xcf\xa6\xdf\xb2\xf9\x2c\x72\x7c\x37\x3e\xcc\x87\x03\x8d\x7c\xc6\x27\x3c\x46\x8b\x66\x97\x60\xbe\xbd\x3d\x08\xb0\x86\xc1\xef\x9a\x7a\x69\xa3\xea\x5e\xd6\xd5\xa0\x13\x79\x2d\xb2\xea\x4a\x5c\xd6\xcd\x17\xb1\xaa\xba\xa2\x14\xce\x6c\x6c\x24\x8a\x56\xcc\xb3\xd2\xa1\x75\xee\xed\x89\xb6\x16\x59\x79\x99\x5d\xb5\x10\x27\xaa\xe8\xc4\x6a\x09\x67\xca\xbc\xae\x2e\x64\x55\xc8\x6a\x2e\x69\x07\x3d\x57\x4c\xa4\x0c\xbe\xbb\x86\xa1\x5b\x11\xd3\x2f\xd1\x28\xd3\xd1\x20\xc6\xcc\x7d\xcb\x53\x33\xa9\xbb\x9d\x93\xb3\x6c\xfa\x79\x51\x15\xe7\xab\xf3\x77\xc5\x57\x59\xb6\x3f\xd5\x0d\xba\x1b\x11\x02\x88\x65\x30\x4b\x74\x27\xdf\x78\x67\x45\xe0\x64\xbe\x1e\x04\x58\x67\xdd\x66\x0b\x84\x37\x0d\x67\xd9\x66\x47\xf8\x1c\xe2\xe5\xe5\xcc\x22\xcf\xd9\xc7\x99\x80\x0f\x26\x62\xbe\x09\xd6\x0f\x2e\x31\x45\x25\x3a\xd9\x76\xad\x16\x03\xe0\x16\xbc\xab\x52\x76\xd1\xbd\xc6\x60\xcc\x71\x8b\x75\xaf\x4a\x1e\xa6\xe6\x8f\xb7\x05\xec\xb3\x06\xf4\xba\xb6\xa9\x51\xe0\x5d\x2a\xfe\x22\xaf\x22\xd5\xfe\x22\xaf\xfc\x4a\xdd\xe4\x59\xab\x4a\x2d\x22\x03\x1f\x1e\x8e\x22\x88\x03\xe1\x31\x62\xad\xe6\xf9\xf6\x8a\x98\x7c\x0a\x66\xf6\xe9\x77\x3c\xcc\xe5\x19\x80\x0a\x6a\x04\xea\xac\xd3\x63\x46\xa0\xc2\x7a\x67\x89\x78\x44\xa6\xb4\xb3\xb7\xa2\x82\x77\xfd\xe7\x53\xca\xf5\x7d\xfd\x2c\x12\xd7\xf1\xc8\x44\x5a\xf0\xcc\x7e\x5a\xfe\xff\xc3\x52\x60\xec\x1d\x37\x75\xe1\x58\x02\x4f\x8b\x30\xcb\x3a\xc4\x80\xb0\x44\xd2\x7d\x1e\xd8\x1e\xc0\x9f\xd9\xf5\x77\xcb\xe1\x1d\xa8\x13\x72\x8a\x8a\x67\x33\xf1\x28\x9d\x93\x9c\xab\x90\x93\x19\xcd\x53\x6f\xbf\x76\x0a\x0d\x17\xf5\x4a\x5f\x6e\x95\xe0\xe2\xae\x32\xda\x0e\x4c\xf7\xec\x49\xa2\x8e\xb0\x48\x60\x84\x6e\x02\x02\xb0\xa6\x3e\xac\x1d\xe6\x27\x1b\x57\x6d\xde\x5b\x84\x8c\xf7\x53\x10\x7b\x6d\xad\x74\x22\x7a\x24\x14\x91\x94\x52\x04\x91\x54\xe8\x5e\x8f\xad\xb0\x27\x96\xf1\x05\xf7\x3e\xfa\x04\xd8\xca\x0e\xee\x76\xc3\xeb\xcd\xe5\x3e\x73\x3e\x7f\x03\x5c\x8d\xff\xa2\x1d\x12\xe5\x27\xb4\xd6\x88\xa0\xd0\x07\xaf\xb1\x3d\x20\x3f\x27\x6b\xbb\xe8\x16\x08\x32\x4c\xf9\xa9\x6e\x8e\xeb\xd3\xd3\x52\x5d\x74\x41\xe6\x6f\xd1\x90\x3a\x9a\xd3\xde\xa6\x8d\x1e\x7b\xcc\x25\x40\x76\x59\xee\xa9\xa1\x30\x3e\x29\x4e\xd6\xaf\x72\x58\xdc\xbc\x3b\xb3\x69\x1c\x50\x20\x48\x25\xae\x39\xee\xdb\xbd\xb0\xfd\xdd\x68\x78\xa4\x82\x96\xe9\x8d\x1d\x1d\xd1\xf8\x05\xa6\x5a\xa3\x75\xf3\x27\x08\xbc\x38\xdf\xc8\xb6\x2b\xaa\xd3\x17\x72\x49\x86\x49\xb5\x08\xce\x50\x27\x78\x28\x70\x9f\x3c\x83\x92\xde\x68\x07\xec\x16\x34\x8e\xdd\xd5\xc6\xa2\x68\xd1\x7c\x61\x2c\xfc\x0d\x69\x6a\x86\x3b\x1f\xab\xb9\x3d\xd3\x0a\xf6\x93\x5a\xdd\x5b\x22\xcb\x0f\xfc\x22\xa6\x7e\xa9\xea\x8a\xd7\x55\xd8\xd9\x42\x9b\xfa\x44\x7d\xb3\x44\x7d\xf8\xb0\x9b\xa8\xf1\x00\xae\x3c\xc6\xa6\x6d\x16\x99\x57\x44\x9b\x08\x92\x27\x78\x59\xf2\x51\xfa\x03\x91\xc5\xd2\x55\x42\xa0\x61\xfd\x5a\x34\xf5\x3f\xa4\xa5\xdf\x55\xd5\xfd\xd4\xd4\xe7\xda\x1d\xd7\xbf\x4e\x93\x26\xac\x2f\x30\x4d\x9d\xa4\x2b\x73\xbc\x7e\xff\xae\x05\xa7\xe2\xd1\xfa\x9e\x83\x2b\xe9\xb7\xe9\xf7\xcb\x2a\xbf\x4b\xaf\x59\x31\xec\x33\xbb\x65\xdf\x3b\x1c\x07\xdf\x3f\x2e\x35\xf0\x0d\xd9\x9e\x62\x49\x6d\xbe\xf7\x88\x01\x0f\x65\x1b\x55\x4d\xa7\xdd\xaa\xa4\x27\x7e\x42\x42\x97\xc2\xf7\x58\x9a\x9b\xfc\x89\x81\x29\x38\x3b\x81\xd3\xe7\x25\x62\xb2\x36\x8e\xae\x02\xc6\xb9\x23\x9e\x11\x31\xd2\xc6\x4a\x8a\xbc\x25\x6a\x1c\x99\xb4\x1e\xf7\x49\xb8\xb7\x41\x62\x7a\xbb\x58\xb4\x10\x41\xf4\xb1\x78\x28\x86\x8c\xd7\xed\x8b\xc7\x00\xd5\x6d\x3e\xf0\x5e\x9b\xaf\xde\x1c\x16\xed\xfb\xe3\x57\x48\x82\xef\x8f\x5f\x0d\xad\xab\x80\x88\x21\xf1\x5b\x85\xab\xa3\x6c\x80\x03\xfe\xf8\x5d\x53\x5f\x7e\xfc\xce\xa5\xba\x98\x07\xb3\x6b\x7b\xc6\xae\x05\x81\xf0\x40\xdb\xe7\x44\x31\x48\x91\xfc\xed\x42\x92\xbc\x3a\x88\xb8\x97\x53\xcb\x25\x24\x1f\x09\x76\xea\x50\x80\xed\x75\x5d\x25\x93\xcc\x21\xb0\xf9\xc7\xef\xd8\x5d\x92\x0e\x39\x37\x0f\xde\xb3\xeb\xf0\x11\x7c\x72\x56\x37\xc5\x3f\xea\xaa\xcb\xdc\x2c\x50\x28\x0b\xba\x8e\x54\x54\xde\xa7\x16\xd6\x7a\x11\xbc\x10\x08\xf8\xf3\x45\x5e\xcd\x3e\x7e\xf7\xfb\xef\xe6\x10\xa1\x3d\xeb\x9f\x74\xe2\xd7\x16\xc1\xa6\xf4\x82\x57\x00\xd8\x87\xd1\x23\xde\xee\x42\x6b\xc7\x21\xc6\x87\x9b\x6d\x8d\xb7\xbc\x13\x1c\xa4\xfb\x9e\x9e\x49\xb1\x06\x95\x17\x82\x5d\xf4\x21\x24\xaf\x0d\xdd\x20\xe2\xe0\xc4\x5b\xc0\xb4\xeb\x02\xb1\xc4\x5e\xc8\x76\x32\x1b\x81\xc1\x21\xfe\x68\xe4\xf6\xc4\x0c\x26\x0a\x6d\x0e\xdb\x8e\x3f\x16\xa5\x7d\x33\xf9\xd8\x2b\xdc\x87\xbc\x8e\x3f\x4f\x3d\x43\x86\x54\x3e\x8b\x0e\xe3\x0d\x37\x0e\xc4\x8e\x3f\x94\x71\xa4\x73\x79\x72\x2f\x39\xcd\x74\xca\xe4\x7c\xa5\x66\xb4\x94\x7d\x75\xa8\xed\xd5\x3b\x45\xfd\x85\x63\xf3\x6b\x6f\x0f\xe9\xa2\x3d\x83\x8f\x40\xc1\x87\x1b\xe7\xe6\x66\x0d\x80\x38\xfe\x14\x9a\x45\xcd\xae\xbb\x66\x15\x87\xb1\xc7\x1f\x83\xa4\x32\xbb\x66\x02\x45\xdf\x1a\x55\x57\x47\xb6\x10\x10\x62\x4f\xe6\x79\xa6\x37\x78\x64\x2c\x7d\xc5\xe2\xbc\x2a\xc1\xa5\xcc\x4f\xe2\xa6\x33\xbb\x4e\x7c\xe8\xa9\x8a\x4a\x08\xb3\x6b\xfa\x57\xef\xa4\x6b\x71\x5e\x4d\x66\x54\xce\x4f\x16\x4e\x22\x88\x47\xf7\xa9\xef\x21\x84\x3f\x9b\xdf\x22\x49\xfd\x41\x8f\x10\x1d\x38\xc8\x7a\x07\x44\x29\xf7\xd3\xbb\xcd\x00\xaf\x2a\x72\x40\x44\x19\x90\x8f\x52\x45\x7f\xfc\x43\x10\x81\x90\x22\x27\xa1\x48\xf2\xa6\x9e\xc3\x4c\xdc\x01\xbc\xca\x9f\x03\x0d\x60\xdd\xb3\x29\x53\xb0\xf7\xbd\x33\x98\x40\x8c\xa7\xe0\x4b\xf4\x67\xd4\xcf\xbb\x50\x9a\xff\xef\xe5\x10\x5b\x2d\x87\x9d\xbe\x3b\x2c\x46\xb5\x2a\x83\x39\x34\xe9\xde\x46\xfc\x44\xff\x9c\x06\x68\x5d\x31\xb9\x9f\x2d\x5c\x28\x3e\xf6\x89\x85\xac\x2a\x6f\x60\x41\x30\x0d\x54\xd6\x91\x5b\x8d\x57\x20\x72\xbc\x45\xe6\x3d\x7a\x75\x48\xa9\x02\x63\x65\x5d\xec\x8c\x1d\x7e\xe3\xf4\x32\xeb\x9b\x0b\x15\x24\x39\x71\x7a\x8b\xd5\x1f\xa2\x20\x31\x8b\x0c\x01\x22\xa0\x0c\x17\x98\x00\xaf\x61\xfb\x16\x44\xfe\x95\x5c\x74\xaf\x65\x0e\x71\x07\x74\x12\xf8\xda\xa8\x34\xaf\x1a\xff\xe4\xb8\xde\xfb\x41\xfc\xda\xa2\x6a\x58\x60\x3c\x8e\x4a\x64\x79\x5e\x98\x48\xf2\x6e\x86\xc7\xa2\xee\xce\x64\x73\x59\xb4\x52\xfc\xad\x2e\xe6\xf2\x2d\x78\x24\x02\xbc\x4d\x4b\x03\x8b\xfd\xb0\xe7\x35\xba\x5d\x90\xe1\xf5\xeb\x18\xc1\xc0\xf7\x51\xea\x03\x60\x79\x21\x9e\x52\x1b\x5f\xa2\xa7\x9d\x5d\x93\x3f\x6e\xcd\x4a\x9f\x36\x45\xae\xc8\xfa\xe3\x77\x62\x5e\xaf\xaa\x6e\x76\x1d\xb9\xc0\xef\x8a\xc7\x3c\x9c\x87\xc6\x33\x6c\x27\xe7\xd9\xd2\x00\x06\x4e\x9d\xe9\x28\xb9\x9a\x1b\x7b\x99\xd0\x9a\x00\xaf\xda\xbf\x53\x0c\xa0\x59\x44\x91\xc4\xa7\x78\x9f\x21\x99\x3e\x9b\xf5\xa9\xe8\xac\x3a\x0b\x33\x3f\x35\x3a\xf7\x49\x29\xab\xd3\xee\x4c\xec\x26\xb5\x64\xbc\x4d\x7d\xb1\x60\xf8\xe6\x5a\x0b\xe0\x5d\x44\xa3\x3a\x35\x9f\xbe\x87\x6c\xc8\x16\x5c\x51\x9b\x94\xb8\x67\xa8\xf5\xdd\xf4\x61\x17\x85\x7b\xf8\x44\xc1\x4e\x5b\xab\x0c\x49\x0b\xbe\xe8\xf4\x94\x99\x9d\x06\x1b\x18\x52\x4d\x88\x90\x60\xab\xa2\x52\xce\x46\x10\xc1\x3f\x83\x5c\x7d\xf1\x08\x5d\x23\xd0\x3b\x93\x8f\x6a\x75\x1e\xd2\x0c\x41\x61\x03\xb2\x39\x73\xa7\x64\xc0\x50\xdc\x74\xcf\xae\x7f\x4f\x45\xaf\x13\x04\x9c\x16\x91\xcd\x4c\x95\x3c\x35\x28\xc4\xdf\x8f\x4c\x21\x9e\x1a\x14\x62\x6f\x25\x4a\x14\xef\x0b\xba\x14\x79\x42\x21\x45\x7a\xc2\x3b\xed\xed\x89\x17\x35\x44\x3f\x44\x82\x10\x1a\x7a\xb4\x15\x27\x57\xc6\x2a\x73\x2c\x4e\x56\x9d\xc8\xca\xb2\xbe\x04\xfb\xa2\xfa\x42\x36\x4d\x91\x4b\x71\x51\x64\x08\xcf\x31\x09\xfb\x93\x94\x74\xf5\xf0\xd7\x4a\xc4\xd1\x45\x82\x50\x11\xee\xe8\x4c\x3f\x37\xbb\x5d\x12\x27\x0a\xee\x6d\xc9\xfa\xc4\x3f\x85\x14\xb0\xe9\x0d\x67\xcf\xbf\x0c\xd0\x8d\xa7\x0d\xe4\x8b\x8b\x22\x97\x4d\x7a\xf7\x7d\xa2\xa6\x54\xf4\xce\x71\x1d\x57\xce\xa7\x95\xfa\x33\xf6\x52\x1f\xdd\xfd\x86\x9f\xb0\x76\x8c\x3a\x3a\x08\x42\xf4\x14\x5c\x47\xfc\xc3\x3e\xa2\x65\x4b\x44\x1f\x82\x5a\xd5\xc1\x59\x66\xe1\x86\x8f\xea\x1b\x01\x0b\x29\xa6\x70\x64\x65\x7e\x5d\xc6\x4a\xfc\xea\xd3\xd3\x9e\x77\x68\xfa\xa3\x19\x11\x34\x56\x67\x30\x8b\x69\xec\x65\x77\xef\x87\x1f\xc4\x91\xec\x74\x00\xd0\xae\x86\xf3\x1f\x81\x27\x04\xe2\xdc\xb1\x08\xa1\x59\x23\xb3\x89\xc6\x56\xd4\x8f\xc2\xf0\x21\x02\x24\x6d\x21\xa2\x23\x3a\x5c\x63\xac\xb2\x3f\xd1\xa5\xbd\x2e\x41\x0d\x3f\x88\xbf\xca\xae\x35\xc2\x48\x83\xb4\x82\x3b\x16\xad\xba\x08\xd5\x8b\xc3\x05\x4a\x2e\x59\x09\x76\x5e\xf3\x3a\x97\xa2\x68\x15\xf7\xec\x44\xbd\x10\xad\xec\xd4\x71\x2f\x56\x4b\x51\x37\xba\x76\x6b\x14\xa6\x58\xd9\x1e\x98\x34\x6a\x4b\x19\x51\x74\x83\x56\xb4\xd9\x42\x82\xe4\xd4\xb6\xab\x73\x35\x1b\x59\x87\xe2\xd5\xb9\xec\xce\xea\x7c\xd0\x9a\x21\x5e\x64\xe5\x0a\x5a\xa3\xb1\xd4\x7e\x10\xc3\x13\x39\xcf\xc0\x22\xdf\xd6\x6f\x9b\x04\x7b\x39\x13\x3d\x50\x1d\x02\xab\xa5\x28\x16\xde\x20\xb3\x46\x8a\xd3\xe2\x42\x56\x23\xe4\x50\x7a\xda\x03\xc4\x76\xfe\xc0\x37\x4d\x7b\x4c\x08\xa2\x45\x8a\x03\x57\xeb\x32\xda\x0e\x68\x1c\x3b\xf0\xa3\xcf\xbb\x7a\x26\x22\xd9\x6f\x6e\x0c\x10\x25\xaf\x1b\x7c\x87\xc5\x64\x32\x89\x37\x6c\xb8\xbf\xc5\x40\x77\x1d\xbf\x8d\x43\x77\xa7\x8d\x99\xd6\x01\xd8\x6f\x80\x4b\xff\x98\x20\x56\x78\x68\xf4\x6a\x2e\x2c\x0c\xfd\xa3\x34\xf8\x3c\x57\xde\x7a\x50\xf3\x2c\xb2\x15\x43\x9a\x4f\xc1\xc3\x07\x38\xf3\xfc\x2c\x47\xf7\x5a\xe7\x0f\x23\x08\xe2\x3c\x3d\x7f\xbc\x46\x61\xaa\xfb\x11\xe9\x15\xd3\xe3\x90\xf4\x2a\xc5\xb3\x3a\xde\x00\x93\x3e\xd2\x53\x31\x13\xc3\x4a\x5e\xfe\x4d\xed\x27\xcb\x4f\x34\xe2\x2a\x9a\xd2\x27\x70\x3c\x79\x24\x15\xcf\xd6\xdf\x58\x79\x41\x35\xe0\xb9\x03\xa6\x00\x03\xb5\x23\x07\xa0\x86\x32\x6d\x06\x46\x39\x8d\x04\x6c\x5a\x3c\x67\xda\x35\xd8\x9b\x45\xfb\xb7\xac\x2c\xf2\xe7\x11\x4b\x6a\x87\xc1\xc9\xd0\xdc\xa3\x46\xd7\xaa\xbb\x3d\x60\xd9\x70\x59\xd3\x78\xbe\x14\x2e\xf9\x7e\xf3\xc3\x30\x47\xd5\x34\xa5\x60\x47\xed\x4b\x76\x7d\xbe\x5c\xe1\xf2\xa9\xae\x1f\xd7\x3f\xca\xa3\xb3\xfa\xb2\x42\xa4\xe5\xc9\xbc\x2c\x64\xd5\xfd\x7d\x3d\xfe\x73\xbd\x4c\x81\x3f\xf7\x0c\x67\x6f\x4f\x1c\xf9\xcc\xb9\x68\x09\x07\x16\x6d\x51\xcd\xa5\xb8\x94\x83\x46\x3a\xa6\x9b\x09\xc7\xe4\xe9\xfe\xdf\xde\x88\x62\x87\x59\xc5\x83\xe0\x86\x1c\x00\x19\xbb\x12\x48\x55\xd2\x1c\x6d\xa8\xd5\xf4\xeb\x79\x57\x03\x85\xd8\xb0\x8b\x4e\x49\xab\xba\x64\x27\xcf\x27\xdb\x12\x72\x60\x8d\xc8\xe4\x47\x27\x09\xa4\x6b\xeb\x21\x42\x2a\x5c\xec\x6f\x98\x6f\xda\x47\xd4\xbb\xe2\xb1\x67\xf8\xa8\x77\x8b\xa6\x00\x7d\xb7\xe9\xdb\x41\x4f\x36\x25\x50\x04\xde\xb5\xb5\xaf\x37\x63\x64\x36\xa1\xb3\xe4\x8c\x3d\x59\x57\x0d\x5b\x01\xba\x1e\x2c\x5e\x9b\x43\x66\x66\xe6\x24\xee\xc0\xf3\xba\x6c\x26\x2c\xe7\xee\xa8\xd3\x94\x9b\xea\x2c\x40\x8c\xd2\xd8\xda\x78\x42\xa5\x46\xe7\x4b\xfb\xd4\x5c\x93\xfc\xc1\x11\x39\x9e\xf0\x6e\xf6\x0e\x6a\xe8\x0d\x80\xc7\x53\xdb\x1e\x6d\x5c\x70\x53\xe4\x48\xeb\xe8\xa0\xc2\xf6\x6f\x30\xb3\x9b\x14\x4a\xee\xc8\x31\x9d\x99\xd4\x78\x36\xc4\x29\x17\x0c\x50\xdf\xb2\x4d\xfc\xa5\xf7\x34\x32\xbd\xe3\xce\x69\xd6\x35\xad\x87\x05\x58\x2f\x38\xc3\x9a\x9d\xe8\xfd\xef\x78\x50\xb5\xe2\xf2\x4c\x76\x67\xb2\x11\x75\x03\x6c\x4d\x09\xd9\x1f\xbf\x43\xe5\xb7\x38\x40\xb5\x9a\x79\xd1\xd1\x92\x7a\xd1\x6a\x6c\x93\xa8\xd4\xea\xde\x18\xf4\xad\x19\xb2\xf6\x04\xa2\xe1\xc6\x8e\x31\x83\xb9\xfe\x18\x35\xeb\x1e\x8d\xab\xba\x42\x2d\xd5\xc6\x96\x78\xc4\xc0\x2f\x25\xd4\x38\xdc\x7d\xed\x2e\x47\x40\xe4\x8d\xc6\xd0\x82\xc9\xa7\x21\xf8\xef\x7e\xce\x65\xa7\xdf\xea\x9c\x23\x2c\xdb\xc2\xe0\x6b\x5c\xd3\x89\x4d\x89\xc5\xce\xf0\x05\x8b\xbd\x3d\x8d\x42\xa1\x8f\xca\x02\x3d\xbf\x4e\xb2\x56\xe6\xe8\xca\x23\xed\x22\x70\x61\x23\x4a\xba\xe6\xc8\x88\x93\x93\xd8\x27\xdd\xdd\x05\x2b\x28\xfa\xf7\xbf\x78\xe2\xcc\xa9\xdb\x58\xef\x34\x1e\x50\xeb\x1d\x29\xbd\xec\x4d\x8b\xeb\x23\x0f\x0a\x6d\x6d\x81\xa1\x12\xfc\xfb\x3c\x2c\xd0\x59\xc9\x6a\x3e\xd6\x8b\x6f\xbd\xac\x62\x13\x5e\xb0\x11\x4b\xd9\x68\x4a\x40\x83\xcb\x26\xc4\x51\xa1\x87\x44\x42\xd6\x13\x76\xc1\x5b\xad\x4d\x1b\xb2\x68\x0b\x1b\xcc\xea\xcb\x2a\x1f\x5e\x83\x9c\x67\xaa\x9e\x26\x5a\xf4\x43\x39\x78\xae\x46\xbe\xb0\xea\xcf\x68\xca\xd4\x3f\x29\xd3\x27\xa2\x8f\x98\x8c\xda\x6a\x6d\x18\x9d\xfa\x0f\xe9\xba\x3f\x4d\x72\x5e\x03\xe0\xc9\x20\x3a\x63\x20\xb4\xf7\x38\x79\x8a\x54\xf4\xc6\x78\x37\xb5\xe9\xdd\x54\x10\x5f\xef\xb1\x01\xd9\x7a\xa7\xbd\xfd\x8d\x3b\xb6\x1d\xba\x29\x86\xd1\x00\xdf\xd4\xb9\x6c\x3f\x3c\xfe\x24\xb2\x96\x56\x33\x42\x3d\xfb\x44\x57\x26\x66\x7e\xb5\x4f\xd2\x95\x3d\xba\x5b\x65\x11\x5d\x42\xc0\x0e\x14\x33\x4f\x47\x90\xd8\xdc\x8b\xe7\x5e\x4c\x7d\xef\x5b\xde\x60\x04\x20\x9a\x75\xe0\x44\xf3\x77\x31\xb3\x16\xd6\x26\xed\x35\x78\x0d\xfb\xa9\xef\xe5\x82\xad\xfa\xc6\x06\xe5\xdb\x99\x7e\xab\x23\x79\x53\x93\xef\x6d\xcc\xb3\x4d\xbd\x58\xf3\xa2\x6e\xc4\x50\x8d\xac\x10\x7d\x4f\x6d\x4f\x44\xb1\xcd\xf3\x9a\x78\x28\x1e\x3f\x11\xc5\xc3\x87\xc9\xb0\xd0\x7d\x0e\x82\x46\xdc\x67\x1b\xce\xae\x67\xa4\xf4\xe4\x3f\x57\xb2\xd1\xd6\x59\x75\x73\x50\x96\xc3\xc1\xff\x31\xb7\x72\xb7\xaa\xe4\xf7\x81\x78\x28\x8a\x51\xb8\x3d\x9e\xf0\x7b\x89\xd7\xe8\x28\x8c\x1f\x5d\x80\x50\x94\x9e\xa9\x20\x9a\xb4\x21\x2e\xaf\xea\x49\x0d\x8f\x5f\xaf\xe4\xa2\x7b\x12\x16\x40\xca\xdb\xaa\xc8\x7b\xb9\x08\x8b\xb0\x7c\xfa\x54\xf5\xfa\x67\x90\xbe\x2f\xb1\x4d\x7f\x0a\x48\xa3\xe2\x21\x0e\x66\x67\x24\xf6\x88\x00\xd1\x73\x62\x7e\x28\x94\xe8\xf1\x29\xbc\x92\x09\x51\x37\xc5\x69\x51\xfd\x1d\x3d\x07\xff\x1e\xd8\x5d\x01\xe6\xa7\xfe\xfa\xba\xc8\x77\x82\x0c\xb2\xca\xff\x3e\xd5\xdd\x0e\x3e\x86\x27\xc2\xd4\xcc\x91\x5f\xd3\x6d\x72\xf6\xb1\xee\x3b\xcd\xf4\x1d\x56\xdd\xd1\xd6\x16\xaf\xc3\xc1\xac\x26\x56\x21\xba\x02\x6b\xd7\x60\x83\x55\x30\xeb\x90\x1e\x66\xa4\x48\xcf\xea\x04\xb9\xfd\xe5\x61\xcf\x40\xb7\xbd\x37\xc7\xd8\xad\xee\x47\x2a\x6b\xc3\xd3\x82\x98\xaf\x9a\xb6\x6e\x2c\x0a\xe6\x58\x2c\x8a\x2a\x47\x33\x90\x4a\x66\x8d\xd4\xac\x48\x9c\x15\x55\x27\xb2\x2a\xd7\x8a\x67\xcc\x81\xd8\x1b\x5d\x2d\xce\xb3\x2f\x52\x14\x9d\xd0\x7e\x0c\xb1\x8b\x5f\x4a\x63\x88\xb1\xa0\x41\x5d\x68\x6d\x29\x12\xc7\x6c\xd1\xbe\xef\x4a\xea\xb6\x60\xdf\x7f\x98\x07\xc3\xa6\xac\xd6\xf8\x93\x14\xb0\x0a\xf3\x7e\x1e\x7b\x2a\xbb\x1f\xeb\x15\x84\x5b\x7c\x6e\x4b\x10\xc1\x1a\x2b\x43\x8b\xa2\xb7\x48\x58\x00\x03\x65\xb2\x4e\x4a\x4a\xf4\x98\x1b\xce\xf1\xbf\xbf\xd7\xa8\xd1\x46\xd2\xb0\xc5\xfe\x2e\x76\x79\x85\x5e\xf1\x84\x38\x97\x96\xf5\x9e\x84\x87\x51\xaf\xca\x6d\xe4\xc7\x17\xa4\xd4\xf7\x7b\x59\xc8\xf6\x47\xd9\x5d\x4a\x59\x79\x56\x82\xb0\x4e\x1e\x2d\xc7\xc7\x1a\x7d\x63\xf6\xf7\x6f\x6c\x28\x3b\x9f\x26\xb8\x3b\xef\x53\x83\xda\xbc\xac\xfc\xc8\xfd\x31\x5a\x07\x0d\xe2\xed\xb8\xbb\x39\x74\x7f\x5b\x61\xf0\xfe\xe2\xe0\x1f\x2b\xc7\xfd\x91\x92\x9c\xb7\x29\xb8\xa6\xa5\x57\xb6\xe3\xe5\xcb\xac\xed\x70\x4b\xa0\xae\x62\x8b\x03\xc9\xd6\x54\x9a\xe7\x80\xe3\x1a\x81\x29\xf8\xed\x5a\xed\xa4\xdf\x8b\xf6\x47\x40\x20\x19\xe2\x66\x49\xed\x8f\x7e\x82\xd6\x37\x40\x45\xc7\xde\x66\xf5\x5a\xa7\xf9\xdd\x7d\xd7\xa9\x19\x7e\x2f\x5a\x40\xe0\xbd\x5b\x6f\xbc\x39\x33\x5b\xb3\xbf\x4b\x5e\xa1\x58\xaf\xee\xcb\xa2\xb6\x60\x06\x4a\x64\xff\xe4\x99\x9b\xfd\x17\x73\x38\xe8\xd2\xbd\xb9\x1c\xd6\xb2\x05\xa7\x4b\x90\x4e\x58\x2b\x65\x86\x6e\xcd\xee\x3a\xff\xbb\xff\x7c\xf3\xbf\xfb\x4d\xe6\x7f\xf7\x0f\x99\xff\x5d\x3e\xff\xc1\x61\x04\xf2\x34\xaf\x69\xa6\x98\x10\x6b\x4c\xf1\x29\x18\x9f\x11\x1d\x36\xe0\x92\x58\x4a\x56\xb9\x29\x93\xda\xc7\x42\x5c\x9e\x15\xa5\x14\x43\xd2\xc2\x53\x5b\x30\xfa\xc4\x85\xc1\x1d\x4c\xc5\xaf\xb3\xee\x6c\x32\x97\x45\x39\x1c\xda\xe6\x1e\x92\xfe\xe2\x3d\x8c\x3f\xbb\xf8\x14\xd8\x4b\x44\x71\x32\xda\x90\x90\x52\x44\x40\xc6\x90\x20\x9e\x8d\x4a\x06\x04\xc3\x48\x26\x20\x9a\x90\x6c\x48\x6d\xde\x1d\xe2\xa4\x91\xd9\x97\xd8\xcd\xf8\x1b\x9c\x4b\x6c\x0c\xfa\x7e\x35\x0a\xfa\x4a\xa8\x27\xd5\xcd\x6f\x76\x36\x6d\xd6\x23\xb6\x0b\x92\x7d\x8a\x6f\xb8\xfe\x2d\x97\x54\xb8\xdf\xdc\xf8\x6b\xd6\x97\xfb\xa1\x78\x1c\x1c\x75\xdb\x1e\x8f\x6b\x1f\x07\xe8\xb8\xc8\xcb\x6a\xec\x9a\xb1\x33\x9b\x79\xdd\x7f\xf0\xc0\x4b\xf0\x94\xde\x1b\xb4\xbe\xbd\x5e\x9c\xb5\x98\x50\x85\x17\x55\x59\x54\x72\x17\xc3\x3e\x84\xcd\x25\x6e\x51\xac\xe6\xcd\x9e\x08\xa2\x6f\x17\x5e\x00\xe2\x28\x0e\x7b\xcc\x2e\xef\xbf\xe4\x12\xcb\xd9\x27\x33\xe5\x11\xcf\xfc\xcb\x2c\x3b\xad\x79\xde\xa7\x34\x2f\x84\xc4\x48\x66\xfe\x0f\x5e\x71\x57\x2f\x7b\xb2\xb2\x7a\x31\xf8\x86\xc9\xca\x28\x4d\x3f\xfd\x46\x27\x7b\x82\x57\xea\x5e\x80\x39\xf7\xe8\xe3\xac\x9d\xc1\x1a\x57\xcc\xc4\xf0\x9a\x39\x34\xdc\xfa\x41\x30\x0d\xcc\x1c\x85\x48\xba\x41\x60\xc4\xfb\x3c\x1b\xd0\x9b\x9d\xbb\x94\x7c\x20\x5d\xf9\xf4\x24\x56\x37\x87\xec\xe8\x41\xd0\x59\x87\xab\x81\x79\x99\xa1\xe7\x44\x23\x85\x80\x81\x03\x71\x39\xe3\x76\xd4\xe0\x1e\xf1\xf9\x7b\xea\x21\xf1\x3b\x84\x64\xa4\x0e\x7e\x7d\x8e\x79\xda\x93\x47\x83\x45\x53\xf4\x85\xd0\xb7\xcc\xf7\x4c\xb6\xfe\x6a\xbf\x7b\x06\x43\x3e\xe2\x03\xf4\x68\xb7\x08\x9c\x34\x58\x5d\x3f\x96\xab\xc6\xb3\xcf\x56\x49\x09\x8c\x8b\xb6\x65\x02\x87\xe7\x67\x07\xa5\xc7\x5c\x08\xea\x75\xe6\x79\x2c\xf6\xa3\x75\xe0\x35\x7b\x1a\xfd\xf6\xb2\xe2\xda\x61\xef\xd8\xfb\x10\xf8\xfe\x19\xe4\x97\x4f\xd3\x28\xfd\x10\x04\x1d\x92\x3c\x89\x7b\xf8\x44\x0c\x86\x28\xae\x20\x9b\xd9\x17\xf5\xea\xa4\x94\x9e\x6f\x21\x0c\x81\x7c\x99\x9c\x14\x55\x3e\x44\x83\x5b\xea\x74\x60\x6b\x32\x66\xf1\xc6\x6b\xec\x49\x94\x4f\xaf\xf1\x61\x20\x5a\xc8\xc8\x1e\xfe\x13\x37\xb0\xf5\x5f\xc7\x3e\x42\xb5\x73\x2a\x64\x1b\x2b\x5b\x9e\xcf\x4c\xc6\xbe\xff\xc1\x72\xae\x31\xe7\x60\xe3\x88\x6f\x07\x4c\xbd\x95\x38\xa7\xa9\x1c\xa9\x2a\xe3\x26\xda\x9e\xdf\x46\x1e\x03\xbe\xee\x03\x97\xbb\x3b\xf4\x0f\x51\x15\x6f\x84\x02\x14\x80\xe0\xe4\xc5\x05\x32\xb2\x81\xe9\xf5\x2f\xf2\x6a\x70\x9b\x70\x0f\x31\x79\xc0\x11\xe7\x16\xdd\x9c\xbd\x17\xb9\xef\xaf\xd9\xf0\x6f\x3f\xdf\x12\xf7\x0d\xdf\x11\x45\x73\xc0\xa5\x92\x9d\xaa\x0e\xf8\x17\xf7\x5a\x45\x1e\xcb\xc3\x63\xff\x22\xaf\xb8\x0b\x75\x7f\x5f\x9f\x67\x8d\xd4\x1d\xa6\x85\x36\xe0\xb1\x31\x0e\xca\x07\x47\xf3\xf6\x71\x7a\xee\xd5\xc2\x17\xd1\xb9\xcd\x0e\x74\xf8\xef\xb3\x6c\x29\x8f\xea\xb2\xc8\x07\xdc\x79\xd3\xf7\x21\xf5\x67\x93\x4f\xd6\xab\xa2\x0a\xa7\xaa\xdf\x4f\xfc\x9b\xcf\x49\xff\xca\xd8\x78\xe5\xa4\x8c\x1b\x2f\x1d\x6d\x7c\xdb\xf5\xa3\x10\x0e\x3b\x2f\xea\xc8\x34\x0c\x44\xe2\x6d\x4a\x27\xc7\xe8\x7d\x12\x38\x06\xfb\x75\x4e\x18\x80\xce\xed\xb3\x30\x83\x81\xa0\x31\x4e\xc1\x09\xbb\xc4\x1c\x4e\x03\x25\x06\xce\xbf\x58\xa3\x31\xe4\xa9\x30\xd7\x68\x80\x9d\xad\xba\x5a\x64\xff\x6b\xe5\x18\xee\x65\x91\x77\x67\xba\x8e\xae\x16\x8b\x02\x4d\x19\xcb\xba\x3a\x95\x90\x0b\xd0\x73\x44\x76\x5e\x57\xa7\x46\xe5\xa2\x9d\x0a\x65\x2e\x9a\xfa\x52\x7b\x09\x5a\xfb\xc8\x65\xd6\x64\xe7\x8c\xe9\xed\x6a\xbb\xb6\x7a\x41\x7b\xb5\x6a\x65\xc3\x7a\x6d\xfd\x83\x74\x15\xf2\x42\xec\xda\xd0\x1d\x64\x70\x4e\xaf\xef\x3d\xa4\x85\xe7\x62\xec\xf4\x52\xf7\x64\x13\x9f\xcb\xdd\x40\x58\x68\x86\x04\xb0\xb8\x31\xa7\x3a\x58\x75\x35\x1e\xf3\x16\xa8\x71\x93\x73\x4e\xdd\x21\x22\x55\x10\xf9\x3c\xf2\x75\x18\x3b\x0e\xf9\x21\x1f\xb1\x51\x72\x64\xf1\x1c\xc0\xe5\xc5\xe5\x99\x44\x92\x40\xa3\x4f\x91\x95\xa5\xe8\xc0\xf5\x1c\x10\xe8\x71\xfa\xa3\x66\xa9\x11\x44\xaa\x5e\x7b\x9f\xb5\xe8\xeb\x6a\x1a\x6c\xa6\x51\xc4\xb3\x68\xd2\x19\x9f\x78\x17\x14\x60\x8d\xbb\x04\x43\x18\x57\xfd\x53\x4b\xcc\xae\x97\xd1\xde\x92\x59\x3c\xe8\xba\x06\x0b\x6a\x6b\xf5\xc0\x5c\xea\x54\x76\x2a\x53\x71\xb2\xea\xe4\x70\xe0\x33\xb1\xc1\x28\x05\x51\xa7\x28\x03\x08\x6f\xe8\x35\x37\x8a\x5e\x4b\xd6\x51\x92\x9b\xc4\xa0\xf7\xb3\x19\x4a\x62\x37\x37\x24\xa6\xcd\xce\x6c\x96\x0c\x92\xc3\x6d\x50\x0f\x01\xe8\x40\x64\xd5\x15\xfa\x37\xca\xaf\x73\xb9\x44\x6e\xb0\xc4\x70\xe9\x3a\x2c\x8d\x75\x0b\x66\x6f\x7f\xdc\x26\xdb\xe1\x0a\xbb\xfb\x78\x20\x1e\x4f\x43\xab\x50\xbd\x55\xe3\x72\x32\xa6\xbe\x2e\x2a\x40\x32\x98\x46\x45\xc5\xc9\x3c\x2b\xe7\xab\x32\xeb\x64\x0e\xb9\xa8\x6d\x82\xb5\x6b\x90\x17\xe6\x46\x1e\x84\xcb\x24\xb0\x8a\xf2\x62\xa2\xd1\xf3\x5f\xa0\xc7\xb4\xa5\x43\x79\x91\x70\xb3\xe8\xa3\xcd\xd7\xf5\x85\x34\xb4\xb9\x11\xfb\x49\xdd\x8a\x13\xa8\xb0\xe1\x1d\xd6\xa7\x95\xe0\xca\xb2\x43\xdd\x80\xdd\xa4\x00\xd1\xc4\xae\x33\x46\x4d\xd8\x07\x22\x6d\x22\xec\x2a\xe1\xc0\x47\x8a\x8e\xcf\x8e\x06\xf1\x37\x73\xf3\x8b\xbc\x3a\xa9\xb3\x26\xef\xdd\xba\x5b\xcf\xc5\xba\x9d\xe6\x3c\x2b\x35\xe7\x4d\x6d\xbd\x3f\x86\x75\xb8\xa5\xda\xf1\xab\xbe\xb9\xb1\xc3\x22\x13\x1f\xdf\x7b\xdb\x71\x9f\xa0\x51\x36\x9b\x9c\x3b\x70\x27\x94\xdd\x4a\x7e\xed\x76\x21\xf0\x68\xc2\x7f\x83\x6a\xce\xe4\xc5\xe4\xf2\xac\x98\x9f\x01\x8b\x32\x11\x1b\x27\xb2\xea\x3c\xbf\x93\x04\xe7\xd8\x84\x7b\x6c\xc8\x41\xbe\x05\x17\xf1\x02\xee\x8e\x98\x13\x53\x9a\x67\xf4\xf2\x0d\x11\xd8\xb8\xdb\xb1\xe1\x9b\xf9\xbc\xd1\x66\xc5\xfa\xe1\x9e\x28\x46\x49\xfb\xff\xa4\xeb\x14\x7a\xcc\x7e\xcb\x79\xbb\xd7\xb0\x99\x47\x41\x6c\xf4\xa5\x5c\x74\xde\x73\xbd\x5e\x8b\x1e\x7b\x2b\x0d\x2f\xbb\xfb\xf8\x4f\xea\x24\x68\x92\xef\xd2\xcb\x5d\xd5\xcd\xc7\x94\x04\x29\x3d\xd8\x4a\x82\x17\x96\x1d\xb5\x22\x67\xc5\x42\xf1\xee\xe0\x99\xd6\xb4\xfc\xc3\x4c\x3c\x7e\xc4\xdf\x50\xbe\xd9\x5e\x27\xfe\xf1\xf4\x00\xd8\x64\xa7\xc7\x34\x74\x26\x8f\x78\xe8\xfa\xbf\xe9\x96\xa7\x72\x7d\x28\xd3\x0b\x22\xd7\x6f\x22\xd3\x6f\xdc\xbb\xd8\x1d\x20\x98\xe5\x6f\xc0\x8e\xe2\xd7\xcd\x20\xc0\xa1\x09\x7a\xa5\x51\x31\x34\x82\x18\x66\x2e\x74\x1c\x24\x88\x67\x65\x4e\x68\x6b\x22\x09\x82\x02\x5c\x50\xe0\x4a\xa8\x2f\x23\xe6\x0e\x8b\x97\xd7\xac\xca\xb1\x31\x95\x04\x6d\x47\x6f\x9d\xe4\xca\xe8\xba\xd6\x73\x55\xfc\x46\x72\x19\x61\xbf\xaa\x69\x3f\xb6\xa3\x38\x93\x8d\xd4\xf6\x6a\x4e\x30\x2f\x2a\xd1\xd6\xe7\x52\xc8\xfc\x54\x8a\x79\xd6\xc2\x4d\xac\xaa\x3b\xb1\x5a\xe6\x80\x84\x21\xcb\x52\xe4\xab\xc6\x44\x67\x52\x03\x9a\x90\x96\x4e\x56\x9d\x58\x14\x8d\x5c\xd4\x5f\x45\x5e\xcb\xb6\x1a\x74\xa2\x5d\x2d\x21\x10\x64\xd1\x8d\x45\x5b\x8b\x4b\x84\xd0\x50\xa5\x35\xe6\x8f\x86\xe4\x80\xd9\x2e\x3a\xd3\xa2\xe6\xce\xb6\x76\x3d\x00\x12\xb6\x40\x5e\x04\x2a\x58\xfd\x08\xab\x97\x53\x47\xc5\x0a\xa4\xa8\x6d\x2e\xc8\x5b\xbd\xcf\x38\xd9\xc5\x4c\xb7\x12\x5a\xdd\x6b\xe1\x83\x07\x82\x7e\x48\x45\xed\xe4\x42\xce\x3c\xab\xe6\xb2\x0c\xe3\x85\x2a\xf2\xd3\x1a\x1d\x99\x35\xe5\x95\xbb\x4f\xf3\x9b\x91\x99\xd0\x65\x03\x81\x23\x99\x90\xec\xe1\xd6\x0c\xe5\x85\xdb\x6b\x71\x61\x4e\xf3\xfb\x35\x42\xf9\x4e\x44\x2a\xa7\x2c\xc9\x5b\x21\xc6\x9a\x12\x79\x3c\x06\xe5\x35\xc7\xb9\x56\xdc\x4f\x8f\x0e\x21\xcd\x1b\x95\x68\xa3\xc8\x5a\x9f\x53\x64\xac\xbb\xbd\x23\xdd\xf1\xc2\x7d\xa5\x0e\x38\x36\x56\xd2\xd0\xae\xf9\x3d\x76\xf0\xf9\xcc\xda\xbf\x7e\x6e\x32\x2b\x7e\x99\x68\x5e\xc2\xd5\x4d\x7f\x36\x2b\xc8\x85\xda\x75\x37\x2c\xfb\x18\xc7\x79\x1c\x80\x1f\xdd\xf3\xee\xb9\xe5\x8d\x33\x7d\x6d\xec\x1d\x76\x5c\x7e\x74\x17\x4d\x8e\x1f\x13\xbf\x71\xfa\x07\xd7\x6a\xb9\xc1\xb1\x35\x2f\x65\xd6\x40\x72\x03\xfd\x11\x8d\x84\x1b\x01\x1e\x5d\xfa\x00\x12\xc7\xda\x2e\xb9\xab\x85\xac\xda\x55\x23\x15\xdb\x9d\x67\x95\x98\x67\xdd\xfc\x2c\xa9\xba\x4c\x1e\x5c\xab\xe5\x66\xc7\xd6\xaf\xcb\x6f\xa2\x4c\x48\xdd\x82\x3d\x96\xf0\xcd\x38\xf6\x36\xda\xa1\x58\x6c\xd2\xd8\xaa\xdf\xf2\xcb\xec\x7a\xce\xf7\x0d\xf8\x1e\xb4\xbf\x76\xef\x79\x41\x23\xe3\x21\x2b\x19\xd2\xb8\x98\xdd\x33\x7e\xea\x93\x20\x48\x18\x92\x2b\x6f\x05\xcc\x94\x68\xca\x26\x9b\xd3\x8b\xf3\x1a\x0f\xb9\x12\x0f\x0e\xe6\xe6\x24\xc0\xc5\xed\xd7\x27\xc7\x0a\xf4\xd0\x62\x25\x2f\x5d\x58\xa4\x99\x86\xe9\x26\x13\x60\x3f\x3e\xe9\x25\x47\x3f\x16\x1a\xad\x96\x07\x29\x35\x24\x17\xf4\x92\x91\x5b\xf0\x75\x48\x6b\x0c\xc8\x08\x66\x6d\xa1\xe3\xa3\x73\x4b\xcd\xa6\x2b\x09\x02\x14\x2a\x9c\xdc\xd3\x86\xba\xad\xba\xbf\xe0\x5a\x48\xde\x8f\x19\x90\x84\x96\x67\x9a\xae\x14\xfb\x06\x70\xe7\xe9\x4c\x68\x03\x26\x93\xf2\x6c\x86\xb5\x88\x29\x49\xf1\xf2\x3c\xd5\x79\xb0\xe3\xae\xdb\xd6\x62\x92\xf7\x39\x73\x1d\x3c\xd9\xa8\x73\x99\x6a\xf3\x44\x4c\x45\xa6\x9a\x3a\x09\x9b\x41\x2b\xc8\x7b\xb7\xf2\xd4\xb4\xf2\xcc\xb6\x42\xdb\xf1\xaf\x4a\xdb\x3d\x23\x25\xee\x5a\xb7\x1f\xab\xef\xc6\xdf\xe9\x80\xff\x3f\x88\x4c\x47\x68\xd7\xd1\xf5\x21\x42\xec\xe0\xc9\xc7\x4a\x67\xb8\x46\xe0\x55\xc5\x8d\x75\xf8\xfd\xc9\xde\x64\xb2\xf7\x6b\x57\x94\x45\x57\x60\xe0\x7d\x9b\x35\x88\xf3\x29\x52\x41\xfb\x4f\xb2\x56\xb2\xa2\xa7\xb2\x8b\x84\x3a\x4f\x96\x47\xf8\x57\x52\x03\x60\x89\xc1\xb0\x79\xb4\x51\x8c\x2d\x1f\xa6\xbb\xb8\xf3\xe1\x37\x87\xd9\x99\xfa\xa8\x3e\xa4\xba\xa6\x7a\x02\x3d\x73\x41\xf2\x81\x4f\xb0\x5c\x56\x26\xd2\x6b\xbd\x36\x3c\xfe\x33\x31\xd3\x2b\xf1\xf4\x9b\x0f\xe6\x63\xf5\x6c\x18\xd4\x37\x4e\x2c\xc9\x98\x9c\x91\x8a\x3a\xe6\xf5\x52\x4e\xc5\x80\xe5\x1c\x98\xf3\x51\x4f\x00\x2e\x4e\x74\x65\x52\x23\x01\xa6\xb4\x15\x9d\x42\xb4\xa2\x56\xe2\xfb\xba\x99\xd7\xb1\x98\xb7\xed\x66\xb4\xfb\xf2\xa7\x83\x5f\x5f\x1d\xff\xfe\xfc\xe5\xab\x57\xbf\x1f\x1d\xff\xc7\x2b\x75\x6f\x7b\xfb\xee\x28\x24\xc1\xf7\xf5\x65\x8a\xfe\x0c\x10\x54\x58\xe8\x55\xd1\x76\x8e\x34\xbc\x42\xae\xe2\x9f\x0a\x59\xe6\xad\x41\x77\x0c\x1b\xc6\xef\xeb\x2a\xc2\x4e\x40\xde\x44\x55\x98\x83\xd2\x2a\x12\xe9\xa9\xec\x9e\xcb\xb2\x3c\x96\x5f\x3b\x0f\xd9\x0e\x65\x11\x0b\x75\x35\x32\x80\x12\xf6\x00\x55\x57\x2b\xbc\xeb\xcf\x00\xdf\xc5\x19\xa8\xb9\xdf\x26\x0b\xd5\xa7\x37\xd9\xb9\xd4\xa0\x30\x1f\xfc\xf4\x4f\x62\x2a\x06\x03\x2d\x51\xa8\x73\x4e\x57\x49\x5e\x1a\x5d\x8a\xa5\x44\x7b\xf2\x99\x0e\x40\x15\x56\x16\x00\xb9\xe4\x6a\x29\xeb\x05\x29\x3c\xd0\x8c\x79\xe0\x03\x02\x42\x96\x49\x57\x1f\xc1\xf8\x38\x20\x2a\xcd\xa2\x78\x29\x74\x14\x45\xfd\x1f\x84\x33\x90\x59\xd4\x8d\xb6\x58\x40\x17\xc1\xa6\xbe\x1c\xb4\x00\x15\xdc\x02\x18\xbc\xf8\x4c\xc8\xe2\xb3\x92\xeb\xb1\x86\xeb\x7f\xcf\xeb\xf9\xf3\xac\x93\xa7\x75\x73\x25\x48\x1e\x75\x4e\x2b\xc9\x3c\xc6\x51\x2c\x59\xac\x67\x2a\x9c\xc2\x9e\x19\xf0\x20\xbb\x86\x4c\xbb\xa4\x45\x53\x2d\x7c\x34\xf5\xa5\x0b\x91\xa7\xd3\x38\xc0\xb1\x98\x25\x37\x91\xce\xaf\x56\x9c\xfc\x4a\x6f\x95\x26\x6c\x9e\x15\x76\x8c\xa5\xcc\x61\x27\xcf\x59\x40\x50\x4d\xa2\x80\x12\xf9\x8b\xbc\xf2\xb2\xc3\xf0\xa6\x38\xac\xb7\x34\x8d\x74\xb9\xfd\xf1\x8a\xd5\x88\xb0\x60\x68\x5e\x7e\x50\x15\x18\x6c\x8c\x8c\x1b\x59\xd3\x21\x56\x71\x6b\x26\x4d\xd3\xa8\x7e\xff\x22\x3d\x6a\xd1\x2b\x1f\xd7\x62\xa5\x38\xd2\xe2\xa9\x9e\x52\x4d\xee\xbf\x48\x8b\xc7\xf2\xc9\xee\x23\xfe\xbe\x22\xc4\xed\x33\x2b\x59\x47\xda\x10\xb3\xa0\x4d\x1b\x01\x1e\x70\x5e\x53\x1f\x67\xe2\xfa\x96\xd7\xab\x15\x75\x6c\xb6\x68\xff\x9f\x67\x65\x79\x92\xcd\xbf\x68\xbd\xc4\x70\x61\xf9\x8a\x6f\x6f\xed\x38\xce\x3a\xa3\x6b\xff\x22\x37\x66\xa3\x19\x93\xd0\x83\x76\x65\xc7\x02\xb9\x11\x34\xaf\xa8\x62\x4c\x71\xbc\x6c\xaa\xb6\x7a\x14\x33\xe1\xfa\x19\x78\xa6\x5e\xa2\x76\xde\xce\xbc\xf1\x4d\x75\x17\x0f\xcd\x2e\x34\x7b\xf2\xde\xe6\x90\x7f\xd8\xe5\x1a\x7c\x24\x9a\xf7\x7d\x31\xc8\x56\x5d\xcd\xd2\xa6\xa9\x7a\x1e\x7e\xe4\xaf\x07\x6c\x3f\x81\x19\xf0\x2b\xb9\xe8\xde\x65\x39\xe8\x67\xd7\xe7\x86\x10\x15\x89\xec\x43\x6b\x28\xae\x32\xc8\x5c\xec\xc7\x6a\x78\xf9\xb5\x6b\x32\x56\x0d\x8b\x59\x68\x26\x10\xc2\x58\x0b\x6e\x49\xfe\xfd\x35\x5d\x43\x4f\x39\xba\x2f\x3e\xef\xf2\x0c\xb7\x9f\x81\xd5\xdf\x7e\x26\x95\xfb\xb6\x9e\x09\x83\x41\x1f\xd9\xbf\xc8\x2d\xe8\x7f\xa1\x78\x1c\x6e\x58\xb1\x4f\x37\x6f\x32\xaa\x1d\xc6\xb3\x8b\x16\x1f\x34\xf5\xa5\x8e\x70\xa7\xfa\x6a\xe2\x57\x0c\x42\xfb\xc4\x46\x66\x79\x5d\x95\x57\xf4\x43\x8f\xfd\xb9\xb0\x04\xe1\x85\xd8\xf4\x3e\x17\xed\xeb\x55\xa9\xc4\x95\x0a\x9c\x7a\x18\x0f\xa6\x1f\x53\xa5\xdd\x60\x22\xa5\xed\x47\xaf\x34\xcf\xa7\x06\x9c\xaa\xde\x12\x52\x58\x44\x7f\x9a\x46\x3e\xfd\x5a\x2d\xe1\xa3\x5f\x6b\x74\x2a\x78\x78\x2c\x10\xbb\x66\xd7\xd7\xb8\x81\xc5\x6d\x68\xe5\x19\x8f\x16\xf9\xbe\xbe\x7c\x0e\x81\x47\x7a\xf2\xef\xa6\x63\x47\x30\x5b\x58\x1b\xcb\x6c\x48\x38\x11\x67\x3f\x46\x5a\xa2\x9d\xe7\x96\xb0\xf6\xfe\xad\x07\xfb\x81\x1f\xaf\xde\xce\x1c\x53\x42\x46\x5d\xaf\xd9\x92\x7c\xc7\x80\x6d\x34\xa1\x3b\x3e\xf9\xd0\xc9\xf6\x76\xcd\x44\xa1\x80\xf0\xf1\xbb\xb8\xa5\xb3\x1d\x01\x0b\xcb\x62\x4c\xe9\x9f\x85\xe0\x49\x70\xb5\xb3\x4c\x61\xe6\x1f\xdf\xdc\x92\xde\x2f\x6c\xa6\x9a\x72\x66\x81\x87\x9b\x3d\xc4\x89\x74\xa9\xb8\x52\x51\x89\xe0\xf3\x10\x61\xb4\x59\xfa\x07\x57\xe6\xd3\x68\x24\x6e\x6e\xd8\xd6\xc5\x6f\xb6\x79\xfe\x35\x14\x4d\xbc\x0c\xde\x89\xca\x06\xa6\xc4\xe4\xda\x3b\x6a\x63\x27\x70\x02\xa8\x76\xc2\xca\x06\xaf\xbe\xbc\xde\xe8\x95\x28\x5a\xd1\x98\x97\x4d\xbe\xee\xaa\x8e\x84\xb2\xd5\x9d\xba\x11\x11\xd1\x36\xec\x04\xd2\xc6\xb2\x91\x17\x45\xbd\x6a\x09\x6d\x31\xa1\x87\x2e\x70\x84\xb4\xd8\x59\x35\x4b\xc8\x80\x8a\x78\x28\xf9\xee\xd3\xbf\xe0\x76\x44\x84\x10\xbb\xeb\xe9\x51\x13\xac\x7d\x7b\x56\x5f\xda\x06\x94\x94\xa2\xe3\xfd\x78\x8b\x9d\x3e\x49\x1f\x3c\x08\x87\x1e\xe4\x08\xca\xfb\x45\xbc\x25\xf3\x7b\xd5\x35\x2b\x99\x9c\xfe\xd4\x2c\x7b\x2b\xc0\x06\xe5\xf9\xc7\xc0\x02\x73\x1b\x0c\x72\x39\x70\x09\xa1\x35\x55\x70\x51\xa0\x3b\x96\x27\x85\xb7\x04\xfd\xc1\x45\x8f\xe5\xe3\x8e\x1d\x64\xee\x6b\xfc\x55\xc8\x91\xbb\x6f\xaf\x61\x7e\xd5\x87\x80\x3b\x00\x46\xf6\xe6\x68\x55\x7d\x1e\x07\x60\x28\xec\x60\xb2\xb7\xef\x94\x8b\x38\xd4\x7d\x7a\x15\x47\x59\x1d\xfe\xff\xa6\xce\xb5\x22\x0c\xac\x66\xe0\x26\x7e\x73\x23\x76\x0c\x6d\xf2\xbb\xae\xf3\xcc\x62\xc7\x09\x51\x03\x68\x2a\xd7\xc5\xb7\xd7\x1f\x42\x4f\xaa\xa2\x2b\xb2\xb2\xf8\x87\x7c\x4e\x42\x4a\xc3\x7c\x81\x0e\x13\xa2\x88\xc1\x9f\xf3\x16\xef\x5d\xed\x19\x44\x09\x52\xd9\xb3\x06\x25\x82\x53\xd9\xbd\x41\x37\x73\xab\xcc\xca\x8b\x0b\x8d\x1d\x59\xe8\x3b\xa9\x66\x35\xb6\x99\x03\xa6\xa9\xeb\x51\xff\x84\xd8\xc2\x1b\xea\x70\xae\x85\x17\x8d\x37\xaa\xb7\x81\x2f\xac\x14\x8d\x9c\x46\x3a\x08\xc9\x32\x57\x4d\xed\x91\x2c\x89\x06\xf1\xac\xee\xd1\x14\xb1\x72\x36\xfa\xcc\x58\x84\x11\xb2\x3d\x25\x99\xcd\xc0\x6a\x38\xe2\x00\xd0\x47\x2f\x5f\xbd\x7c\x7e\x7c\xf8\xf6\xcd\xef\xcf\x7f\x3e\x78\xf3\xd7\x97\x5e\x1d\x36\x37\x9f\xe9\x68\x3c\x76\x5e\x92\xcc\x02\xd7\xf1\xd9\xbd\x69\x8e\x91\x0d\x74\x7b\x56\x39\x56\xb4\xcb\x1a\x01\xcd\x37\x2f\x74\x27\x7d\x9e\x9d\xbc\x0d\x26\xd5\xf6\xce\x0b\x8b\xc2\x4b\x9a\xaf\xbd\xca\x43\xa7\x06\xa6\xa9\x54\x8c\xf4\x93\xe3\xa4\xb3\x81\x9e\x12\xe8\x39\xad\xa6\x84\xcf\x7f\xbc\xba\xf3\x5d\x53\xcf\xc1\xec\x05\x06\x73\x24\x3b\x9f\x00\xbb\xab\xb2\xa8\x4e\xfd\x87\x86\xc3\xde\xd7\x0c\xaa\x0a\xa5\x4e\x8e\x21\xed\x3d\xdd\x74\x96\x8d\x26\x47\x6b\xef\x8a\xaa\x93\xcd\x22\x9b\x4b\x96\xd3\x6c\x16\x0c\xbf\x82\x7c\xb3\x75\x4f\x9f\x5a\x5b\xf9\x84\xa6\xe3\x46\xcc\x4a\xfa\xf5\x76\x6d\x43\xae\xfe\x96\xb5\x39\x4d\x77\xe7\x09\xf2\x56\xb0\x21\x91\x59\xbb\x6a\xe4\x61\xb5\xa8\xf7\xad\x8d\x64\x41\xdd\x9d\x9e\x50\xf5\xa1\x3d\xa5\x9e\x18\x3d\x9d\xae\xe0\x45\x5d\xc9\xa9\x18\x9e\xe3\x5f\xb9\xb6\x97\x24\x01\x1c\x2f\x6a\x0d\x79\x79\xab\xc7\x6c\xe2\xd3\xec\x07\xc3\xd5\xea\x50\xad\x7c\x7c\xf1\xfe\xed\xbb\x77\x87\x6f\xfe\xfa\xfb\xf3\xa3\xa3\xdf\x9f\xbf\x3a\x38\x3a\x12\x33\x31\x28\xda\xdd\x5c\x57\x40\x57\xd9\x19\x22\xd8\x9e\x7e\x50\x82\xcc\x87\x4f\xec\x05\x47\xad\xbd\xe0\x3b\x4d\xc8\xaf\x9d\xac\x72\x7d\xfc\x4d\xa2\xca\xd6\xd4\x8e\xcc\x3a\xa9\xaf\x4a\xf6\x99\x1a\xe3\x5d\x4d\xc9\x81\xf8\x84\x7d\x6f\xea\xba\xb3\x5a\xb9\x79\x23\xb3\x0e\x14\x8b\xf4\xf5\x4f\xab\xaa\x1d\xcc\xa3\x2c\x4b\x3d\xdb\x4d\xa2\xe8\xd1\x32\xab\x52\xc5\x17\x96\x8b\x85\x65\x1d\x8b\x0b\x8a\x99\x59\x76\x9b\xc7\x28\xda\x20\xdf\xde\x0f\x3f\x88\xdf\x74\x20\x83\x8e\xc6\xef\x7b\x51\xe4\xaf\xeb\x15\x18\xc8\xb4\xe2\x44\xca\x0a\x22\x88\xc9\x3c\xb4\x48\x31\x39\xd1\xd3\x8c\x6f\x0d\xd2\x0d\xe4\x98\x47\xab\x93\x76\xde\x14\xc0\x55\x95\xcc\xe4\x4e\x01\xdf\x78\x62\x4e\x3a\x1c\xb2\x96\x60\xb3\xb7\xcf\xfc\x05\xba\xa4\x43\x8e\x73\xb9\x0f\x03\x96\x6d\xf0\x89\xd7\x91\x35\x45\xf6\xbe\xbe\x7c\x21\x6d\x97\x0f\x73\x32\x7b\x1f\x5d\xa8\xb7\x56\x5d\xc8\xe7\xf8\x46\xd7\x14\x17\xaa\x9f\x59\x27\x7f\x6a\xea\x73\x84\x11\xc4\xdd\x56\xc9\xaf\x9d\xa7\xa9\x65\x54\x89\xb9\xcc\xdd\x20\xc2\x05\x6c\xd0\xaa\x51\x98\xee\x89\x92\x56\x98\x9f\x4c\x26\xac\x46\x2b\x17\xfb\xec\xe6\x54\x76\x9c\xcd\x0c\x6d\x7f\x47\x2c\x88\xd5\x2d\x51\x57\x37\xab\x79\x57\x37\x26\x96\x43\x6c\x54\x56\xc6\x6d\x57\x4b\xa9\x73\x12\x1b\x95\xa8\x2c\x0a\x66\x2b\x3c\x8a\x07\x6e\x48\x44\xdf\x25\xbb\xd2\xe6\x24\x79\x5b\x1d\x31\x2b\xf4\x2c\x4c\x8e\x74\x49\x47\x19\xe1\xad\x71\x53\x24\xc3\x02\x3d\x63\x24\xde\x9b\xc8\x0e\x64\x2f\x62\x96\x86\xe6\x66\x02\xcc\x86\x8a\x1b\x0b\x5d\x7b\x61\x47\xc7\x6e\x78\x78\xfb\x55\xf7\x76\xbb\x7b\x7b\xdc\x07\x79\x35\x24\x86\x64\x5d\xc7\xe0\x74\x1c\x00\x93\xbf\x8f\x01\xcd\x98\xd6\x35\x69\xf1\xeb\x89\x24\x6a\xd6\xb0\xf2\xb1\xff\x51\x07\x19\xf4\x93\x4f\x65\xa7\x76\xa1\x1f\xbc\x2e\x66\x00\xe9\x46\x17\xf3\x30\xa5\xad\x4c\xea\x6a\x48\x26\xce\x97\x9d\xc7\xce\x66\xd7\x33\xe1\x8a\xb6\x46\x66\xfc\xc1\x03\x58\x05\xcf\xb5\x12\x3d\x9f\xe1\xfa\x97\x2d\x97\x32\x6b\x5a\x51\x66\x9d\x5a\xbd\x4b\xa9\xae\xbd\xab\x32\x17\x97\x59\x81\x6f\x95\x45\x27\x4e\xc0\x70\xc6\x46\x6d\xec\x5c\x74\xc5\x09\x1f\x8d\xcf\x7f\x7d\x6d\x81\xfb\xce\x36\x15\xb3\xcd\x0a\xe9\x0f\x35\x2f\x43\xc3\x38\x7a\x98\xd6\x88\x53\xa7\xd9\x7b\x49\xd7\xbb\xf5\x14\x2a\x82\xe7\x28\xb2\x11\x21\x7b\x68\x6c\xca\xe6\xc4\x8b\xc0\xc2\x14\x2e\xef\xbc\x6f\x4e\x53\xe8\x15\x4d\x94\x8a\x17\xf0\xb6\x52\x58\x94\x67\xc0\x1a\xa2\x10\xf8\xb1\xfd\x15\x81\x0a\x8b\x65\x83\x48\x0e\x75\x2b\x99\x87\x47\x2e\x4b\xd9\xc9\x9e\x52\x29\xd7\x9f\xf4\xe8\xd6\x31\x8a\x35\xac\x22\x59\x71\x94\x6b\xac\xe1\x1b\x49\xce\xb1\x29\xef\x70\xdc\x23\x6e\xbb\x1e\x12\xa0\xd5\x6f\x93\xc4\x49\x51\xd1\x30\x74\x1a\x80\x85\xc8\x7b\x49\x78\xb2\x4a\x5e\xea\x37\xcc\x9e\x52\x29\x74\xb2\x09\xbc\xbb\xb0\xd7\x40\xbf\x63\x4c\xc0\x1f\x9a\xd6\xe8\x0b\xe2\x1a\x4b\xec\x35\x87\xe0\x6d\x94\x1d\x1a\x83\x13\xce\x16\x77\xe2\x1c\x2b\x60\xd0\x7f\x00\x4b\xfb\xad\x28\xcb\x5f\xab\xf3\xbe\x53\xd5\x30\x26\x92\x35\x75\x7a\xee\xed\x89\xb7\x55\x79\x05\xdc\x19\xf8\x3a\x2f\x35\xd7\x2f\xf4\x6a\x2a\x2e\xa5\x38\xcb\x2e\xa4\xc8\x2a\x3f\x98\x21\x2f\x13\x9e\x1a\xec\xbb\x3f\x50\x57\xcd\x46\x6c\x63\x2b\xa6\xb1\x29\xcb\xf0\x62\xb0\xe9\x63\x95\xd7\xc7\x97\x03\xcf\x39\x2b\xe8\xe9\x43\x66\x9d\x54\x0c\x62\x73\x42\x18\x0e\x83\xa3\x79\xbc\x0b\x0c\x3e\xf2\xd5\x5c\xe6\xef\xeb\x4b\xd4\xe6\x32\x5f\x56\xbb\x0b\xbd\x0b\xff\xac\x57\x1c\x0e\xe1\xe2\xd1\xc2\x98\x0b\x9a\x13\xa7\x30\x80\x23\x21\x68\x85\x64\x88\x81\xf4\x31\xa2\xb7\x6f\x97\x26\x7a\x34\xd7\xc9\x92\x31\x8f\x45\xd0\x51\xdf\xa5\x38\x6c\x20\xb2\x79\xd0\x62\x6a\xd8\x07\x3b\xe5\xa6\x31\x78\x2d\x8e\x3a\x17\x58\x12\xd3\x54\xf5\x92\xb3\x6d\xf6\xe6\x10\xbe\x37\x90\x78\x1e\x8b\x32\x43\xb0\xa0\xb7\x10\x4f\x42\xcc\xc4\xbf\x90\x60\xbc\x1a\xd4\x07\xd4\xbf\x33\xcb\x54\x48\x6a\x90\xd7\xd8\xcd\x68\xb5\x73\xf0\x3d\x30\x7b\xf2\x9e\xd5\x6c\x6a\xdc\x1c\x4a\x78\xb1\xfa\xec\x3a\xd4\x96\xfb\x3f\x72\x33\x17\xe8\xbe\x69\xed\xef\xeb\xcb\x83\xa6\xc8\x5e\x65\x27\xb2\x8c\xa4\x93\xbb\x6a\xf2\xeb\x89\xcc\x7f\xbc\x22\xd7\x98\xbf\x36\x85\xda\x1d\xbc\x03\x3f\x82\x3f\x5b\xd8\x94\xe9\x9d\x1a\xe5\xf3\x60\xd5\xf7\x7e\xf8\x41\x1c\x94\x45\xd6\xaa\xa1\xe1\x45\xfb\xa0\x85\x47\x09\xab\x1d\xcf\xaa\xdc\x3a\x23\x76\x75\xa8\x3d\x2f\x16\xac\x6c\x5e\x4b\x74\xa9\x93\x5f\x8b\xb6\x23\x41\x21\x49\xa6\x70\x96\xdd\xe8\xaa\x1c\xd8\x7f\xde\x9d\xd9\xb4\x5e\x03\x33\x7c\xb4\xc8\xe6\x4e\xca\x00\x57\x32\xd7\x84\x31\x38\xd6\x99\x23\x06\x6c\x42\x9c\xaa\xab\xe9\x1b\xd9\x76\x45\x75\xfa\x42\x2e\x49\xdb\x0c\x63\x6d\xc6\xa3\x5b\x7b\x56\x06\xac\x32\x47\xf9\x46\xd3\xc3\x33\x69\x97\xf2\xdc\x3c\x61\x12\xd7\xcd\xcd\x85\xeb\x31\xb9\xd3\xf6\x03\x68\x10\xce\x66\x1a\x0c\xd4\xa0\xe6\x8b\x57\x93\xc7\x24\x59\xc5\xaa\xf9\xec\xf4\x14\x1e\x05\x66\x1e\x97\x10\xfb\x62\x67\x67\xc8\xd3\x26\x3a\x92\xb8\x3a\x3e\xe3\x5f\x40\x14\x19\xf9\x6f\xc0\x82\x05\x93\x62\x97\x73\x31\xa3\x93\xb0\x9f\xbe\xc3\xdf\xdc\xf4\xa9\x38\xa7\xe6\x86\x6f\x1a\xca\xcc\x4e\xd2\xfe\xf8\x64\x1b\xe3\x3b\x36\x4d\xc1\x5e\x27\x3b\x1d\xea\xa5\x58\xa5\x34\x7d\x3f\x9e\xbe\x41\x03\x84\x57\x44\x6a\xc7\xf4\xb0\x76\x48\x5f\x53\xfb\x3c\xd3\x97\x6a\x70\x75\x62\xfe\x4d\xce\xa9\xc9\x66\x52\xac\xd7\x7f\xdb\x1f\x81\x38\x69\x68\xde\x23\xa1\xe7\x88\x58\xf6\x6b\x85\x95\x69\x62\x5a\x17\xec\xf4\x7c\x55\x76\xc5\xb2\xe4\xf4\xd8\x9e\xe9\xc7\x93\x93\xfa\x6b\x50\xc7\x4e\x3c\x60\xaa\xba\x1f\x84\xaf\x97\x3b\x6b\x03\xa6\xd2\xb9\x27\x9b\x6b\xa3\x20\xad\xfb\xc4\xdc\x60\x4a\x36\x67\x50\xb1\xc1\x04\x3f\xac\x8e\xe0\xd4\x04\xde\xe2\x45\x04\x85\xb4\x09\xc1\xfd\x7e\x08\x58\x16\x69\x4a\x39\x92\xdd\x51\xf1\x0f\x49\xaa\xc3\x2a\xe6\x20\xd9\xa6\x4a\x2e\xc2\x37\xcf\x99\xc7\xdd\xc4\xbe\x97\x30\xc9\x6d\xde\x69\xe4\xd1\x74\x72\x56\x37\xc5\x3f\xea\xaa\xcb\x4a\x4f\x07\xc7\xf0\x31\xa9\x6a\xd4\xff\x3c\x26\xdf\xd8\x93\xd3\x50\x33\x7e\x7e\xcf\x95\xe7\x72\x8a\xff\xec\x70\xd7\xd4\xd0\x28\xc2\x12\xf4\x54\xec\x44\x89\x94\xe4\xcd\xaa\x2b\xea\x65\xc7\xf9\x2a\xad\xb3\xf7\x30\x16\x21\x77\xa3\x65\x63\x69\xde\xd1\xb7\xf6\xac\x4c\x1e\x5a\xee\x44\x22\x57\xc5\x40\x41\x8a\x94\x70\x37\x55\x3d\x5d\x48\x62\x7b\x39\x0d\x56\x3c\x6a\x99\x49\xec\x2d\xa3\x25\x42\x6b\x4c\x35\xd0\x48\x56\x66\x90\xc9\x2c\x54\x12\x99\xed\x77\x56\x0a\x0d\x34\x13\x45\xde\x71\x03\x4d\x6a\xb5\x99\x28\x11\x18\x75\x2e\xb4\x4b\x42\x90\x1b\x3f\x04\x2b\x63\xae\xb8\x8d\xdc\xcd\xda\xb6\x38\xad\xf8\x2a\x21\xfe\x01\xd9\x55\x70\xc9\xd5\x51\xfd\x27\xae\x8a\xee\x4c\x36\x97\x85\x92\x0e\xba\x33\x79\x85\x20\x20\xf3\x6c\xd5\xca\x50\xee\xeb\x6a\xb1\xaa\x2a\x39\x97\x6d\x9b\x35\x85\xb1\xdd\xdd\xdb\x53\x5d\x68\xb4\xc9\x79\x2b\xa5\x38\xeb\xba\x65\x3b\xdd\xdb\x3b\x2d\xba\xb3\xd5\xc9\x64\x5e\x9f\xef\x9d\x17\xf3\xa6\x6e\xeb\x45\xb7\xb7\x28\x57\xb2\xea\x56\xc5\xde\x72\x55\x96\x7b\xff\xfa\x7f\xff\xdb\xbf\xb9\xce\xbc\x97\x8b\x6c\xde\xd5\x4d\xb4\xe9\x53\x59\xc9\x46\x5d\xfc\xea\xcb\x4a\xcb\x78\x2a\xb9\x91\x00\x23\x52\x49\x99\x83\x66\x16\xa6\xcf\x5d\x34\xa3\x97\x30\xfe\xf4\xa4\xe4\x84\xeb\xdb\x31\x9f\xbe\x51\x18\x96\x98\x95\x99\xf1\xec\x71\x90\x2f\xd7\xff\x19\x93\x98\xf7\x23\x66\x37\x43\x2a\x2d\x07\x13\xa0\x8e\x6a\x3f\x2d\xdc\xa3\xb6\x31\x87\xfd\xeb\xec\x53\xdd\xdd\x95\x76\xdc\x00\x56\xb3\x44\x86\x5f\x6e\xed\x68\x01\x08\xbd\xc8\x6f\x77\xd1\xc2\x9b\x82\xce\x32\x19\x7b\x76\xcd\xfe\xbc\xf5\xf5\x55\xad\x31\x1a\xa6\xed\xa8\xe3\x6d\x76\xad\xfe\xef\x25\x1e\x22\xfe\xac\xfd\xf5\x36\xc6\xc4\x67\xd7\xee\xf7\xa0\xbd\x23\x7b\x4e\xce\xae\x87\x4c\x5e\x40\x08\xa8\x47\x23\xf1\x50\x0c\x83\x0b\x81\xfd\xca\xb0\xbe\xfd\xcb\xe6\xec\x3a\x4c\x8b\x14\x80\x35\x70\x79\xe1\x4f\x92\xcd\xbb\x93\xce\xae\xbd\x84\xdb\x75\xec\x7e\x76\x1d\x4f\xbf\x4d\x1d\x03\xb8\x48\xee\xef\x10\x86\xdc\x23\x2f\x7d\x21\x7c\x5f\x83\xac\xa6\x58\x3d\x97\x9e\x1b\xfc\x40\x14\x3b\x90\xb2\x1f\xa4\x4c\x69\x55\xec\x01\x31\xf6\x98\x8b\x82\xed\x61\x3e\x1c\x38\xf2\xdf\xcd\x5d\x0e\x82\xcc\xb7\xb7\x27\x7e\x33\x98\x2f\x1a\xb9\x56\x5f\x4c\xdb\xa5\x9c\x17\x8b\x2b\x75\x68\x93\x40\xff\xe0\x65\xa6\x89\xd9\x80\x4b\x18\x9d\xc8\x92\x1c\x95\x7b\x7b\xe2\xf8\x4c\xa2\xdb\x42\xa9\x64\xff\x52\xe6\x27\x57\x16\x2a\xd7\x10\x53\xd0\x1a\xd9\x2b\x13\x3a\x53\x67\x19\x71\x33\x70\x21\xda\xda\xfa\x5c\xc6\xec\xc2\x8d\x36\x69\x27\x74\x52\x30\x5c\x67\x14\xbf\xc7\x60\x3f\xc1\xeb\x44\x75\xc5\xf4\xf4\xb3\x22\x77\xd6\x89\x7d\xf1\x59\xb0\xad\x0d\x97\x23\x36\xb3\x59\x9e\x83\x58\x9a\x95\xda\x03\x0e\x3c\xf6\xea\xcb\x56\x5c\x16\xdd\x19\xb8\xe8\x11\x1b\x34\x5b\xac\x3b\x93\xad\x9a\x3a\x64\xd0\x86\x45\x37\x52\x9e\x36\x05\x40\x13\x8b\x56\x9e\x67\x55\x57\xcc\xdb\x31\xc0\x25\xa9\x09\x0c\xbf\xd1\xe1\x9d\xba\x66\xde\xd7\x97\xc6\x91\xce\xea\x48\xcc\xb4\xed\x8b\x6b\x4b\xd3\x1e\x34\xd9\x00\x97\x52\x5e\xc8\x72\x30\x8d\xed\xfc\x07\x0f\x42\xfd\x00\x46\xb1\xb9\xb9\x49\xd8\xb4\x62\x9d\xcb\xba\x2d\xaa\x56\x76\x83\x69\x28\xcb\x47\xb2\xb7\xb2\x6b\x8b\x7f\x48\x9d\x5b\x0b\xe9\xd4\x2a\xd6\x0f\x5d\xe1\xf8\xba\x15\xad\x89\x38\x17\x22\x7b\x7b\xe8\xdf\xd7\x28\x32\x13\xab\x50\xa6\x94\x64\xd6\xa1\x23\xaf\x9c\xf1\x07\x65\x0a\x00\xea\x15\x4a\x87\xb7\x1f\x86\xac\x1d\x98\xee\xe5\xa6\xf8\x60\x4a\x2b\x1b\xe3\x3e\x2b\x5a\x18\x87\xc8\x0c\x18\xa7\xda\xa9\xab\x56\xe6\xe2\xe4\x0a\xc1\xb8\xce\x6a\x45\xe3\xcb\x65\x59\x20\x02\x5f\x3b\xf1\x9b\xb2\x2d\xf0\x06\x78\x36\xe6\x09\x33\x15\xd7\xb7\xfe\x80\xf9\xbd\xc6\x9f\xc5\x90\x08\x69\x50\x0e\x73\xdd\x99\x5d\x87\x77\x28\xca\xcb\x6d\xa8\x1f\x77\x0c\xd7\xdd\x2d\x97\xf6\x8d\xc5\x85\xc9\x62\x6b\xf4\xa3\x8c\x5c\xab\xff\xfb\x61\x49\x80\x61\xcd\xae\x2d\x4f\xf0\xbf\x9b\x3b\xc0\xec\xda\xea\xa7\x28\x8d\x07\xd9\x8d\x0a\xe1\xe4\x0a\x2b\xf5\x94\x1c\xfb\x7d\xac\x7c\xea\x6b\x2d\xe2\xb1\x47\x02\x01\xd8\x9b\x14\x04\x67\x35\x17\x2e\x03\x50\x1f\x13\x10\xbc\x9c\x5d\xbd\x9a\x9f\xed\x16\xd5\x45\xfd\x25\xdc\x1b\x5e\xde\xcd\xe7\x05\xe9\xba\x93\xe7\x7d\x3d\x41\x9f\xb7\xfa\x52\x67\x89\x5c\xf4\x3d\xe7\x3f\x77\xdd\x7f\x18\xa8\xd2\xe3\x8e\x79\xfd\x4e\x4a\xd4\x93\xcb\x3a\x85\x9d\x5b\xd8\x45\xab\xe6\xbe\xf5\x3b\xdd\x5a\x11\x8b\xaa\x3d\x68\x2e\x25\x5e\x03\x3b\x7a\x5f\xd7\x9d\x37\xaf\xc4\x11\x2c\x4e\x2e\xec\x21\x19\xa1\xf8\xbf\xc8\xab\xd9\xc7\xef\xc8\x19\x9f\x72\xad\x12\x2c\xc8\x01\x38\x35\xa6\xa9\xef\xf6\x19\xdf\xff\x91\xee\x30\x96\xa0\xa1\xfc\x5d\x92\x89\xcb\x42\x39\x01\x93\x26\x1f\x3c\xf0\x46\x93\x17\x17\xa6\xe3\xc6\x13\xf2\xe3\x77\x21\x51\x9e\x9e\x5a\x56\xdd\xbb\x0d\xe0\xfc\x56\x52\x61\x30\x14\xf6\x72\x32\x0c\x58\x6f\x91\x4f\x45\x01\x1e\xa5\xbe\x20\x90\xf2\xd0\x10\x56\x53\x4f\xd5\x1b\xc9\x4c\xfe\xa3\x89\x25\x8d\x0d\x95\x24\xf8\x33\x70\x0c\x6b\x30\xed\x7f\xe2\x88\x14\x01\x61\x67\xa0\x07\xea\x89\x40\x7d\xc3\xb4\x4a\x9f\xf0\x4b\xa0\x6a\xd1\xe9\xce\x1b\x26\xbe\x46\x41\x09\xfe\x3e\x61\x97\xa5\xfd\x1b\x46\x1c\x9f\xc6\xd4\x91\xb3\xb8\x3a\x32\x2b\x2f\xb3\x2b\x1f\x44\x35\xf9\x4a\x36\x5d\xfb\x7c\x66\x7e\xe8\xab\x87\x7f\x52\x8e\xbc\x8d\xc1\x23\x94\x8c\x98\xaf\xd3\x53\xe2\x83\x41\x4b\x91\x57\x9e\xd9\x35\xf9\x23\xf4\x2c\xa6\x9b\x85\x7e\x04\x5d\xe5\xec\x3a\x10\xcc\x76\xc4\x2e\x7b\x4f\x9e\x47\xdd\x25\x60\x3a\x63\x5f\xb4\x82\x37\x76\xdb\x53\x57\x21\xb2\xd9\x8d\xc9\x84\xbd\x68\x53\x4e\x10\xb5\x42\x09\x99\x1b\x9f\xd9\xb5\xa1\x71\x02\x9f\xe8\xa8\x2a\xc9\x18\xa3\x8c\xe3\x9a\x26\xbe\x7c\x4a\x96\xb4\xb2\x04\x2d\xcd\x72\x79\x1c\x26\xa6\x46\x30\x43\xd8\x42\x99\x60\x8b\x6c\xa0\x52\x30\x8b\xae\x35\x06\x1f\x42\xc3\x19\x4c\xf9\x14\x94\x89\xaa\x12\xdc\xa7\x1e\x85\x02\x6d\xf3\xbe\x5a\x03\xf1\xd0\x8b\x82\x16\xb4\xb3\xb5\x32\x01\x7f\xb6\xd0\x15\x08\x16\x6c\x47\x44\x4f\x35\xbe\x7b\x7d\x1a\xd5\x14\x6a\xf8\x93\xb7\x23\xd7\x1e\x56\xf5\x85\x47\x57\xc0\xaf\xe1\x5b\x52\x69\x13\x11\xdb\xc8\x09\xc9\x77\xa7\x19\x94\x33\xae\x77\xca\x8b\x48\xa4\x15\xed\x3b\x01\xaa\x10\x91\xe9\x38\xe7\x13\x78\xef\xb6\x86\x42\xf0\x0b\xd8\x06\xa9\x8b\x2d\xc2\xfa\x6a\x97\x0b\x2c\x87\x9e\xf4\xa0\x5d\x5d\x14\x55\xd1\x9e\x99\xef\xd8\x88\x6e\x4a\x83\x46\x16\xfa\xc5\xe6\xf8\x4c\xb7\x0a\x09\x3c\x0f\x33\x00\x33\x79\x6d\x2f\xac\xc7\x63\xb2\x45\xb4\xf6\x47\x8b\x10\xfd\x41\xd1\xc3\xb0\xe0\x21\x75\x7c\x47\x92\xcb\xa8\x03\x49\xc2\xf4\x6a\x5b\x84\x60\xcf\x97\x45\xcc\xc4\xb5\xc3\x03\xd7\xa1\x4f\x3f\xb1\x67\x06\xd0\x6d\x18\x81\x54\xcc\x6c\xdc\x7d\xf3\x25\xfb\x6a\xbe\xfc\x1b\xfc\xd8\xa2\xda\x18\x2a\x0e\x18\xb2\x19\xa6\x25\xb3\xa0\xf3\xc3\xbe\x8f\x7d\x7d\xe2\x98\xaa\xf7\xc8\x9c\xba\x67\x94\x31\xd3\xcb\x70\x9b\x1d\xb8\xbe\x0d\x17\x75\x33\x97\x87\x55\x57\xff\x54\x34\xad\x09\x75\xea\x2c\xa5\xf4\xbb\x7c\x68\x3b\x65\x95\x41\xde\x5d\xd0\xd8\x21\xee\x4f\x7a\xea\xf7\x22\x6c\xd5\x1d\xbe\x60\x72\xc3\x9b\x88\xa3\x80\xf3\x5d\xf3\xbd\x61\x9f\xfa\xae\x9c\xd7\xe0\xcb\xa0\x6e\xc3\x62\xef\x59\x22\xa0\x97\x6f\xae\xdd\x07\x2e\xd9\xae\xb7\xf9\x72\x14\xe8\xc5\xcb\xf0\x34\xff\xbc\xaa\x71\xda\xde\x21\x50\xfd\xc7\x4c\x2f\x7d\x87\x05\xaf\x76\x4b\x0a\xfd\xf0\xa3\x09\xdb\xd7\x69\xe8\xdd\x18\x35\x85\x24\x9e\xf4\x9e\xbd\x16\xe2\xd3\xb6\xc7\xf5\x7b\x79\x5a\xb4\x9d\x0e\xc0\x98\xd8\xac\xb5\x6e\x83\x3c\xd7\x41\xf1\xd7\xd9\x72\x1a\x54\x14\x5a\xf2\x68\x40\xa1\xd0\x1a\x0c\x02\x93\x7d\xed\xa6\xe2\x1a\x58\xfa\xd4\xf4\xda\xcb\x4f\x80\xfb\xb5\x49\xc8\xd4\x1b\xce\x8e\xb1\x15\xe1\x19\xeb\x65\x22\x63\xbd\x24\x36\x60\xaa\x1c\x1c\xe6\x61\x66\xf2\xd1\x99\xff\xd8\x08\xce\x7a\x65\x3b\x2f\xb0\xf3\xb2\xa8\x4e\xf9\x22\xd7\x89\xbe\xd4\xb1\xae\xbc\xac\xf2\x54\x47\x68\xc0\x53\x4c\x79\x7b\x21\x9b\x54\x6e\xf5\x2d\x78\x14\x34\xa8\x01\xb8\xa2\xf1\x53\x10\x87\x42\x6d\x68\xd0\x25\xe0\x24\x6b\x1d\xa6\x7f\x51\x2d\x57\x1a\x9e\x6e\x2c\x30\x9c\x85\x51\xc4\x75\xb5\x7e\x46\x44\x45\x82\x01\xc0\x57\xbd\x44\xd3\xb1\xa6\x5e\xb2\xb3\x10\x5f\x22\xb1\x88\x0e\x26\xa0\xb6\x5f\xd6\xa9\xe3\xaa\x6a\xb1\x24\x84\x30\x99\x88\x4b\xa9\xa3\xe0\xe5\xce\x06\xcd\xbc\x91\x6b\xaf\xc2\x2a\x3b\xd7\x27\x9f\xa8\x11\xfb\x79\xbe\x6a\xbb\xfa\x3c\x96\x4f\x0c\x0d\x80\xa8\x6c\x55\x55\xe0\xc4\x6a\x66\x1b\x62\xa6\xa8\x0e\x9d\x49\x01\xde\x82\xa0\x8f\xeb\x26\x7d\x9d\xd7\x96\x54\x7e\xef\x4b\x99\x5d\x48\xd7\x7b\xfd\x28\x09\xa8\xfe\x91\x4e\x41\x2f\x5c\x8b\x55\x17\x8d\x94\x50\xc9\x4b\x90\xe9\xc4\xae\x78\x23\x2f\xc3\xf5\x82\xc5\xe1\x45\x10\x30\x1b\x45\x08\xfc\xbd\x6b\x8a\xd3\x53\xd9\xb8\x6e\x60\x59\x3d\x20\x5c\xd8\x79\x56\x89\x13\x09\x03\x81\x55\x40\x6e\x02\x43\x12\xb2\x9b\x53\x29\xc3\x30\xae\xc8\x76\x50\x6c\xdc\x74\x99\x80\xbc\xea\x40\xe2\x30\xe3\xfd\xd1\xa2\x36\xb5\x6c\xf3\x59\x1d\xdc\xcb\x7a\xbc\xa8\x76\x4c\xaf\x3c\x77\x8e\xf8\xb6\x7a\xa5\x86\xcd\x6c\x7d\x7b\xf2\x69\xab\x27\x18\x63\x2a\x4a\x50\xba\xa9\x97\x5e\xd4\x9e\x1e\x67\xb4\x9e\x0a\x62\x7d\xe0\xa6\xfe\x6e\x5e\xb5\x8d\xb3\x3f\x1b\x61\x84\x30\xe7\x37\x67\xa9\x30\x3c\xca\x38\xf8\x6e\xc2\x65\x2f\xe1\x93\xd4\xe3\x3b\xcd\x90\x15\xe9\x19\xc7\xe3\x16\xd2\x85\xe6\x1e\x95\xd4\x0b\x9c\x58\xaf\xed\x4f\x8a\x16\x6a\xb2\x40\xdc\xce\x5a\x6d\xcc\x4b\x3a\x3f\x71\xaf\x3c\xa4\xee\x4f\xb4\x7b\xca\xed\x9f\x82\x0e\x6c\xdc\xa7\xa3\xc8\x03\x3d\xb8\xc0\x6b\x30\x0b\x36\x40\x04\x36\x4f\x1b\x63\x2f\x31\x0e\x9f\xcb\x9d\xfa\x63\x5f\xa2\x28\xc0\x0c\x3f\x21\x09\xd8\xb9\x11\x54\xe7\x3a\xf0\xdf\xfb\x74\x9d\x60\xfe\xea\x6a\xc6\xb1\xb9\xe6\x68\xbf\xaa\x26\x0f\xf0\xf7\x7d\x7d\x39\x50\xd3\xd0\x87\xf7\x6b\xe7\x3d\xda\xf3\xad\x91\x7e\x55\x2f\x0e\xda\xab\x6a\x1e\x03\x90\x31\x01\xaa\xe0\x0f\x7d\x1c\x3d\xaf\xab\x2e\x2b\xb4\x22\x70\x51\x54\xf9\xd1\xbc\xa9\xcb\x32\x3b\x29\xe5\xbb\xcc\xfa\x77\x9d\xca\x8e\xff\xf5\xa2\x9e\xaf\xce\xc9\xdf\xbf\x15\x55\xae\x8d\xd6\x8b\x56\xdf\x41\x8e\xb3\x93\x13\xfb\x1a\x67\xc0\x6b\x7a\xe0\x6e\xf0\x61\x41\xce\xbb\x4d\x71\x69\x98\xed\x25\xa1\x7c\x0b\xed\x10\xc3\xc5\x38\x72\x6e\xa6\x87\x6f\x4f\xfe\x97\x9c\x77\xbf\x15\xdd\x19\xa2\xad\xc5\x2b\xf8\x58\xed\xed\xb9\xb6\x30\x3c\x0f\x3c\xe7\xb4\x53\xf5\x09\x3e\x1f\x54\xf3\xb3\xba\x31\xf2\x2e\x84\xa2\xa9\x8b\x4a\x2f\x13\x1e\xbd\x99\x68\x50\x92\xb2\x35\x81\x55\x67\x3b\x81\x0a\x60\xf0\xbd\xe5\xcb\xec\xaa\x5e\x91\x08\x2d\x18\x7d\x25\xeb\x64\x0b\xb9\x26\xb6\x2f\xc7\xf0\x10\xdf\x5d\xd6\x70\xda\xe7\xc5\x62\xa1\xa4\xad\x63\xd9\x76\xa4\xc3\x87\x0b\x71\x55\xaf\xb0\x0b\x56\x3f\x22\xfe\x82\x63\x3d\x2b\x16\x9d\x8e\x91\xd1\xd5\xfa\xd3\xe3\x47\xf0\x4d\x08\x90\x38\x16\xd8\xdd\x56\x3c\x7e\x04\xd6\x64\x22\xd3\x13\xd0\x8a\xbf\x4c\x58\x03\xa4\x2e\xdb\x0c\xab\x4a\x97\x6c\xe4\xb9\xa2\x43\x95\xe9\x2f\x63\xeb\x9f\xdb\x8a\x13\x44\xda\x17\x8f\x40\xe0\xfc\x0b\x18\x18\x98\xf7\x0a\x48\x92\x17\xb2\x31\x31\x52\xcb\x56\x47\xd0\x95\x59\x03\xa6\x6f\xae\x23\xd8\x05\x6c\xff\x5f\x23\xed\xab\xaa\x70\x54\xd8\x02\xf8\x43\xfc\xeb\xc4\xa1\x61\x38\xa7\xe4\x17\x87\x47\x07\x3f\xbe\x7a\xf9\xe2\xf7\x83\xe3\xe3\xf7\x87\x3f\xfe\x7a\xfc\xf2\xf7\x37\x07\xaf\x5f\x8a\x99\x7e\xf9\x0e\x9f\x16\x15\x19\xf9\xb5\x1c\xbe\x79\xf1\xf2\xef\xeb\xab\xc0\xa0\x94\x91\xf2\x47\xef\x0e\xde\xac\x2f\xde\x2e\xb3\x2a\x56\xfa\xf8\xed\x5f\xff\xfa\xea\xe5\xfa\xf2\xa8\x91\x8b\xf7\xff\x6f\x6f\x7f\xd9\xa0\x06\x7c\x84\xed\xa9\xe1\xf8\xed\xaf\xcf\x7f\xde\xa4\x27\xee\x49\xd7\xaf\xed\xe0\xd5\x2b\x3b\xa2\x57\xaf\xd6\xd7\x95\x95\x65\xcf\xc8\xf0\xb7\x0d\xe6\x16\x7e\x1b\x30\x9c\x6b\x8e\x52\x6d\xb9\x86\x87\x51\x4d\xc0\x67\x6c\x16\x40\x13\xb9\xe6\xf7\xb7\xd7\xe0\x64\x0e\x9b\x10\xc3\x01\xb7\xab\x93\x56\xfe\xe7\x0a\x71\xb4\xe7\xab\x96\x06\x89\xc6\x2c\x6f\xe4\xd7\x0e\x98\xc9\x54\x0c\x29\x56\xcc\xed\xb7\xeb\x25\x1e\x4d\x1e\xc4\x8b\x12\x61\x6d\x58\xd5\xf6\x29\x2b\x60\x10\xb4\x75\xec\xf4\xfd\x00\x94\xed\x09\x1f\xf6\x7b\xb9\x90\x8d\xac\xe6\xd2\x5c\xd9\xe6\x2e\xbc\xbe\xe9\x13\x1d\x39\xb5\x9d\xd8\xf7\xc6\xcd\xeb\xfd\xcf\x55\xd1\xc8\x5c\x5c\xff\x7b\x59\x54\x5f\xc8\xb0\x6e\x45\x51\xb5\x5d\xa6\x9a\x3c\xa9\x57\x55\x6e\x1a\xd6\x19\xd9\x68\x6e\x69\xd3\x96\x1a\xa6\xa4\x36\xaf\xd9\x7f\x37\x41\x24\x65\x2e\xde\xd4\x18\xcc\x1d\xcc\xd0\x56\x4a\xb2\xb0\xac\xb4\xaa\x2f\xc5\x79\x56\x65\xa7\x68\x01\xa3\x9b\xb6\xfa\x6e\xd6\x2c\x1e\x06\xfb\x53\x71\x7d\xeb\x35\x76\x0c\xc1\xe9\x72\x29\xea\x85\x20\x67\xdd\x25\x44\xbd\x53\x43\x42\x94\xf7\xa2\x15\x8a\xde\xea\x85\x2e\x36\xa8\xea\x4a\x0e\xc6\x62\xd0\x16\x95\xda\x16\x63\x75\xe1\x1e\x18\x3f\x8c\x81\x77\x6b\xd5\xd7\x75\xac\xca\x9f\x23\xe6\xc1\x71\x1b\x9b\x2b\x95\x63\x7f\xca\x4b\x78\xc3\x38\x5c\x68\xe5\x81\x3b\x2e\x8b\x16\x22\xb9\xc9\xe6\x02\x75\x17\xf5\xaa\x33\x01\x0a\xa3\x2b\xf2\xce\x64\x7e\x5b\xbd\x3c\x5f\x76\x57\x10\x30\x7d\x9f\x43\xe2\x44\x1a\xd4\x3c\xbb\x15\xc6\xc0\x62\x4e\xfa\x00\x91\x02\x97\x2b\x7b\x9b\x67\x1b\x50\x97\x3c\x58\x75\x35\x0e\xed\x6d\x75\xa8\x32\x6b\x79\xa8\x5d\xdf\xf6\x39\xb8\x6a\xb1\x21\xa3\xb1\x27\x2a\x6b\x14\x07\xc4\xdb\x1f\x6d\x16\x2e\xf2\x70\x5b\x79\x5b\x1d\xab\x2c\xc9\x76\x5e\xc8\x4e\x36\xe7\x45\x85\x26\xe3\x00\x33\x64\xc6\xe1\x9e\x40\x9c\x39\xd6\xe7\x1e\x0e\xfc\xd9\xe0\x64\x9c\x48\x54\x15\x65\x4a\x7a\xb9\xa8\xd1\x50\x4b\xc7\xa2\x69\x75\xbb\x0b\x38\x5f\xf1\xf6\x5e\x2c\x9c\xd5\x26\xa8\x99\x00\x51\x43\xd5\xdc\x47\x63\xa0\x8b\x61\x63\x56\xb3\x02\xa3\x3d\xb4\xad\x1e\x43\xa3\x9b\x8c\xbe\x58\xb8\xfe\xb4\x4e\x9c\xa8\x2b\xc6\x55\xa3\x3d\x51\x0b\x45\x99\xae\xbd\x80\xbe\xad\x60\xab\x6e\xd8\x3c\x9b\x77\x6d\x91\xea\xd6\xfd\x1f\x6a\x6f\x82\xe2\xe9\xc5\x5b\xf1\xe6\xed\x31\x5a\xf4\xab\x3c\x89\xf3\x59\xd4\x26\x4c\x5a\xcf\x51\x47\x96\x56\xc9\x38\xb0\x73\xc0\xb8\x0f\x5f\xc5\x2a\x91\x95\x9d\x6c\x78\x57\xb6\x98\x0a\x5b\xe6\x39\x8a\x5f\x6f\xab\xa3\x15\xb0\xea\x70\xe3\xf5\xcd\x0c\x44\x6b\x34\x61\x36\x5f\xb6\xf3\x6c\x29\x51\xa0\x6b\xbf\x61\xcf\xb0\x5e\xc5\x21\xda\x9e\x8e\x1d\x94\x65\x7d\xd9\xb2\x88\x9d\x38\x95\xe2\x44\x9e\x65\x17\x45\xdd\xa8\x73\xe2\x44\x8a\xfa\x42\x36\x0d\x18\x17\x98\x38\x74\x60\x9e\xac\xa5\xc8\xcf\xaa\x3b\x9f\x81\xe4\x5b\x91\xd7\x60\xf8\x0a\x0b\x0a\x43\x15\x99\xda\xf6\xc5\xa2\x90\x0d\x40\xc7\x0f\xe5\xe4\x74\x32\x16\xf3\xae\x29\x15\x0f\x3e\x97\x5d\x36\xd2\x95\xaa\x43\x09\xdb\x87\x61\x26\xe8\x34\xd8\x2c\x58\x46\x5d\x73\xea\x55\xf7\x5a\xb7\xf5\x0e\x83\x62\xf6\x8c\x1e\xdf\x23\xb2\xd2\x41\x28\xa8\x7d\x0c\x4a\x52\xb7\x79\x74\x5e\x64\x0a\xb9\xb8\x28\x32\xf1\xf2\xcd\xf1\xcb\xf7\xaa\xeb\x18\x6c\x6f\x37\xe0\xd0\x75\x85\x68\xe0\x50\x44\x9d\xd7\x1a\xd1\x95\xdf\xc7\x42\x70\x57\x79\xb1\xaf\x31\xe0\x52\x07\x7c\x6f\x97\x4d\x57\x3b\x79\x3e\x68\xcd\x8b\xc5\x2a\x2b\xc5\xb9\xac\x56\x22\xd3\x0c\x7e\x3e\x5f\x35\x6d\xd8\xdb\xe7\x98\xfd\xb5\xac\x56\xa4\xc7\x51\x0c\xda\x48\x37\xc5\x4d\x82\x29\x1c\x38\x5b\xeb\xe7\x47\x47\xa8\x38\x1e\xca\x16\x74\xd5\xd9\x72\x59\x5e\x19\x41\x84\x49\x20\x4c\xf6\x31\xba\xc3\x7d\x02\x86\xf6\x0d\x85\x3d\x06\xb9\xc8\x11\x15\xbd\xb0\x1c\x77\x68\x14\x15\xe5\x5c\x04\x4e\x42\x07\x86\x32\xe8\x38\xd6\x57\x03\x1e\xc8\xb0\xe0\xf4\xd6\x30\x26\xe4\x81\xf6\x50\x33\xef\x29\xf5\x01\xef\xdb\x36\x1c\x64\x8c\x09\x36\xd3\x84\x24\xe4\xe7\x8d\xf1\x22\xd2\x7e\xf0\x80\x98\xb5\x57\xd5\x7c\x8a\xda\x1d\x8e\x8c\x77\x0f\x78\xc4\x17\xc5\x45\x0a\xe2\xb0\x68\x9f\x77\x4d\x69\xc7\x1b\x05\x12\x2c\x5a\xd0\x15\xac\xcb\xf4\x5a\x76\xd9\xba\x3c\xc7\xd9\x49\x7f\x16\x94\x37\x7e\x86\x08\xa1\x7a\xb1\x36\xcb\x77\x5c\x9c\xcb\x7a\xd5\x1d\xe6\x89\x70\xfd\xbc\x1b\x4a\xa4\x48\x77\x52\x7d\x5d\x57\x5f\x48\x7d\x5b\x20\x11\x46\x88\x1c\x33\x2d\x1b\x79\x61\x70\x57\x42\xa2\xb7\x38\x84\xa9\xbd\xeb\x3c\xb2\x0d\x1c\x80\x6d\x95\x05\xaf\xc4\xaf\x0f\x1e\xf4\x7d\x26\x51\x2d\x13\xf8\x86\xfc\xd1\x54\x17\xdb\x14\xb6\x30\x9c\x82\x7e\xd4\xc2\xcd\x20\x09\x5d\x4e\xd8\x48\x3a\x23\xec\x26\x96\x67\x0d\x06\xe2\x47\xf6\x3e\xc5\x9f\x29\xe2\xe0\x44\xef\xe5\x02\xdc\xeb\xf1\xa9\x15\x2a\x37\x72\x3e\x2c\x4f\xbd\xa0\x02\x7f\xa5\xf9\x3d\x09\x6a\x1b\xac\x5c\x74\xbd\xfa\x56\x29\x0e\xc4\xd8\xb3\x2c\xdb\x81\x20\x5e\x16\x1a\xf2\x00\xb5\xc0\xc3\x08\x20\x19\x9d\x90\xe3\x46\x1d\xcc\x6a\x90\x65\xd6\xc9\xb6\x63\xe2\x4f\x2b\x4e\xcb\xfa\x24\x2b\xcb\xab\x49\xb8\xba\x93\xba\x1a\x5e\x16\xd5\x58\x0c\xbe\xc8\xab\xbc\xbe\xac\xc6\xaa\xc8\x6a\x39\x18\xb3\xa7\x7b\xc3\xab\x5b\x1e\x0f\xdb\xaf\x29\x37\x3a\x6c\x31\x00\x11\xc5\xd6\xe2\xd4\xe0\xa8\xf4\x3e\xa8\xf2\xe3\xe6\x0a\xf8\x35\xbd\x4a\xae\xab\x77\x72\x52\xe7\x57\x63\x31\x80\xcb\x0d\x28\x5a\x07\x0e\xc8\x10\x38\x09\x98\x23\x3c\xcf\x96\xdd\xaa\x91\x9b\xf5\x95\xd5\x29\xab\x7c\xb3\x1a\xed\xd4\x1f\x19\x50\x37\x23\x56\x38\xca\xeb\x6a\xf1\x45\xca\x25\x23\x4d\x9c\xce\x3c\xb1\x12\xb1\xf0\xb7\x6a\x2e\xe1\xbd\x79\x90\xc4\x6c\x8c\x59\x4a\x6d\x82\x6e\x64\x37\x40\x22\x94\x71\xe0\x37\xc5\xa2\x23\x79\xc6\xb5\x83\xf3\x76\x97\xf1\x19\xd3\x5f\x6d\x58\xec\x42\x6c\x71\x77\x32\xbf\xd8\xee\x2e\xcc\xd7\x60\x2a\x76\x76\xf8\x7e\x12\xbe\x39\x75\x93\x74\xfd\xa9\xab\x5f\xe4\xd5\x8b\xfa\xb2\x32\xdf\x6d\x02\xcb\x04\x71\x4d\x79\x36\x9b\x14\xab\x4d\x93\x41\x50\xa9\x4e\x67\x45\x80\xa0\x5d\x4e\xf8\xd3\x77\x3a\x4a\x5b\x2f\xd7\xd5\x0b\x10\xf5\xbd\x5a\x48\x22\x6f\xcc\xc9\xd2\xa4\x49\x97\x18\x1f\x75\x30\x1c\xff\x0b\x2b\x06\x27\x7f\x50\x04\x52\x7b\xfc\x8b\x5a\x5c\xce\xd9\xb5\xa1\xb5\x7d\xd8\x43\x51\x37\x1c\xea\xef\x42\x49\x47\x2b\x39\x69\x78\x23\xf7\xb2\xc5\x4c\x59\x9d\x71\x7d\x6c\x4f\x6c\x80\x00\x1a\x39\x29\xe3\x36\x9d\x6b\xcf\x29\x06\xd2\x1a\x81\xcc\x8c\x01\xb8\x6a\x27\x5c\x79\x21\x1b\xd2\x00\x6e\xff\x76\x6c\x6c\x8f\x80\xcb\x18\xbc\xba\x8d\xf8\x8c\xcf\x69\x16\x8b\x61\xaa\x33\x4f\xe2\x25\x18\x98\xec\x86\x0c\xe9\xce\x90\x85\x3d\x80\x7b\x4c\xe2\x88\x83\xf1\x11\x25\x60\x85\x4e\x8f\xf3\xac\x55\xd3\x87\x6a\xef\xaa\x5d\x9d\x83\x29\xcf\x5c\x56\x59\x53\xd4\xa2\x41\x15\x36\xe0\x21\xb4\x52\xbf\x02\x88\xba\x42\x17\x67\xd0\x26\xd5\x2b\x50\x2f\xa8\x62\x8c\x40\x74\x3b\xf0\x66\x6c\xf8\x3f\x2a\x13\xc5\x9b\xba\xd3\xfa\x26\xac\x4f\x0b\x53\x45\x25\x0e\x5f\x8a\x8f\x1f\x9f\xce\xc4\xe3\xc7\x68\xee\x04\xf7\x63\x01\x03\x3a\x6b\xea\xaa\x5e\xb5\xe5\x95\xc8\x16\x9d\x6c\x84\xb6\x47\x1d\x89\xb3\xcc\xa8\x05\x28\x54\x79\x0d\x6a\x03\xad\xf7\x1a\x8b\xb6\x16\x97\x1a\xcb\x21\x13\x8b\x32\x3b\x85\x11\x75\xb5\xd6\x52\x17\xb9\xcc\xb0\x47\xc6\xd0\xea\xe4\x6a\xa9\x2e\x8b\xea\xe3\xc7\xef\x94\x74\xaa\x39\xd0\x0f\xb4\xcf\x58\x44\x5f\xe2\xd1\xc7\x14\x81\x7a\xd1\x67\x5b\x7d\xa5\x97\x67\xbd\xcc\xde\xcb\x49\xdc\x4a\x15\x97\xf2\x0c\xee\x15\x36\xeb\x90\x04\x9e\x5f\x1f\x71\xbe\x3f\xb6\xfa\xda\x4d\xfa\x8d\xe4\xc0\x48\x78\x75\x26\x08\x26\x47\xe3\x33\x5c\x35\x9c\x8d\xc3\x6e\xbb\xf1\x96\xb2\x33\xb1\xca\x67\x42\x5e\x4c\xf4\xef\x59\x2b\x48\x39\x0e\x8e\x6d\xa4\x9f\x6c\xde\x15\x17\xd2\xc8\x07\x8a\x4d\xe9\xc2\x0f\x1e\x88\x1d\xcf\xa2\x21\x55\x8a\xb7\x63\x82\xb6\x07\x96\xc0\x1e\x4d\x10\x48\x4e\x14\x34\x62\xe6\x57\x41\x17\xb0\xee\x71\x0c\xa2\x77\xe4\xbb\xfd\xfb\x15\x5e\x9e\x15\xa5\x14\xba\x0a\x1c\x6b\x1f\xd0\xaf\x83\x1f\x3d\xcb\xdc\x43\x9c\xed\xc1\x9a\x77\xdb\x51\x08\x19\x9c\x9e\x00\x21\x4e\x1a\x99\x7d\x89\x81\x15\xdb\x75\xb5\x16\x23\xba\x07\xa3\x70\x7d\x85\x6f\x2b\xed\x78\x21\x68\x4f\x2f\x8d\x99\x81\xd6\x36\x8e\x41\x99\x87\xef\x53\x7b\xa0\x55\xd1\xc4\x6e\xb9\x63\x4b\x01\xbc\xbb\xe6\x0a\x99\x24\x64\x29\x3a\x51\x9c\x9f\xcb\xbc\xc8\x3a\xa9\xe1\x6c\xc0\x9a\xa6\xac\xab\x53\xf5\x6f\x67\x8d\x1a\xf2\x22\x07\x0d\xad\xb5\xaf\x40\x23\x8c\x4c\x9c\x2b\x02\x17\xea\xda\xb1\x47\x5f\x62\xc4\x4f\x60\x9a\x5a\xb7\x96\x75\x03\xcc\xac\x62\x13\xe0\x0d\xa8\xdb\x02\xa8\x08\x77\xaf\x09\x02\x37\x58\xce\xe3\x76\x14\x24\x6d\xb2\xa3\x90\x31\x6c\xb2\xa7\x36\xe4\x37\x94\xdb\x1c\x83\x1a\xcc\xd3\x7f\x59\x24\x4f\xa6\x25\x12\x37\x37\x36\x99\xe8\x7c\x3c\x06\xe6\x81\xa8\x39\x6c\x68\xa6\x37\x1b\x72\x13\x7f\xcc\x14\xe8\x76\x18\xc7\xeb\x01\x82\x0b\x40\x66\xcd\xb8\x6c\xfb\x6b\x76\x4d\xd4\x5e\xc2\x6d\x09\x5d\x69\x27\xcf\xdf\xa3\xb2\xcd\xdd\x24\x0f\x75\xa2\xd9\x08\x4f\x38\xb4\xf7\x8e\xed\x89\x46\x1d\x56\x79\x47\x61\xac\x48\xb4\x5c\x21\xb3\x65\x23\x6a\x0e\x6d\xa9\x27\x7e\x21\x70\xb2\xf6\xca\x1c\x2d\xb3\x8a\x15\x71\x85\x40\x0a\x84\x22\xd1\x00\xe2\x2e\x53\x82\x2a\x46\x3e\x16\xc4\xde\x1e\x08\x29\xda\xc4\xa6\xae\xec\xad\xde\xfc\xb8\xd3\xaa\x95\x9d\x67\xb1\xe9\x59\x82\x86\x26\x9d\x68\xce\xc9\xee\xcd\xb4\x93\x44\x28\x0f\x9e\x48\x1d\x30\xb8\x56\xea\xf1\xa3\xb3\x95\x1d\xe4\x0e\x06\x24\x22\x99\x86\xb1\x0e\x18\x79\x41\x0d\x0b\x5b\xa0\xa2\x82\xfb\x61\xde\x70\x3e\x32\x70\x74\x2c\x81\xd2\x3a\xd2\x49\x23\xe9\xc2\x7a\x93\x47\xb8\xe1\x00\x78\xdc\x40\x3f\x5a\xf4\x77\x86\xdc\x63\x09\xa7\x17\x21\xd8\xf4\x76\x32\x91\x95\x22\xee\x28\x3e\x44\x35\x3d\x43\x79\x11\x6a\xe7\xfa\x14\xf8\x29\x19\x6b\x53\xe1\x44\xdc\x71\xd3\xef\xed\x89\x37\xf5\x6e\xbd\x54\xab\xca\xde\xf9\x8d\xa9\x98\xcf\xf2\x88\x9d\xf2\x0b\x9d\x65\x18\x8a\x2c\x7f\x9e\x08\xd1\x6b\x6a\xc5\xc5\x08\x4f\x4a\x70\x36\xf2\x51\x36\xb7\xb1\x00\x13\x67\xc5\xde\x2e\xe0\x6d\xb3\xd6\xbf\x95\x94\xd4\xdb\x08\xcd\x66\x16\x40\x71\x55\x4b\x2d\xf6\xa8\xc4\x33\xcd\x19\x8d\xb8\xd5\x7d\xf0\x80\xd6\xb2\x63\xe9\x81\x3c\xb9\xa4\xf2\xd0\x43\x39\x91\x85\x1c\xd0\x41\x96\x9e\x8d\xe3\x32\x7a\x93\x61\x79\x0e\xbc\xeb\xda\x5d\x3e\x94\x17\xe3\xde\x43\x6b\xdc\x77\x3c\xf1\xf3\x69\xe3\x19\x27\xec\x72\x9d\x51\x8e\x37\x76\x3d\xfb\x93\x2e\x3b\x45\x00\xe2\xd9\x4c\x0c\x0e\x06\xb0\x5c\x91\x2f\x3f\xfe\x7a\x7c\xfc\xf6\x4d\xf2\xf3\xe1\x9b\x77\xbf\x1e\x0f\x46\xc9\x39\x63\xdb\x56\x78\x9c\xf6\x9b\xc8\xd4\x84\xf1\x06\x0a\x62\xce\x80\xe1\xf3\xe6\x0c\x98\x1c\x6c\xee\xfc\x8b\xb4\x0a\xe7\xce\x1d\x59\xbd\x61\xe4\x3d\xd6\x3e\x21\xae\x35\xe7\xe7\xeb\x4f\x8b\x3f\x9a\xe3\x1b\x79\x33\x60\xe3\x44\x86\x4e\xb2\xf8\x27\xff\x24\xac\x5c\x4b\xaa\x41\x3f\x13\x3c\x00\xa5\xc3\x83\xb2\x44\xa9\x03\xa7\x3b\xa0\xf1\x6d\x4f\x88\x3f\x57\x10\xfe\x76\x67\xd1\x86\x93\xe7\x9d\xfa\x84\xcb\x6f\x25\xe1\x99\xb7\x2c\x23\x3f\x2f\xb3\x2a\x90\xf3\xa2\x72\xa6\xbf\x7c\x66\xed\xfa\xab\x4a\x88\x8c\x5b\x1c\x8e\x9e\x18\xce\xeb\xef\xdb\xfa\x7e\xde\x6d\x0e\xf6\x98\xd1\x79\x10\xea\xfe\x1e\x92\x42\x92\xe5\x6f\x74\xc7\xc2\x30\x65\xe0\xff\xe0\xcc\x2c\xc1\xc6\x0a\xec\xf5\xe4\x85\xac\x92\x02\xe4\x24\x36\x29\xe6\x58\xf6\xd6\x94\xaf\xe6\xa6\xcb\x17\x11\x67\xee\x4a\xf1\xf7\x20\xe3\xed\x7a\xfb\x6d\x0f\xf4\xff\xc2\x53\x9c\xbc\x93\xdd\xeb\x54\xdd\x5c\x03\x6b\x4e\xe1\xc0\x10\xce\x77\xd3\x0c\x54\x48\x18\x59\xc9\x2b\x15\xaa\x62\xee\xa0\x35\xb9\xff\xf9\xf0\xb1\x8a\xef\x10\x2e\xb8\xda\x5d\x12\x1c\x28\x5f\x8a\xe5\xbb\x06\x34\x80\x2f\xb4\xd9\xe5\x2c\x9c\x21\xf7\x0e\x35\xd1\x1d\x69\x87\x23\x0d\x89\x62\x49\x5b\x5e\x4c\x2a\x80\xe9\x7c\x79\xc1\x4c\x25\x0c\x1b\xa8\x44\xdd\xe4\xb2\xb1\x2f\x67\x60\xd7\x08\x88\x65\xdd\xd8\x98\x53\xa3\xd9\x2b\xd8\xf8\x17\x2d\xf5\x4b\xec\xb4\x26\x55\xb3\x91\xb6\x2b\xca\x92\x55\x0f\xf0\x33\x4b\x36\x92\xe1\x68\x82\x78\xe3\x06\x29\x37\x6b\xa5\x71\x20\x68\xd0\x77\x40\x7e\x5d\x96\xc5\xbc\xe8\x00\x94\x5c\x51\xbf\xcc\x75\x13\xac\x72\x87\xb2\x23\x61\xc6\x96\x8c\x3d\x21\x74\x47\x30\x91\xde\xee\x92\x17\x13\xbf\x7b\x89\xad\x96\xde\x36\x69\x09\x6b\x4a\x49\xbe\x27\x80\x55\x44\x3f\x99\x88\xff\x10\xdc\xca\xbd\xc8\x4e\x7f\x9c\x3c\xd7\xe3\x9b\x36\xda\x3c\xa4\xd5\x1d\x18\x15\xfe\xa2\x6b\x05\x71\x3c\xf9\xc4\x49\xf5\xf6\x18\x24\x15\xdd\xf3\xd0\x56\x58\x7b\xe9\x19\x9c\xe1\xca\x18\xeb\x82\x05\xe3\xd0\x80\x06\x13\x93\x79\xb4\x3b\x36\xaf\x8a\xce\x0a\x9e\x3b\x69\x8c\xe8\xbb\x80\xfc\x2a\xe7\x2b\xfd\x30\xad\x8b\xa3\x02\xab\x49\x68\xe6\x89\x19\xc3\x9f\xf2\xe2\xc5\xf9\xad\x36\x93\xee\xd5\xd1\x6f\xc5\x40\x29\xfb\xc4\xb0\x80\xb4\x19\x17\x19\xb0\x68\xe9\x3d\x39\xa2\x73\xba\x13\xbb\xdd\x92\xee\x45\xfc\x6a\x7f\x37\xb1\xfc\x4f\x90\xee\xee\x25\x35\x6d\x21\xaa\x05\xed\xb0\x03\x6d\xcb\x1d\xfc\x87\xc8\x29\xdc\xd8\x88\x6f\x9c\x5f\xe4\xd5\x49\x9d\x35\xf9\xb7\x51\xf7\xc6\x95\xd0\xbd\x4a\x09\xdd\xb9\x2d\x7a\x15\x31\x79\xdf\xaa\x93\x77\x61\x01\xf7\xd5\x19\x04\x0f\x7d\xe3\x7e\xeb\xf3\x38\x8f\xd9\xdb\x13\xb2\x2d\x8b\xaa\x33\xde\xcc\xbb\x95\xfc\xda\xed\x96\x45\x25\x85\x71\x6c\x2c\xea\x6a\x8f\xfc\x1e\x1b\xc4\x41\x59\xfe\x22\xaf\x70\xf0\xe8\xd0\xae\x76\x82\x81\x24\x98\x64\x00\xa2\xb9\xf9\x9b\xe2\xe8\x5b\xf5\x0e\x26\xc2\xce\x65\x5f\x17\x25\xcc\x14\xd5\xe4\x1f\xa2\x53\xee\x17\x79\x05\xcf\xc2\xe8\x88\x1f\x75\x10\x64\x57\xfb\x35\x7c\x75\x6f\x4f\x1c\x40\x9d\x97\x19\x7a\x3c\xaa\x59\x40\xbe\x69\xfd\x6e\x2a\x98\x13\xf4\x13\x53\xd9\xe0\x59\x87\x08\x57\xf1\xf7\x80\x3b\xbe\xbf\xa2\x13\xfd\xbc\x6b\xca\xdd\xcc\x78\x61\xb6\x4a\xb8\xd4\x6f\xeb\x4a\xc0\x1b\x16\x0b\xf8\x17\xf0\xff\x6b\x95\xd6\xc8\x2c\xbf\xb2\xbe\x75\x93\x11\x39\x7d\x38\x49\x04\x4f\xb8\xe9\x78\x60\x70\x3c\xd1\x17\xc1\x83\xb2\xb4\xef\x81\x23\x4f\x5e\x5a\x7b\x01\x65\x4f\x79\xb4\x26\xfe\xa0\x67\x25\x23\x79\x31\x69\xbb\x7a\xf9\xae\xa9\x97\xd9\x29\x90\x12\x11\x45\xfb\xc4\xd4\xf8\x6a\xe0\xb4\x22\x55\x91\x69\x05\x6f\x3c\xcf\xe9\x19\xdc\x95\x16\xc5\x29\x40\x53\x76\x35\xfa\xc3\x89\xba\x32\xa5\xa1\xa8\x8b\x61\x81\x9f\xdd\xe5\x0c\x16\xa7\xba\x62\xd8\x09\x74\x41\xfa\xb9\xc2\x83\x07\xd1\x6d\xc2\x1e\x4c\x2d\xf5\xc8\xfc\x39\x1a\xc9\x89\x67\xe2\xd1\x37\x5b\x10\xef\xe9\xf4\x8f\x5a\x91\x3b\x3e\xe8\x1d\x2e\x44\x16\x6e\x58\x26\xc3\x72\xc3\x14\x99\x75\xe2\xe3\x77\xf0\x28\xdd\x7e\xfc\xce\xb8\xce\x7e\x91\x18\x8f\xf3\xe3\x77\xed\x32\x9b\x4b\xfc\x80\x4f\x31\xa1\xe4\x76\x57\x39\x8c\x16\xd9\x4a\x29\x7a\x27\xc1\xed\xdb\xe9\x50\x01\x22\xa5\x31\xee\x8f\x86\xb9\x8e\x45\xd6\x6a\x0b\x49\x08\x69\xa5\x08\x1c\x6d\xc9\xd1\x23\xf9\x04\x40\xc5\x5b\x1a\xf0\xca\xc6\x96\xca\xf4\x65\x03\x28\x64\xec\xb5\x85\xd6\x89\xf3\xac\x12\x15\xbc\xd6\xa2\x07\xf3\x95\xd0\x7e\x07\xad\xe5\xc0\xea\x6e\x3c\xd9\x54\x02\x5c\xf3\xde\xb7\x91\x0a\x0d\xf6\xdd\x66\xfa\xc3\x85\x33\xf1\x14\x97\x60\x1c\x59\x13\x13\x4c\x0d\x2b\x63\x89\x12\xc1\xe3\xb2\x55\x57\x6b\x8b\xe8\x31\xb1\x9d\xd2\x3c\xa9\x52\x72\x4c\xd0\x10\xf5\x8f\xb5\x8e\xb1\x5f\x10\x6e\xa5\x57\x1b\x19\xd1\xb5\xdc\x47\xd3\xe7\xad\xe1\xdd\xe4\x02\xfc\x19\x26\x44\x00\xb5\x65\x95\x44\x12\xff\x0c\xfb\xd6\x7f\xb7\x8d\x2a\x20\xd7\xa8\x19\xd3\xfa\xc9\xcd\x5e\x14\xc9\x25\x3c\xa4\xc2\xb5\xf7\x90\x7b\xce\x9d\x6a\xa4\x67\xfa\xa2\xaf\x1e\x1b\x50\xf4\x37\xd4\x89\x6f\x75\xd5\x12\x6b\x75\x50\x01\x8d\x46\x54\xc2\xdf\x60\x5e\xc9\x1a\xf6\x92\x5f\x64\x7a\x37\xd2\xc5\xdf\xff\xfd\x67\x93\x89\x8a\xcc\x4c\xff\xfe\xbe\xf7\xcd\x56\xf4\xbe\x89\x7b\x0f\x95\x1b\xea\x76\xee\x66\xba\x7d\x27\xcb\xc7\x4d\x65\x63\xb2\x9e\x4e\x8e\xea\xcc\xf8\x9c\x94\xfc\xe4\x9e\xc2\x13\x73\x93\xf0\x67\x12\xa7\x11\x33\xae\x9d\x4c\x71\xb3\xf6\xe6\x6d\xc0\x1a\x19\xbe\x39\xa6\x29\x6a\xdc\x67\x69\x7f\xf2\xe2\x30\x69\x15\x0d\xfc\x11\xb3\xd3\x89\xab\x6e\x15\xad\x7a\xa5\xdf\x28\x91\x65\x8b\x3c\x8a\x22\xa3\xdc\xf1\x22\x08\xb1\x2b\xd1\x7b\xd5\x91\xc0\x8a\x52\x6d\x5d\x31\xe5\x39\x63\xe6\x94\xf4\xf4\x0a\x4d\x1d\xf1\x4b\x94\xd2\x12\xd6\x90\xfd\x56\x90\xb7\xf7\x24\x74\x7b\x74\xec\x24\x8f\x0e\x7f\x2f\xa4\xa7\xc7\xb7\x43\xe8\xa9\x24\x36\x73\x3d\x98\xb0\xeb\x46\x86\x36\xed\xb1\x71\xf1\x58\x51\x37\x37\x4e\xf4\x7b\x1c\x7b\xfa\x6a\x63\xb1\xaa\x13\x2b\x1d\xd8\x48\xdc\xc9\xb1\x24\x9c\xa1\xfe\xab\xdb\x26\x26\xbf\x3b\x24\x0a\x51\x60\xdd\x8b\x0a\x84\x48\xaf\x12\x36\xbb\x7b\x7b\xe2\xa8\x00\x28\xb1\x33\x29\xb2\x93\xfa\x42\xbf\x48\xa1\xff\x54\xd8\x53\x83\x35\x43\xfc\xd3\xfc\xcb\x41\x23\xd1\x4f\xa9\xe8\xb4\x8b\x11\xfa\x1b\x89\x13\x89\xd1\x74\x19\x5e\xc7\x6b\x8d\xc5\xc5\x12\xbd\x0a\xcf\xb3\x2b\x8d\xd3\x88\x1a\xa4\x04\xe0\x47\x6c\x02\xe3\x16\xc8\xc1\xab\x98\x47\xd1\x69\xd6\xc5\x6b\x8a\x5f\x93\xd7\x97\x36\x07\x40\xf4\x80\xb1\xf7\xe6\x37\x6f\x8f\x5f\x4e\xc3\x93\x06\xb1\xd0\x3a\xe3\x37\xb6\x70\xd7\x3e\xb8\xb0\xb5\x63\x32\xd1\x45\x8b\xb7\xba\x2f\x85\x8e\xe9\x71\xd2\xd4\x97\xad\x6c\xec\x3d\xc4\x36\xa6\xaa\x31\xb1\x4d\x10\x68\xe8\xaa\x5e\x09\x55\x4b\xe6\x02\x7b\x2e\x34\xca\x38\xb6\x37\x89\x9f\x74\x5c\x66\xfc\x06\x67\x1c\x3f\xde\xd6\x9d\x62\xe3\x75\x0f\x43\x8e\xa3\xb2\x8c\x64\x5f\xb0\xf4\x3b\xbe\x51\x63\x4d\x7d\xf2\x5e\x8f\x7c\x91\x90\x21\x02\x2b\x90\xee\x0a\xf0\x74\xd1\x68\x5d\xdc\x08\x6e\x15\xe2\x20\x77\x98\x2c\xb0\x7e\x02\xb7\x33\x0c\x17\xff\x74\xce\x30\x77\x3c\x29\x13\x06\xc4\xee\xc1\xcf\x61\xb0\x04\x9a\x9c\x35\xa7\x2c\x67\x0a\xea\xb7\xe3\x1a\x4e\xda\xfd\x09\x3d\x63\x81\xb7\xc7\x5d\x47\xc2\xcb\xea\x9a\xea\xb5\x6e\xcb\x1e\x19\xeb\xab\xf5\xce\x77\x98\x92\xab\xa5\xbe\x58\x23\x65\xc1\x2b\x44\x6a\x99\xd5\x82\xf6\x50\x4e\x68\x31\xb9\xc5\xa4\x6d\x2c\x9c\xac\x9b\x9e\x0d\x04\x94\x70\x2a\x7c\xdf\xbf\xdf\xe1\x10\x3c\xa8\x72\xac\x82\x4d\xb5\x27\x2b\xdd\x5f\xd8\xd9\xaa\xc5\x14\xe7\xf0\xf4\x49\xff\x9b\xdd\x40\xd6\x12\x0b\x9b\xd8\x5e\x21\x3f\x62\xe8\x91\x58\x2c\xfa\xe0\x04\xe6\x3e\x79\x2d\x2e\xeb\xe6\x8b\x6a\xcc\x40\x23\x42\x90\x6b\xf3\x62\x90\xea\x4c\xfc\x1e\xb1\xbe\x1b\xfc\x01\x77\x23\x02\x08\x4c\x4a\x8e\x6b\x91\xc1\x94\x9f\x15\xa7\x67\x08\x67\xbd\x5a\x8a\x79\xdd\x76\x20\x74\x35\xd9\x85\x6c\x2c\x9a\xe0\x8b\xb7\xaf\x45\x5d\x91\x87\x15\x70\xe8\x1f\xeb\xaa\x72\x09\x02\x58\x51\xe5\x26\x7f\x6b\xb1\xd0\xc5\x12\xb4\x0d\x62\x55\x75\x45\x69\x55\xc7\x80\x99\x86\xc0\x71\x1c\x8a\xef\xf8\x4c\x47\x4c\xd1\xe2\xc9\xb2\xa9\x4f\xb2\x93\xf2\xca\x3e\x8b\xb9\xd8\x55\xa2\x05\xe9\xf4\x52\x0e\x1a\x29\x9a\x55\x55\xa9\xc6\x21\xc8\x36\xb6\xa1\x6d\x53\x4c\x27\xdb\x1a\xa5\x9e\xa2\x15\xa5\x6c\x5b\x51\x16\x5f\x24\xa2\xc4\xa1\x48\xa4\x51\xc2\xbb\xb3\x26\x6b\xcf\xf4\x38\x2a\x91\xd7\x50\x6b\xa7\x2a\x86\x31\x47\x4d\x5d\x36\xc4\xbd\x01\xa1\xc7\x6d\xa8\x91\x17\xc6\x89\x54\x20\x66\x51\x48\xf9\x18\x40\x50\x5c\x7f\xb3\xb7\x27\x56\xd5\x49\x01\xca\xe7\xa2\x35\x73\x01\xda\xe8\x46\x2e\xcb\x6c\x2e\xc5\x89\x5e\x2f\xc0\x2f\xcd\xec\x9f\x3a\xb6\x4d\x36\x07\x84\xbf\x60\x21\x29\xe1\x11\x9c\x89\x3f\x0a\x12\x88\x4e\x4a\x50\x77\x97\xa8\xc8\x4e\xc1\xe1\x02\x1e\x23\x54\xba\xcc\x45\x51\xb5\x45\x2e\xe3\xf4\x39\x36\xc1\xed\x9a\x7a\x75\x7a\x66\x40\x1e\xcc\xb4\xd5\xe6\xcd\xc2\x01\x32\xc2\x5e\x66\xdd\x53\x27\xa0\xb3\x4f\x30\xa8\xc8\xf5\x42\xbc\x51\xec\x5c\xdd\xb8\x48\xe6\xc9\xdc\x78\xba\xdb\x22\x60\x44\xed\x51\xc1\x8c\x98\x3c\x04\x8c\x3f\x36\x7c\xe2\x31\x10\x65\xf8\x89\x32\x8c\x2c\x39\x2b\x06\x2d\x28\x51\xbe\xf4\xa3\x04\x53\xf7\xd0\x37\x75\x85\x0e\xc7\xb9\x69\x26\x6e\xbc\x11\x20\x08\x78\x0d\xf5\x5e\x8c\xa3\xa3\x4c\x72\xc4\x3b\x0b\xbe\xfd\x10\xad\xea\x6c\x6a\x56\x11\x57\x1a\x41\x24\xe0\x03\xe4\x60\x47\x70\x8a\x3b\x75\x03\x57\x50\xf5\xaa\x2d\xd6\x3d\x1c\x43\x36\x5f\xe3\x90\x10\x68\xc8\xe2\xa6\xba\x46\x2b\x8a\x0e\x3b\xe2\x1b\x7e\x67\x45\xc8\x06\x3a\xc1\x48\xc6\x1e\x7d\xc9\x56\x1a\xae\x56\x76\x4c\x30\xf0\x85\x6f\x1d\x8e\x8b\x5b\x37\xf4\x28\xbb\x52\x0a\x9a\x68\x3d\xb4\xc7\x66\xb6\x6e\x6e\xb6\x74\xc3\x8e\xc8\xd0\xeb\x14\x3c\xdb\xa8\x43\xf8\x3d\x08\x5b\x8c\xd9\xe0\xf5\x79\x6d\xfb\xba\x95\x4d\xb5\x29\xb7\x51\xf9\xe5\x37\x8d\x81\x03\xc1\xd2\x0c\x2e\x1e\xc3\x03\x06\x15\x54\x8b\x07\x7f\xd6\xe9\xd8\xa0\x14\xa5\x07\xb4\x4f\x26\x72\x9b\x86\x17\xd6\x7c\x59\x37\x62\xeb\xd3\x75\x69\xe3\x59\xe8\xa4\xa8\x01\x74\x17\x0c\x14\xbe\x54\xf5\xa5\x38\xab\x2f\x11\xd5\xf8\x2c\xbb\x90\x51\x39\x21\xb4\x73\x5b\x6f\x42\x67\x25\xed\xcd\x1e\x56\xa2\x57\x55\x38\x45\x20\xa0\xc8\x2f\xf2\xea\x09\xcf\x48\x2f\xde\x90\x6f\xde\x35\x65\x98\x8d\x3a\xbd\x42\xb6\x73\xd9\x65\x98\xcd\x1e\xb7\xf7\xb1\x27\xfb\x82\x6f\x71\x68\x58\x68\xa3\xf5\xf4\x99\x16\x4e\x74\x11\xaf\xa3\xee\x2a\x2e\x66\xb6\xd6\x7d\x57\x3f\x7d\xf7\xeb\xb2\x13\x31\x0d\xed\xae\x99\x5c\xe7\xd9\xaf\xf8\x66\xef\xe4\x2f\x66\xe2\xb8\xed\x45\x66\x4b\x2b\x11\x62\xba\x82\x91\xc7\x0c\xa0\x8f\x3a\x17\x9c\xcd\x48\x7f\xd0\x94\x00\x85\x43\x5b\xc2\xbc\x81\x43\x71\xe8\x6a\x0f\x9c\x48\x5c\xbb\x10\x2d\x6d\x55\x02\x7f\xc7\xf2\xcf\x66\xe2\x91\xfb\xeb\xa9\x88\x69\xc9\x74\xb8\xe7\x3e\xa7\xf7\x7b\x19\xd6\xba\xd3\x8d\x3c\xda\xf7\x4e\xa8\x7e\xfe\xe7\xf0\xb6\xa1\x8d\x3e\x56\x17\x25\x96\xa8\xe5\x90\x4f\x2e\x1a\xf7\x96\x23\xcb\xd2\x55\x5c\x66\x4d\x2b\x0f\xab\xce\xd6\xb0\xd5\x82\x8a\xfd\x7d\x31\x18\x8c\xc5\xe3\x47\x01\xd2\x6c\xd1\xbe\xc9\xde\xd0\x35\x15\xfb\x62\xf7\xb1\x98\x92\xe6\xfb\x86\xc5\xcc\x9b\x12\xa3\x4a\xd2\xbf\x3a\x44\xb7\x1e\x60\x24\x4c\xcf\xfa\xf1\xd9\x96\xd4\xf0\x5c\x6f\xa6\xae\x0b\xd1\x41\x06\xa6\x45\xd2\x44\x1b\xee\x75\x72\x31\x44\x11\x1a\x6b\x59\xb4\xb6\x35\xc1\x71\x46\xd1\xee\xc4\xaa\x9a\x72\xf0\x2d\x1b\x91\xe0\x4d\x76\x2e\x0d\x80\x79\xd8\xc3\x52\x32\xc4\x1e\xc3\xea\x18\xcf\x61\x40\x3a\x92\x42\x84\xad\xe7\x40\x17\x7a\x55\x4d\x8c\x4e\xb6\x96\xac\x8f\x5c\x32\xd3\xe5\x66\x33\x31\x80\x3e\x71\xcf\xc0\x48\x8f\x93\x5c\x22\x28\x41\xaa\x56\x52\xc4\xc0\xa9\xd5\xf5\xd0\x28\x23\xd1\x69\x1b\x7a\xe8\x98\x56\xa2\x8b\xe6\x99\x27\x6f\x45\x41\x43\xaf\x8f\x31\xd3\x25\xe2\x84\x11\xcd\x75\xfc\xf2\xef\xc7\x07\xef\x5f\x1e\xc4\x32\xb2\x65\x19\x00\x82\x7f\xd5\xc9\xbc\xe8\xd4\x41\x3d\x18\x91\xd9\xba\x6b\xe1\x01\x96\x8a\xd3\x73\xe4\x2e\xb8\xd1\xec\x20\x8d\xe5\xf5\x1c\xd7\xcc\xc4\xce\xf3\x94\xfa\xea\xbb\xa3\x5c\x42\x48\x9a\xbe\xcd\xba\x7b\xd4\x9d\xd7\xf3\x89\x51\x5b\xbc\x0c\xca\x1a\x71\xdc\x0b\xc9\xe7\x08\xe6\xe6\xc6\x4e\x10\xdb\xae\xf1\x30\x64\xbe\x91\x62\xca\xda\x8c\xda\xec\x6c\x4f\xaf\xa1\x86\xd0\x77\x58\x0b\x39\x0d\x77\xfe\x38\x8b\xa0\xc4\x47\x14\x02\x09\x50\x31\x0b\xf0\x1e\xe8\x2a\x10\xc8\x13\xee\xe5\x3a\xd3\xfa\x3a\x7c\x53\x88\x64\x4e\x31\x4b\x9f\xdb\x89\xb2\x62\x26\xc8\x50\x19\x39\x91\xf4\xc4\x30\x5a\xd9\x99\x41\x60\xc4\xac\xe0\x15\x20\xd6\x1e\x5f\xeb\x5b\x75\x88\x3d\xea\xd5\x62\x90\xbb\x94\x0f\xaf\x9f\x5c\x12\x1f\x69\x7f\xf3\x85\x08\x4a\x7a\xd3\xef\x7f\x5f\x3f\xe9\xc6\x08\x67\x66\xc8\xcf\x75\x36\xbc\x42\x6e\x37\xbf\xae\xea\x60\x56\xff\xc7\x9a\x59\x0d\x5f\x08\xbd\xb8\x13\x77\xb4\x82\xba\x0e\x5e\x24\x5d\xc1\x7d\x22\x04\x43\x88\x31\x3f\xd4\x45\x55\x57\x49\x20\x16\xbd\x85\x59\xed\x66\x2f\xb3\xc0\xba\xd7\x44\xd8\x78\xfe\xf3\xc1\x9b\xbf\xbe\x1c\xf3\x66\x98\x7b\xde\xf1\xcb\xd7\x47\x3a\x1b\x09\xe0\x79\xe4\x9e\xc3\x4c\xb8\x59\x5b\xbb\x8b\x0d\x40\x23\xf3\xba\xd4\x48\xcc\x50\x2f\x2e\x8d\xc3\x5d\xee\x6f\xf2\x5b\x84\x60\xc1\x88\x36\xed\xd3\x63\x25\xbd\x8a\x99\xd7\x17\x4d\x53\x01\xd0\x6c\x1e\x46\xc1\xc3\xd7\xf5\x36\xf9\x7d\xef\x87\x1f\xc4\x73\x0c\xae\x5e\xd6\xa7\xc5\x5c\x74\xb5\xb3\x95\x87\xe7\xa0\x2f\xf2\xaa\x9d\xb8\x18\x7a\xc5\x42\x7c\x86\x5e\x7d\x46\x6c\x5d\x1b\xd5\x28\x13\x9f\xbf\xc8\xab\xcf\x10\xb5\x59\x36\xdd\xd5\x44\xeb\x0f\x4e\xa5\xba\xb7\x9b\xe8\x39\x53\x01\x85\xfd\xf0\x39\xd0\x29\x14\x03\xc5\x8d\x4e\x83\xfe\xcd\x33\x3d\xc8\x43\x0c\xbd\xb3\xb6\x12\x1a\xc2\x63\x7d\xe4\x39\x08\x36\xba\xaf\xeb\xfb\xf0\xc9\x0f\x67\xe3\x56\x5c\xc7\xdb\xc7\xf7\x86\xc6\x4c\xc6\x67\x1c\x1c\x19\xf4\x16\xeb\x0e\x64\x16\x2c\xb9\x5a\x62\x33\xd9\x7f\x85\xda\x91\x08\x9e\x29\x2a\x88\xd3\xc7\x33\x01\xb6\x7b\xa6\xd4\xd3\x77\xc5\xfc\xcb\xd3\x54\xde\xb1\x18\x60\xa7\x07\xcf\x9e\xdd\x81\x58\xbd\xd0\x3d\x49\x02\x2d\xce\x97\x06\x69\xeb\xd0\xcb\xad\xa9\x57\x51\x1e\xde\xd5\x45\xbd\xd0\x51\x5f\xed\x9b\xa3\x78\x81\x0a\x2d\x50\x61\x59\x52\xb2\xf0\xdc\xab\xaa\xdb\x99\x52\x32\xb1\x01\x05\xb2\xbc\xae\xca\x2b\x08\x85\xb8\x13\x2e\xb8\xcf\x4b\x7f\x91\x57\x3b\x77\x24\x4c\xa7\xae\xa7\x14\xba\x49\x6d\x3c\xf0\x96\xab\xc7\x69\x10\x8f\x56\x4b\x0c\x87\x56\x57\xa0\x1d\x9f\x46\x1b\x86\x29\xdb\xa1\xb4\xcb\x8e\x5f\x9c\xc9\x43\x9e\x09\xc6\x50\x96\x89\xbc\x55\x5e\xcc\x65\x6b\x5a\x83\xdc\xc9\x88\x39\x44\x79\xbd\x93\x08\x9c\x23\xbf\xca\xf3\xa5\xab\x77\x67\x2a\xae\xc5\x07\xfd\x92\x81\x53\xfa\xc9\x09\xcd\xb7\xf1\xb2\x3d\xe3\xff\x22\xaf\xb4\x39\xc8\xeb\x6c\x89\x95\x7f\x91\x57\xa4\x6a\x7d\xb1\xf7\x6a\x46\x54\x52\xe8\x95\x7b\x52\xe1\x59\x42\xc6\x3a\x15\x43\xc7\x38\x47\xe9\x79\xe1\xec\x76\xd3\x52\x67\x99\x29\x91\x9a\xca\x55\x85\x8b\xa4\xa4\xf8\xbb\x4c\x27\x2d\xdf\x47\x52\x5e\xa8\xaf\x00\xa1\xf9\x39\x84\x91\x12\x19\x44\xd1\x71\x67\x9f\x38\xdc\xf4\x54\x18\x83\xfd\xdd\xf9\xaa\xed\x54\xd2\x45\x91\x83\x77\xab\xe6\xae\xba\x11\x54\x4d\x9b\xa7\x5d\xcb\x63\x2d\x4b\xc9\xb0\xcd\x77\x50\x1e\x5e\x7d\x35\x73\x2e\x5a\xfd\x6b\x56\x8a\xba\x3b\x93\xcd\x65\x61\xdc\xb4\x7e\x10\xc3\x03\xc5\x4e\xda\x0e\x02\xa0\x7e\xd6\x45\x3e\x9b\xc6\x8a\x56\x64\xf3\xb9\x5c\x3a\x17\x49\x13\x63\xd6\x45\x2a\x42\x89\x66\x32\x99\xe8\xc2\x7a\x57\xd9\xd0\x65\x5e\x60\x71\xe7\x8b\x05\xe7\x28\xb0\xfb\xb3\xac\x15\x99\x38\x59\x15\x65\xb7\x5b\x54\xea\x6c\x9d\x4c\xac\x81\xc5\xbe\x80\x2d\xf7\x21\xc5\xba\x3f\x09\x0c\xf3\xad\xdf\xb8\x9b\xd3\x15\x32\xd8\x79\x56\x89\x13\x29\xd4\x86\xb9\x12\x75\xe3\xa2\x46\xd2\x43\xab\x5e\x75\x76\x2a\x4d\x83\xd3\x48\x5b\xc9\xf3\x07\x5a\x7f\x6b\x66\x75\x4c\xda\xd7\xc7\x21\x3f\x23\x4d\x5b\x30\x3a\xcf\x58\x80\x58\x24\xfa\x1b\x6d\xec\x3e\xd1\x9d\x64\x93\xb1\x56\xfb\x27\x63\xbe\x80\xb3\xaf\xb6\x1b\x89\xe6\xa6\x8f\x78\xfb\x97\x2f\xe6\xf6\x06\x6d\x53\x32\xad\x1e\xd4\x87\x47\x9f\xe0\x59\xeb\xfa\x56\x5d\x5e\x53\x2b\xe4\xa1\x13\x9c\x7b\xa2\x34\x39\x85\x84\x33\xf9\x43\xe7\x73\xfd\xcb\xcd\x8d\xf1\xa9\xc3\xc9\xf7\xb2\xf7\x1c\x12\x62\x26\x1e\x71\x3b\x04\xca\x42\x83\xaf\x8c\x0d\x06\x5f\x03\x7e\xa1\x73\xd0\x3c\xe1\xe2\x01\x16\x92\x9f\xf8\x84\x97\xa1\xab\x6a\xb1\x93\xda\x58\x5e\x7f\x6d\xd9\xdf\x2c\x27\x3b\x09\xc4\x0c\xa3\x23\xf3\xcb\x9c\x79\xda\xe5\x3a\x44\xf8\xda\x1a\xc5\x3e\xca\x20\x37\x37\xe2\xc3\x27\x3f\x88\x12\x64\x9c\xeb\x89\x80\x3f\xc2\x17\x6c\xa6\xa2\xd0\x92\x0a\xed\x72\xaf\x60\x10\x87\x20\xba\x5a\x4a\x25\x1b\xe1\x12\xcd\x66\x62\x80\xb9\x07\xf4\x85\xe2\x51\xf8\x0e\x40\xaf\x95\x81\x32\x25\x9c\xdb\x61\xe1\x7a\x14\x1b\x05\x92\xe6\x9a\xee\x6b\x19\x89\xed\xf3\x2f\x40\xd9\x94\xd0\xfd\xa6\x78\xd7\x70\xb8\x50\x8a\x0e\xf6\xe6\x06\xd2\xf6\xc5\xe7\xef\xaf\xbf\xc8\xab\xdb\xcf\x62\x2a\x06\x83\x48\x47\xfd\x77\xd8\xa2\x7d\x89\x61\x94\xed\xec\x8e\x45\xab\xb7\x0d\x66\xdc\x4f\x29\x25\xd6\x6f\xb7\x87\x33\x61\xeb\x37\xaf\x11\x8f\x23\xe0\xf5\xbd\x5b\x76\xa6\x9f\x9b\xac\x12\x5e\x6f\x84\x40\xb7\xe0\x3e\x05\x44\x6c\x10\xb5\xd8\xc0\xc2\xc0\x0e\xba\x23\xc3\xd0\x88\x33\x9c\x48\x6b\xe1\xd0\xff\x68\xa0\xb3\xc5\x57\x02\x6b\xf0\x25\x8a\x1e\xdd\x0f\x6e\xd1\x9d\xd9\xcc\x34\xef\x4f\xc2\x1a\x7f\xab\x70\xb3\xbb\xfe\xb1\x99\x0a\xab\x77\x0d\xf4\xc3\x0f\xf0\x86\xc8\x84\xf6\xf6\x73\xbd\x39\x80\xbb\x67\x56\x52\xe6\xad\x15\x1a\x5a\x6b\xd9\xe5\x22\xda\xe8\x08\x40\xdd\x99\x3c\x9f\x18\x01\xa3\xd5\xee\xd9\x3f\xb8\xab\x54\xa1\xe3\x26\x43\x34\x33\xe7\x31\xd1\xc8\x5d\x79\x91\x95\x2b\x25\xc5\x39\x15\x4f\x56\xe5\x9a\x9f\x9c\x67\x4b\x13\x06\x97\x1e\xf6\xa8\x12\x7c\x8e\x00\x13\xd6\x0d\x57\x07\x3a\xd6\x11\xdb\xb5\xa5\x02\xf5\xc4\xd5\x15\xcd\xd1\xfe\x26\x12\x82\x87\xf3\x5e\x7b\x4d\x61\x0d\x3a\x1a\x44\x5d\x5c\xd4\xde\xa9\x92\x97\xbf\xd0\x53\xa0\xe7\x3a\x60\x0e\x08\x56\xf8\xd7\x50\xc0\x8e\x54\x61\xa5\x6b\x5a\x47\x29\x95\xac\xdb\x46\x0e\xc3\xf8\x61\xd3\x47\xc3\x10\x38\x52\x2f\xaf\xa0\x87\x30\x5e\x7a\x27\x9b\x9f\xd1\xd8\xab\x0b\xe9\x9d\xb7\xbc\x4b\x7b\x7b\xe2\xc7\x55\x51\xe6\xa2\xac\xeb\x2f\xab\xa5\xc0\xa6\x16\x75\x23\xfe\x73\x55\xcc\xbf\x90\xb5\xd4\x44\x63\x4d\x5e\x21\xd3\x10\x1e\xe8\xa0\x59\x51\x88\xa7\x48\x79\xfa\x75\xfc\x89\x28\x1e\x3e\x8c\x82\x3e\x0a\xf4\x40\x6f\x3f\x14\x9f\x22\xf0\x8e\x11\xff\x36\x72\x8c\xf0\x53\x24\x44\xef\xfd\x22\xaf\x62\x80\x0a\xc1\x44\x3c\x78\x20\x86\x3b\x2a\xb7\x41\x74\xf0\x84\x88\x91\x73\xe3\x60\xe9\x8a\x1e\x3e\x21\x8f\xf2\x1f\x45\x44\x6c\xba\x19\xd6\x9e\xf0\xdf\x48\x44\x40\xb6\x58\xff\x4c\x14\x09\xcb\x23\xf3\x6b\x9c\x62\x3f\x14\x9f\xf4\xe4\x3a\xff\x8e\xf0\xa4\xe7\x6f\x99\xc9\x9a\x22\x27\x48\x40\x71\x0f\x1f\x26\xdf\x6e\xc0\x88\x8b\x70\x8d\x9b\x1b\x46\x1e\x78\xf4\x05\xc7\x5c\x8c\x03\x73\x93\x33\x8a\xa3\xf3\xfc\x4c\x6a\xd3\x29\x94\x75\x15\xa1\x96\x45\xdb\x01\x71\xe6\x45\x3b\x6f\xe4\x52\x56\xf3\xc2\x84\x4c\x77\xdb\xfd\x25\x55\x4d\x14\xdb\xed\x75\x52\x3c\xdc\x76\xb0\x2d\x88\x65\xc4\x3b\x7d\xef\x75\x74\xe6\x69\x45\xa2\xce\x3a\x5e\x9e\xc9\x59\xd6\xbe\xbd\xac\x4c\x5d\x43\x56\xf3\xa8\x07\x0c\x95\xda\xc2\xd8\xfc\xa1\x07\x28\x6e\x4a\x7d\x7a\xe2\xd6\x04\x3f\xb0\x20\x27\xf6\x0b\x2f\x2c\x50\x6a\x3f\xb2\x2d\x69\xa3\xa3\x11\x0d\xa2\x18\xd4\x57\xc9\x4b\x73\xff\x70\x55\xef\x87\xbb\xc2\x7e\xfc\x64\x4c\x3e\x82\x9d\xef\xaa\xea\x71\xbc\xc1\xfb\x33\x76\x5d\x5d\xc5\xb5\x19\x3d\xc4\xab\xd3\x96\xe5\xb9\xba\x41\x37\xf2\xbc\xbe\xf0\xf0\x23\xe2\x2c\xde\xdb\xe0\x31\x27\x9d\xbd\x3d\xf1\x9b\x36\xb2\x53\xa4\x5a\xc9\x4b\xbd\x3e\xb5\xd3\x0e\x4c\x68\xdc\x44\xf9\xb5\x68\x3b\x25\x4c\x3b\xaa\x86\x2d\x37\xf1\x38\x87\x4f\xc4\x1f\xcc\x1c\x7c\x8a\x71\x1e\x9f\x6c\xc9\xde\x4d\x0f\x2f\x96\x7a\x73\xe3\xd6\x0d\x38\xa1\x5e\x8f\x18\xbf\x0a\x58\x02\x21\x32\x27\xf7\x7a\x37\x55\x23\x14\x33\x7e\xe1\x4c\x3a\x58\x32\xb1\x24\x25\x8c\x83\xc3\xaa\x1d\x2e\x84\xbc\x90\xcd\x55\x07\x9e\x11\x97\x99\xd3\x33\x8b\x93\x15\x1e\xb5\x95\xa7\x88\x56\xc4\x31\xd7\xaa\x07\x72\x0a\x92\x64\xbb\x18\x6b\xe9\x82\xc7\x8a\xf3\x0f\x09\xd2\x55\xc2\x3b\xd4\xc9\x54\x2f\x04\x2a\x94\x26\x5f\xe4\x55\x3b\x8c\x9d\x52\x21\x58\xbf\x39\xd3\xfc\x2d\xe4\x9f\x56\x9b\x9c\x55\x11\x4c\x8e\xf8\xc2\x46\x99\x16\x86\xda\xf6\x69\xb4\x57\x43\xe1\x93\x68\xef\x25\xdf\x1f\x61\x52\x7f\xc1\xfa\x13\x39\xeb\xb8\x09\x26\x2c\xbf\x96\x50\xd8\x17\xa6\x51\x17\x33\xa3\x47\x77\x4b\x1b\x21\x84\xe0\x7c\xc3\x5d\x4e\x15\x06\x1e\x7d\xf4\x90\x87\x7b\xab\x9c\x34\x59\xd1\x4a\xa0\x88\xd4\xab\xa8\x6f\xf4\x18\x53\xbf\x44\x4e\x78\x9e\x21\x7a\x57\xdc\x6e\xc0\xde\xa5\xf3\xb6\x57\x18\x26\xe0\x9d\xbe\x02\x42\x9b\x5e\xba\x87\x8c\xe8\x7d\xd4\x2e\x5a\x50\xde\x76\x34\x52\x87\x73\x12\xe1\x8b\x1c\x91\x4e\x38\x09\x7c\xa0\x02\xac\x3b\x4b\x5b\x7e\x98\x46\x84\x5c\x1e\xbc\x6b\x5b\x51\x9a\xad\x69\xe0\x23\x11\xca\xa5\x91\xce\x4f\x96\xab\xf6\x6c\x68\xc4\xf0\x24\xee\x56\x72\xc7\xb3\x69\x67\x35\xf7\x4d\xbf\x55\x95\xf9\xa6\xa4\x9e\x56\x81\x70\x72\xd3\x81\xfd\x18\xf3\xdf\x8d\xf2\x91\xdd\x94\xb4\x6a\xea\x9a\xc6\x8a\xf5\xf7\x5b\xb3\x0a\xd7\xf3\x7e\xea\x09\x44\xbb\xe8\xf7\xff\x6d\x29\x48\x4b\xa5\x48\x43\xdf\x8a\x78\x08\x33\x8e\xee\x7e\x34\x4d\x26\x32\x7a\x9f\x41\xb2\x9d\xbf\xf0\xf6\x16\x98\xde\x42\xfe\xfd\x7d\xb1\xfb\x38\xd2\xb8\xef\x73\xbb\x68\xea\xf3\x43\xee\x8c\x35\xa7\xef\x69\x71\x45\xee\xdc\x09\x36\x1b\x6a\x6b\xb5\xbc\x5d\x59\xfd\xbc\x6d\x58\x3c\xc4\x16\xf9\x95\xc3\x2c\xbe\xcd\x86\x44\x60\x2a\xf0\x09\xc0\x11\xed\x9a\xd5\x8f\x9a\xfa\x6d\x6a\xa7\x67\xa6\x90\x01\x51\x45\xad\x7c\x43\x4d\x46\xcf\x76\x0f\x36\x36\xf3\x9a\xac\x74\xac\x58\xb0\x01\x18\x1b\x3c\x47\xb0\x0a\xd0\x2f\x92\xe7\x19\xc8\xde\x8f\x51\xf2\xf6\x64\xd3\xf3\x0d\xdd\xd7\xc3\x1e\xbf\xce\xba\xb3\xc9\x79\x61\xa2\x90\xdb\x4f\x63\xf1\x38\x38\xfe\x7c\xcb\xd9\x21\x79\x60\x78\x46\x55\xc2\x6c\xf2\x7a\x25\x66\x8a\x73\x3e\xdc\xd9\xb2\xb4\x3f\x1a\xeb\xef\xe6\x92\x9e\x89\x47\x1a\x7f\x30\x76\x44\x17\xed\x2f\xf2\xca\x2e\x32\xdf\xa5\x51\xbb\xd8\x6d\xb7\x69\x9c\x58\x53\x4f\x16\xd1\x8c\xe9\x3d\xaa\xdb\xd8\xd9\xb9\xc3\x82\xec\x44\xa5\x5f\x7d\x83\x26\x19\x22\x22\xa9\xce\x74\x87\x95\xf3\x2a\x48\xaf\x8b\xa7\x50\x61\xd5\xf6\x29\xe5\xe3\xed\x9f\xc7\x43\xed\x46\x80\x47\xd6\x23\x51\x27\x36\x7b\xff\x49\x1f\xea\x3c\xa7\xfe\xbb\xe4\x06\xa8\x6c\x11\xd2\x26\x38\xe4\x7c\x77\xa8\x6f\x37\x37\x9c\x89\xd1\xcb\x28\xbb\x76\x06\x27\x7e\x78\x27\x22\x6f\x93\xb1\x99\x4e\xd4\xec\xd4\x91\x41\xef\x22\x52\x7c\xea\xe5\x57\x90\x37\x12\x5a\xf9\x8c\x0f\x2f\xc8\x1d\x7b\x39\xda\xe2\x5e\xb3\x95\xac\xdf\x82\x2a\x29\xc6\x49\xc6\x04\xe8\x8c\x3e\xe8\xa1\xf7\x0b\x3c\x67\xa7\x28\x7a\x4b\x96\x63\xbd\xc4\xc0\x1d\x2c\xf2\x0c\x15\x75\x8f\xa5\xf0\x65\xb4\x53\x51\x83\x5e\xf7\xfc\x91\xe6\x53\xf7\x18\xf0\xba\xe3\x2c\x1a\xb1\x26\xa6\x61\x2d\xb3\xf3\xa5\x8e\x99\x92\xcb\xaf\xe6\xb0\xd4\x13\x69\x4f\x3c\xfc\x25\xfb\x3a\x7c\x64\xde\x76\xc7\xf1\x5d\xfc\x38\x12\x12\xb7\xae\x44\xbd\x02\xdc\x8e\x93\x7a\x55\xe5\xad\xd3\xb7\x50\x14\x7d\xfb\xdc\x0d\xbb\xd1\x2c\x4e\xd8\xc8\xda\x51\x6d\xc2\x24\x8c\x43\x38\x6a\x23\x2c\xc9\xc4\xb9\x2f\x7b\x4a\xb2\xea\x76\x31\x5b\xcf\xf8\x19\xc1\xd9\x92\x9e\x98\x46\xd0\xfd\x18\x1b\xde\x40\x46\x71\x78\xd0\x08\x1d\x82\x19\x2c\xce\xb3\x5a\xd6\x65\x23\x2f\x8a\x7a\x45\x26\x9d\xbc\xef\x85\x6a\xd0\x4d\xb5\xf4\x8c\x45\xec\xed\x89\x17\xb2\x93\xcd\x79\x51\x01\x56\xd0\xa5\x73\x7e\xc6\x16\xb8\x0a\x7f\xc2\x47\xaf\xd7\x40\xf1\xe7\xd8\x5c\xf8\x8a\xbf\x9b\x1b\x82\x7b\xeb\x01\x5d\x31\x56\xcd\xe6\x29\x97\xa5\xec\xe4\x26\xcb\x9c\xe0\xb2\xbb\xbb\x5b\x8e\x3c\xcb\xf3\x9e\x61\xef\xf4\x8d\x3b\x3a\x9e\xd8\xc0\xd7\x8f\xbb\x57\x76\x09\x54\x82\x91\x71\xf3\x17\x20\x3a\x04\xc6\x02\xc3\x36\x7d\xfb\x23\xae\x45\x8e\x6b\x18\xfd\x53\xe6\x6e\xc7\xcb\x76\x17\xba\x7f\x5a\x26\xec\x2e\x84\x09\x46\x6c\x33\x6c\xc6\x8c\x5d\x2b\x8d\x9a\x20\xfb\x62\xe6\x5d\x6e\x68\x0b\xf0\x31\x55\xbb\x6b\xfe\xae\x2c\xdf\x8d\x50\xb3\x7d\x97\x10\x65\xfd\x2a\x4b\xdf\x4d\xfb\xee\x27\x01\x12\xeb\x21\x93\x1f\x38\x01\xdf\xdc\x58\x29\x0b\xee\xb3\x5d\xd6\x74\xc1\xd5\xfd\xc9\xa6\x77\x7b\xb5\x38\x5e\x17\x2a\x79\x79\xc0\x7a\x41\xfb\xf4\x6c\xe6\xaa\xdb\xa7\x8d\x4f\x9d\x06\x80\xa9\x0b\x9e\xd0\x4c\x4f\x67\x44\x4f\xe0\xd2\x99\xc2\x20\x2e\xf9\xb8\xcc\x69\xf1\x87\x77\x48\xad\x8c\x37\x14\x8d\x61\x70\x5f\xb1\xb1\x04\x78\xc0\x5f\xe4\x15\x97\x19\xe7\x2c\x82\x49\xbf\xbd\x17\xc7\x18\x4c\x89\x89\x7e\x9d\x7d\xdd\x01\x5e\xb3\x01\x8f\xd9\xb0\x97\xdf\x84\xa3\x6c\xad\xea\xe0\x1a\xac\xc7\x51\xbb\x29\x4e\x17\x76\xc0\x6b\x40\x63\xfa\x6e\x89\xf7\xdb\x73\x96\x5f\x91\xae\x90\x1a\x47\xa9\xad\x68\xd9\x5b\x74\x4f\x06\x75\x6c\x77\xef\xf4\xe8\xe6\x1e\xc6\x0f\x7f\xd4\x26\xc6\xd5\xfa\x86\xfb\x31\x0a\x5f\xf5\x4f\x4d\xed\xbd\x77\xbc\x18\x35\xff\x09\x44\x5c\xdc\x81\x80\xe3\x65\xfe\x9b\x60\x13\x04\x1b\x09\x99\x10\x3d\x21\xd8\x88\x8d\x0a\x9d\xc7\x23\x4b\xd6\x9e\x56\x91\xc6\x1a\xf2\x72\x8f\x85\x69\xcd\xfb\x30\xa2\x53\x1e\x6b\xb6\x5f\x15\x1a\x6b\x3a\x8e\xcf\xde\xa3\x82\x5d\xd7\x85\xad\x1f\x51\xbe\x39\x1f\x30\x57\x7a\xd6\x13\xb3\x27\x93\xaf\x3c\x46\xc6\xdd\x58\x72\x0b\x0d\xc0\x7b\xf9\x8e\xba\xa5\x19\x25\xf3\xe3\x7b\x0a\xac\xe2\x8e\x6f\x41\x89\x45\x07\x74\x65\x36\x2d\xe1\x3e\xdb\x62\x97\x71\x14\x31\xbc\xc3\x2d\x35\x08\x23\x98\x63\x1f\x75\x59\x27\xa9\xad\x2f\x36\x16\x53\xe4\xad\x77\xc4\x20\x2c\x0c\xf2\x5a\xb5\x2a\x2e\xa7\x37\x78\x53\xdf\x9c\x18\x9d\xac\x33\x60\x70\x2f\x68\x73\xf3\x62\xb2\x13\x8e\x27\x32\xcd\x68\x17\xbf\x1e\x06\x72\x23\xcd\xfd\x58\x6c\x3f\x87\xff\xad\xde\xff\x6f\xf5\xbe\xe8\x21\xf1\x35\xea\xfd\x08\x91\xdf\xf1\xe0\xe5\x9e\xcf\xfe\x79\xbb\x85\x07\xcd\x5a\x43\x1d\xeb\xf3\x1c\xc9\x62\x97\x8e\x9a\xa9\x9a\xbc\x6b\x6d\xae\xfa\xad\xad\x7a\xcc\xa3\xd2\x5e\x74\x11\xab\x2b\xcf\xaa\x14\x4b\x32\x97\x20\x6e\x6f\x68\xe0\x35\x3e\x56\x8b\x55\x85\x5a\x5d\xe6\x55\x98\x72\xdb\xdf\xcc\xc7\xeb\x86\xd9\x5d\xec\xed\x89\x47\x10\xca\xe4\x44\x8a\x55\x8b\x01\x18\x21\x2e\xe6\xc7\xca\xa1\x8b\xa0\x09\xff\xe7\xef\xaf\xa1\xce\xdb\xcf\x60\x55\x0d\xad\x29\xd2\xbf\xbe\x05\x48\x20\xde\x19\x18\x8d\x7e\x98\xfd\x02\x7f\x7a\x78\x21\xa7\xb2\xfb\x6b\x59\x9f\x64\xe5\xf3\x32\x6b\xdb\x37\xd9\xb9\x6c\xc7\xe2\xa0\x2a\xce\xc1\x4d\xe1\x6f\x59\x53\x28\x16\xd0\x52\xb8\x8f\xc9\x64\xef\xa8\xbb\x2a\x8b\xea\x34\x02\xf7\x01\xcb\x2c\xf3\x57\x45\xdb\xa9\x4c\xf2\x5d\x53\x2f\xdb\x71\x98\x4e\x6a\xdc\x23\xdf\x28\x00\x08\x0e\xdb\xef\x9d\x62\x0f\x30\x28\x00\xa1\x1b\x9c\xb7\xbb\xa4\xf8\x60\x8c\xf3\x75\xbe\xcc\xe6\xe1\xd7\xdd\xdd\xe7\xf8\x05\xb3\x9d\xaa\x2f\x61\x26\x48\xc6\x1c\x65\x51\x7d\xc1\x0c\xaf\x8a\xea\x8b\x49\x6b\xbb\xe7\xb2\x2c\x4d\x7a\xdb\xed\xce\x65\x59\xaa\x8f\xb7\xa4\xdb\x27\xf2\x1f\x85\x6c\x6c\x6f\x65\xd6\xca\xc3\xea\xed\xaa\x3b\x2a\x2a\x39\x15\x83\xf9\xea\xa4\x98\xef\x62\xa6\xe1\xa3\xc9\xff\xfc\x9f\x7f\x19\x8b\x47\x93\x47\x7f\x79\xa4\xfe\xf9\x0b\xfe\xf3\x6f\x7f\x79\x34\x72\xd5\x1a\xe8\x08\xa8\x5d\x1d\xd7\x38\x8b\x33\x31\x04\xac\x98\x69\x62\xea\x47\x91\x0f\xad\x05\xd4\x31\x94\xd5\x9d\xc9\x73\x39\x46\x5c\x8a\x37\xe0\xec\xa4\xe7\x10\x48\xcc\x41\x19\x9b\xfc\xcb\xac\x94\x5d\x67\xf0\x6a\xe4\xb9\x24\x5f\xe7\x74\xa9\x22\xe4\x35\x0c\xe9\x0d\xaa\xd8\x31\xfb\x5f\x93\xab\xb1\x2a\x80\x75\xfe\x60\x76\xad\xab\x7d\xa2\xbe\x8c\xdd\x6e\x96\xe7\x72\xb2\xa8\xab\xae\x9d\xb4\xe7\x59\x59\xda\x2f\x84\x59\x2c\xeb\xb6\x50\x64\x3d\x15\x83\x46\x96\x10\x93\x65\x40\x02\x14\x21\x37\xab\x9b\x76\xca\x4d\xb7\x3e\x7c\x9e\x7c\x7f\x4d\x1a\x36\x24\x70\xfb\xf9\xd3\xd4\x37\xf2\x3a\x2f\xaa\x9f\x65\x71\x7a\xd6\x4d\xc5\xff\xf8\xd7\xb1\xda\xd7\x27\x12\x26\xa6\x68\x3b\x08\x1c\x5a\x74\x67\xe2\x85\xec\xb2\xa2\x6c\xd5\x82\x68\xa8\x7b\x5a\xc9\x2d\xe9\x92\xfb\xdd\xfd\x66\x96\xe6\xc1\x03\x37\x2d\x6c\x62\x74\x06\x52\x0d\xeb\x64\x6a\x98\xdb\x0d\x94\x0f\xf5\x5f\xee\x36\x54\x3e\xd8\xd4\xd0\x3f\x8d\x83\xd5\xd7\x29\xe6\x8b\xde\xca\x31\x2a\x81\x4f\x31\x62\xe8\x9a\xac\x32\xe4\xf0\xf9\x24\x9b\x7f\x51\x39\xab\x7c\x77\x5e\x97\x75\x23\xbe\xbf\x0e\x99\xe0\x24\x5f\x35\x3a\xa5\x5c\xc9\x7f\xb9\x15\xdf\x5f\xeb\x6d\x3e\x61\xfb\xfb\xf6\x73\xb0\x6a\xac\xa3\x87\xed\x8b\xa6\x5e\x2e\x8b\xea\x94\xcc\xaa\xeb\xc1\x73\xd5\x81\xa9\xd9\x63\x93\x4a\xae\xba\x26\x2b\x5f\xa9\x99\x36\x2e\xf5\xf0\xaf\xe2\x0b\xea\x3f\xc7\xce\x7f\xb0\xa8\xb9\x9a\xb7\x36\xea\xf7\x08\x97\x3e\xc6\xfd\x7e\x08\xec\x60\x63\xde\xfe\x5e\x2e\xde\x6a\xc0\x63\x2c\xf9\x93\x3e\x17\xdf\x36\x98\xee\xd5\xf4\x6b\x57\x94\x45\x57\xac\x01\x74\x5a\x16\x55\x25\x9b\x1e\x38\x27\xcc\x20\xae\x39\xa8\x90\x4e\x75\xf1\x28\x10\x26\xfb\x1e\x2d\x00\xbf\xb4\x38\x14\x08\x3e\xfc\xf3\xf1\xeb\x57\x16\xd8\xaf\xe5\xa8\xcc\x06\x80\x07\xd6\xe4\x07\xf1\xd6\x80\x66\xcc\xb3\xb2\x3c\x01\x38\xea\x1a\xe0\x30\x5a\x74\x22\xb5\x03\xb1\x2d\x4f\xc4\xaf\x26\x10\x57\x51\xb5\x9d\xcc\x72\x51\x2f\x44\x23\x17\x18\x32\x19\x8a\x16\xd5\xa9\xae\x1f\x1e\x9a\x51\x1d\x80\x4e\xac\x18\xf1\x5a\x63\x82\x14\xb2\x35\xae\x30\x76\x4a\xa8\xab\xa8\x4d\x7c\x2f\x17\xfb\x53\xb2\x96\x4f\x4d\xbf\x9e\x05\x38\x25\xff\x6e\x80\x9a\x65\x0e\x3d\xfd\xdc\x16\xff\x90\x9f\x4d\x5f\x27\xe2\xb7\xa2\x2c\xc9\x0b\xb7\xc8\x3a\xf1\xf1\xe3\xb3\x99\xf8\x97\xc9\xa3\xc9\x23\xda\xf8\x1d\x81\xa1\x15\xdd\xed\x4f\xcd\xfa\x1d\x5f\x2d\x65\xd0\x45\x08\x16\x52\xfc\x03\xa2\xc4\x99\xf9\x85\x17\xf1\x2a\x97\xff\x1f\x7b\xff\xde\xdd\xc6\x8d\x2c\x8a\xe2\x5f\x05\xca\x3a\xc7\xa4\x12\x8a\x92\x93\x3d\x73\x66\xd3\xa6\xb5\x15\x59\x89\xf5\x8b\x5f\x3f\x49\x19\xcf\x1c\xdb\xcb\x6e\xb1\x41\xb1\xc7\xcd\x6e\x4e\xa3\x29\x59\x23\xe9\xbb\xdf\x85\xaa\x02\x50\x78\x34\x49\x29\x9e\xbd\xce\x5d\xf7\xf8\x8f\x44\x6c\xbc\x81\x42\x55\xa1\x9e\xcd\xd0\xad\x03\xd8\x36\x0c\x0b\xca\xba\x1b\xce\x65\x5e\x2c\xe7\x6c\xa6\xba\x2f\x37\xe4\x69\xf1\xaf\xf4\x90\x65\x76\x2e\x31\x0d\xde\xac\xbe\x12\x7a\x31\x26\x5f\x04\xb5\x1c\x8a\x97\x50\x05\x79\x7e\x72\x1b\x3e\x97\x22\xab\xaa\x7a\x59\x4d\x28\x68\x39\xa6\xa1\x40\xbf\xa9\x2c\xd7\x78\x84\xc6\xd0\xbb\xad\xb1\xce\xcb\xe2\x52\x42\x7e\x92\xba\x6a\x9b\xba\x14\x8b\xba\x2c\x5a\x59\x41\xf2\x12\x79\x29\x4b\xbe\xc9\x30\xa7\x7d\xc3\x5f\x46\xd3\x3e\xc8\xf3\x82\x00\xf4\xf0\xf4\x14\x31\x64\x5f\xaa\x6d\x80\xd2\xc5\x02\xf3\xa0\xf0\x15\x70\xe0\x31\xe8\xb4\xbb\xfb\xb7\x6e\x66\x4a\xb6\xe0\x78\xa5\x81\xb8\x64\xbb\x60\x17\x3f\x77\xb0\x19\x9c\x0d\xae\x8f\x8d\x6c\x36\x61\x7f\x24\x7a\x99\x52\x1a\xd0\x2f\x25\x64\x33\xc3\xaa\xf0\x67\x3d\x9d\xf6\xe2\xf5\x96\xad\x6c\x30\xef\x1a\x84\x6e\x5f\x2a\x9a\x8c\x9e\x96\xb7\xeb\xe1\x70\xab\xf7\x11\x50\x27\x30\x5d\x97\x45\xae\xcf\x91\xf2\x85\x4c\x20\xfe\x5b\xf1\x2f\x74\xef\xe5\xd1\x6f\x80\x35\xd1\x77\xee\x8c\x38\x25\xbf\xc3\x43\xca\xa8\x68\x22\xf9\x98\x8e\x64\x0e\x04\x13\xf3\xd0\x64\x2d\x82\x50\x99\x5d\x53\x32\x92\x7a\x61\xee\xfb\xa5\x9e\x75\xd5\x8a\x66\x59\x1a\x1f\x4d\x02\x66\xa0\xb7\x7a\xe4\x24\xb6\xb6\x37\xdf\x63\xd4\xf9\x37\x15\xe3\x04\x0d\xfd\x86\x8d\x32\x13\xc0\x7d\x2d\xf4\x7e\x5e\x64\x4d\x6e\x11\x91\xa2\x0b\x99\x19\x4a\xba\xf2\x42\xc2\xbe\xbf\xa5\xae\x87\xe7\x75\xdb\xd6\xf3\x10\xbc\x4d\xb1\xbb\xa2\x5e\xab\x30\xf2\xdc\xdb\x5a\xa9\xe2\xbc\xa4\x2d\xc2\xb8\x3a\xc1\xdc\x26\x45\x33\x29\x11\x87\x6c\x4e\x3b\x64\xb5\x9c\x73\x1c\x11\x92\x82\xc7\x3f\x2e\xbe\x5a\x74\x94\x17\xd9\x5c\xb6\x1e\x98\x7d\x3d\xd5\x1c\xaa\x18\x8b\xbd\x41\xb8\xbf\x8f\xff\xbc\xba\xa9\xa2\x96\x8f\xa3\x96\x3f\xee\xad\x6e\x89\xb8\x4e\x8c\xc5\x8f\x71\xd3\xbf\xac\x6e\x5a\x66\xcd\x85\x14\x63\xf1\xd3\xa0\x6b\x83\xcb\x7a\xe2\xef\x6f\x04\x13\x06\xdf\xe1\x28\x1b\x6f\x35\xf0\x1e\xa9\xb3\x16\x63\xd1\x6b\xeb\x05\x20\x80\x46\xf3\x46\xf0\x17\x82\x0d\xfc\x59\xca\x69\xeb\x33\x1e\x11\x3d\x63\x47\x78\x1f\xb2\x76\x7f\x20\x39\x03\x0e\x6a\x0d\x75\x65\xb3\x21\xc2\xf4\x10\x5a\x5b\xd5\xcd\x3c\x4b\xc3\xd6\xca\x11\xe1\x8c\x1f\x32\xa0\x01\x8e\xc7\x21\x70\x00\xaa\x00\x9e\xaa\x92\x32\x47\x92\x67\x23\x81\x11\x72\x1a\x52\xcd\x42\x89\x46\x82\x50\xac\x6a\x29\xe6\x46\x31\x5f\x94\xc5\xb4\xd0\x68\x50\x82\x95\x4b\x31\x9f\x2f\x31\xb6\x02\xf8\xa0\x2a\xca\xda\x61\x68\x23\xb0\x3e\x10\x58\xb1\x02\xc6\xff\x0f\x70\x82\x0e\x21\xba\x28\x8b\x88\xf7\x2d\xda\x3f\xbf\x16\x2f\x8a\x8b\xd9\xce\x9b\x26\x97\x8d\x38\xb4\x2c\x17\xc7\xf9\x31\xca\x17\xa7\xc4\xab\xa4\xd1\xe3\x06\x4c\x88\x23\xde\xb0\x4c\x9b\x75\xd5\xf1\xc1\x59\xdb\x66\x93\x99\xe3\x30\xf4\x33\x19\x76\x1b\xb6\x2e\x6b\x64\x36\xdc\x80\xac\x8b\xb7\xeb\x90\xbc\x7f\xa1\xe3\x55\x3c\x04\x61\x9f\x04\x30\xc0\x67\xcd\xf8\x5b\x38\xf0\x3f\x7c\xc0\xec\x70\xe9\xb7\xd9\x4c\xd8\x32\x13\xda\x5b\x9c\xc8\xa9\x6c\xec\x7a\xaf\x9a\x6c\xb1\x80\x87\x07\x64\x89\xd1\xe4\xf9\xbc\x6e\x67\x38\x33\x24\x26\x59\x95\xbb\x2d\x33\xdb\xa1\xfb\xb4\xa4\x98\x43\x84\x3f\x74\x40\x97\xa2\x5d\xc5\xef\x1b\x74\x84\xe7\x95\x4d\x40\x18\x50\x5d\x9b\xb4\x7c\xd8\x7e\x18\xf0\x8c\xeb\x3a\x9b\x15\x79\x2e\x2b\x31\x93\xa5\x5e\xba\x89\x4a\xae\x39\xc7\x22\xc7\x77\x7e\xc0\xc7\x1a\x48\x86\xaf\x27\xf0\xf1\x4c\x7e\xf5\x36\x60\x13\x41\xe4\x85\xc4\xa0\xe4\xd0\x26\x25\x97\x1c\x88\x5f\xea\xaa\x7d\x07\x62\x08\xcd\xbd\x4c\xea\x4a\x7f\xd0\x77\x66\xbd\xcc\x12\x06\x3d\x39\x7b\x39\x10\xc7\x0a\x86\xf9\x6b\x01\xd4\xcc\xce\x60\xd5\x7b\xd6\xf6\xf1\xfc\xe8\x97\x83\xdf\x5f\x9e\x7d\x3a\x3c\x7a\xf9\xf2\xd3\xe9\xd9\xdf\x5f\x1e\x7d\x7a\x7b\xf2\xe6\xed\x29\x6f\xcc\xa4\x20\xe6\xef\x93\xfa\x6a\x88\x38\xd0\xeb\xed\xf0\xc5\xd1\xe1\x6f\xd8\xd7\xbb\xe3\xe7\x67\x2f\xd6\xf7\x02\xf1\x3b\x58\x57\xbb\xbb\xe2\x97\xba\x41\x67\x7d\x94\x37\xe0\x5b\x41\x1f\x64\x23\x21\x46\xa3\x00\x89\xe0\xe9\x22\x9b\xe8\x8b\x9b\xe7\x32\x1f\x8a\x63\x98\x01\x82\x49\xa1\x48\x96\xd7\xd6\x2e\x0e\xa2\xaa\x97\xcd\x44\x52\x6e\x85\xa2\x82\x08\x90\x10\xec\x61\xc8\xa6\x7f\xfa\xf6\xe0\xf0\xe8\x84\xa6\x9e\x29\x71\xf4\xb7\xb7\x07\xaf\x9f\x7f\xfa\xf9\xf7\xb3\xb3\x37\xaf\xc3\x15\xed\xb2\x69\x74\x89\x92\x5f\x00\xec\xc4\xa2\x64\xf6\x3d\x12\x25\x63\x59\x14\xbe\xda\xf4\xbb\x46\xe8\x71\x4f\xc1\x33\x0e\xd6\x25\x78\xc6\xd2\x9d\x9d\x09\x17\x3c\x43\xca\xec\xb8\x12\x7c\xc6\x1a\x79\x53\x2f\x34\x2c\xc7\x95\x4c\x09\xd6\x93\x5f\x17\x59\x95\xc7\xb5\xf0\x3b\xd6\x29\xd4\x61\x5d\x96\xd9\x42\x49\x5d\xb1\x50\x3b\x13\xf3\x13\xcb\xdb\xa2\x2d\x65\xdc\x05\x7c\x36\x3d\x38\x95\xa9\xee\xc0\x68\x7d\xa8\x74\x52\x57\x67\xd9\x05\xf6\xa0\xa7\xb6\xb3\x73\x96\x5d\x6c\x2a\x62\x2f\x98\x2c\x4c\xf7\x9d\xd3\xaf\x0d\xe4\xe9\x6f\x96\xed\x61\xd1\x4c\x62\x69\xfa\xde\xff\x02\x69\xfa\x5f\x7e\x04\x31\xfa\xe3\x3f\xff\x69\x20\x1e\x0f\xf7\xf6\x50\x9a\x6e\xdb\xa6\x25\xf1\x3f\xfd\x27\x8a\xe0\xb1\x8b\x3f\xa5\xda\x1e\x57\x3f\x67\x70\x7e\x41\xd3\x3f\xef\xed\x0d\xc4\xce\xde\xf0\xc7\xbf\x40\x17\xff\xeb\x27\x94\xe9\xff\xc7\x9f\xb6\xc3\xc5\x18\x94\xf1\xeb\xc9\x9b\xdf\xdf\x7e\x7a\x71\x74\xf0\xfc\xe8\xe4\xd3\x8b\xa3\xe3\x5f\x5f\x9c\x89\xb1\xf8\x8f\xbf\x3c\x31\x15\x0f\xdf\xbc\x7a\x7b\x70\xd8\x59\x71\xef\x3e\x9a\x81\xf0\x26\x6d\x27\x0a\x36\xd1\x0c\x28\x6b\xc8\xc0\x20\xab\x4b\x61\xb0\xbb\x2b\x16\x59\x0e\xf1\x65\x6d\x76\x7e\x42\x24\x9a\x7a\x94\xc5\x45\x25\xd8\x24\x10\x18\x3d\xc9\xf1\x49\x7d\xd5\x53\x62\x5a\x34\xaa\x15\x13\x59\xa2\xc8\xc3\xcc\x4e\x7f\x78\x29\xa7\xed\x5b\x1a\x43\x0f\xde\x85\x8f\x99\x8a\x62\x5a\x54\x59\x79\x52\x5f\xa1\xf8\x1a\x6c\x16\x70\xf2\xfb\x2b\x77\x7c\xb4\xea\xe0\x88\x78\xba\x4c\x00\xf3\xac\x6a\x8b\x09\x08\x73\xd5\xc0\x48\x73\x07\x02\x54\x14\x9e\xe2\xe4\xc3\xb7\x53\x9d\x50\x37\x1a\x91\x1c\x01\x0a\x80\x38\x68\x78\xb4\x86\xf4\x8a\xb1\x91\x93\x7b\xd4\xb5\x0f\x3d\x6d\x93\x84\xd9\x45\x1c\x5b\x36\xaa\x6e\x46\xa2\x47\x4f\x76\xa7\x2f\x71\x02\xeb\x91\xe8\x55\x75\x25\x53\x45\x24\xcb\xee\x81\xb0\x1d\xf3\xac\xb2\x6a\xb5\x66\x9e\xa3\xd6\x04\x30\x23\xb1\x07\x4a\x85\x49\x56\x4d\x64\x69\x54\xaf\xe2\xe9\xf9\xb2\x6d\xeb\xea\x99\xa9\xc6\x25\xe2\x1f\xff\x88\x06\x69\xc5\x6e\xf8\xea\x25\x7c\x9b\xa5\x54\x0a\xbb\xbb\xe2\x8b\x94\x68\xff\x8f\x8b\x03\x0e\x6a\x86\x60\x76\xbe\xd4\x97\xb4\xac\x1b\x51\xb4\x42\xd5\xa2\x68\x7b\x4a\x14\xd5\x25\x32\x1d\xcc\x3f\x08\x9b\xfe\x0c\x4f\xd9\x91\xf8\xfc\x78\xf1\x55\xa8\xba\x2c\x72\xf1\x3f\x6e\x7c\xb0\x02\x05\xcd\xcf\x76\xb3\x99\xde\x61\xd5\xc1\x09\xb1\x54\x92\x0c\x12\xa3\xcd\xef\x56\x0f\xf5\x46\xb3\xfa\x52\x36\xbd\x48\x13\xc4\x01\x21\x31\xbf\xe3\x56\xce\xdd\x1c\x5f\xe8\x3e\x58\x28\x62\x9a\x2c\x82\x49\xd0\x1a\xb3\x43\xbf\x2c\xaa\x2f\xa9\x56\xbe\xe6\xe8\xfd\xe7\x47\x38\x3f\xe1\xab\xb0\xe0\x2e\xa4\xf4\x57\xf5\x22\x9b\x14\xed\xf5\x08\xde\xad\xdd\xbd\x0e\xff\xc7\x4d\x07\x73\x78\x27\x1e\x8d\x30\x97\xe4\xb7\x1d\x71\x74\x01\x97\xbc\xef\xf7\x0a\x24\xf3\xce\xff\xe6\x68\xe7\xdd\x76\x62\xbc\x6e\x3d\x1f\x6c\x97\x78\x16\x4c\x5c\xdf\x86\xbb\xe0\x9b\x61\x37\xd2\x1a\x40\x4f\x89\x16\x17\x0a\xf1\x19\xca\xa7\x75\x33\xdf\x40\xa1\xf6\x1f\xa1\x42\x8d\x08\xfc\x9d\xf8\x2c\x7e\x48\xf6\x4e\x3b\xba\x41\xdf\x8f\x13\x7d\x07\xaa\xba\xd4\xa2\x9e\xcb\x32\xbb\x1e\x25\xde\x1d\x7e\xef\x3f\x25\x3a\xe9\x38\x6d\x36\x82\xde\x96\x91\xf8\xdc\xd4\x6d\xd6\xca\xfe\xde\xf0\xc7\x5c\x5e\x6c\x0b\x35\xc9\x4a\xd9\x7f\xbc\xfd\xe4\x33\x60\x3f\x28\xd5\xcf\xf0\x45\x43\x29\x4b\xff\x51\xb4\xad\x66\xed\xe7\x35\xc6\x07\xad\xc4\xf1\x51\x38\xc2\xdd\xe0\x43\x15\x1f\xf9\x86\x70\xea\xcd\x7e\x2f\x9a\xfd\x5d\xf0\x65\x13\x0d\xee\x5d\x10\x3a\x1c\xcd\xe5\xd2\xda\x6b\xe6\x02\xf3\x21\xad\xc0\xbe\x17\xc2\x81\xe7\x51\x80\x3a\xba\x6f\x46\x27\x92\x7b\xd8\xa8\x69\x6c\x17\xee\xe0\xfb\xcf\x9b\x1e\x4c\x27\x50\xdd\x53\x8d\xce\x2c\x08\x12\x76\x03\xe2\x26\x20\xcd\xe2\x6e\x43\x15\x3c\x72\x71\x87\x28\x1a\xd1\xed\xdf\x27\xa8\x64\x5e\xa8\x05\x5c\xab\xde\xb4\x94\x5f\x39\xe9\x01\x7e\xf0\x18\x83\xd8\xf6\x26\x90\xf1\x98\x17\xcf\xc8\xda\xc0\x67\xdf\x3a\x75\xed\x33\x9a\x0c\xd8\x44\xa7\x26\x62\x19\x8d\xde\xde\xe2\xab\xf8\x8f\x05\x9b\x4b\xd8\x17\x3d\xd9\x52\x4c\x04\x14\xb9\xed\x49\xf2\x5e\x29\x66\xe1\xc1\xdb\xf0\x8f\xa5\x6a\x8b\xe9\xf5\x21\x66\xe1\x4b\x56\x71\x6c\xf7\x59\xbd\x00\x79\xd4\x3c\x6b\x2e\x8a\x4a\xff\x3a\x07\x7d\x55\xeb\xf8\xf1\x48\x20\x31\x6c\x29\xfd\x80\xfc\xba\x28\xb3\x0a\xf1\xcf\xb9\x2c\xeb\xab\xa1\x37\xc4\x51\xa5\x96\x8d\x44\xed\x14\xc8\x96\x20\x92\xa8\xe6\xc9\xc5\x44\x03\x3e\x0a\xf1\x5a\x3d\x26\x32\x43\x46\x80\x67\xd8\x78\xdb\x13\x08\x80\x25\x74\xa7\x48\x90\x5b\x4c\xbe\x98\xb4\xaf\x36\x19\x46\x29\x31\xf6\x8c\x5a\xd4\x2d\x49\x7f\xaf\xea\x65\x99\x7b\x7d\x4d\xb2\xa5\x92\x98\xb9\x82\xc2\x40\x41\x46\x66\x91\x4b\x9b\x18\x27\x02\x81\xb3\x7a\xe1\xdf\x29\xbb\x5d\x23\xb1\xc3\xbf\x27\xf1\xe2\x55\x91\xb7\xb3\x51\x24\xba\xd9\x1c\x72\xd7\x98\x1e\xad\x63\x40\x1e\xc6\x6b\xc4\xd8\xd9\x00\xbb\x91\x2a\xa4\xa0\x1d\xcb\xbe\x29\xb8\xeb\xdf\xa7\xb3\x06\x6c\xed\xf6\xbe\xe9\x35\x98\x92\x28\x70\x24\x98\x61\xd8\xd0\x7c\x8d\x4f\x30\x21\xad\xba\xcf\x21\x5a\x2e\x96\x48\xdc\x7e\x68\xc3\xf3\xb6\x29\xe6\x59\x73\x2d\x22\xe3\x9e\x53\x39\xa9\xab\x3c\x6b\xae\xbf\x0d\x1f\x7e\xb8\x6e\x22\xff\xff\x65\x06\xda\xf1\xd4\x5c\x5e\x06\xab\x0a\x89\x4b\x6f\xa4\xf9\xf2\x4b\xf9\x87\x26\x70\x26\x9b\xb6\xc8\x9a\xeb\x83\xb2\x8d\x67\xe0\x66\x77\x50\x76\xcf\x64\x1d\xfc\x1e\x73\xb9\x97\x05\x65\x26\xb3\x70\x5d\xed\x73\x56\x44\x84\xec\x88\x13\x72\xf8\x95\x22\xea\xcc\xb8\xba\x9e\xe1\xea\x34\x4f\xd7\x8b\x78\x28\x5b\xf3\x4d\x53\x5c\x14\xd5\x48\xf4\xfe\xb4\xf7\x3f\xc5\x9f\xf6\xfe\x67\x47\x55\x63\xb5\xe8\xd8\xe9\xe1\x63\x25\xca\xa2\x92\x59\x13\x36\xf1\x4f\xeb\xa3\xfb\x11\x9d\x17\x9b\x2f\x0a\xc2\xe9\xd5\x2b\xf6\xed\xfc\x77\xfe\x13\x57\x20\xdc\x92\xfe\x33\xb9\xa6\x8d\x57\x74\xcf\xf5\x84\x67\x4b\xd2\xca\x14\x6a\x82\xa2\xa4\xd9\x27\x22\xf9\x97\x72\xda\x8e\x42\x91\x51\x12\x5b\x38\x71\x10\x7f\xf1\x5b\xc4\x21\x46\xde\xf7\xb7\xe5\x52\xa5\x90\xca\xd4\x6a\x26\x46\x1c\xec\xc4\x3e\xd7\x59\x0c\x1b\x79\xb1\x2c\xb3\x46\x8c\xbc\xaf\x4a\xce\x8b\xf3\xba\xcc\x53\x0f\xfa\x45\x5d\x84\x88\xae\x5e\xb6\x25\x88\x33\x3d\xb2\x34\x2b\x5a\x09\xd2\x75\xe0\xe3\xae\x9a\x6c\xc1\xdb\xb4\xf2\x6b\xfb\xe6\x52\x36\xd3\xb2\xbe\x1a\x89\x9e\x2c\xcb\x62\xa1\x0a\xe5\x75\xeb\x8a\x51\x03\xd4\xcd\x20\x39\x89\x75\xea\x68\x4c\x69\xf2\x74\x9c\x51\x6e\x76\xae\xea\x72\xd9\x7a\xe2\x88\x12\x4e\x6d\xe7\xc7\x3f\x27\x4f\xca\x53\xf8\xa0\x0e\x3b\x46\xc8\x1b\x20\xdb\x8e\x77\xec\xbd\xde\xaf\x09\x83\x50\xfd\x20\xb8\x1b\x84\xef\xd7\x7b\xbc\x5b\x53\x6f\xe2\xe8\xdd\x9a\x64\x4a\x52\xc8\xc8\x7b\x62\xee\x0d\xff\xfc\xa7\xed\xde\x83\x1e\x99\xf1\x65\x7f\xac\x39\x68\xfd\x9f\xcd\xec\xa9\xd3\x32\x0e\xd2\x24\x24\x85\x19\x6b\xa0\x64\x33\xd2\xf0\x00\x8b\xd9\x1b\x6e\xc2\x31\xf0\x8c\x7e\x58\xfe\x52\x32\x99\x8b\x13\xa6\xba\xd5\x19\xeb\xab\x81\x00\xa1\x82\xcc\x4f\xc0\x46\x11\x74\x9c\xaf\xc1\x4c\x8d\xf4\x5b\x79\x71\xf9\xd6\xd9\x74\xae\xd7\x40\x5a\xb5\x16\xb3\x62\x1d\x24\x4c\x19\x42\xdb\xae\x55\xf3\x37\xfa\x87\x0b\xd9\x7a\x0a\xb0\x78\x39\x9b\x18\x91\x91\x33\xa1\x9f\xfc\x12\x6b\xfc\x9c\x29\x19\x98\xdc\x5a\x5b\x8a\xa7\xc1\x92\xb2\xca\xe4\x6c\x35\xee\xf1\x1a\x6a\x27\x46\x32\xfc\x96\x94\x1d\x9e\x35\xef\xd8\xc0\x91\x02\x74\x11\x9b\xd8\x10\x7c\x18\x3b\xc3\x91\x35\x2c\xa4\x02\xcf\x8a\x61\x64\x0d\x8c\x2c\x38\x7d\xe0\x79\x33\xf5\x81\xf6\xad\x7b\xd2\x03\xad\x5e\x99\xee\x05\x40\x4e\xcf\x7c\xe0\x2c\x13\x07\x76\xae\x03\xb2\xa1\x19\xe0\x24\x07\x09\x5d\x8d\x37\xfb\x38\xbb\xb0\x1b\x0c\x2d\x24\x5f\x49\xa5\x32\x30\xe6\xb1\xc3\xf9\x29\x5e\x1c\x9c\xa2\x82\x82\x01\xee\xd3\x4e\x83\xe9\xe7\xc5\xa5\xb1\x99\x7e\xd6\x77\xe3\x07\x90\x3e\x10\xef\x7b\x7a\xa9\xbd\x8f\x5e\xa8\x1b\x6e\x40\x55\x28\xe1\x2c\x98\x20\x6d\x8f\xaa\xe7\xb2\xae\xa0\x44\xb5\x45\x59\x8a\xa5\xb2\x1a\x6c\x97\x2c\xb1\xc9\xe0\x31\xd8\xce\xb2\x4a\x2c\x96\x6d\x6b\x6c\x21\xbc\xbe\x2b\xb4\xef\xb0\x03\xa7\xe0\xfa\x4a\xf6\xca\x52\xcc\xb3\x85\xd7\xb4\xad\x45\xd1\x2a\x21\xff\xb9\x2c\x2e\xb3\x52\x56\xad\x87\x25\xc0\x46\x3b\x03\x1b\xf0\xac\x15\x45\x35\x14\x6f\xaa\x89\x37\xb6\x1d\x12\x1e\x16\xe5\xb5\xb8\xd0\xef\xdd\xec\x2a\xbb\x16\x57\xd2\x04\x12\xe3\xb1\xb5\x08\x32\x25\x19\x51\xc1\x30\x63\x80\x13\x3a\x2d\xf0\xdf\x74\x45\x3c\x97\x03\xb8\xa9\xea\x59\x6f\x75\x64\x78\x78\x30\xd4\x0a\x6f\x36\x30\x06\x38\x6c\x33\x73\x6b\x34\x15\xdb\x17\x91\xdd\x99\x48\x5d\xcd\xb4\x63\x6c\xa8\x23\x63\xda\x31\xbc\x0e\x5b\x03\xee\xe3\x07\x66\x58\xa8\x24\x73\x32\x48\xc0\x05\x76\xb6\x9d\xa2\xad\xe0\xf6\xd3\xd7\xbb\x28\xe5\x9a\x8d\x77\xfa\x34\x2f\x2e\xc5\xcd\x70\x38\x64\x17\xe5\xce\x75\x3b\x8e\xa4\xed\xcf\x1c\xcd\x82\xb6\xe9\xaa\x68\xb3\x73\x27\x76\x59\xf5\x1b\xb4\xef\x79\xf4\x68\x55\x43\xa8\x73\xf7\x0c\xeb\xde\x3d\xdd\xcd\x8b\xcb\x67\x2c\xb6\xf4\x8d\x7f\xeb\x1f\x3d\x72\x2b\xb1\x33\x6a\xea\x52\x8e\x3f\x7c\x87\x35\x3f\x7c\x07\x88\x61\xa7\x2c\x2e\xe5\xf8\xc6\xe0\x21\xbe\x0a\x68\xe7\x11\xb8\x67\xe1\x83\x66\xc5\x7c\x43\x73\xa1\xbb\x67\xfe\x14\x69\x09\xc1\x70\xbb\xdd\xe3\x85\xf5\xb7\xed\xea\x79\x89\x75\xa8\x0d\x73\xa9\xdf\x8f\xd8\xeb\x4e\x90\x4d\x26\x99\x04\x5a\x2d\xe9\xcf\x5f\xe4\xf5\xb4\x01\x85\xad\xfe\xf5\xa2\xb8\x98\xe9\x2a\x4d\xa6\xc8\xeb\xbe\x6e\xd0\x5c\x22\x61\x03\x45\xdf\x79\x9b\xd7\xf5\x41\xfe\x8f\xa5\xb2\xfd\xaf\xb7\x73\x9a\xcb\x79\x5d\xfc\xcb\x5a\x80\xdf\x9f\xab\xf8\x63\x6c\xc4\x7a\x53\x1a\x6a\x4a\xf6\x31\x00\xef\x5e\xc1\x0e\x7e\x23\x17\x4c\x0d\xce\x7e\x31\x7c\x0a\xcd\x2c\xd4\xa2\xa8\x2c\x83\x2d\xc6\xe1\x2e\x60\x5a\x61\xef\x78\xfa\x84\x39\x7a\x7b\xff\x93\x8b\x37\xd6\x3d\xec\x0d\x97\xd9\x7b\xbc\xb7\xb6\xe1\x4f\x7f\x4e\x34\xbd\xdb\x1e\x7c\xa8\xb6\x37\xb4\xe6\x88\x8e\x64\x7b\x14\x9e\x49\x87\x15\x07\xb2\x12\x2b\xf9\x03\xc3\x1a\x7c\x58\xe3\xed\xf9\xe1\x0f\x1b\x2d\xfc\x21\x77\xcf\x8d\x05\x8b\xcf\x8b\x06\xfd\xc2\x47\xa2\x37\xa9\xcb\xe5\xbc\xfa\x96\x92\xf6\xbb\x34\xa5\xc0\xcc\x9b\x60\x9d\xfe\xe8\x91\x97\x62\x20\x39\xa3\x1d\xfd\xea\x6a\x94\xdc\xb0\x5f\xb2\x76\x5f\xdd\x73\x53\x5f\x6d\xd8\x1d\xd8\xc9\xaf\xef\x6d\xd5\x24\xbb\x74\x42\xe6\x22\x27\xd5\x26\x50\x96\x3a\xd0\xf3\xfa\xeb\x69\xf1\x2f\x54\xcc\xa0\xe2\x60\xe7\xbc\xf6\x0e\x16\xbf\x9e\x64\x79\xb1\x54\x28\x69\x8a\x4b\xf5\xa3\x74\xf8\x27\x6b\x3a\xd1\x13\x3f\x58\x39\x00\x80\x5f\x28\xe6\xc4\x56\x67\xf5\x22\x70\xbf\x84\xca\x24\xb8\xe5\x90\x63\xf0\x8a\x5e\xcd\xc8\x47\x35\xfd\xed\x54\xc5\xe7\xf4\xae\x87\x89\xfd\xe4\xc9\x59\x6c\x9d\xe3\x56\x62\x25\xd2\x5a\xf5\x8a\x6a\x5a\x54\x85\xff\xd6\xb5\xb5\xcf\x8a\x79\x51\x5d\x18\x74\x16\x1a\xa4\x0d\xff\xf4\xd3\x60\xf8\xe3\xe3\xc1\xf0\xc7\xff\x1c\x0c\xff\xfc\xbf\xb6\x37\x7a\x99\xa7\x48\x53\xfc\x18\x0f\xf7\xaa\xa7\x9b\x95\x00\x96\x81\xb4\x6f\x38\x1c\xae\x22\x5e\xde\x4e\x6d\xa0\x3c\x36\xec\x2c\x67\x16\xc9\x99\xc6\xd7\x27\x73\xda\xb0\x83\x35\xf8\xd4\xbc\xf5\x90\xf0\xff\xf1\x8f\xde\x5c\x8c\xb4\xdf\xfb\x9c\x52\xa6\x26\x27\xa5\xd6\xcd\x49\x6d\x34\xa5\x3f\xa7\xa7\xf4\xe7\x87\x4c\x89\xfc\x7f\x56\xcc\x09\x6b\xac\x9b\xd4\x8f\x7b\xc9\x49\x79\x9f\x37\x9e\x14\x72\xff\x2b\xe6\x04\x15\xd6\x4e\xe9\x2f\xe9\x29\xfd\x65\xe5\x94\x3e\xf2\x27\x7e\x1a\x49\xe1\xc3\xda\x7b\x4d\xac\x8b\x31\x30\xd9\x08\x7d\xa0\x7e\x71\x24\x7a\x7f\x59\x7c\x15\x7b\x62\x2f\x14\xcc\x1e\x68\xc2\xf4\x0d\x08\x8e\x1d\x67\x4f\xec\x89\xbf\xa4\x34\xdc\x9b\x93\x18\xaf\xaf\xfb\xf4\x96\xa2\x30\xac\xb3\x68\x0b\x42\xd9\x72\xf8\x2c\x18\x75\xb1\xd9\x0f\x92\xef\xc1\x3b\x30\xdf\xc8\xd4\x9f\x0b\xad\x62\xb6\xf7\x3c\x53\x32\xf4\x2e\xe8\xe4\x91\x23\xd3\xff\x0d\xc4\x78\x49\xb1\xde\x6a\xfe\xdb\xe3\x26\xa9\x7c\x44\x82\x36\x43\x38\x3a\x04\x6e\xcf\xc4\x98\xf6\xe6\xa9\xde\x5b\x7f\x62\xfc\x0b\x7b\x1b\x44\x9f\xd5\x87\xea\x59\x9f\x6d\xdb\xc0\x6d\xca\xc0\x89\x1f\x06\xfa\x18\x26\xf5\x42\xf3\xfc\xe6\x25\x80\xef\xec\x7b\x9d\x24\xf8\x40\x29\x89\xef\x40\x27\x6f\x4d\xc9\x60\x2f\x64\x7b\x9c\x0f\xac\xff\x07\xfe\xff\x34\x9b\xca\xdf\xe4\xf5\x21\xa4\xbc\xa1\x3f\x36\x91\xc0\xde\xf8\xa1\xbe\x42\xd7\x02\x53\xe6\xfb\x79\x80\xad\x84\x5f\x13\xbe\x79\xb5\x8e\x27\xd1\x63\x0d\x8c\xff\x79\x1d\xee\xcb\xb1\xce\xb5\xc2\x82\x70\x38\x47\xda\xf4\x6f\xeb\x89\x12\x40\xf6\xdb\xa6\x9e\x48\xa5\x64\x0e\xe7\x7f\x2a\xdb\x01\xf9\xc7\x6d\x18\x80\x02\x80\x2b\xed\x14\x92\x2c\x8a\x3f\xa7\x2b\xc3\xb4\xcf\xeb\xaf\xa6\x74\x8d\x37\xc9\x7d\x64\xe3\x1b\xbb\xb0\x04\x32\x72\xe6\xb1\xe6\x55\xcd\x5a\xda\x07\xcf\xa9\x83\x22\xd5\x3d\xc1\x82\x97\x75\x96\x17\xd5\x05\x59\x8b\xf0\xd2\xbb\x48\x0a\xcf\x3a\x5f\x2d\x89\x8f\x36\x31\x9e\xd8\x26\xb2\xf9\xb0\x1b\x27\x9f\x47\x9d\xfd\xcf\x60\xdb\x4d\xb5\x6f\x44\x0f\xa5\x4d\xf0\xb6\x1f\x89\x1e\xd6\x11\xc6\x7f\x05\x4d\xce\x7a\x2c\x1a\xca\x07\x2f\x20\x9a\x3d\x8f\x51\x02\xf6\xe2\xb3\x01\x67\x77\xd6\xbe\xc8\x03\xaf\x48\x7f\x65\x17\xb2\x7d\x2e\x9b\xe2\x52\x77\x99\xb5\xf2\x97\xa6\x9e\xc3\xbc\x49\x84\x56\xc9\xaf\x9d\xab\x26\xb2\x66\xb2\x46\x50\xbc\xc1\x68\x43\xa1\x5a\xe4\xa5\x61\x41\xc0\x64\xec\xa5\x71\xd0\x42\x38\xca\x15\x5e\xc9\x2b\xa7\x79\x1e\x8b\xa0\x3a\xb7\x6e\x78\xe2\x37\x2c\x14\x0c\x4b\xd0\xe4\x35\xf5\x8b\x9e\x44\x03\xfa\x10\x28\xc6\x62\xcb\x9b\xc5\xa3\x47\x61\xe7\xd1\x97\x68\x59\x2c\x34\x9c\x2f\x2f\x10\xf8\xc8\xf0\xf6\x92\xf1\x52\xde\x3d\xf1\x66\x71\x7b\x8b\x71\x1d\xbd\xca\xe1\xdd\x89\x17\x13\x35\xbb\xeb\xc8\x4a\xe6\xcd\x88\x47\xec\xb3\x2e\xd0\x75\x93\x72\xd0\x41\x89\x8e\x55\x5b\x2d\x17\x92\xaa\x05\x81\x87\x3f\x15\x39\xca\x5b\x8e\xf3\x7e\x8f\x7b\xa2\x85\x01\x8a\x01\x62\xc6\x2c\x10\x39\xdf\x12\xa6\x8f\xc1\x9d\xb6\x61\x2c\x17\x69\x28\x81\x18\x73\x26\x6e\xa6\xeb\x32\xdc\x38\xbe\x47\x77\x89\x80\xb6\x46\x57\x36\x12\xff\xbf\xd3\xbf\x0d\x49\x3d\x04\x31\xf1\xca\xd2\x0f\x53\x6a\xe7\xed\x07\x72\x82\x5f\x2f\xc1\xaf\x71\xcc\xf4\xde\x97\x85\xbc\xd2\xf8\xcd\xbd\x3a\x38\x65\x76\x4c\x2a\x4e\x57\x33\x93\xf6\xdb\x1f\x50\x7c\xb0\x84\x21\xe3\x00\x3c\x54\x57\x41\x51\xe5\xb2\x6a\xdf\xe9\x07\x8c\xfd\x56\x57\xc8\xbb\x24\x88\xd3\x20\x71\x7c\x48\xe3\x61\x00\x77\xd7\x20\x96\xb3\xa9\x1c\x61\xd5\x64\x89\x67\x99\x81\x13\x3e\x28\xcb\x54\x2b\x94\x23\xda\xaa\xbe\xb1\x5f\xac\x3e\x09\x03\x91\x81\xc6\x40\x9f\x99\xf7\xe5\x6d\xad\x8e\x2b\xcd\x0e\xf0\x8f\xa7\xd2\x37\xa7\xd1\xdf\x4e\x6a\x4c\x98\x6d\x3f\x2e\x95\xfc\x25\x53\xad\x9e\xbf\x99\x46\xa4\xe3\xe4\xb0\x64\xf6\xf7\x0c\xbc\xcc\x78\xc5\xa1\x57\x64\xfa\xdf\x4f\xb3\x94\xfd\xae\x76\x03\x1b\x8e\x92\x7d\xdc\x36\xbd\x8d\x52\xa5\xc1\x0c\x89\x5e\x9a\x53\xc7\x8a\x62\xec\xad\xd4\x46\x7f\x9d\x66\xaa\x7d\x9e\x6c\x60\x86\x4a\x76\xd7\xb1\x29\xa6\x92\x18\xaf\x82\xc3\x75\x5b\xb3\x0a\x84\xd3\xab\x63\xfb\xb3\xc9\x74\x6f\x7c\xb7\xc3\x10\xf5\x38\x00\x50\x84\x78\x79\x63\x9b\x1e\x0a\xa6\x27\xc6\x3e\x7a\x48\x04\x98\x36\x51\x7b\x3d\x35\x78\xc1\x33\x36\xcb\xc9\x17\x77\xf9\x82\xfe\x1f\x3d\x12\xfd\xd5\xf7\xf5\xf6\x56\x6c\xf5\x2d\xe2\x8d\xb1\xad\x1f\x33\x7b\xb2\x6c\x1a\x59\xb5\xe5\x35\x43\x37\x8a\x45\xbf\x75\x78\x28\x4a\xc2\x75\x72\xf6\x12\xc9\x85\x33\xf3\x0b\xe8\xc9\x5a\xc5\xea\x5a\xbd\x6a\x8c\x00\x94\xf5\x1b\x8e\xa6\x9e\x42\x68\x1d\x88\xe3\xce\x8f\x4c\xbc\x15\x72\x3a\x44\x71\x59\x7c\xda\xce\x14\xa1\x4f\xf3\xe2\x92\xc9\x6a\x9c\x16\x32\xdc\x03\xd4\xcf\xba\xaa\xb0\x05\xe3\x1b\x43\x5f\xc4\xbe\xb8\x11\xf3\xa2\x7a\x87\x02\x28\xf3\x79\x08\x02\x29\x71\x27\x46\xe2\xe6\x8e\xb5\x26\x2d\x6a\x53\x5f\x7d\xf8\xce\x7d\x45\xee\x56\xe3\x43\x52\xa6\xea\x3f\xef\x82\x72\x25\x5b\x55\xfc\x8b\xd4\xad\x84\x15\xc3\x3a\x8b\x5a\x15\x95\x92\x2d\x56\x32\xf8\x34\xac\xd5\xd4\x57\x10\x38\x16\x6b\x19\x64\xca\x6a\xe5\x59\x9b\xed\x14\x6a\x07\x8c\xca\x35\x05\x1c\xdf\x68\x6a\xc2\x6a\xd4\xd5\x6f\xf2\xfa\xf7\x85\xd9\x2e\xfa\x19\x0e\x04\x0c\xfb\xf8\x06\xa1\xd9\x5a\x92\x24\x6b\x95\x32\x3f\xbf\x8e\xaa\x8a\x7d\x66\xb0\x30\xb2\xfc\x4e\xd8\x03\xd2\x30\x99\x8f\x6f\xb6\xdc\x8d\xe7\xd7\x27\xde\x4b\x84\xbd\xf1\x4d\x70\x51\xf7\x13\x57\x6b\xe4\xe6\x10\xee\x91\xc5\x1a\x3b\xb4\xa1\x38\x7f\x97\x52\xa1\xbb\x81\x5a\x64\x95\xa9\x0f\x31\xcf\x6d\xd5\x15\xb6\x00\x11\x70\xa6\x9c\x6d\xee\x0c\x94\x51\x08\x15\xe4\x50\xbe\xf3\xf4\xe1\x37\x5d\xa8\x6b\xdf\x57\xfd\xfb\xca\xff\x8b\xa6\xc8\x27\xb2\x2c\x83\xce\xa0\x1a\x7a\xe3\x86\x9f\x93\xb0\x04\xfc\xcf\x5d\x5c\x55\xbf\xac\xc7\x1f\xbe\xa3\x9e\xbe\x8b\x2b\xac\xda\x09\x74\x96\x8a\xdb\xd0\xd4\x27\x86\x6c\x25\xba\x2d\xf2\xf1\xcd\xe7\xff\x71\x63\xa1\x0b\x03\x30\x7c\x4e\x74\x06\xc0\x33\x41\x97\xae\xf1\x4d\x04\x2a\x5d\x2d\x38\x84\xc7\x03\x09\xf6\x25\x35\x68\x00\x38\x98\x02\x22\xba\x91\xe6\xdf\xcd\x70\x38\x4c\xb1\x6e\x51\xd5\xe8\x08\x85\xb8\x09\x59\x80\xfe\x8d\xa0\xd5\xa6\x10\x37\xa2\x7d\x71\x37\x88\x58\x87\xed\x68\xb4\xa7\xbb\xe4\xae\x1d\x40\x57\x64\xc7\xb1\x2d\x46\x21\x08\xee\xee\x8a\xb3\x5a\xcc\xb3\x2f\x18\x7f\x04\xa9\x24\x3a\x75\x51\xe4\x00\x34\xf1\x2a\xaf\xd1\x5b\x09\x63\x03\x95\xcb\x79\x45\xb5\x14\xf2\x63\x42\x81\x18\x2c\xea\xbc\x92\x32\x37\xce\x41\x10\x97\x20\x9b\x4b\xd4\x28\xe8\x37\x4e\xe0\xd0\x54\x54\x71\xff\x43\xbf\x4b\x9f\x97\x88\x33\x00\x54\x75\x05\xaa\x8e\xa7\x5c\x62\xc7\x9e\x01\xe3\x9b\x50\xe4\x76\x87\xc9\x14\xc6\x37\x8f\x7d\xe3\x1f\x34\x64\xe1\xbf\xbb\xfb\x64\x3f\x6c\x77\xee\xf1\xb4\x85\x1d\x7b\x5d\xad\x43\x3e\xd6\x27\x78\x03\x84\x23\xc4\x53\x90\x61\x16\x13\xd4\x94\x8e\x3f\x7c\x77\x96\x5d\x7c\xf8\x2e\x58\x4e\x0c\x0f\x1b\xe1\x9f\x0e\xec\xb3\x31\xee\x59\x83\x79\x56\x6d\x02\xd2\x9e\xa8\xc7\xba\x3a\x2c\x8b\xc9\x17\x47\x20\xcf\xe0\xda\xc2\xc7\xa8\xf2\xbd\x89\x18\xfe\xd3\x57\x3d\x7a\xd8\x05\xb5\x62\x44\xad\x8f\xe1\x7e\xa8\x35\x72\xa3\x49\xa0\x1d\x7b\xae\x37\xe1\x83\x12\x52\x69\x22\xdf\xb9\x2f\x7a\x87\x33\x79\xd9\xd4\xd5\x4b\x39\x6d\x5f\xc9\x1c\xdc\x49\xe8\xd3\x49\x71\x31\x83\x6f\x31\xf2\xd8\x8d\xb0\x46\x02\x99\x18\xd0\xf1\xc8\x9c\xf7\xc4\x62\xcf\x35\x7f\x8c\x9b\xe8\xf1\xa0\x6f\xa7\x91\x90\x13\x17\xc3\x44\x05\xfa\xae\xb0\x0e\x7c\xa0\x4d\x1a\x94\x7d\xe0\x02\x45\xc4\xe0\x66\x37\xc5\x58\x80\xfd\x51\x20\xed\x20\x31\x87\xb0\x90\x43\xd5\x07\xa1\xcc\x6c\x85\x31\xaf\xf7\x44\x5a\xfd\x20\x0a\xc4\x83\x5b\xb1\x3c\xf0\x5b\x4a\xf5\x60\x6d\x5b\x71\x06\x2d\x90\x91\xf5\xd3\x12\x2a\x3e\xc8\x0a\x81\x53\x3c\xc1\x48\x4e\x75\xb7\xcd\xcc\x63\xc3\xfd\x65\xcf\x89\xb0\x88\x4d\x5b\xd8\xcc\x10\xa1\xb4\x99\x58\x61\x7d\xaa\xf2\xd2\x68\xd8\x7e\x93\xd7\xe7\x75\xd6\xe4\x90\x00\xc3\x0b\x1e\x6d\xd2\x74\xac\x38\x7f\xf6\x82\xc6\xae\x3b\x44\x1b\xb8\x9a\xb0\xb6\xb7\x9e\xb0\xb0\x2f\x2f\x07\xc2\x0a\x56\x45\x94\x91\x47\x5e\x0e\xad\xe0\x1e\x1c\x42\xbe\x95\x85\x30\xd9\xe5\x81\x49\xf3\x9b\x85\xac\x3c\xd0\xe4\x48\x4f\x03\x8f\xbc\x1c\xa2\x8f\xaf\x7e\x96\x47\x1a\xba\xbe\x51\xd0\x0d\x41\x59\x3d\xe0\xc2\x1c\xfb\xbe\xfd\xa6\x13\x3e\x2c\x6b\xb8\xb6\x1d\x78\xfa\x3e\x53\x2e\xe5\x74\xe5\x8c\x5d\xea\x5f\x1c\xf4\xf6\x96\x6d\x5a\x22\xff\x89\x8f\x5a\x58\xee\x13\xa1\xa7\xa4\xda\x7a\xa1\x89\x44\x76\x41\xe6\x49\x7e\x31\x39\xfd\x90\x24\x29\x91\x38\xa5\x03\xe0\x19\x69\xf3\xc1\xfe\x55\xbd\x54\x72\x13\x98\x5f\x39\xf9\x15\x13\xef\x9a\x74\x62\x92\xf4\x48\x32\x93\xbc\xdf\xbd\xc3\x66\x9b\xde\x3b\xa8\xdd\x75\xef\xa0\x70\x23\x4c\x92\x14\x82\xf5\x27\x5c\x49\x39\xea\xd6\x5f\xda\xf1\x49\xf2\xf1\x14\x15\xcd\xee\xf1\xc2\x2b\x0f\xe9\xb3\x26\x6c\x49\x92\xd5\x29\x61\x7c\xf8\x7c\x7e\xc9\x14\xf6\x85\xcf\x88\x70\x46\xf0\xf1\xee\xa1\xf3\x0d\x05\xbc\xdd\x0a\x96\xa4\xe2\xa1\x03\x2a\x22\xc3\xd8\xfb\xcb\xa1\x7c\x51\x2b\xc4\x96\xa4\x2e\x87\xfc\xe3\x87\x35\xd2\xd5\xb8\x45\x28\x72\xd6\xdf\x3a\x25\xce\xba\x70\xa5\xf3\xc2\x66\xa2\x31\x70\xb4\x65\x8c\x90\x7e\x48\x27\x64\x34\x11\x2f\xcc\x6e\x42\x2c\x1b\x73\x4c\x7e\x20\xb4\x99\xd4\x25\x0a\x4d\x18\xba\xd4\x05\x87\x75\x79\xba\xc8\xaa\x55\xb2\x99\xcb\xfa\x4b\xf8\x62\xe6\x2e\x14\x7c\x5b\xfa\x01\x7f\x98\x60\xe7\x62\xe4\xe2\x9d\xe6\xff\x31\xb0\x16\x1d\x2c\x97\x2c\xe9\xad\x7c\x46\xf2\xa7\x2a\x9b\xcb\xbb\xa7\xbb\xf0\x89\x6d\x0b\x67\x91\x77\x77\xc5\x2c\x53\xaf\xea\x46\x3e\xcf\xda\x4c\x4c\xcb\xec\x02\x9c\xad\x64\x2b\xae\x66\xb2\xc2\x39\x6b\x66\xaf\x50\x10\x09\xbf\x6d\x4b\x0c\x8e\x7c\xfa\xf6\x8d\x80\x0c\x67\x0d\x05\xea\xd0\x0f\x68\x3d\xad\x46\xaa\xba\x69\x15\x66\x69\x00\xd7\xe7\x60\x3c\x65\xc2\x90\xd6\x42\x15\xf3\x65\xa9\xf7\xda\x0e\x73\x2e\x67\xd9\x65\x01\x11\xf5\x8a\xca\x04\x80\xce\x8c\x2d\x00\xe5\x34\x2c\xf0\xf5\x4e\xf9\xb5\xea\x29\x85\x01\xc1\x7d\xe1\x7e\xff\x34\x9e\x98\x66\xcd\x50\x9c\xcd\xb2\xb6\x87\x2d\x1b\x99\xa9\xba\x12\x57\x12\x64\x04\x7a\x26\x4b\x25\xc5\x87\xef\x7e\xf8\xf0\x9d\x4d\xfa\x70\x25\xc5\x1c\xc2\xba\x41\x80\xd4\x79\xdd\x48\x13\x6d\x64\x96\x55\x38\x91\x60\xa0\xa2\xca\x8b\x49\xd6\x9a\x18\xfd\x9c\xc4\xda\xa3\x59\x79\xef\x58\x40\x1b\xdf\xe7\xa6\x9f\x14\x28\xc2\x61\x62\x01\x3f\xc3\x47\x8f\x44\xef\x87\xde\xdd\x36\x7f\xc8\x78\x20\xf0\x74\x37\x82\xfb\x3b\x67\xf6\xe2\xf0\xf7\x98\xc8\xfd\x5c\xce\xeb\xbe\x81\xfe\x9b\x30\xdd\x81\x41\xe5\x2e\x41\xf1\x93\x44\xe0\x69\x71\xe7\xde\x42\x3e\xe5\x22\x2a\xb1\x48\x52\x87\x85\x4f\x15\xd8\xe6\x51\x89\x8b\x95\xe2\x69\xd0\x80\x7c\xdc\xdf\xc0\xec\x1e\xa6\x82\x29\xdb\x3f\x6e\x4e\x94\x08\xfd\x1b\x1a\xe3\xa4\x1b\x06\x56\x86\x89\x60\xb9\x9d\x46\x46\x89\x6f\xa1\x09\x61\x87\xc5\x93\x67\x46\xc8\xea\xac\x30\x25\x0c\x27\x14\x9a\x13\xae\x35\xcb\x5a\x6b\xde\xf5\xa1\x7a\xd6\x0f\xf6\xac\xd3\xbc\xf0\x03\x04\xa3\x46\x0b\xc3\x20\x6c\xef\x9d\x67\x79\xd5\xb5\x9f\xc2\xb7\x2b\x4d\xc6\xab\xbe\x5f\x92\xbc\xd3\x59\x7d\x75\x50\x96\xde\x69\xd1\xb7\xd8\x56\x8c\x17\x44\xe7\x45\x85\x0f\xce\x9d\x47\xed\xbb\x72\xde\xdd\x2b\xff\x5c\xb4\x82\xed\x54\x49\x87\x87\x52\x47\xb6\xb9\x7f\x47\xc8\xd4\x6f\xe5\x7d\xb4\x26\xa5\x9c\x0b\x31\x06\x11\x12\xfe\xf2\x1f\x7e\x84\x84\x55\x31\x3d\x36\xcf\x46\x57\x25\xa3\xc5\x6d\x1c\xfc\xe8\x7e\xb1\x13\xd2\x37\x85\x03\xb3\xb8\xb7\x09\xf6\x52\xc9\x43\x93\x34\xeb\xae\xdb\xbc\x37\x32\xb0\xdc\x08\x13\x6b\x30\x0e\x2a\x02\x64\x3f\xd4\x86\xf6\xbf\xfb\x12\x6f\x6c\x67\xba\xd9\xb8\x61\x34\x06\x87\xd2\xa9\x9a\xc6\xa3\xeb\xf0\x3a\x5f\xf6\x33\x73\x67\xa3\x3b\x4d\x4f\x6a\xa7\x6d\x18\x00\xeb\x74\x50\x96\xfa\x00\xce\xe4\xd7\x56\x8c\x45\x4f\xf7\x25\x00\xfd\xd8\x78\x06\xe4\xae\x68\x44\x0c\xa7\xcb\xf9\x3c\x6b\xd0\x0b\x37\xc6\x0f\x9b\xd8\x2d\xf8\x06\x0b\xce\xa0\x00\x7b\x20\xbf\xd0\xfc\x4d\x65\xe4\x04\x0c\x20\x89\x8d\xde\x40\xbc\xc1\x58\x7a\x11\xcf\x7d\x2b\x92\x7e\xae\x91\xcd\x74\x4b\x66\xcc\xc5\x7c\x1f\x0d\x42\x9b\x8d\x37\xd6\x8c\xa4\xdf\x0f\xfe\xf3\x21\xe9\xb7\xbe\xa1\x9b\x3a\xbf\x2a\x5d\xea\x24\x5b\x19\xee\x9e\x7d\x07\x06\xfb\x7c\xf7\xec\x26\x00\x87\xbb\xa7\x70\x35\xd7\xcb\xd4\xfd\xd7\xcf\xbf\xd3\xe5\xa3\x93\x8f\x33\xf7\xb5\x8b\x91\x63\xb7\xa9\xab\xe9\x2a\x56\xee\xdf\x8a\x58\x3a\xef\xfe\x7d\xef\x7d\xc4\xd0\x79\xd3\x8e\x3e\x27\x59\x3a\x6f\xf2\x96\xa7\x63\xdb\xb7\xde\x67\xc4\xe3\x62\xc4\x0a\x86\x6e\x05\x99\xfa\x06\x1c\xdd\x2f\x75\xdd\xa6\x0c\xfd\xd9\xf7\xe8\x74\xb0\xec\x21\xac\xdb\x85\x6b\x7e\x6f\x2e\x2d\x9c\xe9\x76\xa2\x60\x7d\x2e\x80\x8d\xd0\xf1\xb7\x4d\xff\xbb\x22\x0e\xfb\xb7\x64\xd6\xfe\xb4\xf8\x2a\x7e\xea\x70\x70\x4b\x3b\x3b\x3f\xc8\xf5\xec\x81\x1c\xcd\x83\xb9\x95\x4d\x00\xd4\xff\x96\x7c\x1f\x76\xc1\xec\xc6\x9c\xca\x26\xf3\xe8\xe6\x53\xb0\xd6\x26\x6c\x0a\x5b\xc3\xbd\xb8\x94\x29\xb4\x03\xeb\x70\xcf\x4e\xdb\x67\x50\xbe\x39\x37\x62\x09\xb5\x78\xf4\x88\xcd\xe1\x9b\x93\xed\xfb\xdb\x87\x98\x6e\x6e\xdc\xac\x56\x47\x52\xf9\x3f\x84\x48\x13\xa4\x76\xd1\x68\x07\x49\x1d\x0d\x57\x51\x68\x06\x5c\xeb\xef\x51\xb7\xb0\x25\xbe\x4c\x5d\x10\x7f\x4f\x68\x8f\x68\x33\x9f\x70\xf8\x35\x49\x99\xf9\x72\x2c\x61\x76\x7b\xb6\xb9\xb0\x85\x51\xa9\x6e\xda\xec\x21\x9c\xfb\x02\x0b\xe4\x17\x77\x3b\xab\x7f\xae\x49\x60\x7d\x22\x27\x6d\x56\x5d\x94\x12\xfe\xe6\x5a\x96\x87\x64\xb1\xd6\x03\x06\x59\xe7\xc8\xe7\x76\xd2\xd4\x65\x79\x56\xa3\x7d\x79\x98\x03\xf2\xb9\x89\x6c\x0d\x56\x6e\x59\x75\x8d\xf9\xd3\x73\x8a\x02\x21\xda\x5a\x5c\x61\xd6\x2e\x34\x3f\xb3\xe6\xc7\xfa\x47\xd1\xca\xb9\x09\x0f\x86\xf6\x70\x6d\xcd\x13\x33\x66\xcb\xb6\x1e\x89\x3d\xbd\x79\xe8\x20\xc3\x92\xe3\xb6\xad\x9c\x2f\x50\x0a\xaf\x60\x86\x98\x33\x0e\xb2\xb4\xd7\x36\x6c\x37\xc5\xeb\xce\xa5\x2a\x1a\x99\xe3\x80\x85\xc2\xc1\x64\xee\xac\xee\x78\x32\x5a\x63\x09\xcd\x26\xd2\x42\x74\x6d\x3d\x8f\xc7\xf7\x9f\x07\x06\xdc\xdb\x78\x2a\x7e\xf5\xd4\x6c\xce\x29\xaf\xca\x8f\x7a\x42\x3f\xde\x7f\x42\xe1\x14\xe8\x68\xe4\x57\x0d\x9f\xe8\xaf\xbf\x6a\x78\xac\x31\x12\x3f\xe9\xe1\x7f\xb2\x8c\xdb\xc6\x60\x85\x09\x51\x7d\xa8\xd2\xdf\xea\xa9\xf7\xf5\xfd\x17\x79\xad\x67\x11\x97\x7c\xf4\xc6\xc3\xfb\xb6\xc8\x94\x62\x19\x23\xd1\x89\xa4\xbe\x94\x4d\x53\xe4\x2e\xc7\x24\xec\x82\xa6\x2c\xa9\xd4\x8b\x89\xa9\x32\x2f\x56\x5d\xfa\x86\xf4\x65\x27\x75\x8d\xbe\x7d\x4f\xcf\xa2\x24\xea\x67\x30\xfc\x94\xac\x32\xb3\xc5\xa2\x2c\xdc\xbc\xbc\xf1\x4d\xed\xcf\xba\xeb\xcf\xfa\xc5\xae\xd0\xda\x93\x65\x27\x6c\x9b\x6c\xf2\xc5\x9c\xa3\xcd\x5a\x9c\x55\xb9\x50\x10\x60\x86\x9f\x8b\xee\xf7\x44\x4e\x0d\x92\x3d\x91\xd3\x30\x78\xe1\x13\x7f\xaa\xb8\x73\x61\xf6\x6c\x3b\x47\x9b\x3f\x92\x8d\x41\x01\x0f\xd5\xa8\x3b\xbb\x7c\xf7\x78\x7a\xb1\x18\x79\x5b\x2c\xb2\x0b\x69\x2c\x57\xf1\xb0\x34\x3c\x56\x6c\x0a\x6c\x87\x94\xc4\xd4\xd1\xa0\xa7\x3a\xc7\x24\x8d\xd4\x04\xa3\x25\x7e\x36\x8a\xcc\xb7\xd9\x85\xfc\xcc\xe7\x0b\xe3\x8c\xc4\xb1\x2e\x78\x7a\xf6\xec\xfd\xc7\xc4\x94\x26\x18\x84\x21\x9c\x0d\x59\xd0\xe2\xc5\x59\x22\x14\xf8\x3b\x82\x41\xff\x37\x9c\xda\x29\x76\xe1\xcd\x8e\xba\xa5\xed\x4a\x29\x59\xa3\x7c\xd0\xf7\x05\x76\x1a\xe2\x8f\xc1\x3b\xcd\xbd\x0b\xe4\x0f\xba\x01\xbe\x73\xe3\x36\x01\x7b\x73\x30\xca\x44\xa1\x04\x73\xd8\xc4\x06\x7e\x2b\xa8\x4f\xcf\xf6\xff\x6b\x80\x6f\xd3\x18\xeb\x11\xb2\xb2\xf4\xa6\x1e\x8e\x41\x2b\x56\x1e\xf0\xc2\x68\x77\xf7\x22\x0a\x01\xe4\x85\x20\xf6\x4b\x0d\x09\xf7\xbc\x34\xc1\x6d\x4d\x69\xf9\xf9\x9c\xa6\xba\xe2\xef\xf0\x79\x44\xe6\xa9\x97\x75\x91\x47\x59\xe0\x7f\x95\x94\xf1\x03\x9d\x03\x4c\x86\x33\x0b\x0a\x1a\xdc\x20\xbd\x59\xb4\xea\x0b\xd9\x9e\xd5\x6d\x56\xea\x69\x62\x02\x85\x7d\x33\x12\xea\xeb\xa3\xb1\x4e\x89\x0c\xe3\x19\x5f\x14\x97\xb2\x82\x17\xcc\xd7\xa1\xf8\xf9\xda\xa6\x85\x83\x93\x3e\x6f\x4c\x68\x57\x3d\x2e\xe5\xd3\x95\x13\xcc\x22\x6d\xe8\x35\x84\xb3\xa6\xde\x34\x81\x86\x40\xb2\x99\x98\x90\xbc\x97\x46\x6d\x6b\x31\x97\x19\xe5\x37\x91\x66\x81\xf5\x54\x64\x30\x7a\x71\x59\xe4\xcb\xac\xb4\x9d\xda\x61\x06\x38\x93\xba\x2a\xaf\x2d\x03\x51\xb3\x89\x51\xc5\x09\xb5\xd4\x13\x81\x49\xe0\xb0\x34\xf8\xeb\x5a\xef\x3f\xf0\x34\x68\x53\x50\x4f\x31\x85\xfd\x79\x69\xa7\xa2\xb7\xb8\xaa\x0d\x32\x2b\x2a\xf1\xf9\x42\xb6\x1a\x5e\x71\x57\x3f\x8b\xb9\x6c\x67\x35\x7a\x6b\xe0\xa1\xa0\xb9\xc2\x3f\x96\xf3\x85\xc8\xa6\x9a\x4b\xc1\xf9\x99\x1c\x7a\xdf\xa3\x45\xc7\x55\x51\xe5\xf5\x95\x12\xe7\x72\x5a\x37\x72\x37\x9b\xc9\x2c\x17\x59\xa3\x6f\x90\x5e\x83\x81\xf3\x81\xcd\x72\x2c\x55\x5b\xcc\x21\xa7\x38\xcd\x0c\x73\x79\x97\xd9\xc4\x5e\xb4\x6c\xd2\xea\xcd\x22\xc4\xa0\xfc\xc5\xfe\xd7\x22\x6b\xb2\x39\x1e\xa9\xd8\x11\xe0\x3f\x65\x8c\x36\x38\x1b\x56\xfb\xf5\xe9\x74\x8e\x75\xad\x1d\xf1\x66\xa1\x49\x7b\x56\xda\x63\xbc\xcf\x01\xfa\x1d\x2b\xce\x5b\xb1\x9e\xf1\x7d\x83\x64\xcd\x98\xa1\xd8\x54\xde\x66\x27\x91\x21\xc5\xbc\xd1\x24\xb6\x47\x6c\xb9\xb4\xbc\xb9\xa0\xe3\x3d\xb3\xed\x68\xac\x46\xfe\x73\x59\x98\x04\x38\x7c\x79\x76\x4d\x18\xd5\x18\x13\x90\xb7\xb5\x98\xd2\x83\xc5\xc3\xe9\xd4\x23\x6c\xe3\x48\xf4\x0b\xfc\x3f\xde\xad\x01\xef\x56\xdf\x3b\xbd\xfa\x63\x5e\x83\x5d\xc4\x81\x37\xbb\xfd\x91\xc7\x44\xae\x47\x0d\xe0\x0c\x47\xa7\x4a\xbb\x44\x97\x32\x03\x10\xb1\x7e\x45\x1a\x76\xf5\x15\xf0\x91\xc4\x29\xf8\xd2\x99\xe9\x1d\x57\x7f\x2d\xe4\x55\x84\x28\xfe\x10\x92\x24\x7a\x2c\xc6\x18\x58\xdc\x0f\x7d\x12\x10\x28\x5d\x5f\x93\xee\x5b\x11\x90\xaa\x10\xd3\x26\xe1\x30\x9b\x4c\xa4\xc2\x63\x45\xf4\x6c\x67\x32\x84\x3c\xfc\x40\xbf\x29\xf1\xbe\xde\x2b\xcd\x0f\x68\x36\x04\xdb\xb9\xfb\x09\x7b\x88\xf1\x13\xf0\x72\x2b\x8c\x2e\xed\xa2\xc5\xdb\x0c\xe9\x26\x1d\x3d\x7f\x78\x98\x8f\x27\x72\xba\x3f\x62\x8f\xe1\xa7\x30\xa9\x67\x2c\xfb\xb7\x5b\x45\x99\x29\x05\x79\xe6\x91\xe2\xcb\x0a\x00\x0f\xf8\x5b\xa0\xb6\x9b\x64\x92\x3f\x36\x49\x98\x10\x77\x98\x36\x80\xd9\xf6\x47\xe2\xec\xfd\xc7\x08\x88\x5e\xc1\xf2\x74\x1b\xbd\x8f\x88\x98\xda\xe6\x9a\xcc\xc2\x88\x65\xd3\x17\xb9\x95\xf3\x61\x80\x47\x10\x21\xe8\xdb\x95\x67\x6d\x26\x32\xa5\xea\x49\x01\xf8\xc9\x79\x89\x49\x78\xd7\x21\x20\xfa\x78\x2d\xec\x8d\xb0\x92\xee\xce\x83\x65\xe8\x62\x75\x53\x75\x6a\xb1\xc2\x8e\x38\x6b\x96\x52\x14\x53\x87\x8d\xed\xc8\x78\xcb\x64\x3e\x14\xaf\xb2\x6b\xcd\x4a\x2c\x95\x9c\x2e\x4b\x80\x00\xec\x1a\xf0\x0a\xe6\xda\x9e\xd5\xa5\x5e\x7a\x31\x15\xd7\xf5\xb2\x81\x59\x28\x1a\x56\xe3\x68\x7d\xc6\xa5\xfc\xca\x8f\xdd\xfa\xe8\xc9\xb2\x34\x57\x5e\xef\x3a\x4a\x36\xbf\xee\x3b\xdc\xc0\x26\xec\x8c\xb5\xe0\xc2\x19\xe6\x30\x9b\xb4\xaf\xeb\x5c\x46\xc7\x15\x43\x3d\xda\x5e\xe6\x78\x72\x00\xf3\x6e\x29\x38\xc9\xd6\x6d\x18\x3c\x04\x26\x59\xa5\x17\x0f\xd4\xb9\x68\x8b\xac\x14\x73\x30\xe6\xd3\x48\x56\x73\x6e\x3b\x74\xea\xf9\x52\x3a\xaa\xe0\xde\x70\xd8\x09\x5e\x0b\x62\x06\x24\x4c\x07\xdf\x22\x99\x68\xa4\xd2\x7c\x42\x3d\x15\x93\x59\x56\x69\x36\xb2\xa0\x99\x21\x53\xd9\x87\x3c\xe8\x02\x36\x7d\x5e\x5f\xca\x9c\x42\x53\x7e\x0f\x77\x0c\x09\xe6\xc1\xcb\x97\xe4\x17\x88\x3d\x98\x95\xd8\x39\x18\xde\x9b\x11\x18\x40\x7a\x07\x79\x2e\x76\xc5\x09\x74\x0c\xb6\x84\x75\xa5\x49\xf5\x01\x0c\xb9\x4b\xbf\xb0\x38\x37\x98\x20\x00\x27\x9c\x25\x42\xa2\x61\xbb\xb2\xa6\xc9\xae\xf5\x92\xb0\x90\x24\x11\x2f\x1d\x1b\x4c\x10\xa0\x7b\x57\xc8\xd6\xe5\x1a\x06\x22\xf6\x36\x81\xce\x13\x87\xaa\x21\x72\x5e\x57\x45\x5b\xc3\x39\xc2\xd9\x66\xb8\xc0\x42\x99\x3c\xf2\x7c\x4c\x58\x9f\x19\xd0\x8d\xf7\x2d\x46\xa3\x43\xf2\xc7\xa3\x1d\x7c\xe8\x88\x6d\xad\x29\x8f\x93\xad\x7d\x91\xd7\x03\x62\xef\x97\x9a\xc9\xaa\xab\x00\x85\x5d\xc8\xf6\x37\x79\x6d\x6e\x55\xe2\x52\xc1\xb8\x21\x42\xa4\x73\x3d\x44\xe0\x3c\xbf\x76\x38\x81\x4d\xc0\xf0\x89\x28\x07\x04\x6a\x00\x6b\x37\x50\x61\xe9\xc6\xdc\xa2\x4a\x62\x0d\x34\x5e\xcc\xca\xb2\xa6\xa6\xd6\xfc\x75\x21\x1b\xe8\xc1\x82\xb5\x12\x57\x1a\x89\xe9\xdb\x51\x31\x2e\xce\xbe\x64\x88\x65\x32\x0f\x62\x3e\xfa\x99\x99\xf1\x15\x26\x5d\xa0\xb9\xb4\xb5\xa8\x17\x6d\x31\xd7\x2f\xce\xcb\xa2\xd1\x4c\x5f\xf1\xaf\x2c\x64\x51\x88\x4f\x3d\xe5\x2b\xf4\x98\x11\x86\x93\x28\x39\xf2\x89\x9c\xb4\x48\xb3\x48\x68\x0b\x1b\x7b\x1c\x75\xd3\x45\x48\x26\x9d\x7b\x3d\xab\xaf\xc4\x3c\xab\xae\x5d\xaa\x40\xc2\x33\x66\xbb\x50\x16\xcc\x9e\x11\xf0\xf4\xa0\xee\x8f\x2b\x71\x21\x2b\xd9\x64\xe5\x00\x76\xe1\x73\x6a\x6d\x9f\x83\x1b\x6d\x36\x41\xd3\x45\x30\xe6\xfd\xa5\x86\x17\xe8\x83\xf6\xa0\xe3\xd1\xb4\x76\xdd\x70\xa2\xc5\x57\x59\xf2\x63\xce\xe8\x79\x05\x47\xcd\x5e\x57\x03\xb0\x76\x66\xdc\x34\xa4\x63\xa7\xa1\x74\xe5\x9e\xe2\xcf\x12\xf3\x26\xd3\xa4\x1b\xf3\x30\xda\x77\x3b\x10\x5d\xaa\x0a\x37\x7a\x92\x95\x93\x65\x99\xd9\x9c\x1c\x46\x88\x00\x3e\xdb\x43\x71\xac\x09\x25\x0d\x54\xe4\x32\x2b\x8d\xa0\x44\xbf\x84\x34\x4f\x92\xcb\x7f\x2e\xb3\x56\x96\xd7\x62\xd1\xc8\xbc\x98\x20\x3a\xa7\x21\x00\x25\x62\xea\xc9\xb6\x76\xa9\xb9\xbd\x31\xf0\x7c\xf5\xab\xc8\x31\x5a\x45\x85\x7b\xa3\x06\x64\x62\x3e\xcb\x14\x4a\x10\x94\xfe\x0f\xb0\x25\xfa\xb8\xcf\x9b\xfa\x4a\x21\xac\x4c\xeb\x66\x9e\x55\x13\x8d\x9b\xd4\xd2\x3e\x79\xff\x18\x80\xb8\xd7\xdc\x7d\x41\x63\x00\xe0\x0c\xc0\xb5\x9f\x60\xed\xef\x07\x2e\x39\x84\xb9\x73\x1c\x3c\x28\x96\x44\x0d\xbc\xe3\x50\xfc\x52\x37\xe4\x60\x8f\xa7\xcc\x1e\x9c\x80\x1c\xb0\x35\xe3\x60\x19\xa0\xb8\xc7\xab\x39\x2f\x43\xb9\x8b\x8b\xaa\x76\x2c\x95\x87\x36\xf4\xe8\x1d\x18\x3e\xab\xae\xa3\xa5\x1d\x57\x9a\x32\x15\x46\x9d\x82\xaf\x7e\xf4\x10\xc5\xa7\xee\xc0\xe1\x00\xfc\xf0\x82\xe6\x42\xaa\x95\x2b\x2b\x23\x84\xb7\xb0\x25\xcb\x04\xe5\x97\x59\xb9\x94\xe2\x47\x2e\x49\x26\x04\xfa\x0e\x5f\xd2\x07\xba\x95\x3d\x85\x7f\xe7\xfc\xce\xe5\xac\xa8\xee\x3f\xc1\x9f\xa1\xd9\xaa\x19\x6a\xbe\xb7\xa8\xc4\x67\xc0\x91\x9f\x89\xed\xd0\x4c\x18\xbc\xf1\x1c\x67\xa7\xaf\x52\x38\xbc\xd8\xe3\xaf\x53\x1b\x21\xa5\x7b\xb8\xd7\x81\xdb\x86\x7b\x38\x84\x3d\x43\xf9\xb0\x94\xd5\x45\x3b\x8b\x96\xe7\x03\x7f\x34\xca\xcf\xc8\xde\x0a\xdc\x9d\xb6\x16\xb2\x02\x9c\x62\xb0\xbf\x06\xf4\x49\x36\x99\x69\x0e\x13\x79\xcb\x02\xe9\xe4\xd7\x85\x6c\x0a\xfd\xf6\xd3\xbc\x1d\xbb\xf7\x44\xf8\x9c\xf7\xe8\xf7\xf6\x85\x51\x4f\xa7\xfa\x4e\xd1\xb4\xd3\xe7\x03\x01\x0a\xd8\x22\x96\x4a\x6a\xc8\x3e\xcc\x26\x33\xb9\xcf\x83\x78\x6e\xf0\xde\xcc\x65\x2b\x9b\x79\x51\x49\x8d\x62\x29\xf5\x91\x91\xd1\x22\xcc\xf8\xe2\x53\x31\x5d\x96\xe5\x40\xb3\xbe\x96\x68\x3b\xe6\xfc\xaf\x1e\x1d\xc7\x0b\x9a\xe5\x39\xdc\x5f\x64\xc2\x08\xbb\xdb\x03\x23\xd1\xff\x52\x59\x11\x13\x7c\x98\x73\xb1\x1b\x02\x78\xa3\xd9\x68\x8f\x81\x3f\x97\x95\x9c\x16\xad\x12\x10\xf7\xbb\xa1\x49\x4f\x64\x95\x35\x45\xad\xf4\x2e\x36\x32\x5f\x4e\x0c\xb5\x78\xfe\xe6\x95\xe6\xca\x48\x04\x23\x65\x35\x10\xe7\x4b\x08\xf3\x25\x2a\x79\x01\x06\x3e\xe5\xb5\xc8\xa6\x53\xa9\x09\x03\x3b\xad\x69\xdd\xd0\xb0\x60\x16\x4d\x23\x29\xce\xdf\x58\x28\xd3\x3c\xfe\xdc\xc4\xb7\xc0\x0d\x70\xfb\x44\x6f\x53\x7c\xc1\x38\x31\x4d\x55\xb7\x56\x54\xe3\xf3\xe2\xa7\x70\x02\x76\x57\x11\x95\x91\x6d\x16\x13\x4b\x20\x42\xeb\x3a\x76\x50\x93\xd5\x44\x02\x95\x42\xdd\xef\x4a\xfd\x93\x63\x18\x35\x93\x66\x94\x1d\x2d\x5b\x27\xf6\x03\x3a\x84\x7a\x2a\x7a\xba\xa3\x9e\x55\x92\xe8\x0e\xf5\x89\xc3\x67\x7d\xcc\xb6\x08\x9e\xa0\xbe\x22\xad\x4c\x89\x01\x7c\xae\x97\x76\x0d\x1f\x2b\xb8\xa7\x06\xc9\x7a\x8c\xe6\x1b\x37\x53\x9c\xfa\xa4\xae\xda\xa6\x2e\x01\x27\xc2\xd0\xf0\xee\xb5\xc0\xac\x9f\xf8\x45\xe5\x77\xe2\x3d\x83\x89\xd1\x0a\x54\xfe\x4f\x81\x8c\x98\xad\x7f\x16\xcd\xfa\xa4\x43\x49\x64\x94\x2e\x94\x00\x1b\xb6\x89\x04\x04\xa8\xa0\x49\xed\x3e\x6a\x4e\x54\x3d\x97\x98\xf1\x4b\x64\x56\xd0\xa4\xef\x20\x06\x07\x05\x4e\x8b\x76\x18\x15\x0d\xd4\x93\xcc\x26\x33\xd1\x16\x73\xe9\x89\x12\x50\x94\x4f\x22\x8e\x4a\x5e\xf9\x0a\x93\x9a\x32\x61\xa7\x36\xe4\xa4\xae\xdb\xd4\x86\x74\x69\x6c\xef\xbf\x39\x9e\x46\x84\xf3\x5f\xeb\x77\xaa\x6c\x09\x79\xb9\x4d\xa1\x46\xf6\xc4\x8d\x1a\xa6\x98\x8a\x4a\x4e\xa4\x52\x59\x73\xad\x71\x02\xec\x53\xac\xe1\x08\x14\x8a\xeb\x56\x1e\xe8\xee\xe2\xc5\x6b\xf6\x47\x23\x16\xf2\x19\x54\x03\x84\xe8\x4c\x3f\x36\x95\x13\x5b\xe8\xa5\x2f\xab\x52\x2a\x25\x26\xb2\x69\xb3\xa2\x22\x6b\x34\x50\x4e\xa1\x3c\x21\x8f\xb6\x40\x57\x21\x59\x8f\xf5\x44\x04\x15\x8d\x28\x5a\xa4\x8b\x46\x2a\xa2\xf9\x5c\xc0\xf4\x93\x4c\x49\x35\x14\x7f\xaf\x97\x80\x05\x21\xf3\x9c\x66\x1d\xc0\x6c\xa0\x9e\xd2\x08\x48\x73\x32\x25\xca\xba\xba\xd0\xff\x2f\x5a\x54\x59\x18\xc9\x46\xff\xf3\x78\x3c\xfe\x8c\x71\xf8\x9a\x42\xd5\xd5\xb6\x79\x80\xbb\x31\x89\x96\xcc\x40\x2e\xc8\xf7\xf8\x52\x36\x0a\xdf\x74\x29\x86\xec\x9d\xa1\x49\xb5\xa0\x70\x0c\x46\xc4\x8f\xa1\x6a\xf1\xcc\xd4\xd0\x88\x85\x48\xc5\x29\x3d\x81\x5a\xd6\x5c\xc0\x9a\x99\x70\x0b\x01\xe6\x2a\xbb\x56\xf0\x60\x37\xf6\x48\x1e\x79\xd1\x34\xbc\x93\x6a\xeb\x0e\x4a\xd9\xe2\x01\xaa\x2f\xc5\x02\x56\x0b\x4b\x9d\x5c\x4f\x4a\xa9\xa9\x8f\xc6\xeb\x30\x41\xf0\x79\xd5\x4c\x98\x9d\x12\x06\x84\x60\xdb\x80\x3c\xac\x9d\x33\x04\x39\xd9\x8f\xe2\x71\x3f\x44\x7c\x8d\x3c\xaf\x91\x5c\x83\x08\xfa\x8b\xbc\x66\x38\x97\xa4\xab\x20\x5c\x15\xb7\x6e\x33\x9e\xf8\x4c\x18\xe3\x8e\x84\x7b\x31\x78\x5f\x81\xd9\x37\x6a\xdb\xc3\xd3\x53\x97\xb0\x11\x8a\xc1\xb4\x87\x55\x37\xa9\x37\xd8\xa7\x3c\x6b\x33\x0b\x0a\x10\x2b\x17\x5e\x0b\xfb\x61\xdc\x72\x8a\xdb\xf2\xed\x76\xc8\x17\xf0\xeb\x41\x56\xca\xf8\x03\xc9\x3e\x59\xf7\xd2\xc2\xcb\x4c\xa9\xee\xba\x49\x2b\x16\x4d\x9e\x51\xc2\x8b\x94\x35\x34\x39\x90\x39\x72\x99\x06\x4d\xb2\x57\xd7\x2a\x72\x1a\x69\xc6\x9d\xa8\x07\xe4\xdd\x09\x71\x8d\x55\x37\xbb\xe7\xd2\x1f\xdd\x5b\xef\xfd\x9a\x5a\x7e\xe8\x7c\x0d\x97\x13\x66\x6a\xe9\x5a\x38\xc3\xf8\xc9\x9a\x58\xae\x93\x53\x79\xd2\x0b\xa6\x61\xe2\x5d\xce\xcc\xeb\x39\xd9\x1f\xb8\x43\xb7\xb5\x49\xcf\xd9\xd4\xcb\x8b\x19\x9f\x1c\xa2\x3c\x8b\xc0\x3d\x83\x06\x1f\xa8\xfd\x39\x7e\x91\xd7\xc6\x67\x1c\x65\x1c\x8d\x74\x02\x8e\x70\x8a\x5f\x40\x80\x68\x8f\x17\x53\x10\x46\x66\xfc\x80\x44\xf0\xe1\x07\xb1\x56\xca\xfd\x91\x60\xce\x47\xe2\x56\xe0\x63\x6e\xdb\x2c\xd5\x9a\x39\x17\x53\x5d\xdd\x4f\x02\x1a\x5a\x14\xef\x71\xb3\x5d\xc8\x2b\xea\x8f\x87\xe5\xba\xa7\x1e\x2f\xe9\x69\x14\x2c\x4b\x17\xac\xdc\x6f\x25\xcb\x21\xff\x82\x63\x08\x59\x2a\x89\x5d\xe5\xf5\x64\xa9\x27\xbf\xbe\x1b\x53\xd3\xfe\x41\xcb\x4e\xf4\x4f\xd4\x66\x57\xbc\xae\x2d\xc9\x6c\xea\x65\x05\x5a\x00\xaf\x67\xb0\x1e\x6c\x64\x96\x5f\x63\x05\x99\xc3\xdd\x21\x13\x99\xdd\x5d\x71\x2a\xe5\x48\xcc\xda\x76\xa1\x46\xbb\xbb\xb9\xbc\x94\xa5\x46\x7d\xc3\x79\xfd\xaf\xa2\x2c\xb3\x61\xdd\x5c\xec\xca\x6a\xe7\xf7\xd3\xdd\xbc\x9e\xa8\xdd\x77\xf2\x7c\xf7\xe0\xed\xf1\x2e\x4d\x6d\x97\x8f\xf5\xc1\x59\x43\x07\x33\xee\xf0\xda\x80\x4a\x7f\x77\x59\x74\xfe\xbb\x4e\xfc\x6d\xad\x52\xc7\x7d\x56\x2f\xd2\x87\x84\xf5\xed\x41\x9f\xd5\x8b\xe8\x94\xb1\xe4\xef\x1b\xb5\xff\x7b\x70\x86\x27\x70\x70\xc0\x0a\xd9\x77\x3a\xa8\xef\x5b\xa9\x1f\x87\xc8\xb7\xcc\x51\x6b\x36\x6d\xb2\x09\xbe\x85\xbf\xe5\xf9\x9d\xd5\x8b\x3f\xd4\x1b\x9e\x11\x75\xf6\x77\x06\x07\xaf\xb2\x76\x36\x9c\xc8\xa2\xec\xdb\x9d\xd8\x4e\xc3\x83\xea\x80\x87\x34\x38\x0c\xc4\xa2\x56\x56\xe4\x17\x44\x3b\x5a\x7d\xa4\xfc\x18\xc5\x58\xf7\xb3\xe9\x61\xb2\x96\x7d\xfb\xf7\xdf\x60\x2a\x2e\xb7\xea\x3d\x4d\xba\x75\xb3\x03\x75\x5d\x4d\x80\x10\x83\xbb\x25\x98\x89\xc3\xcf\x89\x42\x3b\x75\x3f\x83\xb4\xfe\x32\x2d\xaa\xdc\x05\x89\xd7\xbf\x70\xf3\x34\x9f\xf9\x36\x6b\x64\x85\x8e\x41\x41\xd2\xf5\x0f\x46\xbe\xc8\x2b\xd0\x86\xc2\xc6\xa1\x4a\xb2\xf8\x97\x3c\x64\x5a\xf4\x28\xf5\x6a\x47\x72\x20\x6e\xe4\xe1\xdb\xa8\xa7\x32\xc6\xa7\x02\xff\x6c\xec\x05\xc1\xb0\xcb\x20\x81\x49\x06\x29\x68\x72\x53\x5a\xb6\x45\xa9\x08\x58\x93\xe6\xf3\x0f\x31\x99\x8f\x73\xf8\xe8\x95\x0f\xec\x5f\xcc\xeb\xe0\xad\x51\x4f\x39\xfe\xcd\xd5\x4b\x3d\xc9\xe2\x52\xfb\x54\xf5\x12\xf9\xf8\x7b\x6d\xfc\x95\x4e\x8e\x4e\x8f\xff\xf7\xd1\xa7\xe7\x47\x2f\x0f\xfe\x2e\xc6\xe2\xf1\x9f\x9f\x98\x92\x57\xc7\xaf\x3f\x9d\x1e\x9e\xbc\x79\xf9\xf2\xd3\xef\x6f\x9f\x1f\x9c\xb1\x4a\x7b\x7b\xae\xd6\xc1\xdf\x3a\x6a\xfd\x89\xd5\x3a\x7e\xfe\x52\x17\xfc\xfc\xe6\xf7\xd7\x87\xae\xc6\x8f\x50\x63\x77\x17\x79\x38\x52\x75\x4f\xe9\x61\x5f\x8b\xab\xac\x68\xc9\x04\x4b\xe4\x72\x52\x66\x64\x40\x96\xb5\xfc\xd9\x5f\xf5\x5a\x6e\xc4\x85\xe3\x3d\x7f\xf3\xfa\x88\xa6\x75\xfc\xfa\xd7\x4f\xef\x0e\x8e\xcf\x82\x19\x3d\x3f\xfa\xe5\xe0\xf7\x97\x67\x9f\x8e\xcf\x8e\x5e\x9d\x7e\x7a\x7b\x74\xf2\xe9\xed\xc1\xaf\x47\xb0\xb8\xa8\x8e\x2e\xf9\xf4\xe2\xe8\xf8\xd7\x17\xba\x97\x9f\xe2\x0a\x27\x47\xaf\x9f\x1f\x9d\x1c\x3d\xff\xf4\xee\xf8\xf5\xf3\x37\xef\x4e\x3f\xfd\x7c\xf4\xe2\xf8\xf5\x73\xbd\xc4\xf5\x75\x0f\x5e\x1c\x1d\xf8\x55\x61\xbc\xdf\x8e\xfe\xfe\xe9\xed\xc9\xd1\x2f\xc7\x7f\x13\x63\xd1\xd3\x1c\xd3\x4e\xcf\xd6\x38\x7d\x7b\x70\x78\x74\x12\xd4\x41\x0d\xc4\x4e\xaf\x23\x89\x92\x3e\x7f\x78\x7f\x05\xaf\x26\x10\x8f\xec\x07\x86\x9e\xc4\xd0\xa1\x92\x33\x53\xad\x79\xcf\xaa\x36\x9b\x2f\x80\x47\x20\xd6\x8d\x34\x62\x7f\xb5\xcf\x5d\xfe\x9a\x4a\x19\x53\x3c\x21\xcc\x92\x4e\x1c\xc4\x53\x06\x71\x49\xe0\x20\xca\x14\xc4\x96\xf3\x6c\x3b\xf8\x6d\xa2\x54\xe9\x95\xb9\x99\xdd\xd8\x28\x3e\x01\x23\x0f\x02\xe6\xe3\x56\xce\xad\x65\x72\xf4\x50\xf0\x4c\x55\xf7\x3d\x53\xd5\x55\x9d\xda\x0e\xdf\xb3\xb7\xe9\xc7\x51\x3c\xac\x1f\x5f\xe8\xe8\xd5\xdb\xb3\xbf\x7f\x3a\x39\x3a\x3c\x33\xee\x32\xf0\xc6\xdc\x41\xd7\x11\xe3\xbc\x41\x3f\x4b\x39\x6d\xed\x8f\x06\x9f\x9e\xf4\x8b\x52\x43\xa2\xe7\x8b\x79\x96\xee\x39\x7f\x8b\x5d\xf1\x3a\x9b\xeb\x4b\x25\xbf\x2e\x64\xa5\x8a\x4b\xab\xe1\x54\xe8\xe9\x81\x57\xed\xba\xd7\x48\x51\x65\x73\x14\x94\x2f\x9a\x7a\x5a\x94\xa0\xde\xc3\xd9\x7e\xa2\x36\x68\x7d\x30\x21\xe6\x9c\x0c\xd2\x19\x7d\x06\x69\xae\x91\xc8\x5e\xc8\xf6\x67\xcd\xd9\x14\xd5\xc5\x61\x59\x00\x2d\x99\xa0\x77\xbf\xdf\xe9\xa9\xb1\xcf\x86\x7e\xc3\xa1\xe2\xea\x00\x70\xdd\xb5\xdd\x6b\xef\xcc\x08\x5e\xf1\x6d\xa3\xb8\xdc\x3f\x90\xe6\x0f\xc5\x51\x36\x99\x19\x25\x2f\x98\x45\xd8\x20\x5b\x56\xcf\x60\x55\x86\x09\xad\x36\x37\xac\xfd\x5e\x73\x11\xd6\x82\x91\xda\x80\xd2\xb1\x01\xf5\xc3\x63\x70\x56\x32\x7a\x12\x6f\x64\x67\x5b\x9a\x1c\xd5\xa9\x4a\x99\x18\x7e\x0a\x43\xae\x18\xef\xfc\x1a\x74\x3c\x32\x37\x47\x0f\xe6\xa9\x7a\x92\xd9\x65\x56\x00\xcf\x60\xea\x65\xa2\x59\x56\x15\xbc\xe6\x2f\x65\xa3\xe9\x94\x00\x85\xb9\x91\x9e\x4f\x69\x54\x70\x15\xb0\x9b\x9c\x95\x17\x75\x53\xb4\xb3\x79\x60\xcd\x85\x7b\x7c\x55\x37\x5f\x94\x28\x8b\x2f\x28\xee\x1b\xd9\xa6\x8f\x87\xe2\x2d\x69\xb3\x8d\xaa\x04\x5b\x9c\x67\x64\x87\xf2\xe1\x3b\x63\x03\x64\xd4\xf2\xfa\x45\xfa\xe1\x3b\x54\x8b\x1a\x75\xea\xc0\x8a\x5a\x17\x96\x01\xf0\x95\x8b\xdb\x30\xde\x8f\x60\x03\x6d\x64\x7f\x99\x86\x78\x23\x4a\x1d\x90\xb8\xda\x0a\x06\xb3\x3c\xdf\xe5\x7a\x1f\xec\xe1\x27\x54\x04\x93\x9e\x5f\xdf\x1d\xdd\x0b\x98\x04\x0d\x3c\xcb\x01\x5f\x3b\x3f\xf5\x63\xac\xe9\xad\x49\x5e\x0e\x18\xe3\x3f\x60\x96\xde\x49\xe5\xb5\x26\x81\xf3\xac\xd5\x80\x82\x3b\x56\x80\x10\x16\x85\x88\xde\xe6\x80\xfe\xe2\xa2\x06\xb5\xa5\x5c\x80\x3f\xda\x75\x35\x99\x35\x75\x55\x2f\x55\x79\x6d\x37\xff\x15\xb4\x41\x53\xc3\x5a\x4c\x1b\xf9\xcf\x25\xda\xa9\x82\x3c\x75\x59\xfa\x6a\xbf\xbc\xbe\xaa\x84\x2a\x2e\x2a\x90\x86\xe8\x7a\x43\x71\x56\x03\x17\x27\x2b\x95\xb5\x12\x6c\x27\x00\xca\xcc\x6c\x72\x7c\xcc\x58\x34\x03\xa3\x42\xa5\x0a\xe5\xc6\xa2\x91\x3b\x73\x3b\x8b\x1c\xff\xa7\xb9\x5c\x90\xb6\xd0\xfe\x92\xf4\xb5\xaa\x5b\x12\x93\xdb\x33\x07\x80\xf2\xec\xe3\x08\x20\x99\x75\xce\x05\xa4\xff\x63\x00\xe9\x96\x34\x48\x28\xa9\x8c\x75\x9e\x92\xed\x50\xbc\x9b\xc9\x2a\x55\x87\x5e\x36\x36\xcd\xd5\xf7\x5c\xb9\xb3\xac\x40\xd1\xa8\xc9\xe9\x5c\xf3\xc1\x7d\x3d\x71\x86\x76\xb6\xb9\x61\x67\x59\x92\xd4\xe8\xaa\x68\x67\xf5\xb2\x05\x09\xb6\x77\xf0\x6d\x2d\x8a\xb9\xbe\xd9\x04\x51\x65\x9d\xe5\xc0\x3c\xa1\xab\xce\x41\x05\x7a\x71\xd4\x4f\xe7\xb5\x5e\xa1\xd7\x1c\x95\x97\x66\xf1\x60\x80\xec\x10\x20\xcc\x0f\x04\x37\x38\x89\x8b\xa6\xbe\xb2\x0a\x49\x88\xee\x87\xfa\x89\x59\x23\xd5\xac\x2e\x73\xb7\xc3\x2f\xea\x2b\x79\xa9\x71\x8b\x91\xf1\xb3\x43\xd3\x3b\x08\x5e\x9e\x1e\x4c\xaa\x36\x2b\x25\xde\x1d\xf9\x35\x9b\x2f\x34\xc2\x69\x24\x7a\xa7\x59\x4e\x0f\x50\xcd\x22\x03\x53\x60\x3d\xd9\x4a\x5e\xa1\xf6\x00\x77\xb9\x6e\x40\x29\x00\xb8\xa9\x32\x90\x8f\xf7\x95\xec\x54\xac\xf9\x8d\x9a\x35\x45\xf5\x65\x57\xaf\x88\xce\xb1\x05\x3f\x19\x36\xcf\x7a\x32\x59\x36\x00\xb4\x45\x35\x69\x48\xbd\x15\xb0\x3a\x30\xac\xb1\x41\x41\x0b\x99\x2b\xe9\x2c\x6d\x51\x0b\x95\xc2\xac\x7a\xdf\xc1\x5a\x8c\x2b\xa9\x35\xba\x15\xba\x06\xee\x0b\x01\x36\xcc\x63\x18\xb8\xd4\x02\xd4\xa2\x31\x76\xda\x6e\x9b\xf9\x44\xfb\x2c\x94\xc7\x23\x3d\x73\x4a\x5d\xc5\x3d\x66\xba\x73\x57\xba\x04\x7a\x5c\x7a\x6e\xf2\xce\x71\x35\x84\x35\x06\xcc\xaa\x6b\x32\x07\x74\xf6\x3a\x13\x4c\xd6\xa2\x7e\xa9\x27\x4b\xe5\xdb\xd8\x3e\x7d\x76\x03\x0d\x21\x6c\x7a\x2b\xe7\x10\x9d\x73\x5b\xdc\xde\x8a\x5e\xef\xee\xe9\xae\x91\x47\xa7\x8c\x4b\x46\x6b\x18\xec\x74\x53\x34\xfb\x58\xd1\x16\x19\xf9\x74\x72\x4d\xd0\x74\x9a\x00\x90\x20\xdf\x94\x09\xdf\x31\x8a\x58\x64\x5b\x19\x6a\x74\xef\x86\x0b\xe0\x62\xa6\xe0\x3f\x36\xa9\x9b\xfc\x29\x72\x93\x03\xb1\xac\xbe\x54\xf5\x55\xf5\x4c\x9f\xcf\x9d\xdf\x06\xd0\xfb\x08\x65\x08\x7e\x09\x04\x55\x52\x23\x26\x54\x08\xca\x8d\x8c\xd9\x71\x15\x1e\x6f\xcf\x22\xfa\xb7\x59\x79\x44\xb5\x55\xba\x0e\x5e\x03\xd7\x93\x0b\xe7\x16\xf0\xc5\x36\x4e\x49\x42\x87\xa2\xff\xf9\x57\x30\x28\xbe\xb3\xa1\x3a\x79\xf4\x66\x0d\x65\x32\x8f\x55\x3d\xee\x40\x80\x4a\x38\xd6\x9e\x71\xac\x7e\xc5\x59\xa6\x0e\x8d\xd9\xf6\x2f\x45\xa3\x5a\x04\xf8\xc8\x30\x65\xd7\x72\x1c\x8d\xe6\x43\x4d\x94\x15\x78\xd2\x02\xd8\xa5\xe0\x41\x53\x78\x6e\xbd\x16\x68\xac\xa8\xe3\x33\x6e\x38\xa2\x3b\x07\x32\x78\x25\x7b\x8d\x75\x9d\xc9\x19\x11\x41\x4b\x46\xee\xa4\x86\xb6\x24\x56\x4b\xe7\x60\x99\x1a\x27\xa6\x41\x4e\xa4\x1b\xcc\x20\x2b\xcb\xfa\x0a\x27\x00\x76\x86\xd6\x29\x40\xbc\x45\x7e\x7a\xd9\xaa\x22\x27\xf5\x35\xd8\x2f\x4f\x5a\x6b\xed\x66\x8c\x99\x7d\xf8\xc5\x1e\xc3\x59\xf9\xd3\x71\xd3\x28\x94\x9d\x1b\xa9\x30\x96\x0a\x93\xde\xd8\x1e\x99\xb5\xe0\xfa\xed\xd6\x20\xdd\x14\x44\x12\x61\x98\x0c\xe5\xe8\x66\x14\x20\x8e\x03\xef\x88\xe9\x3c\xbd\x41\x79\x3f\xab\x77\x38\x3a\x10\x1f\xc7\xa5\xe0\x37\xa8\x69\x50\x9a\x67\xf3\xe5\x66\xd2\x7d\x81\x82\x0b\xf1\x22\xa1\x36\x0a\xaa\x9c\x05\x8a\x4f\x0f\x55\xc1\xeb\x76\xe4\xbf\x85\xef\x95\x44\xf8\xe9\xef\x44\xde\x12\xd9\x84\x1d\x5d\xfb\xfd\x59\x47\x26\x61\x47\xeb\xa8\xca\x76\xf0\x31\xd0\x06\x78\xed\x87\xeb\x05\x14\x81\x44\x62\x7b\x5d\x7a\x5b\xdf\xae\x69\x55\x6a\xdb\xb4\xa0\x15\x32\xb8\xac\xcb\x6b\x4b\x4e\x0d\xef\x3f\xb2\x2c\x21\x56\x06\x33\x0a\xb2\xaf\x76\xad\xd1\x44\x4c\xef\x2a\x67\x29\x6d\xd9\x5c\x90\xd6\x40\x8e\xe4\x2b\x24\x38\x76\xc6\xae\x0e\x52\x1d\xaa\xe4\x48\x4f\xaa\x66\x4c\x7f\xac\x56\xc6\x25\x4d\xe0\xa4\x27\x2a\x4e\x5d\xa1\x75\x95\xf0\xf6\x50\x2d\xac\xa7\xb1\x0c\x38\xb4\x30\x97\x44\x23\x0e\x83\x27\xad\x66\x77\xaf\xdb\x99\xd5\x8e\x52\xcf\xfe\x55\x0b\xbb\x3c\xaa\xe8\x39\x98\xb5\xd6\x40\x50\x3f\x17\xcb\xec\x5f\xd7\xc6\x92\xc9\xeb\xae\xae\x60\x53\xc9\x13\x78\xcc\x37\x7d\x98\xcb\xf3\x7a\x59\x4d\x28\xcb\x8f\x5f\x75\xd0\x25\xc8\x65\xa9\x2c\x4b\x99\xe5\x09\x00\x99\x67\x5f\xdf\x65\x45\x3b\xea\x12\xf2\xc6\xa9\x29\xbd\xf1\x8f\x73\x97\x60\x76\xe5\x44\x75\xc5\x41\x4a\x46\xbc\x6e\x8a\x5d\x23\x9f\x48\x70\xf8\xdf\x64\x6c\xac\x3a\xf0\xe4\xe0\x0f\x18\xd6\x5e\xb2\xe7\x75\xb5\x76\x60\xaf\xf2\x20\x25\xac\xbe\xf7\x0c\x22\x0e\xcb\x31\x83\xf7\xb9\x51\x9c\x5b\x12\x63\xb1\xf3\xd8\x2b\xb5\x68\xdd\x75\xee\x67\xb4\xbe\x90\xe8\x7a\xa0\xd9\xd4\xfe\x36\x58\xcc\xe4\x75\x55\x5e\x3f\xed\xe0\x58\x43\x1c\xec\x86\xd1\x3d\x78\x8a\xd0\xff\xeb\x0a\xff\x7f\x5d\xe1\xff\x8f\x74\x85\xf7\x62\x53\xe1\x6e\x45\x91\xa9\xce\x9d\xf0\x11\xd9\x63\xd8\xda\x60\xbf\x77\x39\x6b\xc4\x3d\xd8\xfb\x86\x2d\xe0\xcf\x68\xfc\x76\x1f\x57\xf6\x0f\xcc\xe6\x00\x97\x33\x0a\x63\x28\xf1\x9f\xc3\x6c\xd9\xd6\x86\x71\x02\x89\x9c\x97\xaa\xc3\x89\x00\xfc\x1c\xe2\xec\x7b\xa6\xfc\xf7\x19\x36\x64\x9e\x09\x16\x4f\x5e\x48\x7a\x4b\xc1\xe7\xbe\x9f\xf0\x59\x56\x16\x1f\xb1\xce\x7f\xe0\x1d\x05\x09\xdd\xd8\xab\xc1\xa1\x62\xf7\xcd\xd6\x76\x36\x1f\xa8\xed\xdf\xf3\x4a\xe0\xaa\xbd\x45\x6b\x69\x31\x16\x06\x15\x6a\x8a\xdf\x37\xe5\xf1\xc4\x9e\xb0\xef\x4f\xed\xdc\xf9\xd7\x1f\xc6\x5e\xd7\x2c\x9f\x09\xce\x7e\x11\x99\x96\xb1\x6d\x8a\xec\xce\x58\x62\xbf\x81\x1b\x64\xc0\xf7\x80\x47\x5b\x76\x43\x58\x0a\x10\x8d\x37\x9c\x39\x5b\x22\x00\x3c\x7f\x23\xe2\xfa\xd6\x68\x2d\x1a\x08\x04\xc7\xaa\x25\x8a\x72\xac\x8e\x2b\xea\x84\x6d\xd2\x98\xee\x3a\xc9\x7c\xcc\xf1\x7a\xa3\x3e\xc3\x3a\x5e\x6e\xb0\x74\xdf\x5e\x62\xb0\xdd\x5d\xf1\x4e\xa2\x79\xf1\x94\xcc\x68\xc8\xf8\x4c\x23\x79\xeb\xa0\x61\xb5\x23\x99\xb8\x42\xa7\x1e\x83\x2a\x62\xe4\x00\x52\x41\xc0\xe9\x6d\x73\xcd\xf0\x51\x51\x79\xc3\xfe\x63\xa9\x5a\x4e\xa0\xa0\x25\x58\x27\x5f\x15\x4a\xea\xf7\xb2\xa1\x0a\x01\x91\xb2\x24\xc0\x75\xa7\x17\xcb\xd1\xdb\xa3\x47\x04\x0f\x9e\xe4\x62\xdb\x8f\x7d\x4f\xb7\x34\xa5\x0e\x73\x3a\xb2\x7e\xaa\x9f\x27\x5d\xdd\x30\xd3\x9b\xd8\xaa\xe2\x7e\x5d\x21\xb7\xcd\x5f\x2e\xf8\x0f\xd4\x9c\xfe\x68\x03\xbf\x86\x51\x7e\x06\x53\xfa\x81\x2d\x95\xe0\xd7\x8f\xee\xff\xc4\xcf\x8e\xb9\xbb\x2b\x0e\x72\x38\x24\x0c\x32\xd1\x5a\xea\x6d\x43\xa4\x91\x1b\x85\x3e\x95\x78\x19\xba\xaa\x19\xfc\x1d\x54\x34\x80\x4d\x74\xcb\x82\xb2\xb7\x07\x31\xf2\xb0\x37\x62\xef\x49\xf4\xf1\x69\xc7\x30\x4f\xc4\x0f\x3f\x04\x75\xb7\xc3\x9d\x74\x78\xed\x87\x31\x27\x13\xfd\xf0\x8e\xf1\x4e\xbc\xb9\xde\x75\x1d\xde\xcf\x18\x5e\x70\xcc\xc7\xf0\x87\xd0\x5d\x6e\xc7\x3b\x7e\x3c\xf5\xa9\x29\x25\x51\xd2\x97\xa8\xd6\xec\x09\xa8\x78\xc8\x57\x2b\xab\x20\x5e\x0c\x5c\x37\xb2\x68\xbf\xca\x20\x64\x53\xd0\x29\x8b\x50\xe8\x78\xa8\xcc\x31\x56\xf6\x3c\xc9\x47\xca\xd9\x9e\x9a\x9d\xba\x2a\xda\xc9\x4c\xf4\x95\x17\xda\x25\xd8\x4e\xc8\xaf\xe4\x91\x47\x0d\xaa\x7e\x1d\x91\x30\x2c\x4a\x5d\x0b\x17\x54\x66\xe1\xef\xb8\xb0\x9c\xf0\x93\x75\xa3\xd3\x35\xf8\x63\x13\xa0\x83\xdc\x89\xef\xce\x83\xe7\x45\x91\x1d\x1f\x3a\xaf\x3e\x07\xa9\xb5\x93\x14\xbb\xe2\xc7\x07\xcf\x14\x22\x83\xfa\x95\xe8\xf1\x10\xcd\xfe\xbc\x91\xd9\x97\xf0\x6e\xa4\x71\xc2\xb1\xfa\x65\x59\x96\xd7\x2e\x41\xac\x5b\xd0\xb3\xb1\x87\xfc\x34\x00\x69\x54\xee\xad\xf2\x69\x50\x07\x8f\xd9\x1b\x5a\x53\x83\x78\xa4\x08\x60\xf5\x75\xb3\xf1\x41\xd1\xc2\x97\x84\x96\x03\x91\xd7\xa2\xaa\xb9\xc0\x62\xc5\xd6\xad\x58\xe9\xdb\xac\x69\x8b\xac\x2c\xaf\x0f\xce\xeb\x4b\x7f\xad\x4f\xa3\xa5\x26\x48\x41\xd0\xcb\xcf\xb2\x04\x92\xe0\x6d\xc8\xb3\x8e\xfd\x48\xef\x88\x3f\xa3\xd4\x9e\x68\x7e\x00\xa8\x37\xe0\x7e\xf7\x22\x63\x16\xa1\x71\x9b\xe1\x0e\xfc\x1b\x0a\x61\xc1\x90\x6c\x62\xfd\x7a\xb7\xb0\xe3\xe2\x36\x51\x82\x7d\xdc\xee\x0c\x6d\x0f\x6e\x6b\xe2\xea\x3d\x1c\xb0\x97\xea\x4a\x77\x06\xff\x92\x65\xa6\xa5\x77\x84\xce\x78\x35\xb5\xe5\xc9\x6d\x22\xe2\xe8\x4e\xd4\xa2\xd1\xb6\xc6\xbd\x3b\x37\x6a\x63\xe6\xe6\x16\xf5\xe3\x76\x6e\xd5\xc6\x75\x2e\xe8\xd6\x76\x10\x15\xf5\x76\x6e\x69\x8b\xc2\x1d\x45\x18\x49\x6c\xce\x2d\xde\x88\xd4\xbe\xd9\x0d\xdf\xf1\xc0\xaf\x8b\xa4\x8e\xd7\xe2\xa6\x2e\x4a\xea\x5d\x27\x7d\x22\xeb\x39\xb9\x3f\x44\x54\x78\x8e\x49\xff\x72\xb3\x99\x78\xbc\x82\x7b\x1b\x78\x19\x5a\x43\x39\x4f\x2a\x36\x59\xff\x1e\xcf\x51\x67\xb2\xef\x3d\x2b\x51\x4b\xef\x65\x44\xc6\x4f\xb7\xb7\x82\x22\x50\x12\x17\xe5\xea\xdb\xe0\x3f\xd1\x53\xaa\x50\x9a\xad\xb1\xc8\xd8\xed\xc5\x16\x70\x01\xc6\x0d\x4b\xa3\x61\x6f\x4f\xf5\x56\xdc\xde\x8a\xbd\x6d\x8d\xb4\xa1\x2a\x21\xeb\x8e\x5a\x4f\x59\xad\x1f\xf0\xcf\xf0\x0d\xa5\x2f\x1f\x9f\x8d\x77\xc8\x90\xdd\x92\x6d\x5e\x92\x97\x6f\x4c\xd4\x03\x31\x46\xcb\xf9\x69\x59\xd7\x4d\x9f\x8d\x26\x76\x71\x6c\xfb\x1e\xf3\x89\xa3\x51\x74\xe8\x2a\xde\x4b\x9a\xf5\x16\x2d\x70\xc7\xae\x4c\x93\x5b\x3b\x07\x0f\xc6\x10\xbf\x78\x53\x2e\x81\xaf\x6b\xb3\xf2\x84\xcd\x7a\x6f\x0d\x2f\x4c\x8f\xcb\x61\xd7\x6b\x3a\x9e\xb9\xbf\x5c\x56\xfb\x87\x1f\x62\x16\x2e\xda\xc5\x24\x5b\x1c\x32\x14\xfa\x6c\x42\x86\x80\x1d\x76\xb0\xc8\xa7\x63\x11\xee\xe0\xa3\x47\x61\xf3\xb0\xc6\xd3\x15\x1d\xfe\xe0\x66\xec\x77\x13\xad\xcf\x1e\x70\xfa\xe9\x91\x3e\x27\x98\x4e\x30\xe2\xd8\x0d\x19\xf6\xd0\x8d\xd5\xbc\x3f\xee\x3c\xa9\xee\x5e\x42\x52\x6c\x03\xf1\x3d\x2f\xf2\x57\x28\xf4\xf1\xa5\x4c\x09\x14\x27\xc6\x49\x5f\x06\x02\x59\x88\x89\x4d\x6a\xee\x6d\x91\xa9\x48\x8f\x1f\xef\x7b\x20\xfd\xb6\x49\xf8\xb1\x1e\x2a\x61\x40\x73\xed\x09\x59\x1c\x6a\xda\xf6\x55\x56\xbe\xc2\xe7\x87\x1f\x02\x11\x3d\xea\xbe\x86\x75\xd5\x37\x31\x4d\x7a\x60\xe5\x24\x7b\x83\x94\xf6\x82\x27\xea\x4f\xad\xd0\x1e\x63\xd8\x7b\x5c\x79\x20\x7a\x20\xd8\x67\x03\x81\xf1\xcd\x40\xb4\xcd\x52\x7a\x99\xb8\x37\x21\x4a\xe9\x01\x03\x6a\x44\x0c\x15\x1b\x12\xcf\xcd\x5d\xaf\x07\x76\xc3\x54\x5b\xdb\xdd\x14\x8a\xc3\x17\x06\x7d\xeb\x1b\x75\x6d\xa4\x43\x5e\x6b\x5b\xce\xe1\x72\x77\x57\xbc\x5a\x96\x6d\xb1\x28\xad\x97\x36\x78\x5f\xb9\x00\xcb\xff\x5c\xca\xa5\xcc\x07\x26\x54\xbe\x95\x40\x53\x80\x87\x69\x09\x76\x04\x65\x49\xfe\x9a\x14\x2c\x06\x5c\xbd\xe4\xce\x54\xea\xb7\x28\xb7\xd8\x40\x17\x79\x88\xd7\xde\xc2\x68\xfa\x79\x0b\x33\x22\x61\x3a\xda\xcf\x51\x3d\x88\x9d\x00\xb6\x6f\xd9\xa2\x5d\x52\x68\x13\xe8\xae\xac\x35\x70\x0e\x39\xb1\x85\xc8\x0b\xc6\xb4\xcb\xcb\xee\x1e\xd4\x39\x25\x3d\xb3\x03\x7d\x2f\x31\x73\x48\xac\x8d\xca\x73\x6b\x3c\x0e\xd4\xea\xbc\x98\x41\x14\xca\x06\xae\xa4\xb8\x92\x8d\xac\x7a\x2e\x6c\x88\x0b\x57\xc9\x6c\x66\x63\x63\x5a\xc5\xc9\xec\x96\x5b\xd6\xd0\xd3\x81\x84\xa2\x41\x67\x48\x9b\x5b\x7d\x2e\x04\x21\xbd\xcc\xca\x22\x17\xaa\xa8\x26\x20\xa9\xbb\x94\x36\xb4\x04\xc5\x5b\x71\xdd\xe0\x26\x91\xd9\xe9\x21\x86\x30\xb0\xf2\x5a\x87\x41\x5e\x31\x03\xc0\xbe\xdb\x52\xdc\x8f\x2d\x5f\x54\xb2\xbb\x2b\xde\x54\x18\x5d\x8c\x64\xdc\x20\x04\x21\x55\x82\x35\x8b\x95\xd6\x42\xff\x4a\x92\x0d\xf0\x85\x6c\x45\xa6\x9f\x79\xcb\xac\x14\x17\x65\xd1\x4e\x66\x43\x9f\xc9\xf0\x27\x1a\x90\x10\xc2\x62\x81\xad\x8a\x18\xf3\x04\xdb\x6c\x9b\xb1\x7a\x87\x51\x54\x44\x9d\x56\xd6\xd6\x3b\xd6\x2c\xe5\x93\x44\x93\x15\x48\xd9\x9d\xf3\x80\x81\xe9\x76\x20\xc5\x4a\x12\xbd\x04\x32\xe9\x77\x4a\xbf\x52\x5d\x80\x06\x1f\x6e\x3a\xc8\x88\xf3\x52\x8a\xf3\xe5\x7c\x31\x8c\xf7\x93\xe9\xb8\xfb\x49\xce\x3c\xee\xbe\xa3\x73\x57\x61\x55\xcf\x8c\xaf\x07\x0f\xe0\xb6\x98\x72\x9b\x7f\x04\x19\x67\xf7\xab\x4b\xc0\x96\x16\xb8\xec\x59\xe6\x02\x7a\xe6\xfc\x52\xb1\x3b\xe5\x87\xd2\xf4\x0e\xba\xb3\x56\x04\xf3\x9a\x40\xb3\xd0\x9b\x4f\x52\x0c\x44\x07\x46\x7f\x57\x94\xe5\xef\xd5\xbc\x9b\x69\x20\xad\x7b\xa1\x16\xb5\x72\x3b\xe3\x91\x1b\x5e\x88\xc5\xb9\xd4\x6b\x4e\xb1\x1d\x09\xee\x05\xef\xa2\xb5\xce\x21\x02\x53\xc9\xab\xb4\xeb\x52\x25\xaf\x3a\x28\x0b\x59\x0e\x86\x59\xf0\xc9\x8c\xa7\x2e\x73\x34\x9c\xbb\x0b\x71\x6f\xa2\xb2\x1e\xdd\x56\x36\x23\x52\x55\x50\x74\xa5\xe6\xac\x59\xaa\xac\x54\x92\x5b\xa6\x50\x49\x31\xe5\xd1\xee\x34\x8d\xf0\xf5\x95\x88\x04\xcc\x40\x43\x1e\x98\xc4\x28\x28\x54\x58\x12\xe7\xee\x67\xd7\xfe\x8e\x93\x14\xb3\x97\xc3\x4b\x46\x4b\x98\x9a\xf1\x32\xa2\x21\x9b\x76\xe8\x32\xf7\x05\x5d\xda\x82\x07\x74\x8a\x6a\xf9\xb1\xdf\x21\x7e\x7c\xf4\xc8\x9e\xe3\x16\xc5\x69\x83\x8a\xe6\xbc\xcc\x47\x36\xaa\x7b\x19\x91\x5e\x40\x3c\x8d\xfa\x78\x22\x8a\xe0\x8d\x83\xf0\x40\xf5\xc4\xd8\xb5\x78\x5f\x7c\x7c\x12\x56\xa3\xd1\x05\x9b\x07\x56\xf3\xe9\x05\xf5\x31\xfc\x22\xaf\x61\xbb\xa8\x32\xfc\xbe\xbd\x35\x43\xb8\x17\x98\x57\xc9\x3d\x43\x03\x81\x46\x07\x24\x46\x24\x20\x94\xbb\x46\xcf\x8c\x00\x73\x6e\xd0\xb1\x3d\x3e\x13\x8a\x20\xd5\x24\x71\xe3\x59\x52\x88\x34\xd2\x21\xae\x81\x88\x13\x58\xc9\x58\xd4\x13\x98\x7b\xd9\xb8\x5f\x26\x70\x15\x86\x33\xb2\xe1\xab\xcc\x9f\x8e\xbd\x21\x6e\x80\x7c\x61\x79\x24\x40\x8f\xd3\x20\xef\x5f\x39\x69\xbb\x5e\x2c\x3e\xc7\xff\xef\x7d\xf5\x80\x6d\xe3\xd0\xdb\xb8\xb4\x45\xcf\xc3\x13\x69\x38\x71\x54\x90\x4f\xa3\x1f\x89\x97\x3c\x0b\x23\x66\x73\xbd\xc5\x25\x35\xfe\x99\xe3\x3e\xeb\xae\xe2\xac\x3a\x21\xc6\x76\x09\x31\x31\xe8\xcd\x98\x82\xc7\x0d\xc2\x60\x5b\x03\x2f\xe8\x98\xc3\xec\x31\xe7\x7d\x63\x85\x61\xef\x3f\xae\xa2\x00\x2b\x72\xa8\x40\x5b\xaf\xb2\x49\x42\x83\x3a\x5c\xe6\xfe\xff\x74\x93\x78\x40\xcf\x3c\x90\xf0\x02\x0f\x38\x4a\xba\x81\x74\x8e\x4f\x79\xb8\x58\xaa\x99\x79\xb4\xda\xf0\x74\x20\xd6\xda\xde\x0e\x6f\x2d\x7b\x93\x04\xae\xf0\x1a\xe1\xf9\x5f\xcc\x60\xfb\xe9\x70\x02\xfd\xe8\x60\x0c\x57\xe5\x7d\xde\x36\xdd\x8c\xd2\xe5\x4f\x56\x4c\xed\x04\x1d\x44\xf8\x81\x6f\x3a\x29\x5d\x37\x9c\x91\xfe\xd6\x39\x1d\x5d\xf8\x24\x40\x6e\xd1\x64\xfa\x8e\xb0\x99\x4c\x5f\x4e\x5a\x30\xe0\xa7\xa3\xec\xaf\x30\xc3\x54\x6a\xf3\xfb\x0c\xbf\xf3\x84\x4a\xde\x6d\xf3\x92\xcc\xf2\x11\x7c\x78\x60\x9f\x5d\xc6\x24\x8f\x7e\xe8\x0b\x36\x12\x3d\x0a\xa8\x07\x26\x28\x3d\x4f\xd9\x6f\x2f\x23\x26\x09\xd6\x68\x61\x87\x26\xd1\x4b\x67\xf9\xdf\xb6\x7f\x26\xc7\x1c\x0e\x87\xe6\x3b\x6b\xcf\x86\x99\x28\xd5\x37\x43\xf5\x58\x76\xe0\x6d\x56\x1d\xa7\xed\x81\x3e\xb1\x03\xcf\xc4\x9e\xd8\x47\xbc\x31\x62\x49\x24\x5d\xd3\x5e\xd6\x14\xd9\x4e\x99\x9d\xcb\xb2\xb7\xaa\x0b\x33\xc9\xf7\xbc\xc1\xc7\x64\xa7\x77\xdc\x92\xd4\x61\x3e\x63\xc1\xdf\x65\xfb\x2d\xc6\xe2\x1b\xf9\xe8\xb3\x4c\xf1\x5c\xc4\x6a\x3b\x27\xf6\x69\x2b\xc5\x53\xdd\xde\xc6\xd5\xb9\x5d\x59\xd0\x88\x17\xa5\x9a\x32\x91\x72\xd0\x92\x95\xa4\x1a\xae\x66\x4e\xb1\xbe\x2f\xe6\x30\xe6\x48\x8d\x9c\x48\xbd\xbb\xf0\xf6\xc2\x45\xa9\x1a\x24\x20\x68\xe4\x80\x6e\x92\x8e\x67\x20\x9f\x80\xf2\x5a\xd7\x01\xbb\x21\x1b\x2a\x54\x15\xe0\x46\x62\x4c\x0f\x6b\x36\xda\xb4\x20\xcb\x08\x97\x68\x86\xfb\xee\x58\xa3\xcd\x4a\x94\xfa\xd5\x6f\xfb\xa4\x58\xcc\x59\x69\xcc\x3f\x87\xbe\xd0\x4e\xdf\xbc\xf6\xc4\xb7\x9c\xef\x87\x92\x3d\xee\x52\xe4\x84\x08\x7e\x9d\x04\xf3\xc0\x8b\xbb\x98\xaa\x90\x3d\x8f\x38\x97\xd5\x5e\x1a\x31\x1b\xe8\x55\xb2\x6e\x64\xde\x8d\x50\x81\xab\x6f\xd2\xb1\xc3\xa3\xe6\xdd\xef\xbb\x84\xe3\xb0\x9f\x47\xd9\x4e\x6c\x2b\x51\x55\x33\xde\xd1\x57\xe7\x44\x92\xe0\xb0\x80\xe3\xe4\x17\x88\x3c\x63\xc9\x6b\x96\xf8\x33\x0a\x7d\x3e\x80\x30\x70\x57\x22\xbb\xca\x6c\x68\x00\x27\x64\x23\xc6\xcb\xec\x4a\xf2\x84\x52\xfc\xf1\x0a\xdb\x71\xe7\xc8\xe4\x51\x7f\x16\xd7\xdc\xe7\xc0\x82\xcd\xe4\x51\xa2\xd3\xfc\x94\x7e\x4a\x39\x03\x79\xc7\x94\x17\x53\xbf\x31\xd9\x23\xe9\x4b\xc1\xd6\x6d\x83\x13\x92\xff\x37\x58\x12\x0e\x50\x09\x4e\xa7\xc4\x6a\x3b\x8c\xc6\xbb\xe6\x9a\x49\x3b\x11\x2b\x27\xb4\x7b\xf3\x7e\x41\x8f\xab\x8f\x9e\xe2\x90\x35\x79\xf4\x88\x75\x30\x64\x94\xc0\x7b\x63\x79\xd3\x0a\x6b\x26\x64\x2d\x21\x3b\x09\xf1\xe5\x23\xb3\x53\xfd\x11\xf9\xb2\x80\xe9\xb9\xf1\x22\x0b\xdb\x76\xde\xc7\xe8\x60\x3a\x58\x58\xc6\x2f\x01\x24\x98\xc9\xde\xf8\xdc\xc2\x88\xa5\xf1\xe8\xa4\xf9\x10\x36\x83\xd5\x01\x5f\x53\xb3\xc5\x9c\x32\x6b\x5e\x45\x3f\xe6\x81\x69\x21\xe7\x84\x6d\x46\xa0\x38\x4e\x32\xde\x09\xee\xac\xf0\x11\x7d\x22\xa7\x4f\x52\xbc\x85\x0d\x1f\x6a\x37\x36\xe2\x09\x3a\x58\x19\xd7\x47\xbc\x9f\x54\xb4\xcd\x05\x37\x18\x60\xc1\xa6\xa6\xa0\xcc\x1d\x75\x23\xaa\xfa\x8a\xa4\xd9\x05\x99\xe3\xef\xb8\x1c\xa5\xa2\xac\x5b\x88\x1a\xa0\xc4\xb2\x32\x21\x2f\x8a\xf2\xda\xa9\x25\xda\x3a\xaf\x47\x22\x13\x73\xfd\xf8\xcc\x2e\x2e\x1a\x09\x91\x62\x28\x32\xbc\x98\x4b\x8d\x4d\x0a\x05\xb6\x46\x90\x16\x62\x62\xdf\xad\x70\xbc\x59\x51\x19\x49\x23\x62\x9f\xaa\x6e\xfd\x70\xbf\x7a\x14\x3d\x49\x08\xe3\xbf\xc3\xc2\xcf\xab\x20\xfe\xc4\x00\x1d\xae\x4c\x94\x00\x8e\xd2\xc0\x53\x1f\x42\x83\x40\xc0\xab\x9f\xf6\xf4\x5c\xfe\xbc\x37\x10\x59\xd9\xce\x30\xaa\xe5\x4c\xda\xd1\x70\x87\x7e\xda\xa3\x19\xe5\x45\xce\x66\x85\xf2\xf6\x16\xf5\x35\x6c\xab\x9c\xce\x06\xb5\x2a\x14\x9d\xd8\x47\xaa\xc3\x34\x06\xd0\x37\x37\xd4\x5f\x8f\xc7\x63\xb1\x17\x29\xd6\x12\xd8\xc0\x37\x94\x4d\xc2\x3f\xbb\x42\x1e\x87\xe8\xa0\xc9\x57\xf3\x31\x63\x80\x94\x9c\xd3\xe0\xe4\xda\x7f\xca\x78\x44\x2f\x15\x19\x3b\x40\xd5\xee\x0a\x19\x4c\x41\x0f\x8f\x41\xf0\xae\x18\xb8\x97\x29\xa7\x84\xde\x5c\xfd\x9c\xff\x8d\x9c\x8e\x6f\xa8\xb7\x3b\x71\xc3\x58\x74\x9e\xf3\xff\xc6\x1f\x66\x55\xc2\xfe\x90\xe0\xd7\xd1\x03\x33\xb9\xfa\x20\x3a\xf6\xda\x0d\x70\xef\xa3\x81\xff\xee\x79\xd8\x0e\xb8\xee\x56\x6c\x02\x1f\x67\x83\x2d\xd8\xfd\xfe\x7b\xf1\x2b\x64\x6c\x21\x21\x14\xcf\x76\xe2\x07\xd7\x0d\xf9\x81\x88\x56\x78\x54\x1c\x65\x0c\x50\xb8\x5a\xd0\x10\x6e\x1a\xef\xb6\x8b\x94\xd0\x1e\xd9\x8b\x32\x1c\x0e\xfb\x5e\xbb\x7d\x11\x53\x32\x31\x12\x37\xec\xf5\xa7\xdb\x6c\x59\xa3\x12\xe5\xb6\x70\x3f\xd4\x20\x99\x00\x05\xcc\xfc\xc6\x37\x38\x77\x3f\xf8\x10\x69\xce\x27\x20\x9f\x30\x35\xf3\xc2\xe2\x41\xf9\x07\xc6\x44\x15\xab\xaf\x8d\xe1\xbf\x0d\x11\x38\x12\x40\xc8\x83\x75\x90\xc4\x6a\x25\x81\xf6\x24\x37\x23\x71\x43\x68\x73\x2c\xde\x7f\x1c\x70\xaf\x9c\x3b\xbe\x93\x06\x14\x69\xe5\x64\xdd\xf3\xd6\xeb\x7e\x77\x17\x5f\x33\x94\xc0\x01\x25\xa2\xad\x9c\xe3\x9c\x8a\xa9\xa8\x6a\xfa\x53\xd9\x10\xd2\x7c\x62\x13\x59\x96\x27\x28\x70\x43\xb9\x1b\x0f\xf8\x2a\xf6\x79\xae\x86\x90\xce\x3e\x09\xfb\x51\xa3\x30\xc9\x9f\x93\xa0\x7d\x70\xa2\xad\x40\x30\xcf\x13\xb0\x84\x42\x79\xb2\x42\x4b\x79\x2f\x15\x4f\x82\x4a\x7a\xd1\xe4\x19\xe4\x4b\xe2\x8d\x89\xd4\x6f\xf2\xda\x77\xb5\xc2\xcc\x6b\x62\x3f\xfe\xd6\x47\x7f\x13\xb4\xc3\x17\x23\x61\x62\xaa\x60\x70\x15\x48\x76\x76\xbd\xad\x29\x0b\x1b\xc6\x98\x87\xc2\x30\x63\x7c\xaf\xe9\xa7\x06\xff\x16\x87\xd2\x15\xe4\x1f\x84\x93\xf3\x9d\x74\x98\x26\x12\x13\x64\x80\xa4\xcf\xb5\xd3\x48\x2c\x94\xeb\x8c\x6f\xcc\x89\xde\x25\x25\x3a\xe3\x1b\xcb\xdd\xe9\x8a\x3d\xaf\xd6\x17\x79\x3d\xbe\xa1\xd9\x78\x05\x79\xd6\x66\x3b\x1a\x12\x76\x60\x86\xe3\x1b\xf8\x5f\x5c\x25\x5b\xb6\xf5\x1c\xa0\xa3\xc8\xc7\x1f\xbe\xd3\xc3\xe8\x1b\xf2\xe1\x3b\x57\xf3\x19\x6f\x74\xe3\xc5\xde\x0f\x0d\xbd\x78\x21\x3f\x91\x81\xd8\xe2\x12\x8d\x44\x84\x7c\x73\xa6\x91\x02\x8d\x8b\x72\xb6\xd9\xfc\x11\x97\xdb\xcb\xd7\xf5\xcc\x05\xb2\xe1\x53\x09\xd8\x6f\x75\x87\x1d\x44\x54\xc0\x39\xbe\x43\x10\x48\x72\xb0\xd0\x10\x4c\x9e\xc2\xdc\x08\x41\xa2\x8e\xe3\x4a\x62\xf4\x8f\xa2\x65\x01\x40\x02\x32\x41\x06\x48\x7d\x79\x09\x18\x2a\x78\x31\x82\xf1\x60\xd6\x5c\x48\x08\x7d\x7d\x39\xa4\xbf\x23\x9b\x2e\xac\x7d\x35\x2b\x4a\x29\xfa\x54\xc9\x8a\x62\x8c\xd8\x31\x61\x31\xc5\xae\xe5\x29\x78\x24\xeb\x7b\x05\xcd\xf5\xfd\xb1\x54\xa9\xdf\x0b\xe0\xa6\xb7\x1d\xde\x17\xd7\x85\x77\x23\x92\xce\xd4\x98\xd3\xc9\x6b\xc3\x1e\x0c\xbe\xae\x8b\x5d\x1d\xbb\x11\x36\x36\x2f\x2d\xb5\xc3\xc8\xed\x2e\x29\x01\xa0\x94\x33\x5e\xb4\x37\x0c\x14\xa3\x48\xfb\x62\xc3\xc7\x10\xfb\x0d\x79\x89\x74\x95\x3d\x51\x33\x5f\xd5\xa1\x38\x00\x67\x61\x8c\xf6\x40\x06\xf4\xb3\x4c\x09\xf9\x55\x4e\x96\xad\x91\x30\x7e\x6f\xdd\xe4\x20\x79\x2d\x8f\x08\x40\xb1\xb2\x90\xbb\x56\x80\xdc\x84\x71\xd1\x05\x35\xcf\xa4\x6e\x20\xd6\x0a\x44\x88\x1b\xa6\xa4\x0e\xc6\x98\x2c\x14\x35\x38\xbb\x94\xf8\xe6\x3c\x7a\xb4\xf6\xda\x85\xac\xb8\x55\x8d\xdd\xf8\x61\x34\xda\x66\x29\x8d\xe0\xd4\x52\xfa\x0d\x24\x63\x49\xff\xff\x7e\x5a\x00\x9b\xee\x28\x25\x59\xf9\xc3\x61\x2e\x12\xe0\xf2\x9c\x42\x16\xe4\x2c\xb5\xa6\x1f\x2a\x90\xeb\x28\x9d\x4c\xf1\x82\x1c\xad\x32\x03\x19\x60\x6f\xd1\x71\x86\x9e\xf1\x4d\x6a\x65\x9b\x6a\x35\xbd\x57\xf0\x9b\xca\x4d\x8e\x42\x4c\x1a\x7d\xab\x17\xb7\x68\x9a\x95\x65\x10\x92\x48\xc6\x01\x7f\x86\x21\x60\xc5\xf6\x51\xb7\xb7\x62\xeb\x53\xa1\x0e\x31\xac\x99\xde\xe2\x76\x56\x58\x33\x4c\x2e\x04\xcd\x94\x17\x3f\x3a\xdd\xdf\x76\x27\x14\xde\x5b\x41\x1b\xea\xc7\x77\x77\x01\xf5\xd5\xa5\x1c\x96\xf5\x45\xbf\xe7\x4d\x6e\x62\xe6\xaf\xdf\xb6\x7c\x52\xd6\xf6\x92\x57\xef\x9c\xfd\x4a\x2c\xc4\x72\xc8\x21\xfe\xc8\x23\x38\x03\x5a\x62\xdc\x6b\x41\xf3\x6b\x23\xf0\x39\x07\x7b\xe5\x12\xfe\x0d\xc9\x72\x70\x02\xae\xba\x54\x95\x86\x93\x45\x3b\x93\x2c\x8e\x5f\xa6\x10\x5e\x29\xd4\x34\x4b\x6a\x08\xa1\x10\x77\xa4\xc6\x38\x41\x02\x9b\x10\x5e\xd1\xda\x2a\xe5\x11\x7f\x93\x8c\x4b\x37\x48\x87\x9c\x5b\xad\xf8\xed\x88\xfe\x94\xfa\x3a\xe8\x0c\x00\x95\xbe\xf2\x66\x5c\x6f\xc4\x2b\x1f\x75\x80\x3f\xc0\xbc\xa8\xfa\xa9\x05\x39\xb7\xfe\x41\x72\x42\xe2\x07\xf1\x78\x3b\xd5\xbb\xc5\x39\x5d\xdd\x53\x85\xee\xfe\xa9\x02\x0d\xe0\x6e\xa6\x37\x7d\xcd\x00\x24\xe7\x75\x7b\x1b\xcc\x24\x51\x13\x4b\xb6\xbb\xaf\x4c\x91\x6b\xbc\xdd\x1b\xf8\x5d\x0d\xbc\x1d\xdc\x8e\xd4\x1c\x1d\x28\x9a\x37\xea\x50\x9e\x84\xf8\xda\x1b\x36\x68\x73\x1f\x74\xf9\x6d\xf0\x0b\x3f\x84\x14\xac\x6c\x89\x67\x3e\x6c\xdd\xde\xa6\xaf\x03\xab\x98\x3a\x02\xb8\x79\x0c\x13\xd4\x15\x28\xe1\x44\x5b\x60\xb0\x61\x21\x56\x1a\x45\xa6\x91\x91\x8d\xdb\xef\x67\xd8\x67\x76\x39\x79\x5d\xc9\x8e\x24\xeb\x53\xd3\x18\x82\x31\x13\x12\x5b\xc9\xab\x58\x72\xdf\xc5\xb2\xfc\x71\xbe\x04\x4c\xf9\x02\xc6\x24\x16\x35\x30\x1f\x83\x24\xd9\xed\xb4\xd8\xb1\x7d\x24\x35\x6d\x7f\x4c\x19\xec\xac\xeb\xbd\xeb\x66\xd3\x8c\x01\x25\xef\xf9\xd7\x7e\x2b\x26\x4b\x91\x30\x35\xbe\x13\x1b\xab\x06\xad\xa1\x9c\x9d\xa8\xd5\x6c\x9c\x2f\x0b\x32\xae\x5b\xdb\x9d\xb5\xca\x83\xcd\x21\x83\x9e\x84\x51\xfc\x56\xe0\x2d\x52\x81\xe1\x2e\x88\x8f\x31\xea\x74\x9f\xf7\x31\xf0\xe6\x45\x3d\x0c\xb8\xee\x71\x95\x58\xcc\x1b\x9e\x4b\x6c\x78\xa7\xbe\x39\x88\x0d\x18\x78\x73\x97\x92\x64\xb1\xcc\xb5\x68\x70\xac\x97\xbd\x9c\xcb\x46\xb9\x7c\x0d\x5e\xc6\x2f\x3f\xe9\x1f\xb5\xa5\x88\x3b\xd6\xec\x15\x13\xfd\xd7\xa5\xa7\x7f\x34\xb5\xac\xbd\x2b\xd6\xb2\x36\xcc\x7e\x2d\xf4\x8a\xc0\x2a\xf8\x37\x26\xa5\x4a\xdd\xd4\xe4\x96\xbf\x45\xeb\x5a\x67\xab\x3c\xb0\x23\xfb\x5f\x93\x71\xfe\xd2\x7c\x02\xda\x46\x1f\x60\x60\x70\x2f\x6b\x7f\x42\xf4\x0b\x66\x98\xae\x01\x6a\x7f\x59\x93\xe8\x5d\x6b\xf6\x19\xde\x9d\xd2\x37\x64\x79\xef\x05\x11\xfa\x18\xa4\x38\x10\x24\xa6\xbb\xe1\xd1\x32\x12\xe6\x5c\x66\x5b\x22\x1f\x46\x27\x39\x0d\x4c\x3e\x83\x39\xbd\x0f\x34\x21\x1f\x49\x36\xd8\x61\xeb\xb9\x62\x2a\xe6\x2c\x36\x9f\x0a\x60\x8e\x75\xf3\xe9\x70\x5f\x60\xe7\x60\x15\xa1\xae\x4e\xda\xd5\x80\x0c\xcb\xd7\x8d\xb8\xc2\x61\x78\xd5\x3e\x14\x26\x2f\x75\xd0\x7f\xb4\x1f\x41\xf9\x70\x96\xa9\x37\x57\x15\xd9\xef\x5d\x53\xc8\x8e\xa4\x43\x88\x07\x6d\x61\x3f\x08\x50\x1f\xd3\x8e\x0d\x2b\xc8\x50\x87\x6b\xcc\x22\xbc\x57\xb1\x0d\x45\x29\x8d\x85\xa8\x73\xb7\x89\x6c\xd8\x81\x94\x57\x75\xeb\x87\x35\x87\xa8\xe6\x03\xce\xf7\xb3\xc0\x21\x2e\xd0\x3a\xc0\x16\x0b\xd9\x1d\x51\x9c\xc8\x14\x64\x3b\x36\x19\xf7\xa6\x18\x92\x96\x94\x1c\x19\x8d\x5b\x57\xc9\x91\x17\x2e\xfe\x52\x20\x22\x5e\x01\xf0\xe1\x56\x79\x76\x37\xce\xd2\x52\xa3\x95\xd4\x94\x63\x2b\x81\xce\xf5\xc5\x76\xbd\x10\xfa\x08\xd3\x10\x3b\x9f\xad\xa2\x55\x22\x2f\xe6\xb2\x52\x5e\x96\x02\xd0\x1a\xdb\xb4\xe0\x38\x88\x12\x67\xcd\xd2\x7a\x22\x90\x59\x30\xb8\xa8\x78\xb9\x62\x7d\x2c\x1e\x2e\xcd\x53\x40\xa5\x60\x29\x33\xee\x50\xd6\x2f\xd8\x80\x93\xe8\x30\x50\xe8\x34\x04\x48\x0a\xe4\x48\xc1\x00\xb6\x18\x76\x08\xec\x22\x8a\xda\x98\x42\x0b\x69\xce\x08\xf6\xc9\x86\xa9\x6a\x5b\x39\x5f\xb4\xbd\x41\xa8\x62\x1e\x78\xe3\xfa\xec\x13\xa7\xef\x66\x6d\x4e\x84\xdd\x05\xe9\xac\x4a\x7f\xcb\x5b\xd4\xed\xad\x37\xd8\x30\x88\x7f\xea\x04\xb3\x7e\x01\x59\xb4\x46\xd0\x5e\xc9\x2b\x97\xfb\xc2\x57\x80\x53\x5a\x1b\x36\xf1\xe1\x04\xaa\xbe\xd3\x05\x83\x10\xf8\x53\x35\x5f\xf8\x1a\xbb\xbb\xe0\x32\x79\x83\x1b\xef\xfa\xdb\x5b\x7f\x52\x43\x98\x87\x7f\xdb\x62\x60\xe2\xfe\xf9\xe4\x1d\x11\x75\x1d\xfa\xff\x99\x93\xbe\xca\x9a\xaa\xdf\x13\xdf\x7f\xff\x3d\xcb\xd0\xc3\xd1\x53\xea\xc4\xb9\x46\x32\x39\x9a\xef\x6e\xc8\xe7\xb7\xc1\xec\x36\x05\xdc\x30\xb6\x97\x0d\xe8\x9e\x18\xc0\x53\x9c\x86\x11\xaa\x53\x30\xc3\x8d\x78\x13\xb3\x4b\x47\x3a\x05\xb1\x03\x84\xef\xf6\xfc\xf9\xfb\xdd\x6d\xbe\xa7\xfe\x82\x38\xc3\x3f\xa4\x77\x55\xec\x9a\xbe\xa2\xfa\x8f\xb9\x1d\xf0\x76\x62\xc6\x7e\x0b\x66\x07\xd9\x85\x7d\x03\x38\x0b\x10\xb0\x97\x61\x3e\x23\xdf\xd9\x4c\xa1\x7f\x32\x24\xa4\x31\xf1\x53\x9f\xbf\x79\x95\x50\xce\xf8\x5c\x8e\x87\x41\xd7\xf0\xb3\x5d\x6a\xe4\x10\x7d\xc1\x94\x60\x26\x29\x10\x0e\x1d\x8a\x87\xf3\x6c\x81\x49\x7d\xc6\xcf\xac\x01\xd7\xf6\xf0\x1f\x75\x51\xf5\x7b\x03\xd1\xdb\xde\xee\x62\x97\xd9\xed\xec\x62\xde\xee\xee\xb1\x77\x14\xa4\x1e\x4d\x8c\x56\xef\x9f\x61\x98\xee\xb1\x83\xfc\x11\xb0\xc1\x1e\x0a\xb1\xb3\x83\xe1\x39\xcc\xbc\xfe\x6d\x7b\x19\xbf\x35\xe2\x45\x76\xed\xe7\xcf\xfa\xb1\x2c\x96\x0b\xe6\xce\xc4\x93\xf7\x9c\xcb\x6e\x35\x21\x7b\x67\xa7\x9e\x57\x03\xf4\x75\xdf\x50\xb6\xa0\x89\xfd\x8d\x17\x7e\x34\xb4\xb9\x35\xa7\x41\x51\xfd\xf9\x2e\xfa\xe9\xb5\x52\x06\x3a\x6b\xa3\x9a\x06\xef\x72\x1c\x2c\xe1\x6d\x7d\xa3\x5f\xe2\x2c\x03\xdc\x5d\xc4\x89\x78\x1c\xb2\x6f\xa1\xb0\x22\x70\x69\x49\xc1\x99\xfd\xc8\x17\x60\x1b\x8b\x1a\x52\x0a\x86\xe3\xf9\x7b\x93\x57\x8b\xaf\xc9\x8c\xd5\x9b\x5e\xed\x64\xc0\xd6\xad\x28\x62\xab\x6b\x10\x72\x19\x76\x88\xb4\xcd\xb5\xa7\xee\xf9\x85\xf9\xc9\x43\xfe\x07\xd9\x5c\x0b\x4c\xb7\x49\x96\xf4\x6d\x93\x4d\xbe\x3c\xa1\x68\xc6\x96\xf5\x07\xb5\x37\xbc\x05\x40\x10\x51\xd5\xa2\xc8\x65\xa6\x9f\x94\x2c\xbb\xb6\x8b\x39\xe0\xec\x14\x4f\x6b\xe6\x8d\x6f\xc2\x4d\xdb\x94\x1b\x10\xc2\xb0\x2a\xaf\x43\x33\x4c\xa6\x26\x9f\x64\x15\x78\xea\x17\x15\x64\x9b\x82\x08\xaa\xb6\x77\xca\x9e\x64\x78\x5e\x1e\x9e\x54\xb9\x14\x44\x56\xfc\x38\xd0\xe7\xd7\x53\x68\x8c\x9c\x29\xb5\x9c\x83\x86\xe3\x5a\x7c\xa9\x28\x0c\x71\x83\x4c\x33\x52\x69\x2f\xfa\x43\xa1\x02\x0f\xfc\x6e\xda\x39\x1e\x8b\x3d\x50\xa0\x7a\xd7\xe0\x81\x51\x77\xd7\x04\xd0\xdd\xfa\x6f\x8f\xa0\xbb\x36\x78\x6e\xd8\xf7\xe6\xa1\x73\x5d\x1b\xc8\xb3\x9e\x6a\x91\x67\x6d\x16\xd4\xff\x02\xc6\x34\x71\xd5\xc0\x60\xe7\xe1\x61\x79\x75\x5d\x1b\xc5\xd3\xe0\x84\x1f\xf8\xda\x76\x00\x6d\xf8\xad\x30\x7e\xd5\x89\x11\xe3\xb1\x70\x5a\x36\xe1\x70\x5f\x75\xb9\xf8\x0f\x44\x48\x09\x35\xfd\xd9\x62\xc6\x76\x5d\x16\xb2\x2e\x32\x93\x78\xe6\x22\xd2\xfb\x93\x3a\xae\x0e\xe8\xc8\xc0\x6a\x61\x2c\xb6\x38\x34\xde\xde\xe2\xe0\x26\xa6\xe0\x98\x1f\xb0\x09\xed\x65\xb6\xe1\xa9\x5f\x8a\xd1\xe4\xb6\x42\x30\x30\xc3\x1a\x0d\x3d\x8d\xeb\xb6\x24\x21\x9c\x4e\xcc\x23\xae\x94\x98\x4e\xa2\xd2\xca\x59\x25\xe2\x9d\xf5\xb7\xfc\xdb\x0e\xb6\x60\xc9\x25\xe8\x39\x26\xf7\xf4\xd1\xa3\x00\x00\xb6\xb7\x41\x6a\xb0\x15\x22\xe9\xe4\x9c\x7e\x21\x73\xa1\xb1\x4f\x4b\x9e\xf1\x48\xd0\x8f\x1e\xf9\x85\x4f\x3b\xe3\x41\x47\x43\xc0\xda\xa2\xd0\xd2\x1a\x7a\x58\x2c\x31\x2f\x30\x86\xc7\x49\x01\x9f\x61\xd4\x0c\x3d\x0f\x15\xf4\xe8\x20\x46\xa2\x47\x37\xe4\xac\x5e\x0c\x44\xaf\x30\xbb\x03\x05\xac\xe3\xd4\xe6\x41\x7d\xb3\xcf\xd8\x53\x72\xf7\xb7\xfd\x39\xbe\x61\x7e\x5e\x57\xb3\xac\x55\x2e\x84\x27\x6d\x14\x64\xc5\x73\x64\x66\xc0\x1a\xd7\x0d\x92\x3c\x93\xb2\xd3\x64\x1e\x74\x74\xca\xe5\x20\x4c\x24\xff\xdb\x0e\xe5\x64\xc6\x3b\xdb\x58\xdb\xc7\x81\x77\x7c\xe8\xbb\xbd\x0d\x8e\x1e\x3e\xd8\x83\x8a\x04\x94\x1e\x13\x12\x08\x22\x91\x71\x05\xf3\x41\xbf\x9a\x1f\x55\xb4\x9b\x8d\x11\x61\xe8\x45\x67\x74\xe9\x62\x92\x5b\xbd\x34\x07\xb5\x81\x63\x67\x58\x50\xe7\xed\x15\x01\x15\xe8\x85\x0c\x69\xdd\x3c\x17\x16\x81\x26\x8a\xde\x6b\x17\x86\xda\x1a\xaa\xb2\x98\xc8\x3e\x03\xbb\x08\xf2\x29\x42\x73\xd4\xd8\xe5\x79\x37\xff\x52\x0e\xa4\x5d\x5f\x0d\x65\xea\x7c\x9e\x9a\x58\x0e\x2d\xa6\xc3\x47\xf0\x7f\x12\x97\xcf\x38\x49\x8c\x62\xc7\xb9\x98\x62\x2c\xfd\x96\x8b\x63\xce\x3e\x12\x66\x0b\xce\xdf\x46\x94\x50\x2e\xb0\x6e\x0a\x91\xf2\x8e\xba\xf0\x68\x3c\x58\x17\x8c\x30\xa8\xa3\x09\x6c\x47\x01\x32\xd2\x48\xd4\xae\x8c\x33\x12\xfe\x92\x3e\xcd\x65\x83\x59\x89\xfb\xe1\x1b\x60\x90\x8c\x8a\x6e\x50\x8f\x5f\x64\xc2\xa1\xbb\xdd\x08\x2a\x70\x11\xd8\x8b\x58\xda\x62\xd2\x47\x73\x92\xa7\xbf\x04\x95\x28\xad\x34\xaf\xd5\x24\xfa\x22\xc1\x1c\xaf\x76\x15\x88\xe4\x84\xd3\x4f\x8b\xd5\x51\x90\x40\xe0\xbe\x0a\x2b\x84\xf7\x7d\xe5\xc5\x13\x89\x9c\xe9\x3f\x74\xdc\xa0\xae\xdb\xd2\x75\xe3\x84\x4d\x82\xb9\xae\x7d\xe2\xbe\xe9\x7f\x60\x50\xb8\xfb\xbd\x89\x47\xfa\xfd\xae\x57\xde\x11\xcf\xd5\x5b\xbe\xbb\x80\xfd\xe4\x77\x8c\x53\xfa\x83\xc7\x7f\xec\x18\x98\xd2\x05\x8f\x9f\x74\xf5\xec\x82\xbb\x04\x7c\x77\x28\xa4\x12\x8e\x95\xf4\xae\xe7\x0e\x63\x31\x1f\xfb\x14\x2e\x41\x78\x38\xdd\x31\x59\x91\xe9\x27\x7b\x4f\x81\xd3\x32\xd8\xcc\x82\xf1\x16\xbd\x8b\x3c\xfa\x67\x92\x2d\x84\x84\xcc\x57\xf6\x30\x3d\x8f\x75\xbb\x76\x24\x52\x53\x4c\x9f\xc4\x05\x5c\x54\xc8\xfc\x78\x20\x1a\xd9\xf4\x8a\xd0\x68\xa6\x0b\xbc\xfd\x13\xc0\xf7\x40\x0a\x7e\x7b\xb2\xca\x7b\x4f\xf8\xf6\xaf\x22\x93\x77\xbe\x89\x41\x42\xf6\x10\x7e\xea\x94\x3d\xf1\x8a\x23\xd1\x1b\x44\x2d\xb7\x7d\x3f\x66\x6e\x7e\xa0\x62\xf3\x82\x51\x10\x12\xe2\x1e\x42\xe0\xb4\x47\x4d\xf2\xa1\x87\x0d\x22\x49\x12\x75\x14\x45\x2b\xa6\xef\x1d\x19\x23\x4d\x6a\x1c\x67\xb9\x72\x06\x69\x84\x69\xc1\x94\xde\x1a\xf2\x88\xd7\x57\xa2\xaa\x45\x59\x57\x17\xb2\x81\xf4\xd3\x75\x95\x95\x43\x37\x2a\xdc\xae\x20\x99\x69\x32\x01\xaa\x7e\x2b\xee\x83\xc5\x3c\x7d\xf8\x22\xaf\xf7\x4d\xfa\x54\xdc\x87\x2e\xcf\x29\xef\x39\x9c\xb6\x32\x48\x55\x4d\xbe\xad\xe9\x2d\x9b\xdc\x63\xc6\xc3\xb0\x8d\x8b\x53\xd0\xdc\xb8\x95\xf3\xd7\x79\x98\x39\xbf\xab\x3f\xeb\x4e\xf4\x1c\x9f\xcf\x61\xe7\x33\x5f\xd1\xe6\xc9\x2d\x3a\xfa\x1c\x08\x16\xb0\xaa\xa3\xfb\x10\x9a\xbd\xf3\xb3\x7f\x26\x34\x50\x91\xa2\x43\x1f\xe5\xc8\x0e\x01\x52\x80\x94\xa7\x32\x14\x72\xa6\xf1\xae\xc3\xb6\xd7\x31\xb4\x0f\xde\xd3\x6f\xb1\xce\x87\x6d\x77\xda\x49\xb5\x33\x50\xd4\xa2\xf8\x2a\x4b\x9e\xc2\x0b\xb2\xec\x90\x43\xe2\xbb\xa2\x2c\x31\xbf\xb6\x35\xf9\xf1\x85\xb7\x40\x45\x30\xf4\x05\xf8\x97\xb9\x68\xa3\x03\x30\x0a\x27\x5f\x04\x1a\x93\x5c\xfb\x8d\x3e\xad\x6e\xd2\xf2\x41\x28\x31\xd2\xc0\x48\x6e\x98\x76\x92\x0c\xb7\xc7\xa5\xc8\xee\x42\x39\x1e\xf9\x1d\x75\x45\x52\xb7\xdc\xf6\x62\x65\x0c\x54\x1e\x3c\x23\x51\x73\xe5\xb1\x59\xd1\xdb\x4a\x68\xdc\x50\xe7\x6d\x07\xfa\x18\x43\xa0\xd7\xc5\xbe\xaf\x60\x26\x00\x18\xad\x90\x5c\xde\xde\xda\xd4\xde\x6f\x0f\x7e\x3d\xfa\xf4\xe2\xe8\xf8\xd7\x17\x67\xab\xec\x23\x57\xde\x97\xe0\x84\x8a\xf8\x88\x3a\xc2\xda\x07\xb2\x3a\x7f\xcf\xc3\xf1\xcc\x16\x84\x8e\x7d\x6b\xef\x31\xcd\x87\xc5\x88\x32\x8b\x3f\x3e\x3b\x7a\x75\xfa\xe9\xed\xd1\x09\x6c\x43\x68\x1b\xe8\xcd\x6e\xdf\xff\xb9\xa2\x8f\x78\xf3\x22\xde\x5b\xdf\x84\xdf\x5c\x86\x6f\x9e\x65\x99\x51\x5d\x05\x24\xed\xfd\xc7\x44\x31\xcf\x34\x4f\x1b\x3b\x16\x3b\x8f\x07\x66\x73\x19\xe1\x34\xde\x93\x66\x05\x26\x34\x92\x4b\x51\x4f\x81\x18\x28\x4b\xfe\xe9\xa9\x8b\x5e\x06\x46\x6f\x83\x90\xc8\x9a\x29\x12\x5b\xbe\x6f\xed\x47\x6c\x3e\x61\x92\x65\x9a\xc3\xa6\xe5\x12\xed\xf8\x0d\x83\x24\x02\xe0\x79\x5c\x9b\x27\x93\x0a\xaf\xcb\x8a\xc8\x20\xbf\xb9\xc0\x20\x6b\xc3\x82\xc4\x17\x3d\xa8\xd0\xe1\x22\x68\x5b\x59\x12\xf4\x1b\xa3\x3e\xfc\x38\x98\x7a\xcc\xb2\xc8\x8e\x48\x4c\x3c\x02\x41\xa7\x8c\x8a\x35\xd7\x19\x1c\x87\xf2\x62\x62\xc0\x5b\xd7\x3d\xa7\x0c\x5d\x71\x5f\x90\x70\x7a\xf4\xd2\x1c\xd0\xc8\xfe\xa5\xf7\xdd\xcb\x97\xda\xc5\x24\x46\x0a\xba\xfd\xd8\x84\x33\x75\xa1\x93\x4a\xc2\xa4\x6e\x51\x4f\xa5\xdb\x5b\xdd\xd3\x1b\x06\xbe\xcb\xfd\x24\x38\xef\x78\x4a\xb5\x91\x7e\xd6\x8d\x22\xcd\x9a\xaf\xce\x9e\x2c\xcb\xd8\x55\x0b\x52\xaf\x43\x86\x33\x6b\xf2\x8e\xa9\x2c\xf1\x04\x80\x3e\xa2\x6c\x60\x0f\x02\x7b\xcc\xa0\x64\x57\x7f\x32\xde\x52\xba\x51\xa4\xb3\x8d\x2d\xae\x37\x57\xdd\x0e\x78\x38\x22\x77\xdd\xbe\x91\xbb\x4d\x77\x88\xc5\x3b\xd4\x40\xb5\x2c\x36\xd0\x3d\x2c\x08\x57\x3e\x28\x35\xbb\x3f\xd7\x2d\x49\x4f\x6f\x5e\x96\x0b\xd9\x4c\xdd\x55\xee\x32\x2c\x44\x7d\x67\x74\x97\xc3\xbb\x0b\xf1\x7d\x5d\x4c\x4b\x31\x8e\xe3\x5c\x6a\x30\x5c\xad\x59\xe6\x69\xdf\x79\x8a\x3f\x62\x07\xa8\xc7\x54\x7e\x3f\xde\x1e\xb5\xcb\x9b\xe7\x07\xb4\x1b\xfe\xee\xe0\xe4\xf5\xf1\xeb\x5f\x47\xe2\xe8\x6f\x6f\x8f\x5e\x9f\x1e\xff\xf5\x48\x1c\x1e\xbc\x7c\xb9\x25\xde\x49\x2b\x07\xb0\x5a\x4d\x5a\x98\x86\x48\x2f\xf9\xbe\x73\x11\x1b\xb2\x67\x59\xa1\xa0\x07\xb0\xfd\x3e\x37\x61\xae\x50\xae\x30\xb1\xb7\x03\x0f\xdc\x46\xc2\x76\xd6\x09\x65\x9d\xe5\x3c\x50\xcd\x3b\x29\x26\x33\x89\xfe\xaa\x4a\x4a\x31\xab\xaf\xc4\x34\x6b\x28\x52\x3c\x2e\x50\xe6\x86\xbf\x04\x8f\xd6\xe9\xb2\x61\x69\xed\xf4\xe1\x34\x39\x32\xae\x00\x15\x1a\x9c\x96\x9a\x0c\x8b\xec\x22\x2b\x2a\xe6\x73\x68\xb1\x62\xca\xa3\x99\x9b\xe2\xf1\x30\x5e\xb7\x2c\xc3\xd1\xd6\x82\xb2\xe7\xb0\x4f\x29\xd8\x60\xc5\x1e\x1c\xf0\x12\xaf\x80\xf9\x59\x77\xd5\x07\x79\x7a\x76\xae\x12\x39\x65\x5c\xae\x22\xf1\x6c\x05\xfb\xb6\x2b\x7e\x8a\xcd\x03\xd7\x01\x3a\x4b\x74\xe9\xbe\xf6\xd3\x3e\xe1\x81\x07\x55\x9c\xe1\xc9\x49\xbb\xef\x18\xac\x52\xf2\x50\xe3\xfd\x1c\x19\xa6\x0e\x58\x42\x43\x93\x7f\x81\xdc\x2b\x1b\x51\x16\x5f\x24\xe8\x75\x14\xc8\xbc\xb2\x2a\x77\x48\x87\x85\xf9\xcf\xeb\x30\xef\x01\xc4\x38\x22\x1f\xc6\xa2\x81\x1e\x35\x14\x50\x47\x0c\x6a\x7c\x60\x88\x4e\x74\x93\x83\x8c\x1c\x69\x3a\x22\xf5\x05\x22\xa5\x00\x87\x84\x03\x7b\x19\xf0\xcd\x26\xd2\x55\x2e\x94\xc8\x20\x8f\x9c\xbf\x5b\xfa\x86\xd7\x8d\x38\x87\xe4\x70\x7e\x11\xca\xbe\xe1\xe5\x05\xe6\x12\xe8\x5b\xaa\x71\xb6\x35\xbe\xb0\x83\x19\xa7\x76\xa4\xba\x72\xbe\x68\xaf\xb9\x7f\x2f\x4a\x6f\x48\xc0\xd8\x16\x68\x45\x81\x44\xf1\x42\xb6\xca\xf9\xae\x5c\x39\x64\x34\xf1\x08\x6b\x63\x5e\x00\x43\xe8\x09\xc4\xde\x9c\x4e\x8a\x42\xd9\xa1\x40\x1d\x16\xf5\x90\x68\x02\x74\x9f\xe3\x58\x22\xdf\x08\xa1\xa8\xaf\xca\xbe\xf6\xf7\x06\x62\x87\xdd\x00\x48\xd6\x14\x7a\x60\x22\x52\x46\xa2\x98\xca\x27\xf3\x24\x31\x4c\x68\x79\x0b\x9c\x81\x9b\x82\xe5\xbf\x90\x4d\xe0\x33\xf0\x54\x08\x46\x47\xc1\x26\xff\x83\x9e\xd2\xd6\xb0\xa8\x2a\xd9\x04\x5a\x09\x52\x35\xf0\xde\x7c\x55\x03\x29\x19\x78\x05\x5f\xc9\x60\x78\xc6\x8e\x21\xee\x38\x10\x9e\xb1\xc8\x07\xbb\xa4\xb7\x80\xb3\x44\xd1\x5d\x06\x69\xf0\x5c\x7e\x10\x65\xce\x87\xf3\x51\x5e\x24\xee\x20\xea\xe5\x27\xf9\x75\x91\x55\xf0\xab\xef\xbd\xa2\x57\xb8\x79\x76\x14\x5a\xdf\x52\x37\x98\x6f\x72\xd3\x39\x56\xda\xe5\x32\xfa\x8e\x2e\x9b\x1e\x51\x56\x6d\xdd\x24\x18\xc7\x69\xdd\x50\xc4\xd0\xa5\x92\xde\xf2\x7d\xc8\x61\xbf\x0c\x5b\x0a\x08\xc3\x7a\x4f\xf2\x29\x37\x91\xb4\x03\x68\xd7\xcf\x10\xf4\xdc\xbd\xbc\xe1\x23\xc4\xa0\x60\x02\x10\xd7\x0a\xa1\x15\xc1\x18\x95\x96\x8d\xd1\x06\xee\xf0\x0e\xc5\xf7\x58\xc0\x0c\x76\x78\x2e\x17\xd3\x6e\x66\xb2\x70\xf5\x79\xdb\x1f\xd8\x2c\xb6\xa3\x9e\x74\x5f\xfe\x6b\x0a\x2e\x4e\x6b\x6f\x8c\xb9\x10\x98\xf0\xcb\x13\x0d\x26\xe5\x85\x78\xbf\x9a\xe0\x62\xd1\x45\x69\xc2\x1b\x42\xf7\xa3\xf1\x2f\x86\x86\xfa\x60\xef\xe3\x98\x05\x70\x59\x62\xa9\x53\xbd\x6c\xe3\xcf\xa1\x37\x85\x1f\xa2\xcc\xf6\x04\x3b\xff\x6c\xec\xfa\x20\xc5\x6c\x58\x0d\xde\x15\x5e\x3d\xf8\x12\x57\x24\xd3\x17\xf1\x94\xd7\x35\x1f\xe3\xea\xb0\x33\x41\x6d\xfc\x06\x6f\xf8\x78\x57\x9c\x5e\x16\xc3\xac\xc4\xdb\x01\xc1\x1e\xa3\xcd\x08\x41\xd0\xb5\x26\xe5\x39\x35\x83\x5f\x4f\xc3\x62\xfd\x48\x0c\x1a\x8c\xc7\x62\xe7\xb1\xd8\xf7\xda\x8d\x82\x5a\x4f\x82\x91\x60\xcf\xdc\x50\xf0\xf3\x69\x54\xc1\x1f\x0c\xdb\x84\xa3\xc1\xd7\x51\x58\x2f\x1c\xef\x9c\x8c\xc8\x70\xd7\x4d\x5b\x73\x1a\xcf\xe2\xaa\x5b\xc1\xe0\xa6\x83\x70\x78\xfa\x3e\x8a\xeb\x86\x53\x68\x9c\xe7\x02\x3f\xf0\x67\x51\x9d\x70\xe8\xc6\xda\x36\x7a\x23\x37\x46\xa8\x18\xd4\x0c\xc7\x45\x72\x3d\x4e\x0c\xb3\x13\xed\xae\x51\xaf\xb2\xef\x4e\x41\x11\x6f\xd1\x4e\x08\x0b\x4e\x6f\x6a\x84\xb6\xb6\x1c\x01\xf8\xbb\xc1\x77\x68\xf3\x2a\xbe\x17\x99\x42\x09\x17\x1a\xa9\xf7\x1a\xfd\x77\xef\xc9\x87\x8a\x2a\xdc\x98\x58\xd2\xc5\xbf\xa4\xcd\x7b\x01\xd1\x08\x27\x4a\x81\xa1\xf3\x71\x3e\x10\x47\x97\xb2\x6a\x7f\x6d\xea\xe5\x42\xdc\x51\x47\xc3\xe1\xee\x70\xb8\xfb\x7b\x5b\x94\x45\x5b\x48\xd5\x83\x19\xd9\x4e\x4f\x65\x29\xe1\x06\xbd\x82\x17\xf2\xe9\xd1\xcb\xa3\xc3\xb3\xe3\x37\xaf\x3f\x1d\xbe\x38\x78\xfd\xeb\x51\xd0\x8b\xad\x1d\xf4\x02\x23\xbe\x90\x99\xe6\xd5\x6c\x8b\x5d\xf6\xd5\x5b\x08\x7c\x3f\x9d\xd5\x57\x07\x65\x19\x56\xa7\xcf\x71\xfd\x5f\xea\xba\x8d\x7b\xc7\xaf\xc1\x6c\x5e\x6a\x26\xcc\x9f\x38\x04\x78\x77\x7d\xb6\xd7\x0b\x29\x6e\xc4\x31\xf4\x31\xa0\xff\x3f\x2f\x2e\x8b\x5c\x36\xe4\x15\x8e\xdf\x28\xbe\x1f\xff\x24\x73\x14\x7d\x5c\x97\x20\x81\xf0\xa6\x83\x65\x43\xdd\xbd\xea\x1a\x0e\x37\xc4\x44\x8c\x4c\xec\xd5\xea\xe6\xb8\xe2\x64\x73\x2c\x5a\xdd\x9c\xf6\x37\xd9\x9e\xca\x3a\x3b\x78\xde\x64\x17\xcf\x9b\x7a\xa1\xc9\x8f\xfc\xda\x0e\xdc\x17\x00\x3b\xc5\x3e\xbc\x90\xe5\x42\x53\x7d\xfb\xe1\x0d\xa8\x4f\x55\x70\x2c\xa6\x34\x31\xd8\xdb\xa6\x9e\x48\xa5\x64\x0e\x3b\x7d\x2a\xc3\x13\xd5\x9f\x8b\xea\x22\xd1\xd2\x0f\xad\xa8\xe7\x00\x59\xa3\xb2\x73\x88\x96\xd8\x79\x29\x82\x5e\x2c\xa8\xaf\xba\x02\x41\x1b\x2b\x29\xdb\x0c\xfa\xfe\x5a\xc8\x2b\xf8\xe0\xd7\x5e\x9a\x59\xed\xe6\x72\x52\x37\x59\x5b\x37\x6a\xf7\xaa\x68\x67\xa6\x3e\x82\xbb\xfc\x0a\x6d\x8b\xaa\x95\xf8\x12\xf3\xc0\x13\xe7\x88\x93\x91\x5f\x5b\x59\xe5\xca\x08\xd0\xcb\x4c\x29\x16\xc2\x33\x6e\x45\x72\x71\x08\x27\xea\x0a\xf5\x83\xb5\x2e\x2f\x65\x8e\x51\xfd\x44\x95\xcd\xa5\x22\x29\xe2\x85\xab\x76\x68\x42\xfe\x81\x48\x36\x3a\xc5\xa7\xf1\x25\x7a\xf6\x24\xa1\x30\x54\xf4\x68\x24\x44\x27\x1a\x39\xe5\x3a\xb9\x09\xc3\x80\xfb\x23\xd1\x07\xab\xe4\xcb\xba\xc8\x59\x10\xbc\x77\x33\x89\xd2\x1b\x6b\x88\x52\x54\xd0\x50\x23\x59\x30\xa2\x74\x7d\x65\x93\xd6\xc9\x2d\x59\x1f\xaf\xb2\x85\x7e\x3a\xd8\x64\x90\x86\xdf\x50\x28\xbe\xc2\xf7\x60\xde\x64\x17\x20\x37\xca\x9b\x7a\x61\xab\x64\x65\xd1\x5e\x1b\x31\x6b\xee\x5d\x14\xbd\x33\xfe\xd5\x61\x43\xce\xe0\xea\xa0\x51\x4b\x95\x5d\x48\x68\xbb\x0b\x5d\x67\x93\xa6\x56\xca\x04\xda\xbc\xc2\xf4\x92\xb0\xf7\x2a\x18\x07\xef\x1f\x1f\x07\xbf\xb0\x71\x60\x60\x3a\x45\x08\x9d\x5e\x37\x8d\x54\x8b\xba\x02\x8b\x5a\xb3\x62\xc5\x42\x3b\x9d\x63\xa8\x30\xd5\xc2\x93\x9a\xc4\x76\x30\xbc\x49\x48\xe0\x1e\xdc\x14\x7c\xdd\xcc\x0b\xf3\xb7\x9d\xd5\x27\xd4\x7e\x7f\x24\x6e\xf0\x23\xc6\xfe\x26\x53\x08\x3b\xec\x08\x1c\xe5\x35\x96\x19\x25\xf0\x0e\x34\x44\x5d\x8f\x3d\x78\x71\x67\xdd\x69\xf4\xea\x8e\x9d\x97\x86\x9e\xe9\x42\x43\x6c\x51\xf9\x93\x9e\x22\xbe\xa4\x29\x4e\x1d\x62\xd5\xfb\x16\x22\x5b\x1e\x63\x57\x17\x81\x8c\x48\x1f\x44\x59\xcc\x0b\x2b\x4e\xbf\x90\x48\x7d\x8f\x5b\x39\x7f\xa9\x0b\x34\x70\xc2\x68\xa6\x4b\x96\x4b\x9b\x75\xf9\x86\xac\x4b\x70\x66\x28\x7f\x52\x6d\xb3\x44\x60\x1b\xf2\x6b\x06\x1a\x84\xfd\xd1\xba\x3e\x44\x25\x15\x84\x60\x29\xe5\xa5\x2c\xbd\x1e\x5e\x63\xc9\x73\xb9\x68\x67\xeb\x3b\x5a\x39\x19\xbb\x53\xa9\xe6\xf5\xa5\x6c\x9a\x22\x47\x75\x3e\x29\xec\xdc\x65\x44\xb8\xf5\x7a\xf3\x37\x9f\xd1\xde\x7b\x1e\xec\x0c\xe9\x28\x75\x3d\x73\x04\xd7\xf6\xcd\x88\x30\xeb\x1b\xd0\x5c\x3d\x25\xcd\x80\x9d\xaa\xe9\x88\xeb\x3c\x53\xeb\x05\xe1\x8f\x8d\x56\x02\x33\x6b\x6b\xfc\x4a\xf7\xa2\x19\x1a\x04\x56\x1a\x52\xe1\x29\xae\x58\xaf\x27\x56\xe5\x30\x71\xc6\x0d\x66\xef\xdc\x52\x51\xd6\x44\x9d\xf2\xc8\xa5\x10\x19\x3f\x71\xce\x68\x08\x40\x8a\x52\x8c\x43\xb1\xef\xe5\x79\x0f\x62\xe9\xa6\x16\xaa\x2c\x6d\xd4\x68\xb4\xb4\xde\x5a\xac\x00\x1d\x4a\xcc\x6a\xed\x77\xbd\x5a\x4b\x41\x59\xd7\xfa\x6a\x37\x75\xa9\xc4\xac\xbe\xda\x25\x27\xaa\x5c\xb6\x59\x51\x2a\xdc\x40\xc4\x85\xca\xf5\x34\x0c\xbb\xd6\x0c\xec\xfe\xc8\x67\x68\xef\x09\x37\x9a\x01\x12\x9a\x29\xf5\x31\x83\x62\x3c\x93\x85\x20\xce\x48\xa5\xf6\xc8\x10\xeb\x81\x4b\x8a\x7b\x7e\x4d\xa2\x61\xd0\x02\x58\x12\x66\x86\xb9\xa4\x16\x7a\x08\xd3\x9a\xf7\x6c\x6e\xd3\xb4\x6e\x82\x44\xa0\x29\xa8\x37\xb0\xc0\xc0\x3d\x15\x77\x3a\xbc\x0d\xcf\xee\x33\xa2\xdd\xaf\xb2\xa8\xbe\x24\x07\xa6\x5d\xea\x1c\x99\xef\xe2\xbd\x86\xf6\x4f\xc8\x1b\x13\x91\x76\xe7\x90\x0c\xa7\xc7\x9c\x87\x3d\x3e\x7e\xe9\x72\xd9\xca\x66\x5e\x54\xa0\x6c\x22\x85\x10\x89\x7a\x63\x67\x58\x70\xd8\x58\x96\x25\xc8\xb7\x99\x91\xac\x89\x91\x61\xb5\x84\x08\x8a\x40\x58\xb3\x3c\xa7\x58\x86\xf3\xfa\xd2\x38\xdb\x5a\x3c\x94\x29\xe7\x53\x88\x92\x79\x65\x92\x19\x10\xf4\x5a\x21\x9f\x4b\x64\x40\xf1\xce\xce\x65\x25\xa7\x45\xab\x44\xa9\x5f\x9e\x0d\x4d\x7a\x22\xab\xac\x29\x6a\xa5\x21\xb2\x91\xf9\x72\x62\xf6\xf6\xf9\x9b\x57\xa2\xae\x8c\x92\x44\xca\x6a\x20\xce\x97\x98\x41\xa5\x92\x17\xa0\xae\x2b\xaf\x45\x36\x9d\xca\x49\x0b\xaa\x50\x7d\xa5\xaa\x09\x1c\x13\x0d\xab\xe6\x98\xaf\x56\x8f\xa4\xdc\x5c\xa4\xb5\xb2\x2a\xe6\x0b\xe4\x0d\xd8\x06\x30\x4d\x2d\x45\x73\x2b\x94\x3b\x02\xd2\x0e\x98\x7b\xc4\xf9\xc0\x38\xa1\x8e\x26\xb8\x91\xe6\x1a\x10\x5b\xcc\xdd\x9d\xb6\x75\x23\x95\xb9\x90\x00\x58\x3d\x25\x26\xb3\xa2\xcc\x1b\x59\x79\xa4\xc9\x5d\x7c\xc0\xfd\x77\x9b\x72\xe0\x18\x80\x0c\xf8\xe9\x42\x69\x26\x46\xd3\x53\x8f\xd5\x04\x3b\x08\x40\x5a\x32\xf7\x0a\x60\x0c\x14\x6e\x1a\x5b\x9e\xe7\x27\x6f\xde\xbe\x3d\x7e\xfd\xeb\xa7\xc3\xd3\xd3\x4f\x87\x2f\x0f\x4e\x4f\xc5\x58\xf4\x0a\xb5\x93\x53\xcf\xde\xd3\x00\xf9\xf4\x78\x4e\xe1\x83\xc0\x20\xa2\xa7\x5d\x2f\x88\x41\xe7\xca\xe8\xa9\xe0\xc2\xdf\x62\xbe\x09\xec\x18\xcd\x8a\x4e\xe4\x34\x4c\x13\x40\xf1\xe9\x6c\x2b\x80\xca\xb8\x95\x1e\x2c\xaa\xab\x96\xe7\xc4\x1d\x4c\x21\xf0\xfb\xa4\x6e\xf2\xa7\xc8\x3e\x0e\x52\x6b\xc5\xbc\x8f\xcf\x5c\xfa\x22\x97\x03\x29\xf7\x4c\x70\xed\x77\xe4\x55\x47\x4c\x96\x12\xa6\x98\x30\x5c\xf6\xe9\xf2\x5c\x4d\x9a\x62\x61\x28\x9b\x7b\x68\x3e\x09\xea\xe3\xe9\x1c\xba\x64\x37\xca\x04\xb0\xee\xf5\xa8\x77\x38\x69\xcd\x64\xd5\x8d\x05\xe0\x8e\xf3\xb0\x5a\x3e\xc8\xd5\x99\xf6\x50\xbf\x71\x94\x71\x40\x38\x33\x61\x3e\x9c\x14\x29\x81\x9e\x69\x3b\x08\x6c\x57\xe4\xa8\x8a\x3a\xce\xfb\xbd\x78\x5a\xbd\xa0\xba\xa2\xb8\x7b\x56\x07\xe5\x80\x7f\xe4\x59\xf8\x70\xe8\x1f\x31\xfe\xe1\xd1\x23\x9a\xf4\x3e\x23\xf9\x85\x02\x3f\x1d\x53\x1f\x19\x6b\x2f\x6a\x02\x7e\x99\xa0\x31\xf0\x28\xb2\x25\xe2\x0b\xc2\x63\x46\x09\x24\x3b\x6b\xbb\xf8\xce\x44\xd6\xcf\x8b\xfc\x55\x2a\x8b\xb5\xd9\xf7\x3c\x90\x81\x28\x26\x49\x48\x06\x88\x28\xa6\xa2\xef\x37\x72\x9e\x48\x9e\xb2\x2f\x54\xee\xa6\xe0\x50\x8c\x83\x09\x0c\x15\x96\x9e\x73\xc7\x9a\xb8\xf3\x41\x58\x88\xfb\x13\x7d\x36\x2f\x9c\x40\xb0\xd3\xdf\xee\x8e\x62\xaf\xd7\x67\x37\x21\x5a\x04\xa5\xf6\xae\xab\x3e\x03\xd8\x50\x0e\xe9\x72\x6a\x5a\xfe\x0e\x03\xa9\x24\x83\x66\xae\xca\x3c\xee\x87\xaa\xee\xcc\x2b\xee\x5c\xdf\x52\x9b\xbc\xd1\x49\x44\xa9\xcc\x57\xcd\xf1\x79\x91\x53\xec\x4e\x13\xe5\xf1\xed\x86\x38\x20\xb2\x37\x21\xc3\x53\xb8\x3d\x5b\x63\x17\xb5\xf2\x2d\xfb\xee\xec\x3d\xc2\x26\x2e\x9f\x62\xa2\x5d\x98\x52\x91\x35\x0e\x00\x38\xee\xc0\xaf\xf0\x21\x34\x0f\xd9\x78\xc3\xef\xb5\xe5\x22\x4c\x11\x9f\x6a\x95\x0a\xdf\x1f\x18\x63\xdf\xf3\x7a\xae\xb9\xa0\x9d\x1d\x27\xef\xea\x9a\xdb\xda\x79\x5f\x37\xbf\xb1\xdc\x57\xad\x3b\x93\x7f\x3a\xaf\xb2\x8f\xfc\x4c\x2f\x91\x1c\xc4\x8e\x05\x70\xe4\xff\xf2\x8d\x51\xd9\x73\xdd\x99\x9c\xb2\x67\x82\xfd\xc8\x04\x36\xf6\x9b\x79\x43\xb9\x96\x9e\x7e\xc3\x7c\x4d\x3c\x8e\xa2\xf4\x77\xac\x2c\xdd\xce\x68\x30\x92\x0d\xa9\x30\xdd\x92\x74\x19\xc9\x86\x58\xc6\xda\x85\x0c\xae\xbf\x77\xa1\xd0\xd5\x2f\x75\x3f\x49\xc8\xe9\x6c\x3f\xac\xa8\x9a\x99\x50\xaf\x0c\x6e\xee\xe8\xf4\xaa\xac\xd6\x7e\x40\x1d\x44\x36\x9a\x96\x87\xf0\x80\x59\x9d\xfc\x6f\x48\xcf\x35\xdd\x3e\xae\xa6\x9a\x35\xb9\xf6\xba\x2e\x14\x6d\x6a\x14\x28\xc1\x0c\x63\x7e\x6f\x11\x1b\x40\x8c\x7c\x5c\x52\xa8\xc3\xba\x2c\xb3\x85\x92\x79\xaa\x50\x8f\x53\x54\x17\x07\x5e\x72\x98\x3e\xe3\x2d\xc4\x33\xe1\x27\xa7\x25\xc6\x63\x96\xa9\x57\x75\x03\xde\x3f\xbe\x65\xce\x2c\x53\xaf\xa5\x6a\x65\xfe\x2b\x4a\x6b\xf9\xd6\x84\x73\x0d\xbe\xb0\x54\xc1\x11\x8b\x67\x12\xd9\xea\x03\x29\x03\x21\x12\x4b\x1d\x6e\xd5\x5a\xa3\x84\xaa\x8b\x73\x69\x6b\x2f\x27\x7c\x7a\x29\x2f\x65\x39\xb2\xfc\x19\x4e\x17\xc4\x8c\x82\x5b\x7c\x3b\x80\x09\x6e\xa3\xe6\xf4\x12\x85\x1b\xde\xdd\x95\x80\x7d\x17\x06\xb7\x69\x8a\xcc\xc8\x96\xbc\x1d\xe0\x5a\xb8\x70\x03\xf0\x4e\x1d\xe7\x23\xcb\xfa\xda\xd1\x74\x7f\x7c\xf9\xfb\xb4\x6e\x7f\x17\x7e\x10\x8f\xc5\x48\x3c\xf6\x5a\x9d\xca\xf6\xb4\xf8\x97\x1c\x19\x79\xfd\xbe\x11\x80\x5a\x77\x87\xd8\xf9\x58\xb7\x7b\x5b\xab\xe3\xea\x54\xb6\x23\x11\x90\x67\x6e\x72\xce\x8a\x70\xec\xb0\xaf\x70\x5f\x2e\x82\x3d\xe8\xd8\x16\x31\x1c\x0e\x39\x3e\xa6\xf4\x60\x85\xf7\x21\xda\xe3\xc0\x40\xf9\x22\x14\xf4\xa4\x44\x68\x66\x34\x0f\xd3\x87\xc3\xa5\x3a\x66\xe2\x9c\x84\xd4\xde\x74\xcb\x69\x45\xb2\x57\x1f\xd1\x68\x52\x79\xa1\xdf\x71\xce\x58\xc6\x22\x9b\xad\xad\x55\x7c\x81\xcf\x16\x76\x92\xde\xe1\x24\xab\xf4\xc7\x2d\x83\xf3\x18\x16\x4a\xf5\x8f\x5a\xa2\x2d\xd3\x0c\xb1\xc8\xca\x34\x83\x8e\xb6\x43\xbe\x41\xc7\x42\x30\x57\xf4\x9b\xe1\x70\xd8\x67\xab\xd5\xc8\x07\xdf\x2f\xb4\x78\xca\x98\xc3\xbd\xd7\x5d\x46\xaf\x89\x52\xfd\x24\x0d\xb2\x38\x2c\x2c\x40\x26\x72\xe0\x36\xe7\x79\xf8\x30\xee\x6f\xf3\xc1\x20\xb3\xd8\x87\xef\x78\xfa\x37\x97\xd3\x8b\x27\x4a\x4c\xd0\xec\x7e\x08\xe2\x61\x5a\x7e\x56\x97\x8f\x79\x13\x20\x66\x4e\x2a\xf6\x31\xbb\xda\x28\x42\xe7\xfb\xc2\xe3\xd7\x40\x72\xc1\x3f\xac\x59\x4a\x74\x4e\x1a\x97\xdf\xf9\xa5\x20\x0b\x1c\xdf\xf8\x48\xd7\x52\x8d\x91\x78\xff\x31\x68\xc0\x95\x01\xf6\xfc\x29\xf5\x25\x8a\x50\x82\x06\x09\x57\x35\xd7\x4e\x03\xd8\x9b\x4a\x46\x63\x84\xdc\xc9\xf8\x26\xfe\x16\x34\x22\xa2\x35\xbe\xa1\x3f\xc2\x85\xe6\x66\xd4\x22\xf7\x8a\x76\xd9\x89\x6b\x26\x21\xc1\x22\x7b\x67\xdb\x67\x24\x7a\x9b\x35\xdd\xec\xb0\x79\xe7\x78\xee\xfc\xcb\x28\xe6\x46\x1e\x3d\x4a\xb2\x87\xfd\x08\xfd\x25\x01\x91\x2a\x78\x93\x4b\xf0\x85\xfd\x10\xe7\x25\x3b\xc3\xf2\xed\x55\x29\x43\x3d\xce\xde\x4b\x1d\xe1\xc9\x96\x12\x59\x25\x78\xba\x09\x0d\xe7\xc9\x94\x13\xac\x5f\x5e\x27\xf2\x72\xb7\x72\xa9\x0e\xb1\x88\xbb\x0e\x9d\x42\x10\x5e\x18\x4d\x97\x3f\xe7\x1e\xc2\x71\x79\x6f\x3a\xf2\x97\xa1\xdb\xe3\xf1\xb8\x61\x5b\x2f\xe0\x4c\x2a\x6c\xb8\xd7\x4b\x18\x37\x3c\x1e\xcc\xbe\x15\xbc\xd5\xda\x50\xd6\x3d\x53\xef\x53\x4f\xfc\x20\x30\x4b\x5d\xbf\xd8\x86\xc8\xd6\xb1\xfc\xc0\x9b\x1c\x89\x67\xa8\x7d\x14\x40\xdf\x14\x74\x9c\xb7\xf9\xd7\x11\xf9\x5e\x74\xfa\x18\x47\x0b\xe3\x72\xdd\xf4\x7a\xf6\xb6\xc3\xd8\xe9\xc9\x59\x6f\x30\xe3\x55\x11\xee\xd3\x4f\x43\x5f\x22\xcb\xa8\x4a\x67\xde\x60\x93\xba\x91\xf7\x73\x03\x49\x3c\xea\x85\xba\x13\xbb\x7e\xd2\xc6\xf4\xf0\xee\x85\xe9\x8f\xcf\xb1\xc9\x66\x13\x30\x3d\xdd\x77\x06\xf6\xa5\xea\x4f\x80\x21\xa0\xcd\xc6\xa7\x7e\x36\x1a\x3e\x90\xf0\x75\x89\x59\x89\x97\x58\x21\x5d\x15\xa1\xec\xd1\x5e\xf5\x38\xa9\xa4\x7b\xdc\x8e\x1f\x2c\x70\x0e\xb3\x4c\xba\x3e\xad\xb3\x8e\xcd\x6f\x48\x25\xb1\xcc\xc8\x4f\x12\x64\x5f\xdc\x0f\x00\x5e\xc8\x5f\x8a\x95\x7d\xc3\x00\xe7\x22\x1d\x99\x83\x58\xaf\xd9\xd8\xa5\xdb\xb3\x62\x89\xca\xb7\x47\xe8\xf7\x6a\xec\x0a\x42\xd7\x7b\xde\x20\x65\x66\x10\x40\xcd\xe6\x7d\x45\xc9\x7f\xbd\xfc\xff\xd4\x9d\x97\xd2\x35\x5a\x34\x0e\xe1\x85\x0f\x44\x28\x79\xe2\x1e\x4f\x6b\xf6\x9a\xf3\x1a\xcc\xbf\xa1\x5b\x50\x66\xc0\x97\xdc\x91\xfd\xc4\xce\xf6\x29\x3f\x88\x4f\x68\x90\x12\x09\x31\xf3\x99\x55\x42\x9c\x49\x28\x96\x49\x49\x3c\xf6\x39\x4c\x53\x12\x62\xe5\xc8\x1a\x43\xe1\x2c\xde\x67\x20\x0c\x60\x45\x23\x26\xb6\x88\xde\x29\x3e\x9f\x8c\x89\x84\xd9\x52\xcc\x75\x45\x01\x32\x24\x8a\xde\x8f\xbe\x8c\x44\xaf\xa9\xaf\x50\x79\xcb\xc8\x90\x7e\x95\xee\x94\xd9\xb9\x2c\xa9\xcb\xfd\x61\x95\xcd\x39\x2f\x4a\x1c\x35\xfc\x8f\x7d\x4e\xf1\xcd\xf1\xbd\xf2\x0f\x2c\x71\x4a\x08\x41\x77\xc9\x67\x58\xc0\xde\x33\xd8\x19\xdf\xd8\x68\x86\xe8\x89\xcf\x0b\x79\x6f\x6e\x87\xc7\x37\xee\x6f\x6f\x19\xf7\x64\xcd\x3b\xf8\x6e\x8d\xb2\x2d\x3c\xda\xef\xbb\x49\x6e\xd2\x25\x41\xe5\xcf\x0c\x4d\x3d\x0c\x51\x1e\x59\x9b\x6b\xf3\xc5\xbb\xd9\xc1\x95\x41\xdd\x6d\x9c\x07\xdd\xcc\xc2\x7f\x1d\x0f\xc2\xcf\xa4\x80\x33\x9f\x43\x1b\x44\x27\x51\x5a\x2d\xac\xf6\xce\xd5\x2b\xf1\x65\xcf\x7e\x94\x84\x3f\x24\xc6\x2e\x83\x18\x57\x3e\x54\xc6\x02\xb2\x35\x22\xb3\x48\xb2\x76\x5f\x19\xf7\x2a\x31\xf6\xc6\xa2\xea\x2e\x91\xdd\xaa\x04\xf6\xdc\x84\x4d\x53\x66\xc3\xdb\x19\xa9\x5b\xf0\x01\x85\x5f\xd1\xa9\x85\x08\x68\xcb\x72\x9f\xb7\xb7\xae\x0b\x23\xd9\xdd\x83\x60\xba\x9d\x68\x48\x1f\xe2\xd1\x7c\xd1\x5e\xe3\xdb\x7f\x9b\x3f\xfe\x13\xc6\xd4\x01\x02\x68\xe4\x54\xc3\x73\x7f\x2d\xd3\xeb\xdd\x8f\x8f\xe0\xd7\x36\xe5\x08\x00\x92\xa6\xfb\x52\xa6\xdf\xe4\xb5\xbd\x68\xc1\x05\xe3\x2d\xfd\x5b\x33\xbe\xf1\x7f\x27\x2a\xe2\x3d\x72\x15\xf1\x37\xab\x18\xde\xac\xf1\x4d\xf8\xe5\x8e\xbf\x86\x2c\xbc\x8f\x6f\xd8\x0f\x56\x25\xba\x90\xe3\x9b\xe8\x13\xaf\xae\x0b\xc6\x37\x2a\x16\x6b\x38\xb9\xa8\x2b\x0e\x11\x65\x04\x2d\xe3\x1b\x0e\x75\x61\x4d\x9a\xb8\xfb\x9b\x55\x60\x77\x7e\x7c\xc3\x7e\xac\x27\x3a\xf6\xc2\x8f\x6f\x62\x64\x1b\xd2\x24\xfe\x8b\x93\x04\x73\xf7\xc7\x37\xf6\xcf\x54\xb1\x46\x0d\xac\x8a\xfe\xc9\xab\x31\x1c\x35\xbe\xe1\xbf\x58\x25\x83\x50\xc6\x37\xe6\xaf\xc4\x64\x19\x72\x19\xa7\x24\x74\x5d\x4d\x08\xe7\x04\x6d\xe8\x6b\x57\x23\xc4\x45\xe3\x94\xcc\xe4\x8f\x10\x45\x94\xd1\x6f\x2a\x76\x23\xc4\x36\xbe\xa1\x3f\x62\x72\x29\x46\x2e\xbc\x71\xf4\xf4\xb1\x52\xb6\x7e\x14\xbd\x86\x10\xd7\xe3\xae\x78\x38\xf6\xfe\x5f\xf8\x54\xb6\x08\xa8\x2b\x99\x1d\xf9\xbd\xf6\xa0\xd1\x8e\xc6\x3a\xa1\x90\xe4\x8b\xbc\xb6\xab\xd6\x7f\x8f\xcc\x63\x9c\xa9\x3b\xb6\x99\xc8\x01\xd3\xd1\xa5\xf3\x8a\x4d\xea\xb2\x84\x74\xda\x94\xbd\x2d\xcf\xda\x8c\x3b\xe6\xcb\x0a\x64\xd0\xce\xdd\x61\x5a\x37\x22\xc3\xc1\xb1\x8b\x28\x1c\x5b\x4a\xb8\xae\xd9\x8d\xed\x51\xec\x79\x14\x71\x11\x86\x05\x67\x6a\xae\x90\xa3\x88\x30\xdb\x2a\xee\xba\xb6\xe3\xdf\x78\x2c\xc7\xab\x6c\x31\xea\x66\x3e\xec\x3d\x24\x46\x68\xe7\x31\xa3\x93\xe4\x01\x71\x43\xd1\x93\x2e\xbc\x43\xe5\xf3\x2e\x14\xb1\x57\x28\xb1\xb7\x5d\x60\x54\x1f\x30\x41\xc0\xb8\x3d\x48\x31\xdc\xe7\x85\x49\x56\xeb\x46\x45\x15\xc3\x48\x74\xe8\x1e\xfc\x8a\xf5\xa2\xa3\x22\x8b\x33\x50\x77\xd4\xab\xe3\x6a\x99\x9e\x4c\xd3\xa6\xeb\x52\x61\xd0\xe0\xa8\x02\x9f\xf2\x74\x03\x28\x0c\x1a\xbc\x94\xd9\xa5\xec\x6a\x00\x85\xd1\x08\x79\x77\xff\x79\x50\xf9\xcd\x65\xf7\x6c\x74\x99\x17\xd9\xca\x3d\x50\x09\x76\x32\x15\x01\xae\x87\x2b\xdc\x6d\xa2\xfc\x7b\x08\x04\xd6\xb8\x0e\xed\xee\xc5\x79\xa6\x64\x6e\x2c\x79\x8b\x6a\xb1\x6c\x31\xb0\xe9\x40\x5c\xcd\x8a\xc9\x4c\x14\xca\x05\xb3\x00\x21\x0b\x46\xf3\x12\xf9\x12\xd0\x83\xe7\xd0\x84\xe3\xd1\xa8\x2e\x89\xeb\x5f\x75\x7f\x62\x07\xac\xe7\x8a\x70\x7c\x18\xcc\x6f\x02\x17\x40\xec\xc0\x8c\xf0\xef\xb6\x29\x2e\x2e\x64\x23\x72\xbf\x2d\x4d\x08\x27\x3a\xc9\x2a\x71\x8e\x38\x41\xc2\x51\xc2\x9f\xa5\x3e\x24\x21\xdb\x49\x0a\x2d\x24\x60\x5b\xa3\x84\x4a\x5e\x1d\x33\x1b\x44\x13\x11\x0e\xe7\x32\x12\x70\x98\xfa\x4f\x23\x6d\x8a\xd1\x05\x5b\xe5\x0a\x03\x88\x9b\x08\x87\xac\x15\x72\xb3\x8e\x29\xd3\x9c\x9b\x69\x60\x21\x55\xa4\x0a\x7c\x0b\x42\x1c\x56\xa3\x70\xff\x0b\x07\xf0\x40\xcc\xdb\x5d\xb1\x4f\x28\x07\x76\xe9\x1e\x01\xc0\x37\x9c\x0c\x5c\xcf\x64\xf6\xd2\xc8\x64\x96\xd9\x35\xc6\x5d\x6c\x30\x4d\x27\x9b\x8b\xc5\x6c\x0e\x2c\xbc\xbd\x0f\x53\x72\x47\x77\xf0\x82\x02\x9b\x82\xeb\xdc\xa4\x15\x13\xa5\xc8\xe8\x1a\x5c\x75\xa6\x40\xee\x80\xd4\xf9\x20\x4e\x84\x0d\xf2\x6c\x32\xf2\x46\xbd\x52\x80\x1d\xf2\xef\x21\x47\x48\x0a\x1d\x05\x74\x11\xbd\xc8\x07\x2e\x12\xa8\x33\xae\xb7\x03\x39\x1f\x4d\xea\xf5\x8d\x8b\xab\x6d\xc8\x3e\x45\xa0\xfe\xbe\x83\xb8\x26\x94\xb3\x21\x03\x81\xb9\xb9\x36\xbd\x18\x9c\xde\x46\x3a\xe3\xae\xfb\xe1\xfa\x1e\x8b\xad\x2d\xc7\x9f\xb0\x9b\x10\x3e\xef\x26\x4a\xd9\x17\x19\x6b\x6f\x8d\xf6\x22\xd8\x1a\xa4\x6b\x77\x5b\xdd\x77\x34\x78\x88\x36\xdc\x81\xdb\x20\x10\xa9\x7c\xb3\xf8\x00\x76\x44\xe7\x13\xfd\x9b\xbc\x3e\xac\x73\x89\x81\x03\x4e\xce\x5e\x9e\x66\x53\x49\xdf\x20\xa0\xc0\x06\x8e\xd2\x37\x29\x6b\xfb\xa4\x3f\xfc\x69\xe4\x30\x8d\x3e\xfa\x03\x71\x4a\xc1\xba\xf4\x1b\x64\xb5\xcf\x74\x10\xa9\x60\x03\xa7\xec\x1b\x7b\x7e\x27\x6f\xde\x51\x04\xd9\x53\xde\xee\x39\xfa\x97\xe9\x81\xcc\xdf\x27\xf5\xd5\x10\x28\xa1\xbf\x50\x48\x85\xf2\xbf\xeb\x4a\x0e\xdc\x9f\xcf\x8b\x26\xe9\x1f\x6e\x2b\x7c\x43\x9f\x76\x0d\x10\xdc\x0e\x78\x10\x7e\x70\xb2\x22\x62\xfc\xc3\x0a\x30\x60\x58\x8b\x3b\x61\x0f\x3e\x54\xf7\x8b\x65\x70\x4f\x5f\xf7\xc8\xba\x68\x5d\x98\x88\x7b\x47\x2d\x88\xce\xed\xa1\x61\x13\x8c\xd3\xcd\x85\xe4\xb7\x78\x9c\xb8\x47\xb1\x33\x7b\x67\xa4\x08\xf4\x63\xb1\x21\x30\xeb\xab\x17\x14\x31\xc8\x01\xe7\xc0\xbc\x1f\x4f\x5c\xe9\xe1\x9b\x57\x6f\x0f\x0e\x39\x08\x03\xa2\x4c\x40\xf6\x06\x31\x01\x9c\x2b\x52\xe8\x34\x19\xc1\xd2\xfb\x9e\x57\xa5\xf7\x91\x22\x2d\x19\x4f\xf9\x44\x03\x2a\xa4\xaa\x29\xa7\x29\x92\x7e\xa4\x9b\x43\x11\x35\xf6\x9c\x63\xe3\xaa\xb6\x98\xaa\x5f\x9a\x74\x03\x37\x77\x81\x6b\x56\xe4\x01\xf5\x73\xa6\xe4\x46\xee\x4f\xc9\x83\x04\x87\x27\xeb\xbf\xa6\xbc\x52\x72\x84\x42\xc3\x07\x4d\xfd\x8a\x89\xa1\xca\x81\x95\xa1\xb7\xb3\x81\xc3\xea\x70\xbe\x2c\xdb\x62\x61\x03\xeb\x16\x0a\x2f\x06\x19\x99\xe0\xfb\x8e\x2b\xe4\xc8\xf0\xcd\x9a\xf0\xd2\x29\x70\xd7\x97\x48\xce\xe0\x00\xf9\x9e\x11\x1a\x36\x77\xd8\xf2\x6a\x17\xea\xb4\x9e\x4b\xe8\xf5\x08\xe2\x86\xc9\x3c\x8c\xb5\xe0\xef\x9b\x66\x3e\x64\x53\x5c\xea\x49\x65\xad\xfc\xa5\xa9\xe7\xb0\x4e\xa2\xea\x95\xfc\xda\x26\xbc\x23\xb8\xc0\xdc\xb8\x1e\xd0\xab\x37\x3a\x46\x1b\x09\x3a\x7d\x3f\x02\x9e\x45\x0d\x02\xc1\xba\x15\x61\x1b\xfd\x5d\xc9\xb0\xe1\xd8\x4d\xd0\x63\x80\x74\x1d\x93\x55\x9b\x99\xeb\x6a\xfe\xc0\xfe\x18\x12\x2c\x7b\x89\x41\x75\x77\xa7\xa1\x43\x15\x68\xd2\xd9\x22\xd7\xa8\x00\x42\xfb\xef\xc0\x8a\x36\x56\x38\x70\x6d\xc6\x9d\x37\x1d\xf4\x79\xfd\xc5\x59\xda\xa8\x28\x95\x3f\xe5\x9c\xa0\xf9\xbd\xf4\x16\xee\xcd\x7a\xe8\x6d\x43\x47\x51\xb4\x29\xdc\xe5\x85\xef\x2a\x77\x3a\xe1\x83\x3a\x87\x15\xf4\xa8\xe5\xf5\x70\x2c\xfc\xee\xea\x91\x91\x6e\x5c\x91\x0a\x5c\x4d\x6f\xbb\x13\x0d\xfc\x72\xd7\xce\x04\x22\x89\x5b\x50\x89\x91\x18\xda\x13\xb7\xb1\x37\x1b\x89\x41\x0e\xab\x6b\x8a\x36\x00\xde\xb1\x99\xbe\xc4\x42\x7e\x5d\x94\xc5\xa4\x68\xcb\x6b\xfd\x06\xf9\xac\x77\xe1\x33\xbd\xa5\x21\x61\x6a\x56\x69\x04\xa6\x07\x26\xe9\xc0\xb9\x9c\x65\x97\x45\xdd\x88\x7a\x2a\x3e\x73\xc9\xf2\xe7\x01\x1b\xb8\x85\x1c\x29\x46\x52\xd7\x03\xd3\x9a\x1d\x7c\x69\xf7\xc8\x5b\xd7\x86\x6a\x01\xa7\xe2\xcb\x4b\xe3\x53\x4c\x87\x37\xe4\x2f\x10\xfd\x1d\x90\xe6\x1c\xa2\x69\x99\x5c\x79\x45\x3b\xd3\x28\xa0\x94\x6c\xe4\x3c\x6b\xb3\xe1\x07\xa7\x40\x8b\x41\x4f\xa3\xc4\xa4\xcb\x59\x54\x99\x6d\x66\xf2\x4e\xc1\xad\xb2\x25\xcc\x3d\x86\x51\x98\x54\xce\x0b\xef\xf5\x61\xdb\x73\x29\xe8\x1a\xe7\xce\x0d\xbc\x3a\xef\xe3\xaa\x19\xe3\x5b\x97\xc6\xa1\x9e\x2f\x96\xad\x3c\x8e\xab\xf4\x99\x13\x58\xc2\x9b\xd4\xde\xc6\x11\xf3\x3b\x18\x8b\x9b\x3b\xc0\x78\xf4\x3f\xff\xed\x96\xf6\x04\xc5\x01\x46\x82\x0f\x17\x06\x9c\xc7\x32\x5f\xa1\xca\x26\x80\xc5\x31\xce\xba\x5c\x91\x61\x88\x08\x0c\x3d\x38\x30\xeb\x69\xe1\x27\x87\xa0\x58\xb9\xc7\x18\x1f\x23\x4e\x1f\xc1\x42\xb7\x0c\x6c\x4f\x26\xec\x04\xfb\x19\x18\x2c\x3d\xc4\x8e\x31\x31\x4f\x6f\x7e\xfe\xf8\x2b\x1c\x0c\x2f\x40\xce\xd1\x80\x65\x2f\x74\x76\x5c\xfd\xb5\x90\x57\x9d\x1a\x86\x78\x2e\x5b\xc3\xce\x3e\x4c\x6c\xe0\x0d\x5c\x65\x93\x74\x95\xdb\xb8\x28\x48\x88\xbd\x4a\x4c\xd6\xa9\x91\x2d\xd4\x41\x59\xa2\x36\xd6\x9a\xef\x46\xdb\xab\x48\x5b\xe0\xaa\xa0\xfc\xc7\x10\xf8\x75\xfd\x75\x6f\xf1\x7d\xfc\xe2\x26\x91\xc8\x61\xa9\x20\xf1\x06\x64\x8b\xd8\x44\x95\xde\xce\x24\x6b\x0d\x16\x30\x63\xd1\x6b\x1b\x29\x2f\x9a\x22\xef\xf9\x59\x1a\xba\xfd\xbf\xa6\xe6\x99\x1a\x39\x81\xe9\x4e\xeb\xf6\xe5\xbd\xfd\xc3\xcc\x46\x72\x9f\x24\x4f\x14\xc4\x51\xd4\x84\x3f\xac\xbc\x87\x56\x9f\x26\xce\xcf\x4f\xce\x41\x73\x21\xe7\x72\x6b\xd0\xbd\x93\x96\xf5\x0d\xec\x0b\x12\x9e\xf1\xb0\xb9\x20\x39\x3c\xae\x2a\xd9\xe8\x7d\xb0\x18\xb2\x50\xf6\xdb\x6f\xf2\x5a\xb5\x4d\xfd\x45\xc2\x62\xfc\x2d\xeb\x36\x6a\xb2\x12\x00\x47\x3f\x72\x23\x2c\x18\xdf\xc4\x02\x04\xcd\xde\xb4\xc5\x24\xe3\xba\x4d\x4d\xf5\x76\xb2\x65\x5b\x63\xc4\x9a\x22\x1f\x7f\xf8\x8e\xd1\x0b\xee\x3a\x00\x55\x0b\xb5\x83\x08\x21\x3b\x07\x3f\x03\x60\xc7\x78\xad\x35\xfe\x07\x37\xe0\x23\xc3\xd7\xe7\xab\x84\xa3\xed\x02\xd5\x70\xf4\xb5\xdb\x51\x24\x3c\xf6\xa1\x06\xb2\x41\xb0\xa7\x43\x5b\xee\xec\x15\xb8\x9b\xc7\x96\xf5\x9d\x4a\xb9\xc7\x32\x6b\x3c\x67\x9b\x28\xf6\xb8\xe9\x7f\xe8\x35\x90\x72\xd4\x58\xe9\x85\x81\x26\x6a\xfa\xbf\x2b\xdc\x33\xd4\xc6\x9e\x18\xdf\xc8\x0d\xc3\x4b\x00\xc5\xac\x42\xdc\xc7\x74\x03\x2f\x05\x5c\xd0\xce\x2b\x0b\x9a\x73\x9c\x35\xbe\xe1\xbf\xfe\x1b\xfc\x43\x34\xa8\x7a\x18\xaa\xdb\x49\x84\x39\x40\xd8\x6b\xf7\x8d\xdd\x20\x3e\x05\x56\xe6\x2a\xe9\x08\xd1\xd6\x17\x17\xa5\x34\xc4\xe4\xa0\x2c\xfb\x59\x59\x5a\xda\xb2\x2e\x61\x4a\x92\x3e\x76\x0a\xd8\xd7\x5a\x81\xd6\xd5\x59\x38\x1d\x63\xc0\x99\xa2\xae\x89\xea\x31\x59\x56\x69\x9f\x09\x5d\x9e\x68\xef\x69\x7c\x12\xe5\xde\xee\x6c\xa7\xdc\xf3\x37\xa3\xe9\x61\x37\x7e\x6b\x7c\xbe\xa4\x38\xe1\xa8\x6e\xea\xf8\x93\x06\xd8\xab\x67\xe4\xa4\x61\x03\xc1\x5c\x8d\xba\xce\xdf\xfa\x8d\x30\xf7\x4e\x70\x20\x61\xbf\x9f\xfa\x6e\xa4\xbc\xcc\x73\x29\xc1\x5a\xef\x5d\xe9\x47\xcf\xb3\x6d\xcc\xe7\xb3\x6a\x81\x0c\x6f\x89\x71\x10\xda\xd0\x33\x0a\x67\x13\x61\xf6\x27\xdd\xb6\xda\xff\x26\xd3\xce\x66\x8d\x99\xe6\x7d\x2d\x2d\x3d\xa1\x4a\x6c\x7f\x99\xb0\xb4\x5c\x6d\x14\xd9\xe9\xc8\x9c\xe6\x83\x77\x77\x5d\x54\x45\x54\x85\xa1\x99\xd9\x2e\x1a\xd2\x91\x3c\x20\xc3\xc4\x39\xc6\x89\x2d\xf6\x03\xe7\xef\x31\x73\xff\x50\x0e\x69\xcc\x48\xc8\xec\x39\x2a\x1a\x84\xcd\x0c\xd4\x84\x6d\xcc\xf7\xa8\xc1\xe9\x72\x3e\xcf\x1a\x70\x85\x0e\x46\x31\x05\x1d\x3e\xcb\xb3\x8d\xdc\x95\xdd\x89\x6f\xad\x74\x5d\x0e\xb3\x28\x6d\xe8\x9f\xcc\xbb\xbf\x8f\xaf\xf2\x74\x23\x37\x65\xde\xfb\x5a\x97\x65\xe1\x3b\x42\xbf\xf6\x4d\x65\x7d\xd3\x50\x5e\x18\x44\xb9\xd9\x0a\x97\xc4\x8c\x5b\x5d\x18\x26\xe7\x24\x67\x73\x9e\xed\xc5\xb9\xea\x58\xea\xfe\x3b\xff\xf0\xa6\x45\x95\x95\x2f\xdd\x13\xfe\xd8\x7b\x60\x98\x6e\x86\xc3\x61\xdf\x49\x04\x6f\x6f\xc5\xcd\xdd\x76\xf8\xba\x1f\x71\x4f\x9a\xf8\xc5\xdf\xc1\x94\xaf\x32\xcc\xed\x30\xa5\x8d\xcc\xc3\xfe\xdf\x6f\x44\xdb\x45\xe3\x37\xb0\xae\xbd\x68\xba\x4d\x6b\xdd\xdf\xab\xed\x6a\xa3\x4f\xdf\xd8\xb8\x96\x59\xd1\xfa\xf0\x76\x5f\xaf\x8f\x0e\x0b\xdb\xa4\x65\x2b\xbf\x3e\xa6\xc2\x86\x06\xae\xa9\xa6\x1b\xda\xb9\xa6\x9a\x46\xe6\xae\x9b\x9a\xfc\xae\x31\x1c\xfe\x06\x16\xc1\x0f\x31\xbb\x0d\xed\x25\xcc\x1d\x75\x8f\xc8\x2e\x43\x5d\x75\x2f\x9b\xdc\x6f\x6e\x8c\xfb\x1c\xd5\x7e\xfe\x8d\x8a\xb8\x25\xd7\x6d\xe4\x33\x79\x0f\x07\xe5\xc8\x26\xd9\xc5\x13\x61\xf8\x3a\xbd\xc4\x38\x28\xcf\x26\x73\xbc\xdf\x63\x23\x31\x46\xcc\x9b\xad\xc3\x46\xbe\xd7\x57\x5c\xcc\xf2\x57\x27\xf7\x3e\x24\x0b\x5d\x91\x87\x56\x6f\x93\x4d\x8f\xb6\xe9\x1e\x59\x2d\xbf\x1f\xf2\xcb\x68\x7e\xf6\x53\xda\x7d\x6e\x10\x10\x25\x1d\xb5\xfd\x19\x43\xed\x20\x3a\xc5\x9e\x18\xb1\x4a\xdf\x07\x3c\x40\xb8\xda\xee\xe5\x3a\xb9\x01\x27\xd4\xef\x7b\x5e\x51\xef\xa3\xde\x8a\xb4\x90\x3c\xfd\x80\x5d\xfd\x76\x0d\x77\xd9\x9f\x3c\x7d\x5e\x01\x69\x8b\xec\x42\x9a\x77\xc9\x85\xcf\xbd\x24\x73\x55\x6b\xde\xc7\xb6\x89\x59\x19\x7f\x60\x57\x93\xb9\x89\x76\x65\xd1\xa6\x1e\xf6\x52\xc6\x83\xeb\x8d\xf6\xfd\x57\xd4\xbf\xcd\x80\x3f\x61\xaa\x1f\xcd\xcd\xe7\x1a\xbb\x32\xea\xae\x3a\x5d\xfd\x7a\x45\xd7\xac\xb1\xdd\x0f\xfb\xa2\x55\xc7\xd5\x4b\x2a\xc3\xdf\xf6\x6c\xae\x66\x45\x29\x8d\x68\xc1\xd4\xb2\xa7\x49\x1f\xd2\x22\x07\x18\xcd\xe6\x39\x14\x1d\x23\xd1\xef\xf7\x7b\x1f\x2d\xe2\xec\x50\xe7\x41\x7f\x1d\x0e\xc0\xfe\x4b\x27\x85\x19\x3a\x4c\x89\x1f\x26\xa8\x59\x25\xa5\x61\x0c\x51\x77\x49\x24\xcb\x89\x05\x39\x6b\x84\x37\x2b\x25\x37\x1c\x8b\x0a\x5f\x5e\x13\x63\xab\x71\x22\x16\xdb\x93\xfb\x08\x68\x58\xcd\x6e\xf1\x4c\x1c\x5d\x20\x7a\xd1\xde\xe3\xd8\x58\x80\x52\x15\x58\x23\xae\xd6\x5a\xe9\x23\xf1\xa2\x10\xf8\xcd\xf5\x6b\x2a\x6d\x06\xc4\xf3\xa7\xda\xa8\x04\x28\x4d\xbc\x67\x64\x82\xee\x3d\x49\x2a\x3c\xc6\xa2\x2f\x2f\x8d\xbc\xe6\x37\x79\x7d\x5e\x67\x4d\x0e\x8f\x1b\x08\xe6\x6c\x22\x39\xb3\x6c\x72\x6e\xbb\x76\x77\x85\x54\x65\x51\xb5\x3b\x79\x01\xd1\x90\x77\x2a\xf9\xb5\xdd\x29\x8b\x4a\x8a\x5c\x2e\x1a\x89\x42\xe5\x5d\xf6\xb7\x77\xe5\xe4\xe5\x10\x2d\x16\xf4\xbe\x44\xf6\xa9\x7d\x63\xbb\x8a\x79\xbb\x3a\xa8\x58\x24\x96\x8d\x0c\xd2\x02\x61\x5b\x60\x15\x1e\x3d\x3a\x9d\x12\x2c\x8d\x33\x23\x29\xc6\xbf\x0d\x1d\xf0\x11\x3a\xf1\x01\x67\xd3\x57\x14\x0d\xa3\x4e\x3d\xe0\x8d\x4a\xb7\x13\x72\x23\x53\xe6\x5f\xff\x90\x28\xa6\x30\x8c\xc3\x0b\x2c\xfe\xc0\x38\x15\x95\xa0\x53\x06\xbc\xf9\xd5\x4f\xe9\x35\xf4\x19\xd1\x6a\x43\x3e\xc6\x58\x88\xd1\x64\xbf\xc8\xeb\x7d\x2f\x5c\xf8\x5d\x74\x8e\x56\x4c\xcf\xe4\x13\x96\xae\x3d\x84\x4f\x11\xab\xd2\xfb\xff\x6a\xf0\x8a\xfd\xa1\xe9\xbb\x6f\xfa\x10\x19\xfe\x75\x1b\x7f\x84\x02\xea\x20\xc6\x86\x97\x32\xd2\xf9\x51\x6f\xf5\x7d\x32\xcb\xc2\xd8\x91\x58\x5a\xd5\x73\x02\x0c\x70\x7b\x0e\x5e\x36\xfb\xeb\xad\x52\xfc\x16\xdb\x62\x94\xa0\x1b\xdb\xdb\xde\x53\x2e\x58\xf5\x0a\x32\xb2\x52\xdf\xb2\x92\x5d\xad\x2b\xd6\x15\xe0\x0c\x8c\x56\x93\xaf\xf3\x67\xbf\x4a\x4c\x64\x13\xeb\x1c\x67\x97\x23\x3c\x9b\x92\x94\xb1\x8f\xf5\x22\x8a\x8a\x22\xf2\xde\xb1\x8a\x80\xce\x77\xd4\xea\x77\x0c\x12\xc6\xaa\x59\x6d\x98\x94\xee\x24\x50\x42\xdc\xd7\x19\x02\xac\x08\xf2\x8d\xdc\x18\xc0\xbc\x65\x45\x36\xbf\x84\x43\x40\x68\x51\x9c\x6e\x78\x9e\xa9\x94\x17\xc0\x3a\x2b\x63\x34\x7f\x48\x9b\x96\xaf\x4b\x38\xe8\x2c\x9f\x01\xdc\x58\x1d\x43\xcb\x8d\xed\xfa\x0a\xb3\xe7\x67\x62\x4c\xfb\xf7\xf4\xc3\x1a\x47\x83\x0d\xbd\x0b\x3e\x54\xcf\xfa\xc1\x9e\x0d\xdc\xbe\x0f\xf8\x83\x07\xed\xd3\x27\xf5\x42\x8e\x04\x4f\x34\xd0\x1b\x7c\xa8\xc8\x94\x83\x96\xd8\xb5\x9f\x80\xf7\xbe\x1b\x7c\x87\x5b\x70\x72\xa4\x5f\xd8\x2f\x8f\x7f\x39\x3a\xfc\xfb\xe1\xcb\xa3\x4f\x47\x7f\x3b\x7c\xf9\xfb\xe9\xf1\x9b\xd7\xa7\x62\x2c\xde\xeb\xc1\x7a\x86\xea\xa3\xf1\x4c\x0f\x55\x5c\xf4\xc3\x0b\x22\x0f\xb6\x4c\x54\xf0\xfb\xeb\xd3\x83\x5f\x8e\x3e\x75\x96\x47\x36\x50\xa9\x0e\x4f\xe4\x44\x16\x97\xb8\x75\x2b\xfa\x4d\x54\x43\xeb\x0b\x7b\x88\x48\x01\x53\x43\x78\x25\x7a\xcb\xab\x6c\xa1\x66\x75\x8b\x29\x91\xbd\xd2\xd4\xd0\xe9\x8e\x6d\xb4\xfa\xe4\x88\x18\x6a\x5f\x17\xe1\x6b\x1b\x1d\xe6\xbe\x17\x07\x65\x59\x5f\x29\x71\x5d\x2f\x45\x5b\x8b\x59\x0d\x06\xa0\xb2\x9d\xd5\xb9\x1a\x08\xf9\x75\x22\x17\xad\x68\x67\xb5\x92\xa2\xa8\x44\x56\xe9\x4f\xe5\x12\x6c\x89\x94\xa4\x9b\x9e\x09\x55\x2f\x9b\x89\x14\xf5\xf9\x3f\xe4\xa4\xc5\x14\x38\x99\xc8\xe1\xa1\x8a\x24\x1d\x4b\x86\x7a\x44\x18\xf5\xbf\x50\x07\x4f\x7f\x83\x2f\x2a\xaf\xbe\x03\xc9\x69\x8a\x4a\xb5\x90\xc8\x86\xf2\x84\x53\xf7\x76\x9a\xfa\x1b\x4d\x55\xd4\x55\x5b\x0f\x79\x77\x34\xa5\x95\x3d\x5d\x81\xd9\x2e\xef\x26\x6b\x24\x76\x2e\x73\x58\x9b\xd7\xa5\x5d\xba\x12\x3b\xa2\x6f\xb2\x12\x6d\x8b\x77\xb3\xcc\xee\x19\xf8\xcc\xeb\x7a\xb9\xc4\xcd\x39\x97\x45\x75\x61\xfa\xa4\xee\x90\x52\x2b\x71\x50\x89\xac\x69\xb2\x6b\x3d\x2d\xcc\xf9\x57\x4f\x5d\x47\x90\xe2\x4f\xba\x09\x41\xe3\x5d\x7b\xd3\x6c\x96\x65\x28\x7e\x85\xad\x80\xf4\xaf\x62\xf5\xff\x0b\xb0\x12\x84\xbd\xdf\xc1\x4a\xbb\x55\xbd\x63\x0c\x94\x77\xb2\xea\x5a\xf7\xc0\xce\xc2\x45\x26\xfb\xe3\xdd\xe2\x99\xb8\x1e\xdd\x86\x1a\x2e\xee\xfd\x47\x31\x5e\x81\x1d\x06\x1f\xaa\x6d\x56\x15\xd0\x52\x29\x5b\xb3\x43\x5e\x2f\xe4\xdd\x62\xf5\xf5\xb8\xaf\xe0\xb5\x5a\x54\x34\x95\x74\xbe\x86\xeb\x85\xac\xa7\x54\xe3\xbd\x6b\xf6\x11\x9e\x3e\x3d\xb3\xef\x3d\xc6\x57\xb1\xfd\x8a\x1a\xb8\x90\xd0\x2c\x6c\xf9\x16\x83\xa5\xdb\x5b\xb6\x11\x43\x10\x01\xbd\x99\xf6\x5d\x37\xdb\x94\x57\xd9\xf0\x53\x8e\x0b\x30\x80\xb1\x58\xaa\x19\x6f\x60\x49\xfd\x1f\x3f\xb2\x95\xab\x73\x30\xd8\x87\x90\xd3\x17\x26\x11\x5f\xc0\xc3\xc1\x4b\x39\xda\x4e\xd3\x86\x71\x26\x09\x23\x07\xe2\x6a\x69\xa9\xc6\x95\xc8\x60\xaf\xb7\x98\x7e\x4a\x89\x8c\xce\x17\xce\x7b\x52\x57\x97\xb2\x2a\xa4\xbe\xf1\x6d\x2d\x96\x15\xe2\x0b\x73\xb1\xe9\x86\xad\xc4\x46\x1e\xfa\xf0\xd1\xdb\x72\x51\x57\x64\xbd\x6f\xee\x6a\x74\x4d\x4d\x37\x6e\xb9\x1a\x67\xf0\xfb\x4e\xd3\xc5\x6b\xef\x26\x69\x2e\xf9\x1f\x3d\xb9\x10\x49\x50\xf7\x06\x4d\xf0\x9b\xc8\x27\xe9\x6e\x90\x77\x84\xac\x86\x7e\xdc\x1d\x65\x93\x59\x9f\x01\x9c\x69\x05\x62\x66\xca\xec\x11\x9f\xf7\xf6\x03\xd2\x6b\xf3\x49\x0f\x82\x45\xac\x4e\xa6\xed\x39\x9b\x69\xde\xe6\xb9\xc9\xdb\xfb\xf4\x8c\x38\xbc\x33\x72\x1e\xeb\x72\x3d\x0b\xeb\x51\x56\xad\xba\xc5\xf0\x8f\x48\x93\x95\x74\x04\xff\x98\xc8\xcc\x68\x5d\x57\xe1\x1b\x30\xc2\x5f\xdd\xe9\xa7\xce\x56\xba\x25\x84\x72\xba\xc3\x70\x8a\x27\x72\x6a\x1f\x36\xdd\x55\x86\xe7\x45\x95\xc7\x49\x97\x9c\x93\xbd\x71\xf4\xc0\xf4\xb2\x53\x93\xb1\xd1\xf9\x9b\x98\xbd\x31\xf9\x15\x6d\xd6\x64\x13\xed\x02\x73\xec\x95\xaa\x16\x6d\xf6\x45\x8a\x89\xa6\xbc\xf5\x14\x0f\xbc\xa8\x2e\x68\x9c\x7e\x56\xe5\xe6\xd8\x35\x1d\xcd\x94\xc8\x16\x7a\xb5\x4d\x91\xb5\x72\xdb\x5e\x40\x00\x04\x95\x15\x39\xcb\xe0\x88\x5d\x50\x47\x6f\x21\x00\xc0\xac\x50\xe6\xe2\x51\x02\xbf\xac\xb9\x58\x82\x69\x38\xad\xa0\xd7\xc8\x69\xcf\xe4\x46\xbd\x36\xfc\x82\x5d\x4d\xd8\xfb\x6e\x00\x12\xdd\x5b\xda\x7f\x38\xb4\xa4\x84\x62\xdd\xc0\x27\xc6\xa2\xb3\x8c\x3d\x54\x3b\xeb\x44\x46\xfa\x06\x6d\x8e\x7d\x4e\x43\x17\x0e\xba\x87\x0a\x44\x4e\xee\x6d\x4c\xdd\xb1\x61\x02\xdc\x84\x1d\xfb\x95\x57\x3d\x3c\x5d\x8a\xf1\x49\x9b\x55\x17\x7e\x42\x71\xf7\xb5\xe7\xb1\xbd\x2f\x6c\x42\xe7\x0b\xd9\x8a\xf3\x7a\x49\x19\x96\xcb\x02\x13\x5b\x4f\xda\x21\xc0\x0c\x26\xda\x15\x57\x45\x95\xd7\x57\x08\xb4\x26\xc0\x04\x7d\x53\xc5\xbf\x64\x92\x94\x24\x58\xb5\x0b\xd9\xea\xf9\xf4\x29\x11\xf3\x48\x30\xb1\xad\xb8\x15\xef\xb0\x47\x8c\xb0\xb8\x3d\xe2\x4b\x62\x92\x1f\xc7\xf6\xe8\x69\x76\xd5\x42\xd7\xde\xa9\x30\x63\x79\xac\x8e\x34\x81\x81\xc7\x63\x5a\x86\xa7\x6b\x9b\xb4\xbe\x03\x56\x29\xa7\x2d\x4f\x22\x22\x44\x5b\x2f\xfc\x0f\x57\x45\xde\xce\x46\xd4\xd9\xb0\xa8\x2a\xd9\xbc\xd3\x9f\x58\x95\x19\x29\x2f\x79\x1d\x54\xe4\xb1\x4a\x4d\x5c\x27\xec\xe7\xbc\x6e\xdb\x7a\xbe\xb2\x9f\xbb\x18\xf8\xec\x9a\x33\x85\xe2\x85\x9f\xe9\xcc\x0f\xe1\xc8\xf5\x1e\xee\x8f\xc4\xb2\xfa\x52\xd5\x57\x95\xb8\xdb\x1e\x26\xab\xc4\xdb\xc4\xfb\x65\xa7\xd9\xd1\x3e\x32\x54\x75\x7a\x64\x39\x69\x1f\x40\x20\x3d\xca\xc6\x04\x11\xde\x77\xaf\xc5\xb4\xa8\xf2\x53\xeb\x96\xf0\x16\xd2\x6c\x0e\x0c\x64\xc2\x1f\x08\x86\x03\x71\xa0\xae\xab\xc9\x80\xa5\xe1\x5b\x4d\x71\xcd\xd5\xb2\x19\xf4\x1b\x0b\x97\x79\x31\x97\x15\xf2\xb7\xf6\xa6\xdc\xfc\x57\x5e\x4f\x0e\xb3\x56\x5e\xd4\xcd\xb5\x60\x71\x1f\xee\xfc\xcb\xc3\xfc\xe6\x6d\xcf\x37\x3e\x35\x02\x08\xd1\xd7\x74\x51\x7c\x95\xa5\xe2\xb8\x99\xe0\xd2\xa6\xd3\xe6\xcd\x48\x7d\x9d\x6c\x67\x80\xd5\x36\xec\x48\x2e\xfa\xae\x68\x67\x66\x5a\xcc\x57\xb9\x23\x6d\x70\xc8\xbb\x2e\x14\xeb\x4b\x73\xae\x88\x57\x5c\x97\x3e\xc1\x79\xf0\xc6\xf1\x59\xe2\xb0\xe1\x0e\x52\x0e\xdd\xba\x01\xbf\xd5\xcf\x7c\x0e\x9f\x4d\x42\x5d\xe2\x44\x45\xd1\x2a\xbb\x40\xe3\xff\x36\xa7\xd0\x6c\x90\x85\x16\x33\xd2\xce\xb3\x2f\xe8\x6e\x5a\x28\x47\xfe\x69\xbc\x45\xa6\xd4\x4e\x3b\x6b\xea\xe5\xc5\x0c\x5d\x4c\xab\x3a\xf0\x81\xb5\xb9\x7b\x3b\x28\xfa\x69\xa1\x89\x5d\x30\x53\x9a\x0d\xd2\xf6\xcf\x97\xf6\x3b\x64\xc5\x86\xd0\xbd\xd9\xb4\x95\x8d\x90\xd9\x64\x46\x37\x0b\x49\xf6\x00\x42\x6b\x15\xfa\x1e\xaa\x45\x5d\x29\x78\x38\xf0\xec\x6d\xdf\x8b\xa2\x15\xf3\xec\x5a\x4c\xb2\xa5\x92\x22\x63\xbc\x0e\x32\x34\x79\x2d\xd1\xe9\x97\x5c\xf4\xca\x6b\x72\xcd\xd5\xeb\x2f\x58\xa2\xeb\x7c\x09\x9d\xeb\x5d\x9c\xd4\xd5\xb4\xb8\x58\x36\x36\x03\x76\x23\x77\x70\xdd\x34\x66\x5b\xd7\xa2\x9e\xb6\xb2\x1a\x8a\xcf\xea\x4b\xb1\x30\x2b\x7d\x45\xeb\xfc\x0c\x53\x3a\x97\xe4\xcc\x00\xe1\xc5\xf4\x42\xea\xe9\xd4\xc5\x1b\x33\x71\x8a\x40\x64\x8e\x0b\x05\x42\xa6\x96\x6a\x21\x2b\x93\xe5\x58\x2d\x6d\x58\x22\x76\xa6\x22\x53\x3b\x68\xb6\xec\xef\xfe\x2f\x75\x23\xe4\xd7\x6c\xbe\x28\x21\x7e\x99\x49\x0f\x7c\xd5\x64\x0b\x25\x3e\x33\xa0\xfc\x3c\x00\x41\x51\xc7\xec\xdb\x5a\x7c\x6e\x9b\xa5\xfc\x6c\xfa\x90\xe2\x73\x99\x5d\xd7\xcb\xf6\x55\x9d\xcb\xcf\xa2\x50\x34\xde\xe7\x69\xf1\x55\x73\x19\xe5\x72\x5e\x29\xdd\x27\x9c\x3e\xd4\xe7\x83\xb9\x53\xd0\x87\x84\x69\x98\x09\x50\x35\x9d\x46\x19\x96\x3e\xc3\x72\xb2\x2c\xb3\xd6\x60\x24\x16\xe7\xa9\x12\x59\x9e\x17\xa8\x4f\xd6\xec\x77\x91\xcb\x46\xaf\x00\xd8\xcf\xcd\x56\xd1\x2c\xab\x4a\xd7\xd6\xa0\xa9\x07\x24\x40\x6b\x25\xcb\x39\x3f\xd0\x8d\x32\xcd\xd6\xd1\xc0\xe8\x8d\x06\xc9\x9e\x73\xa9\x8f\x45\x56\x93\x42\x32\x9c\x04\x02\x94\xc4\xf0\x41\xde\xe2\xce\x3b\x0d\x82\x29\xeb\x87\x6e\xee\xf2\x52\x65\x17\x56\x2c\xf6\xf9\x44\xea\x5d\x7a\x73\xae\x64\x73\x29\x9b\xcf\x90\x36\x3b\xbb\x44\x3f\xf4\x4c\x7c\xee\x35\x50\xde\xfb\x4c\xc1\xe2\xea\x4a\xdf\x3f\x4d\x2c\x3e\x9b\x4b\xa2\x0b\x04\xe5\x8a\x3f\x6f\xea\x2b\xc8\x8f\xbd\x5c\xe8\x09\xab\xa8\xff\x21\xe6\xc3\x26\x10\xae\xe4\x44\x2a\x95\x35\xd7\xba\xbd\x3e\xbe\x7a\x1a\xcf\x48\xc3\x69\xd9\x52\x96\xf8\xda\xc0\xab\x3e\x53\x7b\x75\x94\x59\x8e\x06\xc6\x05\x47\x20\xe6\xea\xe9\xc2\x69\x23\xff\xb9\x94\xd5\xe4\x5a\x64\xe6\x06\x53\xf2\x59\xfd\x12\x99\x16\x4d\x08\xf1\x30\xd5\x59\xa6\x18\xa6\x2a\xa6\x5d\x10\x51\x28\x82\x88\x81\xc0\x16\x29\x7c\xa9\x5f\x7b\x1a\x8d\x5f\x9b\xd0\x7f\x9c\x00\xd1\x01\xf9\xeb\xdf\x0f\x43\x74\x6c\x8a\xc1\xe1\xbe\xe7\xb2\x84\x9d\x9e\xd6\xb8\x42\x65\x66\x63\xa3\x02\xf0\xbb\x62\xd2\x84\x9f\x12\xec\xe3\xfd\x76\xfd\xf0\x85\xd0\x23\x4f\x65\x73\x29\xb2\xff\x87\xbd\x7f\xe1\x6a\xe3\xd8\x12\xc5\xf1\xaf\x52\xf6\xcc\x35\x70\x22\x04\xe2\x29\x29\x96\x19\xbd\xb0\xb9\x31\x86\x01\x1c\x9f\x33\xc6\x2b\x69\xa4\x12\xd4\xd0\xea\xd2\xed\x6e\x81\x09\xe6\xbb\xff\x57\xbd\xf7\xae\xaa\x16\xe0\x24\xf3\xcf\x6f\x56\x3c\x6b\x72\x50\xd7\xae\x77\xd5\xae\xfd\xde\x12\xd1\x1a\xfe\x6a\x4c\x05\x6d\x3d\x32\x39\xe3\x0b\xf6\x9b\xe9\x4c\x93\x6f\x70\x75\xd5\x32\x4c\xe6\xa9\x84\xbe\x64\x36\x5c\x81\xd4\x34\x9a\x6d\xb5\xa3\x2c\xd9\x94\x2a\xa4\x29\x23\x15\xe8\x89\xd9\x29\x45\xb6\x8f\x15\x24\x91\x71\x1d\x57\x59\x66\x2f\x75\x52\x10\xfa\x55\xf3\x97\xc5\x5d\x21\x83\x4e\xa8\xb0\x0c\xee\x26\xde\x89\xb3\xce\xa6\x53\x3a\x16\x7c\x27\x9a\xbb\x18\x2a\xc8\xba\x6e\x26\xf4\x1f\x26\xfa\x9b\xf2\xfa\x04\x1b\x2b\x56\x6f\x5f\xac\xbe\x3e\x2e\x55\xf9\xc5\x4f\x86\xa7\x07\xff\x35\xfc\x65\x30\x7c\xdf\xfd\x17\xe9\x90\xed\xf5\x75\x1b\xac\xe8\xb0\xfb\xcf\x5f\x74\x71\xf7\xec\x6c\x78\x78\x7c\x76\x4a\x3a\x64\x13\x0b\xf6\xdd\xa3\x2b\xe5\x4b\x2a\x34\xa5\xfe\x86\x6e\x05\xcf\xdc\x9a\xf2\xdc\xf0\x35\xea\xae\xeb\x4b\x01\x19\x1c\x29\xd8\x0a\x58\x5c\xd0\xb2\x42\x77\xae\xfd\x9c\x4e\x68\x4e\xf5\xda\xc4\xd8\x22\x78\x56\x35\xf3\x6b\x85\x32\xf7\x51\x5a\x8a\x3c\x58\xee\x58\xca\x6d\x83\xe1\xc8\xa8\x81\x04\x0b\x4d\x74\x62\x3c\x27\xa5\x74\x29\x2f\x2a\x79\x6f\x25\x71\x16\xf8\xe5\x1e\x10\xeb\x4a\xaa\x04\xa9\x2a\xb7\x0e\x66\xe0\x71\x99\x53\x48\x30\x5a\x83\x85\xef\xcb\xd7\x8e\xac\xa3\xc5\x8e\x75\xcb\x92\x4e\x67\x65\x81\x88\x5e\x00\x65\x96\x13\x63\x16\x39\x47\x1f\x34\x11\x0c\x40\x5b\xf1\x01\x7e\x59\x65\x42\xf6\xa7\x48\xad\x2a\xc2\x69\x18\x89\x83\xec\x57\x27\x01\x97\x9d\x03\x51\x14\x79\x46\xae\x70\x02\xfc\x90\xe1\xd2\x68\xbb\x47\x04\x12\x84\xc4\x70\x44\x7c\x1b\xc7\xc2\xd4\x2c\x05\xe4\x7e\x1d\xbf\x00\xbf\x2e\x08\x4b\xf2\xd4\xf4\xe5\x20\x80\xa9\x8f\x36\x6a\xf1\x27\xa2\x16\x25\x12\x3c\x03\x08\x19\xd2\x36\x60\x0a\x7e\xc4\x7d\xde\xb2\x4c\xc5\x01\x50\xfc\xe0\x72\x24\xb9\x72\xb0\x73\x3c\x93\xfb\xa5\x86\x64\x05\x8d\x72\x3f\xeb\xe6\x29\x58\x8e\x80\xd6\x10\xb6\xab\x61\xe1\x43\x32\x8e\x64\xa8\x7f\xf0\x33\xfb\xbc\x88\xcd\x3b\x08\xc8\xfa\x22\xba\x68\x2e\x0c\x25\x2b\x70\x49\xf7\x26\x61\x92\x51\x5e\x5e\x89\x86\x44\xcd\xb5\x1b\x10\xae\x85\x12\x71\x85\xc1\x58\xc3\x2c\xeb\xb7\x2c\xab\x11\x43\x5e\xd5\x62\x8b\xe9\x05\x50\xc5\xb3\x0a\x0e\x47\x74\xac\x6a\x1b\x0a\x5a\x9e\xb1\x29\xe5\xf3\x72\x79\x79\x05\xe5\xe5\x81\xb0\xea\xb9\x30\xcb\xe9\x27\x16\xc3\xdb\xf5\xb4\xc9\x2e\x68\x31\xc8\x4e\xb6\xe0\x9a\xc4\x13\xb2\x07\xf8\xc5\x5a\x87\x46\x0e\x45\xdb\xc5\x76\xaa\xba\x2a\xa8\xf9\x27\xdd\x96\xfb\xbf\xd6\x75\x94\xb1\x96\x62\x3d\xa3\xd0\x56\x4f\xba\x31\x8f\xde\xab\x3f\xfa\x66\xe9\xf6\x54\xb5\xf8\x73\x15\xd4\x78\xc6\x7d\x24\x38\x35\x5e\xfc\xcc\xfe\xde\x2b\xea\x5d\xd2\xa7\x5c\x82\xea\x9b\x93\x3d\x69\x56\x78\xc0\x93\xc9\xf3\x91\xca\xd3\x2e\x21\x30\x27\x09\x9f\x2b\x34\x88\x30\xf1\x3f\x7a\x0f\x2a\x4a\x1f\x9d\xae\x3f\xb2\x85\xb1\x7e\x40\x5e\x6e\x4b\x3b\xc6\x6c\x08\x81\x31\xa0\x25\x32\x3b\xb6\xce\x8b\xba\x7c\xf5\xa5\x73\xd7\xab\x57\xe0\xb3\x7a\xf7\xb5\xd3\x97\xed\xa1\x8d\xe4\xf0\x4e\x62\x8c\xfd\x5f\x55\x4e\x60\x10\x94\xe5\xfc\xe5\xb4\x58\x35\xbd\x9f\xbf\x0c\x92\x04\x2b\x03\xb0\xce\xfd\x3d\x99\xb2\xec\x93\x22\x43\x1a\x35\xf1\xc3\x38\x06\x35\xc8\xc3\xc3\x1b\x78\x28\x5e\x87\x84\x3a\x68\xb5\x5a\x5d\xf5\x00\x9c\x07\xc1\x92\x3c\xa8\xf4\xc4\x18\x75\x25\xd9\xdd\xca\x03\x0a\xf2\x01\x73\x9b\x1a\x0b\xd0\x70\xdf\x90\x99\x70\xfc\x20\x79\xf7\x45\xb0\xd4\x61\x6b\xce\xda\x1b\x1c\xed\x27\xb6\x58\xdd\xda\x02\x7c\x15\x98\xde\x7e\x1f\x8e\xd6\xe7\x41\x54\x7a\xf5\x8a\x88\xeb\x6a\x56\xb3\x8e\xbb\xae\x1c\x63\xfc\xa2\xc8\x64\x1b\xe8\x65\xff\x7e\x82\x2e\x8e\x7e\x35\xd1\xbd\x60\xc8\x31\x22\xcf\xbf\xe8\xf1\xb6\xeb\x5c\xfd\x51\x31\x3c\x82\x5c\xca\x9d\x3d\x71\x05\xd2\x08\xd7\xc2\x69\x22\x9f\xf0\xb4\x2c\x1c\xe8\x98\x15\x23\x9e\x65\x50\xad\x43\xa4\xb9\x8c\x34\x80\x58\x54\x35\xc8\x1b\xe9\x62\x49\xfc\x83\x7c\xe0\x25\x6d\x93\xb9\x54\x3d\xa6\xc9\xf4\x62\x9c\x10\x69\xa7\x76\x41\x95\xe8\xd9\xb2\xf5\x05\x19\xf3\x6c\xa9\x24\x05\xa5\x53\xc1\xe2\xdf\xf2\xfc\x9a\xb0\x0c\x00\xd4\xb5\xcc\x21\x30\xbc\x06\x28\x6e\x59\x70\xdf\x20\x20\xa3\x13\x47\xc4\xce\xd0\x53\xd1\xa8\x81\xb2\x29\x48\x49\xb8\x9d\x5e\x15\x15\x2b\xcb\x55\x88\x29\xaa\x96\xbd\x76\x57\x3c\xb5\x5b\xb4\xc9\x13\xa5\xa9\x33\xca\x57\xd4\xcf\x8a\x57\x63\x64\x55\x75\xa0\x86\xdf\xa9\x57\x07\x60\xd1\x4c\x0d\x3d\x20\xac\xc5\xa1\xf3\xd6\xd9\x51\x46\x4f\x51\xc5\x93\xc7\x15\xff\x51\xb7\x0b\x82\x5e\x76\x70\xbd\x6d\x8a\x55\xf6\x9b\xb5\x92\xef\xb8\x3a\xcb\x60\x21\x5e\xbd\x02\xcb\xa2\x1e\xc2\x15\x49\x47\xfa\xaf\xe3\xb7\x6f\x64\x19\x2c\xf9\xab\x57\x60\x03\xf4\x4b\xe9\x57\x54\x5f\xc3\x24\xad\x60\x54\x76\x9d\x3c\x26\xfe\x75\x54\x0c\x86\x06\x8b\x87\x10\xb9\xd9\xb8\x49\xe0\xa1\xe8\xfb\x1e\xc1\x7d\xf0\x08\xc5\x0a\x31\x01\x71\xa2\x02\x7f\xf5\x6a\x3e\x9c\x91\x1e\x04\xcb\xe5\x41\x3e\xd4\x30\x1b\x06\x7f\x3d\x9d\x99\xf3\x0e\xa2\xcf\xdb\xb9\x5f\xc0\x32\x2f\x20\x4e\x17\xc8\x55\x0c\x88\x77\x2f\x22\xb9\x9e\xad\x47\x4c\xd4\xa0\x23\xa6\x73\xb6\x54\x68\x01\x6d\xed\xab\xec\xee\x8d\x2c\xf4\x2c\xb9\xa6\x52\xf4\x6b\xcd\xef\xb4\x3b\x89\x52\x7d\x29\x6b\xdc\x44\xa7\x62\xe5\x20\xd5\x87\x82\x48\xa4\xd0\xbb\x18\xd1\x6c\x9c\x64\xc6\xa7\x08\xd9\xf9\x69\x60\x65\x2e\xe8\x77\x52\x72\xd5\xb2\x27\xfe\xd4\xde\x00\xda\xad\xd7\x64\x2e\x7f\xcc\xe9\xc7\x73\x6b\x4f\x69\x49\x4a\x5e\x26\x29\x90\x69\xb9\x00\x60\x5e\x84\xcf\x9c\x4e\x13\x96\xb1\xec\xf2\xad\xf1\x8a\xfa\x6c\xe2\xdb\x14\x5f\x80\x23\xb0\xc6\xcf\x6f\xa1\xa3\x9c\xef\x06\xec\xb7\xf5\xea\x95\xdf\x7c\xdc\x15\xf8\x87\x1f\xe4\x70\x21\x26\x02\xbd\xc9\x94\x8a\xb8\x95\x19\x9f\x2d\x4b\x34\xef\x8d\x43\x9b\x31\xc1\xca\xe2\xee\x83\xdf\xc0\x41\x09\x1c\xdc\xa0\xfd\x79\x71\xb5\x5c\xaf\xd7\xe3\x35\x83\x23\x7b\x1e\x98\xa6\x9a\xf9\x68\x0f\x87\x47\x6d\x37\x9c\x2d\x86\xdc\xac\x78\x82\x10\x51\x24\xc3\xe3\x09\x64\xa0\x54\xd0\xca\x1c\x43\xfc\x65\x13\x85\x88\x1f\xda\xfe\xa4\xcf\xb3\x32\x61\x99\xfa\x16\xe6\x0f\x11\x5f\x23\x39\x47\xce\xa5\x71\xe7\x94\xb3\xdf\x28\xf8\xf6\x04\x07\x1d\x51\xb1\x7f\x45\x47\xd7\x17\xfc\xab\x8c\x83\x2f\x60\x94\x55\xb7\x52\xd2\x76\x65\x63\x85\x0d\xcd\xd5\x97\x42\xe1\x84\xb9\x60\x5d\x40\x6f\xfb\xde\xaa\x7c\x41\x0b\x3a\x95\xd7\x7b\xae\xdc\x02\x95\x17\x8b\x2b\x1a\xe4\x7c\xa6\x9b\xc0\x43\x8e\xa4\x10\x89\x26\xcd\xb8\x37\x23\xd0\x89\xe0\x17\x37\x11\xe4\xc2\x30\xc9\x4f\xba\x69\xea\x16\xe0\x49\x8d\x54\x8f\xe4\x84\xdf\x62\xd7\xa5\xca\x84\x28\x9e\x1b\x13\x6c\xe1\xf1\xda\x7f\x68\x1e\x15\x90\x04\xa6\x86\x1d\xa6\xc1\x4f\x19\xcc\x75\x41\x7a\x18\x38\x11\x14\x8b\xc9\xab\x64\x0a\xab\x1c\xbf\x3c\x70\xe8\xaa\xf4\xfb\x12\xdd\x20\xa3\x1c\x0c\x3b\x37\xf7\x63\xcd\x11\xde\x6b\x10\x1e\x0f\x16\xe1\xfb\xaa\x96\x2e\xe3\x6f\x9b\xba\x8a\x77\xd1\x84\x3a\xfd\xe1\xfb\xf7\xbf\x9c\x9e\xfd\xeb\xfd\xf0\x97\xe3\x93\xa3\x63\x90\x55\xe7\x91\x44\x3a\xfd\x77\xc3\xfe\x4f\xaa\xfa\xa7\x83\xc1\xd9\x3b\x81\xb8\xe4\xb7\xde\xd1\x3f\xf5\x97\x58\x53\xf2\xf6\x83\xf6\xd6\xd6\x94\x51\xc8\x0d\xcd\xef\x74\x7c\x32\x15\x64\x42\x05\xc7\x67\xe2\x81\x55\x91\x96\x66\xc9\x88\xe6\x24\x19\x8f\xe9\xb8\x4e\x0e\xe4\x30\xac\x82\x59\x3d\x54\x25\x57\x1a\xd8\xd2\x19\xdf\xcb\xec\x75\x82\xbb\x11\x27\x69\x96\x26\x52\x9b\xe8\x8e\xe0\x71\xb7\x3f\x3c\x71\xe3\x7f\x7b\x72\xf4\xf1\xf8\x97\xe1\x3f\x8f\xbb\x1f\x06\xfe\x1c\xea\x21\xe5\xa0\x86\x84\x56\x45\x93\xd9\x3a\x88\x93\xcd\xd1\x74\x49\xcb\x03\xe7\xc1\xf8\x1f\x93\x74\x4e\xb3\x72\xce\xdc\xd6\xa1\x46\xe6\x05\x95\x78\x2f\x52\x41\x3e\x07\xab\x57\x9c\x5f\xc7\xd2\xe3\xe0\x6e\x9f\xe0\x31\x09\x72\x12\x29\x14\xa9\xd0\x25\xb8\xff\xc1\x07\xe0\x1b\x08\xbe\x9e\xba\x10\xd5\xc1\x67\x53\xe3\x3b\x90\x2d\x18\x1f\xc2\x85\xb5\xf0\x13\x18\x97\x9a\xca\x09\xe5\xb9\x8d\xdf\xf5\xb4\x31\x54\x20\x5a\xb3\xbc\x1a\x2a\x9a\x7f\x28\xda\x9e\x9f\x8e\x28\xde\xde\x09\xbf\x7d\x4a\x63\xe2\x1e\x56\xb5\x04\xb0\xb1\xfb\x3b\x96\xd2\x69\x51\x4a\xab\x23\xe9\xa8\xf2\x89\x95\x57\x3f\xd1\xbb\x1a\x39\xb0\xa8\xf6\x09\x19\xba\x22\x0e\x9c\xc6\xef\x75\x00\x82\x1d\x9a\x6f\xea\xa0\xa2\x4f\x4f\xc2\xc1\x4f\xcd\x58\xf5\x9c\xbc\x4f\xf1\xe3\x1a\x39\xdd\x26\x1d\x4e\x68\x28\x89\x40\xad\x35\xa7\x0c\x88\x4d\xc7\x07\x7e\x38\x02\x95\x17\x29\x29\x4a\x29\x8b\xdd\x0b\x3e\x9f\x7a\x19\x9d\xd0\x6f\x09\x95\x8c\xff\x7b\x5e\x94\xd6\xb0\xad\x6d\x8e\xbc\x49\xcd\xe4\xdc\xe9\x3d\x33\x2f\xc9\x22\xb3\xec\x32\xfc\xec\xfb\x6c\x57\xda\x87\x75\xc9\x3c\x63\xff\x6f\xee\xfc\x9a\x74\xf2\x51\x98\x47\xc4\x25\x05\x91\x96\x6d\xac\xd4\x99\x40\x91\xad\x2c\x4e\xf5\x44\xaa\x33\x05\xc1\x1c\x41\x01\x22\x0a\xd2\x03\xf9\x7b\xb1\x12\xf9\x86\x2d\x66\x0e\x0f\x3e\xfc\xd2\x3f\x7a\xff\xf1\xf0\x83\xc6\xf9\x1d\xd2\x58\x5f\xff\x51\xe5\x4a\x51\xe6\x3f\x92\xb3\x4b\xf9\x45\x92\x92\xa9\xb4\xeb\x1f\x97\x57\xae\x01\x9b\xc2\x6b\xf8\x61\x30\x3c\x19\x8a\xa7\xe3\xc3\xe0\xe8\xd3\xe9\x2f\xdd\x77\xc3\xee\x80\x74\xc8\xc6\x8f\x8f\x82\xf6\x86\xef\x0e\x3e\x18\xd8\xf3\x4c\x1e\x74\x38\x6e\x19\xd7\xc5\x04\xd9\x3c\x9a\xb2\xf2\x75\x64\x2d\x5c\xa6\xaf\xa5\x37\xe4\x55\x88\x8c\xa5\xfc\x28\xc8\x5d\xd5\x06\x57\x5d\x33\x2e\x38\xb2\x65\xdb\xa7\xae\x7c\x87\x01\x95\x67\xe0\x84\x4e\x5c\x54\xe0\x89\xc2\x26\xbe\xf9\x89\x61\x17\x59\x11\x07\x97\x69\xa7\x34\x10\xa0\x66\xa2\xb0\x10\xd9\x98\x3a\x36\x08\x7d\xbc\x86\x0b\x1d\xae\xe1\x55\x44\xa5\x38\x30\x7a\x14\x4c\x85\x02\xd2\xa6\xd1\x7a\x88\x7a\x35\xd5\x2a\xe3\x2e\xb4\xa5\xdc\xaa\x32\xa7\x96\x94\xce\xdc\x70\x36\xb6\xed\xa8\x9b\x7e\xa0\x2f\xb2\x6b\x65\x24\xbf\x5b\x54\x50\xb3\x77\x7d\x41\x5b\x27\xfc\xd6\x98\x90\xb4\xc9\x72\xce\x6f\xdb\x1e\x4b\x11\xad\x02\x34\x79\x4f\xad\x65\x5e\xe4\x82\xfd\x26\x07\x6b\x4c\xfa\xfa\xfe\xa0\x33\x7a\xfb\x09\xda\xde\xd7\x08\x06\x0d\xe3\xd3\x45\xfa\xe9\xce\x4b\xee\xfa\x0a\x16\x66\xf4\x94\x96\xfc\x88\xc8\xa2\x19\x3f\xc4\x77\x50\xa9\x2b\x8d\xd8\x25\x95\x6b\xb6\x85\xa6\x7b\xc8\x5f\xa7\x46\xe8\xcd\x9e\x0d\xe0\x20\x8e\x63\x24\x12\x53\xd0\x70\x2f\x9d\xe7\xa2\x31\x95\xe0\xf8\x99\x95\xd5\x63\xab\xa3\x29\x9e\x88\xed\x5a\x1e\x63\xca\xa3\x1d\xd0\x22\xb2\x15\xa0\x17\x05\x41\x68\xac\x2f\x94\x20\x42\x57\x95\xb9\xb8\x4d\xa4\xa7\xfd\xf6\x27\x90\x4d\x57\x22\x2f\x65\x78\x2f\x6d\x6e\xad\xdd\xa4\xc0\x89\xf3\xa9\xb6\xbd\x05\x35\x08\xfd\x3a\x13\x6f\xcb\xaf\x39\x9d\xfc\xaa\x6c\x35\xa5\xcc\x24\xf1\x6c\xc4\x65\xc3\xda\x52\x3e\xa3\x39\x30\x1e\xbc\x4a\xb2\x71\x4a\x0b\xad\xe4\x95\x66\xd5\x52\x00\x25\xdd\xf8\xe7\x25\xcd\xc9\x34\x61\x4a\xf4\xa1\xc2\x8a\x96\x9a\x15\x37\xd2\x36\x8d\xae\x3d\x04\x1c\x38\xdd\x9d\xdd\xcd\xe8\xeb\x38\x9e\x7e\x63\x22\x12\xcd\xc2\xb7\xcb\x41\x29\x4b\x41\xa8\x81\x56\x7e\x5c\x56\x54\x17\x04\x2c\x0b\xb2\x33\xa1\x70\xeb\x49\xce\x92\xf7\xc9\x05\x4d\xf7\x79\x2e\x7a\x02\xf4\x32\x2e\xb4\x62\x08\x23\x8f\xa9\x84\x61\xe6\x5e\x99\xbc\x84\x5e\xba\x96\x51\x5c\xa0\xe3\x87\x41\x1f\x05\xa2\x9c\x8a\xd0\xf0\x28\x98\x7a\x10\xf5\x9d\x65\x63\x69\x4d\xe0\x04\xe2\x30\x0a\x3c\x2b\x8e\x05\x93\x77\xc5\x53\x71\xe4\x93\x32\x89\x27\x5f\xd4\x5f\x53\x2c\x40\x12\x97\x45\x51\x6b\x37\xfc\x9a\x8e\xd1\xb7\xbe\x4a\xe0\x7f\x48\xb3\x79\x0d\x63\x1b\xd5\x70\x3f\x65\xa3\xeb\x78\x49\x50\xd3\x8b\x18\x07\xc2\xc1\x4d\xdd\x50\xec\xc7\xe3\x9c\x4a\xf5\xdf\xf8\x28\x93\xe1\xbc\x61\x4f\xe8\x35\x82\xab\xf4\xdd\x71\xdb\xec\xf6\x47\x8e\xc3\xdb\x9c\x99\x45\xc9\xf9\xad\x3e\xaf\x72\xeb\x0e\x93\xd9\xef\xed\x58\x79\x0b\x75\x67\xb3\xf4\x4e\xfc\x47\x47\xf5\x3a\x51\x49\x91\xa0\x11\xdf\x25\x2d\x7f\xb2\xd1\xb1\xfc\x98\xff\x91\x14\x4c\x95\x61\xfb\xbd\x00\xff\x53\x96\xb1\xe9\x7c\x7a\x2c\x9d\xba\xf6\x79\x2e\x68\x1e\xd7\x25\x08\x20\x6a\xd6\x1e\x66\x65\x82\xa9\x9c\x46\x34\x4d\x41\x98\x9f\x4e\xa5\xac\xa5\x86\x31\xb4\x77\x11\xe7\x05\xdd\x4f\x8a\xf2\x40\xdc\x9b\x5a\x8c\x2c\x33\x3b\x84\x99\x01\x7b\xe0\x2d\x0f\x60\xbf\x28\x7a\xc0\xfd\xf4\xa9\x0e\xb3\x2e\x28\x10\xbb\xa6\xec\x6a\x88\x70\xab\x85\xd4\x96\xbd\xe5\x80\xf7\x56\xc1\x4e\xd0\x55\xb6\xf4\x5c\xcd\x23\xc0\x6a\x8f\x10\x4a\xb5\x85\x04\x50\x2d\x42\xd2\xd4\xe2\x34\x8b\x59\x4b\x75\x3c\x11\xb5\xe6\x96\x46\xc7\x62\x3c\xca\xe4\x2b\xab\x33\x13\xd6\xa2\xe4\x4c\xad\x92\xf8\xa8\xc5\x89\x89\x5a\x15\xb9\x50\x83\xcf\x7d\xe5\x45\x6b\x57\xa5\xc8\x30\xe7\xe8\x90\x49\x07\x64\x99\x5b\x0e\x97\x28\x44\x06\x50\xb9\x0d\x37\xce\x68\x3a\x76\x87\xbd\x4f\xd3\xf4\xe7\x24\x9d\x53\x77\xd1\x2e\xa9\x20\x1d\xba\x1e\x76\x70\x5f\x07\x32\xb4\xc4\x05\x1d\xf7\xee\xe0\xb3\xd0\x9b\x97\x25\xcf\xfc\x6a\xa0\x48\xee\x76\xb4\xfc\x82\x7f\x15\xe3\xf0\x33\xbb\xcf\x0b\x7a\x42\xc7\xf3\x11\x1d\x9f\xf0\xdb\x13\xe3\x17\xa5\xca\x68\x26\xb6\x54\xe9\x27\xbb\x19\x53\x9e\x73\x85\x2d\x2c\x69\x7e\xc8\xc7\x49\x6a\xf7\xfc\x28\x3b\xe3\xf3\xd1\x55\xad\x8a\x52\x8a\x61\xd9\xc8\xe9\x77\x08\x28\xfe\x34\x8f\x4d\x83\x2a\xc1\x9b\x4c\xee\xf6\xa3\x2b\xd6\x89\xdf\x54\x44\x69\xf9\x63\x0f\xfe\x68\xc3\xfa\xa8\xdd\x9c\xdf\x1e\x8c\x95\xc1\xc1\xc1\x78\x79\x29\xe7\xb7\x4b\x2b\x08\x20\x96\x4c\x22\x1a\x10\x18\x46\xa4\x03\x55\xe9\x18\xd1\x2c\x63\xfa\xf5\x30\x99\x91\x8e\xd8\x83\xb7\x95\xe5\xa0\x31\xd7\x9c\xf1\x8e\x03\x81\xfc\xad\xaf\xc2\xbc\xa0\x87\x74\xca\x97\x97\x57\x70\x2e\x09\x3f\x94\x3a\xf0\xa1\x56\x3e\x9e\xca\x20\xa9\xe8\x0a\x1c\xd2\xb6\xf8\x4d\x07\xcf\x5e\xcc\x94\xd7\x2a\xda\xea\xd1\x2b\x96\x3d\xa3\x31\xc5\xb6\xdb\xd6\xd0\xdb\xe4\x63\x52\x99\x13\xc3\x7f\xb0\xb4\x32\xbb\x46\x3e\x5b\xfc\x6c\x5a\xb1\xd5\xdd\x2b\xf7\xc5\xac\xaa\x4c\xde\x1b\x51\x24\x75\x62\xea\xa5\x7a\xc6\x33\x2a\xe5\x19\x13\x9e\x7b\xd1\x69\x33\x9d\xdc\x4e\x5a\xfe\x3e\x12\xc9\x56\x60\x15\x10\xc7\xf6\xe9\xfd\x5f\xb1\xf1\x58\x47\x65\x7e\x78\x6a\x67\x41\xd8\xdc\xb5\x35\x51\x0f\xbc\x6b\x4a\x06\x2f\x2b\x69\xb2\x8e\xb0\x42\x93\x0a\xd6\x53\x51\x75\x23\x75\xf1\xd6\x57\x54\xa6\xbc\xbe\x4a\x0a\xf9\xd5\xf2\x75\x9a\xee\x3c\xb7\xfa\xec\xc5\x5d\x3d\x1e\xfb\xfe\x69\x71\x9c\x17\xf6\x02\x22\x6f\x3c\x32\x1a\x18\x32\x0a\x46\x86\x5c\x5c\xcb\x4b\xb8\x4b\xa0\x85\x0f\xda\x47\x09\xbc\xb8\xb1\x6f\xdf\x88\x49\xea\xf7\xed\x5b\x8c\xbc\xf8\x71\xd1\xb1\x89\x74\xb8\x17\x3d\x4b\x37\xba\xb4\xfd\x84\x93\x66\xce\x5a\xc8\xa1\xc8\x05\x0b\x35\xd1\xba\xfe\x77\x1c\x71\x79\xc5\xce\xbd\x2c\xc1\x06\x73\x1f\xd9\x97\x05\x6a\x8e\x01\xfe\xeb\x27\x69\x7a\x91\x8c\xae\xb5\xc1\x90\xe1\xcf\xdf\xa1\x34\x49\xa1\xba\x63\x31\xe7\x08\x50\xe7\x6b\xdc\xf3\x7d\xbd\x5e\x0f\xbb\x78\x20\x6b\x46\x5c\x65\xcc\x79\x3e\x7f\x91\x7f\xac\xc4\x9e\x33\x6f\x52\x4a\xd7\x11\x9d\x94\x6f\x63\x1d\x8c\xd3\x4f\x39\x24\xd0\xe1\x17\xdc\xa9\x7c\x10\xab\xd6\x71\xa6\xe3\x1f\x47\x4a\x51\x23\x51\x88\xc8\x3b\x14\x0e\xad\xba\x7b\xb3\xd2\x7b\x71\xdd\xdf\x72\x75\xcd\xda\xc2\xe3\x61\x73\x5d\xb6\x17\x82\xd9\xf5\xfa\xde\x7e\x9e\xb0\xce\x76\x6b\xa3\xeb\xac\x4a\x17\xad\x73\x78\x34\x9e\xb5\xce\xaa\xfa\xf7\xac\xb3\xaa\x59\x35\x7f\x55\xfa\xe8\x3a\xdb\xf9\x55\xaf\xf3\x53\xfa\xf9\xe2\x5f\xa2\x40\x97\x18\xa5\x87\x22\x3a\xc7\x6a\xc2\x68\x64\xf4\x41\x71\x9e\x30\x92\xc8\xc9\x96\x84\xf9\xef\xe2\x79\xf2\x82\xac\x78\x95\xd2\x9f\x98\xa8\xc6\x67\x8e\x03\x22\x68\x11\x4b\x5b\x35\x78\x7f\xe8\xb1\x81\x7b\xc3\xae\x1c\x74\x38\xe4\xc8\x80\xbd\xad\xc4\x2c\xaf\x31\x40\x92\x01\xb5\x42\x5e\x58\x5a\x9b\x45\xbe\xd7\xb9\xa9\xe8\xdd\x24\x64\xd5\xb4\xe8\xcd\x30\x2b\x0c\x8c\xd6\xc6\x39\x9f\x21\x43\x28\xb9\xd8\xed\x2a\x90\xbd\x76\xdc\x86\xca\x59\xb3\xd9\x46\xb4\x24\xfa\x90\xcf\x0b\x2a\x19\x53\x5d\x12\x06\xc6\x57\xb4\x94\xcc\xe1\x35\x00\x7d\x55\x74\x45\x3a\xf1\xef\x75\x3e\x2f\x0b\x36\x76\xf6\xe2\x2a\x18\x59\x6c\xe1\x03\x57\x34\x38\x45\xb1\xfc\xe8\xf7\x8b\x4e\x55\x8f\x8a\x48\xf3\x8c\xa9\x83\x79\x90\x0e\x6a\x2f\xf4\xcc\x12\x23\xd0\x32\x94\x48\xbe\x78\x12\x37\x21\xf7\x2a\x3c\x12\x15\xca\x4d\x15\xfe\xd6\x9b\x54\x57\x0d\xff\x93\xbc\x81\x06\xc5\x29\x9d\x94\x20\xb2\x68\x0c\xfe\x35\x84\x97\x01\xb6\x16\x56\xf8\x17\xee\xa0\xe4\xb3\x47\xc0\x51\xfb\x2a\x3a\x17\x04\x0f\x7c\xf5\x62\x4b\x1f\xdf\xb9\x62\x2e\xf5\xf2\xbe\x5f\x5d\xe4\xcf\xf8\x09\x5a\x0e\xba\x0a\x0d\x3a\x0d\x81\x14\x6f\xa1\x66\x76\x30\x46\x3f\xa1\x2a\x0b\x50\x7f\x95\x19\x0b\x8a\xea\xe6\x2e\x5a\x78\x23\x14\x66\x09\xf3\x21\x81\x85\xad\xd7\xeb\x0b\x24\x76\x04\xc8\xb5\xcc\xcc\xec\x42\xa0\x90\x64\x35\x7f\x25\x74\x3b\x7e\x75\x0f\x75\xe6\xfc\xd6\x5a\x30\x7b\x22\x7a\xb2\x47\x1a\xa4\x4d\xd6\x57\xc8\x0f\xd8\xfa\xcd\x1a\x29\xff\xa0\x52\x56\x15\x64\x4f\xa9\x00\x5c\xba\xb4\x75\x28\xc9\x18\xf1\x54\xf7\xa1\x11\x65\x8c\xa8\x7f\xd1\xa9\x26\xeb\xc1\x48\x74\x0b\xde\xfb\x44\xf6\xfc\x17\x0b\x0e\xc5\xd6\xd2\xcc\x91\x69\x0d\x9f\x09\x68\xa5\xf2\x38\x99\xf4\x7d\x69\xf6\x91\x3a\x46\xf0\x86\xfb\xec\x2b\x1d\xb7\x81\x1a\x44\xb2\x45\x51\x0b\xdb\x3a\x8c\xa4\x04\x9a\x78\xc7\x73\xf6\x1b\xcf\xca\x24\xb5\xa6\xba\xa2\x49\xa4\xec\x51\xcc\x16\xfc\x52\xbf\x8a\x55\x73\x23\xf5\x64\x7e\x26\x4f\x4b\x8d\x7c\x36\x73\x55\x02\x77\x3b\x27\xa8\xca\xf1\x34\x4d\xae\x35\xef\xf0\x79\x54\x2a\xc8\xc9\xb8\x38\x87\x36\xcc\xd0\x88\x1a\x94\x68\xe3\x68\x51\xab\x8f\xef\x6c\xf5\xa0\x1c\x01\xac\x4e\xd2\x7e\x98\x86\x16\x9b\x5a\x19\xb1\xa1\x6c\x6f\xaf\xed\x9b\x07\xbe\x0e\xeb\xbc\x09\x9d\x41\x1e\x1d\x96\xf7\xe6\x04\xce\x2c\xc6\x55\x00\x0c\xb7\xe6\xc3\x3c\x4a\xb7\x9a\x7f\xd5\xf4\xab\xf9\x17\xa3\x39\xcd\xbf\x90\xc6\x0d\x4a\x10\xad\x6b\xfe\x05\x34\xaf\x1d\x77\x35\xed\x6b\x41\x62\xf4\xae\xf9\xf7\xe0\xfd\x46\x3b\x86\xca\xa2\x8e\x59\x6d\xcf\x0c\xc7\x11\xd0\xd5\xdb\xb5\x50\x69\x54\xb5\xbc\xe1\xa2\xfe\x91\x34\xf7\xe3\x14\x76\x6c\x3a\x96\x79\x7f\xf4\xa6\x46\x04\x01\x95\x37\xf5\x19\x22\x81\xea\x41\xf9\x37\xf5\x5d\x98\xed\xfa\x4f\xb8\xa9\x28\xe5\x8d\xca\x28\xff\x60\x96\x07\x8c\xe0\xc7\xb0\x8e\x04\xf9\x89\xde\xd9\x94\x84\x88\xc0\xc0\x47\x14\xb4\xfe\x02\x85\xa9\xdf\x0b\x7a\xd2\x2e\x42\x7b\x75\x98\xaa\x7e\x4f\xa7\x2e\xf4\x0d\xc8\xe0\x78\xa4\x6b\xcc\x89\x26\x0d\x9c\xef\x52\x64\x20\x3f\xd1\x3b\x6f\x18\xe6\x08\x44\x55\x13\x9f\x4d\xa5\x2f\xfe\x35\xdd\x7b\x52\xad\x3a\x1a\x99\xdf\x46\x1b\x85\x07\x7a\xd2\x49\x79\x2a\xf2\xf4\x4d\x9c\xe1\xbf\xbf\x16\xf2\x6c\x47\xee\xb9\x62\xb2\xaa\x84\xad\x64\xcf\x33\x88\x68\x47\x54\x14\xff\x73\x38\x59\x99\x3c\xf4\x79\x7a\x3a\x4b\xb2\x60\x51\x35\x61\x17\xad\x23\xd3\x50\x82\x93\x1d\x05\x3a\xe6\xc5\x41\x76\x4a\xcb\xc7\xe0\x4e\x69\x79\x2a\x13\xeb\x2f\x06\x73\xb7\xe4\x51\x38\x6d\xf0\xb6\xe0\x02\xa3\xd3\x2d\xc9\xeb\x2a\x92\xbc\xba\xbb\xdf\xfd\xa4\x7d\x0f\xca\xfc\x1b\x63\xfe\x2f\xc3\x98\x68\x77\x97\x3d\xb4\xf8\x38\x52\x7c\xfe\x0d\x7e\xc2\xfd\x7d\xda\xed\x7d\xd2\xdd\x7d\xda\xcd\xfd\x1f\xbc\xb7\x0f\xe8\x32\x3e\x81\x98\xc4\x66\x85\xbf\x93\x98\x8c\x1b\xe7\xfd\xc9\x24\x26\x59\x70\x7e\x63\x34\xa8\x24\x19\xdf\x3a\x5a\x33\x2a\xb2\xf1\x9d\x5b\x2a\x44\x35\xbe\x1c\xc6\x9c\x68\x7c\x96\x73\x9e\xd2\xb6\xb6\x0e\xe9\x74\x90\x15\xc9\x1e\x59\xca\xf9\xad\xac\xb3\x44\xda\x64\x69\x96\xd3\xc2\x58\xdf\x2e\xd9\x06\x30\xab\xda\x7e\x8c\x3f\x0d\xea\xa9\x5d\x59\x50\x0f\x9d\x02\xa9\xa1\x9f\xa9\x84\x19\x2a\x42\xf7\x68\x5e\x94\x5c\x7b\xb9\x6b\x43\x2f\xbb\x45\x24\x4d\x2e\x68\x6a\x6a\x5e\x41\x74\x8f\xc5\x53\x6e\x61\xf6\xa0\xde\x1c\x1c\x5f\x2b\xcf\x51\x16\x45\x61\x2b\x84\x2c\x89\xbb\xb4\x2a\xbb\x5c\x6a\x3f\x6a\x7e\xf4\x58\xdf\x7b\xf5\x58\x97\xa0\x32\x08\xe1\x18\x68\x38\xc0\x46\x3f\xba\x21\x8f\xae\xfc\x82\xa9\xc8\x83\xe3\x9d\xe1\x62\xae\xcd\xbf\xe4\xed\x2b\x94\x25\x8f\x14\xc0\x28\x0e\x47\x8d\xd5\xf3\xec\x5e\x5e\x1e\x05\x6e\x46\x2b\x81\x80\x5f\xe2\x20\x64\xba\xef\x85\xcb\xd4\x8d\xb8\x44\x40\x9e\x5d\xbe\x6c\x72\xd9\x35\x43\x7e\x30\x0a\x94\xba\x89\xbb\x4d\xc7\x9f\x4c\xc0\x10\x5d\x62\x02\x5a\xad\x44\x02\x24\xb9\xa6\x8c\xa4\x72\x25\x2e\x8c\x95\x16\x0d\xbe\x8e\xbf\x92\xab\x8c\x56\xf0\x85\x9a\x6a\x9c\x4f\xe1\x22\xbd\x2d\xf1\x45\x8b\x4e\xf0\xe5\x23\x59\xbf\x66\x05\xcb\xdc\xa7\x32\x0f\x6f\xa5\xd6\x28\x03\x08\xda\x39\x5d\xb0\x92\x4e\x75\x9a\x27\x94\xb5\x5e\xa7\xa2\xde\x03\x79\x90\x8d\xfb\x4b\x32\x2a\x3f\x48\x59\x5f\x10\xfc\x07\x1d\xe2\x13\x7e\x1b\x28\x92\x4f\xf8\xad\xbb\x3b\x0b\xf5\xbb\xb0\x4a\x2d\x62\xb0\xb7\xe2\xda\x69\x47\x8a\x83\x40\x36\x8b\xe9\x38\x8d\xb9\x70\xce\xfd\x90\x0c\xd3\x11\xe0\xe6\xd3\xa3\x09\xb8\x9b\x85\xca\xca\x78\x20\x57\x32\x24\xc8\x2c\x31\xf6\x1d\xe4\xd7\x13\x49\xaf\x05\x23\x82\xad\xb5\xbd\x6b\xaa\x8f\xb0\xb6\x56\xac\x78\x7e\xdc\x2a\xf9\xaf\x4f\xac\xad\x0a\x27\x13\x1c\x37\x57\x9d\x39\xe6\xac\x56\x09\xce\xe5\x2c\x0f\x22\x28\x9a\xa4\x89\x9a\xf5\xd1\x64\x52\x08\x92\x2c\x42\xf6\x6c\x90\x36\x69\xac\x90\x1f\x16\xed\x0e\x68\xd2\x97\x90\x3f\x89\xb9\x0e\xe8\x9c\x36\xc9\xe2\x4c\x36\x1b\xb7\xc9\xaf\xff\x7e\x2f\xcd\x36\x1f\x56\xff\xfd\x5e\xce\xe8\xe1\xd7\xe0\x29\x0b\xe5\x90\x31\xe6\x9b\x67\xce\x77\x2b\x66\xf7\xac\x60\x90\xb3\x56\x85\x29\x34\x59\x64\x22\x4c\x2a\xcc\x84\x49\xa5\xa9\x30\x31\xaa\xbe\xd0\x44\x99\x54\xf9\x7c\x90\x2a\xeb\x76\x12\xe7\xf5\x17\x72\xf9\x51\x14\x8d\x87\x1d\xb1\x65\x26\x8f\xd8\x33\x93\xc5\x36\xcd\xe4\x11\xbb\x65\xf2\x88\xed\x32\xa9\x94\xbf\x54\x8a\x2b\x3c\xc2\xdc\x48\x58\xda\x55\x1e\x05\xe4\x31\x13\x69\xa2\x0c\xce\xfd\x01\x44\x3c\x11\x08\xa0\x4f\x25\xaa\x80\xb3\x28\xde\xe6\x6c\x2c\x1d\xcd\x80\xd5\x3c\x8e\x23\x26\x43\xb5\x8a\xcb\x1d\x68\xeb\x23\x56\xec\x2b\x0b\x55\x12\x00\x70\x59\xe1\x08\x8b\x72\x2a\xa3\x1f\xfb\x06\x67\x1e\x80\x2e\xf6\x1f\xae\x65\xbf\x5d\xab\x05\x76\x18\x0f\x23\x90\x2a\xac\x11\xbf\xe7\xe1\x2d\x97\xa8\x02\xd2\xe5\x91\x5b\x5e\x79\xa9\x17\x5c\xe9\xf8\x85\xae\xba\xce\x95\x97\xb9\xe2\x2a\x57\x5c\xe4\xe7\x98\x0e\x2d\xbe\xc2\x55\x17\x78\xf1\xf5\x8d\xb3\x99\x8f\x5c\xea\xc5\x57\x7a\xf1\x85\x7e\xb2\xfd\x53\xa5\x0f\xd0\xa3\xf7\x35\x7a\x35\x2b\x1d\x19\x16\xf9\x88\x90\x90\x28\x83\xc7\x10\xcf\x22\x87\x37\xfe\x11\x3e\x9a\x90\x98\x11\x84\xe9\x46\x80\x7f\x0f\x8d\xba\xd2\x26\xcb\xcb\x90\x4c\xf5\xa3\x2c\x80\x34\x0d\x96\x38\x5d\x89\xd9\xc6\x2e\x6e\x65\x31\x81\x1b\x20\x23\x31\x15\x34\x5e\xd5\x26\x68\x39\x92\xb7\xd6\x60\x11\xd8\x48\x6c\xcd\x58\x71\xc2\x2e\xaf\xca\x6e\x9e\x4b\x22\xba\x72\xbd\x90\x9b\xf0\x4f\xf4\xee\x82\x27\xf9\xb8\xc2\x53\xf8\x1e\x30\xef\xdf\xe7\xb8\x67\xd7\x40\x99\xf7\xa8\xa4\x38\x82\x62\x0c\xc2\x89\x2d\x9b\x08\x64\xca\x9c\x48\x2b\xf1\x03\x64\x2a\xbf\xc6\xe6\x6f\x1d\x6e\x9c\xfb\x6c\x3b\x88\x77\x62\x69\xca\x7a\xbd\x1e\xf1\xd0\x21\xce\x49\x58\x7a\xef\x63\x10\x41\x8d\xe3\x2f\x75\x08\x4e\xf6\x16\x96\xb6\xa3\x0e\x71\x06\x69\xb4\x81\x91\x87\x1b\x99\x86\x1a\x9b\xd0\x59\xc1\x88\x82\x2e\x2d\x28\x69\x47\x42\x6f\xd5\x6f\x68\x5e\xb2\x51\x62\x30\x98\x72\xab\x1c\x66\x25\xcd\xe5\xaa\x09\xe0\xb6\xd9\xb8\x47\x27\x1f\xab\x1d\x8e\x28\x0a\xd5\x46\xc7\x55\x8f\xc6\xf8\xbc\xe9\x23\x68\xdc\xe4\x9f\x3c\x9e\x78\x7d\xc8\x3c\x3e\xb3\x42\xbb\xda\x0d\x4f\xcd\xea\x24\x61\x05\x95\x2e\xb7\xc5\x51\x26\xa7\x88\x53\x4a\x18\xdf\xfc\x27\x0c\x5d\x00\xc6\x46\x28\xbf\xb7\xa1\xdb\xdf\x03\x3a\xf6\xd2\x5d\xa5\x43\xac\xf9\x90\xbe\xe6\xaf\x41\xf8\x8b\xf8\x02\x76\xee\x23\x37\xe6\x01\xd2\x2a\xe6\xe8\x76\xee\xb1\x73\xe6\x03\xc2\xed\x85\x2e\x2e\xf0\x67\xd3\x07\x16\x8c\x5a\x18\x69\x93\xd5\xb9\x97\xff\xf3\x10\xbc\x73\x34\x4d\x3b\xf7\xf0\xd7\x03\x7c\x5b\x3a\xe7\x2f\x21\x53\x79\xfe\x32\x20\x91\x3a\xf7\xf6\xcf\x87\x28\x55\xd5\xb9\xff\x53\x14\x91\x0f\x71\xda\xa7\x73\x8f\x7f\x07\x60\x8a\x16\x72\x60\xea\xf7\x43\x15\x89\xd5\xb9\x0f\x1d\x3f\x2d\xb0\x75\x07\xeb\xdc\x47\xfc\xea\xc0\x5a\x57\xb8\xd2\x8a\x85\xaf\x28\x7a\x00\x84\x85\x75\xa4\xee\xdc\xc3\x5f\xa0\x7d\xdf\xb1\x5a\x34\xec\x7f\x7b\x00\xc4\x19\x70\xa2\xee\xdc\xe3\xdf\x0f\x1e\x09\xdd\xb9\xd7\x7f\xe8\x02\x15\x27\x7e\x85\xb4\xed\xf1\xb7\xb8\x4f\xba\xb3\xc4\x4e\xba\x0d\x25\xff\x1a\xde\x11\xa2\x42\xd9\xa7\xde\x49\x7f\xe4\xe0\x55\x9c\xe7\xaa\x13\x6d\xc8\x9a\xe5\xf5\x95\x07\xc4\x48\x3d\xb6\xa8\xcf\x5e\x56\x22\xa7\xbf\xe8\x1c\x98\x10\xfb\xaf\x5d\xf4\xaf\x37\x31\x82\x4c\x51\xc7\x3f\xd1\xbb\x01\xbf\xcd\x16\xd3\x17\x4f\x20\x2e\x22\x86\xe0\xbf\x83\xc4\x90\xe9\x87\x6f\x00\x71\x61\x49\x89\x31\xbf\xcd\x02\x26\x12\xbe\xc3\xc6\x88\x1a\xe1\x64\x68\x5c\x2d\x3f\x06\xe9\x44\xd6\xd6\x8c\xef\xa0\xcc\xfb\x27\xf3\xde\x89\xbd\x27\x2c\x53\x18\x59\xa5\x04\x15\xdd\x93\x44\x52\x64\xd7\xf4\x4e\xdd\x63\xaf\x19\x9e\xa5\x32\x39\x61\xc6\xcb\x2b\x19\x89\x24\x29\x74\xd3\x74\xfc\x23\xe1\xe5\x15\xcd\x6f\x59\x41\x49\x51\x26\x79\xa9\xd2\x9a\xca\x1c\xe3\x69\x4e\x93\xf1\xdd\xaa\x01\x95\xbd\xc3\xa6\x75\xcc\x6b\xcf\x55\xfd\xd5\x2b\x10\x4f\xe2\x92\x96\xa6\xfc\x20\x1b\xb3\x11\x2d\x96\x57\x8c\x6d\xaa\x58\xc5\xf5\xc0\xca\xda\xd5\x2d\xa8\xa2\xe3\x4d\x03\xcb\xeb\x35\xc5\xcf\xab\xf7\x6f\x61\xda\x12\x7a\x53\x9f\xe5\x72\x2d\x34\x0f\xe2\xd9\xaa\xd3\x9b\x7a\x51\x72\xf9\x60\x24\x97\x72\xa3\x17\x67\xf6\x31\xa4\xa1\xe3\x90\x31\xa9\x15\xba\xec\xc7\x79\x0e\x19\x8b\x23\x2b\xff\xbf\x76\xc6\x55\x90\xe2\x17\xf4\xa6\x9e\xa4\x62\xf0\xc1\x79\xb7\x51\x14\xe0\x61\x0f\x3e\x56\x9c\xf4\x3f\x6b\xb3\x6c\xff\x78\x2f\x70\x3e\x93\xd7\x63\x76\xe3\xf8\x88\x89\x78\xf7\x38\xc2\xcb\x2e\xcf\xc9\x3d\xa0\x9f\x65\x62\x13\xfb\xc6\x26\x65\xb2\x9a\xcc\x4b\xae\xb8\x63\x36\xee\x9c\xbf\x04\xdc\xa8\x43\xe2\x12\x90\x15\xab\x85\xcd\x0f\xd0\x39\x7f\xa9\x32\x2d\x5a\x18\x99\xa9\x64\x41\x30\x92\x3d\x72\xaf\x25\x5f\x4b\x89\x2b\x5a\x22\x0f\xa4\x4d\xee\x1f\x0c\xb6\x77\x4f\x8f\x0b\xc7\x0c\x72\x9d\xc0\x59\xeb\x87\xe7\x5e\xfc\x17\x60\xf5\xb5\x35\x17\x7b\x45\x85\x41\x4d\xe9\x65\x32\xba\x93\x6c\x3a\x29\xaf\x12\x17\x7a\xef\x82\x12\x39\x14\x95\xb7\x57\x66\x41\xe6\xbc\x24\x99\xb4\x7e\x56\xc7\xe9\x2a\x29\xc8\x8c\xf3\x9c\x74\xcf\x4c\x62\x55\xd4\x15\x13\xdc\x25\xc9\xf8\x2d\x29\x65\xe6\xc0\xb1\x4c\xd0\x21\x6e\xba\xbc\x15\x32\xed\xac\x17\x09\x46\x3a\x93\xeb\x31\x05\x4d\x3a\x7d\x6b\xe7\x3e\xa8\xf8\xed\x9b\x6b\xec\xc1\xab\x93\xf3\x5b\x19\xf5\xbc\x73\x1f\x84\xf2\xd1\xbe\xf8\xc6\x67\xc0\xaf\x39\xe2\xa9\xae\x69\x2c\xfe\x83\xb6\x69\x32\x16\xc8\xb8\x73\xfe\x52\x20\x32\xf8\xb8\xcb\xf2\x8b\x79\x71\x17\xe9\xd7\x36\x03\x53\xd5\x8c\xd9\x0d\xe1\x99\x46\x24\xe2\x81\x46\xaf\xe7\x43\x9c\x98\xa8\x38\xcc\xea\xa2\x7c\x92\x79\x67\x73\x9c\x88\xe7\xde\xd7\x69\xf8\x3e\x35\x51\x97\x56\xcf\xac\x30\x62\x58\xe8\xb3\xc1\x7e\x18\x16\xf8\xcf\xb3\xef\x5b\x6c\x2b\x0d\x83\x2a\x41\xcf\x82\x17\x8b\x1a\x6e\x2f\xb0\x2e\x7c\x86\x81\xa3\x73\x56\x91\x0c\x5b\x7b\x41\x88\xa6\x68\x25\x17\xa8\x29\xa8\x1a\xc4\x70\x8a\x35\x60\x63\xce\xc5\x23\xc4\xc4\xaa\x04\x71\xfc\x16\xc7\xb7\x89\x35\x81\xa2\xdd\x55\x47\xa1\x81\xff\x22\x2a\xab\xc7\x8d\x43\x09\x61\x45\x37\x4d\xfb\x2e\x0e\x5e\x18\x63\x08\x8f\x0f\x87\xbd\xe9\xa6\x69\xbb\x2a\x16\x0e\xfc\x67\x51\x43\x7b\x71\x30\xb3\x68\x9d\x58\x60\xb3\xf6\x93\xe2\x9e\x2d\x6e\xce\xc6\x40\x8b\x35\xe6\x07\x48\x83\xff\x22\xce\x46\xed\xd8\xc7\xf8\xb9\x0f\x65\xe0\xed\x67\x5a\x26\x44\xda\x75\x99\x47\x2a\x8d\x68\x49\xc4\x49\xad\x1d\xf9\x16\xa9\x18\x0b\xa3\xd5\x5e\x14\x5c\x0b\xf5\x8a\xa4\xe3\xed\xc7\x2c\x75\x9f\x64\xed\xbb\xd8\xac\xf9\xfb\xb4\x68\xe6\x9f\x11\x8c\xb7\x1f\xb5\xe3\x88\x54\xae\x50\xab\xa9\x7f\xbe\x1d\x6d\x05\xa6\xf7\xa0\x20\xb3\x89\xb3\xa9\xc5\x9e\x2c\x4c\x0d\x3f\xef\xcd\x1a\xa9\xba\xf1\x47\xeb\x45\x2c\xb8\x96\x93\x5c\xd9\x11\xa1\x72\x7f\xbe\x92\x1a\xf4\x43\x2f\x3d\xf8\x50\x0b\x05\x42\x01\x50\x34\x96\x1e\xa8\x19\x2d\xaf\x6e\x4e\xc9\x99\xd0\xcf\x00\x38\xe0\x4c\x04\x85\xe1\x7d\xaa\xee\xa1\x9f\xd2\x24\x97\xc3\x29\x46\xc9\x8c\x8a\xf1\x3d\xa9\x81\x52\x62\xd9\x4f\xac\xbc\x52\xef\x2f\x9b\x30\x71\x65\x69\x51\xd0\x71\xe7\xfe\xc5\xe3\x0d\xa0\x48\x88\xe2\xb0\x80\x9f\x15\xc0\xe0\x91\x34\x15\xc0\xa7\xa0\x92\x8b\xc7\xa5\xc3\x70\x75\xee\xab\x43\x74\x05\xb5\x15\x99\x1e\x84\x3f\x14\xb4\xa5\xa3\xc2\xcd\xbf\x37\x41\x6d\xc1\xc1\x7b\x40\xaf\xd7\x70\xe4\x5e\x58\x0a\xe4\x4e\xe6\x5f\x8a\x44\x4a\x8b\xaf\xde\x7d\x34\x20\x06\xb6\x6b\x76\x21\x59\xe2\x9e\x72\x60\x52\xb0\x79\xf7\xf7\x8a\x4e\x26\x73\x9e\xfd\x07\x4c\x23\xe1\x12\x07\xc9\xec\xe3\x80\x2f\x92\x39\x43\x4c\xde\x71\x3f\xa1\x79\x24\xba\x74\x10\x4b\xfa\x8d\x8b\xfb\x5a\xa0\x52\x45\x6f\xea\x7c\x8d\x85\xc0\x24\x23\x63\x3f\xe4\x29\x69\x20\xb1\x18\xf7\x3b\x15\x68\x54\x9c\x5e\x2b\x96\xc7\xd4\x68\x3c\x68\x94\x55\xf5\x00\x47\xd0\xf6\x33\x5c\x50\xc3\x67\xa5\x1d\x93\x1b\xf3\xec\x1d\xbf\xb1\x48\xd8\x23\xd5\x91\xf5\x83\x16\x66\x62\xdd\x01\x7c\x00\x00\xb4\x91\xfe\xaf\xad\x91\x13\x93\x03\x5f\x86\xa5\xaa\xce\xb0\xfe\x7d\x49\xe0\x6d\xad\x2b\xec\xf5\xe6\xea\x79\x31\xb0\xfd\x7a\x40\x69\x10\xab\x0c\xe3\x73\xfb\x55\xd3\x78\x9d\x28\xac\x15\xf5\xc4\x3a\x71\x32\x4d\xbf\x1a\xc2\x0e\x91\xaa\xf8\xba\x2f\x1b\xf9\x44\x58\x3f\x08\x90\xee\x36\xc2\xa8\x8e\x8a\x36\xb9\x27\x9f\xaf\x9d\x25\xe1\x17\x3f\x28\xb6\x56\xf7\xda\xaa\xcf\x0c\xb1\xee\x12\x8c\xaa\xcc\x4f\xfb\x3a\xb9\x00\x54\x56\x7b\x95\x50\x35\x45\xbb\x1d\xdd\xd0\x3c\x67\x63\xea\xec\xa3\xbd\x31\x6b\x63\xdc\x1f\xe1\x39\xc4\xf7\xb8\x32\x4c\xbf\x6a\x6f\x61\xb0\x7e\x05\xf2\x58\xc4\x7e\x25\x2d\x8a\x14\x04\xb1\x82\x40\x3b\xf5\xc7\xd3\x07\x78\xb9\x02\x56\x82\x70\x5d\xf9\x7c\x54\xf2\x7c\x39\x12\xaf\x59\xc7\xc4\x36\x51\xc1\xe6\x33\xaa\xc1\x9c\xdd\x71\x3c\x23\x97\xcc\x19\x6a\xa4\x65\x20\x8d\xb1\x4e\x85\x2a\x6f\xb0\x85\x41\x50\xf6\x64\x09\x64\xf9\x80\x5a\xf0\xf6\xd2\x00\x00\x10\x99\x5b\x13\x9a\x57\x86\xb9\x28\x56\x1b\xf6\x71\xb1\xb9\x28\xda\x64\xbd\xca\x74\xa9\xad\xfb\xbe\xa4\x65\x17\x97\xa8\x85\xa8\x81\xf0\x73\xc0\xe2\xc6\x84\xa0\xc7\x59\xf8\x01\xe3\xd8\xd6\x66\x27\x98\xab\xf1\xbf\xd5\x25\xeb\xa9\x52\xaf\x85\x3c\x67\x34\x80\x7e\xac\xd9\x17\xcf\x6b\x17\x64\xa8\x80\x26\x46\xd1\x63\x06\xd6\x27\x5a\xae\x1b\xf0\xf6\xc9\xe1\x18\x67\x1b\xac\xc6\xe8\x0a\xbe\x7d\x33\x25\xe2\xc4\x58\x44\x04\xa9\x07\x9e\x39\x46\xd4\x08\x12\x62\x8e\x3e\x2a\xb0\xa4\x5d\x1b\x1c\xac\x32\x78\x5a\xbd\x81\x20\x71\xcf\x03\x38\xf8\x36\xeb\xfa\x4c\xdb\x27\x84\xb4\xff\x8a\x9f\x4f\x19\xab\x19\x4a\x3a\xd5\xc7\xa8\xae\x22\x7a\x24\x85\x97\x8e\xe6\xf3\x17\x4f\xed\xf0\x80\xd7\x11\x63\x53\x6b\x61\x8e\x95\xb2\x66\x08\x7b\x72\x25\x31\xc2\xc5\xc4\x18\x40\xfd\xde\x78\x11\xc3\x15\xe7\x75\x55\xd7\x8f\x70\xbc\x0f\x20\xee\x98\x6f\x52\xae\x33\xdf\x87\x88\xde\xce\x2b\x52\x06\xb1\x99\xc1\xd8\x3a\x53\x99\x2c\x5f\xf6\x0c\xf9\xa7\x2a\x27\xbf\x58\xfb\xbd\xb6\x32\x82\x0a\xed\xa7\x0c\x70\x01\x72\x9e\xed\xb5\x51\x0a\x34\x2f\x61\xb6\x1a\xbb\x78\xdd\xa1\x2a\x22\xfc\x5a\x8f\x0c\x0e\x0d\x0a\x77\x8a\x51\x28\xa0\x3b\xc2\x5e\x22\x85\xdf\xd5\x19\x5e\x4b\x89\x40\x55\x75\x83\xef\xe1\x72\xaa\x6f\x32\x07\xce\x41\x56\xf2\x7d\x96\x17\x26\xef\xaf\x4b\xfb\x8d\xe3\x98\x3f\x67\x03\xf4\xbb\x53\xbd\x0b\xe6\xcd\x84\x5b\xa1\x8d\xc6\x4a\x3a\x35\x79\x94\xc1\x15\xfb\x2c\xc7\xff\x05\x06\x18\xc5\x96\xb6\xea\x1d\x79\xf6\xba\x99\xea\xae\xf3\x9f\xe8\x9d\xcd\xe3\x7c\xa9\x2e\xfb\x4f\xf4\x6e\x59\x9b\xc5\x61\x93\x38\xeb\x31\x60\x6b\xb8\x77\xf0\xb3\x6e\xec\x0b\x8a\x01\x96\xf3\xdb\x48\x82\xde\x82\x96\xf2\x6e\x9c\x71\x6d\xb6\x5b\x8b\xef\xcd\xc2\x44\x9d\x7a\xe7\x2f\x65\x32\xdf\xbc\xb4\x6f\xe7\x41\x26\x78\xab\x65\x97\x55\x15\x04\x60\x72\x07\x3d\x7e\xec\xc3\x60\x4c\x91\xab\x51\xd9\xa3\xc1\x7d\x2e\xb2\x58\x70\xe4\x17\xde\x83\xaa\xde\x63\x57\xe6\xd1\x41\x20\x5a\x6c\x3d\x72\x65\x4c\x22\x5f\x41\x25\x84\x59\x58\xb8\x8a\x10\xd5\x96\x59\x12\x51\x1e\x2c\x81\x9d\x41\xb6\x17\x5b\x40\x1e\xbc\xc4\xb4\x1f\x8e\x74\xde\xa6\x53\xe0\x9a\x46\x3a\x44\xa6\xc1\x82\x80\xf7\x46\x87\x40\x3a\xa0\x52\xcd\x53\x65\xc4\x84\x89\xf1\x18\x7e\x0f\xe8\x42\xfd\x88\xbb\x52\xb9\x9a\xbd\x49\xc8\x2a\x7a\xca\x08\x9e\x69\xbc\x6e\xdd\xe3\x58\xa6\xf0\xb9\x58\x31\x81\x01\x46\x3c\x95\x9e\x47\x9d\x8e\xf5\x87\xbb\xa6\x77\xf8\xf9\xd5\xc9\xb5\xbd\x37\xd6\xd3\x42\xe8\x2d\xa8\x99\x01\xca\x9e\x5f\x04\xef\xa9\x68\xcf\x1b\x7b\xe0\x2f\xfe\x48\x98\x31\x63\xad\x6a\x38\x66\xad\x49\x51\x46\x56\x9d\x0a\x7a\x23\x12\x02\x5a\x06\xdf\xfa\xf6\x2d\x16\x51\x62\x61\xf8\xde\x00\x0d\x15\x57\x3a\xf1\xe4\x05\x97\x6b\xfd\x4c\xc3\x30\x3f\xd9\x3b\x58\x9a\x0e\x59\x46\x8d\x03\x97\x23\xb5\xbe\xc1\x58\x04\x49\x72\xe9\xde\xf3\x8a\x55\xda\x43\xbd\xac\x4a\xff\x6d\xfc\x65\xc3\x1b\x55\x99\xe4\x97\xda\x62\x63\x51\xb3\xde\xd6\xaa\x96\x83\x8f\x1b\xc1\xb0\x27\x39\xff\x8d\x5a\x45\xd9\x3c\x2b\x05\x65\x2b\x11\x44\x45\xa0\xcb\xfa\x82\x1a\x7b\x7b\x20\xe3\xf7\x82\xf6\xab\xc3\x68\xc6\x5b\x17\xf0\x91\xb6\x59\xf1\x73\x92\xb2\xf1\x19\x5c\x21\xf0\x62\x80\xcf\x6f\x3a\x8b\x26\x2a\x50\x2b\x00\x7e\x6d\x2f\xad\xb6\xa8\x59\xad\x9c\x45\x90\xa9\xde\x1f\x50\x60\xd1\x51\x11\x23\xd4\x04\xd3\xe3\xb3\x68\x10\xc9\x31\xce\x70\xdc\xae\xc8\x7c\x8c\x1d\xef\x88\x36\x53\xbc\xb4\xe2\x04\xf8\xcb\xd3\x30\x80\x05\x68\xc3\x1f\x08\xec\xc1\x0b\x51\xf1\xc8\x54\x96\xbd\x61\x63\xf3\x93\xb5\x7f\x78\x16\x35\x55\x76\x34\x3a\xaf\xa0\x1e\x82\x7b\x23\xa3\xfd\xab\x04\x51\x28\xc4\x62\xb0\xa2\x4f\xab\xb6\x8c\x56\x0b\xae\x49\xd5\x3c\x94\x4f\xc7\xd3\xa6\xf1\x38\x7d\x62\x15\xf9\xc0\x07\x68\xd9\x23\x05\x1d\xa9\x80\x19\xa5\x15\x64\xb8\x74\x76\x34\x38\x22\x07\x2a\x8f\xbd\x27\x8e\xba\x4d\x0a\xe9\xdb\x4f\xc7\xe4\x86\x25\x44\xb3\xfc\x32\xf5\xd6\x2d\x4b\x53\x32\x66\xc5\x8c\x8b\xf5\x2e\x8d\xc5\x89\x4c\xca\x35\xe2\x79\x4e\x47\x25\xb9\xa0\x57\xc9\x0d\xe3\x79\x1d\xbf\x50\x78\x30\x75\xdd\x88\x4f\x62\x00\xb1\x89\x07\x52\xb1\x10\x03\x36\x56\x0e\x33\xcb\xb3\x9c\xde\x2c\x4e\x1d\x59\x99\x36\x12\x33\x34\x19\x2f\xd9\xe4\x4e\x4b\x3c\xcc\x83\x8a\x1f\xe1\x6a\xae\xed\x45\x45\x70\xfe\xc5\x04\x7a\x65\x7b\x98\x00\x0e\x9c\xe8\x9e\x48\x79\x57\x36\x0f\x4f\xed\xf3\xe8\xf1\x38\x45\x1e\xa5\xc9\x0f\x26\xc7\x54\x86\xb3\x95\xe0\x8b\xac\xc9\xe0\x12\xa3\xd3\x03\xe5\x05\x62\x85\xed\x5e\xeb\x6f\xce\x52\xc6\x07\x37\xf8\xfa\x0d\x59\xf7\xa1\xa4\xe0\xac\xee\x4b\xcb\x64\xfb\xab\x0d\x00\xfc\xc2\xcb\x9f\xaf\x77\x3f\xe7\xdc\x52\xd0\x35\x32\xe6\xa3\xb9\x00\xaa\x27\xd0\x07\x81\x24\x05\x4e\x08\xa8\xe4\x1a\xaa\x65\x7c\x21\xc5\x00\x48\x41\x55\xb2\x0a\x95\x42\x75\x4c\x92\x6c\x6c\x05\x99\xe9\xdd\xaa\x1e\xab\xb6\x4d\x2d\xc8\x25\xcf\x68\x1d\xb4\x71\x4a\xb5\xe3\x0c\x29\xb9\x02\x4a\x0c\xd5\xc9\x27\xd5\x0d\x4d\xb4\x49\x18\xcb\x48\x2e\xfa\xad\x81\x26\x25\x66\x2d\x60\xbb\x32\xab\x46\xa2\x8f\x5d\xdd\x3b\xdf\xc1\x83\xbb\x60\xa1\x5f\x57\x6d\x16\x3c\x4f\x7b\x8b\x9a\x80\x80\xed\xca\xad\x5f\x25\x0d\x9f\x48\x78\x0a\x9f\xfc\xbc\xdb\x15\x1f\xe0\xff\x00\xb7\x0b\xd8\x5a\xb5\x59\x41\x95\xb8\x70\x89\x59\x41\x92\xff\xe4\x00\x14\x67\xdc\x04\x2d\x96\xf5\x19\x8f\x00\x00\x09\xc1\x23\x2f\x98\xca\xc1\xe3\x67\x89\xc0\xc2\x7e\x7b\xf7\x5f\xfb\x69\x14\xdd\xd4\xee\xeb\xf5\xba\x1b\xc1\x43\xa4\x40\xee\xc8\x43\x84\x03\xe9\xdc\x7b\x72\x3e\x00\xe4\xbb\x70\xc4\xde\x2e\xe4\x46\xc0\x95\x4b\x8d\x43\x09\xa0\x54\xbb\x1d\x98\x52\x4f\x0f\x8d\xbd\x70\x0c\x10\xf8\x0a\x60\xa1\x01\xb4\x81\xb4\xdf\x00\x9c\x35\xed\x33\x40\xea\x43\x6c\x15\xbc\xd6\xd0\x77\xe4\xa1\x50\xe9\x58\x62\x38\xcf\xc7\xdc\x4b\x2a\x2d\xe0\x5c\x13\xd1\x62\xec\x78\xe1\xbc\xa1\x5d\x35\xf0\xd1\x07\x06\x04\x12\x82\x07\xdf\x23\x03\xd4\xaf\xbd\x3f\x30\xfd\x39\x52\x01\xd8\xde\xf9\x95\x40\x11\xaa\x88\x8d\xe2\x5c\x2d\xfc\x1d\x55\xf1\xbd\xd6\x5c\x25\xbf\x04\x55\xeb\xa5\xf3\xdc\x81\x8a\x5f\x11\x5f\x16\xe7\x38\x0c\xd6\xc9\x78\x05\x07\x7e\x25\x71\x71\x69\x3e\xd2\x5e\xcb\x3e\x2d\x2a\xb5\x67\x75\x04\x80\x84\xbb\xb2\x44\x9c\x75\x55\x5a\x78\xb4\x5e\xce\x4b\xe5\x0e\x01\xc7\x64\x52\xad\x06\xc9\x56\x4d\xa8\x11\xe3\x66\xf9\x58\xa0\x55\xaf\xda\x1b\x23\x57\x85\x88\x29\x88\xe1\xf3\xda\xd5\x92\xa8\x46\xa1\x1f\x93\x4d\xe7\xc1\x57\xc5\x56\xa9\x88\xdc\x24\xfe\x54\x25\xaa\x1b\x3e\x4a\x1c\xbb\x38\x93\x07\x48\xb1\x2a\xf0\x05\x52\x1c\xf9\xe9\x4c\x7d\x0d\xcf\x14\x2a\x8e\x46\x9e\xed\x6e\x18\x14\xc0\x0b\xa1\x10\x8d\x31\x10\x08\xe0\xb0\x08\x2e\xa6\xd5\x23\x50\x86\x85\xeb\x43\x2d\xa1\xb4\x1f\x42\x12\xba\x8c\xde\x1a\x5b\x1a\x13\xd6\xc9\xe9\x94\xeb\x66\xfc\xe4\xd5\x2b\x12\x7e\xad\x6b\xc9\xdc\xb7\x6f\x56\x28\xa1\x5d\x51\xd2\x71\xd0\x28\x6c\xea\xd1\x06\xb4\x77\x2a\x2d\x8c\x87\x8f\x4a\x88\xe0\x86\xa0\x36\x49\x52\xae\xfa\xcf\x6f\xdf\xc2\x62\x94\x37\xcc\x24\x67\xa7\xa6\xf9\x7d\x77\x49\x0b\xa3\xbd\xf8\x11\x0b\x0a\x4d\x7b\x20\x86\xbc\xe8\x12\x2c\xae\x2b\x01\x84\x42\xb4\x7d\x9c\x8c\xcc\x0d\x46\xf4\xa2\xcf\x2e\x3e\xf7\x68\x2c\xb1\x15\x09\x64\xa2\x71\xba\xc7\x4d\xa3\x4a\xb1\x46\x14\xe5\x9b\x53\x4b\xf6\x42\xaa\x55\x66\x96\xd3\x2b\xaa\xc8\x74\xab\x6b\x84\x63\xc7\x81\xed\x6c\x49\xcd\x7b\xd3\x91\x9a\xfe\x89\x5c\xa5\xa1\x89\xa3\x90\x48\xd9\xff\x10\x13\xf8\x3e\xa6\xbf\xc5\xa7\xdb\xf1\x5c\xf2\xaf\xa7\x28\x77\xbd\xca\xb5\xe8\xf9\x8d\xca\xa2\xe1\x42\x6a\x3b\xe7\xb8\xf8\x36\xf2\x19\xaa\xce\x6d\x6d\xad\x09\x78\x61\xe5\xe9\x05\x56\xb1\xe3\x7b\x29\xc0\x82\xcb\x1a\x6f\x57\xe2\x2d\xdd\xae\xfc\x3b\x60\xe9\x9e\x7c\xea\xa3\xa7\x26\x7a\x66\x0c\x65\xfb\x8b\xb2\xd7\x30\x36\x19\xc0\xe8\xc5\xd5\x91\x5d\xad\x04\x96\x08\xf8\x22\x63\x6c\xae\xd0\x07\xf8\xf2\x3d\xb3\x81\xdb\x18\x47\xcd\x9e\x82\x21\x5c\x5d\x64\xc7\xb1\xa8\x38\x6a\xd1\x81\xef\x4a\xb0\x2d\xcf\xbb\xa3\xc8\x78\xe5\xc9\x43\x40\x0d\x44\xcc\x55\x5e\x3c\xbf\xa5\xe8\x4d\x76\xcd\xe0\x87\x53\x2e\x01\xfe\x14\xdc\x5b\xcf\x88\xc2\x6a\x12\x1f\x11\xd3\x55\xda\x60\x54\x8d\xc5\x2d\xc5\xe3\x96\x18\x4f\xb6\xc5\xa8\xb2\xc6\x70\x83\x78\xd4\x07\xe1\x01\x85\x0f\x0c\x03\xfd\x3d\xeb\xc0\x87\xc0\xdf\x7d\xe2\x62\x76\x48\xc1\xe6\x9b\x90\x56\xa6\x7e\x9c\xf6\xac\xe4\xcc\x54\x06\x9e\xc8\xc1\xd4\xc6\x0b\xa1\xaf\xab\x62\xa8\xa9\xea\x6d\xf9\x3e\x7e\xac\x23\x1f\x6d\x36\x97\x70\x6c\x51\x96\x4f\x8c\x2c\xd0\x1e\x3b\xcb\xb2\xe7\x8c\x4f\x57\xb1\xc9\x7d\xab\x46\x12\xcd\x91\x1c\xe8\xfb\x51\xf8\xf0\x0a\xa5\xb0\x20\x5f\x52\x7a\x43\x53\x1d\x0d\xd5\x7c\x53\x75\x0e\xb2\xf7\xba\x4c\xfd\xb6\x28\xf9\xf6\x8a\xa5\xd4\x64\x0c\x32\x50\xc6\xdb\xc7\x7c\x00\x62\xcc\x15\x18\x8c\xf5\x86\xa6\x3f\xfc\x60\x0f\x6d\xbc\x27\xfd\xfb\xf3\xfa\x97\xfa\xe8\x8a\xa5\xe3\xdc\x6a\x39\xfd\x03\x25\xdb\xc3\x1c\x98\xdd\x2f\xc0\x6b\x8b\x5d\xca\xf9\xad\x6f\xf5\x1a\x6e\x8b\xa5\xd1\x71\x58\x24\xb9\x7c\x39\xbf\x8d\xa8\xd4\x1f\x37\x22\xf1\x45\x6b\x95\xc2\x34\xd5\x87\x4c\x85\x2c\x75\x17\xac\x50\x4e\xb4\x13\x9e\x6b\x62\x80\x24\xf3\x92\x0b\x3a\x8f\xfd\x46\x7d\x53\xbd\x45\xf2\x6b\x3c\x39\xbc\x34\xd1\x93\xa1\x63\xdd\x39\x30\xb0\x87\xe8\x7b\xd5\x24\x1f\xa2\x47\xb7\x7a\x94\x55\x5b\x13\xd9\x97\xea\x1d\x79\x86\xa2\x43\x9c\x57\xd7\x58\xc7\x30\x05\x51\x95\x43\x48\x41\x56\x4a\x34\xc7\x34\xa5\x25\xad\x6e\x2b\x26\x66\x8c\x2e\x4e\x6c\x4d\x2a\xcc\x84\x02\x13\xae\x4a\xf5\x1a\x12\x99\x45\xcc\x6e\x16\x40\xd5\xd9\x65\xc6\x73\xfa\x81\x7e\x55\x83\x5c\xa4\x06\x2b\x68\x79\xc6\xa6\x94\xcf\xcb\xe5\xe5\x58\x14\x02\xb1\x6d\xca\xd9\x7f\xa1\xd9\xd3\x43\xcd\xa4\x4a\x8b\xde\x6d\x20\x17\x7b\xf6\xf5\x0e\x1a\x78\x8c\x65\xff\x13\xd1\x01\x3a\x32\x71\x11\xbb\x77\x27\xc1\xc0\xfd\x6b\x09\xb5\xac\xcf\xba\x99\xbe\x34\x4f\xbf\x6b\x86\x92\x7c\xea\x3b\xe6\x08\x69\x40\x86\x8e\x3c\xe2\xd0\xc6\xf3\x8f\xda\x88\x55\x9e\xcb\x98\x1d\x58\xe9\x3b\xf1\xba\x41\x2f\x9e\x6f\x28\xc7\xab\xba\x34\xdf\x3b\xb4\x98\x0c\xd1\xd7\x56\x54\x59\xdf\x45\xcc\xee\x2a\x9b\xf3\x2f\x47\x5c\x19\x1c\xb1\x83\x55\x0a\x20\x3f\x01\x85\x89\x80\xae\x1f\x1c\x78\x6f\x9d\xb9\x42\x1d\xcb\x99\x3d\x0d\x6f\x04\xc2\xd4\xd3\xb3\x51\x61\xd1\x03\x5d\x4e\xfc\xb6\x63\xde\xd1\xb0\xa0\x7e\xd8\xe6\xef\x12\x41\x12\x28\x0a\xde\xb3\xc7\xbc\x66\x68\x8c\x42\x91\x7a\x11\x73\xbf\x47\xdd\x40\x14\x3a\xf0\x73\x31\x76\xaa\x1d\x15\xcc\x94\x3c\x47\x90\x1a\x1c\x62\x2d\x36\xa6\x15\xcf\xc4\xcf\x4a\xea\x16\x18\x02\xde\x78\xe2\xbd\x6a\xe9\x1e\xd9\xf3\x3f\xc0\x90\xdc\x91\x5c\x11\x78\xf4\xa6\x20\x70\xd8\xa8\x0a\x97\x00\xdc\x3d\xd0\x20\x81\x60\xc0\x1e\x91\xb5\x7f\xfc\x83\x9c\xc8\x11\x14\xb6\x3d\x2b\xc3\x25\x97\xec\x86\xaa\x80\x23\x76\x76\xe2\x28\x4a\x15\xb5\x12\xfb\x91\x29\x1f\xd3\xba\x36\x69\x81\xf4\xb5\xbf\x37\x7f\xd4\xa1\x83\x3e\x50\x7f\xd4\x01\xb4\xa6\xa5\x11\x52\xa9\x90\xd6\x73\x07\x4a\xa8\x05\x93\x50\x7a\xb6\xa5\xe8\xc8\x98\x69\xfe\xc1\x07\xc6\x30\x17\xf7\x2e\x64\x86\xb5\xec\x2b\xfc\x8e\x61\xd7\x23\x7c\x77\x66\x3a\xf0\x24\x10\x0a\x1a\x88\xb6\x32\xae\x75\x55\xed\x61\xf2\x65\xb3\x64\xcf\x73\xd0\x72\x90\x6d\xb2\xda\x08\x1a\x39\xf5\xb4\x08\x8f\x37\x76\xea\x05\xeb\xf3\x7d\xdf\xb0\xe0\xe9\x05\x38\x06\x40\x86\x04\xc6\xdf\xe9\x78\x7b\x80\xa1\x4e\x03\x6b\x55\x2c\x2a\x73\xd0\xcb\x2f\x9c\x60\x11\xee\x80\x33\xe1\x2d\x42\x73\x0f\xcb\xbf\x5b\xf0\x6f\xdf\xdc\x62\x03\xc9\xa0\x6b\xce\x03\xbe\x98\xb3\x14\xe2\x3a\x7d\x28\xa5\xd0\xef\x47\x28\x4f\x0f\x30\x85\x3d\xe1\x68\xe5\x9e\x9d\x16\x16\xcc\x66\x01\x56\xde\x07\x35\x9c\xa5\x71\x51\xf3\x90\x91\x3d\xab\xd0\xab\x60\x6d\x8d\x18\x17\x7d\x1f\x1d\x11\x97\x25\x44\x59\x38\x17\xf5\x8a\xc1\x2c\x7a\x80\x0d\x61\x90\xd3\x29\x15\x38\xa0\x8f\x53\x8f\x58\x1b\xea\x78\x66\x92\x17\xe0\xc1\xf5\x8c\xf5\x9f\xb2\x32\xff\xd7\xb8\x3a\x7f\xe7\xea\x7c\xc7\x3c\x2f\xa9\x7e\xf6\x8d\x37\xe1\x32\xb0\x31\x47\xb4\x04\xa9\x4a\xc7\x12\x99\xb2\xf7\x76\x79\xe3\xf2\xdf\x97\x9e\x38\xb7\x05\x49\xa4\x49\x11\x9f\x58\x6c\x74\x91\x14\x2e\xa2\x95\x7a\x6a\x4c\xd1\x54\x9c\x21\x17\x2a\xcf\xf8\x00\x71\xe3\x12\x19\x7b\x71\x2a\xce\x1d\x38\xfd\xde\x22\x3b\x5f\xa9\x4a\x8f\xd0\x05\x8f\xc3\x93\xb4\xa2\x51\x97\x83\x49\x4a\xbf\x1e\x26\xf9\x25\xcb\x6a\xa4\xb8\x66\x33\xa3\x7b\x38\x54\x7e\x37\x0b\x24\x4d\x39\x9d\x26\x2c\x63\xd9\xa5\xff\x86\xa8\xdf\xab\x64\xd9\xb5\x2d\x55\x8a\x2b\x50\xe5\x37\x97\x6a\x68\x9e\xab\x38\x92\xa6\x09\x47\x89\xb8\x35\x43\x49\x7c\x70\x06\x1f\x44\xca\x46\x47\xff\xed\x1b\x11\xf8\xb1\x2e\x86\xf2\xd6\x37\x68\xf2\x66\xb0\x2a\x0f\x5d\x7d\x9a\x7c\x85\x99\x7f\x6c\xda\x1f\xf1\xfb\xf0\xe0\x83\x76\xe8\xf8\xe5\xd3\xc1\xe0\xec\xdd\x02\xd3\xa7\x8a\xc6\x9f\xd2\x18\x89\x2f\x8f\xca\x51\x64\xa7\x12\xcf\x25\xe0\x77\x7a\x49\xcb\xe3\x64\x3c\x06\x28\xa5\x66\x0d\x6a\x35\xae\x26\xd8\xc5\xd2\x25\x4b\x17\xc7\x45\xef\x8c\xe9\x20\x54\xd8\x44\xbc\x28\x5e\xbd\xfa\x9e\xbc\x9c\xfd\x77\xc3\xfe\x4f\xbd\xa3\x7f\xaa\xc5\x00\x54\x06\xc8\x9e\xa3\xc4\xba\xe6\xb4\x58\xac\x12\x91\x9f\x92\x7f\x90\xb7\x27\x47\x1f\x8f\x7f\x19\xfe\xf3\xb8\xfb\x61\x80\x56\x38\x5c\x25\x3c\xdb\x1f\x82\xce\xd0\x8b\x26\x11\xfe\x7e\x9e\x18\x35\xb8\xd7\xdc\x5a\x74\xf7\x6c\x0b\x6b\x6b\xe4\xf4\x2a\x67\xd9\x75\x21\xf7\xc1\x00\x59\x6c\xa3\x0c\x1c\x59\x4e\xa6\xc9\x57\xd5\x95\xa4\x70\x93\xf1\xb8\x50\xd1\xf6\x4c\x6f\xba\xb0\xe4\x64\xcc\x8a\x32\x67\x17\xf3\x92\x8a\x5f\x32\xc6\xa7\xf5\x16\x70\x2f\xec\x8b\xd8\x05\x41\x6a\x82\xe8\x8d\x0b\xd2\x66\x05\xd6\xbf\xb6\xa2\x85\x23\x1d\x72\xef\xb2\xfd\xd7\x9c\xde\xd0\x73\x26\xff\xec\xf0\xff\x17\x94\xb1\xc3\xf3\x0c\xb2\x67\x5e\xa9\x86\xcd\x57\x73\x53\xa3\xde\x09\x93\x79\x6a\xd1\x4a\xa4\xa1\x7f\x78\xdb\xf8\x03\x6c\x57\x5f\xd2\x1f\xc3\x56\x0b\xb9\x75\xa6\x5d\xd7\xc7\x6a\x64\x58\x5e\xb6\x49\xa5\xa7\x71\xd5\xdf\x44\x02\xa2\x7a\x47\xe9\x87\x0e\xec\xf0\x47\x0c\x1b\xc5\x11\xab\x1d\xdc\xc9\x1a\x59\xae\x18\xa4\x4d\x66\x46\xfe\x11\x59\x1f\x3f\xde\x6a\xf0\x67\xf8\xfe\x3e\x72\x2d\xde\x90\x75\xb2\xf7\xb4\xbb\x12\x63\x49\xc1\xe9\x9c\x26\xb3\x18\x95\xf1\xa7\x1d\xc6\xb5\x35\x32\xa0\x69\x72\x27\x35\xed\x73\x15\xaa\x8a\xcc\xb3\x92\xa5\x8e\x6d\x52\x77\x91\x15\x24\xb9\x49\x98\x0c\xf6\x59\x87\x6f\x53\xf4\xee\xe1\xc3\x0c\x8f\xb8\xb7\x4a\xaf\xfd\xd8\xb9\xfe\x9a\xc4\x9e\x02\xd9\xad\x6b\xde\xa3\xa3\x02\x17\xa0\x67\x8c\x30\x8c\x5d\xdc\x2d\x0a\x76\x99\x29\xfc\xe4\x90\x9a\x20\xaf\x30\xc6\xa2\x5f\xcb\x3c\x31\x48\x4d\x46\x34\x4e\x52\x87\xf9\xae\x92\x1b\x4a\xa6\xb4\x34\xba\x55\x9f\xb2\x46\x48\x2a\xc8\xd3\xd7\x89\x1c\x6e\x74\xab\xab\xae\xfe\x8f\x4f\x6d\xff\x30\x29\xaf\x44\xd3\xcb\x95\x40\xb5\x08\x16\x10\x2f\xfd\x07\x49\xda\xd5\x0f\xbb\xff\xfc\xe5\xe7\xee\xfb\x8f\x43\xe4\x83\x10\x50\x0e\x4f\x9e\x25\xe8\x21\x32\xf7\xc5\x14\xc6\x43\x94\x7a\x88\x1e\x2b\x2c\xc7\x5b\x44\x44\x97\x9c\x4c\xd8\x57\x49\x2a\x33\x4f\x54\x23\x97\x3c\x46\x29\x2f\xe0\x43\xfe\x6a\xd4\xb2\xa4\x85\x43\xe1\xdb\xff\x66\x52\x09\x67\xdb\x94\x14\xba\x8c\x32\x2e\xb3\xe0\x91\x0b\x3a\x4a\xe6\x05\x25\xb7\x54\x5d\x5e\x31\xa3\x94\x16\x05\x61\x59\x46\x73\x32\x4b\xc6\x63\x96\x5d\xd6\x5d\x53\xfa\x66\x43\x72\xdf\x0d\xdb\xa2\xce\x4a\x86\xe2\x31\x32\x0d\x8b\x4e\xab\x25\x0f\x48\x9a\x21\xdf\x13\xcb\x6b\xb3\x95\xc8\xa3\x22\x98\x43\xf7\x98\xb8\x4b\xe4\x5e\x15\x40\x13\xe1\x1b\xdb\xf6\xb3\x87\xc6\xee\x25\x32\xb4\xa8\x78\xcf\x82\x9e\xdd\xa0\x6a\xe8\xfb\xa3\x8f\x5b\xb4\xb7\xdf\x19\x4a\xfc\xc5\xb2\x1b\x4e\xdd\x6a\x8b\x64\x10\xe1\x6f\xdf\x48\xac\x4c\xf4\x81\x83\x83\xa3\xc3\xf1\x43\xc0\xba\x80\xf9\x12\x1b\x0e\x29\xc0\x61\x38\xa7\xab\xd7\x84\x5d\x4c\xd0\xc2\x53\x90\x9f\x23\xa2\xd1\x18\xdf\x78\x47\x36\x14\xb0\xc5\x84\x11\x9e\xbd\x69\x9a\x14\xd6\x91\x3a\x9e\x3d\x5c\xfb\x0f\x79\xec\x03\xe1\xb9\x78\x59\xf9\x0d\x35\x0a\x39\xe9\xe7\x89\xe9\x7e\x6d\xda\xe1\xfa\x78\xd3\x91\x6e\x68\x70\x99\x16\xcc\x02\x0a\x6c\xc3\xe1\x7d\xb6\xcd\x7e\x09\x8e\xad\x3d\xed\x9d\xa7\x9c\x7f\xcf\x49\x89\xdf\xd0\x7c\x92\xba\xc4\xb6\x60\xb0\xab\xde\x60\xff\xb8\x13\x5c\x21\x64\x23\xab\x6e\x2e\x6f\x3a\xde\xd0\xbe\x7d\x23\x2f\x4c\xc5\xe0\xd0\xfb\xdf\xc3\x03\xaf\x67\x9b\xb3\x4b\x06\x64\x20\x15\x03\x41\x8e\x92\x0b\x29\x94\xe4\xeb\x82\xc9\xa0\x09\xd4\xec\xdc\x20\x45\x02\x97\xbb\xe3\x0d\x6f\xf5\x51\xb9\x5c\xe8\x03\x86\x9a\x0b\xe5\x11\xb1\x0b\x1d\x8a\x17\x8b\x59\xca\x46\xd4\x9d\xe4\x1a\x69\x04\x0a\x47\xe2\x2e\xd3\xea\xaa\x7f\xd7\xd6\xd6\xc8\xd9\x15\xcd\x08\x95\xcf\x85\x25\x59\x64\x1e\x0c\x41\x9b\x26\x2a\xf7\xc6\x05\xbd\x64\x99\x20\x56\x6b\x9a\xc4\xbf\xa5\x4b\x37\x94\x4c\x58\x9a\xd2\xb1\x84\x50\x94\xcc\xb9\xd1\xf6\x90\x65\x71\x8b\x99\x7a\x1a\x19\x79\x5d\x75\x89\xf1\xa5\x7b\xed\x9f\x63\xc2\x7e\xf8\xe1\xe9\x37\x8f\x05\x3e\x82\xc5\xfb\x44\xc6\x38\x64\x52\x7c\xbe\x10\x91\xf8\x57\xcd\xc4\x75\x7b\xf4\xe1\x40\xde\x81\xae\xe6\xab\x57\x40\x16\xea\x1f\xca\x57\xaf\xc8\x0b\x35\x38\xff\xe8\x97\x2c\xb3\xc6\x8c\x08\x85\x6b\x4e\x7b\x96\x8c\xe8\x7b\x3a\x11\x93\xf2\x28\x83\xd5\x30\xdd\xb6\xc2\xa5\x2c\x1b\xe5\xda\x86\x46\x87\x77\x81\x23\x8e\x0c\xc3\x56\x20\x1d\xd7\xe1\x82\xb3\xac\x91\x9b\x21\xbc\x1d\x72\x73\x2c\xbf\x07\xba\x10\x0f\x42\x0a\x7e\x01\xad\x0e\x47\x69\xab\xec\x39\x7e\xc4\x8e\xbc\xe6\x8a\x1d\xda\x5a\x21\xed\xd8\xdc\xfc\x64\xe9\x11\x74\x52\x81\x46\x48\x52\xd8\xa8\x51\x3f\xb8\xc1\xfd\x18\x7f\x82\xfd\xf2\x67\xc8\xeb\x03\x63\x4d\x6d\xfe\x20\xed\x83\x90\x2e\x15\x18\x6b\x66\xf4\xd6\x63\x11\x22\x6a\x57\x90\x71\x31\x6a\x52\x24\xa8\x80\x6a\xec\x8a\x1b\x5c\x4c\xd9\xd9\xf1\x04\x46\x32\xc6\x73\xb5\xc2\xf2\xa2\x12\xc6\xeb\xbe\x16\x19\xec\x42\xbb\x02\x2f\x98\x5d\x95\xf2\xe9\xf1\x5e\xbc\x28\x92\xa1\xd5\x50\x85\xbb\x80\x9b\x19\x74\x5d\x36\xf9\x7e\x62\x23\x5f\x10\x24\xb1\xca\xaa\x76\xb1\x4e\x0d\x9f\x97\xbe\x4f\xb2\xe3\xc3\x81\x4e\x46\x88\x30\x17\x6a\xb5\xf4\x9a\x57\xe3\xc7\x4e\x64\x00\x61\x25\xac\x1a\xab\xa8\xe1\xdf\x9a\x70\x60\x20\xfc\xaa\xe3\x8f\x7d\xdf\xe7\xf8\x33\x70\xad\x0c\x5a\x17\x14\xaa\x60\xd8\x9e\xa8\x40\x36\xfd\x0f\x62\x12\x1e\x91\x89\x76\x7e\x54\x5e\x4c\x63\x3e\x97\x34\x6b\xca\x46\xd7\x4e\xfb\xa6\x23\x53\x6b\x5f\x62\xf3\x08\x2a\x2b\xd9\x5c\x37\xa8\xc2\x7e\xc8\x68\x20\x3a\x42\x9c\xd2\xcd\x29\xd8\x11\x4d\xd3\x82\xf0\x89\x14\x2f\xc9\xf4\x56\xd2\x0e\x4f\x70\xea\x85\x94\xa6\xab\xc6\x44\x91\x6e\x4f\x57\xd4\xd1\x05\xa6\xc9\x57\xd9\x06\x7c\xeb\xcd\x54\xfe\x63\x96\xe4\xc9\xd4\x54\x58\xf5\xe7\xa0\xbf\x4b\xe3\x00\x66\x69\x4c\xaf\x9a\x89\x7c\x14\xaf\xcb\x6c\x64\x81\x7f\xc8\x28\x29\x32\xa1\x81\x96\x9a\x35\xd6\xd7\xb5\x67\x00\xb9\xa0\x36\x4a\x43\xc9\x8d\x59\x47\x92\xce\x95\x45\x0c\x00\xe2\x59\xc1\x8a\x52\x3c\x1f\x46\x87\xa9\x1b\x57\xd0\x73\xad\xf8\xfc\x85\x67\xa7\x62\x85\x0f\xb9\x12\xc3\x5d\xf1\x31\x61\x19\x41\x41\x99\x55\xc5\xb5\x28\x72\x06\xee\xc6\x51\x2b\xfa\xd1\x53\xd0\xaf\x14\x12\x24\x5f\x3d\x03\xf6\x91\xb6\x0a\xc5\xf2\x02\xf9\xce\xf4\x75\x91\x0a\xe0\x29\xee\x9c\x09\x8f\xe1\x6c\x2f\x4d\x16\x32\x8b\xaf\x24\xd9\xa6\x1a\xb9\xa6\x77\x84\x65\x81\xb9\xe6\x0a\xd6\x2d\xfa\xc5\xf5\xab\xa4\x38\xba\xcd\x8e\x73\x3e\xa3\x79\x79\x27\x2e\x56\x8c\xb4\xd7\xf7\xf6\x24\x1e\x74\xe1\x1a\x87\x33\x71\xc0\x75\x7d\xa4\x65\x4e\x3f\xb0\x6c\x35\x1d\x7c\x0d\x05\x6d\x44\x82\x43\xb5\x74\xf6\xa1\x9a\x26\x5f\x75\x04\xb6\x15\x4f\x97\x31\xcf\x4a\x60\xb6\x4f\x2c\x0f\x24\x17\xb3\xd3\x01\x6b\x1b\xe8\x28\x16\xc7\x7b\x93\x5d\x8e\xc2\x57\xc7\x52\x1d\xf6\xcf\x8a\x70\x88\x3f\xc6\x70\x07\x89\x20\x8f\x24\x23\x3a\x2e\x8a\xd8\x40\x97\xa0\xf1\x82\x8e\xf8\x94\x16\xfa\xce\xd7\xc9\x41\xa9\xf0\x44\x99\x27\x59\x21\x50\xa6\x0c\x36\x92\xe9\x00\x25\xba\x13\xc9\x12\x88\x8e\x8c\x47\xbb\x4c\x28\xa0\xaf\xd7\xc8\x60\x2f\x36\x21\xc5\x8c\x8e\xa4\xb8\x32\x8a\x15\x72\x7e\x4b\x56\xed\xb0\x64\xde\xac\x0b\x3a\x4a\xa6\x16\x03\x99\x91\x12\x9b\x84\xc2\xd6\x55\xf1\x4d\x56\x55\x56\x3f\x32\xc9\xf9\x34\x00\xf5\x2f\x9e\xef\x7c\x2f\xee\x1d\x4d\xf7\xda\x38\xe4\x0b\xbd\xd9\x33\xe9\xe5\x64\x83\x4f\xc9\x2d\x87\xac\xce\x6a\xd1\x55\xa9\xb0\xb1\x96\xd2\x20\x9a\x06\xb2\x90\x08\x3f\x26\x65\x79\x4a\xbb\x29\x15\x08\x26\x52\x8c\x4e\x61\x28\x30\xb1\x5a\x8c\xdb\xa4\x20\x79\xc2\xa4\xf3\x84\x58\x97\x24\xbb\x03\xb6\xe1\x66\xbd\x5d\xff\x34\xad\x5f\xd2\xb2\x5b\x6a\xad\xe8\xf2\x92\xca\xc5\x56\xd2\xe9\xaa\xec\x62\x69\x25\x0c\x8c\xa4\x45\x30\x4a\x54\xff\x94\x16\x30\x6f\x61\xa5\x2b\x81\x66\x25\xb2\x76\xde\x9d\x8a\x40\x2c\xc3\x78\x30\x3a\x7c\xa2\xd8\xc9\x68\xf4\xa2\x4a\x02\x8c\x44\xbd\x7c\x99\x17\x42\xed\x91\x9b\x08\xce\x9b\x4c\x1e\xdc\xf1\x72\x7e\x3f\xf9\x4c\x55\x0c\x72\x41\xb4\xf0\x05\x2e\x53\xd0\x0a\x7f\x41\x3e\x75\x45\xec\x90\x6f\x55\xde\x54\xca\x8d\xba\xe2\x28\x4b\x96\x52\xf5\x13\xb6\x04\x4c\x3f\x49\xe8\xd6\x1e\x09\x96\xe5\x5c\x09\x64\xdc\xa2\x6b\x7a\x17\xf3\xe4\x53\x23\x8a\x56\x53\x45\x0b\xfc\x00\xc0\x05\xd4\xb5\x2a\xbb\xf7\xbc\x57\x10\x05\xa8\x21\x0d\x25\x27\x8b\x75\x5a\x0f\x8b\x81\x91\xf9\x9f\x00\xd4\xe6\xa9\x49\x76\xf7\x59\x09\x98\x47\x89\x7e\x1b\x34\x94\x67\x0d\x8b\x92\xa7\xed\xb5\x61\x0e\xcc\x43\x3e\x2f\x68\x78\xa0\xcc\xb3\x82\xad\x11\xc4\x19\x93\x0d\x16\x3c\xb7\x5c\xe4\x4f\xf4\x6e\xcf\xec\x98\x2c\x64\xc5\xa9\x2c\x1e\xd0\x62\xa4\x9c\x94\xbc\xe1\x68\x8b\xff\xca\xea\x87\xf3\xb4\x64\x29\xcb\x7c\xa3\x5e\x35\xa4\xae\x5c\x94\x42\x87\x4a\xee\xfb\xdf\x6a\xe7\x26\x36\x00\xb2\x80\xad\x88\x23\x6b\x8e\x4e\x61\x7c\x9a\x8c\xf8\xc6\x0b\x48\x2b\xb3\xc4\x1e\xa8\x40\x52\x0a\x5b\xac\x7f\x89\x51\x38\xe2\x4c\x7f\x10\x4f\x10\xcb\x5c\x1d\x8f\xbe\xb1\xdf\x7d\xc2\xc6\x54\xf6\xa9\x1b\x25\x56\x9a\xcd\x8b\x2b\x8c\x6d\xae\x4d\xc4\x77\x51\x09\xf9\xbb\x66\x32\x2b\x7d\xb4\x68\xc2\x68\x3a\xfe\x50\x5d\x6e\x18\xec\x76\xb5\xe2\x84\x28\xe2\x47\x83\x6d\xae\xaf\xa3\x12\x24\x83\x6d\x93\x17\x2f\x70\x2c\xcd\x38\x2c\x7b\x0a\xac\x3d\x17\x6d\xf8\xc3\xf3\x31\xdf\x53\x7e\x5c\x04\xc1\x78\x0d\xa9\xf3\xd9\xf6\x8f\xb1\x6c\x29\xba\x28\xe1\x91\x16\x83\x0d\xbf\x7a\x95\x4e\xf8\xad\x22\xe5\xfd\x34\x09\x6e\x5f\xc1\xc9\x6d\x87\x9f\xc8\xde\x5e\x78\xc2\xeb\x92\x85\x11\xab\xeb\x77\x27\x50\x80\x5a\x75\x1f\x21\xd4\xf0\x13\x08\xd0\x41\x1b\xff\xf4\x9a\xd4\x89\x5e\xda\xc1\x9d\xad\x5a\xab\xaa\xf7\x0d\x65\x88\x1d\x59\xf1\x93\xfc\x6e\x11\x5d\x54\x5e\x0d\xb8\x9a\x2a\xfd\x73\xcd\x68\x3f\x8f\xb2\x54\x60\x13\x69\x6c\x87\x9d\x7a\x6d\xb8\x68\x94\x77\x8e\x74\xc8\x60\xb8\xdf\xfd\xf8\xfe\xec\x97\xfe\xf0\xfd\xfb\x5f\x4e\xcf\xfe\xf5\x7e\xf8\xcb\xf1\xc9\xd1\xf1\x29\xd2\x3f\x9f\x07\xd9\x6d\x97\x41\x8f\x3a\x7d\x69\x95\xe5\x30\xf9\x41\x63\x12\xd4\x75\x5d\xfc\x7c\x4f\x27\x72\xc6\xe2\xb1\xab\x86\x3a\x61\x97\x57\x3e\x98\xd3\x84\xa8\x15\x23\x7b\xb1\x9a\xc3\xaf\x65\x9e\xa0\xea\x6d\xb2\x2e\x2d\xd4\x57\x62\x8b\x1f\xea\xab\x95\x4f\x71\x64\xc9\x3f\x2f\xa9\xa2\xa5\x2f\xde\x42\x87\x7e\xd1\x8f\x7a\x45\x7f\xb7\x4f\x34\xf6\x88\x7e\x9e\x3f\x34\x3e\x91\xc6\x17\x5a\x7e\x65\x59\x49\xf3\x49\x32\xa2\xc4\x24\x3a\x42\x91\xe9\xc6\xf4\xeb\x61\x32\x53\x63\xf0\x92\xec\xdc\x8b\xa5\x38\x9a\xe8\xec\xf7\xe2\xe6\x17\x3d\x3a\xe1\x2a\xa4\xbe\x0b\x83\x2e\x19\xbe\x13\x9d\xed\xd6\x05\x41\x0f\xb6\x64\x5e\xd0\xea\x01\x3c\x69\x6f\xd4\x28\xf5\x24\x6d\x4a\xec\x43\x3a\xe5\xd2\xbd\x74\xd1\xfc\x7c\xfe\x84\xe9\x82\x47\x6a\xb9\x20\x4b\x92\xc2\x92\x03\x41\x4e\xec\xa5\xcd\xf3\x4b\x3a\x40\x45\x22\xc3\x01\xcd\xa7\x70\xe9\x50\x39\x78\x64\x65\xa3\x84\x4f\x48\xd0\xba\xbb\xe7\xd7\x9a\xd2\x94\x20\x48\xbc\xaf\x06\x6a\x64\x6c\x8f\xef\x18\x2c\xaa\xf9\x5b\x67\xa7\x02\x03\x23\x7b\x95\x10\xef\x6f\x2b\xfc\xa0\xc7\x56\x57\x72\x80\x1f\xc0\x54\x71\x78\x46\x43\x28\xea\x81\xab\xc3\x5b\x23\x9f\xd5\xe4\xbf\xe8\x8b\xfc\xb2\xf6\x92\x4d\x25\xd9\x28\x09\xed\xb7\x29\xbf\x48\xd2\xbe\xcd\xea\x48\x1e\x14\x33\xb7\x54\xaf\xaf\xd5\xeb\x6b\x02\x4d\xb0\xec\x72\xe9\xc7\xf3\x4c\xd7\x2a\xef\x66\x94\xdc\x7b\x5e\x57\x36\x3d\x67\xf8\x1d\xb4\xb8\x06\xca\xea\xa2\x9d\x62\x49\x5e\x6c\xb5\x15\xc1\x48\xb4\x69\x45\xce\x79\xd9\x26\x4b\xd3\x62\x15\x54\x5f\xd2\x74\x9e\x4e\xa9\xe6\x95\xae\xae\xf6\x55\x89\x01\x83\x89\x2a\x43\x68\x5c\xae\xea\xa0\x84\xcc\x61\x15\x54\xbc\xa4\xc9\x51\xe9\x5e\xd0\x26\x4b\xac\x58\x95\x3e\x31\xe6\xfb\xbb\x58\x9a\x39\x05\x17\xcd\x40\xa7\xea\xa5\xac\x28\xfb\x34\x4d\x55\xe7\x6a\xa0\x34\x4d\x45\xa1\x62\xbd\x4c\x52\x3f\x75\xd4\x69\x19\xae\x7c\x87\xc4\x32\x59\xb9\xed\x0a\x5c\x2b\x55\xad\x37\xf8\x25\x2c\xaf\xe8\x94\xd6\x5c\x12\xd0\x5a\xd5\x94\x6a\x36\x72\x9b\x59\x0c\xcf\x36\xcb\x99\x7a\x4d\x93\xac\x64\xa3\x3e\x4f\x79\x6e\x9c\x19\xe8\x94\x02\xa0\x11\x3c\x07\x91\x73\xba\xec\x7f\xa8\xa9\x26\xbc\x14\xf3\x46\x8a\x2e\xcf\xd0\x67\x2b\x5c\xc0\x59\xe4\x2d\x55\x22\x5b\xa8\x4f\x78\x56\x16\xf5\x62\x9a\xa4\xa9\x2d\x01\x88\x63\xc6\x0b\xa6\x62\xd1\x2c\xe5\x34\x4d\x4a\x76\x43\x97\x6a\x88\x0a\xe7\x79\xdb\x9b\x62\x5d\x6c\xe6\x19\xfd\x5a\x06\xa9\x96\x78\xee\x12\xb1\xa9\x7f\x9f\x7f\x7d\x45\xea\xff\x0e\x13\xad\x9a\x93\xf0\xf0\xeb\x97\xb6\x2f\xf7\x9b\xb2\xec\x1d\x15\xef\x76\x9b\x6c\x36\xbd\x68\x38\xb7\x3c\x1f\xf7\x72\x9a\x5c\xb7\xc9\xd2\x85\xf8\xdf\x55\xf1\x65\x09\x07\xbc\x81\x24\x99\xb3\x41\xaa\x01\x93\x55\xbd\x95\xaf\x5e\xc1\x75\xd3\x5f\x6b\x50\x61\xa9\xa2\x5f\xbd\x7a\xe5\x16\x1a\x2d\xb5\x1f\xd6\xcf\xcb\x49\x5e\xb5\x1e\x62\x45\x9e\xbe\x1e\x78\x45\x36\xbc\x15\x79\x78\xc2\xdc\xbf\xa0\xb9\x47\x0f\x7a\xf5\x1c\xab\x6e\x46\xc5\x9c\x8d\xdd\xc7\x3f\xdb\x64\x29\x99\x97\x1c\xef\x8d\x29\xfd\x57\x9b\x2c\xdd\xa8\x8c\x92\x18\xe0\x13\xbd\xb8\x66\xe5\x91\x06\x53\xc9\x80\x24\xcb\xb1\x54\xf2\xf9\xe8\x6a\xe9\xd1\xf9\xb9\x3b\xad\xbe\xb8\x32\x1b\x46\x16\x5c\x1b\x30\xf4\x31\x2b\x66\x69\x72\x27\x90\x58\x26\xf8\xa6\xd5\x8b\x94\x8f\xae\x61\x87\x8e\x3d\x5c\x6a\xac\xaf\xff\x1f\xaf\xc8\xec\x50\x03\x1d\x39\x33\x04\x42\x02\x04\x5c\x95\x2b\xdf\xa5\xf9\x44\x28\xbe\x32\x4d\xb1\x4d\xaf\x29\xfe\xdf\xbd\x85\xff\x20\x89\x4e\x80\xaa\x1f\xab\x5c\xfc\x0d\x9e\xbd\x7b\x52\x08\xec\x38\xf6\xde\xc7\x8f\x82\x6d\x2c\x99\x7a\xc9\x2c\xa8\x9f\x61\x35\xfe\x02\x5e\x24\x05\x45\xd5\xa2\x38\x3c\x5e\x57\x0e\xa6\x58\xfc\x2c\x57\xbd\xc8\xbf\xe3\xa5\x46\x4f\x0e\x80\xb1\x52\x47\x4d\x90\x2e\x48\x22\xfb\x86\x74\xf4\x52\xbe\x16\x5b\x11\x77\xf2\xae\x18\x73\xb4\xa8\x38\xcf\xde\x2c\x7b\x2b\x5e\x8b\xae\x25\x48\x50\x58\x53\x87\xb9\x18\xf1\x19\x6d\x93\x25\x8f\xb2\xd0\xe6\x85\x7a\xb6\x55\x4b\x4b\xf0\x11\xba\x27\x07\x23\x9e\xf5\xe6\x65\xc9\xb3\x1a\x39\xe3\x3c\x2d\xd9\xec\x1d\x2f\x4a\xb3\xac\xe7\x2f\xff\x63\x92\xce\x69\x56\xce\xd9\x9a\x3c\x5e\xe7\x2f\xc1\xe6\x77\xbf\x32\x2e\x18\xf3\x19\xcf\xdc\x89\x39\x7f\x99\x88\xcf\x08\xf0\x84\xfe\xbf\x39\x2d\xca\x9f\xe6\x17\x74\xc4\xb3\x09\xbb\x74\xc0\xf5\x35\x5d\x88\x2a\x1c\xce\x4b\xc1\xeb\x9f\xd0\x89\x52\xc7\xd5\x04\xbb\x30\x9c\x4c\xcc\x9f\xca\x95\x57\x7d\x70\x6d\x85\x23\x9c\x17\x54\x79\x62\x2f\x86\x39\xa1\x93\x45\x10\x13\x9e\xdf\x26\xf9\xf8\x11\xa8\x59\x92\x17\x94\xc8\x8c\x13\x79\x41\x75\x96\xf2\x81\x8c\x3a\x27\x1f\x5f\x57\x57\x5f\xef\xd5\xb1\x2b\x14\x2d\x9d\x67\x72\xdb\xdc\x2a\xa9\x8d\x41\xb9\x87\x47\x45\x3e\x39\xe3\xd7\x34\x6b\x07\x6b\xf4\x5a\x71\x6a\x6f\x14\x29\x51\xf0\x79\x3e\xa2\x07\x63\xc3\xc0\x69\xf6\x4b\xf6\xb0\xcf\x52\x3a\xe0\xb7\x59\xca\x93\xb1\x69\x58\x49\xd5\x0c\xac\xc5\x4e\x5e\x75\x74\x99\xfc\x81\x92\x0e\x58\xa9\xd7\x52\x92\x1e\x9d\xcb\x1b\x29\x66\x58\xbe\x77\x93\xa9\x81\x01\x93\x87\x95\x80\x3d\xfb\x3c\x4e\xca\xa4\x46\x0a\x5a\x0e\x92\x32\x11\xac\x8d\xd9\xd8\xd7\x70\x2e\x6f\x96\xef\xf5\x3c\xce\x5f\x9e\xbf\xac\xb9\x39\x88\x9f\x36\x4e\x9e\x6e\x92\xe6\x39\xcf\x65\x9b\x43\xf1\x17\x6a\x14\x1f\xec\x6f\x24\x9b\xa7\xe9\x9b\x65\xf1\x5f\xdc\xc6\x84\x96\xa3\x2b\x69\xe2\x57\xd0\x72\x5f\xff\x80\x2d\x2d\x9f\xbf\x1c\x1c\x7d\x18\x9e\xbf\x44\xf5\x2e\xe4\x5a\x88\xe3\xd4\xd1\xa7\x4f\xca\xa7\xbb\xd9\xe8\x8a\xe7\x26\x5e\xb3\xd7\xab\xaa\x6f\x6f\xc1\xf2\x72\xcc\xbc\x9c\x67\x62\x7d\xb4\x55\xd3\x3c\x2d\xdb\x24\x36\x13\x5f\xdb\x2b\x43\xf4\x4b\xf8\x3d\x69\x41\x33\x57\x3e\xff\x1b\xeb\xbe\x5b\x99\x1e\x7d\xca\x2f\x74\x22\xd8\x5e\xca\x2f\x96\x3f\xab\xba\xf5\x5c\xdd\xe3\x7a\xae\x7b\xfb\xb2\x12\xd6\x9d\x80\xdd\xfa\x98\xa7\xa4\x43\x3e\x9e\xbc\xd7\xc9\x8d\xd5\x29\xfe\x78\xf2\x7e\x59\xf4\x50\x51\x59\x6c\xaf\xa0\xcf\xe3\x57\x4c\x4f\x43\x3f\xb7\xc5\xe7\x8a\xab\xf6\x65\xa5\x2e\x35\xa5\xb4\xa4\x79\x81\xa9\xad\xba\xe9\x04\x93\x79\xf2\xdc\x89\x13\x6b\x4e\x94\x37\x91\x9a\x3e\x77\x76\x88\x30\x28\x63\xcc\x31\xc7\x1c\x3b\x3d\x62\x08\x0d\xc9\x6d\x7b\xa8\xfc\x83\x14\x78\x68\x99\xa3\x28\xb7\x4e\x9c\x77\xb4\x77\xb8\xa5\xfd\xe1\x59\xff\xdd\xc1\x87\xb7\xa0\x35\x12\xe2\xe8\x65\x7b\x3d\x5d\x6e\x10\x77\x4d\x57\xea\xe5\x15\xcd\x96\xd5\x89\x5b\xf1\xb9\xfb\x1a\xbc\x1b\xfa\xa6\xa9\x3b\xec\x5a\xa8\xb9\xfb\xff\x05\x1e\x70\x88\xdb\xfd\x63\x2e\x66\x2a\xda\x31\x14\x92\xa0\x6a\xdd\x6d\x82\x3f\x22\xc1\x93\x48\x58\x5a\xbf\xca\xe5\x2d\x84\x6d\x2e\x02\x1f\x3b\xac\x29\xab\xe0\x93\x12\xc2\x4b\x69\xf6\x32\x58\x65\x71\xdc\x73\x7a\xc3\xaf\xc1\x71\x87\x9d\x03\x50\x34\x4f\xb5\xa7\x91\x65\x16\x50\x6e\xf9\x82\xb4\x13\x20\x9d\xff\x6b\xf8\xbe\xeb\x76\x3b\xf7\xbf\xda\x87\xc0\xed\xfc\xaf\x0f\x6f\xe0\x59\x7d\xed\x88\x04\x7c\x59\xd8\x48\x63\xf4\xce\xfd\xbd\xfc\xf1\x41\x23\xdf\x77\x49\x3e\x1e\xe4\xec\x46\x49\xf8\x04\xee\x7d\xc0\x35\xb5\x61\xfd\xb8\x73\xef\x9d\x5b\x77\x34\xbd\x1a\x49\xce\x92\xd5\x34\xb9\xa0\x69\xe7\xfc\x65\x64\xcc\x6e\x71\xd4\x3f\xae\x44\xfe\x9d\x7b\x75\x82\xf0\x05\x38\x7f\xb9\x82\x9a\x5f\xc3\xf3\x4d\x14\xb5\x27\x66\x65\x99\x86\xf3\x97\x19\xcf\xa8\x9c\x0a\xc9\xe9\xa4\x73\x6f\x37\xfb\x81\x5c\xc9\x0f\xe7\x2f\xff\xed\xfc\x25\x5e\x39\x42\xc6\x29\x6a\x79\x2d\x81\x1b\xb2\x06\x76\xc4\x7e\x7f\x6d\x13\x14\x68\x49\xae\xdc\x5c\xff\x21\xad\xeb\x81\x7d\x50\xf8\xf0\xfc\xe5\xb5\x05\x50\x03\x13\xeb\xe1\x08\x3d\x49\xea\xd6\x00\x41\xe4\x13\x54\x27\x74\x52\x8b\x50\x5d\x96\x28\x5e\x40\xf8\x88\x61\x9e\x96\x89\x56\xaf\x00\x82\x52\xfc\x3c\xa4\x45\x91\x5c\xd2\x5e\x92\x9f\xdd\xcd\xa8\xf7\x49\xfe\xec\xf3\xe9\x34\xc9\xc6\xe6\xe7\x81\xfb\x7d\x50\x52\x90\x85\xfa\x94\x0a\x9c\x5d\x72\x05\x66\x05\x13\x07\xae\x39\x4d\x31\x8b\xaf\x53\x9a\x5f\x52\xf9\xfb\x94\xea\xf0\xfb\x60\xad\x6d\x0b\xfb\x8c\xa6\x8a\xd1\x7d\xcf\x32\x31\xfe\xa7\x90\xbd\x02\x1c\xd0\xd5\x35\xef\xb7\x8b\x32\xa3\x87\xed\x27\xa2\x3e\x00\xbe\x56\x21\x67\xb0\x60\x10\x6b\x29\xbb\x80\x5c\x0e\xa2\x3e\xe5\xe9\xee\xa7\xf3\x42\xbc\x69\x8f\x91\xd7\x01\xe5\x06\xe0\xf1\x95\x7a\x3e\xad\x7f\xa0\x07\x51\xd3\xec\x30\xe6\xd3\x44\x0f\xdd\xd9\x4c\x91\xbb\xea\x59\x97\xcf\x83\xdd\xbe\x36\x39\x4e\xf2\x92\x25\xe9\xeb\x60\x67\xdf\x48\x91\xb6\x92\x8b\xdd\x93\xa9\x8c\x07\xd2\xe3\x65\xc9\xa7\x6d\xd2\xd8\x26\x0f\xea\x49\x8c\xc8\xe2\xf0\x69\x58\x36\x92\xc2\x32\xe7\xa9\xe5\xbe\xf5\x2b\x01\xee\xfb\x24\xa5\x5f\xcf\x5f\x9a\x68\x5c\x29\xfd\x2a\x60\x45\xc1\x6d\x9e\xcc\x74\x81\x92\x00\x58\xc7\x78\xdb\x8c\xb6\xae\x3b\x7f\xd9\x58\x5f\xff\x3f\x18\x96\xa5\x54\xdc\x91\x83\xe9\xa5\x85\xbe\xa1\x79\xc9\x46\x49\xda\x4d\xd9\x65\x26\x6a\x4d\xd9\x78\x9c\x52\xdb\xf9\x34\xf9\x6a\x84\x0f\xe7\x2f\x37\xd6\x67\x5f\x61\xc9\x27\xd3\x15\x28\x78\x00\xf2\x60\xd1\x99\xed\xe9\xca\xc8\x30\x8c\xdc\x4d\x6b\xfa\xce\xf8\xcc\x08\x36\x54\x5d\x81\xcd\x75\x96\x30\xb0\x3a\x6a\xcd\x45\x67\xab\x8d\xc6\xec\x2b\x81\x43\x31\x4d\x6f\x6d\x80\x66\xf4\x2a\xab\x53\x16\xb6\xa7\x7b\x7f\x4f\x27\xa5\x49\xe2\xaf\xbb\x2f\xe9\xb4\xd0\x6a\x08\x0c\xab\x16\x15\xf5\xfd\x20\xd9\x5f\xb0\xf7\xaa\x53\x2b\x50\x06\x22\xf9\xc5\xfd\x82\xf3\x53\x18\x6c\x23\x5b\x89\x36\x32\xe1\x59\x79\xca\x7e\xa3\xa6\x05\xe2\x1d\xc9\x8d\xf5\x9a\x37\x72\xaf\x27\xa0\x8a\xd3\x77\xc6\x0b\x16\x18\x9a\x77\x9c\x3b\x03\x19\x53\x47\x7d\x9c\xf2\x71\x92\x1e\xcd\x04\x5f\xa8\xad\x4a\xd0\x74\x46\xae\x7d\x85\x40\x82\xcb\x16\x20\xa2\x37\x66\xd2\x9e\x54\x0b\x1d\x05\x79\x6e\xc4\x69\xd8\xc1\xbb\x21\x7a\x0e\x33\x60\xfe\x63\x0d\x4f\x1b\xcc\xda\x3e\x34\x8a\xdb\xbd\xaf\x9c\x68\x51\x5c\x1d\x8a\xb9\x9e\xd0\x49\x84\x05\x4e\xb2\x3b\xf9\x7a\x16\xb4\xec\x2b\x12\x4c\x57\xd6\xa9\xca\x5d\x6b\xd6\xe6\xe7\xc9\x5c\xb5\x37\x29\x9d\x0e\x53\xcc\x49\x22\x9b\xe8\x6c\x08\xfd\x5a\xd2\x6c\x5c\xb8\x87\xf4\x75\xe5\xa4\x6b\xe1\x31\xd0\x94\xaf\x8b\x04\xac\x27\x5f\x39\xf3\x73\xa3\x8c\xc8\xe7\xa3\x92\xe7\x46\x95\x52\xd9\xa7\xa5\x8e\x65\x7a\x23\x05\xbe\xe2\x05\x90\xd6\x7d\xda\x2c\xfe\x60\x07\xa2\xf1\xf8\x3c\x6b\xa4\xf3\x50\x12\x2b\xf5\xca\xe7\x2f\x05\x8e\xb1\xe8\x83\x58\xcb\x1e\xc9\xbb\xbb\x8f\xc0\xa6\xc7\x2b\x71\xe2\xda\x8d\x2d\x94\xa8\x60\x81\x69\x8a\x20\x97\x45\x43\x5a\xaa\xf1\x12\xd5\x53\xd6\x06\x61\x25\x87\x65\x51\x47\x26\x93\x53\x9b\x28\x1a\x73\x19\x91\x7a\x92\x24\x22\x4e\x59\x86\xb1\x7c\xe7\xfc\xe5\x88\x8a\x8b\x70\xfe\xd2\xbd\x55\x1d\xa8\x31\x40\x18\xd8\x27\x2b\x5f\xb3\xe9\x25\x29\xf2\x51\xe7\xfc\xe5\xda\x24\xb9\x11\xb0\xa2\x42\x65\x63\xee\x29\x78\x20\x49\x5a\x76\xa4\x40\xc4\xa3\x7a\xd7\xe4\x88\xc1\xb7\x95\x40\xd0\x1d\xdb\x45\xc9\x02\xc5\x76\xf1\x83\x5f\x80\x76\x32\xa8\xe6\x76\xb3\x81\x8c\xae\x4c\xb4\x0d\xf1\xbd\x6a\x97\xa5\xc3\x0f\x2a\x73\xd6\x42\x41\x99\x31\x90\xaa\x28\x80\x66\x50\xfe\x41\x28\x78\x5e\x76\x4d\x71\x37\x67\xc9\x7b\xc1\x90\x88\xe9\xa8\xba\xa4\x4b\x4a\x4e\xfe\x0b\xcd\x4b\xd4\x71\x6d\xc6\x2a\xfd\x97\xa8\xd4\x45\x95\x3c\x2b\x26\x6c\x29\xef\xdb\x32\x2d\x38\xd3\xe0\x88\x46\xd0\x1f\x3e\xb0\xef\xa5\x2f\x38\x66\x9b\x6c\xc7\xaa\xd6\x41\x36\xe1\x02\x4c\xc2\x28\xb3\xd4\x87\x37\xf7\xd2\x0a\x55\xec\xe7\xc3\xeb\x35\x51\x1a\x3d\x42\xf0\x7e\xa1\x95\x5f\x74\xb6\x8a\xf9\x45\x31\xca\xd9\x4c\x89\x6d\x22\x67\xec\xb4\x0a\x00\x9d\xb5\xca\x66\xfe\x3e\x73\x7f\xc2\x99\xfb\x8e\x7d\xd6\xde\x78\xd1\x2d\xfe\x39\x52\x86\x76\x37\x56\xd9\x6d\xec\x76\x7c\x5f\x37\xff\xde\xd6\x3f\x7f\x5b\x95\x5c\x77\x3c\x48\xca\xf8\x0b\xd1\x17\xe5\x8c\x67\x24\x80\x40\x1b\xac\x9b\xe9\x96\xcf\xbc\xbb\xdb\x7f\xef\xf1\x9f\xbf\xc7\xb3\x9c\xdf\x30\x71\xff\xe8\xb8\x77\x17\xdd\xe5\x63\x07\x41\x3c\x10\xb4\xcd\xd5\x2d\xfd\xbd\xd5\x7f\x89\xad\x96\xde\xd5\xf1\x67\x38\x28\x89\xef\x2c\xcb\x2e\x43\xd0\xbf\x77\xf7\x3b\x77\xf7\x39\xc4\xdd\x19\xfd\x5a\x7a\x3c\x84\xa2\xdb\x82\xbd\x79\x88\x41\x4d\x12\x96\xd2\xf1\xb1\x0f\x4b\x5e\xbd\x22\xe7\x2f\xc9\xaa\xf8\xcf\x0f\x64\x11\xe4\x03\x66\x35\xbc\xe1\xac\xfc\x69\x67\x56\x70\x46\x45\xf4\xcc\x6a\xa7\x83\xea\x53\x1b\x56\x75\x27\xb5\xb5\xf1\xbc\x83\xfa\x5d\x6c\xa8\x77\x50\x9f\xb3\xdd\x7f\x2e\xf3\x19\x57\x24\xf5\xf9\xec\x8e\x9c\x68\xf5\x1e\x39\x18\xfc\xea\xd7\x5b\xa0\x49\x22\x8b\xb4\x49\xa2\xe1\x88\x0e\x89\xf8\x5a\x21\x7f\x00\xbe\x4a\x88\x84\x6a\x21\x77\xc1\x66\x77\xa6\xe6\xc1\x40\x73\x36\x7e\xed\x35\x7f\x1d\xa2\xfa\x9b\x85\x6b\x74\x9c\xf3\x29\x2d\xaf\xe8\xbc\xf8\xc3\x56\xa7\x77\x30\x48\x8a\xab\x0b\x9e\xe4\xe3\xa7\x2c\x92\x1b\x41\x6c\x79\x94\x26\x4b\x5e\x64\x60\x91\xf1\x03\xf9\x75\x6d\x06\x46\xfe\x27\x2c\xcc\xe9\xe9\xbb\x3f\xf0\xbc\x48\x0d\x92\x98\xe9\xac\x7c\xca\x9a\x9c\x9e\xbe\x7b\xc6\x59\x39\x3d\x7d\x07\xf9\xdf\xdf\xb5\x18\x81\x22\xc6\xad\x7a\xb0\x0d\x0f\x4e\x4c\xd9\xb9\xd7\xf9\x2d\xcc\x87\x87\xef\x10\xe6\x7c\xc1\x41\x57\xfc\xbc\x8e\x5a\xfa\x0a\xa2\xc7\xe0\x74\xda\x56\xda\xe7\xe7\xc6\x06\xa2\x68\x88\xf6\x50\x4e\x22\x95\x6e\x3d\x97\xf8\x6c\x79\xc5\x77\xa6\xb5\x99\x5a\x94\xf7\xa2\x75\xaa\x55\x04\x48\x95\xaa\xdb\x9f\xf1\xeb\x31\xbb\xa9\x40\x6f\x58\xf9\xe3\x69\xbb\xad\x62\x90\xcc\xd2\x64\x44\xaf\x78\x3a\xa6\x79\xe7\xfc\xe5\x3e\x4b\x4b\x9a\x13\xb0\x49\x12\xc7\x88\x63\x22\x5d\xad\x41\xd6\x7c\xf9\x5b\xb4\x83\xf7\xe5\xf5\xda\x98\xdd\x20\x8d\x3c\xfd\x5a\x56\x61\x60\xab\x01\x79\x78\x73\x7a\xc5\x6f\x59\x76\xa9\xde\x62\xe3\x3f\xf8\xa0\x56\x27\x78\x4b\x5f\x43\x0d\x21\x98\x97\x84\x56\x87\xaa\x40\x87\x56\xaf\x76\xe7\x5e\xff\x81\x0a\x51\xec\xd1\xce\x7d\x18\x78\x14\x41\x2b\xc7\x62\xb3\x10\xea\x97\xd7\x9c\x04\x30\xca\x74\x58\xe4\xf2\x76\x74\xee\x1f\x4f\xda\x81\x5a\x65\x3a\xa8\xc8\xcf\xca\xe0\xb8\x73\x2f\x5e\x4e\x04\xc1\x33\xe5\x15\x7e\xc3\xaf\xe9\xd8\x6d\x14\xf8\x88\x87\x29\x35\x20\x62\x3f\xa2\x6a\x13\x00\xbb\x06\xf4\xf6\xf0\x00\xae\x9c\xc7\xe3\xe8\x20\x4f\x73\xe7\x56\x8e\x23\xe7\x18\xb7\xee\x58\x1b\xf0\x74\xb9\xd4\xfb\xce\xe7\x79\x9f\xe7\x53\xe7\xf2\x7c\x90\xcd\xe6\xa5\xb3\x28\x13\x9f\x44\xc5\x6e\x4e\x13\xeb\x0d\xad\x91\x00\xfd\x5a\xee\x41\x03\xc0\xa7\xa7\x74\xd3\x88\x82\x7e\x05\xe7\x6d\x2f\x40\x1c\xf5\x89\xbc\x3f\xcb\xcb\x2a\x30\x2a\x03\x98\xad\x5e\xf2\xf7\xfc\x96\xe6\xfd\xa4\xa0\xcb\x2b\x75\xe9\x0d\x74\x34\x59\x16\x2d\xae\x90\x37\x64\xb5\x81\x32\xdc\x56\x60\xa4\x87\xe8\x92\x7b\xe8\xda\x2c\x7b\x18\x8e\x69\xaa\x75\x1c\x58\xe9\xa1\x20\x64\xbc\x4e\x59\xfe\xea\x95\x02\x8c\x58\x17\xa1\xef\xf5\xf7\x3c\x19\x9f\x9e\xbe\x5b\xf6\x70\xf8\x4a\x04\x17\xc2\xf0\x37\x01\x15\x12\x1b\x70\x96\xdc\xb0\xcb\xa4\xe4\x79\x7d\x94\xb2\x99\x7c\xf9\xeb\xb7\x39\x2b\xe5\x99\x88\xf6\x18\xe9\xaa\x4a\xa0\x0b\xc8\xca\x48\x6a\xb8\x99\xc9\xc2\x8f\xb5\x6b\xea\x29\x8c\xf7\x04\xee\x58\xe5\x8c\x92\x94\xe6\xe5\xf2\xaf\xd2\x07\x9d\x29\xd8\x36\xf9\xf7\xe0\x01\xfc\xb5\x6a\x32\x8e\x3d\x52\x41\x25\x9e\x1d\x00\xa0\x32\x6c\xc9\x23\x4f\x11\x09\xc3\xeb\x7a\xfa\x2f\xe3\xf4\x5d\xc8\xa8\x93\xc8\x0c\x54\x9c\x95\x30\xc4\x3c\xcc\x9e\xa0\x6f\x8c\x06\x94\xf7\xc6\x85\x04\x53\x89\x99\x54\x91\x0c\x11\xf6\x79\xfd\x8b\x3e\x20\x91\x04\x0c\xea\xdb\x82\xac\x27\x0a\x00\x36\x2a\xc1\xa0\xfb\xa1\xfd\x5c\x0f\x99\x66\xd2\x21\x2f\x16\x02\x2c\x6c\x47\x67\xa4\xb6\x24\x4a\x60\x31\xa9\x46\x07\xe1\x25\x6d\x51\x09\x80\x06\x86\x9a\x86\xd8\xa2\x12\xa7\x45\x32\x91\xd5\x3c\x7c\x17\xc5\x3d\xd1\x10\x17\x40\xfb\x6a\x14\xb2\xcf\xb1\xe5\x2e\x8a\xab\x1e\xff\xfa\x3c\x65\x77\x92\xdd\xa1\x1e\xba\x26\xee\x25\xb0\xe7\x46\x91\x24\x16\x58\x58\x8b\x6e\x96\x3f\x2b\x6b\xde\xdf\x6f\x3b\xad\xcd\x2b\x34\xb5\xa9\xad\x9f\x63\xfa\xe9\xa0\xce\x93\xac\xad\xa5\x49\xab\xab\x63\x6c\x8b\x04\x5a\x58\x91\xcb\x02\xce\x7d\x40\x41\x3a\x83\x23\xc0\xf3\x23\x03\xb6\xce\x3d\x36\x68\xab\xcb\x0e\x1e\x20\xf7\x6e\xe3\x32\x74\xee\xe5\x11\x7d\x80\x1c\xfc\x80\x15\x53\x56\x14\xc0\x2a\x51\x59\x01\xcb\xa9\x02\xc8\xb1\x82\x53\x4c\x81\x95\x1d\x09\x1e\x37\xe5\x05\x22\x9c\x0c\xa9\x82\xad\xa8\x20\x49\xab\x8a\x8c\x69\xb7\xa4\x4a\x1d\xcd\xe2\xa6\x13\x21\x5c\xd6\xd6\x88\xce\x8a\x6f\xcf\xb2\xcc\x32\x3d\xc9\x69\x71\x65\xc2\xe1\xcd\x93\x54\x6f\xa7\xce\xd2\xa0\x28\x25\x43\x7e\xae\xad\x91\x82\x52\x72\x55\x96\xb3\xa2\xbd\xb6\x36\xa6\x37\x34\xe5\x33\x9a\xd7\xa7\x6c\x94\xf3\x82\x4f\xca\xfa\x88\x4f\xd7\x68\xb6\x3a\x2f\xd6\x8c\xbd\xdb\xbf\xad\x69\x0a\xbd\x58\xbb\xa5\x17\x6b\x3a\x8e\x5f\xca\x8a\xf2\xdf\x2e\x68\x51\xae\xce\x64\xc6\x85\x11\x2d\xdc\x4e\xcf\x65\x8a\x3c\x63\xfe\x9e\xd1\xdb\x81\x14\xb1\x88\xb7\x06\x6c\xb9\xb1\xe4\xd6\xe5\x2b\xee\x7d\x2f\x8c\x3c\x4b\x65\x3f\x0d\xdf\x77\xf4\x1d\x65\x68\xb7\xf9\x14\x65\xef\x0f\x91\x37\xbe\xc2\x6c\xff\xfb\x8d\xf6\x9f\x68\xb2\xef\x16\xc5\x58\xc6\x8f\x91\xb5\x76\x80\x66\xab\xcc\xd2\xed\x89\x59\x60\x92\x8e\xe2\x06\x05\xe6\xe8\x62\x69\x3d\xa6\xd5\x22\x25\x0d\xa4\x5b\x03\x4b\xfe\x98\xd5\x3a\x32\x7a\x5c\x8e\x99\xa4\xab\x5d\xa8\x19\xfc\x16\x45\x21\xb5\xca\x81\x7d\x41\xc8\xe4\x17\x6b\x90\x14\x9a\xa8\x42\x5b\x17\x3b\x7e\x2d\x83\xd4\x17\x06\x48\xf9\x04\x65\x2b\x4a\x4e\x82\x12\x2b\xd4\x68\x13\x2c\xd4\xb0\xa0\x40\xdc\xc9\x8d\x9c\x78\xd9\x77\xe9\x00\x1b\xff\x19\xfa\x61\x04\x66\xd0\xbe\x50\x40\xfd\xef\x97\x58\x54\x10\x8f\xc1\x7e\x5d\xcc\x92\x0c\x32\xaf\xd0\xdc\xb3\x5e\xb2\x32\x55\x1c\xf0\x1b\xb3\x3f\xaf\xd7\x44\x8d\x27\xd6\x2f\xe6\x17\xa0\x89\xee\x6f\xf3\x9c\x92\x13\x3a\x26\xef\x92\x92\x1c\xcd\x68\x76\x7a\xc5\x26\xa5\xdf\xa2\xdb\x17\x80\x90\x15\xdb\xfb\x8b\xcf\xf7\x26\x00\xa9\x7e\x2c\x28\x49\xe9\xa4\x54\x11\x3d\xd9\xe5\x55\x49\x92\x3c\xe7\xb7\x62\x03\x65\x2e\x12\x4d\x71\x53\x72\x41\xcb\x5b\x2a\x33\xfa\xc9\x9e\x90\x0c\x6d\xa1\xa8\xc1\xb3\x80\x7c\x08\x11\x38\xb2\x5a\xb4\xe5\x80\xbf\xb4\x06\xd0\xb6\x0a\x36\x52\x54\xb2\x06\x03\xae\xb0\xbe\xb8\x75\xe6\x65\x58\x76\x0f\x4c\xf4\xc1\x0d\xd6\x4c\x5c\x19\x30\x50\x29\x1a\x94\x58\xf0\x41\x60\xf5\xdb\xab\x3b\x32\xe6\xe4\x96\x92\x8c\xd2\xb1\x28\x25\x57\x34\xa7\x7b\x60\x66\xce\x50\xcc\x08\xac\x14\x2d\x83\x5d\x5c\x30\xed\x62\x21\xfd\x02\x50\x69\x81\x1c\xcc\x5f\x37\xc8\x95\xaf\x04\xc1\x24\x16\x5a\xc3\xcf\x0b\x6a\xa3\xcd\x3e\xd5\xfa\xdd\x9a\xa5\x1f\x27\x19\x55\xae\xf8\x07\xb2\x54\x8e\x4e\x7b\x83\x62\x0b\x79\x55\x0e\x6c\xd7\x07\x74\x92\xcc\xd3\xf2\x38\x49\x69\xa9\x13\x25\x9f\x5d\xd1\x29\x95\x3a\x95\xb1\x76\x07\xd6\x76\x9b\xb2\xc0\x75\x68\x6d\xec\x0f\x54\x07\xa0\xd5\x03\x09\xe0\xcc\xe9\x3d\x2b\xfc\x03\xa5\x5b\x30\xce\xb0\xea\x9b\x98\x4d\xd0\x04\xf8\xe0\x9b\xd4\xc7\x6d\xf1\x23\x2e\x00\x62\x09\xe4\x1f\x11\x3b\xfd\x9c\x5e\x32\xc9\x9a\x0a\xa4\xfb\x44\x93\xfc\xa7\x5b\xa7\xcf\x0b\xda\x53\xf6\xb1\x95\x2e\xae\xab\x57\x9c\x5f\xe3\x5a\xa7\xa7\xef\x94\x0d\x24\xb0\x62\x37\xdf\x10\xa0\x3e\xab\x8a\x04\x92\xcb\x05\xab\xa0\xd2\x58\x3d\x71\x1f\x23\x15\xe2\xc6\xfe\x82\x77\xaf\x91\xe3\x9c\x8f\x68\x51\xbc\xe7\x97\x47\xf3\xb2\xc2\xee\x1f\x1a\x46\x4b\xf4\x03\x8e\x64\x1b\x1d\x50\x19\xe2\xc6\x80\x27\xb3\xd9\x42\x40\x62\x62\x0e\xbd\x4d\x66\x6d\xd2\x58\x87\xf6\xf7\x7f\xb0\x51\xbf\x66\xa9\x42\x8b\x69\x75\x01\x41\xa0\xa2\xf3\x88\x2f\x2b\xb4\xff\x82\xdf\x8d\x68\x41\x7a\x29\xc1\x02\x36\x86\xbf\x6c\xac\x70\xe0\x1d\xeb\x2c\x5b\xe0\x67\x64\xc2\x10\x2d\x30\xfa\x50\x58\x58\xa1\x32\x8d\x8d\xf4\x60\xec\xf9\xe8\x16\x3c\xa5\xef\x59\x76\xed\xf9\xe9\x5a\x2e\xcb\x60\x96\x36\xc2\x33\xd8\x9e\xdd\x27\x5b\x62\xce\x0b\x24\xb4\x63\xb7\xc4\x02\xb6\x9c\x57\xcf\xb8\x43\x1d\x6d\x88\x47\x2a\x0d\xe9\x3f\x69\xef\x81\x9d\x75\xcf\x48\x1e\x79\x1c\x6b\x7d\x11\x98\xc9\x07\x9e\x4f\x93\xf4\x39\xb3\xb3\xb3\xd8\x58\x38\x0d\xb9\x76\x1f\x92\x9b\xc7\x97\x2f\xf4\x4f\x58\x9f\x7d\x25\x8d\xed\x98\x6f\x44\xd4\xd7\xe0\x90\x66\x73\x88\xaf\xdb\x18\x7d\x9b\xde\x98\x72\xe4\x30\xd1\x5a\xf0\x33\x51\xbf\xbd\x62\x25\xf5\x5b\x1e\x27\xf9\xb5\x7c\x22\xda\xe8\xc1\x30\x2d\xe2\x80\x2f\x76\x26\x17\x7c\x7c\xd7\x4b\x46\xd7\x97\x39\x9f\x67\xe3\xa0\xa7\x52\x3d\x46\x6c\x9a\xe4\x77\x35\x57\xe3\x4c\xd2\xb4\xb1\x51\xc5\xe6\x9c\x25\x37\xe0\x35\x01\xf8\x01\x7c\x7d\xe3\x7c\xd3\x25\xf9\xc5\x22\x8e\x2c\x5b\x66\x13\x05\xc7\xfd\xce\xff\xe8\x5c\x34\x1a\x46\x35\x8f\x5c\x3f\xec\xd7\xff\x96\xb9\xe3\xee\xfa\xce\x61\x5c\xa6\x73\xb1\x1b\x98\xa4\xec\x52\x4a\x32\x0b\x69\x90\xa6\x95\xe7\x0b\x4e\x2a\xf2\x7d\x8a\x7b\x20\x59\xfa\x76\xe1\x45\x80\x93\xb0\xd6\xe7\x70\xb2\x9b\xd0\xdf\x06\x92\xcd\x6d\xc7\x66\xca\x03\x73\xfe\xf2\xdf\x76\xb6\xc4\xff\x39\xa7\x26\xb7\x3c\x1b\x91\x96\x1b\xa6\x3b\xe3\xf6\x03\x4e\xaf\x64\x8c\xd0\x53\xbd\x6c\x0f\xa9\x3b\x49\xe7\x2f\xf9\x8c\x66\x85\xa0\xd5\x57\x8b\x9b\xcb\xf3\x97\x6d\x20\x6d\x29\x6e\x2e\xc9\xd7\x69\x9a\x15\x9d\xf3\x97\x57\x65\x39\x6b\xaf\xad\xdd\xde\xde\xd6\x6f\x37\xeb\x3c\xbf\x5c\xdb\x58\x5f\x5f\x5f\x93\x75\x14\x3e\xea\x18\x74\xa4\xb7\xde\xfd\xbe\x61\xf4\xb6\xc7\xbf\x76\xce\x5f\xae\x93\x75\xb2\xb3\x45\xc4\x0c\xa1\x42\xec\x12\xeb\xf7\x66\x49\x79\x45\xc6\x9d\xf3\x97\x87\x8d\xdd\xfa\xd6\xc6\x16\xd9\xd8\xad\x37\xb6\x9b\xef\x77\xeb\x4d\xb2\xb9\x5e\xdf\xd9\xd9\x1a\xd5\x1b\x1b\x9b\xa4\x51\xdf\xde\xda\xae\x6f\x91\xcd\xfa\xfa\x6e\x7d\x77\x67\x8b\x6c\xd5\xb7\x77\x76\xd2\x56\xbd\xb1\xbd\xba\x59\xdf\xdc\xdc\x1c\xad\xd6\x37\x5a\xbb\xab\x02\x6e\x77\xb5\xbe\xb5\xbe\xb9\xba\x59\x6f\x6c\x6d\xac\xd6\x37\x9a\xab\x5b\xf5\xdd\xad\xc3\x9d\x75\xd2\xd8\xa9\x6f\xaf\x6f\x8d\x56\xeb\x3b\xbb\x1b\xab\x8d\xfa\x66\x73\x67\xb5\x51\xdf\xda\x5e\xdd\xa8\xef\x6e\xec\xac\x6e\xd4\x37\x45\x5b\xad\x66\x33\x5d\x6d\xd5\x77\x36\x37\xc8\x66\x7d\x7b\x7d\x67\xd4\xa8\x37\x36\x48\xa3\xde\xd8\xda\x25\x1b\xf5\xf5\x1d\xb2\x51\xdf\xda\xdc\x26\x1b\xf5\xe6\x26\xd9\xac\x37\x1b\x9b\xbf\x85\xd6\xfb\x6e\x56\x9b\xcd\x7a\x73\x7d\x83\x34\x36\xeb\xbb\xbb\x3b\xa3\x8d\xfa\xfa\xfa\x56\xbd\xb5\xb9\x4d\x36\xeb\xbb\x5b\x64\xa3\xbe\xd1\x20\xdb\xf5\x8d\x75\x31\xaf\xdd\xf5\xdd\x54\x74\x2b\x06\xbe\xbd\xbe\x93\x6c\xec\xd6\x37\x9b\x44\xfd\x57\xac\xe5\xfa\x6a\x63\xbd\xbe\xbb\xbd\xb3\xda\xac\xb7\xb6\x47\xab\xb2\xc5\xd5\x9d\xfa\xd6\xc6\xea\xe6\x7a\xbd\xd1\x6a\xae\xd6\xb7\xc4\xdf\x3b\xf5\x1d\xd9\xdd\xe6\x46\xac\x89\x8d\xfa\x56\xb3\xa9\x46\xd3\x90\xbd\x6d\xc9\xde\xb6\x47\xf5\x86\x58\x80\xf5\xe6\x6e\x7d\x67\x77\x75\xab\xde\x68\x92\x46\x7d\x67\x7d\x73\x75\xa7\xde\x68\x8a\xc5\x6e\xec\x6e\x8a\x8e\xb7\x76\x49\x63\xab\xde\xdc\xda\x5a\x6d\xc8\x05\xd8\xd8\xac\xef\xb6\x56\x9b\xf5\x9d\xed\xa6\xb7\x0a\xaf\xd7\xe0\x4e\x83\x15\x11\x5b\xb6\x49\x36\xb7\xeb\xeb\x8d\xf7\xeb\x64\xb3\x59\xdf\xdc\xda\x18\xd5\x9b\x62\x09\x36\x37\xc5\x12\x6f\x12\xb1\x4d\x4d\xb2\x55\xdf\x5c\xdf\x22\xad\xfa\xe6\xa6\x18\x69\x63\x43\x8c\x34\x69\xec\xd6\x5b\x2d\xa2\xfe\x2b\xa6\xd4\x10\x9b\xbb\xb3\xb9\xda\xaa\x37\xc4\x49\xc3\x43\x70\x9d\x6e\xb5\xea\xeb\xbb\x5b\x64\x53\x6c\xba\x68\x63\x67\x8b\xa8\xff\xaa\x36\x1a\xf5\x9d\xc6\x0e\x11\x73\xdd\x19\xad\xca\xc9\x12\x39\xd9\x55\x39\xd9\x4d\x22\x27\xbb\x2a\x27\x4b\xc4\x64\x77\x45\x1b\xbb\x0d\xa2\xfe\xab\xda\xd8\xae\x6f\xc8\xb3\xb8\x2b\x4f\x4f\x43\x9e\x9e\xd1\x46\x7d\x67\x67\x43\x6e\xf6\x16\xd9\xa9\x6f\xb4\xc4\xdc\x9a\xbb\x5b\x44\x6c\xe5\x56\x53\x74\xb2\xbd\xa9\xb6\x83\x88\xad\x24\x72\x2b\x77\xea\x5b\x5b\x44\x6c\x64\xa3\xb9\x2a\x77\xb2\x29\x76\x72\x43\xee\xe4\x86\xde\x49\x71\x0a\x77\x5b\xf2\x14\xec\x6c\xab\x1e\xc9\x66\x7d\xab\xd5\xf4\x4f\x23\x58\x84\xed\x46\x7d\x6b\x6b\x9b\x34\x04\xb0\x3c\xe3\x72\x23\xea\x9b\x9b\x1b\xa3\x46\x7d\x57\x5c\xad\x2d\x71\xba\xb7\xd7\xe5\x0e\x6c\x6f\x8a\xf3\x29\x87\xba\xde\xb4\x3b\xb0\xd5\xda\x15\x37\x6d\x57\xcc\x74\x6b\x7b\xb5\x51\x6f\xb4\xb6\x57\x77\xea\xcd\xc6\xae\xb8\x45\xab\xad\x7a\xab\xb1\x8d\x46\xf0\x5a\xe0\x0d\x23\xce\xf4\x50\x56\x25\x21\xa9\x88\x72\xfd\x2e\x3e\x97\x5e\xd4\x7a\xe2\x0f\x88\xee\xc4\xe1\x2e\xbb\xb3\xd9\x72\x4c\xe2\xee\x24\x35\x48\x92\x7d\x4f\x52\x3e\xd2\x4f\x9e\x0e\x66\x52\xe4\x13\xf3\x37\x4d\xe9\x4d\x52\x3a\x57\x25\x51\x2f\x77\xde\x53\x5a\x06\xf9\x47\x09\xeb\x3f\xb3\xe2\x68\x46\xb3\x9a\x8c\x82\x57\x9e\xe5\x73\xda\x26\x02\xaf\x2b\x1e\x57\xca\x94\xc4\x28\xda\x46\x6a\xad\xf9\x1e\xdd\x91\x66\xb7\x96\xe5\x48\xbf\x4b\x9c\x6f\x6b\x8c\x90\x40\xa0\x16\x0a\x0f\xd0\xdc\x2c\x8b\x10\x89\xa4\x62\x1a\x0c\xe8\x49\xd5\x68\xf0\xf9\x8b\xc9\xc6\xea\x5a\x07\xa5\x6f\x96\xab\x08\x53\xa8\xf2\x28\xae\x50\xc4\x97\xf2\x6e\x46\xf9\xc4\xb1\x96\x15\x8b\x2f\xb6\x1d\xd5\xd3\x9a\xa1\x50\xd7\x21\xb5\xba\xbc\xa0\x90\xf9\xec\x60\xd1\x60\xa8\xb8\x05\x31\x6d\xa2\x13\x5f\x3c\xb3\xbf\xb6\x78\x9b\x98\xc5\x33\x52\x7b\x99\x4b\xdc\xc2\x49\xa9\xd1\xf9\xff\x1f\x44\xe1\xcf\x96\x70\x0b\x4e\x7f\xb1\x74\x3b\x1a\x6c\x05\x4b\xaf\x8d\xf9\xe8\x07\x4b\x4c\x5b\x6a\xd7\x13\xfe\xbc\x06\xb2\xa2\x37\xea\xe0\x19\x41\x98\x09\x10\x8d\x4d\x4e\x51\x94\x11\x27\xde\xaa\xb6\xd0\x53\x81\x30\x3f\x24\x37\xda\xb6\x4f\x46\xd5\xb0\xe6\x76\x10\x8d\x3c\x20\xbc\x8e\x90\x3a\x21\x9f\x21\xe4\x17\x2d\xe2\x73\x33\x4e\x95\x4c\xc4\xbb\x03\x48\x60\xb2\x0c\x8f\xf1\x13\x54\x86\x9a\xe3\xae\xa7\xfc\x72\x59\x02\xea\x8d\xf8\x5b\x95\xf8\xb8\x2a\xb1\x3b\x9b\xa5\x4c\xbd\x69\x5a\x61\x38\x4d\x98\x14\x48\xa9\x7c\xef\xe6\x92\x5a\xeb\x3a\x36\x5e\x13\x6f\xda\x9a\x0c\x06\xac\x1b\x91\x09\x7b\x6e\x75\xa6\x2b\x92\x90\x52\xde\xac\x82\xaa\x9c\x9b\xd6\x2a\x63\x6d\x8d\xd4\xeb\xf5\xa8\x16\x03\x08\xd4\xa5\x91\xb4\x15\xa6\x3b\x0c\xf7\x40\x4a\x29\xe4\x52\x42\x79\x5f\x62\xf6\x00\xec\xaa\x95\x39\xf5\xbd\x34\xe4\x16\x57\x10\x07\x80\x79\x2d\x0f\x26\x24\xd3\x59\xf1\x5e\x30\x2f\x7a\xef\x60\x89\x19\x06\x66\x8c\x91\x55\x5a\x29\x4f\x8d\x15\xf4\xaa\x70\xaf\x32\xa4\xe9\x07\x9a\xe4\x9e\x45\x9c\x78\xb1\x3b\xf7\xea\x7f\x3d\x53\x38\x7b\x72\xd0\x45\x83\x30\x23\x71\x34\x9e\x70\x62\x48\x35\x56\xe9\xdc\x57\x16\x79\xf6\x96\xb3\x37\x82\x8f\xe4\x59\x41\x2e\xb9\x54\x21\xbc\x5e\x9b\x21\xaa\x5e\x8e\x0f\x99\x4d\x42\x71\xb8\x8a\x80\xdb\xb9\xb7\xb2\x0e\xaf\x79\xb9\x73\xf0\x8b\x0c\xa6\x7e\x8b\xbf\x98\xfd\xc6\x22\x4f\xcf\xb6\x37\xba\xed\x52\x4a\xe0\x01\x62\x63\xfb\x7b\x27\x30\xa8\x6c\x10\x7f\x47\x47\xd2\xca\xa0\x02\x33\x7c\x39\xd2\xfa\x41\x49\xa7\x7f\x90\xe1\x74\x0c\x2d\x87\xd5\x2d\x9e\xb6\x34\x60\x04\xc8\x4c\xc1\x97\x6d\x3d\xc1\x5c\xba\x72\x5a\x60\xc2\x72\x0b\xc3\x59\x4b\xa3\x48\xd3\xb5\x2f\x88\x0c\xcd\xcb\x09\xe9\x9e\x1c\x91\x63\x9e\x97\x49\x4a\xa4\xba\xab\x6e\xa8\x6e\xb2\x47\xce\x5f\x2e\x4b\xb7\x16\xfc\xfd\x07\x22\x5e\xe7\x97\x44\x51\xda\xc1\x74\x02\x73\xdc\xa7\xcf\x29\x3e\x9d\x37\x6a\x5c\x86\xc0\x7f\x78\x4a\x07\xd5\xcb\xa6\x12\xff\x77\xee\x5f\xc8\x46\x0d\x1b\x11\x31\xbc\x8f\x5b\xe9\x0f\x75\x05\xf2\xb1\xa0\x79\xc4\x5e\x5f\x1f\x3c\x7b\xa8\xc4\xd9\xef\x8e\xa7\x2c\x13\x78\xf1\xf5\x9a\x28\x0b\xbb\x5a\x64\x1f\xff\x9d\x0b\xf7\x5d\xa7\xff\x94\x5d\x66\x47\xf3\x2a\x87\x01\x7b\xea\x15\x55\xf1\x3f\x72\xe4\x43\x2b\xfe\xd7\x6b\x08\xf7\xc1\x12\xfc\x9a\x85\x64\x7b\x0c\x2d\x82\xbb\x14\xd5\x17\x57\x8f\x6c\xf1\x55\x84\xfa\x65\x7f\xf6\x40\x79\xab\xc9\xf3\x60\x81\x94\x96\xb8\x73\xaf\x58\xa6\xb0\x38\xd4\x19\x2f\xd2\x16\x7b\xdd\x5a\xe3\x0e\x17\x7b\xce\x03\x8e\xba\x52\x7c\xf7\x1a\x00\x76\xec\x3b\x96\xe2\x19\xc3\xb6\x89\x1f\xed\xaa\x8c\x16\x2f\x89\xe6\x17\x3b\xf7\x11\xce\xf1\x7b\x96\x24\x72\x5c\x2d\x77\x1b\x99\xaa\x36\x28\x50\x7b\x5c\x69\x48\xaf\x89\xfe\x15\x2c\x64\x1f\x2b\x35\x83\xa0\x29\xa5\x46\x7f\x6d\x8d\xfc\x8b\xcf\x73\xc1\xaa\x18\x33\x34\x13\x39\x91\xa9\x5c\xb0\x13\x96\xd2\x42\x74\x49\x73\x9a\x8d\xe8\x58\x52\x1a\x84\x15\xa4\x98\x4b\x6b\x4a\x93\xb1\xb5\xa4\xf9\xb4\x30\x6d\xa4\x6c\x44\x05\x8f\x9a\x94\xd6\x80\x2d\xb9\x4e\xea\x53\x67\xa9\xb6\x9a\x14\x05\x2d\x8b\x55\x0d\x29\xe3\x1b\xd9\x48\x68\x02\x0d\x1d\x49\x29\x52\x51\x53\xbf\x4e\xe7\x17\x05\x95\x71\x34\x81\xe4\xdc\xc6\xb0\x76\x8a\x68\x79\x8d\x57\xe7\x30\x52\x77\x68\x57\x2a\xf3\xc2\x26\x29\xfb\x8d\x2a\x01\xfc\x45\x52\xd0\x8f\x79\x6a\x9d\x0a\x3a\x64\x69\xa9\x46\xb8\x1a\xc0\x5e\x1b\x8d\x07\x19\x60\x6b\x01\x85\x1c\x5b\x1b\x0e\xd4\xf9\x03\xc9\x01\x81\xc8\xf5\x87\xfc\xb7\xa3\xe2\xeb\x3e\xcf\xca\xd3\x29\xe7\x92\x0a\x6f\x93\xa5\xcb\x3c\xb9\x2b\x46\x09\x8c\xf9\xae\xe2\xbd\xfb\x80\x49\x26\x47\x9e\x14\x14\xc4\xf6\x97\xea\x08\xd5\xcf\x52\x26\x85\x0c\xb8\xcc\xa8\x46\x82\xc2\x62\xa6\x12\x06\x64\x3c\xb3\x3d\x3f\x00\x1d\xc7\x7e\x32\x82\x63\x57\x9f\xa6\x2c\xbd\x6b\x93\x5f\xcf\x5f\xee\x27\x17\x39\x1b\x1d\x0e\xde\x6f\x1c\x28\x8f\xcf\x5f\x5d\xc3\xf9\xa8\x4d\x7e\x9d\xe7\xe9\xf2\xd2\xbf\xdf\xeb\xe5\x7d\x98\x48\xf8\x55\xa9\xe9\x58\x4d\x1a\x9b\x5b\xad\xe6\x68\x52\xbf\xe5\x93\xc9\xd2\x0a\x99\x88\xa1\x95\xcb\x4b\xea\xe7\xaf\xde\x60\xb0\x76\x84\x10\x8f\xe0\x6a\x93\xa5\xf3\xf3\xf9\x70\x77\x7d\xdd\xcd\xad\x7f\x45\x6f\x72\x9e\x0d\xf8\xad\x2b\x1e\x04\xc5\x1f\x67\xb6\x70\xe8\x0a\x87\x63\x56\xda\xef\xfb\xee\x7b\x77\x3c\x36\x9f\x1b\xb0\xab\x24\x1b\xd1\xd4\x96\x34\x5c\xc9\x21\xcf\xa9\xfd\xbe\xe1\xbe\x9f\xd2\xb2\x64\xd9\x65\x61\xcb\x36\x41\x9d\x84\xb9\xb6\xb6\xdd\x77\xe5\x46\x65\x4b\xfa\xb0\xb5\x24\x1f\x5d\x99\x92\x0d\xd0\xff\xe9\x55\xe2\x06\xb0\x01\xa6\xdf\x4b\xf9\xe8\x9a\x8e\x4f\x59\xe9\x8a\xc1\x44\xf7\x93\x1b\x9e\xb3\x92\x9e\x96\x89\xed\x71\x73\x2b\x5e\xbe\xcf\x52\x3b\xde\xcd\x6d\xb4\xc2\xa3\xeb\xc3\x24\xbf\xb6\x85\x60\x85\x07\x34\xa5\xae\xeb\xad\x70\x63\x94\x9e\x51\x15\xef\xf4\x82\xe2\x13\x7d\xa2\x55\x79\x1f\xee\x45\x4a\xb3\xb1\x1b\x75\x73\x17\xac\x2c\xbd\x4c\x66\x57\x32\xcf\x81\x2e\x6c\xb9\xc2\x8f\xd9\x98\x9b\xef\x5d\x50\x69\x3f\x4d\x2e\xcd\xf7\x3e\x58\xda\xe3\xe4\xd2\xb6\xd3\x07\xdb\x77\xcc\x32\x95\xf1\x45\x94\x34\xb7\xc0\x31\xf9\x99\xd1\x5b\xf3\xbd\x05\x8f\x4f\x4a\xed\x78\x9b\x2d\xb0\xca\x26\x5a\xab\x2d\xdb\x01\xc3\x9d\xa1\x92\x26\x18\xb0\xf4\xbb\x33\x25\x3d\x30\x95\x53\x9e\x9b\x35\x6b\xf6\xc1\x9a\x4a\x76\x0b\xae\x68\x73\xb8\xe1\x95\x82\xed\x68\x0e\xc1\x10\xcf\xec\xe2\x34\x87\x7d\x74\x51\xf6\x73\x46\x33\x3b\xc0\xfd\xae\x2b\x3c\xc8\x26\x66\xa5\x5b\x5b\x3b\x78\x78\xef\x59\x46\xcd\xad\x68\x0d\xc0\x22\xa9\xcc\x03\xf2\x7b\x77\x13\xcc\xa9\xcf\xf2\x51\x4a\x4f\x14\x76\x54\xa5\xa0\xab\x77\x34\xb1\x53\xee\x6d\x37\xbc\x02\x70\x72\x7b\xdb\x60\xc6\x67\x2c\xb5\x83\xe8\x77\xc1\x91\x1e\x4e\x2f\xec\xd6\xf6\xfb\xe0\x38\xbf\x4d\xd9\x74\x6a\x17\xbd\xbf\x0f\x56\xa8\xeb\xa2\x23\xc8\xc2\x41\x7f\x1d\x5e\x83\xa0\xb4\x81\x17\xc4\x22\xa8\xe1\x4e\x13\x97\x00\xcc\x36\xdc\x01\x07\xf9\xf4\x2e\x1b\x9d\xf1\xe3\xbe\x2d\x03\xe3\x7c\x9f\xe4\x97\xf4\x6d\xce\xcc\x24\x86\xf0\x18\x9c\x5e\xdf\xcd\xa8\xbc\xb5\xba\x74\xbf\xb9\xee\x97\x0a\xb4\x61\x4b\x1b\x5e\xe9\x21\xcb\xe6\x85\x2d\xdd\xf0\x4e\x38\xc2\x5f\xfb\x4d\x88\x6d\x52\x6e\x2e\xc6\x3e\xbc\x18\xa7\x52\x5a\xa6\x76\x58\x8e\x6b\x6a\xb1\xc9\x7e\x03\x62\x13\x81\x66\x7f\xd6\xb2\x03\x5d\xbe\xd1\xeb\xe3\x17\xed\xc1\x26\x0b\x82\xba\xf7\x42\xd3\x15\xfa\xb1\x77\x79\xb3\xa4\x28\xec\x2f\x47\x1a\x89\x09\x20\xea\xc8\x7e\xd0\x04\x52\x30\x43\x6b\x07\xf8\x7b\x89\x24\xd1\x72\x94\x50\x12\x05\x71\x5a\xe9\x3c\xfb\xdf\x4b\x2d\xfd\x4e\x62\x69\x75\xfd\x79\xe4\xd2\xfa\xea\xd6\xce\x2e\xa5\x1b\xbb\x55\x04\xd3\x62\x7a\x69\x49\xbc\x56\xef\x59\x76\xbd\xa4\xef\xd9\xe6\x3a\xb8\x9e\x4b\x7d\x3e\x9d\x0a\xa6\x97\xa7\x6c\xec\x20\x86\x10\x42\xfa\xce\x0e\x33\x69\x24\x23\x60\x0b\x0b\x07\x29\xa1\xa5\x83\xac\x28\x93\x34\x95\x22\x1f\x07\x01\x10\xc5\xd2\x27\x7a\xd1\x9d\xcd\x7a\x73\x26\x5e\xa9\x43\x3e\x9e\xa7\xd4\x01\x6e\x56\x01\xee\xe7\xc9\xa5\xe8\xd6\x81\x6e\x55\x81\x9e\xa6\x1c\x80\x01\xec\xbd\xd4\x9b\xa7\x69\x41\xef\xe8\x99\xc0\x82\xa5\x20\xf2\x1c\x5c\xeb\xb1\x9e\x65\xcc\x2d\x30\x54\x80\x38\xe5\xea\x0e\x92\x32\x71\xa5\x7d\xaf\x54\xf9\x59\xe3\x2e\x07\x10\x26\xe7\xe3\xf9\xa8\x94\x49\x69\x2c\x00\xdc\x80\x8f\x99\xf4\xfd\x2f\xae\xb4\x2c\xd8\x41\x01\x44\xba\x34\xa0\x33\x9a\x8d\x69\x36\xba\xeb\x8e\xdd\x4e\x6e\x6d\x45\x41\x4e\xe8\x94\xdf\xb8\x19\x6d\xc1\xa5\x02\x3b\x7d\xcc\x53\x36\xba\x73\x60\x3b\x71\xb0\x13\x3a\xa6\xd3\x19\xda\xf7\x2d\xf0\x4e\x2f\x9d\x8e\xae\x38\x4f\xc5\x2a\x89\x07\xea\x3d\xbf\xe4\x0e\x0e\xad\x16\xcb\xe4\x39\x6c\x6c\xd8\x72\xf8\x36\xdb\xf2\xa3\xc9\x04\x82\xc0\x93\xd3\x1d\x8f\xd1\x59\xdf\x86\x0b\x29\x49\xe2\x19\x67\x59\xd9\x9d\xcd\xc4\x5d\x6c\xec\x58\xc0\x1d\xb8\x04\x62\xa8\x93\x94\xdf\x16\xa8\xad\x1d\x38\xfd\x33\x36\xa5\xc7\x6c\x74\x4d\x73\x57\x0e\xe7\xfc\xb1\xa0\xf9\xa7\x24\xcf\x58\x76\xe9\x00\x9a\xf8\xe2\xcd\x52\x26\xd8\x87\xee\x1c\x9e\x0d\xf8\x9e\x2f\x1d\x64\x25\xcd\x33\x5a\x8a\x91\x83\x96\x76\xd7\xe1\xb6\xf6\xa4\xfb\x45\x46\x8b\xc2\x95\xc3\xa1\x1e\x26\xb3\x63\x96\xb9\x32\x38\xcc\x2e\xcb\x67\x69\x92\x51\x57\x0a\xbb\x3f\x4b\x2e\x52\x5a\xba\x32\x40\x5e\x2d\xfd\xe7\x9c\x8d\xae\x3f\xf0\x12\x54\x85\xf7\xe2\x67\x36\xa6\x76\x9b\x77\xd1\x95\x3d\xa6\x7c\xe6\x6e\xfe\x6e\x03\x8e\xf5\x58\xd0\xe8\xae\x68\x17\xef\xbe\x2b\x68\xa2\x6d\xe5\x33\x57\x02\xc7\x7f\x5a\xc2\x12\x38\x7a\xb8\xb1\xbb\xe8\x42\x77\xd3\xb4\x3b\x9b\xb9\xa5\x44\x77\xf5\xbf\x38\x9f\xba\x92\xa1\x57\x72\x34\x77\x6b\x85\xee\xe6\x21\x1b\xe5\x7c\x86\xa6\xb6\x01\x51\x67\x3f\x99\xd2\x3c\x71\x65\xf0\xd0\x77\xcb\x32\x19\x5d\xb9\x32\x78\xda\x4f\x69\x36\x76\x25\x70\x8d\x0d\x97\x06\xb1\xca\xee\x46\xd3\x43\x4d\x08\xeb\xef\x6e\xc0\xa5\xdb\x57\x59\x89\x5c\x21\x5c\xbd\x5e\x32\x72\xab\xb7\x01\x57\x4f\xbb\x5c\xb9\x42\x78\xbf\xdf\x73\x58\x6d\x88\xaa\x09\x0a\xe4\x5d\x22\x18\x53\x0b\xb1\x09\x97\x68\x78\x78\xe0\x0a\x1a\x68\x6d\x33\x86\x76\x73\x13\xae\x9e\x66\x76\x5d\xe1\x26\xea\x35\x11\xf4\xf7\x21\x1f\xbb\x7d\xd9\xdc\xc1\xab\x28\x9e\x53\x57\xb8\x8b\x6a\x43\x1c\xba\xbb\x89\x2e\xb7\x20\x59\x2f\xf8\x57\x57\xda\x8a\x94\x4a\x37\xa2\x82\x81\x2b\x04\x19\x18\x0b\x26\x78\x15\x07\xd1\x8b\x40\x1c\x64\x63\x2a\x28\x4d\x96\x25\xb0\xb1\xfe\xa2\x3e\x4f\xe8\x0d\xcd\x0b\xb8\x34\x03\x6f\x87\xcf\xf8\x27\x96\x8d\xf9\xad\x83\x80\x67\x7a\x7f\x9e\xa6\xa7\xa3\x9c\x52\xb7\x3c\x90\xe3\x5d\x3a\xce\x99\x7b\xaa\x76\xb7\xe0\xfc\x3f\xba\x4b\xb9\x05\x27\x2c\xd8\x1a\x57\x02\x27\x7a\x34\x3c\x74\x05\x70\x5a\xa7\x09\xd8\x82\x2d\x7c\xa4\xca\x79\x9e\xfd\x44\xed\xf3\xb5\x0b\x99\xc0\xa5\x7e\xca\xe7\x6e\xee\xe8\x0d\xd9\x4f\x93\xe2\x2a\x15\x38\xd5\x95\x6f\x79\x24\x93\x8d\x95\xe4\x40\x76\xd0\xb0\x40\xdb\xf8\xd0\x24\xe9\x50\xaa\xdc\x5d\x39\xc2\x65\x07\xc7\x87\xf0\x54\x6d\xc3\x75\x1b\xe6\x49\x41\xcf\x38\x77\xa7\x61\x1b\xae\xc5\xdb\x9c\xcd\x66\x34\xc7\x00\x70\x49\x06\x2c\x49\x67\x70\x64\xfb\x1e\x3e\x10\xac\xbe\x2d\xdd\x59\xf7\x4a\x4f\xd0\x92\xec\xa0\x4b\x38\x4f\x4b\xa6\x02\xdd\x38\x00\x78\x0f\x7f\xa2\x77\x32\xe8\x86\x4c\xe4\xca\x46\x0e\x08\x3e\xbb\xc7\x69\xe2\x76\x6b\x07\x23\xab\x79\xe1\x16\xc5\x7b\x22\xaf\x65\x32\x06\x30\xe9\x1d\x78\x92\x87\x53\xfe\xdf\x6c\xc3\x95\x0d\xc3\x15\xeb\x25\xb9\x4b\xe7\xe9\x20\xe1\xea\x9c\xde\x15\x25\x75\xa8\x7f\x17\xad\x0d\xcd\x0b\x9e\x49\x7e\xc9\x01\x34\x10\x9a\x4e\xf2\xd1\x55\x37\x1b\xa3\x87\x65\x17\x9e\xb9\xb7\x29\xbf\x00\xb5\xe1\x71\x1b\x26\x05\x3d\x9a\x74\x47\x23\xf8\xc0\xef\xee\xa0\x03\x99\x95\xc9\xa8\x3c\xc8\x26\xee\xc5\xdd\x6d\x61\x0a\x12\x3c\x9e\xbb\xdd\xb0\xae\x2b\x84\xd7\xee\x90\x4e\x41\x8b\x7d\xb4\xea\x23\x3e\x65\xd9\x65\x3f\x01\xb8\x69\x77\x68\x78\xa3\xbf\xb9\xee\xbf\xb9\xee\xbf\x18\xd7\xdd\x78\x1e\xd7\xdd\x58\xdd\x1a\x6f\x6f\x34\x76\x5a\xdb\xdf\xcb\x75\x17\x00\xc7\xef\x42\x5c\xa2\x5e\xd5\x02\xf2\x41\xbb\x50\x64\xb6\x24\x8d\xd2\x5c\xd1\x66\x14\x63\x19\xa1\x97\x83\xdb\x42\x37\x3e\x85\xc4\x56\x13\xa2\xd9\xd3\x94\x8d\x69\x71\x05\x1e\xf6\x26\xe2\x6c\x72\xe6\x10\x5d\x13\xe2\x8a\xee\xbc\xe4\xc3\xec\x4a\xf0\x2c\x47\x0e\x9d\x34\x07\x15\x20\x93\x89\x83\x41\x02\x05\x9e\x82\xe9\x41\xa9\x9f\x7c\xce\xbb\x0e\xcb\xb5\x36\x10\xc9\x0e\x9f\x9f\x16\x7a\xb1\xa5\x7c\x11\xd4\x83\xd3\xed\x16\x33\x3a\x2a\x4f\x92\x92\xb9\xe5\x6e\xb5\x3c\x14\x98\x27\x80\x4e\xee\x36\xd0\x8b\x3d\x76\xf5\xba\x08\xed\xe6\x80\xbb\xe8\x36\x31\x17\x53\xf2\x3e\x4f\x75\xe0\x37\x07\x84\x56\x33\xbd\x98\xbb\x85\xee\x22\x2a\x9a\x23\x0a\xa1\x8b\xc4\x05\x49\xc6\x0f\xb2\x31\x1b\x25\x25\x58\xc5\xde\x3a\xda\xc1\x24\x2b\x52\xd8\x42\x6f\x03\xcf\x68\x78\x07\xca\x36\x11\xdb\x46\x6f\x8f\x72\x76\xc9\x32\x70\xb2\x7a\xf0\x64\x9d\x5d\xcd\xa7\x17\x59\xc2\x52\x01\xea\x40\x10\x13\x97\x8c\xae\x93\x4b\xd0\x03\x5c\x9b\x33\x9a\xd2\x69\x92\x5f\x0b\x82\xd5\x41\x20\x19\x0c\x66\x9b\x77\x7b\x5d\xb4\xd5\x59\x92\x8d\x18\x1c\x1d\x5c\xb9\xe1\x78\x3e\x42\x12\xa8\xdd\xde\xd0\x63\x15\x67\xf2\xd9\xca\xdd\x76\xf7\xf6\xf1\xda\x81\xa7\x12\x0a\xec\x97\x10\x61\xd6\x87\x2b\x7a\xc6\xe7\xa3\xab\x63\x2e\x3d\x24\x1c\x44\x0b\xbd\xa4\x39\x58\x90\x01\x3c\x9f\x67\xf3\x3c\xc3\xa4\xd5\x00\xce\x68\x9f\xe6\xb9\xa3\x8a\x86\x70\xb3\xde\xb1\x4b\x8f\x4e\x1d\xa2\x6d\xe0\xb7\x34\x57\x5a\x52\x07\xd0\xc4\xec\xbd\x2b\x68\x21\x29\xca\x14\x2c\xc2\x10\xad\xcf\xcf\x87\x3c\x63\xf0\xe8\x41\x8d\xc7\xd2\xa9\x40\xd9\xf0\x2a\xee\xc3\xa9\xbe\x4d\xa6\x6e\x11\xf6\x21\x3d\xe1\xe8\xaf\xb3\xe4\x02\x12\xed\xfb\x03\x84\xd5\x94\xc5\xa9\x24\x34\x01\xeb\xb2\x8f\xf6\x58\x80\x84\x37\x64\x1f\xce\xe2\x43\x72\xb3\x31\x38\x4c\x66\xf0\x0c\x37\xd7\x11\x26\x2a\x73\x4a\xcb\x82\x8d\xe9\xe9\x2c\x65\xa5\xe0\x32\xa7\x80\xc0\x6b\x62\x21\x6a\x92\xbb\x02\x24\x9a\x99\x17\xae\x00\x49\xcf\x92\x72\x90\x03\xae\xb5\x89\xa4\x32\xa7\x94\x0e\xb8\x2b\x6a\x62\x1e\x5a\xd9\x85\x4a\xd5\x88\x83\x19\xa2\xc5\x9c\x82\x12\x44\xc6\xde\xb2\x72\x74\x25\x4d\x73\xf3\x72\xe8\x84\x07\xcd\x06\x26\xf6\x73\x41\x53\x9b\xae\x1c\x50\x03\x53\x80\x6c\x4c\xb3\xf2\x2c\x67\x49\x76\x09\x86\x82\x64\x3d\xf2\x66\xb8\x22\x78\x18\x0e\x93\xd9\x80\xe5\x0a\x43\xba\x55\x42\xd2\xa0\x7e\x92\xd3\xf2\x1d\x4f\x53\xf7\x56\x35\x91\x4c\x48\x02\x20\x29\x46\x13\x89\x86\xde\xb1\xa2\xe4\xee\xfa\x34\x1b\xfd\xc8\x52\xba\xd2\x01\x1e\xde\xfb\xe4\x0e\x1c\xe5\x26\x92\xf7\x28\x9a\xfe\x03\x4d\xf2\x0b\xd7\x3c\x12\xea\x7c\xe2\xb9\xdb\xde\x0d\xfc\xa4\x8c\x80\x18\xb7\x89\x44\x3a\xef\x78\x49\x53\x57\x84\x0e\x53\x02\xce\xcb\xc6\x76\x64\x26\x03\x0e\x5a\xdd\x45\x9c\x9f\x5c\xe6\x04\x2c\x05\x34\x09\x58\xea\x5f\xe5\x7c\x4a\xa1\x58\xa7\x89\xa4\x2f\x4a\xb1\x7c\x34\x73\xcc\x7e\x13\xc9\x3b\x94\xe6\x1b\x0a\x2a\x9a\x5b\xf8\xc9\xb9\x39\xe3\x97\x97\x29\x05\x57\xbb\x89\xa4\xce\x1f\x4f\x7b\xb6\x00\x51\x0b\xc7\x39\xbd\x61\x1c\xdc\x23\x44\x14\x7c\xa0\x5f\xdd\x94\x11\x4d\x70\x7a\x97\x8d\x5c\x09\xec\xea\x1d\x4d\x67\xae\x64\xd7\xe7\x15\x5d\x11\x42\xe0\x09\x4b\x3d\x99\x58\xb3\xd5\xc7\x02\x85\x82\x1e\x03\x51\x6a\xb3\x05\x6f\xde\x91\x36\xfc\xb5\xa5\xdd\x75\x7f\x92\xf4\x16\xca\xb1\x9a\x88\x0a\xf9\x2f\xce\xa7\x07\x6e\xf1\xbb\x70\xa6\x3d\xce\xa5\x7a\xd4\x2d\x51\x17\x49\xfd\xf9\x68\x0e\xf5\x27\xcd\x2e\xe2\xb9\x73\x5e\x4a\x64\x1a\x82\xed\x78\xc3\x3f\xc8\x3e\xd0\x5b\x2c\x12\x6a\x42\x73\x09\xb5\x46\xf0\x0c\x20\xa2\x48\xe0\xda\x2e\x2c\x6c\x05\x88\xc9\x95\x61\x99\x62\x06\xde\x8d\x66\x17\xc9\x3c\x1c\x9a\x44\x54\xd2\x09\x9d\x02\xd1\x74\xb3\x8b\x90\xa0\x7c\x3e\xe0\x50\x10\x09\x74\x94\x33\x9a\x95\x18\x33\x20\x0a\xe8\x40\xf2\x86\xae\x6c\xfb\x6f\xae\xf7\x6f\xae\xf7\x2f\xca\xf5\x6e\x3c\x8f\xeb\xdd\x58\xdd\xd9\x1c\xb5\x5a\xc9\xc5\xf7\xea\x9a\xd9\xa8\x9c\xe7\xee\xde\xf5\x5a\xc1\x23\x23\xf1\xa4\x03\xe8\x61\xea\xfc\xf6\x44\x7a\x0e\x3a\x54\xd6\xeb\x23\x2a\x5a\xba\x4b\xb9\x42\xf4\x86\x69\xf3\xaf\x81\x13\x22\x36\x11\x69\x6f\x00\x3e\x51\xea\xb0\x2c\xa6\xf0\x13\x96\x9e\xd0\x59\x7a\x07\x91\x43\x1f\x3f\x64\x4e\x7e\xda\x84\xb6\x5f\x4b\x7d\xa7\xfc\x69\xf6\x31\x37\x74\x27\x95\xc8\xf0\xe5\xe8\x23\x22\x86\xcf\xdc\x88\xfb\xcd\x00\xd3\x24\x00\x29\xf7\xfd\x37\x49\x0e\xd7\x15\x77\x11\x6e\x2c\xf9\x19\x1f\x83\xe5\x18\x34\xd0\x9b\x0e\xda\x1d\x6c\x78\x25\x88\x49\x6f\x0e\x36\x03\x62\x00\x21\x7a\xc4\xd0\x1c\xd3\x7c\xca\x8a\x02\x91\x75\x03\x4c\x8d\xc8\xdc\xa6\x1f\xa5\x2b\x2a\x80\x69\x22\x52\x7f\xa2\x55\x58\xae\x1c\x89\x7d\xcb\x24\x75\x72\xe4\x26\x62\x99\x3e\x66\x63\x9a\xa7\x0c\x3c\xb6\x83\x3e\x7a\x2f\x53\xb7\x13\x83\x81\xc7\xe1\x9d\x71\x35\x3f\x07\x81\x45\xe8\x45\xca\xae\x5d\xc3\xc3\x75\x24\xa1\x80\x25\x0d\xc4\xeb\xb3\xcb\xac\x4f\x21\x7f\xd8\x44\xac\x9c\x78\x5f\xf7\x19\xa0\xa2\x87\xdb\x88\xb6\xa0\x49\x6e\xe3\xc8\x3b\x98\x1d\x6f\xd3\x06\x74\x94\xd3\x04\x5c\xaf\xe1\xae\x07\x71\x90\xf9\x10\x4d\x0f\xe2\x14\x72\x39\x88\x2b\xec\xd3\x34\x45\xfa\xd9\xe6\xb0\x8b\xae\xc6\x8c\x26\xe5\x11\x2c\x1e\x04\xc5\xf0\x62\x0d\x87\xf8\x72\x8e\xe6\x29\xe4\xd8\x9a\x88\xef\x7c\xcf\x2e\x72\x48\xbe\xee\x37\x10\xa7\x5b\x94\xea\x34\xb9\xf2\x4d\x44\x25\xde\x7a\x9b\x8a\x98\x56\x83\x18\xf0\x5d\x42\x9c\xeb\xc7\xac\xb8\xcb\x46\x7e\x23\x3b\x1e\xbd\xe9\x97\xc3\xd5\x97\x9a\x48\x4f\xda\xde\xdc\x87\xab\xdf\x1d\x8d\xe8\x0c\x94\xf5\x10\x23\x99\xa6\xb4\xa4\x63\xa8\xcf\x6d\xee\x0f\x42\x12\xd2\x15\xee\xe3\x05\xb0\xf7\xac\x85\xf8\xdc\xfe\x55\x52\xba\x12\xb8\xa8\x32\x62\x83\x2b\xda\xc0\xac\x8d\xbb\x42\xad\x75\x2c\x4c\x9b\x42\x2a\xb2\xb5\x8e\x15\x7c\xa3\x6b\xa8\x63\x6a\xad\xf7\xbd\x52\x24\x08\x69\xad\x7b\x07\x28\x61\xb9\x2b\xdb\xc7\x4b\xc7\xe7\xc0\x32\xa9\xd5\x08\x79\x79\x57\x86\x74\xc0\xc9\x98\x71\xb5\xba\x0e\x00\x49\x4b\x4b\x3e\xbb\x4d\x00\x71\xda\xc2\x2c\x2a\x94\xb3\xb6\x10\x73\x2a\x57\xc9\x2b\x47\xfb\x9d\x26\xf9\xd4\x2b\x87\x4b\x29\xa5\x88\xae\x08\x19\x29\x48\x44\x80\x11\x4a\xab\x81\x05\x2a\xc5\x8c\x01\x75\x56\x0b\x31\xb7\x67\x6c\x0a\x2b\xc2\x8b\xb8\x3f\x4f\x53\x25\x5c\x38\x4c\x0a\x30\xb2\xfd\x08\xbf\x09\xdf\x80\x16\xb6\x68\x90\x6f\xbd\x2f\x35\x69\x21\x36\x58\xc1\x9c\x50\xc1\xa2\x03\x10\x64\xce\x93\x65\x1c\x93\xe2\x2d\x6c\xe6\xc0\xb2\x4b\x9a\xcf\xa0\xaa\xb9\x85\xac\x1c\xde\x25\xd9\xf8\x36\x67\x25\x90\x27\xb6\x36\x42\xa2\x24\x54\x66\xb7\x30\x7f\xcc\xa7\x33\x79\xff\x6c\x31\x62\x8f\xa5\xb3\xaf\x2b\x42\x6f\x69\xca\x46\xd7\x50\xb1\xdd\x82\x86\xf2\xaa\xd8\xe9\xc3\x5b\xd8\xfc\x40\x14\xa2\xfb\x82\x0c\x10\x64\x31\xbe\x30\x88\x29\x17\xab\x3f\xfc\x3a\x4b\x32\x30\xea\xae\x57\xae\x64\xdf\x23\xd0\x42\xcf\xbb\x38\xc9\x14\xae\x1d\x34\xbd\x5d\x3a\x9c\x17\x6c\x74\x90\x85\x82\xee\x16\xb2\x04\x38\xca\xe8\x20\x67\x37\x14\x2a\x3c\x5a\x5b\x0d\x6f\x79\x93\xa2\xf8\xf0\xc9\x15\x63\x1b\x45\x67\xa0\xd1\xda\xda\x44\xaf\xc2\xe5\x55\x99\xb1\xec\xb2\xc7\x53\x37\x07\x24\x58\x70\x0f\x8b\x54\x52\x03\x0c\xdf\xda\xda\x8d\xc2\x75\xc7\x63\x86\x67\xd3\x8c\xc2\x9d\xce\x2f\xf0\xda\x21\x23\x07\x07\x77\x4c\xf3\x91\xe0\x28\x2f\xc1\x24\xfa\x51\xc8\xe1\xff\x9b\x27\xe9\x19\x58\x24\x2c\x08\x61\x59\x39\x49\xbe\xca\xff\x95\xf4\x97\x6b\x0f\x1b\x1f\x94\x3c\x4f\x2e\xa9\xe0\x8e\x80\x7e\xa8\xb5\xed\x59\x9f\x4d\xe7\x99\x0e\x2d\xe0\xd0\xe6\x76\x17\xc9\x49\x92\x71\x01\xd0\xe2\x76\x0f\x17\xa6\xa5\xc3\x89\xc8\xce\xe0\x13\xbd\x18\x25\x53\xab\x73\x6f\x21\x4b\x82\xfd\x5c\x50\x97\xc8\xe0\xa9\xb5\xe3\x19\xb5\x28\xf7\x9c\xd3\x29\x50\x2e\xb7\x76\x06\x7f\xb3\xd9\x7f\xb3\xd9\x7f\x51\x36\x7b\xf3\x79\x6c\xf6\xe6\xea\x7a\xb3\x45\x37\x1a\xbb\xc9\xf7\xb1\xd9\xc0\xc1\xcd\xbb\x24\xc3\xf0\x22\x89\x07\xc4\x83\xda\x0f\xa1\xe4\x3b\x82\xc1\x76\xd7\x63\xb7\xf2\x10\x3c\x82\xbb\x8d\x10\x42\x0c\x0a\xc1\x6c\xc4\x87\x84\x60\x36\x2b\x06\x84\x80\xb0\x29\xf3\x0d\x1b\xd1\xc2\xe1\x98\x5d\xc4\x81\xf6\x1b\xae\x60\x17\x13\xc9\x85\xb8\xdc\xfd\x2b\x36\xba\x4e\x69\x89\xac\x54\x5b\xc8\x66\x06\x31\x03\x2d\x64\x33\xf3\x2e\x49\x27\xdd\x74\x76\xe5\x10\xd8\x2e\xd6\x6f\x67\x45\x99\xcf\x47\x3a\x7c\x87\xc3\xd2\x4d\x64\xaf\xcd\xe7\x17\xd2\xb7\x25\xb6\x20\x2d\xb8\xb0\x3f\xf3\x74\x3e\xa5\xeb\xae\x70\x23\x28\x74\xd3\x45\x32\x70\x55\xe8\x16\x09\x7a\x98\xe9\xc2\x4d\x57\xb8\x8d\xd9\x02\x27\xe2\x6c\x21\x49\xf8\x09\xbf\xe0\xa0\x08\x51\x14\x49\x36\x9f\x24\xa3\x72\x0e\x8d\x95\x5b\x2d\xdf\x06\x14\x29\x6c\x5a\x5d\x44\x2e\xb1\xf2\x18\x3e\x94\x48\x08\xbd\xcf\x4a\x99\x4b\xd4\x95\x22\x06\x8b\x8d\xd9\xfb\xd2\x51\xb5\x48\xd9\x2e\x0a\x4f\x4a\x77\xb6\xb1\x80\x59\xc6\x97\x91\xfb\xf1\x9f\x73\x20\x36\x6e\xf5\x90\x15\xd7\x3c\xcb\xdc\x81\xc0\xa2\xa7\x94\xcf\xc7\x9f\x68\x52\x5e\x01\xaa\x1a\x29\x9e\x25\x04\xa8\x8d\x2d\xef\xf2\x32\xbd\x53\x10\x40\x78\xd5\xea\xaf\x57\x00\x7d\x40\x34\x5f\xbf\xe1\x4b\x0a\xbc\x72\x24\xbf\x4a\x58\x76\x7a\xc5\x6f\x69\x5e\xa0\xae\x36\x3d\x18\x57\xe2\xe9\xfe\xb3\x31\xcd\x05\xc1\x3e\x75\x44\x03\x92\x76\xc9\x0e\x32\xa7\x21\x68\x21\x51\x17\x2e\x69\x62\xf6\xf8\x96\x65\x97\x18\x00\x19\x24\xe7\xec\x12\x9c\x1a\x24\xe9\xda\xe7\xee\xb4\xf5\x11\x01\x2b\x08\xaa\x14\x0c\x15\xf1\x9b\xf3\xa2\x94\x53\x71\xc5\x58\xd9\x7c\x9d\x41\xba\xbd\xef\x69\xa5\x46\x4c\x30\x58\x88\x50\xec\xef\xa3\x53\x75\x71\x01\xca\x90\xec\xad\x9b\xd3\x04\x5f\x31\x24\x80\xeb\x16\x05\xbb\x04\x55\xb1\x75\x2a\xbf\xf5\xaa\x6e\x61\xec\x39\xba\x86\x52\x82\x16\x92\xcd\x0d\x58\x72\x99\xf1\xa2\x74\xa2\xb3\x16\x12\xab\xbd\xa5\x19\xcd\x81\x1c\xa5\x35\xf0\xac\xe6\x29\xee\x1b\x89\xa0\x24\xf9\xca\x7e\x03\x77\x00\xc9\x8f\x7a\x49\x2e\x2b\x87\xb6\x96\xad\x61\x2f\x02\xe7\x5b\x38\xb5\xa0\x9b\xe9\xd2\x7e\x4e\xe9\x6f\x10\xcd\x0c\xb1\x75\x72\x96\xd1\x14\x8f\x15\x8b\x8c\x54\x48\x33\xd8\x00\x12\xf8\xfc\xe7\x5c\x90\x1b\xa5\xbb\x22\x48\x54\xa3\xec\xd5\x7d\x95\x59\x6b\x1f\x3b\x1f\x24\xa3\x6b\x9d\x66\x0d\x8f\xa3\xef\xdd\x08\x75\x21\xe1\x7d\x44\x92\x9d\x77\x09\x4b\x41\x61\x77\xdd\xd7\x32\xef\x03\xfd\x78\x17\xc9\x70\xde\xf1\x79\xfe\x36\x4d\x9c\xe1\x68\x77\x7d\xd3\xe3\x14\x24\x5b\x76\x48\xc7\x1b\xeb\x0e\x66\xcb\x13\x15\x9c\x5e\x01\xf9\x49\x77\x1d\x59\xaf\x68\xf5\x3f\xc2\xe9\x5d\x64\xb2\xf0\x71\x76\x99\x27\x63\xda\xcd\x92\xf4\xae\x60\x60\x28\x81\xbf\x88\xd7\x48\x3f\x8e\xb8\x10\x7a\xeb\x62\xfb\x06\xbb\x9a\x18\x08\x59\x2e\x9c\xd1\x64\x7a\x0b\x94\xf3\x5d\xe8\x9e\x2f\x57\xdb\xab\x0c\x97\x4c\x39\xaf\x00\x17\xab\x2e\x92\x16\xc9\xc5\x76\x32\xed\x2e\x92\x15\x0d\x92\x92\x8a\xe5\xdc\x70\xc5\x08\x39\x5e\x31\x9a\x82\x76\x9b\x1e\x2f\x46\xf3\x86\x2b\x44\x82\xa2\xe4\x12\x8f\x08\xde\xd9\x0f\xf3\xe9\x05\xcd\xb1\xe4\xb0\x8b\x9d\xd4\xa4\x9d\xd0\x01\x64\xcf\xbb\x48\x24\x74\x90\x4d\x38\x18\xf3\xfe\x22\x11\x00\x14\x09\x75\x91\x34\xa3\x2b\xb8\x18\xe6\x44\x4a\x5d\x24\xac\x18\xaa\x08\x3a\x63\xf7\xf6\x77\xb1\xcf\x84\x14\x49\xe1\xd6\xb1\x92\x78\xc4\xf3\xb1\x1b\x25\xf2\x55\xd0\x3e\x3d\x87\x4c\x74\xe2\xc8\xac\x2e\x12\x53\x58\x35\x7a\x08\x06\x4f\x0f\x94\xc4\x86\x90\x9e\x55\x90\xb1\x5e\x09\x01\xb7\x7d\x40\x79\xf6\x43\xb8\x9d\x40\x56\xd5\x4b\x46\xd7\x21\xdc\xae\x4f\x04\xb8\xb4\xb3\x01\x6c\x13\x13\x26\xca\x6c\x21\x04\x6b\x21\x6a\x55\x49\xa2\x42\xa8\xfe\x23\x34\x6d\x58\x03\xe2\xb6\xb7\x3c\x2c\xdf\xff\x9b\xd1\xff\x9b\xd1\xff\x8b\x32\xfa\x5b\xcf\x63\xf4\xb7\x56\x93\x9d\xed\x9d\xd1\x68\xfd\x3b\x19\xfd\x77\x34\x9d\x05\x17\x04\xf9\x31\x29\x15\x71\x08\xb3\x11\xc0\x74\xd3\x34\x04\xc3\xc2\xd4\x08\x46\xdb\xc6\x26\x7b\xd6\x08\x2a\x04\xdc\xf1\x00\x25\x03\x1d\x82\xf9\x06\x43\x46\xdf\x1e\x42\xfa\xb2\x6c\x23\xab\x0e\x21\x5b\x1e\xa4\x92\x7a\x87\x70\xf0\x5d\x34\x06\x59\x21\x14\x76\xef\x46\xa6\x90\x21\x30\xb6\x09\x8c\x74\xba\x83\x08\x2e\x67\xe1\x10\x02\x6e\x63\x4e\xcb\x59\x59\x87\xa0\x68\x11\xe9\x98\x25\xae\xa8\x15\x4a\x49\x36\x5d\x29\xa2\xa0\xf9\xc8\x99\xd5\x75\x91\x50\x48\x52\x63\x52\xb8\x0e\xac\xf8\xbb\x48\x02\x23\x4b\x2f\xe6\xa9\x35\x21\xee\x36\xb1\xce\x4d\x86\xbb\xf5\x8c\x43\xbb\xcd\x50\x76\xa1\xad\x01\xdc\xec\x90\xb3\xc2\xf1\xfc\xb7\xdf\x60\x7d\xc4\x6f\x4c\xf9\x7f\xb3\x0f\x74\x5e\xe6\x8e\x49\xe8\x36\x03\x83\x3e\xd1\xc1\x4c\xba\x7d\xc3\x4e\x10\x75\xc5\xa7\x1e\x01\x8b\xfc\x1e\x4e\xa4\x96\xc9\x95\x21\xe6\x7d\xb0\x6f\x0b\x90\x2b\x83\x0c\x33\xd3\xcb\xf9\xb5\xd3\x29\x75\x91\xe4\xc6\x12\xdf\xce\x0b\xbd\xdb\x42\x97\xc8\x39\xd5\x05\x27\xa0\x85\x78\xe7\x1c\xb8\x25\x77\x5b\xd8\x92\x7b\x7c\xc6\x8d\xd5\x3b\x22\x01\x5b\xd8\x0b\x6c\x74\x2d\xf3\x85\xba\x62\xf8\x4a\x7f\x62\x19\xa0\x69\x91\xf0\xa2\x2b\x78\xb4\x14\x94\x62\x71\xc4\xdd\x28\x05\x2c\x56\xb7\x8f\xcd\x40\x68\x79\x9c\x26\xd9\x07\x5e\xd2\x0b\xce\x1d\x61\xd8\xc7\xa6\xa5\x80\xe4\x43\xcc\xfd\xf0\x2b\xcd\x47\xac\xa0\x67\x79\x02\xfd\xf0\xbb\x88\xc9\x7f\x97\x64\xe3\x42\xf0\x8a\xb6\x78\xb0\xee\x5d\x1e\xc0\x62\x76\x11\x2f\x7d\x32\xcf\xa0\x23\x42\x17\xf1\xc2\xea\xbd\x71\xf3\x46\x16\x28\x7a\x48\xa0\x74\x1f\x6f\x8a\x98\xb3\x2b\x45\xa6\x20\xdd\x34\x55\x71\x19\x5d\xe4\x85\xee\x70\x2b\xc2\x1f\x6f\xb9\xe2\xdd\x80\x52\x3e\x4e\xc1\xdd\xc6\x96\x16\x7c\x32\x01\xcb\x81\xd8\xe6\x3e\x87\xde\x02\x5d\x64\x44\x71\x28\x9d\x36\x5c\x19\x32\xcc\xe2\x99\x33\xec\xed\x62\xbb\x04\x46\x15\x59\x68\x8a\x7b\x88\xbd\x3c\x66\xf4\x94\x41\x14\xd1\x43\xec\xa5\x72\xb2\x56\xfe\x3d\x0e\x02\x79\xcc\x26\x37\x2c\xbb\x2c\x5c\x21\x92\xff\x50\x77\x78\x7a\x88\x9f\x3c\x2d\x39\xd6\xcb\xf6\x30\x23\x29\x8a\x9d\x5e\xb6\x87\x18\xc8\xf7\xc9\x14\x94\x20\x9e\x5f\x46\xe1\x76\x65\xc8\x99\xf2\xf4\x83\x44\xab\x6e\xa8\x88\x0b\xeb\xe7\x6c\x04\xd6\xb7\x87\x38\xb0\xb7\x3c\x9d\xb8\x92\x7d\x74\x18\x0a\x7a\x01\xa4\xf6\x3d\xa4\x86\x3f\xe5\xa3\x11\x58\x38\xa4\x7e\x3f\xe4\x39\x3d\x15\x84\x81\x1b\x10\x0e\x3c\x30\x2f\xf9\x49\x32\x02\x17\xa0\xb7\x81\xdd\xa0\xd3\x94\x5e\xd2\x77\x9c\xcf\x40\x0b\xdb\x21\xc4\x3e\xe7\x25\x1e\xe2\x0e\x16\xc4\x84\x00\x58\x66\xcf\xdf\xf1\xd1\xb5\x3b\x5f\x3d\xa4\xe1\x3f\x99\x5f\x5e\x80\x22\x78\xf4\x04\x99\x5a\xb2\x72\x2e\xa9\x5a\x67\x3d\xdd\xdb\xc4\xd2\x80\x2c\x73\x42\x89\x1e\x0a\x10\xd0\xcd\x73\x76\x93\xa4\xa0\x14\xeb\x20\xa0\x94\xae\x87\xdc\xed\x3f\xd1\x0b\xe8\xd8\xdf\x43\x2c\xe4\x00\x38\x8e\xf5\x10\xcb\xa8\xfc\x15\x04\x46\xf2\xa4\xc9\x3d\xa4\xf6\x3e\xbd\x66\x27\xb4\x40\x5b\x87\x18\xca\xd3\x8c\xdf\x4e\xd2\xe4\x1a\xf4\xbf\x83\x58\xd8\x02\xbd\x76\x3d\xc4\x3d\x4a\x87\x23\xaf\x1c\x99\xad\xe8\x90\x21\x1e\x48\x1f\xa3\x3f\x1d\xaa\xc5\x95\x63\xf3\x13\x74\xd4\x91\x77\xfd\x27\x36\x61\xda\x03\xcc\x22\xb8\x1e\x22\xa2\x34\x55\x03\x4a\x91\x98\xe1\xb7\x79\x8e\x4c\x0d\x7a\x3b\x58\x11\x20\xa8\x39\x58\xea\xdd\x51\x5c\x08\x67\x75\x34\x2f\x53\xce\xaf\x05\xc0\x41\x26\x83\x27\x38\x38\x38\xbb\xa3\xc9\x84\x8d\xbc\x21\x20\x32\xf1\xfa\x6e\xe6\x15\x63\xc5\x90\xb3\x81\xeb\x21\xb5\xd6\x70\xcc\x02\x4a\xa0\x87\x54\x4f\x6f\xd9\x04\x19\x9a\xf6\x90\x2b\x85\xc2\xc3\x46\xce\xe1\x60\xf6\x03\xba\x4d\x4a\x63\xf6\xe7\xe0\x4a\xb6\xd6\xff\xe6\xca\xff\xe6\xca\xff\xa2\x5c\xf9\xf6\xf3\xb8\xf2\xed\xd5\x49\x6b\xfb\x22\xd9\xd8\x59\xff\x4e\xf5\x3b\xcd\x4b\x36\x61\x23\xa0\x27\xe9\x21\xed\xe9\x7e\x52\x94\x9e\xb3\x50\xaf\x85\x6d\x19\x6f\x59\x06\xca\x90\x6a\xe9\x8a\x97\x4e\xdc\xda\x0b\xbc\x88\x3c\x1a\x03\xa9\xf7\x0e\xf9\x0d\xa0\x3a\x7b\xfd\x40\x49\x69\xe2\x8a\x5a\x10\xac\x5b\x92\x4b\xec\xca\xba\x98\x07\x18\x5b\x7f\x3d\x0b\x32\xc4\xef\x8a\x23\x15\x90\x5d\xf1\x29\x2b\xe9\xe9\x28\x01\xd5\xfa\x98\x7d\xb9\x2d\x68\xae\xec\xef\x4e\xaf\x9c\x72\xb9\x87\x0c\x88\xf7\x1b\x1b\x03\x7a\x73\xc6\x39\x78\x8f\x31\x61\x7b\x7a\xea\x0a\xe0\xaa\xfd\x5f\xf7\x7d\x7f\x1d\x3d\x24\x29\xbb\xa1\xf9\xdd\x59\x3e\x77\x36\x98\x3d\x64\x1a\x7c\x42\xa7\x2c\x1b\xd3\x5c\xc5\xf8\x70\x30\xbb\x11\x18\x64\x30\xdb\xf3\xf4\x45\x0a\xe4\x8c\x39\x47\xa6\xde\x7e\x18\x6a\x0b\x86\x22\xea\x21\x0a\xfb\xe3\xf4\x22\xa7\x69\x6a\x19\xfd\x3e\xa2\xa2\x3f\xd0\xf2\x96\xe7\xd7\x67\xfc\xd6\x91\x0c\x7d\x44\x48\xf7\x59\x79\x07\x9d\xe5\xfa\xc8\x1d\xd5\x94\x6e\xb8\x62\xec\x8f\x8a\x76\xbd\x8f\x28\xe9\xa3\x8c\x0a\x6e\x26\xf2\x2c\xf6\x91\xfd\xae\x72\x00\xdc\x67\x29\xe0\xf5\xfb\x58\x31\x23\x21\x7a\x3c\x07\x46\xd4\x7d\xa4\x9c\x91\xa1\x0b\x72\x29\x1c\x71\x00\x9b\x41\x13\x1e\x40\xcc\x1b\x0e\x29\x6e\xfb\x48\x0f\x83\xb4\x10\x7d\x44\xc3\x8b\xf7\x15\x84\x75\xea\x37\xb0\xd0\xa4\x98\x27\xe9\x69\x39\x1f\x33\x0e\x9f\xf7\x3e\x22\xab\xdf\xf1\x29\x45\x27\xa5\x8f\xc8\xe1\xe1\xd7\x11\x4d\x63\x6b\x89\x88\xde\x4f\x3c\x1f\x47\x81\x90\x5a\x48\x9c\x06\xe9\x95\x1e\x05\x45\xfc\x7f\x32\x71\x25\xc8\x7e\xf5\x74\x46\xe9\xf8\x1d\xbb\xb4\x46\x17\xfd\x2d\x2c\x38\x98\x4e\x59\x89\xa2\x42\xf6\x31\xa9\x77\xc5\x8a\xe3\xbe\x2b\x0b\xec\x47\x61\x08\xb9\xfe\x96\x17\x35\x0d\x48\x9f\xfa\x88\x4a\x3c\x4e\x93\xbb\x8b\x64\x74\x7d\x92\x94\xb4\xe1\xf6\x03\x49\x17\x87\xe3\x4b\x44\x66\xf5\x91\x1d\xa2\x35\xe9\x45\x74\x6a\x7f\x07\xbb\x6d\x5c\xcc\xa7\x38\xce\x57\x1f\x85\x35\xd2\x0e\x49\x50\x2d\xd5\x47\x66\x53\xea\x5a\xfb\x0e\xeb\x7d\x24\x49\x3b\xe4\x17\x2c\xa5\x21\x0c\xf2\xf0\x4d\x66\x25\x9f\x85\x30\x28\x70\x87\x71\xcd\x0f\xc1\x76\x31\xf9\x4c\x53\xae\x03\x45\xb9\x5d\x43\x16\x4e\xa7\x57\xc9\x8c\x82\x32\x1c\xfa\xa7\xa0\x79\x79\x46\xbf\x96\x3d\x70\x13\x76\xe1\xa6\xbf\x97\x1a\xc5\x20\x2c\x61\xbf\x89\x05\x28\x17\x32\x18\x59\x86\x0e\x4f\xb3\x87\x29\xe9\x94\x65\x54\x1b\xb4\x3a\x18\xa4\x73\x3a\x3a\x74\x05\xc1\x7b\xa7\x62\x65\x3b\x00\x44\x87\x8f\x72\x9e\xa6\x1f\x67\x50\x0a\xd0\xc7\x36\x5a\x5a\x61\x6b\x4b\x91\x00\x6f\x78\x03\x74\xff\x7d\xe4\x92\xdb\x07\xbc\x57\x1f\x79\xe3\x1e\xe5\x97\xae\x00\xbb\x89\xe5\xe5\xdd\x7b\xa9\xe6\x75\x00\x68\xdf\x4e\xdc\x44\xbb\x4d\x7f\xa2\x40\xff\xdb\x47\x9e\xb5\x3a\xd4\xa5\x4e\x32\xed\x60\xba\x01\xc9\x81\x9a\xe8\x05\xc5\xde\x3d\xe8\x7a\x26\xcc\x3c\x67\xe0\xc4\xe0\x90\x25\x47\x07\xae\xc0\x13\x84\x39\x6b\xe7\x3e\x12\xfb\x29\xbf\x8c\x32\x83\x18\x00\xd9\xfc\x58\x00\xb7\x77\x9e\x74\x70\x96\xf2\x9c\x7a\x31\x53\xfb\xfd\x48\xe8\x55\x5b\x88\xdc\xc4\x8e\x73\x7e\x99\xcb\xac\x77\x7c\x76\x90\x65\x60\x5b\x06\xc3\x0a\xb0\xa3\x79\x09\xc1\x90\x9c\x46\x05\x22\x74\x0f\xec\x10\x87\x6b\xcc\x2e\x7b\xdc\x19\x88\xf5\x91\x41\x8c\xb8\xa8\xf0\xd5\x19\xe2\x78\x30\x26\xc4\xac\x2b\xf7\xc2\xf7\x96\x07\xd9\x0d\x2b\xa9\x0a\xcb\x6e\xa1\x50\xd0\x8c\x5e\x3e\x77\x51\x1b\xfb\xc8\x77\xe8\xf4\x8a\x39\xe3\x95\x01\x76\x1e\xca\xc1\xd5\x19\x20\xcb\x93\x01\x4b\xa6\xdc\xf5\x36\x40\xfe\x43\xa7\x82\xdf\x70\xd2\xb5\x01\xf2\x20\xfa\xcf\x13\x68\xef\x3f\x40\xaf\xf7\x3e\xa5\xe3\x0b\x10\xa5\x60\x80\x5d\x75\x6c\x7c\xd7\xc8\x83\x37\x40\xf6\x14\xff\x4a\xa6\x53\x9a\xc3\xd7\x61\x80\x04\x79\xef\x18\x1c\x02\x3c\x77\x1f\x33\x3a\x66\x65\x02\x04\x9a\x83\x06\x26\xed\xcb\x79\x9e\x9d\xf1\x53\x2a\x5d\x20\x2d\x10\x92\x9d\x49\x77\x3f\xe9\x2c\x16\x1a\x43\x0d\x36\x3c\xf7\x05\xe9\x9b\xe6\xf3\xfd\x83\x8d\xe6\xdf\x0c\xf9\xdf\x0c\xf9\x5f\x94\x21\xdf\x79\x1e\x43\xbe\xb3\x4a\x27\x3b\x93\xf1\x76\xeb\x3b\x19\xf2\xd3\xdb\xe4\x2e\x76\xe5\x11\x39\x7c\x34\x2f\x8f\x26\x4a\x36\x67\x01\x90\x3c\xf7\x2c\xe7\xb3\xab\x3b\x57\x86\x8c\x39\xa9\xca\xdc\x77\xe9\xde\xb8\xc1\x36\x8a\x4f\x3b\xe5\xff\xcd\xce\x92\x8b\xd3\xbb\xe9\x05\x20\xab\x06\x48\x8b\xdd\xed\x0e\x10\xca\xd9\xf1\xdd\x3f\x8b\x02\x97\x07\x41\x99\xba\x60\x9a\x9b\x1b\x0e\xb0\xeb\x03\xf6\x2b\x00\x7b\x3e\xe0\xa0\x02\xb0\xef\x03\x0e\x2b\x00\x07\x3e\xe0\xfb\x0a\xc0\xa1\x0f\x78\x58\x01\xb8\xef\x03\x1e\xc5\x01\x11\xa5\x2d\x01\x8f\x2b\x00\x1b\x3e\xe0\x69\x05\xe0\x86\x0f\xf8\xaf\x0a\x40\x2c\x90\x4e\x6f\x62\xfc\xef\x60\xd7\xe3\xec\x64\x24\xfd\x28\x20\x0a\xf1\xe4\x05\x49\x1f\x20\xbf\x04\x75\x82\x95\x82\x3e\xd6\x12\x22\xe3\xf9\x88\x25\xe9\x7b\x81\x2f\x33\x4f\xee\x3d\x40\x34\xfd\xcf\xac\x60\xf1\xe6\x70\x50\xe0\x34\xe5\xc0\x5d\x6c\x80\xdd\x1e\x9c\x23\xf1\x00\xc5\x3b\x3c\x4c\x58\xda\x4d\x29\x20\x22\x9a\x7e\xd0\x05\x69\xb5\xec\x8a\x1b\x5e\xf1\x7b\x7e\x6b\x42\x21\x80\xcb\x8b\x6c\x09\x0e\x65\x16\x36\x10\x25\x76\xd0\xdc\xf4\x8a\x95\x07\xba\x2b\xdf\xc2\x12\x8e\x79\xce\xca\x3b\xc4\x99\x0f\x90\x25\xc2\x19\x7a\xf3\x91\x21\xc2\xcf\x9c\x8d\xe8\x34\x8c\x10\x34\x40\xc6\x08\x16\x0a\xb9\x96\x0c\x90\x25\xc2\xa7\x64\x32\x81\xbd\x60\x8f\x14\x41\x80\x23\xae\x63\x80\x38\x2a\x59\x04\xa3\xc0\x0e\x10\x37\xa5\x07\xe7\x35\x80\xb4\x56\x6c\x46\x91\x87\xff\x00\x07\x77\x1c\x8f\x8f\x32\xc1\x90\x1d\x52\x0a\x3d\x6a\x07\x88\xad\xfa\xbf\x9c\x65\x15\x60\xfb\xc1\x6c\x60\xc4\xa3\x41\x0b\x47\xd5\xe5\xb3\x94\xf6\xa0\x7b\xf4\x00\xb9\xc5\x28\x00\x6f\x53\x11\x83\xa6\x6d\x75\xd1\xd1\x6b\x85\xc6\xbc\xf8\xd8\xb4\xf0\x93\x90\x64\xc5\x84\xe6\x30\xcc\xed\x00\x47\x97\x1c\x8f\xf1\x8a\x21\x13\x0e\xed\x43\x80\xab\xc3\x33\xf1\x81\x97\x14\x1f\x07\x64\xd9\x21\x8a\xfd\x33\x85\xec\x3b\x04\x80\x0a\xbe\xe5\xca\xbb\xc1\x2a\x1f\x8d\x54\x5a\x43\x70\x79\x5a\x88\xc1\x60\x53\x0a\xe3\x65\x0c\x90\xcb\xce\x70\xcc\x4a\x28\xa5\x19\x20\x51\xb6\x32\x37\x78\x97\xa4\x13\xa8\x2f\x1a\x20\x91\xf6\x09\xb0\x4f\x19\x20\x81\xf6\xc7\x4c\x50\x4c\xa3\x9c\xb9\xe8\xc7\x03\x14\x19\xeb\x34\x2c\x46\x06\xee\x49\x3e\x96\xce\xc5\xae\x18\x87\x6b\x11\x13\x67\xd9\xe5\x19\xf0\x65\x1f\xa0\x68\x98\xa2\xe4\x30\xc9\x12\x60\xe1\x33\x80\x99\xb3\x20\x40\x40\x84\xf7\x3c\x9f\xda\x0b\xb8\x88\x38\xb6\xcd\x2c\x75\x49\x1e\x06\xbd\x4a\xab\x59\xc0\x15\x21\x17\xa3\xc0\xb4\xd6\x81\x85\x2a\x3e\xe8\x42\xe7\xe0\x50\x18\x47\x2c\xbe\x19\xe0\x70\x96\xf4\x6b\xb9\x0f\x6d\xd1\x07\xc8\x3f\x48\x59\x94\x7b\x00\x48\xc6\x9a\xf3\xd9\x18\x72\x86\x7d\x1c\x1e\x26\xfb\xc4\xf3\xeb\x62\x96\x80\xe3\x88\x7c\x88\x7a\x9c\x5f\xb3\xec\x12\xd3\x42\x38\x64\x4e\x9a\x14\x85\xb1\x1b\x8a\xbd\x5b\x48\x96\x20\xdf\x67\xe9\x7e\x50\xb2\x91\xd7\xaa\x17\x9e\xa2\x88\x36\x06\x37\x72\x70\x97\x25\x53\x36\x2a\x36\x77\xb6\x71\x4b\xfd\x10\xe8\xf4\xb0\x87\x61\x42\x35\x71\xb7\x28\x58\x51\x26\x8a\x65\x75\x80\xc3\x00\xd0\x9a\x8b\x39\x20\xa4\x19\x52\x52\xf8\xe1\x78\x1e\x9b\x01\xb2\x79\x3a\x4e\x93\x2c\xf3\x98\xdf\x01\x0e\xa7\x72\x4b\x73\x18\xab\x7c\x80\xbc\x93\x4e\xe7\xac\x1c\x25\xb0\xf5\x4d\x2c\x0f\x11\xdc\x61\x74\x14\x38\xe8\x4a\x4e\x4b\x71\x90\x9b\xae\x3c\x30\x8a\x97\x27\x18\x00\x04\xc1\x21\x3f\xce\x40\x69\x10\x19\x72\xc0\x6f\x33\x50\xde\x8c\x75\x2f\xc5\xbf\x00\xa8\x15\x1d\x83\x0f\xd5\x0d\x07\xe2\x83\xf4\x62\xa3\xf1\x81\x70\x04\x41\x9a\xe4\xfb\x92\xf1\x41\xcf\xe6\x00\xdb\xb4\xcc\x68\x2e\x30\xa2\x8b\x14\x33\x40\xf2\x28\x8d\x30\x61\x31\xd6\xef\xe7\xec\x9a\x96\x57\x39\x9f\x3b\x99\xfe\x00\x85\x31\x1a\x7e\x85\xf1\xed\x06\x28\x90\x91\x2a\x0b\xf0\xe0\x70\xe3\x6f\x61\xc4\xdf\xc2\x88\xbf\xa8\x30\x62\xf7\x79\xc2\x88\xdd\xd5\x8d\x8b\xd6\xee\xc5\x45\xab\xf5\x9d\xc2\x08\x69\xce\xe8\x5b\xd9\x0c\xb0\x4c\x15\xc1\x20\x0d\xd4\x10\x49\x58\xd1\x7b\x0e\x15\x15\x43\xa4\xff\xdd\x97\x5e\x46\x1f\x0b\x47\xc3\x0c\x3d\x33\x4a\x1c\xd4\x6e\x88\xc2\x32\x89\xe7\x78\xc2\xf3\x11\x55\x64\x0e\x74\x69\x1c\xae\x63\x9a\x7d\x94\xcf\x95\xba\x2f\x02\x8a\x34\xb5\xff\x39\xa7\x85\x38\x99\x59\xc2\x5c\x70\x9f\x61\x03\x87\xaf\x93\x44\xd5\x29\x4d\x27\xa7\x34\xbf\x01\x72\x99\xe1\x86\xf7\xa2\x8c\x95\x37\xfd\x7e\xca\x79\x1e\xe9\x19\xab\x3d\x15\xf8\x09\x4d\x61\xa0\xb3\xe1\xc6\x30\x84\xf9\x39\xc9\x19\x88\xae\x37\x44\x41\x7d\xa2\xfe\x0b\xc3\xcd\xd8\xb2\x86\x50\xc8\x8e\x9b\x8e\x9d\x74\x77\x88\xbc\xde\xba\xe3\x31\xe2\x38\xff\x7f\xec\xfd\x59\x93\xe3\xb6\xb6\x20\x8c\xfe\x95\x8c\xbc\x3b\x62\x7b\x9f\x28\xdb\xa9\x31\xb3\x4e\xdf\xf3\xf5\xd5\xc4\x2a\xd9\x39\x59\x52\xd6\xe0\x76\x87\x0e\x44\x42\x12\x9c\x14\x41\x83\x64\x66\xaa\xba\xfb\xbf\xdf\xc0\x5a\x98\x16\xa8\xac\x3a\xde\xfd\x3d\xec\x07\x3f\x08\x22\x80\x45\x00\xc4\xb8\x66\xcc\xc8\x25\x3c\xa4\x0f\x5b\x75\x90\x0b\x72\x40\x06\x84\x34\x32\xdd\xbe\x67\xc4\x80\x63\xc5\x35\x08\x53\x47\x32\x55\x06\xad\x83\x11\xaf\x61\x73\x7a\xe9\x33\x22\xf4\x84\x16\xf3\xcc\x5f\x60\xea\xc1\x86\x6d\xb0\x51\x1b\x8a\x5c\x40\xf6\xcc\x8e\xa8\x73\xe6\xf3\x89\x4b\x81\xe3\x8d\x7c\x12\xbc\x5a\x7d\xf0\xf9\xc4\x01\x2c\x2f\xb8\x12\x69\xa8\x5d\x32\xa3\x0c\xa4\xa6\xaa\x95\xde\x99\x8a\x45\x13\xe8\xa9\xcf\x08\xf3\xe8\xa3\xd8\x8a\x59\xbd\x87\xbb\xd6\x3c\xc4\x25\xa5\x04\x41\xa3\xbb\x35\x0c\x84\xe2\xb4\x02\xc3\x36\x54\x64\x76\x5b\xd2\x35\x4f\x48\xca\x88\x1e\xf0\x57\xdd\xcd\x08\x6d\xd9\xda\x1a\x42\xc0\xcb\xaf\x91\x0e\x21\xe0\xd5\x57\x89\x87\x10\x32\x72\x6e\x04\x52\x89\xd1\x4e\xff\x79\x98\xe8\x66\x99\x82\xa7\xf5\x07\xa1\xea\x86\xe5\x37\x2c\xdd\x07\xc4\xd1\xec\x6d\xc4\x58\x20\x5c\x89\xd9\x98\x5e\xe0\x50\xf1\x3a\xf2\xff\x37\x1b\x47\x86\xb5\xcc\x54\x27\x64\xd1\x02\xa5\x9d\x91\xb6\xf2\xa9\x0b\x44\x75\x68\x01\xbc\x3d\x0d\xd0\x1a\xe5\x71\xe4\x0f\x11\x6e\x35\x8e\xca\x1a\xbf\x06\xd2\x2e\x6d\x42\x7b\xb3\x66\x29\x51\xee\x9c\x51\x1f\x14\x4d\x55\xcb\x43\x68\xe2\x31\xa3\x1e\x28\x5c\x7e\xbb\xa2\x70\xbd\xcc\xab\xaa\x41\x93\x8a\x70\xcd\x12\x5f\x14\x04\xa4\x55\x1a\x31\x00\x31\x0e\x61\xe3\x5e\x20\xe4\xa6\x21\x84\xb2\x4c\x14\x84\x38\x9b\x11\x92\xcf\xe8\x02\x58\x67\x62\xf7\x4c\xb1\x74\xdf\x78\xae\xc4\x8c\x90\x7c\xaf\x41\xc7\xc6\x46\x33\xe2\x63\x82\x18\xb3\x93\x95\x37\x99\xbc\x06\x16\xad\x3c\x42\xe2\x11\xc0\x68\xe5\x11\x12\x8f\x00\xc6\x2b\x6f\x92\x9c\x80\x24\xad\x9b\x5e\x9c\x80\x88\x1a\x46\x28\x3c\x0b\x13\xb5\x89\x90\x79\x16\x26\x6e\xce\x34\xd2\x90\x97\xcf\x0f\x25\xa5\xd3\x66\x84\xd0\x03\x10\xdd\x98\x18\x88\xee\x79\xa8\x96\xb5\x0c\xf6\x5f\x42\xed\xbd\x93\x2b\x39\x65\xd5\x1e\x6e\x11\x73\x20\x44\x12\x4e\xc9\x7c\x0f\x33\x7b\xa5\xbd\x76\xe6\xfa\x26\xcd\x92\x57\xdb\xdd\x06\x4e\x62\x6d\x22\x56\x1c\x51\x41\x32\xb8\x71\x20\x21\x2a\x70\x77\x25\x2f\x66\x85\x92\x79\x1e\xa2\x2f\x09\xb5\x03\x89\x4a\x8a\xd7\x57\x42\xee\x5b\xb4\x13\x3c\xd0\xdd\x48\x88\xfe\xd6\xbd\x92\x5b\xd0\x2e\x62\xca\xbb\xb0\x4c\x7a\xd4\x1f\x3e\xcb\xb8\xea\xfa\xcc\x61\x2b\xb3\xe7\x33\x2f\x5b\x99\x7d\x9f\x49\x34\x38\xc0\x6a\x8e\x9c\x73\x09\xf1\x3f\x38\x3b\xf2\x4c\xc9\xb2\xf4\x98\x48\x42\x6c\x28\xd0\xe0\x28\x44\x7a\x93\xc8\xbe\xde\xf8\x73\x96\xea\x31\xf4\xe9\x9c\x10\x03\xd9\xa5\xc8\xc0\xbe\x3d\xf7\xd9\x04\x99\xc9\xe5\x86\x27\x91\xab\xe1\x64\xd0\x8b\x31\xa2\x95\x2c\xdb\xdc\x82\x64\xd0\xe2\x68\xac\x64\x79\x82\x61\x90\x10\x2c\xcc\x78\xc2\xf7\x3d\x3e\x18\x9e\x58\x0a\x84\x2d\x9c\x10\xcd\xb6\xfb\x9c\x1d\x35\xe2\x0c\x7c\x82\xca\xc3\x50\x95\xd3\x94\x8b\x32\x56\x43\x4e\x06\x6f\xdb\x30\x51\x4d\xa3\x36\x04\x91\xcf\x24\xc4\x42\x36\x61\x2f\x3e\x63\x42\x5f\x45\xde\x2b\x39\xda\x93\xc1\xb4\x8d\x40\x07\xb9\xb3\x13\xe8\x35\x01\x08\x97\xe8\x2c\x13\x48\x5f\xba\x6c\xa2\xe2\x07\xf6\x12\x4c\xf8\x91\x27\xca\x7d\xd7\x62\xcb\x2b\xf6\x14\xcc\xbe\x61\xf7\x54\x76\x78\x6b\x69\x42\x0c\x51\xe6\xc5\x46\xbe\xd0\xae\x19\x46\x54\x59\xa6\x87\x89\x2c\xbd\xe1\x5f\xd7\x05\xfc\xc5\x2a\xf9\x57\x65\x95\x5c\xfd\x39\x56\xc9\xd5\xf7\xc3\x6d\xb6\xed\x0c\xba\x57\xff\xa4\x21\x85\xcc\x73\x56\x56\xfc\x86\x17\x8d\x5f\x20\x54\x68\x0e\x96\xfc\x24\x9f\xe8\x6a\x6b\x74\xc0\xef\x80\x44\xa1\x62\xd9\x14\xe1\xb1\x48\x94\x29\x96\x4d\x61\xa9\xeb\x9b\x80\x4b\x93\x10\xda\xf3\x9a\x15\x59\x95\xb2\x92\x9f\xb8\x12\x24\x21\x9a\x14\x1e\x7d\xa1\x6b\x9d\xe8\x13\x36\x9b\x5c\xa4\xf6\xd0\xf2\x30\xd3\x36\x4c\x1b\xd7\x4f\x88\xf6\x04\x82\xcd\x0e\x64\x6f\x4b\x5a\x00\xd4\x1d\x79\x72\x19\xf9\x8d\x6a\x5d\xf9\x92\x5c\xb6\xa4\x00\xa0\x3e\xde\x86\x23\x6a\xb0\x2f\x29\xcf\xdb\x20\xbd\x36\x2b\x20\x24\x4e\x12\xa2\x02\x0d\xf2\x1c\x25\xe5\x21\xc4\xff\x13\xa2\x01\xbd\x8c\x6e\x8a\x4a\xa8\x72\x45\x26\x6a\xe2\x2f\x3b\x21\xd4\xfb\xb2\x66\x6a\xd3\xa8\xb0\x7a\x7a\x83\x38\x53\x5c\xdc\x2d\x7d\x2e\x51\xbc\x11\x0a\x0d\x16\x83\xba\x89\xf6\x2c\x2f\xd2\x48\xa8\x9f\x5c\x52\xf1\x6a\x1e\xb8\xaa\x4c\x88\xe6\x05\x18\x03\xa2\x0c\x95\x9e\x24\x44\xf3\x22\x84\x0a\x25\xe2\xc9\x65\xcb\xb0\xd0\xf8\xee\x16\x45\x13\x34\x37\x89\xa1\xa2\x9b\x34\x12\xa2\x2c\x01\x3e\x81\xb2\x09\x23\x57\xfa\x27\x44\x5f\x62\xb4\xba\x27\x43\x45\x34\x25\x90\xa0\xd3\x84\xf2\x29\x71\x5a\x42\x54\x27\x16\x3c\x3d\xa6\x39\x1f\x8b\xa0\x22\xea\xc1\xa1\xac\x8f\xa7\x80\xe8\x35\x5f\x99\x77\xaa\x95\x10\xa5\x89\xb1\xe2\x2c\x4b\x55\x60\x0f\x92\x10\x95\x87\xb1\x50\xf5\x3e\x63\xc7\x50\x63\x3b\xb9\x8a\x7d\xa5\xcf\x8a\x3a\xc0\xe9\xa9\xa7\xcc\xc5\x8d\xf1\x25\xe7\x99\x4b\x09\x71\x1c\x79\xcf\x76\x7c\x16\x5c\xf1\x9f\x44\x97\x25\xee\x38\x90\x1a\x44\x5a\x9b\x8c\xe3\xbb\xda\xa9\xfa\x75\x42\x58\x0d\x53\x56\xb3\x4d\xc0\xec\x4c\xa8\x9f\x05\x56\x33\xcf\x34\x6d\x61\x8d\x84\x6e\x9e\x2c\x6e\x0c\x2f\xd6\x03\x10\xaa\x50\x7f\x48\x74\x8b\x41\x42\x28\x42\xc3\x87\x31\x30\x41\x29\x64\xfa\x10\xa5\xf4\x70\x97\x26\x92\x35\x0a\x46\xb6\x0f\x22\xf3\x1a\xa5\xb5\x78\x62\x35\xbf\x53\x59\x60\xfe\x96\xcc\xa8\xb1\x17\x7b\x05\x2a\x72\x0b\x98\x35\x7a\xeb\xad\x59\xee\x9d\x4a\x26\xd4\x9a\x2d\x65\x75\xcd\x15\x71\xea\x97\xcc\xa8\x7b\x7e\xb8\x8e\x00\x9a\x15\xf8\x10\x4c\x92\x53\x96\x48\x6d\x7e\x76\x42\x2c\xbf\x26\x8b\x1b\xe4\x13\xf9\xec\xf0\xdb\x7f\x2e\xe4\x73\xce\x33\x3d\x89\xc0\x13\x87\x81\x4a\x2e\x2e\x28\x33\x3b\x47\x57\xdf\x7b\x51\x7a\x08\x7a\xf1\xdc\x81\x7f\xe0\x4a\x6c\x8f\x3e\x3f\xac\xe7\x57\x51\x92\xf3\x24\xb9\xa0\x96\x59\x8d\x7a\xe2\x47\x7b\xa6\x56\x1e\x88\x6c\x84\xfc\x25\x3e\x4c\x92\x0b\xc2\xbc\x0f\x21\x60\x57\xce\x3c\xdc\x38\x5a\x11\xb0\x5f\xf2\xec\xae\x09\xca\x9a\x44\x30\x71\x19\x64\x53\x65\x4f\x7c\x54\x64\xe1\x85\x44\xc9\x45\x8f\x8e\x74\x20\x48\x4d\x2e\x08\xf5\x3a\x52\xe9\xde\xeb\x9d\x24\x17\xd4\xe1\x9c\x19\xf9\x84\x07\x95\x0f\x86\x31\x99\xaf\xfc\xeb\xd4\x72\x49\x53\x4c\x53\x6f\x5e\x9a\x5c\x10\xb2\x2d\x64\x62\x38\x88\xe1\x69\xc1\xb5\xcf\xa7\x7e\x31\xea\x51\x68\xd2\x97\x5c\x44\xae\x9c\x59\x3d\x96\xfe\xdd\xab\x96\x2c\xdb\x71\xb4\x3c\xcc\xf4\x24\x4c\x40\xbe\x27\x17\xf4\x1a\x60\x07\x43\x1b\x7a\x95\x9c\x04\x7a\xf0\xf3\x96\xea\x89\x59\x65\x85\xe0\x3c\x4a\x2e\xde\x9e\xd4\x67\xe8\x52\x18\x32\x7f\x01\x73\x03\xce\xa6\x07\x18\x9d\x06\x88\x58\x32\xc9\xc5\x5b\x4a\x10\x6b\x0c\xf9\x04\xd3\x3a\xb9\x20\x6a\x55\x08\xf7\x35\xd6\x75\x72\x41\xb8\xe4\xe6\x85\x98\x81\x9d\x5c\x10\x5d\x2b\x84\x6a\xb3\xb1\x93\x0b\xa2\x78\xd5\x02\x6b\x7d\x14\x51\xc3\x42\xf0\x53\x2c\xed\xe4\x82\x28\x64\x9d\x00\x6c\x97\xdc\x6d\xbd\x70\x02\x61\x4d\x2e\x46\xbd\x13\x0d\x6e\x91\xd4\xc9\xc5\xa8\xdf\x82\xbb\x91\x4f\xbc\x96\x71\x79\x83\x16\xdc\x89\x7b\x7d\x92\x0b\xea\x74\x1a\xe0\x5a\xb7\xfb\x24\x17\xc4\x38\x0b\xa1\xbe\x62\xd6\x91\x5c\x10\x9b\xad\xf0\x6b\x3c\xc4\xdb\x57\x20\x02\xfb\xc2\xe4\x82\x58\x6e\x21\x54\x7c\xbf\x51\x72\x31\x6a\xcf\xc8\x93\xac\xf8\xe4\x82\xd8\x71\x01\x0a\x0d\xba\xc5\xa1\x57\xb1\xe4\x62\x4c\x15\xa8\xb3\x88\x61\x96\x5c\x4c\xfe\xb2\x46\xf9\x8b\xab\xf1\xaf\xca\xd5\x78\xfb\xe7\xb8\x1a\x6f\xbf\x4f\x87\x9d\x61\x77\xd3\xef\xfe\x73\x5c\x8d\x60\x7d\x90\x85\x4b\x44\x4d\xe3\x66\xbb\x45\x7f\x00\x63\xbe\x95\x01\x22\x40\xa4\x3d\x1e\x6a\xb4\xad\x83\xe5\x4d\x04\x3e\x41\x51\xb2\xf6\xbb\x22\x55\xe9\xd3\xfb\x6b\xb5\xa7\xd6\x90\xc9\x05\xd5\xc8\xcb\x45\x09\xe2\x95\x00\xd1\x4e\x2e\x66\xbd\xd7\x40\x5a\xfb\xfa\x8c\x72\xc3\x8b\x82\x67\xc1\xf5\x62\xc9\x45\xd2\x8d\xc9\xd0\x44\xaa\x71\x53\x89\x82\x1a\xbe\x24\x17\x04\x01\x5e\xb1\x0d\xb9\xe9\x2a\xe9\x5c\x5c\x9c\x46\x05\x1d\x7d\x98\x74\xa8\x93\x31\xb6\xe3\xe1\x47\x75\x2e\x28\x09\xca\x34\x12\x79\x2d\x1b\xf7\x29\x9d\x4e\xcb\x91\xef\x58\xd6\xb5\x3c\xb4\x64\x00\x49\x87\xde\x69\xe5\x41\xdb\x62\x80\xa4\xd3\xed\xb6\xd8\xc3\xed\x93\xa2\x43\x30\xdd\x1b\x91\x2a\x59\xc9\x6d\xbd\xac\xd9\x76\xbb\x6f\x36\x61\x47\x75\x88\xc6\x8a\xf1\x4e\x10\x5c\xd3\x9c\x74\x7a\x54\xf1\x80\xd5\x4d\x85\x1c\x82\xd0\x56\x35\xe9\xf4\x86\xaf\x80\x85\x96\xaf\x49\xa7\x77\xf9\x0a\xd8\xc2\x0b\x8b\x93\x0e\xc5\xa1\x89\x23\xc8\xa8\xd6\xb7\xaf\x02\x46\xf5\x8e\x5e\x05\x9c\xbd\xa4\x39\x3b\x84\xbc\xb9\xa4\x13\x5d\x62\xe5\x9b\x79\x12\x78\xf2\x1a\xb0\x9e\xde\x9f\x3c\xdc\xf4\xd5\x2e\xda\x06\x03\xd2\x76\xa6\x84\x50\xa1\x25\x43\xd2\xe9\xb7\x7d\x65\x06\x60\x5d\x0f\xd7\x79\x05\xee\x04\xf7\x32\xe9\xf4\xbb\xaf\x40\x07\x97\x61\x27\x9d\x3e\x75\x98\xe1\x77\xa8\xce\x30\x52\x03\x0d\x0c\xa8\x89\x93\xbe\xa4\x33\x8c\x3d\xc1\xb1\xb2\x8a\x6c\xad\x93\xce\x30\x76\x06\x17\x00\xc5\xe5\x85\xf3\x4f\x77\x68\x28\x37\x4c\x3a\x84\xe7\x0b\xdc\x44\xb2\x9c\x09\xdb\xd7\x1a\x64\xeb\x29\x39\x95\x8e\x03\x91\x74\x86\x54\x69\x17\x2d\xd6\x3d\xef\x21\xe9\x10\xb6\xe6\x58\xb1\x22\xdd\x27\x32\xe8\x5e\xc2\xd3\xbc\x69\x6a\x1e\xee\x6e\x9d\x4b\x6a\x83\x97\x05\xb7\xf0\x27\x9d\x4b\x6a\x77\x97\x7d\x24\xe5\x52\x57\x8a\x1b\x01\x66\x2d\x9e\xe2\x4f\x3a\xc4\xcc\x07\xac\xa7\xd1\x77\xaa\x07\xa0\x3e\x2f\x8d\x51\x44\xa8\x5b\x96\x74\xae\x28\xfe\x5f\x85\xde\x66\x92\x0e\x21\x76\xd0\x8d\x4a\x48\xdf\x75\x08\x91\x81\xf9\x84\x6e\xeb\xbc\x3d\xa5\xa6\x00\x8e\x24\x1c\xc8\x88\xba\xcd\x49\xeb\x53\x30\x84\x8e\x6d\x36\x71\x36\x69\x26\x58\x6c\xfa\xd5\x32\x22\x26\xed\x4d\xfa\xc8\xc9\x3d\xb6\x49\x67\x3c\x3c\x0d\x10\x9e\xd3\x9d\x96\xf5\x47\xa8\x73\x90\x74\x88\xee\x0a\x4e\x63\xbc\xe5\xc1\x41\x10\x7e\x98\x51\xaa\x8a\x20\xa8\x91\x91\x28\xdb\x10\xd1\xda\x69\x0e\xa0\xba\xb5\x7a\x96\xab\xbd\xf0\x22\x8f\xa4\x43\x75\xe2\x01\x10\xc6\xe5\x04\xe4\x25\x65\x51\x99\x43\x97\x7c\x3b\xd1\x5a\x3f\x65\x32\x91\x74\x28\xe7\xcd\x82\xfc\xd2\x70\x4f\x54\x74\xa6\xd1\xe5\xa3\xaf\x80\x11\x06\x9d\x83\x89\xe6\x3e\xe1\xcf\x59\xc7\x37\x3e\xb7\x77\x22\x97\x7c\x12\xc1\x4a\x9c\x7b\x1d\x9f\x3d\x38\x95\x4d\x4b\x20\x37\xe1\x7b\x77\x47\x1e\xe0\xf2\x34\x00\x2d\x85\xe8\x27\x79\x5f\x82\x1e\xe0\xed\x69\x00\x5a\xca\x28\x66\x6c\x38\x0f\x3f\x1e\x66\xfc\x2a\x0c\x2d\xab\x25\x9e\xaa\xf6\xc4\x2e\x24\xe9\xcc\x5a\xd2\x29\x0b\x42\x4b\xa2\x7e\x55\xf6\x3c\x6b\x72\xb4\x54\xa4\x6c\xa6\x0e\xbd\xa4\x25\x67\xd4\xef\x72\xd2\x21\x1e\x67\x97\x5c\x3d\x71\x15\x73\xd7\x93\x4e\x32\x6b\x01\xd9\xbc\x2e\x71\x42\x01\x1c\x3e\xdf\xcc\xee\x05\x75\x77\x5e\x3c\xf2\x6c\x5e\x84\xdf\xdb\xa5\xd7\xd5\xf2\x54\x1c\xbc\xfb\xcf\xa4\xdb\xa1\x4e\xcd\x8c\x62\x49\x8c\x07\x77\xbb\x11\x47\xb9\xe6\x69\xbd\xe0\x9a\x8e\x73\x4c\xf3\xa4\x4b\xfc\x2f\x8d\x3d\xb3\x39\xe9\x76\xe9\x5d\xd6\x60\x41\xd8\xae\xa3\x2d\x0f\x0c\xc4\x86\x2d\x70\x8a\x27\x2a\x91\x7d\x10\xfc\x39\xbc\xee\x2d\xe9\xf6\xba\x27\x40\x6e\x78\x26\x9a\x83\x87\xe9\x9d\x80\xb9\x66\xca\x49\x92\x92\x2e\x31\xa9\x5f\xd6\xdc\x9d\x3f\xdd\x08\x97\xe1\x25\x7a\x12\xf2\xf9\xdd\x28\x9f\x32\x6f\xbb\xd4\x05\xaa\xcb\x0f\x4e\xf0\x6e\x3f\xae\x1c\x41\xe2\x8a\x62\x65\x9c\x58\xb1\x2c\xe9\x12\x7f\xa9\xf0\x91\x01\xbe\xd1\xed\x5f\xfe\xc5\xed\xf8\x8b\xdb\xf1\x2f\xca\xed\xe8\x5c\xfc\x39\x76\x47\xe7\xe2\xfb\xb4\x9f\xf1\xec\x8a\xf7\xff\x39\x7e\x87\x5d\x1e\x04\xdb\xec\x12\x9f\xc1\x16\x64\xe5\x1d\xb1\x27\xdd\x7e\xa4\x7a\xbb\xdb\x71\x35\x6a\x6a\xbf\x19\xf7\x47\x6d\x80\xc0\x70\x21\xe9\x12\x13\x88\x7b\xf1\x24\xeb\x50\x28\x97\x74\xfb\x11\x69\x97\x3e\xf2\xcc\x7a\x4f\xf7\x40\xd3\x36\x50\x7c\xd1\x59\xd2\xed\x53\xd4\x52\xe4\xd9\x2f\x0d\x6f\x82\x8f\x49\x4e\xe6\xdf\xba\x1b\xd9\x93\x2e\xf1\x17\xa2\xbf\x03\xad\x76\x82\x1d\x6e\x70\x42\xe3\x3b\xb0\x90\x4f\xba\x83\x24\x6e\xab\xcb\x1a\xd2\x06\xe4\x79\xc5\x8f\xbe\x79\x84\xb4\xf9\xc0\x8b\x62\x2a\xd8\x4e\x31\xbf\xb3\x13\xda\x26\x11\x4f\x7c\x25\x72\xae\x77\x78\x0f\x41\x55\xdb\x52\x96\x03\x56\xe1\xf3\x2f\x09\x09\x47\x76\xdc\xcb\xb6\x62\x28\x91\x67\x27\xdd\x4b\x2a\x05\x64\xa7\x54\x07\x92\x2e\xa1\xb1\x1c\x94\xcf\x1e\x9f\xca\x0e\x31\x95\x6e\x5b\xf9\x22\xe2\x41\x51\x68\x32\x37\x88\x7b\x29\x0f\x33\x7b\x15\x86\x96\x45\x3c\xcb\x59\x97\x21\x2e\xfb\xea\xe2\x54\x36\x29\x81\xf8\xc5\x88\xfc\x80\x78\xa0\xb6\x6a\xbd\x03\xa2\xa5\xf5\x28\xe2\xeb\x9c\x93\x78\x88\xfe\x2b\x10\xb4\x1c\xa2\xa5\x23\x76\x85\xe7\xc2\x75\xaf\x4e\x29\xb6\x8e\xca\x52\xc9\x27\x16\x94\x10\x59\x32\x15\x7c\x25\xa7\xbc\x7a\xac\xa5\xdf\x4e\xae\x22\x17\x84\x35\xcb\xf3\x95\x0c\x4d\xff\x93\x2e\x11\x41\x8e\xf3\xc6\x6f\x14\x57\xad\xd5\xeb\xb3\x12\x8a\xac\x69\x5c\xf3\x86\xd7\x2c\xf0\x18\x90\x74\x89\xc4\xd1\x73\x06\xba\x1e\xa0\xd3\x02\xb8\x06\x87\x6f\x1e\xa2\xcd\x5c\x40\xe7\x99\x1e\xa2\x77\x0a\x22\x94\x12\x77\x89\x73\x0a\x04\xb9\xe1\x21\xf6\x45\x54\x53\x10\xe0\xbe\xc9\xf3\x05\xff\xa3\xe1\x01\x02\x43\x0c\x89\x10\x8c\xca\xd4\xba\xc4\x82\xc8\x40\xec\xf5\xac\xf4\x37\x82\x27\xdd\xb7\xd4\x63\xdf\x33\x71\x4d\x9c\x74\x89\xc9\x10\xb4\x73\xda\x94\x79\xe8\x37\x39\xe9\x52\x6f\x15\xf2\xb9\xa2\xa7\x08\x91\xac\xea\xec\xc9\x3e\x1c\x3c\x22\x50\x9d\xf2\x32\x97\x47\x9f\x47\x15\x8d\xb3\x28\xb7\x4d\x43\xcc\x8a\x27\xa1\x64\xa8\x9b\xd0\x7d\x1b\xf9\x77\x15\x32\xde\x37\x89\x94\xf4\xbd\xd8\xed\x73\xb0\x16\x60\x65\xc9\x33\xe2\x45\x33\xe9\x8e\xe8\xb5\x03\x2f\xf5\x84\xe5\xb9\xf4\xda\x0b\x5d\x22\x17\x05\x24\x86\xd7\x55\x92\x33\x4f\x1a\x10\x49\xa7\x73\xda\xe3\xb3\x2f\x4f\x65\x93\xd5\x3a\xba\x6a\x7d\x51\xa4\x90\xd1\x25\x1c\x18\xeb\x1a\xc4\x72\xd5\x3c\xd4\xe8\x04\x94\xf5\xa8\xec\xa1\xe8\xc5\x9e\xe9\x63\x48\xe8\x10\xd1\xa3\xde\xae\x63\xb1\x62\x97\xb8\x91\xd4\x2b\x92\xce\x0e\xc2\xef\x71\xd9\x2d\xe2\x87\xf8\x9c\x5c\xa6\xb2\xe4\x2b\x7e\x28\xf3\x70\x1a\x8e\x09\x27\x42\x53\x9b\x95\xee\x13\x28\xaf\x0d\xdc\xa1\xdc\x0d\xdd\x74\xe3\xf6\xc0\xc3\x10\x01\x82\x3c\xc0\xc6\x17\x50\x2a\xe3\x5e\x3b\x3f\xf0\xcf\x9c\x74\xc7\xfd\x36\xc0\xbd\xe2\x4f\x42\x36\x7e\x10\xc6\xd4\xfd\xa1\x2c\x23\x6a\x98\xf0\xbb\xae\xf5\x99\xcd\xaf\x59\xb1\x6b\x58\xb0\x65\x10\x76\x17\xf0\x67\x08\xad\x43\x14\xd1\x34\xd6\x12\xf2\x92\xbb\xc4\x34\x4e\xe7\x86\xce\x74\x92\xee\x98\xf2\xed\x15\x67\x07\x51\xec\xbc\x4f\xcf\xa4\x4b\xec\xe1\x40\xb1\x65\xc5\xf2\xfc\xa1\x0c\x79\x8f\x5d\x62\xe8\x16\x00\x11\x06\x64\x77\xdc\x32\xf4\xd1\x50\x53\xf9\x5c\xd0\xc2\x5a\x46\x3e\x16\x8c\x16\x47\x4c\xde\xc0\xdb\x09\xe8\x22\xfa\xfc\x4e\x9c\x4f\x7c\x5b\x27\xdd\x49\x37\x06\x98\xc0\x09\x1a\x40\xf4\x62\x88\x5b\x40\x61\x29\x50\xbf\x85\x3b\x85\x1d\x48\x7d\xab\xe4\xec\xb8\xe0\x55\xc0\x19\xee\x52\xcf\x2a\xc1\xe5\x95\xfe\xf0\x22\xda\x82\x04\xa4\xb5\x94\x88\xb2\xe0\xfc\xc0\x76\x7c\xa2\x64\x55\xed\x99\xf0\x93\x8e\xc8\x39\xdf\x89\xfa\x9d\x62\xa5\x3f\x58\x26\xb1\x8d\xa4\xcf\x89\x4d\x23\x09\x6b\xa8\x3b\xa1\x77\x97\xe5\x19\x57\x84\x9b\xd8\x25\xa6\x77\x08\x40\x66\x32\xb1\xb8\xf3\xf9\xed\x6f\x4c\xa2\x45\xa3\x49\xce\xbb\xa6\x0e\x3c\x24\x25\x5d\xea\x51\xe5\x6e\x4e\xdb\x3a\xa5\x32\xc1\x3c\x6d\x72\x56\x4b\x75\x2b\x6b\xb8\x23\x79\xe5\x3f\x9a\x28\x57\x8e\xe5\xcb\xb2\xd9\xc0\x25\x77\x51\x79\xbd\xbf\x18\x0e\x7f\x31\x1c\xfe\x55\x19\x0e\x9d\x3f\xc9\x70\xe8\x7c\xdf\x65\x57\xbd\xb7\xbd\x6c\xf8\xcf\x31\x1c\xc6\xf2\x65\x94\x65\x42\x0f\x4c\xb4\x4c\xfa\x74\x31\xc1\x0d\x7a\x65\x7e\x8c\xa0\x06\x14\x4a\x6f\x9a\x11\x04\xf5\x46\x85\x36\x5e\xb1\xa7\x8e\xa4\x3b\x3d\x71\xed\x9a\x3e\xfe\x22\xa8\xab\xd3\x50\x1e\x80\xa0\xc9\xf6\x96\xb0\xa8\x90\x51\xab\x90\xd8\x8b\x40\xd2\xa5\x2e\x87\x1c\x90\xcf\x0f\x77\xd0\x5b\xf6\x24\x76\xac\x86\xeb\x84\x3d\xc4\xf4\x15\x88\xd6\x26\x49\xa4\x40\x16\x92\x1a\x1b\x26\x5d\x2a\x06\xa2\x40\xad\x12\x89\x30\xc8\xb0\xbd\xe9\xf7\x11\x49\x50\xc4\x18\x8f\x20\xbb\xad\x9e\xb0\x33\xc6\xc3\xf4\x5e\x85\x89\x0a\x23\x8c\x0f\x91\xf3\xfb\xe9\xd8\x67\x0e\xa2\xcc\x16\xb6\x48\xa4\x47\x1a\x62\xf9\xcb\xb5\xcf\xbc\x8c\x32\x7f\x1a\x7d\x18\xf9\xdc\xab\x28\x77\xb4\xbc\xff\xe4\x73\xdf\x46\xb9\xfe\x02\x94\xa4\x4b\xe4\x44\x50\x2b\x0b\x90\x77\x22\x21\xd2\xb9\xd7\x21\x6a\x4f\xef\xd9\x17\x39\x7f\xbf\xba\x09\x9a\x1c\xce\x91\x9f\xd8\x13\x43\x2d\xe9\x16\x5e\x19\xdd\xcd\xb2\x67\xaa\x6c\xc3\x24\x2d\x18\x97\x47\xec\xab\xf1\x6e\x8d\x31\xab\x44\xda\x2a\x84\xdc\xeb\xff\xc1\x0f\x0d\x51\x37\x9a\xdc\xe7\x4d\xa5\x7f\xed\xd7\x7b\xa7\xc0\x7c\x36\x19\xfd\xd3\x9f\x91\x0c\x5a\x30\x3e\x8f\x5c\xd1\x70\x2c\xf9\x2b\xdd\x45\xae\x94\xb9\x3f\xd6\x7b\x59\xb4\x61\x88\x9e\xc3\x67\x9f\x4e\x64\xe6\x70\xbf\x23\x55\x5d\xef\x26\xc4\xa7\x0a\x53\x70\xf5\x61\xbb\x7c\x32\x2d\x9a\x3c\xff\x28\x32\xaf\x51\xd6\x25\x72\x37\x97\x1d\x98\xb6\x24\x5d\xe2\xe5\xe8\x3e\x77\x17\x02\x25\x3d\xaa\xb3\x95\x37\x3b\xb2\xc8\x7a\x44\x6e\xa7\xb3\x8d\x52\x34\x0f\x40\xba\x11\xc8\x54\x54\x69\x1b\xaa\x47\x36\x89\x5c\xa6\x8f\x51\x4d\x84\x86\x66\x4a\x04\x7e\x5d\x93\x1e\x71\x9b\x74\xcf\x14\x3b\xf0\x40\x63\xa9\x77\x31\x6c\x53\x65\x0f\x6a\x17\x90\xcf\x3d\x7a\x73\x4e\x2d\xd5\x91\x88\x96\x7a\xe4\xf6\xca\xa9\xd8\x6e\xe7\x45\x88\x59\xf6\x88\x33\x7c\x9d\xbf\x14\x19\x1f\x1f\x97\xde\x23\x7d\xd2\x23\x62\x4a\x40\xc3\x35\xa0\xcf\x1e\xc7\xd9\xf7\xe2\xc5\x59\xc0\x27\xbd\x8b\x78\x81\x8f\xc3\x81\x9a\xc6\xdb\x8a\x0c\x6b\x9e\xb5\x72\x0f\x07\xf2\xf9\x94\x0f\x8d\x8c\xd5\xf7\xb2\x51\xd5\xd2\xdf\x96\x98\xf4\x3a\x17\x51\x39\xd0\x4c\x9f\xdd\x89\xb7\xaf\xe3\x21\x0f\x38\xe1\xbd\x4e\x7c\x55\xa5\x26\xbe\xe2\xbd\xb7\xd7\x89\xb4\x03\x1e\xe7\x35\x3f\xf8\xdc\xfe\x89\xdc\xb0\x2b\xc8\xed\x02\xd7\x72\x47\x79\xd6\xbd\x4e\x5b\xf5\xc2\xa0\x8b\x1e\x84\xac\x6a\x96\x3e\x06\x1e\xc4\x93\x1e\x91\x27\x03\x5b\x92\x18\x20\xf4\x88\xbb\xac\x88\x2b\xe1\x81\x46\x27\xe6\x73\x04\x12\xaf\x6b\xbc\x67\xf2\xe8\x01\x88\x17\xe0\x3d\xe7\x79\x1a\x92\x74\xbd\x4e\xdb\x79\x19\x7e\x6f\xb8\xf8\x7b\x44\xee\x1d\xea\xbd\x50\xa8\xc8\xc9\x48\x79\x1a\xaa\xd7\xea\x5b\xa2\xff\x42\x81\xfb\x2d\x60\xaa\x03\x43\xa1\x07\x2d\xa6\x44\xc8\x45\xeb\x51\x6f\x62\xac\xaa\xc4\x13\x1f\x35\xf5\x9e\x17\xb5\x48\x89\xee\x60\x8f\x08\xf1\xc1\xd1\x30\xdd\x6b\xc8\x4d\xa3\x37\x7c\xc7\xca\xbd\xa4\x37\x67\x26\xbd\x5e\xec\x8d\x36\xca\x8e\x8c\xeb\xb6\x62\xd7\x28\xd6\xc2\x52\x7a\x44\xee\x3e\x8e\xb7\x57\xe2\xf0\x03\xae\xed\x88\xf2\xc9\x29\x85\x6a\x55\x11\x04\x65\x13\x89\xf4\xf1\x56\xd6\xf1\xa7\x50\x77\xb8\x45\x55\x2b\x74\xdc\x36\x69\x7f\x35\xed\x64\xd4\xcf\x8d\x40\x46\x27\x40\x4e\xe2\x7b\xbd\x58\xe1\x13\x8d\x7d\x23\x18\xea\x9c\x82\x65\xa2\xd8\xdd\xc8\x2c\x6e\x17\xb5\x10\x8b\xeb\x09\x77\xbf\xf7\x9c\xe5\xf5\x3e\x02\x88\x6e\x4e\xe1\x79\x54\x42\x3f\x56\xd8\xd5\x34\x3f\x85\x20\x6a\x12\xe6\xea\xee\x09\x8b\xa7\x56\x3f\xf6\x7e\x1e\x65\x93\x69\xb3\x67\xf1\xdb\x94\xa9\xb4\xd9\xc4\xd3\xa9\xff\x97\x9b\x8a\xbf\x38\x0e\xff\xb2\x1c\x87\xee\x9f\xe4\x38\x74\xbf\xbf\xe4\x6f\xfb\x03\xd6\xe1\xff\x1c\xc7\x21\x11\x05\x2b\x52\xc1\xe2\x45\x46\x49\x3b\x03\x73\x7a\x8b\xea\xc7\x8e\x93\x2a\x1e\xaf\x49\x82\xdd\x73\x75\x10\x70\x83\x50\x15\x41\xd1\x8d\x53\x3d\x8a\x22\xda\xeb\xfb\xa3\x36\xc4\x2b\x6d\x22\x3e\x2c\xf0\xc6\xa6\x08\x82\x5c\x03\xa2\x17\x86\x88\x0f\xa8\x7e\xe4\xd4\x3a\xb8\xb1\x2d\x02\x24\x42\x58\x56\xc4\xe5\x50\xf9\x78\x2a\xaa\xd6\x19\x37\xb8\x88\x90\xf3\xd0\x03\x5c\xd2\x1b\x74\x4e\x65\x47\x45\x50\xa6\x7c\x5e\x73\x15\x75\xf0\x20\xc2\x3c\xa4\x8a\xf2\xe9\xfd\xa0\x4f\x82\x3f\x47\x00\x83\x16\x80\x91\xbf\x46\x70\xc3\xd7\xe0\x4e\x8f\xd6\xe0\xf2\x04\x7c\x55\xca\xa2\x8a\xbf\x91\xb0\x0d\xcc\x95\x59\xa7\x9b\xf0\xf6\x75\xc8\x57\x1a\x31\x3a\xf9\xc6\xc9\x66\x8c\x4f\xa1\xd7\xcc\x63\x95\x44\xdd\x25\x00\x88\x8a\x21\x27\x32\x2f\x99\x62\xb5\x0c\x0a\x39\xc5\x88\x9a\xbd\xd4\x5c\x15\x2c\x8f\x48\xab\x01\xa5\x4e\x59\xf1\x41\x78\xfd\x9c\x1e\xb1\x7e\xb0\x12\xcd\x1b\x56\x2b\xf1\x42\xe1\x88\x43\xec\x62\x27\x0a\xce\xf5\x8e\x4e\x71\xee\x61\xe4\x85\xed\x77\x70\x8a\x90\xe7\xe4\x2a\xd5\xa4\x37\x6c\x79\x1a\x0b\xac\x87\xd0\xec\xe9\xca\x03\xb7\xdc\x8d\x79\xab\xa4\x16\x6c\xcb\x99\xba\x75\x4d\xd6\x82\x6c\x79\x55\x37\xce\xce\x5a\x80\xd4\x91\x66\xd1\x50\x75\xab\x1e\x31\xc3\xb0\xfe\x4b\x8b\xad\xcc\xb3\xce\x85\x07\x7a\xdb\x06\x4a\x22\x90\x51\x9b\x8e\xf0\x6e\x4e\x83\xf6\x8c\x5f\x83\xf3\x6e\xe1\x93\xde\xf0\xd5\xbb\x16\x42\xef\xf3\x49\x6f\xf8\xea\x75\x0b\xc4\x71\x61\xd2\x1b\xce\xda\x5f\xa0\x1b\x36\x2b\xb2\xa1\x07\x4a\x4e\xf4\x45\x49\x40\x88\x3f\x9e\xa0\x49\x14\xa8\xd3\x06\x82\xf6\x50\x28\x2a\x6d\x2e\x6a\xfe\x52\x07\x4e\x93\x92\x1e\x51\x7b\x82\x2b\xf2\x47\xf7\xf3\x96\xe7\x89\xa4\x47\x94\x94\x00\xce\xb8\x03\x99\x15\x59\x19\xaa\x7b\xf5\x88\xbe\xd2\x87\xe5\x6a\x49\x68\x28\xa2\xaa\xa4\x73\x47\x39\x68\x44\x75\x3c\x44\xf7\x34\x44\xd7\x43\xf4\x22\x1e\x00\x70\xcf\x64\xde\x90\x05\x44\xbc\xc5\x44\xf7\xe2\x76\x7c\x0f\xbd\x8d\x9d\x1f\x41\x6b\x82\xfc\x53\x56\x06\x89\xc8\xf3\x10\x86\x2c\xe9\x53\xb7\xeb\x86\xc0\xbd\x57\x81\x43\xa8\xfe\xab\x50\x71\xe5\x27\xed\x14\x4e\xd4\x7b\xf2\x36\xe1\x10\xe0\xf2\x14\x40\x5c\x1b\x31\x56\x68\xdd\xf0\x1c\x42\xbe\x3d\x0d\x19\x82\x8c\x4e\x83\xc4\x75\x12\xc7\x96\xde\xfe\xe1\x44\x9d\x93\xd3\x90\x21\xc8\xf4\x34\x48\x5c\x67\x4b\x8d\xde\xda\x37\x9c\xa8\xb5\xe5\x61\xcb\xc2\x06\x40\x44\x1f\xa8\x65\x30\x11\x02\x92\x15\x12\xdd\xbf\x15\xc2\x75\x4f\xc1\x85\x00\xbd\x53\x00\x71\x6d\xc4\xe0\x88\x57\xf5\x98\xb3\xc7\x80\xaf\x39\x1a\x9c\xcc\xa7\x27\x31\xf1\x8b\xa0\x81\x8c\x89\x60\x04\x75\x19\x41\x8d\x9a\x5a\x46\x20\x57\x11\x08\xe8\x95\x50\x90\xb7\x11\xc8\xfc\x50\xc6\x62\xf1\x1e\xd5\x41\xe2\x55\xad\xcf\x74\x9f\x3b\x8e\x72\x43\x6b\x84\x5e\xa4\x7c\x54\xd5\x6d\x66\x2f\xd5\x3e\xd2\x05\x34\x81\x72\x52\x8f\x6a\x1f\xf1\xaa\x9e\x78\x17\x4c\x49\x8f\x2a\x1d\x95\x2a\xdc\x3b\x89\xb6\xd1\x52\xec\x8a\xc0\x87\x4d\x6f\x1c\x39\xea\x05\xb5\xe8\x48\x65\xb2\x47\xd4\x8b\x16\x32\x7d\xe4\x41\x01\xbd\x78\x0f\xff\x99\x1f\x3f\x04\xb7\xff\x26\x3d\xa2\x5c\x74\x57\x00\x83\x3a\xb0\xe0\xed\x8d\xa9\xe6\x35\x2b\x2a\x22\x3b\xeb\x11\xd7\xd4\xd7\xe2\x31\x9a\x02\x44\xc5\x66\x2a\xaa\xbc\x05\x41\x94\x6b\x26\x8b\x1b\xf4\x4e\xcd\xd5\xbc\xa8\xf4\xe1\x56\x8d\x4a\x3f\x52\x44\xe7\x04\xfc\x4f\x29\x1e\x32\x79\x89\xbe\x09\x6a\xc0\xc0\x22\xa2\x8a\x30\xbd\x59\x7c\x7f\xb8\x01\xf3\x00\xd4\xdd\x1c\x53\xe9\x7e\xca\x6a\xe7\x04\xa3\x97\x50\xf1\xe3\x32\x32\x2e\xec\x11\x29\xcc\x94\xa7\x1a\x7d\x0c\x6e\xfe\x4a\xfa\x17\x7f\xf1\x54\xfe\xe2\xa9\xfc\xcb\xf2\x54\x7a\x7f\x92\xa7\xd2\xfb\x3e\xed\xbd\xbd\x7a\xcb\x2e\xfe\x49\x37\x19\xc6\xfe\xb7\xc9\x99\x9a\xe4\x02\xb8\x9c\x7e\xa5\xd0\x33\xc4\x28\xf2\xfb\xf3\xac\x7f\x71\xd2\x10\x80\x1e\x7a\xfd\x0b\x7a\x01\x1b\x4b\xfd\xde\xde\xbf\x68\xb9\x57\x8c\x6b\x68\x79\x56\x8c\x0c\x05\x42\xd8\x96\x7f\xc5\x13\x46\x05\x01\x7c\x2c\xfc\xaa\xa3\xd3\xaf\xdf\x89\x99\xbb\x0f\x45\x86\xaa\xb5\x3c\x00\x1a\x44\x40\x2b\x74\x52\xea\x25\x54\x7d\x22\xa1\x22\x20\xb1\xfa\x45\x9f\x48\xaa\xf0\xba\xcc\x83\x28\x02\x9f\x42\xfd\xce\x09\xf7\xd2\x27\xdb\x75\xc2\xc5\xf4\x89\xa6\x9d\x70\x33\xfd\x95\xd6\x11\x89\x66\xe1\x6f\x43\x4f\xfa\x44\x76\x35\x07\x67\x79\xce\x11\x67\xd2\x27\x77\x73\xdb\xdc\x76\xf1\x33\x0a\x15\x29\xb2\xf4\x89\xfc\xcb\xe7\xb7\xca\xe9\x12\xa2\xc8\xde\xf7\x39\x77\x37\xf7\x27\x7d\x22\x23\x33\x16\xb2\x29\x2f\xeb\xb0\x90\x6e\x0c\xd2\xee\x3d\x22\x1e\xa3\x30\xed\x46\xf5\x63\x58\x73\x38\x05\x20\xe1\x54\x9a\x4f\xc7\x2c\xdb\x05\x75\x11\xf5\x50\x96\x3e\xee\x94\x6c\x8a\x8c\x1c\x7e\x7d\xea\x95\xfe\xa4\x03\xd0\x60\x01\x10\xa1\x56\x04\xed\x81\xfa\xaf\x03\x85\x3a\xed\xfd\xde\x57\x9c\x8f\x86\x95\x0e\xbf\x5e\x5e\x08\x7a\xf9\xcd\xaf\xe9\xf6\x3d\xf4\xe8\x75\xe8\x10\xec\x2b\x5d\xa4\xeb\x0f\x41\x63\x3f\x86\x81\x13\xf2\xa4\x4f\x84\x4c\xb7\xb2\x9e\xbd\xf0\xb4\x09\x67\x10\x11\x32\xdd\x4a\x83\x3b\x47\xac\xbc\x7e\xbf\xa5\xc0\x0c\x9e\x70\x8a\x60\xf5\xf4\x5b\x2a\xcc\x0b\xfe\x47\x23\xc2\xd9\x45\x04\x4d\x46\xc3\x7f\x1c\x2a\x3c\xf4\xfb\xd4\x8c\x08\x39\x73\xc4\x08\xa7\xdf\x1f\x9c\x00\x59\x25\x1f\x26\x1e\x62\x78\x02\xe2\xd3\xc8\xeb\x25\xf5\x09\x83\x1d\xe4\xe8\xd1\xe7\xd2\x2b\x21\xb7\x3c\xa2\x26\xfa\x84\xb3\x7e\xcd\xb2\xe3\x26\x92\xa2\xf6\x09\x67\xfd\xb6\xd9\x71\x62\x09\xd6\x27\xcc\x72\xdd\x7a\x9a\x3b\x6d\x33\x04\x35\x80\xbb\x55\x3a\xe9\x5f\xce\x4e\x83\xe8\xd9\x11\x82\x25\xa7\xc1\x82\x09\x4c\xb8\x33\x51\x49\x21\x18\x91\x35\x9a\x5b\xd4\x83\x9a\x08\x93\xc6\xe6\x47\xad\x21\x6c\x1a\x0b\x13\xd6\xd1\x7f\xa5\x8c\x10\x86\x30\x2b\xe3\xcb\x3d\xc3\xca\x86\x5f\x03\x8c\x5b\xf6\xd5\x2b\x43\xc3\xea\xaf\xbe\x55\x6a\x08\xfc\xf6\x6b\xc0\xf1\x55\xe1\x49\x9f\xf8\x6e\x79\x0d\x3e\x2c\x3f\x92\x65\x6f\xb7\xaf\xf5\xc5\xe4\x6b\x80\x71\x5f\x4c\xbf\x06\x1c\x56\x3f\xfb\x56\xa9\x21\x70\xf2\x35\x60\xf8\xb6\x9a\x67\x41\x33\xde\x5e\xfc\x57\x5e\x08\x6a\x20\x7c\xb9\x9f\x99\xf8\xc2\x72\x46\x96\xd5\xdb\x58\x7d\x82\xe6\x46\x17\xc9\xd5\xc8\x7e\x47\xce\x76\xd4\x9f\x84\x17\xf7\x8e\xe5\x39\xab\x45\x41\x4b\x23\x37\xd2\xe4\x72\xc3\x83\xb7\xc3\x61\x7e\xd7\x88\xda\x0b\x3a\xfa\x84\xb3\x35\x56\x9c\x3d\x6e\x99\x37\x4c\xe8\x13\x76\xd6\x58\x35\x85\xb7\xc3\xeb\x13\x3e\xd6\x98\x73\x75\xe3\xf5\x93\xfa\x84\x7b\xf5\x81\x51\xe5\x94\x3e\x75\xc8\xc3\xb9\xd7\xe4\xeb\x13\x2e\xd5\x8a\xbd\x08\x9f\x43\xf9\xcd\xb2\xac\x6a\x91\x3e\x56\x3e\x9f\xec\x08\xc7\x22\x85\xbb\xa5\x83\xab\xa5\x93\xfe\x88\x6a\xe0\x55\xa7\x81\x48\x67\xcf\x13\x9f\x41\xef\xf2\x13\x07\xa6\x8e\x91\xd3\xfc\xa4\x3f\x9a\xb5\x48\xf5\x36\x0c\xb5\xdd\xcb\xb8\x0c\xcc\x66\xfa\x84\x05\xe3\x7c\xac\x25\xb9\x7c\x26\x23\x4e\x98\x31\x16\xa3\xf7\xb3\xc7\xc3\x91\x59\x28\xa7\xc0\x83\x43\xe1\x8c\x87\xe9\x9d\x80\x59\x79\xfd\xec\x3e\xe1\xca\xc0\xdd\x26\x70\x0d\x9f\x9f\x63\xc4\xdc\xcb\x01\x58\x84\x2f\x04\xa4\x97\x90\xf3\x4c\xd4\x6c\x63\xae\x97\x0a\xc1\x2e\x5f\x07\x3b\x55\xea\xd5\x49\xf0\x16\xc2\x49\x8c\xc2\x46\xd9\x41\x14\xa3\x68\xa9\x8d\x47\x27\x21\xa2\x3d\x8b\xd8\x86\xd9\x0e\x8b\x4c\xc2\xfb\xe3\xc9\x5f\x4c\x95\xbf\x98\x2a\xff\xaa\x4c\x95\xfe\x9f\x64\xaa\xf4\xbf\x1f\xa4\xdb\xc1\x55\xb6\xf9\x27\x6f\x54\x59\x16\x52\x7e\x09\x16\x47\x78\x7a\x7c\x64\xdb\x6d\xce\x91\xf0\xe8\x0d\x07\x0e\x88\x18\x5e\x80\x1a\x2e\xb5\x05\xef\x13\x33\x84\x5b\xfe\x5c\xc5\xf9\x6f\xe3\x9d\x36\x06\x20\xb4\xbe\x4f\x26\x6a\xa9\xb2\x40\x7e\xea\xc8\xe7\x4f\x4e\xe5\x2f\x9f\x59\x1d\x96\x3d\x25\xac\xe8\xdd\xde\x0c\xad\x07\x20\x0a\x02\x30\xda\x31\x04\xc1\x62\xf8\x41\x6c\x64\x9e\x45\x30\x09\x75\xa0\x24\x9b\xf2\x6e\x13\x1a\xfc\xf6\x23\xee\xf0\xee\x14\x08\xd1\x59\xce\xc5\xae\xf0\xce\x3f\x43\x13\xd5\x3e\x31\x49\x88\x00\xa9\x2b\xd4\x3e\x31\x4f\x88\x40\x17\xf4\x0b\x06\x31\xe4\x07\xae\x6a\x91\xb2\x3c\x3c\x83\x88\xb9\x02\x81\x8a\x2b\xbe\x7c\x0d\x30\x3a\xf6\x88\xd1\x82\x6f\xdc\x54\xe8\xed\x65\xd3\xd4\x3c\x2e\x98\xcc\x26\x53\xe6\xeb\xd0\xe4\x46\xb9\x3c\x17\x65\x70\x36\x10\x7b\x86\xeb\x40\x13\xa4\x4f\x1c\xcc\xde\xa5\x35\xdb\x05\x88\x53\x12\x4e\xa9\xf7\xfc\x85\x66\x12\x1a\x8d\x17\xd1\xab\xe4\xba\x64\xd0\x41\x36\x9e\x10\x2d\xc8\x80\x18\x42\xbc\x67\xf9\x16\x6d\x8f\x7c\x7e\x38\x91\x7e\x69\x98\xaa\xb9\x8a\x41\x08\xb6\xb1\x57\x9c\xbf\x02\x17\xce\xa3\x21\x48\x96\x97\x01\x5e\x3a\x20\xa6\x10\x9d\xee\x09\x00\x32\x67\x94\x62\xc5\x8e\x8f\xf5\xa1\xb0\x92\x89\x92\x5e\xa2\x35\x20\x76\x11\x06\x70\xc9\x8b\x6c\x25\x43\xfb\xb2\x01\xe1\xeb\x06\x60\x1a\x28\x64\xb8\x0d\x88\x91\x44\x58\x71\xc4\x99\x1b\x10\x6b\x89\xb1\x54\x19\x57\x53\x56\xed\x7d\xfe\xa8\x9d\x2f\x83\x76\xc7\x33\x24\xbc\x4e\x2e\x19\x5c\x4c\xa2\xec\xd5\x5e\xa4\x8f\x45\x60\x2c\x35\x20\x8c\xe4\x8f\xa2\xc8\xe4\x73\xa8\x6d\x3e\x20\x7c\xe4\xf7\xa2\xa8\x57\x81\x95\xff\x80\x70\x8e\xc1\xe7\x7a\xe0\x24\x60\xd0\xa1\xfe\x11\xd3\xbd\x0c\x6f\xa3\x4b\x06\xc4\x4a\x62\xd4\xd4\xf2\x3d\xd9\xb4\x06\xd4\x8b\xf1\x9e\xa9\x7a\xc9\x95\xf0\x06\x08\x83\x4e\x2f\x06\xf8\x34\x22\x93\x95\x98\x48\x00\xc0\xe7\x08\x80\xfa\xa9\x3c\x6c\x64\xc0\x9b\x1d\x10\xfe\x33\x74\x6f\xc9\xd2\x80\xd1\x3f\x88\xec\x23\xb2\x8c\x64\x5e\xb5\x33\x83\xbd\x6a\xd0\x79\xdb\xce\xa7\x9b\xcf\xa0\x33\x6a\x83\x84\x5b\xed\xa0\x33\x6e\x03\x2c\x68\x27\x9e\xb0\x9a\x84\xbb\xc8\x45\x70\x75\x65\x32\x20\x8c\x66\xd8\x0f\x7f\x6a\xaa\x3a\xb8\x4e\x65\xd0\xa1\xf2\xe2\x97\xfa\xee\x89\xab\x6d\x2e\x9f\x3d\x44\xe4\x6e\xa4\x61\x79\x45\x1d\xfb\x0f\xba\x6d\xab\xb8\x6a\x59\x07\x0e\xc4\x07\xdd\x13\xf7\xef\xd2\x4d\x73\x40\x38\xcc\x06\x24\xe4\xa8\x0e\xe8\xfd\xeb\x08\x70\x2f\xa9\x10\x78\x40\xf8\xca\x06\x68\x59\x2b\x1e\x9c\xce\x03\xc2\x58\x36\x30\x2b\x11\xcc\x9f\x2e\x71\x3c\x9d\x0b\xf2\xad\x97\xad\xbc\xf7\xac\xc8\x72\xbe\x14\x5f\x82\x12\x22\xbe\x1e\x6b\xf2\x7a\xa1\x87\xc8\x43\xbc\x25\x6c\xbb\xc3\x86\xab\x25\xff\xa3\x09\xe9\xd1\x01\xb1\xe4\x78\xf7\x30\x9f\xfa\x9c\xf6\x8d\xcd\xe1\x1a\x25\x57\xce\x38\x47\x82\x04\x22\x9c\x19\x37\xac\xbc\x17\x54\xad\x75\x40\x7c\x39\x7e\xe4\x1b\xa3\x36\xe2\xf3\x09\xbf\x4f\x70\x34\xc0\xa1\x65\x10\x07\x8f\xe0\x44\x3a\x62\xf7\x0e\x88\x2d\xca\x54\x09\xf4\x79\xe1\xb3\xbb\xa7\xb2\xa3\x22\x7a\x31\x0c\xde\xcf\xe7\x01\xfa\x31\xc0\x72\x1f\xcc\x6f\xc2\xa8\x5f\x96\x3c\x15\x2c\x0f\x6f\x07\x4d\x06\xbd\xc8\xd5\x2a\x38\x78\xc2\x25\xe0\x99\x42\x83\x1e\xb5\x67\x42\x5a\x86\xe5\xa8\xcf\xa6\x5a\xde\x1c\x07\x84\x8d\x3d\x9e\x9f\x00\xa0\x3a\xbf\x19\x27\x5b\x38\x35\x96\xe0\x05\x7f\x66\xf9\xa4\x51\x2a\x6c\x78\x7f\xd0\x86\x49\x1a\x3d\xdd\x3d\x08\x99\xea\x65\x2e\x6a\x8a\x1f\x0e\xfa\x91\x1f\x8e\xc7\x87\x32\x97\x2c\x68\x25\xbd\xac\xfd\xb9\xd0\xb9\xb1\xfb\x9e\x01\x61\x63\xbf\x53\x9c\xd7\x68\x3f\x12\x94\x43\xba\x2f\x97\xcf\xc1\x9a\x23\x4a\xda\x1f\x99\xa8\x73\x51\xd5\x60\x76\xa4\xfc\xae\x4a\xf4\xb0\x23\xa0\x98\x1b\x30\x20\x5a\xd9\xd7\xac\xac\x65\xb9\xe4\x69\xd8\x31\x03\x3a\xf5\xd8\x2e\xea\x17\xa2\x91\x0d\x57\xb1\x85\xfa\xb8\x03\xa2\x90\x0d\xd9\x46\xbe\xe5\x21\xe8\x21\xe5\xdc\xa4\x46\x77\xa1\x25\x83\xe8\x8a\xa6\x16\x60\xfb\xe3\xfe\xf2\x04\xfa\x17\xf7\xe1\x5f\x96\xfb\x30\xf8\x93\xdc\x87\xc1\xf7\xbd\xab\x8b\xcb\xee\xa0\xb3\xf9\x27\xef\x73\x35\x3c\xd8\xf6\xba\x22\x02\x96\x08\xaa\xbd\xa8\xde\x12\x0a\xc9\x38\xb3\x27\x98\x2f\x31\x43\x70\x20\x68\xee\xed\x81\x4e\xdc\xc9\xd7\xd6\x79\x1e\x44\xb7\x56\xeb\x29\xfa\x91\xa9\x22\xc4\x44\x87\xd4\x55\xa9\xd5\x87\xbb\x0f\x90\x51\xca\x01\xf6\x20\x4d\x70\x90\x53\x0e\xb0\x83\x99\x6d\xb7\xe1\x76\x47\xd8\xc0\xd7\x52\x3e\x36\xe5\xac\xa8\x71\x19\x39\x18\x2a\x30\x05\x35\xcc\x50\x59\x6d\x40\x38\xc0\xa3\x2c\x1b\x4b\x09\x1e\x4c\x3c\x00\x41\xae\x80\x5f\xd3\x86\xb9\x8a\x8f\xf3\xd5\x5e\xc9\x66\x17\x7c\x11\xf1\x5d\xc2\xf4\x96\x10\x5d\x46\x99\x0c\x08\xb3\x77\xa2\x09\xfa\xad\xe0\x59\x1b\x8c\xdc\x7a\xc2\x5e\xc4\xa1\x39\x7c\x60\x79\x13\x40\x90\x7b\x12\x44\x71\x02\x62\xda\xc2\x8e\x97\x75\x93\x09\x39\x9f\xce\x28\x0b\x7a\x40\x1d\x38\xe9\x96\x8f\x2a\x42\x9a\x4d\x07\x6d\x80\xd0\x14\x7e\x40\xbd\xc4\x28\xf9\x5c\x71\xb5\x62\x1b\x9f\x7f\x79\x32\x7f\x99\x2a\xce\x8b\x6a\x1f\x50\xa1\x53\x8a\xc2\x82\xe7\xcb\x53\x60\xb1\xc3\x8f\xcf\x5e\xfc\x3d\xa0\x1e\x62\xec\x3d\x3d\x14\x7f\x9b\xb6\xef\x9f\x33\x7e\x68\x43\xb4\x7b\xd6\xbe\x26\xed\x96\xd7\xcf\x52\x3d\xc6\x80\xb1\x6b\xb1\x8a\x1f\xf9\x8a\xa9\x9d\x57\x46\x1d\x24\x27\x5d\xfc\x93\xf3\x9b\xfa\xef\x10\x19\x97\xbd\xe1\xc5\x3b\x5e\x70\x25\x9c\xa3\xb9\x21\xa1\xf3\x1f\x8a\xda\x3b\x45\x1c\x52\x1a\x9e\x33\xaf\x26\x33\x24\x14\xc4\x4a\xf1\x42\x93\x77\x5e\xa2\x31\xec\x4e\xdb\x58\x73\x98\x4d\x91\x21\xd8\x13\xc2\xec\xc8\xc6\xc3\xdc\x46\x39\x3e\xde\xd5\x7b\xae\x02\xc0\xde\xc5\x2b\x80\x9f\x65\x13\x82\x11\xd9\x1b\xfa\xef\xd9\xb3\x92\x62\xfa\x43\x7a\x5f\xcd\x1f\x0d\x53\x27\xa1\x88\xee\x72\x78\x1b\x47\x04\x37\x23\x4b\x5c\x96\xa7\x60\x08\x53\x8b\x5c\xdb\x41\x01\x89\xde\xc9\xaf\x52\x1e\x56\x32\xf1\x78\xf4\x90\x60\xa6\xe8\x21\x18\x8d\xf5\xab\x90\x24\x1f\x12\x2d\x0b\x02\x46\x08\xf3\x61\x7f\xdc\x82\x5b\xc8\xe7\x6a\xb4\x09\x7c\x34\x0c\xfb\x93\x93\x40\x63\x1e\xd0\xdd\x43\xa2\x9a\x31\xe5\x39\xaf\x8d\x4b\x82\xca\x83\xcc\x5a\x20\xba\x1c\x9f\x9f\x9c\xcc\x8f\xcf\xb6\xe1\xe0\xa2\x05\xb7\x0a\x1d\x90\x0c\x09\xba\x6c\x0e\x2d\xb3\x79\x78\x18\xea\xcd\x59\x55\x68\x62\x5f\x2b\x99\x87\xe7\xcd\x70\x48\xdd\xe1\x83\x6b\x6b\xfc\x30\x60\xe5\xf8\x99\x37\xa4\xe6\xff\xde\x27\xc3\xc7\xc0\xeb\xc8\x90\x18\x3e\xfd\xd2\xb0\x8c\xde\x59\x32\x24\x36\x4f\x1f\xf7\xa2\xe6\xa0\x08\x34\x2a\x4b\x4f\xbb\x0d\x89\xa3\x69\x02\xe4\x37\xe7\xe1\x25\x65\x2d\x14\x45\x44\xcc\x0e\x2f\x87\xad\x61\x5d\x8a\x5d\xc1\xf0\x86\x43\x8f\xfa\x0f\x2f\x4f\x70\x1c\xc7\xc7\x44\x79\x1e\xd1\x90\x38\xa7\xbe\xdf\x8b\x6a\x1f\x1c\xfd\x43\xe2\x98\x1a\x35\xcf\x41\x3b\xb2\x09\xc6\x8c\x5e\x07\x6e\xaf\x5a\x6b\x02\x31\xe5\xf0\x2d\xf5\xea\x82\x14\xab\x3a\x52\x8f\x22\x43\xa2\x44\xa0\xb7\xe6\x38\x7f\x1c\xe5\x13\xea\x79\x48\x14\x09\x66\x45\xaa\x8e\xe1\x15\xde\xc9\x90\x28\x13\xdc\xb3\xaa\x7a\x96\x2a\x03\xb5\x2e\x07\x42\x4c\x2a\xee\x4a\x5e\xcc\x8b\x5b\xfe\x1c\x1c\x6b\x43\x62\x56\xf1\x5e\x64\xbc\xe7\xb3\x26\x74\x5e\xc2\x41\x3f\x56\x2c\xb2\x2a\x1e\x8e\x28\x47\x44\x3d\x8e\x2a\xa3\x9b\x11\xac\x14\x22\xe3\x0f\xfc\x6f\x48\x15\x18\x07\x0c\x89\x80\xfe\x23\xdf\xc4\x2e\x60\x86\x04\x2f\x9b\xf2\x2d\x2f\x32\xae\x56\x1f\x6e\x3c\x00\xb9\xd5\x89\x67\x91\x91\xf7\x90\xa0\x38\xd3\xde\x70\xb0\xd2\xf8\x6b\x7d\xcd\x99\xf2\x3d\x4b\x90\x17\x0f\x64\xcc\x19\x3c\xd8\xe4\x24\xd8\xfb\xc5\x24\xe0\xe0\x0d\x09\x16\x63\x54\xea\x42\x4f\x96\xc3\x31\xf5\xb1\x53\xd7\x6e\xf9\x3b\x90\x09\xd5\xf0\x88\x5d\xc2\x0c\xa9\xd3\x39\xbd\xc9\x30\x51\x4c\x72\x71\xd8\x84\x93\x9f\x78\x94\x5b\xb1\x9d\x71\xba\xe6\xf3\x93\x93\xf9\xb8\xeb\x39\xa8\xd9\xc5\x49\xa8\xe0\xe4\x23\x9e\xdd\x42\x88\xb8\xa4\x70\x30\xaf\x45\xf1\x18\x96\x41\x55\x7d\x78\x85\x0a\xb1\xc1\xf4\xa7\x16\x20\x01\x44\x58\x0a\x75\xf9\x93\x92\x1a\x28\xbe\x23\xf2\x6c\xca\xb7\x40\xc3\x86\x95\x50\xed\xe7\x9c\xb3\x8a\x9f\x02\x23\x9e\x71\xd9\x53\xcb\x6f\xdc\x90\x48\x3f\xf5\x5a\x7f\xc7\x9a\x5d\x90\x7d\x02\x75\x59\x8a\x3a\xd6\xf1\xb8\xa4\x9a\xf2\x8c\x6a\x34\x5e\x12\xe9\x04\x8a\x86\xc3\x4b\xcd\x2e\x2f\x92\xbf\xf8\x1b\x7f\xf1\x37\xfe\x55\xf9\x1b\xc3\x3f\xc9\xdf\x18\x7e\xff\x36\xdd\xbe\xed\x6d\x7b\xff\x24\x7f\xc3\x2f\x10\xba\x8a\x88\x9c\x0e\x7c\xf1\x98\x2b\xb0\x1c\xc4\x29\x4a\x82\x96\x41\x38\xdf\x66\x3d\x77\x23\x10\x42\xb2\x3f\x1e\x4b\x6e\xdc\x56\x2a\xe5\x91\xd9\xcb\x7e\x0b\x2a\xca\x27\x97\x58\x1d\x8b\x14\x2f\x8a\x74\xf9\x04\x01\xf5\xf9\xb4\x29\x83\x13\xde\x0d\x62\x4e\xf4\x25\xe1\xe3\x58\xfd\xad\xc8\x91\xf2\x25\x61\xd2\x80\xf9\xea\x1d\x38\x6d\x68\xeb\x83\x5d\x0e\x5a\xde\xf8\x3d\x68\x00\x36\xbc\x78\x1d\x6c\x92\xcb\x26\x0b\x61\x5b\x56\xb8\xc6\xc1\x7f\xe8\xe5\xfc\x72\xd8\xb2\xc8\x08\x36\xd8\x61\xcb\x14\x63\xaa\x71\x44\x51\x55\x21\x2d\x79\x49\x70\x71\xbd\x9d\xe3\x02\xf7\x36\x9d\x97\x43\xea\xdf\x03\x5d\x6a\x54\xa1\x19\xff\xe5\x90\x4a\x00\x9a\x4d\xce\xa7\xf2\xb9\xa0\x03\x3c\xa4\xa8\xa6\x55\x9c\x08\xa5\x3d\x97\x43\x2a\x16\x47\xbe\x0f\xbd\x78\xef\x72\x18\x39\x09\xad\x79\x8b\xb1\x77\x49\x9c\x2b\xbc\x53\x20\x12\x9d\xca\xba\xb2\x7a\x1b\x0e\xf0\x32\xb6\x68\x1a\xd5\x35\xd3\xab\xc4\x43\xf4\x29\xc7\x6a\xee\x5b\x7b\x39\x88\x8e\xfd\x36\xfb\xe8\x92\x5e\x20\xa3\x11\x9e\xf0\xe6\x9c\x4b\x8a\xa2\x2b\x79\x90\xf5\xa9\x42\x28\xe6\x85\x37\x05\xd9\x6f\xc1\x2e\xf0\xb0\xb3\x6f\xc2\xd2\x35\x43\xd4\xf6\x6f\x44\x7a\xb7\xdd\xfa\xe9\x41\x34\xf1\x9d\x3e\x2a\xf0\x08\xc1\x75\x78\xa8\x6d\x7a\x49\xd5\xf2\xf7\xf2\x19\x6e\x88\xf6\xa3\x72\x15\x7b\x95\x8d\xee\xff\xb8\x24\x3a\xec\xd6\xf3\x0a\xf8\xaf\xf3\x20\x44\xe8\x28\x9f\xb9\x1a\xcf\xa9\xaa\xf8\x25\x51\xe6\x0e\x40\x34\xca\x0a\xb8\x4c\x08\xdb\x89\x78\x45\xd6\xc7\x7c\xc8\x73\xbb\xa4\x97\xa4\x04\x50\xf8\xec\xe1\x7a\x5f\x29\x2d\xa6\xb9\x2f\xe9\xad\x29\xad\x52\xdb\xf0\xe1\x74\x43\x79\xf1\xa9\xb6\x0e\x5f\x81\xc2\x67\x0f\x77\xf9\x95\xd2\xda\x75\x5f\x7d\xb5\xd4\x36\x3c\x45\x37\x35\xb5\xa8\xe7\xfd\x64\xcf\xfc\x35\x3c\x97\xf4\x92\x15\x07\xf4\xc9\x03\x8c\x5b\x2c\x3f\xdd\x3a\x77\x9f\x89\x07\x24\x37\x54\xe5\x9c\xa9\x04\x4e\x50\xbd\x2b\x8c\x3c\xd4\xf4\x75\xa8\x99\x62\x55\xd8\x3b\x44\x9d\x6a\x2f\x6b\xd9\x0d\x35\x11\x2e\x89\x12\xfb\xbc\x48\x95\xc6\xa7\xe7\x45\xc6\xa9\x22\xcd\x25\xd1\x68\xa7\x70\x74\x77\x24\x0a\xee\x53\xfe\x7a\x81\xdd\x57\xe1\xa2\x02\x7b\x5f\x6d\x61\x6b\xc4\x88\xe6\xfb\x89\x96\xb6\x5f\x18\x7c\xb5\xc5\x6d\xf8\xe1\xd7\x5b\xde\x7e\xe1\x32\x66\x4f\xb6\x26\xfb\xe8\xea\x14\x08\x3c\x78\x98\xb7\xaf\x15\xd3\xae\x71\xf4\x6a\x71\x6d\xd8\x71\x6b\x45\x2c\x8f\x87\x8d\xa7\x75\x2f\x47\xf4\xda\xb4\xa6\xf4\x74\xd6\xe5\xf8\x55\x96\x84\x07\x99\xb6\x29\xb6\x77\x01\x25\x76\x49\x2e\x16\x09\x00\xe8\xe7\x8f\x93\xd3\x50\xb3\x90\x82\xbd\x24\x74\xf9\x4d\x6f\x38\x98\x17\x4f\x52\xa4\xa2\xd8\x91\x1d\x9e\x5c\x2e\x82\x2b\x36\x51\xf2\x60\xdd\x41\x86\xdc\x80\xcb\x29\xbd\x04\x46\xf0\x3c\xa3\x5b\x39\x11\x44\x9c\x58\xdd\x13\x79\x28\x65\x15\xb8\xb6\xb8\x24\xc2\x04\x7d\x4a\x6e\xf3\x80\xd9\x79\x49\xdc\xc4\x1b\x4e\xfd\x32\x65\x05\xbd\x00\xe5\x92\xf8\x88\xd7\x78\x55\x21\xab\x5a\xa4\xba\xbc\x31\x53\x2b\x29\xf3\x5a\x94\x1e\x3a\x89\x29\x62\x89\x77\x61\x3b\x08\xc2\x47\xb8\x53\xc2\x92\xef\xfe\x14\x25\x7c\x04\x94\xa0\x4c\x02\x4b\x9b\xcb\x59\x7c\x70\x86\x37\xdc\x5d\x12\x0e\xc2\xb2\x60\xe5\x4a\xd2\x7c\xea\x66\xd6\x5c\xcf\x17\x16\x4f\x0e\x0e\xfe\xac\xf1\x1c\x9f\x49\x34\x55\x8f\x7c\xb9\x67\x59\xb0\x8d\xcc\xda\x5b\x30\x8a\x5b\x22\xe5\x8b\xcb\x84\xee\x88\x48\xc1\x08\x59\x8c\x99\x52\x82\x2b\x37\x4a\x57\x17\x27\xae\x18\x1a\xa5\xa1\x19\xf1\xd5\x45\xdb\x71\xae\xc5\x60\x96\x68\x29\x15\x2a\xc2\x5c\x11\x2d\xcf\x8f\xec\x49\x14\xbb\xf7\xc1\x4a\xba\xa2\xae\xaf\xf7\xec\x91\x4f\xf9\x93\x48\x83\xfa\x08\xd7\xe3\xc0\x54\xfd\x2e\x67\x55\xa5\x27\x78\x1d\x40\xd1\x4b\xbf\x6a\x56\xf3\xb7\x17\x13\x4d\x12\x3d\x8b\x2a\x00\x9b\x9e\x02\x93\x4d\x51\x73\x75\x02\x9a\x78\xed\x62\x87\x92\x89\x5d\x11\x33\x5d\xae\x3a\xd4\xfc\x89\xa9\xba\x0d\x42\x48\x1f\xe3\x96\x96\xe2\x86\x57\x1d\x7a\x8d\x71\x2a\x8b\x8c\xa9\xe3\x2d\x7b\xf2\x10\xdf\xec\x79\x0f\xda\xf2\x44\x60\x64\x43\x79\xa0\xe8\x7a\x45\xbd\x1a\x6b\xa8\x28\x7f\xf8\x17\x27\xe7\x2f\x4e\xce\xbf\x2a\x27\xe7\xf2\x4f\x72\x72\x2e\xbf\xbf\x48\xfb\x3c\xbb\xbc\xe8\xfc\x93\x9a\x2a\xe0\x6f\x48\x7c\xe1\xfa\x14\xda\x78\x8d\xf7\x2b\xaa\x4d\x6a\xaf\x2b\x5c\xf8\x8d\xfa\xaa\xdb\x46\xa6\xf5\xd1\xbc\x52\x64\xb5\x8d\x23\x72\x37\x72\x0c\x7f\x45\xd4\x46\xe1\x52\x43\xb9\xf5\x99\xf4\x26\x2b\x19\x6e\x2d\xdd\xc8\x05\x75\x16\xe6\x25\x5f\x27\x49\xdd\x61\x74\xd5\x8b\xec\x70\x63\xc9\x20\x05\xa6\x77\x33\x30\x51\x84\xb8\xe1\x15\x51\xfa\x1c\xa5\x29\xaf\x2a\xb1\x11\x79\x7d\x44\x49\xb7\x6f\x1e\x51\xff\xb4\xb4\x77\xc8\x68\xb9\x22\x8a\x9a\x0b\x5e\x71\xf5\x84\xb7\x6f\xa9\x2c\x3c\xd9\x88\xb2\xe5\x8a\x6d\xee\x0a\x4e\x45\x91\x57\xfd\x88\x1b\xb0\x7a\x96\x31\xc4\x28\x82\xd8\x2b\xde\x2a\x65\x7c\x82\x70\x5c\x29\xce\xc3\x53\xff\xaa\x3f\xf9\x36\xe9\xfe\x4e\xa3\x22\xee\x0d\xc2\x3d\x7b\xe5\x8d\x71\xa0\xd7\x72\x35\xa0\x34\x86\x75\x6e\xfa\xc4\xab\xda\xa8\xa3\x7b\xd0\x88\x8d\xb2\xe0\x8c\x1e\x27\xc4\x9f\xaa\xc1\x62\xde\xf3\xc0\x8f\xe7\xd5\x30\x72\x39\xd7\xb0\x3c\x3f\xce\xf5\x89\x19\xe0\xe5\x57\x44\x66\x8c\x2e\x48\x0c\x8b\xcf\x83\x10\x53\x1e\x73\x35\x41\xd7\x67\x13\x31\xa0\xcc\x78\x2e\x8a\x5d\xa8\x1a\x72\x45\xbc\x5f\xfa\xeb\x3e\x3e\x08\x55\x37\x2c\xbf\x61\xe9\x3e\x60\x25\x5e\x11\xd1\x32\x32\xb3\x42\xa5\xb1\x2b\xc2\x46\xf2\xf6\xab\xbe\x41\x97\xa7\xcd\x66\x5b\xd7\xe0\x5d\x5d\x5e\x7e\x65\xa1\x11\x94\x89\x90\xc2\xef\x72\xb9\x61\xf9\x2d\x7b\x42\x99\x5d\x84\x8c\x51\xff\x82\x32\xcf\x17\xbc\x6a\xf2\xda\x4f\x7b\x42\xe3\x2e\xb8\x6a\xfc\xa0\x12\xaa\xf6\x17\x56\x64\x23\x9f\xd5\x8d\xb3\xa8\x50\xed\x8a\x10\xb0\x63\x29\x1f\x47\x45\xf5\x1c\x2e\xb7\x11\xb5\x31\xe3\xaa\x8e\xf9\x80\x57\xe3\x48\x81\xe0\xb0\xac\xc3\x19\x45\x2d\x79\x95\x38\xcc\x02\xac\x91\x90\x68\xc0\xb9\xd3\x04\x49\xe8\xd0\xe4\x2a\x79\x9d\x04\xbe\xe6\x3b\x96\x5a\x23\x8b\x19\xbd\xa9\x97\x52\xd7\x31\x24\xa1\x15\xc4\x17\x1e\xe5\x8f\xbb\xff\x17\x08\x93\x45\x51\x08\xfc\x48\x1f\xbe\x67\x7f\x0e\x03\x41\x34\xa1\x55\x0a\xaf\xce\xfe\xe3\xec\xbb\x7f\x9c\xfd\xc7\xff\x83\x87\x5a\x0b\xe0\xbb\xbf\xd7\x70\x20\xbd\x39\xfb\x7b\x06\x5a\x26\x7f\xd7\x8d\x3b\x09\x28\x0b\x9e\xc1\x3d\xca\x6f\xce\xdc\x73\xae\x97\xf1\xab\x6f\x30\x3d\x07\x2a\x23\x68\x7c\x73\xf6\x77\xae\x57\x7f\xc6\x6a\x7e\xb0\x5c\xef\x57\x5f\xad\xc4\x0b\xf8\x91\xad\x6a\xa6\xf4\xab\x43\x1f\x7b\xf5\x9d\xfa\x99\xe7\x4f\x9c\xbc\xd6\xe9\xfe\x57\xde\x93\xbb\x5d\xce\x65\xa1\x5f\xc0\xe7\x9c\x6f\xeb\x6f\xc2\x6f\xb7\xfe\x05\x05\xdc\x2f\x18\xd7\x70\x54\x32\x34\x33\x39\x35\x2e\xff\x0d\xc6\xff\xc7\x1f\xcf\xa6\xf2\xac\x90\xf5\xd9\x41\x66\x62\x7b\x3c\xab\xf7\xa2\x02\x14\xf9\xbf\x9d\x89\x5a\x63\xc5\x3b\x4d\x36\xb3\x9a\x67\x67\xac\x3a\x2b\x99\xaa\x35\x4a\x5c\xa2\xee\xc8\x0f\xbf\x15\x3f\xfe\x78\xb6\xd2\x38\x36\x2a\x8b\x69\x1c\xfb\x09\xf5\x7c\xf4\xbb\xec\xac\xcc\x59\xca\xf7\x40\x1f\x9e\xc9\x22\x3f\x9e\xb1\x22\x3b\x7b\x16\x79\x0e\x75\x6e\xf8\x59\x53\xea\xf1\xc8\x7e\xf0\xd8\xf2\x59\xc5\x6b\xa3\x2b\x74\x6a\x0e\xf2\xfa\x7b\x53\x83\x9e\x7f\x1e\xf6\xbb\x00\x48\x63\x71\x06\x03\x3b\x64\x39\x0c\xfd\xd5\x0f\xfd\x1f\x3a\xbd\xbf\xff\xe3\xbf\x85\x93\x3e\xc2\x96\xf5\x17\x0a\x57\xe7\x0f\x3f\x86\xa8\x9c\xae\xec\xab\xef\x5d\xbc\xf2\xe2\xf7\x17\xdf\x7c\xb5\xf3\xda\xab\x9d\x6f\xbe\xda\x7d\xed\xd5\xee\x37\x5f\xed\xbd\xf6\x6a\xef\x9b\xaf\xf6\x5f\x7b\xb5\xff\xcd\x57\x07\xaf\xbd\x3a\xf8\xe6\xab\xc3\xd7\x5e\x1d\x7e\xf3\xd5\xcb\xd7\x5e\xbd\xfc\xe6\xab\x57\xaf\xbd\x7a\xf5\xcd\x57\xdf\xbe\xf6\xea\xdb\x6f\x4f\x89\x57\xa7\x53\xe7\xbf\x30\x9f\x5e\x9f\x50\xdf\x9e\x51\x9d\x57\xa7\x54\xe7\xdb\x73\xaa\xf3\xea\xa4\xea\x7c\x7b\x56\x75\x5e\x9d\x56\x9d\x6f\xcf\xab\xce\xab\x13\xab\xf3\xed\x99\xd5\x79\x75\x6a\x75\xbe\x3d\xb7\x3a\xaf\x4e\xae\xce\x25\x1e\x91\xee\xf5\x90\xcc\xfe\xaf\x9d\xaf\xaf\x9f\xcf\xbc\x0a\xaa\x15\x3e\x95\xbc\xb5\xe3\x35\x9a\xfa\x9e\xa8\x8d\xd4\x83\xc7\xf7\x74\x96\x8c\x1e\xae\x57\xeb\xf1\x68\x39\x5b\x3f\x2c\xae\xcf\xfe\xe3\xec\xef\x96\xdd\x51\x95\xb2\x2c\xf9\xf7\x9b\x1f\xd8\x97\x46\x71\x9e\xed\xf8\x0f\x05\xaf\x7f\x04\x6e\x8a\xfd\xec\x34\x2b\xbe\x2f\x95\xcc\xd6\xdd\x8b\x6e\xe7\xa2\x7f\x71\xf9\xc3\xc5\x45\xe7\x47\x64\x8c\x40\x1b\xab\x1f\xb1\x47\x7e\xfc\xb7\xdf\x8a\xb3\x7f\x83\x93\xc3\xb4\xef\xc9\x60\xdd\x67\x7b\x56\x01\xc7\x45\x83\x8f\x91\xa6\x3e\x2b\x95\x2c\xf5\xd1\x02\x66\xd1\x67\xb5\x3c\x63\x79\x2e\x9f\x35\x29\x7d\xd6\x54\x5c\x55\x3a\x49\xf1\x4c\x28\x9e\xd6\xf0\x22\xd0\xf1\x67\x99\x31\x3d\x83\x7c\x76\x56\xf0\x67\xa8\xf5\x61\x71\xfd\x03\x1e\x5a\x70\x4b\xd5\x59\xca\x0a\x7d\x12\x6d\x1a\x55\xf0\xec\x4c\x22\x97\xa8\x64\x3b\xae\x5f\xe3\x45\xd5\x28\xae\x93\x14\x3f\x63\x8a\x9f\x15\xf2\x4c\xb1\x14\x5e\xc6\x4b\x38\xab\xb3\xe7\xbd\x48\xf7\x67\x07\x7d\x04\x9f\xe9\xfa\xce\x14\xaf\x64\xa3\x52\x5e\x9d\xc9\x02\xaa\xac\xe0\x96\x43\xc8\xfc\x41\x27\xfc\xf8\x5b\x91\xf1\x34\xd7\xe5\xed\x00\xd7\x46\xec\xe8\xc7\x1f\xcf\x78\x95\x8b\xa2\xfe\x3e\x13\x95\xee\x8d\xef\x0b\xfe\x52\x7f\x9f\x8b\x82\x9f\xfd\xff\xea\x63\xc9\xb1\x9c\xef\x11\xe8\xc7\x02\x6e\x29\xff\x3e\x95\x85\xc6\x6b\x04\xd4\x75\x26\x34\xd5\xb5\xd5\x2d\x34\x3d\x6b\x98\x09\x3f\xfe\xdb\xbf\x19\x2c\x12\xfb\x1d\x59\x1b\x78\x51\x97\xc5\x0b\xbf\xd2\x15\xa5\x12\x12\xba\x3e\xf8\x14\x1d\x2d\x95\x7c\x12\x19\x77\x45\xb3\x1c\x88\x3e\x4d\x30\x58\xec\xa3\x3a\x63\x35\x7d\x4d\x1c\xb8\x1e\x01\x51\x9d\xed\x79\x5e\x56\x67\x0c\xd8\x4d\x71\xb7\x6e\x8e\x67\x29\xcb\x35\xad\xe5\x4a\xff\xcf\x68\x01\xfe\xe7\x59\x2d\xe5\x59\xce\x6a\xfe\xe6\x4c\x2a\x3d\x45\x52\x58\x19\xcf\x30\x5c\x47\xd9\xe8\x2f\xfa\x3b\x60\xa7\xb5\x92\x39\x7c\x4e\xbb\x0c\x5d\xcb\x1b\x57\x47\xd5\xa4\x7b\xbd\xb0\x9b\x4a\x14\x3b\xec\x00\xc5\xbf\x4f\x41\xa3\x36\x3b\x4b\x60\xf9\x9c\x6d\x9a\x22\xcb\xf9\x0f\xf6\xa5\x1f\xf1\x21\xec\xd3\xff\x1e\xb0\x71\x7c\xdf\xeb\x0a\x8c\x0a\x24\x4e\xf3\x0d\xab\xf8\x59\xa3\x72\xcb\x68\x84\x89\x0b\x8b\xca\xf4\x90\xd0\x2d\xe1\xdb\x26\x87\xe9\x5e\xa5\xbc\x60\x4a\x48\xfb\x89\xf6\x95\x2a\x28\x5f\xcf\xaa\xaa\xd6\x74\xa0\x1e\x41\xa6\x87\xee\x89\xd5\xfc\x6c\x32\xbd\x3d\x93\x7a\x22\x9f\xd5\x7b\x86\x43\x6b\xf1\xc3\xe5\x9e\x29\x0e\x6e\x15\x34\xd4\x0f\xbe\xb0\x1f\x43\xc6\x98\x59\x8e\xff\xdd\x72\x12\x0d\xa9\xf1\x27\xbf\xd0\xaf\xcf\x3f\xf7\x99\x02\x19\xa3\xff\x2f\x7e\xe6\xd9\xad\xac\x75\xd9\x0c\x78\xc3\x30\xc3\x83\xf2\x45\xcd\xf1\xfe\xba\xea\xcd\xd9\x7f\x06\x9f\xff\x9f\x67\xcf\x30\x3b\x38\xcc\x7f\x3b\xb3\x36\xb2\xde\xe3\x57\x69\x0c\x17\xbe\xd1\x7e\x78\xf5\xc3\xd9\xc7\xbd\xc8\xdd\x7c\x0c\xea\xa8\x6a\x8d\x0a\x37\x15\x8f\x6a\xf0\x0b\xeb\x8c\x9d\x55\x60\x46\xed\xfb\x51\x77\x90\xae\xee\x8d\x99\xce\x7e\xa3\xfc\x4f\x44\xad\x37\x3c\xa8\x02\x1a\xba\x15\xaa\xaa\xcf\xc4\xf6\x8c\x3d\x31\x91\xeb\x9d\xe5\xd4\x18\x07\x25\x85\x63\x0c\xb4\x25\xfc\xff\x1f\x20\x1b\xed\x69\xf1\x2c\x8a\xb3\xff\xf0\x47\xcc\x77\xff\xf8\xbf\xe0\x48\x3f\x8b\xe2\xbf\xff\x40\x96\xcf\x0f\xe1\x01\xf0\xbf\xff\xf7\x29\x88\xa0\xcb\x34\x44\x7c\x7a\x7d\x85\xc7\xfd\x26\x62\x72\xff\x0f\xc3\x7e\xb5\x6c\xd8\x0b\xfb\xd0\xb1\x0f\x5d\xfb\xd0\xb3\x0f\x7d\xfb\x30\xb0\x0f\x43\xfb\x70\x69\x1f\xae\xec\xc3\x5b\x57\xa0\x2f\xda\x95\xdd\x71\x85\x77\x5c\xe9\x1d\x57\x7c\xc7\x95\xdf\x71\x15\x74\xb0\x86\xff\xf9\xc3\x56\xaa\x19\x4b\xf7\xdf\x7d\xe7\xbb\xf9\xdf\xcf\xbe\x6b\x7c\xdf\xbe\x79\xa5\x07\x80\x24\xd7\x1d\x00\x0f\xfe\xed\xef\xcc\xd8\x78\x5e\xc1\x3f\x4e\x70\x14\x0c\xae\xf1\x9d\x61\x24\x00\x19\xf8\xea\xc9\x95\xf1\x52\x71\xf4\xf9\xf7\x63\xf0\xec\xa6\xca\xff\x3a\xd3\x45\xde\xb2\x03\x41\x69\x5c\x1a\xc1\xa1\xfe\xfe\xc3\x8f\x01\xf5\xe7\x69\x39\xe0\x1e\x4e\xef\x6e\xf0\xf5\xdf\xce\x95\x8e\x7f\x9f\xc9\xc3\x6f\xe7\xee\xdd\x51\x59\xda\xec\x1f\x7e\x1c\x95\x65\x90\xf5\xbf\xce\x0e\x5c\xed\xd0\xa9\x8a\x6b\xc4\x6f\xe7\x1e\x59\x82\xf2\xf4\x0b\x5f\x41\x06\x4f\xbc\x16\x11\xa2\x50\x63\xb4\x1e\xfe\x61\xba\x6f\x5e\x80\xf0\xa9\x92\x07\x87\x13\x00\x3e\x58\xfd\x56\x04\x6d\xfb\x0e\xa6\xeb\x6f\xe7\xff\x8e\x20\xdf\x6d\x64\x76\x7c\xb3\xaf\x0f\xf9\x9b\xff\x8f\x92\xb2\xfe\xc7\x6f\xe7\xee\xd8\x39\x30\xb5\x13\xc5\xbf\x9f\xd9\x09\x57\xa2\xd3\x10\x9f\xb0\x37\x22\x93\xdf\xce\x3b\x17\x17\x4f\xfb\xdf\xce\x21\xfd\xff\xbc\xf9\xad\xf8\x3f\xd0\x28\xdb\xa7\x3f\x28\xb0\x45\xf8\xee\xff\xab\x3b\xf0\xc7\xff\xe7\xcd\x59\x66\x14\x28\x7f\xd8\xf1\x7a\x96\x83\x91\xea\xf8\x38\xcf\xbe\xfb\xed\x5c\xb7\xe1\xb7\xf3\x7f\xfc\xe3\xb7\xe2\xfc\x7f\xbe\x39\x2f\xf4\xf0\x9d\xff\xfb\xff\x38\x3f\xc8\xac\xc9\xf9\xf9\x9b\x73\x1c\xf1\xea\xfc\xcd\xb9\xc6\x3e\xf5\xbf\x42\x3f\xbd\xe7\x6f\xce\x2b\x5e\xd7\x00\x94\x4a\xf9\x28\xb8\xce\xdc\x34\x22\xcf\x1e\x16\xd7\xf6\x31\x69\xf2\xfc\x9e\xd5\xfb\xf3\x37\xe7\x25\x53\x15\x47\xb1\x82\x86\x14\xd5\xc3\xe2\x7a\xc9\x0e\xfc\x4e\x89\x9d\xd0\x13\xa3\x76\x66\xab\x2c\x37\xde\x36\x34\xe0\xe8\x45\xc8\x0a\x54\x1d\xce\xdf\x9c\x4f\x58\x91\xf2\x9c\x67\x36\x0e\x85\xde\x2b\x59\xcb\x54\xe6\xd0\x12\xbd\xd1\x9c\xbf\x39\xbf\x57\xf2\x20\x2a\x0e\xed\xad\x64\xfe\x84\x4f\x7a\xc0\xce\xdf\x9c\xcb\xc2\x96\x63\xbe\x87\x57\xf5\x94\xd5\xec\xfc\xcd\x79\x86\x7f\x26\xd1\x37\x77\xef\x9e\x94\xd1\x9f\x5c\x1d\x4b\x5d\x68\x26\x0b\xe8\x02\x28\x70\x25\x1f\xb9\xfe\x94\xa6\xa8\x9a\x8d\x46\xa0\x36\xd0\x4f\x62\x57\xb0\x1c\x5e\x3d\xc8\x27\x0e\x1c\xed\x6b\xbd\x32\x0b\xae\xa0\x27\x12\xa9\x0e\xa6\x7e\x51\x2d\x6b\x56\x64\x4c\x65\xc6\x34\x6b\x56\x3c\xf9\xf6\x9c\xbf\x39\xff\x74\x73\xfd\xbe\xae\xcb\x85\x4b\x60\x0d\x74\xaf\x46\xab\xf5\xf0\x41\xa7\xa0\xfd\x0d\x34\x84\x57\x29\x83\x86\xf2\x22\x95\x19\x7f\x58\xcc\x41\x29\xa3\xe0\x85\x7e\x79\xd4\xd4\x7b\xa9\xc4\x17\x58\xdf\x7a\xd0\x6a\xa9\x5b\xb1\xf5\xc3\x06\xbb\x0b\x0c\x68\xa3\x72\xe8\x3b\x8d\x11\xf2\x22\x0b\xba\xc2\x77\xd3\x8e\xd7\x23\x60\x2f\x47\xe9\x16\x32\xec\x3f\xfe\xa2\x5b\x50\x81\x0e\xb0\x7b\x30\xa9\x4f\x2c\x6f\xa0\xd1\x4a\xf7\x90\x2c\xa1\x57\x0f\xbc\xde\x4b\x5d\x6f\x2d\x1f\xca\x92\xab\x09\xab\xf0\x73\x15\x3b\x54\xee\x61\xc9\x15\xae\x56\xfd\xa6\x46\x5c\x65\x83\x63\xae\x38\xcb\x8e\xba\x16\x9e\xee\x59\xb1\xc3\xb6\xb0\xec\xb8\xd4\x49\x41\xc3\xf0\x6b\x45\x91\xf1\x97\xbb\x2d\x4e\xf3\x55\x50\x0c\xdb\x48\xa5\x9f\x66\x93\xbb\xdb\xdb\xd1\xf8\x6e\xb1\x9a\x4d\x21\x83\x9b\x39\x39\x5b\x2c\xd6\xb7\xb3\xd5\xc7\xbb\xc5\xcf\x90\xee\xdb\x60\x9e\x60\xf2\xde\xf0\xaa\x62\xd0\x88\x70\xde\xeb\x99\x94\x33\x25\xb6\xc7\x55\x00\xab\x0b\x5d\xcd\x6f\x66\xd3\xbb\x87\xd5\xf9\x9b\xf3\x97\x4a\x6d\x3f\x98\x0e\x7a\x16\xf5\x7e\xa2\x78\xc6\x41\x04\x5b\x99\xdc\x09\x2c\xc8\x5b\x9c\x0e\xfa\x23\x61\x2a\x64\x7c\x2b\x0a\x98\xf3\x1a\x06\x07\xc7\xc0\x98\x53\x09\x7b\xfe\xfc\xcd\xf9\x23\x3f\x42\x3f\x5f\xcb\x67\xd7\xcf\x15\xaf\x17\xe1\xb2\xc0\x45\x1c\x94\x8a\x97\x95\xe9\xe9\x71\xaf\xe4\x4e\xf1\x4a\x37\x87\x65\x59\x3c\xe1\x65\x81\xee\x47\x02\xa8\x06\x12\xdc\x3a\xd2\x75\xe3\xf2\xb2\xbd\x1d\xae\x27\x48\x83\x1a\x4b\xbf\xf2\x75\xaf\x8f\x47\xd3\xf5\x62\xf6\xcb\xc3\x6c\xb9\x82\xf6\xc2\x24\xdd\x08\xf8\x83\x6d\x04\x26\x91\xda\xf1\x89\xdd\x26\x98\x49\x45\x62\x61\x5e\x54\xb5\xae\x5f\x2f\x6b\xdc\x80\x1c\x60\x8a\x57\x9f\xc1\xc4\x70\x40\x50\xbd\x69\x28\x7f\xa9\xb1\x3e\x2c\x2a\x00\x74\x65\x4c\xc8\x1e\x21\xaa\x89\xfd\xd6\x0f\xb3\xc5\x72\x7e\x77\x0b\x3d\x1e\xec\x05\x2e\x9f\xe5\x39\xd6\xa6\xb7\x34\x58\x2b\xa5\x19\x54\x51\x91\xed\x91\x83\xbf\x76\x78\xd4\xdb\x93\x4d\x36\x5b\xa0\xdf\x13\xeb\xbd\xa8\x7c\x89\x50\x2f\x36\xaa\xde\xc3\xdf\x3a\x37\xa3\x05\x3b\xf5\xf9\x9b\x73\x5d\x7f\xce\x8b\x1d\x6c\x09\xb2\xd8\x36\xf9\x16\x34\xb2\x34\xac\xdf\x60\x0f\x6e\x4e\x2b\xce\x2a\x89\x05\x2a\xf9\x3c\xdf\x9a\x89\x03\x2f\xe4\x7e\x26\x94\x4d\xb5\xb7\x6b\x0d\x3e\x2b\x17\xd0\xb1\x48\x8c\xeb\xce\x84\x29\x91\xdb\x01\x9e\x8c\x6e\x27\xb3\x6b\x58\x6f\x66\xaf\x13\xc5\x9e\x2b\x01\x07\xc5\xda\x64\xaf\xd7\xe7\x6f\xce\x41\x94\x99\xf2\xb2\x96\xca\x38\xef\xd1\x83\x2a\xaa\x92\xd5\xe9\xde\x6f\x9e\x4f\x2c\x17\x19\xc3\x1e\x73\xcf\x95\x1f\x7f\xf8\x7e\x5f\x54\xe5\x8e\x98\x3b\xf5\x00\xdb\x21\xab\x2a\xae\x6a\x83\xa2\xc1\x5e\x9f\xf3\xa2\xfe\x69\x79\x77\x7b\xcf\x94\xa6\x03\xf4\x0c\x94\x32\xe7\xac\xc0\x65\x96\xf2\x8c\xe6\x9a\xad\x3d\x68\x30\xa8\xd8\xea\xb2\x8e\x45\xba\x57\xb2\x90\x4d\xb5\x68\x01\x45\x2d\xd3\x05\x35\xc5\x47\x1c\xbe\xe0\x45\x3c\x8c\xf6\x62\x5b\xe3\xb6\xee\x86\x0d\x0f\x43\x1e\x6e\xe3\x27\x9a\x90\x9a\xff\x91\x52\x4c\xef\x08\xac\x2c\xf3\x23\x76\x42\xca\x60\x5d\x9a\xa2\x0b\xfe\xec\xe6\xb9\x2c\x92\xa0\x22\x59\x2c\x7c\x55\x76\x8f\xdc\xf1\xfa\x41\x09\x78\x40\x61\xc5\xfb\xd5\xea\xfe\xc6\xee\xef\x78\x22\x42\x35\x99\x1e\x64\x3b\x8f\x6b\xa9\xbb\x0e\x46\x07\xb9\x13\x78\x68\x15\xa0\xba\xa9\xbf\x4f\xe4\x76\xd3\xd3\x78\xec\xad\x4d\x4f\x41\xf8\xee\xa2\x55\xcd\xd2\xc7\xa0\x14\xec\x4c\x74\x0d\x84\x43\x2f\x0a\xbd\x58\x4a\xae\x6a\x44\x6b\x48\x92\xfe\x7e\x8d\x37\xea\x82\x41\xd9\x43\xa7\x57\x76\x33\xf1\x6d\x4d\x72\x56\xbb\x42\xe5\xe6\x77\x9c\x2d\x62\xa7\x9b\xbc\x07\x6f\x63\x50\x6f\x03\x0b\x50\xba\x19\x64\x91\x14\xa1\x7b\x62\x0b\xc0\xb8\xd0\x37\x95\xcc\x9b\xda\x1c\x4f\xa9\x3c\x6c\x44\xa1\x23\x95\x9f\x43\xdc\xa0\x5e\x70\xa2\x6c\xfd\x46\x62\x16\x21\xee\x27\x39\x9c\xf5\xe1\x82\x74\xe0\x7e\x5d\xc0\x2e\x89\xd5\x1c\xa0\x8f\x59\xc6\xca\x1a\x8f\x54\x0f\xed\xce\x74\x5c\x13\x1d\xf7\xd4\xc5\x21\xbe\xd1\xa5\x64\xf6\xa8\xaa\xc1\x7f\x03\x7c\x0b\xa8\x7a\xb8\xbe\x11\x95\x9d\x5e\x95\x59\xff\x50\xfd\x94\xf3\x92\x8c\x42\xa9\x64\x69\x71\x83\x44\xc9\xc3\xc4\xd5\x65\x56\xeb\x4a\xfa\x24\x2c\x02\x18\x8c\x3f\xf3\xa3\xdb\xf9\x6f\x58\x89\xc7\x9b\x5f\xca\xb6\x7d\x66\xfd\xf3\xa5\xc5\x48\xfc\x91\xb2\xbc\xbf\xbb\x5d\xce\xce\xdf\x9c\xdf\x20\x52\xb4\xcd\x25\x0c\xf2\x16\x46\x0c\x15\x98\xc4\x17\x4e\x8e\x54\x4b\xdc\x4e\xee\x6e\x57\xb3\xdb\xd5\x7a\xf5\xf9\x7e\x86\xa7\xe8\x04\xd5\xdb\xf4\x0e\x3d\xdf\x3e\x14\x15\x74\x4a\xa9\x64\x8a\x67\x61\x2d\x97\x40\x08\x62\x1f\x1a\x4c\x78\xe4\xfa\xdf\xf4\xd6\xb8\xd9\x6e\x4d\x3c\x78\x5c\xd6\x8a\xb3\x03\x2e\x21\x01\xb8\xb9\xa8\xc6\xb9\xdc\xc4\xef\x7d\x10\xfc\x19\x70\x74\xf7\xa6\xc6\xc6\xc1\x57\xcb\xbd\x45\xa7\xb0\x08\x7d\x6e\x43\x04\x87\xeb\x9e\x1d\xcd\x49\x6d\x53\xec\xe1\x88\x1f\xa4\xf7\xe1\xe0\x08\xe3\x80\xbd\x06\x09\x8a\x3d\xdb\xfe\x06\xdc\x5d\x39\xcc\xd4\x7d\x00\x7e\xba\x59\xe9\x00\x04\xb3\x4e\xe8\xcf\x82\xc3\x01\x40\xc4\xf6\x18\x3e\x2f\xd9\x96\xe7\x36\x25\x8d\x36\xe0\x03\x7b\x31\x7d\x7e\x6d\xcf\xb0\x03\x7b\x19\xcb\xec\xe8\xe2\xfa\x44\x1c\x29\x40\x09\xd4\xae\xc2\x3f\x20\x99\x2a\xd7\x40\x58\x67\x20\x1e\x85\x61\x34\x58\x66\x76\x1f\xa0\x9f\x00\xfd\x04\x1f\x32\x45\x24\xa0\x96\xf3\xe5\x9d\xfb\xa8\xdf\xa5\xc0\xd5\x5f\xed\x0f\x4c\x3d\xce\xcd\xb9\xa7\x78\x0e\xfc\x57\x5c\xbd\xcf\x4a\xd4\x86\xf4\x12\x0a\x27\x3e\xce\xba\x4c\x1e\xcc\xc1\x00\x5e\xce\x1c\xe1\x05\xf5\xb9\xdd\xcd\x55\xfc\xee\x66\xe5\x2a\xb6\x04\x20\x7c\x79\x0d\x88\xde\x82\xef\x66\x2f\x25\x2c\x9e\x13\x84\x01\x92\x2a\x30\xb9\xf5\x44\xa9\x71\x5b\x28\xdd\xe8\x4b\xa0\xda\xb0\xc1\x87\x0a\xda\x50\xa0\x07\x4b\x58\x18\x9a\x1a\x19\xed\xb0\xa8\x46\xe5\x66\x28\x6e\xb1\x17\x11\x43\x32\x74\xa8\x47\x4f\xb0\xb0\xbd\xe2\x06\xe9\x1e\xd5\xc6\xbe\x4c\xa7\x4a\xa8\xbf\x82\x19\x6a\x7a\xd0\x24\x5b\xa2\x07\xf1\x44\xdd\x55\x26\x25\xdd\x33\x35\xaa\x01\x47\x2e\x32\xf8\x8a\x5c\xa6\x96\xd0\x31\x3b\x26\xd6\x09\x93\x2c\x0b\x57\x72\x66\x16\xb1\xd8\x15\x52\x71\xa7\xad\x87\xf4\x40\x99\x8b\xda\x1c\x31\x06\x33\xad\x2d\xf2\x65\xd0\x95\x0d\x1e\x30\x0c\xa8\x97\x60\x23\x06\xc6\xbf\xaa\xed\x0a\x10\x95\x5e\x32\x99\xdd\xfd\xcc\x42\x75\xcb\x19\x28\x68\x6c\x1e\x2f\xf4\x2e\x66\x28\x33\x7c\xe2\x45\x56\x7d\x14\x38\x79\xa5\x2d\x02\xd1\xc5\xb2\x44\x54\xb4\x84\xfd\x12\xb4\x34\x61\x9c\x91\x93\xc3\x33\x63\x26\x0a\x93\x15\x79\x33\xa6\x99\xac\xf6\x64\x89\x2c\x6b\x73\x46\x62\xc4\xee\x88\xd3\xd9\xfd\x62\x36\x19\x21\xd5\x93\xca\xa2\x92\xb0\xcf\x3c\x33\x05\x53\x33\xdd\xf3\x03\x43\x9c\x55\x3e\x1b\x6b\xfb\x60\x2f\xbd\xbb\x5f\xcd\xef\x6e\xd7\x1f\x46\xd7\x0f\x33\x1c\xfa\x26\xaf\x5b\xf9\xd0\x8d\xe9\x5e\x97\xfb\x28\x8a\x0c\xbb\x1d\x3a\x19\xa3\x2b\x9c\x8e\x3b\x5e\xdf\x5b\x14\x1c\x60\x44\x65\x7d\x36\xe2\x1c\xb9\x7b\x2e\x82\x43\x9b\x74\xf6\x83\x28\xea\x2b\x1b\x01\xf6\xa8\x6a\xd2\xda\x30\x15\xea\x9a\x2b\x87\xf6\x04\xdb\xab\xd9\x36\x4b\x51\x1a\xf4\x3f\x6b\x60\x03\xc4\x73\xdd\x0e\xab\xfe\xfc\x8d\xd9\x8a\xca\xf1\xdd\x8d\xdf\x21\xcd\xac\x9c\xc8\x8c\x8f\x90\xaa\x29\x41\x0d\x3f\xac\xdc\x20\x13\x88\x02\xdf\x01\xda\x90\xf1\xaa\xc6\xa7\x2d\x68\x83\xdb\xc3\x2c\xc3\x3e\x08\xbe\x12\xf8\x6f\x6e\xa1\xb8\xe5\x5f\x1a\x0f\xab\xe7\x6f\xce\x5d\x5a\xce\x34\x3e\x89\x1b\xd0\xe6\x58\x73\xb7\x15\x6e\x86\x7d\xc4\xf6\x0d\x41\x7f\x8d\x4f\x70\x3c\x5e\x03\x7e\x09\x9b\xe0\x7b\xd0\x11\xa9\x30\xa5\x96\xe3\x63\xcd\x6d\x77\xd6\x87\x12\x3b\x4f\x9f\x06\xa4\xec\xb4\x51\x1a\x10\xcb\x87\xf1\x7f\x42\x3f\x64\x06\xa7\x0a\x4b\x69\xf4\x08\x21\x65\xa5\x98\xce\xa8\xcc\x56\xbe\x6f\x8a\x47\x57\x62\xce\x8b\xae\xdb\xa2\x21\x0b\x16\xba\x29\xb3\xaa\x19\x6c\x0b\xb8\x1e\x8a\x46\x9f\x21\xb2\xa9\x4b\x20\xc7\x37\xac\xe2\xf0\xad\x82\x73\x7e\x39\xe8\x3b\x84\x6e\x5e\x54\x25\x4f\x6b\x34\x06\xd2\x7d\xe6\x1e\x72\xf9\xec\xa6\x83\x9e\xe1\x7a\x6d\xcc\x6f\x97\xf7\xb3\xc9\x6a\x7d\x33\xfa\xb4\x1e\x7f\x5e\xcd\x96\xe7\x6f\xce\x7f\x86\xd8\xf5\xec\xf6\xdd\xea\xbd\xdb\xf1\xdc\x9b\x0b\x56\xec\x1c\x71\xb6\x69\xcc\x7e\x47\xa7\x32\x83\xc3\x08\x3e\x4b\x14\xbb\x3b\x75\xb7\xdd\x22\xa2\x00\xd5\x3e\x14\x15\xdb\xfa\xc3\x30\x80\x84\x79\x3a\xf3\x11\x96\xd6\x0d\x90\xf4\xba\x7b\xdd\xe0\x33\xdd\xc7\x66\x36\x8b\x2a\xa0\x7b\x53\x59\x5a\xfc\x96\x4e\x7e\x3d\x8c\xae\x0d\x2e\xfb\x5a\x3c\xf2\x30\x6e\x8a\x04\xb1\x4d\x46\x0b\x00\xb4\x0d\x3e\xcd\xa8\x1e\x39\xcc\x7d\x5e\xdd\xb2\x5b\x53\x8a\xc3\x29\x6a\x79\xaf\xc4\x41\xe8\x63\xd1\x91\x59\x4b\xf1\x05\xf9\x69\xf0\xc7\xcc\x3c\x39\x34\x55\x7d\x63\x0e\x35\x70\x39\xca\x33\xc3\xb1\x68\xea\xed\xd5\x4a\xda\xa9\x83\xc3\xed\xe3\x55\x2e\x9f\x57\x1e\xd7\xda\xf3\x97\xa5\x41\x3f\xf5\x7b\xf6\x99\x55\xa9\x10\x36\x02\x17\xf7\x74\x6c\x0c\x0b\x0c\x5e\xea\x0c\x73\x6e\xa3\xd5\x33\x60\x9a\xc0\xb7\x02\x2e\x04\x0a\xbb\x81\xcb\x33\x77\xbc\xa5\x4c\x28\xfb\x25\x3e\xd1\xad\x4c\xdc\xd3\xf4\xd3\xd2\x7d\xb2\x9b\xf8\x4f\x2c\x77\xcf\x8a\xb3\xec\x61\x5e\xd4\x9d\xe1\x78\x06\x5b\x79\x53\x64\x76\x6d\x43\x44\xe3\x1e\xf8\x8d\x1f\x0d\x76\x21\xed\x58\x3a\xc4\x41\x71\x8d\x5e\x60\x67\x54\xb5\x32\x4b\x5d\x1f\x8d\x73\x3c\xc7\xeb\xed\x95\x7d\x7b\x93\x8b\xda\x2f\x04\xdd\x45\x2e\x27\x58\xc1\x90\x11\x0f\x80\x05\x6c\xd2\xaa\xeb\x9e\x0b\x24\xe1\xf7\xc0\x6b\x90\xbe\x37\xfd\xcb\x07\x81\xfb\x45\x05\xbb\xa0\xaa\x6a\xb3\x8f\xe8\x65\x0f\x02\x42\x53\x77\x75\xef\x7d\x30\x23\xaa\x24\x8b\xcc\xc0\xd6\x7b\xa1\xec\xf3\x56\x36\xaa\xde\xdb\x0c\x7e\x28\x27\x41\x41\xae\x50\x5d\x9b\x5e\xc9\xa3\xc5\xbb\x87\x9b\xd9\xed\x6a\xe9\xd7\xb4\x9e\xad\x13\xb3\x99\x3b\x2c\xca\x15\xe2\x48\x9a\xc7\x1b\xf6\xe2\xc6\x49\xd3\x00\xd3\xf5\x68\xb1\x18\x7d\x5e\x2f\x1f\xee\xef\xef\x16\x2b\xcb\x46\x82\x26\x49\xc3\xf8\xc2\xa5\xb3\x6c\x4a\x83\xd5\xf0\xa2\x39\x70\xc5\x36\x70\xd2\x22\x11\x55\x4a\x99\x9b\x59\xa1\x49\x6d\xba\x31\xe8\x7d\x4a\xef\xbd\x01\x6d\x90\xca\x83\xc6\x23\xce\xdf\x9c\xeb\x49\x71\x34\x7c\x18\x3c\x1b\x70\xff\x31\x93\xb6\x33\x34\x0f\xbd\xae\x79\x80\x3d\xb2\x96\xd7\x32\x65\x39\x77\xeb\x85\xff\xd1\x20\xc3\x51\xe0\x6e\x89\x9b\xb3\x41\xa5\x97\x66\xdf\xd5\xcf\x33\x98\x7e\xfa\x69\x82\x9b\x0b\x12\x82\x26\x22\x8a\x34\x6f\x32\x6e\x09\x8e\x02\x27\xc4\x1a\x51\x27\x05\xad\x42\xe6\xa9\x5d\x9f\x78\x5e\xac\x4c\x67\x6c\xcc\xf4\x80\x3d\xc5\xed\x4f\xc8\xa9\x83\x34\x9c\xbb\xcf\xaa\x1e\x8b\x9d\x5e\x22\xc3\xfe\xf5\x2c\xc8\x1b\xcf\x35\xc6\x25\x76\x6d\xb0\xb1\x07\x9b\xcd\x66\x78\x3c\x00\x6a\x9e\xe4\x92\x21\xfe\x57\xd7\x39\x9f\x15\x99\x00\xde\x4e\x21\x47\xb0\x49\x59\x30\x74\xa2\x80\xac\x91\x31\xee\xf1\xcd\xc6\xee\x59\xb0\x60\x45\x51\x5f\xcf\x82\xd5\x0b\x91\x43\x93\x07\xf9\xe3\x30\xdf\x47\xcc\xc9\x68\x33\xae\x82\xf4\xce\x90\x94\x19\x46\x85\xdb\x20\x6c\xb4\xd7\x25\xc0\x61\x14\x72\xc7\x34\xd7\x45\x69\x5f\x22\x77\x04\x3b\xd1\xf1\x70\x2c\x35\x7d\xeb\x99\x33\x0a\xe6\x9b\xde\xdd\x80\x29\xd6\x14\x59\xe5\x39\x94\x41\xa1\xae\x1a\xdb\x27\x25\xcc\x66\x93\x12\xe6\x5e\xf9\xc7\xe0\x43\xe7\xe4\x3b\xe9\x77\xb5\xbe\xc3\x7f\x46\x98\xe0\x20\x60\xb0\xaf\x49\xcc\xe5\xe1\x08\x5f\xd3\x28\xe4\xc2\x04\x70\xe3\x8b\xb1\x39\x89\xd9\xb1\x75\x79\xf4\xbd\xab\x30\xeb\x2a\xcc\x31\xdf\xe9\x32\x49\xdc\x8f\x70\x90\x4f\x4b\x36\x7d\xe1\xf2\x49\xdc\x0f\x7a\x90\xef\xe3\x74\xd8\x69\x92\x87\xb2\x1f\x9a\xeb\xe3\x1b\xa7\x7d\x90\x45\xe0\xae\x82\xe7\xf0\x43\xa2\x76\x47\xcd\x6c\xb7\xaa\xdd\xa8\xa8\x4d\x7e\x18\x7d\xd4\xe7\x06\x03\x19\xc4\x21\x1f\xf7\x2a\xbb\x9d\x69\xec\x48\xd3\x5c\x70\x16\x01\x2f\x13\xa8\x22\x60\xb9\x1e\x2c\xcf\xcb\x12\x50\x63\x44\x42\x74\x89\x66\xb3\x42\x7e\x53\x63\x37\x72\x96\x65\xb7\x7a\x5f\x47\xd3\xcc\x92\x29\x43\x3c\x2b\x23\x9d\xd2\x34\xd1\xdd\xc3\x6a\x7d\x97\xac\x17\xa3\xdb\x77\x6e\x3f\x1a\xc3\xd2\x31\x00\xf3\xdb\x0f\xa3\xeb\xb9\x3e\x54\xde\x59\x16\x13\xd0\x52\x0f\x49\x32\x73\xaf\x8f\xef\x1e\x6e\xa7\x4b\xd8\x6d\x11\xf5\x3d\x54\xc8\x7a\x4e\xb9\x78\xe2\x99\x41\x02\x6b\x8e\x6c\x72\xb6\xa9\x00\xad\xc5\x82\xc7\xa3\xe5\x6c\xd8\x5f\x2f\x66\xc0\x55\x07\x77\x63\x70\x7a\x70\x96\x2d\x1b\xa5\xe4\x0e\xf9\x0d\x78\xb8\xa7\x86\xd1\x5d\x29\x8d\x19\x67\x28\xa0\xcc\xcb\x3d\xdb\xc0\xbe\x6c\x3b\x42\xc0\x21\x83\x67\x13\x0e\xd6\xad\xac\xa7\x4e\x90\xb4\x15\x39\x37\x44\xfc\xd6\x53\xd3\xb7\x77\xb7\xeb\xeb\xd1\x6a\x7e\xdb\x59\x2f\x66\xef\x66\x9f\xee\x4d\xad\x56\x12\x50\xfd\xd2\xc8\x9a\x67\xee\x80\x5a\xcd\x3e\xad\x3c\xa4\x2d\xc8\x10\xf6\x3b\x5e\x23\x32\x87\x84\x62\xe2\xab\x79\x3f\xfb\xb4\x9e\x2d\x27\xa3\xfb\x99\x7f\x19\xf1\x77\x2a\x68\xe4\x35\xf2\x6f\x57\x77\x3f\xcf\x6e\x3d\x28\xe4\x01\xfd\x06\x33\xa6\x71\x08\xfa\x1f\xee\x09\x29\xed\xf3\x37\xe7\x86\x29\x35\x15\x55\x40\xa0\x4d\xe7\xcb\xfb\xbb\xe5\x1c\xc8\x64\x3d\xa0\xbe\xe8\xc2\x10\x77\xf7\xa3\xc5\xe8\xc6\x27\xff\x32\x5b\x4e\x7c\x0c\xf1\x90\xad\xe0\xc0\x3a\x98\xdd\x4e\xee\xa6\xa0\x5b\xb3\x1e\xad\x56\x8b\xf5\xe4\xfd\x68\xe1\x61\xc9\xa7\xde\x5f\x8f\x26\x41\x65\xbf\x3c\xdc\xad\x82\xa8\xee\x4b\x20\xda\x83\x4e\xd9\x6b\xdc\xb0\x46\x11\x1b\x53\x7a\x52\x94\x58\x3b\x9e\xd6\x3a\xee\x38\x67\x1a\xd8\x2c\x20\xcb\x2e\x5f\xb2\x2d\x0f\x68\x6b\x3c\xfd\x10\xeb\x2c\x2c\xd6\xc7\x31\xce\x6f\x00\xb3\xe0\x63\xc1\x80\xe1\x3a\x46\x74\x51\x7f\xa1\xfe\x47\xf2\x41\x21\x9f\x12\x23\xb9\xd4\x3d\x7d\x7d\xdb\x6d\x91\xc8\x48\xcc\x59\x7e\xf2\xbc\x9a\x85\xb8\x55\x69\x80\xa2\xe4\x5a\x7a\xba\x84\x57\x75\xc7\xfc\x03\x9f\x19\xd0\x7c\x1d\xeb\xc1\xaa\xa8\x91\x3e\xaf\xf6\xb2\xc9\xb3\x87\x8a\xdf\x32\x43\xc2\x54\xae\x5e\x40\xf6\x90\xa2\x31\x42\x76\xc7\x77\xc2\xc9\x7b\x2f\x2b\xf1\x62\x79\x28\xe0\x75\x76\x21\xa5\x3d\x3b\x97\x7c\x77\x08\x39\x99\x90\x96\x23\x3f\x2c\x93\xd0\x2f\x2e\xc9\xd2\x00\xa5\x29\x30\x7d\xce\x3c\xbf\x2d\x33\x95\xdb\xa8\x15\x30\x84\xed\x21\x92\x07\x64\xfe\x8b\x5c\x14\xbb\x70\xbb\xfa\x5d\x9a\x65\x6b\xd9\x98\x8e\xd8\xc4\x4d\x53\x3f\x23\x0e\xa8\x9f\x2c\xbf\xc0\x61\x88\x12\x53\x74\x9b\x27\x20\x6d\x58\x72\xcb\x0d\x30\xa8\xf5\xfa\xc0\x1e\xf9\xb5\x44\x26\x96\xb0\x5a\x0e\x7b\x56\x99\x5e\x01\x8e\x26\xcf\x6c\x27\xf0\x97\x7a\x9e\xbd\x58\x8c\xe3\x56\x16\x90\x81\x2d\xe0\x2f\x96\x5f\x08\x9c\x81\xa9\xac\xed\xe3\x3d\x36\xa7\x54\x7c\x2a\x6b\xab\x12\x50\xb2\x7a\xef\x46\xbe\x82\x76\x29\xac\x73\x83\x9b\xfb\xda\xad\xe5\x8c\xc3\x79\x07\x83\xff\x2c\x0a\x40\x9e\x81\x87\x95\x2d\x43\xfd\x01\x4c\x02\xcf\x35\x3e\xd1\x88\x2f\x10\x90\x24\x45\x80\xaa\x29\x7c\x64\xdb\x80\x84\x8e\x42\xa4\x78\x7b\xc8\x2f\x0d\x07\x56\xd4\x1f\xe6\x3f\x53\x8e\xb4\x83\x24\x3b\x31\x60\xbf\x7e\x28\x6f\xf9\x4b\xbd\x12\x28\x14\xd3\x90\xf6\x75\x05\x55\x1c\x98\x7a\xe4\x46\xc2\x18\x35\x68\x5e\xf3\x03\xcc\x17\xe0\x34\x16\xbe\x98\x5a\xa0\x6a\xd0\x06\xb5\x58\x90\xa1\xf1\xe4\x19\x8e\x15\x48\x06\xf1\x10\x24\xaa\x01\xa9\x21\x4e\x1d\x0f\x3a\xc8\xc5\x84\x51\x9e\x5f\x07\xe2\x69\x8e\x58\x46\xa9\x78\xc9\x8b\xb0\x2c\x93\x72\x57\xa4\x61\x19\xa1\x64\x7b\x23\x0a\xc3\x25\x49\xf7\x48\x89\x37\x07\x56\x01\xe7\x16\x64\x15\x30\xce\x7a\xa7\xe2\x38\x74\xa0\x1f\xa4\xab\x64\xd8\x70\x38\x56\x60\x2a\xea\x75\xa2\x83\xdf\x75\xf0\xa8\x83\xb1\xce\xd4\x9b\x0f\xf0\x60\x52\x5e\xd6\xd5\x18\xe5\xc0\x20\x5d\xb0\xbc\x6d\x73\x1c\x91\x78\x55\xa2\x8c\xe1\xd0\x54\xf5\x43\x15\x8a\x1d\xcb\x80\xcd\xa7\x67\x24\x2b\x44\x2d\xbe\x18\xce\xb9\xd1\x2e\x3a\x94\xf5\xd1\x9d\x81\xa0\x99\xc2\x60\x26\xeb\xa1\x67\x30\x9a\x70\x94\xc0\x92\xf3\x7d\x1a\xf0\xda\x43\xd6\xfb\xad\x46\x1a\x5e\x72\x51\x3c\xbe\x47\xbe\xbc\x62\x20\x69\x5f\xce\x26\x8b\xd9\x6a\x3d\xbf\x5d\xcd\x16\xb7\xa3\xeb\xe5\x7a\x7a\xb7\xbe\xbd\x5b\xad\x1f\x96\xb3\xf5\xdd\x62\xfd\xf9\xee\x61\xfd\x71\x7e\x7d\xbd\x1e\xcf\xd6\xc9\x7c\x01\xac\xe2\x0a\x24\x91\x3a\x68\x18\xf0\x8b\x75\xc9\x3a\x38\xea\xe0\x8b\x0e\x46\xd0\x71\xa8\xfa\x00\x92\x0c\x7d\xf0\xe8\x20\xd1\xc1\x3b\x1d\xbc\xd7\xc1\x5c\x07\x3f\x31\x3c\x4a\x41\x2a\x77\xfe\xe6\xfc\x67\x18\x04\x50\x01\x86\xc4\x6b\x06\x27\xc3\xf9\x9b\xf3\x3b\x1d\xdc\x33\x33\x25\x98\xe2\x60\x96\xbe\x52\xd8\xcb\x0b\xbe\xcd\x9d\x18\x0b\x19\xb1\x7a\x0c\x8d\xba\x40\xce\x6c\x67\xff\x82\xed\x47\xbc\xa9\x40\x79\xd5\xda\x3d\x2d\x74\xee\xdf\xfe\xa6\x89\x77\xa9\xfb\x69\xed\x15\x46\xd6\x5e\x6a\xb2\xd6\xd8\x13\x1c\x7d\x1a\x71\x80\x81\x90\x99\x9d\x03\x1f\xa0\x6b\x81\x4d\xa6\xdb\x86\x4b\x8e\x9e\x5d\x53\x27\xb1\xc6\x2c\xcb\x71\xae\x82\xc7\x5a\x96\xf0\x3a\x4e\x80\x07\x5d\xe8\x47\x1d\x7c\x62\xc8\x0d\x14\x4f\x81\xe8\x65\x23\x33\x3d\xaf\x3e\xb3\x60\xcb\x71\xdc\x39\x93\x60\x4b\x5e\x3f\x2b\x56\x96\x5c\xd9\xcd\xd1\xe8\x45\x7a\xf8\x5f\x99\x4f\xb5\x2f\x19\x6d\x6b\x54\x05\xf8\x1b\x34\x41\x53\x03\x1b\x1d\xa4\x3a\x90\xcf\x05\x57\x53\x2f\x9e\xe2\x90\xb3\x17\x79\xa6\xe0\x5c\x98\xf8\xc7\x4c\x67\x6d\x81\xb3\xce\x73\xab\x51\xe0\xf6\x4e\x9f\x82\xfa\xac\xc0\x1c\xdf\xc0\x92\x2d\x76\x5c\xc9\xa6\xca\x8f\x4b\x5e\xcf\x8b\x82\xab\xf7\xab\x1b\x90\x35\x81\x5c\x54\x07\xbf\x6f\xe0\x10\x7f\xb1\xb2\x59\x3d\x03\x74\x52\xae\x83\x83\x0e\x0a\x68\xec\xc6\xa2\x61\x7a\x89\x3e\x2c\xe6\xf0\xc1\xbe\x40\x38\x71\xa0\xc5\x6e\x65\xd9\x18\x0a\x65\x6c\xec\x66\x39\x2a\x4b\x23\x33\x42\x96\x0d\x70\x57\x02\xe9\x45\xb9\xb1\x87\xa2\x79\x45\xcf\x14\x23\x61\xd5\x8f\xb6\x83\xff\xd0\x70\xac\x10\xe8\xaa\x67\x6e\x55\xe0\xc1\x5b\x0d\x0c\xb0\xca\xb8\x82\xbb\x57\xef\x9a\xda\xa0\x6b\x3e\xcd\xb1\x32\x7d\xd2\x47\x91\xa1\x18\x40\xbe\x24\x39\x4a\x07\xf0\x09\xdc\x3c\x63\xf4\x4e\x65\xa2\x60\xb9\x4d\x41\xfd\x0a\x5b\x25\xc6\x80\x4f\x87\xef\x6f\xf1\xe5\x67\xf3\x88\xd7\xbd\x21\x9a\x90\xf3\x97\xe5\x5e\x09\x60\xda\xeb\xc8\x2d\xdf\xb1\x20\x0f\xbc\x33\xe8\x71\x54\x22\x1b\x29\xd8\x76\xf5\xe3\x02\xca\x32\x4f\x78\xb0\x9b\xc8\xb2\x04\xf2\xc3\xc6\x0c\x8e\xa1\xa3\xe8\x80\x81\x44\xfc\x9b\x18\x0f\x5e\x36\x09\x16\x83\x71\xee\x4a\x8c\xd8\x6f\x92\x33\x10\x71\xe8\xe7\xf7\x36\x43\x96\x2c\x45\xda\x48\x9a\x66\x4b\x55\xee\x71\xbf\xaf\xd9\xc6\x30\xeb\x9e\x45\x26\x9f\x75\xd2\x17\x7b\x06\x7f\x91\xa0\x4b\xb2\x15\x79\x7e\xe7\x8a\xd8\xe6\x52\x66\x3e\xaa\x57\x75\x18\x53\xf2\x91\x4f\x59\xb5\xb7\xfc\x24\x9f\xe2\xf8\xba\x98\x74\xa3\x77\x44\x47\x89\x43\x52\x5c\x8e\x1d\x70\x05\x2b\x0b\x16\x02\x4a\xaf\x8e\x39\x77\x92\x09\x7b\x02\xa1\xb4\x13\xf7\x16\xa0\xeb\x0f\xbc\x68\x04\x62\x01\x0c\x47\x68\x63\x54\x6e\xe0\x6c\xde\xc0\x3a\xdc\x03\x8a\x7f\xd8\xa1\xea\xc5\x0e\x11\x3e\x1c\xf5\x03\x47\x15\x15\x85\xd4\xd7\x33\xbc\xfd\x04\x1c\x03\xd4\x5a\xd0\xc7\xc4\x06\x49\x4a\xbf\x6f\xa5\x52\xa1\xd6\x92\x3e\xbf\x1f\xaa\x60\x47\x43\x61\xa9\x91\x34\x1f\xf5\x8b\x5f\x74\x30\x02\xc9\xaa\x0e\x26\x1b\xa3\x6c\xca\x0d\xd0\x54\x27\xcc\x74\x90\xe8\xe0\x9d\x0e\xde\xeb\x60\xae\x83\x9f\x74\xf0\xb3\x0e\xae\x75\x70\xb3\x01\x55\x21\x7d\xa0\xe8\xe0\x17\x1d\x2c\x60\x6b\x28\x2c\x2f\x6b\xa9\xa3\x2b\x1d\x3c\xe8\xe0\x83\x0e\x3e\xea\xe0\x93\x0e\x7e\x85\xf5\x6a\x6c\xae\x50\xa7\xa0\x6e\x40\xd8\xb8\xcd\x19\x88\x64\xff\x86\xdd\x7a\x90\xe2\x8b\xa6\x66\x11\x2a\xe3\xfb\x63\x06\x56\xdd\xb0\x8b\xeb\x2e\x48\xed\x46\x09\x22\x91\x4d\x6e\x30\x19\x44\x00\xf5\x38\x00\x09\xae\x03\x90\x4b\x6f\x75\xb0\xd3\xc1\x5e\x07\x42\x07\xbf\xeb\xe0\x51\x07\xb9\x0e\x0e\x3a\x28\x52\x38\x51\xf5\xf4\x06\xf1\x56\xa9\x83\x3f\x74\x00\x34\xfd\x06\x1d\x08\xdf\x15\xa8\x90\x00\xba\x9d\xe6\x00\x03\x63\xfd\xe5\xb1\xaa\xf9\x21\x31\xdf\x82\x76\x65\x00\x14\x30\x7e\xc1\x25\x3c\xa2\x60\x20\x5d\x46\x3f\x02\x40\xa7\x80\x4a\xdb\x1c\x18\xc6\x3a\xe7\x49\x07\xcf\xd0\x40\x56\xf0\x7b\x25\xa4\xc2\xa9\xdb\x14\x15\x30\x13\xd6\xaa\x29\x3e\x8a\x7a\x1f\x64\x95\xfe\xd1\xf4\x99\x39\x87\xa0\xd2\x79\xb1\xd5\xe4\xd7\x8b\x2e\xf3\xa8\x83\x2f\x3a\x18\xe9\x60\x9c\x86\x05\x57\xc6\xd3\xf2\xc4\xb3\x06\x5c\x1e\x5e\xf6\x1c\xd4\x39\xd1\xaf\x4e\x75\x30\x4b\xc3\xfd\x18\xe5\x8e\x2e\xea\x2c\x94\xc2\x44\x2b\xa3\xf4\x7a\xc0\xf8\x56\xa2\x4b\x7a\xa7\x83\xf7\xa4\x4c\x02\xaa\xa7\xa9\xce\xfd\x49\x07\x3f\xeb\xe0\x1a\xc6\x4f\x07\xb7\x3a\xb8\xd3\xc1\xbd\x0e\x7e\x21\x9f\x87\x7a\x1d\x89\x9e\xbe\x3a\xfd\x21\x45\x72\x1d\xae\x31\x65\x05\x12\xdf\xa0\x80\x92\xd9\x68\xd5\x54\x1a\xc0\x27\x94\xa2\xd8\xf9\xd8\x07\x98\x69\x05\x5e\xe1\xe2\x52\x6d\x82\x55\xa5\xf9\xa8\xa1\x3e\xe9\xe0\xb3\x0e\x7e\xd5\xc1\xdf\x52\x3b\x79\x34\x61\x01\xdc\xfc\xfc\x0b\x10\x50\x1b\x50\xa8\x85\x43\x3d\x0b\x1b\xff\x50\x71\x05\x9e\xac\x35\xb1\xec\x47\x01\x99\x47\xb0\xa9\xc3\xae\x03\xef\xc0\x3c\xd7\x4f\x8f\xa0\x7c\xaa\x83\x03\x9c\xa7\xa0\xc6\x92\xe1\x96\x34\xf1\x5c\x0a\xf3\x58\xea\x9c\x3f\xe0\x1c\x37\x5a\xae\x2c\xb5\x13\x7d\x8d\x13\x79\x5e\x54\x01\xc9\xb5\xf2\xea\x6d\x46\x67\xeb\x5e\xc1\x47\x85\x68\x4a\x98\x84\x0b\xdf\xeb\x82\xe8\x5d\x96\xa1\xcf\x9d\x65\x2d\xcb\xd2\x68\x38\xc3\x0b\xa6\x44\x73\x12\x04\x90\x4e\x65\x7a\xdc\x6c\x0c\x0b\x43\x13\x58\x46\x67\xeb\x1e\x9f\x71\xf5\x01\xed\xff\xa2\x83\x23\x6c\x19\x99\xed\xf5\xfb\x3d\x12\xb3\x1b\x28\xa2\x72\x45\x5a\xe6\x87\x38\x68\x8c\x19\x0e\x3c\x51\xad\x54\x63\xd5\x06\xa1\x7b\x81\xd7\x8f\x52\xdf\x8c\xd7\x4c\xe8\x6d\xff\x09\x14\xae\xa1\x12\xf0\x94\xf8\xc9\x3d\x7d\x86\xc1\x15\xbc\xa8\x3f\xb9\xa7\xcf\xb0\x6b\xef\xf8\x27\xf3\x0f\x30\xb5\x32\x6a\x2e\xa0\x60\x8a\x8f\x2c\x37\x0f\xfa\xcc\xc0\xa7\x1d\xaf\x6f\x64\x26\xb6\xc2\xa3\xa5\x5f\x40\xe9\x1b\xdc\xe0\xb8\x87\xca\x72\x27\x78\xe6\x86\x09\xd8\x12\xee\xd8\xa8\xa5\x7f\xd6\x68\xdb\xc1\x34\xd1\x3e\xeb\x46\x8d\x75\xc9\xd3\xcc\x58\x89\x80\x53\x25\x64\x5e\x25\x3a\xed\x3d\x59\xe9\x76\x4b\xcc\x59\x59\xf1\x4c\xcf\x6b\xfd\x75\x15\x6f\xb2\xa0\x22\xd8\xe7\x52\x7b\xa3\x96\xd1\x11\xfa\x49\x27\x5e\x03\x92\x08\x1c\x3c\xd8\x21\x97\x1a\xdf\xdc\x00\x0b\xed\x9a\x83\xc2\xed\x83\x1e\x8e\x85\x41\x3d\xa6\xa8\x64\x33\x05\xf5\x9f\x8f\xc0\x9d\xbe\xe1\x45\xa3\x47\xa1\x44\x5e\x5b\xaa\x91\x70\x9d\x2c\xbf\xdc\x2b\x51\xc0\x32\xc2\x2e\xbc\xd5\xb5\xdc\xc1\x88\xe5\x96\x29\xa9\xe0\xf4\xbe\xc1\xa3\x79\x69\x54\x7c\xef\x35\xcc\x2f\x38\x73\x4b\x8e\x22\x30\x10\x09\xea\xb9\xb5\x17\xa8\x54\xa6\xb3\x57\x19\xe2\x39\x80\x55\xec\x2d\x7a\x54\x2a\x5e\x55\xa8\xb6\xa6\xb7\x04\x34\x58\xb8\x0f\x12\x45\x0e\x3d\xae\xff\x75\x6f\xd7\xcf\x56\x3e\x09\x67\x82\x41\x7d\xf5\x32\x11\x07\xe4\x36\x7e\x40\x5b\x90\x26\xdd\xf3\xca\x9d\x2e\x2b\x17\x47\x2b\x8f\xcc\x27\x7c\xd2\xf0\x9f\x71\x35\xe6\x35\xfb\x04\xed\xe6\x3c\x9f\xda\x18\x24\x7f\x26\xc9\x34\x66\x61\x7e\xb5\x0f\x37\xb8\x59\xfc\x0a\xd4\x0d\x4c\x00\x58\x48\x3c\x50\xb9\x33\x20\xc6\xaa\x40\xcf\x09\xc0\x6e\x91\x09\x0d\x1d\x04\x1a\x28\xc0\x3c\x44\xc4\x09\xb0\x88\xcc\x9c\xfb\xac\xe6\x35\xce\x1e\x7e\xc0\xd5\x75\x90\x05\x6a\x7d\xa1\x9d\x04\x12\x99\x06\xe6\x99\x73\x44\xaa\x80\x1b\xa3\x37\x38\x77\x30\xc3\xd6\xa0\xf7\x34\x44\x3a\x00\xb3\x83\xf7\xf5\x2a\xe6\xc0\x99\x81\x02\xf4\x26\x01\xb8\x13\x2c\x26\x28\xa3\xb0\x62\x83\x11\x37\xcb\x3c\xdd\xdb\x33\x7d\xac\x93\x26\x86\x87\x11\xa4\x4f\x41\x82\xa1\x83\x44\x07\xef\x75\x30\xd7\xc1\x4f\x3a\xf8\x99\xc3\x4c\x36\xb4\x8c\x61\x1d\x2d\x1d\x12\x73\x13\x1c\xd9\x95\x17\x5e\x5b\x32\xf1\xde\x73\xcb\x6f\xa1\xf0\xd5\xcd\xf5\x3c\x51\xec\xc0\x43\x0c\x11\x08\xb9\x8f\x56\xf7\xef\x8e\xfb\xc4\x59\xe6\x44\x32\xf7\x40\xda\x23\x1f\x00\x38\x3d\x7a\xfe\xea\xe0\x81\x3b\x3a\x13\x36\x64\x3c\xa3\x5d\xc2\xcc\x1c\xec\xe9\x5e\xaa\x5b\xab\x01\x80\xe4\x32\x6e\x86\x3b\x6e\x68\x52\x7b\xda\x6b\x48\xaf\x40\x23\xd3\xa6\x32\xef\xc1\xb3\xcb\xf9\xa0\x93\x3e\xea\xe0\x93\x0e\x3e\xc3\xf4\x82\x27\x40\x4e\xf5\x3c\x33\xdc\x4f\x5d\xea\x56\xcf\x36\xe4\xcb\x14\x19\xaa\xa4\x83\x5a\x09\xa8\xd9\xb0\xb2\xc6\xa5\x55\xb2\xaa\x42\xa2\xea\x16\x10\x6b\x3d\xb0\x7a\xd4\xf5\x6c\xd0\x53\x40\x4f\x11\xfd\x06\x70\xdd\x10\x81\x76\xfd\xb6\xd3\x69\x7b\x1d\xfc\xa4\xc7\x4d\xf7\x96\x1e\x3a\x7d\xa8\x72\x38\x3b\xf5\x93\xce\x7e\x04\xd5\x15\x1d\x1c\xb6\x68\x96\x26\x13\xfd\x65\x7a\x70\x81\x23\xb2\xde\xd7\x07\xb0\x20\x83\x5a\x74\xf0\x07\xb4\x1c\x44\xe3\x5b\x73\xd6\x09\xd9\x54\x7e\x1e\xd4\x3a\xf9\x49\x07\xcf\x3a\x78\xd1\xc1\x51\x07\x5f\x74\x30\xd2\xc1\x58\x07\xef\xf5\xe4\xd2\xf3\x50\x47\x6e\xf4\x77\xea\x19\xa8\x23\xb3\xad\x37\xde\xd1\x5b\x08\x1a\x8a\xc0\x61\x6e\xbd\xdd\xdd\x18\x54\xfb\xa1\x38\xb0\xea\x91\x23\x8d\x3e\xf1\xec\x9b\xd3\xd0\x37\xa7\x60\x93\xad\xc5\xc9\x27\xb4\xca\x77\xd0\x4a\x1d\xcc\xb7\x38\x39\xa2\x37\x7f\xda\x7e\xa5\x2a\xd0\xf5\x8b\x5e\xf8\x59\xbf\x70\x0d\xdf\xab\x83\x5b\x1d\x80\xbe\xd0\xfd\x36\xc4\x94\xf0\x24\x0f\x70\xd8\x5f\x48\x36\x8a\x29\x3e\x1b\x69\xd1\x82\xe4\x19\x15\xd9\x7b\x86\x3a\x31\x4b\x9d\xb9\x22\x10\xfa\x33\x10\xf9\xb1\x48\xd8\x35\x7f\x82\x5d\xe9\x81\xc0\xcd\x0f\x07\x9e\x09\x56\x87\x08\xfc\x07\x0d\xf1\x51\x07\x9f\x08\xec\xb5\x7c\x0e\xa0\x3e\xd3\x72\xb2\x3c\x2c\xe2\x57\x9d\xf9\x37\x98\x6c\x60\x66\x03\xe4\x0f\x08\x09\x74\x70\xa7\x67\x35\x88\xdb\x40\x93\x1e\x54\xbc\x40\x3b\x0e\x14\xb1\x81\x14\xdd\xc1\xb2\x67\xa9\xfd\x8a\x31\xab\xd3\xbd\x33\x63\xc9\x77\x21\xde\x86\x32\x2b\x20\x61\x61\x6a\x82\x7c\xa9\x04\x86\x3a\xb0\x04\x77\xc0\xf4\xc3\x72\x1c\x2f\x6e\x67\xa7\x83\x45\x87\x6b\xa3\x88\xab\xf1\xe8\x22\x15\x5e\x9b\xc9\x0f\x6c\x6e\x40\x1b\x0d\xfa\x04\x55\x6d\x2a\xae\x9e\x78\x66\xa4\x5e\x05\xc2\x19\xfa\x17\xc9\xa8\x67\x0d\xf7\x02\x44\x39\xb8\xe7\xb2\x0c\x7c\xf0\x83\x69\x10\x23\xd4\x9a\x62\x15\x7f\x28\xcd\xe1\x92\xb3\x28\xa1\x02\xbd\x3d\x4f\x09\xc0\xc6\xb0\xe5\x29\xd4\x7b\xd4\xd1\x2f\xbb\x10\x57\x37\xcd\xd5\x6b\x51\xa7\x8f\xc1\xca\x4d\x07\x23\x5d\x86\x8e\xe8\x75\xa8\x13\x66\x3a\x48\x20\x9f\x68\x99\x6f\x61\x75\xe8\xf4\x9f\x51\x75\x11\x6e\x0c\xe3\x1e\xe5\xb6\x8b\x01\x89\x09\x10\x5e\x2c\xb9\x13\xd0\xbc\xd7\x2f\xcd\xc1\x5e\x60\xe7\x01\x16\xa8\xa6\x6f\x81\x4c\x6a\x22\x55\xea\x3f\xf5\x7a\xe7\xa4\x74\xae\x45\x2e\x53\x54\xf7\x8d\xe2\x38\x35\x82\xe6\xde\xec\xe8\x66\x62\x19\x09\xae\xdb\xf5\xc1\x7d\xbb\x33\x07\x16\xbc\xf5\x51\xe4\xf9\x02\xc5\xec\x76\x0e\x3d\xdc\x2e\x47\xc9\x6c\xfd\x35\x90\x3b\x67\xfc\xa1\xc4\x93\x61\x02\x24\xca\x5b\x1a\xe9\xc3\xa5\x60\x65\xb5\x97\xf5\x98\x6f\xa5\xf2\x9f\x75\xaa\xf0\x1b\xc7\x98\xfb\x5a\xe2\x54\x64\x36\xed\x5e\x57\xff\x0b\x72\xba\x61\x5f\x02\x26\xad\x7e\x40\xde\xcf\x02\x52\x17\x1a\x60\x69\x55\x89\xf1\xaa\x61\x33\x3d\x5d\x04\xe6\x9c\x8b\xad\x80\x23\x0d\x16\x19\x78\xf4\x71\x3c\xae\x4d\x5f\x7e\xd8\xa1\x7b\x00\x4c\xb4\xe4\xcd\x47\x9d\xfa\x49\x07\x9f\x75\xf0\xab\x0e\xfe\x06\x52\x15\xe0\x52\x82\x56\x31\xc8\x3e\x41\xf6\xb7\x0f\x30\xaf\x00\xbb\x67\x3b\x6b\xe8\xaa\x01\x76\x80\x98\xea\xe0\x5e\xd7\xb8\x0f\xf8\x2d\xb6\x87\x35\xd9\xc5\x72\xcb\x7f\xfc\x5d\x83\x3c\x82\xb4\x15\x80\x41\x66\x0b\xa6\x90\x7b\xbf\x58\xec\xab\xa5\x4e\xfb\x03\x38\x6a\x7b\x98\x63\xa0\xfd\xa6\xe7\xc8\x1e\xb8\xe8\x52\x3d\xce\x0b\x6b\xfb\x6a\x7c\xe1\x79\xa4\xf6\x69\x1f\x6d\x4a\x53\x63\xb4\x88\x92\x45\x9d\xfb\x02\x20\xba\xf3\x75\x9f\xea\x95\xa9\x13\xbe\xe8\x60\xa4\x83\xf1\x1e\xf8\xe6\x7a\xe9\xe9\x60\xa6\x83\x44\x07\xef\x74\xf0\xde\x5a\x75\xdb\x3d\x62\xae\x13\x7e\xd2\xc1\xcf\x56\x9e\xbc\x00\xb1\x06\xcf\x16\x3c\x6b\x52\x94\xde\x59\x44\x86\xb3\x1d\x57\x3e\x1d\xa2\x76\xa1\x85\xaf\x3a\xc6\x95\x69\xbe\x5e\x72\x3a\xb8\x81\x4e\xd8\x39\x2f\x80\x30\xab\xac\xb9\xe7\xa1\x81\x8d\x7e\xc1\x99\xdb\x31\x6f\x35\xfc\x03\x9a\x94\xd8\x32\x83\xe9\x8f\x19\x6e\x86\x55\x24\xe7\x0e\x86\x58\x07\xbf\x40\x97\xed\x8d\x2e\xbd\x92\x47\xdc\x86\x81\x34\x02\xc5\x4c\xa8\x45\x07\x1f\x74\xf0\x51\x07\x9f\x74\xf0\x59\x07\xbf\xea\xe0\x6f\x3a\x60\x02\xc4\x86\x7a\xce\x09\xf8\x38\xa3\xfb\xe5\xb7\xef\xa6\x22\x1c\xa3\x8a\x93\xac\xf9\xa1\x04\x0e\xd0\x13\x7f\x0f\x16\x80\x98\x7a\xcd\x8e\xb2\xf1\xcb\xa4\xa9\xb8\x3e\xfa\xf1\xc9\x77\x35\x44\xb6\xf8\x30\xe5\x9b\xc6\x19\xae\x41\x7c\xcb\x95\xf2\xb6\x76\x4d\xc5\x57\x21\x8f\x48\x17\x89\x7d\xbb\xb4\x7d\xdd\x54\xfc\xae\x64\x7f\x34\x7c\x0e\xc6\xe3\x9a\x84\x0e\xcf\x5a\x51\xdd\xf2\xe7\x05\x4f\x65\x91\x8a\x1c\xb3\x74\xdd\x5c\x44\xd3\xf3\xce\x6c\x0d\x5b\xb0\xe6\xd4\x81\xd0\xc1\xef\x02\x8c\x35\x80\xcf\x0b\xda\xbb\x66\xd2\xd9\x61\x2d\x74\x82\x14\xc0\x45\x7a\x65\xdb\x72\x7b\xda\x37\x52\xa7\x22\x73\x89\x7f\x88\xd3\x1b\xa7\xd3\x33\x14\x7e\xbd\xfa\x81\x19\xeb\xd4\xa9\x0e\x66\x02\x98\xa9\xc8\x9d\x51\xc7\x6b\x3c\xdc\x6a\x11\xf6\x0c\xf8\xbe\x5a\xed\x45\xa8\x34\xd4\x10\x08\xfe\x52\x82\x30\xea\x5a\x32\x4b\xfa\x3f\x09\xa0\x89\xf5\xea\xd5\xc1\x51\x07\x5f\x04\xda\xe7\xb1\xf4\xf1\x99\xa9\xac\x72\x92\x45\x6b\x18\x6c\x9e\x81\xf8\x30\xe5\x18\x0e\x8b\xfe\x33\x84\xe5\x48\x97\x92\xe8\xe0\x1d\xd4\xc1\xaa\x9b\x26\xaf\x45\x99\xe3\x82\x72\x8f\xb2\x98\xe4\x28\x9b\x97\x45\x6a\x9e\x88\x25\x16\xc8\x7a\x31\x65\xc5\x5f\x2c\x0b\xfd\x83\xde\x32\x74\xc1\x73\x1d\x7c\xd4\x5b\x85\x7e\xf8\x59\x07\xd7\x3a\xb8\xd1\xc1\xad\x0e\xee\x00\x82\xb3\x47\xe4\x1e\xdf\x0b\xbf\xc3\xeb\x25\x08\x33\x47\x07\x4b\x11\x0d\xdf\xc4\x6c\x10\x2b\x92\xb1\x34\x66\xba\x0f\xb6\x58\x14\xc3\x7f\x80\xa8\x0e\x3e\x89\x36\xce\xfc\xca\xb1\xf8\x59\x83\xfe\xaa\x83\xbf\x09\x4b\x72\xe9\xe5\xfc\xbb\x17\xf3\xea\x09\xfa\x3b\xf6\x93\x3c\x1c\x44\x9d\x88\x0d\x57\x0f\xc5\xe1\xd4\xe1\x19\x24\x43\x09\xbf\x83\xdd\xae\x2e\x58\x07\x3b\x50\xb5\xff\x1d\x55\xa3\xb9\x32\x6d\x71\x18\xcd\x42\x4a\xcf\x03\xd7\x40\x1a\xf2\x77\x1d\x3c\xea\x20\xd7\xc1\x41\x07\xc5\xef\xc0\x37\x80\x01\x97\xfa\xb9\xd4\xc1\x27\xfd\x39\x7a\xaa\xeb\x88\xd2\x41\xa5\x83\x5a\x07\x8d\x0e\x9e\x74\xf0\x0c\xef\xea\xee\xfb\x55\xcf\x39\x1d\x3b\xea\xe0\x8b\x0e\x46\x3a\x18\xeb\x60\xa2\x83\xa9\x0e\x66\x3a\x48\x74\xf0\x4e\x07\xef\x75\x30\xd7\xc1\x4f\xbf\x03\xff\x48\x8f\xb9\x7e\xba\xd6\xc1\xcd\xef\x81\xa1\x9b\x99\x28\xc0\x2d\x86\x43\xdb\x71\x71\x0d\x40\x80\xb2\xaf\x80\x2f\xad\xdf\xbe\xd3\xc1\xbd\x0e\x7e\xd1\xc1\x02\x6a\xd1\xc1\x0a\xed\x9c\x0a\x51\xed\x79\xf6\x51\xaa\xc7\x20\x6a\x77\x8f\x87\xdf\xbd\x37\x0d\xb7\x91\x7e\x84\xde\xf9\xdd\x30\xa6\x27\xc6\x7e\xec\xb3\x4e\xf8\x15\xfa\x05\xa4\xcf\xba\xb8\x0d\x48\xf7\x1f\xad\xaa\xa5\x15\x5c\xc2\xac\xe0\x99\x5e\x0e\x21\xa9\xbf\x30\xea\x98\xdc\xaf\x18\x9b\x54\x79\xd5\x50\xa7\x9b\x02\x79\xc6\xf3\x45\x00\x87\x0c\x83\x1c\x99\x77\x15\xb0\xe3\x0c\x27\xaf\x06\xdd\x19\x4c\x5a\xc1\x33\x99\x82\x46\xc9\x69\xab\x6b\xdf\xe9\x40\x40\x50\xb5\xb0\x53\xbb\xad\x79\x81\xf9\xef\x8f\xfe\x4c\xc5\x7d\x7f\xa6\x8f\xeb\xf7\x20\x15\x11\xb2\x30\x1c\xc7\x47\x30\x99\x02\x58\x1d\x80\x58\x4e\xea\xe0\x8f\x47\x27\x43\x11\xce\x0f\x55\x5c\x64\x85\x7a\x0d\xb8\xfc\x4c\x63\x61\xd0\xea\x47\xe4\x53\x10\xdd\x12\xd8\x2c\x21\xe3\x11\x08\x26\x96\xa7\x4d\x0e\x37\x1e\x01\xb3\xce\x90\x38\x6e\x27\x8d\x48\x9f\xc6\xad\xbb\x3f\x1a\xae\x8e\xc8\x60\x91\x6a\x04\xac\xcd\x2d\xfa\x0c\xf8\x00\x63\xad\x4b\x07\x56\x14\x50\x47\x66\x0e\x65\xd0\xa1\xe3\xe3\x7b\x59\xd5\x81\xcd\x13\xba\x06\x34\x48\x28\xee\xba\x5c\xdd\xb3\xf4\x91\xed\xac\x6e\xc6\xcb\x63\x90\xe5\x1d\x1d\x3c\x71\xa5\x44\xc6\xdf\x4b\xf9\x68\x71\x93\x56\x1a\x5e\xc5\x6e\x74\xed\x5a\xb9\x0b\x50\x5f\x8d\x72\x2d\x26\x49\xe2\x27\xcb\x81\x1c\x52\x86\x9e\x92\x20\xa8\xa9\x0c\x8a\xa1\x8c\x55\x66\xd6\xe4\x7e\x3f\x4c\x63\xdc\x12\x31\x0b\xdd\x47\x61\xe7\x8c\x8f\xd0\x63\x27\x72\xaa\x44\xea\x77\x14\x07\xf4\xd6\x96\x7f\x22\x05\x27\x04\xf8\x8e\x81\x3c\xdf\x28\xcf\x3d\xb0\x95\xac\xd7\x8b\xd9\x68\xb2\x5a\x4f\x67\x1f\x56\x77\x77\xd7\xcb\xf5\xbb\xeb\xbb\xf1\xe8\x7a\xfd\xfe\xee\xee\x67\xf0\xea\x71\xc4\xa9\x3f\xf5\x1a\x1e\x15\xda\xc8\x54\xb6\x08\x51\x58\x9b\x74\x58\xa8\xf7\x52\xd5\x68\xfd\x26\x8a\x6c\x7a\x77\x63\x59\x6e\x79\x53\xed\x97\xc7\x22\xf5\x73\xca\xad\xa4\x91\x3d\xf9\xdc\x24\xdc\xa0\x7e\x21\x76\x1e\x99\x9e\x51\x25\x01\xeb\x44\xcf\x94\x65\xb3\xa9\x15\xe7\xf3\xa2\x96\xe1\x7e\x0f\x3a\xdc\xd3\xc9\x4c\xef\xb7\x8a\xed\xcc\xf1\xb8\x5e\x57\x3c\x47\x26\x90\x43\x87\x7f\xaf\x5e\x30\xac\x8c\xe1\x66\x6a\xb9\xc9\xf7\x4a\x6e\x0d\x5a\x66\x47\xdb\x6d\x47\xc6\xbc\x29\x24\x76\x9d\x13\xa8\xb5\x73\xb7\xb4\x76\xa6\xb7\x99\x93\x2d\xcd\xab\xa5\x3c\x70\x83\xc1\xab\x51\x5a\x1b\x91\xb2\x59\x73\xb2\x00\x0b\x7b\x4d\x1a\x87\xfb\x4e\x9a\xcb\x22\x64\xbc\x42\x9f\x04\xfc\xb3\x90\x29\xd2\x05\xe9\xd9\x1e\x51\x66\x43\x6c\xa2\xdb\x44\x85\xa2\x87\xaa\x39\x60\x27\x41\x29\x09\xd3\xcb\xfb\xe8\xf7\x5d\x9c\xa5\x52\x69\x7c\x09\x23\xa2\xfa\xc0\x72\x91\xf9\xfa\x73\xf6\xe5\x68\x08\x3a\x94\x86\x81\x8a\x26\xae\x74\xa3\x9c\xaf\x37\x9b\x82\x93\x11\x83\xfe\x02\x16\xf2\xc2\xac\x10\x60\x9c\x8d\xac\x3c\x07\xb2\xbc\xdd\x78\x2b\x5d\x4f\xc2\xae\xf9\xef\x40\x5f\x79\x67\x38\xa5\xac\x02\xb3\x80\x4a\x2a\x67\x77\x5b\x05\x98\x1d\x3d\x3f\x03\x39\xb6\xe5\xa9\xb9\xb6\xe2\xe0\x1b\x1d\x0c\x37\x15\x65\x51\x8b\xa2\xe1\x33\x70\x01\x64\xb0\xfe\x80\x51\x97\x00\x97\x89\x1e\xd9\x5e\x18\x6c\x08\x14\x1b\x2f\x99\x26\xaa\x82\x92\x32\x8e\x18\x92\x83\x78\x56\xac\x0c\xe8\x1c\x33\x77\x17\xf6\x8e\x26\x8b\x6f\xaf\xd7\xbc\xba\xb1\xbe\xe4\xa8\xa1\xf3\xfa\xa4\x9f\x95\x40\xbf\x0d\xcc\xe2\xec\x56\xa8\xe7\xad\x48\x6d\x4c\x54\xa8\x56\x6d\x74\xf7\x26\x81\xe2\x5e\x29\xab\x4a\xc0\x4d\x0f\xae\xb2\x85\xd5\xb0\x30\x54\x01\x1e\x4b\xaf\x96\xb0\x6c\x4a\x64\xe4\xf0\x67\x27\x2c\x5c\xb7\x4c\xcd\x25\x7c\x1d\xb4\x11\xb6\xa6\xaa\xd9\x4c\x72\x56\x55\xce\xaa\xdb\x46\xf6\x60\x0e\x70\xaf\xe4\x0b\xd8\xf8\x3b\x5f\x40\x6b\xa7\x2b\x88\xaa\xe0\x9a\xa2\x98\x3b\x57\x83\xc0\x00\x6b\x19\x05\xaf\xd7\xcf\x7c\x53\xb2\xf4\x71\x8d\x0e\xfa\xd6\xa0\x4e\x0c\xf5\xfb\x2c\xe3\xa0\x0f\x52\x11\x0c\xe5\x8c\xa0\x79\xec\x06\x23\x2e\xaa\x02\xf8\x9d\xd5\x5f\xcf\x39\xdb\xba\xba\xab\xc0\xd6\x5e\x23\x08\xc6\x25\x8e\x35\xfd\xb2\x44\x26\x7a\x38\x5c\xa1\x6f\xa9\x40\x95\xcd\x3a\x34\x59\x01\x9b\x76\xcd\xac\xe1\xf0\xca\xb9\x2d\x60\x4a\xc1\xce\x00\xfe\x5f\x32\x9f\xbe\x06\x0c\x1f\xb6\x2b\x68\x33\xf4\x5b\x86\xd6\xa0\xc6\x32\x00\xdc\x6e\x2d\x61\x76\x20\x6f\x1f\x53\xf0\x19\x02\xe7\x74\x47\x93\x0a\x15\xee\xb5\x19\x4f\xa5\xb2\x9a\x35\xf0\x68\xdd\x3e\xb9\xf4\xf5\x1a\xbd\x6c\xd9\xb6\x94\xd6\xa7\x03\x6e\xa3\xc7\x9c\x57\x7b\x0e\x93\x03\x1d\x41\x0a\x59\x98\xcd\x79\x31\x7b\x58\xce\xd6\xcb\xd5\xe7\xeb\xd9\xfa\xf6\x6e\x3a\x83\xf9\x03\x7d\x03\xfb\x6e\x9d\x13\xff\x21\xcb\xb0\xa8\xb5\x6a\x50\x02\xbf\x2e\x15\x47\xd4\x67\x61\x53\x52\xbc\x80\x4e\x3f\x3e\xf2\xe3\x4a\xc2\x0c\xb3\x1a\x09\xb2\x98\x03\xad\xb1\x08\x34\x56\x2a\xcc\x58\xf0\x8a\xd7\x24\x2d\xb5\x6f\xea\x9e\xde\x99\xc2\x0d\x4e\x23\xa2\x8f\xf1\x8a\x0b\x5b\x30\x21\x28\x02\x05\xe5\xb4\x2a\xed\x7d\x2d\xe8\xb8\x2e\x2e\x95\xd9\xd3\x03\x9b\xbd\x09\xa1\x2c\x82\xbe\x4e\x51\x05\x83\x7e\x50\xeb\xf3\x5d\xc7\x6c\xe1\x2c\x0c\xfb\x0c\xcc\x1d\x74\x8a\x3f\x04\xb6\x81\xdb\x59\xd0\x1f\x26\x51\x32\x7a\x81\xaf\x4e\x3c\x9c\x04\xf9\x18\xd4\x61\x81\x33\x48\x35\x79\xd8\x34\xb3\x2d\x44\x35\xdb\x62\x85\x1b\x0e\xe8\xa8\xca\x7e\x47\x38\x50\xde\xfc\xf5\xbe\x35\xda\x15\x2d\xd6\xa0\x1a\x51\x65\x7b\xf4\x02\x17\xc1\x82\xa6\xa8\x9c\x53\xda\xb3\x30\xaa\xf5\xc0\x9e\x45\x50\x2f\x67\x0b\x2e\xfd\x80\x1a\xcc\x4a\xd5\x48\xd3\xfd\xc9\x2c\x10\x6a\xe8\x53\xa4\x8a\x71\x71\xeb\xb0\x21\xc5\x8e\xb9\x37\x4e\x71\xa0\x3f\xb1\x03\xc0\x9e\xc2\x6c\x29\x01\x16\xbe\x36\x1e\x90\x46\xce\xff\x4e\x65\x7c\x0f\xd5\xe6\xfa\x2a\x9e\x05\x79\xe0\x00\x2a\x18\x24\x8d\x61\xae\xae\x91\x32\x82\xff\x9d\x4d\xd8\x51\x57\x32\x76\xc8\x3c\x39\x83\x2b\x72\xfd\xc4\x8b\x4c\xaa\x60\x42\x3f\xf2\x0d\xdb\x84\xf3\xef\x9e\x09\xd8\x25\x58\xa3\x0f\x26\xbd\x20\xac\xbf\x8d\x12\x62\x16\xb6\x55\x52\x06\x9a\x74\x05\x43\xd7\x40\x78\x89\x9e\x91\x76\x7c\x41\x57\x4a\x25\x57\xe8\xfe\xf3\xc6\xf4\xcc\x87\xb8\x8c\xdb\xbb\xdb\xf5\xfd\xfc\xd3\xec\x7a\x7d\xfb\x70\x33\x9e\x2d\xd6\xf7\x8b\xbb\xfb\x25\x9e\x93\x1a\x81\x7a\x30\x36\xf4\xa2\xba\x95\xc5\xbd\x78\xe1\xf9\x3d\xfa\xcb\xd2\x18\x12\xba\xea\xbf\x53\xd8\x6a\x9e\x19\x9b\x7b\x4d\xcf\xcf\x92\x95\xde\xb3\xe6\xef\xde\xeb\xff\xdb\xd1\x8d\x33\x06\x03\x83\x77\x4d\x51\x19\xbb\x2f\x92\xa8\xea\x5c\x6c\x8f\xf6\x8b\xf5\xae\xb0\xee\x00\x66\x2d\xca\x5f\x1a\x66\xdc\xd6\x38\x44\x07\x1d\x3d\x7c\x80\x1d\xb0\xe0\x3b\xb4\x0b\x36\xac\x3a\xa2\x65\xaf\xa4\xc4\xe1\x71\xe7\x89\x9d\x58\xce\x5f\x11\x7f\x29\x59\x91\x05\xf3\xad\xe0\xcf\x41\xcc\xa0\x9b\x27\xe6\xa3\x4f\xa9\xfc\xe3\x7a\x6d\xb5\x75\x0d\x98\xfd\x24\x0b\xf3\x51\xd4\x7b\xbc\x5e\xab\xf2\x1e\xa0\xf4\xf2\x31\x9a\x84\x7a\x91\xbc\xb3\xbb\xbb\xe2\x4f\x5c\x19\x37\xa7\x59\x83\x3c\x6d\x4d\x3d\xd8\x7e\x80\xc8\xcc\x3b\x67\x08\x8a\x73\x5f\xa6\x69\x7f\x66\x0c\xac\x78\xe6\xab\xae\x6c\x52\xfb\x63\x6d\x9b\xb1\x00\xbf\x8b\x94\x4a\x96\xde\x46\x00\xdf\xf2\x70\x7a\x9c\x8c\x39\xa3\x63\x63\x80\xf4\xbf\xb2\x1e\x21\xc5\x17\x0e\xca\x95\xa0\x12\xb0\xe7\x95\xc5\x04\x7e\xe6\x47\x4d\xff\xb9\x9e\x52\x1e\x69\xd9\xb3\xca\xc9\x50\x74\x7e\xa2\x27\xb1\x6b\xaf\x6e\x90\x73\x4b\x5a\x72\x56\x3b\x4b\x15\x57\x88\x2e\x75\x56\xd4\x4a\xb8\x65\xe7\x63\x2c\xcf\x7d\x04\x76\xbd\x95\x5c\x80\x97\x6b\xe5\x1d\x3b\x91\xa8\xdb\xc7\xf5\x7e\xe1\x74\xc6\xc2\x8d\x03\x5a\x69\xb7\x4b\xeb\xe2\x30\x2a\xb4\x2a\x79\x2a\xb6\x22\x15\xf5\xd1\x30\x57\x85\x31\x31\x82\x2d\x0b\x3b\xdc\xe2\x58\x61\xe1\xe8\x6d\xb4\x0a\x9a\x1b\xe6\x3e\xf2\xe3\x56\x99\x1d\xa4\x16\x07\x6e\x3c\x4a\x41\x8b\x2c\xda\x31\x1b\x2d\xe7\xb7\xef\xd6\xc9\xc3\xed\x04\x4c\x42\x3b\x27\xd2\x34\xee\x34\x7d\x58\x8c\x1c\x80\x8b\x90\x9c\x5e\x18\xe9\xeb\x63\x71\x34\x9d\xad\xe7\xb7\xf6\x09\xbd\xcb\x3e\x09\xb8\x64\x11\xf9\x75\xcb\xeb\xf9\x74\xb6\x86\xcd\x61\x3d\xbf\xed\x5c\x04\x27\x51\x2e\x32\x3e\x07\xd5\x3e\x0a\xd4\xbd\x68\x25\xf5\x4f\x25\xf9\x34\xbd\x05\xd9\xd2\x49\x4a\xb7\x95\xd2\x3f\x91\xe2\x93\x1e\xee\x4f\x37\xf2\x33\x85\x08\x8a\x9d\xde\x7d\xbc\xa5\x55\x9b\x94\xd6\x57\xdc\x3d\xac\x5a\x25\xdf\x35\x75\xfc\xfd\x77\x0f\xab\x53\xaf\xb6\x7a\x00\xd2\xa2\x8f\xb1\x55\xd0\xa4\xb8\x13\x68\x69\x3e\x89\x74\xc3\x2b\xad\xfd\x1c\xc1\xc4\x3d\x41\x5b\x60\x93\x10\x6a\x32\xba\xd6\xaf\x75\xa0\x22\xe7\x04\xd2\xe5\x68\xe0\xb7\x57\x24\x8a\xa0\xfe\x45\x3d\xff\x16\x77\xab\xd1\x6a\xf6\xf6\xc2\x3d\xae\x6f\x21\xe2\x08\x6a\x7b\x56\x55\x61\xa2\x43\xcf\x2a\xfd\x21\xa0\xf5\x38\x2f\xc2\x0f\x1c\x05\xca\xd1\x21\x0c\x34\x3d\x4c\xe8\xb7\x13\x5c\xca\x35\xdf\xda\x62\x83\x78\x37\x8a\xf7\x5b\x71\x97\xf0\x50\x86\xaf\xeb\x98\x7f\x79\x2a\x9f\x8b\x30\x17\xe3\x51\xfb\xee\x9a\xba\xd3\x4a\x69\xc3\xf4\x4f\xa4\x90\x56\x91\x72\x4c\x42\x37\x4e\xe8\xb7\x13\x82\xb6\x93\x22\x20\x4a\xbf\x85\xe4\x9b\x04\x84\x48\x59\x6e\x7a\xc2\x45\xed\xc7\x07\xf9\xf0\x7e\x2f\x04\xb8\x6b\x6a\x98\x40\x5b\xa6\xd7\x2c\x02\xe3\x73\x37\x78\xee\x07\xcf\x03\xf7\x0c\xa5\x05\x91\x6e\x18\xe9\x87\x11\x7c\x47\x99\x4b\xbd\x33\xd0\x10\xc2\xd8\xad\x8d\x3a\x25\xde\x69\xd3\xd6\xd6\x5f\x89\x83\x28\x76\x01\x75\xeb\x72\x12\xd0\xaa\x40\xfe\xa2\x92\x87\x4f\x5e\x77\xd5\x31\xa2\x75\x3a\xe8\xb6\x4a\xd0\x74\x95\xfa\x19\x0c\xbf\xf4\xe1\x99\x48\xb4\xa4\xa8\xe2\x44\xb8\xde\x18\xcf\x3c\xb8\x79\x59\x7c\x71\xcf\x68\x95\x54\x81\x15\x80\x2c\xc2\x5c\xb7\x22\xdc\x81\xe3\x0e\x21\xf7\x60\x8e\x21\x77\x46\xc2\xd9\x01\x5e\x07\xe1\x25\x14\xe3\x59\x65\x76\x06\xb6\xed\xe8\x23\xfa\xc0\xa7\xd6\x26\xd8\xc5\xc2\x67\xd4\x24\x86\xa8\xd7\x6c\x80\xa8\xbb\xb2\xdc\x26\xac\xb8\xaa\x45\x10\xbf\x36\xea\xc2\x3e\xe2\xab\x31\x51\x2c\x7d\x93\x23\x41\x0e\xff\x78\xc3\x6d\x93\xf2\x02\xa7\x75\xc1\x9b\x5a\xb1\xdc\xb4\xcb\xc4\x7c\x53\x68\x02\x96\x67\xd2\xc2\x06\xc6\x49\x04\x30\x68\x78\x94\x42\xc0\x7e\x69\x18\x88\x46\x42\x40\x9f\x46\x40\xed\xa7\x87\x51\xae\x5a\x09\xf8\x0e\x4b\x53\xa3\xd6\xbf\x47\x97\x49\xf0\x1f\xf7\xc3\x91\xe7\xb9\x7c\x36\xdd\x80\x11\xf7\x60\xab\x93\xd6\xdf\x08\x3e\xd0\x64\xdf\x08\xc5\x33\x53\x0e\xaa\x88\x1d\xd8\x8e\x17\x35\x33\x69\x26\xe6\x9f\x6c\x31\x65\xa3\xca\xdc\x4e\x10\x8c\xb8\x07\x0b\xb3\xc9\x1b\x0b\xa1\x1f\x6f\xc0\xf5\xf1\x06\xd1\x56\xfd\xe7\xe6\x04\x77\x43\xaa\x1f\xcd\x9f\xcd\xdd\x29\xce\x0b\x93\x0d\xcf\xf6\xdf\x02\x8c\x14\xdb\x80\xd9\xd3\xe4\xa8\x44\x9e\xc3\xe3\x8c\x55\xf5\xac\x51\xb2\x44\xa6\xdc\x3b\x85\x0a\xd4\xef\xf9\x46\xa1\x27\x3b\x9e\xb3\x67\x90\xb8\x7d\x10\x1c\x7c\x07\x54\xa8\xa0\x4b\x5e\x1b\xa9\x03\x2f\xd0\x0d\xd4\x3b\x2e\xd5\x0e\x1f\xdf\x8b\xdd\x1e\xb4\xe9\xc1\x6b\x83\xc3\x81\x97\x60\x09\x01\x56\x77\x37\xa2\xb8\xe1\x99\xb0\xa4\x10\xe6\x84\xe8\x3d\x2b\x1e\x2a\x3e\x05\x17\x92\x6b\xe7\xc6\xd4\x5d\xe0\x63\xe8\x25\x4f\xf9\xff\x0a\x74\x05\x2c\xf0\x79\x05\xda\xb7\x1f\x04\x72\x43\x03\xac\xd3\xe4\xbc\x17\x59\xc6\x8b\x30\x03\x75\xd8\x20\xc5\x50\xde\xbc\xb0\x72\x96\x34\x48\xad\x78\xed\xcb\xb6\x98\xa2\xbd\x6c\x06\x54\xa8\x80\xa1\x6f\x68\x05\x00\xb5\x24\x1d\x2c\x63\xc3\x1d\xa9\xef\x94\xa7\xc1\xf7\x61\x5f\x19\x60\x34\x4a\x9d\x18\x85\x78\xd9\xd4\x60\x7a\x69\xa2\x02\xbf\x82\x67\x77\x28\x95\x40\xe0\x05\xcb\x04\x8a\x37\x48\xcd\x56\x3b\xc0\xd6\x0c\x84\x8e\xdd\xcf\xd6\xc0\xeb\xd8\xfb\x2a\x5c\x69\xf0\x50\xd7\xa0\x57\xad\xcc\x24\x22\x9f\x03\x1c\x8c\xb2\xa1\xdf\x88\xef\x1a\x71\x22\x46\x02\x85\x75\x51\x8d\x21\x69\x6c\x0b\xde\xe3\x38\xa0\x66\xba\x2d\x03\xaf\x82\x81\x66\x66\x46\x11\x53\x3e\x71\xb5\xc5\xf5\x0b\x4b\x7d\x69\x98\x70\x6b\x7f\x3f\x4d\xc0\x4b\x04\xa6\x9f\x95\xf3\xf0\x7a\xe2\x99\x70\xfc\x50\xd6\x47\xe7\xd4\x02\x62\xc0\x55\x15\xe8\x9c\x10\xf6\xa9\xf5\xb3\xd3\xe2\x80\xd7\x51\x13\x99\x39\xf9\x2f\x2a\xcb\x05\x87\xe0\x81\xbd\x00\x3f\xcf\x18\xb9\xa2\xdb\xdc\xdb\x26\xcf\xef\x94\xbb\x21\x62\x61\x05\x4e\x86\x25\x69\x66\xaf\x75\x0a\x1c\xbc\x0e\x66\x25\x0b\xda\x6e\x43\xe9\x1a\x68\x83\xf6\xd9\x98\xf3\x57\x82\x2e\x9c\x31\xd3\xa8\x4f\x2b\x33\x1b\x90\x90\x26\xa7\x61\x1a\x46\x8c\xd9\xf8\x09\x30\x38\x2b\x97\x86\xaf\xc7\xc0\xee\xf2\x74\x79\xef\x0c\xc3\xc2\xf1\x6c\x76\x71\x82\x6f\x48\xc8\x38\x0d\x78\xb3\x32\x77\x3a\x5c\x68\xbf\x32\x25\xae\xee\xd7\x6b\x91\x21\x5b\x7b\x47\x79\xba\x58\x13\x3a\x89\x9d\xf2\xb2\xde\x23\xcb\x68\x3d\x79\x58\xae\xee\x6e\xe6\xbf\x02\xd1\xb7\xc4\xc5\x6b\xeb\xad\x52\x59\x82\x7b\x12\x9b\x20\x8a\x09\xf8\x3f\xd5\xbd\x16\x08\xf0\x58\x4e\x3e\x81\x5b\x6c\xc6\x02\xbb\x79\xb1\x56\x4c\x54\x46\x94\x6f\xcb\x77\xfc\xdc\x40\xcc\x03\xe3\x1b\x14\x89\xf1\xb8\x35\xa6\xf3\xe2\xe4\x32\x34\x46\x2e\xc1\xaa\xc8\xc9\x39\xd7\x34\x05\xf9\xad\xae\x3d\x6b\xe3\xbb\xc5\xf3\xe2\x11\x0b\x32\x9c\xd1\xc9\xf2\x3e\xfc\x4c\x44\x57\x6a\x2b\x0c\xf0\x51\xe8\xff\x13\x3c\x67\xbf\x03\x3a\x72\x45\x35\x85\x73\x25\xc3\xc1\xd0\x21\xf3\x28\x25\x08\xa1\x57\xe2\x60\x4e\x57\xfb\xf2\x6a\xcf\x0f\xa0\x5d\x61\x0b\xf1\xeb\x7b\x15\x36\x09\xf8\x14\x2d\x60\x44\xf0\x9c\x3f\x7d\x1d\x5b\xf0\x14\x2f\x03\xca\x25\x0b\x9a\x86\x5e\x7f\x6c\x01\xe4\x0d\xcf\x94\xd1\x31\x9b\xe5\xef\x8e\xaa\xc6\xc7\x95\xd3\xa8\xad\x4d\x09\xa0\x17\xee\x75\xca\x8c\x19\x90\x6e\xbc\x7d\x2e\xf8\xb3\xdd\xdf\xac\x56\xa8\xcd\x52\xb6\x8d\x75\xf8\x41\x41\xbf\xb8\x76\xeb\x8f\x58\x99\x53\xa4\x8e\xbf\x5e\x96\x8e\xed\xc3\x99\x79\x27\xd8\xfb\x83\x54\x34\x08\xa4\x1d\xa2\x9b\x50\x39\x0b\x98\x80\xa5\x5f\xe6\x02\x07\xdb\xf9\x8b\xa6\x7a\xfe\x38\x37\x72\xe9\xf0\x56\xb7\x86\xa7\xb3\xf1\xc3\x3b\x74\x7b\xef\x7d\xb2\x20\x42\x3d\x73\x8a\xf5\x3c\xe7\x4f\x30\x29\xfa\xa8\x95\x5a\xef\xfb\x61\xea\x95\x4d\xbd\x0a\x53\xc1\x83\x1a\x24\xc3\x93\x4b\x1f\xba\x42\xe0\x49\xc9\xa6\xc8\x78\x36\x91\xaa\xe0\x20\x63\x23\x09\x2d\x88\xa1\xf1\x76\x90\xe0\xd9\xa2\x1f\x51\xc2\x52\xec\x1a\x14\x5f\x1b\x79\x90\xa3\x4b\x8e\xe0\x6a\x05\xb3\x57\x52\x27\xe3\xb9\x01\xd2\x38\xd8\x31\xdf\x8b\x02\xf4\x64\xf7\x0d\x78\x6d\x29\x59\x81\x38\xd4\xa3\x3c\x7f\x73\xfe\xb3\x54\x88\x42\xc1\xc9\x90\x3f\x81\x30\x02\x56\x0e\x68\xe5\x82\xbe\x2d\x38\xfe\x9e\xec\x85\x7e\x6f\x29\x0e\x65\x2e\xb6\x02\x90\x12\x93\xb6\x52\x2c\xf3\xf7\x27\xed\x8f\xfe\x7c\x48\xb0\xfd\xcf\xd6\x06\x71\x1b\xb6\xfa\x46\x7e\xb9\xab\x5e\x80\x66\x3a\x48\x69\xbd\xa4\x23\x73\x3e\x4e\xdd\x1a\xca\xca\xb0\xac\xbd\xbb\x12\x8d\x01\xa0\xf7\x83\x67\xe3\x9a\xbf\xaa\xd0\x80\x57\x61\x7f\x2d\x57\x77\x8b\xd1\xbb\xd9\xfa\xe7\xd9\x67\x3f\xf6\x50\xbc\x9f\xd1\x9a\x02\x9e\x58\x63\x30\xdb\xc2\x8f\xa2\xde\x07\x1a\xa6\xc1\x10\xe8\x47\x73\x04\xb4\xe9\x44\x20\xa4\x44\x71\x44\x21\x29\x6a\xb2\xee\x9a\x1c\xc4\x96\x2f\xcb\x03\xde\xa5\x53\x85\xff\xf7\x79\x83\x87\xba\x41\x44\xf1\xc1\xa4\xe6\x0c\x2f\x02\x79\xb9\x36\x0f\x15\x3f\x88\x8d\x04\x73\x21\x4c\x33\x80\x2f\x0e\xe2\x85\xa4\x83\x30\xdc\x66\x1d\xf8\x8e\x79\xe5\x8e\xb0\x13\x4a\x6b\xa9\x9c\x5a\x45\xac\x8a\x3d\x81\xc2\x9f\xfb\x6a\x38\x24\x5c\xbf\xea\x8f\xf7\x99\x6b\xbb\x4f\x24\x7e\xf2\xc2\x0b\x96\xa8\x0e\xe3\x4b\x70\x64\xb0\x95\x1e\xdd\xd2\xcf\x53\xa7\x06\xda\x2a\x0c\x15\x4f\xcd\x3d\x8b\x60\x91\x5e\x24\x20\x11\xb3\xcf\xae\x8e\x46\xe5\xc6\xed\x63\x6e\xa6\x9c\xee\x2f\xfb\x6c\xfa\x6d\xed\x6e\x57\x11\x2a\xd5\x43\xe3\xd4\x26\x50\x7e\x33\x89\x93\x01\xc1\x7a\xe4\x4b\x7e\x60\x45\x2d\x52\x40\x81\x2b\xe3\xb4\xf1\x89\x2b\x6b\x61\x5e\x4e\xe4\xc1\xda\xd9\x67\xbc\x34\xce\xae\x56\xe0\xd5\x06\x91\x66\x1b\x37\x7e\x3b\xf4\xcc\x1d\xb3\xf4\x71\x07\x7b\x80\x77\xe4\xf3\x8c\xf7\x03\x68\xfa\xc5\x36\xdd\x24\xb9\x97\x41\x9b\xc5\x5e\xe1\xd6\xa4\x29\xaf\xec\xd5\x6d\xeb\xad\x78\x99\xba\xab\x06\xf4\xae\x58\x59\x73\xc8\xa8\xf9\x25\x92\xdf\x63\x30\xd1\x1e\x3b\x31\x8c\x52\x52\xd1\x7a\xae\xad\xab\x10\x17\x7b\xaf\xb1\x61\x74\x5c\x59\x6c\xe5\x3c\x95\xce\x21\xa7\x79\xde\x18\xef\x00\x26\x6a\x9a\x6f\x62\x15\xd7\x6f\x7f\xa4\x69\xf8\x11\x26\xa6\x4b\xf5\x3d\x63\xcb\x26\x29\xb6\x06\x92\x68\xea\x21\x69\xa4\x36\x9a\x83\x75\xd2\x62\x65\x76\x6c\x25\x80\x96\x11\x49\x45\xf2\x1f\xbb\xce\x74\x16\x9a\xba\x13\x28\xd2\xc3\x06\xac\x95\xe6\xfb\xb2\x95\x05\xe6\xd9\xa6\x9b\xcb\xa6\x26\x65\x0b\x24\x7c\x14\x8f\x67\x8f\x9e\x64\x04\x52\x4f\x35\x92\x90\x32\x95\xc1\x35\x87\x32\x2a\x53\x7f\x2b\xcc\x57\x57\xd8\xc6\xb5\xc5\xa4\xbd\xd2\xda\x76\xd3\x4e\x4d\x6c\xc8\x70\x43\x6c\x09\x37\x9c\x7a\xc8\x56\x81\x65\x81\x00\xfa\xd1\xdd\x74\x17\xf6\xf7\xeb\x5d\xec\x73\x5e\xed\xb9\xd6\x67\xb8\x36\xf9\xa4\x9c\xcc\xf0\x57\x6a\x88\x4a\x08\xe4\xf4\xa7\xbe\x9c\x4e\x2b\x9a\x0e\xb3\x6b\x2a\xac\x16\x9e\x4e\xf2\x31\xb8\xe6\xbd\xa8\xdd\xf2\x8c\x67\x59\xeb\x7b\x62\x00\xdf\x13\x7a\x62\xbc\xb6\xe5\xe8\x3c\xec\xec\x53\x6f\xb6\x37\x2b\x9f\x47\xbf\xec\xf5\x76\xbc\x9e\x13\xa8\x93\x6e\x82\xbd\x28\x48\x7e\x65\x08\x02\x08\xeb\x74\x8c\xcc\x8d\xf6\x07\x87\x63\xdc\xfe\x60\x9f\xdb\xfe\xe0\xaf\xac\xd2\x13\xcd\x58\x36\x1b\x6b\x4e\xfa\x5a\xa7\xfb\x02\x5d\xdb\xcd\xea\x8b\x47\x3d\xee\xb9\xa8\x4e\x37\x81\x4f\xb4\xc3\x6e\x4d\xbe\x64\x34\x24\x33\x3b\xfa\x26\xdc\x98\x70\xa1\x44\x35\x42\x62\x74\x64\x05\x85\x9e\xdc\x45\xac\x4b\x38\x4d\x28\x45\x9b\xa6\xad\xfb\xd4\x27\x9d\x4a\x3b\xb5\x11\x45\x4b\x9b\xbe\x1a\xb6\x31\x28\x50\x37\xd5\x0d\xc9\xd6\x6f\x3a\xf4\xb3\x2d\x46\x36\x27\x49\xf1\xf2\xa6\xdb\xbd\x85\x0a\x07\xd1\x57\xe5\x53\xbf\xbe\x7c\x4d\xcb\xfd\xb2\x87\x2d\x7a\xcf\x90\xc9\xe8\x23\xe1\x87\xaa\x1d\x12\xa4\x56\x85\x40\xb0\xdc\x12\x66\x78\x3b\x8d\x8d\x55\xf1\xc1\x9f\x45\x58\xb0\xc1\xc0\x2a\xf3\x8f\x48\x96\x45\xc2\xa6\x21\xc1\x81\x28\x52\x70\x8d\xb8\x63\xf5\x85\x29\xe6\x95\x65\xc9\x52\x43\xc7\xc2\x55\x06\x1d\xbd\x1c\x20\xe8\x7a\x4b\x27\xdb\x46\x07\xbb\xb6\x3c\xca\xb5\x2c\x20\x17\xf9\x07\x21\xb3\x05\xe9\x70\xe4\x15\xd8\x8b\xa2\x28\x91\x3e\x2f\x5a\xcc\x91\x9c\xef\x58\x7a\xb4\xf5\x61\xec\x3a\x20\x66\x73\x51\xb8\x8f\xb3\x5a\x7d\x9a\x40\x4d\x4c\xcf\x00\xbd\x1f\xb2\x47\x34\x46\x15\xc6\x6c\x41\x1b\xf9\xe2\x46\x4e\x3f\x8b\x2f\xee\x32\xb9\x58\x99\x0b\x18\x1d\x22\x95\x45\xc8\xf8\x58\xfb\xbb\x08\xcd\xf4\x09\xee\x8b\xd2\x08\xce\x5d\x71\x23\xaa\xca\xa0\x4e\x95\x51\xac\x3c\x30\xe3\xb1\xa8\x6a\x36\xc8\xdc\x73\x4c\x39\x7b\x31\x78\x30\xa8\xf6\x4d\xa8\xdb\xbe\x20\xaa\x85\xe3\x82\x98\x3c\x0b\x63\x5e\xf7\xf7\x73\x05\x65\xae\x75\x9b\xdc\x15\x5d\xe6\xf0\x6e\xdd\x7d\x8e\xae\x9a\x4b\x9e\xad\xa4\x7d\xef\x10\x7d\x45\x18\xb7\x7c\x19\xbc\xe8\x12\x3a\x6b\x89\x0c\xd5\x2a\x7c\x6e\x36\x13\x6f\xae\x66\x3a\x14\x27\x3f\xd2\x0c\xcf\x52\x69\x1c\x71\xd9\x6c\xd2\x16\x9c\x53\x54\xaa\x7d\xa4\x5d\x9a\xa9\xc2\xe8\x72\x1d\xc8\x8d\x8a\xa6\xa6\x66\xe3\xa0\x6d\x7d\xbc\x06\x59\x1e\xb4\xd5\xab\x50\x1f\x73\xc7\xb3\xbd\x53\xe1\xed\x7d\xe1\x27\xa2\x37\x35\x73\xa3\x65\x9e\xd3\xcf\x0a\x3b\xc2\xea\xb6\x98\xa8\x63\xa6\x9a\x0f\x82\x52\x79\x01\x44\x80\x79\x2b\x52\xcf\x09\x7b\xd3\x78\x77\x2c\xd1\xea\xa6\x72\xca\xa1\x96\xaa\x0e\xcc\x85\x4b\x62\x99\x63\x62\xad\x6c\x9c\x97\x36\x02\x3c\xbb\xad\x08\x6e\xc5\x51\xf2\x60\x9f\x41\x21\xb9\x9a\xfd\x81\xf7\x24\x41\xac\x63\x1f\xba\x81\xed\x01\x30\xcc\x94\xa5\x24\x91\xa1\xe5\x98\xb5\x86\xe5\xac\x07\x04\x0d\x13\x0a\xfe\xbc\x40\xf7\x06\xca\xbf\x99\x56\x66\xb1\xa2\x4a\x95\xf5\xf1\xfd\x41\xa8\xba\x61\x39\x26\x7a\x16\x14\x68\x25\x62\x96\x51\x0a\x0c\xe1\xcc\x17\x19\x3e\xd5\x82\xa7\x8d\x32\x5e\x5e\x40\xcb\x2c\xe0\xce\x4f\x47\xab\xd1\xfa\xfe\x6e\xb1\x1a\xa1\x1b\xf8\xf9\xf8\x61\x35\x33\xc6\x0a\x2c\x37\xb6\x29\x95\x67\x78\x19\xa3\x4d\x7b\xa9\x52\xcd\xab\x80\x1b\xf6\x33\x7a\x4b\xab\x9c\x4f\xd3\xa0\xa2\xad\x79\xac\x9c\x66\x76\x68\x28\x82\xf7\x77\x53\x96\xa6\xcb\x5f\x18\x4f\x03\x85\x75\x42\xb0\x96\x85\xe7\xeb\xca\xc2\x9b\x5c\xae\x41\x2e\x40\x5e\x4b\x69\xb4\x54\xfc\xc9\x4e\xe1\xb5\x31\x13\x9c\xa3\x4a\xb8\xb0\xae\x48\x6c\xbc\xa8\xb9\x7a\x62\xb9\x89\x32\x62\xd7\x61\x61\x2a\xf4\xd0\x8f\x4a\xf9\x7e\x68\x8c\xcb\x47\x6f\xd1\xb4\x36\x7e\xb0\x47\x15\x9a\x16\x01\xbf\xd1\x39\x3f\x71\x09\xa6\x4a\x6f\xc2\x08\xfa\xf9\xeb\x5c\xee\xdc\xe5\xb1\x60\x77\xe0\xfb\x3c\x68\xb5\xbd\xf6\x17\xda\x8c\x4b\x23\x28\x50\x0f\x00\xec\xd2\x78\x43\x21\xd8\xe3\x1b\xa9\x8b\x8e\x18\xfd\x59\x9d\x7d\xb3\x34\x97\x38\x18\x4f\x3b\xc6\xb1\xbb\xf5\xe6\x00\xb6\x1f\xdc\x58\xa2\x34\x15\x57\x13\xe4\x18\x65\xc6\x0d\x96\x2e\xc2\xb9\xa0\x2f\xe4\x5d\x19\xce\x82\x1c\xaf\x75\x3e\xb0\x97\x8f\xbe\x21\xba\x00\x53\xde\x81\xa9\x47\x53\x03\x7e\xcf\x93\x7c\x0c\xa5\x49\x78\x8d\x35\x77\x3d\x07\x4c\x2d\x53\x9a\xf5\xc3\x65\xa2\x33\xf4\x51\xe8\xae\x12\x3c\xa9\x98\x81\x63\xd9\x4a\x0a\xed\x57\xf6\xb0\x0e\x27\xee\x92\x24\xbc\x68\x8f\x67\x23\x6b\x3c\x20\xaa\x91\x86\xc0\x23\xce\xde\xcd\x87\x1b\xe8\x1a\xe4\xd5\xc0\xca\xb6\x1e\x71\xd7\x4d\x21\xc0\xb4\xde\x09\x4c\x16\x8e\xbd\xcc\x63\x97\x99\x66\x54\xd0\xfd\x9e\xe7\x88\xd7\xa8\x2e\xbb\x16\x55\x6c\x5c\x05\x30\x5e\x84\xf7\x64\xef\x06\x54\xee\x6d\x27\xa3\x59\x1b\x71\x0d\x6c\x80\xa7\x1a\x82\x51\x23\xd9\x05\x62\xc1\xec\x8a\xa8\xa7\x1d\xf4\x51\xc6\xd3\x9c\x29\x9e\xcd\x7c\xd9\xad\xa4\xf7\xab\x9b\x6b\xdf\x5a\xf0\x85\xe0\x9d\x50\xe9\x75\x03\xc7\x52\x50\xb1\x57\xa2\x34\xaf\xb9\x2f\xc0\x68\x50\x3f\x2e\x0a\xbc\x76\xce\xde\xef\x17\xa4\x01\x97\x1d\x6f\x33\xdf\x71\x5c\x52\xa5\x35\x5a\x00\x21\x26\xae\x66\x7b\x95\x03\x72\xa9\x45\xcd\xf1\xae\x5b\xe4\xe1\x6e\x98\x73\x25\xeb\x3e\x29\x48\x23\xb6\x4a\xfb\xfa\x90\x9f\x4a\xcf\xd9\x06\x55\xaf\x5d\x0a\x6b\x32\x21\x49\x8a\xc6\xb2\x69\x8a\xa4\xaf\xe4\x82\x96\x00\xde\xc3\x48\x12\x22\xf2\x24\x09\x09\x85\x30\x45\x53\x01\xfa\x64\x25\x89\xa8\x08\x4c\x6b\x07\x8c\x8f\xbe\xaa\x11\x3f\x9a\x42\x1b\x80\x58\x82\x8f\x66\x24\x9a\x4a\xf4\x0e\x1d\x27\x92\xf8\x56\xaa\x03\xfd\x02\x50\x87\xa5\x49\x87\x1d\x35\x11\x13\x4f\x24\xbe\xe3\x35\x5a\x72\x05\x38\x8b\x5e\xa6\xf7\x46\xd3\x18\x8f\x22\x30\xb2\x20\x69\xeb\xca\x98\x79\xe1\xa9\xe4\x92\x81\xd1\x8a\x77\x2b\xc2\xf3\x28\xcf\x4d\x54\xd3\x17\xc4\xde\x5a\xf1\x27\x27\x1f\x34\xba\x13\xd1\x69\xb6\xce\xe0\xe0\xb0\xfa\x8c\x51\xd4\xc7\x5c\x04\x65\x8d\xa1\xf1\x09\x6e\x6b\x95\xb1\x64\xc2\x73\x65\xed\x65\xb0\x8a\x6f\x2d\x3a\x6b\x2f\xe2\x0f\x70\x4b\xdb\x27\x05\x7f\xb6\x8f\xf6\x16\x58\x21\x0b\x5c\x02\x87\x46\xa3\x14\xf9\x71\xa6\x3b\x49\x23\x10\x56\xee\x0f\x56\x64\xce\x21\x4e\x2a\x0b\x2b\x64\xb9\xf7\x4a\xdc\x2e\x15\x7a\xf4\x51\x94\x61\x0f\x00\xc6\x64\x2d\x08\xc1\x5c\x9d\x74\xb7\xc5\x19\xdd\x95\x61\xa5\xb5\x37\x73\x29\x45\x93\xe7\x0b\xeb\x62\x7f\xea\x2f\x50\x0c\x70\x10\x7d\x38\xc7\xe9\x60\xf8\x06\x36\xbd\xa0\x3d\x10\xca\xd8\xf1\xe3\x2a\x5e\xdf\xc4\x00\x8d\x52\x16\x99\x03\xae\xe0\x82\xa7\x75\x45\x9c\xb7\xf8\x64\xa3\xba\x80\xa3\x6c\x88\x24\x92\x0b\x68\x4c\xc5\x8d\x5f\x4e\x59\xdc\xa3\x22\xa0\x8b\xff\xcc\x8f\xe1\x33\x38\xf3\x34\x76\x1c\x2a\xc4\x84\x5c\x11\xeb\xb8\x8c\x75\x58\xc8\xda\x97\x12\xd8\x7a\xe1\xb7\x92\x76\x01\xce\x3e\x52\x82\x39\x8b\x18\xf8\x66\x58\x37\x61\xaa\xa7\x63\x42\xd3\x99\x53\xda\x01\x69\x4c\xe7\xea\x4d\x3f\x4c\x0b\x48\x4b\xe8\xc3\xd0\x2e\xd9\x98\xf7\x83\x35\x8a\x7f\xd6\x04\x98\x11\x02\x59\xe2\x5f\xf0\x3c\x73\xe4\x42\xe6\x1c\x9b\x19\xd2\x04\x6d\x13\x71\x9a\xda\xaa\x37\x56\xcf\xcc\x69\x22\xc0\x11\x69\xca\xf9\xa8\x2c\xb9\x6a\x8c\x89\x2d\xd6\x6e\xdf\xe7\x44\x52\x5e\xa3\x3b\x87\x60\xfe\xe3\x82\x44\x9b\x4a\x60\xd7\xe0\x09\x5b\x2a\x59\x7a\x02\x2f\x26\x81\xf0\xa5\x42\xa2\xfd\x91\x31\xe1\xc7\xf7\x22\x9b\xea\xb5\xb5\x62\x5a\xac\xae\xd7\xd7\x77\x93\xd1\xf5\x9a\x0a\x12\x41\x3a\x86\x20\x46\x74\x66\xfa\xd9\xa0\x84\x78\x9e\x05\xb6\x6d\xcb\xc0\x1c\x6a\xb1\xba\xd6\x7b\x9a\x5f\x2d\x6b\xeb\xfe\x8a\xa8\xb3\xc0\x75\x00\x09\x20\x70\xf0\x38\x91\x4f\x86\x6f\x60\x53\xae\x41\x80\x6e\x71\x5b\xfb\x6a\x80\x83\xc1\x78\x4d\x58\x9e\x5a\x6b\xef\xd0\xf8\xa2\x72\x37\x06\xe0\x6e\x75\x73\xaa\x11\xc6\xed\x93\x48\x5d\x0f\x9a\xf5\xa6\x49\x44\xcb\xb1\x51\x0c\xcc\x6e\x70\xc2\xa3\xd2\xda\x84\xd8\x19\x26\x4d\x9e\x1b\x2e\x86\x71\x36\xef\xd0\xf1\xb0\x80\x59\xb6\xa3\xfa\x44\xce\x3b\x33\x0c\xb1\xf1\xe1\x54\xc9\x83\x54\xe5\x5e\xa4\xa7\xfc\x36\x19\x02\xd0\x2f\xa0\x00\x83\x21\x1f\x7f\xfe\xe6\x7c\xf9\xe1\x1d\x5e\xa7\x65\xfb\xd3\xc8\x0e\xb7\xd4\x95\xa9\xd0\x59\x3e\x2a\x0b\xdd\xed\xe8\x17\xa8\xf6\xda\x36\x98\x0c\xd8\x78\xad\x9f\xb8\x57\xf9\x60\xf6\x5e\x97\x70\xbc\x0a\x56\x37\x8a\xe5\xd6\xfb\xbf\x89\xba\xdb\x0c\x34\x49\x65\xbc\xb2\xe7\xb6\x34\x59\xb8\x51\x0f\xe3\x96\x6a\x69\x2a\x32\x21\xa0\xd9\xfe\x54\xae\x9d\xbf\xbd\x04\x94\xb7\x5d\x14\x4c\x8f\x8c\x9e\xa2\x7d\x0d\x67\x9d\x92\x46\x19\xee\x45\xe8\x25\x69\x6d\xed\x73\x69\xa9\x96\x34\x9c\x91\xd6\x7d\x28\x99\x94\xf2\xc9\xb2\x71\x6a\xbc\x3b\x3f\xe5\x7a\x13\x9d\xb4\xe2\x08\x97\xf1\x4a\x1f\x7a\x0b\xbd\x73\x39\x07\xd5\xb6\x8b\x30\xe6\x7a\x28\x67\x45\x66\xfd\x2a\x68\x4a\x5a\x21\xad\xa3\x3b\xae\xa9\xe9\x62\x01\x37\x60\x41\x5c\x54\xae\x0f\x45\x75\x1d\x94\x23\xaa\x09\xb7\x0a\x6f\xf6\xc1\xa6\xf9\x36\xfb\x94\x27\x0b\x11\xe6\xb9\xd4\x5b\x59\x20\xd7\xac\xc0\xb2\xed\x40\xe9\x9c\x3a\x58\xdd\xd0\xe5\x4e\x7f\x8d\x4c\x51\x7d\xcc\xdd\x44\xfd\x0f\xe0\xae\x9d\x18\xf3\xf5\xbb\x9d\x82\x42\xc6\x10\xf4\x03\x74\x92\x69\x2d\x3c\x93\x3e\x81\x79\xe4\x3b\x78\x6e\x5a\x6b\x3f\x20\x60\x95\xa1\x2f\x10\x44\xf0\xf1\xd3\x0e\xd5\x0d\x7b\x01\x17\xd0\xee\x3e\x5f\x7b\x13\xa0\x03\xf3\xea\x43\xe1\x8b\xec\xc5\x8e\xfb\x81\xbd\xb8\x41\x0f\x2c\x65\xe1\x1a\x97\xf5\x7c\x02\xd7\xd5\x6b\x92\x23\x95\x85\xbf\x3e\x46\x20\x1f\xd2\xa4\x9b\x84\x96\x69\xd8\x3c\x5c\x23\x89\x2c\x08\xb0\x2b\xab\xa0\x08\x2e\x08\x8d\xf5\x6a\xf1\x48\x18\x3a\x17\xb1\x10\x5b\x51\xb0\x3c\xf0\x03\xa4\x8f\xf6\x6b\x4d\x96\xb8\xee\x95\x2c\xfb\xff\x33\xf6\x6e\xcd\x8d\xeb\xca\x7e\xf8\x77\x99\xfa\x3f\xee\x87\xff\x3a\xb9\x9c\x24\x6f\xb2\x2c\xcf\x28\x63\x5b\x8e\x24\xcf\xcc\x5a\x55\x29\x16\x2d\x42\x12\xb6\x29\x42\x9b\xa0\x2c\x7b\x55\xe5\xbb\xa7\xd0\x77\x80\xf4\xe4\xbc\xd8\x42\x13\x04\x71\x47\xa3\x2f\xbf\xe6\xc9\x90\xbe\x48\xfb\x8e\x97\xd5\x3c\x43\xd6\xea\x29\x6b\xad\x8f\xdc\xf5\x5e\x4f\x68\x53\x53\xf3\xc5\x75\x08\x8c\xea\x58\x99\x5d\x63\xb4\x69\xc1\x13\xca\x08\xb5\x5e\x4e\x16\xc7\xbd\x62\xa6\x1a\xd4\x08\x5e\xa7\x87\x75\xcb\x7a\x22\x00\x77\xd0\x99\xfa\x48\x57\x8a\x98\xf3\x90\xdf\x10\xd6\x96\x38\x99\x4b\xdd\x3e\xb0\xea\x06\xab\x73\x52\xf3\xd1\x70\xa1\xa9\xde\x75\xfa\xdf\x98\x97\x92\x3e\x43\x38\x55\x78\x2e\x20\x3e\xe9\x65\xe5\xa2\x4f\x89\xcb\xc7\x9c\xe6\x9c\x04\x26\xed\xaf\xd0\x39\xa9\xa0\x25\x6e\xeb\x97\x97\x74\xa6\x2d\x34\x8e\x02\x5f\x8f\x15\x23\x5b\x36\x01\x8c\xac\xee\xde\x55\xc6\xc8\xf0\x1f\x50\x20\xc7\x22\xc5\x33\xd7\x9c\x32\xe8\x89\xce\xdf\x58\x76\xf2\x79\xbe\x66\xa9\xe7\x38\xdb\xdf\xe4\x45\x02\x1b\x86\x7b\xb0\xf1\xc4\x4f\x19\xee\x6c\x5c\xa4\x97\x8f\x73\x1d\xc9\xfc\xdc\xb4\x08\x32\x8a\xe4\xec\xe8\x04\xa5\x84\x6d\x3a\xb1\x39\x5b\x3c\xaa\x51\x7c\x46\xc7\xb6\x9d\xea\xe9\xf6\x87\x2c\x2f\x1a\x7b\x0e\xd4\x77\xd8\x43\x59\xa3\xcd\x99\x13\x3f\x27\x49\x37\x8c\x88\x9b\xcb\x0b\xd1\xc1\x1d\x5e\x62\xd0\xd7\x22\x2e\xe5\x26\xcb\x7b\x5b\xad\x8d\xbe\x43\x7e\xf8\xfc\xfe\x39\xef\x43\xf5\xd2\xd7\x37\x64\x64\x4b\x12\x97\x11\xf3\x22\xb9\x0b\xa1\x3e\xb6\x07\xcb\x86\xcf\xba\xe6\x31\x0c\x38\x36\x02\xdf\x9a\xb7\x45\xfd\x43\xed\xd5\x00\xc3\x0e\x69\x2c\x24\x48\x4a\x35\x7d\xd4\x8e\x3d\x72\xe1\x07\x14\xe3\x5e\x98\x3b\xe6\x61\xdf\xd6\x2f\x2c\x83\x1a\xc6\x3f\xf3\x8b\x8b\x3a\x02\x80\x11\xab\xa9\x90\x8f\x5c\x0e\x2a\x1e\x90\xd7\x48\x7c\xbf\xa0\x92\x87\x94\xba\xad\x87\xda\xbe\x57\x9b\xdf\xc5\x22\xb3\xd9\x2a\xc4\x6b\x7b\xa9\x7b\x3e\x25\x38\xfc\x00\x14\xbf\xea\xd2\x6a\x59\xbb\x33\x81\x67\x57\xa0\x01\x86\x57\x58\x4b\xce\xcc\x2f\xa7\xf1\xa9\x3d\x21\x40\x6c\xbf\xdc\x54\x9b\xf9\x7a\x75\x7f\x3f\xbb\xb9\x5f\x64\xd2\x7b\x98\xea\xf8\xd6\xaa\x33\x48\x11\x3c\x7f\xe6\x12\x5d\xa3\x52\x14\x46\xac\x36\xc8\x76\xac\x12\x61\x33\x26\x63\x4e\x19\x51\xf8\x5a\xba\xb3\xc4\xf1\x17\x89\x23\x5f\x86\x78\x23\xcd\x64\x74\x23\xdf\x1d\x2c\x28\xbf\x19\xef\x68\x9c\x1a\xfe\xd4\x5b\x9c\xeb\x87\x0f\x1e\xdb\x3d\xaf\x3d\x79\x61\xb9\xa9\xee\x56\xf3\xe7\xcd\xa8\x37\x80\xfa\xd7\xea\x71\x51\x2d\x6f\xb3\x07\xdb\xd9\xcd\xf2\xf1\x16\x78\xec\xc7\x55\xf5\x63\xb1\xde\x2e\xd3\x75\xea\xe7\x7a\xf6\x84\xa4\x6f\xab\xf5\xf2\xaf\xd5\xe3\x56\x89\xf7\xb3\xf5\xd7\x45\x75\xbb\xdc\x6c\x67\x8f\xf3\x45\x75\xb7\x5e\x3d\x54\xf3\xc5\xe3\x76\xb1\x96\x87\x8f\x8b\xaf\xb3\xed\xf2\xc7\xa7\xb9\xd0\x12\xbe\xf5\xbb\x57\x72\x3c\x87\x10\x1f\x2c\xdc\x84\x9b\xbd\x35\x91\xce\x09\xf1\xa1\xde\x89\xdc\xbe\x02\x83\x00\x42\x5d\x83\xf3\x34\x1d\x28\xbc\x2f\xcf\xee\xef\x57\x3f\x17\xb7\xd5\xf2\xf1\xe9\x79\x0b\xf1\x82\x37\x4c\xad\x7e\x2c\xd7\xdb\xe7\xd9\x7d\xb5\xb8\x17\xd4\x86\xea\x33\x95\x4f\xe7\xae\xb3\x22\x36\x60\xe8\x32\x0a\x21\xf4\x01\x9a\xc5\x63\x18\x66\xb2\xd1\x42\xb5\xb7\x81\x83\xd2\xc0\x96\x3d\x04\x5c\x66\x79\xa4\x9a\x80\x67\xca\x63\x18\xfc\xde\xef\x0a\xaa\x5e\x0f\x52\x0a\xc2\xf4\xd1\x97\x7f\x1e\x5d\x47\x00\xd9\x0d\x67\xa5\x23\xb7\x38\x19\x89\x49\x21\xb5\xc1\xad\x8b\x3b\xd7\x35\x35\xdf\xa8\x27\x1e\xac\xf6\xb4\x83\x9f\xea\x8f\x17\x2e\x65\x2b\x81\x0b\xaa\x32\x5e\x22\x29\xae\xec\x29\x20\x50\x4d\x90\x9a\xb5\xfe\xd0\xf1\xba\x40\xa1\x20\xef\x43\x24\x76\x84\x6d\xf1\x55\x5b\x92\x28\x65\xd7\x37\x86\x0b\xf0\xd8\x17\xa9\x9e\xdf\xdd\x07\x86\x6c\xc3\x48\x39\xa0\x58\x06\x96\xd7\x02\xe2\x41\x1f\x2e\x20\x8c\x16\xbf\x47\x46\x12\xc6\x6c\xb9\x32\xa5\x32\xc3\x62\x72\xc2\x79\x6d\x33\xc0\x42\x34\x2b\x1e\xbf\xb2\x96\x49\x1e\x57\x9d\xf8\x23\x0d\xfd\xc7\x12\x34\x3a\x38\xfd\x43\x6f\x79\x84\x37\xd7\x0f\x1e\xb5\xa7\x55\x1e\xdb\x28\x8d\x32\xaa\xd2\xd0\x46\x36\xbc\xa1\x48\x8d\x50\x32\x95\xc0\x41\x6f\x8e\xa1\xf7\x7f\xa7\x89\xdc\x66\x8f\x41\x0a\xa6\x49\x96\x90\x09\xe1\x09\x3a\x8e\x77\xb4\x6d\xfd\x82\xa8\x10\x47\xf8\xb4\x24\x55\xeb\xb2\xa4\xd8\x27\xd0\x05\xba\x08\x18\xae\x06\x70\xad\xf8\xa5\xf1\x21\x43\x1d\xe5\xca\x41\x4e\xad\xdd\xd6\x2f\x69\x73\xe0\x7e\x47\x06\xce\x84\x27\x19\xf5\x37\x54\xe5\x3e\x90\x24\xf2\x93\x71\x58\xc8\xb5\xf1\x0e\x45\x5b\x12\xf6\x73\x4d\x11\xac\xe1\xa0\xa2\x44\xeb\xf6\x43\x36\x67\xf7\xe5\x2c\xd6\xec\x08\x4e\xaa\x65\x89\x0b\x9b\x66\x11\x92\xe6\xc2\xb7\x46\x15\xbd\xb3\xca\xb7\xe2\x99\xe5\x7d\xa7\x9e\x6b\x23\x7f\x33\x0f\xff\xa6\x6e\x15\x39\xa9\xaa\xa2\xaa\xd0\xdd\xb4\x17\xc3\xb9\x97\xeb\xcf\x6c\x44\x2b\x55\x48\x8b\xd9\x52\xb6\x16\x68\x16\x93\x98\x35\x0e\x41\x1c\x7c\x00\x98\x0a\x96\x3e\x61\x73\xba\x72\x7f\xe9\xc0\xc4\x0c\xf9\x2a\x76\x58\x4c\x23\x7f\xf3\x61\x5f\x4b\x77\x70\xb9\xfc\xf5\xbe\x46\x97\xb0\x17\xd7\xdc\x7c\xd8\xcb\x5d\x4b\x04\xd2\x90\x44\x08\x31\x7b\x40\x05\x64\xdd\x5e\xc0\xe2\x7e\x77\x89\x88\x08\x25\x77\x15\x34\x46\x27\xe9\xa7\x63\x5b\x02\x92\x40\x73\x3d\x8d\x2c\x5a\x7b\x11\x20\x13\x97\xdd\x10\xee\x0c\x97\xc8\x11\x5d\xff\xca\x30\x21\x2b\x0c\x63\x2b\xdb\x49\xb8\xda\xad\xa5\xdf\x39\x3b\xe1\x42\x87\x55\x2c\x97\x10\x1c\x00\x4c\x04\xcf\xfa\x1c\xb3\xd7\x0e\x1d\x0e\x84\xe4\x56\x65\xba\xed\x57\x1f\x71\x27\xc6\xc5\xa7\xbf\xcf\xf0\xcb\xb0\xa1\xcc\x51\x95\xd3\xe4\x77\x1b\x18\x22\x1b\xc1\xa9\x0d\x50\x55\x2c\x2e\x41\xb0\x76\xc8\xdf\xa3\xa3\x4c\xdd\x35\x3e\x9d\x13\x9c\xdd\xd2\x0c\xeb\x84\x3b\x0f\xb7\xc8\xc7\x1b\xdf\xe8\x65\x16\x50\xe9\xf3\xf4\xc1\x0d\x37\xe1\x82\x90\xc0\xc0\x09\xd2\x8a\xa7\x31\x36\x5f\x53\x8f\x83\xc7\xfa\xcd\xcb\x69\xcd\x0c\x6d\xbe\x9f\xa2\x00\x96\x5f\xd5\x0d\x0f\x35\xbc\xd1\xdd\xb5\x01\x42\x83\xa5\x69\x81\x40\x53\x58\x8e\xec\x0c\xe7\xfa\xe0\x22\xba\xd2\xa4\x69\xf1\x4d\x76\xf1\xc9\xee\xf2\xf1\x9b\xdd\xe6\x7d\xfc\xa1\x07\x48\x4f\xfb\x59\x38\x83\x56\x19\xee\x42\x3c\x64\x3e\x02\xf6\xb2\x09\x0b\x0c\x22\x5c\xbd\x34\xac\x5d\xdd\x10\xa0\x69\xef\x6a\xf6\x22\x9e\xda\x67\x57\xdd\xac\xef\xc3\x15\xb7\x78\xb8\xa1\xdc\x85\xfe\x31\x50\xa3\x81\x59\x63\x15\x33\xe8\xb9\x76\x18\xf1\x90\x64\xc9\x99\xeb\xef\x72\xb5\x31\xea\x8a\x9f\x7e\x38\xd2\x5c\x88\xa4\x3b\x00\x5a\xb8\x0c\x86\x7c\x70\xc3\x32\xaa\x99\xe6\xae\xee\x20\x81\xe3\x26\xe4\x63\x9d\xae\xa3\x27\x0c\xfa\x16\x2f\x2f\x0f\xae\xbb\x28\x5a\xe6\x72\x70\x27\xc3\x23\x1c\xdc\xc0\xc2\x8e\x59\xef\xeb\x35\x8a\x59\xa5\xe6\xea\x3f\xc5\x95\x27\xa0\x68\x32\x4b\xc1\x86\xd5\xbc\x64\x29\xed\xe3\xec\x02\xf0\x90\x46\xc6\x72\x9b\x39\x15\xfb\x28\x9f\x48\xcd\xf4\x1d\xcc\x4f\x50\x66\xd3\x44\xa5\x29\x0a\xdb\xc5\x65\x58\xed\x31\x43\xfa\x00\x49\x52\x98\x44\x99\xd2\x13\x1e\x52\x47\xb2\xfb\x98\x93\xc1\x51\x16\x66\x93\xcd\xc8\x05\xdc\xb5\x75\xf7\x9a\xae\x28\x44\x3b\x53\x6c\x62\x6a\x53\x47\xe1\x88\x59\x2f\x00\xa7\x5c\x2b\x24\xfb\x0d\xa6\xa7\x26\x7c\xf6\x2c\xd1\x6f\xfd\x5e\xbd\x7a\x8e\x21\xf2\xb2\x84\x15\x46\xdf\x39\xa5\x5b\x63\xed\x3b\xf2\x38\x6b\xec\x2b\x18\x35\x92\x5f\x82\x41\xe0\xca\x1f\x60\x42\x26\xce\xa5\x39\xb8\x65\xd1\xbb\x71\xdc\xaf\xb7\xee\xd0\x43\x30\xba\x21\x10\x13\x55\x37\xff\xbc\xc4\xe1\xce\x0f\x9f\x8c\x8f\xf4\x90\x4c\x89\x26\x17\xa8\xf1\x9a\x07\xb9\xbb\xa0\xa7\x42\x2d\xb7\x76\xf2\xd0\x26\xb4\x88\x83\x3f\xd5\xf6\xae\x6d\x27\xa1\x94\x0d\x83\x1f\x5e\xa4\xbe\x2c\xbb\xd2\xb7\x99\x82\xa5\x53\xca\x1e\x2a\x2f\x2e\xf2\xd3\xf4\xd3\x3e\xa2\xdc\xab\xd5\x8d\x7c\xa0\x72\x54\xb4\x59\xbd\xd5\xbe\xf5\xe7\x6d\x40\xe9\x30\x80\xe8\x51\x79\x89\x7e\x96\x23\xc8\x54\x2a\x9c\xa1\xb3\x64\xf6\xa4\x8c\xb3\x62\xd5\xe0\x08\xfe\x7e\xb2\xcb\xe4\x24\x90\x48\xee\xc3\xe6\xe0\x66\xc3\xe0\x4e\xe7\x81\x8f\xd1\xc6\x8c\x7a\x85\x0a\x84\x94\x79\x1b\x9e\xe8\xb8\x14\x0e\xc4\x34\x8c\xdb\xca\x2d\xb0\x8f\xa8\x4d\xb4\xe2\x61\x76\xb8\xe6\x2b\xce\x33\xac\xb9\x69\x63\x44\xef\xaf\x0e\x61\xdc\x60\x9e\xd2\x9b\xbd\x4d\x48\x96\xf1\xf7\xd2\x7a\x30\xb7\xa0\x74\xcf\xbc\x9b\x2a\x0f\x1a\x5b\xcc\xd1\x8a\x58\x50\x98\x3d\x77\x59\x70\x4f\x5a\x12\x2b\xdb\x39\x0c\x3c\x3f\xdb\x0d\x97\xba\xbd\x71\xf5\x2b\x08\x72\x96\x08\x9d\x08\x93\x9e\x69\x69\x47\xfd\x57\xcf\x1b\xd3\xd3\x6f\x17\xc0\xc4\x92\x08\x3d\xe9\x69\x89\x8b\xe0\x02\xa2\x59\x4d\xcb\x0e\x50\xaa\x19\x48\xd7\x0d\xf3\x36\x44\x9d\xb2\x14\x38\x99\x0f\x45\x5e\x8e\x42\xa8\xb8\x1c\xbe\x5d\x14\x5d\xc3\x3d\x9e\x9a\x39\x1e\x5e\x43\xe1\x72\x5c\x93\xb2\x22\x1f\x7f\x91\xfb\x2e\x1e\x90\x57\x7a\xa4\x5c\x3f\x2f\xd8\x5d\x56\xe9\xa3\x6f\x1c\x65\x95\xfa\x51\x3a\x75\x2d\xee\x07\xc5\xc4\xd4\x1d\x27\xaf\xe9\xce\x72\x30\xa3\x91\x5e\xf2\x83\xa2\x1b\x78\xdf\xc5\xbd\x91\x2f\x06\x69\x74\x56\x3d\x7f\x38\x15\xb6\xb5\x37\xa2\x44\x90\x55\x4a\x83\xac\xdd\x62\x26\x15\x77\x6a\x31\x21\xa4\x12\xf3\x74\xc1\x84\xab\xe3\x4e\x7e\xf9\x98\x7a\x40\x85\xa1\x9c\x57\x8e\xea\x74\xe7\x96\x49\x47\xf2\xc2\x37\x11\xa8\xf2\x13\xc4\x8a\xc9\xe5\x8f\xf0\xaa\x88\xeb\xb8\x72\x4d\x31\xe4\x5a\x39\x0c\x6b\x5c\xa4\x87\xfa\x10\xb7\x61\x09\xf0\x1d\x08\x1f\x0d\xa5\xc8\x68\x1b\x11\x42\x0d\x6a\x6f\x27\x28\xb0\xe9\x1e\x22\x82\xe3\xd0\xfb\x43\xaa\x81\xc4\x23\xea\x4c\x51\x97\xe8\x58\xce\x0f\x16\x4d\x12\xd5\x68\xd5\xb1\x08\x8c\xcd\x75\xf0\x11\xa2\xdd\x64\xb6\x38\x02\x80\x03\xd7\x12\xa9\x94\xbd\xa2\xd1\x1d\xa0\x37\xd5\xc9\xc3\x83\xd6\xbe\x8b\xcc\xd3\x42\x70\xa5\xec\xce\x00\x28\x25\x19\x81\x0a\xb9\x2b\xaf\x1c\x7c\xdc\x94\x42\x9c\xe0\xf8\x9a\x48\xf2\x36\x61\xa0\xa9\xc2\xf3\xa2\x12\xc7\x5a\x7e\x3e\x85\xf3\x45\x8d\x19\x66\xd2\xb7\xa4\x0d\x50\xf3\x82\xb5\xd8\x21\x21\xef\xfa\xcd\x37\xce\x64\xba\x44\x67\x28\x3c\x56\xe0\xab\x75\xf2\x11\xef\xa0\xae\x11\xae\x1a\x67\xd5\x0d\x58\x45\xb0\xb5\xd9\x74\x06\x63\x55\xf0\xf8\x59\x09\xe9\xe2\x6a\x66\x24\xeb\x80\x84\x74\x89\x4e\xa6\x31\xcf\x08\x8c\x98\x15\xe9\xb1\xb0\x10\xbc\x79\xd2\xae\x81\xde\x10\xbc\x03\xed\xe5\xb7\x4c\x0b\x0e\x70\x01\xc0\xbb\xb3\xc7\xe5\x83\x00\xa0\xdc\x2c\x66\xdf\xab\xd5\x7a\xf9\x75\xf9\x58\x3d\xad\x36\xcb\x44\xff\xf2\x8f\x2f\xab\xbb\xbb\x6a\x33\x5f\x2f\x16\x8f\x88\xdc\x9d\x5e\x5b\x2f\x67\xd5\x7a\x65\x05\xcd\x1b\xc0\x74\xb8\x9b\x3d\xdf\x6f\x0d\xfe\x2e\xde\x02\xb1\x47\x57\xdd\x7d\x20\xb5\xd8\xc4\x33\x91\x8d\x97\x0f\xd6\x7c\x27\x3a\xf9\xee\xa9\x3e\xb8\x27\xc1\xfd\xb9\x44\x67\x4f\x0c\xda\x4b\x32\x45\x9c\xec\x9a\x67\x93\x31\xea\x51\x65\x1f\x11\xc7\x10\x47\x7d\xca\x9b\x86\x5a\x80\xe0\x97\x1e\x8c\xf6\x3b\x74\x4f\xb2\x13\x92\xf9\x7a\xbf\x6c\xe0\xf6\x95\x0a\x2b\x0e\x74\xb2\x3c\x1c\x1f\xf3\xcd\xe5\xec\xe6\x65\x3b\x20\x8c\xc4\x23\x47\x03\xbe\x4e\xd5\xdd\xec\xa8\x68\xa8\x6d\x33\xd1\x43\x92\xa1\x91\x46\x9b\xda\x20\x16\x1c\xd2\xa4\x92\xe2\x3b\xa6\x00\xd7\x71\x5f\x7f\xc0\xc6\x91\xce\xb0\x95\x02\x2f\xbd\xa8\xdf\x1c\xa3\x52\xe9\x90\x86\x0e\xde\xd2\x00\x96\xe7\xb4\x86\xc5\xfb\x06\xed\xf2\xf2\x26\x53\x95\x55\x14\x26\xa3\x5b\xcc\x68\x9c\x1e\x64\xef\xbf\x9d\x7c\x80\xb6\x68\x32\x15\x68\x01\x48\x3a\xba\x03\x6b\x5a\xe5\xe5\x8d\xd2\xe8\x31\x9d\x7f\xf8\x56\x3a\x5a\xb7\xf9\xb2\xfa\xdd\xb3\xc6\x25\xbe\x84\x63\xcb\x99\x0f\x67\x53\x68\x08\x67\x73\xad\x18\x86\x70\x92\xe4\x25\x3a\x9b\xb3\xe1\xb5\x81\xdf\xe1\xe8\x65\xb8\xcd\xc9\xc2\xc1\xcf\x7f\xb6\xde\x8c\x4a\x85\x05\x58\xab\x8e\xf7\xd6\x13\x93\xc8\x83\x23\x5b\x41\x8b\x77\x1f\x87\x68\xab\x21\x03\x2d\x14\xa8\xd2\xaa\x1f\x3f\x90\xd5\xdc\x4c\x6d\x0a\x18\x74\xbf\x46\x8c\x26\xb2\x08\x68\x44\x26\x85\xea\x14\x68\xf2\xea\x32\x44\xdf\x38\x9d\xf6\x45\x97\x60\xdb\x59\x94\xa9\xb6\xc5\x4f\x7d\x38\xa1\x25\xbc\x21\xc2\x2a\x4d\x0d\xc6\x32\x4c\x9b\x4f\x9f\x74\xcd\xf3\x59\x09\x20\x4d\xce\x2f\x18\xbb\x98\xb1\xb2\xe0\x88\x02\xda\x11\x73\x9c\xd9\x0c\xbc\x5b\xfc\x1b\xb1\x00\x26\x40\xb4\xa8\x01\x85\x81\x78\xc9\xd8\x24\x7e\xce\x7a\x62\xd5\x41\x8b\xe6\xd8\x58\x85\xbc\x20\x93\x99\xe6\x6a\xce\xfc\xa4\x07\xf3\x4b\xcf\x96\x5f\xbc\x19\xf8\x4e\x45\x9c\x64\x89\x4b\x9c\xba\x98\x4f\xbf\x8b\x00\x16\xa7\x1f\x5a\xb0\x82\xc4\xcf\xd6\x98\xbf\xc5\xb5\x1a\xef\x7e\x11\x31\xbe\x38\x29\x72\x86\x6b\x41\xa1\xca\x73\x41\xf9\xe6\x06\x90\x3b\x1f\x74\x15\xe8\x1b\xe5\x18\x31\x25\x20\x72\xba\xa9\x71\x07\xfe\x02\xd6\x02\x55\x80\xa7\x73\x6d\xc2\x0e\xab\x99\xb0\x09\xc8\xd3\xa6\xaf\x90\x21\x05\xfa\x6f\xe8\x0b\xbe\x3b\xba\xde\x93\x8e\x5f\xc9\xec\x78\x69\x4a\xb9\x74\x13\x44\x34\x4d\x55\xdb\xe0\xd0\x5a\x90\x2f\x80\x74\x97\x54\x96\x37\xdd\x6d\xf0\x4e\xc7\x14\x63\x47\x53\x31\xbc\x19\x18\x62\x52\x56\x7c\xbd\xc4\x11\xcb\xd1\xcf\x6c\x74\xdd\x54\x95\x32\x77\xaa\x50\x49\xab\xf2\x22\xec\x27\xd5\x52\x1a\x05\xe9\x99\x45\xb4\x58\x3f\x71\x28\x61\x03\xa6\xdc\x39\xc3\xe7\xa2\x87\x65\x69\x60\x7d\x70\x03\xc6\xb3\x60\x87\x5f\x4c\xd1\x89\x27\xb0\x60\x79\x62\x1b\x6e\x42\xf3\xc1\xae\xf8\x80\x51\x95\x71\x49\xbc\x3b\xcc\xc6\x6f\xd0\xf8\x53\x65\x6f\x7d\x4f\x42\x5c\xfc\x65\xe2\x38\x32\xcb\x87\xbf\x80\x6d\xe4\x8a\x80\x34\xbc\xd7\x18\x6a\x8d\xce\xe4\x0b\x9b\x43\x59\x22\x4d\x2e\xc2\x6f\xc2\x06\xa2\x46\xe5\xc3\xf5\x91\x22\xb8\x35\x42\x49\xc9\x78\xf3\xb1\x34\xde\xff\x9a\xc3\x10\x0c\xb4\x26\x3b\x78\xc1\x76\xcb\x23\x0f\xab\x8a\x3a\x52\xe6\x2c\x2c\x17\x38\x91\xad\xaa\x04\x97\x06\xc6\xa3\x82\xea\xb1\xd7\xa7\x43\x75\x94\xf2\x02\xca\x24\x8f\x1f\xc0\x51\x70\x73\x79\x01\xee\x7c\x21\x68\x9b\x47\xae\x3c\xf1\x14\x26\x36\x33\x51\xf2\x28\x94\x18\x6c\x04\xf4\x30\x6c\xde\x99\x9a\x8b\x1d\x4f\xbf\xa4\xa3\xec\xef\xc8\x96\x5c\xfa\x4c\x75\x25\xe3\x0e\xb5\xd0\xa4\x02\xf8\x83\xa2\x62\x92\x58\xdb\x92\x30\x24\x22\x50\x72\xdf\x52\x79\xa9\x78\x46\xbe\xae\x6a\x69\x94\x7b\xbb\xa6\x7d\x53\xac\x53\xc6\xce\xb0\x5d\x18\xfc\xfe\x03\x8a\x34\x7a\x5a\x1e\x46\xde\x30\xcd\x66\xa4\x03\x8b\xd3\x2a\x75\x5d\xf3\x9e\xe5\xe1\xb7\xc0\x7b\x05\x71\x58\x01\xe8\x99\x41\x9d\xd9\xb8\xce\xcc\xa5\xc8\xbe\x80\xe9\xae\xf1\x7c\x73\x73\xbf\x7c\xfc\x5a\x3d\x7d\x9b\x6d\x16\x02\x78\x49\xfd\xa3\xe7\x3a\x7c\x9f\x27\xe1\x77\xf7\x31\xf8\xb3\x94\x45\xdd\xbf\xdc\xa5\x0b\x29\x46\x66\x23\xb3\x4b\x8d\x55\x9d\xc8\xcb\xc1\x9d\xc8\x14\x92\x73\x8a\x2f\x7c\x4a\x80\xae\xe0\xa1\xee\x5f\x25\x13\x50\x4e\x75\xff\xca\xac\x15\x2a\x0a\x8c\xae\x81\x33\x64\x05\xa5\x3c\x0c\xa9\x45\x46\xa5\x14\xef\x8e\x71\x92\x19\x17\xaa\x48\x4b\x54\xbc\x07\x05\xd9\x89\xa8\xb4\x58\x9a\xe6\xc4\x2c\x43\x38\xbb\x8e\x5e\x21\xc1\x07\xbe\x21\x97\x96\x58\xa4\x89\x47\xd2\x77\x88\x30\xb3\x2c\x1a\x3d\x1a\x1b\x7f\xca\xe2\x87\x2e\x93\xfd\x88\x7b\x54\x29\x14\xe3\x0f\x5d\x00\x08\xb3\x87\x9e\x52\xe1\x86\x52\xda\x88\x46\xde\x12\xe1\x34\xcc\x0c\xae\xaf\xe0\x99\xd2\xb3\xd4\x7c\x49\x0e\x8a\x8d\x20\x73\xcc\x57\x8f\xdb\xc5\x2f\x30\xec\x79\x58\x3c\x3e\x57\xcb\xed\xe2\xa1\xfa\xb6\xa0\xf8\x2d\x08\x27\x3c\x02\x12\xce\x31\x87\x19\x8e\xcd\xe8\x81\xc4\xc0\x6a\xaa\x4b\x32\x0c\x1a\xbe\xf9\x4c\x18\xce\x32\xe6\xc9\xe7\x59\xb4\x2c\xd6\xcc\x7d\x9e\x97\x7b\x87\x32\xec\x2e\x7d\x44\xe7\x68\xf7\x8e\x02\x3a\x39\x6e\x44\xb1\x05\x02\x07\x81\x28\x49\x29\x35\xd1\x49\x29\x9d\xda\xa8\x53\x67\x20\x17\x40\x51\xa6\xd8\x29\x22\x4b\x87\x0f\xcf\x40\xe6\x9d\x3a\x36\x5a\x38\x67\x21\xa3\x67\x26\xc1\xd9\x0c\x60\xf3\xa7\x11\x9c\x01\x61\xb8\x57\x18\x92\x6b\xe8\x1b\x4d\x95\x47\x7f\x4a\x2f\xbb\x86\xac\x2e\xdc\xfb\x20\x28\x1e\x70\xee\x62\x64\x32\x64\x73\xd8\x8a\x86\xbb\x21\x65\x30\xd7\x54\x02\x0d\x26\xcb\x99\x93\xef\xe4\x4e\x85\xd6\xda\x84\xa0\x9c\x43\xf6\x00\xca\x25\x82\x0a\xdd\xb5\xee\xdd\x9a\x59\xef\x5b\xf7\x4e\xea\xce\xd4\x6c\xbf\xff\xd0\x79\x6d\xa6\xe3\xe6\xe9\x7e\xb9\xc5\x49\xf9\xb0\x7c\xfc\xb9\xbc\xdd\x7e\xa3\x25\xab\x45\xb3\x98\x68\x6a\xea\xfb\x68\xc6\x00\xaa\x43\x2b\x29\xc2\xec\x5d\x03\x5a\x12\xed\x25\x84\xbb\x98\xbd\xef\xf4\x6d\x1f\x67\x76\x60\x5e\xbb\x70\xed\xd8\x88\xdc\xbe\xa6\x2b\x2b\x8b\x25\x85\x7b\x47\x1e\x8f\x0c\x40\x97\x2c\x54\x54\x86\xe4\x96\x6a\xab\xf8\xf2\xa9\xc3\x6e\xea\x08\x91\xc4\xe0\x91\xed\x4d\xaa\xfa\x6f\x56\x1c\xba\xd6\x0c\xee\x84\x66\x81\x24\xe4\x47\x12\xec\xd5\xb4\x4b\x99\x4c\xf7\xae\x7e\x53\x92\x75\x2f\x94\x2c\x0f\x01\x72\x8c\x3f\xf7\x53\xb6\x9c\x4b\x74\x6c\xc1\x8d\xe1\x69\x06\x0f\x5b\x32\xa3\x33\x36\xdf\x85\x14\xdd\xbf\x2e\xae\xdb\xb9\x87\xfa\x7c\xc6\xf9\xec\x3b\x7c\x4a\x31\x10\x8c\x21\x5a\x46\x87\x50\x92\x70\x7f\xf2\xdd\x01\x9f\x08\x43\x4c\x19\xeb\xae\x3e\x20\xe7\xec\x35\x3e\x18\xd6\x86\x0f\x09\xa9\x11\x7a\xe6\x21\x13\x60\x96\xc0\xab\xfb\xd8\x50\x0d\x23\x06\xbb\xfa\xd7\xc5\x61\xf1\x24\xe3\x78\x46\xd2\x70\x96\xc7\xcb\x5b\xe6\xc8\x80\x1b\x7e\x5a\xac\x37\xcb\xcd\x76\x71\x5b\x7d\x5f\xfc\xb9\x5d\x3e\x55\xb3\xdb\xdb\x45\xca\x52\x24\x5f\xb9\xd4\xce\x5d\xbf\x67\x95\x0c\x6d\xea\xb0\x2d\x3c\x7c\x93\xcb\x2c\xbd\xfe\xfc\x74\x3b\xdb\x9a\x02\xb6\x61\x0d\xfc\xd2\xd4\x97\xd7\x8b\x87\xd5\x0f\xfb\x6d\x25\x80\xc1\x29\xe7\x7b\xc0\x68\x83\x8b\x5f\xcb\x6d\x41\xda\x5f\xda\x96\x3b\x44\x2e\x73\xd2\x1f\x72\xbf\x76\x83\xc9\xc4\x54\x5c\xb9\xb6\x3b\xb1\xc6\x96\x32\xaa\xf2\xe2\xd7\x62\x8e\x06\xb8\x3c\x53\xe2\x36\x40\x0f\xa7\xdb\x35\xeb\x05\xcc\x30\xe1\xf4\xc3\x2a\x91\x2a\xc5\x80\x28\xbc\x16\x33\x23\x15\xa2\xe8\xf1\x17\x76\x28\x65\xbe\x2d\x63\xe2\xc4\x83\x26\x1f\x1d\x2c\x92\x58\x5c\xb1\xa8\x7a\xea\xdd\xd9\x75\x19\xf1\x85\xd0\x8f\x67\x23\xdb\x2b\xee\xa1\xef\xf9\x6c\xd3\xee\x44\x1a\x86\xaa\x2c\xa9\xb4\x17\x6d\xc3\xac\xa1\x59\x4c\x9c\xf0\x4c\x30\x18\xe0\xc2\xc1\xb3\x3a\x4a\xec\x2d\xed\xa1\x2c\x71\xac\x99\xaf\xa9\xf0\x58\xca\x37\x8d\xcc\x7a\x4c\x00\xc5\x0b\x12\x74\x47\xbe\x45\xcc\xb8\xac\x3d\x9b\xa7\x59\x5b\x2a\x36\x1f\x80\xcf\xd0\x75\xe4\x58\x47\xe1\x2d\x49\x10\xc4\x20\x4b\xec\xaa\x61\x58\x59\xde\xb6\x79\x3b\x42\x43\x1b\x6c\xc1\x9a\xd8\xcb\x96\x3a\xeb\x9b\x35\x73\x49\x04\xf1\xc5\x3d\x38\xf1\x1f\x4d\x05\xe1\x9c\xcd\x07\xbc\xb0\x9d\x43\x3c\x08\x75\xeb\x5d\x52\x71\x02\x2d\x80\x13\x24\xf3\x89\xae\xf2\xfe\x24\xa1\x11\xef\xd0\xd5\xe4\xae\x9d\xed\xcf\xd5\xe4\x9e\x6d\xf7\xe7\x6a\xbc\x65\x57\xe5\xae\x5e\x4d\xf0\xc1\xc4\x90\xce\x46\x43\x5c\x1c\xb9\x74\x76\x34\x02\xd1\xfa\xb5\xf0\x4a\x2d\xf2\x83\x39\x04\x01\xb2\x98\xa6\x57\x86\x5f\x30\x90\x2d\x36\x87\xb1\x90\x0d\x17\xf0\x43\xa9\xc8\xca\x36\x25\x67\x5d\xf3\x64\xc2\xe3\x90\xd5\xb8\xd8\x68\xe7\x96\xe3\x02\x7d\x90\x4f\xcd\x4d\x56\x87\xbc\x46\xa3\xc1\xd0\xe3\xb9\xec\x62\x7d\x12\x3a\xa8\x1b\x47\xc3\xab\xca\x34\x5d\x61\xcc\x69\xaf\xdf\x33\xcf\x4c\xd7\x19\x2a\x78\xda\x71\x76\x60\x43\x58\x76\x22\x07\x86\xd6\x4b\x3d\xfb\xd3\x6b\xb6\x5f\x15\xf9\x23\x4e\x35\x93\xd8\x9c\xb2\x8d\x72\xeb\xdb\xa2\xf5\x46\x5b\xc7\x01\xda\xb6\xb5\x18\x44\x2f\x43\x37\xea\x64\xa9\x32\x5f\x61\xd0\x5c\x0c\xab\xa1\xd8\x1b\x8a\xd8\x31\xb8\x13\xe5\x49\x3f\x6f\xc6\x40\x25\x97\xe8\x08\x9f\x05\xc4\x81\x0d\x24\xd6\x2e\x9e\x43\x07\x00\x14\xe4\x94\x4e\xdf\xe3\x64\xaa\xb1\x44\xd8\xdd\x3c\xad\x1e\x37\xcb\x1f\x8b\xea\x61\xf6\xab\x9a\xaf\x1e\x37\xdb\xf5\x6c\xf9\xb8\xe5\x98\x1c\x20\x87\x1e\x95\x78\x20\x0d\xfa\x6a\x4f\x8e\x60\xa5\xba\xd0\xea\x39\x46\x6f\xf7\x25\x01\x75\xc6\x39\x8d\x03\xf3\x8f\x1e\x10\x16\x53\x4e\x8c\xe8\x44\x37\x2e\x45\x35\x08\x00\x23\x56\x3c\x06\xe6\x54\xa4\x84\xe0\x47\x55\xf2\x74\xd9\x8a\xd6\xdd\x82\xaf\x93\x5c\x4d\x4e\xc7\xcb\x0b\x31\x9e\xe7\xde\xed\x5d\xff\x20\x3b\xcb\xcc\x2a\x24\x54\x0c\x48\xb9\x0f\x6e\x20\x35\xc8\x4f\x3f\x1c\x19\xd2\x40\x32\xcf\x57\x0f\x4f\xab\xc7\xc5\xe3\xb6\x7a\x9c\x3d\x2c\x64\x9b\xb6\x57\x4e\x23\xbc\xbd\x44\x47\xb7\x76\x56\x2e\x37\xa2\xa5\xce\xaf\xfc\x4e\x6e\x6b\xf9\xa1\x11\x27\xc4\x03\xd6\x94\xdb\xb2\xe1\x29\xef\xa7\xcf\x48\x04\xd1\xb0\x51\x8b\x4a\x13\xd0\x0d\x20\xcf\x7b\xca\x2a\x11\x58\x5e\xa1\x3a\x76\x50\x3f\x75\x03\xcb\x0e\xc1\xd4\x81\x2a\xaa\x99\x00\x9e\x2e\x2d\x98\x8f\xef\xee\x03\xcc\x5a\x74\x70\x4e\x99\x39\xa7\xd6\x06\x39\x26\xa3\xcb\xd9\x4f\x39\x92\xa6\xb9\x47\x87\xc7\xcf\x3a\xce\xda\x61\xd5\x3f\x38\x60\x19\x5e\xe5\x65\x35\x20\x80\x34\x36\x45\x45\x27\xe9\x7b\x51\xdc\x24\x9a\x71\x6e\xda\xaf\xa8\xae\x60\xbe\x44\x63\x02\xf9\xe6\x79\x2f\xfa\xac\x16\x45\x51\xa0\x83\x79\x75\x1f\x70\x3f\x5f\x6a\xce\x59\x8b\x16\xe3\x89\xcf\x09\x8d\xdf\x7b\xb2\x10\x7e\x46\x05\x15\xdf\x78\xce\xae\xc3\x2f\x17\xdb\x18\xc9\xc7\xd3\x41\xb2\xed\xeb\xdd\x2b\xa9\x21\x68\x98\x87\xfe\x83\x3c\x96\x3e\xb7\xf5\x36\x5e\x99\xf1\x7f\x5d\xdc\x45\xed\x62\x8c\x92\xc9\xdc\xa1\xca\x32\x74\x1d\x2a\x1a\x0f\x5f\x86\xd8\xd6\xf8\x1b\xb9\xc4\x5b\x3d\x93\x3a\x22\xa8\x93\xd8\x21\x0c\x96\x45\x08\x5d\x6a\x23\x64\x54\x0b\xfd\xb4\xa0\x3e\x29\x86\x5e\xf3\x11\x95\x97\xcb\x06\xf6\xeb\x28\x09\x7b\x2a\x88\x99\x86\x99\x2a\x38\x92\x50\xd9\x5b\x87\xb0\xf9\x60\x8c\x06\xb8\x99\x04\xa5\x92\x2e\x6e\x2d\x8d\x39\xe3\x69\x42\x00\x3d\xd7\x2b\x6c\x1b\x2e\xfa\xd4\x27\x0b\x79\x9f\x7d\x07\x79\x2d\x33\x0d\x8b\x5a\x74\x43\xff\xa1\xe5\x99\x95\x46\xa0\x14\x89\xb2\x3a\xbb\x8e\xd0\x92\x71\x2c\xd4\x34\xc9\x3c\xc7\x8a\x22\x05\x66\x68\xc3\x00\x82\xe1\x1c\x65\xad\x66\x71\xae\x30\xb3\x99\xf0\x68\x31\x0e\x16\x53\xd9\x00\x5d\x3e\x1d\xba\x50\x6e\x93\x99\x4a\x1b\xb7\x26\x9c\x3a\xa4\x14\x4f\x2f\x9b\x35\x5e\x9e\xf8\x63\x69\x40\x1a\x5d\xa1\x02\x25\x3d\x52\x7e\x13\x59\x7a\xe5\x62\x6f\xad\x70\x32\xb5\x8f\xf0\xe0\x4e\xf4\x93\xa7\xeb\xc9\x4a\x45\xd0\x5e\xad\x71\xef\xf3\xd0\xeb\x5e\x73\x52\x19\x46\x2f\xc5\x11\xc1\xab\x77\xbd\x72\x48\x02\xb1\x0e\x65\x2d\xbb\x5d\xef\xc8\x76\x03\x14\x5f\x2b\xba\x2a\xa4\x6a\x08\xe0\xa0\x2f\x4f\x38\x56\x2b\x99\x2d\x93\x65\xc8\x56\x8a\xe3\xf9\xd8\xc9\x45\xe7\x14\x6c\x19\x2e\x39\x47\xa8\x4e\xd6\x02\xac\xe1\x43\xd9\xb0\x7b\x42\xd6\x86\x28\x71\x3b\x09\x3f\x4c\x92\x70\xb8\x4c\xe1\xd3\x4c\xf4\xfb\x08\xd0\x32\x59\x41\x19\x29\x93\x34\x97\x52\xa1\x98\x95\x4b\x29\x6e\xcb\x81\xf1\xd6\xa2\x34\x63\xb2\x10\xeb\x30\x04\x57\x5b\x8f\x16\x3c\x1e\x55\xf3\x43\x38\x1b\x18\xe8\xa9\x02\x00\x34\x8f\x2f\x7f\x68\xc3\xa1\x6f\xec\xfb\x70\xd2\xee\xe0\xd6\xa0\xa2\xf0\xa4\x95\x1d\x17\x3c\x23\x31\xf7\xb7\xe1\x94\xa3\xc4\x1d\x79\x82\x80\xb6\x81\xef\x9e\x8d\x35\x10\x63\x35\xb7\x10\x66\xd1\x58\xf4\x90\xa2\x5f\x38\xe6\x57\x53\x31\x3d\x92\x8a\x55\xa0\x0f\xaa\xd6\xe4\x37\x8b\x43\x8e\x5a\x19\x00\xe4\x6d\xf2\x05\x92\xfa\xea\x5b\x8d\xfc\xf7\x74\xc3\x0d\x15\x79\x1f\xd4\xde\xb3\xb5\xf5\x5d\xf9\x99\x18\x58\x48\x69\xd6\xda\xae\xee\x66\xdd\x87\x14\xc9\x2e\x22\x84\x8f\x18\xbf\x29\x58\xa1\xb1\x2c\x22\xc7\xf5\xec\xfa\x8e\x53\xc1\x5c\xe6\xa9\xf7\x90\x5b\x83\xa7\xa7\x8c\xfd\x24\x2f\x31\x3d\x75\x70\x52\x5b\x07\x3e\x66\xe4\xa9\x76\xe6\xee\x6f\xfd\x76\xd3\xc1\xcd\xa1\x4f\xf3\x89\x4b\xc8\x94\x50\x05\xda\x3f\x2e\xd1\x51\x5c\x71\x95\x77\xb3\x63\x28\x25\x8d\xc7\x11\xa4\xd1\x93\x69\x54\x32\xde\x4f\x26\xa0\x6f\x4e\x51\x6e\x3e\xfc\xf3\x9b\x48\x58\x98\xc2\xb1\x22\x28\x69\x14\x57\x4c\x62\xe0\x15\x4e\xe7\x97\x73\xa6\x6e\xc6\x22\x6e\x7e\x54\x4a\xe3\x99\x8e\x81\x5d\x32\xb9\x72\xda\xf3\xf1\x61\xd6\x12\x42\xf3\xcf\xd1\x67\x26\x76\xc7\x08\xd7\x54\x52\x0d\x30\x87\x5d\x60\xdb\x4f\x3e\xb1\xfa\x93\x9c\xaa\x3d\x06\xab\xd7\x00\xfb\x67\x11\x2f\x1a\xed\x94\xf1\xf7\xf2\x97\x54\x6b\x63\x5e\x2a\x42\x45\x64\xd9\x8c\xe2\xa7\x50\x15\x8d\x22\x21\x18\xa2\xbe\xbf\x2f\xfa\x7f\x28\xfa\xdd\x76\x16\xab\x58\x34\xae\x45\x6a\x75\x91\x34\xb5\x90\x61\xc8\x60\xf8\x8b\x60\x0a\x65\xbf\xe7\x4d\xd7\x57\x0d\x31\x77\xf6\x32\x62\x92\x3c\xb0\xa1\xd2\xb3\x8b\xfe\x24\xbd\xd4\xcd\x94\xcf\xa7\x55\x49\xfa\x5c\xeb\x59\x3c\x56\x15\x9d\x79\x90\xdd\xb0\x26\xc8\x93\xa5\x95\x4f\x75\x60\xa7\x32\xfd\xfe\xe9\xef\x6b\xf5\x79\x63\x59\xaf\x3d\xa6\x4e\xbf\xa3\x27\xe7\x98\x68\xde\x10\x33\x9b\x59\x34\xc0\x43\x2b\x02\x26\x5a\x12\x30\x11\x19\x13\xce\x35\x33\xf8\xba\xd8\x31\xe7\x83\x8c\xa3\x35\x15\x69\x4e\x16\x52\xe2\x4f\xc8\xc7\x5a\xa2\x3e\xc1\xcc\x66\x83\x9b\x5c\x9c\x5c\x2a\xf8\xed\x05\x08\xee\x06\x0c\xb8\xd4\x5d\xb0\xc2\xb9\x92\xbe\x4a\x0f\x36\x93\x1e\xd9\xa3\x27\xd9\x3e\x99\x2e\x28\xcc\xf5\x57\xcc\x21\x92\x51\x21\x97\x9d\x0e\x1d\xfe\xfd\xc9\xf4\xab\xf8\x7e\x40\x62\xcd\xf2\x06\x00\x62\x66\xd8\x2e\x40\x82\x86\x8b\xc5\x98\x35\xd3\x6b\x3e\xfe\xa8\x5b\xdf\xf0\xe5\x83\x65\x05\x45\xd1\xdb\x70\x38\x68\xed\x68\x47\x96\x85\xa9\xfb\x3b\xe3\x17\xf0\x14\x61\x4b\xca\x01\xde\x47\xe7\x66\x2b\xa0\xb4\x3b\x1f\xca\x89\xa3\xc8\xf5\x09\x37\xb6\x99\x19\x98\xb0\xa6\x1e\xea\x65\xb4\xc8\x0d\xe4\x6d\xfa\x12\xde\xd3\x78\x91\x80\x6f\x87\x0b\x6d\xd5\xd3\x76\x29\x5e\x8f\x79\xa7\x58\xe3\xca\x2a\x74\xa6\xbd\x6b\x15\x8f\x6a\xcf\x0b\xbe\x7a\x69\x74\x21\x20\xa8\x50\x52\xe8\x66\xfb\x01\x59\x32\xbd\x3b\x55\x85\xf1\x0b\x27\xc7\x72\xf1\xea\xf3\x47\xf2\x65\x05\x96\xaa\x26\x68\x96\x29\xb4\x59\x84\xa3\xd4\xa4\x4a\x65\x47\x34\x2b\xb1\xd6\xb5\x48\x8d\x8e\x06\xe5\x21\xfb\x16\x31\x9b\xbc\x8e\xb4\x8f\x48\x33\x4a\xf9\x70\xb0\x9f\x58\x5b\xfa\x20\x6b\x62\x65\x81\xf6\x6f\xb3\x05\x47\xba\xee\x19\x30\xf1\x37\x99\xb4\x99\x78\x8c\xcf\x0e\x94\x4d\x29\x81\xdf\x4c\x2c\xa9\x0c\xb6\xd6\x64\xa0\xf9\x6a\x26\xc7\x26\x53\x9d\x17\x6c\xe6\xd4\xe4\xc9\x4e\xb1\xa9\x0c\x93\xbb\xad\xed\x47\x43\xb6\xcb\x21\xda\x6a\xea\x2e\xb6\xed\xfd\xe1\x00\x2d\x22\x20\xd5\x97\x3a\x66\xb1\xb6\x4d\x6c\x0d\x1c\x25\x34\xf6\xb6\x50\xaf\x08\xf0\x0c\x2f\x51\xab\xd1\x9e\x54\x4d\xd8\x24\xf7\x4f\x3f\x1c\x97\xdd\x3f\xc1\x6e\x26\x43\x94\xb3\x3a\x84\x8a\x30\x57\x31\x80\xc6\x2e\x8b\xbf\x00\xe1\x42\x04\x47\x15\x71\x6d\x8f\x01\x58\xeb\x7a\xf0\x3b\xdc\x90\x21\xc8\xde\x4d\xcd\x11\xac\xbb\xb0\x92\xb0\xd8\x10\xae\x45\x63\x5f\x4b\x51\xb8\xe9\x59\x03\x19\xde\x8f\xf0\x12\xaf\x10\x8d\xa3\xa1\xb8\xb1\x40\xbe\x14\x3a\x3b\x9c\x81\x95\x97\x60\xde\x2f\x26\x62\xf6\xd4\x93\xb5\xc4\x57\x94\x54\x6e\x11\x7d\xef\xf6\x13\x14\x89\xb3\x9d\x25\xf0\x9a\x80\xbf\xb9\x60\x4c\xc9\x85\xa2\xfa\x27\x1c\x3e\x30\x5c\x34\xe8\xc4\xc5\x1b\x44\xe2\x9b\x31\xd5\xb4\xde\xe6\xdc\x4c\x90\x73\x5d\x51\x64\x0b\x59\x80\x44\x6e\xeb\x0f\xd7\x28\x80\xc7\x90\x8b\xea\x6e\x42\x68\x31\xa4\x2a\x81\x15\x19\x4f\xad\x6d\x7f\xa1\x5f\x77\x75\x0b\x42\x96\xe5\x7c\xf5\x58\x3d\x00\xea\x95\xef\xf6\x41\x43\x18\x72\x84\x43\x72\x3a\x31\x21\x0c\xbf\x48\xe0\x42\x52\x8b\x77\x1d\xf8\x7d\x20\x12\xbe\x0f\x3d\x0a\xca\x4e\xe5\x44\x3a\x38\x56\x1d\xe9\x1c\x23\x21\x15\xaa\x80\x37\xbe\x3b\xb4\xee\x1e\xa7\x1a\x1e\x64\x8b\xf1\x03\x65\x34\x6a\x75\x0e\xcf\x2c\x15\xb2\x73\x0c\x77\x36\xcb\x7e\xf8\xf8\x70\x69\x07\x4f\x53\x7a\xe8\x2f\x80\xd2\xdc\x68\xe6\x71\x29\xda\x16\x5b\x50\x53\x8c\x04\xb6\x22\xdf\x25\x90\xb6\xcc\xac\x35\x0f\x46\x68\x43\x6d\x40\x27\xcf\xec\xfb\x9a\x46\xe4\x8b\x5d\xce\x95\x80\xbb\x27\x31\x5f\xf8\x11\x63\xfb\x68\xfb\xeb\x64\x1a\x1b\xe1\x01\x25\xa4\xf4\x2c\x3b\x96\xe5\xbb\x43\x46\xa5\x6a\x6e\xec\xfb\x36\x64\xff\xcd\xc8\x31\x4a\xc7\x38\x9d\x0b\xa7\xba\x6d\x47\x46\x89\x52\x81\x59\xd7\x2c\xa4\x9f\x4c\x88\xe8\xe2\x29\x3f\xa1\x30\xfd\x2b\x70\x89\x25\xb3\xba\x9b\x1e\x9d\x3e\xd2\x65\xcd\xaa\x3e\xae\x7e\x38\x72\x0c\xd2\xd8\x0a\x28\xa9\x8f\x14\xae\x99\x64\x3e\x76\x43\x26\x69\x05\xf9\x18\x5e\xa2\x5a\xe6\x82\xd0\xa1\x0d\x83\x1a\x9e\x48\xa8\x39\x5a\xb6\xfb\xb6\x1e\x06\xd7\xb9\xe6\xd9\xbc\x96\xbe\xcb\xbf\x07\x36\xf8\xd3\x1d\xbc\x02\x5a\x5b\x0f\x6e\x73\x0c\xfd\x70\xc4\xa1\x04\x5f\x3c\x13\xd3\x40\x72\xef\x42\x17\x87\xfe\xb2\x43\xcf\x78\x26\xa7\xef\x4d\x34\xe2\xae\x4e\x7d\x4d\xf6\x2b\xb6\x1f\xe0\x04\xf3\xef\x5a\x8b\x88\xfd\xc1\xfa\x6a\x4a\x95\xed\x93\x4f\x70\x90\xde\xac\x37\xd0\xa8\xdb\x56\x03\x51\xec\x32\x64\xf3\x83\x1b\x46\x2e\x0d\x71\x80\x00\x4b\xcd\x65\x87\x37\xec\xf0\xea\x28\xa0\x3c\x45\x29\x2f\x09\x52\xa1\x37\xaf\xa1\x0d\xa2\x1c\x62\x75\xdb\xca\x2b\xa4\xda\xd5\x22\x38\x54\x9a\x31\xc5\x8c\x8c\x5d\x76\x70\x08\x11\xf3\xdc\xf9\x01\x61\x0e\xba\xcb\xc9\xf5\x7e\x07\x76\xe6\x83\x4d\x33\xab\x2b\x04\x09\xf0\x0d\x38\x38\xea\xc0\x49\xe2\x27\x01\xda\xa7\xf4\x1f\xfa\xf3\xdf\xc0\x42\xe9\x44\xf8\xe5\x60\xf7\x8b\x3f\x37\x43\xbd\x7b\x65\x55\x6b\x0f\x9a\xe9\x78\xec\xd1\xa6\x91\x40\x17\x37\x9c\xae\xc9\x16\x94\x6d\x43\xef\x3c\x18\x3c\xbf\x90\x19\x22\x3c\xde\xb8\x76\xcf\xc5\x92\xad\x31\xf6\xdb\xee\xd5\xb0\xb5\x6c\x71\x6e\xcc\x6b\x78\xea\xf4\x0e\x00\x57\x9b\x0c\x7e\x8d\xad\x50\x77\x54\x04\x76\x5c\x1f\xae\xf8\x63\x17\xda\xcb\x89\x88\x70\x02\x12\x99\x11\x18\x08\x4f\x02\x7a\x0d\x7f\x6a\xd1\x0f\x70\xf0\x9a\x56\x09\x01\x3e\x66\xa0\xf6\x4f\xa7\x20\x7b\x4b\x14\x74\xb7\x70\xd9\x1d\x33\x4c\xca\xea\x13\xfa\xea\xcd\xf5\x6d\xfd\xc1\xc6\x31\xd8\xb7\x59\x0e\xf4\xc4\xce\x48\x3e\xde\xd6\xfd\x2b\x9b\x21\xe3\x4f\x2a\x08\x77\x0b\xd0\xf8\x18\xf7\xce\xa7\xba\x73\xad\x4a\x30\xd5\x81\xe3\x82\xbf\xf2\x80\x12\x02\xd9\xcb\x26\xc9\x84\x8c\x18\x7d\xe3\xb6\x8c\x3e\x04\xec\x72\xca\x4e\xce\x82\x90\x87\x9e\xca\x6f\x86\xda\x4a\x25\xde\x5c\x4e\x67\x12\xa7\x9b\x84\x47\x8c\x5e\x03\x61\x8c\x51\xf3\x99\x79\x00\x61\x37\x4e\xc7\x86\x93\xac\xe6\x6c\x3f\x48\x58\x62\x41\x1b\xf9\x73\x72\x85\xcc\x7c\x6f\xec\x03\x6b\xb9\x9f\xd2\x85\xdb\xbd\x07\xd5\xda\xe2\x1d\xeb\x03\x54\x62\x4f\xa0\xee\x82\x79\x6d\x50\xd9\xd8\x97\x1c\xb1\x87\xb7\x7f\x19\x35\xa0\xd4\x55\x6c\xd8\xca\xfe\x91\x7a\xb1\x1b\x0a\x36\xdd\xd4\x1e\x50\xd4\x8a\x8e\x93\x74\xe7\xde\x4b\x50\x64\xc8\x60\x90\x7f\x11\x0d\x05\x07\x27\xa0\xad\x0a\x96\x9c\xe3\xc3\xad\x8c\x93\xbe\x76\x7f\x36\x17\x56\xa8\xc3\xc3\x46\xe4\xee\x9e\xbf\x69\x33\x7b\xd9\x67\xb1\x6a\x10\x12\x4f\xaf\x57\x30\x55\x7f\x18\x3f\x4b\xc2\xb4\xa1\x3b\x55\x86\x14\x36\x26\x1a\x4f\xae\x28\xaa\x4c\xb0\xa4\x80\x66\x0e\x5f\x04\x41\x17\x7a\x5a\x72\x1f\xeb\x08\x7a\xd8\xf1\x25\x6e\xaa\xec\xce\x56\x62\xa7\xef\x59\xd6\x8d\xdf\x17\x35\x63\x35\xa2\x78\xe1\xb5\x75\x3f\xc9\x2b\x91\xaa\x05\x67\x56\xd6\xec\xea\x28\xe2\x7a\x14\x7c\x85\x0e\x7a\x8d\x6f\xb0\xc5\xe3\xa3\x15\xee\x6b\x42\x6d\xbf\x08\x15\x3c\x84\xc1\xca\x3c\xf6\x90\x96\x1f\x2c\xea\xeb\xdc\x75\x6a\x74\x56\xa8\x44\xd1\x40\x76\x66\xf7\xa9\x42\x07\xfe\x06\xe8\x4b\xaf\xf1\x1d\x2a\x56\x55\x07\xf0\x8a\x12\x4b\x06\x2c\xcd\x89\x11\x4c\x63\x91\x23\xc8\xcc\x1e\x5f\xda\x0c\x7e\xf7\xfa\xc1\xb3\x86\xd1\xe4\x23\x55\x86\xea\xd2\x1d\xe6\x5c\x8a\x50\xb8\xba\x28\xe1\xb8\xf7\x71\x70\xdd\x5d\xe8\x41\xae\x29\x82\x00\xf1\x7a\xce\xc8\x3c\xbb\xe5\x7a\x63\x8a\xf8\x2c\xeb\xe7\x59\x2a\x88\x05\x02\x4e\xdf\xbe\x3b\xcc\xb8\xf7\xd8\xcc\x80\xfa\xd3\x6d\x03\x2f\x46\xde\x36\x0a\x85\x6b\xa6\x4e\xb9\xa1\x10\xf1\xa6\xa7\x66\x0a\x84\xe7\xe3\x7d\xba\x5e\x5a\x2b\x21\x16\xcd\x28\x2d\xe0\x71\x92\x87\xb7\x11\xaf\xde\xce\x96\x30\x92\xaa\x4d\xae\x51\x72\xea\xac\x8a\x74\x3e\xfb\x6c\x06\xa1\x78\x86\x62\x85\x18\xc5\x80\xf4\xf5\x88\xf1\x53\xb0\x56\x94\xf0\x71\x85\xf7\xe6\x8d\x6f\x5c\x5e\x65\x13\xfa\x34\x72\x1f\xcc\x78\x2a\x94\x1d\x6b\xbb\x72\x7a\xfd\x05\x39\x6a\xf1\x20\x16\xb7\x56\x84\x18\x87\xb9\x08\x76\xa8\xf4\xe3\x44\x7e\xdf\xb8\xb4\x78\x21\x55\x19\x8e\x36\xbf\x34\xb5\x39\x25\x26\xa3\xee\x28\x80\xa5\x80\xed\x20\xfa\x05\xbd\x16\xf2\x59\xa5\x3d\x75\x07\x7d\x83\xe9\xf6\xe2\x51\x17\xd4\x1f\x1c\x03\xa6\xb9\xf7\xa1\xaf\xd9\x2f\x0b\x4a\xe3\x41\x86\x84\xb0\x3d\x50\x02\x54\xd2\x32\x3b\x27\xf0\xfa\x1a\x91\xe1\x0b\xd3\x54\xf8\xee\xe8\x91\xd6\x62\xf4\x08\x62\x96\xa6\xc5\x9d\x2e\x5a\x67\x8e\xa5\x11\x8f\x75\x9f\xca\x69\x30\xb4\x03\x0d\x2f\x77\xa2\xa7\x51\xe3\xf4\x4f\xf7\xf2\xea\xc5\x4b\x03\xbb\x1c\x47\x9e\x2f\xf0\xe4\x65\x94\x6e\x74\xf4\xf3\xf8\x71\x3e\x22\xe3\x2e\xc2\x21\xfb\x9b\xaf\x9b\x18\xa9\xd9\x22\x04\xb1\xeb\x71\x15\x9d\x06\xac\xc6\x2a\x1a\x05\x34\x5d\x77\x44\x42\x63\x23\xd5\xe2\xec\xc7\xb0\xd3\x5c\x80\x49\x63\x86\xef\xee\x03\xc2\xf5\x44\xce\x61\x09\x5c\x0d\xf6\x7b\xcf\xbf\xb3\xb2\x11\x20\x0e\x7d\x7d\x3e\x22\xdf\x8a\x56\xa8\x91\x02\x14\x75\x97\xf3\x43\x7d\x5e\x74\x43\x8f\xe6\x10\x57\x8f\x5a\x15\x35\x24\x10\x27\xeb\x54\x04\x21\xa8\x5c\xa1\x0c\x32\x60\xac\x63\xc4\xfb\x04\xe4\xf8\x4a\xcd\xdb\x4b\x4c\xa6\x44\x45\x2e\x00\x7e\xde\xba\x1e\x12\x3e\x6e\x6c\xc8\x60\x29\x95\x3e\xe1\x1b\xfa\x01\x2f\x61\xa7\x41\xf4\x3c\x6e\x64\xd9\x7a\x58\xd1\x1c\x38\xb6\xfd\xd8\x06\xae\x9c\x8b\xdb\x00\x8e\xe7\xfa\x88\xb6\x25\x78\xac\x0f\xd9\x41\x7d\x8e\x64\xca\x84\xce\x1d\x0b\x0e\x5a\x7b\xe6\x90\x8b\x1c\x68\x11\x3c\x71\x48\x71\x5b\x63\x9c\xe1\xc8\xa6\x03\x1c\xa7\xf0\x0b\x07\x1f\xb4\x21\x05\x4d\x78\x47\x35\x16\xca\x9a\x64\x23\x86\x99\xa0\x68\x75\xe4\xa8\x83\x91\x25\x54\x27\x50\xac\x0f\xe8\x59\xbf\x6c\xb0\x9a\xe3\xf9\x41\x76\xaf\x7d\xbd\x1f\x38\x71\x89\xf4\x51\xf1\xdb\xe1\xd4\xc0\xe1\xd7\x7d\x13\x4d\x0c\xf0\x65\xa6\x30\x8c\xbc\x3a\x2c\x22\x43\xf1\xdd\x94\x25\x84\x76\xf0\x67\x5e\x9c\x64\x69\xcc\xb1\xe6\xd3\x41\x06\xb2\x60\xba\x32\x92\x45\x81\xfe\x92\x68\xa4\xa7\xf0\xf7\x2a\xbe\x43\x68\xf7\x53\x08\x03\x85\xe8\xba\xc2\xca\x2f\xa9\xf4\x4d\x36\x20\x8c\x97\x17\xfa\x1e\x3d\x20\x46\x82\x52\x20\x18\x80\x5f\x5f\x15\xcc\xad\x71\x6f\x7e\xe7\x00\xb3\x8f\x83\x36\x55\x28\x3a\xd4\xb7\xaa\x63\xba\x30\x69\x92\x4a\x21\x2f\xec\x90\xb7\x58\xdc\xc9\xe9\xae\x5c\xe1\xfd\xe3\x91\xd9\x7a\x36\xe2\x03\x5d\x1d\x94\x93\xb9\x7b\x6c\xb5\x6c\xaa\x7d\x45\x02\x08\x52\x3c\x6a\x3d\xf8\xc3\x39\x4c\xf2\xb6\x08\xfd\x8b\x07\x11\x1f\x06\xc7\xda\xe0\xe1\x1a\x77\xb7\x63\x2d\x00\x5c\x86\x8a\x4c\x0d\xb1\x07\xc2\xca\x00\x31\x31\x5e\x4c\xf9\xdb\xf5\x81\xc5\x99\x14\xa1\x17\xe0\xe2\x6d\x3a\x70\x7e\xb5\x89\xe6\x61\x63\xfe\x4c\x1f\xfb\x48\xad\x34\x08\x2e\xdc\x5b\x5b\x56\x50\xb6\x81\x18\xa3\xc4\xad\x9b\x40\x43\x46\xd4\x1d\xa7\x7c\xae\x68\xf4\x44\xa0\x86\xc9\x0c\xea\x61\x6b\x68\xf4\x5c\x4f\xf1\x78\x4c\xf7\x7f\x99\x0c\x52\x31\xc1\x54\x17\x0a\x01\xeb\x14\x23\x6d\x3c\x79\x88\xac\x0a\xad\x3a\x6f\x4a\x3e\x1f\x50\x7c\x75\x70\x9d\x03\x5b\xc3\xf5\xa5\x1b\xb0\x73\x57\x67\x1c\xc1\x15\x94\xf1\xff\x6d\x3e\x4e\x2f\x81\x1c\x9e\x20\xa7\x10\xc0\x76\x79\xf9\x5b\x2a\xb4\x18\x25\x51\xdb\xfa\x20\x79\x1a\xb7\xf7\x8a\xf4\x7f\xd7\x71\x5c\x22\xf8\x35\xf4\x1f\xf7\x61\x17\xc9\xac\x0d\xa2\x70\x7e\xe5\x5a\x7e\xf9\xc7\x17\xfb\xfb\x60\x7e\xeb\x76\x57\x61\x04\x67\x00\xcf\xea\x9c\x44\xae\x68\x5c\xeb\x28\x20\x04\xff\x94\x67\x10\x6f\x01\xc3\x04\xdc\x6a\xb6\x54\xa4\xef\x2e\x6e\xe3\xd2\x7f\x64\xc4\x18\x01\x9f\x23\x23\xc4\x73\x3d\xec\x8e\x8b\xf7\x9d\x63\x6d\x6d\xfd\xd2\x5f\x00\x03\x75\xe8\x3f\xe6\x14\xf1\x46\x2a\x6d\x4e\xaf\x11\xed\x89\x03\x8e\x7e\xf9\xc7\x17\xee\x40\x4b\xc3\x53\x60\xea\xc9\x1b\x0b\xf3\xbe\x9e\xa5\x77\x39\xdf\x83\x84\x39\x9f\x15\x23\x43\xb8\x4c\xcb\xd3\x19\x86\x97\x3b\xad\xaa\x6a\x0a\xd8\x7d\xe9\xae\x12\x98\xd2\x80\x10\x11\x98\xd3\x0e\x22\x81\xa4\x97\x7e\xfa\xe1\x88\x9f\x99\x75\xcd\xac\x3f\x88\x1a\x91\xf8\xe5\xce\xbd\x0f\xf7\x00\x7d\x77\xbe\xc4\xe3\xb6\xff\x00\x9b\x69\x8c\x5c\x1f\x65\xc4\xa1\xc8\x61\x77\xc4\x9f\x20\x70\x6e\x89\x5e\xef\x07\xd7\xe3\xcf\x01\xdf\xf6\x1c\x0b\xd3\x0d\xa6\x3c\x8a\x12\xe8\xd9\xa5\xa9\x67\x63\x81\xac\x2f\x60\x99\x4f\x8d\xc8\xc1\x75\x77\x17\xe0\xc9\xb1\x83\x4e\x28\x43\xab\xe9\x94\xf1\xe4\x42\xc7\x67\x4b\x7c\xf5\xe7\xad\x3b\x9d\xd7\x84\xb5\x9d\xba\x88\xfc\xc6\x24\x22\x2b\x05\x95\xa6\x78\xe8\xce\x4c\x13\x74\x5d\xc0\x4e\x80\xa6\x5f\x28\x8e\x44\x1d\x79\xd6\x1c\xeb\x78\x87\xdd\xa0\x1d\xc2\x4d\xdd\xfb\xce\x43\x58\xf3\xe1\xd8\xe3\x6a\xe7\x49\xfd\xa7\x77\x20\x28\x82\x85\x28\xcd\xdc\x0c\xee\x8c\x4d\x4c\x43\xdc\xd1\x4a\x81\x97\xc5\xa1\x6d\x9b\x2d\x34\x64\xb7\x41\x96\x07\x75\x2e\x02\x92\x59\x7d\x3c\x8a\xe2\x4f\xa2\x6e\x82\x15\x82\x0e\x43\xb7\x7d\x38\x37\xe1\x0a\xe0\xd1\x4f\x21\xb2\x22\x38\x2d\x9c\xb6\xfe\x58\x75\xed\x07\x09\xec\xf9\x49\x17\x86\xf2\xcb\xf2\x8c\x0b\x2b\xaa\x52\x7d\x5e\x5a\xf5\xbb\xe2\x28\x60\xaa\x6a\x0c\x40\x4a\x23\x98\x1b\x18\x71\x98\xc9\xac\xeb\x4b\x5c\xc3\x4f\x0d\xba\xf8\xe2\x5a\x66\xfa\x33\x6b\xba\x8c\xb8\xa6\xb2\x36\x43\x2d\x00\x12\x80\xeb\xda\x32\xee\x84\xd6\x21\x12\x65\xd9\x35\x7e\xe7\x2c\xc5\x38\x18\x03\x2a\xe5\xc0\x77\x42\x96\xfd\xef\x88\xa6\x86\x2f\x74\x02\x3d\x77\xe3\x47\x18\xdf\x03\x69\xbc\x85\xb0\xec\x0d\x95\xfd\x84\xe3\x49\x3a\x88\x15\xc4\xdc\x5f\x29\x5c\x14\xdb\xdf\xb0\x7c\x85\xc3\x7d\x47\x3e\x79\x04\x4c\x18\x99\xf1\x44\xdb\xb8\x81\x50\xc4\x33\x30\x17\x7e\xed\x25\xbc\xd3\x35\x3d\x43\x13\x8d\x5c\xbc\xd4\xc8\x42\xd0\xfb\xae\x71\x83\xeb\x4f\xbe\xe3\xcd\x1d\xf5\x05\x05\xd9\xc7\x92\x02\xe5\x8c\xb3\x3d\x47\xdf\x1d\xf0\xa6\x78\x8f\x83\x47\x42\x68\x16\x41\x88\x32\x97\x31\x86\x24\x13\x72\xe0\xd4\x2f\x06\x6a\x91\x76\xee\x89\xef\x17\x24\x78\xf7\x26\xbc\x63\x43\x53\x8f\x59\x53\xcc\xd4\x25\x4b\xdb\xcd\xc7\xe1\xd4\xde\x05\xfb\x51\xdb\xb3\x18\x11\x72\xfe\x6d\x31\xff\x7e\xb3\xfa\x55\xdd\xcf\x6e\x16\xf7\xd5\x66\xf9\xd7\xa2\x78\xb0\x5d\xcf\x1e\x11\x78\xb4\xba\x7d\x5e\xcf\x08\x81\xf4\x93\x1c\xdb\xe5\xc3\xf2\xf1\xab\x19\x7e\xfb\xc5\xb4\x36\x04\x20\x65\x44\x54\x0b\x47\xae\xed\x0d\xdc\x9b\xb3\x37\x84\x9a\x75\xcd\x74\x16\xa0\x16\xf8\x40\xf9\x43\x6b\xb2\x98\x3d\xa5\xba\xfc\x07\x3e\xfd\x59\x4e\x55\x31\x8f\x2b\x50\x3e\xfb\x6d\xcb\x3f\xcd\x43\x14\x34\xbf\xfa\xec\xeb\xb2\xdf\x8c\x6a\x31\xf5\x9e\xd0\x4c\xc7\x64\xeb\xe7\x36\xa8\x76\x75\x10\xe9\x2c\x07\x42\xcb\x88\xb7\x17\x01\x80\x51\xe2\xd6\x9f\x7c\x77\xb0\x10\x78\xc0\xd6\xfe\x0b\xb8\x4d\x38\x71\xcc\x36\x4e\x3b\x07\xef\x6f\x60\xa2\x17\xce\xdb\xf0\x1c\xcd\x3a\xde\xe8\xd3\x98\x67\x8e\x93\x99\xf2\x3c\x6c\x71\x20\xc6\xf9\xa1\xcd\xf6\x5a\x79\x53\xb7\xdb\xc6\x73\x0e\x0d\x66\xdc\x36\x9b\xbc\x92\xa3\x0d\x5c\xdf\x3f\x64\x85\x82\x57\x4a\x74\x75\xbf\x3b\x62\x75\x7c\x34\x51\x40\x62\x91\xb1\x7c\x57\x62\x4e\x33\x71\x70\x27\x11\x31\x73\x37\x2e\x49\x39\xc6\xd6\x53\xae\x91\x88\x47\xe4\x37\x07\x6d\xad\xf7\x2e\x9d\x43\x2e\x0e\x22\x4f\xe6\x10\xba\xbc\xe3\x37\x1a\xd9\x65\x75\x46\x8d\x7b\x1f\xce\x74\x9b\x80\x58\xb3\xdf\xf8\x26\x51\x5d\x3a\x32\x48\x36\xfd\x7b\xeb\x5a\x7f\x22\x36\x09\x6e\x8f\x7e\x68\xf9\xfe\x96\x5f\x44\x40\x8c\x28\x96\x2b\xd4\x10\xc1\x0e\x8f\x60\xa1\x01\x76\xbc\x9e\xa0\xe7\xe0\x05\x0d\x5b\x6e\x21\xa3\x2b\xe3\xe2\x91\x26\x35\xdd\x1c\x2a\x03\x86\x5b\x15\x50\xc1\xbb\xba\x77\x83\x18\xcc\xae\x05\x48\x2c\xb3\xd8\xb4\x4e\x51\xae\xa1\x52\xdd\xe9\x3c\x7c\xb0\xb7\x65\xe7\xae\x2c\xae\x81\xde\xe1\xcb\x22\xce\x9f\x65\x37\x04\xce\x59\x8d\x5d\xbb\xaa\xbe\xd0\x04\x61\x7a\x55\x5a\x7d\xae\x46\x16\xa2\x42\x41\x84\x34\x33\x9f\xb8\x27\x13\x59\x8c\x8d\x2d\x91\xf3\xce\x3a\xeb\x7d\x30\x95\xa3\x20\x7f\x92\x3b\x1f\xff\x0c\x48\xa8\xa0\x1b\xc3\x5b\xeb\xfd\x97\x75\x37\x9f\xac\xc0\x3c\x1a\x6e\xf1\x5c\xb0\x12\x01\x3a\x40\x99\x09\xae\x11\x76\x0c\xdb\x80\xef\x8d\xcf\x4f\xd5\x7f\x32\xf5\xab\x63\x1d\x6f\x9c\x2b\xa7\x07\x38\x19\x61\xc5\x08\x02\x35\x8e\x97\x75\x55\xf8\xab\x56\xd3\x0e\xab\x86\x2c\x42\x8a\x4f\xfd\x34\xab\x23\xdd\xcd\x7d\x34\x5d\x2e\x11\xc2\xaa\xcf\x9d\xa7\xab\xdc\x8b\xb9\x73\x57\xae\x27\xa3\xcb\xa3\xdd\xd2\x3c\x71\x8d\xe7\xe8\x8c\xd3\x32\x44\x7b\x91\x56\x4d\xf9\x3f\x33\x46\x3c\xa8\x17\x28\xc7\xea\xec\xba\x95\xa0\xc8\x57\x14\xf9\xd4\x35\x37\x62\x34\x0b\xcc\xaf\x59\xb4\x6a\x84\x8f\x3a\x3e\xdd\x89\xab\xc2\x81\xd8\xf5\x7d\xba\xae\x81\xd1\x96\x75\x13\xa0\x0d\xc5\xda\x62\x1b\xc3\xf8\x31\x51\x68\x66\xc1\x57\xbf\x25\x96\x9a\xda\x7c\xdf\xca\xa8\xb2\x19\x96\xf7\x08\x5b\x7b\xb4\x0d\xec\x7d\x8d\x8a\xe7\x2c\x0a\xe4\xb1\x96\x20\xe8\xc7\x3a\x4a\x4c\xec\x28\xa8\x6d\x13\x9b\x66\x66\xcf\x4b\x38\xbc\xb9\x6e\x6a\x91\xf7\x1d\x2f\x0e\xda\x36\xf9\xec\x15\x69\x12\x53\x32\x43\x68\x43\x64\x33\x79\x26\x19\xc5\x9e\xdc\xc7\x72\x88\x90\x7c\xac\xaa\xe9\x9e\x94\x2d\x58\xf1\xbe\xa6\xa6\x15\xc2\x68\x02\x86\x35\x1f\xe1\x3c\xb3\x1d\x19\xa0\x9d\x3f\x66\x7d\x5f\x93\x1a\x51\xce\xec\xce\x5d\x99\x1c\x07\x77\xe6\x6b\x4f\xfa\x0d\x9a\x86\x9c\xa5\x97\x23\x23\x4b\xdb\x9d\x2e\x6a\x3d\xab\xd0\x51\xfc\x4b\x6d\x33\x11\x70\xb1\xd8\xd7\x60\xeb\xa0\x5d\x3f\x03\x7a\xa3\x4c\x64\x78\x3c\xda\xad\xd5\x36\x3c\xdb\xd4\xe1\xb4\x98\xdc\xda\xe5\x20\x09\xd0\x81\x1c\xe4\x55\x5c\x31\xd2\x70\x2c\x63\x3e\x71\x81\xf8\xcd\xcc\xc2\x11\xa8\xe0\x83\x7f\x07\x4d\x9f\x7d\x02\xfe\xb1\x5d\x03\x03\x0c\xcc\xc8\x54\xa6\x1b\x02\x7f\x46\x5e\xe5\xc1\x77\xfe\x34\x81\x04\x79\xab\x93\xf3\xa0\x3e\x8f\x9d\x09\xf7\x0f\x5c\x30\x06\x33\x85\x05\xc4\x2f\x3f\xba\xcb\xd0\xd7\xed\x6d\xdd\xbf\xf2\xe7\xff\x03\xd9\xc9\xaa\x9f\xdf\x78\x51\x36\x9c\xbb\x20\x3b\x0b\xd9\xf8\x93\x68\xd8\xc5\x4c\x8d\x86\x29\x1b\x5b\x9c\x7a\x39\x4b\x51\x63\x09\x5d\x9d\xe6\x36\x76\x8c\xd8\x8c\xd3\x1a\x9e\x78\x72\xbb\x5e\x3d\xdd\xae\x7e\x3e\x2a\x9c\x66\x55\xbd\xf4\xe1\x1a\x5d\x0f\x31\x2e\xd6\xee\xcd\xd5\xad\x31\xcb\x56\x27\xb1\xb7\xba\x85\x80\x7d\xb4\x8e\x96\x30\x49\x99\x38\x7e\xbe\xa2\x68\x30\x58\x62\xda\x77\xea\x18\xaf\x28\xba\x62\xc1\x9f\x8d\x20\x26\xbf\xd3\x69\x84\x2b\x4e\x48\x85\x5c\xe1\x32\x21\x7a\xa8\xf6\x64\x05\x82\xc7\xe3\xb9\x77\x7b\xff\x4e\x47\xe5\x65\x2f\xbf\xaf\x75\xdf\x69\x59\xcf\xb4\x9d\x55\x64\xe7\xfc\x43\x5b\xd3\xb8\xbd\xeb\x7b\x21\x91\xa1\x04\xd7\x4f\xa9\xa4\x41\xba\xf3\xae\x6d\x58\x1d\x82\x7e\xcd\x70\xab\x16\x58\x4a\xed\x9d\xfb\x50\x2b\x9b\x8e\x25\xc4\xae\x3e\xc7\x63\x18\x2c\x4b\xe0\x43\xb7\xa6\x6d\x87\xce\x46\xae\xdd\xac\x6d\xb1\x7f\x54\x65\xdc\xa2\xa9\xba\xef\xe0\x33\x2c\xda\xb0\x5b\xc3\x25\x6d\x41\x2d\x85\xce\xef\x5d\xf4\x7f\x93\x1c\x13\x7b\x07\x14\x8a\x43\xc0\xf5\x69\xe2\x63\x74\x38\x7c\x66\xec\xfa\x8c\x30\x65\x87\xf4\x04\x7d\x9f\xed\xd2\x4c\x51\x9f\xf4\x7d\x91\x45\x29\xc5\x31\xed\xe3\x52\x5a\x75\xac\xc7\x13\x54\x62\xf3\x2d\x17\x7f\x00\x23\xf1\x9b\xe9\xbc\x97\xc9\x4c\x78\x6d\x20\xf4\x74\x6d\xc3\x1c\x37\xf1\xcb\x69\x44\x67\xa8\x46\x25\x0a\x87\xc8\xed\xf3\x02\xa1\xfa\x4a\xe1\x63\x0c\x73\x6d\xce\x75\x27\x09\xf6\x8e\xf2\xd1\xf8\x61\xcd\xde\x6a\xdf\xd2\x38\xd0\x87\x8a\x83\xb6\x1a\xdc\xbb\x51\x95\xbd\xd0\x09\x7b\xac\xe3\xcf\xba\xef\x5c\xf3\x78\x69\xc5\x4c\x17\xc4\x6d\x1c\x37\x86\x5a\x60\x60\xb7\xa8\x05\x15\xfd\x94\x43\x6d\x4f\xb2\x5d\xf2\x3a\x88\xc2\x49\xe5\x72\x21\xe1\xa9\xb9\x9c\xb6\x1e\x9c\xac\x04\x59\xab\xa1\xfb\xea\x86\xa2\x11\xac\x1e\x94\x45\x83\x1c\x1f\x1e\xc3\xe0\xe0\x66\x16\x5e\xe8\x20\x78\xf6\x87\xe6\x16\x8d\xca\xc0\x0b\x2d\xdf\xd9\xd9\x35\xeb\xd2\xd9\x79\x5d\xb3\x4d\x1e\x80\x7f\x5b\x9e\x71\x6b\x8a\x81\xc6\xe3\xf4\x94\x19\x78\x56\x9e\x42\x3d\x89\x88\x6f\x7e\x9a\x78\x66\x7d\x77\x8a\x24\x6f\xdc\x3d\x63\x5d\xb5\x84\xb6\xed\xe3\x6d\x5f\x1f\x28\x4c\xf3\x00\x60\x71\xbc\x19\x00\x3c\xa7\x62\x8e\x12\x60\x26\xeb\x58\x11\xaa\x8a\x64\xd4\x89\x5b\xaa\x0f\x06\xca\x0d\x93\xe1\xac\x38\x6f\x8b\xae\x11\xc5\x80\x39\x23\xab\x53\x3d\xec\x8e\xce\x1a\x7d\x72\x60\x91\x54\x84\xc9\x08\x95\xc3\xcd\x13\x62\xa5\xda\x14\xed\xa4\x36\xee\x4d\x5f\x1f\x38\x4a\x18\xa1\xa6\x13\x05\xc2\x0f\x58\xcb\x3b\xae\x76\xda\x4f\x6d\x10\x42\x6c\x85\xce\xc2\xbc\xb8\x67\x22\xea\x77\x28\x5b\x56\x76\x7a\x2c\x13\xfc\xa5\x8e\xce\xe4\x4f\x5f\x86\x1e\x82\x11\x48\xa3\xca\x41\x98\x87\x22\x1c\x62\xd6\x85\xd0\x0f\xab\x97\x7f\x52\xd3\x91\x13\x60\xd4\x3f\x87\x01\xe2\xbf\xba\x41\x5c\x36\xaa\xbd\xef\x1a\xec\x2e\x2c\x86\xf8\xbf\x81\x5e\xf1\x8d\xeb\x06\xbe\x2c\x15\xa3\x01\x3a\x4b\xa2\x89\x69\xc1\xc3\x68\xc4\x4e\x71\x4c\x1b\xcc\xa7\x40\xc8\x33\xd0\xb5\x91\xc2\x93\xc0\x05\x32\x15\xfa\xd7\x62\xbd\x12\xbb\x32\x35\xe9\x96\x28\x23\xf6\xf0\x78\x08\x4d\xcd\x3a\x8c\x91\xd9\x58\x6e\x10\x38\x6b\x5d\x3f\x30\x6b\x92\x4e\x07\x98\x2c\xf1\xf2\x92\x13\x86\x70\xc6\x9e\x62\xeb\x30\x1f\x1f\x42\xe3\xe8\x1c\x4b\xb3\x48\x6f\x3e\xfb\xd2\xc6\xdb\xa6\x29\x3e\x81\x25\x2d\xda\x13\x07\x76\x1b\xe1\xca\x65\x19\x97\xf2\xe1\xba\x25\x33\x4d\x90\xdf\x8f\x08\xaa\xe4\xdf\x85\xd0\x37\x20\xd5\x24\x59\xdf\x3c\x23\xd0\x47\x29\x70\x1f\xc5\x05\x77\xc3\xc3\x04\x99\xbe\xcb\xce\xd2\xe2\x0f\x56\x52\xf9\x75\x01\x70\x22\xc4\xa3\x26\xed\x7e\x21\x3a\x36\x71\x48\xcb\x68\x53\xd6\xe7\xd5\xb9\xb3\x89\x67\x43\xc3\x43\x3e\x6a\xb0\x17\x15\xf7\xbc\x1b\xe7\xd4\x24\x96\x2c\xac\xb2\xa8\x7b\xe9\xfc\x02\xf1\x68\x5a\x3d\xdf\x58\xdf\xd8\x48\xc2\x4e\x4f\x50\x2e\xdc\x5b\xe0\xff\xcc\x10\x11\xda\x60\x10\x6d\x09\xd3\x10\xc8\x76\x4b\xf1\x75\x1b\x0e\x14\xc3\x26\xef\x60\x0a\x26\xa6\x79\x4f\xf5\xbb\x49\x41\x48\xa5\xfa\x74\x76\xcd\xec\x1d\x3d\x44\xf0\x1f\xee\x86\xda\x85\xc4\x65\xf0\xed\xe6\x21\xc8\x74\x41\x6b\x73\xb7\x92\x3b\x2b\xbe\x6a\x77\x5d\xa5\x14\x8f\x83\xe6\xe7\xb7\xb9\xa5\x77\xa1\x67\x12\x34\xc8\x60\xe8\x9b\x0f\xd2\x45\xf0\xd5\x54\x6b\x59\xb8\xc8\x95\xcf\x0c\xf0\x6f\x46\x27\x67\x5e\x3a\x4e\x2c\x9a\xbd\xad\x23\x7d\xb0\x73\x57\x40\xa8\x51\x2c\x3c\x16\x24\x35\xae\x1d\x6a\x38\xbc\x0f\x69\x56\xbe\xb9\xdb\x44\x60\x6b\x99\xa2\x58\x1e\xde\xb3\x40\x8f\xd2\x2f\x63\x22\x58\x77\x4d\xdd\xab\x8f\x0b\x4d\x2d\x61\xaf\x4a\x00\x52\xc4\x5b\xa3\x06\xa5\x4b\x3a\xb7\xad\xde\x1d\x7d\x67\x44\x3f\x64\x00\x6b\x9c\xd6\xdc\xfb\x1d\x5a\x0c\x6d\x36\xdf\xb8\x66\xbb\xd8\xef\xc1\x69\x8a\x6c\x66\x98\x7e\xf4\x8d\xe3\xdf\x78\xc5\x6d\x48\x79\xeb\xe2\xb0\xd9\x7c\x4b\xd9\xe3\x91\x04\xdf\xcc\x50\x87\x4b\xbf\x43\x7c\xed\x08\xc8\x9a\x9a\xa6\xda\x31\xf2\xba\x1b\x1e\x32\x02\x95\xcb\xec\x78\x7a\xb9\x20\x3c\x77\xa3\x3c\x74\x96\x45\xe2\xb5\x00\x54\xa8\x6e\xb0\x6e\xa7\x9a\x20\xa1\xf7\x6e\xd8\x1d\x29\x27\x59\xf6\x22\x5c\xc3\x19\x26\x07\xb8\x47\xf9\xc1\xd1\x78\x89\x1c\x99\x61\x04\x5b\x7f\x30\x9e\x08\x56\xcc\x8c\x9e\x56\xb4\x00\x30\x1f\xc7\x69\xc5\x70\xcd\xf0\xa1\xea\xd2\xa7\x0d\x38\xb4\x08\xf7\xb7\xea\xb8\xaa\x77\xa9\x5e\xf3\xf6\x92\xaa\x19\x8b\xf4\x12\x5d\x74\x77\x98\xc2\xa3\xc3\xe2\x16\x70\x4f\x33\xc7\x0e\xef\xd2\x4b\x4f\x88\xc6\x7b\x1f\x0e\x78\xf9\xa4\x8e\xfc\x7e\x79\x71\xbb\xd0\xed\xfd\x81\x42\x56\x70\x54\x17\x70\x55\xf7\x83\x23\x08\xfd\xdd\xd1\xbd\xf5\xc6\xfc\x80\xd2\x34\xc7\xba\xfa\x8d\x44\xce\xf4\x2b\x32\x20\x19\xff\xd7\xbe\x7a\xc9\x5d\x2d\x36\x47\x7f\x3a\x89\xdb\x10\x31\x6f\x39\x91\x77\x55\xdc\x67\xa5\x68\xf9\xc1\x82\x54\xe6\xc2\xa1\xf9\xa5\x98\xbf\x20\xfa\x08\x04\x0b\xdc\x13\xb9\xdb\x02\xc9\x1d\x34\x2e\x0a\x89\x70\x91\xe9\xac\x42\x67\x0a\x83\x4c\x50\x00\x87\x04\xf1\x1d\xa0\x5e\xb7\xf4\xdf\xba\x05\xdb\x1b\xe1\x8e\xc4\xc2\x96\x86\x79\x2d\x85\x6a\xc5\x32\xe4\x86\x1c\x07\xba\x57\xf6\x89\xad\x07\xa7\xba\x24\x76\xf9\xce\xf4\x71\x8f\xf5\x9b\xba\x64\x90\x7f\x3b\xf4\x1b\x77\x6f\xd1\x49\x54\x77\xee\xd5\xce\x81\x4f\xc4\xbd\x7b\xa3\x0a\xa5\xaf\x03\x14\x01\x05\x54\x10\xfd\x1a\x4d\x95\x0a\xb3\x18\xbd\x06\xe8\xd5\x91\x45\x47\xc7\x08\x04\x49\x61\xcb\x9a\xd0\xef\x9c\xa0\x91\xb4\x6e\x3f\xa8\xf3\x64\x2a\x68\xc6\xbd\x39\x8b\x99\x04\xb1\x7b\xcd\x25\x88\x9c\x4e\xed\x45\xe8\x2d\xdf\xbd\x9a\xe1\x81\x27\x1a\x17\x42\x9f\x60\x7d\xd9\xe4\x07\x3b\xf6\x66\xc8\x06\xab\xc2\xd2\x48\xa0\x5f\x0e\xf9\x63\xfd\xc6\x9f\xe7\xc8\x31\xf9\xea\x49\xb5\x1f\xf7\x36\xbf\x83\xbc\x8d\x1d\xe2\xd1\xd7\x48\x6c\xf3\x46\x21\x1d\x11\x9f\x5f\x1b\x68\xa6\xd3\xcd\x07\xad\x16\xa3\x2e\xb3\x45\x3f\xd6\x6f\xb8\x4c\x85\x6b\x31\x3d\x6e\x96\x43\x9f\x9e\xea\x40\x20\x8a\xd0\xbc\x6e\x5b\xc6\x96\xa3\x3b\x87\x20\x57\x50\xcc\x2e\xf8\x7d\x0e\x11\x98\xc2\x39\x3b\x2b\x87\x1e\x03\x78\xeb\x7b\x9b\x0b\xcb\xa0\x61\xa9\x5b\xa1\x34\x10\xbe\xf6\x75\xe3\xe9\x64\xad\x87\x7a\xf4\x5c\x14\x4b\x13\x24\x0c\xb8\x3d\x84\xf3\xbd\xdb\x0f\xf3\xd0\x13\x70\x17\xe1\x4a\x08\x01\xb1\x0b\xb3\x3c\x2f\x0a\x32\x21\x34\xda\x8c\xc8\x15\xde\xc4\xd8\x53\x0f\x08\xcc\x3b\xc6\xb1\x60\xc9\xa5\xbd\xf6\x32\x8d\x8a\x25\xc7\xd8\xb7\x83\x92\xe6\xbe\xdf\x51\x9c\x43\x77\xbd\x09\xef\x59\x54\x2e\xf9\x08\x79\x0b\xca\x30\xf6\xe1\x6a\x62\x67\xee\x8b\xaf\xe6\xf0\x17\xdb\x70\x16\x74\x44\xfe\x58\xb1\xe7\xf2\x56\x10\x73\x32\x01\x15\x3f\xd4\xef\x8b\xf2\xfb\xa4\x8b\xcd\x72\x52\x60\xac\x96\xd1\xa2\xd7\xe3\x4c\xf4\xdd\x1b\x8b\xfa\xf9\x49\x25\x40\x62\x10\xe9\x62\x36\xd4\xe9\x54\xc7\x05\x7c\x3a\xf7\xe1\xcd\xcd\x37\x9b\x27\xd7\x43\x24\x75\x5c\x21\x6a\x26\x21\x53\x03\x74\xf7\x68\x1c\x68\x0b\xd5\xa4\x99\x92\xf5\x9b\x2b\x1e\xfe\x44\x1d\x2a\x80\xa7\x1b\x85\x23\x71\x54\x52\x9f\xe8\x18\xbf\x47\x48\x8d\x7f\x13\xe4\x51\x6d\xb4\xfa\xc2\x85\xce\xc2\x16\xd0\x09\x7f\xeb\x86\xda\xb7\xe9\x9c\xa1\x90\x83\xf5\xd9\x6f\x5c\xff\xe6\xfa\x0c\x93\x56\xa8\xcf\xeb\x7b\xd8\x6d\x77\x47\x3f\xb8\xdd\x70\xe9\xdd\x0f\xd7\x47\x2a\x32\x74\x31\xb4\x72\x9c\xc3\x1a\x6c\x66\x83\xfe\x06\xeb\xea\x7d\xed\x5b\x00\x05\x78\xf3\xe9\x3d\xf0\xea\x21\x3b\xad\x6e\xdf\xe3\xf5\xb4\x05\x5d\xc5\xc9\x77\x28\x6e\x60\xc6\x85\xf0\xd9\xd3\xad\x1d\xcb\xb5\x04\x28\x1c\x84\x19\x13\x45\x9f\x27\x3f\x17\x87\xba\x05\xff\xe3\x8b\x99\x25\xbc\x78\x8e\xae\x6e\x26\x48\xae\xd7\x8e\xed\xc3\x55\x13\x00\xd1\xd3\x5e\x4e\x02\x2f\x01\x22\xb9\x9c\xf4\xdd\x49\x38\xd1\x7d\xe8\x86\x1f\xe8\xd9\x30\x6b\xc1\xd8\x03\xaf\x8c\xf0\x96\x04\xe5\xb4\x83\x34\x77\x60\xf7\x90\xd3\x0c\xee\x01\xd6\x4e\x2d\x69\x9d\xfc\x6a\x20\xaf\xfa\xdb\x4a\x3c\x53\x58\xec\xf5\x0e\x83\x80\x46\x44\x89\xc5\xad\x5b\xf6\x80\x0e\x0f\x9e\xaf\xcc\x0e\xed\xd4\xdf\xaa\xe8\x96\x2c\x25\x38\x1b\xa2\x3b\x85\x88\xde\x0c\xf2\x60\xdb\xc0\xbe\x5b\xc0\x2e\x13\x5a\x82\x1b\xee\x34\x15\xce\xea\x6a\x47\x9e\x00\x92\xb4\x6b\x94\xf8\x72\x9b\x9e\x6e\x39\xf2\x09\x73\xe1\x71\xe5\xfa\xd0\xd8\x5b\x89\x95\x0e\x77\xee\x2a\xe2\x2b\xbe\xb3\x9a\x66\x8b\x32\x88\xe3\xd2\x91\xbc\x85\x92\xa8\x90\x80\xcb\xe1\x5d\x80\x68\xa7\xc4\x84\xf6\x4e\x91\x8f\x53\x2f\xd3\x0e\x25\xca\x02\xc3\xca\xa0\x1d\x63\xa6\x45\xd0\x72\x2e\x91\x57\x9d\xe1\x06\xc4\x5c\x15\x38\xad\xc1\xf5\xb5\x8d\x86\x96\xa8\xa5\x61\x2b\xfa\x9d\x67\x06\x7c\x12\xca\x70\x1c\x9f\x89\x82\x37\x6d\xc3\x5a\xa3\xe0\x70\x76\xd7\x4c\xbc\x60\x02\x23\x8e\x1f\xae\x32\x80\x1d\xe3\xbc\xc2\xbc\x3e\x28\xdf\x10\x32\xd7\x38\x15\x89\xfd\x4c\xf9\x3a\x22\xa1\x23\xfa\x23\xdb\xfd\x48\xf8\xa4\xbc\xd2\x9d\xbb\xae\x8a\x8f\xd9\x8f\x8f\xa3\x53\xa1\xac\xe6\xf6\xa3\xab\x4f\x7e\x97\xa1\xb5\x2d\x30\x48\x09\xdd\xf7\x35\x75\xac\xa3\x38\x25\x0a\xec\x6f\xf1\x5d\x94\x46\xc0\x5e\x56\x56\x27\xf1\x65\x53\x1d\xca\xd1\x8c\xb0\x31\xbd\xa0\x9d\xac\x34\xda\x92\xe0\x4d\xbc\x65\x86\x15\xc0\x11\x2f\xbb\x21\x00\x74\x80\x41\x54\x00\x18\x80\xcb\x6e\xe7\x5c\x43\xb6\x63\xbe\x35\x6e\xfd\x12\x62\xc8\x73\x08\xae\xab\x71\x07\x0a\xe5\x28\x60\x90\x09\xd8\x3c\xec\xe1\x63\xbb\x97\xf7\x0d\x53\x67\xf2\x90\x83\x58\x77\xf2\x3e\x6c\xdb\x59\x78\xdf\x3a\x5e\x7a\xa8\x17\xdb\x14\x19\x92\xd8\x19\x1d\x1c\x3e\x6e\x1e\xf4\x21\x9b\x77\x50\x1c\xa0\xc6\x3e\xdb\x86\x89\xd2\x18\x7a\x79\xf4\xc5\x6a\xa7\x78\x9d\x27\xd7\xd1\x41\x58\x4d\xd4\xad\xd2\x02\x1a\x9b\xf7\xc4\x34\xdc\x5e\x94\x0b\xdb\x06\xca\x6e\x73\xa3\x55\xca\xe4\xfb\xf6\xfb\x08\xe1\xc2\x00\x7f\xcf\xdd\xe0\xdb\xed\xd1\x7d\xdc\x79\x06\xe0\x6c\x2e\x3b\x47\x5f\x4c\x5b\xa8\x7c\x8b\x3c\x3b\x1e\xf2\x4a\x31\xdf\x25\xc9\x34\x28\x76\x3c\x69\xb4\xf8\x64\xa5\x0d\x96\x93\x14\x71\x78\xd4\x4d\x69\x53\x35\xc9\xfd\xa5\x6d\x25\x2d\xbb\xed\xd7\x3e\xf0\xd6\xdb\x99\x4f\x50\xb3\xb3\x39\x8d\x9a\x88\xc9\x4f\x55\x07\x2a\x06\xfa\x62\x39\xdc\x86\x74\xdc\x0d\xd8\x21\x16\xfc\x10\x54\x25\xa1\x7f\x28\xc7\x5e\x03\xbe\x64\xf3\x11\x60\xa8\xb0\xaf\x4c\xdc\xea\xc8\x34\xf1\x14\xbf\xf5\x7a\xa2\xb2\xef\x78\x6f\x59\x6d\xea\xd3\x7a\xa8\x15\xa4\x08\xa3\xbf\xf8\xbf\x7d\x77\xb8\x71\xc7\xfa\xcd\x07\x86\xff\xf8\xcd\xb2\xa0\xfb\xf9\x37\xfe\xac\x68\x68\x2c\x05\x14\xb9\xdd\x28\x22\xb2\x82\xb9\xe5\x23\x4d\x13\x85\x1c\xa3\xd6\x42\x14\x9d\x19\xa1\x2b\xed\x4d\xa5\x9d\x38\x97\xc2\xd7\x73\x5a\xea\x59\x9e\x6f\x69\xfe\xdd\xfa\xc6\xa0\xb8\x4f\x8c\x5f\xef\xf6\x76\x8e\xf2\xa4\x07\xc9\xba\xef\x0e\x6b\xb4\x22\x4a\x45\x81\xde\x19\x73\x32\x2e\x02\x0b\xb6\x47\xaf\xd3\x90\xb1\xee\xd4\xf4\xaa\x84\x36\xd0\x59\x01\x0e\x31\x89\x99\xc3\x56\x47\x12\x51\xe3\xfd\xb3\xf6\x9d\xa4\x53\x9e\xdb\xbe\x3e\x2c\xba\xe6\x3e\xec\xf8\x02\x89\xbc\x0e\xb8\xc0\x61\x44\x57\xce\x4f\x66\xdc\x19\xbb\x6d\x6a\xc2\x7b\xf2\xb2\x43\xbd\x16\x45\x87\xc1\xd3\xf9\x25\x47\xca\xb4\x20\x5a\xe0\xb9\x53\xf7\xf6\x3c\xcc\xfc\x79\x74\xe6\x85\x90\x4d\x43\xc2\xce\x12\x12\x49\x8d\xa1\x32\x56\x5e\xb1\xaf\xe1\x58\x8d\xa3\x07\xc7\x3a\x62\x9c\x5e\xdc\xc9\x39\x1f\x88\x38\xb2\x3d\x9e\xe5\xd1\x36\xa1\x59\x3f\x3b\xd8\x25\xe6\x2f\xbe\xe7\x55\xe2\xbd\xb3\xed\x13\x2c\xbe\x5d\xe8\x56\x5d\x4b\xa6\x64\xb9\x9d\x80\x71\xd3\x35\xe0\x67\xb9\xd3\x13\x49\xd5\xa2\x88\x15\x67\x53\x1d\x3c\x8b\xe6\xfb\x19\x91\x38\xb4\xfc\x64\x34\xd0\x9a\x2f\x89\x9b\xfb\x8c\xfd\xe0\x7c\x79\x27\x4c\x16\x39\x43\x51\x81\xdf\x0f\x2b\xda\xdf\x51\x13\x2b\x3b\x4a\x43\xda\x87\xa6\x30\x82\x5e\x76\x99\x3f\x6f\x38\x9d\x2f\x03\x82\x7b\x32\x80\x70\x2a\xe3\x2b\x79\xa4\x9d\xd0\xe8\xab\xac\xb0\xe9\x0f\x32\xc2\x29\x4e\x99\x2a\xdb\xc9\xcd\xfc\x2e\x7a\x8e\xb3\xf7\xd9\x0a\xa8\x8a\x85\x98\xcf\x23\xdf\x89\xb1\x01\x02\x1f\x71\x70\x1e\x2e\x14\x97\x25\x8a\x42\xdb\x36\x5b\x69\xb8\x87\x9e\xeb\x9d\x04\x08\xe9\x04\xc7\x13\x96\x26\xb3\xe4\xd1\xdd\xd5\x71\xe0\x18\x0b\xa8\x08\xd2\xbb\xd7\x8e\x24\x56\x62\x3b\x44\xab\x5b\xd2\xf6\xb4\x84\x72\x27\xc2\x01\x40\x21\x1c\xb9\x9b\x0a\x64\xef\x21\x91\x81\x90\x34\x08\x44\x2a\x9c\x89\xf6\x96\x75\xb8\x4e\x95\x1a\x4e\xe7\x1a\x91\x08\xf0\x02\x99\xfe\x59\xd1\x56\x4a\xcb\xe7\x5c\xcb\xfb\x64\x4f\x31\x11\xd2\xb5\x13\x98\x44\x46\xab\x42\x6b\x30\xd7\x0d\xcf\x5d\x14\x37\x3c\x85\x6f\xd6\x7b\x96\x4f\x35\x12\x79\xf8\xed\xe2\x6e\xf6\x7c\xbf\xad\xe6\x8b\xfb\xfb\x6a\xb3\xfd\xf3\x7e\x51\x3d\xad\x57\x4f\x1b\xfa\xea\x7d\x26\x94\x4d\x94\x75\x2e\x1e\x4c\xa4\xc5\xfb\xd0\xd7\x05\x9d\xcb\x5d\xaf\x7e\x92\x55\xdd\x46\x5b\xbd\x36\x12\xab\x3e\x5c\xd9\x83\xdd\x94\x2a\xf9\xc6\xcf\x72\x2f\xfe\xf4\xfd\xa5\x84\xbd\x10\x59\xa8\x5e\xce\x72\x01\xba\xf1\x23\x31\x12\xec\x59\xdb\x8a\xa1\xa7\x8f\x7c\xba\xe3\x99\x41\xdf\xd8\x10\xf2\xba\x3e\x26\x6b\xc5\x6f\xbe\x1b\x70\xdc\xad\x0d\x23\x50\xeb\x9e\xa0\x72\x0d\xf1\xde\x77\x92\x31\x95\xcb\xb6\xbb\xe9\x37\xa9\xbe\x50\x78\x36\x47\x3d\x0b\x88\xec\xfd\xf9\xec\xd2\x4d\x9d\x3b\x83\x67\xa0\xba\xb3\xa7\x73\x24\xd5\x52\x80\x76\x38\xa1\xe0\xa7\x32\xe4\x9b\xc5\xfd\x62\x0e\x2e\x66\xf3\x6f\xb3\xc7\xaf\x8b\x2f\xff\xf8\x72\x07\xd6\x85\x24\xde\x25\x4f\x1f\x3e\x02\x15\x70\x76\x5f\xc7\xe1\xf6\x93\x87\xd2\x91\xd9\x3a\xd6\x25\x20\x23\x54\x77\xe2\x21\x54\x77\x1f\x23\x0f\x1d\x5d\xa4\x0a\x3d\x0f\x65\x18\x2f\xb8\xcf\x2a\xa8\x48\xdd\x26\x6b\xf6\xb2\xec\xf0\x29\x4d\x0a\x7f\xc4\x46\x05\xfe\xdc\x18\x1f\x56\x0d\xf0\x0a\x80\xc8\x75\x21\xe1\x3d\x79\xfa\x00\x50\x43\x64\xa3\x47\x34\xfb\x21\x2e\xcd\xff\x8d\x50\xbd\x7d\x7d\xb8\x4d\x03\xee\xda\x33\x19\x16\x23\xc1\x98\xe1\x87\xee\x96\x2c\xfd\x15\x22\x3d\xb7\x5c\xc2\x94\x06\x6f\xba\xe5\x1a\x99\x14\x41\x73\xf5\x41\x5f\x5f\xbd\x59\x5b\x2a\xd9\x05\x52\x9e\x73\x66\x05\x26\xf8\x7b\x6c\x5b\x25\x6c\x61\xca\x0b\x4c\x21\x68\xb5\xb9\xf2\x1a\x71\x34\x2f\xbb\xca\x0b\x3f\x4a\xb0\x30\x1f\xbf\x49\xd4\xb8\xca\xd6\xb8\xca\x0c\xbd\x2a\x63\x1e\xd5\x14\xdf\xe1\xdd\xcd\x65\xb1\x08\xd3\x0b\x9a\x6b\x14\x46\x35\x83\x6b\xd8\xd5\x6c\x39\x95\xde\xd2\xeb\x00\xd0\xc3\x59\xa7\xd3\xaa\x84\x87\xdb\xf1\xfa\xf7\x60\x15\x49\xec\x4a\x0d\x08\xc8\x69\x2f\x35\xfa\xbc\xcb\x49\x98\x87\x63\x88\x99\xf1\x0f\xc4\x5d\xbf\x9c\x3a\xa3\xae\x19\x71\xab\x89\x5b\x52\x0f\x36\xe3\x80\xa6\xf7\x27\xac\x55\x6a\x09\xa9\x75\x51\x9e\xff\xf3\xe8\xd1\xb2\x82\xfa\xb2\x0b\x37\x93\xf4\xe8\xc0\x34\xe5\x80\xe5\xf2\xb7\x78\xb4\xa5\x50\xa9\xac\x86\x25\xd2\x55\x8c\x8f\xe8\xe4\x45\x40\x9a\x65\x93\xb9\x88\xa4\xe7\x58\xd1\x0c\x68\xe3\x77\x8f\x11\x26\x30\x74\x32\x4f\x17\xa7\xf3\xf0\x21\x9d\x6e\x8f\xad\x4d\xe8\x07\xab\xb0\x65\x24\x3a\xd2\x35\x60\xec\x83\xba\x41\x01\xc9\xd8\x7b\x92\x66\xc1\xd4\x03\x5a\x3d\x84\x7b\x06\xe5\x95\xb8\xfd\x19\xf5\x58\x47\xb0\xff\xd1\x90\x0c\xbb\x5d\x1a\xee\x71\x94\x8c\x99\xcc\x96\xfc\x19\xb7\x86\x9c\x54\xf8\x38\xd1\x45\xa5\x28\xa9\xcc\xf7\x8c\x8f\x81\xec\x1c\x51\x78\x99\x62\xf4\xaa\xe9\x41\xad\xca\x89\x79\xac\xa3\xf1\x11\xf0\xd1\x58\x5b\x75\xae\xe6\xa6\xc7\x63\xb8\xa6\xaa\xa7\xe4\xcf\xa3\xeb\x9e\xbb\xc8\xc3\x12\x89\xac\x7a\xce\xcf\x5a\xdf\x94\xfb\x63\x55\x37\x8d\x6c\x9a\x69\xcf\xe0\x4b\x22\x6c\x2c\x18\x76\x1f\xe6\x35\xd8\xc5\x02\x31\x9f\xef\x25\x7d\xc2\xd3\xba\xba\x5d\xaf\x9e\x64\xbb\x49\x3b\x5c\x6e\x43\x81\x0b\x33\x5f\x86\xa0\x37\xca\xd7\x4a\x10\x11\x03\x9e\xd3\x59\xb4\x80\xd0\x0f\x33\x1e\xd0\xf2\x81\x0e\xb5\x7d\x72\x28\xef\x69\x29\x6b\x9a\x03\x99\x12\x1a\xae\x89\x7c\x83\x1d\x1d\x24\xeb\x40\x2e\x5d\x64\xaa\x94\xad\x57\x6c\x19\x69\xcf\x76\xa1\xbb\x0b\xbd\xcb\xfd\x27\x50\x62\xfe\x19\x7d\xec\x6f\xc1\x3e\x1a\xc4\xa1\x8c\x5f\xc4\x5b\x82\x08\xab\x79\xf6\xe4\x3a\x51\x1a\xb1\xfa\xb0\xea\x69\x01\x3e\xae\xaa\xf9\xea\xfe\xf9\xe1\x71\xc3\xa3\x74\x00\x21\xb8\x19\x95\x0a\x70\x48\x6e\x89\x97\x8a\xe6\x6a\xc4\xb4\x6d\xb8\x71\x9b\x23\xf6\x03\x8e\xe8\xda\xc1\xf7\x6c\xc0\xf0\xf9\xd4\x03\x0c\x8e\x26\x5f\x22\x69\x19\x97\xcb\x74\x8a\xe6\x42\x55\xe6\xe0\x2e\xf3\xe9\xcc\xe4\xb8\xb5\xc4\x00\x87\xb0\xc3\x92\x4a\x43\x0c\x57\x78\x58\xf1\x24\xa2\xd1\xa5\x01\xe4\x2d\x41\xfd\x20\xf1\x6c\xcd\xaa\xff\x85\x7c\x87\xd3\x77\xf5\xbd\x4a\xa3\xb6\xd0\xbe\x2b\x01\x71\x0e\xda\x81\x6c\x15\x18\xb3\xaa\x58\x0e\x24\x93\x9b\x48\x97\x8e\xe5\x28\x95\x47\x80\xac\x55\x27\xc7\x67\xaa\x94\xc9\x71\xee\xdd\x1b\x07\xd9\x74\x6f\xbf\xe8\xff\x03\x78\x30\xec\xfb\xf0\xb7\x93\x5d\xea\xd2\x0d\x77\x7d\x38\x71\x25\x26\x1f\x12\x1f\x01\xf1\xc7\x44\x0a\xce\xdd\x60\xe4\xe2\x60\x4d\x4b\xf0\x95\x9d\xbb\xe2\xe7\x42\xef\x0f\xbe\xfb\xf5\x85\xa2\x8d\xfe\x02\xad\x5c\xf3\x6b\x5c\xc2\x9a\xe0\xf0\xd6\x43\xcb\x3c\xc8\xaf\xb5\x6b\x31\xf4\xb5\x5a\x54\x7e\x32\x55\xaa\xd6\xbb\x78\xe3\x86\xab\x73\x26\x17\x3f\x15\x87\x19\x59\xa6\x10\x07\x73\x1b\x50\xb9\x8a\x7d\x7a\xe3\xf6\xa1\xa7\xdf\xb0\x60\xb8\xce\x5c\x8a\xeb\x64\x6e\x9c\x7c\xd3\xb4\xea\x5b\xaa\xfb\x55\xde\x25\xbc\x28\x40\x5a\x28\xf3\x85\xae\x35\xcc\xd1\xc5\x21\x9c\x8b\x40\xec\x01\x80\x65\x7a\xf2\x66\x94\x2b\x11\x8f\x92\x10\x68\x9e\xc0\xb5\xcc\x5c\x95\x12\xbb\x7b\x79\x69\x9d\x8d\xf2\x92\xb2\xe7\x54\x34\x88\xc9\x2f\x69\x66\x5f\x9e\x0d\x83\x32\x66\x26\xd0\xa3\x8f\x1b\xfd\xce\xdc\x34\x10\x4d\xa3\x76\x22\x32\xe6\xa7\x4b\x7a\x41\x0d\xa8\x4e\xe1\x4d\xd0\xd8\xa8\x6a\x96\x2f\xdf\x66\x96\x3a\x33\xb8\xb1\x83\x00\xbd\xb8\x5c\x5a\x42\x35\x3a\xe6\x48\x4c\x03\xa8\x75\xf1\x2e\xf4\xc4\x92\xd0\x30\x7c\xa3\xfd\x96\x25\x35\x22\xa5\xd0\x5a\xd2\x66\x6f\xfc\x21\xad\x21\xa0\x60\xf1\xa5\x35\xae\x0c\x63\x7e\x5e\xb0\x97\x19\x76\x44\xb4\x71\x41\xef\x42\xbf\xe5\x01\x40\xcd\xb2\x32\x38\x26\x8f\x5c\xf5\xcc\x3d\x2b\x4e\x5e\xff\xc6\x6f\x79\x1e\x01\x3e\xfa\x1e\xd1\xc8\xec\xd6\x9d\xd1\x28\x65\x4a\xee\x9a\x78\x0e\xf3\x2d\xdd\xda\xcc\xa5\x9d\x49\xb3\xf6\x5a\x7f\x18\xd3\xf4\x1a\xd2\x54\x88\xb5\xfc\xeb\xad\x25\x5e\x51\x6f\x33\xe5\xd4\x73\x01\x62\x04\xda\x80\x06\xe6\xe0\xd5\xbb\x87\x76\x8e\xd8\x8a\xe1\x5a\x28\xbf\x5d\x4d\x4f\x2a\xe2\x9c\x78\xdd\xda\x95\x2c\x5c\xba\xd8\x9a\xc1\x5e\xac\x91\x8d\x60\x4a\xab\xd3\x42\x36\x8f\xa9\x86\xd9\x91\x68\x98\x08\xdd\x2d\xce\xc6\x16\xa3\x12\xe6\xb8\xca\xee\x96\x84\x02\x65\xc0\x4a\xe4\xb2\x2e\xb5\xc9\x2a\xc9\xd2\x93\xa6\xd8\x22\x39\x2d\x11\x3e\x68\x76\xcc\x2e\x43\xd0\x15\x9c\xad\x0f\xbb\xd7\xdc\xd5\x8d\x5b\x76\x63\xa1\x07\x27\xc8\x76\x4c\x2e\x05\x38\x12\xd9\x85\x03\x49\x7c\xe9\x90\x28\x1d\x2b\x38\x22\x32\x09\x06\x38\x47\xa1\x68\xfe\x3a\x9f\x8a\xac\x87\xa1\x54\x79\x72\xa3\x40\x06\x94\x18\x28\xf8\x84\xd8\xd2\x2b\xb9\x4e\xa0\xa7\x55\xfa\x7c\xbc\xf9\x90\xd7\x30\xd8\x00\x1e\x01\x22\x0d\x8c\x6c\xe4\x05\x26\x1c\xfc\x1a\x17\x4d\xf1\xaa\x33\xd2\xf8\x56\x5b\xb8\x76\x91\x18\x24\xaf\x21\x3c\x23\x39\xb4\xfc\x16\x68\x03\xd7\xb6\x59\x47\x3e\x77\x67\x4e\xb2\xa3\x2a\x05\x8f\xcf\xbf\x9c\x5d\xad\xb0\x12\x99\xa7\xab\x44\x8b\xbf\x5a\xf1\x27\x7c\xff\x51\x70\x59\x53\x5f\xb2\x15\x07\x6f\x24\x3c\x4b\x0f\xc6\x39\x54\xac\x88\xa2\xb9\x0c\xf0\x3e\x0c\x1c\x4a\x64\x86\xe9\x0c\xc0\xe4\x99\x48\x16\x8e\x15\x94\xb3\xd2\x52\xd3\xe1\x17\xdd\xd3\xad\x6f\x24\x82\x1a\x84\x36\xba\x4e\x32\xe5\x9c\x6d\x5e\x93\x7f\x6e\x55\x48\x71\x3b\x77\x55\x3c\x6f\x56\x2a\xa3\x2f\x4f\xe8\x7e\xfa\xd4\xc1\x12\x25\x22\x52\x90\x94\x66\x1d\xae\x06\x00\xab\x73\xd7\x51\xcb\xf7\x6d\x3d\xe4\x3b\x57\x26\x16\xcb\x6e\xe4\x44\xe8\x83\xd4\x04\x1b\x94\x5d\x50\x84\x92\xdf\xe1\x4a\x3a\xc3\x74\xa6\xcb\xb9\x4f\xf5\x14\x31\xf9\xd8\x00\x9a\x39\x53\xd7\x66\x20\x0b\x3d\x2f\xb2\x59\x34\xc2\x59\x1f\xc4\x27\x66\x34\x6c\x74\xc6\xa4\x31\xc8\x2a\x27\x52\x46\x13\xfa\xda\xb0\x14\x55\xb9\x84\x8b\xe5\x2d\xbf\x77\x64\x27\x66\x38\xae\x6a\xfc\x41\x58\x92\x07\x14\x49\xdc\xfb\x98\xfa\x25\x13\x34\x92\x89\x18\xfe\x0e\x2c\x9e\x83\x02\x33\x61\x34\x37\x53\x27\x9d\x7a\xe7\xde\x1b\xd3\xa1\x86\xad\xe2\x4d\x5c\x01\x09\xb5\x3c\xd4\x39\x45\xef\x6f\xe6\xcd\x54\x89\xa9\xd7\xe1\xc1\xb8\x0c\x20\x67\x05\xb1\x94\x2a\x2b\x84\x89\xa6\x00\x26\x4d\xbf\x3c\xaa\x46\xf6\x64\xa2\x98\x71\x45\xa0\x7b\xb2\x32\x80\x62\xde\x45\xf3\xa9\xf1\x3b\x9f\xb6\x49\x8e\x10\xb0\xb0\x9b\x50\xdd\xd4\x9d\x60\x1d\x66\xfa\xda\x39\x6a\x2d\xb2\x23\xa8\xa4\xb1\xec\xda\x1e\x55\x2a\x90\x5f\x3e\xde\x2e\x7e\x55\xb3\xed\x76\xbd\xbc\x79\xde\x2e\xaa\xc7\xd9\xc3\x22\xcb\xb0\x5d\x7d\xfd\x7a\xbf\xf8\x5d\x8e\xe5\xe3\x8f\xd5\xf7\x4f\x73\xcc\xee\xef\xa5\x8c\xfb\xfb\x71\xae\x0a\x6f\x98\x82\x7a\xcc\x62\xac\x61\xe8\xfd\x0b\x1a\x4d\x15\xb8\xc8\x04\xfb\x4b\x4e\x7a\xe0\xba\xa9\x21\x94\xd3\x35\x74\xe8\xdb\x8c\x90\x86\xc6\x10\xec\xee\x4d\xe2\xd0\x0c\x17\xa7\xfc\x08\x89\x4b\x13\xeb\xc5\xfe\xa4\x4b\x93\x4e\x57\x78\x73\x6a\x71\x9a\xbc\xce\x09\x08\xd0\x2e\x3b\x70\xd1\x41\xdf\xc6\x8e\x1d\x57\xab\xf4\x31\xfc\xc9\x8e\x86\xa8\x1f\x18\x96\xf2\x40\xbd\x1f\x0c\x32\x0f\x86\xe8\xdf\x5c\xfa\x7d\xbd\xd3\xab\x0e\x32\x57\xdc\x3b\x51\xee\x39\x3f\xfd\x70\x44\x93\x83\x71\xb7\x19\x15\xa5\x60\x13\x51\xbf\x24\xe6\x48\x74\x28\x29\xeb\xd1\xef\x07\xf3\x72\xe8\x10\x2c\xd6\x8a\x84\xc8\x53\x5b\x5f\x5d\xa1\xbf\xbb\x31\xc7\x46\xd6\x83\x7c\x73\xdf\xe8\xe2\x2e\x52\xf6\x4f\x6a\xc4\x4c\x2c\x33\xbc\x18\x53\xab\xcb\xf8\x5b\xbd\xf1\x61\xbd\x98\x80\x9d\x95\x4b\x25\x69\xb8\xa2\x3c\xc6\x57\xa8\x53\x6c\x95\x2d\x27\x30\x6f\x5d\xdd\xa7\x81\x58\xc4\x5d\x7d\x76\x1c\x7e\xd6\xa8\xf7\x18\x11\x0e\x72\x4a\x4b\x18\xc4\x6e\xc8\x6f\x9c\x06\x1b\x8e\xa1\xf2\xe5\x15\x46\xb9\x4a\xf3\x0e\x5d\x36\xd1\x64\x68\xd6\x35\xdb\xfe\x03\x8a\x5f\x75\xc0\x4e\x66\xc1\x7d\x2f\xbb\x23\x9c\x22\x59\x18\xd3\xe2\x82\xc7\x21\x85\xd3\x90\x65\xf9\x46\x37\xe7\x91\x24\x57\x86\x5a\xdf\x8b\x8e\xc0\x0c\x84\xeb\xc1\x49\x07\xf0\x19\xa6\xb1\x48\x2d\x57\x45\x5a\x01\xf5\x8b\x4e\x2a\xec\xea\x6d\x60\xf0\x0d\x4e\xab\xb8\x2c\xb5\x7c\xd6\x11\x7a\x9f\x48\x51\x4d\x0f\x81\xc3\xcb\x74\x17\x51\x3c\x01\x19\xcf\xf4\x5d\xd7\xbf\xc1\x88\x66\x5d\xe9\xe3\x63\xe8\x48\xa9\x24\xf3\x6d\x34\x0b\x8a\xf5\x17\xdd\x50\x36\x1a\x44\x2d\x02\x54\x74\xae\x3b\xfe\x7d\xcc\xf6\x9c\xf1\x46\x64\x8d\xff\x75\x93\xe0\xfd\xc2\x3e\x9d\xbc\xbf\xe3\x9c\x8e\x4a\x38\xb8\x01\x27\x61\x25\xbf\xe8\x84\xf8\x2a\x4f\x76\x3a\x8c\x9b\xcb\xf9\x9c\xc6\x04\xae\xd1\xc4\x83\xba\x77\x77\x3a\x9b\xa9\x5a\xd5\xe0\xe9\x64\xc0\xd3\x2e\xc6\x22\x60\xae\xc1\x7f\x8b\xaa\x54\x25\xd3\x54\xbd\xba\x0f\x1a\x61\x54\x0e\x56\xca\xa2\x44\x5d\xa7\x1b\xa3\x35\xf5\x71\xd1\x49\xac\x73\xaa\xab\x4c\x6e\x88\xa6\x64\x3e\xc7\x74\xec\x64\x18\x3d\xb1\x06\xce\xbe\xdb\xb9\xab\x35\x6a\x50\x00\x48\xb0\x69\x1a\x75\xf2\xb1\x06\xec\xee\xac\x6d\xa3\x35\xde\xb9\xeb\x82\x3a\x0e\xca\x43\x93\x7c\x43\xe5\x8e\x82\xa9\x62\x6e\xba\xd2\xdf\x5a\x0d\xa4\xd0\x68\x79\xd6\xdb\x95\xc6\x06\xd9\x30\xe8\xcb\xd5\x27\x0a\x3f\x19\xa8\xcf\x60\x8a\xed\x68\xd2\xc1\xc0\xae\x74\x3e\x62\x2b\x08\x9c\x0b\xc8\x72\x8f\xcb\x76\x40\xd0\xc2\xdb\xc7\x11\xa6\x5d\xc6\x96\xe6\xe9\x33\xad\x4d\x98\x09\x7c\xe9\xd8\x9c\x01\x5f\x9e\x40\x02\x29\x45\x06\x51\x6c\xad\xf2\xe5\x1f\x5f\x5e\xdc\xdf\x74\x00\x26\x4e\x9e\xdd\x08\x77\xe9\x98\x39\xe8\x7b\xec\x69\x9b\x6e\x0c\x9e\xdc\x6e\x5e\x9c\x75\x7e\x8f\xe0\x1c\xa2\x50\x2a\x18\xbd\x05\x3f\x1e\xcf\xbe\xb3\x17\x49\x2a\x74\x42\x8a\xa7\x9a\xc4\xfb\x50\x93\x0a\x0e\xbc\xbc\x21\x61\x35\x8f\x23\x52\xe6\x08\xca\x4e\xeb\x0a\xaa\xf6\x65\xe4\xdb\x57\xbe\xa3\x67\x20\x87\x6c\x3a\xb9\x2f\x59\x08\x27\x4e\xe7\xf9\xc1\xa1\x32\x30\x88\x0e\xc5\x9e\xa2\x49\x70\xac\xe3\x43\xe8\xd9\xb4\xcb\x7c\x8c\x3a\x14\x6e\x28\xec\xcd\xf9\xe6\xdd\xf5\x1c\x10\x6a\x04\x5b\x47\xec\xf2\x84\x2f\x6d\x2e\x7b\x63\x09\x27\xda\x68\xc1\xc4\xd0\x8e\xb1\x3e\xaf\xac\x31\xe4\x33\x38\x37\xb2\x83\xe1\xa5\xca\x10\x88\xb5\xc5\xaf\x5e\x07\x05\x55\xe4\x7d\x49\x02\xb6\xd8\x55\x9f\xd9\x36\x91\x8c\xbd\xb5\x13\xf6\x60\x1a\x62\xec\x92\x29\x40\x6f\x66\x1f\x94\xbb\x0a\x83\x53\xa8\x35\x55\x82\x0b\x1c\x8a\xf0\x00\x89\x7e\x02\xbf\x97\x61\x27\xb1\x73\x8e\xe1\x8a\x52\xbd\x88\xbf\xee\xd5\xcd\x9a\x27\xe3\xe6\x72\x3a\xd5\x3d\x4e\xdd\x93\x3b\x05\xff\x77\x3a\xc1\x78\xb8\xa1\x98\xbb\x3c\x10\x1c\x3b\xa6\xc3\xd1\xba\x0d\xc4\x33\x27\x9e\x05\x28\x7f\xda\x75\x82\xc7\x6f\x88\xf2\xfb\x4f\x02\xd3\xfa\x24\x2b\x84\xe6\xc1\x9f\xbf\xd2\x37\x9e\x66\xf3\xc5\xba\xfa\xbe\xf8\xb3\x7a\x5a\x2f\xee\x96\x89\xb6\x78\x78\xda\xfe\x59\xad\x17\x73\x80\x49\x23\x9b\xdd\xa7\xfa\xe0\xc8\xda\x97\x49\x74\x08\x97\x54\x28\x9b\x88\x2c\x21\xa4\x8d\x0e\x74\x7b\x0c\xe0\xae\xb1\x90\x2a\xc6\x87\x2f\x8a\x52\x0f\xb7\x8a\x10\xbe\xea\x01\x2a\x22\xb6\xfd\xb8\x91\x26\x12\x74\x00\x56\xc8\xb0\x8f\x5c\x43\x50\x4a\xd5\x07\x67\x98\xe1\x94\x2c\x31\x9e\xe6\x6a\xa8\x47\xa6\x43\x20\xbd\xa3\x0b\x09\x71\x98\x70\x39\x92\x08\x57\x2a\x8e\xb2\x41\xaf\xce\x54\x23\x0c\xb6\xd2\xfb\x37\x87\xee\xdc\x00\x06\xc4\x6a\x4a\x17\x07\x88\x3c\xd7\xa4\xfa\xcb\x14\xac\x86\x30\xd4\xed\x82\x9e\x65\xdd\x43\x3d\x36\x4b\x9b\xc2\x04\xfd\xc6\x1d\x7d\x47\x3c\x3b\xc4\xa7\xb0\x90\xbd\x18\xb0\xa2\x61\x14\x49\x48\xae\x19\x9d\x49\xe0\x7d\x7d\x77\x20\x01\x15\xe1\xf9\x6b\xd5\xa0\x26\x7b\x8e\x06\x4a\x7c\xc7\xd9\x0c\x06\xe3\x3e\x9e\x61\xa6\x00\xd0\x3c\x8d\x23\x71\x1b\x31\x9f\xcf\x95\xf8\x8c\xf2\xfc\x00\x94\x14\x9d\x05\x79\x12\x4e\xdd\x27\xd7\x3f\xd5\x14\x48\xed\xe0\x36\x67\xb7\xf3\x7b\xaf\x2a\x4a\x88\x64\x36\xa6\x9f\xb3\xfe\xc5\x6a\x94\x61\x78\xe8\x2b\xb2\x9e\xf2\x55\x83\x3d\x4c\xb5\xe0\xa7\xe9\x72\xe7\x3b\xaa\x8f\x18\xf8\x2c\x99\x82\x6f\x0a\x3c\xd6\x99\x61\xdd\xc4\xe8\xb5\xe2\x0e\xc1\xf8\x47\x43\xbe\x15\xc1\xde\x24\x6e\x94\x69\x3e\xe9\x72\xa0\x76\x6a\x9b\x74\x1d\x18\x07\x0a\x18\xb1\x34\x89\x7a\xb2\x5b\xe3\x8e\x4d\x5c\x1a\xc5\x88\x6c\xf2\xd8\xb0\x01\x2a\x1f\x09\x6c\x8a\xe4\x8f\x1c\x81\xb2\x6d\x78\xa1\x75\xee\xca\x3f\x89\xaa\x44\xad\x0e\x96\x9a\x3e\x8a\x5c\x50\xb6\x5d\x28\xfe\x1d\x50\x0d\x85\xef\xf9\xb8\x77\x50\x91\xd0\x1b\xab\xd1\x3b\xd5\xb8\x98\xaa\x2c\x27\x9a\x2f\x60\x98\xc8\x1f\xbe\x1f\x2e\xd0\x25\xe2\xd9\x43\x9f\xb9\xc4\x6c\x7f\x31\x5b\x06\x4f\x39\x52\x63\xc8\x54\x13\xb5\xc6\xda\x56\xb7\x2a\xd2\x9d\xbb\x52\x14\xb6\xfc\x35\x60\x3d\x25\xba\x34\xb0\x31\xdc\x3f\x97\x41\x7e\xb3\xc5\x78\xb1\xfe\x0b\xb2\x2c\xff\x4f\xb6\x8b\xcf\x76\x8b\x6b\x9e\xed\x5a\x3c\x4e\xfc\x92\x8f\xe2\xff\x53\xbd\x5c\xbc\x4e\x84\x80\x31\x37\x39\x49\xd0\x76\xd0\x85\x82\xd4\x88\x73\x6a\x46\x8a\x04\x4c\xad\x1d\x58\xc4\x67\xd6\xf0\x82\x42\x9b\xbf\x50\x95\x6f\x1c\x61\xd6\x5b\xce\x7f\x3c\xa8\xf6\xd4\xa2\x38\x30\x98\xdf\x40\x3c\xa6\x61\x97\xe4\xe8\xc4\xe9\xdc\x75\xde\x7a\xb0\x10\xc0\x31\x20\x11\xe2\xc4\x7a\x4a\xf3\x02\x17\x31\xfb\x5f\xf1\x0a\x2f\xb6\xcb\x89\x8a\x0e\x47\x1f\x29\xcc\xe4\xc1\x89\xbb\xd5\xd5\x94\x6c\x82\x8a\x62\x3f\x48\x0c\x2d\x24\x2c\xbb\x19\xed\x93\x74\xd9\x62\x32\x9f\xb3\x42\x4f\x1b\xa8\xec\x4e\x04\xd5\xc0\xa9\x37\x64\xb0\xe8\xbb\x79\xea\x93\x5d\x95\x05\x6f\x68\xb1\x11\x64\xea\x97\x9b\xd3\x1b\xea\x5d\x4d\x69\x13\x6f\xa5\x96\x92\xac\x26\xdb\x26\x84\xe9\x29\xf7\xef\xbc\x78\x06\x17\xab\x1c\xf1\x6e\xd2\x7d\x6a\x60\x01\x29\x31\xb1\xb8\xbc\x08\x00\x01\xfd\x14\x83\x0b\x90\xa6\x64\x8e\xaa\x07\x87\x9c\x29\xe0\xaa\x7b\x8c\xf7\x87\x9c\xb9\x04\x26\x41\xf6\x4f\x43\x56\x43\xc0\x5d\x4a\xa5\xfb\x51\xc9\x6a\x14\xec\x63\x46\x16\x76\xb0\xcb\x55\xe7\x2d\x31\xd3\xe9\x63\x20\x35\x11\xe7\xf0\xaf\xaa\x9a\xd8\xa8\x81\x33\xb7\x8c\x4e\xe3\x8a\x9b\x81\x1d\xdd\xb9\xeb\xd2\xea\xd0\xc6\x2a\x33\xfb\xce\xb4\x59\xda\x14\xfc\xce\x27\x2d\xac\xa6\x9b\x68\x94\x2a\x99\x08\xde\x47\x7a\x35\xb3\x0f\x3d\x86\xab\xef\x0e\x58\xe0\xb1\x8e\x8f\x80\x43\x25\xbd\xd0\xa0\x6a\xda\xde\x3f\x08\xa9\x31\x32\xcd\x7c\x6e\x59\x5c\x1d\xb2\x2c\x9b\x7c\x3c\x0f\x5a\x67\xd1\xfb\xa0\xd5\xb1\x7c\x9c\xad\xae\x46\x3d\xd8\xfa\x68\xce\xb3\x8d\x4e\xbc\x0a\x9d\x66\x56\x9d\x1b\x75\x0f\x43\xe7\xa4\x7a\x8a\xb5\x10\x0f\x27\xb3\x4b\x86\xd1\xca\xdf\x26\x36\x16\x01\x94\xec\x10\xab\xab\xc6\x97\x7f\x7c\x99\xaf\x1e\x9e\x66\x73\xeb\xbf\x61\x2f\x2d\xd9\x75\xac\xfa\x7f\x90\xcd\x1d\xb8\x9a\xba\xf6\xc8\x2c\x2a\x6c\x41\xe0\x54\xbf\x9f\x58\x1d\x66\xda\x00\x07\x8d\xf2\xb2\x72\x09\x56\x53\xeb\x92\x69\xba\x61\x8c\x28\xa9\xe3\xa4\x0d\xc8\xab\x2c\xe3\x26\x9c\x5c\x89\x1b\x55\xf9\x69\x32\x59\x24\x4e\xbf\x64\xd6\x22\x5d\xcb\xd3\x0c\xd0\x93\x05\x4f\x81\xbb\x34\xbc\x38\xb4\xd1\xf0\xc6\x36\x78\x09\xe8\x24\x95\xad\xfc\xe1\xdd\x95\x8d\x90\x70\xd6\x65\xa6\x48\x91\x5a\xa9\x54\x71\xfa\x0c\x61\xb0\x9d\x0c\x62\xf6\xce\xf5\x04\xb3\x1e\x87\x9e\x82\xd5\x15\x53\x2e\x22\x4b\x6e\xbf\x82\xe0\x5c\xcb\x8e\xaf\xf5\x24\xf1\x98\x04\xac\x82\xfd\x65\xaa\x83\xd8\x51\x45\x57\xb6\xe9\xb2\x34\x4b\x17\x69\x5a\xde\x2f\xef\x16\xf3\x3f\xe7\xf7\x8b\x6a\xf1\x6b\x7e\xff\xbc\x59\xae\xd0\x6a\x94\x65\x67\xa7\x73\x88\xae\x29\x42\xdd\xa7\x0e\xbf\x75\xbb\xc0\x80\x6d\xbb\x32\xdb\xb2\x8b\x03\x21\xc8\x54\xbf\x7d\xa8\xd1\x5f\x1a\x98\xb3\x7c\xea\x01\x5d\xe3\x00\xc2\x1d\x06\x0e\x9b\xab\x1f\x8e\x3f\x54\xe4\x52\xb1\xf8\x05\x2f\x59\xab\x17\x10\xa9\xf5\xe2\x83\x67\x08\x8d\x8f\xbb\xd0\x75\x5a\x8c\x99\x1b\x46\x8e\x63\x82\x89\xa2\xf9\xed\x6c\x18\xdc\xe9\x3c\x18\x89\xa2\xf9\xfe\x4f\x53\x1d\x6b\xd3\x04\x88\xdf\xc0\xf4\xab\x5b\x2e\xa9\x8e\x46\x15\x8b\xaf\xfe\xcc\x65\x50\x6e\x9a\x3f\x79\xd6\x02\xce\x19\x8f\xcd\x51\x69\x12\xaa\xfd\x93\x52\x15\xa5\x62\xf4\x2a\x44\xc4\x97\xa6\x3d\x2c\x1f\xc9\x8c\xb8\xfa\xb9\xbc\xdd\x7e\xcb\x9d\x7c\x39\xf8\xb7\xb5\x4c\x4b\x74\xe3\xf4\x91\x3b\x0e\xfb\x68\xc0\x8d\x89\x05\x6b\xad\xa7\x30\x9b\x2c\x95\x72\xbd\x8c\x9a\xe9\x6b\xa2\xd5\x25\x65\xe2\x30\xaa\xd0\xd7\xde\x23\x92\x08\x87\x88\x5d\xa8\x83\x0e\x49\x7a\xcf\xe7\xf6\x23\xfd\x21\x86\x8b\xe4\x11\x88\x68\xc2\x46\xd3\x74\x50\x4e\xac\xb1\xb4\xe5\x18\x88\x58\x45\x8c\xb5\x46\x0c\x40\x40\x3e\x86\xa3\xd5\xad\xc3\xd5\x58\xbf\x40\x3a\x37\x54\xa1\xb9\x52\x6a\xcb\x42\x87\xc0\xc0\xe0\x07\xa6\xba\x10\xdc\xcd\x1f\x7c\x8c\xbe\x3b\x90\x18\xc0\x98\x8c\x8c\x5c\x98\x55\x55\x2b\x1f\x50\x9d\xad\xba\x8b\xc1\x71\x80\xc6\x13\x59\x57\x63\x2b\x7a\x8a\x8e\xfd\xc9\xa1\x43\x3d\x90\x4d\x19\x51\x44\x78\xfd\xd9\x87\x2b\x9f\xb4\xdd\xe5\x64\x98\x9c\x88\x94\xd5\xde\xd2\x90\xcd\xa4\x26\xf2\x65\x7e\xae\xd6\x3d\x5f\x7f\xf7\xd5\xba\x69\x40\xa2\x90\x1f\x86\x85\x95\x55\x69\x23\xd7\xd8\xf4\xef\xdf\x11\x6e\x2b\xb3\x50\x2b\x0b\x0c\x9f\xd0\xa7\x5e\x92\x12\xc3\x27\xf4\xc6\xa6\xd5\xed\xda\xda\x26\x1a\xa3\x73\x60\x04\x6e\x73\x73\xf2\x70\x19\x22\x81\x9d\xc8\x0d\xbe\x77\xa7\xda\x77\xbe\x3b\x18\x58\x24\xb8\x72\xf1\x71\xfe\x95\xc6\x9c\x7b\x7e\x17\x5a\x51\xf3\x44\xc6\x5c\xde\xa7\xff\x76\x05\x69\xe0\x65\x41\x15\xc0\xab\xe6\x27\xf4\xa2\xd1\x85\x0c\xd7\x8a\x2a\x26\x73\x4c\xbd\x9e\xcb\xa4\xa7\x5e\x97\x1c\x07\xe5\xe1\x49\x8e\xce\x4d\x84\x77\x21\xb3\xdc\x4b\x2e\x64\xb0\x08\xe6\x5f\x91\xe7\x26\x1b\x83\x65\x1f\xc3\x05\x15\xb2\x54\xaf\x86\x4e\x36\x9e\x0b\x71\x98\x3e\x82\x4f\xf0\xac\xef\xd5\x90\x09\x00\xa6\xd3\x1e\xac\x77\x21\x0d\x1d\xc5\xca\x0e\x35\x6f\x3e\x4c\x85\x8d\x0b\x8c\xbf\xaa\xf9\x70\x9b\x52\xa8\x40\x42\xd1\x32\xd8\x81\xac\x4d\x35\x87\x85\x58\xdf\xa5\x5b\x77\x4e\x62\xec\x11\x1b\x77\xe2\x8b\xba\x79\xde\xe5\x37\xf7\x69\x2a\x5f\xef\xad\x35\x0a\x6e\xd0\x3a\xb9\x28\x26\x2c\xdd\x7a\x49\x83\x58\xf3\x5e\x49\xea\x41\xb4\xb3\xd9\x86\x75\xb8\x2e\xf7\x4f\xe2\x2d\xb6\xb3\xfc\xdd\x21\xe3\x91\x86\x09\xc3\xe2\xbe\xf4\x6a\xce\x09\x0a\xfa\x79\x9d\x8f\x5c\xcf\x72\xa3\x7a\x3c\xc7\x4f\xee\xf4\xe2\xfa\x71\x5e\x98\x41\x3c\xe5\x18\x0f\xc6\xf1\x25\xaf\x34\xce\xe7\x93\x01\x2e\xfd\x46\x37\x0c\xd9\x56\x6f\xae\xef\x7d\x03\x83\xde\xd6\x51\x46\x07\x90\xe6\x47\x47\x9d\xd9\x3c\xd9\x86\x3e\xeb\x3b\xb1\xd8\x37\xad\xfd\xdc\x4b\x06\x65\x55\x54\xba\xad\xef\xad\x6f\xd4\x43\xe3\x28\xf7\xda\x58\x1a\x88\xfc\x8e\xf9\xad\x3e\xf7\x43\xa8\xca\x53\xb6\x9a\x38\x66\xab\x69\x3b\xe9\x6a\xf2\x9c\xad\xf2\x35\x4b\x5b\x22\xf7\xe5\x5b\x31\xf3\x13\x5f\x4e\x8a\x68\xe9\xad\x28\x40\xea\xb9\x9d\x16\x04\x42\x49\x1f\xd7\x6c\xe8\x0c\x88\x69\x9c\xce\x34\x33\x2d\x69\x9f\x18\x4c\x3a\x0c\x45\xa1\xa8\x70\x05\x04\xb9\x4b\x1a\xbd\xc4\x50\xd1\x33\x10\x2e\xea\xb7\xd2\x34\xb8\xcb\x37\xeb\x44\xfa\x9f\x97\x08\x11\x04\x0a\xf2\x3c\x9b\x52\x84\x7e\xfd\x50\xf7\x68\xe6\x2d\x47\x87\xec\x00\x17\x50\xc5\x84\x1e\x4f\x5e\x63\x1f\x8b\x46\xd0\x4c\xe8\xc9\x35\x41\xbd\x34\x65\xd0\x99\x74\x4d\xff\xef\xfa\x9a\x77\x11\xe9\x57\x42\x57\xd2\x4d\xa7\x07\x80\x5d\x4c\x3d\xcc\x7e\x55\x3f\x66\xf7\xcf\x0b\xf5\x1b\xe1\x47\x35\x73\xd4\x82\xed\x59\x47\x27\x45\x32\x0a\x87\x2c\x5e\x30\x65\xd7\x26\xf8\x78\x5f\xc3\x2e\x11\xcc\xf2\x8a\xe7\x7a\xe7\xc8\x4f\xea\x9f\xdc\x81\xb8\x25\x93\xc1\xea\x19\x01\x18\xc8\x0b\xda\x2c\xb6\x2f\xff\xf8\xa2\x58\xd2\xe2\x30\x82\xa8\x2c\xc8\x72\xbd\xb4\xe1\x05\xfd\x25\xc1\x46\xa9\x0d\x75\xf3\xdc\xa7\x0d\x01\x61\x2b\x51\xd6\x88\xce\x2b\x48\x39\xd7\x7d\xe4\x40\x0a\xb7\x80\xfd\x2e\xb0\xf7\xf4\x3e\x46\x90\x09\xaf\xd9\x6b\x14\xff\x48\x77\xfd\xf4\xc5\xe5\x2e\x74\xcb\xd3\x21\x83\x40\xd4\xbc\x84\x3c\x63\xf4\xc2\x20\x08\x55\x06\x01\x72\x29\xe8\x2b\xc3\x7d\x8b\xeb\x2d\xa2\x15\xa6\x7e\xc0\x2e\x29\xc1\x14\xe1\x3c\xb4\x5e\x23\x31\x1e\xc5\xa0\x90\xad\x56\x18\x29\xe7\xd2\xf7\xea\xb4\x89\x09\x99\x2f\x08\xaf\x4e\x31\x13\xf6\xf4\xb6\xa2\x83\x5b\x44\x60\xd8\x1e\xce\x1f\x19\xdc\x7a\x15\xba\xcd\xe6\x1b\xe7\x38\x99\x58\x0e\x55\x69\x68\x77\x52\x1b\x9f\x79\x89\xc9\x58\x53\x20\x0b\xd3\x3a\xf5\x8d\x25\xf4\xf5\x78\x44\xe8\x5a\x81\x8c\x02\x30\x4b\x00\x6f\x84\x9b\xce\xf9\x9c\x13\xa2\x62\x5d\xca\x28\x6d\x01\x54\x4c\x11\xf1\x77\xaf\x8f\x06\xfd\x32\x5d\xa4\x0a\xbc\xa4\xa6\xee\x5f\xb7\x47\x87\x51\xf0\xeb\xb7\xa7\x2c\x88\xe9\xfb\xa9\x45\x00\xfc\xd8\xef\x11\x40\xf7\xad\x66\xe7\xb2\x12\x6e\x33\x43\x71\x2d\xe8\xf1\x48\xbe\x16\xb1\xdf\x93\x6f\xa0\xe0\x3e\x30\x06\x4d\x3c\xbb\x1a\x54\xf7\x60\x38\x2c\x90\xd4\x08\x1e\xf3\xd6\x87\x8e\x58\x16\x4a\x81\xe5\xc8\xa2\x01\xe1\xd4\xac\x69\x20\x42\x00\x5c\xbb\x37\x6e\x18\x08\xfc\xf5\xa1\xf6\x69\x3c\xd0\x05\x1d\x1e\xd5\x3d\xdc\x79\x36\xc7\x1a\xf2\xde\xb4\x61\xf7\xea\x9a\x8d\x87\x53\xe9\xae\x7e\x0b\xbd\x1f\xdc\x66\x00\x83\x2a\x9b\xbc\xf3\x08\x56\x9a\x76\xac\x07\x0c\x5c\x7d\xeb\x5a\x07\xaf\x51\x85\x68\x13\xa0\xd4\x9a\x84\x62\xf3\xba\x75\x5d\x03\xe5\x3d\xb8\x43\x7d\x3e\xe2\x29\xf7\xdc\x35\x21\x7d\xa2\x05\xfb\x1d\x92\xd6\x3f\xf9\x0e\x19\x61\x92\x49\xb1\x65\xd7\xad\xae\xdd\xe7\x33\xfd\xb8\xe3\xf8\x78\x1b\xbc\xbd\xcf\x5a\x7f\x90\x8f\x42\x82\xea\x33\x6b\x9a\xbb\xde\x3b\xb8\x0f\x90\x6f\x46\x7a\xe5\xde\x77\xb8\xda\x00\x81\x65\x8d\x9c\xd1\x37\x87\x3e\x89\xf0\x9f\x9a\xbc\xf5\x38\x86\x8b\xd3\x0b\xca\xe1\x5a\x46\x88\x9d\x19\x0f\xfc\xcc\x1d\x3f\x95\x0f\xc3\x93\x7e\xd0\xa8\x6d\x20\x78\xff\xd3\x1c\x62\xd5\xf7\x07\x47\x57\xf5\xcd\xeb\xc7\x59\x70\x7f\x30\x91\x86\x84\x13\x0f\xbe\xbb\x44\xee\x09\x19\x46\x0e\xbd\x00\xc6\x4c\x06\x3a\x88\x23\x8a\x07\xd0\x38\x31\xe0\x8b\xc4\x03\xd9\x85\x6e\xd6\xfa\x3a\xa2\x20\x7c\x17\x00\x91\x01\xf7\x53\xff\xff\xa7\x3f\x7f\xa4\x3f\xff\x96\xfe\xfc\xa7\xf4\xe7\x3f\xa7\x3f\xff\x25\xfd\xf9\xaf\xe9\xcf\xbf\xa7\x3f\xff\x2d\xfd\xf9\xef\x90\x19\x5f\x81\x77\xfe\x80\x97\xfe\x80\xb7\xfe\x80\xd7\xfe\x80\xf7\xfe\xf8\xf7\x6c\xa6\x7f\xf9\xdf\xec\xc6\x0c\x4a\xd4\xff\xf1\xe5\xcb\xff\xf9\xbf\x01\x00\x00\xff\xff\x8d\x3c\x37\x32\xdb\x95\x2d\x00") +var _v2BuildStaticJs2Fc3140a1ChunkJsMap = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xbd\x59\x73\xe3\x38\x12\x30\xf8\x5f\x1c\xf3\x58\xd3\x35\xd5\xd3\x73\x7d\x4f\x2b\xcb\x72\x59\xd3\xb2\xa5\x96\xe4\x3a\x7a\x63\x83\x01\x91\x90\x84\x32\x45\xb0\x01\xd2\xb6\x6a\xff\xfc\x46\x5e\x00\x48\x51\xb6\xab\x67\x1f\x4c\x0b\xf7\x9d\xc8\x4c\xe4\xf1\xff\x5e\x3c\x6a\xe7\x8d\xad\x2e\xfe\xcf\xdf\xdf\x5d\x78\xdb\xba\x5c\xfb\x8b\xff\xf3\x7f\x5f\xfc\xf4\xd3\xfb\xca\x16\x3a\x3b\xd8\xa2\x2d\xb5\x7f\xef\xb4\xca\x9b\xf7\xa6\x2a\xf4\xf3\x4f\xdf\xfc\xc5\xbb\x93\x0c\x8d\x2f\xcd\x86\xbe\x3f\x69\xff\xcf\xe1\x4c\x54\xcb\x37\xff\xfc\x57\xd7\x56\x8d\x39\xe8\x90\xed\xa7\x9f\xde\x7b\x97\xbf\x3f\xd8\xc6\xd8\xea\xfd\xa8\x32\x07\x05\xbf\x56\xcd\xb1\xd4\xfe\xa7\xa6\x9b\x2b\x2f\x95\xf7\x77\xea\xa0\x7d\xcc\x39\x0e\x71\xfd\xdc\x6d\x63\x4a\xd3\x18\xed\xdf\x6f\x5a\x53\x16\x98\xf1\x56\xd5\xfd\x6c\x1e\x9b\x7a\x3f\xb6\x87\xc3\xb9\x76\x39\xcb\xf7\x29\x4c\xc3\xd9\xe4\x9d\x6e\xae\x6d\xde\x7a\xac\xe3\x4c\x9e\xbd\x29\x0a\x5d\x8d\x6d\xd5\xe8\xaa\x79\x29\xe3\x4e\x37\x1f\x4b\xbb\x51\xe5\xf9\xf1\x71\xce\x66\xaf\x0f\xe7\x6a\xf9\xa8\x2b\xed\x54\xf9\xe2\xa8\x76\xba\x59\x94\x2a\xd7\x7b\x5b\x16\xda\x0d\x67\x8d\x53\x69\x72\x5b\x9d\x24\xf3\x5e\xea\x47\xd3\xae\xe9\x45\x6e\x6d\xd5\xf8\xf7\xd7\x65\xab\xab\xe6\x1a\x7e\x9f\x6f\xab\xb6\xde\xc0\x12\x9b\x6a\x97\xfe\xfe\xa9\x39\xd6\x03\x7b\xc3\x1e\x6a\x5b\x69\xa8\xfc\x56\x7b\xaf\x76\xfa\x52\xb9\xe4\xe7\x70\xa9\x2d\x2c\x58\x3f\x52\x97\xfa\xa0\xab\x06\x56\x49\x99\xca\x8f\x9a\xc6\x99\x4d\xdb\x9c\x4c\x72\x61\x0f\x30\x7b\x9f\x4d\x55\xd8\xa7\x17\xfa\x73\xa5\x1b\x65\x4a\x3f\x33\xbe\x49\x7f\x0f\xf7\xa8\x76\xb6\xd6\x0e\xc6\x3f\x50\xe3\xc1\x56\xef\xaf\x8c\xd3\x39\x4c\x85\x2a\x6f\x4c\xd5\x84\x5c\x9d\x03\xf7\x7f\x6d\xd4\x46\x97\xef\xf9\xb4\xbd\xdf\xeb\xb2\xd6\xce\xbf\xd7\xfe\xf0\x5e\x39\xa7\x8e\x33\xf3\xa0\xd7\x76\x04\x3f\x87\x4f\xec\x0b\x15\xf8\xd2\xe4\xba\xf8\xb3\xa5\xb1\xf9\xcf\xa6\xd9\xdf\x58\xd8\x68\x3f\x5a\xdc\x34\xda\xa9\x4d\x29\x9d\x9f\x99\x83\x69\x7e\xb8\x92\xb6\xf2\x6d\x5d\x5b\xd7\xe8\x62\xda\xad\xef\x87\xab\xaa\x6c\x25\x55\x2c\xb5\x6f\xfa\x70\x2d\xd9\x05\xd3\x83\xda\x69\xfa\x0e\xaf\xfc\xaf\xfa\x38\xb6\xc5\x69\x3c\x6f\xb3\x2b\x9b\xb7\xb0\x2d\x5f\xd8\x68\x0b\x55\xe9\x92\xbe\xc3\x4d\xc4\xb3\xf5\xa0\x8f\x8d\xa9\x3d\x34\xda\x98\x7a\x6c\x2b\xdf\xa8\x81\xc3\x98\x54\x7e\xd9\x36\x8d\xad\xde\x5f\x2a\xaf\xe9\xe7\x4f\xf9\x79\xd0\xeb\x35\x56\xd9\x8f\x27\xe8\xb2\xd7\xfa\x6d\xdb\xd6\xe9\x1d\x02\xb0\xc6\xba\xde\x15\x24\xd7\x86\x3e\x58\xf3\xfd\xe4\x60\x26\xbd\x5e\xed\xcd\xe1\xa0\x9d\xfc\xef\x4d\x4b\xa7\x71\xf5\x6c\xac\x7f\x0f\xb7\x19\x4c\x93\x7f\x61\x29\x11\xcc\xff\x6e\x2b\x1d\x7f\x9d\x01\x4a\xad\x6f\xec\xc1\x7c\xc7\x9b\xca\xbf\x1f\x77\x82\x27\xf0\x58\x97\x74\xb0\xdf\xaf\xe4\xd7\x70\xad\x93\x47\x5d\x35\x1f\x9d\x6d\x4f\xee\x32\x80\xe5\xca\x0d\x6c\x92\x9d\x6e\x3e\x19\xd7\xb4\xaa\x1c\x4e\x37\x9e\x93\x27\x04\xfb\x06\x17\x6e\x5e\x63\xbf\x57\x8d\x3a\x85\x85\xe9\x46\xcf\x6d\x85\x9f\x9f\xfc\xe0\x65\xd2\x03\xaf\x43\x5d\xd5\x55\x61\xdd\x4a\x37\x8d\xa9\x76\x27\x19\x1a\xa7\x2a\xbf\xb5\xee\x00\xbb\x78\xa3\x36\xcb\x76\xa0\x91\x24\x53\xed\xf4\xd6\x3c\xbf\x9e\xcb\x3e\x9a\x42\xdf\x57\xe6\xf4\x14\x24\xd9\x5c\x53\x9a\xed\x71\xb0\x32\x1c\xed\xda\x86\x0b\xfb\xa4\x16\xfb\xa0\x2b\xf3\x5d\x03\xf0\xa3\x55\xd8\x6b\xff\xe2\x45\x76\x7a\xe4\x86\x67\x34\x29\x82\xa8\xc5\x33\xac\xe4\xad\xae\xda\x5e\xf0\xd5\x9b\x93\x96\x0e\x40\x14\xae\x5f\xe3\x9f\xcf\x80\x8f\xbc\xdb\x4c\x37\x78\x8f\xd9\x8e\x7f\xb6\x97\xd3\x46\x1f\x7e\xda\x28\xaf\x4f\xda\x4f\xef\x54\x03\xab\xe5\xde\x7f\x82\xbb\x32\x57\x25\x87\x5f\x80\x49\x6f\x9e\xa4\xbc\xfa\x1f\x67\xf9\x7f\xef\x03\x4e\xc1\xff\x50\xf6\xb3\x53\x75\xad\xdd\xf9\x94\x17\x96\xb6\x7b\x33\xdc\x23\x28\x3c\xdf\x15\xca\x75\xa5\x1a\x05\x40\x3f\x86\xde\x56\xa4\x93\xff\xec\x5a\xff\xc9\xe1\x8e\xaa\x7c\x6f\x4f\x47\xfa\x86\x4d\xf4\x67\x37\xdf\x9f\x28\xf2\xbf\x6d\xb5\xf3\x83\x5f\xd5\xa5\x69\x18\x68\xfc\xff\x3f\xb5\x67\x2a\x8e\x9b\x08\x32\x71\x91\xf4\xf7\x9f\x3e\x52\xaf\xad\xc8\xcb\xa5\xff\x57\xa8\x79\xbe\x5d\x86\xd0\xc9\x6c\xa7\xbf\xdf\x06\x09\x4e\xa1\xfc\x49\x83\xc3\x68\x84\x76\xfd\x69\x7d\x33\x12\xee\x8f\x55\xbe\xb6\x1f\x05\xbb\x1a\x46\x7b\x09\x21\x1a\x44\xbc\x5c\x53\x9e\x5c\x7f\xb5\xca\x81\x52\xbb\xd2\x5b\xd5\x96\xcd\x8a\x82\x27\xe3\x76\x5a\x35\x7a\x3d\x44\xb3\x02\x9e\xeb\x75\xb3\x5a\x2d\x5f\x9f\xac\x73\x13\x3e\xbc\xd2\x5e\x7b\x8f\x4c\x05\xeb\x10\xfb\x3e\x5b\xfb\xcc\x54\x0f\xf8\x39\x53\xd1\x93\x72\x15\x7e\x4e\xeb\xa8\x72\x45\x04\xfd\x4a\xbf\x40\xd3\xf6\x13\x88\x76\x5c\x10\xee\x91\x00\x90\x33\x88\x69\x41\x73\x7b\x86\x6c\x8a\xf9\x72\x55\xe5\xba\x7c\x3f\xc6\x7f\x2f\xb0\x64\xfe\x0a\x73\x3e\xb8\xc0\xfa\xb9\x71\x2a\xa7\x11\x2d\x94\x7b\x89\x4c\x3f\xa8\x07\xbd\xd2\x07\x55\x35\x26\x1f\xdb\xd2\xba\x53\x2a\xdb\x54\x05\x23\x96\x4b\x9d\xb7\xce\x9b\x47\xfd\xc3\x7b\x16\xcf\xd2\x58\x95\xe5\x78\xaf\xf3\x87\x1f\x26\xd4\x68\xe3\x21\x72\xf6\xc3\x65\x01\xad\x76\xb6\xb1\x80\x3e\xcd\xb7\x3f\x5c\x1c\x8a\xd9\x1f\x2f\x56\x5b\xef\xcd\xa6\x24\x4a\xca\xb5\x79\x63\xdd\x52\x37\xad\xab\x7e\x9c\xe6\xf6\x5e\xbb\x66\xbd\x37\x7e\x5a\x99\xc6\xa8\xd2\x7c\xd7\xc5\x9f\x9c\xc1\x55\x0b\xe8\xc3\x0f\x93\xed\xfe\x4e\x35\xe6\x51\x2f\xf5\x16\x48\x9b\x30\xa4\x37\xd2\xcb\xaf\x81\xff\x34\xef\xab\xc0\xbe\x43\x88\xf7\xea\xf4\x40\x7c\x74\x99\x59\x6f\x66\x8b\xfc\x6f\x9b\xc4\x54\x7b\xed\x4c\x73\x42\x76\xee\xad\x39\xa5\xa3\xe3\xe1\x2b\x74\x6e\x11\x84\x7b\xbc\x40\xae\x24\xd8\x2f\x01\xb7\x78\x55\x5c\xb7\x15\xd3\x95\x27\xa7\x5d\x57\xc5\x58\xe6\xe8\x14\x7e\x12\x67\xf3\x93\xf1\x66\x33\x88\xdb\xef\x74\x33\x2d\x06\xb8\x00\xf3\x0a\x89\xd5\xe1\xc9\xb4\x9b\x6f\x3a\x6f\xfe\xaa\xbc\x37\xbb\x6a\x18\x0c\x8d\xe0\xa2\x7a\xd3\xe8\x9f\x4c\xb3\x5f\x6a\x5f\xdb\x0a\xa0\xcb\xad\x2d\x4e\x17\x17\xa7\x12\xa8\x57\x93\x0f\x5c\x11\xcd\xc2\xba\x46\x95\x67\xb9\x7d\x07\xed\x76\x7a\x98\x3d\x0a\x50\xf4\xdc\x8e\x89\x40\x59\x56\x7b\x63\xaa\x33\x87\x6f\x20\x6f\x6b\xca\xe2\x7e\x39\x1b\xce\x5f\x3b\x9b\x6b\xef\xdf\x6f\x9c\x7d\xf2\xe7\x4e\x65\x72\x2b\x58\xa7\xdf\xeb\x6a\x0f\xb7\xc2\xc4\xb9\x97\xaf\x7d\x28\xa0\x0a\x55\x37\xd0\x8d\xe7\xfd\xdb\x2a\x27\x10\xf1\xa6\xba\xf9\x8a\x32\xfe\xa5\x4b\xaa\x57\x3d\x2e\xc1\xd8\x56\x5b\xb3\x7b\x2d\xbf\xae\x1e\xdf\x17\x40\x57\x0c\xe6\x7b\xd2\x9b\x5a\xe5\x0f\x34\xbd\xa6\x7a\xbf\x43\x56\x7b\x7f\xf3\x11\xab\x9a\xc6\x74\x6d\x99\x5f\x7f\xb2\xf8\xc4\xa6\x3f\xc7\xac\xe8\xa1\x6e\xad\xd7\x1d\x26\xd0\xb9\x62\xc8\x25\x7d\x8d\x50\x87\x3e\x0d\xd2\xe9\x74\xb0\xde\xca\xfc\xbb\x55\x95\xda\xe9\x13\x88\x11\x70\x9d\xb1\xad\x0a\x43\x0c\xe7\xf2\xb8\xd4\x7f\xb4\xc6\xe9\x62\xe1\x6c\x7d\x1e\x3d\xba\xd2\xb5\xd3\xf9\x19\x36\x57\x69\x11\x9b\x18\xc2\x74\x72\x7a\x18\xf9\x6b\x61\xbc\x30\xfc\x87\xe1\xc2\x56\x6d\x9c\xc9\xff\x3a\xf8\x1a\x91\xa6\xfd\xf5\x6f\x2f\xa6\x7e\x78\x31\xf5\xe7\x17\x53\xff\xfe\x62\xea\x2f\x2f\xa6\xfe\xe3\xc5\xd4\x7f\xbe\x98\xfa\xaf\x17\x53\xff\xfd\x62\xea\x7f\x5e\x9e\x8d\x57\x26\xeb\xe5\xd9\xfa\xf0\xf2\x74\x7d\x78\x79\xbe\x3e\xbc\x3c\x61\x1f\x5e\x9e\xb1\x0f\x2f\x4f\xd9\x87\x93\x39\x83\xf8\x51\x69\xd4\xcb\xfc\xb7\xc8\xc9\x7c\x1b\xe3\x0c\x72\xbe\x8a\xaa\xc4\x3a\x7b\x99\x10\xba\x0d\xde\x3a\x48\x2e\xbd\x81\x84\x1c\xe1\xe5\x3e\x10\x78\x1d\x29\x7a\xb5\x86\x93\x21\xf9\x21\xae\xff\x2d\x74\xb7\x58\xea\xed\x49\xe2\xc1\x16\x88\x77\x0e\xdf\x92\x91\x1a\xc9\xbf\x25\xa1\x9f\x6a\x67\x8b\x96\x50\x96\x83\x39\x83\xf8\xd2\xe3\x72\x28\xf7\xa6\x32\x3e\xdf\x6b\xf8\xd5\x7f\x57\x38\x93\x09\x2a\x0f\xa1\x37\x76\x2a\x3c\x5d\xfc\x35\x3c\x67\xf4\xde\xbe\xcf\xdd\xba\xf0\xeb\x4d\xf7\xe1\xe8\xcd\x39\xa7\x55\xa3\x5d\xae\xeb\xc6\x3a\x01\xf7\x6f\x29\x06\x70\x58\x35\xf9\x1e\xa0\x7e\xfa\xba\xf5\x52\x99\xc0\x2c\xbf\x3a\x7b\xfd\x9e\xe2\x39\x95\x75\x07\xdc\x1e\x37\x5a\x15\xda\x21\xfb\xfc\x2d\x8d\x79\xdd\x34\xe5\xab\x59\xa5\x95\xdc\xda\x07\x73\xee\xd1\xb1\x57\x33\xa2\x06\xd7\x6d\x59\x2e\x54\xb3\x7f\x6b\x03\xc6\x8f\x36\xde\x96\x6d\xa3\xcf\xe2\x6c\x43\xbd\x3a\x6c\x4c\x05\x25\x5e\xed\x99\x14\xa9\x95\xf3\x3c\x55\x6f\x2e\x63\xfc\xfd\x72\xb6\x52\x07\x3d\x77\x66\x77\x6e\xdb\x9e\x16\x7b\x54\xa5\x29\x5e\xe3\x11\x9d\xf0\x1c\xd6\xf6\x41\xbf\xb9\x09\x5f\x3b\xad\xde\x8c\x12\x1b\x8f\xdb\xfe\x05\x24\xb3\x07\x10\xfe\x9a\xca\x9d\x9c\x39\xbb\x11\x82\x2d\x9c\x7e\x34\xb6\x3d\xf3\x46\x58\xab\x66\xff\x57\x46\xb7\xcd\xf6\xf8\x12\xf4\x18\xc2\x65\xba\xe0\x45\x6d\xf5\x5f\x37\xed\x76\xfb\x32\x14\x7a\x43\x0e\xe5\xf5\x3f\x7f\xf9\xeb\xb7\x3e\xaf\xae\x93\xc9\x68\xad\xff\xf5\x8f\x5f\x5e\xcc\xe2\x11\xed\x1c\xc6\xb8\x7a\x1c\x2e\x7c\xc4\x1a\xc2\x01\x23\x99\x34\xc8\x08\xf3\xfa\x94\x4e\x24\x0c\x3b\x5c\x1d\x43\x8f\x9a\xd0\x12\x34\x79\x25\x0c\xb0\xd3\x7a\x07\x49\x45\x13\xf8\x1d\x81\xb8\x1d\x68\xc1\xe7\xce\x96\x27\x0c\xcd\x1a\xe9\x41\x79\xa6\x3c\xf3\x30\xda\x7a\x7d\x5f\x1d\x6c\x7b\x9a\xf2\xa0\x8f\x5b\x37\xcc\xfa\x2d\x81\x60\xe5\xa1\x2c\x54\xa9\x9b\x53\x6a\x13\x68\x8f\x6b\x95\x9f\xc4\xb7\x5e\x5f\x5a\x5b\x6a\x75\x42\xc3\xe3\x15\x5f\x9c\xde\xd3\x81\x05\x7d\x8e\xf8\x87\x35\xf1\xf6\x60\x5d\xbd\x37\xf9\x4c\x1d\x6d\xdb\x4c\xb6\xdb\x01\x02\x22\xa0\x0b\x23\x4f\xbf\x7d\x9c\xd5\x91\x3f\xa5\x42\xfc\x95\x6e\x74\x3e\xc0\x8c\x38\xd8\x8d\x29\xf5\xb9\xd4\xd6\xeb\xb5\x72\x3b\xfd\x02\x01\xb3\xb7\xf6\x01\x89\xa9\x57\x28\xfe\xd7\xde\xec\x7b\xd9\x95\x33\x2f\x3d\x5c\x2d\x6c\xdd\xd6\xf4\x3d\x29\xea\x74\x55\x68\x27\x53\x2c\xd3\xb3\xec\xc4\xbe\xc6\xd7\x0f\xc1\x4d\x79\xda\xb7\x2b\x5d\xaa\x23\x9c\x8f\x6a\xf0\xa5\x89\xb8\x9b\x09\x03\xe7\xe5\x89\x58\x3b\x55\xc7\xc9\x90\xd0\xe9\x83\x8e\x87\x53\xbc\x36\x07\x6d\xdb\x21\x99\x02\x62\xea\xf1\xd1\x18\x04\x07\x49\xc3\x28\xb1\xa0\x0b\x14\x83\x4a\x7e\xbf\x8a\x5b\x9f\x94\x5b\xd5\x2a\x7f\xf9\xb5\x0d\x59\xc4\xf4\x7d\xfd\xe9\x28\xc9\xfb\xfa\x43\x51\x92\xf9\xa5\xd7\xbe\x53\x89\xaf\xa5\x7d\x7a\xbd\xfa\x81\x72\x74\xcb\xff\xa9\xa2\x4b\xfb\xf4\xc6\x61\xbd\x54\xf8\xc7\x86\xc9\xdd\x7d\x45\xfa\xa8\x70\x6a\x57\x38\x5b\xbf\xbf\x72\x6a\x77\xe5\x6c\x7d\x83\x97\xfb\x0f\xb6\x35\xb6\x65\x7b\x78\x9d\xe2\x3a\x5f\xf2\xcf\xcc\x0b\x17\xfd\x33\x6b\xf8\x27\x3a\x2a\xd3\xf9\x83\x2b\x77\x6d\x74\x59\x9c\x42\xe4\xd7\x77\xe8\x9f\xe8\xe2\xf2\x54\xf6\x31\x2e\xf4\x80\x4c\xd3\x20\xa0\x19\x94\x7d\xfa\x61\x48\xf2\xea\x7a\xae\x6a\x53\x55\xda\xc9\xff\x1f\x07\x3d\x6f\x3d\x8d\xfd\x86\x5e\x9b\xd7\x7e\xfe\xd0\xc0\x9b\x4b\xbc\x90\xf5\xdc\x28\x5e\xeb\xd4\xb9\x72\x3f\x02\xaa\xf7\xf6\x69\x54\x96\xaf\x4f\xd8\xd9\x92\x3f\xdc\x49\x29\xf8\x03\x6d\x5d\x5b\xdb\xbc\x65\x55\xcf\x15\xfc\xe1\x3e\x72\xb9\x97\x1e\xa2\x7d\xf3\xfe\x4d\xb7\x63\x92\xf3\x07\x3a\x40\xbf\x57\xfa\x0c\x5e\xf2\xfa\x51\xfb\xe1\x21\xcb\x65\x7f\xfa\x72\xb2\xd3\xcd\xf2\x45\x76\x75\xef\x95\xe7\x93\xd1\x4f\x80\x9b\xbf\x20\x7e\xb2\x1b\x6e\x3d\x0a\xa6\xfd\x08\x80\x7b\xd3\x78\xcf\x95\xfb\x33\x57\xcc\xd0\x44\xbd\x20\xd2\xfa\x3a\x30\xea\x16\x98\x99\x4a\xa7\xbf\x5f\x07\x4e\xaf\x94\xff\x9f\x3b\xf0\xf6\xb6\x3f\xaa\x3a\xf9\xf9\xa3\x3d\xef\x95\xfe\xd1\x7e\xf7\x8a\xbf\xbd\xdd\xb1\x71\x79\xa9\xbb\xa1\x1f\x6e\x7d\xb0\x92\x1f\x9c\x80\xc1\x3a\xde\x5e\x9c\x11\x7d\x8f\x47\x6a\x30\xf2\x47\x3b\xf4\x86\x1a\x7f\x74\x9e\xde\x50\xe5\xdb\xfb\xf7\xa3\xe3\x79\x01\x26\x11\x8a\x03\xb4\x1d\xc9\x51\x33\xa6\x13\x23\x5e\x05\xf5\xcc\x96\x1f\xdb\xc3\x41\x55\xc5\x50\xe8\x45\x08\xe5\x6c\x5d\xd8\xa7\x2a\xe9\x92\x44\xad\xcc\x77\xbd\xb0\x7e\xac\xf2\xfd\x29\xc3\xe1\x47\x06\x70\x42\xc8\x8f\x6d\xd5\x38\x5b\x96\x90\xe9\x93\x2a\xdb\x97\x84\xaf\x90\xdc\xd8\xd8\xe7\xf0\xe3\x6d\xa4\x5b\xa7\xc4\xdb\x08\xb8\x4e\x91\xb7\x4c\x99\xfc\x18\xee\x91\x57\x5b\xcd\x1c\xf2\xa0\x96\x76\xed\x06\x24\xc0\x5f\xac\xfa\xf5\x9b\xe2\xa4\xc8\x0b\x5d\x9f\x3f\x6a\xb7\x2d\xed\xd3\x4a\x37\xe1\xf7\xeb\x7b\x64\xa8\xd4\x4a\xbf\x7e\xfb\x9d\x2b\xf7\xea\x98\x96\xda\x9b\xef\x9a\x8e\x6a\xf2\xfb\xd5\xa3\x70\xae\xc1\x1f\x6f\xe9\xb5\xa1\x9d\xed\xe1\xab\x42\xa1\x72\x32\x95\x3b\x13\xf1\xe6\x57\xb9\xd7\x6b\x7a\x51\x34\x56\xf2\x26\x3f\xdf\x22\x12\x3b\x54\xec\x75\x39\xdc\xa1\x52\xaf\xf0\xbd\x88\x65\xfc\x36\x01\x8a\x28\xfb\xfa\xa6\x5a\x5f\xd6\xb8\x49\xb9\x62\xf8\x5e\xcc\xff\x5e\x1d\x66\x37\xf7\xab\x73\xd9\xcd\xfe\x42\xbd\x33\x75\xd4\x8e\xbe\x3f\x55\xb6\x31\x5b\x43\x42\x14\x2f\xe1\xff\x49\x91\x61\xe8\xf4\x8a\xea\xcf\x99\xba\x5e\x1d\x54\x9a\xf9\xfc\xad\x87\x4f\xd7\x22\xdf\x4a\xa1\x33\xb2\xe0\xe7\xca\xb4\x7e\x58\x5c\xf8\x5c\x7e\xec\x38\xb1\x49\xb5\xf3\xa9\xd8\x96\x44\xbe\xb9\xbb\xd2\xb4\x44\xa0\xf4\xe8\x00\x59\x7e\xae\x3c\x4a\xc6\xbe\xa2\x50\xdb\x2d\x41\x6c\xe4\x4e\xdc\x9f\xee\xad\xe8\x69\xfd\xc0\xd2\xfc\xcf\x6d\xbe\xb4\xb9\xd7\xd6\x96\x8d\xa9\xe5\xff\x8d\x7d\x03\x75\xdb\x2b\xf3\xc3\xf9\x5f\x3b\xc8\x27\xf5\xbf\x3d\xeb\xab\x07\x64\x68\xbc\x83\xfd\xb1\x7c\x81\xfd\x60\x5d\x7f\xaa\x03\xbd\xdc\x40\x78\xab\x6a\x77\xaa\x86\xfe\x06\x2d\xec\xf3\x57\x87\x2a\x4b\xdb\x36\xf2\x9f\xb5\xdd\x5f\xbf\x3b\x86\x8b\xbd\x7e\x53\x0d\x97\x7b\x7b\x4b\x2f\xae\xba\x7e\x6e\x90\x9b\x1a\x7f\x0d\x0f\xc4\xe8\x0f\x1f\xce\xbd\x68\xe5\x8c\x05\xeb\xd3\xa7\xcf\x97\x5b\x7a\x9d\x0d\x38\x54\xea\x05\x52\xa9\x51\xf9\x03\x7d\x5f\x53\xec\x4a\xb2\xbe\x81\x04\x8b\x99\xa7\x8d\x3e\xc4\x5f\xff\x4b\xd1\x97\xa8\xae\xa4\x73\x2f\x64\xbb\xb5\x85\x2a\xe9\x7b\xa6\x23\x29\x2d\xa4\x76\x3b\x20\x53\xf0\x59\xac\x13\xfa\x9f\xca\xbe\xb1\x7b\xaf\x1d\x8e\x34\xef\xab\xf8\x22\x3f\x2d\x0f\x85\xde\x8c\x73\xd2\xbf\xb7\x4a\x9e\xbd\xd4\xe2\xeb\x98\xf2\xc2\x99\x83\x72\xc7\xa1\xd0\x8b\x73\x32\x68\xe7\xe1\xd5\x99\x1c\x2c\xf5\xea\xb4\x9c\x31\x2a\x71\xbe\x9d\x54\x19\xff\xb5\x3e\xa5\x79\x5f\xed\x49\x47\xcb\xff\x45\x0a\xa9\x54\x47\xf9\xff\x26\x12\x2e\xcd\xff\x6a\x37\xfa\x05\x5e\x44\x6b\x37\xba\xa4\xef\xab\xfd\x48\xf3\xbe\x31\xdb\xeb\x17\xa1\x7e\x6e\xf0\xf3\xa6\x3c\x8f\x46\x3f\xbd\x06\x72\x29\xe7\xab\x0d\xdf\xa9\x47\xf8\x7b\x75\xd0\x92\xef\xcd\x15\xbe\x04\x1b\x75\xad\xc8\x64\x42\xf8\xf5\x3a\x17\x6b\xa0\xcc\x0f\x66\x7f\x9d\x5e\x30\xd5\x03\xe0\x8b\xa8\x5e\xf7\x4a\x36\xcc\xf3\xea\x4e\x09\x39\xfb\x99\x4a\x55\xed\xda\x01\x4d\x3f\x12\xe8\x67\xe8\x74\x5e\xa2\xbf\xb4\xb9\x2a\x5f\x57\x16\x64\x70\x35\xcd\x83\xc0\x6c\xfc\xf9\x66\x30\x3b\x5c\xba\x3f\xa0\x07\x7d\xdc\x58\xe5\x86\x34\x6c\x50\x80\x03\xd0\xb8\x93\xc6\x2e\x95\xd7\x67\x55\x7a\x34\x4a\xf8\x88\x21\x9e\x2b\x5d\x37\xfb\x53\x43\x0d\x9c\x87\x27\x8c\x84\x82\x30\xd7\xff\xf3\xee\xa2\x52\x07\xb2\x18\x45\xd2\x63\x17\xef\x2e\xf4\x73\x6d\x1d\x56\xe1\x48\x49\x00\xe3\x1a\x5d\x15\xac\x73\x73\xf1\xee\xa2\xb8\x78\x77\xb1\xb9\x78\x77\x31\x47\x0d\x85\x8b\x77\x17\x5d\xad\xa9\x8b\x77\x17\x59\x56\x43\x38\xcb\x2e\xde\x5d\xa0\x49\x96\x8b\x77\x17\x35\xfc\x49\xae\x8b\x77\x17\x7b\xe5\xe7\x4f\xd5\x82\x2c\xe5\x40\x86\x5c\x95\x25\x96\xa5\xf6\xa0\xa5\xf5\xb1\x26\x45\x94\x8b\x77\x17\xab\xc6\x99\x6a\x87\x19\x2e\xde\x5d\x34\x7b\x03\x19\xf2\xa8\x56\x07\x21\x14\xa0\xc1\x2c\xa4\x8f\x74\xf1\xee\x22\xfc\xc0\x8e\x5e\xbc\xbb\x30\x17\xef\x2e\x30\xc1\xed\xd0\x14\x0b\xc4\x95\xba\xda\x35\x7b\x88\xac\xeb\xf2\x88\x15\x38\xed\xa1\x04\xd4\x86\xa2\x74\x38\xae\x9d\x6e\x92\x3e\xaf\x8e\x87\x8d\x2d\x3d\x8d\x0b\x63\xa6\x7e\x52\xb5\x07\xb2\x24\x83\xb5\xf0\xab\x17\x04\xe2\x03\x18\x74\x06\x65\xa3\x2e\xde\x5d\x3c\xe8\x23\xa6\xf9\x1c\xfa\x0f\xd3\x7e\xd2\xcc\x95\xf6\xb9\x33\x35\x0d\x91\x75\xef\x62\x7d\x54\xf5\xd6\x54\x3a\x99\xca\x2c\x23\x71\x4c\x99\xfb\xc6\x5e\xbc\xbb\xd8\x3a\x7b\x80\xbe\xaa\xfc\x01\x87\x0f\xe3\x86\x39\x29\x4d\xae\x69\x2a\x73\x05\x15\x4f\x46\xab\xe9\xdd\xc7\xec\xfa\xfe\x6e\xbc\x9e\xce\xef\xb2\x0f\x03\x71\x3f\x5f\xbc\xbb\xb8\xba\x5f\x8e\x42\x86\x10\xe8\xa4\xfc\x3d\x0d\xfc\x72\xf1\xee\xe2\x7a\x74\x35\xc9\xa6\x77\x34\x70\x92\xac\xbb\x78\x77\x61\x6b\x95\x1b\xec\x38\xa6\xcf\xef\xd7\x17\xef\x2e\x1e\x83\x9e\x1a\x2c\xfe\x6c\x7a\x35\xc9\x96\xd3\x8f\x37\xeb\x6c\x7a\xf7\xe1\x6f\x30\x46\x56\x65\x2c\x4d\xa1\xa7\xd5\x97\x93\x4c\x3f\xff\xed\x24\xea\x97\xa1\xa8\x18\x37\x9b\x5c\x87\xda\x3b\x31\x3f\x9f\xc4\xfc\x32\x10\x13\xa3\xee\x17\xc3\x9d\xfc\xda\xcd\x91\x54\x7b\x35\xff\x7c\xd7\x6d\x9a\x63\x4e\x46\x31\xbf\x5f\x9f\xd4\x3c\x6f\x9b\xfe\xf8\xe7\xf7\xeb\xa1\xa2\x27\x33\x80\x71\xbd\xc1\x48\x13\xdd\xa8\xfe\x24\x74\x6b\x8b\x51\x9d\x69\x38\xd3\xdb\xaf\xbd\x3c\xfd\x99\xe8\xf6\x40\xa2\x28\xd7\x78\x34\x83\x62\x1f\xb0\xa1\x20\xa7\x1e\x52\x20\xf3\x7f\xfe\xdd\x09\x52\xd6\x58\x10\x76\xe5\x72\xbe\x1e\xad\x27\xff\xf9\x5b\xf8\x99\xdd\x61\x20\xf0\xfe\x3f\x29\x67\xe0\x18\xc3\xfe\xd4\xca\x6b\x91\xff\xfb\xd0\x0b\xc3\x7e\x2f\x5a\xc7\x65\xca\x56\x7f\xe8\x47\x9c\xe4\xf8\x7b\x3f\xe2\x97\xb4\x61\xba\xce\xe8\x60\x16\x7a\x69\x76\xfb\x66\x5a\xa5\x93\x18\x72\xf6\xf2\xe0\xf4\xa4\x11\xbf\x9c\x46\x84\x98\x99\xde\x4a\xb5\x49\xf8\xe7\x5e\xf8\x97\x93\x70\x88\xb8\xaf\xd3\xe2\x10\x8a\x85\xaf\xec\x53\x95\xa6\x52\xb8\xd7\xbf\x79\xdb\x7c\x38\x89\x39\xcd\xf3\xcb\x40\x4c\xa7\x57\x9d\x7a\x38\xe2\xe7\x7e\xc4\x2f\xa7\x11\x49\xdf\x3b\x55\x60\xb0\x3b\x96\x4e\x3a\x47\x50\x8e\x5c\x95\x3c\x13\x21\x28\x83\x4f\xd2\xb1\xfc\xdf\xd3\x0c\xf3\xb6\xc1\x4d\xba\x55\x00\x17\x28\x33\xfd\xfe\x39\xf9\xfd\x4b\xf2\xfb\x1f\xe1\x37\xd6\x96\x04\x7e\x4e\x03\xbf\xa4\x01\x2a\xe3\x6c\xa3\x1a\xfd\x9f\xbf\x15\x7a\x17\x42\x77\x12\x54\xb2\x99\xee\xd4\x41\xa7\xe1\x2b\xde\xa0\x69\xdc\xda\x1c\x4c\xb5\x93\x9d\x9f\xa6\x5c\x9b\xb2\xbc\xb5\x85\xe6\x6b\x06\xa0\x51\x6d\x4d\xd5\x68\x87\xaa\xc3\x9e\xe3\xbf\xe2\x5d\xf4\x05\xbf\x5f\xd3\x4d\x1f\x0d\x24\xc2\x2c\xc9\x09\xc8\x89\x55\x2b\x51\xdc\xc5\x20\x0c\x8d\x17\x0f\x5d\xa3\x6d\x45\x77\x20\xa0\x26\x09\xb3\x18\x1b\x0a\x88\x83\x4e\xef\xe6\x1c\x35\x50\x5b\x09\x76\xac\x4b\x5e\xbc\xbb\xb8\x31\xbb\x3d\xbe\x7b\x2a\xdf\xd0\x13\x29\x5e\xbf\x43\xd1\x9f\xf7\x06\x6f\xe1\x55\xee\xb4\xae\x3e\x9b\xa2\xd9\xdf\x9a\xea\x56\x17\xa6\x3d\x9c\x44\xcf\xe0\xe2\x3f\x89\xfd\x72\x26\x7a\x30\x5e\x3d\xaf\x0e\x84\x2a\x75\x63\xcf\xb4\x78\xbf\xdf\xde\xa2\xa8\x36\x4d\x16\x25\x26\x43\x3a\x18\x58\xc9\x83\x7a\xa6\xf4\x74\x84\x77\x76\x54\x7c\x6b\x3d\x61\xd8\xb0\x84\xd6\xe5\xba\x40\xf3\x10\x94\x70\xf1\xee\xe2\xd6\xa7\x25\x42\xf4\xef\x6c\x66\x93\x2a\x8d\x26\x35\x11\x75\xd3\x07\x42\xab\xbc\x6e\xe6\x8e\x0d\x92\xe1\x8e\x21\xc6\x24\x20\x87\xe9\x3c\x73\xb9\x8d\x75\x85\x76\xd8\x3a\xe0\x0c\x6d\x53\x9a\x4a\x4b\xd0\x78\x6c\x43\x17\xf3\x8a\x10\xb8\x4e\xab\xa8\x39\x55\xa9\x52\x5a\x45\x9c\x43\x9a\xcd\x00\xed\xca\x60\xe7\x3c\xc1\x94\x41\x00\x91\xb7\x2d\x22\x4b\x28\xd8\x0f\x69\xbc\xca\x19\xec\xa4\x4a\xb7\x8d\x53\xe5\x4a\xe7\xb6\x2a\x94\xc3\x06\xf7\xb1\x53\x88\x12\xd3\x04\xfb\xd0\x71\xc8\xa3\x2e\xde\x5d\x4c\x7d\x54\xc3\x2f\x75\xd8\xf8\xb4\x25\x1b\x5d\x35\x88\x8f\x6e\x1b\xdc\xbb\x35\x16\x6f\x1a\xc4\xdc\x1c\x00\xc0\x8b\x77\x17\x64\xc2\x14\xb0\xa5\x74\x5a\xb3\x0d\xae\x50\xde\xfa\x71\xa9\x15\xa3\x91\xd3\xaa\x6e\xbb\xb3\x4f\x9d\x59\xaa\xc2\xb4\xb1\x6f\x6b\x42\xc9\x29\xb0\x88\xcb\x60\xfc\x25\x46\x5d\x4a\x17\x4e\x4d\x9f\x42\xa4\xe6\x8e\x1d\x94\xdb\xe1\x6e\xaa\x55\x51\xd0\x99\x13\xb6\xb8\xcc\x20\x8a\x7d\xf3\xfa\xf4\x6d\xa3\xe2\xd9\x45\x5b\x80\x09\x88\xc9\xd3\xe4\xc2\x78\x38\xaf\x03\x05\x11\x40\xac\xf6\x1a\xd7\x36\x5a\x28\x94\x59\xf0\x8d\xaa\xb0\xdd\x07\x7d\x24\xe2\xa6\x68\x31\xac\xf2\x3c\x6d\x84\xf2\x8f\xbb\xc1\x81\xe6\x32\xd9\xc4\x89\x29\x1c\x88\x66\x66\xdb\x78\xaf\xaa\x9d\x1e\xab\xb2\xdc\xa8\xfc\x01\x29\x19\x88\xe6\xe7\x51\xae\x39\xaa\xb5\x60\xe2\xb4\xea\xbe\x73\xe2\x7e\xac\xa8\x07\x64\x61\x06\x56\x1c\x5f\x1f\x49\x7b\x1e\xf7\xc9\x4e\xe5\x47\x69\xbd\xd0\xf5\xd8\x1e\x22\x4d\x03\x69\x33\xab\x0a\x49\xf7\x1d\xfb\x2e\x00\x10\x89\x18\x84\xcc\xa6\xc2\x71\x21\x71\x0d\x03\x31\x1c\xe0\xbe\xc2\x4f\xa6\x73\x38\xa6\x12\x00\x9c\xef\x95\x1b\xd1\x6e\xbd\xaf\x6b\xed\xc6\xca\x43\xfa\x23\x20\x36\x50\x53\x69\x55\x71\xcd\xd5\x9e\x8c\x10\xe9\x2d\x79\x35\x26\x08\x33\x51\xf9\x9e\xa9\xc1\x0d\x91\x2a\x65\x32\x06\x80\x60\x31\xfb\x4e\x37\x92\x10\x94\x0f\x71\x1f\x3f\xaf\xf6\x8a\x66\x0c\x7e\x9b\xef\xb4\x19\x87\xac\xe4\xe2\x60\xf3\xa8\xc4\x7f\xf1\xee\xa2\x6b\x0c\x80\xca\x7d\x92\xe1\x64\x11\x70\xf0\x6e\xfc\xac\x5c\xc5\x19\x9f\x94\xab\xe6\xd5\xad\xf1\xde\x54\xbb\x69\xce\xf0\x25\x73\xfa\xa0\xea\x1a\x2f\x27\x9f\x6e\x4d\x5b\x2d\x35\x41\x23\xdf\x6e\xe8\x47\x18\x06\x94\x4e\xa6\x1a\xe7\x77\x66\x9f\xc2\xfc\x3a\xbd\x33\xbe\xd1\x4e\x5a\xc1\x31\x48\x2d\xc6\x2f\x39\x19\x1b\x35\x49\x9e\x00\x6b\x8a\xce\xac\x15\x49\x7b\x19\x6a\xff\xb7\x75\x69\x72\xd5\x60\x47\x7a\xed\xa1\xd2\x35\x9e\x77\x18\xd5\xda\xc6\xa3\xc2\x99\x0d\xfd\x13\xfd\x27\x19\x77\x88\x3a\x18\x04\xd2\x10\xf8\x2c\xc0\x63\x6b\x23\x44\x81\x0e\x40\x47\x0e\xbd\x99\x4c\xc3\x6b\x73\x40\xa0\x5a\xb7\x7e\x4f\x3c\x08\x56\x71\xb9\x78\x77\xf1\xcd\xe2\xc9\x89\x86\x60\x2e\xde\x5d\xcc\x6c\x4e\x23\xbd\xe6\x6d\xed\xfb\x91\xd8\x2f\x83\xf1\xc8\x57\x32\xdf\xc3\x6f\xea\x25\x84\xa0\xed\x34\x75\xe4\xd4\xc6\x00\x0c\x19\x1f\x9d\x29\x4b\xfc\x39\x51\xbe\x99\xb4\x40\x8e\x2b\x68\xf9\xa3\xd3\x1a\xf6\xf1\x8d\xde\x38\x0d\x7b\x72\xa5\x4b\xf5\x64\x20\xea\x93\xd1\x0d\x32\x61\x60\xd4\x9f\x75\xa7\xd8\xc8\x1d\x74\x65\xa8\x06\x6d\xdd\x8e\x7e\x86\xc7\xbe\x49\x81\x98\x41\x02\xad\x23\x4b\x9b\xe1\x39\xdc\x81\xc6\x79\xba\x00\x18\xd1\x71\xd6\x36\x2c\x48\x07\xdb\xa0\x75\x4e\x57\x49\x84\xa9\xf2\xb2\x2d\x44\x1b\xc8\x4f\xab\xa0\x68\xc5\x07\xe1\x4e\x3f\x27\xd9\x77\xba\x99\xa9\x6e\x03\xa8\xe9\x47\xea\x97\x9d\x7c\xd8\x93\xb5\xda\x6c\x04\x01\xdb\xeb\xfc\xe1\x8e\xb6\x21\x57\x93\xa4\xe2\x45\x86\x45\xc6\x7b\x53\xc2\x26\xd6\xa1\x32\x4c\x43\x4d\x41\x3c\x39\x75\xed\xb4\xf7\x24\x17\xb1\x76\xea\x51\x3b\x8f\x37\x7d\x43\xbf\x35\x56\xe0\x34\xe2\xab\x65\x69\x9f\x88\xd9\x66\x2d\xc2\xac\xd8\xa2\xf1\xe3\xce\x64\xf0\x05\x8d\x29\xe7\xa3\xc2\xf4\x9c\x44\xae\xda\x0d\xc7\xe7\xd0\x81\x5b\xd5\x20\x5c\x2b\x61\x6f\xb0\xf1\x54\x1e\x59\x28\xd7\x99\x1d\x29\xb3\x32\x9b\xd2\x54\x3b\x29\x5f\x77\xe7\x96\x53\x3b\x25\x68\x2a\xf0\x1a\xee\x2e\x6e\x3f\x8b\xd4\xe9\xbb\x4d\xc8\x94\x62\xff\xd2\x19\xdd\xc2\x7a\xf4\x3a\x5f\xc5\xfd\x10\xfb\xb2\xd3\x4d\x30\xc1\xd3\x61\xe5\xa4\xb1\x76\xbb\xf5\xba\xb9\x91\xf3\x4f\xc1\xd0\x77\xe3\xe3\x6c\xe3\x56\x59\xab\x8d\xe0\x3d\x0c\x78\x0b\x5a\x40\x89\x95\x9f\xa1\x0d\x81\xd9\xa8\x68\x3d\xe5\x5a\xc3\x56\x4d\xbb\x62\xbc\xd4\xbe\x42\xf8\xe9\xb4\x6f\x4b\xda\x1f\x72\x5b\x17\x56\xcb\x9c\xb3\x36\x29\xd6\x84\x29\x64\xd3\x99\xc6\x7d\x15\x43\x7c\xb8\x46\x79\xa2\x5f\x87\x28\x47\x37\xdc\x33\xa5\x0b\x0b\xb0\xb7\x6d\x59\x7c\x76\xaa\x96\x36\x2a\x0b\xa1\x2b\xd5\xa8\xb4\xdb\x2a\xf9\xcd\xb5\xc8\x1a\x0e\x59\x6b\x83\xf1\x68\x9f\xec\x87\xbd\xf2\xa3\xd3\x2a\x4e\x4c\xa6\x07\x7e\xe5\xda\x62\x7f\xe6\x15\x00\x81\xa5\xae\x95\xa9\x1a\xe6\x14\x9f\x88\x4d\xca\x39\x4d\x08\x00\x98\xf5\xcb\x23\x4e\xf3\x42\x21\xa2\x5d\xc7\x9d\x8a\x61\xc3\x4b\x09\x9b\x4a\x36\x58\x1e\x8f\xef\x2d\xe5\xda\x69\x19\x43\x5a\x17\xd0\x97\x71\x68\x8d\x8d\xbf\xa9\x15\xa1\x16\xc3\x0e\x6b\x2b\xbf\x37\x88\x67\x67\x4f\x82\x5f\x85\x1f\x99\xf1\xab\xd5\x12\x27\x05\xf6\xe6\x53\xa5\x5d\xb2\xb2\x6c\xc2\xef\x93\x41\x70\x4e\xda\x64\x64\x68\xc3\x33\x15\x4c\xc6\xd1\x94\xa9\x42\x18\xf2\x5c\x39\xb5\x9b\x54\x05\xdc\x3a\x0c\xb3\x13\x6d\x01\xd2\xda\x95\xfc\x2c\xd9\xfa\x29\xe5\x82\x36\x96\x58\xee\x44\xa2\x9a\x46\x1f\x3c\xff\xc7\x3d\x2c\xdc\xde\x8d\xf2\xb2\xbd\x02\xf5\x9d\xc4\x2d\x82\x71\x7a\xd8\x02\xcd\xa1\x1c\x8a\x2f\xd5\x46\x97\x9d\x18\xd5\x16\xc6\x76\x62\x1e\x4d\xa1\xbb\x31\xb6\x5b\xa4\x34\xdd\x1a\xd0\x96\x6b\x27\x6a\x83\x4f\x25\x9d\x28\x03\x24\x4b\x27\xa6\xd1\xcf\xcd\xc8\x69\xd5\x89\x24\x02\xab\xdb\x3a\x62\x66\xdd\xa2\xb0\xe7\xba\x31\xdd\x0e\x90\x02\x7c\x0c\x16\x9d\x60\x6e\x4b\x14\x14\xed\x47\x76\xc2\x5b\xeb\x0e\xdd\x11\x20\x63\xbb\x1b\x75\xd8\x75\xc2\x85\x79\xec\x84\x83\x1a\x2e\xea\xdf\x32\xa6\xed\xe5\xc6\x22\x4b\x4d\x82\xb3\xe8\x67\xbc\xa2\x3b\x71\x3d\x7f\x02\x44\x3b\xce\xf4\xb6\x61\x2c\xa1\xb1\xf5\x58\x03\x11\x4c\xbf\x91\x95\x16\x93\x46\x6d\x63\x39\x44\xc4\x66\x52\x92\x22\x42\x61\x0a\xa6\xe5\x29\x26\xa9\x02\x88\xd7\xb5\xad\x93\x50\x28\x0d\x01\xa2\x25\x39\x15\x49\xda\x98\x19\x83\x21\x37\x86\x3a\xd9\xb3\xbe\xdf\x03\x7c\xc8\xa0\x9a\xe9\x4d\xc7\xfd\x0c\xd9\x3a\xde\x0d\x00\xe1\xc2\x97\x1a\x3a\x2b\xf8\x06\x83\x99\xb8\x42\xf8\x57\x31\xd0\x41\x70\x8e\x97\xb6\xc6\x04\x4b\x0c\x92\x19\xd6\xde\xd0\x93\x10\x1a\x1d\xbc\x36\xe1\xe7\x18\x68\x5c\xc1\x5c\x31\x06\x88\x2e\x14\xdc\xbb\x78\x77\x21\x0e\x01\xf0\x0c\xe6\x0f\x9e\xe9\xdf\x46\x6d\x90\x23\x45\x23\x15\x40\x94\x37\xae\xc4\x45\x27\xb0\xd5\x7a\x7d\xe9\xb4\x7a\x40\x72\xa8\xf6\xa5\x45\x72\x48\xfb\x5c\x21\x7a\x27\x75\xd5\x6a\xa7\xef\x6b\xfe\x71\x65\x9f\x2a\xac\x19\x60\xe7\xde\x22\x20\x6e\x6b\x1c\x17\x26\x98\xca\x6b\x47\x30\x0c\x9a\xfa\xae\x9d\x45\x4a\x04\x3b\xf5\x64\xf1\x48\x38\x4d\xe0\xbb\x75\x78\x93\xe0\xcd\xe1\xcd\x33\x9e\xba\x47\x9c\x0a\xb9\xb4\x2b\xe2\x76\xe4\xb6\x24\x7e\x20\xe4\x87\xed\x0c\x6d\x03\x1e\x0e\x14\x37\x4c\xe1\xc5\xbb\x8b\x3f\xa0\x23\x00\x35\x00\xcc\x5e\xbc\xbb\x80\xea\x60\x6d\xbe\xf3\xbe\x08\x34\x2e\x2e\x7b\x08\xd1\x39\xe7\x9e\x66\x55\x7b\xa8\x55\x41\x1d\x8e\x81\xe6\x29\x49\xc1\xee\xc7\x20\x8c\x22\x09\x99\xc7\x24\xcd\x9b\xe7\x24\x00\x43\x8b\x41\x1c\x61\x0c\xc2\x40\x63\xe8\xd0\x96\x8d\xa1\x97\x42\x55\x14\x44\xbf\xa1\xa9\x55\x7a\x97\x33\x07\x55\x2e\x2c\x9d\xc3\x02\x6d\x44\x43\xd3\x70\xff\x6c\x61\x7b\x6e\xff\x0e\x9f\x5f\xe0\xf3\x0f\xf8\xfc\x13\x3e\xff\x82\x0f\xb2\x84\xff\x83\x99\x91\x8d\xfb\x01\xcb\x7c\x80\x42\x55\x7b\xe0\xf5\x27\x43\x17\x33\x0e\xe8\x83\x91\xd9\xd7\x7f\xb4\xaa\x5c\xd1\x6b\x67\x6e\x0f\x07\x58\x8d\x42\x21\x75\x54\x6b\x67\x2c\x4d\x87\x7b\x52\xae\x58\x95\x14\xbf\x03\xec\x6e\x94\xe7\x74\xad\xd9\x5a\x57\x97\x4e\xe5\x0f\x88\x04\xc1\x76\x95\x7c\x79\x69\x61\x2f\x4a\x12\x10\x61\xa5\xfe\xad\xb5\xb8\xc5\x51\x8a\x85\x49\x0e\xb2\x46\x17\xae\x9d\x5f\xd7\x8b\x6c\xb1\x9c\x5c\x4f\xbf\x70\x60\x35\x59\x8c\x96\xa3\xf5\x1c\xae\xd6\xab\xd1\x7a\x04\x71\xeb\xd1\xf2\xe3\x64\x9d\x44\x4c\xbe\x4c\xc6\xf7\xeb\x49\x4c\x80\xc8\xd9\xe8\xeb\x64\x99\x4d\xaf\x2e\xde\x5d\xd0\x03\xfb\x10\xfb\xc8\x53\x52\xf2\xf3\x46\xf9\x5b\x5d\xb5\x49\x0c\xd3\xa8\x12\x44\x23\xd9\xdd\x28\x94\x48\x49\xc2\xf2\x02\x6b\x3a\xb9\x88\x93\xba\x44\x75\xda\x35\xc1\x0e\x49\xba\x2e\xf5\x33\xa3\x51\x78\xbe\x25\x1e\xb2\xa5\xf1\x3b\xdd\x44\x8b\xd1\x9d\x91\x3c\x2a\x67\x54\xd5\xe1\x44\x01\x51\x9d\x86\x0f\xdc\xf1\x34\x6e\x1f\x46\x8b\x38\x33\xa2\xc8\xfa\xb9\x56\x55\x41\x8c\x00\x8f\x76\x96\x89\xe6\x88\xd1\x5d\x73\x2f\x4c\x24\xf2\xbf\x71\xa8\x07\x29\xc7\xa4\xae\xdc\x56\x12\xbc\x01\x10\xc8\x55\x51\xa7\x4e\x53\xd2\xe2\xdd\xd8\xb8\x44\x10\xba\x8a\xc8\x3d\x26\x86\xac\x88\x92\xc4\x20\xb4\x1f\x43\x45\x5c\xa2\xd3\xce\x74\x9b\x63\x46\x31\x87\x16\x40\xe9\x84\x0a\x63\x28\xa9\x30\x46\x4a\x85\x31\x26\x99\xa2\x5e\xc7\x39\xb6\xdb\x36\x47\xc6\xf2\xdb\xde\x4e\x69\x7a\x3b\x24\x9d\x65\xd9\x03\x61\x45\x20\x94\xb4\x5a\xf2\xb6\xc5\xff\x31\x17\x06\x93\x6c\x87\x64\xc3\xcb\x16\x0a\x99\x25\x66\x20\x7f\xd2\x8d\xa2\x73\x20\x92\x50\xac\x28\x89\x4c\xea\xf2\xa7\x67\x46\xdc\xcc\x44\x8e\xa8\xd0\x6d\x4e\x6f\x91\xe1\x41\x70\x95\xa9\x29\xbc\xb9\x53\x26\xda\xb4\xfa\x46\xa8\x0f\x63\xce\xcb\xc9\xfd\x6a\x92\xad\xd6\x5f\x67\x93\xec\x6e\x7e\x35\x41\x06\xda\xa3\xd9\xf1\xb5\xdf\x7a\xed\x46\x3b\xae\x88\x4c\x86\x86\xd7\x20\x84\xa7\x8e\x4d\x2b\x77\x98\xc8\x99\x6b\x99\x57\x08\x94\xb1\x76\x8f\xba\x58\x4a\x4c\x6e\x5b\xbe\xc6\xb3\x07\x7d\x4c\x7c\x87\x10\x43\x78\x8a\x17\x2e\xe4\x4e\xf9\xc1\x19\xf3\xfe\x3a\x71\x81\x0d\x0d\x98\xcb\x8e\x2b\xe7\x8e\x99\xde\x30\x99\x04\x59\xa0\x5f\x14\x66\x12\x0a\x42\x90\xfb\x3a\xe1\x5e\x9e\xd6\x1a\x7b\x1c\xd2\x50\x6d\x90\xf8\xe3\xdd\x11\x9c\x8c\x37\xcc\x44\x29\x6f\x33\x91\xd2\xda\x76\xd9\xd3\xff\x5d\xcd\xef\x90\xf7\xe7\x4c\xb5\x33\xdb\x23\x31\xce\x51\x70\x67\x6b\x4a\xee\xc1\x86\x08\xfa\xba\x54\x47\x79\x83\xa4\x5e\xea\xaa\xc1\x97\x15\x47\x92\x49\xd2\x11\x7e\x3c\xe8\xb5\x2c\x0b\x65\xc2\x6c\xe3\x3c\x78\xe9\x35\x99\x4e\x0e\x34\x25\x71\xed\xf5\x73\xc3\x0c\xa8\x74\x99\x22\x17\x6c\x71\xb2\xd6\xbe\xdb\xaa\x88\x35\x74\x63\xf7\x5a\x05\x56\x6f\xc2\x7c\x21\xb3\xba\x21\x5c\xd9\x42\xaf\x2d\x35\x7b\xa9\xb7\xd6\x11\x8b\xbe\xc3\x38\xa9\x2c\xbd\x5a\xd4\x3d\xae\xf5\x5a\xa1\x20\x14\x10\xf9\x7d\x86\x36\x25\x21\xd1\x7c\xc7\x78\xa7\xe9\xb6\x91\x47\x46\xc3\x1f\xad\x76\xc7\xe4\x2d\x30\x8b\x6f\x12\xc9\xfe\xc7\x8d\x8a\xc3\x77\xb8\x65\xe3\x7e\xd7\x87\xba\x39\x06\x31\x30\x0c\xe1\x5b\x9a\x21\x5a\x84\x1e\xc6\x9e\xb4\x7a\x20\x8a\xf5\x73\xf8\x85\x15\xdd\xe2\x63\x4f\x78\x0b\x38\xa8\x67\xdc\x85\x2b\x62\xe2\x9b\x5d\x65\x9d\xbe\x6b\xcb\x72\xee\xee\xe5\x79\x77\x29\x8c\x19\x00\xa6\xbc\x76\x79\x52\x08\xa5\xfe\x96\xdd\x5e\x32\xe0\xe0\xdc\xbc\x64\x1c\x52\x0e\x27\x32\xb0\xc1\x47\x18\x3e\x60\x1f\xf7\x8a\xe8\xcc\xb8\x78\xd4\x61\xaa\x94\xcf\x0b\x52\xab\xf4\xdc\x01\x74\x46\x47\x51\x99\x51\xa2\x9e\xf6\x32\x0b\xe2\xdd\x04\x8e\xf2\xc6\x54\x74\x37\xdf\x27\x8f\xd8\xc6\x87\x69\x35\x7e\x51\x2a\x53\x85\xf0\xae\x2f\x6d\x67\x7c\xf2\x5e\x66\x37\x80\x74\x6f\xab\xc8\x11\xb8\x44\xdb\x73\xf4\x9a\x17\x7f\x5e\xb3\x71\x47\x64\x70\x87\x9f\x9d\x22\xcc\xde\xe8\x57\xc2\xd1\x9b\x18\x13\x5e\xd8\x8d\xbf\x6b\x0f\x1b\x8e\xbd\x52\xcc\x5b\xbb\x36\xcc\x33\xbd\x2c\xed\x46\x0a\x68\x85\xc2\x68\xa6\xa6\xa4\xfb\xe5\x6c\xa5\x95\x43\xce\xa4\x42\xb6\xc6\x69\x0c\x94\x53\x55\xa1\x5c\x71\x49\xc6\xfb\x26\xd5\x23\x91\xca\x45\x8b\x33\x83\x78\x4c\x90\xf9\x93\x6b\x84\xc4\x09\x59\x66\x90\x16\xb8\x71\xe6\x40\x80\x09\xf7\x22\x1e\x2f\x06\x54\xf5\xe5\xfc\x96\x5f\xb5\x80\x6e\xc3\x97\xad\xc0\xe4\x0d\x64\x76\x1a\x29\x5c\x5b\x59\x60\x3a\xb7\x9a\x88\x77\xd9\x22\xfc\x2c\x7d\x37\xcf\xc6\xf7\xab\xf5\xfc\x76\xfa\x3b\x0a\xc5\xad\x68\x87\x09\xa8\xf6\xb9\xad\x75\x91\xc0\x6e\x53\x9d\xf8\x09\x41\xaa\xb5\x4c\x9f\xa7\x32\x2d\xe8\x76\xe6\x94\xf1\xfc\xfa\x28\xd5\x05\x38\x9e\x32\x66\x50\x38\x36\xd6\x40\xe1\x7e\xe3\x74\x3b\x9e\x44\xd7\x51\xce\x50\x38\xc5\xf7\x75\xc1\x82\x97\xdd\x18\xe4\xca\x54\xa1\x3f\xc1\x2c\x10\xdf\x61\x21\x9c\xce\xeb\x6a\x32\x9b\x90\x90\xe1\xf8\x66\x74\xf7\x71\x82\x60\x09\x96\x2f\x7a\x4c\x83\xa8\xb6\x32\x7f\xb4\x7a\x5a\xe0\x9d\x2c\x2c\x3d\x9a\x89\xa5\xce\xad\x43\xf9\x51\x0c\xf2\x04\xe0\x6f\xbe\x00\x37\xed\x06\x16\xec\x51\x33\xff\xb2\xf9\x84\xc7\x37\x33\xfe\x04\x5e\x73\x1e\xfd\xc8\xf8\x89\x44\x88\x55\x55\x09\x27\xd9\x23\x40\x7c\x9c\xd3\x69\x34\x2e\xa9\x48\xd6\x8a\x97\x0d\xc5\x59\x7b\xfd\xc6\xf1\x26\x71\x33\x83\xf8\x51\x69\x7c\x23\xdc\x6e\x87\x09\x74\xe0\x75\x1e\xf0\x08\x22\x40\x4b\xe5\x74\x31\x89\x2d\x9d\x44\x69\xee\x8d\x6f\x2c\x32\xb7\xd4\x4e\x18\x92\x64\x01\xf4\x12\x27\x88\xc8\x5b\x2c\x04\x3d\xd0\x84\x92\xde\xac\x6f\x67\xc9\x15\x68\xfc\x15\x1a\xc7\x44\xb0\x65\xb7\x5b\x46\xe9\x54\xdd\xb4\x8e\xae\x56\x64\x55\x10\xd9\x91\x8c\x49\xf0\x10\xda\x51\xb9\xf6\x3e\xe5\x59\xf2\x4b\x07\x8a\x35\x23\xbc\x4c\xf8\xd3\x71\xa8\xaa\x69\x54\x5c\x02\x62\x52\x93\x4b\x49\x6b\x1f\x70\x9f\x24\x71\xdc\x8d\x9c\x50\xcb\x83\x7d\xd4\xfd\x91\x15\x3a\xad\x0e\xcf\x92\xdc\xa5\xc2\x8a\xeb\x68\xe1\xe2\xe4\x3e\x52\x0c\x3f\x13\xa7\xc9\x81\xf5\xcc\x97\x8d\xd7\xcd\x72\x3d\xa3\xe7\x59\xfc\x9f\xb9\x86\xcb\x51\x58\x5e\x12\x3a\xef\x66\xa9\xd7\x3e\xe8\x15\x16\x61\x84\xa9\x8b\x1a\x20\x9f\x51\xe1\x49\xbb\x5d\x65\xd3\x31\x22\x5f\x52\x83\x97\x9b\x24\xcd\xed\xa7\x9c\xdf\x10\x23\x2b\xa1\x3b\xbc\x84\xe4\x91\x27\x8c\x29\x7b\xec\x78\xf6\x43\xa4\x51\x3c\xf8\x31\xba\xb6\x50\xc6\x11\xcf\xb8\xb1\x84\xa1\x0a\x5d\x9b\xf8\xf1\x83\x5b\xb3\x5f\x53\x61\x73\xc2\xd7\xb1\x0b\x9f\xf5\xe6\x81\xa9\xd5\x5b\xfb\x9d\x6e\xc5\x5a\x3b\xba\xa8\x6e\xe5\x65\xbe\x5f\xc7\xdd\xfc\x2e\x5b\x4c\xbf\x4c\x66\xd9\xdd\xfd\xed\xe5\x64\x99\x2d\x96\xf3\xc5\x8a\xb6\x59\xf0\x0e\x48\x97\x95\xad\x16\xe6\x99\xf8\xdc\x74\xb5\xb1\xd0\xe7\xdc\x51\xaf\x71\xf0\x6d\x85\x7d\x98\x4d\xae\xd7\x40\x5e\x4c\x3f\xde\xc0\xff\xbb\xd1\xed\x24\x5b\x4e\x16\xb3\xd1\x78\x72\x3b\xb9\x5b\x43\x03\x9f\x46\xb3\xfb\x93\xc8\xc4\xd9\x20\x6d\x08\x92\x86\x2b\x4d\xfd\x5b\x8b\x78\x22\x44\xc9\xa9\xae\xf0\xfa\x24\x68\x54\xe9\x1d\x20\x2a\x28\xd2\xb5\xd3\x40\x17\x27\x38\x32\xe0\x3f\xc2\x73\x64\x38\xcd\x68\xdc\x52\xef\x26\xcf\x75\xa0\xfb\x13\xec\xae\xd2\x4f\x49\x88\xd1\xa2\x24\x46\xdc\x05\xc5\x18\x9f\xa0\x86\x99\x48\x31\x71\x36\x19\x91\xe4\xf9\x6c\x9a\x3d\xb1\x64\x7c\xbc\x54\xe9\x91\x66\x6b\xf9\x45\xea\xa3\xd0\x5b\x07\x7e\xa6\xd2\xcf\x1a\x85\xde\x35\xbe\xd4\x4a\x82\xcc\x06\x06\x26\x55\x11\x61\x5e\xa8\x34\x8c\x0f\x2d\x14\xb0\x06\x8b\x2e\x62\x07\xbc\x44\x9d\x0e\x59\x7a\x2e\x8c\x91\x40\x23\xb8\x9d\xbf\x76\xf6\xd0\x25\x7f\x2c\x2b\x2e\xd4\x11\x9f\x80\x62\xb0\x78\xb2\xa0\xab\x46\xb9\x70\xda\x3d\x8b\x73\x08\x4e\x74\xc6\x63\x24\x2d\xea\xaf\xfa\x78\x6d\x5d\x9c\x4a\x21\x3e\x09\xfd\x94\xc7\x00\x24\xb9\xae\x61\x93\x87\xa1\x38\x5d\x6b\xd5\x04\xc4\x2b\x94\x84\xaa\x26\x55\xe3\x4c\x38\x8b\x31\xa4\xca\x32\x06\xd8\xd1\x25\xc9\x89\x04\x51\x4f\xd7\x0d\x06\xf2\x10\xa6\xe5\x57\x2d\xd4\x98\x17\xba\x45\x24\x78\x7a\xb5\xf8\x5a\xe7\x66\x6b\x72\xd3\x1c\x6f\x89\x53\x6a\x48\x54\x83\xe0\x3c\xcd\xb8\x20\xd1\xe9\x6c\xf7\xbd\x6f\x22\x2a\x35\x0f\x42\x75\x28\xe3\x92\x08\x92\x08\xd2\x6f\x2a\x1d\x9e\x91\xf1\xb1\xa8\x24\x26\xe8\xb6\xd4\xcf\xab\xbd\x33\xd5\x43\x78\x6a\xba\x94\x5d\x2c\x6f\xc8\x97\x2a\x7f\xd8\x39\xdb\x22\x86\x28\x91\xcc\x9a\xa0\x22\xa9\x7c\xa3\xbc\xc7\x1e\x44\xd6\xb2\xf5\x9a\x97\x85\xdb\x66\xe7\x3d\x3c\x7f\xad\xf3\xb4\x5c\xd0\x80\x2e\xc6\xd6\x55\x1a\x9f\x28\x36\xa1\x59\x91\x60\xcc\xf9\x3f\x74\xfa\xb3\x43\x0a\xe4\x5b\xeb\x1b\xb3\x3d\x8e\x83\x5c\xa0\x82\x81\x4d\xf9\xdd\x0f\x32\x7e\x74\xc8\x24\xa7\xee\x2c\x4a\xec\x9b\x67\xe9\xd0\x53\x3f\x80\x4c\x90\x04\xdf\xa0\x02\xf8\x65\x9f\x55\x9d\x27\x28\x55\x36\x3c\x0f\x7b\x25\xab\xd1\x98\xa6\x0c\xf7\xc5\x1d\xbf\x72\xf9\x48\x54\x6a\x17\x22\xbc\x97\xa6\x58\x34\xc8\x47\xe6\x50\xae\x88\x53\x44\x17\x4d\x88\xde\x2b\xbf\x6a\x37\x07\xe2\x05\xfa\x76\x03\xfd\x96\xfa\x8c\x87\x11\x24\xac\x24\xc4\x3b\x24\xb0\x03\x6a\x92\x06\x39\x72\x46\x2d\x6d\x99\xf0\x48\x60\xa8\x62\x36\x22\xf0\xf9\xa8\xd6\x20\xdc\x04\xa9\x50\x9a\x23\xa4\x40\x27\x1d\x3b\x7a\xab\xdc\x43\xc8\x84\x31\x07\xe5\x1e\xc6\xa5\xe1\xd1\x40\x25\xc9\x40\x25\x43\x2c\xc2\x39\x63\x93\x32\xb5\x34\xd7\x14\x1f\x24\x4b\x79\x05\x7c\x2f\xcc\xb9\x68\x8a\xb8\x6e\x4f\x53\x37\x4d\x86\xe7\x3b\x19\x00\x39\xc7\x19\xb0\xb5\xae\xb8\x2c\x63\x08\x54\x74\x2d\x5a\x49\xbe\x17\x2e\x8c\x3f\x18\xef\x63\x19\x8e\x18\x95\x65\x0c\x70\xd2\xb0\xb5\xee\xc1\xfd\x78\x29\xa2\x6c\x38\xbb\x61\x97\xcb\xe4\xc7\x98\x8c\xb2\xd0\x0b\x39\x9d\xf8\x07\x4e\xe5\x56\x93\x98\xb8\xf0\x54\x8d\x97\xfb\x33\x9a\xff\x10\x6c\xe4\x89\x1c\x63\x86\x67\x1a\x17\x65\x7b\xd7\x40\x2c\x29\x77\x1c\x21\xea\x39\x9e\xdf\xad\x27\x5f\xd6\xf7\xa3\x59\x76\x3b\xb9\xbb\xcf\xa6\xeb\xc9\x6d\x76\x33\x61\x5c\x80\x24\xaf\x4f\x24\xab\x61\xd3\x37\xfa\x70\xd3\x97\x65\xf6\xdd\x0d\x1b\xe2\x86\x26\x48\xa0\x04\xb2\x91\x05\x54\x1c\x86\x93\x71\xc7\x0d\x9c\x7a\xfd\xdc\x0c\x16\x0f\x09\x67\x0a\xc6\xea\x69\x50\xba\x38\xdf\x81\xc8\xd1\x3e\xad\x47\x66\x9e\x0b\x6f\x6c\x71\xbc\x0a\xd3\x7d\xe8\xcf\x02\x24\xf3\x2e\x0f\x30\x3a\x46\xa1\xdc\xed\x95\x72\x0f\xb4\x2e\xbc\x58\xac\x6d\x9e\xa6\x27\x35\x25\xdc\x6d\xf5\xfc\x99\x65\xbc\x49\x18\x61\x46\x77\x43\x83\xf2\x2c\xb0\x59\xe8\x3a\x45\xa1\x6f\xc7\xde\x2f\x61\x9f\x58\x57\xc4\x10\xe4\x5e\x27\x8a\x47\x10\x06\x14\xa5\x92\x3b\x20\x08\x9f\x3e\xb2\xa3\x58\xb9\x90\x20\x71\x1e\x25\xa2\x59\x4c\x7a\x46\xd2\xde\x07\x53\xdd\x44\x49\xea\xe7\xf0\xbb\x64\x1d\x00\xe4\xfd\x27\x73\xb8\x6a\x37\x0c\x33\x7c\x74\x9e\xd9\x7f\x79\xea\x59\xfc\xef\x6e\xe5\xd5\x62\x36\x5d\xd3\x86\xbe\x9d\xde\x7d\x9e\x5e\xad\x6f\x18\x1e\xc4\x0a\x7b\xbe\x6e\x3b\xc7\x67\x48\x0e\x1b\x4a\x46\xc0\x82\xd0\x30\x4d\x37\x7e\x94\x4e\xfc\x43\x65\x9f\xe4\x41\xce\xa4\x79\xe3\x91\xec\xe0\x07\x04\x80\xba\x08\x1a\x2e\x7d\x72\x17\x6c\xd2\x1b\x1d\xfb\x13\xb7\x07\xdc\x99\x97\xca\x23\x0b\xfa\x60\x2a\xd9\x0c\x98\xab\xf7\x30\xf7\xca\xd1\x14\x6c\xa5\x10\x3e\x0b\x71\x91\x1b\x7d\xb8\xb5\xad\x07\xac\x2b\x65\x3e\x06\x48\x4a\x59\xf0\x12\x60\xe8\x97\x14\x9a\x69\xf5\x18\xa3\x7e\xd5\x47\x7e\xcc\x4f\xb2\xdc\xda\x47\x3d\xd8\x9f\xcf\x01\x94\x55\xfa\x29\xc0\xff\x3d\x12\xad\x00\x88\x15\xf3\x97\xff\x68\x75\x95\x23\x06\x77\x45\xec\xfe\x95\x44\x31\xc9\x2d\x68\x6e\x92\x44\x78\x4e\xf4\xf3\x4c\x44\x91\xb0\x5f\xc8\x11\x99\x34\xf9\x90\xba\x23\x0b\x0f\xc2\x31\x0c\x4d\x44\x6a\x36\xf1\xd5\x41\xa1\x61\x27\x06\x28\xc3\xc0\x2c\x26\x11\x44\xc6\x4e\x24\x01\x42\x5e\x7e\xed\x74\x06\xc8\x39\x7a\xbc\xdd\xe8\xe2\xf2\x18\xba\x37\x8d\x2f\x54\x98\xb0\x00\x74\xba\x22\x4a\xf7\xa9\x57\x45\x51\x10\xd6\x9e\x9c\x5b\xe4\x33\x02\x9e\xd1\x15\x35\xf4\x69\xa5\x9b\x23\xcb\x41\x9e\x74\xc1\x46\x53\x77\xc9\x04\x4b\xec\xaf\xdd\x15\x89\x99\x29\x8e\x24\x51\xfa\xb1\xa8\x3c\x53\x87\xee\xa7\x15\xa8\x42\xe4\x00\x47\x81\xca\xc4\xfe\xcb\x78\x22\x25\x12\x57\xb7\x13\xc8\x08\x54\x76\x37\x6f\x67\x72\xe5\x21\x30\xeb\x45\x4d\x4f\xef\x83\x91\xd4\xb5\x15\x89\xc0\x54\x94\x0f\xc9\xa5\x46\x95\xd8\x0c\x33\x87\xf6\xca\x07\x34\xcb\x53\x58\xe4\xc1\x45\xb2\x37\x41\xee\x84\xa6\x93\x63\x41\x44\x0b\x8d\x60\x89\xaf\xa3\x4e\xb3\x20\xd0\xe1\x26\x45\x37\x21\x42\xd6\x3c\xdb\xc9\xe3\x04\x55\x44\x90\xb0\xbb\x2f\xd0\x59\xe6\xe9\x16\x9b\x16\x3c\xe9\xec\x6c\x6f\xca\xd5\x06\xd6\x2b\x6d\xc0\xb0\x71\x70\x44\xf4\xd0\xe9\x08\x69\xcd\xba\xb3\x6c\xab\x0e\x3c\xc9\x06\x60\x0c\x67\x11\xe8\x91\x0d\x42\x94\x14\x7a\x64\xa7\x00\x05\x87\xc7\xe0\x26\xeb\xc3\x9f\xbc\x8b\xc8\x65\x03\x18\x23\x63\x68\xa3\x93\x3d\x91\xaa\xd3\x74\x5e\x23\xd3\x47\x8b\xde\x25\xc3\x90\xb1\x60\x07\x84\xba\xf8\xd8\xab\xa4\x97\xff\xe2\xdd\x85\x58\x09\xa8\x04\xb3\xdb\x9b\x9c\x54\xb9\x9e\x75\xde\x36\x3a\x9d\xd2\x2c\xb9\x2f\x99\x07\xd1\xcf\xc1\x94\xaa\xa9\x76\x6b\xdb\x52\x45\x7b\x55\x15\x40\x9c\xb6\xf9\x7e\x54\x15\x8b\x44\xbb\x31\x2a\x3b\x32\x81\xe5\x1b\x5b\x4f\x0f\x40\x94\xa9\x46\x77\xd9\xab\x99\x62\xb9\x75\x91\x5f\x3f\xeb\xf1\x9d\x16\x82\xdb\xe1\x85\x20\x37\x44\xba\x7b\xe5\xf3\x26\x14\xa1\x95\x93\x1d\x12\x6f\xbf\xfe\xba\xc7\x14\x5b\xe1\xc0\x84\x91\x91\xf5\xc3\x4c\x6f\x24\x97\x69\xec\x64\x92\x16\xd7\x23\x8d\x8d\x36\x31\x50\x20\x89\x1e\x9a\xf0\x84\xf3\xb6\x92\x33\x95\x74\x2f\xd9\x8a\x79\xf7\x40\x44\x91\x51\x3f\x34\xda\x40\x68\xf5\xab\x49\x07\x1e\x32\xad\x91\xce\xc6\xa7\x6c\x1c\x30\xab\x90\xe0\xc9\xce\x4b\xad\x5c\xd4\x29\xc9\x36\x4d\x75\xb2\x5e\x71\x58\x4c\x71\x58\xd6\x26\x85\xe8\x28\xd1\x19\xe5\x40\x1b\x7d\xe0\x3c\xf0\xf3\xf2\x54\xfc\x35\x71\xb4\xcf\xa7\xe7\xe4\xaa\xef\x1c\x85\xab\xc9\xf5\xe8\x7e\xb6\x0e\x4c\x4e\x92\x1d\x67\x39\xed\x5b\x86\xa1\x3b\x55\x8b\xe2\x5d\x71\x22\x29\xba\xd1\xea\x41\x10\xa1\x78\xb2\x85\xcb\x00\x57\x8d\x33\x85\x96\xb0\x6f\x37\x8c\xfe\xd4\x4e\x6f\xb5\xbb\x0d\x50\x60\xe4\xf1\x34\x04\x90\x90\x53\xc7\x39\xf7\x4e\x37\x73\x22\x7e\x3f\x9b\x66\x3f\xe7\x5a\x43\xe6\xf1\xfc\x76\x31\xbf\x9b\xdc\xad\xb3\xbb\xd1\xed\x24\xc0\xe0\x94\x36\x48\xe0\x05\x62\x5e\xb2\x05\x5a\xaf\x99\x30\x15\x99\x4b\x26\x48\x83\xbe\x22\x93\x19\x91\xbc\xd5\x41\x12\xa9\x7b\x4f\xf8\x41\x52\x18\xf3\x14\x8c\x9f\x14\x22\x0d\x17\x89\x61\x1f\x67\x8c\xaa\xb1\x42\x5d\x5f\x85\x8e\x18\x8f\x6b\x81\xbe\xb1\xa8\xa6\x79\xc5\x4d\xc5\x4c\x5b\x53\x15\x48\x56\x1d\x7f\xd5\xc7\x6b\x67\x0f\xc9\xa4\x1f\x12\x5e\x08\x8a\xd4\x84\x8a\x63\x47\x8c\xbf\xd4\xea\x21\xea\x4d\x10\xd2\x76\x83\x80\x0b\xc9\xe0\xbd\xf5\x1d\x75\x10\x9d\x3f\x5c\x5b\x77\x67\x99\xdf\xb4\x1d\x7a\xe7\x14\x1a\x86\x75\x57\xf8\x56\xf8\xac\xfc\xa8\x6c\xe6\xee\x56\xe3\x71\x7e\x08\xcd\x84\x2d\x48\x61\x9a\x90\xc8\x2e\x80\x9e\xd2\x2d\x0e\xa9\xc5\x69\x6e\x3e\xb1\x3c\xe2\x31\xcc\x34\xaf\x0d\xe6\x1b\x77\xa7\x5e\x95\x0d\xa5\x1e\x74\xa3\xe8\x97\xe9\x74\xcc\xf8\x5b\x95\x13\x63\x66\xbe\x3a\x6d\x0d\xc5\x66\x1f\xf4\x11\xc9\xd7\x69\x2c\x39\x2a\xe9\x05\x77\xaf\xfc\xad\x2d\xcc\xd6\xf0\xa3\xc8\x3d\xbd\x13\x88\x90\x2d\xbf\xf3\x5b\x61\x0b\xc2\x04\x89\x8c\xc9\x36\x55\x5e\xb2\xb5\xae\xa8\x7b\x3d\xf8\x41\x37\x5d\x2d\xae\xd1\x6c\x2b\xef\x5d\x3e\x0a\x6b\xca\xa6\x19\xf2\xa1\x86\xaf\xdd\xc7\x2a\x5f\xa3\x6c\x26\x0b\x38\xc9\xdd\x72\x48\x36\x6e\xd8\xd0\xf4\x22\x46\x35\xd2\xef\x20\x6b\xdb\xb8\x23\x8e\x44\x50\xf2\xbe\xe6\x0a\xca\x2c\x35\xd6\x69\x19\x6f\x7d\x26\xa3\x3c\x64\x89\x2a\x89\xe4\xb7\xe8\xb5\x50\x95\xc9\x1e\xec\xe5\xd8\xab\xf0\x33\xa1\x0d\xfa\xf5\x47\x30\x25\x47\xa2\xd0\xa5\x3a\xd2\xa3\x33\xc3\x3e\xe4\x6c\x84\x15\xef\x24\xd1\x6d\xc1\x57\xf7\xce\x36\x5d\x44\x08\xd6\x05\x33\xc6\x37\x4c\x00\x31\x67\xaa\xe1\x62\xc6\xaf\x50\x2c\x77\x5a\x94\x3a\xc8\xe8\x42\x20\xbd\x51\xa0\x1a\x4c\x88\x67\x05\xc5\x48\x2d\xb2\xd1\x18\xd2\x60\xbf\xd1\x51\x98\x08\x88\xa3\xa6\x23\x2d\x18\xbd\xce\xf2\xfe\x17\x0d\x48\x34\xcc\xa0\xdd\xe4\xb9\x36\xc4\xca\x21\x88\x08\xd3\x33\x09\xe5\x11\x6a\x2a\x17\xe0\x9b\xc4\x51\x55\x93\xaa\x71\x47\x89\x73\x1d\x7f\x6c\x54\xdf\xb2\x1f\x47\xf3\xc4\x70\x88\xde\x7e\x31\x66\x5e\x6b\x7a\x33\x94\xbd\x71\x23\x20\x38\x4d\xa7\xd1\x50\x0c\x1e\x69\x8e\xc1\x83\x10\x40\x64\x47\xf9\x05\x31\x54\x3c\x7f\x54\x2c\x81\x15\xb8\x34\x53\x94\x17\xea\x2c\x6d\x7b\x76\xd1\x69\xe3\x27\xc2\x58\xe4\x03\x4d\xde\xf6\x51\x29\x27\xb9\xfc\xe2\x6d\x80\x4d\x45\xe8\x1b\xa5\xf0\xa0\x28\xc1\x33\xcd\x1a\x5f\x34\x06\x6c\x36\x01\xc1\x7d\x7c\xe5\x94\x0b\x00\x3b\x2a\xc4\x62\x0c\x24\x45\x4c\x9e\x48\xa8\x48\x1f\x5c\xa5\xcc\x4e\x98\x19\x96\x16\x38\xf0\x4f\x39\x22\x87\x94\x73\xe2\xfb\x5c\x52\xd1\xbe\x1a\x5b\x17\x61\x7f\x19\x6b\xe2\x6b\xdc\x85\x56\x38\xc2\xc4\x77\x85\x88\xfd\x91\x8f\x21\xa9\x72\x5a\xe5\x4e\xd3\x80\xc8\xbc\xf7\x9c\x29\x36\xd4\x7a\x12\xd3\x5b\xa6\x8f\xd9\x50\x53\xba\x48\x2e\xc1\xdb\x01\x91\x67\x23\x08\x42\xc2\xf4\x0e\x98\x65\x60\xe0\x08\x5b\x9d\x2d\xdd\xb1\x94\x1e\x31\xe0\x43\x32\x75\xfb\xb6\x3f\x5a\xe8\x26\x47\xac\xc2\xd4\x04\x3e\x3d\x12\xba\x94\xda\x99\xd0\x3b\x94\x29\xeb\x54\xd4\x89\xea\x70\xb9\x4f\x58\x4b\x9d\x7a\x39\x14\x48\x4f\x51\x49\xf2\x61\x18\x83\x95\x04\xaa\xa0\x64\x76\x84\x29\x50\x09\xce\x14\x68\xa5\xab\xb1\x75\x5c\xb1\x7c\xa8\x02\xd4\x30\x13\xc2\x9c\xf4\x7c\x62\x89\xad\xb3\x87\x38\x1d\x32\x1a\x56\x3d\x88\x9d\x3d\xad\x78\xe4\x89\xb9\x77\xd3\x1c\xba\x8a\x54\x7b\xd9\x35\x28\xb1\x2c\x7c\x81\xe2\x14\x69\xbd\xb6\x8e\x04\x26\xf0\x3d\x8c\x0e\x27\x6b\x08\xe5\x70\x64\xe3\xbb\x85\xbd\xb3\x0d\x5a\x37\xc7\x01\xb4\x64\x55\x2e\xdc\x86\x82\xf5\x86\x88\x91\xbf\x8d\x4c\xc1\x7e\xa3\x2c\x0e\xd0\x41\xb0\x3b\xac\x56\x32\x44\x1c\x28\x93\x87\x64\x5a\x22\xc6\xd2\x3b\xaf\x31\x21\x2b\x93\xfc\xc9\x31\x0e\x48\x59\xc2\x79\xb8\xed\x1f\x65\x5c\xa9\x1b\x45\x94\xcd\xf0\xb4\x27\xb1\x84\x2b\x1f\x59\xc0\xe7\x5b\xeb\x1b\x5d\x5c\xf7\x9b\x29\x12\x1c\x90\x69\x5f\xb5\x11\x14\x6b\x6c\x5c\xde\x96\xca\xdd\x91\x64\x35\x63\xe5\x56\x98\xb4\x09\xc0\xc8\x55\x35\xaa\x8e\xa1\x13\xf2\xec\x77\x72\x9f\xb0\xa0\x8e\xbf\x89\x0a\x89\x41\x29\x58\x56\xa4\xe9\xac\xda\x4e\x37\x97\xb0\xa4\xa6\xda\x8d\x4b\x43\x72\x45\xcd\x09\x07\x89\x76\x7c\xc2\x4f\xe2\x65\x22\xc8\x40\x16\x2c\x28\x86\xb5\x36\xdb\x43\x78\x97\x88\x74\xd8\x38\x64\xf1\xba\x99\xd2\x0b\x97\xe0\x29\x79\xb2\x07\x6c\xd5\xc3\x1c\x52\xfd\x70\x76\x2f\x9a\xc4\x30\xc0\x90\xd9\x49\xf8\x58\x70\x7b\x46\x2e\x6e\x44\x3d\x3e\xef\x75\x15\x6e\xd4\x5a\x3b\x4f\x9b\x44\x6e\xae\x44\x91\xdf\x03\xce\x29\x26\x0e\xba\xf0\x81\x87\xd7\x79\xfa\x06\x50\x4f\x02\xc4\xcc\xc3\xd0\x07\xb3\xb1\xa5\x28\x00\x04\x88\xce\x6f\x16\x4b\x7e\x9c\xe0\x60\x30\x10\xc3\xe1\x35\x72\x23\x75\xa9\x1f\x71\x73\xfc\x5b\x98\x48\x7d\x6f\xaa\x27\x08\xf1\xc9\xfb\xc3\xe9\xeb\x42\x54\xdb\x09\xd4\xf7\x60\x7c\xa2\xaf\x30\x98\x9e\xaa\x25\x0c\xa5\xc7\x67\xa3\x5e\x72\x54\x20\x49\x12\x52\x48\x30\x14\x3d\x58\x5b\x3f\x35\xbe\xc6\x0d\x65\x7a\x39\xf5\xe5\x5e\x9d\x1f\xac\xbc\x1e\x9f\xc6\x0e\x97\x89\x37\xc0\x69\x64\x52\xa2\xe7\x0f\x9a\xd0\xca\xa6\xa3\xe5\xe0\xd9\xb8\x46\xef\xcd\x9d\x5f\xfa\xb2\x5e\x58\x82\x3d\x96\xf3\x99\xe8\xbd\xf2\x52\x0f\xde\x26\x24\x28\x5a\xf4\x78\xd3\xfd\xf7\xf2\x94\xa2\x40\x0c\x9b\xce\x02\x44\x8f\x7c\xdc\xc3\x89\xc3\x64\x12\x77\x4f\xdf\xbf\x33\xc8\xbd\x1a\xe2\xc2\x9c\xa6\x74\x36\x8d\x6e\x84\x7f\x81\x07\x4e\x0e\x79\x26\x78\x10\xd3\xf5\xc2\x74\xe0\xbc\x19\x1c\x73\x69\xfa\xcc\x7e\x1c\x74\x82\x4d\x93\x47\x37\x09\x73\x3d\xfb\x88\x35\xa2\xdc\x48\x1a\x47\x5c\x14\x31\xf0\x8c\x18\x5c\x09\x19\x27\x55\x18\xff\x49\x95\xa6\x10\x4c\x5f\xf8\x21\xbd\x66\xd6\x76\xb7\x8b\x23\x61\xf3\x00\x1d\x6c\x1f\x4d\x8d\x45\xb1\x62\x56\x5c\x0b\x07\xfe\x49\x39\x18\xa1\x70\xd9\xcb\xe3\x92\xac\xd5\x16\xb2\x7a\x68\xc2\x86\xf9\xc7\x22\x39\x89\xda\x5e\x94\xdc\x60\x07\x60\x0b\x44\xfd\x3b\xc6\x98\xc2\xc4\xe3\xd3\x99\xec\x68\x01\xf6\x54\x90\x64\x29\x53\x46\x68\xaa\xfc\x45\x9c\x70\x1f\x9e\x3a\x1a\x54\xc9\x60\xb3\xb7\x4e\x7b\x5b\x3e\xea\x62\x94\xb0\x6c\xab\xb6\x2c\x03\xfa\x94\x62\x6d\xf8\x5e\x54\xa8\x46\x4d\x7d\x6a\x62\x85\x65\x66\x36\xf6\x19\x36\x28\xf3\x13\x59\xe1\x0f\x45\x17\x81\x22\x0b\x16\x8b\x0e\xc9\x19\xd4\x62\x12\x62\x4b\x0b\xd1\x61\xfa\x27\x8b\x9d\x45\x6a\x2b\x3b\x61\xa5\x26\xfb\x20\xca\xb3\x84\x83\xb8\xea\xee\xc1\xb0\xd3\xfa\x32\x1d\x81\xb7\x4d\xaa\xcb\x4e\x3f\xca\xf6\xb7\xd5\x68\xdb\x10\x0e\x14\x29\x2d\x56\x79\xe9\x09\xe6\x48\xf0\xf4\xdd\x21\x3b\x9f\x14\xfa\x12\x2d\x4b\x64\x03\x71\x29\x2e\x96\x66\x09\x88\x5c\x0c\x8a\x80\xcd\x40\x5c\xca\xcc\x8f\xf0\x8c\xa7\x01\xa7\x9a\xae\xf7\x6e\x5b\x8c\xe3\xc9\x76\x8d\xb3\x16\x2d\x45\xc7\xfb\x5f\x94\x27\xb1\x86\x05\xc5\x11\x67\x93\xf6\x72\x02\x81\x02\xe7\x90\xcb\xf0\xeb\x39\xd9\xae\xb8\xec\x70\xd6\x59\x37\xf5\xdc\x55\xdc\x7f\x9a\x38\x79\xb9\x58\x0d\xc0\xa2\xce\x76\x4b\x32\xf0\x51\x4a\xf6\xd2\xaa\xf3\x22\xdf\x43\xaa\x86\xf6\x5a\x07\x1f\x18\xca\x30\x78\x6f\xa5\x93\x9c\x44\xa7\x87\xd3\xa7\xdd\x8c\xd7\xc4\xda\x99\xdd\x0e\x47\x34\x26\x04\x76\xa3\x7c\x47\x96\x71\x48\x71\x23\x3f\xb1\x7f\xe6\x8f\x55\xfe\x51\x57\x64\x95\x60\xd5\xe8\x1a\x67\xbe\x8a\x80\x02\x7f\xb1\x3e\x41\xc6\x26\x0a\xb2\x66\x4f\x72\x7f\x86\x44\x6b\x35\x3f\x7e\x2d\x9c\x3d\x90\xcc\x7a\xb3\xd7\xf1\xb5\x69\x6d\x43\x0b\x24\xaf\xbb\x25\x90\x4a\x34\xd4\x72\x3d\xcb\x66\xf3\xf1\x68\x96\xad\xd6\xf3\xe5\xe8\xe3\x24\xfb\x75\xf2\x15\xf2\xa9\x47\x5d\x50\x16\x96\x86\x88\x3b\x8e\xa5\xad\x19\x1d\xa6\xa4\xc4\xec\xe6\x4a\x04\xda\x37\xb6\x38\x06\x01\xf7\x95\xda\xea\x38\x5d\x4c\x05\x45\xa9\x1a\x0f\x34\xa9\x07\x7c\xbc\xc4\xcf\xcf\xc4\xb5\xad\x1e\xb5\x6b\x58\xae\xc3\x07\x43\x7b\x5c\x7a\x11\xcc\x33\x76\xcd\x9b\xc7\x88\x68\x20\x9e\x0d\x26\x50\x63\xe8\xd4\xa9\x6f\x0e\x0f\x47\x40\xce\x32\xc2\x5a\x25\x65\xfb\x3b\x09\x4f\xc7\x40\x72\x22\xc9\x84\xb6\x15\xd9\xdc\x46\xcf\xe4\xe2\x65\x34\xa4\xd1\x4b\x11\xd4\x3a\x09\x09\xc9\x43\x51\x33\xb4\x96\xc0\x31\x41\xaf\x3c\xb9\x81\xfa\xe6\x29\x49\x56\x2a\x16\x0e\xa6\x1a\x3b\x01\xc2\xd9\xe9\xf7\xb2\x63\xd1\x31\x60\xf7\xd9\x37\xbc\x50\xf0\x84\xe1\xe2\x7b\x8f\x16\x8b\xd1\xca\x3e\x6b\x98\xf1\x11\x24\x75\x36\x57\xb2\x06\x01\xc9\xe7\x91\xf0\x52\x49\xb2\x3f\xf0\x0f\x0d\x73\xaa\x54\xb4\x0c\x62\x13\x9d\x6f\x53\x3d\xc8\xc0\x24\x07\x12\xc4\x97\x1d\x63\xa0\x49\x54\x6f\x82\x71\x59\xd1\x2c\x1a\x5b\x8b\xa7\xcb\xd2\x27\x02\x51\x74\x3f\x92\xe1\xa7\x27\xeb\x1e\x4c\xb5\x5b\xb5\x9b\xfc\x84\x85\x14\x04\xe6\x9b\x18\x38\x65\x34\x31\xf7\x89\x55\x0a\xa8\x6e\xb9\x8a\xb9\x90\x04\xb9\xe1\x76\x13\x0a\x4b\xf3\x9a\xc8\x56\xec\xa5\x90\x4a\x73\x17\xf4\x8a\x88\x61\x1f\xc1\x4a\xeb\x75\xe0\xe1\xe3\x4d\x1d\x0c\x15\xb5\x8d\x41\x69\xf8\xa0\xe0\x48\x74\x9c\xa8\x44\x55\x7b\x55\xe5\xc1\xc2\xbe\x3c\x25\xa2\x84\xd8\xdd\x3a\x5b\x7f\x5d\x4c\xe8\x88\xf3\xfd\x03\xd8\xc6\x74\x7b\xcf\x16\x54\x89\x5d\x93\x30\x12\xbd\x18\xe4\x66\xac\x0c\x0d\x45\x94\xba\x6a\xfe\xbb\x9a\xdf\x2d\x94\xf3\x74\xf6\xc8\x8a\x6c\x37\x2e\x2f\x95\x33\xdb\x23\x33\xcb\xa5\x43\xaa\x50\x35\x89\x38\x7c\xb9\x9d\xdd\x34\x4d\xcd\x0e\x3a\xa3\x28\x39\x8b\x76\x52\xfb\xa3\x90\x3d\x98\x05\x8f\x05\x9c\x7a\xea\xd8\x03\x43\x61\x91\x2a\xb7\x42\xd5\x92\xfa\x41\x50\x55\x06\x60\x85\x1a\x7b\x49\x55\xc8\xb1\x90\x5c\x79\x6f\x54\xcc\x34\x17\xf2\xb9\x09\xef\xc6\xcf\xde\x6d\xc7\xd6\x3e\x18\xd1\xc4\x83\x88\xce\x32\x1c\xd4\x33\x4f\x70\x60\x86\x1e\xd4\xf3\xa5\x2d\x8e\x21\xfc\x08\x48\x35\x6a\x1a\xab\x86\x84\xbc\xe5\x07\x71\xdb\xe8\x05\x6c\x8f\x26\x3e\xc6\xf8\x46\x80\x2a\x1b\xe3\xd1\xdd\x78\x32\x43\x0d\x33\x44\x0f\xaf\xc6\xf8\xb4\x9a\x2d\x27\xa3\xf1\x3a\xbb\x9a\x7c\x5a\xcf\xe7\xb3\x55\xf6\x71\x36\xbf\x1c\xcd\xb2\x9b\xf9\xfc\x57\xd2\x46\x63\x45\x10\xe4\xaa\xb2\xc2\x0a\xa9\x99\xf9\x44\x38\x82\x75\xe9\x94\xdb\x79\x66\x55\xe1\x5c\x95\xaa\x01\xec\x96\xd4\x79\xf0\x3e\x2b\x8d\x6f\x08\xe9\x91\x23\xee\x45\xb2\xfc\x54\x90\x34\xd2\xc9\x4f\x64\x57\xf3\xc6\xec\xf6\x25\x83\x23\x8e\x0a\x85\xf1\x60\x8b\x88\x74\x9b\x43\xaf\x84\xea\xdb\x9a\xe7\xab\x20\x3f\xb2\x2a\x6d\xe3\xc5\x7a\x68\x0f\xea\xd7\x29\x1a\x1f\x60\x08\x5e\xa9\xdd\x76\x58\x64\x31\x09\x25\xc6\x28\xaa\xad\x65\x84\x0f\x4b\xf2\xef\x4d\x69\xf3\x07\x36\x58\x19\xbb\x2f\x14\xb7\x86\xd2\x9f\xbb\x71\x34\x08\x91\x88\xac\xb6\xb6\xc3\xa4\xc1\xba\x3b\x31\xd2\x42\x27\x92\xdb\xe9\xc4\x75\x5a\xeb\xa6\x50\x9b\xbd\x6a\x49\xc1\xae\x21\xbf\x80\x27\xd2\xb5\x74\xca\x20\x34\x83\xa5\x49\x05\xa7\x67\x62\x1a\x28\x09\xa6\xe9\x2c\x9c\xcb\xa1\xdf\x5a\x85\xa6\x99\xb1\xfa\x93\xb8\x8e\x90\xaf\x48\x64\x9f\xd4\x4d\xb9\x94\x58\xb1\x01\xa4\xa3\x3b\x18\x5b\x1c\xd1\x26\x5d\x27\x96\xf2\x47\xbb\x2c\x51\x45\x24\xcd\xd5\xd9\x1d\x9c\xed\x24\x2e\xee\x83\x93\xa4\xc4\xbc\x48\x55\xb7\x4d\xa7\x6e\x43\xc6\x99\x9d\xee\xef\x7c\x38\x20\x9d\x9c\xb9\x72\x05\xea\x3e\xdb\x5e\x15\xf1\xfa\x3f\xe1\x20\x75\xf7\xf5\x49\xbb\x43\x27\x0e\x13\xc2\xde\x13\xcb\xd1\x74\x26\xd2\x49\x1e\xa8\xf3\x4c\x6b\x67\x87\x7f\xd2\xdd\xd0\xf6\xab\x23\xe8\x95\x49\x54\x1a\x87\xc6\xd4\xdd\x0d\xdd\x78\xdc\x14\x91\x2e\x60\x9b\x3b\x11\x8f\xe8\x35\x7c\xd2\xe7\x7e\x86\x38\xda\x92\x9f\x8c\x86\x5a\x86\x34\x82\xff\x43\x25\xbb\xfd\x3d\xdf\xd6\xf9\x94\x54\x14\x3a\x01\x6a\x49\xf4\x99\x89\x4d\x4d\xc9\x9c\xf4\x3f\xc5\xc9\x4e\xfb\xff\xc2\x09\x48\x6a\x15\x79\xfe\x28\xb9\x7e\x76\x9e\x62\x85\x9d\x55\x19\xd8\x2f\x49\xfd\x0a\x11\xa5\x59\xaa\xef\xc5\x47\x96\x76\xdf\x50\x15\xbd\x8b\x48\x20\x81\x2d\x8e\x83\x07\x8e\x51\x1d\x64\x55\xf4\xc0\x89\xb4\xdd\x5f\x99\x2e\x84\x38\x39\xb1\x9d\xb8\xde\x79\xe9\x16\x4d\x06\x21\x6a\x5e\xd3\x4e\x54\xff\x3c\x0c\xa8\x51\xc4\xa9\x8f\xb1\x2f\x6f\x77\x9e\x9c\x78\x4c\x02\x57\xff\x17\x81\x4c\xa2\xee\x10\x03\x89\x0d\x26\xd5\xe4\xfb\x84\xdd\x4f\xec\xdf\xb1\x2a\xcb\xa0\x01\x16\xad\xb3\x8f\x3b\xee\x9c\xb2\x8e\x5f\x23\x93\xc8\x57\xb3\x33\xa4\x27\x67\x1a\x71\xb5\x44\xfc\x66\x24\xc0\xc5\xd1\x54\x20\xec\xd1\x73\x55\x2a\xdc\xdb\xf3\x56\x05\xbf\x2c\xfe\xaa\xad\x27\xb3\xfc\xb1\x23\x4b\xdd\xb4\x8e\x2c\x2f\x6f\xb5\xd3\x09\xbe\x2c\xd6\x5f\x58\xab\xea\x4a\x3b\xf3\x28\x7a\x6c\x24\xfb\xc7\xde\x9a\x42\x6d\xa9\xc7\x2a\x12\xcf\x3f\x10\xd9\xfe\x0c\xb7\xda\xa5\xb5\x25\x99\x7e\x46\xe3\xe9\xd8\x37\xa9\xfc\x4e\x3f\x85\x57\xcd\xd5\xa7\x8f\xd9\x72\xf2\x71\xf2\x45\x14\xec\x58\x5a\x00\xcd\x4e\x26\x2f\x40\x90\x94\x0a\xef\xcc\xac\x2a\x80\xba\x80\xbd\x1b\x6c\x32\x50\x34\xfe\x90\x71\x79\x87\x4a\xd8\xb6\x81\x14\x3a\xf2\x89\x41\x43\xaf\x9b\xd4\xbe\x61\xa5\x9a\xd6\xa9\x52\xe8\x51\x0e\x06\xe5\x15\x20\xa3\x4a\x8d\x39\x4b\xa9\xcd\x56\xc1\x4a\x62\x1a\x96\xe6\x5b\xdf\x31\xa0\xc8\xef\xad\xe8\x04\x25\x04\x51\x30\x35\x31\xc7\x1c\x4d\x32\x1e\xd4\xb3\x39\x98\xef\x5a\x8c\xd0\x96\x34\x68\x79\x1a\x96\x67\x4f\x91\x4e\x49\x5b\xca\x59\x62\x88\x1f\xf4\xe0\x17\xca\xdf\x8c\x4f\xc2\x8f\x6c\x2e\xc0\x1b\xa7\x8b\x25\x1c\x06\xe2\x81\xeb\x2a\x10\xe6\x14\x4a\x94\x78\xaa\x42\xec\x36\xd6\xd6\x35\x4e\x19\x99\x9e\xb6\xe9\x9a\x90\x44\x83\x58\x49\xd8\xf8\x30\x53\xc6\xcf\x92\x7a\x8c\x0f\xa6\x32\x73\xf9\x21\x71\xb1\xcf\x31\xe6\xb1\xab\xd9\xcf\xbf\x25\xf6\x2e\x18\xb1\xe6\x75\x80\xa8\x26\x31\x76\xd9\xfa\xf8\x9c\x23\xfc\xf4\xdb\xde\x6c\x93\x1d\x81\xd0\x99\xc4\xaa\x40\x0c\x3e\x26\x69\xfd\xbe\xa6\x91\x49\x3e\xe9\x1b\x6e\x9b\x74\x06\x50\x7b\x35\x4e\xa7\xf4\x36\xa1\xc6\x6b\xf4\x67\x47\xa4\x33\xef\x10\x7f\xab\x9e\x51\xda\x17\x39\x98\x28\x68\xc7\x26\x25\x42\xb6\x50\x81\x4d\x0a\xd6\x2a\x7f\x50\x3b\xed\xc5\x56\x56\xf6\xc4\xce\x2e\x30\x5a\xf4\x91\x28\x14\xed\xce\x4b\x29\x24\xbc\x24\x80\x64\x56\x76\xea\x37\xcf\x54\x7b\xed\xc8\x3c\x81\x6f\x37\x02\xcd\x50\x6f\x53\x02\x44\xbb\xcd\xa6\xd7\x93\xf1\xd7\xf1\x6c\x92\x4d\xbe\x8c\x67\xf7\x2b\xb6\x25\x93\x91\xc8\xd3\x98\xde\xa9\x8a\x9e\x06\x26\xc0\x89\x2b\x71\x43\x17\x9f\xb3\x62\xb6\xc4\x51\x86\xb7\xad\x23\x4f\x1d\x2f\xe5\xca\xf6\x16\x99\xcd\x74\x1a\x1a\x53\x89\x2c\x00\x1a\xa9\xf5\xcc\xe5\x8c\x99\x88\x48\x15\x63\x85\x16\x99\xd7\x10\xe3\x83\x89\xae\xe4\xaa\xd8\xf2\x4f\x1f\x8c\xf8\x84\x2e\x84\xaa\x7c\xf4\xa8\x42\xcc\xee\x94\x05\xab\xab\xf0\x1a\x09\xb1\x4c\xa5\x92\xed\x8f\x60\x8b\x42\xac\x51\x4d\x45\x36\x64\x5e\x05\x9b\x2e\xbc\x2d\x68\xf6\x54\xde\xb4\xa9\xe8\x62\xed\x6c\xdd\x73\xf8\x27\x06\x9a\xd9\x58\xec\x87\x13\x5f\x7e\xc2\x3d\x87\xd4\x9f\x59\x88\x66\xcc\xa6\x86\x38\xfa\xef\x41\xff\x30\x3e\xfd\x7b\x4d\xf7\x09\xc4\x04\xa7\x83\x59\x23\xa2\x85\x18\x32\xa2\x70\x20\x61\x38\x45\x8f\xaa\xe4\xa0\xea\x58\xe7\xe6\x48\x86\xf9\x51\x1c\x31\xab\x2c\xf2\xad\x50\xf6\x3d\xa8\x30\x84\x08\xae\x32\x08\x22\x9e\x98\xfc\x2e\xa2\xd7\xa8\x26\x11\x7c\xcc\x4a\xbb\x0b\x60\x25\xf6\x13\x2f\x7f\xe9\xa5\xc8\x56\x84\x26\x60\xf9\x91\x98\x35\x0d\x8b\xd6\x06\xeb\x5f\x10\x60\x16\x03\x24\xdf\xae\x70\xce\x04\xd0\x03\x34\x60\x43\xf4\x68\x6d\x9f\xf4\x3b\xd6\xe6\xc0\xd0\xd5\x8d\x49\x41\xbe\x42\xa4\xe5\x4a\x7c\x28\x96\x28\x30\x0c\xf5\x05\xb6\x4b\x65\xe7\x75\xea\x8b\x46\x38\x2b\xdb\xb2\x65\xb3\xaa\x55\x21\x0c\xe5\xe7\xcf\xb1\xa3\xd0\x00\xb7\x67\xfc\x9d\xba\x23\x4e\xea\x03\xf7\xa4\xe0\xd9\xc1\xe1\x3f\xda\x87\xd4\xdd\x8d\x28\xa3\xc8\x24\x21\x0f\x8a\x2b\xbf\xe2\x2e\x72\x30\xca\x7b\x92\xb9\xfa\x41\xbf\x5c\xb4\xd8\x27\x51\x89\x0d\x9d\x4c\x84\x50\xd8\x3e\x1a\xf4\x3f\x98\x52\x5c\x2d\xe6\x77\xab\xe9\xa7\x49\x76\x3b\xfa\x92\x8d\xe7\x77\xab\xf5\x72\x34\xbd\x5b\x8b\x5b\x1d\x94\x83\x39\x11\xe5\x41\xf1\xe2\x5e\x1c\xb3\x3e\x03\x9b\xd2\x54\x95\x76\x72\x57\x22\x20\x48\xfc\x8b\x12\xc7\xee\x6a\xb4\x1e\x65\x8b\xf9\x72\x3d\x9a\x65\xa3\xf5\x7a\x39\xbd\xbc\x5f\x33\x3f\x72\x81\x0f\xda\xa9\xa5\x3c\xe4\xa5\x8e\x09\x5a\x02\xec\x1e\x89\x0d\x41\x76\x74\x42\x3f\xee\x97\xd3\x14\x84\xb4\x68\x6d\xb9\x16\xfb\x62\xf4\x63\x25\xa6\x34\x5c\xc7\x22\x47\xb0\x42\xd6\xd8\xe9\x6a\x1e\x0c\x6f\xec\x95\xdf\xa3\x7e\x3f\x4b\xc9\xa1\x49\x8b\x62\x95\x3a\x23\xa1\xa8\x71\x57\x9b\x44\xe8\x08\xcc\xd8\x89\xea\x65\x74\x6d\x15\x03\xdb\xb6\x8a\x73\xf9\x5b\xab\x91\x9d\xf9\x07\xff\x2f\x9c\x32\x15\xf5\x0a\xa3\x42\x97\x00\xa9\xbc\xaf\xef\xf4\x73\xb3\xa6\xf7\x35\xcc\x29\xc5\x1d\xd6\x79\x10\xa6\x8e\x6b\xab\x5e\x0f\x82\x34\x21\xd9\x50\x62\x08\x51\xc5\xea\x36\x64\x8d\x0d\x67\xf9\x91\x38\x82\x8f\xa4\x38\xe0\x83\x0a\x81\x5c\x05\xaa\x28\x12\x83\x4b\x6c\xde\x90\x20\x72\x12\x4f\x11\xa3\xb2\x94\x38\x5c\xcb\x03\xdd\xc2\xa4\xab\x99\xe4\xe6\x98\x79\x95\xa7\x75\x94\x49\xd1\x8d\x91\x73\x9a\x3f\x91\x59\x86\xc2\x90\xd6\x3f\x22\x9c\x07\xe5\x1f\xa2\x1f\x83\x84\x99\x4b\xea\x04\xcf\xc6\x06\xa4\xa8\xb1\x6c\xd4\xb2\x12\x43\x77\x5b\x13\x3c\xd3\x95\xa6\xd2\xc1\x00\x5e\x8e\x16\xff\x43\xd0\x37\x8a\x0d\x36\x37\x0d\x3b\xa0\xb3\x0f\x62\x04\xdf\x94\xc5\xfd\x72\x26\x3f\xaf\xdb\xb2\x8c\x0e\x12\x3c\xf3\xec\x7d\xb0\x93\xa7\x0e\x7a\x8e\x82\xf4\xd1\xec\x18\xf7\xce\x56\xc4\xfc\x65\xa8\x80\xc3\x61\x2d\x4e\x0e\xc5\xba\x08\x98\xad\xed\x03\xbe\x14\xb6\x95\x6f\x37\xa4\xc5\x88\x6c\xfb\x1d\xf1\xef\x55\x2b\x02\x92\xae\x12\xfc\xc6\xfb\x27\x32\xdf\xd5\x56\xc1\x14\xf9\xa8\x6d\xf6\xd6\xf1\xc3\x26\x8c\xa3\xb1\x68\x0b\x3c\x8e\x64\xa3\xbc\xa6\x31\xda\x0a\x29\x81\xaa\x48\x26\x3a\x76\x6b\xa7\x9b\x51\x29\x30\x25\x89\x0f\xfc\x75\xe6\xf6\x22\xff\x5b\x44\x83\x6a\x7e\xb0\x77\x5a\x15\x47\x94\x8c\xc9\x85\xbe\xc1\x28\xc1\xf0\xa5\x12\xe9\x88\xda\x58\x47\xb4\x91\x0e\x33\x18\x39\xf7\x4d\xf2\x1a\x71\x1b\x1e\x91\x9e\xbd\xdb\xca\x4b\xc2\x93\x69\xf6\x63\xa7\x0b\x5d\x01\x20\xf4\xdc\x1c\x9b\xfa\x4a\x27\x9c\x04\x3f\xed\x13\x0e\x7d\xe1\xec\x2e\x08\xd5\xdc\xd7\xbd\xa8\x16\x23\x60\xee\xb9\x73\xe9\xc2\x60\x1c\x8b\x99\x13\x67\x10\x6d\xad\x7e\x08\xbf\x7e\x16\x01\xd1\xf4\xdd\x09\x81\xe3\x95\xd6\x5d\x3f\x06\x48\x64\xa2\xbd\xa3\x50\x92\x41\xd0\xda\xc6\x28\x2a\x8b\xb2\xa0\xbf\x92\xef\x34\x8c\x21\x33\x9e\xd4\xa6\x34\x93\x52\xf9\x6c\x41\x3a\x18\xd8\x25\xcb\xa9\x77\x7c\xe0\xc7\xab\x45\x6a\xbf\x10\x19\xc9\xb2\x46\x59\x12\x44\x34\x79\xc0\xce\xac\x0b\xde\xad\xa2\x80\x77\x5b\x49\x0d\xb5\x76\x5b\xb9\xa4\x45\xa7\xe1\x40\xd7\x40\x2c\xb8\xde\xeb\x03\x60\x6d\xd1\x38\x5a\xd7\x1d\x9b\x54\x86\xf6\x8d\x4e\x32\x93\x05\xe2\x60\x56\x0e\x42\xc1\xaa\x1d\x11\xcb\x41\xee\x1c\x5f\xf1\xa5\x82\x4e\x89\x68\xbd\x89\x6e\x2c\x4a\x8a\x7a\x09\xfe\xf2\xb8\x0e\xfe\x67\x1a\xae\x81\xed\x78\x25\xbe\x14\x43\xc7\x92\xf1\x45\xf7\x97\xfd\x9e\xdb\x3a\xd8\x76\xd2\x8a\xf3\x25\xee\x11\x93\x58\xd2\x95\xee\x0e\x46\x0c\x14\x12\x80\x16\xed\x26\x7c\xfc\x5e\xa5\x83\xa0\x25\x2c\xc9\xc7\x12\xfc\x0e\x7b\x51\x5c\xa7\x70\xf0\x6a\x72\x79\xff\x91\x9e\xe7\xc2\x74\x14\xf1\xe9\x3e\xb8\x0a\x9b\xb1\x37\xf8\xb5\x85\x68\xda\x7d\x1b\x04\xe8\x78\x35\xd0\x7b\x24\x2a\xfc\xa1\x97\xce\xaa\x30\xa8\x58\x0d\x9f\xf6\xe2\xdd\xc5\x37\x80\x46\xff\x55\xb5\xaa\xc8\xd5\xd6\x03\x1a\x9f\x00\xaa\xfd\x57\xeb\x88\xe7\x42\x88\x25\x1a\x14\x45\x35\x71\x14\x4d\xa3\x37\x10\xf4\xdf\xa7\x0c\xa2\x96\x70\x42\x1f\xd0\xf9\x09\x29\xa0\x43\x85\x2b\x73\xa8\x4b\xb3\x35\x64\xff\x84\xe2\xd6\x4e\x15\xf1\x1d\x74\x8f\xb6\x07\x54\x64\x1a\x5d\x93\x43\x3d\x4f\x16\xac\x9e\x84\x4d\x70\x6b\xbf\xcf\xfd\x33\x0a\x2d\x1c\xac\x6d\xf6\x34\x21\x64\x07\xaf\x1f\x1b\x2b\x0a\x0b\x84\x76\x3c\x35\x13\x13\x65\xea\xdb\x8c\x58\x10\x38\x85\xfc\x93\x59\x61\xa7\x1e\xd0\x8e\x1d\x37\x6d\x9f\x4d\xb3\xbf\x8e\xd8\x62\x63\xaa\x23\xd9\xce\x30\xb4\xdd\xda\x12\x7d\x4d\x06\x9f\xa4\xc8\x96\x64\x4b\x54\xcf\xe2\xbe\x94\x7e\x48\x6c\x8c\xee\xc4\x23\x95\x2b\x49\x07\xbd\x53\x89\x69\xbb\x08\x2b\x82\x3f\xc6\xd4\xc2\x75\x62\x44\xdb\x96\xf1\xb9\x1d\xef\x80\x9e\x58\x58\x66\x0a\x22\xbe\x77\x5d\xe3\xdb\xd4\x12\xd9\xeb\x6c\xbd\xee\x78\x2a\x4c\x9a\xf2\xd1\x15\x20\xfa\xed\x4f\xa5\x14\xed\x46\x0c\x54\xb7\x55\xfc\x8d\x4a\x9d\x8c\x8a\x01\xb9\x27\xbf\x51\x71\xc6\x8e\x0a\x82\xe2\xf5\x51\x50\x2c\x3f\xf9\x83\xcc\x49\x62\xe8\x83\xfc\xf8\x39\x3a\xd8\x8b\xd2\x60\x08\x8a\xa7\xa9\x09\x2f\xd3\x49\x57\xf8\xb2\x67\x36\x01\x43\xd9\x9a\x4a\x95\x89\x8c\x1b\x99\xe1\xd6\xc5\x48\xbc\xe4\x1b\x3f\x22\x8f\x33\x81\x05\x10\x28\x5a\x4b\xf8\x17\x19\x30\x48\xc4\xcf\x74\xf1\x6b\x88\x12\xfb\x22\xb7\xaa\xae\xd9\x24\x30\xdb\x4d\x60\x3a\x80\x08\x5a\xd4\x7c\xea\xc4\x47\xfd\x3d\x53\xed\x28\x25\xb0\x28\xb3\x84\x43\x1c\xda\x0c\x36\x48\x28\x33\xaf\xe8\x3d\x45\x35\x75\x34\x51\x72\x25\x66\x47\x51\xa4\x62\x31\x59\xae\xa6\xab\xf5\xe4\x2a\xfb\x75\xf2\x75\x3d\x5d\x64\xa3\xab\xab\x09\x64\xe9\x05\x1f\xa4\x56\x5b\xc2\xf0\xd6\xf8\xfb\x31\x30\x1c\x39\xf7\xfd\xe2\x6a\xb4\x4e\xf2\xaf\xed\x52\x98\x0b\x27\x0d\x2d\x27\xb7\xf3\x4f\x69\x53\x31\x62\x72\xb7\x9e\x2c\x25\xdf\x2d\xd9\xac\x9f\x7c\x99\xae\x7b\x51\x80\x4d\xa5\x16\x3f\xd0\x2c\x49\x18\xbe\xd8\x04\x61\x21\xa4\xc4\x04\x08\xf5\x2d\x8d\x39\xe9\x1c\x7b\xdc\x48\x6d\x3d\x88\xa1\xc9\x9e\x60\x6d\x1e\xa5\x6e\x17\xd1\x1b\x68\x88\x4d\xcc\x36\x18\x5b\x11\x9c\x06\x2c\x49\x5e\xe0\x7d\x69\xc5\x2e\xb6\xf1\x72\x41\x04\x3f\x3d\x0c\xd2\x54\xde\x58\x7c\xe7\x65\xc1\x8e\x94\x66\x0b\x1a\x77\xc4\xa7\xe8\x9b\x10\x00\x4c\x35\xfd\x0d\x4d\x44\x73\x33\xe1\xf5\x86\xe1\xe5\xb6\x54\x0d\x10\x09\xc5\x7d\x52\x0c\xba\x18\xe4\x84\x45\xfa\x23\x4e\x40\x16\xa4\x1c\x56\x7b\xeb\x9a\xbd\xaa\x0a\x39\x58\xd1\x72\x5e\xf8\x99\x05\x7e\xff\x75\x9a\x23\x4f\x46\x04\x6d\xa7\x23\x74\x22\x09\x2c\xf7\x60\x98\x8e\x9d\x6e\xd2\x79\x44\x64\xcc\x3c\xc7\xae\x79\x9a\x4f\xb1\xbd\xc0\xa1\xfe\xa0\x43\x5b\xa2\xe9\xd1\x99\x22\x20\x67\x18\xd5\xb7\x75\x87\x39\xca\xa6\x55\x67\xa3\xf5\xf4\xee\x03\x3d\x40\x2c\x18\xb1\xe7\x02\xc6\xa3\x4b\x98\x22\xdc\xe4\xeb\xc9\x97\x75\xcc\x29\x15\x45\x77\xa1\x25\x1c\xf7\x0f\xac\xf6\x1b\x9b\xb9\x99\x7c\xc9\x26\xab\xf1\x68\x31\x89\x85\x69\x6b\x74\x69\x75\xdd\x10\x6d\xb0\x9e\xff\x3a\xb9\x8b\x59\x83\xe9\x4d\xcc\x84\x80\x2c\x20\xd2\x74\x81\x87\x1c\x7f\x84\x5f\xb0\xc8\xaa\x89\xb2\xb6\x64\xd4\x58\xf6\xf4\xd5\x74\xb5\x98\xaf\xa6\x68\x96\x7a\xfd\x35\xed\xd7\x62\xb4\x1c\xdd\xc6\x20\x20\xab\x02\xe1\x7f\x9b\xac\xc6\x31\xa5\xd0\xb9\x2d\xf4\xd6\x68\x44\x99\x82\x3d\xf5\xc9\xdd\x78\x7e\x35\xc9\xee\x97\xc4\xe4\xc8\xc6\x37\xa3\x65\x2c\xd4\x99\x09\x34\x2b\x1b\xd3\x7e\xbb\x9f\xaf\x93\x20\x4c\xb5\x18\xa0\x95\x39\xdb\x03\xf9\xd8\x10\x01\x4c\x92\x13\x35\x75\x03\xd1\xa5\x67\xe2\x60\x71\x18\x32\x77\xd0\x60\x51\x25\x43\xca\xcd\x91\x28\x2c\x39\xa3\xa2\x0b\xf8\x4e\x3d\x06\x69\xbf\xf1\x5e\x3f\x3a\xa2\x70\x62\x08\x05\xbb\x27\x05\xde\x1a\x74\xcf\xdd\x92\x07\x82\xe4\x3e\xbd\x25\x45\xdb\x6b\x71\x07\x41\x26\xdf\xd1\x6a\x3e\x59\xac\xba\x2c\x6d\xfe\xa0\x8b\x15\x79\xdf\xbe\x56\x8f\xd6\x19\x94\x83\x72\xbd\xe0\xb5\x21\xab\x97\x62\xa4\x11\xc1\x07\x3f\x3d\x71\x87\x58\xdc\x91\x43\x22\xe3\x38\x56\xa5\xae\x0a\xac\xef\x56\xef\x54\xbd\xa7\xc7\x86\xfb\xaa\x00\xfc\xf0\xba\x44\xc1\xf3\x05\x21\x4e\x0b\x53\x91\x3c\xa3\xb8\xfe\x63\x57\xdb\x42\xda\x41\x39\xa1\xdf\xae\xc5\xcc\xf2\x8a\xb6\x1f\x1a\x81\x93\x46\x31\xc0\xfd\x19\x15\xc5\xb5\x33\x44\xcf\xb1\xb1\x5c\x28\x32\x63\x9f\xcc\xcc\xb6\x1e\x1b\x97\x97\x7a\x49\xbb\xf5\x46\x93\x61\x16\xfc\xcf\x23\x5f\x1b\x3a\xdf\x93\xc3\x06\xbb\xf8\xb1\x44\xbf\x03\x68\x6b\x26\x0f\x8c\x4a\x40\x87\x42\x00\x9a\xc1\x55\x82\x1f\x22\xc8\x8d\x12\xc3\x8b\x31\x22\xdd\x6e\xa7\x3f\x3a\xb4\x46\xbe\x7a\x38\xd6\x5a\x9e\x6c\x29\xc0\xfe\xa8\x30\x70\x6b\xc8\xae\x03\x4e\x48\x58\xcd\x6b\xb2\x97\x45\x52\x6b\x34\x80\x60\xcb\x89\xb7\xc3\xa7\x68\x5e\xe2\xc4\xc5\x30\xd1\x65\x7f\x83\x0f\x6a\xf1\xa1\x48\xf0\xdf\xe1\xf3\x0b\x7c\xfe\x01\x9f\x7f\xc2\xe7\x5f\xf0\xf9\x37\x7c\xfe\x83\x99\xa9\x08\x96\x41\xe7\x59\xe6\x03\x96\xfa\x80\xc5\x3e\x60\xb9\x0f\x58\xf0\xc3\xbf\x3a\x5b\x9e\x2d\x82\xca\x05\x25\xaf\x94\xc2\x5e\x41\x43\x36\xf4\xd6\x6a\xc2\x8b\xe5\x48\xd0\x2e\x29\x15\x31\xb0\x04\xd1\x5a\xda\x70\xef\x65\xc9\xfb\xe7\xc9\x73\x2c\xa6\x70\x46\xbc\x53\xa6\x83\xd5\x65\xe2\xea\x20\x67\x45\xcc\xf0\x38\xed\x3b\xfa\x99\x21\x9a\x2d\x15\x1b\x55\x8a\x08\x35\x49\x9f\x46\xdf\xe1\x5d\x71\x69\x3e\xf7\x3d\x89\xe6\x8e\xbf\xaa\x10\xab\x12\xed\x81\x10\x99\xaa\x14\xa4\x92\xef\xec\x85\x98\x9e\x10\xa9\x0f\x09\x33\xba\x51\x3b\xbf\xb6\xa4\xca\x4f\x54\xbb\xac\x0b\xe9\x7e\x26\xa2\xad\x0a\x45\xbd\x75\xf0\x72\xe2\x83\xf7\xd9\x8a\x2d\x14\xb0\xb1\x89\xe8\x4e\x08\x99\x8a\x09\xd3\xb8\xad\x92\x06\x94\xc2\x31\x13\x78\x42\xa2\x02\x75\x6f\x00\x7b\x44\x56\x96\xc2\x6b\x0a\x66\x17\x3e\x97\x8c\x5d\xd7\x8d\xe7\x67\x7b\x9f\x3a\x64\x15\x4f\x36\x69\x58\xbc\xf3\x1c\x5a\xdf\xdc\x7b\x11\x6b\x38\x26\x1e\x15\xc4\xca\xa1\x82\x0d\xf9\x9d\xb9\x54\x6c\xaa\xfe\x50\x37\xc7\x70\xaf\x02\xd2\x88\x0c\xb6\x1a\x3e\x7f\xd0\xa3\x00\xbe\xbe\xe3\x15\x74\xd1\x75\x24\x83\x2f\x83\xcf\x28\x58\xcd\x96\xc6\x90\x10\xcd\x56\x93\xf1\x72\xb2\xce\xa6\x80\x7d\xde\x8d\x66\xab\xec\x6a\x9e\xdd\xcd\xd7\xd9\xfd\x6a\x92\xcd\x97\xd9\xd7\xf9\x7d\xf6\x79\x3a\x9b\x65\x97\x93\xec\x7a\xba\x44\x4c\xd5\x2b\x5c\x0a\x98\x3b\x7a\x2c\x81\x9a\xe1\x73\x84\xcf\x77\xf8\x8c\x70\x7a\x14\x02\x56\x7c\x5e\x41\x87\xd8\x08\xac\x01\x28\xc1\xe7\x06\x3e\x53\x22\xc9\xe9\xea\x85\x3c\x78\x1b\x00\x7a\xac\x10\xf4\x00\xba\x01\x9f\xb9\x42\xf0\xcb\x7c\x5e\xe5\x00\xd8\xe7\x0f\x6b\x47\x93\xf9\x9b\x8a\x08\x0f\x1c\x33\x08\xfe\xe5\x2f\x51\xa0\x23\x8f\x4e\x33\x6a\x75\x64\xc8\x8c\x6e\x6e\x60\xa1\x15\x2a\x16\xf1\x96\xe1\xd9\xff\x84\x35\x22\x73\x2c\x1a\x55\xf1\x8d\xad\x31\x44\xf3\x7f\x0f\x79\x3e\xc3\xe7\x0b\x7c\xbe\xaa\x84\x7d\x1f\xa4\x66\x32\xb6\x2e\x2b\x9c\x24\x06\x33\x31\xc3\xef\x8a\x85\x0d\x9c\x2d\x89\x65\xfb\x17\x85\x3c\x3e\xd8\x88\xe8\x1e\x72\x93\x18\xb9\x83\x26\x20\xbc\xdd\x5c\x88\xd1\x75\x9d\x4a\x24\xc5\x98\x1d\xba\x54\x02\x80\xe2\x6c\xeb\xd1\xbf\xfe\xb4\xaa\xb4\xbb\x59\xdf\xc2\x86\xda\xa3\x0f\x16\xf8\x7c\xdb\x24\x1e\xc7\xe8\x54\x3d\x40\x54\x09\x9f\x03\x7c\xaa\x0d\xd2\xb5\xa9\x7f\xa9\xfb\xe5\x54\xde\x6f\xb8\xc2\xdb\xd5\xa8\xae\xf9\xed\xea\xbe\xf2\x6a\xab\x91\xa9\x90\xb0\x03\xeb\x8d\x38\x3c\x22\xc8\x06\x3f\xe5\x58\xfe\xb1\x49\x5f\xa7\xa6\xe8\xa0\xd3\x00\xcc\x6b\xab\xa8\xb5\x80\x60\x71\xde\x36\x8c\xcd\xc4\xb8\x15\x3b\x74\x48\xa2\xa2\xb2\xc4\xf3\x75\xc9\xa6\x0b\xf0\x97\xf8\x0e\xd9\xd8\xe7\xb9\x2b\x00\x34\x48\x0c\xf1\xea\x83\x86\x38\x86\x3c\x9b\x0b\xe5\x7f\xe4\x67\x9d\x28\xfa\x52\x3f\xdf\xe9\x9d\x4a\x82\x73\x96\xa1\xda\x39\x53\x8c\x1c\x02\x0c\xf8\xb9\xc4\xeb\x8f\x7f\x4d\xf0\x82\xe7\xc0\xaa\x46\xa6\x93\x84\xd8\xce\x1a\x04\xc9\x53\x70\x27\x10\x4b\x52\x38\x29\xcc\x11\x5c\xbe\x34\x95\x1e\x97\xea\x80\xf4\x20\x77\xc9\xba\x7a\x4f\xd0\xa9\x51\x1b\xb6\x98\xfe\x64\x0a\x32\xfc\xf8\xdd\xa2\x8a\xc4\xd6\x94\xe5\xbc\x56\x39\xeb\x5e\x96\xd6\x16\x31\x08\x7b\x3f\x0d\x39\xfb\xa0\xaf\x94\xdf\xab\xc0\xcb\x94\x18\xd2\xd6\x0f\x51\xb7\xa6\xd1\xae\x34\xc4\x36\xa0\xa8\x7e\x3d\xb2\x56\x0e\x37\x35\x6e\xc7\x0d\x3f\xf1\x45\xf0\xd8\x6e\x58\x06\xcd\xc8\x4b\x94\x56\x7c\x3f\xe1\xeb\x13\x2d\x19\xbe\x10\x11\xe6\x63\x0e\x3b\x22\x7b\x77\x6c\xfb\x0b\x21\x56\xe3\xe8\x8e\x79\xc2\x12\x8f\x1b\xfc\x89\xb7\x25\x00\xb1\x0d\x09\x3e\xa5\x96\x89\x1c\x3d\x17\xc0\x25\x7d\xef\x13\xee\xf3\x11\xf2\x7e\x87\xcf\x08\x3e\x97\x78\x4a\x37\xa2\x93\xcb\xce\x3e\xae\x20\x62\x02\x9f\x6b\xf8\x7c\x84\xcf\x0d\x7c\xa6\xf0\xf9\x2f\x7c\x7e\x85\xcf\x0c\x3e\xb7\xf0\x99\xc3\x67\x01\x9f\xdf\xe0\xb3\x84\xcf\x0a\x3e\x6b\xf8\xdc\xc3\xe7\x13\x7c\x3e\xc3\xe7\x0b\x7c\x7e\xdf\x90\x09\x2c\xed\x2a\x79\xdf\x60\x59\xb5\x6d\xa9\x10\xbd\xfe\x0b\x4d\x1d\x99\xb2\x0c\xe6\xd1\xf4\xfe\x58\xa0\x6f\x04\xbc\xc4\x60\xac\xf0\xd9\xc0\xa7\x80\x0f\xfa\x64\xd8\xc2\x67\x07\x9f\x3d\x1a\xd0\x82\xcf\x37\xf8\x3c\xc0\xa7\x44\xfb\x52\x28\x27\x96\x23\xe0\xc6\x2d\x07\x3f\x6b\xf8\xfc\x81\x5e\x1d\x72\x11\x50\xd7\xc5\x1c\xe1\x97\x3d\x4c\xfa\x1e\x79\x56\x47\xdf\xe8\xc3\x35\xf7\x97\x6e\xf9\xa0\xf7\x87\xf7\x7a\x4e\xec\x21\xc2\xe4\xd9\xd0\x22\x3e\x69\x37\x90\xf2\x88\x32\x02\x39\x31\x35\xf5\xc2\x19\x20\x08\x8e\xf4\xa2\x85\xc2\x81\x99\x6b\x2b\xf4\xbd\x10\x93\xea\xf8\x93\x67\x22\x35\xe3\xc0\x28\xf8\x33\xd4\x79\x84\xcf\x77\xb4\xd7\x08\x9f\xcb\x3c\xad\xd8\xe7\x7b\x5d\x24\x7e\xfd\xd2\x34\x32\xf5\x92\xb4\x39\x86\xa2\x57\xf0\x99\xe4\x29\xc0\x23\xb4\x3f\x04\x8d\xc0\xbf\x34\xd2\xf3\xf1\x8e\xca\x35\x54\xea\x1a\x6a\xfa\x08\x9f\x9b\x4e\x9d\x9d\xac\x88\xb7\xc2\x96\x83\xcf\xaf\xf0\x99\xe1\x8a\xc1\xe7\x0e\x3e\x73\xf8\x2c\xe0\xf3\x5b\x67\x78\x24\x1e\x71\x0d\x5b\x11\xe2\xef\xf3\x28\xf0\x30\x53\x95\x78\xd0\x30\x4e\x17\x12\xf4\xad\x87\x0c\x31\xa2\x36\xd5\x2e\x86\x3e\xe5\x64\xd1\x4a\x55\xbb\x32\xc6\x4a\x84\xf8\xce\xfa\x0c\xb9\xbe\xc0\xe7\x2b\x7c\x7e\x87\xcf\x5f\x72\xd9\x2e\x6b\x23\x66\x44\xbf\xff\x1d\xfd\x28\x20\xfb\x94\x9e\x5d\xe0\xd0\xcf\xee\xf0\x1d\xab\x48\x07\x72\xef\xb5\xbb\x64\x3d\x89\x64\x45\xc8\xff\x26\x42\x56\x14\xda\xc4\x32\xb8\xcb\xe1\xd7\x03\xd6\x89\x32\x4b\xa8\x52\x87\x82\x8a\x05\x81\x95\x71\xa4\x98\xf9\x67\x0d\x29\x7f\xe0\x8b\x66\x41\x08\x89\xca\x65\x9b\x67\xb4\xa9\xa7\xec\xe3\x52\x1c\xc0\xa5\x36\xa3\xe8\xdc\xca\x8d\x68\x7c\x62\x33\x74\xd5\xd8\xba\x66\xe1\x3f\xd1\xed\x45\x28\x84\x0f\xd9\xcf\xf0\x39\x22\xb3\xb6\x90\x29\x5a\xec\x19\x30\xa2\x0f\xa7\xf8\xd4\x2b\x32\x4a\x06\x1f\xb7\x0e\x64\xc9\x6e\xed\x5a\xe6\xa6\x36\x38\x7e\x94\xb8\x26\xda\xf6\xb1\x40\xda\xf4\x42\xbc\x76\x7e\x09\xbf\xbe\x06\xf9\xc6\x2f\xe1\xd7\x57\xf6\x3f\xfd\x85\xff\x63\x9e\xc6\x95\x62\xbc\xcf\x6c\xd9\x52\xdf\x4e\x37\x62\x52\x4f\x00\xd2\xf7\x28\x04\x1d\x7e\xf0\xf3\x13\x40\xa9\x20\xf8\x0a\x88\xf0\x81\x5b\x95\xdf\xd0\xce\x25\x94\xbf\x2a\x58\x57\x9e\x4c\xb3\x13\xfd\x09\x71\x37\x38\x33\xa5\xaa\xbd\x2e\x58\x28\xa7\xf6\xba\x2d\x6c\x84\xe8\x6c\xd5\xd1\xd4\x1b\xab\x5c\xc1\x2f\xe6\xff\x85\xc8\x19\xb2\x2d\xe0\x33\x41\x40\x84\x66\x34\x37\x48\xf3\x33\xf5\x8e\xf4\xb3\x90\xf5\x4c\x43\x5f\xa1\x94\xd0\x67\x7c\xa1\x67\x4d\xeb\x51\x8d\x2c\xba\x60\xed\xed\xd6\x7e\x5f\x38\x53\xe1\x0e\xa5\x89\xb9\x83\x56\xe6\x38\xe9\xa5\x30\xa2\x1c\xde\x6b\x6c\xcb\x70\xc5\x5e\xc2\x17\x90\xe7\xb7\x82\x9f\x78\x82\x3d\xaa\x5a\x23\xff\x8a\xde\x80\xa0\x4f\x90\x63\x5d\xb0\xeb\x4c\x4f\xaa\xd3\x70\xd6\xe8\xb5\x7a\x91\x44\x9a\x12\xe7\x14\xfe\x7f\x45\x7f\xda\x86\xf7\x6a\x54\xfd\xf9\x84\x7b\xc4\xb6\xf9\x5e\x47\x40\xbd\x0e\x61\x7a\x6b\x29\x62\xc4\x17\xc8\xff\xb5\x10\xc9\xaa\x2f\x68\x93\x57\xeb\xf2\x4a\x42\x18\xfd\xb5\x13\xdd\x0d\x49\x9e\xdf\xe5\x07\x3f\x15\xfc\x8e\x98\x32\x42\x4d\xdc\xe6\x3a\x31\x38\x28\xd2\x46\x74\xcd\xc1\xba\x23\x86\x46\xec\x46\x18\x11\xbe\x7e\x69\xda\x29\xf2\x8f\x65\xb1\xf4\x81\x78\x51\x07\x5b\x11\x4e\x22\x5e\xf4\x84\x25\xd5\xe0\xaa\x3e\x69\x4d\x6a\x60\xf8\x12\x0b\x50\x81\xde\x25\x00\x00\xd0\x1d\x8c\x65\x30\x3f\x9c\x28\x8d\x02\x30\x58\x10\x0e\x2c\x7c\x8e\xb8\xe9\xb1\x6c\x25\x0e\x24\x47\xc8\xec\x42\x66\x15\xa2\x0f\xf0\x99\x20\xcb\x4b\x23\x9f\x07\x76\x29\x7c\xfe\x8b\xcf\x0f\x1a\xf7\x5f\x30\x90\xc4\xf2\x38\xab\x40\x02\xdf\x6a\x66\x32\x2b\x17\xd4\x41\x17\x91\x9d\x79\xa7\xd9\x8f\xdb\xf4\xba\x2b\x33\x9e\x13\x21\x10\xc4\xb4\xe6\x3a\x46\x4e\x8a\x20\x6d\xbf\x40\xd2\x0b\x37\x19\xf1\xf3\x60\xa7\x21\xd3\x4c\x8b\x9d\xc1\x40\xa4\x20\x0c\xeb\x45\x4c\xf8\xd2\xcb\xf7\xd6\xdd\x05\xa1\xb1\xe0\x0e\x30\xa4\xcd\x65\x74\xa8\xe0\xcb\x39\xf1\x77\x48\xf9\xa4\xf1\x81\x14\x76\x1c\x7c\xbe\xe2\x0e\xc1\x5f\x9b\x44\x08\x08\xee\x49\xd8\x35\x48\x94\x03\x61\xb8\x21\x3a\xb8\x2a\x10\xff\xcd\x21\x54\x90\x81\x45\x31\x32\x50\x2b\xef\x09\xc1\xbf\x43\x5a\x0c\x45\x0a\xb6\xe1\xdd\x25\x4c\xd1\x0e\xe2\xf6\xf0\xf9\x2f\xac\x0c\x4c\x0c\x2c\x0e\xdc\x23\x1a\xaf\x0b\xf8\x05\xc9\x0f\xf0\x41\xdd\xfb\xc3\x96\x7d\xa3\x89\x55\x91\x0a\x69\xd5\x6c\xdf\x1c\xd0\x08\x18\xb6\x02\x9f\x3f\xb0\x97\xf0\xf1\xdb\x44\x68\x3d\xae\x73\x03\xd1\x8f\xf0\x79\x82\xcf\x33\x7c\x8e\xf0\xf9\x0e\x9f\x11\x0a\xfd\xc2\xe7\x06\xb6\x0f\xec\x2d\x08\xdc\xc2\x98\x60\x8f\x41\x60\xb2\x8d\x76\xc1\x80\x3a\x23\x39\x65\xbc\xbf\x44\x2c\x40\x4c\xa1\xdf\x57\x07\xe5\x1f\x34\x79\xd1\x4d\xbc\x51\x0e\xe7\xbe\x1d\xca\x7b\xbd\x15\x87\x7a\xe3\x6e\x93\x1f\xb1\x97\xf0\x99\xb2\xa9\xd3\x5e\xc9\xff\x6e\x5f\x68\x8a\xd8\x48\xdd\x02\xbf\x42\x81\x19\x8e\x17\x3e\x77\xf0\x41\x21\xeb\xc5\x36\x45\x0e\xe8\x6e\x4c\x50\xb8\xdf\x3a\xc9\xf4\x5e\xf9\x95\xb9\xf6\xcb\x4e\x1a\x8b\x54\x2d\x14\xd9\x51\x5e\x41\xe2\xba\x93\x03\x86\x41\xc2\x7a\x82\x77\xcc\xf4\x23\x42\x91\xfb\x4e\xbe\xc4\x58\x78\x40\x4f\x3e\x41\x8e\xcf\xf0\xf9\xd2\xc9\x3b\xb3\x4f\x49\xae\xaf\xdd\x7a\x8a\x32\xad\xe2\x77\x48\xfc\x0b\x6e\x36\x14\x18\x40\xe1\x0a\xf8\xcc\x61\x43\xe3\xab\x07\x7c\x76\x28\xc8\x88\x8f\xb5\xf0\xf9\x86\xc4\xd3\x4e\x5c\x6f\xf3\x00\x2e\x55\x93\xef\x83\x67\xe7\x72\xd7\x7d\x8a\x43\x66\x1e\xf2\xde\xe0\x83\x98\x58\x8d\xef\x2b\xa8\x1a\x8d\xb2\x06\x3d\xe5\x77\x1f\xdc\x14\x0b\x22\xd8\x50\x9d\x88\x41\x56\x39\xc9\x28\x91\x11\xdd\xb0\xa6\x25\x67\x6d\x21\xeb\xe3\x2e\xee\xdc\xf8\xfa\x5e\x5c\x92\xf8\x3c\xd3\x6e\x44\x43\x3c\x41\xd6\xe7\x5d\x30\x09\x2a\xb2\x8f\x1b\x34\xe1\x40\x37\x01\x36\x75\xa9\x7c\x7c\xcf\x2f\x55\x2f\x02\x68\x5e\xc4\x95\x8e\x50\xd5\xf7\x5d\x8a\x94\x72\xef\x10\x3e\x08\x9f\x69\x04\x39\x2e\xe1\x33\x86\xcf\x08\x7e\xc0\xb9\x83\xc0\x04\x3e\xd7\xbb\xf4\x3d\x0e\x8e\x01\x44\xfc\xba\x4b\x0d\x46\x07\x74\x52\x76\x3d\x21\xcd\x28\xe2\xb9\x8a\x36\xa3\x6e\xa0\xd0\x14\xbd\x6e\xef\x62\x86\x25\x79\xcc\x93\x4c\x1c\xdb\x15\x5b\x98\xed\xc2\xbb\x7c\xe8\x4a\x48\x34\x7e\xd1\x3a\x4d\x1b\x21\xe9\xe7\xed\xae\x0b\x35\xc2\xcc\xa2\xae\xd2\x2e\x7d\xe1\xfc\x6c\xca\x72\xa9\x73\x9d\x78\x16\xbb\xbf\x5b\x8d\xae\x27\xd9\x4b\x59\xe6\x3b\x51\xed\x47\xa5\x2a\x1c\xc0\xb5\xb3\x87\xc4\x3a\xcd\xaa\x52\xb5\xdf\x5b\x76\x6c\x1d\x7a\x3c\x54\xf9\x6d\xe0\xec\xbc\x14\x79\x65\x0a\x89\x5b\x40\xf3\xbf\x91\xc5\xa1\x27\xba\x3f\x32\x7a\x2a\x24\x5d\x80\x25\xbe\x9e\x04\x09\x73\x71\x52\x02\x97\x70\x08\xe0\x86\x0a\xa1\x35\xf2\x0d\x77\x89\xd5\x68\x9a\xb6\x4f\xb8\xd8\x87\x9a\x22\x05\x9b\xfb\x0c\xb1\x5f\xe0\xf3\x15\x3e\xbf\xc3\xe7\x2f\xf0\x51\xc8\xd9\x42\x05\x23\xb4\x51\x89\x4e\x14\xe1\xb3\x45\x93\x88\x28\x4d\x0d\x9f\x05\xd4\xba\x4f\x88\xff\xe0\x4b\x50\x3f\x6a\x55\x0a\xbf\xea\x1b\x64\x79\x80\x4f\x89\x99\x51\xe8\x1d\x3e\x36\x11\x6f\x97\xa2\x35\xc4\xfd\x81\xa8\x11\x3a\xcd\x41\xc9\x50\xf4\x8d\xf0\x64\xdd\xc3\xb4\x12\x21\x46\xd6\x7d\x89\xb8\xe3\xe3\xbe\x07\x4c\xae\xd8\x79\x2e\xf6\xe1\x09\x52\x9f\x31\x0b\x4c\x2a\xcc\x15\x1c\x31\x88\xf8\x0e\x9f\x11\x7c\x2e\xf7\xc8\x0a\x85\xd3\x03\x9f\x09\x7c\xae\xe1\xf3\x11\x3e\x37\x22\x61\x2a\x07\x7b\x0a\x11\xff\x85\xcf\xaf\xfb\xa0\x3c\x40\x66\xd4\x96\xba\x68\x73\xb2\xb4\x15\x84\xee\xd5\x4e\xbb\x18\x8f\x41\x39\x32\x69\xd1\xc4\xbe\x7c\xcd\x0e\x2c\x67\xf0\xb9\xdd\xb3\xf8\x49\xd4\xfa\xc9\x82\xfe\xcc\xa1\x45\xd8\xbc\xd4\x2a\x40\xba\x3b\xc8\x7f\xcf\x86\x9a\xb9\xce\x64\x43\x53\x42\xd8\x39\xbe\x93\x32\xc7\xd5\x85\xcf\x6f\x38\x65\x7b\x16\x98\x77\xf6\x48\xe0\x13\xa9\x0c\x12\x59\x83\x56\xe0\xf3\x09\x3e\x9f\xe1\xf3\x05\x3e\x5f\xe1\xf3\x3b\x7c\xfe\x82\x9e\xb0\x0c\x3e\x10\xe3\x63\x12\x0e\x8e\xc5\x58\x3b\xf6\x45\x52\x1e\x87\xd7\x9d\xa4\xe9\xa1\x46\x9e\xc5\x23\x9b\x39\x66\x15\xbe\x9e\xfb\x1e\x8f\xde\xd3\xc5\x98\xb4\x4c\x35\x06\xd8\xda\xf3\x95\xde\xb4\xbb\x44\xb8\xea\x4a\x6f\xb5\x73\x51\x72\xb0\x45\xa1\xba\xc8\xd5\x80\x2a\x69\x6e\x57\x32\xd7\xad\xd7\xf3\x5a\xa1\x63\x22\x20\x72\xd8\x6c\x7b\xb8\x1e\x8d\xbf\xd3\x4f\x4b\x9d\xdb\x2a\x37\xa4\xef\xd2\xa2\x51\x34\xd3\xdb\x9e\x73\x3e\xf2\x5b\x48\xd8\xc1\xc7\xc0\xe7\x9b\x89\x48\x35\x1c\x1b\x83\x08\x26\x0a\x61\xf0\xf6\x93\x05\x46\xe1\x38\x6b\x90\x03\x72\x06\x24\x05\x78\xf5\x4a\xec\x95\x29\x42\xe4\x1f\x66\x18\x28\xca\xfb\xa4\x33\xf1\xd0\xc6\x25\xba\x34\x68\x9b\x19\x4e\x8d\xc1\x77\x32\x62\x38\xb8\xe3\x8c\xee\xab\xc6\xa4\x73\xa4\x1e\xad\x29\xd6\x7b\x93\xca\x63\xb4\x9d\x1c\xfa\xb9\xc6\x97\x86\x99\x55\x42\x4f\x3f\x41\x86\x67\xf8\x1c\xe1\xf3\xdd\x90\x2d\x20\x95\x3f\x3c\x29\x11\x18\x8d\xde\xd5\xc2\x6f\xa4\x0b\xc2\xe5\x49\x26\x44\x88\x06\x83\x7f\x4c\xcb\x8d\x0c\xca\x07\xc0\x51\x37\xf8\xe4\xe4\xd9\xa7\x28\x1d\xae\xf0\xd3\x56\x62\x84\x90\x65\xe2\x09\xa2\xe2\xe3\xd7\x27\x14\x0a\x05\xb8\x00\x9f\xcf\x00\x1b\xe0\xc7\xaf\x06\x9f\xd7\xe1\x04\xc3\xe7\x0e\x3e\x73\x83\xcf\xfc\x70\xbe\x70\x5b\xc0\x67\x65\x7a\x2b\x32\xe6\xd3\xbf\xee\x24\xac\x58\xc4\xff\x1e\x1b\xd1\xea\x81\x1e\x12\x3f\x61\x10\x3e\x5f\xcc\x29\x0e\x7b\xe6\x16\xfb\x0a\x59\x7f\x87\xcf\x5f\xe0\xa3\xbe\xc1\x0e\xfb\x46\x22\xfe\xf6\x70\x30\xcd\xb5\xd9\x68\x77\x5f\x1d\x86\x6e\xb6\x24\x1a\x8a\x14\xf0\xd1\xe8\x88\x1c\x3e\x3b\xf8\xec\xbf\x05\xbc\x62\x69\x6d\xc7\xf7\x99\x81\xa4\x6f\xf0\x79\x80\x4f\x09\x9f\x03\x7c\xaa\x6f\x48\x5a\x93\x65\x74\xf8\x5d\xc3\x07\x68\x79\x20\xdc\xff\x80\x80\x83\x8f\x87\x4f\x83\x82\x94\xf0\x79\xfc\x46\x72\x0d\xa6\x22\xac\xf4\x09\xab\x81\x89\x02\xca\xfe\x19\x42\x47\xf8\x7c\x87\xcf\x08\x3e\x97\xf0\x19\xc3\xe7\x0a\x3e\x13\xf8\x5c\xc3\xe7\x23\x7c\x6e\xb0\x3e\xf8\xfc\xf7\x1b\x72\x54\x60\x25\xe1\xd7\x0c\x3e\xb7\xdf\x12\x81\x50\xa6\x18\x91\x4d\x89\x57\x6b\x60\x1f\x72\x86\x04\x59\x5e\x23\x43\x14\x4a\xcf\xe1\xb3\x80\xcf\x6f\xf0\x59\x62\x2b\xf0\x59\x93\x33\xf7\xca\xf8\xbd\x2e\x3e\x5b\x94\x61\x90\xa0\x1c\xfd\xfb\x6f\x51\x73\x20\xc0\xc3\xcf\x38\x51\xdf\x98\x23\x2a\xfa\xa3\x5f\x21\xe2\x77\x9c\x22\x7c\xf7\x43\x5d\x1a\xd4\xcf\x79\x10\xf6\x83\x3c\x49\x6d\xc9\xb8\x2b\xec\xe9\x94\x8e\x5e\x32\x8b\x42\xc7\x6d\xbf\x0c\x5c\x8b\xe0\x96\x38\x68\xd3\x60\x1a\x6b\xe1\x24\xf9\x88\x1a\x27\x97\x05\xcc\xd4\xa2\x00\x59\x04\xeb\xec\xb8\x25\xc9\xf5\x6f\xa1\xc1\x1d\x6a\xef\x93\xdb\xd3\x13\x0c\x51\xc0\x50\x7c\xbd\xfc\xf6\x10\x6f\x43\x82\xd8\x13\xb8\x68\x6f\x90\x03\x6f\x6c\xc5\x6c\xb7\x12\xb3\xa1\x89\x18\xb4\xa0\x0d\x9f\x3f\x1e\x02\xab\xde\xd8\x2a\x0a\xab\x75\x6a\x8b\x5a\x8f\x95\x2a\xb9\x9f\xb8\x44\x0d\x96\x46\x5d\xb7\x5c\x95\x79\x5b\x06\x81\x0b\x21\x16\x02\x6c\xeb\x11\x11\x6d\x38\x48\x7f\xb4\xda\x1d\xc5\xb7\x27\xb9\x3d\x65\xef\x8f\x9f\x70\x01\x1f\xc4\x08\x33\x92\x1b\xbc\x31\x0a\x9c\xb2\xcb\xe3\x8d\xf5\xa9\xd2\xec\xa6\x45\x6b\xda\x62\x0f\x94\x6c\x3e\x2f\x3a\x5a\xc4\xcf\x0f\x49\x52\xa0\xba\xc4\x1d\xc1\x8d\xb5\x0f\xc1\x58\x66\x3f\x8e\x84\x9e\x58\xeb\xe6\x24\x75\x89\xb2\x7a\xbd\xd4\xe0\x57\x26\x0d\x0f\xd6\xb3\x20\xff\x0c\x49\x1d\xe8\x32\xc7\xd7\xba\x0a\x5e\x0e\x70\xfb\xd0\xcb\x48\xbc\xce\xfa\x78\x1f\xdd\xfa\x30\x47\xe9\xe4\x5c\x1e\x71\xc6\x06\x52\xfc\xb5\x85\x32\x4e\x23\xd6\x29\xf5\x0f\xc4\xd0\xba\xa3\xfe\x0d\xa6\xc5\x4e\x45\x62\x5c\x1a\x39\x3e\x24\x2a\xe2\x12\x69\x2a\x96\x77\xa6\xf3\x44\xaa\x86\xdc\xa3\xab\xf9\xad\x30\xa1\xca\xd6\xef\x57\xe4\x66\x85\x77\x49\xb4\x0a\x2c\x0e\xff\xc3\xb6\xda\xe0\xa0\xf9\x22\xef\x6c\xb8\x5e\x23\x09\x6f\x81\xad\xc3\x37\x4e\xeb\x69\xd5\xd8\x14\x42\x5f\x3b\xb5\x63\x86\xdd\x0a\x4d\x91\xf1\x55\xb9\x70\x76\xcb\x88\x8d\xac\x09\x5e\x38\x62\xf2\x31\x22\xa5\x59\xb0\x1f\x96\x39\x51\xaa\x65\x72\x1e\x15\xaa\x57\xf6\xa0\xc5\x1a\xf9\x28\x67\x5b\x8f\xb6\x42\xdd\x00\x20\x08\xd3\x93\x9e\x97\xb6\x4a\x59\x88\x64\x88\x23\xb2\x87\x52\xc2\xff\x67\xb6\x5e\x89\xe8\x25\x93\x5a\xe4\x95\xdf\x45\x08\x46\x5b\x83\x7c\xdf\x50\x80\xad\x0a\xc7\x46\x4a\xf5\xfd\xc8\xc4\x0d\x2b\xfc\x58\x77\xe0\xe3\xc5\xaa\x5a\x70\xc2\x2b\xdd\x99\x54\xb4\x3c\x87\x1c\xcf\x25\xd3\xfc\xa5\xb5\x62\x20\xf9\x67\xfe\xff\x01\x47\x1a\x8d\x06\xd6\xd6\x37\x51\xfb\xcb\xdb\xe8\xac\xdf\x27\xe8\x4b\xf7\x8a\x49\xde\x18\x85\xe1\x13\x3a\x41\x8b\x44\x33\x1a\xb7\x81\xad\x1a\x53\xb5\x9a\x34\x84\x19\xbf\x4d\xb8\x48\xd7\xc8\x07\xe9\xde\x6a\xf1\xa1\x8e\x51\x71\x09\xd7\x0a\xc8\x87\xa4\xa6\x82\xbd\xc9\x84\x1c\x4f\x4e\xd5\x09\x46\xef\xda\x8a\x79\xe0\xf3\x9a\x84\x71\xe7\xf8\x8c\xf1\x97\x15\x2a\x9b\x93\xb2\x02\x59\x28\x95\x08\x34\x2c\x3a\x7d\x31\x16\xdf\x0b\x48\x64\x69\xad\x76\x21\x4f\x12\x47\x9b\x8e\x7c\xbb\x3f\x91\x0b\x2a\x94\x2b\xb9\x46\x6d\xbe\xb6\xe1\x5f\x80\xaa\xda\x5c\xd4\xf7\xd1\xb4\x4b\x6a\xd0\x34\xfd\xbd\x4b\x7e\x27\x5b\x90\xd4\xac\x29\x2f\x82\xc1\x95\xbc\x54\xca\x1d\x29\x09\x3c\x6d\xb8\x3a\x12\x37\x66\x1b\x26\xf8\x98\x61\x2b\xbd\x8c\x27\xa6\xd4\xbb\xa0\x3e\x8e\x3f\x43\xda\x41\x1d\x37\x7a\x8a\xed\x5e\xc5\x6c\x63\x5e\xe7\x15\x90\x27\xb4\x3b\x3d\x5b\x48\xe6\xff\x42\x5b\x4e\x9e\x73\x2d\x4a\x2b\x6a\xe3\xda\x9a\x1e\x80\x8f\x82\x7a\x9e\x8c\x44\x78\x94\x07\xf5\xc0\xed\xde\x8a\x45\xc0\x30\x43\x89\x48\xce\x49\x5c\xb0\x44\x41\x2a\xbf\x98\x96\xc6\x89\xd9\x1c\x94\xcb\x02\x6a\x6f\x28\xd3\xa3\xf8\x41\xfd\x58\x87\xc5\x95\x7c\xd1\xd2\xc3\xa8\xb7\x4d\xd8\x6e\xed\xf4\x80\x9a\x57\x61\xb1\xb2\x4c\xb1\xf2\x7f\x5b\x91\x2c\x55\x91\x30\xc1\xa3\xb1\xdb\x1c\x0d\x21\x3d\xa2\x38\x49\xb3\xa7\x66\x46\x55\x31\x72\xbb\xa0\x1b\xcf\xd7\x2a\x9c\x94\x19\x49\x29\xb4\x7e\xbf\x76\x47\xf4\x7b\x44\x8f\x66\x3e\xec\x34\xac\xb2\xc9\xf7\xf4\x13\xa5\x30\x4b\x8e\x57\xdb\x46\x3b\xfa\xd9\x50\x69\x23\x6a\x7e\xba\x49\xea\x63\xb3\x37\xf2\x34\x47\x4f\x15\x78\x88\x36\xe2\xfc\x2f\x99\x13\x84\x70\x43\x8b\xb4\xd3\xd5\x35\xa9\x7c\xd3\x44\xb1\xdc\xac\xe2\xc3\x22\xbe\x24\x0d\xfb\x01\x15\x4d\x1d\xff\x60\xea\xb5\x3e\xd4\x4b\x6e\x18\xa6\x8c\x05\x79\xd8\x6e\x4b\x50\x56\x64\x5b\x0b\x3a\xd9\x6d\x7b\xc1\x5a\x4b\x9e\x8a\x96\xde\x36\xf7\xca\xcb\xe6\xdb\x2b\x7f\x4d\xd3\x12\x27\x48\x86\x4e\x08\x31\xea\xcd\x39\xf6\x5a\xc9\xfb\x5f\x76\xa8\xd3\xe1\x98\x2e\x03\xe4\x51\x79\x6e\x80\x68\x57\x65\xe7\x4a\x23\xb5\x2c\xa0\x47\x61\xdf\x3c\x1b\x1b\xc4\x46\x03\x56\xa4\x38\x96\x6e\x8f\x04\xcf\x12\x89\x3c\xc9\x28\x6a\x44\x21\x62\xdc\x51\x81\x36\x3e\x58\xce\xfc\x34\x59\xae\xa6\xa8\xe6\x5d\xd3\x2e\x43\xe9\x86\x9a\x95\x7b\x91\x74\x83\xf9\xb2\x2e\xfa\x35\x96\x73\x1b\x2d\x8e\xb2\xcd\x4e\xeb\xd2\xdf\x5e\x6c\x5e\x50\x79\x44\xc6\xbd\xd7\x2e\xd1\xc0\xd8\x04\x33\x50\xfc\xc0\x90\xb4\x37\xde\x93\xa1\x1c\x58\xf8\xbd\xb3\x95\x6d\xfd\xf2\x24\x53\xaf\x0d\x02\xf0\x9f\xc9\x22\x74\x52\x90\x34\x8a\xb6\xa6\x14\x75\xf1\x6f\x22\x40\x58\x87\xa3\x25\x0a\xd3\x03\x5d\xc8\xf9\x7f\xa5\x9f\x22\x82\x5a\x5d\x27\x35\xda\x6a\x19\xeb\xdc\xe9\xe6\x1e\xf9\x13\xfb\xe8\x0b\xab\xc5\x36\xc4\xba\x75\xd0\xb5\x61\x42\x00\xf7\xcf\x74\x4b\x8b\x52\xe2\xdd\xca\x63\x25\x79\x05\x4a\x4e\xa3\x9c\x56\x9e\x2c\xc7\xe0\x44\x06\xa3\xb7\x62\x70\xe6\xc9\x91\x16\x01\x89\xad\x78\x92\x48\xe2\x09\xd5\x39\x3d\xfb\x91\x5a\x3e\xde\x53\x1f\x6f\xd7\x41\xe2\x76\xa9\x77\x93\xe7\x3a\xa8\x71\xf4\x0c\x49\x18\x3f\xda\x78\x5b\xb6\x0d\xcb\xec\xe6\xf6\xb0\x31\x15\x04\x7c\x5c\x46\x5d\x88\x40\x6f\x89\xf0\x93\x42\x06\x65\x9d\xaf\xda\xba\x34\xb9\x6a\xc8\x0c\x10\x6a\xfd\x17\x2c\xcf\x17\x24\x99\x29\xff\xc1\x63\xef\x5a\x57\xb2\xed\xd9\x3b\xd1\x6c\x46\x45\x63\xca\x84\x77\x24\xc9\xc4\xed\xad\xe7\xc3\xbb\xe7\x90\x28\xf2\x93\x56\x42\xad\x9a\x7d\x15\x55\xbd\xb4\x6f\xa8\x0a\xd1\x32\x8d\x4e\x78\xd9\x76\xa8\x0f\xca\x32\x11\x2b\xb2\x75\xc3\x38\x38\x8a\x21\xa3\xe7\x84\xfb\x0a\x9d\xbb\x07\x9b\x26\xb4\x11\xa9\x97\x89\xa1\x72\x3e\x7c\x59\x6a\xae\xc1\x56\xe9\xc6\xcc\xa2\x25\xf4\x6f\xfe\x99\xbe\x9d\xe5\x15\xed\x31\x6c\x76\xb4\xb1\x8f\x42\x05\x3c\x33\x68\x4e\xdc\x2e\x30\xd5\x12\xbc\x30\xf0\xb2\x75\xd6\x30\x31\x21\xb3\x2a\x69\xde\x60\x96\x7c\xb2\x76\xac\xcb\x29\xc6\x71\x1b\x2b\xbf\x3c\x52\x46\xae\xf1\xc1\x86\x8c\x6d\x9b\xba\x6d\x42\xba\xa6\x4d\x84\x62\x91\x0c\x38\xc4\xb4\xc2\x5e\x79\xee\xf8\x81\xe8\x05\x69\x9d\xb0\x18\xfd\x2c\x4b\x87\x88\xe7\x15\x11\x3a\xf0\x73\x41\x38\x4c\xed\xf4\x95\x6d\xa2\x35\xb3\xfa\x18\x7c\x39\x79\x12\x77\xde\xea\xa0\x77\x84\x7a\x3f\xa6\xda\xcd\xe3\x23\x3b\xcc\x5f\x2e\xff\x49\x90\xb7\x1b\x5a\x91\x3a\xc7\x96\xf4\x4d\xa4\x06\xa4\x68\xd1\x56\x1d\x6a\x1f\x72\xfd\x1b\xe5\xf5\x3f\x51\xdf\x42\x6b\xfd\xaf\x7f\xc0\xaf\x87\x5b\xf5\x1c\xa6\x65\xfd\x75\x31\xb9\xca\x46\xcb\xe5\xe8\x6b\xb6\xba\x5f\x2c\xe6\xcb\x75\x80\xe1\xa1\x92\x66\x8f\x22\x2d\xc8\xab\x10\x26\xe7\xbd\xa9\x9a\x7f\xcb\x92\x6f\x8e\x70\x64\xb8\xff\x10\x08\xf5\xc3\xf2\x60\xae\x99\x79\xd0\x69\x38\x54\x6e\xfc\x24\x8e\x80\x8c\x3b\x89\x5b\xb3\xa0\x14\xe6\xec\x21\xe8\xbf\x12\x9c\x66\x09\xda\xd2\x3e\x69\xa7\x8b\x31\x89\x5a\xb5\xcd\xf6\xdf\x6b\x7b\x79\x24\xe2\x8e\x86\x1e\xc3\xbe\xb4\x4f\x6b\x1b\x4d\xc6\xe8\x67\x91\x5a\x86\x72\xf2\x5b\xf9\xdc\x18\x09\x90\x62\x5c\x10\x6e\xc6\x0a\x93\x42\x1f\xfe\x59\x06\xc9\x67\xff\x44\xca\xf0\x26\xf1\x57\x86\x14\x0a\x82\x12\x14\xd2\x8d\xc1\xa0\x9e\x86\x21\xf4\xce\xc7\x03\x52\xce\xa5\xd6\xa6\xc3\x6f\xb8\xf3\xee\xa7\x55\xf3\xe1\x9f\x97\xa8\x83\x6a\xdb\x44\x9d\x99\x6d\x5f\xee\xf5\xf3\x67\x06\xad\xc1\xde\x89\xd3\x87\x60\x8e\xc6\x37\x8e\xfc\xd6\xc3\x78\x25\xe7\x06\x0d\xe6\xf3\x5a\xe0\xe0\x43\xca\xb1\x89\x67\x1a\x12\xe2\x54\xd2\xbc\x84\x8c\x38\x2f\x12\x6a\x73\xff\x73\xf8\x5d\x11\x03\xa7\xb4\x71\xc2\x62\x2d\xb0\xac\x97\x49\x23\x1e\x0d\xe5\x43\x0c\x01\x3e\x27\xbf\xb7\xb6\x75\xcd\x5e\x12\xf4\xa1\x1e\xdb\x42\xa3\xd5\xb8\xf0\x60\x7c\xe4\xc3\x16\xe3\xa1\xfb\x7e\xa1\x5d\xa2\xaa\x1b\x92\x51\xe5\x6d\xf4\x25\x1b\x2d\x3f\xde\xdf\x4e\xee\xd6\xab\x6c\x36\xb9\xfb\xb8\xbe\x09\x17\x4b\x68\x20\x18\x97\x98\xde\xad\x16\x93\xf1\x1a\x2d\x30\x5d\x7e\x5d\x4f\x56\xd8\x2f\x4b\xfa\x8c\x22\x83\x0d\xe8\x77\x81\x25\x56\xc4\xce\x40\x00\x6f\x4b\x5e\xdc\x4c\xb5\xc2\x30\xf0\xb5\xe6\xb7\xf5\xcc\xf8\x30\xff\x35\x62\x50\xb0\x95\x50\x2f\x0a\x7e\xa0\x78\x25\xfc\xc0\x53\xac\xff\x68\xe9\xe5\xd9\x54\x50\x43\x43\x13\xe5\x85\x7c\x82\xdf\xc4\x46\x84\x5f\x63\x52\x67\x17\x61\x5e\x0c\x98\x2a\x2f\xdb\x82\xd5\x93\xae\x4d\x65\x44\x60\x99\x40\x24\x02\xd1\x1b\x92\xd6\xe7\x55\x42\x8b\xe5\xe1\x70\x63\x68\x4a\x96\x2c\xf1\x44\xe2\x52\xd3\xce\xc4\x9b\xb2\x69\x4a\x3d\xa9\x0a\x83\x98\x53\x2f\x0b\x8e\x85\x6a\x98\x4c\x26\x04\x8d\x10\x19\xb8\x2e\x2d\x42\x98\xca\x8e\xf0\x74\x4b\xfc\x95\x6d\x83\xad\x8d\x4b\x04\x6e\x1e\x8e\xdb\x8c\x3d\x73\xd0\x91\x98\x4d\xe8\x05\x22\x89\xc2\x33\x22\x81\x7f\x77\x8e\xcf\x2c\x4d\xfa\xfb\xcf\xbd\x60\x28\x28\xf5\xd6\x08\x6a\x39\x26\x4d\xfd\x77\xfc\x99\x54\x1a\x4f\x28\x87\x92\x16\xba\x0d\xe0\x90\x67\x9d\x50\x48\xa3\x61\xcf\xba\x41\x4c\x7d\x92\xa9\x9c\x75\x42\xdd\xb4\x7f\xa7\x01\xee\x5c\x12\xee\x66\xe6\x0e\x26\xe1\x98\x2e\xed\x04\xe5\x01\x54\x01\x90\xa4\x4e\xbe\x7f\x27\xbf\xd3\x26\x7b\x2d\xf6\x1a\xec\xb5\x17\xe7\x24\x06\x63\x6a\x32\x2b\x49\x18\xd3\x69\x8b\xcb\x29\x98\xde\x7d\x1a\xcd\xa6\x57\xd9\xe5\x68\x35\xf9\xe7\x2f\xd9\x72\xc2\x66\xe9\x56\xad\x73\x96\x39\x00\x8d\xed\x40\x1e\xbc\x14\x1a\x67\x0e\x01\x9c\xe5\x8c\xfc\x6f\xf0\xdc\x95\xba\x62\x71\x87\x19\xfd\x42\x4a\x82\xf6\x21\x8a\x76\xdc\xa0\x96\xa9\xa7\x98\x06\xa5\x7a\x47\x0e\xe5\x15\x3a\xd7\x61\xde\x3a\x06\x55\x4e\x3f\xce\xac\x7d\x40\xbd\x97\xd6\xd0\x04\xa2\xc1\x7f\x81\x8e\x07\xf5\x3c\xde\xb7\xd5\x43\x28\x5b\xea\xea\xe7\x60\x42\x0d\x93\x10\xb2\x72\x1d\x55\x7b\x08\x58\x0e\x99\x28\xc5\x63\x41\x1d\xaa\xa4\x52\x3e\x3a\xfa\x56\xc1\x11\xd7\x97\x46\x21\x0a\xc7\x7c\x76\x32\x91\x87\x73\xa8\x36\x6c\x65\x20\x57\xa4\x89\xb8\xd2\x8d\x27\xf9\xfd\xa0\x5c\x1f\x94\x0c\xc5\xea\x1b\x7b\xf2\x08\x9e\xe5\x56\xe2\x80\x1e\x10\xd7\x0a\x3d\x00\x70\x55\x41\xcd\xd4\x05\x1f\x3c\xe2\x0b\x84\xf5\x76\x6a\xe2\x47\x16\x24\x13\xcc\x1c\x49\xc4\x16\x9d\x48\xd7\x12\x5c\x90\x77\xe9\x4a\x3f\x89\x45\xd4\x98\x8f\xdc\x64\x89\xd3\xa5\xe8\xc8\xcc\x56\xf1\x71\x2e\x43\xcf\x1a\x1d\x0b\x9d\x19\x3d\xbc\x6c\x54\xb0\x8d\x97\xa1\x29\x6a\x8c\x8d\x8e\x50\xa8\xbc\x84\x29\x35\x35\x7c\x89\xa6\xf3\xa6\xab\x6c\x35\x5e\xce\x67\xb3\xd1\xe5\x6c\xd2\xb1\xa0\x87\x88\x32\x95\x9a\x27\x4e\xdc\x32\x61\xad\x8c\x83\x44\x77\xa6\x43\x2a\xf5\x0c\x1a\x5c\xa0\x00\x24\xb3\xc4\x57\xa7\xd1\x94\x33\x98\xbe\xc5\xd6\xe6\x8f\xda\xf9\xd3\x16\xd9\x08\xf5\xd4\xfa\xcb\x30\xcc\x68\x9b\xba\x13\x47\xc6\x3c\x3b\x51\x70\xf4\xfa\xf3\xe5\x79\xaa\x1e\x05\x39\x36\xd5\x2e\x95\x6f\x45\x7b\xbb\x45\xaa\xd1\x3a\x4e\xe3\x12\x43\x1a\x5f\xa3\xcb\x75\xed\x9a\x63\x22\x86\x10\x97\x90\x59\xff\xec\x4d\xdd\x1c\x34\x53\x6c\xae\x4d\xcc\x43\x91\x31\x24\x71\xc6\x23\x11\x89\x3b\x83\xe8\x48\xa1\xe7\x55\x81\x1d\xf7\x94\xa4\xf0\x58\xf9\xb2\xcd\x75\xd5\xfc\xf2\xb7\xe8\x02\x81\x85\x6c\x28\xe3\xd3\xde\x34\xba\x9f\xf1\xa8\xd1\x8f\x1d\x71\x8e\x28\x10\x7e\x48\x9b\x56\x64\x9d\xe9\x47\x37\x3a\x7a\x70\x70\xba\xe0\x7a\xc4\xb6\xf7\x4e\x57\x8d\xe2\x38\x0e\xc5\x5f\x52\x4d\xdd\xba\xba\xd4\x9c\x8b\x02\xe1\x87\xe4\xd9\x94\xad\xe4\x80\x9f\xb7\xa8\x73\xbe\xa1\x19\x87\x7f\x61\x76\x74\xf0\x20\x01\x3f\xf9\x9f\xa4\xee\x9c\xd6\x15\x27\xe3\x6f\xf9\x2f\x19\x5a\xaf\xa3\x95\x6d\x56\xc8\x4c\x0c\x5b\xaf\x5d\xcb\xbf\xae\x55\x89\x98\xbd\xb8\x91\x32\xba\x2c\x7c\x90\x18\x8c\x9b\x27\xc8\x46\x11\xf7\x60\x2b\xf9\x3e\x07\x7e\xa5\x68\x3e\x27\x9b\x4e\x15\xa9\x09\x15\x92\xb8\x25\x2b\x91\x68\xcf\x9d\xac\x03\xd7\xce\xd6\xd1\xf7\x50\x1f\x94\x51\xa1\xca\x62\x60\xce\xaf\x73\x54\xae\xf7\x3c\x93\x89\x04\x58\xd7\x93\x2a\x94\x1b\xab\x32\x17\x60\x02\x07\x21\x64\x08\x9a\x90\xf4\x74\x73\x3b\x54\x03\xcb\x2e\x99\x3c\xf4\x87\x4f\xed\x58\xe5\xcc\x3b\xc8\x1a\xa7\xe0\xdc\xb3\xb5\x38\x3a\xc1\xa1\x12\x7c\x06\xbf\x6e\xcb\x92\x19\x0b\xac\xa2\xa7\xc5\x0a\x59\x5a\x01\x7b\x77\xce\x02\xcd\x1f\x74\x65\x70\xc2\x52\x01\x88\x91\xe7\xee\x3a\x79\x44\xb8\x78\x77\x31\xe7\xff\xf8\xbc\x80\x2c\xbc\x2a\x86\x93\xfc\x18\x0e\xcf\xa1\x50\x28\x18\x56\xf2\xb7\x2a\x0f\xdc\x7d\x81\x94\xa4\x9a\x22\xc6\x68\xf8\x91\x13\x89\x68\x79\x31\x3d\xb1\x84\xca\x86\x6c\xbb\x91\x5e\x37\xb3\xa1\x78\x5b\x2d\x35\xdb\x08\xc3\x6b\xa6\x97\x1c\x7c\x43\x87\x35\x98\xae\xb2\xeb\xf9\xf8\x7e\x75\x02\xf3\x31\xf6\xf7\xf9\xdd\x24\x9b\x5e\x75\x12\xd6\xa3\xcb\xe9\xdd\x15\x1a\x93\xbf\x9b\x67\x9f\x26\xcb\xf5\x74\x3c\x9a\x65\x9f\x97\xa3\x05\x45\xdd\xcc\x97\xd3\xdf\xe7\x77\xeb\x18\x39\x1b\x2d\x3f\x4e\xb2\xab\xe9\x6a\x3d\xba\x1b\x4f\xb2\xeb\xe5\xfc\x36\x1b\xa3\x11\xa3\x90\x78\x37\xf9\x38\x5a\x4f\x3f\x9d\xcd\xe5\x94\xf1\x1a\xfd\xfd\x5d\x3b\x7b\xf8\x55\x1f\x51\xf3\x46\x0c\x2f\x77\x7c\xf5\xc3\x31\xed\x44\x64\xc8\xef\xe7\x77\x61\xbc\x54\x61\xa1\x60\x1a\x90\x49\x3c\x9b\xcd\x3f\x4f\xae\xb2\xe9\xdd\xe2\x9e\x7c\x58\xad\x24\x36\xfb\x34\x5d\xae\xef\x47\xb3\x6c\x32\x9b\x20\xf5\x45\x26\xff\x87\x9d\xa3\x56\xfa\x89\xfc\xf8\xa7\x26\xf4\x3b\x31\x2c\x43\x20\x7e\xc6\xd1\x70\x16\x4a\xf4\x63\x47\xd7\x56\xb4\xb8\x34\xf3\xde\x31\x2d\x51\xed\x8a\xfe\xa2\xef\x6c\x63\xb6\x26\xef\xc5\x5e\x74\x9c\x8d\xe3\x96\xe5\x96\x3f\xef\x75\xc5\x02\xb3\xc1\x33\xa9\xd8\x6e\x54\x9b\x0d\x1c\xb3\xd4\x13\x74\x10\x2f\x67\xe3\x1f\x8a\xa6\x71\x30\x61\xbe\x65\xdf\xd4\xf8\x80\xc5\xb5\xac\x83\xa6\x42\xa6\x7a\x73\xc2\x40\x94\x23\xa2\x13\xe2\x4c\xdc\xba\xa2\xa5\x13\xb9\xef\x49\x48\x78\xad\x36\xc8\x42\xa0\xd5\xf3\xba\x59\x28\xf7\x10\x47\x02\x31\xfd\xa9\x37\x34\x7e\xe8\xdb\xaf\xfa\x48\xca\xc3\xa4\x69\x86\xee\xda\x90\xe6\x4d\xfd\x15\x47\x33\x63\xa1\x1c\xcb\x68\x26\x26\x24\xb2\xa4\x56\x39\xfc\x49\x4e\x7c\x74\x4d\x33\xe0\x71\x4b\xb0\x17\xf6\xdc\x19\xb6\xb2\x9f\x57\x2b\x36\xf2\x90\x35\xee\x48\x6f\x52\xb4\xc9\xad\x4b\x1d\xb8\x22\xa6\x05\xa0\x82\xd6\x0c\x9d\x7a\x23\x5b\x1c\x67\xee\x60\x1f\x35\xe6\x66\x61\x9c\x18\x21\x6a\x66\x68\x6b\x15\x76\x6c\xd9\x49\x26\x9f\xac\x21\x28\xae\x36\x43\xc4\x02\x67\x4b\x50\xb2\xe0\xce\x3d\x33\x32\xa8\x29\x2b\x23\xe1\x40\xe3\xf6\x16\x8f\x5f\xf8\x6a\x2b\x85\x68\xf0\x70\xcf\x75\x37\x2b\x3e\x3a\x75\x96\x0f\x86\xb7\x56\x1b\x38\xe8\x32\xbb\xe4\x84\x20\x51\x2a\x3a\x99\x55\xec\xca\xcc\x7a\x1d\x77\xc5\xe9\x6c\x4f\x82\xd7\x83\x6b\x12\x17\x60\xa9\xde\x47\x2d\xbe\xe0\x11\x3e\x73\xa0\xd4\xdb\xa6\xb3\x1b\xb7\xfd\xfd\x19\xb3\x93\xe8\x53\xac\x2b\x78\x13\x8c\x59\x42\x54\xcc\x45\xa5\x4e\x3a\x9a\x88\x52\x9e\xa4\x0d\xc5\xc5\x81\xbd\xb0\xc3\xbe\xf3\x54\x3e\xa1\x22\x52\xc7\xa9\x33\xbb\x59\xed\x38\x4c\xbd\x2c\xdb\xc4\xa6\x58\xff\x78\xf1\x7e\x64\xef\xb2\xbe\xb1\x41\x09\x39\x0b\x2c\x43\x66\x9d\x67\xc1\x54\x4c\xe7\x30\x14\x26\xf8\xab\xcf\xf4\xa3\x2a\x5b\xb4\x4d\x99\xb7\x9e\x04\x1b\x83\x7b\xe3\x2c\x02\xb7\xc4\xb1\x70\xec\x2a\xca\x68\x4c\xab\xc6\xe2\xe9\x4b\x60\xef\x13\x9f\xc3\x64\xa4\x64\x5b\x3f\x1c\x4f\xfb\x94\x1e\x55\x97\xeb\x74\x69\x6d\x45\x1d\xe9\x6f\x56\x04\xa2\x12\x59\x0b\x6b\x2f\x8a\xdb\x31\x49\x23\x5b\xbb\x49\xaa\x30\x9e\xe0\x16\x6d\xe8\xf8\xbb\xc6\x5f\x02\xe4\xe2\xec\x0e\x9e\x76\x80\x48\x86\xee\x32\xb4\xc5\x2b\xbe\x33\x48\x00\x1a\xf3\xd3\x63\x6f\xae\xaa\x02\x7d\x00\x4a\xf6\x34\x2e\xa1\x70\xe8\xd4\xc6\x3e\x5e\xa6\x8c\xe1\x3e\xa3\x38\xaa\x23\x24\xb5\x8a\x6e\x67\x17\x9a\x10\x82\x17\xdc\x43\x84\xd3\x2f\xef\x55\xc2\x4a\x83\x95\x7b\xa6\x17\x3a\xac\x27\x1c\x93\x5a\xed\x04\x97\x81\x95\xbb\x09\x30\x6c\x70\xfc\xc6\xdf\xa4\x40\xce\xf8\x8e\xa1\x28\x3a\xdc\xb6\x46\x9b\x8e\xa8\x45\x14\xcc\x6a\x7a\x7c\x2d\x48\xcc\xa1\x20\x8a\x18\x75\xab\x97\x5a\x15\x2c\xc9\xe4\xb4\x2a\xe6\xf4\x73\x08\xe8\xcc\xab\x91\x73\xf6\x89\xe0\x9d\x72\x46\x05\x8b\x3a\x81\xf7\x50\xa4\xe6\x84\xd2\x83\xc1\x5b\x05\xa5\x1b\x6c\xdd\x46\xf4\x77\x14\x5c\x8c\xb3\x16\x5f\xac\x6b\x89\x0f\xf3\xdb\xd0\x9b\x1b\x53\xe8\x24\x53\xeb\x75\x12\x23\x66\x8f\xc4\xca\xd1\x75\x7f\xcb\xa2\x68\x7d\x67\xbf\x56\x5a\x17\x61\x1a\x89\x70\xbe\x44\x34\x7b\x38\x21\xa1\x8b\xee\xce\x95\x74\xd6\x46\x1f\x37\xa4\xac\x05\x8b\x11\xa2\x80\x48\x10\x0a\x7d\xc4\xd2\x0a\x87\x88\x6e\x27\x6c\x1e\x2f\x9a\x50\xa9\xa7\x91\x20\xbf\x21\xce\x4f\xb2\x60\x8c\x35\xde\x4e\xe3\x28\xfa\xdc\xec\xa7\x15\xbd\x38\x07\x58\xc4\x84\x0e\x49\xdc\xb2\xc7\xd5\x0e\xfb\xa8\xe0\x5d\x41\x2a\x1e\xa4\xbc\xad\x8e\xba\x88\x10\x2b\xf5\x64\x21\xd2\x6d\xb1\x83\x44\x13\x74\x28\x2e\x94\x34\xec\x79\x7a\xf6\x24\x7d\x29\x8a\x0f\xf8\xee\xe9\x93\xd7\xcd\x75\x3f\x22\xf4\xf2\xd1\xe8\xa7\xae\x2b\x2b\x66\x83\x85\x22\x4c\x78\x84\x30\x2e\xf8\xda\xa9\x5a\x80\x21\xbe\x54\xb4\x07\x72\x25\x85\x6a\x6d\x12\x10\x79\xd9\x60\x3b\x9b\x09\x9b\xf2\xd8\xdd\x50\xf3\xb6\xf1\xa6\xd0\x49\xa5\xe7\x72\x4e\xab\x24\x53\x81\x56\x14\x69\x07\x46\x49\x4c\x8e\xc5\x1b\xad\x13\x0b\x07\x04\xe1\xbe\x6c\xd9\x28\x37\x8a\x98\x9d\x9c\x62\xdd\x41\x4b\xe7\x55\x74\x13\x4f\x22\x7e\x84\x2f\x4b\x87\x05\xa0\x2f\xfa\x3d\x4e\x51\x6a\x99\xa6\x80\xa6\x89\xb0\xef\x49\x42\x30\x47\x40\x4f\xf7\x93\x67\x9a\x41\x4c\x67\x9b\xb7\x1e\x87\x06\x99\x79\xde\xc2\x8a\xd0\x4d\x44\x77\x31\xfd\x88\x57\xdf\x06\x17\x45\x96\x1a\xbb\x7c\xb6\x13\x62\x7a\xdb\x56\xb4\x94\x11\xde\x5f\x77\x16\x9b\x27\x30\x84\x2b\xfd\xdc\xa4\x98\xa8\xad\x00\xea\x74\xfb\x41\x71\x3d\x9f\xeb\x64\xa2\x82\xc6\x61\xc9\xf3\x47\x13\x7d\x2f\x8b\xea\x43\x3a\xfd\x61\xea\x5d\x4e\x4b\x1d\xa2\x50\x51\xa3\x03\xab\x90\x2c\x40\xb2\xe9\x26\x8a\x87\x90\xa2\x35\x3f\x89\x57\xfa\xe9\x7a\x78\x6d\x2b\xfd\xd4\xf1\x6d\x38\xbc\x2d\x45\x71\xa9\xc3\x6e\x05\xf0\x94\xba\xea\xe8\x78\xd4\xa9\x54\x82\x23\x11\x07\x43\xb5\x05\xba\xfa\x7a\x34\x85\xb6\x68\x1c\x98\x0d\x68\xb1\x49\x22\xd1\x8f\xcf\x6d\x30\x2d\x65\xb6\x2e\x98\x3b\xbd\x4b\x6b\x8c\xbe\xfd\x4b\xb4\x4d\x31\x2a\x4b\x74\x68\x66\x4a\xd2\x47\xc0\x0a\x10\xd9\x73\xfc\x54\x1b\x9d\x8b\xa1\x0d\x31\xb6\x44\xd8\x7a\x7d\x0d\x28\x1a\x5b\xeb\x24\x7b\x81\x89\x74\x2e\x5a\x5d\x94\xe7\x2f\x29\x4b\x16\x3c\x3b\xfc\x1c\x4c\xbf\x21\x69\x11\xb1\xf3\x88\x71\x97\xf6\x39\xc0\x73\xd2\x80\x4d\x2c\x39\x22\xbc\x6c\x94\x29\xfd\xd2\x3e\x0d\xd5\x6a\x0f\xb5\x22\x71\x6a\x8d\x3c\x5b\xf8\x37\x4a\x0c\xd5\x40\x38\x34\xa7\xcb\xf2\x56\x2b\xdf\xba\xe0\xc1\x63\xac\xcb\xf2\x3a\xdc\x2b\xc1\x7d\x99\xae\x9a\xfb\x8a\xd4\x20\x44\xa2\xce\xa7\x57\xbe\xc7\x2a\x13\x07\x71\xd0\xbd\xe0\x8a\x21\x38\xba\x9e\xcc\x66\xd9\x6a\xfd\x75\x36\xc9\x16\xcb\xf9\x62\xc5\x5d\x00\xb2\x6b\xa1\x0a\xf1\x18\xa2\xcb\x12\xe9\xae\x6e\xd4\xe4\xb9\x71\xaa\x17\x2f\xf5\x2e\xe7\x9f\xb3\x9b\xc9\xf4\xe3\x0d\x72\x18\x1c\xb4\x9c\xb8\xc3\x43\x95\x9b\x18\xe5\xec\x93\xdc\xac\x49\x0b\x21\xdf\x69\x5a\x63\x6d\xd9\x98\x9a\x97\x0a\xfa\x32\xf5\x61\x06\x79\x33\x25\x6e\xd8\x65\x7f\x15\x62\xdd\xbb\x33\x4f\x14\x18\x95\x25\xe1\x24\x7c\x17\x7a\xf3\x1d\x55\xc8\xd8\x12\x19\xb4\xb1\x12\x0e\x59\x48\x46\x47\x32\xb6\xbe\x31\x55\x43\x1b\x42\x18\xe8\x21\x56\x39\xdd\xf4\x23\x67\xa6\x0a\x19\xa1\xde\xb5\x69\xc2\xef\x60\xa4\xbc\x6c\xb4\x63\x2b\xad\x64\xe7\xac\xae\xb5\xbb\x54\x2e\xc1\x01\x71\x6b\xae\x69\x2a\x98\x7d\xa9\x93\x97\xa1\x5c\x02\x91\x7f\x17\x96\x1f\x8e\x8b\x4c\x58\x96\x9a\xed\xdb\xd8\xe7\x70\xeb\xe7\x1c\x11\x10\x89\xad\xf2\x82\xc1\x9f\x64\x0e\xb3\xd8\x39\xc1\xf1\x60\x84\xe5\x51\x15\x65\x45\x0b\x17\xc7\x64\x25\x82\x4a\x4f\xc2\xf8\x83\xca\xb9\x0e\x69\xb1\x67\x67\x30\xed\x83\x94\xe8\x64\xed\x14\x0e\xc6\xa7\x21\xbc\x64\x47\xf8\xa6\xda\x11\x4b\xc2\x27\xd6\x37\xd2\xdf\x59\xe1\xd4\x6e\x42\x2e\xf9\x5a\x92\x60\x60\x26\x10\x5d\x84\x3e\x10\x89\xc1\xb4\x22\xbb\x4c\x82\x29\x70\x6a\x77\x05\x2b\xaf\x4b\xba\x7f\x0a\x8e\x88\xe2\x8e\x99\xad\xae\x82\xf5\x96\xd6\xeb\x7b\xba\x23\xa1\xa4\xbc\xab\x52\x68\xa6\xd5\xa3\x0e\x21\xa1\x90\x25\x54\xf0\x6f\x1b\x8b\xcf\xc5\xb5\x21\x04\x76\x01\x4e\x40\x9e\x9a\x43\xe9\x40\x44\x9b\x9f\x40\x3d\x5d\x49\x57\xc8\x84\x57\x8d\x46\x42\x43\x3a\x1f\xf2\x67\xdd\xba\xb3\x6e\xe5\xfb\x80\xda\x18\x9f\xb0\x77\xd2\x1e\x4b\x05\x2c\x27\xa3\xc5\x5b\x0f\x4e\x3a\xff\x2e\x7a\x2d\x0a\x24\x24\xd3\x03\x92\x00\x05\x62\x2e\x26\xad\x6f\xc9\x16\xbd\x04\x65\x06\x91\x60\x4a\x48\x46\x85\x3d\xe2\x4a\xa2\xd8\x3c\xc6\xdb\x3a\xee\xb9\x39\x6f\xb1\x70\x92\x72\x81\x10\x06\x5d\x96\x33\x2d\x15\xbd\x0e\xcc\xd4\x06\xe5\x69\x29\x5f\x30\xaa\x1e\x01\x98\x44\xed\xad\x6f\xd2\x07\x4c\xb8\xc3\xd0\x24\xa3\xa8\x74\x62\x88\x6c\xca\x7a\x3e\x22\xa6\xd1\xc1\x99\x82\xd8\xc3\x9c\x36\x1a\xcd\x83\x33\xa3\x91\x3a\x0a\x83\x63\xa3\x6e\x64\x26\xf2\xf3\xde\x94\x3a\x99\xf7\xca\x5e\x0e\xc6\xc3\x7a\x40\x88\xea\x95\xb6\x64\x67\x84\x4a\x43\x67\x69\xe6\xd8\xe0\x93\x9c\x5c\x4c\xe2\xbb\x9a\x30\x9a\x69\x91\x1e\x57\x4c\xa7\x8e\x46\x70\x96\xbd\x9c\xbc\xc7\x70\x3a\x61\xc6\xd3\xe4\x84\x5d\x8e\x06\x63\xc3\xca\xa4\x37\xe1\x4a\x5c\x08\x19\x8f\x38\x06\xff\xbe\x66\x57\x10\xcc\xd8\x28\xc8\xe3\x68\xb4\x23\x77\xc5\xae\xfd\x78\xab\x0c\x25\xf0\xd9\xa3\x9e\x53\x7d\xec\x4d\x3c\x1b\x8c\xb5\xfd\xfd\xb4\x57\xc4\x90\x0d\xd7\x97\xca\x73\x18\x60\xcf\x87\xc7\x5e\xf9\x51\xd8\x63\xdd\x34\x19\x5e\xc7\xcc\x75\x91\x9c\xd1\xa0\x01\x58\x08\x32\x75\x7a\xbd\x74\xee\xa7\x30\xe9\x5e\x37\x40\xbc\x53\x7b\x1b\x5d\x5c\x1e\x79\xed\xd3\x55\xcf\x86\x37\x43\xd6\xdf\xd0\x7b\x85\xa0\xa2\x20\x16\xad\xf1\x90\x6f\x4e\x6e\xac\x2a\xad\x64\x82\x50\xdb\x88\x67\x90\x34\xc2\xce\x8d\xbb\xe8\x03\xda\x4c\x15\x45\x80\xbe\x00\x7c\x84\x34\x41\x08\xc5\xae\xc6\xd1\xb1\xfb\xb6\x81\x23\x62\xc5\x61\x87\x1c\x86\x7e\xfc\x7a\x39\xba\x63\x0b\xf8\x57\xf7\xcb\x11\xfd\x58\xce\x17\x01\x5a\x01\xa8\x24\x57\x55\xc1\xc5\x10\x0e\xb9\x7b\x46\x8d\x0d\x11\x59\x17\xca\xf7\x20\x6e\x40\x04\x60\xd2\x05\x90\xc0\x84\x04\x6b\xe6\xfd\x84\xb8\xe6\x69\xca\x0e\xf6\x78\x1a\x81\xe4\x39\xf6\xec\x6a\xe8\x32\x02\x7a\x23\xf0\x25\xfb\xe7\x98\x06\xc5\x22\xf6\xb9\xad\x12\xef\xfd\x10\x1d\x8e\xe6\xb9\xf8\xc4\xbb\x36\xc7\x17\xbc\x0b\x18\xdd\x39\x2d\xe8\x90\x69\xe6\x24\x28\xbb\x23\x58\xe9\x4e\x17\x4b\xed\xe6\x8e\x8f\xe1\xb6\xd4\xcf\x57\xc2\xe8\x43\x7e\x81\xd9\x25\x9e\x61\xee\xe6\xd9\x78\x3e\xbb\xbf\x25\xaf\xb1\x05\x41\xb9\x71\x67\xbd\x32\xd4\x5b\xb9\x62\xbc\xcd\x5f\xb0\x2b\xd8\x96\xd6\x08\xe2\xd6\xf6\x52\xaf\xf6\x34\x4d\xb4\xd6\x4b\x8d\xdd\x49\x7d\x6d\x8f\x87\x12\xc4\x24\x22\xb7\x24\x64\x3e\xd7\x1b\x79\x79\xa8\xf6\xc7\x23\xca\x38\x38\x1e\xce\x9c\x11\x04\xc2\x20\x03\x66\x52\x77\x94\x0c\x72\x04\xe5\x4e\xe3\xc5\xe7\xf5\x15\x30\xa1\x03\x27\x91\xae\xef\x4e\xf7\x69\xae\xa8\xdd\x58\x2e\x33\x01\xc5\x62\x70\x2d\xb8\x34\xbe\x37\x71\x7e\x31\xbf\xe6\x3b\x5d\x49\x91\x9c\x18\x37\x61\xdf\x6e\x49\x78\x16\x4d\xfd\x65\x86\x5e\x18\xe7\x55\x00\x9c\xd0\xa9\x24\x07\x10\xc1\x44\xe1\xc2\xaf\x2f\xfc\x9f\x84\x2a\xb6\xce\x7e\xd7\x01\x48\xb5\x55\x73\x8d\x12\xcf\xd4\x89\xc1\x44\x46\x55\x9c\xb5\x09\x3f\x5e\xa6\x21\xe1\xd0\xa3\xa8\x26\xbf\x59\x55\xfa\x89\x9a\x23\xfe\xe4\x17\x91\xc6\xf9\x82\x8c\xd0\xe2\xcb\x69\x0d\xa2\xe9\xb9\x6c\x4a\x41\x6e\xbe\x2c\x59\xdc\x3e\x31\x5d\x77\x66\xab\x64\xa5\xd1\xfe\x52\x37\x4f\x24\xf4\xc1\xb9\x24\x15\xd0\x53\xda\x3b\x01\x61\x81\x94\xb5\x8d\x82\x59\x86\x1f\x2a\xe8\x37\x9e\x27\xe9\xb3\xd4\xa2\xa3\xe4\xf3\xc1\x14\x45\x19\x76\x56\x16\x41\x57\x77\x4a\xe4\x50\xc0\x09\x8e\xfb\x85\x49\x28\x41\x1a\x7d\x63\xeb\xee\xab\x70\x66\x2b\x24\xb7\x98\x4f\x14\xc8\x2f\x59\xa5\x10\xc1\xfb\x04\x49\xc0\x84\x2c\x03\x8c\xba\x45\x51\x0b\xba\x6c\xa4\xbe\x6e\x6c\x63\x77\xbb\x52\x77\x09\xc2\x04\x62\x8f\x9a\x26\xa2\x78\xb7\xa6\x92\xeb\xd2\xf8\x55\x6c\x67\x9c\x0c\x90\x78\xed\xb9\x8b\xaf\xe5\x0c\x4f\xb8\x40\xe4\xd8\x8a\xed\xce\xa4\x6b\x29\xea\xbf\xc6\x8e\x25\x7c\x11\xd1\x32\xea\x11\xb2\x69\x44\x76\x72\x01\x1e\x4c\x65\x0e\xed\x61\x61\x9e\x75\xe9\xaf\xad\x63\xbc\x85\x97\xe1\x86\xc1\xb1\xd7\xc2\x55\xe6\xcb\x29\x79\xf5\xa4\xbb\x80\x1f\xd3\x70\xa5\x92\xeb\x2d\xa8\x05\xe0\x5b\x46\xc0\x33\xbb\xd7\x49\x10\xa8\x0b\x16\xc5\x95\x5c\x44\xd7\xd6\xad\x65\x01\x10\x0d\xf3\x11\xe9\x49\xf2\x04\xca\x32\x21\xeb\xfc\x20\xb5\x79\x5a\xca\xc8\x0a\xc8\x2d\x78\x87\x2e\xba\x77\x57\xba\x26\x99\x50\xae\xb2\x53\x8d\xdf\x33\xb9\x4a\x6d\x45\xd0\x96\x30\x08\x24\x6a\x54\x3e\xa9\xa3\x8f\xb8\xa5\xc2\x30\x57\x82\x83\x9a\x3c\xd7\xaa\x0a\xb4\xc2\x20\x9f\x2b\xd9\x72\x41\xd8\x1b\x61\x4d\x87\xa5\x9e\xdc\xcb\x91\xa8\x89\x93\x43\x0c\xc5\x70\x16\xfa\x6d\x67\xc3\x9b\x8a\x71\x2a\x39\xb7\xe9\x49\x0e\xc8\x3d\xe7\x61\xd8\x6c\x44\x55\x7d\xa6\x8e\x04\x20\x70\x6b\x03\xa5\x49\x2a\xd6\x9d\xfd\xcc\x3d\xed\x5c\x8d\x09\xae\x11\xa1\x46\x2d\x7e\x40\xe2\x3d\x16\xf1\x23\x26\x63\x0b\xe3\xeb\x52\x1d\x13\xbb\xe8\x64\x78\x97\x1f\xb7\x03\xc3\x20\x74\xb1\xd3\x73\x61\xdf\x14\x3d\xb8\x29\xe1\x20\xfc\xc8\x5b\x66\xd4\x36\x36\x1e\xeb\xce\xa1\x49\x01\xd0\xb5\x2a\xf4\xb4\x3a\xe5\xba\x48\x80\xc4\xe0\x5c\x20\x27\x68\x79\x3a\xa4\x0a\x45\x09\xb9\x12\x94\x00\x83\x87\xdb\xc8\x45\x09\x42\x78\xce\x3e\x75\x98\x8c\x32\x76\xa0\xd2\xe2\x8e\x27\x8e\x10\x3e\x19\xd0\x13\x1e\xb4\xe4\x2f\x8f\x21\x07\x3d\xc8\xd1\x15\x10\x58\x92\x5e\x38\x76\x30\xd4\xa9\xf4\x59\x6a\xf1\x74\x4b\x75\xa2\xa8\xad\x5e\x3b\x8c\x69\xf9\xc0\x9e\x41\xc9\xc0\xe8\xf9\x0a\xba\xc6\xde\x6b\x05\x48\xf4\x6a\x48\x82\x70\x9c\x52\x9e\xa9\x21\x13\x48\x2c\x6b\x0a\x99\x3b\x13\x7c\x5f\xd5\x12\x4c\x4d\xb0\x06\x33\x63\xfd\x38\xa6\x09\x22\xad\x04\xc1\x60\xcc\x04\x11\x1e\x34\x5b\xd3\xe5\xeb\xe2\xb5\x40\xcc\x5a\x3e\x2a\x71\xa5\x18\xae\x56\xfa\x39\x0a\x48\x8a\xed\x52\xb1\x5b\x52\x25\xe6\xf6\x00\x86\x2e\xed\xd3\x20\x3e\x2e\xd9\xc6\xaa\x2c\xfb\x0a\xe0\xec\x62\xad\xcb\x36\xae\xf4\x93\xdc\x55\x56\x7a\x78\xc5\x12\x02\x55\xd7\x3c\x12\x1a\xcd\xe5\x0e\x05\xbb\x64\xc5\xd2\x3e\x89\xed\x0b\xf6\xb6\xda\x9f\xb1\x6d\xa9\x9a\x2e\xc4\xea\x70\xdf\x3a\x04\x3c\x47\x38\x1b\x7a\x45\x83\xed\xd0\x28\x21\xa6\x4b\xd5\xf5\xe3\x85\xea\x24\xbe\x3c\xde\x17\x69\x35\x02\xd0\x61\x73\xa5\xcc\x81\xf4\xec\xec\xe4\x5d\xc2\xaf\x12\x96\x23\xb2\x54\x4f\x16\x9a\x6f\x15\x58\x99\x4e\xb7\x02\x1b\x33\xb8\x06\x37\x2a\x41\x22\x20\x28\x18\xdb\xb4\x22\xa1\x7b\xca\x22\xda\x73\x59\xff\x04\xbb\xa4\x87\x79\x74\x69\x11\x10\xac\xd3\x6e\x10\xb7\x31\x08\x40\xca\xe8\xc7\xfc\xca\x80\xbf\xad\x30\x00\xb1\x9e\x0e\xdf\x5b\xc6\x1c\xf7\x2c\x54\xf7\x47\x94\xfd\x98\x99\xea\x21\xd0\x68\xc4\xfe\x62\x2e\x0c\x9d\x5a\xf1\x9a\xaf\x1b\xd5\x8d\x89\x24\x5e\x52\x12\x7a\x32\x54\x1c\x13\x4e\xeb\xc0\xe8\x4e\x45\xc2\xe0\xea\x54\x22\x91\x49\x05\x12\x35\x5c\xf8\xa4\x1b\x9d\x94\x81\x6a\x4e\x3b\x82\xd3\xd3\xa9\x03\x63\x92\xb2\x18\x1e\x28\x73\x76\x4c\xe1\xc6\x20\x5a\x96\x04\x4f\x60\xfe\x87\xde\x93\x54\x55\x59\x06\x61\xd1\x2f\x31\x63\x0b\x2a\x89\x23\x20\xdc\x8d\x13\xd6\x79\x7a\x4b\x65\xe8\xa1\xd2\xba\xe2\xd2\x91\x73\xbb\xd5\x64\x36\x19\x23\x77\x03\xc5\x62\xa3\xac\x6c\x76\x37\xba\x9d\x74\x32\xac\xe7\x1f\x3f\xa6\x62\xb6\xa7\x39\xa6\x77\x9f\xe6\xbf\x9e\xcd\x31\x9a\xcd\x42\x1d\xb3\xd9\x69\xae\x8c\x48\xd0\x3b\x79\xb3\x15\xde\x57\x22\x73\x42\x6f\xd0\x69\x0e\xe3\x09\xd5\x11\x23\xfb\x68\xe7\x5d\x84\x94\xc6\x8d\x2b\x3b\x11\xb0\x6e\x49\x44\x7a\x3d\x30\x9b\x95\xe5\xee\x88\x81\xdd\x6f\x84\xd9\xb0\xfc\x46\x9b\xa1\xaf\xdb\x24\x0c\x34\x7e\x87\x4b\xdb\xf4\x4f\x22\x8a\xfb\xe0\x61\x9c\x57\x68\x3c\x9e\xba\x25\x3f\x3d\x3a\x0b\x60\x0f\xe2\xba\x99\x86\x84\xf8\xdc\x37\x0f\xf2\x64\x19\xba\x0f\x3a\xac\x5a\xb7\x55\x79\x24\x7e\x08\xcd\x92\xe9\x60\x82\x3d\x8c\x32\x79\x3a\xe6\x91\x02\xea\x13\x5e\x69\x20\xeb\xde\x6c\x9b\x64\x8e\x00\xa8\xa1\x79\x95\x84\x49\xc4\xb2\x0b\xb1\xe8\xbc\x42\x59\xa2\x49\xf4\x6b\x41\xd8\x06\xf6\x1f\xca\x13\xad\x1e\x65\x09\x86\x7b\x24\x78\xab\xe0\xb8\x1d\x5c\x36\x46\x24\x92\xa6\x78\x17\x11\x22\x94\x32\x20\x79\x25\x7c\x48\xa6\x22\xbc\x0b\xd2\xbe\x76\x9f\x05\x09\x01\x31\x1e\xfd\xfa\x85\x2e\x32\x5a\x82\xae\xfa\x53\xc7\x53\x3a\xb8\xa1\x12\x0d\x82\x50\x44\x24\x3f\xa3\xce\x10\xe9\x0b\x8d\xaa\x62\xed\x8e\x58\xfd\xbc\x42\x2c\xb0\x33\xd0\x36\xdf\xe3\x4d\xd0\x91\x65\xec\x11\x6b\x38\xa6\x21\x99\xc7\x13\x2a\xf8\x84\x29\x3b\x20\x80\xf8\xff\xf1\xf6\x66\xcd\xa9\xc3\x4c\xc3\xe0\x7f\x39\xb7\xc7\x55\xd9\xb7\x99\x2b\x49\x36\x8e\x43\x88\x21\x84\x10\x52\x35\x45\x39\xe0\x80\x59\x6c\x62\x9b\xf5\xd7\x4f\xa9\xbb\xb5\xd8\x90\xf3\x3c\xef\x3b\x35\xdf\x4d\x82\x65\x59\x6b\xab\xd5\x7b\x17\x31\x19\x76\x6b\x0a\x08\x19\xe5\x3a\xe4\x4a\x28\x8d\xbe\x0c\x5c\x20\x36\x7b\xcb\x8c\x50\x4b\xce\x89\xa5\x63\xba\x2a\xd5\x19\xb0\xe6\xfe\x07\xed\x84\x4f\x4d\xfe\x45\xf9\x05\xd0\x4c\x65\x3f\x10\x99\xae\xbe\x48\x49\xf1\x92\x29\x73\x42\x55\xa8\xbf\x82\x96\xe5\x37\xb5\x33\x01\xd2\x0f\x65\x4c\x33\xad\x9c\xec\xe3\xe3\xfe\x66\x99\x3f\x99\x93\xa9\x0e\xa9\xfd\xf6\x24\x1b\x3d\x89\x29\xf1\xc7\x50\xff\x22\x3c\xec\xeb\x37\x23\xb3\xe0\xdd\xf5\x0a\xd2\x55\x58\x29\xc0\x86\xf1\x2e\x5e\xae\x2c\xa0\x1a\x62\x76\x00\x23\xaa\x1b\xae\x2d\x63\x00\x5d\xab\x4e\xa6\x0c\xcd\xb5\x5f\x98\xe3\x60\x67\x1d\x48\x0a\x2f\xd5\x26\xe4\x34\x10\x93\x86\x7a\x1a\xd9\x36\xd1\x23\x55\x4e\xa1\xb3\xc9\x65\x25\x8d\xb7\xcd\x78\x4f\x60\xd0\x52\x06\x2a\xb6\xb1\x42\x90\x8e\x13\x74\x5c\x98\x46\xc5\x29\xb9\xc3\xd1\xb9\x4a\xe3\xad\x47\x4b\x00\x1f\xa3\xff\xb6\x55\xaa\xa6\x0c\xfb\x6a\x71\x88\x7a\xe5\x4c\x9f\x58\xa2\x0c\xbf\x69\x0d\xd2\x78\xab\x97\xb2\x6e\x23\x30\x9c\xd7\xa6\x53\x59\x6c\xd3\xf0\xf0\x17\x1d\x9c\x30\xde\x8e\xf4\x5e\x7f\x72\xbc\x67\x84\x81\x61\x7b\x71\x3f\x60\xb8\xca\x25\xe8\x38\x43\x84\x75\xb5\x34\xe3\x7d\x85\xc4\xab\x3e\xaf\xe8\x00\x01\x04\x28\x3a\xbe\xbb\x02\x9b\x7f\xa2\x4a\xe9\x89\x02\x33\x2a\xeb\x13\x48\x31\x72\xa0\x9b\x43\x92\xc8\xa4\x90\x89\x41\xbc\x40\x7a\x00\x0c\x66\x46\x0d\x10\xf7\x03\x02\x19\x8c\x15\xb2\x90\x04\xba\x25\xc4\xc4\xe8\x7b\x56\x54\x39\x70\x41\xc5\x51\x14\xab\x24\xb5\x99\x3d\x6a\xd4\x26\x8f\x14\x5d\x5a\x97\x6a\x18\x9d\x1e\xe5\x16\xc5\xad\xa5\x07\x5b\x07\x78\x54\x94\xa5\xf0\x1d\x12\x76\xcd\x78\xdf\x33\x86\xec\xa4\x96\x1a\x96\xf5\xbe\x54\xf7\xb8\xca\xca\xe0\xa9\xd2\x92\x42\x38\x72\x2d\x44\xb6\xa0\xc4\x75\xa4\xbe\xa4\x3d\x9f\x46\x45\x2b\xcb\x63\xd2\x76\x5b\x1f\xd3\x3a\x02\xc7\xa2\xc2\xe8\x6d\x92\x78\x4b\xf1\x0d\x16\x38\x07\xa2\x3a\x15\xbf\xa5\xec\x49\x86\xf5\x02\xf5\x6c\x8f\xae\x22\xe7\x52\xd2\x44\x34\xbc\x82\x39\x99\xf5\xc1\xdd\x46\x96\x4b\x31\x9e\x76\x99\x52\xd8\xa9\x7b\xb3\x5a\x93\x38\x22\x9b\x19\x7a\xcd\xf4\x91\xd3\x78\xca\x3f\xe6\xcd\x6a\x76\x4c\x24\xd7\x5e\xd8\x90\x3d\xcc\xd2\xea\x62\x4f\xac\x19\x5a\x51\x23\x87\x27\xf6\x4b\x7d\x82\x53\x09\x2a\xc6\x42\xd6\x42\xa9\x28\x5f\xb6\xdd\x12\xb0\x58\x28\x63\x03\x97\x0f\x4d\x51\x5b\x9a\x61\x8a\x3b\x88\x2b\x3a\xcd\xb6\x28\x76\x2b\xf0\x97\xa4\xf0\xf5\xe6\xd1\xc8\xd6\xcb\x65\x94\xe3\x39\x50\x6e\x8b\xa1\xd6\x99\xca\x0f\x54\x6b\x8d\x2c\x43\x09\xfd\x37\xfc\xa0\x76\xba\x14\xb6\x96\x48\xd7\x6e\x9b\x09\x4c\xac\x3f\x6c\xbf\x7a\x8d\xe0\xe3\x8f\xf3\xc7\x6b\xb5\xdf\x06\xc3\x57\x4f\xbc\xfd\x01\xdf\x48\x10\x0f\xb4\xa3\x89\xf2\x18\x51\x45\x74\x63\xd6\x4b\xa1\x03\x2a\x54\xf2\x35\xc2\x6f\xa0\x2e\x7b\xa5\x74\xf9\x98\x1e\x86\xec\x79\xb1\xa8\xd6\x94\x15\x2b\x3e\x49\x29\x3e\x18\x0c\x44\x19\x2b\x13\xfe\x94\x45\x85\x0e\xdb\x06\xd6\xe1\x38\x34\xcb\x3b\x41\x8d\xf5\x9b\xcc\xec\x2d\xb2\x53\x3e\x6a\x87\x46\x25\x93\x30\xa6\x78\x64\x06\x04\xa2\x31\x22\xe6\x89\xe4\x03\xc6\x02\xe7\x6b\x49\x27\x93\x42\x17\x29\x93\x7e\xa5\xe7\xfa\x25\x53\xc3\x30\x2e\x4a\x89\xcd\xe2\xb1\x9c\x89\x06\x9f\x61\x99\x95\xd1\xc2\xa3\x77\x95\x85\xa2\xb5\x63\x53\x0c\xb7\x56\x2f\xe7\xf1\x34\x49\x09\xf0\xc1\xa6\xdc\xb8\x8d\xc7\x5f\xd9\x1a\xfd\x13\xd4\xbb\x60\xbc\xb0\x1f\xb5\x37\xa5\xa4\x22\xd5\x44\x48\x38\x44\x2e\xb8\x66\x94\x85\x96\x30\x58\x94\xc6\xca\xde\xa1\x15\xc0\x0d\xa5\x32\x46\x51\x18\x92\x1a\x45\x15\x10\x41\xbe\x55\x81\x16\xf0\xc0\x32\x30\x51\x7d\x84\x6b\xb9\x1d\xe7\x94\x74\x5c\xf6\xd2\x5d\xc5\x23\xdb\x45\x50\xb6\xd8\x3e\x51\xbe\xaa\xac\x31\x0e\xc3\xab\xf9\xf0\x53\x2f\xf8\xa0\xf3\x18\xc9\x4e\xd5\x15\xd5\x4f\xca\x69\x92\x52\xf7\xda\xce\x26\x50\x25\xf8\x65\xc5\xb1\x03\x41\x43\x59\xab\x0e\xed\xf8\xd1\xb0\xd1\x36\xe6\xd0\x6b\xaf\xd0\x8a\x36\x3e\x97\xe0\x64\xce\x05\x4d\xd1\x7c\x67\x0e\x04\x89\xf5\x14\x90\x0f\x25\x0c\xe5\x64\x76\xa6\xd6\x54\x92\x6b\x2a\x72\x27\x98\x90\x5a\xa6\x72\x70\xa8\x50\xf2\x4b\x04\x96\x96\x4b\x2e\xc6\xea\xc4\xa5\xf1\x56\xfd\xa4\x52\x53\x68\x86\x83\xad\xca\x4e\x91\x0a\xaa\xe0\x0d\x75\xe2\x08\x9b\x58\x25\x8a\x45\x46\x24\x42\x4d\xc2\x6a\x84\x47\xdf\x0c\x8f\x9b\x19\xd6\xdb\x29\xac\x1e\xba\x70\x6f\xbf\x27\x79\xb9\x56\xd9\xad\x0d\x6c\xa3\xa8\xd3\x46\x34\x16\xc6\x50\xd0\x46\xda\x00\x0d\x65\x5a\x3b\xf0\x6a\x0f\x77\x58\x7b\xc6\x48\x18\x66\xe7\xd4\x67\x18\x67\x4a\xc5\xbf\x02\x72\x46\xad\xcf\xba\xd4\xbf\x29\xdc\x75\xfd\xf8\xd7\x8a\xf5\xe9\xff\x05\x5b\xfc\x86\x2c\xb6\xd5\x6a\xdb\xda\x6b\x49\x26\x25\x85\x16\x06\x0f\xbf\xd6\x89\x01\x84\x6c\x31\x96\x2f\xd5\xe3\x30\xcd\xca\xe4\x7b\xdf\xa6\x20\xc3\x54\x07\x60\x8a\x91\xdc\x1d\x9f\x5e\x21\xf0\xba\x3d\x09\xcb\xed\xb5\xfa\xc1\xb0\xfe\xc5\x14\xa0\xde\xe6\x0a\x8e\x37\xd5\xbe\xbe\x28\x40\x27\xd6\x37\x97\x34\x6c\xbb\x7e\x3c\xba\x7a\xd2\x78\x2b\x6c\x2d\x92\x12\xcd\x9d\x38\x4f\x12\x2e\xde\x6c\x3f\x77\x7d\xda\x6b\x28\xf2\xc4\x40\xc9\x2b\x41\x1f\xc0\x72\x9a\x14\x60\x51\x29\x1b\x25\xc2\x0f\x80\x47\xf7\xa4\x91\x4b\x52\xe0\xba\x68\xf7\x1c\x2c\x08\x52\x46\x28\x93\xb8\x30\x55\xac\x2e\x60\x5d\x2e\x71\xa9\xc6\x5c\x2a\xde\x36\x3d\x6d\x90\xb0\xa2\x7e\xab\x4f\xbf\x20\x58\x25\xd3\x42\xeb\x88\x4c\x1f\x85\x3a\xb2\xda\xa0\x8e\xd3\x6a\xed\xc4\x57\x72\xa6\x24\x4b\xa9\x92\x1b\xb5\x10\x2a\x34\x32\x5c\x7e\x4c\xbd\xad\x91\x62\x4c\x24\x98\x5e\x3a\x63\xc8\x00\x4f\xda\x94\x61\xfd\xa5\xe8\x4b\xf5\x53\x1b\x36\x80\xa4\xe3\x2d\x7b\x85\xc8\x38\x2a\x58\x3a\x56\x29\xe3\xe5\x33\x45\x61\x42\xb2\x5d\xbb\x22\x21\x15\x67\xdc\x55\x32\x2b\x5a\x82\x64\x9e\xea\x54\x47\x95\x9e\xac\x94\x1a\xda\xb0\x52\xac\x89\xbc\xb4\xaa\xb8\x5e\x10\x33\x20\x87\x00\xd2\x10\x54\xa0\x2b\xda\x30\x86\xd3\xda\x35\x16\xcc\x6a\xbe\x74\x55\x0f\xd5\xe4\x28\x21\xa9\xbd\x14\x13\xd5\x12\x31\x52\xc4\x1c\xdb\x1a\xb2\x63\x85\x98\xdd\xe6\x69\x9b\xb2\x13\x0b\x30\xfc\x65\x05\x86\xa7\x97\x60\x62\x66\x56\x11\x88\x27\x05\x7d\x5a\x31\xf1\x9c\x66\xdb\x24\x9d\x60\x83\xd3\xa8\x78\x81\xf0\xa3\x7a\x95\xc6\xa8\x23\xb6\xb9\x13\x4a\x36\xaa\x95\x6a\x56\x77\x20\xda\xb1\x78\x8a\x4a\x95\x6e\x15\x0a\x26\x66\xcc\xda\xda\x1c\xad\x8b\x75\xe7\xca\x26\xea\x68\x05\x17\x18\xdf\xdb\x84\xbe\x57\x1b\x30\x44\xdf\xa3\x30\x8d\x8f\x96\x47\xf9\x17\xc9\x71\x9a\x34\x6d\xf4\xa9\xa2\xb5\x2c\x2a\xad\xfa\x35\xd1\xc1\x08\x00\xf6\x16\x1b\x07\x8e\x3f\xce\x1f\x11\xb6\xda\x4c\xd8\x5e\x1d\xbf\x30\x53\x7f\x4e\x18\x1a\x54\xaa\x5a\xdc\x8d\x86\x97\x9a\x4d\x06\x50\x00\xcf\x27\x4e\xcf\xf1\x11\xd1\xa0\x81\xd4\x37\x8a\xd4\xea\x67\x76\x78\xea\x20\xab\x32\x83\x44\x8e\x4a\xe4\x9a\xe9\x49\x21\xa1\x83\x59\x01\x6c\xd3\x8a\xb1\x16\x8e\xd6\x7d\x6e\x87\xc9\xc9\xca\xca\x80\xf0\x74\x53\xd6\xe1\x25\xd6\x5f\x82\x84\xb9\xac\x54\x30\x0c\x9d\xbc\xae\xb0\x28\x6d\x7d\x80\x29\x1c\x5b\x60\xa8\xd6\x77\xcc\x67\x0c\x82\x2d\x04\xc3\x8a\xe5\x50\x41\x73\x37\xa5\x8a\x0a\x90\x2c\x97\xbd\x17\xc3\x5f\xa2\x50\x10\xc8\xea\xf5\xaa\x81\x24\xb9\x6b\xda\x9d\x22\x9a\x09\x52\x25\xd6\x20\xa1\x09\x2e\x06\x06\x9d\xd7\x37\x3f\xe0\x9f\x53\xeb\xa5\x5c\x5a\xcc\xc9\xb7\x56\x90\xb4\xc7\x78\x2d\x6c\x93\x72\xfa\x6e\x24\x27\x43\x25\x45\x41\x76\x28\xc4\xa4\x27\x39\x3a\xb3\x56\x0b\xc6\x49\x31\xca\xd2\xd4\x34\x53\xcd\x1d\xa8\x1a\xb2\x9c\xf2\xd1\x5e\x95\x95\x65\xbc\x5c\x95\x96\x1c\xd0\xea\xbf\x6f\x0d\xc7\xb6\xf2\x81\x3c\x05\x40\x29\x10\x7d\x6f\x34\x2b\x47\x03\x2b\xe6\xc9\x4a\xb5\x41\xb5\x69\x8b\xaa\x55\xd9\x26\x4a\x54\xea\xeb\x61\x4e\x17\xdc\x51\x6b\xda\x3a\xe1\x97\x56\xd7\xe9\xaf\x9f\xa6\xf1\xd6\x9a\x5a\x2b\x78\x21\xc3\xda\x61\x3f\x70\x21\xb0\x27\xa9\x98\x01\x95\x92\x24\xcf\xb6\xd5\x92\xe5\x96\x43\x45\x5a\x94\x79\x94\x28\xe5\x5b\x52\xb4\x17\xd1\x28\x9e\x42\x90\x3f\x95\x20\x07\x32\xab\x69\x3f\x21\xdb\x43\xc0\x68\x80\x2a\xa5\x15\xad\x47\x61\x6b\x64\xec\x2b\x40\x0d\xc8\xcf\xc1\x70\x33\xd7\x41\x25\x3c\xe3\x15\x43\xf2\xd9\xd5\x6a\xb1\x97\x7f\x88\x2c\x22\x21\x42\x34\x9e\x41\x32\x71\x63\xed\x76\x1a\x0b\xc8\x53\xad\x92\x7c\x90\xfa\x9e\xd8\x06\x03\xbe\x58\x80\x14\x07\xfe\x96\xdd\x6c\x2d\x9b\x11\x78\xae\x9a\x73\x10\xac\xd4\x75\x4e\x2a\x6c\x0f\x38\x62\xa9\x53\xa5\xb0\x68\x2b\x81\xb8\x26\xc4\xb7\x5b\x86\x15\x7e\xdd\x6e\xdc\xa8\x2a\x75\x07\x46\x67\x69\xfc\xb5\x00\x0f\xa3\x3d\x41\x65\xa9\x71\x16\x79\xb6\x0d\xc6\x16\x0a\xae\xa1\x7f\x5a\x81\x0a\xc8\x68\xc1\x7b\x62\x7e\xe6\xd9\x56\xdd\x6e\xe9\x7a\x69\x11\x16\x05\x96\x84\xdf\x76\x19\x12\x84\x34\x45\xc5\x8e\xab\xef\xd7\x45\xec\xff\xab\x57\x13\xac\xcc\x46\x85\x35\x8f\xa0\xba\x81\xd8\xd8\x7e\xfe\xf7\x37\xfa\x1a\x5b\xc9\x6a\xbf\x35\x98\xfd\x52\x7e\xea\x23\xdd\x62\xf6\x4b\xf9\xd8\x7e\xd6\x74\x4a\xc5\x4a\xcf\x32\xc3\x86\x2b\xd9\xad\x1a\x58\x67\xe8\xd6\x6d\x08\x77\xb5\xb0\x76\xe4\x63\x4d\xf2\x10\xc3\xa4\xee\x07\x9f\xf6\x5e\x47\x59\xcb\x16\x5a\x81\x53\xa8\xe0\x19\xdf\xf2\xbf\x7d\x92\x4c\x38\x0c\xa1\x90\x04\x32\x8a\xbf\x94\xd7\x26\x5f\x93\x9a\xda\x82\x86\x93\x35\x4e\x7d\x5e\x15\x06\x9f\xfa\x5c\xd7\x98\x18\xfa\x9a\xa4\xdd\x3a\x95\x99\xfc\x16\x2a\x6b\x4e\x62\x4d\x56\x7b\x60\x20\x55\x18\xd9\xaf\x5a\x54\x65\x38\x55\xe9\x16\x8f\x58\x56\x79\xca\xb3\x6d\x9d\x6e\x7a\x36\x6a\x9c\x04\xe3\x27\x41\x50\x0f\x1b\xf9\x04\x76\xd0\x37\xdb\xa2\x48\x09\xd6\x8d\x09\xb0\xa5\xe1\x36\x6a\xac\x4c\xf9\x55\x98\x7a\x88\xb8\xc8\xfa\xf1\x8f\xc9\xab\xae\x0b\x0a\xa5\xfb\xb4\xae\x0f\x6d\xb5\x26\xb9\xe7\x6a\x91\x15\x5a\xc9\xd6\x81\x29\x6f\xcb\x46\x95\x03\x3f\x5d\xaa\xd8\x74\xcb\x20\x63\x88\x28\xdb\x80\x19\xae\x8c\xe2\x71\x49\x4b\x18\x29\xec\x49\x6a\xbe\x92\xa2\x00\xbc\x66\xdb\xe0\xbb\xad\xbd\xac\x46\x36\x51\x35\xa9\x50\x22\xe5\x09\xe3\xdb\xbc\xee\x65\x5c\x2d\x50\x43\x4c\xe3\xad\x38\x72\xd9\xaa\x1a\x9e\xe3\xcd\xbe\x8c\x97\x5f\x71\x7e\x5c\x17\x20\x48\x01\x1f\x09\x40\x08\x20\x86\xc7\x06\xec\xea\xae\x00\x66\xdd\x52\xf6\x42\x35\x15\x67\xb1\x20\x97\x02\x1d\xa3\x75\x12\x97\xec\xe8\xf2\xb3\xd0\xa9\xb2\x33\xaf\xac\x9d\xb6\x6a\xb7\x66\xfb\xbb\x27\x09\xca\x9c\xa8\x75\x7b\xbc\x76\x82\xd0\xe1\x54\x73\x97\x45\xdd\xf0\xe2\x5f\x24\xe6\xf0\x77\x5b\xfd\x61\xfd\xde\x1d\x9e\xb8\x78\x87\xa7\xcd\x86\x87\x27\x6f\xde\x61\xf5\xcc\x12\x72\x54\x6b\xb9\xa9\x41\xbe\xa4\x7e\x8d\x96\xda\xac\xae\x5c\xff\xba\xa9\xd2\x28\xa2\x9d\x34\xd5\x0a\xf0\x06\xc4\x67\x8b\xdd\xaf\x16\x41\x68\x0d\xba\x1e\xb5\x22\x50\x7b\x52\xd2\xb3\xd2\xc0\xa9\xc8\x1e\x10\xb0\x03\x32\xce\xab\xbe\x30\x66\x5c\x05\x6d\xcb\xa2\xa7\x75\x01\xa9\x68\x6b\xc5\xa2\x02\x52\xe4\xb1\xd5\x8a\x72\xb4\x7a\xd6\x97\x88\xc6\x00\x6b\xd0\xa8\x64\x39\xde\xc5\x96\x2d\x29\xda\xfe\xaa\x82\x9c\xcc\xf7\x8d\x77\xa3\xde\x74\x55\xb4\x95\xff\x1b\xb9\x4e\x7f\xac\xd7\x15\x33\xc2\x2c\x0c\xd2\xc9\x93\x54\x37\xd4\x62\x1f\xc3\x77\xf6\xdc\xf3\x8c\x6f\x85\x7a\x15\x29\x1a\x5b\x15\x7c\x45\x45\xac\x9b\x54\xf1\x74\xf5\xe1\xa5\x88\x45\xc6\xa1\xe4\x19\x73\xbf\x66\xd6\xf1\x2a\x56\xd1\x28\x26\x5f\xa2\x99\x5a\x40\x44\xc9\x64\xd5\xb9\xc2\x80\x08\xe4\x73\x6c\x1d\x36\xab\xcb\x0f\x48\xc4\xfa\x35\x4f\xca\x90\x4a\x6c\xed\x55\x31\x4d\x96\x4b\x1b\x4b\x53\x81\x9f\x47\xe3\x84\x38\x92\xa8\x8c\x8e\xde\xdb\xda\xf9\x7a\xd1\xeb\xdb\x33\x46\xa6\x92\x63\x17\x59\x9e\x52\xb4\x9f\x15\x5c\x3d\xba\xe0\x0b\xc4\x9b\x95\x3a\x58\x54\xad\xd6\xc5\xd6\x9f\xd1\xd0\x1b\xf5\xff\x4a\xa8\x3e\x39\x36\x8e\xb4\x2a\x14\x26\x58\x07\x34\x76\x6c\x63\x59\x75\x20\x44\x79\x6b\xb5\x4c\x6d\x10\x8d\xc2\x47\x0e\x00\xd2\xee\x53\x91\x50\xc1\x45\xe4\xa9\xe5\x19\xf1\xdf\xc4\x36\xe8\x2e\x29\x5a\x8f\x96\x2d\x8c\x93\xef\x5a\xbf\x1a\x6e\xd4\xe0\x34\xf4\x42\x9f\xd4\x9b\xd2\x6a\x6a\x31\x66\xb5\x98\x02\x52\xb7\xa2\x9d\x57\xeb\x50\x49\xdf\x2b\x35\xd1\xdb\x99\x32\xaa\x6a\xfd\x5c\xa5\x12\xf5\x4b\xd8\x1b\x03\xf9\xfe\x32\x08\xa1\xbd\x42\x0b\xc9\xa6\x3d\x67\x51\xdd\x7f\x5a\x83\x08\xe4\x52\xc2\xb4\x5b\xf6\xc7\xe6\xd1\x02\xcd\x68\x13\xd7\x5e\xf6\x23\xb2\x28\x29\x4a\xdb\xf4\x8a\x08\x0c\xdd\x2f\x84\x16\xaf\x16\x8d\x93\x8d\x8e\x88\x61\x26\x07\x96\x34\x34\x32\xdb\x5f\xb4\xab\x6d\x73\x50\x92\x29\xb9\x47\x89\x22\xc9\x3a\x46\x64\xcb\xa5\x36\x7e\x80\xfb\x06\x2f\x62\xe5\xd4\xdc\x4d\x0e\x71\x3b\x2b\x94\x8a\x89\x9c\x57\xe4\x61\x25\xc1\xa8\x7a\xa3\x3e\xa8\xb5\x3f\xfc\xfd\x0b\xd2\xd3\x1a\x01\xeb\xa4\x62\x2f\x65\xca\x7f\x33\x38\xb2\xeb\x50\x32\x73\x15\xc3\x5c\xd9\xc4\x8d\xa8\xcc\x84\x9c\x22\xe6\xa5\x97\x1e\xbf\xc2\x90\x34\x58\xa6\x72\xe0\x29\x9e\x15\xaf\x3d\xd2\xdb\x93\x97\x48\x28\xa9\x94\x45\x68\xac\x17\xd5\x9d\x4f\x80\xa6\x54\x58\x2a\x76\x5d\x25\x6e\xc7\x32\xca\xe7\xc1\xc8\x98\x96\x7c\x65\xbb\x2e\xde\x1f\x95\x20\x72\x85\xfa\x58\x77\x4d\x41\x62\xa8\xd9\x71\x5c\xc6\xf9\x32\x49\x23\x3b\x72\x5d\x50\x2b\x46\xc3\x79\xbb\x04\xda\xa9\x17\xae\x29\xc0\x97\xd2\x81\xaa\xa8\x41\xc4\xf1\xc6\x10\xc1\x19\x05\x56\x3d\xc9\x6b\x63\x6c\x34\x60\xab\x8f\xa2\x97\x28\x66\x9b\x46\x64\x55\xd2\x82\x13\x33\x0d\x9c\x71\x60\xaf\xd1\xb4\x5c\x2e\x1a\x99\x1d\xc0\xc5\x5e\x38\x79\x8d\x75\x87\xe2\xd1\x13\x4d\x1e\x7e\x0c\x9f\x19\xf7\x9e\x87\xdd\xe0\xd3\xab\xbd\x38\xe1\xeb\xfe\x7b\x8d\xb7\xa0\x15\xbc\xf8\xd6\x36\xda\x3d\x36\xb2\xb4\x54\x27\xf8\xb8\x10\xee\x32\xf4\xdb\x51\x20\x00\x18\xb0\xf2\x85\x2e\xad\xac\xfb\xe9\x2a\x50\x6a\x16\xe8\xc4\x4b\xcb\xba\xb8\xfa\x96\xc6\xf2\x5f\x74\xfd\x5b\x4d\xe3\xdb\x7e\x3c\x80\xfa\xbb\x7f\xce\xfc\xd7\x3a\x54\xf2\x16\xef\xca\xdf\x7b\xd7\x69\x12\x8e\x46\x71\xea\x3b\x5d\x66\x2d\x4c\xe5\x78\x40\x4a\xad\x23\xd3\x26\xcb\xc8\xf2\x38\x12\x46\xa5\xf0\x2d\x59\x26\xe9\xc4\x4a\xea\x98\xad\xcb\x45\x92\xc6\x96\xb3\x23\x98\xc3\x58\xb8\x90\xf0\x80\xc2\x56\xcd\x18\xbc\xfe\xde\xb2\x5e\x61\x1d\xd6\xae\x79\x5b\x54\x2b\x17\x27\x2b\x55\xeb\xa8\xdc\xf9\xda\xd0\x3d\x5b\x54\x30\xe7\x09\x36\x77\x9c\xa8\x1a\xc6\xec\x7a\x31\xee\x56\x07\x79\x84\x8e\xcd\xf7\x55\xde\x99\xac\x36\xa3\x7c\x34\xad\x0e\xce\x16\xe4\xdb\x45\x3a\xe8\xbc\x6d\x66\xaa\x24\xf5\x6a\xe5\x54\x56\x7d\x13\xda\x07\xef\x48\x98\x54\xf4\x1d\x53\xb6\x40\x7d\x17\x37\x72\x1d\x6f\x46\xf3\x27\x14\x41\x35\x04\xb3\x53\x50\xf6\x11\x53\x6f\xe5\x5b\x41\x99\x30\x85\xba\xb6\x16\xd2\xb5\x12\xbb\x49\x22\x5f\x5b\x23\x4a\x3a\xdd\x48\x72\x81\x7c\x4d\x63\xad\x36\x53\x41\x20\x2c\x1f\xeb\x65\x04\x2c\x2a\x54\xd3\xf0\x07\x4f\x18\xc4\x64\x91\xad\x35\x8f\x44\x8f\x96\x93\x76\x9b\x2a\x26\x05\x59\x6f\x26\x05\xa4\x40\x30\x81\x12\xc1\xb3\x4e\x3d\x4c\xa3\x42\x2c\x32\x2b\x6c\x18\x69\x34\x74\xa4\x40\x45\x57\xa7\xca\x42\x48\x1b\x2d\xd8\xcf\xa3\x28\x8f\x4b\x5a\x2c\xdb\x27\xd3\x66\xfa\xe8\x59\x91\x64\xd4\x70\xbc\x5c\x95\xfb\xce\x3a\x56\x09\x55\x14\x75\x05\x4b\xae\x28\x33\x84\xbe\x20\x2d\x33\x55\x53\xe9\x0a\xe3\x55\xa4\x72\xc9\x52\x91\x51\xb3\xe2\x73\xb8\xd2\xb1\xd5\x5f\xab\x05\xc3\xa3\x92\xa4\x00\x37\x12\xa3\xcd\x52\xdb\x23\x8b\x35\x47\x6e\x17\xaa\xba\xcc\x60\x9f\x5f\x6a\xd4\x8a\x7f\xa9\x5d\x05\x2a\xf8\x5e\xc7\x2c\xad\x96\x2b\xc5\x69\x40\xfb\x01\x0e\x0d\xa0\xeb\xa3\x58\x4f\x95\x85\xd7\x21\x50\x8a\x2a\x79\xb6\xaa\x79\xeb\x65\xb0\x14\xc6\x5f\x4f\x8d\x0d\x97\x48\xf9\xad\x5a\x01\x2d\x86\xf9\x2f\x07\x6b\x38\x8d\x0a\x1e\xc7\x55\x38\x31\x3c\x02\xdf\x23\xf5\x8a\x00\x8c\x03\xa5\x5c\x0f\x18\x22\x84\x1e\x8a\x63\xdc\x31\x54\xa6\x88\xca\xc4\xaf\xd0\x4f\x36\x61\x6c\x15\x2b\x73\x54\x15\x61\x1c\x2c\x1c\xab\x99\x05\x28\x5b\xe6\x30\x29\x6c\x2f\x1c\x49\x6c\x93\x6c\xaf\x1f\x15\x6c\x51\x86\xe0\x2b\xf7\x87\xac\xe5\xcd\xe3\x48\x65\x11\x00\x7e\x5b\xc9\xbb\x94\xeb\xd1\x1f\x0a\xa7\xac\x67\x60\xbb\x5a\x28\x9b\xeb\xa1\x31\xba\xb6\x3c\x9b\x92\x82\x84\x79\x5c\x7b\x7e\x80\x4d\xb9\x06\x0b\xbd\xb3\x99\xf1\x8e\x44\xbd\x9b\x65\x88\x30\xa9\x7a\xd0\xc7\x79\x9e\xe5\x56\x12\x4f\x1d\x72\xaa\x62\x33\x7c\x5c\xa8\xcb\xac\xe3\x3e\xfc\x67\xa1\x1a\x9d\xb6\x17\xab\xa0\xc2\x4a\xa9\xc6\xaf\x75\x2a\xdf\x1e\x6d\xa0\xdc\x4c\x51\xbc\x54\x49\x6b\x30\x8d\x0a\x95\x2a\x72\x1a\x15\xaa\x67\x15\xe1\x37\x49\x27\x27\xf0\xb0\x6d\x87\x40\xb0\x68\x17\xa9\x26\xcd\x5a\x8d\x4d\xec\x26\xf2\xd7\x87\x7b\x1b\xe3\x75\x58\x25\x56\xf0\x88\x4a\x61\x6f\x55\x2d\xb2\x7c\x94\x34\x43\x64\xb9\x97\x0d\x4f\x2f\x9c\xc6\xb7\xb6\x88\xe2\x18\x7a\x50\x74\x18\xa6\xaf\x71\xa1\x6e\x7b\xe5\xf0\x81\xda\xcd\x51\xb6\xda\xab\x64\x45\x43\xcb\xab\x2a\x8d\xb7\x26\x51\x59\xbc\x52\xfc\x8e\xfc\x0d\x02\xd5\x2a\xe5\x4e\xe6\x1b\xb5\x67\x1b\xad\x15\x66\x9c\x43\x14\x4c\x56\xd6\x87\x0a\x7a\xab\xfa\x67\x80\x00\x08\xc5\xdb\xfb\xa2\x2a\x51\xcc\x83\x23\xd4\x6c\x62\x21\x54\x30\x38\x5c\x0d\x27\xf1\xb8\x51\x37\xc1\x02\xaa\xb4\x24\x6a\x21\x4b\x79\x9b\x07\x45\x15\x4e\xa1\xf0\xd1\x02\xba\x64\x32\x05\x7e\x30\x2a\x48\x28\xdc\x4a\x76\x20\xd3\xb3\xdf\xc8\xde\x58\x3a\x06\xfa\x00\x88\x98\x53\x95\x38\xc9\x73\x90\xc6\x69\xa1\xd0\xad\x3b\xca\xe3\x38\xb5\x02\x03\x5b\x71\xc4\x2c\x99\x50\xaa\x3d\xab\x33\x74\x27\xc6\x64\x1c\x70\x5e\xd4\xc7\x2f\x98\x43\xca\x8d\xf2\xb9\xea\xfe\xbf\xa8\x4e\x29\xa7\xd4\x17\x5f\x86\x6e\x57\x4b\x50\xb9\xf8\x48\xa4\xb4\xcd\x72\x15\x2e\x5e\x0b\x04\xf1\x51\xd5\xc6\xc5\x57\xf5\x6d\x6f\xa2\xe3\xa8\x59\x89\xbe\x52\x51\xea\x02\x9b\x20\xa1\x1e\x97\xec\x35\x1a\x27\x18\x3f\x1a\x0f\xf3\x89\x37\xee\x6b\xd8\x76\xc3\xfe\x8b\x31\xe9\x81\x08\x59\xdd\x78\xf1\x0d\xf6\x8f\x98\xe3\x1a\x45\x28\x4a\x6d\xaf\x6c\x00\xda\x71\x5e\xc8\x1f\x92\xe8\x2d\x13\xa0\xe0\xe6\xf8\xab\x62\x43\xa7\xaa\xc7\xe3\x13\x1f\x18\x8b\x82\x13\x2f\x95\xb4\x52\xd3\x63\x6a\xc9\xd4\x71\x80\xf9\xaf\xbf\x5a\x71\xba\x6e\x63\xbe\x3a\xfb\x28\x1e\x7d\x2e\x69\x69\xac\xdd\xc8\x14\x05\x86\x8e\x6a\x47\x83\x4e\xe3\x6d\x58\xeb\xcc\xee\x5c\x62\xcc\xea\x78\x29\x98\xdd\x3e\x8d\x96\xc9\x08\x62\x53\xe6\x31\x12\x5a\x1e\xe4\x7d\x46\xd1\x44\xba\x36\x4f\xd3\xa8\xd0\xe2\x58\x1c\xd5\x71\xbf\x10\x25\x08\xae\xcd\x71\x7d\x38\xab\x3c\xde\x9c\x5a\xd0\x22\xc6\x87\xd7\x5a\x7e\x3f\xdd\x57\xac\xf4\x30\xe3\x64\x63\xdf\x67\x24\x38\x31\x16\x09\xdd\xf5\x68\x14\xc7\x64\xc9\xab\xbe\x26\x75\xef\x34\xd3\xe3\xb4\xde\xea\x95\x46\xfd\x03\x5a\x02\x5a\xd2\x34\x7b\x09\x15\x84\x5b\xe3\xa2\xf0\xd0\xf1\xae\xb4\xbe\x87\x73\x6f\xed\xee\xd2\xd8\xbc\x9b\x78\xf6\xc6\x0c\x5e\x95\x4d\x62\x7c\x3d\xb6\x6c\xe4\xd5\x75\x4a\x0a\xd9\xb1\xfd\xee\x2d\x3b\xd1\x1a\xb6\xd3\x3a\xee\x71\x38\x52\x0b\xe7\x26\xcb\x38\x55\x1e\x2c\x27\xc6\x36\x34\x0d\x8c\xed\xba\x4b\x55\x86\xd6\x2c\x86\x16\x7c\xcb\x54\xb0\x0e\xab\x36\x52\x01\x27\xbf\xb7\xfb\x47\x55\x85\x0a\xba\xd2\x4b\xcb\x64\xf1\x36\x8d\xf7\x8d\x44\x19\xe1\x8f\xd7\x23\x65\x68\x3c\x8e\xca\x48\xf7\x45\x41\x40\x5a\xd5\x41\x29\xee\x44\x3f\x42\x00\x2f\x6b\x3f\x69\xb7\x74\xae\x6d\xb2\x88\xa6\x47\x4c\x89\x7f\xbc\x4c\x10\xa9\xdc\x3c\x7e\xaf\x17\x0b\xfd\x4c\x5d\x81\x96\x6e\x4b\x0f\x4a\x5b\x69\x13\x64\xca\xa9\xf2\xd4\x2e\x4c\xe8\x53\x98\x7f\x50\xba\x59\x5c\xbc\x64\x25\x2e\x82\xd2\x20\xa7\x64\x48\xd4\x90\xe4\x4c\x6d\xbf\x31\xac\xfb\xa2\x0e\x83\xf2\xee\xa1\xf5\x31\xc1\x61\x93\x42\x95\xc1\xa5\x25\x2f\x53\x97\x04\xcc\x85\x2e\x41\x37\x67\x13\xa7\x01\xd7\x31\x2a\x23\x93\x08\x01\xd3\x54\x80\xd2\x91\xc7\xd3\x68\x93\x50\x94\xc3\x7f\x1e\x05\x52\x70\x3f\xaa\x6e\x35\xb1\x6b\x97\x4c\x23\x9d\xd5\xc1\xc4\x3d\xb4\x73\xfe\x55\x77\x97\x80\x23\x29\x56\x51\x39\x9a\xbe\xea\x42\x36\xb2\x9c\x36\x63\x1d\x37\x1e\x2b\xe8\xe0\x31\xe4\x0a\x62\x97\xc9\x95\xd5\x56\x6c\x51\x19\xb9\x89\xc9\x29\x71\xf2\x14\x7d\xc9\x1b\x2e\x49\x27\xda\x1f\xe2\xdb\x06\x53\xe5\xae\x83\x0c\xbe\x6c\x10\xb2\x72\x60\x05\x15\xdc\x93\x76\xd0\x7c\xb5\xac\x6e\x9c\x22\xe1\xac\xb5\x25\x9c\xa8\xed\x3d\x70\x1d\xac\x0a\x0a\x2b\x06\x29\xca\xab\x30\x39\x14\x5d\xc4\x90\x0f\x71\x05\xa9\xbc\x25\x06\xb4\x53\x23\x9e\x2a\x1e\xd9\x6a\x03\x3b\xef\x07\x94\x46\xb9\x7d\x63\x89\x93\x75\x25\x81\x62\x03\x14\x65\xda\x30\x22\x12\xa4\x4e\x8e\xac\xb7\xbe\x23\xb8\xf8\x8a\xa3\x17\xe0\x84\x3d\xca\xd2\x31\xe2\x61\x55\x0f\x48\xd2\x0a\x86\xa6\x96\x2b\x0f\xa6\xea\x6f\x57\x6f\xa1\xf2\x7e\xe2\x77\xf2\xe2\x26\xfe\xb9\xb2\x16\x5a\x9c\x5f\x9d\x6d\x62\xa2\x2a\x0f\xb3\x14\xab\x2a\x5e\xe1\xad\x12\x07\x7e\x38\xaa\x69\x64\x28\x3c\x90\x69\x94\x9d\x5a\x6a\x66\xef\x4a\xa5\x90\x14\x31\xd5\x1b\xce\x18\x4b\x2d\xbf\x92\xf4\xf8\x6e\x56\xb5\x55\xbd\xea\x72\x9c\x6c\x92\xa1\xaa\x32\xf9\x06\xc3\x30\x89\x16\xd0\xac\x41\x63\x09\x15\x31\x70\x5c\x13\x1d\x05\xa9\x75\x11\x4b\xd4\x4a\xa1\xb3\xc9\xc6\x58\x98\x0b\x0f\x5b\x93\x88\x35\x35\xca\xeb\xfa\xd0\xad\x95\xd1\x51\x01\x2b\xf7\xc6\xb0\x82\x9b\xad\x03\x52\x5b\x43\x55\x3d\xaf\x1c\xa1\x61\xed\x80\x55\x61\x2b\x49\x51\x5c\x59\x19\x87\x22\x4d\x28\xe3\x4d\xa1\x04\xae\xfa\x09\x42\x53\xe9\xa7\x4a\xdd\x7e\x52\x52\x94\x06\x55\x62\x49\xa0\x87\x05\x95\xb5\xe4\x27\x54\x15\x3f\x1f\x65\xab\xd8\xee\xa2\xa8\x14\xd8\x7e\x9d\x72\x28\xf5\xda\x72\x40\xf5\xb2\x61\xb5\x09\xbb\x4b\x95\x24\x47\x71\x84\x95\xa4\x39\x9a\x0b\x1d\x21\xea\x7a\x53\x91\xe1\x74\x1c\x6d\x73\x19\xd1\x85\x8b\x0f\x98\x14\xba\x9e\x7f\x67\x12\x97\x8d\xe8\x2b\x4f\x46\x6f\xd3\x18\x98\x47\x7c\x52\xbe\xfa\xab\xd5\x62\xaf\xde\x98\x87\xb7\x8c\x67\xe3\x3d\xa0\xe6\x31\x96\x8c\xff\xd8\x79\x3e\xc1\x87\x69\x5d\xc4\xec\xf8\x0b\xf2\xcb\xa3\xc1\xbb\x49\xae\xbc\x9d\x92\xfc\x8f\x95\xad\x14\x1f\x25\x52\xc3\x5f\x90\x8a\x49\x0d\x04\x72\x83\xe5\x16\xc8\x9b\x7b\x0c\x6e\xa0\xe3\xcb\x6d\x1a\xe7\x49\xd9\xc8\xe0\x09\x27\xf8\xc7\xe4\x38\x90\x98\xc2\xe2\x1b\x87\x8b\x68\x1f\xe7\x05\xdf\xcb\xf2\x60\x6c\x2b\xc5\x37\x56\x7e\x12\x88\x74\xa8\xec\xf1\xe5\x6f\xbc\x02\xe5\x40\x21\x2f\x1d\xbc\x57\xc6\x41\x94\x2b\xea\xf8\x05\xb8\x18\xf1\xf5\x17\xe4\xae\x32\x41\x36\xa6\xaa\xeb\x2c\x85\xea\x15\xfb\x5e\xd3\x40\x6c\x55\xa9\x5a\x1e\x25\x69\x11\xe7\x98\xa9\x11\x2e\xc0\x97\xac\x24\x84\x08\x29\xc6\x50\x04\x71\x72\xfa\x39\xb8\xda\x41\x93\xc6\x7a\x3d\x46\x73\x00\xf4\x12\xab\xbd\xdb\xa0\x47\x9b\x0a\xbf\x4f\x8f\x3a\x92\x0b\xb8\x88\xaa\x0c\xd8\x71\xf9\x5e\x7b\xad\xb8\x3d\x15\x38\x32\x19\xef\x2a\x5c\xa0\x2a\x7f\x8d\xa3\x51\xe9\x86\x2d\x98\x30\x46\x4b\x57\xd2\x49\x30\x2f\xb2\x76\x48\xee\x0e\xef\x71\xfe\x1c\xbc\xf8\xc3\xf6\x23\xeb\x7a\x04\x4a\x2f\x19\xcd\x1c\x00\xc9\x9c\x8c\x75\x11\x2b\xd0\x1a\x16\xb1\x51\xa1\xe2\x75\x63\xa9\x59\x49\xac\xae\x0d\x49\xec\xe4\xe9\xa8\x17\x48\xcb\x06\x5a\xbd\x42\x03\xd6\x33\x56\x68\xc6\x7b\xc8\x7b\xa3\xf1\x92\x5d\xa0\x86\xa1\x08\xba\x6a\x3f\x61\x6e\x61\xaa\x49\x1e\xad\xa6\xe6\x18\xad\xa3\x85\x9a\x40\x52\xc0\x67\xf5\xba\x14\x37\x07\x7e\xfb\xc8\x58\xc9\x9f\x38\xf8\x65\x34\x37\x69\xb5\xea\xa3\x00\xa9\x09\xfa\x6a\xc0\x69\xce\xfe\x50\x42\xf9\xb8\x78\xcb\xe0\x80\x9b\x57\x74\xc6\xe1\xb5\x79\xa9\x10\x81\xc0\x62\xaa\x84\x0b\x52\xe9\xea\x8f\x95\x15\x3a\x37\xdb\x03\x29\xf1\x31\x37\x78\x16\x8c\x29\x0d\xc5\xd1\x5a\x91\xc6\x3e\x8f\xbe\xed\xd0\x85\xb9\x5a\x17\x44\x8d\xea\x09\x5a\x03\x42\x62\x4c\x48\x10\xde\x90\xc9\x08\xe1\xa0\x42\x41\x8a\x35\xbe\x7a\xbf\x86\xde\x50\xf7\x26\xd9\xdc\x51\xa9\x92\xad\x17\xeb\x2f\x22\x6f\xe8\x05\x61\x0e\x13\x46\x9f\xb2\x3f\xf8\xd1\x4a\x65\xb2\x2c\x7e\x72\x3c\xa6\x9b\x64\x14\x43\xbc\xde\x57\x89\xb6\xff\xe8\x98\x23\x56\x5e\x84\x69\x32\xb6\x1f\xab\xb9\x70\xb2\xea\xd0\xf4\xd9\x23\xa1\xce\xb0\x16\x2c\x4d\x4b\xfd\xb3\x94\x9a\x44\x65\x00\x09\x36\x2d\xfa\x4a\x51\x04\x84\xf9\xdf\x95\x3b\xa6\x1a\x87\xea\xb8\x9a\x9b\x12\x83\x7b\x99\xb2\x69\x64\x19\x71\x5b\xb4\xcb\x34\xd2\xb9\xf5\xac\x52\x8c\x1f\x45\x3a\xba\xb7\x04\x4d\x75\xb0\x30\x5c\xc5\xa9\x2a\x49\x0a\x49\xcc\x5a\x72\x61\xcb\x55\x16\xfc\x69\x64\x45\xed\x24\x66\x3d\x67\xaa\x11\x04\x86\x45\x56\x18\x05\xc9\xd8\xea\x55\xc7\x7d\x82\xc9\xda\x11\x63\xa8\x48\x47\x82\x5b\x64\x76\x7e\xa2\x5a\xb6\x0f\x54\xc6\xa8\x24\xc5\x56\x99\x4e\xe8\x04\x21\xae\x54\x14\xa0\x6d\x25\x17\x06\x3d\x58\x81\xde\x14\x74\x69\x89\xbb\xbd\x83\x96\xee\x8b\x8a\x8d\x9c\x39\xaa\xae\x16\x60\xdc\x51\x19\xa9\x2c\x38\xe4\x1f\x4c\xda\x2a\xa2\xd5\x22\x95\x47\x94\xb4\x51\x49\xc1\xd6\x25\x44\x3c\x35\x99\x34\xdd\x04\x7f\xe4\x7b\xe5\x85\x44\xad\x62\x2c\x05\x2e\x79\x3b\x65\xfa\x19\xae\xcb\xf0\x1b\x4b\x64\x8b\x05\x1a\x05\xa8\x22\xaa\x24\xdf\xe8\x7c\x77\x94\xfe\xbc\xa8\x16\x83\x19\x29\xb8\xa5\xd8\x15\xb5\x29\xea\x22\x4a\xe7\xf2\xb6\xa5\x32\xd4\xd7\x6d\x54\x2e\xf5\x34\x9e\x44\xd6\x23\x86\xa8\x58\xe8\x22\xbb\x0f\x55\x2e\xe7\xf4\xdb\x3b\x59\xee\x26\xdf\xdf\x71\x1e\x63\x04\x0e\x79\xb5\xeb\x90\x27\x99\xee\x67\x19\x25\xc0\xfa\x2a\xcd\xa2\xfd\x09\xfa\x79\x9a\x98\x18\xc9\x24\x55\x83\x1f\x26\xb0\x54\xc1\xaf\x0b\xe9\xc6\x93\x3c\x86\x41\xa1\x4d\x7b\x23\x29\x6b\x2b\xaf\xd8\x6b\x4b\x75\x49\xfb\x4b\x06\x8a\x2a\x18\x89\x29\xb1\x41\x43\x67\x4d\x85\xed\xca\xbe\x74\x87\x84\x14\xac\xaf\x55\x09\xce\x98\x9e\xec\x64\xb4\x5f\x71\xa1\xde\xca\x9f\xf6\x2b\xaa\x1d\x86\xdc\xcc\x48\x45\x50\xb1\x22\x48\x0d\xbf\x17\xf2\xe4\xa1\x6c\x07\x7c\x45\xa8\x3d\x59\xbe\xd2\x56\x8c\xd6\xa0\xb2\x15\xcc\x5a\xef\xb7\xac\xc8\x6a\x80\x8d\x6b\xfe\x6f\xf0\xd4\xe0\x44\x01\xb5\xe8\x53\x09\x79\xe4\xf4\xa7\x9c\x72\xc7\xf6\x6e\x8d\x00\x4e\x65\xe5\xb7\xac\x4d\x69\x76\x75\x1a\x47\x6b\x62\x3a\x5a\x8c\x4a\x93\x67\xbd\xa2\x39\x61\x87\xca\xdb\x0c\xcd\x52\x69\xe4\xd6\x1c\xa1\x57\xf0\x18\x49\x0e\xf1\x2b\x40\x16\x7d\x99\xdb\x0f\xba\xca\x71\x7f\x90\xd5\xbd\x71\xaa\x05\x98\xde\x89\x83\xad\xe1\x05\xd2\x26\x98\xcb\x00\x81\x37\xb4\x97\x43\xf9\x29\xb0\x91\xa4\x6a\x78\x1c\xa1\xa1\x75\x90\x62\xc0\x7a\x65\x33\x52\x05\x54\x1d\xfa\xd8\x52\xbd\x1b\xdd\xbd\x64\x8e\x22\x23\xa0\x04\x8b\x0e\x0d\x67\xa8\x4e\xd7\xe9\x75\xd5\x61\xd0\x05\x43\xd5\x8e\x4a\xda\x5d\x9b\x9d\x5a\x26\x39\xd2\xe3\x3d\xb1\x4a\x56\x5a\xd3\xcf\x31\xa0\xaa\xc4\xe6\xf4\xd3\x24\xcf\x56\xa7\x6a\x54\x19\xa4\xbc\xdd\xa9\xaa\x1e\x0f\x3d\x7f\xc5\xd1\x1c\x2f\xd4\x1a\xf4\x98\xf3\x5d\x1d\xd9\xd1\x7e\x04\x0a\xb1\xd4\x66\xaa\x30\x18\x25\x16\x0e\x73\xd5\x81\xb9\xc3\x5f\x4d\xa8\x7f\x7d\x64\xd4\x96\xe8\xe9\x5a\xfb\xad\x16\xab\xb6\x7d\xba\x67\x81\x6a\x29\xeb\x73\xed\x7e\x44\x5f\x8e\x6b\xeb\x6c\xbe\x84\x24\xe7\xc3\xda\x33\x7b\x09\x5a\x60\xa6\xd8\x95\x3c\x81\xc7\x9a\xc3\xf0\x35\xf0\x83\x97\x61\x3b\x44\x2b\xc5\x3f\xce\x9f\xb0\xd1\x18\x76\xc5\xab\xe7\xbd\x60\xce\x43\xf9\xd9\x6b\xc0\x86\xaf\xa1\x1d\xc3\xb6\x6b\xe5\xab\x46\x2a\x20\x4c\x9f\x33\x93\x91\xb5\xfe\x4e\x47\xf2\xa9\xbf\xd0\xbe\x39\x4b\x8c\x24\x64\x12\x18\xae\x8b\xd8\x06\x60\xd2\xd1\x99\xe5\x83\xa4\xd1\xb4\xa9\x45\x5c\x9e\x02\x76\xcb\xbd\x58\x9d\x09\x1d\x4a\x15\x96\xd0\x8a\x80\x82\xb6\x51\x91\x49\x62\x59\x22\x59\x83\x01\x48\xf2\x78\x53\x3b\xf9\x24\xc8\x38\xc6\x07\x84\x9a\xb5\xd1\xd6\x7a\x15\x8b\xfa\xd8\x47\x8b\x2c\x8d\x89\x09\x49\xe3\xed\xa9\xb1\x9b\xcd\x87\x2c\x8f\x79\x65\x31\xe8\x25\x91\x44\xca\xf2\x5c\xcf\x41\x89\x7f\xe5\x41\xb1\x68\xc5\x22\x2e\x8f\x47\x42\x2d\x99\xdc\xf3\x7a\xa1\xf5\x49\xc4\x20\x39\xc6\x61\xa7\x50\x00\x5f\x7f\x81\x6a\x18\xbd\x2b\x2a\xab\xac\xd9\xa5\x89\xb2\x99\xd7\x1f\x77\x4d\x19\xbd\xa6\x13\x84\x5f\xc9\x13\x69\xf7\x65\xef\xfb\x89\x77\xeb\x22\xb6\x61\xa2\xb2\x9d\xd9\xca\xba\xe3\xcb\x32\x5b\xea\xc7\x75\x11\xdb\x35\xc7\x0a\x36\xb1\x71\x1d\x2e\x15\x54\x23\x1a\x70\xb1\xcf\xdf\xe0\x5d\x31\x0d\x49\xa1\x0d\x34\xc2\x54\xa5\xf8\x5e\xaa\x22\x3b\x8b\xad\xda\x5d\x6f\x97\x14\x65\x61\x0f\xc3\x04\x2e\x53\x25\x30\xa4\x30\x3f\x7e\xa1\x4f\xd3\xf8\xd4\xa1\x84\x21\xb6\x23\x74\x9e\x1c\x51\x16\x6d\xca\xd7\x4f\xc9\x82\x70\xca\x94\x8e\xd8\x80\x60\x6d\x49\x70\xee\x44\x55\x63\x9a\xe6\xe8\x6b\x11\x17\xed\x3c\x5b\x26\xa4\x3b\xd5\x85\x4a\xfa\x45\x6b\x63\xcd\x79\xf9\xcb\xd2\xf4\x56\xa6\x20\x29\x1a\x75\x22\x61\x54\x54\x6e\xb6\x69\x54\x79\x54\xc7\xf6\x92\x58\xed\x75\x99\xa9\xf9\x2b\xfe\x6b\xa0\xad\x3a\xe4\x65\x60\xf1\x2a\x4a\xd8\x4a\xaa\xd7\x8d\x4e\x40\xa2\x3d\x5e\xf0\x96\x91\x20\x58\x45\xbc\xf2\x85\x58\xe7\x25\x19\x04\xa8\x93\x98\xa4\xb5\x1b\x47\x35\x74\x8c\x39\x48\x58\xaa\x1e\x35\xf9\xbd\xad\x95\x50\xdf\xaa\xa1\x2a\x26\xc0\xfb\x6e\x03\xd7\xfb\xc5\xad\x12\xc5\xe9\xc0\x14\xc3\xaf\x3c\xdb\x16\x71\x0e\x2a\xa1\xd7\x78\x13\x47\x0b\x2b\x05\x2c\xd9\x8e\xa1\x6f\x02\xc4\x19\x24\xe3\xa0\x00\x2e\x4a\x55\x78\xfc\x3e\x5c\x97\x64\x3b\x25\x5b\x4c\xd2\x49\x3b\x2a\x8a\x6d\x96\x8f\xeb\x69\x2b\xe8\x68\xeb\xdf\x0b\x48\xb1\x1a\xa5\x16\xaf\x50\xf3\x92\x58\x9f\x70\xa4\x18\x7e\x13\xb2\x42\x66\x71\x95\xc7\xdf\xc9\x8e\xac\xf8\xd6\xdf\xfa\xf7\x36\xca\x53\xd3\x56\x8f\x4c\xb2\x86\x63\xcc\xdb\xfe\x6e\x66\x33\x8e\xbf\xe3\x3c\xd7\x45\x68\x8c\xad\xc7\x67\x4a\x25\xb3\x1f\xef\x4a\xc8\x40\xa0\x58\x7d\x24\x2f\xc1\xb7\xc0\x84\x61\xd2\xab\xf3\x9c\x41\x14\xb1\x22\x8d\x56\xc5\x14\x04\xbd\x4b\x2b\x23\x87\xed\xa5\xab\xe2\x50\xa9\xf8\x5d\xd4\x04\x64\xf4\x51\xb1\xc3\xd0\x84\x66\x11\x83\x2d\x2e\x05\x83\x54\xfe\x1b\xb6\xbd\xd3\x5a\x72\xf6\x0b\xf2\xef\xce\xad\x1c\x52\xb8\x3a\x90\xa0\xba\xcc\xd0\xe8\xc8\xba\x00\x53\xdc\x3e\x6b\xef\xf2\x4a\x81\xad\x0d\xd3\x86\x66\xb0\xf6\x15\xd3\x33\x55\x62\x82\xd1\x7d\xd7\xaa\x98\x92\x9a\x69\x61\x52\x04\x7a\x56\xa0\x96\xad\x01\xa8\xe6\xab\x03\xef\x42\x22\x95\x7f\x81\xf3\xb7\x06\xe6\x69\x54\x50\xd8\x55\x48\xae\x62\x85\x0b\x4a\x29\x3b\x01\xc3\xb4\xdc\x54\x02\x9b\xa9\x67\x6f\x6c\x9d\xb3\xd4\xee\x42\xdd\x0a\x58\x8b\x22\xd6\xe2\x83\x4a\xc5\x98\x14\x56\x22\x8a\x5a\x80\x11\xb0\x60\xad\xce\x7e\x58\xc6\x3b\xeb\x62\xfe\x22\x99\xc5\x34\x2a\xfa\x51\x9e\xc6\xe3\x97\x35\x65\x7b\x51\xce\x43\x64\x48\x5f\xd2\x0c\x8c\x4b\xbb\x9a\xc1\x90\x7e\x6a\x1d\x09\x2c\x80\x32\x0a\xc5\xf4\xe5\xa8\x92\xae\x7a\xc7\x68\x5b\x60\xd5\x8e\xe4\x40\xf4\x49\xd0\x67\x35\x4b\xfd\xb8\xac\x4d\x42\x89\xbe\xf4\xa1\x01\xec\x4f\x6e\xc9\x10\x63\xcc\x3a\x78\x59\xfa\x02\xe5\xa6\xf6\x6b\x5c\xac\x17\x25\x4d\xaa\x41\xa3\x5d\xa7\x36\x10\x6b\x0d\xd8\x24\x46\xbf\x1f\x2d\xaa\x7d\xb3\xbe\x81\x99\x22\x2c\x6a\x70\x5b\x19\x79\x8e\xc9\xf5\x40\xf6\xbb\xed\x13\xef\x6c\xd7\xc3\x6a\x9a\x45\x45\xf5\x83\xaa\xa7\xbb\x8a\x46\x14\xf2\x4b\xe1\xb6\x5e\x9a\x94\xc8\x70\xa6\xeb\x65\x9c\x63\x62\xee\xbc\xb4\x9f\xd5\x22\xea\x02\x1d\xf8\x70\x15\xe5\x85\x45\x06\x93\x03\x2b\xd4\x2f\xcc\xf3\x85\xf9\x79\x09\x59\xe8\x97\x31\x05\xe2\x90\x9c\x07\xfe\x84\x74\xfb\xa4\x0e\xed\x2e\x32\x24\xbc\xd0\x77\x1f\x2d\x61\xac\x60\x28\xea\x19\x3e\x97\x10\x46\xa2\xc6\x46\x02\x14\x06\x34\xd5\x2d\xa3\x32\x19\x15\xea\x11\x8d\x1d\x46\x73\xcb\x9a\x4b\x79\x88\x95\xf1\xd2\xe4\xec\x55\xb2\x4c\x46\x4d\x8f\xa8\xbe\xaf\x62\x94\xe0\x0f\x74\x9e\x27\xf7\xd1\xd5\x42\xad\xa0\xc9\xc4\x8a\xcf\xb0\x3c\xf8\xd3\x34\xad\x1d\xa2\xd5\xb0\x75\x01\x74\x56\x31\x2c\xc8\x52\xdb\x24\x10\xed\x25\x30\xb8\xb8\xba\x42\x17\x4a\xf9\x62\x67\x5d\x2e\xb3\xf5\x68\xaa\xad\x3c\x54\x0a\x68\x8a\x04\xb6\xa4\x64\x63\x4a\xa4\x03\xa4\x14\xb9\x28\xaa\xf4\xa5\x99\x4a\x5b\xb7\x1e\x4d\x31\x64\x08\x86\xd4\xb7\x75\x6d\xcb\xa8\x1c\x4d\xe3\xc2\x2a\x52\x84\xa5\x6c\xc2\xaa\x08\xa3\xc1\x7b\x4e\x02\x62\xe5\x89\x2e\x3d\x5b\x44\x61\xd2\x44\x93\xe8\xd2\xa5\x12\x50\xd5\x9a\x8a\x59\xaa\x92\x07\xca\xab\xcf\x66\x93\x75\x46\x5f\x42\x18\xd5\xe6\x28\x46\xaa\x6b\xfa\xa1\x6a\x95\xb6\xe5\x6b\x8d\x8b\xbe\xa2\x22\xb6\xea\xcb\x9e\x61\x85\x74\xa6\x6c\x8a\x48\x00\xf6\x34\xd5\x91\x58\x4b\x08\xeb\x10\x7e\xcd\x14\xdb\x8d\xde\x3c\x14\x6d\x07\x53\x5f\x67\x7e\x5c\x1a\x2f\xaa\xef\x24\x1d\x53\x76\x0d\xf8\xa7\x43\x4f\x50\xc2\x90\x71\x9c\x96\xca\x0c\xbf\xb6\x1b\x8d\xd4\x94\xfd\x71\xfe\x6c\xc1\x63\xbc\x75\xb4\x63\xcb\xe2\xb8\xac\xb4\xba\xfa\xf4\x5e\x43\xf2\x00\xce\xe7\x26\x25\x9c\xb6\xf5\xb1\xaf\x72\x88\x23\xa4\x94\xcf\x8b\x45\xb6\x85\x31\xf3\x6c\xbc\xd7\xb4\xff\x11\x00\x57\xf3\x3d\xf3\x45\x36\x9a\x2b\xbb\x1f\xb6\x88\x73\xa5\x01\xc1\x5e\xc1\x22\x56\xde\xec\x01\x26\x33\xf8\xaa\x16\x94\xd9\x0a\x97\x4e\xc5\x9b\x81\xdc\x08\x31\xd1\x20\x12\xac\x8c\xe5\xbd\xf6\x14\xc2\xc0\x34\x10\xc0\x22\x8f\x56\xb4\x8d\x95\x67\x6f\x41\x96\x9b\x60\x45\xb6\xca\xd2\x22\x81\x90\xfb\x47\x15\x83\xb1\x49\xc3\x44\x2e\x4a\xe0\x5b\x7a\x54\x60\xc5\x3e\xcf\xb2\x7c\x0c\x2e\x79\x85\x72\x70\xb6\x0b\xa8\x53\x12\xf8\x60\xa8\x4c\x95\x3e\xa6\x56\x4c\xfd\x5a\x39\x97\x4b\x95\x32\xa7\x52\xaa\x3e\x97\x45\x20\x4d\xc3\x94\x62\xb2\x08\x1e\x95\x0e\x06\x63\x51\xd4\xc6\x33\x8f\xe3\x95\xc5\xdb\xd0\x1e\x51\xa8\x2c\x40\x44\x35\x17\x03\x1e\xc7\xa9\xec\x38\x36\xf1\x69\x83\x4a\xa8\x4f\x49\x76\x00\x16\x96\x27\x09\xb9\x2d\xda\xab\xc7\x3a\xbe\x41\x93\xd6\x67\x9b\x47\x00\x28\x43\xe0\x0a\x75\xca\xaf\x78\x61\xeb\xa6\x95\xf5\x98\x7c\x69\x23\x99\x24\x5a\x64\x13\xe2\x79\xaa\xcb\x4c\xe2\x1d\x53\x77\x19\xed\xac\x27\x60\xb2\xa3\xe5\x2a\x1e\xb3\x5d\x02\x83\xc0\x7f\x88\x1f\xcd\x42\x12\x89\xa8\xec\xed\x5b\x99\x06\x1a\x64\x37\xe3\x50\x3b\x4d\xe0\xa7\x76\xe2\x5c\x53\x52\x7b\x9d\x99\xfa\xea\x6b\x35\xd3\x46\xa6\x93\x1c\xc0\x84\xcc\x15\x61\x77\x48\x2a\xa3\xb9\x35\x2c\x49\x02\xda\xf6\x98\xf5\x77\x6a\xb5\xeb\xe5\x64\x04\x4d\x37\x8a\x76\x76\x47\x55\xa9\x1e\xa3\x8a\x1e\x84\xe9\x5c\x94\xa8\x61\x1c\x2f\xca\x08\xc8\xad\x89\x04\xc8\x4d\xec\xca\x02\x25\x3c\xad\xb5\x65\xf0\x0e\xe2\x21\x6d\xb5\x62\xb6\x9c\xd8\xc8\xdb\x6b\x63\xc7\x66\xa5\x2f\xab\x1a\xa0\x29\xa3\x37\xa3\xa2\x8f\xd2\x71\x94\x9b\x8b\xd7\xb5\x3f\xfb\xe3\xfc\x21\xef\x00\xfd\x1c\x88\xf0\x65\xd8\x62\x6d\x09\xd3\x51\x9e\x22\xc2\xfa\x92\xb8\x8b\x24\x4e\x9b\x38\x8f\xfb\xfa\x4d\xb1\x86\x04\xe7\xe4\x46\x9a\xa6\x10\xcf\x1d\xb8\xe9\x3c\xc9\x72\xcc\x18\xba\x44\xa2\x94\x47\x2a\x55\x07\xa4\xc9\x03\x60\x6c\xe9\x57\x84\x5b\x31\x3a\x6e\x37\x91\xc0\x4a\x61\x34\xf0\xac\x7b\xc7\x2f\x88\x78\x26\x52\x94\x70\x5f\xd5\x56\xcd\xe2\x94\x48\x72\x62\x6f\x7a\x99\xaf\xd3\x11\x85\x14\xa7\xd7\xc7\xdf\x99\xd1\xdb\x9f\x12\xf3\xaa\x0d\x44\x29\x21\x83\x55\x43\x82\xae\x95\x51\x02\x47\x88\x96\xae\x95\xbe\xe4\x9a\x8f\x94\xad\xa0\x79\x09\x7b\x9f\xd4\xa0\x17\xf3\x9d\x50\xea\x39\xac\x57\x59\x91\x02\x1e\x88\xab\xd5\x0d\x55\xaa\xe0\x40\x93\x74\x52\x29\xa5\xe1\x75\xed\xef\x2b\x9e\x2d\x47\x1e\x1d\x66\xe7\x24\x15\xba\x8c\x16\x8b\x23\x47\x17\x3d\x00\x96\x8e\x3d\xbd\x3e\x4a\x5e\x72\xfc\x56\xbd\x01\x67\xd8\x77\x4b\xe4\xa3\x98\x14\x5c\xed\x97\x68\x93\xe8\xd4\xcb\xc7\x85\x96\x79\x15\xf9\xc3\xa8\x93\xf7\x47\x05\xee\x3f\xbe\xbb\x87\xa7\xa8\xcf\xe1\xbf\x1a\x4f\xed\x51\x8c\x8c\x33\x6e\x25\x73\xbd\x6a\x40\xfb\x29\x25\x7a\xa7\x0d\x25\x5c\x75\xe4\x9d\x46\x05\xda\xc2\x55\xa6\x49\x81\xa2\xe4\xd6\x07\x3a\xfc\x38\x38\xc2\x21\xf3\x5b\x7b\x3d\xb5\xf3\xfd\x99\x87\x3a\x5b\x89\xc1\xe3\xcc\x9c\xbe\xab\x49\x3a\x94\x1b\x0d\x84\x3c\x3b\xde\x0d\x95\x67\x46\x87\x23\xb1\x44\xd7\x92\x36\xd4\x1e\xf5\x2a\xaa\xbf\x31\x87\xa7\x48\x7e\x36\x49\xaa\x6f\x52\x58\x8f\x31\xc9\xc1\x64\xb5\x6e\x99\x8c\xe6\x7b\x05\x17\x8a\x06\xc3\x4e\xd3\x89\x50\xd5\x75\x89\x1a\x17\x0a\x70\x24\xad\x17\xa7\x8d\x2c\x0f\xd7\xa5\x09\xb8\x39\xd4\x72\xd4\x4a\xb1\xfd\x49\xed\x95\x8e\x38\xfa\x7b\x15\x34\xf6\x00\xb1\x71\x92\x4e\xb4\x6b\xad\xb6\x05\xc1\x11\xc6\x60\xa9\x54\x21\xae\xd4\xbe\xa8\x19\xb3\xd2\x0a\xa7\x8e\x22\xd2\xd0\xf2\xfe\x26\xa2\x51\x67\x6a\xcd\x56\x26\x36\x1f\xda\x29\x99\xb8\x6b\xb6\x17\xb9\xe5\xb4\xf8\x8f\x93\x44\x66\x50\xc3\xdf\x9e\x75\xc4\xc1\xa4\xa0\x78\x4f\x85\x3c\xfd\x40\x97\xbe\x60\x4e\x2d\x1c\x04\x3d\x24\x45\x98\x42\x94\x24\xf2\xc8\xb1\x46\x68\xce\x00\x94\xe1\x91\x55\xdb\x58\x5f\xa4\x1a\xf5\x75\xe2\x90\x28\x1f\x06\x74\xa5\x1f\x2a\xe7\xfb\x61\x85\x92\x52\xaf\xc9\xfe\xb7\xa8\x06\x68\x87\x5b\x3b\xab\x01\x85\x9e\x5e\x03\x26\x84\xcf\x8b\x75\x82\x02\x9c\x7c\x12\x2b\x9a\x3c\xde\x95\x79\xf4\x2c\x4b\x94\xa3\xaa\xda\x08\x78\xd0\xac\x30\xb4\x00\x03\xb1\x19\xe0\x65\x3c\x4e\xd6\xcb\xa3\x62\xe8\xe1\x74\x29\xf4\x7b\xf4\xca\x8c\xe2\xe8\x15\x44\x1f\x93\x87\x28\x8f\xa3\xf9\x2a\x4b\x48\xdd\x03\x71\xa7\x48\xd0\x61\x4c\xd9\x69\x89\xd5\x82\x4d\xf7\xab\x69\xac\x1d\xb4\x16\xd1\x9e\x4e\x22\x92\x2d\xca\x28\x16\x7f\x02\x02\xd4\x36\xa8\x10\xa6\x36\x2d\xfb\x8a\x2e\x86\x12\x75\x8f\xc0\x83\x0e\x01\x62\x17\xaa\xcc\x00\x92\x6e\x54\x2f\x08\xa5\x01\x3d\x02\x9e\xb2\x5b\xf4\x49\xdc\x44\x79\x82\xee\xc4\xf4\x4b\xa7\x7b\x5f\x66\x87\xb0\xd8\xc9\xfe\xbb\xcb\x2c\x2b\xa7\x08\x59\xc8\x32\xd6\x4b\x87\xeb\x5c\xb2\x41\xd9\x02\x23\x96\x2d\x4c\xc2\x23\xd4\xd1\x24\x65\x4c\x39\x8d\x46\xd3\x78\x93\x5b\x97\x36\x3d\x13\xe5\x98\x46\x1b\xe5\xb4\x87\xbf\x0a\x15\xd8\xcd\xba\x5c\xf2\x53\x31\xe6\x93\xa2\x1e\x7c\xb7\x9e\x2c\xca\xc4\xb7\xc3\x21\x1f\xa7\xef\x42\x1f\xf8\x9c\x9c\x7a\xd3\x79\x41\x53\x29\x6a\x29\xb0\x2a\x99\x88\x55\xa8\x47\x3b\x7e\x2e\xd4\xb5\x4b\x68\x74\xd5\xc4\xfe\xb2\x8b\x93\x41\x0a\x95\xeb\x4e\x25\x88\xc9\x4b\xb4\xd1\x70\x13\xa6\xc8\xde\x61\xc8\x3b\x13\xc6\x4b\x0e\xd6\x84\x93\x04\x64\xaa\xe2\x6e\x63\x77\xfd\xa4\x9c\xd2\x52\x9b\xbc\xa2\xb4\x33\x43\xac\x52\x4b\x6f\x2c\x50\x1c\x84\x8c\x38\xcc\xde\x4b\x4b\x20\xa3\xc1\x34\x44\x27\xb0\x5b\xc4\xdf\xa5\x91\xf8\xc9\x86\x98\x1a\x11\x2b\x2a\xce\xd3\x69\x05\x93\x9a\x67\x39\x41\xe8\x00\x12\x12\x9b\xfd\x80\x37\xd8\x4f\xf5\x0d\x8e\x57\xe9\xc1\x71\x25\x79\x59\xa7\x23\xcc\x2a\x1f\xed\xf1\x4b\xb4\x51\xdd\xab\x0c\x57\x55\x60\x95\xa3\xb7\x96\xd7\x02\x8d\x3f\x47\x69\xe2\xc8\x70\xbb\xda\x1b\x29\x77\x36\xa4\x42\x26\x8f\x0f\x3d\x0d\x0b\x7e\xf8\x9e\xf8\x0b\x2b\x2c\x88\xdd\xf4\x4b\xb4\xc1\x53\xa1\x99\x64\x6b\xc5\x2d\xa8\xcf\xe5\x5b\xb3\x11\x3a\x60\x08\xc1\x8e\x1d\x40\x04\xdd\x80\x89\xb7\x84\x07\x6d\x23\x83\x16\x69\x20\x9e\x42\xf5\x10\xdc\x92\x8d\x0c\x92\xf0\x10\x2f\x92\xc7\x26\x48\xb2\x9c\x11\xf5\xa0\x55\x37\x84\xd8\xa8\xf6\xba\x50\x8b\x3a\x5c\x44\xe9\x64\x8d\xb2\xf6\xee\x5b\xf8\xca\x7c\x6f\xd8\xf4\x06\x96\xbf\x6d\x3a\x8a\xe9\xab\x22\xda\x48\xe6\x5e\xd7\x5f\x64\x20\x66\xce\xf2\x68\xa2\xe5\xe7\xfa\xe5\xd0\xf0\xbc\xda\x48\x1b\x3e\x90\xcf\x74\xff\xe9\xe7\x6e\x3e\x02\x18\x06\x85\xf7\x8a\xac\x41\xeb\x0d\xa0\x31\xf5\x68\x9c\x36\x74\x20\x02\xf9\x5b\xb7\xb6\xce\x35\xae\xa6\x4d\x29\xe2\x65\xa2\x7e\x7f\x65\x28\xc7\xcf\xd2\xb2\x97\x2f\x2c\x9e\x9c\x76\x5a\xf5\x52\x50\x25\xd9\x14\x56\x04\xa3\xc6\x4a\x89\x65\x7f\xd9\x8c\xf7\x22\x1b\x93\x24\x68\x9d\x96\x14\xa0\x40\xd9\x0b\xd4\x8a\x46\xeb\x5c\xdb\x4c\x92\xa0\xbc\x12\xc2\x6c\x19\x97\xd3\x6c\xac\xe2\x2a\x0e\xc1\x70\x3c\xfa\x8e\xd5\x6f\xb6\x58\xd0\x23\x87\x48\x97\x26\x84\xbd\xf6\xcf\xa4\x22\x74\x96\x18\x0e\x2d\xb5\x39\x91\x8b\xd6\xa3\x79\x82\xba\x23\x8b\x32\xc9\x41\x6f\x82\x3a\xde\xa8\xd8\xa7\xe0\xcf\x31\x8c\x95\xf9\x7f\x1e\x7f\xab\xf4\x19\xc3\x1c\x6f\x1a\x18\xfe\xba\x5c\x47\x8b\xc5\xde\xdb\x8d\x16\x6b\x10\xc1\xa1\x91\x5c\x31\x4f\x56\xf6\xd0\xe0\x72\x5a\x6b\xa6\x23\x2a\x8a\x16\x4c\x1c\x03\x6b\x97\x59\xb9\x5f\xc5\xba\x04\x62\x94\x23\xaf\xba\x2a\xa7\xd7\xea\xc7\xbd\xfa\x01\x6a\x69\xf8\x05\x92\x05\xe0\xee\x54\xf8\xc9\xa3\x82\xdb\x3f\xff\x8f\xf3\x67\x89\x62\xf6\xe2\xcf\xff\xf5\xe7\xff\xce\x7c\xe6\x7b\xcc\xf1\x18\x0b\x85\xd3\x61\xac\x27\xe4\xef\x8e\xd3\x72\x6e\xb9\x78\xbc\xe2\xce\x79\x93\x4d\x38\x73\x02\xc6\x02\x78\x35\xe1\x4e\x97\xb1\x2e\xfc\xf6\x85\xe3\xb3\xe0\x86\x3b\x21\x7b\x64\x0d\x7c\xeb\x3b\x21\xb4\x35\xe1\x4c\x2c\xb8\x23\x18\xf3\x84\xd3\x63\xac\xef\x8c\xe4\x6b\x21\x5f\x77\x65\x13\xbd\x67\xdd\x04\x6b\xba\xf2\xb7\x17\xc8\x8a\x83\x47\x27\x60\x62\xe3\x41\x1d\xd7\xaa\x23\xc7\x00\x7f\x82\xa6\xd3\x64\xac\xf9\x4c\xa3\x96\xfd\x35\xe5\x97\x3d\xe1\xc4\x8c\xc5\x02\xde\xbe\xc2\x97\x50\x33\x78\x81\xd6\x5b\xd0\x0a\x7c\xe5\xc9\x72\x71\x68\xb4\xe5\xc3\x48\xcd\x25\x60\x7e\x8e\xb3\xeb\xca\x92\xde\xbb\xee\x5c\x1c\xb8\xfc\x38\xe1\x4e\xc6\x19\x7b\x61\xf2\xe1\x5c\x4e\x5b\xfe\xf6\x98\xb8\xe2\x4e\x8b\xb1\x16\x0c\xae\x07\x43\x71\xd6\x9c\xb1\x3d\x4e\x37\xfc\xc0\xf1\x27\x82\x79\x77\x2e\x74\x30\x90\x55\x43\x1c\xa9\x70\x06\x8c\x8d\xbe\x1d\x8f\xb9\xa9\x70\x2b\x23\xf2\x99\x37\xe3\xb8\x36\xa1\x6c\x76\x8e\x7d\xc2\x7c\x22\x6c\x7b\x04\x7f\xbf\x65\x7b\xad\x01\x7c\xf6\x02\xab\xa8\xe6\x0c\x4b\x2f\xc7\x25\xa7\xef\xdf\x78\xf0\x3b\x90\x2f\xfb\x4e\x9f\x75\x16\xb2\xc5\x36\x03\x08\xe8\x7f\x43\x5b\x13\x0e\x80\x20\xc7\x39\xe7\x30\xfb\x0b\x61\xd6\x5e\x0d\xcd\x63\x2c\xb0\x7e\x0a\xda\x80\x90\xb1\xce\x23\x95\xc8\xb7\xae\x13\x30\xef\xc6\xfa\xfe\xdb\x69\x32\xf7\x6d\x04\x55\x7c\xf8\xa8\x21\xbb\x08\x53\xfe\xcb\x46\xf6\xa1\x9d\x31\x6c\x64\x04\x93\xfa\x82\xe5\x84\x26\xbc\xb1\x6c\xff\xc1\x83\x6f\x23\xb9\x5e\x4f\x00\x87\xdd\x0e\x6c\xc8\x87\xfc\xaa\xd5\x75\x06\xcc\x3f\xe0\xce\xfa\x00\x34\xb0\x38\x7e\x28\x3b\x2e\x39\x0c\xeb\x15\x27\xe4\x33\xf1\x6a\xc6\xfa\x05\x03\x80\x8e\xc2\xc5\x7f\x1a\x9f\xdc\x80\x1f\x0e\x83\x82\x93\xd4\x29\xb9\x02\x5b\xf1\xe0\x9d\x1e\xb9\x80\x82\xae\x1c\xeb\xf3\x48\xfe\xfc\x71\x01\xc2\x66\x82\xba\xbb\xe4\x4e\xc1\x61\x90\x4d\x33\x48\x8f\xb1\x2f\xd9\xdd\x84\x7f\x43\xc1\x93\x55\x95\x15\xfc\x4d\x36\x84\xcb\x1f\x40\x05\x0f\xc1\xa6\x03\x07\xeb\xca\x6d\x55\xc7\x28\x1f\x62\x18\x3d\x0c\xae\xb2\x0f\x6b\xee\xfc\x70\xc6\x7e\x78\xce\x2b\x73\xc5\x6f\x5a\xf2\x98\x36\x68\x62\xa6\x19\x97\xa6\x87\x25\x4d\xe6\x5d\x60\x93\xb2\xa6\xff\x44\xe0\x2f\xc1\x0d\x86\x38\x40\x84\x03\x7f\x9b\x00\x6d\x53\x09\x33\xec\xf2\x31\x85\xb2\xcd\x63\x86\x53\xf9\xb2\x20\x0c\x56\x33\x70\xf5\x72\x04\x00\x72\x38\xcd\x37\x0f\x11\x11\x22\xb5\x19\x9e\x92\x4c\x38\x7b\x38\x90\xcf\xd4\x9b\x0f\xc7\xcf\x63\x22\x7f\x94\xbf\xd7\xdc\x99\x73\xc6\x3e\x03\x39\xbc\x0c\x37\x21\xe7\x0c\xd6\x48\xc8\xb2\x3d\x47\xa8\xf6\x4c\x51\xf7\xf5\xc4\xf8\x3b\x4c\xac\x1e\x0d\x04\xc1\x2a\x04\xb0\x6c\xfd\x57\x44\x7d\x72\x05\x1f\x11\x32\xe4\x4f\x26\x17\xb6\x9b\xc3\x3e\x04\x13\x68\xa6\xff\x21\x01\x22\x98\x70\x83\x1a\x71\x96\x2b\x78\xed\xfd\x88\x5f\x5e\x24\xf6\x58\x7c\xa8\x94\xd7\xde\x34\xe1\x0c\xc8\x55\x46\xa8\x71\x15\xdc\xe3\xe2\xb3\x66\x8a\x0b\xb6\x46\x10\x7f\xad\x37\x18\xc8\x65\x4d\xdc\x54\xa4\x06\xfd\xec\xdd\x3b\x3c\x5c\xe7\xdc\x60\x2f\x04\xc0\x16\xec\xe8\x4a\xd0\xa7\x3e\x63\xb7\x70\xde\x72\x5e\x72\xb3\x9f\x23\xbd\x60\xd7\xbc\x80\x36\x76\xfc\xc0\x0d\x8a\xc1\x76\x71\x93\x9b\x2b\xd8\xe5\x01\x6e\x07\xbe\xf1\x2f\x24\x78\x8a\x9d\xb7\x87\x25\xeb\x1c\x10\x5a\xd7\xb2\x2b\xf1\x8a\x28\x0f\xc0\xa1\x79\x10\x80\x17\x3c\xe8\x7b\x8f\x0f\x1b\x3c\xc7\x4b\x1c\x30\xb4\xb7\x81\x2f\x17\xee\x1e\x9b\x47\xec\x2f\xdb\x93\x6d\xc0\x4b\x79\x53\xc8\xf9\xe3\x70\xfd\x16\x3c\xc0\xb6\xb6\xfe\xdd\x47\xc0\x0a\x71\xc7\x2f\xd4\xea\x75\xe4\x3d\xfb\xd0\x7a\xe0\x2b\x7e\xea\x12\xde\x6e\x85\xf0\x73\x9e\xc1\x36\x65\xdc\xb9\xe4\x4c\xac\xb8\xa0\xa7\x7b\xf3\x14\x39\x5d\x26\xbe\xfe\xc3\x4f\x0f\x7f\x4a\xac\x3e\x90\x18\x5e\x30\x31\x15\x80\xe4\x5a\x70\x51\x8f\x64\xe7\x5d\xb9\x63\x33\xfe\x0d\x5b\x06\xc5\x31\x16\x37\x99\xff\x01\xdf\x2f\x79\x43\x7f\x3f\xfb\xef\xbf\x97\xeb\xe4\x39\x7d\xc6\x06\x12\x1f\x5f\xe0\xb8\x2f\xe1\x86\x91\x37\x6b\xc0\xc4\x8d\xa0\x32\xd7\x2e\xf3\xb0\xac\x61\x97\x01\x1a\xbf\xe6\x8f\x54\xd6\x64\xe2\x4e\x00\xac\x9c\xf3\x27\xa2\x52\x02\x79\x6f\x35\xb1\xec\xd9\x2e\x6b\x61\xd9\x8b\x5d\x16\x62\x1f\x6d\x2a\x6b\x32\x71\x25\x3a\xf2\x61\xcb\x85\xa9\xb7\xc3\xf1\x6d\xf1\x4a\x56\x65\x1e\xb6\x67\x8d\xef\x0a\xc7\x77\xae\xc7\x17\x30\xef\x0a\xc7\x77\x8d\xed\x61\xbd\x3b\x6c\xef\x1a\xdb\x53\x65\x1e\x96\x35\xec\x32\x68\xef\x16\x71\x10\xce\xf7\x01\xdb\xbb\xe4\x4f\xb2\x8f\x39\xd5\x6b\x62\xd9\xb3\x5d\xd6\xc2\xb2\x17\xbb\x2c\xc4\x3e\xda\x54\x06\xed\xc1\x7c\xf7\xb8\x1f\x73\x9a\x87\xc0\x32\xd7\x2e\xd3\xfb\xe1\xd5\xf6\xe3\x52\x8f\x0f\xee\x7c\x18\x5f\xc1\xa7\x06\xd8\x56\x36\xb0\xdc\x13\x59\x28\xef\xb7\x94\x9f\x09\x03\x2f\x7f\xe9\x4d\xc6\x99\x8f\x10\xbb\xe6\x0b\xd3\x4a\x7e\xaa\x95\xf9\xaf\xad\x6c\x65\x2b\x1e\xee\x5b\x6a\x5a\x29\x4f\xb5\xb2\xfd\xf7\x58\x7c\x9c\xd1\xea\x3f\xcc\xe8\xf7\xb1\x9c\xcb\x56\x02\x3c\x43\xb9\x38\x7d\x88\x54\x2b\xc9\xbf\xc7\x02\x3b\xfd\xc3\x4b\xd3\x4a\xfa\x3f\x6b\xe5\x87\xb3\xd6\x0b\x9e\x05\x01\xcb\xea\x0a\x49\xa2\xc7\x67\x70\x2d\x7e\x4f\xdc\xda\x53\x2c\x21\x1e\x1f\xa7\xfc\x7f\xf0\xec\xb3\xf0\x79\x82\xf8\x0b\xfa\x39\x13\x02\xdf\x11\x16\x9b\xc1\xbb\x90\x08\x7b\x28\x82\x63\x38\x90\x80\x2d\xce\xbc\x2d\x35\xe5\x1e\x57\x0f\xb1\xe8\xcd\xae\xbe\xa7\xea\x8d\xe3\xea\x1d\x2c\x7a\xb7\xab\x9f\xbb\x92\x53\x61\x09\x82\x6e\xb5\x7e\x17\x97\xf8\xc3\xd4\x9f\x35\x2e\x71\x59\x9e\x8e\x6b\xf7\x70\x5b\x3f\x4d\xed\x3b\xef\x1a\x6b\x3f\x1f\xd7\xee\x63\xed\x2f\xbb\xf6\x2d\xd6\x7e\x39\xae\x3d\xc0\xda\x63\xbb\xf6\x3d\x4d\xb4\x7d\x5c\x3d\xc2\xa2\x6f\x7b\xa2\x7f\x5d\x09\x28\xd1\xeb\x71\xed\x11\x1e\xda\x29\x37\xd5\x0f\xde\xc4\x83\xea\x6f\xc7\xd5\x27\x1c\xeb\x2f\x2a\xf5\x13\x0f\xc6\xfe\x7e\x5c\x3f\xe1\x38\xf8\x94\xdb\xa3\x9f\x63\xfd\x8f\xe3\xfa\x73\xaa\xbf\x32\xf5\xbd\x3b\x6f\xe9\xd1\x3e\x7d\xe2\x17\x0f\x74\x45\x9a\x11\x01\x91\xaa\x7b\x58\x34\x32\xf5\xc5\xd7\xf1\x17\x73\xfa\x62\x53\xf9\xe2\x47\x7d\x31\x3e\xfe\x62\x49\x5f\xec\x2a\x5f\x14\x9e\x3c\x60\x6c\x8e\x4b\x5d\xfd\x22\xe3\x88\x2d\x0e\xd6\x17\xab\xc6\xda\xc3\x5d\xc3\xd5\xae\x7e\xf1\x43\x65\x17\xd6\x17\xd3\xc6\x96\xbe\x98\x9d\xf8\xa2\xa0\xb2\xab\xca\x17\x7b\xfa\x62\x71\xe2\x8b\x35\x95\xdd\x54\xbe\x38\x57\x33\x4f\x4f\x7c\xb2\xa5\xa9\xdf\x55\xa6\x7e\xe9\x39\x11\x63\xa3\xd5\x89\x0f\x90\x6a\x9a\xf3\x07\xeb\x83\x1b\xef\x1a\x3f\xc8\x4f\x7c\x70\x49\x1f\x4c\x85\xfd\xc1\x2d\x4d\xa3\x3c\xf1\xc5\x35\x95\xcd\x84\x3d\x8d\x7b\xfa\x62\x73\xe2\x8b\x5b\x2a\x5b\x98\x2f\xbc\x69\xe3\x2f\x0e\x6a\xc7\x4f\xc0\x2d\x54\x8c\x53\xab\x87\x9d\x37\x69\x60\x0f\x87\x13\x1f\x64\x74\xb3\x97\x95\x59\x24\x0d\x00\xf4\x8b\x13\x43\x9a\x63\x0f\x07\xac\xef\x02\xa7\x2d\xeb\x43\x0f\x57\x27\x3e\x98\x10\x2d\xb2\x31\x5f\x78\x37\xde\xbc\x01\x08\xfd\x86\xce\x25\x0e\xa9\xfb\x64\x1a\x9d\xb9\x4b\xac\x72\x57\xad\x02\x28\x6f\xd0\xc0\x2a\x19\x56\x79\xa8\x56\x01\x2c\x3a\x78\xc4\x2a\x3f\x58\xe5\xac\x5a\xc5\x35\xeb\x39\x73\x8b\x06\x10\x78\x53\x5a\x0a\x1c\x7c\xaf\x6d\xc6\x92\xba\x6b\xac\x32\xab\x56\x79\x31\x63\x49\xdd\x2d\x56\x59\x54\xab\x3c\x9b\xb1\xa4\xee\x1e\xab\xa4\xd5\x2a\x4f\x66\x2c\xa9\x7b\x0e\x54\x6a\xb4\xa2\x2a\x80\x6a\x7a\xc0\x3e\x5e\x11\x9f\x79\xd9\x40\x90\xa4\x1a\x78\x31\x40\x0d\x90\x58\x34\x73\x14\xd6\x14\x72\x8a\xa2\x5d\xc0\xdd\xc6\xd4\x5f\x9f\x79\x4c\xd2\xf6\xa1\xbc\xd4\x9e\x61\x97\x25\xde\x95\xe4\xf6\x1c\xce\x92\x7c\x98\x71\x21\x89\x0a\x06\xc7\x4e\x6c\x38\xbe\x5b\x72\xa7\xc3\x82\x0d\x32\x4d\x2b\x12\x9c\xfd\xc0\xe4\x37\xc8\x56\x5c\x18\x0a\xfb\xfb\xc4\xad\x2e\x59\xb3\x3d\x2c\x3c\xf0\xe9\x7d\xbc\xb9\x25\xf3\x39\xf3\x0e\xfe\xc9\xbb\x9e\x15\xfc\x1c\xef\x17\xa7\xc7\x82\x0b\x9c\xd9\x1d\xf1\xca\xf7\x9e\xd5\xf7\xcd\xbf\xfb\x4e\x60\x72\x97\xd4\x7b\x07\x20\xe0\x7f\xd7\xfb\xce\xc3\x75\x3f\x87\xde\x77\xd8\xfb\xdd\xbf\x7b\xff\x9d\x5a\x94\x6b\x72\x8d\xf2\x42\x27\x62\xc1\x06\x79\xf4\x19\xf5\x31\xb7\xfb\x78\xf8\xdf\xf6\x81\x73\xbf\xa5\x5e\xfa\xe2\xae\xb9\x00\xd1\x56\x4b\x38\x9e\x10\x6d\xd9\xe3\xb9\x00\xe0\x7a\x10\x46\x5a\xb6\x17\x8e\xef\xf4\x99\xb7\x82\x57\xde\xb3\x7e\xe3\x36\xe0\x08\x86\xb3\x27\x18\xfd\xf2\x49\x32\x96\x3b\x7e\x78\xb2\x59\xf0\x04\xea\xa0\xc0\xb5\x2f\x87\x2c\x39\x0e\xe0\x97\xfb\xac\xf9\xe8\x0c\xd8\x93\xe4\xe7\x02\xc6\xc6\x0d\x49\x77\x37\x80\xd1\x1d\xf8\x72\x86\x28\x04\x0c\xa1\xfa\x92\x37\x9d\x01\xf3\xee\x04\x9c\x8e\xb7\x26\xbc\x97\x40\xf9\x09\xc0\x33\x72\x9a\xec\x6b\xc5\x8d\xe4\xa2\x2d\xd7\x25\x6a\x38\xb0\x7e\x5f\x72\xf5\xe6\xfc\x4d\x89\x0c\xdc\x92\x6f\xbd\xae\x5c\x9a\xd1\x8d\xeb\xf8\xce\x84\x7b\xcf\x8b\x06\xae\xcb\x9a\x3b\x7b\x82\x75\x9f\x89\x0f\x67\xdf\x60\xad\xbe\x20\x21\x4b\xa0\x5e\xb0\x02\x1e\x4a\xae\xde\x34\xf5\x9b\xad\x7c\xf0\x76\xaa\xda\x13\x55\xf0\x90\xbf\x81\x87\x27\x6a\xc1\x63\x4d\x2a\x3b\x07\xa6\x63\x06\x9b\xde\x23\x16\x86\x98\x17\xf9\xe4\x1f\x5c\x3c\xab\x05\x67\x8d\x6b\x14\xf6\xbc\xba\x48\x68\x80\xb0\x27\x43\x79\x91\x2f\x6b\x75\xe4\x60\x2e\xf0\xa8\xbe\x8a\x5f\x2b\x05\x2c\x3c\x78\xd4\x5f\x93\x89\xb1\x41\x06\xfa\x94\x87\x12\x90\x04\x1d\x00\xa7\xe3\x04\x22\x15\x6f\x12\x1a\xba\xe2\x47\x7c\xe8\xb1\x8a\x71\x15\xb5\xfc\xf6\x17\x50\x4e\xc8\x7a\x5d\x5a\x34\x89\x57\xdf\x1b\xd0\x59\x8a\xcb\x35\x11\x72\x84\xbd\x27\xf9\xf7\x8d\x21\x57\x10\xc2\xc0\xda\x80\xc3\x60\x7d\x24\x1d\x2c\x5e\xeb\x68\x6a\x20\xc1\xcb\x63\xe2\x43\x48\xa4\x68\x81\x46\x24\x67\x9a\x2a\xb1\xbf\xee\x98\xc5\x5d\x47\x9e\x34\x06\xca\x01\xc6\x9c\x9e\x64\x72\x9d\x16\x0b\x49\x9f\xe0\xb4\x58\xfb\xcd\x95\x20\x03\x10\xe5\xcb\x3f\xc0\x3c\xca\x25\xf0\x58\x0b\x45\x87\xb2\xda\xcb\x9b\x5f\xab\x06\x18\x17\x24\x79\x4d\xef\x09\xab\x75\xd9\xf3\x5b\x1b\x90\x33\x56\x8b\x18\xeb\xc1\x80\x73\x40\xdc\x81\xd7\xc2\x7a\x73\xce\x1e\xdf\x24\x23\xe1\x7b\xa8\x21\x70\x06\xec\xf1\xed\x59\x7e\xd9\xc7\x2f\x3d\xc6\x18\x34\xda\x8a\x49\x9a\xd7\x62\xac\xd9\x80\x85\x00\x4e\xd6\xf3\x5e\xf1\xcb\x88\x35\xde\xe0\x30\x0e\xcc\x97\xcf\xd6\x97\x3e\x60\x04\xe4\x4d\x88\x73\x17\xde\x3b\x7e\x3b\x62\xee\xdb\xa3\xfc\x36\xc2\x6f\x7d\x22\xcc\xfd\x92\x2b\x48\xf1\x9e\x05\x8a\x46\x46\xcc\x7b\x5b\x70\xb5\x37\xde\xeb\x92\xcb\xdb\xad\x2b\x01\xb7\xad\xa0\x47\xa0\xac\x07\x16\xa0\xc5\x9a\xef\x00\x98\x0a\xcb\x34\xe1\x88\xc8\x69\x20\xd1\x87\x5a\x1a\x98\xaf\x87\xa8\x4b\x30\xb1\xf1\xe0\xe2\x01\x51\x8e\x78\xc3\xeb\xa7\xe7\xf4\x99\x78\x87\x23\xc7\x5a\xf8\x2d\x80\xc7\x78\x89\xb8\x20\x35\x45\x5f\x19\x8a\x91\x57\xa6\x68\xca\x7f\x70\x32\xb9\x29\xfb\x06\x8d\x44\xff\x1d\xef\x07\x89\x65\xe4\x62\x8a\x1b\x8e\x7a\x05\x78\xa2\x17\x00\x93\x77\x7c\x8f\xed\x4e\x01\xb8\xba\x89\x90\x43\x9a\xf1\x77\x5c\x82\x26\x13\x6d\x60\x96\xc4\xcc\x45\xe0\x03\xc2\xda\x9d\xc9\xf1\xa5\x5c\xa2\xcc\x7b\x0e\x98\xb7\x77\xcf\x6b\xe7\xf0\x53\x4f\xfd\x0d\x64\xe3\x6b\xb9\x8a\x5e\xae\x56\xd1\x67\xde\x3b\x22\x3c\xc1\xbc\xc7\x06\x2e\xcd\x9c\xbb\xab\xc7\x19\xac\x4d\xc2\x41\x84\x2f\x1a\x70\xcf\x4b\x36\x29\x18\x33\xd8\x71\xa0\x70\xc5\x81\x33\x09\x85\x40\xb6\x8b\x9c\x33\x39\xa7\x0c\xd0\xda\x0a\x45\xc7\x28\x21\x9a\x72\x26\x8f\x91\x44\x00\xec\x2d\x97\x3c\x30\x4b\x48\xb4\xec\x34\xc5\xf6\x69\x01\x2b\xdd\xca\x60\xfa\x3f\xb2\x67\x31\x15\x40\x87\x09\xf6\x97\x57\x11\x80\x13\x33\x17\xcf\x9b\x2b\xe1\x42\xe0\x6f\x98\xcf\xb9\x1c\xab\x77\xc1\xd5\x7d\x24\x91\x01\x0c\xf6\x5b\x42\xb6\xb7\xe1\x66\x5d\xa6\xd6\x69\x4f\xb8\xb5\x48\x3d\xc6\x3a\x70\x51\xbe\xec\xe8\xb6\x0e\x99\xf8\x3e\x77\xff\x09\x35\x03\xbc\x61\x1d\x25\x92\x17\x57\x1c\x97\x55\x72\xc4\xe2\x19\x2e\x8d\x4e\x17\x70\xce\x2b\x8c\xa1\x5b\xf9\x40\x52\xc9\xc8\x71\x89\x48\xae\x40\x24\xd7\x34\x02\x0a\x52\x5c\xf1\x25\x97\x97\xe0\x00\xd1\xd1\xa7\x1c\x47\xc1\x71\x56\x11\x4d\x71\xc0\x58\xf7\x0a\xfa\x9d\xba\xf7\x80\xbb\xba\x08\x35\x4c\x41\x4d\x20\xb7\xe5\x12\x80\x23\x45\x0c\x3e\x81\xf3\xf5\x8d\xd2\xe3\x73\x8e\xaa\x49\x75\xd0\x06\xcc\x7d\x90\x7b\xe1\x8e\x1d\x9f\x7d\x3c\x3a\x2d\x31\x6b\xba\x3e\x62\x57\xb9\x4c\x57\x22\x17\x66\x11\x7a\xb8\xac\x12\xb9\x5e\x23\x1c\x13\x76\x25\x99\xa7\x44\x76\xfa\xe7\xca\xaa\xf1\x43\x2b\xd9\x65\xe2\x5d\xa0\x58\xb4\xe7\xcc\xb9\x90\x57\x0e\xc0\xb9\x44\xbe\xe2\x0a\x6a\x21\x1d\x91\x20\x69\x91\x0a\xb3\xc5\x11\x1c\x7d\xa0\xff\xbc\x07\x68\x1c\xa4\xe4\x5e\x2b\x0d\x91\x86\x08\x49\x55\xea\x33\x76\xcd\x5b\x72\x24\x12\x93\x32\x61\xf4\x2d\xde\x95\xc4\xd1\x2e\x43\x4d\x00\xf4\x1d\x01\xdd\xd0\x0f\x61\x27\x40\x04\xd0\xef\xa0\xdc\x50\x2e\xa6\x78\x71\x02\x16\x78\x92\x40\x88\x9e\x61\x0e\x3d\xb8\xc3\xde\x01\x48\x51\x02\xc4\x26\xae\xba\xad\x50\x2c\x2e\x9e\x3d\x09\x4b\xd7\xbc\x04\x6a\xe4\x86\xaf\x51\x24\x07\xf7\x15\x3b\xe7\x53\xe8\xbe\x35\x71\x9d\x3d\x77\x12\x57\xa4\x62\xe7\xf5\x50\x7a\x4a\xf7\x91\xec\x1f\x2f\xb9\x73\x17\x99\x0d\x78\x00\x94\x26\xc1\x9e\x2e\x62\x79\x0d\xe1\xa5\xdd\x07\x25\xb4\x17\xc8\x49\x23\xf3\x0c\xb7\xcc\x23\x40\x33\x5c\x33\x8f\x30\x3e\x40\xeb\x8f\xa8\x1f\xf0\xe0\x9e\x97\xcc\x49\x9f\xa1\x52\x14\xff\x7a\x73\x39\x8a\xb5\x8b\xd7\x60\xc6\x17\x30\xfa\x82\x2f\x3d\x20\xed\xac\x3b\x50\x3c\x08\x50\xc0\x75\x71\xd8\x57\xc8\x20\xca\x7a\xcc\xbf\xc1\xb9\x4c\xb8\xb3\x76\x19\x6b\xbe\x83\x16\xea\x0a\x80\x69\x70\x89\x3a\xa9\x3e\x30\xe2\x4b\x0e\x2a\xe3\x70\xe0\x74\xd9\x92\x5f\x79\xd8\x69\x09\x8d\x00\xba\x68\x40\x87\x2d\x5c\xc4\x25\x6c\xe3\x02\x0e\x38\xbb\x68\xdb\x1b\xbf\xc2\x65\xdd\x82\x82\x74\xc1\x25\x45\xe9\xe7\xb2\x81\x47\xdf\x00\x11\xd0\x3b\x1f\xa4\x1a\xb8\xf2\xd4\x17\xa8\xc4\xf0\x99\xf7\x05\x0d\xdf\x55\x1a\x5e\x83\x4a\xe4\xf3\x0a\x68\xd4\x25\xe8\xf9\x73\x84\xcb\xeb\x7a\x9b\x31\x10\xb0\x7d\x68\xb7\x8b\x9a\x5a\xf9\xad\x2f\xf0\xd8\x21\x79\x3b\x7b\x41\x0d\xba\x24\x9d\xbd\x1f\x80\xbf\xce\xb3\x81\x51\x40\xb4\x5f\xa0\x40\xba\x46\xc2\xe5\x3d\x90\x04\xdf\x4a\x40\xd9\x44\xce\xdd\x5b\xa0\x24\xb0\x05\x8a\xcc\x8e\xdc\x56\x9f\xd4\xa8\xb2\x7c\x25\xee\x3d\x49\xf2\xb3\x3e\xa0\x42\x6f\xea\x23\xfe\x8a\x01\x4c\x58\x74\x03\x14\x22\xd0\x76\x19\x87\x25\x65\x2d\x38\x6a\xde\xc1\xfd\x21\xc2\x74\x4b\x77\x34\x9e\x20\x9f\x89\x33\xc0\xf0\x48\xf0\x74\xaf\xe0\xe1\x0d\x10\xc2\xea\xc5\xe9\xb0\xa9\xf7\x36\x69\xcb\x2e\x7b\x28\x91\x08\x40\xda\x10\x49\x20\x10\x33\x3e\xc1\xee\x89\x12\x17\x8c\x09\x50\x63\xb1\x25\x07\x23\x01\xb1\x12\x75\xc8\xfd\xfb\x5f\x80\xee\xc6\xad\x83\xee\xbb\x6c\x2c\xe7\x70\x6a\x14\x58\x06\xd6\x70\x66\x9e\xe4\x46\x77\x62\xde\xf8\x2f\x96\xa3\xc9\x7a\x1b\xe0\xde\x7a\x89\x07\xed\xe5\x12\x10\x24\x2f\x3b\x60\x4f\x40\xe0\xcb\x6e\xfb\x4c\x80\x12\x74\x0a\x96\x23\xa2\x61\x9f\x08\x20\x84\x3a\xb0\x79\xa0\xaa\x7e\x7f\x0b\x9c\xa6\xb8\xe2\x20\x44\x69\x5d\x72\x22\xf7\x05\x13\x0b\x41\x6c\x57\xc8\xc4\xc7\xcc\x3d\x89\x5c\x13\x97\x8c\x4b\x04\x6b\x1b\xda\xff\x87\xef\x1e\x09\x55\xea\x4b\x4f\xd5\x84\x8b\x0e\xa5\x5d\x20\xc1\x10\x33\x0e\xba\xe1\x73\xb8\x1a\xe4\x1e\x9c\x73\xc6\x2e\xe5\xc8\x9d\x44\x88\xbf\xe2\x8a\xef\x1f\x11\xc8\x04\x2d\x50\x97\x35\x3e\x24\xd6\xf9\x71\x65\x6b\x77\xca\xc0\x45\x00\xb2\x4f\x2a\x54\x35\xb2\x0d\x12\x84\x25\xab\x03\x58\xbe\xc9\x02\x44\xf1\xd1\xc2\x35\xd8\xfb\x82\x27\x70\x53\x8d\x00\xa0\xfb\xb2\x13\x71\x85\x8a\x97\x3e\x51\xed\x40\x16\x69\x0e\xad\xb5\x03\x68\xe9\x80\x9a\x58\xe0\xd9\x18\x5d\x74\x80\x67\x3c\x6f\xcb\x1a\x03\xd4\x20\x8f\xa6\x1c\xd9\xa5\x3d\xd0\x16\x0f\xde\x5b\xbd\x54\x1e\x91\x33\x38\xc9\x83\x07\x79\xee\xa3\x29\x20\xe9\xd6\x3d\xcc\x3b\xe3\x1a\xde\x19\x56\x46\xc0\x6a\xca\x2f\xc2\xd4\x35\xcb\x3e\x22\x8e\x6b\x01\x1a\xe6\xdc\x45\xc1\x1b\x1a\x64\x38\xb7\x9c\x89\x57\xe0\xd5\x80\xf1\xfe\x22\xb6\x53\xd2\x9a\x39\x88\xb2\xfb\x0f\xb2\x57\xaf\x9d\x01\x70\xf6\x1a\x28\xaf\x69\xb1\xe6\x85\x35\x69\xdf\x69\xb2\xc6\x47\x0e\x80\xdf\xc3\x63\x77\xd7\x94\x6d\xb3\x56\xd2\x81\x31\x00\x3e\x1e\x6d\x40\x1d\x37\xc8\x1a\x54\xd6\x63\xde\xce\x8d\x90\x50\xd3\x7a\x6c\xd6\xba\x78\x85\xf5\xba\x7c\x85\x75\x46\xa0\x33\x88\x11\x4c\x16\x48\x87\x8d\x2a\xa4\x1f\xb4\xae\x98\x73\x89\xc2\xbc\x83\xdc\x0f\xd9\xfe\x12\xf6\x60\xca\xe9\x46\x7a\x04\x01\x14\xb7\x5f\x12\x05\xbf\x10\xb0\xe5\x72\x86\xe2\x09\x28\xa3\x96\x13\xb0\x4b\xf1\x0e\x8b\x38\xc0\xb6\x9f\x10\x13\x37\x41\xd0\xea\xa2\x19\xc9\xa8\x25\xa7\xd5\x0f\x54\xef\x01\x63\x11\x69\xef\xe4\x57\xbd\xd2\x33\xdb\xd0\xf9\xb4\x0c\x5b\x22\xd9\xc9\x44\xdc\x40\x97\x0f\x1c\x45\x88\x3d\x6b\x5d\x9a\x0f\xb2\x83\x47\x38\x5a\x2c\x44\xd6\xcd\x55\x0c\xb4\x8f\x74\xb2\xd8\xe1\x3d\x8d\x96\x4c\x34\x16\xd8\x90\xae\x2c\x6f\x6e\x64\xcd\x06\xc8\xbf\x58\xb8\xc3\x01\xf7\xe5\x22\x7c\xc8\x49\x37\x00\x2b\xc0\x5a\xf6\x63\x40\x3c\xf2\x44\x93\x8a\x18\x37\x31\x04\x8a\x4c\x8c\x51\x2c\x1e\xb6\x9c\x18\x48\x2b\x49\xcc\x51\xd1\x44\xd2\xa9\x62\xca\x75\x0d\x20\x4f\x7d\xe6\xa7\xa8\xc9\x95\x00\x3c\x60\xe2\xfd\xaf\x50\x4f\x3d\xc6\x06\x77\xa0\xc6\x18\x5c\xa3\x9c\x25\x31\x34\xf0\x95\xc0\xd3\xb8\xd0\xad\x77\xe1\x76\xea\x4b\x6a\x14\x5f\xa5\x95\x57\x20\x50\x19\xc9\x03\x74\x41\x68\x69\x55\x79\x1f\xc8\x6f\x22\x79\x35\xb5\x0e\x62\x06\xfd\x75\xb6\x0d\xc0\x06\x4b\xbe\x83\xc9\x77\xf6\x0d\x89\x0f\x44\x29\xf6\x5c\x5e\x01\x88\x7e\x53\x32\x74\x58\x3e\xb2\xd6\x81\x93\x21\x93\xc7\xe2\x37\x52\x71\xf9\x44\xda\x8b\x0b\x0e\x78\x6f\x2f\x56\x12\x40\xbc\x3b\x14\x70\x6d\x03\x03\x73\x82\xa8\x7f\x3a\x1e\xd6\x26\x07\x07\xbe\x69\xa8\x31\xcd\x39\x13\x1f\x88\x68\x47\x1e\xdc\xe6\x53\x49\x44\x89\x4e\x2e\xef\x54\xb6\xe1\xd9\x93\xbc\xbd\x1b\x0c\x51\xa9\x87\xcc\x42\x5f\x82\xcf\x13\x8e\xfb\xfc\x99\xf9\x1e\x1e\xf9\x19\x5a\x5a\x39\x1e\x7b\x97\xbc\x58\xef\x9c\xff\x74\xa0\x4d\xb9\xc7\x0f\x20\x6d\x62\xa3\xc3\xab\x13\xb2\x0f\xf9\x41\xff\x1a\xb8\xc0\x70\xff\x6a\xbd\x00\x1a\xbd\x7f\xe9\x21\xcf\xda\x64\xde\x85\x7f\xfe\x2a\xab\xfd\x70\x98\xab\xc8\xf9\xf2\x89\xee\xf9\x26\xfb\x76\x9d\xd0\x39\x17\xe2\xe1\x65\xc3\x9b\x72\x09\xfb\xce\x35\x07\xc3\x92\xae\x08\x77\x22\xf5\xd0\x78\xb1\x0d\xe6\x78\xfd\x4c\x9e\xdb\x18\x38\x28\xb9\xf6\x8e\xc7\xee\xf1\x5f\x17\xfe\x5e\x79\x33\xb0\x71\x14\x0c\x39\xbe\x27\x62\xf8\xe4\xd2\x82\x3a\xf8\x8d\x01\xb0\xcb\x4b\x41\x7c\x30\xc0\x16\xce\x5f\xce\xc4\x37\x71\x70\x6b\x89\xd6\xaa\xf5\x81\xc2\x91\x9d\xb5\x81\x6c\x89\xe4\xf0\x24\x82\xb6\xbf\x05\x1b\xc1\x11\x13\xef\xd5\xe6\xd5\xef\x8f\x0b\xae\xf8\xc4\x16\x69\xe8\xe3\x54\xe0\x10\x85\x3d\xc4\x40\xd9\x41\x2d\x79\x53\xa1\x13\x51\x8a\x27\x75\xf1\x6c\x05\x72\xa3\x68\xc6\xe5\x64\x02\x39\xd5\xbe\xb2\x0a\xa4\x6f\x5b\x78\xc3\x80\x2d\xc4\x33\x0e\xd4\x7a\x1b\x6a\x0a\x7c\xe1\xbe\xe0\xb4\xad\xb7\x00\x00\x60\xe6\xb6\x42\x11\x68\x65\x54\x5d\x6b\x54\xaf\xf8\x6d\x0c\x2b\x06\x43\xb8\x74\x61\xda\xf0\xd1\x1e\x57\x0f\x56\xc6\x6a\xa0\x87\x4c\x0b\x98\x5a\xa0\x00\xd2\x49\x84\x59\x5b\xab\xa6\x84\x51\xf8\x56\x3c\x88\xf7\xa3\x49\x0c\xac\x49\x7c\x1c\x2d\x40\x64\x2d\xc0\xe7\xd1\xdb\x91\x7a\x3b\xe5\x07\x17\x37\x06\x88\xe2\x1f\xb9\x31\x19\x2f\x4f\xed\x4c\x08\xb3\xf9\x3f\xf7\xd3\x43\xc8\x43\x96\x9d\xa0\x19\xf1\xac\x92\x45\x84\x28\x8b\x40\x29\x45\x88\x70\x51\xa9\x86\xc2\x8c\x10\x41\xc4\x6a\xab\xf2\xf9\xef\x5f\x28\x03\x55\xb1\xd0\x12\x8f\x50\xde\x43\xa7\x1b\xbe\xe0\x0f\x36\x8c\x4b\x9e\xfd\x9e\x5f\xf0\xea\x4a\x02\x0e\x90\xbb\x42\xe2\x95\x3d\x3c\x1c\xb0\x33\x25\x4f\x06\x58\xda\xa2\x35\x0e\xb6\x0f\x52\x98\xe7\x54\x58\xed\x4b\xbc\xd2\xbd\xe1\x47\x1b\xf5\xcb\x22\x9d\x7c\xf3\x74\x66\x8f\x38\x72\x5a\xce\x3d\x17\x17\xde\x06\xe9\x93\xbe\xe3\xb1\x10\x90\x4a\xfb\xd3\xb9\x14\x4a\xe3\xf5\x0e\x22\x23\xc1\x18\xa0\x07\xc6\x9c\x25\xfe\x2b\x38\x7b\x6a\xc8\xe6\x06\xd4\x5a\x93\x85\x68\xa4\x3a\x10\xd5\xef\xd6\xf8\xef\x07\xff\x25\xd5\xef\xc8\x54\x7b\x12\x82\x49\x68\x53\x76\xff\xf8\xe9\xcc\x05\xf3\x61\x12\x03\x06\x62\x2e\xe8\xd5\xc3\x46\xe4\xbf\x3d\x3d\x09\xfb\x69\xcf\xd9\xa7\xd5\xf2\xc8\x69\x39\x97\x73\x2e\x2e\x5e\x56\x8a\xbb\xf6\x8e\x44\xd5\x9a\xc9\x87\x82\xe7\x47\x5d\x0c\x8c\x99\xfa\xa3\x0a\xbb\x48\xa5\x80\x9c\x74\xfc\x74\xba\x21\x1f\x1a\x7a\xfe\x77\x43\x23\x6c\x08\x88\x9a\xf1\xcb\x91\xa8\xbc\x89\xcd\x0d\x88\x4f\x46\xe1\x74\xf8\x54\x19\xa2\xfc\xdb\xaa\x35\xfd\x5c\xe9\x8f\x3a\x69\x41\x27\xaf\xff\x65\x27\x8d\xca\xf0\xff\x73\x27\x7d\xec\x24\x44\xb1\xd4\x1b\x30\xc0\xdc\x18\x94\xdc\x93\xac\x1d\x08\x8a\x88\xa1\x80\xcc\x27\x63\xdd\x50\xfd\xf1\xce\x40\x7a\x19\x00\xf2\x6b\xa0\xf4\x03\x44\x35\xf2\x3a\xeb\x3f\x6b\x73\x7b\x31\xae\x0e\x0c\xa7\x61\x4a\x3e\xe0\xef\xc0\xde\x12\x09\x54\x63\x14\xa1\x45\x48\x15\x7e\xa1\x3a\x09\x78\xa7\x1b\x17\x31\x72\x93\xf9\x6f\x96\x2d\xc6\xb9\xb2\x72\x03\x26\xc3\x07\x55\x9a\xf0\x06\x30\x67\xc9\xbe\x0a\x01\x4d\x26\x62\x42\xc6\x1e\x33\xe2\x7c\xe7\x64\x34\x01\x42\x0e\xf1\x20\xa1\x11\x65\x9c\x2d\x34\xc0\x88\xbe\x91\xb1\x32\xd3\x60\x71\x06\xea\x1c\xf1\x5d\x5b\xe6\x94\xd7\x26\xe3\x03\x39\x84\x36\x46\x92\xdf\x16\x63\xc7\x57\xb2\xb1\x41\x88\x34\x37\x72\x0d\xc0\x95\x41\x17\x3b\x97\xac\xa1\x3d\x9a\x60\xcb\x27\x16\x07\x15\x52\x34\x10\xb4\xf5\xe8\x07\x70\xc4\x3f\x6a\x03\x29\xeb\x03\xf1\x1a\xc4\x03\x7b\x92\x36\x0e\x89\xea\xee\xca\xf6\x5f\xd0\xd3\x02\xc5\x3a\x68\xb6\xd8\x97\xa4\x6e\x8b\x58\xc1\x0c\x5d\x31\xc0\x0e\x05\xe9\x21\xc1\xc4\x03\x30\x5a\x2d\x94\x66\x6e\xd1\x5e\x42\xdc\xd0\xd0\xf6\xa4\xad\x77\x61\x6c\xc0\x92\xfc\x73\x70\xb4\x4a\x83\xea\xe0\xfc\xb7\x06\x0e\x89\x61\x6b\x20\x24\x68\x5d\xa0\x8a\x34\x85\xb1\x44\x5d\xf9\xf7\x92\xb7\x70\x25\x73\xd2\x43\x8c\xd0\x0c\x02\x5a\x1a\x3b\x1e\x0b\xde\x14\x9f\x2f\xf7\x0e\xe4\x22\x22\xad\xec\xe7\x9a\xc3\x50\xeb\xfb\x79\x6a\xa4\x21\x30\x38\x01\x6b\x0a\x60\x0b\x22\x49\xcd\x7e\x7a\xed\xda\x11\x64\xf1\x9e\x4b\xa2\xa3\xde\xe2\xae\xda\x62\x20\x79\x6f\x79\x52\x3e\xe1\xa4\x3c\xfe\x72\x52\x90\xb7\x67\x57\x47\xbb\xaa\xce\x8a\x8f\xeb\x44\x87\xc4\x67\x2c\x46\x9b\xe7\x4b\xb0\x12\x12\x69\xa3\x76\x64\xbc\xdf\x4e\x0c\xfa\x6c\xfc\x8f\x16\x56\xf8\xd7\xb0\xc3\xee\xd7\xff\xa7\x53\x36\x23\xf9\xc5\xa3\xb5\x86\xb7\x1c\x6e\xae\xfa\x22\xde\xfc\xe3\x98\x59\x00\x14\x7c\x28\x50\x31\xc8\x83\x4c\xa8\x9d\xa6\x02\x0a\xb4\xea\x89\x0f\x04\x14\x76\xef\xf7\xa0\x81\x3d\xea\xfd\xee\x1f\x40\x11\x54\x80\xe2\xad\x86\xfc\xff\x6b\xa0\x18\x30\x7d\x67\xb1\x04\x2c\x66\xbd\x33\xbc\xf0\x61\xc9\x06\x70\x22\x3a\x05\x70\x74\x64\x41\x61\xb0\x85\xc0\x85\x46\xf1\x1f\x56\x9a\xbd\xbf\xc9\x85\xcc\xde\xaf\xa0\x32\x2a\x0d\x76\xc8\xdb\x6d\xdd\x3b\xe0\x5a\x76\xfc\x16\x40\xee\x51\x76\xbd\x83\x43\xd7\x04\xf3\x5b\x76\x50\x6d\x6d\xb9\x64\x1f\x80\x46\x61\x07\x32\x4b\xeb\xc0\x94\x3c\x14\xc3\x3d\x90\x91\xd2\x84\x9f\x4b\xd6\x59\x42\x9f\x9c\xc7\x18\xa1\xe8\x13\x07\x76\x89\xa2\x29\x40\x20\xcd\x2b\x38\xc7\x38\xa1\x7b\x7e\x0d\xd2\xa2\x3b\x51\x9d\x51\x40\x76\x08\x9e\x92\xee\xee\x41\x5b\x7f\xe0\x20\x45\x60\x7d\xbd\x1a\xb1\xdc\x5f\x32\x29\x7e\xb0\xa6\xcf\x22\x27\x66\xfe\x0d\x5a\x20\xe3\xe5\x87\x26\x44\x20\x8d\x0d\xd0\xf9\x03\xcf\xc4\x9a\x0c\xc2\xe8\xc3\xb8\xb4\x9a\xb9\x18\xdc\x81\xc2\xe6\x7c\x90\x79\x60\xfe\xdd\x00\x25\xe1\x25\x0c\xf7\x0a\x0d\xaf\x97\xc2\x45\x74\x2e\xb9\x65\x17\x38\x94\xc6\x02\xae\xa2\x35\x28\xbd\x0e\x7c\x22\x37\x58\xa0\x0e\x73\xa5\x7a\x5b\x82\xec\x2d\x92\x44\xe5\x8a\xa7\x76\xd9\x40\x7e\x75\x54\x16\x9d\x28\x3b\xfe\x36\x01\x1a\xea\x80\x7c\x3a\x22\x0c\x34\xf3\x00\xbb\xec\x7b\xd8\xb2\xb1\x87\xc8\x03\xae\x28\x90\xac\x74\xce\x50\xd5\x74\x41\x27\xf8\x15\x2c\xb1\xb0\x8c\x55\x17\x7c\x24\xb7\xd5\x5e\xa2\xb3\xcf\x0b\x70\x09\x5a\x47\x48\x56\xf6\xbe\x70\xcf\xdf\xc8\x25\x03\xdb\x08\xea\x6d\xc0\x96\x80\xd8\x49\xb7\xb4\x89\x36\x20\x15\xfd\x1b\x91\x9e\x65\x84\x1b\x06\x7e\x1d\xa2\x44\x25\xf4\x8f\x52\xba\x0c\x18\x1b\x94\x02\x0d\x8a\xd6\xa8\x88\x74\x01\x27\x44\x28\xaf\xf3\x25\xe0\x5e\x40\x37\x01\xec\xf6\x16\x45\x0c\x13\x8e\x96\x70\xdd\x35\x1c\xbb\x19\x0a\x16\x81\x1c\x1c\x5f\x20\x1e\xbe\x34\x66\x57\x72\x9c\x22\x1d\x3d\x40\xad\xa5\xb8\xa2\x93\x76\x0d\x1d\xdf\xb9\xe6\xf4\xc5\x30\xa2\x1f\xfe\x80\xea\x65\x90\x65\xfe\x85\xdf\xb7\x96\x30\x73\x00\xc2\xe9\xe8\xc9\x69\x31\xef\x42\xf9\x30\xfa\xda\x8f\x48\x2e\x80\x7c\x5f\x70\xc7\x77\x27\xa3\x0b\xd1\x94\x74\xf2\x5e\xd9\xc0\xc1\xb8\xfc\x2b\x41\x22\x9b\x90\xb1\x9f\xc6\x4e\x42\x78\x27\x6d\xc0\x2c\xd6\xcf\x44\x93\x69\x5f\x42\x14\x40\x76\x1d\xc1\x3c\x44\x8d\x73\xd9\x94\xd7\x70\x06\xcc\xc5\x21\xdd\xf2\x85\xac\x1f\x9c\x71\x78\x85\xcf\x12\x94\x51\xc8\x33\xf5\x49\x38\x39\x60\xac\xf7\xb7\x81\x2a\xa0\xa9\x0f\xf4\x05\x7c\x1f\x2c\x9f\xc0\x0b\xb1\x00\xd1\xda\x0e\xef\xa2\x7b\x9c\xcf\x25\xf7\x9c\x0e\xf3\x0f\x2e\xa0\xcb\x5b\xbe\x0b\x9d\x16\xeb\x9d\xe1\xee\x5e\x86\x8e\xf1\x7c\xf8\x41\xfb\x99\x2b\x57\x6b\x9d\x82\x0d\x0c\xa7\x07\x66\x71\x5e\x0b\x94\x43\x50\x95\xdd\x05\x92\xeb\x06\x63\xaa\x1c\x07\x79\x0f\xb2\x5c\xf0\xb6\x44\xa5\xdc\xe0\x00\x1f\x77\xce\x5d\xb2\x27\x69\x32\xd6\x9c\xa1\x01\xe5\x3d\x0a\xf2\x76\x95\x1a\xe5\x07\xba\x4d\x05\xcc\xbb\x43\xbb\xa7\x9f\x0f\x44\x8d\x2d\xe6\x35\xb0\xb5\x1e\xd8\xc2\x75\x3e\x9d\x90\x3d\x33\x28\x92\xc4\x26\xe1\xb9\x40\x51\x77\x88\xbc\xc5\x15\x21\x7a\xa4\xab\xd1\x66\xa9\x53\xa2\x72\x04\x24\x9a\xcf\x78\xd4\x2e\xad\x37\x7d\x12\xaf\x5e\x93\x11\xba\x50\x57\xb6\xcf\xfc\x1b\xb3\x32\xad\x36\xf6\x03\xb6\xa5\x20\x22\x66\x11\x52\x00\x00\x19\x23\x17\xc9\x77\x01\x74\x73\x00\xea\x35\x34\xed\x1a\x90\x1b\x24\x03\xa1\x29\xba\x4b\x49\x1e\x99\x01\x8e\x15\x0d\x14\x5b\xfa\xcc\x7f\x43\xeb\x09\x90\x89\x74\xa6\x9f\x96\xa3\xd1\x0f\xc8\xd5\x3a\x29\xba\x3e\x9d\xc3\xf4\xc3\x67\xe2\x92\xc0\xef\x4f\xc1\xb9\xc7\xfc\x31\x00\xf8\xab\x13\x38\xb7\xdc\xbb\x98\xf2\x37\xe7\x5e\x30\x2f\xe8\xcb\xe2\x7b\xbe\x93\xd3\x40\xcb\x36\xe1\x6d\x61\x4e\xe0\xa7\x25\xde\x61\x1c\x37\x1f\xf2\x78\xc2\xd5\xd4\x3b\x87\x2d\xeb\xa1\xed\xe2\x0e\xf9\x96\x7b\x90\x29\xde\xa2\x3e\xfd\x13\xe8\xc6\x5c\xd2\xa9\xbe\x67\x08\xe8\xe6\x99\x9c\xba\x07\x7b\x1b\xfe\x05\xb4\xd7\x42\xdb\x2a\x50\x43\x24\x5c\x39\xfe\x8e\x40\xab\x30\x60\x6c\xd4\x38\x2a\x79\x76\x9a\x92\xf5\xbd\x8e\x6f\x40\xc2\xdc\x94\x57\xe6\x08\x40\xf1\xc7\x83\x7f\xf8\x30\x41\x79\xdf\xe6\xf1\xd3\x39\x6f\xca\x6e\xba\xca\x46\xf4\x9d\x39\x97\x9c\xf9\x8c\x39\xb7\xf8\x2f\x11\xec\xd5\xe2\x80\xc1\xd3\x66\x74\x67\x98\x72\xf9\xc5\x8f\x80\xaa\x3f\x2e\x7b\xae\xb1\xef\x3f\xde\xa1\x5a\x75\x8f\xad\xd2\xbf\x35\xaf\x34\x0e\xb2\xa3\x11\xe2\x72\xf8\x22\x90\x5c\xba\x60\x2d\x1c\xce\x7b\xbd\xea\x84\x5b\x75\xad\xd6\xd7\x27\x5b\x9f\x73\x94\x0b\xec\x52\x79\xfb\xce\x77\x5c\xa1\xc3\x91\x03\x92\x2d\xe1\x64\x02\xce\xed\x9c\x33\x3f\xb5\x54\xca\x37\x64\x6a\x00\x80\x88\x2a\x65\xd4\xe8\xb2\xf2\x45\xde\xdc\x33\x4b\x7b\xbc\x86\xdd\x0f\xc0\xda\xe2\x02\x8d\xad\x56\x60\x6d\xd6\xfa\x0b\xa6\x1a\x1d\x00\xf8\x0e\x79\x62\x46\xb6\xfe\xf8\xfc\x99\x20\x1d\x74\xd6\xf0\x2d\x5b\x71\x8d\x3e\x90\x4e\x6c\xa5\xe8\x23\x2e\x3b\xf8\xcc\xd0\xae\x6a\x85\x5a\x73\x49\x52\x92\x72\x37\x93\x25\x9d\xe0\x2f\xf9\x93\x3c\x69\xfe\x0e\x34\xeb\x82\x39\x1d\xf9\xa7\x27\xff\x80\xe8\x85\x0c\x67\x0a\xae\x8b\x41\xce\x82\x75\x27\xf0\xb3\xaf\x5f\xf5\xf5\x1b\x78\x1c\x98\x56\x22\x5d\x58\x7f\x83\x7f\xa1\x60\xa4\xdf\xc7\xe6\x8d\x29\xec\xea\x8a\x91\xae\xd3\xd7\x65\xe6\x4f\x6c\x46\x39\xa8\x8d\x7a\x62\xfd\xed\x56\xfb\x8d\x4e\xfc\xea\xea\x5f\xb8\x0a\xb1\xfe\x53\xab\x68\xcd\xa7\x6f\x7a\x30\xef\xe3\xea\x3a\xcd\xad\x61\x24\xbc\x3e\xbc\xd8\xfc\x1c\x99\xb5\xdf\x73\xd6\xe9\x37\xf1\xae\x79\xd6\xbb\x86\x7a\x1c\x7b\x1d\xb0\xed\x96\x7e\x36\xdb\x01\x72\xfb\x50\xbf\x0d\xf5\x6e\xf7\xf5\x2f\xb3\xba\x5d\xd6\xe9\xb7\xb0\x37\xb4\x36\x6f\x22\x91\x29\x81\x34\xbc\x72\x7d\xbc\x30\xd0\x56\xbd\x85\xaf\xc0\x43\xd2\x83\x2f\x3d\x7c\xfd\x7a\xf2\x75\xa5\xef\x9e\x1e\x4f\x8f\x75\xfa\xd4\x2c\xfa\x28\x75\xe8\x7e\x10\x4c\x5c\xb8\x4e\x5f\x35\x8b\x6e\x33\x76\xab\x77\x2e\x7c\x0c\x23\x44\x27\x99\x13\x6f\x5b\x8e\xe5\x71\x64\xbd\x9e\x79\x38\xff\xb0\xba\x12\x2d\xbd\x76\x72\x3e\xa1\x63\x39\x20\x55\x3f\x36\xcb\x1f\x9e\x00\xa3\xc4\x00\x42\xa8\x26\xd9\xc1\x49\xa2\x7f\x52\x84\x0f\x70\x02\x5d\xec\xb0\x65\x3e\x8c\xab\xc7\x26\xac\xc2\x6d\x58\xdd\x69\xf3\xcb\x40\xda\x48\x3f\xf6\xab\x1b\x1f\xd6\xb7\x81\x56\xf7\x87\x1c\xa1\xac\x71\x3d\xb8\x34\x9a\xb0\x3a\x90\x41\xf5\x00\xf5\xab\x0b\xd1\x55\xdb\xb9\x54\xce\x52\x56\x93\x20\x09\x53\xd5\x23\xe6\xf7\xc9\xcd\x0f\xed\x37\x4e\x6d\x8f\x1c\x20\x51\x29\x8b\xa3\x4a\x53\x0f\x87\x30\x91\x67\x04\xba\x89\xe5\x56\x85\xdf\x40\x7a\xc7\xab\xa3\x0f\x00\x26\xa8\x55\x50\xb2\xc6\xf9\x3f\xea\x98\x3f\x7e\x5f\xb9\x4f\x95\x47\xf5\x53\x09\xdb\x7e\x3f\x21\x3e\x72\x73\x54\x01\xa8\xef\x4e\x7f\x4e\x32\xa6\xdd\x51\x85\x33\xd7\x46\x4d\xa6\xdf\xae\x86\x21\x79\x08\x96\xc4\xdd\x1c\x4e\xad\x55\xc7\xa0\x00\x44\x1b\x19\xaf\x42\xb3\x05\x95\xbd\xea\x1b\xb9\x16\x19\x0d\xfe\xe2\xd4\xe0\x5b\x55\xbc\x68\x9f\x10\xf8\x3c\xea\xff\xd0\xe7\xb0\x98\x09\x27\xf3\x47\x30\x3d\xf7\x8e\x44\xe1\x91\xbc\x42\x9f\xe9\x1e\x85\x0f\x7b\x67\x9f\xf6\x7d\x88\xec\xf6\x8e\x1f\x00\x30\xef\x39\xd9\x73\xb5\x58\xe3\x79\xf5\x61\x5f\x8f\x3f\x92\x2b\xf4\xda\xd3\x56\xfd\x46\xbc\xc1\xd0\x15\x4e\x87\x79\xaf\x73\xb0\x17\x18\xa0\x28\xed\x5a\xdc\x7d\x82\x6e\xc4\xad\x14\xdf\xf3\x34\x82\xae\x41\xae\x00\xba\x7c\xb4\x70\x38\x20\x23\x10\x90\x3e\xaf\x27\x39\x5e\x28\x6e\xd9\xc5\x7d\xe6\x75\x32\x78\x71\x0e\x86\x0b\x68\xc0\x48\x3a\x11\x70\xf4\x85\x87\x50\xd9\x73\xce\xb0\xd5\x25\x5f\xa9\x5e\x5b\xcc\x5b\x79\xd5\xbb\xfb\x1a\x30\x56\x78\x23\xc7\x1b\x1c\xf4\x25\x2e\x89\x51\xb1\xf9\x7a\x73\xe6\x82\x5c\xaa\x5a\x97\x9e\x3e\x60\xc1\x1d\xda\xa8\xcb\xb3\xd0\xfc\x22\x8b\x1b\x8f\x35\xd1\x5c\x5d\x9e\x8a\xd6\xb8\x52\x01\xbc\xa8\xe4\xef\x29\xd7\x55\x9a\x63\x41\xa6\x3f\xb2\xfe\x8c\xd7\x6a\x59\x5f\xf7\x51\x6e\xd0\xfc\x54\x55\x7c\xab\x21\x1f\x1a\x1a\xa0\x28\x5e\xd6\xa6\x36\x81\x1c\xdd\x78\x4f\x26\x42\x0e\x39\x21\x34\x81\x96\x5e\x00\xb5\xd3\x06\xbe\x3d\x46\xfb\x13\x34\xba\x3c\x40\x6c\x8b\xce\xf9\x57\xb5\xac\xc3\xbc\x33\x2b\x72\x0a\x46\x3c\x80\xed\xbf\x87\x9a\xc8\x35\x3d\x8c\x00\xc2\x6e\x21\x7e\x48\xeb\x0e\xde\x04\xb7\xf0\xaf\x79\xf7\x85\xda\x50\xac\xdf\x7c\xc0\xf8\x23\xd7\x58\xe7\x46\x3e\xf9\x53\x5c\x7f\x59\x43\x3c\xb6\xcc\xc8\x51\xe3\xd0\x84\x4a\xe2\x42\x38\xa1\x78\x8e\x30\x10\xc6\xf5\x17\x71\xfd\x92\x6b\xbd\x19\xd9\xf0\x7d\x8b\x76\x62\x4a\xea\xe7\x06\x3b\x50\x98\xc5\xcc\x09\xbc\xe7\x37\xf9\xf9\x5f\x04\x10\x6a\x17\x8d\x73\x83\x7d\x88\xb7\xbf\x5c\x9d\xe5\x0b\x52\xa9\x4d\x10\x2d\x49\x16\xe2\x03\x2c\x38\xc9\xb1\x3f\x08\x88\x37\xef\x33\x16\x3d\xe3\x8a\x8c\x98\x77\xd5\x40\xc3\xa2\x16\x63\x2f\x29\xb4\xf0\xa4\x84\x9a\x41\xb0\x47\x32\x35\x97\x77\xf7\xd3\x53\x41\xb6\xfd\x3e\xb8\x43\x50\x1c\x0e\xf1\x7c\x78\x55\xbf\x51\x90\x8a\xbc\xe6\x3d\xba\x39\x21\x6b\x92\x83\x4f\x4c\x73\x0b\x83\xeb\x80\xb5\x51\x0b\xb8\x92\xe6\x01\x4f\xe5\xf5\x0b\xf9\x13\x74\xe4\xa2\xe3\x02\xe6\x18\xac\x28\xc3\x68\x1f\x0b\x59\xc3\x7b\x9b\x82\xe9\x4e\x73\x09\xc8\xbc\x39\x05\xf5\x72\xff\xd1\xf1\xd9\xe3\x35\xcf\x46\x0e\x85\x8d\x69\xa2\x0d\x5e\x08\xd6\x54\xed\x9b\x57\x33\x58\x38\x16\xcd\x73\xd0\x49\x3d\x23\x86\x0c\x98\xc0\xf8\x13\x05\x10\xed\x53\x7e\x85\x46\xbc\x72\x44\x28\xe0\xe9\x4b\xac\x76\x23\xb0\xba\xdc\xbb\x07\x0a\xfe\xa1\x0c\x3d\x15\x41\x5d\xbc\x3a\x7e\xa3\xe4\x80\x25\xd9\x0f\x52\x44\x72\xc3\x02\xff\x09\x8d\x55\x7f\xc4\x76\xe4\xe8\xd8\x48\x39\x50\xf9\x18\x8e\xe4\x19\x57\x1d\xa3\x1e\xcc\x39\xc5\x47\x42\xed\x29\x23\x2e\x9c\x99\x4f\x51\xf0\x18\xec\x30\x1c\xd0\xca\x0e\x3d\xb3\xc7\x53\xb4\x79\xc2\xe5\x03\xb1\xba\x7f\x17\x29\x2b\x51\x88\x59\xe2\xad\xe4\x02\xb9\x3d\x09\x0c\x2f\x17\x1c\xd5\x53\x6b\x0c\xaf\xf3\x30\x02\xdf\x15\xe8\x33\x30\x65\x03\xc6\x06\xf7\x1d\x89\xe9\xef\x40\xe2\xfa\xb2\xe9\xa0\x95\x0b\x3c\x30\x64\x21\x66\x18\xce\x69\x8d\xd2\x89\xe4\x0b\x2d\xa0\x64\x7b\x2f\x9b\x11\x55\xbf\x14\x8c\x5d\x8a\x3d\xc0\x42\xf3\x30\x42\xe6\x1d\xe6\xb7\x56\x6b\xd3\x61\x6c\xe7\x3b\xfe\x63\xe3\x1e\x6c\x06\x2e\x91\xd8\x82\x95\x0c\x9e\x67\x0d\x49\x05\x7c\x99\xb8\x51\xef\x68\xf9\x70\x1b\x3c\x05\x93\x86\xe3\x3b\x13\xaf\x79\xef\x9d\x21\x67\xfb\x23\x29\xab\x6b\xbc\x6a\xd0\x96\xe5\xcc\xfd\x74\x0a\x9f\x05\xc8\xcd\x36\x88\x7d\x5c\x73\x16\x22\xc3\xd9\x42\x5d\x6f\x0b\xf5\xcd\x21\xf2\xb6\x21\xaa\x7c\x73\x51\xd1\x1f\x37\xd9\xb5\x58\xf1\x0a\x1b\x7a\xcb\x59\x93\x01\x73\xfc\x66\x55\x8d\x9d\x26\x8b\xaf\x4e\xd6\x5c\xe3\xbf\x1f\xfc\x97\x08\x96\xf2\x9a\x26\xf9\x96\x8b\x87\xe0\x82\x4b\xe4\xde\x0a\x8d\x74\x0e\x6c\xee\x4a\xae\xf1\xb9\xf8\x20\x8c\xe7\x81\x1f\x55\xcb\x9c\x54\xeb\x67\x93\x2c\x85\x5f\xa8\xae\x0f\x75\xfb\x68\x5c\x2a\x3e\xc9\x3a\xdf\x07\xc3\x7a\xf2\xf4\x10\xaf\x95\x16\xac\x52\xab\xae\xd5\x98\xee\x62\xd1\x35\xbf\x97\x5d\x05\x79\xe2\x69\xda\x35\xed\x25\x5d\x7b\x48\x56\xdb\xa7\x1a\xac\x94\x5a\x3f\x4f\xcf\xef\xf4\x67\xff\x71\x59\xac\x52\x0f\x9d\x8f\xc4\xe3\x74\xc2\xcd\xc3\xd2\x7a\xb1\xb2\x7e\x5f\x5a\x75\xd6\xb1\xf9\x2d\x4e\xfe\x3c\xb3\x6a\x4c\xbe\x4f\x56\xd9\x8c\xcd\xef\xad\xf5\x7b\x66\x55\xa7\x13\x73\x54\x7f\x6e\x8f\x38\xb5\xfa\x9a\x59\xe5\xae\xf9\x59\x9c\x1e\xc2\xff\xec\xa7\x05\x46\x74\xc3\x8b\x2f\xe3\x30\xf4\x5a\x29\xb5\xea\x5a\x3f\x89\x46\x10\x8a\x46\x08\xa0\xae\xf5\xb3\x4f\x86\x48\xaa\x6e\x00\x75\xad\x9f\x54\xd7\xfb\x22\xf0\x0c\x0c\x78\x06\x00\x00\x56\xa9\xf5\x19\x39\xc7\x89\x57\x72\x5d\x0d\x98\x78\xfa\xff\xef\xa7\x35\x9c\xd3\x3f\x3b\x28\x51\x15\x6f\x95\x19\x53\x40\x3a\x79\xd0\xad\x9f\x2d\xb2\xf1\x52\x60\x1c\x98\xa3\x84\x13\x3a\x5e\x9d\xda\xa2\x5a\x8d\xd5\xeb\xb6\x9c\xbf\x5c\xdc\xf8\xdf\xce\xbd\x60\x3d\xa0\x71\x7a\x67\x28\x70\x98\xba\xc6\x6c\x92\x04\x97\xf7\x48\x75\x7c\xa1\x30\xdc\x96\x5c\xa2\xed\xec\xbf\x44\x97\x23\x1d\xa8\x44\x3d\xcc\x84\x33\x90\xb8\x6f\xdb\x46\xcd\x56\x33\x69\x9d\xb2\xd0\xe9\xbd\x33\xe7\x2f\x67\x3d\x44\xd0\xf2\xdf\x9a\xfe\x51\x21\x67\x7d\x06\x55\xe8\x5f\x07\xdf\x75\xf0\x69\xd7\xb0\xb0\x6d\x97\x24\x7f\x9d\x9c\x3b\xd7\xb4\xae\x3d\x30\xde\x79\x7f\x42\xa7\x21\x79\xfd\x7d\x51\x2c\x01\x09\x66\x53\x1d\x94\x68\xce\xd1\x6c\x1d\x15\x7b\xe7\x9c\x79\x07\x7c\x8a\x25\x8d\x1b\x28\xfb\xa9\x67\xb2\x9f\x02\x1b\xbb\x11\xd8\x88\x91\xd9\xfb\x84\xa3\xc9\x54\xed\x11\x83\xaf\x81\x25\x93\x64\x3c\x2e\xc1\xc2\x1e\x2c\xfe\xae\x8e\x1f\xc9\x74\x71\xce\xd1\x44\x6d\x89\xbe\xb4\x09\x67\xaf\x0b\xdb\xa2\x6b\x80\xf3\x7c\xbf\xe3\xce\xba\xc1\x26\x3c\x6a\xd1\xb0\x21\x2e\x0f\x9d\x91\x01\x9c\x11\xa2\xcf\x7f\x68\x76\x00\x1f\x92\x63\x1c\x0b\x8a\xdf\x01\xaf\x16\x9c\xfc\xe8\xc1\x9c\x04\x6d\xf7\x7f\xd0\x18\x21\xe7\x82\x9c\x04\xc0\x8e\xfd\x82\x0b\xe5\x50\x78\xce\xd1\x71\x99\x1e\x2f\x39\xf3\x3f\x49\x3d\xb0\xeb\x4b\xde\x14\x9c\xc5\x84\xf7\x20\x6c\x75\xf9\xb2\x81\x5e\x52\xfd\x23\xab\xa2\x07\xb4\x66\xfa\x7b\x6c\xd4\x24\x1c\x60\xfb\x5a\x0f\x40\x67\x44\x3d\x34\xe4\x5b\x02\x6b\xb5\xe5\x37\x03\xa5\xc1\xf0\x16\xde\x3d\x70\x58\x11\x10\x0f\x11\x7c\x3d\x45\x3d\x2e\x28\xda\x62\xe5\x4b\x4a\x9e\xef\xe2\x69\x06\x22\xa6\xfe\x3d\xb8\x8a\x7c\x1c\xd0\x8e\xfb\xfa\x0b\x04\xbb\xa0\x38\xc7\x10\x71\x7d\xf0\x52\x81\xe5\xdb\x20\x07\x72\xfb\x05\xbe\x2c\x02\x28\xcf\x91\x6c\xeb\x13\xf8\xe9\x0b\x7c\x7d\x0f\xaf\xdb\xb2\xdc\xbb\x1b\x18\x87\x4e\xa0\x5f\x01\x2b\xf4\x31\xba\x48\x7f\x02\xf1\x41\x13\x7e\x85\x7d\xff\xfd\x92\xab\xef\x9d\x89\x9b\xc1\x51\xd5\x04\x22\x2c\xb1\x1f\x7e\x83\x75\x27\x23\xd8\x9a\x4b\x3e\xc5\x48\x8d\xc9\x08\x44\x04\x79\xe3\x61\x00\x8a\x95\xd4\xb5\x8a\x9f\xde\x9d\x26\xeb\x7c\x7d\x98\xe9\x8c\x51\x22\xa0\x22\xa0\x5c\x60\xa3\xf3\x91\x1c\xf9\x95\x7b\x15\xa2\x0a\x19\x26\x2e\x81\x63\x83\x4a\xaa\xe5\xc8\x89\x25\x47\x77\x03\x58\xcb\x5b\xc2\x3f\xf6\xa8\xdd\x08\xde\xcb\x81\x72\xe1\x45\xa3\xd8\x1e\x85\x0a\xc9\x46\xe8\xfd\xb3\xb3\x26\x06\x37\x5b\x7f\x0e\x31\x0c\xe6\xfc\x0e\x47\xf0\x03\x15\xa7\xee\xe1\xa8\x62\x6d\xad\x0a\x49\xd5\x8a\x33\x71\x71\x54\x71\x89\xb1\x17\xb6\xfc\x01\x6b\xae\x47\x20\xd1\x2d\xdd\xab\xa3\xaa\xf5\x45\xdd\x8e\xe0\xec\xa6\xee\x0d\x2e\xe2\x0d\x8e\x7e\x0f\x7d\xcd\xf8\x1d\xa8\xbd\xfb\x54\x7a\x0e\xa5\x0b\xfe\x40\xcd\x4a\x22\xfb\xe4\x50\x2f\xa1\xe2\xd4\x3d\x3b\xaa\x58\x1f\xea\x35\x0e\x75\xe3\x4e\x3f\xeb\x55\xeb\x43\xbd\x85\xa1\xbe\xdf\xc9\xbb\x27\xfa\x2a\x81\xb5\x1a\x4c\x42\xb3\xc3\x04\xab\xf7\x23\x10\x20\x3d\xf0\x0d\xe8\x01\x85\xa9\x22\xde\xca\x81\xe5\x1c\x64\xed\xd6\x5f\x1c\xc6\x0c\x9d\x64\xcf\x10\xc0\x26\x63\x39\x56\x7f\xc7\xef\x3e\x40\xdb\x7a\xff\x81\x68\x43\xf6\x55\x62\x68\xcb\x9f\x3e\x21\x84\x29\xf6\x9d\x8c\x25\xb8\x1c\x28\xc4\x16\x8e\x0a\x6b\x16\xaa\xe6\x0c\x6b\xce\xa9\xe6\xac\x67\x8e\x67\xe9\xa9\xc5\x8c\x98\xf8\x00\xc7\x27\xb6\xa2\x86\xc1\x54\xbf\xbd\x07\xca\x74\x44\xc7\x6e\x39\x06\xc4\xc3\x6f\xd0\x26\x83\xe6\x9f\x8d\x71\x97\xee\x70\x85\x08\x90\x7f\xc6\x92\x7f\x96\xf8\x8d\x5c\x23\x98\x40\xe8\x90\xf0\x28\x07\x4b\xe0\x58\xa0\x5f\xf5\x59\xa5\xc9\xf5\x18\x90\xc1\xb4\x63\xb7\xb8\x85\x19\xa4\x3e\x61\x60\xc1\xc4\x2b\x02\x86\xdc\x39\x89\x75\x69\x06\x39\xb6\xb1\x1f\x4b\xa4\xd3\x06\xc3\x0c\xdd\xf0\xf9\x98\x02\x08\xa7\x60\x6a\x1e\xcd\x71\xaf\x0e\xf8\xf6\x72\x0c\x28\xfa\x81\xaf\x3a\xbf\x9f\xbe\x93\xfb\x49\x60\x4d\xfb\x89\x7c\xa7\x04\xa0\x39\xec\x27\x1a\xb2\x8d\xcc\x61\xa7\xf5\xbc\x1e\x83\xf9\xec\x46\x10\x3d\x21\x98\xf8\x58\x7c\x2a\xb8\x95\xc8\xe6\x83\xc0\xf6\x16\xd6\xb8\x5d\x56\x26\x73\x0f\x9f\x8b\x05\xdf\x54\xd6\xe9\x2f\x80\x11\x2c\x3d\x5d\x42\xb2\xdf\x1c\xdb\xcd\xfa\x74\xdf\x9c\x11\x92\x8b\x9d\x2d\x77\xee\xb9\xb8\x79\xcc\x3d\xe7\x56\xb0\xa8\xa5\x6d\x72\x89\x1b\xb3\x5d\xbf\x5b\xf2\x6c\x77\x3e\x9d\x01\x6b\x67\xfc\x6c\x8c\xbe\x78\xf7\x18\x8d\xd4\x73\x7a\xcc\x7f\x69\x38\x3a\x9c\x29\xec\xd1\xe7\x01\xa2\x8e\xfe\xc5\x48\x17\x33\x5e\xc0\x95\xf0\x17\x0d\xd9\xee\xe1\x9f\xbf\xf3\x84\xf9\xaa\x73\xf8\x70\x3a\xce\xd2\x13\x45\x63\xc6\xcf\x3f\x1c\xcf\x09\xd9\x9d\x0f\xc2\xa3\x40\x12\x57\x4f\x20\x35\x81\xe7\x37\xd0\x3d\x8f\x24\x14\xdf\x7b\x10\xfc\x81\x6d\x31\x2a\xc6\x18\x70\xd0\x2d\xc6\x02\x4d\x51\x54\xb2\x54\x31\x76\xfb\xcc\x5b\x80\x31\x6b\x4b\x92\x48\xfe\x93\x71\xb5\xec\xdd\x85\x38\x70\x5f\x5e\x64\x4e\x4f\x5e\x75\x09\x67\xb7\x1c\xe3\x4b\xde\x53\x78\x43\x01\xa1\x49\xd8\x05\x9f\xc2\x5d\x87\x7e\xf2\xe8\xab\x85\x7a\x72\x86\xa4\x01\xd8\xcc\x79\x37\xaa\xa8\xab\x58\x51\xab\xca\x2d\xda\x95\xa8\x76\xd6\x12\x01\xa1\xf4\x43\x15\x49\x9c\x34\xc1\xc0\x42\xaa\x48\x6e\x6b\x21\x29\xc4\x8c\xdf\x78\x67\xa4\x9a\x9f\x64\xe8\x01\x73\x97\x72\x27\x62\xde\xfb\x7d\x0a\x76\x37\x4b\x5c\x90\xaf\xf2\x55\xf6\x7f\xc9\xd7\xa0\x53\xf9\x41\xa7\xc4\xd2\x9b\x70\xc4\x1c\x2d\xa0\x4c\x62\xc6\xfa\x29\x58\x13\x7e\x64\xdf\xd0\x4d\xb4\x02\x43\xb6\xf7\x35\xf8\x44\x3d\x6f\xa8\xb3\xbf\x29\x7a\xcb\x6f\xc1\x73\x34\x27\x15\xa9\x5c\x86\x15\x6f\xcb\x22\xb0\x94\x67\x2b\x6d\x36\xef\xe1\x03\xd8\xd2\x44\x30\xcd\x78\x03\x61\x3d\x83\x87\x67\xbb\x45\x51\xea\x09\x5d\xa2\x53\xf4\x16\x08\xfe\x3b\x6e\x77\xf1\xf8\x9f\xba\x90\xb7\x28\x0b\xcf\xbe\xa0\x87\x4d\xcb\x6a\x4f\xde\x52\xd4\xc1\x75\x0a\x84\x24\xfb\x01\x23\xe7\x94\xe2\x4f\xca\xdf\x18\x24\x8b\xdd\x54\x97\xb6\x03\x61\x5e\xd8\xa8\x1c\x83\x4d\x1d\x8d\x65\x3d\xfa\x4f\x83\x99\x70\xfb\xbb\x60\xf1\x6c\xf7\x2e\x52\x5f\x75\x73\x4e\xe3\x29\x60\x51\x57\x95\x45\x6d\xfc\xa7\x4e\x12\xea\x24\xc7\x4e\x56\xcf\x76\x93\x62\xe5\x5d\x50\x27\x7b\x0c\xc4\x9c\x09\x33\x4f\xd5\x87\xfb\x9f\xfa\x98\x83\xb1\x52\x93\xba\xc8\x9f\xad\x06\x6f\xc3\xd2\x75\x42\x76\xe8\x4c\xf8\x34\x92\x20\x35\x76\xfa\x92\xbf\x69\xb2\x06\xdb\x02\xea\x19\x81\xa4\x32\x94\x9b\xec\x61\xb0\x93\xc1\x39\x98\x7e\xb2\x1f\xa5\x44\x39\x47\xd9\xde\x9c\x9f\xb5\x61\x21\xe6\x64\x9a\x00\xf8\xf6\x0c\x6d\x03\x92\x2e\x09\x23\x43\xc6\xda\x25\x57\x4e\x3c\xac\xcd\xb4\x28\x10\x23\x34\x74\x1f\x06\x5a\xc4\xee\xed\xc4\x92\x58\x14\xc9\x90\x81\xbd\x13\xeb\x2f\x01\x8d\x46\x57\xdf\x80\x7d\x2f\x81\xc9\x8f\x56\x18\x19\xfb\xe0\x61\x0c\xf7\x12\x4e\xec\xf8\xb2\x8f\x83\x8f\xe5\x8d\x7a\x25\x1f\x7c\xa2\x7c\x8b\xbe\xe3\xb3\x2d\x6f\xec\x3e\x61\xfd\xdb\x4e\x9f\x09\x34\x9e\xcd\xbe\x28\x0c\x7b\x4f\x05\xf5\xe4\xca\x41\x38\xcf\x78\x15\xe8\x39\xe0\x9d\x6e\x99\xd9\xa0\x2f\xc6\x11\xce\x60\x97\x55\x00\x56\xe4\x9c\x5e\x1c\xb2\x0a\xe4\x88\x9c\x4f\xd0\x15\xf1\x22\x33\xbb\xdd\x63\xe1\xdb\x34\xa2\xd1\x01\x9b\x75\x0f\x8e\x9c\xdf\x9b\x13\x98\xe3\x92\x33\xd1\x7e\xd4\xc5\x5d\x08\xb4\x11\xb0\x1e\x7b\xf8\x04\x04\x0e\x2d\xc4\xe8\xb7\xfd\x8d\x5b\x1c\xb2\x06\xbb\x41\x11\xb6\xc4\x39\xb8\x83\x87\x77\x14\x60\x82\xbd\x47\x0e\x96\x62\xcf\x4b\x80\x83\xe6\x0c\xeb\x64\x1c\x55\x3b\xea\x79\x2e\xc1\x4b\xc5\x91\x60\x46\xe0\x8f\x31\x10\xc2\xfc\xd3\x09\x59\x6f\xe6\xa5\xc8\x30\xb5\x31\x74\x01\x0e\x64\xc5\x8f\x46\x72\x9b\x02\x57\xc8\xd6\x7c\x67\x8f\xe4\xa2\x32\x92\x05\xa7\x70\xfa\xa8\x68\x54\xcf\x6b\xbe\xfc\x8f\x23\xe9\x5e\xd5\x46\xb2\x07\x69\x2e\x04\x28\x61\x00\x49\xa3\x34\xab\x2e\xaf\x2f\xef\xc7\x05\x40\x0d\x3a\xa7\xa2\x45\x2c\x84\x00\x92\x18\xaa\x71\xe0\x31\xa8\x70\x16\xab\x2a\xda\xf1\x9c\x98\x79\xe8\x1a\xb7\xb0\x00\x64\xc0\xc2\x8d\xbb\x88\x80\xcb\x85\x41\x14\x68\xe0\xb9\xe4\x17\xc0\xb1\x46\x7f\x53\x52\x32\xa2\x65\xa6\x77\x51\x05\x23\x09\x58\xe8\x43\x1c\x9e\xb7\xd0\xb4\xff\xe1\xa5\x82\xdd\x13\x3e\x8b\xb4\x69\xd9\x4c\xfc\x7c\xd9\x3e\xc6\xe4\x9c\xd7\x69\xcc\xbe\xc0\x4f\x1a\x86\xb0\xe5\x39\x88\x0a\x4b\x14\xb9\xaf\x4e\x75\x18\xb0\xd6\x86\xff\xb4\x9c\xfb\xea\x71\x39\xbc\xe8\xba\x09\x67\x61\x3b\x8d\xa8\x06\x28\x87\x9a\x68\xf7\x09\x6b\x55\xc0\xb9\xed\xac\x56\xfc\xd4\x68\xbd\x15\x1d\x4c\x8c\x81\xaf\xf4\x61\x2d\x16\xce\xf8\xc5\x97\xb3\x16\xd4\xe6\x1c\x02\x7c\xc9\x4b\xf5\x7f\xd9\xe6\xbb\x13\xca\x36\x67\x5f\x00\x34\xd8\x26\x47\x1d\xd8\x48\x38\xda\x53\x9a\xe5\x14\x85\x72\x56\x83\x07\x88\xc3\x32\x15\x57\x60\xc2\xd1\xbb\x04\x33\x68\x8a\xf8\xf9\xc3\x17\x74\x36\xd7\x2b\x10\x14\xb0\x1f\xbe\x99\xa0\x72\xb1\xe1\xf8\xec\x29\x28\xd0\x3d\xbf\x51\xae\xaa\x77\xc7\x84\xe7\x08\xef\x13\xc9\x43\xf8\x3b\x7e\xd6\xd3\x06\xf3\x9d\x4b\x00\x04\x5c\x67\xb8\xe5\x41\x01\xc8\x0a\xf4\xdd\x5e\x00\xc7\xdf\x01\x4b\x55\x30\xe0\xf7\xe7\x24\x03\x40\x86\x0e\xe3\x65\xf9\x58\x84\x06\xd6\xd3\x15\x38\xf8\xde\x78\xa4\x4f\x0a\x58\xf3\x0d\xec\x27\x51\xd9\x0c\xfa\x77\xf1\x78\x03\x81\x79\x3a\x3f\xef\xc0\x6c\x4d\x81\x70\xee\x26\x6f\x20\xe5\x91\xcb\x16\x4c\xdd\x7c\x55\xb9\x9d\xc2\x95\x35\x89\xe0\x3b\xaf\x1d\x88\x5b\x49\xb4\x78\xdf\x77\xc7\xc5\x11\x84\xa2\x85\x90\x28\xea\x23\x83\x09\x16\x03\x1d\x65\x03\x4f\xf5\x80\x4e\x75\x87\x85\x57\x22\x45\x42\x09\xf6\x71\xc2\x7f\x50\xd2\x0a\xcb\xc6\x70\xca\x0f\x47\x4b\x9d\xe2\x28\xf1\x00\xcb\x3f\x9b\x6e\x65\x16\x0b\x7a\xdf\x64\xe1\xa2\xf1\xe0\x01\x9a\x43\x88\x27\x60\xa7\x8a\xc0\xcd\x8f\x0f\x55\xba\x07\x2e\x9e\x29\xbf\xaa\x51\x5c\x48\x66\xee\xf8\x59\x8d\x88\x99\xc3\x3d\xb7\xe1\x8a\x98\x30\xa8\x38\xfd\x7d\xda\x41\x29\xa7\x5d\xd4\x87\x65\xb5\x19\x30\x7f\xc6\xd3\x08\x4e\xf8\xab\xac\xd9\x97\xa7\xf5\xbd\x49\x35\xff\xa2\x6d\xdd\x0f\x11\x99\xab\x37\xd9\xcc\x54\x5c\xf5\xf5\x5b\x90\x56\x9e\xa9\x9d\xfa\x81\xdb\xd5\xcb\xf9\x1d\xa0\xe3\xc7\x0b\x0c\x27\x34\xe5\x96\x45\xf1\x15\x47\x55\x6a\x73\x82\xe4\xc1\x84\x9f\xc1\xad\x16\xac\xf8\xf4\xc9\xea\xd5\x7f\x29\x47\xce\x44\xc8\x71\xf5\x49\xaf\xda\xda\x92\x05\x79\x89\x40\x56\xbc\x49\x2e\x76\x86\x51\x89\xe2\x0d\x16\x6e\xdf\x30\x42\x44\x57\x07\x5e\x9f\x4b\xc2\xda\x2b\x05\xf0\x2e\x91\x8f\xde\x04\x24\xa5\xeb\x48\xfe\x0c\x8e\xc9\x8c\x24\x9b\xab\xda\x39\x0e\x9c\x01\x6b\x81\x6d\xed\x33\xa4\x22\x20\x5e\x62\x30\x07\xdb\x56\x70\x47\xd4\x8d\xca\x4b\x9e\x62\xcb\xc2\x6b\xff\x4c\x94\x3f\xb4\xed\x28\x9a\xf4\xdb\x7b\xb2\x9b\x59\x55\x5f\xb0\x39\x9f\xbe\x81\xa4\x73\x03\xe1\xa2\x9e\xd1\xb5\x05\xbc\xf9\x0a\xb1\xa1\xca\xdb\x1f\x94\x15\x9e\x09\xd9\xaf\xeb\x81\x99\x3b\xb9\x57\x65\xfc\xa6\x07\x0c\xe7\x8a\x17\xf0\x59\xb3\x83\x1e\xc9\x3e\x0b\x0f\x02\x92\xed\xc0\xc2\xb7\xba\x74\x8e\x3c\xb0\x2d\x96\x25\x90\xb5\xa5\xdb\x46\xd2\x8b\xe1\xf8\x24\xcf\x70\xd5\xa8\x8f\x32\xe3\x10\x53\xd1\x5b\x70\x60\xae\xdc\xc3\xc8\xf9\xf9\x2f\xf6\x68\x03\x08\x16\x8c\xd7\x05\xaa\xc5\x9b\x7d\xdc\xa6\x6b\x80\x17\x89\x55\x24\xe7\xb8\x7b\x65\x4e\xe0\x4c\xb8\xd8\x3d\xb2\x07\xc4\xac\x94\xdb\xc0\x31\xf9\x85\xd8\x81\x3b\x93\x06\xeb\x05\xf7\x18\x94\x03\xa3\x9d\x9d\xe9\x90\xfb\xca\xdd\x14\x25\x26\x9e\x50\xb1\x83\xc4\x0e\xab\xe0\x19\xcb\xf1\x81\xe4\xf6\x9f\x02\xad\x05\xe4\x64\x43\x79\x76\x96\x7c\xa6\x42\x94\x04\xe0\x2c\x1a\xb0\xc4\x85\x3c\x1f\xbd\xc3\x18\xba\x80\xbb\x40\xb0\xcc\x18\xf2\xf8\xf2\xc3\x27\x15\x68\x6d\x62\x05\x5a\xeb\x33\xbf\xf9\x84\xf6\xe7\x21\xa6\x17\x51\x9e\x31\xcd\x6b\x32\xb8\xc1\x4b\x18\x96\x70\x01\xcc\x7b\xb4\x00\xd1\xbf\x15\xe7\x45\x1b\x80\xfc\x80\x9c\x5a\x94\x6e\x6a\xaa\xb0\xd1\x1c\x28\xfc\xce\x16\xae\xb4\x54\xb4\xf5\xda\xf8\xd8\x2e\xb8\x86\x92\x1b\x93\x0a\xd4\x08\x70\x23\x57\xde\xa3\x20\xa7\x68\xe7\x7b\xce\xd1\xd0\xf7\x0a\xe5\xe9\xe8\xb9\x14\xac\x69\xf9\x24\x7f\xe6\xbf\x6e\xd0\x90\xe7\x6b\x9d\xa0\x77\x20\x6c\x7f\x01\x21\xa8\x44\xce\x43\xdc\x00\x1f\x32\x80\x60\x04\xde\x26\xf3\x66\x98\x06\xa0\x0f\xca\xa0\x8f\xc7\x13\x23\xf1\x99\x5f\x72\x90\xfb\x8c\x1e\xd1\xe6\x5c\x5b\xb2\x4c\x29\xdd\x89\x83\x09\x50\xe4\xcf\x6b\x64\x61\x9a\x87\xcc\xe4\xaa\x81\xc0\x7c\x62\x45\xee\x25\xf8\x0d\x19\x31\x5f\xa0\x2a\xe6\x06\xb8\x20\x6f\xc7\x97\x64\xec\x16\x90\x8f\x12\xda\xcb\x80\x77\x78\xc3\x7a\x81\xa9\x40\xe0\xa4\x37\x5d\xa7\xc9\xfc\x2b\xd4\xd6\x8c\x98\x55\xe9\x0c\x97\x23\xb8\x85\xe5\x18\x00\x49\xf1\xd6\xc4\x66\xa6\xe0\xd9\xc4\x62\x8c\x86\x31\xc1\xf8\xdb\x83\x14\x8c\x60\x3a\xe7\x40\xad\x42\x54\x8f\xc0\x43\xbd\xd2\x8f\x70\x5a\xcc\x47\x87\xcf\x02\x7c\x49\x4b\x1e\xa8\x6f\x06\x92\x69\xde\x00\xbb\x54\xf2\xf3\x44\xb7\x05\x37\x35\xda\x86\x9c\x6e\x1a\xd2\x8f\xe0\x1e\xca\x0a\x21\x8b\x31\x60\x61\xef\x1c\x3e\xba\x17\x57\x40\xe4\xa2\x93\x41\xf3\x5a\x02\xa1\x87\xf0\x0a\x22\x53\xf2\x4d\x43\x12\x08\xe9\x55\xb0\x67\xcc\x38\x18\x80\x2c\xd0\xfd\xfd\x9c\x27\xdc\x58\xf5\x37\x19\x3a\x21\x02\xba\x7d\x87\x87\x3d\x05\xe2\x02\xff\xd0\x14\x1d\x65\xd1\xfc\xa8\x7b\xfb\x45\x96\x6d\xbe\x8a\xa1\xd0\x82\x0d\x0d\x40\x77\xfe\xe9\xe8\xcc\x33\xad\x14\x23\x1a\x05\x19\x78\xa6\xfa\xca\xca\x0d\xe6\xd1\x89\x4d\x63\x01\xb8\xd6\x35\x30\x4a\x5d\x0b\x14\x1b\x01\xe6\x72\xba\x19\x91\x3d\xbc\xcf\x3a\x1f\x88\xa9\xe0\xeb\x51\x88\xf0\x2b\x3b\x03\x4c\xe5\xfd\x50\xdc\x57\x86\xce\x61\x30\x95\x57\xc0\x64\x18\x46\x4c\xf8\x14\xa3\x7e\x09\xb1\x02\x4b\x6e\x1e\x7d\x92\x8d\xa2\x93\xa7\xdc\x32\x3f\xb5\x5e\x07\xac\xfd\x0e\x10\xd8\xc3\x11\x80\xae\xb3\x6d\x62\x4f\xc1\x1e\x37\x51\xb2\xe7\xe8\x6c\x34\x11\x66\x7f\xf9\x46\x7f\xef\x26\x50\x61\x3f\xe8\xac\x70\xe0\x9f\x4e\xe6\x29\xf3\x0e\x57\x79\x07\x54\x8c\x2d\x12\xce\xc6\x55\x8b\xff\x26\xfb\xe1\x0f\x55\xfb\x8c\x0c\xeb\xce\xf1\xdf\xb6\xfa\xc9\x2d\x39\x09\xdc\xb5\x0e\x56\xb8\xe2\x70\x43\xbe\x5f\x4e\xc0\x82\xef\x39\xf0\x2a\xfd\x87\xa7\xba\x6d\x4e\x67\x8a\x01\x68\x32\x10\x54\x75\xee\x81\x38\xfa\x96\xcd\xde\x23\x3d\xb0\xe1\x0b\xd4\xd3\x2b\x23\x9e\x7d\x21\x17\xb2\xbb\x51\x01\x73\x74\x94\xf4\x14\x98\xe1\x02\x11\x38\xec\xc8\xb5\x37\xc5\x5a\xe8\x0a\x07\xfa\x46\xb4\x54\x03\xb7\x18\xdc\xc2\xbf\x7a\x3f\x3d\xd6\xa5\xd1\x00\x47\x35\x7a\xa1\xad\x37\x20\xfb\xcb\x60\xa8\x51\xcb\xbf\xf1\x8a\xce\xf4\x33\x9a\x63\x96\x9c\xc8\x5f\x34\x79\x0b\x29\x90\x05\x1b\x5f\x15\x5c\xdd\xb2\x01\xf8\xa2\xa8\xe5\x59\x8b\x15\x7a\x2e\x2d\x71\x19\xfb\xe0\xb3\x87\xd1\xf9\xee\x51\xf8\xf3\xcb\x60\xb6\x1e\x2d\xcd\x01\xc1\x7f\x0e\xf2\xda\xa6\x72\xc5\x50\x14\xe1\xab\x4b\x93\xd7\xab\xd5\x03\xcf\xcd\xe7\xa5\x5e\x8f\x00\xa2\x81\x78\x64\x3a\x0a\x97\x97\xff\xbc\x01\x06\xa6\xb3\x7e\xb3\x02\x9f\xca\x19\x97\x85\x85\x8d\x29\xd5\xd2\x35\xda\xbd\x06\x69\xa1\xd0\x71\x35\xdb\x52\xc0\x44\x2e\xd6\x94\xfc\x28\xc5\xf4\x64\x20\xbd\x6d\xcd\x71\xd6\xd0\xaa\x76\x73\xf3\x0b\x88\x7e\x1a\x5c\x59\x01\xa6\x0f\x98\x53\x2c\xdc\xc3\xc1\x11\xef\x87\xf2\xb7\x0c\x6b\xd4\x64\xf3\x90\x53\xb6\x99\xf3\xfc\x1f\x1d\x1f\x70\xdf\x51\x27\xdf\xdc\xc3\xd3\xa5\x97\x8b\xb3\xb2\x42\x85\x08\x26\xbe\xd7\x48\xe8\x01\x0a\x78\xdb\x4b\x72\xf3\xe2\x15\xfc\xf5\xd6\xea\xf2\xa3\x4d\xdb\xff\xb6\x69\x01\x3b\x7f\xcd\xb9\x24\xdc\xcb\x6e\x03\x39\xcb\xcf\x63\x58\x0d\x24\x83\xaa\xe0\x3d\x50\x3e\xbf\x24\xae\x83\x35\x1e\x49\xde\x99\xd6\x73\xf0\x64\x15\x8b\x29\x26\x23\xbb\xe3\xcb\xc2\x6c\x89\xe4\xcf\xfe\x16\x20\x35\xbf\x44\xfb\xff\x4a\xb1\x84\xa1\x4f\x27\x60\x3f\xdd\x69\x23\x72\xfa\x6c\x81\xb3\xca\xf8\x97\x01\xc5\x6b\x32\x73\x18\xc9\x46\xee\x39\x28\x72\x62\xf9\x30\x7f\xbd\x71\x01\xb3\x1f\x3a\x0d\x14\x45\x7f\x03\xe1\x29\xbf\x7a\xa6\xaf\xa6\x7c\x02\x3c\x5c\x02\xe6\xf2\x12\xdb\x40\xb0\x27\x57\x3f\x48\x86\x1b\x3d\x12\x99\xe1\xc4\x03\x14\x1c\x51\xcc\x2d\xf9\x84\xe4\x72\xc3\x89\xd8\x4f\xe7\xca\xf5\x9d\x2e\xbb\x68\xd3\x32\xa6\xea\x78\x22\x66\xd0\x88\xfb\xbc\x3d\x06\x79\xd7\x4c\x55\x5c\xfd\x52\x31\x69\x8f\x9b\xe4\xe3\xea\x81\x11\xc0\x88\x88\x2e\xf1\x8d\x89\x01\xe0\xf7\x17\x78\x50\x2f\x5e\x1a\xc8\x4e\x02\xb4\x60\x08\xe1\x7b\x6c\xeb\x97\x6d\x9f\xbf\xe4\x1c\xce\xc6\xa1\x45\x9f\x96\xff\xed\xa7\xfb\x56\x2e\x69\xef\x90\x4d\xd5\xa7\x9b\xff\xf6\xd3\x49\x2b\xe7\xc0\x0b\x80\x48\x4a\x7c\x42\xec\xb1\x87\x26\xad\xc4\xce\xc6\x68\x0a\x71\x06\x60\xaa\x8a\x78\xc8\xc3\xe4\x1c\x21\xbb\x6f\x6e\x04\xec\x71\xde\xa4\x3d\x06\xeb\x49\x01\x9b\x2c\xd9\x2c\xb9\xc9\x2b\x7e\x49\xac\xac\xb8\x42\x07\x6c\x7c\xfe\x69\x4e\x3d\xa8\x71\x08\x1a\x5a\x2c\x44\xb6\xba\xe3\x1b\x08\xbf\x97\x61\x56\x9d\x12\xe3\xf4\xf4\x6e\x7d\xf4\x8a\x4e\xa0\xec\xce\xaf\x14\x86\xd5\xb2\x3e\x0b\xce\xc8\xee\x77\xf7\x2e\x49\xa1\x08\xe1\xf4\x41\xf2\x9c\xf3\xe0\x6d\xfa\x68\x9d\xd9\x75\xec\xb4\xd8\xc6\x83\x39\x74\x19\x5e\xba\x12\xb7\x5c\x80\xf2\x0a\x6e\xa4\x2f\x78\x77\x89\x3e\x34\x98\xba\xa2\x39\xc5\x6d\x5e\xf1\x02\x11\xc9\x68\x81\x62\x63\x94\x66\x74\x55\x29\xdc\x22\x0f\xe2\xa6\x62\xbc\x7e\x8f\xc7\xb0\x85\x5d\x50\x69\x6b\x92\x13\xad\x64\xdd\x3f\x1b\x7e\xfa\x4b\xb4\xbd\x85\xfa\xdf\x0f\x5d\xeb\xf2\x9c\xd5\x3e\x98\x10\x99\xbc\x40\xf6\x76\x41\xdc\x60\xf5\x75\xb0\xb0\x70\xea\x5d\x7e\x8c\xca\x77\xfc\x28\x35\x67\x05\x8f\x5f\x89\x0c\x44\xe8\x9d\x45\x5b\xa7\xe3\x64\xc1\x75\x49\xae\x0a\x00\x4c\x57\x12\x1d\xae\xdd\xf6\xf5\x87\x13\xb2\x1b\x41\x60\x3b\x83\xef\x7c\x65\x57\x38\x07\x30\xee\xac\x30\xa3\xe8\x05\x10\x6f\x9d\x1d\xa8\x3c\x7d\xb0\x1a\xe6\x49\x69\xaf\xbf\x37\x13\x7f\x31\x4b\xe4\xd9\xd8\xf1\x99\xcb\x12\x0c\x75\x78\x8e\x37\xf6\x2b\xf0\x56\xe2\x03\xfd\x45\xd1\x98\x1a\xdd\x12\xdf\x67\xf2\x5e\xf0\x5f\x66\x72\x99\x7f\x44\x7b\xd9\x76\x9a\x6c\x8a\x90\x8c\x12\xbd\x4f\x1d\x77\x42\x92\x9f\x4d\x0a\x4f\x24\x7f\x87\xca\xbe\x3d\xc0\x04\x98\x68\x0b\xd4\x64\x93\xe6\xc1\x95\x14\xc4\x1d\xa7\xc3\x74\x00\xea\x37\x80\xd3\xf4\x78\x0f\x88\xeb\x02\x11\x76\x47\x92\xea\x7d\x8c\x28\x25\x72\x7e\x81\x84\x3b\x8a\x8a\x3b\x0f\x4f\xca\xa2\xd7\x4b\xf9\xfd\x13\xba\x04\xcc\xdc\x37\x49\xcd\xf9\xa1\x13\xb0\x25\x6f\x5e\xc2\x17\x29\x57\xd9\xdf\x1c\x81\xba\xe5\x26\xc6\xd1\xf3\x5f\xb4\x09\xac\xff\xac\xed\xda\xfa\x5f\xa7\xfc\x56\xff\xe2\xbf\x1f\x74\x1b\xbd\x3c\xa2\x08\x5b\xce\xb2\x21\xa6\xaf\x3b\x4e\x99\xb5\x88\x8f\x26\x9b\x57\xb9\x08\x4a\xf5\x22\x7f\x53\x90\x38\x9f\x79\x67\xa8\xe9\x8d\xcf\x20\x84\x1a\x84\x3c\x7d\x04\x15\xab\x8f\x31\x4f\xd3\xc6\x65\x6c\x5b\xce\xaa\x56\x20\x06\x26\x35\x03\x34\x32\x05\x37\x91\x6d\x3e\x80\xc4\xe3\x1a\xc2\x3c\x1d\xbc\x09\xbf\xf9\x96\x8b\x3a\x06\x14\x42\x4a\x9d\x47\x14\xa8\xc1\x49\x82\x7d\x8f\x1a\xe8\x0e\xec\x04\xac\xb5\xe0\x87\x6f\x40\x2b\x63\x59\xeb\x9a\x6f\xbf\x91\xc7\xf2\xcd\xa7\x9d\x07\x34\xc1\x62\x9d\x04\x9d\x95\xa2\x47\xb9\x7e\x10\x37\x49\x6c\xdc\x1d\xf4\x12\xdf\x42\x33\xad\xc7\xbb\x6f\xa0\xc6\xc6\x28\x65\xbe\x87\x97\x4b\xc8\x93\x27\x52\xd7\xea\x3e\xc6\xa8\xa5\xab\x4d\xad\x6d\xf5\x32\x80\xa4\x5d\x12\x7d\x36\x2a\x3d\xf8\xb2\x87\x11\x76\x20\xbc\xbf\x20\xc9\x05\x06\x46\xb2\xd8\x1d\x13\x34\xba\x2b\x41\x35\x20\x79\x43\x0b\xd0\x34\x12\xa7\x25\x07\xf4\xb0\xc6\x70\x16\x11\xac\xe5\xa8\x6d\xf5\x0a\x2b\xde\x80\xe3\xbe\xc5\xa4\x18\xd1\xe3\xd1\xd0\xe0\xa8\x79\x96\x9b\xfe\x6e\x82\x41\xd5\x25\x30\xdc\x20\xfb\x75\x3d\x21\x92\xbf\xc9\xc4\x37\x22\x4f\xd8\x86\x36\xa5\x51\xf3\x30\xaa\x3d\x34\x3e\x02\x0d\x75\xb7\x8f\xec\x35\x30\x64\x3f\x90\x81\x44\xe4\xe8\x1e\x89\x7b\x01\x0d\xf8\x94\xfb\x55\xe2\x8f\x4e\x73\x57\x59\xf0\x5b\x92\xb7\x83\xca\x5a\x2c\xdc\x15\x8e\x21\xfe\x99\x70\x95\x3f\xc3\x23\x6f\x25\xe1\xed\x62\x30\xf1\x70\x7a\xcc\x6f\xdc\x9d\xaa\x77\x07\x7e\x9c\xe2\x51\xb5\x82\x5b\x10\x3c\xdf\x7d\x4b\x08\x18\xa3\xde\x85\xa4\xf1\x2b\x4c\xf5\xd3\x99\x8e\x51\x50\x3c\x96\xb0\xea\x96\x13\xa0\xa0\xc6\xa8\x1f\xa1\xaa\x25\x56\xa5\xd3\x9d\xfb\x76\x04\x75\x9f\x72\x7c\x28\x85\xd3\xbd\x2f\x99\xfd\x8d\x28\x71\x7d\xbf\x25\x64\x23\x12\x52\x63\x15\x14\xa2\xba\x73\xf1\xad\x65\xbd\xa2\xf8\xac\xb4\xd4\x61\x3e\x48\x37\x6e\x24\xaf\x29\xb1\x87\x44\x3b\x19\xb9\xfb\x34\x9b\x7f\x25\x60\x5e\xbb\xb0\x95\x33\x4f\x28\x39\x58\x8f\x35\x91\x03\xc2\x1c\x4a\xef\x3a\xcc\x1c\x05\x8f\xbb\xe4\xf2\x00\x57\xdc\xd5\xaf\xdd\x5a\xb8\xb9\xbf\xba\x6a\xe3\x94\x27\xb9\x3c\xc0\x7f\x05\x9b\xbb\xcc\x89\xd8\x6d\x03\x4c\x2d\x96\x3c\x1f\x38\x3e\x3b\x34\xd0\x56\x62\x0d\x4a\xb2\x91\x89\x04\x72\xde\x38\xe3\x39\xc6\xd9\x6e\x16\x5b\x4c\x2c\x0d\x76\x6a\xe2\xfb\xe6\x03\x15\x27\x5b\x15\x7e\xdf\x67\xc5\x33\x78\x83\xed\x3a\x13\xb4\x1c\x18\x23\xd5\x3a\xa3\xf3\xf6\xb3\x21\x3f\x41\xb2\x56\xc5\x68\xf8\x9e\xe6\x5c\x3d\x38\x01\x01\xdc\x4a\x7d\x14\x99\x1e\x36\x14\x16\xd0\xc1\xc4\x32\x40\x4a\x6c\xc1\xd5\xe2\x1a\xc5\x1c\xdd\x79\xa4\x8d\x7a\xae\x5c\xc3\x05\x37\xd3\xc8\x7a\x3d\xc0\x00\xfb\x68\x28\x8e\x9a\x62\xec\xc6\x53\x47\x0c\xe3\xb0\x3d\x88\x72\x0b\x50\x14\x9e\xa3\xb5\x62\x00\x7e\xee\x1f\x18\xe8\x61\x87\x13\x08\x6f\x37\x30\xe7\x51\x43\xd2\x37\x87\xca\xd8\xd2\x48\x36\x7e\xab\x22\x10\x16\x91\x02\x71\xc1\xbc\x59\xc3\x0c\xaf\xbb\x89\x2a\x35\xe6\x10\x1a\xc6\x9b\xba\x25\xf5\x31\xd9\xe2\xbd\x0f\xb7\x1f\x9a\x77\xf6\x9c\x2e\x24\x04\x96\x25\x67\xa8\xa3\x03\x34\xcd\x3e\xb6\x1b\x72\x9e\x31\xb2\x4b\xcc\x7e\x78\xcf\x67\x38\x8f\x70\xbe\x05\xa1\x7f\x4e\x32\x7a\x0c\xea\x8c\x9e\xfd\x9f\xa8\x7b\x6c\xca\xee\x61\x07\x46\xa8\xca\xb2\x72\x86\x37\xc9\xaf\x0d\x13\x5e\x93\xf8\xe3\x66\x87\xcc\xf5\x2d\x6c\x4f\x13\xc4\x20\x4f\x56\xaa\xf9\x39\x09\xfa\xd1\xba\x09\x05\x8e\x03\xb4\xd0\x92\x83\x06\x97\xa0\x8c\xa3\x9c\x8c\x32\xb2\x3e\xa0\xb5\x47\xe7\x2f\x84\x83\xa4\x5d\xb5\x97\x8d\x92\x6d\x01\x1d\x41\xa6\xcd\x21\x18\xea\x88\x37\xf4\xe9\xed\xc6\x54\x26\x47\x36\xdd\x93\x52\x07\x3d\x5b\xc3\x07\x20\x2c\x3a\xb7\x12\xcc\x3b\x77\x6a\xad\xbb\x6b\xfc\x3f\xda\xd0\xda\xef\xfb\xa8\x2d\x6a\xb2\xe0\x0a\xb9\xa1\xbf\x72\xdc\x7e\xb3\x2d\xc9\x8d\x31\x6a\x4a\x6d\xa8\xf6\xb5\x98\x13\x04\xa6\x5d\xb9\xe8\xbe\x76\x96\xa3\xb5\xf7\x52\x97\xd2\x6d\x35\x95\x4e\x3a\x04\x17\xca\x29\x84\xe5\xfd\x77\xbb\x19\xb9\xe8\x1e\xb0\xe5\x84\xe2\x39\x4b\x28\x4d\x38\xa4\xa5\xd7\x4d\x53\x96\xa3\x18\xb2\x41\xf9\x53\xf1\x04\x00\x06\xad\xdf\xf3\x73\xa2\x73\x51\xba\x80\x69\xfe\x31\x91\x52\x0b\x63\x49\xbc\xe0\x83\xa7\xe2\x33\x07\xef\x37\xc0\x3c\x7c\xa3\x4c\x71\xb6\x51\x42\xc5\x0e\x13\x01\xe2\x22\x1c\xca\xfd\x16\xd1\xf9\xb5\x20\x16\x13\x0c\x8d\xff\xf2\xb3\x2d\x7c\x3f\xe7\x7f\x01\x53\xf4\xa6\xfe\x03\x27\x13\x07\x89\x5f\x57\x84\x5d\x96\x7b\x60\x97\x5f\xd3\xbd\x79\x26\xaf\x4f\x2f\xe5\xaa\x34\xdb\x83\x3a\xe4\x79\xb5\xaf\xe2\x24\x27\x64\xcd\xcf\x06\x29\xfe\xba\x8c\x45\x6a\x15\x13\x04\xff\xc4\x45\x61\xe8\xc1\xb3\x88\x6d\x68\x22\x1a\xa0\xfe\x0f\x27\x71\x41\x20\x7d\xaf\xc2\x91\xee\x14\xf2\xc3\xd4\xd4\x7e\x4a\x91\xba\x08\x97\xa1\x03\x38\x9e\xa0\x01\x84\x89\xeb\xde\xc9\x03\x18\xe3\x38\x84\x87\xe3\x10\xec\x87\xfe\xdf\x4c\xe8\xbf\xe7\xf8\xec\x49\xf2\x5f\xe0\xba\xc7\x82\x2d\x72\xd5\xbd\x8b\x0d\x2a\x59\xd1\xb7\xcb\x63\xfe\x8d\x09\xee\x11\x14\x38\x9b\x2e\x88\x0c\x7a\x7f\xd1\xcd\xcd\xe9\x32\x6f\xc5\xa7\xfb\x23\x99\xfc\x2d\x1d\xfd\x8b\xad\x95\x3f\x7e\x26\xda\x27\x27\x44\x0b\x15\xde\x21\x80\x05\x3f\x18\x37\x06\x02\xd4\x79\x0b\xa3\x09\x0b\x30\xb9\x43\x37\x1f\x58\x1b\x20\xc6\x73\x43\x0b\x8b\x07\x9e\x23\xdf\x01\x1a\x5d\xf1\x2a\xe7\xde\x23\x2f\x46\xf1\x71\x83\x19\xfa\x30\xa1\xcc\x21\xb0\x58\xfc\x1b\x0f\x6f\x67\x9f\x8d\xde\x9c\x80\xbd\x07\x19\x3a\x96\xff\xad\x21\x31\x16\x2d\xac\xe7\x01\x39\x8b\xe4\x90\x9d\x5f\x3c\x0f\xf4\xc1\x12\x60\xcf\x34\xe5\x89\xf6\xa7\xf2\x3e\x48\x95\x05\x1b\xd6\x57\x9b\xbb\xc4\xff\x61\xf2\xdb\xcb\x16\xb9\x84\xdd\x88\x5f\xab\x48\x0c\xf9\x80\xf4\xc8\x12\x49\x8f\xd4\x5d\xd9\x95\x13\xc9\xb0\x78\x63\xb4\xe1\xb3\xae\x37\x1f\xa3\x48\x29\xb4\xbd\xc6\xfd\x28\x78\x25\xce\xcb\x06\x0e\xb1\xbc\x6b\x8c\x02\x24\x7b\x92\x73\x7f\x73\x84\xc4\xc7\x20\xfa\x04\x3d\xd8\x13\x64\x77\xc1\x6b\xad\xc9\x1e\xbf\xd1\x48\xeb\xc6\x47\xc4\x04\x42\xed\xd6\x39\x5c\x28\x9d\x7b\x49\x2f\xfa\xaf\x28\x69\x73\x28\x5b\x9e\xd2\x31\x95\x88\x72\x82\x82\x34\x3b\x90\x76\x8e\x0a\xbd\xfb\x1d\x1a\x42\x3d\x3d\xec\x4c\x81\x64\x2f\x98\x2a\x98\x63\x81\x78\x5a\x58\x05\x12\xc1\xe8\x82\xe5\x8e\x2b\x24\xe3\xa1\x04\x39\x4c\x41\x59\x11\x60\x98\xe8\xcb\x77\x89\xbf\xde\x26\x78\x41\x04\xa4\x29\x87\x64\x48\x17\x7c\x43\x18\xfd\x1e\x11\xa0\x68\x3e\x20\x48\x74\xa8\x40\xa2\x4a\x3c\xa1\x73\x0a\x83\x75\x81\x12\xa9\x07\xf7\x0e\x0d\x2c\xce\x77\x60\xbf\x39\xe5\x17\xd4\x94\x2c\x18\x50\xf4\xd0\x90\xb6\x09\x94\xc7\x08\xfe\xdd\x67\x54\x21\x7d\x39\x31\x7b\x8d\x2a\xbb\xb3\x0b\x60\x77\x76\x47\xbb\x43\x33\xd9\x20\xd4\x1c\xaf\x7e\xc0\xc2\x85\x48\x49\x69\x4f\x94\xd4\x68\x11\x6b\x28\x6a\xb2\x20\xe7\x2b\xb4\x60\xfd\x2f\xf0\x09\x85\xb0\x44\xf1\x6c\xb3\x8e\x0e\xda\x95\x5e\xee\x36\x75\x45\x1d\x6a\x39\x83\x04\x11\xc9\x68\xb7\xaf\x0e\x6b\xba\xe5\xda\x5e\x56\x04\x70\x8f\x53\xf8\xb9\x1f\x8a\x1b\x21\x4f\x7d\x1f\x0c\x98\x10\xac\x23\x14\xad\xa3\xdb\xd5\x60\x0a\x76\x38\x1b\x71\x33\x51\x61\x0a\xe5\x05\x7f\x4d\x6a\xb3\x9b\x44\x2e\xbe\x48\x51\xf5\xf0\x09\xd3\x61\x7b\x14\xce\x0f\xb6\xa4\xa9\xd9\xa1\xb9\x1e\x84\xf0\x46\x8d\xae\x42\x11\xf7\x98\x55\x0c\xc7\x10\x1a\x72\x67\xe6\xe2\x6c\x54\x52\xde\x90\xaa\x4d\x21\x49\xd9\x46\xa0\x12\x6e\x44\xe9\xad\x19\x32\x34\x0f\xfb\x2a\x5a\x90\x87\x64\xda\xb8\x06\x46\x06\x02\x58\xb3\x0d\x5e\x17\x83\x7c\xcf\x31\x90\xc2\xbc\x4d\x91\xde\x66\xc4\x14\x81\x57\xf7\x02\xc5\x49\x24\x51\xc5\x44\xab\x33\xfc\xa4\x73\x4e\x69\x16\x9c\x26\x7b\xca\xdd\x96\xfa\x2a\x54\x3a\x10\x68\x1b\x0c\x97\x88\x12\xad\x0c\xbd\x8e\x9e\x5a\x1b\x71\x29\x54\x1b\x23\x26\xc6\x79\xfd\x9b\x01\x0b\x2e\x28\x7b\xc4\x00\xc1\xf5\xfd\xa9\xb2\x62\xf2\x04\x83\xdf\x0d\xc5\xba\xa9\x97\xcf\xa8\x7c\x2a\xc9\x67\xf1\xa9\x9b\x92\x68\xe0\xf3\xc9\xda\x1f\xef\x59\xed\x97\x6a\xe2\x2f\x1e\xb5\x1b\xca\xd0\x6a\x17\xeb\x03\xf7\x6e\x1a\x67\x7d\x7b\x9c\xc1\x9d\x77\x53\x03\xc5\x3d\x2e\xe8\x61\x4f\xa2\xb3\x16\x6b\x3d\x70\x49\x94\x9b\xfb\x9f\xa2\xb7\xd8\x9c\xc6\x99\xa0\x78\x8d\xf2\x60\xff\x85\x3b\xa1\x95\x1e\x2a\x74\x44\x17\x95\xe2\x8a\xff\x09\x58\xb0\x71\x5f\x2c\x7b\x4c\xa4\x9e\x20\x80\x72\xd0\xc0\xe5\xbe\xd9\x55\x5a\xe8\xac\x95\xf9\xd0\xdd\xf1\x8b\xb9\x4e\x26\x83\xe9\x4d\x48\xa1\x09\xa9\x00\x05\x46\xe8\x8d\x01\x73\x43\x3c\xf8\x9d\x25\x18\x24\x74\x67\x1f\x67\xba\x28\x5a\xab\x9d\x75\xbb\x4f\x05\x1d\xc6\x18\xd3\x40\x6d\x70\x10\x2d\xc7\x67\xd3\xd7\x05\xac\xd1\x80\xcc\x8d\xb3\x57\xc0\x71\xf9\xab\x62\x53\x05\x7a\x24\x3c\x60\xa2\xdd\x7b\x4a\x42\x2e\xf0\xde\x73\x06\xcc\xbd\x16\x8e\x8e\x93\x7d\x81\xa9\xc4\x3c\xe1\xf8\xe2\x99\xa1\x0c\x1a\x18\x78\xba\x3d\x76\x5f\x8e\x27\xdc\x4b\x5e\xba\x8e\xe7\x36\xcf\x40\x0a\x17\xdc\xc7\x4e\x20\x1a\x97\xfc\x21\x76\x3c\xd7\x73\xe1\xd1\xed\x3c\xa0\x9a\x78\xf2\xed\xf4\x5d\xef\x4e\xa0\xcf\x46\x77\xfb\x45\x74\xa8\x64\xe2\x2e\x20\x98\x06\x24\x7f\x73\x59\xc6\x2f\xbf\xd0\x8d\x10\x70\x17\x52\xd2\xad\x00\x3c\xe3\x9e\xd4\x6f\x27\xf1\xfc\x97\x33\xcf\xf8\x58\x40\x38\x48\xf0\x1e\x0c\x80\x50\x0e\x54\x00\x54\x48\x96\x42\x91\xf6\xe4\xe2\x87\x63\x67\xc0\x5e\xa2\x1b\x64\xad\xde\x2e\x31\x7e\x3d\x84\x64\x14\xa4\xe2\xfc\x9a\x82\x9b\xc8\x33\x31\xa0\x63\xb8\x81\x0a\x4c\xf7\xe4\x2e\xc6\xaa\x14\x8d\xd7\x66\xb1\x32\x49\xf2\x52\x14\x98\xb6\xde\xb4\x0e\xd9\xc7\x11\x42\x4c\xed\x4a\x02\xd2\x00\x64\xa6\x4d\xf6\xc0\x41\xf4\x78\xce\x51\x73\x1e\x0a\x94\x48\xde\xf0\xb6\x93\x3c\xb2\x20\x2a\x29\xe2\xef\xe4\x43\x7b\x06\x6a\x51\xa4\x60\xe2\x69\xdf\x46\x37\xde\x09\x67\xde\x87\xe5\xfe\x42\xb1\x78\x04\x13\xde\x43\x46\x69\x55\x3a\xcc\xff\xf8\x9b\x59\x79\x06\xc1\xa3\x13\x2b\x4d\x53\x4a\x77\x17\xb1\xe6\x63\x82\xe7\xbb\x27\x01\xe1\x9d\xac\x58\xba\x8c\x89\x95\xd2\x9d\x49\x30\x59\xc0\x41\xbb\x75\xe7\x2f\x8e\xca\x73\xbc\x71\xff\x02\x04\xcf\xdd\x33\x8a\x2b\x39\x62\x6c\x27\x7e\x80\x9c\x5d\x92\xeb\x0c\x14\x1e\x78\x41\x89\xe2\x4b\x2a\xec\x48\x96\x22\x07\xa6\xb6\xff\xd3\xc5\xb2\x90\x79\x17\x9e\x19\xee\xfa\xc9\xcc\xfb\xbe\x8d\x41\x2c\xce\x70\x7d\xfa\x97\x4b\xb8\x5f\x6e\xf8\x15\x15\x24\x1f\x90\xe1\xec\x2f\xd4\xeb\x4f\x71\x46\xfd\xeb\x25\xf0\x17\x25\x4f\x21\xba\x37\x9b\xa1\x83\x67\xda\x70\x4c\xaa\x1b\xf0\xab\xf4\x66\x1c\x42\xa0\xe8\xc2\x5c\xde\x5c\x72\x6b\x56\x62\xc3\x9d\x7b\xc1\x3a\x78\x9c\x76\x68\xa3\x04\xa9\x8b\xd8\xf6\x8b\x0c\x7f\x3a\x95\xb4\xab\x78\x95\x2d\xe9\x42\x00\xa3\x2e\x87\x82\xb3\xc8\x1e\xf0\xab\x4f\x12\xf2\x02\x6b\xee\x63\x84\x19\x79\xfb\xe2\xdb\xaf\x8c\xbe\x0e\x59\x30\x06\x86\x81\xe9\xd6\xda\x2b\x6d\x00\x21\x20\x9e\x66\x0b\xb5\xc3\x89\x40\x23\x16\x79\xd6\x21\x21\x1f\x12\xfe\xb0\x7d\xf1\x1d\xea\xb0\xe5\x37\x07\x7e\x3d\x52\x8d\x01\x94\xfa\x0d\xca\x21\x0a\xba\x74\xff\x11\xeb\x86\x7f\xbb\x60\x95\xc8\x6f\xe1\x14\x8e\x6e\x74\xa9\x3c\x0f\xfb\x40\xa2\x53\x34\xcb\x96\xd7\x52\xe0\xec\x9b\xe2\x8c\x3f\x7b\x8e\xe7\xc4\xa2\xed\x4d\x31\x1a\x9a\x40\x93\x29\x58\x3a\x70\xb5\x26\x6c\x3c\x11\x0f\x60\x29\x7a\xc0\xc0\x9b\x6b\x10\x54\xc6\x18\x96\xb5\x07\xaf\x3c\x48\x4e\x99\x72\x7c\xd5\x9c\x46\x2a\x38\xb5\x18\xaf\x89\xb7\x82\x7a\xac\x7b\x0d\xfa\xb4\x56\x5f\x3e\x74\x3e\xe8\xb7\xca\x85\xc4\x9a\xcb\x86\x8a\x9d\x84\xfa\xfa\x70\x37\x76\x62\xf1\xb4\x02\x31\x44\xeb\x16\x6f\xf8\x5b\xe0\x88\x66\xae\x4e\x63\xf4\x61\xb9\x73\x35\xec\x11\x5f\xe0\x88\x93\xb1\xe3\x35\xbc\x86\xd3\x97\xf0\x05\x5a\xe4\xe6\xb3\xa3\xa3\xc9\x61\xe6\xe6\x16\x4c\xf8\x9c\x90\x4c\x1e\x23\x5a\x85\x5c\x1c\x7d\x08\x07\x23\x52\x37\x41\x2d\xd4\x25\xe9\xeb\xee\x5e\x94\x2c\x2c\x66\x6c\xb0\x8a\x21\x2e\xb7\xfb\x13\x53\x43\x20\x84\xd3\xf9\xe7\x30\xbe\xcd\x2f\xf9\xe7\x6e\x5e\xe0\xe2\xea\x6e\xbe\x8e\x72\x27\x36\x80\x6f\x17\xe7\x30\xf5\x57\x5f\x8e\xb2\x13\x23\x6f\x05\x0e\xc9\x51\x03\xe9\x24\x4c\xc0\x49\x5a\x71\x65\xbc\x7b\x86\xc9\x89\x1e\xdc\x1f\x32\x72\x7a\x78\x71\x74\x30\xe1\xde\x66\x49\xec\xee\x80\x82\x2e\x6c\xdc\xe2\x1c\x98\xbc\xc1\xd9\xc9\x7a\x3d\x8a\xd3\xb0\x71\xd7\x38\xbf\x2e\x2c\x26\xf2\x53\x53\x64\x4a\x27\xc0\x03\x06\x37\x2f\x28\x41\x90\xe8\x77\x55\xf3\x4d\x8b\xd8\xc7\x99\x8b\x53\xb8\x7d\x41\x41\x9b\xa7\xe2\x8d\x60\x36\x50\xb4\x47\x71\x30\x03\x28\x45\xad\x19\x7c\x92\x34\xdc\xf3\x0e\x7c\x02\x99\xbb\xbc\x19\xdf\xcc\x49\x2c\x38\xb3\xc0\xcc\x43\x1a\x38\xf8\x0b\xa7\x60\xc2\x1f\x66\xe6\x10\x22\x1b\xd7\x52\xa2\x04\x03\x9d\x1e\x45\xa9\xb8\xe1\xf6\x67\x12\x84\x27\xd8\x47\xec\x4b\xe2\x6b\x86\x01\x10\x7b\x9b\x84\xec\x27\x24\x4f\x8c\xba\xb9\xd6\x0e\xa3\xd7\x0a\x92\x27\xc4\x94\xab\xab\x5d\xfd\xa0\xc3\x58\xaf\xf2\xc1\x1d\x57\x1f\xb4\x24\x80\x12\xb1\x67\x3e\x90\x74\x69\xe5\x83\x1b\xfd\x41\x53\xd2\xe4\x33\x54\x1d\x98\x0f\x24\xcb\x6c\x3e\xf8\x7f\xc9\x7b\xb3\xe6\xc4\x95\xa5\x0b\xf4\x07\x41\x04\xf3\xf4\x58\x95\x2a\x64\x19\x63\xc0\x98\xc6\xf8\x0d\x63\x0c\x88\x79\x1e\x7e\xfd\x8d\xca\x95\x85\x84\x4d\xf7\xee\x73\xce\xfe\x6e\xdc\x88\xfb\xb2\x77\x5b\x48\xa5\x52\x0d\x59\x39\xae\x55\xa3\x8b\xde\x50\x92\xa5\x7e\x7d\x04\x11\x8c\x4a\xff\x92\x8e\xc1\x57\x36\x6e\xf1\xfb\x22\xac\xc1\x56\xec\x5f\x7e\x10\x6d\xb5\xfe\x7b\x7c\xab\xc1\xff\x5b\x4f\xf9\x3f\xa7\x83\x42\x7d\x08\x7e\x37\xdc\x63\x8a\x6b\x63\xb8\x6f\xe9\x7a\x67\x5b\x9c\xce\xc5\xfd\xc6\x3b\x7b\xaf\x2f\x58\x7a\xad\x09\x67\xdf\x21\x80\xb1\x30\x59\xcc\xd1\x5e\xe7\xa4\xce\x25\x6c\x61\xcd\x36\x64\x21\x95\xa8\x88\xd0\x6d\xa3\x9a\x8c\x18\xce\x41\xc5\x69\xd7\xa7\xc9\x79\x9f\xdf\xfa\x06\xbb\xdc\x97\xbe\x5b\x6b\xc7\xa7\x95\xde\xc5\x49\xee\xec\xa8\x01\x27\xa6\xc5\xb0\x72\x84\x7c\x15\x3b\x8d\x48\xd1\x69\xb1\xe7\xf6\x25\x05\xa1\x0d\x8c\x89\x32\xff\x51\xb5\x2b\x38\x08\x11\x82\x1b\xf1\x7e\x58\x79\x10\x7c\x5d\x7b\x56\xb0\xba\xd0\xb3\x1a\x6f\x0f\xc4\xbe\x8d\xd7\x98\x98\x93\x34\xd0\xa3\xce\xa3\x65\x37\x0d\x33\x9c\x4f\x15\x96\x66\xad\xc4\x52\x5f\x4d\xcc\x2f\xee\xb6\x0c\x4f\xe3\x38\xfb\xb6\x5f\xec\x6d\x99\xc0\x65\xe7\xfa\x10\xb8\xfe\x5f\xcf\x5a\x94\x34\x5d\xbf\x58\x6d\xe6\xa2\x73\xf6\xd0\x3f\x6b\x86\x96\xa5\x8b\x57\xbe\x7c\x6f\x44\xd5\x30\xb2\xf5\xc9\x17\xa6\xaa\x48\x4a\x95\x09\x3c\x8b\xfc\x15\x2b\x8e\x08\xd6\x76\x5c\x38\xd6\x2a\x33\x4f\x3d\x66\x33\x25\x28\x92\xee\x58\xc9\x40\xa7\x59\xa2\xa5\x25\xc7\xda\xea\x0c\xd7\x15\x02\x77\xe5\x82\x55\xe4\xda\x4a\xa0\xad\x0e\xe0\x1d\xc2\x3f\xb4\xb5\x7e\x10\x45\xb5\xc5\xf1\x34\x1e\x5c\x09\xcc\x9d\x59\x7f\x69\x5c\x7e\x76\xef\x44\xe3\x7f\xfa\xda\x78\x1f\x05\x0f\x2e\x75\xb7\xdd\x78\x57\x2f\xb1\xae\xfe\xa6\xdd\x78\x7f\x0f\x68\x57\x80\x00\x33\x48\xf9\xce\xe9\xe3\xed\x91\x3c\x1a\x46\xbf\xb7\xb8\x58\xc8\x3e\x94\x75\xc0\x92\xa8\x9f\xa2\x82\xfe\xb9\x0c\x54\x6d\x32\x8c\x6e\x6a\x59\xcb\x44\xcc\x21\x1f\x4c\xc7\x8a\xe5\xd3\x13\xfe\xd5\x51\xf4\x70\xfc\xd1\xc6\x59\x03\x18\x65\xaa\x79\x15\x11\xa8\x35\xdd\xca\x52\x3f\xc4\x41\x1a\xfd\x6a\x65\xf0\xff\xfa\x48\x00\xc7\x98\xfa\xce\x3d\xcb\xd0\x8a\x69\x78\xd3\x0f\x3c\xaa\xf4\xc2\x35\x69\x7b\xb8\x22\x38\x8f\xc4\x44\xd9\xa4\x7f\xf3\x77\x20\x7c\x36\x78\xf1\x8c\x8e\x3a\x0b\xee\xde\x76\x4e\x28\x2c\xed\x51\xe5\x42\x37\x7d\x45\x0f\x3f\x07\xac\x83\x6f\x9d\x8b\x3c\x1c\xe6\xaf\x4f\x06\x0e\x0f\xef\xde\x87\xd1\x4a\x03\x6b\xbd\x97\xe2\x50\x40\x3b\xcf\x1b\x03\xde\xeb\x9e\xd5\xed\x98\x6a\xa2\x0a\x9e\x48\xee\x7c\x2d\xfa\x0e\xff\xc2\x01\xc1\x56\x66\x2f\x10\x75\xa0\x2f\xec\xed\x50\x07\x0c\x37\xc5\x87\xbd\x1a\x28\x93\x02\xf4\x5e\x3d\x13\x5e\xd3\x03\xc7\xba\x5f\x0e\xf9\x4b\x3b\x15\xf4\xad\x91\xac\x51\x45\xcf\x90\xaa\x99\xc0\xb5\x61\xe1\x39\xaa\x07\xab\x17\x9f\x31\x71\xa5\xe7\x58\x31\x19\x93\x5d\xe0\x94\xc7\xef\x7d\xa9\x3a\xda\x40\xfd\x19\xcc\xd8\xa1\xe6\x0b\xc0\xfb\x71\x27\x22\xdd\xea\x36\x23\x0f\x50\xe2\x6d\xc7\x4b\x70\x85\xd7\x27\x84\x89\x90\x2a\xdd\x2b\x64\xf4\x35\x37\x85\x15\xb2\x8a\xce\x4b\xe5\xed\x8c\xb1\x10\x5b\x23\x1e\x7a\x46\xfa\xa3\x37\xfb\xa2\x12\x12\x2d\xa2\x47\x39\x7f\xb9\x98\x11\x6f\x92\x17\x8b\x51\xc4\xef\x81\xaa\x52\x8a\x6e\xe4\x4e\xdb\xbb\x7d\x24\xbb\xf8\xa8\xfd\x30\x50\x26\x3c\x1c\xbb\x21\xb0\x83\x69\x2e\xa4\x49\xbb\x05\x37\x08\xbe\x57\x35\x7f\x47\x45\xf2\xb2\x71\x65\x8d\x07\x8a\x65\x06\xcf\xb7\x53\xd1\xfb\xcd\x42\x4f\x80\x38\xd6\xe7\x44\xd5\x13\x10\x18\x5a\x5c\xf7\xe9\xed\x34\xde\xe0\xe0\x0b\xb1\xbe\xd8\xdb\x6b\x6e\x5b\x92\x58\xc7\xc6\xdb\x09\x3e\xe1\x14\x48\xab\xa0\x4a\xaf\xbd\x60\xa4\x0f\xef\x08\xe6\xb1\x95\x59\xd2\xd7\x1c\xa1\xd6\x6b\x04\xdb\x8a\x49\x41\x35\x2c\x49\x29\xf2\x1a\x70\x40\x92\x1f\x61\x1e\x91\x0b\x80\xda\x64\xf0\x67\x5a\x15\xd2\x48\x26\x0a\xd6\xeb\x26\x1b\xef\x1a\x8b\xac\x39\xbe\x74\xa4\x0b\x53\x59\x97\xa4\x68\xa1\xcb\x38\xcd\xea\x9b\x2f\x3b\x9b\xcf\xeb\xaf\xe8\x2f\xd5\x92\xbf\xb0\x05\xb2\xb6\xcb\xe6\xa0\xcf\xd9\xab\x00\xa0\x07\xd4\xf4\xf1\x0e\x7b\xbe\xf8\x28\xfc\xb4\xb6\xf4\xac\x0e\x93\xcb\x2e\x4a\x0c\xa0\x49\x73\x11\x57\x9d\x49\xf9\x28\xf5\xe1\x34\xb9\x3a\xd8\x00\xd2\xdc\x0f\x7a\x0c\x58\x4f\xba\xac\xa2\xd2\x5a\x9a\xac\x64\x79\xa4\xd6\x3a\xc9\xea\x3f\x1d\x37\x62\xc2\xd7\x38\xa1\xc8\x20\x00\x2c\xff\xec\x32\x93\x8b\x49\x36\xd4\x03\xc0\xab\xdb\xb9\xb4\x76\x34\xa1\xca\x5f\xb2\x8c\xf3\x43\x9e\xc5\xaa\x77\x7b\xc7\x9a\x49\xb0\xfd\x12\x93\x35\x2c\xf5\x43\xdb\x2e\x8c\x3c\xb2\x6a\x2f\x7a\xf7\x9b\xaf\x3d\x6d\xae\xe6\xab\xb3\x3a\x46\x4c\xf2\x42\x1b\x9d\x1b\x46\xb9\x16\x09\x38\xf1\x59\x90\x32\xdb\xd9\xbd\x85\xa7\x1a\x8c\xbe\xa4\x86\x13\x39\x3e\xbe\xac\x36\xb1\x30\xc1\x3f\xdd\xef\x88\x8b\x03\x15\x64\xbc\x28\xc9\xbd\x0f\xd0\xde\x11\x74\xe2\x39\x4d\x78\x67\x2c\xa4\x5a\xad\x71\xbb\x5d\x3a\x52\xa3\xa8\x1e\xd8\xc3\x8c\x52\xac\xb1\x78\x69\x62\x85\x44\x94\xd1\x13\x98\xe1\x47\x42\x22\x5e\x7d\xc2\x21\xaa\x12\x31\xa8\x17\xc1\x2c\xe3\xdc\x9a\xaf\xf8\x0d\x6a\xae\xe1\xf3\xbf\x48\x02\x5f\x1d\xaf\x6e\x5d\x64\x59\x6e\x51\x4e\x08\x06\x8f\x29\x87\xde\xd4\x89\xbf\x40\x2d\xfa\xdf\xf1\x88\xf3\x02\xdd\x57\x53\xc6\xa5\xb1\x5c\x73\xf2\x1d\x08\x38\xee\x1c\xd5\x31\x08\xa1\xb8\x4a\xa6\xd7\xc2\xc7\xb0\xce\x29\x67\x34\xe2\x15\x5d\x45\xb5\x3f\x30\xaf\x67\xdc\xc3\x06\x8f\x98\x2f\xa7\xfa\x2a\xa7\xe3\x98\xb3\xdb\x36\x92\x2d\xe7\x6c\x0e\xf7\x41\x19\x50\x9b\x79\xd1\x83\xe6\x12\x23\x90\x9e\x43\xa5\x9d\xd5\xc1\x70\x15\x9d\x33\xbd\x99\xd4\xf6\x2c\xf3\x91\xa5\xb5\x89\x29\xca\xfd\x05\x1c\xeb\xd3\xba\x70\x40\x71\xd6\xc3\x40\xa9\x57\x81\x5d\x48\x92\x73\xba\xd6\x67\x5b\x99\x9a\xd1\x48\x3c\xe8\xcc\x5f\x6c\x60\xcc\xa3\x27\x65\x54\xe4\x0d\x2b\x3c\x8d\x24\xe9\xe0\x9d\x19\x63\x3e\x0f\x47\x60\x93\xcf\xe9\xb8\xec\x9d\x88\xec\x6d\x8c\xf8\x7f\x7d\x3c\xaa\x3a\x65\xce\x10\xf5\x37\xa8\xc8\xf9\xe4\xab\x86\xf3\x72\x3f\x39\xf5\xad\xea\x2a\xcc\x6f\x5b\x41\xe2\x27\xeb\x6f\x7e\x45\xa7\xc0\x1b\xf5\x99\xe0\xff\x1b\x66\x53\x7d\x15\xd2\x18\x8e\x14\xb2\x0b\xf3\x20\x27\x0d\x0f\xf3\xc0\x71\xd0\xf0\x80\x3c\x42\xcc\xfa\xbc\x33\xec\xc0\xb5\x0b\x38\x29\x37\xcd\xe8\x28\xd9\x36\xa3\xc7\xb3\xba\x30\x97\x60\x91\x8e\x0a\x96\x82\xf4\xd5\xbe\x63\xfd\x89\x95\x09\x5a\x3d\x7e\x21\x6d\xcc\x7e\x50\x8d\x0d\x18\x49\x98\x73\xda\x14\x67\x31\x8d\xbe\x17\xc5\xb5\x39\x31\x28\x97\xfb\xe1\xff\x1e\xe1\xe3\x4b\x8d\xb8\xf7\x9b\xff\x2d\xbf\x8c\x9b\x8c\x58\xe8\x26\x8c\x1e\xb2\x98\x12\x15\x53\x91\x02\x45\x28\x1d\xe2\x00\xbb\xa9\xc6\x7e\xaa\x5d\x95\x46\xc0\xd6\x04\xca\x90\xeb\x46\x9a\x0b\x36\xe8\x19\x8c\x53\xf5\x82\x28\x2a\x15\xfc\x99\x5f\x6a\xc9\xc4\xb5\xfb\x24\x93\x43\x8d\x1b\xa5\xf1\x70\x2f\xe3\xbe\xc5\x57\x5d\xf6\xdd\x3f\x06\xd7\x9f\xa0\x08\xd5\x19\x1e\x87\x56\xda\xa9\x8a\xbf\x7d\x41\xa0\xfc\x1d\xf3\x5e\x79\xf3\x87\x09\xcd\x19\x5e\xef\xa8\x4b\xcb\x6b\x58\x19\x68\xbe\x06\x67\x7b\xa8\x65\xac\x59\x21\x6d\x29\x7a\xb9\xf3\x02\x5f\xf9\x73\xde\x48\x85\xeb\xdd\x2a\x19\x29\xb1\xac\x11\x98\x83\xeb\x1a\x8a\xb6\xeb\xa9\x8b\xbe\x41\xf6\x55\x7e\x1e\x51\x4d\x16\xef\x4a\x8a\x49\x6a\x91\x78\xe7\xd0\x8e\x9f\xa1\x39\xaa\x2e\xfb\x05\xa7\xd5\xd9\x37\x4c\x67\xd1\x01\xb9\xa0\xf4\xb7\x3b\xda\x56\xf8\xb8\x3b\x82\x6b\xf7\xd8\xc8\xf7\xbe\xdf\xdc\xb1\x1b\xfe\xfe\xcd\xb3\x1f\x37\xb7\x94\xea\xdc\xbb\xf9\xe6\x39\x1f\x94\x55\xed\x25\xb4\xc0\xcd\x4e\x8c\xe0\xf4\xa7\x55\xd0\x2b\x76\x61\x3f\x60\x61\xe7\x79\x1d\x02\x86\x99\x76\x52\x94\x25\xe6\x70\x1d\x8a\x45\x43\xd1\xd8\x3b\xb2\x0e\xdd\xb5\x0b\x9d\xf5\x0d\x55\x8a\xcb\xf5\xe7\xca\x42\x6a\x16\x89\x6b\xa3\x59\xb5\x5d\x68\xa7\xce\x50\xa8\x11\xe2\xec\x86\x73\x29\x4d\x9e\xea\xc8\x0d\x2f\x44\x8d\x73\x5d\x41\x9b\xf3\x46\x8c\x00\x8f\x6f\x10\xc0\x9a\xde\x9a\x95\x04\x0a\x1d\x45\x64\x25\x8f\xd7\x9e\x39\xf4\x95\xa7\x05\x2b\x0e\x29\x7d\x3c\x88\x2f\x04\x85\xff\x34\x36\x4b\xf8\x97\x81\xb9\xe4\xdd\xf4\x05\x62\xbc\x83\xb6\xaf\xcf\xd4\x42\x98\x31\x4b\x5c\xee\xe2\x99\xd4\x4c\xd4\xaa\xb6\x5d\x6c\x8f\xac\xc4\xc2\x09\x77\x96\x64\x9e\x5d\x4e\xc4\xe0\xf6\xe4\x72\xa3\x50\xcc\xec\x8b\xcd\xfb\xc8\x59\x5a\xb6\x9f\xbf\x50\xe1\xbc\x63\x1f\x9b\x0f\x42\xad\xf6\x36\x77\xd3\x4e\x6b\x7b\xba\x4a\x1e\xff\x22\x3e\x67\x1f\x42\x30\xe3\xa6\x35\x8b\xba\x10\xb8\x96\xf8\xa4\x61\xea\x2a\xa1\x73\x8a\x4e\x97\x29\x01\xff\x26\x1a\xd8\x13\x07\xdc\xdb\x7b\xa6\xb3\xfc\xc4\x19\x15\x16\x30\xa8\x69\x76\xf8\x56\xea\x1c\x24\x2a\xd7\x8f\x02\xc8\xcf\x39\xb4\x1c\x5f\xce\x0a\x59\xc3\x81\x85\x58\x49\x68\x9c\xba\x07\x19\xd7\x04\x0a\x1e\xf6\xcd\xe8\xa6\xda\x21\x86\x35\x5f\x5a\xfe\x90\x97\x6b\xec\xb4\xee\x2c\xaf\xaf\x06\x32\x70\x9a\x33\xb4\x4c\x4b\x50\x04\x67\xc3\x06\x24\x94\x07\x3d\xc1\x26\xef\x2f\xbd\xf8\xf5\x8b\x3e\x8b\x39\x23\x1e\xa0\x76\x5e\xb8\x27\xe4\x86\x90\xf6\x68\xb0\x57\x8e\x3f\x28\x08\x67\x52\x4c\xf4\x97\x5d\x73\xbf\x15\xaa\xd7\x98\xaf\x11\xc7\x35\xaa\x32\xdd\x0d\x78\x07\xb3\x19\xf9\x15\x9c\x5b\xd7\x9f\x64\xd4\x92\x81\xea\x48\x1c\x6b\x8b\x3d\xbf\xd4\xa5\x9d\xa8\xc4\x47\xa9\xb4\x9e\x0f\x39\xdc\x2d\x6e\xfb\x57\xe8\x41\x6b\x9c\xd7\xb0\x2f\x53\x0c\x0a\xc1\x0a\x19\x16\x92\x13\x02\x6d\x96\x01\xc2\xff\x15\xec\x70\x13\x9b\x09\x4d\x44\x2d\x78\xba\x6e\xb4\xc0\x93\x5e\x62\x0c\xf7\x04\xca\x23\x3b\xa4\x1d\xa5\xba\x45\x68\xe2\xcb\xa5\x4b\x67\xc9\xe1\xcc\x39\x90\x94\xb0\xda\x85\x98\x58\x88\x90\xf5\x95\x0f\x5f\x47\x16\xaf\x70\xad\x40\x7f\x93\x42\x14\x77\xb5\x27\x6d\x17\xc0\x99\xb7\x5f\x5e\x8d\xe7\x40\xf9\x63\x13\x71\x49\x6d\x39\x50\x82\xec\x7f\x06\xa2\x51\xbb\x56\x5c\x32\xd9\xf6\xbe\x49\xa6\xc4\x3a\x2e\x99\x00\x06\x35\xc8\xc5\x24\x93\x15\x07\xc8\x1c\xbf\x6e\x32\x3b\x6c\x22\x9b\xac\x49\x69\x26\x50\xd7\x0c\xf2\x8a\xd9\x8c\x4d\xc1\xda\xb3\xd6\x63\xef\x29\xe9\x78\x05\xd5\x14\x19\xed\x45\x1d\xdc\xe6\xe3\x3b\x02\xc1\xc3\xf2\xa7\xde\x2d\x05\xdc\x47\x92\x51\x61\xa4\xc1\x0b\xc9\xa9\x5c\xd4\xee\x2c\xb6\x4f\xac\x28\xd7\x14\x31\x80\x9d\x66\x3f\xa3\xa2\xc5\x99\x85\x7c\xa0\xe4\x40\x99\x82\x17\x39\xb9\x86\x9c\xea\x1b\x2f\x94\xcc\xff\xd8\x8b\x67\x5c\x1a\xec\xbe\x2f\x78\xe5\x73\x4c\x02\xbd\x9f\x2f\x45\x4c\xf1\xa0\x0f\xae\xed\xf8\x57\x07\x99\xdc\xd1\x00\x4e\x22\x07\x11\x61\x71\xcb\xc0\x5f\xb0\xef\x0e\x3a\xcf\xff\x78\x78\xde\x61\xe6\x21\x0e\x37\xc1\xd5\x8f\x50\x9f\xf0\xdb\x01\xdb\x55\x8b\x2f\x96\xfe\x92\x9d\xc8\x7e\x01\xe9\x69\xa7\x56\x52\x08\x01\x85\xf3\x32\x23\x46\x7e\xdc\x2d\x80\x76\x18\x04\x7a\x56\x2d\x42\x72\x95\x19\x4f\xb5\x9b\xb6\x3b\xc1\xcf\x30\xd4\x96\xbd\x7c\x5e\x62\x09\xed\x64\x32\x00\xa9\x54\x17\x48\xa5\x46\xd1\xde\x1e\x08\x00\x44\x4d\xce\x90\xfd\xfd\x1d\x7b\xc0\xa8\x61\xa6\x86\xc2\xfc\x6f\x57\xb8\x0a\x51\xff\x46\x4b\x4e\x30\xef\xcd\xb9\x16\x61\xc3\x67\x50\x90\xe5\xd2\xe0\x6a\x7c\x39\x0d\x2a\x72\x56\x4f\xf7\x8c\x97\x62\x42\x7a\xbc\x0e\x49\x57\xf9\x5f\x1c\x83\x37\xab\xd7\xd7\xe4\xda\x53\xb5\xba\xd8\xd2\x7b\xb1\x96\x72\x40\x4b\x6b\x33\x90\x9f\x93\x8c\xd7\x92\x03\x0a\x63\x01\x76\x15\xcb\x7e\x3c\x49\xa9\x2e\xeb\x65\x1e\xfe\xd9\x50\xf4\x92\xde\x6a\x17\x8a\xbc\xc2\x6f\xb7\x39\x79\x41\x40\xb9\xdb\x0f\x07\xac\xc4\xd4\xdc\x91\xd8\xda\x97\x55\x80\x37\x4c\xed\x35\xd8\xa8\x69\x03\xd6\x09\x3b\xdc\x27\xbd\x15\x8a\xea\x9d\x5c\x6c\x29\xf5\x75\xe4\x7f\x77\x4e\x72\xa9\xae\x4c\x86\x60\x07\xb5\x41\xce\x36\xb4\x5b\xa6\x7f\x85\xef\x58\xeb\x10\x5f\x3e\x9c\x6c\x40\x2e\xbc\x92\xec\xf2\x99\x5c\x9f\xe2\xfe\x8a\x23\x5c\x44\x76\xa8\x1d\xde\x7a\x14\x66\x93\xb2\x29\x7a\x16\xc4\x71\x44\xdc\x1a\x70\x09\xd1\xcb\x49\xf2\x80\x07\xcc\x75\x72\x1d\xba\xec\x7b\x14\xec\x0f\x39\xc7\x7f\x40\x6e\x2f\x88\x1e\xc5\xeb\xd2\x7f\x92\x0c\x7c\xc9\xd8\x3d\xeb\x15\x92\x60\xfa\x9c\xb9\x94\xa9\x22\x65\xe4\x08\xc7\xc4\x84\xf1\x06\xe8\x1d\x89\x11\x2b\x11\xa2\x7d\x45\x6f\x1b\x83\x2e\xf5\x5d\x15\xea\x41\x2f\xf7\xb1\x99\x09\x7d\xf4\x7e\xa8\xe8\x75\xea\x4b\x41\x95\x55\xef\xf4\x4b\x34\x67\x6d\xb4\xd1\x51\xf4\x32\x73\xab\xa4\xad\xe8\x95\xf3\xca\x07\xd8\xb4\xad\x3d\x4b\x55\xb3\xd3\xa7\xfd\x55\x88\x9b\x57\x07\x3c\x4b\x1f\x2e\x13\xa3\xab\xe8\x97\x24\x9e\xca\xf0\xb9\x64\xa8\x8f\x7c\x0f\x63\x46\x8a\xde\x4f\xff\xcb\xe0\xf0\x38\xa4\x0f\x5a\xf0\xf4\x5e\xa0\x21\xce\xe4\xa6\x29\x92\x10\x3f\x40\xa5\xc0\x3f\x36\x6b\xd1\x27\x1e\xa2\xfe\x0b\x8a\x6b\x1a\x24\xe0\xbf\x64\xd9\xd7\x54\x6d\xac\x77\xaf\x51\x5f\xb7\x9d\x58\x4b\x33\x0c\x6f\x1c\x71\xfa\xc4\xab\x05\x1b\x6d\xa7\x47\x27\x59\x0f\x3d\x55\xb5\xa6\x50\xe3\x6d\xdc\x89\xa0\x58\x69\xac\x47\xbf\x6d\x8e\xd5\x27\x0a\xbd\x3f\x37\x97\xe9\x44\xa3\xee\xfc\x3b\x0d\x45\xaf\xe1\x42\x47\xfb\xf3\xb8\x93\xf9\x68\xc7\x2a\xe9\xda\xa8\xa4\xeb\xe2\x78\x31\x9f\x61\x27\x4a\xbd\x39\x3e\xbb\x89\xf7\xdf\x16\x8d\xe8\x0d\xc5\x0e\xda\xb1\x03\x94\xf1\xa3\x7b\x56\x08\xa9\xd6\xb3\x92\x75\x73\xc2\x11\x5b\xcf\x6f\x50\xc6\xc8\xd0\x83\x26\xa4\x15\xc6\x78\xfe\x7a\x73\x57\x11\x45\xf0\x75\x5e\xcb\x66\x4c\x87\xd7\x68\x0f\x85\xef\x91\xc4\x39\xc7\xc5\xcc\xa5\x1a\xbd\x5e\x1c\xe3\x53\x5d\x7a\x4f\xb6\x93\x4b\x43\x33\xff\x3d\x61\xe7\x31\x39\xad\xd3\x17\x36\xfc\x96\x05\xb4\xaa\x7c\x45\x29\x1a\x92\xff\x93\xd6\xb1\xfc\x9f\x95\x4e\xa0\xbe\x2e\x85\xa0\x5a\xb2\x6b\xfb\x2d\x2e\x96\x41\x88\xfa\xad\xb5\x27\x28\x16\x7c\xbc\x60\x72\x36\x3e\x58\xc2\x40\x23\xc6\xc1\xe0\xb5\x56\x26\x38\x4a\x88\x0b\x96\xf6\x8a\xd3\xaf\x1b\xa0\x12\xae\xdb\xb3\x7e\x46\xa0\xa0\xa0\x47\xce\x4d\x53\xe1\x48\x8c\x3b\x7b\x5e\x80\x2d\xa6\x3e\xc7\x3e\x7d\x66\x39\xd0\xb5\xfb\xf7\x4d\xfc\xd5\x0c\x0c\x8c\x7f\x07\xc9\xba\xf2\x9b\x0e\x65\x9f\x38\xb2\x8a\x9d\xb3\x72\x4d\xce\x91\x9f\x3d\xd7\xd7\x0a\x0c\xbc\x26\xa3\xe7\x02\x16\xb9\x90\x5b\xf1\x46\xff\x55\x28\xc9\x99\xd3\x1c\x7e\x4d\xe4\x5a\x41\xa7\xf2\xd9\x85\xd7\x50\x64\x16\x1d\x86\x76\x6a\xa3\x7c\x78\x09\xae\x45\x86\xc6\x36\x56\x8a\xd8\x2d\x66\x17\x61\x4f\xa9\x60\xc1\x29\x71\xed\x12\x63\x9a\x48\x92\x93\xaa\x87\x1c\x63\x90\xe4\x26\xd5\x58\x01\x1f\x65\xe1\x4f\xde\x79\x5f\xd3\xb1\xc3\xa2\x63\xc5\xb1\x78\x55\x9b\x38\x10\x58\x64\xd7\xf0\x8b\x56\x80\xff\xd9\x23\x3e\x0d\xab\x2e\xd9\x4a\x66\xb5\x37\xd3\xe0\x82\x06\x14\xc8\xaf\x6b\xc5\xda\xf9\xa6\x7e\xed\xac\xd5\x63\xac\x28\x6d\xab\x93\xb5\xe4\xa8\x6a\xc6\x12\x79\xeb\x00\x13\x7f\x31\x91\xf0\xe0\x15\xa4\x4a\xd5\x96\xc8\x0c\xf6\x57\x02\x63\xb9\x9e\x40\xf8\x6c\xe4\xef\xa2\x35\x18\xfd\x27\x1e\xf8\x85\x2e\xd5\xae\x37\x75\x14\x35\x37\xb1\x87\x3a\xca\x67\x34\x70\x15\xea\xd8\xb3\x2d\x45\x4d\x79\x88\xff\xe2\x34\x69\x1f\xec\xb8\x67\xd4\x5d\xed\xc0\x08\x2c\x2c\xdc\xe8\xd5\x7e\xa2\xb1\xd5\x25\xb7\xbb\x66\x4f\x6c\x1f\x25\x7c\x9d\x33\xae\x0d\x4f\xf8\x9c\x52\xfc\x41\xfb\x9b\x95\x77\x17\x79\x6e\xe1\xd9\x8e\x01\xf5\xa5\x53\x9c\xc9\xc8\x67\x26\xe0\x96\xb3\xe7\xa0\x77\xe4\xff\xee\xf4\x1c\x8f\xc8\x28\x99\x0f\x01\x75\x4d\x76\x93\x7d\x0a\x69\x41\xa8\x4b\x56\x00\x90\xa0\xf1\xd8\x01\x25\x07\xca\x21\xd0\xae\x75\x56\x5f\xf5\xb7\x95\xce\xc0\xed\x9d\x7e\x76\xbb\x91\x32\x7a\x82\x2d\x35\x28\x4c\x44\xdb\xec\x30\xbf\x06\x47\x18\x9e\xb1\x5c\xe6\x0c\x3e\x12\xa4\x64\xb9\x94\xb1\x5c\xd8\xdb\x64\x16\x22\xf3\x39\x64\xd3\xdd\x32\x01\x61\x85\xf6\x92\x70\x86\x9e\x2d\xc6\x82\x97\x10\x75\x6c\x1e\xeb\x18\xdc\x78\x5e\x56\x98\xc6\x92\x6d\x55\x2b\x68\xdc\x56\x4b\xf0\xe8\x91\x4a\x4d\xe2\x7f\xab\xfe\x0a\xbd\x6e\x8c\xb8\x69\x3f\xe7\x80\xd8\x30\x08\x4d\x86\xcc\xe8\x3c\xad\xc7\xf1\x01\x3a\x1c\x45\x8f\x34\xc7\xa3\xf8\x15\x78\x44\x4d\x18\xca\xa7\x37\x94\x32\x29\xd9\x04\x7d\x2b\xd8\xa4\x72\x78\x04\xf4\x48\xb7\x5c\x17\x50\xc6\x27\x2e\xf7\x3b\x49\xc2\x85\x45\xe6\xf0\xeb\x66\xc8\xec\xf6\x7e\x28\xad\x35\x72\xb6\xec\xa5\x99\x1e\x05\xd7\x65\xde\x01\xa4\x32\xba\xe2\x12\xa2\x16\xe6\x72\x33\xa6\x53\x2e\x3e\x34\x3b\x6d\xd5\xa5\x26\x14\xcb\x42\x09\x51\x67\x56\x9b\xd4\xb9\x24\xa3\x2d\x1f\x52\x3f\xf5\x92\x75\xd5\x4d\x01\xff\xd3\x4a\xb2\x87\x62\x29\x3e\x21\x85\xeb\x48\x38\x46\xe0\xdb\x2f\x37\x27\x38\x5a\x12\xf0\xcd\x6f\xa1\xc2\xb6\x76\x68\xbe\xb6\x63\x06\xe1\x8f\x51\x97\x11\x34\xeb\xe1\x7b\xac\xb7\x59\x54\xfb\x14\xea\xbf\x7b\xb2\xae\xfc\x93\x87\x3e\x6d\xe2\xb3\x53\xf9\x87\x3e\x51\xe9\xa6\x4f\xc7\x90\xb3\xe5\x55\xe5\xd7\x9d\x4e\xec\x0f\xb2\x59\x4f\xf2\x5e\x7b\xf7\x90\x0b\xf2\xec\x8b\x1d\x00\x34\xef\x9a\xd3\x9f\x5f\xcb\x94\x7e\xa2\x31\xd3\x0c\x26\xc4\x12\x6e\x24\x27\x27\xde\xee\xec\x93\xbe\xa2\x87\x29\xd7\x5d\x77\xf6\x90\x5f\x8d\xcd\x4a\x9c\xb4\xa8\x9e\xb5\xfa\xd6\x8e\x80\x7c\x5e\x4b\x87\xb0\xfa\x47\x1a\xe9\x62\xe1\x21\xbe\x02\xd2\xfc\x39\x01\x1f\xec\xbe\x55\x0c\x09\xb0\xe9\x63\x7e\xbf\x7a\x4f\xd6\x15\x99\x09\x5e\x53\x0f\x27\xe2\x6f\xb4\x8a\xd9\x56\x37\x13\xcf\x80\xfb\x73\xe4\x65\x69\x54\x3d\xd4\x52\xcf\xf6\xaf\x12\xe5\x62\x6b\x5f\x32\xa8\x18\x20\xd0\x50\xb4\x45\x28\x47\x51\x19\xe8\x34\x9e\xc0\x28\x37\x71\x7a\xf5\x4c\xc7\xc6\xc5\x9e\x4a\x45\x84\x6b\x86\x06\x75\x24\x30\x5a\x4a\xb2\x46\x13\x21\x3c\x83\x7a\xd3\x71\xe4\x33\x5d\x07\x0b\xe3\x44\x01\xfa\x58\xd1\xf1\x3e\x4a\x62\x1c\xf8\x60\x4e\x52\xe6\x71\x7d\xe5\x68\x2a\x55\xe0\x56\xd9\x0c\xfc\x5d\xc7\x41\x52\x2a\xda\x77\x80\x34\x11\xb8\xba\xfa\x91\x3e\x75\x62\xaf\xa9\x61\xa2\xa8\xa2\x5d\x80\xa0\xa1\x54\xef\x90\x16\x09\xbd\xe5\x94\x98\x13\xcd\x88\x53\x20\xf7\xfa\xd2\x49\x5a\x23\x72\xef\xf1\xe9\x95\xf3\xf2\x5c\xd8\x33\xd1\xaa\xb1\xa0\x62\x05\xa2\x85\x4b\x1e\x59\xfd\xde\xeb\x4b\x45\xe0\x2d\x79\x1a\x32\x37\x1f\x15\x5b\xe6\x33\xbd\x74\xd2\x69\x23\x69\x65\xdb\xa9\xab\x31\xc8\x49\x1b\xf9\x0a\xcb\x04\x06\x71\x23\x53\xea\x32\xca\x67\x4d\xf6\x00\x92\x64\x6b\x53\x66\x32\x6d\x85\x38\x62\xba\xfb\xa3\xc3\x1e\x3d\x08\x2f\xcb\x91\x0b\x35\x69\x66\x90\xbe\x9b\xb9\xe9\x9f\xe4\x2d\x5a\x09\xba\xbc\xd6\xec\x2f\x34\xe3\x14\x20\x2f\xb8\x11\xfd\xd3\xdc\xdc\x03\x3c\x56\x4e\x48\x2b\xeb\x50\x77\x93\x69\xc6\x38\xe5\x82\x7e\x39\x05\x27\x94\x80\x28\xdd\xe0\x0b\xc6\x6f\xc9\x11\x29\xf2\x47\x7c\x00\x0f\x33\x5a\x38\x85\x36\x72\xa6\xf1\xed\xec\xb3\x82\xf7\x40\x4e\x94\x8a\x76\xd7\xc5\x31\x95\xf9\x7e\x7d\xe1\x5a\x2a\x7c\x6f\xe9\x8a\x8e\x5d\x19\x73\xdd\x15\xd7\xf0\xe7\x3c\xc5\xe1\x6b\x4a\x3c\x25\xfb\xc9\x06\x8d\x4d\x4a\x4f\xb8\x4f\x7b\x9d\xe3\xe1\x32\x33\xba\x5a\xdb\xd6\xc0\xe7\xba\x96\xf7\x18\x4b\x4f\xf6\x1d\xaa\x34\x29\x6a\x86\x35\xfc\x7b\xf0\xdd\x86\xb0\x76\xd1\xd5\x56\x38\x7b\xd1\x13\xa9\x73\xcc\x54\xce\xc7\x9e\xd8\xee\x9c\x4d\x56\xc1\x99\x54\x1f\x02\x9b\xf7\xac\x93\x67\x4d\xcd\x0c\xe7\xa5\x80\xa2\x96\x33\x21\x7c\xdb\xe7\x5d\x9a\x85\x02\xd6\x91\x5f\x4d\xd6\x94\x29\xd0\x99\x1d\x7c\x2a\xaf\x43\x36\xb5\xed\xf1\xcb\x49\xca\xb1\xcc\xfa\xcb\x6f\x2c\xb1\xa5\x5e\x3c\xda\x47\x16\x7a\x5a\x74\xfd\x01\xc1\x4c\xc6\xd9\x91\x3d\x45\x1f\xd9\x83\x7c\x05\x17\x04\xae\x8e\x76\x72\x9e\xec\x69\xd4\xab\xae\xf1\xf2\xa5\x9e\xe1\xe5\xa9\x98\xf3\xc2\x6a\xfb\xf7\xbd\x17\x47\xf1\x5e\x44\xae\x0a\x15\x6a\x4e\x03\xeb\x7d\x5d\xa5\x73\x86\x26\xd8\xac\x67\x2a\x60\x8c\x86\xc5\x03\x08\x9f\x4e\xb0\x31\xe6\x24\x83\x37\x4c\x1c\x50\xe4\x34\xc3\x0f\x79\x1a\x1f\xc5\xb3\x71\xc4\x13\x39\xfc\x30\x21\x29\x3d\x1d\xce\xb9\xf4\xd4\x8c\x3d\xe7\xfd\xb7\x36\x24\xe5\x66\x3a\x72\x4b\xec\x58\xad\x74\x3e\x85\x67\xd6\xed\xeb\x80\x8d\x17\xff\xc8\xfa\x08\xaa\x04\x7d\x4a\xc7\x8c\xfa\x73\x15\x66\xf3\x50\xf9\x5f\xa3\xbd\x8e\x56\xc3\x4c\xd6\x4f\x2b\xbe\x7e\xea\x37\xab\xe1\x6c\x60\xa2\x6f\x5c\x83\x3d\x65\xde\xcb\xf7\x7c\x25\x56\x03\xc3\x38\xfe\x55\x0f\x0b\x8e\x60\xc9\xae\xde\x90\x7d\x13\xd7\xc5\xf8\x0b\xb3\xdb\x88\xd6\xe8\x1a\x01\x9a\x97\x1c\x4e\xa6\x2c\x8b\xfc\xf7\x55\xac\xff\x73\xff\x8e\x2f\xc4\x1e\x82\xaf\xe7\xad\x76\x1e\x13\xff\xab\xd0\x89\xbc\x03\xc7\x5f\x37\x5d\xdb\x1e\x1d\xa8\x7f\xca\x44\x6d\x95\x5c\x55\x69\x43\xd1\xd7\xd6\xfb\xa7\x75\x3b\x2f\xca\xd2\xec\x2a\x6a\x66\x72\x57\xcf\x1d\x3d\x6f\x1f\x92\x43\xf5\x68\x92\x81\x6a\xbd\x15\xfb\x2e\x01\x96\xde\xb6\xbf\x64\x20\xe6\x32\xd4\x33\x6c\x94\x25\xff\xd9\xac\x9c\xe3\x4e\x8f\x34\x98\xd1\x58\x76\xa6\xf7\x78\xd5\x18\x6b\xae\x55\xbc\xb0\xd0\xb6\x47\x3d\xb9\x15\x34\xa6\x92\xb9\xb9\xa9\x7c\x41\xd5\xec\x58\x7f\x26\xeb\xca\x3c\xcd\xde\xa3\x9e\x4c\x5c\x4f\x52\x7b\xdc\xcc\x30\x6e\x3b\x9d\x60\xa1\x61\x9e\x2a\xb1\x7b\x0b\x71\x42\x9d\x39\x31\x31\x05\x59\x03\xf9\x7b\xaf\xbe\xbf\x30\x8c\x35\x32\x72\x2f\xdc\xcb\xa7\x8f\x2f\x7f\xfb\xb1\x09\x16\x21\xdf\x3f\x36\xf5\xe7\x8f\x2d\xbd\xbb\x04\x7e\x7a\xcf\x7f\x7f\x37\x52\x89\xae\xab\x41\x90\x10\x68\xa1\xc7\xf8\xfa\x97\xc8\xe3\x92\x3b\x8a\x78\x6d\x73\xa9\xe2\x75\xad\x4c\x16\x3a\x72\xea\x9c\xfd\xe8\x9e\x32\xca\xb2\x92\x2d\x65\x1c\x35\x24\x29\xfa\x75\x38\xc7\xd7\xe9\xf1\x1c\x5b\x69\x8b\x2a\x96\x91\x35\x3a\x97\x55\x5c\x6f\x73\xda\x19\xf7\xa2\xcd\x84\x7d\xd7\xbb\xa5\xcd\x7a\xc4\x3c\xd9\x50\xf4\x5e\xa8\xc6\xdd\x86\xe3\xb5\x8c\xed\x40\x99\x8f\xc4\xaf\xfb\x5e\x9b\x84\xeb\x83\x7d\x57\xea\x29\x72\x41\xa6\xfd\xe4\x95\x63\x72\x5b\xc5\x30\x76\x15\x7d\xda\xe5\x19\xf3\x56\x5d\x0f\x9d\xf4\x41\x47\x9e\xa8\x03\x0a\xe6\x53\x37\x27\x8b\xcf\xc3\xbb\xd1\xc7\xb4\x48\xf6\x86\xbd\xd3\x77\x5b\xd5\x7c\x54\x16\x31\xd9\x67\xcd\x99\xc8\x1f\x5a\xc7\x5d\xf5\x2b\x6b\x24\x67\xdf\xd0\x5b\x01\xe3\x9c\x83\xbb\x62\x30\x67\x99\x46\x27\x5d\x92\xd5\x93\x7e\x88\x5f\xdf\xe8\xf1\x4e\xff\xe6\xdb\x57\x7e\xc4\x51\x99\xda\xfd\xf0\xf4\x95\x4f\x31\x6f\xd2\x4e\x97\x6e\xdf\xbb\x67\x87\x34\x9d\x74\x98\xb9\x79\xef\x9e\x5f\xf7\xc0\x91\xf4\x86\xe3\xbb\xb4\x4b\x3d\x55\xbd\x59\x7b\xc7\x37\x91\xe2\xfd\xe8\xbd\xac\x25\x58\x6d\xfa\x9e\x87\xb1\xab\xcc\xeb\x06\xa3\x1b\x23\x8f\x22\xab\x1c\x5d\x1b\xe0\x82\x58\x2a\xdc\x6f\x60\xa2\xe1\xa3\xac\xbf\xfd\x53\x33\x6c\x32\x50\xe5\xcf\xcd\xbc\x3f\x26\x03\xb5\xd4\x6f\xbb\xce\x0f\x5f\x6c\x5c\xda\x4e\xb5\x32\x27\x9d\xa1\x68\xa5\x80\x12\x3d\xda\x84\x5c\xd1\x4b\x3b\x9d\x49\xc7\xa6\x80\x03\x32\xf6\x64\xff\xf3\x97\xa4\x63\xe5\x89\xe1\xf1\x4f\xe7\x48\xc5\xbb\x11\x1b\x58\x99\x5f\x93\xbd\x8e\x3c\xed\x99\x6a\xb4\xfc\x12\x4f\xf7\xd7\xc9\xc3\xcd\x22\x48\x2c\x64\x11\xd8\x66\x6f\xa9\xff\x98\x03\xed\x9e\xa0\x1c\x69\x16\x69\xd7\x75\x51\xf9\x29\xcf\x26\x7c\x4b\x01\x95\x07\x54\x3c\xff\x69\x1d\xce\x17\xc8\x60\xe7\xd3\xd5\xde\x3e\xbb\xef\xef\x9e\x68\xf5\x66\xc7\x6c\xf8\x36\xf1\x1d\xad\x25\xf1\xfa\xcd\xea\xd8\xe9\xce\xc7\xf9\x79\xa5\x7f\x3a\xae\xdd\xb0\x96\xbc\x3f\xbb\xae\x47\x9a\xc9\x5a\x58\xa9\x65\xd0\xcd\x91\xb5\xe9\xea\xb4\xaa\x6f\xf4\x59\x80\x68\x92\x0d\x76\x3e\xff\x5e\xc3\xdc\x50\x11\xd9\xde\x69\xda\x5c\x58\x67\xde\x78\x91\x92\x57\xff\xa6\x35\x03\x29\x7b\xad\x2f\xc0\x55\x6a\x71\x34\xd5\x4b\x5f\x62\x6a\xd0\xe9\x12\x53\x96\xb2\x3a\x22\x4b\x7e\xf9\x7e\xda\xef\x6f\x87\x3b\x74\xda\x74\xe0\xd6\x5c\xf9\x14\x6b\x77\x21\x95\xd4\x3c\x34\x85\x6b\x51\x6c\xfd\xf5\x88\xa4\x7e\x4e\xb5\xa7\x03\xe7\x4b\xb3\xa0\x3b\x6b\x45\xcf\xc5\xa9\x34\x91\xb7\x87\x42\xee\x3d\xf6\xd3\xfc\x2d\x16\x3f\x7a\xc3\x90\x0e\x14\xbd\x9f\x63\xff\x1e\xc9\xaa\xb7\xf6\xce\x87\xe7\x74\xac\x11\x6f\xe3\x70\x1b\x7f\xd1\xd9\xad\xef\xb2\x56\xf4\x56\x92\xd2\xc3\x29\x29\xfa\x6a\xc5\xda\x48\x75\xd1\xf1\xa2\xb6\xea\x58\x37\x76\x57\xc2\x8b\x3d\x1f\xf6\x9d\xc4\xd8\x92\xea\x36\xa7\x7d\xa8\xe1\xa7\x4b\xa4\x86\x5f\x49\x4f\xb3\x4f\xfc\xbf\x49\x23\x86\x80\xc7\x89\xa3\xdf\x09\x4e\xed\x7f\x67\x5c\xf0\xaa\xe6\x9f\xb1\x6b\x76\xde\x7d\xab\x8a\xd6\x17\x00\x9e\xca\x3b\xb6\xf7\x71\x5a\x3c\xbe\x88\x30\x3a\x56\xd4\xec\x59\x7e\x5f\x21\x11\xfc\xe2\xfd\xb4\xac\xc2\x27\x77\xdc\x28\x82\xc1\xdc\x4d\xe0\x52\x86\x83\xd4\x8d\x74\xeb\x1a\x37\x61\x87\x43\x85\xdc\x5c\xc3\xe5\xc5\x05\xbf\x52\xf8\x7f\x10\x7c\x88\x3d\xa2\xd8\xed\x04\x01\x3c\x34\x33\x48\x7e\x67\x59\x95\xca\xe1\x82\x70\x0b\x82\x65\xf5\x29\x79\xa5\xab\x2c\xf0\x91\xd3\x5d\xca\x74\xa5\xce\x12\xca\x66\x2e\xd5\x0b\x6d\xb9\xe2\x65\xa4\x17\x79\xb9\x9e\x65\x4f\xc7\x41\x6f\x3e\x92\x57\xaa\xd2\x12\xda\x48\xb0\x20\xef\x45\x6c\xac\x03\x45\x39\x3a\xc4\x38\x4d\x0b\x01\x6c\x77\x09\x45\x2e\x20\x67\x84\xde\x34\xe3\xe8\x4d\x27\xd7\x27\xe8\x8d\xa5\xc2\xe1\xf7\xec\xa6\xbd\x2b\xbd\xe2\x0a\x05\xbc\xe9\x01\xfc\x10\x07\x61\xf2\xbc\x22\xf4\xef\x81\xc6\xa0\xe4\xdf\x12\x0f\x89\x13\x8d\xe6\xaa\xbb\x3b\x0f\x89\x94\x57\x66\x9d\x11\xbd\xac\xa7\x1e\xc7\x5e\xb2\xa6\x5a\x5f\x3b\xde\xf6\xa6\xba\xbf\xe8\xe8\x28\xca\xc8\x50\xc9\x58\xf3\x17\xac\xde\xb1\xcc\xd7\x5a\x99\x57\x86\xe7\xba\x4f\x6f\xcb\x10\x1a\x3b\x7c\xff\x04\x39\xd1\x80\xd1\xc4\x29\x76\xca\x5f\x07\x8c\x3d\x70\x5e\x21\xba\xd5\xce\x72\xf8\x99\xbc\x92\x52\xf2\x7b\xff\xc8\x0b\x6b\x22\x5e\xd8\xbe\x52\x7d\xf0\x9d\x6e\x61\x3d\x0f\x42\x79\x15\xc6\xb8\x42\xa7\x3f\x72\xb0\xda\x01\x7b\xf9\xdb\x51\x2e\xdd\x79\xe8\xde\x28\x3f\x8f\xed\xc9\xd9\x0d\x5d\x4c\x9a\xa9\x53\x05\x27\x67\xcb\xba\x3c\xbd\x85\x77\x06\x3b\x31\x88\xe8\xb9\x37\x52\x76\xcb\x56\xdc\x56\xcc\xcc\xcf\x64\xa0\xcc\xfb\x6e\x90\xbc\x25\xdb\x3d\xc5\x17\xee\xe2\x66\xe1\xfe\x81\x8c\xf7\x5f\x59\xad\xab\x7e\x34\x24\x83\xbf\x1d\xc7\xc5\x9d\x87\x7e\xb7\x5a\xeb\xaa\x1d\xea\x02\x2e\x95\xb2\x37\x7b\x79\xa1\x33\xd1\x73\x74\x8a\xf9\xd7\xec\xc5\x85\x88\x9a\x79\x46\xc3\x8f\x7d\x95\xfa\x56\x48\x3b\x6f\x9c\xf8\xe7\xe8\x6d\x16\xbb\xbd\xe7\x26\x64\xe7\xc9\x69\xdd\x55\xfe\x4a\x17\x96\x71\xaf\x03\x30\x4c\xb6\x86\xd7\xef\x5c\xa0\x78\x56\x32\xab\xe9\x1c\xcf\xf2\x4a\x4b\xbe\x93\x23\xa0\x9d\x83\xd3\x15\xb5\x52\x7f\x14\x2d\xeb\xcf\xe4\x50\x99\x12\xad\x19\xe9\xb0\xeb\xda\x91\x86\x67\xda\x1d\x4c\xb6\x89\x99\xa0\xa4\x4d\xc5\xba\xd8\x9b\x9b\xce\xc0\x02\x56\xc3\xd2\x25\xd6\x17\x55\x9f\xf3\x4c\x67\xaa\x93\xf7\x48\x21\xcc\x48\x4b\x69\xf6\x2b\x61\x15\x72\x6f\xd2\x18\x95\x29\x5b\x85\x2a\x15\xad\x40\x33\xef\xde\xb1\x62\x44\x6b\xa3\x05\xcd\x1c\x24\x3f\x93\xf9\x3e\xc7\xbe\x6d\x77\x87\x4c\x37\xdb\xe3\x4b\x3b\x8e\x7f\x36\xb6\x9f\x5c\x55\x4d\xee\x78\xe5\x26\xa4\x87\x7b\xf9\xd6\x99\xf4\x70\x9a\xe6\x0a\xe7\xd0\xcb\x1a\x99\x33\x52\xf4\x59\x72\xbb\x2c\x07\xff\xd2\xf3\x06\x38\x23\x26\xc6\x6a\x7c\x2b\x70\x22\x9b\x80\x97\x67\xff\xaf\xd6\xb4\xb7\xb2\x96\x4a\x3d\xd4\x02\x4b\xe3\x32\x23\x84\xa5\x76\xfd\x0e\x42\xdf\x31\x40\x13\x47\x43\xfe\xb3\x59\x7a\x47\x9e\xbc\x1d\xc5\x71\xed\xaa\x0a\xf6\x5f\xb3\x09\x8d\xc3\x8b\xf5\xb7\x0b\x57\x0e\x82\xc4\x4c\xa9\x8b\x3d\x74\x7b\xe6\xdc\x72\x2e\xb9\xb7\x66\xc5\x4e\x4a\xd7\x94\xc5\x4b\xd7\x56\xbf\x9a\xf3\xc7\xa4\x51\x1d\xb3\x78\x74\x97\x5e\x9b\x53\xfb\xef\xb6\x99\x3d\x3a\xcf\xdd\x4b\xb3\xcc\x4e\xea\x96\xa9\xcc\x24\x2a\xd8\x57\xcd\x66\x82\xff\x68\x98\x94\xbb\xd8\x51\xcf\x4d\xd4\x92\xd7\x8d\x54\xd8\xd4\x92\x03\xf5\xd4\x9c\xf0\x1f\x35\x13\xba\x8b\x13\xad\x1e\x9b\x8c\x3d\x12\x98\x08\x7a\xe4\xa1\x89\xba\x6e\xdf\xcc\x62\x37\x56\x9b\x73\xfe\xcb\x98\x85\xbb\x3a\xd2\xca\x6b\x72\x3e\x03\x99\x28\x9d\xc1\x07\xb8\x57\x91\xc1\x3a\xe8\x69\xc7\x32\xe0\x5f\x52\x96\x02\x4a\x35\xdb\x79\x81\x16\x35\x8c\xde\xb4\xa8\xce\x78\x1c\x8f\x7a\xc4\x38\x79\x43\xc9\x07\x44\x22\x40\x3e\x2f\xfa\xea\x5e\xd3\x47\xc9\x4a\x07\x09\x0a\x15\xe6\xff\x14\x14\x6a\x3d\x26\x9e\x1d\x67\x3f\xd7\x58\x3d\x20\xf9\x17\x0c\x23\x29\x20\x77\x23\x26\x32\xbe\x09\x0f\x1d\x97\xb1\xb0\x29\xc3\xdc\xfa\x02\x94\xa3\x26\x2e\xc1\xaf\x8e\x18\xba\xd0\x48\x8c\x5e\x18\xd4\xf7\xa4\x53\x3d\x24\x39\x44\xef\x73\xac\x06\x37\xef\x4b\xdd\x44\x45\xd2\x92\xa8\x2a\x50\x78\xb1\xd7\x8d\x74\xe6\x0f\xaf\x3b\xd8\xd7\xfd\x37\x1f\x98\xfd\xd3\x07\xe6\xa2\x37\x06\x2a\x08\x6d\x3b\x12\xb7\x8a\xde\xb1\xe2\x77\xa4\x6f\xdf\x51\xba\xf9\x28\x21\x4e\x42\xc2\xd5\x21\xfe\x8a\x41\xe1\xe6\x0d\x9f\xa9\x07\x8e\x21\xcd\xe3\x2f\xd8\xfd\xf3\xa8\x15\xff\x30\x6a\xa5\xbf\x1c\xb5\xbe\xca\x50\x41\x9f\x3b\x37\x91\xae\x22\xf2\x34\xc6\x5e\xc2\x45\xba\xea\x3b\xda\x4f\xc8\x1a\x1b\xc0\xcb\x2a\x4a\x71\x2c\xcc\x2a\x36\x74\x90\x97\xd9\x59\x4d\xc8\x05\x97\x5a\xea\x4c\x1c\x6c\x19\x23\xd8\x92\x40\xb0\x25\xed\x51\x5d\x72\xf2\xf7\xac\x18\xc3\xa8\x2d\x44\x65\x9f\xaa\x9f\x4b\xc7\x8a\x1c\xf3\x69\xc9\x24\x70\x4c\xcf\x11\xe6\xda\xe5\xcb\xbe\x6c\xa4\xd3\x1c\x1c\xe8\xcd\x5a\x0e\xe3\x5d\x05\xe3\x91\xa4\x26\xb3\x4f\xa9\xe4\x79\xc9\x3a\x09\xc0\x7a\xfe\x8b\x5f\x9b\xc9\x49\xed\x39\xb2\x4b\x31\xb4\xdd\xc2\x87\x3d\xe8\xdf\x8a\xac\xe0\x1c\xa9\x20\x15\x05\xf9\x1c\x60\xec\xbc\xcb\xc4\xaa\x80\xe4\x27\x90\xeb\x36\x63\xfb\xa4\x35\x7d\xb2\x67\xe4\x97\xfc\x95\x07\xa9\x97\xf9\x28\x14\x20\x70\x8a\x05\x59\x6f\x21\x83\x96\x1c\xf5\x94\xad\x8f\xc1\x2a\xc3\x47\xc8\xce\x5b\x43\x17\x18\xb0\x7a\xd9\x1b\x73\x52\xaf\x3f\xa6\x49\x9e\xcf\x01\xf6\xb9\x98\x1d\xc0\x41\xda\xb9\x0f\x4e\x2d\x84\x1a\xc7\x51\xf8\x37\x4e\x2a\xe3\x3a\xdc\x37\x8e\x66\xb2\x91\x81\x0c\xa7\xfe\x03\x0e\xa7\xf8\x87\xa0\xc9\x7f\x7a\xb0\x04\xe2\x92\x7e\xf4\x89\x5d\x65\x0e\xd5\x2c\x32\x47\x07\xb5\x08\x74\xad\xef\xb9\x8e\xf5\x54\x90\xa2\xc9\xe0\xda\xe9\xba\xd4\x41\x3d\x31\xd4\xd6\xf5\xb6\x96\x52\x1d\x8c\xf0\x80\xc1\x94\xda\x9c\x3c\xbc\x61\x66\xf1\x27\xae\xfa\x40\x11\xf6\xa0\xc1\x89\x70\x2f\x3f\x5f\xe2\x59\xbd\x14\xd4\x55\x6b\xd6\x0f\x27\xec\x79\x5e\x10\x40\x6a\x27\x7a\xc7\xb9\xe8\x14\xea\x3d\x93\x5d\xaa\xce\xa1\x68\x07\xb5\xf1\xce\xfd\xc9\x17\x00\xfe\x65\x95\xa3\xee\x23\x9b\xc4\x2f\x31\xb1\xde\x03\xd5\xdc\x35\xf0\x3d\x01\x97\xcb\xc0\x41\x3a\x7f\x72\x99\xac\xc7\x51\xe5\xa9\xae\xc1\x35\xf6\x90\x34\xde\x01\xbc\x9e\x45\x1d\x4a\xbd\x44\x32\x42\x65\x1a\xa0\x2a\x87\xd7\xa5\x64\xde\xd4\x50\x46\xdc\x2f\x71\x66\x4c\xed\x6d\x0a\x6a\x43\xdc\x09\xd2\x05\xde\x1d\x0f\x63\xb2\x6d\xd0\x52\x37\xb9\x12\x6c\x8e\x92\xbe\xe1\x8c\x69\x1c\xc7\x24\x15\xa5\x43\x90\xb7\xc8\x2f\x48\x93\xc3\x9f\x35\x86\x05\x0b\xb5\x55\x65\xbc\x8a\x67\x80\x48\x2c\x15\xf2\x47\x17\xa1\xbd\x7e\xef\xd6\xa1\xc7\x6f\x42\x0e\x3d\xe4\x68\x1f\x0a\xa0\xf9\x66\xc2\xfe\xa4\x60\xce\x94\x0f\x6a\xab\xd9\xd3\x53\x12\x1e\x48\x8e\xce\x06\x05\x1d\xdb\xd1\x45\x41\x09\x96\x0a\xc7\x07\xb4\x9f\x04\x5e\xb7\x4f\x69\x6f\xe6\x05\xf6\x9b\x86\x15\x8c\x52\xbc\xc7\x46\xd2\xfd\x91\x69\x1e\x46\x03\x62\x52\xb1\x8c\xe1\x21\xab\xd9\x5c\x90\xff\x45\x28\x29\xf6\x55\x48\x3d\x56\xdf\x06\x50\x41\x21\x9e\xfa\x6e\x17\x6c\xf3\x08\x48\x84\xc6\x4b\x1a\x5a\x78\x40\x24\x99\x02\xdc\x99\x47\x47\x1d\xac\x1a\x69\xbf\x6d\x56\x1d\xa3\xef\x34\xf2\x9c\x72\x43\x27\x01\xaf\x4a\xb3\x0f\xc2\x63\x1f\x5a\x2d\x83\x44\xce\x05\xf1\x29\x2d\xe5\x17\x0c\x60\x64\xbc\xab\xa8\x36\x21\x24\xd8\x0e\x36\x2b\xc7\xf9\xde\x47\x4f\xf6\x73\x26\x7a\x8f\xac\xc6\x99\xbe\xa0\xa3\x34\x67\xf2\xff\x33\xa3\xde\x1b\xbb\x6c\xec\x0f\x5b\x16\xde\x47\xbe\xe5\xa1\x99\xac\xd1\x53\xa8\x93\x69\x63\x67\xaa\x73\x60\xed\xbd\xc3\xa0\x9c\xfe\xaf\x11\x80\x4c\x97\x94\xf9\xb0\xb3\x20\xfa\xdd\x3e\xe3\x4a\x9f\xa6\xc4\x6c\x91\x4e\x31\xfd\x44\x49\x76\x3b\xd9\x50\x73\xff\xa1\x6c\xdc\x31\xd1\xbd\x95\xcf\xb5\x33\x6f\xe1\xd6\x89\x79\xcc\x3b\x09\xfd\xed\x62\xdf\x76\x80\x13\x1d\x4b\x94\xf8\xba\xaf\x10\x1c\x6f\x8f\xb6\xdc\xcd\xd1\x26\xa5\x33\x56\x09\xa7\x4d\xfc\x64\xeb\xad\x36\xf1\xa3\xf3\x3d\xf5\xc0\x6e\x52\xc4\x3e\x28\xcb\x22\x25\xad\x0b\xf0\x2d\x15\xe0\x5b\xca\x43\x7f\x7b\xca\x7d\x22\x83\xe8\x08\x44\xdc\x13\xd4\xc5\xfc\x87\x64\x76\x5a\x53\x0f\x60\xc6\x0c\xfb\x90\x47\x1b\x5e\xb2\x6e\x25\xf8\x4b\xb2\xa1\x4a\x0f\x69\xaa\x4c\xd9\x1f\xdf\x0d\x69\x34\x23\xc9\xfc\xb0\x3b\xcb\xea\xc6\x83\x6a\x61\x4a\x51\x66\xc5\x47\x33\xfa\x22\x7a\x8c\x25\x7e\xfc\x3a\xd6\x9c\x42\x4c\x4f\x09\x6c\x85\x35\x93\x14\x3b\xc6\x4c\xe4\xbc\x7c\x52\xa4\x3f\x7c\x90\x5b\x4a\xf4\x62\xd5\xc3\x33\x03\x72\xa5\x11\x94\x45\x69\x19\x17\x3a\xa8\x83\x07\xf7\x1a\x6c\x51\xca\x79\xd9\xbc\x9c\x9e\xdc\xcf\x05\x4a\xdd\x79\x60\xdf\x0e\x0f\xd1\xbf\xfd\xd8\x7b\x8d\xbb\xec\xbf\xe6\x41\x20\x29\x44\xa1\xb5\x04\x88\xbe\x42\x9d\x92\x0b\xb3\x9e\x9d\xf3\x23\x7b\x95\x2b\x7a\xda\x73\x17\x1b\x28\xf1\xb0\x5d\x2f\xe9\xb9\xd4\x8c\xf1\x3a\x3b\xb2\x0f\xd4\x17\xa0\x23\xc9\x94\xcd\x20\x47\x17\x79\x56\x54\xd0\x59\xc9\x55\x94\xcc\xe1\xa3\x27\xd5\xac\x1d\x2b\x3a\x0b\x56\x2a\xb0\xe9\x26\x38\x55\x27\xc7\x87\x28\x10\x6a\x09\xf6\xaf\x4a\x8e\xa3\x3a\x69\x61\xa8\x5c\xea\x8d\x63\xe1\x19\x69\x65\x36\xb4\x17\x74\x23\x7d\x58\xc9\x75\x96\xe3\x7b\xd8\x8f\xc3\x33\xe1\x5b\x2f\x98\x93\x82\x68\x36\xfb\x19\x14\xa1\x29\xe5\xec\x0d\xb5\x85\x57\xc6\x59\x92\x91\xd9\xcf\x4e\x49\x12\x38\xfb\xd6\xe8\x2c\xc4\x12\xa8\x98\x05\xb0\xc7\x78\x09\x38\x13\x6a\x93\x35\xcc\xd6\x27\x08\x8b\xa9\x8e\xb7\x02\xde\xea\x1c\xa7\xf4\x51\x81\x46\x70\x38\xf6\xec\x09\xe7\xbf\xa4\x79\x15\x21\x2c\x9b\x72\xe9\xc9\x1e\xd8\x3d\x39\xd7\x26\x33\x64\x32\x7a\xa3\x24\x17\x98\x1d\x5e\x1d\xd8\xbe\x38\xd9\xe5\xbb\x99\x23\xbb\xc7\x3e\x5a\x09\x80\x4b\xe2\xdc\xe1\xe0\x12\x5c\x03\x45\x07\xe6\xdf\xa1\x33\xfc\x0e\x4b\xce\xe7\x59\x79\x85\x61\x72\x4e\x8a\xea\x59\x16\xbf\x2a\x53\x83\xa9\x54\x13\xf5\x9a\xfd\xb9\x25\xe6\xaa\xa9\xa1\xfa\x0b\x62\x82\x7e\x89\x67\xe3\xb0\x95\x2e\x6c\xe1\x96\xbb\x4c\x51\x21\x12\x5f\x4a\xf4\x31\x99\xa2\x06\x82\x4f\xe7\xa7\x4d\x2e\x9e\x34\x07\xaf\xed\x4e\x6f\xc7\x11\x66\x5a\x07\xd4\xb0\x2f\x76\x71\x4e\xf5\xa6\xcc\xef\x40\x74\x37\xa7\xd7\xf8\x73\xa2\xc7\xf2\xee\x90\x5d\x00\xad\x32\x04\xf3\x56\xcf\xe2\xf7\x97\x3c\x49\xa9\x3c\x4a\x38\x6e\x68\xa5\xb0\x6c\x53\xde\x9a\xe1\x63\x6c\x15\x9a\x8a\x3e\xa0\x8c\x74\x0f\xf1\xc6\x7f\xd1\x7b\x76\x0d\xe7\x5a\xe6\x15\x1b\x89\x9d\x59\x9f\xf0\x69\x8e\x41\x27\x38\xf9\x64\x4d\x7e\x01\x7c\xfd\xc1\x0c\x57\xe7\xd1\x55\x3b\x45\x2b\x5c\x5d\x03\x9a\x74\xa6\x11\xbb\x1c\xcb\x17\xed\x06\x18\xcc\x4f\x16\xdc\x13\xbd\x63\xea\x06\x33\xf3\x12\x00\x2d\xa5\xe9\x10\x13\x63\xe5\x58\x5f\xd1\xd7\x72\x2e\x2f\x13\x02\xa8\xe9\x4e\x23\x7d\x62\x06\x06\x3f\xae\x8e\xa6\xe7\xd4\x53\x8c\xdb\xec\xc8\x69\x39\x7c\x12\x50\xf3\x38\x75\xfe\x87\x33\x97\x87\x4f\xa0\xa4\x0e\x58\x9b\x1c\x5c\xb0\x74\x53\xde\xa8\xac\x63\x15\x51\x95\x87\x18\xcf\x9b\x94\xd4\x28\x20\xe1\x98\xd8\x2f\x8f\xd2\xf2\x0a\xd9\x7b\xe7\x4f\xb6\xd6\x16\x9a\x89\xb5\xcc\xd3\x01\x1f\x9b\xfe\x14\x76\xf2\x94\x0c\xc2\x4a\x34\xf9\xf5\xbb\xdd\x40\x59\x7d\xb0\x42\xa6\xf4\xc0\x36\x48\x9a\x8e\x1f\xc9\x80\xbc\x15\xc1\x63\x35\xd2\xcc\xfd\xfb\x0a\x5d\xc6\x30\x2d\x90\x1f\x62\xa5\x43\x64\x37\xca\x4f\x57\x00\x6e\xb5\xe0\xe1\x5b\x9b\x08\xa7\x54\xcd\x0c\xfb\x47\x54\xd1\x8b\x1c\x24\xaa\x40\x45\x57\xfc\x29\xcc\x5f\x0c\x7e\xba\xd0\xa8\x9d\x18\x44\xbe\x06\x2a\x18\x24\x6b\xf7\x97\x05\xa8\x37\xa9\x8a\xa8\x0d\x6c\xfd\xeb\xeb\x58\xab\xc6\xbc\x0c\x07\x14\xcb\xea\xb3\x4e\xe5\x79\x1b\xb4\xed\xe6\xcc\xf8\xbc\xe5\x27\xef\xf7\x32\x75\x25\x12\xb2\x78\x4b\x3a\xbe\x58\xe6\xed\xfe\x79\x67\x9e\x61\x98\x83\x19\xa5\x03\x04\x8d\x32\x9f\xc8\x56\xde\x6a\xfa\x10\xb4\x90\x3c\x8b\x91\xa9\x59\x58\x95\x27\x28\x99\x49\x35\x19\xd0\x5b\xde\x0e\x19\x15\xaa\x05\x86\x7b\xf1\x5b\x91\xe3\x48\x2d\x29\x36\x30\x33\x47\x11\x59\xd4\x99\x3f\x0f\x8c\x09\x51\x98\xcd\x8d\xa0\x32\x1b\x86\xdd\xb1\x2c\x88\x04\x09\x7d\x65\xb2\x7d\x4a\x4a\x7d\x26\x85\x31\xbc\xcd\x16\xda\x5c\x94\x9d\x3a\x7a\xd5\x18\x63\x51\x47\x45\x80\xae\xad\xa7\x02\x17\x21\xbd\xfe\x52\xc6\x2f\x15\x7b\x8e\x04\xab\xd8\xf3\xb1\x44\x3e\x76\xe5\xfd\x5d\xfe\x1f\x98\x49\x4d\x75\x79\xd4\xdf\x9e\xff\xaf\xb2\x01\x8b\xda\x5b\xe9\x27\x71\x3a\xa3\x20\x98\xae\xde\xa2\xa5\x36\xdd\xd7\xe4\x50\x8d\xf4\xdf\x7a\x8b\x5e\x9e\x13\xcf\xff\xad\xb2\x98\xad\x5a\x65\xf1\x7f\xf5\x92\x98\x83\x5e\xf0\x42\xf4\xe7\x5d\x56\x2c\x0b\x48\x3e\x6e\xfb\x48\x1e\x91\x7c\xd7\xf9\x50\xac\xb0\x55\x17\xee\x1e\x78\x37\x8a\x48\x13\x7a\x80\xb4\xf6\x27\xf0\xed\xd4\xa7\x1c\xf5\x7d\xfd\x9d\xe3\xe5\x37\x0a\xee\x72\x68\x05\xc1\xe3\x6a\xf8\x7f\xaf\x5e\xaa\xc9\x83\xc9\x7d\x30\x81\x59\x36\x3e\x78\x85\xff\xd1\x4f\xc7\x2d\xd6\x4e\x4b\x29\x9e\xb7\xd2\x64\x3f\x81\x2b\x79\x50\x10\x64\x89\x25\x1b\x27\x8d\x15\xef\xd7\x7e\x19\xe6\x4b\x20\x6f\x5c\x5a\x83\x32\xa8\x98\xd5\x90\x3f\xec\x18\xef\xdc\xe5\xdf\x75\x22\xde\xbc\xb1\xa0\x57\x43\x4e\x39\x4b\xc7\xdf\x98\xfb\xdf\x1c\x62\x18\x8d\xd2\xff\x3a\x1a\x25\x3b\x1a\x38\x6e\x62\x7d\x3b\xfd\xab\xce\xba\x9b\x17\xe6\xec\x60\xfc\xf0\x0e\xae\xfe\x4d\x9f\x6a\x2d\x7a\x61\x5f\xa9\x21\x43\x0d\x5f\xff\xda\xb0\x47\xc8\xb9\x0e\x67\xe6\x9e\xc3\x15\x85\x88\x69\xba\xdd\xe6\x37\x8b\x21\xb1\x8b\x2d\x06\x65\x72\x82\x46\x36\xe0\x7f\x5a\xa9\x2e\x76\x5d\x6d\x01\x94\xd2\x39\x2c\xed\x33\x17\x0b\x04\x70\x96\x04\x29\x9c\xba\xdb\xa1\xe0\xed\x17\x28\x06\xcf\x14\xb7\x0c\x5b\xca\x3f\xe8\x6d\x37\xbe\xe0\x84\x64\xd8\xfe\x5a\x53\xc1\xc2\x8e\x1c\x50\x8c\x63\xdf\xb1\xd0\xd1\x48\x20\x83\xde\x05\x5e\x86\xd1\x8c\x50\xe8\xc9\x9f\xfb\x61\x32\xaf\xed\x2c\x9c\xba\x8c\x92\x78\xd7\x51\xcc\x99\x19\x0b\x11\x51\x67\xb6\xb5\x9e\x4e\x3f\x9f\x67\x5f\xd1\x5d\x39\x96\xee\x26\x8b\x5a\x9d\x5e\x9e\x2e\x78\x2a\x3d\x04\x56\xcf\x35\xee\x5e\xcf\x0d\x93\x11\xf3\x53\x6d\xeb\x83\x37\xc9\xfe\xce\x7a\x77\x77\xf3\x00\xaf\x6e\x9b\x8b\xce\xc2\xce\xd5\xab\xbb\xd7\x3b\x4a\x2c\x28\x59\x76\x05\x0c\xf5\xdc\x02\xc6\xc7\x7c\x41\x52\xbd\x82\x01\x58\xdc\x5c\xa7\x14\xb9\x0b\x6b\x21\x35\x9a\xb0\xd9\xe9\xef\x1c\xc1\xc6\x82\x5c\x6d\xb7\x1a\xba\x7b\xf3\x0b\x72\x63\x1e\xa8\x60\x65\x3c\xce\x18\xe5\x17\x1b\xf7\xe2\xf3\x02\xce\x11\xae\x4e\x7b\x2f\x7d\x7b\xcb\xb1\x97\xec\x2a\xff\xa5\xfa\xcd\xf0\xee\x54\xdd\xe3\x6c\x78\xbf\xfe\x5f\x19\xde\x63\x2f\x26\xd0\xc6\x7a\xea\x90\x08\xb6\x5a\xf9\x5f\x7e\xf2\xa7\x25\x6b\x0a\xfa\x0f\x36\x66\x10\xc5\x03\x7e\x63\x5a\x02\x9e\x51\x95\xef\x98\xaf\x35\xf6\x18\x3e\x06\xeb\xcd\x9f\x8c\xcf\x20\xa3\x2f\xc3\xdf\x9a\x7f\x70\xf3\x66\x50\x97\xd5\x89\x5b\xd3\x35\x86\xfc\x62\x0e\x44\x00\x3c\xed\xd9\x0d\x78\xa0\x02\xa4\x1f\x0a\x76\xe7\x3a\x3f\x94\xb3\xc6\x8e\xc8\x8c\xc4\xd0\xe3\x07\x51\xb0\xa7\x46\x3c\x9f\x94\xba\x11\x2a\x5d\x28\x14\x21\x20\x02\x2a\x8f\xc9\x58\x69\x24\xe0\x4d\x65\xc7\xd4\xd2\xc0\x0a\x0c\x75\x58\xbc\x29\x95\xe3\xd0\xab\x18\x60\x1b\x9d\xab\x26\x23\x0b\x0c\x61\x3d\x5a\xe9\xd1\xf6\x6f\xed\xbc\x09\xdb\x79\x18\x5b\xfb\x25\x5e\xb6\xc8\x66\xfa\xf8\xf7\x66\x3a\x53\x32\xf1\xf1\xfe\xcd\x48\xcf\x3a\xeb\x92\xd1\x29\xd9\x41\x4b\x7d\x61\x72\xe7\x6a\xd5\xee\x6d\x89\x2b\x87\x39\xe0\x27\xc9\x8e\xee\x1b\x9a\xf4\x29\xa5\xa5\xce\x50\xfc\xe2\xbc\xb1\x85\xb5\x78\xfa\x56\xfb\x94\xa2\x09\x11\x75\x17\x26\x4b\xae\x9d\xf0\x41\x56\xe5\xb1\x67\x5f\x63\xfa\x7e\x7b\xf4\x09\xbf\xae\xaa\x9f\x26\xa2\x33\xf6\x95\xea\xac\xec\x86\x32\xa1\x3f\xaf\xe8\xb8\xbd\x39\xfd\xe2\x6d\x32\xd3\x05\x4c\x03\xc2\xe5\xd6\xd0\x1c\xda\x61\x2a\x3d\xc6\x8d\x5b\x28\x68\xf4\x09\x2a\xf2\xc1\x02\x95\x1b\xcb\x2f\xce\x15\x61\x3e\x33\x29\x87\x57\xec\xac\xe7\x3d\xac\x02\x2e\x28\xf6\xa6\xe2\x62\x3d\x6b\x65\x32\x3a\xdd\xc4\xb0\x7d\x89\x3e\x20\xf9\xf0\x75\x6c\xea\x1e\xf6\x73\x63\xe2\x0e\x17\x0e\x10\x9d\x4c\x08\xc3\x70\xfb\x25\x47\xd5\xf8\x20\xe8\x46\xd2\xdc\xfe\x4b\x8e\x70\xe1\x92\xfb\xd6\x5c\x71\x27\xfe\xf0\xc2\x3f\x1b\x98\x7b\xad\x46\x94\xf3\xec\x62\xdf\x12\x8a\x9f\xc8\xec\xb8\x97\x46\xa5\x10\x30\x3e\xc2\x27\x82\x5e\x92\x62\xf7\x35\xd7\x62\x24\xcc\x78\x16\x93\x5b\x6a\x56\xbd\x34\xfe\xd6\xb3\xa7\xcc\x34\x7f\xf5\x91\x9a\x8c\xe1\xfc\x16\xc4\x40\x36\x34\x13\x77\xc9\xa4\xe7\xd6\x7d\xa0\xe8\x57\xb9\xf3\x63\x9f\x47\xdc\x08\x65\xc0\xfa\x9b\x03\x09\x6f\x5f\x7d\x0b\x05\x16\x35\xa0\x6f\x79\x20\x8e\xd7\x5d\x81\xe7\xfd\x52\xd1\x93\x2e\x6f\x60\xa3\xc6\x0b\x32\x07\xca\xac\x78\xea\xa2\x0d\x9c\x40\x36\xe2\x4e\x17\xd8\xd6\xee\xb8\x1a\xf0\x25\x1f\x9e\xf4\x05\xb7\xc6\x6d\x91\x37\x8d\xf5\xe9\x8d\xd7\x59\xbc\xac\x9b\x3e\x13\x48\xc6\x94\xba\xe6\x5a\xde\xdd\xec\xf3\xea\xbb\x2d\x28\xa6\x85\x9e\xd7\xf9\x43\x24\x83\xa5\x36\x3d\xc0\xf1\x14\x71\x2c\xfb\x8f\x82\xde\xbe\x38\x5c\xbd\x88\x86\x81\xa7\xc8\xa4\x9f\x93\x47\x52\xaa\x37\xae\x73\xcc\x53\xca\x9f\xbb\x3b\x56\x81\x68\x45\x89\xfa\x3d\x3f\x8b\x62\x54\x03\x0a\x50\x36\x37\x45\x26\x29\x9c\x95\xf4\x3c\xce\xeb\x7f\xcd\xb9\xe2\x2b\x7a\x3e\x5a\x9b\xa2\xfe\xf8\x91\x1c\xc9\x82\x54\x79\xbd\x63\x28\x7a\xca\x48\xa8\x53\x00\x65\x1d\x9a\xfd\x7a\xa1\x93\x67\x52\x2a\x0b\xc4\x44\x14\xbf\x36\x72\x82\x21\x90\xe0\x68\x29\x52\x61\x1e\x79\x6e\x33\x0c\xc5\x15\x52\xf6\x91\x0b\x4e\xe2\x8b\x9e\xbe\x2d\x7a\xec\x25\x5e\xee\x8d\x6a\x2e\xbe\xda\x9f\x9b\x7f\xbf\xd8\x29\xe7\x09\x30\xd9\xf5\xf0\x3d\xfb\x91\x76\xfb\x75\x78\x4a\xfe\x83\x23\xbb\x99\x78\x88\x6f\x90\x12\x03\x24\xb5\x2f\x65\xa8\x2b\xe9\x25\x98\x46\x3f\x4f\xe7\x9f\x67\x21\x4b\x8e\xc3\x53\xbc\xf8\x1d\x09\x75\x3b\x3d\x46\xfd\x85\x43\x0a\xd8\x5f\x97\x98\x9b\xb6\x8c\xec\x02\x29\xfb\xa5\x83\x3e\xd5\x22\x22\x8a\x85\x10\x41\x45\xdb\xb4\xa6\xfc\xe7\xfd\x42\x54\x91\xac\xfd\xb4\x02\xf0\x1f\xca\xde\xb7\xa5\x76\x31\xf6\x4b\xbc\xc4\x06\x32\x36\x25\x43\x9b\x5f\x92\xf8\xf9\x73\xd0\xc0\xee\x9f\x0d\x07\xc9\x3f\x5e\x03\xa9\x75\xc3\x3e\x96\x8d\x29\xa6\xb4\xab\x6a\x51\x94\x7a\x4b\x3a\xc2\x76\x05\x96\xfe\xa9\x16\xfb\x61\x75\x88\xa9\xda\xaa\x5e\x41\x1e\xee\xd8\x73\x87\xc6\x62\x8e\xde\x94\x97\xe4\x4e\x41\xd9\x5d\x86\xad\x05\xd4\x13\x2d\x24\x22\xc8\x1f\x5a\x00\xaf\xab\xd5\x0c\x55\xf1\x9f\xf7\x5f\x1e\x55\x9e\xbf\x0a\x63\xfd\x5f\x3a\x36\xff\x62\xfb\x4d\x77\x3a\x22\x10\xf9\x0f\x7d\x96\x0b\x29\xb2\x3d\xce\x49\xbc\x96\x23\x4a\xd6\xd5\xde\x3c\x7e\xf0\x17\xf0\xc6\x5c\x52\x89\xb9\x6a\x56\x4c\x5a\xd7\xc1\x3a\xe8\xa4\x96\xf1\x43\xa1\x96\xe0\x54\x10\x73\x8a\x9b\x70\xf5\x90\xf9\x1d\x1e\x2b\xc2\x15\x37\x5a\x61\xda\x9b\xe3\xd5\xad\x1e\x0d\x8a\xd6\x7e\x28\x97\xed\x7d\x76\x42\x2a\x7a\x1c\xbb\x82\x5d\x38\x1e\x11\xf8\x42\xc6\x8f\x50\xba\x17\x14\x63\xf1\x3e\xe9\xcd\x22\x7a\x62\x89\x27\xbe\xbd\x6c\x81\xe4\xc8\x2e\xd7\x77\x7b\xe7\x6e\xdc\x5a\x73\xad\xec\xa0\x08\x4e\x46\x3a\xf6\xda\x40\x8d\x3b\xbf\x92\x75\x35\xef\xf0\x8c\x87\x1d\xc9\x17\x99\x17\x74\x32\xa0\x50\xa7\xc8\x45\x37\x57\xe0\x69\x41\x74\xb3\xf9\xdf\x47\x37\xf7\x1c\xdd\xfc\xbf\xf7\xed\xf8\x41\xee\xe3\x77\x3e\xa6\xb9\x64\xa8\xcc\x50\x51\xe5\xc2\xa8\xf1\xcb\x2e\x90\xca\x5c\xb9\xb6\x4b\x99\x87\x34\xad\x1e\x25\x04\xb9\x5f\x7d\x0f\x41\x0e\xab\x8b\x55\x6c\xf1\x7c\xfe\x7f\x33\x04\xb9\xf7\x62\xb2\x7b\x6c\x92\xff\x41\x40\xb2\x29\xb1\x18\x21\xa0\x5e\xb8\xe2\xf2\x25\x44\x30\x82\x47\x9f\xe2\x17\x00\xfc\xc9\x60\xf3\x1c\xb7\x2f\x68\x46\x57\xc3\xe0\x36\xec\x98\x71\xf1\xc3\x34\xc5\xe3\x87\x0b\xae\xa4\xe4\xb0\x62\x66\xff\xcf\x61\xc5\xb1\x37\x82\x02\x7f\xe6\x53\xb7\x67\x15\x7b\x0c\x84\xea\x26\x7b\xca\xaf\x09\x22\xd7\x5e\x2f\xb8\xda\xc5\x54\x70\x28\x2f\x25\x5b\x5b\x18\x71\x6b\xc7\x2d\x14\x2c\x1e\xac\x20\xa3\x33\xe6\xff\x9d\x20\xe3\x7a\xe4\xb8\x6b\xd6\x5a\xf9\x02\xe8\xef\x10\xf0\xac\xca\xf1\x33\xf2\x36\xed\xdd\x9c\xa6\xe5\x19\x8b\xe0\xcf\xc6\x4d\x68\x6a\x23\x27\xd4\x76\x4e\xb1\xe0\x94\xb1\xea\x46\xa2\x7c\x7b\x88\x8d\xe6\x74\x13\x09\x0b\xe5\x38\x99\x5e\xaf\x67\xe9\x5f\x3d\xa7\xec\x61\x81\x70\xda\xcb\xfd\xa0\x24\x4e\x85\x0a\xbe\xa5\x56\xe6\x42\x54\x42\x0d\x6b\x9e\x31\xda\x3e\x45\x12\xec\x64\xe9\x89\xd3\xfe\x31\x1e\x80\x24\xf1\x7f\x4c\xfe\x36\x02\x49\x1b\x57\x9a\x1d\x0f\x41\xd2\x45\x0a\xba\x08\xa7\x8f\xdc\x72\x13\x85\xa4\x31\x9b\x8f\x23\x21\x1c\x9b\x80\xfa\x79\xe4\xb1\x28\xfe\xe0\x58\xd6\x84\x4a\xcf\xf6\x65\x67\x2d\x6c\x9b\xef\x69\x76\x83\xd2\xaa\xca\x2d\x62\x4e\x3e\xf2\x9c\x37\x9e\xd5\x25\x46\x21\xed\x73\xff\x7a\x99\xb3\x74\xaf\x88\x29\xaf\x9f\xed\x22\x35\xcf\x27\x38\x69\x63\xa1\xcf\x86\xf2\x5f\xca\xc7\x9f\x2e\x90\x5a\x06\x79\x61\xff\x59\xac\x3d\xd8\x78\xa5\x8f\x7f\x70\x67\xfc\x2e\x86\xfd\xcd\xbd\x11\xfa\x71\xf7\x46\x2c\x9a\x6d\xcd\xb8\x96\x17\x0f\x58\x0b\xca\x17\x80\x49\xf3\xd8\x10\x69\xcd\xc8\xa0\x34\xae\x16\x86\xff\xbf\x8c\xac\xee\xb5\x9a\x6b\x86\x6e\xc8\xc4\x23\xab\xc9\xb5\x47\xcf\x25\xbd\x66\xdc\x53\x86\xc2\xb2\x83\xb3\xa5\x64\x40\x67\x2f\xe7\x65\xbf\xa2\xa0\x2b\x8d\x75\x99\xc3\xae\x53\xaa\xf0\x71\x3e\x23\xae\xcd\x52\x09\x64\xf2\x79\xbb\x63\xac\x02\x70\x7f\x74\x00\x1f\xd8\x60\x14\x41\xea\xb9\x5d\x95\x01\x4c\xfe\x48\xb7\xd8\x4d\x4b\x73\x57\x56\x17\x28\xbf\x29\xec\x56\xbe\xa2\xcf\x0c\xb6\x91\xda\xd8\x96\xc1\xb0\x5d\x07\x75\x34\x57\x68\xab\x66\xf1\x11\x5e\x99\x40\xa9\xa6\x72\xea\xba\xfd\xa7\xb1\xb6\xe7\xa3\x5d\xd4\x33\x0d\x65\xad\x45\x31\xcd\x5f\x0d\x6f\x2d\x01\xd5\x17\xd7\x8a\xdc\x65\x15\x02\x13\x9a\x08\x61\xa7\x91\x24\x40\x4d\x0b\x2c\x6f\x1e\x3b\x05\xd8\x1e\xcc\x1a\xaa\xa4\x9c\x4d\xad\x18\x20\x83\x2b\x17\x84\xc9\x40\xc0\xdc\x98\x08\x11\xbe\x36\x34\xda\x82\x43\x37\xc1\xac\x07\x48\x40\x54\x97\x67\xac\xdd\x23\xaa\x21\xec\xe7\x09\x5d\x40\x97\x13\xd7\xf8\x34\xad\x70\x09\xe7\x33\x1f\xce\x83\x1c\x0a\x9c\x83\x59\xdb\xde\x00\xca\xb6\xcf\x11\xf3\xaf\x88\x32\x95\x01\xda\x61\x96\x05\x44\x51\xe7\x90\x9c\xba\x2b\x71\xe9\x4a\xe8\x15\x97\x14\x6f\xa8\x96\xcf\x09\x62\xad\xa4\xef\xfa\x6a\xab\xdf\xec\x6a\xab\xd7\xb0\xba\xa5\xa0\x96\xd0\x5c\xc8\xbd\xa1\x90\x98\x8f\x9b\x0c\x00\x61\x33\x0c\x39\x63\x64\x52\x38\x39\x98\x01\x73\xe9\xd9\xee\x22\x28\xbb\x2a\xb7\xe4\x9d\x47\x59\xf4\xa0\x57\x09\x92\xcc\x97\x51\xc9\x5b\x3d\xab\xac\x51\x1b\xdb\x2e\xe2\xc9\x66\x26\x81\xe5\xc0\x25\x10\xc9\x40\x79\x46\x60\x06\xdb\x4a\x19\xc0\x8c\x03\x46\xd5\x94\x1a\xd1\xbf\xa1\xc3\xf0\xe0\x98\x33\xac\x3c\x66\x9c\xe9\x2c\x41\xe1\x9f\x6c\x2b\x1f\x06\xce\xc8\x2b\x84\xdc\xb1\x14\xcd\x85\xd0\x8a\x09\x59\xd2\x3c\xe8\x38\x61\x0a\x10\x56\x54\xc2\x9d\x0b\x5a\x03\x36\x8f\x6f\x3c\x0b\x49\x09\x10\xd4\xf0\x4d\xfc\x85\xf5\x5f\xd8\x4d\x15\xa6\x2b\x9c\xd1\x99\x5f\x3d\x0c\x91\x85\x39\x65\x8d\x73\x43\xc5\x90\x87\x7c\xaf\x0b\xf8\xe0\x83\x2e\x82\x4e\x61\xa2\x4b\x63\x92\xd5\x13\x28\xe3\x4f\x91\xa6\x35\x58\x30\x56\xe2\x0c\x7a\x71\xc8\x7a\x71\x99\x72\x35\xa0\x67\x1d\xa8\xbc\x12\x05\xb1\x6e\x9f\x4c\x55\x01\xd8\x9b\x60\x72\x95\x82\xae\xe0\xd7\xc6\xbe\x9b\x6c\x29\xd3\x9c\x5e\x44\xd9\xa9\xe1\xd5\x8f\xa2\x78\xad\xac\x31\x64\x16\xa8\xd7\x4b\xf0\x2a\xf5\x1f\x16\x43\xd1\xe2\xb9\xfc\x17\x19\xb4\xd5\xba\xbd\xd1\xe3\xfb\x78\x1c\x5a\x75\xae\x48\xbb\x66\x8f\x25\x9a\x2f\xc8\xb8\x05\x87\x8b\xc7\xe2\xa2\x02\x76\x16\xf8\x08\x56\xa0\x4a\xe9\xf3\x92\xe3\x18\xc8\x46\x2b\x75\x7d\x95\xf9\x4c\x36\x94\xa7\x96\x70\x86\xf4\x17\xd3\xab\x7b\xd2\x0e\x4c\x57\xd1\xd3\xfc\xfb\x4f\x35\xa1\x13\x69\x09\xa4\x59\x99\x3f\xab\x73\xac\x03\x93\x88\x65\x6c\x75\x8e\xee\xe6\x78\x52\x02\xfc\xf6\x20\xd4\x54\x68\x89\x76\x7a\xc4\xd4\x2e\xb3\x97\xb5\x66\xc7\xec\x52\x83\x73\xc7\x7e\xc4\x84\x76\x5e\x54\xad\x54\xa9\x42\xb5\x1b\x5b\xd3\x23\xa5\xed\xa9\xe1\xe8\xb0\x04\x68\xab\x31\x42\x69\xed\x5e\x2f\x7c\xac\xac\xca\x06\x18\x59\xde\x14\x01\xce\xbc\x9d\x6d\x33\x06\xa4\x75\x78\x46\xe0\x40\x58\xe1\xa5\xea\x5f\xf2\x10\xb2\xa2\x30\x68\xc8\x4a\xd4\xe2\x1a\xe4\xf5\xb5\x8e\x2b\x3e\xac\x0f\x74\x02\x4c\x7f\x6b\x02\x6d\xe5\x65\x0e\x8d\x8f\x1d\x40\x6f\x75\xce\xdc\xe6\x7f\x86\x5c\x82\x1c\xec\xdf\xd9\xeb\xb4\xb8\x15\xe4\x4e\xc5\x09\xbb\x37\xe0\x69\xf9\x16\x64\x39\xef\xb0\xc1\x2b\xfe\xe8\x71\x05\xb3\x09\x1b\xc8\x7b\x31\x8a\x5e\xcb\xa5\x68\xba\x7e\x15\xf5\x15\x61\xf3\x63\x75\x8e\x44\xf1\x40\x51\xf3\x54\x02\x3a\xdb\x74\x83\xe5\x1b\xde\xfc\xee\x9f\xae\x78\x8f\xc5\xa3\x4e\x26\x9c\x00\xa5\x8a\xd4\x40\x55\x45\xa3\xdc\x5c\x55\x18\x53\xd0\x32\x76\xfd\x92\xcf\xbd\xcc\x56\x45\x14\xc2\x38\x99\xfa\x4c\x3f\x00\x70\x3e\x6b\xe7\xfb\x53\xef\x31\xe9\xab\xbd\x27\x12\x88\x33\x13\x9a\x05\x3e\x5d\x6b\x2c\x7f\xac\x1c\x82\x73\x4e\x5d\x1a\xbc\xe1\x9e\x4d\xee\xac\x23\x5b\x6d\x32\x26\x27\x77\xe8\x35\x94\xb4\x3f\xb5\x43\x8a\x35\xf3\xbb\x18\xa8\x94\xb3\xea\x1a\xa7\x36\x88\xa6\x4c\x66\xc4\x11\xbd\x6e\x16\x01\x99\x69\xcc\x5e\x9b\x31\x5e\xe3\x5c\xcf\x99\xdf\xba\x55\x60\x03\xa0\x71\xa9\x16\x47\x02\xee\x3c\x9e\xd9\x7d\xd0\xcd\xe8\x09\x74\xa8\x3e\x78\x41\x67\xe0\x3c\x9e\x7f\x44\x6e\x6d\x25\x61\x49\x1f\x33\xd2\xb6\x5b\xab\x19\xc8\xd8\x2d\xb8\x60\x61\xa6\xb3\xef\xf1\x8d\xb1\xfc\x00\x82\x10\xcb\x99\x3b\x49\x1c\x56\xe1\x7f\x58\xf6\xd1\xa4\xaf\x7c\x2e\x0f\x58\xea\x07\xc9\x53\xe7\xfd\xb7\xfb\xb8\x56\xa3\x18\x83\x28\xea\xb7\x0c\x92\x76\xb2\xa5\x42\x28\x0d\x34\x7a\x8d\xf9\x42\xf7\x1f\xb0\x18\x2e\xbd\x9b\xe5\x57\xe6\x00\x6b\x3b\x64\xea\xe1\xd6\x84\x4b\x6f\xdb\x2b\x6b\x1d\xf8\x33\x2e\xd2\x0a\x8a\x82\x84\x20\x2f\x5a\x56\x51\x80\x6c\xcd\xee\xda\x82\x6a\x28\xdc\x8b\x0d\xad\x35\xc8\xc0\xef\x3c\xd7\x05\x60\x29\x8c\x74\x99\xc7\xc0\xcf\x1d\x44\x44\x27\x8b\x5a\xb5\x2a\xde\x7c\x23\x59\xfe\xa7\x0f\x4e\xdf\xd3\x77\xbf\x69\xc8\xa0\xb8\x69\x0e\x8a\xfb\x48\xbe\xee\x5c\x30\x8c\xe9\x8f\x64\x47\x05\x05\x82\x24\x00\x94\xe4\xe1\x17\xb8\xbd\x26\xa8\x6c\xd1\x29\xc0\x1b\x74\xce\xc8\xa1\xea\xe5\x3e\xae\x34\x27\xaa\xbe\x94\x61\x91\x69\xf9\x31\x9a\x6d\xa5\xba\xf9\x3d\x6f\xb7\xae\x35\x35\xcc\x0a\xcb\x1c\x85\xf4\xbc\x32\x54\xb0\xfd\x80\xcc\xb2\x43\xd3\x3f\x90\x80\xdc\x02\x21\xe2\x43\xb2\x48\x98\x5a\x80\xef\xcb\xea\xcf\xa8\x63\xb6\xfd\x9b\x8e\x99\x71\x95\xc5\x74\xbc\xf7\x0e\x07\xe7\xa2\x8b\x40\xe7\x2a\x03\xb6\xae\xcb\x75\xb7\x13\x6f\x15\x93\x9f\x1b\x3b\x12\x15\x6a\x45\x43\x41\x5f\xdc\xe3\xe9\x47\xbc\xcb\xe5\x0f\xc1\x83\x00\xcf\xd6\xb5\xab\x35\x0e\xb3\x56\x47\x7a\xcf\x95\x9a\x9d\xc3\x2f\x3b\x31\xbf\x8a\x1c\x76\xe9\xe5\x30\x94\x05\x2b\x31\xea\x50\xe5\xca\xe8\xd1\x44\x8f\x07\x6e\x7e\xda\x37\xf3\xd3\xb6\xca\x19\xd8\x9e\x10\xaf\xfa\x39\xbd\xec\x8d\xcb\xc3\xe7\xd0\x9e\xdd\xbd\x09\x5a\x01\xc8\xb0\x6a\x67\xa7\x00\x93\x10\x3d\x09\x55\x10\xad\x28\x5e\xca\x52\x45\x18\x22\x95\xe7\x45\x38\xd1\x52\xf9\xe4\xbe\xa2\x2d\x6c\xb7\xee\xef\xd6\x74\xce\x1e\x52\xe0\x39\xac\xaa\x87\x82\x00\x81\x8c\xf2\x7f\x7e\x6e\xce\xcc\xec\x0a\xce\xb0\x1d\xe3\x72\x88\xfb\x72\x28\x2c\x45\x5f\x50\x96\xee\xec\xfa\xad\x56\x35\x98\xf7\x19\x94\xe9\x9e\xdf\x92\x11\x97\xe5\x96\xc7\xa2\x73\x7a\xbf\xb7\x67\x79\x97\xaa\xc6\xf2\x25\xda\xc1\xfe\xce\x9b\x20\xb1\x90\x41\x79\xcd\x53\xbe\x1f\x1f\xcc\x39\x0b\xce\xee\xee\xee\x08\x23\x9d\x62\xfb\xfa\x9b\xd1\x6f\x28\xd5\x3e\xb7\xef\x4f\x71\x57\x99\x93\xbf\x03\xbf\x84\x43\xc3\x44\xca\x8d\x3f\x7a\xb1\x0b\x15\x89\x89\x0b\x6f\xfc\xe2\x86\x61\xa9\xd5\xf1\x05\xc5\x28\x69\x00\x77\x98\xdd\x9c\xd3\xb9\x53\x86\xe9\xc2\xf7\x08\xcb\xef\x51\xc1\xba\xd5\x82\xb4\xb2\x33\xe3\xb1\x18\xbc\xf6\x88\xe8\xb1\x17\x88\x0f\xfa\x61\x9e\xff\x57\xa1\x1d\xd4\x03\x2e\x34\x61\xb4\xcc\x2f\xe6\x13\xcc\xe2\x84\x1f\x14\xb0\xa1\x18\x35\x8d\x72\x24\x0c\x51\x43\xf6\x23\x80\x63\xb1\x5d\xb8\xd1\x3a\x05\x9f\xa8\xbe\xb7\x0a\x7a\x67\x43\xd3\xab\xe2\xab\x08\xb2\x1d\x0a\x91\xdd\xf2\x75\x49\x96\xe5\xe4\x45\x0e\x07\xab\xdd\x44\x1e\x07\xbc\x97\x6a\x5f\x52\x3a\xce\x4f\xde\x50\xea\x6b\xda\x84\x14\x2a\xff\x72\x3a\x54\xa0\x68\x65\x60\xcb\x6c\x19\xb2\xbf\x23\xc9\x5b\xf5\x12\xc0\xb3\x8e\x30\x51\x16\xde\x54\x0e\xca\x2b\xf7\x61\xcf\xee\x94\x03\x7b\x4d\x16\x9f\x4c\xea\x3e\xa5\x10\x26\xfe\xd4\x1b\x4d\x08\xfa\xed\xd8\x43\x95\x35\xd4\xff\xad\x77\x3d\x42\x1d\x82\xe0\x51\xcf\x16\xac\x36\x9e\xf4\x48\xc8\xdb\x68\xcc\x44\x4e\x76\x9b\xb1\x43\xea\x03\xfc\x0c\xb5\x51\x08\x52\x7f\xac\xf9\x31\x6b\xb9\xc0\xc4\x69\xaa\x3f\x58\x98\xd3\x90\x5d\xf2\x01\xb6\x11\xf4\xe9\x22\xff\x1b\xfb\x83\x6b\xd4\xd4\x96\xf9\xfa\xac\x4d\x38\xfb\xc1\xeb\x9e\x7f\xb2\x43\x53\x5b\x3c\xd9\xf5\xe4\x9f\xf8\x30\xa1\x33\x6f\x9e\x89\x7e\x48\x36\xd4\xa7\x4a\xd5\x5c\x8d\x9e\x9d\xef\x85\x3e\x3f\x24\x8d\x32\xf5\x7d\xac\xed\x8e\xa2\x94\x16\x02\xd6\x32\x2b\x43\x05\x1d\x88\xb6\x56\x8d\x6e\x63\x2a\xe0\xa5\xa3\xb2\x32\x8a\xbe\xaa\xec\x36\x58\x72\x22\x2d\xef\x09\x25\xbc\x4c\x8a\x5d\x10\x95\xda\xf7\xfe\xee\x27\x04\xf8\xd6\xc0\x6e\xd5\xc7\xa8\xed\x6b\x21\xd1\xcb\x98\x26\x33\x8a\xbf\x54\x81\x55\xe3\xbd\x0c\xfe\x78\x66\x75\x79\x07\x94\xab\xbd\xed\x1d\x99\x35\x8b\x1c\x88\x5d\x7d\xdb\xef\xce\x09\x76\x44\xfe\x22\x8e\x5b\x6e\x60\xe9\xfd\xd5\xf3\x03\xa5\x86\x13\x30\xbe\xe5\xe8\xca\xbf\xb6\xfc\x98\x12\x1f\x30\x67\x2d\x70\x1b\x8d\x32\xf6\x99\xdd\xbd\x94\x42\x61\xb7\xd9\x79\xd8\x33\x27\xec\x99\x86\x14\x51\x54\xaa\x20\xf8\x10\x8b\x70\x0c\x5c\x06\xfe\xf7\xfa\x05\x5a\xb9\xfd\xf7\xc6\xe5\x1d\xd5\x64\xf5\x1f\x86\x5c\x7c\x7a\xa6\x55\xca\x81\x1a\xa7\x27\xce\x6d\x9b\xb6\xea\x5e\xe5\xba\x88\x69\x66\x12\x78\x9e\x32\x3c\xa9\x6a\xaf\xcf\x70\x84\x1e\x3c\xf0\xda\xe4\x16\x82\x50\x6d\x05\x75\x8e\x22\xd3\x88\x3e\xd3\x0b\x99\xfe\x0b\xc8\x29\xba\xc7\x85\xf8\x20\xf9\xd1\x7e\x46\x38\x2b\xd2\xa1\x90\x52\x96\x3d\xf8\x0b\xa3\x9f\x3b\x8a\xc6\x0c\x10\x4f\x78\x56\x9d\xad\x64\x0a\xec\xd9\x06\x3f\x86\x81\x96\x50\x58\xc4\xcc\xd6\x03\x9d\x17\xb0\x4f\xe8\xe6\xfd\x1d\xa1\xf9\x75\xcd\x05\xca\x3c\x46\x87\x3c\xdf\x9b\x90\x00\x86\x95\x03\xc7\xcf\xbd\xe6\x9b\x47\x54\x40\xcd\xfd\xc2\x3f\x63\x9e\x8a\xfa\x56\x34\xc8\x3f\xa7\x42\x7d\x96\x34\x6a\xd3\xe6\x51\x4e\xeb\x99\x94\x17\x41\x33\x82\x5c\xac\xc4\xc6\x8c\x36\x24\xb4\x36\x5b\x26\x90\xea\x5a\x15\xef\x9a\x2d\xfe\x01\x38\x2b\x49\x27\xed\x97\x16\x9c\x20\x91\xa5\x31\x27\x4b\x8d\xa9\x3c\x13\xc1\x5d\xe1\x75\x1d\xa4\xa8\x18\xbb\xb5\x0d\xb5\xf7\xe1\xa0\xcf\x42\x35\x7a\x32\xec\x5a\x2a\x56\xa3\xa7\xda\x8a\x2a\x24\x2f\xc0\x95\xeb\xc6\xa9\xfd\x78\x81\xea\xb8\x96\x16\xa5\x28\x5e\xb7\xf2\xf6\xe5\x6f\x6f\x0d\xd4\xb8\x63\x35\xa8\x65\xe7\xa5\xc8\x0b\x66\xf4\x32\xd1\xc6\x8e\xe6\x44\xa3\x36\x35\x47\x82\x4f\xc9\xe3\xf7\x10\x93\xb2\x49\xa3\x56\x4d\x1e\xbe\xb2\x4e\x61\x69\xce\x4d\x76\x2c\x42\x36\x34\xb3\x31\x07\x2c\x95\x4a\x4f\xc4\x17\xe1\xec\x91\xb0\xcb\x03\x3d\xe9\x66\x29\xc3\x0f\x52\xca\xcb\x4e\x04\xc7\x79\xb1\xe4\xc1\x9b\x50\x8a\xf9\xb8\x42\x6f\x3e\x97\x90\x07\xc7\x37\x6a\x8b\xb9\x10\x1a\x4f\x85\x27\x69\xb6\x94\x64\x90\x6f\xa3\x07\x36\x38\xfe\x99\x8b\x39\xa7\x98\x56\xbe\x20\x63\x17\xa8\x6e\x34\x89\x8a\xf0\xa6\x26\x4e\x49\x10\xfe\x5c\x20\x06\xf9\xa1\xdf\x8d\x6b\x85\xca\x28\x0f\x53\x1e\x23\xa2\x31\xb3\x63\x9a\x9f\x9f\x37\xb6\xda\xb7\x6d\xaf\xb5\x03\x3d\x39\x43\x76\x9c\xaa\x69\x7d\x5d\x8c\xca\x48\x6a\x61\xb4\x48\xf9\xdf\xe6\x22\xc8\xb5\x88\x92\x4c\x35\xf6\x7c\x3f\x27\x26\xfb\x31\xcd\x07\xeb\x65\xaa\xc7\x5c\xd0\xba\x67\x2c\x5a\x5e\xf9\x10\x51\x94\x61\x34\x94\xa9\x57\x71\x16\x66\x43\xa9\x83\x97\x86\x31\x52\xc7\x84\xf8\x4a\xd5\x0a\x88\x4c\x9a\x7c\x28\x90\xb8\x99\xb4\x3c\x60\x0f\x83\x9d\xce\xa6\xc5\x3f\x9c\x73\xd7\x19\x53\x3f\xef\x2e\x17\xea\x5c\xd5\x9e\x7e\x80\x46\x3b\xaf\xe2\xdb\x2a\xb0\x05\xfa\x79\x4e\xca\xa6\x94\x16\xaa\xa6\x94\x5c\xcf\xba\xeb\x1c\xab\xec\x8e\x57\xb8\x9c\x7a\x42\x99\x55\x31\x2d\x61\x85\x92\x0c\x3f\x40\x1d\x48\xd8\x9e\x47\xdc\xbe\xbd\x9e\x76\xd7\xb9\x9d\x76\x4a\x2e\x8f\xb9\xb0\x73\xa1\x13\x4f\x4e\xde\x25\x5b\xca\xb0\xdf\x29\x60\xf1\x10\x28\xb5\xd0\x53\xd6\x96\xbb\xf0\x98\xf2\x91\x65\xa2\xd6\xe5\xf4\x1d\xd8\xdf\x46\x53\xb1\x96\xe9\xfa\x96\x36\xe7\x9c\xfd\x68\xcf\x57\xe4\xc7\xda\xa3\xe8\x2b\x6c\x7b\x97\x3e\xda\xdb\x86\xd2\x9e\xb9\xb6\xd7\x65\x06\x3a\xbb\x18\xd3\xd0\x26\x5b\x53\x5e\x4e\xef\x25\xac\x5a\x96\xd9\xaa\x8e\x50\xb5\x18\x94\xd1\x7b\x12\x2e\x1f\x3f\xd6\xf3\x5b\x7d\xeb\xee\x47\xf4\x20\x0a\xd6\xa1\x3e\x98\xd1\x8a\x1d\x76\x83\x31\x47\xd8\x0d\x1b\xc7\x6b\x2f\x0d\x67\xd1\x50\x7c\x45\x0d\x21\x75\x6c\x8b\xd7\xec\xc2\xb8\x37\x63\x9f\x01\x62\x44\x21\xcb\xf3\xbf\x1b\xc9\x6f\x1c\xd5\x60\xbf\xed\x73\x7c\xc6\x2e\xe6\x43\xe3\x17\xe7\x16\x81\x99\x98\x54\xf1\x82\xff\x77\xe0\x21\x71\x51\xd5\x08\x61\xe5\xf4\xc8\xff\xe3\xe4\x20\x52\x59\x14\xf3\x33\x0d\x8b\x0a\x81\x83\x34\x02\x7a\xcb\xab\xed\x3f\xbb\x98\x5a\x72\x06\x1e\xae\x7b\x60\x4e\x15\x3d\xcf\xc8\x51\x65\xf7\x30\x18\xc9\x5b\xbb\x48\x3e\x76\xec\x72\x16\x29\x8d\x23\x70\x4e\x19\x12\xd6\xcb\x34\x04\xb2\x4e\x09\x6e\x0c\xab\xfc\xa4\x72\x7c\xe6\xc3\x45\x52\x9f\x1e\x64\xda\x67\x07\x82\xc5\x29\xbc\x90\xd6\x32\x18\x28\x73\xa2\xcb\xf2\x47\x68\x90\xd1\x48\x26\xcc\x8a\x92\xd7\x22\xea\x4e\x7a\x0a\x2b\xa2\x0a\x9a\xe5\x41\x8e\xbd\xdc\xb5\xf7\x09\x86\x5f\x00\xf3\xe9\x43\x0c\x0f\xe7\x51\xd9\xa3\x8c\x4b\xb0\xf8\x87\xb1\x47\xe9\xf3\x08\x37\xcf\xd5\x66\x19\xe5\x30\xc1\x4c\xb6\x4d\x5f\xf1\x07\x57\x52\xc0\xbb\x62\x75\x27\xd4\xfb\xaf\x6b\x4b\x7d\xd5\xfb\x5c\xaf\x9d\x1c\x63\x6f\x27\xea\x0e\xee\x8f\x88\xc4\x53\xfe\xc2\xf3\x18\x54\xe8\x68\xec\xc9\x5f\x3b\xbd\xc6\x3e\xd1\x9a\xfd\xbe\x63\x63\xa9\x67\xec\x13\xc1\x86\xb2\xbd\xef\xa3\xe8\x2b\xf3\xc5\x9a\x16\x19\x7c\x20\xa9\x99\xbd\xa9\x91\x16\xda\x3b\x37\x13\xc7\x2f\xbb\xf8\x7b\xac\xc6\x4e\x8c\x9d\xf3\xb1\x77\xf9\x8a\xfd\x54\xd4\xa9\x20\xd9\x57\x1f\x2b\x1c\x7d\x37\x45\x06\xbe\x9a\xea\x8b\xf8\x6d\xdc\x98\x63\x38\xad\x99\x37\xd5\xaa\x45\xe7\x8e\xe8\x7e\x6d\x7b\x62\xa6\x76\xd7\xb1\xb9\x3a\xd2\x2e\xa8\xcf\xb8\x57\x13\xa1\x32\xcc\x46\x12\x5c\x6e\xbd\x96\xd4\xdc\xfa\xd8\x8c\xdc\xd1\xa0\xf8\x2e\x74\x43\xb6\xb9\x72\x55\x30\x9e\xd8\xb5\x2d\xc1\xbc\xda\x32\xe4\x59\x6f\x8e\x3a\xd0\xe0\x6e\xaf\xab\x56\x8e\xd7\x95\xed\x0b\x7b\xcd\x84\xe2\xfe\xbc\x62\xb7\xea\xd7\xa8\x8e\xa7\x2e\x99\xe8\xba\x1d\xb5\xdc\xab\x7b\xaa\xa6\xfc\x1d\x2d\x73\x02\xfb\x98\xc3\x00\xe6\xbf\x78\x48\x0e\x3a\x64\x61\xdd\xca\x49\x72\x72\x4d\x05\x11\x17\x5c\xa5\x26\xfe\x3d\x8c\x43\x17\x4b\x78\x4e\x58\x37\xb4\x33\xdb\x5d\x4c\x3b\xb4\xc7\x3c\xdd\x6e\x4a\x78\x0c\x37\x7a\xce\xe4\xb4\xc1\xa3\x18\x70\xa9\x6c\xdc\x16\x0f\x72\x4c\x48\xe5\x73\x18\x81\xa6\xbd\x7b\xaf\xba\x98\xdb\x5d\x7b\xf8\x8a\xf6\xaa\xbf\xd1\xd9\xfa\x3f\x75\xc3\xa8\xfa\x4e\x17\x6f\x54\x40\x1a\x69\xa8\x80\x15\xbd\x9f\x8b\xee\x79\xc0\xa9\x31\xd3\x6b\x90\x2c\x27\x60\xa2\x1c\xe8\x6f\x4d\x9c\x5a\x81\xb6\xc0\x9a\xb9\xfb\x99\x35\xd5\x78\xfb\xf6\x99\xec\x3e\x00\xe5\x7d\xb0\xfe\x4a\xd6\x55\xf0\x38\xe6\xbc\x94\x1f\x22\xa6\xcd\x24\x8b\x35\x64\x5e\x3a\x2f\xcf\x48\x67\x57\x62\x2a\x5a\x31\xe3\x8f\xab\x3f\x7f\xe5\x1c\x18\x64\x50\x1c\xac\x89\x1c\x74\x98\x66\x1f\xc7\x52\x79\x4d\xd7\x27\xe4\x54\x6a\xc3\x84\x6d\xab\x2c\x3d\x61\x38\xb2\x37\x7b\x63\xf2\x92\xfc\x27\x68\xa8\x2d\x78\xe9\x9c\x14\xcd\x6a\xf1\x1f\x79\xdb\xee\x9d\xad\x7a\xad\x21\x44\x25\xc3\x84\x1e\xd6\xbf\x10\x22\xb6\x3b\xe6\x4c\x41\x91\xcb\x3e\xab\x85\xcc\xff\xc5\x39\xb4\xd2\x6a\xc9\x63\xba\x84\x85\xa7\x05\x69\x85\xa9\xbc\xb4\x63\x67\xe1\x38\xdd\x8e\x17\x5a\x97\x93\x52\xf6\xf5\xeb\x61\xf9\x51\x78\x94\x9d\xcd\x77\x71\xaf\xd9\x76\x9c\xeb\xb7\x69\xd3\xfe\xe1\xce\x24\xe2\xc4\x74\xfa\xe9\xb1\x37\x02\xed\x4b\x9f\x02\x13\x39\xf7\xca\x42\xaa\x6c\x67\xee\xe2\xad\xf8\x75\x79\x5a\xca\x6b\x87\x4a\x5d\x08\xc4\xfb\x79\x3d\x97\x8b\x03\x2b\x97\x66\xf8\x63\x2a\xd7\xda\xca\x9c\x0c\xe8\xce\xd6\x80\x2e\x09\xa4\xe8\x78\x0d\x15\x67\xe8\x83\xcb\xec\x49\x72\xe8\xb8\x12\x19\x05\x05\x70\x88\xac\x6a\x00\x41\xb4\x2a\x7e\xca\x5c\x10\xe0\xa8\xa7\xdb\x57\x1a\x72\xba\xb0\x07\xae\x8e\xcd\x2a\xfc\xd8\x67\xec\x83\x2e\xab\xea\x5f\x00\x65\x25\x28\x43\xa4\xf6\x05\xf9\xb3\x9e\xfc\x8e\xdc\x36\xaf\x73\x91\x2e\xcb\xa3\x8a\x93\x85\x48\x12\xed\x03\x01\x76\xaf\x8b\x5d\x36\x86\x37\xf9\xfb\x3f\x97\xbb\xa8\xe0\x25\x45\x07\x3f\x19\xa3\xcf\x39\xc8\x03\x47\xc9\x9f\xcb\xea\xd3\x8f\x2b\xb6\x13\xbb\xea\x0b\xb4\x02\xbb\x4a\xcc\x06\x31\xf3\xa7\x64\x43\x0d\x51\xa9\x8e\x2c\xf9\x8d\xfe\xf6\x55\xc8\xe4\xfb\x09\x47\x67\xf8\xa3\x92\x75\x35\xd2\x81\xed\xe2\xa7\x11\x96\x0c\x30\xa5\x54\xd8\xbd\xd6\x8b\x27\xd0\x77\x1d\x36\x66\x61\xad\xaf\x88\xf9\x15\x02\x45\xb8\x31\x27\xa9\x8d\xb4\x42\xdc\x7b\x96\x54\x5a\x13\xcb\x9a\xa3\x2a\xa0\x7a\xdb\x52\x0e\xc3\x09\x2e\xaa\x93\x2b\xf3\xe9\xd0\xb6\x9a\x78\x70\x62\x78\x2b\x5e\xea\x85\xc5\x6f\xc7\xd9\xaa\xea\x6e\x9c\x0f\x4f\x76\xd9\xf5\x18\x7d\x90\x0e\xd5\xd1\x4a\x7c\x1e\x39\xf9\xdd\xb1\x2b\xcd\xbf\x27\x5e\xab\x89\x63\x5a\xea\x25\x7d\xd5\x38\x60\x76\x13\x48\x63\xaa\x42\x9e\x4c\x74\xc8\x10\x50\x5f\x25\x21\x8a\xbf\x30\x34\xcf\xb3\x70\x89\xbb\xcc\xaa\xaf\x22\x4e\xd3\xa3\x76\x95\xfd\xac\x5b\x50\x4e\x2f\x8b\x62\xfe\x21\xc3\xe8\x43\xf8\xe4\x10\xe1\x47\x6e\xea\x41\xe7\x10\x2a\xc6\xb0\xd2\x2f\xe1\x08\xe3\xf4\x72\x7a\x9a\x8b\x28\x81\x10\xed\x80\x72\x8d\x7e\x4d\xa7\x98\x4a\xf7\x99\xd6\xd2\x5f\x6b\xbb\x46\x49\xd1\x13\xc2\x0d\x3c\xda\x23\x8f\xbd\xfd\x5e\x66\x01\x9c\x4b\x14\xde\xcb\x87\x7c\x64\x9f\xee\xe7\xb6\x97\xb9\x60\xab\x93\x18\xfd\xfc\x2e\x0e\xf3\x96\x41\x60\xd6\xdd\xbe\x25\x63\x39\x97\x27\xf6\x22\x71\x82\xd1\x45\x66\x4f\x3e\x75\xa3\x4b\xac\x2d\x4d\x09\x9f\x5c\x31\xf1\x4f\xde\xb0\x7e\x35\x10\xb7\x53\xf4\xf1\x2b\x3d\xbf\x5c\xb9\xb1\x58\x41\x99\x7d\xf2\x6d\x38\xaa\xdc\x60\x5c\xf4\xf2\xe2\xf2\xa2\xf8\xa3\x69\xa6\x4b\x2d\x57\x23\xbf\x88\x06\x68\xa2\x55\xed\xa4\xb3\x2d\x4c\xed\x86\xc9\x95\xbf\xd8\xa5\x9e\x67\x87\x1f\x64\x8f\x2a\x22\x47\x00\x05\xc7\x53\xbd\x9a\xd3\x77\xe7\xe4\x19\x44\x40\x9d\xc2\x52\xca\x8b\xb6\x0c\x89\xde\x7a\x4c\x36\xd4\xc3\x94\xcf\xb5\xcf\x82\xcc\x8c\x54\xc5\x00\xa1\xe0\x33\x56\x1b\xd3\x50\x54\xd0\x52\x51\x63\x17\xb9\x95\x1e\x37\xc2\xc4\x84\x14\x97\x26\x1d\x45\xcc\xf0\x58\xbb\xd9\x09\xce\x86\x1d\x64\x52\x92\x6a\x99\x12\x6d\x79\x83\xb5\xd7\x18\xb1\x9d\x09\xcb\x9e\xaa\x7c\x4f\xf8\x16\x13\x4a\x94\x01\x49\xf6\xdf\xb4\x70\xc5\x51\xe8\xb3\xcc\x59\xeb\x71\x41\xce\xcc\xbc\x58\x92\x6f\xf8\xdf\x06\xd7\x5d\x1d\xd6\x90\xc7\x69\xe5\x27\xea\x37\x6f\x9a\x70\x7e\xb9\x1a\x0a\xa5\x71\xfe\xba\xc8\x38\x8a\xd9\xbd\xbe\x9c\x9b\xbc\xb8\xa5\x3e\x66\xe5\x74\x57\x8d\xbe\xe7\x19\x9f\x93\x7e\xc3\x80\xbc\xdc\xbc\x64\x8e\x97\x4c\xf5\xe2\xaf\xfb\x1a\x70\x32\x20\x37\xdf\x52\x04\x45\xef\x2c\x14\xa7\xec\xc1\x61\xe9\xcb\xa7\x25\x99\x8d\x9c\x1b\x67\x11\xbc\xe3\xe2\x9f\x24\x6f\xa0\x7c\x83\x63\xba\x7b\x10\x65\x2c\x9b\x43\xbd\xc3\x82\x69\xdf\x63\x57\x54\x56\xef\xa4\xcf\x40\x02\x11\x42\x78\x7a\xfc\x75\x77\x18\x59\x03\xed\xcc\xfe\x93\x61\xac\x9f\x40\xb5\xbf\x42\x8e\x24\x29\x46\xaf\x46\x0a\xe5\xec\x67\x29\x8a\xaa\x67\x8f\xc4\xf4\x11\x0b\x6a\x4b\x20\xa7\x6d\x37\x7e\xc0\x47\xca\x27\xff\x17\x96\x9c\x1b\x96\x9b\x1a\x37\xd8\x75\xc8\x78\x01\xfc\x1a\xa7\x2d\x11\xdb\x60\xaa\xc6\xbb\xeb\xc9\x1a\x31\xd0\x41\x5e\x23\x95\x8a\xb5\x99\x00\xee\xac\xcc\xdb\x15\x76\x03\xf9\x2e\x41\xfe\xcd\x7e\x45\xde\x4b\xb1\xf8\xa7\x82\x37\x5a\x3b\xaf\x18\x8a\xd1\x39\xa7\x90\x53\x5d\x0f\x80\x9b\x93\x46\x18\x1e\xdc\x97\x95\x5d\x86\x6d\xb5\x03\x6c\xfd\xb4\x1a\xbb\xaf\x9e\xab\x83\xf0\x5c\x28\x05\x68\xe7\xed\xa7\xa2\x47\x82\x04\x27\x77\x12\x4e\xe6\xae\x55\xa2\x81\x05\x27\x0f\x33\x3a\xdc\x8c\xb6\x5d\x08\x8d\xb8\x46\x40\x21\x8d\xb9\xfe\xa6\x3e\xed\x46\x4f\xd0\x42\x43\x7d\x0b\xd2\x9c\xc6\x27\x19\x78\x13\xc6\x2a\x06\x61\xf5\x53\xa4\x43\xd4\x9e\xe2\x1d\x2d\x3c\xc2\x27\x3d\xb8\xf3\x11\x29\xe4\x84\x07\xcb\x9d\xbe\xfd\x9a\x45\x35\xfa\x1a\x46\x45\xb8\x3e\xd6\xb0\xdd\xe7\x53\x9f\x3b\x64\xf0\xed\x67\x97\xc2\x6d\xe5\xb8\xff\xf5\x10\x41\x39\x0a\xa5\xc7\x33\xd4\xb3\x96\xa2\x67\xa9\xf5\x98\x3f\x33\x3b\x19\x50\x13\x59\x7c\xd0\x1b\x94\x65\xb1\xb8\x7f\xb7\x6c\x02\xbb\xbf\x1b\xd6\x70\x45\xa2\xd4\xa5\x20\x21\xd6\x82\xbe\xfe\x5d\x77\xe6\x3d\xa7\x00\x99\x99\xb7\x9e\x8b\x5e\x59\x1e\x02\x01\x6a\xa8\xd4\xf0\x22\x35\x90\x6e\x76\x2e\x20\x88\x6a\x1c\xf1\x77\xef\x24\x7f\x83\xbc\x9e\x2b\x92\x4b\x66\xd2\x04\x21\x6f\x02\x99\x53\xcd\xd4\xe6\x4f\x1a\xeb\xe5\x09\xaf\x03\xc3\xe3\x08\x3d\xe6\xc2\xc0\xc1\xf8\x8e\x54\x85\x86\xee\xdb\xa1\xe2\x73\x84\x83\xa3\x03\x13\x13\x8a\xad\x9b\x9e\x7d\xdf\xcc\x3c\xc9\xbd\xcb\x1b\x47\x83\xab\xe9\xb7\x9b\x01\x89\x6b\xc3\x5b\x17\x09\x00\x48\x2b\xb8\x43\x99\x48\x94\x4c\x3e\x2e\xa7\x38\x51\x4d\xbd\xfc\x1c\x59\x5a\xe8\xf5\xf4\x9b\x52\x5c\x57\xfe\x03\x5c\xae\xfd\xb6\x1d\xe1\x89\x5e\xfc\xe9\x23\xed\xc0\xce\xf4\xa1\x9a\x0c\x54\x5a\x07\xad\xb8\xd6\xba\x9b\xa3\xd1\x02\x6a\x04\xa7\xd0\xc1\xa5\x54\x50\xb1\xa9\xb0\xea\xfc\x9c\xd1\x4c\x2d\x86\x85\x24\xab\xbb\x26\x65\xe2\xf5\x78\x6d\xe9\x13\xef\x2a\xb3\x79\xb6\xcb\x89\x43\x04\x7e\xe4\x83\xda\x88\xc4\x3e\xe1\xe5\x2b\xfc\xb5\x5e\x90\x7b\xb9\x95\x47\x76\x4a\x90\x61\xcd\x5c\xf5\xe6\xa0\x27\x28\xb2\x31\xae\x43\x3d\x45\x4f\x6e\x89\x71\xea\x6f\x9a\x55\xd5\x89\xae\x70\x54\xf7\x05\x75\xcc\x80\x1b\xa9\x09\x69\x34\xaf\xd8\xae\xa2\x8d\xc9\xeb\x6f\xa8\x4b\x1c\x0d\x66\xfe\x35\x6b\x1f\xbf\xf1\x60\x1f\x3b\x92\x8b\xc2\xfe\x21\xb7\x57\x6e\xeb\x2b\xef\x9f\x3b\xfc\x25\x56\xa2\xe4\x44\x95\x9b\x17\xb9\x95\x26\xca\xb4\x8a\xf1\x8b\xaa\xb5\xb9\xb0\x58\xbe\x56\x12\xa4\xa7\xe2\x27\xb1\xff\xf5\x5d\xad\x01\x77\xe5\x82\x7d\x11\x56\x97\xcc\x33\x13\x04\xc9\x40\x99\xea\x08\xbc\x92\x4c\x3b\xa6\x57\x08\xac\xb1\x83\xed\x11\xd9\xed\x48\xce\x43\x72\x3b\x77\x9b\x4b\x8e\xb6\xb1\x8a\x40\x8a\x28\x26\x39\x12\xdc\xe7\x2c\x75\xc1\xf2\x34\x8a\x5e\xd2\xcc\x07\xf1\x2b\xa1\x85\x31\xa2\x66\xff\xec\xae\xa8\x78\x2d\xb5\x1c\x35\x45\x19\x6c\xc8\x85\x44\xe3\x7a\x01\xdf\x95\xe7\x0b\xa1\xd5\x05\x71\x41\xc1\x67\xb9\x71\x4d\xa0\xfa\x55\x2f\xc0\xf2\xc5\x9b\xe3\x6b\xe2\xdd\x50\x5e\x8e\x03\x44\x76\x0c\x57\x28\xf1\xd0\xb0\xa4\xa2\xb1\xce\x3d\x83\x3a\xdf\x8a\x3e\x9f\x73\x8b\x82\xd5\xe9\x46\x31\x56\x25\xa9\x15\x28\x7e\xe2\x38\xb5\x0b\x68\x68\xd5\xc6\x8b\xe0\xa1\x30\x2e\x7b\x93\xdb\xd9\xd7\x93\x35\xe5\x5f\x3c\x51\x13\x6a\x53\xce\x6f\x68\x2f\x6f\xf0\x25\x2e\xda\x51\xd2\xe6\xb1\xeb\xce\xfa\x04\xf4\xd1\x95\x8e\x35\x4a\x5f\xd2\x28\xb2\xff\x33\x74\x3b\x00\x23\x00\xd6\x2d\xad\x54\xab\x3d\xaf\x96\x52\x52\xb9\x04\x9c\xc2\x92\xeb\xfc\x7e\xd7\x4d\xc1\x90\x88\x5a\x6c\x28\x7f\x53\xdd\xb6\x90\x89\x6a\x17\x5d\x4e\xf4\x46\x23\x4a\xd3\x1f\x75\x06\x3e\xa5\x46\x66\xbc\x8e\x66\x59\xa5\x68\xb2\xfe\x6d\x91\x59\xc1\x15\x99\x1d\x0b\xe2\x6a\x8e\xd7\x6e\xbd\xc1\x78\x68\xb0\x83\x57\x05\xb0\x5b\xb6\x90\x00\x8f\x9c\xff\xaf\xfa\x87\xb5\xb0\xd3\xbb\x0a\xdb\xd3\x9a\x67\x8b\xb9\x07\x8d\x99\xd4\xb9\xc8\xb9\x26\xa5\x7f\xfc\xbd\xc1\x45\xa8\x29\xdc\x79\x70\x86\x83\xce\x15\xb4\xda\xf1\x29\x8d\xe9\x5b\x2d\x4c\x4b\xd1\xb8\x2a\xd4\x7e\x3f\xca\x45\xa4\x28\xfc\xa6\x28\xe4\x08\x11\xfc\x3e\x2e\xea\xdf\xd5\x85\x70\x1b\xcf\xf1\x8a\x90\xf1\xb7\x72\x70\x2b\xb8\x5b\xcf\x48\x71\x9a\xea\x8b\x54\x97\x25\x07\xca\xcf\x69\xd6\x33\x13\xda\xb8\x3d\x55\x57\x15\xdd\x2c\x32\xf8\x74\x59\x9b\x92\xbb\x3c\x54\x25\xdd\xdc\xdb\x23\xb2\xa8\xcd\x01\x65\x9d\x49\x5f\x15\x74\x73\x66\x17\x7b\x5e\xc7\xb0\xf3\x73\xba\x59\xe6\x62\xf3\xac\x36\x95\xbd\x76\x97\x33\xba\x59\xe4\xcb\x69\x6d\x4a\xee\xf2\x48\xab\x8b\x6e\x96\xf9\x7d\x67\x6d\x2a\xee\x7d\x5b\xad\x4e\xba\x99\xe0\xeb\x47\x6d\x9c\xa9\x60\xef\x3f\xe8\x66\x9e\xdb\xd9\x6b\x53\x70\xed\xb4\xd5\x4e\x37\x47\xfc\x31\x5b\x6d\xc4\x4a\xb1\x22\x7a\xa3\x9b\x09\x8e\xd0\xaf\xb5\x49\x6d\xaf\x9d\x59\xe9\xe6\x84\xef\x5e\x6a\x13\xba\xbb\xbb\x6a\xa1\x9b\xa5\xf7\xa4\xaf\xe6\xda\x14\xdf\x93\x12\x0c\x9a\xe9\xe6\x94\xef\x9d\x6a\x33\x73\xf7\x36\x54\xa8\x9b\x73\xbe\x3c\xd1\x66\x51\xb8\x8e\xd3\x58\x37\xa1\xbc\x8f\xb4\x59\xb9\xcb\x4b\xad\xbe\x9a\x6b\xbe\x3c\x14\x03\x02\x2b\xfb\xb3\x99\xe5\x6f\x19\x98\x9c\xfb\x94\xb9\x56\x1f\xcd\x2d\xdf\xdb\x37\x3b\x77\xef\x5e\xab\xf7\xe6\x9c\x77\x78\xcf\x2c\x46\xd7\xd9\x7a\x6b\x6e\xac\x62\xde\x8d\xe1\x11\xfe\x6a\x5e\xec\xde\xeb\xc4\xe8\x1a\x5e\x9b\x7b\x6e\xb0\x6d\x0e\xae\xc1\xbe\x7a\x69\x1e\xf9\x62\xcb\x9c\x0a\xd1\xf0\xbe\x34\xad\xa2\xd5\x42\x21\x36\xa2\xbf\x4a\x60\x9e\xab\x80\x0d\xb4\xd7\x1a\x26\xe7\x9e\x99\x68\xd5\x6c\xe6\x0b\xe2\xec\xc5\x43\xa0\x89\x85\xcf\xd3\x20\xda\x69\x15\x10\x2e\x09\x3a\xc2\x9f\x39\x2c\x00\xfb\x25\xad\x71\xf0\xd2\xce\xd8\x3b\x7d\x53\x8a\xc6\xd2\x6b\x96\x61\x07\x99\x8a\xbb\x38\xd5\xca\x3c\x64\xb8\xe0\xa4\x7f\xc4\x83\x5f\x0a\x0b\xfb\x80\xbc\xaf\xd6\x9e\x19\xaa\x33\x3a\x9f\x8f\xd0\x14\x85\x6d\x8c\x56\xfa\x0a\xa7\xc8\x25\x45\x9e\x38\x1c\x6b\xca\x7f\x9b\xe6\xa0\x7b\xb3\x2b\x3d\xd1\x8c\xec\x58\x18\x1d\x73\xde\xef\xe2\x17\x18\xcf\x59\x1e\xae\x79\xa3\x2f\x04\xe2\xbb\x06\x09\x53\x53\xf4\x11\x09\x0a\x07\x46\xd1\x74\x39\x5e\x3e\xe7\x1e\x1b\xe7\x6a\xfb\xee\xef\x4a\x33\xdf\xe0\x85\xdc\x4a\xb3\x73\x34\x50\xf4\x84\x13\x79\x98\x29\x45\x97\xfb\x57\xed\xd8\x01\x4a\x27\x8d\xd5\x1c\xe4\x5f\xa1\x6e\x65\x4b\xdc\xc1\x61\x8e\x13\x6d\x96\x9a\xf3\xbf\x86\x41\x91\x35\xc1\x2f\x43\x38\x2f\x18\x4a\xa6\x24\x38\xa2\xa7\xb9\x8e\xe5\x82\x53\x45\x6f\x1f\xb9\x88\x4d\xae\xa7\x35\x9b\x04\x27\x4e\x3f\xdc\x6a\x97\xfe\xb2\xd0\x9c\x6b\x39\x00\xfe\x62\x6a\x8e\xb6\x8e\x40\x2e\x08\xc6\xbc\xc6\xa5\x5a\x54\x01\xd8\x1f\x81\x52\x75\xe0\xc3\xac\x5e\x2c\xa0\xb5\x41\x6a\xf9\xc3\xfb\x32\xb2\xe2\xd1\x9f\x79\x13\x9e\x9f\x4d\x48\x8f\x76\x86\x12\x3a\x07\x4d\x44\x2a\xcf\xa1\x60\x4d\xcb\xda\x59\x60\x4a\x85\x65\xe7\x0c\x6e\x5d\x67\x63\xc9\x65\x59\xb5\x27\x87\x36\x72\x2c\x38\xfa\xf8\xc2\xcf\x81\xad\x7f\x6f\x91\x5c\x10\x54\xa1\x60\x52\xc2\x7b\xbd\x0a\x03\x65\x94\x27\x94\xf3\x12\xef\xc8\xe7\x58\x21\xe7\x63\x43\x53\x24\x74\x0c\x57\xec\x06\x66\x73\x5a\x85\x7a\x86\x93\xa6\x2e\xa9\x16\x53\x5d\xf4\x90\x3d\xce\x95\x25\x55\xd0\x99\x4d\xe9\x32\xe1\xfb\x67\xfa\x3c\x11\xce\xe7\x84\x07\x3d\x6c\xc2\x06\xc8\xf0\xf2\x01\xe3\xe8\x25\xe9\xab\xda\x05\x69\xa3\x93\x1a\xf6\x6b\x89\xcf\x9d\x4e\x69\x0e\x07\x0a\x34\xd5\xf9\x4e\xd2\xb4\x78\xf7\x1d\xf5\x56\x58\xf4\x14\x0e\xfa\x88\xa7\x71\x63\xfb\x4b\x75\xfb\x5a\x6f\xcd\x7b\x5f\x2d\xb5\xcf\x05\xe2\x2f\x99\x35\x9f\x6c\xac\x18\xe7\x68\xc4\xde\x30\xaa\x0e\x92\x57\x22\xbd\x90\xab\x80\xd8\x01\xb9\xb6\xef\x35\xea\xc4\x27\xea\x6b\x3f\x7e\x4f\x86\x23\x34\x9d\x75\x27\x59\x53\x75\x29\x60\x3b\x95\x1d\x26\x8d\x7f\x63\xe4\x29\x3f\x49\x92\x30\xe6\xc1\x5b\xb0\xcc\x38\x47\xb8\x81\xe7\x46\xa9\x0c\xcf\x38\x97\xca\x59\x2b\x94\xd3\x76\xe0\xab\xb5\xbb\xd3\x97\x32\x78\xb7\x3b\xfd\x3f\xbb\xf5\xef\xfd\xfc\xd3\xad\xbf\x64\xeb\xad\x27\x6f\xfe\xe6\xd6\xf7\x7f\xb8\xf5\x67\xd5\x89\x71\xe3\x1f\xa8\x60\xe7\x8a\xb6\x11\xf0\x5e\xa2\xb8\x2e\x8f\xca\x6e\x2a\xe8\xc2\xf4\xe6\x8a\x9a\xdb\xf9\xef\xab\x20\xa5\x43\x0e\x7c\x9a\x47\xb6\x95\x1c\xb6\xef\x19\xfa\x5a\x2f\x5d\x87\xde\x5c\x77\x45\x5c\xd1\xca\xa5\xcf\xd5\x41\xb4\xbb\x35\x47\x3d\x55\x23\xcc\xb2\x02\xf2\x7c\x0c\x40\x20\xb9\xe3\xe9\x7c\x19\x07\xd8\x19\x5c\xe5\xfa\x7e\xe4\xa3\xa0\x07\x8a\xa1\xd5\x05\x65\x3f\x3c\x11\xdd\x51\x06\xf6\xf4\x38\xc3\x08\x1d\x29\xbd\x5d\x93\xe8\xcf\x56\x3c\xe7\x62\xc8\x08\x6f\xde\xad\xde\x39\xe1\xa3\x5e\x96\x1f\x1d\xf4\xac\x16\xe9\x2d\xbf\x96\x35\xd1\x2f\x7d\xb6\x04\xba\x82\x1f\x4e\xef\x8b\x6f\xf2\x85\x41\xf4\x8a\x7a\xf2\x8e\xdc\x77\x9e\xd9\xfe\x85\xfd\xb8\x74\x31\xfb\xe5\xb5\x3c\xb4\x8e\xb7\x8a\xed\x25\x74\x5c\x9c\x7f\x6c\x27\x39\xcf\x02\xbc\x57\x60\x50\xde\x0c\x9d\xbd\x58\x55\xed\xb4\x2a\x1f\x6c\x47\xc6\x67\xa5\x74\x8b\x4e\xef\xf4\xf3\x37\x63\x02\x2c\xc4\xc2\x6a\xc5\x3b\x9c\x53\xc3\x80\x30\x75\x79\xe2\x3a\x63\x2a\x20\x29\xa8\x76\x9e\xa3\xe0\xd6\xca\xd7\xbd\x35\x2f\x43\xd0\x01\xcf\x43\xd4\x26\x2e\x90\xd1\x5f\x43\xb1\x09\x3d\xad\xfa\xd7\xd5\x4b\x8f\x4e\x09\xe5\x50\x51\xd7\xee\x43\x06\xa5\x59\x8c\xe0\xaf\x9e\x27\xc4\x22\xe0\x85\x68\x1f\x3f\x11\x2a\xa7\xba\x45\x0e\x4f\xbe\x79\xd7\x18\x1b\xbd\x6e\xc5\x9a\x29\x3c\x40\x8b\x16\x74\x26\x1f\x35\x04\x53\xad\xe8\x91\x81\x90\x29\xd4\xe3\x86\xf3\xf7\x98\xa7\x4c\x0d\x39\xf7\x1d\x4e\xf9\xad\x5d\xd1\x84\x6d\x8f\x8a\xe0\xf4\x05\x6e\xf0\x92\xd3\x65\x15\xa3\x53\xd0\x6b\x6a\xfc\x63\x9f\x87\xc3\x47\x38\x2f\xd8\xaf\x51\xd6\x53\x3e\xb8\xa9\xc4\x82\xa4\x4c\xb3\xe2\x55\xab\x53\xbb\x7b\x06\xc1\x1e\xf9\xfe\x19\xf6\x05\x52\x08\xfc\x8e\xc9\xc7\x4f\x6d\xdb\x5a\x32\x89\xb4\x9c\x7e\x33\x7e\xcb\x68\x78\xa2\x33\xea\xbd\x8c\xf8\x49\xf0\xef\x3a\x0a\xcd\x7c\x45\xaf\xb9\xbd\x1c\x05\xbe\xa2\xa7\xf4\x46\xf0\xe7\xfc\xc8\x62\xf5\x23\x8b\xd5\x2e\x93\xf4\x0b\xe7\x61\x09\xbc\xc8\xa6\xe2\x72\x48\x1b\xea\xf2\xd6\xc2\xe1\xaa\xd8\x1a\x2a\x43\xf3\x00\x64\xb2\xa8\x87\x69\xe3\x90\x26\xea\x4a\x1d\xcc\x11\x66\xfc\xdc\x9c\x5c\xf9\x99\xdd\x37\x63\xef\x8c\x3f\xf3\x74\x71\xd7\x87\x4a\x8d\x1d\xc4\x72\xde\x41\x2c\x07\xb6\x83\xa1\xce\xe2\xaf\x7e\xce\x5d\x6d\xb3\x63\xdd\x8e\xd3\x9c\xc5\x15\x3d\xfd\x65\x3c\x51\x82\xa4\xf9\x2e\x08\x17\x8f\x5a\xe2\xa4\xf5\xd4\x13\x8a\x54\xf7\x73\xb1\xe8\x6b\xca\x8c\xc1\x38\x9a\xa3\x7f\x54\x08\x1b\xca\x54\x28\xcf\x0a\x95\xa9\xda\x86\x1e\xe0\xdf\x1c\xe9\xb9\xc4\xb7\x17\xfc\xff\xc1\xd2\x2e\x95\x86\x50\x87\xc2\x61\x62\x07\x19\x59\xa2\xdd\x43\x87\x05\x88\x5d\xdc\xf0\xbc\xb4\x8f\x1d\x21\xd3\x05\x47\x51\xc8\x02\xb2\xb3\x63\xf3\xa9\xbd\xb5\x03\x51\xab\x78\x1b\x36\xed\x87\xdb\x8e\x6b\xa4\xae\x5a\x1b\x9e\xd0\x36\x8e\x0f\x29\x44\x5a\xc4\x30\x5c\xbe\x17\x84\x30\xb4\x18\x52\x44\xdf\xe6\x28\x19\xc9\x20\xbb\xe4\x22\x2d\x2d\x44\xda\x0b\x34\x05\x12\x13\x58\x54\xf3\xa1\x0f\x57\xab\x92\xc4\x9f\xe3\x01\x05\x7e\xdd\x14\x90\xbf\xc7\x7a\xcf\x86\x96\xc0\x39\x21\x79\xc1\x97\xfc\x8f\x3c\x0a\x66\x9b\xcc\x33\x49\xea\xf8\x0b\x6e\x20\xab\xc6\x6c\xac\x19\x40\x8f\xc9\xc4\xa3\xea\xf0\x2e\x6b\x6f\x0d\x0c\xf4\x10\xae\xf3\xfe\xa8\x27\xae\xc2\xef\xba\x6e\xac\xee\x3c\x3a\x4b\xef\x69\xba\x77\x55\x59\xd5\x9d\xdd\x6a\x56\xac\x23\x4a\x36\x0d\xc8\x4f\x5b\xd3\xce\x4d\x57\x5c\x08\xe2\x56\xc7\xa5\x02\xaa\x56\x13\x9f\x38\xef\x31\x03\x0d\x7b\x04\x72\x9c\x1e\x70\x84\x12\x05\x99\xdc\xe4\x7c\xb1\x7c\x9b\x41\x4f\x9c\xd8\xcf\xac\x7d\x40\xc9\x07\xed\x4d\x93\x0b\xd7\xeb\x6a\x57\xba\xba\x1f\x55\x63\x0b\x5b\xfa\x01\x2b\x17\x1e\x37\x4e\x80\x0a\xec\xef\x55\x35\x97\x8c\x38\xc9\xb2\x92\x44\xb6\xf7\xad\xb8\x0c\xa3\x94\xa9\x40\x99\x8d\x5e\xb2\xd3\xdb\x17\xdb\xe2\x15\x55\xe7\x5f\xf1\x14\xb8\x20\x8b\x82\x80\x3a\x72\x91\xe8\xc5\xe5\xa0\x25\x66\x76\x32\x0c\x65\x32\x92\xe4\x9b\x45\x68\x6f\xa5\x85\x17\xcf\xd5\x0e\x22\x55\x82\xc7\x84\x7e\x29\xdc\x9b\xcf\xf0\x91\x90\xd3\xe1\x8f\x7b\x03\x75\x31\x33\x3d\xdd\x8a\x5f\x6f\x31\x05\xbd\x74\x72\xad\x69\x73\x72\xb4\x45\xbc\xbc\xae\xe4\xc8\x2b\x21\xcc\x5d\x6a\x45\xcf\x89\x53\x9c\xb2\x78\x5c\x8d\xb1\x19\x6f\xa1\x1d\x70\x94\xeb\xe5\x02\x76\x45\x66\x42\x6c\x16\x3f\xf0\x4b\x97\x1e\x39\x35\xbc\x7d\x90\xcd\x50\xea\x41\x01\xe0\xb1\x2f\x49\x74\x6a\x8a\x4c\xc0\xb9\xae\x64\x21\xb4\xcf\xac\xff\x05\x33\x31\xb8\x78\xf1\xad\xcd\xee\x57\xb2\xa7\x6a\x17\x93\x7e\x4a\x06\xde\x83\xc0\x32\x6f\xce\xb1\x4c\x10\x05\x6c\xf9\xb5\x8e\xbc\x14\xea\x0b\xd8\xf4\x9d\xc8\x4a\xa6\x82\x16\x20\xfe\xdf\x30\x15\x87\xde\x11\x58\x6a\x74\x32\xee\x21\x15\xd2\x5a\xca\x91\x36\xc6\x19\xae\x2a\xd4\x5b\xfe\xa3\xb7\x93\x6b\x2d\xae\xba\xbe\xa2\xc7\x8f\xfa\x11\xa9\xe7\x98\x2b\xd1\xea\x47\xe6\x17\xaf\x4f\x38\xd5\x83\xde\x33\x70\x56\x38\x46\x62\xe1\x27\x4e\x73\xbd\xb5\x50\xa7\xe6\x06\xa2\x78\x5c\x1c\x8f\xfb\x92\x1d\x7f\x63\xca\x81\x99\x2c\xd9\x56\xe6\xfd\x22\xac\xbb\xc7\x65\x8c\xe4\x7e\x8c\xbc\x09\xa7\x32\xa0\x3d\x7b\x70\x5e\xef\x48\x0a\x39\xba\x32\x82\x74\x5f\x57\x41\x4e\x67\x81\xcf\x23\x1d\x9f\x4a\x23\x0c\x25\x44\x6f\xee\xef\x9b\x4e\xa2\x6c\xc6\xfe\xfd\xb5\x58\xcb\xba\xb0\xcb\x9b\x5c\xab\xfe\x47\x76\x4e\x57\xad\xfa\x19\x91\x01\xd5\xdd\xce\xd1\x48\x09\x8d\xd6\x8b\x00\xbd\x7b\xe6\x46\x0b\x4b\x20\xb6\x71\x3e\x1c\x3b\xc9\x38\x2a\x59\x19\xdc\x30\xd6\x9f\xd9\x96\xa4\x9d\x0e\x41\xb5\xcc\xe3\x9a\xf2\x1d\x23\x2b\xfb\xda\x4f\xfb\x18\xd4\xfe\xf4\x4f\xc4\xf4\xa1\xc1\x8d\x1d\x45\x2f\xb3\x9d\xc0\xf7\x77\x14\xbd\x8e\x1c\xc0\xbf\x6d\xbe\xe9\x68\xea\xfd\xaf\x73\x8c\x2d\xa0\x84\x58\x33\x2b\x44\xf5\xeb\xfc\xc1\x49\x77\x11\x53\x30\xbf\xe1\x76\xba\x0b\xf1\x99\x96\x3f\x21\x2e\xad\xce\xbe\x79\x83\x5d\x66\xad\x97\xed\x1b\x86\xb4\xce\x55\x79\xfc\xe6\xba\x55\x8a\x3f\xbf\xad\x86\xc9\x51\x5b\xc5\xd8\x5f\xd1\xfa\x55\xb0\x89\xe0\x9f\x4f\xc4\xb8\x0b\x32\xa7\x38\xbd\x6c\x07\x6c\xbb\x10\x61\x79\x06\xd1\xf0\x0f\x7a\xe6\x4b\xfe\x0f\xa5\xbc\x4f\x54\xcf\x82\xf4\x9d\xf1\xec\x14\x63\xb5\x8c\xe9\x5c\x70\xd1\x83\x8b\x0b\xbc\x17\x84\x8f\x55\x4f\x3c\xdb\xfd\xad\xce\x94\x6f\x7e\x61\x9d\x39\xb0\x1a\x9e\x3d\xa4\xcc\x33\xbc\xa6\x6d\x0c\xdb\x5c\xab\xba\x49\xa0\xd2\xd0\xfc\x42\x70\xae\x83\xb0\xcc\x5e\x44\x95\xb5\xe5\x69\xa6\xc7\x3a\x0d\x07\x43\x96\x7d\x40\x7d\xb6\x75\xad\xd8\xce\x80\x38\x96\x4f\xcc\x6f\xac\x9d\x93\xcf\xeb\xd9\x88\x19\x2a\x40\xb6\xed\x3e\x92\x3d\x45\x8f\x00\x49\x99\x1e\x04\x53\x2f\x83\xca\x21\xf0\xc9\x0a\xf1\xf1\xfc\x40\x9c\x6e\xbb\x12\x54\x8d\x5b\xb6\xd9\xe5\xf5\xd7\x12\x4a\x9c\x7b\xe3\xc6\x8f\x9b\xd6\x07\x06\x6a\xa1\x31\x95\x18\xe2\xc4\x0f\x37\xd7\xf7\xc8\x1a\xd9\xd5\xbe\x6d\x49\xa1\x47\xde\x1e\xc8\x8a\xd7\x7a\x4e\x93\x18\x23\xe1\xc1\xda\xee\xb4\x02\x46\x50\x63\x2f\x7d\x7f\x1e\xb3\xe7\x80\x28\x46\x3e\xfb\x2a\x14\xda\xc7\x03\x31\xb3\x3d\x18\x28\x0e\xdb\xef\xdb\x5f\xde\x75\x3e\x50\x72\x4f\x2a\x38\xe9\x19\xbb\x23\xee\x13\xd9\xde\x7d\x34\x2d\x6f\x08\xb1\xd4\x33\xc8\x9e\x6d\x64\x31\x3a\xc1\x45\xaf\xe0\xd7\xe8\xc9\x88\xe4\x31\x22\xfe\x46\xe7\x00\xcc\x55\xcf\x05\xb1\x09\x29\x1e\x18\x39\x8c\x9a\xbb\xdb\xc7\xca\x07\x62\x4e\xfc\x99\x3e\xc8\x0f\x93\x8d\x1c\x1d\x8e\x04\xdc\x3e\xba\xd6\x56\x0b\x2b\x9c\x25\xf9\x68\xc0\x69\xca\xf2\x62\x70\xf5\x9a\x19\x6d\x20\x99\x42\xa1\x64\xc6\xcf\x09\x79\xf1\xf3\x41\x0e\xc4\x10\xaa\x50\x5f\x3a\x30\x3a\x52\x72\x44\xc9\x0e\x85\x3a\x23\x8c\xe4\x70\x34\x1d\xac\x95\x30\x17\xbe\xd6\x0d\x8e\xf8\x3f\x30\x70\x1c\xf4\x73\xe2\x59\xd2\xd5\x18\xe1\x90\x42\x3d\x22\x21\x5f\xc0\x85\x93\x1e\x81\x81\xbc\xc8\x49\x54\x8d\x8f\xd2\x81\x61\xfb\x14\x63\x35\xd4\xc7\xa4\xfe\x5b\x44\xc4\xf5\xeb\x53\xd9\x44\x98\xf8\xb4\xd3\x79\xa8\x28\x8c\x3e\x25\xe6\xc9\x02\xb9\x28\x33\xe0\x3c\x03\xe8\xbf\x36\x19\xb3\x8e\x82\x7d\x10\x28\xdb\xe0\x9a\x42\x2c\xfc\x83\x9e\xa0\xdc\x8e\xd3\xbf\x3a\x56\x07\xcf\x43\xe2\x75\x66\x57\x26\x6d\x5a\xb0\x42\xa8\x42\xc8\xc9\x39\x23\x37\x19\x48\x58\x15\x12\xf2\xd5\x8e\x7a\x2a\x17\xbb\x4a\xcd\x34\x13\xef\x32\x0e\x87\xaa\x01\xa7\x79\xc3\x8b\x2d\x78\x8e\x74\xd2\xce\xee\x82\xe3\x94\xf5\x0a\x01\xf5\xa7\xf9\x2f\x76\x20\xa5\x4a\x1a\x28\x41\xcf\x37\xde\x84\x03\x3c\xe9\x89\x03\xd2\xd8\x67\x0b\xc1\x28\xf7\xb0\xb0\x76\xfa\xea\x89\x50\x23\x2b\xa4\x03\x65\x4a\xc8\x26\x44\x2f\x5c\x9a\x1b\xde\x99\x96\x68\xcf\x08\x1e\xc3\x56\x21\x4f\xff\xd9\x4b\xd9\xfa\x49\xc0\x8b\x76\x31\x91\xae\x2b\x2a\xf0\x58\x74\xa5\x04\x4f\x48\x3b\x57\xfc\x97\xbe\xc9\x5f\xf9\xb0\xad\xea\xca\xf7\x2a\xb2\xc4\xd8\x51\x02\xae\x8b\x06\x6a\x9a\xb1\x02\x9e\x9b\x42\xd7\x06\x98\x49\x41\x15\x6e\x25\xbb\xca\xbc\x5c\x9e\xd8\x17\xa7\xb6\x47\x3e\x5d\xfb\x91\xbd\x5e\x89\xaf\xa1\xfa\xf1\x89\xe3\xaa\x21\x07\x7e\x77\xb4\x43\x88\x4b\x25\x76\x00\x9c\x8b\x1e\x73\xf0\x88\x53\xa6\x2a\x52\xfd\xf1\x1e\xf6\xbe\xf0\x19\xa9\x11\x23\xd5\x03\xc1\x41\x1e\x59\xc8\x23\xcb\x23\xe0\xf0\x96\x3a\xe4\x87\x7c\x38\x09\x82\x33\x9f\xf8\x0a\x8c\x90\xea\x23\x37\x15\xbf\x09\x9c\x2e\xe6\x44\x95\x5f\x37\x5c\x49\x80\xa0\xb8\x0e\xa7\x5d\xe9\x43\x45\x29\x8d\xec\x4d\xd5\x77\x5d\xc4\xa7\x35\x12\xcf\xd7\x0e\x0f\x5d\x0a\xb6\x5a\xea\xc5\xdd\xbb\x6c\x1f\xf7\x5a\x05\x00\x00\xa1\x87\x7f\x6c\x50\x70\x00\xff\xd8\xe0\xd1\xca\xd4\xea\x0a\xbc\xf3\x52\xd9\x2b\xaa\x71\x1e\x0b\xa7\x70\xb3\xa1\xb3\x63\x40\xe4\x69\x99\xca\x7e\xa2\x15\xff\x79\xec\x59\xeb\x9b\xa1\x82\x1f\xfb\xe3\xa6\x6d\xe7\x35\x8b\x33\x32\x4d\xd1\x18\x06\x76\x4c\x04\x13\xa2\x81\x41\xf5\x9f\xa4\xa5\x35\xaf\x25\xf3\x64\xf5\x74\x1e\x5a\x97\x7f\x96\x95\x0c\xce\x2d\xd8\x66\x3a\x87\x0d\xdd\x1b\xf3\x92\xa8\x57\xdb\xa7\x64\x0c\x8f\xd5\x3e\xd4\xb1\xd2\x24\x33\xb0\x66\x9e\x3d\xdf\xbb\x5e\xe1\x35\x86\xbf\x8a\xb7\xa8\x54\xeb\x77\x9f\x15\xa4\x84\x9c\xd2\x21\x25\x1a\xa4\x1d\xfa\x55\xbb\x3d\x7c\x2f\xd1\x8a\xb3\xbf\xa4\x38\xcd\x09\x54\xcd\x59\xd0\x77\x70\x59\xfd\xd8\x2b\x8e\xff\x6a\xbd\x67\xec\x7a\x0f\x2a\x30\x4e\x13\xc0\xa5\x7b\x72\xcb\xed\xfb\x98\xec\xdd\x84\x9f\xee\x0f\xca\xee\x0c\x89\x9a\xb8\x01\xa9\xdd\x63\xda\x29\x65\x2e\x83\x2b\x2a\xad\xa9\xbc\x3a\xc2\xa1\xae\x83\x61\x51\x80\xc0\x5d\x3a\x6a\x03\x19\x96\x34\xc0\x2c\x83\x5d\x14\x69\x89\xf0\x70\xef\xef\x88\xc5\xd9\x45\xa8\xf3\xdf\xf1\x72\xed\x31\x9a\xf1\xbc\xa8\x23\x11\x3c\xee\x75\x40\x69\x81\xfe\xec\x13\x12\xd1\x3f\xdd\xac\xec\x9a\xbd\x3e\xe0\x52\x48\xdb\xa1\xd3\x59\xdf\x97\xb1\xd3\x17\x1c\x6d\x5c\x53\x3e\x5d\x4a\x99\xa1\x55\x32\x2f\xf7\xc7\x2f\x73\xb6\xd2\x33\xab\xc3\x6a\x96\xe2\xe4\x30\x67\x38\x0a\x0e\x31\x88\xd5\x6e\xe6\xa6\x4b\xf5\x34\x0a\x75\xda\xfc\xe6\xb9\x2e\xdc\xfd\xb5\x95\x92\xe0\x8b\xe2\x3a\x58\x48\xf0\x82\xec\x4a\x02\xfa\xa6\x6a\xed\x80\x84\x5d\x5b\x17\xac\x94\xf6\xbf\x2e\x82\x8f\xb1\x64\x87\xb4\x12\x0a\x55\x3e\x19\x94\x70\xfc\x0c\x2e\xb7\x03\x74\x4c\xf0\x81\x5c\x10\x5f\x38\xce\xc2\xb0\x81\xa9\x66\x45\x98\xff\xec\x58\xf3\xa3\xcf\xa6\x2d\xee\x14\x9f\x96\xd4\x66\x7d\xb8\xfc\xec\x22\xba\x18\x78\xa5\xa3\x80\x3c\x74\xc1\xca\xca\x99\xa5\x47\x06\x2d\x52\x69\x5d\x3a\xa2\x5a\x5b\x27\xc0\xf7\x60\x97\xf3\x84\x94\x2a\xeb\x0a\x7e\x59\x90\xfc\x32\x3a\xc1\x63\xc5\x93\xc1\x31\x27\x46\x3e\xdf\xe9\xf0\x84\x99\x80\xd2\x02\x4b\x66\x4a\x39\x46\xdc\x03\x01\x9f\x62\x36\x10\xaf\x30\xba\x19\x60\xfb\xc1\x3d\x45\x1f\x6e\x1c\x12\x30\x7e\x54\x59\x9f\x00\x76\x43\x07\x49\x84\x2a\x43\x1c\xaa\xb4\x9e\xb5\xd0\x5b\xd7\xd4\xf4\xa4\x25\x1a\xc1\x49\xa5\x7a\x26\xb9\x3b\xf7\x3a\x5b\xb7\xea\xb0\xed\x6c\x6c\x95\xec\x37\xb1\x55\x12\xe4\x78\xe1\xbb\xf4\xa6\xbb\xdd\x55\x67\x9e\xc4\x02\xdd\xce\x5e\x1d\xb3\xa7\x3a\xa5\x26\x43\x75\xa7\xe0\x38\x07\x33\xc1\xe1\xda\xd4\x1c\x9c\x53\xf5\x2a\x3b\xdd\x42\xe9\xec\xf2\x24\xcf\x56\xa1\x32\xe5\x24\x18\xe8\x9e\x92\xa9\x9c\x56\x57\xd5\x12\x88\x58\x15\xa2\x05\x8e\x3a\x1f\xbe\x15\x57\x00\x7a\x10\xec\xd2\xf5\xc9\x85\x7b\x57\x8c\x59\xec\x9f\x68\x0b\x6d\x76\x70\x9a\x45\xae\xa5\x96\x52\x9d\x69\x81\x60\xed\x09\xd8\xab\xf3\x39\xb5\xe6\x9c\x77\x5b\x0f\x81\xcf\xd5\x29\x24\xb8\xa1\xc7\xf5\x0b\x2f\x9f\x62\x9c\x33\x29\xe5\x78\x98\xa2\x8f\xec\x29\xfa\x74\x1f\x29\x1f\xe1\xf3\x27\x98\x38\x21\x94\x80\x8b\xcb\x40\x9e\xc7\x02\x4e\x92\x79\xfd\x79\x99\x9d\x74\xbe\xa2\x5f\xf2\xaa\xad\x70\x96\x48\x13\xfb\x93\x00\x78\xb2\x63\xb7\xe8\x7d\xa6\x1e\xf8\x6f\xd7\xcb\x40\xf9\xe3\x5b\xf6\xad\x7a\x85\x8b\x1e\xfa\xb7\xd0\x42\x71\x06\x3b\xd5\xbe\x8f\x22\xd4\xb1\x82\x70\x63\x46\x4f\xdf\x5a\xeb\xda\x23\xb8\xd8\xfe\xb9\x36\xa2\x85\x7e\x3c\x61\x47\x5e\x56\xfc\xa9\x83\xca\x42\x22\xd3\xb2\xd3\xe4\xb1\x35\x3b\x17\x68\xa5\x85\xb6\x25\x76\xb9\x03\x30\xab\x9a\x7a\xfe\x3d\x8f\xde\x52\xab\x0e\x8d\x1f\x01\xe8\xc7\xd0\x6f\x3c\x4f\xa6\xf6\x63\x00\x86\x56\x7b\x9f\x3d\x43\xf3\xbf\xed\xc3\x24\x83\xec\x4f\x9a\x2d\xf4\xf7\xeb\x76\x3a\x16\x5f\xc9\x40\x05\x5f\xa9\x07\x20\xc1\xb4\x6d\x77\xff\xf0\x9a\xad\xbc\x26\xf3\xed\x35\x47\xd6\x4b\x68\x43\x97\x93\xfe\x7e\xdd\xf6\x3f\xb3\x82\x13\x51\x47\x13\x4a\x8b\x3f\xbd\x68\x2d\x2f\xfa\x3e\xa6\xe7\x94\xe0\x6b\x66\x6e\x5f\x64\xaf\xdb\x41\xcd\xe1\x45\xa1\x7d\x91\x10\x60\xd3\xe6\x4f\x2f\xda\xcb\x8b\x72\xdf\x5e\x54\x04\x70\xf0\x86\x2a\x3f\x2e\x5b\x61\x94\x62\x2a\x43\xa6\x2e\xfb\xe7\xf9\xe9\x2a\xfa\xf5\xe7\x15\x15\x5f\xf8\xb1\x15\xf5\x7d\x36\xcf\x88\xea\xac\xf4\x6f\xf7\x56\x4d\xd5\xf8\xdb\xed\x11\x30\x89\xc9\x18\xb3\xa2\xbb\xa1\x93\x7f\xda\x21\xb4\xf0\x64\x87\x64\x65\xd1\x67\x1c\x0d\x87\x00\xe7\xc7\xaf\xdb\x4e\x64\xf9\xff\x54\xd0\x25\x11\x45\x77\x19\x22\xfd\xa7\xf1\xe3\x8f\xbd\x14\xa8\x60\x7c\x97\xce\x0d\x20\x30\xc1\x8f\x81\x6d\x2b\xf5\xc5\xf5\xd8\xb7\xa3\x2b\x1b\xef\xe3\xb7\xfb\x0e\x88\xb8\x9c\xb7\xc1\xe6\xe3\xff\x8c\x05\x67\x1c\x16\x5c\x3b\x76\x96\x5b\xa5\xce\x1d\xe6\x27\x07\xbf\x59\x59\x49\x64\x98\x14\x8d\xa1\x4f\x24\x1c\x59\x59\xe5\x66\x4d\xd7\xc0\x0b\xc2\x11\xcb\x88\x89\x3d\x25\x68\xde\xd1\x58\x34\xec\x01\x25\x76\x47\xe2\x14\x45\x48\x17\x5a\xf2\x39\xef\xc3\x3b\x76\xad\x20\x6e\x06\x52\x1d\xff\x1f\x2d\x8b\x86\x0a\x0e\xde\x88\xa1\x82\x91\xa2\xab\xea\xe1\x3a\x3a\x77\xec\x49\x75\x2d\xe7\xff\x01\xcf\x66\xa5\x35\x3b\x6b\x18\x29\x2f\xb8\x60\xe0\xc2\xe9\xf7\x03\xb6\xa7\xd4\x20\x3c\xfd\x38\xa3\x47\x5a\x99\xc7\x93\xa4\xf4\x38\xd5\x46\xf4\x0b\xf2\x2a\xc7\x1b\x85\x83\x9e\x2a\xbf\x3d\xe5\xb7\x5a\x99\x8b\x2e\xf5\x7e\x3f\x42\xf4\x20\x6b\xd4\xb6\x86\x48\x26\x94\x17\xd7\xe8\x04\x1a\x77\xfd\x29\x14\x6d\x98\x83\x71\x66\x2c\x36\xc9\xf4\x2c\xf8\xff\xb3\xf3\xbd\x03\x1d\x26\x00\x2a\x37\x12\xf7\x6e\xe8\x28\x33\xf6\xe4\x97\xfd\x30\x99\xd0\xaa\xe8\x79\x87\xe1\x0f\xb9\xd6\xfa\x97\x56\xd1\x4c\x10\xdf\xec\xf2\x9d\x6b\x45\xcf\x6e\xf5\xfe\xed\xaa\x5a\x6a\x55\x49\xeb\xa7\x33\x5b\x59\x7b\x7d\xe9\xc4\x8a\xbc\xff\x4b\x06\x45\x65\x2a\x7a\x0e\x0b\x2b\xa1\x4b\xad\x64\x1c\x03\x0f\x08\x41\x70\x67\xb1\x4b\xbe\xa5\x54\x5b\x36\x82\xcc\xf7\xfe\x2d\xd9\x50\x66\xe5\xe7\x97\x82\xba\x58\xf9\xd9\x04\xed\x68\x39\x62\xed\xbf\xbb\x3a\xb3\xca\xfc\x76\xfc\x44\xab\x4c\xc0\x51\x4c\x4b\xe0\xa1\xa7\xcc\xdb\xee\x7c\x63\x29\x77\x4b\xaf\xc0\x54\xbf\x08\x05\x38\x74\xf5\x89\xae\xf0\xf5\x9d\xbb\x2e\x9c\x25\x6b\xdd\x67\xde\x30\x77\x59\x56\x3b\x47\x61\xde\xaa\xd0\x72\xad\xdd\x3a\x61\xf4\xab\x86\x3a\xe4\xf4\x88\x56\x45\xd0\x24\x54\xf4\x0b\x2f\x8e\xde\xb4\xcc\x1f\xad\x58\x4e\x0e\x92\x82\xbd\xc4\x84\x8e\xdc\xd1\x5d\x29\xce\x64\xc3\x6b\xbe\xaf\xd4\xf0\x54\xb8\xb9\x7c\x66\xff\xa1\x62\x1e\x18\xb5\xd1\x8e\x46\x42\x7e\xb5\x03\x67\x15\xd5\xa3\x97\xf2\x12\x4b\x2d\x84\x27\x8c\x5a\x67\x35\xf8\xa5\xae\xde\xbc\x65\xa1\x9b\x69\x2c\x29\xe1\x17\x59\x5f\x81\xba\xe9\xf5\xc8\x62\x04\x0c\x28\x97\x5d\x0c\x49\x77\xc9\x06\x2a\xb8\x4d\xb6\x33\x57\x0d\x0f\xea\xa2\x4d\xff\xda\x9a\xf9\x9a\x65\xb1\x51\x54\xfe\xf4\xdd\xc0\x2f\xdd\xf6\x5b\x2c\x7c\x76\xb6\xd3\x8e\xb2\xc5\xb8\x8b\xec\x31\x7a\xf5\x96\x8f\x06\x99\xe1\xc2\xf1\x8a\x3d\x4e\xcf\x80\xa6\x6d\x70\xfe\xa8\x83\xa7\x07\xf9\xd5\x41\xd2\x93\x5b\x8a\x9e\xa6\xa7\xd8\x23\xa9\x4e\xac\xb1\x0f\xf7\x42\xdf\xcc\xf9\xfa\x70\x5c\x14\x22\x8d\x22\xc7\x6e\x6a\xd6\x78\xf0\x73\x1a\x55\x3d\x69\x7d\x9a\x45\xee\x73\xa3\x4c\x81\x16\x63\xe1\x71\xca\xf3\x3c\x0f\x56\x8c\x5d\xf0\xc5\x3e\x00\xb3\x00\xea\xb3\xda\x23\xa6\x32\x02\xfe\xc1\xbc\x17\xb3\x39\xa5\x66\xf7\xa0\xcf\x1b\xc9\xd6\x03\x64\x05\x0c\x70\x4a\xe9\xfc\x4e\xf0\x12\x38\x9e\x4e\x54\x66\x54\x5e\x22\xd7\xd1\xd8\xc2\xb1\x4a\xca\xb7\x85\xb3\xe7\x12\xd0\xd7\x09\x1f\x64\xe6\x31\x97\x03\x1d\xe2\xee\x1d\xd5\x45\xe8\x1e\xa3\x4d\xfd\x0f\xdd\x0b\x14\x99\xcc\xcf\x75\x6c\xbb\xb3\xcb\x44\xbd\x36\x8a\xbc\x6f\xbd\xe6\x2d\xef\x73\x31\xde\xdc\x3b\x80\x19\x35\xf4\xb2\xd3\xd8\xf2\x52\x26\xdd\x71\x2b\x4f\x90\x90\x18\x6c\xd2\xaf\x10\xf2\x99\xb3\xda\xb3\x8f\x15\x35\xd7\xe8\xd3\xc9\xe3\xef\x50\x75\x57\x69\x10\x60\xe6\x4d\x49\xe7\x60\xe2\x0d\xc2\x91\x15\x30\x66\xa6\x73\x7d\x46\x47\xdd\x97\xa2\xe2\x48\xa9\xee\x33\x08\xfa\x75\x94\xea\x95\x6e\xbf\xcc\x8a\x1f\x0e\x02\x46\x97\x1b\x8a\x0a\x26\x3b\x92\x46\x0a\x63\x49\x11\xe1\x81\x61\x34\x2a\x32\xc9\xbe\xaa\x99\xb2\xc3\x1f\x4d\xbd\x22\xf1\xba\x8e\x3f\x93\x03\x15\x9c\xbc\x6d\x80\x44\xd7\x1d\x6a\x2f\x66\x3a\x8d\x0c\x8b\xea\x4a\x7c\x3c\x30\x95\x5f\x2b\x0f\x98\x88\x6f\x9b\x69\x9a\xc0\x71\x74\xd4\x45\xae\xaa\x2d\x79\x97\x1e\x9e\xc3\xbc\xbe\xc0\x6c\x5b\x82\x61\xa8\x22\x95\xd6\x73\x8d\x14\x9f\x25\x8f\x75\x03\x07\x7c\x30\x82\x6b\x6e\xa2\xc7\x5c\xce\x42\x63\x3d\x82\x28\x85\x70\xa1\x83\x1e\x8d\xa5\x53\xe3\x71\xfc\x87\x92\x6d\x96\xd3\x74\x8f\x5c\x19\x5f\xd2\x02\x7e\x34\x2e\x0b\x8d\x4c\x81\x23\xb2\x20\x49\xe9\x6e\x8e\x76\x06\x7d\xa8\x56\xf5\xc9\x85\xc3\xe4\xcc\x73\xa2\x0a\x14\x96\xe3\xe3\x3e\xe0\x8f\x9b\x0b\x6c\x7d\x7f\x8b\x7d\xb8\xd7\x27\x99\x86\x49\x89\x1d\x52\x41\xa1\x8a\xc4\xe5\x32\x16\xcf\xeb\x86\xd9\xc3\x8e\xec\x75\x62\x86\xf3\xda\x4a\x00\x4e\x8e\x9a\x5f\x9b\xe7\xd7\xbd\x31\x7c\xfa\xaf\x03\x03\x64\xab\x23\x31\xd6\xb1\x39\x54\xb3\x82\x10\x7e\x58\xf2\xf6\x6e\xe4\x01\x52\xd6\x9d\x01\x47\x63\x45\xb2\x1a\x2a\xcf\x71\x29\xd0\x3b\xa4\x59\xd1\x2c\xe8\x3d\x34\xa6\x0a\xe0\x2b\x6b\xcb\x32\x7f\x7e\x77\x75\xf3\x6d\xf5\xf5\x18\x71\xea\x8d\x5c\x4e\x17\xf9\x63\x28\xf4\x4e\x40\x08\xe8\x1c\x91\xd2\x91\x07\x32\xf1\x8e\x16\xbf\xc0\xfe\x28\xec\x3c\x5b\x6e\x97\xc6\xba\x82\x40\xc5\x49\xb6\xd9\x9e\x4f\x1f\x0a\xf5\xae\x8e\xa0\xdd\x11\xd7\x8f\x65\x0e\x00\x7f\xe6\x5e\xf9\xec\x2c\x09\x9d\xda\xb9\xcc\xd1\xe1\x99\x1e\xe3\xab\x2e\xd2\x4c\xda\x35\x6f\x77\x4e\x9c\xc7\x28\x2b\xed\x70\x20\x9e\xc5\xf8\xa7\x28\x49\x06\xc5\x60\x12\x57\x67\x84\xe2\x88\xf3\x67\xd9\x43\x99\x19\xab\xd9\x6b\xdd\xe0\x70\x8a\x76\x30\x85\x7c\x26\xcb\x9d\xf6\xda\x0c\x9c\x2b\x67\x7d\xb2\x73\xfe\x18\xbc\x73\x75\x6d\x81\xb5\xf7\x9e\x4b\x56\xe0\x24\xaf\xdc\x32\x5a\x0c\x43\x57\x52\x10\xca\x0a\xc9\x97\x49\xc8\xa4\x85\xa3\x28\x7c\x45\xbd\x06\xca\x00\x97\x77\xe4\x17\x22\x80\x07\x3e\xf7\x27\xf4\x4d\xb4\xca\x2d\xed\x10\x15\x8c\x1b\x8f\xf3\xa2\xcc\xf5\xb4\xf3\x0f\x48\x1d\x60\x37\x25\xe7\x3c\xb6\x6c\x6f\x10\x8c\x59\xd1\xf8\x09\xb2\x27\xf2\xba\xd2\xcc\xf9\x84\x19\xd9\xd4\xfe\x39\xd2\x57\xaa\x26\x00\x1d\x3e\x01\xad\x87\x52\x0e\xb3\x83\x29\x7f\x90\x15\xe4\xde\x57\x2c\x93\x03\xf4\xb8\x7e\xa8\x15\x08\x3a\xdb\xbe\xf2\x58\x07\xf5\xdd\xed\xc6\x51\x53\xed\x06\x6a\x59\xa4\x1b\xc5\xd6\x9a\x3e\x98\xd4\xf1\x42\xdf\xb9\xa3\x6d\xef\x70\x3f\xfd\x86\xed\xfa\xf6\x09\xd6\xd0\x06\xf6\xb4\x95\xa7\x62\xbc\xd7\x0c\x84\x2d\xb3\x5a\x58\xdc\xeb\x91\x55\xe5\xdc\x83\x32\x17\x56\xb2\xf6\x15\xad\x4c\xa5\xfc\x47\xd2\xed\x3b\xdd\xb0\xeb\xff\x6e\x6b\x8c\x1b\x54\x3b\x55\x4f\xe0\x3a\x68\x02\xe8\x34\xc7\x02\xad\xa8\x97\x3e\x12\x9e\x52\xb7\x3b\x79\x34\x41\xba\xc1\x5e\xf2\x28\x53\xd0\x0a\xbe\x69\x15\xf0\xd6\x1d\xcc\xb7\xd3\xd0\x3e\xbc\xd5\x2a\x78\xc9\xe8\x18\xef\xb7\x9b\xa8\xbf\xe2\xfd\x3e\xbf\xf2\x54\x81\xaa\xfc\x6f\xa7\xb8\xad\x68\xe5\x81\x6e\xd6\x9a\x88\xa0\x79\x2f\xde\xbb\xd3\xbe\x69\x67\x47\x82\x32\x3a\xf3\x76\x95\x55\x31\x57\x43\x49\xff\xa6\xa1\xf8\x7d\xd2\x4c\x47\x05\x17\x9d\x0f\x11\x96\xbc\xfd\xd8\x7c\x81\xbb\xec\x5b\x33\x6e\xed\x46\x7f\xa4\xc7\x48\xbd\x66\xaa\x15\xbb\xea\x72\x42\xe5\x37\x2f\xd2\x77\xa7\x6e\xc0\xf4\xab\x70\x9d\x72\x98\xe3\xac\xf9\xb8\xed\xf0\xb6\x57\x0b\x96\x68\xad\x1c\xdc\xb7\xad\xf1\x47\x34\x11\xf4\x31\x41\x9a\x6c\x1d\x4a\xde\x2f\xa6\xc3\x68\x9b\x83\x98\x77\xc9\x81\x7a\x69\x1e\xf9\x8f\x96\x39\xb9\x8b\x1d\xd5\x6c\xce\x9a\x49\xa3\x1a\x06\x98\xdc\xb5\x64\x5f\x35\x9b\x4b\x1c\xa5\xb1\xf0\xec\x4a\x64\xe7\xb4\x82\xac\xe8\xd5\x49\xc2\xb3\x56\xa0\xd5\xcd\x59\x18\x74\x8e\x5a\x3d\x37\xe7\x80\x7e\xdd\xc7\x43\xb5\x15\x99\x98\x0a\x58\x29\x8f\x2e\xaa\x70\xf0\xf8\x5b\x6a\x26\x21\xaf\x9f\x68\xf5\xd4\x5c\xa3\x85\x78\x1a\xf8\x46\x5a\xd8\x56\x10\x8a\x9c\xe8\x0d\x9b\x52\xe6\xc2\xe8\xc0\xbe\x29\x5f\xfb\xff\xd0\xdc\x4f\xbe\x87\x97\x0f\xf2\xf8\x51\xfa\xbf\x3b\x4b\xff\x0d\xe3\x1e\xe5\xa3\xb7\x57\x9b\xe7\x9f\x6f\xbf\xc8\xe3\xe9\xeb\xdb\xa5\x81\x0b\x95\x39\x05\xdf\x94\x25\x25\xb0\xad\xe8\x21\x2f\xf8\xe1\x57\xf8\x23\xde\x38\x3a\x8f\xba\xfa\x61\xbe\x0b\x4e\x34\x64\xd4\xfe\x8e\x13\xcd\x3f\x40\xc1\x48\xf4\x61\x53\xb4\x95\xa2\x71\x4f\xf4\x82\x86\xa2\x9d\x77\x65\x28\x03\x04\x89\x6f\xc5\xc8\xd0\x7e\xe3\x52\x94\x3a\x66\x84\xa1\x93\x2e\x0c\xff\x14\xd5\x9b\x5d\x10\x71\x77\xf1\x3a\xab\x69\x8d\xcd\x11\x48\x16\x2b\x1c\x3b\x2e\xea\x3c\x67\x7e\x76\xba\xe8\x85\x20\xc2\x5a\xd3\x95\xdd\x20\xaf\x58\xc3\x0b\x2c\x42\x77\xff\x3a\xcd\x09\x38\xb4\x22\xe9\xd2\xe6\xf6\xf7\x7d\x9a\x8f\x53\x2a\xe8\x83\x34\x38\x85\xc7\x83\x1e\x11\x78\xee\x7b\xd0\x1b\x6f\x43\x85\x75\x3b\x45\x56\x75\xcb\x90\xf0\xdf\x3a\xe4\xda\xdb\x20\x79\x36\x0d\x0d\x6f\x41\x33\x2e\x70\x93\x18\xc5\x81\x25\xd9\xdb\xcc\xc5\x8e\xb0\x5d\xe9\x09\x69\xa2\x82\xa6\x5b\x4b\xa4\x79\x5c\x06\x3b\xd4\x02\x39\x47\xea\x39\xcd\x96\x62\x6d\xe1\x21\xe0\xb6\x60\xa5\xeb\xf3\x27\x7f\x1d\xbd\x82\xbf\xee\x3a\xc1\x56\xa2\x2d\x99\x80\x26\xe4\xc5\xa3\x3e\xf3\xb0\x65\x56\xd4\x11\x51\xb7\x16\xf0\x67\x1e\x94\x1d\x5d\xce\xae\xe2\x37\x50\x06\xc0\x77\x82\x30\x8e\x6c\x08\x35\x42\x19\xf4\xb8\x97\xac\x2b\x7f\xe6\x8d\xec\x8a\xf7\x39\x00\x19\x2c\x4c\xcc\x22\x3a\x58\x8b\xd0\x1c\x98\xa3\x6e\x44\x8a\xfc\x51\x0e\x56\x54\x4a\x16\x76\xb1\xe2\x8e\x00\x0c\x82\xdb\x2f\x65\xec\x17\x37\x08\x4e\x9b\xb0\xdb\x68\xa4\x55\x7d\x56\xbd\x64\x6f\x5b\xf4\xc6\x39\x09\x7c\x02\x54\x9d\x11\xc6\x3a\xaf\x19\x90\x97\xbd\x30\x1f\x2e\x7b\x93\x04\xa7\xe7\x9e\xe9\x6a\x50\x75\xb0\xfc\x66\x78\x1d\xbc\x49\x28\x85\xea\x03\x67\x55\x8d\x28\x39\x27\x46\x52\x6f\x28\x55\x9b\x19\x3b\x0e\x75\x14\x63\x8d\x74\x98\x90\x81\x2f\x12\x47\xf7\x8f\x9a\x7f\x49\x9b\x99\x57\xc0\xe7\xda\xfe\xd4\x38\x05\x34\xcb\x12\x6f\xa5\xbf\xb9\x36\xb2\x63\x9e\xc3\x2d\xe5\x10\x4c\x5f\x39\x16\xdd\xd8\xef\x0c\x96\xcb\x62\xe1\xa4\x73\xb7\xf6\xcd\xd8\x4b\x76\x55\x99\xc2\xea\x36\x24\x46\xa2\x62\xa1\xbe\xd5\xa8\x1a\xe1\xca\x26\x75\x16\xe0\x61\xd7\x5b\xa1\x07\xb6\xdf\xda\xb3\x47\x16\x98\x9e\xef\x0e\x54\x9b\x8b\x2b\x1e\x6b\x8c\x37\xd1\xb9\xbc\x30\xee\xcf\x19\x7f\xe5\xaa\xa2\x97\x95\x2e\x91\x15\xd3\x57\x54\xf0\x02\xe8\xa0\x0c\x11\xa3\x92\xbe\x8b\x81\xe6\xaa\xc8\x42\x70\xf7\xaf\x39\xe2\xe7\x2f\x3c\x4e\xff\x36\x20\xd9\x54\xc1\x37\x05\x91\xe1\xab\x56\xfa\xd4\xfc\x4e\xd6\x07\xf8\x94\x8a\x1e\xa1\x5c\x89\x13\x53\xdf\x67\x55\x99\x88\x5d\x5a\xd6\x57\x01\xa9\x84\x25\xbd\x68\x89\xda\xed\x8e\xc7\x62\x81\xcf\x58\x2b\x6c\x58\x27\x6e\xed\x5f\x61\x08\xf3\x7c\xf5\xc7\x27\x09\x3e\x97\xcd\x6d\xd9\x18\xfc\xa8\xa8\x0c\xea\x64\x36\x7c\x64\x2e\xbc\x1c\xc3\x74\xb4\x44\x67\x82\xae\x6d\x95\xcd\xbb\xba\x05\xc3\x48\xcb\xad\xb7\x2a\x00\x1d\x18\x64\x87\x0b\xcd\x36\x72\x8c\x27\xf8\x4c\x28\xd2\x7b\x89\xe2\x14\xd0\xf1\x83\xbb\x82\x83\x3b\x69\x54\xb7\x7a\xa3\xb4\xff\x6a\x5e\x18\xa9\x46\x81\x98\x58\xc0\xb9\x19\x4a\x99\xdd\x2f\x6f\xd9\xc7\xdf\x7b\xb0\x84\x7d\x01\x9e\xa4\xf4\x45\xd2\xe9\x38\x41\xff\xa4\x2f\xdd\xb8\xb3\xac\x17\x39\xa6\x26\x31\xbf\x52\xe1\x57\xe4\xbc\xda\xf7\xa2\xe7\xcd\x4a\x23\x21\x76\xa4\x9d\xf4\x92\x65\x69\x0f\xb1\x9e\x6d\x7f\xf9\xf6\xa7\xfd\x9b\xd9\xc2\x42\xd8\xa2\x6c\xeb\x8b\xa3\xfc\x59\x9d\x41\x32\x61\x17\xa8\xc7\x6a\x50\x01\x5b\x53\x77\x0b\x3f\x51\xca\x2b\x9d\x41\x32\x95\xce\x08\x5f\x60\x06\xb0\x4e\xdd\xfd\xf3\xdd\x07\x91\xf1\x9b\xa9\xa6\x46\x74\xc7\x32\x99\x31\x40\x79\xfb\x02\xf8\xbd\xd7\x6d\x06\xf5\x96\xc3\x5d\x06\xbd\x2a\x5f\x60\x74\xf4\x2b\x70\x19\x7c\xcc\x91\x60\xc7\x23\xef\xa8\xcd\x03\xe5\x2f\xf4\x79\xfb\xdf\x9c\xdd\x07\xc1\x0f\xde\x8d\x20\x45\xbc\xbc\x60\x4d\xa3\x6a\x95\x9d\xcb\x7d\xe5\xe7\xaa\x67\x4e\x85\xae\x8e\x13\xb7\x5f\xc1\x97\x7d\x29\x27\x15\xe2\x64\x7b\x08\x14\x62\x7a\x40\xce\xea\x01\x6b\x52\x54\x47\x85\xd3\x80\x4f\x3c\x6f\x5b\x4b\xc6\xf9\xe1\x1d\x1b\x30\x7c\x7b\x99\x2b\xc1\x2b\xef\xff\x01\x2c\x3d\x76\x2e\x0a\x5e\x76\x8b\x0f\xe1\x17\xac\x0e\x76\xc2\x97\x21\x7b\x3b\xf6\xfc\x7f\x47\x4a\x4e\x57\x3c\x0f\x1d\x90\x2c\xb5\x71\x24\xeb\x6c\x91\x97\xc8\x58\x8f\x80\x7e\xc4\x87\xd9\xfb\xd8\xbb\xed\x10\x68\xa6\x73\xe0\xc4\x2c\x78\xb2\x8b\xb9\xc2\x70\x20\x58\xa1\x6b\x90\x9a\xaf\xa8\xf4\xc2\x3f\x4a\xb4\xed\x9c\x01\x24\xf2\x58\xef\xba\x6c\xc3\x2f\x10\xa3\x59\x7e\x25\x07\x56\x79\xdf\x8c\x05\xf3\x0c\x75\x47\x2e\xe4\xb1\xc6\xb6\x79\x87\x8d\x9f\xfb\xe4\x5d\x7e\x98\x43\xcd\x40\x81\x86\x5a\x7a\xa8\x94\x53\x33\x17\xf8\x49\x67\xb0\xa1\x2a\xb4\x43\xa9\x45\x8f\xa7\xb6\x2f\xa9\xc8\x4b\xbd\xee\x8b\x07\xc0\x1e\xba\xa7\xb3\x38\x9f\xf7\x56\x70\x79\xe2\x88\xe9\xb1\x1c\x9b\x51\xfe\x59\xf2\xbc\x24\xfd\x22\x9b\xe1\xb3\xd3\x6c\x18\x33\x0e\x2a\xda\x2f\x97\xbc\xae\xcc\x74\x22\xd6\x1e\x47\x62\x42\x04\x49\xcb\x17\xfd\xc3\x4e\x66\x8e\xb4\x02\xfa\x9b\xcf\x38\x96\xbb\x8d\x00\x62\xad\x51\x03\x38\xf6\x90\xc8\x5a\x2b\x66\xb4\xb8\x14\x76\x27\xbb\x67\x6b\x27\x98\x68\x5b\x78\x3b\x9f\xfe\x91\x89\x37\xb3\x8d\xb4\x12\x2a\xd1\x1d\xb5\x24\xcf\xa2\xa4\x57\x60\xb5\xe4\xe0\xe5\x7b\xc9\x9a\x2a\xea\x20\xf4\xe2\xf2\x71\xbc\xe7\x14\xf6\x19\x45\x85\xdb\x6e\xe2\x8f\xda\xd5\x32\x04\x92\x0d\xb6\x78\xbb\x51\x61\xbf\x01\x2c\x09\x43\x8d\xaa\xb3\x8c\x7e\x48\xa1\x4f\x48\x04\xf9\xba\x22\x00\xaf\xb5\x0a\x9a\x51\xfa\xeb\x7e\xa5\x93\x59\xe9\x0e\x19\xc9\x37\x55\x18\x2d\x53\xe7\x64\xd8\xdc\x2c\x26\xfb\x9e\x9b\xc7\xd1\x1f\xe4\xef\xb8\x11\x09\x6a\x61\x28\x5d\xa2\xf8\x77\xa5\x6f\xff\xca\x7d\x5e\x25\xb3\x79\x2d\xf6\x7e\x2b\x46\xa9\x04\xee\xcb\x91\x3e\x7c\xf3\x8f\x27\x58\xad\x35\xaf\x87\xa3\x00\x09\xec\xf9\x1f\x12\x7b\x1b\x71\x45\xc8\xe7\x6c\x29\x5c\xba\x23\xad\x02\xe6\xab\xab\xa7\x77\x0e\x82\x38\xcb\x3d\x91\xfa\x7f\xf8\x8b\x66\x59\x14\xec\x64\xd9\x0b\xf6\x92\xef\xc6\xaa\x88\xc7\x8d\x58\xd5\xb4\x3d\x86\x70\x54\x2b\x38\xc8\x52\xc3\x1b\xff\xda\xb6\x08\x9e\xf0\x4f\x8e\x78\x9d\x60\xe8\xbd\x4d\x2e\xe2\x9c\x62\xbd\x63\xcb\x8b\xeb\x36\x6d\xef\x9b\x3b\x32\x03\x90\xfe\x9c\x97\x45\x1c\xa9\x9b\x10\xb9\x2c\x3e\x24\x38\xe3\xa0\xe3\x00\x39\x76\xa6\x23\x99\x0d\x42\x5a\x32\xe1\x45\xd4\xd1\x3d\xd4\xfa\xce\x02\x6e\xb6\xa7\x7c\xc2\x21\x30\xdb\xb1\xa8\xad\xde\x6f\xc5\x53\x96\x93\x97\xf8\x03\x33\xd5\xa9\x77\xdf\xe3\xb8\x9b\x63\x88\x47\xa8\x1b\x88\x09\x03\x1f\x75\x64\xd9\x60\xe7\x55\xb9\x2d\xac\xb2\x13\xd2\xbd\x10\x4f\x3d\xee\xc4\x1d\xbd\xbb\xd5\xfc\xac\xae\x38\x50\x34\xa6\x58\x3c\x75\x70\x62\x14\x35\x9f\xb3\xfb\x16\x92\xd1\x73\x66\x46\xfd\xa7\x83\x78\x55\xb6\x0b\x56\xb2\xcd\xd3\x89\x0f\xa7\xef\xe1\xd3\x74\x37\x59\xd4\x2a\xa0\xf2\xab\xec\xc2\xac\x56\xfe\x9c\x76\x70\x5d\x97\xae\x8a\xed\x4a\xca\x63\xc6\xab\x5b\x17\x0e\x58\x78\xfb\xa1\x5c\xb6\xf7\xad\x59\xc3\x1b\xc7\xae\x40\xaa\x8f\x19\xcb\xd2\x5c\xdb\x5c\x2f\x48\x9c\x71\x9c\x78\xad\x37\x8b\xe8\x89\x25\x9e\xf8\xf6\xb2\x45\x26\xa2\x5a\x19\x7b\x67\x60\x13\x49\x3e\x18\x30\xbb\xfe\x1f\xf2\xde\x6c\x39\x79\x9e\x69\x17\x3e\x20\x5c\xc5\x3c\x6d\x4a\xb2\x71\x1c\x42\x80\x10\x42\xc8\x1e\x21\x84\xd1\x66\x1e\x8f\xfe\x2f\xf5\xd5\xf2\xc0\x6d\xee\xe7\xf9\xde\x55\xff\x5a\x55\xdf\xbb\x93\x60\x49\x96\x64\x0d\xad\x56\x0f\x57\x5f\x8c\x55\xd8\x7c\x2a\x63\xcd\x3a\xc2\x0b\x0d\x6d\x76\xfa\xd8\x38\xe4\xa5\x26\x43\x99\xbc\xfc\x2e\x2d\x14\x99\xc6\xc5\xe7\x82\xa1\xe1\xea\xe7\x04\xdf\x3e\x05\x32\x83\xf3\xba\x3a\x26\xac\x17\x16\x81\xba\x2f\xa6\xc7\xe0\x20\x67\xd9\x3f\xc4\xac\x43\xe1\x7c\x33\x92\xf9\x3f\xc6\x97\xeb\xde\xc5\x97\x2b\xe7\x65\x59\xd5\x88\xb0\xe5\x48\x17\x73\xb0\x0b\x36\x1c\xc4\x86\x42\xfd\x1e\x78\xab\x92\x43\x5b\x69\x03\x49\xaa\xe5\x8a\x4c\x81\xe0\x50\x4f\x45\x29\x10\x1c\xe9\xf2\x62\x8d\xad\x8a\x54\x37\x7b\xa6\xac\x8a\x12\xed\x91\x5f\x62\xd5\x87\x3e\xe8\xf4\xc6\x38\x53\xfd\x27\x67\x5d\x62\x2b\x64\x22\x1e\xb3\x73\xb8\x97\xc8\xd2\xb1\x61\x50\xf7\xd5\x07\x47\xa9\xb7\xda\xba\xe2\x4f\x04\x6f\xe9\x2d\x71\x3b\xf6\x41\xea\x9a\x38\x05\xe9\x2f\x62\x64\xb7\xf1\x7b\x87\x4d\xd7\x3c\x6f\xa1\x89\xc0\xad\x9c\xd4\x37\x35\x0e\xb3\x05\x17\xdb\x05\x42\x86\x9b\x82\x33\xb9\xa3\xc3\xab\xeb\x43\x91\xda\x0c\xce\xe4\x2e\x0b\x58\xde\xf6\x9a\x54\x32\x4e\xc7\x1a\x0a\x5b\x20\x04\x89\x67\xb9\xc2\x7b\x41\x64\x85\x2a\x71\x69\x8a\x04\x3b\xba\x92\x2c\xf9\xa7\x3a\x6f\xdb\x33\x79\x05\x75\x29\xe0\x35\xa7\x8a\xf6\x9e\xd5\x0d\x2f\xdc\x6f\x57\x78\x6c\x2a\xda\xc4\x76\x9d\xdd\x24\xcb\xe0\xdb\x80\x43\x04\x8e\xa7\xc7\x1e\x31\xed\x6c\x16\xcd\xf9\xd0\x81\xb5\xf3\x6b\xc6\xfd\x6d\x73\x68\x38\xcf\xcf\xb2\x70\x5d\x0f\xea\x2b\x8f\x95\x6b\xe2\x39\x22\xae\x6a\xeb\x04\xed\x95\x1b\xec\x61\xb0\xb2\xce\x82\x71\x2f\x17\x18\x22\x0e\x8e\xe7\x8c\x3f\xbb\xa0\x21\x50\xdf\x95\x93\xfa\x37\x13\x41\xcb\x67\x05\x4d\xd6\xca\xe1\x29\x44\x81\x22\x5c\xcb\x7e\xf6\xf3\x7f\x57\x93\x26\xfd\x78\xc7\x0d\x1c\x0e\xfb\xd4\xba\xd0\x0a\xcd\xca\x2f\xcb\x57\xd6\x54\x2a\x21\x56\x4d\x7e\xa9\x4b\x01\xdb\xe9\xd5\x96\x5e\x42\xe2\x26\xad\xb3\x23\xba\xde\x94\x58\xc4\xb7\x67\xbd\x47\x9b\x2d\x83\x55\xd8\x15\x5d\x0c\x7f\x7f\x07\xe7\x59\x8e\x0b\xa9\x76\x3a\xcf\xde\x4a\xb6\x1f\x9e\x08\xf5\x04\x93\xab\x1f\xec\xd9\xd6\x79\x03\x9f\x6b\x98\x93\x6f\xe2\x89\xce\x2f\x81\x61\x65\xf1\xf6\xe7\x94\x40\x0c\xc4\x9e\x42\xab\xb3\x29\x18\xa2\xa8\xd3\x51\xd4\x25\x8c\x2c\x42\x63\xfb\x56\x04\x19\x46\xdb\x61\x2e\x2f\x7b\x16\xf4\xe5\xf6\xf2\xce\x96\x19\xe6\x5a\x1e\xc7\x15\x6e\x6d\x26\x9a\x54\xbf\xae\x27\x11\x49\xf7\x02\x63\x67\x7c\x79\x86\xe4\x5e\x2f\xe5\x2d\xdf\xf7\x5a\x98\x24\xf7\x60\xe7\x00\xc6\xd4\x40\x57\x28\xfb\x28\x4f\x7b\x66\xd3\xe1\x64\x26\xdc\xac\xda\x23\xa9\x77\x00\xb8\xc3\x7b\x69\xcf\xf1\x3c\xf5\xcd\xa9\x28\x7f\x4e\xf4\x79\xb6\x38\xa2\x1c\x56\xd5\xb7\xa3\xd7\xf7\x27\xf5\x75\x15\xf5\x55\x33\xf2\xcd\xf2\x6b\x38\x38\x04\xe8\x30\xdb\x01\x41\x5a\x4e\x51\x70\x4b\x1e\xa4\xf9\xc6\x8c\x71\x27\x8e\x3b\xd8\x9a\x9c\x62\xcf\x7a\x23\x15\xb7\xac\x99\xe8\x0a\x31\x58\xff\x26\xbf\x7d\x31\x31\x79\xea\xd6\xc8\x6d\x95\xe9\x32\x60\x74\x0c\x07\x72\x94\xc0\x38\xef\x62\x07\x6e\xb0\x15\x46\x04\x1f\xd1\xab\xea\x97\xde\x2b\x2a\x1a\xfc\x9b\xda\x6e\xa2\xb5\xd2\x14\xea\x25\x20\xc0\x89\xee\x7c\x6c\x85\xa1\x44\x55\x20\xab\xb4\x26\x5b\x9c\x4a\x21\x45\xd5\xeb\xec\x25\x5e\x74\xf1\x06\x38\xea\xd9\x4b\xbc\xe8\x46\x2f\x2a\xef\xab\xda\xb4\x3c\xeb\xec\xaa\xba\xed\x6d\xd1\x25\x00\x09\x1f\x14\x98\x5a\x42\x67\x88\xfd\x5c\x41\x97\xee\x6a\xce\xe4\xc9\x67\xc7\x3a\xba\x7c\xf3\xcf\xae\xd5\x55\x2d\xf2\xb4\xeb\x17\x71\x95\x18\x16\x89\x86\xe5\xa4\x4f\xa6\x37\xb8\xf6\x8a\x80\x2c\x4b\x11\xd8\x46\xf8\x0e\xe1\xac\xe3\xca\xb9\xc6\x71\x3e\x39\x15\x40\x2d\x8e\x05\x05\xb3\x7e\xc3\xf9\x11\xaf\x77\xcb\xc3\x1f\x32\x47\xb7\x6b\xf5\x1e\x00\xe8\xb0\x87\xb7\xd5\xfb\xea\x0a\x9c\x27\x1f\xcf\x1d\xe4\x92\xa9\xc2\x7b\x33\x82\xfe\x3c\xdd\x70\xe2\x03\x6f\xff\x26\xb7\x7c\x84\x9c\xaf\x34\x8f\xbe\x64\x98\x0f\x05\x45\xc8\xa2\x04\xf1\x5d\x0d\xdb\x6d\xb8\xa1\xcb\xbe\xca\x37\xb6\xc0\x33\x6a\x66\xc1\x1e\x81\x49\xdf\x32\x1f\x48\xf4\x71\xa0\x09\x4a\xd3\xca\x48\x3d\x15\xb8\x6b\x33\x29\x6d\x43\xba\xe4\x5a\xd7\x86\x6a\x76\x72\x74\x88\x0e\xb3\x3e\x99\x8c\x9c\x38\xd2\x2f\xa0\x48\x32\x05\x65\xb9\xe4\x9a\xfb\x7a\xc3\xe0\x6e\x55\xe4\xc9\x2f\x16\x8a\xf8\x89\x92\xfc\x0d\x93\x2e\x12\x28\x00\x7e\x0c\x05\xc0\x29\x73\xb4\x04\x3d\xfc\x14\x48\xbc\x7e\x60\x9f\x70\x87\x46\x8a\x6c\x30\x1c\xa1\x5e\xd9\x19\x5e\x8f\x19\x1f\xd7\x9a\xaf\x86\x2c\xcb\xea\x0a\xf7\x39\x07\x88\xa5\x23\x9d\xc0\x45\x55\x2f\x30\xc3\x3e\x10\xea\xa3\x1f\x55\x39\xe7\xea\x5d\xa1\x3a\x84\x05\x06\xac\xd5\x90\x05\x70\x9f\xb7\xa8\xc8\xc7\x51\xae\x0e\xcf\xec\x3d\x0c\x70\xbc\xf2\x01\xfa\x3c\x50\x6d\x62\xb9\x5d\x66\xa4\xb6\xf8\x92\xab\x9c\x9d\xb8\x11\xbd\xc1\x01\x92\x33\xdf\x84\x3a\x4f\xf5\xbe\x59\xcb\x98\x2f\x30\xfb\x53\x28\xbd\xae\x2a\x79\xe3\xab\x4c\xa8\xd2\x52\x19\x78\x1c\x0a\xe0\xcc\xc6\x73\x5d\x4d\x71\xe3\x6f\x35\xfe\xf2\x4e\x35\xaf\x8c\xf7\xbe\xf3\x46\x21\x92\x7a\x74\x9e\xd2\x14\x28\x80\x28\xaf\x65\xa0\x89\xa6\x0a\xa4\xcf\x20\x9a\xfa\xa9\x63\x80\xa8\x60\x2d\x1d\xc2\x00\xe8\x7b\xd7\x5b\x26\xaf\xf8\xb6\xa0\x6b\xfb\xcd\x17\x35\x23\xf3\xaa\x99\x8f\xfe\x27\x41\x81\xae\x69\xf8\x56\xaa\x10\x03\x0f\x88\x35\x4f\x3c\xa8\x5a\x90\xdd\x0e\x3e\xe3\x20\x8f\x2a\xd6\xc0\xb4\x60\x20\xa9\xac\xa6\x78\xfa\xb2\xda\xa2\xbf\xd0\xb4\x1d\x38\x56\x34\xc7\xf2\x96\x70\xc7\x8e\x8f\x88\x88\x5a\x22\xc9\x9a\xbe\x73\xc7\x5a\x9a\x5e\xf8\x33\x7b\xf1\xcf\x1c\xe9\x76\x3c\xd1\xfe\x34\xd6\xa3\x4a\x33\xc6\x2a\x01\x98\xb0\xbc\x41\x57\x72\xa0\x1b\x5e\xd8\x08\x49\xfe\x54\x39\xbd\x91\x81\x50\x9d\xe2\x49\x1a\xcb\x47\xf5\x9d\x3b\x19\xe3\x06\xab\x2f\x9e\xbf\xac\x96\xe8\xff\xd6\x7e\x12\x9f\x76\xfa\x37\x9f\x46\x17\x77\x55\x97\x0f\xe6\x30\xf1\x71\x63\xa1\x7e\x02\x32\x77\x7c\x76\xa8\xc1\xe5\x51\x25\x26\xea\xf2\x6f\x5a\x24\xcd\x9e\xca\xfe\x67\x2d\xae\x8f\x2a\xf1\x8d\xc5\x3d\x6f\x6a\x7d\x77\xff\x5c\xee\xa1\x57\xd8\xb2\xd6\xb8\xbc\x8d\x6d\xf9\x46\xb4\x88\x7c\x00\x52\xea\x96\x3f\x2f\x36\xf0\x1f\x1c\xa1\x7e\x32\x39\xb3\x75\xca\xa0\x47\xdd\xe3\x8e\x9d\x49\xf7\x81\xe4\x3d\x51\x4d\x66\x2d\xd4\xc9\xac\x6a\x7d\x6e\xd2\xd7\x75\xaf\x05\x38\xb2\x57\xa5\x8a\x40\x2b\x76\x05\x15\xed\xdf\xfd\x31\x06\x67\xb1\x70\x91\x31\x11\xea\x7d\xe9\x1a\x76\x5e\x73\xd9\x6f\x06\xe8\x42\x7d\xf6\x22\x60\x8c\x52\x23\xc2\xa6\x28\xe7\x62\xd4\xa8\x56\xe0\xfd\x0d\x54\xe7\x50\x74\x9a\x48\x1d\x19\x3c\xad\x32\x8e\x24\x05\xa1\x8a\x59\x73\x89\x79\x0b\x17\xe0\x44\x9c\x64\x97\xd0\x66\x77\x72\x3d\x31\x40\x17\xfa\xa6\xfe\x5b\xf1\xd8\xab\x57\xe9\x69\x2d\xe6\x63\x6b\x9a\x18\x67\xb5\x49\xd4\x9f\x39\xcb\x68\x7a\x1b\x5f\x56\x53\xb4\x3e\xf7\x13\xba\x93\x97\x50\xe3\x49\x96\x1e\x57\x79\xe5\x4e\x67\x4b\x8f\x6a\x1d\x9a\x5a\x73\x3f\xa4\xe3\x02\xde\x58\x55\xde\x4e\x2a\x42\x49\x39\xda\x7f\xd0\x14\x3d\x80\x06\x8f\x45\xbd\x1d\xcd\xac\x0e\x84\xfb\x91\x18\x93\x13\xa6\x0e\xdd\xc9\x40\xb2\xa4\x76\x3b\xf5\x9f\x6d\x5c\x4f\x74\x3f\x13\xd5\xdf\xe2\xd5\xe7\xf8\x6b\x67\xe5\xf4\xea\x87\xa2\xd1\xa0\x6f\x5d\x8e\x30\x95\x7f\xe9\xc6\xcd\x7c\x91\xbe\x21\xbf\x9d\x8f\xb1\x7e\x5c\xa4\xee\x48\x45\x7e\x2e\xdd\x04\xe1\x3a\xc1\xe0\x4b\x8f\xd2\xfb\x22\x88\x91\xe1\xf3\x41\x1a\xec\x9b\xe8\x02\xda\xd3\x2b\x96\x17\x7c\x5f\xb8\x3f\xb5\x1f\xb2\x9b\x30\x21\xad\xcb\x66\xaf\xea\xda\x9c\x54\x92\x5e\xe0\xcf\x5d\x94\x1f\x1d\x2a\x7f\x1f\x4f\x43\x2d\x5e\xf4\x29\xd2\xfb\xcc\x1c\x8c\x9e\x51\x6f\xad\x40\x16\xff\x27\x07\x6f\x4b\x78\x0b\xb8\x8e\x5e\x21\xfb\x98\x1a\x7b\x45\x5f\x36\x70\xd9\x3e\xbc\xd6\x95\x35\x6d\x88\x16\x70\xce\x60\x5c\xd0\xcd\x66\x62\x78\xb6\xde\x9a\xe8\x7a\x0f\x28\x5e\xe6\x72\xdd\x5a\x91\xce\xaf\x45\x72\xa5\xaf\x39\xf0\xd1\x38\x0d\x77\x91\x65\x0e\x5a\x2e\xe0\x64\x70\x9d\x14\xc8\x53\x9f\x78\xba\x83\x1d\xcb\x13\xee\x3b\x75\xb0\xa0\xdb\xe8\x3e\x51\x27\x2a\xc0\x1c\xea\x2e\x0c\x4b\x1e\xa8\x58\xe8\x39\x45\x4c\xff\x27\x8d\xca\xe0\x06\xfc\x6a\x27\x07\xdc\xa7\x49\x80\xb6\xf8\xcd\xa6\x0f\xe0\xdf\x1b\x9f\x5e\x81\xc2\x47\xdf\xe4\xa7\x95\x71\x84\x3b\xaa\x65\x65\xc4\xc2\xd6\x43\xd8\xaa\x81\x70\x9b\x15\xc4\xe2\x27\x66\x6f\xf3\x65\x11\x18\x90\x9a\x49\xe0\x43\x5d\xed\x18\x3e\x54\x60\x5f\x03\x6a\xae\xa6\x6e\xf8\x41\xd8\x94\x37\x55\x83\x99\xed\x5a\xd5\x0d\x0c\xf3\x40\x88\xaa\xcc\x05\x7c\x0f\xcd\x9b\xd2\xa3\x54\x90\xa9\x3a\xc7\x51\x8b\x73\x8a\x6e\x5e\xae\xc1\xf1\x0e\xb3\x40\x58\x9f\x4c\x49\xed\xa9\x8a\x92\xef\x9b\x8b\x1c\xd2\xf5\xf0\x93\x77\x9b\xf1\xf9\x37\xe9\x3b\xe2\x63\x03\xb5\xdc\xf0\xc7\x6f\x38\x67\x4b\x6f\x38\x2b\x55\x04\xef\x17\x47\xb7\x72\x62\xe8\x56\xb7\x07\xf8\x54\x0c\x3d\xc5\x40\x54\xe9\x68\x55\xc4\x06\xb6\x70\x2d\x85\x05\x5f\x67\x56\x8c\x6d\xaa\x8a\xd9\x95\x7d\xa1\x3e\x2e\x81\x34\x5b\x51\x7d\x2d\xd7\xe6\x26\xc0\x61\xb5\x01\xed\xd3\x16\x4e\x95\xd8\xdc\x88\x00\x6e\x95\x10\x7b\x7d\x9e\x37\x37\x6a\xeb\x98\x73\x52\x8c\x32\x57\x23\x9e\xa5\x38\xce\x3b\xd3\xae\xbe\x11\x6c\x81\x39\xb8\x93\x9b\xa2\xfa\x3b\x7f\x66\x0e\xe4\xb3\x14\x8d\x67\x22\x5c\x6e\x8c\x89\xa4\x52\xce\x41\x96\xca\x7c\x4a\x75\xc5\x4c\xbe\x13\xa6\xf2\xe7\x7b\x08\xd9\xf3\xb1\x9b\xc9\x7f\x87\x34\xb5\x37\x0f\xfa\xd0\x0c\xdc\x50\x79\xf3\x3e\x33\xb4\x4c\x5f\x00\x9c\x68\xcc\xec\x88\x5d\xb8\xee\x99\xc1\x6e\x0b\xf5\xb9\x77\xd1\x1f\x4d\x61\xb2\x8d\xa8\x71\xcd\x92\x53\xc6\x99\x5c\x5a\xe3\x5f\xff\x57\x9e\x51\x53\xb1\xe0\x6c\x5c\x81\xac\xae\x78\xfa\xb1\x9a\xa2\xfd\xb1\x2f\xa9\x08\x99\xa8\xfa\x57\xee\xd0\x39\xc8\xb1\xe1\xd9\xdb\xba\x72\x3b\xaa\xed\xf9\x87\xc8\x5f\x01\x78\x1b\x04\x05\xf8\xa5\x87\x47\xd0\x02\xe2\x4e\x5c\x79\x05\x95\xd7\xe1\x41\xe7\x00\x66\xe8\x74\x8c\xdf\x2d\x60\x5d\x4b\xe8\x31\xf2\x10\xca\x3c\x9b\x07\x79\xbe\x45\xd5\x7f\xaf\xce\x89\x77\x94\xbe\xcb\xd1\x3b\x2a\x07\x3c\xcf\xf6\x91\xdb\x2b\x9a\xa5\xa8\xb7\xcb\x4c\x1e\xe2\xc7\x5d\x9c\x1b\x4d\x3f\xeb\x3c\xd1\xfa\x8c\x1a\x12\xb1\xbd\xe0\x74\xb2\xf1\x01\x8b\xb3\x99\xe9\x55\xb5\x44\xf7\x77\xc6\x88\x61\xbc\xed\x6e\x03\xab\x65\xd5\xa4\x3a\x3c\xbd\xea\x2b\xed\x10\x74\x7d\x0d\x0a\x32\x27\x23\x5f\xf7\x0d\x66\x16\x82\x68\xe5\x8a\x34\x76\xaa\x2c\x97\x17\x15\x26\x34\xb9\x70\xd3\xca\x39\xaa\xd4\xf8\x84\xf8\x60\x2e\x2d\x0f\xb7\x6f\x1a\x1e\x51\x61\x97\x33\xe0\xa6\x43\xdf\xb6\x64\xd7\x1c\x0e\xe2\x37\xb7\x39\xb6\xe7\x1c\x76\xa0\xba\xe6\x2e\xf2\x60\x85\x15\xbc\xe1\x26\xc1\xe0\xa2\x6f\x26\xab\x4b\xce\xa4\x2f\x22\x02\x52\x80\x64\xf1\x02\x7a\x76\x6e\x50\xd4\x20\x22\x2e\x82\x78\x34\x71\x2a\xc2\x1f\x4a\x1f\x8a\x80\x4f\x68\xe5\x8a\xca\xb4\xaa\x02\x19\xa2\xfd\x28\xbe\xf2\x12\xb2\x24\x24\x4a\x5d\x00\xa1\xaa\x45\x54\x4a\x0c\xea\x0b\x9b\x4e\x95\x75\x89\xc3\xd4\xd0\x6a\x80\x96\x49\x1f\x3f\xef\x34\x82\x3e\x05\x2f\xf0\x84\x58\xa9\x73\x05\xd2\x88\x03\x7d\x94\x1e\x0b\x25\xdc\x19\xc0\xb6\x8f\x6f\x38\x9d\xed\x58\x09\x0e\x9d\x86\x9e\x9c\xdf\x74\x47\x28\xfa\x95\xda\x60\xfc\x8e\x32\xcb\x5d\x98\x2e\x6d\x0a\xf8\x09\x98\x97\x9c\xac\xc6\xd2\x09\x8d\x93\xd3\x09\x84\x77\xb4\xe3\x29\x5c\x43\x5f\x7b\x24\x17\x0c\x27\x70\xe2\x85\x26\xa4\x85\xb5\x4d\x7e\x53\x34\x4f\x9a\x8c\x34\x1b\xd1\x88\x1f\xe5\x0b\x08\xff\x05\x80\x05\x37\x55\xdb\xb1\x74\xf2\x19\x47\x47\x9e\x32\xdc\x83\x62\xd8\x59\x14\xed\x0a\xdb\xe6\x31\x99\xc9\x02\x8d\x89\xba\x22\x9e\xe8\xd3\x6c\x6e\x93\x35\xc8\x4a\xee\x60\x02\x9c\xf9\xa2\x55\xb7\x85\x13\xcb\x04\xaa\x29\xea\x1b\x29\x83\xcb\x6a\xb3\xb4\xe3\x05\xf7\x5b\x46\x82\x14\x38\x05\x50\xb2\x29\xba\xc0\x28\xf2\x2e\x4b\x60\xbd\x1e\xdb\x30\xa0\xcd\xb3\x73\x4c\x75\x6e\x27\x20\xc2\xd5\xce\x2e\xf1\xa2\xdc\xbc\xb1\xa3\x1b\x10\x05\x68\x00\x0a\x6f\xf8\x9e\x4e\x54\x42\xf3\x05\x27\x79\x7e\x23\x8c\x5f\x6a\x2b\x75\x32\x18\xb8\x14\xb2\x33\x62\x88\x70\xa5\xc2\xb8\xab\xaa\xe2\x98\xf3\x4f\x98\x05\xcd\x60\x04\x5f\x3a\x07\xd1\xe3\xda\xd9\x67\x7c\xd8\x48\xaf\xc6\x3d\x54\xf2\x83\x59\x89\x43\xe5\x10\x78\x2d\xd4\xef\x0b\xb6\xc7\x27\xfa\x96\xe7\x15\x03\xeb\xc5\xbd\xbc\x50\x94\xe4\xf1\xf9\xcb\xea\x89\xd7\x72\x6c\xc1\x53\x20\xaa\xc9\x93\x45\x14\xe1\x57\x77\x69\x4c\x58\x9b\xed\x67\xcb\xd3\xcc\xd1\xe2\xe5\xdd\xda\x2b\xa1\x46\x2b\x82\x66\xb3\xbf\xf5\xba\xdb\x4b\xdb\x72\x75\xae\x7d\x90\xd6\xfc\x49\x4c\x46\x15\x00\xb7\x4d\xe5\xa2\x0e\xee\xf5\x4a\xc4\x72\xe3\x1c\xda\xba\x36\x58\x34\x8a\x4f\x52\x85\xed\xa5\xa0\x50\x9e\x37\xcd\xf0\xb5\x02\x35\x87\x9f\xd1\x50\x93\x3a\x58\x6b\x8a\x39\xa1\x87\x8b\xc9\x89\xb8\xc5\xe6\xc1\xb9\xee\x22\x17\x27\x7d\x8d\x6a\xd3\x99\xde\x15\xe2\xc0\x66\x56\x8d\xb0\xfc\x18\x61\xd8\xee\xa2\x01\x54\x9a\xd6\xc0\x9a\x2b\x55\x94\xd9\x86\xa6\xd3\xc0\x82\x3f\x43\x5d\xdd\x0d\x56\xd4\x7d\x82\x98\x9c\xc9\x35\x9e\xf6\x72\x63\x92\x9b\x7a\x3a\xb6\x78\x9a\xec\xa2\xc2\xce\x49\xee\x57\xbc\x69\x10\xdf\x8d\x4f\x82\xad\x12\x2e\x44\x8e\x3d\x66\xc4\xa0\xdd\x58\x40\x1c\xba\x50\x25\x70\x59\xad\x22\x0c\x1f\x86\xd3\x12\xe0\xfe\x5e\xfe\x48\xa5\xa6\x34\x75\x28\xda\x02\x0f\x6c\xb4\x4e\x4b\x39\x23\xeb\x60\xcb\x97\x79\xb6\x5c\x54\xc2\x31\x77\x62\x7d\x4c\x1a\x00\x78\x18\xa5\xdc\x3f\x6d\x65\x04\x10\xa2\xc7\x33\x50\x0d\x38\x61\x7a\x4c\xf6\x28\x58\x65\x87\xdd\x86\xf4\x1b\x53\x29\x5c\x1f\x8f\x5f\x70\x36\x72\xe8\xa1\xac\xca\x2b\x6c\x35\x62\x83\xfb\x57\xc0\x05\x9f\x58\x3f\xbb\xd2\xbb\xd6\xce\x3b\x88\x4f\x5a\x8f\x06\xb6\xf9\x5d\xa3\x87\x9c\x74\xc8\x77\xe0\x3d\x94\xa1\x91\xf1\x12\xbc\x0b\x48\x35\xd7\x9a\xeb\x5b\xbe\x47\xd8\x5b\x4f\x50\xc2\xad\x11\x93\xb2\x07\x13\xfb\x64\xd2\x94\x9c\xa3\x31\x9e\xab\x22\x30\x1c\xf6\x74\x63\x09\x64\x89\x84\xb8\xad\x4d\x11\x06\xb8\x67\x4a\xde\x98\x64\x13\x17\xfb\x48\xc9\xbf\x9c\x7a\x2a\x20\xb5\x30\x8a\xa7\xde\x20\xcb\x6b\x57\x28\xf5\x9b\x53\x2f\x9c\x5a\x22\x90\x9c\x57\x82\xeb\x7e\xe1\xbc\x59\x11\x9b\x61\x29\xd7\xdf\x90\xea\xc0\x79\x78\xa1\xf7\x9d\xf3\x51\x61\x75\xdb\xae\x60\x8a\x5d\x47\xac\x14\x19\xc7\x57\x92\xe5\xdb\xfa\x42\x0b\xaf\xff\xe6\x8e\x3c\xa4\x9d\x0f\xde\x4b\xad\x3c\x7f\x42\xed\x9b\x2c\x64\x69\xe4\xc4\x11\xf3\x5d\x96\xbc\x8e\xc8\x23\x57\xd9\x89\x5a\xd7\x52\xd4\x15\xc0\xab\xaf\x92\x18\xde\xbe\xd1\xc8\xe1\xea\xa4\x09\x1d\x87\xb9\x2d\xf3\x88\x94\x8a\x86\x00\x79\xc2\xd1\xf7\x60\x1b\xda\x89\xfe\x89\xed\x35\xae\x35\x0c\xc7\x13\x34\xad\xb8\x74\xb6\xaa\x79\x76\xcc\xa1\x7b\x84\x5a\x81\x95\x39\xe0\x08\xeb\x80\x1c\x4e\x41\x35\xf4\x0e\x5e\xd2\x36\x7c\x26\xe2\x4f\x10\x3c\x4d\x42\xca\xeb\x9e\x41\x66\x07\x17\x6e\x0c\xae\x64\x5b\x32\xfb\xf2\x29\xe6\xa4\x22\x1f\x09\x42\xdc\x5b\x11\x72\xa8\xfb\x3e\x37\x0e\x59\xe1\x2a\x2b\xc8\xc5\x0f\xc3\xc6\x93\xd4\x9f\xc6\x75\x92\xa7\x83\x56\x34\x73\x4b\x62\x14\xa7\x38\xaf\x09\xad\x49\x55\xcd\x5d\xca\x8e\x9d\x40\x23\xb2\x43\x50\x0b\x9b\xf3\x1a\xf1\x3c\x87\xf3\x46\xc0\xe5\x21\x0b\x15\x88\xe4\x0f\xb2\x68\x5a\x5a\xd9\xd6\x48\x38\x01\x8e\x2f\x1b\x28\x3c\x40\x2c\x86\xb1\x4e\x38\xec\x53\x9a\x5b\xc0\x37\x37\xab\x64\xd6\xa0\xf2\xac\xef\x26\xee\x69\x1d\x8d\x3e\x85\x75\x1c\xc7\x86\x39\x8f\xbb\x30\x0d\xb3\x57\x5a\xb2\xe9\x1c\x04\x36\xb1\xa1\x2f\x23\x27\x31\xf8\x1c\xcc\x6b\x74\x01\xcd\x77\xbf\x2d\x13\x63\xdb\xa9\xa3\x25\xfd\x7d\x4d\xc6\x31\xa4\x5b\x7a\xfb\x7d\xfd\x63\x6e\x22\x7a\x87\x83\x48\x8e\x20\x5e\xc1\xc3\x44\xf3\xce\x31\x23\x0e\x22\x4f\x13\x8e\xe9\xeb\x44\xe5\x7a\x40\x7e\x77\x09\xad\xb5\xcd\x21\x79\xc0\x49\x02\x85\x4a\x73\xcb\x6e\xa0\x6e\x32\x42\xab\xcd\xc9\x08\x28\x98\xcc\x09\xad\xa3\x12\xcd\x99\xc4\x7d\xbf\x75\xc9\x81\xd5\x0d\xd7\x42\xdf\x48\x6e\xe1\x15\x51\x91\xe7\x02\xb4\xe7\x4e\x1e\x1a\x50\x1b\x30\x21\x12\x4d\xb7\x84\x5b\x95\x50\xbc\xdd\xd5\xd5\x0e\xa3\x67\xf6\x21\x5b\x12\x19\x53\xd7\x2e\xb5\x2e\xae\x65\x51\x60\x8d\x3c\xfd\x77\x6f\xea\x02\x82\xc9\xca\x6d\xbd\x46\x3c\x2b\xa3\x54\xf5\x69\xc1\x44\x09\xca\xc8\x05\xed\x9d\x9f\x00\x77\xd4\xa6\xbf\xa0\xca\xc9\xaa\xca\x5d\x48\xf0\x37\xed\x22\xa4\xc5\x4c\xa1\xc9\x00\x26\x2f\xc3\x5e\x0e\x57\xcf\x89\x77\x69\x60\xef\x2b\xd4\x43\x9c\xb7\xef\xea\x2b\xf9\xb6\x91\xca\x3a\x75\x79\x0a\xe2\x3d\xde\xea\xf5\xac\x2f\x22\x33\xc9\x3d\xd6\x0b\xd5\xd1\xcb\x4f\x95\x40\x96\x02\x45\xb6\x33\xfa\x71\x4d\xe7\x89\x60\x33\x43\xdb\xea\x89\x31\x85\x4d\x75\x1c\x15\x4b\x43\x10\x08\x75\x81\x38\xe7\x42\xd1\x64\xdc\xce\xde\xc7\x04\x40\x2c\xd1\xaa\x12\xf4\x6c\x7b\x26\xcf\x88\x36\x23\x2e\x89\x7e\xc5\xcd\x04\x16\xfa\x72\x5b\x53\x46\xf8\x75\x0e\x6c\xba\xdf\xa8\x1f\x5c\x6f\x76\x75\x22\xc8\x1c\x9c\xf6\x34\x35\x0e\xbe\x7a\x5d\xc8\x4a\xdd\x08\x13\x88\xc2\xd5\x59\x64\x02\xb4\xb5\x81\x66\x4a\xf4\xde\xa0\x5d\x5b\x56\x56\x18\xda\x74\xc3\xb8\x6e\x31\xd8\xfc\x22\xee\x2d\x64\x15\xc9\x00\x2f\x40\x2c\x75\xf5\x0e\xfc\x8a\xdf\x5a\x00\xb1\xae\x77\xcc\x1b\x8c\xe8\xa2\xcb\x8a\x57\xdf\x46\xb1\x5b\x49\x2a\x70\x90\x25\xac\xa1\x51\x9d\x01\x05\x0a\x2e\x8d\x90\x3e\x3b\x57\x32\x0a\x16\xbb\x85\x19\xdb\x5c\x2e\x20\xbb\x1c\x2c\x03\x73\x12\x2d\x28\xc0\xfd\xcc\x9e\xb2\x0b\x76\x83\xa9\x9a\x47\xd6\x8f\x04\xe1\x30\x83\xfd\x4d\xb7\xfe\x44\xcd\xd7\xc8\xfe\x41\xad\xe4\x0c\x9c\x6b\xf7\x8a\xd5\x75\xd4\xdc\xbb\xf7\xb1\x63\xcb\x13\xc3\xcc\xf7\x80\xb6\x51\xe3\x78\xe8\x75\x0a\x0b\xaa\x06\xe6\x1b\x69\x6c\x2b\xc8\xec\x6e\xd8\xc0\xff\x48\x22\x67\x12\x28\x35\x84\x79\xf3\x54\xe7\xa0\x5c\xfa\xb3\x4e\x53\xb6\xe2\xd4\xb7\xf5\x0a\x62\x24\xb5\xad\xa6\x55\x72\xd5\x49\x41\xed\xbf\x23\x07\xe2\x9f\xf2\x0c\x90\x04\x30\x4a\x12\x1d\xc4\x43\x98\x22\x11\xca\xe4\xb9\xd2\xdc\xeb\x42\x45\x96\x18\xfe\x6b\x03\x54\x62\xd3\xc6\x92\x58\xb7\x75\xdb\x59\x3e\x48\x4a\x6c\x0d\xef\xb1\x5f\xca\x4c\x06\x25\xd8\x52\x86\x59\x7b\x29\xfa\x6f\x56\x5b\xbc\x8a\x93\x0f\x7a\x7b\xf6\xf9\xbc\xb9\x70\xc2\xd5\xa7\x25\x3f\x68\xc0\xcd\xd5\x94\xcb\xf9\x36\x1b\x12\x3e\x25\x33\x0a\xbe\xcd\xf8\x3d\xcf\x98\x7d\x93\xc1\xbb\x74\x5c\xe6\xe7\x0a\x3f\x23\x16\xa5\x32\xc5\x6a\x3e\xa9\x91\x26\x1d\x72\xf5\x43\xea\xac\x25\x32\xbe\x6d\x29\x61\xaf\x59\xd9\xaf\xea\xd8\x4d\x2e\x0d\x58\x5d\x56\xd9\x6c\x51\x77\x8b\xc5\x2c\x63\xe1\xec\x10\x23\x6c\x98\xa7\xab\xce\x95\x56\xfb\x97\xd5\xd7\xec\xd9\xd6\xa5\xc6\x77\x77\x39\xaa\x28\x0b\xc8\x29\xfe\x99\x53\x72\xf9\x7e\x56\xbe\xaf\x6f\xa5\x2a\x2e\x20\x4d\xee\xdf\xba\xc8\x9a\x4b\x7d\xa8\xdf\xe7\xdc\x64\x86\x64\x61\x93\xec\x7d\x4e\x59\x4e\x9f\xe0\xa6\xfa\xf4\x47\x1f\xe6\x4f\x3c\xba\x8b\xfb\xbc\x85\x5a\xe2\xad\xd5\x5d\x8e\x53\x94\xfe\x13\x87\xbf\xbd\x7f\xa9\x2e\xd7\x4f\xcc\xd6\x6f\xee\xf3\xb2\x72\xfb\xc4\x1f\xbc\xbb\xcf\x5b\xa9\xbd\xe9\xc8\xe1\xcf\x8e\x1c\x9f\x18\xb1\xf0\x74\x9f\x77\x52\x67\xf3\xde\xe5\x2e\xcf\x5d\x28\xdf\x25\x16\xdc\x97\xc1\xfd\x90\xcc\xd4\x1e\xd3\x72\x48\xe4\x0c\x84\x73\x91\x97\xa9\x3e\x7c\xdc\x8c\x73\xa6\x1f\x6a\xa7\xb0\x61\x5a\x45\x9c\xa9\x25\x5a\xed\xea\x07\x4b\xe6\x2f\x7b\x2c\x61\xe6\xc4\x17\xb5\xda\x13\xd6\x9b\x6e\x81\xdc\x04\xd6\xb2\x31\xfb\x84\x11\xac\x2b\x02\xd9\xc9\xc0\x78\x9d\x80\x4d\xa6\x75\x15\x3d\xf0\xdd\x72\x22\xd4\x57\x00\x11\x37\x03\xb7\xe0\x81\x0c\x5c\x3f\x0f\x1b\x19\x15\x3b\xc6\x1f\xd4\xdd\x4f\xba\x81\xaa\x1f\x15\xbd\xab\x40\x2d\x49\x3d\xba\xb8\x37\xc4\x46\x55\xfc\x52\xf1\xc6\xe2\x12\x06\x63\xd9\x17\x8c\xc9\xcc\x1e\x70\xf7\xf4\x91\xec\x50\x53\xdd\xb2\x08\x85\x4d\xc1\x6b\x5b\xf9\x67\x43\xfa\xa4\x2a\x79\x9a\x74\xdc\x3c\xaf\x58\x07\x59\x99\xc3\xae\xb0\x70\xe5\xab\x71\x99\x86\x43\x5d\x24\x67\x94\xae\xc6\x26\xb6\x8a\x9c\xaa\xc9\xa9\x5c\x15\xcf\x7c\x1d\x39\x79\x93\x53\x0b\x73\xb2\x77\x39\x99\xab\xe2\x95\x04\xd2\xaf\x37\x07\x72\xa6\x6c\xbb\x53\x20\xc7\x33\x0a\xa5\xc2\x39\xf3\x30\x67\x75\x97\xb3\xbc\x19\x9f\xec\x00\x39\x37\x53\x9b\x7f\x83\xea\xeb\x2a\x37\xc8\x99\x99\x77\xd6\x37\xfe\x50\xd8\x7e\x46\x1f\x9a\x9b\x72\x46\x71\x97\xcc\xd8\x86\x75\x1d\x48\x0d\xe5\xd4\xe5\x94\x07\x2f\x0b\x19\x59\xbb\xb6\x36\x30\x03\xf3\x0d\xdb\x1e\x99\xac\x7d\xd8\x7b\x84\x60\x99\x29\xbc\x3a\x83\x42\xa1\xbd\xde\x23\x0a\x77\x09\x67\x8a\x49\x3e\xde\x94\xd9\x8e\x90\x2d\x2a\x93\x73\x0e\xbb\x43\xb0\x57\x6a\x16\xe6\x5c\x6f\xa0\x9c\x37\xe6\x88\x4d\x7a\xee\x66\xa6\x10\x2e\x15\xd5\x30\xa7\x44\x1a\xdf\xc1\x7a\x8e\x71\x0d\xd3\x2b\x53\x20\x8c\x90\x48\x55\x6d\xc2\xf4\x42\xd8\x36\x82\x49\xd5\x65\x00\xa3\xc6\x46\x15\x8a\x95\x76\xe9\x06\xa6\x6b\xae\xb2\xd8\xb2\x17\x65\xb2\x2a\x37\x38\x5d\x4e\x15\x2c\xf4\xd4\x29\xcc\x32\x8e\x4f\x80\xbc\x77\x35\x81\x58\x73\xc5\xec\x9b\xda\xde\xef\xa1\xbc\x2c\x34\x10\x1c\xe9\xc0\xf9\x45\xae\x22\x13\x36\xbc\x41\x15\x07\x75\xe4\x22\x2b\xae\x62\x9a\x83\xa5\xd6\x1a\x42\x67\x72\xd5\xd6\xf9\x01\xe7\xcf\x73\x8a\xd1\x5f\xea\x12\xe7\xa3\xc9\x59\xe6\xc2\x05\x0d\x87\xa5\x30\xe7\x08\x9c\xad\x71\x69\xc3\x96\xc9\x26\xc3\xcf\x29\x9c\xc9\xc4\xa4\xab\x53\x98\xb1\xce\x99\x8e\x2e\xb0\xce\x94\xc9\xd9\xe6\xcc\x9c\x93\x63\x9d\x5a\x84\x39\xfb\x1c\xdc\x35\x4b\x92\xd4\x7e\x2a\x08\x73\x8e\x39\xc5\x10\xb4\x1b\x28\xa1\xa2\xda\xd6\x92\xdf\xa9\x51\xdf\x9c\xe8\xa5\xf3\xd9\x54\xc7\x21\x67\x78\x20\x36\x26\x3f\x1c\x08\x54\x9a\x95\x26\xe7\x1a\x76\x71\xc7\x5d\x34\x39\xb9\x9c\x59\xe7\x07\xde\xa4\x26\xa7\x90\x33\xbe\xbc\x64\x0b\xac\xea\x61\x6d\xa5\x1c\x0c\xe0\x97\x0a\xce\x93\xb7\xf0\x9d\xed\x42\xf2\x29\x96\x31\x40\xb9\x26\xab\x12\x8e\xc5\x8d\xc7\xc2\xe4\xd4\xc2\xb1\xc8\xf3\x58\x98\x9c\x79\x38\x16\xfe\x96\xbf\x98\xae\xbe\x8d\x03\x17\xc8\xfc\x51\xa9\xc9\x99\xe6\x0d\x8d\x21\x09\x9a\x73\x02\x24\x51\xe3\x64\xaa\xce\x2b\xc2\x99\xf0\x15\xf2\x2f\x3c\x96\x17\x33\x2e\x6b\xc9\x4b\x07\xd3\xa0\xf2\xd2\x64\x2d\xf3\x66\x98\xf5\xd5\xcf\xde\xec\xe8\xba\x44\x8c\x20\x70\x50\xa8\x18\xe4\x78\xee\x7a\x67\xb3\x32\x1f\x1f\x77\xb3\x4d\x35\xfb\x9d\xe2\xb1\x5a\x3e\x61\xa8\x4c\x8e\x9f\x37\xd4\xb6\xc8\xc4\x36\x7c\x67\x01\x88\xb4\x25\x88\xd2\x46\x96\x79\xaf\x94\x79\x3b\x5d\x81\x94\x3d\x70\x41\x18\x4c\xf2\x1a\xb6\x28\x23\x58\x1a\xab\x4d\x98\xb1\xe5\x8c\xdb\x7d\x86\x71\x72\xdc\x4a\x04\x1b\x52\xe5\x30\xeb\x98\x07\xbd\x2a\xee\x99\x60\x85\x19\x67\x28\x99\x00\xc7\x17\x6b\xfe\x8c\xf0\x54\x93\xf2\x9e\xbb\x5d\xe1\x6e\xdf\xcc\xfa\xcc\x1b\x02\x05\xde\x7c\xa6\x4c\x4e\x2e\xcc\xa1\x6b\xaf\x53\x27\x63\x50\xd5\xd8\x99\x55\x1a\x8e\xd5\xc1\xc6\x58\x99\x9c\x52\x98\x73\xba\xcb\xa9\x84\x39\x97\xbb\x9c\x5a\x98\x73\xbb\xcb\x31\x66\x7f\x3e\x87\x2e\xce\x87\x39\x3e\xfc\xec\xc5\x5e\x2e\xb1\x48\x8b\x72\xc3\xe7\x4c\x06\xc6\xea\x7a\x05\x69\x62\x53\xcd\x31\xb1\xe1\xf4\x2b\xd3\xc6\x8b\x51\x44\x73\xfa\x14\xf6\x50\xe3\x2c\xf8\xa5\x30\x7d\x5e\x30\x7d\x98\xcd\xb8\x13\x9c\xb3\x2c\x98\xbd\xba\x20\xb4\x06\xa7\x4c\x7c\x07\x2d\xf8\x1d\xd3\x2f\x5e\x3a\xfe\xda\x2c\x9d\x05\x53\x62\x18\x80\xb4\xfd\x82\x39\x6e\x2e\x47\x3e\x6f\x4c\xd6\xba\xc0\x67\xec\xed\xc8\x4e\x33\x26\x67\x5b\x30\x84\x25\x7f\xe4\x03\xcf\x64\xed\xf9\x2b\x8a\x14\x7f\xc7\x09\x64\x06\xd7\xc4\x46\xfe\x8f\x53\x89\x7a\xe2\x55\xb1\x9f\x76\xeb\xbf\xed\xa7\xe5\xde\x86\xb7\x52\x81\x69\x1e\xb4\xa7\xa3\x60\xcf\x32\xac\x3d\x24\x6b\xfa\x1a\xeb\x71\x3c\x5e\x7b\x31\xfd\x5b\x95\xa5\x02\x07\xc7\x59\xcc\x78\x35\x16\xcc\x2a\xd8\x70\xad\x25\x98\x3f\x47\x45\x96\x58\x96\x6a\x26\x57\xf9\xfb\x97\xb0\xa1\x0a\x09\x62\xe1\x2e\x6c\x2e\xd8\x23\x63\xb1\x67\x02\x79\x17\xab\x81\xd5\xb4\x2a\x52\x5d\x5e\x3b\x56\x4d\x89\x36\x84\x12\xb5\x01\x78\x68\x5a\x15\xa2\x44\xda\x75\x38\x18\x35\xcb\x50\xb5\x0f\x88\x61\x1e\x6e\x11\x35\xb0\x44\xa6\x6a\x6e\x5d\x16\xc8\x78\x64\x1c\x15\x72\x74\x6d\xd4\xec\x56\x22\x86\x5b\x7f\x46\x10\x0c\x7d\xd4\xda\xc8\x3b\x30\x8f\xf9\xf2\x22\x35\x06\x87\x8c\xe8\x2b\xf8\x7b\x92\xe0\x8f\xee\x89\x6b\x88\xe4\x18\xf9\x94\x58\xf6\xcb\x01\x62\x21\x6b\xab\x44\xe3\x22\x2d\x5f\x91\x2f\x06\xd9\x9e\xf7\xae\xb4\x25\x35\x9b\x87\x61\xec\x56\x48\xe7\xb5\x88\x14\xa0\xde\x8d\x2c\x46\x48\x98\xef\x42\xa6\x71\x85\x0d\xc9\x61\x44\x72\xb5\x27\x14\x55\xa1\x27\xc4\x14\x75\x8e\x98\x8e\xb7\x08\xa1\x5e\x9d\x24\xa7\x0f\x36\x4b\x32\xcc\x1a\xad\x97\xd1\xb3\xb1\x94\x5c\xd8\x26\x35\x58\xb2\x49\x00\xdd\x9a\x49\x33\xef\x2f\x49\x8c\x33\x84\x1a\x98\xad\x10\x75\x6f\xed\xcd\x91\xb5\x8b\xb0\x37\x22\x25\x61\x77\xbd\xe7\x9a\xf6\xf4\x5a\xd3\xa7\xff\x5e\xa0\x58\xee\xa5\xfb\x48\xaa\x8a\x11\x02\xc7\xd2\x25\x89\xbc\xf3\x5f\x20\xef\x1d\x3e\x63\x6c\xa8\x9a\x61\x19\xe3\x38\x98\x1f\x71\xad\xb2\xa1\x72\x7e\x89\x95\x19\xb5\x30\x1f\xa7\x64\x77\x72\x3b\xe4\x86\xd1\x72\xea\xca\xc5\x94\x78\xc2\x79\xd1\x27\xcb\x4c\xbe\x9b\x79\x41\x38\x9f\x36\x66\xb9\x4a\xda\x75\x44\x6e\x78\x12\x15\xf8\xed\x2c\xe5\x85\xeb\xe7\x2d\xcf\x8d\x1d\x0c\x36\x19\xe9\x0c\xca\x24\xd3\xbb\x35\xc2\x98\x0f\xc2\xb9\xfd\xd0\xb8\x37\xe2\xc5\x27\xe5\x0e\xe9\xcf\x14\x57\xce\x6d\x9a\xf8\x7e\x35\xa4\x76\x67\xe4\xc2\xe0\xb2\x2e\x74\x8a\x2d\xd6\xe7\xe3\xe7\x00\x13\x85\x3e\x53\x3e\xc1\x7d\xeb\xc1\xc0\x54\xf4\xb7\xe4\xbe\x56\x25\xdb\xd2\x31\x42\x00\x5b\x61\x98\xe0\xaf\x48\x78\xdc\x36\xf5\x91\xab\x51\x7f\x4f\x46\x57\x9e\x3e\x91\x88\xdd\xdb\x8f\x4d\xb2\x27\x44\xf7\x40\x9e\x4d\xed\xfa\x98\x0e\x3a\x66\x24\xd6\x07\x40\xf8\x3f\x71\x0f\xd1\x6f\xf5\x02\xbf\xa7\x39\x12\x0b\x32\x4b\x66\x62\xad\x0d\x2e\xc8\x27\x9b\xe5\x75\x1e\x87\xd3\x10\x2b\xb9\x3c\x62\x3b\xac\x28\x1a\xbd\xd8\x83\xee\xbe\x0b\xde\x6f\x61\x1c\x0d\x8a\x5b\x4d\x10\xa2\xef\x2c\xfa\x0b\xf7\x9d\x83\x29\x2e\xd9\xe4\xd7\xdf\x56\xef\x04\x3d\x3f\x55\x4b\xb4\x5a\x55\x77\xaf\x36\xa2\x57\xa7\xec\xe8\x5c\xb1\x29\x36\x28\xc5\x09\x6a\x5b\x8e\xed\x91\xb3\x1f\x05\x2e\x76\x5e\x67\x90\x63\x22\x1a\x04\xc4\x98\x88\x64\xef\x29\xcb\x51\xcf\x3d\x32\x62\x04\x0a\x21\xb4\x84\xb7\x3d\x2d\xe0\x92\x84\x85\x49\x6e\x6f\x1b\x3b\x24\x88\xe4\x16\x88\x4e\x94\xdf\xdb\xf1\xfc\x3e\xfb\x39\x98\x52\xb0\xb4\xd8\xe2\x40\xfd\x20\x99\xef\x5e\x9a\x5c\x87\xc5\xc3\x56\x5b\xd8\x02\xf2\xdf\x2a\x82\xf4\xf7\x6b\x47\x54\x5b\x3e\x42\x84\x5d\x93\x89\x56\xd8\x86\xca\x33\x28\x04\x60\x08\x3a\x24\x52\xbe\x1d\x58\x15\x05\xe7\x47\xfb\xe5\x08\xf1\x6e\xd2\x2d\x4f\x79\x64\xad\x68\x8b\x69\x89\xa5\xc9\x0e\xc9\xcd\x10\x5f\xd5\xc5\xb8\x18\xbf\x9d\x2a\x94\xb5\x34\x76\xf0\xcb\xbe\x1d\x21\xa8\x66\xf3\xbc\x23\xe9\xdc\x7a\xd9\x7e\xa2\x97\x38\xca\xb3\x4c\x09\xa6\xf4\x49\x4e\x55\xb1\xbb\x4b\x8f\x5b\x6e\x55\x0f\xa8\x8b\x20\xc8\x5a\x7a\x26\xdc\x6a\x38\x46\x22\x27\xdf\x29\xfd\x3c\xb0\x3c\xeb\xdc\x74\x3e\x76\x8a\x9d\x2a\x35\x59\x1f\x8b\xd6\x4c\x66\x02\x16\x7d\xf4\xc5\xdc\xf9\x8c\x4c\x3f\x96\x76\x39\x20\xd3\xce\xaa\x8d\x68\x2b\xb8\x47\x1f\x11\x2c\xf3\x15\x72\x63\xa8\xf5\x26\x55\x60\x88\xfd\xd6\x60\xcf\x38\xa9\xf3\xb3\xe5\x88\x95\xf3\x41\x8e\xb1\x59\xc4\x45\xad\x90\x3a\xb1\x05\x5f\x65\x2a\x9c\x51\xc0\xc9\x10\x4d\x5a\x3a\x75\x99\xc1\xe3\x55\x66\x4d\x7a\x5b\x88\x83\x9c\xe6\x58\xea\x32\xcb\x85\xa2\x1e\xf1\x3d\xc7\x43\x77\x61\x12\x3d\xe1\x80\xf6\x97\x64\xe6\x45\x6f\xb0\x8c\x2c\x92\xc3\xd0\xa4\x76\x21\xde\xe0\xe6\xf0\xc1\xdb\x34\x70\x3f\x43\xab\x49\x97\xe0\x3d\xb1\x44\x39\xb2\xf2\xb8\x48\x1f\x1e\x6d\xa3\x19\xfb\x3e\xe9\xd7\x47\x64\x0c\x07\xab\x19\x4f\xb8\xcf\x2b\x8a\x7b\xc8\x41\x92\x3e\xd6\x6b\xc0\x88\x64\x2f\x2a\xd6\x60\xf3\x85\x06\x6e\xa4\xc7\x88\xc4\x77\x73\x84\x6e\x6f\x3f\x87\xc9\x64\xfd\x82\xaa\x26\x24\xdf\x7a\x4b\x64\xed\xd7\x7c\x09\xa5\xb3\xa0\xf1\x9e\xc8\x3c\x32\x80\x04\x29\x9a\xfb\x37\x36\xfb\x99\x5e\xf5\x7f\x2f\xb0\xdd\xc4\x37\xac\xaf\xd4\xa3\x95\xba\xc5\x3b\xde\x02\x48\x51\x06\x35\xae\x19\x92\x48\xc0\xe8\xac\xa9\x07\xe7\x20\x43\x73\x1c\x87\x06\xb3\xd5\xc2\x1a\xca\x23\x8c\xe8\x86\x51\xef\x9f\x75\x0f\xc9\xfa\xe3\x75\x9e\xa1\x4d\x47\x44\xe6\x95\xea\xea\x2d\x32\x88\x1b\x8d\x58\xe3\xaa\xf1\x67\xdf\xfa\xc2\x9d\x21\x96\x15\xa0\xd3\x1a\x84\x3c\x05\xcc\x99\x22\x9a\x0a\xe2\x4d\x11\x5d\xee\x2c\x33\x2c\xeb\xf7\x84\xe8\x50\x53\xfd\x15\x9a\xf8\xd8\x67\x92\x93\x78\xa4\xe0\x02\x4e\x1d\xdf\xb3\x25\xf3\xe3\xa7\x10\x1c\x03\x76\x39\x03\xfa\xb6\x89\x9e\xa4\xf6\x5c\x52\x77\x46\xc5\x1c\xdf\x15\xa0\x0d\xaf\xdb\xad\x68\x0d\xb5\x70\xe0\x26\x97\xd3\x49\x15\x73\xdc\x34\x60\x5a\x72\xd0\x0e\xb7\x9f\xc0\x87\x2a\xa1\xc8\x61\x42\x09\xbd\xda\xc4\x9a\xea\x1f\x39\xb1\x65\xfc\xd5\x21\x9e\x71\x88\x58\xd8\x94\xf4\xd9\xa9\xea\x71\x19\x38\x15\x46\x96\x6b\x89\x8f\xce\x42\x6f\xf4\xbe\x33\x6f\x9b\xbd\xf2\xde\xb9\xb5\x09\xa5\xcf\xe0\xe7\x8d\xc4\x7b\x47\x5f\xd2\x23\xf0\x3a\x4d\xa1\x76\xa4\xca\x55\x81\xdc\xd3\x8f\xae\x53\x35\x6d\xfb\x52\x74\x3a\x64\xe6\xdc\x76\x22\x2b\xe7\xd7\x4e\x8d\x0a\xb4\x9c\xba\x29\xd8\x13\x2f\x9d\x0a\x09\x88\x9a\x0e\xcb\x2e\xf5\x72\x79\xee\x64\xa8\x84\xe7\x64\x4d\xc9\xb1\x78\xea\xec\x7a\x04\xa9\xb7\xed\x99\x8e\x36\x3a\x64\xf2\xec\x38\x91\xc9\xb3\xdd\x99\xe2\x62\xec\xcc\xf2\xe1\x2e\x57\x4f\x73\x7a\x28\x28\x90\x92\x05\x8a\x08\x3f\x87\xff\x88\xd9\x69\x83\x2d\xd6\x8b\x73\x6f\xbc\xd1\x37\xc4\x19\x8c\xd6\xb4\xe3\xd4\x42\x91\x52\x6d\xb4\xda\xd0\xc5\xc9\x6d\x64\x09\xc0\xe2\x77\x4e\x8a\x77\xa5\x98\xe3\x59\x6d\xb0\xa3\xca\x09\xb2\x31\x4a\xee\x6d\xac\x56\xe7\xd2\xa0\xaf\x19\x2c\x36\x7a\xef\x74\x7f\x81\xfa\xd1\x7a\xd4\x3d\x90\x3d\xc4\x0c\x28\xc9\xd8\x38\x8a\x93\xa4\xa9\x15\x4b\x19\xcd\xad\x98\x49\x9a\x5c\x31\x88\x26\xd7\xbd\xd1\x26\xbd\xca\x59\x0f\x56\x96\x53\xea\x40\x6b\x4e\x37\x77\x76\x4b\xc6\x00\xc5\x12\xf5\xae\xfb\xf9\xa3\xff\x3d\x7d\x8d\xa7\x0d\x3a\x2a\x63\x7f\xf4\xe6\x37\x32\x29\xd8\xc9\x97\x44\xf2\x92\x02\x92\xab\x03\xb9\xd0\x46\xc9\x3e\x49\x61\xd5\x41\x76\x12\xc9\xeb\x1b\x47\x9f\xe4\x10\x77\x55\x62\x83\xd5\x77\x09\xa7\xc3\xa8\x4c\x84\x46\x7d\x5b\x4a\x73\xf9\xfa\x6c\x3c\x6e\x78\x75\x3a\x62\x2a\x67\x7a\xeb\xbe\x13\xaa\xde\x0b\xcc\x4b\xc5\xc7\x66\x65\x47\x5a\xc1\x4f\x18\xbf\x75\x32\x73\xfb\xdf\x76\x67\x28\x9c\x8e\x31\xf8\x22\xfb\x2a\xe7\xad\x02\xec\x20\xee\x8d\xe8\x9e\x37\xb8\xa0\x22\x22\x6d\x98\x7c\xdd\x68\x4a\xe9\x6d\xec\xb2\x4c\xa5\xd7\x69\xa4\xda\x2d\xda\x21\x94\x88\x9e\x8f\x0d\xc0\xa4\xa7\xf2\x48\xb2\x5d\xc3\x67\x9d\x4c\xf2\x99\x86\x77\x65\x53\x7c\x5c\xb1\x94\xe5\x7c\x24\x7d\xd4\xd3\x4f\x7b\x70\xac\x3f\xb6\x79\x73\x48\xe7\xb9\x97\xd1\x5a\xd5\x8c\xaa\x4f\x1e\x3c\xce\x4e\x8e\x63\xcb\xb1\x6a\xbb\x15\x02\xdd\x16\xe3\xea\x83\x1a\x29\xce\xe7\x81\x47\x62\x8d\x4f\x1c\x67\xeb\xac\x33\x51\x42\x5d\x54\x09\x76\x02\xc4\x37\x76\xc0\x60\xc1\xb8\xbc\x08\x50\x19\x72\x1b\x85\x79\x1e\x3c\x54\xa7\x0b\x1b\xd0\x8f\x8e\x50\xdf\x14\x37\x87\x30\x8e\xd9\x2a\x6d\xc9\xc2\xa0\x39\x07\xfa\x97\x7f\x2c\xcb\xae\x10\x83\x97\x94\x83\x54\x8c\x56\x6c\x40\x57\xc9\x31\x50\x63\x03\xb7\xd8\x11\xad\xed\x49\xfd\x9a\x18\x66\x55\x56\xb8\x40\x23\x32\x5e\xb8\x1e\x32\x58\xe3\x33\x65\x1c\x2b\x37\xf2\x8f\x65\x34\x16\xea\xa4\xc6\x74\x29\xdc\xc9\x94\xd5\xa4\x76\x6a\x0c\xf4\x28\xf9\xc7\x46\xe9\x6a\x4a\xc3\x28\x4b\x27\xf9\xc7\xf6\x6a\x51\xf4\x47\x58\xa7\x5c\x92\xd9\x85\x37\x58\x1d\xe6\xe6\xf0\x30\xd8\x24\x69\x8e\x3e\xbc\x5a\x42\x1d\x54\x05\xd6\xaa\x25\x79\x59\xd3\x0e\xf8\xae\xf9\x36\xc2\x07\x11\x3a\x4d\x76\x0d\x49\x4a\x33\x81\x6b\x34\x07\x87\x78\xeb\x45\x58\x50\x45\x37\x9c\x5a\xd1\xc6\x14\x76\x61\x5a\x93\x21\x14\xc1\x66\x0d\x16\x43\x55\x47\xaf\x6f\x82\x03\x9b\xf6\x71\x1b\x53\x42\xfd\x4c\xd9\xc6\x86\xdc\xb6\xdf\xde\xa9\xcb\xf4\xfb\xfd\x40\x57\x99\xc3\x53\xcf\x1a\x8b\xfd\x53\xaf\xf4\x05\x72\x04\xed\x7d\x1b\x36\xb6\xc1\xcc\x8e\xa3\x2e\xf9\x14\xed\xfa\x20\x37\x44\x62\x9a\x85\x2d\xef\x46\x9a\xf1\xf1\x61\x06\x73\x33\x95\x63\x18\x2e\x44\x16\x3c\x60\x64\xf8\x69\xb9\x36\xf0\x63\x7a\x19\xfa\x5b\xe3\xe9\xdf\x13\xad\x40\xc2\x3a\xb9\x7f\x5b\xa1\x5e\x6b\x68\xf9\x52\xe5\xbd\x95\xbc\x92\x93\xc3\x7d\xdc\xfa\x81\xae\xe1\x10\xda\x26\xe5\x48\x59\x77\xa9\xb3\xcd\x8c\xbe\x35\x74\xae\x75\xf6\xe0\xba\xca\xc8\x25\x31\x07\x4d\xe1\xc0\xe0\x73\x7d\x19\x54\x23\xb2\x73\xd9\xc8\xd0\xd2\xb1\x46\x1a\x3e\x16\x2c\x1c\x25\x29\x15\x61\xed\x54\x92\xb0\x91\x22\x89\x44\x49\xaa\x8f\xe7\x22\x4c\x7d\x6a\x6a\xed\xea\xb5\x77\xb3\xa7\xfa\xee\x69\x0f\x39\xb0\x64\x91\x98\x12\xe7\x10\x8b\x5f\x3f\x97\xb1\x93\x7b\x26\xc1\x37\x4c\x65\x8c\x71\xf8\x05\xe3\x30\x89\x31\x0e\x3f\x7c\x6e\x8f\xe3\xe7\xf6\x77\xa7\x96\x07\x6f\x52\xcf\x87\xc7\xd5\x57\x07\xb6\xac\x43\xa7\x6c\x4a\x8e\xc4\x67\xa7\x42\x0f\x83\x04\x27\xf1\xd1\xc9\xd0\x7b\x7d\x27\x6b\xde\x1f\x8a\xf7\xce\x94\x98\x9b\x9e\x33\x2b\x84\x95\xbe\x75\xd6\xf4\xd0\x75\x36\x26\xb1\x2f\x3a\x9d\x2d\x3d\xb4\x9d\x5d\x21\x64\x08\x5e\x3b\xcb\x02\x58\x91\x95\x49\x9c\x4a\xf1\xd2\xf1\xe9\xa9\xe9\x04\x85\xb0\xfb\xcf\x1d\x68\x5c\x3d\xe7\x50\x08\x6f\x13\x4f\x9d\x23\x3d\xb8\xce\x29\xaa\xb4\xd1\x39\xd3\x83\xe3\x5c\xa2\xd7\x6d\xb0\x28\x2a\xc6\xa2\x38\x4f\x7f\x46\xfe\x8f\xfb\x46\x05\x76\x09\x06\x12\x57\xbe\xfd\xe5\x03\x3b\xf2\xc0\x3f\x73\x0c\x75\x8a\x10\xcd\x92\xaf\x96\x5e\xc9\x4f\x58\x09\x67\x29\xbc\x4e\x85\x58\xfc\x8a\x5c\x35\xe9\xfe\x25\x2b\x88\x3d\x7b\x56\x1b\xe0\x31\x7c\x5e\x3b\x7a\x69\xd7\x6c\x32\xa7\x16\x07\x75\xa5\x69\x6d\x17\x60\x73\x36\xdf\x21\xf2\xca\x81\xf8\x51\xf5\xb4\x92\x2c\x3d\x22\x77\x0b\x3a\xf0\x09\xff\x40\x9d\xe8\x70\x70\xca\x2b\x76\xe7\x6a\xe3\x74\x64\x28\x01\x75\x93\xc8\x96\x69\xb9\x4e\x36\x16\xb3\xfe\xfc\xf9\x1f\xf8\x80\xd5\xf7\xa1\xa3\x97\xf3\x55\x99\x33\x26\xaf\xce\xfa\xbd\xc1\xcc\x6c\xb0\x5e\x92\x45\x8b\x09\x82\xbf\x8c\xf9\xbb\x96\x43\x57\x6b\xf7\xb3\xb0\x82\x0c\x0d\x84\x7e\x4e\x72\x49\xb1\x97\x41\x40\xa3\xb5\x96\x0b\xba\xe6\x1c\x9c\xe3\x06\xe5\xc8\x31\x77\x04\xa9\xe8\x13\x4c\xaa\x14\x1b\x65\xe9\x23\xcf\xc9\xfb\x3c\x63\x43\xe1\x7c\x6d\x89\x73\x6b\xac\xfd\xd8\xf7\x96\x11\x3e\xca\x50\x2d\x74\xaf\x01\xb1\x42\x57\xa8\xf7\xcd\x85\x2d\x11\x5d\xe1\x7c\x2e\x8f\x76\xe4\xf6\xa5\xf7\x2f\x3c\x98\x56\x47\xdb\xc8\x21\xdc\xef\x75\x54\x46\xa8\x3c\x8c\x2c\x07\x5b\x46\x08\xeb\xc2\xb4\xe2\xd7\x80\x9b\xa9\xcf\x3a\x97\xd8\x93\x38\x53\x7d\x76\x59\x4e\x42\xfe\x4d\x8b\x20\x9c\x4e\xd5\x29\xc5\xfd\x5d\x57\x2c\x85\xd1\x9f\xf5\x84\x57\x1c\x80\xde\x34\xf0\x64\x43\x6b\x4b\x46\xaa\x70\x4e\xca\x72\x4b\x47\x12\xa4\xaa\xcf\xf6\xff\xac\xa5\xfe\x3f\xb4\xb4\xe0\xd0\xeb\x74\x1f\x92\x65\x6e\xec\xbc\xb4\xe9\x7c\xff\xfc\x35\x6e\x2a\xea\xfb\x72\x09\x9d\x75\x9d\xcf\xf3\x45\x86\x39\x3f\x65\xe3\xb5\xd5\x15\xce\xf7\x94\xc4\x13\x4e\x83\xce\x0b\xb3\x9c\xaa\x5c\xef\x75\x69\xd3\xc6\xf8\x9c\x45\xaf\x7f\x87\xaf\xf7\x84\xf3\x55\x3a\xc7\x2a\x0e\x9b\xec\xea\x1c\xae\xf8\x3b\x44\x62\x7e\x9b\xb1\xf8\x38\xb7\xb4\x01\xc5\xa4\xa7\xb5\xea\xa7\x8c\x49\x4f\xb8\x5f\xd7\xa5\x59\xe1\xae\x50\xdf\x3b\x3a\xb1\x95\x2a\xc9\x08\xd9\x59\xa4\xad\x6e\xe7\x43\xdf\x68\x95\x1b\x2b\xf8\x91\x52\xb0\x2f\x9c\x77\x2a\xe8\xfc\x43\xc1\x9e\x70\xbf\x4b\xd8\x2f\x93\x1b\x8f\x4b\x61\x49\x60\x05\xea\x26\x41\x2a\xc2\x8c\xd2\xd2\xd6\x1c\x75\x5e\x22\xfa\x1b\xd9\xc4\x7c\xa3\xcc\x94\xe1\x38\x61\xc4\x3a\xb0\xd6\x52\xed\x9e\x7f\x4f\x6b\xd8\xf4\xd0\x50\x94\x4a\xb1\xce\xd1\xe0\xc1\xe6\xab\xb5\xeb\xe1\x0c\xee\x59\x19\x5b\x7d\x83\xfd\x6a\xed\xe1\xf3\x5b\x82\xf0\x57\x29\xe0\x27\xdf\x36\xba\x42\x87\x5c\x72\x94\x73\xdd\xc0\x90\x73\x56\x21\x16\x0e\x22\xbb\x32\xc5\x34\x84\xe3\x30\x7c\x76\x06\x4b\x52\x95\x89\x2d\x34\x14\x75\xc5\x88\x84\x14\x06\x85\x0c\x18\x01\xca\x94\x8d\x61\xa0\x8e\x10\x3d\xdb\x83\x58\xe4\x99\x1f\x8c\xd8\xc5\xab\x92\x7b\x44\x13\xa6\xe0\x0d\x4d\xed\xe6\x14\x80\x44\x8c\x1d\x78\x5f\x45\x0f\x10\x1d\xb0\x91\x50\x0f\x4e\x2a\x0e\xff\xf6\x18\x01\x5e\xe5\xed\xdd\x14\xc2\xc9\xfd\xd4\xb6\xbc\x9d\xbb\x91\x1b\x19\xa0\xdb\x03\x03\x5c\xd2\xb7\x2a\x72\xef\x3e\xed\x20\x7d\xdd\x4f\xd9\xdf\x86\x0f\x52\xf7\xa4\xf7\x69\x8b\xb8\xd9\x17\xb1\xbf\xb1\x76\x25\x7f\x33\x02\x7b\xc8\xa9\x21\xa2\xcf\xfd\x44\xaf\x38\x3b\x08\x4d\x8f\x94\xe6\xdc\x7e\xe8\xba\xeb\x80\xc1\xd7\x05\xdc\x06\xce\xec\xbb\xb6\xd4\xcb\x37\x7c\x24\xd0\x54\x3f\xa6\x17\x82\x8b\x15\x7b\xf2\xfc\x12\x0f\x59\xa2\x19\x44\xf8\xa7\x83\x8a\x04\xce\x9b\x1b\xeb\x88\xf6\x24\xad\xf6\x51\x59\xef\x84\xe4\xe1\x0b\x75\x7e\x4c\x7f\x33\x57\x3b\x06\xe0\x79\xb9\xd9\xa1\xd3\xe4\xce\xe9\x86\x1a\x8e\xcf\x3d\xd6\xc1\x15\x02\x8d\xce\xa5\x81\xfa\x1d\xa1\x3e\x36\xd0\xec\x68\xa6\xce\x5d\xc9\x59\x33\xae\x2a\xd9\x5e\xd8\x21\xd1\x54\x54\x54\xe6\x55\x4f\x38\x6f\xd7\x06\x96\xbc\xc3\x1e\x79\xf4\xa5\xd6\xfa\x49\xcd\x24\x7b\x54\x03\xbf\x63\x41\x77\x6c\xcd\x65\x2a\x41\x76\x5b\x82\x38\x38\x41\x47\xbc\xf9\xed\x2b\xfd\xf7\x4c\xbf\xf7\xf4\x37\x47\x7f\x2b\x32\x7a\xeb\x2c\xd5\x47\x83\x50\xe0\x1d\xe2\x1f\x57\xd0\xdb\x7d\xe9\x13\xc6\x99\x13\x26\x84\x68\x2d\x4c\x18\xa7\x26\x1d\xa4\x26\x6e\xfb\x36\xb4\x1f\xd9\xaa\x44\x4a\x49\x96\x39\x30\xce\xc5\x46\x8c\x36\x59\xd5\xb3\x7f\x91\xbe\x1d\x6c\xc8\xa8\x61\x2a\x4f\xea\x7c\x03\x8a\x2a\x69\x62\xf6\x4a\x59\xae\x7d\x54\x08\xb4\x43\x6e\x7b\xea\xa0\x8a\xf2\x70\xc3\x8a\xd5\xf3\x0f\x03\xd4\x06\x2c\x41\xa0\x53\xd8\x71\xb6\xae\xab\x67\xbb\x2f\x9a\x78\x3d\x13\x47\x25\xc8\xa2\x41\x78\x71\x33\xbf\x9e\x31\xf3\x53\x16\xdb\x54\x93\xc4\x98\x38\xd9\x2b\xd6\xd1\x09\xb0\xf1\xa4\x06\x55\xe3\xf2\x16\x11\x90\xe5\x15\x41\xda\x86\xae\xde\x47\x1f\xb4\xa7\xa0\xac\xe3\x58\xa1\x83\xf2\x15\xe2\xff\xda\x55\x77\xc8\x09\xe0\xee\xd2\x3d\xcc\xb8\xfb\xd0\x89\x7f\x3f\x71\x2d\xe4\xaf\x37\x20\x9f\x19\x58\x7d\xdf\xb6\x70\xe8\x58\x29\x1f\xa3\xd9\x6e\x11\x8d\x5b\xc0\xbe\x7c\x25\x0b\x57\x76\xa0\x09\xb6\x7a\x61\xbf\x97\x65\xa4\xc2\xbc\x6e\x69\xb8\xc7\xaf\x70\xaf\xfb\xd1\xaf\x8e\x81\x70\x60\x5b\x8e\xba\xc9\x91\x43\x12\xc5\x2a\x46\xab\xb5\xbd\xd1\x2d\x3c\x2f\xe3\xc3\x37\xb0\x7d\x35\x68\x58\x8e\x5a\xa9\x0f\x1e\xf5\x96\x88\x0d\xae\xaf\x56\xe4\x72\x68\xe0\xfe\xd4\x1c\x87\xcb\x91\xd4\x57\x6d\x33\x6c\x5d\x35\x53\x65\xdd\xd5\x0b\xa0\x1b\x7d\xbb\xba\x57\xc0\x6e\x74\x01\xb1\xdb\xcf\x00\x52\x7b\xb2\xaa\xe9\xd5\xed\x51\xc4\x06\x3d\x06\x7e\x0d\xe0\x2f\x40\x4d\x82\x81\x79\x7f\x77\x0b\x1d\x28\xd5\xcf\x96\xa9\x80\xa6\x17\x5f\x18\x3f\x85\x77\xcb\x3c\x7e\xaf\x25\x0c\x5f\x5f\xef\xc2\xb0\xab\x57\xf2\x3f\x59\xd2\xc9\x28\x88\x52\x34\x59\x65\x38\x01\x8f\x48\xfc\x63\xf7\xf8\x66\xb5\xd5\xeb\x05\x8c\x58\x05\x15\x15\xd4\x06\xea\xeb\xc1\xb6\xa6\x42\xa8\x47\x1e\xf8\x2a\x9c\x69\xba\x95\x25\x30\xce\xe1\xf0\x74\xca\xc1\x31\x33\xd7\xd1\x4b\xe1\x26\xcf\xa4\x5c\x6e\x5f\x88\x05\xec\xe6\x70\x82\xd3\xd7\x3b\xc6\x2d\x99\x33\xdb\xa8\x48\x74\xa9\x62\x6b\xea\xa8\x8f\x95\x63\x4d\x1b\x42\x8d\x76\x8c\x9e\x46\x9b\x3b\x2f\xfd\xb5\xe1\xf7\x0b\x52\x4c\x66\x18\xd8\x80\xa1\x5f\xd7\x5f\x16\xe3\x3b\xd2\x3c\x83\x25\x6d\xf9\xd0\x0a\x06\x80\x69\x5c\xbf\x92\x2e\x7e\x43\x68\xe4\xfd\xf5\xab\x35\x16\x0e\xbb\x5d\x01\x6b\x52\xd3\x19\x20\xd1\xc1\x71\x4e\x8c\xd9\x9b\xce\xdb\x7a\x31\x9d\xbf\xf0\x2a\xef\x30\xf5\x35\xf3\x05\x25\xdd\xfa\xc6\xf3\xb0\x36\xb0\x6f\x6b\x1b\x81\xe1\x1d\x26\x6c\x7a\x79\xc2\x4d\x8f\x3f\x25\x58\xdb\xf0\x90\x38\xc9\x8b\xad\x49\x75\xd7\x43\x84\xc1\x49\x76\x08\x85\x61\x57\x38\xee\x89\x76\xdf\x42\xed\x09\xe4\xac\x4d\x4c\xc4\x3b\x06\x51\x2f\x44\x62\xa6\x5c\x28\xf8\x3d\x70\xb8\x24\x8f\x6f\x57\xc1\x58\x15\x70\x39\xa8\x1d\x65\xe4\x18\xd1\xbc\x81\x0f\x20\xc0\x15\x07\xef\xb6\x56\x54\x30\xe1\x5a\x91\x97\xf3\xf8\xe1\x40\x12\xc6\x22\xbb\x56\x43\x16\x57\x80\x89\xd0\x4e\xe6\xc9\x0d\x04\x4d\x37\x17\x0c\x22\x57\x85\x20\xe1\x73\x4f\x93\x59\x95\x04\x56\x54\x91\x05\x8a\x37\xda\x38\xa9\x19\xdc\x44\xe9\x9b\xfa\xbf\xd4\xdd\x39\x07\x81\x5c\xec\x55\x92\x92\xa9\x13\xfb\xb7\xf1\x57\xeb\x23\x5e\x8f\x5d\x51\x1f\x0e\x5b\x5b\xf4\x21\x87\x5a\xd2\x5e\x53\x3f\x2b\x36\x7c\x5e\x92\x19\x82\x40\xb8\x75\x25\xae\x88\xdd\x05\x11\x36\x8c\x39\xc5\x38\x7f\x80\x08\x3b\xf8\x84\xfc\x83\x17\xe5\xf0\x76\x80\xe0\x6f\xa3\x77\x8b\x73\x90\xfe\x67\xa4\xcf\x01\x2c\x73\xe1\xc0\x47\x38\x54\xcf\xc4\xf6\x9b\xc8\x1d\xd8\x1b\xb9\x1e\x55\x91\xa7\xfd\x9c\x27\xd6\xa5\xb9\xa6\xbe\x35\xf5\x29\x6c\x4f\xe5\x66\x4e\xa3\xe5\x72\x6f\x26\xab\x25\x2e\x4d\xb4\x91\x5b\xe0\x94\xf5\x36\x2e\x00\xc6\xdd\xf4\xaa\x5b\x63\x8f\x0f\xc4\x18\x6e\xd0\xad\x26\x4b\xdc\x46\x6f\x09\x09\x65\x45\x5a\x2d\x6b\xaa\xd4\x46\x02\x7c\xd0\x3b\x20\xfc\xeb\x59\xb2\x70\xb4\x00\x0b\xe9\x2c\x0b\x6e\xe6\xf2\x35\xe6\x68\x4a\x72\xde\x95\x9a\xe7\xd9\x87\xed\x94\x8f\xbb\xa1\x42\x09\xed\x5c\xd8\x1c\x86\x19\x8c\x0b\x2b\x01\x98\x93\x6d\x93\x77\x49\x97\xcc\x23\xc9\xe0\x48\xbc\xad\x17\x6c\xc1\x16\x31\x2b\x27\x00\x68\xf4\xad\xab\x2d\x5c\x0e\x2e\x06\x62\x4e\x22\x18\x91\x51\xbf\x07\xa0\x2f\x90\x73\x51\x59\x51\xec\x26\x32\xb5\xc2\xe5\x1e\x1c\x07\x90\xb0\x3e\x8d\x5a\xb6\xf5\x86\xa3\x22\x17\x3a\x15\x0b\x2f\x9b\xc3\x27\x58\x6d\xe1\x90\x39\x9f\x2d\x32\xc8\x6f\xc1\xe4\xbd\x29\xd4\x92\xd8\xa8\x9b\xba\xf1\xe7\xe6\xf2\x36\xc7\xd7\xb1\x61\xd3\x40\xf7\x44\xd3\x4a\x53\xb7\x62\x0b\x2b\xc4\x1d\xa5\x7b\xe4\xd3\x05\xb5\xc6\x8d\x6c\x42\x9b\x04\x75\x92\x67\xd3\xa8\x5e\x43\x0b\x6e\x68\x99\x27\xb3\x99\xd1\x2d\x07\xf2\x45\xd1\x03\x4f\x8c\xe0\x69\x4d\xc4\xd3\x27\xb0\x48\x62\x3d\x82\x8e\x93\x71\x9d\x89\x48\xf5\x0f\xc0\x10\x28\xb3\x0d\x09\x37\xa4\x29\x74\x4b\x38\x4f\x19\x02\x3f\x68\x92\xa3\xad\xf9\x04\x0f\x03\x95\x9b\xdb\xa6\xff\x9e\x66\x87\x9e\x04\xc9\x37\x8f\x32\x3f\x8f\x31\x96\x65\x98\xa3\x00\xff\xf6\xb8\x62\x0a\x87\x46\xe0\x9b\xaa\x8f\x50\xf7\xd7\xba\x4a\x61\x3b\xf5\x7c\x02\x24\xe0\xd4\x8e\x26\x8a\x06\x52\x78\x15\x7c\x6c\x37\x3f\xb7\x4d\xcf\x5a\x75\x38\x9e\x1d\x9b\x04\xf5\x6b\xca\x7a\xdd\x6d\x89\xef\x18\x59\xae\x96\xc1\x98\xa9\x2f\x44\x1c\xbb\x3e\x31\xb3\xcd\x83\x3e\xb2\x9e\x31\x2b\x17\xe2\x40\x1d\xe6\xdd\x6d\x71\xc2\x52\x6d\x66\xc0\x5f\xf4\x6e\x74\x66\xb8\xef\xdf\xf7\x13\xe6\xf2\x2e\x68\x13\x76\x2b\xdb\x44\xb9\x31\x28\x09\x4f\x73\xbc\x8d\x77\x12\xd6\xb6\x71\x86\xb7\xb7\x58\xca\x4f\x88\x3d\x41\xc7\xd2\x84\x83\x8d\x40\xac\xfe\xa1\xd7\x58\x55\x02\x1f\x81\x1c\xcb\xda\x54\x41\xf3\x83\x85\xcb\x7a\x54\x48\x99\x0d\xcf\xf7\xbc\xdc\x62\x0e\xfb\xbb\x1c\x33\x44\x13\x36\x96\x08\xfb\x01\x44\xaa\x78\xdf\x2b\xbc\xea\xf3\x58\xf0\x64\xd3\xa5\xb2\x72\x8d\xe4\xb9\x9c\xe5\xed\x78\xa7\xf8\x5e\xd3\xad\xd2\x32\x51\x27\x05\xd5\x87\x7b\x8c\xa5\x13\xb8\x06\xd4\x8f\xc9\xe2\xad\x15\x47\x21\x60\x82\x7c\x69\xbc\x59\x35\xa5\xcf\x8c\x91\x18\x80\xcb\xce\x7c\xa0\xd9\x35\x01\xd2\x7e\x00\x0b\x44\xc0\x47\x89\x6e\x68\x6c\xf3\x26\x48\x20\x0b\x0c\x8e\x95\x49\x19\x09\x41\x8b\x83\x01\x82\x04\x84\xbd\x64\x75\xd2\xad\xda\x17\xf3\x25\x57\x19\x1a\x9d\x05\x32\xe0\x00\x7c\x7b\xc4\x19\xe8\xe7\x87\xc6\x99\x55\xdd\x64\x19\x91\xe4\xae\x79\x9b\x6f\x6f\x37\x17\x76\xe7\xb3\x13\xbb\x0a\xe7\x6d\xb8\xf7\x8d\x84\x3f\x26\x79\x7f\xf1\xbb\x37\x3b\x82\x61\xee\x44\x7e\xfc\xc1\x40\xd3\x99\x67\xcb\x15\xcf\xc2\x04\xd7\xf9\x7b\x3f\xf4\xde\xf8\x3c\x30\x62\xf9\x36\x6f\x87\xd7\x22\x3e\x97\xeb\x0b\x58\xe7\x84\xa1\x7a\xa8\x88\xfa\xd8\xf1\x57\xf2\x2b\xc3\x62\x1e\x1c\x57\xe5\x02\x37\x40\x65\x5e\x98\x6f\x80\xd8\x5b\xbe\x32\xba\x37\x2f\xeb\xa6\xf0\x02\x95\xac\x95\x2e\x6c\x1e\xbc\x92\x3d\xd3\xc0\x3e\xcf\x56\x7a\xca\xe0\x92\x35\xb3\x77\x7d\x42\x11\xf5\x71\x48\xbe\x32\x2e\x27\xfb\xb4\x09\x9b\x2b\x70\xc6\x01\xd8\xd9\xf1\x3e\xed\x54\xb2\x56\x41\x11\xf3\x3d\x84\xa4\xf0\x4c\x0b\xc7\xbc\x1d\xe2\x2e\x40\x53\xd4\x9c\x2d\x93\x9d\x42\x11\xf5\x71\x4a\xbe\x32\xaa\x26\x3b\x15\x8d\x41\x89\x7b\x7d\xfa\xa3\x53\x6e\xd4\x73\xae\x65\xa2\xfb\x74\xe0\x20\x4a\xdc\xc0\x39\x6f\x1b\xa5\x03\xe1\x4b\x5a\x88\x54\x9f\xec\x15\x17\x52\x1f\x97\xbb\xb7\x7c\x59\x4f\x76\xec\x16\xb6\x59\xc9\xdb\x8c\x1e\x71\xf9\x73\xbc\x8a\xea\xae\x6a\x84\x2f\xe9\x9f\x08\xca\xf6\x68\x22\x17\x2e\x65\x1d\x01\x2e\xf6\x72\xe9\xd3\xb1\x45\xca\x3d\xd5\x62\xdb\x09\x47\x9c\x25\x05\x0a\x3c\xc8\x66\x36\xb6\x81\xc6\x42\x3d\x99\x25\xbb\xc5\x34\xbf\xdd\x2d\xbd\xb1\xa6\x6c\x3b\xd9\x07\x2b\xb2\xb0\x0d\xd6\xbf\x4b\x13\xe3\xb4\x0c\xe0\x3f\x2c\xec\x94\x38\xe0\xee\xd3\x64\xa7\x94\x61\x9f\xa2\xfe\xc8\x00\xee\x90\xbd\x45\x07\xfe\xd8\xb0\x5a\x6f\x1e\x9f\x28\x3a\x24\x44\x5a\x37\x04\xbd\xed\x2c\x39\x53\xb3\x86\x9a\xb8\x06\xb4\x3d\x9d\x99\xd4\xac\x89\x2b\x9c\xa7\xfa\xdd\xee\xe8\xe3\x8e\xe5\x0a\xf7\x46\x9c\x66\xbb\xb1\x3b\x22\xd2\x00\x8d\xce\x5a\x06\x64\x66\xfa\x13\xdf\x0f\x7a\x9a\xef\x77\x19\x76\xa3\x3a\xa9\x1c\x31\x7e\xa3\xfc\xa7\x66\xfc\x5f\xef\xb6\x11\x17\xeb\xef\xa4\x3f\x88\x37\x12\x4e\xc1\x95\x62\x2a\x08\xd8\x09\xb4\x4a\x2b\x76\x5d\x73\x84\xfa\x2a\x06\xe6\xe8\xd4\x77\x93\xda\x2c\xa6\x63\x6a\xee\x18\xcd\x9e\x43\xdc\x13\x99\x98\x45\x14\x05\xd4\x4b\xbd\xdd\x6d\x43\x92\x7c\xcd\xe5\x09\x18\x13\x63\x6e\xc0\x9b\x3a\xd6\x50\xfc\x90\xe5\xda\x2d\x31\x51\xc7\x3d\x82\x46\x88\x13\x4f\x94\x4e\xd0\x1b\x63\x00\x9b\xf6\xdd\xff\xf1\x44\x79\x08\x29\x11\xd8\xdf\x09\x72\x31\x80\x8d\x8e\xa3\xf7\x5b\x68\x32\xda\x6d\x9c\x8e\x88\xe0\xd1\x41\xb8\x35\x22\xb1\x62\x58\x8b\x9d\x79\xad\x2c\x3b\xf3\x27\x06\x6d\x25\xcd\x78\xed\xb1\xb3\xe6\xf2\x9e\x40\x81\x90\xe9\x0b\xc3\x82\x1d\xb5\x2b\x32\x36\xaf\x1f\x77\xa4\x88\xcb\xf7\x4f\x7a\x5e\xcf\xa6\x4b\xfe\x1f\x5b\xeb\x86\x79\x05\x04\x91\xe5\x08\x5f\xd2\x91\xb1\x90\xcd\x55\x21\x7d\x6b\x1d\xa9\x87\xea\xed\x8e\x58\x4d\xf4\xd6\x3a\x60\xe2\x46\x0a\x3a\x7d\x8a\xfd\x47\x62\xd9\xd3\xff\x1f\x3b\xc6\x90\x49\x9a\x8c\x31\x4c\x2b\xb1\x63\x2e\x47\xf8\x01\xd1\x47\x6f\x79\xc7\xfc\xc6\x09\x23\x2d\xb6\x7b\x7a\x0b\xba\xac\x6e\x6a\xbb\xc4\x32\xda\x2d\xc9\x4c\xa0\x73\x47\x52\xb9\xa0\x2f\x0f\x7a\x74\x4d\xc8\x55\xe5\xe4\xe0\xd2\x20\x60\xd5\xb3\xdb\xe9\xee\x3e\x35\xac\x81\xe8\xc2\x98\x75\xf6\x12\xdb\x13\x6c\x41\x6a\x86\x15\xc7\xb6\xab\x6f\x66\x9e\x37\x24\xa6\x4f\x57\xf3\x0a\x13\xc8\x1e\xa9\x48\xba\xb0\x18\xf1\xc0\x0e\x38\x84\x49\xea\x46\xe0\xb7\x0e\xdb\x4e\x78\x2b\xf0\x6e\x05\xba\x5c\x15\x65\x76\x0b\xc0\x10\xf0\x1e\x0c\x1b\xd6\xbd\xee\x6c\xf8\x33\xe3\xc2\x77\x83\xc8\x82\x92\x7b\xc2\x9d\xc9\xdb\xce\x66\x78\x18\xfd\x16\x83\xb5\x75\x73\x3b\xd2\xf2\xf0\x5b\x83\x3c\xbf\x95\xa3\xca\x40\x46\x85\x57\xf7\x59\x4a\xdd\x33\x38\x2d\xc3\x29\x2c\xa8\x7e\x22\x81\x5e\x0b\x0b\x9e\x78\xb6\x4f\xdc\x3e\x10\x80\x02\x0e\x92\x64\xdc\x0a\x50\x2c\x48\x1c\x60\x85\xde\xd5\x29\xc3\xb2\xde\x74\x9f\x1e\x30\xd8\x3b\xba\x1e\x68\xec\x86\x4f\x38\x27\x1d\x8c\x05\x09\xac\x7f\x7e\xe0\x87\x89\xcb\x6e\x73\x39\xc5\xb6\xa9\xed\x19\x5f\x06\xfd\xd3\x2b\xec\x07\xc6\xcb\xd4\x8b\xe6\x0d\x6c\x54\x7c\xa9\x76\x85\xe8\xcd\x7d\x15\xde\x3f\x7e\xde\xa0\x45\x1c\x80\x3f\x25\xa9\xd4\xd0\xb4\x73\x1b\x10\xe2\x0c\x84\xe3\xfd\x35\x49\x75\xdc\x85\xfa\xb0\x5c\xd1\xd3\xf7\xc3\x97\xbd\x4c\x88\xc4\x02\x98\x12\x38\x74\x85\xb4\xc5\x1a\xd5\x0c\x36\xf0\xb2\x7b\x3e\x11\xc6\x43\xcf\x6a\x8a\xbd\xfc\xae\x15\xe5\xbf\x59\x75\xbd\x94\x55\x17\x67\xd8\xbc\xda\x92\x05\x00\xd6\x48\xf4\x29\x9c\xcb\xab\x30\x78\x35\x74\x37\x19\xe9\x2d\x0d\xd3\x1f\x52\xcf\xf6\xf5\x37\xb5\x08\xe6\x06\xba\x8d\x91\x0b\xce\x70\x00\xc8\x08\xe7\x40\x88\x03\xee\xbb\xbe\x09\x79\x9f\xe1\x2a\x7e\xfb\xd7\xab\x78\x00\xe1\x12\x78\x5d\x88\x14\x74\xfa\xef\x27\x66\xd4\x0d\xd7\x8c\x77\x92\x3f\xff\x6f\x16\xf9\x42\xe6\x77\xa6\xad\x65\xac\xad\x2d\xcc\xb2\xaf\x12\x9a\xec\x13\xfb\xb0\xe8\xe4\x81\x50\x01\x07\x81\xdd\xc5\x92\x7b\xc2\xe5\x99\x70\xf1\xa5\x3d\x21\x14\xa2\xa0\xe4\xe5\xbf\x5e\xb5\x43\x0c\x0d\x11\xc0\x99\x64\x13\x68\xaa\xca\x86\xd0\xcc\xb6\x42\x9b\xfc\x6f\x98\x72\xff\x9b\x35\xee\x6e\x54\xf1\x7f\xbc\x8f\xc7\xac\xfc\x25\x2f\xb4\x5f\x22\xfd\x34\xe7\x03\x80\xfe\xf6\xa0\x17\xfc\xc1\x2e\x45\x0c\x3c\xf8\xc0\x9d\x80\xc9\x35\x21\x2d\xe0\x22\x16\x0a\x85\x89\x02\x24\xca\x30\xab\x78\x0b\xc9\x81\x3a\x48\x92\xfb\x4d\x7e\x23\xca\xb1\x93\x4b\xa3\xd9\x75\xc4\x5c\xd2\x7e\xfa\xc5\x65\xfb\xeb\x8d\xfc\x01\xda\xe8\x05\x49\x99\x07\x07\x76\x5d\xab\x45\x2f\x39\x0b\x49\x4c\xeb\x28\xcb\x01\xb2\x16\x88\xf9\xc0\x2e\x43\x43\x22\x4d\x7d\x9d\xe6\x95\xe1\xd4\xd0\xa3\xba\xfa\x08\xc0\xb5\x84\xd2\xe3\x04\xa5\xc2\x84\xe0\xbc\x08\xd5\xfc\xe7\x07\x12\x78\x72\xb3\x18\x35\xf4\x20\xd4\xd5\xbf\xa6\x1a\xee\x0b\xc9\xc5\xc8\x48\x84\x80\x51\x7a\x74\xfb\xf1\x65\x27\x63\x30\x01\xe2\xf4\xa4\x78\xfc\x57\xf4\xc4\x13\xed\x95\x2e\xf1\x2c\x96\x10\xfd\x4e\xbe\xac\xb6\xd8\x49\x02\x7c\xeb\x38\x7a\x6f\x35\xc0\x1c\x7c\xf0\x34\x77\xe9\xdc\x9b\xc3\xac\xff\xd3\x6a\x89\xdf\x27\x6b\x20\x9a\x1f\xba\x12\x8f\xce\xcf\x46\x8b\x2b\xc2\x0b\x6d\xe1\xfe\xea\xf1\x19\xbc\xc3\xaf\x60\xf2\x11\xc2\x0f\x39\x2b\x49\xda\x81\xc6\xe6\x2c\xc9\x65\xbb\x03\xcc\x94\x7b\xee\x33\xa0\x2d\xd4\xca\x61\xf5\xfa\x6c\x39\x09\xcd\xef\x7f\xc2\x7f\x9e\x71\x4d\x51\x6f\xf7\x57\x1b\xc4\xdd\x84\xb6\xc6\x3b\xb3\x97\x01\x85\x83\x03\xdf\xb9\x40\x98\xa3\xe6\x75\xaf\xc8\x2d\x4f\xdc\xf6\x51\x02\xee\x46\x47\x86\xa3\x08\xd6\xff\x67\x2c\x8f\xbe\xf4\xca\x65\x91\xe5\x97\xfc\xad\x9e\xff\xcc\xb0\x10\xc1\x73\xec\x59\xec\xe5\x71\xca\x5a\xa2\xfc\x26\x64\x9a\xf5\x52\xca\x41\x0d\x70\x86\xa7\xa9\x9a\x95\xee\xef\x72\x47\x05\x13\x18\x4d\xb7\xeb\x11\x33\xeb\x36\x76\x67\x13\x59\xbf\x47\x1e\xe9\x71\x66\xf6\xf0\xaf\x98\xd9\x33\xcb\xfa\xf6\xf2\xcf\x2b\x24\x6e\x9b\x6a\x67\x1b\x7e\xf6\x18\xd8\xc6\x7d\x9c\xd9\x7e\x93\xb2\x95\x07\x48\x95\x5b\xe9\xbc\xef\xc6\xb9\xbf\x57\x9a\xea\x9b\x37\xcd\xa0\xe9\x01\xfa\xc0\xb5\xa6\xea\x83\xbc\x7e\x87\x42\x14\x32\xd4\xbb\x71\xf7\x8c\x54\x65\x2a\xcb\x24\x34\x72\x69\x1d\xae\x7e\x84\xe5\x59\x47\x4f\xd9\x43\x32\x6a\xb3\xae\x4a\x08\x72\x1a\x1b\x92\x57\xe6\x07\xe9\x67\x1d\x41\x32\x47\xfd\x2f\xf9\x74\xc5\x3f\x5a\x2e\xf4\xef\x9b\xc4\xdd\x43\x42\xf5\x1d\x5b\x4d\x31\x85\x84\xbb\xe9\x9d\x69\x57\xb5\xe8\xb0\xfc\x84\xab\x40\x89\xb1\xe8\x8c\xb8\xac\x09\x33\xaa\xe8\x4f\x5f\xac\xd5\x0d\x3a\x30\x65\x51\xb8\x9f\x1f\x3d\x87\x53\x12\xb3\xdf\xd8\x71\x47\xd3\x3e\xa2\xed\x64\xdd\xff\x25\xac\x28\x3c\x4e\x6f\x03\x0f\x2b\xaf\x00\xad\xca\x64\xf7\x61\xb5\xc4\xdc\xc1\xf5\xbd\x3f\x2f\x31\x71\x51\xd1\x1d\xc6\xab\xaf\x59\xe2\x3e\xc7\xb9\x55\x1d\xe9\x83\x08\x3a\x14\x2f\x07\xdb\x60\x38\x30\x80\xfb\x8f\x60\xd8\xc6\x30\xd3\xa5\xb5\x9b\x93\xc5\x35\x5b\x3a\x90\xdb\x08\xb9\x9c\xb5\x8b\x47\xc4\x54\x2b\x1c\xf9\x24\x2b\x51\xa1\x66\x00\x86\x63\x98\x5f\x93\x41\x55\x07\xd0\x54\x5d\x12\x35\xd0\x79\x25\x16\x72\x4e\x7e\x5a\x6e\xcc\x77\x6d\x45\xbe\xa7\xea\xcd\x2a\x3c\x8b\xa7\xc6\xd5\x43\x95\xc0\x84\xee\xb1\xb4\xfe\xb6\x66\xd9\x5f\xf0\x0c\x13\x91\x29\xf0\x59\x4a\x6a\xd5\x40\x79\x9f\x02\x71\x15\x23\x55\x62\x6b\xb7\x81\x2a\x71\x09\x55\xe2\x37\x34\x5a\xe5\x5b\x5c\x95\x78\x92\x5b\x6c\xc5\xd1\x0e\x56\x65\x5c\x5a\xb4\x57\x4b\x18\xe3\xb2\xd4\x95\x4a\x05\x91\xd3\xa5\xb0\xd6\x0e\x3b\xab\x84\xe1\xc8\xf6\x52\xb4\xb2\x92\xa7\x19\x80\xef\x80\x44\x5c\x40\x93\xd7\xcd\x7c\xd0\x8e\xd8\x62\xd8\x8e\x30\x0d\x51\x9d\xba\xb2\xa6\xae\x18\x40\xbd\x74\x3b\x01\xbc\x4c\x0c\x71\x46\x68\xae\x62\x49\x0a\x4a\x04\x00\x00\x71\xeb\xdd\xf0\xbf\x55\x68\x5a\x13\xd1\x03\x60\x69\x1f\xbc\xa2\xfa\x41\xa6\x12\xc1\x24\xf2\xa6\xa8\xf0\xc1\x98\x3f\xb1\xcf\x50\x19\xf4\xad\x5b\xe2\x70\x58\xec\x1b\xe4\x0a\x55\xe6\xee\x6d\xeb\x1c\x25\x6c\x4b\x3c\xc1\x49\x2d\xce\x18\x1b\x4d\xff\x1c\x06\x4e\xd3\x0f\xad\x0b\x1d\x4f\xd0\x2f\x77\xb3\x2b\xbd\x58\xd5\xc7\xd2\xb3\x62\xb8\x61\x53\x0a\x0e\xad\x0f\xfb\x23\xdb\x1a\xe9\x85\x78\x25\xd0\x46\xf7\xa2\x00\x68\x23\xba\x05\x94\x86\x03\xf3\x4c\xc1\x65\xb1\x4f\x41\x1b\xd5\xcf\x6c\x92\xa6\x71\x2b\x53\x9c\x32\x01\x8b\x7a\x84\x48\x2b\xfc\x70\x24\x50\x6c\xae\x01\x8a\x8a\x3e\x15\x75\x4e\x0a\xbc\x70\x5b\x88\xf0\x85\x09\x2b\x3c\xa0\x63\x8d\xbf\xe0\x89\xb7\x99\xa3\xa7\x7d\xa9\x94\x23\x56\x74\x6e\x32\x06\x9d\xee\xdb\x38\x73\x60\xda\xc8\xb6\xcd\xc6\xc5\xd0\x79\x89\x14\x37\x58\xa4\xe0\x50\x78\xdc\x5b\xc0\x8e\xeb\x93\xa5\x39\x58\xf2\x84\x80\xbd\xc4\xc7\xcd\x8d\x31\xd1\x59\xc0\x6e\x92\xcb\x6b\x04\x12\x85\xcf\x68\x83\x4f\x55\x52\x85\xb0\x68\xdd\xc4\x06\xcc\xa1\x7f\xbd\x55\x03\xaa\xe0\x57\xf6\x64\x04\x14\x5c\x02\x41\xd7\xe1\x88\x8d\xb5\x32\xe6\x39\xbf\x07\x25\x86\x2a\x2f\x3c\x3d\x8b\x7b\x76\x19\x5f\x33\x62\x62\x97\x91\xce\x17\xec\x28\x0a\x7b\xb5\xa6\x3e\xcd\xc5\x7f\x5c\x82\x13\xfa\x3b\x99\x3f\xc9\xbb\x41\x5f\xca\x79\x05\x4a\x16\xac\x1a\x40\x01\xa9\xd0\xb8\x4b\x3d\x19\x53\x0d\xdc\x73\xc0\xbc\xab\xe7\x50\x19\xaf\x1a\xbc\x43\x59\x5d\x41\x2b\x36\x0b\x01\x6c\x9d\x44\x8f\x31\x18\x57\x7f\xc7\x8e\x47\x1c\xf0\x0b\x93\x99\x3d\x91\x8c\x65\x17\x01\xf0\x79\x19\x13\x79\xcf\x15\xce\xd7\x92\x43\x0d\x1a\x5c\xc9\x3d\x13\x18\xc8\x78\xaa\xcc\x93\xcc\x76\x31\xcf\xd4\xb7\x29\x84\xe5\x19\x5c\x1d\xdf\x04\x82\xd5\x66\xc0\x69\xb5\xaa\x5b\xd6\xcb\xf6\x18\x8d\x75\xc7\x5a\xd0\xa6\x70\xbe\x38\xf0\x5e\x2b\xdc\xc6\xee\xbb\x79\xcf\xf4\xe0\x3a\x86\x0e\x92\x4e\xd9\x4b\x0b\xdf\x74\xc4\xfd\xb2\x95\x67\xe0\xdb\xea\xab\x15\x46\x46\xc6\x86\x76\xce\x65\x72\xa5\x70\x17\x1f\x56\x1c\xa1\xb6\xaa\x4f\x37\x75\xc1\x35\xc7\x9b\x63\xe3\x82\x37\x5a\x3d\xeb\xd5\xb4\x93\x5b\xe2\x47\x5a\xe5\x05\xe3\x99\xfa\xbc\xae\x8a\xac\xe9\x04\xb6\x3b\x13\xdc\xb2\xde\x96\x5e\x5e\x1d\xcb\x3c\x37\xab\x05\x77\x8d\x5f\xb7\x9a\xe4\x58\x48\xb8\xa7\x3e\xdb\xc9\xc5\x6e\xca\x34\x3b\x53\xdc\x51\xbc\x55\xc9\x36\x28\x8a\x8a\x56\x40\x20\x8f\x25\x32\xd6\x6c\x00\x58\x98\xc1\x16\x0b\xb8\x5d\xd1\x8e\xf1\x8b\x36\x64\xcf\x74\x19\xaf\x51\xad\x07\xfe\xbc\xb0\xbe\x26\x24\xd4\x38\xda\xdb\x5b\x0a\xc5\xef\xc2\xb2\xbb\xfd\x64\x79\xd6\x58\x05\x8e\x6e\xb0\xed\xb5\xc2\x1b\xff\x9b\x38\xc1\xe1\x62\xc5\x03\xc0\x2b\xd9\x15\x7d\x9c\x17\xbd\x6b\x85\xfa\xf6\x12\x9d\x8a\xb7\x2b\x2b\xb0\x7d\x15\xee\xcb\x1c\xc2\xa0\xc5\x4a\xe5\x4d\xa9\xad\x12\x7b\xc9\xc5\xd8\x96\x7d\x00\x76\xc0\x28\xfc\x3c\x7d\x0c\xcf\x88\x4b\x77\xf8\x54\x15\x00\xdc\x0d\xd8\x3c\x05\x7e\xcf\x1e\xc5\x37\xf5\x60\xec\x4b\xff\x1a\x89\x77\x67\x30\x3b\x9c\x06\xcc\xf5\x22\x59\x7d\xfd\x51\x19\xbc\x82\x1c\x8f\x9a\x7a\xc1\x3e\x6b\x9a\x4c\x05\xc3\xf3\x56\xbd\x44\x27\xe4\x73\x54\xf2\x5a\xe2\x3d\x59\x2c\xdb\x66\xda\x45\x6b\x5a\x09\xeb\x55\x79\x15\x7b\xd5\x79\x4e\x7f\x0b\xaf\x15\xca\xfc\x5a\x4b\x9c\x14\x3a\xea\xea\xa6\xba\xba\x3f\xf6\x9e\x2d\x1d\xf9\x13\x86\xfa\x13\x1c\xb1\xa4\x4f\x70\x6e\x60\xff\x8b\xe8\xe0\x0b\x37\xe0\x93\xc0\x0a\x22\x53\xa7\x4b\x0a\xdf\x33\x6a\x59\xc8\x03\x85\x41\x56\xa4\x97\x74\xc4\x99\x6e\x52\x7a\x10\xc8\xbc\x95\xab\xc9\x95\xd8\xa6\x55\x9f\x44\x0b\x59\xd6\xb3\x73\x76\x6c\xfa\x7c\x4d\xa3\x1a\x90\xc2\x20\x7c\x6f\x28\x73\x71\x3e\x15\x0c\xdc\xe8\x3a\xc6\xa8\x1e\x9e\x50\x82\xac\x1b\xe9\x9a\xea\xae\xa8\x4a\x88\x68\x10\xed\x6a\xb4\x22\x25\xbd\xfa\xf6\x31\x0a\x5d\x70\x3a\xb7\x22\xdb\x1d\x14\x19\x55\xc6\x09\xeb\xfe\xc1\x45\x3e\x28\x13\x3d\x7c\x3d\xd2\x58\x7a\x6f\x0c\xd9\xea\x19\x3a\x47\x87\xd5\x73\xe4\xf8\x17\x60\x75\x67\xc8\xe1\x61\x40\x84\xe5\x06\x13\x71\xdd\x1b\xf7\x33\x3a\x08\xf3\x38\xe6\x5b\x57\xfe\x1f\xa0\x87\x1f\xb9\x6f\x90\x26\x25\xdc\x8e\xe5\x89\x86\x38\x73\x60\x46\x62\x64\x7e\x19\xf6\xba\x29\x14\x68\xf0\xa8\x58\xc7\xc9\x74\xc6\x7f\x96\x88\x91\x15\xe0\xd0\xb5\x5a\xfa\x6e\xf7\x64\xbe\x4a\xfd\x14\x53\x5b\x75\x66\x72\x89\x81\x99\x50\xd4\xbf\x70\xf8\x02\xe7\x17\xe6\xb6\x4d\x18\xbb\xd3\x06\x22\x57\xaa\x23\xcf\xb1\x73\x32\x1b\x48\xf3\x73\x4b\xb2\x63\x77\xe1\x06\xd6\xe4\x82\xb4\x77\xce\xd8\x3b\xd1\x6b\xd8\x3b\x7b\x5c\xb2\xb7\x66\xc5\xfc\xc4\xeb\x41\x90\x59\x67\xc0\x96\x67\x43\xe2\xc8\x18\x61\xbb\x8c\x45\x14\x6d\x96\x9c\x59\x95\xe5\xf8\x66\x39\x57\x00\x53\xa1\x62\x6f\xb9\x2f\xe9\x2f\xe0\x0d\xbf\xa2\x9f\xa6\x76\x55\x29\x80\x6e\xdf\xfa\xa4\xe5\x31\x84\xc7\x58\x10\xe8\xbf\x10\xd4\x1f\x2a\x78\x5f\xef\x30\x63\x4c\xa2\x3e\xcd\xee\xdb\x57\xa0\xe0\xd6\xa9\xc3\x85\x59\xb1\x4d\x51\x96\xef\x27\xaa\xa5\x7b\xfe\x88\xe0\x3e\xbe\xb1\x62\x60\x4d\xc1\xa1\x86\xd3\x79\xa5\x36\x07\x07\xba\x18\xbb\xba\x58\x32\x8c\x7e\x42\x9b\x85\x3f\x38\x2a\x27\x66\x6e\xf1\x04\xa5\x76\x9c\x9b\x32\x26\x34\x31\x96\xca\x9d\xa9\x3d\x56\x48\xeb\x12\x84\xe6\x23\xc2\x9b\x42\x6c\xc0\xe3\x71\x41\x80\xfd\x67\xdc\x6f\x72\x67\x15\xdb\x43\x62\x2e\xd7\x98\xb4\x13\xac\xd1\x07\xfa\xc3\x7a\x01\xa0\xee\x9b\xe5\x0a\x03\x3a\x57\x30\x88\x9a\x0a\x2d\xe4\x2a\x39\xb4\xde\xac\xcc\x87\x54\xd3\x20\x44\xd0\xf8\x76\x85\x53\x97\x07\x8c\x66\x95\x99\x79\x82\xfa\x24\x24\x2e\x62\xbd\x3f\xe0\xf9\x40\xae\x9a\x37\x94\xcc\x7d\xa0\x25\x12\x60\x22\xa9\xf0\x11\x3a\xf4\xfd\x16\x91\x54\xfa\x30\x27\x94\x5a\xc9\x32\xd2\x2a\x3c\x63\xae\xf0\x02\x59\x45\x5a\xfe\x0a\x36\x74\x4e\x9e\xab\xea\x9b\x27\xb7\xf6\x41\x9a\xdc\x0e\xc4\x7f\x9c\x98\x41\x33\x04\x63\xf8\xcb\x69\xe5\x2b\x0c\xa1\xe1\xf9\xaa\x7e\x38\x79\x3a\x80\x82\xed\x9d\xd0\xd5\x4c\x05\xf3\x01\xcb\x7f\x3e\x20\x0e\xe4\xe4\xe5\x80\xea\xfd\x8c\xd7\xeb\x0f\xd8\xf2\xe2\x0b\x90\x5a\x9c\xbc\x1e\xb0\xac\xe3\x9b\xa1\xae\x91\xbc\x1d\x00\x12\x86\xcc\x9b\xb6\xcc\xa6\x71\xc8\x53\xa7\xaa\x0c\x3a\xc5\x7e\x10\x32\xa0\xfd\x13\x15\x4b\xc0\x26\x4d\x0b\xd1\x59\xec\x6e\xe4\x1c\x06\x43\xc7\x81\x99\x59\x31\x46\x9d\x4d\xb2\x12\x18\x60\x17\x0c\x30\x6d\x3d\x63\x82\x7f\x88\x55\x98\xcf\x25\x58\x00\xae\x30\xc7\xaf\xe8\x3b\x3a\xee\x1a\xb0\x52\x6c\x6e\x54\xb9\x66\xdf\x31\xca\x7b\x59\x82\xbf\x41\x7b\xc3\x01\x29\x16\x60\xc9\xb6\x30\xbf\xa6\xd8\xe2\x15\x19\x68\xba\x54\x96\x02\x31\x09\x5a\x1b\x78\xbc\xf4\xb0\xa7\x17\xa4\x3b\x69\xf0\xad\xb5\xb5\x3b\x2a\x96\x15\xb8\xc2\xfd\x35\xa9\xd3\x71\x28\x30\xd4\x9c\x69\x18\xf6\xa1\xc7\x90\x55\x6a\xc1\x01\x0f\x5a\xcb\xb1\x41\x69\x72\x76\x72\x85\x34\x7f\x8c\x2d\x4c\x00\x34\xec\x9f\xe5\xbc\x14\x87\x74\x09\x48\x42\x98\xab\x9f\xcd\x15\x36\x10\x59\x62\xc6\x9a\x19\xfd\xcf\xf9\xbc\xd2\x92\x1b\x5d\x7c\x96\x32\xf9\xa4\xbf\x5b\xc9\x23\x47\x8c\xcd\x56\x51\x4b\xa6\x4a\xb4\xff\x1b\xa2\x93\x59\x0d\xa9\xd3\x9a\x6d\xf5\xc8\x70\x7d\x20\xc4\x70\xc1\xa9\xf3\x9a\x8d\x1d\x09\xb7\xd0\x15\x27\x2f\x6b\x36\x42\x01\x82\xbe\x06\x9c\xec\xd7\x48\x07\xfa\x55\x06\x48\x43\xf7\x14\xb0\x42\x92\xac\xea\xd4\xf7\x82\xd6\x69\xeb\x00\x0b\xb9\x3d\x79\x09\x7f\x16\xb8\xf0\xc2\x47\x25\xa5\x2a\x1c\x28\xca\xd5\xe8\x59\x13\xcf\xe2\x07\x8d\x50\xbc\x58\x2c\xd9\x6a\x0b\x77\xe3\x1c\x5c\x2c\x85\x13\x38\x5e\xef\xec\xdc\x5f\xf0\xd4\x4c\xae\xeb\x98\xf8\x4d\xdd\x0e\x0f\xd5\x85\xdc\xd6\xd9\x04\x2c\x96\xba\x92\x7b\x3c\x0d\x0e\xf5\xa8\x86\x40\x1e\xeb\xec\xc1\x72\x8a\x15\xbe\xc8\x33\x9e\x26\x97\x58\xea\x49\x5e\xeb\xcc\xa8\xdf\x62\xc9\x79\x99\xc3\xd3\x38\x1f\xab\xf9\x20\xaf\xe8\xe9\xe0\xb6\x8a\xb7\xb7\x0e\xb8\xc7\x41\x74\x51\xdd\xf1\x25\x2c\x5a\xe9\x6b\x8a\x27\x07\x48\xa3\x30\x98\xfe\xb6\x14\x19\x13\x96\x64\x2c\x9a\xfe\x81\x38\x7d\x6f\xfd\x63\x39\xe2\x09\x2c\xd7\x78\xc7\xde\xf5\xd3\x19\xa9\xb6\x76\x72\x6f\xf0\xd4\x0f\x9c\x33\xaf\x4b\xbd\x02\x2f\x12\xd8\x0f\x93\x20\xc3\x28\x7b\x19\x3a\xdd\xf3\x7c\x2f\x22\x00\x19\xf5\x94\x03\xf6\xcf\x91\x70\x12\xd5\xfb\x89\x2b\xd1\xcf\x43\x02\x0f\x1b\x12\x60\x98\x2b\xdc\xaa\xdc\x18\xc0\x39\x0a\xbe\xad\xde\x6f\xb1\x67\x8a\x25\xb4\x51\x2c\xa0\x40\x6c\x6e\x92\xe3\x79\x45\x75\x21\xc5\x52\x18\x25\xa5\x40\xa2\x0d\x06\x3c\xa6\x40\x10\xcc\x95\x70\xe0\x8f\x3e\x4e\x55\x4d\x5d\x5d\x38\x80\x79\x17\x88\x02\x09\x93\xd1\x78\x7f\xfe\x46\x9a\xa3\x01\xc7\x10\x34\xf9\xb8\xe0\x0d\x31\xd0\x2c\x2b\xb9\x2b\x41\xd0\x59\x03\x08\x2e\x77\x0e\xcb\x0c\x2e\x97\xfb\x42\x03\x58\xd0\xa8\x62\x83\xe6\x65\xd2\x65\xe3\x12\xbc\xac\xcb\xe0\xc0\x64\x11\x9b\x2b\xdc\x15\x8c\xe2\xe8\xe8\x1c\xc0\x54\x7b\x3c\x33\x53\xc3\x11\x6d\x19\xfa\xbe\x7d\x25\x08\x9d\xd6\x06\xdb\xe4\x4a\x08\xa3\xa4\x00\x6a\xe2\x7b\x5f\x2c\xc5\x00\x5e\x5e\xa8\x9a\xc9\x11\x64\x2a\x42\x4b\xf4\x61\xab\xfe\x8d\xe3\xc8\xc0\xa9\xea\x1b\xe8\xc9\x45\x09\xf2\x60\xfa\xde\xdd\x28\xa2\xf3\x52\xfa\xa4\x38\x22\x60\x1a\xb1\x20\x13\x07\x51\x09\x1f\x48\xd5\x34\x07\xc9\xa7\xc4\x2c\x04\x0f\xdd\xb9\x5e\x1b\xee\x5b\x91\x8c\x8a\xf5\xd9\x4c\x87\xea\x07\x22\xee\x96\x3e\xe1\x41\x84\xd3\x67\xc9\x68\x85\x3b\x28\x96\x96\x74\xb2\xbd\x07\x05\xc5\x0e\xff\x8e\x50\x6f\x6b\xdc\xf4\x29\xbc\x82\xfb\xd9\xc3\x25\x9b\xe4\x25\xd5\x3d\x73\x21\x19\x08\x0e\xbb\x59\x32\xfc\x55\x6f\xfb\x57\xdd\x18\x75\x0a\x2e\xb7\x6a\x25\xaf\x30\x14\x6f\xdf\xe6\x08\x35\x42\x7a\x43\x95\x21\xc4\x65\xf7\x89\x1d\x46\x5a\x62\xed\x7c\x59\xae\x08\x5c\x70\xdf\x5d\xf6\x50\x32\x20\x8e\xa5\x0c\x0b\x14\x0a\x70\x82\x67\xcd\x5c\x0f\x5a\xa9\x3e\xbb\x8c\xb7\x73\x17\x7c\x40\x9e\x17\x48\xe1\x12\x46\x3a\x72\x85\x7b\x70\x39\xc4\xf1\x0c\x67\xef\x86\x77\xdc\x9a\xc0\x82\x32\x72\x27\x51\xf7\x00\x2a\x41\x74\xa4\x46\xdc\x22\x81\xfe\xb9\x1b\xe0\x07\x8b\xee\xda\x40\x9f\x92\x13\xb1\x84\x20\x1c\x41\xee\x4e\x46\x39\xac\x27\xa3\x6b\x43\x5a\x00\x84\x4d\x3d\x17\x5d\x3d\x7e\x3c\x35\x7b\x3a\x09\xce\x54\xe6\xa6\x38\x06\x15\x1b\x9e\x05\x75\x16\x11\x0c\x44\x73\xd1\x38\xbf\xd1\x8e\xf4\x77\x04\xf8\xf1\xcb\xbd\x38\x2a\xa3\x8b\x57\x9f\x27\xdd\xb8\xf7\xb2\x19\x83\x86\x90\xa6\x7c\xc8\x50\x05\x41\x9e\xaf\x81\x04\x26\xa0\xa7\xd5\x13\x6e\xdd\xe6\x80\x7b\x6d\xe1\x7d\xa1\xcb\xe7\xb0\x3e\x77\x26\xcb\x93\x44\x4d\x80\xc5\x08\x6b\xd2\x9b\x9b\x2b\x5a\x99\x8a\x5a\x61\x45\x57\xde\xd7\x03\x0a\x29\x11\x6e\xff\xbd\xac\xf3\x3c\x61\xc4\x45\x1f\xbb\x34\x39\x0f\x26\x95\x4c\x11\x2f\x8d\x05\x53\x47\xa6\x2c\x7e\x5d\xfe\x11\x81\x27\xab\x4c\x6e\xad\x00\xf3\xb0\x77\x91\x6c\xaf\x06\xf4\x53\x27\x2b\xeb\xb1\xcf\x52\x2f\x05\x08\x7d\x51\x4c\x09\x1f\xd5\x8c\x5c\x66\xec\x60\x41\x38\x11\x6a\x61\xd7\x06\x84\x3b\x15\x7e\x6a\xeb\xed\x42\x8a\xdc\x56\x50\x90\x26\x16\xaf\x12\x0e\xeb\x4b\xf6\x67\xa0\x33\x66\xb9\xfd\x69\x31\x44\x54\x67\xa4\x35\xc2\x94\x18\x9b\x75\xbb\xcd\x20\x1c\xb7\x03\x33\x37\xb3\xfa\x17\xc5\x28\x7b\x4b\x48\xf2\xe5\x1a\xf0\x08\xf6\x79\x88\x9f\x20\x92\x9e\x98\x33\x65\x9f\x31\x70\xe5\x57\x4d\x55\x9b\x17\x13\xf7\xbb\xc8\x42\x56\xee\xb4\x11\xe2\x2d\x0f\x1c\xb4\xc8\xa2\x00\x5b\xb7\xf3\xbd\x1c\x51\xbf\x3d\x93\xe7\x2a\x15\xdb\x92\xf2\x4c\x1c\xe4\xa5\x0a\x7d\x5d\xa9\x43\xa3\xba\x53\x15\x18\x4c\x4c\x6e\x54\xd0\x3d\xc8\x23\x24\x2c\xdd\x9a\x62\xd9\x39\xf3\x02\xcd\xe9\x4e\xb3\xa1\xad\x6c\x28\x87\x34\x31\xce\x16\x8d\x70\xa4\xf4\xc4\x97\x25\x04\x77\xdd\x52\x88\x2b\x5f\x4c\x8c\xa5\xb7\x50\xd5\x61\x92\x4a\x52\x84\x11\x26\x8c\x0b\x8a\xee\x9a\x38\x54\xc7\xc2\xa3\xc0\x56\xa2\x2e\xc3\xe4\x22\xec\x3e\x67\x32\xcb\x3b\x74\x63\x3a\x4c\xd4\x32\xdf\x8c\x17\xf3\x3a\x08\x49\x23\x03\xee\xca\xba\xc8\x68\x20\x6a\xc6\x14\x98\x98\xca\xa2\xbd\x08\x1f\x35\xd1\x2a\xee\xd3\x2a\x5d\xe3\x4b\xdd\x85\xbd\x29\xaa\xd8\xe1\x2e\x26\xa7\xd8\x79\xdd\x17\x6e\x16\x52\x48\xc2\x6f\xec\xdd\x48\x33\xf5\x4b\x67\x90\xab\xb7\xbb\xbe\x5e\x14\x28\x04\xc2\x40\xb0\x47\x83\x7e\x77\x47\x0a\x4f\xf8\x91\x1c\xd1\x20\xad\xe6\x1a\x90\x03\x9c\x2b\xd8\xb9\x25\x75\xf8\x6d\x65\x1b\x5a\xe0\x7e\x71\xe0\xdf\x3f\x7a\x63\x58\x8d\x29\x6b\xac\x69\x45\x65\x55\x9c\xd9\xe8\xa5\x30\x1b\xbc\xa7\x81\x5b\x33\xd9\xdc\xb3\x22\xdb\x70\x68\x88\x15\x21\x4f\x49\xaf\xee\x80\xe9\xe1\xb0\x8f\x2d\xe1\x51\xbc\x20\x22\xab\x60\x59\x37\xca\xea\x6a\xee\x34\xdb\x62\xd3\x91\x13\xbc\x72\x63\x41\xf9\x86\xc5\x3f\xd8\xba\xad\x64\x78\xd7\x5e\xb9\xfa\xf0\x02\xc3\x1e\x84\x1e\x6e\x18\x18\xc1\xf2\x10\x2a\xfd\x31\xdf\xaa\xc8\x01\x06\xb4\x22\x4f\x03\xf9\xf8\x46\x44\xe8\xbd\x3f\x1b\xbb\xfe\xc7\x75\x6a\x29\xcf\x5d\xd6\xf2\x00\x8e\x34\x0c\xe3\xd5\xd2\xf4\x8a\x7c\x32\xed\x22\x73\x5c\x58\x9e\x31\xee\xbb\xbf\x49\xf9\xbc\xe5\xd4\x09\xbf\xc3\xa9\x2a\xe3\xd9\xc5\x1a\x32\xb6\x46\xf7\x8a\x58\x6f\x04\x45\x01\xf7\xed\x12\x52\x26\xb3\x0c\xea\x87\x63\x0a\xc7\x9e\xf4\x02\x32\xca\x6b\xdd\x38\x4c\xde\x09\xd5\x0c\xa6\x58\xe5\x61\x7a\xc9\x67\xd7\x7a\x2e\x6f\xa2\x57\x65\x59\x91\xc1\x95\xae\xe4\x5d\x7d\xfc\xde\x41\xde\xbd\x47\x1c\xe5\x7a\x05\xd9\x1c\xe7\x19\xad\xc5\xb4\xc2\xf2\x68\xac\xf6\xcd\x85\x24\x18\xef\x6b\xf2\x9e\xf1\xde\xa1\x78\xa2\x6d\xb3\x96\x07\x2c\x55\x38\x91\x35\xb7\xfb\x24\xdd\xc9\x31\x4f\xb0\x09\x10\x0e\x55\xde\x17\xb8\x72\x81\x20\x60\x66\x8b\xc0\x5f\xb6\xb8\x19\x4c\x82\x02\x6e\x19\x73\xfc\xa7\x52\x9e\x68\xac\xd4\x96\x71\x2f\x1b\x61\xb2\xe6\x9f\xd6\x41\xbc\xb5\x36\xfc\x75\x7b\xc7\x80\x55\xdf\xa7\xc0\xe0\x27\x7b\xff\xd8\x55\xc5\x98\x9e\xf7\x3d\x59\x72\x4f\x50\xaa\x09\xa7\xde\xde\xd9\x34\x71\x09\x9b\xf8\xbf\x3d\x1a\x8f\x3b\xd9\xe6\x4e\x72\xc8\xf4\xa9\xbc\xa1\x93\x10\x8c\x7a\xe4\xe6\xdc\xc5\xd0\xa9\xa7\x7f\x1e\x56\xb5\x51\x78\xc5\xc7\x2b\x1f\xce\xc3\xce\xf5\x84\x4d\x56\x10\x4d\x5c\x72\x39\x0a\x3b\xb8\x71\x9d\xd2\x7e\x02\x0e\x6c\xdb\x88\x23\x48\xec\xc4\x0c\x32\xc1\x92\x51\x0b\x9f\x44\xc4\xd6\x60\xce\x37\x50\xf5\x6d\xf1\xb4\x93\x77\x79\x5d\x23\xc4\xf8\xd4\xfc\xd8\x12\xe9\x2b\x9c\xdb\x3e\x9e\x82\x44\xa9\x91\x89\x1c\xa8\x66\x32\xf9\x4a\xe2\x21\xd9\x8a\x2f\x81\xd4\x0b\xf8\xea\x01\x3b\xc5\xaa\x9f\xbb\x62\x63\xbd\x24\x58\xa4\xa2\xc9\x3a\x39\x83\xaa\xef\xf8\xcf\xd8\xbb\x43\x0e\xc5\xab\x7e\x1f\xd7\x38\x31\xb6\x23\x3d\xb6\x2f\xdd\x7c\x27\x58\x8e\x53\x37\xee\x63\xb7\xbf\x10\x67\xd1\xd3\xd4\x91\xce\x03\x15\xcf\x3d\x5e\x88\xda\x0f\x70\xe3\xde\xf0\x3e\x6e\x80\x24\x43\xd7\xbe\x07\xa7\xdf\xcb\x03\x7c\xb8\xb7\xc7\x94\xe7\xa1\x1c\x1a\x9f\x90\xdd\x2a\x3d\x63\x3d\xdd\x2f\xe7\xb9\xc1\xdb\x3b\x01\x36\xac\xbf\xc5\xff\xad\x9c\x95\xf8\xd8\xeb\xe2\x88\x0d\x94\xd5\x12\x6e\xd9\x59\x95\x14\x29\xe6\x16\xee\xfb\x6d\x9d\x50\x25\xd3\x5d\xb7\x4b\xfe\x25\xd6\x58\xd9\xdf\xe0\x04\x49\xf7\xef\x3e\x23\x3c\xa3\xe6\x88\xa1\x62\xda\xfd\x5a\x4d\x61\x3f\xe9\x8b\x37\x49\xe0\xd5\x96\x2c\x1a\x11\x2e\x1b\x82\xe1\xed\x14\xd4\x41\x4f\x12\x09\xb5\xdf\x48\x42\x54\xcd\x90\xa6\x65\xcc\xb8\x87\x9f\xa0\xfc\x25\x32\xcc\xf1\xca\xae\xd5\x15\xed\x9d\x2a\x7e\xc5\x7a\xa6\xfb\xe0\x5a\x35\x99\x7d\x0a\xf4\x31\x5a\x53\xd6\xfa\x55\x94\xdc\x16\xa3\x87\xb0\x82\xf8\x73\x15\xd0\x1c\x5c\xa5\xcf\x32\x92\x80\x12\xdc\x83\xcd\x42\x93\x3d\xd4\x30\x7c\x46\x21\x5c\xd6\x13\xff\xd6\x83\x79\x21\x5d\x9a\x73\x70\xae\x74\xca\x6f\xe5\x6b\xe4\x7c\x56\x5d\xb1\x96\xe2\xca\x51\x43\x9b\x06\x8b\x44\x69\x2e\xe2\x96\x27\x50\xf6\x36\x62\xe2\x74\xe6\x45\x9b\x8c\xb8\x96\x72\x41\x0a\x5d\xb5\x22\xc3\x38\xc6\x49\xf3\x84\xfb\x3b\x03\xdc\x52\x6b\x4e\x11\x98\xd5\xfb\x02\xcf\x04\x81\xc1\x10\x02\x04\xc8\xb3\xf4\x65\x28\x89\x78\x2e\x02\x74\x04\x11\xe0\xb6\x7c\xee\x92\x7e\x7d\xdb\xc4\x6f\x45\x71\xf3\x07\x11\x3e\x61\x13\x62\x7f\xf5\x3c\xbb\x29\x83\x9c\xe3\xbd\x97\x78\x19\x6d\x7d\x72\xff\x50\xef\xbb\x07\xcd\xeb\x02\x57\x8a\x7e\xa0\xb9\x98\x3a\x4c\x33\xbf\x78\x00\x48\x2a\x5d\xa7\xf1\xe0\x93\x6c\x61\x9f\xe5\x9e\x2e\xab\xb9\x27\x74\x0f\x80\xfb\x1c\x68\xad\x84\x3b\x75\x60\x53\x0d\xc3\x11\x79\x76\x7f\x87\xbf\x41\x8c\xc4\x16\x41\xa4\x47\x1e\xc9\x30\xf5\xc2\xaf\x3c\xe7\x49\x8e\x72\x86\x12\x0a\xbe\x61\x67\x4c\xfb\xf7\x66\x4b\xd2\xca\x77\xab\x2d\x1c\x84\xf9\xde\x93\xea\xed\x2c\x0f\x38\x47\x35\x2f\xc3\x01\x82\xbb\xac\x4c\xac\xdb\x7c\xb3\x9a\xab\x13\x0a\x9d\xdf\x01\xaa\xd2\x13\x0a\x18\x2a\x25\x99\x2b\x70\x77\x48\x17\x96\x55\x6c\x5a\x3c\x16\xc2\x71\xc1\xc5\x0c\x84\x53\x95\x7c\x47\x1a\xd1\x7a\x1a\xb1\xdc\x84\x10\x13\xed\x33\x61\xc8\xa8\x06\x8b\x8d\x4c\x11\xcd\x29\x22\xcb\xd9\x29\x93\xd7\xa1\x25\x38\x43\x6f\xe6\xef\x64\x96\xb5\x2c\x22\xcc\xb2\x4d\x7b\x6b\x48\xda\xa9\x66\xf1\x00\x3c\x46\x79\x81\xda\x84\x80\x16\x86\xed\xc8\x0c\xb9\x85\xbd\xe4\xdb\x01\x58\xee\x25\x21\xe7\x0f\xad\xb1\xbe\xa0\x51\x63\x2e\x58\x60\x80\x1e\xb8\x6c\x6b\xa9\x36\x70\x2c\x76\x8b\x4f\xd0\x80\xe8\xf9\xcf\x70\xd4\xb3\x19\x5d\xc0\x9c\x2f\x1e\xad\xed\x88\x46\xab\x01\x43\x68\x6a\x94\xf8\xd7\x23\xbb\xe7\x5d\x08\x23\x93\x09\xec\xbc\x08\x99\x07\x49\xf7\xbe\xc9\xc5\xa1\x81\x4d\x34\xec\xd2\xe2\xba\xca\x15\xa3\x9a\x6f\x7f\xc9\x5f\x4d\xb1\x20\x7d\xe8\x32\x73\x5d\x3d\xc4\xf2\xf3\x2f\x2b\x95\x03\xce\xdb\x84\xbc\x13\x88\x07\xec\x57\x61\x8f\xd5\x3f\x34\xc0\x1f\x9c\xe1\x49\x3f\xbc\xe4\x23\xed\xdb\x12\x87\x89\x82\x9f\xc1\x5d\x09\x92\xb3\x13\x6f\x08\xfd\x6c\xab\x86\x83\x76\xc9\x76\x3f\x5d\x21\x86\x3f\xd4\xe1\xaf\xd3\x85\xec\xe6\xf6\xd4\x89\x22\xd4\x55\x85\x0b\x2f\x90\xa6\x3e\x47\xfa\xe0\x47\xd9\xc5\x75\x0f\x3c\xfc\x61\xd7\x9a\x08\xa7\x4e\x5a\x73\x31\x29\x4e\x1d\xc8\xab\x9b\xa2\x2a\x21\x2e\xdd\xcb\xd2\xd4\x01\x10\x43\x97\x80\x18\xc8\x28\xc8\x02\xde\xb4\x2b\x04\x49\x2c\xf4\x6f\x4f\xa8\x83\x89\xdb\x0b\x94\x81\xa1\x4b\x96\x71\x33\xf5\x14\x1b\x39\x5f\x22\xba\x37\xbd\x05\x23\xa9\xbf\x55\xd1\x25\x08\x9f\x99\x7a\x8b\x4d\x4e\x41\xbf\x7c\x94\x3b\x45\xc0\x63\xe0\xc3\x3f\x7f\xb1\x31\x60\x0d\x7f\xc8\xe0\xec\xbb\xc4\xd8\xde\xdc\xd4\x21\x2b\x83\xac\xed\x91\xc9\x37\x85\x96\xec\x35\xd0\x9a\x0b\x76\x96\x0d\xe4\x2e\x31\x20\x95\x29\x1d\xa7\x10\xb9\xb6\x6e\x66\x8b\x5e\x0b\xf1\xe0\xf8\x43\x9d\x3e\x12\x2a\x6b\x8b\x58\xea\xa8\xac\x97\xb3\xca\xca\x52\xdf\x3c\xea\x15\xba\xdd\xc3\x69\xf0\x46\xc8\xae\x5b\xc5\x8c\x5a\xc1\x6c\xed\x09\xa3\x74\xb4\xf4\xda\xad\xb2\x28\x93\x00\x49\x61\x93\x4f\x27\xe4\x9c\x35\x5b\x00\xca\xd3\x4b\x3b\x2b\x2b\x8a\xae\xae\x3e\xfb\x0f\x91\x20\x57\xdf\xbc\xf4\x57\xd4\x10\x48\x1a\x16\xc7\x50\x54\x4d\xd5\x82\xfe\x8f\x76\x65\x02\x3c\xe5\xb8\xc8\xfb\xa2\x1d\xf1\x6b\x5f\x91\x81\x03\xbd\x39\xc2\xe2\x3b\xa1\x0c\x80\x5c\x5a\xfa\x8d\xae\x10\xa3\x2a\xa9\xae\x55\xd5\xce\x40\x87\x7d\x94\x01\x1a\xf0\x27\x2c\x7e\xea\x8b\x09\x39\xee\x7f\x38\x97\x22\x80\xd9\x8e\x64\xe3\xa0\xec\xfc\x84\xf6\xc0\x75\xa2\xd7\xe6\xe8\x80\x5c\x84\x3f\xff\xb8\x92\x3d\x84\xea\x08\x4d\x4e\x45\x79\x42\x24\x73\xc5\x10\xec\x56\x8e\xe2\x49\x15\x4e\x38\x5f\xc9\x4d\x4f\xe4\xb3\x34\xfd\x47\x59\xca\x62\x91\xeb\x33\xf7\xd4\x00\x1c\x9b\x1e\x66\x97\x2f\x9c\xdc\xc1\xed\xc4\x1a\x89\x96\x9b\x3f\x85\x3a\x64\x35\x53\xb9\xa3\xcd\x97\xc8\x96\x35\xb5\xa7\x5e\xf5\xe3\xc7\xaa\x28\xd1\x6b\x41\x40\xca\x51\xec\xa6\x92\x0c\x42\x61\x09\x30\x82\x71\xb0\x1b\x38\x35\xec\x2e\xf8\x06\x5f\x64\x30\xc5\xf6\xce\xd1\xdd\x77\x2f\x3d\x8a\x28\x2d\xf7\x1c\xa8\x22\x8f\x2a\xf6\x52\x1f\x99\xb1\xf4\xa2\x49\x27\x77\xa1\xbc\xa4\x78\x6e\xc2\x5b\xb8\x48\x6d\xeb\x69\xcb\xcb\x2d\x97\x2e\xdf\x95\x3e\x72\x7a\xd5\xa4\x77\x93\xad\xd6\x4d\x7a\xe6\x64\xa3\x26\x28\xed\x67\xe7\xbb\x56\xb9\xfc\xe2\x2e\xbd\xc4\xe9\x2b\x93\xee\x9f\x6d\xf4\x1f\xf5\x6c\xee\xca\x67\xb8\xfc\xce\xa4\xef\xcf\x36\x7a\x84\xf2\xa7\xbb\xf2\xcb\x33\xca\x5f\xee\xd2\x7d\x4e\xbf\xdd\xa5\xaf\x39\x3d\x7f\xbe\x1b\x4d\x4e\x2f\xde\x95\x27\x98\xb3\xd7\x58\xd2\x42\x99\xa2\x65\x53\xb4\x72\xb6\xa1\x10\x43\x17\xeb\x77\x55\x5c\xb9\x7c\xf6\xae\xc9\x02\xa7\xcf\x2e\x9c\xde\xe7\x58\xd0\xba\xc9\x0f\x24\xcd\x2f\x40\xdd\x5c\x00\x9d\x76\x61\x8a\x2e\x2f\x70\x19\x5f\x20\xd4\xbb\x17\x98\x8c\x21\xea\x3e\x73\xdd\x1b\x93\x3e\xb2\xfa\x62\x2f\xcb\x50\x6e\x9d\x71\xe4\x0c\xa1\x32\x63\x92\xb2\x82\x98\xe0\x60\x47\x24\x83\xac\xc1\x48\x04\xaf\xbe\xfc\x6b\x18\x53\x76\xa8\x6f\x57\x2a\x8a\x30\xab\x76\xb2\x88\x80\x47\xfd\xf3\x16\x37\xbf\xd9\x95\xf8\xca\xe1\x9c\x2a\xf5\x60\xc2\xe0\xe2\x26\xac\xd8\x72\xcc\x58\x5d\x1f\x24\xd9\x26\xcd\x55\x2c\xa3\xc9\xb9\xfa\xd2\xc7\x81\xf1\xa0\xe9\x22\x6a\xb2\x94\xb7\xb9\x43\x5c\x40\x6d\x49\x6c\x6e\xcf\x38\x97\x79\x42\x14\xc1\xb3\x35\xf3\x0b\x07\x06\x93\x14\xe0\x04\x40\x7b\xa2\x0b\xdb\xfb\x9c\xdc\x46\x11\x76\x44\x9b\x54\x00\xe3\xc9\x91\x8e\xc5\xb3\x7c\x86\x71\x0a\xdd\x64\x96\xf6\x33\x85\xd6\xad\xab\xd3\xd5\xb6\x72\x0d\x31\xb5\x3f\xac\x96\x98\x49\x03\x94\x59\xba\x02\x13\x0c\xac\x21\x8f\x77\x7f\xce\xa9\x7a\x1c\x3c\x1e\x87\x2e\xfb\xe5\xa9\x93\x4d\x76\x3f\xdd\xdf\xc4\x2b\x7a\x80\x75\xea\x2a\xed\x95\xa2\x5d\xdf\x80\x87\xf6\xf1\x05\x51\x4b\x6b\xd0\xf8\x19\x82\x45\x24\x5f\xbb\xd9\x04\xc3\xc3\x7a\xb6\xf0\x9d\xf5\x15\xf0\x7d\x41\x5a\x53\x0b\x27\xbf\x05\xcb\x9d\xb9\x6b\x6a\x0b\x64\x99\xee\x26\x48\x69\xaa\x68\x67\x37\x50\xbc\xaf\xef\x5e\x9b\x22\xf0\xd6\x30\x9b\xf6\x5a\xe0\x1c\x00\xa5\xd3\x36\xc0\x45\xe6\xb5\x2b\xac\x28\xda\x97\x43\xea\x87\xb5\xa0\x71\x4f\x7e\xd8\x96\xc7\x70\xc3\x1f\x76\x5e\x62\x59\xee\x0f\x0c\x77\xd3\x86\x32\x2e\xf9\xd6\x9e\x17\xeb\x2e\xfd\xad\x8d\x03\x3b\xe6\x20\xf9\xd6\x91\xfb\x73\x48\x7f\xab\x6e\x13\xb2\xe6\x68\x93\x7c\xeb\x7c\x05\x9a\xc7\x29\xfd\xad\x83\xd3\x47\x57\x92\x6f\x5d\xb9\x87\x97\x47\x3d\x64\xab\x84\xe4\x5b\x39\x5e\x84\xb7\x94\xb7\x00\x28\xd6\x28\xdb\x04\xc2\xe2\x65\x19\xcc\xcd\x72\x84\xaf\x7e\xf5\xdd\x6a\x4d\xe1\xd8\x02\x7b\x2a\x0f\xa4\xc1\xfc\x81\xaa\x62\x41\xf2\xc0\x51\x61\xea\x30\xc2\x11\x01\xbe\xd8\x66\x67\x7b\xa2\x75\xd2\x04\xe2\xb9\x24\x4f\x35\x6a\xf5\x22\xf7\x90\xc0\x4e\x56\x4b\x07\x76\x0a\xcb\xa5\x13\x26\xc0\x50\x1a\xa6\x97\x05\x48\x51\x33\xa4\x52\x10\x35\xd2\xbf\xba\xbb\xc6\x31\x7a\xdd\x13\xee\xc7\xbc\xf3\x67\x77\xfc\x76\xac\x37\x99\x7c\xac\x3b\x26\x54\xef\x10\xa0\xa0\x9a\x5a\x95\x25\x62\x8b\x3c\xc5\x3a\xe1\xd4\x41\x5e\x7c\x32\x39\xe8\xb3\x98\xac\x0f\x7c\x93\x78\x41\xd1\xf6\xdb\x80\xf9\x22\x06\xca\x2f\xc4\x8e\xf0\x83\x64\x96\xd0\x11\xea\x6d\x05\xa3\x64\x60\xf2\x07\x54\xad\x0b\x0b\xbe\xd0\xb8\xcd\x67\x04\x6a\x98\x26\xb1\xf2\xac\x5f\x5f\x39\x71\xc8\x8f\xa2\x64\xcb\xa5\xfe\x22\x07\x5a\xef\xd3\xff\xe6\x86\xb9\x93\x02\xa9\x7e\x9a\x63\x1a\x44\x1a\x96\xa9\x2a\x0d\x39\x6c\x17\x89\x42\x70\xdf\x3a\xc0\x8c\x2e\x57\x23\xbc\xd6\x57\xb0\xdb\x9e\xe6\xb3\xbf\x77\xb9\x98\xdc\x3f\x59\x50\xf4\xaa\x2b\xa2\x9c\xed\x0a\x81\x71\xb9\x79\x13\x6c\xdf\xf4\xa7\x75\xd0\xac\xb2\xfb\x5c\x1e\x92\x3e\x8e\x7a\xe0\xeb\x1e\xf4\x85\xfa\x2d\xd4\xa8\x66\xbb\x88\xf5\x45\x95\xf6\xc8\x3a\xd2\x11\x1b\x62\x84\x8f\x36\x42\xd2\x3d\x93\x4f\x95\x4b\xd1\x5c\x1a\x2d\xcd\xdc\x4d\x84\x43\x54\xba\x4b\x86\xd9\xaf\x4d\x66\x3a\x7b\xa4\x92\x83\xc6\x93\x7e\x8b\x82\xcc\x92\x71\x9d\x5a\xd1\x85\x8d\x50\x77\xed\x96\xe5\x89\x66\x56\x66\xca\xfc\x92\x2f\xc9\x5a\xa2\x47\x87\x85\x27\x9c\x8e\xd5\x16\xf6\x91\x82\x6b\xa8\x86\x35\x95\x84\x49\xf4\x74\x92\x56\xc5\x16\x3d\x78\xf1\x90\x97\xfa\x55\x32\x5a\xf9\x5e\x22\x80\x17\x6e\x4d\x57\xda\xa1\x4b\xf9\xa6\xcf\x6c\x62\xd8\xdc\x0c\xc2\xae\x0c\x67\x59\xa2\x83\x74\x43\x0d\x24\x03\x9d\xb1\x3f\x09\x3b\xac\x4c\xb3\x0a\x5e\xa1\x3d\x21\xc4\xa5\x00\x59\x9c\xa6\x26\x8e\xb0\x5a\x62\x23\xbf\xaf\x94\xa6\xbe\xaa\x3e\x3b\x62\x6e\x4a\xe4\x88\x37\x97\x7e\x89\x16\xcd\x52\x22\xc0\x86\x3d\x83\x19\xea\x59\x4e\xcf\x8c\x18\xb2\x96\x62\x44\xfe\x85\x5f\x82\xdf\x22\x2c\x3a\xef\xc7\x6a\x8b\xa7\xe6\xda\x23\xe8\xb1\x3c\xdd\x55\x26\xe7\x02\xd4\xdd\x1c\x25\x78\x45\xb7\x4c\x51\x85\x1e\xd2\x14\xd2\x9d\x21\x87\x00\xd2\x21\x7a\x65\x78\xca\x55\x01\xe5\xe2\x72\xa1\x26\xe4\xd8\x38\xd3\x70\x3b\x28\x9d\x24\xd4\x30\x33\xb9\x03\x9b\x3c\x65\xaf\xe8\x2a\xa9\x08\x86\x3b\x48\x09\xaf\xca\xaf\xdf\xc1\xf8\xb9\xb3\x06\x59\x10\xd3\x02\x3e\x1c\x79\x80\x1c\xe1\x3c\x9f\x48\x93\xea\x55\x56\x44\x2b\x06\x75\x82\x52\xef\x65\x31\xcd\x1e\x4f\x77\xab\x5c\x8e\x21\x5a\x2d\xc0\x0b\xe5\x20\x36\x74\xb7\x2c\x9b\xcc\x96\x4d\x04\x38\xfd\x17\x30\xda\x47\x20\x5e\x52\x23\x24\xf7\xf3\x20\x36\xa4\xf4\x65\x03\x6e\x6b\xfb\x3d\xcb\xd4\x96\x08\x06\x30\xbc\x00\x14\x6d\x72\x44\x8c\xc0\xba\x1d\xf2\x36\xa2\x4d\x11\x68\x44\x6b\x43\xae\x07\x4e\xc0\x4e\xc2\xa0\x80\xcd\x03\x84\x5b\xed\x15\x09\x93\x68\xbd\xb9\x5c\xc9\xaf\xa2\x30\xeb\x4f\x91\x27\xda\x04\x02\x97\x18\xc8\x2f\x20\x29\xdb\x9a\x62\xf4\x84\x18\x64\x30\x26\xed\x2c\xed\x58\x56\xbc\x10\xb5\x7a\xb7\x1e\x5b\xd4\xce\x7d\x27\xac\x25\x1a\x32\xd4\x6f\xf2\x16\x3e\x5c\x0b\x97\xfc\xbc\xf2\x9d\x48\x4f\xd0\x86\x79\x38\xff\xda\x79\xef\xd6\xd1\xb5\x0a\xcf\x6a\x3c\xf2\x51\x7c\x2e\x77\x65\x32\xb6\x03\xfb\xa9\x70\x76\xb4\xe9\xf2\xda\x68\xe9\x75\xd3\x45\x30\x1b\xf2\x1d\x7e\x7a\x83\xbc\xcf\x15\xea\xad\xa7\xd7\x1d\x08\x4c\x43\x80\x8e\x11\xeb\xe4\x90\xa4\x4c\xef\x52\x26\x83\xcd\x1e\x05\x16\x20\xae\x35\xe7\xd2\x98\xe5\xc9\x5b\xe8\xe3\x4a\x72\xdc\xc9\xea\x1d\x43\x43\x30\x23\x07\x39\x77\x62\x8c\x40\x7b\x0a\x5b\x93\x59\xf8\x84\x48\x91\x03\xa1\xb2\xaa\x94\xb3\xd9\x08\xa3\x8e\x73\xa5\x5d\x83\x33\x6b\x67\xa1\x0f\xba\xfe\x67\xb1\x4e\xf3\x45\xb8\x34\x03\x36\xcc\x59\xd3\x72\x17\xd9\x3a\xe2\x12\xd2\x7a\x10\x45\x92\x9c\xaf\x55\x81\xfe\x37\xa1\xc6\xa1\x10\x11\x22\x27\xa3\x10\x11\x62\x23\x57\x74\xaa\x4d\x96\x51\xf8\xa1\x8d\x5c\xd1\x42\x6c\xe2\x1c\x69\x0a\xe1\xcc\xe8\xfb\x16\xaa\x06\x95\xff\x98\x0e\x38\x02\x27\x62\x58\x23\x75\x51\x39\x02\x90\xbb\xda\x95\x79\x24\x04\xdc\xd9\x65\x9c\xa8\x39\x55\x3a\x72\x72\x4f\x88\xa2\xaa\x02\xf6\x6d\xaa\x18\x16\x8e\x3c\xe4\xd9\xc6\x89\x05\xa1\x64\x90\xeb\x1c\x9c\x32\x0c\x6b\xc6\x0b\x04\xd4\x5a\x72\x40\xad\x13\xd9\xdc\x9d\x9c\xf5\x81\x4f\xe0\x2a\xec\x13\x5a\x10\xb9\x42\x12\xe0\x4f\xc9\x53\xb4\x4e\x4e\x00\xea\x79\x37\x95\x7f\x14\x61\x33\x90\x44\xf9\x9d\x4d\x40\xe6\x39\x98\xba\xd7\xa6\xb4\x71\x96\xb2\x58\x0f\x2f\xef\xce\x41\x51\x11\x23\x1e\x74\x03\x59\x33\x56\x8e\x75\xfa\xd2\x2e\x54\x23\x5e\x01\x5b\x6c\x0f\x85\xd1\x77\x11\xf4\xc5\xa7\xab\x96\x08\xd0\x6e\x6f\x4a\x14\x64\x2f\x2b\x64\xfc\xa3\x2e\x0e\xeb\xc8\xb2\x59\xc2\xac\xf6\x65\xb6\x6d\x78\x04\xe1\x14\x48\x82\xdb\x5c\x92\xb7\x6a\xf3\x60\xd7\xb3\x08\x62\x2d\xc8\xed\x79\x29\xf3\x1f\x44\xce\xa7\x40\x6c\x10\x14\x80\x4f\x15\x70\xb3\xc1\x87\x5d\x76\x74\x6a\x10\x4c\x0d\xa9\xbe\x74\x5f\x28\x6c\xa6\x03\xef\x1f\x57\x17\xeb\xd4\xc8\xb0\x7d\x70\x3e\xd0\xc0\x7b\x01\xc5\x30\xeb\x55\x21\xcf\x31\x81\x65\xde\x20\x60\xca\x93\xed\xd8\x30\x0b\xa8\xd6\x82\x0f\x07\xfd\x00\x46\x59\xd5\x06\x89\xba\x28\x5c\x88\xf0\xa8\xed\x3e\xc9\xcf\x6d\xb8\xd4\x4e\x69\x21\x0d\xd7\xf2\x46\x7b\x97\x6d\x55\xd4\x94\x11\x5f\x4e\xbc\x2c\xe6\x15\x98\xac\x20\xba\xe8\x14\x88\x11\x34\x24\x79\x68\x2a\x29\x58\x87\x73\x0a\x83\x15\x09\x87\x44\xac\xfa\xbd\x2e\x70\x00\xa1\x8c\xed\xe7\x69\x01\x67\xd4\x0a\x3c\x7d\x7b\x36\x95\xd6\x1d\xae\xf0\x94\x0c\xa0\x86\xd3\x2e\x2b\xeb\x42\xc0\xe2\xd1\xed\x97\x66\xfd\xda\xd1\x4b\xe5\x26\x67\xd4\xea\xa8\x6d\x12\x3d\x21\xc6\x48\x9b\x2b\x54\x32\x9e\xa2\x63\x33\xb2\x4f\xcd\x36\x42\x98\xcb\xef\xa8\x39\x52\x66\x0e\x67\x7f\xb6\x16\xd6\x4b\xe0\x29\xa8\x29\xd6\x85\x58\x90\x4a\xaa\x90\x7f\x8d\x41\xcb\xb1\x6c\x96\x72\x92\x00\x79\x9e\x22\x56\xb5\xaa\xe2\xc5\x12\x7b\xce\x6c\x7c\x27\x16\x52\x12\x1e\xea\xe4\xea\x41\xdd\xe9\x32\x46\xe6\x94\x6e\x56\x53\x09\x43\xc9\x7e\x29\xe6\x76\x23\x72\x4a\x33\x70\x69\x4d\x6d\x1a\x33\x9c\x88\x3d\x18\xb0\x20\x16\xb4\xe5\x01\xef\x9e\x0b\x3a\x42\x88\xdd\x8f\xfe\x32\x6a\x9d\x11\x62\xfd\x2a\xef\xba\xa6\x19\x19\x8f\x83\x99\x86\x83\x57\x2f\xd2\xe5\x63\x58\x83\xf0\x0e\xde\x3f\xa3\x53\xe0\xc4\xe6\x64\x52\x81\x0c\x9a\xa1\x70\xab\xf4\x8a\xda\x38\xb3\x36\x08\x31\xe1\x87\x50\x0d\xfa\xdd\x3a\x15\x6e\xc1\xd4\x90\x22\xa3\x8a\xa3\x8d\x31\xe5\x93\xef\xa8\x76\x15\xd0\xa9\x0a\xd9\x36\x38\x33\x5a\x3c\xad\x15\x06\xa4\x86\xf8\xda\x91\x8f\x7f\x6b\x03\x6f\x86\x2b\xf8\x1d\xe0\xb9\x57\x65\xc5\x67\x9b\x58\x06\x2f\x47\xbc\x6a\x70\x7c\xc2\x0b\x38\x82\x6e\x0e\xc4\xce\x5e\x93\x51\x61\x7b\xf3\x41\xb7\x03\x53\xea\x46\xdc\x91\xc7\x22\x44\x2a\xb3\xc2\xc9\xb8\x74\xd5\x90\x30\xe7\x5d\x8a\x59\x28\x0a\x67\x6a\x85\x50\x4b\x55\x99\xa6\x57\xc0\x38\x67\xcb\x11\x87\x39\x89\x14\xd5\x24\x4e\x09\x62\x30\x98\x13\xbd\xc6\x7e\xf9\x99\x0d\xe2\x1c\xe1\x01\xa7\x41\x10\x78\x86\x20\x1b\x99\x5c\x93\xf0\x68\x83\xe6\x54\xe6\x81\xba\xf5\x03\x95\x02\xc5\xd3\x9d\x43\x52\x7a\x0d\xf4\xb1\xd7\xef\x14\x97\xe8\x02\x41\x52\x0c\x73\x50\x25\x7c\x5c\x02\x07\x76\xf9\x81\xc3\xc1\xfd\xf5\xca\xe9\x97\xa9\x42\x83\x93\x24\xa6\x30\x90\x29\xc8\xda\x32\xc1\xd5\xf5\x85\x62\x10\xec\xfc\x9e\xf5\x9a\x25\xc4\xa3\xdf\x51\x51\x4f\x38\x4f\x9c\xd3\x9d\x01\x37\x22\xb7\x50\xec\xbe\xfb\x03\xd9\x50\x99\xfb\xb9\x0d\x1c\x96\xac\x32\xcc\x4f\xeb\x18\x00\xa9\x62\x57\x86\xf9\x60\xed\x8d\xdc\xb9\x58\xc7\x81\x42\x35\x59\xe4\x2f\x28\x05\x0e\xd0\x28\xc9\xa2\xb6\x4d\x42\xc7\x17\x91\xa3\x62\xaa\x99\xe7\x52\xeb\xc0\x61\x45\x0e\x00\xab\x88\xf6\xd2\x4d\x52\x65\x95\xa9\xca\x0f\x20\x67\xea\xde\x15\x71\x4f\x61\x91\x3d\x56\xfd\x5c\x1e\xee\x06\x10\x51\x69\xb9\x93\xc4\x28\x76\x89\x39\x18\x56\x01\xa3\x3f\x5a\xae\x6c\x8e\xc4\xbe\x02\xe2\xf6\xc8\x5f\x11\x2b\x55\x75\xca\xa4\x64\x13\x83\x0c\x1c\x29\x83\x1b\x2e\x93\xb5\x00\x2c\x9a\xae\x58\xdf\x74\x49\x4a\x82\x08\xfc\x6f\x95\x3d\x08\x44\x83\xbb\x3a\x10\x1e\x33\x89\x8d\xb0\xf3\xbd\xdf\xec\x12\x56\xb6\x34\x99\x63\x9e\xcb\x39\xec\x81\x4e\xb8\x62\x6f\x96\x6c\xd5\x72\x03\xea\xe7\xfd\x44\x5d\x54\x06\x25\x26\xf7\x03\x1e\x18\x24\xac\x35\xd6\xd4\xca\x46\x14\xee\xd5\x3a\x39\x9a\x7d\xe8\x5a\x28\x88\x6c\x03\x97\x7c\x04\x23\xa6\x6c\x00\x95\xf5\xed\x30\xc5\xc9\xaa\x20\xa5\x06\x3d\x13\x3d\x7d\xef\x33\xdd\x88\xd6\xcd\x28\x56\x43\x7e\xa5\x62\x6b\x47\xe5\xed\xd5\xf3\x5d\xe9\x56\xac\x07\xc9\xd2\x62\x7c\x85\xf1\xd6\xa8\x65\x75\x85\x5b\x75\x16\xeb\x68\xd2\xc7\xf7\x93\x5e\xd0\x24\x5e\x6e\xd2\xa7\xae\x02\x02\x34\x3a\xae\x6c\x8e\x3f\xa6\xf4\x00\x91\x1b\x7c\xf7\x35\xec\x81\xda\xc9\xe7\xc4\x34\x8e\xc4\xe8\x22\xf5\xac\xc5\x90\x3d\x8f\x2b\x26\x79\x6f\x38\x6d\x9e\xee\x76\xe2\xcc\x11\xf0\x61\xff\x73\xad\x13\xd3\xed\xcb\x6a\x70\x3f\x9e\xc4\x05\x51\x70\xac\x75\xf8\x5a\x34\x44\xe0\xe3\x26\xf5\xc4\xe8\x38\x07\x50\x60\xf6\xd1\xeb\x96\xa0\x35\x0e\xd7\xf7\x75\x65\xb3\xb6\xee\xc6\xeb\x3b\xb7\x22\x7e\xdb\x29\x3a\xa7\xff\x78\x20\x6b\x17\x19\xdb\x03\x3e\x5b\xd7\x93\x3d\xc1\xdb\x1b\xeb\x6b\x9a\xa2\xfb\xae\xc7\xac\x14\x82\xf5\xe6\x7b\x7f\x9b\x94\xc2\x8a\xe4\xdf\xad\xac\xd4\xf3\x5f\xf8\x97\x6f\x95\x56\x24\xa7\xef\x66\x65\x71\x65\xe6\x67\x2f\x0d\xd5\xcd\x2f\x12\x66\x37\xc5\xd7\x70\xc0\xc9\xed\xa2\x1a\x01\x76\x8b\x3c\xb4\x96\xe4\x08\xd0\xd4\xc7\x5d\x97\x40\x3a\x80\x14\x5f\xf1\xf5\x5e\xee\xdd\xec\x60\xa5\xac\x9a\x59\x04\x57\x32\x1b\x51\xac\xe7\xae\xad\xd8\x9f\x64\xa2\x0f\x67\x3c\x0c\x5f\xac\xb1\x70\x08\x18\xc1\x16\x3e\x4e\xbd\xd1\x85\xe4\xb1\x6a\x02\xe1\xdd\x19\xfb\x75\x34\x5b\x53\x97\xc7\x51\x14\xed\xd6\x7c\xcd\xfa\xe0\xf5\xfd\x52\x80\x20\x64\x74\xc9\x12\x2c\x31\x6b\x74\xae\x59\x3b\xae\xf7\xac\x2e\x61\x02\x9c\x25\x3c\x2a\xd5\x5c\x31\xa0\x88\x12\xea\x67\x29\x59\xb9\x50\xe1\xd6\x75\xe1\xbd\x14\x1e\x9f\xfd\x54\xb6\xd5\x70\xe2\x78\x9b\xfc\x7d\x3e\xb4\x08\x1b\xfb\x56\xfa\xeb\x1e\x9b\xfb\xb6\x31\x10\xd1\x8b\xc4\x6e\x50\x5d\x00\xf8\x3b\x49\x1c\xb6\x13\xab\x29\x06\x9f\xd9\x95\x22\x5a\xfd\x06\x45\x77\x92\x1e\x66\x95\x35\x14\x76\x46\xf1\xc6\x6a\x11\x5e\xcc\x9c\x44\x33\x45\x9b\xd8\xe0\xeb\x9c\xed\x57\x26\x42\x34\x77\xf4\x96\x98\xe8\xb7\x7b\xb0\x27\xbd\xbc\xcc\x94\x5e\x87\x43\x56\x59\x83\x93\xca\xbd\x90\x65\x73\xf1\x45\xc0\x1b\xec\x4b\x58\x67\x65\xd0\x65\xd6\x64\x24\xf3\x53\x01\xa2\x9a\xc8\x82\xba\x8b\xe9\xd1\x8e\xc1\x13\x2a\x88\x78\x9f\x81\xf7\x9e\x3d\xb0\x3e\xb2\x84\x1f\x47\x89\xb7\x44\xdf\xa7\xf8\x90\x5f\x3b\x42\x47\xd9\xbe\x28\x9f\x23\x75\x2a\xb8\x72\x72\x1b\xd5\x29\x62\x92\x28\x01\x1e\x72\x46\x9b\x81\x51\x69\x38\x7a\xcf\xe0\x82\xc2\x90\x76\x79\x67\x86\x2c\xd1\x9f\x3f\x1c\x59\x4d\xf1\x7c\x91\x07\x2e\x99\x21\x59\xd8\xe4\x3c\x07\x83\x75\xa2\x13\xd0\xdb\xc9\xc3\xa7\xa6\x6f\xcf\x05\xac\xac\xde\x8e\x2e\x66\xee\xe7\xf6\xc8\x42\x3c\xbd\xed\x5a\x48\x25\x69\x81\x70\x66\x2c\x72\x6d\x8a\xee\x41\x65\xda\x6c\xcd\xb7\x41\x84\x38\x48\x9b\x9a\x73\xe2\x0c\x26\x73\xf0\x86\xad\x2a\xa0\xce\xfa\x33\xdd\x68\xff\xc6\x8a\x2b\xea\x99\xfa\xc1\xe0\xdd\x32\x76\x92\x5e\x3a\xe4\x4a\x5a\x61\xb3\x57\x3d\x59\x1b\x95\x83\xfd\xc0\x00\x57\xf2\x91\x10\xfd\x32\x5d\x37\xe7\xe0\xfe\xb3\x12\x06\x3e\x81\x5d\xa9\x27\x27\x26\xfa\x7b\xa2\x3d\xe1\x42\x02\x75\x1e\x83\xeb\x93\x08\xc0\xa7\x42\xf7\x74\x83\x7f\x42\xd1\xb1\xfc\x06\x22\x2f\x23\x86\x7b\xcb\x72\xad\x96\x70\xc8\xcf\xc3\xd9\xe2\x3e\xfb\x83\xe8\x1e\x38\x90\x7f\x04\x3f\xf8\x78\xd0\x34\xdc\x5e\x65\x48\x5c\x3a\x93\xa5\x3a\x02\x77\xe8\xe3\xcd\x66\x49\x39\x5d\x2d\x3c\xbe\x05\x03\x5b\xc5\x84\x5b\xd0\xf9\x0b\x37\x07\xf7\xf2\x35\x8e\x96\x23\xa2\xc9\x6d\x1a\x9a\x45\xda\xbb\xf1\xce\xd1\xd7\xc5\x16\x4d\x25\x4b\xab\xa6\xa9\x7b\xf1\x84\xa5\x43\xf3\xba\x45\x34\x75\x59\x85\xa2\x80\x84\xbe\xce\x89\x66\x50\xd4\x90\x26\x0e\x19\x3a\x13\xe9\xb6\x0d\x27\xf3\x96\x11\x8f\x34\x85\xfa\x41\x1c\xc8\x41\x06\x94\xa8\xe0\xc5\xec\xe5\x56\x64\x0d\x97\x95\x79\x32\x38\x6a\x67\x36\xb4\xb6\x86\x01\x91\xa5\x26\x7d\x59\x43\xf8\xb8\xcf\x0e\x76\x35\x78\x6e\xd6\xb6\xa4\xa6\xa1\x9b\xac\x5a\xd2\x87\x4e\x2e\xb5\xd8\xba\xbb\xe2\xc6\xdd\x7c\xa2\x4a\x77\x1b\x02\xc7\xdc\x38\xb0\x25\xd8\x3d\x8d\x29\xb2\xd0\x56\x42\x90\x73\x82\x85\x41\x7b\x9d\x65\x71\x84\x47\x2a\x07\xa8\xfb\x19\xfa\x0a\xf2\xc7\x48\xc7\x39\xc5\x39\xac\x09\xa2\x5b\x8d\x94\xa5\x62\x4a\x8e\xd3\x9c\xad\x58\x81\x79\x5a\x40\x48\xa5\xce\xb0\x0d\x1f\x6d\xb6\xc4\x71\x36\xa7\x5b\x87\x71\xf6\x74\xc5\xaf\x78\x73\xa0\x37\xd9\x0a\x53\xfa\x19\x25\x31\xbe\xc7\x50\x5f\x64\x3c\x06\xa8\xcb\xcf\xb9\x62\x8e\xfb\x30\x95\x87\x4d\x54\x73\x53\xf4\x38\x2a\x4c\x0b\x1f\xb1\xa9\xc7\x64\x05\xe2\x4c\x08\x63\xc0\x09\x12\x05\x90\x83\x71\x91\xd4\x7a\xdd\x13\x47\x13\x02\xc5\xfd\x21\xb7\x20\x11\x43\xba\x0a\x20\x83\x42\x08\xba\xb2\xe2\x90\x04\xa3\x99\xb4\xf4\x51\xe7\xbc\x5d\x80\x8e\x40\xa1\x11\xbc\x23\xae\xa3\xad\xc5\xce\x31\xb0\x60\x2e\x8e\xff\x26\x74\x20\xad\x2b\x4a\xcc\x61\xe8\xa2\xcf\x0f\x0b\xf1\xdf\x68\x61\x5e\xa6\xb4\x30\xd5\xa1\x11\x8d\xbf\xc1\x6c\xa2\x48\xe9\xb3\x98\x43\xf7\xd6\xe7\x40\x17\x95\x86\x68\xf1\x28\x66\x48\x77\xa9\x5e\x60\x95\x79\x22\x6f\x1c\xe7\x15\xce\x38\x0a\x58\x97\x62\x70\xa1\x64\xf5\x79\x46\x5f\x06\x08\xe0\xa4\xf8\x77\x2b\x7c\xd1\xdd\x29\x53\xc4\x65\x63\xcd\x27\x7e\xd2\x1f\x57\xac\xb2\x9e\x9e\x0b\xf9\x72\x47\xb6\x57\xee\x45\xee\x21\x9d\x69\x9e\x38\xe4\xa5\x1e\xd9\x3a\x02\x58\xb4\x37\x80\x84\xbd\x92\xfe\xa2\x2a\x63\x20\x0b\xad\x1b\xdc\x94\xbb\x34\x8c\xba\xf0\x1b\x3a\x32\xe7\x30\x29\x6b\xdd\xfc\xd6\x86\x09\xdd\x9e\x66\xa2\xd9\x21\xe9\x9d\xd8\xc9\x18\x35\x63\xe1\x16\xee\x74\x4c\xdb\x1c\xa1\x37\x48\x45\x82\x0b\xb9\xc9\xe9\x9c\x5a\x18\xd7\xb7\x24\xa3\x7e\xaf\x6d\xe3\xcf\xa2\x7d\xdd\x30\x02\x10\xc6\x85\x39\x09\xda\x18\x6e\xd1\x26\x27\x8f\x09\x5d\xc6\x7e\x09\x98\xae\xf3\xf3\xd7\xf6\x49\xfb\xb0\x6b\xbf\xde\x68\x65\x93\x59\xee\xd2\x63\xe8\x4b\x7f\x8f\x88\x4b\xab\xb8\x2a\xd3\xf3\x31\x84\x6d\x36\xc6\x19\x90\xcb\xaa\xac\x30\x9e\xc5\x1e\x20\x56\xcd\xc3\x49\x9a\xd0\x0f\xee\x46\x92\x03\xf2\xe4\x55\x57\x7b\x94\x73\x12\x72\xf5\x1d\xb6\x65\x20\xf4\x88\xcd\x9c\xb8\xe0\xef\xe5\x1c\x56\x84\x56\x5b\xb8\xb0\xa6\x5e\xf4\xac\xc8\x23\x04\x16\x8d\x24\x92\x9c\x23\xae\x77\xb4\xea\x76\x3b\x20\x5a\x68\x66\xc9\x7b\xf1\x09\xa7\xe2\x7b\x4d\xf5\xaa\x46\xe8\x69\xe2\x26\x2a\x31\xfe\xab\x3e\x1e\x1c\xba\x7f\x47\xf1\x74\x4c\x8d\x67\x45\xa6\x4e\xb1\x17\x8f\x3b\xfa\xf8\x2b\x26\x61\x29\x37\x6c\xe6\xe8\x43\x6e\x7a\xb3\x53\x6a\xd9\x2b\x92\x76\xe8\x34\xd0\xcb\x36\xfb\xa2\xf5\x9e\x81\x97\xdb\xb4\x58\x29\xab\x69\xcc\x89\x6b\x5c\xb5\x68\x80\x55\x0e\x65\x7d\x1c\x5a\xdf\x2f\xb0\x9f\xa7\x0f\x18\x12\x6d\xe9\x17\xb1\xe1\x43\x17\x37\x8a\xe6\xa8\xde\x69\x2d\x30\x3e\xf0\x02\x76\xd2\x15\xe8\x8f\xe7\x32\x4f\xaf\xb8\x81\x53\x02\x32\xc7\x94\x2c\x3b\xc4\x12\x5d\x59\xca\x62\xd4\x89\x96\xe6\xd7\x18\x98\xb5\x4d\xdc\xc2\x8a\xe2\x79\x7b\x1b\x09\x1c\x16\xb1\x94\x1e\x2c\x24\x29\x46\x93\x68\xcf\x49\x79\x37\xc0\x26\x23\x91\x80\xe0\xf6\x10\x1d\x09\x95\x65\xed\x56\x89\x0e\x91\x11\x11\x5a\x28\x72\xc8\xfd\xda\x25\xd5\xcf\xd5\x69\xc0\x69\xf7\x44\x7e\xb9\xec\xb4\x3d\x87\x57\xdc\x68\x81\xff\xf4\x4c\x10\x06\x8b\x33\xcb\x46\x39\x96\xcb\x94\x24\xee\x0e\xbd\xd5\x14\xb1\x29\x7c\xa7\x21\xd8\xcb\x25\x5e\x18\xd5\xf9\x53\x4b\x19\x3a\x6b\xf3\xb1\x19\x9c\xd5\xd8\xaa\x76\x2a\xc3\x19\xe4\xbd\xd1\x5b\xed\xb1\x2b\x33\x55\xa8\x7a\xab\x5b\x8a\xa9\x9f\xc7\x71\x52\xc3\xc8\xac\x31\xfa\x24\xe1\xf3\x68\x9f\xe3\x70\x07\x5c\x9b\x98\x91\xe6\xa5\x57\x2d\x27\x82\xfc\xf8\x19\x13\xff\xb7\x2d\x9c\xb2\x2c\xee\xa8\xc1\xb8\x5e\x8a\x41\x6e\xda\xa7\x52\xa4\xca\x03\xb8\x10\x30\x51\xbd\x0a\x44\x6d\x04\x79\xd6\xc8\xca\x0a\xbb\x12\xa2\xbd\x76\x9e\x80\xc2\x1c\x55\xda\x39\xa1\xf9\xf4\x06\xab\x0f\x77\xe9\x81\x0b\x64\x02\x00\x1c\x76\xc2\x24\xe7\x84\x10\x4e\x7d\x12\x0d\xe2\x05\x22\x93\x55\x6a\xc0\x63\x68\x82\x12\x3d\x6d\x5c\xc8\x45\x81\x54\xc0\xfc\x53\x1e\x83\xde\x5a\xff\x58\x4d\x51\xf4\xaa\x2a\xa8\xc4\x7c\xd0\xba\x47\x0a\x4b\x5b\xe8\xfd\x42\x58\x96\x23\x86\x0b\x40\xcf\x98\xc3\x12\xe6\xf0\xd3\xb8\x76\x84\x53\x15\xec\x79\xb3\x65\x24\x6d\x59\xd2\xee\x17\xd9\x41\x0f\x37\xeb\x33\xa1\x10\xd0\x54\x93\x7a\xde\x81\xc8\xad\x89\x38\xe0\xea\x29\xaa\xec\x50\xe4\x78\x5a\x47\x33\xef\xae\x47\xa7\xb1\x2b\xc8\xc4\xe1\x55\x1c\x31\x34\xf0\x90\x20\xfb\x58\xf7\x46\xa3\xad\x16\xd2\xaf\x82\x22\xe6\x97\x32\xca\x0d\x7c\xa9\x97\xc7\x4c\x4e\x0b\x21\x86\x9e\x7a\x9b\x03\xc9\x4c\x13\x39\xef\x3b\x60\x8f\xcd\x02\x1f\xe8\xb4\xf6\xd6\x44\x96\x2e\x92\x5d\x1e\x51\xd9\x34\xaf\x22\xbb\x77\xb5\x33\x01\xba\xf4\x1d\x9e\x58\x62\x12\xd1\x70\xe7\xba\x7b\xb6\x46\xdf\xc5\x3e\xde\x63\x03\x0e\xd6\x95\x72\x24\xf4\xd6\xee\x37\x02\x39\x59\xc5\x06\x77\x31\xc4\x70\x94\xa4\x68\x13\x39\x7c\x16\x73\x72\x74\xed\xa5\x0c\xc0\x0a\x86\xd2\xad\x4c\xfe\x8f\xcf\x57\xbf\x37\x96\x75\x04\x9c\xe7\x09\x67\x8c\xdb\x34\x62\xbe\xb7\x56\xbe\x62\xc1\x32\xb0\xdd\x22\x6a\x2a\xe3\xf3\x0b\x37\x2a\xd1\x2a\xe6\x80\x41\xb2\x78\x23\xc0\x56\x6c\x8f\xd7\x10\xc9\xae\x1d\x71\x60\xde\x87\xd5\x16\xfd\x57\x5a\x3e\x33\xc2\xca\xd3\x73\x04\xb9\xba\x47\x7b\xfe\x9b\xe6\x96\x60\x88\x9c\x37\x58\x32\xd3\x48\xbc\x94\xd8\x13\x88\x76\x20\x63\xd0\xb4\xaa\xed\x10\xac\xe9\x26\x6b\x07\x38\x22\xf8\x19\x8c\xb5\x3e\xc5\xf2\x32\xff\x1e\xb6\xc1\xd6\x31\x9e\x08\xe4\x57\x80\x66\xd0\xd7\x71\x64\x60\x8d\x6d\xb8\x7d\xc5\xca\x62\xe5\xdd\x8e\xae\x21\xee\x46\xe6\x36\xf6\x7d\x6d\xae\x58\x4a\x38\xb3\x93\x44\xe2\xf3\xe8\x19\x29\x02\x19\xea\x60\x59\xb4\x0f\x64\xde\xa7\x82\xd8\xf9\xf6\x1d\x4e\xa7\x31\xe4\xa5\xe4\xdc\xde\xf9\x63\x97\x7a\xe2\x36\x60\xa2\xb2\x25\xea\x3e\x38\xec\x39\x4c\x9b\x5e\x63\xfb\xbd\x83\x90\x86\x00\x83\xec\x55\x0f\x51\xe6\xa4\x72\xd0\x2d\xb7\x67\xca\xa8\x18\xce\x4a\xb4\xeb\x72\x65\xec\x7f\x97\xe4\x3f\x0e\x33\x8e\x12\xb9\x7e\xb4\xcb\x32\x6f\x72\xaf\x52\xf4\x37\x72\xcf\x96\x1b\x47\x29\xda\x88\xc7\x30\xb1\x06\xa2\x20\x7f\x71\x7d\xb0\xd6\x4d\xa1\x7e\x17\x5c\x28\x27\x85\x42\x00\x85\x89\x35\x55\xe2\x2c\x7f\x97\x6c\x23\x62\xed\x3d\x31\x95\x01\x01\x2e\x89\x9c\xb4\x7c\x5b\xec\xbd\x3a\xb4\xd9\x80\x16\xdf\xe1\x94\x61\xac\xc5\x12\xf6\x77\x2d\xcf\xc2\xdc\x2a\x6f\x9e\x2a\x5d\x4f\x10\x72\xb6\x49\x85\x52\xe9\xc6\x54\x31\x11\x72\xbc\x5c\x87\x50\xef\x0a\x0c\x40\x93\x8d\xef\x63\xec\x8a\x66\x20\x7d\x5a\x54\xcf\x06\x34\x42\xe7\x7a\xaa\xe8\x81\x26\x62\x4d\x15\xc8\x51\xc6\xb9\x80\xe2\xd3\x09\xff\x0a\xb2\x3f\x12\xea\x89\x75\xbd\x5d\x54\x24\xfa\x57\x86\xe8\xd7\xa7\x37\x6b\x9e\xba\x42\x3d\x95\xb9\x18\x03\xdf\xb4\xb3\x5b\x96\x4f\xed\x78\xda\x74\xef\x17\x4b\x08\xd9\x08\x32\x54\xa1\x86\xae\x50\x4e\x8c\xe3\x7a\xe6\x70\x83\x8a\xf0\x57\x08\x77\x4d\x7f\xe6\x00\x7c\x30\x77\x62\x70\xc8\x32\x16\x37\x2c\x49\xf7\xf8\xbf\xdf\x43\x5f\xc8\xe0\xaa\x95\x9a\xb9\x5a\x37\x45\xa9\x01\x99\x45\x2f\xc3\xab\x09\x9f\xde\xac\x61\x6e\xf8\xaa\x7d\x3a\xe0\xe4\x35\xe1\xfe\x8a\x19\x78\x00\x4c\xa1\x0c\xd3\xb7\xde\x41\x31\xe6\xa9\xd4\x53\x11\x2d\x01\x41\xb8\x71\x0d\xd7\x83\x03\x1b\x24\xdd\xd0\xc0\x78\x42\x5c\xd8\x16\x4a\x9f\x81\xef\x6b\xd7\x1a\x8b\xc1\x0b\x7a\x85\xef\xea\x2d\x08\xe6\xdc\x8d\x6a\x6c\xb8\xc9\x8f\x73\x04\x7f\xdc\x19\x1f\x00\xec\x28\xcb\x13\x83\x00\xdf\x47\x16\xb1\xbd\x19\xe0\xd2\x67\xcc\x58\x60\xea\x6f\xc7\x78\x4d\xad\x45\x18\x9c\xfc\x29\x86\x50\x7b\xd9\xc2\xaf\x59\x32\xf4\x2a\x9a\xa9\x48\x7d\x22\x8c\xf3\xf8\xf6\x5f\xec\x23\xb3\x97\xe7\x67\xc6\xef\xad\xef\x30\xe7\x95\xaa\xc1\xb9\x72\x84\xfa\xaa\xe2\xa9\x59\xdb\x01\xb9\x46\x58\x9e\x95\x73\xd4\x66\x4c\x46\x6b\xfd\x9c\x8c\x5d\x3d\xf6\x64\x63\xdc\x15\x02\xe7\xac\xb8\xce\xf5\xd9\xab\xf8\x3e\xc9\x04\x72\xcf\xc1\xf7\xe6\x31\x3f\x8b\xf5\x5f\x0d\xa5\x57\x6c\x7a\xab\x09\xca\x27\x8c\x3a\xf5\xcf\xaf\x5c\x95\xed\xae\xbb\xc2\x79\xaf\x02\x18\x2a\xe1\x16\xa7\xef\xa7\x5f\x4b\x86\xc7\xc5\xb8\x73\xa4\xd7\x8c\x12\xce\x41\xee\x6a\x31\xc3\xed\x63\xcd\x18\xad\xe8\xca\x17\x52\x01\x9a\xbf\x27\xd4\xb7\x8a\x9a\x67\xac\xa0\x9e\x50\xaf\x5c\x6d\x4f\xa8\x97\x62\x10\x46\xca\x57\x6f\xa5\x40\xc6\x0b\xf5\xe0\xf1\xae\x3e\x12\xaf\x86\xa5\x13\x3f\x39\xc4\xbd\xea\x24\x1a\x1f\xb1\xb3\xda\x8f\x32\x5e\x85\x3d\xbd\x85\x13\xbd\x8a\x55\x92\xfe\x66\xac\x1b\xe9\x1f\x93\xfe\x33\x56\x6f\x2c\x35\xd6\xcf\x58\xbd\xe9\xdf\x14\x7b\x2d\x9c\xb9\x58\x1f\x6e\x57\x19\x8d\x63\x0e\x5a\xf4\x94\xde\xa5\xa7\xc6\x2a\x8c\x75\x29\x56\x36\x96\x1a\xfb\xd9\x85\x19\xa1\x7a\x4f\x94\x8d\x55\x16\xeb\x7e\xec\xfb\xd2\x87\x30\xf6\x5a\xfa\xcf\xd8\x7c\xc4\xba\xbe\x87\xe8\xbc\x07\xd1\x39\x4d\xd4\x40\x78\x2b\x39\xa3\x78\x62\x62\x0c\x97\xe1\x6a\xc3\x72\xd5\x81\xa1\x4f\xfb\x67\xdc\x85\x8d\xc0\x95\xf6\x1a\xfc\xd7\x78\xab\x71\xf4\xdd\xff\xfb\x3b\x6d\xff\x70\xa7\xcd\xed\x3f\x76\x1a\xe9\xc7\xa9\xde\x50\xf0\xa5\x69\x1d\xdc\xc0\xf5\xc3\x41\x26\x32\xd6\xb1\xa1\xa2\x71\xa3\x08\x8c\xea\x66\x7c\xd7\xf5\xc3\xee\xee\xfd\x92\x24\x23\xe9\x1e\x09\x14\xa2\xf6\x26\xd1\xf6\x21\x0f\x71\xc2\xbe\x63\xaf\x70\x0e\x7d\x31\x8e\x48\x40\x32\x23\xd1\x58\xa2\x1b\x89\x96\x07\x66\xcf\x25\x6a\xea\x9a\x51\x4d\x7e\x4d\xbc\x48\xf4\x62\xd4\x33\x88\xe6\x49\x24\x2e\x93\x0f\x51\xe9\xb6\x59\x96\xb1\xef\x8c\xd2\xfa\x66\xf5\xe9\xf1\xef\x19\xef\x59\x93\x1b\xa5\x79\x66\x7b\x00\x8b\x45\x2f\xfe\xd4\x5f\xd1\x87\xa4\xa5\xa5\xf5\x2a\xfa\x15\xbd\x11\x9f\xde\xa8\x87\x7f\xaf\x3b\xfd\xed\xa8\xdf\xd1\xd7\x47\xef\x44\x23\x19\xa5\xa5\x8d\x57\x62\x6e\xe3\xd5\x27\xe6\x39\x27\xf5\x59\xaa\x1f\xaa\xc9\x52\xd1\x67\x47\x03\xea\x9a\xbd\x1e\xeb\x78\xda\x20\xa7\x4d\x50\xfa\x1a\x8a\xde\x8e\xf2\xa3\xcf\x8a\xea\x49\xfb\xe8\xe8\x53\xd3\xca\x25\x56\x56\xd4\xb5\xb4\x0e\x45\xa3\xb7\x85\xe1\x4c\xcf\x00\x74\x70\x72\x54\x6b\xbc\xef\x51\x55\xf1\x71\x8b\xca\x46\xf9\x8f\x27\x7c\x20\xbc\x8d\x7c\xba\xa7\x8e\x97\xa7\xff\x65\xd4\x31\x1a\x8a\xb4\xe1\x49\xd0\x9a\xb4\x6d\x1e\x8d\x5a\x7c\xfc\xe3\x84\xef\xef\x84\x20\x6d\xf3\x44\xab\x27\x8d\x24\x24\x56\x4f\x5a\xe5\xf1\x8e\x44\x1d\x8d\xf2\xe3\x4b\x22\x9d\x68\xc6\x4b\xa4\x2d\xf9\xe8\x57\xbc\x64\xd4\x97\x74\xda\x11\xe5\xa7\x6d\xc2\xb4\x8d\x12\x6d\xc1\xb4\x72\x69\xc3\x94\x38\x42\x12\x23\x15\x9f\x92\x78\xaf\xce\x30\x72\xea\x99\xd8\xb7\xdc\x60\x1a\xa1\x8b\x3a\x11\xaf\xec\xdf\x34\x9e\xc8\x89\xaa\x89\x8f\x7e\xf4\xd5\x69\xe4\x26\x8d\xa0\xc4\xbf\x22\xea\x44\xda\x22\x8b\x72\xd3\x5a\xf9\xfb\xaf\x7f\xa2\xfe\x7f\x3f\xbf\xd2\x76\x57\xda\x0c\x46\xb9\x69\x9b\xec\xc1\xc9\x91\x18\xe2\xb4\xf3\x28\xed\x54\x8c\x0e\x8a\xb4\x96\xee\xfa\x31\x10\xde\xcf\xff\x7e\x12\x98\x46\x83\xd2\x4e\xb5\x28\x2d\xbe\x28\xd2\x97\x61\xb4\x54\xa2\xb7\xd2\x4e\xe1\xb4\x5f\x69\xe5\xd2\xd8\xb5\xf8\x2e\x4c\x3b\x32\xd3\x6a\x4c\x27\x6d\x69\x1b\x24\x9d\x8d\x7d\xf4\xe5\x69\x1b\x34\xed\x57\xda\xe6\x8e\xd2\xa2\x72\x71\xd2\x90\xce\xfb\xc4\x53\xd3\x89\x7b\xda\xf7\xa5\x6d\xcd\xb4\xd3\x28\xed\x7b\xfe\xce\xfa\xa6\x6d\xf0\x34\x96\x26\x8d\x7b\x4b\x1f\xc9\x74\x7a\x1b\x2f\x1b\x4f\xff\x27\xe6\xfe\xc1\x05\xe4\xef\x67\x51\xda\xe9\xf7\x4f\x54\x32\x2a\xf9\x90\xcf\xfd\x27\xfe\x21\xc1\x76\x3c\x7e\x48\xf0\x84\x89\xc6\x12\xd7\x9e\xf8\x28\xc5\x7f\xa7\x11\xca\xb4\xdd\x8e\x77\x06\xc2\x3b\xfc\x17\xf0\x83\x89\xc5\xf1\xf8\x46\xfa\x68\x15\xc6\x7f\x3f\x38\x9f\x22\xd2\x98\xb8\xee\xa4\x2d\xbf\x44\xfb\x89\xd9\x8e\xe6\xe9\xef\xbf\xd2\x76\x79\x3a\x83\x98\xb6\xf7\xd3\x6a\x7c\xc0\xcb\xa4\x93\xa3\xc4\x10\x24\x06\x30\xda\x3b\xe9\xcc\x54\xbc\x93\x69\xdc\x46\x1a\xc7\x10\x8d\x6c\xda\xbe\x8d\xd2\xe2\x75\xa7\x1d\x17\x69\x69\x69\xfb\xff\xef\x44\x3f\xb1\x55\x13\xa3\x96\xc6\xf7\xa4\xd5\x1a\x1f\x99\x87\x52\x93\xbf\xd3\xec\x78\x15\xe9\xa7\xcb\x03\x39\xc7\x63\x66\xf6\xef\x5f\x9d\x36\xf2\x69\xe4\x25\xfd\xb6\x91\x76\x07\x4b\xec\x92\xa8\xf1\x34\x32\x1c\x55\xfa\x78\xe1\x25\xb6\x51\x82\x4e\x3e\x26\xb4\x47\xd8\xe1\x12\x70\x49\xb2\xb6\xc4\x30\x55\x24\x45\xdb\xec\x91\x77\xd5\x20\x14\x32\xfe\xef\x27\x9a\x8f\xa8\xe1\x43\x92\x99\x18\xf7\xc7\xd3\x93\x78\x78\xbc\x9f\x12\x77\xb8\x7f\x27\xcb\x8c\x96\x57\x1a\xbf\x91\x4e\x21\x1f\xd1\xf9\x74\xee\x2b\xf1\x55\x69\x7b\x21\x8d\x45\x8e\x7e\x25\xba\x1e\xf5\xec\x41\xad\x69\x9f\xf3\x80\x64\x3f\x90\x24\xa4\xed\xe0\xb4\x5f\x51\xfd\x69\x54\x2c\x8d\x4a\xa6\xdd\xc2\xd2\x6e\xa9\xff\x24\x5f\x48\x63\x67\xff\x2e\xcd\x4c\xa3\xe3\x69\xe5\xd2\xd8\xd9\x7f\xe2\xf2\x12\x83\xf7\x77\xde\x37\x51\xf4\xef\x4c\x74\x5a\xef\x1e\x1c\x9b\x69\xd7\xe3\x74\x49\x66\xda\x54\xfc\xd3\xdd\x25\x6d\x19\x3d\x10\xbc\xff\xd3\x35\x2b\xfd\x3c\xe3\x41\x19\x08\xef\xf4\x5f\x40\x20\xd3\x76\x78\xda\x6e\x48\x9b\xaa\x74\x6e\x25\x5d\x54\xfd\x40\x52\x92\x26\x52\x8b\x04\x21\x8f\x24\x97\xff\x7c\x07\x4d\x57\x2d\xa5\xad\xa7\x07\xab\xe8\xd1\x75\x3a\x6d\xbc\xd2\x05\xdc\x0f\xa8\xdc\x03\x1e\x3a\xb1\x15\x13\x07\x42\x1a\x4d\xf9\xbb\x54\x2a\x4a\x8b\x0f\xda\x3f\x69\xbf\xd2\xc5\x17\x8f\x7e\x27\x66\x31\xfd\xcc\x79\xc8\xcb\x3d\x9a\xd6\xb4\x73\xe7\x9f\x2e\xe0\x7f\x17\xec\xa4\xad\xbf\x74\xc6\x33\xbd\x9d\x34\x39\x6f\x1a\x67\x9c\x7e\x79\x4d\x8c\x51\xe2\x21\xed\xac\x4a\x13\xbb\x3c\xb8\xd2\xfc\x5d\x42\xf2\x77\x15\x57\x62\x6d\x45\x2d\x45\xe3\x18\xa5\x25\x26\x2d\xc1\xf1\x70\xbf\x06\xc2\xbb\xfc\x17\xd0\xc8\x07\x27\x6a\x9a\x84\x29\x51\x34\x6d\x46\x13\xdc\xd3\xff\x93\x87\xc4\x9a\x4a\xe4\x44\x8b\x24\x71\xad\x78\xfc\x76\xda\x46\x49\x63\x96\x1e\xf0\x86\xe9\x4c\x41\xb4\xa4\x13\x6d\xa5\xd3\x98\x34\xfe\x26\x5d\x9e\xf5\x58\x62\x92\x26\x93\xfb\x27\x92\x9f\x4e\x2e\xd2\x7a\x93\x46\x2e\x1e\x0c\x62\x3a\x8d\x4a\x93\x2c\xa4\x0d\x72\xba\xce\x26\x31\x79\x69\xd2\x97\xc7\xf7\xd1\xc4\x79\xf8\x77\x05\x73\xfa\x71\x1b\xff\x7d\x05\x96\x42\x8f\x90\x8c\x12\x35\x3f\xb6\x6d\x88\x8f\x42\xe2\x3b\x1e\x1f\x96\x7f\x57\xe6\x3c\xe0\x13\xd3\xbe\xe3\x01\x15\x7c\x28\xec\x78\xfc\x15\x69\x5d\x4a\xe7\x9c\xfe\xab\xc4\x99\x0f\x27\xf7\xc1\xde\x8c\xa6\xe6\xf1\xdd\xf9\xa1\xa4\x3a\x61\xb1\xf1\x88\xa5\x79\x68\xf1\x93\x76\x87\x7d\x6c\x7f\xf4\x88\x39\x7d\x2c\x9d\x49\xbb\xd1\x3d\x38\x52\xe2\x15\x3e\x16\x08\x3f\xa0\xbc\x8f\xcf\x84\xc4\xe1\x1e\x1f\x93\x07\x22\xae\x87\xa6\x31\x69\x1f\xf0\xd0\xd2\xe9\xc1\xce\x8d\xea\x48\xcc\xe1\xc3\x37\x1f\x0a\x23\x13\x34\x67\xae\xc8\x59\x42\xe7\xa8\xff\x68\x58\xfe\xc7\x82\xf5\x87\xe4\x21\xfd\xe6\xf0\x70\xd8\x13\x42\xa4\x87\x67\x62\xe2\x63\xd3\x5b\xf8\xbb\xfc\xe4\xef\x1a\xf8\x07\xeb\xeb\xe1\x8e\x7b\xc0\x58\x3c\xfa\xe0\x7f\xa3\xc9\x8c\x78\x8c\xf4\x6b\xcd\xdf\x69\x7f\x7a\x9f\xef\x45\x28\xff\x25\xb6\x45\xe9\x97\xe6\xb4\x7b\xff\xe3\x3b\xc0\xbf\xba\x19\xfe\xb3\x66\xfe\xe1\x1e\x4f\x5f\xc3\x7f\x97\xf1\xa7\x9d\xdf\x69\x0c\xfb\x63\xd2\x99\x78\xf8\x67\x83\xa4\x04\xa3\xfc\x80\x67\x48\xd3\x35\xa7\xf3\xa8\xff\x2c\x9c\x4a\x3b\x0f\x13\x7d\x48\x63\x56\xff\x25\x8b\xf7\x90\x8e\x3e\xda\x9c\x89\x7a\x13\x55\x3d\x60\xbb\xd3\x97\x5d\x54\xf8\xe1\x51\xf7\xb0\x9f\xff\x64\x75\xf0\xef\x4d\xc7\xfe\xa9\x6f\xd1\x3b\xff\x8a\xf8\x3f\x5a\x3a\xe9\xb2\x97\xc7\xda\x9e\x84\x01\xf3\xe3\x3b\x4c\x82\xc1\x49\xd4\x96\xa8\xe0\x5f\xaa\xef\x1f\x2b\x34\x0a\x92\x1c\xb5\x7a\xe4\xcd\xf1\x90\x19\x79\x4c\x34\xfe\x3c\x07\x07\xc2\x0b\xfe\x0b\x28\xee\xe3\x5b\xc4\xc3\x2b\xcf\x23\xde\xf4\x01\xc3\x95\x18\xe7\xf4\xd3\x2e\xed\xac\x4c\xd4\x96\x20\x25\x89\x5e\x3e\xe0\xd5\x1e\x8b\xb8\x1e\x8b\x19\x12\x0f\x89\x85\x9b\xe0\x74\x1e\x2f\xc2\xff\x8f\xbc\x37\xeb\x4e\xa3\x67\xda\x85\x7f\x10\xac\xc5\x3c\x1d\x76\x8b\x06\x13\x42\x88\x43\x1c\xc7\x3e\x73\x3c\x30\xcf\x33\xbf\xfe\x5b\xaa\xba\x24\x95\x9a\x6e\xdb\xb9\xdf\xfb\xf9\xf6\x7e\xf6\x7b\x62\x83\x50\xab\xa5\x52\xa9\x54\x73\xa5\x93\x30\x9f\xe3\x4b\x36\x2e\xa5\xe3\xa3\xb7\xc6\xa4\xeb\xc5\x1b\xf1\x7d\x0b\xf9\xe7\xed\xc9\xc9\xcc\x4c\xd2\xfd\x95\x46\x47\x92\x88\x54\x0a\xf5\x4f\xa6\x77\x69\x9f\x3f\x27\x23\xa4\x4d\xeb\x33\x2e\x91\xc9\xf7\x60\x32\x1b\x90\xc2\x43\xa7\x9e\x9f\x54\xce\x22\x9d\xfb\x4f\xb9\xc1\x3f\xba\x4f\x3e\xe3\x06\x9a\x62\xdd\xf4\xf0\xff\x33\xf6\x8e\x24\x45\x6d\xb2\x22\x2d\x55\x57\x31\xe0\x42\xd7\x9d\xd1\x7f\x25\xdd\xdd\xa7\xd2\xdd\x69\x02\xdd\x4d\x93\xc6\x93\xf8\xa4\xcf\xe8\x7c\x92\x41\xfd\x91\xa7\x48\x12\xe1\xfd\x88\x07\x4f\xbd\x5d\x93\xcf\x89\x47\xfa\x52\x8f\xc1\x27\x3c\x6d\xbc\x03\x91\x3a\x89\x14\x5e\x3a\xed\xfe\x4a\xf2\xee\x4c\x39\xcf\x69\xc4\x28\x99\x28\xa4\x3a\x72\xa4\x90\xbd\x64\xba\xf9\xbe\x2b\x69\x2a\x0f\x9b\x72\x29\x7e\x4c\xd4\x52\x8f\xa9\xf7\x25\x99\xd8\xa4\x28\x77\xe4\x90\xde\x3d\x9a\xcc\x2e\xa7\xd0\xcf\x64\x93\xd6\xfb\xf2\x74\x2a\xd4\x3f\x79\x69\x7f\xa4\x7f\x4f\xd9\xc9\xe4\x93\x98\xaa\x19\x4a\x72\xd5\x7b\x5f\x4b\x9f\xae\xa5\x76\x63\xfd\x3f\x65\x15\xfb\x3b\xca\xfa\x39\xb1\x39\x9d\x27\x4c\xe6\x80\x52\xb0\x51\x0e\x99\xce\xc0\xa5\xba\x5b\xa5\xf2\x2e\x29\xe6\x91\x64\x61\xf1\x7d\xab\x6d\xd2\xaf\x29\xa6\x87\x64\x5b\x96\x37\x17\xe7\x04\x91\x62\x3c\x4b\x1e\x23\xf5\x35\x6e\xbc\xbf\xbc\x57\x92\x4e\x4b\x2a\xf9\x4a\xb2\xa4\x7c\xa4\x78\xfb\x88\xe4\xbc\x1f\x75\x94\x72\x13\x24\x9d\xec\x0f\x3d\x5d\x3f\x12\x9a\x52\xf8\x83\x8f\x82\xa5\x3e\xa9\x6c\xf2\x90\xd7\xbb\xcd\xdd\x50\x29\xa2\x5f\x32\xe0\x3c\x5c\x48\x5a\x45\x9a\x46\x3b\xd5\xa6\xf2\x39\xb5\x7b\x12\x68\x93\x29\x7b\xca\x96\xc5\x36\xef\xbf\x56\x43\xf0\x77\xf4\x54\xc2\xd3\x93\xc3\x53\x0f\x6c\x2a\x85\x4b\x63\x9b\x3c\x0a\x93\x8c\xed\xc9\x04\x26\x99\x57\x75\x9b\xea\xa1\x9a\xa7\x23\x4a\x17\x21\x3d\x9f\xe4\x14\x4e\x2a\x85\x3e\x79\xe0\x49\xa1\xb1\xe9\xcc\x87\x77\xd0\xbc\xa1\xd2\x3d\xb0\x3f\x71\xf4\xd3\xdf\x9e\x6e\x18\xf9\x9c\xbd\x28\x85\xc4\xa6\x47\xdc\x7c\x6c\x8e\xff\x8c\x37\x84\x44\x80\x74\x1b\x54\xba\x27\x74\x0a\x8b\xe9\x3d\x90\x2a\x96\x7f\xae\x97\xb7\x7b\xe9\x52\xcc\x67\xa6\xf5\xb7\x06\xff\xd4\xdd\x4a\xba\xfd\x93\x4f\xd8\xfb\x7e\xb6\x29\x1a\x88\x8f\x2e\xd1\x64\xbe\x3c\xc5\x4e\x91\x62\xab\x49\x35\x48\xff\x2f\x21\xc5\x1e\xf2\xa4\xe0\x4b\x92\x0f\x92\x07\x65\x8f\x0c\xa6\x0c\x92\x7a\xb9\xa6\x1a\x3f\xd2\x0d\xdc\x49\xda\x86\x14\xd5\x45\xaa\xa7\x6b\x9a\x02\xca\x5b\x58\xb2\x25\xcc\x5b\x97\x37\xb1\xf4\x73\x99\x9e\x4a\xc5\x1b\x20\xbd\x5b\x12\xab\xf1\xa9\x13\x9b\xb6\xe8\x34\x7a\xf9\x91\x8c\x9a\x74\xa8\x53\xa9\x56\xea\x0f\xc9\xb4\x37\xb9\xd5\x03\xa4\x47\x9e\xd3\x7f\xf1\x50\x32\xfd\x9a\xfe\xe4\x68\x9e\x65\xc9\xfb\x92\x24\x06\xa4\xb2\x34\x49\x56\xe7\xf7\x23\xb4\xde\xf7\x03\x4e\xd6\x0b\x78\x48\xe8\x3c\x09\x52\x95\xc7\x29\x2a\xdd\x54\xf9\xea\xc3\x48\x99\x74\x73\x5d\xea\x69\x4c\x32\x13\xfd\xd7\x86\x25\xfc\x1d\x05\x4e\x71\x40\x48\xba\xa2\x5c\x5b\x64\xf2\x87\xa5\x5d\xe6\xc9\x67\x37\x79\x1b\x53\xf9\x66\x8f\x00\x25\xe9\x7f\x3e\x32\x79\x79\x07\xcf\x23\x74\xef\x27\x3e\x4a\x3a\x00\xc9\xdc\x40\x2a\x5b\xfa\x24\xbb\x7c\x88\xa5\xe9\x4b\x48\x62\x37\x3e\x92\xf3\x93\xf8\xa2\xf7\x3d\xdf\x92\x3e\x25\x51\xfc\x24\x3f\xeb\x64\xa1\x3c\x55\xf8\xfc\x8c\xd2\xf9\x63\x65\x74\x2a\x35\xf9\xd0\x07\x25\x0d\x1f\x93\xb4\x2f\xc9\xc6\x86\xe4\x5b\x22\xf9\x8e\x4a\x9e\x5a\xf2\x1b\xd2\xcd\xff\x1f\x65\xa4\xf8\x2b\xbd\xc8\x27\xa2\xb4\x53\xb5\x7b\x1f\x31\xbf\x49\xfe\x10\x9a\x93\x55\xff\xef\xd3\xd1\x74\x76\x31\xf5\x72\x4c\x65\x55\xd2\x98\xc3\x54\x03\xd0\x47\xb1\x45\x7f\x1d\x9c\xfb\x09\xdb\x4b\x12\xa2\xa5\x67\xa3\x48\x76\xea\x49\xa7\xe3\x69\xe8\x9d\xe2\xef\x95\xe4\xf9\x95\x44\x30\xd3\x49\x70\xba\xba\x30\x95\x13\x49\x51\xf2\xa4\xb3\x31\xe9\xae\xeb\xc9\x84\x3c\x45\x9a\x4e\xb5\x39\xa6\xc7\x8f\xa4\x5c\xd3\x29\x77\x76\xaa\x1f\xf1\xc7\xe4\x27\xe5\xad\x1f\x19\x93\x92\x93\x84\xa5\x03\x2f\x45\x51\xf3\xa1\x85\xf9\x33\x46\x92\xe4\xbd\x48\x59\x58\x2a\x69\x4d\x49\x1b\x97\x76\x12\x3f\x93\x2f\x23\xf9\x8a\x79\x4f\xf9\xfc\x5f\x9b\x7b\xe0\xef\x68\x6f\xaa\x3f\x60\x1a\x23\xf1\x61\x50\x40\xfa\x29\x49\xf7\x63\x4a\xd7\x97\xa5\xd8\x9a\x53\x37\x37\x95\xe0\x7d\x26\x5e\x34\xd5\xab\x20\x39\x97\x52\x8a\xcf\x95\x37\x7f\x4f\xe4\x74\xf3\xf7\xd8\x84\x8f\xdc\xa8\xe4\xe7\x74\xe0\xa4\xfb\x98\x79\x0c\xd1\x3f\x79\xe6\x33\xb4\x2e\xdd\x11\x2f\x85\x28\xa7\x2b\x3f\xd3\x05\x11\x0f\x9a\xe9\xbf\x7c\x2a\x62\xe1\x13\xb2\x7e\x32\x73\xf8\xc9\x1c\x47\x29\x1e\xcf\x9e\x45\x21\xe5\xe6\xf3\x76\xe2\x63\x6d\xcf\xfb\x0e\x79\x49\x7e\xc4\xe9\x42\x93\x5c\xb2\xa7\x00\x48\x1a\x3a\x7d\xf1\xe9\x3e\x8e\x69\x7b\x93\xca\x36\x5d\x13\x9c\xff\x25\xa4\x39\xf5\x7e\x4c\x39\x8e\xef\x67\x6e\xf4\xf8\x4b\x8f\xfc\xa4\xa0\xc5\x5f\x8b\xa1\xa9\xdc\xa9\x87\xf2\xde\x41\xfd\x84\x6f\x52\x2a\xf2\x24\x8b\x51\x29\x36\xe9\x14\xa2\xe5\x01\x25\x65\x32\x49\x9c\xf2\x47\x09\x16\x3e\x4a\x9b\x95\x9e\xa6\xe7\x1d\x04\xdf\x45\x13\x14\x46\x9c\x47\x40\xdc\xfb\x40\x4d\xd4\x85\xca\xb0\x6a\xd8\x53\xae\xf8\x3b\xbd\xa9\x01\x5a\x08\xed\x86\xa1\x26\x91\xa6\x89\x2b\x0f\xaf\xc3\x40\xcd\x94\xdf\xf6\x2c\x9b\xa6\x8c\x64\xaf\x81\xda\x28\x6f\xb4\x67\x39\x18\xe5\x8b\x1f\x86\xd9\xdb\xdc\x97\x6f\x13\xf5\xaa\xbf\xdf\xd3\x16\x57\xc3\xec\x9d\x5a\x87\x5c\x07\xf5\x6e\x58\x6b\x8a\xd2\x0b\x4b\x85\xd2\x0b\x5c\xaa\x9d\x4e\x65\x2f\x68\x7d\xcf\xce\x5b\x41\xfb\x40\xc7\x31\x9a\xed\xb8\x00\x5d\xf9\x18\xa5\xd4\xd6\xfc\xb7\xff\xb6\x41\x2c\x06\xac\xcd\x08\x54\x7e\x4c\x55\xd2\xb8\x6e\x4e\x40\x95\x6e\xee\x2b\x5c\x37\xeb\x42\x33\x8e\x6a\x2d\xbd\x15\xbd\xec\x3c\xca\x7c\xd9\xa9\xbb\x65\x98\xe5\x92\xb5\xac\x3d\x0a\xb2\xed\xa0\xfb\x2b\xd0\x28\xd9\x0b\x02\x0d\xf1\x6e\x10\xe8\x5b\x4b\xff\xcb\x87\xc1\x26\x6c\x65\x15\xf5\xa3\x52\x73\xdd\x6c\x5d\xa9\xee\x4b\x65\xa3\x0c\xa8\x1e\x82\x60\xdc\xcc\xaa\xa0\xb3\x89\x16\x7f\x98\xe2\xf4\x82\xf6\x1f\xbd\x03\x4c\x50\x4e\xb7\x7a\x82\x8f\xd9\x5e\xa0\xa2\xf1\x98\x76\xa3\x37\xe1\x02\xb8\xbd\x6c\x37\xdb\x0f\xea\xd1\xb7\xcc\x37\x3a\x7f\x44\xc7\x03\x35\x3f\x51\x01\x8d\x91\x5a\x70\x09\xe5\x6e\xee\x1b\x55\x44\xc9\x10\x26\x3f\x8f\x06\xb1\xc6\xfb\x20\xb8\xcf\x5c\xe8\x6c\xa8\x49\x33\xc7\x35\x78\x13\x7e\x5f\x13\x81\xa8\xdc\x71\x45\x2a\xae\xdd\xd3\xa8\x73\x59\x9f\x3d\x55\xc8\x55\xa5\xb0\xc2\x55\xa3\xba\x43\xb6\xfe\x52\xdd\xb4\xe8\x58\x0e\x51\x55\x38\xdb\x0d\x66\xad\x99\x3a\x71\x8d\xa0\xae\x9e\x2a\x01\x46\x05\xea\xf7\xda\xf5\x6a\x67\xa3\x60\xd9\x22\xc9\xe0\xd4\xaa\x87\xa5\x33\xd5\xb5\xbe\xdd\x84\xe5\x73\x84\xba\xe6\xf7\x81\xa2\x7a\xae\xe3\xe8\x74\xe6\x3a\x21\x43\xca\x28\xb4\x8a\x50\x9d\x4a\xcf\x3b\x9a\x51\x25\x9e\x81\x5e\x78\xb4\x68\x71\xc9\x9a\x41\x10\x44\xf9\x8e\xeb\xb3\x1c\x71\x35\x51\x7d\x42\xa2\x19\x97\xad\xa5\x2a\x34\x95\x66\x7d\xc5\x45\x7e\x50\xd2\x6e\x34\x09\x51\x8e\xaf\x13\x04\x2b\xae\xae\x3a\x28\xdd\xea\x95\x5f\x9a\x65\x2a\x69\x1a\xb5\x76\xa8\xf4\xc4\xd3\x31\x50\xcf\x55\xbd\xd6\x7c\x89\xee\x94\x27\x3a\xfa\x83\x55\x86\x4a\x3c\x0c\x66\xf9\x77\x3a\xe5\x8a\x54\xe2\x66\xd6\x5e\x33\xf6\x3c\xb7\x88\x30\x6d\x0a\x5c\x73\x9b\x4b\xb6\xe7\x69\x73\xa7\x51\x95\x4b\x7d\xde\x6b\x8a\xb4\x6a\x66\xa8\x74\xe2\x59\xe5\xbe\x72\xe3\x20\x08\x72\x54\x14\x36\x58\xa2\x46\x23\x95\xeb\xce\x45\xbb\x0a\x57\xf4\x5a\x56\xb8\x50\x51\xae\x81\x1a\x60\x2a\x50\x07\x55\xe6\xdb\x93\xea\xb0\x7c\xdf\xd3\xfd\xc8\x25\x0e\xc7\xf4\x9e\x27\xfd\xf9\xcf\xfe\x56\x9f\xfa\x3e\xf5\x69\x72\x73\x27\x68\xff\x44\x71\xa0\xfb\x1d\xff\xbf\xe3\x9a\x54\x1d\x4d\x67\xf2\x6d\x7a\xd7\x64\x48\xc8\xbd\x6e\xe6\x9e\x04\x10\xfa\x5c\x74\x72\xcf\x17\x78\x3b\xfb\x1a\x44\xbd\x7a\x19\x45\x33\x0f\xd8\xf9\x69\x95\xca\x69\x74\x35\x06\xbd\xea\x4b\xe7\x54\xc2\x5b\x8a\x61\xa0\x7e\xc7\x60\xcf\x3b\x42\x97\xf6\x29\x34\x88\xbd\x0d\x4d\x79\xbd\xea\x39\xd2\xa7\x29\x3a\x30\x68\x9e\xbe\x73\xe5\x40\xa2\x13\xe3\x70\x46\xd5\xca\xdb\xa3\xe6\x91\x8a\x75\x3d\xe4\x16\x4a\x8e\xad\x71\x68\x1c\x8e\xfe\x78\xef\xdb\xea\xcb\x42\x2d\x9a\x75\xae\x16\x34\x0e\x1b\xbc\x83\xf7\x2b\x4a\x77\xd2\x5f\x72\x5d\xf0\xa7\xd8\x58\xf3\xa1\x86\x77\xbf\xd4\xd4\x8b\xfc\xfa\xe5\xb8\x61\xfa\x55\x9b\x47\xde\x1b\x97\x7a\x89\x99\x37\xde\xc6\xd7\x40\xfd\x66\x2a\xa6\xdb\xdb\x3f\x89\xce\xd6\xbb\x54\xe8\xe3\xf0\x83\x4a\x4c\xae\xcf\x84\x6c\xd3\x10\xa5\x98\x1e\x34\x56\xe5\xb8\xe4\xc7\x76\x13\x26\xf7\xa9\x52\x75\xaf\xe8\xd2\xa4\x01\xa9\x86\x69\xb6\x1d\xb4\x27\xe1\xb4\xc7\x35\x9f\x34\x8e\xde\xe6\xf4\x81\xfd\xd6\x19\x51\xd1\xa8\x79\x38\xa4\xff\xdb\x26\x1d\x9e\x13\x57\x82\x5c\xaa\xc6\x57\xbd\xed\x87\x96\x79\x72\xb4\xa5\xaa\xc0\xf3\xb0\xbc\x31\x95\x84\x55\xa0\x26\xd1\x88\x11\xbb\x3b\x5d\xe9\x7d\xe9\x7e\x6f\xe4\xb8\xa2\xb7\xaa\x72\xbf\xdb\xcb\x39\xd2\x93\x0e\x34\x69\x50\x83\xa9\x5e\x9d\x7a\x1c\xa2\x80\x28\x55\x9f\x54\x45\x02\xb4\xe2\x59\x9f\x36\x94\x72\xb0\xbf\xa0\x5a\x76\xea\x3b\x4d\xeb\x59\xcf\x2a\x1a\xd1\xb2\xdb\x54\x8d\xb4\x4e\xf5\xf9\xee\xa9\xfe\xe5\xfd\x58\x33\x5a\xd1\x26\xcc\x50\x15\xaf\xbb\xc3\x37\x9e\x42\x86\xa7\x30\xd0\x84\xe9\x35\x08\xba\xe5\x6a\xc8\xe5\x2a\x73\x63\x1a\xe9\x21\x43\xd5\x2a\x9f\xa8\x56\xf0\xa9\x15\x68\x2a\x58\xa7\x95\x3e\x65\x6f\xd5\xaf\x49\x38\xa7\x02\xc0\x65\x75\x6e\x71\x75\x75\x2e\x4e\xaa\x82\x15\x95\x88\x52\xc1\x0a\x45\x59\x69\xe2\x65\x1c\xbc\xec\x20\x88\x7e\xea\xe9\xb6\x0a\x44\xca\xba\x23\xe2\x52\x9e\xb3\xb7\xd9\x6a\xa8\xde\xfe\xf0\x35\xdc\xe2\x93\xbb\x45\x7d\xdc\x25\xea\xe3\x0e\x97\x24\x05\x28\xaa\x98\xad\xaf\xf5\x3b\x73\xe1\x05\x1b\x52\xd5\x53\x0d\xc4\x05\x0a\xcd\x13\x3a\xb5\xb3\xdd\x40\x3d\x2e\x17\xa8\xe7\x76\x8a\xb8\xa4\x22\x15\x82\x27\x94\x6d\xa3\xbc\xf5\x85\x80\x7e\xc7\x45\xb5\xaa\x27\xa2\xa0\xe7\xb0\xc6\x1f\xee\xe7\x5c\xbd\xf6\xbe\xf8\xa6\x1f\xd9\xf1\xae\x52\x25\xa9\xda\x44\xc3\xfa\x86\xe9\x69\x50\xa5\x6f\x6a\xd7\x44\xd5\xea\xca\x90\x11\x7d\x3c\x6a\xda\x9a\x79\xea\xcd\x55\xf7\xed\x57\x2e\x4d\x53\x2a\xb8\x03\xee\xeb\x27\x21\xd9\x98\x31\x85\xbf\xcc\x15\x7e\x70\x72\x00\x55\x72\xa5\x4a\xdc\xc1\x5a\x65\xb8\xdc\x72\x7f\x36\xa5\x22\x57\x33\xaa\x5a\x87\x32\xdc\xbf\xda\x54\xa8\x8e\x0e\xc3\x2f\x1e\x2d\x1c\xdd\xf2\xa9\x7e\xe4\xf2\xfd\x5f\xb2\xed\xa0\x37\x8a\x56\x54\xcd\xad\x3f\xee\x53\x85\xde\x76\xb6\x17\x7c\x3b\x13\xda\x9d\xf8\x65\xc5\x09\xf8\x39\x90\xae\xc5\x99\x4b\x5a\x9e\xfb\x5c\xe3\x30\xd2\x28\xef\x0d\x32\xa8\xd3\x23\xea\xb1\xc4\xff\x83\x33\x0f\xd1\x07\x5c\x75\xb7\x0e\x17\xf6\xe3\x32\x9d\x41\x3f\x3f\xd1\x2f\xbb\xa3\xba\xcf\xad\x00\x60\xcc\xed\x35\x71\x8c\x1e\x73\x63\x95\x8d\x34\xff\x31\x53\x37\x84\x29\xd3\x21\x9f\xed\x06\xd7\x72\x7b\x2e\x2f\xa3\x2c\x95\x27\x76\x25\xd3\xd5\x89\x4b\x43\x73\x87\xd9\x8c\xeb\x39\x73\xe5\xd0\x12\x17\xb3\xeb\x97\xf9\xc6\x7c\xa6\x3b\x22\x3a\x4c\x23\xe6\x34\xf3\x65\xcd\xdc\xa8\x17\x54\xf8\x7c\xaa\x2d\xf4\x82\xd5\x9f\xea\x82\xba\x3f\xed\xa6\xfc\x7d\x3b\xe5\xef\xfa\x41\x8d\x9f\xaf\x15\x2a\x03\x57\x09\xe7\x5c\x55\xf8\x69\x73\x26\xa6\xb4\x18\x1e\x50\x73\x6e\x5f\xa4\x73\xfc\xb4\xe6\x9a\x94\xd4\xe1\x39\xb8\xad\xe8\xb5\x7f\x39\x12\x87\xcc\xd7\x76\x60\x7a\xe8\x77\xbf\x06\x41\x9f\xee\x7b\xc6\x79\xfa\x1b\xe5\xeb\x5c\xc2\x6a\xad\xc4\x53\xc5\xb5\xff\xd4\x38\x8c\x3f\x56\xa4\x72\xab\x2a\xd7\x9c\x72\xd7\x87\xc6\x82\x77\xb3\xcc\x25\xb7\x07\xe3\xb5\x5c\x74\x70\xab\xe5\xc1\x67\x7d\x6b\x98\xb1\x89\x9f\xe1\xbc\x60\x47\x3e\x8a\x93\x7c\x24\x6b\xab\x9e\x67\xcc\x94\x6c\xa6\xd4\x7c\x0a\x95\x9e\x0b\xa1\x54\x50\x61\x94\x1a\xa3\xa0\x7e\x57\x4b\x63\xf3\x91\xeb\xaf\xd1\x73\xca\x75\xce\xc7\xcf\x1a\x75\x6a\xe1\x74\xd6\xbc\xfe\x59\xcd\xc2\x29\x3f\x86\xf9\xf4\xf4\x64\xb9\xe2\xe5\x83\x7e\xeb\x63\x4b\x37\x3c\xe8\xb7\x3d\x06\xba\xe1\x41\xff\xf4\x48\x40\x78\x5e\x4d\x89\xfc\x76\x1b\xcd\x18\x78\xda\xc3\x9b\x6c\x27\xe8\x56\x98\x36\xe8\x89\x75\xb2\xd3\x8e\xda\x85\x9d\x11\x97\x77\x7d\xc8\xcd\xb5\x54\x89\x84\x0c\xaa\x41\x8d\xaf\x99\xa2\xca\xb6\x35\x58\x7f\x0c\x79\xdb\xa6\x8a\xd8\xe3\x65\x38\x5a\x45\x5c\x2d\x7b\xcc\x85\xa5\x97\x8a\x0e\x96\x9a\x1c\x9a\x5c\xc1\x4a\x05\xea\xcb\xee\x77\xf6\x36\xf8\xae\xc5\x94\xe0\x76\x14\xb6\xb2\xfd\xe0\x27\x95\xba\xbb\xdb\x85\xfb\x1d\xd3\xcf\x1c\x57\xdc\xed\xbd\xd2\x9e\xd4\x2f\x2c\xf9\x84\xb9\xc8\xd4\x59\x7b\xd6\x82\xdb\x69\x8f\xda\x69\xc7\x30\x50\x3f\x68\x71\x04\x63\xaa\x96\x4d\x27\xa2\x6b\xf8\x91\x5d\xb8\x86\x78\x74\x17\xb4\x7e\x64\x3b\x41\xff\xf7\xf2\x89\x1b\x34\x43\xbb\xff\x95\xf0\x5a\x8d\x0a\x4f\xfa\xb5\x95\xba\x72\x63\x53\x51\x6c\x35\x69\xca\xb1\x87\x27\x90\xfd\xa7\xa0\xd5\xa2\xc1\x37\xbf\xdc\xe0\xeb\xb4\xc1\x9f\x35\x59\x5e\x4c\x94\xeb\x3a\x4e\xea\x3a\x26\x54\x6d\x1f\xc2\xc6\x04\xe5\xbe\x54\xa0\x1e\xab\xef\x8e\x3a\x93\xa3\x0e\x93\xba\xce\x69\x75\xed\x43\x58\x92\xa3\x1e\x93\xba\xe6\x1b\x44\xa5\xd5\x26\x2c\xed\x43\x6f\x07\x0a\x07\x40\xf5\x39\x50\x7f\xf8\xf4\x31\x94\xa8\xfe\xb2\x2a\x85\x89\x50\x7a\x30\x50\x6a\x08\x28\xd5\xdf\x5d\xfa\x69\x2c\xd6\xb3\xbf\x7b\x6f\x3d\xb5\xb1\x62\x57\x05\x15\xa8\x3f\xe5\x3b\x2b\x4d\xb7\x67\x61\x65\x19\x3a\x34\xcc\x2f\x93\x70\xad\x4a\xfe\xeb\x7a\x5f\x1e\x1d\x54\xb6\xfc\xc2\xec\x7d\xd0\xfe\x39\xbb\x73\x8a\xa4\x69\xd2\x44\xda\xfa\x3e\x6a\x1f\xc2\xe5\x93\x9b\x46\x15\x0f\x75\x82\x0e\xc5\xeb\xf5\xeb\x24\x12\x0c\xc3\xfa\x19\x45\xbf\xf9\xb8\x84\xb3\x73\x98\xed\xa9\x49\x6b\x12\x65\x8b\x61\x36\xa3\x82\x27\x7d\x9a\xff\x4c\x55\x61\xd4\xa4\x83\x7f\x09\xab\x97\xb8\x60\xb5\x0c\x2f\x17\xc9\x69\x1e\xc2\xcd\xc0\x09\x50\xe5\xd0\x88\x49\x11\x55\xbb\x54\xd1\xf1\x99\x79\xa3\x7d\x9e\x78\x88\xbb\x45\x4d\x93\x2c\xf5\xf5\x46\x8c\xd1\xd5\xf3\x7e\xa9\x77\x88\xe8\x8e\xc3\xec\x5e\x73\x7a\xe1\x82\xbc\xab\x6e\xcf\x7c\x53\xdc\xd5\x98\x0e\xdf\x56\xb8\xcc\x75\xb8\x3f\x1a\xd5\x5c\x55\x93\xe9\x9f\xa3\x30\x5f\x02\x8d\x7a\x0a\x9a\x27\x53\x18\x91\x77\x44\x05\x01\xea\xe9\x51\x99\xcc\x4e\xa0\x76\x8a\x48\xe1\x1f\xfd\xd3\x54\x15\xb6\xcd\xec\xb3\x66\x97\x96\x61\x85\x55\x89\xfb\xbb\x6c\x87\xb8\x11\xe6\x93\x16\x03\x82\x34\x65\x81\x6c\x71\x0d\xec\xc3\x90\x27\xa6\xb9\x10\x22\x9f\xc1\x9e\x5b\x24\xe7\xc4\x7a\x9b\x8e\xe0\x9c\x7e\x59\x56\x45\xb5\x98\x75\x20\x9e\x82\x2a\xf6\xaa\x9f\x23\xbe\x3e\x6f\xcf\x54\x03\xb9\xbb\xd7\xec\x84\xfa\xe1\xb8\x9b\xce\x6c\x1b\x32\x9f\xfd\x14\x04\x7b\x86\xc0\x24\x9c\x72\x99\xd9\x4e\x81\xd5\x4c\xbb\xe6\xb7\xd8\x20\xe6\xc7\x71\xa8\xb9\x73\xc7\x6a\x35\x68\x1b\xfa\x47\xba\x7f\x22\xe6\x86\x1e\x4e\x6b\xdd\x43\xbd\x1d\x6f\xe4\x28\x54\xa2\xb8\x0f\xd6\x0e\x3f\x15\xf9\xa7\x6c\x37\x28\x84\xbb\x30\x3b\x57\xd9\x71\x4b\xfd\xee\x31\x1f\x91\x53\x0c\xc1\x31\x58\xcd\xe9\x98\x4b\xe6\xe6\x42\xc7\x3c\x1c\x55\x8d\xf8\x7c\x55\x21\x6d\x91\x3a\xfd\xd6\xd0\x6c\xaf\xf9\xf6\x3f\x37\x2b\xdb\xa6\xde\xb6\xbb\x8b\x3e\xe3\xd1\x26\x12\x4c\xea\x92\xfb\x04\x25\x66\x2d\x3c\x3e\xf5\xb7\x85\x76\x9f\x20\x04\xe0\x32\x04\x0f\xfa\x1d\xaa\xbb\xff\xad\xe5\x72\x2e\xb9\x5c\x57\x91\x79\x4d\x2f\x68\xe7\x9a\xa5\x6f\x5a\xa2\x6c\x67\x88\x4b\x43\xd5\x77\xbd\x9a\x6a\xa8\x26\xea\x67\xb6\xae\x82\x01\xcf\xff\x95\x31\x8b\xb4\x63\x50\xc1\xf5\x36\xac\xf8\x52\x56\x14\x68\xd3\x9d\xa6\x27\x56\x3e\x47\x2c\xea\x2d\x1a\xa4\xb8\x7b\xb8\x68\x6c\x50\x0b\xd4\xe3\xa5\x5f\xa3\x1b\xae\x68\xfc\x14\xf4\x7e\xba\x82\xeb\xac\x19\xa2\xba\xad\x35\x55\x3b\x13\x20\xee\x31\xdc\xeb\x89\xf3\x72\xdf\xae\xf8\x22\xed\xcf\xef\x18\x45\x54\x10\xd5\x88\xaf\x26\x51\x33\x50\x8b\x3b\xf3\xf3\x73\x10\x3c\xe7\x69\x9e\xbb\x70\xf4\x45\xf7\xae\x12\x0f\xd1\x00\x0f\xc1\x6c\x86\xe6\x39\xa2\x5f\x05\x3e\xd4\x4f\x79\xfe\x7f\xbb\xc9\x70\xdd\x5a\xbd\x6d\x2b\xb5\xce\xd0\x1b\x1e\x1a\xb4\xd0\xe0\x48\x96\x0d\x0e\xc0\xfd\xb5\xa4\x93\x49\xa4\x48\xf3\xc9\x7d\xe6\x68\xf5\x47\x8d\x66\x87\x35\x73\x59\x7b\x7a\x67\x49\x55\xc7\xcc\x74\xe4\xc0\x03\xcf\x2f\x5c\xd4\xf7\xd4\x68\xea\xfb\xbf\xd6\xda\xb3\xd4\xf9\x5c\x1a\x31\x01\x22\xd8\x97\x99\x55\x19\xe8\x59\x76\x82\xce\x44\xad\xaa\x0c\xf9\xc0\xad\xf5\x96\x4c\xc5\x5f\x82\x7c\x86\x07\xd8\x4c\x85\xae\xaf\x46\x74\x40\xe3\xb0\xda\x84\xfb\x57\x5e\xda\x33\x7b\x93\xb7\x29\x57\xd5\x80\x24\x98\x65\x58\x5c\x81\x3d\x0a\x92\x47\xd1\xcb\x50\xcb\x25\xca\xdd\x77\x83\x20\x42\x35\xed\x6e\x10\x6d\x14\x9f\x78\x56\x70\xd5\x56\x4d\xf7\x9e\x3a\x0d\x1b\x4d\x14\xff\x16\x19\x6d\xd7\x34\x0c\x5e\x0e\xa1\x66\x6a\x82\xfb\xaf\x54\xd9\x97\xde\xab\xc5\xff\x6c\x55\xf3\xeb\x54\x6c\xab\x43\xf2\x72\x7b\x57\x40\x05\x64\x2d\x22\x9c\x99\x0e\x45\x97\x21\xf4\x34\x74\x0a\xf7\x34\x9b\xe8\x80\xba\xf7\x5d\x56\x54\x07\x83\x0c\x7a\x3f\xb2\xb0\x4b\x34\x4f\xff\x19\xa1\x3d\x7b\x6e\xea\xa3\x38\xc4\xd7\xda\x0b\xb7\xea\x3f\xcc\xf7\x72\x39\x6e\xae\x9d\x4f\x5c\x61\x67\xa1\x78\x2c\x4d\x6c\xcb\x95\x26\xaa\xfe\xee\xca\xa4\x1c\xba\x7b\xe2\x77\x90\x9a\xe2\x4c\x9a\xf7\x2a\xc6\xd4\xfd\xed\x6b\xc7\x37\x41\x30\xbe\xa1\xbe\x73\x5e\x5d\x9b\x9e\x39\xec\xb8\x14\xf8\x68\x81\x8e\xb6\xae\xf3\x91\x4b\x86\xb7\x71\x62\xec\xb9\x69\xf3\x6c\x6c\x45\xe5\xf6\xa1\x40\x1d\x23\xfd\x2e\xfd\xd3\x11\xe3\x9f\x3e\x68\xa7\xe9\xf3\x8f\xaa\xf4\x4a\x03\xa6\x3c\xaa\xef\x98\xe0\xc7\x16\x3f\xee\x0a\x84\x64\x6d\xac\xad\x67\x60\x29\x80\x68\x96\x8d\xf2\xc9\x67\x2a\x89\xde\x59\xf2\xa8\xed\xd3\x85\x4e\x59\xa7\x32\xe2\x5e\x7a\x80\x4e\xa0\xd0\x7a\x86\x4e\x04\xba\xd8\x45\x9d\x88\xe6\x2d\xbe\xd2\xc1\xeb\x37\x50\xda\x9b\xdb\xea\xa1\x69\xa4\x35\xfc\x64\x81\x79\x0d\xf0\xd5\x7f\x05\x41\xfd\x17\x83\xaa\x50\x60\x01\xa4\x8b\x4d\xd6\xbc\xf1\xdb\x74\x12\x39\xb8\x72\x8d\x72\xfd\x59\x65\x88\xf4\x0f\xc6\xa4\x25\x89\x2a\x02\x24\xfa\x3f\x57\x88\x8e\x56\xfc\xaf\x88\xf5\x92\x19\x2c\x62\x84\xd9\xbc\x31\x57\x50\xb0\x87\x80\xf4\x01\x85\xc8\xa1\x66\x20\x3f\xea\x27\x59\x2d\x38\x2e\x44\x44\xd4\x72\x0c\xf1\xe8\x99\x35\x80\x85\x08\xb8\xb7\xc9\x47\xc0\x55\xdd\x3e\xb7\x2f\xa8\x31\x91\x89\x76\xac\x0b\x5c\x16\x48\x7a\x79\x9a\x14\x79\xea\x8b\x37\x59\x6b\xba\x5b\xe0\x62\xdf\x78\xe7\xba\x40\x35\x70\x1f\x4c\xe7\x15\x77\xd6\x9b\x3e\xa5\x02\xc8\xe6\x07\x9a\xed\xd4\x7c\xd1\x04\xff\x4f\x76\xdf\x09\x82\x7d\x67\x34\x69\x32\xfa\xea\x07\x2b\x74\x7b\x33\x41\x19\x1c\x49\xc1\xd8\x5e\x9a\xb1\x8b\x4d\xb7\xf0\x32\x00\x6b\x00\xac\x7f\xe1\x0d\x09\xec\x89\xe8\x72\xf7\x1e\x6e\x46\xc5\x7f\x1c\x69\xd1\xd7\x28\x35\x3d\xb0\x0d\x93\x75\xf2\x8a\x91\xa4\xcf\x96\x48\xf3\xab\x46\x8e\xd3\xf7\xab\xb9\x79\x54\xc2\xa2\xb4\x3f\xeb\x48\xce\x3a\xc2\xac\xa3\xd8\xac\xbd\x67\x13\x27\x8f\x09\x3f\x30\x77\x07\xc2\x95\x30\xa5\x7f\x04\xae\x45\x9f\x50\xc7\x7b\xb1\x3a\xe0\x6a\xa7\x5f\xca\x6c\x5a\xa4\xd7\x33\x8f\xba\xf9\x0f\x6d\x55\xbd\x1f\x04\xf5\xfe\xf2\xe7\x7f\x00\x2b\x12\x97\xb9\xf9\x23\xb6\x9d\x78\x63\xa2\x1c\x7a\xa5\xff\xa9\x25\xba\xf7\xe9\xb7\xfc\x5b\x9b\x98\xf8\x16\xc2\x63\xf7\x47\x2f\xed\x3f\xfa\xbe\x3b\xb6\xb9\xff\x67\x51\xd3\x5c\x76\x53\xd0\x60\x9c\x69\x77\xbb\xed\xcc\x1b\xfa\x30\xcb\xe0\x64\xd5\xbe\x67\x9f\x83\x4e\x89\x4f\xfb\x92\x2d\xc9\xed\x43\x31\x8d\x48\xdb\x49\x82\x52\xe7\x41\x42\x35\x39\xd6\x14\xc1\x2c\x2b\xf2\x8f\x7a\x4f\x23\x91\x7e\x73\x3e\x74\xc4\x8f\x67\x31\xac\xb1\x41\xa6\x54\x57\x1c\xe3\x12\x19\x1e\x29\xda\xc3\x2e\x48\x17\xbc\x78\x90\x1a\x1c\xc4\xbd\xef\xf1\xdf\x6f\x83\xef\x8b\x2f\x64\x7f\x35\x04\x25\x65\x51\x16\x38\xf8\x6e\xee\xc9\x76\xd0\x3c\x46\x7f\x35\xc0\x52\xc5\xaf\xa3\x7d\x95\xaf\x0a\xfd\x33\xb3\x66\xb4\x83\xfa\xe6\x30\x3d\xbb\x46\x08\xa5\x70\x90\x60\x20\xba\x52\x9b\x21\xc1\x6d\xba\xd5\x9f\xc5\x8b\x06\xd0\x4f\x5e\xf8\xfa\x9a\x93\x1a\x6a\xa1\x6a\xc0\x1e\x0f\x67\x1a\x7d\xc6\x15\x02\x4d\xd7\xc8\x00\x77\xe3\x17\xc6\x31\x3a\xe6\xf4\xe2\x76\xa0\x72\x3f\x8f\x45\xe2\xff\xdb\xa7\xf7\xd1\xc1\xcd\xb4\xed\x4e\x82\xdf\x68\xa6\x6b\x7e\xea\x3b\xb8\x58\x9a\xe6\x7e\x34\x37\xaa\xdf\x4c\x18\xde\x0d\x12\x7e\xe9\x2f\xcb\x7c\x63\xae\xca\x40\xf2\xf4\x9f\x09\x3f\x1c\x5c\xcc\x3c\xfb\x9b\xe6\xb9\x18\xd1\x6a\x2f\x40\x5e\xac\xf2\x27\xfd\x2d\x81\x15\x50\x16\xeb\x7a\x62\xf9\x7d\x3a\x0d\x3f\x56\x5c\x1e\x7e\xfb\xca\x3f\xdc\x06\x41\xbb\x08\x5e\x6d\x51\xe0\x39\xcf\x71\x40\x4b\x53\xd2\xdf\xbd\xc6\x7f\x1f\x83\x89\xba\xb0\x7e\xef\x35\x8f\xdf\x2b\x25\xb6\x38\x4e\xe9\xa5\x77\xc5\x69\xd3\x0e\xd3\x31\x40\x3e\xb3\x75\x82\x9e\x35\x8d\x83\x6c\x27\xb8\xdd\x46\x79\xec\x64\xa1\x18\x59\x44\xec\x63\x81\xe0\xb3\xc7\x85\x26\xa8\xc6\x04\xac\x95\xc1\xf7\x29\xe5\x5e\x7d\x9a\x6d\xc4\x85\x3c\x67\x4e\x9a\x81\xb3\xcd\x1b\xce\x69\x04\x4c\xd9\x31\x03\xb7\xcf\x33\x03\xc6\x7c\x25\xb8\x2a\xf1\x20\xce\x3e\x09\x28\xed\x43\x95\x01\xba\xe0\x69\x81\x52\x2c\xf3\x3e\x0f\x07\xba\xb3\xce\x1b\x26\x8e\xc6\xae\x60\xec\xc4\xb5\x74\x82\xe0\x69\xee\x30\xea\xf7\x4f\xb1\xff\x7a\x06\x7d\x3d\x43\x62\x5b\x6a\x8a\x01\xa7\x11\x6d\x20\xb8\x0f\x87\xd7\xe0\x53\xc7\x00\x4d\xb1\xc8\x66\xa5\x0a\x70\x46\x19\xcc\xd1\x4f\x60\x32\x31\xf0\xcd\xf5\x92\x6f\x2a\x2f\xd9\xfc\x44\x05\x41\x7e\xa2\xc6\xac\x95\x4c\xbf\xd8\x13\x59\xaa\x35\x95\xe5\xbb\x1d\x92\xc5\x4d\x5d\xe6\x8a\xde\xd9\x69\xfd\x23\x16\x2b\x76\x93\x14\xa3\x20\x28\x46\x1f\xf1\x1b\x1f\x4f\x2b\x68\xff\x4f\x26\x35\x54\xe4\x19\x16\xbb\x4d\x89\x4a\xd2\x1f\x0d\xd4\xcf\x32\xa0\xff\xe2\xb4\x8e\x8a\x74\x6c\x49\xd3\x4a\x61\x89\xff\x3d\xc6\x2c\xf7\xbc\x67\xfa\x11\xdd\xf2\x85\x40\x6b\xc5\xc4\x88\x11\xb5\xa3\x30\x47\x2c\x61\xa8\x97\xcc\x93\xa5\x69\xf7\xd9\x4a\x1c\x0c\xe8\x3d\xab\x59\xf4\x9f\x9b\x77\x74\xf9\x4a\xcf\x0e\x59\x83\xd4\x2e\xb0\x70\x58\x0c\xb3\xf3\xa6\xbe\xb0\x20\x8f\xf7\x8c\x02\xf0\xbf\xe6\xa3\x1a\x7d\xe3\x35\x2e\xc9\x2b\xb1\x54\x65\x19\x9b\x85\xeb\x72\x15\xb7\x0d\xc1\xdc\xea\x1d\xa2\x5a\xb5\xe9\xfd\xce\xca\x5d\x48\xcc\x11\x44\x09\x34\x8e\xcd\x59\x60\xea\xca\x8d\x06\x13\x59\xfe\x61\x25\x32\xd3\x5b\x30\x2d\x44\x77\xda\xcf\xb2\xd7\x1f\x6a\x7a\x92\x4d\xa4\x00\x6e\x3f\xc8\xb7\xb2\x8a\xf4\x5e\x8e\x45\xce\x07\xed\x3b\xf9\x20\xd1\xcf\x36\xe8\xe3\x9e\xfc\x27\x49\xb6\x6f\xdf\x72\x93\xde\x7f\xf2\x81\x68\xf7\x5d\x03\x29\x9f\xdb\xe0\x3c\xf4\x41\x09\xdc\x47\x72\x35\x6a\xe3\xc2\x66\xaa\x4e\x7e\x4c\x6d\xbe\xa9\xc9\xf1\x38\x1f\x92\x76\xb9\xdd\x96\xbd\xe8\x04\xb7\x23\x3b\x13\x75\x22\x42\x3e\xff\x4a\x90\xce\x75\xb1\x51\xbc\x3b\x39\x6f\x77\x14\xe3\x3e\xe9\xba\xaa\x4c\x15\x2c\xf7\xd0\x77\x7c\x32\x7d\xe7\x65\xb3\x0b\x97\x26\x87\x30\x32\x2c\x14\xaf\x61\xce\xcf\x75\x16\xec\x6b\x44\xdf\xf5\x0d\x62\xbe\xeb\x35\xe6\x95\x63\x5c\x98\xd7\x5e\xf3\xaf\xed\x8d\x79\xeb\x2d\x8e\xd8\x60\x5a\x16\x1a\x2b\x42\xb8\xdd\x11\x86\x0a\xfd\xe5\x32\x13\xfc\xe5\xc2\xde\x38\x74\xfd\x55\x99\xd1\xa9\xed\x58\xcc\xa9\x42\xa1\xc6\xe8\x03\x23\x7e\x7b\x56\x8e\x24\xa7\x46\x6f\x71\xe4\x8c\xb8\x8c\x72\x84\x9e\x42\x57\xb1\x35\x13\x8d\x02\x35\xb9\x93\x8a\xb3\xb2\xaf\x20\xe3\xb3\x8e\x2f\x5b\xb3\x98\x1e\xb3\x95\xfa\xb5\x18\xc5\x2c\x01\x77\xe7\x79\xc6\x94\xa9\x7c\x34\xa2\x7d\xe5\xe8\x5a\xf6\x2c\xec\x93\x02\xda\xce\xf8\x54\x76\x64\xda\x2c\xe7\x9e\xfd\x22\x83\x5e\x79\xc1\x3a\xf7\xd2\x82\x81\xb1\x57\x4c\xa0\x19\x54\x3d\x26\xa0\xb7\xec\xb1\x16\xa8\xfd\x96\xf5\x4a\xee\xf9\xcc\x13\xab\xf0\x79\x2e\x3b\x76\x5d\x1d\x04\x6c\x90\xdc\xb2\xd6\xd2\x9d\xed\x02\x1b\x25\xec\x2f\xa3\x83\x00\x1d\x8d\xb7\x96\xe0\xd9\xe1\x10\x6f\xf1\x3f\xf7\x12\x7b\x5a\xb9\x85\x69\xb8\x3a\xe5\x8b\x93\x2a\x6e\xb9\x55\x8f\x5d\x25\x5f\x97\x76\x7c\x54\x3a\x58\xd1\x89\x55\x50\x3f\xb0\xee\x57\x6b\xa1\xb0\x53\xdb\x2e\x04\x7e\x1d\x16\x61\xca\x60\xc4\x39\xea\x2e\x5d\xc9\x16\x99\xbe\xe2\xa8\x98\x47\x8a\x75\x25\xee\x48\xab\x44\xde\xb1\xfb\x6f\x54\x7c\xf5\x7a\x55\x56\xe8\xdd\x0b\xd4\xe2\x6d\xc1\x6c\xda\x0c\x43\x8d\x1b\xcd\x78\xa7\xa0\x37\xe3\x3e\x27\x1e\x07\x36\x12\xfd\xb1\xcc\x2d\x7c\xc3\x17\x5e\xdd\x0f\x34\xcb\xe2\xab\x9b\x3f\x9f\xa5\x0b\xf7\x3f\xbe\xd2\x1a\x79\x76\x46\x48\xed\x40\x71\xcf\x8b\x6e\xca\x47\x75\xb7\xa6\x50\x2c\xbf\x33\x16\x7c\xc6\x02\x71\x76\xc5\xad\x2a\x35\xd2\x6d\x23\xe4\x91\x8a\xfe\x0b\xcb\x78\xef\x0c\x6a\x4f\xad\xeb\x43\x1c\x3a\xb3\x3c\x8c\xcf\x74\x25\x13\x73\xfd\x3d\xbe\xf4\xec\x6d\xd0\x2c\xdd\x64\x6f\x03\x55\xec\xcc\xdd\x11\x0f\xda\x85\x63\xfc\x3c\x6e\x70\x52\x99\xb6\x30\x77\x1b\x88\xbf\x99\x2f\xc4\x75\xe4\xbe\x30\xdb\xc0\xde\x29\xac\x8c\x86\x62\xc1\x12\xbb\x76\xa0\x6a\xec\x03\x76\x06\x81\xb8\x94\xaf\x14\x14\xe7\x7a\x68\x4c\x89\x52\x9c\x2b\xd7\x42\x3b\x18\x49\x0a\x75\xc1\x40\x0b\x99\x0c\xdd\x18\x0c\xfe\x6f\xec\x7c\xc2\x2c\x53\xe2\x2f\xd6\x05\xd9\xbc\x38\xf6\xc9\xf6\x37\x93\xd8\x63\x19\x07\x7f\x52\xd4\x33\x3e\xb3\x42\x3d\x4c\x7d\x46\xf7\x2c\xee\x43\x76\x8c\x4d\x78\x76\xb3\x49\x7f\x1f\xa9\xc9\xeb\xe0\xd4\xdb\x09\x72\xf5\xa7\xe6\x4a\xe0\x82\x46\x49\x35\x78\x93\xc6\x3c\xe3\x76\xa9\x2c\xf0\x5f\xaa\x59\xfa\x6c\x18\x34\x33\xe5\x1b\x57\xfc\x96\x82\x20\xb1\x6d\x63\x34\x5b\xf6\xe3\xcf\xc9\xcb\x98\xa4\xe4\x92\xbc\x54\x08\xc3\xed\xb1\x40\xe3\x00\x77\x75\xb7\xfd\x51\xcf\x27\xb6\xc6\x05\xdd\x6e\x52\x4f\xc1\xf6\x19\x57\x56\x3b\xd1\x53\xa9\x19\x9f\x69\x19\xe6\x2c\x7a\xf6\x00\x04\xa4\x7d\x43\x5f\x80\x80\x5f\x60\xf1\x6f\xbd\x6b\xba\xae\x2b\x74\xad\x96\x29\x64\x68\xd0\xd8\x37\x93\x9e\xd9\xef\x04\x9b\xb0\x2b\xf1\xd1\xb4\x02\xcf\x46\x33\x99\x6a\xf1\x92\xed\x07\xcd\xfc\xcb\x66\x23\xcd\x4a\x19\x0e\x20\x7a\xca\xb1\xf7\x44\x54\xfe\x61\x6e\x67\x55\x79\x05\xf4\x33\x5f\x98\x68\xe8\x37\x99\x7e\xd4\x22\xb9\x06\xdb\xe3\x5c\x8a\xdc\xfc\xa7\x0e\x57\xae\x8e\xe7\xb8\x26\x60\x32\x8c\x75\xc4\x7a\xa9\x23\x78\xdd\x42\x6c\x5d\x75\x03\x93\xb2\xd4\x6e\x65\xa0\xe0\xe1\x59\xe9\xa1\xbf\x78\x23\x8f\x60\x34\x62\x5f\x69\xa7\x8b\x03\xca\x92\x2b\x2a\xd3\xb6\xf6\xa8\x02\x0c\x7f\x86\xc3\xaf\xa7\x80\x73\xea\xb9\xd4\x4f\x0f\x70\x88\xeb\x5b\x05\xa4\x3b\x4e\x41\x87\x4f\x13\xbb\xce\xb7\x27\x95\x66\xba\xc8\x6a\x0e\xb4\x47\x31\x78\xcc\x69\xa5\xc9\xb8\xa0\xe7\x34\xab\xc0\x2a\xd5\x37\x44\x4b\x6f\x6d\xed\x07\x8f\xac\x7b\x90\xdb\x72\x81\x82\x50\x06\x73\x8e\x58\x69\x2f\xf0\x6a\x1e\x70\x59\x31\xfa\x92\x15\x46\xd3\x2d\xcf\x41\xf3\x40\xd0\x7e\x58\x25\x4d\x74\x8c\xa1\xec\x2a\x2c\x43\x05\x6b\xf0\x4c\x19\xb5\x1f\x1b\x74\x8b\x68\x26\x9f\xfa\x07\xca\x0e\x72\xf7\x0d\xd7\x9d\xbd\x9b\xc7\x42\xc9\xea\x31\x93\xba\xf1\xf2\x06\x25\x33\x81\x92\x05\x14\x28\x5b\x3c\x92\x73\x66\x47\x22\xb4\x5d\x6e\x18\xa0\xeb\x30\x26\x8f\x2d\xa0\x92\x19\x98\x87\x74\xe3\x9a\xc5\x9f\xc6\x8b\x7c\x68\x4c\xd9\x7d\x6a\xdd\xca\x36\x94\xbc\xe4\xf1\xc5\xce\x95\x16\xa0\x47\x1e\x77\x4d\x80\x43\xd0\xfe\x2a\x58\x4a\xfd\xd8\x8c\x05\x1a\xce\x91\xd2\xe5\xad\x1d\x1a\xc6\x53\x6f\x4f\x8d\x59\xe4\x89\xb4\x7d\x19\x88\x28\x03\x02\x7e\x96\xb4\x89\x14\x8e\xd6\xcb\xbd\x7d\x34\xa9\x21\xab\x97\x6b\x0c\x89\xea\x8d\xc6\x91\x39\xdb\xfa\xe6\x37\x8c\xbc\x76\x92\x2b\x46\x9d\xea\x3c\x72\x22\x52\x65\xde\x4c\x9e\x98\xfe\xbf\xae\x08\xfa\xb4\xf1\x10\x48\x9d\x78\xb3\x0d\x5a\x8d\x28\x4e\x21\xd8\x37\xb7\x15\x56\xb6\xee\x2a\x4d\xb7\xfa\x3d\xce\xc5\x41\xa2\xdb\x95\x3e\x39\xe9\xb0\xf0\xdb\xa0\xc6\x5b\x55\xa2\xa4\x67\x20\x23\x19\x89\x89\x92\x6e\xbd\xae\x7e\xd8\xf5\xac\x49\x2c\x9f\x35\xc7\x20\x16\x66\xad\xd3\x18\x9e\x83\xe4\x38\x6d\x39\xdb\x90\x72\xd0\x1c\x11\xdb\xd5\x2f\x93\x00\x1c\x4d\x98\x87\x78\x5a\xb2\x62\x11\xef\x2e\x03\xb4\x1a\xaa\x46\x51\xcb\xba\x98\x23\x20\x70\xe2\x77\x1d\x01\x07\x8d\xe9\xa7\xa6\x61\xb5\x04\xf2\x9f\x3a\x10\x4a\x9e\x41\x7f\xa6\x4a\xd0\x35\x4b\x0d\x8f\x8c\x77\x9b\x0e\x21\xc8\x9a\xbf\x2d\x47\xca\x71\xf4\xab\x91\xe0\xbe\x2c\x54\x47\x14\x46\x94\x7b\x84\xc0\xca\x24\xf9\x52\x49\x10\xf7\x7c\xe0\x66\x38\xf8\x90\xa1\x73\x11\x32\xda\x4e\x22\x65\xbe\x42\x6e\xdc\x01\xc7\xbc\x36\xee\xe9\x56\xa5\x83\xd3\x3f\x9d\x89\xc2\xd1\xee\xf5\x8b\x77\x8e\x88\x56\xc6\x92\x10\x82\x07\x2d\x62\xf7\x95\xf1\x15\x64\xd9\x94\xcc\x5b\xef\x4c\x96\x06\x34\x5b\x32\x66\x1b\x3f\x75\xaa\xb0\xd3\x91\x6d\xac\xe1\xbb\x53\xfe\xd8\x15\xe6\xa0\xb6\x89\x7f\xd7\x6b\xd3\xb0\x3e\xe0\xfe\x32\xd7\x0b\x3b\xa9\x00\x41\x97\xbc\xa6\xd5\xad\xfc\x36\xe9\x4b\xe5\xb1\x59\x1a\x01\x8c\xcf\x77\x0d\x4f\x17\x39\x43\xc3\xd3\x61\x06\x61\xab\x14\x39\xc5\x68\x03\x9d\xf2\x46\x02\xd3\xc4\xd6\xd8\x55\x74\xa3\xdd\x79\xd3\x68\xf7\x8c\x28\x0a\x96\xb1\xbc\x75\x7a\xc2\xe2\x8a\xf7\x30\xe7\x83\x94\x84\xab\x47\x4f\x0c\x60\x67\xbc\x71\x78\x3c\xe1\x3c\x17\xaf\x3c\x65\xd8\xe5\xa1\x44\xc1\xea\x83\x61\x15\x82\x6e\xd5\xdf\xac\x4c\x25\xf1\x8d\xde\x26\xba\x7b\x3b\x92\x33\xde\xdc\x0a\x9a\x69\xd7\x6b\xb9\xd6\x03\xfb\x83\x31\x55\x64\x43\x0e\xdf\xcf\xc6\x76\x47\x0e\x1e\x2f\xe6\x44\xf7\xdd\x89\xc6\xb7\x09\x1d\xb1\xc8\x75\xb1\xea\x0d\xde\xbf\xbe\xfb\xe5\xd6\x18\x38\x26\xac\xb9\x48\x7e\xc6\xf6\x12\x53\x32\xd7\x77\x44\x89\x0d\x1e\x82\xa0\x14\x9a\xcb\xc0\x59\x38\x34\x04\xd9\xce\xa1\xdb\xfb\xcc\xa4\x6a\xa8\xe6\x01\xbd\x49\xd5\xb7\xde\x19\x68\xc4\xec\x2d\x78\x92\x4f\xd0\x47\xcf\x6e\x21\x0f\x18\xa8\xeb\x93\x42\x8f\xf3\x19\x8d\x2c\x1e\x58\xfb\xad\x3c\x18\xfc\x8e\x02\x76\x35\x5f\x69\xda\x96\xc8\xf6\x19\x86\x81\x5a\x30\xe1\xa9\x1c\x98\x36\x35\xbe\x78\x73\x99\x0b\xbb\xab\xbf\x06\x0d\xb5\xef\xb2\x01\x90\xb2\x17\xff\x8f\x24\xe4\xe8\x1a\x7c\x28\xd5\x3d\xe8\x5b\xbd\x9c\xf2\x8e\x04\x5d\x95\xb7\x69\x4d\x59\x69\x40\x33\x87\x78\x72\x6e\xda\x13\x8b\x59\x4b\xee\x06\xb8\xe2\x10\x0d\xc4\x41\x0e\x55\x1e\xf3\x10\x80\x31\x69\xaa\x7e\xfa\x86\xbc\x15\x21\xd3\x33\xf8\x78\x29\x85\xa3\x49\x02\xbc\x19\x23\xa0\x04\x2e\x52\x26\x94\x22\x89\xad\x18\xe6\xf2\x9d\x1c\x57\xa9\xd0\xc8\xa0\x5e\x4a\x46\x92\x39\xce\x93\x86\x25\x9c\xfe\x8e\xb8\x43\x4f\x78\xe1\xa1\x8d\x19\xec\x09\xb4\x4c\x59\xc1\x36\xe2\x8d\x66\xa5\xa0\xc8\xcd\x44\x48\x16\x6e\x6c\x5f\x2b\x9c\x5d\x86\xde\xcc\xbd\x71\xf0\xdb\xb1\xc5\x8a\x5f\x2c\x60\xe6\xd3\x1d\xd6\xcf\x17\xac\x73\x63\xcf\x5d\x59\x97\x1b\xbe\x69\xdb\x9a\xcb\x25\xb7\x46\x16\x80\x67\x1d\xeb\x21\x70\xc5\x27\xeb\x96\x3d\x0d\xb9\x6a\x1a\x9f\xc5\x21\x4f\xa0\xb4\x62\x2e\x82\x0d\x2e\x11\xee\x72\x21\x5b\x9b\x71\x0c\x0a\xf4\x82\xe0\x01\xe3\x8e\x9b\xcb\x2a\xf3\x50\xab\x2a\xee\x18\x72\x83\xba\x9b\x33\x4c\x16\xcc\xd7\xd5\xc8\x26\x34\xe0\xb5\xa8\x03\xeb\x6d\xd7\x55\x3e\x51\x9b\xeb\x9d\x8b\xac\x61\x9f\xa0\xf9\x68\x08\x0e\xac\x3b\x74\x15\xdf\xd7\xbe\x3a\x90\x08\x5f\x12\xa7\xe1\xcb\x5f\xb9\x32\x32\x8f\x4d\x59\xa3\xfb\xdc\xb1\x20\x3c\x3a\xac\xad\xbd\x0b\xf3\x3c\x77\x19\xc4\x47\xc1\x9e\x5e\x5e\x85\x5f\x29\xeb\x00\x31\x1a\x0e\x3c\xe9\x9c\xc8\x32\x12\xd5\x5e\x98\x59\xed\x4b\x2a\x8e\xc6\x79\x99\xaf\xcc\x4a\x19\x2a\xee\xd7\xf8\xaf\x44\x7f\xac\xbe\x5c\xff\x2d\x31\x77\x38\x76\x9e\xaf\x64\x2b\x2b\x33\x59\x1b\x22\x20\x48\x11\x7f\xdd\x09\x82\x59\xb8\x92\x4a\x6a\x73\x5d\xd5\x60\x75\x5c\x38\xbb\xf4\xe0\x1a\x68\x98\x0f\x96\xdb\x16\xe2\x0b\xa9\xd6\xf9\xd7\x1d\xa3\x7d\x9e\xef\x90\x49\x9f\x91\x43\x3f\xd1\x50\x80\x17\xba\x94\xcb\x11\x07\x62\xf7\xc9\xdc\x1e\x79\x0b\x41\x9f\xaa\x5b\x48\xc7\x48\x04\x87\xaa\x4f\xcf\xd0\x75\xfd\x8b\x80\x97\x63\x81\x49\xfc\x68\xf9\xce\x42\x28\x58\xf8\x6d\x15\x6f\xef\x04\x6a\xc5\x36\x10\x1e\xf6\x14\xbb\xf6\xe3\xca\xa5\x73\x95\xd3\x28\x1c\x59\x8f\x50\x3b\xc7\x5c\x7d\xad\x94\xfc\x2d\x9b\xcc\x68\x2e\x6f\x1d\x33\x79\x3c\x37\x05\x9f\x99\x5b\x41\xe5\x40\xfb\x7d\x73\x45\x63\xec\x65\x3a\xbc\xf0\x89\x29\xc4\xe7\x7a\xcd\xfc\x82\x8f\x73\xab\x98\xf4\xed\x54\xd8\x16\xdb\x80\x98\x8a\x07\xaa\x0f\xe6\xa4\xba\x9d\x07\xeb\xc9\x47\xbe\xa7\xc9\x96\x5d\x8d\x1b\x78\x21\xf8\xd8\xf2\x22\x09\x2a\x04\x5e\x0c\x82\x28\xd4\xd1\x43\xd6\xe9\xa2\x6d\xa7\x00\xc7\xd3\x72\x80\xeb\x79\xc2\x78\xd0\x30\x8b\x23\xef\xdb\x9f\xcc\xac\x84\xdc\x76\x0d\x9f\xf8\xad\x48\x33\x31\x04\x7d\x0b\x96\x51\x9f\x8f\x4e\xa0\x72\x0c\x9a\x23\x4e\x60\xe9\x1d\xe8\xbf\xcf\x08\x1a\x65\x85\x64\x58\x8c\x9d\x9a\xc0\xdb\x75\x53\x66\x78\x74\x83\xa0\xe7\x33\x71\xfe\xc5\x0c\x3e\x3d\x2e\x44\xe8\x41\xcd\x6d\x65\xae\xa5\x94\x1b\xc9\x34\x1b\x6f\x22\x79\x1a\xbd\x5b\xab\x36\x06\x7d\x25\x45\x15\x0e\x63\xa5\xfa\x8e\xf2\xa8\x5a\xe5\x50\x92\x1a\x0e\x79\x12\x27\x62\x95\x77\x05\x18\x7c\xa0\xb5\x8a\xb1\x24\x82\x09\xa1\x9f\xea\xfc\xfe\x41\x36\x63\xc3\xa6\x8f\xad\x6c\x35\x0c\x54\xe3\xb7\x10\xbc\x72\x55\x4f\x9d\xef\xf4\x68\xd6\x78\x63\xf2\x90\x74\xac\x32\x8e\x5a\xd7\xca\xc4\xd8\xe2\x1c\x0d\x15\xd2\x05\x05\x83\x61\x0d\x2e\xf3\xb5\x18\x1e\xd8\xc7\xed\x0d\x3c\x56\x41\x30\xc6\xe5\x94\xc1\x5c\x72\x00\x1d\x4d\x3d\x13\x0e\x7d\xa3\x95\xbd\xaf\xdd\xaf\x51\xa0\x4a\xec\x64\x31\xe6\x37\xbf\x4e\xf8\xff\xe3\x94\x63\x68\x1e\x66\xfc\x7d\xfb\x05\x77\xf7\x15\x1d\x33\x90\x9c\xd7\x9a\xb0\x75\x93\x65\x87\x9c\xf1\xaa\x52\x87\xb9\xac\xb1\xe6\x78\x55\x8b\xac\xcd\xac\xd8\xd2\x1b\x54\x68\x8d\x6b\x06\x2b\xf5\x5c\x2e\x93\xc8\x78\xe8\xd3\x1e\xde\x06\xc1\xdd\xf2\xd8\x74\xfa\x37\x3d\x04\x0d\x79\xe0\xc6\xcd\x0c\xfa\xc2\x81\x53\xbe\x9b\x21\x27\x3b\x76\x5e\x19\xed\x81\x41\x7b\x76\x69\x36\xdf\x8f\x63\xc6\xa4\x13\x70\xda\xfc\xce\x4a\x5a\x84\x8f\x0c\xf7\xca\x7f\x88\xd5\xa0\xa7\x75\x68\x7f\x7e\x0e\x82\xcd\x23\xb4\x16\x6b\x98\xa7\x03\x08\xd4\x47\x93\xf1\x28\x18\xec\x6a\x51\x8c\x13\x89\xd8\xe9\x4b\xcf\xb5\x58\x31\x22\xf8\x99\x9f\xb0\x3a\xab\x1d\x6f\x83\x64\x64\xfa\x41\x70\x57\x7d\xa1\xa8\x3e\x56\xcf\xee\x81\x3c\x87\x38\xf2\x38\xfa\xe7\x24\x04\x9f\xa5\xd6\x8b\xa6\x77\xd1\x69\xdc\x28\xb1\x19\xe8\x91\xd9\x85\xd6\x81\xb3\x83\x9c\x3d\xd1\xba\x42\x1b\x75\x24\x88\xbd\x6c\x40\x7a\xb6\x15\x16\x84\x2f\xbc\x03\x77\x49\x67\x36\x0a\xd4\x86\xd5\x91\xf9\x9a\xb0\x1d\xda\x85\xb3\x13\xd3\xdc\xda\xc4\xdb\x6c\xa2\x1b\x27\x7e\x21\x73\x10\x7f\xb4\x9a\x49\x65\x2e\x79\xfe\xf2\x84\x78\x6d\xbf\x77\x0f\xd6\xa3\x76\x6d\x68\x33\xb8\x04\xed\xfa\xb0\xe9\xc6\xa9\x8d\x9a\x9c\xe4\x89\x7e\x19\x35\xe5\x1b\xee\x11\xda\xd5\x56\xee\x61\x6f\x7c\xfb\xa0\x37\x01\x31\x82\xe8\xf0\xaa\x31\x9d\x3f\x0e\x8d\xce\xc8\x5f\xc5\x62\x1d\xb9\x07\x96\xeb\xc8\xbd\xbf\x34\x16\x93\xac\x15\x43\x37\x87\x73\x45\x68\x09\xbd\xb9\x89\x8f\xc8\x51\x13\xb4\x17\xc7\xc8\x7d\x59\x1e\x23\x07\x20\xbb\x00\x55\x78\xf3\x56\x20\xd6\xe5\x01\x3c\x7d\xb7\xc4\x42\x9f\xe0\xd1\xd5\x51\xe2\xca\xb6\x16\x12\x6b\x54\xa9\xde\x08\xba\x3b\xca\x24\x09\x63\x82\x42\x9a\x30\x2c\xf6\xa0\x11\x46\x35\x71\xfb\x99\x87\x98\x30\x2e\x3c\x7f\x66\xe2\x35\x81\x94\x8b\x1a\x8b\xfd\xe7\x37\xe0\x2a\x98\xa4\x5a\xd3\x99\xc3\xcd\x31\x9b\x23\x4a\x74\x71\xb0\x0c\x85\x6a\xb0\x80\x3f\xce\x80\x16\x65\xbc\x93\xf9\xe4\xe4\x09\xb6\xd9\xcc\x42\xcf\xe8\xbc\xa1\xb4\x53\xf3\xb0\x34\x90\xf7\xb6\x93\x02\xca\xa1\x00\x1b\x29\x86\x95\xe3\x49\xe0\xc9\xfb\xc3\x5d\x34\xfc\xee\x6d\x1d\x7e\xf1\x20\x44\x0b\xcf\xa5\x53\xea\x65\x96\x1e\x9f\x43\x5a\x6e\xdf\x39\x74\x9a\xe1\x03\x9d\xc3\x50\x3f\x25\xd7\x0e\xb9\x41\xb7\x35\x7f\x5e\x42\x99\xcf\x61\xba\xe3\x29\xce\x36\xd7\x3e\x79\x99\x06\x88\xd8\x4e\xfc\xc6\x79\xbf\xda\x52\x07\x67\x88\x4a\x83\xd5\x55\xf4\x3b\xc7\xad\x54\x99\x8b\x19\x3e\xf2\x7d\x41\xdb\x39\x36\xfb\x16\x79\xdb\x5b\xa0\x9c\x85\x6a\x03\x3e\x2b\xc3\xbd\x6a\x8d\xa6\x23\x96\xf5\x06\x28\x83\xf5\x2e\x54\xf2\x54\x88\x8f\x1d\xe3\x57\xa0\x9c\x90\xa7\xdc\xe1\x9b\xfd\x71\x3d\xe6\x7f\x5c\x97\xc2\xa9\xe9\x3a\x15\x4f\x4d\x77\x00\x67\xb5\xd0\x8d\x3f\x97\x5f\x1a\x3f\xdc\x23\xa5\x07\xf7\x44\x7e\x1d\xca\xd3\xde\x65\xec\x52\xb3\x9f\x92\x6f\xc9\x7c\x70\x3b\x10\x2e\x03\x61\x17\x99\xa6\x3b\x8a\xe6\xc4\x55\x1f\x18\xb2\x24\xab\x30\x4f\xaf\x25\x18\xb6\x81\x25\x4b\x30\x1a\xbc\x8f\x31\x47\x2c\x33\x9c\x90\x7e\x7c\xee\xff\xe2\xc4\x7e\xab\x65\xcb\xec\xc3\x64\x29\xa0\x6b\x5c\xaa\xc4\xa8\x45\x9e\x91\xbe\xb6\xcc\x58\x1f\x4d\xb4\xeb\x09\x36\x66\xb0\xe2\x80\x91\x8c\x5f\x81\xe3\x58\x1c\x38\x56\x6f\x5c\x88\x4d\xab\x17\xa8\x0a\x2b\x91\x96\xc0\xaa\x51\x2e\x81\xb5\xf7\x78\xd1\xcd\xab\xf0\xe4\xa0\xa1\xf1\x3e\x68\x44\x73\x91\xa3\x74\x93\x5c\x53\xb0\x9c\xb0\x0a\xd0\x67\x17\x42\x08\x53\xed\x55\xab\xfc\x0c\x17\xf3\xb4\x51\x9c\x81\x49\x46\x4e\xc0\x9a\x35\xc5\x1c\x66\xfc\xbf\xda\x22\xad\x52\x4b\x9e\xd2\x11\x2f\x69\xc8\x24\x61\x9e\x03\x03\x30\xa3\x6b\x66\x50\x9f\x19\xd7\xc7\x55\xce\xe3\x14\x73\x4d\xda\xa4\x21\xa8\x1a\x7e\x3c\x72\x86\xd1\xc1\x09\xfc\xcd\x9a\x63\xb7\x36\x77\x0e\xc7\xd6\x39\x11\x1f\xa1\x12\x3e\xaa\xd3\x1f\x71\x16\x4e\xb9\x66\xfc\x0c\x9c\xd1\x74\x31\x3f\x39\x9c\x64\x63\xab\x7d\x05\xa1\x68\x29\x2d\x2a\xb7\x12\xb7\x76\xe7\x98\x55\x2d\xe4\x64\x6c\x50\x11\x7b\x5a\xc2\xff\x35\xfe\x6f\xb0\x64\xf7\x94\xef\x04\x53\x30\x3a\x5d\xbd\x96\x32\x1e\xaa\x60\x66\x5b\xfc\x57\x42\xa9\xb3\xd9\xf2\x51\xa9\x33\x76\xef\xe5\xea\x0e\xb1\xe7\x76\x78\x19\x4b\x63\xb9\xa6\x13\xa2\xbf\xc7\xee\x1b\xd3\xd3\x3d\xc9\xa7\x6c\xcf\x33\x5a\x12\xa6\x4f\x70\x07\x8b\x9d\x89\x24\xf4\x2d\x21\xf0\x0e\x83\x44\xa2\xc4\x20\xe1\x23\xde\x79\xca\x39\x07\x0a\x0b\x92\x3a\x7e\x6c\xc4\x0f\x9d\xb4\xfe\xd9\x46\x52\x95\x02\x88\xb9\x5c\x9a\xc6\x50\xf0\xe9\x34\x0c\xee\xb9\xf7\x3b\xea\xa1\xb7\x19\x81\x17\xbc\x29\x37\xf4\xb7\x23\xef\x0c\xfb\x11\xf8\xd9\x35\xe6\xc5\x17\xa7\x6e\xa2\xd6\x36\x73\x47\x37\xd9\x5e\x10\x81\xbf\xe0\xeb\x71\x03\x25\x4a\xa2\xf2\xe0\xc5\xc3\x27\xb7\x8a\x43\x43\xb8\xbc\x39\x4d\x3a\x96\x61\x50\xeb\xd4\x10\x81\x22\x6c\x06\x50\xb1\xc7\x96\xde\xfa\x95\x27\x1b\x52\x2f\x39\x2d\xe9\x6d\x92\x46\xbc\xd8\xf1\x9a\x3f\x1b\xd3\xb7\x09\xf6\x7e\xaf\xd5\x11\x3d\x49\xdc\x78\x64\x69\xe0\x1e\xfe\xa6\x14\x8b\xe1\xe8\x37\x03\xf8\x21\x08\xfe\xf8\xca\xe0\x3c\x07\x8c\xef\x43\x18\x17\x31\x7f\x4d\x74\xc0\x56\x3e\x05\xc1\x53\x20\xf8\xc6\x89\x08\x38\xe9\x99\xc1\xe0\x94\xed\x22\x17\xda\x5e\x14\x99\x70\x2b\x03\xcf\x44\xb9\xbf\x66\xaf\x2e\x00\xb0\x67\x5c\x87\xbd\x0b\xb5\x82\xf8\x47\x84\x2a\x49\x9f\x1c\x66\x67\x22\x81\x54\x34\x3c\x1c\xc0\xec\xcd\x53\x17\x7e\xae\xbb\x61\x4b\x3a\x59\x64\xcc\x8e\x5b\x2f\xe0\x52\x31\x72\xde\x1e\xf9\x22\x06\xef\xd2\xac\x78\x21\xc7\x47\xb3\x99\x74\x4e\x77\x4d\x21\x46\x4e\x4c\x9f\x27\xd0\x51\xee\xb3\x95\x7d\xd8\x72\xc9\x4a\xa3\xf6\x76\x18\xc5\xce\x04\x50\x51\x60\x79\xe2\xb9\x8b\x64\x7c\xbd\xfb\x2b\x34\xf8\x07\x3e\x0c\x05\x86\x29\x0b\xab\x60\x04\x0e\x4c\x57\x9f\xc5\x29\x21\x42\x07\xb1\x9f\x6f\x79\xd6\x07\xdf\x8b\x6b\x80\x31\xe3\x07\x3b\x28\x1e\xd8\x51\xfa\xb4\x6f\x3a\x48\x2f\x73\x91\x3c\xec\xe2\x62\x4a\x6e\xb5\x74\x76\x74\x82\xd5\x9a\x34\xa8\x07\xfe\xe5\x3c\xbc\x1a\xad\x60\x74\x6d\x44\xfe\x86\xbc\xda\xc6\xff\x08\x56\xcb\xeb\xb7\xd0\xec\x5a\xe0\x67\x18\x35\xcd\x95\x75\xc8\x69\x81\xd4\x98\xce\xce\x86\x9c\x0e\x05\xdc\xe3\x4a\x3c\xdf\x1e\x26\x8f\xe6\x28\x72\x4e\x86\xa3\x11\x7b\x39\x8f\x47\x2d\x36\x00\xe0\x7b\x60\x5b\x49\x2f\x41\x4a\xd6\x91\xbf\xde\x6c\x1b\xc7\xeb\x49\x4f\x75\x12\x3a\xd1\xa1\xad\xf9\x97\x11\x5d\x71\xcf\xb9\x8c\x27\x09\xb9\xf7\xf8\x83\xe9\x76\xca\x92\x30\x12\x7c\x98\xb7\xae\x73\x1d\xd7\x62\x55\x86\x77\x92\x5e\x0f\xe0\x58\x8c\x24\x1d\x75\x42\xe9\xb9\x1e\x77\xdd\xba\xd4\x7d\x65\xf2\x72\x44\xaa\xd7\x2d\x3d\xcf\x22\x43\x7f\x35\xa2\xf4\x80\xec\xd7\xf0\x32\xf4\x68\x97\x06\xe1\x13\x91\x37\x80\x4b\x0e\x34\x74\x81\x85\x2b\xfc\x2c\xa8\xc7\xda\x80\xd4\x77\x20\x64\x0c\xd8\xc9\x15\x64\x86\x6e\x97\x85\x84\xcd\xea\xfa\x2b\x8e\x38\x5a\xb1\xaf\x55\x11\x4f\x1d\x78\x28\x3a\x47\x94\xab\xa8\xb9\xfb\x96\x35\x89\xa4\x53\x50\xc6\x62\x06\xfd\x68\xe6\xae\x8c\x85\x43\x03\xe2\x37\x74\xa2\xc3\x96\x9d\x5b\xc7\x58\xee\x13\x66\x85\x48\xb1\x0a\x9c\xa2\xec\x95\x25\xd6\x63\x4f\xb1\x8f\xb0\x13\xeb\xb7\xe6\x6f\x5d\x5e\x3a\xdd\xd5\x33\x91\x13\x50\xf9\xc6\xcd\x45\x31\x5e\x11\x27\xf0\xf0\x0a\x66\x2a\x8a\xdd\xd1\x39\x61\x1d\x79\xb0\xeb\x7c\x31\x91\x03\xe6\x1c\xe7\xe8\xa6\x81\xd7\x5b\x03\x48\x6d\xee\x69\x2b\x41\xd1\xf3\xe6\x91\x33\x13\x97\x11\xb3\xd0\xc3\xbb\x58\x30\x03\xda\x31\xb1\x3d\x84\xa6\xd1\x5d\x8c\x33\x66\xea\x0d\x87\x42\x8e\xbc\xb5\x2c\x29\xff\x07\xaf\x04\xb6\x94\x64\x7f\xc9\x1a\xec\x47\x2d\xaf\x3b\x6c\x9d\xfe\x6d\x5c\xcd\x37\x9d\x2e\x63\x96\x90\x0e\x87\x61\x0c\x13\x8e\x86\xbb\x5e\xf3\x0c\x38\x32\x1d\xf1\xf5\x66\xe0\x62\xa3\x9e\xe9\x47\x58\x90\x62\x61\x1c\xca\xdd\xd9\xf0\x4d\xf4\x01\xd1\xf8\x99\x08\x88\xd1\xab\xdd\x2d\x95\x79\x71\x63\xe4\x5e\x92\xdf\xec\x90\xa1\x4d\xc1\x5e\xc4\x7f\x49\xf3\xde\xdc\x78\x14\x91\x8e\xce\xdf\x75\x60\xd9\x8b\x1b\x45\xb2\xce\x45\x03\x33\xe2\x17\xf2\x42\xaf\x91\xb5\x51\x19\x08\x22\xc1\xe6\x27\xae\x49\x55\xde\x3e\x58\x14\x26\x10\x43\x49\xb7\x2a\x30\xed\x1f\x2f\xcb\x00\xa4\x21\x81\xc5\x3c\xd0\xeb\x87\x0b\xd3\xdd\xf2\xf1\x23\xde\x37\x8e\x47\xd8\xbd\x6a\x06\x09\x6c\x0c\xf5\xa0\xf8\xa2\xb8\x75\xd1\xe2\x13\x53\x63\x1c\xcd\xaa\x88\x29\xaa\xdd\xa5\x90\x12\x83\x25\x0d\x3e\xc7\xb5\x12\x64\x38\xb8\xb1\x55\x3d\xf7\xd5\x79\x78\x1c\xb5\x38\x09\xc1\x88\xb6\xbe\x7f\xc5\x19\x76\xe2\xb9\xa9\x86\xc3\x30\x66\x29\xbf\xba\x86\xec\x83\xe6\x1e\x31\x77\x13\xcf\xb0\xae\xe2\x57\xee\x38\xcf\x60\x9b\x80\x7a\x99\xef\xc3\x1d\xdf\x35\xfe\xad\xeb\x9e\x71\x41\x62\xc4\xff\xe6\x63\x54\xd4\x6a\x48\xcc\xe4\xea\x79\xd0\x22\x8b\x84\x0d\x64\xd8\x88\xdf\xef\xfa\xbb\xee\x69\xee\x61\x07\x91\x91\x47\x17\xc6\x38\xd9\xe6\x39\xfd\x06\xca\xa4\xd6\xf3\x9a\xe3\xdd\x02\x7f\x3a\x18\x5c\x55\x9e\xf9\x8e\x62\xb4\xbd\x8c\x12\x44\xaa\x24\xfb\x89\xb9\x96\x48\xd0\x01\x35\x8b\xd3\x05\x63\x8e\x33\xce\xfa\x73\x27\x42\xb1\x92\x05\x0c\x88\xbf\xac\x98\x93\xef\x40\x88\xf6\xfe\xdf\x38\xab\xd6\x4e\xe4\x29\x93\x3f\x76\x44\xea\x30\xdb\xc0\xec\x6b\x74\x35\x5a\xf5\x7b\x10\x54\xbf\x2f\x0e\x36\x89\x93\xda\xb0\x52\x65\x09\x3f\xb6\xd3\xf8\x03\xb6\xd3\x32\xce\x4c\x4e\x86\x2d\xb6\x17\xe1\xb1\x3c\xbc\x52\x0b\x63\xde\xa9\xe2\xb8\x45\x72\xc5\x9c\x1e\x6c\x9d\x38\xab\x77\x77\x78\x60\x9b\xdc\x05\xa1\x84\x9a\xc2\x43\xfc\xd0\xa3\xd6\xc6\x2d\xc1\x10\x8f\x79\x4b\x6a\xe3\xd8\x7e\x1a\x7d\x40\x92\x60\xaa\x79\xa0\xa1\xb1\x4c\x3b\xa5\x5c\x4c\xc8\xd4\x9f\xd4\x07\x7d\xf4\x48\xc9\x7d\x9c\x08\xab\x57\xcc\x7d\x98\xf1\x6a\x60\xf5\x99\x71\xcb\x85\x6c\x72\x57\x08\x50\x42\xf2\xa5\xf4\x9a\xed\xc1\xd5\x83\x0f\x81\x2a\x3d\x4a\xe3\xc9\xe4\x73\x02\x81\x81\x0d\x03\x48\x4a\xcd\x73\xae\xfc\xff\x3c\x3b\x31\x13\x0d\xd5\x1c\xc0\x74\xc2\xbb\x3f\x1a\xb7\x3f\xe1\x33\x40\xba\xeb\x1f\x46\xf3\xc6\x63\x5c\x72\xc4\x7c\x3d\x15\x71\x8c\x4a\xcc\xe5\x76\x40\xf5\xcc\x05\x30\x36\xd1\xda\x15\xbc\xd3\xe7\x97\xcb\xe3\x48\x0a\xa3\x33\x0c\x92\x15\x8e\x59\x45\x66\x7e\x9a\xb2\x6d\x4a\x1e\x5a\xdd\x13\x85\x08\xdc\x51\xa2\x93\xa8\x81\xfc\x6e\x13\x18\x71\x26\x09\x22\xcd\x74\xc2\x93\x9d\x19\x00\xbf\x0a\x87\x57\x22\x0a\x2a\x76\xf7\x02\x44\xe5\x8c\x61\xa1\x5b\x31\x0d\xcb\xdc\xd1\x68\xda\xfc\x1f\xbe\x2b\xca\x96\x53\xcb\x3c\xf0\xef\x1a\x8c\x86\xaa\xcf\x47\x4e\x42\xeb\x04\xc1\x9c\xc2\x46\x77\xc6\xe1\x9a\x4b\x42\xe9\xd3\x46\xf4\x25\xaa\xa2\x77\x0d\xa4\x6e\x3e\x89\xd8\xbe\x47\xae\x4f\x43\x30\x07\xa3\x16\xd4\xe6\x2b\x2c\x70\x3d\x81\xb3\x13\x69\xd7\x43\xbb\x73\xcf\x46\xed\x67\xc3\xb7\xdb\x6c\x6f\x93\x57\x62\x99\x2e\xef\x3a\x69\x83\x37\xcd\x1d\x86\x34\x33\x63\x19\x0a\x6f\x36\x57\xae\x91\xa9\xcc\x10\xd5\xa6\x75\x6f\x79\x3a\xc4\x07\xe8\x06\xaa\xc0\x8e\x80\x8c\x72\xa7\x49\x5c\x7d\x15\xf8\x0f\xf8\x34\x96\x2f\xce\x71\x2b\x0d\xa1\xf4\x57\x83\x75\xfb\xd0\x85\x58\xd3\x73\x6c\x10\xd9\x02\xaa\x97\x49\x9c\xa6\x45\x16\x7d\x79\xb4\x12\x06\xca\x4a\x85\x99\x3e\x65\xd6\x3b\x86\xf1\xe7\xe0\x6e\x0b\xc2\x2d\x83\x0e\xe6\xd8\xec\x1a\x7c\x6c\x8e\x46\xa5\x8c\x19\x98\x21\xcd\x5a\x77\x8c\x68\x91\xbc\x71\xb6\xaf\x42\xbf\x6f\xf5\x2d\xcb\x19\xb8\xf1\x6b\xa2\xa1\x9b\xd7\x78\xc1\x69\x12\x49\xe1\xa8\x08\x3d\x52\x83\x48\xae\xba\xb0\xe6\xa2\x38\x69\x39\x9e\xa4\x16\x0a\xcd\x4e\x64\xb5\x85\x9a\xb0\xfb\xb0\x04\xcb\x97\xf1\xa4\x66\x27\x16\x8d\x62\xdb\xce\x3e\x89\xb7\x41\x30\x0b\xcd\x5d\x22\xd5\xf9\xa6\x2f\x89\xc5\x1c\x4f\x5e\x18\xc9\x18\xe3\x44\x46\xeb\xff\xa6\xbd\xd7\x2f\x8a\x1d\x63\x73\x4e\xa4\x9b\x96\xd8\x4e\x93\x8f\x4c\x77\xd7\x27\xf5\x97\x9d\x99\xeb\x81\xfd\x3b\xf2\xb1\x45\xb2\x1e\xe1\xa5\x0b\xd5\x33\x49\xaa\xdc\xe7\xf0\x5e\x9f\x2d\xa2\xeb\xaf\xfa\xf0\x2e\x97\x4e\x28\x03\x70\xe1\xd7\x72\x95\x95\x76\xcd\x6b\x56\x9b\x47\xa1\xf2\xab\x4c\xfc\x5b\x5b\xa2\x34\x71\x00\xe3\x96\xc7\x75\x0a\x3a\x10\x74\x7f\x43\x92\xb7\x18\x57\x80\xfc\x7d\x1e\xb5\x60\x7d\xba\x80\x25\xcc\x8f\x5a\xb0\x44\xde\x50\x96\x40\x76\x3b\x60\x93\x65\x6e\x22\x5c\xd4\x1c\x03\x6a\xf7\xa8\x8c\x0b\xa0\x32\x71\x64\xc3\xa1\xab\xc4\xe2\x13\x0e\x08\xed\xe6\xda\x30\x26\xa2\x77\x6e\x14\xf7\x36\xbe\xce\x3e\x6b\x15\xf3\x18\xec\x21\xa6\x83\xc0\xcd\x3b\x1c\xfb\x82\x35\x9a\xf3\xc4\x1a\x68\xc0\xf1\x1e\x18\x4d\x86\x6e\x37\xf4\x30\x43\x30\x3d\xf1\xf0\x3f\xa9\x1b\xfc\x0d\x2a\x60\x63\xc7\x42\x0f\x36\xc6\x48\x60\xee\x4a\xfc\x6f\x22\xbb\x4c\xd1\x25\x1f\x1a\x19\x9f\x2e\x4c\x74\x99\xe3\xbf\x41\x0f\x98\xfc\x2d\x7c\xbc\x66\x7b\x37\x3a\x80\xcc\xad\xba\xc7\x00\xa4\xeb\xc0\xb0\xc7\x28\x8b\x21\x2d\xaa\xbb\x1d\x7e\xb0\xfe\x9e\x17\x5b\x7e\x63\x47\xbe\x25\x1a\xa0\xa9\xef\x83\xf7\x56\xe2\x65\xc8\x32\xf0\xc0\xf3\x6e\x98\x1f\xdc\x65\xa3\x5f\xaa\x8f\x20\x8f\x36\xe2\x92\x1f\x39\x76\x29\xcc\x83\xd4\x8e\xa6\xe9\x26\x1c\xdd\x30\xa5\xc5\xe5\x7c\x67\xf1\x05\x7b\x83\xd4\x38\xe8\xa3\xfa\x83\x53\xef\xb1\x17\x04\xdb\xf0\x5e\xae\x51\x57\x3a\xb4\x9a\xdf\x85\x9c\x36\x98\x0b\x57\x92\xba\x14\x68\xc8\x6b\xe7\x09\x0d\x0f\x28\xb7\x17\x0c\x43\xe3\x70\x73\x23\x7e\xd9\x52\x31\x29\x0e\xca\xfb\x22\xda\x99\x71\x63\xee\xf7\x2b\xb7\x13\xc5\xe3\xf6\xde\x95\xc4\xd1\x0e\xd4\xa2\x25\xed\xb6\x53\x71\x21\x6c\xf1\x65\x37\x15\xc8\x76\xd5\x48\x3e\x8e\xf8\x32\x91\x3d\x9d\x8e\xef\x81\x8f\x99\xb9\x58\xc7\xd3\x96\xec\xdd\x35\x27\x51\xa3\xc5\xe2\x4a\x7e\xb6\x1e\x39\x6c\x0c\x22\x8b\xd8\x58\xe0\x40\xd3\x9b\x4e\x92\xf3\x12\xef\x66\xe3\xb7\xc9\x6b\x5c\x67\xfd\x43\x6e\xeb\x3b\x43\x92\xcf\xef\x03\x63\x28\x43\xbc\x68\xb2\x39\x14\xd7\x46\xc3\xa6\xa1\xd9\xc7\x25\xc3\xd1\xae\x26\xa3\x50\xcf\x6b\xa5\x12\x37\xaf\x48\xcd\xc8\x62\xc5\x62\xc3\x2e\x4f\x66\x30\x0e\x82\xd7\xd2\x8c\x3a\xf5\xb3\x71\x13\x26\xde\xcc\x34\x12\x5b\xcc\xbb\xce\xa6\x25\xec\xae\xdc\x58\x64\x94\xe2\x69\x08\x1d\x4b\x89\x29\x57\x59\x48\xa0\x15\x6e\xaa\x4a\xf7\x30\xba\xb7\xf4\x1f\x8c\xa3\xe7\xea\x65\xb4\x54\x72\x7c\x3e\xce\xf4\x07\x0d\x89\xff\x5c\x2f\xc2\xcf\x07\x48\x26\xb7\xf1\x3f\x90\xbc\x84\x05\x8b\xff\x10\xf6\xd2\x1f\x7f\x5c\x8c\xa6\x72\xaf\xc6\x44\x89\x7f\xee\x85\x2e\xdf\x9b\x6b\x4b\xfa\x63\x5f\xa1\x24\xe0\xc5\x18\xee\xae\x9a\xcd\x3e\xd0\x5a\x08\xba\x19\x0f\x38\xb1\xd7\xd5\xd5\x5d\x12\x0b\x08\xf9\x69\x58\x8d\x48\xa4\x47\x77\x3f\x88\xf0\x06\x6a\x3d\x73\xda\xb4\x0b\x87\x0a\xac\x43\xc7\x71\x8d\x0d\x71\x46\xf2\xca\xc6\x36\x14\x4c\x61\x06\xa7\x70\x16\xfb\x15\x17\x4d\xf5\x82\x70\x93\x8b\x08\x20\x28\xd1\xe8\xc5\x70\x39\xa3\xbb\xf8\x2d\x67\x58\xf9\x49\x8b\xc0\x36\x0d\x7d\xf5\xae\xa1\xc2\xb0\x70\xcc\xe2\x36\x9a\xf8\x5d\xbf\x9e\x21\x2b\x9c\x03\x96\xdf\x77\x33\x8b\xfe\xc5\xde\xc4\x25\xcd\x12\x38\x45\x96\xd0\x3b\x2e\x84\x6a\xb0\x9e\xb5\xdc\xd3\x1b\xfe\x42\x81\x7f\x74\xce\x5a\x10\xa1\x9f\xfc\x97\x74\xe0\x27\xff\xdb\xbe\x44\x88\xdb\xd3\xd0\xeb\xec\x8f\xd9\x71\x63\x3e\xdb\x6e\x11\xac\x27\xec\x8f\xf1\x68\x07\x25\xdb\xe8\xd5\xa0\x0c\x00\x39\x68\xd7\x0d\xfa\xea\x0f\x4a\x85\x58\xf4\xef\x6f\x76\x50\xf2\x2e\x7a\x6f\xd0\x29\x3d\x30\x32\xa9\x5a\x06\x08\x15\x4b\xed\x4f\xa1\xc0\x2d\x70\x6f\xb1\x2e\xfa\xb0\x3d\xf0\x24\xef\x82\xa0\xa5\xf7\x8d\x8a\xca\xf9\x9d\xa8\x3e\x97\xee\x35\x09\xed\x34\xef\xe0\x06\xfd\xfe\xda\xa1\x72\xe2\x7e\x77\xfe\xa8\x4f\x81\x9a\xbc\x39\x27\x82\x01\x23\x8d\x62\xc4\xdd\x03\x83\x0e\x49\x07\xdf\xd7\x54\x1e\x67\x22\x0e\x9c\x51\x6b\x22\x2c\x80\xd0\x63\x44\x0e\x0f\x76\x66\x0d\x91\xd0\xeb\x47\xce\x6e\x0c\xb9\x0a\xc3\x9a\x19\x80\xa1\x9e\x21\x48\x1c\xad\x88\x3f\x9a\xb9\x5c\x8e\x88\x94\xc3\xef\xb3\x98\x11\x00\x86\xa7\xa2\x99\x94\x51\xa9\x8c\x09\xbe\x2f\x2b\x7e\xac\x43\xbb\xd1\x78\xc1\x76\x5b\xba\x35\xe5\xa7\xbf\xe0\x4e\xb4\x2b\x32\xfe\x0e\xd0\x4a\xcd\x70\xcd\x03\x86\x25\xf7\xce\x0e\x3c\x91\xbf\xce\xf0\x1b\xc9\xb0\x77\xb3\xd8\x93\x0b\xfc\x7a\x71\x4f\x0e\x0c\xfa\x7f\xc7\x1c\x23\x9e\x5e\x3b\x43\xde\x3c\x83\x45\x6c\x08\x43\x02\x0e\xde\xcb\x19\x38\xb3\x99\x6f\x12\x7a\xe7\xb5\x36\x53\xae\xbf\x73\x7d\xf8\x87\xae\x89\xc0\x9d\x70\x16\x96\x2e\xa5\xd7\x24\x5c\x09\x86\xa6\x8a\x17\xd4\x66\x34\xe2\x93\x64\x75\x3a\xd6\x85\x33\x32\x2c\x91\x54\x71\x7b\xde\x77\x66\x27\xcd\xdd\x4d\x34\xe8\x9b\xd1\x2a\xec\xf8\x2d\x3d\x88\x03\x76\x8f\x89\xbf\xc1\xcc\x0d\x39\x2b\x31\x8a\xae\x43\x3b\xfc\x2e\x2c\xf8\x22\x7a\x75\xc6\x66\xed\x23\xaa\x27\xcc\xe4\x25\x57\x9f\x71\xdc\x52\x03\x2b\x6b\x3a\x2c\xa6\xd9\x3f\x8b\xac\xdd\x7f\x84\xb3\xf5\xd9\x08\x75\x0c\x89\x3b\x5e\x5e\xec\x22\x5c\x78\x56\x5f\x9a\x3f\x19\xf7\x54\x01\x91\x75\x73\x48\x26\xbc\xf0\xa1\x4b\x60\xb1\x52\x01\x70\xf6\xde\x91\xa8\x23\xcf\x75\xab\x4e\x06\xbb\xef\x83\x80\x9d\x2a\x91\x20\xc9\x11\xb2\x39\xb8\xc9\xf9\x7b\x5a\x6d\x3f\xbd\x96\xa3\xc5\xef\xb6\xcd\x99\x78\xc3\x14\x31\x17\x4c\xf4\x64\xce\x07\xc3\x2c\x0b\x33\xf0\x95\x4d\xfe\x60\x4c\xb4\xff\xc4\x06\xd3\x5d\xae\x06\xa3\x65\x24\x0e\x66\x80\xbb\xe6\xb3\x1f\x1b\x8c\x4c\x57\xf3\x96\xfe\x5f\x06\xf1\x35\x8f\xdb\x3e\x64\x4c\xe2\x3e\xf7\x9e\x81\x2a\x29\xe5\x36\x57\x1f\x5e\xd8\xa0\xa9\xb1\x99\xa1\xde\x02\x33\x8a\xc8\xc8\xe8\xb9\x3e\xa4\x79\x3f\xb3\x23\x85\x99\xd0\x64\xee\x89\x21\x4e\x96\x60\xef\x5a\xfc\x3a\x9b\xc7\xb5\x01\xd2\xbb\xa5\x2d\x39\x3a\x31\x44\x60\xb4\xaf\x91\x53\x6a\xc3\xf7\xd3\x3a\xe3\x45\x81\xda\x70\x7e\x8a\x39\x16\xb7\x98\x27\x6a\xfa\xc4\xd5\xa1\x4f\xd1\x49\xb2\x09\x4d\x9c\x22\x3b\x09\xeb\xf0\x3a\x33\x59\x5d\x4b\xe8\x6f\x73\x4a\xe3\xae\xa8\xe0\x74\xfb\x66\xfe\xe5\x9c\xa3\x5c\x56\x73\xc1\xf1\x94\x67\xde\x41\xbc\x95\xd2\xa9\x39\xa4\x0d\xb8\xb8\xee\x77\xbc\x0d\x87\x9d\xf7\x7d\x4c\x91\x25\x0f\x9b\x79\xdc\x7b\x27\x1e\xdf\xbd\x45\x8f\x1d\xfe\xef\xe7\x31\xed\xe3\x21\x82\x99\x0b\x2f\xc8\xef\x22\x41\xfc\x2e\x68\x2d\x72\xeb\xba\x29\x88\xe4\x6e\x0a\xc5\xe1\xb4\x95\xad\x87\x41\x50\x0f\x8d\x3c\x1b\x57\xb3\x9f\x9b\xd9\xb8\x43\x28\xad\xf1\x7a\x83\x22\x97\xa8\x7e\xce\xea\x8d\x8e\x50\xb5\xee\xe0\xee\x00\x4a\x6a\x07\x18\x0f\x05\x45\x17\xb9\x4a\x59\xaa\xdb\xe0\xa9\x54\x17\xd7\x76\x10\xbc\xe9\x69\x15\x43\xa3\x01\x99\xc0\xff\x6c\x3e\x84\xd1\x97\x94\x0d\x7b\x86\xc9\x6a\xf0\xce\xac\xab\x40\x3e\xfe\xcb\x54\xa3\x54\x69\xba\x9c\x15\xab\x6f\x29\x4f\x77\x02\x35\x61\xcb\xe3\x70\x01\x1a\xfb\x1e\x7c\xee\x8c\x86\x2a\x0a\x82\xdf\x0c\x30\x86\x0a\xff\xb0\x10\x8c\x2a\x91\xc4\x56\x21\xb4\x9f\xa3\x8c\xd1\x76\x23\xb3\x81\xdd\x2f\x42\x4b\x68\xae\xd7\xaf\xe2\x08\x1e\xa5\xe9\x30\xdd\x24\x4a\x94\xce\x68\xb9\xf6\xd6\x4b\xbb\xef\xe5\x43\xe5\xde\x47\xe8\x20\x2f\xa9\x56\xbc\xb6\xa7\x20\x17\x6c\x14\xad\x76\xe4\x1b\x41\x27\x5e\xda\xd5\xb6\x73\x0b\x12\x6e\x30\x74\xb5\x0e\x93\x56\x99\xa1\x87\x4b\xa1\xbf\xd8\x03\xc6\x4e\x73\xa2\xbe\x4d\x5e\x2d\x6a\x29\xbf\x8d\xfa\x70\x00\x4b\x7e\x3a\x8a\xb9\x60\x17\xae\x0c\xb7\x74\xf3\x61\x7c\x63\x6e\x77\xea\xca\x77\x47\xf5\x0e\x82\x48\x73\xb7\xc7\xf2\x19\x88\x6c\x37\x98\xfc\xd3\xc1\x8e\x18\x8c\x93\x95\x32\x03\x31\xfb\xcb\xc1\x6c\x1e\x30\xdf\x6f\x6c\x3d\x22\xe5\xe5\x94\xfc\x35\x4e\x8a\x0b\x9b\xed\x0a\x28\xa1\xc5\x39\x3e\x32\xd8\xa6\x3f\xbc\x59\xc8\x0a\xb1\xe6\xa8\xce\xac\xcb\xbc\x9a\x3a\x95\xae\x09\x39\xcc\x4a\x4b\x34\x81\x29\x69\x32\x77\x6c\x6f\x38\x25\xcf\x82\x0f\xe1\xe5\x1f\xcd\x02\x49\x34\x60\xb1\x7a\x6d\xdc\x6c\x67\xec\x46\x63\x48\xc0\x47\x15\x3d\xfa\x71\x9f\x80\x09\xf0\x65\x0a\x5a\x32\x59\xf8\xdb\xd2\x74\x5c\xc2\x52\x51\x70\x1f\x9b\xb6\xe2\xe6\x9e\x8f\x6b\xca\x1c\xe1\x5b\xbd\xc8\x39\x07\x48\x76\x5d\x34\x1d\x0c\xb1\x61\xab\xb5\xc8\x66\x0c\x28\x1b\x07\xdf\x4d\x2e\x6e\xd8\xf4\xb7\x21\xe6\x6a\x73\x94\x22\xdb\xd1\xf8\x9c\x5a\x22\x75\xa8\xbb\xf3\x2f\xfc\x29\x91\x7d\xd8\x18\x1a\x67\x23\x38\x54\x92\x33\xa3\x97\x30\xc1\x77\x9a\x3e\x0a\x97\x31\xc1\x76\x9f\x11\x83\x50\x6e\x8a\x04\x73\x2c\x88\x46\xde\xc4\x4e\x98\x8e\x79\xa0\x2a\x42\xfa\x6b\x23\x21\x59\xef\xd9\xb9\xec\xf0\x2a\xef\x73\x66\x15\xfb\x41\xf0\x62\x25\xbc\xc4\x0d\xb5\x7e\x74\x6d\x63\x31\xa2\x51\x8c\xde\x29\x3d\x92\xe8\xf2\xd3\x45\x6a\x78\xa9\x93\xfd\x84\x00\x9d\x15\xbf\x76\x1a\xc2\xca\x30\x0a\x61\xa6\x07\x9e\x8d\x70\xef\x80\x59\xe3\x28\x97\x41\xdb\x2d\xef\x88\xf9\xf3\x98\x8d\x22\x5f\xb0\x75\x24\x58\xd9\xf4\x88\xba\x54\x10\x6b\x7f\xf0\x52\x45\x0b\x23\xaa\xd8\x27\x27\xb8\x44\x22\x70\x06\x25\x4d\xb6\xe6\x0e\xb3\xa0\xe0\x47\x73\xbe\xb3\xb6\x34\x9b\x60\x68\x66\x41\x60\xd6\xb9\x3a\x04\xc4\x13\x59\x47\x90\x08\xd2\xbe\x78\x15\x69\xbf\x00\x93\x82\x11\x00\x59\x4f\x38\x16\xf6\xaf\xd8\x4b\xfb\xe0\xdd\xf8\x2c\xee\xf1\xfc\x6e\xf1\x8e\xdb\xf9\x9e\x0b\x91\x73\x54\xce\x01\x7a\x0b\xde\xa4\xa1\x94\x54\x70\xb3\x2d\x88\xc1\x07\x90\x4e\x0b\xdf\xd4\x98\x75\x25\x7b\x46\x52\x5c\x31\x2e\x7a\xce\xba\x70\x8f\xef\x16\x93\xe4\x4b\xdc\x61\x3d\x2f\x5c\xbe\x17\x61\x8b\xf7\xcb\x2b\xa9\xc9\x83\x60\x0a\x4b\x8b\x44\xd3\xe4\x15\x8a\xcb\xa2\x83\x55\x21\x4f\xe4\xc8\xa6\x31\xbb\x41\x35\xc0\xcc\x9c\xed\x54\x95\x05\xef\x01\xe7\x0e\xd6\x1c\x96\xc6\xb3\x05\xd8\x72\x2e\x29\x68\x4a\x04\x96\xe0\x7a\xc2\x87\x73\x7b\x64\xcf\xac\xd9\x89\x5f\x8c\x12\x81\xf0\x38\x87\x5a\x06\x55\x0f\xeb\x23\x65\x4f\xf5\x34\x2c\x79\xd9\x0f\x91\x0d\x95\x05\xba\x6e\x2c\xbb\x0a\x90\x18\x93\xde\x86\x12\xa5\x21\x1c\x5a\xfc\x8a\x58\x01\xd3\x09\x82\x21\x39\x40\x56\xcc\x5a\xc7\x8b\x96\xb9\xc3\xc8\xa5\x13\x14\x62\x7b\x32\x1a\xfc\x1d\x96\xa0\x5b\xa6\x2e\x50\xc9\x34\xd7\x17\x8c\x3e\x6c\x8b\x40\x46\xc6\x39\xf3\xdf\xfa\x7c\xb3\xb6\x9f\x7e\xbd\xe3\x76\x45\x95\x25\x9b\x99\x08\xd9\x9b\x8c\x1a\xaa\xe7\x3c\x29\xa7\x17\x14\x3b\xa6\x5c\x6d\x67\x9e\x69\xfe\xe8\x85\xd1\x33\xc1\xc3\x2c\x50\xaf\xd1\x80\x7d\x71\x92\xb8\x87\x32\x97\xa7\x9f\xe6\x1b\x4c\x13\x6c\x0e\x42\x73\x66\xa1\x45\x3b\x55\x7b\xcd\x01\x02\x19\x5e\x18\x47\xe7\xcf\x16\x2d\x0b\x2d\x7e\x8c\x53\xe5\xd7\xf2\x36\x47\x9f\x4b\x0d\x31\xf8\x78\x4a\xe5\x01\x1e\x43\xe7\xf2\xc0\x94\x3a\xe4\xd1\xd1\x5c\x1d\xb0\x5d\xd3\x7e\x7b\x86\xde\xb2\x33\x02\x50\x1c\x88\xbf\xd3\xf7\xdc\x01\xf6\x21\xbd\x27\xfb\x23\xdb\xc1\x28\x2a\xe7\xe1\x42\xd8\xac\x46\x3f\x48\x65\xfb\x75\xba\x6c\x89\x2d\xa3\xbf\xbb\xaf\xc2\xcc\xa4\x9c\xaa\x05\x43\xf2\x47\xd1\x6a\xcb\xde\x5d\x96\x57\xe6\xc4\xf3\x92\xb5\x02\x8d\x63\x08\x7e\x86\x32\x03\xcc\x43\xe9\x46\x32\x2f\x29\x77\x63\x2a\xc9\xab\xb2\x40\xc2\xb6\xb1\xdd\x52\x08\xf7\x19\x73\xd4\xf5\x1c\x6f\x9d\xc6\xe2\x52\x52\x8e\xe0\xe7\x4b\xc8\x7b\xc8\x83\x31\xca\x3e\x31\x8f\x70\x91\xa3\x6d\x97\x62\xb4\x8e\x5c\xe6\x87\x1f\x7b\xa6\xc8\x9a\xf7\x51\x74\xb0\x32\xd2\xa2\xae\x9c\x92\x49\x74\x99\xd7\x4d\x36\x53\xb3\x07\x49\xbd\x40\x1c\x28\x4b\x19\xd2\x73\x6a\x84\xa2\x85\x22\x1b\x4d\x79\x85\xa4\x44\x2b\x5c\xef\x94\xc2\xee\x79\xc8\xca\xe6\x79\x8e\x53\xc3\x2c\xe0\x00\x94\xe3\x88\xb6\x4c\xdb\xf4\xd5\xe8\x89\xbe\x7a\x24\x36\x27\xda\xbd\xad\xad\x9c\x82\xa9\xad\x8f\x48\x89\xc3\xf2\xf0\xee\xea\x8a\xb3\x70\xe8\x6e\x1a\xf4\xcb\x65\xe4\xdc\x4d\xd8\x72\xba\x02\xc4\x4d\x96\xf0\x23\xb2\xab\xcc\xd0\x3e\x44\x8a\x3c\xe6\xd7\xd9\xec\xc8\xec\xf9\x02\x3d\xc6\xe8\xc1\xad\x5c\x05\xf4\x45\x32\x1c\x91\x0d\xd9\x5a\xf1\x8e\xde\x4d\x79\x1e\x9d\x72\xe8\x96\xd2\x58\x49\x5f\x27\x97\xe9\x1c\x2a\xd2\x15\x33\x1b\x6c\x3b\xeb\xc1\xd5\x03\xcc\x2b\x3b\x9b\x8e\xd5\x98\x5b\x79\x05\xb5\x70\xb3\x10\xc8\x74\x96\xc8\x34\x0d\x6d\xd6\xf9\x32\x17\xee\x6a\x73\xe8\x5a\xc3\x7f\xc8\xc3\xc0\x61\x68\x6f\x82\x7c\xc4\xc8\x7f\xa2\x87\x2a\x4d\xef\x21\xef\x10\x1c\x72\xc8\x73\x15\xc1\xf3\xea\x01\x09\x49\x22\x77\xaf\x3c\xe3\x70\xad\xd3\x06\x99\x0a\x34\x3b\xac\x25\x98\x44\x65\x1c\x00\x6a\xbf\xe6\x17\x4e\x4e\xac\xeb\x1d\x9f\x22\x0f\x8f\x6b\x10\xa5\x89\xe3\x3e\x87\x7c\xec\x1a\xd4\xb8\x09\xd3\xd7\x31\xc9\xb9\x2c\x9d\xcf\xdb\x51\x53\x92\x22\xb8\x31\xab\xd3\x1b\xce\x15\xab\x04\xba\x31\xf7\x63\x2e\x55\xdc\x33\x29\xff\xbd\x0e\xd6\x13\x5a\x39\x21\x0b\x1d\x38\x2f\xa6\xf8\x68\x2d\xda\xb6\x72\x2e\xff\x93\x56\x78\x5a\x84\x05\xb5\x8b\xf3\x10\x5e\xaf\x49\x9f\x9c\x80\x90\xf4\x84\xcd\x40\xe4\x52\xd6\x09\x09\xc5\xb5\xb9\x7e\x6e\x14\x17\x63\xe5\x4c\x4b\xee\x6d\xce\xe2\xe5\x7e\x75\xe3\x59\x98\x8a\x78\x8b\x7f\xf2\x49\xed\xde\xd2\x7f\x76\x1e\x86\x49\x9f\xac\xdf\x2b\x4f\x95\x3e\x69\xc0\xa8\x04\x3c\xd0\x9b\x48\x40\xe3\x0d\xef\x1a\xe5\x07\xf6\xde\x96\x36\x06\x3e\x6e\x12\x58\xe1\x27\xef\x76\xe6\xcb\x09\x75\x83\x8e\x2b\xe3\x46\x7f\x5a\xb5\xae\x5a\xb8\x1e\x29\x38\x0b\x8c\x7c\xda\x70\x0c\x83\xe4\xb3\xdb\x46\x05\x78\x5e\x89\xfc\x85\x94\x7c\x58\x35\x7e\x08\x95\xe8\x69\x93\x46\x0e\x4a\x73\xe1\xc0\x9f\x79\x71\x72\x6e\x60\xe4\x11\xdf\xe5\x6d\x02\xdf\xb6\x35\x44\x88\xb5\x95\x5b\x28\x71\xc8\x8b\xf7\x54\xdb\xb9\x88\x4c\x44\x24\xbb\xd0\xe2\xd3\x46\xc4\x6a\x15\x90\xbb\xf1\x0f\x53\xab\x60\x8b\xf3\xab\x85\x8d\x8e\x49\x4d\xb6\xe1\x54\xf5\xd3\x02\xa7\xb7\xab\x15\xb8\x14\x1f\xc1\x39\xf0\x2e\x02\x1b\x54\x2e\x5e\xd0\xad\xa2\xf2\xde\x01\x60\xd1\xb2\x0a\xe1\x86\xcd\xfa\xb9\x2a\x08\x4b\x45\xb9\x12\xb9\x9b\xf6\xf2\x77\x17\x70\x31\xe3\xb5\xdb\x8f\x17\xff\x5e\x9e\x88\x42\x62\xa7\x85\xa4\x8d\x1c\xfc\x2e\x67\x5f\x5e\x2b\x5f\xfc\xd2\x7f\x20\x6e\xb1\x80\x76\xf0\x46\xf8\x24\x50\x6c\x39\x99\x85\x33\x01\xb7\x2f\x39\xe5\x14\xcd\x8d\x45\xe8\x4d\x4c\xd5\x5e\x3f\x98\xd9\x3f\x7d\x35\x89\xb1\xd0\x75\xc2\x02\x43\xbb\x3f\xee\x20\x19\x25\x35\xd6\x6e\xd2\xef\xc6\x11\x08\x13\xa1\x23\x84\x79\xde\xcc\xd0\x6d\xc2\x31\x23\x36\x56\x99\x4c\x06\xef\xf1\x5e\xf6\xe3\x6a\xda\x74\x94\x79\x3d\x75\xe5\x5a\xe6\x38\x72\xac\xc7\xd9\xdc\xa4\xdf\xc4\x99\xe6\x15\x07\xc6\x1f\x5f\x91\x98\x2c\xd2\xd0\x4f\x42\xaa\x71\x3d\x19\x09\x1d\x4e\xf5\xf4\xed\xbe\xe6\xfb\x8d\xa5\xf5\xd2\x3b\xd7\xfb\x6a\xc0\x04\x91\x58\xb9\xbb\xc4\xcb\x3d\xcf\xab\xba\x6c\xd3\x00\x3e\x86\x05\x9c\xc4\xe3\x9d\xc4\x3f\x67\xb8\x43\xd0\xf4\x0e\x5d\x51\x8e\x70\x27\x4d\x6a\xe3\x9d\x75\x5b\x50\xb3\x37\xe5\xc6\x9c\xbd\x3b\xe6\xd4\x1f\x73\xe6\x8d\x39\x37\x63\x6a\xc0\x2e\xbc\x9f\x96\xbb\xc8\x5d\x74\x1e\xb0\xed\x5d\xc1\x0b\xaf\x30\xbd\x5b\x32\xb5\x1c\xc4\x2f\xe9\xb6\xe7\x13\x00\x4e\x88\xe5\x3a\xc8\x4e\x8b\x3a\x8b\x27\xcb\xbc\xb4\xcc\xa2\x0b\x68\x64\x86\xb9\xe8\x29\x50\x7f\x56\x64\xf4\x9c\x17\x23\xa7\x8e\x86\xd4\x81\x07\x75\xb3\x1e\x99\x22\x09\x30\x32\x4f\x64\x45\x3e\x34\xbd\xe1\x03\x9e\xea\xb8\x8a\xc5\x56\x27\xc1\x1f\x99\x4e\x2f\x76\x2d\x8f\xa6\xd2\x4f\xd3\xb2\xd5\x8b\xab\xc2\xbd\x0c\x71\xda\x7f\x18\xe2\xe5\xab\x1d\x8f\x00\x7b\x6d\xc3\xe6\x8d\x92\x39\xf1\x2d\xcb\x18\x08\xe3\x02\x9b\x16\xa1\x1a\xd1\x7d\x4c\x14\xaa\xac\x6f\xed\x47\x7e\x65\xdf\xcd\xa2\xb4\x98\x82\xd5\x9e\xd0\x99\x78\x76\x7c\xe7\xc4\xe3\x3b\x97\x27\xca\xf6\x31\xe5\x43\xb5\x3a\x79\x36\xd3\x95\xac\x23\x46\x2e\x93\x53\x6b\x40\x8c\x1a\xb7\x62\x7b\x08\x33\x72\x67\x91\x73\x6c\x78\xa1\x40\x3e\x93\xc6\xcc\x66\x32\xf4\xb3\xf6\x89\xb4\x62\xf6\x63\xe1\x14\x8a\x74\x81\xa1\x7b\x74\x7f\xf4\xf2\x90\xd9\x3e\x22\x33\xda\xe4\x24\xde\x5a\xaf\x8a\xe4\x66\x7b\xa1\xdf\xaf\xe6\x5d\xe1\xae\x8e\x54\x79\xed\x53\xf4\x7b\xee\xfc\x4c\x2b\x4d\xaf\x7c\x90\xfe\xae\x07\xd8\x2c\x44\x62\x5c\x0e\xd0\x65\x7e\x64\xba\x87\xa7\xe1\xde\x17\xd8\x38\x76\x83\x15\x5c\x7c\x89\x95\xd1\xb3\xb2\x7f\x4f\xe3\x5f\x85\xbe\xbc\xc6\xff\x59\x43\xb5\x80\xf2\xb7\xba\x37\x36\x30\xe8\xb1\x29\x17\x32\xea\xc1\x83\xa9\x26\xe4\x94\x6e\x07\x2e\x35\xe2\x09\x5a\x38\xbc\xca\x58\xd0\x1b\x70\x5a\xd7\x7b\x7c\xe6\xd2\x39\x27\x4e\xa6\x19\x65\x0c\x38\xea\x4d\x87\x25\xf5\x7d\xb2\x92\x5b\x1e\x27\xdc\x72\x63\xfc\x9f\x1c\x04\x99\x65\x47\x05\xfc\x32\xe3\xff\xac\x3e\x46\xa5\x9b\x9f\x65\x36\x00\x2d\x0e\xec\x61\x6d\x99\x2c\xb5\x78\x45\xc8\x28\x04\xd7\x43\xec\xd4\xda\x45\x5f\xe5\x10\xb2\xb0\x59\x1f\x5a\x59\x3f\xc1\x4d\x85\x4b\xbe\x3a\x9e\xb0\xfa\xe8\x46\xab\xc5\x7f\xac\x3f\x3a\x56\x20\x57\x8a\x9c\x18\x60\xd2\xe6\x4b\xfb\x2b\xc1\xa2\x7c\xed\x8a\x7d\x14\x8e\xe6\x44\x9c\xac\x43\xee\xda\x78\x99\xb3\x82\xd1\x68\x39\x34\x09\xb8\x11\x9f\x85\xa1\xdf\xa4\xed\xa2\x38\xfc\x52\x8c\xc2\x12\x2b\x17\x27\xbb\xc4\x1a\xf3\xd9\x7f\x84\xe2\xa1\x8d\xdc\xc4\x44\x83\x98\x6f\x28\x23\x5d\x25\xaf\x57\xa4\x2f\xa3\xe7\x59\x30\x2a\x1d\xe4\x55\x61\xcb\x72\x44\xe3\x22\x5b\x5d\xc6\xfc\xf0\x4d\x8c\xe9\xce\xed\x9d\x97\xc6\x99\xb6\x6e\x17\xba\xe3\x81\x40\x54\x7c\xcf\xe1\xb8\xc8\xbc\x71\x4e\x29\x38\xe4\x09\xf4\x1a\x2c\xc6\xcd\x44\xea\x1a\x6b\xa4\x9e\x0e\x5b\x31\x7f\x05\x76\xee\x8b\xa5\xf9\xfa\xa9\x01\xbb\x0c\xbd\xde\x14\x6d\x51\x7a\x95\xa9\x26\x2b\x87\x44\x6f\x17\x82\x1c\x42\x22\xf2\x07\x62\xb6\xef\xd8\x52\x59\xd9\xd2\x42\x7e\x14\xb7\x70\xa6\xe0\x85\xdd\xe5\x2f\xa1\x04\xf7\xd8\x1c\x31\x8d\x0f\x06\xae\x18\x89\x8f\x16\x10\xd2\x03\xb9\x29\xef\x25\xe0\x1f\x63\x54\xf9\x12\xc4\x43\x37\x4e\x36\xe2\x13\xd7\x48\x3c\x41\x77\x22\xff\xae\xf7\xfc\xec\xd0\x72\x47\x38\x83\x2f\xb9\x77\xc7\xb0\x47\x32\x61\x3a\x18\x6e\x0e\xdf\xe1\x63\x4b\x2e\x2a\x77\xe0\x0b\xdc\x64\xc1\x19\xe5\x22\xf9\xbd\x42\x93\x78\x98\xa4\xe5\x6a\x33\x34\xbe\x23\x13\x26\xb6\x8d\xe2\x2b\x70\xfc\xc3\x48\xe4\x70\x71\xc6\x96\x91\xfc\xb6\x6c\x8e\x31\xb7\xd1\x91\x27\x65\x64\xe7\xd7\x40\xd5\x58\xb7\x56\x04\x34\x66\xc7\x04\x68\x0c\xed\xe3\xd7\x6c\x46\xcf\x51\x22\x28\x8e\x86\x43\x2f\xf3\xb8\xf8\x65\xe4\xff\x62\x00\x7a\x5d\xce\x0b\x45\xe6\x90\x3a\xf5\xc8\x71\x1b\xc6\x08\x16\xc9\xdf\x4e\x7d\x37\x4d\x3c\xcc\x51\x74\xe0\x15\x8e\x2e\x62\x41\xbc\xe6\xe4\x99\xd3\x22\x76\x0c\x8d\x6c\x29\x8b\x93\x80\xfb\x14\x6b\xbf\x1c\xd8\x1e\xf0\x23\x76\xeb\x91\xa9\x2e\x06\x1f\x44\x06\xac\xa4\x1f\x8b\x6f\x14\x14\xf3\x89\xc5\x9f\x62\xa8\xc5\x51\xf0\xa5\xd2\x4f\x2e\x9e\xca\xdb\xb5\xda\xf4\x45\xfc\x93\x9a\xdd\x61\x44\xdc\x36\xf1\xcd\xeb\x04\xc1\x31\x24\xf4\x5b\x85\x4b\x93\xf2\xdb\x7b\x3b\xf1\x8a\x5f\x9c\xb5\xee\xc1\xe4\x6a\xf3\x73\x70\x20\x83\x52\xc5\x59\xde\xd9\xbf\xf5\x12\x5e\x6a\xc6\xf3\x2a\x94\x80\xc9\x97\x59\x02\xd8\x71\xa2\xe6\xbb\xf3\xab\x45\xda\xb6\xb8\x12\x9c\x5a\x82\xe4\xb3\x3c\x13\x93\xca\x19\x14\x75\xcf\xb8\xbc\x39\xb6\x12\x38\x21\x83\x2c\x63\x99\x7c\x85\x0d\x38\xf1\x35\x40\x2a\xd9\x43\x8d\xaa\xdb\x17\x7b\x99\x2f\xc3\xfe\xd4\xa3\xaa\xdd\xde\x1e\x83\xef\x42\xc6\xd5\xd9\x39\x64\xe3\x6c\x64\x11\xdc\x80\x74\xb4\x17\x9a\x9d\x25\x1a\x0f\xf1\x3d\x19\xb8\xe3\x4f\xe0\xe8\x8a\xcc\x27\xf8\xde\xf5\xea\xd1\x40\x2b\x55\x43\x3e\xf7\x5a\x74\xfd\x13\x6f\x4b\xe6\xee\xea\x8d\xb4\x6b\x79\x90\x71\x4d\xb7\x91\x55\x14\x0f\x7e\xe5\x73\xb4\xa1\xb7\x5a\xc7\xd4\xe3\x31\xca\x96\x43\x53\xc5\xae\x16\x9e\x30\xa0\x6e\xe7\x38\xd2\xd3\xb1\x95\xed\x05\x6a\xc6\xe7\xf0\x7c\x14\x9e\x79\xf4\xe7\x82\x27\x0a\x4c\x07\x76\x8f\xfc\x7c\x85\xed\xca\xa7\x4a\xe4\x6b\xa1\x8e\x26\x8a\x2b\x96\xa8\xe8\x60\x6e\x61\x9b\xcf\x5a\x7f\x2b\x1e\x5b\x6c\x18\xe1\x55\xef\x66\x22\x97\x6f\x01\x97\xdd\x52\xe4\x38\x22\x48\xd3\x82\x91\xdf\x08\xe3\x1c\xb9\x56\x56\x2e\x3c\x55\x7c\xa7\x1a\xfd\x82\xd7\x20\x18\xaa\x45\x45\xa4\x3f\x39\xfd\xe6\xb9\x10\xa7\x8c\x23\x5c\x39\xfe\xcf\xf9\x75\x3d\x36\x58\x75\xdc\x8f\x16\x87\xa4\x9a\xce\x0a\xe1\x52\x95\xd3\x33\x75\x7f\x3f\xd7\xc8\x1c\xbf\x6b\xb4\x1a\xf1\x82\xa9\x9c\x25\xdf\x5a\x3d\x92\x05\x40\x9d\x1e\x05\xaf\xb8\x21\x6b\x8d\x94\x9f\xad\xd8\x1e\x58\x1e\x4e\x0f\xb9\xfc\x20\x63\xad\xc8\x11\xa8\x4a\x32\x08\x72\x71\x4a\x66\x5f\x3a\x2e\x64\x0b\xa4\x6c\xce\x51\x22\x8b\xdf\x02\xa5\xd7\xbf\x1c\xbf\xbb\xf9\xe5\x51\x2d\x93\xc7\x1f\x61\xab\xbf\x09\xfc\xe7\x92\xa8\xe5\x71\x83\x75\x90\xd3\x10\x8d\xda\xbe\x54\x98\x53\x22\x04\xfd\x8a\xf3\x7e\x22\x7c\x3f\x23\x26\xb4\x76\x6c\x89\xfd\xe6\xf0\xe7\x13\x39\x52\xf7\x36\x27\x64\x7b\x38\x11\x46\xbd\xee\xce\xfc\xb6\x11\x1b\xc9\xf7\x27\xc2\xe4\x7d\xeb\x70\x72\x19\xdf\xd4\xf1\x44\xb4\xa8\x14\x9d\x4e\x72\xe0\xfc\x23\x0d\x51\x78\x34\xdf\xd8\xaa\xa1\x61\xfd\x85\x43\xcc\xcb\xec\x99\x9c\x09\x59\xa9\x81\xe8\x7c\x0c\x9d\x3f\xb5\x60\xfc\x20\x73\x18\x5a\x8b\xa7\x16\xf8\x04\x72\xb6\x41\x6b\x99\xfb\x3e\xff\xa2\xc9\xb2\x6b\x20\xd3\xef\x19\x2f\xbd\x3b\xc5\xd4\x66\xfc\x04\x0b\x81\x2b\x08\xf6\x46\xfc\x32\x3b\x47\x32\xa0\xbe\x5c\x49\x53\x2a\x24\x9d\xe2\x32\x51\x0a\x2c\x2d\x5b\x72\xe7\xe1\x9a\x93\x20\x04\x96\xce\x88\xab\xa9\x33\x1a\x2e\xea\x4d\x71\x1d\x23\x22\x41\xb3\xe9\xbd\x40\x4d\xde\x6a\x08\xda\x9c\x4f\x34\xad\x99\x84\x8d\x93\xcb\xf4\x53\x99\xf0\x99\xad\x9f\x80\xb6\xcb\x1f\x41\xb0\xfc\x21\xba\xc0\x17\xca\x74\x90\xe5\xb4\x2d\xbd\x42\x76\xa5\xec\xba\x15\x04\xeb\xd6\x29\x23\x1e\x3e\x67\x9a\x92\xb7\x73\x43\x6c\xc0\xaf\x6d\x41\x44\x51\x49\xd6\x44\x0d\x66\x20\x6d\x89\x3a\xf5\x1b\x2e\x33\xc0\x4a\x4b\x22\x98\x28\x15\x6f\x72\xab\x26\xfc\x04\xa3\x68\x5b\x66\x12\x62\xb9\x8e\xd5\x77\xef\xff\x8a\x7a\xd5\x1c\x4d\x1b\x05\xc1\x32\x5a\x8c\x9b\x2e\x07\xd6\x7c\x2c\x3b\xec\x5b\x1a\xa3\x93\x3b\xc8\x7a\x7e\x78\x97\xab\x8d\x6d\x85\x33\x13\x72\x9d\x2d\x36\x83\xa0\xd8\x14\x43\xa9\xca\x9b\x1d\x0b\x11\xa7\xd5\x66\x10\x54\x9b\xc9\xaf\xe3\x88\xdd\x6c\xbd\x19\x04\x75\xbf\x0b\x3b\x14\x98\x3d\xd9\x7e\x0b\x82\xed\xb7\x82\xdc\xaf\x62\x46\x54\xe9\x29\xb0\x22\x30\x9b\xd7\x7c\x8f\x9a\x8c\x45\xbf\x15\xb8\x4f\x8d\xf3\xdd\x40\x2d\xde\x44\x7e\x87\xd1\xf9\x43\x4a\x36\x8e\x53\x78\x86\x90\x21\xd2\xc5\x31\xdb\x8e\x4f\x43\xdd\x3d\xa7\xb8\x80\xcc\x83\x9f\x6a\xed\xef\xd2\x9f\x96\xc1\xb7\x9d\xe1\x6a\xb9\x43\xbe\x53\xce\x27\x41\x79\x6f\x9e\x4d\x9a\x43\x7b\x1d\xb3\x8f\xde\x90\x59\xe1\x5a\xf9\x3a\xa7\x5c\x01\x39\xcf\x50\x28\x09\x8e\xa0\x42\x07\xe0\xe8\x7e\x3d\x54\xd9\x58\xea\x0a\x04\x01\x34\x34\x55\xc8\xa8\x49\x34\x3f\xb0\xcf\xeb\xec\x6c\x52\x20\x59\x8e\xcb\xbf\x5c\x0d\x7c\x34\xe8\x57\xc8\x4a\x8d\xd4\xbb\x93\x98\xcc\xe7\x82\x61\xd8\x09\x9e\x56\x24\x58\x96\x8f\x43\x88\x3b\x49\x99\x28\x12\xa3\x87\xa1\x6a\x2d\x83\xdf\xa8\x9c\x25\x1f\x3f\xaf\x1b\x8d\x55\x3c\x75\x92\x58\xa6\x27\x0d\x09\x49\x05\x2d\x26\xce\xee\x28\x4c\x2b\xf4\x48\xd1\xf8\xad\xfa\x93\x05\x82\x18\x7c\x01\x48\x98\x18\x21\xbb\xdc\x8e\x15\xb0\x8b\x0d\x92\xd0\x23\x36\x86\x01\xcc\xce\xe9\x7f\x4e\x9e\x1b\x5b\xe6\xc4\xd8\x58\x3b\x45\x42\x67\x61\xb2\x7d\xce\x5b\x26\xd3\x35\xe1\x8a\xf1\x0a\x39\x03\xeb\xc0\xd1\xc3\x89\x73\x83\xc2\x7d\xfc\xd2\x8e\x53\x62\xdf\xc4\x37\x25\xb6\xf2\xe2\xab\x5d\x29\x33\x1c\x15\x45\x44\xf9\x7b\xeb\x6a\xc5\x1d\x7d\x17\xbc\xbb\xca\xe7\xff\xdf\xd6\x67\x69\xf9\x76\x28\x6c\x2c\x25\xe8\x86\xca\xc3\x77\x8e\x4f\xb7\x42\xbd\x54\x81\x85\xfa\x39\xbf\x30\x5a\x9c\xd3\x43\x64\x8d\xec\xba\x3a\xcb\x30\x41\x2b\x36\x51\x81\x71\x64\xdf\x41\xa9\xf5\xda\x16\xee\x87\x78\x62\x73\xf6\x93\x46\x65\x4d\xe0\xb4\x49\xe1\x82\x42\x32\xb5\x91\x10\xab\xf7\x78\x18\xdc\xfb\x89\x39\xa9\xee\x19\xec\xd8\x69\xe9\x0c\x11\x9d\xd1\x8d\xf0\x79\x20\x99\x02\xca\x8a\xd3\x59\x1a\x8f\xb6\x67\x26\x56\x3b\xac\x56\x7f\xb7\x4a\xf5\x19\x4d\xa5\x5d\x99\x5e\x57\x58\xc9\x9c\x5c\x6c\x29\x79\xf3\xa1\x76\xfb\x19\x53\xbc\x9c\x45\xf2\x28\x2f\x86\xee\x8c\xf7\x27\xf7\xb8\x0b\xd4\x8e\x8d\x65\xae\xdf\x67\xbd\xe5\xe9\xcf\x17\x70\x5f\x4f\xb0\xb6\x0c\x44\x1e\xfb\x40\x38\x7a\x10\xb1\x63\x5c\x62\x1a\xcb\x95\xd1\x4a\x4d\xa8\xa2\x4c\xaa\x93\x8e\xdb\x12\xcd\xf6\xea\xad\x35\x65\xb3\x40\x9b\xb7\xbf\x35\x77\x30\xe5\xe3\x53\x90\xac\xfd\x15\x90\x7a\x71\x4d\x40\x4c\x49\x86\x72\x92\xf2\xba\x99\x49\x92\x35\x37\x61\xcf\x80\xcd\x02\xff\x65\xd0\xb4\x97\x44\xd3\xa5\x85\x30\x84\x2e\xcf\x37\xf5\x85\x2f\xdb\x05\xc4\xe4\xbc\x50\x5c\x15\x2d\x72\xcb\xf8\x08\x38\x7d\x23\x90\xc6\x8e\xc6\x8f\x5f\x42\xaa\x1e\xc3\xb6\x7f\x33\xb9\xcd\xa7\x37\x6e\x8b\xc0\xbc\x55\x0d\x70\x72\x29\x60\xd8\x7f\x2f\x7f\xe5\x3e\x9e\x15\xe9\x16\xf4\xdf\x25\x5c\xdf\x63\x09\x79\x56\x70\x0f\xcf\x1f\xa5\xd9\x9f\x44\x39\x98\x3b\x4c\xbc\x5b\x05\x91\x75\x7c\xdf\xe4\x37\xc2\x4e\xb6\xda\x79\x0b\x00\x66\xec\x5e\x9d\x4b\x79\x39\x83\x2b\x85\x44\x12\x93\xd1\x87\x99\xc4\xb6\x53\xd3\x3a\x48\xf3\x51\x2f\x41\xf1\xa1\x97\x68\x40\x81\xb0\x8d\x01\xb8\xb9\xc6\xd9\x7b\x37\xa1\xce\x9e\x8b\xf6\x8a\xa2\x5c\xb7\x93\x13\x2b\x4a\xde\x79\xdc\xc4\xc5\x13\x29\x19\xfc\xfc\xf4\xdb\x8e\xc7\xd6\x5f\xbd\xa2\x1d\xa8\x15\x8b\x1e\xf5\x69\x72\x38\x45\x72\x98\x56\xc7\x05\xad\xcc\x64\xdc\xaa\x63\x30\xe8\xe6\xed\x49\x86\xa3\x63\x12\x8a\xc5\x08\xb0\x1f\xac\x96\x35\x79\x24\xdd\x6f\xf2\x30\x2d\x2c\xc7\x28\x44\x02\xd6\x96\xd4\xaf\x94\x46\x69\x1c\x40\x31\xe7\x67\x1b\x24\x74\x46\xbe\xb4\xcb\xab\x1b\x05\xd7\xd7\x1a\x25\x0e\x37\x20\x25\x53\x4e\xdb\x62\xc4\x2f\x41\xba\x3b\x22\x3e\xc6\x4d\xc3\x26\x41\x16\xb9\x5f\xfb\x36\x85\xbe\x9d\x63\x5b\xd0\x85\x7d\xdd\xdd\x24\xe0\x98\xfd\xe5\xf5\x6c\xa8\x01\x3f\x70\x74\xd1\x34\x63\xba\x6f\x6a\xa3\x96\x38\xba\xa8\xd4\x83\x85\x2c\xb0\x90\xa1\x5b\x88\x0d\xd2\x3f\xca\xd0\x9f\xcc\x50\x66\x2c\xa6\xfc\x7f\x62\xda\x22\x98\x08\xe3\x21\x92\x31\x37\x76\xb1\x44\xaf\x16\x2f\x7e\x47\xb1\x05\xf6\x8c\x8b\xc1\x4a\x44\x28\xa9\x5d\x2c\x5b\x84\xc8\x74\xce\x87\xbe\x2d\x26\x38\x65\xe7\x91\x5d\x5e\x72\x2e\x53\x4a\x39\x7c\x68\xd6\x9e\xd9\x02\x31\x4a\x96\x43\xf4\x9f\x61\x46\x38\x79\x2f\xae\xeb\x2a\x98\x3e\x9e\x79\xea\xde\xc5\xc6\x5e\x77\x9f\x91\xf1\xbc\x1a\x7a\x4f\x69\x89\x61\xdf\x5c\x3e\x1c\x61\x83\xb7\x7e\xf5\x35\x70\x16\xb1\xd4\x18\x26\x94\x2c\x87\xaa\x6e\x19\x9b\x88\x47\xad\xde\x5a\x31\xdc\x66\x78\x94\x21\x29\x2f\x40\x96\x97\x2e\xfe\x8c\xcb\xc0\xc7\xf3\xff\x80\x85\x80\x4b\x8d\xe1\xe0\x7e\xbb\x73\x27\xab\x9f\x3a\xdf\x4c\xa2\x2a\xf0\xe5\x59\x48\x3a\x2e\x42\x88\x64\xba\x5d\x4d\x8d\x98\xbc\x57\x37\xd2\xa1\xc6\x76\x33\x3e\x71\xc8\xfe\x14\xc1\xff\x3a\xd6\x93\xae\x72\xb8\x82\xd3\xec\x52\x7b\x1a\x5f\x12\xf6\xd7\xa8\xe1\x99\x84\x8e\xce\x43\x95\x4c\x9e\xc2\xf9\xc3\x7a\x84\x14\x56\x91\x58\x94\xf3\x04\x49\xf2\x09\x71\x9f\xfc\x5c\xc3\xf1\x5f\x39\xef\x16\xd1\xb0\xeb\x39\x19\x7a\x27\x07\x89\xb9\x9d\x7c\xa2\x8d\x78\x9b\x15\xf3\xc9\xe3\xb0\x78\xfd\x1a\x97\x9f\x38\xe9\x71\xa2\x09\x58\xf9\x7a\x1b\xc5\xae\xea\xdc\x8d\xbb\xd3\xaf\x34\x9b\x27\x64\xba\xab\xaf\xe2\x8f\x6d\xc0\x6a\xa2\xc3\x79\x7b\x35\x29\x0a\xba\x80\xbb\x97\xf5\xf4\xf2\xb7\xcb\xc4\x39\x4c\x77\xef\x40\xce\x7f\x64\xb6\xe3\x47\xe6\xeb\xab\x47\xae\x13\x2e\x67\xaf\xca\x15\x39\x48\xf9\x39\x9d\xe3\x6d\x14\x0e\x03\xdf\xd4\xba\xf4\xcd\xbd\x18\xf4\x76\xf1\xe7\x2c\xa3\x74\xab\x90\x55\x6e\x1c\x77\xc9\x1a\x5b\x76\xb3\x13\xb8\xfe\x5d\x10\x37\x97\x02\xd3\x64\xa8\x8b\x82\x78\x1d\xfb\x5b\xa2\xb1\x5f\x36\xac\x66\x65\x3d\x85\x96\x2a\x55\xee\x75\xee\x12\xb7\xb0\xf4\xbf\x27\xfd\xe6\x0f\x46\xfe\x0d\x7d\xb9\x3b\x66\xe8\x35\x6c\x0f\x67\xab\x45\xc7\x44\x5a\x4c\xe1\x42\xc9\x76\x38\x5c\x53\xad\xf8\x8c\x49\x76\x23\xe5\xfe\x2f\x24\x44\x86\x77\xc0\x02\x69\x3a\xb7\x14\x49\xf4\xc0\x5f\x4e\xdf\x58\xe9\x64\x72\xdc\x42\x0f\xbb\xe7\xf9\x93\x2e\x79\xd0\x73\x77\x6d\xe9\x4d\x5e\x51\x39\x97\x09\x27\x3a\x80\x24\x43\x0f\x55\x16\x57\x71\x84\xb1\x1c\x80\xd9\xba\xfa\x0a\x46\x52\xbf\x18\x77\xdf\xe8\xdb\xb5\xbf\x0d\xfb\x3b\x66\x6a\xac\x3f\x3e\xd5\x94\xb8\xf5\xaf\x76\x56\x3f\xc9\xa5\xbf\x17\x6a\x6d\x58\x19\x8d\x35\x50\xc1\x6a\xc6\x93\xd4\xec\x3b\x5c\x66\x84\x48\x5e\xea\x3d\x62\x97\x8a\x2a\x6b\x93\x7c\x8d\xb8\x98\xc5\x6d\x11\xe3\x99\xf0\xdd\x05\xab\xd6\x2f\x20\x5f\xd5\x7b\xfa\x3a\x05\xb6\x1f\xc6\xb2\x44\xb8\x96\x96\xfb\xa4\x8d\x06\xd7\x4f\x3a\x57\x08\x97\x48\x38\x54\x66\xab\x42\xc5\x58\x15\xda\x5c\xe6\x41\xf4\xc8\x90\x08\xf5\x9a\xe7\xa9\x5f\xd8\x0d\xff\x8c\x5b\xe8\xcc\x0b\xbd\xc0\xee\x99\xa1\x6b\x76\x8d\x82\xd6\xb8\xda\x39\xd7\xe6\x5b\x99\xa1\xb5\xc0\x8f\x29\x0b\xaa\x53\x1a\xbd\x69\x38\x16\x2b\xc2\xc5\x46\x0a\xdf\x6e\x10\xfc\x00\x51\x00\x6b\xb2\x1a\xc2\x66\xe1\x38\xb0\x7a\x2d\x74\x26\xba\x46\x2d\xb4\x8d\xfd\x20\xe8\x9a\xef\x54\x90\xfa\x9b\x43\x0d\xc6\xb8\x0a\xf6\x74\x0b\xe1\xab\xc7\xac\x92\x0a\x82\x21\x09\xa7\xb9\x9f\xd0\xa5\x80\xe2\xed\xcc\x95\xa1\x17\xd1\x74\x1f\x77\x6f\xf6\x25\xbc\x45\xf5\xd7\xab\xfd\x8e\xd8\x3a\x79\x06\xfd\x28\x18\xd2\xc1\xbc\x7b\x53\x7e\x31\xc3\xdd\x07\xc1\x5d\xf1\xcd\x9d\x8d\x1f\x02\xcd\xe1\x7b\xd3\x6e\xec\xa5\xe0\x49\xdd\xd8\xb3\xe2\x87\xd7\xed\xb4\x67\x8e\xe5\x87\x3b\x34\x7c\xaa\x10\x82\xec\x16\x70\x3b\xe7\xcf\x33\x73\x78\x3a\x04\x2e\x4a\x77\xc9\x4d\x4c\xc8\xce\x88\xe1\xda\x00\x26\x8e\x12\x76\xcf\x26\xb5\xfc\x88\xf5\xfe\x25\x76\x0f\x2c\x4a\x01\x3a\x10\x6b\x11\xe0\xbb\x45\x8c\xe5\xe9\xfa\xed\x10\x49\x18\x17\xa7\x78\x7b\x6e\x69\x94\x0d\x91\xcd\x3f\xd8\x76\x2d\x5d\x96\x5f\x79\xb7\x4b\xc2\x98\x4e\x34\xfe\xc7\x11\x2d\xc0\x76\x4c\x23\x0a\x82\xde\x9a\x3e\x8f\x42\xfe\xe5\x6b\x96\xa2\xc1\xa5\xb2\x4e\x2a\x45\x48\xc6\x26\x2d\x11\x29\x3a\xbe\xac\xc5\x40\x52\x72\x97\x91\xae\x7b\x3c\x77\xb0\xa7\xb5\x63\x83\x4f\x40\xad\x09\xf3\xde\xc4\x92\xb6\x46\x03\x87\xff\xa7\xb7\xd8\x43\x78\x31\x53\xfa\xf6\x56\x7f\x53\xab\xb7\xa3\xe9\x7e\x16\xba\x37\x7e\x0a\x11\xbd\x4e\x42\x3b\xbe\x81\xe6\xb7\x7d\x17\x98\x48\x5c\x05\xc7\x61\xe4\x52\xee\x9a\x82\x4e\x79\x80\x32\x3e\x47\x3c\x12\x9b\x42\xe4\xae\x3b\x99\xc9\x49\xbf\x8f\xc9\x68\x19\x1d\x73\x50\x5d\x28\x81\x63\x5d\x27\xb7\xd3\x13\x42\xb6\xe4\x87\x96\xb1\x87\xef\x05\xae\x35\xed\xc3\x86\xd6\x3c\x04\x41\x41\xd1\x5b\x27\xa1\xaf\x5a\x5d\x42\x51\xb7\xc2\xff\xfd\x23\x9d\xf0\x32\xc4\xb1\x5c\x99\xb7\x35\x53\x76\x66\x6f\x36\x52\x72\x0e\x00\xf8\xf6\x38\xe1\x66\x5f\x17\x94\xea\x58\xe4\x35\x35\x9a\x8e\x59\xfd\x69\xcf\xaa\x15\x62\x8c\xb7\x16\x72\x05\x2c\x9a\x4e\xa4\x9e\x73\xd3\x46\x58\x73\xb6\x38\xce\x3c\xe6\xe1\x20\x2f\x46\x3d\x4d\x9b\xb4\xb4\x86\xb9\x9f\x8c\x93\x3b\x51\xf6\x6d\xdf\xce\xd3\xba\xda\x9a\x0c\x13\xba\x51\x0f\x6a\xe6\xbd\x6a\x92\xa6\xe9\x57\xb6\x1f\x34\xcf\xbf\x96\xd2\x2f\x90\xff\xce\x2e\x2e\xfa\xbf\x43\x71\x32\x88\xf2\x81\x4f\xe1\x10\xbf\xe7\x8e\x2d\x77\xd6\xef\xcf\x9e\x61\x78\x81\x3e\x6d\xbb\x2f\x6d\x58\x5d\x9f\xc6\xa6\x24\x0b\xba\x8c\xf0\xff\x58\xa1\x08\x67\xb5\x7b\x3d\xb2\x39\x79\xf3\xc8\xec\x2f\x85\x66\xc3\x53\xc1\xac\x70\xdf\xe0\x11\x1b\x15\x51\x3f\x15\xc1\x4a\xdf\xc9\x09\x3a\x83\x44\xa4\xab\x4b\x2b\x0d\x27\xfa\x41\xf0\x9c\x6f\xfb\x02\xd5\x53\x11\x9b\x78\x14\x35\xfe\x70\x51\x72\x6c\xc8\x30\x04\xb2\x32\x38\x51\x75\x61\x02\xf6\xc8\x18\xa1\xd9\x95\xda\x17\x95\xa4\x89\x55\x78\x22\x64\xfd\x32\x26\x6d\x21\xd7\x26\x09\x07\x4e\x06\xb1\x2a\x31\xa9\x8f\x9f\x9c\xbc\x1c\x12\x3f\xe3\xfc\x35\xa2\xbf\x69\x05\x87\x56\x92\xec\x27\x45\xc4\xf4\x11\x49\x13\x77\x12\x79\xc3\x4a\x90\x25\x76\x52\x14\xbe\x0e\x08\x70\x85\x42\x3b\x6b\x93\x48\x16\x7c\x3e\x79\x27\x5c\x5c\xc2\x33\x53\xaf\x74\x6d\xda\xf0\xac\xeb\xa7\x98\x7a\x1b\xa9\xc1\x76\x84\x91\x55\x0e\xa8\x7f\xeb\x83\x13\x7e\x58\xb5\xc4\x26\x98\x28\x06\xe4\x9b\x9e\x9a\x45\x41\x12\xd1\x7b\xb2\xb9\x08\x39\x05\xba\xec\xe5\x8c\xdd\x14\xea\x5f\xe5\x3b\x59\x45\x09\x45\x1f\xcb\x7c\x1b\xf0\x4c\x2b\xb6\x2d\xa0\xd2\x32\x2c\x35\x70\x2b\x00\x08\x18\x43\x56\x48\x6a\xc0\x3f\xe5\xbe\xd2\x94\xb1\x55\x77\x41\xf0\x03\x29\xd1\x4c\xd2\x55\x93\xb3\x24\x25\x5b\xc9\xf2\xa7\xd5\x57\x11\x73\xf3\x0b\x6a\xda\x9d\xe1\x43\xe0\x0e\x72\xa1\x39\xf7\x1b\x27\x9e\x66\xfd\x24\x32\xcf\x55\x58\xa5\x57\x66\x0e\x65\x73\x11\x3c\x43\x4d\x62\x45\x3a\xaf\x9e\x37\x42\x40\x89\x89\xec\xb8\x14\x0a\x1d\x20\xff\x9d\xac\xd9\x6b\x6a\xb8\xa6\x43\x7d\x2f\x0a\xd6\x8c\xa0\x7d\x9e\x8c\x68\x8d\xcf\x66\x93\xe4\x23\x3d\x7b\x52\xe9\x0c\x16\xc2\x09\x89\xaf\x0f\x95\xdd\x87\x51\x2a\xa2\x7a\xcd\x72\x82\x3c\x6a\xa2\xf4\x8c\x8b\x2d\x91\xe9\x44\xea\x9c\x7b\x90\xea\x5d\x76\xc7\x73\x67\x19\xbb\x6b\x5a\x88\x8b\x74\x54\x8d\x9d\xaf\x99\x5a\x72\x8a\xae\x41\x7e\x2a\xd3\xd6\xb1\x34\xbf\x13\xda\x17\xa3\xf8\xc8\x87\xa7\x70\x7b\xa1\x73\xd5\xde\x5d\x2c\xca\xb6\x83\x4b\x58\xf8\x13\x37\xc1\xdb\x6b\x68\xbc\x97\x67\x9c\x0f\xd0\x64\x8f\x6c\x7e\x3b\xc3\x50\xb6\x63\xc1\x3c\x1d\x91\x76\x65\x8d\x2c\x29\xcd\x64\xea\x95\x11\xf4\x6a\xb2\x17\xde\xa3\x57\xea\xaa\xdb\x20\x18\xde\x8a\x25\x75\x83\xa0\xf4\x5d\x80\xb7\x2b\xca\x8d\x6d\x71\x58\x76\x88\x8b\x5d\xee\x58\x4b\xbf\xda\x31\xaa\xac\x77\x2c\xf3\x6d\xf0\x3d\xa9\xbf\xaf\xc2\x36\x4f\x2e\xf7\x22\x0c\x70\x85\x35\x2f\x91\x1e\xad\xb6\x8d\x9c\x32\x18\x5e\x41\xe6\x37\x1e\x05\x0f\x60\xef\x99\xc1\x5d\x2c\x54\x2c\x10\xb5\x69\x3b\xd9\xd1\x2c\x03\xe1\x61\x5b\x66\xd6\x74\x94\xa2\x06\xd2\x39\xde\xb6\xdc\x23\x93\x6d\xcb\xa2\x4b\x2f\x38\x87\x99\x68\xbe\x6e\x12\x12\x1c\x1c\x12\xf4\x8c\x39\xfc\x64\xb2\xcb\x1a\x7f\xa7\x86\x74\x57\x5c\x87\xc7\x10\x4e\xf1\xf6\x68\x67\x8c\xbf\x93\xbe\x7b\x17\x6f\x2e\xed\xd3\x6e\xd9\xfa\xd4\xc9\x9e\x18\x97\xe7\xaa\xef\xf0\x04\x73\x4c\x7e\xa1\xec\x09\xd5\x88\x02\x2d\xa5\x09\x50\x98\x0d\x11\x75\x44\xc5\x13\x60\xfa\xac\xa5\x38\xa9\x58\xa7\xdc\xfa\x86\x39\xb7\xc9\x1e\x59\x37\xcf\xa8\x40\x79\x36\x65\xcc\x94\xf5\x51\xb1\xbc\x5c\x7e\xeb\x72\xe1\x45\xef\xa5\x6c\x37\x15\x07\xee\xe8\x28\xdb\x0b\x8e\x53\x10\x88\x24\xbb\xa8\x96\x64\x73\x39\x39\x4a\x06\x8d\xf1\x30\x23\x2b\xa8\x22\xd1\x63\xa6\xea\x7c\xb1\xfb\x27\xe8\x6a\x4c\xd9\x4f\xfa\x47\xf4\xe2\x17\xac\x72\x26\xfb\xd8\x50\x5e\x52\x0f\xd8\xe5\xf5\x23\xcb\x5e\x95\xc8\x83\x9b\x9d\x84\xd5\xf7\x40\x06\x8b\x8f\x06\xdf\xde\x07\x5e\xe5\xfc\xa7\xa7\xf1\xb9\x1a\x8d\xac\xef\xd2\x12\x31\x1e\x89\xe3\x62\xaa\x7f\x12\xac\xc7\x17\xb8\x1f\x5f\x64\xdc\x45\x3f\xa9\xe4\x62\x5b\x24\x52\x35\x83\x7a\xb5\x7f\x1d\x7f\x7a\x96\x6a\xae\x0b\xdb\x5e\x28\x19\xc0\xe9\x09\x6f\x45\xe0\xd4\xe5\xb3\xe6\xb2\xac\xb0\x99\x19\xfb\x56\x79\xc1\x49\x99\x0a\x32\x52\x96\xcd\x43\x2f\x98\x2d\x9c\x6d\x7c\x44\x58\xe2\x79\x94\xef\x44\xee\x25\x68\x80\x20\x7a\xcd\x4c\x8e\x50\x26\xd5\xfb\xab\x1a\xf1\x9b\x9c\xac\xd2\xbd\x93\x66\x7f\xef\x25\x5b\x09\x8a\x12\x8a\x37\x60\xd4\x0d\xe2\x00\xa8\xe7\x13\xed\x3f\x6c\x4d\x43\xec\xbf\x99\x46\x9d\xb1\x09\x02\x4d\xdb\x43\xa6\x02\xd8\x7b\xbb\x0e\x4d\xbb\xd8\x10\xf7\xfc\xe9\x31\x47\xbe\x12\xf1\x6a\x4c\x2a\x69\x2e\x51\xca\xd6\xf0\x25\xf5\x3f\xd0\xb4\xc4\x45\x96\xa0\xf1\xfa\x84\xd3\xe5\xa8\x2e\x32\x38\xe8\x4b\xd3\xc2\x2f\xd9\xed\x57\x86\x3b\x5e\x3e\xe4\x16\x5c\xa8\xaa\x0b\x48\x75\x6d\xf7\xe0\x5c\x6e\x0d\xf6\x95\x2f\x2d\xaf\xf2\x99\x2a\xfd\x91\x39\x23\xe2\xef\xf3\x12\x22\xb4\x83\xa4\x22\xf8\xed\xc0\x8b\x6d\x21\x04\x63\x5f\x45\xb4\xd6\x1e\xd2\x1b\xcf\xd5\x08\x89\x6f\xf9\x18\x55\xa3\x78\xb3\x9e\x81\x6c\x66\xff\xfa\xf5\xa3\xdb\x18\x80\x8e\x39\xe4\x0a\x8a\xed\x04\x24\x91\x92\xcc\xde\x37\x79\x4c\xd1\x65\xb6\x6e\x62\xea\x7a\x2a\x14\x62\xce\x2e\x2a\x73\x44\xa7\x4f\xf2\x09\x11\x04\x4c\xe3\x4f\xb0\x8b\x56\x4d\xa0\x9d\xed\x57\x83\x6c\xad\x7b\xde\x9b\xe4\x98\x3f\x4d\x7f\xd0\xcf\x11\x31\x0e\xaf\x2b\x14\x05\xb4\xa3\x68\xaa\xc1\x41\x7d\x6b\x0e\xb7\x9b\xc9\x90\x6c\x82\x81\xa4\x4a\xf0\xf5\x39\x46\x2e\x5a\x83\x4f\xe8\xd1\xf7\x42\x32\xb3\x76\xb3\x4c\x08\x8e\x70\xac\x83\xf5\xda\x21\x60\x60\x06\x8b\x7c\x74\x45\x15\x97\xf9\x48\x98\x40\x98\x6e\xad\xf2\xa2\x5c\xc0\xd0\xbb\x98\x52\x60\xe9\xe6\x6d\x1c\xcf\xc1\x33\xda\xa8\x66\x8b\x82\x93\x85\xca\xc6\x74\x49\x92\x7e\xfb\x6f\x59\x88\xbc\x1e\x66\x49\x1a\x33\x2d\xb3\x87\x1b\x1c\xf9\xdb\xfd\xf2\xe9\x62\x69\x1e\xa3\x64\xb0\x2c\x0a\x82\xbc\x64\x91\x35\x40\x3f\xe5\xb4\x75\x3c\x39\xd6\x86\x3c\x86\xdb\xa4\xc1\x12\x4d\xf0\xe7\x0a\x25\xae\x1e\x8d\x23\x22\xb5\x31\xaf\x76\x43\xb9\x54\x38\x81\xf7\x8a\xc3\xc2\x66\x49\xa5\x29\x6d\xda\xc3\x3c\xb4\x07\xba\xc7\x21\x7f\x55\xf6\xfd\x8a\xe5\xc0\x36\xac\xef\x6c\x3c\x8f\xbf\x97\x7e\x3d\xca\x22\xfc\xb2\x4b\x40\xbe\xe5\x19\xf2\xa6\x82\x8c\xf7\xb2\x3a\x7b\x89\x2e\x87\x9c\x22\xf6\x89\xed\x43\xa6\x4a\x6f\x5e\x94\xd5\x69\x9c\xae\x62\xe4\xea\x27\x51\x39\x66\xc2\x5a\xf0\x38\x8a\x4a\xec\xb0\x93\xf5\x4b\xb7\x5b\x58\xe8\xae\x66\x5e\xf8\x2d\x71\x38\x00\xb3\xc7\x38\xf3\x05\x5d\xd9\x99\xb5\x67\x42\x9e\x04\xaa\x50\x64\xd3\xc6\xd5\x1e\x6c\x9b\x32\xfd\x6f\x5e\x2e\x29\xc4\x71\x1d\x50\x02\xb9\xce\x6e\x7b\xec\xeb\xd0\x00\xab\x73\x96\x8a\xbe\x8b\xc9\x89\x5a\x17\x9e\x4c\x57\x8d\xf1\x9e\x56\x45\x6b\x1a\xf9\x68\x43\x1b\xb8\xf0\xe2\x50\x13\x38\x9b\xc4\xe1\x0c\xbb\x43\xfc\xb4\x61\x19\x38\x72\x39\xe6\xf6\xdc\x35\x91\xc6\x19\xf8\x8a\x97\x72\xcd\xf8\xbe\x1e\x01\x09\x4d\x02\x67\x7c\x15\x81\x97\x59\x9d\xdf\xc1\xe9\x33\xef\xe3\x94\xc2\x32\x1a\x34\xb3\xc1\x25\xdf\x12\x8b\x88\xf5\x04\x91\x62\x9b\xe2\xa6\xe0\x8c\xf6\x9d\x7c\x5e\xd4\x33\x10\x49\x29\xc4\xb5\x58\xc9\x47\x31\x9e\xbf\x7a\x43\xe4\xa4\x76\xe3\x38\xfa\x2a\x77\x8a\x6a\xa6\x33\x1d\x0e\x2c\xaf\x84\x8d\xc6\x73\xd5\xad\x0c\x5a\x68\xca\x57\xb3\x48\x6f\x83\xb4\x69\x5a\x91\x29\x95\x6d\xee\xe5\x62\xbe\x25\xc4\x60\x7e\x32\xf6\x8a\xda\x8d\xf7\x4d\x96\x24\xc8\xf8\x2b\x6e\xdb\x5a\x29\x0c\x6b\x5e\xc6\xd7\xac\x29\x2a\xc2\x06\x2d\x32\x42\xab\xca\x77\x9a\x15\xf2\x73\x14\xd2\x5d\x6a\x71\x50\x4c\x3a\x9d\x7c\x59\xb9\x14\x1e\x93\x8b\xa0\x41\xe5\xb3\xf0\x42\x1a\x15\xfc\x8a\x01\x79\xc9\x92\x96\x72\x9e\xa7\x6b\xa1\x95\xad\xab\x20\xa8\xab\x4d\x41\x0c\x07\xcd\x6c\xa1\x85\x58\x04\xc2\x0c\xec\xf7\x57\x93\x1c\xd9\x3a\xb6\xef\x59\x8e\xf0\x6a\xce\xa3\x5a\xb1\x0c\x9e\x6c\x07\xc1\x92\x12\xeb\x4e\x6e\x66\x2c\xa4\x74\xfc\xda\x05\x79\x4e\x36\xf8\x50\xfc\x95\x2d\xab\x20\x28\xdb\x39\x19\x2c\xdc\x16\x22\x4c\xa8\xc2\xc2\x88\xb1\x58\x10\xe6\x40\x3e\x39\x14\x68\x6a\xe0\x85\xf4\xbe\xd5\xbc\x4c\x20\xc7\x02\x73\x45\x73\x5e\xd5\xc9\x60\x31\xb9\xd7\x22\x3b\x14\xb1\x0f\xec\x40\xcd\x65\xd9\x22\xa8\x44\x74\x27\x86\x63\xa1\x90\xee\xed\x04\xa1\x37\x5a\xec\x58\x44\xf0\xdc\x28\x16\xbb\xe6\x55\x5c\x43\x6f\x0a\xb4\xe7\xbf\x7a\x03\x75\xff\x3a\xa3\x58\x04\xf4\xa5\x51\x55\x0e\x51\xf8\x58\x6e\x29\x65\x1e\x9d\x84\xe8\x0f\xc6\x03\x16\xa0\x77\x61\x21\xe7\xc7\x23\x1e\x0b\x2d\xa8\x14\x70\x6d\x5e\x00\xfe\x6a\xa1\x25\x6f\xf3\x0b\x23\xde\x51\xb0\x2d\x24\x65\x36\xc2\x92\xdc\xcd\x2a\x86\x1b\xb3\x6c\x3c\xc3\x61\x43\x82\x64\x5a\x75\x79\x11\xfa\xa0\xa0\x73\x55\xe2\xb0\x9a\x12\x12\x9b\x13\x04\xf3\x82\x6c\x96\x1d\xfe\xb5\x17\xfc\x79\x25\x74\x02\x75\x00\xaf\x06\x3c\x20\x3a\xb9\x6b\x07\x57\xfc\x97\x06\x87\xe6\xfc\x0c\x1c\xea\x85\x28\x5b\x54\x41\x50\x54\x6f\x82\x5d\x70\x3b\xa9\x29\xc0\x78\xe7\xef\x53\x84\x7d\x8a\xc4\x3e\x71\x99\xa9\x15\xef\x3d\xcd\x0f\x99\x3e\xa0\x4a\xcb\xfd\xf5\x8e\xb1\xb6\xa1\x94\x13\x86\xe5\x6a\xbc\x4a\x0a\x71\xf8\x0c\x5b\x50\x8d\x22\x66\x17\xc7\x90\x69\x81\x29\xfc\x02\xdb\x9b\xb1\xc7\xbc\x81\x9e\x86\x08\x5f\x1f\x80\x56\x6c\xf5\x7a\x1c\xbf\xf7\xcd\x35\xc6\xd6\x38\x7a\xc2\x1c\xd0\x64\x8f\xa6\xc6\x25\x5e\xc4\x23\xc3\x1c\x77\x0e\x3f\xb8\x82\xb3\x7b\xfe\x61\x94\x37\x4c\x8f\xa9\x3b\x8b\xd4\xa0\x68\x9f\xe7\x5b\x5e\x4d\x43\xc3\x5b\xaf\xf3\x2d\x68\xf6\x91\xd4\x2c\xef\xea\xdb\x51\xe6\xdb\x1f\x1e\x8f\x77\xcc\xb7\xb2\x63\xa5\xf1\x18\x99\xb2\xd0\xae\x6f\xbc\x62\x18\x04\x45\x0c\x53\xca\xc7\xab\x93\xac\x6f\x71\xef\xc5\xeb\xe3\xce\x59\x01\x57\xc3\x0f\xf5\xd8\x44\x73\x66\x42\x05\x7f\xa2\xb8\x69\xac\xa7\xa1\x51\x5d\x58\x31\xd2\xf9\x80\x76\x77\x79\x51\xbf\x68\x9f\x0f\xe3\x36\x25\x36\x36\x0f\xe1\x90\xea\xee\x4f\x46\x7d\xc7\x8f\x71\x94\xaa\xde\x40\xb5\x7b\x41\xd0\x99\x73\x4b\x0a\x9d\xdf\x99\xe0\xf6\xdc\x8b\x13\x1b\xd5\xa7\x1b\xaf\x1e\x27\xe1\x83\x52\x48\x1d\x62\x44\xb4\x6f\x42\x31\x86\xc8\x3e\x53\x29\x5d\xb3\xb3\x4e\x1c\x22\x17\x8a\x62\x94\xd4\x9c\xd8\xa8\x3e\xdd\x18\x7d\x7a\xa6\x63\xcc\xb0\x56\xf2\x18\x00\x82\xfb\x0f\x5b\x3b\xdb\x5f\xce\x9d\x4c\x21\x16\xc5\xe2\xfd\x07\x75\x18\xec\x1a\xa5\x24\x0a\xc3\x03\x83\x38\xc4\xc7\x9d\x63\xdc\x45\x31\x99\x38\x91\x9b\x57\xa1\x15\x5b\x6c\x23\x1f\x57\x9d\x4e\x26\xf0\x3a\x9f\x34\x25\x76\x92\xf1\x0b\x75\xee\x57\x78\xd5\xb0\xac\x51\x49\x95\x9e\x60\x90\xb5\xcc\xf2\x0f\x47\xeb\xe3\x89\x5c\x45\xee\x9a\x13\x16\x19\x93\xbe\xcc\xc4\xf7\x80\x85\xf3\x18\x6f\x3b\x9b\x44\x2d\x06\x20\xae\x1a\xd0\x3f\xbb\x30\x2f\x5e\x0d\xc4\x1e\x91\x3b\xdd\x9e\x43\x9b\xb5\xa1\x0d\xe6\xe1\x0e\x98\xd6\x0f\x82\xde\xb2\x20\x48\x1d\x6d\xff\xaa\x20\x8d\x36\x64\x95\x02\x34\x03\x01\xa7\x53\x9e\x03\xba\xc7\xa2\x4c\x80\xd9\x19\x66\x3b\x50\x7c\xb3\xc2\xb4\xbb\x44\x21\xd9\xdb\xee\xba\xd0\x12\xf6\xa9\x8e\x4d\x64\xb7\x1a\xd1\xfa\xda\xeb\x51\x08\xd2\x23\x23\xe0\xcb\x31\x14\x6a\x23\xe6\xc8\x5d\x94\xcb\x32\xd2\x32\x29\x8a\xe8\xb4\x40\x9e\x14\x69\xee\x0b\x65\x4a\xa6\xcb\xd8\x84\x5d\xac\xce\xb8\x1b\x4a\xb3\x03\x3c\xcc\x60\x55\xb6\xc1\xd7\x5d\x97\x9d\xde\x0f\xc5\xae\xbd\x38\x44\x58\x5c\xa7\x19\x25\xf5\x68\x19\x26\x6a\x91\x96\x29\xff\x61\x4a\x00\x00\x21\xd5\x04\xa6\x2a\x7f\x04\x83\x5e\x28\x27\x88\x50\xe6\xc5\xa7\x23\xaa\x68\x82\x31\x38\xb2\x5a\x63\x03\xd8\x1a\xce\x7d\x5e\x67\xc8\xd7\xd9\x1a\x53\x2a\x0b\xc5\x7a\x19\x43\x55\xe2\xfb\x61\xe9\xec\xf0\xca\x42\xe1\xcb\xe3\xc3\x91\x34\x4a\xc0\x0d\xbf\x5a\x46\xcc\x5d\xb9\xe5\x2c\x9c\x3b\x8a\x8a\x3e\x0a\xc5\x00\xb3\xc1\x10\xf7\xf2\xc5\xd6\xf5\x33\xc4\x5b\xdc\x43\x22\xd1\x3d\xc8\xdf\xbb\xdc\xf2\x54\x43\x55\x24\x62\xa9\x95\x85\x18\x71\x35\xb6\xe9\x71\x8d\x1e\xe3\x91\x48\x73\x5a\xe5\x84\x51\x8d\x18\x40\xb6\x78\x72\x87\xf6\x63\x39\xf2\xf7\x2d\xd8\x92\x92\x60\x12\x1e\xca\xd2\x3f\x2c\x53\x26\xd7\x40\x1c\xf2\x1c\x7e\x1b\x56\xd8\x61\x90\x8d\x94\xd0\x9d\x8d\x2b\xcc\x49\x4d\x2a\x48\x40\x50\x71\x65\x21\x3b\xb3\x8a\x7b\xf2\x89\xad\xc4\xea\xf0\x20\x52\x52\x2d\x2a\x09\x27\xea\x08\x58\x9e\xca\x91\x3b\xa3\xa3\xab\xcc\x2b\x73\xea\x5d\x6b\xd9\x9c\xd9\x6d\xa7\x1c\xee\xd0\x62\x81\x70\x65\x9f\x74\x51\xb5\x37\xa1\xc1\x5b\x56\x38\x32\x69\x85\xb9\xac\x31\xd9\x4d\x05\x6c\xd4\x8b\x25\x4a\x03\x82\x47\xbd\x1a\x09\xe4\xb2\x78\x21\x0e\x54\xe1\x98\x20\xb1\x14\x71\x81\x1c\xb0\xe1\x66\x73\x06\x96\x60\x28\x61\x95\x65\x5d\xf1\x08\x73\xd8\x56\x5a\xae\x70\xf3\x9b\xa0\x7f\x8d\x2a\x73\x17\x97\x17\x87\x44\x06\x4f\x8a\x65\x91\x2c\xf3\x21\x9b\x54\xdf\xed\x54\x91\xb2\xed\xb9\x22\x34\xbb\x6c\x5b\x2e\x00\x28\xcb\x11\x8f\xb5\x37\xe5\xd7\x41\x21\x2c\x3e\x08\x53\x73\x65\xa4\xc4\x6d\xbe\x6c\x9a\x2f\x26\x34\x76\x89\x8c\xc9\x8d\xd8\xe6\xfb\xf8\x6d\x26\x73\x31\xdb\x50\xe1\xec\x32\x17\xb8\x7d\x9b\xed\xd4\xed\x29\x93\xce\x23\x4d\x8c\xc9\x2b\x5e\x42\x7b\xb1\x12\xd9\x14\xe3\x7a\x01\x15\xb4\x97\x2b\x26\x1f\x3f\x59\xa2\x8d\x76\x98\x3d\x86\xfb\x8b\x35\xe3\xc9\x96\x9d\xb4\x77\xb7\x2e\xd5\xfd\x1a\x2b\xca\xc5\xd1\xd9\x2a\x6e\x86\x55\xb6\x7f\x8c\x60\x52\x18\x63\xdf\x26\x55\xac\xae\x2e\x54\x40\xe7\x86\x72\xc9\x7f\x2f\xb0\xea\x33\xfb\xf9\x4d\x78\x4b\x91\x3d\x17\x71\x38\x8b\xaa\xf7\x66\xe3\x4c\x7f\x1b\x04\x8b\xf0\x1a\xae\x4f\x44\xd1\x14\xe2\x2a\x3a\x3b\xbe\xf9\xdf\xaa\x32\xaf\x92\x5e\xf6\xad\x06\x8e\xd9\x4d\x62\x5f\x60\xd5\xc7\xe5\x82\xa3\x71\x79\x91\x48\xc4\x6d\xbb\x3f\x8c\xb8\x7f\x12\xbe\xa1\xbf\x2d\x98\x59\x46\xf4\x61\x59\x1f\x21\xb5\xe1\xe4\x45\xcb\x2a\x7c\xd5\xaa\x1f\x6a\x7b\x0c\xaa\x14\x2a\xbe\x1a\xc7\x52\x79\x7b\x46\x27\x1c\x7b\xb6\x0c\xa9\xa2\x56\x30\x32\x9e\x02\x20\xb8\x15\x92\x67\x64\xba\xa3\x5c\xc9\x15\xe9\xeb\xc2\x46\x9a\xed\x9a\xdc\x83\x04\xe0\x43\xd8\x90\x70\x3b\x96\x38\x7b\x79\x39\x14\x49\x71\xed\x78\x17\x60\x08\x5b\xf0\x81\x9f\x35\xbc\xa4\x5a\x6a\x89\x1c\xeb\x0d\xb4\x6a\x1e\x95\xc8\x61\x03\xd6\x96\x2a\x58\x88\x2a\x7f\x37\xd8\x62\xa6\x9a\x29\x31\x9e\x1a\xc4\xd9\xb1\x5f\xe4\x96\x8d\x4d\x1e\x06\x51\x58\x9d\x67\xad\xf7\xb2\x53\x48\x1b\xd2\x89\x27\x75\xe6\x5f\x72\x72\xc5\xdb\x3f\x4e\xfa\xd9\xfd\x71\xc0\xae\xbf\x24\x8c\x1c\x4f\x0e\xe6\x8d\x7e\x79\xa1\x07\x11\x33\xe7\x3f\x31\x26\x4d\x58\xae\xed\x85\xb0\x02\x60\x25\x6c\x7c\xb1\xd2\xf2\x0e\xfc\x04\xa4\x76\x5a\x66\xd7\xfd\x92\x38\xe8\x84\xce\x78\xae\x5e\x69\x79\x47\xbc\xc4\x71\x2d\xc5\xef\x9a\xe2\x0c\x70\xe0\x0d\x96\xe1\xb4\x94\x43\x3e\x5d\x8e\xf5\xa2\x4e\xa5\x16\xca\x02\x5f\xb0\x1d\xc7\x52\xcb\x92\x1f\x5f\x39\x77\x50\x9c\x99\x04\xb4\x1b\x0b\xd3\x23\x30\x51\x22\xe7\xbe\x05\xb3\x41\x6b\x9c\x86\x4d\x35\xcd\xaa\x6f\xcf\x86\x1f\x02\x6c\x66\x1d\x4f\x64\xb9\x03\x28\xb0\x3b\xe3\xb2\x99\xa5\xc1\x50\x38\xb1\x1b\xd0\x99\x66\x84\x5a\xcc\xc1\xcd\x58\xea\xe0\x24\x9c\x92\xd8\xa0\xb4\xde\x56\x72\xa9\xa0\x37\xa2\x7c\x60\x2d\xe1\x7f\x15\x46\x8a\xb2\x92\xdf\x1c\x8f\x77\x96\x48\xba\x80\x09\x0f\xa9\x41\x50\x25\xea\x49\x36\x0a\x7f\x1f\xa4\x79\x32\xc6\xfb\x2b\x32\x61\x15\x47\xca\x54\x60\xea\x8c\x39\xed\xf5\x2a\x9c\x54\x64\x7e\xba\x65\x99\x48\xc6\x32\xe4\xd8\x19\x66\x28\x35\xc9\xb2\x7c\xf8\x12\x3b\x66\x9e\xdb\x5a\x48\xd7\x8a\x0e\x43\x08\x85\xea\x91\x9c\xf6\x05\xa7\x00\x1b\x70\xa8\x08\x73\x1a\x8d\xfc\xc5\xce\x91\x6d\x24\xb5\x70\x8d\x77\x55\x80\xf7\xc3\x32\x9f\x87\x53\x45\x48\x7e\x35\x20\x46\x28\x61\xed\x6e\xef\x96\xd8\x8f\x21\x6e\x29\xde\x2a\x2c\xa0\xcc\xc0\xcb\x54\x04\x0b\x6d\xae\xb1\x25\x18\x03\x69\x20\x25\xa4\x90\xa5\xf2\x00\xb9\x67\xe7\xc1\xb0\xaf\x47\xde\x39\x2e\x83\x99\x64\x44\x04\xdd\x33\xe5\xf9\x4c\xb9\x3e\x43\xf7\x26\xe2\x4a\x95\x74\xef\xc8\x87\xf8\xf4\x3d\x3b\x08\xd4\xe6\xcd\x10\x3e\x8a\xc6\x88\x93\xe5\x3d\xc6\x38\x54\xa5\xd3\x3d\xc5\x8a\x90\x94\x8a\x40\x1e\x13\x2f\xcd\x13\xe3\xf9\x0c\xe0\x15\x66\x23\x79\xcc\xc4\x39\x7a\x9b\x34\xc3\x6f\xf5\x06\x90\x18\x1b\xb1\x67\xb3\xed\x58\xa1\x14\x92\xa3\xb9\x39\x2c\xfd\x06\x6b\x82\x09\xb3\x2a\xf4\xe1\x37\x20\xff\xd2\x33\x89\x79\xad\xaa\xf0\x49\xe5\xf7\xa0\x65\x43\x7e\x0b\xc4\xa9\xfd\x5c\x5b\xcf\xf2\x9e\xf5\x24\x30\x0f\x20\x47\x8f\x86\x63\x49\x19\xcf\x13\x5a\xc2\x8b\xc1\xe3\xd8\x12\x86\xaa\xfb\x89\x79\xeb\x87\x07\xa8\x28\x31\x30\x37\x7a\xc2\x62\x0c\x7b\xc4\xfc\x01\xbe\x24\x2c\x5e\xac\xb0\x12\x39\x79\x83\xaf\x20\x43\xc0\xbe\xd3\xb5\xb4\x67\x34\x98\x1a\x37\x2d\x4a\x19\x7d\x1b\x04\x8f\x66\x79\xa0\x51\x43\xba\x1f\xc7\xe1\xa8\x6f\xbe\x12\xa5\x22\xf4\x64\xf2\x86\x73\xcc\x78\x94\x61\xfe\xab\xf2\xe6\x30\xc9\xdc\x3e\x71\x2c\x36\x7c\xee\x36\x56\x67\xf2\x9f\x20\x72\xc2\x05\xbe\x62\x44\xc3\x79\x06\xd5\x18\xf9\x76\xcb\x31\x40\x18\x23\x5e\x7c\x04\x57\x10\x8d\x59\xae\x20\x7c\x72\x21\xda\x8f\xf2\x81\x93\x22\x36\x9e\xb6\x71\x8b\xfb\x2f\xaf\xd2\xee\x05\x02\x27\x89\xc2\xa3\xb2\x0c\x81\x29\x30\x75\xc6\x83\x05\x41\xd7\x73\x7f\xfe\xea\xce\xe9\x99\x34\x8d\x95\x22\x2b\x11\x86\x6f\xde\x6a\xe3\x64\xd0\xf8\x7b\x94\xe2\x77\x9e\xa1\xc4\xab\xd0\x7b\xbf\x91\xd4\xe6\x2c\xd3\x76\x76\x55\x19\x92\x62\x24\x5f\x23\x1e\x83\x02\x42\x50\x9a\x3e\x3a\x35\x20\x4a\xa1\x5d\x5f\xdd\x6d\x22\xdd\xed\x20\x28\x85\xb1\xd4\x61\xf9\xef\x9c\x5e\xe4\xbb\xfc\xa6\x61\xc4\x7c\x38\x58\x12\x4f\x10\x12\xfb\x64\xb6\x1d\x29\xb2\x0e\x61\x4c\x4b\xe7\xe7\xb9\x30\x9c\x35\xd8\x2e\xd8\xa4\xf2\xb7\xc2\x87\x87\xd4\x00\x7d\x8b\xea\x6b\xa4\x15\x8c\x75\xd5\x5b\x58\xe0\x99\x71\x60\x88\x89\x49\xf8\xe9\xce\xfb\x74\x9e\x50\xac\x7e\xf6\x26\xae\x87\x19\xd3\xd1\x9f\xee\xe6\x29\x56\x5b\x4e\x93\x76\x98\xb1\x86\xee\x38\x63\x27\x88\xc5\x3c\x24\xa5\x28\x2b\xa0\x96\x90\x7c\x2a\xef\xf1\x49\x75\x93\x73\x97\x32\x44\xc8\x4b\x89\xc5\x81\x5d\xe8\x97\x7e\xd4\x7b\xba\x75\x06\xd0\x09\xb8\x83\x34\x55\x5e\x74\xa5\x97\x33\x48\x61\x9e\x64\xeb\xce\x8b\x45\x23\x3a\xfd\x40\x4e\xc3\xb0\xb1\x28\x7b\x20\x66\x53\x95\x78\xed\x79\xa8\x0c\x84\xac\x4b\xab\x6e\x18\x0a\x39\xb0\xca\x3e\x28\x72\xaa\x11\xca\x2a\x8c\x38\xed\x7a\x6e\x18\x39\x1d\x6a\x6f\x58\xb3\x5e\x47\x7a\x98\x51\x2d\x51\x95\xed\x89\x85\x7a\x44\xe1\x83\x35\xaa\x81\xc3\xae\x31\xad\x3b\x80\xc0\x1c\x51\x25\x64\x56\x8b\x1c\x55\x89\xea\x50\x37\x8c\x70\x3d\xc0\x0b\x15\x8c\xbe\xa1\x7b\xb3\x2a\xa2\x54\x34\xb0\xe7\x9e\x07\x96\x7e\x25\xc4\x0a\x90\xc3\x5d\x1f\xaa\xf1\x96\x27\x07\xf3\x53\x53\xbc\x7d\x81\x85\xc1\x4d\x19\x61\x17\xeb\x9a\x2d\xc6\x49\xfe\x1f\xff\x67\x57\x6f\xcb\x23\xd3\xe2\xea\xe1\xff\x11\x90\x6c\x6b\xa6\xe2\x26\x07\x05\xd6\xde\xd3\xd0\xc4\x80\x61\xa8\x6d\x1d\xea\xbb\x19\x80\x33\xaf\xf9\xc0\xc0\x1b\x8d\x3e\xb8\x02\xee\x17\x22\x0c\xa4\x97\x0c\x84\x5b\xb7\xea\x4b\xfd\x6a\xd9\x20\x58\x19\x7d\x73\xab\xc9\xdb\x85\xaf\xe9\x79\xd5\x5f\x37\xb2\x61\x9d\xb1\x27\x66\xe1\x46\x10\x5d\x2a\xa7\xe1\x9e\xa3\xcf\xee\x1a\x15\xa2\xf4\x44\x8e\x6d\x73\xcf\xf5\x08\x9d\x56\xa1\xbc\x32\xe1\xa2\xb1\x55\xd5\x3f\x30\x4d\x1e\x30\xf8\xbe\x66\xe2\xa5\x4e\x35\x3f\xd7\x0a\x1b\x6e\x4c\xfa\x22\x8a\x60\xba\xff\x86\xcf\xe4\x1d\x51\x63\xbb\xe8\x36\xdc\x71\xc0\x69\x6e\x67\x61\x48\xba\x73\xa4\xde\x3a\x21\xee\x81\xea\x55\xab\x1c\x73\x2c\x47\x6c\xc3\x25\x19\xdd\x8d\x51\xdd\xe6\x54\xc3\x6a\xd7\x6c\x8b\xee\x1b\x97\x20\x03\xbe\x7c\x8d\xd4\x6f\xc5\x7b\x0d\x80\xdc\x2f\x28\x63\x2f\x35\xcf\x96\xe8\xc0\x31\xc5\x19\x98\x41\x9a\x81\xf8\xe9\x5c\x51\xf8\xff\x14\xff\x3d\x5f\x82\x73\x58\x61\xbf\x27\x9b\xd8\xe9\x56\xd3\xea\x00\x30\xa3\xcd\x2c\xf0\x91\x86\xcd\x64\x83\x61\x8c\x75\xc9\x78\x0e\x01\x25\xd6\x1c\xee\xd5\x31\xe6\x63\x71\x09\x61\xc7\xeb\xa6\xee\xa5\xa4\xe2\xcc\x75\xc1\x81\x50\x23\xaa\x4d\x30\x96\x83\x6a\x46\x37\x12\x6b\x10\xfb\xce\x4c\x0e\x1a\x8b\x35\x56\x36\xf0\x2b\x6a\xc0\x56\xe3\xc0\x50\xc8\x79\x0a\xf9\xaa\x61\x55\x72\x55\x07\xff\x4f\x38\x04\x95\xe0\x0b\x00\x6d\x80\xf3\x07\xda\xb0\xaf\xc3\x1d\xef\xa3\x2a\xb1\xd2\xad\x8c\xb3\x5a\x49\x3d\x00\x6d\x51\xfe\xc5\xfc\x6a\x97\x87\xf2\x0b\x58\x60\xb5\x66\xec\xfd\x35\x20\xb8\x6e\x61\x8f\x04\xa3\xaa\x5b\x79\x5e\xd4\x00\x7a\xad\x95\x9d\xaa\x20\x98\xaa\x06\x9e\xd3\x2d\xec\x51\x50\xf2\x9f\x73\xe0\x25\x0d\x58\x95\xc9\x54\x15\xd7\x61\x1f\xc3\xae\x6a\x2d\x0f\x96\x98\x6d\x2f\x50\x39\xf0\xd4\xa8\x7f\x99\x7b\x77\xd9\x09\xda\x15\xb3\x5b\x26\xae\x65\xfe\xc4\xfa\x7f\x16\xb1\x98\xed\x59\x57\x0c\x32\x84\x1e\x1a\x99\x1d\xae\x73\xae\xc4\xee\x14\xac\xcb\x2c\xf4\x54\xf3\xd9\x8e\x8d\x10\x8c\x9d\xb9\x87\xf4\xc3\x86\x63\x95\x87\x2a\xb0\xe9\x9d\xb9\xc0\xa2\xc2\x87\x47\xee\x76\x81\x2a\x70\x66\x24\x38\xfc\x9a\x83\x84\xa0\x0f\xc0\xdb\x28\xa7\x6a\xd2\xaf\xad\x14\x4a\xba\x9e\x02\x8c\xa2\xa2\xad\xaa\x85\x8b\x91\x4f\x5e\x86\xf5\x16\xa5\xbc\x1f\x37\x57\xc9\x8c\x9d\x2d\x45\x24\xf3\xbc\x26\xbd\x85\x2c\x15\xc0\x07\x9c\x5d\x3d\x38\xa3\x23\x7e\xd8\xe1\x66\xde\x57\x8d\x4b\x0d\x7e\x38\xe0\x87\x63\xd5\xa0\x34\x7e\x38\x19\xfd\x7d\x95\x3c\x52\xd4\xe1\x75\x51\x87\xf3\x8a\xbf\x60\xf4\xdf\x54\x94\xed\x0f\x9f\x31\x7f\x04\xe1\x4c\x76\xf5\xce\x93\x68\x29\x13\x95\x9b\xd5\x5b\xf2\x26\xd4\x2f\x23\xcd\x6b\x4e\x79\x07\xa0\xe0\x89\x7d\x76\x4a\xfa\xcf\x16\x5d\xff\xe1\xde\x09\xa8\x1a\x7c\xce\xdb\xa5\xad\xea\xdc\x22\x65\x6f\xe8\xef\x59\x4d\x3c\xa9\xb3\xf5\x3e\xf3\x98\xbd\x0d\xd4\xe1\x27\x5f\xc2\x63\x5c\xc2\xf5\x64\x9f\x0c\x23\x99\xfe\xf6\x35\xaf\x5a\x1e\xe8\xd1\x4d\xcc\x2f\x2f\xc1\x47\x56\x56\xd4\xbd\x72\xcf\x5e\x56\x5b\x56\xf3\x45\xaa\x90\xdf\xab\xaa\x27\x21\xf3\xef\x0f\x31\x57\x7f\xd3\xc9\xa8\xe0\x39\x24\xfa\xee\xda\xe6\xc7\xa6\x67\xc7\x69\x10\x72\x35\xa2\xcf\xba\xa8\x75\xa8\x88\x92\x15\x7d\x76\xc2\x8f\x0f\x04\x28\xdb\x97\x1e\xe3\x31\x2a\x50\x5c\x40\x25\x05\x88\x60\x58\xd3\x2c\xbf\x1b\xb7\xb4\xa7\x20\x78\x6a\xf0\xea\x06\x05\xaf\x7b\xc7\x74\xb7\xb5\x08\xda\x71\x13\x3f\x5f\x93\x67\xf8\x1e\x9f\xe0\x01\xad\xf1\x81\x24\x43\x00\xcd\xef\xe5\x14\xa5\xa7\x3c\xc7\x67\x8c\x5c\x52\x50\xfd\x86\x82\xf7\x6d\xeb\xca\x95\xd0\xa6\xd7\xd9\x2e\x2a\xa6\xdc\xb6\xd1\x6a\xae\x24\x8e\x85\xf0\x95\xff\xa4\xdd\x24\xe8\x18\x2c\x42\x50\x44\x55\xbe\x99\xb2\x1f\x5d\x0b\x65\x35\x62\xef\xd2\x33\x0c\x71\x97\x7a\x82\x45\x3b\xa9\xb6\x2b\x6b\x70\x1a\x31\xa4\x11\x97\x61\x09\xde\xa3\x9c\x90\xe0\xfc\x85\xb3\xf4\x7f\xa1\x67\xd9\xe1\xce\xfa\xc0\xf5\xaf\x8a\xf2\x2c\x7f\x0a\x2d\x11\xa1\xec\x4f\xca\x78\xd1\x85\xd5\x10\xd9\x2c\xea\x4e\x6e\xb4\x70\x0f\xb2\x51\xdc\x3b\xf7\x45\x9c\x1e\x52\xf7\x7a\x19\x10\x8b\xd8\x04\x56\xc5\xd4\x65\x0a\x8c\x2a\x7e\x32\xb4\x6c\xe1\x3f\x71\x32\xac\xba\xb2\xbd\xc9\xe1\x01\x24\x54\x76\x73\x33\xd3\x84\xd2\xfa\x25\x99\x81\x33\x19\x99\xed\x52\x2f\x27\x97\x91\x0c\x94\xbc\xc2\xfd\xfc\x9e\xbe\x51\x61\x82\x6d\x8b\x17\x0e\x6a\xc7\x5c\x61\x33\xf9\xc8\x8f\xe2\x66\xc0\xe6\xc0\x1d\xc7\x55\x2b\xac\x9d\x92\x29\x84\x96\x63\x19\x11\x32\x6e\xc5\xcf\xee\x98\x21\x8d\xfc\x8a\x55\x50\x92\x6d\x28\x7f\x9c\x28\x4f\x2a\x8b\x75\x2a\x72\xd1\x9c\xd2\xc3\xd5\xe4\xeb\x72\xf2\x8d\xbc\xc8\x1e\xe2\xc7\xf1\x62\xf6\x5b\x42\xb0\x85\x32\xef\xa9\x03\x6b\x1a\x02\xd5\xf5\x99\xc0\x0b\xf9\xae\xb8\xc1\x9b\x9a\x56\x73\xf5\xe0\xbd\xc9\xe7\x68\x3c\x40\x73\xb4\xa6\x92\x8b\xa8\x50\xd8\x5e\x0f\x60\x2d\xc3\x69\xc5\x47\xc3\x21\x17\x63\xaf\x86\x93\x91\x44\x97\x32\x45\x12\xdf\x9e\xee\x25\xa6\x4d\x47\x2d\x33\x57\xb5\x7a\xcb\x21\xd7\x26\xc4\x9e\xab\x2e\x8c\x4c\xed\xa0\xb9\xa4\xfa\xc3\x6a\xc6\x7e\x0c\xd8\x9b\xd9\x35\x94\xda\x81\x1f\xc6\x63\xe6\xf6\x60\xc2\x8e\xec\xe0\x9a\x05\xf7\x82\x86\x4d\x3a\xd9\x9b\xf8\xdd\x27\xb1\xb8\x1f\x73\xa8\xec\x88\x18\x1a\xba\x42\xee\x2f\x48\x62\x9f\xc1\x71\xac\x54\xfd\x98\xa3\x11\xa7\x8c\x58\x8d\x38\xc9\x88\x49\x00\x2b\x33\x92\x76\x9d\x54\xc1\x93\x28\xd8\xb9\xe8\x47\x4c\x90\x2a\x1e\x19\x8c\x8c\x6b\x2c\x99\x2b\x31\xef\xaf\x7f\xb1\x0a\xa8\x2e\x1b\xec\xe6\x51\xb3\xac\x18\xc1\xf5\xa1\x54\xf7\x84\xef\x82\x37\x62\x9e\x42\xc0\x07\xf5\xaf\xcc\xa2\x23\x12\x26\x99\x81\x68\xaf\xdc\xfe\xca\x25\x4f\xbc\x25\x4f\x1b\xf0\x51\x11\xd3\x20\x0d\x4f\xd5\xd8\x2b\x3b\x36\x75\x5f\xfe\xd1\x09\x77\xf3\x28\x11\xbe\x65\x5c\xb1\xff\x68\x6a\x83\x89\x04\x6d\x06\x7d\xd2\x4a\x4d\x7c\x02\x41\x38\x32\x0b\xa0\x73\x19\x87\x59\xc0\x34\xcc\xf1\x72\x04\x25\xf8\xa4\xe5\x75\x3c\xbe\x20\x1e\x30\x67\x48\x6f\x95\x1d\x1e\xb6\xe1\xac\x41\x26\xeb\xcd\x30\x9c\x03\x7c\x46\x41\xf6\xef\xa0\x1d\x35\xde\xdb\x3c\x93\xbd\xe5\xf2\x3d\x14\x04\x15\x7c\x4d\x81\x53\x04\x85\x8b\x0f\xaf\xc9\x75\x81\xaf\xf8\x91\x5a\x62\x6d\x93\xf4\xb5\x99\xb1\xf5\x1a\x87\xa3\xe8\x5f\x3d\x5a\x5b\x80\x7d\x97\x68\x4e\xf0\xaa\x01\x9a\xe8\x55\x8f\x05\x76\x57\x8c\xa1\x0d\x2c\xfa\xd6\x7d\xe7\x04\xb3\x9c\x11\x17\xcd\x8c\xcf\xc9\x79\xd3\x79\x6f\x88\x5d\x62\xce\x00\x0c\x5a\x5c\x16\x59\x42\x39\xb9\x21\x77\xaf\x98\x80\x44\x30\x04\x93\x06\x90\x0e\xd8\x8a\x72\xb8\xe2\xe2\x23\xc8\xff\x49\x3d\x78\x66\xda\x5a\x2a\x48\x3a\x78\xdc\x09\x9b\x6d\x94\x3d\xb1\x25\x42\x46\xa0\xae\x55\x9e\x20\xa8\x3a\x9c\xa1\x0d\x96\x2f\x1a\xff\x03\xd8\xad\xb1\x0b\x1b\x88\x72\x4b\x36\x27\xb5\x57\xe5\x2b\xa9\xde\x60\xde\x8a\xcf\xd9\xe2\x2d\xe9\x85\x66\x93\x6f\xd3\xde\x7a\xc6\x0b\xaf\x38\x55\x9f\x95\x61\xf3\x2a\x32\x38\x7e\xa2\x6a\x82\x7e\xba\x20\x39\xc8\xb1\x88\x2c\x94\x58\x12\xa5\x20\x25\xfd\xf9\xe9\x40\x8e\x4c\x07\x37\xd7\x20\x8b\xcd\x42\x0c\xb7\x54\x1f\xa1\xe0\xb9\xf8\x01\x0a\xf2\xc5\xcc\x76\xb7\x81\xbc\x82\xfa\x7b\x96\x7b\xdb\x15\x28\x3f\x92\x49\x0b\x6e\x83\x11\x0b\x33\x8d\x07\x73\x6b\xb5\x5d\x15\x98\x77\x6f\x45\xcb\x8f\x8e\x4b\x02\xe5\x6a\x09\xb3\x5b\x86\x9f\xb8\x09\x2c\xf4\xb7\xd8\xf6\x19\x8c\x69\x63\x8e\x5b\x68\x4f\x8a\x32\x68\x24\xb6\x07\x5f\x3f\xa6\xa1\xec\x41\x1e\xc3\x29\x53\xe8\x31\x16\xa0\x0c\x0b\xc1\x21\xd5\x38\x27\x60\x25\xb7\x15\x7a\x88\x38\xce\xa8\xd9\xab\x49\x05\xc2\x9e\x19\xcd\xfd\xab\x6f\xa2\x58\x71\x32\xf3\xcb\x0d\x85\xe3\x50\x08\xcf\xbd\xbc\x69\xdf\x79\x57\x3a\x0a\x55\xd3\xa8\x58\xae\xd8\xbc\x7e\x37\x6f\x1f\xfb\xea\x4c\x65\x82\x73\x73\x07\x09\xd5\xf0\xcc\x88\x47\xc9\x08\xb7\xf1\x8d\xfa\x86\xfd\xad\xff\x91\x18\x87\xaa\x7b\x30\xcd\x4e\x99\x7e\x2e\x51\xee\x66\x98\x3c\x42\x51\xf8\xcf\x6f\x0b\x0e\xed\x8a\x6a\x06\xbc\x63\xff\x95\x9d\x4a\x04\xef\x5f\x2c\xf1\x7e\x76\x0d\xf8\x62\xd5\x28\x7c\x18\x33\xd7\xa0\x80\x1b\x41\x01\x8f\x21\xa4\x1a\x86\x41\xdc\xa9\x55\xee\x33\x93\x9c\x7b\xdf\x58\xc3\x6a\xa6\xaa\xc1\x52\xa3\x89\x48\x40\xd2\xb2\x81\x0d\x53\xbe\xa3\x74\x88\x14\x1a\x59\xb6\x5e\x88\x1b\xa2\x12\xba\xcf\x5b\x7e\x96\x6d\x36\xec\x4b\x84\xf4\xf5\x91\xf5\x1e\x72\x32\x27\x9f\x54\x6e\xe5\xf4\xb4\x15\xb6\xdb\x6f\xdf\x9c\xdd\x9e\x4f\x62\x8d\x33\x3b\x4c\xd9\x0b\xec\x9b\x98\x9a\x48\xaa\x21\xf3\xb5\x6e\x8d\x00\x46\xe0\x31\x69\x56\xa0\xcf\x03\xfa\x48\xa2\xc4\x4e\x70\x3f\xc4\xa9\xa0\x0b\xef\x2d\x76\x10\xe6\xd2\x60\x2f\x1c\xdf\xb9\xd0\xb5\xf5\x06\x54\x93\xb7\x05\x5c\xed\x72\x1c\x5b\x61\x33\xae\xda\x77\xbb\x85\x34\xcd\xda\xe9\x90\xbd\x02\x78\x76\x12\x48\xae\x5d\xe6\x27\x2f\x52\x4c\x2a\x5f\xe0\x31\x83\x05\x72\x2b\x3b\xfc\x21\x23\xb0\xc8\x61\xc5\x62\xb2\x07\x69\xfa\xc3\xa4\xfa\xa7\x9c\x58\xe1\xc5\x3d\xc6\xae\xa9\x52\x15\xa2\x77\x30\x75\xdb\x38\xfd\xc2\x0b\x83\xb5\x5e\xf1\x1d\xf3\x70\xb7\x19\x68\xf7\x28\xc9\xb6\x9b\x66\xdf\x43\x9f\x14\x08\x60\x2a\xc8\x3f\x6c\x40\xb0\x83\x90\x8d\xe6\xed\x9b\x7b\xbc\x20\x62\xa4\xf0\xf0\xc5\x11\x00\xb1\xea\xd4\x35\xb1\xcf\xcf\x2c\xe4\x99\x19\xff\x2c\xe3\xf5\xde\x78\x95\x00\xff\x75\xb5\xc2\xaf\x6e\x2a\xbc\xc0\xf3\x90\x91\xe2\x04\x4f\xac\xed\x58\x66\x9e\x1b\x5b\x5b\x9d\x9e\x30\x62\x98\xbf\x99\x36\xba\x21\x5f\x05\xcc\x7a\x02\x8b\x53\x61\x76\x46\x72\x28\x1f\x66\x07\xc0\xcc\x4b\x5b\x5c\x26\x4c\xbf\x28\x83\xd2\x74\x70\x6e\x5d\x05\x2b\x14\x75\xf7\xc4\xfc\xbc\x35\x0e\xf5\x82\xe0\x61\x06\x78\x13\x55\xc1\x25\xfd\x3e\x51\x01\x3d\x31\x24\x98\x1d\xe2\xfd\x82\xed\x70\x91\xe5\x24\x97\xd3\xeb\x90\xe6\xa9\xbb\xbe\xde\x18\x95\xf1\xc4\x8e\xf1\xb5\xa8\x37\x52\x15\x68\x86\xbd\x73\xaa\x3a\x94\xfe\x14\x3c\xd8\xb1\xd3\xd6\xcb\x27\x29\xdb\xec\x4d\x12\x97\x82\x48\x02\x98\xe1\x1b\x02\x84\x61\xcd\x3e\x68\x9c\x39\xb2\x73\x4a\x7c\x8a\x4a\x50\xab\x7f\x81\x00\xae\xcc\x46\x0f\x93\x28\x20\x66\x94\x61\xe5\xef\xf8\x36\x46\x04\xbb\x31\x1a\xd8\xfa\x14\x09\x0c\xfa\xc0\xed\xe1\x67\x09\x20\x33\x9d\x3f\xde\x47\x64\xe0\xd3\xc9\x47\x64\xb3\x3e\x34\x1f\x4d\x99\x82\x18\x01\x9c\x79\xa0\xe7\xd3\xf6\xe7\x6f\x89\x1f\x65\x66\xf8\xec\x1e\x1e\xa1\xb1\x5b\x51\x89\xd4\x68\x0c\x7b\x94\x21\x87\x5f\x63\x80\x8f\xd3\xc3\x7f\xf3\x4e\xb0\xcf\x9e\xc3\x4f\x90\xc3\xbf\xc2\x54\xd6\x4b\x6e\xcc\x2a\xa7\x58\x65\x32\x7d\x3c\xc5\xb1\x2d\x46\x22\xe1\xa4\xc8\x17\xa7\x1a\xbd\x25\x12\xc9\x0b\xb0\xe9\x41\xd2\x48\x8c\xfc\x70\x4d\x23\xff\x65\x38\x1a\x12\x59\x7c\xfd\x1f\xd3\xc8\xbe\x49\x86\x06\x69\xc6\x70\xa6\xc6\x25\x46\x10\x49\x08\xf0\xcc\xad\x7f\x91\xcc\xba\xd3\x22\x9e\x51\x44\x7b\x5f\x45\x7e\x44\x16\xdb\x91\xbe\x83\xb7\x75\xc9\xff\xbe\x08\xea\xb1\x8a\x0c\x27\x6d\x0d\x74\xb9\x5f\xf2\x75\xf3\x97\x2b\xe1\x80\x14\x00\x62\x15\xa8\x25\x59\x2c\x37\xaf\x84\x04\x23\x1f\x70\x89\xaa\x4e\x10\xfc\xc0\xf2\xf1\x0c\x4f\xec\x16\xcc\xfa\x4e\x9a\x29\xb6\x57\x99\xcd\x30\x63\x26\xe4\x4f\xe2\x60\xb6\x4d\x6e\xe9\x47\xf8\xf6\x2f\xd9\xe0\xc4\x76\x80\x93\xc8\xab\x24\x65\x0c\x7a\xd6\x38\xf7\x40\xa5\xc5\x14\xef\x9c\xa7\x95\x58\xdb\x46\xd1\x53\xac\x7d\x89\x01\xee\x3e\x08\x1e\x62\x7a\x39\x00\x77\x22\x0d\x71\x63\x4e\x8c\x86\x55\x41\xd7\x50\x47\x59\x04\x08\x91\x36\x1f\x94\x9e\x9a\x51\xbc\x26\x4c\x4d\x55\x5e\x3f\x98\xdb\x3b\xca\xe1\x2e\x7a\xb6\x85\x5f\x51\x5c\x2d\x99\x32\xff\xe8\x2a\xcd\x97\x4b\x1d\x77\x1f\x17\xb5\xae\x73\x7c\x9e\x71\x33\xd5\x40\xb4\xe5\x8e\x90\x53\x2c\xb4\x4c\x6b\xab\x65\x8a\x62\xb0\x26\x7b\x01\x9f\x47\xab\x01\x1a\x35\x05\xcd\x1f\x11\x76\xf4\x87\xb9\xb4\xfd\xe8\x8a\x6c\x9a\xc6\xac\x33\x6a\xf8\xe0\x37\x49\xb7\x70\x6c\x86\xaf\x72\x16\x89\xba\xb7\x11\x74\x6f\x37\x89\x10\x97\x47\xbb\x6d\xdd\xea\xeb\xc3\xa4\x39\x0a\x72\x6d\xd6\x65\x05\xd5\x21\xd2\xde\x98\x63\xed\xcc\x93\x5d\xb1\xfb\x98\x35\x0d\x31\x53\x89\x67\x08\x5c\x14\x1f\xbb\xdf\x5c\x60\xc3\x52\x9b\x9d\xb5\xda\xfa\x9a\xc8\x62\x5c\x6f\xbe\x9b\x80\x3e\x4f\xd8\x2b\xe2\x04\xbd\x79\x31\xae\x37\x9f\x00\xbe\xe3\x46\xe4\xea\x81\xe7\x7c\xfb\x8c\x81\x51\x26\x1f\x25\x9d\xbd\x92\x4f\x1c\x57\x37\xa9\x3a\xf1\x77\x70\xb7\xef\xe3\xee\x44\xc4\xac\xde\xfb\xfe\xcf\x13\x2f\xc5\x81\x33\x80\x6a\x3a\xcf\x33\x53\xab\x37\xa3\x9c\x9c\x61\x79\xcd\x44\x9c\x48\xde\x66\xaf\xaa\xa2\xb1\x80\xb5\xae\x54\x33\xef\xab\xb3\xc5\x14\x79\xb7\xaf\x55\xf9\x66\x13\x77\x3e\x31\xf9\x3c\xb4\x93\x14\xfa\x6e\x09\x74\xab\x5c\x8d\xdc\xf1\x6c\x5b\x6d\x61\x38\xfd\x5b\x10\x91\xee\xf3\x1a\x3a\x6b\x1c\xdc\x55\x5d\xf0\x6a\x9c\xaa\xf0\xf7\xd5\x89\x13\x97\xa9\xfe\x33\xe6\x52\x1a\x54\xd6\xde\x3e\xcb\x1c\xe8\xaf\xf4\x67\x29\xe2\xe4\x37\x8a\x27\x17\x2b\xbe\xee\x8f\x76\xa9\x67\x93\xf9\x6b\xa0\x74\xdc\xae\x7c\xf5\x49\xbb\x8d\xe3\x11\x6a\xe2\xd4\x36\xcb\x63\xc7\x5d\x6d\x3a\x5e\x16\xac\x26\xf6\x1a\xf9\xcc\x9e\x51\xef\xb1\x7f\xb8\xde\x75\x2b\xea\x6c\xb1\x35\xbf\xb3\x36\x98\x88\xef\xcb\x47\xd7\xf0\xe4\xc0\x86\xfc\x7c\x2c\x85\x14\x3b\xe0\x4b\xf4\x97\x9a\xd7\xc6\xbd\x1b\xa2\xcd\x24\x05\xe2\xa6\x52\x43\xec\x05\xc3\x6a\xdf\x10\xd1\x4e\xa5\x42\x42\x22\x01\x5a\x0c\x7b\x18\xb2\x6c\x89\x27\x2a\x0d\x4f\xa1\x7f\x26\xee\x6c\xa7\x4c\x4e\xb4\x32\x92\x73\x34\xfc\x54\x69\x45\x6e\xbe\x34\xfc\xcc\x5c\x79\x6e\x66\x66\xf7\xd0\xf0\x15\xb6\xc7\x1a\x1d\x94\x79\x98\xb4\x57\x26\xd7\xab\x97\x39\x2c\x1f\x82\xfa\x15\xc0\xff\xcd\x6b\xec\x6c\x24\x6a\xf6\x39\x57\x2a\x7d\x2f\x4e\x23\x13\x8e\x30\xe4\x01\x37\x6a\xc4\x1f\x0e\xa1\xe7\x49\x11\x78\x53\x5b\xe7\x39\x2c\x64\xc3\x0e\x43\x3d\xfd\x1e\x9b\xce\x7d\xe1\xa5\xc5\x2d\x50\x6a\xe4\x69\x08\x88\x47\xd8\xb3\x42\x47\x02\xe0\x04\x70\x71\x9a\x8d\x06\xbb\x32\x8d\xbe\xc8\x07\x4a\x1d\x03\xdf\x8e\x2d\x13\x11\x55\x51\x4c\xdc\xed\x75\x03\x10\x2e\x36\x64\x12\x8e\x5a\x21\x72\x89\x5b\x4d\xba\xc4\x22\x5e\xca\xc0\x29\x71\x97\xa7\x02\x47\xbe\x90\xfe\x99\x2e\x6a\x03\x1f\xe1\x58\x44\xde\xa7\xc8\x25\x80\x64\x22\xc5\xf3\x67\x36\x7a\x53\x6b\xb9\x09\x1b\x37\xe0\x1c\xfa\x9e\x0d\x86\x15\x10\xb0\x7e\x63\x1d\xc6\x12\xe1\x60\x77\x93\x9c\x91\xa2\xd5\x17\x83\xe4\xaa\x81\x74\xc3\xdc\x32\xc9\xc4\x35\xaa\xf1\x84\x9b\x59\xcf\xb5\xcd\x79\xe1\xb9\x20\x53\x9b\x39\xc1\xa5\x23\xae\x7a\x29\xec\x97\xa3\x96\x2b\xa6\xcb\x94\x35\x47\x98\x33\xbf\x4e\x90\x3a\xcd\x11\x56\xae\x99\x74\xcc\xe0\x9c\x37\x96\x85\x0e\x26\x18\xd6\x6b\x5c\xad\xa0\xaa\x48\x98\xdc\x1d\x80\x31\x30\x06\xe4\x69\x86\x27\x84\xd4\x94\xe6\x11\xfa\xf4\x63\x91\x71\x1e\x22\x7d\x93\x23\x69\x66\xea\xf3\xc6\x84\x8f\x71\x3e\x74\x29\x26\x26\x38\x59\xa6\x71\xb8\x6b\xe2\x1e\x91\xee\x30\xb1\x07\x6d\x88\xd7\x24\xef\x57\xbc\x70\xdc\x9d\x27\xbd\xd5\xf3\x91\x48\xa2\x6c\xa7\x63\x04\x87\xf1\x08\x6e\xc2\x26\xbd\xee\x88\x43\x18\xcd\x5d\xe6\x74\xed\xbe\xb7\xd9\xd8\x72\xdc\x2d\xfb\x1a\x2a\xe7\xd6\xf3\x9a\xe3\xdd\x12\xdc\x99\x1c\xee\x6d\x57\xc2\xaa\xe1\xa5\x35\x42\x24\xbc\x5a\xbd\x88\x54\x28\x87\x4c\xcc\x1c\xda\x71\x79\x26\x8c\x8d\x56\x50\x3a\x4b\xee\x36\x30\x26\x54\xab\x70\xca\xa6\x03\x12\x73\x1b\xe1\x58\xae\xaa\xef\x00\x6a\x1c\x66\xdf\x37\x3f\x5b\xcf\x36\xc7\xd8\xa0\x83\x96\x97\x1e\xc8\x35\xc6\x7d\xbf\x27\xe6\x4d\xba\xdc\x99\xdc\x86\xf8\xd1\xb8\xdc\xa1\xb9\x8a\x31\x6a\xb1\x31\x8c\xcb\x1d\xbb\x1c\x18\xeb\x5e\x1c\x44\x7d\x91\x6d\x26\xe1\x4a\x97\x87\xd1\x4f\xcc\x7a\x06\x26\xdc\x06\x41\x29\x32\x2c\xb5\xa0\xe6\xb8\x60\x6c\xc4\x66\xfe\xbb\x89\xd4\x64\xbd\xd8\x14\x69\xaf\x37\x0b\x41\xdd\x6b\x3f\xf4\xbf\xb9\xbd\x1d\x64\x28\x85\xf1\x0a\xed\x8b\xe9\xf5\x83\x80\x93\xd3\xd4\x50\xe8\x91\xc5\x0a\xf3\x74\x46\x64\xcf\x29\xe0\x54\xea\x79\xd9\x50\x47\xe4\xe0\x7e\x78\xef\x7d\x47\x97\xff\xbb\xa7\xe9\xdf\x81\xbd\x45\x8b\x19\xe4\x22\xcd\x88\xfb\x7f\x9b\x91\x79\x85\x08\x78\x78\xed\x3a\x23\xd8\xbd\x0d\x1a\x5d\xb7\x58\xc9\x0e\xdd\x74\xce\xa4\x6c\x19\x47\x6f\x76\x83\x60\x05\x0e\x7a\x8a\xac\xbc\x39\x54\x13\x9a\xef\x39\xd4\x64\x1d\xce\xfb\x49\x43\xec\x63\xde\x80\x70\xee\xe6\xd8\x72\x83\x9a\x53\x2e\x51\xc4\x16\x95\xe5\x0b\x9f\xb8\xbe\x89\x2e\x68\xaf\x78\xa5\x83\x3d\x56\xcc\xf7\xdc\x04\x68\x36\xae\xbb\x5e\xbc\x7a\x68\x59\xf8\xc0\x99\x6c\x95\xc3\xbd\x02\x4f\x31\xda\xff\xed\x54\xa2\xf8\x54\x90\xaf\x0f\x5f\x2a\xf2\x5e\xf2\xe8\xa6\x2c\xf6\xf1\x5e\x71\x8e\xce\x67\x73\x67\x9b\xef\xfe\xf8\xd0\x33\x31\x04\x54\x65\xc0\xdc\x07\x66\x55\xcb\x5c\x31\x8d\x4b\x51\x2d\x9c\x28\x85\x48\xa9\xcc\xc7\xb4\xe7\x2d\x6c\x9b\x71\x51\xf3\x32\x29\x48\xa6\x75\xc5\x51\x38\xce\x9b\x0e\x42\x7c\x4d\x03\x19\x9a\xc7\x69\x09\x3b\x22\x75\x69\xed\xe2\x8f\x38\xcd\x40\xe8\x25\x0d\x47\x0c\xbd\x37\xf8\xbf\xc7\xff\x38\x49\xf6\x11\xd6\xe0\xc1\xf6\x68\xb2\xf6\xb4\x83\xe0\xdb\xb6\x2f\x17\xda\xf3\xee\x62\x17\x06\x3d\x24\x91\xab\x16\xda\xfc\xe4\xb7\xee\x40\xc0\xd7\x86\x83\x1b\xce\xa1\xf1\xe7\x5a\x8f\x98\x32\x92\x7c\x4c\x14\xf9\x52\x49\xc8\x28\xfb\x68\xcf\x26\x27\x0e\x19\x79\xa3\xa2\x76\xc2\x30\x34\x25\x13\x2c\x70\x62\xfc\x4d\xe7\x9f\x96\x2d\x90\x2c\x4a\x4a\x81\x02\xdd\x6a\x40\x6e\xcf\x54\x64\xe7\x87\x44\x6d\x41\x6f\x77\x74\xe0\xb7\xf9\xbc\xe6\x69\x15\x11\xda\x69\xa5\x0d\x4c\xbd\x88\xcc\x37\xee\x1e\xaf\x02\x38\xf3\xa7\x60\xa8\x68\xf9\x96\x67\x62\x58\x10\xf2\xd5\xdd\x71\xf9\xe4\x23\x93\xf1\x9f\x62\x14\x6a\x88\x95\xc3\xef\x2c\xaa\xd2\xbf\x83\x4e\x78\x55\x1c\x50\x56\xf0\x02\xc9\xc4\x8c\xe7\x53\x1e\xb3\x02\x55\x3b\xb2\x5c\x9a\xe6\x05\xfe\x0f\x73\x11\xf2\xd6\xf2\xf5\x83\x97\x99\xa7\x1c\x31\xce\x1b\xbf\x2d\xf6\xd8\x69\xaf\x97\x21\x2a\xdf\x21\x9f\xae\x69\xb7\x49\x27\xa7\x37\x8e\xdf\x40\x2c\xa6\xe5\x62\x12\x3e\x8a\x54\xb5\xf1\x2c\x6f\x2e\xd2\xa0\x74\x2d\x4a\xf6\x91\x26\x1f\x69\x8f\x73\x49\xa1\x0b\x7d\xaf\x5e\x91\x20\x2e\xf2\xea\x11\xc0\x03\x96\xed\x19\x67\x1e\x24\xa6\x22\x1d\xc1\x83\x7b\xbc\xba\x83\x9f\xe8\xd1\xf3\x1b\x72\xc9\x2d\x8d\xee\x0e\xef\x35\x78\xd0\xe0\x5a\xd0\x67\x00\xb6\x92\xfb\xc0\xa1\x28\xb2\x09\xd6\xcf\x04\xd9\xdd\xcd\x1c\x59\xdd\x4d\xd9\xef\x25\x2e\xed\x4d\xce\x8b\xff\x31\xb2\x03\x7b\x76\xba\x4c\x74\x28\x9f\x12\x74\x4d\x7a\xba\x71\xc5\xb9\x8b\x47\x43\x86\xdd\xaa\x24\x18\x53\x93\xb3\x5f\xb8\xf3\x21\x10\xf0\xcc\xe6\x13\x64\x75\xce\x79\xdc\x9f\xe7\xa7\xd4\xcb\x34\x44\xfc\xff\x29\x27\x10\xd7\x9e\x6c\x22\x7f\xdf\x8e\x39\x97\x3a\x91\x4d\x91\xa7\x9c\x50\x2b\x14\x93\xec\xbe\xbf\x1d\xca\x6d\x01\x8c\xa6\x43\xb2\x5d\x2e\x61\xf1\x88\x33\x36\xeb\x9c\x42\x30\xcd\xa5\xad\x81\xb0\xad\x41\x82\xe6\x94\xba\x36\x9a\x3f\xbc\x11\xe6\x46\xb4\x1d\xb6\x1d\xbf\xbb\xcd\xb5\x2c\x03\xc1\x84\x26\xaa\xa1\x38\x73\x71\x24\x18\xf3\xb6\x98\xb3\x98\xb9\xab\xcd\xd7\x3b\x61\x11\x88\x05\x4a\x20\xdf\x71\xdd\xca\x78\xd8\x72\xf4\x62\x32\x14\x9c\x97\x8d\x06\x26\x87\x9f\x07\x67\xec\x39\xb6\xdd\xe7\xd3\x4c\x78\x77\x4d\x1a\xee\x38\xb2\x87\xd7\x09\xe1\x7a\xbc\x0a\xd6\xe9\x45\x93\x57\x1a\x77\x4e\x58\x11\x1d\x00\xcb\x3d\xb6\x84\xd7\xdf\xc0\xfa\x39\x91\xd1\x80\x7f\x34\x89\xee\x1f\x62\xd7\xc1\x9f\x6c\xdb\x63\x17\x77\x18\x72\x6d\x50\xfe\x95\x63\x58\xa5\x8c\x16\xbf\x0a\x69\xa5\xba\x97\xb9\x0e\x0d\x8a\x98\x9d\x60\x8e\x47\xd8\xc1\xf6\xb9\xf4\x45\x99\xe9\xbb\x39\x5e\x4c\x2d\xb0\x16\x56\x8d\xbb\x1d\xdf\xf5\x94\xad\xa0\x7b\x45\x97\xd2\x22\xbb\xee\x1e\xfd\xed\x7a\x0d\x82\xef\xd3\x57\x3b\x60\x5b\x33\xb9\x66\x71\xd8\x41\x4e\x4a\x10\x21\x93\x0f\xb6\x92\x8b\x1b\x70\x07\xb3\xa3\xe5\x29\x53\xe0\x0a\xac\x07\x72\x73\x7b\xff\xca\xae\x1a\x30\x42\x98\xd0\x3b\xcb\xca\x82\x15\xd0\xd0\xcf\x32\xc9\xee\x21\x72\xdf\x0c\x5b\xc1\x54\xd1\x24\x5e\x5d\x83\x38\x6d\x86\xb2\x00\x86\x21\x9c\x43\xbe\x48\x47\x19\x2f\x5e\x2b\x5f\x6d\x8a\xe8\x2a\xd2\xa5\x42\xcb\xca\x6e\x24\xb3\xe4\xd4\xfa\x34\x62\xc6\x44\x83\xee\x86\x22\xca\xde\xa8\x95\xcd\x86\x57\xe0\x42\x5d\x72\xf3\xb8\xa3\xe8\x74\x6e\x46\x86\xc5\x7a\xa1\x19\xcb\x36\x67\x32\x0b\xc5\x10\xc3\x54\xdc\xb0\x38\x0f\x8f\x1b\x24\xb5\xcb\x70\x1e\x4a\xa4\x1b\xc2\x37\x24\x42\x44\x2a\x42\xff\x1b\x72\xcd\x2d\x86\xfe\xf4\x4e\x19\x9b\x60\x21\x69\x96\x3e\x8a\x1f\x84\xf5\x57\x79\xa6\x14\x7e\x7f\x41\x26\x1a\x31\xb9\xa4\x58\xfd\x5a\x91\xf6\x02\x8c\xa2\x1f\x61\xbd\x3a\x3c\x05\x62\x2b\x86\x77\x30\x6c\xc0\xe5\x8a\x08\xb7\x9c\x3b\x7f\x4b\xc7\x1e\xd3\x1c\xd7\x2f\x57\x22\x8f\xc9\xcf\xa4\x07\x3e\xd6\x45\xe6\xad\x6d\x1b\x66\x16\x93\xbc\x82\x75\x33\xac\xd5\x5a\xa0\x75\x3e\xe4\x12\x01\xac\x93\x30\x98\xbb\x44\xb5\xb4\xd1\xa4\xe5\x54\x4c\x58\xff\xd6\xc2\x98\xe3\x4f\x4e\x78\xa6\xeb\x3d\x79\x41\xab\xc1\xa3\xad\x35\x53\xb4\x62\xc5\xc9\x66\x39\x41\xb4\xcb\xc8\x4d\xb2\x40\xd2\x11\xcd\x40\x7c\x76\x11\xaa\xf1\xf6\xc1\x2a\xec\xd1\xcf\x2b\x70\xa6\x91\xf5\x43\x82\xf3\x07\x5c\x34\x8c\x6d\x6a\xe9\x71\xca\x00\x35\xdc\x47\x86\xcc\xa2\x47\x2b\x86\xf3\x02\x39\xaa\xf2\x25\x56\xd4\x16\xb0\x84\xbd\x44\x9b\x8a\x72\x91\x98\x65\x25\x04\xc4\xd2\xab\x43\xc4\xb3\x2c\xca\x68\x6c\xde\x66\x26\x05\x0f\xe1\xeb\x28\xd5\x34\x81\xb8\xe2\x34\xaa\x2c\x79\xd7\x85\xbd\x64\x56\x69\x79\x3c\xd3\x66\x24\x9f\xc9\x03\xa1\x4d\x4e\x2f\x67\x57\xe2\xa3\x64\x78\x06\x14\x42\xd4\x22\x20\xfc\xb1\x0d\x2b\x60\xe9\xbf\xaf\xd6\x35\x39\x95\x8e\x19\xfd\x02\xb5\xbb\x95\x05\x94\xfe\xaf\xa0\x71\x30\x09\xea\x09\x92\x2e\x14\x08\x39\xf0\x88\x85\x21\x64\xf6\xa1\x2b\xad\x75\x41\x24\xa5\x54\x83\x04\x4a\x43\xd2\x0c\xf2\x69\x9e\x5e\xaf\x09\x0c\x0d\x75\x94\x59\x33\x95\xf8\xbb\x1e\xb2\xea\x76\x33\x94\x0c\xf0\x85\x11\xea\x8c\x14\x8c\x8c\x45\x5b\xd4\xd5\xcd\x1d\xa2\xab\x39\x7f\x8c\x17\x0b\xc9\x67\x48\x34\xd0\xe7\x76\x86\xdd\x96\xe8\x42\x6c\xf1\x4b\x0c\x2d\x0c\x01\x70\x68\x11\x88\x93\xa5\x16\xbf\x38\x7b\x3c\x2e\xbb\x9a\xb8\x32\xa3\xe4\x0a\x32\x40\x78\xcc\x23\x87\x79\xc8\xe4\x32\x99\x61\xdb\x99\x6a\x8c\x9c\x80\x90\x97\x61\x8e\x6b\x98\x9c\xc9\x06\x72\xe2\x1d\xdb\x35\xbc\xe4\x2b\xf0\x64\xe5\x00\x83\x3b\x3f\x71\xcb\x70\xd4\x32\x89\xba\xc0\xd2\x42\x20\x69\xaf\x72\x26\x63\x57\x57\x2c\xc0\xbc\xaf\xfe\xff\x71\xf7\x67\x5d\x6d\x33\x4b\xbc\x38\xfc\x81\xcc\x5a\x9e\xa7\x4b\x49\xb6\x15\xc7\x0f\x21\x04\x08\x21\x77\x49\x00\xd9\x92\x3c\xcf\xfe\xf4\xef\x52\xd5\xaf\xba\xab\x65\x19\xc8\xb3\xf7\x3e\xe7\xbc\xff\x9b\x04\x6b\x68\xf5\x58\x73\xfd\xca\x97\xed\x34\x4f\x70\x54\x0f\xec\x4e\x4e\x29\x03\xfc\xda\x71\xa4\xb8\xd5\x19\x30\x9e\x39\x09\x4e\x3f\x9a\x1d\x3f\xff\x7e\x98\x29\xcc\xe7\x52\x72\x70\xfa\x0a\x49\x02\xc9\x5a\xe3\xb3\xc9\xed\x17\x27\x09\xed\xc1\xed\xed\xa6\x76\x24\xf2\x33\x6c\x38\x13\x8e\xea\xfa\xb1\x65\x91\x9a\x91\x0e\x6d\x34\x5e\x7c\x2c\x93\xdc\xed\x48\x76\x2f\x74\x8c\xc3\x27\x45\xfe\x50\x14\xf0\xce\x92\xcd\x2f\x50\x0b\x9d\xe5\xe5\x8e\x8d\x1e\x35\xc5\x65\xd9\x8a\x03\xe7\x00\x3c\x78\xa5\xac\x54\x22\xb7\x11\x25\x70\x53\xf6\x44\xe6\x2c\xa3\x87\x82\x96\xd9\x05\xf4\x5d\x09\x8e\xbe\x54\x32\x2c\x31\x5e\xd9\xf3\x35\xd0\xd0\xd9\x14\xd1\xf8\x53\x1d\x02\x5b\x6f\xf9\x0a\x98\xb5\x0c\xe5\x8b\x26\x21\xd8\xde\x5c\xdd\x78\xbd\xd5\xcd\xaa\xec\xf6\x84\x71\xdb\x59\x4d\x99\x49\x2e\xde\x89\xfd\x47\x33\xc4\x27\xd5\x60\x98\x69\xa2\x9a\xde\x5c\x45\x4b\x3d\x66\xdf\xe3\xf0\xd6\xd0\xe9\xb2\xec\xce\x2e\x7c\x53\x63\xbe\x2c\x82\x13\xf5\x11\x21\x7f\x41\xe1\x2a\x32\x55\x63\x89\xaf\xbb\x93\x24\x28\xa3\x04\xf3\x90\x0b\xf7\xf5\x1d\xde\xaa\x03\x05\xab\xc6\x41\xe3\x08\xb9\x4b\x34\x66\xb9\x80\xa2\x1d\x5a\xce\xaa\x66\xda\x07\x2a\xcc\x62\x8b\x23\x3f\xbe\x13\x33\x29\x3b\xa4\x7d\x7d\x39\x7b\x9e\xe9\x9f\x68\xcb\xd3\xc4\x40\x4c\xe2\x51\x6b\xfb\x00\xf2\x52\xf3\x15\x87\x63\x9e\x70\xa3\xf5\x54\x07\x5a\xd2\x3f\xe1\x95\xeb\x17\xe8\xdb\xdd\xb6\x4d\x81\x3b\x91\x4a\x72\x83\xb9\xc5\x01\x50\x1b\x25\x21\x65\xef\xfe\x83\x16\x87\x54\x61\xef\x5a\x44\x3b\x0c\x61\x26\xec\x61\xa8\x22\xc3\x9c\x15\x66\xca\x36\x0e\xcf\x09\xe3\x2d\xdf\xa7\x05\xc3\x4e\x45\x5c\xe9\x3b\xbb\x81\x6d\x75\x65\xc7\x5f\x35\x56\xfb\x40\x55\xea\x40\x4e\x07\xfc\xd3\x17\xd7\x2b\xc6\x83\x12\xc8\x8b\x42\x55\xac\xa9\x61\xa6\x16\xac\x8a\x19\xa3\xee\xf5\xfc\x25\xfb\x9b\x0d\xad\x3b\x03\x69\x92\x7d\x77\x02\x43\xc7\x96\x85\xd0\x45\x63\xe0\x58\xaf\x56\xd8\x97\x75\x4c\x71\x84\xc7\xd7\xfc\xf8\xae\x45\xa6\xa1\x91\xc1\x9d\xc8\x3e\x20\xa0\xf7\x1c\x55\x3f\x0f\xac\x5b\xe9\x1f\xc8\x12\x52\x8d\x87\x47\xb4\x62\x23\xc8\x28\x1b\x63\xf6\x68\x1b\xbc\x45\x1c\x3d\xb3\x8a\x72\x4c\x4e\x8e\x62\xcc\xe2\xa1\x72\x3f\x96\x00\xbe\xaa\xc2\x25\xc7\x57\x5b\x65\x9d\xcd\x26\x7e\xae\xf2\xe0\x02\x19\xcc\xae\xa2\x72\x75\x29\x12\x32\x06\x7b\x02\x10\xa1\x57\xac\x44\x53\xa9\xc1\x6c\x5f\x31\xac\x01\xef\xe1\xc3\x39\xaf\x90\x5a\xda\x37\x1d\x1e\xca\x4f\x2a\x20\x30\xf1\x67\x17\x78\x36\x79\x24\xd1\xbf\xd3\xb8\x40\xc0\x9b\xb0\x80\x37\xfd\x27\x1b\x6d\x57\xd0\x6f\x32\x55\x52\xeb\x36\xda\x09\x2d\xa2\x89\x58\xf8\x44\xfa\x40\x21\x89\xf9\x80\xf4\xf3\x74\xe0\x86\x9a\x18\x89\x91\x90\xce\xff\x6e\x39\xab\xdc\x9b\x9b\x5a\x34\x80\xcd\xe6\xbd\x45\xe4\x7d\x79\xde\x63\xa2\xeb\xe3\x6f\x8c\xeb\x82\xe9\xa8\xbe\xc5\x91\x13\xf2\x5e\x95\xbf\x38\xdb\x51\x9c\x23\xe2\x10\x89\x5f\x69\x49\x90\xbc\x35\xe6\xf2\x5c\xc2\xac\x8f\x65\x56\x78\xda\x38\x65\x15\x5b\x21\x85\x33\x84\xc6\x3e\xec\x39\xcb\xb2\xb1\xa7\xfc\xc9\x6e\x8a\xb5\x94\xf1\x92\x05\x37\x86\x32\x48\x03\x79\x50\x17\xfd\x80\x32\x8c\x07\xc5\xd1\xbd\x0b\xc4\x4c\x12\x9a\x28\x0e\x97\x05\xd4\x18\x49\x66\xee\xd7\x73\x50\x32\x85\x4d\x84\x39\x49\xbd\xb0\x68\xc5\x56\xf3\x58\xbc\x5e\xd5\x9c\x4b\x7f\x22\xb4\x25\x66\xc8\x73\x87\x75\x69\x8f\xa5\x74\xc0\x8d\xe7\x3d\xab\xec\x52\xa7\xae\xeb\xd8\x87\xd5\xb1\xe1\xb7\x5f\xcc\x2a\x9b\xc6\x3a\x63\xa5\x34\xd7\x59\x62\x28\xf3\x73\xec\x5b\x86\x6e\x59\xfe\xb0\x58\x96\x49\xd5\x23\x53\xc4\x73\xf6\xe2\x44\x19\x6c\x04\xe9\x0e\x76\x32\x31\x3a\x11\x59\x10\x7a\x4c\x72\x88\x2d\x5a\x7f\x27\xb9\xc1\x23\x40\xcd\x06\x31\xf7\x6d\x32\x61\x32\x30\x9e\x7c\xb4\x6f\x47\xf4\x6d\x11\x85\x57\x06\x0b\xd4\xd3\xad\x5b\x39\x82\x01\x93\xa8\xdb\x2a\x54\x46\xcc\x9c\x96\x7d\x2e\x72\x36\xff\x94\x66\x8f\x03\xc6\x7e\x8a\x7a\x02\x9c\x36\x0e\x68\x01\xb6\xd1\x98\x7b\xdf\x28\x8b\xdb\x41\xec\x03\x20\x08\x8c\xea\x32\xf5\xb3\xbd\xf7\x53\x8e\x62\xa8\x47\xd8\x71\x30\x63\x1e\xc5\xbe\xf9\xef\xe6\xfc\xbc\x41\xd4\xcd\xc4\x2c\xc7\x93\x9c\xa1\x90\xd2\xaf\xc6\xaa\xf0\x32\xdd\xd6\x1b\xe5\xac\x8d\xb4\xa8\x8d\x68\x92\x6f\x63\x9c\x7f\x8c\x91\xdc\x50\xe5\xe9\xcd\x36\x8c\x94\x53\xd8\xc6\x1c\x8f\x2d\xf2\x37\xaf\x3d\x93\x13\x47\xd4\xf9\xce\x7a\x1d\xf3\x81\x64\xa1\xb8\x1d\x0d\x8a\xc0\xad\xad\x3e\x67\x8a\x43\xbe\xd5\x4a\x6b\xe6\xeb\xea\xc6\x4e\x63\x72\x2f\x5b\xf4\x0d\xf9\xeb\x0f\x6c\x69\xdd\x0b\x2c\xe2\xf9\x66\x0f\x3d\x8f\x41\x05\xaa\x81\x13\xc7\xac\x3a\x63\x89\x0d\x57\x2c\xe7\x32\x42\x28\xf0\x46\x61\x27\x93\x41\x6e\x02\x39\x92\x6f\x5c\x55\x4c\x64\xb1\x71\xa7\x41\x12\xf3\x85\x27\x9b\x20\x30\x04\x41\xe5\x67\x59\xf9\xf8\x22\x9c\xc4\xd9\xfb\x27\xb1\xa7\xa9\xe9\xa4\x6c\x61\x53\x79\xe9\x57\x63\x05\x77\x05\xd8\x5f\x1c\xa9\x7a\xd9\xc9\x56\x1b\x5a\x3a\x3a\xcc\x54\x8e\x5c\x8b\xd9\x94\x2c\xc6\x8e\xd7\xf2\x21\xd2\x60\x29\x7b\xcc\xd1\xe1\xff\xed\x71\x4d\x9c\x4d\x07\x56\xf6\x81\x51\x06\x27\x86\x6d\x3d\x62\x98\xa7\x37\x86\xb9\x47\xf5\x44\x15\x3b\x52\x95\x0a\xd6\xa1\xd4\x13\xe3\x9d\xdd\x7a\xe6\xbf\x09\x93\xb0\xfe\x81\x17\x94\x60\x25\x31\xee\xa7\x5f\x6c\x38\xfa\xa5\x7f\xd9\x99\xac\x26\x36\x46\x6a\x08\x00\xb1\xef\x54\x9a\xd1\x9f\x96\x9d\x16\xb2\x2d\x79\xed\x05\x4d\xc6\xbf\x9b\xe3\xe6\xae\x50\x8e\x74\x0c\x3a\x1f\x03\xe5\x46\x75\x2e\xd4\xc5\x47\x3e\x62\xab\xc4\x66\xe0\x85\x0a\x50\x31\xc1\x08\x81\x45\x9f\x73\x2c\xbf\x30\x99\x8a\x41\x75\xd2\x20\xdb\x1c\xd3\x80\x15\x1f\x70\xb1\xce\x21\x4b\xd3\x78\x1a\xac\x26\xea\xfa\x1b\x4e\x45\xbf\xf6\xae\xcc\x82\xef\x18\x03\xa2\xe0\x53\xf5\x6d\x65\x9b\x5f\xe3\x31\x8a\x3f\x8a\x5b\x98\xf4\x7a\x53\xd7\x9c\x76\x09\x78\xa1\x0a\xfb\x0e\x39\x44\xc0\x0d\x22\x11\xaf\xb3\xc0\xd6\xf3\xb8\x1a\x67\x91\x50\xa5\x06\xdd\x9f\x90\x58\x7c\xf0\xa5\x48\x42\x6a\xb4\x51\x46\x2f\xec\xa8\x18\x7c\x11\xf8\xc5\xcb\x52\x89\x24\xd7\x43\x6c\x92\x9f\xd4\x08\xc7\xa4\xbe\xf1\xba\x8f\x03\xb0\xc1\x2d\xdc\x0d\x1b\xc7\x32\xb4\x87\xa1\x1e\x86\xfb\x51\x0d\x56\xed\xba\x6b\x4f\xb8\x11\xdc\xc7\x15\x51\xd9\x5f\x82\x50\x5e\x04\x95\x1e\x74\x19\x97\x73\x12\x29\xdd\xbc\x42\x50\xd0\x4f\x3b\x0e\x6e\xde\x7f\x66\x9d\x97\xad\x25\x09\xa5\xc6\x3d\xa6\xfc\xab\xc6\x26\x1a\x60\x8d\x4c\x7b\x60\x64\x33\x58\x56\x0c\x16\x17\xff\x5e\xf2\x0a\xaf\xf8\xd7\x9a\x5b\xda\xf0\xaf\x2d\x1b\x69\x76\xfc\xeb\xc8\x3e\x76\xd4\x8d\xdd\xf7\xd8\x4a\x81\x7b\x3d\x18\x27\x50\xfa\xb3\xc2\x77\xab\xe8\x91\xdc\xad\xf3\xef\x86\xf4\xa9\xc9\xbf\x5b\x3d\x82\xca\xe5\xba\x67\xc3\xaa\x2a\x33\xdb\x2a\x1a\x35\x75\xa3\xee\x92\x23\x49\x17\x85\x7e\x36\x82\x70\x6b\xe8\x9b\x21\xbe\x86\x4d\x8b\xf8\x68\xa8\x7a\xd8\x98\xc0\xff\xc3\x5f\x4b\xb8\xd8\x39\x6b\x4f\x4f\x1a\xcd\xbf\xfd\xbf\x61\xba\xa5\x71\x9e\xe9\x8e\xf2\x4c\x37\xd8\xbd\x16\x70\x5d\x12\x69\xa3\x50\x97\x5b\xe8\xbe\x29\x9e\x99\x0f\x68\xf1\x8c\x12\x5d\x26\xa1\x2d\xfc\x59\x7e\x83\xe2\x77\x38\x5b\x61\x49\x3b\x64\xdc\x8b\xdf\xe4\x6f\xd1\xbf\x64\x41\x5e\x18\xc5\x50\xe3\x08\x44\x34\x7e\x9f\x2e\xf3\xf2\x6f\x49\x81\x49\x47\x4e\xb7\x1c\x43\xe6\x4c\x13\x46\x3e\xc9\xcb\x9c\x6f\xa9\x66\x14\x75\xfa\x3d\x1d\xa0\x53\xf1\xc0\x4d\x2c\xab\xfd\x95\xaa\x2e\xd4\xa3\x12\x0d\x8c\xba\x1e\x42\x5d\x0f\xff\x4a\x5d\x97\xef\x2f\x95\xba\x4e\x64\x23\x06\x83\xe1\x29\x64\x67\xc5\xb5\x1c\xe1\xec\x49\x2e\x1f\xf3\x0b\x87\x92\x91\x7d\xe2\x02\x63\xc7\x11\xfb\x45\x2c\x21\xae\x1e\x0c\x62\x6e\xa9\x66\x26\x34\x34\x7f\x5e\xdd\x78\xbd\xd2\xcf\x4c\x19\xb3\x55\x9e\xc9\x24\x39\x81\x6e\xa1\x59\x70\xd0\x7d\xb9\xc4\xc5\xeb\x09\x0c\xd8\x3c\xeb\x5f\x88\xe2\xfb\x12\x5a\x85\xc7\xab\x09\x6d\x43\x4e\xd0\x88\x78\x13\x3f\x42\x0e\x9d\x8c\x43\xde\x60\xa6\x0b\x0b\x6c\xa0\x4c\xf1\x32\x2e\xa4\x13\x74\x9e\x48\xa1\x80\x71\x7a\xd7\x17\xa8\xd6\x2b\xbf\x2d\xd1\x59\x90\x85\x56\x8e\x18\xfc\xc5\xec\xf7\xc8\x57\x86\x63\x39\x53\xcb\x38\xd4\x33\xbd\xfa\xf0\x2e\x4e\x68\x1d\xdb\x7d\xf1\x5b\xc9\x42\x6b\x83\x3a\x7b\x9e\xd7\xa4\x15\x3e\x2d\x30\x94\xb5\xd8\x3e\x09\x47\x61\x13\xc0\xd4\x2e\xc9\xa5\x5c\xdc\xe5\xd0\x25\x3a\xfb\x00\xcb\x58\x98\xe2\xe5\x3c\x00\x3f\x02\xe5\xa6\x63\xd1\x88\x78\x3e\x89\x30\x29\x63\x39\x47\xff\x94\x20\x79\xf5\x4d\x68\xc8\xa9\x97\x52\x8c\xe9\x53\x74\x56\xb7\xb4\xd1\x00\x28\x33\x47\x28\xb6\x37\x08\x8b\xe2\x4d\x30\xdf\xf1\x51\x5a\xec\xb2\x09\x3a\xf6\x7a\x7b\x9e\x38\xda\x52\x13\x3a\x72\x9b\xe0\x10\x8b\xe1\xcd\x7c\xb6\xad\x40\x4c\x92\x23\x07\xce\x6d\x96\xa8\x73\x7a\xed\x79\x4f\xad\x6e\x2e\x9a\x87\xb8\x9a\xb5\xb2\xf3\x8e\x0f\x45\x32\x0d\xaa\xb4\xa5\x5b\x3f\x89\x46\x67\x4f\x7d\x15\xcb\x53\x5a\x22\xed\xec\x21\x29\xb1\x5a\x00\x4d\x9b\x83\x42\x54\xa0\x23\x0b\xb2\x3b\xc7\x1d\x95\xef\xd9\x93\x17\xb0\xa5\x99\x2c\x68\x7f\xca\x64\x60\x67\xdb\xc7\x17\x9c\xc3\xba\x2f\x7b\x95\x5e\x5d\x56\x72\x4d\x90\x65\xb3\xcc\xcc\x6b\x1b\x87\x9a\xa7\x9e\x14\x4f\x6d\x14\xf1\x54\xfe\x31\x2a\xe0\x7f\x7c\x3c\x1f\xb1\xf8\x1c\x52\x77\x07\x56\xf3\x03\xbc\x31\x5b\x27\xc1\x26\x21\x33\x15\xef\xe9\x06\x76\x1e\xcf\x04\x87\x55\x5a\x3b\xbf\x94\xbf\xc8\xb6\x71\x27\xf8\x2b\xc2\x24\x71\x46\x6c\x41\x8f\x5d\x67\x7b\x11\x5d\xf2\x18\x7a\xbb\x3a\x48\xce\xe8\x52\x5a\x44\x97\x2e\x2b\x17\xff\x43\xb2\x24\x3e\x4f\x1e\x55\xee\xb0\x54\xd8\x18\x17\x53\xd1\x9e\xa0\xfb\x82\x34\xb9\x65\x2c\x6e\xa1\x36\xcf\x72\xc7\x77\x8e\x29\xf9\xc1\x7b\xba\x59\x3a\xcc\x8e\xc0\x75\x50\x9b\xa3\xf6\xbf\xdf\x1c\x30\xc4\x2d\xdf\xdc\x1c\xfc\xc2\xb7\x7f\xb3\x39\x1a\xd8\x1c\xdf\xfe\x3f\xb5\x39\x1a\xd8\x1c\xdf\xde\xdf\x1c\xab\xd7\xbf\xd8\x1c\xd5\x40\x37\x7b\xbe\x39\x90\xb4\xc2\x08\x79\x61\x6b\xed\x43\x6a\x39\x8c\xae\xdc\x70\xf0\x23\x0b\xab\xf5\x73\xf6\xd6\xcf\xd7\x54\x31\x19\x82\xb4\x3b\x39\x9b\x7c\x8d\x34\x50\x89\x6b\xa0\x01\xb9\x2f\x4b\x1e\xf5\x2a\x07\x89\x3a\xe1\x8c\xed\xee\xc1\xd7\x4f\xb3\x71\x3c\xe6\xbd\xd0\xbc\xd8\xab\xbe\x05\x0c\xbc\x53\xf2\x61\xb2\xb0\x16\xe7\xe1\x62\xe5\x46\x01\xa0\xa8\x01\x4b\x09\x55\x7f\x7a\x40\x1c\x09\x34\x7c\x94\x13\x40\xb8\x61\xab\xfc\x91\x38\x72\x49\x81\xdf\x91\xe6\xc9\x33\xc3\xf5\x08\x86\x09\x97\x56\xa9\xf4\x25\xd8\x45\x20\x44\x20\x92\xf8\x85\xf3\xde\x53\x23\x7b\x80\x8b\x2d\x9b\xf7\x5b\xcf\x1b\x87\x92\xce\x79\x34\x2e\x11\xc0\x72\xe4\xea\xa2\x27\x48\xb9\xe4\xb3\x30\x76\xb5\xf3\x1d\x82\xc4\x6a\x48\x55\x5a\xc5\x3d\xa7\x07\x94\xf4\x19\x1c\x1e\x1d\x73\x6d\xfb\xbd\x85\xe8\x9b\x68\xfa\x33\x7c\x8e\xbc\x8f\x1a\x85\xa2\x4d\x1e\xa4\xb2\xda\x1e\x38\xe0\x64\xd8\x00\x81\xc8\xd6\xff\x0e\x1b\x1c\xfa\x49\xd2\x50\x15\x97\x62\x04\xc0\x35\xf8\xfc\x51\x64\xc0\x5d\x53\x24\xa2\x1a\x45\x0b\xae\x7b\x8b\x86\x45\xd7\x08\x0b\x00\xbc\xe9\x1f\x01\x13\xd7\xda\xc6\x74\x0c\xe0\x32\xc0\x30\x54\xf8\x7c\xe6\x8b\x64\xd4\x51\xe0\xd4\x80\x40\x50\xf3\x77\x6e\x5a\x6d\x4c\xee\xea\x5d\x68\x21\x77\x03\x4b\x12\x0c\xf2\x36\xc0\x28\x04\x91\xa7\x83\x79\x18\x27\xee\xf4\xcb\xb6\x9b\xb9\xe0\x54\x54\xd4\xcb\x9b\xd3\x36\xfb\xae\x8d\x3e\x7c\xd4\x58\xa3\xd9\x1d\xcd\xc3\xf4\x13\xa5\xe6\x50\xf1\x94\x73\xb1\x2a\x7e\x19\x48\xd6\x04\x58\xa8\x95\xe0\x6c\xaa\xef\x3c\x6f\xea\xcb\x34\x97\x36\xec\x85\x96\xca\x62\x28\x1b\x27\xf2\x68\x8d\xd1\xd9\x72\x85\x46\x9e\x2a\xed\xa0\x70\xf7\x4d\x80\x8e\x11\xe7\x70\x77\x58\x70\xc3\x56\x16\x58\x9a\x26\x3c\x77\x33\xc0\x70\x08\xa4\xfa\xbf\x5d\xa0\xd0\x0b\x52\xae\x19\x19\x25\xc5\x13\xff\xd1\x7d\x4f\xbc\x76\x0f\x68\x35\x24\xb2\x24\xc8\x1e\x9d\x95\x06\xef\xcd\x90\x10\xf5\x70\x7b\xd0\xf9\x4b\xc4\x2c\x6c\x91\xee\xd0\xf3\xc0\x8d\x85\x50\x20\xe1\x44\x9e\x91\x72\xa4\x4d\xae\x81\x52\x38\xd9\xa1\xe7\xf1\x2e\xa7\x48\x88\x6f\x3d\xcc\x3a\xd7\xe6\x8d\x9e\x8c\xc2\x55\xe1\x2f\x95\x98\x5d\xc4\x6f\xce\x4b\x82\x80\xbb\x7f\x58\x31\xc0\x5c\xa6\xe7\xef\xe4\x35\x28\x9c\x02\x98\x56\xc7\x6e\x00\x78\x87\x2d\x48\x73\xf8\x5b\x2c\x81\xc9\xa5\x24\xd8\x10\x6b\x02\x7d\x30\xd8\xf5\x88\x1d\xe3\x32\x62\x62\xb9\x98\x8f\x73\x90\x22\xac\x2a\x88\xc7\x6f\xca\x6f\xdd\xce\xcc\xe3\x4a\x97\x2b\x4d\x7c\x5b\x24\x1c\x68\xfd\x89\xf6\x7e\xde\xf2\xec\x8d\xb2\xfd\xfb\xe8\x79\x1c\x32\xd0\xe1\xae\xb7\x54\x5e\x84\xa6\x39\x49\xc2\xe6\x8b\xf1\x44\x47\x1b\x0a\xc0\x80\x59\x60\x18\xa5\x1b\xb0\xb3\x64\xff\xb4\x1b\x83\xcb\x7d\x9c\x61\x11\xe6\xf8\x5f\x3a\x6a\xd4\xbb\x91\xe7\x1d\xce\x82\x1f\xde\x1b\x26\xf5\xde\x8d\x5a\xd4\xfd\xbf\xf5\xbc\xca\x27\x8e\xe3\x60\x39\x29\xcd\xd1\xaf\xfc\x60\xf3\xf0\x0c\x64\x79\x95\x05\xc4\x14\x88\xf3\x0f\x5d\xa0\xb3\x46\x0a\xdc\xcf\x06\xa4\x86\x3c\x4f\x05\xd7\x24\x50\x83\x87\x99\x96\x65\x82\x2a\x87\xa2\xcc\x71\x54\x57\xc9\x65\xd3\x99\x84\x11\x30\x01\xe3\x74\xdf\xba\x4a\xe0\xd2\xf8\xd6\x2d\x1d\x49\x86\xf3\x7d\xe0\x48\xbe\xbe\x2a\x37\x22\xe0\x04\x8c\xb0\x51\x82\x48\xf0\xf6\xd9\xaa\xa9\x9e\x6d\x6d\x05\x3f\x9a\x12\x24\xd8\x96\x18\xdd\xc3\x2d\xdb\xc6\x4a\xdd\x22\x68\xf2\xf1\x49\xf0\xce\xac\xea\x88\xbe\xa1\x00\x89\xe4\x84\x22\x96\xb1\x3e\x96\x5b\xf7\x5f\x97\x89\xd0\xfc\xfd\xff\x6d\x99\xa8\xcb\x31\xae\x0d\xec\xc0\xcd\x87\xd6\x89\x26\x15\x0b\x23\x0b\x64\x25\xa2\x0e\xdc\x6a\x19\x79\x6f\x60\x49\xda\x55\xee\xe9\x44\xbc\x96\x52\x7c\xfb\x5b\xf1\xe2\x5c\x6b\x16\x20\x25\x39\x10\x1e\xde\xd3\x6e\xb8\xb1\x8a\xea\x92\xe8\x45\x04\xbb\xba\x17\x35\xd3\x0d\xb7\x50\x9a\xa4\x74\xab\x23\xdb\x47\xc8\xcb\x2f\x9f\xdd\x55\x73\x50\xc7\x38\x6e\x9c\x34\x1d\x27\xd6\x48\x89\x87\x69\xe4\x8e\x64\x87\x02\x06\x33\x93\x2e\xce\xc4\x41\xea\x2b\xae\x98\xae\xaf\x55\x2c\xa5\x0e\x96\x4c\xb0\xc4\x1b\x88\x8a\x1c\x36\xbc\x6d\x3a\xe5\x12\x9b\x0d\xe5\xef\xd1\xd2\xce\xb2\x06\xdd\x85\xff\x3f\x22\x99\x6a\x89\x13\x86\xd3\x53\xf5\x21\xbf\x1d\x8f\x83\x77\x4e\xe2\x9d\x20\x31\x0e\x0f\x28\xa3\xc8\x99\x1d\xad\xa6\x94\x17\xc4\x42\x4a\x88\x1a\x3c\x94\xf8\x09\x98\xce\x52\xbb\x8f\xac\x60\x81\xa6\x47\x75\x3d\x44\x13\x37\xda\xfd\x8c\xcf\x05\x8b\x67\xf1\xd8\xc0\x5f\x55\x6b\xf7\x51\x26\xb0\xda\xe6\xb9\x5a\xe0\xe0\x4b\x2c\xe8\x8e\xfd\x12\x1d\x29\xc5\x9b\xab\x43\x2b\xab\x50\xe2\xf5\x3f\xd6\x06\x57\x6e\x7e\xb5\x9c\xec\x7f\x1c\x4a\x2e\x07\xae\xd5\xf2\x9d\x78\xc3\x08\xd0\x23\x2b\xa7\x10\x9c\x04\xcf\x20\xb7\xa0\xe6\x22\xd5\x9b\x2c\x8f\xb1\x3b\x02\x0e\x0b\x37\x5e\x21\x00\x11\x2d\x60\x9e\xac\x1c\x10\x67\xcb\x13\x92\x22\x5e\x73\x8b\xf9\x95\x62\x48\xd8\xc0\xc0\x47\xb6\x53\x93\xef\x00\xdb\x4a\x04\x97\x65\x8e\x32\x9a\x6c\x50\x0c\x37\xee\x69\x10\x78\x44\xbc\x7e\x6d\x18\x2f\x51\x49\x0e\x94\xdb\xd7\x07\x45\x0b\x19\x75\xfa\x6e\x71\xc9\x31\x44\xde\x49\xa7\xef\x96\x86\x8c\xd5\x8d\xf3\x2b\x85\x8f\xda\xc6\xc7\xea\x4a\xcb\xf7\xbc\x16\x3d\x1a\x9c\x5e\xe4\x46\x62\x5a\x5d\x74\x06\x67\xfc\x4b\xe2\x29\x25\x5d\xf4\x8d\xa7\x49\x0a\x10\x32\x83\x93\x2c\xf8\x46\x2e\xf3\x2f\x47\x02\x04\xa2\x4e\x79\xf7\xb7\xb3\x41\xec\x76\xf2\xdf\x38\xf2\x88\x77\x9f\x0b\xb8\x1b\x77\xad\xf7\x91\xae\xce\x90\xb0\xc9\xb4\x2b\xa3\x54\xf2\xe9\x3c\x99\x9a\x33\x99\xec\x36\xdd\x84\xf9\x69\xee\xdc\xc8\x98\xa5\xfe\x6c\xd7\x2a\x7e\x44\xb1\x41\x48\xa2\xee\xc0\xc1\xe0\x89\x40\xf9\x67\x42\xf9\xa1\x28\xee\x90\xa1\xd1\xd3\x93\x54\xe6\x0c\xfb\x7d\x5d\x52\x0c\xf0\x0e\xc4\x6a\x01\x8b\x69\xbd\xea\xd9\xda\xb3\x85\x68\x6c\xdd\xf2\x2f\x86\x52\xfe\x21\xa7\x3d\x85\xb3\xb4\x75\x5e\x7f\xc7\xf0\xa3\xbe\xa6\x8e\x80\x11\xb3\xd4\x51\x4a\x7f\x25\xef\x0a\x2a\x96\x3c\x56\x8e\xfc\xa5\x85\xc4\x5f\x34\xa5\x30\x6b\x5d\x70\x88\x78\xdd\x12\x3a\xc1\xc1\xec\x55\xd0\xd0\x71\x74\x32\x1a\xe9\x54\x72\x95\x4a\xbe\x20\x8e\x5e\x12\xbc\x4b\x1c\xa7\x08\xd7\x8a\x51\x20\x05\x66\xbf\xe1\x16\xf1\x22\x97\xa8\xa3\x44\xe7\x41\xde\x61\xf2\xf8\x3f\xa0\x8c\xac\x47\xf2\x3a\xd6\x2f\x90\xc7\xfc\x18\xa4\x6f\xeb\xb7\x09\x24\x46\x3a\x2a\xa2\x8e\x52\xb4\x45\x80\xa3\xa4\x3e\x46\xfd\x8c\x40\x6e\xc0\xa4\xc1\x27\x2e\x10\xc8\x47\x7d\x4c\xaf\xcd\x0c\xf6\x09\x55\x9e\x04\x93\xd7\x02\x26\xb8\x4c\xa4\xe4\xad\xac\x3c\x04\xb2\x75\x32\x40\x15\x75\x71\xde\xaa\x1b\x4c\x09\xf5\x15\x94\xd6\x25\x7d\x22\xa8\x46\x7e\xc3\x7c\x5a\x7d\xf3\x53\xee\x93\xf2\xad\xec\x0a\x2a\xf1\x42\x21\xb1\xaf\xab\xd9\xe4\xd7\xb7\xe6\xfb\x27\x3c\xec\x10\x9b\x1c\x15\xb5\x1b\x38\xce\x93\x26\xfa\xc7\x7d\x7a\x6b\x46\x92\x8d\x2d\xfb\x34\x88\x21\xd0\x75\xda\x8c\xb1\x30\x44\xf5\xa6\x4c\xef\x75\x8b\xbb\xbd\xd7\x15\x96\x4e\xba\x38\x19\xff\xb6\x71\x36\xa7\x7d\x84\xfe\x9f\x40\xff\xef\x3f\x40\xff\x17\xa0\xff\xf7\x0e\xfd\x17\x4a\xb6\xb1\x32\x8b\x5a\x92\xf9\xb3\x9e\xb7\xa0\xfd\xfa\xff\xfc\xbc\x19\x66\x64\xe0\xcb\x6b\x09\x82\xf0\xde\x35\xc7\xf4\x45\x21\x0b\x4e\x6c\x95\x89\xe2\x8f\xbc\xea\x5a\xb8\xc4\x78\x50\xa8\x26\x27\x2a\x42\x87\x71\x0b\x73\xd8\xd9\x9c\xaf\x33\x63\x27\xfe\x70\xaa\x93\x10\x41\xce\x96\x82\x3b\x56\x35\xe4\xc1\x8c\x37\xb9\xa0\x9a\x89\xe2\x2a\x1f\x0b\x1c\xae\x5c\x8a\x01\xc0\xd3\xe6\x2d\xd1\xd6\xf0\xb0\x53\x63\x73\x57\x4b\x07\xeb\xf4\x7e\x12\x4a\xb9\xef\x6c\xea\x9b\x38\xaf\xeb\x15\x11\xcb\x3d\x4d\x7f\xf9\xd3\x6a\xd5\x77\x97\xc9\x8c\x28\x45\x77\xfb\x4e\xe7\xc4\xd6\x38\x5f\x60\x30\xc5\x2e\x11\xa6\x79\x6c\x70\x89\xdf\x79\x95\x1d\x2e\x78\x08\x95\xbf\x61\x35\x3e\xd3\xa3\xcd\x53\xba\xe1\x7c\x6e\x76\xd4\xe6\x94\xa0\x55\x33\x78\x6f\x51\x1e\x67\x39\xc7\x10\xe5\x1a\xc0\x96\xd2\x4c\x0a\x9c\x7c\x45\xb8\x78\x74\x90\x93\x90\x0e\xc4\x8c\x1d\x88\xd5\xaa\x6b\x60\x90\xdb\x6d\x2c\x43\xf6\x1b\x1e\x32\x5c\x99\x37\xd9\x9b\xbe\x90\xcc\x62\xfc\x46\x54\x5a\xbe\x41\xdc\x26\x75\x74\x28\x1d\xce\x21\xda\x6e\xe3\xc1\xd5\x8b\x17\x50\xa0\xd6\x5d\xe5\xfb\x76\xcc\xda\xb6\x78\xc4\x42\xef\xbe\xfc\x5d\xa1\x87\x37\x63\xdf\x46\x81\xb6\x62\x63\x33\x0b\xd2\x40\x45\x53\xcf\xd2\x8b\x46\xd0\x75\xc0\xd5\x63\xd3\x60\xe6\xee\xe5\x9c\x39\x14\xd0\x8b\xfd\x59\x8d\xf7\x74\xf3\x93\x31\x13\xb4\xc8\x16\xb0\xbb\x0e\xde\x38\x89\x12\xfc\x29\x62\xed\xcd\x99\xea\x2b\x64\x68\x02\x4b\x57\xdf\xf3\x06\x55\x0e\x13\xbd\xde\xbf\x40\xde\x34\x66\x0b\x6d\xa9\x37\x06\x16\xe7\x0c\xe4\x9a\xce\xce\x19\x39\x2a\xee\x64\xcb\x25\xeb\x3e\x27\x13\x0e\x33\xee\x00\x4d\x7e\x99\x86\xd0\x45\xaa\x71\x68\x6d\x29\x73\x96\x1d\xfb\xc9\x67\x26\x83\x59\xe7\x36\x3c\x23\xb7\x62\x6a\x32\xd1\x7b\xa6\x6f\x6b\x26\x07\x95\x23\x2c\x12\x08\x9e\x39\x2b\x9b\xf6\x54\x54\x2f\x6d\x4d\x67\xfe\x69\xbc\xa6\x51\xdf\x21\xec\x2c\x05\x2d\x4c\xdd\x38\x24\x44\x84\x32\x82\x6a\xee\x7c\x4c\x37\xbd\x73\xb3\xea\x58\x32\x22\x5c\xf6\xd7\x02\xe5\x8a\xf9\x3b\x23\xc9\x62\x94\xcd\x99\x86\x24\x77\x4c\x82\x0d\x76\xd4\x7f\xb9\x43\x41\xf9\xf5\x62\x8f\xe0\x5f\x13\x78\x2b\x42\x30\x60\x30\x11\x49\xbb\x9d\x4f\x14\x6e\xe5\x82\x83\x45\xa8\xf1\xcd\xdc\xd4\x28\x08\x55\xd1\x76\xf1\xb4\x5d\xa8\x56\x59\xe4\xaf\xe9\x1e\xd8\x93\x24\x90\x77\x6c\xfe\x4f\xfc\x19\xef\xba\x3b\xd9\xf3\xfb\x94\xe7\x77\x97\x16\x79\x5a\xb1\xe2\xa8\xc9\x88\xa5\xbe\xeb\x82\xc8\x76\x5c\x30\x78\xf9\xb4\xb8\xd0\x90\xc4\x0f\xaa\x2d\x93\xa9\x7d\x07\xc6\x53\xe9\x20\x35\x1c\x27\xa1\xb3\xf4\x1c\x52\x80\x8b\x27\xd8\xc2\xf3\x0f\xa1\x2f\x8d\x46\x1f\xd6\x7e\x50\xce\x06\xdb\x39\xab\x35\x27\x60\x22\xbf\x68\x69\x4a\x27\x42\xac\xe8\x4b\x1c\xa9\xc3\x5b\x93\x52\x7d\x2c\xda\x98\x34\xe9\x0c\x97\x1c\xa4\x1c\x71\x9a\xa0\xb5\xd5\x39\x71\xeb\x17\xa7\x70\x61\xe6\x04\xe7\x3e\x1d\x6b\x1c\x1b\x9e\x4f\x0e\x06\x8d\x47\x62\xe0\x65\xed\x5b\xdc\x35\x54\x99\x1c\x7b\xa9\xcd\xa1\x97\x96\x58\x31\x6e\x31\xdb\x45\x21\xba\x78\xce\xe4\xd1\x8f\x26\x66\xf0\x58\x62\x80\xc3\x2a\x88\x82\x18\x26\xd7\xc0\xf4\xdb\x25\x40\x21\x44\x3f\xfa\x12\xc9\xc5\x46\xf1\x09\x12\x8f\xa5\xf6\xef\xbd\xa6\x1d\x1c\x34\x26\xcc\x6f\x5c\x88\xe6\x9b\x07\xf9\xe5\x49\x6b\xa1\x14\x48\x1d\x7a\x30\xb6\x39\xf6\xda\x98\xa2\x2f\xee\x08\x02\x23\x58\x71\xac\xe8\xa5\x35\x7d\x77\x15\xb8\xcd\xc9\x3f\x59\x2f\xea\x23\x04\x76\x80\x6c\xcc\x51\xea\x47\xba\x21\x85\x19\xc5\x7e\xc1\xfb\xb9\x5c\x70\xc2\xab\x28\x04\x69\x7d\x6a\x81\x39\x16\xb7\xd9\xbe\xc6\x51\xef\xd4\x98\x8c\xa4\xb0\xc4\x61\x87\xe6\x0e\xbf\x8c\xa2\x76\xec\x2b\x78\x93\x1b\x14\xab\xb7\x46\xee\x06\xc0\x8a\x59\x6a\x13\xeb\xd5\x58\xe1\x25\x8b\xf6\xd1\xea\x88\x89\x05\xb6\x7f\x37\x57\xf3\x61\x9c\x3b\xf4\x1c\xa7\x12\xb4\xbf\xb0\xc7\x28\x2e\xa6\x2a\xef\x3a\x6b\xe2\x1c\xc5\x8b\x9d\xea\x2c\x58\x5e\xac\x01\xec\x15\xba\x5c\x59\xbd\xa2\x82\x2a\x22\x1c\x1f\xe7\x34\xf0\xa9\x9d\xdf\xd1\xe9\xb9\xb3\x87\xa2\x43\x86\xdd\x6b\x4d\xcb\x48\x49\xba\x27\x0b\x45\xd9\x89\x11\xce\x6e\x66\x14\xb8\x91\xa8\xf3\x22\x14\x66\xdb\x61\x79\x04\x50\xac\x13\x4e\xb6\xe5\x6e\x89\xf4\xdc\x1a\x30\x66\xba\xe4\xda\xca\x64\x57\xc5\x16\xd5\x2a\x9e\x7c\x29\x18\x21\xb5\x39\x54\x2a\x7e\xb3\xf3\xf6\xba\xb1\x93\x0d\xed\xcb\x36\x6d\xea\x02\x14\x2c\x88\x7c\x72\x96\x41\x0a\x5e\x77\x55\x25\x1a\xbb\x9b\x96\xb9\xd0\x25\xa5\x49\x19\x2e\xb5\x2f\x5b\x6c\x4f\xb2\x17\xf6\x9d\x72\x41\xce\xee\x7d\x67\x53\x4b\x91\x91\xa0\x60\xe3\xd9\x04\x5a\x32\xd6\x80\xa9\x9d\x52\x57\x13\x33\x8a\x44\x13\x1f\x92\xe4\x6a\xe5\xc8\x04\x25\x31\xee\x20\x72\x5e\x96\x34\xd4\x76\x76\x24\xe5\x6d\xb2\xef\x88\x33\x40\x02\x69\x54\x20\x45\x68\xca\x57\x48\x9f\xaa\xef\x1d\x89\xbe\x8a\x99\xc8\x3e\xaa\x23\x55\xe6\x9a\x69\x8a\x6d\x2c\x77\x2b\xdb\xfa\xdb\x84\x63\xa7\xeb\x10\x46\x1a\xa9\x82\x58\x0c\xae\xa6\x3e\x19\x12\x79\x32\x29\x1b\x5a\xa4\xa2\x29\x87\x51\x34\x63\x68\x12\x31\x47\x9c\x6d\xa0\x47\x64\xd4\x9c\xa2\xfd\x3a\x7d\xd5\xb7\x63\x3a\x70\xbe\x26\xfb\xa0\x92\x2a\xef\x99\x8c\xbb\x96\x0e\xf4\xf7\xeb\xb8\xdc\x48\x07\x4e\x4f\x8c\x0d\x03\xd7\xa5\x47\x25\x70\x85\x74\xe0\x74\x0c\x01\x3a\x47\x1c\x89\x2a\x51\xa9\x60\xc7\x0c\x38\x02\x7c\x5b\x3c\xfd\xcf\x42\x2c\xe6\x25\x1e\x67\x5a\x72\x7d\x71\x98\xb5\x35\x35\x17\x07\x60\x25\xc5\xb1\x6b\x8e\xf0\x90\x40\x85\x08\x3d\x6f\xe3\xa3\x07\x93\x92\xd5\x5f\x1e\x32\x22\xd1\x65\xa5\x9c\x65\x79\xcf\xfc\xd9\xcf\x39\xca\x6f\xdc\xcc\x33\x47\xc3\x30\x9a\x8e\x67\x08\xfe\x8d\xe7\x3d\xc8\x06\x52\x7b\x3b\x4f\xd6\x25\x98\xd1\xc8\x61\xa6\xc1\x3c\x46\x74\xf6\xa0\x60\x21\x00\x3a\xf2\x65\x89\xda\x9a\x72\x0e\xdb\xcf\x0a\x8c\x90\x14\xc1\x67\xa7\x91\x08\xe9\x5b\x85\xcf\xab\xb0\x10\x31\x04\x50\xc2\xc8\x83\xbe\x64\x4b\x38\x68\x4a\xe9\x39\x6f\xd9\x0a\x0e\x0f\x8e\xf6\xcd\x0d\x28\x3b\xcd\x48\xa9\x66\x9d\x4a\xaf\xb8\x8c\x43\xcf\x9c\x79\x2e\xe3\x60\x69\x00\x97\x71\x18\x9c\xb7\x5d\x84\x8f\x2e\x2f\x76\xc0\xce\x4c\x1d\x87\x3c\x4d\x71\x3c\x0c\x78\xb8\x0c\x97\x02\x11\xc2\xec\xaf\xaf\xa5\x8a\xd6\x03\xfb\x31\x6f\xaa\x6b\x2b\x6e\x58\x69\xe3\x3c\x80\x27\x38\xbd\x68\x2f\xb9\xcd\x54\xa4\x60\xe9\x25\xa7\x9e\xde\xe5\x39\xe2\xb5\xe7\x3d\x88\xe8\x6f\x67\x8f\xba\xc3\x4c\xf0\x19\xab\x27\x55\xb4\x4a\x7d\x46\x9c\x60\x7f\x37\xc7\x84\xc4\x25\x80\xe7\x6a\xb5\x4c\xcf\x17\x98\x01\x05\x60\x7f\x16\xb1\x8b\x98\xf4\x13\x20\x01\xdd\x0d\x9c\xaf\xf1\xc1\xb9\x7f\x47\x89\x79\xd1\xfc\xc5\x08\x71\x22\x44\x11\x6a\xe9\xde\x07\xd9\x0e\xad\x52\x5f\xd1\xaf\xe7\xb4\x20\x00\x69\x3c\x19\x28\xae\x51\xf6\x93\x2b\xd4\xc5\xbe\xa9\x12\x31\x22\x34\xee\xf3\x0e\x3f\x9c\x75\xd8\x4c\xe5\xee\x68\x41\xcf\xc1\x1f\xa8\x44\xa8\x05\x4b\xeb\x03\x66\xf6\xc9\xf3\xb6\x67\xd3\x6a\x8e\x70\xfe\x8c\x9b\x45\xa3\x40\x01\xa7\x31\x91\x6f\x17\x28\x65\x99\x97\x77\x3d\x4c\xbf\xfd\x1b\xef\x57\xa0\x6e\x3b\xd3\x36\x55\x18\x17\xef\xcf\x5a\x46\xc7\x4b\xc3\xf3\x56\x8c\x2c\x4d\x68\x3c\x37\x5e\xc1\xfb\xd4\xc5\x4e\x2e\xde\xcb\xcc\xa3\x58\x8f\x11\xe4\x54\x66\x84\xf4\xf9\xae\x38\xe4\x92\x99\xc4\x91\x08\x13\x88\x4b\xeb\xd9\xa1\x1b\xa5\x06\x73\x0b\x31\xa8\x97\x10\x83\x7b\x44\x24\x03\x96\x1c\x06\x01\x0e\x33\xed\xba\xfa\x68\xab\xa1\x41\x38\x0d\x75\x69\x1b\x70\x67\x57\x2a\x75\x69\x1e\xfd\x53\xbb\x2f\x00\x82\x33\x0d\x35\xf3\x64\x3d\xa0\x90\xa7\x6c\x4b\x06\x12\x61\x0e\xa1\xf0\xa7\xc8\x7a\xb9\x6d\xf2\x0b\x1f\x95\x2a\x1f\x52\xe0\x23\x27\x87\x5d\x83\x32\xe5\x44\x39\xfa\x21\xf4\x4f\x68\xa9\x10\x4f\x87\xc2\xe6\xf6\x96\x1c\xc6\x68\xee\x3b\x92\xa8\x67\x3a\xf3\xe2\x79\x91\x7f\x7a\xfe\xa8\x3a\xd4\x3f\x27\x07\x57\x23\x6f\xd4\xe4\xe8\x25\xe4\x24\x86\xe9\xb4\xc0\x86\xbf\x2e\x29\x63\xa0\xf8\xee\x32\xe1\x42\xe0\xb6\x58\xd5\x18\x4f\x5d\x13\x53\x29\x55\x80\xcf\xf4\x8f\x08\x33\xb6\x5f\xb3\x33\x8c\xe6\x68\x0c\x41\x1e\xdf\x71\x72\x3b\x0b\xca\xf8\xe4\x34\x61\xf3\x51\x2d\x3c\xb9\xf3\xe1\x10\xa8\xa7\x4b\xef\x9b\x4e\xcb\xb0\x6c\xa7\xe7\x67\x9d\x06\x4d\x7f\x8a\x6d\x54\xe2\x05\x02\x8e\x34\xf8\xca\x99\x02\x92\x9f\xb5\x32\x64\x01\x67\x40\xf9\x8b\xf1\xc1\xb7\x03\x93\x46\x4b\x15\x43\xc7\x83\x36\xc3\x3e\x2c\x0f\xbc\x9c\xb3\xbf\x95\x04\x99\x15\x62\xcb\x1f\x3b\x2a\x32\x5e\xcd\x89\x11\x6b\xd4\x5f\x45\x77\xed\xb5\xb7\xef\x9a\x39\x71\xbe\x76\x7b\x0c\x72\xb7\x3b\x00\xae\xdd\x55\x6d\xf8\x03\x45\x23\x37\x4c\x3f\xbf\x09\x28\x71\xdf\xf3\xd6\x64\xca\x58\xfc\x33\xe7\xb2\x63\x28\xcd\xc6\x11\xd5\xfc\x37\x27\x0c\x95\x3e\x13\x08\xdb\xb8\xac\xfd\x8f\x15\xaa\xae\xec\x3d\x4d\x53\xa9\x4f\xd7\x85\x08\xbe\x6c\x02\x0e\x15\x4a\x55\x07\x5e\x09\xb9\x2f\xbf\x99\x08\x12\x79\x4b\xce\x8c\xeb\x93\x87\xac\x8d\xeb\xc6\x52\x0a\xb7\x0c\xd4\x06\x72\xfc\x48\xa2\x4b\x6e\x63\x3e\x7f\x9b\x38\xe7\x13\xbc\x16\xf9\x5a\xad\x53\x8b\xd1\x61\xcb\x5d\xe5\x7c\x11\x7e\xdb\x19\x58\xdb\xbd\x14\x99\x63\xf9\xf5\x5e\xea\xc8\xcd\x9c\x3c\x84\x5b\xc4\xa4\xa8\x0c\xd0\x71\x2e\xec\x65\x99\x02\x59\xea\xa2\x1b\x31\x54\x30\x77\x05\xa1\xee\xfa\xb7\x19\x99\x5b\xdc\x44\x26\xc2\xe1\x1d\x41\xfb\xd5\x75\xf5\x31\x8d\xae\x5f\x02\xf0\x27\xfd\x85\x13\xc1\x7d\xc6\x80\x97\xa2\x7b\x4e\x45\xbd\xa7\xa8\xee\x2e\x0c\x7d\xb4\x97\xdb\x1f\x14\x97\xd8\xed\x17\x4c\x99\x5b\xe6\x27\x76\xa3\x7e\x38\xf3\x68\xec\x8b\xc3\x7b\x5f\x61\x87\xdd\xae\xa2\x63\x3c\x8e\xe6\x2a\x7d\xe0\xae\xfb\xac\xc4\x53\xd2\xf6\xf6\xf0\x03\x93\xc3\x0b\x31\x34\x73\x94\xf4\x63\x69\x06\x17\x15\x05\x14\xe0\x4c\xfd\x57\xf6\xa8\x79\x8f\x04\x87\xf3\xf7\xc4\xf2\x64\xff\x32\x89\x0b\x9a\x50\x23\x97\x6a\xb7\xe7\x15\x94\xf2\x28\x48\x80\xe7\x1a\xe6\x5d\x3c\x14\x3b\x29\xc5\xa6\x4f\xef\x8d\xa0\xa8\x4f\x44\xa4\x8b\xde\x7b\x6f\x58\x14\xb2\x75\x2c\x98\xc7\xdc\x67\x3a\x02\x36\x8c\xb8\x2e\xa9\x50\x9c\x60\x64\x5c\x00\xa1\x78\xba\x61\x91\x6c\x66\xe2\x44\xd0\x7c\x65\x53\xe9\x9a\x73\xf9\x85\x3e\xcf\xc1\x5c\xd3\x87\x37\x9b\xcb\x44\xc5\x1a\x02\x79\xea\xad\xf7\xbb\x92\x28\x0c\x95\x29\x17\x75\xde\xf9\xad\x52\xcf\x31\x8a\x75\x24\x95\x57\x08\x72\xe2\xeb\x4c\x84\xea\x2b\x51\xb3\xda\x2b\xa7\x24\x21\x1c\xec\x45\xb3\xb3\x8c\x71\x00\x36\x02\xe9\x85\x06\x0f\x85\x3e\xd0\x42\xc6\x0b\xc2\x23\xd7\x1a\x82\x9f\x00\x4b\x50\x89\x59\xca\xf7\x86\x36\xff\x4e\xde\x65\x6e\x76\xa9\x01\xba\x8b\x56\x1a\x2c\xc2\x87\x19\x77\x44\xc7\x87\x52\x3d\x54\xe2\xa5\xb2\x0e\xc3\x85\x29\xe0\x0c\x66\xf5\x8d\x92\x3f\x0f\xd4\x81\x23\xd1\x8c\xcb\x6e\x87\x0b\x6c\x86\x12\x30\x1a\xca\x0b\x5f\xaf\x04\x02\x33\xdc\x55\x4b\x9a\x3d\xe7\xdd\x16\x56\xb1\xdd\xea\xbf\x73\x44\x8d\xa0\x2f\x81\x6e\x38\x76\xcb\x67\xd0\x1f\x58\xd2\xa6\x99\x96\x14\x6c\x5e\xbb\x0c\x8c\x7b\x3a\xd9\x88\x7e\x4d\x91\x25\x40\xbe\xda\x54\x02\xab\xa7\x8c\x5c\x67\x86\x96\xc9\x4f\x22\x57\x3f\xc7\xda\x8a\x82\x15\xee\xa0\xda\x9e\x9c\x0b\x20\xfc\xfc\xa0\x35\xdb\x32\xdf\xe9\xb4\xc8\x3c\xfd\xd0\x6d\xf1\x16\x2b\xb5\xb0\xff\x1a\xdc\x14\xb4\x8c\x0e\x5f\x46\x0a\x3a\xdf\x93\x5a\x84\xd8\xa8\x23\xde\x0a\xb7\x94\xaa\x81\x22\xfa\x4b\xaa\x96\xb4\x70\xca\xb7\xee\x27\x3d\xc6\x12\x9e\xf0\xd5\x68\xeb\xb3\x70\x03\xe7\x29\x00\x1b\x01\xc4\x1c\xc6\x70\x41\x38\x5f\x69\xcf\x95\xbf\x49\x32\xcd\xa4\xec\x67\x82\xa2\x23\x17\xdf\x0c\x3d\x53\xce\x8a\xe2\xdd\x78\x18\x03\x87\x1b\xac\xa7\x6c\x73\x14\x1a\x30\x9d\x02\x70\x3a\xdb\x27\x9b\xa9\x08\x13\xbc\x42\xf5\x04\x29\xa1\x09\xdb\xfa\xbb\xf0\x46\x65\xf7\x29\xa2\x25\xd1\x3d\x59\x4e\x25\xf2\x6e\x37\x35\x16\xa6\xd0\xce\xe7\xb6\xd2\x77\x38\x8e\xc8\xa2\x7b\x5c\x3f\xe1\x7a\x09\x81\x45\x5d\x37\xd2\x07\x24\x4d\x58\x60\xd5\x9d\x05\x90\x17\x89\x59\x65\xde\xff\xe0\x9c\xa6\x33\xf6\x35\x83\x3a\x22\x9c\x82\xc6\xc4\x17\x83\xc5\xeb\xc6\x21\x27\x7f\xcb\xcd\xa4\xed\x8b\xad\x14\xf0\xb6\xda\x19\x6b\x9b\x03\xb9\x57\x58\x1b\xef\xed\x23\x06\xc1\x9c\x6d\x21\xe8\xbe\x2f\x6f\x7f\xf0\x8c\xcd\xbd\xdb\xc5\x0f\x31\xbd\xb3\x49\xfc\xd0\xe8\xcf\x58\xe0\x87\xe6\x4b\x18\x62\xbb\x69\x93\xab\x43\x86\xaf\xa2\x8d\x03\x52\x79\xca\xdd\x36\x1f\xa2\x64\xb4\x63\x21\xed\xc3\x77\xf7\xb0\x09\xa4\x2d\xb7\x89\xdc\xd3\x46\xa6\x6c\xaa\x18\x06\x61\xaf\x2b\x9c\xa2\xec\xa8\x11\xaa\x96\x04\x67\x82\x81\xd0\x82\xea\x04\x94\x25\x91\x1f\x6a\xfe\xae\x34\x7e\xbb\xaf\xd9\xf1\xae\x80\x96\x55\x5b\x05\xd3\x10\x2c\x5e\x25\x34\xfa\xd0\xfa\xf0\x3c\x50\xc8\xba\x33\xf5\x51\xd9\xcd\x73\xbd\xb7\x32\x3d\x0a\x76\x00\xff\x44\x1c\x8c\x0c\xe6\x67\x46\x88\x02\x20\xcc\xc7\x2b\xaf\x56\x9e\xa5\xe7\x87\x8a\x34\x41\xe0\x78\x00\x44\xb3\xd7\x8f\x70\x98\xe3\x12\xf7\x1f\xca\x18\x07\xbf\x12\xc8\x09\xdb\xdf\x16\xfe\x50\x9d\x15\x58\xcc\x4f\xa4\x23\x53\x12\x7e\xe4\x37\xd9\x3b\x9f\xb6\x55\x43\x43\xa2\xca\x9f\xb5\xe4\x30\xb4\x0c\x3a\x7d\xb1\xca\x62\xc2\xbc\x3d\x69\xc3\x17\xdf\x76\xba\xa3\xe5\x86\xfc\x23\xf4\x03\xcf\x4d\x03\xcf\x9b\x06\x28\x39\xcd\x41\x45\x28\x54\x98\x6d\x16\x26\xd5\xcb\x6a\xcf\x11\x1f\x64\xbe\xb2\xb5\x51\x9d\xfb\xec\xca\x5c\xfa\xdc\xd0\xa3\xfc\xc5\x84\x0b\xfb\x84\x52\xe0\x87\xf9\x0e\x4f\xd5\x27\x2b\x69\x94\x9f\x2f\x48\x1a\x33\x40\xac\x75\xf8\x73\xdd\xcf\x7a\x13\xf5\x11\xef\xee\xee\xc8\x79\xd3\x7d\xb5\x21\xdc\x16\xff\xe7\xa9\xe7\xb5\x72\x06\x2f\x59\xd3\x6b\x7c\x65\x26\xf7\x0f\x33\x4d\xe3\x99\xe8\x6c\x78\x34\x92\x57\xbc\xbc\xb5\xe6\x63\xdb\x22\xde\xce\x58\x10\xc9\x76\xea\x08\x72\x58\xff\x8d\xe7\x7d\x5f\x80\x2d\xa5\xce\x97\xff\x4c\xa0\x0e\xaf\x5a\xc0\x86\xc9\xb1\xca\xc5\x74\x90\x93\xb0\xa4\x81\xd6\x04\xb6\xc8\x1f\x6f\x36\x20\xbd\xc1\xe3\xbf\x94\xa8\xa6\x44\x2c\xf1\x17\x35\xda\x1c\x0a\xb5\x41\xfd\xa1\x29\x2b\xfe\x90\xb0\x10\x66\x81\xe2\xb8\x8b\x00\x3e\xc7\xfe\x59\x30\xf0\x0d\xea\x74\xf7\xdf\xd2\x75\x8d\xb1\x29\x6f\x71\xa1\x53\x33\x56\x5b\x2b\xaf\x7b\xaf\xa1\x7b\x8f\x73\x0e\x57\x5d\x58\x55\xe2\xab\x73\xce\x33\x7d\x70\xae\x6c\x0a\xf2\x7b\xba\x74\x50\x7e\x01\xc5\xd9\xb7\x0b\x8c\x09\x77\x9d\x6a\x81\x4a\x7d\xa7\x55\xea\xa1\x81\x4c\x7d\x53\x9b\xce\x87\x86\x17\x6b\xca\x95\x36\x1b\xe3\x36\x50\x0f\xf2\xa9\xb5\xd7\x36\x68\x9a\xa9\xa6\x44\x3f\x49\xa9\x68\x47\x78\x5d\xff\xa0\x73\x1f\x7d\xa3\xff\xaa\xec\x05\x1a\xe5\xbf\xec\x4a\x40\xf5\xb2\x0a\x71\x54\x0b\x18\x52\xde\xc9\x4d\xa6\x75\x75\xe0\xa8\x9a\x7e\x26\xc1\x36\x2e\x0a\x76\xe7\x48\x4b\xf6\x60\xea\xd0\x6f\xc2\xa1\x91\x1d\x24\xf1\x76\xca\xb2\x3e\xb4\xf0\xb1\x2a\xc6\x12\x01\xba\x7d\xe5\x53\x3c\xc3\x51\x94\x09\x8e\x8f\xbc\xd3\x1b\x70\xbd\x88\xd9\x43\x3c\x19\xca\x27\x09\xff\xfb\xc4\x5f\x21\x84\x7b\x6e\x7d\xa5\x45\x11\x3e\x0c\x54\x33\x1b\x03\x38\x74\xa8\xc0\xf5\xe5\xeb\xc9\x27\xc9\xe0\x18\x79\x1e\x6d\xac\xef\x0b\x8e\x66\x9d\xd5\x68\x89\x38\x86\xa8\xc6\x3e\x33\x81\x0b\x1b\x5a\x78\x59\x69\x79\xc8\xa5\x70\x08\x57\x7c\xf5\x6a\x85\xa0\x0d\xd2\x13\xc9\x98\xf5\xe0\x79\x9f\xaa\x21\x7f\xca\x5c\x98\x90\xff\xe9\x85\x87\x72\xe0\xa5\x3a\xd2\xfe\xb9\x6e\x4e\x11\x72\x1a\x14\x26\x6e\x87\xa0\xa2\xfa\xcc\x52\x50\x3e\x79\x62\x78\xf4\x6d\xd8\x98\xf6\x60\x11\x87\xe3\xc0\xd9\x3f\xad\x1e\x5b\x0c\x9d\x9d\xc3\xab\x36\xfd\xce\x02\x86\xa4\xa6\x8e\x08\x83\x41\xed\xae\x90\x74\x7a\x67\x77\x71\x69\xf1\x95\x7f\xbe\xc9\x5e\x64\x43\xde\x68\x47\xbe\xa9\xbb\x64\x76\x5f\x0e\x77\xa3\xe6\xb3\x07\x4e\x54\xc0\x99\x09\x5a\x20\x2d\x67\x8d\x70\x5a\x10\xa0\x09\xc2\x10\x66\xd3\xf0\xca\xcd\x9a\x53\x82\xcb\x14\x60\x4d\x14\xf7\x3f\xb5\x83\x2b\xf2\xdf\x5f\xe9\x64\xed\xf7\x3c\xf7\xec\x4a\xcd\xfa\xfb\x03\xe6\x71\x4c\x7e\xcc\xc1\x2d\x2f\x57\x81\x17\xc4\xd9\xce\xe9\x25\x06\xa9\xdb\x21\xd8\x51\xea\xbb\xfd\x0f\xc9\x7b\x4b\xd5\x0b\x12\x27\x26\x7b\xdb\x24\x21\x61\x6b\xaa\x17\x88\x76\x7d\xc8\xd7\x32\xb3\xed\x67\x2c\x9b\x4f\x04\x02\x42\x10\x47\x95\x8f\x91\xa2\xc1\xe5\xa3\x9b\x24\xfa\xa9\x91\xfb\xcd\x14\xed\xda\x45\x89\xd0\x13\xd4\x65\x87\x80\x1c\x62\x88\x10\x5f\x64\x38\x6c\x5c\xbc\x2d\x95\x54\x81\x62\x71\xc1\xd7\x74\x2c\x9d\x54\x49\x68\x74\xfa\xb6\xd8\xab\x08\xa6\x15\xf5\x24\x17\x5f\x78\x96\x48\x2e\xa8\xfe\x11\x5c\xe1\x52\x18\xa4\x30\x12\x33\x02\x5e\x89\xc8\x19\xc8\x84\x73\x93\x22\x68\x84\x25\x85\xf5\x11\x97\x72\xf1\xb6\x9c\x2b\xc3\x17\xf7\x4d\xd5\x5d\x59\x9c\x4c\x38\x37\xd8\xcd\x5d\x09\x03\x45\x4a\x02\xc7\x79\x40\xb3\x95\x6e\xd6\xf1\x50\x0d\xbf\xf3\x3d\xd6\x9e\x51\xe2\x99\xf8\x12\xfa\x5e\x66\x07\x72\xe9\x5e\x05\x6f\x9a\x41\x48\x22\x7b\x84\xdf\xf9\xf1\xe8\xaa\xf5\x3a\xbe\x58\x86\x26\xa5\x20\xb7\xf8\x2d\xa3\x94\x7a\xec\x02\x26\xb4\xc7\x6f\xa9\xd7\x6e\xe3\x87\x7f\x65\x1a\x8b\xcc\x83\x99\x9c\x1b\xa0\x38\xf7\x8d\xbb\x86\x8a\xd4\xe4\xd6\x48\x7e\xf7\x38\x9e\xa8\x69\xe7\x85\x12\x36\x6a\x9a\x6b\xc2\x33\x56\x23\x42\x34\xf3\x05\x96\x9d\x43\x38\x88\x85\x7c\xf7\xae\x54\x6a\x03\x9d\xed\x07\xc9\xd9\x51\x40\x3d\xfd\xb3\x00\x11\xc7\xd9\x16\x4d\x59\x60\x5a\x31\xba\x46\xf2\x95\x37\xeb\xb4\x20\xe7\x2e\x1e\x2b\xe8\xcb\x33\xfa\x15\x1a\xe3\x98\x09\x76\x37\xaa\x26\xbb\x0c\x9b\x56\xdd\x7a\xcc\x3a\x02\x00\x9d\x09\xc2\x11\xca\x5d\x4b\x5b\xc3\xb4\x88\xe6\xe8\x0e\x4c\x41\x6b\x50\xd9\x4e\x62\x87\x2e\xd1\x9a\x4d\xdd\x71\xb1\xbf\x4b\xca\x86\xda\xf9\x8a\x29\xe2\xb2\x05\x98\x99\xc9\x94\x6d\x57\x5d\xd0\xf3\x0e\x9f\xda\xa7\xb5\x85\x36\x99\x12\xba\x67\xd3\xdf\x94\x9c\x85\x2d\xa0\x52\x54\xdc\xa5\x9e\x23\x5b\xfc\x4d\x3a\x66\xd9\x65\x76\x6e\x0e\xeb\x18\x48\x27\x0d\x11\x39\x07\xbb\x70\xb6\xa5\x4e\x49\x78\x2e\xdc\x05\xf1\xeb\xbf\x5b\x3e\xb2\xb5\x37\x25\x22\x8f\x55\x3a\x09\xc6\x92\x40\xdb\xbc\x0b\x3d\x1f\xb0\xc2\x21\xb3\xa4\x1f\xdd\x97\x9d\x7a\xd6\xa5\x94\x66\xf5\x4f\x3d\xe7\x8e\x6e\x22\x0e\x20\x9f\x07\x06\xba\x60\x40\x15\x52\x04\x27\xa6\xca\x6d\xc8\x3c\x43\x05\xe2\x51\x30\x2c\x3e\x80\xef\x4a\x54\xa3\x2c\x64\x0b\xd1\x90\xa7\xe2\xc7\xf2\xde\x72\x39\x37\x0d\x13\x02\x5d\xcc\x7c\xec\xfa\xcc\xf8\x64\x89\x3f\xd6\x71\xbb\xcb\xf4\x45\x25\x37\x4f\x69\xb2\xe9\xab\xe3\xde\x2f\xb3\xc4\xcf\x51\x7f\x60\x97\xc3\x2b\x15\x07\x18\x32\x92\xa0\x31\x05\x14\xba\xa0\xb3\xc9\xa9\x24\xa1\xd5\xa2\xda\xd3\xc2\x7c\x26\xa0\x4f\xea\xe8\x18\x9b\xa5\x8c\x74\x70\x0d\x15\xc5\x8c\xba\x7f\x7e\xb0\x6c\x64\xc1\xa6\x99\xd3\x8f\x28\xf0\x41\xac\xed\x9d\xec\x66\x30\xe6\xd0\xd8\xe5\x92\xf5\xa4\xee\x79\xe7\x84\x4a\x5b\x21\xd2\x3a\xbb\x85\xb9\xfa\xae\xb3\x9b\x0c\xb5\x55\xd7\x80\x6b\x42\xdc\x6f\x10\x80\x33\x48\x59\xf1\xb9\xd5\x4f\xc8\xcd\x4f\xd0\x29\x58\xbd\xd7\x18\x50\xb6\x1f\x11\xf5\xa2\xeb\xb7\xba\xfd\x77\xbd\xe8\x23\x1b\xe9\x39\xf4\xbc\x85\x5f\x2e\x9d\xf7\xee\x56\xca\x4a\x9e\x4f\xdc\x35\xe5\x59\x12\x4f\xf8\xf9\x76\x5f\x1f\xdc\xe8\xc5\xbe\xc8\xdc\x22\xea\x95\xbb\xfd\xc2\x0d\x43\x6a\x0c\x12\xde\x59\x54\x26\x2f\xfd\xcf\x71\x71\x47\x1d\x9e\xfb\xe1\x49\xbb\xf0\xa5\x30\xaf\xd8\x73\x14\xba\xbd\xe8\xbe\x3c\x43\x5c\x59\xa3\x78\x24\xb9\x2f\x4d\x55\xcc\x88\x65\x84\xd9\xd6\x5b\xfd\xa2\xad\x87\x79\x29\x8a\xf6\xb9\x52\x41\xe1\x74\xd5\x09\x0c\x11\x35\x90\xec\xda\x35\xa6\xb0\xd2\x29\x6d\xed\xcb\x4e\x07\x59\xed\xb4\xa2\x5d\xd3\xf1\x83\xb4\xd8\x70\x36\x4a\xe4\x3c\x1b\xe1\xe0\x4d\x2c\xc5\x0a\x7e\xbd\x1c\x83\x96\x76\x02\x1b\xfc\xc5\x19\x96\x6b\x46\x6c\x87\xa1\x69\x5a\x11\x84\x6c\x38\x7b\xba\x7c\x7b\x03\x43\x20\x57\x85\x43\x50\xfa\x78\x56\x30\x01\x93\x84\x09\xfe\x89\x5f\x3c\x44\x28\xe6\x62\x26\xd1\xbb\x8e\xc1\x4e\xbf\x65\x8c\xf0\xd1\xf2\xb0\xf1\xb7\xab\x6b\x2f\xf5\xeb\x5f\x6b\x92\xc3\x45\xde\xb0\xa2\xc4\xe8\xab\x73\x10\xb1\x22\x09\x3d\xcc\x29\x4a\x30\x4a\xb4\xd4\xa1\xdf\x00\x1b\x22\xbb\xa8\xc3\x0c\xf6\x1c\xe0\xb4\x92\xfa\xde\x5d\x49\x23\xb7\xad\x89\x7d\xc5\xb4\x47\xda\x31\xda\xeb\x1c\x6c\xd0\x9c\x89\x96\x93\x8b\x12\x70\xdc\x2d\x9d\x07\x1c\x9b\x17\x4d\xc4\x71\xf6\xb6\xe2\xd6\xb9\x00\x4f\x15\xb5\x56\x10\x6a\x2c\x01\x5a\x9d\x12\x33\x0c\xf9\x62\xf6\xdb\x09\x35\x56\x4d\xb9\xc1\x78\xf2\x86\xf0\x23\xc4\x18\xeb\x86\xce\x87\x92\x3d\xfc\xe0\x05\xe3\xbb\xc9\x5e\x15\x99\x7a\x33\xa0\xa5\x28\x8b\x4a\xac\x6d\xac\xe7\x77\xd8\x44\x52\x57\x2e\x86\xbc\x43\x56\x6c\x00\x93\x97\x02\x9b\x59\xf6\xf6\xf1\x81\x81\x2b\x57\x0f\xaa\xbe\x3b\x0f\x20\x6f\x37\x86\x7e\x91\x73\xbe\x6c\xb8\x65\x74\xa2\xd2\x2c\x76\xcd\x98\xc4\xfd\x02\x2b\xf1\xae\xd8\x25\xe3\x36\x2c\x08\x23\x79\x87\xcd\x07\x1a\xd6\xfe\x98\xa6\x72\xee\x57\x6e\xac\x3b\x66\x75\xcb\xbb\x5a\xb7\x76\xd1\x77\xd3\xfa\x5a\xf8\x49\x02\x72\x87\xe7\x3a\xe7\x99\x71\xc7\x72\x6c\x15\xfb\x6d\x0a\xc6\xa2\xec\xc6\x32\x9a\x36\xe3\x5b\xcb\x55\xf1\xd0\x77\xdf\xb0\x26\x23\x86\xb6\xba\x27\x42\x7e\xf2\x27\x39\x6c\x53\xde\x70\x77\x73\x1b\x59\xfc\xe7\xde\x8a\x1b\xe8\xf5\x2d\x29\x5b\x5b\x94\xb2\x43\x28\x97\xaf\x2f\x52\x97\x71\x67\xae\xa0\xe9\xb2\x9d\x5f\x7f\x51\x65\x07\xd9\x17\xc2\x3d\x85\xad\x77\xae\xe8\xc8\xfc\x59\x59\xbb\x1d\xff\x12\xe2\x44\xca\xcf\x8a\x7a\xa9\x3f\x4b\xcf\xc6\x3c\x73\x0b\xa3\xdf\x02\x97\x38\x8a\x24\xb4\x8e\x1a\xfc\xb8\xe0\xa8\xd9\x1f\xdd\x38\x0f\x14\x6c\x9c\x3a\x1f\xb6\xf9\x1b\x9e\xed\x7c\x99\x49\xd1\xe2\xd6\x92\x11\x6b\x3c\x1c\x01\x7f\xc6\xce\x82\x60\xd0\x28\xfc\x90\x50\x00\xb6\x37\xfe\x52\x15\x2c\x38\xe9\xd2\xea\x6c\x31\x22\x09\xfb\x01\x6d\x3a\xeb\xb3\xe5\x8e\x0e\xec\xba\xa8\x5d\x35\x70\x96\xc6\x7b\x58\xa9\xc2\xd2\xf2\x45\xd3\xc1\x1e\xd6\x22\xcc\xfb\xfa\x10\xfa\x12\xaa\x3b\xdd\xbf\x5a\x25\xc3\xb7\x78\x6a\x34\x14\x69\xd7\xf9\x04\x8f\xaf\xa7\x9e\xfa\x64\x3f\x10\xa4\xaf\x97\xbe\x20\xcf\x12\xa9\x45\x1c\xc8\x85\x3e\xb9\xab\xf6\x43\xdd\x49\x5e\xf8\x24\xf2\x76\xda\x71\xcb\x28\xc5\x5d\xe8\x90\xec\x67\x5c\xe6\x74\xce\xc7\x6a\xfa\x01\x5e\xd1\x13\xcf\x39\xaf\x12\x77\xe7\xf3\xdb\xfb\x09\xeb\xca\xb9\x91\x58\x2a\xf6\xb3\x6c\x31\xab\xe2\x75\xf9\x40\x63\x32\x14\x75\x2a\x30\x3e\x73\x2c\x2e\x9c\x05\xb3\xab\xb6\xea\x78\xe1\xdd\xe5\xae\xc0\xdd\xcf\xfb\xa7\x7f\x36\x50\x66\x37\x8e\x77\x96\xd5\x16\xbb\xa9\xb6\x0d\x2e\x3c\x85\x52\x20\xbb\x3a\x48\xea\x23\xc9\x23\xc9\xe3\x87\x26\x2c\x7d\x91\xe5\x2f\x7e\xfa\xea\xd6\x0b\xca\x2f\xa8\xdc\x4d\x37\xb8\xdd\x29\x8d\x69\x14\xe7\xe2\x9b\xea\x35\xa2\xa4\x82\xac\xe6\xe0\xac\x76\x62\xc5\xe1\xf3\x6e\x33\x97\xc3\xcf\x41\x4c\x83\xab\x82\x08\xa9\xa1\xf7\x27\xfa\x87\x6e\x94\x52\x07\x80\x31\x06\xce\x8c\xc7\xd1\x28\x35\x14\x6f\x20\xdf\x18\x52\xc5\xd2\xd9\xd9\x67\x87\x36\x41\xbd\x0e\xb2\x40\x87\xb9\x8e\xfa\xce\x10\xf7\x78\x6e\x21\xb3\x95\xea\x80\xdb\xc8\xa8\x41\x26\xac\x38\x1e\xd9\xe1\xe2\x3b\x3d\x05\x07\x00\xdd\x58\x4b\xd1\x27\xb6\xf2\xae\x6f\x6c\xed\x86\x0a\xcf\xd9\x08\x0e\x95\xbe\xd9\x15\xab\x19\xd3\x90\xc9\xec\x5c\x8c\x1e\x7a\xde\x23\xcd\x59\xb0\x60\xd0\xec\x04\xb2\xf6\xea\x3f\x1b\x21\xf3\x43\x00\xe1\x89\xd0\x54\x81\x9a\x3c\x99\xf7\x04\x97\x47\x4d\xbb\xc0\xf3\x58\xd2\x08\xd9\x0c\xa9\x47\x3c\x01\xd7\x18\xb9\x99\xba\x47\x71\x4b\x7f\xeb\x5c\x17\x69\x09\x0f\x06\x8d\xdf\xd0\x43\x68\x2c\xf0\x3f\xb2\xc9\xb8\x43\x36\x9a\xc5\x8d\xb1\x1c\xab\x9e\x21\x8f\x78\x26\xe0\x5c\x33\x64\x7f\xea\xd9\xc7\xad\xaa\x82\x4e\xd9\xcf\x84\x76\x9b\x4d\x9f\x42\x52\xa0\x31\x1e\x2a\xcc\xbe\x2a\x70\x51\xd5\x53\x9e\xd5\x72\x04\x60\x8f\x69\xe1\x7a\x15\xe9\x22\xa2\x36\xcd\x3a\x4c\xc5\x8f\x53\x21\x54\x9b\x59\xa8\x67\x8f\x3e\x3c\xaf\x0f\xd8\x63\x95\x7d\x5d\xa0\x46\x6c\xe9\xb4\x3f\x8a\x7a\x8b\xea\x85\xe1\x05\xea\x60\xac\x8e\x5c\x64\x80\x2b\x00\xaf\x05\x95\x65\xf6\x06\x62\x50\x0d\x61\x13\x56\x5b\x98\x69\x89\x4c\xcf\xb6\x66\x23\x46\x83\x84\x26\x7b\x44\xa7\x9a\x33\x27\x01\x53\xb2\x94\x66\x2a\xcb\x82\x7d\xd7\xa8\xdf\xd1\xce\xeb\x8f\xda\x82\xf3\xf1\x64\x89\xd0\xf3\x3a\xb7\xf9\x07\x8b\xfe\x92\x6f\x70\x06\xbf\x8d\x08\x20\xc7\xe7\x37\xa9\x17\x00\x82\xf4\x88\x48\x83\x7e\xee\x10\xb4\x1d\x3b\xb2\x0e\x07\xd0\x47\x0b\x7e\xdd\x06\x81\x8e\x85\x9e\xf7\x1c\x15\x28\x2a\x8f\x9e\xf7\x67\xfb\x07\xa0\xb3\x82\x47\x17\x75\x01\xc5\xdb\xb5\x69\x19\x59\x6f\x77\x82\x61\x08\xf4\xdc\x33\xd4\xca\x56\x20\xf6\x86\x50\x01\x6e\x74\xb2\x53\x12\x78\xde\x3c\xe8\xce\x14\xbe\xb8\x99\x00\xae\x2a\xc8\x6e\xef\x6f\x4e\xc2\xc4\x63\x09\xf9\xae\x95\x33\xf7\x6a\xa6\x08\x57\x78\x87\xd7\xdb\xe7\x01\x0d\x4d\xd4\xa2\xc7\xd6\x2b\x9f\x93\xae\xdc\x6a\xaf\x5b\x7f\xb5\xda\x51\xcf\x88\xbd\xe3\x40\x96\x2d\xfb\x95\x62\xb3\xe2\x30\xae\xeb\x64\x45\xb1\x46\x7e\x0d\x6b\x30\xe1\xfa\x64\xf5\x5c\xde\x1a\xb6\xdf\xb3\xea\x8a\x93\xc0\x4c\x6c\xf2\x0b\x62\x5e\x61\x67\xbc\xb1\xbb\x23\x4f\x62\x51\xdf\x7d\x22\x05\xde\x99\x48\x36\xc7\xb0\x95\x38\x1f\xdd\x71\xf8\x35\xc4\x0d\x1c\x0a\x67\xac\xde\xff\x89\x91\x12\xc9\x43\x49\x76\x17\x5e\x43\xc2\x11\x7f\xb3\xfb\x45\x92\xd0\x5f\xf1\x34\x64\x51\xae\xfd\xf8\x72\x65\x40\x32\xca\xbc\xba\x37\x6b\xd0\xcf\x36\x28\x1c\x00\xdd\x27\x73\xa0\x45\xd8\xcb\x96\xd6\x64\x9f\x16\xdc\x6e\x35\x2b\xa1\xb3\x89\x83\xcd\xb7\xab\x1b\xaf\xb7\xff\x26\x87\x0c\x67\x74\xdb\xa5\x1d\x9b\xd0\xc5\x6f\x62\xad\x29\x95\x54\x5d\x6a\x89\x03\x91\x37\xe7\x06\xd7\x77\xe5\x38\x83\xfb\xad\x16\x1f\xcb\x76\xae\xce\x89\x2c\xb8\x44\x5f\xa0\xc2\xcd\xb8\x76\xf9\xb1\x8c\xd4\x0b\x18\xc0\x31\x11\x5c\x83\x2a\x63\x65\x1e\x22\xdf\x85\x06\x92\xa2\x0a\xd9\x41\x6e\x04\x9e\xb7\xed\xc1\x9f\x35\x0b\xf3\x3b\x80\xbc\x43\x98\xa0\x4d\xc3\xf1\x63\x01\x64\xf5\xc1\x2c\x36\x04\xa7\xac\xad\x99\x9f\x93\xd6\xb0\x9b\xf6\xb4\x6f\x48\x44\xfc\x2a\x08\xf0\x57\x26\x83\x49\x80\x76\x0e\x39\xab\x9b\xbe\xb8\x9f\xe7\xec\xf0\x0d\xdf\xee\x36\x31\xb4\xe5\x1a\x3a\xae\xd8\x65\x5c\xfa\x75\x69\x1c\x67\xeb\xef\xd5\x88\xa8\x9d\xb0\x03\xd5\xea\xbf\xe4\xf2\xd1\xe9\xf4\x7e\xc3\x30\xe1\x9f\xbf\x3b\x32\x9d\x93\xd8\x33\x59\x32\x21\xb8\xa5\xb6\xb8\x34\x64\xd1\x4e\xa4\x62\xbd\x98\xcf\xdf\xe5\xff\x0a\xbd\x60\xf6\xe3\x4d\x12\xf6\xde\x5f\x37\x5e\xaf\xf5\x60\x1a\x3b\x3d\x5d\x3d\x79\xbd\xc6\x13\xbb\x5a\x58\x52\x9f\x94\xc5\x20\x19\x97\xb5\xf2\xd5\x2a\x5d\x84\x20\xf1\xcc\x8b\xb6\xd8\x4f\xf9\xfc\x81\xa4\xdc\xb7\x35\xb1\x52\x04\x63\x35\x60\x89\x6e\xb2\xab\xf0\xf4\x9b\x17\x2b\x2d\xa0\xfe\xac\x09\xad\x41\xfd\xd3\xf9\x3b\xe6\x5b\x9c\xf7\x9c\xa5\x16\x8b\x68\x84\xd8\x33\x0a\x8b\x73\x89\x33\xce\x11\x2b\x00\x04\xe3\x02\xb5\xdf\x75\x12\x43\x83\x72\x07\x1b\xfe\x76\xc5\xde\xd7\x99\xc4\x03\x20\xf5\xd4\x4e\x19\xa9\x76\x72\xbb\x83\xd4\x69\x9e\x0f\xb2\xe4\xc2\x6f\x99\xff\x3c\x11\x27\xbc\x75\x67\xf6\x4d\x36\xcf\xbb\x15\xea\x8b\x7c\xbb\x52\x65\x61\x0b\x55\x3f\x98\x97\xe8\x6b\x40\x3a\x99\x9e\x7c\xed\x05\xf4\x65\x34\x59\x8b\x09\x23\x24\xdc\x4e\x01\x80\xc1\x06\xb1\x4e\xdf\x5a\x8e\xa9\x5b\x77\xce\x4c\x8a\xae\x23\x3d\x8f\xf9\xbf\x53\x5b\xc5\x38\x4f\xed\xce\x07\xe8\xca\x10\xa8\x53\x23\x29\x4a\xe0\xb0\x6c\x6d\x43\x3f\x33\x84\x67\xfb\x2d\x1b\x95\x6c\x35\x59\xef\x22\x22\xf2\xdf\xb2\x95\x07\x9b\xd7\x96\x32\x25\x29\x4f\x26\x5f\xfd\xd7\xc6\xf2\xbe\x15\xa1\xda\xda\x26\xf2\x1f\x1b\xcb\xef\xbc\x20\x66\xcb\xcd\x12\x55\xa5\x67\xf9\x83\x43\xcc\x12\x98\xcf\x46\x36\xa7\xe5\xba\x13\x2c\x7a\xf2\x12\xdc\xb9\x17\x17\x77\x86\x23\x19\x8b\x98\xb0\x53\xa6\x01\xca\xbd\xfa\x17\x52\x98\xfd\x6b\xaa\x79\x89\x90\x75\x9d\x22\xf5\xc7\xf3\x8e\xa4\xaa\xbc\x9e\x9c\xe8\xd0\x1a\xc7\x3d\x2d\x7d\x7b\xbc\x05\xf7\xa0\xf5\xec\x4a\x46\x05\x42\x4a\xf5\x59\x9f\x44\x07\x22\xae\x31\xa6\xde\xf0\xcc\x7d\x93\xaa\x5a\x02\x80\x45\xd8\xa1\x64\xa5\xbc\x2b\xb7\x94\x63\xce\x8a\x2c\x5c\x01\x62\x34\x99\x43\xe3\x9b\xeb\x0a\x44\x2c\xee\xb9\x7e\xbd\x21\xa7\x04\x5b\x3b\x11\xaa\x2c\xcc\x44\xd3\xb1\x18\x47\xd9\x33\x5d\x3d\xba\xf5\x6f\x8e\xed\xfe\x2d\xc7\xc3\x9a\xc3\x65\xd4\x1c\x13\xb8\xf0\xa5\xbd\x3a\xab\xb2\x73\x06\xe3\x8e\xfd\x0b\xda\xc5\x34\xa8\xcd\x7d\xbd\x37\x56\xd8\x53\x33\x3e\x17\xed\xdf\x8e\xec\x22\xfc\xad\x04\x04\x68\x99\x9c\xbc\x28\xb2\x9c\x0f\xae\xb6\x94\x29\xc6\x16\x70\x08\x70\xd2\xb9\x26\x0d\x36\x28\x47\xfe\xc4\xc9\x32\x31\x4b\x58\x71\x47\x91\xbf\xbd\xc6\xac\x6f\xe6\x39\x3d\x3b\x3b\x1d\x5b\xdc\xdc\xcd\x75\x8e\x77\xae\x0c\x0b\x42\x4d\x54\x8c\x1b\xe2\x9b\x4a\x3a\x48\x4d\xe2\xb0\x5a\x3a\xfa\x4e\x12\xad\x0a\xe3\xf4\x12\x1d\x22\x27\xb3\xe5\xd4\xc8\x92\x29\xaa\x94\xd4\x87\xaa\x78\x52\xe0\x78\xb8\x47\x78\xf2\xa8\x83\xe9\xb8\x66\x11\xbb\x47\x0f\x73\x1d\xb0\x62\x99\xb4\x09\x6e\xd0\xde\xca\x8b\x17\x87\x5e\x30\xbb\x63\xad\x7b\x0d\x98\x24\x67\xe6\xec\x71\x2a\xb4\x10\x98\x2e\xdf\x18\x68\x32\xed\x54\xdd\x63\x35\x0e\x73\xb5\x92\xf9\xcd\x28\x90\x45\x36\x80\x9c\x70\x90\xf3\xd1\x0a\x3c\x46\x58\xfd\x59\xdc\x8b\xc8\x90\xf4\xec\xa8\x3a\xe0\x5b\x13\xff\xcc\xfb\x6a\x49\x84\xc8\x09\x36\x64\xdb\xd9\x61\x25\x25\x85\x6a\xa7\xcb\x36\xe6\x7d\x7e\x88\x07\xf9\x57\x8d\x21\xb0\x35\x3b\xef\x39\x9d\xf5\x6f\xe8\x39\xd4\x8b\x47\xd4\x1e\xd9\xb5\x55\x9e\xa7\x12\x3c\xcf\xca\x26\x19\x3c\xa9\x4b\xa2\xd1\xbf\xe4\x61\x5b\x54\x95\x95\xec\x2d\xb9\xce\xbc\xb6\xa4\x43\x11\x69\x7c\x0e\xda\x92\xc3\xdc\x26\xb4\x4f\xaa\xfe\xc7\x78\xdc\xe3\x39\x8f\xb3\x80\x8b\xc7\xdc\xd2\xe5\x1d\xf1\x97\x25\x0b\x19\x2c\x4b\xf2\xc6\x70\x5b\x62\x44\x2a\x9a\x10\xd1\xe9\x64\x4e\x82\xf2\xcb\xd4\xfa\xe4\xcd\x69\x12\x39\xc3\x88\x98\x54\xfb\x9a\xa5\xcb\x9b\x69\xf0\xf7\x32\x08\x29\xc5\x59\xaf\xa4\x65\x51\x30\xd8\x9c\xec\xbc\x6a\xe4\xc6\xec\xcd\x2a\xcc\x9b\x46\xcf\xc6\x69\xaa\xce\x07\x7a\x31\x80\xe5\x22\x77\xeb\x05\x77\x03\x56\x4d\xee\x2a\xb9\x16\xde\x40\x2c\x99\x44\x9a\x58\x78\x43\xc3\x11\xe1\x0a\x0d\xdd\xd8\x09\xee\x82\xe3\xa4\x17\x08\x29\x60\x38\x19\x14\x72\xc7\x9e\xfb\x70\x3a\xb0\x1f\x37\xde\xf6\xce\xf6\x79\x3e\x77\x24\x39\x32\xec\x77\x17\x8e\x9f\x7f\x1c\x41\x48\x0a\x66\x2c\xfc\xfc\xdd\xbc\x6a\x91\xb5\x4b\xf5\xdd\x71\x08\x71\x39\x6b\xfe\xc9\xf3\x7e\xb9\xcd\x13\x26\xb9\x37\x92\x7c\x0b\x9a\xa9\xe1\x72\xce\x90\x88\x07\x12\x74\x1a\x24\x6f\x1f\x7c\xe7\x74\x1c\xa7\x8c\x1a\xcd\xf3\x77\x77\x9a\xaa\xa2\x95\x68\x4c\x32\x26\x75\xfa\x16\xbc\xd5\x46\x77\x61\xea\xc7\x40\xdc\x94\x95\xfd\xdd\xb5\x0e\x4d\x48\x3d\xc1\x20\x8f\x80\x6e\xbb\xb0\xbe\x8e\xf0\xe4\x44\xf3\x76\x2b\xbc\xd5\x2a\x60\x02\x1f\x6f\x20\xe8\x32\x06\x61\x0b\xe2\x69\xfd\xff\xdd\xad\x75\x79\x83\xa8\xed\xa3\x56\xd6\xa2\x05\x0e\x91\xe5\xf6\x91\x35\xa8\x60\x0d\x2e\x4c\xc4\xfb\x6b\x50\xc3\x1a\x7c\xbc\x81\x60\xc5\x40\xb9\x7b\xac\xc1\xe6\x92\x6e\xfd\x0b\x8a\x22\x7b\x56\x7e\x74\x1d\x20\x5a\xe0\xcc\x0f\x1d\x3c\x18\x25\x0d\x98\x8c\xa7\x7e\x01\x90\xf2\xd5\xcd\x39\x62\x64\xac\xa1\x10\x8b\x18\x24\xa3\xf5\x3d\xa7\x28\xaa\x03\x2a\x57\x06\x23\xaf\x97\x25\x26\x33\xcf\xc8\x51\xba\x58\x31\x62\x1d\xb4\xd3\x27\x96\x64\x1e\xde\xe8\x78\x81\x16\x44\xd6\x4d\xdc\x2f\x6c\x21\x76\xd6\x55\x7c\x90\xe9\x58\x33\x7e\x33\xa3\xf3\xe0\x6d\x6e\x65\x78\xb4\x08\x5e\x96\x10\xf1\xc8\x78\x95\xf8\xec\x8f\x11\xd9\xf4\x82\x3b\xc6\x01\x13\x61\x3b\xc4\x73\x79\x3c\x67\x25\x6f\xdc\x5b\xe6\xd5\x64\x75\x67\x8e\x93\xb5\xc0\x87\x1b\xf7\x0e\xbb\x6a\x46\xe7\xec\xaa\x71\xcf\x34\xc7\x2c\x61\x93\x22\xaf\x87\x0a\x71\xf2\x93\x9a\xe4\xac\x19\x9e\xdf\x63\x31\x96\xe5\x09\x91\x82\x8d\x08\x61\xd9\x92\x8c\x12\x01\xcc\x02\xbf\x55\xcb\x23\xdd\x9d\xa8\xef\x74\xf5\xe8\x22\x59\xea\xd6\xce\x47\x24\x0f\xb7\x71\xa2\x78\x49\x80\xa6\x81\x6c\x6e\xcc\x37\x33\xdc\x60\xc5\x11\x16\x07\x50\x90\x75\x9b\xc7\xb4\x41\x7e\xf3\xf4\x81\x6d\x2f\x5b\x2e\xfd\xbf\x9a\x70\xbb\x78\x18\x40\x18\xd9\x55\x25\xaa\x4a\x40\xff\x0a\x5d\xfb\x50\xa4\xa0\x99\xbe\xc2\x70\x41\x17\x69\x52\x64\x85\x56\xef\x7c\x4b\x77\x5d\x03\xca\x87\xe4\x94\x17\x01\x82\x4c\xa4\xa6\xd8\xdc\x81\xb5\x50\x5b\xee\xff\x0f\x83\x18\x39\x66\xfa\xc7\x59\x28\xe3\xad\xe7\xfd\x3a\x24\x4c\x9b\x8c\x6e\x10\xda\xd3\xfd\x6f\x2c\x36\x29\xe3\xc3\x95\x40\x8e\xdb\x79\x72\xfc\xaf\xfd\x99\xfa\x2f\x4d\x6d\x30\x79\x08\xcb\x38\x06\x57\xd6\x37\x24\x89\x2b\xea\xa3\xc0\x6f\x69\x9d\xb9\x82\x98\x84\xb8\x0e\x0e\x63\x8b\x70\xfa\xc0\xee\x2e\x58\x5a\x80\x10\x77\x97\x47\xe2\x82\xb5\xe5\x56\xec\x2c\xd9\xef\x5f\x26\x6c\x3a\xe3\x33\xf5\xb1\xe8\x9c\x23\x15\x5d\x02\x7b\xcc\x33\x83\x2f\x3f\x0b\xad\x3d\xb3\xef\xf7\x57\x9f\x4d\xaf\xe6\xae\x95\x7c\xd0\xb2\x1c\x40\xcd\x7a\xec\x3b\xc9\x7b\x30\x87\xc0\xce\x24\xfc\xc6\x75\xdc\x30\x5d\xe8\xa8\x49\x5c\x6b\x86\x72\xc9\xd1\x6b\x2c\x2e\x6f\x41\x95\x61\xbd\xb8\x50\xdb\xec\x2c\xe7\xc8\x3a\x55\x24\xcd\x2c\xeb\x67\x44\xbc\xa1\xdc\xc7\x11\x5f\x02\x4d\x49\xd0\x64\x38\xcc\x55\xc6\x4c\x96\x5c\x83\x8a\xaa\x82\xbc\xa5\x04\x7f\xeb\x1b\x7b\xec\xe7\x88\x84\xac\xeb\x48\xc8\x70\x02\x2b\xbf\xd4\x0f\x40\xfc\x26\x22\x3d\xa2\xdc\x5d\x48\x48\x37\xe7\xb8\x2e\x88\xe4\xa8\x72\x28\x03\x95\x3c\x01\xd3\xb7\xfb\x6e\xaf\xa3\x3d\xb8\x9e\x71\x78\x7c\x51\x7c\x72\xa7\xe2\x57\x69\x60\x78\xa3\xd4\x45\xc2\x07\xa4\xf9\x08\x90\x16\x1c\xa9\x86\x78\x75\xc4\xa9\x8b\x6d\x27\x52\x18\x55\xa8\x31\x83\x27\x16\x4d\xe7\x89\x39\xc0\x25\x16\x02\x03\xf9\xac\xf6\xc8\x4c\x1f\xe8\x48\x11\x76\x00\x4c\x00\x0d\xa2\xed\x4e\x6a\x2e\x54\xb6\x21\x51\xb0\x8d\x4b\x4f\x69\x04\x16\xa8\x18\xfb\x3a\x90\x18\xd6\x2c\xad\xc6\x82\x5c\xae\xae\xe7\xb1\x59\x3e\x0c\x0c\x91\x02\x33\x6a\x11\xe8\x77\x5d\x5c\x08\xf6\xf2\x6b\xe4\x07\x13\xae\xaf\xe1\x1f\xb2\xf9\x05\x5a\xc4\x85\x56\x0b\xc1\x22\x3e\xf6\x8a\xfc\x36\xd3\x1e\xb2\xbd\xc8\xf1\x01\x2a\xcc\x00\x99\x8c\xf7\x91\x17\xfe\x5c\x3d\x79\xbd\xe5\x73\x33\x17\x3d\x4e\x3e\x91\x20\x7e\x15\xa7\x08\xbc\xb6\x4b\x6b\x37\xea\x50\x6a\x66\xb3\x27\xee\x10\x97\xd0\x3c\x35\x58\x31\x91\xac\xe4\xe9\x18\x95\xb1\xfa\x54\xf6\x3b\x84\x1f\xad\x0f\xdb\xea\xc4\xa7\xec\x71\xa1\x6b\x47\x62\xab\x60\xae\xbb\x38\x9f\x58\x55\x81\x41\x67\xf1\x8d\xc2\xef\xf6\xac\xba\xa4\x30\x51\xa3\xca\x04\x31\xde\x91\x14\x0d\x2d\xb3\x39\xc0\x38\x14\xbd\xbb\x6c\x33\x7d\x29\xc1\x4a\x80\xdb\x28\xcb\xe6\xf2\x9f\x88\x24\xa1\xb6\x9f\xe0\x59\xf9\xce\x95\x4e\x05\xa3\xd9\x59\x33\xc7\x3f\x14\x9a\xf6\x28\x1e\x04\x02\x6e\x79\xfe\x46\x48\x92\x31\x87\x5a\x01\xb3\xa9\x90\x2a\xcf\x1e\xb3\x02\x79\xdd\x71\x1c\x54\x74\xe6\x71\x26\x7e\x59\x25\x27\xff\x04\x85\x1c\xce\x58\x3a\x39\xc1\x50\xbf\xbf\xe5\x05\xcb\xfa\x7d\x50\xca\x21\x32\x51\x17\x08\x78\x6a\xf7\x2d\x57\x5f\x7c\x71\x98\x3f\x04\x90\x23\x2c\xef\xcd\x35\xcf\xae\x5c\x66\x39\xb4\xc9\xf5\xcf\x60\x8b\xad\x44\x1c\x2d\x56\x8f\xc4\x75\x79\xeb\x05\x33\x0e\xa6\x49\xf0\xc9\x78\x51\x20\x63\x18\xba\x34\xa4\x65\x50\xf1\x21\x36\x59\x2f\xa2\x28\x23\xf6\x20\x8b\x1d\x9f\x2d\xd7\x25\xbc\x21\xa9\x7a\x9e\xb3\xe1\xf6\x6e\x82\xdf\x92\x01\x86\x39\xbc\xb4\x25\x5b\x91\x03\xed\x47\x4b\xfc\x8f\x5c\x3b\x96\x62\xc3\x4c\xd3\x66\x77\xc1\x94\x37\xd7\x01\x37\x5a\x6b\x1f\x51\x71\x0d\xab\x77\xf5\x17\x43\xfe\x9b\x1a\x54\x7f\x37\xad\x3d\xb7\x8f\x58\x27\x90\x68\xa2\xbd\xb0\xa2\x64\xff\x34\xbe\xd9\x27\x51\x6f\x48\x75\x8b\xcf\xeb\x57\xfb\xf7\xe4\xda\xfe\x3d\xed\xe5\x1b\xa6\x37\x5f\xed\xd5\x94\x2f\x27\x3d\x56\xa0\xb9\x0a\x5d\xf6\xcc\x8c\x5f\x4d\x29\x31\x7a\x28\x2a\x60\xc7\x5f\x0f\xd6\xd9\x91\xef\xfa\xe9\x20\xb0\xa3\xe9\x72\xfc\xe6\x95\x0d\x0b\xa5\xcb\xa1\xfd\xb3\x56\xfc\x44\x60\xc7\xf9\xe6\x9f\xb9\x01\x3b\x57\x87\xb6\x1a\x44\xfe\x81\xa2\x67\x51\x89\x9c\xca\x42\x7d\xb5\x32\xbb\x09\x00\x1a\x2c\x49\xca\xbb\x6e\x92\x8c\xc1\xc7\x31\xba\xc7\xc6\xb6\xff\x8e\xef\xaf\x46\x5e\x50\xe7\xfd\xbc\xc7\x6c\x71\xd1\x5f\x5d\x6c\x8a\x44\x24\xbd\x7b\xa7\xe3\x1e\x04\x7b\x83\xa6\xa0\x1e\xef\x7b\xde\x60\x36\xa6\xd6\x14\xe4\x4f\xad\xae\xa3\xff\x4c\xbc\xcb\xd8\x97\xce\x8d\x28\x32\x97\xba\x45\xd7\x58\xad\xae\x7e\xe3\x9d\x7b\x6f\x1d\xfe\x74\x3d\x99\xfa\xea\x0d\xfa\xcc\xab\x1a\xd9\x2a\x01\x24\x22\xed\xee\x14\xe6\xf1\xa5\x22\x73\xf5\x25\xc8\x26\x81\x3a\x2d\x69\xa5\x38\x76\xb8\x4d\xbb\xe7\x4b\x73\xa9\x30\x57\xd8\x99\xf3\x95\x1a\xff\x6d\xb2\x33\x19\xfe\x74\x48\x74\x77\xa4\x8a\x29\xd9\x18\xd1\x06\xb5\x58\xed\x99\xf8\xce\xba\xa5\x4f\x3c\x53\x35\x62\x1a\xac\x78\x6d\x16\xfa\xbc\x47\xd3\xbe\xdd\x43\x35\xc6\x3a\xfd\x55\x5f\x0e\xf4\xcd\xef\xe3\x69\x36\xb6\xcd\xa8\x4e\x94\xf1\xe9\x2c\x8c\x21\xa7\xdc\x7e\xe4\x5a\xee\x6e\xff\x2c\x5a\x13\xd7\x6c\x1e\x66\xe8\xad\x47\xdb\xcf\xa5\xe5\x20\x5b\x9f\xb0\xcc\xd3\xfc\x90\x4d\xf7\xd0\xf3\x9e\xb8\xcb\xc1\xec\x9e\x79\x0e\x8a\x4a\xcf\xda\xae\x97\x65\xaa\x0e\x0c\xfd\xb3\xd4\x1e\x2c\xaf\xf0\x2c\xb4\x27\xfd\x33\xce\x16\x59\xd7\xf7\x6f\x4e\xb3\x8d\x56\x88\x00\x5b\x39\xde\xcb\x17\xbb\x37\xa7\x26\xa5\xbe\xb0\x4f\x70\xfa\x24\x63\xce\xe3\xdf\x42\xec\x17\x1c\x75\x12\xa1\x81\xf7\x02\x23\x30\xa4\xbc\x1a\xe7\xad\x02\x2c\x1e\xcf\x37\xea\x0a\x91\x5d\x30\x01\xec\x7e\x58\x2f\x42\xb3\x21\xf8\x2c\xd3\x0e\xbb\x46\x91\xad\x78\xc5\x5f\x4f\x30\xa8\x74\xe5\x5a\x0a\xc8\xd6\x3e\xa3\x26\x86\x1c\xfb\x34\xbe\x33\xe1\x2a\xfc\x85\xad\xda\x71\xbb\x85\xa2\x6f\x9e\x8d\x40\xd8\x2f\xcf\x23\xb3\xab\x2a\x32\x7b\x55\x65\x8b\xcb\x76\x69\x2d\xa6\x34\x48\xff\x52\xef\xc8\x40\x0b\xf7\x72\x1b\xfb\x9c\xbd\xa0\x05\xcb\x13\xfe\xab\x22\x4f\x4b\x22\x0d\x75\xbf\x20\xd0\x2a\x5f\xeb\xc9\x79\xff\xda\x09\xc6\x72\xfd\xab\x3a\x13\x58\x8a\x10\xb6\x39\x02\x8e\x03\x21\x9f\xcf\xbb\x42\x35\xc1\x04\xef\xbf\x52\x1b\x98\x97\xce\xbe\x5c\x58\x42\x46\x39\xc4\x4a\xd6\x48\x55\x14\x29\x94\x51\xef\x13\xa8\xf7\xca\x77\x66\xfc\xad\xe0\x2e\xda\xda\x2b\xce\x67\x5e\xac\xc0\x72\x45\xe0\x4e\x39\x36\x68\x2c\xa5\xc3\x59\xd3\xab\xa5\xa8\xbf\x08\x52\x8a\x14\xe2\x95\x09\xc4\x5b\x09\xc2\x22\xc9\x6a\x29\x7c\xed\xd9\x8f\x4d\xaa\x6a\x96\x50\x4f\x54\x80\xc7\x11\x37\xab\xf8\x3f\xb4\xb7\xb8\x29\x64\x86\x4d\x05\x28\xd7\x1d\xd3\xea\x59\x11\x8d\x6c\x0b\x23\x2d\x6a\x13\xa9\x00\x29\x49\x70\xab\xbf\xd8\x7e\x20\x87\x18\xd9\x33\x6b\x20\x51\xc4\xa9\xfa\xc0\x98\xd5\xe4\x88\xc1\xed\xfb\x0b\x8c\x5c\x3d\xd1\x85\x59\x53\x9b\x98\xb3\x9b\x27\xdf\xb9\x3e\x12\xad\x94\x0f\x13\xcb\x19\x43\x23\x37\xa7\xac\x37\x2e\x52\x01\x95\x1b\x52\x4e\x5b\x9f\x04\x3d\xca\xc1\x93\xcc\xbc\x3d\xba\xb9\x4b\x45\xc3\x17\xb2\x04\x38\x2f\xd1\x11\xc3\x3a\x68\xcd\x52\xca\xaa\xd2\xee\x49\x95\x29\x65\x2e\x4e\x06\x6a\xa2\xca\xa7\x57\x4a\x9f\xa2\x16\x72\x6e\xab\xb0\x4c\x85\x85\x5e\xae\x06\x1a\x6d\x22\x5f\xb1\x6a\xa1\x33\x55\x54\x5b\xd9\x6b\x1c\xc0\xb6\x5a\x29\xb5\x65\x1a\xbc\xd5\x0f\xfe\x70\xa0\x8f\x4f\x07\xcc\xa1\xdd\x75\xe5\x7d\xd3\x83\x6d\x5d\x8e\xbf\x59\xf3\x45\x95\x9b\xeb\xa0\xe4\x7a\x02\x23\x21\xcb\xa9\x90\x27\xee\x21\x3e\xa0\x68\xc5\x2d\x43\xad\xc1\xe2\x84\xee\xd1\xad\x15\x28\xb7\xd8\x49\xab\x2a\xa7\x71\x7a\x5f\xd8\x39\x62\x59\xd9\x3c\x9c\x46\x25\x52\x3f\x9f\x5a\xcf\x6f\xf0\xeb\x8f\x72\xe9\x0f\xbc\xd1\x7f\x33\x0b\xe3\xe2\x5f\x1f\x6d\xa5\xe8\x39\x7b\xcd\xd6\x60\x02\x38\xa4\x03\x25\xf2\xf3\x6a\xe4\x1d\x47\x87\xfb\xf5\x8a\xa5\x87\xcd\x2a\xd4\x0b\x2d\xf3\x5a\x07\x12\xc8\x1c\x0c\x6b\x56\x3a\x9f\x5b\x2f\xb7\x33\x65\x8b\xc9\x51\x93\x8d\x3c\xa6\x36\x82\x26\x0b\xd0\xd2\xe2\x8e\xf9\xd0\x84\x36\xc5\x73\x65\xa9\x12\xb8\x78\xbf\x58\x45\x64\x64\x99\xf3\x0a\x45\x58\xc9\x88\x3d\x3e\x17\x47\x38\x4f\xad\x99\xd3\xa9\xcd\x91\x0a\x09\xbd\x95\xb4\x74\x1c\xac\xec\x16\xd5\x08\x5f\x9d\x25\x87\x28\x2a\x3e\x8f\x3f\x4a\x0a\x2c\xb9\x3a\x24\x85\x2d\x2e\x74\xf4\xee\x35\x7b\xb1\x1a\xcc\xa8\xfb\xc8\x94\x33\x4d\xac\xc0\xb8\xf7\x2b\x3a\x1f\x09\xe2\x4f\x76\x34\x21\x43\xc1\xc6\x10\xb1\xa7\xc9\x42\x51\x3f\x5a\x42\x7f\x42\x09\x2e\x8c\x34\x46\x16\x17\xb5\xdc\x58\x29\xcc\x19\x33\x21\xc4\x22\xf0\x7f\x73\xa5\xbc\x70\x7c\x84\x17\xbd\x75\x83\xb7\x41\x8d\x2d\x02\x3b\x49\xe7\x60\xb7\xd6\x72\xc1\x13\xd1\xd4\x89\x36\x2d\x8c\xed\xb0\x50\xcc\x66\x3a\x06\x98\x52\xd6\xd8\x51\xe9\xbe\x22\xb5\x01\xd0\x8f\xa5\x26\xe8\xa4\x29\xcb\x40\x93\x81\x33\xac\x02\xe7\xb5\x90\x42\x6e\xf8\x30\x50\xa4\x77\xbb\x08\xed\x1c\x8b\xfc\xbf\x46\x08\xf0\x26\xee\x9b\xdf\xc6\x5a\x85\xa1\xc6\x30\x8b\x6e\x63\x63\x49\x18\x29\x5c\xcd\x06\x36\x48\x39\xa5\x6d\xf8\x68\x6a\x7f\xe3\x78\xb5\xad\x64\x36\x92\x20\xa0\x85\x72\x04\xc1\x7a\x86\xb3\xc1\x28\x39\x76\x88\xd9\x8f\x0a\x84\xe6\xaa\x0b\xc1\x2e\x26\x2c\x91\x08\x2a\x75\x6a\x70\x54\x25\x7a\x19\xd4\xff\x50\x24\xfd\x1f\x53\x43\x8a\x4e\x42\xb0\x7a\xed\xe2\xf9\xd6\x27\x76\xfa\x34\xd9\x16\x24\xa1\x83\xa5\x15\x3b\x05\x9a\xbc\x6a\x77\x8b\xe0\x32\x61\xba\xe4\xf4\x36\xf1\x66\xc1\xd0\x3e\x3d\x17\xf1\x73\x6d\xa2\x71\x7b\x9f\xcc\x6d\xe2\x0d\xdf\x0a\x86\x2a\xa6\x86\x01\x69\x7e\x7f\x3c\x90\x8e\xa1\xe7\xfd\x16\x94\xac\xb9\x3a\x38\x0b\x52\xc4\x1f\x72\x21\xf5\x08\x0c\x96\x43\x2c\xdf\x87\xdd\x6f\xe6\xe7\x82\x2d\x52\x5e\xe9\xa5\xbf\x8b\x07\x8a\xe0\x31\x84\x7f\x03\x15\x94\xa0\x56\xd5\x20\x82\xd5\xd1\x76\x5e\xae\xa3\xf9\x90\xca\xc8\x6b\x44\x9b\xb2\xd2\x3f\xe1\xff\x9a\xa5\x73\xd6\xea\x80\x94\x4f\xd6\x61\x7e\xe6\x54\x48\xdf\xdb\x33\x77\x2b\x33\xf7\xcb\x66\x30\xb2\x5d\xee\x35\x17\xaa\x32\x9f\x92\x01\xf7\xa5\x2a\x45\x86\xfa\x72\x34\xef\x72\x62\x65\x49\x81\x08\x54\x20\x4d\x9d\x70\x0c\x3a\xea\x5e\x00\xd2\xd6\x57\x98\x64\x53\x16\x18\x47\x87\x17\xa5\x34\xa0\x84\x86\x4d\xdc\xef\x7b\x41\xfc\xf3\x2a\xf4\x7a\xd3\x9f\xf0\x01\x65\xe4\x32\x48\x7f\x5e\x0d\xbd\x5e\xe3\xe7\x9d\xd9\x92\x3f\xe0\x7c\xa9\x32\x21\xdc\x31\x13\x7b\xb4\x82\xab\x4a\xe1\xd4\x2b\x69\xe6\x5b\xff\x3e\x7f\xde\x22\x0e\x98\x17\x4a\x08\x72\x2a\x4f\x1d\x6b\x70\x28\x9b\x4e\x2a\x6e\x7e\x78\xa9\xdb\x2a\xea\xb9\xb5\x38\x5f\xe9\xa3\xff\x06\x63\x37\xc6\xa1\xef\xeb\xe5\xa0\x88\x1c\x3c\x55\xe1\x99\xc9\xb3\xbb\xed\xaa\x98\xbf\xdb\xc3\x4e\xd1\x74\xb9\x6d\x05\x6d\x67\x4b\x04\x79\xd1\x63\xd2\xda\x10\x9b\xf0\xc2\x62\xb2\xd2\x9e\xc0\x4b\x72\x9e\x22\x5f\x6a\xda\x1a\x2b\x0d\x64\x72\x20\xbe\xe6\x0a\x7e\x5a\xad\x87\x7e\x2e\x56\x61\x6e\x23\x6a\xb0\xa9\x23\x36\xa0\x80\xdd\x29\xd4\xf6\xb9\xa3\x90\x41\x45\xe6\x5d\x29\xc0\x17\xa1\x17\x54\x1f\xd8\xda\x8c\xaf\xc4\x2b\x8d\x9d\x61\xc4\x90\xf5\x62\xf0\xb6\x1c\x42\x35\x64\xfe\x69\x2c\x69\x43\xde\x1e\xc4\x8a\x30\xb6\xc8\xc1\x23\x89\xd2\x3c\x82\x74\x24\x6c\x87\x53\x03\x13\xb5\xa2\xc6\x33\x79\x2d\x12\x85\xb0\x89\x76\x5e\xf9\x24\xd6\x8c\x9b\x69\x8f\xcd\x33\x9b\xe2\x97\x5e\xc5\xe8\xb2\xcd\x69\x39\xd9\xf5\x07\xcf\x6b\xf9\xd3\xe0\xaf\xde\xcb\x7a\x1c\x11\xdc\xd0\x4c\xc7\xb4\x39\x71\xd9\x1b\x28\xd6\xd3\xd9\x7f\x97\x0b\x8b\x8f\xa8\x94\xba\x5c\x18\x3e\xc4\xa2\xf9\x32\x5c\x78\xaa\xb8\x30\xc8\xc8\xec\xe3\x5c\x58\xa6\x5e\xf6\x4b\x9e\x0d\x03\xcb\x70\x4b\x67\x74\x25\x9b\xaf\x03\x79\xf4\x83\x4c\xb8\x2c\x82\x75\x8e\x03\xe4\xcd\x3e\x72\xd8\x33\x92\x35\xfb\xc6\x76\x0a\xd6\xb6\xd2\x75\x81\x99\x02\x23\x9f\xba\xc2\xa7\x25\x7c\x14\x9d\xe3\x7a\x5b\x7e\x67\xfd\xe4\x1c\xc6\xcf\x6b\x9e\xd5\xfe\x8c\xcd\x5f\x0f\x8d\x59\x28\x06\xb0\x1b\xf1\x78\xcd\xf9\xf3\xb3\x0f\x7d\x7e\x24\xe7\xf1\x7f\xd1\x93\x25\xfb\x38\x16\x39\x2c\x35\xc1\x51\xaf\x3d\x80\x5c\x58\x51\x51\x04\xd6\x1a\xe8\x59\x7d\xa1\x2c\xd8\xad\xa9\xf1\x51\x18\x1e\x47\x2e\x4d\x72\x87\x03\x93\xb2\xf1\x70\x35\xf4\x82\xe6\x77\xf6\x6b\xbb\xbb\x29\x6f\x76\xeb\x68\xad\x5f\xf6\x85\x6c\x00\x3b\x15\x90\xc7\xfa\x2e\x7f\xe1\x78\xac\x94\x0f\x57\x17\xfd\x55\x8f\xbc\x00\x07\xbd\x1f\x33\x03\x6a\xb3\x4c\xcc\xa6\xaf\x39\x16\x80\x05\x27\x41\x67\xc0\xc5\x0d\xea\x0c\x9b\x10\x20\x97\xf4\x3a\xca\x0c\xca\xa2\x81\x6c\xe4\xe3\x7d\x5a\xc4\xc0\xea\xbe\xa4\x2f\x4a\x02\x14\x3f\xd6\x69\x04\x84\xc0\xd1\x40\x0c\x31\xd4\xd0\x4a\x75\xa0\xd4\x14\x2b\x44\xbe\x5f\x82\xb1\xe0\x2d\xb8\x1a\xc7\xa5\x22\xf9\xa9\xdf\xe9\x9e\x7d\x2a\x34\xf5\x6f\xe9\x3d\xfe\x82\xc0\x2f\x3a\x8f\x85\x1b\xa8\xcd\x8d\xb3\xb6\x5d\x4b\x41\x07\xfb\xa6\x9a\xe8\x8c\x2c\x89\xb1\x42\x34\x4b\x5f\x58\xc3\x16\x0a\xd5\x89\x37\xaf\x14\x71\x05\xb9\xa0\x8f\x74\x78\x4d\xc4\x21\x88\xc8\x78\xec\x92\xfd\xd4\x16\x00\x76\x1c\x81\xf0\x09\x20\xea\xde\xb8\xff\x82\x1d\x63\x67\xcc\xd9\x0b\xd4\xcc\xf3\x97\x1b\x27\x8e\x45\x74\x63\xb5\x7f\xb6\x08\xf0\xe9\x72\xba\xe6\x9e\xbb\xb3\xa8\x23\xb2\x8c\x41\xd2\xae\xbf\xe5\x76\x11\xdb\xf7\x51\x2f\x73\xcd\x09\xe4\xfd\xf8\xc5\x26\xe9\xae\x9c\xbc\x9b\xa1\x45\x62\x91\x48\xda\x56\xcf\xe6\x60\x8f\x9b\x3d\xc5\x7f\xb6\xb5\x9e\x9d\xac\xb4\xa1\x53\x62\x2b\x9c\xf9\x5f\x12\xa6\xdc\x97\x80\xb2\x8d\x14\x75\xe9\x8b\xfe\x8b\x90\x61\x04\x0e\x67\x6f\x0d\xcd\x3b\x61\x83\x9f\x3e\xe0\xf4\x5f\xd9\x1a\x97\xe9\x59\x18\x9c\xac\x34\x8d\x64\x9b\xfa\x67\xcb\x53\xc5\xd2\x6d\x17\x4a\x43\xa6\xce\xef\x16\x2a\x0c\x40\x19\x76\x75\xb5\x2c\x00\x07\x9b\x98\x3d\x44\x64\xba\x21\xb7\x2b\x26\x39\x73\xfa\x60\xda\xf3\xb4\x8c\xd1\x3f\x80\xb1\x95\x22\x65\xb8\x10\x7c\xf5\x0a\x12\xc5\xaa\xd8\x88\x7b\x95\x23\xc6\x43\xde\x00\x68\xce\xad\x05\xe2\xa0\xd6\x44\x3a\x91\x85\x68\x1a\xcc\xc2\x5b\xa5\x34\x5c\x99\xf2\x0f\x10\x15\xc7\x3d\xce\x6f\x31\x6f\x75\x11\x8b\xd5\xe1\x41\xb5\x22\xb7\x76\x06\x2e\xaf\x11\x26\xb1\x40\x16\xfd\x1c\x15\xa3\x37\x4d\x9b\x91\x46\x2c\x16\x21\x71\x25\xe4\x86\x9b\xba\xf2\x80\x5e\x6f\xc2\xfc\xd8\x20\x94\x1f\x05\x6c\xbe\xd6\x71\x18\xf9\x56\xad\xbd\x25\x61\xdf\xd8\x95\xa9\x48\xc1\x01\xbb\xa6\x22\xc5\x01\xb2\x63\x0b\xc1\x62\xee\x42\x2f\x5b\x4a\x63\x55\xaa\x48\x8a\x5c\xd1\x79\x27\x9f\x24\xde\x6d\x73\x7b\x06\x65\x2e\x1a\x58\x1c\x49\x8e\x2a\x91\xc0\xe2\xa6\x8a\x6b\x6f\xe2\x47\x25\xea\x23\xde\xc7\x0a\xa3\x78\x7e\x25\xc5\x1a\x00\xd3\x52\xef\x5d\x99\xac\xee\xb6\x80\xc6\xaf\x38\x50\x98\x74\xbc\xdd\x0a\xc9\x0a\xc9\x80\x50\xc6\x3a\x7e\x77\xc4\x5a\x69\x68\x22\x96\x55\x4e\x2b\x9a\x38\x88\x3e\x2a\x21\x82\xa6\xe3\x82\x92\x6f\xdf\xf9\xc7\xf2\xc7\x56\x85\x0f\x7f\x1b\x41\xd9\x73\x5f\x5c\x07\xa4\x8a\x04\x4e\x9b\x31\x5c\x5d\xcc\x00\x5e\xf4\x93\xb9\x4d\x88\x17\x3b\x51\xdf\xec\x42\xe6\xfc\xd5\x40\xce\x58\x2b\x52\x78\xce\x72\x60\xcc\x29\xa2\x6c\x52\x75\xd1\x12\x8a\x21\x01\x2c\x61\x33\x21\x9a\xdd\x0e\x76\x83\x40\x4a\xd9\xde\xed\xfc\x93\x37\x0e\xfa\xca\xae\x0d\x25\xa7\xa1\xcc\xa9\xcc\xf2\x71\x00\xb6\x6d\x15\xfd\x50\xe9\x32\xd7\x18\x63\x7f\x01\xff\x1c\x60\x2d\xd9\xde\xb7\xee\xe7\x6b\x05\xcf\x3f\xba\xba\xa1\xda\xa3\x7d\xcf\xbb\x41\xf8\x97\x4e\xde\x13\x50\x4d\x8e\x07\x9a\xae\xa9\x10\x61\x89\xe6\x74\x85\x0a\xed\x2b\x9d\x82\xe9\x3c\xc7\xe1\x48\x92\x49\x3b\x55\x4e\xc8\x08\x4e\x50\xa9\x7f\xbe\xe6\xa3\x25\xf5\x32\xb7\x84\x8a\xcd\xa2\x3d\x0c\x02\xdc\xdb\x3a\x1b\x02\xba\x21\x2b\x44\x42\x66\x3e\xd6\xe4\xc8\xd4\x27\xdc\xf2\x3d\xf0\x62\x9a\x73\xec\x76\x44\x4e\x29\xd9\xf6\x9a\x8f\x16\x46\x19\x97\x95\x72\x3d\xe3\xd1\xce\xe0\xa0\x61\xb5\x1f\x6e\xb7\x46\x97\x69\x63\x1c\x89\x8c\x44\xec\x53\x4e\x5c\xa4\x8a\x3b\xb5\x23\x10\xa4\x06\xc0\x15\x9a\xca\xd0\x24\x42\x65\xfd\x55\xb1\xbb\x46\xa4\x6a\x72\x37\x81\x40\x25\x4f\x6e\x67\x80\x03\xdf\xd3\x97\xc3\x03\x38\xe5\x16\x30\xe1\x92\x43\x7d\xfc\xc7\xf3\x8e\x0c\x52\xd7\x59\x50\xb0\x96\xd4\xcf\x09\x55\x7d\xf0\xbc\x96\x04\x7c\x9b\x57\xae\x62\x77\x4e\xe3\x68\x4b\xbc\x1a\x52\x36\x3a\xcb\x81\xe9\x9b\x3a\x67\xe3\xa2\xc9\x48\xc7\x03\xc5\xf2\x47\x66\x62\x94\x1f\x3b\xf1\xe7\x2d\x28\x87\x7c\xe1\x77\x4b\xd0\x78\x24\x50\x80\x3b\x10\x03\x84\xce\x99\x48\xdb\x9b\x40\xf5\x85\xa7\x01\xa1\xf9\x5d\x14\xe1\x59\x62\x00\x95\x1a\x3f\x5a\x96\xeb\x65\x85\xd3\x71\x65\x4a\xd3\xac\xca\x96\x7c\xdc\x09\x72\xc7\xdc\x9f\x70\xe6\xc3\xfe\xdb\x55\xc5\x37\x45\x76\x76\xdf\xce\xd9\x69\xf2\x80\x9f\xf4\x44\x70\x65\x83\x74\xea\x2d\x89\x95\x50\x85\x36\xa4\x37\xff\xf9\xf4\x45\x06\xbc\xef\xed\xe9\xa3\xae\xbc\xbb\x0f\xc5\xb8\x39\x5b\xaa\x28\x94\x39\xff\x18\xee\xd6\x90\x89\xf8\xff\x70\xcc\x1b\x6f\x31\x73\x32\x84\xb2\x11\x88\x2c\x2a\x6a\x8c\x93\xfd\xc0\xc1\x8c\x94\x0f\xcb\x28\xe6\xfb\xa5\xce\x19\x5f\x89\xc7\x0b\x76\x0d\x16\xe7\xd6\x9c\xb9\xb5\x1d\x3b\x57\x45\x94\xe5\xe8\xca\x71\x24\xf6\x2c\xd8\xb6\x23\x15\x6f\xd1\x02\x11\x38\x33\xd6\x5c\x56\xc1\xcd\xed\x1d\x84\xc1\x0a\x7b\x6b\x18\x32\x70\x73\xc9\xff\x53\xc7\x86\xae\xc0\x16\x51\x75\xcd\x1d\x4c\xbe\xf6\xeb\xbc\xe3\xa7\x8b\x29\x4f\xf0\xbf\x48\xfd\x1c\x02\x9f\xb0\x44\xec\x97\x00\xe6\xd8\xba\x35\xaa\x36\x49\x3a\x58\x03\x99\x97\x2e\xcb\x31\x1c\x88\xb6\x17\x19\x96\xe2\xf0\x0b\xac\x64\xec\xcd\xfe\xb1\x8e\x06\x57\x45\xde\xa0\x3b\xae\xda\xc5\x61\x2b\x1a\xb3\x9e\x36\x26\x57\x00\x4b\xb4\x6f\x08\x1e\xc6\x20\xf7\x28\x17\xd3\x1b\xc6\x9c\x1b\x36\x7d\x3c\x7b\x03\x8d\x9c\xd6\x45\x71\xb9\x98\x96\xb1\x44\x82\x01\x69\x41\x8c\x34\x7b\x36\x05\x0e\x0f\x10\xcf\x25\x4f\x42\xd0\x11\x0c\x10\x02\x69\x04\x48\x9e\x58\x63\xbb\x6f\xf0\x45\x51\xf4\x64\xc1\x97\xb0\x58\x29\x9d\x22\x68\xf2\xa6\x3d\xc2\x30\xbf\x29\xec\x6c\xe4\x17\xc9\x8f\x6d\x27\xfd\x31\x1a\x13\xa3\x5d\xd2\x3e\xfc\x31\xce\x17\xc2\xe2\x54\xc0\x87\x2b\x81\x38\xfb\x16\xab\xda\x71\x37\x19\x89\x0a\x8c\x20\x49\x40\x5c\x92\xd8\x1d\xa1\xbc\xef\x18\xba\x2d\x3e\xb7\xe7\x08\xab\x25\xc5\xef\x7f\xee\x99\xf3\x19\x8a\x43\x36\x5b\x95\xaf\x26\x5d\x25\xf4\xbc\x27\x27\x59\xe8\x43\xd8\x3a\x2c\x4b\x3d\x7a\xde\xa7\x39\x43\x6e\xf1\x9e\x67\xe9\x6d\x85\xcd\x1a\x95\xf3\x4a\x04\x1b\x31\x24\xb3\xb3\x6f\x21\xde\x98\xfc\x3a\xd8\x5e\x3b\x01\x94\x74\x4a\xd3\x6e\xeb\xcc\x7f\x77\x12\x9f\x50\xe7\x64\xa3\x59\xdd\x89\x25\x3e\x31\x05\x92\x3c\xae\x4a\x8d\x9f\xea\x36\x54\x8c\xc8\x44\x99\x71\x79\xe6\x25\x39\x93\x8e\x00\xab\xc2\x82\x96\xd0\xea\xf0\x36\x13\xb8\x0e\xc1\xf0\x68\xab\xba\x5f\x66\xdb\xe9\xba\x5f\xe6\x62\x5d\x01\x7d\x70\xc5\x30\x17\xf8\x23\x70\xaa\xb4\x48\x7b\x79\x78\x10\x5d\xd5\xe5\x09\x13\xde\x97\x8b\x89\x6c\x5f\xc2\x20\x48\xc7\xf9\x57\xdf\xfa\xa0\x6c\xe5\xfc\xc0\x8c\xd3\x40\x75\x40\xe0\x1c\x54\xb1\x36\x89\x67\x90\x92\xd3\xec\x4f\x4e\x48\xd6\x48\x7d\x17\x00\xed\x26\x3b\x0e\xa3\x25\x23\x92\xcb\xde\x64\xdb\xa1\x83\xc5\x67\xbb\xe2\x76\x9c\xb6\xa5\x81\x48\x19\x5b\x91\x5f\x61\xcc\xbd\xa6\x4e\x70\x79\xa7\x42\x6b\xca\x79\xf8\x9f\x8f\x5c\x78\xaf\x8f\xf0\xc0\x3b\x51\xfe\x85\x1c\x44\x00\x01\x04\xb7\x51\x0c\x64\xcf\xf6\x24\x2d\x84\x31\x6b\xcb\x79\x59\x35\x91\xa8\x71\x44\x24\x4b\x76\x27\x5f\xc5\x2d\xb4\x58\x3a\xd9\x94\x8b\xa3\xfa\x87\x3c\xd6\x60\xc3\xa1\xa5\x15\x10\xb1\x6a\xde\xba\x9b\xfd\xb3\x5f\x85\x16\x43\x6d\xa5\xd5\x1a\xe3\x44\xf9\xfd\xb6\x0b\x05\xe2\x36\xd4\x7b\xd7\x70\x6e\xf9\xbe\xb1\xca\x8a\x34\x53\x83\x09\x27\xff\xc6\x25\xbb\xea\xa8\xe9\xda\x4b\xb5\x71\xad\xf4\x7a\xde\x2b\x56\xe4\x9d\x20\x2d\xa6\x22\x30\xd2\x4b\xda\x78\xcd\xad\xab\x29\x27\x5e\xe8\x02\x2c\x57\x52\x01\x80\xa5\xed\x3d\x1c\x61\xdd\xd8\x89\x06\x94\xf8\xbe\xdc\x65\xf1\x31\xd3\x0f\x89\x14\x94\xc8\x41\xfe\x08\x2e\x4a\xd0\x5b\xd9\x6d\x20\x63\x04\x00\xe5\x2d\x3b\x37\x5a\xc6\x55\x37\x4b\xf4\xae\xc5\xed\x0e\x9a\xb3\x24\xb4\x99\xea\x3c\x6f\xf8\x90\x1f\x63\xc4\xf7\x72\x74\x48\xce\x8f\x37\x5b\xe5\x6d\x7a\x4a\x5b\xdd\xc2\x9f\x5c\xc7\xff\x33\x65\x1a\x82\xfe\x56\x47\xa4\xe4\x8b\x35\xd5\xf1\x77\x42\xab\xdf\x72\x77\xfa\xf6\xc2\x67\x56\x2e\xc9\xb5\x3c\xfb\x7e\x15\x7a\xbd\xe5\x77\x2e\xfc\x75\x84\xd7\xca\x6e\xcf\x03\x07\xa4\x9b\xd8\xdc\x3a\x72\x68\x9a\xbc\x31\x25\x14\xf7\x04\xcd\xa9\x3b\x11\xf3\xcc\x50\x05\x2f\x23\x7f\x63\x35\x3c\x17\x70\x4c\xb7\xc5\xad\x07\x0c\x17\xe6\x36\xc2\x54\xf7\x2d\x94\x80\x84\xa9\x47\x92\x59\x99\x58\x9e\x70\xd5\xb5\xc3\x57\x5a\x70\x2f\xb9\x09\xae\xe7\x0f\x3d\x49\x58\xb6\x3c\x99\x2d\xc6\x9e\x0e\xd0\x2e\x00\x83\x2b\x88\x4d\xea\xe5\x65\x13\x6f\xd4\x58\x21\xad\x92\xb4\xe3\x5f\x25\x32\x89\x7e\xaf\xee\xa1\x21\xef\x69\x64\x7f\x54\x3c\x06\x47\x25\xee\xf6\x3a\x13\x95\x0b\x9a\x1c\x78\x16\xd2\x03\x3c\xd6\x07\xde\xe5\x9b\x23\x42\x91\x61\x17\x3a\xf4\xd1\xc6\xe6\xa0\x8c\x63\xba\x38\x01\x9f\xa9\x53\x28\x69\x63\xa1\xfc\xe6\x8a\xdb\x59\xdf\x0f\x0c\x25\x89\x1a\x08\xcb\x03\xef\xeb\x15\x5a\xcc\x7e\x23\xe8\x92\x4c\x53\x5b\xb0\xc2\x45\x68\xb3\x23\x0e\x6b\x27\x70\xf6\xb8\x45\x9d\x6a\x34\x81\x8d\x5b\xdb\x22\xfc\x17\x97\x81\xe4\xdf\xd8\xb2\xc9\xa3\xb9\xd5\xa7\xac\xb5\x1d\x18\xeb\xd9\xf0\x20\x7d\x41\xa2\xfe\x4c\x12\xf5\xf1\x9b\xe9\x14\x87\xae\x0e\x17\x6b\x13\xde\x2e\xa5\xbc\x01\x65\x40\x16\xbc\x17\x2b\xe6\x4c\x9a\x2a\xbc\x23\x6e\xa9\x1f\x09\xb6\x14\xfd\x23\xf6\x40\x35\x9f\xdf\xe8\xdf\x47\xf9\x8e\x37\x6a\xab\x2c\x8c\x9b\x9c\x68\xb5\xe7\x7b\x23\xee\xc0\x57\xcb\x8b\x14\x5b\x82\xa8\xd5\x62\xd0\x7f\xd8\x6d\xc5\x9c\xd1\xe0\xe3\x7d\x07\x3b\x9f\xd5\x8c\x54\xfc\x7d\xe3\xd9\x69\x41\x32\x1d\x22\x13\x16\x7c\xf1\x49\x24\xa4\x2e\x59\x3d\x2d\xb5\xd8\xfd\x9a\xb6\x50\x69\x98\x70\x77\x5f\x41\x43\x88\xfe\x6d\x28\xcd\x25\xf1\x67\x1b\x5f\x51\x1c\x4f\x11\x9b\x5c\x78\x2e\x0f\xfc\x9b\x65\x1f\xc8\x44\xe5\xfc\xfb\x66\xd0\x42\xe4\xf4\x77\x9a\xca\x39\x54\xf6\x0d\xfe\x17\xbb\xaf\x84\xd1\xef\x5f\xd1\x5c\xf6\xf0\xb5\x88\xf6\xc4\x26\x03\x19\x73\x28\x68\x5d\x53\xdd\xf3\xc6\x0e\x5a\xc8\xb5\xe7\x3d\x9c\x76\x34\xee\xcf\x42\x2f\xb3\x57\xf6\x9c\xf1\x53\xbf\x57\x63\x51\xf3\x3d\x6d\x29\x4c\x8f\xb8\x65\xb3\x28\xd8\xac\x50\xda\x33\xb7\x4b\xb8\xc8\xc3\xae\x0d\x08\xb2\x17\xea\x49\xe7\xd5\x3e\x2e\x11\xf8\x86\xf4\xcb\x79\xe7\x53\x84\x43\xce\x85\x0e\x94\xed\x65\x7b\x52\xae\xc7\xe4\x27\x7b\x21\xb0\xdb\x6b\xf0\x70\x56\x21\xec\x54\xa6\x7d\xeb\x9c\x89\x12\x15\x1b\xa1\x92\xb9\x7e\x13\x51\x4b\x97\x2a\x28\x91\xbe\x5c\xd2\xfa\x31\x6d\x58\x63\x8d\x0d\x76\x91\xbf\x09\xac\x46\xbb\x2a\x48\x87\xb9\x8e\x60\xb9\x5c\xf2\x83\x5c\x13\x79\xb8\x91\x20\x28\x62\x06\x5f\x88\xeb\x22\x94\x7b\xf9\x85\x3a\x65\x13\xc0\x46\x3f\x2f\x74\x8d\x17\x02\xdb\x5a\xeb\x0d\x4b\x38\xb0\x2c\x7a\x35\x72\x54\x11\x13\xd7\x2f\x73\x8d\xbc\x12\xca\x3b\x13\x7b\x1b\xb3\xd2\x7d\xbd\xc4\x21\xa8\x6c\x21\x83\x2e\x7d\x63\x86\xa5\x63\x37\x38\x30\x2b\xba\x56\xfe\x08\x5e\xd0\x0a\xb4\xd6\x78\xe1\x2b\xd3\x96\x76\x2e\xd8\x57\x1c\xf9\xe0\x93\xb5\x5d\xa7\xf8\x5b\xdb\xb4\x6c\x8c\x1a\x22\x32\xe6\x9f\x54\xf6\x93\xa9\x45\x58\x67\xd8\x4d\x85\x7c\x2f\x91\x1b\x7b\x8e\xa4\xf1\xcc\xe0\x6f\x11\x47\xd2\xcf\x39\x7d\x05\x1b\xee\xf2\x0b\x35\x3c\x01\xe5\x40\x86\x3a\x59\x20\x58\xc7\xb6\x67\x2c\x6f\xb6\x81\x9c\x3f\x99\xbc\x8d\x68\xc8\x79\xe6\xe3\x1f\x21\x3e\xfe\x17\x0f\x5f\x43\x5b\x5d\x30\x32\xc7\x57\x08\xa7\x6c\xb3\x60\x53\x7b\x99\x69\x79\xf9\x28\x86\x48\xb6\x6f\xc8\xd4\x2c\x2c\x0a\x63\x30\x7b\x2d\xa1\xbc\xcb\x92\xeb\x88\xaf\xf8\xbf\xd2\xa3\xbb\xbd\x4d\xc1\xe9\x9a\x7b\x82\xbc\x9b\xff\xd5\xf9\x61\x0b\x4e\x39\x10\x2b\xcc\x04\xf4\x62\x86\xba\x3c\xc9\x9e\xe9\xc8\x6e\x07\x37\x08\xef\xe0\xe9\x7a\xe0\x90\x12\xf6\x75\xcc\x99\xa0\x24\xfe\x66\xcd\xb6\x9d\x95\xce\x75\x84\x37\xe0\x89\x68\x4e\xa7\xc6\xdf\x59\x49\xbb\x4f\x24\x41\x4c\x7e\x43\xe8\x38\x9c\x74\x19\x3e\xca\x52\xe6\xb6\x2a\x7b\x64\xe2\xec\x90\x39\xfc\x0a\x92\x4b\xbd\x3d\x70\x6d\x04\x32\x02\xd4\x21\x23\x71\x0d\x32\x96\x36\x27\x7e\x45\xc8\x80\x92\xa6\x4c\x37\x69\x68\x7b\xa6\x8a\x5d\xbc\xbe\x82\x7d\x7d\xcf\x92\xc8\x01\x91\xdc\x31\xa7\x3e\x35\xb8\xb2\xcb\x8e\x1f\x4a\xbe\xd2\x5a\xb4\x49\x31\x7e\x48\xb8\xd9\x81\x6e\x06\xc3\x8f\x59\x0c\x2d\xb1\x74\xdd\x56\xa2\xd5\x5d\xd2\x60\xb9\xad\xbc\xd7\xf8\x18\xa5\x3d\x5f\x15\x11\x2b\x46\x5d\x00\x78\x51\x37\xf0\xc8\xd5\x00\x45\xbe\x68\x39\xbd\x5c\x7e\x37\xd3\x43\x3e\x8f\x83\x64\x0a\xc0\x03\x19\x2c\x5e\x0d\x8e\x34\x11\x4b\x84\x8b\x15\x37\x83\x87\xe0\x22\x64\x06\xb4\xbf\x61\xae\x9f\xc0\x28\x76\x62\x7e\xa4\x3d\xed\xc8\x16\x75\x0a\x3e\x95\x8f\xda\x37\x3b\xc1\xda\xa6\xd8\x14\xd1\x11\x7e\x20\xbc\x33\xcd\xdf\xe7\x09\x0e\x30\xcd\x86\xd6\x33\x05\x4a\xb0\x47\x25\x86\xab\xb3\xef\x3b\xb2\x64\x03\x85\x28\x36\x52\xb1\x52\x04\xe6\x83\xdd\xfa\x14\xa4\xbf\x83\xe8\x77\xe0\xb9\x3e\xe1\x7e\x27\xf7\x7e\x02\x29\xb8\x8a\xfb\xf3\x3d\x6d\xc6\x87\xee\x4e\x8f\x78\xcf\x67\x24\xf2\x03\x4e\x8b\x46\xe7\xb2\xce\x64\x33\x2d\xb5\x89\xf3\x1f\xcf\x5e\x63\x95\xb3\xfc\xd3\xcc\x70\x36\x6c\x3e\x79\xc7\x35\x79\x41\xee\xea\x60\xe5\x7d\x59\x14\x32\x7c\x7c\x35\xfd\x25\x65\x5e\x5c\xbc\x7b\x26\x58\xd2\xbf\xc6\x1a\x58\x66\x9b\xc1\xc5\xe7\x75\x97\xf4\x37\x6f\x28\x6d\xcc\x65\xbb\x7d\x7d\x32\xb6\x8e\x27\xe3\xde\xca\xe9\xc0\x23\x13\x19\x32\x86\x98\xbe\xfa\x62\x85\xa4\x09\x17\xab\x59\xf3\x19\xaf\x73\x0a\x76\xed\xde\xc8\x30\xd9\x49\x5a\x45\xfc\xd1\xca\xbd\x19\xcb\x93\xe7\x4d\xc9\x56\xbd\x0b\xa4\xdc\x0f\xfc\x21\xcb\x1f\x6c\x5d\xf9\x21\xbf\x6e\x3d\xef\x89\x7e\x05\x2b\xdd\x4f\xd0\x96\x31\x97\xe2\xf8\x87\x14\x53\x0c\xc4\x1c\xea\xa1\xe7\x8d\x26\x0f\xbc\xf9\x1b\x28\xd8\x8c\x35\x75\x7b\xba\xf9\x87\x1e\x4a\x1a\x50\x5d\xf0\x50\x95\x41\xd4\x3a\x4d\x3e\x69\x8d\x6b\xb5\xa5\x55\xe0\xd1\xe9\xe4\x84\x30\x55\x53\x44\xbf\x41\xc9\xbc\x24\xf4\xe0\xa9\x97\xb7\x84\x9e\x2e\xf3\xb1\xce\xa3\x16\x79\x38\x86\x93\x6b\xa1\x0e\x26\x64\x1f\xbc\x6e\xb0\xa0\x22\x7e\x3f\x11\x92\x72\x8c\x94\x3c\xf3\x03\x6e\x14\x95\x62\x8f\x7d\x26\x34\x7d\x49\x18\x6d\x09\xcf\xe4\x6f\x6e\x26\x0a\xcd\x8e\x7a\x79\x5c\xe5\xe5\x20\xa6\x24\x8d\x47\x2d\x6b\x4d\xfc\x2d\x1b\xe3\xfb\x87\x0d\xad\x74\xc7\x4f\xe1\xf4\x14\xef\x22\x56\x5e\x53\xa0\x36\x68\x8e\x74\x62\xb7\xe2\x7d\xbd\xe1\x9a\x9f\x22\x9c\xfd\x5f\x64\xca\x90\xa7\xd8\x3c\xca\xd9\xd1\x11\x2d\x01\x65\x08\x29\x84\xa9\xdc\x6e\x60\x99\xc2\x14\xab\xca\x81\x40\xcc\xe0\x88\x99\xc3\x00\xb3\x58\x2a\x84\xe8\xc9\x32\xb7\x91\xb2\x3b\x09\x5b\x72\xc2\x98\x2e\x06\x8b\x57\x79\x6a\xf5\x85\x36\xfa\xf2\x8b\xfe\x75\x65\x60\x6c\x71\x3d\xdb\x4a\x77\xd9\xc6\xb8\x93\x0d\x46\x46\xa4\xaa\x12\xe0\x96\x3c\x8e\xd3\xbd\x85\xdb\x91\x25\xe5\x8f\x7a\xdc\xd9\x94\x26\x23\xc6\x3a\x4e\x4c\xa2\xa9\x64\x9a\x94\xc6\x1a\x2f\x9c\xf4\xff\x99\x4d\x18\xce\x7e\x1f\x97\x12\xd8\x5e\x98\xa7\x7f\xc2\xed\xfd\x52\xa9\xf4\xab\xb9\xf6\x86\x22\x9b\xf9\xd7\xf6\xd1\x95\xbc\x69\x81\x7f\x80\x3a\xb3\xd8\xf3\xc3\xbd\xb8\xe1\xdf\xed\xd3\x40\x9d\x83\x6b\x01\x67\x1f\x43\x7a\xaf\xa4\x3c\x31\xcb\x66\x8f\xd5\xe8\xac\xa3\xcb\x15\x40\x00\x42\xcf\xfb\x9e\xcb\x9d\x46\xd8\xf2\xed\xf1\xab\x1d\xbb\x5a\xf5\x19\xaa\x27\xcd\x67\x03\x25\x85\xb1\x6d\x7a\x66\xd5\x20\x85\x86\xb1\x5e\x90\x4c\x35\xf1\x77\xa4\x29\x67\x04\x2f\x88\x1f\x19\xa9\xee\x21\xe7\x1b\x6c\x07\x39\x32\x12\x63\x7b\x4d\x96\xae\x72\xd3\x59\xa8\x88\x9b\x9e\x69\x85\x77\xca\x4f\xb3\x51\x32\xed\x84\x63\x80\xf6\x10\xd0\x9f\x90\xe0\x25\xe6\x33\x8e\x5d\xfd\x6d\xce\x3b\x05\x4a\x02\x9a\x5c\xc0\x6d\x26\x9c\x38\x30\x3c\xa0\x4a\x6a\x61\x5b\x43\x31\x3d\x77\xb1\xd9\x65\x5b\x83\xf6\x01\xd3\x60\x88\xb2\xed\x19\x4d\x6b\x09\x22\xc0\xcc\x7e\x67\x68\xe6\x2e\x7b\x32\xe6\xb3\x72\x9b\x2c\x15\x48\x01\x2f\xc4\x42\xe3\x4f\x3d\x0a\x38\xf9\x3f\x95\x7b\xf6\xb4\xdd\x79\xde\x2d\xeb\x96\x39\x9a\x43\x88\x1f\x37\xb9\x68\xd8\x85\x96\x8b\xc9\x7e\xbe\x54\x61\xf6\x72\xb6\xed\x82\x93\x3b\xe6\x8b\x67\xae\x3e\xec\xb8\x37\x02\x39\xb6\xdd\x0c\xcc\xf2\x90\x28\x07\x04\x2d\x17\x52\x54\x5c\x14\x4b\xd8\x74\x67\x00\x87\x48\x99\xb7\x49\xbc\x42\xb2\x3c\xab\x5c\xf8\x81\xc1\x33\x56\x12\x2f\xe4\x38\xf7\xc1\xf5\x52\x42\x61\xff\x6b\x1f\x0c\x4e\xcf\xbc\xa5\x35\x6a\x15\xb9\xbb\x7b\xe6\x6f\xcc\x04\xd1\x2b\xcc\xef\x74\x89\xe4\xa8\x90\x1c\x8c\xb2\x20\xb7\x7f\xe9\x97\x91\x14\x5b\x89\xbd\xcf\x87\x2e\x48\x80\xc0\x74\xee\x20\x5b\xb8\x7c\x7d\xb7\x54\xf9\x65\x0e\xea\xee\x4f\x1a\x89\xd4\x30\x77\x59\xa8\xe3\xa2\x45\x62\xa2\xf8\x51\x90\x27\xb6\x50\x29\x41\x62\x31\x01\x2a\xea\x24\x22\x7f\x1c\x9b\x05\x63\x3f\x8e\x42\x73\xf9\x17\x94\x7e\x09\xa9\x39\x8d\x55\xf4\x19\xd0\x3a\xb2\x09\x50\xa8\x29\xd4\xcd\xcf\x76\x6e\x6a\xf9\xd4\x2c\xcd\x3e\xeb\x38\x75\x43\x26\x85\x43\xcf\xfb\x91\x22\x32\xf7\x6c\x96\x6e\x36\x7f\x3b\x37\x7f\x39\x2d\x76\x15\xe6\x78\x08\xae\x36\x16\x2a\x1f\xf5\x64\xdd\x1e\xc6\xe7\x85\x85\xff\xb3\xe1\x0f\x61\x06\xee\x1b\x2b\x2a\x84\x80\xa8\x0a\x07\x16\xc5\x4b\x74\x04\xa5\xa1\x6f\xf0\x83\x8f\xf0\xba\x9e\xe0\x70\x3d\x2a\x2f\x2c\x53\x63\xb9\x83\x40\xcb\x07\x09\xaf\xac\x31\x86\x74\xcc\xd5\x8a\xeb\xd0\x07\xb6\x02\x83\x46\x6e\x7c\x44\x15\xd3\x07\xc9\x79\x79\xbf\x86\x20\xb5\x81\xa7\xb1\xc4\x1e\xff\x47\x4b\x64\x8e\x6c\x05\x39\x6c\xec\x99\xef\x1b\x38\x9b\xa3\x1f\x21\x29\x60\xc6\xd6\x5c\x93\x41\x95\x80\x18\xa3\x76\xab\xb9\x2e\xb9\x85\x4d\x1b\x47\x11\x42\xcd\x78\x84\x82\xd9\x1e\x70\x24\xf1\xad\xe7\x7d\x97\x14\xd4\x3c\xb0\x0b\x79\x5c\xa6\x53\x89\xcc\x53\x86\xfc\x4b\x49\x4b\xec\xe3\x0d\x4e\x5c\x09\x00\x8e\x1f\x53\xd4\xd2\x71\xef\xd2\xea\x45\x39\x78\xf3\x12\x30\xad\x64\x22\x3c\xf3\x9e\x29\x7c\x70\x35\x3c\x83\x46\x71\x70\x58\xdc\x14\x13\xf3\x25\xb8\x1f\x35\xd4\xb4\x7c\x4c\x50\x07\xd0\xda\x58\xa5\xcc\x3e\xda\x06\xa6\x05\x60\xd5\x6c\xa2\x7e\xa3\x9a\x96\xa9\xb8\x0e\x16\x83\x00\x94\xc9\xbc\x27\x51\x79\x6e\xa1\xd8\xed\x2c\x7c\x2f\x18\xaf\xbd\xb6\xa8\x3e\x8f\x9a\x9a\xd5\x50\x42\x34\xe5\x22\x80\x33\x1f\xe3\x29\x21\x94\x52\x12\x4d\xc1\x31\xf8\xdf\x06\xfd\x7b\xf2\xa5\x56\xfe\x18\xe1\x24\x02\x3d\x46\x9d\x6a\x32\x76\x00\x2d\xc2\x6f\x09\x38\x69\x09\xa0\xc7\xdc\xe6\x59\xbd\x00\x7b\x25\x34\x49\xcb\xb6\x2d\x84\x72\x85\x62\x59\xbe\x57\x69\xf7\x3c\xe4\xba\xff\xd7\x73\x60\x57\x36\x7b\xcb\x2d\x0f\x1b\xe9\xd4\xe7\xc0\x4a\x5e\xdd\x7c\x5d\x8e\x5b\x2f\x58\x30\x23\x9c\x43\xae\x5c\xad\x8b\xce\x61\x21\x30\xff\x5c\x62\x8e\x49\x8f\x5e\x6b\xef\x61\x69\x32\x80\x5f\x57\x87\x2a\xe3\xe4\xbd\x9b\xf7\x6d\x32\x12\x4b\x03\x13\xab\x47\xab\x0d\x68\xd1\x43\xe2\x60\x40\x91\x55\x2a\x09\x8d\x5c\xc7\x28\x68\x84\x61\x39\xa0\x29\xf8\xe3\xd9\x7b\x31\x03\xec\x21\x49\xa7\x51\x90\xa5\xd8\x40\x4c\xda\x09\x47\x38\x0f\x12\x60\x0e\x09\x45\xd6\x49\xb6\x71\x1e\x58\xf1\xfc\xa8\x9e\x61\x4a\xda\x89\xa9\x45\xce\x74\x91\xb8\xf7\xd9\xa6\x2a\x4c\x7d\x23\x5f\x88\x9e\x60\xc0\x39\x18\xdd\xee\x65\xa6\xc3\xb0\xac\x30\x4f\x7b\x47\x27\x68\xd7\x04\xd0\xcb\x65\x65\x05\x90\x76\x5b\xe4\xf5\x4b\x8c\xc8\x04\x67\x89\xc6\x50\xe1\x8c\xe9\x27\x03\x4c\xf7\x28\x95\xa7\xbd\x3e\xb2\xfb\xdf\xa6\xaf\x63\xc6\xd3\xf8\xf3\x0e\x9a\x59\x7e\xee\xc9\x61\xf7\x10\x33\x70\xf6\x1a\x14\xf8\x74\xce\x3a\x14\x17\xe7\x24\xb4\x06\x22\xf7\x05\x5b\x79\xc6\x6c\x0c\xe6\x4b\xfe\xf6\x06\xf5\xac\x2b\x6c\x0a\x88\x2b\x3c\x65\xf3\x13\x0a\x55\x9d\xf8\xfe\x1c\x8b\xb5\x88\x10\xd4\x89\x92\x89\x6d\x64\x81\xb7\x18\x93\x6f\xd4\xc6\xff\xd3\x8e\xc5\x69\x1e\xcd\x3a\xfc\x52\xe7\x87\xf5\xdb\x75\xb9\xd8\x63\x47\x17\xca\xeb\x02\xe2\xa7\xd5\x65\x8b\xb3\xc4\x3e\x72\xcc\x4c\xd2\xe0\xab\x29\x80\x14\xb6\x48\x50\xd9\xa1\x4b\x0d\x24\xea\x34\x71\x7f\x89\x74\x13\xfa\xb1\x42\xae\xde\x3a\xe2\xfe\x4a\x04\x1f\xdf\x5d\x46\x03\xe5\x51\x44\x7b\x9d\x36\x22\xee\x70\x80\x23\x0c\x69\x8c\xd1\x94\x70\x9f\x7e\x94\xe5\x21\x58\xc2\xc6\xe8\xc4\xbc\xa1\x5a\x5e\xe0\xe2\x34\x1a\xd8\xd2\x5b\x1c\x7c\xc5\xce\x69\xf8\xcd\x2e\x2c\xaa\xb5\x59\x54\x36\x1f\xd9\x04\x2c\xeb\xc7\x08\x67\x8b\x05\x3c\xe7\xc1\x94\x87\xe2\x7f\xab\xaf\x5c\x07\xb7\x02\x17\xdd\x86\xec\xad\xfd\x15\x93\xc8\x26\x93\xec\x6e\xa7\xff\xde\x51\xe7\x30\xd7\x60\x9b\x1d\x92\xde\xef\x2b\x05\xf1\x86\x03\xbf\xec\x0c\x9c\x51\x8a\x10\x20\xe5\x88\xe5\x78\x03\xce\x01\x68\x11\x38\xec\xb7\xad\x36\xc3\x39\x8f\xc1\x5b\xa3\x2e\x42\xeb\xce\xaa\xcb\x02\x27\x0d\x69\xe4\xbb\x1c\x24\x5b\xbe\x12\x8a\xf0\x6a\xd9\xd1\x12\xdd\xea\xa9\x41\xf1\x3e\x57\xcc\xa7\xe3\x6e\x50\xa9\xb3\xf5\x4e\x17\x4c\xb8\x0e\x8d\x52\x66\xa1\xa5\xb6\x91\x44\xe7\x20\xd4\x86\x8f\x4f\x35\x17\xc8\x43\x6d\x48\x74\x8f\x44\x89\xb5\xa5\x32\x5b\x83\xe9\x52\x15\x51\x64\x12\x55\x26\x89\x38\x93\x66\xdf\x89\x32\x93\x80\x55\x54\x7b\x43\x01\x38\x53\x8e\xa9\xed\x96\xb9\x93\x50\x65\xc1\x70\x96\xc2\xa8\x72\x9c\xa4\xb0\x9b\xd4\x57\x5d\xd7\x79\x1c\x52\xc3\x50\x30\x88\x05\xa0\x58\x96\x5c\x8a\xcc\x35\xd1\xab\x46\x4d\x85\x9d\x96\x1b\xf9\xe0\x81\x49\xd3\x4d\x61\x91\xdf\x3d\x46\x8f\x92\xc6\xa9\x8c\x62\x50\x7f\x69\xa3\x55\xa9\x57\x20\x76\x7d\x29\x31\x23\x31\xb6\x7b\x58\x9e\x58\x77\x58\x7d\xe2\x89\x66\xbd\x66\x9f\xf2\x66\xad\xf3\x4d\x2e\x03\xff\x78\x20\xfb\x63\xb0\xe3\xc8\x9a\x0e\xa2\x62\xe2\xee\xa5\x63\xdc\xb7\xf1\xc2\x28\x77\xa8\x4c\xbc\x57\x64\x37\x0e\x3d\xef\xb3\xe4\x46\x41\xe8\x18\x39\xbe\xee\x0e\x00\x2b\xba\xc0\x98\x01\xfb\xb3\xd2\x15\x8b\x45\x12\xc9\xd6\x17\x9b\xa6\xf2\xff\x2b\x83\xd8\xa4\xce\x20\xee\x74\x7d\x8a\xb2\x94\x31\x96\xb7\xc2\x26\xb0\xd9\x0f\xe9\x71\xdf\x42\xd9\xf3\xeb\x2d\x36\xa6\x84\xf5\x7a\xcf\xb2\xe2\x83\xce\x88\x33\xce\xe5\x7d\x95\x1f\x1d\x17\x3d\xda\x77\x3c\xed\x47\x3c\x4a\x9d\x9a\xe1\xf9\x7d\x49\xa9\x91\x52\x6a\x9a\x23\xc6\xc9\x99\x38\xe0\x62\x92\x37\xeb\x36\xf0\x1c\xd9\x36\x1c\xca\xfb\x72\x1a\x8f\x2d\xf7\xba\x9c\x88\x71\x53\x07\x2d\x31\x8b\xd1\x93\xb3\x7b\xbf\x1f\x7d\xee\xc2\x28\x02\x17\x6c\xe1\x53\xf2\xaa\xd0\xac\x53\xea\x5e\x7f\xa3\x0b\x7b\xdd\x85\xc3\xc7\xbb\x20\xb3\x70\xc0\xa7\x0e\xef\x7f\xaa\xe3\x8c\x96\xa5\xf8\xc5\x44\x64\xfa\x4b\x3b\xa0\x54\x57\x6b\x55\xfe\xfb\x0e\xc6\xe8\x60\xf9\xed\x0e\x3a\xdb\x3b\x18\xbf\x3a\x38\xba\x6a\x63\x13\xf5\x00\x96\x3c\xf5\x8f\x29\x59\x98\xd6\x15\xb0\x0b\x7d\x40\x11\x95\x25\x46\x3e\xd3\x5b\x33\xff\xd0\x1a\x0f\x2d\xde\x6a\xe9\x88\x87\x76\x6f\x3d\x54\xc1\x43\x07\xfd\xd0\xcc\x49\x1c\xbb\x46\xc5\xd9\xbe\x95\x61\xf9\x9d\xd3\xa5\x86\x0b\x61\x7e\x8c\x05\xe6\x27\x78\xda\x9d\x49\x4e\xcc\x5a\xdd\x12\x6b\x8d\x7b\x42\xa8\xf6\x00\x3a\xd8\x80\xdc\x97\x9f\xdf\x58\xb8\x71\x8e\xca\x09\x7e\x83\x94\xcf\x08\x1c\xd2\x8c\xe5\xbc\x8b\x35\x34\xf3\xbc\x0b\x87\xcc\x45\x82\x19\x52\x0e\xd3\x8d\xe7\x1d\x7c\xe3\xfb\x28\xe9\x48\x58\xf4\x54\x9a\x0d\xd8\x2d\xd9\x74\x42\xa9\xef\xa4\xb0\x31\x55\x43\x45\xea\xce\x2e\xe9\x5d\xfe\x26\x17\xe4\xaf\x06\x67\xdf\xd4\xf2\x8b\xfb\xcd\xa8\x0b\xa7\x3b\xf6\x73\x37\xb7\x9f\x8b\xfa\x52\x82\xb1\xaa\xdc\x29\x52\x04\x38\xdc\xbe\x2e\x7a\x7d\xe1\xb8\x69\xc6\x11\x69\x5f\x3c\xec\x20\x65\x84\x86\x29\x94\xaf\xd9\xf9\x5c\x67\xdf\xfa\x4c\xdf\xfa\x2c\x19\x38\x25\x8d\xe5\x45\xa4\x07\x1f\x9c\x71\xb5\xc4\xe9\x27\xfd\x8b\xad\xa6\x9f\x64\xcf\x90\xca\x59\xb8\x12\xba\xe8\x83\x29\xa9\x85\x22\x4d\x3b\xa0\xf8\x6c\x63\x96\x21\xe6\x4b\x5f\xa2\xbf\x49\x34\xba\x25\x35\x39\x45\xf7\x13\x94\x8c\xda\xfa\x69\x77\x40\xfe\xeb\x7f\xd8\x06\x05\xd1\xb8\x59\x68\x5a\x0b\xa1\xee\x58\xcd\x88\xfb\xc3\x1a\x46\x65\x32\x70\x7a\x02\x7d\x69\xb2\xe2\x28\x95\x18\x08\x88\xdb\x15\xeb\x83\x3b\xfc\x8e\x66\x6c\xae\xca\x4e\x1d\xd1\xd1\x75\xa8\x3b\xde\x45\x7c\xe0\x7c\x15\xda\xe0\xfb\x85\xbc\x9b\x84\x40\x7d\x43\xdb\x0d\x15\x22\xbd\x83\xbe\x70\x9c\xf0\x45\xa9\x8d\x81\x41\xac\x97\xa1\xcd\x28\xd8\xc0\xfb\xb2\x5f\x86\x12\x81\x4c\xfb\x04\x97\xb7\x29\x8b\x89\xca\x49\xb2\x4a\xa1\x47\x2d\xa5\xbb\x69\xaa\xb2\x2e\xe4\x76\x94\x72\x54\xd0\x18\xbf\x93\x55\xc8\x22\x21\x46\x30\x8d\xe4\x83\x33\x64\xdc\x35\x12\x16\xde\x9a\xc0\x68\xed\x24\x7c\x32\xba\xf8\xdd\x4a\xb8\xc5\x36\x7e\xd7\xf0\x3c\x75\xb8\x8e\x8b\x93\x94\xd7\x62\x78\xde\xe1\x68\x13\x5e\x45\x01\x79\xea\x47\x5e\xd0\x66\x78\xe5\x94\x3d\xcd\x61\x3d\x3e\x3b\xd6\x79\x53\x0e\xef\x32\xf6\xd1\x05\x6c\xc2\x1f\x7a\xde\x5d\xcf\x9a\xf1\x3c\x37\xef\x16\x11\x79\xd9\x5e\x5d\xd7\xf9\xe4\x36\xc1\xb4\x2a\x8a\xc6\xa6\x81\x22\xe0\xd6\xce\xd1\x79\xd2\x27\x46\x76\xb7\x98\x7b\x92\x2e\x4f\x46\x99\x64\xc7\xe0\xc0\xfa\x60\x0d\x5a\x7e\xf7\x6d\x05\x4f\x59\x03\x51\x77\xa8\x85\xbd\x08\x7c\xcd\x08\xd5\x36\xca\x08\x0b\x8e\x80\xed\x7e\x40\x78\xf0\x5a\xd5\x0d\x42\xca\x5f\x36\xcc\xa5\x3f\xd3\x28\x0b\x64\x94\xe0\xe0\xcf\xaa\xdf\x74\xaa\x7a\x65\x4a\xf7\x94\x20\x1a\x9a\x8d\xc1\x45\xeb\x2b\x85\x86\x3d\x5c\xf0\x0b\xb1\x68\x31\x56\xa1\xe6\x2a\xf4\x0d\x98\x1c\x02\x09\x66\xac\x38\x82\x72\x00\x7d\x0c\xba\x5c\xe5\xa7\xcd\xc4\x59\x34\xb5\xd6\x60\x46\xb9\x05\x4e\xd0\xa2\x8a\x7d\xd0\xd1\x45\xe4\x0a\x5b\x9d\x3f\x5e\x55\x02\xcf\xab\x30\x5e\x65\x17\x0d\x4c\x1d\xc8\xb9\x4e\xa4\x72\x36\xbb\x91\x62\xcf\xc7\x02\x07\xc7\x8d\x9d\x29\xb8\x50\xce\xcd\xcc\x52\x9f\x10\xfe\x9e\xad\x2e\x83\xd7\x82\x09\x2f\xad\x2a\xdb\x37\x1e\xdc\x9f\xa0\x65\x9f\xb0\xc1\xa4\x4e\x94\xe9\xd1\x27\xbd\xdc\x11\xa7\x73\x60\xfa\x1b\x14\x77\x16\xac\x1e\x33\x1d\x7e\xcf\xa9\x58\x65\x54\xcf\x9a\x37\x99\x0a\xc9\xc4\xca\xef\xb8\xee\x90\xf6\x16\x28\x5a\x75\x02\x88\x2d\xe8\xbe\xd8\x71\xdd\x66\x5f\x33\xcd\x96\xaa\xac\x5c\x4e\xb8\xc1\x16\x0d\x72\x4b\x1b\x79\xe1\xc7\xec\xc6\x64\xb8\x10\x65\xd4\xf3\xb2\xc3\x5f\x7d\x41\x6d\x18\x76\xa5\x56\x59\x44\x94\xc4\xf3\x13\x14\xc7\x2a\xca\xcb\xb4\x71\x19\x03\x30\x55\xb5\x42\x22\x04\x86\x2b\xb7\xe0\x02\x2e\xf3\xff\x34\x41\x3f\xb5\xc5\xa4\x45\x5c\xef\xcf\x9c\xf2\x6e\x8e\xbe\xab\x3a\xef\xd9\xbc\x36\xef\x89\xd5\x0d\xd7\x8f\x2b\x4a\x21\xe0\x2c\x9f\x1a\x07\x90\xad\xb7\x00\x98\xda\x3a\x86\xd4\xa5\x4d\x02\x5c\xf9\x39\x68\x43\x94\xa5\xa9\x9d\x97\xa5\x71\xcb\x6f\xa4\x82\x12\xc0\xcb\x9c\xa4\x6c\x72\x4a\x01\xa4\x28\xbf\xe9\xd9\xf2\x44\x9b\xb1\x6d\x35\xdf\xbe\xad\xa0\xcc\x80\x64\x5b\x40\x1c\xba\xdd\x0d\x23\x5c\xd7\xc3\xd0\xde\x1e\x6b\x4a\xc9\xd8\x40\xb4\x29\x1a\x74\x70\x60\xd0\xb3\x04\x6d\xa5\xdb\x77\x4d\xf2\x9c\xf1\xaf\x4a\x82\xe1\x3b\x6b\x51\x81\xc7\x6b\x8b\x82\xc7\x2c\x2a\x50\x8c\x79\x42\xdb\xac\xf9\x39\x5e\x2b\xe0\xb8\xe3\xaa\x58\x7c\xe0\x3c\x70\x15\x46\x21\x75\x56\x78\x21\x37\xa0\xe6\xae\xdc\x64\x49\x16\xc5\xe5\x94\x94\x8f\x44\x51\x49\x4b\x9b\x04\x3f\x11\xe1\x30\xed\x99\x9e\x3e\x11\x99\xc4\x5e\xb5\x44\xb5\x74\x21\xe5\x06\x16\x0e\x09\x11\xf5\xfd\xc0\x69\xad\xb6\x54\xa6\xef\x83\x58\x3c\x90\x13\x74\x40\xf0\xe1\x92\x8b\x79\xae\x88\xf7\x99\x12\x66\x1c\x27\xa5\x13\xc5\xb9\x4b\x72\x1f\xf5\x8e\x8e\x2f\x86\x84\xb1\xeb\x8e\xf1\x00\x7e\x54\x75\xc2\x22\xa2\x92\x1e\x3b\x11\x0b\x05\x8b\xb2\xf6\xfc\x55\x05\x7b\x28\xb4\xa9\x4a\x4d\xcc\x5b\x65\x25\x6c\xbf\xba\x0a\x73\x57\x68\xdf\xb7\x37\xb8\xcc\xfb\xeb\x2e\xf7\x4c\xbd\xe5\x04\x52\xe0\x29\x2e\xde\xb8\xdf\x40\xa8\xa1\xbd\x10\x94\x19\x0a\x71\x2a\x39\xf7\xdb\x81\x3d\x04\x5e\x9e\xcb\x65\x73\x68\x8e\x92\x4c\xa4\xb9\x48\x2a\xa8\xba\xf8\x28\x5e\xbc\xb3\x27\x27\x81\xe7\x4d\x02\xb9\x7c\x6c\xf7\xae\x9e\xbc\xfe\x8e\x13\x67\x3b\xc8\x49\xda\x9d\x9f\x8a\xbe\x63\x59\x32\x7d\x83\xaa\x0e\xe7\xd7\x71\x6a\x7c\x6c\xa1\x2a\x9f\x5c\x0c\x0c\x36\xdf\x6a\xe4\x27\xf8\xea\xd6\xf9\x98\x0a\xd4\x1f\x3c\xe9\x8a\x8f\x76\x74\x10\x2c\x4a\x20\xa5\x6d\xfc\xcf\x9f\xa9\xb3\x5c\x8d\xdc\xa4\x0e\xee\x75\xb1\x7c\x89\x93\xaf\xb2\x79\x31\xf9\x51\x53\xc0\x8f\x15\x0e\xad\x57\x25\xc9\xe9\xa9\xe9\x86\xd1\x54\x88\xd9\xed\x3e\x91\x33\xac\xd6\xf3\xb2\x1d\xb5\xeb\xb9\xee\xa4\xdc\x5a\xea\xf3\x50\x79\x10\x00\x5a\xa6\xf1\xd1\xd6\x37\x39\xca\xbf\xe8\xbd\xf1\x16\x1a\x53\x9b\x47\x6f\xea\xa6\x3f\xb1\x3c\xb0\x24\xcc\xd1\xd9\x93\xfd\x92\x36\x9d\x3b\xd5\xd5\x4a\x1b\x6e\xbc\x8c\x54\xb1\xbd\x14\xcf\x8d\xfa\x39\xfb\x7f\x69\xe5\x12\x49\x97\x54\x91\x9c\x1a\xa3\x7c\xde\x2d\xcb\xf3\x41\xdd\x5f\xbc\x72\xf1\x1f\xb0\x0c\xc8\x90\x53\x27\x9d\x18\x4b\x3f\xf1\x2f\x2e\x7b\x8d\x27\xbf\xfe\x57\xcb\xce\x8d\xb4\x9d\x65\x9f\xae\x07\x26\x52\xe9\x11\x3b\xf7\xe2\x16\xb8\x96\xe0\xbb\x25\x8e\x24\xb7\x1c\xa6\xc0\xef\x80\x4e\xbf\x51\x3a\x7d\xde\x4b\x41\xff\xfc\xfe\x1b\xa1\x9f\x58\xd8\x46\x48\x80\x32\x67\x36\x0a\xa1\xcb\x09\x0c\x09\xd5\x8f\xf3\x5a\x08\x6b\x4a\xd9\x8c\x57\xfd\xcd\xa3\xc4\xd4\x51\xdf\x05\x25\xe4\x0d\x46\xe7\x5a\x52\xec\x5e\x10\x9b\xbe\x62\xde\x49\x49\xf2\xb0\x53\x21\x9b\x28\xd6\x7a\x62\x30\xca\xc5\x86\x25\xae\xe5\x01\x29\x6f\xd7\x98\x0a\x1e\x74\xb9\x36\x50\xbb\x63\x4e\x84\x95\xe2\x2c\xbe\x4c\x9b\x16\xf4\xf0\x21\x95\x72\xac\x67\xd8\x4b\x53\x06\x09\xa4\x50\x94\xec\xff\x4e\xa9\x10\x8f\x13\x51\xab\xdd\x6e\x21\xb2\xa6\x08\xe9\xc0\xc2\x95\x2a\xba\x37\xd3\x26\x2a\xd7\x55\x0b\x5f\x6b\xa0\xb5\x66\x77\x50\xc0\x38\x5b\x3d\x56\xbf\xaf\x1d\xa0\xcd\x03\x38\xb7\x5b\xd9\x36\xd3\xbb\x8c\x82\x52\xbd\xd1\xbc\x49\xcc\x5c\xd3\x0e\x57\xd0\x9f\x10\x9d\xec\x6f\xb1\xf0\x98\xbf\x49\x9d\xd5\x3a\x11\x8e\xb3\xdf\x84\x8e\xdf\x50\xe6\x3a\xdb\x0b\xbb\xa6\x88\x2d\xe1\x5a\xec\x2f\x26\x4c\x75\x24\x1e\x15\x48\x67\x93\x0a\x6b\x15\x8d\x84\x84\xaa\xa9\xbf\xe6\x7d\x31\x4b\xcf\x76\x53\xb6\x68\x35\xa4\x90\x27\xb4\x09\x88\x18\x7d\xe7\x90\x4b\xc0\x09\x76\x48\x48\x98\xf9\x22\x73\x2c\x63\x64\x29\x9d\xab\xd3\x43\x2f\x28\xbf\xa0\x1b\x1d\xb8\x8d\xe9\x80\x22\x00\xe3\xf2\x47\x1e\xdd\x51\x57\x90\x5c\xd8\x9d\xa9\x43\x32\x0f\xf4\x30\x5b\x0d\xa4\x9c\x1b\xf4\x2b\xf1\x73\x01\x34\x43\x01\xf6\xcf\x54\x45\xeb\x9b\x04\x11\x51\xf1\xb4\xf0\x74\xa1\x79\x29\x62\x9f\x5d\x63\xc9\xad\xda\xe7\xc2\x8e\x07\x4c\x37\x16\x5d\x4a\x8e\x1e\xfd\x2a\x6e\x24\x49\x68\x19\x7c\x8a\x70\x9e\x65\xa2\x30\x87\x56\xb8\x38\x69\x2b\xb7\x5d\xfb\x93\x9a\xa2\xbe\x33\x3b\x4f\x5d\x07\x0d\xdc\x60\x6d\xa9\x5d\x32\x72\xa2\x36\x73\x64\x81\x7e\x70\x02\x6e\x9a\x14\xd3\x14\x9a\x99\xf1\xc5\x95\x0d\xbd\x5e\xfd\x9f\x52\x6d\x60\x3e\x46\xc9\xbf\xdf\xd2\xa6\x9d\xf2\x27\x2f\x38\xfe\x13\x3d\x19\x4a\x40\x0a\xef\xf7\x34\xe7\x87\xbb\x22\x4b\xef\x25\x1a\x51\x22\x9b\x4e\xdb\x04\x52\xe5\xe0\x7f\x39\x8a\xcf\x57\x5c\x59\x9c\xb0\x6c\xec\xc4\x32\x03\x93\xc8\xbd\xa8\x17\x34\x4c\x73\x38\x45\x19\x25\x24\xff\x20\xc8\xc3\x11\x9a\xf2\x0c\x54\x26\x62\xaa\xd2\x9f\x6d\x58\x0f\x9c\x20\x59\x4c\x22\xa0\x30\x8b\xf7\x86\x52\x98\x35\x69\x42\x88\x75\x83\xf4\x51\x1c\xe2\xae\x70\xc7\x91\x5b\x2f\xf1\xbd\x60\xf5\x72\x28\x2b\xfe\x5e\x80\x7f\x5a\x5b\xf4\x2d\xc3\xaa\x2f\xb0\x18\x75\x5b\xf6\x9d\x99\xce\xb8\x27\x38\x97\xc7\x8e\x42\x6c\x14\x13\x27\x48\xca\x1f\x84\x3f\x60\x0a\x74\x39\x6d\x20\x67\x1c\xaa\x79\x98\x8d\x24\xb2\xa8\xb3\x61\x03\x36\x87\x8c\x06\x53\xee\x8f\xbe\x29\x1a\x81\xf9\x18\x2d\x26\x8e\xcc\xb2\x49\x85\x71\xb9\xbc\xf9\xaa\x19\x98\x8b\x94\x45\x92\xfb\xcd\x86\xcf\x52\xe0\xe8\x38\xa6\x37\x7d\x05\x20\x39\xe9\x0c\x08\x08\xfa\x28\x42\x4b\x17\x46\xae\x0a\x62\xdc\x9a\x2d\xbd\x3a\x36\x1d\x9a\xf8\x3a\x42\x7c\x5b\x3c\x18\x0e\xc3\x90\x90\x02\xe1\x1c\x63\xc7\xe4\xb5\x6c\x0a\x2a\x49\x19\xcf\x95\x60\x58\x10\xaf\xb8\xbb\x0d\x50\xa7\x41\x2c\xdf\x89\x45\x0a\x35\x98\xce\x3d\x3b\x83\x2a\xfe\x96\x4c\xbe\xc1\xf9\x8a\x26\x33\x95\x1e\x55\x8f\x8d\xd2\x73\xb6\xd9\x3c\x87\x55\xb0\xc8\x50\xd1\x5e\x26\x9a\x25\xc7\x7e\x28\x5e\x0c\x71\xee\x5c\x05\x5e\x30\xfe\x71\x75\xe3\xf5\x26\x3f\xae\x2c\x6a\xde\x7f\x70\x2e\x83\xd9\xeb\x85\x83\xb9\xf5\xc7\xcc\xc0\xbf\x43\xc2\x47\x55\xf3\x65\x9d\x49\xfd\x0a\x81\xfb\xf3\x3a\xd2\xf7\xb0\xdd\x85\x72\x8c\x01\x65\xaa\xbc\x94\x76\xee\x6e\x0e\x24\xd9\x3f\x9d\x3a\x3a\x26\x55\x1f\x33\xea\xa0\x76\xae\x5b\x45\xbe\x0f\x0f\x64\x08\x23\x54\x98\x73\x3d\x06\x80\xb6\xf9\xad\xad\x44\x8d\x06\x89\xef\x91\xcf\xe2\xbc\x2e\xf9\x45\x3b\xaf\xce\x40\xa2\x47\xed\x75\x55\x72\x7e\xdf\xfb\x9a\x0e\x4a\x35\xc2\xd3\x0d\xbb\x10\x7b\x21\x5f\x03\x4b\x30\x3c\x41\xda\x58\x93\xa2\xfd\x90\xaf\xb8\x23\x33\x30\xd1\x7b\x4e\xca\xa1\x63\xdd\xd1\xa2\x53\x4c\xe4\x59\x6d\x11\xbd\x4e\x6b\xdd\xce\xe6\xef\xda\x21\x8b\x0f\xda\x69\xc4\xaa\x9d\x66\xfc\xaf\xdb\x69\xe9\x76\xda\x6e\x3b\x47\xb0\x31\x99\x22\x71\xc9\x57\xb1\xfe\x86\x52\x05\xe7\x1f\xba\xe8\x4a\x4d\x2d\x2c\x05\x1f\xa7\xaa\x9f\x9b\x2a\xe4\xfa\x9c\xb3\x35\xd9\x9c\x55\x67\xcb\xd7\x02\x98\x16\xe2\x1c\xc7\xa6\x26\x56\x41\xed\xec\x70\x52\x74\x0d\x18\x58\xcd\x1d\xaa\x20\x56\xb3\x32\xf5\xe7\x2e\xb7\x1b\xae\x6e\x2c\xd6\xfe\xc7\xfa\x06\x8b\xfe\xe6\x7f\xde\x37\xa9\xa3\x78\x9c\x84\x8e\xf2\xa0\x27\x12\xac\x8a\xcd\x01\xa7\xa6\x62\x99\xb1\xb6\xd1\x15\x94\x95\x0a\xea\x04\x95\xd1\x0d\xdb\xc6\x61\xab\x86\x59\xf2\x45\x1e\x60\x7b\xb3\x63\x88\x42\x9d\x76\x2b\xf6\x1d\xef\x15\x06\x43\xe2\x9a\xb4\x4d\xaa\x10\xcc\xcf\x2b\x87\xef\x88\x74\x9b\x49\x4e\xce\x2a\x08\xaf\x8c\xd7\x5c\x47\xe9\xc4\x02\xc6\x1c\x11\x8b\x5d\xe8\x71\x6f\x48\xe4\x62\x20\xe1\xba\xb7\xab\x7e\x87\x0e\x4f\xec\x83\x7e\xca\xb2\x72\xa1\xfd\x89\xdf\x20\x2b\xd4\x6d\x89\x31\xd1\x66\x7c\xa6\xd2\x8a\xcb\xf3\xc4\x29\x5b\x25\x9e\xfd\x34\x47\xec\xfc\x02\xbd\x11\xe6\xb6\x44\x84\x5f\x76\xf3\x7a\x55\xb2\xfe\x9b\xa5\x15\x39\x77\x01\xf7\x18\xbc\x76\xba\x0e\xc9\xd6\xc5\xc5\xba\x87\x92\x9a\xac\x28\xe7\xda\x98\x96\xb2\x91\xd9\xdc\x19\xa1\xec\xa6\x39\x0a\x47\xe8\x0e\xae\x3a\xe4\x81\x1a\x63\x8d\x36\xca\xa9\x75\x04\xc6\x56\x7c\xe0\xb4\xb9\x12\xa9\x49\x6c\xa2\x8f\x7d\x98\x90\xc4\x31\xb0\xe9\x2a\x97\x51\x4f\x91\x87\x9b\x9c\xd6\x25\xe1\x71\x1a\xde\x01\xc8\x80\xf4\xed\x7b\x09\xee\x43\xc4\x1f\x67\xb2\x96\x1d\x31\xa2\x76\x64\x8f\x51\x0b\x3e\x80\x7a\x5c\x70\xca\x84\x3c\xd5\x3a\xee\x66\x78\x97\xb3\x5b\x86\x06\x9d\xd8\x68\xda\x37\xa8\x7b\x4f\x9c\xb8\x86\x98\x82\x7a\x69\x70\x76\xe0\xde\xa6\x0e\xbf\x4e\xa5\x7e\x9e\xe2\x59\x13\x84\x11\x34\x45\x74\x42\x2a\xd5\xf4\x07\x07\x90\x43\x42\xeb\x9e\x34\x55\x08\xe1\x90\xb1\x6a\x00\xef\xb9\xc6\xc9\x7d\x3a\x81\x63\x5d\xce\xbd\x11\x2e\xc8\xda\x83\xd2\xa4\xab\x5c\xd9\x96\x1a\x78\x45\x7e\x9a\x13\x1b\x74\xaa\x24\x27\x33\xb3\xee\x64\xf2\x44\xb3\x8d\x28\x3f\x75\x79\x5d\x8d\xec\x15\x48\xd1\x28\xd0\xca\x0b\x68\xf3\xb1\xfd\x01\xf3\x85\x6b\xaf\x90\xc5\x60\x66\x94\x8b\x1e\x96\x41\xcc\x17\xa0\x1c\x97\xb6\x77\xb8\x1f\x17\x4f\x8e\xf3\x50\xe1\xd4\x98\xa1\xa6\x15\xff\x2f\x38\x0b\x28\x67\xb3\xe8\x7b\xff\x03\xae\x77\x69\x7c\x9e\x33\x89\x3b\xc4\x27\x5f\xd8\x03\xc1\xe6\x4f\x6e\xcc\x95\x5d\xff\x03\xcd\xb6\x53\xf6\x11\x55\x1f\xdf\x9e\x46\xb8\x11\x49\xed\x8a\xa3\xa2\xd9\x14\x93\xd3\xac\xde\x2f\x3a\x91\x12\xa2\x93\xca\xd6\x86\x31\x2b\xc6\x75\xb0\x83\xca\x8d\x35\x6d\x95\x00\x11\x13\x15\xda\xb6\x58\xaf\x3c\x04\xae\x89\x2b\x85\xd8\xbd\x07\x5c\xcb\x41\xfd\x26\x14\x10\xfe\x3d\x52\x36\x0a\x7a\x4f\xbb\x18\xba\x04\x17\x53\xa1\x75\x5a\x84\x2d\xee\x45\x09\xd3\xd9\x06\xcc\x86\x95\xc0\x19\x9b\x74\x35\x80\xbc\x2e\x03\xac\x6c\xc3\xab\xb5\xef\x79\x6b\xbf\xba\x0d\x73\x57\x36\x30\x8d\xa3\x91\x3f\xc6\xab\xca\xdd\x58\x7d\x62\x3c\xb7\x1f\x42\x96\xb2\x5f\x73\x0e\xc7\x32\x36\x52\xf6\x2a\xbd\x6f\x11\xd3\x02\xa4\xe4\xad\xfd\xa1\x4c\x90\xd0\x99\xde\x6c\xcd\xb3\x69\xf5\xbb\xcc\xe2\x3b\xa8\xf5\x10\x8f\x15\x6d\x9e\x46\xf9\x3c\x67\x99\x8d\x3e\x29\x15\xfd\x1c\x9c\x69\x55\x17\xb7\xf8\xa4\x76\x4d\xe7\xde\xae\x33\x73\x5a\xe2\x5a\xc1\xe6\x15\x78\x98\xb5\x86\x8a\x59\x48\x6b\x5a\xeb\xb7\x6c\x6d\x5d\x63\x75\x6e\xd5\x54\x64\xae\x04\x45\x0b\x51\xda\x8b\x66\xbe\xca\x13\xa2\xbf\x39\x82\xed\xba\x0e\xdd\x7e\x52\x57\x35\x26\x9a\x75\xc9\x92\x22\x2e\xde\x7a\xa3\xc8\xc4\x8a\x43\xca\x80\xb9\x28\x45\x26\x10\x52\x86\x22\xef\x0e\x2c\x63\x2b\x42\x8d\x77\x89\x5b\x9f\xa2\xba\x7c\x17\xa3\x34\xda\x01\x26\x4f\x56\x42\x92\x09\x11\x34\xd1\x70\x3f\xc5\x12\xe6\xa3\x66\xe2\xbf\x68\xe3\x1c\x55\xe4\x4f\x60\x86\x3e\xf2\xbc\xa1\xc4\xa9\x48\x55\x04\xb1\x79\xe9\x62\x57\xbf\x24\xec\x44\x56\xcc\xac\x6d\xf9\x5e\x7d\x4b\x2a\x83\x74\xa5\x42\xc8\x90\x2a\x10\xda\x05\x57\x2c\x53\xaf\x22\x29\x2e\xda\x37\x94\xe4\x23\x4d\x35\xe8\xb0\x3e\xa5\x8d\x0a\xe9\xcc\x73\xae\xe9\x22\xd9\xaf\x32\x57\xf9\x8a\x25\xf2\x5b\x39\xe7\x7b\x17\xba\x6f\x3f\x21\xd5\x17\xf3\x24\x14\xdc\x04\xf2\x82\x4b\x3a\x3f\x2e\xfc\xb8\xb6\x0d\xcc\xf9\xda\xaf\x33\x96\x62\xec\xcb\x4c\xc4\xca\x10\x41\xee\x2f\xa1\xd9\x13\xe0\xf3\x3b\x26\xc0\x60\xf6\xbc\xb0\x3d\xe9\xcd\x9f\x85\x23\x61\x47\x9f\xb8\x90\xee\xe2\x15\xe2\xea\x71\x3b\xb8\xda\x93\x84\x2a\x64\x4a\x5b\x01\xfb\xc7\xc9\x07\x04\xc0\x37\x99\x6f\xe4\x8f\x99\x77\x24\x6c\x17\xf8\x21\x4a\xaf\x3b\xf0\x27\xb3\xf9\x78\x98\x2d\x1f\x79\x68\xed\xc2\xc9\xdf\xf8\xe8\x7f\x92\xb3\x36\x88\x2a\x0d\x53\xca\x9f\x34\xa7\x4a\xbb\x4c\xb2\x35\x16\x8c\xf7\x42\x26\xd9\x11\xb5\xdc\x15\x68\xea\x10\x74\x8b\xdb\xfc\x0b\x2d\xd6\x58\x7b\xff\x8d\x34\x61\x20\x67\xfe\x0b\xb6\x68\x6b\x0c\x37\x74\xae\x83\x30\xae\x03\xca\xd6\x3b\xa6\xd4\x96\xb2\xb3\x4a\x30\x8d\xb9\xd9\x69\x14\x9a\xa6\xd7\x20\xd2\x27\xc7\x10\x59\x73\xd5\xd2\x72\xfe\x66\xdf\xd8\x0d\xb7\x93\xb7\x8d\x93\x39\x93\x66\x6e\x55\x3a\xf1\x9b\x3e\x17\xf3\xf4\x3c\x0f\x3f\x51\xc2\x16\xb9\xe4\xb6\xa0\xf0\xa9\x34\x38\xb7\xc7\x34\x95\x89\xef\xc6\xfb\x55\x7e\x39\x02\x4c\xa3\xb9\x61\xef\x4c\x69\x09\x5a\x99\x1d\xe6\xd5\x8a\x6f\xda\x80\x03\x04\xae\xbd\x3a\x31\x20\x56\xfd\xf8\xe4\xb4\xb5\xdc\xa2\x52\xbe\xf1\x76\xd7\xb7\x85\x0d\xac\xb6\x6e\x55\x7b\x09\xf9\xdc\x2e\x55\xda\x84\x7c\x9c\x5d\xdb\x94\x32\x68\x02\x78\xc0\x25\xef\xbc\xfe\xfe\xf3\x02\x15\x5c\x88\x0c\xb2\xeb\xe6\x1a\xf1\x6f\x7d\xe4\xd0\x51\x8d\xa2\x0a\x4c\xe5\x82\x65\x9b\xfd\xf3\x7d\xd2\xa6\xf6\x5f\x22\x4e\xe6\x90\xb8\x2d\xb6\x5e\x8c\x15\xf8\x7b\xfd\x6f\x5a\xbe\xb3\x2d\xaf\xfd\x7c\xd3\x4f\x5e\x30\xfb\xd3\xd0\x6d\x37\xc7\x1a\xfe\xc1\xfd\x80\x1b\xf2\x28\xae\x0a\x49\x99\x96\xdd\x5d\x82\x21\x2a\x85\xda\x38\xc5\xff\xd2\x23\x5b\xac\x22\xbb\x9a\x8f\x52\xe3\x02\xea\xa3\x4a\x59\xf5\xa9\x3d\xce\xa5\x33\xb2\x31\x77\xe4\x05\xed\xc1\x52\x3f\xb8\x2a\x17\x4b\x7b\x37\x6c\x14\x08\x25\x1c\x4c\x03\x84\x44\x92\x5b\xdf\xea\xe9\xd3\xe2\xc6\xd5\x1d\x29\x25\xfb\x96\x76\xd6\x89\xe5\xdf\x6d\x0b\xae\x0f\xc2\x51\xe9\xe8\x08\xdc\xf3\x6c\x4b\x8c\x39\xe1\x7a\x00\x4f\xe9\x51\x53\xd5\xec\xea\xa3\xe7\x71\x84\x45\xbd\xef\xde\x3c\x9a\x68\x38\x0e\x79\x42\x54\x75\x60\xc3\x1f\xea\x02\xb5\x33\xa5\x00\x7b\x15\xa6\xe6\xe9\x21\x30\xaa\xc8\x2e\xbf\x8a\x86\x6f\xa9\x35\xb9\x0a\x4d\xa9\x54\xa9\x59\x61\xea\xdd\x6f\x51\xe0\x4b\xb0\xb2\xb7\x08\x18\x30\x0d\xce\x10\x15\x32\x81\x70\xd6\x2c\xab\x48\xb6\x9a\xb2\xfd\x25\xd3\x1c\x8d\xa0\x7d\xde\x40\xb2\x0d\x84\xd4\x09\x56\x27\x86\x70\x59\xf3\x55\x7c\xc2\x50\x0e\xe3\x04\x4f\xd7\xdd\x35\x54\x4f\xdd\x51\x8a\xfa\x8d\xe7\x7d\x77\x17\x76\x42\x78\x90\x2f\x13\x84\xdb\xad\x5a\x28\x2f\x87\xf5\x4a\xb0\xaf\xa6\xb6\x58\xe3\x75\x07\x03\x9a\x13\x2c\x56\xd0\xfd\x39\x5b\xab\x6c\xfb\xf2\xf9\x16\xec\xbf\x19\xf3\xb5\x34\x38\x6e\x05\x45\x71\x4f\xdf\xec\x82\x08\x12\xd2\xfc\x8b\x35\x5e\x2c\x36\x17\xbe\x32\xf4\xbc\x19\xc1\x11\x4e\xc9\x92\xf6\x59\x50\xde\x57\x0c\x9d\xf5\xd0\xe1\xff\x47\x63\xaa\x1d\x7f\x5b\x66\xe4\x2f\x93\xda\x2a\x55\xb0\x33\xa2\x32\xee\x95\x3f\x31\x5a\xa9\x39\x4b\x93\xbc\xd2\xb3\x43\x58\x8c\x80\xe6\xab\x94\x45\xb9\x75\xf8\x6a\x41\x94\xf6\x5f\x95\xce\x22\xc5\x0b\x98\x17\x02\x67\x41\x4a\x22\x54\xd2\x73\x2c\xb1\x3b\x2a\xe9\x37\xf2\xa2\xde\xda\x67\x64\xda\xd1\xa6\xc7\xbb\x7b\xa5\x56\x22\x8e\x2e\x27\x41\xff\x0f\x6a\x22\xdf\x92\xab\x9c\x78\xff\x0f\x3b\x3b\xd6\xdc\x1b\xec\x18\x3c\x2b\xac\xf0\xe0\x0f\x5f\xa1\xe0\xda\x7f\x6b\x2b\x35\xaf\x75\x89\x09\xcb\xf6\x9c\x60\xa3\xa1\xcd\x3d\x85\xa9\x8d\xb1\xef\x26\x6b\x84\xb9\x91\xe0\x74\x0a\x6c\x2d\xac\xda\x49\x20\x25\xaf\x7e\x79\xc1\xee\x25\xb0\x8d\xe8\x04\x13\xe4\x20\xe3\xcd\xfd\x09\x72\x0e\x7e\xdb\x46\x98\xc3\x8a\x1f\x8e\xed\x09\x1c\xc2\x30\xa2\xbf\x03\x01\x97\x63\x0a\xd5\xf0\x65\xde\xf2\x3f\x0c\xe3\x96\xa1\x14\xfd\x60\xcc\x5b\xfc\x90\x1a\x40\xa3\x00\x95\xea\x52\xe4\x74\x2c\xe7\xfe\xd5\x96\x08\x5f\xe7\x56\xde\xa7\x40\xad\x3d\x60\xb0\x68\xfe\x33\x5d\x09\x69\x02\xe0\x6f\xbb\x31\xad\x38\x3e\x20\xc6\x3b\x8e\xf8\xdc\xef\x7c\x34\xd5\xc3\xea\x1c\x7d\xef\x5b\x79\xc8\xa7\xe0\x86\x51\xf1\xee\xda\x8f\x2f\xee\xa8\x54\x16\x51\x60\x53\x7d\x72\x93\x82\x87\xac\xe6\xc8\xc3\x89\x17\xbd\xab\x92\x4f\x10\xde\xd6\x91\x0f\xa0\xaf\xd4\xde\xd3\x97\xeb\x27\x8e\xd0\xae\x9d\xc4\x62\x63\x6a\x76\xec\xd8\xe2\xb0\xfe\x85\xe5\x25\xfe\xc7\x6f\x2f\x7e\xb2\x78\x69\x4b\x33\x5d\x6f\x18\xdc\x7d\x84\x3a\x84\xb7\x49\xbd\x7f\x35\xed\x65\xa4\x63\xc2\x00\x34\xe1\x6c\x47\x67\xe4\xb6\xb5\xe7\x1c\xa6\xd9\x9a\x35\xab\x1f\x55\xc6\xd1\xbd\xed\xec\x43\x8b\x05\x57\xdd\xab\xbc\x25\x15\xea\xad\x82\x64\xc2\xf3\xa0\xdc\x3b\x29\xc9\x23\xd1\x9c\x1c\xb0\x09\x32\x6a\x52\xcf\x5b\x12\x31\x67\x3d\xbc\xe2\xd8\x57\x98\x42\xbc\x43\xe5\xa5\xe5\xaa\x27\xab\xe6\x5d\x9f\xe2\xa2\x70\x40\xc6\xb1\x2a\x70\x22\xd6\x39\xa1\xe1\x66\xcb\x3d\xdf\x13\xe2\x60\x85\x8e\x75\x53\x78\xed\x2d\x85\x4e\xb9\xbb\x6b\xc0\x66\xa5\x11\x22\xad\xd4\xf6\x9a\xfb\x5d\x76\x7d\xdc\x96\xf6\x88\x4a\x22\xa1\x6e\x3f\x78\x97\x5c\x19\xaa\xca\xf4\x79\xc6\x97\x59\xa9\xce\xe1\x23\xad\x17\x61\x9e\xb6\x85\xaa\x18\x3f\xbf\x52\xef\xbf\xcf\x5e\xb8\xf0\xf8\xad\xe7\x75\x02\x4d\xfd\xb2\x47\x1b\x55\xd6\x99\x66\x2c\xf9\xdd\x56\xe2\x81\xa5\x3d\x52\xe6\xbf\x28\x52\xd2\x86\x6a\x7f\x28\x4e\xb3\xb6\x51\xd6\xac\x9d\x9b\xce\xc0\xaa\x0e\x07\xba\xcd\x9e\x77\x34\x5f\xb7\xc7\x55\x4e\x91\xf8\x3f\xdb\x11\x6f\x88\x7e\x44\x87\x10\xc4\x89\x65\xeb\xbd\x0a\x8c\x59\xc3\x97\x6c\xc2\xd5\x0b\xfd\xd8\x23\x48\xab\x37\x9c\x12\xdc\x98\x0f\xc8\x62\xba\xf4\xb7\x3d\x1b\x8f\xeb\xa8\xdd\xd2\x35\xbb\x5f\x1e\x0d\xae\x58\xf6\x3a\xf8\x01\x39\xf3\x11\x7d\x2d\x49\x08\xd9\x11\xa6\x92\x00\xb7\x29\x3b\x6f\x6e\x27\x87\x10\x94\x10\x5b\x65\xc3\xfe\xbf\xdb\xe4\x20\xa6\x5b\x1a\x59\x37\xbf\x79\x49\x13\x4f\xf0\x4e\x2e\x77\x97\xfe\x59\x7f\x34\xa3\xef\xc6\x0b\xba\xbf\xd8\x1c\x70\x3b\x3d\x84\x57\xf3\x80\x22\x5d\x49\xd6\xda\x5f\x8a\xaf\xb7\x42\x16\x16\x76\xb6\x56\x0b\x7c\xa6\x9d\x5a\x6a\xcc\xd9\xd7\x2a\x78\x24\x47\x74\xb2\xfb\xb3\x53\xaf\x60\x91\xf4\xfe\x28\x08\xfc\x37\x3b\x64\xc1\x3b\xe4\x13\x13\xd4\x36\xaa\x97\x3f\x5c\xb5\xfc\x60\x7c\x37\xe6\xd2\xab\x75\x54\x67\x65\xe3\x35\x4d\xcf\xc4\xdf\xab\xce\x8e\xd5\xdf\x64\x75\xbc\x9d\x1f\x54\x12\xc6\xe2\xc0\xab\xb4\x3c\x84\x36\x98\x71\x85\x8b\x6b\xfd\xa4\x93\x7c\xc2\xa3\x7b\xb1\x7f\xa7\xea\x33\x2c\x69\xde\x6e\xdf\x7e\xdb\x98\x13\x83\xc5\xb5\x26\xc5\x2b\x1e\xa7\x47\xd3\xd4\x80\x94\x6d\x59\xdd\x06\xe9\xd7\x90\xe3\xe4\x81\x7a\x0d\xb1\x68\x88\xe4\x60\x45\x48\x2a\x54\x2f\x65\x3f\xf1\xda\x74\xc1\xbe\x64\x26\x36\xd2\x2f\xe6\xbf\x72\x5b\xe6\x64\x27\xb7\x99\x01\xcb\x6d\x99\x9d\x83\xfb\xb6\x06\x28\x14\x24\x33\xe4\x02\xbe\xe8\xbe\x1d\xb8\xa7\xfb\xd7\xa2\xb6\x65\xee\x4e\x6e\xdb\xfc\x03\xea\x7a\xc6\xc3\x1d\x33\xb1\x61\xea\xf8\x0d\xcc\x3a\x3d\x9f\xd9\x69\x08\x36\x9c\x05\xb3\xe7\x97\x7f\xdb\x23\xe0\xf0\xd1\xab\x63\xcf\xf3\x8e\xbd\xc8\x9a\x86\x72\xda\xa2\xc4\xdc\x67\xed\x32\xf2\xb9\x28\x85\xd9\xa4\x35\x9a\x3d\xa9\xca\x04\xd4\x06\xce\xab\xe0\xdd\xc0\x71\x7d\x12\x97\xa3\xad\x24\x57\x93\x4f\x5e\xb0\xe0\xa4\x9b\xb5\x66\xd7\xac\x52\x9b\x2c\x0d\xda\x33\xc3\x1b\x91\xfd\x32\x59\xa3\x67\x25\x58\xef\xd7\x67\x39\x87\x04\x63\xa3\xe1\xa4\x59\xde\x4d\xf8\xca\xae\x55\xc8\x7b\x90\x89\x1d\xfd\xe6\xfc\x30\x27\x6d\x5c\x52\xb9\x25\x5f\x92\x85\xb7\x4c\xb6\x1a\x31\x08\x57\x76\xb1\x0c\xbc\xad\x0e\x02\x10\x25\xd2\x71\xda\x60\x1b\xf2\x17\x4e\x6e\x66\x61\xaf\xc5\xa4\xb1\x05\xa3\x75\xa3\x90\x0b\xfd\x8f\xbb\xd4\x5b\xc3\x83\x16\xb7\xd8\xe6\x39\xdf\x18\x73\x02\x91\xc5\x7b\xe7\xee\xba\xc5\x84\x95\xb9\x15\x7a\xee\xe2\x42\xf2\x96\x35\xe8\x7d\x1a\x5c\x5a\x8b\x7a\x9a\x99\x95\xa7\x8a\x4e\xa2\x58\xad\xe9\xef\x0f\x29\x44\x87\x7c\x2f\x54\x35\x32\x1b\x27\x5b\xf5\x2d\x76\x8c\x74\x73\xdb\x0e\xac\xb4\xd9\x6e\x63\x28\xaf\x4e\xbb\x5f\xb0\x87\x0e\x6e\xbb\xd9\xd7\x82\xd9\xf3\xbc\x06\xcf\x66\x95\xed\xc3\x13\xf7\x0b\x28\x0b\x52\x82\x85\x13\x25\x12\xeb\x88\x64\xe4\x3c\x28\x64\x24\x4f\xd8\x1a\xb4\x43\xd6\xfc\x14\x52\xd4\x4c\x12\x96\x27\x30\x2f\x7f\x37\xed\x53\x41\x0d\xb4\x3c\x7d\x04\x3b\xbf\x32\x38\xbe\xab\xcf\xf6\x74\x6c\x96\x36\x60\xff\x3a\xda\x70\x93\xcd\x0a\x4b\x5d\x23\x9c\xd4\x4c\x35\xda\x56\xd4\x99\x6a\x1f\x19\x93\x90\xda\xcc\x14\x68\xf3\xe3\xb8\xa0\xc9\x21\x4f\x46\x48\x26\xa4\xbb\x4c\x8e\x1f\xf3\x82\x83\xf2\xa7\xa7\xcb\x82\x1b\x6f\x97\xba\x3a\x77\x6b\xed\x9e\x52\x06\x4b\xbb\x23\x9c\xd2\xf1\x15\x62\xfb\x94\xad\x73\x07\x1b\xbf\x60\xca\x1e\x00\x52\x11\xd9\xcb\xe6\xd1\x3a\x58\xed\x84\x19\xf7\x5c\xc5\x0c\x09\x37\x98\xa0\xb4\x3a\xec\x6e\x98\x90\x55\x85\x97\x9f\x2b\x74\x55\x00\x8f\x87\xd0\x94\x5d\x85\xd3\x3e\xa0\x04\x62\x58\xb0\xd1\x54\x8d\x77\xc5\x10\x51\x44\xbc\x34\x5f\x14\x8d\x54\x14\x48\x25\x5c\xc9\x20\x80\x26\x50\x7d\x54\xf1\xa2\x24\x51\xd8\xec\x7d\x55\x4d\x0d\xc6\x2b\x2e\xec\xd6\xe1\xa2\x21\xc3\x3c\x81\xe6\xed\xc1\x2f\x70\xa5\x09\x84\x59\xbe\x52\xaf\xa2\x57\xdb\xa3\x9d\xdb\x8b\xf9\x27\x7b\xab\xa7\x0c\x30\x73\xf1\x2c\x53\xfa\x0c\xea\x40\xef\x25\x11\x5d\x9e\xc8\x0e\xfe\x0b\x07\x83\x5b\xaf\xcb\xf9\xb4\xe1\xbd\xc3\x8b\xe2\x0b\xe4\xc6\x44\x04\xfc\x0e\x07\x64\xd9\x76\xd1\xd7\x00\x44\x82\x95\x5d\x73\xd5\x28\x6c\x89\x0d\x30\x59\x7e\x33\x6f\xed\x00\xdc\x10\xd8\x02\xcb\xac\xe1\xe0\xc0\x5a\xd4\x1e\x05\x19\x56\x27\x95\xd4\x0f\xa2\xe5\x44\x02\xdb\xe1\x37\x38\xc2\xee\x11\x3d\x5b\x62\x21\x4f\x4a\x51\xa2\xa6\x41\x48\xab\x39\xab\x92\xfa\x40\xe4\xda\xa7\x73\x34\x91\x47\xd8\x26\x5b\x64\xe4\x97\x54\x81\x3b\x27\x17\x90\xe7\x6d\x24\x29\x6d\x56\x3d\xbd\xd2\x49\xda\xcb\xaf\x46\xd3\x62\x75\x6b\xf5\xd5\x7e\x5a\x2b\xcd\xd7\x9e\x37\x1d\xac\x7c\xce\x0c\x23\xcd\xdf\xcc\xb7\x3a\x2e\xa5\xcf\x4c\xf7\x87\x5e\xd0\x64\x14\xb1\x1a\x3c\x1e\xd5\x7a\x21\xd8\x8f\x21\x04\x56\x9f\x89\x98\xdf\xd1\x9e\x1c\x11\x83\x06\x11\xc8\xe8\x22\x19\xda\x50\xfd\x88\x9d\x28\xd9\x3b\xa1\x15\x8b\x6d\xef\x55\xd5\x3a\x9a\x7d\x2e\x0b\x66\xcf\xd8\x48\xba\x8a\xbf\x06\xaa\x11\xc7\xe0\x7b\xa7\x9a\x73\x40\xa6\x64\x0f\x32\x43\xc2\x19\x79\x35\x1a\xd3\x50\x6d\x8e\xac\x89\xc7\x85\x76\x82\x7e\x11\x38\x6d\xb2\x86\x69\x8c\x03\x89\x64\x24\xbd\x03\xdb\xa7\x5b\x51\x49\x7f\xc8\xbe\xdd\x30\xbd\x2b\x31\xfc\xc5\x82\xcf\xdd\x5c\xc5\xde\x48\x74\x8a\xb2\x44\x43\xa8\xc2\xb2\xd7\x52\x15\xcd\xc7\xfe\x12\xe4\xea\xd6\x75\xbc\x99\xe4\x52\x9a\x3a\xe8\xad\x67\xbd\x3f\xaf\xc5\x90\x8e\x9a\xfe\xc3\x35\x3a\xbd\x39\x0d\x8c\x55\xac\x57\xa6\xfd\xf0\x28\xce\x44\x77\xdf\x67\x1b\xb6\xd1\x78\xfb\x64\x0b\x92\xdb\x09\x41\x23\xd8\x72\xb5\x59\x01\x44\xdf\xb0\xfb\x8f\x23\x08\xf1\xc1\xaf\x00\xce\x74\xd7\x11\x14\x10\x82\x05\x6e\x7c\x5b\x7c\xce\x7a\xd0\x5f\x9c\x8c\xfb\x59\xe5\x61\x26\xdc\x8d\xe4\x45\x2d\x67\xca\x09\x85\xa9\x79\xc2\xd0\x5e\xb6\xb4\x39\x6f\xce\x37\xfe\x85\xd9\x1e\x57\x5d\xeb\x54\xc2\xd8\xb4\xb3\x7b\xe3\x2d\x3e\x22\x5b\x6e\xae\x75\xde\x93\x8a\x98\xf4\xec\x5e\xb1\x7f\xde\xb8\x5b\xa3\x35\xc8\x49\xf1\x59\x33\xc1\x49\x97\xfe\x19\x48\xc3\xa4\x7e\xe6\x53\xfa\x99\xa1\x20\x92\x0c\x5b\xf2\xb5\x89\x2d\xc9\x87\x91\x76\xdc\x8b\xa7\xac\xd0\x5b\xac\xa3\x24\x70\xac\xdc\x93\xdf\xe1\x9d\x98\x0a\xea\x77\x68\xd2\x60\xbe\x70\x1d\xf3\x47\x5b\x9e\xc0\xa1\x84\x42\x84\xfb\x88\xb0\x5d\xb3\x59\x39\x0e\x78\x24\x1c\x34\xf2\x03\x7f\x67\xbd\xe7\xbf\x33\x0e\x5d\x09\xcc\x31\xbb\x4e\x7b\x54\xa0\xbe\xff\x53\x0b\xa0\x76\xa3\x3b\x31\x36\x27\x93\xc3\x1c\x9a\x62\x53\x20\x3c\x76\x06\x76\x6c\xe6\x26\xc9\xa2\xe5\x1f\x9d\x49\xa8\xfa\x32\x0b\xc0\x50\x20\x51\xac\xe2\x2f\x6e\xd5\x94\x6c\x7c\xcc\x89\x3b\xd1\x7d\x99\xe8\x4f\x57\x84\xcf\x3d\xd3\x33\x46\x1c\x67\xad\x43\xe1\x65\x9a\xe9\xb6\x90\xf9\x33\x11\x5a\x8d\xd9\xd4\x65\x65\x25\x33\xc8\x99\x29\x43\xae\xd6\xeb\x78\xcb\x86\x8b\x7b\xeb\xe6\x90\xd4\x2a\xa6\x0c\x82\x33\x76\x8e\x69\xeb\x9a\x72\x45\xbb\x53\xf9\x34\x43\x06\x8f\x30\xfd\xab\xdb\x2d\x3f\x05\x64\x5d\xad\xee\x72\x13\xfd\xb8\x25\x4f\xeb\x97\x73\x1e\x86\xe0\x7d\x5f\x53\xc1\x98\x67\xf2\x0f\x5d\x0d\xaa\x0c\xb5\x5c\x91\x92\x72\xa7\x7c\xfd\x03\x84\xc6\x1d\x6c\x1d\x79\x18\x1d\x0e\x39\xcf\x3f\x9e\xd8\x1d\xa4\x9c\x8e\xe6\xb8\xe6\x7d\xea\x3f\x3e\x76\xfe\x0a\x51\xbc\xa8\xc7\xc4\x95\x64\xbf\xa8\x67\xfb\xa3\x1b\xcb\xd8\xd1\xc6\x79\x6f\x7f\x40\x35\x06\xb4\xfe\xee\x27\xaf\x39\xf0\xc0\x81\xb9\x38\xff\xc4\xc7\x1b\x1b\x15\x37\x63\x6a\x73\xe6\x5f\xa3\x1d\xb1\x73\x2f\x72\x29\xdf\x94\xf1\x3c\xb8\x84\x72\x5d\x69\x31\x5c\x50\xa1\xae\xc0\x15\x36\x92\x70\x88\xff\xcd\xe3\x66\x2f\xb4\x3f\xd9\x63\x72\x76\x22\x8c\x71\xf6\xb7\xe2\xbe\x65\x15\x65\xf9\x0f\x4c\xb0\x88\xee\xfc\x24\x5e\x22\xea\x1a\x57\xc5\xe5\x33\xf7\x0a\x12\xb5\x63\x65\x61\xfd\x8a\x93\xc5\xc5\xc1\x16\x70\xc7\x65\x02\x42\x93\x7d\xc9\x37\x2d\xf2\x00\xc7\x2f\x29\xdb\xe9\xb6\x2d\x9b\xe5\x19\xa0\xd4\xd7\x70\x89\x32\x7b\x87\x8d\x32\x8e\xef\xbf\x16\x9d\xb2\x16\x62\x7d\xc6\xec\x3a\x77\x4d\x28\x7b\x1e\x37\x03\x71\xdf\x65\x02\xfb\x13\x4b\x0e\x53\x60\x02\xb3\xd1\xeb\xbe\x40\xac\xec\x93\x05\xfa\x86\xf0\x89\x4a\x17\x3e\x71\xe3\x79\xbf\x78\x17\xcd\x45\xe9\xcc\xda\x5b\x2c\x2d\x35\xbf\x89\x4a\x7d\xf7\xe5\xbb\x7c\x7e\x9d\x91\xec\xb2\xd3\x38\x32\x47\xe0\xa0\x18\xd9\xf2\x54\x20\xa1\xbf\xb5\xaa\x44\xb7\x60\x41\x2b\xc1\x02\xc0\x4a\x50\x9d\xb5\xf6\xdb\xd2\x81\x43\x79\xaa\xec\x13\xec\xaf\x38\x4e\x54\x39\xb2\x8e\x64\x2d\x09\xc6\x3f\xea\x9c\xfb\x7b\x1b\x1d\x81\xc6\x47\x96\x8e\x43\x71\x24\x93\x19\x18\x47\x0a\x6b\x93\x70\x71\xaf\xb3\xae\xfe\x56\x3b\x9b\xa9\xdc\x5c\xd1\xee\xe4\x59\x04\x1b\x8a\xae\xe4\x3d\x3b\x89\x8a\x74\x20\xe6\x4e\x35\x47\x13\x02\x2a\x5d\xa7\xaf\xf4\x49\x3a\x83\xaa\xbe\xfb\x9c\x96\x6f\xa6\x21\xb8\x44\xc5\xde\x7c\x72\x38\xba\x88\x60\x68\x3c\x02\xcc\x50\xa6\x51\xfd\xc1\x41\xbe\x6b\xbb\x9a\x77\x7a\x16\x22\xce\x7a\xf7\x2d\x34\xda\x0a\x00\xda\xf2\xc2\x5f\xa5\x1d\x58\x1d\x53\x62\xd2\x07\x97\x1f\x99\x49\xf9\x52\x49\x1e\x2c\xd4\xe7\x27\x30\x26\xb5\xc0\x69\x45\xa1\xaf\x30\xdf\x17\x7e\xfc\x62\x57\xcf\x24\x59\xb2\xb6\x42\xeb\x74\xa7\x03\x55\x51\xa7\x4b\x3d\x96\xe3\x23\xf5\x37\xb4\xff\x8a\x93\x09\x6b\xc3\x61\x5d\xe5\xbf\xa3\x94\x7f\xfe\x74\x97\x55\xfe\xd6\x6b\x8e\x73\x8d\xcc\xf9\x45\xef\x44\xe1\xcf\x6e\x8a\x21\xe0\x82\xf2\xdf\x74\x3a\xb1\x54\x24\x94\x3e\x5c\x69\xf4\x3e\x20\xb5\x07\x87\x57\x11\xdb\xb1\xf2\x0d\xec\x19\x6c\x25\x54\x6a\x9d\x31\x1c\x64\xab\x05\xd5\xbc\xc3\x67\x01\x06\x88\xdb\xc9\x11\xc1\x7a\x64\xb0\x3b\x38\xbe\xa2\xce\x28\x53\x10\xeb\x23\x6c\x57\x25\x10\xdf\x78\xde\x75\xa4\x55\xe3\x06\xfa\x7c\x10\xb7\xc0\x5a\x9c\x50\x27\x04\xf1\xd5\x1a\x1c\x2f\x5a\x97\x48\xf1\x03\x8a\xe4\xe2\x9b\xa5\x83\x02\xaf\x84\xad\x93\xb6\x99\x72\x40\xdf\x4e\xe4\x47\xf6\xcd\x45\x93\xd5\xda\x15\xec\xb7\x6b\xf4\xa1\xdd\x60\x24\x3a\x78\x88\x6a\xfc\x54\x19\x56\x10\xa1\x57\xf3\x15\x9b\xaa\x93\x39\x8e\x16\xfc\x6a\xc7\x65\xdf\x4e\xc8\x6a\xd9\x3b\x27\xda\x89\x28\x90\xa9\x42\x26\x5b\x50\xc1\x42\x2a\x9d\x74\x9f\x07\xf2\xc5\xc2\xdd\x89\x82\x46\xdb\xe3\x76\x79\x0c\x95\x85\xdd\xac\xfe\x62\xa9\xb8\x7a\x3c\x87\xeb\xe3\x08\x6f\x11\x19\xb1\x8f\x83\x33\x3d\x8f\x47\x2e\x32\xdc\x14\xd1\x9a\xab\x55\xcf\xa1\xd1\xdb\x23\x43\x0a\x76\xb3\x0d\x18\xd4\x5f\x4e\x18\xf3\xfe\x18\x5a\x96\xb0\xb8\xd8\xfc\x0c\x13\xbd\x6c\xa8\x55\xd8\x37\x78\x7e\xb1\x6e\x2c\xb2\x70\x0b\xa5\x06\x7b\xe3\x96\x4c\x38\x0e\x32\xc3\xfa\x6b\xab\x63\xce\x3d\x79\xa6\xbc\x2e\xf0\xd5\x04\xc4\x48\x8e\x41\x29\x1e\x58\x0f\x65\x39\x56\x50\x71\x9e\x3d\x84\xb7\xa5\x89\x0a\x7f\xa8\x4f\x8a\x7c\xa1\x65\x36\x29\x2f\x19\x24\x4a\x3f\x63\x9b\x89\x62\xb5\x00\xcd\xb7\x9a\x59\xb3\xc9\xaa\x59\xd8\xcc\x3a\xc6\x69\xcb\x76\xfa\x86\xfb\x7c\x7b\x1c\xab\x58\x83\xd5\xf8\x8d\xb6\x4b\xec\x99\xd5\xcf\xd8\xb6\x27\xb1\x81\x26\xa3\x53\x30\x29\xe6\x9c\xa4\x5f\x74\xb9\xbd\xad\x78\x70\x0a\x1e\x1e\x7a\x41\xf7\x0f\x9c\xe5\x49\x6c\x80\x78\xc9\xa5\xfc\xd6\xf8\xf7\x3d\x71\xfa\x15\xce\xc0\x34\x0e\xad\x08\x53\x7e\xab\xa1\x23\xfb\xd1\xca\x85\xcd\xcc\xf5\x7a\x8c\xe3\xf7\x87\x5a\xe1\x65\x29\x78\x54\x05\x05\x2c\xe3\xd0\x1a\x15\xe3\x78\xa0\x3b\xc5\x64\xb3\xc6\x5e\xd0\xec\x9e\x73\xb0\xc6\xa1\xf5\xce\xcc\xc6\x05\x2f\xc2\xe5\x34\x1b\xbb\x2f\xba\x5e\xe6\x99\x3f\xbb\xef\x72\x8c\xcd\x0d\x1d\x25\x46\xd3\xbc\xbd\xba\xce\xee\x8e\x20\x83\x38\x29\x6d\xfc\xaf\xb2\x64\x41\x52\x9e\x1c\x41\x4e\xc5\x0d\x44\x15\x5d\xce\xc0\x51\xa5\x58\xf4\x7e\xc7\xc7\xa4\x7a\xe4\x3d\xb9\x4f\xf1\xba\xb8\xff\x6e\x36\x58\x87\x06\x66\xd2\xb6\xb1\x82\x87\x78\x5d\xe7\xd4\xe0\x45\x9d\x3b\x25\xe9\x0c\xcb\x3a\x93\x01\x00\x79\x17\xb4\x5d\x86\xcf\x45\x9e\x9c\xd5\x29\x88\xa9\x0e\xce\x8c\x38\x2c\x2e\x52\x87\x01\x4d\x9a\xcc\x3e\x54\x37\x0e\x8a\x04\xac\x2d\xc0\xc0\xc8\x46\x5b\x0f\x88\x32\xa8\x9c\x2f\xf8\x84\x2d\x5b\x47\x9d\x63\x59\x9e\x3d\x30\x9b\xd3\x44\x99\x32\x3b\xac\x0b\x77\x75\x92\x2d\x5c\xf2\x86\x82\x4d\x59\x7b\xd9\x7e\xb1\x0b\x53\x15\x70\x71\xad\xdc\x2b\x11\x1e\xed\x4d\xee\xe8\xcd\xce\xb5\x15\x30\x98\x88\xe3\x3e\x7a\xd8\xbe\x76\x3e\x60\x05\x2f\x18\x5e\xf5\xb1\xda\xe3\x8b\xa8\xb2\xdb\xba\x76\x0e\x94\x31\x36\x10\x7e\xdc\x82\xbd\xb9\x1b\x94\x5c\x45\x62\xc0\x6d\xad\x36\x10\x95\xcb\x75\x08\xa7\x60\xf8\x27\x3c\xd8\x38\x4a\x58\x8a\x38\x33\xcd\x02\x89\x74\xb1\xfa\xc4\xa1\x49\x7c\x82\x8f\x3c\x82\x0d\x5f\xdc\xef\x7d\x95\x96\xc7\x5f\x9c\xfe\xca\x59\x07\x16\x64\xa7\x0c\xda\xaf\x3b\x7e\x69\xde\x95\xd0\x43\x6c\x8e\x45\x97\x65\xc0\xb1\x04\x20\xd6\x56\xcc\x99\x10\x1e\x72\xb5\xfe\xec\x79\xeb\xcf\x82\xcd\x57\xe6\x69\x9a\xc7\xee\x43\xcb\xcf\x9e\xb7\xfc\xcc\xdb\xa2\xa9\xc2\x44\xaa\x89\xf2\xab\xd5\x12\x55\x0c\x72\x96\x28\x93\x62\x4b\xfd\x2d\x6a\x4f\xc1\x34\xde\x00\xe9\x8c\xf6\x5a\xe4\x7b\xc1\x38\xf2\x67\x5f\x58\x4e\x94\x12\x05\x94\x26\x7e\x3e\xc1\x24\x70\x1d\x15\xbe\xca\x19\xa4\xe6\x24\x71\x87\x34\xfd\xe4\x79\xd3\x4f\x8d\xaa\xea\xda\x02\xfe\xd6\xf4\x13\x8f\xa7\xa9\x00\xdb\x4e\x47\x1d\x2e\x48\x4c\x32\x55\xa6\xba\x64\xe3\xd3\xe9\x10\x23\x7c\x97\x37\xd6\x12\xa6\xd2\x15\x22\xa0\xd7\xf8\x1d\x28\x71\xc7\x1a\x93\xba\x79\x07\x4b\xb3\xda\x2b\x3c\x83\x33\xde\x28\xe2\xad\x17\x3f\x31\xbd\xf3\xcd\xae\x4e\xf6\x3a\x79\xd9\xa1\x32\x55\x22\xdf\x16\xb5\xdc\x3d\x15\x2c\xa3\x71\xe3\x34\xab\x4a\xef\x9d\x42\x30\x31\xef\x67\x17\xdb\x47\xe2\x5e\x77\xeb\x96\x8d\xe2\x1a\xae\x5a\xfd\xfc\x81\x6e\x60\x0c\x32\x96\x75\x4b\xec\xc9\xe6\xf3\xb3\xa1\xdb\x3c\xd7\xcf\x19\x5c\x3a\xc3\xec\x68\x0f\x36\xaf\xcd\xa6\x32\x0f\xfc\x38\x9b\x29\xae\x04\xbe\x48\x07\xe7\x67\x9b\x45\xb4\x5a\x53\x60\x0e\xed\xca\x92\xec\x88\x24\x8f\xca\xe5\xd0\x6c\xd8\xf8\x60\xd2\x06\x6e\x69\x97\x0d\x99\xe9\xbd\x63\x1d\xb5\xb1\xd5\xec\x58\xb0\x99\x6d\x96\xde\xf6\x8d\xb3\x6a\x9d\x2b\x87\xf2\x20\x3a\x61\x4d\x1d\x2e\x71\x0d\x8b\x4b\xa1\x4a\x14\x0a\x79\x7c\xf8\x6e\xdb\xf7\x9c\x96\xf8\x73\x91\x9b\x6d\xc5\xdf\xd4\xc5\x5a\x21\xd7\x4c\xd1\x72\xca\xf6\x8f\x07\x06\xd9\x1a\xe5\xca\x7c\x65\x5f\x5d\xda\xd8\xe4\x60\xfc\x15\x2f\xc3\x31\xa2\x8d\x9c\xf9\x18\x59\xbe\x63\x54\xde\x73\xef\xa2\x3b\xd3\xa5\x44\x85\x23\x37\x27\xc8\xe2\x50\xf9\x2c\x4e\xbb\xae\x3f\xca\xf2\xb4\x58\x3b\x3a\x60\xae\x75\x91\x41\x0e\x8e\x9f\xd8\xf6\xa6\xa1\x6c\xc1\x3b\x67\x08\x7d\x8e\x13\xa4\xb7\xf8\x21\xee\x24\xdf\xf9\x64\xbf\x07\x30\xf5\xc6\x33\x26\xdd\x9d\x80\xc5\xab\x6d\xee\x88\xd9\x87\x52\xd2\xff\x63\x1f\x0b\xec\x53\x15\x1c\x91\x2a\xfe\x67\x0c\xd4\x9a\xbb\x81\x96\xc1\xf9\x47\x61\xf1\x81\x07\xaa\x02\xe6\x77\xef\xbc\x57\x34\xa2\x99\xf3\xde\x96\xed\x71\x94\xbb\xc6\x7d\x4b\x5f\x2e\x77\xae\xa7\x76\x28\x2f\x4b\x7e\x83\x7e\xb8\xa7\x88\x75\x3e\x39\xe7\xcb\x68\x51\x9d\x8a\xeb\xd3\x7c\xe3\xf4\x76\x8e\x6c\xa7\xeb\x1e\x61\xf2\x10\x35\xd4\xa4\x42\xd7\xf7\xda\xf2\x8d\xd7\xe6\xdc\xb7\x05\x32\xa0\xe6\x47\xf5\x81\xc9\x58\xc9\x9f\x35\xb5\x4d\x14\x60\xac\xce\xec\xd6\x40\x35\xcd\x91\x25\x89\x93\x6b\xfb\xb7\xe1\xb7\x41\xfc\x4b\xf9\xf8\x77\xe5\xbc\x0b\x21\xaf\x95\x77\x94\x2a\x31\xae\xe6\x73\xf1\x95\x73\x04\x50\xf7\x15\xc8\xb5\x2d\x2c\xec\xb5\xe7\x85\x63\x10\xc3\x12\xd4\xee\x32\xf3\x41\xf6\x1d\x74\x03\x39\xea\x2d\xe0\xaf\x57\x07\xce\x4c\xca\xcc\x46\x27\xd6\xb6\xb1\x83\x70\xc8\x56\x0c\x96\xf8\xc7\xcb\xf7\x7a\x28\x1e\x83\x84\xd9\x68\xca\x6a\x04\x89\x42\xdf\xd7\xe5\xbe\x9e\x1b\x99\x8a\xa1\xe7\xdd\x88\x71\xde\x8e\x6f\xc6\x0d\x30\x71\x8f\xd4\xa4\x2e\xf0\xe8\x76\x3a\xc8\x11\xe8\x03\x6a\xdc\xbe\x35\x8b\x92\xe4\x1d\x41\xfd\x4c\xc7\xa1\x99\xa5\x6c\xdc\x65\xca\xb7\x0c\x36\x4c\x0f\xf7\x48\x5e\x3d\x4c\x5d\x46\xb6\x2c\x0f\xf4\x48\xf2\x5c\xb1\xcc\x5b\x64\x72\x52\xe3\x65\x2a\x06\xe9\x51\x2c\xf1\x74\xf8\xb2\x7f\xfe\xd9\x22\xb2\x90\x1b\xbe\xa9\xc0\xa1\x05\xe3\xbe\xb2\x15\x2f\xfb\x2a\xe6\x63\xfd\x9b\xab\xb1\x9c\xac\x53\x45\x2b\x66\x99\xa4\x06\x30\x44\x3b\x49\x52\xfe\x0e\x5f\x88\x67\x9c\xdc\x7e\xa5\x5c\x7f\xd5\x5b\x4b\x9d\xcf\x9e\xa3\xd0\x41\x44\x6f\x20\x17\x6f\xfb\x5b\xe5\x86\x40\x83\x91\xb0\x1d\xbc\xbe\xfe\x0d\x8d\x3a\xeb\xab\x75\x98\xb3\x22\x2c\xd2\x91\x7c\x1e\xfa\x6d\x54\x73\x3f\x5d\xbe\x31\x97\x69\x24\x32\x37\x43\x53\x09\x1c\x46\xf0\x6b\x33\x97\x99\x40\x22\x1c\x91\x6f\x2e\xfb\x05\x13\xab\x67\xd7\xf0\x9d\x45\x1d\xcb\x77\xed\x8a\x01\xac\x6e\xb5\x0e\xe7\x9b\xac\x0e\x0c\xd1\xd6\x8b\xb3\xc7\xda\x00\x04\xad\x1c\x64\x8f\x01\xbf\x4f\x47\xf6\xdb\x43\xbd\xfa\x41\xc9\x5e\x3f\xe6\x3a\x8c\x04\xe4\xa6\x2d\xa5\x16\x0f\x4a\x76\x63\x33\x08\x73\x81\x0d\x76\xaa\x48\xda\xfb\xfa\x40\x02\xe9\x33\xc9\xeb\xe5\xc0\xeb\x71\x9b\xd4\x07\x57\x35\x2e\x1d\x41\xc7\x00\x97\xd7\x75\x23\xdb\x53\x6b\xf2\x74\x32\x10\x79\x9d\x9e\x4e\xf0\xf4\x29\xd4\x69\x54\x9b\x13\xeb\xdd\xa5\xa9\x80\x70\xd1\xd3\xe5\x29\x4c\x66\xb5\x81\x16\xfa\x57\x35\x0d\x55\xbd\xfb\x6a\xc3\xbe\xdb\xb4\xfd\x6e\xb7\xa7\x50\xba\x48\x95\x57\x91\x5b\xcc\x52\xfd\xe4\x02\x45\xa0\xbc\x03\xa6\x03\xb7\x51\x7d\x00\x1c\x7d\xab\xa8\xcc\x39\xc9\x0c\xc8\x65\xb7\xfb\x53\x28\x5d\x35\x8f\x88\xca\x9f\x6d\xac\x60\xf1\x4b\xec\x8b\xc7\x93\x32\x32\x83\x00\x5a\xbf\x55\xe8\x39\x38\x43\x45\x7f\x11\xa1\x77\xca\x3e\x90\x58\xc4\x71\xd6\xb4\x5f\x4a\x96\x2a\x0c\x65\xa5\x85\x54\xf0\x23\x63\xfd\x08\x7f\x9c\xcf\x3c\xed\x99\xad\x2f\x2e\xb4\xec\x6d\x65\x13\xaa\x9c\x8c\xbe\x45\x95\x4a\xb1\x50\xad\x9a\x6c\x8e\xe4\x16\x4b\x05\xcb\x49\x6c\x08\x07\x59\x2f\xe3\x82\x04\xe9\x48\xd7\xfd\xbb\x3c\xea\xa2\xbf\x72\xe3\x56\x83\x7e\x2e\x1c\x73\x3f\x37\xe6\x71\x6e\xcc\x03\x35\xe6\x60\xf1\x88\x41\x4f\x92\x81\xd4\x59\x27\x5b\xe2\x1b\x09\x43\x10\x53\x3e\x69\x6a\xc4\x61\x80\x65\x89\xa2\x77\x2c\x69\xd4\xb1\x5f\xe8\x7d\x76\xdf\xa9\x08\x33\x67\x3f\x3b\x74\x67\x24\x4b\x88\x28\x34\xd7\xa9\xb4\xa1\xf3\xeb\x6e\x72\x3e\xa5\x43\x53\x39\x23\x5f\x16\xf3\xff\xc7\xdd\x9b\x6d\xb5\xae\x33\x6b\xc3\x17\x14\x8f\x91\xbe\x3b\x94\x14\xc7\x31\xc6\x18\x93\x84\x10\xce\x20\x40\xfa\xbe\xcf\xd5\xff\x43\xf5\x94\xdc\x84\xc0\x9a\x6b\xbd\xeb\xdd\xff\xde\xdf\xc9\x9c\xc4\x96\xd5\xab\x54\xed\x53\x89\x06\x31\x33\x37\xdf\xf4\xd2\x40\xdb\x37\xbf\x49\xac\x84\x2b\x44\x81\x0c\xa3\x13\xdf\x04\x1e\x68\xc2\xc7\x8c\x53\x65\x8c\xcf\x4e\x53\x10\xe4\x0b\x76\xcd\x98\x4f\xc6\xe4\x62\x38\x0e\x70\x67\x65\xe6\xc1\x2a\x47\xe2\x21\x0e\x0d\xe3\x8e\x00\xb1\x85\x08\xd6\x92\x66\x2b\x12\xa7\x0d\xdb\xc6\x31\x36\xe3\x04\x0a\x82\xae\xd1\xbc\x36\x3c\x2a\x7e\x8d\xf2\x09\xbe\x61\x7a\x49\x5e\x0b\x9b\x0b\x4b\xf9\xfc\x94\xd5\xef\x5b\xcc\xc4\x82\xf5\x9a\xf3\x24\x63\x62\xa8\x89\xa1\xde\x59\xde\x5e\x2b\x58\x28\xaf\xbb\x64\x96\xd7\xdc\x32\x11\x87\xc4\xd7\x0d\xf3\x7a\x7f\x4d\xb6\xfa\x27\x02\x60\x51\xf9\x0f\x73\x7d\x97\x2e\xa9\x20\xa8\xd3\xa5\x79\x43\x28\xcb\x24\xfd\x48\x23\x30\x8a\xbf\x43\x3d\x6c\xf8\xd3\x26\xad\xff\x3d\x21\x4e\xe4\x03\x53\x50\xb9\x5a\x7c\xba\x7c\x6b\x28\xd5\x6b\x15\x26\xe3\x2d\x06\x4e\xda\xeb\x6e\x95\x6e\x75\x75\xd0\xf4\x85\x1c\x5b\x6c\x77\xac\xe7\xb8\x29\x2a\x48\x9e\xee\x5d\x2e\x4e\xe4\x56\xae\x5e\xd7\xa0\x40\x6d\xce\xb4\x49\x4c\xa6\x6d\x9e\x96\xa0\x02\x7b\x39\x01\xa7\xe9\x28\x29\x0c\x85\x5c\xc9\x67\x8d\x33\x98\x82\xb1\x84\x1e\xf6\x00\x44\xaa\xbe\xf5\x26\xd4\x46\xf1\xcb\x2d\x62\x5e\x42\xda\x76\x63\x49\xc8\xda\x59\xd8\x42\x97\x12\x2c\x87\xa7\x09\xe1\xa7\xe6\x49\xec\xac\x8a\x79\xf3\x80\x39\x3d\xef\xb2\xa1\x89\xf1\xe6\x81\xe5\x90\x6c\x19\x88\x07\xb1\x80\x41\x6b\x0f\xa7\xf8\x29\x17\x31\x45\x2d\x25\x54\x5d\xce\x29\x0c\x94\x28\x84\x7a\x5c\xb1\xdd\xc6\x16\xea\x95\xe3\x67\x6d\xa1\x3e\x96\xd3\x28\x49\x8c\x7d\x5f\x1c\x52\xcb\xee\x85\xa2\xb3\xed\x77\xfd\xd0\x1e\x83\xfd\x0e\xcc\xfd\xae\x28\x59\x7a\x70\x20\x60\x1a\xf5\xb8\xe7\x9c\x8e\xd8\x17\xb7\xba\xac\xf2\x90\xb5\xb6\x1f\x89\xca\x45\x40\xef\xdc\x1d\x36\x54\x06\xb6\x1b\x80\x54\x61\xfc\xed\xcb\x85\xe6\xd5\xcf\x5d\x1a\xba\x37\xab\x44\x42\x98\xb1\x44\xc8\x33\xed\xa5\x30\x7b\x31\xaa\xcd\x69\x8e\xaa\xe9\x13\xf5\xec\x22\x65\x0e\x54\xfa\xfd\x53\x0e\x8b\x8e\xa8\xe6\x23\x96\xf7\x73\x92\xd3\x27\x5e\x5d\x54\x0d\x9e\xde\x1c\xb7\x43\xce\x0a\x21\x61\xe1\x7f\x5a\xae\xf0\x2f\xca\x0a\x44\x93\x73\x4c\xd8\x56\x28\xf6\x3e\xb9\x62\xe5\x24\x79\xb7\xb4\x4f\xdc\xd5\x23\x01\xe7\xa8\x03\x6b\xd0\x01\x47\x16\x56\xca\xfa\x2d\xc3\x52\xc0\x27\xba\xbc\xe3\x3d\x03\xbf\x1a\x04\x76\xb8\xdb\x3d\x5d\x26\xdd\x1a\x7d\xa0\x5e\x63\xcd\xe1\x84\x1d\xc3\xad\xa1\x12\x0e\x14\xe3\xee\x9c\x3c\xdc\xba\x19\x2a\xac\x19\x1f\x25\x14\x54\xaf\x64\xb7\x7f\xa9\x53\x1b\x0a\xfa\xc7\x03\x5d\x01\xde\x13\x56\x62\xa9\xaf\x27\x5f\x7f\xdf\x12\x45\x0c\x76\x75\x26\x1d\x2f\xb9\x51\xa8\x89\x5c\x42\xc0\x0c\x8b\x5b\x3a\xa2\x3e\x1d\xa4\x86\x6e\xe2\x05\x3c\x1e\x02\x2a\x7b\x65\x7c\x5d\x7a\xb7\xda\x74\xe6\x1c\xa3\x2b\xed\xea\xb2\xaf\xc9\x25\xe3\x4d\x8f\x79\x2e\xbf\x53\x58\x35\xa9\xf7\xdc\x0a\x55\x32\xa4\x11\xcc\x4c\x1d\x14\xb2\x4e\x64\x69\xaa\xf7\x88\xba\x40\x07\xad\x17\xde\x25\xd8\x01\x84\x9a\x2e\x64\x35\x39\x00\xe7\xd9\xf4\x7c\x48\x21\xc9\xc1\x68\x80\x1b\x78\xa0\xa7\x21\x9c\x0c\xa2\x51\xb5\x85\x3d\x53\x5c\x4f\x57\xd7\x53\xd8\xda\xc9\x99\x20\x74\x31\xb5\xa1\x22\x2e\x68\x66\x37\x5a\x49\x5f\x34\x44\x15\x13\x1f\x62\x01\x54\x33\xff\x9e\x98\x31\x67\x14\xd5\x37\x1d\xf0\xbd\x3d\x4b\x35\x4e\xc6\x83\x74\xab\x61\x72\xe6\xe7\x83\x68\xbf\x74\x17\xf1\x97\x9e\x70\x16\x6a\x0b\x19\x2d\xc4\x46\xb1\x9f\x70\x37\x43\xf2\x6e\x8f\x21\xb3\xb4\x57\xf2\xd6\xde\xc4\x80\x96\xc4\x64\x8e\x64\x15\xee\xc7\xc1\x1c\x1a\x38\xda\x44\x41\x59\x2f\xc1\x9d\x80\xd8\x14\xae\x79\x17\xe7\x29\x65\xa3\x7a\x5d\x02\x45\x8c\x40\x18\x6c\x31\x43\x63\x41\x9d\xb6\x59\x98\xa3\x6d\xa1\x26\x7a\x69\x9c\xa6\x11\x57\xd4\x7d\x76\x4a\x5a\xe0\x60\x8e\xf4\x9f\x01\x59\x11\xd5\x47\x96\x74\x2e\x7e\x0e\x78\x39\xd4\x84\x2f\x9c\xb6\x5e\x8f\x91\xac\x74\xa3\xae\x05\x42\x8d\x24\xf7\x07\xd3\xed\x3c\xe5\xd3\xfb\x36\x3d\x79\x66\xdb\xd6\xa2\xde\x05\x22\x1b\x3e\x8e\x57\x4d\xca\x4b\xc0\xd0\xe7\x57\x73\x63\x57\xd5\x5a\x57\x3a\x40\x6e\x2b\x62\x3a\xda\xd5\x05\x55\x01\x67\x5b\x8f\x40\x5c\xd5\x45\x1f\x53\x15\x4b\x63\xf6\x18\x50\x0e\xe4\x98\xd6\x9d\x1c\x61\x98\x82\x3e\xdc\x59\x70\xe0\xdb\x14\x6d\xea\x2a\x5c\xa1\x8a\x74\x85\x07\x75\x22\x90\x8f\x71\x4d\x99\x0c\xd7\x14\x0a\xd1\x36\x35\xd5\x03\xcb\x15\x23\x39\x51\xc8\x7b\x1c\xee\x01\x50\x49\x94\x7d\x29\xa1\xb2\x23\x46\xe6\x4c\x56\x22\x75\x91\x6f\xa9\x5f\xaf\x38\x79\x56\x5f\xa8\x95\x39\x86\x56\x5f\xb8\x2b\xe9\x31\xe9\x70\x84\x7f\x00\x25\xd6\xf7\xae\xc2\x04\x90\x2c\xc5\x7f\x2b\xcb\x13\x6e\x27\x3e\xce\x4b\xe4\xc6\xe3\x45\x09\x20\xbb\xcd\xe5\xc8\xe8\x7f\x7b\x42\x9d\xd8\x68\x74\xd1\x2c\xa8\x83\x6f\xc7\x79\xdc\xd4\xd5\x3c\xa8\xf1\x9e\x4c\x1e\x6a\x26\x99\x9e\xe4\x80\x43\xd1\x87\xef\x34\xfe\xc5\x0e\xb5\x7c\xa1\xb2\x0d\xfd\x56\x09\x22\x0e\x25\x49\x5b\x59\x95\x31\xa2\x40\xdf\xdc\xa4\x10\x40\x13\x67\x39\xd3\x7d\x76\x0e\x6a\xc8\x1d\xd6\xdc\x8f\x83\x30\x7f\xe0\x40\x7a\xe4\x63\x54\x90\xbb\xbc\x16\x86\xd5\x4c\xf1\xf5\xd1\x9d\xe5\x48\x3a\xee\xdf\x27\x6e\x8c\x5a\x4e\xb3\x15\xfd\x1d\x6e\x68\x0f\x77\x7b\x39\xef\x30\xf9\x36\x99\x41\x43\x38\x86\xea\x2b\x75\x9a\x88\x59\x39\x16\x60\x81\x55\x53\x10\xfe\xa0\x8c\x0b\xa8\x97\x43\xf2\x30\x94\xe2\xdb\x60\x82\x89\x2b\x6f\x38\x7e\xf0\x02\x13\x7f\x31\x71\x67\xb4\xc5\x54\xcd\xd0\x95\x1c\x70\x0e\x06\x30\x42\x21\x63\x95\x1a\x25\x19\x89\xcd\x21\xfe\x50\x0f\x3b\x77\x91\x7c\xcd\x3a\x42\xf1\xb5\x5a\xe5\x13\x61\x88\x07\x69\x16\xba\x97\x1d\xf5\xae\x7d\x46\xd3\xbd\xd1\x92\x2e\x7d\xc0\x72\x2c\x25\xce\x29\x9f\x31\x90\x10\xfb\x8e\xce\x3b\xee\x3f\x38\x52\xb5\xa7\xef\x89\x33\x3f\x92\x1b\xa6\xc8\x74\x49\x07\x93\x96\x5e\xd9\x05\xb1\x08\xa4\xb9\x52\xe0\x92\x90\xa2\x47\x3d\xee\xc1\x19\x44\xcb\x5b\x7a\xc4\x76\xe8\x09\xf5\x31\x84\x8c\xd8\x9f\x14\xd8\xb7\x01\xe2\x96\x3f\x9d\x33\xc2\x57\x3e\xe1\x9d\xbc\x3b\xd2\x78\x77\x8d\xf1\x9c\x19\x1a\xbd\x5c\x13\xfe\x91\x39\x18\xd6\xc3\xd7\xac\x13\x64\x8a\x31\x7d\xf1\x9c\x03\x6f\x40\xd8\x2a\xed\x3c\x7e\x78\xc7\x71\xfc\x81\x5b\x94\x43\x98\xcf\x52\x5d\xd1\x5c\xce\xf6\xa8\xe2\x2e\x54\xc8\x96\xe6\xd6\xd5\x0c\x6a\x18\x0c\x5e\x84\x73\xea\x84\xfa\x62\xdb\x61\x58\x5f\x52\x37\xd8\x10\x42\x02\x88\xf3\x0c\xf7\x4c\x18\xc0\xd0\x95\x2a\xff\xb8\x8f\x3a\x72\x90\x17\xc4\x0f\x04\xbc\x9e\x01\x81\xb5\x97\x24\x27\x50\xce\xd0\x5e\x19\xaa\xbb\x62\xde\x49\xec\xad\xba\xa4\x1c\xd5\x63\x59\x4c\xb3\x25\x4c\x12\x86\x6b\x5a\xb9\xc7\x58\xa5\x4d\x50\x38\xf0\x01\x9a\xa0\xcf\x6d\x66\x7c\xc6\xf8\xf9\xcb\x9e\xf3\x29\x2e\x86\x14\x20\x54\xf6\xed\x5e\xe0\x92\x17\x60\x02\xea\xf9\x86\x26\x3b\x23\x95\xa1\xe1\x39\x82\xf6\x81\x2d\x2c\x4f\x4c\x5b\xc8\xc5\x79\x90\xdf\x59\x89\x0d\xdb\xb2\x71\x01\xb4\x87\x7b\x74\xab\x58\x84\x7c\x98\xa9\xa6\xae\x59\xac\x0e\xb8\x8c\xde\xa2\x4e\xdf\xf4\x2c\x45\x59\xf9\x1d\xd1\x14\xfb\x43\x33\xe6\x6b\x08\x28\xca\x76\xc1\x25\x94\xdf\xbf\x31\x09\x76\x1d\x3c\xcb\x55\x9b\x1d\xba\x03\x93\x0d\x07\xe0\x93\x6f\xdc\x53\x65\xba\x17\xd5\xc7\x1a\x19\x24\x53\x43\xb3\x1f\xd1\xb2\x48\x0c\x80\xb7\xc3\x9c\x5a\x74\x5f\xb2\x7f\x72\x17\xd2\xfc\x64\x37\xfa\xd4\xaa\x91\xb4\xa6\x0d\xe1\xdc\xc1\xf2\x48\x64\x8f\x29\x74\xf9\x8a\x8b\x38\x61\x50\xe1\xd5\xe0\xba\x66\x5c\xe0\x49\xec\xcb\xcf\x24\xc1\xed\x58\x81\x68\x89\x1c\x80\xe3\xfe\xf8\xc2\x76\x85\xda\x44\xdc\x51\xbc\x0e\xea\x35\xd9\x59\xb8\xdb\x04\xa3\x7d\x82\xad\xb0\x67\x40\xf7\xad\xd1\x96\x0b\x9a\x34\x6f\x5e\x95\xdc\x7a\x9d\x47\xc3\x6b\x94\x68\xca\xda\x39\x32\x17\x0f\x16\xd8\xb6\xde\x82\x8e\xab\xb3\x52\x43\x50\xd5\xb0\x88\x44\xd5\xc1\x1e\xea\xc7\x76\x41\xcb\xa2\x61\x03\xbc\xdb\xe1\x23\x1a\x51\x5b\xa8\x88\xf3\x8c\x46\x18\xfc\xb4\xd4\x8e\xe8\xce\xe4\xf7\x3d\xa6\xc7\xe6\x88\x07\x5b\x0f\xcb\x11\x45\xf9\x58\x29\xfd\xc9\x9c\x25\x16\x56\x74\xad\xa5\xd2\x77\x22\xd3\xac\x6f\x95\x2f\x1b\xf0\x92\x85\xdd\xe9\x0d\x57\x00\xfb\xa6\x6c\xf1\x09\xf1\x21\x95\x2d\x09\xbc\x21\xa6\x45\xcf\xea\x41\x46\xce\x80\xea\x91\xcb\xfa\xb5\x2d\xed\x86\x5e\xd3\x14\x73\x56\xb7\x8a\x65\xb6\x14\x0c\xfe\xd6\x42\x31\xe2\x1c\xcc\xbb\xe1\x0e\x55\xdc\x45\x55\x9c\xe4\xa8\x00\xf2\xb4\x2e\x40\x21\x63\xb2\xd0\x13\x06\x9a\xc3\x64\x69\x0a\xcd\xff\x60\xb6\x43\x6e\x68\x8e\xec\x23\x43\x78\x7b\x47\xff\xf9\xf3\x1d\x05\xab\x0f\x70\xad\x56\xa7\xc9\x7d\x29\x02\xf2\x0f\x79\x5c\xac\x53\x3c\xe9\x49\x45\x5f\xea\x2e\xe3\x1b\x67\xc3\x26\x6d\x9c\x0e\x12\x0d\xdd\xaf\xcb\x25\xd5\xcd\x37\x70\x01\x8a\x8c\x09\x01\x2e\x75\x55\x95\xa8\xb0\x5f\x67\x4f\xbd\x25\x6e\x9c\x41\x36\xaf\x59\x62\x35\x53\x02\x71\x4c\x05\xc7\x78\x01\xd5\xe4\x3b\x34\xbb\xe8\x17\xc0\xf7\x3e\x7e\x13\xad\x70\x34\xe9\x0c\x2a\x26\x46\x39\x16\xfe\x22\x1d\xe1\x67\x96\x27\xb5\x56\xd0\x1b\xc1\x81\xcc\x59\x81\x82\x63\xc6\xd1\x6a\xd5\xb2\xbe\x2f\xd4\x8c\x83\x3e\x08\x8e\x01\x67\xcd\x9b\x65\xa1\x75\x9a\x66\x41\x61\x75\xff\x43\x78\xad\xaa\x22\xe6\x9e\x14\xda\xc4\x1a\x39\xeb\x01\xee\xa9\x36\xbb\x3a\xb3\x12\xa0\x8d\xcb\xdf\x9d\x16\x9c\x44\x25\x0a\xb8\x8e\xee\xf2\x9c\xbe\xeb\x6b\x05\xe6\xc7\xd0\x63\x52\x7d\x34\x05\xaa\xf6\x36\x0f\x74\x77\x4e\x81\xd0\xd4\x46\x19\xb5\x93\xfc\x1a\xfc\xb5\x9e\x83\x7b\x3d\x13\xc1\x0b\x11\x21\x91\xfc\x94\xa0\xbe\xd4\x7b\xa9\x93\xfe\xc0\xbe\xd7\xf3\xe8\x74\xe2\xa9\xa3\x9c\xde\x88\xee\xf3\x0e\x32\x66\xd6\xe9\xb1\xbf\x25\x78\x65\x77\x22\xe3\xc1\x26\x18\xfa\x22\x4b\x3e\xc0\x15\xeb\x55\x22\x28\xed\x8c\xbf\xd0\x87\xba\x3a\x97\x62\x8c\xc3\x3a\x95\x9b\x3c\x18\xcf\x2d\xf1\xb0\xaa\x2e\xc1\xd4\x05\x19\xfa\xcf\xa5\xd4\x8b\xf7\x50\xa9\xf0\x1b\x40\x22\x97\xc8\xf7\xfa\xb3\x01\xbd\x14\xdf\xa7\xe5\x0d\xf6\xfe\x9c\x60\x09\x55\x5d\x52\x59\x25\xca\xf8\xcf\x5a\x4b\xf1\xd6\x5c\x81\xe5\x0d\x4b\x45\x58\xdc\x58\xc1\xa7\x12\x57\x2a\x2d\x37\x27\x31\x7b\x21\x32\x7f\xc6\x6e\x09\x8a\x05\x47\xcb\x14\x33\x62\x79\x82\x52\x81\xcc\x14\x48\x69\xdb\x26\x4d\x84\x53\x80\xc7\xd8\x42\x61\x04\x5e\x71\x47\xbe\x8a\x9f\x1c\x73\xed\xd5\x67\x7a\xfd\xdd\x91\x1a\x91\xfc\x12\x66\x8a\x0c\xfa\x65\xc2\x9d\xc3\x9d\x5e\xf4\x47\xf7\x54\x34\xb9\x05\x3f\x85\xea\x34\xa2\xbf\xc5\xe7\xbe\x88\x11\x54\xf5\x1e\xb4\xeb\x12\x0c\x47\xb0\x2b\x62\x2a\xcf\x98\xca\x85\x99\x30\xbe\xce\x2e\x46\x69\xb2\x95\xc2\x5e\xa9\x33\xee\x91\x45\xf1\x3b\xe3\x3f\x05\x8f\x9f\x97\x94\x0c\x28\xe8\x54\xb9\xbd\x61\x89\x73\x94\x92\x1f\xea\xa6\xc9\x0c\x53\xb4\xf0\x15\x20\x50\xb4\xab\x2b\x4d\x57\xb6\xf6\x4a\x9e\x57\xac\x12\xa4\x19\x1d\x68\x19\xa8\xa7\x19\xf0\x12\x64\x81\x60\x1c\x3f\xef\x0a\xd1\x3b\xc2\x3c\x49\xbe\x6d\x6a\xc1\x8e\xb2\xc4\xaf\xd9\x9d\x09\xfb\xc9\x16\x48\xdd\x3d\xa4\xf5\xf0\x4e\xf2\x80\x03\x13\x8e\x93\x7d\xbb\x18\x06\xed\x5a\xa9\xa6\x2f\x00\xca\xaf\xa9\x45\x35\x57\xdf\xdb\xb4\x74\x47\xac\xee\xa0\x98\x6f\x58\x6d\x61\xe7\xb1\x0b\xd6\x45\xe6\x3c\xc9\xa5\x81\xb6\xd0\xfb\x48\x59\xbf\x2b\xed\x54\x55\x92\x51\xd2\x01\x1d\x3a\x15\xd2\x9b\x6d\x29\x49\x01\xa4\xb2\x92\xe6\x5f\x99\xe3\xc9\xb1\x15\xe3\x49\x82\x77\xde\x10\x1b\xac\x4e\x32\x3e\x96\xc1\x1a\x9b\x05\x3c\x93\x61\xa6\x73\x20\x08\x54\x4b\x4f\xec\xbd\x49\xe3\x5c\xe2\x79\x27\x3d\xe2\x4e\x66\x53\x87\x0a\x41\xda\x04\xc1\x13\xd4\xa1\x70\x32\xaf\x56\x09\x69\xf6\x22\x53\xd2\x2c\xeb\x87\xa3\x93\x49\xba\xd5\x1e\xdd\x42\xb4\x03\x8e\x52\x4c\x55\x67\x63\x06\x1c\xc4\xbb\x7a\xbf\x62\x42\x05\xab\xd8\x2a\xd2\xae\x42\xb3\x86\x88\x97\x03\x19\x49\x82\x1a\x36\xef\x07\x97\xf2\x18\x01\x67\xf2\xa4\x05\xf6\x57\x2b\x10\x77\x62\xef\xe3\xcd\x4a\x5f\xff\x2e\x5c\xdd\x2e\x6f\x74\x93\x51\x15\x13\x92\x97\xbc\xc9\x83\x71\xfa\x54\x2c\x0b\x90\x76\xc5\xe7\xcf\xf7\x05\xdd\x6f\x45\xee\x43\x6e\x1d\x81\x4e\xdc\x3a\x11\xc2\xa6\xd8\x21\x02\xcd\xd0\xce\x05\x91\xd6\xf7\xe3\xfb\x2d\x62\x1b\x52\x62\x3e\x5e\xcd\xd4\x3b\x57\x6c\xd5\x0b\x4c\x6b\xe1\x12\x37\x1e\x49\xf9\xfe\x84\x55\x32\xe1\x8a\x65\x6f\xf4\x34\xd4\x13\xfb\x86\x03\x62\xbf\x17\xb8\x2e\x3d\x46\xcd\x09\x0c\xf4\xa5\xf8\x2e\x16\x20\x1a\xde\xd2\x10\x0f\x5b\xa8\xd7\x15\x3f\x2c\x0d\xcc\x33\xe7\xb5\x0c\x94\x42\xa3\x3e\x39\xe0\x7f\xef\x98\xc3\x69\x39\xd1\x46\x52\x17\x39\xba\x43\xac\xd5\x20\xea\xfa\x6b\x15\x9f\xce\x73\x4e\x24\x10\x8c\xe4\x82\x2b\x98\x23\xf8\x97\x18\xbe\x8f\x05\x70\x68\xbd\x12\x18\x12\x66\xed\xed\x17\xae\xd4\xb0\x34\xf9\x39\xd8\x81\xc2\x5c\x53\x4d\x7b\x41\x2a\x1b\xd5\x8a\xb7\xc0\x6a\x4e\x95\x87\xd9\x50\x37\x46\x8e\x34\x0b\x99\x21\x33\x97\xc7\x1a\x75\xbd\xca\xaf\xe7\x2b\x01\x99\xe2\x67\xfc\x8c\xfe\x4a\x4d\xe4\x11\x5d\x0b\x4e\x73\x70\x72\xd5\xc0\xf8\x67\xaa\x0d\x34\x24\xc2\xcb\x50\xa8\x67\x98\xd5\x8d\xfb\x1b\xb9\xde\x3b\x50\x41\xf5\x84\xba\xdb\xf0\x34\xc6\x73\x61\x6b\xce\x43\xb9\x67\xda\x0f\x8d\xfe\xae\x98\x66\xd5\xf4\x46\xbe\xb7\xf5\xb7\x80\xcc\x38\x12\x5b\xba\x92\xa4\x4d\xeb\x5d\xaa\x24\xdc\x01\x03\xea\x0c\xd7\xfc\x5e\x7e\xa3\x29\xa4\x03\x1d\x40\xa4\xf6\xd0\x74\xdd\x17\xce\x47\x1d\xb0\xa2\x73\x36\x14\x28\xb6\x28\xe8\x8d\x7a\x8a\x3b\xe7\xf1\xa5\xeb\x17\xa8\x5f\xce\x53\xc2\x41\xa2\x7b\x28\x11\x57\xf3\xc1\x11\xb9\x98\x2f\x43\xbb\x1c\xd1\xa7\x96\x5f\x04\xe3\xc3\xc7\xec\x61\xa8\x97\x33\xc9\x1d\x0a\xbf\x44\xe8\xbc\xea\x1d\x35\x47\xe2\x41\x8d\x5a\xb5\x5f\x34\xad\x74\x9a\xab\xaf\x3f\x94\x03\x3c\xe1\x3c\x14\x28\xa0\xcb\x79\x4d\xac\x3c\x7a\xe8\x3e\xa6\x26\xb6\x08\x95\x19\xdd\x93\x0e\x73\x5a\xae\x81\x57\x70\xf4\x71\x59\xc1\xb1\xbd\xc2\x41\x4e\x2b\x66\xc5\x4d\x05\x75\x5c\x64\x27\x39\x87\x61\x30\xc9\x23\xf7\xf4\x0e\xe4\xdb\xa6\x2d\xc4\x44\x2e\x70\x41\xfb\x90\x03\x5c\xd8\x0d\xe0\x73\x11\x58\x81\x70\x90\x27\xdb\xdd\xec\xe3\x62\xa1\x10\xdd\x49\x21\x75\x14\x7d\xdd\xad\x2a\xe8\x0d\xed\xdc\x1e\x82\xef\xa3\xcd\x7a\x5e\x71\x95\x7d\xcd\xa0\x9c\x51\xdb\x5b\xf6\x87\x42\x03\x63\x8d\x75\x8f\x80\x7d\xec\x83\xb5\xd6\xad\xf0\x96\xa8\x5e\xd1\x82\xd1\x3e\x29\xa8\x68\x46\x93\xd4\x8e\xa8\x70\x93\x78\xc9\x30\x8c\x9a\xce\xc3\x0f\xff\x76\x3d\x90\x64\xf4\xde\x0e\xc0\x9a\x27\xeb\xd1\x2f\xc7\x52\x38\x48\xf5\xe5\x92\x4f\x9f\x22\x5f\x11\xb7\xfc\x1f\xf5\x2b\x20\xa8\x01\xcf\xc0\x8a\xfb\x89\x0c\x3a\xf5\x23\x5b\x86\x72\x4a\xdc\xf3\xaa\x64\xe7\xea\xb7\xce\xaf\x7e\xec\xfc\x50\x8a\x6e\x5d\x5e\xa4\x91\x5e\x10\xfc\xa7\xdf\x4e\x88\xfb\x61\x21\x0b\xdb\x74\x03\xf9\xe4\xbf\xb4\x4d\xcb\x18\x0a\x97\xba\xb9\xc1\x88\x86\xed\x7e\xd8\x2b\x9f\x9a\xe7\x33\x75\xdf\x9e\x08\x6c\x9c\x11\xf8\x1b\x68\xb0\x3f\xf3\x54\x02\xfa\x48\x57\xe4\x28\x73\xa1\xea\xea\x55\xe8\x4c\x6a\xc4\xac\x50\x40\x7a\x87\xd8\xfc\xc6\xb8\x06\x2e\xaa\x4a\x16\xea\xee\x66\xcd\x5c\x20\x79\xe0\x05\x53\x48\xb8\x6f\x45\xcd\x5b\x38\x3b\xc9\x4d\x68\xaa\x36\x61\xef\x38\x50\x9c\xf6\x12\xff\x7f\xc2\x99\xe3\x20\x21\x4d\x3a\xc2\x25\x94\xc8\x96\xb8\x16\x5c\xc9\x48\x77\x4d\x9a\xf4\x43\xbb\xa3\x1b\x75\x84\x6a\xd6\x8b\xbf\xdd\x4d\xb8\x14\xa7\xd5\xa8\x83\x3d\x7d\xdb\x56\xc1\xab\xed\xf8\x5a\xdb\x1f\x38\x00\xb4\xae\x7b\xeb\x1c\x64\x05\x8a\xd1\x6e\xf4\x94\x1c\x7a\x28\x96\x87\xcf\x8d\x51\x00\xe5\x53\x1d\x56\xd8\xaf\xa9\xfe\x0e\xbe\x2c\x5f\xbc\xdc\x50\x18\xf9\x3c\xc5\x23\x69\xca\x9b\x4a\xaa\x1c\xb8\xcb\xbd\xaf\x75\xe3\xda\x94\x0f\x7b\x56\xba\x9e\x91\x34\x9f\xec\x79\x03\x1c\x0c\x57\xc0\x97\x73\x4a\xdd\x54\x97\xe6\xee\x89\x26\xad\xfd\x7d\xd2\xf4\x44\xbe\x71\x6b\xdd\x44\x6b\x62\x2d\xf7\x04\xe6\xa9\x36\x6a\x55\x48\x31\x1f\x47\x42\x2a\x74\x1e\x49\x34\x77\x3a\xe7\x46\x7c\xbe\x68\x9b\xab\xaf\xf8\x54\x95\xf3\xff\x4d\xe2\x7f\x75\xaa\xf4\x39\x78\xe3\x7d\xe7\x1c\x20\x5e\x2f\x0a\xe9\xd5\x5f\xcc\x53\x0a\x91\xbe\xb9\x19\x86\x3b\x4d\x9c\xd4\x4e\xd1\x01\x34\x5a\x98\xc7\x29\x5d\xe6\x1e\xdd\xf0\x70\x0a\x60\x8b\x44\x82\x72\xe4\xff\x27\xc7\x58\x61\x15\x15\xd4\xa7\x09\x6d\xc5\x01\x7b\x34\x7d\x0d\xaa\x45\x6a\x1f\x5f\x1d\xbc\xa9\x4c\x7c\x3f\xc7\xe1\x6f\xb3\x9f\x23\x6f\xa2\x95\xcc\xad\x93\x7a\x29\x7b\x04\x6a\x5b\xa2\x1b\xcb\x7f\x49\xd8\xf4\x4f\x86\x72\x4b\xe1\xcc\xe4\xf4\x44\x81\xd2\x9f\x70\xa4\xa0\xbe\x77\xc9\x70\xd7\xd7\x57\xde\x5b\x59\xf3\x12\xaf\xa2\xce\x8a\xfb\x88\x11\x55\x42\x7d\x18\x9d\x6c\x81\x0d\x15\xd0\x18\x4d\xe4\x2b\x2d\x98\x60\x9f\x8f\x90\x21\x2c\x1c\x5a\x96\x91\x8c\xaa\x9a\xeb\x85\x76\x1e\x6f\x31\xae\x8e\x70\x1e\xb6\x1b\xcd\xa1\x86\x77\x07\x5a\xb5\xfa\x56\xea\x5b\x7d\xbd\x93\x43\x69\x22\x2b\xdb\xc2\xd9\x51\x84\xab\x3d\x2f\xc3\x0d\x73\x2d\x69\x97\x18\x71\x88\xc6\xde\x9b\xc3\xb0\xf3\xa5\xf4\x3c\x77\x04\xc3\xf2\x27\x8a\xdb\x23\x35\xbb\x70\xac\x3a\x6d\x96\xb3\xa4\x60\x11\x25\xc4\x51\x4d\x2f\xca\xf2\xac\x8a\x54\xd5\xbd\x2c\x73\x5e\x16\x16\xe6\x17\xb3\x08\x3d\x58\x8d\xe4\x9e\x4d\x1f\x07\x96\x28\xf4\xd3\xaf\x75\x19\x92\xd8\x86\xff\x27\x13\x83\xdc\xe2\xd7\x60\x17\x3f\x2d\x49\x04\xc2\xb8\x7b\x7a\xb6\x90\x77\xb1\x25\xed\x53\x25\x24\x37\xf6\xcd\x64\x8c\x4c\xe2\xf8\x7c\x17\xea\x54\xc6\xe1\xee\x55\x61\x7a\xf4\x6a\x48\xe9\xe0\x97\x4b\xf0\xba\x9d\xd6\x48\x63\xd2\x2e\x91\x70\xfc\x56\xd5\x4b\xfb\x2c\x56\x40\x36\xf3\xb3\xcc\xdd\x0f\x21\xa7\x76\xc7\xa8\xcd\x7c\xdd\xab\x51\xd6\x19\xe7\xa4\x7e\xfa\x60\x4e\x86\x51\xe7\x20\x17\x1b\x08\xe5\xb3\x5d\x44\xce\xc4\x50\x1e\x4b\x0e\x9b\x08\xe1\x4f\xa1\x07\x46\xff\xf6\x1d\x1e\xa4\x27\x9c\xb2\xda\x51\xb3\xae\xb3\xdc\x34\x2c\x25\x8a\xd2\x39\xc5\x93\x54\x93\x07\x89\xf9\x11\x3e\x0c\xff\x44\x41\x3e\x88\x14\xf8\x0b\x10\xb8\xf6\x6a\x11\x2f\x4b\x5c\x9e\x64\xe5\x41\x31\xb1\x0e\xe5\xe8\x1d\x89\xfa\xbd\x72\xe2\xdd\x25\x7a\x47\x26\xf1\x6e\x35\x7e\x27\x06\x25\x8a\xf6\x75\x76\xaa\x00\x0b\x8e\x7f\x59\xe1\x2a\xd4\xd5\xbc\x0d\xcd\x6d\x0c\x57\xda\x32\x0c\x73\x75\xd8\xd4\x5d\x18\xb5\xec\x0d\x3c\x78\x7c\x72\xa7\x6a\x67\xe3\xda\x9d\xb8\xc7\xf9\x1a\xc1\x75\x7c\x56\x6b\x0d\xf3\xd6\xae\xc2\x42\xc3\x61\xc5\x47\x2a\xe9\x4c\xe4\xa5\xec\xc4\x8f\xc3\x12\xbc\x2f\xbb\xa5\x96\xe5\xe8\x9d\xbb\x6b\x5c\xf8\xde\xcf\xdd\xda\xb8\xdb\x3a\xb6\xcd\xae\x1e\x3f\x5d\xc8\x61\x85\xaa\x5c\xcb\x51\x25\x9e\x96\xaa\x1c\xe3\xd7\x54\x4e\x12\x8f\xf3\xb7\x76\xb4\xda\xc9\x29\xca\xf4\x67\x71\x59\x7b\x25\xe7\xf8\xf5\x46\xad\x75\xf5\xa9\xf4\x8b\x90\xb2\x3e\x78\x35\x1c\xa1\xde\xf3\x25\xe6\xac\xa6\x74\x1f\xf4\xc6\xd0\x2c\x8f\xa4\x79\xb1\x2c\x3b\xf0\x60\x23\x89\xfd\x52\x57\x31\x36\xd2\x9a\xd6\x45\xbd\xaf\xea\x0a\x8c\x03\x05\x5c\x53\x16\xc5\xf6\x4c\xbe\xdc\x3a\x14\x5d\x58\x22\xf5\xde\x76\x48\x26\xd4\x24\xe3\x85\x6c\x80\x1d\xe8\xa8\xeb\x73\x19\x81\xd3\x6a\x4a\xaa\x66\x72\x5f\xa2\x9b\xc1\x3f\x94\x22\x68\x75\xfb\x20\x6b\x00\xab\x01\x6e\x8f\x2e\xee\x6c\x58\xcd\x9d\x01\x2c\x75\x7f\x97\x1e\x5b\x77\x06\x4e\xe7\x22\x4b\x19\x72\x3a\xe9\x94\xa1\xdf\x09\xf0\x5b\xb4\xaf\x7e\x07\x8b\xbc\xb2\x06\x9a\xcc\x8d\x9e\x92\x15\xb5\x73\xf4\xf9\x41\x5e\x7f\x6f\x68\x6c\xaa\x9c\xa9\xc6\xde\xa8\x7d\x2f\x55\x5c\xb3\x8a\xac\xae\x81\xfd\xf4\x73\x51\x67\x9e\xa8\x4e\x33\x63\xdf\xe7\xab\x44\x0b\x27\x32\x57\x25\xea\xd4\x3c\x62\x6f\x75\xe1\x08\xcb\xc9\x11\x07\x74\x7d\x2a\x23\x4a\x73\x99\xde\x25\xd7\x20\x2f\xec\x33\xff\x76\x08\x5e\xbb\x91\xcf\x35\xb8\xe0\xfe\xf7\x82\xfa\xf1\x92\xe8\xf7\xf6\xc7\x82\x3d\xa1\x0e\x64\xf6\xbe\x8f\xb5\xc9\x39\x09\x29\x9e\x84\x39\x52\x7b\xaa\x8d\xd2\xf4\x25\xb1\x9f\xde\x78\x27\x85\xa3\x6d\x23\x72\xa4\x58\xaa\x1a\xd4\x67\x13\x40\xea\x9d\xb0\xa0\x7d\x8a\x85\xcd\xd1\x26\x18\x21\xab\x77\x1f\x1f\x2f\x08\x21\xd8\xdd\xd8\x63\xf8\xe9\x8e\x15\xed\x86\x29\x5c\x30\xfb\xb6\xd5\x17\x76\x16\xb1\x1f\x47\x39\x1a\x41\x27\x33\x45\x24\x4e\x1f\xf4\x96\x8c\x56\x7d\xd7\x1a\x08\x67\xa3\x45\x77\x8f\xc6\x70\x2f\xa8\x06\x62\x6e\x02\x52\x76\x3f\x88\xec\xd5\x08\x4e\xd8\xf6\xed\x49\x62\x04\x53\x33\x82\x85\x4d\xaa\xb7\xb3\xcc\x73\x66\x9d\xe5\xe2\x76\xab\x5e\xbd\x41\x16\xfe\xa1\xd2\x8b\xb8\x50\xb1\x34\x8d\x18\xee\x2f\xbd\x55\xc6\x72\x72\xd4\xd5\xfa\xb4\x83\xef\xc4\xe5\x8e\x78\x0b\xc0\x38\xd7\x10\x0e\x5b\x06\xf3\xc1\x57\x61\xd0\x81\x8e\x1f\x8a\x77\x9a\x46\xbf\xca\x5a\xf6\x52\x51\xd7\x65\x6f\x70\xc3\x77\x67\x95\x06\x23\x4d\x93\x6b\x03\x29\x76\xd4\x42\x9e\x31\xa5\xbe\xa6\x35\xa1\x50\x2f\x4b\x54\x0c\xa0\x98\x70\x52\xc1\x56\x9f\x23\x53\x15\x01\x37\x69\xc2\xb0\x07\xcf\x4d\xbf\xdb\xc2\xe1\xd0\xf2\x35\x3d\xf5\x3a\x96\x2b\x1a\xc0\x1b\xc1\x64\x20\xf4\x4f\x75\x86\x68\xeb\x28\xab\x25\x27\xd2\x64\xb2\x81\xe2\xc8\x34\xef\x05\x25\xea\x55\xdd\x90\xda\x19\x7f\xe1\xb7\xd7\xd4\xf3\x0b\x38\x95\x23\x5e\xb2\x06\xa1\xc1\xba\x65\xcd\xac\xec\x2a\xf4\xeb\xf1\x88\x8e\xf7\x4e\xf8\xfd\xa2\x25\xc2\x3b\x70\x39\x78\xd3\x65\xb7\xc5\x21\xef\xe6\xd4\xd7\x6c\xa1\xd0\x5d\x85\x35\xc1\x65\x13\x96\x16\x08\x96\xa8\xe0\x2c\x37\x98\xba\xba\xbc\x3d\x77\x53\x53\x6e\xc7\x93\xb7\x45\xaf\xf1\xa0\x2d\x9c\x55\x33\x9a\x3d\x2d\x59\x80\x48\x44\x24\xb5\x50\x71\x12\xf7\x7e\x95\xa2\xee\xec\x83\x8a\x95\xb3\xbf\x12\x42\x52\xdf\x67\x72\x6c\xed\xc3\xff\xc1\x19\xa6\x02\xef\x02\xab\x66\x90\x83\x97\x57\x98\xe7\xdf\x85\x93\xc9\x02\x94\x5f\xab\x08\x0b\x2f\xa0\x33\xd8\x2c\xc0\x06\xe3\x9f\x72\x2a\x01\x41\x40\x17\x83\x6f\x1c\x72\x22\x74\x99\x8a\x84\xd3\x94\x9d\xb5\xa7\xe7\x14\x07\xd4\x65\xa7\x29\xc8\xa1\x15\xda\xc0\xd4\x21\xcd\x9c\x61\x3b\x1d\x16\x10\x0d\x0a\x8c\x07\x52\x80\xf3\x41\x3f\x8b\xbc\x24\x5d\x38\x33\x2b\xa1\xca\x8a\x69\x2d\x9d\x00\xf5\x54\x69\x47\x32\x87\xba\xbf\x00\x89\x2e\x18\x41\xaf\x82\xeb\x6b\x38\x92\x56\x5f\x78\x45\x09\x0f\x82\xab\xc1\x04\xd1\x88\x0d\x04\x4d\xc6\x8c\x63\xf3\x67\xe3\x80\x92\xcd\x47\x9b\xaa\xfc\x6f\x8f\xc7\x23\x4d\x41\x5b\x78\xaf\x17\x84\x7a\x30\x0b\xa3\x19\x07\x62\x52\x26\x77\xac\x9c\x98\x7d\x67\x52\xec\x15\x7b\x04\x55\xc8\xd4\xf7\x38\x62\x82\xb7\xae\xb0\x34\xe2\x88\xde\x4c\x6e\xd8\x19\xf0\x50\xc6\x30\x2b\x54\x9a\xb9\x32\x42\x87\xef\x51\xcb\xdd\x2a\xa5\x2c\x09\x08\x22\xee\x41\x8c\xee\x93\x75\xb5\x47\x4b\x0e\x3e\x51\x5a\x94\xd9\x2f\x40\x16\x69\x20\x2f\xd8\x34\xf4\xf7\x33\xc1\x60\xbd\x15\x91\xfd\x84\xcf\x4f\x61\x4f\x86\xc9\xac\x04\x9f\xcd\xe9\x6d\xf9\x65\x0e\xf9\x32\xbb\x56\xa0\x05\x8e\x7c\x7a\x08\x6d\xcd\x98\xb2\x8b\x7f\x38\x52\xdb\x92\x93\x1e\x4b\xad\x12\x5b\xd6\x3e\x47\x94\xd0\x4e\xd5\xd5\xe1\x24\x53\x95\xd4\x97\x4d\x08\x18\xb7\x5e\x70\x1e\xa3\xfe\x49\x9e\xe1\x5b\x1a\xd7\x3e\x0d\x13\x2c\xd0\xfc\x03\xfe\x6a\xeb\x62\xfa\xd4\x14\x1f\xa3\x2a\xcd\x1e\x3b\xca\x6c\x05\x5a\x18\xda\x2e\x0f\x02\x9c\x00\x21\x3c\x38\xa7\x07\x2b\x10\x5e\xe7\x04\x79\x85\x97\x5b\xb3\x8f\xb4\xdc\x8b\x06\x2f\x77\xf5\x26\x4f\x7a\xac\x3a\x20\x72\xa7\x6a\xcc\x50\x9e\x64\x09\xe4\x2a\xc5\xaa\x2f\xe4\x79\xc6\x4c\xc0\x2c\xc9\xc0\x2e\x21\x06\x24\xc5\x01\x8f\xdd\x29\xce\xa8\xb4\x22\x67\x14\x50\xe2\x91\x76\xf7\x0e\x5e\x0e\xc1\x3e\xaf\xd9\x6e\xd5\x39\xe4\x55\xf4\x5b\x13\x87\x52\x9d\x32\xa6\x39\x13\xb9\x40\xa0\x4b\x70\xce\x63\x50\x17\x2e\xa9\x7f\x07\x30\xce\x85\xc4\x2a\xc4\x19\x5c\xfa\x16\xab\x9b\xbb\x1b\xb9\x5b\x24\xa1\x81\x74\x87\xce\xf2\x48\x8e\xad\x35\x49\x64\xad\x2a\x05\x07\xf0\x9a\x1e\x3a\x1c\x70\x1e\x8c\xeb\x50\xf9\x4d\x98\x1f\x1b\x43\x35\x46\xfe\x29\x0b\x65\x9e\x6a\x5a\xa1\xe9\xfd\x18\xe0\x19\x83\x6a\xc5\x01\x9b\x5e\x5a\xc8\xd8\xe0\xc9\xc5\xd4\xe3\x68\x24\x13\x95\xab\x47\x53\x4d\x01\xcc\x9e\xdb\x29\xd6\x65\xaa\x75\xe2\x0b\xfc\x09\x8c\x77\x1b\xc9\x96\x0d\x7e\x1b\xe6\x50\x08\xda\xb9\x62\x26\xf5\x69\x68\xea\xd6\xe4\x82\x3b\xae\x26\xaa\x9c\x49\x0e\xc7\xe9\xdc\x27\x76\x9e\xba\xbb\x49\xaf\x63\x8a\x47\x6c\x7f\x8f\xfc\x01\xda\x9a\x33\xd2\x74\xaf\xab\xd9\xf3\xf2\x55\xdb\x05\xd2\xae\xbe\x9a\xc7\x7b\x9e\x3b\xf8\x31\x7a\x64\x74\x96\x07\xf8\xb1\x84\xdb\x92\x8c\x8c\xc0\x15\x99\x79\xd7\x24\xe6\xd0\x20\x81\xb9\x02\xcf\xf4\xc4\xda\xac\xf9\xb6\xda\x5c\x6e\xce\x7b\x39\x9a\xf7\x74\x41\xd5\x59\xb3\x7b\xe2\xea\x45\x0f\xb4\x13\xad\x6a\x46\xd2\x56\x6b\x2e\xc9\x83\x8a\x92\x9e\x94\x64\x86\x8c\x50\x9f\x55\x3d\x8a\x0f\x0f\x42\x77\x9b\xfc\xb6\xd5\x6b\x7a\xb7\x5c\xe4\x12\x91\x52\x20\x3d\x41\x36\xa3\xa0\x63\xca\xa0\xeb\xf4\xa0\xfd\x73\x87\x17\xca\x74\x98\xd1\x3a\xae\x3e\x50\x23\xb9\xc4\x17\xd1\x0b\x8c\x60\x24\x93\x43\x58\x4b\xe1\x3d\x94\x9b\x09\x66\x64\xa9\xef\x11\x7d\xfc\x67\x4d\x56\x77\x9c\x0a\xb7\x8e\xff\x8d\x13\xdd\x3d\xa4\x44\x5f\xdd\xe8\x5e\x1e\x71\x97\xf8\x63\x72\xbe\x69\x2f\x0b\xc4\x04\x31\x5c\xde\x06\x4e\xff\x64\x86\xd3\xb4\xf3\x4c\x59\xb2\x7c\xf2\xec\xb8\x13\x0f\x29\xe2\x36\xde\x38\xd0\xfc\x51\x1a\xd3\x3a\x94\x8a\x2b\x75\x86\x0b\xf1\x85\xfe\x8b\x5c\xea\x4b\xd0\x77\xb5\x47\x48\x05\xe4\x53\x90\x87\x73\x91\x93\x81\xe5\xd2\xe0\x24\xdc\x04\x71\x53\x5f\x5d\x64\xd7\x83\xa8\x98\xc1\xb6\xd7\xa6\xf7\x79\xcc\x49\xd4\xb9\x0a\x09\xa5\xe0\xa7\xf6\x72\xc2\xd4\x06\x96\x91\xac\x82\xdf\x0b\xb8\x7b\x31\x95\x75\x13\x6d\x26\x29\xdc\x7c\x2a\xf7\xf0\x53\xf8\x3c\x6c\x1c\xe4\x66\xb1\xa7\x79\xc6\x49\xa3\x06\xc5\x54\xee\x36\x24\x58\x2d\xe4\x98\xdf\x5c\x2e\xca\x6a\xeb\xa1\x3c\xb0\x7b\x5b\x01\xca\xa0\x41\x3e\xd6\x11\xb4\xf3\xdf\xc6\x32\x94\xfb\x61\xc2\xeb\x23\x5c\x93\x03\xdc\x08\xcb\x51\xa6\x2b\x78\x2c\x4b\xcf\x38\x02\x48\xf1\x17\x9c\x33\xe4\x8a\x3f\x52\xfc\xbc\xf8\xac\xab\xeb\xd1\x37\xec\x9c\xfb\x99\x7c\xe5\x4c\x6c\xa8\x71\x83\xf9\x07\x71\x17\xd6\x5c\x09\xb1\x56\x1f\xa6\x48\xa0\x6f\xc6\x42\xb2\x11\xd5\xd1\x7b\x36\x3a\x7c\x0d\x3a\x6b\x9a\x9f\x7c\x6c\xee\xe0\x14\xbe\x1d\x40\xc7\xf7\x0a\xf7\xb6\xcb\xcb\xaf\x0b\xa7\xee\x97\x78\xe3\x2f\xe0\x68\xe4\x12\xb7\x70\x5f\xdb\x36\x23\x47\x81\xcf\x2c\xd6\xc1\x87\x4a\x35\x38\x6e\xd8\x5f\x0c\x66\x73\x7f\xce\xa8\x81\xf0\x2e\x69\xc4\x32\x2a\x05\xf9\xbd\xb3\x37\x35\xf3\x22\xac\x59\x24\x6e\x66\xb8\x34\x09\xa2\x4e\xa4\x97\xb6\x4f\xaa\xc4\x0a\xb9\x22\x63\x64\xee\x77\xa4\x12\x9e\x00\x90\x39\xaa\x05\xd6\x1d\xdd\x90\x3e\x09\x04\xcf\x30\x85\x9f\xbd\x6b\x7d\x0a\xe7\xa2\x46\x45\xe6\x13\xb9\x9e\xfc\x33\xaa\x59\x4f\xae\x2a\x22\xdd\x13\x51\x9a\x95\xdc\x6e\x55\xea\xa3\xb3\x69\xdc\x4e\x7f\xd3\x15\xa2\x5f\x58\x6a\x8e\xcc\x21\x87\x93\x17\xa8\x0d\xd4\x75\x29\xe7\x63\x0b\x6f\x92\xfd\x34\xf6\xd3\x10\x41\xd1\x94\x08\x84\x33\x52\xe3\x6d\xc3\x32\x81\x2f\x03\x44\x0b\x18\xff\x92\x25\xb4\x2f\xe1\x89\xd1\x80\xb8\x9a\x20\x3b\x49\x20\x62\x8d\xa7\x8c\x9c\xf1\x26\xc4\xe7\x66\xcd\xbe\x30\x03\x7d\x38\xe8\x62\x31\x95\x4c\xa7\x4d\x9e\x6c\x0e\xf8\xf7\xc1\x51\xfa\xc2\x99\x34\xa6\xf5\xd8\x60\x39\x94\xbb\x49\x03\x5a\xda\x2c\x00\xd5\x99\x63\xf3\xcd\x3e\x20\x56\x39\x33\xc3\xc4\x37\x0c\x33\xa7\x45\x78\xbd\x75\xf4\x4a\xf8\xe8\x90\x7a\xdc\x01\x70\x94\x6c\x4b\x53\x76\xb9\xf0\x35\x5b\xb9\xf0\xd0\xe0\xa7\xde\xab\x59\xb6\x6d\xb8\x63\xf0\x13\x43\xb9\xab\x25\x79\xa5\x3d\x7e\x0d\x0e\xf1\xd3\xde\xf7\x23\xbb\x97\xe7\x0c\x8e\xec\x10\x3e\x0e\x59\x3a\x96\xee\x28\x43\x02\x57\xbf\x06\x15\xe7\xc0\x86\x19\x16\x3a\x8e\x6c\x5d\x25\x3e\xb1\x0f\x52\x80\xf0\x3d\x77\xf2\x35\xe7\x5b\x03\x63\x12\x4d\xdd\x1d\x7b\xd1\x0c\x95\x10\x43\x95\x65\x0b\x59\xa6\xca\xea\xf5\x56\x5d\xcd\x2a\xd7\x8c\xd1\x3a\xea\xdd\x18\xbd\xab\xaa\xc8\x0f\x4b\xb5\x26\x1c\x22\x36\xe2\x04\x03\x98\x1c\xe3\x9a\xec\x8f\x61\x31\xea\x4f\x76\xcd\xd4\x6b\x35\xb2\x87\x07\xc5\x3d\x7e\xc0\x55\xf1\x7a\x7d\xe0\xdd\x91\xcc\xd5\xd8\x29\x5e\xaf\xd0\x8e\x1d\xac\x86\x40\xc3\x1b\x23\xe3\xec\x27\x23\xfa\xa8\x3c\x29\x00\x7b\x09\xd6\x04\xfa\x29\x6b\x2b\x89\x00\xf2\x67\x64\xfc\xc5\x47\xfa\x45\x55\xe1\x2b\xb2\xbf\x0c\xc4\x50\x96\x65\xf9\xdb\x04\x6e\xe9\x82\x30\x7e\x91\xca\x5d\x4d\xe0\xb4\x36\xdc\xe0\x8a\xae\xd2\xff\x2d\xb1\x04\x53\xab\xe9\x87\xf7\xae\xfb\xe0\x2d\x8a\xe4\x79\x76\x7f\xff\xed\x36\x21\x61\xff\x2c\x63\x10\x70\xec\x61\x64\xca\xf6\x68\x27\xdf\x89\x0d\x2a\x74\xd7\xf8\xdf\xab\x57\x58\x05\x42\x1e\x3e\xa4\x45\xf2\x33\x63\x90\x8c\x6a\x9e\xc3\xca\xd9\xc1\xf2\x72\x88\xe1\x9b\x9d\xf2\x06\xf1\xd6\xe7\x50\x1f\xb1\x95\x5a\x42\x82\xcd\xb0\x80\xf1\xd3\xb7\x65\x64\x1a\x72\x35\x91\xab\x22\xb4\x8c\xe8\x2c\xe5\xe1\x71\xf7\xd0\x22\x07\x07\x48\x79\xe1\xd6\x28\xa6\xcb\xdc\x4d\xda\x04\x21\x59\xd5\x35\xdf\xe6\x88\xe4\x17\x8e\x68\x50\x68\xf4\x13\x89\x2c\x6f\xe9\x57\x22\xb8\xfe\x4d\xdd\x07\xc8\x16\x31\xa3\xe3\x35\x79\x7d\x5e\x14\x3b\xd3\xff\xfc\xa1\xe6\xae\xb0\x52\x5a\xfe\xf5\x85\xb7\x6b\xe8\x6f\x1c\xb1\x90\x43\x73\x6c\xc8\xf5\x81\x98\xa1\xe2\x2d\xd1\xf7\xb7\x8b\xa7\xa5\xf9\x3a\x45\xd1\xe6\x15\x9a\xbe\x26\xf4\x83\x01\x6b\x43\xaa\x19\x4e\xce\x66\x72\x99\x51\x80\x5c\x2e\xc7\x11\xe4\xab\x19\xe4\xc3\x63\xc7\x64\x8c\x6e\x97\xc1\xcf\x31\xb8\x4b\x6f\x34\x49\x12\xd7\x15\xf8\xd5\x60\x49\xff\xf7\x5e\xac\x40\x74\xdc\xda\x98\xee\x21\x90\xf2\xcf\xbc\x01\x80\xd6\xa7\x60\xff\x0e\x3e\x0a\x34\x7c\x0e\x90\xc9\xcf\x45\x81\xe2\x2d\x4f\xd2\x3c\xf8\xfe\x8d\x53\x05\x5d\x84\xab\x73\xf2\x43\x4f\x93\xa1\x75\x81\xee\x88\x2e\xac\x48\x76\x1c\x0b\xf0\xc9\x9e\x88\xe6\xc8\x7b\x11\xc9\xd6\x8c\x48\x33\xb7\xa3\xe9\xf0\x49\xcb\xf9\xe9\xa0\xb2\x03\xa0\xfb\xc3\x25\xdc\x60\x3e\x57\xf8\xdd\xbe\xfa\x1d\x2c\xb2\x8d\x84\x66\xc9\x54\x5a\xb4\x0b\x5c\x29\x69\x73\x3f\x29\xb3\x54\x90\xf8\x9b\x9c\x8f\xbf\x77\x66\x65\x97\x10\x81\x00\x69\xea\xd3\xa3\x60\x63\x09\xca\x4f\xcc\xe9\xa7\x8f\xfe\xd1\x82\x8c\xe9\x7e\xd8\x29\x32\x1b\x7d\x32\xb4\xed\x8e\x71\x6e\x1d\x5a\x54\x00\xe4\xd0\x3b\x58\xf6\x7d\x53\xb8\x2b\xfa\xe4\x39\xf4\x24\xc8\xe7\x1c\x06\xb7\xde\x81\x61\x72\xcf\x67\x4c\xda\x6e\xa6\xdb\x08\x11\xc3\x77\x96\x05\x42\xa7\x51\x75\xac\x3c\x11\xc8\xee\xe9\x8a\x43\x18\xd2\x56\x16\x9f\xd4\x50\x8f\x62\xf5\x09\x11\x4b\x21\x3d\x70\x48\x5f\x05\x74\x91\xbd\xd1\x94\x74\x5d\x84\x3c\xd2\x00\x03\x12\xe5\x90\xcf\xaa\xeb\x51\x22\xfc\x89\xa6\xf2\xdb\x46\xa8\xf7\xe9\x3d\x3b\x1b\xd2\x11\x69\x20\xdc\x14\x6c\x68\xca\x1c\xf7\x09\x73\x9c\x3d\x51\x7b\xdc\x07\x6f\x7a\xff\x4c\x64\x42\x6a\xec\x1a\x90\x06\x10\x60\xf3\xac\x7b\x5a\x39\x91\x82\xbc\x3d\x65\x46\x66\x07\x83\xc6\xa6\x59\x82\x12\x86\xec\x62\x26\x56\x72\x2e\x0b\x43\x9b\xe3\x17\x07\x34\x58\x57\x88\x6e\x91\x9e\xa1\x3b\x81\xfe\xde\x66\x60\x44\x6c\x06\xfa\x67\x5b\x45\x0c\x1a\x48\x61\x09\xa9\xf3\xd7\x9a\x87\x6f\x5f\xe4\x2e\x65\xc5\xf8\x04\xd9\x37\xd6\x92\x5d\x86\x7d\x9c\x5f\xe8\x24\x32\x77\x84\x28\xf0\x01\x2c\xbd\xbb\xaa\x93\xd0\x05\xd3\x74\x1f\x21\x95\x77\x09\x00\xa6\x22\x61\x43\xa4\xed\x17\xa0\xb4\x08\x6b\x23\xcc\x66\xe4\xdb\x43\xaa\x46\xb7\x9a\x40\x4f\x2e\x5f\x40\x4e\x96\xc0\xb9\xf2\x4e\x27\xe3\x08\x49\xec\xb9\xfe\xf7\x23\xb3\x53\x71\xc0\x3f\x8d\x6e\x71\x86\x8b\x41\x01\xa9\xdc\xb8\x93\x04\x96\xb0\x97\x59\xd3\x6a\xc4\xdc\x69\xb1\x7e\x70\xd1\x1c\xd9\x0b\x42\xe3\xfa\x95\x11\xfb\xc9\xd3\x79\x9f\xa8\xa6\xf9\xe5\xb2\x33\x68\x5e\x1e\xd8\xb0\x3a\x3b\x29\x92\x91\x8f\xc4\xc5\x29\x82\x5d\x50\x82\xd2\xb9\x8f\x55\xd4\x56\x4d\x09\x2f\xaf\xb6\xc4\x44\x70\x98\x6f\xb7\xc8\x3e\xd0\xc9\xb1\x79\x62\xaa\xaa\x6a\x83\xf0\x2f\x73\x09\x2b\xa1\xbe\xf4\xf5\x32\x10\x27\xd9\x04\x4f\xb3\x81\x6a\xaf\x5d\x3a\x25\xd8\xf8\x9d\x89\xeb\x27\x3c\x9c\x2a\xbd\x52\x09\x9f\xb9\xc5\x3d\x34\x67\x15\x49\x00\x14\x2e\x03\x19\xbb\x35\x9c\x86\x43\x00\x67\x3c\x00\x02\x02\x3b\x79\x21\x2f\x14\xd8\xe2\x2e\xa9\x8c\x37\x79\xd0\xdc\xc6\x43\x0b\xb4\x84\x41\xf1\x14\x23\x4a\x83\x75\xf0\x47\x88\xf9\x00\x96\xbd\x7a\x29\x60\x1b\xf7\x39\x66\xad\xc1\xc6\x69\x7d\x87\xc2\x69\x9e\x42\x67\x39\x17\x3b\xa6\x24\x3c\x30\xce\xed\x09\x26\x7b\xb9\x98\xd3\x9e\x98\xcb\x13\xf1\x4b\xcf\xd0\x7a\xee\x65\x01\xe5\xbf\x4d\x65\x11\x1f\xe6\x49\xae\xa1\x9c\x59\x2f\xc7\xfb\xab\x4d\x52\xec\x61\x36\xb4\x60\x50\xe3\xae\x23\x28\x8e\x5c\x94\x5d\x08\x45\x74\xd1\x8a\x89\x5c\x23\x56\x15\xdf\xd7\xf3\xec\xc2\x32\x25\x6f\xfe\x52\x5e\x6f\x93\x60\xa5\xe5\x28\x78\x9e\x80\x66\xd8\x98\x97\xec\xf9\x9b\x22\x30\x64\x45\x60\x01\x74\xa4\x3f\xb7\x31\xd9\xec\x39\xac\x79\x37\x12\xc1\x92\xab\x37\xa9\xb3\xe2\x73\xa8\xa2\x78\xee\x69\x9d\x3c\xc4\xef\xb2\x35\x8e\x1c\x2a\xb3\x8e\x97\x14\xd9\x95\xd8\xfc\x76\x96\x0f\x0c\xde\x02\x01\x7a\x2c\x2f\xf5\x06\x81\x2a\xa0\xa2\x1c\xcb\xd5\xa3\xba\xae\xc8\x79\x15\xc9\xea\xc8\x2e\x13\x45\x24\xac\x5f\x62\xbf\x37\xaf\xc6\xfc\x00\xe1\x7b\xbd\x58\xca\xe4\x54\x02\x1f\xae\x04\xe2\x74\xdc\x0c\xd8\x12\x14\xeb\x69\x89\x20\x10\x36\x98\x0e\xaf\x15\x51\x2b\x00\x91\xb9\xf8\xc6\xa1\x33\xae\x26\xf2\x5c\x4b\x7e\xab\x2b\x26\x7c\xc8\x02\x47\x35\xa4\x7a\xf0\x66\xb5\x85\xbb\x91\x93\xba\xf3\xad\xff\x51\x20\xc2\x9a\xc8\xa9\xf1\x66\x52\x04\xe7\xc0\x64\xfd\xdb\xb4\xb5\x1f\xa0\x1f\xe4\xe9\xf1\x67\x19\xa0\x0f\x9f\xbe\xb0\x2f\x2b\xec\xba\x50\xa5\xc9\x54\xcf\x38\x3a\x68\xc1\x7f\x22\x3d\xcf\x0a\x13\x5b\x1e\xb3\x2f\x4a\x4f\xa8\x2f\xd3\xe7\xc9\x10\xc9\x02\x96\x43\xbd\xd7\x9c\xf7\x0d\x22\xb0\x90\x4f\x8a\xcd\x57\xc5\x72\x03\x7b\x03\x20\x1c\xc2\xdf\xe8\x4b\xc5\x7b\x06\xe4\xa7\xfe\x15\x18\xb7\x83\x03\x1f\x31\xb0\x4c\x79\x59\xc2\x17\x9f\x51\xc9\xbe\x08\x2e\x12\xd1\x2b\xfd\x19\xeb\xde\xc7\x55\xe4\x0b\x9e\x93\x33\x24\x07\x08\xe7\x2b\x98\x40\x58\xd2\xd8\xc5\xbc\x98\x78\x18\x8a\xf0\xeb\xaa\xa2\x75\xb6\x81\x08\x06\xba\xa6\xf6\x67\x56\x0f\x6d\x38\x4f\x90\xa9\x6a\xc7\xf8\x1c\xc9\xe7\xa1\x70\x5f\x4d\xed\xe3\x3a\xd9\xce\x1f\xcd\x1a\xe2\xb7\xe8\x95\x11\xf5\xe2\x0d\x09\xce\xc9\xde\x48\x53\x01\x17\x40\x14\x62\x99\xf4\x45\xe1\x41\x6e\x91\xd5\x26\xea\xdd\xb6\xde\x40\x44\x64\x1b\x66\x7b\x04\x7a\xd3\x44\x7b\x57\x35\x3d\x5b\x4a\x6f\x45\xa2\x98\x33\xd0\xa3\xfa\x4b\xaa\x2f\x8b\x1a\xf6\xd5\xfe\xc8\xf1\xba\x44\x61\x0e\x04\x89\xac\x9a\x57\x85\x27\x6b\xc8\xfa\x33\xe8\xf2\x2c\x4f\x84\x33\x55\x19\xe2\xe0\x6f\x66\xf1\xb6\xe0\xa3\x48\x9e\xc7\xee\x5d\x0c\x22\x52\x23\xbe\xe8\x0e\xbb\x73\x63\x47\x31\xe8\x53\xb9\x29\xc2\xf3\x4f\x31\x50\x34\x45\xfe\x7b\xc2\xed\xe8\xdf\x30\x86\xb9\xc2\x7d\xe5\xd4\x17\x7c\x9d\x94\x8c\xc5\x6b\xe4\x4c\x64\xb5\x7c\x2d\xee\x0d\x65\x25\x44\x70\x52\x74\x0b\x0f\xf6\x3e\x93\x27\xb2\xc9\x91\xe4\xd5\x9e\x3c\x46\xa0\x66\xfe\xf1\x1d\xa9\x05\x46\x72\xa4\x36\x1f\xd6\xb5\xfc\x08\x98\x6b\x2d\x3f\xfa\xe4\x39\xc0\x70\x6d\x2e\x65\x8f\x73\x85\xb8\x70\x8c\xf7\xa9\x2e\xa1\x5a\x68\xec\x54\xe4\x74\x44\x99\xf1\x71\xbf\x30\x52\x96\x01\xe7\xa2\x43\xb2\x4e\x64\xd8\xab\x70\x4a\xc6\xdd\x55\x9e\x78\xf8\x64\x22\xf2\xaa\x7c\x69\x5a\xbf\xe5\xa9\xaf\x32\x58\x3a\xd4\x10\x51\x01\x4e\x3a\x60\x52\xb6\x03\x93\xfe\x70\xd5\x4e\x35\x9d\xf5\x3d\x36\xe7\x73\x56\x9f\x4a\xa1\xc1\xd9\xaa\x4a\x5b\xc9\x85\x36\x63\x94\x60\xe7\xf4\x64\xca\x67\xae\x8c\x92\x98\x24\x52\x3c\xff\x49\xbe\xe7\x0d\x32\x5a\xd4\xb9\x43\x2b\x00\xc9\x31\x06\x6f\x22\x07\x9c\xc9\x13\x85\xc1\x59\x49\xe0\x5d\x2f\xce\x40\xae\xff\x1e\x03\xcd\xb0\x4e\x6d\x20\xfb\x04\xcd\x3d\xdd\xa4\x09\x7c\xe7\x42\x22\x15\x13\x46\x9d\xfd\xa0\x8d\xf2\x18\x97\x61\x5c\xbb\xec\x47\x9c\xfe\x99\x93\x4b\x15\x5a\x80\x9f\x64\x4c\xf5\x69\xf4\xd4\x13\x62\xc0\x79\x44\xb9\xb5\x77\xea\xe1\x31\x4e\x26\x8e\x20\x20\xc0\x8c\x7e\x92\x4c\x00\x4d\x17\x96\x2d\x89\x2a\x6e\x52\x16\xd0\x43\x06\x21\x64\xa0\xfb\x42\x33\xce\x50\xb5\x2a\x81\x2c\x5c\xa5\xd2\xd7\x65\xbe\xa7\x4a\x56\x7f\xdd\xda\xb7\x94\x34\x79\xc6\xa0\x3f\x32\x26\xde\xa1\x82\xed\x85\xa9\xc6\x84\x8d\xe7\x6c\xa6\xe4\x29\xc9\x00\x41\xfe\x2a\x53\xf2\xc4\xe4\x4d\x6d\x41\x30\x63\x4f\xe1\x75\x06\xcb\x9c\xaf\xa3\x93\x45\xde\xb0\xdb\x0c\x68\x69\xb1\xde\x04\x29\xe8\x1c\x9e\xad\x8a\xd2\x92\x92\x96\x4d\xb6\x08\xb3\xfc\xbc\x5c\x0c\x4a\x97\x16\xe6\xf6\xf0\x5b\xdb\x56\x6d\x6b\x2e\xb5\x40\x16\x88\x96\x28\x93\x95\x85\x04\x1b\xf5\x94\x2f\x43\x61\x62\xc3\x2a\xa9\xc9\xa0\xdd\xc1\x67\xae\x6d\x75\xad\xb1\x54\xaf\xef\x56\x5f\x94\xa4\xa0\x6e\x6e\x81\xa1\xf6\xb9\x59\xb0\xff\xee\x82\xed\x59\xb1\x37\xcc\x22\xcb\x21\xf6\xa4\x69\x02\x92\x5a\x8e\xdd\x29\x0e\x1c\x5b\x6d\x25\x1c\xa7\xc1\x45\xb8\xac\xa9\xe1\x18\xce\xdc\x14\x44\x6e\x04\xb6\xd2\xcf\x53\xd0\x8c\x22\x12\xdb\xc1\x4b\xd5\x34\x2f\x27\x08\x1c\xbb\x00\x29\x80\xe8\x2b\xc9\x92\x54\xd0\x11\xaa\xf3\x4b\xc1\x91\xac\x7c\x68\x3e\x00\xd1\xd0\x9d\xca\xcb\x5f\x14\xf4\xee\x80\x68\x46\x83\x54\xb4\xdb\x82\x45\x36\x0e\x6b\x50\x2f\x5c\x45\xfe\xc3\x48\xfe\x2e\xc7\xa8\xe7\xf4\x5c\xe4\x02\xa0\x14\x4d\x88\x39\x0f\x8f\x50\xab\xb8\xab\x4c\x13\x8e\xd0\x88\x2e\x07\xe4\xa0\x73\x42\x56\x79\x00\xe8\x71\x51\xf3\x30\x28\xdf\x91\xcf\xb6\x8a\x67\x7e\x9d\x61\x85\xb3\x23\x54\x63\x56\x77\xae\xb9\xb4\x31\x1e\x39\x75\x62\xe6\x44\xd8\x82\xbb\x2b\x03\xef\x9a\x46\xf5\x2d\x1e\x05\xf0\x3b\xfa\x1b\xd7\x44\xce\xba\xab\x0d\x3b\x62\xc3\x34\x41\x65\x5d\x61\x83\xa3\x09\xc0\xda\x16\x83\x97\x7c\x06\x77\xf0\x7e\xc8\x8e\x92\x3d\xe1\x92\xe6\x19\x11\xd7\xee\x12\x1a\xda\x4f\x0a\x28\xa0\xa3\x47\xca\x73\xfb\x63\xc5\x9d\xb6\xe3\x74\x6e\x66\xaf\x44\x3a\xda\x65\x9d\xb5\x76\x2b\xee\x1a\x39\x0c\x42\x18\xd9\xc2\x0a\xb3\x7b\x89\xb6\x96\x87\xaa\x48\xe7\xe0\xc1\x9c\x27\xc2\x7d\xcf\xf2\x85\x53\x35\xf8\x62\x9a\x34\x74\xf2\xd0\x91\x26\xb8\xf7\x51\x9f\x65\x2f\x25\xd4\xf3\xb0\x4f\xf7\x72\x05\xdc\xc5\x67\x75\xc6\x06\x00\xdd\x23\x3c\x34\xf0\x4e\x5b\x85\x00\xc8\xfa\x8c\x65\x44\xd7\x44\x40\xf6\x80\x26\xd3\xde\xee\xd9\x55\x03\x83\xf2\xc4\xdd\x0c\x9e\x80\x9f\xd0\x01\xed\xb0\xd2\x01\xeb\xdc\xde\x16\x9b\x66\x9c\xaa\x82\x76\x4f\x16\xac\xda\xc6\x66\x57\x79\x5f\xa8\x87\x79\x86\xcd\x79\x66\x91\x34\xc3\x5e\xd1\x64\xca\x2b\x36\x4e\xa4\xc5\x09\xc7\x4f\x11\xbf\xd7\xae\xb4\x12\x3c\x75\x06\x9d\x7d\xab\xf2\xca\x55\x32\x8c\x7f\x3e\x63\x0f\x6c\x06\x30\x5a\xd3\xe0\x36\xd2\x38\x51\xed\x08\xff\x83\xf4\x49\x83\x99\xa2\xd8\x44\x28\xee\xce\x3c\x51\x66\x2c\x0b\xca\x51\xe3\xe5\xde\x7e\x18\x49\x23\x31\x92\x25\x46\xd2\xdf\x24\x06\xf2\xb4\x26\xdf\x7e\xf5\x9a\x35\x33\xef\x09\xfb\x9e\x3c\x24\xc3\x21\x05\xa6\xaa\xe7\xd1\x1c\x4a\x0a\xbd\xb8\x4d\x33\xa2\x78\xe3\x60\x2c\xee\x42\xd5\xfb\xc9\x31\x02\x64\x9e\x07\x5a\x26\x75\x08\x80\xfb\x19\xc7\x26\xb1\x80\xee\x46\xee\xe0\xce\x78\xec\x40\x3a\xe9\x09\x85\xdc\x92\x6c\x32\x0d\x0f\x19\x27\xe1\xce\x78\x86\x43\xc7\x01\x57\xcd\x00\x5a\x25\x12\xea\xa8\x4a\x50\x45\x5e\x95\xee\x10\xaa\xaf\x5a\x0e\x68\xe6\x50\xb0\x61\x3d\x9c\x6d\x9f\xc8\x03\x4d\x36\xa3\x4e\x3d\xec\xfa\x57\x1b\x16\x9c\x88\x95\x53\x94\xce\x3c\x20\xbc\x25\x4f\xa8\x87\x4c\xdb\x4c\xa3\xff\xcc\x1b\x61\x98\x65\x37\x28\xa2\x45\x2c\xae\x91\xcd\x85\xf1\xb8\xce\x88\xb9\xf3\x16\x9a\x39\xa1\x40\x5a\x26\x32\x4b\x24\x1a\x20\x2d\xf9\x3d\x03\xfd\xe0\x91\x7b\x79\xb7\x42\x4d\x7a\x3d\x21\xbe\x60\x06\xa7\xd2\x8e\x68\x8c\xa5\xa0\x7d\x98\xb8\x26\x36\xf0\x06\xf0\xe1\x94\xa0\xbf\xe5\xc3\xae\x46\xf2\xf8\x61\x36\x95\xa2\x18\xe1\x77\x2e\x94\xd1\x7b\xa5\x11\xe8\xba\xdc\x09\x70\xb8\xd6\xa8\x26\xe4\xea\x30\x4d\x1c\x37\xef\x4e\xb0\xdb\xd6\x88\xa5\x0b\x4c\x93\xe6\x1b\xcb\x11\x5f\x27\x75\xe1\xb7\x00\x0b\x31\x34\x2b\x3c\x91\xef\xb7\xf0\xd7\xeb\x28\xaf\xa7\x5a\xa9\x1d\xb0\xce\xbd\x7a\xba\xf0\x05\x85\xdd\x6d\x5c\x78\x2b\x89\x34\xdf\x63\xb4\x15\x86\x56\xc9\x43\xf9\xef\x9d\x78\x7a\xcf\x9c\x41\x56\xef\xfb\xb2\xcc\x21\xfa\xa2\x5b\xe4\x52\x17\x94\x72\x72\x71\x29\xfb\x24\xab\x1c\x14\xbb\x87\xd0\x32\x81\xa9\x61\xc8\x88\x70\xbb\x3a\x88\xfb\xbe\xce\x1b\xb2\x4e\x7e\x9b\x65\x75\x34\x74\xf3\x44\x7f\xa8\xf7\x6f\x52\x3c\x3e\x68\x31\x06\x0a\xc5\x85\xe2\x9b\xee\x05\x92\x5d\x90\xe3\x4a\xf3\x7c\x47\x00\xc8\xb3\x60\x6a\x2e\xa2\xe6\x99\xee\xad\x8b\xfc\x49\x25\xbc\x1b\xc4\x16\x81\x76\x99\x89\x3c\x7f\x36\xe6\xcf\xe2\xd6\xcc\x10\xa8\x27\xb3\x06\x57\xd1\xaf\x1b\x72\xe0\x0b\x6f\x81\x08\xb0\x1a\x4e\x1d\x52\x2a\xf4\x47\xb8\xd7\x82\x1a\x3b\x80\x65\xab\x38\x8b\x43\x52\xb5\xd8\x65\x59\x8c\x6b\x70\xf2\x92\x8f\xc2\x3a\xeb\x44\xfe\xf9\x1f\x9b\x2c\x3e\xdd\x66\x39\xb6\x9f\xcc\x29\x3b\x7e\xba\xcf\x3a\x91\x8c\xd4\xbd\x10\xb5\xb1\x69\xa6\x1a\xe6\x16\x61\x30\x50\xa2\x4b\x03\x5d\xe3\x89\xc6\x3c\x62\x52\xb2\x78\xd1\x1d\x1c\x18\x73\x80\xc7\x2e\xd0\x98\x29\xa2\x2c\x01\xee\x06\xaf\xd2\x8b\x62\xd4\x0f\xb2\x72\x60\x6d\xa6\xee\x7d\x67\x42\x1a\x33\xf5\x5c\xf2\x71\x4a\x6c\xa1\x1e\xb7\x43\x07\x70\xaa\xfa\xc5\x04\x44\x83\x6f\x43\x6e\xf4\x66\xb0\x9a\x0d\xfd\xa3\x3e\x26\x8d\xf7\xcc\xad\x0e\x2c\xf6\x84\x95\xb7\xe0\x0c\x66\x19\x5e\x4d\xf2\x74\xdc\x41\x22\xf6\x8b\xe4\x55\xf1\x60\xf5\x85\x7b\x37\xce\x44\x1d\x71\x21\x7d\x12\x05\xee\x70\xd9\xb9\x5c\x0f\x59\xc9\x6c\xe6\x7c\x01\x3f\x77\xdc\x86\x4f\x1b\x7a\xed\x3c\x90\x79\x68\xc3\xaa\xc1\x67\xec\x7e\x3d\x80\xa1\x9e\xd5\xb1\x3a\xc8\x05\x22\xd7\xf7\x30\xfd\x43\x57\x6f\x20\x3d\x4a\x73\xe3\x79\x4f\x94\x86\x78\xb5\xac\x7c\x80\x04\x7e\xa0\x7b\xcf\xbd\xbd\x5e\x36\xc5\x6b\x39\xee\xee\x85\x0c\xa4\xc3\x63\x33\x22\x76\x4f\x9a\x7c\xdc\x9a\x70\x56\xc8\x79\x7f\x3e\xed\x0a\x70\xae\x05\x5a\xcf\x83\xe4\x0f\x12\x33\x4e\xa8\xac\x37\x66\x7c\xc2\x68\xaa\x23\xf4\xcb\x05\xf6\x6e\x5f\xd8\x10\x58\x3a\x85\x0f\x72\x96\x48\xee\x86\xaf\xd4\x2a\x91\x04\xe5\x7e\xc4\xeb\x52\xf8\xb0\x0c\xae\xa6\x1a\xc9\xf4\x84\x27\xe9\xa6\x23\xfc\x89\x5c\xee\x1a\x5a\x1a\x22\xe8\x14\x87\x49\x70\xcb\xc5\x6c\x8b\x60\xc3\x19\x1b\x32\x5b\x36\x7a\xd1\x64\x00\x4b\xc0\xcd\x42\x15\xda\xcf\x10\xd3\xa6\x0e\x8a\x4b\x73\xba\x32\xfd\x4d\x64\xfc\xcd\x6e\x21\x64\xe5\xc9\x7c\xda\xce\x30\x79\xd0\x55\x90\xc3\x5d\xee\x93\x74\x6e\x1b\x93\xb0\x23\x79\x2a\xab\x58\xfa\x87\xdb\xcb\x1b\xd2\xf2\x3e\xb2\x0e\x1d\xfd\x36\x40\xd3\xb6\xf9\x33\x3f\x74\x6e\xaf\xf3\x97\x87\xa5\xd0\xb7\xee\xee\x8f\x17\x1b\xfa\xf6\x0b\xf6\xe2\x8f\x67\xcc\x31\x28\x14\x6f\x74\xc6\x09\xe8\xa2\x4d\x3a\xc2\x4e\xc9\x27\xa8\x86\xbf\x58\x54\x88\xb3\xf8\xd0\x66\x33\xcb\x1a\x94\x02\xb8\x72\xbd\x15\x75\x59\xf5\x41\x90\xb6\x19\x38\x46\x03\x41\x47\xff\x49\x5d\xfe\x20\x80\x8b\x8e\x8d\xa6\x42\xb1\x91\xc4\xdf\x00\x80\x94\x77\x21\xdd\x19\xfd\x4d\x26\x12\x30\x14\x45\x8e\xee\x25\x61\x2f\x70\xdb\x4b\x08\xb2\x25\x6c\xcc\x0b\x75\xde\x6e\xa1\xed\x02\x7e\x0d\x23\xda\x48\x70\x0e\x24\x44\xbd\x5d\x86\xb1\xf3\x8b\x77\x1e\x52\x25\x6f\xf1\xea\x4c\x48\x95\xd8\xe4\x9c\x0b\x66\xa7\xb2\xc2\xb9\x7b\xa1\xf2\x6f\x6c\x80\x1c\x23\xe8\xb2\x42\x97\x67\x84\xf6\xc6\x69\xec\x15\x1c\xc4\xbb\x65\x5c\xe5\xde\x70\xcc\xe1\xf9\x39\x3e\xe5\x84\x5a\x48\x2b\xea\x96\x38\xf4\x63\x09\x89\x9e\xca\xb8\x42\xed\x10\x81\x80\x42\x57\x15\x40\x3b\xd4\x70\xe7\x86\x5d\x72\xcd\x35\x1b\x8e\x50\x90\x80\x4c\xf5\xa6\xa9\x90\x45\x54\x55\xa5\x79\x71\xab\x39\xdf\x9a\x2a\x75\x69\x33\x49\x9b\x12\x37\xdd\xde\x31\x39\x80\x7b\x45\x05\x00\x03\xed\x43\x96\xbd\x90\x49\x21\xe6\xb0\x23\xfc\x18\x07\xb1\x57\x05\xdc\xa5\x57\x3b\x18\xb3\x4e\x14\xec\x5c\xe4\x5b\xbe\x02\x38\xee\x8f\x1a\x8a\xd2\x73\x27\x7a\xae\x3b\xae\x3f\xed\x2d\x50\xb1\xb9\x9e\x39\x3b\x9b\xb7\xbe\x30\x44\xd8\x21\x03\x8b\x0e\x06\x33\x67\x03\xd9\x04\xf6\xb5\xeb\x62\x9d\x85\x32\x25\xb2\xc8\xd6\x13\x66\xc0\x6b\x05\x6b\x06\x27\xd9\x60\x04\x81\x26\x29\x6f\x5a\xb4\xe0\xdf\xfb\xb3\x22\x2f\xc5\x7a\x63\x37\x04\x52\x2b\x34\x99\x7b\x3a\x56\xce\x44\x1e\xe1\x98\xd0\x3d\xe1\xff\xf0\x80\xf3\xc6\x48\x72\x61\x6d\x47\x4c\x5b\x7b\x7e\x56\xe4\xe3\x8f\xc7\xbd\x43\xf6\x3b\xc2\x16\x83\x3c\x06\xab\x9d\x6d\xf5\x84\x53\x56\x6b\x70\x06\xdd\x89\x81\xc2\xa6\x3a\x6c\xae\xba\x37\xab\xc7\x20\x61\xdd\x1a\xd4\xe8\xdf\x26\x08\x5c\x3d\x87\x1c\x3f\x01\x20\x3f\xc9\xd6\x47\x78\x89\xe3\x98\xb1\x1f\xee\x7e\x99\x4d\x57\x38\x07\xb5\xc5\xf1\xec\xd9\x51\x10\x40\x77\x06\x33\xb3\xbf\xe6\xff\x0d\x02\x7c\x42\x0a\x86\x25\x3a\x65\x81\x9c\xda\x91\x09\xd2\x66\x1b\x56\x0e\xa3\xf6\xf3\xbc\x02\x55\x4d\x80\xba\x13\x69\xf5\x45\xe7\x6d\x54\x25\xfd\x6b\x67\x4d\x88\x52\x8a\xd5\xa6\xef\xa8\x17\x97\x41\x93\x8f\xa2\xe9\x84\xfd\x95\x7e\xee\x08\xe7\xc5\x4e\x3c\xd1\x45\xee\x08\x14\xb9\x03\xb7\x01\x27\x32\x0c\x74\x17\xb0\xbd\x4f\x52\xc3\xb8\x36\xc4\x5d\x0f\x22\x39\x85\x55\x17\xd7\xed\x10\xb3\xd2\x73\xd9\x09\x96\x6a\x5f\x55\xd3\x50\xe4\x7f\x5c\xfb\x99\x1d\x30\xa7\x67\xc2\x22\xe8\x9d\xc8\x69\xad\x26\x55\xb6\x51\xd4\xf3\xd4\xc5\x1d\x74\xae\xb2\xa1\x1e\x3b\x97\x4f\x72\x0e\xbf\xba\xf9\xc4\xd3\x99\xdc\xbe\x81\x3b\x7e\x33\xcf\xe6\x0d\xce\x49\x50\x18\xb6\x62\xd8\xdb\x3a\x2f\x4a\xe6\x4c\x81\x87\xea\x59\x0b\xa9\x42\x6f\x57\x62\x80\xe0\x67\x0b\xfb\xba\xbf\xca\x3a\xf1\xcd\xe3\x8e\xc1\x09\x7f\x4e\x68\x79\xd5\x44\xc6\x43\xd4\xfb\x9c\xf8\xd1\x9a\x14\x03\x8a\x53\x7e\x75\x67\x97\xb8\xa1\xb5\x14\x76\x87\xe1\xaf\x5d\x52\xe0\xe8\xd2\x3b\xaa\x50\x4d\x24\x41\x7e\x89\xfe\x7e\x97\x3a\x3e\x74\x67\x76\xd6\xe8\x3c\x2e\x29\x7c\x3d\xe1\x9a\x17\x04\x40\x64\xaf\xe4\x32\xcb\xf6\xe9\xac\x71\xf0\xd4\x7b\x01\x4f\xdf\x58\xa1\x76\x61\x1f\xb5\xdb\xf4\x45\xed\x10\x0d\x66\x88\x8c\xee\xf4\x9e\x92\xf5\x94\xb3\x26\xc5\x75\x65\x0b\x9b\x6e\xc3\x8a\xe0\x83\xc5\x6f\x34\xcb\x2d\xaa\xef\x27\x37\x46\x5e\x70\x28\x10\x52\xbf\xda\x48\x7c\x99\xdc\x34\xb3\x92\x3e\x99\xea\xc9\x5a\xdb\x06\xdd\x76\x89\x5c\xb1\xfd\x45\x16\x90\x44\x25\x24\xb7\x60\x04\x9f\x3a\x93\x8f\xba\x8c\x5e\xde\xe8\x53\xaf\x08\xf9\x9d\x21\x25\x86\xa0\x02\xfe\x01\x39\x60\x82\xdc\xc1\x49\xcd\x0a\xb2\xdb\xae\x19\xc7\xba\x12\x5c\x75\x32\xff\x88\x8d\x7d\x86\xfd\x1a\xb6\xa0\xb5\xd4\x97\xf6\x7e\x47\x69\x91\x32\xb2\xfa\xa1\xff\x1f\xcb\xca\x87\xd5\x17\x95\x16\xf2\xf4\xe7\x24\x67\x9b\xf1\x4f\x30\x9c\x06\x05\xfc\xdf\x3f\xd0\x96\x73\x88\xe8\x35\x05\xdb\x3b\xfd\xd2\xac\x61\xf5\x84\xdd\x04\x48\x0d\xdd\xfd\xc5\x59\xf2\x15\x62\xbf\x35\xb5\x8a\x3a\x87\x83\xa5\x0f\x9d\x63\x9c\x13\xbe\x7d\xa2\xf9\x3e\xb4\x88\xe8\x92\xaa\xba\xb1\xa7\x2b\x52\xb8\x1b\x79\x21\xa5\x4c\x63\x2c\x77\x70\x23\xf8\x1a\x17\x89\xaf\xdc\xab\x49\x91\xce\xc5\x0b\xc1\x6f\x18\x50\x85\x2d\x7f\x9d\x27\x4c\x49\xd5\xe2\xaf\xb8\x50\xe3\x5b\x19\x33\x07\x4e\x44\x45\x1b\xdf\xde\x25\xe6\xe7\xa4\x92\x3b\x35\x71\xbc\x4e\xf0\xec\x6c\x6a\x32\x7b\x7d\xa6\xba\xc2\x39\xc9\x35\x5f\x82\x60\x56\xef\xa3\x45\x70\x84\x5d\xc5\x4e\x3a\x52\x53\x87\x3b\x9b\x6c\x1b\x43\xf9\xf0\xdb\x16\x71\x16\x2a\xb1\x39\x8e\xcd\x77\x98\x63\xf7\x28\xed\xd7\xf9\xd8\x6d\x2f\x44\x28\x3b\x20\xf6\xc4\xd1\x6d\x89\x23\x7d\x27\xc5\xfa\x0c\xfe\x7c\x3d\x2b\x14\x0e\x18\xca\x0b\x93\xa9\xe3\x05\x5e\x02\x5f\xf0\x16\x8e\x97\xe7\x92\x65\xe7\x89\x5a\xec\x3c\x41\xa4\xef\x48\x1f\x66\xe5\x11\x44\xa1\x37\xcb\x25\xbb\xe0\x94\x11\xe5\xda\xbc\x23\x1e\x29\xc0\x8e\x8a\xc9\x9d\x2b\xec\xa7\x25\x3b\x5a\xd7\xf7\xc9\x2f\x6d\xfa\xd2\x15\xa2\x57\xa6\x72\xee\x3b\x93\x1d\x86\x56\x2d\xd7\x9d\x58\x0e\x5d\xf2\x3d\x8b\x19\xd5\x4d\x95\x1d\xbb\xad\xe7\xb3\xd7\xf9\x36\x9d\x8e\xd8\xde\x2d\x14\x26\x8e\x86\xe0\x4f\x2e\x09\x28\x22\x77\x88\x10\x88\xa0\xca\x59\x75\x5a\x88\xbc\x53\x46\x7d\xe0\x22\x67\x54\x89\xce\xf4\x4e\xd6\x70\x2b\x14\xe0\x2f\xb6\xd8\x4a\x82\x96\xa0\x9e\x2c\x35\x71\x68\x46\x04\x33\x35\xfa\xfc\x84\x46\x3f\x91\xf9\x77\x2b\x14\x6e\x67\x0e\xed\x92\x7b\x2e\x43\x3d\x79\x2c\xa3\x1c\x8d\x8f\xfe\xd1\x5f\x38\xa2\xf5\x9a\x23\x6f\xfe\x80\xb4\xea\x2e\x27\xac\x8a\xfd\x6a\x4b\x86\x24\x90\x2b\xfa\x13\xdd\xd0\x6e\x9b\x8d\xa5\x64\x9c\x1b\xc2\x8d\x59\xbf\x51\xab\x06\x6b\x58\x09\x60\x45\x44\x43\x68\x8b\x4c\x4d\xdd\xe7\x88\xaa\x65\x6b\x6a\x8a\x68\x6f\x7a\xd5\x15\xc3\xba\xda\xa8\xe8\x5d\x93\x13\xc6\xf2\xb8\xe0\x5b\x90\xdc\xee\x13\x13\x65\xc5\xea\xd2\x1e\xfb\xe6\x08\x77\x78\x60\x00\xa4\xc3\x98\x35\x78\xb4\x5a\x6e\xee\x5d\x13\x63\xf6\x22\x2e\x21\x87\x60\xa2\xb2\xa8\xc8\xb1\xc6\xa1\xdc\x43\x49\x99\x4e\x56\x35\xf5\x11\x6f\xd9\xc3\x96\x39\xb5\x6d\x53\xd4\xbd\x77\x7d\x2d\xeb\x0d\xf1\x1c\x6d\x08\x07\xa0\x2d\xe4\x3b\x08\x37\xb0\xfe\xa5\xa6\x62\x47\xa2\xbf\xe4\x30\x96\xca\x40\x5f\xce\xa7\x7c\xdd\x42\xfc\x8a\x8a\x66\xaa\x9c\xb8\xef\xa8\x44\x49\x5e\xd0\x18\x69\x96\xdf\x7a\x38\xb1\xc4\xd2\x38\x79\xc0\xc7\x9f\x11\x9e\xdb\xe3\x6e\xbc\xd4\xc0\x90\xa4\x36\x4e\x9d\x9f\x59\x46\x5f\x88\xcb\x65\x24\xeb\xac\x33\xad\x65\xc9\xa1\xae\xac\x2a\xee\x15\xeb\x11\x43\xb0\x65\xbf\x99\xa3\xce\x70\x6c\x0c\x2f\x94\x63\x4e\xe5\xe5\x9e\x6f\x79\x26\xd8\x1e\x01\xb5\xc0\xc1\x8d\xde\x1c\x39\xc3\x07\x2d\xf5\x67\x92\xb2\xa9\x32\x03\x83\xe3\x3a\x69\x9b\x6b\x45\xff\x36\x72\xb9\x1b\x1f\xa1\x93\x3c\x32\x2c\xed\xb2\xa0\xa2\x82\xa1\x50\xb3\xc6\xad\x83\xc3\x5c\x52\x3e\x21\x2a\xfd\xa8\x3b\xe5\x7e\xab\xec\xf5\x68\x38\xfb\x1e\xe7\x40\xf2\xb3\xe4\x23\xc4\x00\xf0\x3c\xbe\x4c\x03\xe3\x2b\x03\xec\xac\x7d\x22\x73\xa0\x01\x30\x04\x36\x08\x78\xb4\x64\xc2\x25\x17\xcb\x9d\x6b\x08\xf5\x76\x07\x11\xba\xc0\x4e\x14\xa4\x62\xeb\x0a\x7b\x44\x02\x0e\xd4\x25\x9d\x93\xee\xf6\xb6\x89\xa6\x98\x86\xf6\xd3\x34\xd4\x30\x84\x86\x46\x1b\xba\x34\xcc\x2a\xd6\xe3\xc6\xc8\xb6\x3b\xf2\xdb\xb5\xd1\xc9\x88\x3b\xc8\x6d\x89\x3b\xa8\x00\x74\xe3\x20\x05\x39\x4d\x11\xf8\xfc\xa9\xd1\xe0\x1f\x24\x51\x21\x68\xa4\x27\x74\xf1\xa9\x2c\x67\x28\x92\x96\x59\xb0\x12\xc7\x1e\x4e\x73\x7a\x4f\xdb\x70\xde\x7b\xd1\x7d\x75\x23\x8c\x15\x9a\x71\xc1\xf3\x44\x7b\xe0\xc0\x4c\x00\xfe\xe7\x0e\xb2\x69\x95\x94\x1f\x4f\xb9\x77\x5c\x46\xac\x71\x82\x67\x25\xdb\x25\xb6\x64\x33\x86\x32\x10\x80\x58\x21\x61\x7e\xab\x07\xac\x7e\xc8\x39\x43\xc8\xf9\x3a\xfe\xab\x05\x87\xa1\x09\x3b\x70\xba\xb0\xb7\x98\x02\xf4\x51\x57\x33\xb0\x1d\x60\xa7\xd2\xd0\xe1\x6e\xdb\x2f\x22\x56\x2f\xe4\x8e\x56\xe5\xcd\xaf\x5d\xc4\x3a\x99\xbf\x7a\x5c\x0b\x5d\x27\x0f\x34\x20\xd3\xac\x6f\x1a\xa0\x01\x85\xcc\xca\xa7\x3b\x7a\x84\x7d\x7d\x50\x4e\xb7\x9d\x95\xb0\xe0\xe0\x52\x6a\x81\x19\x0b\x0c\x04\xe9\x75\x4f\xcb\xaa\xc4\x96\xba\x68\x11\x44\x77\xb7\x77\xac\x81\xde\x41\xb8\xf8\x48\xf3\xef\xb3\x9c\x82\x36\x91\x13\xa3\x9b\x35\x10\x92\xa4\x5d\x64\xfe\xdc\x3d\x8e\xf9\x2b\x5b\x0c\x66\xfa\xab\xfb\x41\x1e\xec\xd7\xf3\x9e\x7c\x0d\xc4\x9e\xc5\x76\xb8\xf9\xf2\xdf\x8e\x70\x1f\xf0\xe7\xe1\x08\x99\xb1\xab\x7b\xf8\x05\x4d\xbb\x23\xc8\xea\x7e\xd7\xdf\x52\xda\xd7\xa7\xe9\x33\xb8\x5e\x48\xa0\xb3\x4f\xfe\x80\xdc\xcc\x8f\x1f\xe9\x87\xa1\x70\x3a\xc6\x1e\x65\x88\x32\xd7\xe8\x12\x4c\xbb\x87\xfc\xbe\xaa\xb3\x3e\x93\xe9\xab\x07\x48\x76\x2e\x46\x38\x21\x4d\x2f\xc3\xf9\xd2\x98\x0b\xea\x32\x44\xbc\x08\x45\x62\x6b\x45\x0b\x07\x60\x85\x76\x7d\x08\xa7\xdd\xfd\x31\xa9\x87\xb5\xb3\xb7\x36\x08\x3e\xac\xc0\x35\xa9\x9b\xbd\xfd\x25\x00\x24\x13\xe5\x6b\x28\xdf\x1b\x8d\x6e\x96\x9f\xa8\x1f\x77\x7a\x06\x5f\xf6\x27\xb7\xbf\x9c\xa9\xab\xf2\xc3\x09\x13\x9a\xdf\xcb\xff\xd9\xa6\x0f\xc6\xa8\xed\x6d\x71\xbb\xb6\x85\x8a\xb7\xf1\x71\xcc\x76\xe0\x88\x60\x56\x87\x2d\x5c\xa6\x70\x2e\x3f\x83\xba\x97\x1b\x22\x76\xf4\x46\x3e\xc8\x5b\x5b\xb9\xcd\x5b\x19\x98\xd4\x13\xa4\x06\x72\x00\xff\xe8\x8c\xbf\xf8\x2a\x27\x01\x8f\x0c\x14\x2e\xa4\x36\x9b\xdc\xf6\xd5\xf3\x26\xf1\x8b\xb0\x05\xf4\x2f\xa4\x34\x56\x1d\x76\x82\xe3\xdf\xc2\xa3\x1a\xe6\x2e\x28\x75\x0d\xc7\x71\x2b\xb3\x9c\x5a\x77\x06\xf9\xaf\x82\x9f\x7d\xd2\x43\x77\xab\x24\x57\x69\x82\xef\x10\x42\xbe\x2b\xc4\x4c\x2e\xc0\xe6\x06\xe5\xad\x84\xf9\x29\x00\x59\x98\x4b\xd2\x9a\x8c\xa4\xe1\xc6\xf6\x98\x8a\x0e\xd5\xd5\xeb\x91\x3b\x0b\x80\x3e\xc9\xf9\x86\xff\xec\x69\x19\x28\xfe\xfb\x8e\xb5\xeb\x6f\x11\x9c\xe8\xc0\xea\x6b\xda\x29\xe2\xd8\x8e\xe7\xfc\x92\xd8\x3e\x3f\xb7\x6c\x58\x9e\xb0\x9f\xf0\xf9\x69\xda\x88\x38\x4e\xef\xaa\x97\x6d\x04\x00\xf2\x2d\xfa\x16\xeb\x4f\xdf\x8a\x90\x2c\xa3\x82\xdc\xeb\x2a\xec\x48\x83\xab\xd7\x61\x9c\x6c\xd0\xcd\x20\x5a\xd0\x33\x13\xa0\x5e\x8f\xe8\xc1\xb7\x3a\x99\x10\x53\xd4\x98\xe9\x41\xa4\xca\xe7\xc8\x2b\xfa\x54\x29\x53\x59\xe3\xce\x54\x66\xd9\xa2\x4b\xd9\x79\xee\x8d\x6a\xa0\x7a\x69\xc6\x57\x96\x7f\x66\x76\x3f\xbb\xe6\x34\xd5\xd8\x3e\xde\x94\x4a\x69\x51\xf4\xea\xde\x7d\x8d\x59\x05\x98\xc9\x98\x6f\xce\x6f\x98\x5e\xdb\xc2\x6e\x95\x98\x5e\x8f\x72\x7f\xb9\x3f\xd4\x2c\xa5\x72\xdc\x50\x46\x29\xdc\x76\x0d\x21\xcc\x3d\xa9\x9e\x4c\x47\x59\x04\x55\x63\x40\x59\x4d\x14\x78\x8e\x03\x1f\xa4\x35\xf5\x22\x2f\x0b\x34\xbd\xca\xdb\x4f\x1b\xdf\xdf\x8b\xd0\x00\xc3\x30\xd8\x61\xa2\x7f\x9a\xa8\xa9\xf4\x37\xb5\x51\x8b\xb8\x84\x32\x4e\xf8\xed\xaf\x9c\x43\x03\x53\x17\x0d\x9a\xf2\x19\x20\x31\x63\x70\x6b\xe4\x4e\xb5\x11\x13\x82\x72\x95\x31\xd8\x8e\x90\x30\xc9\xef\x61\x44\xb3\x38\x60\x37\x62\x6f\x1c\xfe\x3c\x8b\x04\x1a\x90\x93\xee\x8c\xd0\xc1\xf3\x52\x8c\xf1\x71\xd2\xa2\xb4\x43\x3d\xf0\x6f\x50\x23\x39\xe4\x22\xbb\x7c\x33\x5a\xc2\x80\xac\x05\xa1\x16\x55\x70\x41\xbd\x6f\x29\x41\x85\xfd\x69\x75\x45\x63\xc2\xba\xe4\x13\x74\x5f\xc1\x91\xd5\x19\x9a\x3a\x0d\xa5\x50\xe4\xa5\xf4\xbe\xa5\xf8\x0a\xf5\xac\x27\x0d\xe2\xf7\x9e\xb4\xe4\xf8\xfb\x8c\x0c\x91\xc8\x61\xb9\x98\x24\xba\xc4\x0c\x54\x8e\x11\x92\xd1\x1d\xf8\x61\x4c\xa2\xad\x6d\x3f\x33\xf5\x31\x23\x73\xb0\xcb\xd5\x7b\xe2\x4f\xc8\xb2\xfa\xe2\x76\x67\x9c\x95\x0c\x6a\x33\x3f\x83\x6d\xe4\x8d\x70\x50\xb1\x91\xd9\x4c\x84\x29\x53\x1e\x72\x1b\xb8\x28\x62\xdf\x0d\x59\x5c\x58\xd2\x20\xde\x56\x98\x35\x57\x97\x76\x84\x87\xdc\x7d\x6e\x76\xc6\xc7\x99\x24\x51\x02\x3a\x05\x4c\xd1\x80\xbd\x10\xf4\xa5\xb1\xe1\x4f\x59\x67\xdd\xcf\x73\xcd\x53\x3c\xef\xe9\x0b\xc9\x35\x16\x59\x77\x0c\xcf\x34\x6f\x83\x20\x55\xaf\xfc\x0e\xb0\x0b\x7e\xbc\x3a\x1b\x7d\x19\x19\xae\x8e\x58\x44\x88\x43\xae\x69\x69\x4d\x35\xda\x17\xbd\x3b\x1a\xcb\xc8\xc6\xc5\x96\x48\xbd\x5b\x37\x34\x0c\x35\x02\xf7\x42\x1f\x44\xae\x4a\xcd\x98\x35\x25\x01\xef\xed\x4e\xef\x8f\x1d\xa7\xbd\x70\x51\x0d\x2a\x60\x15\x3a\x7d\xcf\xd5\x39\x20\xef\x1e\x0d\xbe\x81\xec\x17\xe2\x0d\x6e\x8c\x7d\x52\x4a\xf5\xe0\x3d\xf2\x06\x1e\xa3\x8f\xc4\x84\x8d\xc5\x8d\x59\xfa\xee\x9d\x99\xf2\x36\xdc\xa2\x0f\x44\x47\x5b\xbb\xf1\x37\xf1\x6e\xce\xbc\xc5\x62\x4c\x12\x4b\xd5\xe8\x98\xd5\xf5\x04\x93\x5c\xfe\x85\x79\xe6\xb7\x9c\x1b\xcd\xab\xfa\x91\x9b\xc9\x46\x6d\xc7\x4e\xd4\xe0\x93\xe5\x0b\xe7\x2e\xf6\x53\x84\xb9\x6e\x47\xa3\x70\x77\xd2\x6c\xdc\x4f\x64\x61\xdb\x63\x74\x5d\x64\xce\xf3\x0e\xac\xb3\x32\x42\x60\x9d\x40\x5f\xd5\x4e\xd5\x60\xf0\x6e\xef\xcf\xec\x37\x7f\x86\x3e\x48\xb7\xc8\x8e\x72\x47\x9e\x4b\x54\xe1\x56\x33\x50\x48\xe3\x4b\x75\x92\xa8\xcb\x69\x41\x38\xd1\x2b\xa3\x2b\xda\x60\x93\xb5\xb6\xf8\xff\x05\x1d\x15\x6d\xcc\xe1\x5d\xea\xb7\x2d\xda\x48\x5c\x0b\xcb\xc0\xa4\xc0\x9e\x76\xe0\xb9\x39\xff\x10\x8f\x88\x45\x3c\xba\x99\x22\xb2\xb6\x1a\x33\x7f\xb3\x95\x7a\xe3\xbc\x61\x48\xf1\x07\x6a\x25\x0f\xfc\x2b\x7a\x0a\x83\x65\x0c\x7b\x3c\xba\x21\xe0\x6a\xfe\xb5\x15\xdd\x82\x59\xf6\xf0\xe7\x10\xf2\x1d\x87\x05\x17\x38\xd3\x1f\x4d\x0b\x29\x1c\xee\x38\x28\x3b\x4e\xcb\x9c\xc5\x59\x1b\x16\x41\x8b\x97\x0c\x29\x41\x33\xb5\xa2\xfa\x54\x5e\x1a\x0a\x90\x85\xb8\xd0\x9e\x20\x6e\xd4\x43\x83\xc6\xf9\x1e\xc5\x1d\xb0\x48\x05\x3e\xd2\xc5\x5f\x97\x99\x95\x3c\x4c\xe8\xf9\x38\x90\x68\x43\xfa\xa0\x1b\x0b\xab\x3b\x97\x41\x37\x3c\xee\x0e\x57\xe6\x14\xe1\x16\x9e\x63\xaa\x5e\xfd\xb5\xe5\x53\xb2\xe5\x75\x45\x76\x10\x18\x58\xc6\x0d\xb8\x49\x08\xa1\x35\xbe\x6e\xf4\x57\x8f\xf5\xef\x8b\x31\x84\xec\x44\x26\xe4\x36\x2f\x8b\x3d\x52\x35\xde\xe7\xa3\x23\x19\x10\xb0\x7b\x57\x72\x3a\xe0\x15\x8c\xdd\x4b\x6c\xc6\xd4\xc5\x17\xc5\x8a\xec\x51\x36\xb0\xb7\x5d\x01\xb8\x31\x3c\x0d\xd7\xc3\x65\xa0\xed\x0a\x13\x2c\x36\x8b\xfc\x30\x5c\x4e\x83\xcc\x73\xd3\xfb\x75\x6e\x1c\x06\x53\xe6\x11\xbc\x4d\xfe\xa4\x66\xb3\x84\xe8\xa3\x91\x65\x7f\xea\xfb\x09\x7d\xcf\x18\xba\xff\x6b\x0b\xa9\x4d\x32\xe5\xa5\x3a\xd3\x52\x51\xb6\x70\xf2\xd1\x74\xca\x89\x88\x4c\xbe\xa2\x9c\xe9\x08\x96\xcb\x39\x5d\x7a\xea\xf1\xe1\x8f\x17\xb2\xa7\xe5\xf4\xe1\xb8\x85\xc3\x40\xd4\xd7\x13\x8d\xb7\x05\xc9\x18\xee\x48\x8d\xc7\xe4\x4b\x29\x66\xdc\xc2\x18\x2c\x51\x62\x5d\x09\xbf\x5e\xb3\xdb\x4b\xc8\x25\xd1\xe5\x47\xcc\x67\x66\x98\xda\x1d\xde\x96\x14\x92\xea\xeb\x21\xf5\x74\x7e\x6c\x70\x30\x34\x09\x94\x44\x90\xb3\x15\xd9\x23\x14\x83\xcf\x72\xe1\x9f\x1c\x93\x69\xb3\x8e\x73\x72\x64\x1e\x15\xf7\x92\x37\x3a\xa4\x54\x00\xd8\x93\x03\x12\xf6\xd7\x70\xb6\xfa\xd4\xaf\x5c\x21\xc2\x35\x80\x4e\xb9\x41\xb5\x93\x19\x58\xb6\x82\x65\x83\xa2\xaa\xc9\x25\xc1\xde\x30\x84\x4c\xfc\x90\x2e\x66\x56\xdc\x27\xfd\x99\x5c\xe1\x4e\x78\x33\xf3\x3d\x75\xba\xd9\xa7\x3a\x2b\x09\x26\x4e\xd2\xd9\x92\x33\xf7\x9a\xe1\x87\xa4\x20\x70\x8b\x09\x17\xf7\x7d\x36\xf2\xc5\xb7\x1f\x8c\x2f\x3e\xdc\xc9\x54\xc3\xb8\x6f\x15\x3e\xb0\xcc\x1c\x8f\x1b\xfa\x25\xa8\x65\x00\xf5\x09\xe8\x41\xfa\xfb\x69\xc3\x28\xb0\x88\x69\x62\x36\x49\x8d\x64\x69\xcc\x7c\x99\x67\x38\x4e\x4e\xc8\xd9\x8f\x74\x3f\x07\x70\x19\xf1\x83\x95\xbc\x7a\x40\xbc\x9f\x8d\xdb\xb4\x88\x0a\xdd\x0a\xf6\xe1\x52\xce\x88\x81\x75\x10\xb8\x11\x4e\x67\xec\x5e\xe5\xb1\x9e\x53\x71\x6b\xbe\x50\x1f\xe8\x22\x2d\xc4\x87\x7e\xd0\x34\xa5\x6c\xdc\xa7\xcf\x7a\x3f\xcf\x24\x39\xb9\xbf\x1d\xe2\x91\xd0\x0e\x0d\x84\xbd\x90\x39\xb4\x8a\xa8\xb0\x57\xe2\x79\xc0\xe0\x13\xd6\x9d\x78\xbf\x63\xa3\x89\xaf\xd9\x3b\x62\x4e\xfa\x4d\x56\xfd\x25\xdb\x53\xad\xd6\xcd\x36\xc8\xc2\x74\xe4\x29\x3b\x7d\x7f\x19\xa2\x97\x9a\x03\xdf\x8f\xc9\x57\x09\x6e\x69\xf4\xe8\x55\x01\xe7\xcc\xbe\xee\x21\x58\xbc\xa8\x87\x2e\x09\xde\xc6\xa9\x4e\xbc\x2a\x16\x15\x02\x4a\xc8\x6f\x33\xfc\x0b\xab\x82\x08\x71\x48\xed\x6c\xfb\x5f\x1f\xcb\x4a\x9e\xf1\xf2\xed\xf2\xfd\x65\xf0\x17\x03\x4d\x3f\x78\xa7\x91\xcf\x10\x24\xf5\x7d\xe4\xeb\xf4\xc8\xdd\xc4\xc8\xaf\xd7\x0f\xea\x63\x8a\x5f\xe9\x2a\x1e\x7f\x57\xa8\xb2\x8a\xc7\xef\x93\x2d\xfc\x83\xbc\x3d\x9a\x22\xda\x5c\xd8\xdc\xf0\x53\x7c\x86\xa5\xd4\x0a\xf5\x81\x17\xc6\x81\x55\xbd\xb3\x48\x65\xe2\x1f\x6a\x47\xe2\x59\x06\x86\x94\x52\x1c\x8d\x41\x16\xe9\xc3\x0c\xa4\x1f\xbf\x0a\x60\xd0\xdf\xf8\xdc\x11\xaa\x53\xc6\x9e\xf4\x2a\x34\x9d\xce\xa3\x15\x88\x90\x42\xfa\x87\x4a\x25\xd0\x2e\x26\xc0\x44\xf6\xc7\xf8\xbf\xa7\x0f\x52\x40\x67\xcb\x81\xf1\x88\xf2\xac\x2c\x58\x3f\x4c\x89\xae\x26\x60\x0e\xa7\x79\x00\x51\x6f\x72\xe0\x87\xde\xe1\xbf\x3d\x69\xb1\x8b\x01\x89\xaa\x71\x64\xcf\x43\x22\xb2\x47\x3d\xc5\x40\x0c\x6e\x85\x90\x53\x3a\x9a\x52\xea\xb6\x8a\xf0\xa2\xbe\xaa\x5e\x5d\x24\x49\xa2\x42\xd7\x4f\xec\xf9\x08\x01\x7c\x20\xc9\x0e\x4d\xa7\x97\xa1\x4d\xe1\xb0\xbd\x98\xcc\x11\x07\x29\x6a\x94\x92\x7e\x2b\xeb\x7a\x9d\xea\x35\x99\x95\x26\xd0\xc7\xb8\x50\x09\x28\x9b\xeb\xb0\x49\x87\xe7\x61\xcb\xea\x89\x65\xe7\x09\xa6\xcf\x3a\x5c\x0e\x3f\xa0\x28\x26\xbb\xf0\x7b\xa4\xc4\xb7\x5f\x52\x6e\x62\xec\xf4\x15\x9c\xe8\x9b\x43\xe7\x60\x92\xea\x9f\xa7\x2d\x8e\xe1\xb7\x1c\x91\x93\x65\x59\x2c\xc4\x6e\x28\x67\x29\xc4\xba\x51\x26\xe9\x59\x64\x65\x89\x53\x3c\x0f\x87\x64\x87\x50\x23\x35\x1a\xa6\x9e\x84\x2f\xfa\xd6\xb5\x91\x23\x9f\x0c\xad\x8c\xb5\x46\x3f\x2a\x93\x28\x51\x98\x7d\x81\x72\xa4\xca\xb2\x73\x75\x60\x52\xbf\x09\x25\x28\xac\x23\x47\x63\x8d\x14\x18\xbd\xe1\xb4\x65\x94\x96\xd0\xb8\x05\xfa\x10\x1d\x28\xaa\xfd\x63\xb7\x60\xef\xd1\x05\xdd\x66\x63\xe0\x07\x4c\xa4\x79\x0e\x0c\x59\x05\xa5\xf1\x4c\x1d\x12\x8f\xdb\xc6\xcd\x54\x4f\xa2\x43\xf0\x05\x26\x99\xe3\x06\xb7\xc2\xa3\x09\x41\xf8\x7a\xac\xd1\xde\xf5\xee\xca\x53\x98\x8c\x4b\xe8\xe4\x9b\x9e\xfb\xa9\xbd\x91\x91\xaf\x50\x41\x59\x9c\x2c\xce\x99\xc9\x2c\xcf\xe8\xb0\xa8\x62\xdf\xea\xfc\xc2\xb8\xbb\x47\x98\xcc\x66\x16\xd2\x2e\x08\x6a\x24\x73\xfa\xcc\x15\x64\x27\x77\x4c\x29\xba\xe0\x06\x77\x06\x74\xc5\xb5\x27\x0a\x47\xef\x42\x96\x46\x66\xb8\x5b\x25\x5d\xcd\x2a\x26\x5d\x23\xb6\x52\xa8\x4e\x96\xc7\x81\x1e\x68\x7e\x58\xf7\x2b\xbd\x24\xea\xa4\x96\xdc\xd1\x03\x8a\x71\x01\xe5\x90\x26\xf8\xe5\x82\xb4\xb7\x39\x89\x40\x63\x4c\xb6\x3a\xa9\x49\x91\x25\xb0\x63\x23\x7a\xa1\x27\x71\x42\xee\x3f\x76\x55\x5e\xb0\xfb\x83\x3d\x82\x80\xa7\x90\x77\xc2\x64\x79\x93\x7e\xb6\xac\x0e\x48\xe1\x47\xbb\xe1\x71\xe1\x18\x10\xa5\xb1\x26\xd8\x93\x78\xef\xff\xee\xb4\x47\xf9\x58\x37\x40\x16\x19\x4a\x52\x51\x19\x2b\x6d\xaa\x20\xd8\xfc\x06\xc2\xeb\x22\x23\xef\xa3\x88\x05\xf7\x0a\x4a\x27\x2c\xbd\xa1\xb0\xbf\xd2\x3e\x7c\xee\x39\xe9\xc3\xf7\x1c\x5c\x7d\xe0\x70\xa3\x69\x9f\x3e\xb5\x52\xbf\x17\xa4\xa9\x0b\xbf\x15\x09\x17\x72\x5a\x25\x61\x04\x81\xea\xdf\xc7\xef\x8a\xb1\x9c\xa8\x4b\xc2\x1b\xf4\xda\x19\x90\xe9\xd6\xbc\xaa\x0c\x73\x24\xfc\x05\x65\x1f\xf0\x8a\x92\x6d\xd4\xec\x35\x7a\xe5\xe8\xc7\xf9\xde\x6f\x7c\x39\x6e\x45\x9f\xb2\x5a\xb6\x07\xd8\x04\xcd\xba\x63\x49\x42\xa4\xcc\xe2\x98\x9f\x37\x78\xb6\x97\xa6\x2d\xab\x2f\x9c\xa2\x9c\xf1\x36\x5a\x17\x64\xe4\xae\x3e\x95\x59\x24\x2f\x77\x46\xb0\x01\xac\x60\x07\xc9\x19\xdf\x44\x56\x00\x57\x1f\x10\x7e\xb3\x4b\xfb\x89\x70\xd3\xf9\x84\x53\x53\x37\xf2\x44\x74\x76\xb8\x7a\xb6\x00\x76\x1a\x0d\x39\x96\x95\x8d\x9e\xde\x2a\xc1\xad\x16\xf0\xd2\x25\xf5\xa6\x7d\xf9\x24\xc4\x98\x35\x0c\x18\x65\xb6\x4a\x10\xa4\x95\xdd\x48\x88\x30\x15\x80\xb2\x2d\xec\x24\x6b\x5c\x23\x6f\x07\x07\x22\xfe\xe9\xcb\xdc\x4c\xae\xee\x36\x59\x29\x59\xfa\x2f\x21\xea\xb4\x4c\x76\xb6\x80\xad\x24\x60\x13\x5c\x06\xd2\xfe\x4a\xf4\xa9\x4c\xc1\xa2\x0f\xc7\x74\x9f\x96\x6c\x99\xa5\x70\xa3\x40\x53\x48\xbc\xa7\x26\x48\x6d\xc3\x9a\x72\x06\x0b\xb1\x85\x7a\x21\xf3\x5c\x06\x21\x06\xc6\xfb\xe8\x0d\x17\xd4\x57\x2c\xfa\x85\xb7\xd4\xad\x9f\xb1\xbf\xb4\x1f\x19\xa5\x6e\x99\xac\x7e\x30\x12\x7f\xfb\xeb\x0f\xcd\x5d\xe0\x19\x42\x0e\x6b\xa6\x48\xc4\xf7\x0a\x52\x52\x06\x79\x84\x9c\x11\xf4\xc8\x58\xce\x0f\xec\xcf\x70\x4c\xe4\x45\xf6\x4a\x08\x78\x1c\x96\x68\xba\x12\x89\x9d\x2e\x27\x80\xa3\x58\x19\x65\xf6\x8b\x51\x58\x9e\x11\xb1\xe6\xe9\x9a\x02\x73\xa9\x24\x6f\x67\x4e\x0e\x6d\x5c\xb3\x8a\x88\x2e\xb8\xa3\x53\x70\x26\x3d\x25\x7c\xe1\x28\x36\xde\xa0\xf8\x53\x91\x6f\x52\x70\xe6\x18\xb7\x65\xd4\x19\xaa\x2a\x31\xf1\x25\x7e\x99\x3d\x22\x48\x5f\x2f\x8b\xcb\x8d\x96\xb6\x1c\x0a\x97\x4d\x11\x83\xfe\x85\xbd\x1b\xe5\x16\x5c\x8e\x4f\x84\x8b\xe6\xe2\x32\xf9\xa3\xe6\xa1\xe4\xe2\x8c\x7b\xac\x8b\xf2\x27\x7b\x3b\xd1\x15\xce\x85\xb6\xdd\xa6\xcf\xea\x9e\x92\x17\xa8\x45\xc2\x27\x27\x6f\x5c\xd9\x32\xe4\xc1\xcd\x4a\x56\x77\xc2\x8e\x57\x23\x38\x5e\x85\xb9\x02\x07\x81\x23\x29\xdf\x85\xc3\x04\x48\xc6\xb4\xdf\xe1\x11\x41\x09\xb3\x6a\xaa\x63\x46\xbc\xe6\x0d\xac\x47\x92\xb3\x57\x72\x73\x49\xdf\x84\xdb\x69\x0b\x08\x66\xb6\x08\xab\x11\x0d\x32\x6f\x8f\xd3\x96\x65\xb0\x4c\xd8\xd5\xac\xca\x7c\xec\x6a\x90\x34\xa3\x33\x0f\x1b\xc3\x99\xda\x22\xe9\xf8\x54\x30\x9c\x52\x45\x51\xfa\xfd\x48\x91\x78\xfa\xee\xf6\x03\xaa\xe1\x55\xdf\x23\x5f\x99\xb2\xac\x40\x2f\xe0\xad\xd8\x9e\x1b\x24\xca\x47\xc1\x14\x22\x78\xb4\x7c\xe1\x74\x2a\x5b\x3b\x35\x88\xf3\xf7\x41\xd4\xff\x17\x0e\x42\xcd\x6e\x97\x70\xaf\xc6\x7a\xfa\x6d\xac\xb9\xef\x63\xcd\xfe\xdf\x1d\xab\xda\xfd\x9b\xc5\x7e\x9f\xb9\xf3\x1d\xee\xec\x9e\x71\xe4\x72\xc9\x11\x4a\x40\x01\xf7\xf1\x1c\x4f\x1e\xec\x53\x80\x20\xa3\xca\x61\xbb\xa7\x9b\x72\x23\x1b\x31\x34\xc1\xda\xf8\xda\x46\xfe\x16\xd4\xa1\x2e\xd8\xd9\x39\xeb\xba\x66\x43\x08\x58\x14\xad\xeb\xb7\x35\x33\x30\x53\xcb\xab\xde\x15\xcc\xba\x12\x15\x9f\xcc\x5a\xac\xe6\xbc\xc9\x0c\xf0\xc5\x7e\xeb\xd2\x67\xb4\x5b\x17\x5a\x39\x12\x08\x21\x92\x97\xa5\xa9\x86\xf9\x8f\x70\x06\x95\x96\xaf\xef\x66\xa7\x1e\xbd\x36\x3d\xd2\x7c\x0b\x63\x37\x18\x8b\x77\x3d\x9f\x90\x42\x77\x08\x4e\xf2\x67\xe4\x87\x67\xc4\x32\x8f\x26\xef\xce\xd5\xb2\xad\x99\x50\x18\x1d\x46\xb2\xb2\x63\x10\x90\x3d\x0c\xc1\xd3\xbb\x08\xea\x07\xdb\xe7\x93\x36\xd8\x74\x27\x63\x78\x80\xf2\x14\x65\x49\xf5\xd2\x38\xb4\x13\x95\xee\xef\x40\x7e\xa7\xb0\xf6\x5a\x5d\x12\xd2\x0c\x2d\x24\xee\xd1\x29\xcb\x6d\x26\x4d\xf1\xce\x13\x27\xc9\x7d\x41\xab\x18\x2e\x0f\xa9\x08\x71\x6f\x89\xf0\xb2\x1e\x90\x0b\x49\x34\xf4\xf2\xc5\xb4\x51\xbe\xba\x91\xd7\x74\x7e\x27\xa3\x85\x18\xca\x9d\x9e\xe6\xf7\xc1\x9c\xba\x49\xce\x4b\x51\x94\x43\xa8\x99\x6c\xfb\x40\x8f\xc8\x1b\x29\x7a\xe3\x67\x01\x4b\x0f\xa3\x56\x07\xb3\xa7\x39\x72\x18\x86\x3f\xb6\x55\x27\x2e\x4c\x1a\x10\x7b\x47\x8f\xc4\xeb\x3e\xf9\xaa\x7b\x98\xb6\x62\x07\xa6\x77\x0e\x20\x0e\xe1\x75\x62\x22\xef\x07\xdc\x08\x41\x4c\x4d\x58\x91\xe8\x18\xb0\x8f\x44\x15\x81\x50\x3b\xfb\x86\xe3\xfc\x36\x76\xbd\xdf\x93\x5a\xec\x0d\x8c\xd7\x88\xb0\xba\x44\x1b\x2d\x41\x5a\x01\x08\x23\x52\x0c\x2f\x11\x79\x49\x7c\x3f\x92\x42\xc1\xca\x4c\x2f\xaf\x3e\x7e\x31\xdf\x86\xf8\x76\x86\xa0\x50\x46\xdb\x36\x2f\xdb\xa4\x8a\xe7\xc0\xce\x82\xde\x48\x77\x77\xe7\x29\x6d\xf0\x37\xcd\x7e\xbc\x93\xdc\xfd\x49\x79\x2d\x0f\xe4\xe1\xf7\x78\x57\x95\xf0\xdd\x72\x45\x23\xe9\xbb\xd5\x7e\x5c\xe4\xec\xdf\x19\x5b\x7b\x26\xcf\x53\xd6\x1a\xf3\x24\x4d\xc1\x10\xb1\xe2\xbd\xc7\xc2\x04\x2c\xb8\x3b\xcc\x6d\xf0\x79\x23\xaa\xd6\x2e\x4b\x13\xc3\x99\xa2\xb8\x31\xbf\xcc\x3e\xe2\x63\x88\xf0\xed\x09\x1a\x0c\xa6\x53\xb6\x63\x4c\x5b\x31\xcf\xac\x98\xff\x65\xf8\x1c\x2a\xec\x08\xf5\x7e\x4c\x3d\xe6\x6f\xc8\x3b\xee\x6f\xf1\xcd\x95\x56\xc4\x38\x9b\xf3\x34\x9e\xb5\x12\xb2\xd0\x0e\xd0\x4a\x09\x77\x09\x47\xa8\x3a\x89\xc1\x4b\x92\x28\xab\x6a\x87\xe0\x16\x6f\x40\x44\x68\xbb\xb9\xf6\x52\xa1\xe0\xb5\xcb\x95\x3c\xbf\x4e\x8a\x4c\xdf\xbf\x21\x13\xb6\xc5\x79\x54\x88\x60\x6f\xf8\x9e\x58\x6e\xbf\x97\x45\x82\xbd\x6c\xe3\xba\x11\x76\x39\x19\x00\x01\x6d\x91\xbf\x31\x94\x95\xfd\xf7\x5a\x99\x36\xbe\x37\xb3\xae\xc6\x79\x79\x86\xd2\x84\x20\x24\xed\x4f\xa4\xa9\x21\x0e\xd6\x06\x7e\xf0\xe7\x0e\x1a\xad\x97\xe3\x1c\xb0\x43\x35\x18\x29\x7a\xfa\x64\xbe\x94\xa1\x84\x6b\x27\xae\xb0\x0f\x63\xc9\xd6\x9c\x23\x58\xf2\xd3\xbc\x69\x78\x72\x47\x88\x1c\x82\x3a\x5e\x8c\xdd\x5a\x99\x1a\xeb\xf4\xbf\x7a\xe1\x7e\xdc\xae\xd4\xd7\x95\x7a\x42\xb8\x73\x76\x66\x5f\x90\x37\x79\x6f\x96\x0c\xdf\x20\x8f\x2f\xf5\x64\x15\x6c\xf1\xd2\x3c\x2f\x39\x6f\x04\xf1\x21\xe6\xb3\xc9\x14\xe6\x70\xc1\xef\x02\xa1\x1a\x29\x0f\x18\x71\x94\x91\xc7\xa4\xcd\x86\x8c\x1e\xc6\xab\xbf\x22\x30\x1d\x3d\x9e\x36\x40\x58\x86\x8c\xcd\x39\x1a\x27\x6f\x1f\x74\xdb\xa1\xd4\x2d\xcd\xab\x79\xe0\xfa\xc9\xf0\xae\xcf\x7f\xda\x30\x6f\xaf\x1a\xa3\x94\xf9\x9d\x0d\xee\x09\xcf\xe3\x68\x4e\x5c\xa3\x87\x6d\x9f\x0e\x09\x0f\xd4\xcd\x2d\xba\x99\x53\xc2\xe1\x8c\x1f\xdd\x38\x2e\x26\x9f\x30\x00\x2f\xe5\xaf\x4e\xc8\xb1\xa7\x28\x9c\x04\xea\xbc\x11\x87\x60\x2b\xae\xac\x99\xf6\xe9\x96\x77\x25\x57\xc0\x26\xe3\xd9\xf8\xd7\x1a\x2e\xd7\x9e\xa3\xc6\xaa\xbb\xfa\xfd\xbb\xfc\xcf\x1e\xa4\x6c\x44\xee\x1f\x7e\xaf\xa1\x18\xd5\x60\xb7\x12\x26\x6b\xd1\x3f\xfd\xd9\x77\x7f\x28\x62\xb3\x59\xb8\x7b\xf9\xcb\x79\xf8\xee\x20\xfd\x87\x9e\xa5\xbf\x3a\x49\xbb\xc2\xdb\xc9\xea\x95\xf0\xb6\xae\x35\x92\xdc\x7e\x04\x2f\x39\x01\x76\x9e\x66\x91\xd4\xc3\x8e\xa0\x88\xfc\xd1\x4a\xfd\x08\x3c\x44\xea\x54\x2f\x47\xb8\x23\x61\x7e\x80\x6f\x3d\x71\x6c\x72\x16\x11\x96\x92\x89\x2f\x5b\x4a\xce\xac\xba\x83\x0a\xec\x72\xd3\x2c\xca\xde\x1f\xb9\x79\x14\xac\xaf\x9e\xf3\xfc\xe3\x0f\x4c\xa5\x76\x31\x19\x76\x8e\xfb\x8f\xb1\x36\x82\x84\x71\x54\x9f\x29\x80\x8b\x54\xe5\x1a\xf7\x5c\x50\x9f\xa6\xac\x26\xe0\x6e\x3b\xfb\x75\x6c\xe4\x72\xc9\x71\x99\x92\x0d\xd2\x1d\xc9\xde\x21\x30\x9d\xbe\xe5\x7f\x32\x3d\xff\xef\x18\xcf\xdb\x1f\x8c\x04\x08\xb6\xdd\xc3\xcd\x91\x54\x99\x57\x07\xaf\x3d\x9f\xc4\xbd\x6d\x0b\xbb\x03\xac\x01\xe6\x2f\x09\x7c\xdc\x89\xbd\xe9\xcb\xd2\x40\x9c\x08\x2b\x82\x60\xc0\x9f\x08\x3a\xf5\x6a\xd2\xfc\xa2\x10\xc5\x98\x5e\x9d\x97\xf1\xc4\x35\x76\x60\x4d\xfe\x6a\x06\xb6\x3c\x03\xd0\x58\x81\x43\x35\xc3\x66\xe0\xd2\x6d\x72\xd8\xf0\x2c\x1a\x94\x6f\x0d\xdb\x21\x57\x75\x76\xc5\xa8\x60\xe1\x42\x84\xfb\xdf\x34\xff\x93\x19\x39\x61\xa3\xbf\x89\x97\x77\xc4\x38\xfc\x0d\x96\x28\x11\xdd\xb3\x51\xd3\xfa\x6d\x2b\x5b\x86\xa3\x4f\x4e\xd3\x56\xac\x4d\xfb\x32\x35\x9d\xa6\x91\x3f\x86\xcd\x18\x60\x00\xcd\xcb\x71\x68\xd3\x1e\x24\xe5\x64\x90\xc1\x8c\x3b\x45\xdd\x89\x83\xdc\xd3\x77\x4e\xbc\x48\x6c\x16\x8a\xa8\xd1\xfe\x28\x23\x36\x5d\x15\xe1\xfb\x79\xe0\xd0\x02\xae\xd8\xcf\x32\xa0\xd3\x8d\x4b\xea\xac\x44\xe6\x0e\x09\xd2\xda\xc8\x64\xd3\x65\x96\x68\xc4\xa1\x8d\xe3\x61\x33\xd5\xcb\x13\x20\xa8\xbc\x06\xdb\x73\x5c\xb2\x9a\xde\xd2\x8e\x19\x04\xb8\x6b\xe5\x98\x51\x0e\xe7\x28\x88\x30\xdc\x01\x09\x6d\xcb\xb0\x0d\x1c\x77\x18\x87\xba\xe5\xb9\xab\xeb\xd8\xb9\xf5\x7a\x80\x83\xd4\x61\xbd\x2d\xc3\x4c\x1b\x40\xf2\x68\xcf\x19\x66\xa9\x78\x7b\x9c\x85\x3c\xab\xdb\xcb\x79\x9e\xb5\x18\xd4\x83\x00\x6b\xa3\x60\x14\x65\x6e\x5c\xc2\x11\x7c\x8c\x37\xd6\x10\x7c\xf6\xae\xf5\x0b\x49\x61\x86\x05\xd2\x9a\x3b\xe1\x83\x31\x84\xb6\x71\xf4\x45\x87\xa7\x71\xcb\x3d\x8e\x72\x3d\x3d\x62\x2b\x78\x86\x41\x29\xa1\xf2\xcf\xf2\x34\xd6\x7b\xba\x84\xb3\x07\x97\xd7\xb2\x2c\xe1\xcd\x75\x09\x47\xd4\x24\xd2\xdd\xb5\x2b\x78\x33\x97\xd5\x7f\x30\x31\x91\x44\x1e\x72\xc0\xf9\xff\xfc\xc4\x38\x98\x18\x97\x9c\xa2\x31\xe6\xdb\xb3\xc2\x6c\xfb\xfc\x6e\x01\x7f\xa5\x1a\x5e\x0f\xea\x7f\x63\xe3\x2f\xb0\x11\x8f\xb3\xe6\xdf\xde\x88\x6a\x95\xde\xc4\xbf\x1c\x68\xe7\xc0\xe7\x09\x12\x47\xf6\xe7\x85\xd1\xfd\xd7\xbc\xae\x47\x3e\x28\x77\xc4\x81\xa8\x16\x02\x68\x7f\x18\x17\x62\x68\xa6\xe8\x45\x58\x06\x0b\xcb\xaa\x91\x9f\x9a\x80\x10\x4a\x71\x18\xc5\x7c\xd4\xfd\x1e\xbb\x82\x0f\x81\x51\xfc\x86\xeb\xe8\xf7\x7e\xee\xfe\x7f\xe8\x67\x76\x30\x93\x45\x24\xff\x8b\x55\x45\x2a\x21\xa7\x5d\x5d\x1e\x75\xbd\x8d\x97\x92\x2c\xf2\xb6\x58\x49\xb1\x59\x7d\xd3\xc2\xae\xa5\xde\x99\x2b\x29\x2a\x38\x9b\x5d\xf2\x33\xa1\xcf\x9f\x69\xab\xb5\x01\x15\xa4\x48\xd2\x71\x22\xa4\x20\x87\x5c\x24\xf4\x9f\x8c\x33\x34\x91\xe6\x1d\x1e\x3c\x3c\xd7\x10\xc8\x33\x7b\x36\x0a\x24\x72\xb1\x81\x27\x4a\x58\xa3\x0c\x21\x14\x80\xa2\x9e\x60\x4a\x40\x8e\x64\xb4\xc3\x77\x38\x77\x83\xaf\x73\x57\xa8\xaf\xd4\xe5\x7e\xc7\xbf\xd6\xf0\xbf\x4b\x61\x27\x52\xb6\xfb\x3c\x18\xe3\x28\x36\xa4\x53\xc1\x7e\xbf\xcc\x70\x84\x73\x13\x00\x1b\x2f\x2e\xf1\x3d\x4d\x70\xb3\xe5\xcf\x6f\x4e\x03\x94\x97\x9e\x38\x5b\xda\xe7\xe3\x39\xbb\xe6\xb2\x66\x1b\x78\x8d\x6a\x23\xa7\x66\xc1\xc8\x25\xa6\x04\x66\xb9\x52\x22\x16\xa9\x8b\x34\x03\xec\x8e\x03\x02\x73\x71\xad\x6b\xa7\xf4\x19\x79\x65\xf4\x17\x33\xb2\x31\xd5\xe5\x74\x06\xdd\xcc\x6c\x86\xdb\x1d\x10\xd4\x50\x2f\x0f\x29\x61\x9d\x7b\x91\x7c\xc3\x93\x8c\xdb\x31\xed\x9a\x6d\x32\x9d\xb7\x12\x26\xc4\x05\x36\x7a\x98\x63\xff\xfa\x35\x70\xd4\xed\x2c\x10\x15\x21\x00\xcf\x64\x8e\x52\x31\x22\xd7\x82\xda\xc8\x35\x52\x6f\x12\x3d\xec\x9b\xcb\xdf\x54\x31\x1b\xc6\xaa\x3c\x8f\x12\xf8\xb1\xd5\x96\x83\x36\xfc\xd5\x16\xdc\xd9\x11\x40\x52\x2f\xcb\x02\x2f\xb1\x2d\xd4\xc3\x66\x16\xbb\x80\x72\xbc\x41\x81\x71\x5e\x0c\xd0\xa8\xaf\x39\x8b\x53\x19\xbf\x92\x95\x25\xfd\xae\xd7\x54\x8f\x53\xc6\x64\xa0\xb4\xd3\x31\x11\x42\x66\x32\x96\xa9\xc9\xd8\xfc\xf3\xc9\x50\xad\x3f\x98\x8c\x43\x82\xe9\xbb\x35\x19\xae\x10\x3d\x54\xae\x76\x32\xd7\x8c\x26\xa5\x05\x46\x06\x01\x17\x89\x59\xc8\xca\x5b\xb3\x10\xd7\x22\x06\x54\x89\xc3\xde\xc1\x3f\x4d\xc2\x7a\xde\x8a\x60\x76\x97\x72\xc7\x93\x90\xa1\x41\xdb\x94\x11\xb6\xc1\x72\x60\x7a\x8c\xb4\x4f\x63\xed\x41\x28\xd4\x4a\x3d\x27\xba\xe1\x7c\x5c\x93\xa8\xed\xbc\x15\x65\xff\xd9\xcb\x43\xba\xa5\xea\x3f\x6d\xc9\xd1\x67\x8f\x5f\x9a\x6d\x60\x71\x12\x2a\xa7\xaa\xae\x3b\x31\x1d\x27\x3b\xb1\x38\xff\xf3\x4e\x2c\x52\xc3\x45\xf8\x80\x77\xa3\x27\x37\x3a\xb1\x4f\xcd\xc4\x29\x35\x13\x0e\x75\xa2\xf9\x27\x9d\x68\x0b\x7b\x96\x9a\x09\xd5\xb9\x3d\x13\xe4\x47\x7b\xfb\x95\x2b\x14\xb1\x93\x8b\x5b\xef\x9d\xcd\xb7\x7b\xe6\x98\xea\xfa\xe5\x9f\x76\x3d\x34\x39\xcf\xbf\x92\x93\xf8\x53\xff\xc9\x7d\xf4\xc7\xa1\xdd\x78\x45\x9e\x61\xdf\xae\xc8\xd4\x4e\xcf\xdf\x3c\xee\x8b\xff\x57\x68\x9f\x4f\xb4\xaf\xe9\xea\xd2\xae\x68\xde\x1d\xf9\x2b\x2b\x10\x76\xdb\x54\xb1\xe8\xc2\x1c\xb0\x07\x8c\xbf\x65\xb0\x54\x5c\x80\xaf\x8c\x54\xfd\x72\x9b\x68\x14\x52\x53\x59\xfe\x1f\x9c\xca\x56\x34\x31\xb6\x50\x77\x09\x32\xf9\x70\x62\xb7\xd3\x6b\x6a\x88\x79\x51\x8c\x94\x47\x0a\x5b\x7f\x8d\x0b\x94\x66\x74\xf7\x23\x1d\xbd\x9a\xd1\xfa\x7f\x73\x46\x4b\xf3\xa4\x69\xa2\x9a\x26\x8e\x9b\xbf\x43\x97\xe0\x6d\x92\x3e\x57\xb0\x52\x01\x77\x24\x48\x9e\x16\x86\x9a\x6a\xa4\x08\x97\x2b\xdc\xe2\x37\x9a\x55\x99\x27\x0d\x0e\xf5\x54\x07\xd5\xae\xf1\x67\x7d\x63\x07\xe1\xdb\xe7\xe1\x27\x3a\x6e\x13\x07\x6b\xa0\x88\x1f\x56\x70\x3c\xdc\x92\x78\x01\x1c\x05\x80\xa6\x3a\x55\x75\x3d\xab\xb5\x54\xa7\xb3\xff\x7a\xa7\x8d\x66\xdd\x4f\x4f\x1f\xac\x52\xff\xb4\xd3\x99\x54\xa7\x47\xc5\x14\x89\x2d\xfe\x1d\x12\xbb\x48\xdf\x0e\xcf\x7f\xfb\x76\x70\x7e\xbb\x38\x9c\xcb\x37\x12\x3b\x5c\x24\xbb\x3e\xf9\x97\xba\xee\x32\xb6\xf4\x4f\x77\xc0\x2f\xbd\xfc\x69\x6c\xce\xe2\x5b\xdf\xc7\xa9\xbe\xcf\x52\x7d\xb7\x8b\x7f\x8f\x3d\x61\xb9\x3e\x9c\x8d\x90\x0f\xf9\x94\x41\x3e\x67\xde\xe8\xf0\x81\xb5\x38\xc4\xd0\xa9\x7f\xe7\x52\x52\x7d\x59\xfc\xd7\xfb\x12\x85\x3b\x3a\xd9\x6f\x7d\x99\x2f\x92\x37\xfe\xaa\xf8\x9f\xb0\x6d\xff\xe9\xbc\x2c\x53\x7d\xd9\xfc\xd7\xfb\x12\xcd\x4b\xfb\xfb\xbc\xac\x53\x6b\x74\x28\xa6\x25\xf8\xc4\x5d\xe8\x0a\x55\xb7\x47\x05\x27\xd2\x65\xab\x8e\x2e\xf5\xeb\xcd\xe8\x0a\xbb\xf5\x80\x6b\x7d\xc6\xa8\x21\x8f\x37\xea\x6f\x7c\x4d\x38\x6f\xf8\xcd\x1b\xc7\x44\x97\x07\xe4\xfa\x08\xf3\x49\xf2\xca\x8c\x58\x0e\x5b\xd8\x4f\xa4\x1f\x7f\x4c\xd2\x63\x44\xbd\x3f\x4d\x86\x34\x86\x07\xd6\x80\xdd\x64\x4a\xca\x2c\x48\x5f\x31\x23\xac\xe1\x0b\xe1\x9a\x4d\xce\xa0\x0e\xe7\x5f\x59\x81\x18\xb7\x31\x76\x67\xf6\xdd\x19\x30\x35\xbf\xa7\xff\x2b\xf3\x5b\x64\x95\x5e\x21\x46\xe2\x50\x93\x84\x3c\x67\x3f\xd3\x44\xff\x30\x61\x24\xe5\x3d\x91\xfa\x4f\x3d\x8f\x1e\x2d\x03\xce\x9d\xe2\x58\x2e\xf2\xbf\x30\xdd\xfb\x45\x52\x18\xbe\x5c\x4d\x37\x8e\x98\x4f\xd8\x5c\xf7\xe2\x97\xc9\x7e\x47\x49\xd1\xfd\x75\x76\x31\x8b\x86\x78\x4f\x1a\xe6\x6c\x71\x8c\x84\x96\xc6\xa1\x11\x0b\x73\xc8\x31\x5c\x28\x23\xab\xcc\x06\xf1\xf9\xab\xc6\x21\xb5\x53\xe7\xf1\x4e\x35\x3d\xe2\xab\xb9\xf7\x5d\x0e\x38\x2e\x5a\xd6\x80\xa3\xd9\xc4\x51\xe6\x6f\x0e\xb5\x4b\x61\x12\x9d\x7f\x6b\xa8\xbe\xc1\xf1\x4e\x0d\x95\x54\x51\x65\xf6\x31\xb9\x39\x94\x91\x4c\x0c\x34\xe2\x36\x70\x22\x89\x73\xb3\xeb\xb2\x90\xe7\x90\x93\xd9\xf7\x1e\x38\xac\x78\x64\x48\xcb\x36\xd6\xfe\x9b\x64\x94\x9e\x91\xe2\xff\xae\x19\xe9\x45\xc3\xa5\x58\xfb\x1b\x13\x32\x88\xa6\x8c\xdc\x6f\xff\xe6\x84\x74\xbf\x4f\x48\x2e\x3d\x21\xe5\x9b\x13\xd2\xa7\x09\x79\xf9\xb7\x26\xa4\xc7\x91\xd7\xa7\xdf\x27\xe4\xd6\x26\x50\xf5\xbf\xda\x26\x7f\x55\xc2\xbe\x2a\x91\xde\x88\x8e\xb0\x47\xb2\x62\x66\x75\xf5\x4f\xb7\x59\x21\x3d\xab\xd5\xff\x45\xb3\x9a\xda\x66\xce\x0f\xdb\xec\x3f\x99\xd0\x1f\xb6\xea\x7f\x3e\xa9\xa5\x14\xdd\xae\xff\x7c\x4d\x3a\xc2\xa1\x04\xa2\xcd\x1f\xa7\xd6\xe1\xa9\xb5\x39\x29\x34\xfc\x94\xe0\x3f\x16\x6e\x0e\xbf\x5c\x84\x8c\xba\x65\x5f\x54\xc6\xfe\xeb\x5b\x55\xf4\x97\x0c\x15\x6e\xa0\x22\x1d\xf6\xed\xc8\xce\x23\x86\x44\xdd\x41\xec\x66\x56\x25\xd6\x94\xf0\x05\x7a\x58\xb4\xfe\x11\xaf\x52\x95\x9b\x82\x13\xb5\xce\xf7\x6d\x89\x26\x64\x4b\x82\xde\x45\x26\xab\x36\xb7\xab\x8d\x64\xe7\xaa\xae\xb4\x8c\x63\x82\xe5\x9f\x6e\x15\xd5\x32\x76\xe2\x22\x76\x8c\x2b\xab\x19\x82\x2b\x1c\x36\xa7\x67\x8b\x7f\x71\x29\x67\x52\x8b\x3b\x29\xfd\x3f\xb1\xb8\x3f\x71\x46\x7f\xb1\xc8\x7f\x97\x4b\xda\xfc\x5f\x5a\xe8\xe1\x32\xa9\x50\x9b\x95\x6e\x51\xc6\x80\x7c\x53\x1f\xfe\x2d\xca\xc8\x99\xfb\xd5\xec\x6f\x73\x5f\xa3\x06\x9b\xc8\x13\x86\xf3\xc8\xa3\x30\x04\x3a\xd1\x9f\xf2\x67\x37\x28\xda\x78\x99\x52\xd1\xdf\x9c\x8b\xee\xea\x5f\x65\x46\x0c\x8a\xde\xe6\x7f\x25\x7b\x36\x4d\x4d\xc8\xea\x7f\xd7\x84\xfc\xb7\xb9\xb3\x1b\xf3\x31\x4f\xcd\xc7\xe6\xe6\x7c\xf4\x57\xff\x2a\x1b\xd1\xd7\x14\xa4\x2f\xd4\xe5\xdf\xdd\x20\x3f\x71\x09\x7f\x87\xd3\x70\xf5\x26\xfb\xcf\xf9\x88\x65\x6a\x52\x77\x37\x27\xf5\x8d\x26\xf5\xf5\xdf\x9f\xd4\x89\x79\xfe\xa3\x2b\xce\x49\x6d\xeb\x8d\xff\xf3\xfc\xdb\x50\x7e\x9f\xf8\x75\x6a\xe2\x0f\x37\x27\xde\xf8\xf2\xd3\x0c\xf4\x76\x3f\xb4\x45\xf0\x85\xe4\x98\xed\x64\x55\xfe\xca\xf2\xbf\x4d\x35\x73\xfa\xcf\x9a\x09\xd0\x4c\x6f\xd4\xb8\x6e\x66\xbf\x4c\xf1\xf8\x97\xdb\xed\x30\x06\x01\x9c\x76\x4f\x7f\x3d\x9c\xef\xed\x1c\xd3\xed\xe4\xff\xb3\x76\x78\x3c\xee\xe4\x5b\x3b\x95\x79\x8c\x06\xf1\xb9\x98\xc1\xb3\x25\x33\x67\x64\xa8\x62\xec\x2e\xe2\x88\x90\xd2\x7d\x3d\x7a\xc6\x0b\x25\xde\xbc\x5f\xec\xaa\x4a\x61\x7a\x4f\x64\xc8\xea\x5d\xc1\x39\x87\x7a\xbf\x1d\x17\xc4\xbe\x7c\x32\xa7\x84\xec\xcb\xe1\x11\x7c\xc8\x20\x7e\x4a\xe0\xef\xfa\x71\x14\xb9\x3f\x40\x04\xf1\x68\x1d\x79\xb6\x1a\x67\xd8\x1f\x7c\x62\xea\x32\x02\xab\x3a\x33\xe2\x9d\x09\xde\xc6\x01\x36\x78\xbc\x2b\x8e\x36\xa3\xc8\xab\x21\x23\x3b\xc6\x81\x16\x06\x2e\xc4\x16\x0e\x3b\x35\x9a\xee\x5a\x57\x58\xff\x0b\x37\x4a\x60\x62\x73\x1c\xd6\x89\x81\xb7\xac\xc8\xd9\xbc\x9d\x44\xc4\xbe\xe9\x79\x56\x91\x14\x3f\xa3\x3f\xaf\x8e\x1c\xcb\xfe\x0e\x29\x58\x19\x71\xd1\x82\xd4\xe3\x34\xa5\xa2\xa9\x6e\xc3\x11\xfa\xfb\xf4\xb7\x79\xa0\xfa\xf2\x33\xa3\x30\x33\x8a\x69\x54\x3b\xf5\x2d\x20\x2d\x59\xba\x48\x58\xf4\x0e\x01\x60\x2a\x17\xae\xc4\x0d\xc1\xd0\x03\x09\x27\x25\x3b\x02\xca\xd7\xe3\xe5\x10\x31\x4d\x35\x39\xb6\x2f\x2c\x00\xd4\xfe\x53\x24\x3a\x61\xe7\x89\x8f\xf6\xd8\x65\x9b\x6b\xa5\xc1\x9b\x70\xd7\x28\x67\x63\x5e\x52\x14\x7d\x40\xb9\x14\xdc\x02\xef\xab\xd9\x12\x4c\x6c\xec\x31\x14\x12\xea\x06\x01\xad\x72\x1c\x19\xf9\x86\x9e\x8f\x31\xad\x5d\xca\x08\xc5\xfb\x46\x5e\x84\x54\xf4\xd7\xe6\x8f\x5b\x75\x36\xea\x7c\x90\x29\x10\xdd\x3d\x76\x9c\xbb\x21\xfb\x9a\x3a\x48\x12\x27\x94\x60\x24\xde\x6b\x17\xad\xd8\xe9\x8c\xfc\xc8\x6b\x1b\x4a\x72\x84\xdc\x44\x75\xfa\x11\x74\xcc\x30\x22\x59\x39\x1b\x67\x38\xfb\x34\xa9\x41\x4c\x6e\x8a\x28\x9c\x92\x20\x89\xec\x5d\x0a\x75\x78\x66\x12\x17\x59\x4a\xb4\x69\x6d\x9e\x4c\x1e\x22\xfd\xbd\x23\x54\x27\x83\xe0\xdc\x1e\xa0\xe2\x19\x8b\x3a\x4e\xc6\x79\xbd\xdd\xde\x50\xf1\xf1\x03\xf1\xa6\x4b\xec\xd2\xde\x6a\xe4\xc4\x5f\x27\x3f\xb0\x69\x73\x7f\x5d\x61\xdf\x52\x92\xc3\x15\xe3\x0b\x80\x94\xd5\x08\x43\xd3\xdd\xaa\x28\x27\xeb\x4e\xae\x3e\x70\xc4\x7d\xa1\x3a\x78\xef\xd7\xb5\x4c\xe7\x3c\x03\xc9\x77\x17\xc7\x31\x39\x42\xd4\x94\x49\x8c\x83\x78\xc8\xef\x59\x6e\x38\x77\x18\xc5\x24\xa1\xec\x19\x92\x76\x4e\xde\x4e\x95\xd3\xb8\x51\x49\x1c\x77\x12\x10\xa0\x64\x34\xd1\x34\x21\x1c\x86\xe2\x09\x97\x70\xe7\x4c\x0a\x11\xd0\x8a\x14\x95\x68\x9b\x38\x81\xf4\x53\x3a\xe2\x9c\xc1\xe5\x8a\x30\x24\x42\x41\xab\x0c\x40\xc5\x6e\x7b\x00\xbb\x42\x45\x21\xc5\x3c\xb9\x01\x90\x22\x1c\xf1\x40\x19\x56\xbd\xd8\xac\xa0\x97\xf5\x86\x67\x63\xb4\x68\xdc\x0b\x46\xae\xb3\x8b\x6a\x1a\x44\x27\x14\xfe\x49\x0e\x06\xcd\x19\x54\xf4\xbb\x2a\xaf\xef\xaf\xe1\x08\x17\x69\x3c\xff\x08\xeb\x8b\x12\x11\xd9\x8f\xb1\x4f\x62\x01\x91\x8d\xe1\xac\xf4\x1d\x9a\x5b\x9d\xc8\x11\x42\x89\x3d\x24\x6f\x42\xd6\x73\x39\x33\x52\x70\x61\xf4\xe3\xe9\x05\xbe\x01\xab\x82\x66\xd3\xd4\x4e\x4d\x91\x28\xa8\xc0\xa1\x13\x88\x32\x50\x9c\xf7\xf5\x1b\x48\x05\x12\xb5\x9a\xbb\xa7\x8d\x41\xa8\xaa\xfc\xee\xb0\x28\xda\xc7\x1c\xe8\xa2\x09\x37\x20\x64\x30\x97\x21\x3f\x57\x03\xcb\x17\x3e\x16\x62\x0e\xc5\xc2\x92\xd2\x76\xcc\xe5\x09\xce\xba\x1b\x4e\x9c\x81\x28\x51\xca\xc0\xe2\x46\x51\xf6\xc0\xc6\x47\x08\x9c\x9d\x73\x4d\xa2\x11\x55\x95\x79\xf7\xea\x99\x49\x3d\x79\x86\x06\xed\xcd\x60\xac\xe6\x0a\x9c\x6e\x89\xfa\xd0\x26\xec\x74\xe4\x62\xc6\x85\x75\x79\xb5\x5c\xe1\x4f\x12\xb9\x91\x0f\x98\xa3\xf6\x96\xa1\x64\x19\x0c\x77\x24\x73\xb8\x25\x28\x1e\x4a\x8d\x24\x7a\x4e\x2c\x62\xeb\x34\xfd\x2b\x0c\x5b\x37\x0b\x08\x1c\x03\xa2\xb8\x30\x40\x4f\x75\x95\xcc\xc4\x4b\x13\xd0\x8d\x90\x16\x7d\xc0\x8c\xdb\xec\xc9\x3e\xa6\x25\xff\xd4\x4f\x80\x3b\xee\x4e\x9a\x89\x82\xb6\xb0\x27\x92\x22\x97\x23\xcb\xba\x70\xd6\x9c\x90\xe9\xcc\xe9\xa8\xa3\x14\xf5\xd0\x92\x58\x6d\xa1\x3c\xaa\xaa\xfe\x64\x45\x0e\x36\x8e\x21\x7e\xf6\x2e\x46\x09\xfd\x1b\x55\xba\xcd\x0c\x38\xeb\xa1\xa4\x1e\xda\x23\x49\x4f\xad\x08\x44\x39\xea\xb2\xfa\xdb\x5d\x4e\x57\xad\xb8\x6a\xaa\x75\x4a\x27\x7a\xd3\xc0\x44\x31\xf8\x21\x9d\x32\x33\x51\x7d\xa1\xb2\x6a\x4c\x16\xc4\xbb\x7c\xf3\x6f\x34\xec\x8f\xf4\x8d\xd2\x12\x51\xeb\x96\x27\x9c\xd7\x49\x7c\x08\xfd\x98\x96\x7b\x3c\xa2\x08\xd5\x1a\x8e\x4a\x57\xd5\xd7\x8e\x94\x2d\xfd\x21\x39\x29\x1e\x87\xdd\x95\xff\xb8\x1e\x75\x07\xf0\x40\x24\x0d\xf0\x91\x9b\xd1\x21\xa4\x41\x80\x18\x76\x4d\xc2\x9c\xc4\xc4\x13\x3e\x58\xfd\x9f\xb4\xe1\x98\x4c\xda\x06\x0c\xd1\xf0\xab\x01\xc1\xed\xa5\x5a\x6e\x53\xcb\x7e\xdc\x72\x5b\xb4\x93\x59\xd7\x56\x35\x0e\x58\xdd\x4a\xf1\xc4\xb4\xa8\x50\xb5\xff\x6e\x7f\x02\xe0\x4c\x8b\x44\x07\xcd\xd3\xfc\x1f\xf4\xd2\x17\x01\x7b\x5d\x53\xc2\xa6\x12\xf0\x77\xdb\x0b\x3a\xfd\x9f\x1b\x20\xec\x70\xa6\xcd\x29\xc2\xbc\x82\x92\x6b\xf5\xc5\xc8\xa5\xad\x27\xb6\xb2\x4e\xee\x63\xee\x0a\x10\xbd\xba\xe2\x6e\x13\x3a\x5f\xc1\xb0\x0d\x31\x59\x23\x2f\x05\xa0\x90\xb9\x0d\x40\x80\xe0\x87\x42\xb6\xe0\x37\x08\xa9\xaf\x45\x59\x2b\x13\x06\x62\x2f\x0b\xe7\x34\x0f\x05\x0a\xf0\x93\xa3\xfc\xec\xf6\x45\x5d\x16\x0c\xe6\x61\x98\xe8\x80\x43\x04\x91\x5c\x17\xb7\x91\xc9\xfe\x1b\x99\x6c\x4f\x04\x90\xc1\xb9\x17\x6c\xe4\xbd\xd2\xdd\xdb\xb7\xe6\x72\x58\xa1\x66\xfb\xa3\x0a\xf9\x01\x9f\x70\xf7\x94\x38\xdc\x7c\x76\x89\x53\xfa\x12\xa6\x71\x0a\x7c\xd7\x80\x40\x59\x3f\xe4\xad\xf2\x84\x7a\x67\x74\x7d\xf6\x5e\xdb\xe3\x7b\x77\x93\x21\xac\x8c\x3e\x3c\xe3\x73\xc8\xa6\xec\x1e\xf6\x0d\xab\x2b\x1a\x23\x49\xa0\xd3\x65\x79\xe4\x3c\xd0\x27\xfe\xdf\xd4\x72\x18\x62\x0e\xf3\xfb\x46\x02\x9c\x45\x58\x9e\x35\x6c\xa8\xcd\xa1\xd1\x01\xe0\x6e\x38\x1f\xb5\xac\x9e\xd8\x2b\x06\x89\xa4\x78\x6e\x93\x43\x05\xf4\x18\xb7\x06\x8d\xe5\x0b\x2c\x1d\xd8\x4c\x0a\xdc\x94\xac\x2d\x68\x45\x8f\x90\x2f\x13\x91\x3e\x75\x00\x02\x13\x1e\x03\x43\xbd\x90\x54\x94\x57\xb3\x46\x75\x05\xad\xfa\x76\xd5\xb2\xfa\x62\xdc\x78\xc2\xc6\x71\xe0\xfc\x44\xed\xeb\xdd\x3e\x10\x3b\xba\x25\xdf\xc5\x14\xb7\xe5\xdf\xec\x8f\x7d\x90\xbb\xad\x63\x45\xa8\x92\x05\xfa\xf1\x6c\xf6\x29\x29\x75\x3c\x7a\xdf\x8d\xb1\xfd\xa2\xee\x37\x6e\x74\xdf\x16\xed\xba\x74\x68\x43\x3c\xa6\xbe\x76\xf5\xee\xa3\xd5\xed\x6a\x79\xe8\xb9\xcc\xed\x1e\xb7\xdc\x29\x8a\xf5\xe7\x3a\x23\x9e\xd8\x01\x90\xca\x6a\xf9\x6d\x73\x7c\x47\xfe\x39\xc9\x2d\x15\x53\x0e\x9a\x41\xf6\x3c\x7d\xd6\x62\x0c\x6a\xda\xee\x6a\xa4\x72\xa8\xf0\x46\x19\x36\x08\xa0\xe0\xea\x8f\x0a\x52\xd0\xe5\x5f\x14\x74\x85\xca\xca\x12\x12\x0a\x54\xb6\x44\xd0\x07\x6c\xbc\x30\x24\x32\x2b\xf3\x98\x8b\xeb\x02\x36\x4e\x88\xaa\x5f\x17\x80\xf2\xf1\x81\x82\x1f\xe8\x0c\xad\x64\x83\x70\x56\xd4\x5f\x4f\x83\xfd\xa7\xd3\x40\x30\xcd\xe9\x9e\x47\xed\x3a\x7f\xbf\xdd\x3f\x9e\x7e\xfb\x6f\x4c\xff\x75\x07\xff\x7c\xe6\x28\x5e\x88\x4e\xbf\x2e\xe1\x88\x62\xb3\x03\xe9\x29\xac\x4d\x5a\xd6\x40\x4c\x5b\x4f\x50\x39\xad\xf5\xdb\x70\x97\x80\x72\xb9\x27\xbe\xfa\xc2\xfb\xb8\xc6\xff\x9f\x96\xc4\x2a\xbf\x9e\xd1\xf3\xb7\xec\x36\xd2\x5a\xa8\x85\xac\xbc\x5a\x46\x4b\xf4\x34\x07\x89\x1c\xeb\x2b\xc5\x79\xad\x26\xb7\x78\x8d\x4f\xf3\x64\x87\x8f\x33\xa8\xa4\x5f\xe6\x42\xfc\xde\xaf\x2f\x19\xff\x17\x1b\x7f\xd7\x58\xa0\x4e\xbf\x3c\x81\x18\x3d\xe6\x3c\x6e\x84\x6b\x1d\x14\xf9\x73\x3e\x41\xf8\x35\xc5\x7d\xc2\x12\x76\x9d\x8b\xe8\x97\xae\x70\xa1\x83\xf8\x42\x5a\x57\xe4\x62\xf5\xd0\xf2\x36\x0e\xaa\x9e\xf1\xb0\xb8\x55\x75\x37\x65\xb3\xf4\xb3\xd9\xe0\xea\x83\x72\x52\x85\xcf\xe9\x65\x21\xe8\x34\x1b\x8a\x80\x2f\x3a\x03\x1d\xe2\x6e\x82\xab\x36\x0c\xc3\xe5\x99\x49\x4e\xb6\x9e\x57\xbf\xb7\xee\xfe\xdc\xfa\x4f\x9d\x32\xd0\x33\x41\x99\x13\x05\xe7\x27\x11\xd4\xd3\x05\xd7\x36\x70\x34\xdd\x21\xda\x6a\x93\x4a\x20\x86\xd3\x7f\xa5\x49\xe4\xe4\xa3\x5f\x75\x52\x85\x55\xa4\x20\x25\xf7\x85\x30\xb7\xec\x43\x23\x83\x24\xb0\xd6\xdc\x16\xaa\x99\x0d\xe3\xd5\x67\x55\x4f\x9d\x66\xc1\x2b\x87\x1c\xe0\xfd\x4d\xff\x52\x56\x43\x5c\x13\xc1\x68\x85\x7d\x90\x41\x46\xa0\x6c\x08\xac\x3e\x73\x7a\xd8\xc3\xc7\x5b\x7e\x24\x64\x07\xc8\x49\xe1\x0c\xf7\x35\x4b\x5b\xed\x26\x2e\x0a\xf0\x5b\x3c\xcb\x4b\x3e\x3b\x75\xe2\x1d\x6c\x08\xe8\xb9\x58\x1f\x45\xf6\xfb\x44\xd6\xc7\xc2\x9a\x99\xb6\x69\x83\xb3\xbd\x08\xb7\x34\xa2\x99\xec\x61\x18\xf9\x45\x0b\xdc\x8b\x27\x02\xba\x12\x1f\x38\xe5\x4e\x05\x5a\xce\xb1\xc9\x73\x4f\x67\xd2\xbf\x48\x02\x33\xde\x53\x3f\xee\x06\x80\x30\x3d\xd0\x2f\x95\x85\xda\x88\xc6\x87\x02\xa4\x05\xd9\xda\x9c\x34\x89\x02\x75\xde\x78\xff\x97\x92\x0a\x5c\x67\x96\x08\xd1\x2a\x90\xce\xed\x69\x29\x75\xf9\xf6\x0a\x67\x82\x96\xf5\x6e\xb6\xfa\x11\x32\xc0\x86\x7e\xce\xdc\x40\x23\xb5\xa5\x03\xa9\x5c\x6c\xe0\x22\x1d\x22\xec\x5d\xdf\xea\xe9\x93\x52\xe0\x93\x6b\x8e\xa2\x65\x92\xa4\x10\x06\x08\xc5\x01\x7f\xdd\x28\xa3\xde\xa7\xbc\xd4\xab\xa2\x26\x60\x1f\x4d\xbd\xcb\x1d\xd1\x18\x53\x4f\x3f\xfd\x17\xcb\x15\x1f\x1d\xa3\x16\x54\x27\xec\xed\x40\x45\x57\x8c\x07\x2e\xbc\x91\x7c\x6c\x2a\x9f\xc9\x38\xb7\xf5\x83\x9e\x94\xb7\x4e\xac\x48\x0f\x66\xc5\x48\xbc\x99\x38\x1b\x99\x83\x99\xbd\x0b\xe1\xb7\xc2\x99\xae\x0d\xa7\x98\x95\x7b\x04\x5b\xde\x7a\xef\x5a\x03\x35\x93\x59\x59\x64\x26\xf0\x9c\x6d\x44\x0a\xba\xee\x0c\xa0\x9e\xe1\x14\x51\xf9\xe1\xb4\x02\x45\x41\x12\x5a\x98\x3d\x0b\x30\x2f\x0e\xc1\xb4\xaa\xd6\x12\x3a\x5b\xd8\x59\x3a\x00\x62\xc0\x30\xad\x18\xaa\x13\x8a\xa4\x86\x31\x01\x28\xce\xc6\x10\xc6\x4f\x46\x92\x25\x09\x5b\xa8\xce\x85\xd7\x7c\xce\x7c\x18\x3c\x21\xb0\x4e\xa4\x6f\xcd\xaf\x51\xe0\xb8\x8e\x32\x0d\xe1\x1c\x8c\xe4\xca\xec\x17\x93\x66\x7f\xcc\x7e\x14\xc4\x7c\x06\x27\x90\x0f\x80\x99\x23\xbd\xc1\x3d\x5c\x08\xdc\x47\xc3\x0b\x88\x20\x87\x13\x4d\x96\xa9\xa2\xcc\xaf\x48\xa7\x1a\xe6\xa8\x6a\x8e\x9c\x6d\xd3\xdf\xcd\x48\xf6\x16\xce\x02\x2d\x13\xdf\x8e\x8c\x78\xbd\xf3\xf6\x56\x27\x38\x9e\x9c\x93\xfc\x39\xb5\x75\x94\xd8\xc3\x3b\xd8\xa4\x77\x38\x60\x52\x5d\xc2\xb6\xe5\x3e\xcd\x53\x7d\x5a\x70\x9f\xe6\xa9\x3e\xd1\xa5\xd8\xf4\xe2\x3e\x71\x45\xc9\x3e\x55\x1e\xfe\x56\x97\xec\x83\x6d\x71\xf0\xbb\x78\xc0\x10\x19\x49\x0e\x21\xb4\xfa\x64\x10\xe8\x10\x65\x36\x5c\xe1\xc8\x8d\x51\x8e\x00\xdc\x82\x0d\x0f\xe6\xb8\x26\x2d\xcb\x56\x8e\x46\x44\xcf\x3f\x8a\xcb\x38\x95\x94\x0b\xbd\xcf\x9c\xf0\x29\xc3\x53\xeb\xbb\x87\x0c\x65\x1f\x51\x2b\xc9\xb7\x6e\x88\x23\x69\x3f\x13\x7d\xbe\xac\x5a\xa9\xaa\x84\x37\x07\x6c\xc0\xad\x9a\x76\xb3\xf8\x1e\x77\x85\x53\x56\x65\x6c\xa7\x30\x93\x00\xe0\xea\x9e\x76\xd0\xeb\x65\xa1\xce\x35\xc6\xae\x1b\x07\xa3\x78\xe3\x60\x08\x67\x41\xe7\xe3\x61\x8f\xa7\xff\xf9\xf9\xa0\xbe\x93\xb6\xb3\x43\xbc\xfd\x20\x7f\xba\xf2\x23\x72\x0c\x45\x9b\xed\x7f\x7a\x43\xc7\xa7\x51\x9e\xa5\xce\x17\x6e\xdf\xe8\x90\xa9\x4b\xea\x7c\xd9\x11\x09\x4b\x9d\xaf\x31\x7c\x71\xac\x28\x81\x31\x22\xd7\x69\xec\x6e\xa4\x8e\x37\x2b\x62\x8b\xb9\x22\x6e\x66\xa2\x80\xf7\x6b\xbc\x5d\xa6\x67\x74\xb1\x5c\x21\x43\xc0\xfb\x90\xd3\x41\x8e\x80\x0a\x47\xb9\x00\x44\x37\x57\x6e\x02\x86\xe6\xb4\x02\xf5\xaf\x15\x55\x54\xcc\x49\xa4\x71\x56\x07\x99\x07\x65\x1d\xd3\x56\xb4\xef\x26\xdc\xdf\xe5\x4b\xca\xbb\xa6\x58\x86\xfa\x3a\xb7\x03\xbc\xff\xaa\x00\xfa\x63\x9c\x70\x76\x36\xb9\xeb\xa8\x0d\x3f\x9f\xa0\xd6\x42\xef\xfb\xc4\xee\x66\x2d\xa3\x7b\xa2\x6c\xf6\xae\x50\x46\x23\xe2\x0a\xe7\x7e\xac\x67\xaf\x61\x73\xb7\xa6\xab\x56\x44\xe7\x1e\xc0\x17\x80\xad\xb4\xef\x4b\xd8\x29\xde\xe4\xfc\x93\x7f\x58\x49\xcf\x89\xbd\x92\x17\x66\x3c\x29\x38\xbf\x93\x6c\xd0\x11\x4e\xab\x93\x6a\xa8\x01\x9b\xe8\x3a\x32\x26\xa9\xbb\xf2\x67\x34\x43\x8e\x50\x9e\x99\xa1\xa8\x6b\xa4\x41\xd9\x11\xcb\x2d\xfc\x19\x2d\x63\x38\x61\x16\x8d\x5c\xae\x7a\x3f\x9e\x4e\x95\x3c\x9d\xae\xb0\x9f\x76\xdc\x30\x57\x63\x56\x3d\xf9\x69\x29\x52\xcd\x0a\xaf\x7e\xbd\xa7\xe3\xba\x27\x8d\x7a\x7c\x23\xbb\x8d\xda\x32\x26\xfd\xce\xa6\xd6\xbc\x45\xd4\x40\xf6\xa6\x44\x09\xba\xb3\xaf\x24\x85\xdb\x73\x26\x55\x12\x70\xa7\xeb\xe8\x14\xba\x45\x9b\xd8\x12\x6e\x0b\x86\x52\x8f\x39\xfe\x70\x46\xa3\x51\x33\xb9\xe4\x2f\x48\xa7\xd9\x88\xf2\xad\x0b\xe7\xf0\x5b\x4f\x88\xd5\xe8\x3e\x24\xfb\x51\x48\x74\x63\xb8\x6a\x99\x6e\xd8\x79\xfb\x56\x4d\xa4\x7b\x91\xc6\x15\x45\xdc\x2d\x25\xdd\xea\x8b\x26\x6b\xcc\x4b\x34\x61\x3d\x52\x8f\x0a\x0a\x59\x96\x2b\x8f\x79\x8e\x50\x88\x2e\x6c\xbc\x99\xd7\x38\x79\x43\x05\x40\xa6\x74\x9a\x2a\x30\x0b\xed\xe4\x84\xb6\x50\xfb\x70\x07\x8f\x8c\x81\xe5\x59\x35\xa9\x5a\x07\x69\xd5\x94\xe8\x12\xfe\x6a\x77\xbc\xa7\xa9\xf8\xa8\x66\x6d\x8b\x1c\xd5\x84\xb5\x54\x42\x88\x5a\xd6\xb6\x96\x12\xa9\x01\x01\x01\xe5\x57\x2f\xb4\x07\xe6\x8a\xf5\x27\xbe\x10\xa2\x82\x67\xe2\x90\x71\xac\x4f\xdd\x19\x25\x04\xa0\xb2\xfc\x05\xa7\x7e\xf5\x18\xff\x4f\x35\xf9\xca\x02\xea\xe6\x1e\x29\x31\x5e\xf2\xc4\x55\x32\x4c\x5f\x50\x82\x65\x75\x50\xa6\xff\x1d\xf8\x56\x18\xb3\x3a\x7f\x5f\xd7\x77\x85\x6a\x02\xae\x93\x04\xa3\x7b\x11\xbf\xf0\x3a\x35\x58\x5e\x3f\xad\x37\x21\xbc\xd1\x5a\x32\x86\xb9\x67\x55\xa4\xaa\xcb\x8e\x75\x74\xc4\xb9\x89\xd1\xd7\x1e\x2c\x17\x65\x69\xd0\x99\x0c\x4d\x9d\x49\x2f\x30\x86\x3a\xf2\x6d\x82\xff\xa7\xf2\x70\x90\xd6\xa7\xa8\x34\xc1\xee\x77\x8f\x05\xda\x37\x1f\x78\xaf\xc4\xa6\x44\x66\x0f\xcc\x16\x67\x95\x3d\x52\xa6\x03\x7b\x53\xb2\xad\xb9\x64\xb8\x28\x77\x45\x9b\x73\x2c\xe7\x4f\x86\xc9\xb3\x81\xd4\xd1\x2d\x8e\x1b\x00\xc2\x8c\xac\x88\x94\x96\xcb\x3e\x9e\x54\xfc\xbd\x83\x01\xfa\xdb\x12\xf5\x6b\x2f\x47\x14\x9d\x83\x11\xbb\x95\xb1\x04\x30\xdf\x72\x61\xb2\x11\x39\x64\x79\x34\x3a\x42\x9f\x30\xe3\x86\x94\x46\xca\x80\x8f\x32\x0c\x72\x7d\xdd\xa2\x0c\x17\xc3\x0d\xcc\xd0\x71\x52\xd1\xb5\xb4\xf6\x94\xc1\x84\x4a\xee\x15\xe5\xc9\x55\x90\xce\xcd\xe0\xb6\x92\x7b\xb4\x6c\xec\x4a\xb4\x7d\x04\xa1\x99\xab\xaa\x63\xb5\x85\x03\xfc\xa2\xc3\x4a\x61\x32\x19\x1e\xb0\x22\x91\xf3\x5a\x61\x28\xb3\xa9\x6d\xf5\xf5\xeb\x6a\x9d\x76\xc2\x01\x79\xb1\x02\xab\x2b\x84\x5d\xa9\x47\x3f\x6c\x82\x3f\x41\x1e\xcd\x47\xa1\xe7\x8c\xec\x84\x8f\xc2\xb8\x56\xe8\x3f\xf5\xee\xcf\xce\x28\xf1\xff\xfd\x12\x62\xcb\x27\xe5\xa6\x5f\x72\x52\x07\x9c\x31\x97\xa6\x78\xfa\x49\xce\x55\xc7\x11\x67\xf3\x9f\x4c\x6d\xcb\x17\xce\xa6\x39\x84\x15\x75\xb0\x2a\x81\xa8\x9d\xe7\x8c\x0b\x7c\x86\x62\xfa\x8d\x3f\xe0\xec\x6f\xe1\x85\x53\x30\x68\x69\xab\xc0\xb0\x38\xa3\x8d\x24\xdc\x7a\xa0\xd0\x7a\x56\x4f\x38\x55\x7b\x08\x07\x9c\xeb\xef\x0b\x77\x46\x4c\xf6\x46\x74\x7b\x16\x08\x75\x58\x4c\x51\x5c\x5c\xaa\x74\xd6\xf4\xe2\x08\xa8\x7e\xfd\xda\x8a\x58\xb1\x3e\x92\x6c\x39\x98\xc1\x16\xd6\x94\x66\xa8\x4e\x60\xc5\x3f\xcd\xd1\x74\x4f\xab\xeb\x56\x19\x8b\xee\xd4\xb4\x5c\x7d\x5a\x36\x41\xc7\x5a\x37\x44\x0f\x87\xe5\x94\x85\x45\x7e\x8f\x5c\x0e\x63\xb9\x2e\x50\x26\x39\xee\x03\x67\xce\xf1\xe9\x6c\x8c\x55\x89\x62\xbd\x50\x65\xcb\x33\x69\x75\x28\x7f\xcc\x63\x93\xff\xd6\x3b\xfd\x48\xd3\xee\xd7\x90\xb5\xf0\xeb\x04\x54\x42\x5d\x50\xf7\x60\x22\xdf\xad\x8c\x12\x03\xbf\x34\x31\xf2\x09\xa1\xf5\x20\x4b\x2b\x12\x7c\x20\x4b\x13\x11\x7c\x31\xc5\x54\x81\xf4\xcc\x8a\xb4\xd3\x1f\x8a\x53\x5b\x4f\x18\x25\xf3\x01\xd2\xb5\x5f\x7b\xb1\xd8\xa1\x57\x05\xb4\x51\xd9\x9e\x0c\x8e\x78\x48\x00\xc2\xca\x1b\x4d\x29\x02\x1d\xb3\x54\xb3\xd1\xe1\xda\x44\x73\x97\xe1\xa2\x39\x3b\x33\x59\x60\x9f\xca\x15\x08\x63\x03\x67\xb3\x6a\x88\xa5\x12\xea\xa0\xb8\x2b\xe4\xdf\xfc\x84\xe9\xd7\xe2\x9c\xba\x07\xe1\x59\x16\xc9\x7d\x20\xd4\x2b\xf3\xe0\x41\x5d\x42\x16\xff\xb7\xcb\x94\x36\x6c\x7f\x3b\x4d\x8d\xc9\x5f\xd2\xff\xaa\xae\x4c\x61\x7d\x15\x10\x29\xad\x49\xbd\x1e\xce\xa4\x21\x92\x1f\x04\x4b\xb2\x7d\xda\x0f\xa6\x7c\xdf\xca\xd9\x6a\xa5\x5e\xb0\xb4\x75\xa2\x60\x1f\x99\x15\xe5\x34\x14\x93\x35\xad\x6c\x82\xf8\xef\x18\xf5\x43\x4f\xa4\xb7\x3d\xd3\x09\x20\x16\x4f\xcc\xf6\xd8\x35\xfb\x80\xb6\x6d\x69\x45\x37\xe5\xeb\x61\xd9\xd4\x65\x33\x44\xff\xca\x98\x94\xf2\x03\x66\xbd\x2b\x54\x50\x22\x6e\xeb\x6b\x48\x3c\x9f\x5f\x7e\xd5\xa3\x79\x2a\xbd\x9a\x5f\x5a\xb4\x9e\x17\x70\xbe\x16\x05\x8a\xaf\xaf\xb3\xc1\xe8\x15\x9b\x73\x26\x3b\x56\xa5\x21\x02\x6c\xce\x1c\xe5\xc2\xa4\x2c\x7b\xc2\xdf\xae\xc0\x77\xaf\x8e\x4d\x4d\x12\x87\xe4\x34\xe3\xeb\x7f\xdc\x1a\xd9\x27\x3d\xca\xd4\xd9\x14\xc5\xa1\x4c\x16\xd0\xd7\xa6\xaf\x1b\x11\x63\xa8\x27\xfc\xc5\xc1\xd6\x05\xe8\x5e\x53\x73\x12\xeb\x08\xa6\x96\x7a\xf0\xda\xd1\x17\x69\x9b\x4f\x47\x99\xda\xcc\x35\x8a\xf0\xbd\xb4\xe7\x0b\x4a\x55\x31\x94\x8b\x05\xb2\x4f\xe8\x9d\xb0\x90\xb9\xbd\x4d\xed\xcc\x65\x0e\x48\xbc\x0b\xb9\x59\x48\x26\xee\xdb\x85\x44\xf8\x75\x7e\x02\xb5\xd7\x56\x16\xc8\x4c\xee\x31\xa0\x2e\x39\x7a\x3c\xf2\x51\x58\x6d\x20\x15\x0d\xdf\x89\x1f\xd8\x6f\x68\x30\x83\xc3\x5c\x5f\x1c\x6e\x19\x3a\xa9\xe9\x86\xe9\xc0\x01\x6e\x3f\x70\x65\x10\xdd\x15\x2d\xe5\x58\xea\xd2\x57\x95\x7c\x0a\xfb\xa4\x2a\x53\xf6\xde\xb9\xe4\x78\x9b\xaf\xd8\x4e\xe6\x0b\x35\x6b\xf0\xeb\x5f\x3b\x11\x08\xaf\xce\x8a\xb1\x0d\xe1\x00\x3f\xaa\x5f\xbf\xd1\xe4\x96\x7b\xcd\xd5\x57\x64\x15\x7f\x14\xd4\x88\x3c\x88\x54\xd1\x1e\x12\x7f\xa1\x38\xa5\x3d\x2e\x24\x85\x7c\xf3\xc3\xc6\xe1\x8b\xce\xe8\xe5\x85\x9d\xf2\x90\x75\x6b\x88\x6f\x01\x79\x9d\x23\x78\x00\x5f\x2f\x60\x5e\x4d\x94\x35\x7c\x10\x9e\x5b\xa3\xe3\x7a\x7f\x67\x1d\xa5\xf0\x61\x95\x22\xca\x6d\x5f\xa0\xc4\xca\xc9\xdd\x18\xf9\xca\xf5\x2a\xe6\xd5\x98\xe0\xe3\x28\x03\x6f\x57\x6d\x61\x18\xcb\xd0\x92\xf9\x59\xc9\x57\x99\x2e\xa1\x16\xd0\x1a\x56\x64\x8d\xdc\x0d\x91\xb7\xdf\xab\x93\x23\xdc\xbd\xa5\xf4\xcd\x4b\x70\xc0\x28\x36\xe7\x1d\x61\x3a\xe0\x89\x8a\xca\xca\x43\x85\x59\x48\xba\xb2\x9c\x11\xf1\xfd\x6d\x6b\x20\xf2\x8a\xba\xa1\x08\xa2\x54\x91\xa7\x64\x96\xd3\x59\x8e\x2b\xc8\x90\xb9\xd9\x34\x29\x01\xa1\x1c\x6e\x18\xe2\xaf\xcc\x98\x1f\xa6\x04\xd5\x79\x69\x58\x3d\x71\x54\x60\x56\x8e\x77\x91\xd3\x47\xbe\x91\x1f\xda\xb7\x1a\x7f\x13\x0b\xd5\x8b\x1b\xb7\x91\xfd\x79\xae\x7e\xee\x83\x7f\x92\xcb\x93\x11\xba\xa7\x52\xd8\x8d\x12\x6c\xac\xf1\x34\xf8\x1b\x64\x09\xef\x9e\x90\xd7\xed\x5b\x1f\xf5\xda\x2e\xa9\x8c\x5d\x04\xf6\xfa\x1c\x73\xb5\x96\x59\x1e\x56\xf1\x48\xc9\xea\x47\x8d\xf3\x9a\xf6\x5c\x33\x36\xb0\x79\xe4\x88\x7c\x80\x9e\xae\xbd\xf8\xd2\x87\x7e\x2e\x67\x53\x0e\xf0\x21\x8f\x69\xd3\xf2\x9b\x35\x96\xc2\xbb\x1b\xa2\xd6\xb6\x43\x7e\xc0\x9a\x03\xd6\xfb\x76\xcd\x4e\x53\x6b\x40\xa4\xe9\xaa\xfa\x42\x0c\xa0\xab\x68\xcf\xaa\x0d\xb8\xd9\x56\x8a\x71\xcd\xf5\x66\x5c\xf3\x52\x0a\xaf\x82\xa9\x9e\x67\x1b\x66\xae\xed\x99\x5d\x01\xf4\x69\x6f\x53\xd4\xf7\x8e\x2f\xd8\xaf\xa6\x80\xad\x74\x49\x6f\xa5\xd5\xf5\x56\xf2\x45\x6d\x70\x7b\xa9\x5a\xed\xc4\x36\x29\xf2\xea\xc0\x4b\x91\xfb\x91\x31\xfd\xd0\x47\xb0\xc1\xca\x91\x23\xda\x9d\x55\x9a\xf0\x17\x14\xdc\x7f\x7d\x53\x91\xa9\xbd\xbb\x25\x5c\x17\x50\x5d\x77\x02\x54\x4d\x7f\xf5\x69\x0d\x84\xfd\xb0\x24\xa5\x17\xa7\x2e\xdc\x73\xda\xf9\xcc\x1a\x2e\xa1\x72\x07\xda\x4e\x2f\xf4\x54\x56\x3a\xe4\xe0\xb6\x01\x0e\x35\x29\x99\x1c\xa1\x0e\xf2\x70\x55\x6e\xb7\x97\x7a\x65\x34\x23\xa0\xb9\xb5\x0c\xd6\x67\x4f\xba\x6d\x7b\x56\x01\x95\xa4\x59\xe0\x01\x79\xc2\x29\x36\xcf\x24\x58\x85\xe4\xb8\xd4\xed\x47\xee\x08\xee\x6b\x74\xd0\x53\xe9\x80\xb8\x73\x3f\x8e\xc4\x27\xde\xc3\x15\xa2\x2a\x79\x40\x9b\x9f\x06\x84\xbb\x71\x4a\xe8\xac\x2a\xff\x7d\x38\x3b\xd0\xa8\x25\x0f\xa7\xd4\x84\x2a\xeb\xd9\xf2\x44\x1b\x34\xe6\x0d\xdd\x0d\xf5\x7a\x2c\x26\x2d\x58\x0a\xd7\x70\x56\xca\x48\x64\x05\xa0\x5e\xd3\x72\x9f\xe5\x25\x8f\x1c\x82\xc7\x0e\x8e\x4e\xa0\x79\x92\x31\x72\xe0\x76\x77\x15\x87\x49\xae\x0d\x6a\x16\x22\x27\x89\xda\xa8\x0c\x80\xea\xbf\x17\x69\x03\x98\x5f\xed\x7e\x2e\x42\x11\xa3\x94\x81\xef\xf7\x22\xfd\x5f\x8b\x90\xb4\xd3\xd3\x82\x4f\x7e\x0e\x78\xce\xd2\x0a\x97\x53\xb9\xc0\xec\xf3\x98\x73\x14\x7e\xe1\x4a\xa2\x21\x77\x2f\x05\xaa\x60\x70\x2e\x10\x49\xe8\x96\xab\x9a\x67\x72\x56\x8d\x2a\xdf\x26\xa6\x9a\xe5\x88\xab\x01\x7b\xc3\x50\x77\xba\xae\x36\x39\xca\x76\x43\xd0\x12\x7d\x83\x7b\x0b\x15\xbb\xa7\xe5\x21\xe6\xd6\x54\x8e\xfe\x50\x65\xb5\x89\x37\x3b\xd5\x98\x77\x90\x54\x59\x97\x74\xc8\x2c\xe4\x6a\x4e\x7a\x90\xdc\x33\x3e\x3b\x19\x39\x94\x7c\xb5\x2d\xc4\xac\x51\x06\x6f\xe0\x64\x15\x81\x0b\x97\xa8\x1a\x4e\x50\x13\x54\xcf\xe4\xc2\x0c\xa6\x14\x1e\x90\xce\x46\xd3\x16\xff\x99\x94\x1b\x00\x92\xf6\xd0\x27\xdb\xfe\xf3\xa6\xbb\x3f\x36\x2d\x0a\xc4\xb0\x22\x3b\x20\x20\x4d\xc7\x52\xf1\x89\x2b\x5f\xe0\x3a\xa1\x58\xea\xef\x33\x0b\x40\x3d\xfb\x74\xcc\xb9\x1c\x18\x99\x73\x02\x95\x34\xd5\x55\x22\x16\x0b\x99\x41\x91\x85\x8b\xfe\x56\x79\x1c\x10\xe8\x16\xdc\x97\x6f\x43\x0d\x9f\x09\x2b\x94\x16\xec\xc6\xd0\x28\x61\x3e\x8f\xc4\x5b\x79\x7a\x2d\xba\xb5\x3a\x65\x91\x7c\xd6\xf3\x41\x7c\xda\xca\xef\x58\xdb\x48\x8c\xc9\x8d\xa8\xf4\x56\xce\xca\x7c\x75\x9c\xc9\xe3\xf7\x82\x31\x93\xce\xe4\x53\xb3\x6e\x6a\x21\x27\xf4\x46\x10\x19\x9c\x92\xac\x58\xa1\xa5\x81\x20\xd5\x23\x53\x03\xfc\xcd\xfb\x98\xc5\xe5\xa8\x41\x48\x3c\xe4\xa0\x7e\xa4\xb2\x13\x79\x20\x2f\x36\x71\xc6\x44\xbd\x39\x51\xc9\x40\xf7\x6e\x24\xcb\x0d\xab\xa2\x44\xf0\x36\xcc\xb1\x05\x49\x37\x57\x07\xda\x25\xcb\x2b\x99\x1a\x44\xc5\x32\xb2\xf0\xbf\x2d\x5e\xe0\x03\xc0\xcf\x7b\xc5\x19\xb2\xde\xac\x5e\xa0\x77\x9e\xbf\x58\x6f\x42\xd9\x86\xad\xd5\x3c\x1b\xe5\xe3\x98\x11\xad\x13\xa5\x59\xfc\xd9\xa7\x10\xc1\xec\x5d\xaf\x1a\x72\x3a\xf9\xc2\x6e\x5a\xbe\x55\x6b\xa8\xf7\x3b\xab\xd6\x30\xfc\xed\x08\x3a\xe4\xee\x98\x6c\x0a\x9c\x9b\xca\x9f\x70\xbf\x66\x34\x79\x3d\x65\x0d\xf4\xab\x39\x74\x1f\x7b\xc9\x9c\x41\xa4\x79\xc8\xe6\xe8\xe2\x0c\x6b\xe4\x47\x6b\x92\xc3\xce\x76\xd0\x3a\x68\x11\x9d\xfc\xc7\x32\x70\xb3\xed\x9d\x2a\x2c\x71\xcf\xa2\xe8\x50\xe1\x69\x2a\x22\xd6\xb2\x6c\xeb\x2e\xcf\x65\x0d\x7e\xbb\xed\x7a\x8e\xf4\x0b\xa1\x26\xf8\x27\xa8\x1a\x56\xd0\x6d\xcf\x39\x29\xca\xae\x12\x99\xe0\xec\x93\x44\xf2\xb5\x7e\x05\x99\xb8\x97\x4b\x73\xad\x6c\x48\x6f\x07\xe5\x83\x5b\xa6\x80\xdb\x66\xe4\xaa\xe5\x74\x60\x17\x81\xe6\x9f\xc4\xad\x5e\x59\x59\x9f\xc2\x25\xef\xa7\x96\x80\xf3\x70\xaf\xd6\x87\xc1\x4e\x13\xe0\x3c\xf9\xf7\xbb\x30\x90\xbe\x58\x26\xf9\xa9\x07\x38\xad\x2c\x3d\xe9\x9d\x97\x92\xa6\x60\x83\xf4\xa8\x3e\x0a\x06\x91\x76\x82\x44\x09\xca\xea\x6a\xcf\x1a\xc5\x17\xec\xeb\xaa\xec\x58\x53\x25\xec\x00\x9d\x3a\x1a\xae\x51\x69\x5a\x7d\x6e\x21\x56\xac\x2b\xd4\xfb\x6a\x45\x62\x71\x4f\xff\x78\x69\x82\xd7\xee\x0a\xf5\xb1\x5e\xc9\xf8\xc7\x16\x52\x32\x12\x36\x8f\xa4\x5e\x4a\xf1\xa9\xff\xfe\x52\x11\x7d\x7f\xdd\x4d\xed\xf8\x8b\xfd\xd4\x26\x01\x7c\x4c\x9f\x4c\x64\x9e\x34\x26\xa4\x9e\x51\x8f\x85\x69\xa4\xf1\x1a\x4b\x7d\x4a\x37\xd0\xec\xa0\x47\x97\x95\x4c\x36\x96\xd9\x35\x59\x28\xd2\xbf\x17\x32\x3f\x6a\xd1\x72\x90\x38\xaf\x66\x72\x5b\x20\x6e\x45\xac\xe9\xf7\x46\x8e\x5b\xa9\x86\xab\x6b\x23\x40\xe9\xdf\x2b\x59\xe0\x38\x03\x53\x9d\x62\x59\x4a\xff\xda\xc9\xbb\x78\x04\x2a\xd9\x09\xef\xea\x1b\x0a\xa6\xe9\x0a\xf5\x54\xac\xab\x78\x5c\x95\x51\xcb\xb4\xb5\xa7\x71\x25\x66\x27\xf1\x8d\x8a\xc7\xfa\xd3\xd3\xc4\xfc\xd2\x2d\xdc\x15\xaa\xc3\x9e\x7c\x5d\xa1\xee\x53\x65\x13\x05\x12\x9d\xff\xcb\x86\xe9\xea\xee\x0a\xf5\x9c\xaa\x81\x14\x11\x5d\xa1\x1e\x54\xbc\x2b\x52\x65\x6f\x17\x48\xfc\x19\xcd\x06\xf7\xa1\x4f\xda\xa2\xc6\x87\xa6\x17\x21\xe8\x45\x16\x94\xa1\x4d\x39\x74\x39\xab\xa6\x0f\x25\x42\x92\x5a\xd8\x27\x59\x20\x27\x88\x60\xfd\x98\x3e\xd8\x65\x62\x63\xdd\x8d\x2e\xdb\x9c\x4a\x7c\x9a\x38\xa8\xf9\x47\x3e\xa8\x91\xf4\xb0\xeb\x5f\x1f\x4b\x75\x92\x37\x4e\xe4\x9d\x65\xfc\x9e\x3c\xe0\x44\xe3\x88\x7e\x3b\x84\xdb\xbe\x15\x63\x6b\x25\x0e\x21\x91\xed\x9d\xcc\x37\xac\x75\x43\x2c\x25\xc6\x7b\x64\x92\xaa\xac\x28\x67\xd8\x52\x66\x91\x49\xf8\x33\x43\xb9\x95\xc5\x4c\x1d\x40\x19\x89\x02\xd8\xc7\x02\x9b\x4c\x3c\xd1\xdf\x45\xd9\x3f\x84\x91\x41\x58\xf3\x9b\xd5\x94\xfd\xb9\xb1\x58\xd2\xbd\xd1\x8e\x34\x15\xaa\x2a\xe7\x40\xd3\x6f\x5b\x81\x68\x7f\x8e\x57\x9a\xa7\x78\xec\xac\xbe\x15\xac\x27\x0b\xfa\x67\xb9\x23\xa5\xe0\xdd\x46\x56\x73\xf2\xaa\x68\x39\x2e\xda\x16\x42\x2c\x48\x97\xcc\x3e\xdd\x4a\x58\x6f\xd6\xdc\x51\x4f\x27\xb9\xde\x18\xd5\x32\x4d\x0b\xef\xad\x65\x03\x5a\x8a\xee\x8e\x6c\xae\xfe\xc7\xbc\x04\x75\xd2\x32\x0f\xff\x12\x05\x67\xaf\x2a\xfe\xcf\x51\x46\x5e\x97\x02\x58\xc5\x89\x52\x01\x34\x9f\x6a\x70\x60\xf8\x14\xdc\xae\x9e\x82\xfa\x49\x19\x27\x5b\xe1\x9e\x77\x4d\xbd\x0c\xe1\x66\x4e\x96\x29\xa2\x38\x07\x55\x63\xda\x57\x82\xce\xbb\xaf\xfb\x7b\x50\x05\x28\x34\xe9\xde\x80\xee\x94\x96\xfe\x6d\x41\xe9\x50\xec\xac\x3c\x22\x2f\x4a\xf7\xb0\xa4\x3c\xcd\xd0\x2e\xaa\xec\x3d\xa4\x9f\x3d\xd4\x5c\x27\x56\x5e\x4d\xe1\xce\xb2\xfc\xb4\x7a\xc2\xee\x4c\x61\xa3\xa9\x14\x68\x57\x9c\xe5\x7e\x85\xc5\xbc\xd0\x40\xd4\xec\xff\xe3\xee\xcd\x96\x53\xf7\x99\xf5\xe1\x0b\xc2\x55\x60\x66\x0e\x25\x59\x18\x87\x10\x20\x84\x90\xe4\x8c\x90\x04\x63\xe6\xc9\x0c\x57\xff\x95\xfa\x69\x19\x93\x90\xf5\x1b\xbe\xf7\xfd\xef\x5d\xfb\x64\x65\xd9\xc8\xb2\x2c\xb5\x5a\x3d\x3e\xad\xf2\x70\x3c\xcf\xd5\x6e\xcc\xd1\x05\x24\x0c\x14\x57\xa8\x7e\x56\x5a\xb1\x41\x2d\x10\xe2\xdd\x74\x01\xa9\xa7\x42\x76\x7e\x25\xf6\x63\x8e\xe8\xa4\xb1\x20\xf3\xb1\xb7\xc8\xa1\xd0\x74\x68\x34\x1c\x3f\xab\xa6\xac\x7f\xc6\x0c\xd5\xbd\xa6\x4c\xd5\xd7\xcd\xa7\xbd\xea\x9a\x39\x3c\x2d\x91\x32\x83\x2a\x87\x47\x8d\x7a\xd0\x6e\x8e\xb3\x52\x28\x67\x1d\x62\x06\x86\xc0\xdd\x0c\xf6\x4b\x72\xde\xad\xe5\x26\x55\x33\xbd\x75\x88\x00\x0f\x72\x8c\xfc\xab\xdd\x11\x64\x35\xb6\x38\xee\xaf\x61\x99\x58\xcd\x68\x36\x5c\x9c\x05\x2c\x01\xbd\xe6\x61\xd4\x79\x6d\xe2\x13\x7d\xf8\x44\x68\x5c\x65\xaf\x4e\xfb\x7b\x4e\xc7\x58\x56\x77\x88\x54\xc8\x69\x4d\x15\xd1\x7d\x8f\x9b\x21\xa1\xb9\xe0\xdd\x63\x8c\x24\x02\x1f\xa5\xcd\xf7\xc4\xb7\xf7\x91\x7a\x63\x83\x13\x4b\x4b\x1f\x06\xe3\x0c\x2c\xb7\xbd\x42\x89\x0e\x43\x95\x47\x24\x23\x5b\xf6\xc5\x54\x6e\x69\xd6\xfb\x79\x28\x14\x6b\x69\xf1\xff\xe1\xcb\xe9\x11\xb7\x4d\xe6\x6a\x24\x9a\xa1\xbf\x45\x02\x4b\x77\x35\xf7\x81\xc0\xd6\x37\x7a\xc7\x81\x15\x92\x83\x86\x99\x91\x6f\x4c\x65\x76\x59\x37\xaa\x36\x8c\xd6\xad\x6a\x86\xd3\x1b\x48\xf8\x6c\x6f\x96\xe4\x41\xa0\x05\xf0\x79\xf1\x5b\x0b\x02\xcd\x67\x97\xbc\x79\xcb\x48\xa8\xe7\x3c\x0a\xa1\x8c\x0a\xfc\x56\x2e\x6b\x48\xbf\x0f\x85\x9f\x95\xa6\x01\xc9\x0a\x71\xf0\xe4\xec\xb5\xe8\x05\x2c\xfc\x9a\xe9\x5a\xc9\x45\xf6\x87\xf8\xa6\x5d\x39\x21\x71\x75\x24\x98\x9f\xf5\x84\x2a\x24\x61\xca\x3d\x4e\x33\x87\x99\x74\x4a\x89\x68\x3d\xeb\xf1\xcb\x72\xce\xf7\x50\x4c\x50\xee\xa4\x3f\xa6\x28\xe4\x8f\x42\x85\xdc\x0f\xc4\xa6\x85\x70\xfa\xe2\x15\x7a\x55\x15\x65\x9e\x73\x70\x7b\x9e\x28\xb4\x40\xd5\xe4\x61\xcf\x86\x42\xa4\xaa\xb0\x98\x0e\xc9\x96\x2e\x8a\xe4\xdc\xa8\xa2\xfa\x79\x49\x6f\xcd\xbe\x55\x2b\x99\xdd\xc0\x11\x77\x7c\x73\x8c\x6a\xd9\x14\x4e\x97\x63\x0c\x85\x30\x7c\x82\xde\xd3\x3a\xca\x38\x8b\xbd\x37\x9d\x91\x98\xa1\x4e\x50\xc2\x5d\xb9\xd8\x92\x8d\x14\x60\xa3\x63\x5d\xde\x90\x17\x4b\x47\x48\x89\xae\x6c\x18\x90\xd4\xf4\x6f\x66\xf7\x34\xab\xc3\x65\x4a\xc5\x2e\x50\x20\xe0\x24\xab\x0c\x66\x1f\x87\x30\xff\x8c\xc7\xf6\x6b\x08\x4a\xe7\x48\xc1\x74\xad\xe3\x8a\xa6\x64\x2f\x71\x34\x7e\x20\x1a\xb7\x75\x40\x60\xfa\x52\x1e\x57\x57\x37\x5a\x0d\xb3\x36\x1b\x6f\x5f\x65\xa5\x0b\x00\xf7\xa2\x3b\x9f\x19\xe1\x79\xa2\xb2\x86\x74\x6b\x32\x20\xd1\xb7\x2a\xc9\xf6\x15\x2a\xff\x32\x5b\xaa\x24\xc3\x69\x2a\x4c\x9d\x67\xfb\xf9\x32\xd9\xbe\xf0\x3f\xb2\xd3\x4b\xb7\x66\x6a\x5e\x16\xf8\xac\xfe\x12\x7f\x87\x3b\xf4\xd1\x9c\xa0\xd6\x74\x49\x66\x91\xa3\x9b\x34\x58\xe1\x6f\x6f\x4f\xe1\x9e\x7e\x4d\x16\x89\x07\x88\xa5\xe4\xae\xc6\x92\x3c\x5c\x7a\xa1\x0a\x77\xc9\x75\x57\x78\x83\x02\x92\x02\x5c\x99\x21\xa9\x5c\x11\xfb\xd5\x62\x3f\xd7\x84\x78\x40\x1c\x61\xa9\x78\xa9\xe2\x39\x4d\x33\xa2\xa1\x78\x49\xd4\x4e\x1e\xcc\x5f\xfd\x40\x1b\x35\x3c\xe0\x50\x85\x52\x39\xaf\x13\x50\xcb\x5e\xce\xf6\x97\xd5\x1f\x4b\x91\xf5\xa9\x00\x5b\xc6\x9f\xeb\x19\x05\x4e\x06\xd9\xfa\x9c\xd2\x70\x55\xc3\x8c\x33\x10\x5c\xbd\xce\x4e\xcd\x81\xdc\x05\xe7\x86\x51\xc2\x4f\x8d\x13\x29\xcc\x88\x1d\x6a\xcd\x90\xc3\x47\xa2\x47\xcf\x2c\x6f\xc4\xb6\xa5\xb6\x10\x0d\x32\x5f\x12\xf3\x6c\x90\x07\x8e\x26\xa3\x81\xc1\xc1\x5b\xfa\xea\x92\x3c\x45\xb7\xf0\xaf\xde\x4f\x1b\xce\x5c\x09\xbd\x91\xd1\x4e\xa3\xac\xeb\x91\x3c\x3f\x0f\xce\x52\x0b\xb1\xd4\x65\x14\xf8\x21\xd3\x66\xc0\xae\x55\x33\xef\xae\x5f\xda\xe2\x81\xe9\xce\xf0\x62\xff\xf9\x88\x95\x0b\x4e\x53\x4a\x81\xba\x7b\x4c\xf6\x98\x1f\xc9\xf4\xba\xb3\x68\xad\x45\x13\x99\x16\xdd\xf4\xc2\x05\x04\x93\x4d\x36\x7a\x6c\xf7\xd1\x11\xbf\x1e\xe4\xd9\x28\xa5\x6d\x3a\x73\x1f\x68\xf8\x13\x45\x66\xc2\x13\x32\x72\x62\xc9\x7c\x93\xca\xdc\xf5\x85\x68\xc6\x64\x4c\x69\xe0\x70\x1f\x4b\xa1\x9e\xac\xe7\xd3\xde\x1c\x5c\xd5\x45\xdf\x1b\x7e\x78\x54\x8d\x69\xd8\x30\x0b\x3c\x96\x33\x54\xf1\x5b\xc8\x13\xe9\x4b\xdd\x0c\xa2\x80\x8e\x23\x0a\xa9\xe1\x9b\x80\xa7\x08\xce\x30\x8e\xd2\xff\xc7\xe4\x87\xf5\x67\x32\x2e\xe3\xd4\x8e\x3e\x61\x76\xa4\x23\x66\xc3\xdf\xc7\xe5\xdf\x56\xf6\xfb\x72\x2b\x94\x7b\x23\x01\x69\xcb\xf1\x0b\xc2\x56\x3d\xf5\xc6\x08\xa0\x9d\xab\x88\x44\xd4\x66\xa4\xb1\x93\xcd\xa7\x2a\x04\x8e\x7d\xe2\x27\x11\xca\xf3\x98\x74\xde\x29\x51\xcf\xca\x1b\x93\xa8\xd9\x3f\xe0\x55\x3c\xa5\xde\xb3\x33\x10\x41\xc8\x0e\x9b\xeb\xdf\x44\xcf\x8c\xa6\x2b\x74\xcd\x22\x0f\x4c\xed\x68\x6c\x86\x29\xdc\xed\x28\x1c\xf8\xba\x27\xe7\xb2\x62\xff\x7d\x3b\x3c\x42\xe5\x3e\x75\xcc\x64\x1f\x65\xf9\xe5\xd6\x3b\xfa\x39\xfc\xfd\x44\x2f\xcd\x18\xc8\x4c\x65\xd6\x3f\x8f\xf7\x4f\x4e\x59\x89\xa9\x1c\x4e\xcc\xdc\xce\xe4\xbb\xd3\x12\x53\x39\xd1\xf1\x1a\x72\xc9\xba\x0d\x4f\xb4\x70\xe6\xd2\x39\xd5\x55\x4e\x96\xa0\x99\x17\xd1\xef\x56\xba\x53\x73\x50\xad\x14\x91\x94\xd2\x79\x72\xbc\x72\x04\x05\x22\x59\xcd\xfa\x54\xe5\x87\xe1\xf3\x72\x2b\x0b\x53\x3f\x41\xe4\x50\xe5\x29\xdb\xa3\x48\x06\x01\x08\x89\xfe\x16\x46\x9d\x5d\x21\x50\xcc\x99\x78\x66\xbd\xa9\xe3\xf1\xba\x9e\x74\xad\x1f\x59\x92\xcd\xa6\x7b\x9e\x53\xa6\x67\x7b\x45\xa4\x9c\x31\xdb\x47\x55\x74\x39\xab\x31\x38\x33\x07\xb3\x35\xcb\x12\xe3\x35\x87\x7f\x1d\x68\x46\x9b\xd5\x03\x44\x4a\xe2\x40\x95\x2c\x29\x33\x9f\xc2\xe9\x89\x51\x64\x66\xef\xd1\xf6\x56\x45\x6f\x90\x7e\x6b\x59\x96\x0b\xaa\xf8\x4f\xdf\x30\xfb\x15\x4c\x63\x0b\xfb\xa6\x2a\x26\xad\xe9\xf2\x9b\x32\xe9\x37\xd5\x92\x37\xd1\xd7\x14\xd1\xcf\xa8\x44\x6f\x11\x13\x99\xcf\x1a\x26\x3a\x35\x0b\x60\xce\xe5\x55\x01\x0e\xdf\x09\xfe\x8a\xd4\x97\x71\xc2\x30\xcd\xfe\x4a\x7a\xa6\xf7\xbc\xf4\x11\x3e\x73\xf6\x56\xca\xd9\x2a\xa1\x29\x36\xbb\x6e\xd8\x36\xab\x7b\x67\x88\x74\xad\xea\x4a\xd3\xd9\xab\x20\xe6\xe6\xe1\xc6\x0c\x65\x9e\xe2\xa2\x33\xb2\x30\x74\x58\xb5\xe1\x02\x62\xad\xd9\xd2\xc6\x0d\x8c\x84\x7e\xa8\xbe\xb2\x40\xd0\x15\xe2\xe3\xc2\x3b\xb3\xaf\x7f\x60\x9e\xd5\x57\xda\x54\xbd\xdd\xfb\x0f\xee\xf9\x4e\xf6\x03\x9a\xba\x80\x62\x2c\xf0\x9f\x09\xb1\xeb\x15\x36\x6c\x3f\x9e\x4b\x9b\x06\xa8\x23\xe2\xd2\xbd\xf5\xa1\x01\x1a\xff\x7a\x71\xa6\x4a\x04\x30\xb1\x1c\xa7\x0c\xb9\x33\x20\x15\xaf\x27\x44\x73\x86\xa1\x0e\x30\x77\x79\xc3\xb1\xc4\xa8\xd0\xb6\x57\x70\x01\xbc\x92\x95\x15\x76\xfe\x15\xac\x3f\x47\x7d\xdd\x64\x68\x5e\xf6\xb8\xf0\x9c\xb2\x27\x46\x98\xd2\x3d\xbc\x81\x1f\xe7\x2d\xf4\xa5\xc3\x3a\x15\x5e\x74\x42\xf5\xa9\xb5\xdc\xac\x8d\x8a\x19\x6c\x64\x15\x15\x93\x5f\x6b\x94\x04\x2a\xaa\x9e\x91\x80\x5c\x9d\xc1\xed\xcf\xb9\xd1\x7d\x9b\x88\x3a\x6b\xd6\x20\xe2\x21\x2c\x73\x30\x39\xb0\x6b\x70\xb5\x26\xeb\x22\x07\x90\xbd\x54\x60\x76\x5b\xd3\xc1\x3b\xc3\xce\xcd\xf5\x20\x51\x98\xd1\xbf\x54\x0b\xf8\x78\x07\x95\xd4\xdb\x5c\xd1\x03\x56\xdc\x61\x61\x2a\x81\x1a\x4d\xdb\x13\x9d\xa9\xfa\x77\x6e\xc5\xdd\x23\x2f\xb6\x35\xc5\x50\xf6\xf2\x5c\x26\x89\xf6\x95\xb4\x51\x75\x56\x63\xb8\xa4\xfa\x15\xac\x55\x7f\x8d\x6d\x07\x24\x97\xc1\x99\xe4\x61\x31\x3a\x83\xea\xfa\x4e\x5f\xe8\x95\xce\x6d\x55\xea\x19\xcf\x63\x13\x52\x65\x86\x02\x01\xd2\xc9\x49\x43\xa1\xa6\x0b\x0f\x5c\xd6\x7f\x61\x15\x3f\x89\x8e\x6e\x97\x67\xe6\x61\xdd\xc1\xf8\xfd\xa3\xbc\x9a\x2d\x33\x14\xfe\x25\x9b\xd2\xe0\xf9\xcd\x03\x85\x6d\xb3\xf0\x36\xd2\x29\x6b\x31\x18\xc2\xd7\xb4\x24\x6e\x97\x95\x45\x0a\xe4\x15\x13\x97\xb6\x1f\xc1\x88\x54\x55\x4c\x0b\x2a\x32\x72\x7d\x24\xf3\x54\x49\xcf\x4b\x5e\x72\xae\x0b\x6d\xa5\xe1\xa6\xd0\x2e\x82\xa3\x06\xee\x9a\xcc\xb8\x53\x23\x97\xb0\x37\xa8\x85\x5c\x0c\xb1\x94\x9b\x92\x07\x2e\x5c\x5b\x79\xb0\x8f\x23\xc4\x66\xb0\x71\xcd\xd1\xe4\x57\xbc\x3d\x22\xba\xf7\x92\x2d\xce\x75\xf0\x66\x73\x44\xea\x18\x2a\xfe\xc6\x85\x5e\x3d\xa5\x5a\xe9\xfa\x39\x82\xe2\xdc\xca\xbb\x66\xdb\xbe\xbe\x11\x6e\xd8\xbe\x6b\xfa\x1f\xcc\xe6\xf0\x4b\x10\x11\xcf\x23\x73\x42\x07\xae\x34\x63\x44\xa8\x85\x39\xe8\x27\x32\x4b\x4e\xc3\x82\xe4\x64\x8f\xba\x61\x1a\x3e\x71\x1b\x0a\x42\xd7\x27\x22\xb1\x9d\xa4\xd8\x2e\x44\x00\x9a\x0b\xc2\xcb\x50\x4e\xe0\xcc\xb5\x0a\xb2\x32\x70\xb4\x73\xba\x13\x4f\x98\x15\xc8\xf1\xd6\x67\x8f\x2b\xc5\x57\x03\x33\x37\x2f\x0a\x4b\xe7\x1c\x64\xe2\x66\x5f\x13\x1d\x58\xcd\xa2\x4c\xe6\xbf\x0a\x02\x8c\xf6\xca\xe9\x8b\x5e\x05\x4e\x24\x56\x3c\xcc\xc9\x49\x72\x53\x3e\x96\x97\x78\x9f\x80\x14\x19\xc5\x42\xc1\xd7\x76\xec\x93\xe8\x92\xa8\xfe\x54\x84\x75\xcc\x50\x1a\xdd\x24\x17\xbc\xb0\x52\xd8\x40\x6d\x21\xea\x85\x02\xf1\x1e\x92\x1a\xea\xb4\x9b\x68\xce\x39\x4a\x3f\x4f\xbf\xaa\xf7\xa8\x9a\x7a\xc4\x7d\xff\xc3\x13\xb9\x77\x7a\x60\x5a\xa5\xf1\x93\x49\xa4\x5e\xfa\xe3\x3b\x8a\x05\xcf\x10\xe6\xc7\xa2\x8a\x8a\x5b\xf4\xc8\xf9\x4f\xef\x38\xbd\x53\x9e\xde\xbc\x92\x1a\x54\x29\xff\xc7\x77\xe4\xf1\x1d\x24\xe9\x12\x10\x52\xbd\xf2\xc7\x07\xca\x79\xcf\x19\x99\xb3\xbb\x82\xfa\xa0\xdd\xc5\x3b\x02\x5b\x86\xf0\x1a\x1a\x72\x8a\xe5\x21\x34\x5b\x40\xdd\x99\xd5\x13\x31\x62\xf8\xd8\x8f\x64\xde\xd8\x17\xea\xb1\x44\xe1\x6a\xf6\xae\xe9\x76\x20\xd4\xe3\x2c\x26\xa4\x09\x61\x13\xa0\xae\xfe\x31\xca\xdd\xfa\x35\xf5\x94\x59\x05\x32\x09\x17\xd2\x7d\x9d\xcc\x88\xd4\xe3\xf9\x3d\xfd\xd6\x02\xfa\x2f\x5d\xb5\xc4\x9a\x3c\xa2\xf7\x96\x08\xee\x36\x1b\x2e\x72\x16\x93\xe3\x6c\x34\x72\x7c\xb1\x64\x9d\xb0\x75\x20\xf2\xd1\x64\x42\x01\x85\x57\xa1\x29\x67\xa9\x3c\x9d\x9e\xa9\x71\xc6\xea\xf3\x64\x88\x6b\xdb\xac\x07\x98\x65\xbb\xf0\xe8\x13\x88\x0d\xa2\x26\x4b\x5a\xc1\x15\x05\xfb\x97\x33\x12\x39\x8f\xbc\x44\xaf\xe7\x82\xef\x10\xcb\x7d\x33\x83\xd3\x13\x38\xd8\x5b\xd1\x04\x43\x71\x9a\x62\xe5\x3d\x64\x1e\x68\x37\xaa\x90\x1c\x3d\x3b\x35\x86\xd7\x0b\x83\x1f\xf7\xdf\x2b\x8c\x4f\x44\x42\x54\xa6\xc1\xbe\x4c\x1a\x31\xe2\xb0\xf3\x2b\x9f\xe2\x48\xf7\xb2\x04\xf0\x1e\xbf\x10\x13\x43\x5f\x18\x41\xb8\x69\x64\xb6\xd7\xfa\x81\xb6\xd8\x9b\xa6\x94\xfe\x12\x4b\x3d\xd9\x07\xa7\x25\x9e\x3a\xc5\x02\x4b\x8e\xce\x89\xf0\x74\xe8\xf3\x33\xd2\x1c\xd2\x8a\x23\x6f\x60\x99\xd7\x9c\x7e\x36\x97\x54\x78\x91\x37\xbb\xb5\x5a\x23\x32\x37\xaf\x84\x3a\x2a\x95\xea\x90\x71\x01\x0e\xc4\xdc\xcd\x6b\xcd\x39\x53\x96\x86\x2f\xec\x26\xe9\x01\xfb\x0b\xae\x11\x7d\x42\x2a\xcd\x23\xde\x55\x49\x7d\xd5\xab\x08\x76\xf2\x92\x1c\x37\xef\x43\x34\x3b\xbc\x27\x2d\xda\x42\x87\x72\xde\x87\x84\x26\x10\xbf\x78\x22\x1b\x50\xb3\x98\x47\x66\x44\xa1\x08\xee\x43\xfe\x5b\x40\x78\xd5\x1e\xc1\xcf\x83\xab\x07\x2e\x03\xad\xd5\xfc\xc4\x78\xaa\x8e\xf5\x75\x8d\x43\x8b\x36\xf4\x1f\xd8\xa6\x75\x9d\x05\xc5\x31\xce\x84\xd0\x83\x90\x40\x8f\x36\x2b\x38\xb2\x29\x96\xbf\xa8\x16\xa9\x0f\xef\x09\x31\x28\x2e\xe4\x8f\x21\x5a\x96\x16\x42\x4a\x58\x23\xad\xf0\x8e\x28\x60\x0a\xd1\xa7\x00\x2d\xb0\xb3\xe0\x99\xbd\xfe\x42\xf5\x32\xdd\xb2\xd3\xf0\x76\x03\x3f\x54\x6b\x4a\x64\x34\x2d\x32\x1c\xe2\x3a\xcf\x50\xcc\x7a\x41\x3d\xe3\x13\x11\x37\x0d\x1d\x67\x29\x0b\x15\xdf\x1c\x70\x2b\xb9\xa6\xd5\x69\x6e\x1e\x61\x0d\x36\xa3\xe0\x5b\xe6\xe8\x9b\x48\xa1\x3b\x2f\x4c\x2b\x6d\xd1\x64\x97\xeb\x2b\x36\xca\x91\x47\xb3\xa7\x33\x36\x08\xd5\x0b\x8c\x19\x02\x76\x47\x4b\x9e\xe6\x67\x32\xa0\xab\x06\x9e\xa3\x9c\xc0\x42\xf2\xf8\x69\xed\x93\x09\x74\x2e\xdf\x1d\x0b\x2e\x0c\x3c\xa3\x99\x97\xee\x83\x62\xf2\xcc\x60\xf4\x4c\x52\x16\x6c\xdd\xf6\x90\x5b\xfb\x46\x96\x0e\xee\xdf\xe9\x36\xe2\xb0\x65\xe5\xfa\xd9\x8c\x3c\x12\xde\xac\x7f\xf6\xc6\x14\x2b\x21\x0e\xc8\x2a\x77\x65\x96\x49\x73\x42\xc2\x97\xef\x4d\x80\x9a\x85\x8e\xba\x33\x6a\xad\xd4\x04\x7f\x9f\x0c\x77\x9a\xa8\x20\x5c\x33\xf0\xd4\x00\xf8\x52\xb4\x87\x31\x67\xc8\x17\xf2\xbf\x0a\x6b\x0e\x47\xbe\xec\xf9\xdd\xdf\xd8\xf3\x7d\xd1\xfc\xb0\x94\x44\x7b\x5b\x34\x6b\x46\x35\x32\x5c\x49\x89\xb6\xb8\x94\xaf\xca\xd2\xc6\xe9\xe5\x91\xef\xc8\x1b\x47\x3d\xe7\x06\x0e\xbb\x48\xf5\x83\x3b\x48\x89\xb3\xb7\xe8\x93\x22\x5c\x16\x00\x53\x38\x22\x78\x6b\xf6\xe8\x24\x15\x32\x7b\x73\x12\xfc\xfa\x0b\x58\x0c\xb6\x47\xca\x69\xaf\x20\xdb\xbe\x54\xc6\x14\x2f\x5e\xc8\x3d\x46\x02\x70\x0f\x6f\x6f\xae\xb7\x24\x1d\x8a\x90\xf6\xbb\x98\xca\xec\x13\x4c\x98\xc9\x20\x40\x17\x62\x2a\x8f\x27\x4e\x0b\x09\x4c\xcf\xf9\x27\xd3\x7e\x2e\x0b\x4f\x4e\x4f\x2c\xd5\x82\x1e\x18\x5a\xe7\x7f\x86\x66\x6e\xab\x62\x84\x9a\x23\x81\x3c\x38\x7c\xfe\x0d\x1e\xda\x22\x31\xb2\x5c\xbf\x9e\xdb\xd0\x9f\x43\x80\xee\x99\xd7\xea\x88\x0d\xa0\x86\x59\xeb\x5c\xcd\xbf\xb0\xcd\x8b\x7c\x79\x48\x2e\x98\xa1\xd6\x60\x47\x29\x51\x78\x45\x20\xca\xbd\x54\xff\xad\xf5\x86\x84\xcf\xf7\xdd\xc7\xf7\xbb\x86\x7c\xe2\x67\xf3\x08\x6f\x4c\x7f\x9e\xf7\x28\xdc\xbc\x31\xcb\x40\x52\x1c\x6f\x40\x42\x51\x0d\xaa\xee\x54\x4e\x7a\x3f\x96\xb0\x2f\xc4\x00\xd0\xdb\xcd\x09\xda\x6f\x34\x45\xbd\x11\x6e\x60\x1d\xb4\xce\x1a\x45\x08\x27\x45\xaf\x6a\xf7\x80\xcd\x6f\x98\x50\xc8\xf7\xc6\x67\xd2\xfc\x8d\xbb\xab\x8d\x99\x4a\x56\xb5\xaa\x27\x00\x43\xcd\x36\xa0\x83\xf9\x86\x36\xa2\x05\x64\x44\x5a\xff\xc5\x7d\xd2\x8f\xab\x7e\xc2\x67\x16\x66\x56\x34\xc5\x1d\x04\x05\xf2\x14\x6d\x65\xe6\x3d\xf5\xa6\xe1\x4c\x11\x3c\xac\xf9\x08\xdf\xae\xd9\x72\x63\x64\x65\x75\xb7\x1a\x37\x9c\x57\xa1\x74\x66\x94\xa6\xfc\xfa\xf5\x4e\x10\x7b\x39\xde\x52\xbc\x0a\x99\xe1\x83\x3b\xe7\x55\x34\x11\x11\xb6\x19\x59\xf1\xc4\x08\x69\x4e\x5b\xf8\x02\x69\x96\x18\xc1\xdc\xc8\x6b\x6c\x73\x2b\xc1\xcc\xdc\xeb\x1b\xdd\xfd\x0d\x47\xdb\x3d\xe6\x68\xe3\x3b\x79\x9a\xa3\x0d\x4f\xc0\x76\xe3\x3b\x45\x69\x84\xe1\x38\xf2\xaf\x47\xc2\x42\x71\xb6\x8e\x30\x92\xb6\xf9\xc7\x74\x7f\xa6\xc0\x89\xde\xea\xd1\x4c\x3f\xba\x9f\xae\x68\x90\xa3\x23\x9c\x2f\x73\x39\xff\x40\xf0\x57\x16\xb6\xb2\xe6\x9e\x5f\x9c\x97\xc7\xc8\x67\x5b\x33\x96\xed\xc0\xf4\x12\x22\xc4\x93\x7c\xa7\xfe\xdd\xe5\x6d\x55\xca\xd3\xea\x45\x8f\x97\x8f\xc9\x2c\xff\xf5\xdb\x4e\x1b\x50\xe5\x58\x46\x78\x5f\xfc\xcb\xfb\x3e\x09\xb5\x00\xaf\xcb\xcb\xeb\xd7\x55\x67\xb4\xa4\x0b\xe5\xf2\x24\xfe\xfe\xbe\x3c\xde\xa7\x3a\xdf\xde\x82\xa8\x50\xd1\x03\x16\x1a\xde\x53\xfd\xff\xf1\x9e\xe2\x06\x47\x56\xf2\x1e\x85\xf7\xec\xf8\x3d\xaf\x86\x6b\xbe\x11\x61\x73\x70\xd8\x49\xd6\xf8\x30\x2a\xe3\x59\x78\x0d\xd4\xcc\xb3\xcb\xcd\x5d\xc4\xdc\xc5\x00\x84\x47\x75\xe2\xff\x6e\x17\xfa\xba\x0b\x0a\xaf\x24\xa3\xbe\x3e\xdc\xa7\x79\x4b\xb9\x44\x5f\xfa\x52\xdb\xf8\xe9\xdb\xcb\xb2\xc4\x21\xca\x53\x92\x23\x3d\x56\x6d\x3c\xae\xa0\xfd\x6b\x33\xd2\xd8\x36\x1e\x58\x6a\x33\x93\x2c\x3a\x3b\x4d\x2c\x67\x70\x49\xac\xc2\xc9\x54\x3c\x37\x6c\xb2\xac\x5e\x98\xcf\xf0\x44\xb8\x65\xf7\xc8\xd6\xb7\x61\x22\xda\xb0\x8a\x0a\xdc\xa3\x57\xf4\xd7\x17\x2a\x4c\xe8\xcf\x88\x3f\x08\x6c\x98\x6d\xbf\x1d\xe9\x94\xaa\xd4\x2c\x78\x19\x23\x96\x79\x27\xb9\x08\x49\xfc\x69\x6f\xb0\x67\xd9\x50\x04\x95\xc3\x08\x68\x46\xe5\xb0\xd7\x7d\xa3\x00\x17\xb2\xde\x8f\x7d\x43\x30\x82\x9f\x37\x08\xbc\x2b\x1a\xab\x3a\x67\x0c\x7f\x46\xfc\xf1\xb6\x6b\xdb\x53\x7e\xc3\xa2\x4a\x81\x67\xdf\x10\xd3\x44\x8a\x96\xeb\xd1\x34\x94\x36\x37\xa6\x41\x6d\xc8\x8d\xa8\x0c\x73\x50\x3d\x3b\x53\xbc\x20\xd3\xb2\xef\xe4\x08\xcc\x6d\xb1\xfd\x26\x0e\x19\xfa\x74\xe5\x85\x34\xa2\x3c\x48\x63\x64\xf7\x81\xd2\x45\xc0\x7c\x2c\xb7\x3e\x19\x75\x72\x72\x33\x4d\x0b\xad\x2a\x52\x96\xb7\xde\x5e\x58\x0a\x0c\xb2\x4d\x8c\x9c\xb9\xa5\x80\xa1\xdd\xd5\xda\x8b\xe2\xa5\x66\x1a\xe5\x4f\x69\x84\x83\x8d\x61\xed\x19\xae\xa6\xb7\x04\x0f\xf1\x9a\xb9\x29\x2f\x77\xe7\x73\x3a\x32\x2b\x74\x80\xe8\xdb\x0f\xab\x97\x39\x44\x00\x61\x7f\xc7\xd9\x20\x86\x38\x1b\xc4\xe7\xf8\xf9\xa6\x30\x8e\xc7\x00\x35\x16\xe9\x6f\x7b\xab\x06\xfd\xb2\x37\xb4\x7b\x4b\xe9\xf2\xff\xc8\x04\x72\x3c\x5d\x06\x4a\xf0\xeb\xe2\x9f\x4d\xe0\x14\xb1\x5a\x25\x4c\xe0\xed\x87\xd5\x4b\xe6\x7a\xde\x66\x98\xb7\xb9\xac\xf6\x6f\x4e\xdc\x74\x7e\x49\x0c\x64\xcc\x91\x40\xe8\xf0\xfb\x81\x56\xe1\x29\xf4\x2f\x47\xcc\x1e\xec\x69\xbb\xb5\xe7\x25\xa3\x82\xfd\xd3\xf3\x92\xdc\x5d\x5d\x11\x3c\xb0\xa1\x02\x01\x74\x8d\x8a\xb4\xe2\xfb\x5a\x8a\xe2\x93\x1f\xde\x39\x73\x45\x29\x17\x3d\xa1\xce\x8c\xeb\x62\x63\x6c\x94\x4d\xdf\x62\x37\xca\xd8\x62\x37\x35\xf3\x5b\xbb\x7c\x67\x82\x7c\x10\x5d\x64\x0d\xa4\x7e\x28\xb9\x09\xa0\x43\x33\xd6\x65\x8b\xbd\xe8\xd6\xfc\xab\xdc\xfb\x22\x9c\x9b\x83\x1d\x61\x58\xa8\x9d\x02\xb0\x86\x11\x6a\xbf\xb5\xcc\x73\xcb\xd5\xca\xb0\x17\x75\xbe\xb4\x2c\xfd\xd2\xe7\xc6\xb6\xcc\xaf\x18\xff\xb3\xf2\x4b\x9f\x1b\x7a\x7b\x50\xa2\x3c\xc3\xb5\x5a\x22\xf9\x7a\xd8\xc4\x53\x0a\xd2\x38\xe5\x6a\x0f\xdb\x4e\x92\x30\xe2\xd7\xbc\x7b\xa8\xdd\x08\x6c\x88\x79\x2e\x0e\x78\x3c\x7d\xdb\xa8\x00\x7b\x8c\x62\xb0\x59\x13\x4a\x46\x45\x93\x59\xa6\xda\xba\xc2\x3e\x58\xdf\xff\xe1\x19\x06\x37\xd9\x12\xe7\xf5\x77\x9e\x5d\x8e\x3f\xb0\x7d\x22\x0d\xff\x48\x69\xe9\x75\xb2\xdb\x2c\x6a\xf2\xc9\xcd\x51\xfc\xd3\x5e\x9e\xfb\x8e\x2f\x5e\x63\x56\xca\x18\x24\x67\xfd\x4c\x56\x1b\xf2\x64\xc8\xf3\xf5\xc2\x12\x10\xb3\xda\xd0\xba\x37\x6d\xf9\x18\x0e\x38\xf4\x85\xdf\x29\x8f\x6e\x9c\x5c\xac\x0c\xd3\x41\x91\xa9\x93\x96\xc1\x49\xc7\xe6\xff\x10\x44\x45\x16\x1a\x52\x6b\x5c\xf1\x9d\x13\x3e\x86\x0e\x12\x11\xe4\x00\x21\xd9\xcf\x8c\x3d\xda\x7d\xa7\x8c\xe4\x16\x66\x14\x28\x97\xe1\x1f\x46\xc9\xc6\x21\xde\x43\xd6\xc0\x1a\xba\xde\x70\xd7\x93\x8a\xef\x8c\x95\x11\xe5\xc3\x0d\xba\xae\xd2\x11\xa5\x16\x3a\xdc\xf9\x89\xa0\xfa\xe3\xf9\x55\x09\xcf\x4f\x7f\x3c\x5f\x36\xcf\x3b\x5a\x2c\xb7\x8a\x4c\x80\xc7\xa3\xca\xc8\x45\x9e\xc2\x1e\x72\xea\xcb\xf0\x05\x33\x6b\x24\x26\xc2\x59\x93\xa9\xc0\x08\x1e\xef\x8d\xb0\xd2\x7d\x38\x72\xf2\xc6\x17\x32\x5e\x5d\xf8\x15\x0a\x56\xcb\x21\x43\x6f\xdf\x0a\xd6\x1a\x8e\xd6\x31\x76\xd3\x6b\x69\xd2\x40\x2c\x0d\x25\xe6\xcc\x1b\x30\x2a\x50\x50\x0d\x16\xd4\x55\x46\x03\x9b\xa8\x82\x8a\x6a\xda\xa9\x4a\x21\x3a\x66\x24\x7d\x48\xb6\x27\x0e\xfc\x82\x4f\xa0\x99\xcf\x52\x2e\x66\x13\x4c\x2c\x20\x97\x4b\x5d\x6c\x71\x08\x8f\x76\x27\xa4\xdb\xcd\x0f\x50\x68\x17\xf4\x57\xef\xe4\x7e\xca\x71\xd5\x4a\xa8\x47\xdb\xd7\x32\xdf\xc0\xb1\x5b\x41\x31\xc9\xfe\xd8\xf0\x42\x3f\x4c\xe1\x3c\x45\x1d\x27\x6d\x3c\x9a\xb4\x30\xc5\xe4\x9e\xd7\x15\xb9\x80\x01\x2a\x31\x69\xed\x00\x7d\x9f\x39\xc3\xe7\x7c\x3c\x53\xd0\x1e\x72\xc5\x0a\x32\x02\xf3\x1f\xad\x67\x04\x38\x0e\xb3\xd5\xcc\x67\xa7\x91\x06\xb3\xee\x5e\x2c\x5a\x1b\xc5\xfd\x8d\x73\x0d\xc4\xd0\x6a\x86\x23\xd0\x75\xd7\x06\x52\xdd\x32\x6b\xf9\x3b\x75\xe6\x99\x30\x8f\x7e\x0a\xf5\x08\x5c\xf4\xd7\xe3\x11\x3b\x38\x3b\xa6\x6e\xde\x44\x32\x11\x86\x02\xf6\x34\xd0\x8d\xac\x78\xa9\xd5\x57\x1b\x15\x4e\x75\x7a\xc2\x3e\x17\xd3\x24\x05\xc2\xe8\xaa\x3c\xb9\xfd\x72\x56\xb3\xe5\x87\xaa\x25\xd4\x37\xf9\x46\x7a\xcd\xec\x21\x37\x08\x17\xf2\xc7\x7d\x73\xca\x4d\xee\x6d\xaf\x46\x75\x33\x2b\x6f\x5a\x6d\xf3\x80\x76\xa7\xa5\xa9\xef\xb8\xcf\xd3\xb9\x41\x1e\x10\xef\x7c\xbe\xca\xb0\x9c\x16\x7d\xd2\xe7\x39\xf7\x74\xa7\x66\x3f\x7f\xdf\x4b\xa1\xce\x9e\xfd\x61\x7b\x66\x2a\xd8\xf1\x0d\xbb\x7a\x8b\x15\x5c\x6d\xa5\xb5\xbc\xf1\x06\xed\x7a\xdf\xba\xde\x57\x7c\x36\xc7\xc6\xf9\x7f\xd7\x35\xf7\xe0\x47\xda\xf6\xc0\x3f\xe4\x81\x21\xa1\xde\x0b\x9c\xdf\x93\x7b\x71\xfa\xa2\x79\x57\xcd\x48\x27\xf3\x4f\x36\x8c\xaa\xc9\x31\x1d\x0e\xad\xd0\x95\xa9\x21\x69\xca\xbd\x55\x7e\xf6\xfa\x93\x0e\x60\x73\xea\xed\x48\x7e\x06\x25\xec\x53\x27\x70\x0f\x75\x77\x86\x16\x11\xcc\x3e\x99\xf3\x4e\x81\xd5\xc2\xd9\x38\x55\xf6\x6d\xc5\x0c\x5c\x3e\xfb\x34\xdf\x9f\xb3\xad\x92\xa7\x4e\x0f\x14\x37\x53\xbf\xd8\x22\x72\x4b\xce\xbd\xdf\xb9\x64\x70\x3a\xc0\x87\x28\xd6\xd2\x7e\xd9\x09\x54\xab\x37\xfa\x48\x99\xd8\xaa\x1e\xed\x30\x3b\xf9\x73\x83\x4d\x51\xee\xbc\xce\xfb\xc9\x74\x0f\x2f\xf8\x67\xec\x92\x7e\xf3\xe5\x02\x61\x27\x77\x6e\x5c\xac\x7c\xc1\x46\xba\x3c\x07\xa9\xfb\x4d\xd1\x5c\xc9\x59\x4d\x3b\x13\x65\x26\xdb\xe8\x92\xbd\x2a\x78\xe4\x37\x9e\xa3\x37\x12\x4c\xe7\xc7\xd6\xdb\x1d\x10\xe5\x10\x4d\x28\x20\xf2\xeb\x5f\x6e\xbd\xc8\xb7\x69\x74\xb4\xf5\xa2\x5b\x5b\x2f\xfc\x65\xeb\xa9\xf7\x5f\xb7\x5e\xcb\xf6\x4a\x5b\xef\xfc\x73\xeb\x65\xbd\xdd\x77\xaa\x26\x59\x28\xa1\xed\x5c\xbe\xc1\xa0\xfd\xe6\xf3\x62\x39\x1b\xd7\x69\x48\x1d\x23\x20\x6b\x12\x0a\xa6\xf5\x63\x3e\x9d\x83\x1d\xd5\x8b\x88\x18\x24\x81\x47\xef\xc7\x0c\xe7\x3a\x12\x42\x67\x71\x01\x2b\x5e\x8d\xac\x95\x9f\xb4\xa8\x3a\x47\x81\x13\x23\x5a\x1b\x3d\xdb\x2b\xdb\x4c\x55\x34\x63\x54\x0e\x4a\x15\xd2\x1b\x3f\xb3\xc3\xd4\xdb\xda\x31\x0e\x03\x75\x40\xee\x6d\x6b\x43\xf2\x6f\xdb\xbc\x96\x74\xdb\x96\x68\xcf\xd4\xa2\x0a\xb1\xb7\x98\x6f\x38\x65\x29\x7c\x8a\xba\x6d\x6d\xb6\x2c\x9c\x1d\xea\xce\x88\x30\x46\xda\x42\xe9\xf1\x0b\xe2\x55\xa6\x9c\x58\x59\xab\x92\x97\x48\x10\x81\x7c\x96\x2b\x60\xf7\x14\xe6\xfc\xee\x92\x8d\xfb\x63\x4d\x88\x9b\x2d\x1d\x83\x7a\x26\x86\xd1\x37\x63\xb9\xdb\xc1\xec\x77\xd8\x49\x67\x28\x8e\xed\xb7\x35\x21\x01\x28\xc4\x7d\x4c\xa5\xbb\x24\xfb\x58\x48\xe7\x82\xce\x73\x8a\x82\x12\x1c\x7c\x4a\xc7\x9a\x67\xa3\xd3\xb3\xaa\x6f\x26\x67\xeb\xed\xe4\x98\xce\xdb\xe2\x43\x55\x56\xc8\x3d\xad\xb3\x72\x0c\x2b\x45\x6d\xce\x87\x60\x15\x08\xf1\xab\xea\x55\x76\xfc\x3a\x44\xc2\xc3\x86\x6f\x1b\x82\x21\x53\x9f\x61\x43\x2b\x55\x00\x14\x1f\x11\x3d\x25\x19\x4d\x07\x18\x92\x39\xe4\x63\x82\xc8\x3c\x11\xb3\x6f\x1e\x36\x70\x94\x1d\x99\x03\xc4\x44\xa2\xea\xac\x4f\xcb\x06\x42\xbc\x99\x7e\xca\x44\x6c\xea\xc3\xc2\xbf\xd4\x2c\xa7\xaf\x2a\xca\xd3\x97\xe7\xeb\x11\x86\x9e\x33\x10\x83\x97\x03\x90\x6c\x44\x87\xb2\xc5\xf6\x54\xb6\x47\xbd\x50\x94\x65\x12\x83\xab\x3a\xd9\x1b\xfb\xc1\x7a\x72\x76\x60\x7d\x99\x98\x58\x5c\x9e\xd4\xff\x92\xf7\xcb\x13\xdd\xd5\x23\x89\x77\xe3\x2a\x8a\xdd\xa9\xd2\xf1\x72\xd0\x0e\x85\xba\x4f\x6c\x26\x2d\x10\xf0\x5c\x86\x05\xb4\x98\x14\xe8\x14\x1f\x45\x85\x5b\x7b\x53\xc7\xf0\x79\x8d\x0f\x1c\x8b\x1e\xde\x68\x66\x87\x5c\x50\x1c\x43\xc2\x22\x16\x38\x51\x8e\x49\x6a\x15\x52\x31\xa7\xe1\x84\xc6\xa8\x6b\x1c\xe8\x83\xe2\x88\xb0\xdc\x72\x2a\xe4\x22\x77\x6b\x28\xbe\x9b\xa8\xad\x64\xee\x55\x77\x3c\x37\xc9\xa4\x18\x16\x30\x96\x42\xdd\xc7\x55\x1f\xd0\x0f\xd9\xc1\xcd\xc1\x5a\x7e\xb3\x05\x2f\x55\x67\xb5\xb2\x1e\xad\xd9\x73\xba\x2b\x9f\xf4\x44\x4f\xec\xae\x4f\xe5\xcf\x12\x21\xea\xa8\x77\x23\xa1\x77\x10\x0f\x84\x32\x95\xc3\xc5\x4e\xdd\x5c\x20\x18\x1b\xf4\x8e\x63\xca\xb8\xd5\x3c\xd7\xb8\x32\x26\x64\x9f\x6e\x8e\x37\x65\x4c\xf0\x4b\x90\x85\x1d\x5f\xb4\xeb\xeb\x3b\x52\xf3\x3b\x10\x91\xa9\x3a\x51\xfe\xe6\xeb\x2f\x14\x25\x5a\x53\x8e\x53\x9a\xdd\x18\xa9\x51\xf6\x7f\x63\xc6\xd0\xf6\x75\x09\xab\x30\xfb\xf6\x05\x89\x5a\x1f\xf5\x6f\x0e\xe0\xa6\x5a\xef\x9f\xeb\xf6\x63\x06\xf5\xed\x1d\x69\x26\x1d\x2e\x27\x39\x61\xb7\x70\x99\x2a\x31\xe8\x19\x59\x09\x0e\x6a\x51\x48\x8b\x02\x05\xb5\xe4\x04\x48\x62\x79\xda\xc6\xdf\xae\xa5\xd0\x67\x7a\x71\x53\x20\xb4\x86\x81\xef\xb3\x13\xd2\xd3\x46\x55\xfc\x9d\xe2\xfe\xa8\x36\x31\xbb\x3e\x38\x93\x7c\xad\xeb\xbb\xfe\xb7\x03\x9b\x8b\x08\xf5\x30\x18\x55\x92\x76\x18\x96\xe4\x3a\xb7\x29\xc4\xff\x72\x9a\x62\x40\x02\x51\xd5\x7e\xdb\x49\x56\xc1\x0e\x62\xb9\xe3\x5e\x72\x6e\x83\x25\x0e\x32\xd0\xf8\x91\xac\x8d\xeb\xce\x5e\x09\xf1\xf8\x77\x45\x28\xfd\x8b\x08\xa5\x22\x78\x49\xb2\x19\x86\x50\x57\x0c\xd0\xda\xda\xc3\xe3\x32\x91\xf1\x24\x11\x96\x46\xc2\x47\x11\xa7\xe0\x34\x6e\xc0\x4e\x1a\x9e\xfd\x44\x47\xe1\x3c\x83\x09\x6e\xad\x29\x88\x96\xf6\xd9\x01\xa8\xca\xe3\xb3\x7f\x91\x6b\x22\x1d\xf3\xe7\x9d\xac\x46\xf3\x89\xc7\x76\x59\x1f\x20\x50\x6b\x96\x9d\xcc\x73\x5d\x02\xf8\xda\x9b\x27\xa6\xfe\xca\x3f\xec\x14\xd9\x6c\x18\xb8\x7a\x12\xd6\x51\x2a\xc5\xcc\xc4\x0c\xef\xff\x6d\x26\x42\x75\x26\xff\x79\xd7\xfe\x9e\x2b\xa0\x2a\xbf\x87\x32\x2a\x67\x3b\xeb\x05\xd4\x2f\xa5\x30\xd4\x77\x72\x8e\xfb\xe7\x2b\xf2\x6a\xed\x48\xa3\x50\x1f\x2e\x13\x44\xc1\xae\xd3\x0a\x43\x68\x16\xda\x70\x1a\xbe\x92\xad\x04\xe0\x7e\xd5\x3a\xee\x0d\x18\x10\x2a\x54\x35\xcc\x7d\xa5\x45\x85\x47\x58\xc0\xbb\x7e\x45\x24\x53\xef\x30\x37\x3a\xf6\x15\xe9\xee\x36\x2c\x99\xdb\x46\x0b\x55\xb0\xfc\xb8\x00\x39\x67\x2a\x0b\xfb\x06\x40\xf1\xf7\x00\x97\x2f\xc7\x1e\xdb\x95\x9c\x4f\x51\x54\x1b\x59\xaa\x81\x1a\x69\x6a\x73\xdf\x77\x9a\xaa\x71\x58\x28\x20\x22\x0f\x32\xda\xab\x14\x65\xeb\x85\xda\x7d\x57\x51\x42\xda\x1d\x7a\x26\xf3\x04\xf3\xa0\xf4\xa2\x24\xc1\x0c\xe6\xb8\xb1\x49\x3a\x39\x25\x5b\xea\x48\x59\x09\xfe\x59\x72\x02\x41\xad\x20\x51\x4d\x96\x74\xdd\xc5\xe0\x8a\x41\xd7\x13\x71\xce\x6d\x70\x96\x28\x72\xc3\x0a\xc9\x4e\x3c\x9c\x1b\x2c\x6b\xce\xb2\xa8\xf4\x98\x78\xf8\xcf\x8a\x37\xb4\xdd\x9c\x46\x41\xee\x21\x6e\x32\x28\xc8\xf5\x58\xf1\x5e\xeb\x19\xad\x18\x66\x04\x15\xa9\xda\xe1\x4a\x0d\x2a\x56\xad\x5d\xb1\x86\x2c\x1f\x1f\x71\x9a\xfb\xd6\x46\x95\x23\xe9\x1c\x6c\x17\x4b\xb5\xe0\xb4\x8f\x98\x0a\x49\xd5\xe0\x3d\x66\xbc\xe0\xde\x34\x26\x13\x21\x85\x21\x04\xb3\x98\x66\x7b\x70\x93\xe7\x2a\x2e\xe9\x00\x43\xad\xc5\xc8\x20\x6b\xeb\x9a\xc4\x97\x85\xe4\x10\xd1\xf6\xf6\xd9\x90\x16\x41\x38\x2c\x8c\xbe\x9f\xbe\xd7\xbf\x71\x6f\x78\x7d\xaf\x6b\x8e\xb1\xcb\xab\x7c\xa1\xf4\x19\x2b\xb0\x3c\x37\xd8\x43\x1b\x9d\xc8\xf9\x36\x32\x9f\xc8\xd5\x74\xdb\xa7\x7e\x5a\xec\x98\xd0\x01\xb2\xf1\xce\x88\xd0\xc4\xaf\xd9\xa3\x5c\x93\x3a\x38\x3d\xc9\x12\x4e\xd3\x7d\x95\xe7\x87\x63\xf9\xba\x79\x32\xe6\x2a\xb2\xb0\xfa\x4f\x76\xa2\x7e\xc6\x04\x50\x92\xd1\xee\xd8\xf8\x6d\xca\x10\xbd\xc0\x27\x4a\xcb\x3b\xc4\xd0\x43\x69\x55\xf2\xb2\x34\x51\xa0\x38\xa7\xc9\x05\x4b\xc4\x08\x60\xab\xa5\xa7\x34\x33\x17\xd3\x44\x7b\xf8\x26\x81\x58\xc3\x79\x13\x93\x24\x82\x59\x0f\x74\x0e\x92\x01\xc6\x4a\x3b\x07\x23\xc8\x88\x8d\x21\xaf\x1c\xa4\x05\xb9\x07\x90\x72\x6c\xc7\x39\x83\x29\x77\x8f\x04\xa7\xf1\x5a\x25\x7a\xd2\x91\xcc\x11\x3a\x0a\x05\x69\xc3\xb4\xbd\xfb\xc4\x7b\xb6\x9f\xa9\xf7\x4c\x39\xff\x63\x86\xbf\xad\xe3\x47\x5a\xbe\x72\xb1\x8d\x5d\x60\x17\x75\x17\xa8\x8e\xd2\x9c\xe6\xec\x36\xa9\x8d\x51\x33\x0e\xb1\x46\x19\xef\x7b\xa6\x3d\x3c\x4d\x48\xb3\x6b\x9d\x3f\xcc\x53\xc8\xd4\xa1\x70\x36\xdf\x2b\x9b\x6d\xc3\xb3\xab\x74\x35\x83\x40\xf6\x3d\xec\xdf\xd9\x39\xac\xe1\xe3\x85\x7f\x9d\x78\x06\x3d\x3a\x38\x72\xe2\xe7\xd5\xc6\x54\x5f\x28\x39\x79\x49\x35\x6b\x0b\x51\x54\x61\x8c\xf4\x29\x35\x89\x13\x77\x9f\x7a\xe7\xa3\x7e\x56\xbc\x62\xd8\xf3\x32\x71\x9e\x8b\x9b\xef\x40\x36\x0d\x4d\x88\x8f\xa2\x59\x01\x7e\xcb\xeb\xee\x96\x90\xa2\x5c\x79\xb5\x07\x44\x60\x45\xa1\x6a\xae\xc1\x2c\xf4\x38\x26\x5b\xfb\x4c\x72\x0f\x4b\xb7\xc1\x9e\x96\xda\x98\xe1\x14\xc7\x94\x13\xa3\x0a\x89\xb4\x1a\xbc\x5c\xfc\x00\xc3\x3c\x8f\xbb\x84\x09\xe8\xee\x43\xb2\x33\x8a\x1c\x69\x81\xb1\xb6\xdb\x9c\x50\x8c\xef\x44\x0c\xb0\x8c\xc1\x18\xe9\x23\x9d\x38\xfc\xa3\xa0\xe8\xf6\x50\xe0\xe4\xfe\x8f\xb2\x98\xdb\x03\x8c\x5a\x91\xc6\x30\xa7\x4a\x27\xea\x9e\x2b\xec\xb8\x51\x23\x89\x52\xe3\xfa\x42\x48\x7a\x24\x19\xd2\x7c\x8a\x6a\x55\x23\x2e\xba\xd0\x01\xef\xa6\x80\x66\xaf\x20\xa3\xf0\xf2\x51\x27\x49\xb2\x44\x40\xc1\x8e\x64\x44\xd8\x53\x05\x2a\x8e\xfd\x8f\x91\x58\x9b\x03\x5a\x82\xa7\x7e\xbe\x9c\xea\xbf\xdc\x07\x55\xd2\x10\x51\xfa\x47\x94\xa5\x7d\xd6\x37\xfc\x83\xf3\x57\xef\xcd\x92\x9c\x35\x47\x9d\x35\x61\x8f\xbc\xbb\xf4\x48\x12\xd5\x09\xfd\xac\x01\x14\xcb\x4f\x9a\xa6\x35\xb3\x3d\xdb\xaa\x86\x86\x58\xf8\x5c\xd4\xb8\x8a\x32\x0b\x8b\xe9\x23\x4f\x85\x5e\x5e\x27\x94\xf8\x15\xf1\x8f\x56\x14\x2e\x23\xc0\x16\x14\x74\x4d\x9e\xeb\x32\x45\x43\x8a\x83\x3c\x51\xb5\x2e\x45\x6e\x13\x11\x50\xd2\xb5\x6a\xee\xdc\x74\x4f\xea\xf9\x2f\xd4\x82\xdf\x24\xf5\xdd\x23\x6d\xf1\x29\xe1\x10\x2e\xea\xee\xf3\x55\xa7\x33\x0e\x6a\xb9\x49\x1c\xea\xe5\xb7\x4e\xb3\x8f\x64\x3f\x58\xc0\x1b\x8a\x7f\x02\xd1\x02\x98\xe2\x18\x93\xe7\x9d\xc3\x3a\x9d\x91\x8f\x14\xf3\xd9\x2a\x87\x5c\xfa\x5e\x0b\xfd\x52\x62\x47\xd8\xd9\xbd\x16\x7a\x2f\x8e\xb0\xa8\xf5\xed\x87\x94\x23\x4c\x57\x34\x39\xe6\x6a\x5f\x58\x88\x22\xcd\x0c\xab\x13\x94\x34\xce\x81\xa3\x0a\x90\x02\xc4\x65\xc8\x61\x2f\x5e\x1d\x2d\x9a\xcf\xf6\xf5\xff\x29\x2f\x9a\xce\x62\xe9\x0e\xd6\x41\x86\x53\xbd\xf2\x37\xfd\x4a\x01\xfc\x4a\x0d\x6d\xe4\xa2\x16\xc5\xaf\x7c\xcd\x7d\x10\x9d\xab\x60\xbe\x07\xc8\x26\xc5\x0f\x8a\xa9\xcc\x51\xda\x61\x16\x64\xfe\xea\x12\x08\xdb\x33\xa1\x2b\x78\x0c\x97\xf2\xef\x9c\x69\x04\xc4\xa2\xc5\xbf\x74\xa6\x51\x79\x15\x0a\x89\xf7\x9f\xe2\xe2\x77\x51\xec\x78\xbe\x52\x93\x44\x06\xb6\x2d\xc3\x44\x08\x92\xb2\xd5\xa8\x55\x35\xa9\x7d\xff\x4f\x29\xa6\xfd\x93\x62\x6a\x3f\x29\xc6\x65\xa6\xf4\x97\x3e\xd2\x84\x04\xfe\x92\xb6\x8a\x7f\xcf\x9b\xaa\x99\x2d\xe4\x2d\x29\x2a\xa4\x15\x66\xff\xb9\xd3\xb2\x29\x9a\xd7\xc4\x75\x54\xf8\xab\x10\x06\xdb\xf8\xbf\x4e\x5c\x79\x2b\x00\xee\x65\xb4\x05\xa4\x31\x85\x7d\x74\x27\x7b\xa4\x97\x1e\xb9\xe3\x89\xdb\xe0\x49\x8d\xdc\x2b\x05\x87\x03\x80\x14\xd3\x53\xc8\x96\x75\x43\x50\x03\xa1\x1a\xee\x34\x1d\x0d\xa4\x48\xc7\x57\x8c\xf6\xc8\xc4\x85\x58\x85\x14\x71\xed\x25\x49\x52\x2b\x19\x14\x52\x4f\xfb\xa2\x39\x9c\xee\x1b\x64\x98\x8c\xbc\x84\x72\x28\xf4\x74\xcb\xb5\x66\x8c\x24\xe1\x51\x8b\x99\x97\x70\x23\xca\xcd\xbd\xb4\xd0\x15\xed\xa5\x3b\xd9\xfc\x6c\xf2\xad\x93\xcd\xf7\xd7\xb4\x44\x73\xe1\x5f\xbf\xa1\xc7\x65\x0e\x06\x0b\xba\x56\x59\x99\x87\xdf\x98\x03\x88\x7e\x88\x5e\xf3\x0f\x23\x90\x97\xd4\x69\x0b\x34\x29\x38\x03\xe9\x71\xb3\xca\x4b\xee\x6e\x85\xca\x17\x59\xb9\xdc\x92\x82\xf1\xcc\x43\x22\x97\xe1\x03\x65\xc4\xe9\xa7\x18\x32\xa0\x38\xc4\x66\xf2\xfd\xfa\xf1\x6f\x52\x03\x55\x13\x28\x5c\xa8\x21\x65\x52\x60\x6a\x38\xfe\xe7\xa8\xe1\x55\xa8\xfa\x37\x6a\x78\xfc\x8f\x52\xc3\xbf\x58\xc8\x9f\xd4\xf0\x2f\x48\x2a\x4d\x0d\x76\xff\x6f\x79\xf9\x76\x58\xbe\x9a\xac\xfe\x33\x6a\x00\xf7\x4d\x78\x40\xba\xbb\xa6\xe9\x6e\xff\x5f\xa5\x86\xb5\x22\x72\x28\x5b\x72\x38\x49\x28\x30\x62\x29\x0f\xea\x5a\x63\x61\xb3\xf6\x2f\x2a\x0b\x20\x13\x9a\x21\x4a\x49\xff\xa5\x62\xa1\xff\x93\x8a\x85\x0f\xc5\xc2\xbd\xb3\x87\x04\xe1\x37\xc5\x54\x53\x89\x0f\xb4\xe6\xb6\xc0\x39\xfe\x57\x21\x73\xc1\xbc\xf5\x43\xd1\x9a\x4b\x56\xb4\x16\x72\x0d\x45\x8b\xc0\xd7\xde\x5b\x6c\xd2\xd3\xe4\x05\x31\xc7\x43\x48\xd6\xbe\x89\x5a\x54\x3c\x23\x51\x56\x54\x75\xca\x40\xfd\xe1\x95\x52\xa3\xc8\x96\x18\x68\x2a\x21\xcb\x9a\x4c\x9f\x35\x99\x87\xff\x94\x26\xe3\x53\xee\x2a\xab\x26\xa2\x35\xc5\x10\x86\xb3\x6f\x43\xd9\xd8\xd4\xee\xff\xdd\x71\x54\x6a\xa7\xa6\x5b\x56\xae\x56\x4c\xd5\xe5\x62\x83\x3c\xbc\x13\x15\x5b\x14\x18\x00\x1e\xfa\x22\xd8\x18\x71\xa9\x51\x44\x5a\xef\x25\xe8\x8a\xc6\x34\x26\x7b\x67\xe4\xa1\x2a\x7c\x3a\xfa\x4a\x8c\x25\x01\x36\xf9\x67\x8a\x7b\xd3\x8f\xac\x61\x05\x42\x47\x12\xc7\xbd\xed\x2b\xa7\x50\x10\x2b\x25\x18\xa8\xb7\xa5\xfa\x4d\xd5\x0a\x84\x7a\x02\x9d\x26\x2f\xac\x2a\x94\x43\x80\x97\x9b\x2a\x08\xa8\xaf\xe9\xaf\x3d\x34\x85\x1a\x42\xc9\x63\x8d\xcd\xa8\x79\x34\x3c\x52\xf3\x8e\xde\xaf\x6a\xde\x40\x04\x33\x52\x58\x99\xc6\xf3\xd1\xb7\xe8\x60\xe4\x0a\xfc\x7b\xad\x8e\xb2\xe9\xc2\x1f\xbc\xe6\x80\x14\x7f\x2e\x47\xd6\xa5\x1d\xfa\xbf\x43\xf7\xdb\xfc\x57\x75\xbf\xe0\xe1\x87\xee\x97\xb2\xb6\x25\x66\xe5\xc3\xf4\xea\xf0\x23\x80\x1f\x9d\xfd\x1b\x66\x9b\x89\x14\xca\x55\x8b\xe2\x45\xf8\x07\x30\x15\x6a\x15\xa1\x06\x81\x72\xd5\xc5\xb5\x89\x0c\x43\x77\x7a\xbd\xf3\xbf\x4a\xa8\x78\xd1\xce\x60\x63\x35\xb3\x5b\x1c\x39\xf6\xba\xb2\x4b\xc4\x4e\x15\xaa\xea\x0e\x99\xd5\x88\xb3\xae\x6d\x11\xd7\x57\xe5\xb6\xd1\x36\xa9\x3c\xac\x43\x95\x6d\xa5\x8d\xd2\xea\xd1\x75\xbf\xfb\x73\x08\x1b\x82\x03\xfe\x50\xbd\x9d\xd8\x32\xa5\x88\x85\xaa\x88\x33\xae\x5e\x2b\xde\x52\x70\x9a\x64\x8a\xf3\x85\xef\xca\x2a\x37\xcc\xfe\x68\x78\xe4\x52\x61\x19\xfa\xa8\xe6\x59\x9e\x27\x75\xe7\x64\x4d\xd1\x6b\x35\x9b\xa4\x6a\xde\xb6\xf9\x70\xb1\x3e\xdf\xc2\x84\xba\x1b\xde\x38\xb5\x7a\xc2\x2f\xa9\x43\x8c\x1c\x7d\x2e\xdc\x8b\xbe\xfc\x55\x2a\xa9\x12\xf8\x51\x97\x78\x2f\x8d\xa5\x9e\x67\x7c\x14\x15\xf9\x25\x14\xed\x7b\xec\x95\xfb\xf8\xa7\x48\x35\xf2\x3d\x41\xb1\x0b\xce\x1b\x75\x89\x48\xb3\x96\x50\x18\x2c\xff\x90\x51\xe9\x17\xd8\xef\x8a\x2b\x6f\x1a\xaa\xef\x2e\x90\x40\xe8\x8d\x4c\x9d\xed\x63\x29\xd4\xc3\xee\x66\x18\x97\xcd\xa8\xbc\x19\xc6\x85\x2c\xd6\x5f\xc3\xb8\xae\x03\xbe\xc4\x3e\x69\x99\x9e\x92\x81\xf0\x43\x4d\x67\x9b\x18\xdc\x58\x1b\xca\x29\xb0\x7b\x35\x15\xe0\x42\xa5\xbd\x56\x93\x2b\x31\xe5\xdb\x16\x8f\xe4\x37\xdf\xb7\x98\xcb\xc4\x5b\x7e\x46\xd0\x4a\x6a\x12\x0c\x55\x1f\xbd\x1f\x0e\x1f\xa7\x2d\x5a\x97\x10\x9b\x4b\x4f\xb7\xbc\xe8\xa6\x8b\xe8\x46\x17\x2d\xd1\x3c\x5e\x08\xa9\x55\x01\x0a\xc9\x70\x41\x0a\xfa\x80\x8b\x9b\x79\x46\xdc\xab\x48\x7b\xa8\x9b\x7f\xfc\x33\x85\x39\x8a\xd1\x69\x8f\x27\xce\xf8\x3b\xc8\xae\x10\x26\x74\x40\x65\x8b\x11\x95\x7b\x40\x3a\x6c\x0d\xd8\x90\xdd\x02\x30\x03\x4f\x08\x94\x5c\xc9\xd5\xb4\x91\xb2\xab\x1f\xe4\x94\xa8\x31\x8b\xa3\xca\xda\xd3\xc7\x55\x9f\xaa\x8e\xcb\x74\x4c\xc5\xa7\x50\x8d\x30\x77\x2d\x63\xce\xaf\x82\x8e\xf6\x84\xb7\xe7\xe6\xbf\xcf\xd1\x8c\x72\xca\x5b\x31\x11\x64\x74\xfd\xaa\x29\xfc\x28\x25\xe9\xc2\x31\xd0\xca\x06\x88\xda\x85\x43\xa9\xef\xb4\xc5\x7d\x45\xd6\x8e\xdf\x43\x9b\x76\x14\xd6\xae\x28\xd7\xfc\x76\x97\x9b\x5f\xbb\xec\x8a\x8a\xac\x24\xbf\x1e\x3f\x0c\x63\xc8\x10\x44\x75\x56\x1d\x3e\xbe\x4f\x04\x25\xfb\x1e\x7f\xe9\xaa\x25\xfc\x82\x2c\x55\x99\x06\xa6\xe4\xab\x08\xe5\xea\x7c\xe5\x46\xa3\x24\x53\xf5\x3e\xfd\xf8\xa5\x0b\x5d\x4a\x3e\xf0\xff\xd6\x44\xb7\x44\xf3\x01\x10\xd0\xb6\x45\x81\x7c\x69\x27\x9a\xec\x95\x82\x36\x6d\xbb\x73\x46\x42\xc7\xde\xe1\x6a\x96\x2c\xb2\xec\x58\xae\x94\xf5\x04\x5f\x1c\xaa\x9b\xb1\xa1\xd3\x60\x21\x97\x91\x74\xb6\xf6\x04\x98\xda\x13\x20\x54\xcc\x2a\x7d\x21\xf6\x88\x26\xc2\x07\x74\xb7\x9c\xf8\xba\x94\xc2\x8f\x54\x71\x7c\xe5\x78\xe7\xa7\x77\xc0\x87\x02\x22\x03\x1e\x43\xe2\x03\x6a\x23\xcd\x14\x20\xc0\xcd\x4d\x23\x30\x9c\x51\x7b\x86\x62\xce\x67\x6a\xeb\x7d\xfb\x6d\x2c\x45\xdb\xf5\x0e\x33\xe5\x4c\xed\x38\xab\x56\x60\xc8\xb3\x9e\xa3\x63\x12\x5f\x7d\x2b\x17\x8d\x5d\x92\xb7\xd4\x83\x3b\x26\x35\x88\x47\xb1\xa7\x2a\x5d\xea\x91\xa1\x22\x97\xd2\x3d\x42\x69\x3d\x3c\x25\xbf\x9b\xc7\x2b\x5c\xac\x08\x36\xff\x82\x77\x91\x1a\x0e\x59\x0e\x50\x9a\x55\xb9\x66\x6b\x55\x3b\x9f\x66\xc3\xe7\x97\xec\xac\x29\x50\xf2\xa2\xd7\xb0\x2d\xe6\x55\xed\x0c\x85\x8e\x6d\x8b\x61\x8d\x65\x8e\xac\xa6\xf8\x48\x59\x85\xb4\x3f\xb4\xa8\x6e\xe3\x59\xc3\xe9\x11\x4e\xa3\x11\x7e\x68\xfc\xaa\x60\x7b\x87\x80\x31\x45\x7e\x64\x86\xc4\xcc\x9d\xaa\x20\x5f\x72\x2e\x8b\x4b\xc6\x98\x29\xd2\x77\xf5\x8b\xb9\x46\xaa\xe1\xca\xdb\x94\xae\x0e\x96\x65\x19\x00\x2f\xcf\x2b\xf7\xba\xae\x4c\xc6\x27\x25\x62\xaa\xe2\xeb\x07\xcc\x0f\x19\xd2\x90\x23\x2a\xc0\xa8\x0b\xf5\x94\xe3\x8a\x7d\xa9\xbe\x37\x9d\xa8\x44\x5b\x56\x1a\x6b\xa5\x44\x5e\x5d\x70\xab\xa2\xab\xb0\x86\xe2\x41\x32\x8e\x5d\x29\x27\x71\xbc\xc0\x9e\xda\xcb\x9b\x0f\x6b\xed\xbc\x7d\x56\x52\x02\x0d\x2d\x7f\xc6\x12\x5a\xc5\x9e\xe8\xbf\xca\x25\x62\xb0\x3e\x4b\x64\xf2\x66\x67\x57\x27\xd6\xf5\x19\xe9\xd7\xb4\x91\x5f\x60\x5c\x4e\x72\x08\x4a\x59\x94\x20\x28\xfd\x8c\x0c\xeb\x8b\xcd\x51\xcd\xe4\x21\x06\x34\x36\x09\x96\x25\x23\xf4\x42\x0f\x37\x1f\xbc\x93\x75\x0a\x28\xfc\xe6\x5e\x54\x35\xb9\x50\x36\xd2\xd5\x17\xcb\xa3\x22\x17\xf6\xf1\xa8\x84\x11\x00\x33\x32\x8a\x7d\x67\x44\x90\x6d\xfe\x19\x10\xbd\xc5\x11\x2a\xdf\x9d\x24\x2a\x50\x95\x5d\x42\xe0\x56\x88\x07\x68\x31\x69\x78\xd0\xcf\x8f\x07\x1f\xd5\xc3\x7a\x42\xa8\x22\x0c\xb8\x8a\x73\x15\x9a\x54\x0d\xe1\x8d\xbe\xc6\x5c\xdc\x67\x28\xdb\x98\x44\x5a\xaa\x60\x23\x56\x72\xbe\xa1\x8c\xe8\x93\x64\xcf\xfc\xeb\x89\xfe\xbe\xd4\x94\x33\x57\x4e\xb1\xa9\xd6\x9e\xb8\x60\xec\xac\xa5\x4b\x21\x24\x0a\x99\x13\x62\x8e\xc0\xd4\xb9\x5a\x44\x8c\xe1\x61\x16\xf6\x2c\x51\x08\xc6\x28\xaa\xf6\xfe\x48\xe8\x9a\x32\xcd\x7d\x68\x9a\x6c\x1f\x26\x14\x3e\x33\xf1\x9f\xa2\xe5\x7a\x19\x0f\x76\xf8\x81\xd9\x2a\x84\x91\x82\x18\x4c\x51\xae\xb0\x30\x79\xce\x13\x47\x6a\x96\xee\xcd\x61\xb4\x91\xeb\x09\x59\xa7\x4d\x7f\x65\x8e\xc3\x3e\x6c\x88\x85\x56\x55\xe9\x44\x0b\x70\x26\x8e\xa6\x38\x13\x73\x0b\xdd\x00\x60\x5b\xad\x98\x4b\x67\x1d\x4e\x66\xe9\xd5\x1b\xc9\xe4\xe3\x75\xdd\xc6\x16\x53\x75\x70\xc5\x69\x77\x40\x85\xdf\x6d\x29\x38\x25\xc8\xe2\xe7\xf6\xc1\xc8\x64\xaa\x53\x3d\x71\x7a\xc3\x6a\x89\x8a\x17\x33\x40\x39\xb5\xc6\x34\x55\x67\x89\x72\x4b\x65\xc9\xaf\x5c\xca\xfd\x1d\x17\xd7\xa3\x88\x2b\xe4\x9e\xa0\xb6\x46\x4d\x85\x65\x58\x65\xa6\x5c\x84\x9c\x32\x43\x9b\xe6\x4f\x51\x8e\x51\x7b\xbb\x98\x81\x40\x79\xae\x57\x4e\x7e\x52\x29\x0b\xc5\x53\x5a\x99\x13\x09\x42\x5b\x19\xbb\x8c\x71\x61\x18\x6c\x33\x32\x94\xe1\xcd\x65\x75\x4b\x13\xdd\x8b\x61\x35\x30\xbf\x0e\x8c\xd2\x42\x48\x35\x10\xf5\x68\x44\x81\x18\xcb\x47\xba\xbb\x94\x59\x84\x2c\xb4\x69\xd8\x8b\x7a\x56\xc2\x36\x16\xdf\xa5\xbe\x86\xeb\x22\xe6\x14\xee\xd2\x80\xb3\x6a\x7c\xa6\x8d\x3b\x72\x12\xa8\xe7\x1c\x96\x68\x29\x4b\xa4\x51\xa9\x58\x4d\x61\x63\x3d\xc9\xe8\x4c\xc9\xbe\x67\xb9\x5e\xf0\x92\x6f\x16\x74\x8e\x0c\x09\x4d\x52\x89\xe4\x53\xdb\x1f\x04\x66\xc9\x11\x67\x7b\x8a\x46\xeb\xa2\x7a\xd6\x48\x88\x4f\x6d\x48\xae\xa4\xee\x10\x8a\x8f\xfa\x94\xf8\x50\x95\x95\x4b\x74\x3e\x5a\x01\x2a\xae\x6f\x56\x74\x21\x41\x77\x04\x21\xfc\x31\x5e\x50\x16\x15\x0d\xfa\x83\x58\x0e\x45\x3e\xab\x2f\x9f\x79\x57\x79\x53\x4f\xbf\x57\x1d\x95\xe9\x34\xc1\xf9\xa3\xae\xbb\x86\x69\x4d\x17\x40\x6f\x58\xd2\x19\xf7\x4e\xff\x1f\xae\x26\x3f\xe1\x44\x27\x0a\x55\x61\x02\x11\xec\xbc\x7c\xba\xfb\xa1\x51\x5a\x3e\xcd\x11\x4e\x25\xdd\x75\xe3\xb0\xf1\xa0\xac\x1f\xc0\x6c\xcd\x9b\xc4\x41\x5d\x90\xc6\x42\x3b\x7f\x97\x4f\x44\x76\x3c\xe1\x77\xfa\xc2\xaf\x1f\x76\xea\xba\x8b\x76\xba\x0b\x42\xba\x30\x4b\xda\x7b\x8f\x5b\x76\xea\x0c\x83\xad\xd2\xca\xfa\x93\xa2\xc7\x67\xe6\x11\x06\x3e\x50\x98\xe8\x22\x1a\xb9\xc7\x61\x50\xa6\x99\xd1\xd5\x43\x5d\x40\x35\x87\xcb\x70\x9a\x1c\x6e\x43\xc3\x19\x2b\x5a\x47\x02\x0e\x8d\xb2\x29\x42\xd3\x5f\xc4\x67\xb6\xc0\xeb\x2d\xd6\x2b\x80\xaf\x24\xa0\xbe\x42\x7d\x46\xab\xba\xad\x4f\xb1\xba\x86\x4c\xc2\x7a\x06\x15\xc1\xf3\x3a\xbb\x95\xc9\xed\x8d\x1e\xc3\xc8\x38\xd6\x21\xfe\x43\xc4\xb9\xf1\xb6\xd8\xc6\x63\x6f\xb7\xe4\xd6\xe6\xb3\x56\x6a\x46\xdf\x99\x91\x53\xa6\xe4\x96\x10\x15\x09\xc5\xf1\x20\xc7\x17\x14\xb5\x85\xdc\x1f\x30\xd1\xf1\x21\x79\x9d\x5a\xf8\x53\xfa\x8a\x52\xf0\xcc\x26\x8f\xac\x9f\xde\x27\x70\x42\xb7\x4e\x27\x44\xe0\xec\x56\x86\x5a\x09\x7b\x4a\xe4\xbd\xc2\x9c\xce\x21\xaa\x6c\x74\xd6\x4b\xd0\x77\x3e\x85\x30\x47\x79\x46\x13\x45\x21\x47\xa1\x12\x9b\xf3\x65\xff\x97\x19\x8e\x33\xa9\x92\x17\x67\xeb\x44\x71\x5b\x50\xb7\x76\xe1\x61\xd8\x73\xc9\xc2\x3b\x44\xe0\xde\xd9\x2b\x73\xe0\xe5\xca\x04\x2c\x43\x60\x2f\x5c\x03\x2d\xf7\xe0\x58\x68\x2a\x85\x72\x62\x41\x01\x5a\x37\x82\x80\xcc\xea\xf7\x6d\xe6\x21\x55\x6e\x12\x60\x23\xe6\x07\xae\x62\xf2\x8d\xdc\x8b\x77\xf6\x54\x54\xa2\xcf\x18\xbd\x79\xc8\x44\xc3\x5a\x9a\x6b\x89\xee\x69\xa5\x9c\xa1\x50\xae\x2c\xaf\xb8\xb0\x58\xf6\xba\xc1\xee\x91\x05\xdd\x4c\x99\x5a\xae\xbc\x22\x5a\x12\xb2\x65\x93\x8d\x9e\x24\x34\xc6\x8a\x19\x4d\x60\x6f\x72\x33\xff\xec\x91\x46\x38\x46\x14\xdd\x0c\x35\xcc\x72\xd2\x88\x3c\x41\x2c\x2f\xc0\xda\x33\x58\x65\xa9\xfe\xe0\x48\xf8\x1f\x5b\x5a\xc4\x93\x9f\x93\x54\x89\x60\x2a\xe3\x2b\x02\x9e\x79\xd5\x90\xf3\x69\xbe\xc8\x94\x98\xda\x5c\x40\xfc\xea\xa6\x92\x12\xd5\x9d\x4d\x4a\xa4\x04\xcc\xc7\x13\x62\xfd\x81\x04\xd4\x3f\x13\x13\x7c\xfe\x43\xf2\x71\xeb\x85\x78\xf8\xe1\xcd\x09\x84\xef\x47\xc8\xb4\x64\x28\x40\xff\x8d\x0a\x2b\x7e\x87\x02\x24\xf0\x16\x12\x3f\xfd\xb3\xdc\x7d\x19\xc1\x4b\x69\x5a\x8f\x26\x8e\x11\xe5\xd5\xa0\xbc\x7f\xe2\x2c\xa7\x74\x13\xd2\xa1\x8f\x2a\x24\xb4\x60\xd2\xc9\xd5\x4b\x06\x81\x64\x2d\x80\xc3\x51\x95\x1b\x06\xe6\x27\xf9\xe5\x6e\x42\x69\xdd\x97\xf4\x12\xaa\xf3\x9c\x51\xa9\x1e\xe2\x1c\x25\x61\x35\xa9\x5a\x2e\xd3\xe1\x20\xf7\xc0\x44\x3f\x32\xc3\x46\x5c\xe0\x20\xcf\xc1\xeb\x5d\x21\x06\x73\xd2\xc2\x77\xf5\x29\x21\x8b\x3f\xe5\x61\x12\x68\x9d\x0f\x8c\xf7\xde\x23\xa0\xc7\xd6\x8a\x8a\x2b\x9f\x60\x6f\x6a\x6d\x8f\xb0\x0d\xc4\x7b\xb3\x7b\x66\x32\x4a\xc3\xdc\x8e\x0c\x3b\x7c\xfb\x15\xd3\xd6\x3c\xff\x3b\x36\xad\x62\x74\x58\x3c\x94\x05\x6c\xf9\x05\xbf\xb5\x85\xd0\xbf\x4a\xd6\x48\x9d\x01\x0b\xb5\xd4\x96\xdd\x10\x6b\x59\xc3\x43\x80\x78\x6e\xb3\x16\xd2\x22\x3e\xfc\x5a\xb3\xbe\x8a\x1f\x38\xb2\xb9\xac\x76\xfa\xe2\xf3\x88\xda\x64\xab\x12\x60\x64\xa7\xa5\x1f\x30\xb2\x39\xda\xee\xbd\x12\xfd\x79\x2a\xde\x81\xef\xba\x77\x4e\xd3\x99\x34\x8c\xc0\x0a\x16\xbd\x82\x41\xfe\xa3\x06\x33\xb4\x38\x51\xd5\x04\x25\x96\xf7\x8e\x6f\x18\x83\x1d\xf7\xd8\x88\x5f\xf0\xd3\x22\x62\xd5\x19\x89\x16\x55\xf0\x7b\x2d\x20\xde\xf6\xcd\xfc\x7a\x03\xb7\xce\x69\x8b\xc6\x43\xe6\x81\xca\x52\x99\xf1\x35\x77\x88\x32\x68\x96\x8f\x00\x20\x59\xca\xca\xd1\xbf\xba\x33\x95\x1b\x2e\xbd\x7f\xf4\x1c\xf3\xd3\xc4\x3b\x1b\x3e\xe8\x7a\x65\x6f\xb1\xa2\x2d\xf1\xba\xf2\x26\x95\xc6\x25\x2f\x57\xaf\xa8\xc4\xa5\xf8\x3c\x00\xcc\xb0\x1b\xcd\x91\xa2\x56\x2c\x53\x4a\xa6\x1f\x4b\xc5\x79\x72\xe9\xd6\x27\xc2\x26\x14\xfd\xd9\xb7\xd6\x67\xa9\x2e\x69\x62\xa4\x3a\x28\x5d\x3b\x33\x10\xf0\x9c\xea\x24\x89\xa9\x0c\xef\x90\x43\xdc\xa2\x50\x5d\xb3\xba\x6b\x02\x76\x65\xcd\x12\x2c\xe1\xb3\x06\x2b\xd4\x27\x55\xc7\x7a\xe5\xba\xd4\x54\xa7\xc2\x6c\xb4\x3c\x17\x21\x59\x95\x48\x41\xf5\x23\x7d\x58\x73\x8e\x61\x89\x8f\x20\x72\xa9\x76\xa9\x7a\xd8\x7d\xb0\x87\x0e\x3a\x2c\xed\x29\x1b\xfc\x04\x53\xe4\x51\x16\xf7\xf5\xe4\x7e\xcf\x1c\x3e\xe9\x1b\x6d\x21\x7a\xdf\xae\x5b\xc7\xc0\x8c\x47\x09\xc2\x32\x5e\x16\xea\xa0\xaf\xd2\xce\x6c\xef\xa0\xe6\x55\x0f\x6c\x66\x9f\x41\xba\xb7\xcf\x75\x51\x50\x97\x14\xd9\xe5\x98\x21\x29\x8e\x00\x8b\x5d\xac\x11\xc3\xbd\x7a\x4b\x0d\x51\xb9\xea\x7b\xbb\xe3\x81\x44\xd3\x11\xf2\xe7\xc2\x90\xe6\xb7\x96\xb2\xe4\x2f\x01\xf9\xf4\x19\x97\xeb\xd0\x1d\x33\x98\xa5\x64\x10\x63\x58\x9a\xe9\xd9\xae\x50\xe7\x9b\x43\x21\x41\xf1\x2d\xf5\x9c\x91\xdf\x6e\x0c\xc5\x0c\xf9\x6a\x28\xa5\x1f\xcd\x48\x79\xec\x99\x31\xd8\xaa\x75\x61\x8e\xa9\x21\x7f\xb6\x79\x14\xe5\x46\x32\x97\x88\xf1\xdc\x41\x68\x00\x18\x3e\x75\x2d\xba\x3f\x7b\xee\x0b\x9f\x75\xee\xe8\xef\xf5\xd9\x15\xad\xd0\x9b\x1e\x3d\x36\x61\x1b\x7a\xae\x94\x59\xa9\xaf\x50\x5a\xda\x93\xa3\x85\xeb\x91\x30\x2b\x8a\x2a\xca\x19\xb6\xaa\x2a\x2a\x7a\x87\xde\x4c\xcc\xac\x4a\x19\x4b\x1e\xe5\xaa\x17\xbd\x88\x8b\xfb\xa2\xd0\xdf\x90\xab\xe5\x1b\x25\xae\xe5\x9c\xea\x2a\x56\x05\x73\xba\xb4\xf5\xdf\xdc\xf1\xea\x2d\x03\x71\x6d\x7e\x94\x70\xae\x28\x73\x76\x8c\xc9\xf6\x23\x8a\x1c\x4c\x2e\x42\xb9\xaf\x3b\x9f\x8e\x16\x5b\x49\x35\xf7\x42\x35\x57\x85\xb6\xd9\xdf\x23\x57\x6e\x93\xfd\x6d\xf6\x60\xf7\x08\xd9\xad\xef\x9e\xfc\x94\xa1\xa1\x99\x2b\x10\x9c\x8d\x2b\xed\xfd\x79\x85\x62\x26\x86\xee\x04\xea\xd5\xc2\x67\x7d\xd3\x9c\xf7\x27\xc0\xc6\x8d\x8f\x32\x41\x75\x7c\x9b\x86\x75\x5b\xff\x50\xbf\xc7\xa8\xf0\xae\x0f\x4b\x79\x61\x17\xad\x59\xa5\x91\xf4\xfd\x2a\x54\x67\x76\x42\x52\x46\xc4\x89\xcf\xe6\xfe\x50\x04\x5f\x1e\x33\x8d\xc4\xdc\x60\x1f\x9c\x96\x81\x72\x62\x66\x60\x60\x14\xc7\x1c\x0a\x13\x55\x57\x0c\x67\x72\x48\x7f\x54\x2b\x24\xa2\xdc\x9b\x67\x2a\xd2\xad\x4f\xa3\x86\xad\x38\xae\x0a\xd2\x4c\x04\x97\xe3\xa9\x12\x54\x61\x08\x33\xc3\x5c\x15\x36\x75\x67\xe4\x9c\x1a\x4a\x54\xc0\xdd\xd7\x54\x37\xa5\xfd\xb1\x3a\x83\xbb\x87\x35\xfd\x2d\x1c\xbb\x4b\x69\x55\x8c\x4a\x6f\x44\x97\xac\xcc\x65\x0c\x07\xf5\x58\x95\x33\x02\x69\xa9\x46\x5c\x6d\xe0\xbc\x1a\x05\x72\x4f\x61\x02\xa2\x48\x58\xb5\xa1\x76\x0d\x8f\xb6\xf9\xd1\x2e\x69\x00\x39\x9f\xd2\x0c\x74\x16\x67\xc9\x3a\xc6\xe9\x54\xcd\x53\x54\x0b\x5a\x72\xe9\x89\x54\x01\x23\x5b\x00\x8b\x4b\x12\x1e\x11\x52\x91\x62\x9b\xbe\x10\x7d\x7a\xec\x33\x0b\x83\xfe\x10\x3d\x27\xcc\x73\xd1\x78\x9c\x57\x35\x21\xfa\xeb\x1d\x4c\x1d\x5d\x2a\x2b\xaf\x1e\x17\x14\x84\x3f\x91\x86\x77\x37\x85\x8a\xe4\x2c\x07\x8b\xe5\x7a\xda\x70\xba\xc2\xbf\x9b\xb6\xc0\x71\xec\x63\xb1\x99\x7c\x7d\x96\x6b\x82\xd4\xd4\xf5\xd2\xd1\xc3\x96\x74\xf2\x52\xa8\x37\x78\x41\x8b\x47\x66\x4b\x47\xcf\x70\x4d\x2e\x15\xb2\xe2\xd0\xf9\x25\xfe\x7e\xae\x90\xa5\xda\xcb\x01\x91\xa0\xe7\x52\x41\x40\x7d\x56\x13\xc8\x39\x30\xbb\x7c\xd6\xd0\xd9\x58\xf2\xf3\x6d\xc2\xe0\xeb\x1e\x0e\x44\xc7\xdd\x18\xa1\x7e\xbd\xfd\x96\x8c\x39\xdd\x0a\x9a\x7f\x96\x8f\x14\x6f\x9c\xad\x57\x88\x69\x6e\x15\xe6\x7e\xdd\x43\xb1\xa7\x2e\x20\xae\x8f\x0d\xc7\x47\xad\x14\x32\x37\x2d\x1e\x09\xa7\x00\xe7\x7b\x65\x85\x03\xca\x08\x73\x91\x2c\x23\xf1\xa7\x1f\x67\xea\xf0\x5a\x52\x19\x65\x4a\x23\x33\x72\x6d\x8b\x54\xc7\xa4\xf4\x42\x42\x3b\x6b\x54\x7d\xa5\xf7\x89\x36\xbd\x4f\x88\xbe\x19\x53\x4b\xd4\x54\xe4\x65\x4e\x0d\xb3\x30\xef\xd9\x23\x6a\x52\xe1\x23\x31\x32\xaa\x19\xc3\x13\xbf\x51\x24\x13\x6f\x61\xc9\xe9\xed\x08\x13\x54\x3d\x5d\x33\x7c\xff\x65\x7c\xe6\x78\xad\x4a\x83\x16\xe4\xe3\x80\x7a\xbc\x24\xb2\x46\x92\xb9\x2d\x30\x56\xca\xa7\xc6\xe5\xe2\x7c\xf0\x50\x74\x6e\x45\x2c\x4e\x85\xb2\xc8\xe2\x68\x20\x7c\x24\xc1\x9c\x6a\xd0\x76\xf3\x54\x0c\xf7\xf3\x83\x00\x02\x1f\xb0\x36\x8b\x13\xe4\xcd\xd9\xa7\xa5\x2e\xe2\xa5\x0c\xa4\x18\x15\x8c\x18\xd1\xdc\x79\xf9\x22\x29\x22\x5e\x1e\x8b\xb4\xf7\x16\x15\x38\x8e\xb7\x2b\x58\x8e\xca\x09\x39\x99\xc3\xa1\x70\x64\xa3\x58\x53\xf8\x59\x7f\x87\x36\x6d\x23\xe0\x50\x9b\x0d\xcf\x4d\xf1\xd0\x70\x7a\x46\x38\xe9\x10\xcb\xa4\x2c\xeb\x5e\x40\x89\x01\xe7\x71\xc3\xae\x77\x7a\x9d\xb7\x47\x92\x67\x48\xc3\x63\x4f\xdb\x3d\x84\x75\x5f\x68\xa3\x2b\x22\x56\x56\x88\x6c\x4c\x2c\x86\x0a\xad\x73\x15\xde\xf1\x81\xbd\x6e\x4d\x60\x8f\x06\x8c\x5a\xab\xf2\x58\xff\x99\x4c\xe1\xb4\x6f\x3d\x8e\x53\x32\x14\x40\x49\x4f\x7b\x5a\x58\x5d\x8f\xab\x0d\xb0\xbe\x37\xd8\xe5\xc9\xe7\x6c\xc1\x4c\xc7\x48\x03\x18\x51\x82\x7a\xa5\x44\xa1\x16\x6a\xf9\x76\xe9\x48\xf4\xf7\xe4\x85\xf1\x67\x9e\x4b\xcc\x57\xb4\x97\x98\x96\x6e\x0b\x98\x96\xb4\x64\x0f\x4e\xe0\x2c\x9b\x2a\xf6\x03\x04\x39\x85\x2e\x41\x59\xcc\xbd\x54\x41\xb1\x76\xf5\x9e\xd4\x72\xa8\xa1\x31\xf4\x9c\x03\x5b\xec\xa8\x64\x82\x9a\x40\xe5\x1c\x45\xae\x7f\xb9\x5d\x50\x53\xdc\x1e\xce\xd2\xb7\x5d\xf5\xab\x39\x70\xaf\xa0\x21\x9c\x00\xea\x75\x78\x23\x97\x54\x2b\x6b\x93\x39\x50\x73\x7f\x3f\x80\x0f\xea\x04\x35\x7d\x4a\x20\xce\xea\xe1\x84\xe2\x58\x16\x2d\x60\xed\x5d\x14\x32\x1d\xeb\x65\xc8\x71\x44\x3b\x97\x74\x92\xad\x82\xd2\xda\x32\x6c\xd4\x90\xbe\xde\xbb\xbe\x53\x56\x46\x32\x5c\xd0\x1e\x51\x67\xb5\x3c\x37\x28\x3d\x6d\xa9\x56\xb8\xb5\x52\xeb\x73\x83\x4c\xe3\x6b\xb9\xc1\xad\x8d\xdc\x26\xb7\x76\xf6\xd6\x7a\xa6\x00\x3f\xab\x85\x7a\x1e\xcf\xe1\x42\x79\xdd\x6c\xb4\xd3\x12\xc1\xdb\x98\x4e\x95\xa5\x4c\x5b\x5b\x16\xb2\x43\x06\x9b\xb9\xd4\x17\x83\xcd\x4c\x76\xc8\xaa\x32\x95\xfa\x62\x55\x89\x64\x67\x4f\x96\xdf\x89\xd4\x0c\xc4\x61\x54\xc2\x50\x76\x68\xfb\x8d\xa5\x86\xa4\x6b\xda\x7e\x75\x66\x86\xe4\x3f\xf5\x14\x10\xb2\x46\x4b\xf8\xea\xec\x43\xda\x53\x90\x3b\x10\xf7\x0d\x03\xb7\x3a\x4b\x33\xc5\x23\x7d\x6a\xdb\x1e\x3e\xfc\x03\x5a\x2f\x53\xad\x23\xb4\xde\x29\x94\x3d\x18\xea\x33\x66\xb7\xe9\x1c\xa4\x78\xeb\x64\xcd\xcb\x5e\x75\x86\xdf\xb9\x36\xf7\x72\x3f\x7a\x09\xce\xe0\x60\x05\x99\xa3\xff\x0c\x74\xc1\xf6\x32\x57\xe2\xa9\x53\xa4\xab\x9e\x2e\xd9\xbb\x7b\x29\x1e\xa9\x8c\xa5\x16\x5d\x5d\xb1\x77\xd7\x52\x74\x3a\x55\xba\x6a\xeb\x5a\xaa\xed\x43\xa7\xd6\x21\x70\x86\x2a\x8f\xa3\x68\xee\x65\x30\x8e\x7c\xea\x6b\x2a\x18\xc7\x42\x55\x17\xe6\x3f\x4d\x1d\x16\xa1\x56\x39\x5d\x71\xd7\x19\x53\x5c\x40\xa0\xc3\x09\x77\xdd\x16\x8d\xce\x1e\x29\x77\x3a\xae\x48\xbb\x80\xf5\xce\x84\x5a\x68\x1d\xd9\x96\x23\xe1\x75\x8a\x64\x19\x56\xba\x94\xe1\x3e\x4f\x52\xe8\xc6\x14\x4d\x88\xe9\xce\x50\xbc\x91\x82\xa7\x8c\x7a\xc5\xc5\x18\xd4\xfd\xf1\x0e\x30\x41\x6d\xa1\xbe\xe6\xca\x96\xb3\xd6\x6f\xb9\x7b\xfa\xbf\x67\xc3\x60\x29\x40\x46\xb9\xd2\x9a\x8c\x90\x08\x34\x25\xa7\x95\xe3\x0b\xbf\x26\x61\x7c\xeb\xae\x3b\x17\x1b\x68\x0d\x2e\x35\x2e\xdc\x2c\xc8\xe9\x37\xd2\x86\xf9\xa9\x8f\xcd\xec\x2a\x3d\x99\x0d\x49\x3d\xde\xcd\x68\xe5\x97\x14\xe3\x2c\x0d\xf2\x8b\x06\xdf\x3f\x28\xf1\x50\x20\x9b\x15\x58\x26\x7d\x14\xb2\xf3\x44\x81\x98\x2f\x20\x30\x14\x4a\x53\xe5\xc0\x1c\x4b\x92\xce\x3e\x0a\xa5\xd7\xae\xaa\x14\x13\xf3\x55\x5f\x28\xae\xe9\x71\x96\x80\x73\x53\x4f\x44\x99\x5b\x99\x6a\x65\xb8\x63\x11\xf5\xf6\x27\xb0\xc9\x1c\x81\x83\x6f\xdb\xd2\xfa\xaf\xe5\xee\xf2\x48\xcf\xa8\x62\x73\x82\x63\x54\x4f\xea\x4f\x3d\xc2\x01\x71\x42\xa9\x3f\x4f\x5d\x50\x3c\xb6\x72\xb3\x22\xa1\x76\x25\x0f\xdd\xcb\x83\xea\xfe\x62\xdb\xb3\xf8\x05\xaf\xc8\x6a\xb2\x11\x60\xf4\x4f\x53\x04\xf5\xc9\x01\x40\x37\x95\x25\x26\xb2\xbc\xa4\x2a\xc6\xe4\x68\x81\xbd\xf3\x20\x79\x70\x70\x09\xa8\x27\x60\xfa\xcd\xd9\xfa\xbf\xcb\x53\xf1\x80\x15\x74\xe8\x7d\x1e\x50\xd8\x74\x08\xad\xb0\x28\x77\x97\x2a\xa3\xeb\x05\x9f\x8a\x9c\x17\x83\x3a\x6d\xa3\xca\x8e\xf4\xde\x85\x57\x84\x62\x3d\x30\x3c\xbc\x2b\xd4\x8b\x45\xfc\x0a\xe9\x5a\x87\xb0\x6c\x5e\x7d\x1d\xa0\xd3\x19\xf3\x3f\x0f\xe8\xf4\xfa\xad\xde\x4b\x32\x2a\xb3\x37\x73\xde\x4d\x77\x80\x31\xc3\x9c\x0b\xe0\x61\x0f\xd3\x2a\x26\x72\xfd\xc7\x96\x7a\x87\xd5\xd0\x1c\x21\x75\x94\xc9\x68\x7b\x42\x0c\x0e\xc0\xda\x9c\x4a\x24\xc5\xf2\x57\xf9\x47\xbd\xeb\x98\x39\x14\x55\x94\xa1\x1b\xd5\x66\xe6\xec\x6c\xee\x20\x50\xa3\x93\xfe\x81\xbd\x57\x53\xa3\x6c\xf9\x5c\xe2\x6e\x29\x5d\x4c\xf7\x31\x65\xa4\x54\x54\x09\xe2\x7d\xbe\x25\xf7\x0a\x05\x60\xbe\x93\x43\x64\x4c\x70\xa0\xbe\x9d\x9e\x60\x52\x64\x21\x35\xc2\x7f\xc8\xfa\x3f\x62\x75\x67\x73\x75\x77\x2c\x45\xeb\x9e\x4f\xf9\xec\x19\x7c\x9f\x90\x96\x08\xe5\xff\xc6\xc6\xcc\x84\x04\xd2\x16\xa9\x39\x56\x87\x66\xbd\xcf\x62\x51\x85\x0b\xa1\x90\x6c\xd0\x9c\x22\xaa\xe2\xf3\xd3\x7c\x58\x44\xdc\x5e\xac\x65\x01\x1f\x76\x4e\x7f\xd8\x27\x79\x7a\x4e\xb3\x9f\x9e\x9e\x33\xf0\xe2\x50\x04\x3b\x41\xd7\x2f\x97\x1b\x29\x72\x51\x25\xb9\xc6\x82\x8d\x4c\x67\xf7\x2c\x84\x27\xad\xab\x68\x3d\x80\xc0\xa0\x66\x2a\xd5\xda\x0f\xe5\x42\x5e\x7f\x87\x16\x7a\x23\xe3\x8f\xab\x2e\x2c\x9a\xf4\xf8\xd1\x70\xb5\xb9\x0c\x1f\x7f\x1d\x4f\xca\x37\x73\x6b\x00\x7d\xe1\xaf\xfc\x0b\x77\x9b\x2b\x21\xd6\x6a\xb7\x49\x83\x84\xfa\x2e\x4a\xbc\x2c\x5d\x8e\x03\xce\xa3\x8e\xd1\x27\x39\xb4\xfd\x92\x24\x2d\xe8\x24\x4b\xf9\x4b\x45\x9b\x26\xd5\x00\xba\x13\xbc\x91\x46\x65\xb2\x93\x0f\x71\x64\xf0\xd5\xa0\x94\x4b\xb9\xa8\xcf\x6f\x8c\x9a\x4e\xf1\xa1\x38\x9f\xdb\x21\x41\x33\xf9\x6f\x5c\x4c\x3c\x85\x44\x01\x59\x7a\x9c\x82\xdf\x1a\x09\x1d\x13\x4a\x90\x91\xa1\x69\xc5\x47\xca\x39\x29\xa1\x4e\x28\x22\x14\x6a\x8f\x6f\x1a\xb1\xe6\xa0\xce\xa4\xc4\xa9\x92\xf7\x72\x8b\xae\x66\x5d\x87\xb1\x3e\x82\x1f\x58\x60\xc1\x42\xe7\x19\x32\x4b\x39\x39\x32\x97\xa4\xe7\x5b\xed\xb4\x9d\x50\xfb\x73\x3d\xb5\xe0\x7e\xac\xcf\xbd\xab\xc3\x43\x39\x45\x25\x82\x1a\x88\x75\x01\x2a\x6d\x82\xf8\x83\x3d\x96\xe2\x20\xdf\xcc\xd6\xcd\x4a\xe0\x33\xcd\x65\x0d\x64\x1b\xa7\xc9\x16\xdc\xaf\x44\x4e\x0b\x51\xe6\x4d\xce\x73\x3d\xab\x21\x14\xa4\x7c\xc0\xcc\x1e\xd6\xe9\x85\x19\x5c\x2f\x8c\x69\xdc\x66\x34\x84\x80\x0c\x08\xc4\x50\x5a\xe5\x3c\xb3\xd1\xf3\x3c\x8d\x89\xaa\x36\xb2\xf8\x7c\x6b\x12\xf7\x64\xa1\x50\x91\xaa\x64\xa1\x60\x70\x5c\x6f\x9a\xb8\xd5\xd9\x12\xf7\x4f\xbf\xc5\x56\x8a\xe0\x89\x66\xa5\x42\xfe\xee\xfe\x9a\xfe\x04\x95\xb7\x34\x8f\x9a\x19\x6d\x0c\xde\x9f\xff\x89\x49\x59\xd7\x78\x52\xa2\xdd\xd5\xa4\xec\x64\xb1\x6a\xf1\x50\x16\x37\x85\x8a\x4c\x9e\xa6\x67\xe1\xa1\x2e\xf2\x7f\x6d\x7a\xaa\x5c\x6e\x30\x2a\xa4\x4a\x4e\x1d\x55\x9e\x1c\xf9\xe2\x24\x89\x79\x8c\x7c\x54\x5e\x02\x29\xe3\x4a\x6c\x65\x76\x45\x1a\x85\x5f\x79\x83\x21\xd7\x8c\x7b\x39\x6b\x20\x11\x90\x70\xa3\x38\x4e\xfe\x90\x74\xb3\x95\x42\x85\x5e\x23\x75\xf5\x61\x2f\x4e\xd4\xe7\xe6\x8c\xfc\x6a\x95\x01\x16\xf7\x98\x40\x91\xc4\x28\x20\xfb\xc2\x51\xd1\x14\x67\xa4\xbd\x69\x7a\xd8\x79\x77\xa9\xab\x0f\x7b\x81\xfe\x76\xd4\x4d\x63\xa5\xa6\x50\xf0\xd1\x91\xd8\xca\x70\xfd\x73\xf0\xeb\x64\xf0\x4d\xd1\x2c\x68\x9a\x3e\x86\x26\xe3\x8a\x5d\x0b\x8e\x07\x21\x45\xac\x2c\xdf\x9d\x40\x1c\x10\xe1\xb4\xd1\x62\xe1\x5e\xc5\x54\x50\xfa\x08\xca\xdb\x0c\xdd\x52\x4a\x88\xd2\x47\xe0\x56\x8c\x0b\xb4\xc6\x6d\x67\x20\xb4\xa8\x2d\x00\x25\xc0\xd8\xa1\x27\x59\xb0\xd2\xe6\x14\xac\x80\x0e\x9e\x46\x44\x55\x22\x7f\xab\x9c\x07\xa4\x41\x75\xd6\xe5\xb9\x21\xc8\x80\xca\x6a\xaa\xa6\xe1\x93\x77\x66\x85\xbf\x8d\x6e\x5e\x20\xd3\xcf\xdc\x9b\xb9\xf4\xf2\xb3\xcc\x61\xd6\xd7\x10\x14\xb3\x1e\xaa\x76\xe5\xe5\x02\x0d\xde\xa7\xec\xd3\xa5\x08\x69\x38\xa4\x9b\x93\x25\xf2\x22\x3c\xb0\x7a\x46\xee\x32\x3b\x01\x65\xc2\xcd\xec\xf8\xf5\xa7\xf4\x7e\x89\x37\x6c\xc6\xfc\xa2\x9a\xef\x92\x8b\x9b\x31\xff\xcd\x29\x12\x64\x16\xde\x99\xf9\x1d\x71\x70\x75\x7f\xc2\xf2\x6c\xe5\xf1\xcf\x82\x38\x71\x56\xb5\xd1\x86\x8b\x37\x85\xf6\x93\xad\xb3\x80\x9b\xa0\x76\x89\x60\xa1\xfa\x37\x24\xc5\xaa\xac\xda\xaa\xa4\x99\x39\x90\x3a\xdf\xc3\x5d\x3e\x85\x8e\xd4\x14\x5b\x3b\x2f\x11\xe2\xad\x1e\xa9\x5c\xc5\x59\xa6\xde\xa0\x42\x59\x5e\x78\xc9\x8d\x91\x08\x3e\x96\x48\x32\xc8\x43\xe6\x4e\x78\x3f\x25\x90\xc5\xf5\xce\xb7\x8f\x6f\x0a\xff\xec\x5d\xa8\xef\x64\xa5\xdd\x23\xf1\x02\x7f\xe1\x19\x29\x6e\x08\x23\xb4\xbe\x3f\x74\x52\xe4\x1f\xca\xbf\xdc\x0c\x7a\x96\x6c\x06\xde\x90\xf2\x2f\x37\x64\xea\x99\x9b\xdf\xb8\x94\xc2\x7f\xb2\x37\x34\xcd\xff\x47\x9d\xbf\x2a\xaf\x44\xdc\x27\xe3\xee\x4e\x96\x5c\x98\x70\xcb\x05\xfc\x75\x89\xda\xb5\x58\xb3\x63\xec\xf0\x05\x35\xe0\xca\x06\xe1\x99\xd6\x19\x79\x81\x13\xf1\x85\x7e\x32\x4f\xb6\x10\xd4\xa1\x3b\x28\xd2\x87\x5a\xe1\x39\xe9\xd2\x34\x95\x9f\x2a\x32\x3f\xe7\xc2\xb2\x35\xf8\x3b\x46\x79\xb7\x9e\x92\x66\x96\xca\x9d\x12\xbb\xa9\xe9\x75\xc7\x59\x2b\xa1\x5a\xc5\x18\xee\x34\xb2\xe4\x1b\x05\xe4\xe2\x67\x66\x48\xc1\xcc\x89\x11\xc2\xa6\x52\x28\xaf\x42\xc6\x05\x15\x49\x84\xa8\x8e\xe5\x7c\x51\x87\x19\xd0\x6d\x12\x51\x42\xe3\x1a\x37\x1d\x5b\x63\x5c\x3d\x52\xc8\xce\x27\xe5\x52\x7e\x19\xd9\x79\xad\x84\xe8\xcd\xf3\x70\x2d\x93\xfd\x6e\x05\x29\xbd\x69\x28\xba\x69\x74\xd8\x90\x48\x58\x79\x99\xf6\x1f\x5a\xcf\x49\x86\x68\x46\x10\x29\x46\x15\x32\x2d\x86\x83\x9e\xe1\x09\x93\x41\x2c\xcb\xa7\x2b\x81\x0b\x05\x31\x0b\x2f\x05\xe9\xac\x3d\x31\x18\x72\x3d\x2b\xc3\x1e\x18\x98\x0b\x8e\xba\x42\x81\x38\x25\xe5\x34\x7c\xae\x3c\xb2\x5e\x52\xa9\x06\x8d\x65\x22\x37\xbd\x69\x0f\xa0\x5c\x51\x60\x1b\xda\xbe\x0d\x17\xe8\x81\x76\xed\x5b\x0c\x8b\x20\x31\x08\xb1\xe1\x08\x36\x14\x4b\xa0\xca\x84\x2f\xb9\x17\xf2\x81\xb8\x2f\x86\x73\x45\x90\x78\xc6\x3b\xd2\x30\x03\x1e\x03\x29\x56\x1f\x3b\x2e\x87\xd6\x13\xa2\xee\x6c\x7d\xf3\xfc\x40\x08\x55\x8d\x98\x49\x3f\x70\xe0\x27\x99\xe5\x10\x4c\xd0\x8a\xc8\xb7\x3c\xe0\x36\x2d\xd3\x04\x6e\xf4\xba\x38\x2d\x61\x20\x0b\x77\x3e\x94\x28\x4d\xe1\x12\x4d\xe1\x3f\x61\x48\x23\xbc\x69\x99\xbc\xc9\xa5\xca\x41\x0f\x63\x1c\xea\xfc\xa0\x9a\xc9\xcb\x17\xf4\xcd\xd4\xee\xd4\x82\xa2\x07\x72\xb2\x35\x41\xd3\x3c\xc5\x09\x67\xbd\xb8\xe8\x03\xab\x93\x18\x40\x27\x33\x85\x79\xa3\x46\xa7\xf2\xed\x6b\xaa\x14\x86\xeb\xbb\x3d\x21\xc1\x8a\x60\xb7\x02\x70\x21\xea\xdf\xfa\xb8\x6a\x54\xf7\xf0\x0c\x56\xf6\x54\x6b\xe3\x71\x8e\x9a\x71\xb3\x1e\xf5\x95\x9f\x12\xda\x69\xdf\x45\x5f\xcf\x13\x58\xff\x43\x1f\x6d\xa9\x2c\xbd\xe8\xce\x16\x64\x6f\x7e\x3c\xf1\x48\x8e\x3c\x92\xf9\x0a\xb9\x68\x33\x2a\x93\xa8\xee\xc6\x7c\x9d\x5d\xe2\x7a\xbf\x03\x6e\xe0\x6e\x47\xef\xbe\xdb\xf2\xdb\x36\xfc\xb6\x29\x8a\x28\x37\x23\xfa\xab\xee\xb7\x67\x72\x0a\xb4\x36\x67\x1a\xfb\xc3\x72\x0a\xe7\xc4\x02\xed\x1f\x27\xdc\x3e\x8c\x0c\x8d\x0c\x3c\xd4\xa0\xc4\x66\xf8\x88\x97\xb0\x51\xef\xaf\x82\x15\x02\x9b\x6c\xb5\x94\x47\x1a\xcc\x20\x63\x35\xfc\x2c\xce\xd8\x21\x65\x32\xea\x05\x5c\x6a\x5b\x99\x0a\x53\xe1\x08\x54\xe5\x34\x9d\xa5\x56\x59\xb5\x51\x99\xa8\xe1\x68\x67\xdf\x54\x6f\x28\x2c\x47\x39\x24\x42\xcc\x68\x49\xd8\xf8\x2b\x50\x99\xba\xec\x9d\x5f\x1c\x1b\xf8\x55\xf0\x66\x40\xb3\xf1\xac\x8d\xf1\xd5\xdc\x9c\xe3\x03\x07\x36\xae\xb1\x41\xfc\xe7\x13\x46\x53\xa1\x7b\xe0\x60\xd6\xce\xd8\x14\x22\x2b\xcb\x6b\xda\x4f\x01\x1e\x99\x48\x21\x46\xbb\x12\x9d\xac\xae\x07\x73\x42\x77\x0b\xb9\xa4\x9b\x23\x75\x12\xc0\xad\xa2\xcd\x98\xf4\xe4\xb1\x79\x77\xef\x09\x17\xa8\x15\xbd\x41\x7c\x9c\x50\x5c\xc4\x58\x5b\xbb\x9a\xd0\xd3\x89\x84\xf1\x82\xf8\x58\x65\xc9\x6e\x0c\xc2\xaf\x29\xdb\x20\x9d\x80\x2a\xc7\xb6\xbd\xd6\x03\x81\x3b\x2e\x4b\x75\xae\xba\xb5\x97\x64\xbe\x3a\x49\x51\xaf\x9b\xee\x5e\xa9\x42\xff\x5a\x3a\x4d\x67\x2b\xf5\x5b\x41\xc6\xc5\xba\xc3\xe9\xa4\x23\xa1\x9f\x4e\xb8\x9c\x7a\x9b\x22\x45\xdc\x56\x6e\x98\xd6\x81\x2b\xae\x6b\x28\xc4\x60\x06\x77\xd4\xd3\x3b\xc4\x90\x24\x66\xca\x15\xd9\xfa\x34\x20\x76\xa7\x5e\x2a\xac\xaf\xa4\xe0\x3d\xda\xab\x53\x37\x59\x97\x8d\xda\xd0\x24\x8f\x15\x3c\x4c\xc4\x98\x2b\xf2\xdc\x86\x2a\x65\x67\x7e\x68\x6e\xae\xb1\x58\xaf\x17\xdb\x6c\x8d\x7c\x62\x3a\xd4\xa4\xf3\x0d\x97\x25\x9c\xfb\x59\xc4\x4c\xf5\x68\x1e\x8b\xa9\x2a\xf5\xdd\x3d\x79\x5e\xe9\x4d\x7a\x39\x80\x4a\x6b\xce\x7c\xbd\xac\xb0\xb1\x1f\x5e\xb7\xdd\x9c\x0c\x44\x83\xca\x88\x4c\x59\x1e\x45\x88\x2c\x9e\x29\x0c\xaf\xc9\x6b\x46\x42\xf4\x60\x42\x71\xf1\x2d\x40\x29\x37\x05\x3c\x03\xb0\xa4\xab\x7d\x91\xcf\x26\xc3\x3b\xa3\x3d\xe3\x1a\x1b\x9e\x14\x7b\xe9\x2e\x4e\x84\x7d\x56\xf0\x8e\x45\xff\x4f\x0f\x1e\x28\xbd\xf4\xea\xd1\xe9\xc9\x88\x5e\xcd\x9a\x26\xc9\xa2\x3f\xcb\x73\xb8\xd4\xab\x33\x50\x91\x7c\xd9\xe7\x59\x25\xa5\x6c\x29\x35\xab\x90\xc3\xb7\x65\xce\x94\x87\x71\x05\xac\x06\xb9\x8d\x0a\x84\x47\xc5\xfa\x34\x48\x72\x2b\xd5\x9d\x40\x59\x4c\x15\x66\xea\x04\x82\xe8\x9d\x6a\x75\xc7\xf7\x5a\x7b\xe8\x6d\x2b\xb3\xed\x0c\xfd\x20\x16\x66\xcf\xa1\x3f\xa6\xdf\x92\x8e\xda\x70\xcb\x25\x21\xc3\x13\x20\x58\x16\xa7\x49\xfa\xa4\xf9\x3d\xce\x61\xaf\x95\x89\x70\xaa\x72\x76\x97\x90\x97\x2b\x11\x1d\xba\x96\x29\x32\xfa\x02\x15\xf5\x2f\x44\xa4\x4b\xda\xa5\x4d\x3d\x57\x5f\xc9\xb3\x59\xb9\xe6\xe8\xbf\x0d\xfb\x19\x3e\x85\xf8\x3a\xa0\xfe\xf7\x51\xdb\x67\x95\xab\xe6\xbc\x6b\x75\x0a\x9b\x41\x7f\xa1\xf2\xe7\xb0\x0f\x28\xcb\x13\x5c\xb9\x7b\x69\x44\x73\x5f\xe8\xa3\xb7\x75\xe1\x26\xa7\xa9\x0d\xd5\x66\xee\xa3\x50\x37\x32\x09\x9e\x77\xca\x16\x0a\x55\xcf\x00\x1a\xbc\x2a\x08\xa1\x85\xba\xff\xa2\x29\x27\x85\x58\x75\x44\x4a\x20\xc9\x6f\xa5\xc5\x35\xd6\x2f\x6e\x1d\x5c\x60\x24\xd4\xd3\xc9\xb7\x27\xad\x7a\x63\x37\x27\x39\xe9\xe5\xbe\x0e\x1b\x7c\x5f\xf8\x91\x4c\x99\xe6\xdf\xf1\x62\x25\xd4\x5d\xf4\x72\x21\x57\xf5\x72\x24\x6c\xc0\xd6\x84\x32\x2c\xd5\x83\xa3\x84\xd6\x1d\x74\x1e\x08\xf5\xb6\xdb\xcb\xdf\x06\x37\x3e\x23\x42\xda\xcc\xdd\xd7\xce\x95\xa9\xcf\x44\x84\x25\x81\x62\xbe\x6d\xf6\x74\x41\x09\xfc\x9d\x0b\x70\x74\x80\x8f\x69\x0a\xf5\x14\xa7\x1e\x3d\x71\x49\xfd\x96\x50\xf7\xcc\x02\x5b\x42\x75\x70\xf8\x51\x02\x10\xce\x25\xf3\xdf\x87\x1e\x84\x80\x96\x50\x1f\x35\xc4\xbe\x92\x4c\x77\xc8\xe0\xf5\x47\x04\xe7\x7f\xee\xcb\xca\x90\xb3\x5f\x91\x1b\x0a\x82\x13\x30\x2f\xc0\x68\x3a\x58\x9e\x1a\xe0\x04\x23\x21\x46\x2b\xc4\x23\x5d\x6e\x56\x81\x29\x41\x05\x3e\x6b\x55\x40\x46\x3b\xbe\xf8\x30\x72\xd5\x5c\xbe\x6c\x43\x46\xbb\x25\x2c\xec\xa1\xa0\x00\x0d\xa5\x77\xaf\x29\x84\xec\xe4\x7f\x07\x17\xe3\xaa\x01\x42\xb8\x3b\xad\x21\xbe\x55\x96\x66\xde\x65\xf4\xe3\x3b\x4c\x57\x53\xa8\x0e\x05\xb1\xa8\x88\xc0\xae\xf7\x40\x50\x93\xd5\x02\x4f\x6e\x5f\xd4\x3b\x4e\x5b\xf4\x22\xb9\x3b\x53\xc0\x67\xdd\xd0\xa6\x8d\xdc\x7a\x88\xf8\x53\x26\xe4\x14\x57\x2f\x24\x3e\x61\x78\xf1\x0c\x52\x4e\x08\x8b\x64\x17\xa5\x39\xbf\xfc\xcb\x8b\x89\x44\x14\x22\x40\xed\x8b\xc7\x47\x26\xa8\x91\x39\x49\x02\xd1\x7e\x59\x0d\x2e\x1f\xbf\x1c\x5c\x75\x49\xe5\x31\x16\x72\x92\x4b\xf9\x87\x66\x3c\xa2\x29\xc5\x0a\xa8\x97\xe6\x65\x44\x51\xad\x71\x99\x81\x5c\x41\xfe\x1c\x9e\xfa\xca\xec\x40\x27\x05\xe4\xe4\x8c\xe6\x24\xce\xaa\xa3\xcc\xee\xb0\xad\x4e\x7c\xd8\x02\xf2\xb3\x2d\xd4\x59\x1e\x19\xb6\xc3\x50\xe2\xfd\x43\x8a\x0e\x13\xd8\xf2\x90\x09\x27\x10\xfe\xcb\x96\xc2\x88\x55\x89\xba\x5b\xca\xc5\x1d\x42\x7c\x33\xe6\xef\x83\x91\x77\x06\x2f\xe3\xe1\xe5\x93\x77\xa1\xfc\x7d\xd0\x94\xad\xf6\x65\xf7\x69\x20\xf4\xdb\x2a\x35\xbf\xc4\xb3\x55\xed\x6a\x7e\xf7\x5c\x56\x98\x22\x85\xf7\xc9\x5c\x37\x0c\xc1\xf7\xde\x97\x33\xc4\xcf\xa6\x29\x74\x2a\xd5\x2e\x38\x52\x4a\xa4\xb6\xa4\x57\xe4\x53\xce\xe9\x13\x06\x89\x33\x96\x4a\x0d\xa6\x48\x44\x2c\x83\x90\x55\x6c\xb9\xff\x58\x0a\xfd\x70\xa8\xf8\xf8\x8c\x9c\x24\xe7\x12\xfd\xb2\x96\xc4\xa2\x68\x7f\x57\xcd\xec\x33\xe6\xbb\x69\xf3\xf2\x8c\x37\x18\xc5\xb0\x33\xc0\x1e\x2c\xcb\x14\x76\x3a\x05\x6a\xac\xa4\xa2\x84\xaa\x3d\xa5\x66\xa9\x58\x02\xd1\xdd\xb0\xaf\x37\xc5\x2c\x6b\x4e\x4a\xae\x42\xbe\xe3\x58\x0a\xf5\xbe\x78\xc4\x24\x1c\xa4\x08\xfc\x25\x4d\x53\x91\x74\xcd\xd8\x53\x9c\xab\x41\xa0\xad\x52\xb1\xa0\x84\xb8\xe3\xe4\x55\x81\x08\xde\x2e\x95\x9a\x55\xa4\x78\xdc\x3e\xd5\x24\xe7\x47\x02\x11\x7c\x94\x36\x2c\x19\x98\xb1\x3e\xe7\x00\xc6\x3f\xe7\xa5\x48\x0a\xf3\xf8\xf8\x0e\xd4\xaf\x77\x02\x15\xaa\x58\x72\xad\x71\xb4\x8d\xe5\x7e\xec\x63\xfc\x13\xaa\x90\x51\xe5\xa9\xa5\x14\xc6\x93\x9d\xe8\x83\xb9\x42\x26\xc0\x90\x34\xe6\x77\x3b\x05\x53\x95\x9a\x82\x4f\xfa\x81\x26\x7d\x82\x49\x07\x06\x2e\x2d\xc7\xe2\xf2\xcd\x4b\x89\x8f\xa6\x4f\x33\x53\xff\x72\x35\xb9\x28\xbf\xef\xec\x15\x30\x5f\xf8\x5b\xb6\x0a\x1f\x63\xbb\x54\xe8\x32\xdd\x07\xed\x8a\xa2\x99\x10\x3b\x0a\x45\xa3\xf8\xd6\x03\xad\xf8\xd8\x68\x7c\x2e\x4b\x0b\x39\x29\x9a\x41\x9e\x5d\x0d\x08\x24\x5a\xa4\x53\xcb\x70\x52\xaf\xbd\x94\xbc\xb7\x60\x39\xbc\xaa\xac\x1c\xfe\x69\x6e\x2e\x17\x8d\x6f\xf9\x45\x05\x09\xc9\xa5\x40\xe2\x81\x0a\xbd\x2a\xa7\x00\x5c\x8e\x73\x3f\x54\x96\xcd\xd4\x5f\x4f\x1e\x4e\xea\x3c\xd8\xff\x54\xae\x28\x1c\xcd\x2f\xa9\x13\xa5\x98\xaa\x17\xd7\x05\x4e\xb4\x02\xd4\xb4\xd9\x36\x99\x18\xdb\xc6\x05\x59\x7c\xae\x0f\x12\x86\x91\x63\x2e\x75\x3a\xed\x57\x89\x24\xae\x9e\x6a\x11\x1f\xce\x43\xa1\x5e\x22\xcf\x9e\x67\x46\xdd\x87\x5d\xf0\x2c\x6d\x01\x0f\xca\x7b\x40\xc7\x2e\xd2\x25\x3f\xc9\x88\x5c\x8f\x16\xbe\x65\xe6\xea\xcd\x48\x0c\x6d\x00\x35\xa9\x47\x73\xe2\xcd\xe4\xde\x8c\x7c\x2e\x63\x79\x75\xd8\x96\x4e\xf2\x72\xfc\x97\x4f\x12\x0b\x32\x30\x1a\x38\x98\x84\xd3\x57\xb1\xf7\x32\x69\xa4\xe9\x74\x35\x02\x29\x9a\x5d\xfb\xb0\x7f\x41\x07\x86\xfa\xde\xf6\x2c\xb1\x38\x13\xe5\x74\x55\xf0\x50\xa8\xa4\x14\x82\xb1\x0e\x65\x1e\x37\x5e\x63\x70\x8a\x81\x55\x08\x08\x21\x1d\x15\x9b\xee\x21\xae\x16\x6d\x24\x82\x11\x57\x57\x2e\x98\x3f\x16\xbd\x75\xa6\x10\xc4\x76\xfe\x0d\xbe\x1a\x64\xa9\x4c\xc1\x7e\x57\xa8\xdf\x00\xe1\xae\x35\x43\x1e\xc2\xfe\x48\xe8\x15\x46\x8c\xf0\x57\x3e\x6a\xd1\x23\xca\x8a\xa1\xfc\xf0\xee\x73\xc5\xbf\xf1\xf2\x33\x73\xb5\x2d\x83\xf4\xee\x32\xe4\x37\x8b\x51\xe5\x7b\x9f\xe1\x3c\x1c\x4e\x0f\xb9\xee\x68\x0f\x15\x80\xb4\x06\x95\x2d\xe0\x2b\x26\x45\x98\xd9\xa2\x62\x23\xfd\x1d\xdf\xfa\x0f\xb5\x13\xa8\xa5\x6a\x1e\xcc\x6d\x6f\xa5\x14\x2b\xae\x61\xe8\x3b\x43\xe1\xea\x32\xbd\x5f\x14\x28\x7f\x54\x1f\x8d\x88\x33\xb2\xb2\x72\x5f\x7c\x74\x42\xc4\x70\x5f\xb4\xa8\x59\x13\x66\xac\x1e\xc5\xad\x58\x2d\xa8\x2f\xde\x3b\xc5\x45\xe3\x5b\xdb\x0d\x0e\x82\x48\x52\x3c\xf2\x25\xa0\xe5\x55\xbc\x75\xca\x8b\xb4\x7e\x6b\x5a\x97\x0a\x8c\x02\xa5\x28\x98\xc5\x46\x9d\xf4\xc4\x4b\xe7\x94\xf1\x2c\x25\x72\xe3\x78\x6f\x83\xe8\xe8\xa9\xbe\xae\x2d\x92\xa0\x91\xa7\x4e\xa9\x43\x91\x2f\xc5\xa4\x8b\xa7\xce\x7a\xd1\xf8\xd6\x45\x84\xf7\x85\x92\x02\x32\xbb\xa9\xb0\xa1\x87\xce\xc6\x1c\xcb\x2d\x6d\x35\xbf\x4f\x21\xee\x85\x15\xe0\xef\x3b\xc4\x3d\x9a\xfa\xc2\x3c\xee\xc8\xf2\xa2\x45\xa0\x39\xf1\xda\xb4\x6b\x74\x60\x4f\xf0\x75\x76\x71\x89\xee\xa9\x77\x0a\x1d\x8a\x72\xc9\x77\xac\x02\x59\xef\xfc\xd4\x1f\x43\x66\x2e\x72\x0b\x8d\x71\x40\x19\xa4\x05\x9a\xc8\x2f\xed\x8c\xef\xc5\x58\x8a\xf1\x92\x11\x6e\x50\xf7\xf3\x73\xe9\xe1\x54\x35\xbb\x43\xaf\x74\x1f\xdb\xad\x8e\x90\xaa\xcd\xa6\x8e\x20\xec\x35\x92\xff\x4e\x20\x5a\x80\x4e\x68\xed\x82\x49\x7c\xd7\x54\x39\xea\x3e\xa5\xaa\xaa\xce\xba\xd8\xb0\xba\xaa\x7a\x5a\xac\x3c\xe4\x22\x18\x11\x7c\xb9\xe2\x70\x42\x2d\xd4\x4b\x36\x97\x6a\xb6\xcf\x35\x2e\xcd\x36\xdb\xd4\x2f\x19\x42\xaa\x22\x6d\xd7\x6f\x20\x6d\xa8\x4a\x27\xec\xcc\x0b\xb3\xd8\x33\x7b\x97\x42\x36\x9f\x66\xb1\xb6\xa6\x06\xdf\x5b\x02\x19\x67\xb0\x0e\x38\xb6\xdc\x0c\x70\x93\xaf\x5f\xd4\x53\xb0\xa1\xcb\x89\xa5\xe3\xfa\x01\xa8\xd4\xaf\xf7\xf0\xc8\xd6\x80\x0b\x39\x5a\x9e\x7d\x90\x6e\x17\x9c\x55\x6f\x60\xf2\x79\x24\x75\xa8\x52\xf1\xd9\xe6\x1b\xf2\x5a\x98\x53\xa8\x06\xc9\x64\x4b\x18\xfb\xfa\x61\xe3\x36\x92\x92\x35\xaf\x66\x01\x11\xf4\x60\xb5\x70\x56\x72\xa6\x36\x22\xf4\x93\x4a\x10\x03\xda\xae\x4b\x02\x09\x6d\x4c\x72\x3a\xa9\x27\xd2\x7c\x67\x72\x17\xb1\xc2\x1b\x08\xfd\xcc\x48\x40\x13\xf2\x27\x04\x2b\xb9\xa8\xb2\x41\x38\x65\x89\x16\xda\x5a\xa2\xff\x7a\x18\x43\xaf\xe0\x9d\x69\xf7\xab\x23\x6c\x54\xe1\xd5\xd9\x58\x4f\x9f\x8d\x9c\x0c\x59\x4d\x6d\x12\x71\xd4\x1c\x11\x33\xd7\x1b\x4b\xe0\x3d\x21\x6a\xde\x09\x41\xa9\x27\xef\x9c\xb9\xa4\x32\xae\xbc\x32\x1a\x65\x28\xee\xc9\x1a\xba\x62\x55\xc4\xd5\x54\x95\xec\xed\xbe\x10\x25\x89\x0d\x25\xf6\x32\xb5\xa3\xc4\x42\x86\x30\x59\x8f\xeb\xb6\xa9\x2a\xd5\xdd\x87\xb4\x42\xfc\xfd\x98\x5d\x78\x07\xa4\x89\x91\x5e\xec\x2d\xe5\xab\xe3\xab\x95\xfc\xa4\x90\xc9\x7a\x7d\xc4\x67\x92\x39\x19\x17\xb6\x5a\x87\xd3\x17\xc1\xc6\x03\xda\x9c\x8c\x51\x34\x77\x78\x8a\xc8\x4a\xf8\x6a\x88\x5c\x93\xe9\x25\xd1\x24\x0c\xb3\x65\x7d\x56\xa8\xb4\x3e\x2b\x5a\xe7\x01\x31\x56\x8a\xd1\x6b\x71\x15\x99\x3b\x38\x79\x86\x3b\xec\xb9\xc1\x81\x54\x52\x75\x96\x7b\x80\xa5\xbe\x66\x61\x79\x18\x64\x68\xd7\xa8\x58\x66\x0b\x69\x09\x01\xf8\x1f\x07\x60\x14\x95\x29\x9c\x40\xbd\x95\x51\x71\x75\x4b\x22\x94\xda\xa1\x34\x92\xbb\x61\x59\xba\xfd\x27\x25\xfd\x1e\x9c\xb1\x2f\xd4\x63\xb4\x4e\x09\x11\xe5\x38\x75\xc8\xaf\x13\x1d\x5a\xbd\x65\x6d\x9e\xb2\x11\xf0\x22\x79\xdc\xcb\x8b\xaa\x10\xe1\x04\xcd\x5b\x8f\xb6\x63\x03\xec\x6a\x04\x8e\x78\xd1\xd7\x4b\x66\xdc\xa1\x3a\x98\x55\x9a\xa8\xa3\xac\xa6\xb4\x97\x84\xdd\x07\x6f\xd5\x3d\xbf\x78\xa0\x72\xea\xa3\x86\x34\x51\x01\x03\x9a\xd5\x2d\xb0\x69\x7c\xa7\xab\x4b\xba\xee\x0c\xc5\x56\x22\x5f\x64\x0d\xe0\x8b\xe7\xa8\x84\xfa\x4c\xeb\x28\x20\x8f\xc6\x0a\x16\x98\xf6\x7a\xad\x01\x6a\xb4\x8b\x02\x6a\xb0\x8f\x02\x46\x71\xa1\x30\x38\x19\xf3\xfd\x43\x14\x30\x7c\x10\x61\x92\x1c\xf9\xf6\x29\x0a\xc0\x32\xb4\xf0\xbf\xce\x7c\x33\x17\x05\xb6\x3c\xe1\x61\x40\x1e\xdc\xcd\xa0\x07\x21\x18\x49\x1d\x05\x6e\xb8\x46\x85\xdd\xce\x26\x96\xc9\x35\x45\x2a\xbf\x3a\x03\x11\x3c\x57\x2b\x75\xae\xb2\xd3\x13\x4a\xaf\xb2\x00\xb6\x2f\xb7\x80\x40\x49\x81\x7a\x8d\xba\x33\x10\x5d\x58\xbe\x4b\xa9\xd7\x0f\x39\x34\x72\x27\xdd\xd4\xbb\xba\x48\xd4\x16\xc1\x27\x59\x10\x57\x07\xca\x06\xa8\xc1\xff\x31\x86\x11\xa0\xb5\xa2\x62\x2c\x8f\xcb\x4f\xca\x0c\xb5\x35\x5d\xec\xd0\x28\xcb\x4c\xf8\x48\x61\xa0\x48\x16\x22\x7b\x43\x31\xf1\x18\x73\x9c\xe3\x0a\x5a\xb6\xee\x5b\xbc\x4d\x2a\x23\xa8\x48\x8b\xdf\xbb\x43\xb2\xa8\x7d\x63\x39\x0a\x38\x1e\x73\x57\xf0\xaf\x3b\x0a\x84\xbf\xe3\x8e\x52\x73\xed\x7f\x38\x81\x68\xdf\x11\xa9\x25\xc5\x70\x6f\xff\xbb\x23\xf9\x51\x8b\x7d\xa5\x9e\xdc\xd5\xf4\xef\x0c\x99\xbb\x55\x49\x56\x28\x9a\xa7\x8a\x3a\x4e\x02\xf8\xcf\xe9\x74\xee\x0a\xd1\x5c\xc9\xf4\xf2\xf7\x0a\x24\x49\xe8\x82\xdc\x13\x24\x94\x2f\x1c\x9f\xbd\x4b\x22\xd8\xaf\x58\x93\xe3\x52\x3e\x64\xf3\x82\x15\x40\x8c\x11\xb9\xbe\x57\x5c\xcf\x8d\xb0\x71\x36\x28\x8b\x59\x96\x6b\xfc\xe7\x93\x18\x9f\x22\x1b\xe4\x52\xbe\xe1\x96\x51\x94\x8f\xde\x10\x8c\x93\x56\x5a\xcd\xc6\x8d\x24\x3f\x56\x3d\xc4\x90\x06\x8b\x24\x24\xaa\x27\xf3\x09\xd6\x0a\xdc\xea\x10\x2e\xe6\x38\xa2\x4f\x1d\xad\xa6\x4c\x37\x53\x80\xfd\x78\x00\xed\x81\x43\x78\xc3\x3f\xe6\xf9\xc7\x3a\xe2\x4d\x09\x06\xff\x93\xc2\x07\xdf\xb5\xc3\x75\xb1\xb8\x08\x1f\xe7\x61\xc7\x2e\x79\xf1\xfa\x66\xa3\x72\x2d\xd9\x6a\x91\x8f\x83\xa6\x50\x8f\xd5\x2a\x5d\x90\xd1\xe3\x23\x74\xe1\xfd\x99\x16\x39\x73\xbc\x88\x44\xff\xfc\xc8\xc2\x8b\x88\xd6\x78\xab\x61\xc2\xce\x2e\x70\x2a\x6e\x0b\xf0\xd8\xed\x0a\x04\x5c\xb6\xb0\x09\x24\xbd\x70\x09\x82\xd9\x9f\xc8\x22\xfa\x51\x9a\x06\xb7\xa8\x2e\x0b\xe1\x7e\x8d\x45\xe8\xae\x72\xd0\x55\x96\x39\x1c\xa7\x21\x1d\xe8\xcd\x85\x77\x22\xe0\x1b\x5d\xa7\xe6\xe4\xe2\x53\x11\xc2\x64\x3b\xec\x75\xcf\x90\x03\x55\x95\x64\x16\x8e\x53\xdc\x19\x20\xba\x58\xed\x54\x0d\xf2\x7b\xf3\x50\xb6\xf0\xd9\x8b\x49\x90\x00\x4e\x66\x65\x9e\xcb\x67\x5f\xff\x1e\x18\x06\xb4\x8c\x82\x04\x06\x55\x1c\x38\xd7\xac\x59\x53\x53\x76\xd1\xd2\x70\x66\x18\x0e\x02\x0a\x5b\xd0\xfc\xc5\xfb\xff\xdb\xb1\xed\xed\xd8\x2a\x6a\x8e\x37\xbd\x42\xef\xc6\xd8\x5e\xb2\xc1\x8d\x6e\x7c\x3e\x10\x2b\xb7\xbe\x33\x10\xbe\xab\x96\x27\x56\x7d\xc8\xa8\x8f\xbe\x1e\xff\x79\x5f\xbe\xd0\x2b\x55\x3d\xb2\x27\xa5\xe5\x74\x8d\x78\xf5\x60\xaf\x90\xc8\x01\x3c\x90\x0d\xc2\x8e\xc3\x83\x67\x8f\xef\x40\x04\x67\x6f\x6d\x9d\xf9\x66\x1c\x1b\x8c\xe3\x2d\x3d\xdf\xf5\x89\xed\xbd\x6d\xe6\x7b\x26\x3b\xf6\xca\x30\xc3\xce\x9f\x7a\xaf\x78\xb5\xa3\xbc\x3a\x7e\xae\xbe\xa8\x59\x91\x63\x0e\xa8\x9d\xca\x34\xe5\x92\x8d\xe6\x44\xf9\x69\xaa\x22\x4b\x18\xe1\xad\x36\x07\xdb\xa6\x70\xbb\x0d\xe5\xc1\xa3\x4d\x41\x56\x6e\xb7\x31\xe7\x71\x1e\x6d\x8e\x24\x37\xdf\x68\x63\xa8\xaa\x98\xc5\xca\x21\xec\xa5\x1e\x57\x38\xc6\x60\xc9\x75\x98\x50\x13\x72\x38\x4b\x9d\x0e\x64\x2b\x9d\x06\xf4\x7a\x84\x6d\xbf\x46\xbc\x65\xab\xd3\x00\x71\x40\x45\xff\x46\x73\x3f\x06\xe7\xc4\x2e\x08\x79\x17\x10\xaf\xa9\x21\xc4\xbb\xcf\x0c\xf0\xad\x54\x6c\xa4\xf0\xfd\xaa\x45\x82\x25\xdd\xc8\x1a\x94\x68\xba\xf1\x2a\xc4\xab\xbd\xde\xef\xea\x57\x0b\x15\xb3\x36\x64\xef\x9f\xc7\x75\x28\xe1\x34\xdc\xe6\xb6\x4c\x5b\x6a\xe0\x9e\xd8\x8c\x56\x21\x94\x2c\xbd\xf0\x99\x54\xc7\x55\x1f\x87\x32\x21\xbc\x72\x65\xb3\x6d\x81\x22\x98\x1f\x77\x50\xdf\xe8\xda\xcc\x4d\xb1\x02\x2a\x01\x89\x80\x3d\x35\xc7\x0f\x4e\x53\x04\x2e\x22\xeb\x6e\x2d\xf2\xde\x2e\xb2\xfb\x3b\x21\x6c\xa7\x80\x10\x97\xf0\x3f\xff\x46\x07\x81\xf0\x2b\x88\x5c\xa3\xcc\xcf\xf7\x45\x44\x07\x60\x77\x4b\x47\x86\x7a\x2c\x55\xd9\xf5\x33\x10\x4d\x73\x98\xdc\x05\x35\x72\x73\x36\x4f\x65\x0a\x0e\xfc\x5c\x11\x0b\x11\xbd\x69\x14\x18\xf9\xea\x28\x63\xe6\x32\xe9\x06\x04\x09\x31\x67\xbc\x0b\xb2\x7d\x9b\x95\x83\x87\x49\x54\x11\x7f\x23\x36\x1b\x3f\x39\x46\x38\xd8\xa4\x08\xa9\xb9\x8d\x6c\xae\x0a\xf7\x8c\x00\xf2\x6e\x06\xbe\x94\xca\xdf\xe1\xed\x7e\xc8\xbc\x5d\xd5\x79\x49\xda\x63\x99\x7e\x3c\xbd\xc1\x6a\xc9\x06\xbb\xd1\xe6\x60\xdb\x14\x6e\xb7\x49\x6d\xb0\x52\xb2\xc1\xbe\xb5\xb1\x9b\x87\xd6\x27\x7b\xbb\x8d\xdd\x84\x81\xf0\x63\xa9\x21\xa1\xfd\x3e\xf2\xbd\x1d\x95\xfb\xfb\xc8\x99\x22\x6a\x96\x22\x7e\x19\x78\x5b\xb4\x56\xca\x6e\x4a\x16\x86\x79\x11\x45\x7b\x4a\x64\xe1\x57\x52\xfe\xbd\x59\x64\xe5\x0d\xa3\x40\x9f\xe6\xca\xd2\x8b\x6a\x9c\xaa\x48\xda\xa0\x9d\x38\x3c\x53\x95\xb9\xd6\x87\x11\x76\x0f\xb6\x52\xe1\x5c\x42\xda\x15\x73\xc9\xf9\x9f\x0c\x8b\x81\x37\x89\xcf\xdd\xcd\x91\xe8\x8d\x9a\x12\xeb\x4f\x77\x3e\x10\xc1\x93\xe9\xdc\x56\x8c\x12\x73\x69\x84\x21\x3a\x09\xf3\xa4\x7b\x28\x82\x3d\x12\x82\x59\xc6\x6b\x05\x96\x40\x73\x46\xec\x64\x99\x2e\xba\x93\x12\xd5\x5c\x78\x8e\x4a\x8d\xe4\xba\x2f\x44\xdf\x5e\x7f\xe7\x17\xc4\xd8\xdb\x2b\x55\x3e\xfa\xe9\x37\x57\x8e\x74\x14\xd1\x37\x79\xc2\x72\xfd\xcc\x34\xb8\x30\x87\x2c\x7f\xda\x64\x16\x24\x9e\xba\x19\xc3\x3e\xd0\xce\xa8\xcc\x82\x74\xd4\x54\xe1\x21\x99\x09\xa3\x92\x45\xf2\x48\xe0\x95\x10\x0b\x05\x03\x80\x95\x68\x39\x29\x44\xec\xe1\x6f\xcd\x21\x21\xa2\x62\xd7\xb7\x97\x11\x87\x22\xdb\xb2\x86\x56\x8e\xe2\xbd\xc6\xa2\xc8\x55\x7b\xd2\x0a\x86\x86\x9f\xff\xd3\x87\x3e\x45\x70\x79\x88\x27\xa1\x6f\xce\x0c\x1d\xc9\x5a\x8e\x64\xf0\x41\x06\x39\xed\x8b\xf3\xf7\x56\x86\x07\x17\x58\x0e\xa6\xa4\x62\xaf\x7c\xff\x0f\x9e\xe8\x09\x7f\xe3\x7d\x7b\xf7\xab\xd3\x12\xad\x97\xdd\x55\x41\x37\x2c\xa3\x62\xb1\x16\x36\x60\x28\x4e\xda\x28\x4e\x66\x4f\xc0\xb2\xd3\x2a\x1c\x38\x99\x02\x71\x9f\xc1\x02\xf1\xd7\x35\x59\xe1\x91\x58\x6d\xa9\xb4\x36\x9d\xf5\xde\x0c\xc1\x9c\xec\x9b\xd6\xdf\x49\x35\x40\x71\x35\x11\x22\x4b\x4d\x8f\xe7\x9c\xd2\xd0\x15\x5e\x67\x6c\x01\xfa\xd9\x53\x71\xec\x91\xf2\x7d\xe8\xb5\x43\x8a\x3d\xf4\x57\x08\xb6\xad\xdd\x27\xdf\x37\x10\x85\x1e\x65\x14\xe6\x7b\x9d\x05\xb9\x31\xf4\x4a\xd6\x96\xf5\x1f\x43\x6b\x8b\xfa\x4c\x3a\x4a\xb4\xc8\x7e\x2a\x62\xc8\xc2\x2b\xcb\xbc\x9b\x42\x00\xa2\xbf\x8b\xcf\x86\x7c\xb8\x48\x93\xb7\x6a\x64\xbf\xe9\x12\x47\xe2\x11\xad\xd0\xb6\xc3\x80\xf4\x7d\x34\x0b\xbe\x2d\xd2\xab\x50\x5f\xb3\x1f\x77\xcd\xd8\x6a\x51\x40\x28\x0f\x14\x6f\x14\x29\xd6\xcb\xe6\x33\x4a\x1e\xef\x95\xc0\xfe\x5b\x3f\xc9\xc9\x2e\x7b\x5b\xe8\x0b\xb5\x5d\xa4\x2f\xab\xf6\xff\x7c\x59\x93\xe3\x72\xce\xde\x18\xe5\x34\xfe\x3d\x31\x96\x10\x74\x62\x7e\x8a\xe5\xcd\x21\x0e\xb3\xf4\xc6\x41\xa8\x0e\x93\x20\x0d\x88\xfd\x9d\x83\x9d\xd5\x35\x2f\xb9\x4c\x36\x26\x55\x0c\x6f\x4d\xaa\x18\xfd\x79\x52\x01\x06\x40\x8e\x63\xb7\xfe\xed\x73\x43\x58\xd9\xae\x36\x7b\xed\xc6\x57\x18\x9e\x34\x9c\x51\x0e\x43\xd7\x95\xf9\x72\xe3\x0f\xd4\xad\x4a\x86\x40\x0b\xcf\x54\x6c\x2d\xff\xcc\x15\x3a\x5b\x99\xbc\xa1\xeb\x26\x55\xd1\x0e\x2a\x96\x38\x99\x88\x62\xc8\xfa\x14\xef\x59\x49\x53\x12\x6d\x5d\x25\xd4\x57\xa9\x8a\xc3\x27\x06\x92\x4b\x6b\x4f\x38\x3d\xea\x0b\x77\x8f\x7c\xf7\xc0\x77\xab\x55\xb8\x3e\x77\x2c\xa3\x99\x0d\xdc\x36\x0a\xfb\x14\x92\xe8\xeb\x0c\x92\xe7\x47\x8a\x23\x67\xe5\x7f\x91\x21\xab\x7f\xc0\x90\x59\xb1\x1d\xff\xc6\x5b\xcd\x87\xd9\x67\xb6\x33\x4c\x60\xf6\x9b\x64\xbd\x9d\x5e\x5e\xd6\x13\x2a\xf2\x17\xff\xec\x1d\xe6\x20\x4b\x36\xd4\x8c\xac\x33\xa3\xb0\xf4\xfb\x3b\xc6\x52\x04\xb1\xff\x7d\xe1\x5a\xa2\xfd\xbe\x23\xa3\x3d\x68\x65\x22\x37\x7b\x8e\x6a\x9a\x1e\x50\x8d\x84\xf4\x09\xc0\x0a\x8f\x41\x29\xc3\xd9\xe1\x02\x57\x12\x21\xde\x74\xca\x58\x02\xe6\x27\x84\x76\x91\x48\x12\xa9\x4b\x5d\x12\x6e\xf2\x79\xe9\x63\x44\x56\xb1\x04\x82\x76\xbd\xff\x41\xb5\x3e\x97\xfd\x10\x90\x0f\xd2\x32\x03\x07\x1e\xb1\xe0\x70\x2a\xc3\x1e\x7f\x46\xba\x1c\x5d\x93\x02\x51\xfe\x29\x38\x74\x85\x1f\x7b\xcb\x4a\xfd\xe7\xcb\xf4\x6f\x2f\x5b\xc9\x3d\xcd\xa5\xba\x73\x67\x7f\xde\xf0\xb8\xbb\xb9\x75\x77\xb0\xe1\x41\x99\xc1\x0c\x85\xe8\xc7\x31\xea\x44\xd4\xe9\x4b\x10\x30\xd9\xcd\xf3\x97\x14\x78\xe4\x79\x7e\xa8\x70\xfd\x25\xbd\x39\x15\xe8\xd6\x33\x73\xe4\x6c\x5e\x85\xe3\x2b\xd1\x0a\xb3\x29\x0f\x6e\x33\x94\x93\x2c\xd7\xf8\x25\xc5\x6d\x07\xdd\xec\x44\x99\x9b\x6a\x57\x27\x3c\x40\x40\x84\x90\x00\x19\xa0\xf4\x46\xab\xbc\x06\xb0\x0e\xc1\x6c\x3e\x66\x33\xfe\x55\xa0\x2a\xc2\x0e\x4f\xc5\x06\x07\x25\x64\xd7\x8d\xab\xa7\x6a\x14\xfa\xe3\x57\xbc\xf1\xc0\x19\x2b\xa3\xf5\xdc\xdf\xf8\xbd\xf3\xe1\xb4\xc5\xe7\xcb\x05\x72\x68\xd2\xfc\x0b\xc4\xa1\xfb\x87\xcc\x03\x96\xd0\x7c\xdc\xb6\xf5\x38\x56\x16\xb8\x97\x52\x12\xdf\x6f\x7c\x1b\x4e\x51\xae\xce\x54\x95\xe1\xe6\xe2\x10\x59\xc8\x49\xc8\x91\x20\xaf\x42\x34\x23\x5c\x84\x0a\x46\x9d\x2d\x02\xbc\xf3\x44\x9d\x2f\x39\x76\x7f\x07\x84\x89\xd2\x86\xe3\x8d\xe1\x51\x86\x05\x02\xa2\xf8\x16\x2f\xca\x85\x64\x17\xcf\xd7\xd1\x9c\x8b\x2c\xd0\x9e\xaa\x24\xc3\xfb\x2b\x39\x7b\x62\x6c\x66\xfa\x86\x29\x55\x2f\x50\x5c\x43\x7e\x96\xbd\x9e\xf8\x79\x31\x71\x4c\x7d\x26\x71\xaa\x13\x19\x51\x09\x29\x7f\xa5\x33\x5d\x3e\x55\x91\x50\xd7\x40\x08\xbc\x39\x45\x8a\x32\x8b\x0f\x47\xed\xa6\xac\x9c\x6f\x18\xf9\x83\x8a\xaa\xb3\x0e\xd2\x13\x9a\x8f\x82\x76\x9b\x73\xb2\x76\x3b\x2e\x1f\x57\x32\xb4\x10\x64\x55\x1e\xd0\x40\x6d\x72\xac\x3d\x3d\xf0\xff\x0d\xef\xd9\x20\xd7\x27\xc8\xe4\xa8\x02\x43\x2c\x5b\x17\x05\xe1\xea\xc7\xa6\x98\x7a\x1f\xb5\x2a\xf4\x53\x1a\x2a\x42\x37\x5f\xc7\x28\xcc\xb1\x44\x72\xcd\x5e\x1e\x73\x3e\xd7\xe1\x32\x34\x70\x04\xb6\xce\xf0\x84\xa2\xd7\x99\x58\x22\xa7\xdd\x6c\x07\xa3\x9f\xed\x6a\x6c\x5f\xab\xf9\x4c\x16\x75\xd8\x59\xec\x0f\xc5\xbc\xba\x2a\xb0\xb2\xdc\x01\xfa\x62\x73\x86\xa4\x7c\xa6\x84\xa8\xc1\xb4\x44\x58\xf0\xaa\xa2\xce\xfc\x60\xee\x13\x6b\xe9\xca\x04\x67\x2a\x92\x8c\x33\x95\xee\xb4\x27\xd4\x7b\x46\xde\x7a\x57\xf7\x97\x77\xcd\x4b\xc4\xf0\xc2\x27\x0a\x42\xd9\x3e\x6d\xa8\x74\xd1\xd0\x9a\xbf\x78\x5e\x4e\xaf\x0c\xef\xfe\xa7\x69\x08\x51\xbb\xa5\x6e\x4d\x76\x35\x5b\x7e\x82\xce\xbf\x73\x0e\xfa\x90\xe2\x9f\x7f\x9b\x0b\x10\x5e\x16\xde\xe1\x64\x2a\x42\xef\xfc\x17\x73\x78\xfd\x9c\xf9\xac\x83\x14\xbe\xab\xcc\xe7\x20\x66\x99\x3e\x68\x5b\x63\x6d\x33\xc6\x78\x6a\x76\x3c\x5c\x53\x2c\xb7\xc1\x0b\xdf\x0b\xfc\xbe\xd4\x7d\x60\x39\xdf\x1b\xda\xaa\x24\x6b\xca\xbf\xe7\x37\x28\xe7\xf1\x5e\xfa\x79\x9f\xcf\x29\x43\xe5\x7d\x9b\x10\x1a\x93\x7e\x13\x6c\xcc\xeb\x79\x96\x2e\x5b\x06\xd1\x8e\x53\x75\xb5\x65\x36\xaa\xb8\xb1\x51\x35\x86\xba\xf4\x97\xdd\x33\xb6\x74\x52\xfb\x93\x22\x6c\x9e\xbe\xf8\x02\xe3\xa5\xab\x6e\x16\x94\xbc\x50\x09\xe6\xe7\x54\x0a\xed\x4d\x68\x18\xbc\x47\xbe\xb5\x2d\xc9\xa4\xed\x5c\x8a\x40\x95\x12\xa0\xd5\xcb\x48\xeb\x57\x43\x6c\x2e\x57\x0d\x67\x28\x4a\xcf\x46\xf8\xad\x3e\x3f\xb3\x64\xe5\x67\x0a\x1e\x4e\xb0\x6c\x81\x53\xf7\xa9\xcb\xd2\xd3\xfd\x89\x6a\x6f\xed\xe5\xb9\x8f\xaa\x75\x22\x45\xee\x14\x5d\x12\x80\xe6\x0a\x9f\x98\x17\xfc\x0e\x03\x50\xda\xc1\xb5\x69\x10\x86\xe3\xa1\x4f\xf1\x34\x8b\xe7\xbd\x62\x0c\xc7\x51\x4d\x4e\x16\xc1\x05\x32\xad\x4b\x55\x7f\x2b\x73\x9c\x8d\x04\x85\xd6\xe9\x94\xf9\xfc\x30\x73\xf9\x30\xe1\x60\x08\x73\xf0\x20\x83\x7d\xe0\x8c\x84\x7a\x39\x57\x52\x8d\x8a\x89\x32\xa6\xee\xc7\x08\x52\x13\x65\xf7\xb7\xf0\xb1\x59\x8e\x41\x72\x76\x70\x3e\x8b\x65\xee\x7b\x10\xc8\x8a\x9a\x68\xda\x52\x4b\x1d\xdd\x3b\x29\xf8\xb9\xcc\xa6\x41\xe5\x12\x6a\x38\x28\x2d\x1e\x0b\x41\x2a\xd9\x0f\x59\x04\x04\x9d\x5f\x94\x35\x1a\xa6\x8e\xf5\x0c\x7d\x54\x8b\x90\xff\x57\x14\xdf\xf2\xa7\x58\x8f\x5c\xb5\xc1\xae\xde\x15\x0b\xfc\x80\xf9\x3f\xca\x59\x44\xd1\x50\x9f\x80\x8e\x11\xed\x5a\x68\xae\xd5\x4e\xce\x23\x42\x53\x1a\x21\x72\xed\x26\xcf\xee\x09\x55\xf1\x26\x47\x38\x7d\x00\x56\x48\xe7\x2f\x01\xa4\xad\xf3\xe8\x38\x66\x10\x09\x40\x3b\x02\x59\xa2\x8d\x48\xb3\x21\xd4\xe9\x76\x8e\xfc\xe6\x15\x0f\x91\x82\x98\xd9\x76\x9e\xbc\xaa\x91\xe4\xe8\x66\xab\xc5\x0c\x8c\x14\xef\x92\xdf\x9b\x2c\x2d\x1f\x6b\x32\x0a\x15\x3c\x9a\xba\xa2\x57\x90\x2a\xb9\x6e\x8b\xaa\xc7\x79\x61\x2b\x88\x37\xc3\xdd\x43\x6a\xe6\xd4\x4c\x1e\xe6\x2c\xd2\xdc\x4a\xcb\x70\xd5\x09\x29\xf7\x6b\x89\xa9\x6d\x57\x11\x5c\x5a\x93\xd1\x81\xc3\x70\xe6\x80\xc5\xe4\x5f\xc4\x52\x16\x16\x58\xb6\xe2\x22\xe0\x5d\x5a\xe2\x3b\xe6\xa5\x23\xa1\xb2\xba\x56\x54\x7f\x68\x32\x14\xba\x24\x33\xe8\x76\x22\x01\x8d\xd4\x1e\x9b\x53\x59\xb9\x72\xf1\xfd\xbd\x63\x3e\xae\x23\x0e\x4f\x2d\xcd\xae\x5e\x76\xd4\x55\x14\x4c\xbc\xfe\x65\x68\x0e\xe3\x31\xe4\xc3\x3b\x86\xdf\xbf\xb5\xc2\x63\x2a\x7d\x37\x7b\x40\xb6\x70\xb9\x6a\x8f\x67\xd3\xb2\xe8\x2d\x6a\xd4\xb2\x22\xc3\xbb\x14\x4d\xb7\xe6\xc4\x17\x55\x4d\x61\x27\xad\x29\x86\xe1\x8c\x70\x42\x54\x5c\x68\xd7\x6a\x94\xd5\xfe\x5a\xad\xd5\x6f\x5e\x43\x6f\xf6\x12\x8a\xea\x1b\xfe\x4f\x1b\x6d\x57\xe7\x50\x20\x3b\x18\xf3\xa8\x69\x7c\x79\x94\x94\xd5\x1a\x7e\xfe\xac\x22\x80\x81\x44\xb5\x00\x86\x8e\xf6\x79\x1a\x58\x27\xb0\x0a\x91\xeb\xee\xaf\xae\xaa\xcc\x98\x6d\x59\x26\xc9\x29\xd9\x85\xcb\x80\x42\x58\xcf\x6a\x26\x7f\xef\x90\xb2\xb1\x25\x09\xc2\xfe\x23\xe5\xf4\x64\x3e\x28\xa4\x55\x0b\x60\x26\x17\x60\x04\x6c\x9e\xa0\x3b\xf1\x93\xea\x2d\xc7\xf7\x6b\xf3\x74\x09\x35\xf5\x5c\x2b\xb1\x42\x46\x72\xe3\x64\xe2\x23\x61\x9d\x43\x55\x8d\xba\x1e\x2a\x9e\x53\x9c\x82\x76\x87\x2d\xc1\xb9\xd6\x00\xeb\x04\x56\x38\x85\x2c\x2d\xa5\xf0\x0b\x75\x4e\x7c\xff\xc3\xd2\x8f\x0c\x5d\x22\x5e\xe8\xc9\x69\x0b\x9d\xd5\x55\xfd\x23\x2d\x09\x81\x4e\x9d\x32\xa2\x1a\x16\xb2\x8a\xdc\xa1\x1a\x05\x7a\xbd\xec\x4e\xa9\x30\xfd\x02\xc1\xff\xea\x1c\x36\x62\x7b\x0b\xe2\xea\x40\x85\xe0\xf8\x55\xf5\x95\x43\x38\xeb\x99\xce\x30\xf5\x31\xad\x5f\x78\x81\x18\xc0\x31\xfc\x79\xb4\x85\xf0\xcc\xcc\x55\x28\x19\x59\x4d\x71\x6f\x2d\x79\x09\x26\xf5\x64\x7a\x5b\x42\x6f\xe4\x18\x16\x65\xb5\xa9\xfd\x31\x03\x6a\x4d\x7d\x5c\x65\x40\x55\xcb\x0d\x27\x27\x85\x5e\x69\xe2\x84\x8a\xfc\xf4\xfa\x9d\x78\x5b\xa9\xc8\x01\x3e\x65\x82\x40\x72\x09\x8a\xc3\x17\xa2\xcd\xa5\x1a\x6e\x13\xc9\x00\x88\xff\xc1\xa5\x80\x84\x5a\xc9\xb3\xba\x60\x0c\x56\x4a\x48\x5b\x28\xc3\x2c\xfd\x0b\xef\x15\x03\x2b\x2e\xdb\xdd\x43\xd2\x7d\x3d\x8b\x78\x14\x9d\x69\x13\x8c\x95\x3e\x34\xff\x62\x48\xca\x95\xb9\x56\xea\x8b\x0f\x36\xe2\x6f\x49\xd9\x2d\x63\xff\x2f\x69\xa5\x87\xc8\x46\xd1\x23\x7a\xd1\x71\xbd\x5c\x05\xd9\x1a\x82\xd5\x1c\x61\x24\x06\x35\x08\x16\x15\x59\xcd\x34\xae\xe9\x58\x09\xe5\x2a\xd4\x64\x88\x97\x6c\x3f\x59\x06\x24\xad\xad\x64\x96\xa3\x9f\xce\x55\x8e\xd7\x58\x06\x60\xff\x10\xca\x7e\x19\x56\x31\x6e\x70\xaa\x9a\x10\x3d\x17\xb2\x0c\xa5\x46\xeb\x52\xdd\xf2\x8e\x9b\x0f\x8d\xc8\xf3\x87\x5e\xab\xcc\x4d\x0a\xd9\x06\x0a\x22\x66\x3e\xa0\x34\xfd\xe5\xa4\x22\xc4\xa4\x77\x35\xb1\xa7\x1c\xb9\x1f\x6a\x1e\x82\x26\xda\x47\x4c\xf4\xeb\x21\x77\x39\x7b\xcd\x37\xb9\x72\xec\xdd\xa0\xd2\xe3\xb1\x91\xee\x6c\x40\xd3\xe5\x02\xf8\xd4\x76\x71\xa4\x57\xf8\x3b\x7d\x00\x3e\xcb\x67\x65\x91\x88\x43\x5d\xe1\xef\x24\xcb\x43\xed\x1c\x57\x4c\x1c\x37\xfe\xf2\x4d\xdb\x0a\x4e\xf8\xb8\xc0\xbb\x64\x20\x74\x45\xdb\x37\xd2\xc1\xae\x1e\x76\x37\x3a\x52\x6f\xd7\x1d\xed\xa9\x23\xb5\x93\x47\xf4\x94\x8c\xfa\xc2\xac\x28\x51\x7d\x20\x82\x9d\xc7\x55\x17\x59\x52\x88\xff\xcd\x38\xb7\x66\xb1\x93\x81\xfe\xb2\xd8\xaa\xa2\x2a\x36\x19\xf8\x55\xa8\xc7\xb2\xbc\xd0\x64\x94\xc2\xa4\x2b\x20\xcd\x22\x4c\x8b\x97\x6a\x26\x39\xa8\x1c\x23\xc8\xe5\x58\x78\x2a\x1c\x30\x14\xc3\xc5\x9a\x2b\xb9\x79\x4c\x24\xb9\x8c\x14\x7e\x27\x5c\x04\xdf\x4f\x1b\x23\x04\x2e\x09\x44\x7c\xa7\xec\x99\x53\x5d\x06\xce\x44\x89\x66\x56\x45\x2a\x05\x65\xdc\xba\x12\x71\x45\x2b\xb3\xb3\x46\xb1\xec\xf2\xea\x07\x88\xec\xca\x55\x36\x38\x68\xbc\x22\x8d\xc4\x07\x6e\x92\x5b\xb9\x21\x13\xe9\x95\xb4\xe2\x09\xf7\x32\xd9\x13\x73\x7b\x8a\x56\x81\xf3\xb3\xe6\x91\x7a\xff\xad\xea\xe7\x2f\x5a\x69\xb1\x42\x5a\x98\x2e\xa9\x19\x77\x78\xe2\xea\x92\xff\x05\x15\xb8\x5c\x21\x15\xb8\x70\x4f\x66\xfd\x71\xeb\x2c\x17\xff\xf4\xa5\xfd\xbf\x7e\xe9\xb5\x7e\xca\x1f\xa8\xb2\x6a\xc1\x4e\xff\xbf\xf7\x9c\x19\xab\x39\x68\x42\x8f\xb2\xdc\x44\x9c\x02\x9c\x4f\x96\x7c\xbd\x0a\x28\xeb\xa7\xb3\x59\x5d\x6e\xc0\x20\x71\x0c\x91\xd1\xb6\x92\x15\x2e\x5a\xb6\xc6\x72\xeb\x8f\xcd\xb7\x8f\x26\x77\xfe\x5b\xd2\x2c\x1d\xb0\xe8\x3f\x8e\xb3\x28\xc4\xda\x31\xab\xde\x4e\xbf\x18\xa5\xf2\x6c\x67\x7f\x93\xfa\xce\xfa\x3b\xf5\x35\xc2\xd5\xd5\xc7\x88\xdc\xf7\x3e\xcd\xa3\x23\xa1\x4a\x09\xe1\x5e\x7f\x65\x9f\x02\x5c\xbe\x8d\x9e\x3d\x92\xab\xd3\x4d\x6a\xa4\xc3\x4c\xd5\x92\xf2\x95\xfc\xea\x89\x7a\x3c\x2a\xae\x76\x67\xb6\x56\xff\xc4\xc9\x46\xbb\xab\x01\x35\xb7\xb4\x07\x06\x33\xb3\x8e\xcf\x84\x3a\xad\x3e\x52\x76\x32\x15\xca\xec\x21\x81\x02\x14\xda\xfa\x8f\x33\xc8\xe9\x1a\x1e\x39\x6a\xf8\x40\xb0\xc6\x6a\x63\xa4\x16\xf6\xa4\x93\xd2\x29\x9a\xe7\x75\xe3\x6a\xcb\xca\xbd\x4c\xb5\xe8\x0b\xf5\x55\x01\xff\xa9\xd9\x50\xd6\x15\x79\x88\x66\x32\xc9\x5f\x23\xf4\xe5\x98\x41\xf6\x87\x94\xeb\x63\x38\x53\x3a\x06\x67\x28\x9a\x6f\x19\x5b\xdd\x6f\x20\x54\x1f\x6e\x48\xc4\x96\x57\x66\x57\x9f\x0c\x83\xaa\xae\xd8\xca\x7d\x86\x43\x96\x51\xa9\xa7\x53\xc1\xf9\x55\xf5\x40\x8b\x35\x5c\x66\x3c\x8a\x80\xef\x30\xfc\xf4\x58\x9b\xc6\x41\x23\xf4\xb8\xa0\x2c\xab\xe8\x62\x2f\xaf\x19\x98\x2b\x53\x4a\xba\xd0\x29\x25\x7d\x26\x8f\xa5\x5b\x3c\xea\x08\xb3\x7e\xc2\xa8\x96\x01\xb1\xc7\xb1\x0a\x97\xb7\x18\xab\xda\x78\xe1\x98\x18\x41\x22\x80\x77\xaf\x05\x70\x01\xf8\x3d\x39\x27\x0f\xd6\xdf\x91\xdf\xae\x0f\xf6\x22\x0e\xee\x9d\xdc\x54\xc8\x7c\x4e\x80\x46\x77\x73\x44\x4d\xd9\xb3\x16\xa1\xb9\x3c\x89\x46\xf0\x6b\x0a\x15\x7a\x3c\x97\x07\xd2\x81\x1f\xbe\x4b\xef\xb6\xf6\xb0\xc7\x1b\x25\x9b\xcc\xbc\xf9\x9a\x0d\x01\x1e\x0a\x9e\xff\x6b\xa5\x7a\xac\xb9\xd8\xa5\x11\x80\x29\xca\xfd\xe0\x99\xbf\x13\x95\x80\xfe\xcf\xaf\x37\xd7\xe1\xd6\xd6\x86\x72\x89\x00\xeb\x9d\x57\xcb\x78\x37\x76\xd7\xa5\xf2\x33\x36\xa3\xba\xb7\xb1\xd0\xd5\x15\xd9\x2e\x82\x4e\x6d\x75\x33\x78\x73\xf7\xdb\x6e\xa5\xa3\xd6\x7a\x9e\x57\x64\xe4\xd1\x94\x3e\xb2\x78\xa6\xa0\xf1\xbd\x0a\xa3\x86\x33\x54\x2b\x15\xa9\xe2\x9b\x93\x4e\x9c\x9c\x73\x8c\x96\x59\x90\x8f\x6c\xfd\x3f\x9b\x1c\x99\x4f\x42\xa6\xd4\x13\x3f\x65\x14\x95\xaf\x42\xfd\x6f\x65\x4d\xea\x7f\x9e\x26\xb9\x84\x8d\xf3\x24\x29\x61\xf6\x2c\xbb\x68\x57\x96\x66\xef\x53\x2e\xa9\xa8\x7a\x9b\xa5\xef\xbc\x8a\xe0\xac\xa7\x33\xdf\xf1\xbd\x89\x64\x9b\x63\x85\x8c\x67\x2d\xa1\x77\x92\xf2\x41\x06\xa9\x6c\xa7\xe7\xce\x64\x8b\xa4\xab\x88\xab\x53\x9b\x29\x7b\xea\x64\x02\xca\xba\x62\xdb\xa9\x33\x12\x8f\x1d\xd4\x94\xef\xea\x99\x6d\x38\x14\x9d\xce\x9c\x2e\xda\x7a\xb1\x4d\x32\x3b\x1e\x3a\x48\xe7\x69\xe9\xd5\x36\xc9\xe3\xba\xef\x1c\xe8\xa2\xa9\x8f\xdb\x24\xbf\xe4\xae\x53\x5d\x23\xd5\xaa\xb6\xe6\x9b\x03\xd1\xe8\x10\x2c\x87\x9f\xe4\xa3\x7d\x8a\x46\xe7\xf7\xcc\xcd\xc4\xf4\x36\x85\x5d\x4c\x9f\x6d\xff\x7b\x29\xbc\x4e\x8e\xae\x94\x76\x53\x77\xb5\xb7\x22\x84\xca\xb9\x4a\x81\x36\x1c\xe5\x27\x08\xe8\x02\xee\x70\x13\xc7\xe1\x1a\xb1\xe1\x5b\x82\x8a\x5e\x78\x39\xab\x64\x28\x22\x29\x2c\xfc\x0e\x42\xd6\x67\xee\x08\x53\xba\x2a\xaf\x7c\xce\x2a\x8e\xf9\x27\x9b\x14\xaa\xe6\x1b\xfb\xd3\x91\x7f\xda\x97\xc9\xee\xb3\x53\x53\xae\x8e\x3e\x56\xd9\x0c\x0c\x1a\x38\xec\x8f\xaa\x9c\x81\x9d\x2e\xc4\xdb\xbb\xe5\x13\xd1\xaa\x3f\x93\xcb\x6d\x0a\x9c\xa3\x24\xa3\x03\xd2\xf3\xf3\x48\x34\x6a\xd3\x08\xd5\xc7\x6e\x11\x5c\x12\x36\xd6\x35\x4e\x26\xf6\x85\xff\xb4\x07\xb2\x63\x95\x9e\x9f\xa9\x4a\x99\x93\xe9\x87\x42\x0c\xc9\xe9\x46\x50\x03\x23\xe1\xbb\x72\x0c\x7d\x1b\x45\x2f\x57\xaa\x94\xc5\x98\x28\x87\x36\x15\x4f\x96\x7f\x73\x12\xbc\x88\x22\x8c\xe9\x23\xce\xe8\xfd\x88\x68\x61\x6c\x1e\xcc\xc3\x96\x60\x63\x05\x9f\xb5\x25\x1c\x03\x83\x22\x41\xbc\xab\x17\xc0\x21\x54\x1a\x29\x3c\x84\x24\xf5\x3e\xb7\xff\x25\xe7\x76\xae\xae\xf0\x1b\x72\x55\x2a\x49\x6a\x4e\xb8\xa4\x97\xd9\xfa\x1a\xe3\x61\x6e\x14\x40\x25\x9a\x0b\xb5\xac\xea\x4b\x8a\x7e\x85\x87\x53\x26\x45\x9d\x87\xb3\x58\xf8\x16\x3d\xca\x4c\xfe\x82\x2b\x97\xd7\xb8\x6d\xb5\x04\x99\x46\x06\x00\xac\x56\x42\x3d\xcf\x0e\xe4\xa9\x1d\x55\xd7\xdf\x2c\x1b\x87\xb4\x19\x44\xef\xa8\x26\x85\xe6\x4c\x3c\xfe\xde\xb1\x27\xc4\x04\xf8\x52\x6a\xb9\x4c\xa4\x85\xe0\x6b\x72\x26\x17\x59\x7d\x2e\x2d\xe3\x40\xa2\x6e\x2e\x95\x43\x14\xaf\x52\xe9\xc7\x93\x98\x67\xa0\x2d\xd4\xcb\xeb\x15\xdc\x40\xae\x06\x33\xcd\x57\xb6\xca\x19\xfc\xbe\xf0\x1f\xf3\xd5\x86\x9d\x6e\xa1\x98\xc0\x13\xed\x0b\xbb\x21\xb4\x0e\x74\x2c\x89\xbc\x20\x09\xec\xd6\x9c\xd8\xae\x85\x7a\x3f\xba\x37\x40\x3a\x02\x11\x3c\x95\x5f\xc0\x02\xcd\x56\xa2\xc7\xf6\x83\x3f\x12\xaf\x2f\xf4\xcb\x3c\x04\x5e\xc5\x24\xe3\x5f\x1e\x76\x39\x07\x8b\x55\x33\x2c\x95\xbb\xb8\xde\x0a\xa4\x96\xa9\x8f\x55\x7a\x68\x8c\x78\xd2\x13\xea\x2b\x66\xe8\x15\x14\x56\x62\x12\x15\xad\x95\xa1\x95\xc0\x95\xdb\xa5\x7f\x59\x97\x23\xbf\x0f\x46\x14\xf5\x72\x4c\xa5\x7c\xd5\xef\x9d\xa1\x08\x3a\x27\x9b\xee\x4d\xd9\x5c\x79\xff\x92\x9c\x65\xb6\x28\x8e\xa8\x21\x4e\xa8\x24\x89\x3b\x4e\x27\x74\x85\x9e\x45\x41\x57\xcf\xff\x38\x41\xbc\x25\x54\x56\x2f\xeb\x29\x68\x07\x7d\x49\xf4\x8e\xd7\xfe\x85\x14\x38\x70\x80\x6c\x26\x66\xe3\x06\x8f\x87\x85\x7f\x59\xd4\x33\x7f\xe9\x09\xd9\x6d\x98\xd9\xe3\x1c\x92\x2f\x09\x33\x9b\xbd\xbe\x0c\xb4\x9a\x4e\x28\x0f\x39\x1b\x8c\xbc\x24\xaf\x07\x2a\x9c\xae\x8e\xb2\xf4\x71\x35\xd1\x13\xae\xcf\xff\xe8\xf4\x85\x3e\x4b\x66\x09\x94\x12\xf5\x36\x2b\x37\x2e\xb8\x17\xc4\xa5\xaf\xe0\x57\xb6\xe0\x0d\x43\x94\xbc\x29\x2c\x7d\xcb\xd6\xea\x46\x15\xef\xbe\x2f\xed\x1d\x25\xd4\xcb\xc6\x6e\x8d\xee\xf7\xad\x61\x49\x52\x0b\x75\xcf\x1f\xa6\x85\x7a\x00\xe0\x1a\x83\xfb\x71\x2d\x1d\xff\x29\x5f\xb2\x4e\x96\xa8\x44\xb9\x26\x91\xcc\x95\x1a\x7c\x0e\x08\x80\x37\x27\x88\x12\x66\xeb\x64\x38\xed\x1c\x35\x3c\xe6\x1e\x27\xc8\x19\x3e\x07\xdc\x3a\xc2\x2a\xd3\xb5\x3a\x58\xba\x58\xa3\x06\xb2\xde\xc8\xfc\x55\x3f\x6b\x79\xab\x9f\x57\x21\x5e\xcb\x49\x3f\x4b\xa9\x4a\xf7\x0b\xed\xe2\xf4\x18\x5c\x27\xde\xcd\xe5\xdd\xbc\x81\x0c\xe0\xd7\x2a\xd9\xfb\xd4\xb3\x20\x4f\x87\x48\x23\x7d\x35\x52\x48\x5f\x73\xe9\x34\x9b\xd9\x7a\x16\xee\x95\x90\xa2\x81\x2f\x91\x21\x63\x2a\x83\x27\x48\x9a\xd6\x35\xe9\x7c\x8a\x03\xe7\xf2\x15\xe2\xc6\x5f\x44\x62\x7c\x3d\x64\x1e\x50\xcc\x96\x90\xc3\xbe\xc6\x8a\x03\x0f\x70\x1d\xc9\xb1\xba\x38\x9f\xc9\xaf\x68\x44\x65\x2a\x37\x96\x79\x3a\x7a\xe2\xca\xe7\x1a\xb2\x4b\x38\x04\x70\x59\xc5\xba\x84\xcb\xa1\xad\xc9\x4e\xd5\x90\xa9\xf5\x57\x0d\xb6\xa5\x56\x66\x25\x51\xa4\x61\x12\x6b\xa0\xbe\x65\xd1\x4f\xb3\x1a\x52\x15\xf1\xae\x07\x37\x19\xa7\x2c\xc0\x93\x3e\x80\x27\xbd\x24\x7f\xbe\x22\x30\xaa\xa7\xed\x9d\x04\x4c\xf5\x10\x02\x86\x2a\x13\x36\xb8\x74\x70\x08\xcc\x58\x8a\x6c\x1b\x88\x20\x52\xbb\x2c\x8a\xcb\xfd\xf0\xd6\x6b\x76\x6a\x4d\x4a\xec\x9d\xb2\x45\x19\x26\x13\xd2\x72\xfc\x10\x21\xa2\xb6\x02\xc3\xf5\xc7\x36\x79\x20\x6d\x58\x5d\xa9\xa7\x79\x09\xa8\xf5\xb3\xd4\x13\xb0\x96\xd9\x02\x13\xf3\x49\x83\x34\xe4\x92\x5c\x4c\xae\xef\xdc\x7f\xbb\x21\x68\x0b\xaa\x8a\xe4\x62\xae\xfc\xeb\x7a\xd2\x30\x5c\x56\x9f\x11\x35\xbd\x2b\xa5\x67\xa3\xbe\xa4\xcb\xa0\x4e\x39\x6d\xf6\x91\xed\xa4\xc1\x4b\x0f\x3f\x67\x7c\x3d\x3a\x75\x56\x76\x74\x97\x96\x54\xcb\x77\x44\xbb\x2d\x04\x30\xe6\x5c\x76\x93\x4c\xca\x45\xaa\x3c\x76\x8e\x84\x95\x9a\x42\x82\xb9\xfb\xad\xef\x85\xa4\x38\x9e\x21\xa1\x8f\x7e\xa5\x3b\x1a\x12\xa6\x6f\x2c\x9f\x70\x6f\x40\x8a\x42\x89\x2a\x69\xd1\x25\xac\xfa\x85\x6f\x33\xb9\x96\x4d\xc7\x17\xad\x58\xdb\x29\x36\xa4\x64\x3e\xfd\xde\x16\xeb\x28\xf2\x37\xd8\xa4\xd5\xd2\xad\xd5\x7b\xdd\xd1\x8a\xa0\xca\x21\x00\x33\x90\xd2\x2d\xab\x83\xa4\xea\xfd\xef\x94\xa1\x5c\x59\x20\x66\xf9\xba\x41\xc0\x41\x6b\xbd\x69\x20\xb7\x83\x28\x86\xe2\xf0\xcc\xf9\xa7\xbf\x6c\x10\xc4\x4f\x52\x28\x4f\x40\xb2\x45\x19\x23\x0d\xdf\xfc\x13\x08\xfb\x5f\x75\x4c\xa2\x65\xaa\x13\x0a\xd5\x50\xde\x07\x26\xe7\x93\x78\xca\x06\x82\x36\x5f\x9a\xef\xe8\x0a\x3d\x03\xc9\x86\x65\x62\x1c\xbd\xdb\x7b\x28\x59\xef\x1f\x93\x97\x6a\xa8\x29\x3b\xe3\xe6\xa4\xae\x24\xab\x8a\x63\x69\x83\x99\x28\xe9\xf2\x42\x14\x07\x19\x45\x78\x72\x1a\x59\x92\x5a\x94\x51\xd3\xd3\xe3\x59\xa5\xc7\xc7\xd2\x96\x1f\xd3\x10\xfb\xea\x40\x4a\x9e\x95\x7d\xa7\x29\x26\xd2\x35\x0a\x14\x07\xa7\x0c\x44\x9f\xd2\x73\x9f\xba\x4e\x20\x9a\x77\x4b\x7a\xc3\x3d\x07\xcd\xae\xa2\xab\x30\x8b\xed\x58\x23\x53\x54\x5c\x45\x81\x0b\xb1\x8e\x3d\x94\xc4\x22\x0e\xae\x77\x72\x02\x81\xff\xe7\x1a\x97\xe4\x92\x4d\x28\x38\xa0\x34\x52\x9b\xf5\x23\x67\xa4\xc6\x6c\xe1\xde\x4b\xb2\x3a\x57\x69\xca\x6a\x28\x1b\x9c\xe7\x02\x12\x73\x23\x82\x62\x91\x11\x72\x10\x02\xc5\x2a\xc8\x6c\xe8\x6f\x51\x66\x37\x7c\xa3\x8c\x1a\x6a\xa5\x32\x8a\x1c\x96\x71\x1f\xe0\xf4\xbe\x79\x2c\x10\xca\x05\x80\xe9\x81\xeb\x27\x9f\x10\x5b\x30\x3c\xce\x1a\x49\xfd\x0c\xe6\x69\x27\xc0\xb2\x4f\xa5\xcb\xf3\xf2\xad\x6d\x37\x33\xaf\xdb\xb5\x83\x89\xe4\x08\x1c\x57\xe4\xbd\xe1\x3d\x53\x1a\xac\xc2\xc5\x8c\x86\x20\x5a\x18\xb9\x7a\x44\x39\x65\xca\x8b\x1a\x93\x88\xa5\x8e\xa8\x22\xd5\x0f\x52\xf7\x5c\x64\xfe\xf5\x09\x12\xee\x9e\xb4\x17\x07\x25\x5d\xcd\x22\xd4\x2f\x2d\xc5\x90\x32\x84\xa9\xc6\x51\xec\x6d\xa2\x6b\xba\x9b\xc8\x15\xcf\x13\xb1\x5e\x7c\xe8\x7a\x0b\xa9\x95\x70\x29\x9e\xa8\x96\x78\x97\xfe\xff\x48\x82\x5c\x8b\xf4\xd6\x87\x80\x03\x0a\xde\xa8\xca\x87\xd4\x3c\x1c\x2d\xd4\xf3\x63\xea\xff\xf7\x3f\x3e\x67\x25\x17\xf6\x93\x6f\xac\x4d\x40\x00\x66\x37\x87\x69\x47\x78\xfe\xcb\x11\xde\xa7\x5e\xb7\x93\xcd\x64\xa4\x6d\xf1\xea\x12\x45\x17\x41\x3a\x14\x96\x95\xf5\xb8\xec\x3b\xca\x37\xdb\x7a\xa5\x24\x80\xb5\x2b\xcd\x14\xf5\xb7\xce\x04\x3e\xc0\xc7\xd7\xe1\xf3\xcf\xc4\xa2\x5b\x13\x40\x40\x9f\x64\x89\x7a\xad\xbf\xed\xb2\xde\x4d\xa2\x29\xef\x49\x19\x52\x6f\x25\xaa\xb8\xa8\x0b\x72\x12\x06\x10\x9a\x16\xd3\xeb\xe3\x8c\x19\xd1\x22\x75\x6c\x8d\x95\xd0\xf7\x19\x54\x0a\x6a\xa4\x12\xd0\x67\xd3\xef\xb3\x88\x13\x76\x4f\x50\x0c\xaa\xa2\x6a\x3f\xa6\xd9\x36\xb8\x73\x5a\xc2\xcf\x2a\xa7\x2d\x7c\x8a\xd2\x3f\xc9\xec\x7f\x9c\x0f\xb8\x12\xc5\xcd\xff\xd5\x8e\x77\xf5\x10\xf3\xf3\x01\x29\xeb\x13\xbb\x12\xe5\xf7\xbe\xef\x76\xb5\x51\x9f\xd0\x76\x1d\x2d\x8a\x92\x50\xcf\x0a\x32\xa0\x99\xec\x77\x9c\x04\x69\xf7\x20\x7f\x4e\xd9\x89\x66\x64\xf4\x00\xc5\xa4\x0b\xc2\x22\xf5\xa4\x83\x9c\x80\xc7\x3f\x3f\x9f\x93\x78\xf3\x23\x15\xd8\xaf\x03\xec\x15\x56\xf9\xce\x6e\x7a\x59\xc4\x89\x12\xfa\x6d\x33\xb9\xb1\x20\xda\xc6\x12\x18\x59\xe0\x6f\xad\xb1\x66\xd1\x56\xf8\xb4\xd0\x91\x77\x73\xa1\x2f\xad\x68\xb5\x17\x1e\x7f\xdc\x1d\xff\xa2\x85\x3e\xaa\xc5\xef\xfd\xff\x77\x47\xd4\xbd\x31\xa2\xa6\xf0\x37\xc4\x86\x17\x04\xa0\xe0\xd7\x93\xb2\x7f\x01\x47\x18\x13\xe5\xbc\x83\x8d\x0f\xee\x89\x23\x20\x09\x00\x6b\x0d\x4b\xd3\xe5\x38\x1d\xb9\x2e\x90\xff\xd7\x87\x3a\xfc\x1b\x08\x56\x19\x10\x0d\x53\xe0\xdf\x99\xb8\x83\x7e\xf8\x1b\xdf\x39\xa6\x97\x0c\x3f\x28\x95\xe3\xc6\xe6\xe2\xdf\xdf\x29\xe4\x03\xe5\x80\xf9\x03\x9b\x70\xd2\x18\x1a\xeb\xdd\xfd\x1d\xaa\xe4\xae\xbe\x8c\x5e\xba\x01\xba\xcc\x80\x86\x85\xc8\x99\xbf\x22\xca\xe4\x71\xc3\x8e\xeb\xb4\x93\x86\x54\xbc\xfa\x8b\x21\x8b\xe2\xe9\x77\xb9\x25\xa7\x7e\xfe\x02\xb9\x8b\x8c\x9c\x75\x2b\xd1\x30\x43\x52\x9d\xcd\xb5\x20\xa9\xf5\x9a\x7a\x38\xc1\xc0\x34\x91\x82\x77\x64\x20\xd4\x4a\xdb\x5e\x7f\x0a\x4e\xd3\x06\x2b\x4c\x95\x1f\x5f\x41\xa6\x1c\xf1\xd9\xb1\x40\x7d\x14\x0d\x56\x0f\xa7\xdf\xc5\x7d\x4a\x0a\x9f\xcb\x02\x8d\x1d\x21\x34\xc0\x57\xf8\x20\xe3\xb3\xd0\x87\x1a\x6b\x9d\x23\xca\xd9\x20\x96\x1d\x8f\xff\x19\xbf\x73\x39\xfe\x4b\x16\x11\x41\xd4\x8b\xd7\x60\x45\xe3\x3d\x51\xd0\x17\x41\x89\x89\x83\xac\xd9\xf1\x21\xd4\xb6\x99\x3f\xd7\x49\xa2\x5f\xa9\x78\x0c\x5a\xbd\x8a\x6e\xb6\xce\xa4\x0c\xe2\xe4\xda\x93\x80\x30\xba\xb2\x73\x9a\x97\x3f\x3a\x8c\x44\x97\xbc\x07\xb4\x25\x4e\x53\xf8\xa2\x70\xdb\xa8\x04\x2d\x84\x44\xad\x00\xa4\xb3\x3d\x5a\x7b\xa6\x11\x81\x3b\x67\x0d\x84\xc9\x1d\xb2\x81\x23\x64\x34\x37\x27\x54\x86\x4b\xbd\xcf\xc6\x41\x0a\xff\x49\x3d\x59\xfc\xa7\x39\x5b\x95\x30\x05\xa3\x70\x7f\xcd\x8d\x49\xd0\x28\x92\x21\x75\x90\x1f\x33\xd6\x4d\x01\x5f\x3d\x28\x8e\x29\x8d\xe7\xb5\x10\x06\xe6\x08\x5c\x21\x30\x58\x11\x63\xff\xff\xd8\xfb\xb7\xe5\xd4\x79\x66\x0d\x14\xbe\x20\xa8\x02\x63\xcc\xe6\x50\x92\x85\x31\x84\x10\x42\x08\x21\x67\x84\x64\x60\x8c\x31\x3b\x63\x0c\x57\xff\x97\xba\x5b\xde\x10\x92\x31\xbe\x6f\xce\xf9\xaf\x5a\x55\xeb\xe4\x7d\x47\x8c\x2d\xcb\x52\xab\xd5\xdd\xea\x7e\x9e\x69\x63\xe9\x52\xec\xe2\x11\x37\x28\xca\x1a\x8e\x25\xe6\xc3\xa8\x3f\x3b\x3d\x65\xbe\x26\x9d\x16\x5c\xfb\x3a\x04\xe4\x7b\x05\x3a\x7d\x5a\xc9\x54\x1f\x59\xd7\xc1\x91\x85\xaa\x39\x19\xda\xe5\x01\x3b\x0a\xa9\x26\xfc\x7f\xa7\x1a\x61\xcb\xa1\x1c\x81\xca\x33\xa6\x29\x1c\xe4\xa9\x81\x21\xe5\xb8\xe1\x14\x44\x0b\xc0\xb4\xa4\x05\x2b\x82\xf2\xa1\x27\xcb\x07\x35\x49\xee\x63\x1c\x74\xbf\xa7\x3e\x1b\x64\x8b\xea\x84\x72\x4a\x50\x27\x3a\x1f\x76\xe2\x97\x09\xe6\xd1\x2b\xb9\x32\xec\x2a\x51\x65\xc4\xc4\x84\x70\x3e\x82\xad\x80\x90\x1b\x17\xa0\x2f\xf9\x2f\x76\x76\x00\x3e\xdf\xf1\x0b\x94\x0e\x25\x7b\x0e\xb1\xa8\xf3\x9e\x3b\xba\x37\x25\xd3\x2e\x8f\x59\x3f\x14\x6d\xb2\x7a\x0a\xb4\xd4\x2d\x14\x7b\x4a\xbf\x0c\xd5\x4c\xa2\x3f\xab\xa4\x75\x4d\xec\x15\xc1\x35\xbf\x86\x40\xbf\xc3\x22\x17\x17\xe8\xe3\x98\x60\x45\x9c\x93\x09\x31\x09\x8f\xc7\x94\xe5\xfd\x9d\x81\x68\xcb\x99\xe3\x78\x77\xf2\xc8\x77\xb0\x0c\xb7\x3a\xe3\x9d\x96\x65\x2c\xd4\xba\xcc\xa5\xbc\x83\x17\x39\x2a\x4f\x99\xf4\x05\x30\x6f\x9c\xf9\x0c\x22\xe5\x94\xad\x0f\x7d\x80\x6c\xa9\x80\xe0\xfe\x7d\x88\xeb\x5f\x65\x93\x36\x82\xdc\xe7\x33\x59\xad\x76\x30\x78\xd2\x67\x6e\xc4\x8d\xa0\xfb\x53\xf5\xca\xbf\x77\x4c\x54\xe0\x63\xeb\xc2\x28\x4c\x68\x45\x54\x80\x3a\x86\xed\xcf\xf2\x57\xdd\xc5\xe4\x85\x6a\x04\x41\x5f\xc7\x08\x02\xf1\xbb\x74\x49\x0f\x1c\x8e\x7e\xad\x4e\xfc\x51\xa0\xe4\x12\x9e\xf1\x19\x86\x9d\x3b\xb2\x27\x4d\x0c\xf5\xbc\x02\xbc\x63\xea\xbd\xb8\x0b\xad\x26\x9c\x97\x26\xbd\x75\x03\x28\xf5\x13\x0b\xd7\xd0\xd8\x41\xf0\xe3\xd3\xc3\x7d\x89\x42\x82\xd7\x26\xe8\x40\x27\xe6\x2d\x94\xf1\x3b\xe2\xb0\xe1\x4c\x0e\xf0\xe4\xfc\xf6\x15\xbb\xe7\x72\x1f\x88\xc2\xb1\x6e\x74\x56\x69\xfc\xe8\x0a\x60\x45\x05\x20\x3a\x87\xe2\xb4\xb9\xdb\x9c\x0f\x96\x5f\x85\x9f\xfe\xd6\x1c\x41\x7c\x81\x2b\xe6\x18\x62\x8b\xc9\x8f\x8e\x1e\x88\x3a\xc8\xb8\x78\x5c\x6d\x70\x2d\xa8\x2f\xfc\x63\x05\xdf\x64\xab\xb0\xb4\x6a\x1c\xb9\x88\x73\x28\xbf\x53\x5c\x5a\x6f\x28\xa4\x53\x54\xc2\x6a\x1f\x74\x0f\xb6\x9d\x69\xa0\x25\xdf\x15\x17\xdf\x02\x37\xb0\xdc\x23\x4a\x31\x1f\x94\x13\xeb\x24\x9d\x04\x83\x76\x77\x46\xfa\xcc\x59\x45\xd8\xf7\x87\x1a\x52\x9c\x7f\x9e\xcd\xff\x46\x3f\x6c\x38\x73\xaf\xe2\x60\xfe\xd4\x9d\x3d\x67\x2b\xdb\xf6\x7a\x3a\xbb\x35\x5d\x6f\xee\x95\xe0\xb2\x00\x1d\x4a\x48\x0f\x51\xa2\x94\xa2\xc1\xca\x95\xbd\x2c\x54\x9c\x24\xb2\x8e\x7a\xf5\x84\x7e\x89\xec\xa4\x6b\x87\xc9\x10\xb6\x69\xc6\x4a\xa7\x9f\xd6\xdc\x0e\xb4\xa8\x68\xdb\x47\xf4\xf4\x7e\x34\x0c\xa4\x01\x39\x07\x4b\x92\x6a\xf6\xde\xaa\xa8\x35\xe7\x27\xa8\x71\x57\x09\x07\x9a\xd6\x59\x53\x2d\xa9\x47\x97\xba\x7d\xab\x8e\xf6\xa4\x8e\x02\x01\xb6\x1f\x4d\xf2\x99\x47\x34\x82\xa7\x0b\xdd\x86\x3b\xea\x42\x0d\x48\x88\xe7\x30\x14\x86\x42\x34\x31\x34\xb4\xa7\x95\x9c\xd2\x53\x13\x9a\x7f\xcb\x88\xc9\xa6\xf0\x7e\xf2\x9f\xc7\x4a\xe3\x1e\xd7\x78\xca\xc8\xa0\xc8\x19\xcf\xc1\x77\x77\x7a\x32\x57\xae\x34\xca\xdd\x5e\xcb\x5d\x1f\x11\xa5\x3c\x9e\xde\xb5\xe1\x6c\xc7\xe3\xd4\x62\x2b\x05\x5d\x0a\x7f\x79\x25\xa7\xec\xb2\x0b\xf7\x79\xa5\x9b\x15\xdc\xa1\x76\x9d\x54\xbe\x8f\xf6\x9e\x33\x27\x11\x7a\x1e\x7e\x51\x2e\x00\x75\x7a\xa1\xea\xd6\x72\x9f\xcd\x9e\x95\xce\xcd\x45\x3d\xf1\x1d\x21\x6a\x70\xbb\x20\x37\xb1\x7d\x1d\xfe\x93\x6c\x30\xb9\x5f\xb9\x99\x80\x89\x26\xb2\x3b\xfc\x26\x28\xff\x71\xd7\x5d\xe6\x3c\x3b\xff\x24\x0f\x2e\x5b\x54\x6c\x35\xc4\x74\x7c\x31\x55\xed\xe0\x82\xc1\x28\xc7\x99\x7b\x9b\x82\x21\x51\xba\x76\xc9\xb0\x15\x68\x5a\xfa\x9b\x42\xbf\x07\xa5\xaa\x5a\xc6\xc2\x17\xc1\xe6\x4e\xb7\xd7\x46\x47\xdb\x56\x2e\x93\x9f\x39\xd5\xb4\x05\xd4\xa7\xf6\x95\x47\x3c\x49\x9c\x7b\x55\x5c\xf7\xab\xb4\x98\x6c\xd3\xef\xd4\x03\x28\x45\x7a\xab\x7d\x1f\x9f\xd5\xc6\x25\x05\x53\xf8\xa4\xc1\x0a\x8a\xec\x85\xc9\xcd\x47\x32\x47\xe3\x7a\xa1\xe6\x4e\xd9\x72\x90\x0f\xdc\xf8\x76\x59\x8d\x37\x16\xd8\x3a\x9e\xd4\x8f\x1d\xb3\xf8\x2f\x28\x67\x91\x42\xb4\x7c\x3e\xe0\x3f\x1d\x26\x3d\xae\x83\xf2\x5b\xd8\x65\x07\x7b\xa0\xb0\x84\xbc\x3b\x9f\x5f\x17\x65\xed\xee\x60\x02\x64\x59\x32\xb7\x9d\x1d\x83\x6c\x52\xb6\x11\x35\x1a\xf1\x43\x59\x03\x2e\x25\xe2\x21\x3b\x17\x36\x2f\xf4\xea\x85\x32\xa3\xce\x25\x01\x8e\xd2\x91\xef\x8a\x03\xa0\x0c\x7c\xb0\xf5\x2f\x17\x1e\x2b\xd3\xd8\x34\xf8\x24\x8e\x01\xd1\xe2\x68\xdb\xe7\xd8\xa5\x44\xe0\x34\x7b\x0f\xd9\x72\x16\x1a\xfa\x52\x27\x2c\xa2\xcd\xeb\x89\xc8\xbf\x9b\x78\xb5\x44\x98\xb3\xe9\xee\x4a\xfc\xc0\x1a\xc9\x6b\x1f\x43\xda\xbd\xd3\x16\x87\x98\x32\x0d\x8f\x6e\x1a\x4b\x9b\x30\xb9\xe3\xde\x7d\x2c\x01\x9d\xcb\x95\xbf\xff\x6e\x2e\x97\x32\x7e\x9a\x76\xe5\xf7\x8c\xb0\x6f\xad\x00\xaa\x24\xb5\x72\x8c\xc1\x5b\x91\xb1\x1d\x51\x27\x97\x07\x17\xf6\xe2\x27\xef\x40\x10\xa0\xb1\x66\x7e\x8c\xe9\x96\x35\x3e\xa4\x36\xde\x33\xa4\xb3\xb5\x85\x4e\x67\x2b\xbe\x4c\x04\xfc\xa7\x7c\x36\x35\xfe\x4b\xc1\x06\x8f\x3d\x4a\x91\x1d\x33\x56\xe5\xd7\xba\xda\xa4\x17\x70\x86\xf2\xe1\x9a\x35\x91\x76\x49\xa9\x95\x4e\xbe\x4b\xe8\xeb\xc7\x77\x87\x56\xf8\xb6\x7e\xef\xff\x5d\xef\x5b\x9c\x39\x2c\x89\xb3\x1e\x01\x07\x60\x1c\x17\x47\x6d\xcb\x8d\x10\x13\x8c\x82\x34\xd1\x96\xba\xef\xbc\xea\x9b\xa1\xa4\x80\x4d\x6a\xb0\x31\xb2\xb9\xfe\xee\xfd\xc1\x4d\x4f\xed\xe6\xc4\x54\xdd\x8f\x68\x0c\xb2\x1f\x7b\xf8\x23\xe0\x67\xa8\xc5\x02\x91\x82\xaa\x88\xaa\x88\xfe\x08\xf4\x3c\xa2\x55\x87\x7c\xd6\xaf\x4c\x85\xb7\x65\xce\x47\x12\x07\x0a\x26\xb4\x0b\x45\x95\x7f\xf5\xb0\xc8\x36\x48\x38\x61\x72\x2c\xf9\x35\xbe\xed\x1f\x01\xdc\xed\x11\x44\x65\x4d\x91\xf4\xa8\x29\xef\x7d\xc7\xbc\xb9\x53\xf7\x89\x44\xd7\x91\xe9\xdf\x7f\xd6\x3b\x2e\xeb\x7b\xdc\x3f\x14\x12\x2e\x95\xfa\xc3\xa7\x22\xa4\xcb\x9a\x1c\xeb\x1d\x2c\x09\x11\x3e\xf5\xb0\x84\xf5\x36\xe8\xe5\xa4\x3a\xdc\x8f\xbf\x35\xb4\xe6\xcc\x4d\x84\x93\x4b\x22\xdf\xdd\x4c\xfb\xd3\x7f\x32\xed\x9f\xdf\x25\xf1\x10\x3a\x4a\x23\x1c\xbe\xe5\x62\x53\x26\xf9\x29\x74\xa8\x3a\x57\xbd\x6d\x54\x96\x6c\xc3\x3b\xbb\x7c\x4f\x03\xfe\xf4\x8f\x9b\xb5\xd8\xf1\x73\x33\x45\x54\x10\x2f\x35\xe4\x0a\x5d\x09\x28\x72\xf2\x05\x9d\x6d\x41\x68\xac\x99\xd6\x15\x1d\xb9\x46\xa2\x67\x35\x4c\xa0\x34\xb9\x01\x31\x41\x2c\xfc\x45\x8b\x86\x48\x42\xc6\x85\x87\xcc\x26\xc4\xd9\x18\x6b\x35\xbb\x7f\x2f\xcd\xad\x40\x16\x94\xa8\xd8\x11\xa2\x99\x42\x25\xf1\xa6\x91\x6f\x3e\xae\x53\x1e\xa2\x5a\x92\xe7\x7a\xce\xb4\x15\x31\x2f\x0d\xc8\x10\x54\x1b\xba\x8f\xc9\x9a\x6c\xa6\xf6\xc2\xf7\x2a\xfc\x7b\x8d\x09\xa9\x01\xf7\xd1\x66\x51\xa3\x20\x41\xf5\x6f\x64\x1b\x93\xa3\xd7\x0d\x48\x46\x89\xe4\x36\xec\x94\x33\xfc\x85\xd3\xe0\xae\x37\xcb\x30\xd6\xbe\x40\x24\x2b\x1b\x56\xe2\x57\x0f\x1d\x6f\x2c\xfb\xdb\xf2\xe6\x15\xb0\x6d\x4c\x7b\xeb\x91\xaf\xfa\x50\xbc\xc1\x83\xf5\x29\x2a\xf6\x39\x80\x91\xa9\x72\xd8\x40\x4f\xbc\x59\x23\x7f\x75\x65\x42\x1a\xf9\x4e\x62\xf1\xde\x9e\x57\xf6\x99\xc6\xce\x9d\x52\x88\x5e\x4c\xd4\xc4\x04\xde\x7d\x42\xe7\xea\x20\x72\x87\x17\x35\x4e\x51\x15\x8a\x11\xf7\x92\xe2\x33\x67\x24\x85\x39\x88\xdc\x91\xc6\x45\x3f\x23\x1f\xe3\xa3\x7b\x5b\x37\xed\xfc\x5e\x37\x5d\xc2\x22\x66\xcc\x08\xd3\x99\xc1\xfb\xe1\x0f\x83\xd0\xaa\x75\x28\x54\xba\x1f\x60\x14\x0d\xce\xc3\x4d\xc1\x32\xd0\xfc\x51\x56\xb9\xbc\x4c\xf3\xb4\x20\x38\xad\x5c\x9a\x89\xe6\x0c\x02\x33\x04\x82\xcc\xff\x51\xc9\xb2\x30\xc4\xba\x8a\xa9\x1c\x44\x6c\x86\x19\x1f\x45\xed\xb0\x37\xba\x94\x4e\xbe\x83\x57\x1c\x79\x1b\x71\x93\xfc\xce\x66\x4b\x4e\x28\x3c\xf7\x88\xb6\x8c\x24\x36\xc2\x81\x4b\xbf\x91\x13\x2d\x0d\x69\xb4\x30\x51\x3e\xcf\x6d\x26\x90\xf4\x4b\x9e\x17\x58\xb2\x75\x41\xcc\x29\xb0\x3a\x9f\xcd\x11\x86\x49\x07\x98\x46\x2c\x24\x10\x76\x8a\x77\xbf\xc1\x6f\xab\x4b\x45\xc4\x97\x2b\x4c\x1a\x8b\x37\xa4\x8c\xce\x2e\x60\xee\xf3\xa0\x0a\x55\xbf\xb3\x03\xe6\x25\xd2\x1e\x28\x7c\x7e\xd8\x60\x62\x57\x48\x4f\x9c\xcf\xae\x1e\xe5\x2d\xf8\xea\xb0\x18\x03\x48\xd4\x57\xef\x4b\x90\xf6\x69\xc3\x5b\x81\x7a\x50\x36\xf9\x09\x02\xba\x0e\x12\x48\xed\x8a\x51\x60\x78\x49\xaf\x90\xfb\xdf\xb8\x76\xb1\x80\x68\x0d\x44\x43\x1e\x8e\xf4\xe6\xcc\xb3\x8a\x60\x8b\x1f\x07\xe8\xc5\x21\x41\x41\x4b\xf8\x21\x0c\xa5\xa9\x2b\xa7\x2f\x67\xac\xa4\x0d\x84\xb5\xcf\x91\x28\x3d\xac\x21\xef\xe8\x6e\xcd\x69\xbd\x4a\x95\x22\xe6\x19\x6b\x4e\x63\xc2\x0e\x2b\xbc\xfa\xcf\xa6\xee\x14\xea\x4c\x23\x62\x1b\xab\x21\x08\xe8\x8b\x09\xc5\x72\x50\x2d\x8a\x6c\x27\x18\xf1\x03\x03\xf6\x73\x97\xfc\xd0\xf4\x18\x6b\x4c\xe4\x81\xd7\x2e\x64\x40\x6a\x12\x86\xb3\x21\x55\x83\x16\xdf\xec\xf1\x1c\x47\x92\xf6\xdd\x73\x26\x3f\xe0\x58\x79\xcb\xf1\xfb\x45\x22\xf6\x84\xc0\x08\x47\xd9\xd6\x16\x13\x1b\x91\x58\x58\xbc\x9e\x38\xc6\xc1\xd4\xe2\xc3\xa4\xb6\xfd\x23\x08\x0b\x2d\x95\x1c\x47\xe1\x00\xa8\xae\x6c\xca\x78\x85\xc5\x7b\xe5\x06\x00\xb1\x42\x32\x90\xf8\x3c\xec\x30\x7b\x76\xdd\xe8\x96\xfb\xcc\xf5\x79\x70\x76\x0b\x55\x79\xcf\xf7\xab\xf2\xb6\xfc\xb9\xdc\x67\x21\xef\xd4\x61\x0d\xac\x31\xae\xef\x89\x60\x57\xac\x28\x71\x91\x18\x57\x57\x90\xdc\x9f\x8d\xc3\x8a\x7f\x2f\x1b\x61\x5f\x4a\xa6\x41\x95\xc9\xf7\x7a\x4f\xfd\xcf\x06\x2b\xa7\x04\xa7\x70\xca\x7f\xfb\xbf\x79\x57\x0b\xdf\x55\x1e\x30\x07\x42\x72\x5d\x40\x5e\x16\x07\x2d\xf4\x05\x48\xa6\xad\x8f\x22\x1a\x71\xbf\x5a\xac\xc7\xad\x9d\xd1\xae\xdd\xe2\x16\xf5\x07\xd5\x03\xd0\x17\x71\xda\xa3\xd5\x1e\xd3\x84\x8c\x29\xe1\xf1\xdd\x0e\x71\xc4\x50\xc4\xdb\x5f\x7f\xad\x1b\x6d\x5d\xc1\x2b\x8c\x78\x25\xc6\x1c\xe3\xbd\xae\x11\x22\x13\x6b\xcb\x99\x13\x0b\x73\xf0\x2b\x92\x54\x4d\x6d\x6e\x12\xf8\x3e\x44\xcf\xdc\x52\x3d\xe9\x06\x5f\x0b\x09\x91\x42\xa4\x21\x30\x36\x8f\x2c\x84\xa8\x83\x7c\xcc\xdd\x0b\x6c\x0a\xfb\x36\xa5\x55\x21\x2f\x6a\x52\x45\x5f\x3e\x89\x6d\x2c\x86\x87\xc8\x84\x45\x25\xcf\x17\x3b\xc7\x4b\x6c\x01\xcc\xd0\xd7\x1e\x20\x59\x7c\x7e\xc5\x93\xb5\x25\x58\x38\x2d\xee\x21\x91\xf6\xed\x71\x4e\x03\x72\x32\xa4\xd7\xc9\x32\xe8\x13\x78\xb5\x73\xa0\xc3\xa4\x3a\x34\xbb\xe4\xf7\x9e\x54\x5d\xb4\x75\xa2\x47\x23\xd4\x31\x9b\xa8\x8b\x8e\x7c\xbc\xa2\x11\x58\xf9\x48\x8c\x01\x03\x8f\x24\xb9\x44\xed\x10\xb4\x91\xe8\x61\x8d\xc7\x77\x43\xfc\x5b\xfc\x89\xbb\x77\x31\x0c\xd6\x5b\x88\xc9\xcd\xd1\xa8\xda\x72\xb0\x19\x84\x2f\x12\x2c\x6d\xa1\x90\x16\xfa\xd8\xe2\xcf\xaa\x8a\x8a\x1a\x96\xd3\xc7\x8a\xce\x79\x34\xc4\x4e\x0b\xfb\x2b\x0e\xbc\x4d\x35\x48\xde\xb2\xe0\x6f\x8b\x03\xaf\x20\x69\x00\xf4\xf5\xcf\xb8\x98\x67\xeb\x40\xa2\x43\x03\x22\x54\x39\xf7\x5a\x17\x84\x25\x62\x8d\xb5\x37\xc1\xf2\x7b\x02\x21\x1c\x78\x41\x91\x89\xf0\xed\x80\x5e\x7f\xb0\x0a\x0d\x6d\x43\x0a\x54\x54\x04\xe9\x18\x97\x49\x8f\x47\xc8\x87\xda\x2f\x85\xfa\x20\x14\xb8\x13\x9d\x26\xa5\x39\x6c\x6c\x04\xcc\xc0\x85\xbb\x16\xda\x22\xa9\x9f\xb5\x4d\x1d\x19\xd9\x4c\x8e\x98\x38\x74\x4a\x11\x22\x17\x18\x34\x83\x62\xb9\xc7\xe1\x07\x39\xf6\xf6\xf7\xd6\x2a\xf2\x29\x88\x88\x37\xf7\xc5\xdd\x70\x95\xb8\x44\x4a\x93\xd4\x3a\x84\x68\x87\xbf\xb4\x4e\xb0\x88\xc7\x07\x0e\x0c\xdf\xca\x63\x80\x14\x5d\x35\x75\x5b\x08\x90\x62\xd9\x0d\x4b\x9d\x88\x33\xe2\x1b\xc6\x3b\x18\xa1\x61\xf0\xa1\x56\x0a\xb2\x06\xc0\x7f\x65\xfd\xa1\x3c\x61\x23\x4f\x54\xcd\x2e\xd0\xaf\x67\x15\x80\x25\x51\xf0\x02\x58\x60\xaf\x6b\x24\x34\xf0\x35\x40\xff\x65\x2f\x6d\x4c\xc8\xc1\xf0\xfa\x19\xcc\x3f\xe4\x3e\x50\xf7\x29\xf7\x27\x84\x90\x22\x5b\xf1\x0a\x20\x55\x3b\x56\x67\xbb\x71\xd3\xf2\xc6\x99\x2c\x0f\xd8\x1b\x55\x90\x34\xc9\x51\x42\x15\xe4\x25\x77\xaa\x35\x63\x04\x37\x1f\xb4\xde\x74\x4e\xb7\x68\xf3\x5a\xd4\xbd\x29\xc4\x94\xf7\x0b\x33\xe1\xdc\xb6\xd6\xa1\xb0\xd5\x95\xa2\x1b\x9b\x04\x51\x0c\x22\xee\x3f\x22\xd3\x36\x95\x63\x6e\x13\xb5\x15\x8a\x8f\xf0\x31\xcb\xeb\xc7\x0c\xe9\x50\xd7\xbc\x26\x6a\x12\xa7\x1f\xbe\xc8\xea\x27\xd1\x47\xd2\x83\xb7\x3e\xe8\x9a\xdc\xb2\xc3\x96\x76\x85\xaf\xa5\xf2\x86\x72\x03\x7d\xbe\x19\x68\x53\xb4\xc2\x6e\xce\x37\x58\x3d\x66\xbe\x85\x44\x08\x8a\xa1\xff\x58\xdc\xd0\x31\xc8\x3a\x5a\x7b\xb7\xa6\xfd\x39\x51\xde\xde\x85\x87\x9d\xea\x1a\xd7\xdb\x73\xc1\xcd\xcc\x75\xcf\x85\x1d\x93\x9c\xdd\x7a\xa4\x71\xb1\xac\x88\x4a\xca\x53\x6f\xda\x3c\x14\x9f\x3d\xf1\x86\x06\xd6\x81\xd8\x86\x53\x39\xde\x69\xdc\x35\xd4\xa7\xa3\x8c\x8d\xd5\xbe\xd9\x46\xcf\xeb\xc8\x97\x6d\x3c\xea\xb3\x3d\xc2\x81\xd9\x4c\x41\xa1\xe3\x81\x8d\x09\xd5\x2e\x03\x62\xc2\x9e\x20\x80\x98\x88\xfe\xf9\x66\x87\xd5\x5c\xdf\x0e\xa0\x8e\x08\x5f\x7d\x01\xf0\x30\x50\xb0\x88\xd2\x9b\xfc\x10\xce\xca\x32\x1e\x4f\x58\x00\x37\x8f\x93\xef\x41\xa1\x7c\xee\x5a\x13\x53\x81\x2a\x84\xd6\x8b\x00\xa8\x6c\xb2\xde\x61\xf9\x78\x14\x40\x04\xc2\xe4\x8d\xe0\xfe\x0d\x21\x20\x4e\x0b\x93\x57\xe9\x86\x33\xdd\xb0\xa2\x1b\x10\x55\x52\x98\xbc\xfe\xc3\x0d\x3b\x68\x41\x9a\x78\xd2\xd8\x00\xe6\xe5\x23\xaf\x37\x78\x79\xcc\x96\xc2\xe4\xe7\x66\x87\xca\x4b\xc7\x4a\xf7\xb6\x3b\x59\x8c\xfe\xf2\xad\xa2\x7a\x89\xfa\x4d\x9c\xf6\xea\x25\xf6\x38\xf3\xae\x5b\x59\x88\xc7\x51\xae\x32\x4e\xe1\x9f\x35\x79\x1f\x26\x02\x3e\xa2\x1d\x8f\x22\x5b\x83\x4c\xa4\x2e\x9d\xab\x61\x19\xc4\x83\xc6\x53\x61\xf2\x42\x74\x66\xc8\xa1\x4f\xa5\xf0\x09\x9a\x33\x6d\x71\x4d\xb2\x2b\x1b\x1d\xb2\x61\xd2\xba\xd3\x40\x9f\x39\xa6\x68\x75\x48\xd6\xc7\x4a\x29\x1d\x05\x72\x09\x21\xca\x14\x21\xa2\xfe\xe8\xb2\x45\x95\x6e\xc1\x11\x5b\x43\x9a\xe2\x8d\x0f\x67\x16\xd9\xc0\x35\x64\x10\x6c\x76\x05\xd7\x63\xbf\xc6\x1d\x70\xb7\x84\x1d\xdc\xa5\x03\x92\xcd\x12\x65\xbe\x63\xea\xcd\xa1\xf5\x85\xa6\xcc\x17\x13\x0f\xd7\x35\x51\x44\xab\xaf\x7f\x28\xb4\x77\xac\x76\x75\x46\xf6\x1e\x76\x58\x8c\x57\x00\xe7\x28\xf2\xf8\x41\xb9\x6c\x00\xd6\xe3\x87\x6a\xfd\x47\x28\x9d\x09\x80\x6f\x98\xbc\xfa\x5a\xf0\x9f\xfa\xd0\xc5\x15\x07\x7c\x47\xb4\x13\xd5\x9b\x64\xee\x45\xc7\xb3\x8b\xa9\x31\x96\x9f\x37\xf2\x4f\x55\xc8\x36\x5a\xf1\x88\x9f\x1e\x21\x30\x03\x13\x50\xe7\x6d\x8a\x2b\x24\x75\x44\xf3\x86\x18\xc8\xd2\x6e\x9f\xf3\x80\x4e\xa1\x5d\xaf\x75\xf3\x61\x10\x25\xeb\x33\xc8\x74\x0d\x34\xd4\xfc\x88\x75\x70\x68\x50\x0a\xd1\x2a\x82\xe8\x93\xc3\x64\xc8\x4b\x2d\xb8\x00\x3b\xfd\xe5\x21\x52\x62\xb0\xcc\xd4\x32\x90\x55\x90\xe2\x8c\xbc\x82\x1f\xa1\x8f\x2c\x8a\x11\xfa\xfc\x91\x85\xb2\x83\x7d\xa9\x1f\xa3\x30\xce\x60\x1b\x76\x52\xac\x5b\x87\x89\x4a\xda\x6e\x2e\x02\x28\xde\x4f\x61\x87\xac\xa0\x3e\x33\xaa\xfc\xa9\xf5\x98\x62\xe7\x9a\x7c\x44\x46\x91\x8e\x54\xc4\x0d\x70\xf3\xaf\x62\xbd\x95\x54\x40\x74\x13\x01\x68\x8a\x35\xd0\x59\xc0\xc1\xc8\xd1\xe0\xa0\x09\x2c\x83\x43\xa9\xd8\x24\xaa\x3b\xe5\x39\x6b\x18\xfc\x15\x3a\xb0\xdd\xa0\xe5\xb8\x43\xdb\x68\x61\x61\xad\xd9\x92\xb7\xe0\x50\x72\x01\x13\xe2\xe1\x9e\x45\x04\x34\x03\x0b\x0d\xa1\x49\x0b\x00\x74\x46\x6d\xf8\xdf\x64\x85\x59\xcc\xfe\xc3\x4f\xbf\xc9\x0a\x58\x22\xe3\x8d\x07\x07\x9b\x93\x44\xbf\x12\x4e\xf4\xa7\xde\x12\x02\x0f\x06\xaa\x83\x7a\x95\xde\x35\x81\x28\x86\x87\x14\x32\xee\x72\xc9\x73\x7f\x23\xb2\x01\x1b\xef\x4f\x98\x66\x7a\xbd\xdb\xe2\xf5\x3f\x68\xd1\xa1\x16\xeb\x27\xca\xc0\xf3\xdb\x4e\x0e\xda\xd0\x59\xf1\xf2\x9a\x8b\xb0\xce\x51\x5c\x5a\x15\x04\x56\x92\xc1\x19\x8a\xb7\x9b\xf2\x12\x39\x65\xf7\x65\x63\x6b\xf2\xfb\x6a\xb7\x0c\x31\x09\x2a\xde\x1e\xe6\x8a\xb7\x1f\x9f\x60\x4e\x07\x39\x26\xbf\x87\xa7\x23\x9c\x25\xf5\x65\x44\x67\x4a\xe5\x05\xeb\x3d\x9d\xe1\x0f\x57\x26\xfa\xe2\x8a\xb3\xee\xd3\x05\x8e\xd6\x1d\x79\xbd\xd2\xd5\x31\xeb\x3c\xad\x10\xa8\x50\xfa\x55\xba\xf8\xc5\x6c\x24\xe1\x14\x29\x09\xa7\xba\xf4\x73\x49\xf6\x01\x4a\x10\x9d\x50\x9c\x61\xc7\xf8\x7f\x5d\x99\xf5\xc6\xeb\xfc\x50\x4c\x5d\x43\xbc\x4b\x5d\xe1\x1c\xc4\xb9\xaa\xe9\x95\x87\xc1\x28\x40\x37\x79\x5e\xa3\x2f\x36\x87\x81\xd3\xf5\xcd\xd2\x17\x99\x13\x77\xea\x95\x7f\xa7\xcd\xd7\x45\xd0\x10\xf6\xb1\x9c\x8c\x1c\x78\x0b\x64\xe3\xb3\xc6\x16\x2b\xb8\x1c\x1d\xab\xae\x74\xb3\x9a\xc5\x56\x8d\x0a\x18\x87\x4c\xbc\x26\x39\xea\x3f\xef\xaa\x36\x6e\x5f\x42\x50\x70\x2d\x0f\xbc\x0a\xd9\x73\x01\x5e\xd8\xc8\x03\x8f\x8e\x39\x06\xe0\x12\xa1\x13\x2c\x98\x78\xdb\x87\x22\x6b\x47\x64\x0c\x82\x55\x3a\xcc\x50\xf6\x4a\x84\xfc\x6f\x5f\x9b\x33\x4c\x81\x21\x2c\x99\x11\x12\x76\xb2\x67\x52\xe6\xfe\x5c\xe5\xe6\x8c\xb1\x19\x55\x6e\x12\xb7\x26\xa4\x12\x7b\xc2\xca\xc8\xf1\xe5\xdb\xba\x87\x77\x2b\xed\x48\x77\xd7\x75\xf4\x4d\x29\x46\xeb\x9a\x85\xc6\x16\x3a\xad\xc2\xb2\x83\x13\x8d\xe0\x98\x3d\xf4\xca\x2e\x1b\xbf\x1d\x23\x2a\xce\xf6\xa8\x86\x75\x59\xa5\xe2\x6c\x89\xde\x45\x40\xd7\xd7\x78\x20\x23\x2a\xdc\xb8\x02\xa8\x5f\x27\x25\x80\xbc\x47\x3d\x0f\xf3\x75\x85\x0f\x30\x3b\x10\x25\x68\x74\x62\xa4\x70\x0c\xf9\x2d\xff\x3e\x04\x72\x9e\xd1\xa6\x4e\x6b\x51\x63\x11\xf6\xf4\x07\x77\x7a\x58\xaa\x1a\xbb\x1a\x35\x02\x20\xa9\x8c\xc6\xbf\x14\x8d\x3b\x91\x1c\x65\x15\xae\x75\x08\x3e\xb3\x2b\xda\x27\x14\xb3\xd4\xc5\xd0\xb5\x9c\xf0\x68\x14\x9b\x1c\x7b\xa3\x64\xe2\x79\x19\x52\xc9\xf2\xe2\x86\x80\xd2\xd2\x9c\x91\x23\x26\x5f\x2f\x46\x97\x72\x8e\x05\x13\x7f\x8c\x12\x4d\x9d\xcb\xdc\x8f\x56\xe4\x16\xb2\x8d\xf6\xb9\x8a\xf0\x4a\xdb\xb9\xdf\x78\x81\xdd\xd2\xe3\x3f\x15\x61\x43\x71\x7f\x7c\xcc\xf1\x4e\xee\x72\x44\x96\xaf\xe5\xc1\x43\xdc\xdf\xf2\xb2\xd3\x3f\xf7\x77\x7c\x13\x17\x09\xf5\xf1\xb8\xeb\x8f\x73\x0f\x49\xe0\x72\xe2\xe4\xce\x55\x30\xff\x76\x74\xc4\x7a\x78\x65\x02\xa7\xf7\xc7\xdf\xee\xda\xb7\x21\xe2\x35\xf0\xc5\x71\xd7\xd1\xf8\x21\x80\x39\x72\xd8\xb8\xff\xff\x80\x2c\x28\x71\xe6\xfa\x62\x13\x76\x32\x09\x08\x2e\x84\x4e\x30\x62\x8e\xc7\x2f\x5e\xee\x83\x43\x12\x76\x9d\x5c\xec\x1b\xb0\x18\x70\x72\xce\x61\x8e\x9b\xbc\x50\x1b\x5d\x8d\x69\x94\x67\x4c\x3c\x7b\x5a\x0e\x24\x00\x0f\xa5\x45\xd3\x4b\x9e\x55\x80\x77\x33\x75\xb0\xaf\xf2\x0c\x23\xa5\x52\xcd\x3d\x1b\xf0\xd4\xf9\x7e\x1a\xe3\x92\x51\xff\xcc\xc6\xca\xd5\x05\xef\xe2\x25\xfe\xa1\x52\x5b\x64\xcd\x69\xf4\x09\xc9\xc4\xd3\xaa\xc6\x0b\xda\x13\xce\x1f\x42\x6e\x14\x00\x30\x48\x35\x0f\x99\x7c\x46\xe9\x6b\x04\x2e\x15\x0f\x7c\x61\x22\x34\x50\xec\x36\x37\x2e\x2e\x62\xf0\xd4\xb1\xa6\x61\x0b\xd8\x7b\x6c\x92\x8e\xec\x4e\x6c\x47\x99\x98\x37\x3d\x9a\xfb\x95\x60\x1e\x04\x95\x4f\xfc\x63\x5d\xa2\xf8\x52\x93\xb2\xb4\xb1\x11\x69\xf2\xd3\x80\xa4\x5f\x30\xf1\xe9\x7b\xae\x1e\x3c\xe7\x75\xed\x65\xd4\xa0\xef\x81\xfe\x45\x7d\xed\xca\x20\x50\x1b\x97\x39\x7f\x36\x15\x99\x6b\xa1\x4d\xba\x91\x62\xa9\xb8\xf4\x4b\x23\x0d\x1e\x05\x99\x2e\xd1\x89\x4a\xc7\xcf\x9c\xc9\xcf\xed\x01\xa2\xf0\x2e\xdc\x69\x62\x12\xdd\xb4\x94\xd7\x1c\xd7\x16\x01\x52\xac\x38\x73\xfe\x94\x11\xe6\x54\x5d\x58\x42\x66\xbd\x3e\x0f\x62\x63\x1d\xa7\x5d\x73\xe6\x46\x76\xcd\x44\x74\x10\xab\x9a\x3f\xc9\x90\x57\xde\x1a\x22\x02\xa4\x48\x11\x32\xae\xdc\x5b\xbb\x39\xed\xc4\xb3\x1a\x7c\x91\xcd\xb7\xcc\xe6\x38\xaf\xb3\x4e\x39\xf9\x5c\x75\xf1\xcb\x2e\x9c\x89\xf7\xc4\xc8\x29\x63\xd8\x71\x05\xc2\xac\x6e\x79\xd8\x43\xa1\x58\x79\xb4\xcb\x29\xb1\x0f\x4c\x35\xf9\x5d\x65\xb6\x8d\xde\x1a\xcd\x6f\x55\xfe\x8d\x6a\xb7\xa0\xdc\x0e\xf4\x61\x7b\xbc\x4e\xa3\x65\x46\xb9\x8d\x3c\x48\x72\x3b\x6d\x5e\x01\xe7\xd7\xc2\x2c\xfb\xa7\x95\x93\xe3\x13\x01\x29\x0c\x98\xf8\x3c\xe9\x19\x97\x4c\x7c\x54\x0c\x1a\x14\x27\xb7\xf2\x26\x4c\xbc\x7e\x60\x43\x0e\x13\xcf\xcf\x1a\x1f\x8c\xcd\xc1\x3e\x01\x0c\x17\x48\x03\xdc\xe1\x16\x35\x6b\x23\x4e\xd5\x08\x50\xe8\x12\xc0\x71\xa6\x00\x0c\x70\x58\x45\xf4\x71\xe4\x2c\xd2\xc7\x59\xd1\x4f\xe8\x22\x17\xae\x81\x43\xc4\x23\x71\x2d\xbb\xea\x23\x22\xfe\x03\xd6\x03\x30\x25\x2f\x0a\x4a\x9a\xfa\xf8\x27\x6a\x8a\x6f\x1f\xd5\x67\xee\xfb\xd9\xe8\x16\xb6\xc8\x98\xfa\x78\xc2\x34\x08\xea\x63\xf3\xc7\x3e\x56\xff\x59\x79\x39\x37\x73\xa1\x75\x8a\x1e\x34\xea\xe9\x8e\x87\x2d\x91\xf5\xef\x18\xb8\x19\x22\x89\xd9\x76\xee\x68\xd4\x2d\x1f\x57\x5e\x96\x1c\xc1\xbb\x6e\xe0\x19\xd6\xbc\xbc\xe1\x62\x12\x8b\x33\x1e\xf5\x6d\xc1\x17\x62\x3b\x13\x2c\x4b\x64\x30\x60\xc7\xa5\x04\x30\xa7\x68\x29\xb5\x7d\xfd\xf2\xb4\x07\x4a\xdb\xb1\x3c\x98\xa9\x47\xf0\xfc\x14\x3c\x21\x51\x7e\x6a\xd1\x3f\xff\x62\xd1\x9b\x1a\x64\xe9\xf4\x08\x2e\x48\x8d\x82\x02\x7d\xf6\xf8\xb4\x87\x1a\xf2\x81\x3c\x68\xe2\x0b\x70\x42\x4c\x72\x42\xf4\x2b\x37\x9c\xf5\x9e\x4e\x26\x7a\x21\xb1\xbe\xba\x54\x5e\xc8\xd9\x44\x2f\x24\xc9\xba\xd7\x79\xba\x20\x0d\xaf\xbc\xea\x8b\x88\xe6\x84\x34\xff\xd2\xd0\x57\x67\x4c\x76\x6b\x26\x39\xf5\xd6\x41\xad\x6f\x37\xe4\x0d\xec\x4a\x5a\x30\x62\x1e\x10\x62\xb5\x76\xe8\x66\x17\x28\x75\x51\xb6\x25\x04\x5a\x6c\x8c\xb3\x50\x04\x1d\x99\x58\xd8\xc2\x03\x7a\x1e\x04\x4c\x56\xc2\x8f\xa1\xa1\x64\xd7\x49\xcf\xae\x44\x53\x5e\x10\x45\xbe\x70\x02\xc4\x4a\x96\x93\x32\xcb\x0c\x0c\x88\x44\x8a\x16\xb2\xe0\x98\xfc\x06\xff\xf8\x55\xf5\x80\x61\xd2\xc8\xff\x0e\x26\xb2\xc3\x24\xd6\xdf\xac\x24\x82\x32\x01\xaa\x5e\x2c\x0f\x97\x8e\x66\xe3\xd6\x71\xb6\x52\x07\x5d\xab\x04\x37\x33\x09\x09\x30\x6b\x71\x44\xc4\x22\x20\x1a\x4a\xc4\xf2\x11\x29\x49\xd2\xc7\x30\x29\xc0\xdb\x20\x1b\xb8\x7d\xc2\x7f\xf4\x1e\xd1\xf4\x33\x21\x62\x06\x67\x42\x40\x28\x94\xc0\xaf\x26\xba\xc0\x8b\xdc\xaf\x7d\x26\x0e\x7c\x7b\xc1\x33\x62\xf8\x75\x1c\x22\xf6\xea\x80\xa8\x3a\xa6\xcf\x65\x87\xc5\x36\xae\x10\x41\xe0\x61\xd3\xf3\xb1\x8b\x91\x79\xb0\x9f\x23\x0c\xeb\x8c\xe0\x28\x93\x8d\xf0\x47\x36\x41\xb8\xc2\x35\xc4\xd6\x67\x06\x7e\x4f\x1f\x61\xc8\xe0\xf2\x14\xc1\x60\x06\x86\x92\x80\x1e\x54\x45\xbc\x26\x48\x03\x5d\xe7\x31\xc4\xbd\x5f\x4f\x70\x56\xb7\xc3\x9e\xab\x61\x73\xa6\x20\x04\xaf\x70\xe0\x84\x99\xb2\x83\x83\x03\x99\x4e\x7b\x35\x34\x0d\x01\x54\xd2\x82\xb1\x99\x49\x43\x88\xfd\x91\x01\xdf\x3e\x96\x29\x7f\x06\x90\xfa\xf3\xc3\x20\x13\xd1\x4a\xb0\x2e\xe4\x45\x75\xbe\x8a\xe4\xd5\x0b\x04\x54\x20\x00\xc4\xdc\x98\x28\xe9\x6d\x02\x80\xb1\xf4\x9c\xcd\x5e\x93\xe4\x0e\x99\x14\xe1\x1e\xce\xa8\x7d\xbe\xde\xc3\xb7\x6c\xec\x00\xaf\x1c\xf8\x0a\x6f\x5c\x0b\xd8\x22\x56\x90\xf4\x2b\xc2\x8e\xa4\xa7\x1d\xe5\xe3\x3e\x7d\xef\x1c\x1b\x62\xdf\x5c\xaa\xea\x6c\x63\x4f\xc7\xf9\xb3\xbf\x89\xf2\x60\xb0\x3e\x05\xdf\x8c\x99\x58\xae\x06\x85\xc0\x1a\x44\x5a\x6c\xe1\xb1\x98\x51\x41\xdc\x92\x74\x94\xed\x1e\xb1\x10\x6e\x78\x00\xd3\x75\xb1\x86\xd2\xf3\x85\xb1\x03\x29\x8a\x85\xc6\x95\x5e\x2e\x0b\xb7\xe1\x7f\xc0\xf6\xda\x70\x26\x43\xdb\xb8\x74\x0b\xf5\x73\xa7\x3d\xde\x5f\x31\xc1\xc4\x7d\x2a\xa1\xe2\x18\x9e\x1e\x21\xfe\x0a\x11\x89\xc5\x17\x46\x0e\x90\x15\x4f\x35\xad\x7e\x6a\x40\x7c\x6c\xd1\x7c\xa6\xb0\x02\xfe\x79\x00\xdb\xe1\xb3\x51\x58\x8a\x0d\x8c\x7a\x2d\x11\x86\x11\xf3\xe7\x17\x08\xcc\x69\xda\xe4\x19\x01\x10\xc6\x62\xa7\x94\xbf\xf4\x45\x78\x4a\x9d\x49\x26\x01\x20\x1d\x36\x6f\x26\xc1\x6c\x90\x3a\x71\x45\x39\xf9\x1f\x5a\x71\x90\xd0\x98\xbc\x9a\xb8\xe5\x91\x88\xe4\xd3\x4e\x43\xa5\x29\x1f\x7d\xc3\xff\x67\xe8\x3b\x31\x2f\x10\x21\x89\xe7\xa5\xd0\xc9\xfe\xf0\xb7\xc7\x97\x98\x19\x09\x7f\xd6\xa6\x1f\x19\x4f\xd2\x34\xad\xfd\x3d\xef\xd3\xea\x3d\x80\xf9\xbe\xee\xd3\x24\xe7\x21\x93\x57\xb1\x0f\x11\x96\x7e\xad\xc9\x96\x93\x7d\x31\x73\x7d\x6f\x75\x30\x67\x40\xe8\x5f\x0a\xa9\xeb\x67\xab\xa3\xad\xf1\x3e\x5b\x8b\xcf\x64\xdf\xfd\x0d\xf5\x07\x31\x81\x59\x0d\x93\xd8\xbe\x8c\xe2\xcb\xfa\x27\xab\xa3\xfa\x8e\x3b\x5e\x8d\x1b\xfb\x7c\x46\x76\x9b\x57\x31\xe1\x06\x12\xe5\x98\x3c\xe0\x34\xc0\x41\x48\xcc\x2f\xf0\x01\xee\xa0\xbe\xa5\xc8\xa7\xf1\xa4\x06\xe9\xca\x7d\xe2\xb3\xad\xef\x75\x15\xaf\x9d\xde\x30\x53\x13\x41\x88\xa7\x97\x59\xd9\x65\xbd\xab\x5d\xf7\x68\xdf\x32\x9f\x10\xd6\xb5\xf6\x94\xfe\xad\xee\x37\xb2\xfb\x1d\x36\x08\x44\x0d\x4f\xe3\xbe\x4c\xc8\xd4\x12\x3e\xd7\x08\x45\xc5\x22\x38\x0b\xe3\x2e\x26\x80\x8d\x26\xb3\x36\x8f\xa2\xce\xff\x38\x9f\x7f\xaf\x47\x9f\x66\x37\xa9\xe3\x79\x83\xa8\xd7\x71\x1a\x36\xdc\x02\x2d\x20\x42\x7e\xd9\x43\x4e\xc0\x0c\xea\x50\xf4\xc8\x66\x83\x02\xcc\x2e\xeb\x19\x50\xef\x45\xf3\xad\xa8\x5c\xe1\x20\x70\xb1\xe3\xab\x2a\x24\x74\xb3\x4f\xc8\x4e\xd2\xb4\xff\x40\x28\xb6\x16\x4c\xf4\x59\x9a\xb3\xa0\x7c\xa9\x7c\x77\x06\xe5\x01\x5b\xf3\x0a\xb7\xb3\x4c\x79\x38\x0b\x5d\xdb\xcd\x6b\x3e\x02\x7f\xb0\x4b\x51\x7e\x66\xaf\x94\x78\x3c\x63\x4c\xfa\xfb\x74\x96\x99\xac\xe1\x94\x4f\x94\x93\x52\x11\x18\xa3\xce\xd0\x8e\x6f\xe0\xb0\x2b\x05\x88\x61\xdc\x93\x71\xc7\x24\x10\x55\x43\xfc\xa7\x20\xaa\x34\x14\xee\x83\x09\xf6\x67\xe7\xbf\x4d\xe9\xf7\xec\x1a\xa8\xfb\x85\xd9\xe8\x62\xba\xc2\xe1\x1d\x4f\x1c\xaa\x1a\x6b\x04\xf3\xa6\x60\x20\xa6\x5e\x55\xed\x21\xee\x73\xe3\xea\xe6\x93\xdd\x07\xc4\x62\xa4\xd6\xb9\x8f\x0a\x70\x14\x50\x12\x01\x1e\x5d\x40\x45\x34\x3b\x71\x7d\x55\xa3\xfc\x9a\xfc\xee\x98\x0a\x0f\xf1\x07\x8e\xdc\xb0\x3a\x68\xdb\xad\x39\xdb\xf3\x50\xcd\x67\xc0\x65\xb1\x19\x00\x2c\x52\xea\xbe\x85\xe4\xa5\x6d\xb5\x99\x8b\x58\x1c\x8a\x98\xe8\x78\x46\x39\x6e\x51\xa1\x74\xbb\x01\x01\xba\x40\xd0\x17\xe7\x00\x6e\xd1\x35\xdd\xe2\xc6\xbc\x7b\x50\x7f\xcb\x44\xe8\xd9\xfd\x6f\xf0\xb6\x9d\xd7\xbf\x42\x64\xdf\x08\x8d\x21\xbe\x0b\xcd\x7d\x2c\x5e\x2d\x45\x87\xff\x18\x8a\x57\x49\x51\x9d\xb3\xfe\x13\xc8\x2f\x26\xca\xb0\x35\x70\x0a\xa5\x75\x96\xed\x37\xcc\x4d\xa8\x22\xe1\xe3\x2e\xca\x0e\xab\xc3\x0e\x56\xc6\x90\x19\x72\xa8\xba\xf7\x6e\xd5\x87\xd5\xec\xcc\x8d\xbd\x92\x05\xb9\x93\x97\xad\x8b\xaf\x9a\xc0\x9d\x36\xc2\x43\xea\x06\x0a\x87\x59\x0d\xab\x93\x53\x20\xae\x32\xe8\xf7\x23\x30\xec\x6a\x0d\xd4\x77\x1e\x3d\xa6\x44\x16\x11\xbd\x83\xdc\x95\xdf\x85\x38\x4d\x84\x07\x75\x50\xe5\x45\x75\xd0\x2c\xc8\xe7\xba\x99\xa5\x49\x38\xb1\xc6\x52\x08\x9a\x54\x76\x46\x3f\x2f\xe2\xaa\x5b\x1e\x30\xe7\x9d\xfd\xf7\xc2\x92\x82\xb3\xdf\xc2\xb0\x1f\x1d\xa5\xe9\x70\xd9\x35\x30\x87\x7d\x25\x40\x6b\x5b\x48\x8a\x99\x54\x0b\x12\x72\xb1\xba\x19\x28\xa0\xa6\xda\x86\xc7\xb6\x3c\xe0\x5a\x37\x22\x3f\xeb\x90\x31\xb7\x7d\x2d\x9e\x37\x92\x5a\xff\xf2\x5f\x60\x6f\xde\x4e\x70\xd6\x76\x6a\x8d\x3a\xb1\xed\x97\xd0\x20\x3a\xac\xf2\xcb\x71\xd8\xaa\xe3\xf9\xa8\xd0\x44\x9b\x6e\xcf\x2e\x52\x72\x6d\x44\xa7\x30\xd2\x81\xc0\xb3\x2b\x4a\xe4\xc7\x50\xd1\xbf\xe4\xff\x6f\x30\x69\x16\x33\xd6\x3f\x73\x1b\xb1\xe8\x91\x75\x8c\x2d\xb6\xd1\x86\x04\x6c\xec\x4e\x84\xe9\x81\x8c\x55\x77\x6e\xae\x94\xc4\x65\x4c\x90\x55\x19\x72\x4c\xec\xd6\x77\xcc\xb3\x2e\x58\x34\xc2\x8d\x2a\x32\x8e\x98\xf4\x84\x68\x98\xc5\xf4\xfd\xd3\x53\x39\x9f\xa3\x8f\x07\x21\x88\x0c\x7d\x7d\x2a\x67\x35\x00\x06\x86\xbe\xf4\xab\x46\xdf\x3a\xf3\x5e\x5b\xbb\x85\xa6\x96\x9d\x5c\x5b\xd0\xee\x1e\xd3\x41\x0e\xfc\xce\x5f\x94\x3f\xb5\xcb\xff\x26\x0f\xbc\xbd\xc3\xf4\xb2\x79\x09\xdf\x9b\x4b\xb6\xf0\x6c\xb4\x1d\x2b\xe8\xc6\x5d\xc5\xaa\x9e\x1b\xca\x10\x62\x09\x78\x06\x74\x7c\x41\x2d\x0d\x31\xb4\x88\x1b\xe0\x2d\x0e\xc1\x9c\x4e\x8c\x5c\x69\x83\xc5\xcb\x69\x05\x44\x63\xe7\xe6\xbf\x5e\x94\xf3\x45\x0e\xd1\x1a\xb3\x7e\x58\xe3\x7a\x4b\x99\xd6\x84\x68\xa5\x08\x39\x1d\xdb\xd3\x9c\xaf\x5e\xb2\xd7\x24\xe8\x02\xd0\x2f\xe1\x0e\xac\x52\x76\xee\xe7\xc6\x55\xa9\xb4\x04\x8a\xc7\x01\xf6\x6d\x2b\x8c\x87\xbc\xc4\xc7\xa2\x6a\x75\xb2\x1e\x31\x99\x6d\x49\x15\xca\xd6\xbb\xde\x5f\x23\x96\x6d\x95\x30\xb0\xcf\x6a\x87\x4e\x6a\x3a\xc1\x4c\xf6\x4d\x28\xd9\x66\xb2\xf6\x08\xba\x8c\x2d\xaf\x1d\xac\x2f\xce\x6e\xf1\xae\x60\x97\xb6\x45\xcb\x83\x7b\x17\xc7\x27\x0c\x3f\x32\xb4\x14\x86\xe0\xbc\xac\x86\xfa\x2f\xa5\x16\x76\x47\x64\x35\x39\x40\x98\xca\xea\x9c\x8e\x2e\x9e\x55\x61\xf5\xc2\x5c\x77\xb5\x76\x85\xdd\xde\xea\x7f\x94\x17\xac\xde\x5f\x01\x82\xa5\xd1\xb1\x30\x65\x74\xb6\x8c\x1c\x94\x2f\x4a\x96\x31\x9a\xa8\xb8\xb1\xd9\xc8\x3e\x63\xb3\x7b\x0e\x8e\xce\x19\x6f\x3b\x42\x35\x4c\x76\x9b\x29\x8f\x0d\xd2\x28\xb5\xc4\x29\xdc\x68\x15\x6e\x4c\x64\xdd\x82\x8c\x97\x05\x1c\x9c\x63\x6a\xed\x64\x33\xc6\x3d\xa3\x95\xb9\xb6\x7d\xc6\xbe\xc2\x33\x56\x65\xc9\xcd\xbe\x8b\xfe\xcb\x45\xdc\xcd\x2d\x4f\xec\xf3\x1e\x8c\xbd\xaf\xe0\x3f\xc9\x55\x1b\x32\xe1\x3b\x4b\x1c\x87\x2f\x6b\xfc\xed\xc9\x09\x63\xc3\x26\xa6\x3e\xcd\x8e\x26\xda\xb4\x72\xff\x8a\xa3\x0c\x1a\x6b\xe4\x11\x97\x28\xfc\x6f\x60\x61\x62\x07\x68\x53\x3c\x5a\x13\x15\xbb\x8e\x03\xb8\xc0\xe8\x2a\x46\x09\x2c\x0c\x3f\x8f\xae\x3b\xcc\xc2\x17\x8d\x95\xc0\x51\x5e\xf6\x50\x00\x71\xe2\x07\xc8\x91\x97\x2f\x49\x98\x32\x69\x74\xae\xd5\x6e\xbe\x70\x65\xaa\xf6\xfa\x1a\x67\xe2\x2d\xbb\x3c\x67\xe2\xe1\x5e\x3d\x0b\x2f\xd6\xb3\x18\x74\x44\xe1\x30\xf1\x7a\xc4\x10\x37\x84\xdb\xc5\xfb\x19\x03\xc9\x17\x38\x6f\xf9\xe8\x6a\x3a\x2d\x28\xd7\x75\x75\xda\x0e\xb8\x1a\xd7\x90\x0a\x55\xe0\xec\xfb\x02\xf3\x8d\xd1\xd0\xea\x18\x44\x1e\x0b\x7a\x22\x7e\xc8\x15\xbb\x04\x28\xbe\x18\x0f\x85\xad\x69\xd3\xd2\x7c\xc1\x82\x89\xa6\x0d\x1c\x65\xf3\xdd\xb5\x50\xa2\x33\x3b\x36\x94\xbf\x22\xda\xdc\xc2\x3a\xd2\x64\x59\xfc\xbd\x1a\xd2\xef\xc0\xb0\x33\xf0\x6e\x7e\x5e\x87\x1d\xb5\x0b\xc4\x1c\x8f\xaf\xfd\x9b\x9f\x37\x90\x3c\x23\x3c\xb1\x7d\xc1\x6a\x92\x9b\xb7\x9f\x1a\x1d\x64\x7b\xc0\x24\xdf\xe8\xe6\xe7\x33\x9c\xc4\x8a\x0a\xf7\xd7\x18\x40\x3e\xc4\xdd\xe2\xf3\x35\x59\x1e\xb1\x61\xc4\xbd\xa8\xb8\x79\x36\x0c\x57\x17\x0d\xc3\x4e\x0e\x64\x6f\x4d\x71\xb8\xb8\xe9\xcf\x50\x8b\x9f\xd8\x65\x97\x39\x64\x6d\x63\x42\x79\xaf\x72\xa2\xbc\xab\xfd\x29\x4b\x84\x78\xae\xe0\x17\x16\x5b\x10\x3b\x1e\x42\xea\xda\x92\x87\xe8\x60\x82\xf1\x18\xf0\x15\xc2\xd7\x52\xee\x74\x80\x20\x03\x63\xf8\xeb\xc5\x5f\x41\x89\xe3\x00\xfe\x7a\x54\x8b\x53\x29\x23\xf8\xeb\xad\xfa\x44\x71\xf6\x0a\xe8\xad\x5c\x69\x50\xa7\x5c\x28\x0d\x12\x3b\x79\x16\x64\x8f\x31\xdc\xbe\x35\x51\x09\x32\x77\x73\x09\xa2\x82\x7a\x43\x24\x24\x2b\xca\xa3\x77\x59\xff\x33\x46\x3c\xe1\x61\x33\x28\xd8\xfe\x8d\x3d\xd8\xb2\xf7\x2f\xdb\x11\x50\x5d\xec\x78\xfa\x6b\x4d\xdb\xd2\x09\x64\xd8\xb0\x81\xda\xad\x5d\x00\x22\x74\x06\xe7\x47\x5c\xd8\x57\x0c\xd4\xc8\xf2\x9c\x75\x9f\x4a\x98\xe9\x38\xf2\x36\x02\x83\x31\x63\xc6\xd8\xe9\xdc\x21\x8a\x5c\x3d\x48\x10\x1d\xfa\x62\xea\x13\x81\x20\x24\x76\xf4\xd8\xc2\x26\x26\x2d\x8c\x75\x25\xfd\x62\x01\xd4\xa1\x86\x9b\x14\x6c\xed\x53\x48\x6a\xac\xcf\x41\x2e\x2a\xf3\xbc\x4d\xd5\x51\xd2\x80\xa7\x2e\x1e\x3f\xee\x40\x13\x3d\xc3\x11\x46\x9a\xe4\x0e\x55\x56\x19\xdb\x9e\xcb\xe4\x87\xba\xc6\x90\xf3\x1b\xcf\x06\x03\x8e\xc9\x7d\x51\x0f\xc2\xd1\xe7\x51\xa1\x62\x8a\x18\x06\x7d\xbe\xb3\x8a\x35\x56\xab\x9a\x8b\x2c\x9b\xbb\xb3\x43\x82\xe0\x50\x41\x87\x5c\x0b\x3c\xcf\x53\xdb\xf9\x63\x13\xf2\x7f\xd9\x4c\x5b\x73\x1b\x30\x58\xd2\x0d\x24\x31\xdc\x9b\x69\x30\x2e\x08\xa4\x2a\x13\x03\x0f\xb0\xdb\x8f\x85\xe5\x12\x57\x39\x46\xd1\x95\x0d\xf3\x4a\x8c\xa4\x63\xc0\x66\xef\xa0\x60\x29\x6b\xeb\x59\xed\x13\xf9\xf7\xae\xa1\xb8\x64\xdf\xa6\xdb\x61\x70\x0f\x48\x4d\x19\xf1\xda\x91\xe2\x9e\x11\xaa\xee\xe3\x50\xad\xd4\x35\x24\x1a\x4b\x64\x33\x10\xa6\x6c\x6d\xdc\x9c\x57\x84\x68\xfa\x83\xf6\x86\x6e\x01\x6a\x17\x9b\x5a\xc2\xe4\xc5\x00\xa3\x0d\x53\xe4\x3f\xc4\x90\x4d\xdb\x77\xb3\x68\xde\x85\x0e\xa7\x4f\x80\xc6\x8f\x28\xea\xe2\x13\x10\xa2\xff\x78\x9e\xce\xf6\x57\x13\xf7\xa7\xb5\xc4\x0c\xff\xeb\x09\xcb\xf2\x06\x69\x95\x8f\xda\x25\x53\x60\x31\x65\x9b\x43\x51\x00\x82\xda\x0d\xc2\x77\x98\x17\x5d\xfc\xa3\x86\x59\x8d\x9b\x27\x9f\x55\xab\x36\x14\xf4\x24\xc0\x5e\x2d\xa8\x8c\x8d\xf5\x75\x22\x28\xec\x01\x17\x8d\xd5\xcc\x06\x15\xf3\xee\x84\x6c\xdb\x18\x19\x93\x48\xee\x0a\x52\xf5\x71\xc0\xcc\x48\x8c\xed\xe2\x06\x87\x91\xca\x45\xbc\x25\xf4\xdd\xcb\x19\x81\xdf\x1b\x00\xa5\x03\x59\x25\x8b\xac\x90\x2b\xb7\xcd\x80\xe0\xf5\x60\x83\x20\xc5\x62\x6a\xd8\x57\x0f\x26\x61\xc5\x3d\x2c\x23\xbb\x8a\xba\xd5\xd5\x1c\xcb\xe2\xa5\x29\xb2\x5d\xc7\xa7\x60\xef\x4d\xe7\xab\x1b\x58\x47\x16\xf7\x8d\x2e\x2e\x66\xc9\xc4\xc3\x05\x31\x19\x4a\xd6\xfd\x42\x55\x71\xb0\x77\x8f\xf7\xaa\xc8\x66\xe5\x3e\xeb\x07\x3c\xaa\x3b\xdf\xea\x86\xc4\xab\xc8\x41\xe7\xe4\xea\x86\xc4\x43\xae\x6e\x08\xea\x54\xff\x5a\x88\x19\x57\x3b\x19\x92\x5b\xb9\xcf\x9c\xc8\x39\x60\x91\xeb\xe8\xd2\x42\x45\x00\x00\xa5\x42\x34\x8f\x88\xad\x5c\x48\xee\xd5\xf3\x88\x71\x6f\xe6\x46\x4d\x5e\x18\x93\x7d\x88\xb9\x43\xe1\x9d\x7d\x72\xa0\xac\x97\xc0\x42\x0b\x55\xf3\x90\x6e\xc1\xf3\x91\xaf\x87\xe8\x7f\xbe\xe9\x28\xe5\xaa\x8b\x2e\xc4\x11\x61\x74\xd6\xbc\xf2\xa8\xcc\x79\x8b\x27\xc7\xee\xff\x7c\xdb\x61\x7d\x5d\x93\x85\x95\x50\xc2\xef\xd4\x13\xf7\xa7\x7d\xa8\xcf\xfa\x31\x4f\x0e\x37\xe3\x38\xcd\x8d\xe3\x8d\x48\xed\x91\x6b\x76\x82\x35\x74\xcd\x57\x5c\xd9\xca\x1f\x52\xba\x74\x96\xf0\xd3\x0b\xcc\x27\xf8\xec\x1b\x2a\x0a\x67\x5f\xe7\x56\x8e\xfa\xfb\xc2\xa3\xea\x9d\x4c\xf8\xbf\xe2\xc1\x89\x88\x97\xf4\xc1\x1c\xd8\x06\x1a\xff\x30\xf1\xa5\x5a\xf0\x07\x41\xe1\xcc\x61\xb4\x76\x90\x91\x13\xd2\xa8\x8f\x6b\x3c\xfa\x88\x36\x74\x75\xc1\xe4\xdb\x11\xa9\x5d\xe8\xc4\x51\x7e\x86\xdb\x1f\xa2\x31\xf9\x53\xf5\x76\x33\xb7\x8e\xd4\xcb\x52\xc2\xd2\xcb\x10\xd7\xf7\x80\xf5\xdf\x5f\xa8\x7c\x68\xcc\xd8\xbc\xbd\x00\x00\x48\xf1\x56\x9e\x31\x1b\x8e\x10\x19\x53\xba\x72\x0f\x6b\x1b\x0f\xf7\x59\xa5\xd6\xcd\xed\x3b\x6c\xea\xc7\xbf\x14\x14\xc1\xaa\xa9\xa8\x7d\xc9\xf1\x44\x6b\x01\x21\xe2\x57\x2c\xbc\x68\xd6\xa9\xb2\x0d\xe1\x1c\x1f\x8a\xf5\xac\xc9\x0a\x4c\xaa\x7e\x43\xed\xb4\xf3\x88\x37\xea\xb7\x45\x49\xe7\x9b\xf8\xb0\x69\xe7\x03\x42\xb9\x08\x03\x93\xfb\xc7\xd4\xf5\x5c\xc4\xca\x52\xf8\xa0\x2c\x9b\x50\x7d\x77\xe7\x04\x11\x10\x27\xb6\x97\x1a\x46\x8b\x48\xe2\xda\xd1\x9d\xb2\xa3\x00\xc7\x61\x40\x89\x69\xa7\x13\x9d\x6f\xbe\xc3\xad\xe8\x04\x2e\x39\x78\x81\xe2\xca\xb1\xfa\xa8\xf4\x88\x57\x71\xf1\x5c\x39\xd5\x20\xd5\xe9\xd0\xc0\x02\xee\xbe\x26\xff\x7b\x39\xd2\x99\x9e\x48\x9e\x10\xf7\x0d\x2d\x8a\x0b\x5d\xbd\x3e\x21\xd7\x1e\x1e\x1e\x9d\xe8\x6a\xac\xf6\xbb\x15\xd2\x0e\x47\x73\xa0\xe3\xda\x8a\x5d\xdb\x29\xcf\xd9\x79\xbe\x43\x01\xba\x1c\xbb\xb9\xc3\x01\x34\x34\x30\x5d\x80\x5d\x78\x2e\x5f\x80\x85\xfc\xb8\x45\x17\x3f\xda\xa6\x57\x65\x94\xcb\x96\x3d\x06\x60\xab\x62\x36\xcf\xcb\xd2\xd6\x49\x85\xec\x85\xa5\xaa\xf2\x05\x04\x64\xda\x1a\xd3\xbe\x5a\x79\x02\x9c\x6b\xb1\x7a\xc2\x83\x06\x18\xf6\x80\xe0\x23\x54\x33\xde\xf8\x97\x66\x4a\x63\x10\xc0\x78\xef\xe6\x25\x70\xa8\x5a\x38\x9b\xdd\x72\x5f\x04\x9f\x3e\x9a\xe4\x4b\x38\xb1\xad\xdb\x26\x14\x33\xba\xb1\x5c\x2b\x77\xf2\x63\x2b\x56\x02\xf9\xb7\xe0\xeb\x97\x82\x49\x4f\x40\x0e\xf7\x2c\x97\xc3\xfd\xf6\x74\x04\x74\xb9\xa9\x8c\x08\x65\xae\x3c\x65\xaf\x4f\x75\xa8\xd0\x9a\x48\x2b\x4c\xc7\xe3\xe5\xe9\xd4\xc0\x44\x8e\xb8\x41\x17\xd7\x9c\x3d\x3f\x35\xe0\x96\x91\x6c\x86\x69\x52\xc4\xd3\xd3\x09\x1a\x1b\xca\x38\x48\xb3\xb8\x1f\x9f\x10\x8a\x62\x20\x43\xfd\xfc\x91\xb3\x87\xa7\xd2\x1a\x73\x35\x2a\xeb\x34\x7e\xd3\xc3\xe0\x9c\x9b\x4b\x2c\xef\x3e\x9d\x9a\x98\xa7\x41\xa9\xd4\x7f\x23\xe6\x6a\xbd\xe2\x8e\x0d\xbc\x74\xb7\x89\x1c\x6d\x40\x3e\x95\x2d\xca\x52\x19\x33\x69\x23\xb7\xc5\xef\x89\xe1\xb2\xcd\x1b\x90\x08\x31\x94\x6d\x62\xb8\x53\x1f\xf6\x22\xe0\xb3\x90\x00\xaf\x3c\x60\x0f\x2f\x0e\x7c\x11\x6a\x42\xb5\x40\x7b\x2f\xc7\xb6\x80\x2f\x8a\xda\x42\x3f\xd7\x7d\xd9\xc3\x1f\x8e\x3c\xe8\x8b\x73\xd6\x79\x39\xc1\x1f\x52\xc6\xfa\xe2\x8c\xd9\x2f\x17\xf8\x43\xc8\xab\xbe\xa8\x16\x10\x1c\x17\xac\x6c\xe8\xf1\x60\x0f\x89\x76\x07\x7b\x8f\x19\xd0\x48\xcc\x7b\xba\x52\xcd\x8f\x52\xb8\x48\x76\x9a\x4b\x6b\x6f\x25\xd0\xc3\x3a\x8f\x0d\x4c\xe2\xc9\xa7\xb5\xcb\x8f\xf3\x80\x34\x2f\xe2\xec\x89\x90\x1f\x4d\x47\xa7\x9d\x21\xe4\xb6\xcf\xd7\x07\x9d\x18\x8c\x18\xf3\x4e\xc8\xf7\x54\x15\x77\xe6\x95\xa8\x83\x8e\xd5\xf2\xd4\x21\xa8\xa9\x2b\xb6\x15\xf1\xaa\xe9\xd0\x5d\x01\xb0\xc8\x3b\x09\xd0\xc9\xe3\x2e\x89\x97\xc4\x0e\x2e\x61\xee\xaa\x85\x0f\x06\xbc\x61\x3a\x74\x57\x84\x0f\xee\xf8\xe9\xd4\x21\x73\xe9\x80\x0f\x5e\xf9\xf1\xd4\xa1\x40\x74\x05\x1f\x8c\xf9\xb2\xee\x14\xee\x72\xf0\x2e\xfc\xa0\x04\x1f\xf4\xf9\xe5\x84\xb5\x2c\x01\xd8\x56\x88\x5d\x80\xb7\x58\xfa\x96\x46\xf6\x35\x27\x65\x0b\x4c\x03\x5e\x45\x26\x7c\xe4\xb9\x6a\xf2\x30\x72\x89\x70\x49\x73\x9c\x84\x7c\x94\xa5\x77\x01\x3f\xc8\xfc\x58\x87\x39\xfd\x38\xd4\xd1\xb3\x87\xbd\xf2\xf3\x43\x0d\xe7\x07\x36\x64\xf2\x33\xff\x5b\x86\x61\x07\x33\xdb\xfa\x6c\xfa\x88\x59\x6c\xd3\xe5\x15\x18\x9e\x31\xdf\xcc\xdb\x14\x59\xa6\x4a\xc8\xe2\xfe\x69\x19\x4e\x21\x0f\x75\xf9\x08\xae\x53\xc8\x2b\xd7\x4e\x96\x4e\x6f\x9a\x02\x33\x67\xfa\xb9\x2c\xd8\xa9\x66\x0e\x0b\x73\xd9\x6b\x27\xcd\x27\x35\x62\xe2\xa5\x1d\xe6\x72\x24\xe7\x59\x5f\xdf\xbf\x75\x5b\xdd\xe0\x64\xdf\x95\xa6\x9d\x8b\x97\xea\xc1\xd5\x45\xa9\x6c\x8e\x5c\x02\x8e\xc1\x61\x23\x2a\x90\x2c\x55\x2f\x5d\xf4\xd7\xa0\xc0\x07\xf2\x9d\xf6\x7c\x77\x05\x2b\x01\x4c\x88\xd8\x2e\xbd\xc2\x1b\xd6\x00\x13\x22\x9e\x2c\x54\xa9\xf9\x34\x78\x1f\x76\xc1\x13\xe1\x24\x2d\x13\xca\x79\x5b\x71\xd6\xe9\x40\xc2\x65\x82\xf9\x8e\x98\xab\x7c\x34\x8a\x39\xbc\x1b\x30\xd6\x45\xc8\xdb\xad\xe2\x60\xaf\x1f\x09\xd9\xea\x90\xbe\x51\x3e\x41\xad\x85\x30\x79\xfe\x8d\x2d\x93\x6b\xbe\xa4\xbb\x99\xa1\xf0\xc1\x5b\x91\x7e\x70\xfa\x6d\xdc\x08\x9c\xb4\xaf\xf2\x65\x87\xdb\xf8\xb7\xfb\xff\x32\x40\xbb\xb9\xb6\xb1\x86\xea\x33\x36\xe7\xec\xfb\x1f\xd5\xf7\xcf\xde\x0e\xf9\x86\x29\xd5\x78\x7d\x85\x73\x04\xb4\x3a\xda\x3c\xb8\x91\xb4\x15\x8e\xca\x67\x74\xc8\x0d\x37\x78\x18\xa2\xcd\x7f\x1d\xee\x80\xf7\xca\x2e\xab\xf3\xdf\x47\xfd\x08\xe8\x7c\x22\x04\x2f\x3a\x1d\xdd\xa7\xac\x9b\xab\xdf\xc6\x4b\xf7\x72\xff\x58\x5e\x30\xf1\x69\xe4\x3b\x89\x15\x1e\x18\xc0\xf9\xd6\x49\x48\x8e\x33\x4e\xb9\xe4\xf7\xcc\x4a\xd0\x29\xf4\x6a\x29\x3d\x3c\x96\x5d\x36\x7f\xf3\xf3\x03\xb7\xfa\xa7\x81\xdb\xe2\x87\x7d\x5e\xf3\x7d\x02\xf5\x22\x76\xf7\xfb\x94\xc9\xa9\x7e\x5d\xe5\xbe\x78\xcd\x99\xc5\x95\x55\xb2\x12\x6f\x11\x26\x8b\x8a\x44\xa4\x49\xc7\x88\x52\x94\x66\x1d\x2b\x59\x6c\x67\xd2\x25\x7a\xbb\x33\xe4\x9f\x23\x17\xa3\x2f\xaa\xb9\x31\x38\xc1\xa1\x08\xe0\xd5\xd8\x1b\x0c\x20\x29\xa3\x67\xf0\xa1\xa6\x70\x93\xb2\xdc\xfc\xb9\x9d\xc4\x13\xac\x90\xc8\xf9\x2c\xf7\x59\xdd\x79\xd2\x69\x5b\xd0\x7e\xb4\xa7\x74\xef\x0b\x92\x62\xa0\x42\xdb\x6d\x9c\xac\x8c\x47\xea\xe4\x6a\xf7\xb1\x8a\xa0\x0d\x75\x2c\x72\x10\xa6\x89\xc5\x05\x2b\x03\x76\xef\x61\xfd\xc0\x09\x53\x2c\x30\xd2\x34\x5a\xa7\xb7\x3a\xba\xf9\xa7\xac\x1f\x9f\x8a\x77\x98\xc5\x52\x23\x9e\xdb\xd6\x01\x8f\xdd\x42\x6e\xec\x70\xc3\xa8\xdf\xfc\x12\x71\xcf\x73\xd0\x05\xdd\xac\xd0\xfe\xcf\xf1\xdf\x39\x86\xd8\xbf\xe5\x5f\x7d\xbd\xdd\x32\x98\x1c\xe9\x63\x24\x51\xe1\xa7\xfc\x62\xd6\xba\xfd\x78\x2f\x89\x17\xf2\x9d\x3b\x59\x41\xff\xf2\xcc\x0b\xdf\x54\x3b\x70\x74\x85\x2b\xcb\x1c\xeb\x9f\x75\xe1\xf9\x9a\x97\xfb\x8c\x79\xe7\xb7\xc2\x18\x34\x0e\x9c\x36\x8d\xeb\xcd\x18\xe8\x5f\x22\x78\xc9\xfd\x31\xe8\x03\x7c\x60\xb5\x9b\xdb\x59\xd2\x82\x82\xda\x35\xcd\x7a\x76\xde\x5b\x00\xb4\x12\x3f\x6d\x01\x3c\xed\xf4\xe4\x54\x4c\xf1\xc3\x50\x49\x60\x95\x50\x9b\xeb\x02\x1d\xfb\x0f\xda\x59\x5d\xf6\x50\xe9\x40\xd9\x55\xa9\x8a\x25\xb4\xf0\x1e\xa3\x9a\x23\xf0\xab\xa3\xc2\x14\xc1\x41\xfc\x90\x87\xff\xc3\x8a\xe8\x49\x68\xb9\x81\x95\x47\xd3\xd2\x1b\xc4\x0b\x2c\x2f\x25\xd9\x64\x32\x7a\xd1\x15\x23\xce\x35\xcf\x45\xea\xf1\x9f\xaa\xf0\x9a\x1f\x4a\x65\x00\xc0\xf8\x44\x59\x42\xad\x08\x2c\x2e\xe6\x61\xcc\x70\x70\x96\x18\x76\xc6\x2a\xbd\xf7\x5a\x80\x85\x9c\xdc\xa7\x1a\x8b\x15\xd6\x58\x34\xb9\x5f\xeb\xde\x8e\x96\x9b\xb3\x3f\xd8\x3c\xb3\x3f\x94\xa4\xc1\x49\x88\xac\x99\x22\xb3\x02\x00\x0d\x51\x98\x3c\x09\x8b\x8b\xb7\x0a\x06\xa2\x08\xf9\xe1\x66\xdf\xbb\x20\x72\xd4\xa7\xb1\xea\x66\x45\x55\xa7\xc7\xac\x22\xf0\xf0\x83\x48\x9a\xd7\x6e\x26\x85\x9d\x5c\x71\xa3\x9d\xc9\x73\x23\xce\x95\x13\x1e\x72\x54\x91\xed\x28\xb7\x6f\x96\x68\x32\x41\xef\x1e\x42\x5c\x3d\xad\x4b\x5a\x5b\xae\x45\xad\x2d\x76\xc7\x94\x78\xd1\x79\xab\x2d\x73\x3b\x4e\xfc\x52\xf8\xdc\xc6\x00\x62\x9b\x21\x4f\x6e\x3e\xb7\x3e\x00\x73\xfc\xd3\xcf\x2b\xec\x6a\x2d\xd7\x01\xcf\xf8\x27\xcd\x5f\x03\xf0\x20\xc7\xe3\x04\x40\x59\x7c\xf8\x3f\xb3\x74\x1c\xdc\xba\xa7\x6f\x4d\x4c\xca\xc3\xe0\x91\x1e\x89\x1f\x0b\x1c\x9d\xb7\x52\x92\xeb\xb8\xb5\x15\x54\x1c\xa8\x04\xe1\xf4\xbd\x3a\xd2\xb2\xbf\x3d\xbc\xcf\x85\x6b\xbc\x0f\x9c\x4f\xc9\xc4\xfb\x17\xce\xbf\xc3\x9a\x80\xe0\xb7\x12\x6f\x75\x14\xda\xc5\xe6\x0d\x02\xb1\x4d\x3c\x9f\x5d\x82\xe7\xf6\xd9\x7c\x83\xd5\xd4\xc2\xd5\x54\xd9\x01\x62\x7a\xe7\x1c\xe4\xea\x8e\xbc\x16\xd8\xaa\x2b\xae\xcb\x10\x33\xd6\xd1\x01\x73\x02\xbb\x3a\xce\x8c\xd5\x4a\xf3\xe6\xde\x3b\x25\x8b\xf4\x6c\x9f\x89\xb8\x53\xc9\xab\x86\x9a\x9e\xcc\x3e\x63\x7d\x9f\xe6\xa3\x7e\x81\x3b\x16\x68\xf2\x5b\xdb\x8e\xc6\xf2\xed\xbc\x94\x5d\x36\x7c\xab\x6e\xd1\xc8\x45\x7d\xf0\xd8\x46\x36\xd9\xf3\x18\xf3\xab\xbd\xc8\x45\xd8\xa4\x11\x24\x6b\xda\xeb\x46\x37\xfb\xb0\x26\xd5\x74\x36\x2e\x39\xaa\x61\xb5\xb2\xd3\xc2\x13\xa1\x79\x3a\x1d\x8f\x97\xb6\xb9\x82\xbe\x06\x16\x35\x5e\x69\xf3\xac\x5f\xb0\x9e\x6e\xf5\x9a\x15\x81\x05\xdb\xb4\xd8\xcc\x7d\x39\xed\x45\x36\x45\xd5\x7e\xf6\xef\x78\x4b\x3b\x82\xab\xde\x71\x6e\x39\xd9\x58\x2a\x6b\xe9\x5b\x6d\x8d\x84\xda\x9a\x5f\xe8\x49\x95\xed\x5d\xa7\x4a\xbe\xc6\x89\x12\x27\x20\x6d\x61\xc4\x64\x28\x92\x17\x7c\x42\x30\xf1\x58\xc1\x98\xed\xb4\xe4\x41\x3c\x1c\xbf\x9f\x68\xed\x89\xb2\xd6\xd1\x2a\x59\x0d\x40\x90\x23\x52\x0d\x48\x01\xae\xf3\x55\x62\xb7\x2b\x0d\x7d\x5b\xf1\xe9\xb7\x9d\xdf\xd8\x5e\x5b\x9b\x1c\xdb\xeb\xad\x2b\xd5\x1a\xc0\x1e\xf7\x59\x59\xbb\xf7\x78\x64\x93\x83\xc8\x04\x68\x8b\x76\x86\x30\x4e\xee\x2f\x16\x5c\x9f\x0d\x3f\x5a\xf5\xdc\xb7\xd4\x64\x36\x6b\xe4\xb6\xa0\x6e\x6c\xed\xdd\x4c\x23\xfa\xf5\x3c\xe9\xf3\xb9\x92\x42\x75\x31\x91\x2f\x0e\xfe\x9a\x57\xde\x97\x3c\xc1\x64\x16\x10\x16\xcf\x4e\xcb\x7b\xbe\xca\x5b\x21\xd6\xbc\x7b\xac\x61\x55\x32\xd0\x9b\x02\xa4\x29\x1c\x5c\x81\x29\x1f\xe4\xff\x92\xf4\xd7\x51\x94\xeb\x9c\xb5\x3a\x96\x28\x7f\xb1\x16\x45\xe9\x0e\xed\x5f\x53\xbc\x6f\x13\xbc\x37\xce\xcb\x52\x68\x64\xf5\x69\x96\x11\x7c\x8a\xbb\xfa\xd0\x1f\x84\x30\x8e\x53\x6a\x9f\xa9\xc6\xaa\xff\x0b\xe1\x8a\xc1\x4b\x10\x55\x9b\x54\xf0\x7f\xa5\x31\x04\xa0\xb3\xbf\x26\x4c\x56\x44\x14\xdd\x49\xf0\x3e\xb6\x3a\x78\xbe\xd3\x67\x6e\x57\xdd\x41\x29\xe6\x19\xf4\x3b\x82\xe7\xb8\x26\x1a\xdd\xe3\x1a\xfe\x9f\x38\x34\xa4\x87\xe7\xea\x67\xc4\xa9\x70\xe8\xac\xdd\x84\x80\xfd\xb4\xfe\x8a\x66\x51\x8f\x7e\x5c\x28\xbb\xda\x7c\x2d\xbb\xac\xef\x63\xd2\x90\xbe\xc3\x02\x17\x70\x54\x47\xec\x8a\x7e\xbd\x26\xd2\x54\xcb\x31\x73\xd1\x7c\x87\x94\x11\x57\x35\x7b\xf7\x2e\xfc\xa0\x1d\x92\xca\x95\xf0\x8e\x73\x8c\xe4\xb1\x3b\x13\x24\x73\xb4\x32\x09\x5a\x50\xdd\x5a\xb1\x0f\x31\x1d\x81\xc5\xc4\xd5\xa4\x34\x6a\xe7\x80\x37\x8f\x37\x6f\x4a\xe0\x26\xe1\x5b\x79\xcc\x3e\x43\xae\xdf\xaa\x6e\xde\x70\x76\xe2\xf6\x35\xee\x22\x6a\x51\x81\xe9\x44\xcd\xfe\xfd\xc1\x12\xaf\x1b\x84\x94\xbd\x3f\x8d\xc2\xe0\x1b\x18\x86\x2a\x37\xa8\x63\xb5\x58\xe7\xb3\x9a\x74\xa5\x0e\x31\x7b\x19\xd9\xcd\x57\x0c\x7a\x55\x08\x2e\xad\x11\x43\xaa\x37\xf1\x91\xb8\x4d\xba\xbf\x15\xeb\x0c\xf0\xca\xeb\xb7\x3c\x1c\x6d\x95\x85\x88\x93\xb1\xc2\x5c\xec\x69\x85\x9e\xbd\x1d\xbd\x25\x8c\x9e\x88\x04\x40\xdb\x4e\xbd\x33\xde\xb6\x3a\xe3\x6d\x4d\x13\x40\xf4\x30\x1f\xb2\x5f\x33\xd1\x32\x24\x56\x4c\x28\x31\xc5\x54\x66\x8f\xe6\x02\xdc\xe4\xfe\x9a\x9e\xee\x20\xdd\xee\xa3\xfa\x5f\x27\x84\x8f\x9b\xd4\x5f\x35\x67\x22\x3e\x33\x3c\x63\x3c\x7b\x92\x86\x9f\xa3\x12\x1c\x2a\x8e\x10\xff\x84\x9a\xd4\x08\xef\xa5\x2e\x11\x57\xee\xa8\xa7\xfb\x33\xd6\xa8\xb5\xb1\xf9\xd2\x2b\xe4\x9c\xd8\x95\xf4\x4f\x7d\xea\x19\xf2\x88\x1e\x39\x9d\xbb\xfa\x50\xd2\xf9\x13\x9f\xf3\x05\x0b\x83\x13\xbe\x40\x7c\x24\x74\xfd\x72\xd6\x04\x4d\x06\x86\xd8\x5d\xef\xbd\xec\xb2\xc1\x41\x50\xcf\xee\xad\xf5\x1b\x36\x87\x88\x13\xc7\x42\xf5\xac\x81\xf2\xcc\x6d\x17\x99\x29\x7f\x59\x88\xe2\xb5\x8e\xb3\xf4\xc3\xb4\x38\x38\x2d\xae\x96\xe2\xda\x59\x6b\x99\xb8\xae\x7e\x77\x31\x5c\x31\x64\x3f\xae\xb0\x09\xa0\x27\xdf\x5f\x57\x6b\x53\x69\x7c\xbb\x5f\x16\x80\xcd\xa2\x04\x70\x92\xce\x7b\x88\x17\x74\xbf\x7e\x90\xaa\x26\x98\xf8\x50\x94\xe3\xee\x7e\x10\x40\x5c\xbe\x6a\x8d\xc3\xad\x7d\xe5\x4f\xe0\x8a\x9e\xd6\xf1\xff\x33\xfd\x96\xfa\x59\xb3\x58\x24\x00\x27\x2a\xda\x42\x7f\x54\x03\x07\x56\x3c\x34\xcf\x85\x55\x26\x1e\xf2\x8b\x0c\x12\x2f\x54\xf7\x99\xa5\x97\xd2\x59\x13\x58\x55\x68\x76\x69\xa6\x32\x11\x56\xbe\x85\xd0\xdf\x21\x1e\xbc\xa2\xbc\xb4\x4a\x70\x12\x26\xc6\x00\x94\xc4\xcd\x3a\x0a\xf5\x11\x74\x27\xe6\x88\x85\x3c\x7a\xcd\x5d\xac\x09\x3c\xb9\xc9\x5f\x94\xbe\xb2\x3a\xdc\x1e\x5e\xcb\x69\xa9\x3e\x73\xff\xa8\x6f\xcc\xd7\xe7\xd0\x09\x57\xe5\x46\x98\x5d\xe6\xbc\x29\x61\xbe\xd1\x5e\xaf\x88\x64\x57\x20\xf9\xe8\x97\x4a\x48\x32\x1a\xd8\x2c\x8f\xce\xad\xb4\xb7\x7f\x52\x5f\x20\x4d\xb1\xfa\xbc\x2b\xb2\x43\x10\xd9\x07\xf6\x3f\x90\x5b\xd9\xe6\x0d\x1c\xa7\x23\xf7\x93\xee\x5d\xd9\x95\x15\xf1\xb3\xd8\xfe\xdb\xc6\xb0\x46\xf1\x39\x22\x53\xb5\x0d\x08\x38\xa2\xab\x5f\xb8\x4e\xb4\x30\x85\x90\x23\x24\xaf\x39\x61\x5d\x6d\xbb\x79\x51\xff\x9b\x8a\xf3\xc5\x3f\xac\x06\xda\xa1\x0c\x1b\xaa\xfb\x84\xd0\x1d\x51\xa2\x0b\xb1\xb9\xe6\x6f\x1a\x07\x14\x29\xbd\x7b\x93\xa0\x86\xd9\xed\x72\x0a\xc9\xb1\xd2\xfe\x8b\x1e\xdd\x88\xba\x51\xf4\x20\x5b\x8a\x79\xc9\xbd\xee\x35\x5f\xbf\xca\x4b\xc1\x5a\xaf\xbb\x74\x31\xfd\xb0\x44\x4d\x65\xfb\x49\xa6\x37\xd8\x2d\xf5\xe2\xb0\xcb\x75\x12\x8f\xe9\x69\x14\xcd\x69\xba\x8c\xb3\xfd\x62\x55\x9c\x86\x9f\x3e\xb6\x92\xb5\x83\xb1\xc9\x90\x9b\xd3\xff\x7c\x69\x8d\x98\xb8\xfe\x65\x69\x7d\x63\x36\x4b\x7e\xdb\xef\x31\x19\x7a\x93\x8e\x15\x2e\xa8\x48\x6c\x2b\x54\xb4\x87\xc9\xd0\x6d\xe8\xeb\x18\xcb\x1e\x61\x30\x5a\x70\x05\xdd\x4b\xa4\xa6\x19\x20\x5e\xc9\x2f\x7b\xae\x7a\x2e\x3f\x7a\xef\xff\x20\x89\xba\xb5\xef\x9a\x0d\x07\xd6\x3e\xae\x28\x47\x1e\xfb\x38\x29\x21\x4c\x63\x0c\x4c\x79\x94\x92\x34\x5c\xc2\x67\x3a\xe7\x3f\xe5\x05\x1b\x04\x9d\x04\x8e\xea\x9c\x06\x7c\xdd\x85\x77\xad\xde\x4f\xc3\xf6\x93\x4d\xf9\xbc\xb1\xe8\xb5\x71\x52\x50\x45\xc7\x0a\xe0\xa5\xb4\x89\x66\xf7\x1f\x46\x43\x59\x20\x40\x69\x9e\x6b\xec\x9c\x68\x84\xde\x9d\x85\x88\x64\x6a\xdb\x82\xdc\x3e\xa4\x60\x1d\xd4\xa6\x3f\x0e\x9a\xc1\x2d\xbd\xe3\xdc\xdd\x23\xe5\xf5\xa7\x3d\x52\xad\x6c\x80\x8d\xfc\x6d\x77\xeb\xb3\xae\xf2\x69\x06\xb4\x89\xe6\x77\x37\x3d\xb1\x6d\xae\x3f\xfb\x97\x55\xe5\x74\x70\x05\xe4\x64\xd8\x61\xce\x01\x5d\x8e\x3b\x82\x7d\x4b\x21\x26\xcc\x5f\xcc\x10\xbd\x9b\xdc\x31\x66\x00\x45\x3c\xcf\x48\xf8\x5f\x19\x33\xf2\xf5\xef\x3a\xbf\x2d\x7e\x35\xa6\xa5\xc1\xd7\x6f\xb8\xca\x0c\x1c\x9e\x5b\xc6\xb6\x16\x2e\xac\x7a\xaf\xfc\xb3\xa5\xbd\xe4\x4c\x5e\x25\xb0\x38\xb3\x23\x37\xef\x37\xa4\x7c\x75\x27\xb0\xf1\xf0\xe3\xe1\xbe\x88\x5d\xd5\x5a\xee\x93\x74\x79\x44\x85\x72\x63\xba\x3b\x64\xba\xd7\x29\xe1\xdf\x78\xfb\x9e\x93\x3f\x65\x6c\xde\xc2\xac\x73\xc2\x33\x1c\x98\x4a\x67\x3d\xf4\xab\x90\xf1\xd8\x35\x70\xa1\x6e\xdf\x28\x00\x0d\x0c\x85\x16\x75\x7c\x85\x45\x2b\x5d\xa2\xb0\x43\x4a\xb9\xfe\x03\xea\x1c\x40\x4f\x63\x27\x1e\xc2\xb0\x4d\xf6\x6f\x64\x3c\x97\x25\x1b\x24\x36\xbc\xe3\xed\xbf\x7c\x85\x8b\x8c\xee\x5b\x04\xc6\xfb\xc5\x42\xcd\x94\x58\x8e\x11\xf9\x57\x25\xf6\xb7\xf5\xf8\xb3\xcd\xba\xcc\x6c\xd6\x3e\x2d\x37\xbd\x32\x8b\xc6\xa3\x93\x5a\x10\x0d\xf8\xcb\x49\x37\xa4\x9f\xf4\x66\x9b\x6b\x03\x55\xf6\x48\x3b\xde\x21\x7f\x64\x63\x2c\xf4\xb9\xfd\x0d\xa2\xc7\x01\xed\x59\xd6\xa2\xb8\x67\x0d\xbe\x6d\x64\xc7\x1f\x6d\x44\x0c\x47\x21\x37\x7f\xf4\x7a\xab\x48\x54\x2f\x41\xc7\x6c\xef\x4a\x35\xf0\x28\x42\x2d\x47\x87\x11\xab\xe1\x1d\x7d\x03\xa4\x87\xf4\x89\x38\xd7\x8e\x44\xff\x93\xdf\xff\xb4\x01\xeb\x43\x0d\x72\xaf\xbf\xc2\x5c\xbd\x74\x30\xef\x58\x2a\x23\x35\xbf\xc5\xd6\xd1\x45\x4f\x90\x76\x24\xa7\xc8\x06\xcc\x7b\x8f\x53\x1f\xfd\x87\x2a\x6b\xa1\xab\xac\xab\x5f\x69\x71\x96\x8b\xe5\x7b\xe6\x17\xea\xce\xcb\x24\x57\xb5\x2d\xff\xfc\x3d\xf8\xe2\xfc\x3d\xf8\xa2\x34\x5a\x16\x7e\x29\x54\x78\x6f\x74\xf8\x45\xb5\xbc\xdd\xf2\x8f\xf2\x90\x55\xf6\x7c\x23\xae\x35\x28\xd9\x5a\xf3\x90\x2f\x9b\xf9\x02\x6d\x44\x4e\x66\x95\x5a\x07\x6b\xb4\x55\xe7\x8f\x58\x5d\x35\x89\xd1\xd9\x4e\x46\x80\x77\x4a\x1d\xf9\x76\x71\xc2\x64\x28\xb1\xb6\x3b\x82\xb2\x7d\x1d\x0a\xb2\xd2\x50\xd0\x9e\xf7\x4e\x32\xab\xea\xc6\xf0\x40\x84\xe1\xbd\x01\x1c\x9a\x4c\xe2\xe1\xb7\xa2\xd8\x31\x73\x7c\xf1\x03\x67\x99\xb7\x26\x38\x1b\x4c\x74\x89\xf0\xe9\x8b\xa5\xa1\x74\x61\x76\xec\xab\x75\xb7\xe0\xda\xfc\xc0\x48\xec\x88\xb1\xb1\x89\x08\x84\x8d\x86\x5b\xae\x02\xf5\x5b\xb3\xf1\xcb\x33\xe3\x3a\x9e\x26\x0f\x30\xf1\x7e\x89\x95\xbc\xad\x86\xae\x16\x85\x49\x97\xed\x7f\x6b\x02\x6a\x78\xee\x35\xe1\x44\x3f\x35\xa1\x49\xd6\x8a\x50\xb4\xe0\x73\x4d\x74\x75\x79\xa9\xa1\xab\xc6\xbb\x59\x3d\x27\x52\xce\xc5\x70\x74\x34\x3b\xd4\x0a\xc5\x71\x7d\x94\x1a\xb5\x80\x87\x4c\xc8\x28\x2e\x22\xd3\xeb\x94\x64\x9d\x40\xd4\x2c\x74\x21\x78\x4c\xc3\xe8\xb1\x4d\xd8\xfd\xa7\xad\x52\xa1\xb2\x02\x5b\x78\x3e\x29\x99\x4a\x17\x5e\x23\x0b\xcf\xb2\x0e\x54\xb9\x70\x6c\x29\xf5\x24\x3c\x7e\x7d\x81\x38\x6e\x13\x01\xdd\xfb\x97\x96\xc0\x0c\xfd\x53\x49\xa7\x34\x79\x4d\x1a\x98\x1a\xc6\xd8\x62\x6e\xa1\x9c\x65\xac\x16\x2d\x08\x26\x7f\xb6\xa7\x59\x7a\xf5\x69\x8b\xc7\xb6\x3b\x0c\x25\xf7\x57\x4d\x4a\x78\x36\xc6\x88\x5c\x46\x69\xb4\x6b\x7d\x7d\xb7\xd6\xe8\xe5\x6d\xca\x72\xdd\x34\xb1\x70\xf9\xca\xad\xb5\x83\xd9\xa1\x31\x11\xa7\x35\x6a\x54\x22\x55\xe7\x4c\xf4\xce\x7f\x30\xff\xfd\x00\xf8\xff\xf2\x2a\x88\x2a\x86\x06\xcc\xb3\x11\xa4\x93\x68\x5b\x56\x26\xa8\x32\x25\x8c\xfd\xd7\x7a\xab\x53\xa0\xa7\x43\x1c\x5e\x0c\xd9\x36\x91\xf5\xe9\x3e\x5d\xa0\x05\xe5\x37\x6c\xd1\xc0\x9b\x9a\xa3\xf2\x4c\xcd\xe7\x2d\xe0\x40\x09\x83\x36\x25\x3c\x29\x50\xb7\x01\x39\xf2\x5f\x70\x09\xbe\x49\xd7\x91\x33\x37\x16\xdd\xac\x2e\x5b\x5a\x8d\x6f\xa5\xd0\x13\x26\x3e\x74\xc9\xf4\x85\xaa\x8c\xdd\xf2\x94\x9d\x07\x8f\xa5\x8b\x93\x87\x1b\xbf\x82\x4d\x23\xc8\x5c\xa1\xf5\x5e\xaf\xeb\xe2\x13\x0b\xb9\x1d\x31\xc0\x28\x9a\x42\xef\x44\xce\x0b\x44\x98\x0c\x34\xfd\xa6\x21\xbf\xa3\x40\x0a\xbe\x7a\xca\xd1\x57\x77\x73\x3b\x77\xf8\x3e\x57\xea\x70\xfb\x1e\xa4\x2d\xcb\x97\x5b\xbb\x16\x8c\x5d\x5d\x28\xbd\x74\x6d\xa5\x68\x5a\x1a\x4b\xbc\xca\xdb\x58\xea\x43\x33\x75\xbe\x38\xbf\x4c\xd5\xab\xbe\x4c\x5f\x28\x1f\xf4\x07\xa2\x41\x26\x02\xa1\x2d\xb2\xe5\x03\x48\xdc\x6b\x42\x9c\xb2\x2b\x04\x92\xca\x19\x43\x1b\xce\x5c\xb1\xda\x76\x41\xa1\x43\x67\x4e\xd0\x19\x65\x5f\x4a\xb4\xdf\xb1\xfe\x9f\x51\xa8\xf3\x87\x4e\x19\x58\x35\xba\xe4\xed\x55\xd6\xb9\x2d\x67\x63\x98\x94\x27\x86\xc6\xc0\xa4\xf5\xa6\x8f\xfb\xc0\xe4\xde\x35\x0b\x45\x11\x59\x80\x34\x24\xbd\xbb\xb5\xe0\xf8\x65\x4e\x01\xd2\xdb\x30\xeb\x44\xc7\x5f\x31\x72\x1a\x38\xf7\x22\xa7\x07\x6a\xeb\x68\xb9\x69\xb0\xe9\x4f\x32\xbd\x5b\x5f\x9a\x0d\x5d\xe9\x8d\x7c\x90\xd8\x87\x42\x73\x0c\x16\xbb\xcb\x43\xb7\xf8\xe0\x16\x88\x9d\xe6\x57\x51\x9e\x31\x1b\x19\x8f\x0a\x5f\xf9\x46\x8c\xf2\xed\xb9\xfa\x69\xbe\xb4\xbf\x7f\x88\xc3\x44\x2c\x4e\x48\x4c\xfb\xcb\x89\x89\xa8\x08\xfa\x33\x67\xe9\x8a\x2b\xdf\xa1\x7d\x5c\x88\x4d\x03\x22\x16\x38\x36\x00\xc0\x22\x4c\x51\xc2\x13\x10\xdd\xa0\x1a\x20\x37\xe6\xdf\xc6\x6b\x98\x5e\x2b\x4c\x95\xc1\xa3\x7d\x6a\x4f\x6f\x38\x1b\x38\x8d\x5f\x65\xe6\x00\xa7\x61\x25\x4e\xb0\x12\xc4\xf5\x21\x28\xe1\x1b\x53\xe9\x97\xd0\x6f\x28\x10\x27\xf5\x43\xd0\x5a\x0b\xef\xed\x5f\x9c\xfb\x39\x13\x07\x3b\x73\xee\xbf\x93\xd2\xbb\x42\x75\x32\x0f\x18\x8f\x9d\x3c\x09\xec\xe4\xd5\xfe\xbb\x60\xe7\xce\x40\xae\x75\xfc\xbd\x5a\xd7\x15\x9c\x06\x5d\xa9\xd5\xdd\xe2\x19\xc8\xcd\x22\x90\x31\x6f\xbf\xde\x95\xb7\x36\x4f\x02\xa4\x44\xaa\x93\xe5\xb1\xe5\x96\x96\xd7\xa6\x8b\x25\xaa\x1e\x1c\x6f\x4c\x56\x33\x50\x3a\x57\x1f\x87\xa3\x86\xb5\x63\x78\x6a\x27\x5e\xe8\x84\xa2\x20\xb6\x60\xf9\xd3\x14\x9c\x9b\x2e\xf9\xab\x06\xfe\x12\xf2\xbb\xb2\x0c\x20\xf1\x3b\x1a\x8a\xe2\x43\x2e\x73\x23\xde\x5a\x21\x26\xcc\x33\x1a\x7f\x30\xa2\x82\xa1\x9b\x71\x2c\xce\xb7\x36\x48\x03\x7e\xb3\x6e\xdd\x1f\x7a\xe5\xb2\xc9\x0e\x5e\xb0\xb7\x69\xce\x56\x36\x69\xc6\x0a\x5a\xc5\x35\x94\xc2\x2f\x2b\x86\xdc\x88\x3d\x6f\x1e\xba\x77\xb4\xb6\x3c\xd8\xb7\x66\x1f\xed\x5c\xd7\x9f\x2d\xb7\xeb\x4f\x96\xdb\x66\x47\x48\x04\x60\x24\x90\xca\xaa\x36\x01\xf1\xc3\x89\x05\xc1\x28\x10\xae\x13\x44\x0c\xd0\x84\x3c\x37\x90\x41\x14\x29\x19\xdb\x67\xac\xe2\xdf\x64\x94\xff\x63\x28\x73\x06\x6f\x71\x55\x78\x7e\xcc\xc4\xd5\xa1\x0f\x50\x2f\x42\xc3\xce\x02\xfa\x1f\x37\xe6\xad\x5d\x17\x00\x42\x60\x88\x5a\x20\xd6\xae\x92\x84\x22\xf3\xc1\xa0\xbe\x04\xca\x5a\xb6\x16\x16\x75\xba\xd1\xd4\x44\x17\x95\xe2\xdb\x4c\x19\xde\xb3\x0b\x33\x4d\xe3\x32\xd7\x13\xb2\xc0\xf1\x01\xcb\x52\x20\x18\xf3\xc9\x2e\xcc\xbc\x61\x17\x56\x7a\xa5\x86\x15\x37\xec\x14\x43\x1e\x4d\x2b\x0b\xd9\xbb\x71\x0c\xde\x75\xa2\xac\xd8\xce\x0a\x0c\x7b\x5f\x94\xf0\xb8\x5c\xf9\xfc\x5b\x20\xd9\x3c\xbc\x7d\x57\x9b\x7d\x26\x3d\xb9\x44\xd0\x8c\x25\xc5\xc9\x41\x48\x30\xfd\xfe\x9f\x34\x69\x5e\xc9\x09\x43\x49\xe5\x3f\xeb\x57\xb5\x91\xb3\x01\x1e\xff\x9c\x4a\xa8\x6a\xb5\x5d\xfc\xeb\x7e\x36\x53\xef\x6f\xe7\x14\xaf\x78\xff\xa6\x86\xa5\x9f\x6e\x5b\xea\x91\x09\x13\x4f\xbb\x3b\xdb\xd8\x81\x7b\xd3\x9b\xef\xe8\xb3\x51\xc4\x9f\xf3\xb4\x34\xb4\x82\x32\xf1\x50\xaa\x06\x15\x58\x9b\x5c\xed\xba\x09\x36\xa5\xc1\x0d\xcc\x9e\x01\x1d\x07\xa5\x66\x54\x8a\xe2\xd4\x4c\xe4\x8f\xe0\x57\xba\xa3\xa6\xef\xa0\x0a\x14\xa7\xfa\xa1\x5c\x00\x3a\x53\x55\x8e\x81\xb2\xfc\x2c\xe4\xb4\x3a\x8b\xba\x81\xcf\xdb\xc6\xa6\x93\x6a\x37\x9c\x4b\xab\x8a\xc5\x6e\x60\x80\xce\x0e\x3b\x90\x81\xb1\x2c\xf7\x99\xd3\x16\xfb\x76\xb7\x5c\xd5\xdf\x72\x24\x4b\xcf\x01\xef\xbd\x03\x58\x1f\x4c\x47\xdd\xee\xdb\x25\x57\x20\xd7\xfc\xbb\x79\xe7\x02\x69\x3a\x7c\xc9\x5c\xd9\xa2\x90\x50\x37\x81\xf0\xe1\x11\x1a\x10\xbe\xd8\x2d\x29\xec\xb3\x87\x68\xc9\x70\x09\x48\x18\xf2\x80\x88\x21\x60\xdd\xfd\x61\x18\xb3\xf2\xd7\x14\xa6\x71\x08\xe7\x90\x8d\x52\x53\x05\x77\x35\xd3\x02\xb3\x62\x27\x21\x7e\x30\xbe\x6b\x2e\x62\xad\xed\x0f\x9d\x1f\x31\xd7\x40\x8b\xb2\x09\x18\x3f\x0e\xd8\x94\xb9\xb1\x82\x18\x92\x40\x40\xf4\xa1\x47\xd4\x3d\x4b\xac\xd4\x19\x87\xbe\x9b\x7e\xdc\x80\x39\x6d\x5e\x15\x79\x7b\x34\x82\xaa\x68\x91\xe0\x43\xd1\xa4\x60\xf6\xfa\xb0\xe6\x0e\x47\x3e\x51\xaf\x3b\x1f\x79\x9b\x1f\x37\x85\x57\x47\x1b\x8a\x96\xd6\x96\x52\x75\x0d\xd0\x89\x31\x78\xe6\x36\x7c\x89\xf5\xd3\x0e\x93\x4f\x30\x5c\xb3\x64\x8d\x67\xa5\xf4\x9e\xe2\x14\x89\xab\xa0\x92\x99\x0d\x64\xc8\x26\x22\xc1\x35\x3f\x3a\x62\x7e\xdc\xbe\x62\x63\x91\xbe\x89\xf8\xb7\x93\xa5\x84\x61\xf4\xe0\xd5\x11\x7e\xc2\x19\x26\xc4\xb1\x5b\x3c\x4f\xe1\x43\x9f\x09\xf0\x01\xac\x06\x2e\xa5\x46\xfd\xdc\x08\x0a\x70\xcd\xd5\x35\x4c\xe0\xc3\x8b\x4e\x22\x36\xeb\x6c\x13\x64\x35\xdd\x0c\xc9\x7e\x15\x29\x42\x06\xbb\xaf\xf2\x82\x49\x2c\xd5\xde\x02\x17\xf6\xd0\x40\x16\xb2\x17\x3a\xd9\x76\xa0\xcc\x55\x7d\x39\x3d\xe3\x66\x47\x3a\x02\xea\x23\xe0\x24\xea\x4b\xf5\x61\xcd\xdf\x73\xd3\x09\xde\x0b\xfb\xf6\xb5\x6e\x92\xfa\x18\x8e\xad\xe6\x24\xa7\x06\x90\xd8\xf5\x0a\x49\x3c\x03\xaf\x45\x6e\x6c\x0b\xdc\x10\xf1\xe4\xd3\x05\xed\x68\x9d\x71\x6c\xfd\x9d\x48\xef\x6b\x00\xe8\x96\x9f\x7b\x52\xed\x06\x2d\xee\x5f\x61\x68\x0f\xda\x4d\x6d\xd4\x5d\xd2\x7a\x1b\xa8\x02\x8b\x10\xb4\xa0\xe3\xdd\xbc\x22\x34\x38\x12\x38\x4c\xd5\x2e\x72\x99\x96\xf3\xe9\x21\x48\xb4\x08\xc7\x9a\xae\x28\x21\xb2\x18\x7c\xc8\x96\x43\x84\x83\xed\xf0\x43\x02\x6a\x74\xd3\x42\xe7\xfa\x29\xfc\xfd\x43\xd4\x7d\x1b\xf8\x90\x30\xf7\xe4\x09\x4c\xa6\x10\x3f\x24\xa5\x66\x45\xcd\x0b\xd5\xb4\xf2\xbd\x05\xb5\xd7\x9d\xe0\x5f\x3e\x82\xd2\x3a\x20\xb5\xf7\x0f\x7c\xc1\x99\xd3\xea\x4a\x23\x29\xd1\xdb\x2f\x5a\x0b\xa3\x89\x5b\x79\xf3\x6b\x2b\xec\x2a\x91\x02\x20\x47\x24\x99\xa0\xf2\x3b\xe4\x8c\x46\x79\xf0\x7c\x00\xf1\x18\x46\x08\x51\x41\x69\x35\x6e\x05\xce\x2e\x8d\x3d\x37\xed\xd6\xc9\xcd\x31\x05\x1d\x34\xc0\x31\x56\x9b\x5d\xb1\x86\x2d\x6f\xa7\x4e\x58\x7d\xcf\x7d\xb5\x02\x2a\x7b\xa0\x03\x62\x1b\x71\x2d\xc9\xf2\x5c\x18\x0e\xb0\x83\xd4\xb9\x2c\xcf\xd5\xc7\x82\x28\xb2\xca\x1b\xc2\x1f\x79\x12\x60\xdf\x07\xe5\x01\x13\xbd\x14\x4b\x17\xa4\xd3\x7e\x41\x78\x60\x42\xbb\x62\x32\xe5\xce\x66\xb2\x4d\xac\x17\x6c\x5d\x40\xe5\x9a\x23\xeb\x1e\x73\xa9\x9e\x4e\x36\x06\x65\x5d\x34\x28\xc3\x21\x3e\xd2\x80\x52\xfe\x3c\x90\x57\xd1\xe0\x66\xa3\x18\x80\x0b\x9d\xa6\xe3\x23\x22\xd4\x71\x89\xc3\x75\x5e\x49\x98\x67\x6d\xba\x1f\x5b\x90\xae\x39\xc1\xbd\x49\xe2\x21\x7b\x4c\xb3\x7f\xc6\xe5\xc0\x4a\x04\xea\x93\x68\xa9\x68\xd1\xa6\x88\xd5\x76\x57\xba\x5c\x2d\x5e\x36\xe8\x72\xad\xe5\x66\x47\x1a\xd2\xe0\x66\x4b\x9b\x9f\x2e\xa5\x48\x01\x37\xb8\x30\xf9\x8e\x7e\xa9\xeb\x86\x60\xcf\x95\x11\xbf\x12\xd2\x46\xa3\x95\x89\xaa\xc7\x9b\x74\x7b\xab\x05\x19\xa3\x63\xb4\xf8\x29\xbc\x8c\xc7\x23\x3b\x44\x43\xbc\x5c\x30\xf6\x7b\xa5\xb0\x60\xad\x01\x5d\xaa\xbe\x83\xda\x8c\xdf\xc7\x5b\x01\x7a\x1d\xe2\x49\x68\xa4\x03\x61\x1d\xcf\x60\x51\xf6\x68\xee\xbe\xb2\x72\xc6\xc7\xad\xe6\xd9\x0d\x04\xd9\x84\xd4\xeb\xaf\x18\x9f\x1e\x00\x26\x8a\x63\xf1\x55\xe0\x52\x7c\x71\xcc\xd8\xa2\xd8\x36\xe9\x52\x3c\xda\x19\x10\xb5\x3e\xcd\xc9\xc8\xcf\x1a\xd2\xa7\xed\xec\x88\xdd\x78\x36\xa6\x08\xee\x82\xf0\x4b\x60\xbf\x67\x30\xce\x6d\x51\x6b\x02\x16\x22\xbe\xf3\xa4\xa1\xd3\x04\x62\xc5\xfa\xed\x6c\x7a\xd5\x72\x5d\x0a\x80\x20\x04\xcf\xdd\x45\x30\x31\x97\xb1\x48\x78\x37\xf7\x1d\x53\x01\x58\xb7\xc1\x67\x0b\xec\xa0\x9d\x5d\x20\xfe\x7f\xf9\x69\xe3\xf9\x02\xfd\xb4\x69\x2b\x5b\xb0\xdf\xeb\xc1\x64\x3f\x65\x24\x8f\x95\x56\x7e\x52\x9d\x27\x09\x4b\x04\x7a\xbc\xe4\x06\x84\xf4\x5e\xb5\xa5\xa9\xee\x99\x32\x36\x4f\x08\xb2\x5a\x5f\xdf\x36\xdd\x9c\xfb\x7e\x48\x23\x2d\x0d\x14\x89\x29\x44\xe6\xe4\x1b\x68\xe6\xae\x7e\xa8\xda\x70\x53\xc3\xd7\x89\xb8\xd1\xc8\x3a\x3a\x61\xf2\x21\x6c\x7f\x6b\xbb\xcf\x26\x01\x47\x86\x67\xdd\x41\xd3\xa7\xd3\x44\x65\x9a\x8f\x18\x83\x0d\x8e\x31\x65\xc3\x22\x72\x37\x22\x13\xa2\x3e\x6d\x23\x7b\xff\x1e\x46\x26\xb6\x31\xb7\x95\x96\x43\xfc\xfd\x75\x60\x16\xe9\x4f\x29\x2c\x1f\xc7\xa0\x9a\x4d\x25\xe2\x6a\xb9\xd0\x94\xd1\xec\xbb\x0d\xf0\xa1\x07\x06\x12\x2b\x10\x8d\xaa\x50\xbb\x56\xd9\x61\x9d\x41\x0b\x7e\x1e\x82\xb1\x3a\x68\xce\xd4\x98\xbd\x00\xce\x05\x74\x78\x9e\x17\xc2\x7d\x0b\x6b\x01\x3c\x12\xc2\xf6\x0c\x03\x24\xa0\x00\x3b\x2b\x7c\xf5\x0a\xf6\x49\xb5\xe5\x7f\xa8\x6d\xd9\xe2\x25\xbc\x7e\xe2\x15\xbc\xde\x6f\x41\xe2\xf2\x98\x50\x49\x2f\x86\x9b\x02\xa3\xa9\x5d\xde\x5e\xad\x73\xf7\xc3\x4e\xf8\x94\x7e\xf4\x91\x33\xf7\x01\x4c\xcb\x25\xa8\x78\x1f\xa8\x32\xe8\xf3\x80\x43\xe1\x15\xc5\xb3\x9d\x1b\x38\x44\x68\xcc\xcf\xc0\xda\xc6\x57\xc1\x1f\xa0\xfe\x65\x9c\x0d\xe2\x00\xf6\xcb\x15\x37\x69\x16\xea\xd8\x18\xe1\xe3\xb9\x56\xf1\x32\x5b\xf1\xa0\x84\xab\x7c\x55\xd2\xb8\xe4\x18\xd1\x77\x99\x18\x44\xd0\x3f\x9b\x70\x1f\x52\x03\xba\x0e\x26\xaa\xfc\xa3\xb4\xab\xcd\xc8\xac\x1b\xd2\x90\xb4\xda\x34\xce\x1b\x18\x00\x46\xca\xe4\x76\xf8\xab\x5b\x6c\xcb\xdf\x63\x4e\x79\x7b\x88\x68\x76\xa5\x2a\x66\x71\x81\x2f\x38\x7b\xc6\x49\xc1\xe5\x5c\x41\x32\x4b\x43\xb4\x01\x72\xe3\x03\x6f\x95\x9d\x67\x92\x3e\x10\x7e\x22\xc3\x07\xa6\x4b\x48\xcd\xf7\xc4\x03\xf4\x03\xe3\x5c\x9c\x0c\x7d\xd8\xd1\xe6\x3e\x18\x80\x7d\x4b\x7b\xc1\xaa\xef\x23\x48\x9a\x72\x19\x4b\x78\xbb\x9d\x6d\x0f\x4b\x84\x78\xf5\x73\x13\xc6\xa6\xaf\x85\x2f\xde\xe1\xd3\x13\xbc\xba\x2c\xc1\x08\x4b\xa3\xf3\x92\xf5\x2f\x49\x57\x87\x9e\x80\x0d\xef\x62\xd5\xf7\xb5\x7d\xb3\x17\xa5\xdb\x0e\xfd\xb0\x2a\xd1\x0f\xef\x84\xd5\xa6\x55\x55\x09\x63\x31\x27\xfc\xc1\xe2\x11\xfd\x40\xfd\x1a\x1b\x08\x74\xf7\x49\x7b\xc7\x46\xb7\xa3\x3c\xf1\x80\xbf\x83\xfc\xa7\x8b\x16\x7e\x14\x0f\xbb\x52\xa6\x43\xa6\xcc\x79\xba\xa3\x43\x20\x57\x23\xd5\x21\xdf\xb4\x20\x8e\xa5\xf3\xf4\x07\x50\x8b\xb2\xe3\xbf\xbe\xbe\x81\xfa\x81\x02\x97\xf0\xb0\xe4\xde\x74\x2f\xcd\xee\x18\x54\xc8\x73\xd8\xe5\x45\x4c\x52\x3e\x28\x7d\x5e\x27\xd3\x23\xcd\xd9\xdf\xd5\x88\xb0\x68\x65\x6e\x6b\xda\xa1\x6d\x1a\x2e\xc6\x63\x9e\xf2\x1d\xf9\x6a\x13\xc1\x2d\xf2\x52\x2b\x2d\xe3\xb2\x41\x8c\x66\x64\x76\xe7\x92\x33\xe7\x69\xc7\xc1\xbc\xb8\x33\x1a\x4b\x1c\xd7\x67\xaf\xe4\x7e\x93\x19\x35\x47\xaf\xc5\xb9\xbf\x16\x4d\x0d\xe1\xd9\x66\xab\x20\x8b\x4e\x6f\x40\x07\x46\xdf\xc6\x75\x8f\x82\x47\x0c\x56\x06\x3f\x94\x8a\xd7\x37\xc8\x38\x41\x19\x86\xc1\xff\x03\x23\xab\x7b\xb2\xe2\x1e\x71\x03\xb7\xd5\x1a\x1e\x84\xf9\x41\x55\x37\xad\xd5\xa0\x46\x3c\xbf\xf3\x9b\x50\xe5\xc1\x36\xdc\xbc\xc2\x4e\x94\x08\xac\x39\x71\x53\x9a\x07\xed\x68\xf5\x5f\xb2\xcc\x8f\x15\x62\xca\x4c\x23\x84\x47\x9d\xa9\x87\x25\x93\x3b\x1e\x20\x07\x97\xdb\x08\x10\x37\xb5\x89\xff\x77\x37\x11\xe6\x37\x84\x91\xce\x14\x56\x63\x70\xef\xbb\x32\x77\xbb\x2c\x99\xfb\x96\xfa\x71\x1d\x65\x65\x54\x0b\x53\xe4\x9e\x88\x19\x31\xfa\x55\x0a\x68\xd2\x87\x9e\x5d\x1e\xb2\x9e\xab\x67\x5e\x59\xbc\xea\x26\xed\x20\x6c\xaf\x0e\x86\xa2\xd7\x1f\xd8\xaa\x06\xd4\xf6\x41\x3d\xba\xc7\x2a\x6d\x69\xca\xa8\x33\x85\x7e\xa7\x36\x1d\x61\x37\xd3\xf6\xe3\x12\x25\x98\x55\x49\xf3\x69\x31\x55\xd2\x86\xa8\xfe\xd7\x9c\x20\x63\x10\xea\xe6\x1e\xb6\xe1\x0d\x8a\xa8\x10\x50\xb5\xda\xb8\xc2\x4e\xcc\xf3\x96\xa8\xd9\x74\x89\x62\x18\x5c\x6e\xcc\x8f\x23\xed\x4b\x0a\xee\xab\x09\x5b\xad\xa4\x63\x39\xda\xbe\xb3\x41\xc7\x58\xb4\x13\x83\x1d\x9a\x93\x0c\x3f\xd0\x81\xcd\x31\x13\x0e\xb5\xf9\xe3\xd7\x62\x8f\xf5\x37\x64\xdb\x61\x1b\x28\x95\xd9\x94\x9e\xd7\xca\x75\xcf\x77\x30\xba\x62\xa7\x5b\xfe\x3e\x10\xb7\x8d\xb8\x96\x50\x5d\xac\xe9\x2e\x1e\xf9\xf5\x83\x62\x01\xc8\xb4\x01\xd8\x74\x9a\x23\xf6\x76\x7a\xc9\xf1\xf1\xed\xb2\xa0\x68\xd2\xa0\x85\x35\xa8\xdf\xe4\x67\xdc\x6e\xff\x83\x3c\x91\xbf\x72\xe8\x68\x81\x2a\xda\x9a\x3e\x5f\x13\xbe\x17\x26\x69\x94\x6e\x5d\x23\x35\x82\xe1\x47\xb9\x48\x98\x8b\x8b\x54\x58\xf2\x76\x10\x00\x11\x55\xee\x78\xb4\xf8\xfe\xc4\x77\xf9\xd1\xfb\x91\xf0\xe5\xf5\x77\x9f\x6c\xa9\xb7\x07\x63\x81\x3f\xe8\x86\xbf\xed\x54\xa9\x52\x2e\xdd\x31\x7f\x71\xeb\xca\x4d\x8d\x12\x4c\xe5\xc6\xac\x31\xd1\x70\xcf\x57\x10\x46\x8e\x28\x34\x8d\x81\xb1\x1f\x24\xb5\xcd\xab\x53\x1d\x36\x14\x6f\x5a\x72\x2c\xf7\xb6\xe8\x04\xa3\xb6\xb3\x15\x84\xe5\x23\xa5\x36\x1a\xba\x03\x67\x4e\x9a\xf8\x8b\xee\xd2\x1d\x30\x30\x98\x14\x97\xee\x4b\x09\xa0\x8a\xf4\x3d\x51\xc1\x95\xe4\xe4\x15\xc0\x0a\x73\x63\x3c\xfc\x0b\x74\x76\x03\x20\x34\x47\x39\x73\x27\x2f\x2e\xe8\x6a\xc1\x44\x6f\xa1\x9e\x74\x7c\xe7\xc6\x91\xf2\xa4\x40\x26\x5f\xef\x7a\x2c\x98\xa1\x87\xf4\xe3\xc9\xdd\x95\x01\x0e\xcf\x0f\xeb\xcb\x89\x05\x9d\x7f\x2e\xa2\xe5\xcf\x7a\x6f\xc4\xa4\x95\x9d\x76\x7d\xb7\x97\x0d\x8e\xe0\xcd\x8b\xe0\xab\xd0\x96\x5e\xf9\x7b\x6e\x7c\xaa\xdf\xbf\xf2\x3f\x5c\x38\x13\x87\x6f\x82\x8c\x7d\x86\xfa\x35\xad\x53\x70\x3d\xb9\x9d\x52\xfa\x8e\xdb\xa6\xd2\x77\xdc\xbe\x1c\x90\x2f\x7f\x78\x87\x4b\x05\xdc\x95\xfc\x8b\xd4\x16\xd8\x85\x83\x17\xd1\xd1\x42\x90\xc6\x25\x2c\x08\xc0\xba\x86\x7e\x00\xad\x37\xf9\xf0\x8b\xc8\xe7\xc0\xee\xb4\xc8\xef\xdb\x2e\xe6\xb4\x5d\xe9\xb1\x53\x13\xbd\x9a\xb8\xe9\xde\x11\x77\x36\x50\x0f\xb8\xcc\x49\x84\x51\xd0\xed\x5a\x82\x6b\x18\x56\x0d\x30\xf9\xe2\xfa\xb3\xe4\xf6\x99\xeb\xe1\x4d\xcd\x13\xff\x71\xae\x87\x8c\x79\x22\xcb\x7a\x3d\xc2\x6e\xb7\x30\x72\x63\x41\xb8\xbc\xc0\x37\xe4\x23\x78\x7b\x62\x74\xf3\x4b\x01\xa9\x27\x86\xf5\x0d\x25\x9c\x78\x48\x51\x7e\xa5\xbb\x68\x89\x34\xf2\x77\x8d\x7c\xd5\x85\x47\x66\x7c\x1f\x4b\xd0\x96\xe8\xfb\x76\xf4\xe7\x7d\x17\x42\x27\xe6\x95\x27\x10\x00\x4c\x9c\xb3\xb1\x3a\xe9\x1a\xb9\x37\xfa\xe1\xfa\xa0\xcf\xfb\x21\xf0\xe1\x18\x42\xdf\x93\x7b\xe7\x88\x05\x3c\x4c\x7d\xe8\xa2\x72\xc9\x9f\x6a\xed\xb9\x07\xbb\x4e\x96\x73\xa7\xed\x42\x1d\x25\x58\xa6\x01\x82\xa3\x87\xf2\x75\xe0\x97\x0f\x7a\x00\x42\xce\xb4\x49\xc7\x9c\xf6\xde\x1a\xcd\x7f\xdc\xc6\xf9\xa7\xcb\xf5\x12\x8a\x49\xd2\x46\x64\xc7\x2c\x52\xb3\xd4\x2c\x08\x35\xbd\x2b\x5f\xf9\x5d\xb5\x98\x53\x46\xb7\x1b\x3c\x46\x7e\x22\x5b\x7d\x4c\xae\xbd\x5b\xfb\xcf\x22\x29\xbb\xdc\x17\x20\x8c\xa2\x7a\x22\xdb\x44\x8f\x7b\x82\x53\x0f\x2d\xca\xef\xb2\x74\x8e\x75\xe5\x82\x6a\x8b\x9a\x0e\xec\x1f\xcc\x46\x4c\x84\xfb\xf1\x9d\xa8\xa0\xd8\xc4\x3c\x3b\x18\xc1\x72\x18\x0b\x70\x1b\xd7\x8f\x14\x84\x89\x4a\x33\xc8\xc2\xc6\x43\xac\xbf\x1b\xa4\x4f\x37\xc3\x69\x62\x86\xb1\x5b\xaf\x6b\x4a\x5f\x87\xc9\xa6\xd0\x5f\x99\x7b\xe3\x80\x39\x7f\x6a\x40\x0a\x80\xa1\xf9\x3d\x6f\xf1\x9b\x88\x0f\xd9\x67\x3b\xe4\x5f\xbb\x0d\x33\xca\x3f\x01\x66\x2e\x4d\xf4\x0f\xca\xcc\x1a\x01\xd2\x78\xee\xc2\x80\x92\x3f\xc4\x87\xbe\x4a\x7b\x74\x47\xef\xd1\xea\xae\x21\x63\x93\xed\x91\x8a\x5e\x9b\xda\x57\xb1\x08\xb0\xdc\x65\xee\x6b\xd5\xce\x9f\xfd\x5c\x61\xfd\x9f\xf9\xe9\x13\x03\x51\xe5\x11\xb3\x5b\x82\xba\x3e\x65\xc2\x10\xf1\xe7\xff\x67\x59\xfd\x5f\x5b\x56\x73\xc6\xe6\x60\x2f\xec\xd2\x39\x2b\x6e\x36\x4a\xc2\xb6\xfa\xe8\xa4\x2e\x30\x00\x5b\x69\x15\x02\xb0\xe2\x29\x69\xdd\x3a\xfd\x7d\xf5\xe6\x30\xe7\xb2\x1e\x11\x55\xcf\x80\x58\x4f\xc2\xb7\x28\x9a\xd3\x12\x26\xe7\x87\x57\xac\x3e\x5e\xc3\x19\xb9\x0c\x6f\x29\x94\xc4\xd3\x21\xce\xa2\xf3\x27\x65\x0f\xea\x0b\x69\x88\xd7\x01\x98\x19\xc9\xda\x0b\x65\x92\x2f\x3f\x19\x04\xdf\xdf\xb0\x5e\x3f\xc8\x87\xb7\x65\x00\x58\x72\x47\x7e\x42\x80\xdf\x32\xa0\x8a\xf8\x33\xa8\x54\xb3\x53\xc8\x54\xb0\xc2\x1c\x74\x6e\x86\xde\xa0\x2c\xc5\xf5\xcb\xe0\x65\x57\x9c\xe5\x6c\x09\x87\x55\x4b\xa0\xc6\xb2\x13\xe7\x71\x57\x72\xe8\x18\x1a\x10\xb7\x76\x0b\xf8\x1c\x70\xba\x1e\xcf\x4d\x02\x5b\xa9\x72\x26\x5e\x8e\x08\x57\x02\x29\xba\x4f\xd7\x0b\x61\xc2\x4d\x98\x78\xdc\xb6\x3a\x98\x1d\xa3\xec\xdd\x47\xd0\x5d\xd3\x72\x4d\xc8\xee\x5b\xf4\xcf\xad\x3f\xe5\x1a\xaf\xfe\xc1\xe6\xd4\x0f\xaf\x44\x8a\x7a\xe6\x4c\x3c\xb7\x3f\x11\x6d\xe1\x8b\x89\x0f\x0d\x12\x81\x8f\x6c\x02\x27\xa3\x87\x6e\x7d\x65\x48\x4b\x95\x5e\xee\x2e\x8b\x6b\x8a\x5e\xe7\xf9\xac\x76\x3d\x31\x2e\xd7\x04\xb3\x5f\xd4\xc0\x4b\xf8\x77\x07\xfe\xed\x8c\xca\x0d\x61\xaf\xec\x4f\xc8\xb5\x51\xca\xc1\x7d\x65\xaa\x8d\x3e\x62\xb1\xab\xff\x65\x7f\x85\xbc\x03\x1c\x8e\x4c\xbd\x76\x5a\xee\xb3\xa5\xa0\x2c\x1d\xf1\xed\xc9\x97\xe2\xad\xe5\x85\x8c\x1c\x9f\x1f\xea\x39\x42\x3e\x09\x11\x87\x72\x49\xb0\x1a\x20\xfc\x9a\x62\x25\x2a\x1b\x20\x08\x1f\x26\xfc\x52\x71\xd3\xec\x6a\x09\x30\xb4\xc7\xce\xa1\x92\x3f\xef\xbb\x76\x1a\x4b\x51\x4e\x71\x68\x37\xdb\x1c\x28\xad\xdf\x22\x48\xd3\x19\x63\xf2\x64\xd2\x06\x31\x65\x4c\x9a\x35\x37\x3b\x4b\x3b\x7e\x66\x67\x64\xc6\x47\xf6\xef\x93\x9d\x3d\x7d\x49\x72\x4c\x2d\x7e\x47\x60\xf4\x9e\x20\x23\x3d\x8e\xa4\x90\x0b\x1f\x31\x7a\xf6\xf6\x2d\x60\x7d\x1f\x4f\x12\x99\x50\x0e\x84\xef\x10\x8b\xcd\xec\xda\x44\x24\x7c\xaf\x09\x9e\xcf\xe7\xa5\x06\x26\xff\x16\x0a\x09\x5c\xc6\x5e\x1a\x40\xf1\x21\x9b\xbc\xee\x43\xef\x67\x96\x0f\x27\x75\xe3\x35\x42\x31\xcc\xcc\x12\x08\xc6\xa8\x8a\xb2\x37\x33\x6e\xfe\x6e\xaf\xbb\xe5\x11\x73\x4c\x2c\x06\x30\x8e\x48\x86\xb2\xb5\x60\x49\x69\x2a\x0c\xc8\xef\x48\x44\x81\x0a\xe3\x62\x21\x62\xca\xa5\x09\x40\x1f\x8f\x66\x92\x63\xb5\x50\xa3\xb1\xd0\x44\xda\x88\xe5\x5f\xef\x96\xf7\x82\xb1\xf1\x0a\x4a\xc8\x91\xa1\x37\x88\x30\x01\x1d\xed\xbf\xd5\x9b\xba\xd3\x10\x67\x51\x20\x94\xa5\x1f\x2f\x5d\x4c\xae\x89\x80\x1d\x96\x8d\x17\x77\x6e\xaa\x61\xdc\x8b\xa1\x29\x72\xb2\xba\x88\x0b\x5f\xbf\x41\x6f\x1f\x23\xf0\x1a\x9b\x5d\x90\x69\xd6\xe2\x71\x9d\xe0\xb9\x37\x55\x50\x17\x6a\x76\xc4\x7b\x58\x75\xee\xbc\x64\xff\x4e\x88\x83\x8d\x7a\xb7\x3c\x64\xa1\xb0\x44\x37\xc3\x96\x33\xc4\xa1\x89\xfc\x0f\xad\x86\x4c\x47\x78\x08\x48\xd2\x41\x37\x03\x27\x43\xe4\xef\xf2\x84\x9d\x04\x54\xb7\x98\x00\x95\xc2\x56\x42\x0d\xd4\x5c\xb8\x26\xaf\xbf\xdf\x53\x16\x73\x26\x1e\x97\x4d\x07\xd5\xc0\x56\xa9\x01\x35\x20\x1a\xb4\xce\xe9\x5e\xe0\xa3\xd9\x92\x1f\x2e\x2e\xe1\x35\x4d\x21\x62\xa6\x56\x09\x32\xc0\x97\x53\xd8\xae\x2b\x9d\x77\x2e\x39\x93\x1f\x19\x84\x0d\x92\x90\x97\x4f\x5c\xf8\xbc\x57\x6a\x20\x01\x80\xed\x95\x00\xa3\xb7\x69\x57\xdb\x4e\xd9\xb5\xd7\x9c\xaa\xd1\x0f\x6b\x17\x11\x8a\x3d\x0e\x10\xbd\xac\x2a\x32\x8c\x5e\x96\x88\x25\x72\x42\x6c\x84\x87\xff\xe8\xab\xf7\x07\x02\xd9\x07\x1a\x3c\xc3\xc9\x65\x31\x3f\x69\xf6\xa6\x18\xff\xd1\x57\x0a\xa0\x22\x10\xe0\x76\x96\xe2\xdb\xca\x90\x97\x10\x00\x8c\xe0\x60\x6b\x17\xaa\xae\xdb\x41\x8d\xb7\xbc\xda\x19\x50\xd9\x72\x5e\xfe\x01\xa7\x0c\xb0\x69\x2e\x4f\x39\x64\x9e\x1a\xc1\xca\x8d\x99\xf8\xe3\x9d\x9d\x3c\xac\x1c\x06\xc7\x27\x4c\x32\xc4\x42\x2e\xad\x61\xa0\x6b\x1c\x8b\x9a\xdb\x13\x7c\x72\xcd\x99\x84\xd2\xad\x80\xb7\x00\x13\xaa\x41\x70\xa8\xfa\x86\xa1\xfa\x7d\x9c\xfd\x5e\xa7\xc0\xb0\xfe\xfd\x4b\x99\x28\x26\x9c\x60\xc9\xce\x25\xe9\x66\xd3\xe2\x13\x20\xce\xea\x92\x47\x16\x8a\xbb\x19\x9a\x4e\x62\x67\xcc\xe6\x34\x9f\xb0\x8f\x23\x97\x4e\xd5\x03\x70\x55\x5f\xd4\x2f\x44\xc6\x1f\x55\xa9\x4e\x1e\x59\xb7\x13\x1e\x2f\x6d\xe8\xc5\x05\xaa\xe8\xc4\x9f\xc4\x74\x0b\xf0\x9a\xf5\x8b\x24\x1c\x5a\xd5\xd2\x95\x9b\xd9\xdf\x4b\x18\x86\x8b\x9d\x01\x07\x81\xa9\x9c\x07\x69\x04\x44\x3a\xa5\xb1\x71\x2c\xe7\x4c\x7c\x18\x00\x79\x0f\xd4\xf0\xc3\xb7\x96\x05\x5a\x6e\xac\x57\x8e\x87\x74\x0d\x13\x44\xa9\x02\x03\x02\xf1\x84\x4c\x8b\xe6\xd7\x61\xe2\xa9\x4e\xe4\xe3\x7d\xe6\xbc\xaf\xcc\x62\x0b\xc1\x9a\xd8\xf9\x04\x70\xab\x6e\xd3\x16\xae\x84\x16\xfe\xd7\x16\x50\x3f\xde\xe9\x43\xf3\xf4\x8f\x2d\x28\x8d\x7b\xb7\x0f\xbe\x71\xa7\x85\x01\x73\x3f\xd7\xef\x99\xf4\x9a\x33\xad\xd9\x06\x4c\xbc\xe1\xee\x73\x0b\xa0\x07\xad\x41\xf5\xda\x37\xc6\xf7\xa4\x49\x16\xc3\x84\x89\xe7\xea\x91\x60\x2f\x27\x4c\xf6\x51\x8a\x1b\x41\x41\x8a\xe3\x0b\xf1\xaa\xc1\x6e\x0a\x52\x7c\xba\xb8\x79\x31\x4e\xef\x98\xab\x3b\xc6\xb9\x3b\xb4\x20\xa7\x77\x2c\x98\xf3\x5e\x7b\xa7\xd3\x8f\xe6\x7b\x79\x26\xda\x8e\x8b\x28\x8b\x37\x04\xed\x33\x31\x48\x44\x4b\x66\x9b\xfe\x30\x52\x12\x5a\xd3\xac\xbb\x98\xc5\xf7\x0b\xeb\xee\xd6\x7d\x2c\x3d\xe6\x50\x98\x02\x68\xb8\x25\xb0\x2e\x10\x2b\xfb\x7c\x7b\xdf\xe8\x66\x9b\xf7\xb9\x8f\x5b\x34\x28\x46\xcc\x9c\x01\x40\x7a\xe7\x2a\xda\xca\x49\xec\xac\xb9\xbf\x29\xd4\xf6\xf5\x37\x40\x96\xe4\x58\xbc\x0a\x71\xac\x3d\xaf\x8c\xb0\xcb\xad\x11\x6a\x1f\x64\xa1\xba\xf6\xd5\xda\xb5\x64\x74\xbc\x87\xcc\x04\x6d\xb0\x79\xed\x11\x7c\xb1\xe5\x33\x8d\x8f\x8d\x8c\xa2\xc0\x94\xd3\x21\xda\xe7\x44\x39\xa1\xee\x87\x6a\xe7\x06\xd2\x03\x04\x64\x59\x84\xf4\x08\x45\xe1\xfb\xea\xfd\x72\x9a\x19\x34\x00\x78\x8a\x9e\xcb\xb2\xd6\x37\x3c\xc4\xb2\x58\xf7\xb4\xee\xa2\xeb\x10\xaf\x29\x8f\xf5\x4f\x76\x62\xa5\x4f\xa6\xce\x08\x1c\x36\x0f\xcd\xc2\x90\x0c\x36\x48\x88\xf1\x15\xa3\x77\xad\x2b\x43\x4f\xef\xea\x23\xd7\x3c\x84\xb0\x0d\x1b\xfb\xcf\x08\x3f\xb6\xc8\xf5\x77\x70\x55\xf2\x23\x83\xce\xf9\xeb\xbf\x69\x72\x87\xfb\x58\xeb\xb6\xc9\x11\x13\x87\x4e\x0d\x32\x7a\x84\xcf\x75\x7f\xb7\x26\x61\x41\x11\x76\xc5\x9d\x22\x9e\x2d\x67\x7d\xfb\x3e\xac\x41\xe5\x9f\x1b\x59\x73\xe6\x38\x56\x0f\x5c\xe4\xfa\x0d\xde\xd6\x40\x6d\xef\x85\x29\xdb\x89\x2d\x46\xe9\x36\x08\xe8\x27\x2b\xfd\x74\x8b\x6b\xf3\x52\x3f\x9b\xae\x2d\xaf\xf4\xf1\x48\x5d\xcf\xd2\xf7\x62\x8d\x8d\x7a\xb7\x97\x7e\x80\x52\xf5\xf0\xd2\xbd\x9d\x5f\x06\x49\x71\x19\x2c\x1f\xca\xb9\x04\x32\x3b\xeb\x8c\x0c\x20\xa7\x21\x15\x17\x0f\x3c\x84\x57\xec\xd4\x4b\xd6\x29\x97\xcd\x3c\xae\x44\x34\x37\x6e\x95\xc7\x5c\x1d\x16\xbd\xee\xc4\x0f\xfa\xbd\x03\xc6\x0e\xfc\x18\x50\x86\x4b\x14\xd0\x56\x3f\x03\x8c\x87\xa1\xf2\x0e\xe1\xce\x7e\x37\x3a\x75\x0b\x06\xd8\x0a\x8d\xef\x12\x72\x5e\xce\xcc\x4f\x90\x2a\x0b\xb8\xeb\x5d\x34\xc0\xfb\x18\x0b\xe9\x57\x31\x26\xa0\xe9\x46\xd8\xd7\xa5\x01\xb6\x5e\xd0\x89\x2d\x44\xbe\x19\x1e\x91\x8a\x05\xf2\x2a\x06\x6c\xf8\xb1\x9c\x22\x7d\xd0\xfd\x97\x5d\x42\xc8\x9e\x0b\x94\xf4\x09\x37\x80\x61\x03\x62\xba\x81\xd2\xde\x2b\x6c\x6a\xf3\x00\xa2\x5b\x76\x59\x07\xa4\xf9\x5d\x7d\x6c\x73\xf0\xa2\x21\xfc\xb1\x73\x83\xfd\x2b\xd2\x69\xc1\x5e\x7f\x5d\x94\xbf\x17\x10\xa3\x96\x58\x44\xf5\x7c\x6d\xf2\x40\x8d\x0b\xc4\x4e\x8e\xdd\xdb\xcb\x50\xd3\xa8\xac\x21\x11\xda\xb5\xaf\xb4\xfc\xb6\x2c\x59\xfd\x11\x4e\x44\xdb\x4f\x7b\xb1\x5b\x82\x74\x8c\x0e\xbc\xb1\xec\xe5\xaa\x8f\xcd\x41\x9e\x1f\x5a\x0d\x26\x16\x58\x9d\x32\xbc\x57\x8a\x41\x1d\x10\x09\x17\xd9\x07\xe8\x77\x7a\x6f\x85\x5f\xbe\x50\x6f\x79\xe0\xec\x4c\x96\xea\x03\x85\xc9\xc5\x6f\xca\x92\xee\x05\x76\x0a\x19\x75\xa8\x80\x99\x97\x33\x76\x6a\x63\xac\x15\x26\x60\x4e\xaa\x9e\x36\x79\x41\x6f\x62\x9e\xab\x6b\xe2\x11\xa5\x37\x28\x3b\x6c\xd1\xa9\x0e\x8a\x34\xaa\x67\xde\xb9\x2e\x73\x25\xa0\x31\x7f\xca\x2d\x04\xf1\xd0\xde\x82\x5d\xc2\x36\x55\x17\x11\x42\x53\x6a\xd1\xb0\x8a\x19\x1b\x5b\xb2\x96\x54\x8b\xcf\xcd\xcf\xcc\xdd\xfb\x68\x7d\x96\xa5\xa6\x86\x31\x91\x7b\x8e\xed\x8d\x6e\xae\x1d\x87\xb1\xfe\x01\x58\x3e\x81\xfa\x6a\xce\x18\x3b\x9d\xe4\x0d\xd7\x66\x7c\x92\xe8\x2d\xae\xaa\xdd\x72\xca\x1b\x5a\xb9\x22\x6c\x01\xbb\x18\xb7\xfc\xaa\x4d\xfa\xa0\xd6\xb2\x07\x4c\x81\x86\x41\xfc\xaa\x35\xf8\x87\xda\xd6\x5b\x5c\x4d\x81\xfa\x61\x2d\x18\x63\x35\x6c\xa3\x91\xab\x1d\x31\xf1\xa1\x9d\xa8\x1b\xfa\x88\x1a\xf9\x45\x45\xb6\x41\x0a\xef\x86\x1f\xd5\xaa\xb9\xd9\xd0\xe5\x19\x4b\x37\x29\x0b\x38\x72\x1b\xa6\x1c\xa7\x7b\xe4\x89\x9b\x29\x99\x78\x4f\x1e\xb2\xef\xbb\x3c\xe8\xeb\xee\xf3\x41\x49\x50\x57\x59\xad\x4e\x89\x7b\x74\xa2\x74\x59\xe1\xb1\x6d\x83\x5f\x29\xad\xf4\xb4\x82\xe8\x91\x6c\xcb\x09\x2a\x27\x98\x00\x71\xe0\x87\x1d\x20\x50\x1e\xf9\x7e\xe7\xa0\x7b\x51\x81\xc0\x64\x08\x2a\x50\x62\x3a\x92\xd0\x0d\xa7\x3c\xa6\x6a\xb9\x69\xe2\x09\x59\xfb\xca\xbe\x5b\x56\x38\x7a\xc4\x2b\x9e\x7c\x95\xef\xd5\x9e\xf9\x76\xa9\x09\x43\x53\x45\x51\xdc\x70\xa0\x3c\xda\x08\x13\xce\x11\x90\xee\x4e\xad\x90\x05\x13\x95\xce\x06\x33\xd4\xb7\xbc\x12\xa2\x71\xd8\xc0\xec\x6e\x4f\x58\x47\x8c\x3e\x48\xd5\xff\xe1\x61\xa7\x56\xc0\x04\x8a\x5d\x9f\x59\xdc\xc7\x59\x46\x16\xa5\xc5\x3d\x9a\xca\xa2\x6f\x7e\xb2\x33\x57\xbc\x76\x40\x2e\xb1\x12\x44\xcd\xc5\x6b\xb8\xa4\x5c\x6b\xc9\xc4\x5b\xc4\x11\x1b\xc0\x65\x4e\xef\xf8\x9a\xd7\xb9\x69\xdd\xf9\x5d\x8e\x39\x61\xf1\x2b\xe0\x9d\x0d\x1b\x27\x37\x33\xe8\x76\x15\x4c\x1f\xdb\x56\xe0\x63\xc6\x89\x41\x6b\xc9\x51\x03\x75\x44\xbe\xbb\xb4\x42\xfc\xe2\x29\xa9\x15\x9f\x56\x13\x0f\x4a\xc1\xc6\x52\x57\xdc\x52\x4c\x25\xcf\x6a\x75\xbd\x9e\x49\x40\xd4\x1f\xef\x02\xff\xad\xec\xf0\x67\xcc\xb5\xde\x25\x18\x39\xf3\xcf\x82\xc2\x99\x02\x3d\xfc\x39\x13\xaf\x8d\x7a\x07\x75\x7c\xe4\xe0\x90\xa8\xfd\xfa\xf5\x88\x24\xae\x70\xf5\x8b\xb1\x59\x05\xc1\x44\x66\x94\xb2\xbe\x39\xd3\xf2\x50\x1b\x6c\x2c\x42\x0a\x62\x6a\x12\x5b\x52\xce\xd8\xbb\x98\xaf\x96\x24\x21\xb0\x9c\xb7\x00\x2e\xa2\x99\xf1\x7c\xbb\x6a\x52\x5c\x08\x52\x9f\x4d\xab\xb8\xa1\xdd\x0c\x6e\x7d\xeb\x10\x3b\x47\x53\x8f\x89\x7a\xc7\xd5\xae\xc2\xd1\x87\x10\x49\xe3\x26\x94\x31\x63\xe2\xb9\xfd\x55\x3e\x0a\x4d\x8b\xb8\xa7\x0c\xf4\x16\x72\x01\xf6\x95\x8c\x3e\x54\x22\xf1\x2b\xc3\x9b\x99\xe7\x5c\x8b\xc0\x2d\x1d\x6a\x5e\xbc\x74\x30\xc6\xe8\x4e\x8a\x97\x7d\xa2\x81\xae\xd4\x60\xbe\x25\xb7\xa3\x36\x61\x6c\xa2\xc7\x6c\xa3\x59\x40\x2e\x50\xb3\x8f\x6c\x26\xc7\x41\x11\x29\xc0\x83\xbd\x48\xbc\x3e\xab\x41\xea\x06\xb4\x8b\x80\x44\x55\x4a\x38\xb9\x47\x64\x27\xdc\x70\x1f\xf0\x96\x18\xc2\x8b\x55\xeb\xdd\x72\x9f\x0d\x9a\xf6\x4d\x09\x26\xd1\xd8\xb6\xbb\xdf\xb8\xe6\x98\x10\xe5\xd9\x8e\x5b\xae\xb2\x88\xb7\xbc\xee\x2e\xa5\x71\xa4\xf8\x89\xcb\x9c\x66\xc7\x78\xb8\xff\x8c\x26\xdf\x9d\xeb\xdb\x57\x27\xf5\x52\xd9\x16\x7f\x99\xd3\x2d\xf2\x86\x4d\x0e\x56\x6e\x46\xdb\xa2\xfd\x45\xef\x79\xc5\x7c\x00\xf5\x9a\xe6\x9e\x1c\x85\xb1\xb2\x0b\xaa\xaf\xff\x8b\x53\xbd\xdf\x28\x27\x54\x58\x5c\xe3\x9a\xeb\xc1\x5f\x37\x90\x9a\x1b\x64\xfd\x3d\x68\xb8\xdf\x44\x7d\x0e\x2c\xb8\x7f\xd4\xdc\xf4\x82\x46\xf7\xb6\xdb\xa2\xbb\x3b\xdd\x25\x7b\x6b\x6d\x1d\x3c\x33\xe1\xf1\x19\x31\x97\x1b\xb1\x8b\xbb\x75\x82\xa0\x29\x23\x7d\x82\x72\xe2\xac\x5f\xb1\x37\x11\xe1\x21\xe4\xb7\x69\x36\xf4\x3e\xd2\x3d\x6e\x09\xa9\xb3\x9f\x98\x9b\xee\xd3\x49\xa1\xa0\x33\x36\x44\x0d\x36\xac\x2e\xba\x1a\x60\x13\x05\x32\x50\x1f\x72\x72\xbb\x9a\xad\x6c\xcc\x58\x89\xfb\x5f\x64\x92\x2b\x7b\xe1\xda\x74\x74\x3b\x68\x6c\x41\x3b\x57\x8a\xc7\x1f\x4b\x84\x22\x50\x72\xca\x53\xe6\x54\xf8\xa9\xd5\x2d\x9f\x74\x53\x1b\x81\x4d\xf9\xa2\xd8\xd4\xa9\x89\x41\x4a\x68\xaa\x62\x62\x97\x88\x19\x7c\xe1\xd7\xa9\x8b\xef\x77\xde\x10\x0e\xaf\xb6\x7a\xc5\x97\x46\x0b\x6c\x8b\x51\xc6\x22\x07\x34\xab\x6c\x51\xae\x72\x56\x7f\x02\x08\x98\xf6\x13\xc4\x0d\xf7\x22\x00\x10\xee\xe5\xa8\xc2\xe9\xe5\xb3\x18\x3f\x01\xfd\xc6\xca\x03\x46\x3a\x8b\xe4\x6e\xf9\x2f\xde\x21\xcd\xe3\x10\x83\x77\xca\x95\xca\x75\x32\x00\x3c\xad\xc1\x1a\x59\x6e\x76\x53\x98\x70\x0c\xdd\x69\xec\x91\x53\x02\x48\x4c\xb3\xf2\x50\x04\xcf\x71\xe7\x8c\x47\x69\x55\x3b\x58\x76\xcb\x33\xe6\x1e\x64\xab\xe4\x94\xdd\x87\xa3\x8e\x1b\x5e\x03\xb7\xec\x40\x6d\x36\xc5\x0d\xf7\x76\x2e\x6e\x18\xda\x18\x20\x6c\x89\x5c\x80\x30\x11\x97\x12\x05\x13\xaf\x25\x0a\x26\x8e\x19\x6b\xf3\x3d\x7a\xea\x17\x7e\x20\x97\x5d\x49\xa0\xcf\x91\x9f\x8b\xcd\x72\xfc\x5c\xd2\xb0\xab\x48\xec\xb5\xe5\x58\x55\xc9\x69\x45\x92\x81\xb2\xe2\x15\xf8\xc7\xe3\x14\xf2\xa9\xcb\x0e\x1b\x1b\x3c\xa4\xda\x39\x71\x20\x42\xad\x2f\xc6\x12\xfe\x55\xfe\x3b\xed\x96\x21\x7e\x8f\x54\x86\xf6\x19\x77\x88\x15\xcc\xf6\x41\x5c\x4d\x4d\xa6\xe1\x30\xf1\x09\xa1\x9d\x7a\xcc\xb3\x20\xce\xaa\x9b\x71\x88\x54\x34\xbf\x93\x1a\x46\x9f\x27\x27\xba\x6f\xc8\xc4\xf3\x96\x6b\x86\x36\xf7\x23\x0b\x27\x1d\xdf\x7e\x0a\x86\xfa\xf3\xdc\x6b\xd1\x6a\xa1\x30\x13\x02\x8b\x43\x98\x49\xca\xf5\x8e\x67\xec\x0a\x11\x12\x76\x7d\x2d\x9b\x42\xed\x0c\x86\xb8\xe6\x7b\xda\xc9\x3a\x7a\x38\xf1\x1c\x57\xc6\x58\x47\xa2\xcf\x44\xa9\x92\x60\xde\xe7\xd7\xa5\x05\x85\x32\xc2\xe4\x15\xe2\xf1\x31\x10\x21\xf1\xeb\xd4\x16\x80\x01\x90\xf0\x03\x82\x3f\x10\x83\xf4\x77\x54\xff\x02\x25\x80\x7c\x5b\x23\x23\x4e\x39\xc5\x84\xfa\x47\x3e\x80\xec\xc9\xdc\x7b\x4a\x21\x6d\x3e\xaa\xb5\x4a\x88\x96\xcf\x66\xe3\xa2\x97\xa9\x07\xd6\xb0\x9b\xe1\x37\x9a\x26\x28\xb9\xf9\xca\x06\x9c\x51\x76\x28\xce\x41\x1d\x0f\x4f\xc0\xe3\x09\xed\x43\xd3\xc6\x2c\x55\xe0\xb1\x2a\x49\xb4\x2b\x07\xa8\xa7\xd5\xab\x2f\x08\x3f\x17\xd8\x6a\x53\x98\x56\x2c\x17\xef\x70\xb2\x3b\xea\x08\xe6\x12\xd8\x25\x4d\xd7\xd9\x6e\xd1\x5d\x60\x62\xed\x84\x29\x32\x8e\x8a\x25\xee\x19\xca\x2d\x76\x3e\xb0\x6a\x1c\x47\xec\xeb\xdb\x20\x25\x3c\x37\x48\x6f\xbd\xb2\xcb\xde\xd5\x7f\x1a\xfc\xad\x51\x43\x93\x16\x60\xf6\xc3\x23\x26\x4c\x14\x08\xbd\x82\x4a\xa7\x30\xdd\xeb\x74\xba\x83\x8a\xf8\x17\xf9\x68\xb4\x84\x52\xe3\xb2\xc9\x13\x2d\x05\x0e\x63\xce\xfe\x3b\x31\x44\x9c\xef\xe6\x83\xda\x4f\x26\x1f\x1b\x44\x76\xc7\x2d\xfd\x4a\xc1\xf4\xcb\xa5\x9b\x51\x4a\x06\x55\x0a\xb7\x8f\x95\x30\x03\xc7\xbc\xec\xd4\xaf\x2e\x19\x65\x50\xe5\x0c\xff\x95\x46\xd4\xfd\x0e\xe8\x3f\x66\xe2\xdd\xc0\x52\xd9\x51\xa9\x0a\x59\x59\xef\x18\x3d\x40\x48\x7c\x78\x32\xba\x12\x83\xc1\x8c\x39\x1f\x27\x24\x78\xc2\xb5\x99\x07\xbc\x1f\x30\xf1\x76\xc2\x9c\x00\x0c\x16\x57\x7e\x7a\xa1\x3e\x99\x18\xb3\xbe\xc7\x97\x9f\xf7\x09\x11\xa2\x4a\x6e\xb6\x4f\x6e\x79\xe0\x71\xb3\x7b\xe6\x65\x67\xc9\xeb\xdd\x84\xd7\xb3\x3e\x4b\x26\x9e\x83\x9a\x7b\x97\xc5\x6b\x4e\xeb\x47\x7f\x50\x2c\xc2\x94\xf5\xac\xd3\x03\x0a\x80\x53\xcb\xcd\x0e\x2c\x9a\x18\x92\x99\x36\x12\xa8\xd2\x7e\x43\xd2\xb8\x7f\xfe\x1e\xe1\x71\x8f\x17\x28\x0e\x30\xe0\x0d\x29\x4f\x63\x28\xba\x38\xf1\xf2\x20\xe2\x87\xde\x96\x97\x9d\x23\x3f\xf6\x76\xb7\x9f\x92\x84\x38\xc0\x9b\x0a\xca\x48\x08\x2e\x36\x1b\xb5\xae\x1c\x8f\x46\x88\x0c\x71\x84\xc6\x7e\x68\x3b\x39\x72\xac\x54\x0e\x2f\x27\x4e\xab\x68\x7b\xd3\xce\xb9\x2d\x08\x70\x24\x41\x7a\xc3\xd1\xbe\x0d\xa7\xd6\x81\xcc\x1a\x8a\x7e\x7c\xbc\x71\xe1\x94\xb2\xd2\x44\x11\x1f\x5d\xda\x42\xd9\xca\xfd\xab\x54\xae\x4b\x9e\x3e\x36\xc6\xd8\x87\x8b\xc3\x47\x4c\x11\xa5\x3c\x53\xc4\xb5\x45\x67\x41\x5f\x4a\x7a\x22\x57\x6f\x0e\x13\xf5\x78\x74\xb2\x71\x90\x2f\x40\xd3\x82\x27\x10\x15\xec\xe5\x12\xa5\x94\xdc\x4e\x36\xd6\x76\x19\x6e\x8c\xf5\xf0\x97\x96\x76\xdc\xd8\xe6\x0e\xdb\x9a\xc8\x74\x3d\x6d\x40\x35\x38\xf5\xab\x25\x91\xb3\x7a\x09\x4e\xcc\x47\x10\xa2\x45\x7c\x42\x10\x8f\x09\xa1\x12\xe7\x08\x2c\xc6\x8c\x4d\xf5\x9c\xd7\x0f\xa0\x03\xa6\x90\x5b\x2b\x9a\xb6\x66\xf2\xd9\x63\x0c\x76\x71\x05\x3b\x9c\xcd\x56\x17\x60\x36\x9d\xf8\x17\xf0\xc3\x35\x99\x85\x65\xfb\x9f\xd9\x96\xa4\x76\xc8\x74\x1d\x9c\x73\xb4\x51\x8d\x4b\xba\xad\x39\x01\x5f\x93\x1f\x0b\x93\x6f\x91\x14\x2b\x1d\x3d\x4e\x87\xba\x9a\xa3\x11\x39\xe7\xce\x71\x4e\x11\x8a\xac\xb9\xc1\x74\xd4\x13\x0e\x44\xc2\xdb\x9d\xc2\x01\x0d\xca\xdb\x9f\x6d\x5d\xde\x51\xf5\x6e\xa6\xc8\x6b\xa9\xaa\x9f\xe7\x55\xfd\xb7\xcd\x40\x04\xf6\xa1\xe5\x7e\x57\xe9\x0d\x5e\x94\x85\x19\x88\xd2\xe6\x1b\xaf\x1d\xd2\x58\x13\xd7\x50\xe2\x6a\xc8\x40\x62\x12\x10\xa6\xfe\xde\x19\xeb\x3c\x94\xe7\xfd\xdd\x60\x8e\x0b\x67\x4a\xe1\x87\x7a\xca\x31\x27\x9e\xbb\x3e\xbf\x77\x74\xad\x9c\x81\xc7\x7d\x89\x08\x0a\xa6\xe5\x89\x90\x9d\x60\x91\x1e\xfa\x08\xfb\xe5\x88\x96\x6b\xdd\x8e\x96\xdd\xf2\xdc\x76\xe0\x9d\xcc\x84\x1a\x19\xa2\x33\xd0\xe1\xe4\x63\x27\x1f\x4e\xde\x75\xaa\x18\x45\x2e\x49\x43\x87\x93\xa7\x8c\x25\x32\x40\x6a\x54\xb9\x7e\xc2\x8b\x6a\x14\x12\xb9\x0e\x41\x4b\x7d\x95\x75\x4d\xf4\x64\x87\xf1\x2c\x19\xc2\xb6\xb2\x17\xfb\x31\xde\x3f\x64\x2c\x40\xe6\x59\xd6\xe0\x39\xf3\xd4\xe4\x9b\x90\xd0\x19\xc2\x90\x5e\x08\xd9\xc4\x1d\x03\xcc\xd5\xdb\x0c\x8a\x11\x1e\x78\xe9\x20\x8d\xcb\xa4\x25\x1a\x26\x1d\x76\x47\x4b\x1b\x42\x2e\x28\x3a\xc2\x4b\x24\xe4\x2d\x90\x9f\xbd\xe1\xed\x01\x42\x0d\xe9\xd0\xff\x5d\x00\x32\xf9\x00\xfb\xda\x39\xce\x1e\x72\x35\x70\x03\x70\xcd\x4b\x76\x1b\x4e\x4f\xd3\x2e\x06\xca\x37\x3f\x8b\x3b\x9e\xef\xb5\xe0\xed\x8a\x1d\x44\x30\xe0\xb6\x63\x93\x28\x9d\xd4\x6d\x56\x80\xda\xbc\x16\x10\x6d\x71\xa7\xec\xb2\xbe\x27\xca\x23\x3b\xe1\x4b\xfc\xac\x20\xbc\xc9\x13\x98\x64\xe3\x29\xfe\xf8\x83\x5b\xcb\xd9\xff\xdf\x3b\xe3\x6f\xbf\xe7\x16\xab\xd0\xdb\xaf\x78\x59\x47\x39\x73\x35\x3e\xf1\xdb\xb3\xeb\x72\x8e\xac\xf3\x68\x80\x4b\x4c\x5c\x8c\xbb\xdd\x8f\x3b\xd3\x84\x75\x7c\x5e\x9e\xcb\xb7\x45\x72\xe6\xe5\xef\x87\x9d\x2b\x2e\x9e\x9a\xe2\xa7\x25\x22\x44\x67\x83\x9e\x13\x2e\x0a\xf1\x52\xc3\x45\x51\xb5\x4d\x58\x14\xa2\xb0\x28\xfc\xc2\xa2\x68\xd9\xf9\x45\x61\xd9\xb4\x28\x4e\x76\x7e\x51\x78\xf6\x09\x25\xb6\x26\xe2\x30\xbb\xbc\x13\x1b\x14\xaf\x12\x0f\xd7\x99\x13\x15\xf3\xc3\x18\xa5\x34\xb7\x24\xfe\x7c\x9f\xc0\x83\xfc\x57\xc1\xc7\xac\x3d\xb7\xb5\xc7\x72\x7a\x70\xef\xe4\x4b\xd2\xfc\x8f\x65\xf3\xe7\xa8\x8c\x68\x0a\xa8\x7e\xea\xb3\xf2\xc8\xfe\x20\xf9\x53\x1f\x9b\x9d\x4a\x91\xcb\x99\x5f\xd3\x21\x47\x97\x73\x91\x79\x9c\xc2\xe2\xf4\x59\xff\xa1\x10\x7a\xf3\x7b\x1e\x14\xa5\x57\xfd\x83\x6c\xca\xb7\x79\x79\x2a\x5f\xce\xbc\x2d\xef\x6b\xd9\xf2\x44\xf4\xdc\xfa\x12\x92\xf1\x1e\xca\x92\xf5\xfa\xca\x55\x1d\xa9\xce\x3e\x0f\xd4\x3f\x67\x6a\x0e\xdf\x1d\x48\xa2\xe4\xdd\xb2\x14\xf3\x9e\xc0\xc0\x49\x79\xc2\x8e\x7c\x87\xc7\x32\x73\xb4\x2d\x12\xac\x5d\x47\xfa\xab\x9c\xa9\x48\x74\x4c\x92\x89\x27\x27\x23\xc5\xf2\x79\x76\x59\xe7\x2d\x38\xcc\xed\xd5\xa1\x00\x4f\x09\x35\xe4\x05\x9d\xe0\x2f\x4c\x2a\x46\x16\xf0\xd1\xc9\x13\x58\xd8\x61\x97\x8e\x0e\x16\xe2\xda\x88\x1d\x23\xf1\x90\xa8\x53\x76\xd8\x85\x9b\xca\x38\x3b\xd9\x74\xfa\x0f\xf3\xf6\xdb\xe9\xbf\x67\x17\x28\x99\xc4\xf3\x12\xbc\x89\x29\xfe\xf5\xb6\x04\x41\xd9\xab\xef\xdd\xbf\x1d\x04\x2b\x1c\xce\x22\x82\x57\x15\xc1\x0b\x9a\x36\xe4\xaa\xe1\xe1\x97\xd1\xc0\xcc\x8f\x1a\x6e\x1d\x74\xd6\x06\x11\x14\x51\xe1\x55\x5c\x68\x93\xe5\x53\x79\x81\xa8\xdf\x85\x23\xb9\x56\xe8\x02\xb4\x9e\xf0\xe0\xe9\xc9\x01\xb6\x99\x2f\x63\x5d\xb8\x4b\x39\x1f\xc0\x0f\x80\x59\xf0\x93\xc0\x02\x7b\x6c\xd6\x44\x1e\x3b\x7d\x5b\xbd\x02\x7c\x49\xbe\xd0\xd7\x97\x8d\x2e\xa4\x80\x3e\x78\xb4\xdc\x57\x8d\x2e\x76\xa3\xdc\x67\xf2\xc0\x7d\xba\xbc\x6e\xd0\x81\x75\x40\x17\x36\x18\x3f\x96\x29\x8f\xf9\x16\xa9\xdb\xe6\x07\xe8\xe6\x54\x69\x3c\xa7\x02\x65\xd9\x17\xdb\xf6\x0e\x3a\x17\x3f\x77\xaa\x8b\xe0\xc9\xdb\x2d\xee\x7e\x62\xb7\x4d\x0f\x82\x58\x20\xf6\xf8\x57\x83\x1f\xf4\xe5\x2f\xc6\x02\x5e\xc3\xcc\xfd\xb9\xd9\xa4\x78\xd3\x18\x76\x5a\x35\xd6\xa5\x07\x08\xcc\xf5\xc1\x68\xeb\x1f\x21\xef\x89\xcd\xaf\x47\x82\x5d\xaa\x1e\xd5\x3c\xf7\x45\xd4\xd0\x98\xdc\xb9\xae\x20\x2d\x13\x3b\xe2\xbb\x4e\x22\xda\xe6\xb4\x9c\x38\x6d\xe9\x0c\x2c\xd6\x97\xe7\x3f\xf5\x65\x77\xaf\x2f\xe7\x16\x65\xd2\x99\xd8\x99\x98\xd7\xa1\x33\x1b\x0e\x61\xf8\xdc\xc0\x5c\x1a\x24\x44\xbb\x8b\x12\xea\x99\xaf\x1a\x78\x1b\xa8\xb9\xbb\xf0\xc3\x36\x4f\x13\x61\xf1\x0b\xf6\x66\xa6\x46\x46\x5a\x08\x29\xaa\xac\x11\x07\xe0\x6a\xa4\xac\xe1\x25\xb5\x0d\x75\xba\x71\x1d\xe2\x02\x6c\x33\x84\x73\xf1\x34\x9d\x59\x86\xc0\x26\x2d\xcf\x2b\x02\xfe\x9e\x43\x8a\x19\x96\x9d\xc1\xd6\xd6\x00\x55\xd3\x55\xf2\x34\x60\x74\x32\x61\x34\x28\x69\x14\xd3\x5e\x81\x8a\x0c\xf3\x87\x9b\xa2\x85\xaf\xad\x51\x39\xf2\xce\xef\x95\xff\x0d\xfc\x41\x1c\x10\xf7\xeb\x04\xdb\xee\xa8\x66\x20\xfc\x57\x80\x9c\x9f\x07\x7e\x07\x14\xe2\xcf\x1e\x5b\x9f\x34\x1b\xc5\x73\x6c\x0f\xd3\xf9\xa3\xeb\xbd\xcb\x29\x58\x41\x8c\x4e\x0a\x66\x7d\xe3\x01\xdb\x1c\xb2\xbe\x25\x10\x7d\xb0\xf7\xf3\x0a\xdc\xd2\xa5\xb0\xf0\x83\xdf\xeb\x0d\xa4\xb8\xc2\x33\xe7\x49\xfb\x00\x10\x45\xef\x0d\xe2\x23\x8d\x12\xc8\x16\xe9\x55\x27\x78\xf2\x85\x11\xf7\x41\x03\x41\xb9\x1f\x2d\xc3\xcd\xdc\x2a\x63\x80\xc2\xb1\x82\x2f\x00\xc0\x1c\xd1\x6f\x1f\x48\xc2\xb6\x9c\x89\x9e\x52\xdf\x3e\xaf\xc1\x4b\x04\xa6\x20\xcd\x77\xfb\xb4\xef\x39\xcc\x7b\xfa\xc0\xc6\x16\x6b\x93\x97\x36\xd5\x9b\x5c\x79\x09\x83\x8a\x3a\x27\xa6\xbe\x73\xca\x5f\xac\xef\x75\xa8\x8c\x9d\x72\x69\xeb\x31\x28\xd1\xe9\x12\x2a\xf3\xa3\x4f\x93\x87\x9b\x6e\x1e\xe9\x5c\xb3\xd1\x15\x92\x0b\x1a\x3b\x27\xf3\x57\x6c\x24\x77\x50\x7e\x99\xb9\xb5\xa1\x0c\x45\xc9\x31\x9a\x61\xab\x26\xc0\x93\x3a\xbe\xf0\x9b\xc4\xf8\xf0\x23\xc4\x3a\xbe\xe8\x6f\x10\xed\xeb\x66\x97\xe0\x11\x10\x1d\x21\xa0\x76\x37\xcd\x6e\xbe\x70\x8c\x87\x74\x7d\xdb\xec\x12\xfe\x30\x9e\xfb\xef\xe8\xfa\x9e\xcc\x05\xf0\x9a\x9d\x36\x3f\x34\x33\x8d\x97\xb6\xe3\xc4\x5c\x2b\x3e\x65\xad\x82\xbf\x1f\x15\x3e\x64\xd8\x68\x81\xa7\x37\x8e\x9b\xf9\xfb\x82\x1e\x54\x05\xaf\x7b\x0d\xa0\x94\x8d\x3b\x56\xd4\xc1\x93\x19\xb5\x29\xce\xca\x23\x16\xf6\xaa\x6a\x44\x8f\x3d\x8b\x47\xc8\x6f\xdc\x3f\x37\x41\x95\x7e\x25\xbf\xbf\x01\x6f\x3b\xf4\x60\xca\xf6\xbd\x0b\xbc\xa1\x22\xdb\xfa\x0d\x2e\x73\xde\x8c\x08\x9b\xbc\xe8\x5e\x5f\x7f\x6f\x13\xef\xb3\x7a\x00\x2b\x52\xa7\x5e\x5b\xb2\x72\xaf\xcd\x6a\xb3\x4b\xee\xbd\xf1\x7b\xa3\x74\xa3\xd9\x03\x50\x98\x5a\x6f\x25\x71\x2c\xbc\xd3\x9d\x56\x6b\x4d\x0d\xd2\x88\x18\x90\xa6\x9e\x8f\x1f\xe6\xbb\xae\xbf\x0c\x8b\x5b\x2c\xba\xdc\x68\x76\x51\x27\xa9\x95\xb7\x6f\x70\xb0\xcf\xa3\xa5\xd8\x08\x2f\x80\xd4\x95\xa5\x1d\xf2\xf5\x59\xe6\x72\x57\x96\x6b\x99\x4f\x5e\x19\xd2\x21\x38\x5b\x58\x75\xb0\x35\xd8\x85\xd7\xb0\x9e\x08\x76\xb7\xa5\x6d\xda\xca\x99\x55\x42\x35\xad\x9e\x21\x32\xc1\xd4\x3b\x47\x65\x90\x67\x88\x2e\x10\x5c\x44\x3b\x86\x4c\xee\x7e\x63\xdd\x2b\x4f\xcb\x4b\xc1\x16\x4f\x95\xaa\x4c\x8b\x2c\x85\xf4\xea\x36\xbc\x7b\x49\x04\xc7\x22\x5f\xb8\x35\x50\xfb\x60\xac\x1a\x9d\x02\xd9\xe2\x0b\x16\x37\x55\x20\x65\x61\xae\x8b\x0a\x09\xe4\xf2\x02\x84\xac\x32\xc1\x34\x8b\xa9\x6a\xd6\x76\xd2\x7b\x82\x1e\x24\x96\x85\xf8\xeb\xc2\x0f\xf0\x80\x6c\x1d\xf4\xca\x73\xb5\xdf\x1b\x75\x3a\x16\x97\x4c\xbe\xd3\xd7\x7e\xc1\x69\x7f\x1b\x22\xb8\x33\xaa\x75\x46\x08\xd6\x19\xda\x3c\x93\x03\xee\xb5\x2d\xb8\x05\x78\x42\x3d\x00\x97\x18\x50\xaa\xc7\x8e\x5e\xb3\x0f\x7a\x84\x9d\xea\x81\x56\x9a\xd6\x81\x1d\xc4\xb0\x21\x59\x6d\xde\x41\xf7\xe0\x50\x57\x5a\xda\x05\x28\xa0\x2e\xdb\xe2\x21\xf8\x17\x15\x72\x1d\x62\xa7\x3c\x61\xb2\x73\x3c\x03\x33\xc1\x3c\x3e\x75\x51\x87\x63\x0a\xd6\x0c\xfb\xf0\x75\xc0\x71\xdc\x29\xf9\x75\x0c\x84\xbd\x58\x02\x7e\x3b\xfb\x6a\xaf\xb1\x37\xa7\xa0\x97\x02\x95\x8c\x23\x35\xbc\xcf\x2c\xeb\xf5\xdc\x14\x68\x82\x36\x57\xd9\xed\x4b\x65\x71\x0a\x89\xa3\x02\xb9\x4c\x31\xc6\x51\xfa\xc1\x20\xdf\xe6\x57\x05\xc9\x45\xae\xfc\xb0\x44\x73\x37\xbc\xf7\x3b\x9b\x2d\x2d\x9c\xa6\x6b\xdd\x2d\x8f\x98\x5b\x11\x35\xfc\xdc\x0b\xb7\xb0\x30\x70\x84\x1f\x26\xda\xfc\xf8\x07\x47\x20\xdb\x48\x29\x67\xa9\x0a\x93\x29\x12\x19\x62\xd1\xa4\xe6\xb4\x9e\x5d\x71\xca\x8e\x70\xe2\x1a\x8b\xec\xdb\xbe\x76\xf8\xda\x99\xbe\xd3\x83\xa1\x71\x29\xc5\x77\x05\x7f\x09\x3c\x84\x8d\x61\x39\x74\x01\x4e\x3b\x59\xf5\xee\x7e\x05\x23\x5c\x07\x10\xb1\xda\x3f\x3c\xb0\xc5\xf7\x7f\xf5\x72\x1f\x2f\xb1\x0c\x04\xb0\x97\x7e\x6d\x60\xaa\x7d\xb5\xbb\xcd\x40\x8e\xc8\xe8\xa0\xa4\xc3\xae\xf1\x4b\x05\xc5\x64\x85\x77\xce\x63\x44\x6d\x1d\x56\x2d\x42\x45\x42\x1b\x23\x02\xf4\x4f\x27\x56\xbb\xa2\x53\xe3\xfb\x25\x96\xc0\x14\x9f\x12\x57\x5e\x45\xe2\xa9\xaf\xec\xa9\x31\x5b\xf3\xd8\xd6\x0f\xdc\xeb\xd0\xd0\x50\x5e\x43\xd7\xad\x64\x12\xb0\xe2\x4c\x3c\xc5\xc1\x4f\x83\xe9\xb2\xfe\x4e\x30\x5c\x52\x50\x62\xe7\xbe\x26\x86\x2c\x6f\x75\xb5\x6c\x89\x2f\x0d\x89\x2c\x6e\x65\x97\xd9\x00\xd5\xbd\x51\x9b\x88\xfd\xa0\x65\x5b\x1f\xbb\xab\x1d\x7a\x48\xc7\x21\x7f\x2a\x55\x08\x07\xc2\xf1\x36\x15\xf4\x37\x6a\x04\xcd\xd5\x67\xce\x87\x6a\x0c\x25\xab\x8f\xa3\xdc\xa6\x2e\x96\x02\xe0\x93\x87\x28\xe1\x00\x56\x69\xdf\xb4\x10\x4c\x99\xe4\xfe\x87\x3b\x00\x23\x1a\xc7\xac\xdf\x86\x65\x2d\xfc\x0e\x3a\x8a\xb0\x6a\x4a\x3a\xa7\x45\x68\x77\x7a\x40\x44\x20\xb3\xe6\x96\x90\xa4\xad\x0e\x7a\xbe\x78\x42\x48\xcd\xb0\x71\xab\x4e\xcd\xc6\x0e\x50\x4d\x40\x2c\x60\xd8\xc2\x7c\x9f\xfe\x6e\x86\x30\x6c\x46\xd6\x88\xfa\xd9\x4a\x9c\xb4\xbb\x53\xad\x71\xa0\xa7\x4a\x28\xea\xc0\x8a\xef\x40\x78\xd0\x46\x74\xd4\x75\x40\x47\xb9\x70\xf8\x61\xc2\x12\x9c\x9d\xff\xe4\xde\xa1\x55\x61\xe1\xe2\x7c\x3b\x4b\x3b\xa7\x0c\x3e\xa5\xad\x5c\xfa\xce\x6b\x27\x46\x10\xac\x25\x7d\xe9\xf5\x0b\xed\x1a\xf5\x5f\x49\xcd\xe8\xc1\x6b\xa1\x9c\xae\xb9\xb7\xc9\x4f\x85\x08\x44\x25\x37\x37\xc5\x4f\xd1\xcf\x41\xbf\x03\xf8\x00\xd9\xc6\xb4\x82\x93\xba\x4b\x3e\xd5\xfe\x60\xa3\x01\xf8\x3d\x03\x2b\x43\x29\xed\x78\x89\x9d\xab\x31\xd7\xfb\x56\xc9\x42\x74\xde\x8a\x45\xb0\x9d\x7e\x0f\xac\xbd\xd0\xbf\x97\x60\xa1\x84\x6f\xc4\x84\x6f\x07\x0d\x82\x2b\xf5\x7b\xe8\x3d\xfa\x7e\x41\xe6\x57\xdc\xb0\x7e\x07\x0e\x8f\xbe\x01\x87\x13\x08\x78\xf3\x5d\x9f\xaf\xb1\xc9\x75\x86\xe9\x5a\x6b\x54\xd0\xa1\x48\x68\x15\xdc\x20\xd7\x7e\xfc\xd0\x96\x26\x61\x29\xc2\xf9\x02\x19\x3e\x1b\xeb\x67\x1a\x35\x84\xe0\xc6\x0d\xab\x49\x24\x22\xdf\x56\xf3\x0f\x4d\x67\x7b\x8d\xea\xb0\xbe\x79\xb5\xe9\x41\x4d\x95\xed\x6f\xfe\x8b\xa7\xf7\x6b\x18\x55\xd7\xb7\xe3\xaa\xcc\xd3\x8c\xec\xc1\x90\x61\x35\xde\x03\x71\x46\xa8\x13\x6b\x07\x17\xe7\xe1\x5e\x66\x53\x26\x02\xbe\x46\x8f\x63\x1e\x6c\xf2\x9a\x43\x26\xb8\x67\xea\x19\xd4\xfa\x64\x75\x74\x70\xe2\x76\x10\xc3\x5b\x6c\xc7\x9a\xaf\x5d\x22\xa2\x49\xdf\xc3\x8c\xde\xe9\xaa\x25\xcb\x0b\xb6\xe1\x9f\x3b\x6a\xf8\xb4\x06\x64\x45\x9f\xaf\x79\x4c\xf3\xb3\xdf\xf4\x20\x51\xfa\x8c\x6a\x78\x1a\x02\x8c\x72\xd3\xae\x90\x98\x1c\x37\x3d\x3a\x13\x03\x88\x1e\x1e\xe9\xa6\x36\x3d\x65\x90\xb9\xcf\xf1\xa6\x30\x14\xdd\x87\xc3\x3a\xbb\x43\x59\x57\x35\x8e\x58\x71\xfa\xc6\x9f\x04\xd9\xb3\x10\x09\xa0\xd4\x94\xe5\x01\x1b\xb4\x45\x90\xeb\xf5\x17\x1b\x3d\xec\x1a\xf8\x59\xfb\x96\xc4\x4c\xdd\x43\x2b\xbb\xa0\xd4\xf7\xa3\xfe\x82\xb1\xd2\xde\x7e\x55\xe6\xd8\x54\xf4\x32\xca\x68\x53\x26\x4c\xbc\x6b\x32\x95\x1c\xc7\xca\x8a\x33\xf9\xa8\xaf\x93\xc1\xe1\x3c\x5d\x0d\xa0\x63\xc2\xe9\x6d\x70\xb2\x94\x2f\x7c\x0f\x85\x63\xc2\x82\x9d\x7d\x88\x5b\x95\x51\x98\x46\xd6\x47\x17\x4d\xc4\x1c\x77\x7a\x54\x13\x23\x08\x9e\x8b\xca\x01\xa6\x0c\x3c\x22\xc7\x22\x8d\x7c\xc0\x52\x54\x13\x52\x8b\xbf\xda\x7e\x71\x3f\xa9\x43\x5a\xac\x88\xf2\xa4\x2d\x00\x29\x86\x0c\x34\xe3\x73\x1d\x32\xb8\x66\x56\xc3\xce\x1b\xa5\x75\x38\x35\x16\xc1\xed\x63\x49\x1d\xab\x42\xbd\x1d\x0c\xc1\x84\xe0\xca\xe8\x29\xd4\x4b\xe3\x23\x41\x24\x28\x15\x38\x56\x92\xb5\x41\x9f\x5f\x2d\x9a\xa1\xb2\x7b\x32\x94\x05\xac\x43\xc9\x2c\x24\x77\x43\xf7\x7a\x70\x6f\x3e\xd8\x70\x45\x7b\x68\x4f\x37\x20\x46\x7d\xb8\xe9\x61\xb4\xe8\x58\xb8\xbc\x83\xcb\x92\xec\x48\x7a\x64\x94\x04\x50\x03\x3d\xba\x60\x4a\xd3\xe8\x8a\xeb\x72\x78\xa6\xbf\x9b\x67\x48\x21\x5e\xb4\x08\x2f\xa2\x7d\xce\x8e\x84\x0d\x59\x5b\x67\x83\x2f\x12\x5e\x9e\x31\xb7\xc7\xb2\xe9\x20\x2c\x71\x28\x9a\xee\x58\x7b\x0d\xf0\x92\x97\xa6\xb5\xdf\x83\x10\xdc\x43\x40\x93\xd4\xda\xf4\x28\xb4\xd5\xde\xfc\xa4\x97\x49\xd1\x0b\x2f\x55\xce\xff\x3b\xba\x5d\x3e\x78\x18\x30\x18\x94\xa0\x98\x7c\x7a\x68\xc2\xef\xca\x8f\x1a\xbc\x6f\xce\x32\x0f\x6b\x97\x77\x89\x4a\x1b\x78\xdd\xc2\x6b\x00\xae\xe0\x81\x97\x56\x32\xcd\xb7\x1f\xa8\xb9\x7d\x80\xf8\x57\xcb\xd6\x4f\x60\x87\x7c\x89\x31\x76\x2c\x9a\xc6\xba\x70\x76\x44\x91\x71\xd3\x3c\xd3\x41\x84\x29\xe5\xf2\x82\xf1\x10\xac\x67\x90\xe4\xe4\x7c\x01\x22\xa6\xba\xec\x87\xf7\x96\x0d\xbb\x72\x76\x13\x2e\x6b\x83\xd9\x21\xde\x8f\x68\x7e\xb4\x90\x98\x8c\x5b\x14\x8f\xb7\x9a\xce\xfd\xb2\xec\x01\x93\xb8\xbb\xb0\x15\xe2\x25\xb3\xdf\xad\x31\xf1\x81\xab\x7c\x1e\x24\xe8\xba\x1d\xc6\xd8\xc1\x10\x0c\xad\x19\x3c\xe1\x50\xc4\x0c\x5f\x7e\x42\xc8\xc9\x2b\x8f\x62\xca\x5d\x3f\xa2\x35\xb4\xe2\x1e\x7d\xde\x36\xc4\x8d\xd8\x12\xbb\xdc\x95\x15\x67\x83\x97\xf2\x90\xf5\xaa\xd8\x42\xc4\x63\xdd\xc2\x09\x5b\x58\xe8\xf1\xd9\x87\x90\x69\x7d\x15\x87\xc2\x05\x49\xf0\xa2\xdc\x97\x98\xd6\xe7\xe7\x37\x60\xf1\xb9\x5d\x77\x30\xdd\x49\x32\xf1\xf0\x8a\x7b\x59\x0b\x0f\x48\x39\x1e\x0b\x37\x31\x13\x20\xd2\x9a\x3f\xec\x41\x4e\x3c\x8f\xed\xec\xc1\x67\x24\x5a\x50\xc3\xaf\xc6\x3b\x3d\x57\x6f\x9f\x09\x34\xe1\x8b\x89\xc7\x8a\x49\xa5\x89\x7b\xce\x9c\x3f\x8d\x2d\x55\x4a\xd7\x94\xf9\xc1\x10\xdd\x41\x30\xf1\xd6\x24\xa6\xb5\x94\x0c\x4d\xfd\x91\x44\x14\x74\x28\x99\x78\xb6\x5c\xc5\x58\xe6\x5c\xf9\x80\x43\x8c\xda\x30\x77\x43\x6a\xac\xd9\x22\x6c\x22\x90\xdf\x13\x0a\x58\xf1\xd6\x55\x8d\x68\x37\x36\x10\xe3\x35\xa3\x6e\x79\xc8\xaa\xbc\x62\xb7\x36\xb2\xc0\x37\x55\xb5\x6f\x1c\xfe\x13\xa7\x05\xb7\xfc\x80\x74\x5b\x44\x42\x39\x1d\x09\x86\x36\x3e\x52\x9c\x70\xc3\xa1\x26\x5b\xe9\x36\xf5\x63\x86\xf9\xbc\x81\x7b\x5c\x36\x30\x45\xab\x6a\x13\x53\x48\x5e\x7d\xd4\xd7\x68\x38\x42\x72\x51\xbb\x2a\xf3\x98\xee\x25\xf0\x2f\x18\xc4\xae\xe4\x00\x36\xd1\xce\xa3\xea\xc7\x44\xa0\x40\x5d\xc3\xbc\x72\xe8\x5f\x8e\x6e\x79\xce\x9c\x10\x41\x7b\x90\x3b\x08\xa6\x77\x9e\xd0\x8d\xf4\xb6\xe9\x0a\x63\xd8\xd7\x35\xe8\x6e\x8f\x6f\x51\x99\x4e\xa5\xda\x56\x88\x14\xa1\x93\x5e\x71\xa3\x1c\x40\xee\xcc\xd4\x6d\x85\x3d\x00\x28\xaa\x70\x72\x82\xe0\xfc\xa0\x19\x14\xba\xd4\x80\x2e\xc9\xc0\xee\x96\x47\xac\xb3\xc8\x4a\x5d\x0c\x6a\xa5\x85\xad\xcc\x3d\x40\xbf\x72\x62\xc8\x9a\x94\x25\xf4\x05\x06\x50\xfe\xf0\x58\x31\xbf\x07\x6c\x2f\x98\xce\x07\x9f\xe0\x32\xf1\x5a\x0d\x28\x31\x7d\xcc\x98\x58\x01\xf8\x91\xe8\x79\x54\x9d\xd7\x6a\xa2\xd5\xb8\xcc\x3e\x5b\x6d\x11\x35\xdc\x50\x9a\xdc\xaf\xb9\x58\xfc\x80\xa5\x33\x4f\x6d\xaf\x8b\xa2\xbc\xe4\x4c\x3e\x37\xc9\xa7\x6e\xc1\x22\x9b\x3f\x95\x87\xec\xd1\x85\x6a\x90\x2d\xc8\xc3\x8e\xa3\x76\x53\x5e\x07\x24\x57\xeb\x38\xcf\x9d\xd1\xee\xd3\xe1\xa2\xc1\x2f\xf8\x17\x7d\x62\x83\xd3\xe1\xa7\xcb\x1c\x00\x0d\x3f\x73\xdb\x32\x65\x9e\x3e\x02\xa5\x01\x19\xa3\xd9\x86\x24\xc0\xdb\x16\x86\x7b\x19\xc1\x70\x87\x02\xea\xae\x06\x58\x92\x85\x11\x6b\x94\x8a\x91\x1a\xac\x90\xea\x68\xaf\x47\xf5\xd9\xee\x23\x44\x78\xb0\xfa\x7c\x00\x32\x9c\x7a\x75\x70\x5c\xd1\x12\x7f\xd4\x6e\xb0\xd7\x5d\x59\x71\xaf\xa2\x1a\x73\xfe\x64\xfc\x15\x3f\x30\x04\xbf\x14\x88\x3a\x50\x9d\xb0\x71\xb4\x74\xd3\x02\x5a\x0a\x88\xac\x10\xc5\x6f\xd1\x46\x41\xd4\x2c\x23\x90\x08\x81\x20\xa4\xee\xfe\x92\x79\xa9\x7f\x7c\xfa\xee\xda\xba\x87\x07\x65\xd6\x0a\xd5\xc1\x7a\x23\x28\x31\x7a\xc0\x9c\x0e\x35\x57\xa0\x52\x1e\xfd\xa9\x9d\x24\x04\xc0\x60\x25\xa6\x5b\x60\xde\xb8\x02\xa0\x85\x76\x61\xeb\x85\xa8\xfe\x91\x03\x23\x92\x5f\x34\x63\xe1\x48\xbc\x84\x8f\xcd\x91\xa2\x51\x3f\x5b\x5a\xf5\xfe\x7f\xec\xbd\x59\x77\xaa\xce\xd7\x35\xfa\x81\x74\x0c\x1b\xc4\xe6\xb2\xaa\x28\x11\x8d\x51\x93\x98\xc4\x7d\x97\xc6\x2d\xb6\x20\x22\x36\x9f\xfe\x8c\x5a\x73\x21\x90\x64\xff\x9a\xff\xf3\x7f\x9f\x73\xc6\x38\xef\xcd\xce\x96\xa6\x80\x6a\x56\xad\x76\x4e\x44\xf6\x2a\xec\x42\xb9\x40\xff\x76\x95\x55\xd5\x4c\x57\x94\x17\x07\xdb\x75\xbf\xe0\x1f\xdf\xb1\x26\x1d\xac\xfb\xa9\x7f\xdc\x15\xc3\xb3\x8c\xab\x9a\x89\xc6\x5e\x44\xe9\x93\xcc\xda\x86\x0c\x1a\x1a\x72\x89\x12\xc9\x3f\x2b\x6a\x17\xfc\x1b\x95\xc4\x0d\x55\xaa\x4e\x18\xc5\x2b\x90\xa2\xfe\xf9\x41\xaa\xa1\xf5\x59\x97\x9b\x74\xa6\xad\x4c\x8f\xd7\x3f\x9f\xa8\x32\xcc\xfa\x3c\xdc\x9e\xc2\x76\x42\xf3\xb3\xd6\x6d\x30\xf7\x31\x00\x88\x46\x8c\xff\x3d\x05\x4d\x86\xb2\xe4\x22\x77\xc0\x28\x6f\x6b\xfe\xbd\xa1\xdf\xca\x96\xe9\x1d\x95\x16\x79\x93\x5e\xd2\x1b\x7c\xca\x89\x52\x15\x59\x02\xbc\xde\xb4\xd3\x42\x49\x52\xfa\x1b\x37\x54\x3e\x6d\x19\x0e\xff\x43\xc5\xea\x51\x4c\x5b\xaa\x51\x4b\x31\xbc\xb8\xde\x50\xac\xbf\xa8\x3e\x91\x13\x40\x25\x46\x11\x1d\xab\x33\xd0\x11\x55\x08\xd7\xee\x49\xc7\xe8\x9c\xd0\xa1\x61\xad\xca\x63\x40\x33\xb2\x2a\x13\x9c\xb8\xa3\x10\x95\xdd\x3d\xe1\xf8\x3c\x39\x15\x60\x66\x83\x12\xaa\x6a\x15\x8f\x2c\xb1\x7e\x69\x12\xa1\x0b\x79\x2e\x5e\xbb\x2f\x71\xe2\x39\x5d\x7b\x22\xb1\x1c\x76\x69\x7d\x2d\x29\x10\x2f\x4e\xd2\x45\x61\x4d\x97\x8a\x63\x1c\x7e\x87\xdc\xac\xdb\x6b\xcc\xbb\x73\xf0\x75\xde\xe1\x4c\x47\x5e\xff\xd5\x9c\x52\x57\xf5\x9f\x6b\xb8\x53\xe1\x56\xd4\xfa\xe8\xe2\x73\xf2\xae\xc2\x8b\x24\x2a\xd4\x9d\x4e\xdf\xe6\x08\xaf\xc3\xc4\xb9\x56\x35\xf3\xbb\xe4\xd7\xf6\x97\x25\xfc\xf9\xd7\x2b\x78\x20\xbc\xab\xf4\x73\x2b\x2c\x5b\x9f\xc8\x8c\x77\x55\xbb\x5a\x80\x78\x43\xd0\x82\xd3\x0e\xdc\xb3\xaa\x5c\xbd\xdb\x62\x21\x60\xea\x6f\xb6\x81\x4f\xa4\xd2\x2f\x0a\x24\x31\x70\xd1\x51\x24\x61\x5e\x4b\x45\x5b\x00\x1d\xb3\x35\xbd\x5d\xa9\x2c\xd5\xc4\x45\x38\xf8\xb1\x20\x80\x09\xb2\x67\xbb\x22\xb5\xd7\x9b\x41\xfa\x10\xda\xfc\x3f\xc0\xb4\x66\x51\xea\xca\xa4\x92\xf5\xf6\x48\x68\x5f\x97\x8f\x4a\xa8\x41\x89\x4a\x6e\x94\xa8\x4f\x6f\x29\xdf\xbf\x59\xa3\x2a\x0f\xc5\xf4\x39\xaa\xeb\x3c\xb5\x4f\x03\x30\x81\x07\x4c\xf2\x83\xb4\x10\x1b\x05\xa8\x91\x68\x63\x59\x94\x64\x27\xbe\x55\x82\x8b\x44\x96\x62\x4e\x8f\xab\xc4\x19\x16\x0c\x03\x0c\xb6\x39\x28\xc0\x91\x0e\x45\xb9\x66\x9e\xe8\x67\x91\x00\x4d\x44\xca\x73\xd2\xdd\xa1\x93\x8b\x9a\x45\xaa\x3b\xf5\xc4\x46\xde\xb4\xf6\xa1\x50\x7d\xb3\xb3\x4d\x84\x1a\x37\x12\x2e\x4a\x47\x1e\xa0\xd9\xa1\x8d\x2d\x18\xcc\xca\xae\xf0\xb0\xf5\x6c\x49\x51\x25\x2e\x0a\x21\x5a\x4d\x6e\x52\x09\xc1\x48\x09\xac\x8a\x14\xda\xed\xfe\xd0\xee\x56\x0a\x77\x25\x8f\xef\xdf\x9f\xd7\xb5\x6f\x1a\xc1\x32\xc4\x9c\x0f\x4d\x4f\x8d\xce\x39\x62\x81\x0a\xae\x78\x5c\x9f\x51\x9c\x2c\xd0\x4e\x1c\xc2\x2d\x1d\xcc\xc0\xb6\x95\xe2\x3c\xf2\xe1\x2e\xae\x32\xd6\xc9\x50\x0c\x43\xb5\x68\x38\xe4\xa0\xa6\x71\x5a\xa8\x65\x55\xb3\x53\x93\x64\x49\x17\x2b\xc8\x18\xb6\x40\x49\x1e\xec\x42\x5e\xe6\x61\x1f\xe0\x43\xb4\x87\x3a\x70\x0d\xdc\xec\x79\x3b\xf8\x96\x3c\x70\x42\xc4\x7f\x18\xad\xbe\x5a\xf4\xa9\x31\x04\xf3\x7b\x84\xac\xb1\xe1\x79\x45\xaa\xd6\x6f\x3e\x3c\x48\x07\xa8\x74\xeb\x48\x7e\x93\x3d\xf7\xd0\x19\xa0\x2b\x07\x63\x9e\x7b\x15\x75\x33\xc3\x47\x4e\x64\xeb\xfc\xd2\x63\xb5\x08\xf5\xec\xde\xc5\xe1\x8c\x25\x6d\xcc\x16\xe8\x65\x1f\xa9\xae\xd9\x5c\xf7\xbf\xab\x81\x6a\xa3\xb6\xa9\xec\xe5\x77\xa8\xae\xd3\x05\xb4\x95\xd9\x30\x7a\x1b\x4a\x6d\xd2\xcb\x37\x5a\x2a\x69\xa3\xa6\xeb\x88\x4b\x9f\x31\xce\xa0\x6d\x29\x8e\xc9\x9e\xb9\x49\x63\x9f\x53\xf5\x29\x85\x72\x31\xad\x4f\x2c\xc6\x51\x86\x10\x97\xa0\x83\x1e\xb1\xd3\xcd\x36\x56\x97\xaa\xff\xe5\x75\x45\x4e\xf5\x49\x1d\xa6\xcd\x6c\x65\x75\x8d\x08\xda\xc8\x05\xf8\xc4\x3f\x6a\x4c\xca\x53\xc5\x9d\x1f\xa6\xa5\x47\xa1\xce\x6a\x5b\x62\x30\x8a\xab\x73\x53\xe7\x1e\x85\x78\x49\x2f\xac\x51\x72\xbf\xb7\x72\xf2\xfa\x9e\xb1\x9a\x8a\x17\x68\x5b\x72\xd4\xe4\xe7\x8e\x41\xac\xf1\xaa\x6a\x0b\xd4\x0a\x14\xef\x56\xb1\x64\x48\xc4\xc5\xd7\xde\x70\x13\x99\xba\xa2\x97\xeb\x3e\xc7\x95\x53\xd0\xfa\x0b\x8a\x0c\x3a\xb2\x16\x7e\xbd\x64\x95\x86\x57\x20\xf4\xc5\x5a\x1e\xb3\x9e\x20\x5a\xc3\xe1\x97\xf3\x94\x3a\xeb\x6e\x72\xf7\x6d\xa5\xf0\x9e\x68\x56\xd1\xb2\xf0\x9c\xf3\x8f\xd3\xea\x95\x24\xda\xd2\xc1\x48\x75\x8a\xda\xb6\x91\x5a\x33\xe1\x75\x64\x0e\x87\x05\xc9\x42\x83\x87\x4a\x4d\xe7\x99\x60\xb9\x39\x82\xa1\x14\x29\x60\x65\xa5\xd8\x9c\x11\x90\x1f\xc2\xf3\x55\xae\xb9\x8f\x0d\x35\xf7\x6c\x9a\xcb\x59\x86\xc6\x52\x25\xc9\xbb\x26\xeb\x4b\x6d\x60\x98\x36\x02\x9e\x52\x9d\xdd\x4d\xf2\xaa\x1d\x2f\x83\xbd\x6a\x30\xb9\x3b\x81\xcb\x5c\x50\x9d\xd2\x96\x5c\x39\x43\x59\x56\x89\x0c\x22\x96\xd2\x61\x94\x49\xe9\x8d\xd3\xde\xb1\x7e\xce\x6a\xec\x02\x5e\x51\xb1\x90\x3e\xe5\x7d\x6e\xe5\xce\xbc\xc2\x0a\x84\xd9\xc3\xfa\x31\x85\x41\x99\x1b\xfd\x84\x72\x38\xcf\x72\xcf\xc5\xf2\xe0\x9e\x40\x1e\x15\x85\xb5\x7f\x23\x3f\x65\x4a\x21\xee\x14\xa6\x60\x20\xd4\x27\xf6\x83\x4e\x98\x57\xf6\x55\x28\x39\x25\x18\xdb\xdb\xfe\x19\xfe\x96\x25\x27\x4a\x57\x72\x32\x0d\xb0\x19\x21\x65\x2e\x0e\x6a\x6a\x01\x69\x03\x40\xd3\x8e\xf4\xf7\xd9\xcc\x3a\x12\x71\xd5\x16\xc4\x05\xce\x0e\x82\xa3\x10\x98\x2f\xbf\x10\x8b\xd4\x1c\x35\x4d\xb4\x35\xcc\xf1\x3d\x70\x4a\x0f\x6c\xfd\x43\x58\x5d\xfd\x18\x56\x57\x15\xb9\xed\xa0\x0c\x01\x09\xa1\x6b\xd9\x6a\xbb\x44\xc4\x2d\x77\xa0\xd5\x1b\x2e\x60\xe1\xae\xa5\x4f\x26\xae\xee\xc8\x12\x84\xee\x97\x20\x3c\xe1\xe7\x9c\x26\x1f\x97\x0a\xeb\x7d\xf5\xaa\x79\xfb\xf3\xc4\x07\x8d\xd0\x1b\xe5\x26\x4d\x63\x04\x1e\xe8\xfb\x54\x89\x94\xb9\xfe\x66\x4d\xd0\x3c\xd3\xd5\x81\xb3\x9e\x11\xa7\x44\xd9\xb2\x6a\xa7\x29\xcd\x13\x21\x74\x66\x31\x1a\x01\x71\x61\xc7\x07\x59\xbc\x62\x1e\x52\x51\x0e\x01\x9b\x26\xee\x92\xb8\x09\xc4\x49\x46\xbc\xdf\x6c\xe9\xef\x07\x30\x19\x66\x95\x06\xc7\x7e\x01\x77\xfc\x62\xc1\xe5\xcf\x71\x49\xdf\x0d\x88\x29\x47\xf5\x90\xb3\xbb\x42\xe5\xac\x64\xd4\xf2\x5e\x7a\xf0\xc3\xcc\xc5\x7a\xb1\xa5\x41\xfe\x64\xab\x6e\xda\x7b\xf1\x8d\xc2\xfb\xe4\x35\x01\xa2\xbc\x96\x84\xe4\x5c\x95\xec\xf4\x25\xef\xf8\x41\x52\xf2\xe1\x59\x33\x65\xed\x15\xa9\xdc\x6f\x17\xa4\xe3\xcf\xaf\xf8\x3b\x6b\xf3\x70\x76\x28\x0f\xea\x83\x52\x30\x46\xe0\x24\x6c\xa9\xe0\x83\xbc\x2d\x1d\xa0\x13\xd4\xd8\x5b\x78\xb2\xe8\x5b\x5e\x79\x33\x37\x26\x29\xdc\x14\x43\xca\xec\xfb\x48\x2e\x05\x05\x7e\x0b\x1b\xe6\xe3\x8a\xe9\x8d\x4c\x2b\xdf\x39\x61\xbf\x9a\x02\xf6\x7d\x30\xc1\xa2\x8e\xc2\x3e\x72\x55\x90\x8f\xb7\x79\x45\x81\x37\x70\xf6\x5e\x20\x8b\xb6\x6b\xa4\x5d\xaa\xdd\x9a\xd2\x5c\x45\xd4\x21\xa8\x39\xca\xde\x55\x62\xed\x53\x68\xaa\x8b\x60\xc3\xc4\x42\x76\xdd\xb0\xda\x81\x0a\x82\xda\xa6\x49\xc7\xc6\x98\x1f\xe1\x73\x7d\x87\xee\x37\x78\x84\xdd\xfd\xc4\x3f\xcc\x9e\x9d\x60\xe3\xb9\xaa\x2a\xb6\xaa\x49\xeb\xe4\x21\xd1\xa0\xea\xe5\x86\x0f\x17\x33\x7a\xfd\x97\xd1\xcb\x1a\x9a\x08\xb7\xd6\x6d\x20\x32\x9d\x75\x28\x35\xa4\xc7\x20\x47\xbd\x48\x4c\x92\x8a\x2e\xcf\x45\xe9\x3e\x96\x35\xf2\x3e\x74\xee\xd5\x96\x96\x40\xfb\xfe\x28\x27\x74\xe0\x0e\x60\x67\xab\x12\xd2\x44\xf8\x0b\xef\xae\xc0\x1b\x9e\x2c\x4b\xa8\x2e\x8b\xf8\x37\x7f\xea\x03\xb3\xcd\x0e\x17\x88\xe3\xce\x7c\x64\x20\x6c\x24\x12\xee\x9a\xd8\x36\x67\xad\x06\x69\x87\x3b\xc9\x89\xd4\x1c\xf6\x9d\xa1\xe7\x2e\xf7\x2d\xb9\x47\x8a\xce\x4b\x1c\x02\x30\x08\x0f\x14\x13\x7e\xa1\xe1\x21\xcc\xce\x83\x74\x93\xfc\x4a\xf9\xc3\x9e\x10\x6f\x7f\x75\x9b\x27\xd4\xc6\x4d\x0f\x24\x21\x39\xb0\x46\x6b\xbe\x61\xc3\x9d\x7d\xcc\x9d\xbf\xc1\xc6\x44\xf2\x58\xbc\xed\xe3\xaf\x6e\x1b\x98\x35\x9e\x1e\x88\xa8\x1d\xf5\xb4\xe0\x1b\xfc\x12\xac\xf1\x7d\xee\xfc\x63\x4a\xf9\x94\xc8\x7d\xe1\x36\xb1\x90\x5f\xee\x7b\x2c\x5e\xa0\x56\x6e\x7a\x20\x44\xc7\x4c\x4a\x90\x9a\x93\x4a\x87\xb4\xa5\xc7\x20\x77\x7e\x92\x52\x7f\xc5\x32\x28\xde\x36\xff\x72\xdb\xa4\x78\x5e\x75\xdc\xf4\x40\xb4\xc7\x73\xd2\x01\xe3\x06\x6e\xcf\x49\x3b\x96\xb6\x1c\x27\xed\x86\x6b\x00\x1c\xa7\x4b\x50\xf8\xbe\x5b\x37\xa4\xc3\x5e\x9e\x08\xeb\xbe\xa2\xea\x24\x8d\x54\x8f\xc5\x82\x97\x5f\xd6\x80\x6d\x0f\x64\xf8\x41\x44\xb8\x32\x22\xa0\x0c\x25\xf6\xfc\xf7\xb6\x8c\xb3\x05\x4c\xea\xa4\xdb\xbf\xc3\x06\xcd\xca\x60\x9b\x95\xb0\xf4\x37\xc2\x6c\xe8\x86\xb7\x07\xd4\xcd\x1a\x7b\x9e\x91\xf2\x3a\x57\x17\x19\x13\x14\x69\x18\x12\x05\x59\x5f\x5c\x40\x4a\x3b\xc9\x6d\x23\x65\x6d\x14\x1e\x7a\xc9\xa5\xb1\x2f\xcd\x96\xd7\xd1\x9f\x35\x16\x92\xe8\x80\xb7\xbf\x48\x4c\x9b\x95\x15\x55\xdb\xeb\xce\x9c\xca\x87\xea\x5d\xa3\x86\x3d\x78\xa7\x95\xcc\x91\xdd\x1b\xbb\x9e\xde\xd8\x27\x98\xc9\x90\x61\x7b\x0a\x92\xd5\x13\xee\x7b\x2b\xfc\x1a\xa3\xde\x93\xf5\x72\x25\xfa\x11\x35\xb8\x22\xa3\x96\x2c\x93\x87\x34\x51\x96\x01\x6f\xbb\xdf\x95\x52\xa3\x15\xae\xe4\xee\xaa\x6f\x4c\xe2\x4a\x1f\xeb\x48\x0a\x3c\x90\x30\x9d\x80\x5f\x99\x63\xbf\xf6\xbe\xa0\xc1\x35\x18\x16\xdb\x4a\x3d\xf0\x3a\x2d\x33\x66\x63\x92\x8a\x6f\x5f\xc8\x62\xdd\xcb\x64\xcd\x95\x48\x6b\x94\x9e\x60\x5b\xd7\x24\x51\x09\xac\xb1\xa6\x77\x55\xf7\x96\x9f\x0b\xbf\x79\xa5\x06\xef\x49\x73\xdf\x67\x6a\x8f\x73\xa1\x19\x31\x6b\xd1\x9a\xd2\x2d\x12\xea\x81\x66\x0f\xd2\xc4\x28\xf2\x61\x37\xab\x6e\x31\x4d\x4f\x79\xa7\x50\xaf\x7e\xa8\xca\x33\xd1\x9f\xe5\x1e\x04\x1d\xba\xbd\x87\xa5\x79\xcd\x3d\x85\xe8\xa0\xab\xd4\xb1\xd3\x73\x68\x5e\x7b\x10\xe9\x05\x00\x48\x86\x75\x8e\x41\x5b\xe4\x43\x57\xbf\x77\x3b\xb0\x3b\xb5\x61\x64\x3d\x42\x87\x1e\xf8\x19\x14\xd9\x5d\xbd\xaa\xca\x53\xd1\x43\x7f\xcd\xfe\xee\x0b\xbd\xc8\xb1\x59\x4e\xff\x83\x77\x1c\x88\xc7\x8d\x53\xb2\x65\x5e\x19\xc7\x88\x8a\xad\xe4\x0b\x2f\xf2\xdc\xe5\xe2\x2b\x33\x6c\xbb\x42\x08\x63\x68\x34\xe2\x0f\xa3\xba\x13\x42\xfd\xf6\x87\x73\xe2\xa3\xf2\xbb\xf0\x60\x6a\x4e\xc3\x84\x1d\x06\x48\x54\xfc\x6e\x5c\x46\x73\x90\x08\xc0\x6f\xcd\xda\x06\xcc\xc7\x33\xca\xae\x1f\xf9\x03\x97\xf0\xcf\xd9\x1d\x69\x99\x79\xb4\x28\xc9\x8d\xdc\x55\x0b\xc4\xf3\xb7\x6f\xaa\x62\xcf\xef\xc0\x0c\x87\x89\x38\xff\xf2\x49\x8b\x13\x78\x81\x6d\xe9\x47\x3f\x9d\x10\x81\xb4\xb8\x2f\xd1\xdc\xae\x24\x89\xb5\xec\x50\x92\x1c\x1d\xb2\xcd\x27\xc6\x25\xa3\xc5\x7b\xe2\x52\x92\x91\x8c\x72\x26\x8a\xd2\x5b\xc0\x48\x0b\xd4\x8c\x2b\xb1\xaf\x42\x64\xf9\x40\x3e\x12\x16\xaa\x9f\xc5\x05\xb9\x21\xe2\xd8\x71\xcb\x13\x76\xf8\x88\x68\x06\x20\xf8\xf2\x84\x8a\x28\xcd\x21\x73\xdf\x90\x70\x90\x7f\xd1\x74\x06\xa2\x05\x8a\x17\x1e\xcd\x75\xf0\xe6\x88\xe0\xa1\x3c\x15\x9e\xd8\x62\x0b\x9e\x1a\x53\xaa\x53\x92\xd3\xf2\x44\xb4\x4b\x72\x2b\xcf\x9f\x1c\x2c\x24\xfd\xfd\x57\xf9\xa7\xe0\xd8\x9e\x80\x05\x91\x24\xe2\x5d\x49\xd3\xf8\xa0\xc7\xbd\x58\x9c\x01\x53\x97\xd9\x4f\xf7\x9d\xe6\x30\xe2\x50\x62\xd0\x84\x5a\x76\x77\x46\xe5\x3e\xad\xae\x5f\x35\xab\x4b\x6b\x2d\xa6\x41\x56\xaf\xd1\xaf\x9c\x1c\x8a\x7b\xb9\x1f\x36\xd3\xc1\x99\x26\xde\xb2\x0a\xad\x13\x48\x31\x38\x58\x64\xfa\xea\xf1\xc6\x0d\x4f\xac\xb2\xd2\xaf\xeb\x3c\x8f\x43\xa7\xea\x70\x71\xdc\xd0\x58\x7e\x14\x72\x7d\xcc\x62\x99\x04\x9f\xca\x51\x2b\x52\xef\x31\x3c\x54\x78\x22\xf4\x1e\x62\x8a\xc0\xda\x15\xca\x0f\x3a\xc8\x68\xf3\x25\xeb\x36\x4d\x59\x43\x00\xbd\x38\x10\x25\xd8\x05\x40\x40\xdc\x3f\x13\xf9\xb6\xf6\xaf\x05\xe7\x61\xc1\x76\xa5\xff\x7c\xe4\x9c\x87\x01\xa0\xbc\x16\x4e\x98\x7a\x09\x8d\x0c\xa8\xc8\x3d\x7e\x56\x65\x94\x1e\x3f\xa0\xee\x0c\xe5\x37\xd3\x56\xc8\xe5\x3f\x43\x4a\x43\x30\x32\x3f\x75\x3c\x7f\x35\x04\x85\x2d\x6f\xdc\x14\xde\xfa\x84\x37\xde\xf0\x42\x28\x6d\x29\xa0\x34\xb3\xb7\x24\x53\x1e\x8f\x4b\x8a\x2f\xc6\xca\xc6\xa0\xcf\x3b\x51\x96\x73\x06\xe7\xc2\xd7\x14\xd2\x2b\x65\xd3\xa9\x9a\x13\x23\x51\xf1\x7c\x70\xf3\xe7\x97\xdf\x6e\x48\x73\x4e\xcd\xce\x1b\xeb\xf4\xf2\x7c\xb4\x6c\x2a\xd4\xfb\xa2\x4a\x1b\xa4\x2e\x05\xc4\x6a\x7b\x73\xf7\x96\xe8\x4d\xd5\xdd\x0a\xd4\xf6\x48\x99\x5c\xca\xf4\x3d\xb7\x11\x9d\x8e\xe5\x86\x7d\xd2\x6b\x80\x6a\x79\xbb\x3d\x2e\x48\x53\x17\x13\xce\x5b\x4e\x9f\x9f\xf9\x5b\xca\x03\xa1\x63\x0d\xfb\xba\xd0\x51\xc6\xf6\x03\xf0\x5d\x20\xed\x65\xff\x87\x20\x9f\x0a\x75\x9a\xba\x97\x7f\x8e\x67\x36\x80\xf3\x99\x2d\xae\xf6\x49\xa7\xbe\xb3\x9f\x5e\xfd\xec\xec\xa2\x6c\x8b\x26\xd6\xc2\xd4\x6d\x64\xae\x20\x33\x24\xaa\xc8\x9b\x73\x73\x98\xba\x20\x31\xbf\xde\x76\xfc\xe1\x29\x55\x97\x91\xf1\x4b\xbf\x0f\x8d\x9e\xb8\x05\x54\xac\x02\x18\xdd\xe4\xf3\x9e\x26\xe0\xf6\xfa\x92\xb8\x68\xc9\xfa\x8a\xa7\xb7\x32\x46\xc0\x95\xad\x89\x75\x05\xd6\xc4\x0e\x3c\x05\xc3\x65\x85\x1d\x75\x15\xb6\x16\x80\x0b\xc9\x87\xdf\x3a\xd0\xcc\x06\xa5\xb6\x67\x54\xbe\x9a\x34\xd7\x91\xd9\x50\x62\xb3\xa1\x54\x34\x27\x4a\xdc\x5e\xa5\xc2\xc7\xb9\x46\x13\x90\x37\xd4\xce\x9b\xf0\x7e\x47\x51\x3e\x40\x27\x16\x12\x89\x08\x33\x32\x26\xdf\xac\x7d\x31\xa0\x73\x92\xe1\x3a\x0b\xfe\x1c\xa5\x50\x7e\x37\x0d\x36\xa2\x0e\x41\xcc\x03\x37\xd7\x00\x9c\xee\x27\x32\x9d\xdd\x48\x87\xec\xbb\xaa\xee\x71\xad\xe9\xf2\xdd\x42\x3d\xb4\x9a\x3a\x47\xa3\x5e\xef\x38\x19\x68\xc9\xe2\x05\x01\x85\x47\x21\x14\xd7\x4f\xbd\x20\x5c\x3c\x3f\x50\x9d\x9a\xb1\x7b\x8e\x4a\x08\xaf\x52\x05\x03\x08\x9c\x0e\x31\x54\x7d\xd3\x97\x9d\xee\xde\x22\x15\x6b\xa5\xc9\x55\xb3\xd6\x3b\xa5\x8c\x24\xd8\xe9\xc0\xcc\xde\x60\xad\xa8\xa4\x32\x5e\x28\xa6\x64\x8f\x7d\xd3\x3b\xa7\x85\xda\x21\xd2\x73\x5c\xa3\x57\x62\xe0\x73\xac\xe5\xf1\xc2\xc5\x73\x8a\x09\xe1\x88\x45\x06\x5d\x3e\x6c\x33\x30\x6b\xe7\xc0\x40\xaf\x38\xfe\x91\xe0\xa6\xc1\xea\x40\x76\x4a\x88\x80\xfa\xe3\x92\x2f\x37\x87\x8d\xd2\x7d\xc2\x88\x7e\x80\x45\xf3\x5c\xb8\x89\x13\x91\xa0\x01\x91\x5f\x70\x40\xd2\xfd\x0e\x69\x24\xa8\xaf\x7b\xe3\x58\xc0\x28\x25\xfb\x79\xf8\xa4\x29\x56\x4a\x01\x63\x0f\xa4\x64\xbd\x42\xaf\x6d\xf0\x51\xfb\x40\x56\xcd\x2f\x9e\x3f\x4d\xe0\xb0\x0d\x5a\x71\xaf\x3c\x52\x9b\x05\x72\xbc\xb5\x28\xcf\xc5\x14\x25\xb9\xcd\xf1\x5f\x55\xe4\x8a\xe7\xef\xe5\xb8\xc5\x5f\x46\x0e\xd6\xcd\xc4\x18\x58\x0e\x61\xd9\x09\x2a\xd7\x3e\xde\xb5\x24\xb1\x83\x88\x63\xbe\xcc\xb3\x53\x04\x2d\x6b\x37\x01\xe3\x53\x23\xf8\x48\x31\x68\xbe\x99\x5d\x75\x23\x4b\xf7\x9c\x95\x9a\xbb\xb5\x52\xbc\x75\xdd\xa2\x5b\x67\x9d\xc2\xad\x3b\x73\xeb\xdf\x3d\xf5\x88\x5b\x5f\x76\xcb\xdc\xad\x4d\x45\x8f\x65\xb0\x5d\x73\x6f\x75\xc9\xee\x50\x9a\x1d\x91\x2a\x0f\xc5\x41\x76\x2d\x1c\x45\xbd\x5f\x24\xc7\x55\x46\x82\x23\x17\xff\xa7\x35\xc8\xfd\x68\x20\xf9\xa3\x08\xbb\x7a\x83\x64\xed\xbc\x17\x7e\xfa\xf0\x1f\x51\xf9\xe7\x73\x2d\xdb\x9f\xd5\xdd\x05\xc9\x0f\x40\x58\xcd\xf2\xe6\x00\x9f\x99\x3b\x0a\x1c\x84\xc4\xcb\xae\xd8\xc1\x7b\x84\x13\x64\xc3\x31\xc8\x6d\xf3\xb3\x7c\x43\xbf\x3d\xdc\x95\x6f\x40\xd1\x6a\xf7\x05\x1b\x56\x15\xce\xd9\xec\xaf\x24\x43\x67\x23\x37\x8f\xd9\x4b\xc6\xa4\x37\x8c\xca\x53\xe1\xf6\xf6\x30\xd8\xe6\x24\x3c\x1e\x67\x64\x54\xff\xca\xfd\xdf\xfc\xd7\x4b\x88\x01\xde\xe2\xf8\xc6\x3b\x8d\x25\x56\x92\x0f\xd8\x3f\x82\x16\x1e\xee\x41\xfb\xc6\x4a\xd8\xc9\x26\x94\x34\xb5\xd1\xc9\x06\x30\x28\xea\xb4\xe1\x51\x42\x51\xc3\x15\x74\x7f\x14\x77\xa4\x42\x5b\xb5\xe4\xfa\xbb\x15\xd4\x75\x0a\x5a\x30\x8f\x95\x4d\x02\x41\x55\x9c\x1a\x67\x10\xd5\xe1\xfc\x1d\x54\x57\x20\x62\x02\x8c\xdc\x54\x01\x17\xd0\x9f\xc1\x6a\x14\x40\xf6\xb5\x06\x85\x9f\x66\xb4\x81\x63\x2c\x00\x0d\xec\xdd\x30\x0d\xd4\x7b\x8f\xe1\x7f\x04\x60\x1e\x93\x17\x5a\x9d\x01\xd9\xe1\xe3\x25\xc0\x6b\x7c\x94\x38\xd8\xef\x7c\xed\xe1\x03\x17\xc7\xb6\x9b\xd3\x27\x4b\x0d\x37\xd7\xee\xf5\xe2\xe5\x34\xc8\xc6\xc5\xcb\xd9\x75\x09\x58\x98\xe8\xc7\xe7\x6e\x21\x73\xa7\x1e\x88\x19\x82\xfe\xff\x7b\xc1\x28\x70\x7c\xdd\x1d\xab\x97\x5a\xa8\xe7\xc3\x1d\x59\x04\x7b\xbc\x76\x24\x15\x83\x67\x09\xe4\x28\xaa\xe2\x59\x1b\x59\xa3\x01\x7e\x87\x32\xa0\x8a\x8f\x49\xfc\x9a\xd3\x15\xa3\x0e\x39\x85\x5e\xd0\xa1\xa5\x1d\xa0\x46\x08\x4b\xe2\xa9\x3c\x14\x1f\xda\xb7\x5c\x32\xd7\xea\x54\xbb\x67\x91\x14\xab\x16\x40\xcf\x5b\x45\xd0\xf3\xfd\x6b\xa6\xbc\xfa\xbf\x6e\xab\x6f\x7e\x35\xeb\xf5\x13\x11\xb6\xcf\xdd\xb8\xfc\x28\xba\x17\x87\x22\xb5\x57\x67\xd1\x4d\x21\x74\x28\x54\xe8\x9f\x55\x86\x1b\xe6\x9f\xc0\x85\xd3\x06\x88\xef\x28\xe9\x40\x47\x6f\x00\x31\x7a\xa6\x91\x34\x40\x44\xf1\xbb\x55\x0a\x06\x55\x5b\x70\x8d\x6b\x40\x35\x92\x2a\x96\xb5\x3b\x6a\x73\x39\x82\x08\x58\x8d\xcc\x32\xb9\x4a\x64\x67\x96\xee\x71\xb4\x72\x8f\xa3\x57\xec\xea\xa7\x31\x0e\x9f\xc7\x94\x56\x2d\x29\x09\xe0\xad\xc1\x47\xed\xb1\x59\xc7\x2d\x09\x04\xa6\x2a\x1f\xad\xf1\x51\x07\xc8\xda\x7c\xd4\xba\x5d\x6b\x06\xfd\xc2\x47\xaf\x63\xa3\x4d\x5a\x4c\xc5\x70\xe4\xa3\xc9\xb8\xfc\x26\x5e\xce\x32\x6c\xb9\x79\xd1\xd9\x86\xc2\x73\x92\x95\x66\x2f\xb3\x2a\x05\xdb\xf8\xf3\xda\x9e\xab\x7d\x99\x50\xe1\x68\x77\x79\xc4\xb4\x10\x0d\x99\x9e\xc6\x98\x55\x64\x5e\x4c\x0a\x5d\xbf\x89\x37\x7d\x95\xc8\x7b\x9f\x07\xc4\x97\xfe\x1e\x12\xd7\xba\x56\xe5\x1c\xb0\xb8\x35\x26\xbe\x11\x85\xaf\x9b\xd3\xc7\x89\xd9\xe1\x01\x03\xb4\xa2\x9a\x21\x5f\x35\xfc\x5e\xfe\xa6\xda\xd8\x88\xc6\x9d\x5a\x31\x38\x40\x69\x95\x52\xca\xd1\x23\xe8\x02\x82\x53\xcd\x9a\xf1\x84\xe7\x6b\x6c\xf3\x79\xa6\x07\xa1\xab\x36\xd0\xee\x02\xb3\x4f\x46\xcf\x6c\x97\x26\x21\xab\x0f\x71\xc0\x13\x72\x2a\xc4\x6f\x9e\x9d\xd3\x0c\xbe\xc5\xec\xf8\x1b\x75\xc2\xe6\xfa\xb5\x9c\xfb\x0b\x8c\xfc\x41\xfe\x09\x47\xde\x74\xf0\x2c\xd5\xa7\x76\x4f\x64\xa9\x2c\x48\x65\x79\x2b\x3d\x98\x3f\x93\x0a\xdc\x74\xbb\x01\x87\xe7\xd6\xd4\xca\xd0\x06\xca\x24\x06\x80\x60\xee\x27\xc2\x8d\xba\x35\x44\xe3\x7f\xae\xf2\x2e\x6b\xb1\x7c\xa1\x2c\xdb\xeb\xeb\x49\xed\x42\x12\x6d\x75\x59\x91\xf5\x43\x3f\xab\x4e\xa2\xdc\xa8\x85\x4a\x0e\x79\x47\xc2\x4e\x95\xe2\xfc\x58\x5f\x6f\x28\xe2\xba\x25\x2f\x5d\x0c\x51\x25\xf0\xbe\xa9\xd9\x53\xb3\xc7\xdf\x0a\x84\x42\x8f\xd3\x92\x68\xa9\xcc\x57\x7b\x33\x95\x55\x4d\x75\x4a\xce\xb7\x3b\x27\x42\xbd\x16\x2b\x8b\xd4\x5d\x94\xb0\xe9\x71\xe8\x97\x9b\x52\x78\x77\x57\x02\x44\x53\xdd\x78\xe5\xe5\x2e\xbc\x55\xfa\x2c\xce\x80\xa3\x09\xaf\x9c\x27\x95\xf2\xdd\x95\x9a\xa4\x75\x7a\x15\x75\x7a\xc8\x55\x94\xa4\x1f\x9d\xab\x1d\x99\x0a\xfd\x74\x2b\x29\x09\x3d\x30\xb3\x45\xa1\x57\xf8\xa0\x83\x3c\xfb\x46\x9e\x7b\x67\x59\x5d\xf7\xf2\x45\x43\xe1\x0c\xc1\xd1\x5d\xb5\x50\x4e\xbc\x67\xec\x12\xd4\xc1\x7d\x20\x9a\xb3\x53\x51\xad\x70\x55\xf5\xec\x81\x69\x83\x42\x42\x1f\xc7\x99\x59\xff\x67\x55\x2b\x0c\xcd\xd0\x8c\x0c\x92\x13\x02\xb8\x8c\xc3\x3b\xaa\x78\x39\xab\x74\x40\xcc\x6b\x9e\xfe\xfc\xde\x4b\xd2\x0a\xbe\x7c\xa4\xfb\x9c\x5e\x9c\x7b\x0c\xec\xe3\x3f\x8c\x73\x4d\x7d\x1f\xe7\x1f\xda\x98\x67\x03\x1f\x39\xff\xc9\xc0\x97\xa4\x18\xde\x3f\x14\xc9\x03\x96\xb2\x5b\x98\xb0\xbe\x1c\x37\x4e\x5e\x41\x17\x4b\x5e\x32\xc5\x26\xdb\x5f\xd4\xf3\xfb\xdf\xe9\x61\xe1\x5d\xf9\x67\x56\x81\xa4\x4e\x28\x2f\x42\x54\x2b\xe4\xdd\xdb\xca\xcc\xdb\xba\x4a\xdf\x26\x86\xd1\x1d\xc8\xeb\x82\x1c\x49\x15\x15\x23\xd3\x4c\x18\x93\x95\x60\x3f\xb2\xbb\x36\x7c\xd7\x32\x46\xfe\xde\x5e\xfa\x84\x63\xa1\x56\x8e\xc2\xa3\xf8\xa6\xfc\xa3\x76\x7c\xd3\xfa\xf6\x28\xbe\xa9\xa2\xf6\x6d\xaf\xa0\xdc\x01\x6c\x9d\x53\x1a\x23\x49\xa2\x05\xb4\x00\x5c\x69\x01\x2a\x00\xab\x4a\x31\x57\xd1\x58\xf4\x73\xde\xea\x81\x10\xda\xa6\x8f\xd0\x0f\x6b\xa0\x88\xdc\x58\x9c\xd3\x02\x8f\x60\xcb\x1b\xc6\x09\x6a\xf2\xc7\xf5\x1e\x75\xe4\x2f\xd0\x40\xb9\xc0\x3a\x01\x01\x78\x78\x20\xb2\x8e\x58\x6f\x29\x83\x42\xf5\x2b\xaf\xe6\xb7\xca\xd4\x8a\x17\xa1\xee\x11\x29\x49\x31\xfa\xef\x17\xe4\x6d\x1f\x2e\x68\x9c\xee\xfd\x59\x39\xe3\xf9\x10\x93\xfd\x89\xb6\x8b\xf9\x15\xc8\xc7\x44\xf7\xa1\x7c\xd5\x1e\xe2\xb9\xab\x59\x06\x49\x42\xed\x4f\xcd\x5e\xc1\xed\xb3\x1a\xf3\x18\xbf\xa6\x95\x06\x7a\xa7\xd7\x4d\x32\xdc\x66\xc1\x99\x25\xde\xc4\x48\x79\x58\xea\x5b\x85\x84\xe7\xcd\x2c\x2b\xa6\xd8\xbf\x02\x6b\xd6\x68\x5a\xfe\x90\x64\x74\x74\x97\xd3\x95\x16\xaf\xa9\xb6\xac\x36\xaa\x02\xe8\x44\x5c\xdd\xda\x3a\x00\xe1\x26\xc6\x01\xf5\xbc\x47\x5d\x22\xfc\x85\xad\x4f\xd0\xf5\x19\xf5\xb0\x19\x92\x62\x01\x2c\x28\xfb\xc0\x0c\x01\xae\x70\x7b\x17\x80\x3b\x1e\xe9\xbd\x2c\x05\x0a\xbb\x6b\x9c\x87\x7f\x57\xa1\xbc\x6c\xa8\xa2\xe8\xad\x44\x63\x82\xce\x18\x99\xf9\x3a\x13\xe2\x91\xfc\x7d\x2a\x56\x41\x03\xc4\x62\x4d\x19\x36\x48\xf9\xfe\x5d\x45\xb2\x42\x9d\x13\xa2\xc8\x99\x5a\xa3\x2c\x30\x37\x76\xaa\xc8\x6d\x58\xc0\xde\xaf\xcb\x16\x7b\x6f\x60\xf7\x2f\x61\x6d\xd9\x9a\xeb\x66\x48\x19\x6c\xf0\x45\x4b\x79\x81\x83\xdb\x49\x09\x9f\xa0\x2a\xa6\x4d\x20\xef\xd5\x72\x76\x21\xe2\x49\xe1\xfa\x27\xb1\xa4\xde\x53\xa9\x64\x44\x04\x5a\x88\x77\x00\x93\x6c\x8c\xa9\x56\xef\x9b\x74\x6d\xf4\xa0\xeb\x6f\xdf\x88\xc5\x8e\x64\xb0\xee\x6c\xbd\xf2\x56\x11\xc8\x94\x31\x1e\x3a\xdb\xac\x88\x75\x64\xec\xb6\x35\xb9\xb6\x88\x0b\x52\xb7\x1d\xf0\x3e\x31\xb8\xb9\x3a\xab\xb0\x59\xac\x7f\x69\x9e\x7b\x08\x6c\x73\xe8\xa8\x43\xc3\x3f\x4a\xdf\xa4\x1d\x53\xc5\xa5\xaa\xe9\x15\xd7\x65\x93\xe4\xee\x07\x5b\x46\xc0\x4e\x9d\x1a\xb5\x38\x13\x27\x07\x0a\x48\x59\xaf\xe5\x02\x7d\x05\xa5\x6d\x51\x6e\xf6\x01\xb0\xf3\x2a\xd9\xb2\x35\x55\x0a\xc0\x8a\x4f\x60\xf0\xab\x3d\xc4\x3c\xb9\x18\x2b\xf3\xc2\x47\x96\xe2\xbe\xe9\xa9\x67\xab\x0a\x03\x64\xd9\xee\xfd\x41\xcd\xf7\xd5\x25\x82\x25\x72\x4d\xf3\x4f\x8f\x5c\x26\x2c\x7d\x87\x4d\x88\x34\x16\xb1\x3c\x52\x3d\x6e\x4d\xd6\xdc\xa2\x31\x61\x1d\xba\x6c\x2a\x68\xa1\x9e\xa2\x10\x51\xb6\x3c\xb1\xc1\x50\xb8\xaf\x37\x7a\x87\x23\xbc\xab\xe1\x1d\xa8\xf3\x59\xb4\xe4\x7a\x40\xfd\x2a\x0f\x84\x12\x25\xd0\x91\x05\x72\xc3\xaa\x1c\x7a\x71\x2b\xad\x38\x13\xaf\x64\x0a\xeb\xcf\x62\x37\xdb\x71\x26\x4a\x4f\x52\x0c\x2c\xf5\x9a\xab\x10\x8c\x93\x9f\x4b\xf1\x86\x66\x7b\x01\x05\xc8\xf6\x48\xc1\x20\x57\xd8\x92\xbc\xf7\x74\x23\xe9\x61\x62\x83\x3d\xa7\x38\x09\x07\xa0\x06\xd2\xc0\xe4\xf3\xd2\x93\x18\x08\x31\xac\x6c\xbd\xf2\xa3\x70\x8d\x21\xdd\x15\x37\xbf\x6b\xee\xa4\x51\x52\x16\x55\x69\xe6\xef\xef\x7d\xb3\xfb\xaf\xa4\x9b\x1b\x39\xb7\x7a\x8f\x61\x35\xe6\x05\x5c\x99\x7d\xbf\x5c\xdb\xf2\x5b\x09\x68\x13\x37\xcc\x5b\x71\xff\x96\x2a\x1a\xc3\x4f\xbb\xc6\xb8\xbf\x5c\x53\xcf\xf2\x97\x17\xde\xef\xb8\x5c\xc4\xcc\xd9\xe4\x48\x7b\xcc\xe8\xd1\x8c\xb5\xaf\xcd\xbd\x46\x2a\x55\x69\xbf\x1b\x3c\xd5\x18\xc8\x83\x9b\x3a\x1d\xfa\x99\xc1\x6f\xf4\x20\x2a\xbc\x1c\x0a\x37\x71\xea\xd9\x9d\x5b\x29\x96\x72\x6c\x4b\x8e\x52\xa4\x4a\xed\x51\x16\x95\xda\x9a\x2c\x18\x9d\xd0\xb4\xc9\xaf\xc2\x65\xda\x00\x8b\x28\xc1\x96\xa0\x0f\x84\x0b\x8d\x21\x62\x00\x71\xfd\x0f\x54\xf3\x91\xd0\x2b\xdd\x8c\x49\x07\xfd\xba\x65\x0e\xcd\x96\x39\x13\xca\x96\xe9\x89\x42\x0e\xfb\x91\x36\x54\x31\x2d\x0f\xc5\xe0\x2c\xcd\xda\x2e\xdd\x42\x72\x48\x7a\x11\xd6\x13\x02\x6e\xdd\x0c\x60\x07\x30\xa5\x58\xbd\x2f\x8b\x98\x4c\xbd\x15\xfc\x65\x01\x34\x18\xba\x49\x6c\xe5\x15\xa5\x74\xc3\x45\xcc\x17\x8f\xcb\x03\xe1\x85\xce\xfa\x35\x1f\x60\xbd\xf6\x81\x2c\x37\x14\xa2\xd4\xbd\xa5\x0c\x52\x27\x6e\xdc\x42\x27\xae\xda\x79\x33\x7e\x7f\xf3\x5b\x09\x8d\x0c\x42\xd4\x95\x6e\x3e\x32\xd5\x4c\xe8\xcb\x6b\x39\x47\x71\x76\xad\xba\x37\xe5\xac\xd6\x8d\xe0\xed\x9a\x34\x96\xa0\x50\x17\xe9\xe6\x6f\xf4\xe2\x2f\x9b\x3f\x22\x89\x08\x5d\x29\xcb\xe1\xd8\xd5\x5b\x23\x2f\xc4\x6c\xc6\x2f\x4a\xc1\x1b\x94\xae\x6d\x7b\x45\x31\x69\x25\xda\x3c\xbb\x57\x45\x99\xd8\x70\x79\x9f\x73\x56\xad\xee\x21\x64\xef\xf3\xbf\x30\x42\x44\x27\x63\xfa\xf8\xee\x94\x90\xfd\x45\xc9\xd6\x77\x5c\xea\xaa\xe9\xbf\x66\x22\xc5\xb4\x81\xa9\x9d\xdc\xe7\xdd\x3c\xa6\xaf\xf2\xf2\xf4\x70\x4c\xc3\xca\x2d\xb8\x1f\xd3\x11\xa3\x71\x56\x89\x4e\x80\xab\xfc\x4d\x78\xaf\xee\x68\x77\x6f\xed\x0b\xa9\x68\x17\x64\x67\x8e\xa0\x20\xa9\x96\x8c\x9e\x73\xfe\xa7\xf6\xaf\xa2\x60\xf6\xeb\xbd\x6f\xa2\x78\x20\xd4\x5d\x93\x30\x65\x4b\x4e\x97\x18\xaa\xb9\x94\xe2\x86\x72\xe1\x88\x7c\xc2\x2d\xe4\xdd\x3c\xe9\xf4\x38\xa1\x75\x08\xf5\x52\xcc\x8e\xc0\x79\x67\x41\xb5\xaa\x22\xf7\x69\x09\x5f\xcc\xed\x37\xa0\x5f\x47\x47\x90\x5e\x19\xc5\xc9\xc8\xad\x84\xd7\xfc\x62\x56\x1e\x88\x8b\x63\xe9\x4b\xd5\xcb\xca\xae\x90\xcb\xd1\xa1\x69\x31\xbf\x5e\x8b\xba\x29\x3b\x33\xae\xac\xbb\xa5\xa7\x31\x8d\xe3\x22\x39\x63\xfb\x35\x53\x94\xbd\x10\xe5\x18\x35\xaa\xa2\x5f\xc8\x06\x09\x81\x47\x1b\x14\xe7\x72\x47\xbe\x3b\x75\xb7\x05\x29\xf6\x47\xda\x6e\xfb\x40\x03\xa8\x76\x32\xfa\x55\x76\x45\xf2\xda\x34\x62\xfa\xf4\xda\xa2\xec\x62\xf1\x51\xfd\x55\xd0\x0c\x02\x70\x13\x12\x09\xd4\xf5\x95\x82\x1d\x27\x75\xde\x79\xe5\x37\xd5\xea\x6e\x14\xb0\x45\x40\xbe\xa9\x7a\xcd\x1d\xf5\xe0\xde\xb1\x62\xde\xda\x28\xbd\x44\x35\x40\xcc\x76\x94\xf6\xed\xf8\x52\x8a\x17\x4a\x30\xdf\x6a\x78\x88\x5a\x80\x00\xfe\x63\x70\xa0\x56\x04\xeb\x6c\x0f\x1e\x16\x0a\x11\x20\x23\x54\x0e\x08\x49\xd4\xe5\xfe\x15\xf5\x2b\xe5\xa1\xf8\xe8\x5a\xab\x9c\xff\xfc\xfd\xdf\xb8\xcf\x5b\x8d\x6c\xb5\x17\x3d\xe4\x8d\xcb\x4d\x60\x14\x1d\xe0\xc8\x34\x48\x8d\xb0\x49\x76\xd1\x3e\xe7\x00\x47\xb3\x37\xc3\x27\xe8\xfe\x68\xea\x78\xbd\x53\xcc\x59\xcb\x04\x3b\xb5\xbb\x67\xd5\x25\x62\x3e\xc0\xfa\x06\x09\x40\x35\xd9\x1a\xb1\x23\xb8\x53\x67\x84\xb4\x0d\x69\xc8\x2a\x91\xe7\x21\x3b\x77\x43\xc6\x18\x6d\x6e\x28\xeb\xc2\x0d\x25\xc3\xc9\xb3\x42\x5a\xc1\x5b\xcd\x4a\x0d\xae\x48\xac\x22\xd9\x5b\x63\x4e\xce\x58\x2f\xf6\x6d\x5c\xb6\xb0\x89\xed\x38\x55\x90\x23\x7d\x96\xf9\xd6\x56\x76\x0a\xa7\xc4\xad\x9d\xd2\xd6\x58\xab\xa9\x30\xd7\x4a\x7b\x43\xe6\xbf\xd1\x70\x8d\xc0\xa8\xc0\x77\x36\x3b\xd9\x2e\xfb\x0d\x56\xaf\x98\x8a\xc8\x08\x10\x39\xa1\xca\x12\x6d\x54\x1e\x70\x01\xc9\x70\xdf\xe6\xb1\xad\x9b\xe1\xec\x30\x48\x2d\x19\x88\x54\xf6\x10\x9e\xa1\xd3\xa5\x50\xa8\x29\x42\x62\x95\x7c\xd5\xc0\xbb\x56\xba\x75\x55\x99\xa7\xdf\xcd\x3c\xfd\xbb\xa8\xff\xa3\xcf\x3e\x7c\x85\xf4\x7a\x45\xe4\xc7\xff\xf5\x3f\x76\xda\x77\x78\xb9\x42\xac\xb7\x1b\xcc\x85\xa4\xd8\x8b\xcf\x42\xf9\x35\x27\x24\xed\x8f\xa2\xbf\xdf\xef\x74\xff\xe8\xc2\x47\x2a\x56\x9b\x10\xc4\x5e\x6b\xb5\x9f\x04\x3d\x5c\xf3\x9c\x9f\xb3\x97\x3b\x1e\xcd\x52\xd5\x2c\x56\xb5\x52\x7b\xde\x10\x0f\x32\x4c\x07\xba\xcd\x81\x12\x65\xa7\x5e\xfa\x88\x4f\xad\xdb\x2e\xee\xda\x1c\x64\x2e\x0c\x30\xc9\x85\x07\x4e\xc1\x1f\x43\x02\x8d\x2f\x7a\x79\xa3\x4b\xde\x87\xa3\x0c\x99\xe5\x1b\x1c\x9b\xca\x96\xcd\xab\x9b\x8b\x5d\xb2\xf1\xf9\x28\xca\x03\xf1\x38\xf6\x2d\x37\x8f\xdc\x6b\x24\xc5\x2d\xed\x66\xf4\x4f\x95\x52\xe1\xd5\x79\x1f\xf8\x72\x2e\x3d\x0c\x7d\xca\x6d\xe9\x5a\x9a\x4d\x96\x7f\x5a\xc8\x4e\xdc\x25\x68\x30\x2b\x61\x1e\xdb\x75\xd0\xb6\x8c\xbd\xed\x11\x19\x54\x17\x44\x9a\xc5\xf1\x17\x01\xcd\x8b\xe2\x91\x16\x07\x07\xd7\x5b\xa2\x39\xd4\x35\xc7\xfe\x55\xf6\x84\xbb\x23\x56\xd5\x5c\x6c\x91\xdf\xe1\x0a\x51\x9a\x90\x92\x38\xab\x58\x05\x86\xd0\x12\xd3\x55\x57\x81\x8e\xba\xa7\xf0\xbb\xb6\xb1\xca\x6a\xcc\xab\x79\x9c\x16\xac\x3a\xd3\x2b\xe3\x42\x63\xdb\xad\x97\x2a\x07\x66\x53\x72\x6b\x3a\x25\x78\x05\xb7\x9e\x3a\x74\x28\xe7\xa9\x05\xf7\xfe\x61\xcb\x30\x1a\x2c\xa6\x53\xf7\xfe\xe5\x42\xa4\x63\xa0\xf0\xa9\x2a\x3b\x2f\xc5\xc5\x60\x0b\x24\x8d\xd0\x21\x0d\x26\x57\xea\x1f\x6e\x71\xdd\x9e\x0d\xcc\x79\x4c\xae\x01\x95\xa8\x23\x7c\x04\xb3\x1a\x89\x85\x29\xeb\x3b\x5b\x10\x29\x21\xff\x6a\x41\x43\xa2\x06\xc8\x63\x03\xd8\x8f\x4f\x5e\x5c\x00\xc1\xec\x65\x2f\xee\xb8\x9c\xb4\x56\x98\x48\xff\x60\x68\x95\x25\x4b\x08\xf1\x6c\x65\xe5\x90\x5f\xe0\x2c\x72\xe7\x2c\x82\x5f\x78\xb9\xce\xfc\x21\x59\xdc\x61\x97\xb8\x9c\x95\x3e\x0d\xbe\x10\x3c\xbb\x66\xa0\x6f\x36\xa6\x69\x62\x91\x1b\x1d\x65\xc9\x94\x02\xf6\xb8\xf5\x88\xcc\xe1\x2e\xe1\xee\x59\x5e\x28\x90\xe4\x39\xab\x8b\xcc\xc7\x60\xf8\x7b\x30\x06\x25\x59\xe4\x8a\xdd\xa8\x43\xd0\xcb\x14\xe5\x2c\xbe\xab\x6d\x79\x24\x5e\xc9\xc7\x0a\x65\xfb\xbe\x3d\x94\xbf\xd1\x5d\x4e\x85\x3a\x3b\x6d\x54\xe8\x4d\x8d\xad\x80\x5e\xdc\xbc\xfd\xc1\x2e\x99\x08\x6f\xe3\xd4\xfa\xf9\xb0\x3c\x91\x21\xeb\x8a\xcc\x16\xed\x5f\x50\x46\x4f\xc4\xe3\x55\xd5\x3f\xfe\xc3\x75\xa8\x2c\xb9\x07\x0e\x4a\x40\xa5\x2f\xd9\x60\xf1\xc6\xb7\x48\x77\x42\x3a\x40\x04\x1c\x00\xc5\x49\x68\x7c\x78\x94\xd6\x60\x52\xd0\x9f\x22\x4b\x37\x36\x06\x02\x1a\x98\x65\x3f\xdd\x8e\x8c\xd7\x3f\x0c\xcd\xed\xeb\x55\x47\x62\xdd\x20\x95\x6c\xc8\xcb\xe6\xf1\xcb\xb2\x19\xf2\xb2\x09\x25\xb0\xf3\x7e\x9a\xed\x46\xec\xdd\x92\x41\x56\x1c\xbe\x5e\x1e\x89\x08\x19\x28\x8b\xd3\xd5\xd1\xe8\xeb\xbb\xc7\x8e\x0c\xda\x3f\x06\x91\x2e\x5b\x8f\xf3\xb5\xae\x3c\xa3\xaa\x5b\x8f\x25\xec\x95\xa5\x61\x9d\x98\x40\xb4\xe5\x20\x2d\xd0\x62\x8e\x65\x23\x64\x5b\xb2\x32\x36\x03\x47\xea\x2d\x4a\x7f\xf4\x9b\xf9\x77\x27\xdf\x09\x15\xa5\x9e\xf0\xde\x7e\xf3\xee\x5a\x89\x53\xd6\x64\xad\x2a\x30\xe6\x16\x83\x55\xf8\x6e\x31\xe1\xa7\xd0\xc3\x47\x42\x7d\x26\x57\xec\x6f\x28\x47\x1b\x12\x54\x83\x7a\x4f\xe3\xd6\x3e\x5f\xbd\x20\x0a\x2d\xb5\x4a\x35\x84\x11\x05\xa4\x16\x4f\xef\xe5\x91\xf0\x67\x7b\xe5\xb7\x1c\xb3\x14\x3f\x22\xd9\x4e\xf2\xdc\xc7\xf6\x7b\xf9\x06\x1f\x0b\xfd\xbe\x41\x83\xba\x77\x5a\x33\x2c\x94\x91\x10\xb1\xe3\xd3\x52\x69\xaa\x05\x5b\xf1\x1f\x42\x24\xaa\x42\x36\x53\x5b\x96\x9e\xca\xec\xbc\x15\x1d\x59\x83\xa2\xbf\x4f\x21\xe2\x89\x27\x35\x91\x6b\x04\x59\x36\xdc\xe8\x54\x28\x5f\x37\xdf\x61\x7a\x39\xb9\x71\xc3\xeb\xeb\x44\x35\x18\xdc\x8c\x34\xa1\xd7\xa7\x72\xc6\x88\xbc\x7a\xc8\xbc\xb5\x20\x76\x62\x2c\xfe\x43\xce\x73\xfb\x0a\xbe\x53\x4f\xb8\xe3\x86\x83\xbd\xa0\xac\x8d\x5d\x42\x64\xd0\x52\x3b\xe5\x81\xe8\x55\xa5\x8d\x57\x58\x02\x00\x71\x35\x4b\x7f\x4d\xf9\x55\xa6\xc2\x6b\xe9\xb3\x4f\xde\xca\x69\x1d\x5f\xf4\x61\x11\x0f\xb5\x3a\xcb\xe3\x95\xa6\xde\x8b\x8d\xfb\x1a\x33\x84\xa6\x5b\x58\x9f\x6b\x09\x9c\xeb\x8f\xd5\x83\xd1\x1e\x7c\x55\xa1\xa5\x3d\x83\x84\xfb\xf0\xa7\xe5\xa9\x18\xd4\x64\x33\xe1\xbd\x0a\xc2\x90\x0a\x22\xf3\x4d\x52\x2a\xdd\x6e\x96\x75\xc6\x18\xe9\xa9\xc4\xa7\xbf\x9d\xe1\x93\x07\xc2\xbb\xff\xf1\xb1\x62\x29\x7f\x78\xac\x6a\xe9\x2f\x8f\xc5\xf2\x0e\xdf\x7f\x7e\x8c\x6d\x23\x08\x4f\xf8\x27\x66\x64\x5c\x11\xc8\xee\xfa\xfd\x06\x06\x2c\xf6\xd2\x46\xf1\xd1\x1c\x68\xc0\xa2\xa9\x50\x82\xaf\x2b\xeb\xef\x7e\xaa\x3c\xae\xe1\x57\xff\x55\x33\xe0\x24\x71\xb4\x37\xe2\xf6\xde\x08\x53\x74\xe3\xd4\x07\x8c\x29\x7a\x33\x8e\x6b\xc9\x8f\x8e\xb0\xc7\x76\x90\x12\x27\x03\x51\xf0\x6b\x14\xb6\x2d\xd3\x3b\x39\xc5\x57\xb5\x11\x8a\x47\x66\x44\xb2\x25\x3c\x51\x11\x20\x4c\x33\xcc\x16\x72\x88\x30\x8d\x25\x8f\x5b\x95\x93\xab\xcb\x8e\x0b\xef\xb1\xac\xa4\xed\x9e\xfa\x8c\xc1\xcc\x35\x63\x2d\x96\xb8\xe6\xd2\xa3\x14\x5e\x47\xdd\x15\x23\x6d\xd3\x6e\xe1\x9d\x9e\xc6\x19\x5e\x98\x7a\x62\x50\x52\xd8\x69\xdd\x82\x05\xe6\x77\x58\x34\x19\xdb\x6e\xa1\x7e\xc0\x15\x7b\x13\x62\x0a\x5c\x31\xb5\x92\xb6\x93\x19\x6c\x01\x8c\x31\xc4\xa6\x3a\x55\x00\x59\x8b\x06\xf0\x99\x3e\x72\xc1\x29\x2a\x5d\xa0\x74\x27\xe2\xe3\x2e\x11\x1a\x52\x6a\x9d\x98\x2b\x2a\x14\xa6\x80\xd7\xf7\x20\x37\x77\x79\xff\xc0\x55\x1a\xf9\xc6\x0f\x15\xba\x82\x80\x8f\x79\xa8\x4e\x64\x0a\xbc\xf7\x9f\x51\x3c\x2f\x2f\x59\x4a\x8c\x4b\xbe\xaa\x83\xb3\x89\x50\xe2\x4c\x22\x3e\xd4\xcb\x8a\xfe\x1a\x0c\xec\x5c\x11\x12\x58\x9f\xd2\x60\x60\x0b\xaf\x7f\x05\x1b\x42\xf5\x1d\x26\xd4\x25\x81\x43\x22\xaa\x2b\x63\x45\x3f\x2c\x6a\xa0\x96\x3a\x23\x48\xb8\x95\xdb\x4f\x04\x92\x02\x8a\xf3\x42\x34\x99\x41\xf9\x65\xc6\x62\x27\x57\x39\xde\x5b\x67\x31\x2e\x67\x09\xb1\xe6\xa5\x0a\xc9\x41\xfe\xb6\x18\xde\x88\x91\xc6\xfe\x85\x7c\x5a\x0c\x0f\x20\xd6\x99\x57\xb6\x8a\xe0\x8b\x9c\x26\x25\x4e\xba\xc2\xde\x78\x3f\x3b\xdb\xea\x78\xd9\x6f\xde\xac\x0d\xe2\x22\x9c\x28\x7f\x3d\xa0\x8b\x8d\x58\x33\x9d\x8c\xbc\xd6\x9b\xcf\x6c\x7b\xa2\xe2\xa2\x9d\xdc\x75\xff\x14\x82\x68\x51\x64\x73\x9e\x96\x7d\xa0\xd2\x44\x85\xb2\xcb\x1f\x9a\x16\x00\x31\xa6\xb6\xb2\x64\xa0\x72\x66\x53\xf7\x4f\x01\x0c\x57\xa8\xbb\x7d\xad\x5b\xf6\xc4\xfb\xfd\xea\x94\xbd\x8e\x99\x88\x6f\xbb\x1d\xd0\xb8\xca\x03\x63\x60\xc8\x2a\xe3\x73\x42\x42\x5c\x2f\x7f\x1b\x55\x08\x4e\x64\xeb\xb8\xe2\x99\x05\xc4\xa3\x59\xb1\x2f\x37\x9f\xec\x42\x46\xa7\x22\xd0\x1e\x6f\xd5\x35\x00\xed\xe5\x24\x43\x0b\x51\xe8\xd7\xc5\x8e\x4b\xb1\x2f\x2a\x1f\x8e\xb8\x69\x66\xcb\x76\x17\x8b\x64\xd5\xee\xe6\x25\x48\x9b\x7a\x56\xaf\x9c\x06\x2d\x22\x8a\x1b\x72\x88\x58\x7d\xee\x29\x1d\x9f\x75\xb0\x40\x1e\x7c\x92\x6b\xf1\xed\xed\xbe\x49\x1b\x2a\x6a\xd0\xb1\x4a\x2f\x38\x24\x94\xd7\xa1\xef\xe2\x54\xc6\xb4\x14\x14\xb5\x6a\xd5\x25\x4a\x05\x00\x56\xa9\x0a\x97\x4c\xc7\x11\x58\x96\x9c\x0c\xdc\x62\x1f\xb1\x7b\xe8\x16\xab\x78\x53\xf9\x57\x9d\x2c\x0e\x54\x01\xb0\x73\x70\x98\xe6\xe1\x2c\x8a\x68\x46\x7f\x10\xb3\x8a\x6e\xc9\xfd\x51\xfe\xe0\xe2\x5c\xaa\xa2\x8f\x33\xa2\xa7\xd4\x25\x3b\x39\x3b\xff\xa9\x93\x93\xbc\x99\x6e\xe4\x34\xac\xcc\x99\x39\xd0\x65\x4f\xf4\x09\xdf\xab\xcf\xdd\x45\x46\xf7\xd2\x68\x1d\xdd\x79\xfc\xe3\x88\x7b\xb1\xa4\xbc\x5d\xb1\x84\x12\xf9\x61\x27\xfd\x1b\x52\x75\x4b\xd5\xc9\xbd\xa2\x04\xb5\x91\x62\x5b\x10\xc3\x9b\x1b\x13\x96\x84\xcb\xe6\xfa\x9e\xea\x72\x4b\xd2\xd9\x3b\x79\x40\x3d\x82\x09\x53\x67\x69\x1d\xbe\xc1\xed\xa8\x5f\xcd\x85\x4c\xb7\xe0\x92\xbc\x6b\x57\xbb\xe5\x53\x3a\x60\x81\xa2\x3b\x45\xa8\xd0\x9d\x46\xaf\xa3\xfd\x1c\xb4\x43\xa3\xc8\x72\x11\x42\x37\xbb\x42\x09\xe0\xe2\xa4\xd7\xa9\x62\xe8\xb1\x34\xf9\xa2\x07\x87\x6f\xe5\x2c\x55\x40\xbc\xe5\x52\x05\x96\x52\x78\xad\x2e\x0d\x63\xea\x1d\x46\x1c\x8e\x5d\x72\xe9\x27\x14\xfb\x4f\x45\x92\x28\x03\x44\x5b\x26\xa7\x42\x29\xe0\xb1\x46\x1c\x20\xba\xa6\xb8\x54\xf0\xcc\xe7\x2f\x49\x9f\x5f\xa6\x83\x28\xb7\x93\x36\x7d\x4a\x52\xac\xa5\x05\x85\xae\x6d\x70\x29\x61\x79\x00\x5a\x48\xdb\xb7\x76\xcc\xd5\x50\xf7\xe9\x6a\xfb\x75\x23\x3f\x73\x99\xf7\x36\x3b\x76\xf2\xf6\xde\xa3\x50\x2d\xb9\x8c\x48\x6f\xbe\x25\x3e\x5a\x1d\x26\xeb\x74\x85\xfa\xb5\x4c\x19\x26\x5c\x51\x7f\x35\xaa\x93\x3f\x63\x3a\x6a\x63\x5a\xbd\xa9\x9a\x3c\xcb\x7a\x48\x2e\xb8\xaa\x53\x39\x32\x11\x74\x29\xee\x95\xbd\x8d\x1c\xb0\xc1\x5a\x33\x93\xc1\xec\x15\x29\x31\x5c\x3b\xcf\xca\x65\x33\x2b\xd7\x51\xe6\x88\xa0\x7f\xa4\x76\x56\x3b\x55\x83\x1f\xe3\x77\x76\xe8\xbf\x42\x22\x57\x64\xf3\x02\xd7\x1b\xf1\x21\x2b\xbd\x3b\xc9\x8c\xbf\x6b\xfb\x97\x0c\x72\xd5\x1c\xc9\xaf\x25\x3b\x25\xc6\x95\xf5\x44\xf7\xbe\xec\x89\xe1\x6b\x13\x13\x13\x9c\xa1\x45\x7e\x5a\xe6\x0a\xdb\x55\x7b\xdf\x78\x85\x33\x9a\xde\xbf\x6a\x7f\x20\x46\xef\x21\x7d\xbb\xee\x1e\xc1\x62\x8c\x8f\x4e\x59\x8c\x41\x6d\xcc\xcf\x39\x9f\xb9\x0c\x83\x6b\xfb\xfe\xc0\x4b\x39\x10\xee\x55\x1f\xc6\x69\x5e\xac\x12\xea\xf7\xa6\xda\xe3\x9f\x15\x24\xb1\x10\x1f\xea\x41\xae\xe5\x55\x39\x56\xea\xae\xfe\x46\x66\xf6\xa8\xfa\x40\xfc\x2c\x81\x18\x62\x12\x11\xbc\x23\x07\x44\xbd\x2a\x0d\xf2\xdc\x88\x9a\x4f\xaf\xb6\xa6\xe2\x75\x8d\x6a\xb6\xad\x26\x1b\xf1\xb8\x60\x1d\x8e\xbe\xe9\xc0\x70\x8c\x60\x33\xbb\x15\xc8\xd1\x66\x36\x3a\xdc\x03\x73\x9e\x28\x87\xd5\xe7\x39\x42\x3a\x79\xf5\x8e\x0e\x1b\xb3\x72\x26\xd4\xef\xb4\xc8\x66\x3f\x2c\x5c\x1d\x1e\x70\xf5\x61\x78\xbb\xfa\x4d\xe8\x71\x05\x60\x52\x0b\xe7\xe8\x53\x60\x59\xd5\x9c\xed\x0a\xa0\xcd\x4c\xf9\x75\x92\xe6\x54\x55\x0a\xb7\x25\xe9\x94\x0a\x1c\x7c\x72\xc3\xa2\x3d\xe6\x73\x83\x19\x29\x8c\x0a\x30\x42\x2c\xa5\x56\x71\xff\x2a\x96\x52\x1e\x89\x71\x21\x98\x12\xb8\x0f\x0b\x7a\x88\xa8\xd2\x3e\xeb\x23\x60\x7e\xc5\xf4\x45\xad\xd2\x89\x7e\x0c\x1a\x75\x95\xab\x55\xd2\x2b\x55\x82\x0b\xa5\xbd\x23\x67\xbe\xa8\x42\x5f\x4a\xc0\x73\x34\x3b\x2d\xb9\xf4\x8c\x81\x62\x2e\xe0\xeb\x51\xa1\x4e\xa9\x69\xd2\x1b\x4f\xd2\xde\x93\xd6\x32\xd9\x80\x11\xb7\xf0\xa8\xa9\x70\x6b\xe6\x51\xec\xc8\x7d\xc9\x98\x81\xcc\xfd\x55\x63\x75\xa5\x58\x34\x59\x83\x9a\x54\xcb\x58\xfa\x81\x97\xbf\x74\xf0\x60\x2e\xcd\x39\x48\x97\x81\xc7\x91\x68\x2a\x0a\x45\x19\xba\x6d\x15\x73\x8e\x2f\x5b\x97\x40\x27\xe4\x61\x82\x3d\x7e\xc3\xad\xe6\x5f\x73\x22\x74\x4b\x9e\x4a\x28\x4e\xdf\xde\x95\x5d\xe1\xb8\x9d\xb5\x02\xe8\x7d\x40\xe8\x39\x3a\x52\x35\x92\x33\x6f\x01\xc5\xce\x26\xc6\x06\x9d\x9c\x65\xed\x77\x4e\x9f\x09\xb7\x00\x18\x3a\x21\xca\x38\x3d\xd7\x50\x5d\xbf\x6f\x7a\xb9\xab\xae\x60\xf9\x9a\x35\xae\xb8\xca\xbe\x9a\xbb\x74\xd4\x5d\x70\x4a\x6f\x40\x5a\x6d\xcb\xeb\x97\x5d\xd1\xf4\x9a\xca\xc2\x33\x96\x53\xc0\xfb\x5d\x39\x28\x6e\xae\x23\xc0\xfe\x5d\x90\xcf\x47\x56\x3d\xb0\xc8\x6f\x73\xa4\xb6\x67\x8e\x19\x04\x70\xfd\xd0\x8b\x12\xb0\x3c\xd7\x8a\x5d\x00\x55\xc1\xaf\xe6\x26\x60\xc5\xe1\xf7\x09\xf0\x3e\x04\xae\x37\x11\xde\x55\xae\xf8\x79\xfc\xa2\xa0\x3b\x89\xe5\x0e\x28\x82\xdb\xdb\xf9\xd3\x5e\x99\x91\x37\xdb\xc2\x5e\xdd\x8e\x20\xdc\x94\xcc\xcc\xad\x9b\x5e\xa8\x56\x5c\xf7\xf4\x3f\xe5\x9a\x2a\xbc\x8d\x4e\x64\xda\x2b\x45\xa7\xd3\x4f\xbd\x52\xce\x33\x1b\x9a\x9b\x02\xcf\x37\xbf\xa2\x7e\x5d\xed\xee\xcd\x76\x78\x90\x1b\x75\x3a\xa7\x06\xb5\xd1\xe4\xc1\x27\xa9\xc3\x73\x7e\x5b\x3f\xeb\x7d\x3d\x97\x26\x5a\xc0\x7c\xe4\x1f\x5c\x36\xe3\xeb\x15\x43\xa4\xfd\x45\x49\xa1\x5e\xdd\x72\x60\x4f\x6b\x2e\x0e\x4d\x59\x13\x52\x94\xfa\x94\xc6\x29\xe6\xe3\xb8\x30\x52\xe4\x56\xdd\xab\xd2\x0f\xdc\x50\xf7\xed\x66\xd7\x6c\x29\x9a\x51\x52\x62\xfe\x06\xf3\x81\x4d\x29\xd4\x4a\x9d\xf9\xc8\xe5\x4c\x00\xfd\xfa\xee\x7a\xee\xff\x94\x10\xcd\x34\x20\xa4\x68\x4d\xe3\xd1\xed\x05\x16\x52\xb8\x1b\xd5\x24\x89\xdc\x8d\xce\xc5\x37\xde\xd5\x48\xb0\xbd\x98\x29\x16\xc9\xcb\xcb\x6d\x8e\x05\x52\x6c\x1c\xb3\xcd\xec\x9d\xd7\x1d\xdf\xb4\x3d\x13\xf2\xdc\xa0\xaf\xf2\x69\xd0\xab\xcf\x8c\xda\xf3\x20\x8f\x64\x3b\x2c\x55\x42\x7f\xb7\x54\x81\xa2\x50\xd9\xbe\x76\x8a\x99\xd2\x91\x73\xc0\x00\xfd\x34\x26\x2d\xf5\x4f\xc6\xa4\x25\x8f\x7b\xd2\xb6\x2f\x84\x96\xa9\x62\x69\x66\xe1\x4b\x2f\xe1\x37\xae\x9f\x49\x81\x53\x77\xd6\x97\x3e\x2b\x61\xf3\xee\xac\x7e\xee\xb3\xad\x14\xaf\x94\x5a\xfa\xe3\x98\xd8\x32\x1d\x93\x26\xac\x1e\xf5\xd0\x3a\x15\x06\xc9\x1d\xff\x07\x83\x14\xdf\x58\x38\x4c\x47\xef\xa5\x98\xf4\x55\x2e\x81\x3d\x3c\xff\x90\xc0\xae\xde\xd3\xdc\xee\x9f\x99\x12\xea\x78\x65\x57\x8c\x33\x57\x0f\x74\x65\xa8\x7b\x6f\xd6\xe2\x8b\xae\x9c\x8a\xe8\xcc\x8f\x97\x0a\xcf\xb4\xc6\x6b\x90\x4a\x54\x23\x2b\x6f\xb1\xbd\x06\x7e\xbc\x58\x16\x20\x2d\x34\x68\x1d\x3f\xf3\xcc\xb2\x53\xf2\xad\x2d\x7e\x7d\x4b\xbf\x34\x0b\xbf\x15\xdf\xf4\x41\xa1\x2f\x09\xab\x76\xc6\xd2\x8b\x64\xaa\x4d\xa9\x96\xde\xfd\x82\x97\xa1\x7e\xe5\x8c\xd3\x04\x34\x9a\xea\xab\x9b\x61\x7b\x75\x68\xab\x6b\xca\x13\xd6\xdb\x74\xf9\x00\xfd\xd3\xce\xe4\xc4\x54\x0c\x6a\xdd\xa0\xee\xe5\x8c\xf6\x30\x37\xdb\x97\x20\x9a\xf4\x84\xfb\x5b\xe5\x10\x46\xf3\x97\x6c\xa5\x70\x95\xca\x2c\x11\x52\xd7\x86\x9d\xe5\x3f\x11\x28\xf0\x20\xce\xb2\xfa\x59\xda\xeb\x17\x52\x6c\x1d\xaa\x87\x8e\xfa\xa4\xd1\xd7\x55\xad\xd3\x2d\x0f\xd5\x59\xc7\xaa\xec\x95\x1f\x55\xe0\x38\xb5\x43\x46\x54\x2c\x96\xd2\x97\x6b\x20\xb7\x50\x27\x2c\xc8\x51\x66\x4e\x6b\xd4\x75\x77\xea\x5e\xe6\x63\xe7\x28\xd4\x47\xae\x0a\xc6\xbd\xca\x12\xad\xc5\xba\xd6\xac\x4f\x0d\xcc\xc0\xd5\xf4\xb8\x4e\x68\x03\x55\xad\xad\x2a\x5f\xde\x96\xe2\xaa\xc7\x4d\xfa\x79\xd1\xba\x95\x1e\x6f\x48\x71\xd6\xf0\x19\x9e\xb4\xce\x2c\x86\x44\x8f\x4b\x74\xcd\x51\xeb\x4a\x7a\xf1\x56\x8a\x58\x8f\x61\x49\x1c\xb4\xce\x99\x12\x91\x1e\x2f\x68\x0e\xed\xb5\xf6\xad\x1b\xb0\x5d\xa8\x39\xf7\x24\xd0\xba\xd6\xe0\xab\xe7\x62\xa7\xc7\x75\x8a\x42\x6c\xb5\xbe\x85\x48\x46\x62\xa3\xc7\xf0\xa7\xae\xb5\xee\x58\xbc\xe6\x5e\xc4\x4a\x8f\xc1\xb4\xbc\xd4\x3a\xc7\xb4\xec\xeb\x31\x39\x27\x17\x5a\x67\xb8\x7b\x15\x67\xbc\xa4\xc7\x97\x1c\xbd\x4a\xdf\x63\x2d\x45\xc7\x19\x5f\x68\x01\xb4\x1d\x7d\xad\xf1\x71\xa3\x22\x38\xe3\x35\x5d\xd6\x74\xf4\x26\xbd\xfe\x45\xd8\xce\xf8\x40\xd0\xe6\x0d\x47\xc7\x8c\x71\x5e\xfe\x10\x96\x33\x0e\xe8\x57\xdd\xd1\x61\x7a\x78\x2d\x45\xcd\x19\x6f\xe9\xe6\xaa\xa3\x77\x69\x2b\x81\x14\x57\x67\x1c\xd0\xcf\x8b\xa3\xc3\xf4\x78\x55\x8a\xb3\x33\x26\x9e\xf5\x93\x73\xe3\x59\xff\x30\x07\xdb\xbb\x5e\xce\x41\xaa\x05\x97\x71\x4e\xfd\x15\x81\xe3\x7a\x67\x42\x76\x50\x1d\xd9\xa6\xfc\x9b\xa3\xa3\xed\x05\xb7\x5a\x92\x22\x76\xc6\x7b\x7a\xc8\xc1\xd1\x51\xfa\xb4\xad\x14\x91\x33\x2e\x51\x8a\xcd\xde\xd1\x95\x83\x4c\x47\x38\x74\xc6\x07\xba\x2a\x70\x74\x9c\x5e\xbe\x94\x62\xe7\x8c\x8f\xf4\x73\xeb\xe8\x24\xd7\xcc\xc6\x19\x5f\xcd\x46\xbf\x76\xf4\x65\x84\xa3\x75\x3a\x7a\xb2\x48\x88\x54\xd9\x55\x6a\x84\xcd\x8a\x60\xc1\xd5\x46\xe1\x45\x97\x8e\x8e\xfc\xdb\x30\xfb\xce\x78\x41\x83\xbe\x70\xb4\x9f\x05\xc8\x2a\x6a\x0c\xd4\xbb\x92\xd2\xd7\x14\xf7\xff\x4d\x74\xd4\x18\x74\x00\x6d\xa5\xf3\x74\x00\x2d\x35\xae\x53\x55\x6a\x53\x69\x2b\x65\xeb\x7e\x14\xb6\x1a\x6f\x69\xba\x36\x60\xfd\xa5\x08\x17\x96\x39\x4e\x8b\xc5\x1c\xf7\xd2\x99\x58\x53\x63\xa2\xeb\xae\x2a\x9d\xd1\x75\x5f\xd5\x98\x04\xed\x45\xe9\xcc\xae\x3e\xab\x71\x85\xc6\x4c\xe9\xd2\x38\xbd\xfd\xac\xc6\x01\xca\x2b\x73\xe1\x78\xcc\xdc\x93\x3c\xd7\x40\x54\xa1\x16\x04\xfe\x7b\x54\x94\x54\x9e\x76\x73\xac\xc6\x20\xb6\x39\x28\x1d\xa5\xb3\xfa\x4d\x44\x6a\x5c\xa2\xfc\xd0\xbd\xd2\x95\xf8\xb6\x62\x42\x35\xbe\x10\xd6\x5d\xa0\xf4\xd5\xca\xe6\xef\x4e\x8d\xf7\x5b\x73\xf9\x56\xe9\x68\x7b\x5b\x1b\x1b\x35\xbe\x5c\xcd\xe1\xb5\xd2\x57\x26\x87\x2d\x3f\x8a\x95\x1a\x57\xa9\x95\xa5\xd2\xb5\xdc\x3c\xf5\xd5\xb8\x41\x0e\xa1\x85\xd2\x36\x6c\x4e\xb3\xa8\x2b\x72\x1c\x04\xf0\x3b\xe9\x1c\x6d\x71\x47\x8e\xeb\xd4\x4a\x5b\x6a\xcb\xba\x1d\x6e\xc9\x71\x83\x0e\x37\xa5\xb6\xad\xdb\xf8\xd9\x72\xbc\xa6\xec\xc5\x86\xd4\x9b\x7a\x6e\x40\xe4\xb8\x49\x97\xd7\xa5\x6e\x59\xd9\x80\xc8\x71\x9b\x0e\x57\xa5\xee\x58\xb7\xc9\x71\x95\xe3\x23\x11\xe6\x5d\xa4\x4e\x6a\xb9\x95\x24\xc7\x0d\xfa\xd0\x93\xd4\x76\xfa\xa1\x27\x29\x12\x39\x2e\x51\x33\x47\xa9\x2b\x99\x3c\x8a\xe5\x78\xd1\x30\x87\x0f\x52\xfb\x8d\x6c\xce\x47\x72\xbc\xa4\xe3\x7b\xa9\x57\x8d\x0c\x17\x25\x94\xe3\x2a\x35\x1f\x48\x5d\x4b\x9b\x37\xdd\x2e\xc7\x0d\xfa\xa8\xad\xd4\x76\xfa\x51\x46\xfb\x92\xe3\x26\x95\x3b\xaf\xa5\x6e\xad\xb3\xf6\x57\x72\xbc\xa6\xf6\x97\x52\x6f\x1a\xd9\x24\xf6\xe5\x78\xb1\xec\x11\xe3\xb8\xf6\x97\xbd\x74\x02\xfe\x7e\xab\x9f\xcc\xd5\xf3\x8d\xb4\x4e\xd9\xd5\x9f\xe3\x2d\x35\xf2\xa1\x77\x8d\x6c\xf0\xde\xc7\x07\xcb\x34\xf1\xa6\x63\x2b\x93\xd3\xbf\xc6\x47\x3a\x3a\xd3\x89\x95\xbd\xf7\xeb\xb8\x64\x93\xb2\xa5\x53\xfa\x6d\x73\xf4\x79\xbc\xa4\xea\xd3\xa9\x4e\x79\xb0\x8d\x82\xfe\x34\x5e\xd3\xd1\x47\x9d\x72\xc2\x9a\x1e\x79\x18\x07\xf4\x0e\x13\x1d\x36\xb2\x61\x18\x8f\xb7\x74\xed\xe8\xc6\x93\x6d\x5a\xb8\x1f\x5f\xe8\x69\x43\x7d\xb5\xb3\xa3\x77\xe3\x0b\xbd\xd9\x40\x5f\xd3\x37\x3b\x4a\xd1\x1f\xef\xa9\x5d\x4f\x47\x69\xbb\x75\x29\x7a\xe3\x03\x1d\x75\x75\x9c\xeb\xb5\xee\xf8\x48\x47\xb5\x4e\x72\x63\xe8\x8c\x9b\x36\xc8\xe5\x5a\x69\xda\xe2\x5c\xe8\x5e\x80\xc4\x9e\x0f\x44\xc6\x49\xa1\x1b\xb5\xf6\x0c\xc7\xb9\x27\xad\xe3\xdb\xef\x23\xb9\xc1\x57\x2a\xd8\xc3\xb9\xe2\x1f\x11\x12\x28\x8f\x84\xfe\x3c\x10\x7c\xd1\xf6\xaa\xc8\x93\xda\x96\xcd\x0f\xe6\x43\x30\xba\x29\xed\x9f\x39\xbf\xb0\x58\x48\xcb\x21\x48\x50\xb4\xfc\x5f\x73\x06\x6b\x61\x5f\xd5\x56\x06\x3d\xf2\x1e\x4a\xa4\x17\x5d\x55\xc9\xfc\x5d\x57\xf1\x6e\x47\x45\xee\x10\x15\xe1\x36\x7b\xe3\x95\x5f\x4c\x8b\x2f\x69\xf2\xce\xb0\x01\x81\x7a\x52\xec\x2d\x77\x85\xf0\xa8\xf4\xd8\xed\x66\xd4\x13\x98\x97\x54\x45\xff\xca\x6e\x7e\x32\x4b\x8c\x5a\x24\x36\x3d\xc8\xbc\x0e\xb9\xba\x8c\x89\x28\x10\xfe\x1a\xee\x39\x49\xa2\x3c\x30\x9d\x36\x2f\x6b\xe1\x2c\x64\x3c\x4f\x8f\xa9\x3b\xe8\x8c\x73\xd6\xf7\x1c\x28\x86\x9a\x9c\xaa\x3d\xd8\xe9\x54\x8d\x26\x10\x10\x48\xe8\xce\x5b\x6e\x39\x58\x8c\x81\xec\xe5\x13\xda\xdf\xbd\x69\x4f\xf9\xbd\xb2\x27\xfc\x9a\x2a\xc9\x3d\x75\x4d\x5b\x92\x8a\xa5\x2d\x87\x12\x61\x8c\x1d\x1a\x67\xdd\x70\xa6\xbc\x3d\xa5\xf7\xbe\xc7\xf1\x26\xeb\x57\x99\xa1\xfb\x2c\x82\x0f\x6c\xf4\x56\xaa\xf1\x8b\xd3\xef\xec\x6f\x27\x37\xaa\x71\x9f\xa5\x10\x5c\x7d\xce\xa4\xf0\x84\xea\x07\x67\x63\x23\xea\x3e\xbd\x56\x42\x60\x08\xd3\x06\xe6\x87\xb9\xce\x15\xe2\xd1\x5c\xe2\x09\x6d\xc9\xf0\x83\xdf\xed\x1e\xd6\x54\xeb\xea\x96\x07\xc2\xa3\x11\xe9\x79\xcb\xaa\x5b\xcc\x2d\x0a\xae\xa4\xef\x6f\xd4\x69\x58\xbc\xcf\x6f\x50\x2e\xc4\x59\x05\x8d\xee\xf7\x74\x24\x36\xdb\xb5\xcd\x5e\xd6\x16\x0d\x7b\x77\x73\xfc\x27\x89\x59\xad\x01\x95\x61\x59\xd2\x47\xfd\xd9\x46\x2d\x08\x68\x56\x61\x96\x2c\x08\x68\x7f\xa3\xc2\x07\x30\x92\x06\x0f\x66\xbe\xaf\x55\x9d\x78\x5c\xa6\xa5\x2e\x16\x89\x7f\x62\x88\xe2\xa4\xe9\x20\x8b\x09\xf5\x7c\x78\xf5\x91\x70\xad\xee\x7e\x43\x6f\x7c\x94\xad\x7a\x0f\x5e\xd4\x13\xbc\x32\xb6\x5a\x6f\xdc\xef\xfd\x34\x14\xae\xcd\x24\x67\xc8\x5d\x2d\xc9\x5d\x6c\x66\x23\x23\xd2\xa8\x00\x3c\xaf\x58\x04\x61\xcc\x01\xcf\x36\xd6\xf6\x5b\xed\x4c\x33\x77\xb0\xa8\xf6\xb9\xf0\xc7\x13\xae\xa7\xd0\x50\x44\x0d\x99\x09\x6f\x4c\x6d\x4e\xcf\x19\x99\xb9\xe6\x09\xed\x1e\x00\xaa\xdf\x94\x11\xc2\xec\xc3\x83\x4d\x75\xb6\x7a\xa7\x98\xe2\x2c\xc9\xcd\xb5\x1a\x5e\x00\x37\xa9\x9e\xd5\x66\xee\xa9\x7a\x9b\x3e\xaa\x21\x01\x31\xea\x08\xd3\xa9\x34\x77\xd5\xed\xc4\x40\xe8\x9a\x1c\xe0\x61\x09\x3f\xec\xf4\xf5\x61\xd7\xef\x0f\x3b\xf1\xc3\x5a\xe9\xc3\x9a\xff\xea\x61\x7b\x59\xcb\xb5\x99\xe4\x52\xa8\x8e\x60\x72\x7a\xdc\x5a\x04\xbb\xfd\x64\x2d\x29\x5d\x5e\x2c\x11\xfe\x93\xe7\x61\x16\x6d\xcf\x25\xdf\x34\x3f\xb3\x12\x4a\x7b\x42\xd6\x2d\x84\xc9\x46\xda\x13\xf8\x34\x8c\x94\x59\x3a\xf0\x9b\x0f\x85\xfe\x6d\x1e\xe7\xec\x91\x4a\x2d\x2c\xb4\x2f\xce\xb4\xde\xc4\x03\xfd\x4b\x38\x2b\x4a\xd8\x93\xfc\x9f\xa5\x53\x1e\x08\xd7\x3b\x20\x7c\x71\x91\x67\x38\x39\x4f\x48\xf6\xdf\xcb\xd5\x7d\x79\x2a\x74\xac\xdb\x0c\x67\xe0\x6f\x7a\x40\xf1\xa2\x58\xd8\xea\xbd\xac\xc5\x40\x2c\xb6\xb2\x6c\x26\x63\x5f\x07\x4d\xe4\xf5\x96\xe7\x62\xf8\xcc\xb5\x1b\x75\x65\xb5\x3c\x38\x50\x1a\x44\x8a\xa2\x22\xe0\x1b\x32\x15\x08\x68\x88\xe8\xc8\x39\x60\xc3\x8f\x01\xb8\x36\xd7\x1e\xdf\xd8\xa4\xfc\xeb\xab\x53\x5a\x70\x85\xe1\x35\xa0\x23\xe4\xb0\xf4\xd6\x94\x08\x3e\x09\xdb\xbd\x14\x3b\x43\xd5\x20\x5d\x8f\x80\x7e\x78\x6b\x3e\xe4\xaf\x98\x34\x8f\xe4\x96\xd1\x2b\x55\x81\x97\x64\x78\xac\x63\xa1\xad\x43\x5a\x68\x2f\xf1\x86\x1c\x97\x96\x6c\x6e\x7e\xbe\x60\xb7\xa1\x2c\x32\x4b\x56\xf9\x82\x13\x5f\xb0\xe4\x0b\xa2\x0d\x93\xcc\x34\xfe\x70\x41\xb8\x21\x77\xac\x25\x99\x73\x25\x90\xb7\x8e\x6a\xb6\x68\x23\xeb\xa8\x1e\xea\x22\xcc\x94\x72\x2d\x49\x13\x90\x31\xa3\xe3\x07\x8a\xbd\xca\x68\x86\x91\xf2\xd7\xbd\xfc\x14\x34\xdd\xb2\xa5\xb5\xab\xba\x44\xc2\x34\xa0\x3e\x0d\x98\x99\x6d\x07\xd4\x91\xb9\x91\x25\x1b\xb4\x0b\x78\xec\x83\x39\x35\x30\x1b\x71\x13\x9b\xdf\x6c\xe7\xdc\x36\x33\xe1\x95\x5d\x27\x79\x7a\x27\x79\xd1\x71\x72\x1b\x3a\x36\xb1\x09\x11\x85\xd3\xb3\xc9\xd9\xee\x19\xe9\xda\x43\x56\x62\x90\x96\x74\xcf\x85\xf0\x28\x74\xa7\xce\x72\x4f\x26\x11\xf1\x8b\x3f\x31\x63\x02\x83\xd1\x46\x55\xde\xf3\x07\x42\x55\x54\x50\x25\xda\x86\x2e\x20\x2c\x19\x05\xbf\x75\x32\x83\xa9\x5f\xdb\x27\x8c\xb1\xdf\xf1\x80\xdb\x50\x42\xf9\xf8\x42\xd6\x50\xf2\xe5\xd5\x1e\xcc\x92\x0c\xa5\x69\x86\x6c\x0e\x95\xbb\x61\x60\x41\x08\x10\x52\xad\xda\x3f\x1e\x94\x6b\xfa\xe3\x23\x46\x0a\x5a\x02\xe7\xf9\x17\xa0\x47\x57\xa8\xa4\x7b\xaa\x92\x26\xd2\x8b\x37\xa4\xb5\x9c\xbe\xec\x4b\xe4\xef\xa5\x2c\x21\x95\x38\x8d\x15\x17\x0c\x08\xcc\xf0\xca\x39\x4b\x40\xb0\xd4\xf2\x80\x22\x40\xee\x63\xa1\x9f\xa3\x0a\x5d\xff\x76\xf9\x75\x1b\x55\xce\x6e\x45\x49\x4d\x21\x87\xc7\x92\x85\x1c\x9e\x53\xad\x97\x25\xef\x05\x35\x84\xb7\x91\x6b\x30\x5f\xd9\x3c\xc5\xb6\x04\xd7\xa6\x3a\x0a\x15\xfa\x94\xdb\x40\x5b\x21\x5f\xf1\x71\x6c\x33\xcf\x94\x73\xde\xf5\x21\xa6\x86\x42\x3f\xd3\x5c\x01\x86\xfa\x04\x0e\x85\xd1\x09\x55\xf5\x8f\x5b\x38\xd8\x67\xc8\x91\xde\x00\x2e\x7e\xe5\x5c\x76\x7d\x88\xe4\xeb\xb2\x97\xdb\x41\x91\xfb\xaf\x63\xe7\x44\x22\x75\xad\xae\xc7\x4c\x88\x86\xd8\x44\x4e\xc8\xcc\xa0\x80\x96\x82\x1a\x7c\x50\xe7\x76\x5e\x5d\xdb\x92\x75\x28\xea\x54\x7f\xad\x2d\x49\x4a\x33\xb3\x59\xec\x64\x7c\xd1\x7f\x29\x80\xad\x9c\x38\xdd\xea\x7f\x2b\x8c\xad\x7b\x08\xe0\x81\xd0\xbe\xf4\xcf\x5d\xb3\x66\xfb\x21\xb1\xb1\x21\x38\xe2\x1c\x0f\x40\x46\x46\x8c\xfd\x26\x98\x2d\x48\xdf\xad\xfe\xa3\x7c\xb6\xee\x49\x30\xef\xaf\x12\x7d\x67\x15\xfa\x0e\xd5\x16\x3a\x76\x9a\x48\xbd\x5f\x2b\xeb\x7b\xe7\x55\xf3\x9d\x57\xe1\xce\x8b\x4d\xe7\x19\x21\xdc\x92\x07\x14\xd4\xcc\x17\x69\x69\xd3\x8b\x50\x2b\xb5\x24\xb1\x46\x79\x06\xb9\xf2\xf9\x05\x75\x63\x44\xeb\xe6\x48\x13\x0a\x88\x79\x40\x3a\x14\x4b\xf9\xdb\x74\xd8\xb0\xb5\x20\x6c\x45\x7a\x49\xfc\xeb\x36\x16\x34\x79\x5e\x76\xdf\x4e\x69\x14\x73\x0c\xc9\xe1\xa5\x42\x5d\xda\x13\x0b\xe0\x63\x65\x4f\x8f\x7e\xaf\x53\xdf\x89\xaa\x5c\x29\x8c\xf0\x12\xd8\x57\x4e\xe1\xb7\x98\xda\xb2\xfc\x41\xd3\x41\x0b\x8d\x18\x6c\x55\x16\xa6\x44\xa5\x30\x25\xc2\xff\xc9\x94\x98\x2f\xef\x7f\xd0\xba\xcc\x42\x0e\x1a\x4c\x82\x93\xaa\x92\x14\x50\x51\xbe\xdb\x3e\xf7\xfe\x76\x02\xb9\x42\x7d\xae\xe7\x54\x88\xb3\x7d\xcc\x0b\x08\xd5\x92\xd5\x05\xd2\xb1\x3e\x60\x49\xaa\x4f\x63\x8d\x2c\xa5\x10\x6f\x36\x50\x0f\xde\x1b\x07\xbe\xc2\x26\x31\xa2\x3e\xf7\x37\x14\x84\xe8\x2b\x0a\x02\xd4\xb9\xa5\x8c\x0b\x52\x7d\x22\xc4\xe0\xba\xa3\xf5\x9a\x74\x03\x9a\xc0\x6e\x1f\x89\xf1\x6d\xf7\xff\x47\x13\xc7\x5a\xe6\xaa\xc4\x7c\x79\x68\xbb\x85\x99\x73\xff\xff\xfe\x08\x4d\x84\x6b\x13\x67\xbe\x73\x61\xd1\xe2\x3b\x3f\x89\x96\xc3\x19\x78\xc6\xbb\x58\xfe\x95\x8c\x71\xf9\x52\x23\x6b\xb6\x8c\x73\xd5\xb9\x89\x12\xa3\x01\x85\xe0\x70\x1c\x30\x3a\x01\x05\x34\xdf\x51\x40\x3c\x34\x6a\xb1\x78\x3c\x02\x9a\x18\x05\xca\x73\xa3\x54\x37\x36\x0c\x51\x41\xa2\x5d\xf9\xd2\x8a\x25\x0e\x40\x5e\x69\x5f\xb6\x80\x27\x46\x1d\x4d\x79\x6a\xcf\xc6\x92\x4a\xe3\xae\xcf\x94\xff\x47\x11\x92\x67\x04\x0f\xd8\xde\x02\x5d\xb2\xac\x0d\xd8\x0e\x05\x28\x3b\x65\x3a\x2e\x69\x2f\x9d\x65\x53\x6c\x4a\xcd\xc6\x8b\xde\xdf\x34\x6b\x16\xe4\x4b\xa5\xe2\x7d\x9d\x65\xfb\x1a\xa5\x6b\x79\x2b\x45\x7b\x5e\x04\x02\xb8\x59\x15\x92\x78\xa9\x34\xfe\xc4\x3c\xa9\x92\x98\x6c\x82\xc4\x5d\x9e\x58\x59\xde\x24\x94\x70\xfd\xc8\x9b\xf7\x87\x10\x62\x8b\x8a\x50\xd8\x82\xc8\x2e\xb8\x36\x35\x32\x22\x29\x23\x05\x1c\x2e\xe4\x68\xf1\x28\xa5\xbe\x2b\x6a\x38\x36\xb1\x22\x0d\x41\x62\xee\x82\xb3\x50\x90\x16\x2c\xd4\xf6\x04\xef\xcd\x0e\x76\xe3\xe8\x90\xf2\x3e\x01\x2d\x75\x14\xaf\x8d\x61\xa3\x3b\xfa\x52\xa5\xd0\xfa\x9d\xb5\x61\x72\x94\xa4\x93\xcf\x93\x3c\x76\xba\x40\xfd\x72\x18\x72\xbf\x12\x67\x5a\x65\x8b\x91\x2b\x8f\xcc\x80\x17\x11\x9b\x6f\x0c\xed\x51\x60\xd2\xee\x8d\x3d\xa1\x7f\x47\xb4\x44\xe6\xb5\x36\x59\x0b\x3b\x7c\xe8\x1e\xee\xe7\x83\xac\x30\x88\x24\x83\xae\x22\xe5\x90\x93\xf8\x87\x8d\x05\x97\x00\xaf\xc0\x42\x32\x5c\xb7\x3c\x54\x2c\x9d\x4b\x6c\x9d\xd5\xda\x32\x77\x46\xbc\x91\x5d\xab\xae\xf4\x0e\x5a\x23\x03\xa0\x24\x63\x2e\xc1\xcf\x32\x19\x33\x99\xb1\x73\xda\x7b\x5a\x88\xfd\x26\xc0\xea\x8b\x92\x62\xa7\xbe\x48\x8a\x16\x65\x96\x40\x54\x78\x02\x4f\x68\xa2\xf6\x53\x75\xda\x79\x8e\xd8\x45\x8c\x54\xe3\xe4\x48\x0f\x7a\x6d\xb6\x7b\x5c\xd4\xd9\x7e\x2f\xe8\xd1\x42\x0c\x88\x22\x40\xb5\x54\xe5\x2a\x33\x7d\xed\xba\xfe\xd9\x64\xcc\x30\x18\x5b\x00\x2a\x1d\x2d\x97\x68\x86\x26\x4e\x8d\x7a\x4b\xf9\x72\x11\xf5\x32\xdd\x65\x92\x6d\x5f\xd5\x09\xa5\xfe\x94\x28\xd5\xe1\xd7\x79\x4e\xbb\xd9\x85\x7e\xfd\xae\xa1\xae\x59\x00\xb2\x7d\x23\x15\x1b\x07\xe6\x5c\xf0\x2b\x8d\x14\xd2\x4a\x5e\xcd\xb0\x63\x69\x54\x48\xdf\x76\xaf\xc6\xeb\x1f\x37\xb9\x21\xa7\x81\x93\xd2\x26\xab\x3a\xd7\xb8\x2e\x9c\x52\x8c\x03\x85\x4a\x2c\x55\x38\xf7\x5c\xf8\x15\x3f\x7f\xb7\x82\xcd\x5b\xbc\xb0\x2e\xab\x51\xd0\x78\x1a\x53\x84\x96\xc2\x89\x2a\x96\x7b\x85\x77\x74\x85\x7a\xb8\x3e\x83\x3e\x9a\x3a\xc3\x36\x26\xcf\x4a\x7d\xdc\xe4\xd9\xc4\x08\xf3\x05\xe3\x6a\x2d\xa4\x08\xd4\x8e\x74\xaa\xc1\xde\x7c\xe1\x44\x37\xda\x5e\xea\x87\x73\xc5\x78\x23\x21\x83\x07\x02\x4b\x32\xc2\xcc\x1d\xed\x89\x42\xc8\xa5\x75\x33\x40\x06\x5c\xc8\x30\xf3\xd5\x0b\x4b\xeb\x04\xbf\x21\x90\xd7\x6c\xbf\x3f\xd1\xbf\x50\x19\x6b\xe8\x79\xfe\x15\xfc\xa2\x3f\x54\x4f\xa3\x84\x45\x55\x7f\xa2\xf1\x9a\x97\xea\x43\x3a\x06\xc6\x3d\x81\x7f\x4f\xa8\x45\x4a\xde\x73\x2d\x3d\xd3\xbf\x04\x95\x4a\x6e\x00\xf3\x0b\x8c\x72\xa7\x31\xfd\x09\xf1\x16\x4b\x14\x7b\x0b\x10\x33\xb2\x47\x3d\x5d\x94\xf7\xa1\x8f\xb3\x2b\x2a\x84\x53\xa2\x49\x42\xd0\xd3\x55\x05\x6b\x2e\x4a\xc8\xc5\x94\x64\x12\xe0\xe6\x62\x82\x5a\xca\xa2\xe0\x1b\xd8\x87\xb1\x7d\x10\xac\xfd\xe0\x6b\x08\xeb\x03\x5e\x2c\x23\x70\x82\x4f\xb3\x69\xb9\x0d\x48\x9a\x18\xcf\x61\x49\x53\x32\xfd\xa2\xf3\x15\xbc\xdb\xe7\x3f\x15\x03\x52\x78\x9e\xa0\xc5\x2d\x87\x25\x99\x27\x5c\xb7\x14\xf5\x39\xe4\x5c\xa7\xf2\x83\x2b\x79\x4c\x51\x61\xb0\x92\xf1\x88\xb6\x9c\xc3\x08\x26\x93\xc0\x3b\xd0\xc1\xf9\x61\x94\xff\xb5\x47\x61\xa1\xdd\xed\x80\xf4\xef\x05\x9c\x27\xcb\xd0\xfc\x52\xb1\x0c\x7d\xc8\x8b\xfb\xd4\xe1\x6d\xee\x25\xaf\xd0\xac\x58\x08\xa1\x6a\x7a\x11\x50\xba\xbf\xd2\xab\x8a\xce\x3f\x38\xad\x77\x38\x4a\x73\xa2\x78\xe4\x08\x89\xe6\xbb\xd7\x95\xa2\xe4\x13\x5d\xe9\x14\x6e\x2e\x75\x34\x92\x52\xa4\x39\x91\x3f\xf2\xfb\x40\xde\x4a\x75\xbf\xea\xc8\x34\xf9\x4f\x13\x1f\x3a\xea\xe9\x76\x41\x37\xdf\xd0\x16\x18\xab\x8f\x3b\xf0\x3b\xde\x7e\x9b\x45\xe5\xc6\xba\x06\x1a\xae\xd1\x1e\xc4\x0b\xaf\xb7\x92\x0a\xce\xe3\xa5\x9d\xfd\xb9\xd5\x72\xa1\x28\x5c\x7c\xb0\x4e\xc9\x4a\xd2\x43\x5f\xa3\x23\x3f\x37\xf9\x4a\xee\x16\xc3\xd1\x96\x68\x4f\x56\xbf\xae\xed\x9f\x4b\xd6\xcd\x8d\x76\xc7\xcd\x10\xa4\x2e\x9d\xee\x37\x08\xda\x7f\xaf\xda\x37\xd7\xbd\x3f\x14\xf4\xbb\xc5\x82\x7e\x72\x12\xab\x8d\x4c\x90\x3b\xbb\x04\x1d\x57\xcd\xa1\x6e\xad\xe3\x7a\x4b\x76\xbc\x3f\x97\x6c\x34\x8a\x4f\x0a\x13\x99\x95\xe6\xbc\xfa\x80\x22\x2e\xd6\xd4\xcc\x85\x18\x6c\xeb\xe4\xa1\x78\x4f\x92\xbf\xa9\x5f\x69\x82\x39\xf5\xae\x73\xe8\x65\x9d\x94\x96\xad\x14\x7b\xb3\xfe\x88\xa9\x4a\x7b\xb6\xb4\x46\x3f\xbe\x33\x7d\x7f\x75\x58\x1e\x8a\x41\xff\xc8\x7a\xe5\x15\x6b\x34\xe6\x35\x4a\x1e\x9d\x41\xa1\x56\xd7\x46\xa1\xdd\x23\x51\x94\xa9\x50\x1e\xc1\xd7\xf5\x66\x47\x48\x77\x6c\x44\xd9\xef\x89\x10\x93\x78\x5c\x9e\x0a\x97\xfc\x16\x35\xd5\x88\x80\x75\xba\xbd\x4a\xae\xec\xad\xd4\x8c\xbe\xac\x56\xaa\x81\x52\xf8\x69\xe3\x39\x4d\x39\x77\x39\x04\x3f\xa4\x4a\x0f\x15\x22\xe2\xec\x36\x69\xc0\x54\x0f\x2c\xf2\xee\x92\x5a\xf2\x9e\x48\x2e\x1c\x19\x94\xf3\x40\x98\x8e\xee\x43\x9b\x1d\x56\x56\x41\xc4\xfd\xd5\x67\x51\x32\xe1\xa8\x4a\x5e\x1e\xf7\xf2\x6e\xde\xad\x23\x8f\x14\x97\x16\xd3\x0e\x7f\x63\x1b\xdf\x48\xbf\x6f\xdf\xa8\xae\x2a\xf8\xf5\xb7\x6f\x58\x22\x24\x26\x97\x80\x06\x74\x25\x2a\x00\xc2\x1d\xc8\x83\xab\xee\xe2\x9a\x97\x17\x43\x44\xe3\xea\x31\xe7\x6a\xa1\xc2\x4a\x98\x81\x55\x9f\x27\x62\xa1\x53\xe3\x0b\x1c\xa9\xa4\xf4\x08\x6d\xa5\x99\xd0\x73\x66\xb5\xd4\xb6\xd3\x99\x63\x8a\x2d\x89\x1b\x86\xa0\x9f\xd4\xeb\xca\x42\xca\x9b\x6e\xcf\x59\x49\x22\x44\xb7\x37\xa1\xf4\x05\x05\xe4\x0b\x09\x40\x94\xbb\x72\x5a\x4b\x2a\x3c\xa0\xf0\x4f\xe8\xc4\x4a\x1d\x72\xbf\x9e\x10\x45\x9a\x09\xf5\xb4\xa2\xe8\xe3\xeb\x26\xf2\x90\x86\x75\xf8\x4d\x1f\xb6\x3d\xb1\xfd\x64\x9d\x6e\x53\x59\xcc\x2b\x96\xcc\x7d\xf6\x3e\x04\xa1\x83\xa6\x40\x89\x52\x4d\x30\xaa\xd2\x0e\x6d\x34\x5e\x33\xa3\x8f\x2c\x6f\xfc\x53\x1e\x99\x22\x48\x64\x1e\x5a\xe3\x98\x07\xb2\xf6\x83\xa2\xe6\x16\x73\xe9\xc3\x02\xc8\x76\xbf\x93\x48\x72\x79\xd7\x89\x6a\x7d\x54\x24\x6b\x37\xd0\x66\x81\xed\x4f\xb3\x02\x23\xa0\xc0\x2c\x9c\x1b\xac\x35\xe9\x3d\x1d\x79\xc3\xf2\x20\x68\x81\x77\x08\x05\xfb\x9e\x17\x5c\x8a\x03\xd3\x9e\xf0\xf5\x16\x04\xce\x62\x0f\x6d\x34\x5c\x4a\x4a\x2d\x2d\x41\x8e\x54\xa4\xe6\xb0\x22\xfd\x6c\xc9\x2f\x8f\x7b\xe4\x80\xde\x8f\x46\x82\xf2\x9d\xc3\x24\x87\xc6\x61\x3f\xe7\x57\x7f\x28\x83\x2f\x45\x78\x95\x61\x41\x38\xd6\xef\xff\x18\xd7\x68\x38\x45\x35\xae\x49\x61\xda\xe9\xc2\x97\x37\xc3\xc3\x33\xfb\x50\x78\x95\x50\xe2\x3c\xa1\x3f\x97\x35\x5a\x96\xf7\x49\x5c\x9c\x0f\xfb\xd4\x1a\x6b\xfd\x79\x3e\x1c\x42\x80\x00\x9e\x35\x95\x4c\x7f\x08\x8b\x76\x9f\x77\x91\xec\x31\x3e\xaa\x79\x45\x18\xec\xda\xa4\xc9\xfb\x2b\x95\x9b\x97\x03\xe4\xe6\xea\x94\x9f\x09\x87\x19\x25\x91\x2e\x14\xa4\xb5\xea\xcc\x72\x53\xe8\xf4\x9a\xfb\xd1\x2d\x62\xb3\xac\xd2\xf1\x5d\xbf\x51\x65\x1a\xbe\xf8\x40\x2b\xac\x26\x2b\x0b\xf3\x05\xc3\xfb\xf5\x8a\x63\xb4\x66\x12\x1b\x6d\x7d\x22\x26\x66\x26\x04\x0a\xe9\xfd\x57\x9b\x44\xc8\x5f\xa4\xf7\x9f\xe5\x77\x2a\x85\xa9\x10\x53\xfc\x7a\x66\xe4\x24\xfc\xfa\xfd\x8d\x66\x81\xd0\xe8\xe9\xd7\xfb\x42\xb1\x44\xa5\xdf\x87\xfb\xdf\x19\xe8\x92\x4a\x64\xe5\x9e\xb4\xcb\x20\xad\x40\x30\xfa\x58\x94\x76\xe9\x31\x81\xe0\xdb\xd5\xbd\x1c\x69\xc2\x4a\x96\xee\x33\x38\x16\xb5\x51\x25\x4c\x5d\x14\xd2\x9b\x0d\xe5\xb1\xeb\x47\x39\xe8\x89\x07\x4e\xc0\xcb\x4a\x76\xad\x7a\x56\xba\x73\x77\x41\xfd\x2e\x2a\x72\xe3\x3d\xdc\x30\xe2\x58\xff\x9a\x41\x56\x41\x01\xf1\xe0\xd0\x24\x8d\xe2\xa5\xb2\x44\x2e\x59\x85\x38\x8b\x55\xa8\x4a\x47\xb2\xc2\x51\xcd\xbb\xdf\xc0\x24\x27\xcc\x26\x7b\x91\xc3\xa0\xad\x3f\x95\x53\xd4\x28\x97\x26\x17\x27\xa4\xd7\x1a\x14\x90\x1f\xb6\x2d\x14\xec\x99\x27\xeb\x65\xc7\xa5\x35\xe2\xa3\x6f\xd2\x2a\xda\x91\x79\x9f\x2d\x22\x02\xc4\x18\xa0\x36\xaa\x19\x71\x8c\xc8\x47\xc0\x6a\xda\x84\x92\xd8\x1a\xa6\xbf\x1e\x85\x78\x3c\xd7\xbc\xd4\xc3\xa1\x12\xdd\x48\xef\x09\x09\xeb\x93\x29\x0d\xf2\xd7\xec\x1c\x6e\xf7\x28\x37\xdc\x6e\x69\x49\x1b\xd9\x8b\x30\x83\x5e\x92\x8c\x93\x18\xc9\x36\x40\xf1\xe8\xfc\x48\xa8\x8d\xc6\x24\x24\x89\xad\x23\x66\x90\x98\x06\x73\x90\xf1\x84\x79\x48\x96\xe1\xda\xa2\x55\x13\xb3\xaf\x04\xa5\xf1\x50\x55\x3c\xae\x8c\x7f\xa2\x64\x44\xca\x86\x6f\x39\xde\x92\x49\xf8\x56\x47\xc6\xb0\x39\xa6\x98\x12\x3b\x7e\xcd\x60\x45\xc2\x54\xc7\xaa\xb6\xcc\x50\xa8\x0a\xb5\xf5\xf5\x25\x71\x45\x88\x85\xb3\x3b\xd2\x47\x74\x64\xe9\x77\xa1\xb9\xbd\xda\xe4\x1e\x00\xe8\x67\x63\xbe\x9c\xbb\xe9\x71\xfe\x80\x65\x23\x3d\xbd\xa3\x16\xa6\x35\x06\xc2\x26\x61\x56\x73\x00\x06\x7f\x9b\x3c\x97\x5f\x34\x1a\xe0\xf6\xa1\x6b\x09\x67\x82\x18\x46\xbd\x9a\x4a\xbb\xba\xe2\xf0\x47\x41\xf8\xab\x12\x80\x19\xcf\x0d\xaa\xc1\x9e\x09\x58\xad\xa7\x16\xe9\xeb\x4c\x0c\x13\xc9\x55\x7a\xf7\x13\x5f\xe5\x09\x1d\x17\xc1\x0e\x12\xf9\x0d\x6f\x40\x89\x2b\xaf\x9a\xfd\x91\xd6\xdb\x1c\x24\x60\xe2\x65\x0a\xed\xdb\x13\xae\xa5\x88\x38\x63\xea\x3f\x70\x7d\x03\xd5\x3a\x76\x64\xfb\x90\xb6\x3d\x11\x9e\x67\x6f\xa9\x33\xaf\xb2\xb4\x85\x03\x72\xf5\x81\xbb\x18\x92\x3b\x50\x9d\x10\xc4\xc6\x2a\x9d\x33\xbe\x8f\x7e\xe1\xea\x7c\x1d\xc9\xe4\x0f\x78\x08\xbb\x27\xf2\xe8\x5c\x1e\xbf\xdd\x47\x6b\x5b\xd5\x53\xda\x07\x7b\xfe\xed\x8a\x93\x14\x9e\xa5\xf8\x6d\xfa\xec\x00\xa3\x4f\xa8\x48\x2b\x65\x08\xd8\xa6\xa0\xe3\xbb\x6d\x76\x04\x45\x27\xd1\xce\x25\x04\x07\xd5\x99\x17\xce\xac\x65\x43\x73\x9b\x73\xf2\x82\x99\x69\x5b\x01\xfc\x3f\xcc\xc1\x3b\xb8\x7c\x9a\x79\x11\xa2\x7c\xd9\xbe\xe3\x97\x05\x55\xed\xd4\xa2\xdd\x56\x6f\xd4\x8e\xc2\xa5\xaa\xdf\xa0\x1e\xfc\xcf\xa1\x22\x5c\xc7\x0c\x6a\x13\x50\x0c\x8f\x37\x5b\x4a\x85\xca\x0a\xf3\x95\x3a\x0c\xca\x59\x6f\xb8\xb7\xfd\x7d\x20\xdc\x8a\x34\x57\x31\xc1\x05\xb1\x2c\xb4\x39\xed\x9c\xd2\xc6\xd4\xce\xa9\x21\x6d\xe9\x0b\xff\x40\xb5\xcb\xbb\xfe\x40\x2c\x64\x28\xcd\x45\xac\x55\x53\xc0\x00\x51\xa7\x0d\x99\x0e\xd8\xfc\x85\x17\xc1\x2e\x3b\x4b\x8b\xdd\x5f\x23\x21\x34\x63\x77\x12\x04\xc3\x8a\x8b\x2b\xa6\x2d\x4e\x8c\x3b\x1e\xc9\xb7\x37\x5b\x95\x32\xe3\xdf\x15\x2a\x51\x71\x07\xbd\x7c\xe2\x0b\x2c\x42\x30\x79\xb9\x18\x01\xa2\x6d\x19\xf3\xc2\xbd\x1c\xd3\x2a\xaf\x1e\x60\x77\x29\x3d\x3c\x66\xd2\x18\x7f\x9f\x5f\xde\x83\x92\x45\xd4\x8a\x45\xc6\xf3\x9a\x9d\x3d\xd9\x13\x7b\xe9\xcb\xaf\x00\x4f\xf8\x52\x06\x78\x8a\xd8\x71\xbb\x2a\x36\xbd\x68\x50\x28\x40\xaf\x14\x7c\x9f\x7b\xfd\x5f\xec\x90\xa9\x79\xe7\x1f\x3b\x44\x87\x32\x18\x97\x73\x90\x50\x56\xe1\x6b\xbc\xdd\xd7\x8f\xe1\x60\xa1\x25\x6b\xc7\x6f\x33\x47\xfd\x3a\xec\x88\xef\xe1\x2d\x20\x46\x60\xfd\x9a\x5e\x54\x3f\x02\xe7\xae\x76\x02\xc9\x9a\xe4\x6a\xbf\xfc\x71\xa3\x3b\xd4\x4f\x69\x41\x5d\xb7\xec\x89\xc3\xe8\xac\x4c\x0b\x80\x02\xa3\xc7\x37\xd1\xe0\x45\x26\x2b\xc6\x34\x66\xc3\x23\x42\xcd\x01\xd7\x37\xb5\x2a\x05\x0a\xb5\x3a\x83\xf9\x46\x75\xe0\xb3\x1d\x52\x5d\xef\x4c\x75\x3b\x2d\x1d\xe7\x35\x05\x31\x2c\xb5\x3d\x18\x1b\x7e\xe2\x7d\x3d\x3e\xa7\x7c\x3a\x32\x48\x34\x76\x4d\x62\x18\xf3\x75\x87\xbf\x75\x99\x78\x8c\x02\xd0\x4f\x2f\x73\x85\xee\xa8\x4a\xb1\xc3\x26\xb6\x4d\xa0\x12\x4a\x18\x69\xf1\xd4\x40\x12\xcc\x4d\xea\x46\x85\x8d\x65\x04\xf2\x15\x2a\x1d\x1b\x71\xc2\xc0\xb0\xde\x71\xb3\x54\x8d\xab\x5e\x75\x00\xd6\x50\x1e\x89\x93\xbc\x6b\x9d\x55\x81\x18\x25\x5d\xb2\x17\x27\xf3\xa1\x7b\x11\xa2\xbd\xc8\xb6\x3b\x05\x9c\x28\x40\x3f\xe0\x83\x7f\x6b\x35\x80\x47\x7a\x44\xf5\x46\xf0\x7e\x9b\x42\x66\xd8\x5a\xf5\x3e\xc1\x29\x65\xf0\x04\xc3\x29\xf2\x32\x19\xdf\x90\xe7\x1a\x95\x04\x6f\x90\x6c\x72\xe6\x0f\x4b\xa7\x61\xcb\x42\x65\x27\xdc\x87\xbf\xbf\xdc\x39\xdb\xd5\xfb\x50\xee\xdb\x75\x8a\x04\xcd\x6c\x24\xa0\xbe\xd1\x67\xed\x4a\x0c\xc2\xc7\xa9\x33\x8b\x51\x7e\xd8\x51\x86\xb7\x66\x12\xcc\x03\x2d\x40\xf5\x01\x48\x46\xf5\x6b\xc3\x63\x1b\x24\x1e\xcb\x25\xe6\x58\x9b\xd8\x5c\x52\xba\xaf\x98\xcd\xfb\x23\x52\xc9\xa2\xc7\x7c\x12\x20\x83\xe3\xca\xcd\x2d\xb9\x85\x89\xb4\x47\x2c\x39\x72\xce\x03\x16\xaa\x3c\x5b\xe5\x02\xfc\x2c\xe0\xa4\xd2\xe8\x88\xc1\x95\x32\x37\x06\xe0\x09\x72\x2b\x50\x97\xd9\x34\xca\xa3\x4d\x83\xd5\x7c\xb9\x77\x91\x70\x07\xde\xc8\xdb\xf5\x44\xfe\xa0\xd6\x0a\xf2\xdf\x13\x6a\x7c\x58\xf4\xcb\x39\x94\x0a\x9f\xa9\xe1\xe2\x1c\x45\xdd\x68\xf1\x8b\x92\x38\xd3\x77\x2e\xac\xe1\xa0\xe3\xb2\x37\x2a\x22\xde\x87\xe1\x46\x2e\x1f\x50\xb9\x44\x8e\x0b\xae\x71\xfd\x4e\x39\x83\x5b\x61\x97\x94\x07\xc2\xdf\xcb\x48\x5a\x76\x2f\x87\xfd\xa5\x52\xec\xaf\x3f\x94\x56\xea\xb4\xb4\x92\x47\xff\x03\x72\x33\x9d\x32\x07\x1e\x29\x00\xee\x9d\x65\x9c\xfc\x50\x50\xb9\xcc\xde\x81\x4c\xa5\x2d\x17\x4e\x19\x7b\xab\x95\x72\x28\x31\x19\xe8\xe0\x94\xa4\xfc\xb1\x09\x28\x7a\x47\xfe\x23\x42\xc0\x97\x8d\x87\x6f\x36\x26\x2b\x07\x74\xb9\x22\xe0\xa6\x9b\x73\x51\xcd\x10\xa8\x22\x39\xf5\xc3\xa9\xa7\x00\x96\x5c\x16\x40\x97\x18\x85\xf7\x4f\xb7\x58\xce\xae\xc6\xcb\xd7\x15\xea\xe9\xb8\x50\x24\x43\xaa\x94\x85\x40\x52\xa5\xd5\x33\x5b\xb0\xbb\x52\x2b\x9e\x9d\xac\x3e\xf4\x22\xf8\xa4\x86\x87\x00\x7c\x12\xd4\xa9\x97\x5f\xb7\x20\xec\x2f\x60\xbc\x07\x32\x04\xaa\x4c\x28\xf7\x28\x53\x9b\x70\x11\xc9\x70\xef\x33\xd0\xd9\x2f\x40\x30\xec\xf8\x33\x77\xa4\xd7\xb8\xa1\x4c\x8d\x9e\xa2\x96\xab\x3e\x37\xbc\x87\x7d\xd1\x67\x3b\xdc\x2e\xe0\x8f\xc8\xa8\x73\xed\x54\xf7\xcd\xb4\xa5\x0d\xec\x31\x26\x2a\x60\x5c\xc9\x7f\xa7\x30\x71\x49\xca\x70\x5b\xed\x91\xca\xd4\x91\xa9\xca\xf4\x45\x83\x3f\xca\x55\x9b\x23\x12\x6d\x33\xe4\x65\x2d\xb6\xa1\x8c\x95\x31\x23\x62\xb9\x57\xb1\x45\x8a\x60\x53\x46\xb2\xd1\xc8\xc3\xb3\xd5\xe0\x78\x80\x59\x29\xb2\x48\xc1\x87\xdd\x50\x2c\xe6\xeb\x0d\xc0\x0a\x98\x89\xdc\x50\xa1\x73\x59\xcb\x3c\x2c\x57\x6d\x81\xcd\xa7\x08\xcb\x55\xf9\x03\x2c\x97\x78\xf9\xf7\xb0\x5c\x05\x94\xaf\xaa\xd5\xcf\x6d\xb5\x59\x73\xf9\xe3\x7f\x87\xf2\xe5\x86\xdd\xcb\x13\x6d\x1f\x63\x74\x02\x50\x75\xc4\xb2\x02\x32\xe4\x52\x9c\x76\xca\x84\xb3\xda\x85\x4f\x2e\x2e\x46\x16\xac\x41\xd5\x18\x45\xbf\x72\xa5\xae\x00\xce\x63\x41\xa4\x3a\xc8\xe4\x04\x48\x03\x61\x5e\x3c\xf0\xd5\xcd\xa4\xff\xc7\xef\xd4\xcc\x84\x8c\x4d\x62\x6a\xa7\x60\xe2\x56\xbf\xa0\xf3\x24\x48\xd1\x51\x47\x96\x7d\x91\xc5\x04\xb6\x7c\x1d\xa9\x3e\xea\x2a\x2f\xf4\xb7\x9b\x9e\xbe\x34\x98\x81\x01\xa2\x3b\x5e\xa8\xf2\x40\x0c\xce\xf2\xe2\xab\x2f\x90\x67\xde\xb9\x91\x0d\x1e\x11\x5f\xc7\x3f\x41\xa0\xa9\x50\xfe\x69\x34\xdb\x01\xe0\x06\x56\xb2\x93\x64\x03\x47\xa0\x8e\x35\xeb\xfb\x48\x4e\xcc\x3e\xf3\xa7\xa1\xe4\xb6\xc0\xb2\xe0\x76\xab\xd0\x3f\x68\xfa\x05\xd2\xba\x70\x02\x0d\x85\x83\xcb\x13\x8a\x33\x9a\x9d\xa1\xeb\xdf\xe5\x46\x27\xe9\x76\x88\x5a\x4c\x04\x27\x9d\x83\x4d\xd4\xa2\x4b\x0c\x4f\xdd\xf0\x44\x72\x48\x37\x90\x5d\x47\x98\x9d\x42\x03\x27\x3e\x85\xb6\xdf\x72\x32\x3a\xe2\x44\xba\x02\x1d\xa2\x2a\x19\x1a\x83\x28\x09\x98\x88\x61\x4b\x94\x1f\x74\x98\x32\xcb\xc1\x60\x33\x39\xad\xe0\x2f\xd9\x3d\x03\x73\xfe\x51\x08\x71\xa2\xa4\x5d\xe2\x45\x44\xc2\x85\x97\xb4\x09\x08\x65\x72\x41\x49\xd0\xe8\xba\xa6\x7d\xaa\x66\x54\x9b\xbe\x57\xc2\xf6\xb7\xc3\xd7\x6d\x1b\xfd\x2f\xbb\x3b\xe3\x23\x8e\xea\x43\xd3\x19\xbe\xec\xd0\xa7\xee\x64\x35\x21\x23\x6b\xa1\xce\x98\x5d\x4c\x84\x0f\x82\xd5\x0b\x1d\x53\xfd\x56\x4d\x16\x0b\x01\x76\xd8\x7a\xd6\x08\xfb\x7d\x0b\x0a\xb9\x1d\xdd\xa0\x64\x7d\x67\x7e\xf9\x29\x0f\x7f\x94\xb2\xcf\x21\x44\x6f\x5f\x80\x15\xa0\xea\xa8\x8e\x9a\xaf\x81\xdf\x7d\x91\x11\x92\x20\x80\x96\x2b\xd2\xff\xaa\x33\xd3\xd2\x7d\x54\xd3\x0b\xb9\xf0\x23\xbb\x8e\xfe\xaf\x5b\x3a\x44\xad\x62\x83\xac\x43\x54\xa5\x89\x06\x1b\x23\xb6\x26\x5c\xa6\xaa\x3c\x2f\x68\x4a\x21\x47\xa0\x7b\x41\x39\xe4\x89\x6e\x69\xe1\x96\x3a\xdf\x62\xe9\xf2\x42\x19\xbb\xc9\xcf\x6e\xf1\x36\xe6\x53\xbb\xba\x5a\x02\x4d\x11\x19\xac\xa2\x2d\x01\x59\xf5\x41\xf8\x9b\x46\xbf\x6a\xd2\x14\x7b\x6c\x46\xe6\x26\xd7\x46\x9a\xf7\xad\xe1\x2e\x68\x77\x15\xe5\x51\xdc\x94\xfa\x2a\xb1\xfe\x74\x54\x1e\xae\xec\x81\x21\xa9\x5d\xa1\x7f\x03\x8a\x35\xbd\xfd\x4d\x81\xa7\xaf\xca\x8c\x50\x67\x44\x44\x3b\xf2\x94\x1d\xc0\xc6\x4f\xaf\xf4\xf1\x50\x1e\x88\xd1\xd9\x39\xc6\x32\xab\x36\x1f\xa6\x8b\x7c\x0d\xbd\x43\x8f\x8d\xca\x98\x1e\xc8\xfb\x02\x74\x22\xbf\x97\xa0\xbf\x08\x77\x5c\x3f\x15\xd8\xd2\x5a\xe0\x21\x6c\x4b\x62\x2a\x76\x63\x10\x94\x54\xda\xb8\xd5\x6c\x3c\x4d\x29\x74\x53\xda\x09\xfb\xa1\x7c\x86\x77\xb3\x08\x51\x4d\x39\x36\xbc\x94\x3f\x0b\xd6\xf0\xd7\xed\x62\xb3\x00\xaf\x34\x7f\x09\x46\x77\x18\x3d\xfd\xa5\xbc\x8c\x8a\x77\xc6\xea\x8f\x62\x73\x20\xb4\x25\xd3\x66\x4e\x56\x3f\x67\x3b\x0f\x76\xb4\x13\xe9\xf4\xae\xec\xe5\x28\xa2\xce\xb0\xbd\x09\x55\x19\xa9\x8a\x0c\x7f\xfa\x84\x34\x6d\xda\x13\x8a\x56\xe5\x4a\x3d\xe7\x2b\xf3\x87\x46\x5d\xda\x4a\xa3\x91\x2d\xe8\x95\x16\xb2\xf2\xf2\xad\xac\xdc\x68\x51\x11\x45\x1c\x1e\x29\x48\x4c\xe0\xb0\xca\xd6\x29\x89\xfa\x70\x78\xa4\xfd\xec\x5e\x24\x60\xc2\xee\x77\x5e\xbf\x3d\x85\x9d\x3f\xdf\xbe\x65\x98\x31\x70\xfc\xf0\x6e\x4b\x29\xd4\xeb\x5f\xdc\x84\x1c\x9b\x9a\xac\xcf\xfe\x6e\x7f\x3c\xcb\x76\xe4\xfd\x93\x41\xfb\xda\x35\xb6\xd2\x7f\x1a\x3c\x2f\x3f\x78\xb9\xcd\x8e\xdc\x00\xe9\xf5\x66\x12\xb0\x0b\xb5\x82\xe5\x29\xb9\x7b\xf8\x35\x9b\x14\x7e\x56\xef\xad\x46\xff\xeb\x61\xb2\xe7\xc8\x62\xf4\x42\x79\x6a\xf4\x33\xbc\x05\x20\x21\x5c\xcf\x69\x78\x79\xcf\xb9\x61\xd6\x99\x9c\x65\xaf\xbd\xac\x29\x75\xc7\xbc\xff\x29\x1c\x03\xb1\xa1\x06\x21\x02\xf1\x37\x26\xc4\x95\x07\x5d\x90\x32\x9c\xcd\x44\x08\x0a\x6b\x53\x45\x72\x3d\xa5\xa9\x10\xf2\x07\x63\x8a\xa8\xcf\xc5\x15\x8a\xb6\x75\xc9\x6f\xd9\xea\xb3\xad\xd1\x50\xeb\x92\xdf\x7e\x55\x24\x3b\x9a\x44\x8e\xcd\xc7\x97\x75\x0f\x25\x7f\xcd\x0f\x7a\xa3\x0e\x1f\x6f\x37\xfa\x00\x11\x4b\xba\x6c\x3f\x25\x57\x7e\x02\x75\xb5\x4a\xe4\xd9\xe3\x40\xfe\x0d\x7c\xcd\xee\x23\x85\x54\x85\x0c\x00\x72\x91\xf6\x11\x1f\xb2\xb4\x81\xab\xd1\x91\x1b\x82\x8b\x9e\x57\xf8\x41\x6b\x9b\x41\x1d\x37\xa9\xa1\xe6\xf3\x83\xb6\x76\x9f\x39\x1b\xae\xfb\x1b\xcb\x2b\x37\xc7\x1b\xa1\x8a\x65\xb2\x4d\xe3\x8b\xf6\x19\xe7\x02\xbb\xcf\x34\x10\xc9\x2f\x6e\x32\xf5\xa0\xd4\x8f\x69\x93\xc7\x94\x2a\x77\xc3\x4f\xdb\xdb\x04\x85\xa2\xae\x32\x6a\x03\xab\xc6\xef\x60\x1c\x0f\x75\x02\x0d\x7b\x5f\x74\x24\xdf\x13\xf3\x3d\x07\x9b\xde\x62\x70\x96\x9f\x39\xb8\x89\xa4\xf5\x4f\x31\x22\x9b\xae\x0a\x7e\xc6\x10\xdc\x0d\xcb\x7f\xc2\x10\x64\x88\x3b\xe0\x39\xff\x77\x21\x04\x17\xd2\xd9\x0e\x49\x39\xa4\xd8\xe3\x42\xed\x38\x87\x0c\x4a\x31\x18\x2d\x3e\x16\xf8\x9b\x7a\xf3\x06\xfb\x88\x2c\x1e\x37\xea\xf4\xbe\xc9\x79\xf2\x33\x28\x9b\xd8\xec\xc4\x47\xb4\xf5\x0a\xa2\xd9\xd7\xab\xef\xca\xea\x54\xa8\xf7\xfc\xf2\x3d\x4a\xe1\x3d\x1c\x65\x9e\xe1\x08\x2a\xcd\x5e\xc6\x08\xd2\x41\x67\x17\x94\x5a\xa4\x2a\xf5\x5e\x6e\x9a\x8a\x79\xe5\x4c\x4e\xba\x38\xd3\x5d\x73\x27\x08\x75\xe5\x4c\xbc\x00\xba\x23\xcf\x0d\xef\x2f\xa0\x74\x4a\x60\xcd\xf3\x2c\x60\x99\x0d\xf7\x15\xb7\x3c\x10\xca\x08\xa2\x93\x74\x8d\x56\xdd\x4e\xe1\x44\x6e\x7b\x6d\xd1\x7c\xc9\x29\xd0\x5f\x95\x5e\xa6\x05\x3b\x4b\x1f\xb3\xe5\x1f\xc3\x1b\x9b\x1b\xe7\xc2\xfb\x7d\xea\xb8\x19\xb3\x8e\xbe\xed\xf5\x2c\x4e\x8f\x0d\x97\xb7\xf8\xce\xb2\x7f\x4b\xa7\x15\x48\xa7\x55\x2d\xcc\x8b\xd1\x1a\x40\xeb\xea\x69\x03\xe5\x92\x0e\x98\xae\x4a\x7f\x57\xaf\x14\xa9\x1d\x58\xf2\xf7\x6d\x38\x94\x0e\xeb\x88\x55\xd6\xcf\xb0\xa7\x2a\x94\x38\xa4\x04\xca\x09\x81\x2c\x37\x0c\x19\x60\xf8\xca\xcb\xfe\xd8\xe8\xb3\xca\xb2\x43\xe0\x72\x8a\xdb\xc5\x1c\xb7\x8b\x37\xdc\xae\x2a\x1a\xdc\x44\x37\x5c\x9b\x74\xfe\x53\x1d\x99\xba\xca\xe6\x0c\x73\xbb\x35\xfb\x12\xee\x33\x9a\x2c\x03\xdb\xdc\x7e\x53\xb5\xb5\x46\x6e\x77\x23\x40\x5e\x0d\x60\xc0\xab\xf3\x5b\x4e\x02\x21\x33\x36\x21\xa1\xc9\xdf\x36\x18\xfb\x92\xf4\xc3\x7f\xf2\xc1\xfd\x6e\xd9\x13\x17\x89\x2f\xbe\xca\x7b\xa3\xcc\x2f\x25\x2a\xf8\xd6\x0e\x73\xd5\x10\x62\xb4\xef\xb4\x13\xc0\xd9\xa9\x4e\xc2\x87\x5f\x84\x08\x55\x75\x41\x5d\xd1\x90\x35\xfc\x67\x62\x24\x66\x24\x8f\x25\xfa\xf5\x96\x94\xf8\xe8\xa3\x50\x3b\xcd\x80\xcb\xff\xbc\x03\x54\xe4\x1c\x8f\xb0\xe2\xe3\xf4\x6d\x26\x42\xfb\x6a\x6d\x93\x6e\x3a\x8d\x5b\x3a\xd7\xd3\x13\xde\xc0\x78\x67\x3c\xa0\xb6\x81\x1c\x60\xb6\x5a\x74\x00\xab\x9e\xac\x65\x5e\xc2\x1c\xa9\x28\x16\xe9\xb8\x89\xb3\x67\x4b\xca\xde\x14\x2e\x6a\x6c\x80\xda\x1a\x48\xeb\x44\x50\xc9\x36\xed\xab\xee\xe2\x42\xaa\x97\x73\x80\x47\xf8\x03\xf9\xb9\x9f\x2e\x2a\xb8\x5a\x75\xce\x94\x3d\xef\x48\xf0\xbd\x04\xc0\x53\x9c\x87\x25\xa3\x79\x0f\x3a\xd2\x1c\xd0\xac\x49\x6f\x1f\x5e\x4d\x2f\xf5\x63\xb6\xf9\x4f\xfc\xf7\x7a\xe5\x8c\x54\xfe\x6b\x73\xe1\x40\x93\xff\xd6\xe0\x70\x13\xfe\x7d\x36\x85\x3b\x94\xb9\x8c\xb8\x95\xb6\x60\xf1\x6f\x96\xa4\xee\x3f\xe6\xeb\xe4\xc8\x73\xc7\xbc\x22\x66\x57\x31\xfd\x63\xc1\x6d\x32\x84\xab\x2f\x73\x30\xaf\x68\x3f\x98\x35\x90\x97\xbd\x42\xcf\x4c\xa3\x26\x44\xd4\x65\x4c\x85\x72\x72\x7b\x80\x21\xb9\x0a\x31\x30\xe4\x1a\x5c\x91\x32\x3c\x20\x5f\xba\xba\x6b\x00\xcb\x19\x88\xdc\xf7\x8d\x15\xf2\x9d\x40\x86\xa0\x5e\x83\x0b\xc0\x97\x10\x2a\x50\xcf\xf1\x05\x68\x89\xa6\xf9\xe7\x4b\x33\x45\x99\xac\xa1\xe7\xd8\xa4\x51\x57\x79\xb4\xfb\x7c\xca\xfa\x7a\xaa\x7a\x81\xfb\xb2\x29\x43\x00\x76\xf9\x32\x80\x1e\x14\x20\x01\x64\xe5\x54\x40\x5b\x73\x02\x57\x51\x20\x6b\xf8\xca\x8e\x6c\x37\x7a\xc5\x2c\x99\x6b\x0f\xfe\x5f\xaa\x1a\x41\x76\x48\x40\x32\xd8\xf4\xc8\x84\xac\x3e\x0f\x3f\x28\x26\x1c\x53\x38\x47\xac\x65\xe0\x53\x42\x69\xcd\x31\xe6\xa0\xb1\x9e\xda\xc8\x31\x7a\x37\xe3\x9b\xe5\x9b\xb0\xd7\x94\x5f\x64\x2f\x2d\x2a\x99\x19\x9e\xb9\x96\x8e\x7a\xf7\xfa\x74\x90\xcd\x92\x51\xab\xc5\xdb\x33\xdc\x8d\xae\xf0\x3a\x2a\xe9\x7d\xaf\x20\xfc\x10\x2a\x51\x96\x2a\x4a\xb4\xa0\x99\xda\xe6\x14\x4f\xe6\x7a\xc0\xd0\xea\x11\xfd\x8c\x73\xbd\xc8\x6f\x82\x37\x96\x1d\x44\x32\x72\x61\x96\xdd\x25\x97\xc0\x3f\x3a\x50\xe4\xd7\xad\xa8\xc3\x5e\x16\x1f\xb7\x6f\xa6\x94\x3a\xaf\xdf\x1e\xa7\x93\xbf\x79\xdc\xf1\x9c\xc6\xa1\xae\x55\x79\xf3\x3a\xa4\x8a\xd5\x9b\x10\xf3\xda\xf5\x56\x53\xb1\x95\xc2\x4b\x9c\x03\xcd\xfb\x58\x6a\x2e\xc9\x2b\x7b\xa2\x2a\x57\x72\x23\x29\x12\xfb\x00\x94\x6b\x48\x81\xa3\xec\xe2\xcf\x99\xdc\xeb\x22\xd1\xc0\xa3\x37\xe6\xbb\x5b\x90\x26\xa1\x7b\x1d\xfd\x29\x37\xa5\xb3\xcc\xeb\xc6\x5f\x73\x53\x84\x3e\xad\xbc\xbc\xbb\xe6\xb4\xe7\xf2\x97\x37\x21\xb4\xdf\xcf\xf9\x6e\x3a\x5d\x40\x77\x2d\xa5\xcf\x1c\xb6\x73\x7c\x81\x2b\x94\xef\x68\xbc\x2a\x10\xf8\xc9\xcd\xfa\x52\x09\xb3\x3d\x52\x2d\x8e\x1a\xa9\xfe\x57\x12\x33\x17\x69\x5f\x11\xcc\x5c\xad\x1c\x23\x5a\x2a\xb2\x5d\x49\x73\xad\xda\x38\x13\x96\x28\xaf\x68\x16\x00\x2d\xd7\x0b\xdb\xea\x16\xa8\xf3\x84\xde\x38\x75\xef\xcb\x0d\xb9\x0b\x88\x7e\x8f\x42\xd1\xe2\x24\x3b\xed\xec\x59\x53\xe1\x76\xb2\x67\x21\x69\xb9\x82\xf3\x03\x0b\x62\x88\xc8\x35\xb9\xa2\xa4\xce\xd6\x60\xcb\xfa\x57\x3e\x9e\x50\x59\x07\x75\x76\xca\x6e\xa0\xea\x07\xb5\xa6\x8d\xed\xec\xae\x4f\xbd\xb2\xae\xa9\x28\x56\x46\x18\x57\xd5\x3e\x56\xca\x6e\x32\x62\xde\x91\xec\x66\xb7\x26\x17\x46\xbc\x75\xfb\x77\x78\x43\x17\xb2\x9e\x1c\x9d\xae\xd9\x66\xf6\x92\x8a\x57\x37\x72\xb0\x21\xa7\x56\x8f\xd1\x32\x0b\xdd\xcd\x53\x75\x03\xf1\xb9\xac\xd1\xa0\x3e\x92\xb6\xb1\x94\x2b\x54\xcc\xbf\xa4\xd3\xf8\x70\x0b\x76\x9d\x2f\xd9\x34\x1e\x0a\x7d\x86\x13\xa6\x0a\xe9\x3b\x0d\x17\x80\x04\x0d\xe0\x01\x9a\x1a\x0d\x3d\x85\xa9\x64\x78\x88\x13\xe2\x10\x33\xe7\x76\xc3\xa3\x10\x2f\xdb\x85\x97\x7e\x05\xdd\x67\xf7\x88\x3f\xc3\xb9\x00\xb2\xe6\xc3\xc9\xdd\x83\x46\x75\xac\x2e\x2d\x2e\xa7\xf3\x8c\x5e\xc1\x08\x75\x20\x91\x96\xe3\x32\x01\x0e\x20\x59\xbe\x70\xb7\x4d\xc1\xdc\xb7\x23\x5a\xa6\x37\xf8\x10\xc3\x56\xf7\xf6\x0a\x77\xdf\x5d\x61\x2a\x9b\xbb\xb1\xc6\xdc\xb5\x63\x0f\xc9\xad\x04\xce\x6d\xbb\xe5\x1b\xbf\xcf\x7f\xda\x99\xee\x99\xfc\x5b\x04\x90\x4f\x93\xf2\x58\xec\xd4\xdb\x94\x34\xf2\xd2\xd7\xc8\xcc\xb2\x2e\xe0\x0c\x7c\x08\x42\xf9\xc3\x5d\x3a\x52\xe9\x58\x58\x50\x3a\xc5\x9a\xd0\xa4\xb3\x5e\x16\x2f\xf9\xae\xc8\x06\x43\xc5\x40\x95\xcc\xdd\xb8\xe1\x1c\x47\x66\xcf\x6c\x9f\xfa\x85\x0b\x96\x59\xcb\x2d\x44\xcc\x4f\xcb\x2e\xc0\x61\x28\x68\xad\x5b\xdd\xde\x9f\x5e\x85\x6f\x38\x62\x48\xd3\x51\xe2\x95\xfc\xb4\xd3\x4b\xa3\x8d\xaf\xe5\x5d\x0c\x5c\x47\x12\x83\xcd\x3f\x88\x41\x4b\x03\xab\x51\x0b\xd1\x44\x9c\x74\x60\xf6\xa8\x8d\xfe\x8e\xec\xf6\x27\xd9\x07\x8c\x37\xa1\x97\xf0\x15\x1f\x65\x1e\x7d\x4f\x85\xfa\x3f\x5e\xf4\x9d\x84\x17\x7d\x3b\xf9\xba\xe8\xcf\x27\x5e\xf4\xa7\xd3\xb7\x45\xaf\x6a\x72\xcb\x1e\x74\xb3\xeb\xae\xb1\x09\xd1\xff\x15\xa6\xa8\xc5\x22\x77\x2b\x33\x71\xa0\x36\x0e\x50\x89\x9b\x92\xe1\x83\xf2\xb3\x56\x95\x10\x9f\x9b\xc4\x08\x6d\x5f\xe1\xb3\x6e\x36\xfb\x78\x10\x51\x19\x26\x98\xbc\x14\x6a\x79\x3a\x28\x1e\xe7\x5c\xdd\x5f\x3a\x4a\x03\xe1\xfa\x8a\x61\x97\xe9\xd6\x77\x54\x0a\x45\x17\xef\x2f\x67\xfd\x74\x63\x64\xd5\xfd\x70\x81\xc7\xbe\xec\x24\x00\x62\x99\x9c\x2d\x84\xa5\x64\x51\xd7\x98\xef\xa2\x65\x3e\x07\x8b\x5c\xb8\x30\xea\x85\xdb\x52\x8b\x16\x80\x89\xab\x90\xd6\x10\x77\x1d\x8a\x94\xeb\x95\x6a\x93\x53\xc2\xa5\x4c\x1e\x8f\xce\xcd\x15\xb4\x40\xa0\x48\x9a\x43\xc3\xa7\x1b\x96\x84\x57\xd9\x50\xf7\xce\x4a\x1b\x2e\xcc\xb8\xa1\x29\x68\xe1\x6e\xd4\xe2\xa0\x61\xce\xb8\xe6\xb3\x60\x6f\xbd\x01\xde\x02\xa5\xbc\xa1\xe9\x48\x3d\xb4\x09\x76\xab\x2b\x0e\x6b\xea\xe6\xc7\xc6\x81\x87\xc6\xb4\xef\x09\x3d\xde\x45\x85\xdd\xa8\x23\x4f\x9c\xfa\x11\xdd\xda\xd4\xe4\x38\x30\xef\x1d\xd7\x6e\x7a\xc2\x82\x14\x0a\x7b\x4b\x25\x06\xb3\xb6\xcd\x33\xec\xcc\x57\x04\xd5\x74\x39\x86\xac\x73\x6c\xc9\xe8\xe5\xb7\xab\xd1\x44\x1d\xa6\x2f\x73\x2d\xb4\xab\x5a\xe9\xd8\xf2\x73\xb2\x45\xcf\xd9\x11\x0d\xac\xd0\xec\x3d\xd6\x50\x60\xe6\x1d\xfa\x5c\x65\x51\x11\xa8\x19\x8c\x43\xf7\xdb\x13\xf6\xd2\x48\x24\x46\x15\x48\x47\xab\x85\xb7\x9c\xb4\x80\x27\x12\xa9\x8b\xc5\x92\xf8\x5a\xe9\xa1\xe0\xde\x66\x04\x76\x57\xe8\x90\x2a\xa8\x08\xfa\x83\x6b\x13\x77\x50\xda\xe9\x1e\xa6\xe1\x5e\x5f\xfa\xd9\xc8\x19\x23\xea\x50\xeb\x67\x5d\x2a\x16\xd2\x2c\xaf\x94\x9f\x1b\x05\x4b\xc3\x03\xe2\x4e\xd9\x30\x6d\x2e\x9c\x43\xb2\x68\x21\x59\xd6\x6f\xf5\x91\x5b\x91\x6f\x3d\xf5\xce\x9e\x55\x1b\x33\x78\x76\x6e\xb1\xe2\x78\x8b\x21\xe5\x67\xfc\xe0\x96\x46\x13\xe0\x1d\x98\x40\x2b\xba\xa2\x9a\x27\x90\x01\x3a\xb4\xa2\x52\xcf\xb3\x18\xc2\xf6\xbb\xc7\x4a\x27\x74\x0c\x55\x91\xd1\x4e\xde\x9e\xfe\x4e\x73\x04\xaf\xae\xba\xcc\xe5\x3a\x6b\x53\x85\x8d\x1a\x13\x58\x10\x35\xb4\x61\xf6\xeb\xc3\x16\xa1\xd6\x18\x98\xb5\x1b\x89\x6a\xc4\x17\x9e\xab\xb7\x95\xed\xd3\xe4\x9b\x1d\x2e\x28\x97\x72\x38\xb7\x74\x16\x82\xa2\xee\x25\x66\x6f\x49\xca\xa7\x7c\xc6\x22\x4e\x1f\xb3\xc0\xed\x6b\x8a\x9d\xb9\xa1\xb6\xbf\x4e\xe2\xe2\x64\x6b\xca\x13\x19\xfa\x1d\x67\xbf\xc3\x14\x89\xe8\xaf\xeb\x63\xa5\xb6\x29\x69\x6b\x29\x9d\x52\x37\x4f\x7b\x72\x8b\x55\x2e\x51\xf6\x08\xda\xaf\x21\x44\xf8\x6d\x38\x0e\xcd\xfe\x8f\xaa\xb8\x5a\x39\x01\x46\x8e\xc6\x80\xf7\x25\x14\x4e\xda\x12\x8d\x4c\x57\x14\x3f\x9a\x5f\x39\x95\x72\x7a\xe3\x1b\x17\x75\x19\x5a\x3c\x4f\xc8\x26\x05\xc4\x5c\x6e\xf0\x57\x74\x5a\x8c\x7e\x3c\xe1\x11\x54\xb7\x58\xeb\x96\x13\x70\x58\x04\xd4\x20\xec\x46\xbf\x95\x2e\x72\x86\xe1\x82\x60\xa6\x5f\xa2\x76\x91\x2e\x9f\x32\x31\xf4\x55\x1e\x69\xbd\x1c\x95\xdd\x34\x37\xbf\x11\xf4\xcc\x2f\x6f\x4f\xae\xce\xee\x91\xd3\x65\x13\x4e\xbf\x58\x11\xbd\xca\xfb\x92\x50\x81\x54\xf7\xc8\x3b\x2f\x96\xb7\xbf\xca\x27\xf4\xb9\xa1\x3c\x7e\x12\xec\x08\x26\x2b\x01\xa9\xb9\x77\x47\xf3\xa7\x16\xcb\x41\x63\x9a\xe3\xe4\x88\x51\x34\x77\x33\xe4\x2e\x4b\xb2\x1d\x37\xca\x6e\xfc\x81\xac\xe3\x74\x70\xe8\xc4\x57\x6c\x98\x96\x4c\x36\xa9\x2b\xf8\xb6\x91\x9a\xe6\x26\xc6\x2e\xdc\xdc\x15\x18\x3e\x6a\x27\x4e\x29\xd2\x42\x3d\x3d\x83\x0f\xdf\x15\x0f\x77\x5b\xa4\x54\xcd\xcb\x6f\xc2\xb1\x24\x09\x4b\x35\x23\x2c\x50\xf1\x0e\xd2\x8f\xeb\xd9\x2b\xbf\x89\xd3\xc9\xa8\xcd\xa6\x85\xfa\xd5\xcb\x0b\xa6\xa5\x6c\x21\xbd\xb7\x2a\x1b\x48\x92\x02\xfd\x46\x5b\xd9\x70\x36\x50\xcd\xc7\xce\x09\xa0\x5d\xfc\x80\x41\x0a\xfc\x5f\x4d\xac\xc1\xca\x6d\x27\xfd\xf2\x2d\x26\x5b\xa9\xe5\x4b\xea\x55\x4d\x56\xb0\xb5\xd7\xb0\xef\xfd\xc6\x2b\xcc\xe1\x0f\x54\x9f\xd8\xf8\x47\xc8\xa8\x7d\xc1\xde\x33\x3f\xcb\x34\xb9\xdc\x55\x95\x92\xea\x60\xfa\xaf\x16\x2e\x97\x98\x12\x24\x53\xf8\x81\x92\x2a\xf3\x94\xfb\x53\xcb\x45\xd6\x50\x55\x0a\xf5\xd4\xac\x33\x7c\x42\x79\x41\x1e\x3a\x0c\x86\x99\xe2\xea\xf7\x99\xd9\x6b\x5e\x84\x7a\x4a\xab\x87\x68\x7b\xbf\xca\xe8\x05\xba\xfd\x42\xaa\xbe\x22\xfc\x45\x51\x75\x36\x4d\x66\x4b\x69\x9a\xf1\x72\x5c\x4e\x24\x3c\x77\xbe\x90\xa5\x2c\x72\xa0\xae\xa2\xe3\x00\xda\xe8\xe2\xe4\xc8\x52\x76\xce\x9e\x66\xb1\x68\xab\xa8\xc9\x20\x86\xe6\xf9\xb5\x94\x44\x65\x2f\x73\xd0\xc7\x62\x25\xb7\xb8\x6a\xb6\x4b\xaf\x26\x2c\xb0\x90\xf4\xe4\xad\x44\x02\x2d\x55\x1e\xd6\xfe\x57\xd9\x55\x9a\x09\xca\x1c\x6b\x08\x67\xcf\xb7\x04\x61\xad\x62\xb9\x6b\xa9\x6f\xbc\x2b\xa6\xa9\x1f\x78\x57\x5a\x19\x2f\x8a\x2b\xd4\x6b\x89\xeb\xae\xca\x1f\xa2\x77\x5f\xf6\xc4\xe4\x75\x4d\x25\xcd\x2f\x2d\xa6\xd4\x6a\x12\x94\x87\x8e\x65\xc8\xb6\xc7\xff\x19\x72\x96\xc9\xfb\xb6\x96\xc2\x23\x91\x2b\xae\xc2\xcf\x2f\xed\xa0\xb5\xe2\x11\x17\xbe\x6b\x24\xd4\x6b\x9c\x80\x86\xcd\x48\x84\xd7\x63\x92\xa2\x43\x11\x61\xa3\x5c\x11\x15\xa8\xdb\xbd\x04\x28\x66\xa6\xb7\xa6\x26\x92\x25\xb8\x01\x29\xe9\xf5\x78\x8f\xde\x1d\x09\xf5\x9c\x01\x9c\xbb\xbf\x2f\x75\xd0\x98\x45\x21\xde\x62\x1f\xf6\xcb\x1f\x66\xb8\x15\xa6\x77\xcc\xc7\x0f\x61\xbf\x7c\x94\xea\xec\x38\x76\xcc\x14\x64\x45\x6a\x97\xa5\x2c\x57\x5d\xe5\xf4\x56\x8c\x15\x51\x5c\x41\x47\xb3\x82\x8c\x8e\x82\x35\xd3\x20\x2c\x97\x54\x33\x06\xf3\x80\x54\xc8\x5f\xad\x4a\x31\x78\x52\x68\xa4\x73\xec\x83\x90\x9c\x21\xd4\x8c\x58\x03\x7f\x43\x36\xc3\xae\xf0\x26\x92\x9e\xf4\x7e\x73\x71\xde\x0b\x1c\xbd\x48\x31\x78\x3d\x59\xf4\xca\x07\x59\xc9\xb7\x57\x2b\xb4\x77\xbb\xb1\xd8\xde\xed\x31\xb7\xf6\xca\x4d\xa5\x7c\xf5\xda\xf6\x55\x6a\x34\x7c\x28\xe1\x4b\xdf\xfd\xe9\xbb\x8d\x44\xbe\x6f\x53\x2e\x7b\x2a\x1d\x54\x41\x6e\x28\x0e\x02\x92\xd7\x7f\xc3\x7c\x83\x5b\x59\x0e\x94\xea\x7d\xe6\x52\x32\x9c\x4e\xb3\x57\x7e\xeb\xba\xb0\x9d\x2d\xe4\x65\xae\x48\x0b\x13\x2b\x4a\x52\x3e\x3a\x4b\x06\xb7\x1e\x09\x11\x3a\x04\x0e\x2d\x4a\x2a\x03\x87\x16\xb6\x22\xec\x6e\x71\x54\x29\x76\xf7\xd0\x1c\x6c\x8d\xc9\x84\x86\x08\x7e\x14\x62\x48\x33\x5a\x37\x4e\x5c\x86\x54\xf3\x59\x62\xcf\x84\xf8\x0d\x49\x34\xcd\x04\x91\xee\x38\x35\x12\x40\x6f\x01\x36\x8d\x14\x06\x8d\xf2\x54\xcf\x45\x2a\xc3\x93\xca\x20\x47\xeb\x49\x1f\x01\x2c\x4f\xb8\xef\x14\xb3\xb6\x6a\x1e\x2a\x53\x57\xcf\x19\x34\x3f\xf8\xbc\x90\x09\x38\x0a\x20\xc4\xeb\xa8\xc9\x7b\x06\x74\x03\x41\x23\x32\x36\xab\x18\x99\x55\x6a\xeb\xba\xe2\x5a\x42\x16\x3e\x43\xb3\xb0\x4f\xc8\xd3\x1e\xd8\x08\x16\x40\x35\x97\xb7\x14\x2c\x6f\x9e\xbb\xa7\x74\xa4\xc8\x6f\x47\xc5\x35\x54\x2d\x0c\x5b\x08\xec\xe9\xf2\x41\x09\xfd\xdc\xdc\xc9\x7f\xde\xd8\x22\x41\x31\x63\x47\x25\xff\x85\xd6\xd6\x09\x29\x65\xaa\xa3\xae\xff\x85\xd6\x96\x09\xa2\xce\x1d\x75\xfe\xd6\x5a\x55\xa9\x58\x3e\x43\xb7\x6a\xbf\x97\xcd\x48\x68\x5f\x62\xba\x95\x64\x6e\xba\xd9\xb2\xea\xff\xb3\xd9\x12\xaa\x1f\x37\x97\xe0\xc2\xb9\x6a\xd6\xb1\x9f\x6d\x30\xba\xb0\xc1\xec\x71\x4d\x15\x54\x33\x94\xc4\x7c\x55\x70\xe4\x51\xc2\x52\xa8\xc2\x4b\x3f\xdb\x43\x1a\x55\x02\x17\x18\x5e\x4f\x08\xdd\x1d\x9b\x24\x6f\x5c\xde\x5a\x68\xa7\xb2\xd7\x2a\x5b\xe1\x41\x83\x11\x44\x42\xc0\xc3\xae\x64\x71\xbb\x5a\x46\x94\x4f\x83\xed\x6a\x05\xbe\xbd\x17\xc4\x56\x70\xf9\xd6\x49\x77\x18\xf5\x7a\xed\x66\x6f\x62\x5e\x1c\x6b\x7e\x82\x25\xcf\x6b\x7c\x02\xec\x33\xc0\x2e\x21\x0a\x4e\x6f\x39\x4f\xf9\xf1\x67\xa9\xef\x22\x3c\xf7\xbf\x6e\x7b\x67\x7a\xf3\x23\xf2\xd7\xe5\x1e\x11\x06\x8a\xc6\x2e\x65\x6e\x23\xb8\x7d\xea\x05\x00\x88\xc3\xf2\x4c\xdc\x19\xbb\xe6\xe5\xf5\x48\x08\x78\xba\x3b\x86\x70\x52\xe4\x7e\xa0\x0e\xb8\x37\x9f\xb0\x92\xbc\x2f\xf7\x53\xb3\x51\xdd\x39\x68\x62\x20\xf4\x43\xe3\xd4\xe7\xbb\xe7\xa9\x95\xfc\x39\xc0\xed\x77\xe6\x0b\xf8\xf6\x30\x7f\xbb\xc6\xeb\x0c\x84\x7e\xba\xf0\xed\x77\x69\x67\x50\x12\x32\x57\x4e\x50\xcc\x3b\x6d\x21\x3a\xf5\x99\x9d\x47\xa8\x07\xf5\xbd\x85\xfb\x54\x82\x92\x3c\xe5\x21\x44\x02\x46\xee\x1d\x6e\x2d\x74\x8b\x9f\xf0\xa2\x12\x7d\x92\xad\xeb\x8f\x7b\xda\x42\xaa\x71\xaf\xad\xff\x91\x9c\x57\x8a\x2d\x28\xcc\xa2\x93\x13\xb7\xbe\x0b\xec\x8a\xf3\x7f\x05\xf6\x3f\x13\xd8\x53\xf5\x09\x54\x8a\x40\x26\xfd\xff\x63\x92\xc7\xad\xc9\x1f\xa4\x4a\x25\x07\x17\xbc\x43\xda\x85\x91\x10\x77\x4b\x99\xbc\xfc\x28\x9c\x86\x35\x45\x3a\xef\x5f\x8b\x8c\x01\xab\x3b\x57\x56\x6a\x79\xa9\xfb\x2a\x6c\xab\xbf\x94\x25\x8d\xc3\x7f\x20\x3f\x92\xce\x37\x4d\xb9\x28\x32\x4a\xa7\xd4\xe5\x65\xa4\xc6\x4a\xd6\x12\x96\x21\x53\xd1\x7b\x28\x7b\x62\xf4\xba\xbc\x98\xf5\x71\x95\x47\x69\xe7\xd6\x47\x9c\xad\x8f\xb9\x1a\xff\x41\xdf\x33\x8a\xec\x7d\x1d\x38\x7a\xc6\x04\x51\xdd\x31\xad\x8e\x73\xbd\x97\xad\x26\xfd\x74\xc2\xcf\xb6\x73\x36\x8b\xc5\x11\x85\xc5\x12\x15\xb4\x1b\x95\x5f\x2c\x8a\x17\x8b\xcc\x2f\x96\x7f\x3a\x13\x54\x47\xfd\x97\x17\x40\x4a\x38\x94\xd7\x37\xd4\xf5\xa6\x6f\xec\xeb\x48\x87\x41\x4e\xe1\xa5\x5f\xce\x28\xee\x27\xe2\x06\x9d\x23\x26\xf9\x6d\xb9\x41\xa9\xea\xca\xd6\xbb\xfa\xd7\x5d\x79\x79\xef\x3c\xe5\x37\xe5\xc9\xff\xc7\x36\xe5\x3f\x2c\x9f\x7f\xb9\xc1\xb6\x8e\x34\x0c\xd3\x86\xbc\xad\x0a\x1f\x1c\xc4\x85\x75\x72\xaa\x92\x94\x78\x3b\x57\xb3\xeb\x76\xff\x0b\xab\x67\x7f\x5b\x2c\xdd\x07\xa2\xf4\x5c\x5e\xb0\x1d\x0d\x6f\x3e\xd2\xde\x18\x5f\x4b\xa0\xfa\xbc\x15\x6d\x42\xb6\xc9\x26\x42\x3d\xed\xa3\xee\x37\x0d\x65\x2e\x54\x54\x7c\x3a\xec\xcb\x95\x53\x58\xbb\x35\xde\xcc\xa7\xa2\xeb\x94\xdf\xf4\x4a\xcd\xa3\xba\x9b\x2e\x51\xa1\x6f\x2b\x74\x2d\xd5\xa8\xa3\x72\x5b\x98\xa8\x3b\xc8\x98\x1b\x56\xb1\xf6\xb6\xd2\x07\xd7\x75\x02\x00\xf1\xea\x05\xc9\x25\x41\x9b\x50\x16\xc4\xd6\x07\x22\xee\x0a\xd9\x1a\xe2\xb2\xbd\x25\x4e\x69\xaf\x41\x05\x0e\x5d\x4d\xc3\xf8\x71\x6d\xa3\x5e\xf0\xd4\x66\x6f\xf0\x19\xff\x99\xdd\x0e\x50\xa0\xb5\xa5\xcb\xae\x58\xc9\x01\xa8\x8e\x05\xa8\xe7\x37\xb4\x25\x0c\x5e\x05\x1f\x9a\xa4\x87\x54\x4d\xd6\xdb\x1c\xb3\x54\x42\xfd\xfa\xa0\xf1\x3b\x20\x99\x9c\x92\xdc\xae\x92\xd3\x49\xcb\x23\xa1\x9f\x6a\x5f\x5b\xf5\xfe\xd0\xc4\x96\x9c\x0f\x3b\x18\xba\x5b\x84\xc3\xdc\xf2\x48\xfc\x3a\xcb\xf7\xfc\xb5\xdb\xec\x71\xc3\x78\xc3\x09\xae\x36\x71\x48\x0c\xeb\x11\x93\xcb\x13\xe8\x9f\x2b\x84\xa2\xf9\xe7\x68\x76\xd5\x76\x0b\x77\xed\x4f\x5d\x24\x0e\xd6\xbe\xdd\x35\x14\x1f\x15\xb5\x41\x17\x53\xf8\x6f\xd2\xf6\x29\xb4\x4f\xa8\x9e\x83\x4e\xc2\xb4\xac\xeb\x2b\x71\x0b\xc7\x39\x1d\xd6\x6f\xf1\x5c\xa8\x4b\x4a\x91\xb8\x41\x77\x09\x5d\x39\x63\x76\x57\x09\xd8\x41\x45\xaa\xb9\xf4\xd2\xe9\x29\x74\xab\x03\xe5\xd7\x47\x68\x65\x25\x73\x21\x8b\xad\xdc\x9f\x3d\x50\xdc\xe5\x16\xb3\xed\xfd\x93\x27\x69\x24\xaa\xa5\x09\x6b\x03\xa1\x2d\x5d\x68\xfa\x98\x10\x07\x61\xbe\xe9\xc8\xea\xfe\xe3\x8f\x58\x2c\xbd\x54\x63\x15\xda\xcf\x7d\x04\x55\x3d\x2e\x97\xde\x4d\x23\x15\x7a\x55\x3c\x7d\x96\xeb\xa5\x97\xe9\x8b\x42\x6f\x8a\xe7\x6b\x72\xbb\xf4\x32\x8d\x54\xe8\x5d\xa1\x8f\x06\xbb\x9c\x68\xeb\x50\x4e\xfa\xd0\xbc\xeb\x50\xb5\x7a\xc4\x32\x37\xac\xb4\x7a\x3f\x6d\x87\x0b\xa5\x86\x50\x0f\x03\x14\x7d\x37\xb4\xdf\x36\xea\xe1\xac\xb0\xe3\x5d\xbb\xa8\x5b\x37\x9b\xda\x28\x47\xeb\x74\x0f\xd2\xad\xa1\xce\xd4\xc0\xfb\xf1\x8f\x5a\xa0\xfa\x6c\x53\x38\x61\xa0\xed\x25\x8b\xfc\x85\x14\x7d\xf0\x5f\x79\x37\xfa\xab\xa9\xe8\x8f\xdb\x9b\xde\xad\x32\xd4\x88\x8e\xb6\xeb\x4b\xf0\xc2\xb4\x69\x1d\x37\x24\x15\x15\x5a\x32\x70\x18\x00\xbe\x43\x39\xcc\x6a\xa3\xe1\x9e\x7c\xbd\x01\x07\xf2\xfe\x75\xa4\xee\x51\x9f\x34\xd8\xe7\x44\x16\xa6\xec\x4a\xae\x50\xf9\x3d\x49\x28\x4f\xe1\xf5\x78\xfb\x65\xde\xe2\x48\x60\xab\x6d\xb9\xbc\xd2\x86\xb6\xa2\x04\x72\x2c\x97\xcd\xd5\x2d\xcc\x9b\x95\x8c\x77\xee\xdf\xb7\x74\x48\xcc\x1a\x2d\xb4\x94\x24\xdd\xc2\xe4\x5e\xc9\x10\xee\xad\xbf\x6e\x29\xa0\xef\xf6\x98\x45\xc3\xdc\x32\x10\xde\x42\xd5\x5c\x60\x72\x99\xce\x80\x6f\xb4\x34\xa2\x98\xa4\x93\xd5\x2e\x0e\x5a\x63\x8a\xa5\x35\xc7\xe9\x2f\xd3\x30\xb9\xb1\x87\xa5\x51\xee\xd8\x42\x52\x4a\x06\x21\xf8\x9f\xbd\x97\xc5\xa9\x0f\x7a\x1c\x46\x34\xa3\x41\x8a\x68\x68\x55\xe2\x50\x01\x92\x7b\x63\xf3\x7a\x14\xbd\xf1\xf1\x77\x6a\xe2\x30\x91\x59\x8c\x68\x8c\x4f\x09\x5f\x3a\xe7\x39\x76\xc6\xfb\xdf\xe6\x8c\x8e\x7e\xdf\x26\x88\xee\xfd\x73\x8d\x68\x71\xe2\xe4\x2d\x4f\xb8\xcf\xa4\x05\x9d\x9f\x58\x09\xfa\xc9\x0a\x70\x85\x78\xfc\xee\x8d\x19\x9e\x29\x3f\x49\xef\x6d\xec\x2a\xc9\xf7\xdd\x45\x0c\x17\x78\x89\x40\x21\xe6\xaf\x0a\xd3\xd0\xfd\x4c\x67\x21\xa9\x1f\x27\xa7\x9c\xf1\x01\x97\x00\xed\x50\x95\xc9\x0e\xb1\x32\x33\xfa\x67\x79\x09\x39\xd4\x3e\x13\x62\x70\xc5\x0f\x9b\x72\xba\xf5\x05\x3a\x79\x55\x2e\xc0\x04\x4c\xe8\x50\x89\xf4\x39\x36\xb7\x38\xf3\x9d\x23\xf3\x1e\x21\x02\xa3\x8f\xd5\x2a\xa7\x6e\xc5\x20\x8b\x9f\x03\x4f\x76\xd8\x39\xa2\x90\xfc\x10\xb3\x30\xe4\xaf\xea\x50\xae\xca\xe4\x0c\x94\xb5\xbf\x5e\x2e\x4c\xe7\x7f\xe6\xdc\x68\x15\x00\x79\xf3\xcd\xef\x90\x07\x53\x21\xe9\x70\x50\x7d\x01\x68\xdc\x96\xdf\xcf\x74\xbd\x79\x3d\x2c\xca\x01\x4d\x28\x4a\xe9\x5e\xc9\xaf\x62\x9d\xc0\xb5\xeb\x5c\x25\xb2\x46\xf3\xd3\x4e\xfb\xdf\x35\x6f\x7d\x69\x3e\x13\xed\xa6\xf9\x56\x15\x55\xe0\xaa\x8a\x44\xdf\x97\xf8\xdf\x34\xff\x28\x06\x1b\x1d\xcc\x8b\x2d\x10\xaa\x5e\x0d\x75\x04\x93\xfc\x52\x1f\x09\x97\x17\xe8\x7a\x69\xb6\xd7\x95\xea\x52\xbe\x64\x20\x79\x90\x30\xc5\x78\x34\x46\x6a\xa5\x12\x07\x4a\x74\x67\xc3\xb8\x96\x34\x77\x8e\xb4\x2a\x02\x99\xfc\x4e\x17\xd7\x0f\x1a\xb3\xb7\xca\x33\xca\xf4\x53\x15\xb7\xf7\xf2\x07\x03\xd1\x4b\x0d\xc4\xd7\xbf\xd0\x78\x7d\x37\x05\x95\x50\x4f\x17\x66\xde\x7f\x14\xea\x57\xf7\x86\xe8\x46\xf1\x00\xf1\x68\x8e\x76\x64\x27\xe5\x2c\xdd\x4b\x75\xbf\x97\x08\x80\x7f\x51\xff\x2e\xb2\xbc\x94\xea\x2e\x72\xf2\x1a\xe0\xe0\xe9\xc0\xbc\x0d\xce\x06\x28\x2b\x2b\x48\xf4\x0a\x65\x71\x8d\xda\x77\x66\xb2\x92\xdb\x46\xec\xe6\x65\x2d\xa6\xb9\xad\xe8\x69\xdc\xa0\x8d\xe5\xb1\xb0\xc1\x3c\x8c\x7d\x87\x50\x78\x17\x4e\xda\x6b\x63\xb3\x41\x99\x6d\xac\x99\xdb\xb3\x28\x64\x35\xcc\x91\x75\xde\x8d\xd7\x2b\xec\x57\x9b\x15\x37\x17\xd0\x7e\x35\xc1\x7e\x75\xeb\xf1\x1e\x33\x41\xba\x79\x22\xc8\xee\x78\x4b\x77\x69\xbd\x4b\xef\xfe\x10\xcc\x50\xa9\x6e\x9b\xe5\x9b\x70\xc6\xc1\xaa\x0f\x5a\x93\x4c\x3e\x92\xe1\xe2\xfa\xb2\xb9\xe7\x34\x9f\x16\x39\xdc\xf6\x0e\x44\x06\x51\xae\x24\xfa\x4c\xaf\x7a\x72\x7e\x12\x8c\xbb\x6e\x41\x30\x36\xaf\x7d\x60\xdf\x69\xa1\x7e\xc5\xa7\x7e\x06\xf4\x7c\x3c\x11\x2f\x70\x4b\x2e\x54\xd9\x13\x6d\xe9\x73\x69\x65\x2f\x5f\x1c\x43\x95\xc7\x2d\x95\x06\x04\xee\xf2\xe7\x86\xe5\x0f\xe1\xb6\x54\xb2\xe4\x98\x43\x5c\xa3\x77\x7d\x44\x9c\xeb\x16\x5f\xf0\x84\xfb\x0a\x33\x30\x5c\x98\x91\x16\x2d\xe9\x43\xd8\x20\xf3\xb4\x0e\xf7\xcb\xac\x3c\x17\x83\x1a\xcb\xd6\xcd\x92\xb2\xe1\xe7\x7b\x22\x1d\x14\x1b\x87\x76\x25\x8a\xe0\x69\x7e\x1a\x91\x69\x60\x8b\x83\xd2\x55\xbb\xf6\x33\xe9\x4e\x86\xd5\x52\x76\x8c\x26\xf0\x5b\x34\xde\xb3\x00\x0b\xc5\xd7\x3c\xd3\xb0\x07\x3b\x28\x45\x1b\x60\x7c\x12\x33\x3e\x03\xb3\x72\xfb\x62\x83\x2f\xfb\x38\x2d\x15\xb2\x6e\x42\x10\x06\xbc\x20\xf0\x73\xc0\xaf\xa5\x79\x95\x9d\x63\xec\xa2\x83\x13\xd1\x7b\x13\x39\xbf\xb0\x40\x77\xf2\xb6\xbc\x76\x6f\xcd\x98\x6d\xed\xcc\x88\xf0\x66\x98\xbc\x10\xb0\xe8\xc6\x5c\x73\xbb\x91\xe5\x51\x3a\xc4\x63\x23\xe1\x7a\x05\x52\x89\x83\x5e\x71\xa7\x32\x0b\xfb\x48\xc1\xbd\x01\xc9\x3b\xdf\x01\xf5\xa3\x12\xb6\xe5\x15\x76\xbd\x12\xf8\x62\x3e\x2a\xa7\x7e\xae\x89\xea\x31\xf5\xfc\xaf\x7e\x74\x15\xa4\x35\x5f\x35\xc0\x9a\xbb\x6a\x67\xb1\x44\x6e\x40\x22\x07\x4c\x74\xa0\x8a\x05\x20\x46\x98\xe1\x40\x1b\x2c\x36\xe9\x4c\xa9\xb4\x7b\x66\x89\x27\x4e\x88\xdc\xc6\x59\x69\xf4\xc3\x63\x1b\x88\x83\x7d\x6c\xd6\x14\x9b\x8f\x9c\x12\xb6\x9f\x8f\x3d\x32\x5c\xdf\xa3\xf4\xeb\x00\x12\x3a\xc0\x8e\x3f\xe3\x20\xa4\x25\x53\x64\xd1\x2d\x08\xde\x48\xb6\xfd\xda\x55\xdd\x1f\x9e\xb5\xff\xc5\x0a\x75\x40\xfa\xe5\xc4\x76\xd6\xb0\x3c\x67\x95\xaa\x57\x9e\x89\x73\xf7\xa5\x3c\x55\x8e\xcf\xbc\x7e\x90\xf3\x6b\x67\xd7\xa1\xa0\x78\xcb\x21\x98\xd4\xcf\x92\xf4\x20\xad\x57\x2b\xb8\x03\x95\x2f\x03\xe6\xb3\x70\xc3\x74\xf5\xbf\x09\x91\x74\x11\x17\x5f\x77\x73\x71\x71\x5b\x43\x84\x1f\xf3\x11\xf4\x48\xef\x53\x42\x8c\x28\x6d\xa0\x21\x85\x38\xab\x03\x7e\x6e\x55\x9c\x6b\xb8\x26\x4f\xf8\xb5\x97\xe7\xf4\xf0\x52\x0a\x1d\xb9\xff\x30\x5c\x9e\x77\x9c\xec\x9c\x2d\xa0\x0f\x26\xda\x5c\x30\x8a\x50\x1b\x1a\xc9\x7f\x1f\x45\x2f\xec\x21\x49\x92\x8b\xa2\x1f\xa0\x9c\x1b\x7d\xfa\x99\x3c\x33\xdd\xf5\xb1\x9f\x73\xd7\xd7\x90\xf6\x4a\x93\x74\x9e\x06\x9e\x93\x73\x2e\x86\x72\x51\xf8\xff\xa3\x50\xcf\x31\xc7\x45\xcd\x74\x7e\xbd\xd4\x52\xe7\xe1\x72\xcd\xf5\xa5\x35\xa4\x68\xcc\xcd\xfb\x6c\x09\x8b\x74\xb1\x77\xb0\x8b\xbd\x08\xf1\x72\x02\x65\x42\x9d\x20\x82\x36\xce\xf5\xc2\x11\x0d\x57\xa8\x71\xce\x98\xc5\xfa\xa3\x9a\xb7\x77\x64\x2a\xb0\xe3\x25\x90\x3b\x72\x53\xec\xe4\xd2\x57\x68\xf6\xf8\x28\x26\x4f\x1b\x4b\x96\xe7\xe2\xdd\xd8\xc7\x4b\xf9\xba\xae\xf6\xb3\x9c\xc2\xcf\x73\xab\x8f\x2d\xd5\x13\xea\xa9\xd9\xcb\x7d\x97\xcc\x82\x12\xea\x5b\x6c\xc0\x13\xea\x1e\xea\x6b\x79\x28\xdc\xd7\x66\x92\xd6\x99\x98\x46\x7f\x5b\xdc\x6b\x75\x5e\xda\xe8\xb6\x73\xa1\xdb\xb8\x79\x9d\x85\x4c\xb4\x50\xf7\x9f\x68\x73\x24\xd4\x18\xd1\xb8\x89\xf9\xff\xc3\xbe\x4a\xbe\xa4\xf9\xba\xd3\xfb\xde\x93\x01\x6c\xd5\x8b\x2b\xdc\x8e\xba\xfc\xd4\xd7\x41\x16\x3f\x5e\x39\x75\x5c\x11\x50\x5d\x3b\x65\x4e\x9c\x24\x48\x3a\xb6\x54\xd2\x7f\xac\xfc\xf9\x19\x8b\xae\x70\x77\x7a\x55\xe3\xf0\x51\x60\xbe\xed\xe0\x64\x28\x43\x24\x85\x38\xf5\xe0\x43\xa8\xab\x6c\xd4\xfb\x29\x88\x12\xd5\x0f\xae\xd6\xdd\xf4\xfc\x8b\x39\xdf\xba\x80\x13\x93\x95\xeb\x49\x35\xa0\x9d\xe0\x24\x8d\x49\xe6\xee\x1c\xe7\x06\x58\xf5\x6a\x73\xa7\x36\xc8\xd3\xc8\x7d\x7a\xfd\xa9\x4f\xff\x76\xc8\x3c\xa1\xc6\xe7\xdc\xb8\x9f\x4a\xc0\x07\xa6\x45\x52\x71\xd3\xa1\xa4\x08\xd7\xf9\x98\x1b\x87\x45\x43\xff\x34\x5d\x87\x42\x87\x8e\xf3\xf7\xb3\xca\xfd\x5c\x7f\xa4\x15\xbd\xbf\xca\xb3\x8f\x4e\xcf\xeb\x38\xa9\x4e\xa6\x76\x99\xd7\xfc\xad\x1c\x68\x55\x52\x6e\x60\xac\x86\x72\xd3\x53\x91\x63\x36\x57\x58\x81\xe7\xa8\x5b\x76\x9d\xbd\xd3\xa2\x75\x3c\x3b\x12\x44\xbb\x7a\x16\x14\x67\x11\x82\xca\x94\xc5\xed\x57\x53\x8a\x7e\xd7\xec\x5c\x33\x61\xda\x6e\xc8\xf2\x40\xb7\xcc\x82\x69\x4b\xe1\x12\x3e\x98\xd0\x69\x65\x5d\xd5\xd9\x98\x8f\x8d\x9c\x47\x95\xc7\xcc\xd9\xd1\x8a\x71\x09\xb1\xab\xcb\xbc\x70\x55\xf6\xe9\x52\x19\x9d\x0c\x5b\x48\xa0\x22\xdf\xd4\x75\xf5\x2d\x71\xf4\x42\x61\xbf\x49\x4c\x4e\xe7\x49\x0f\x00\x95\x7c\xf0\x4a\xfe\x2d\x77\x7d\xa6\x25\xfb\xd6\x88\x39\x0b\xc9\x8a\x91\x46\x5f\xdb\xaa\xbf\xbc\xae\x16\x1b\x53\x5c\x25\xee\x05\x47\x4e\xb2\x72\x80\x33\xad\xf3\x00\xc4\xaa\xe2\x83\xb6\x7b\x45\x29\x4c\xf2\x40\x2c\x78\x5e\xdf\x5f\xc3\xf7\xb4\xae\x90\xca\x32\xd9\xd0\xc7\xa8\xf7\xf4\xf8\xa1\x42\xa5\xdf\xa2\x4e\xbe\x3a\xe5\xab\xb0\xc2\x35\xa0\x15\x12\x95\x1f\x56\x87\xfe\x8e\x02\xaa\xca\xb2\xa5\x7d\x47\x89\x63\x2f\xa5\x0a\xb9\xa5\xe0\xe7\x7a\x2b\x93\x8e\x70\x96\x37\xd8\x9a\xd1\x8e\xdb\x31\x0f\x1e\x95\x17\x4a\x0c\x3f\x3b\x95\xfe\xbf\xbb\xd7\xbc\x03\x32\x45\x26\xe3\x7e\x7e\xd0\x22\xe2\x6f\x53\x3b\x4a\x34\xfb\x00\xac\xca\x73\x9b\x14\xac\x7e\x59\x19\xc5\xcc\x13\x0e\x12\xb3\xab\x96\x2e\x33\x8f\x9d\xba\xaf\xe1\xc7\x84\x61\x06\xd2\x8f\xbf\x48\x38\x18\x95\x05\xaa\x85\x2e\xe0\xe3\x92\xee\x0f\x57\x0d\x84\x98\xa1\x19\x65\xab\x2c\xbd\x60\x89\xb0\xfa\x90\x92\x3c\x4b\x72\x95\xb0\x92\xbe\x54\x04\xbe\x71\x73\x88\x4c\x6e\xef\xe3\x11\x8a\x8e\x16\x2d\x47\x94\xdd\x72\xd3\x51\xaf\x43\x60\x4a\x03\xfe\xe6\x20\xcf\x98\x86\x6d\x79\x01\xd5\xe0\x46\xdf\xbe\x0a\x49\x31\x84\x62\xaf\xae\xf4\x60\x41\x4b\x4d\x5c\x4f\x7d\xa4\xc2\x9b\x45\xe1\x13\x09\x8d\x7b\xb8\xd0\xb9\xc7\xb8\x6e\xfe\x3a\x24\x7c\x9e\x0f\x54\x99\xae\xba\x41\x89\xb3\x9b\x23\x86\x15\x5a\x12\xd3\x32\x88\x7e\xc4\x88\x4e\x97\xdb\x52\x1d\x25\x16\xba\x79\xf0\xe0\x53\x31\x26\x93\xf9\xb7\x93\x78\x29\x0e\xb2\x08\xa4\x4f\xdb\xda\x56\xb5\xe1\xc2\x8c\x9d\xf8\xc4\xba\x82\x51\xa8\x4f\x75\xc0\xb2\x20\x9a\x51\xb2\x99\x96\xcf\x86\x4f\xf2\xa0\x6c\x4a\xf9\x09\x49\xb2\x12\xac\x92\x8f\xfa\x97\xf9\x9a\xff\x72\xa1\x72\x44\x8d\x7a\xbe\x73\x42\xeb\x2f\xbe\x4d\xea\xd1\x5b\xb3\xcd\x90\x16\x01\x6e\xf8\x58\xf1\x89\x45\xda\x60\x2e\x01\xea\x73\x01\x67\xe4\x63\xa5\x41\x51\x89\x69\x83\xfc\xf4\x6a\x97\xde\x3d\x33\xcd\x9a\x13\x25\x0f\xf0\x4c\x48\xe5\x3e\x31\x30\x64\x64\x13\x36\xe1\x23\xf4\x70\xd2\x07\x89\x10\x47\xac\x9d\xd0\x6c\xec\x6e\xa5\x0b\x3f\x4e\x93\x5e\xbb\x89\x9d\xe6\xd5\xfe\x7f\x88\x7b\xb3\xe6\xd4\x75\xe7\x6b\xf8\x03\x41\x15\xf3\x74\x29\xc9\xc2\x18\x87\x00\x21\x09\x21\x77\x24\x21\x80\x31\xc6\x98\x99\x4f\xff\x96\x7a\xb5\x07\x12\xf6\x3e\xe7\xfc\x9e\x7f\xd5\x7b\xb3\x77\xb0\x65\x5b\x63\xab\xd5\xc3\x5a\xa0\x2a\xbc\x48\x86\xcd\xab\xc3\x36\x4f\xb5\x30\x32\x61\xf5\x49\xf8\xc5\xed\x26\xae\x4f\xd0\xb6\xa4\xb6\x71\xa5\x86\x4d\x74\xac\x79\xbb\x2d\xec\xbd\x9c\x97\x68\x3e\x74\x0a\xe8\xd6\x51\x6e\x65\xe6\x9d\xf3\x91\x18\xa5\x94\x1f\xd0\xd4\xfa\xdc\x12\x71\xda\x54\x05\xda\x97\xc7\x5a\xea\x91\x14\xfa\x99\xf3\x7a\x4e\x56\x50\xa3\xa3\x71\x70\x73\x34\x3e\x50\xd4\x23\x9f\x8d\x23\x0a\x55\x9d\x69\x4e\x73\xcb\x8f\xc4\xd7\x60\xed\x9b\x4a\x7d\xea\xc0\xef\xc6\x17\x3f\x06\x1b\xfa\x31\xd5\x61\x7c\x71\x2c\xde\x07\x9e\x91\x5b\x13\xbd\x74\xe3\xd9\xf1\xc6\x27\xdc\x71\xf6\x84\xfb\x3a\x98\x53\x9c\xd9\x8b\x5e\x2c\x54\xac\x5d\x3e\x0f\x76\x04\xab\x36\xd2\x7b\x86\xb2\xc4\x19\xbc\x4c\x21\xe3\x43\x5d\x89\x99\xcc\x57\x52\x0c\x06\x55\xfa\xd5\xd7\xb5\x7a\x42\xb2\xff\x38\x58\x93\x2f\xa6\xa7\x83\xb9\x8c\xf5\xe1\x87\xc1\xd6\xc7\x51\x3c\x8a\xeb\xb9\x36\x47\x71\xb2\x46\x3b\x19\x13\x40\x07\xa7\x73\x3b\xa3\x4b\xb7\x71\xb2\xd7\x99\x93\xfd\xaf\x63\xf8\x50\x58\x83\x9d\xdf\xcd\x20\x5e\xbd\x08\xd1\xc7\x22\xb7\x3f\x2e\x48\xbf\x76\x4f\xef\xe0\x2b\x37\x9a\x41\x01\x42\xa4\x77\x18\x1b\x61\xd1\x92\xf5\x33\xce\xb2\x51\x93\xd6\xe2\x46\xc1\x99\x7b\x62\x93\xba\x6a\x1d\xe8\x54\xfc\x59\x3e\x63\x02\x34\x4a\x94\x61\x16\xe8\x25\x20\x9e\xc6\x57\x2c\x86\x1c\x6d\xea\x25\xea\xcf\xaa\xac\xc2\x2b\xb9\x95\x15\x60\x28\xf4\x56\xd8\xde\xd1\x09\xbd\x7a\xcb\x62\xb0\x12\xec\xe6\xbd\xdc\x8b\xa9\x78\xa5\x5d\x7e\x80\x1c\x33\xeb\x3a\x87\x94\xa7\x89\x59\xd7\x00\xa0\x38\xa9\xaf\xdb\xb7\x16\x7d\xc2\x1c\x9b\x95\xf8\xbd\x65\x1f\x9b\xc1\xb1\xcd\x07\xeb\xe4\xc0\x4d\x59\xfd\xba\xa4\x28\x1e\xf2\xb3\x64\x4e\xd1\x73\xdb\x87\x77\x2e\xdc\xc0\x4e\x5a\x9c\xc3\x4b\xb7\xf2\xf1\x1b\x56\xd3\x45\x1d\x31\xe0\x1a\xd3\xb5\x77\x88\x48\xcf\x79\xc4\x02\xed\x09\x41\x71\x52\x56\x04\xf5\x07\xd8\x2c\x84\xf9\xa5\x07\x73\x1f\x94\x13\xb8\xa8\xc1\xe3\x10\x76\x81\x0a\x33\x16\x4a\x6d\xd9\x78\x5a\xe0\xd5\x98\xe3\xd5\x58\xa8\x25\xa4\x18\x13\xe1\x94\x70\xc6\xe6\xc2\xd3\x08\xf9\x21\x63\x53\x4d\x47\x04\x9d\xab\x3c\x2e\x89\x2b\x68\x2e\x23\x0f\x41\xf3\x68\x09\x8a\x70\xe8\x0e\x9d\x8f\x90\x7a\x81\xb8\x83\x7f\x63\x96\x3e\x58\xa9\xbd\x65\xe3\xa4\xcc\x57\xa7\x2d\xfa\x9d\x76\xac\xef\x52\xd3\x89\x5b\x6d\x0a\xee\x08\xa7\x41\xec\x48\xe5\x7d\x27\xe2\xa5\xd7\x31\xf9\xa0\xaa\xd2\x5b\xf3\x74\x58\x93\x9e\x3f\x6b\xc5\x19\x8d\x61\x9d\xd8\x45\x2a\x88\xd2\xbe\x34\xec\xc4\x0f\x42\x6c\x53\xb6\xc6\x49\xfc\xd8\xb4\xe1\x60\xfc\x84\xff\xfe\xf6\x50\x7c\x44\x4a\x3c\xe0\x34\xfb\x5b\x38\x34\x3e\xa3\x80\x8c\xbf\xa1\x15\x5f\x30\x2f\xe9\x8b\xee\x6b\xbe\x2f\x86\x6f\xd4\xb5\x95\x49\xf2\x82\xbe\xb0\x9f\x0e\x2b\xce\xfb\xf1\x33\xd5\x9d\xc5\xf9\x97\xfa\x08\xb3\x4d\x59\x13\xd9\x60\x83\x18\x66\x44\xad\x02\xa3\xd9\xb6\xca\x39\x39\xa4\x55\x86\x04\xa2\x93\x56\xb1\x3e\x03\x97\x5c\x91\xab\x6a\xf4\xf2\xce\x01\xd4\xae\xa0\x1c\xf4\x9b\x38\x12\xa2\x33\xdf\xce\xbe\x4c\xbb\x7d\xb9\xed\xa6\x3f\x42\xe0\xee\x21\xfd\xef\x44\xec\x59\x82\xc6\xa3\x5d\xe5\x19\x66\x4e\x4a\xe1\x43\x7e\x24\x4a\x6a\x46\xdd\x0a\x4e\xb4\x26\xed\xad\x4e\x1b\x69\xee\x05\xb4\x75\x5c\x73\xe1\xab\xcb\xd1\x5d\x78\x47\x74\x40\x13\x47\x7c\x66\x0a\x39\x62\x6d\x46\x09\x0a\x7f\x6d\xca\xe9\x6b\x53\x21\x3e\x19\x49\xe1\x8b\x0f\x37\x4b\x20\xef\xc7\x69\x13\xa5\x09\xc0\x3b\xf9\xc9\xed\xc5\xe6\x47\x67\x71\xb6\xad\x5a\xf0\x8f\x13\xe5\x98\xd8\xa4\x59\x2b\x1d\xd5\xff\x10\x0e\x62\xfa\xaf\x3a\xce\xc4\x45\x45\x44\x7e\xe8\x5e\x6a\x40\xe6\xb6\xce\x35\x27\x7f\x50\x42\x8c\x77\x75\x1e\x4f\xb2\x47\x1d\xeb\xf0\xd7\x16\xb1\xd8\x5e\x22\x3f\x25\x53\x12\x6e\x0c\x14\x6e\x8e\x66\xed\xf0\x85\x94\xb4\xfe\xad\x79\x69\x82\xe9\xd5\xc0\xac\x2f\x1c\x81\x28\xad\xce\xee\xbd\x7a\x16\x79\xc8\xd6\x31\xf0\xab\x0a\xad\x73\x9d\xed\x51\xeb\x57\xe4\xf9\x35\xa8\x07\xd5\xea\x09\x89\x23\xa4\x4c\xcc\x71\x98\x64\x9f\xea\xf1\x92\x9d\x46\xe6\x44\xfe\x29\x74\x49\xd3\xce\xf0\xc9\xd3\xb4\xbf\x5e\x1b\x29\xdb\x5f\x28\xc4\x0f\x4d\x17\x15\x86\xa1\x9d\xe5\xd7\x52\x2d\x3a\x91\xbc\x90\xcd\xe3\xa7\x27\xd5\x88\xb3\x22\x1f\xa4\x8c\xbc\x1a\xec\x88\x97\x5b\xbc\xd0\x91\xe8\x95\x03\xe5\x29\x8e\xbe\xb1\x62\x77\xf5\x46\x0a\xbb\xdd\x5c\xb1\xd6\x02\x84\x08\x48\x5a\x3a\x2c\xf8\x58\x23\x73\x73\x6a\x52\xcf\x7c\x6b\x63\x79\x73\x53\x23\xa7\x60\x1d\x72\x9d\xbc\x6d\xf5\x39\x2b\xc3\xf7\xbb\x79\x3b\x7f\xa2\x60\x43\x58\x9a\xca\x59\x4b\x53\xd4\xe6\x5c\x8d\x76\x36\x57\x43\xcf\xd1\xec\x8b\x5e\xac\x13\xc5\x40\x84\x1a\x7b\x43\xce\x8a\x37\xdc\xa1\x10\x15\x0b\xa8\x25\x3b\x2b\xd5\x2b\x84\x67\xb1\x8f\xa4\xaa\xbc\xf8\x05\x66\xb4\x8f\xb2\xe8\x73\xd7\x97\xfc\xc4\x02\xae\x16\x6c\x92\xaa\xaa\xd4\x24\x25\x3c\x85\x9c\xbf\xaa\xdc\xeb\xe4\x6b\x67\x39\x43\x2f\x7f\x27\x97\xbe\xa1\x7f\xbf\x9c\x75\x5c\x7f\x1d\x58\xff\x64\xcd\xda\x55\xd8\x34\xe6\x41\x62\xcf\x72\x75\x0a\x7e\xd2\xa1\x5a\x57\x19\x2f\xe6\x5c\x86\xaf\x95\xa0\xb4\x74\xa8\x76\x65\x8e\xca\xbf\xf2\x8d\xe6\x95\xe8\x53\x5a\x92\xc9\xa1\xd6\x2a\xe4\xb7\x6d\x1a\x60\x4a\xf3\xad\x25\xde\x56\x97\xd1\x8f\x5b\x35\xb5\xc2\xad\x26\x21\x60\x51\x1d\x5a\x84\x0d\xac\x1a\xea\x54\xe2\xa7\x8e\x7c\x6b\xd5\x52\x0c\xe1\xb6\x43\xdc\x4c\x51\x9d\xf9\xd6\xa5\x41\xc7\x67\x75\xb5\xe6\x71\xcd\xaf\xb7\xdf\xb2\x2b\x6a\x87\x5b\x6b\x55\xfa\xf1\x94\x6f\x71\x35\x36\xaa\xf2\xe3\x56\x60\x71\x57\x94\xe3\x78\xba\x59\xb9\xc5\x29\x4c\x6a\x55\xe6\xa7\x1a\x3f\x2a\x1f\x58\x39\x54\x7e\x23\x5b\x7c\x6b\x4b\x1e\x58\x15\xa8\x22\x5c\x5a\x55\x59\x88\x9b\x15\x99\xd5\xa9\x2b\xaa\x09\x6e\xf7\xa5\x32\xaa\x44\xa0\x6a\x65\x36\x59\xb8\x42\x3d\x93\x2f\xe0\x93\x0f\xde\x46\x45\x20\x06\xb0\x4a\xd6\x72\xf8\x82\x05\x66\x67\x2c\x55\xb6\x50\x4f\x1f\x77\xcd\x5a\x4b\x8d\x45\x37\x15\xea\xad\xb9\xeb\xa6\x51\xcb\x80\x72\x26\x78\xb2\x38\x88\xe3\x40\x8a\xc9\x78\xbe\xe3\xa3\x1d\x1d\xba\xf7\x56\x02\xc6\xbd\x55\xe0\x99\xc4\x4f\x32\x91\xaa\x50\x6e\x65\x0c\xd1\x2c\x21\xf9\x1b\xf0\xc0\xfe\x21\x26\xeb\x53\x58\x23\x1c\xd6\x53\xc3\x62\xf5\xfd\x4f\xd6\x54\x32\x35\xb5\xde\xd3\xc6\x1f\x42\x19\xc7\x68\xe9\xb7\xf9\x9e\xf6\x98\x89\xb9\xf3\xde\x6a\x72\x5c\xca\xa7\x50\xaf\x8b\x3e\x6e\x4c\x85\xfa\x10\xf8\x73\x26\xd4\x1b\xff\x69\x34\x89\x39\xe9\xb9\xfd\x0a\x7d\xe7\x91\x64\x36\x99\x37\xc6\xb3\x44\xde\x8e\x85\x78\xd9\xe3\xb0\x57\x90\xe8\xaf\x13\x52\x23\x3f\x7c\x2c\x29\xb3\x83\xdd\x69\xe3\x54\x74\x68\x1f\xed\x79\x0a\x11\x72\x3f\xdf\xcc\x19\x48\x42\xd7\x80\xe6\x1e\xbf\x37\xb0\x6a\xdc\x79\x99\x07\x8c\x90\x9e\x08\x31\xe6\xaa\x2c\xd4\x86\xa3\xe4\x4f\x94\x0b\xaf\x06\x7e\x21\x33\x81\x88\x41\x59\xa8\xda\x4d\xc5\xe6\xe7\xd8\xbc\x25\xba\x84\x1b\xff\x44\x18\xb9\x73\xf9\x14\x8e\xe9\x18\x7e\x6a\xd2\x5e\x36\xdd\x97\x28\xb2\xf1\x3d\xd3\x1f\x00\x5e\xcf\x56\x5b\xf9\x2a\x98\x13\xbc\xc0\x64\x45\x10\xd7\xea\xbd\x02\x74\xc5\x69\x95\xda\xa1\xbf\x83\x4a\xf7\xff\xe8\x0d\x2d\x89\xb3\x7b\x8e\xad\x9c\x99\x9a\x2d\xff\xf6\x5e\xa3\x11\xbd\x5f\xcb\xc9\x88\xe8\xef\x97\x7f\xfb\xe4\x54\xe8\x2f\x4e\x63\x8c\xe9\x9a\xee\x3c\x70\xfe\x37\x0f\xac\x30\x8d\x28\x5c\xed\xaa\xfc\x00\x1a\x42\xfe\x45\xe8\x67\xb6\xc2\xdc\x54\x28\x5b\x3c\xc8\x16\xff\x7e\xc9\xdb\xe2\xf9\x99\x22\x7f\x16\x72\xb3\x76\x12\xc7\xce\x9b\x9f\x9d\x31\x88\xe5\x4b\xb5\x85\xa9\x10\x53\x0f\xa6\x9a\xf4\xe2\x58\x88\xa1\x59\xa4\x44\x17\xf1\x0d\x02\x19\x9e\xd7\x25\x48\x7b\x15\xfe\x61\xed\x76\x76\x96\x99\xd7\x47\x04\x15\xfe\xfa\x66\xda\x99\xf1\xc4\xbe\xf0\x70\xd6\xca\xbf\x6b\x79\xdb\xda\x5a\x2e\x99\xc5\x6f\x22\xef\x88\x16\xc5\x05\xd5\xad\xe7\x0b\x40\x7a\xf1\x68\xa1\xa8\xb2\x3a\x3a\xf8\x17\x18\x14\x98\xf5\x6e\xd1\xab\x53\xf4\xd3\xd1\xf2\xa7\xd4\x7f\x2b\x82\x6b\x53\x83\x05\x22\x88\x94\x1f\xa9\x7b\x8b\x23\x5c\xb1\x97\x7e\x1c\xb7\x95\x74\x61\x42\x91\x18\x76\x89\x29\x46\xb7\xb7\x33\x04\x76\xd9\x42\x75\x4a\x8b\x8c\x54\x2e\x97\x13\x4b\xb6\x7e\x3f\xe7\x64\x0a\x62\x9f\x3b\x73\xfd\x8d\x8a\x56\x23\xb2\x78\xf3\xed\x3a\x09\xcd\x43\x59\x41\x97\xab\x94\x81\xd8\x4a\x69\xd9\x70\x3f\xf5\x66\x74\x78\x03\x9c\xea\x5e\x1d\x00\x8c\x6d\x2a\xa0\xbe\x4b\x80\x85\x53\x8b\xda\xed\x48\xf1\x4b\x4e\x52\x74\x09\x0c\xed\x81\xb0\xce\xa6\x0f\xbb\x69\x2a\x6e\xf9\x94\x42\xfa\xa7\x7a\x2b\x21\x2e\xe6\x5f\x06\x3d\x9c\x00\xbd\xc3\xf9\xba\x46\xbe\xfa\x56\x6b\x0d\x1c\x7d\x2f\xee\xc0\x17\xd3\x0f\x2f\x46\x6a\x5e\x1f\xd2\x1e\x3a\x31\x17\xa0\x11\xdd\x5f\xb9\x35\x8b\x6e\x25\xd4\xeb\xb1\x8c\x3c\x6a\xa2\x4f\xf3\x4e\x4c\x69\x9a\x9f\x08\xed\x23\x32\x37\xf5\x45\x14\xb2\x3b\xe1\x49\xa6\x1b\x1d\x3b\x18\x8c\x3c\x6c\xa7\x3b\x21\x3b\x23\xcc\x39\xa7\x93\xca\xc8\x12\x27\x04\xbf\x08\x27\x92\xcb\x5a\x37\x81\xf4\x79\xca\xae\x95\x17\x61\x99\xf3\x94\xfd\xd8\x2a\x77\xef\x6c\x40\xa6\x53\xca\x6d\xb4\x48\x53\x30\x6a\x12\x14\xc2\x46\x09\xf3\xf7\x42\x5e\x11\x6f\x33\x44\x40\x92\x7a\x32\x62\xdc\x54\x15\x1a\x96\x1a\xd4\x38\xa6\x86\x66\xf2\x0a\x17\x23\x19\x95\xba\x77\x35\x01\x7f\x2b\xd3\x0d\xbd\x7c\x49\x7c\x3c\xeb\x7f\xdc\x9b\xb5\xb0\x4b\xf2\x5a\xec\xa6\x4e\x43\x60\xac\x5d\xf9\x9c\x09\x29\x7d\x41\xe0\xad\x15\xf1\xfc\xf2\x6a\x3f\x1c\x7c\x27\x37\x96\x05\xea\xf5\x39\x3f\x13\x6d\xda\xe9\xdc\xa3\x3c\x95\xe3\x30\x00\x25\xd4\x77\xa1\x84\xf5\xbf\xc5\xfa\xff\x5a\x98\x0a\x0c\x6d\x1a\xcd\x42\x8e\x03\x68\x6c\xd1\xfd\xa2\x2b\x3c\xc0\x8e\x70\x7d\xe9\xed\xc8\x32\xac\x4f\x5b\x12\x49\xd6\x19\x5b\x53\xbf\x79\x05\x23\x67\xad\x8c\xa7\x97\xbc\x71\x94\x78\xe3\xd8\xb1\x08\xf3\x00\xe7\xa5\x18\xf0\x35\x5e\x19\xcc\x34\xf1\x6b\x5f\x78\x78\xcd\xdb\x62\xf8\x7c\x78\x00\x74\x81\x2d\xd4\xe3\xf1\x01\xea\x10\xbf\xb0\x02\x0f\x99\xf2\xf6\xce\x3d\xa1\x38\x11\x1d\x23\x97\x7b\x4f\x07\xe2\x9a\xd6\x08\xa4\x1d\xe6\x28\x2a\x42\x3d\x36\x16\xd8\x24\xb6\x5c\xdd\x16\x57\x37\x7e\xfb\x0c\x7a\x44\xad\x7b\xb7\xb2\x2f\xa2\xfb\x64\xc4\xcf\xfb\x66\xee\xa4\x89\x63\x3e\xcf\x52\x08\x50\x8b\x4c\xac\x83\x58\x7e\xee\xe0\xac\x9f\x9c\x9a\xf1\x61\xd5\x61\x27\x5c\x45\x85\x6b\xec\x28\x87\x00\x12\x91\x8d\x9e\x2a\x78\xbe\x1d\xe4\x75\xfd\x9e\x48\x7c\x31\x6a\xc5\xa2\xc7\x83\xee\x88\xde\x55\x5e\x2e\x32\x55\xdd\xb2\x62\xb8\x27\xac\x01\xa5\x3e\x47\xea\xe6\x4d\x17\x28\x97\x55\x8a\xd9\x56\x2d\xe5\x87\x38\x21\x5e\x31\x6a\x2c\x7f\x44\xff\x09\x8c\x88\x2a\x96\x18\xea\xfd\x12\xb2\x66\x83\xae\xfa\xa7\xca\x7e\xde\x54\xd6\x16\xee\x9e\xa8\x73\xb4\x70\x30\x09\x1b\x39\x4e\xe1\xb3\x45\xf7\x9b\xae\xf0\x5a\x9e\xa8\xf3\xd0\xf6\x62\x80\x96\x9b\x88\xad\x69\x7e\x25\x55\x51\x5d\x6f\x62\xf6\xd7\x72\xc1\xf1\x04\x17\xb2\xe0\x35\x54\x29\x96\xfe\x8e\xb8\xb4\x81\xb0\xb2\x86\x35\xe7\x64\x85\xcd\xac\xe5\xfa\x00\x50\xa0\x5d\xcc\x55\x47\x65\x8f\x8c\xe3\x77\xba\xd0\x0c\xdb\x4a\xd8\x36\x67\x55\x22\x70\xad\xa9\x26\x8e\x1c\xb1\xa5\x95\x5a\xaf\x8e\xaa\x79\x61\xdc\xb4\x70\x43\xcb\xe9\xd3\x47\x7f\x7c\xd6\xc9\xd2\xaa\x6b\xaa\x76\xe5\x14\x3e\x05\x56\xef\x32\x7e\x8f\x60\xb7\x14\xbd\x13\x70\x76\x94\x6f\xbe\xd7\x6a\xbf\xc2\x1c\x5b\xf2\x54\xde\xce\x3b\x62\x7a\x95\x38\x48\xbe\x77\x39\x01\x9c\xcc\x99\x81\x64\xda\xf7\x99\x50\xef\xb1\x89\x14\xc4\x92\xdc\x85\x9f\x42\xbd\x9d\xd1\x7e\x70\x3e\x5e\xaa\xdd\xf8\x8e\x7e\xc0\xd9\xb5\x34\x07\x6a\xf6\xa2\x2a\xd9\x6d\x44\x66\xda\xdc\x87\x19\x13\x78\x97\x17\x9a\xb3\xf7\x60\x8d\x5d\x31\x35\x59\xde\x15\xc3\x50\x71\x8d\x6a\x55\xea\xee\x49\x91\xbe\xe0\x78\xca\x9c\xfd\xdb\xd8\x0b\x34\x6d\x66\x55\xc5\x48\x39\x67\xb9\x25\x90\x14\x45\x91\xab\x9a\xfc\x45\x76\x24\x7b\xa6\x50\x39\x2e\x74\x94\x87\x5f\x85\x1c\x20\x64\xf5\x5c\x9c\xa9\x1b\x5c\x73\xb3\x40\x6d\xb1\xb2\x8e\x66\xcb\x59\x58\x22\x6a\x3a\x89\x33\x47\x7f\xe5\x1d\xb1\x91\xc4\x9b\x45\x7e\x52\xb3\x93\x80\x15\xa6\xdf\xa2\xaa\xaa\x6e\x73\x2e\x53\x20\xab\x53\x89\x85\xf1\x39\xb4\x18\x22\xad\x6f\x2e\x87\x34\x13\xfa\xeb\x09\xed\xbe\x95\x05\x20\x44\x91\x8b\xb4\x7a\x4a\x22\x9e\x85\xff\x84\x1b\x7d\x24\x44\x19\x85\xaa\x27\xec\xef\xe5\x8e\x73\x86\x38\x2c\x9a\x9c\x51\x08\x06\x6d\x11\x61\xd9\x4b\xd0\xb0\xf0\xa4\x79\x0b\xdc\x70\x1a\x45\x28\x4c\x4b\x7c\x14\x89\x5f\x40\xb9\x25\xf0\x0c\xf4\xfd\x39\x7c\xd8\xd5\xa5\x4b\x99\x57\xf1\xf5\x35\x05\xf2\x7e\x06\x00\x78\x9f\x17\x88\x29\xb7\xf7\xbd\x27\x94\x49\x71\x95\x9b\x3a\xed\x16\x07\xd5\x03\x4d\x1d\xd1\xf5\x5c\xe4\x08\x08\x2b\xf4\xdd\x85\x65\x5a\x5b\x52\x71\xc4\x82\x69\x5e\x5d\x56\xea\xdd\xf4\x0d\x71\x42\x86\x43\x23\xec\xba\x79\x97\x28\x9e\x5d\x61\x85\x31\x8a\x60\x1b\x53\x9e\xb6\x6b\xb2\xd1\xc6\x41\x67\x64\x6b\x23\x4d\xa1\xb4\x22\x43\x50\x2f\xf7\x0e\xd7\x55\xd8\x4d\x9b\x5d\xe4\xb7\x4d\x6f\xde\xf6\x46\xe1\x05\xf4\xba\x69\xf2\x3a\xc7\xb7\x52\x1f\x28\xe3\x2b\x9e\xe8\x3b\xef\xe4\x04\x5d\xe1\x92\x08\x8b\x64\x04\x26\x5e\x0d\x11\xc0\x0d\xba\x24\x25\xde\xb2\x1b\x70\x39\x51\x4a\x65\xdf\x7c\xf9\xa3\x8e\x2b\xc9\xa7\x2b\x4b\xd3\x4a\xf5\xdd\x64\x4c\xaf\x46\x11\xbe\xf2\xea\xb9\x0b\x2e\x2b\x1a\x4f\x7c\xfe\x22\x27\xf3\x96\xa6\x20\x09\x98\xfe\x99\xa6\x04\xf1\x78\x58\xb7\x6c\xbe\x68\x60\x4d\x8e\x36\xb4\x82\x74\xa4\x61\xcf\x66\x16\x8d\x95\xe9\xb4\xf1\x41\x52\x20\xde\x4e\x06\xd4\x43\xa2\x61\x5d\x60\x23\xfb\xb5\x22\x75\x49\x91\xcd\xb5\xd6\x64\x03\xe5\xb6\xc5\x9b\x91\xb7\xa2\x10\xac\xd7\x3a\x75\xe8\x96\x24\x66\x49\x9d\x8a\xf2\x86\xae\x7d\xbd\x62\x09\x6a\xc4\xef\xe5\x08\xbf\xc7\x11\x5a\xf1\xac\xea\x23\xde\x8e\x76\x4e\xf3\x55\xe6\x45\x1e\x09\xb7\x45\xa6\x74\x31\xf5\xea\xb1\xc1\x92\xf0\x76\x69\xd3\x13\xf9\x4f\xd1\x94\x88\x22\xf1\xc9\x3c\xf0\x27\xc2\x5f\x51\xba\x43\xf7\x7b\x4b\xe2\x3b\x01\x94\xd4\xa7\x18\x77\xe6\x50\xba\x88\xe9\xcf\x09\x15\xe2\x06\x76\x8c\x88\x45\x71\x82\xba\xa4\xc2\xb2\x93\xbf\x48\x15\xf5\x72\x58\x7b\x87\x05\x79\xb8\xcf\x28\x06\x5f\xb3\x66\xf7\x1b\x51\xab\x11\xfe\x9b\xb2\x36\xc0\x32\xea\xc4\x0c\x26\xa6\x74\x83\x12\x25\x74\x24\xcf\xa4\x23\x8b\xb9\xdc\x8d\xe3\xcd\x4a\x5d\xe5\xaa\x25\x19\x22\xd7\x2c\x9b\x50\xd6\x9b\xd8\x3e\x4a\xc5\x0c\x58\x66\x15\x80\xa6\x74\x98\x11\xbb\x95\x62\x40\xd8\xfd\x4a\xe5\x5f\x84\xeb\x03\x40\xec\x04\x95\x70\xb2\xcf\x21\x57\x12\x6f\xdc\xab\x2a\xc4\xc8\x2c\x64\x30\x44\x7f\xc7\x60\xef\x2d\x0a\x6a\xb3\xdb\xa6\xd6\x04\x12\xed\xd1\x5a\x75\xe6\x25\x95\x77\xac\xd5\xc3\xe4\x70\x30\x9b\xaf\x28\xca\x23\xb5\xef\x34\x0c\x2c\x41\x7d\x09\xcc\xae\x1c\xfc\x65\x2d\x86\x50\x26\x32\x1c\x25\x36\xf8\xef\x40\xe8\x77\x36\xb9\xca\x8a\xb2\x54\xcf\xf2\x02\x36\x64\x8e\x4e\xf7\x74\xb6\xd5\xa7\x22\x3c\xe7\x46\xd5\x63\xb4\xe5\x33\x98\xf1\x27\x7c\xcb\x74\x95\xcd\x40\xcb\xd8\x80\xc8\xc4\x3a\xdd\x7b\xb0\xdb\xf7\xea\x08\x5c\x69\xf6\x30\x25\x88\x0d\x74\x01\x53\xda\xb1\x44\xee\xaf\x89\xff\x1e\x17\xb1\x85\x8e\xda\xcb\x2c\x86\x36\x32\xa5\x72\x12\x49\x64\x94\x72\x71\xc2\x29\xa0\xca\xbc\x7e\xc5\x06\x78\xd5\xae\x2d\xfa\xbf\x28\x4f\x58\x21\x93\x12\xf4\xc6\x56\xfb\x82\xb0\x5a\x46\x53\x53\xc9\x4d\x57\xb8\x05\xb9\x7c\x62\x7e\x48\xb3\xbb\xb0\x0c\x17\xf9\x2c\x37\xd9\x3b\x1d\x24\xfd\x87\xec\xc5\x62\x68\x54\xa6\x83\xde\xab\x4a\xc3\x89\xfb\x5d\xa8\x0a\x39\x81\x8b\xf2\x10\xc1\x26\x40\x1a\xdb\x5c\xd5\x1a\xd9\x2e\x76\xab\x21\x60\x83\x4b\xea\x27\xf9\xb2\xc3\x7b\x18\x83\xdf\xef\x48\xca\xf4\x8a\xa3\x14\x4e\xf4\x18\x71\x57\x24\xe4\x45\x7a\xd3\xa4\x25\xde\x0b\xb7\x0c\x23\x76\x31\x73\xc5\x69\xc8\x46\xc3\xc9\xf2\xa3\x56\x06\x99\x6d\xaa\xfc\x48\x60\xea\x36\xc0\xdd\xdc\x66\xdc\x89\x11\x65\xfd\x04\xb2\x3c\xc8\x92\x3d\x16\x1e\x99\x61\xab\x1f\xa3\x5d\x0b\x37\xd7\xa0\x14\x32\xbb\x53\x68\x39\x37\xef\x32\x37\xd6\x52\xb4\x4d\x63\x7b\x9d\x42\x83\x19\x8f\xb3\x6f\x0a\x39\x09\x01\xfe\xce\xba\x3c\xc6\xdc\x86\x53\x21\x42\x99\x83\x5b\x75\x56\x08\x93\x40\x02\x15\xc2\x5d\xa1\xf8\xe3\xe8\xc9\x23\x89\xbb\x98\xf5\x5a\xe8\x53\x29\xa5\x92\xd2\x05\x06\x8c\xbd\x02\x87\x68\x2d\x97\x14\xc3\x3b\xbb\x7e\xe4\xfb\x46\x87\x5b\x81\x0d\xe5\x33\x80\x2a\xe1\xe6\x90\x18\x3e\xa9\x81\xf5\x64\xa1\x02\x66\xed\xba\xbd\x61\x5e\x74\x25\x5e\xbc\x48\x05\x14\x9b\xa1\xc5\xa6\x49\x02\x67\x16\xd2\x6f\xf5\xbd\xc5\xef\x95\x8c\xe8\x42\x9f\x52\x00\x1f\xc1\xf5\xe8\xcb\x39\x4a\xb5\x5d\x08\xf9\x3d\x7f\x3f\x3b\x8f\x29\x18\xe5\xf7\xf4\x26\xaa\x84\x10\x0e\x73\xf3\xe1\x45\xbb\x5a\x44\xc0\x0c\x49\x87\x55\x4c\x49\xf7\x9f\xdf\x65\x0b\xbb\xd4\xbe\xd0\xbb\xd4\x83\x9f\xe3\xad\xe6\x90\x83\x5b\x2e\xf0\xcd\xc0\xa8\xee\xc6\x77\x91\xe0\xad\x09\xa2\x02\x64\x06\xd8\x66\xbc\x3a\x22\x5a\xcf\x4b\xfe\x52\x93\xc9\x54\x6e\x8b\x15\x9a\x9c\xd1\xd2\xa4\xf5\xd1\x25\x86\xdc\xce\x82\x6b\x5d\x6d\xc6\x53\x05\xe0\xe0\x76\x43\xe6\x1e\x78\xd7\x43\xe0\x76\xdf\x2b\x9b\xfd\x43\x3d\xee\x22\x66\x7b\x37\xdd\xdd\x60\x43\x86\x16\xea\x75\xeb\x62\x35\x9a\x03\xa2\x13\x53\x6c\x12\xbe\xf9\xd9\x4d\xf8\x4b\xe8\x5d\x73\x49\xfb\xa7\xa7\xaa\x61\x37\xc3\x00\x95\x46\xa0\x9b\x33\x65\xeb\xc4\x79\x52\xe4\x08\xbb\xae\xe1\x78\x5b\x7e\xdc\x4c\x8c\x06\xf9\xd7\x6a\xb2\x55\x54\x7f\x94\x4c\x43\x22\x3c\x59\xc9\xfb\xbd\x74\x2d\x23\xec\xca\xc3\x29\xc6\x5d\xb5\x88\x62\xf7\xbb\xfc\x4d\x35\x6b\x70\x07\x35\xa1\x04\x68\x5f\xb6\xee\x76\x99\x6b\x0e\x92\xb9\xc7\xdf\xeb\x8d\x35\xe4\xb8\x37\xd9\xc9\x49\x8a\x49\x78\x90\xf7\xda\x04\x92\x5f\x31\x66\x33\xc7\x28\xff\x69\xd6\xd5\xcc\x4c\x16\x57\xcc\x95\xdf\x2e\xbe\xc5\x23\x9b\x7e\xe6\xdb\x2c\xca\x9d\x12\xc9\x5a\xae\xa8\xdc\x36\x9b\x91\x62\x94\xb6\x05\xc4\xb3\xbb\x6c\x51\x3a\xc7\xd4\x27\xed\x53\x47\x2a\xb7\xa7\xed\x35\x47\x91\x13\xfa\x3a\xb7\x92\x40\xd7\xb3\x55\x8f\x3d\x29\x74\xfe\xc2\xca\x9e\x9a\xbe\xf3\x32\x5b\xcf\x78\xbf\xa3\x4f\xf4\xf6\x1b\xc5\x71\x83\x14\xb3\xec\xde\xc6\xf8\x9b\x29\x7c\x5d\x41\x61\xbd\x54\xad\xcc\x13\x42\xb3\xa7\x7c\xb7\x51\xc9\x65\x47\xa8\xc8\x8a\x2f\x98\x5a\x0d\x85\xfd\x76\x41\x06\x50\x0f\xb5\xd4\xaf\x5c\xbf\x19\x6d\x57\x8e\x80\x26\xab\x01\x4a\xca\xb5\x1a\xde\x36\xcb\x15\x17\x45\x28\x9d\x03\xc1\xb9\xff\x8b\x21\x18\x8b\x75\xaa\x5c\xc0\x3a\x71\x90\x34\xfb\x0b\xf2\x19\x1a\x8f\x4c\x2e\xda\x62\x52\xb1\xb0\xa2\x30\x71\x36\x55\x4a\xf4\x43\xdc\xe3\x01\xc1\xa4\x75\x19\x21\xbc\x74\xa1\x56\x08\xa4\xe2\x6a\xa7\x14\x52\x66\x47\x39\xf9\xe6\xdc\xa1\x41\x47\xd7\xab\x60\x7b\x77\xcf\xf8\x6f\x43\x87\x8d\x5e\x8b\xd4\x23\xd7\x9b\x80\x13\x21\xee\xbd\xf8\x75\xc4\xc6\x22\xdc\x22\x87\xb3\x90\xc5\x4c\xb3\xc2\x40\x87\x05\xd7\xa7\xbd\xdd\x81\x03\x5d\x22\x28\x82\xe2\x2a\x9f\x92\x39\x31\x07\x79\xe9\xcd\x50\x0a\x97\x16\xe7\x5b\x9a\xe3\x7a\x61\xee\x4b\xe2\x21\x18\x9a\xb6\xd5\xb0\x87\x0c\xa9\x78\x6e\xf1\xf7\x9a\x91\x56\x01\x05\xe1\x1f\x6b\xa3\x43\x1d\xd7\xe6\xcf\xfd\xa6\x4a\x12\x95\x1b\x0a\xa5\xa3\x1f\xc5\xff\xe7\xaf\x2f\xa5\xe8\x55\x2c\x2a\x52\xa7\x90\x60\xe6\xa2\xec\x09\x27\x52\x3f\xdb\x78\x67\x30\x03\xc2\x0a\xa5\xcd\x79\x55\x30\xc2\xdc\xee\xfa\x2d\x27\xbb\x70\x4b\x03\xe4\x93\xa7\xf9\xcd\x7f\x98\x43\x49\x3f\x23\xa3\x92\x23\xf2\x76\xad\x58\xc5\x58\xec\xd9\xbd\x07\xe4\x00\x98\xc3\x32\x53\x8f\x1e\xab\xf1\x63\x07\xac\xfd\x4f\x0f\x0f\x11\xa3\x1b\x07\x05\x17\x11\x47\x77\xe2\x12\x3e\xc5\xab\x96\xe5\x59\x16\x07\xbf\xeb\xed\x99\xae\xb0\xdb\xfc\x0c\x29\x05\xed\xc1\xb5\x4f\xfb\xb4\x58\xd6\xbb\x3f\x40\x37\xaf\x2c\x7a\x8a\xdc\x07\x33\xc8\x1e\x55\x92\x7b\x02\xeb\x13\xe2\x54\xc4\x4e\x8e\x67\x5c\x9a\xbe\x5d\xf0\x12\x5c\x1a\x46\x12\xaa\x71\xa9\x45\x9b\xed\xf7\x16\x81\x0f\x47\x52\xbe\x0e\xb2\x1c\xf0\x1e\xcc\xe9\xbb\x15\x18\x11\x87\x87\x49\xa6\x98\xd9\xa3\x6c\xaf\xbd\x0a\x19\x28\xa2\xc2\x3b\xc5\x16\xc4\x8d\x47\x59\x59\xdc\xea\x1c\xf5\x7d\x87\xb4\x11\x4f\x92\xaa\x0c\x97\x87\x4f\x51\xbc\xa6\x58\x60\xc1\xb8\x57\x1f\xdd\x3c\xd5\xdc\x77\x08\x77\xcf\x83\xe3\x59\x54\x5a\xb7\x2a\x4e\x6e\x4f\xec\xd3\x8a\xdf\x76\xbe\x79\xdb\xc3\x8f\x97\xcd\x0f\x44\x14\xa2\x3c\x59\xf8\xf1\x9a\xe5\xa1\x93\x9f\x0a\xfd\x51\x63\x5e\xb9\x16\x2a\xef\x00\xc5\x88\x29\xd2\x4f\x92\xe9\xe5\x7e\x2a\x58\xa5\x3f\x2b\x58\xb9\x22\x7d\xd2\x89\x94\x97\xeb\x26\xe7\xb9\x21\x33\xf0\xb2\x0a\x7e\xd9\x74\xf3\x13\x71\x91\x9e\x2c\xc5\x67\xe3\x3a\x8e\x32\x04\x70\x38\x88\x4e\x0e\x0e\x2c\xf8\xfa\x3a\x07\x55\xa8\xc1\x8d\xa5\x55\xa4\xce\xb2\x44\x66\x1d\x77\x39\xc9\x48\xb6\xd7\x26\x11\x85\xbe\xac\xad\x4c\xbf\x7c\xd7\xe1\x3c\x07\xe3\xa2\x9b\xfb\xa4\x83\xec\x75\xc7\xe9\x03\xb9\x35\xdc\xdc\x46\x3d\x79\x62\x1d\x62\xc7\x11\x55\x95\x39\x59\xb0\x3e\x17\x5f\x58\xd9\x5f\x7c\xe4\xb8\x82\x70\xef\x8c\x75\x8c\x29\xbd\xb0\xaa\x3b\x44\x6f\xf9\x28\xbd\xc9\xc5\x0c\xf6\xb5\xba\x73\xaf\x7c\x93\x79\x57\x42\x94\xdf\x7e\xf1\x8a\x6c\xdc\x79\x7b\x4b\x9d\x76\x32\xc6\x54\x51\x6d\xd3\x51\x20\xc7\x3c\x73\x30\xee\x91\xe1\x42\xf8\xe0\xcb\xdb\x4a\x60\xe5\xc7\xc2\x2e\xc8\x1c\x72\x98\x6a\x3d\x2c\x7e\xc2\xd2\x50\xef\xe7\x34\x40\x51\x0f\x72\x3e\xb2\x34\x03\x98\x18\xdd\x6d\x2e\xa6\x39\x69\xdc\xab\xbe\x6f\x1d\x41\xc9\x0c\xac\x70\xf5\xd6\xfa\x44\xe4\x22\xa5\xdd\xaa\xe7\x42\x0b\x63\xbf\xcd\xc1\xe7\x13\x9d\x25\xef\xd1\xb5\x1d\xb3\x56\xe7\x20\x29\x14\x24\xca\x21\x19\xde\xbe\x50\x57\xab\x49\xf9\x75\x62\xda\xf8\x51\x5a\x53\x00\x91\x3a\x17\xa0\xe6\x94\xb8\xa1\xc5\x83\xe9\x4b\xcf\xf2\xe5\x62\x21\x39\x67\x1c\x0d\x21\xa7\xd9\x7b\x69\xff\xbf\x4e\x2a\x61\x9b\x99\x61\x2d\x27\x69\x41\xe1\xd2\xc2\x6a\xa7\x9d\x4c\x64\x5a\xe2\xce\xdc\x0b\x9d\x9b\x4e\x3a\x12\xff\xd3\xa8\xf4\xfc\x7b\x2a\xea\x8a\x2c\xf2\x04\xfa\x17\xd3\x4d\xff\xc7\xe9\xa6\xff\xc7\xe9\xc6\x99\x95\x66\x6f\xd7\xf5\x39\x87\xc0\x62\xbb\x22\x22\xe2\x4a\xee\xf7\x38\xbc\x18\xcd\xb8\xd6\xcb\x46\x02\x9a\xe7\xed\x70\xf4\x4f\xe3\x2e\x7a\x46\xb3\x6f\x28\xde\x49\xd3\x31\x9f\x09\xbd\x50\x24\x45\x66\xc1\x9e\x03\x96\x07\xc9\x96\xb0\x96\x62\xa5\xae\xb2\xd4\x8a\x7b\x20\xb3\xd3\x70\xa2\x44\xf1\xf1\x26\xca\xf5\x87\xd2\x5c\x3c\x74\x98\x07\x31\xe0\xea\xec\x88\x48\xc0\x69\x58\xb5\xe7\xac\x56\x8e\x77\x86\x34\x09\x8a\x2a\xbb\x7d\x09\xf7\x14\x51\x9a\x62\xcd\xca\x4f\x84\xb5\x93\x7f\xd9\xbd\x2a\x64\xf9\x35\xe7\x8a\xc7\x9f\x4d\x31\x07\xf3\x0a\xb5\x24\xb3\x67\x16\xc1\xb4\x1f\xc8\x12\x4b\xe4\xd5\x9e\x00\x7e\xc7\x1e\xe1\x82\xd8\xbe\xe4\x73\x62\x39\x07\x30\xae\x03\x00\x64\xa1\x11\xc6\x54\x3f\xa5\x72\xd6\x98\xd1\x2b\x83\x1f\x75\xd8\x8c\x6c\xa6\x63\xa0\x05\x12\x97\xca\x7e\x62\xc8\x9c\x32\xca\xe6\xef\x54\x73\x88\xc6\x7e\x04\xcb\x84\xe0\xad\x93\xac\xb2\x3f\x3e\xc3\xca\xf1\xa5\x18\xc7\xf2\x1a\x4d\xe9\x48\xac\x35\xea\x4c\xb6\x4f\x58\x8b\xa1\x04\x36\xe5\x8e\xa6\xc5\x6c\x4e\x6c\xa0\x62\x25\x1b\xb9\xac\x22\x4b\x0e\x8c\xe1\xee\x98\xfa\xf5\x94\x67\x07\x30\xda\xb4\x2f\x2f\x77\x6a\x2e\x86\xeb\xbd\x4d\xcb\xac\x51\xb0\xc1\x1b\xce\xe5\xb8\x11\x66\x68\xfb\x46\x7d\xae\xdd\xe9\x5c\x8e\x1c\x1f\x8b\x5e\x45\x6e\x31\x29\xd7\x90\x9a\xbd\x32\x76\x78\xb1\x95\x2d\x7e\x30\x7b\x67\x43\x52\x18\x4e\x1e\x73\xb2\x55\x05\x5d\xe0\x62\xf3\x33\x83\x9a\x1b\xb9\x64\x76\x7c\x88\xc5\xb8\xec\xa7\x70\x6b\xd2\x94\xa5\x63\x72\x3a\xe9\x18\xb3\x02\x41\xdd\x13\x32\x8d\x5e\x27\xa9\x90\x57\x4f\xbc\xfd\xcf\x0b\xb1\x66\xe7\x61\x24\xfa\xd7\x49\x46\xb2\x36\x24\x2f\xae\xcc\x6e\x3c\x15\xfa\x2b\xb6\x26\xde\xd4\xee\x14\xa1\x0b\xf2\x7d\x31\x7e\x3d\x37\xd9\x60\x36\xa6\x88\x32\x92\x50\x05\x74\x61\x4e\x2d\x0a\xcc\x53\x1c\xb3\xed\x17\xe8\x7c\xeb\xb4\xa4\x5f\x70\x92\xb2\x88\x09\xb0\x45\x27\x92\x85\x1c\x68\xcb\x7c\xce\xf0\x30\x0f\xec\xc8\x67\x16\x3f\x60\xae\x14\x41\xd8\x5f\xe8\x82\x9d\xee\xf6\xe5\xe2\x20\xcf\x40\xda\xe8\x07\x76\x42\x36\x59\x53\x97\xf1\x8f\x0f\x3a\x94\xfd\xc9\xaf\x5d\x17\x48\x60\x1c\x64\x3b\xe0\xda\x6f\x92\xb5\x4d\xee\x59\x8a\x9c\xd9\xc3\x2c\x5d\xc0\xe6\xb3\x29\x38\x46\xf7\x1f\x3d\x84\xfc\x92\x2d\xf3\x58\x86\x0b\x02\xae\xff\xc0\xd9\x45\xde\xb9\x27\xe6\xb2\x0c\x62\xce\x16\x96\x50\x2d\xf8\x4b\xb1\x09\xe9\xd4\x46\x70\xb6\x8e\x2a\x3f\x12\xce\x33\x9f\xfc\x7e\x16\x37\xb3\x72\x24\x46\x9e\x99\x95\x53\x3e\x52\x73\x64\x58\x76\x08\x85\x4e\x86\xd0\x35\x72\xc2\x8c\x61\x46\x44\x12\x39\xb7\x7e\xe2\x56\xee\xa8\xc3\x5c\x5f\xee\x0b\xb7\x13\x7a\x1b\x19\x31\xe3\x7e\x9f\x9b\xbf\xe6\x88\xd0\x25\x52\x03\x5e\xcc\xa9\x65\x2f\xf7\x9c\x26\xc3\x93\x6b\xbe\x04\xfb\xab\x07\x6b\x57\xf6\x32\xac\xe6\x46\x55\x77\xbe\x0a\x9d\xac\x8c\xa5\x4a\xd9\x94\x1f\x69\x2d\x65\xa6\x6e\x73\x29\xfa\xfb\xa4\x72\x87\x82\xc3\x99\x91\x47\xbe\x72\x2a\x20\x16\xea\x4a\x88\x0e\xba\xa5\xf8\x59\xfe\xea\x36\xa2\xfe\xfd\xd8\x7f\xfd\xbc\x6a\xea\x7f\x7c\x05\xe2\x12\x75\xa1\x5d\xfd\x26\x4b\xe8\x73\x9c\xac\x28\x9c\xed\xde\x46\xba\x50\x4c\xc6\xe3\x37\xfe\x26\x4e\xc5\x5c\x16\x72\x60\x12\xd9\x6e\xe4\xdf\x0b\xc2\xc0\xae\x85\x8a\xec\x1c\x87\xc5\x96\x40\x97\x62\x5f\x3e\x48\x4d\xb9\xd2\x76\x65\x17\xcd\x2f\xe5\x59\xb9\x2a\x32\xd2\xe2\xf1\xc8\x8e\x53\x5f\xd8\x25\x1c\x0a\xaf\xb0\x04\xd8\xeb\x31\x3c\x7f\x66\x37\xaf\xc1\x80\x3b\xa2\xd4\x8f\x77\x44\xbb\xde\x5d\xf2\x23\x02\xd0\x23\x60\x6a\x46\xb9\xa2\x04\x53\x31\x1a\x21\x36\x8a\x6c\x30\x84\x0c\xaf\xe8\x9b\xed\x3b\x73\x23\x23\x3f\x1c\xa1\x5f\x7f\xbf\x0b\x49\x14\xb4\xed\x6c\xb6\xd8\x1f\x54\x06\x7f\xc3\xb3\x92\x43\xc1\xeb\xdd\xa9\x97\x79\xbd\x3a\xe3\x44\x69\x44\xb9\x8e\x0b\xdf\x1c\x38\xd4\xc7\x1d\x11\x77\xfb\x8e\xaf\xf8\x41\x9e\x6d\xea\x7b\x8f\x98\x8c\xf1\x02\x06\x6a\xb7\x58\x00\xa7\x54\x05\x68\x24\xf0\x54\xae\xaf\xf1\x76\x84\xa4\x63\x47\xe8\xb3\x95\xb6\xb6\xb6\x46\x6b\xb1\x3f\x3e\xad\xc9\x44\xaa\xda\xf1\x10\x2f\x41\x03\xc1\x40\xa5\x76\x9d\x7e\x6a\x51\x2f\x91\x0d\x77\xad\x3c\x30\x75\xde\x6f\x53\xcd\xfa\x3f\x6e\x54\x92\x3b\x7d\xa7\x51\xc7\x3b\x8d\xfa\x24\x0c\xc8\xaa\xfb\xb3\x6e\x9f\x42\x7d\x95\xfc\x7f\xf1\x9d\xe4\x63\xe6\x03\xea\xf7\x07\xa6\x94\x30\x5f\xff\xcf\x1f\x48\x46\xe7\x56\x08\xb0\x3a\x82\x64\x70\xda\x30\xed\x83\x47\x26\x97\x50\xff\xfe\xf8\x8b\xb9\xf4\x8e\xeb\x6c\xe8\xb0\xc5\x7c\x8e\xd0\xd3\x15\x25\xf6\xa8\xef\xe0\xfa\xa7\x81\xdc\x48\xe1\xa8\x5a\x4c\x51\x93\x11\x6e\xa5\xdf\xc2\xed\x93\x76\xf8\x84\x1d\x28\x44\x72\xe9\x4a\x32\x3b\x8f\x5b\x2e\xc4\xc7\xb1\x1a\x10\x5e\x4a\xea\xc2\x4e\xbe\xfb\x62\x40\xef\xe5\x8f\x39\xb3\x2c\x81\x20\xda\x0f\xe4\xcf\xcb\xa6\x4f\x82\x6f\x32\x05\x27\x02\x70\x23\x85\x6b\xd5\xbe\x63\x19\x32\x14\xaa\x1b\x8b\x0f\xe2\x69\x78\x9f\xff\x83\xf8\x18\x7f\xc7\x22\xe8\xee\x1c\x1f\xb8\xbb\x77\x38\x78\x76\x35\xe6\xc3\xf9\xfb\x2a\xef\x8b\xa5\x3a\x53\x99\x8c\x73\x8c\x3a\x54\x21\xf5\xd7\x59\x7f\xe6\xb5\x70\xba\x1c\xf6\xf3\x0f\x5b\x04\x1d\x62\xa9\xb3\x8b\x95\x7f\x16\xbb\xf6\x11\xf6\x5a\xc4\x8a\xde\x15\xaa\x24\xce\x9e\x20\xc9\x54\xfb\x5a\xf8\xfb\xc2\xd4\x61\xd2\xdc\xec\xde\x6e\x06\x68\xb9\x66\x60\x36\xaf\x46\xe7\x93\x25\xfb\x76\x7f\x2a\x01\xa3\xfb\x1a\xc7\xd0\xcc\xcc\x31\x05\x6e\x38\xc2\x3e\x1a\x59\xef\x60\x5e\x37\xe0\x8d\xc1\xaa\x05\xb0\xdb\x57\xba\xca\x70\x81\x92\x28\x46\xd4\x3c\x5c\x78\xa3\x0b\x08\xeb\x4c\x97\xc8\x7b\x2c\xd3\x7a\x42\x0d\xd6\x14\xa8\x68\x0e\x61\x77\xf4\x23\x73\x1c\xb4\x92\x26\xed\xd1\xa4\x95\xdc\xbc\xfe\x97\x26\xad\xd7\xf4\x18\x85\x18\x68\x6a\x12\xd7\xa3\xc5\x4d\xc2\xbe\xb4\xfc\x35\x25\xef\xec\x12\x3f\x76\x21\x6d\x5e\xf9\x6e\x0e\x6d\xe2\xf4\xf7\xc7\xed\x92\x4c\xc5\xc0\x9e\xf8\x86\x54\x9b\xd6\xcb\xec\x48\xb7\x6c\x4f\x6e\xde\xff\x3c\xe3\x6d\xbb\xd6\x4d\xd5\x7a\xcc\x5c\xcd\x32\xe0\x76\x7d\x3b\x42\x5f\x63\xe9\x70\xab\x85\xa9\x85\xfa\x17\x7b\x61\xbc\xf0\xea\x94\x33\x78\x57\x08\xf1\xf1\xd0\xb9\x95\x8f\x97\x05\x64\x04\x5b\x28\x32\x57\xcd\xcb\x2b\x0f\x24\xf1\x12\x11\xb1\x8a\x75\x24\x02\x76\x14\x75\x10\x2a\x8e\x7f\x08\x24\x17\x02\x49\xbd\x67\x77\xa2\x99\xd0\xdd\x58\x95\xab\xb2\xee\x1f\xc9\xda\xef\x45\x73\x2b\x53\x9c\x8f\xf8\x25\x75\xee\x30\xf2\xc2\xdb\x81\x6c\x14\x9c\xd8\xf3\x3d\x4e\x68\xd9\xb3\xa5\xec\xb8\x94\xd9\x22\x32\xc2\x98\x8e\xb6\xed\x1f\xc2\x58\x13\xc1\xda\x73\x5c\xc3\x58\x71\xad\x12\xb5\xda\x87\xb7\xb5\x7f\x5e\x36\xdd\xe3\x2f\x6d\x46\x49\x22\x98\x12\x58\x49\x4f\x6d\x40\x77\xb1\x9a\x6c\xce\x16\x76\xac\x26\x57\x51\x67\xf5\x78\x3d\x30\xe2\xdd\x96\xdb\x4a\x15\xd3\x3f\x47\xda\xa8\xcb\xc3\xd7\xe0\x4c\xb1\xe2\x17\x45\x41\x61\x74\x50\x11\x0d\xda\xcb\xa6\x7c\x06\x64\x8b\x44\x4b\xe7\x47\xa6\x3a\x55\x7c\x6e\x56\xb8\xb9\xdb\xa4\xc0\xbc\xbe\xa7\xf2\x13\xd1\x5d\xca\x16\x62\x0c\x3f\x56\x8f\xa4\x9e\x00\xcf\xcf\x3c\x69\x0b\xfb\xb1\x86\xff\xad\xfa\x28\x2b\x7b\xe1\x3c\x64\x60\x42\x2c\xbd\xa6\xf4\xb0\x86\xcc\x27\x6a\x12\x78\x03\xe2\x20\x33\x80\x03\xc2\x97\x48\x21\x9c\xa6\x19\x84\xc4\x20\x48\x25\x3e\x5b\x85\xff\xea\xd6\xf7\x10\x95\x13\x29\xef\x2b\x8d\x21\x5a\x7e\x91\x4f\xfc\x13\xb6\xc0\xdc\x22\xe5\x06\xec\x2e\x1a\xdd\xbb\xde\x60\x04\x7e\xd7\xe4\xee\x21\x6b\x2a\xdc\x21\x9b\xed\xb9\xb9\xee\x24\x40\x87\xea\xf5\x5c\x81\x79\x73\x35\xa7\xb8\xbb\xa7\x0a\x53\x7b\x08\x33\x01\x9e\x73\x64\x72\x33\xea\xd2\x79\xa9\xba\x87\x37\xf3\xfe\x83\xbc\x9a\xd1\xd7\x4d\x5d\xe0\x74\xcc\x89\x10\x0f\xe2\xd7\x9f\xd3\xf4\x4f\xd3\xbc\xf8\x6f\x73\x50\xf5\x29\x10\x62\xd9\x5e\x90\x07\x63\x32\xe7\x0c\x4e\xb3\x33\x6e\x55\xc9\xe6\x10\x0b\x76\xf9\x05\x24\x5f\x01\x4e\x20\x7a\xcb\x97\x18\xb7\x40\x35\xe4\xf5\x33\xd3\x32\x31\xde\x9f\x64\xf6\x41\x62\xe9\x95\x21\x0b\x1f\x36\x94\x06\x37\x66\x98\x9e\x11\x83\xa5\xb8\xcc\x7c\xde\x05\xb1\x20\x53\xa7\xc5\x65\x28\x58\x9a\xcb\xa4\x87\x71\x8a\xed\x8f\x0f\xe3\x19\x1b\x8c\xce\xda\x60\x62\xcb\x1f\xb2\x22\x3e\x17\xb9\x2e\x68\x3f\x73\x5f\x59\xc1\x42\x47\x83\xb7\x6d\x2c\xf9\xcc\x38\xf8\x95\x0e\xd6\x99\x19\xa4\x53\xad\x43\x22\x61\x2d\x1b\xe6\x05\x79\x2d\x96\x73\x18\x04\x23\x5f\xe5\x64\x48\x2c\x1c\xe5\x76\x43\x3e\x01\xf7\x66\xee\xbb\xc0\xbd\x59\x51\x6c\x1d\xad\xac\x92\x04\xff\xb6\x39\x5c\x84\x2b\x82\x49\x01\x45\x9f\x7e\xa6\x79\x76\xa2\xf8\xbf\xae\x36\xad\x5d\xcb\x7c\x95\xe0\x70\x7a\x47\x59\xd5\x44\x6a\x3b\x20\xd4\x9c\xa0\x01\x63\x87\x87\xa4\x22\x77\xb9\x21\xd7\xb6\xfd\xd1\xb0\x08\x90\x86\x60\x73\x8a\xf2\x0a\x9f\x5d\x59\x6e\x6c\xf6\x4c\x3a\x42\x44\xcc\x6b\x7f\xda\xd0\xfc\xbb\x50\xad\xf6\xf2\xe8\xa3\x2e\xab\xba\xca\xee\x0e\x25\x15\xdf\x58\x86\xee\x4d\x8f\x87\xb8\x5c\x0e\xdc\x4c\x8f\xef\x65\x25\xc8\xb4\x49\xf4\x0e\x88\xcc\xfd\x38\x22\x41\x28\x7b\xf9\x53\xb8\xaf\xf5\x2a\x8c\x5e\x68\x16\x0d\x73\x83\xc9\x60\x8f\x67\x18\x8c\xd7\x27\xda\xa3\x5f\x31\xff\x86\x59\xca\x72\xed\x21\x25\x79\x96\xc1\xe1\xf8\x1a\x90\xe0\xf8\xd4\xa9\xdc\xf8\x18\xd0\x04\x9f\xea\x64\x82\x8b\x77\x06\x1f\x99\x64\xc1\x47\xde\x18\xce\x64\x9c\x85\x33\x79\x1d\xac\xc8\x84\xfb\xa2\x7d\x36\xe5\xe6\xa7\xe2\x59\x15\xc9\x02\x31\x7a\x2c\xb1\x25\x22\xdf\x17\x4f\xc0\x09\x19\x66\x70\x42\x06\x03\x84\x30\xf5\x75\x26\x84\xe9\x71\x80\x70\xa7\x9e\xce\x44\x3b\x3d\x00\x3e\xc4\x4d\xe0\x43\x3e\xc5\xc3\xa0\xee\x53\x16\x50\x86\x8b\xb8\x31\x67\xca\xdf\x15\x65\x5f\x8f\x0a\x08\x13\x6b\xc9\xd1\x0d\xde\xf5\x4a\x8a\xee\x60\x7d\xe8\x72\x94\x71\xf2\x78\xc0\x83\xb6\x09\x5d\x0e\xf1\x6c\x20\x06\xa9\xa2\x7e\x60\x2c\xaf\xa4\xe8\x0c\xb6\xbf\xdf\x10\xf1\x1b\x76\xc9\x1b\xa2\x1c\xbf\x81\x00\x18\x74\x33\xa9\x7f\x7b\xb0\x5a\x77\x7f\xd4\xdf\x5f\xe0\xf1\x03\x26\xd3\x27\x3f\x7c\x96\x07\xa4\xf2\x3c\x5f\x57\x69\x6a\xb8\xb8\xac\x00\x39\x07\x66\x45\x75\x8d\x21\xa6\x30\x45\x1b\x6a\x0b\x84\x6d\xc2\x51\xd2\x3b\x26\x39\xa6\xd9\xa8\xcf\xc0\xb5\x19\xe6\xc7\x66\x2f\x58\x03\xa6\x7c\x27\xcf\x18\xc3\xde\xe9\xd0\x8d\x2d\x7e\x7c\xe5\x92\x5c\xb9\x72\x13\x9b\x2b\x17\x04\x4a\xed\x56\x0d\x31\xf0\x8b\x07\xc4\xd5\x05\xc4\x15\xfd\xb9\x55\x88\x1b\x2a\xf1\x03\xf1\xf5\x1b\x21\x63\x07\xe0\x34\x67\xf0\xe4\x15\x82\x8e\x13\xb4\xa7\x11\xc0\x9e\x94\x67\xb5\x10\x59\x12\xe3\xb2\xce\x32\xb0\xac\x9e\xaa\xd1\xce\x36\xf6\xc7\xf8\xd0\xc6\x7c\x48\x2f\xe4\x8e\x95\xe0\x90\x7d\x6c\xd4\x5b\x7b\xb9\xc5\xcf\x83\x2c\x5d\xbb\x48\xff\xa7\x65\xa2\x04\xc2\xad\xc4\x96\xaa\x54\x91\xad\x98\xbb\x38\xc7\x26\xc3\x5c\x2e\x63\x55\x27\x13\xd2\x42\x27\xbd\x1e\xb8\x38\xc4\x30\x7e\x90\x11\xd9\x05\xce\x65\xd7\xdd\x05\x0a\x35\xab\x08\x24\x83\x6b\xe6\x73\x0e\xf6\x49\x8a\x9a\xaa\xa8\xc0\xef\xa4\xe8\x17\x59\xfc\x92\x5c\x03\x09\x3c\x6f\x40\x9d\x23\xf9\x34\x3d\x6f\xdc\x38\x8c\x41\x05\x96\x99\xb1\x63\xb3\xa9\x12\x14\xa5\x7a\x37\x5a\x55\x42\x54\x12\xb6\x53\xec\x0d\x2f\x0b\xc4\x51\xbf\x76\x19\xa1\x2f\xe2\x90\xef\x45\x01\x3d\xa2\x76\xb1\x38\xf3\x40\xa4\x0c\xfd\xc4\xab\x90\x42\x3d\x21\x85\x42\x85\xd6\x72\xe1\x32\xc6\x5d\x09\x36\x81\x19\x2a\x77\x5d\xab\x4c\xb9\x92\x55\xcf\x75\xd9\xec\x4e\x80\x62\xac\xb1\xa1\x9f\xeb\x72\x21\xef\x36\x4c\x0b\x7d\xd5\x14\xd4\xbd\x5d\x4b\x26\x16\x82\x3b\xa9\xf5\x98\xed\xcd\xc9\x91\x42\xe6\x55\x4d\x32\x34\x6b\x6b\x2d\xb3\xc2\x34\xb6\x00\x72\x54\x77\xdf\x6c\xca\xa1\x5c\x23\xb6\x6c\x94\x08\xf6\x80\x74\x81\x17\x1f\x7b\x9f\xaf\x56\x88\x4f\xff\x8c\xd7\x24\xde\xd6\x67\x01\x6b\x56\xe8\x9c\xf4\xa4\xf3\xb2\x9b\x5f\x2b\xb3\x8d\x6d\xa5\x50\x3b\xd9\x18\x62\x65\xad\x09\x0c\x92\xfc\xda\xd5\xe1\x4d\xbd\x2e\x24\x9d\xd4\xab\x0f\x92\x54\x62\xc8\x57\xdd\xf0\x83\x34\x1a\x2b\x4e\x18\x07\x3e\x4a\x89\x78\x74\x5d\x88\x46\x62\x0a\x15\x8a\xa7\x86\xf9\xf3\xa9\x08\x35\x7a\x14\xfb\x08\x29\xe3\x5a\xd5\xe4\xb9\xc5\xd7\xcd\xb1\xa8\xdb\x82\xd2\xf8\xd2\x44\xe4\xc1\x24\xa4\x7c\x9d\x8b\xac\x78\xd8\x76\xb6\x35\x20\x7b\x46\xc8\xbd\x73\x73\x1b\x04\x01\x4e\x0b\x05\x2c\x43\x6a\xcd\xb9\xbd\x5a\x70\x30\xa6\xbf\x75\x33\xbb\x8f\xe8\x91\x6c\x58\xc9\x20\x60\x40\x9e\x13\x41\x15\x54\x49\x5b\x33\x87\x01\x53\xd7\x9a\x44\x5c\x0f\xdc\x9b\x34\x13\xd3\x5f\x5b\x60\x86\xfc\x61\x38\x54\xa0\xca\x7b\x96\x58\xe6\x88\x12\x03\xf3\xfe\x98\x08\xdb\x33\x6d\xca\x35\x19\xec\x11\x61\xb8\x68\x81\x78\x7b\xb3\xc5\x68\x7d\x14\x3c\x38\x88\xa3\x35\x37\x7c\x0b\x3a\xfa\x85\x0c\xeb\x38\x09\x78\x27\xdc\xd9\x6d\x69\x6a\xab\xaf\xc6\x1e\x68\x29\xd7\x26\xc6\xe1\x10\xdf\x28\x2d\x1c\xb8\xcc\x37\x78\xe2\xb4\x75\x39\x0d\xe9\x5c\x41\x52\xec\xe2\x8a\xcf\xd7\xcb\x1d\xca\xc9\x69\x1d\x6d\xea\x19\x7d\x22\x78\x42\x27\xde\xc3\x4d\x77\xbf\x08\xf5\xec\xb1\xa6\xfc\xa3\x59\x95\x2f\xc8\x85\x89\x11\x5e\x2b\x3a\x29\x8e\x8d\x08\x1d\x47\xbe\x42\x77\x83\x76\x7c\xeb\xd3\x67\x57\x32\xb9\x4e\xd0\xb3\x66\xd0\x6c\xe1\xbc\x9f\x6f\xd7\xf8\xfb\x1a\xfa\xe3\x67\x7d\x06\x29\x59\x62\x49\xd6\x9c\x63\x5b\x09\x55\x11\xa6\xf4\x4d\xbc\x0b\xc4\x93\xff\xb2\x85\x3e\x75\x56\x25\xaf\x7b\xe3\xe8\xfd\x51\xf3\xea\x39\x76\xb7\x45\x0c\x11\x12\xdd\xbe\xc9\x88\x99\x9d\x14\x3a\x6c\x17\x68\xe2\xbf\x20\x52\x6e\x25\x11\xfb\x15\x10\x9b\x29\x07\xb4\x1b\xa5\x88\xc2\xe1\x59\x57\xba\x50\xb8\xad\xf8\xbc\xfa\xe9\xae\xbd\x91\x42\x55\xf4\x27\x41\x30\x05\x5e\xf7\x77\x40\xe3\xfe\x05\xf6\xef\x2a\x9b\x5b\x1b\xf7\xbb\x7c\x73\xea\xe4\x3f\x85\x2a\x58\x22\xef\x8a\x7e\xb7\x85\x80\x47\xd2\x1b\xa7\x07\x42\x78\x1a\x54\x78\x09\x60\x35\xc7\x71\xf5\xca\x93\x8b\x40\xfe\xba\xc1\x2e\xa4\xa1\xd0\x81\x5c\x5e\xe1\x3f\x8d\x5f\x90\xc3\xe2\xfb\x61\xc2\xef\x89\xde\x73\x80\x9c\x6d\xfa\xec\x49\xee\xa1\xf9\x9d\xd4\x62\x4a\x36\x38\x73\xde\xe9\xb7\x19\xbb\x91\xa4\xd3\x23\x34\x39\x4e\x7a\x3b\xa5\x49\x6f\xea\x8d\x37\x9a\x99\x50\xef\x76\x7a\x75\x1d\x6f\x56\x66\x0d\x3c\x18\x6d\x83\xa2\xbb\x56\xd7\x9f\xd1\x5d\x40\xde\xd2\x15\x59\x26\xf3\xd4\x5a\x1e\x28\x9d\xe2\x77\x18\xd7\x9c\xee\xd3\x79\xe0\xaa\x73\x17\x3e\x8e\xe6\x6d\xe1\x52\x5e\x44\x47\x14\x2e\x31\xec\x4b\x86\x11\xdf\x5c\xb1\xe7\xc4\xcb\x10\xf3\xa0\xc3\x12\x7e\x63\x39\xde\xbc\xe5\x47\xc2\x6e\x48\x00\x5c\x2e\xe4\xa9\x4e\xdf\x6c\xaa\x33\x32\xb4\x3c\xb9\x23\x4f\xbf\xeb\x21\x16\xd2\xc6\xb6\xb2\xee\x00\x03\xb7\x45\xf1\xfe\xe2\xa5\x1c\xc4\xbb\xb8\x2d\x44\xa0\xf3\x4a\x68\x4a\xce\x71\xe6\x66\xb7\xd2\xcf\x79\x5b\x58\x62\x83\x08\xf9\xf0\x01\xd3\x31\xde\xe5\x9b\x5b\x92\xc3\xe3\xe8\x81\xa1\xa6\x88\xe0\xe3\xd8\xe0\xf4\x0f\x73\x3e\x22\x79\x78\x25\xb3\xd4\x78\x03\x01\x38\x2e\x84\x6e\xdc\x3b\x84\xa7\x11\x3d\x42\xca\xdb\x42\x7f\xc5\x65\x1a\x15\xda\xb2\xfb\x47\x2c\xba\x97\xfc\x50\x38\x2d\x19\xdf\x3d\x57\x51\x81\x8b\xd9\xc3\x1c\x5f\x72\xd7\x12\xa6\x87\x2a\x10\xd9\x94\xbd\x90\x73\x40\x41\xe7\x28\x7e\x5a\x3f\x36\xca\xea\xde\x46\x38\x3f\xc5\x47\x79\x82\xef\x52\x7b\xd5\x88\xa7\xe2\x16\x53\xd6\x03\xc0\x54\x1f\x79\x31\x62\x44\x79\x31\xa2\x4f\x79\x31\x62\x74\x28\x38\xf9\x91\x28\xc9\x86\xba\x7a\xff\xf5\x39\x47\xec\xac\x8a\x1a\xd3\xc2\x24\xcc\xa8\xb5\x6c\x85\x64\xc6\xa1\x08\x65\xce\x65\x2b\x9e\x78\x92\xda\x42\x91\x69\x43\x94\x70\x45\xec\x23\x4a\x75\x27\x00\x47\x06\xa0\xdc\x31\x1e\x2d\x81\x68\x16\x81\xfa\x30\xaa\x70\x7f\x11\x8e\xba\x66\xf2\xfb\x22\x25\x8c\xbf\x58\x35\x3b\xf9\xbe\xd2\x58\x56\x4a\xac\x99\x7b\x24\xa0\xa9\xae\xc4\x9a\xe2\x4e\x35\x4c\x6d\x5e\x8d\x5e\x1b\xab\xb8\x4c\x1a\x4f\xde\x0d\xdd\x42\xc2\xcf\xb2\xc6\x81\x8d\x01\x02\x56\xab\x54\xbb\x40\xb6\x7a\xe9\x44\x56\x11\xe2\x3b\x0f\x04\xf7\x38\x7e\xe0\xa2\xa3\x9b\x32\x81\xdc\xbc\x61\xab\x8b\xd3\x40\x61\x66\x64\x67\xe9\x30\x5b\x98\xf4\x3f\xb7\x92\xa2\xf5\x3a\x66\x17\x62\x6a\x74\x7b\x21\xfd\x79\x92\x56\x64\x0b\xd1\x2f\xd7\xe4\x6f\x40\x5d\xf2\x71\x56\x38\xed\xff\x4f\x05\x81\xd0\xab\x3c\xab\x74\x5b\x10\x84\x29\xdf\x66\x11\x09\x2c\x22\x82\xf9\x10\xb3\xf8\xcb\x68\x13\x87\x05\xa1\xdd\x36\xb5\xdb\xdc\x5c\x43\x23\x98\x20\xf3\x20\x60\xfd\xe0\xa6\x37\x06\xdc\x19\xeb\x2b\x92\x93\xbc\xf4\xbd\x23\x33\x75\x37\x6f\x48\x1f\xb5\x85\xfd\xc6\x04\x04\x78\x2b\x25\x55\x38\xc2\x69\xe7\xfb\xc2\x12\x7e\xc4\x33\x35\x70\x7f\x84\x6b\x40\x9a\xee\x29\x91\x21\xa7\xad\xdd\xae\x4b\x96\x84\x27\x64\x3a\x87\x61\x0c\xad\xdb\x13\x62\xab\x53\xa3\x51\x49\xaf\x4f\x3f\x43\xf6\x03\xfe\xc8\x26\xa2\x93\xce\x74\x0f\xed\x49\xaf\x69\x59\xae\x54\xc6\x56\xb7\x50\x38\x61\x8b\xb2\xcc\x1c\xb1\x45\x24\x2f\x1b\x96\x4e\xd7\x0d\x1f\xf5\x26\x42\xfb\x6d\xd2\x83\x73\x0f\x7f\x53\x83\x0f\x17\x04\xa0\xd6\xe4\xc2\xbf\xd5\x72\x76\x11\xa5\x70\x2c\x64\xd4\xb8\x55\x72\x0e\x11\x65\xac\x7c\x99\x63\x65\x56\x43\xdd\x6c\x88\x19\xf1\xd5\x8b\x19\x74\x6d\xa1\x5f\xab\x43\x18\xf7\x2e\xec\x02\x20\xf8\x8a\x12\x7e\x24\x4f\x2e\xcb\x94\xaa\xf1\xda\x9a\x83\xb1\xfc\xbc\x66\x2a\x98\xf5\x17\x78\x4a\x8e\xd3\x1b\xd5\x07\xc7\x26\xf5\x1c\xd6\xee\xee\xc3\xc5\x4b\x07\x79\xf5\x15\x1f\x41\x76\x50\x7d\xa7\x42\xb5\x57\xea\x2f\x0a\x6e\x21\x48\x15\x5b\xd2\x94\x4e\x5c\xfa\x40\x11\xb5\x17\xda\x27\x74\x24\x61\x41\x9f\x06\xa7\x1b\xad\xc4\x8c\xdf\x4a\x8a\x9c\x2e\xc9\x45\x87\xb6\x60\x9a\x0d\x17\x59\x00\x42\x04\xf1\xcc\x08\x60\x0f\xcc\x0e\x49\x30\xaf\x78\xf7\x48\x71\x1f\x2e\x59\x7f\x77\x84\x8a\x62\xda\xc4\x2d\x91\x0b\xea\x24\x88\x59\x8c\x4a\x5b\x75\xab\x2c\x5d\x28\xda\x58\x9c\x64\x89\xe7\x51\x7c\xa7\x7e\xe9\x90\x46\x16\x20\xf9\x8d\x31\xc1\xe8\x70\xd8\x5d\x0e\x6e\x95\x1c\x53\x3e\xce\xda\xc0\x6c\x2d\xf6\xa8\x67\xcb\x14\x8f\xad\x1b\x2a\xdf\x13\xb6\x15\x75\x28\xd8\xe7\x09\x78\x97\xdc\xae\x77\xc4\xd9\x45\xef\x59\x21\x87\x38\x3b\x11\x5a\xe2\x47\x94\xf8\x79\xcd\x0a\xd0\xda\x4d\xe3\xec\xb4\x91\x71\x25\x5a\xa2\x93\xb4\x1b\xc4\xdb\x0a\x69\xd9\x3e\x5f\xb2\x8d\x9a\xcc\xc2\x65\x25\x6b\xf8\x23\x0e\xef\xbe\xca\x9f\x5d\xd3\xbc\x74\x08\x94\xd2\x93\xb5\x1f\x5d\x93\xbb\x90\x85\x4c\x03\x44\x46\xb7\x56\xac\xf3\xb1\x86\x0d\x48\xf2\x00\xa7\x94\xdb\xfe\x58\xc3\x0b\x5a\x90\x87\x02\x06\x32\x8e\x74\xe4\xe6\x9b\x66\xad\xa5\x58\xb9\x57\x19\x11\x62\x1b\x3a\xab\x48\x9d\x95\x46\x2e\x15\x64\xeb\xc4\x96\xb8\x0d\xa5\x72\x3a\xd3\x88\xdd\x9a\xf3\x27\x52\xb2\x42\x0a\xb4\xb1\x9f\x8a\xbb\xee\xcf\xb9\x94\xbe\xc6\x87\x19\x04\x74\x43\x73\xa6\x1b\xe2\x37\x5c\x65\x6b\xa1\x7e\x19\x19\xf5\x22\x31\x32\xce\x37\x2e\x40\x3e\x23\x40\xe4\x8f\x10\xea\xb2\x92\x07\x02\xdd\x72\xf6\xa0\x6c\xfb\xac\x54\x4d\x4d\x8a\x92\xaa\xb2\x21\x21\x17\x83\x8c\x0f\x13\x63\x2b\x1f\xfd\x56\x72\xb1\xc9\x5a\x36\x73\xdd\x96\x6c\x68\xf2\xef\x3e\x01\x75\x7c\x4f\xc7\x57\x1d\x64\x72\x41\xe1\xb8\x16\x2f\xb1\x8b\xb6\x67\x5e\x80\xe0\xa7\xb7\x35\x1d\x5c\xec\x12\x1d\x67\xa7\x9e\x9a\x7b\x2e\x19\x63\xe9\x6d\x65\x7e\x9b\xe2\x14\xd9\xdc\x07\x64\x63\x63\xc7\x12\x6c\xe3\xd2\x7c\xad\xca\x3d\xd7\xea\xb0\x71\x33\xae\x65\x1d\x42\xcc\xc7\x63\x11\x97\x27\x07\xa6\x3a\xca\x6b\x83\x4e\x62\x4d\xd9\x31\x1d\x35\xa6\xe4\xb5\x75\xb7\xa6\x2e\x95\x0e\x57\x62\x2c\x14\x81\x70\x8a\x02\x27\x47\x46\x07\x95\x35\xa7\xb9\x8d\x07\xe4\x10\x5c\x5a\x0c\x3d\xdf\x8a\xb2\x86\x01\xb7\x79\xea\xd2\xf1\xa3\x84\xa3\x67\x7c\xb7\xba\x81\x01\xb8\xce\xb0\xee\x2b\xf2\x81\x2f\xd5\x95\xe8\x1d\x7c\x5f\x1d\xad\x5c\xa9\x03\x37\xa5\x22\x4f\x40\x2d\xe1\x13\x58\xfb\xca\xf4\x43\xe4\x2b\x61\xf4\x9d\x9c\xcc\x7d\xe4\xa7\xf9\xa1\xde\xbb\x57\x59\x65\x67\xfe\x1d\xa2\xdd\x1b\x40\xcc\xd5\x8a\x45\x38\x81\xd4\x1d\x9d\xcc\xad\xc3\x31\x21\x3f\xcc\xd1\xb9\xb5\xa6\xb3\x78\x99\x47\x76\x8d\xed\xa4\x50\xcf\xab\x63\x27\xf3\xe4\xd6\x06\x9c\x91\xf9\xf1\x7d\xd5\x74\x0c\xa3\x33\xc4\x57\x55\xc7\x8c\x0a\x3b\x5a\xaf\x81\x8e\xfd\x81\x00\x95\xdd\x26\xbf\xb7\xf4\x3b\xf9\xb9\x64\x38\x21\x7a\x6f\x4e\x8a\xde\x5b\x0c\x33\xd5\xa3\x84\x0f\x42\x7b\x30\x05\x4d\xa7\x52\x5f\x16\xe5\xd2\x87\x9f\x14\xb5\x36\x37\xa2\x03\xa1\x16\x95\x74\xce\x08\xad\x36\x45\x7a\xf7\x8e\x72\xbe\x24\x71\x30\xb7\x88\x18\xde\xda\xcf\xdd\x94\xd4\xe2\x69\xff\x27\x1e\xe4\xc9\x0d\x0f\xf2\x44\xa8\x8f\x72\xcc\x16\xbf\x34\x0f\x16\xf6\xa4\xff\xeb\x22\x1d\x0e\x1c\x4b\xb3\xf1\x90\x90\xd7\x8e\x73\x37\x25\x6d\x25\x15\xe6\x8f\xd0\x7d\x44\x19\xdb\x7f\xb8\xd0\x39\x5d\x9c\x64\xb4\x74\xe1\xb3\xa7\x05\x33\xc8\xbb\xea\x6c\xed\x55\x1d\x6d\xd8\x58\xa5\x2d\x23\x91\x9e\x16\x4e\xde\xb6\x76\x56\x9d\x32\xe1\x44\xb0\xe9\xe6\x6d\x73\x80\xd3\x15\xf0\xdb\x8c\x33\xa6\xf6\xd7\x41\x9d\xed\xf4\x8d\x43\x62\xbc\x7f\x1e\x34\xe9\xc7\x48\xb7\xd2\x8b\x4f\x00\xef\x1e\x66\x9c\x06\x83\xc1\x61\x0b\x3b\xfd\x71\xcb\xe5\xfa\xe2\x71\x40\xd6\xbd\x5e\x06\xf0\xfc\x81\x3d\x04\x6e\xd6\x43\xd0\x1d\xe4\xe8\xe5\x8e\x2e\xc4\x1f\x39\x48\xd1\x19\x00\x25\xd6\xd6\x8b\x23\x5f\x9d\x89\xf6\x60\x49\x3f\xb4\xf6\xe2\x8b\x4b\x29\xac\x01\xb2\x06\x95\x6e\xec\xf8\xea\x4a\x9a\x73\x9a\x11\xe9\xd4\x50\xd5\x49\x99\x07\x4e\x4d\x66\x1e\x58\x6b\xf6\x35\x8b\xde\x01\x60\xd2\x6b\xb9\xcf\x65\x98\x8b\xed\x14\xb2\x54\x1d\x2d\x32\x82\x54\x55\x0a\x7c\x7a\x56\x5b\x6a\xd8\x3a\x8b\x9a\x7a\x96\x40\x4d\x5d\x67\x51\x53\xef\x42\xa4\xce\x81\xa2\x71\xa0\x29\x57\xb1\xbc\x0b\x56\x5e\x89\xd9\xbe\x73\x47\x5a\x01\xb6\x2f\xeb\xc8\xd0\x2b\x52\xc1\x96\xe5\xff\x28\xb8\x69\x99\x35\x61\xfb\xf2\x32\x67\x6f\x95\x29\x57\x90\xad\x85\x9b\xa5\x2a\xae\x56\x55\x7e\x2c\xec\xb3\x5c\xf9\x54\xac\x0a\x02\x7c\x45\x1d\xb6\x94\xc7\xb6\xd1\x99\x98\x75\xb8\xb4\x73\x6e\x68\x4f\x82\x2c\xc2\xd7\x72\xcb\x08\x9f\x2f\x42\x3d\x05\x7f\xe0\xa0\x3b\xef\x65\xca\x5b\xdc\xe2\x35\x61\x94\xf5\x5c\xd1\xbc\xea\xaa\xe9\xc8\x5f\xd4\x47\x79\x4d\x80\xb7\xd4\x7b\x69\x27\x53\x70\xb4\xbd\x4a\x11\xce\x36\x7c\xdd\xc8\x9d\xa7\x29\xa4\x89\x16\xea\x6b\x39\x77\x51\x68\x4a\x58\xbe\x74\xdd\xa8\xab\xfe\x95\xa1\xa9\xfa\x42\xbf\x31\x3e\x37\xc1\x7a\xc8\xe3\x41\xc6\x00\x86\xee\xa0\x08\x6b\x65\x53\x22\xc8\x91\xf9\x97\x9f\x8d\xc4\xb1\x96\x64\x61\xb2\x1b\xb2\x05\xde\x00\x82\x81\x1a\x32\xae\xd4\xf7\x62\x03\x34\x2c\xd2\xed\x27\xa7\x95\xa2\xf0\x79\xd9\xfa\xbc\x19\x9a\xcb\x86\x42\x02\xf6\xd2\x1b\xff\x3b\x4a\x19\x02\xd5\xf1\x6d\xea\x9c\xb5\x7d\xa4\x04\x94\xb1\x08\x70\x61\x63\x1f\xe5\x4b\xda\xf5\x7e\xb6\x8b\xe7\xfb\x0c\x69\xcd\x20\x6e\xbb\x7a\x6b\xe1\xfa\x6f\x5e\xea\xdf\x58\x55\x46\x7e\x75\xc3\x93\x11\x8f\x1d\x9d\xef\x89\xd1\xa0\xba\xe4\xee\xf1\xe1\xd6\x98\x2d\x4f\xd2\x6c\x9a\xba\xa1\x56\x87\x38\x1a\x71\x24\x84\xba\xee\x14\x38\xb6\x28\xa2\xd7\xda\x22\x00\x41\x98\x6a\x12\x98\xda\x43\xa9\xd8\xc9\xb0\x37\x65\xc8\x91\x68\xba\x15\x79\x4c\xb2\x53\x7f\x43\x8e\x98\xbd\x66\x55\x63\xb9\x26\x95\xf2\x64\x9d\xe0\xa6\xaa\xa8\xb8\x4e\xf5\x23\x0d\x94\x5e\x58\x97\x3d\xc5\xe9\xb4\x53\x50\x32\xa0\x6a\x9d\x9d\xdb\x97\xd4\x25\xbf\x84\x40\xb9\xb5\x47\xd1\xb3\x31\xd4\x96\x12\xea\x95\x1e\xab\x9d\x7f\xaf\xc7\xfb\x95\xaa\xab\x12\x88\x06\xa8\x2e\x46\xa9\x28\xa8\x06\xeb\xfe\xbb\x0d\x88\xe5\x16\xd6\xbc\x64\x14\x0c\xdd\x0e\x71\x3c\x45\x38\x7b\x0c\xbc\x98\x30\x08\xab\x86\xd2\xf9\x04\x40\x10\x4a\xfa\x4f\xd4\x40\x15\x83\xed\xea\xe7\xc7\xfc\x6f\x54\xdb\x43\xc2\xe2\x55\x93\xe6\x93\x2b\x35\x98\x37\xa8\xaf\x36\xd4\x53\x2a\x92\xc4\x80\xc1\x43\x10\x62\xc9\x47\x97\x78\xc9\x5f\x60\xee\xf0\xe4\xf9\xbe\x44\xd2\x67\xb9\x39\x90\x6d\x8f\xac\xa8\x5f\xe6\x44\x64\x3b\x70\x54\x25\x5f\xa8\xfe\xfe\x42\xf8\xe3\x75\xc0\x1e\x56\x7b\xe9\xa6\x73\xfa\x78\x90\x7f\x27\x32\x4f\x50\x63\xc7\x42\x0d\xae\xf1\xd2\x19\x8a\x4e\x87\x66\xec\x9a\x16\xb4\xea\x06\x84\xb7\xb8\x93\x51\x91\x8c\x3c\x9f\x88\x77\x6a\xc8\x62\x16\xba\x10\x47\x15\xe7\xc8\x6c\x53\xc9\xc5\xbe\x50\x01\x18\x68\x7e\xdd\xfa\x5d\x5e\x5f\x55\x1d\x1d\xd6\x0d\xef\x7e\x94\x13\x76\xff\xf9\xcb\x6a\xaf\xfe\xc5\xf7\xa8\x7e\xfa\x6a\xa5\xd0\x99\x0d\xf0\x4a\x93\x9d\x2f\x17\xb0\x38\x2f\x04\x20\x19\xbd\x8e\x81\x37\xb2\x66\x60\xf7\x35\xdf\x8f\xd6\x5d\x24\xd8\x25\xda\x9f\x39\xab\xaf\xd9\x05\x1c\x90\x38\xf3\x64\x40\x66\x53\x25\xbc\x2c\x10\x9e\x7a\xa4\xe1\xec\xfd\xda\x84\x68\x30\xa3\x85\x95\xdd\x75\xb6\x45\x85\x1c\x8a\x73\x35\x23\xce\x63\x28\x25\xa2\x54\x38\x64\x24\x57\x94\x1d\x7f\xe8\x44\xe4\x0e\xdd\x42\x50\x2f\x65\x70\x76\x92\x85\x10\x29\xcf\x07\x67\xe1\x16\x10\x95\x1f\xc0\x2f\xe6\x7d\xaf\x5a\xc7\x21\xd8\xab\xc7\xf6\xe4\x25\xad\x32\x78\x89\x9a\x57\xc9\x09\xf2\xb9\x1d\xc4\x86\xbf\x70\xff\xb7\x0f\x56\x52\x45\x4e\x38\x14\x64\x91\x85\x3a\x16\x3a\x83\x74\x2c\xa6\x21\x9d\x6e\xec\x02\x01\x89\x09\x95\x72\x8b\xc7\x7b\x6f\x45\xa5\x88\xaa\x45\x2b\x05\x08\xcd\x82\x8c\x5e\xda\xe9\x76\xbc\xd0\x10\x12\xbd\x14\x64\xbb\xf7\x27\xee\x38\xfd\xe4\xc3\xb2\x00\x13\xe0\x92\x66\xf9\x1e\x40\x52\x35\x58\xcd\x56\x18\xc8\xab\x6a\x35\x78\x3f\xed\x09\xfd\xf5\x95\x8e\x0a\x25\x2b\xa9\xd6\x9f\xb0\x9c\xdb\xed\xbc\x2b\xfa\x1f\x51\x8c\x24\x3c\x35\x93\xe0\x5e\x67\xee\xff\x3e\x7a\xe3\xa4\x36\x9f\x46\xbb\x2f\x7b\x1d\x22\x9a\xba\x3f\x48\x67\xe0\x26\xd6\x8e\x64\x01\x9c\x30\x8c\xe9\xd5\x3a\xfe\xa9\x74\x8c\x90\x7a\x55\x3f\x9e\xe1\x4a\x64\x47\x94\xb4\x02\x4e\xc7\xbf\x37\xa2\x1e\x8d\xa8\x2e\x58\xdd\x3b\x2d\xbe\x5b\x33\x5d\xfa\x43\xcd\x06\x74\xe6\x69\x48\x20\x21\x27\x95\xfa\xfe\x1f\x4b\xdf\xd4\x04\xa5\x5b\x3f\x4a\xeb\x3f\xbc\xfb\x11\x56\x04\x5a\xa2\x0b\xeb\x7c\xf7\x8d\x99\x32\x91\x55\x32\x7b\xd5\xc9\x7a\xf3\x99\xef\xe3\x45\xa8\xd7\x88\x5b\x6d\x86\xf0\x7d\xb9\xcd\xfc\x10\x94\x79\x55\xee\x26\x78\xbb\x6f\x66\x3b\x4f\x35\x84\x64\x07\x87\x67\xd5\xcc\x68\x12\x14\x59\x91\x63\x14\xda\x17\x33\xfb\x0a\xcd\x8c\x68\xb9\x64\xf0\x77\x61\xb7\x30\x83\xf3\x4a\xde\x16\xe5\xdf\x6c\x94\x3b\x95\xd1\x14\x12\x19\x38\xc4\x43\x3d\xf1\x36\x30\x9b\xa7\xfc\xce\x1d\x32\xb0\xf0\xeb\xb3\x93\x4e\xe5\x1e\xc9\x48\x8a\x55\xa0\xf3\xb7\xd2\xdb\x6d\x7c\x36\xbc\x72\x2d\x9b\x75\xc5\x61\x00\xbb\xab\xfd\x57\xa8\xfb\x58\x4f\x6f\xb1\xc4\x6c\x15\xb0\x00\xeb\x0c\x83\x77\x61\xab\x42\x00\xc5\x27\xde\x35\x8e\x96\xf5\x5b\x1d\x37\x2a\xa1\x47\x76\x17\x6f\x44\x6e\xac\xd5\x68\xc1\xca\xa4\x98\x5c\x60\x48\x79\xf7\xe6\x2e\x4a\xcf\x84\x7a\x3e\x67\xfb\x30\xc3\xe2\xa9\x52\x9d\xbe\x7e\x41\x7e\x73\x7e\x22\xf4\x42\xe6\x08\x7d\x5a\x14\x81\xe2\x77\x50\xf1\x2c\xe3\xd3\x3a\x41\xb4\xfc\x50\xa1\x9a\x2d\x50\x2f\x9c\xdb\xeb\x96\x1d\x0f\xbd\x50\x17\x15\xcf\x27\x23\xf8\x68\x06\x34\xd4\x31\x33\x39\x5e\xd7\xab\x9f\xdd\x9a\x90\x86\xaa\x45\x56\x7f\xbe\xfc\x98\x23\xff\xa8\x63\x90\xd6\xc2\xd0\xe2\xa9\x4a\x5c\x7c\x40\x71\xb3\x62\x92\x77\x92\xca\x61\xc5\xca\xab\x51\x6d\x03\x52\x96\x1f\x8c\xc2\xf6\xf2\x71\x9a\xbb\x19\x61\xbe\x90\x55\x0e\x2d\xaa\x49\xb2\x05\xc4\xd2\x9d\xb2\xf0\x1b\xcf\x34\x28\xcd\xe7\xdf\x83\x52\x2a\x75\x52\xfc\xe6\xc2\x2e\x33\x2a\x65\xf9\x0b\x4e\xda\x11\xfa\x71\xee\xa6\x8b\x68\xb9\xe2\xbe\x98\x08\xfb\xbd\x1c\x65\xe0\x79\x4f\x76\x22\x8f\x5e\xb8\x32\x42\x9f\x23\x8c\xcf\x02\xc2\x9a\x77\xc8\x95\xcc\xed\xe5\x0d\x00\x6e\x1d\x34\xb3\xbd\x10\x97\xfd\x33\x43\x63\x0f\x85\xf2\xdb\xd5\xc7\x74\x9c\x36\xab\x3f\x74\xbf\x9f\xed\xf3\x4b\x19\xe0\xe3\x85\x6a\xb6\xdb\x85\x9b\x39\x88\x88\x19\x0e\x22\xd6\xd5\x14\x71\x3f\xe6\x05\x20\x4b\x01\x08\xa7\x76\x70\x7e\x49\x82\xb1\x10\x9f\x5e\x0b\xd8\x42\x8c\x1b\x5e\x07\x6e\x2f\x62\x03\xaa\x8c\x85\xed\x08\x15\xb4\x8f\x09\x94\xa3\x1a\x6c\x41\x2e\xbc\x94\x51\x19\x9e\x2e\x0c\xd4\x82\x11\xaa\x98\x75\xb7\x8a\x93\x5c\x20\x0b\x5b\xac\xca\x03\xe2\x8c\xbf\xa2\x45\xc6\x8a\x53\xdd\x30\xac\x3a\x07\x74\x9a\x0f\xb7\x82\xf4\x01\x5b\x58\x05\xc2\x64\x7c\x23\xac\x45\xdd\xde\x24\xb8\x88\xb4\x5e\x0a\xdd\x78\xc4\x84\x4e\xff\x4a\x95\x80\x8a\x55\x2f\x30\xe0\xba\x59\x38\x9f\xa8\xf8\x57\x72\x45\x9f\x2b\x2c\x30\x5f\x48\xb3\xb9\x00\x2d\x03\x58\x4a\xe5\x54\x25\x17\x9a\xf4\x85\x48\xf9\x36\x7f\x5f\xc0\xc1\xa6\x6e\x7f\xb6\x09\xf1\x06\x0c\x5c\xc0\xb3\xdd\x49\xfe\x0f\x15\x4e\xed\x04\x46\xc6\x79\xf6\x6e\x97\x44\xf7\xd3\x37\x73\xd9\x6f\x22\x3b\xb5\x9a\xd6\x70\x6f\x95\x2b\x4e\x7a\x1a\x14\x6a\x9c\x67\x28\xd3\xf4\x9a\xae\xe5\xba\xb1\xce\x20\xec\xdd\xfe\xa7\x20\x58\x9f\x70\x8e\xb6\xcb\x3b\xa0\x94\x61\x8b\x56\x93\x3b\xaf\xaa\xc4\xbd\x33\x12\x2a\xd2\xa7\xab\x93\x0a\x2b\xe5\x4b\x58\xa9\x96\xb2\xa5\x19\x28\x86\xe6\xc1\xbe\xde\xfd\xbb\x30\x1c\x0b\xf5\x75\xc8\xe0\xa6\x2d\x78\xc9\xf6\xcd\x7a\xd8\x3b\x77\xcd\x13\xb5\x42\x37\x3e\xb8\xd8\xef\xf5\x5c\x8c\x98\x8e\xd0\xe0\x50\x7a\x31\x44\x3a\x3a\x91\x90\x5c\x71\x3c\xe4\x4e\x6c\x64\x3a\xb1\x65\xad\x66\x37\xed\xf0\x76\xc9\x7e\x45\x20\x54\xf1\xe1\x40\x5f\x06\x78\x68\x09\xfe\xf0\xab\x93\x3d\x88\x97\x96\xdd\x7c\x82\x9a\xbd\x7f\x8b\x73\x1e\xf4\xdb\xfc\x3d\xdd\xfd\x56\x01\x4f\xd0\x17\xb3\x63\xc7\xdb\x47\xd6\xc4\x33\x14\xfa\x79\xbe\xc8\x6c\x98\xc7\x79\x66\xe5\xe7\x36\x77\x69\x07\xaa\x92\x20\xa3\x95\xd9\xcc\x96\x29\xa3\x40\xfb\x95\x54\xc9\xb5\x4a\xdf\x56\x9b\x77\xd3\xc3\xce\xc5\x27\x9f\xd4\x60\x63\xa5\x35\x3f\xa7\xcb\x51\x0f\x8a\x2c\x68\x9a\x21\x05\xc0\x9f\xcc\x27\xf4\x51\x7a\x0b\x37\x46\x0e\xeb\x1a\x41\x3a\x7c\x5b\x2d\x11\x28\x44\xdd\x14\xc6\xed\xda\x49\x55\x9b\x3e\x82\xbf\x96\xa4\x68\x98\xe1\xe4\x15\xfa\xf9\xb2\xa5\x1d\x70\x14\x78\x5d\x80\xff\x4d\xf2\xcb\x9e\x1a\x78\x72\x83\x18\x5c\x22\x24\x50\x40\x4f\x54\xa2\xb4\x45\xf4\x40\x99\x9e\xd2\xe4\x8b\x87\x59\x8d\xa9\x48\x8f\x64\x91\xe6\x71\xe6\xa0\xd7\x65\x0d\x20\x20\xe6\xc8\xf0\x7d\xf0\x8d\x10\x6f\x2f\x65\x65\x0b\xc0\x45\x8a\xdb\x1d\x35\x57\x14\xcc\x42\x29\x6c\xcf\x94\x92\x13\xa9\x93\xcf\x96\x0e\x3a\xc7\xa9\xda\x9d\x6f\x03\xad\x4e\x84\x07\x17\x8e\x77\xc4\xd6\xd4\x29\xb3\x5f\xbc\x9f\x51\x19\x82\x0f\x17\x15\x64\xe5\xd5\xab\x29\x19\xa9\x27\x17\x08\x21\xfb\xec\x53\xb8\xcb\x06\x55\x2a\xcb\x8a\x4f\x3b\xfb\x58\x24\x6a\xa0\xaf\xcb\xbe\x9d\xde\x74\xc5\x52\x5d\x65\xdd\xe7\x0d\x09\x99\xfe\x14\x9e\xa2\x1a\x30\xc6\xd6\x11\x23\x98\x23\xef\xbc\xf8\x0c\x4b\xb4\xc2\x2b\x0a\x5f\xb8\x25\xcf\x2a\xc3\x65\x3a\x6f\x57\xd8\x77\x6a\x26\xcf\x5e\xd7\x81\x80\xb7\xd4\x0d\xfc\x01\x8f\x55\x64\x55\xb9\xb8\x55\x8b\x8b\x1b\x49\xbd\x50\xf5\x0b\x8f\x58\xe3\x92\x5a\xa0\xb5\x6f\x6f\x76\xf4\xf8\x5a\x9e\xe7\x74\xac\xcd\x29\x62\x6f\xd3\xab\x80\x0d\x2a\x05\x62\xcf\x53\x67\x6e\x87\xd9\x0b\x35\x1d\xf8\x1d\x0e\xc8\x76\x99\xb4\xf4\x08\x4e\xda\x2b\xa7\x41\x1d\x96\xb4\x33\x8a\x23\x03\x18\xe2\xb7\x98\x9e\x97\x66\xb9\x58\x14\xaf\xe1\x52\xa2\x92\x3a\x15\x09\xc2\x91\xfa\x2b\xa7\x1a\x6b\x26\x28\x19\x0b\xe5\x21\xe0\x7f\x8e\xca\x30\xbb\x2d\xe4\xf4\xc9\xec\x2f\x73\xab\x66\x74\xc3\x96\x72\x02\xea\x6e\x35\x36\x35\xfb\x68\xae\x48\x4b\xa4\xa8\xf2\x0f\x61\x86\x7d\xb6\xc8\xa5\x40\xbc\x62\x97\x63\xc6\xfc\xef\x05\x0c\x5c\x2f\x73\xfc\x7f\x50\x51\xe4\x18\xed\x8f\x28\x6f\x85\xb3\xc5\x14\x18\x9a\x65\xf5\x8a\xf9\x8a\x82\xc8\x1a\x0f\x95\xbf\xc4\x52\x5a\x02\xef\xb7\xef\x35\x2d\x82\x3e\x93\x87\x32\xa4\x67\x11\x6f\xe8\x97\x7c\x3a\x75\x46\x32\x02\xb6\xe7\x4b\x0e\xe8\x37\xfd\xc2\xd9\xa2\x43\x47\x0e\xd4\x3b\xd3\x42\x85\x9a\x3f\x89\x7f\x07\x17\x87\xa2\x1e\xf5\xf6\x12\x4b\x73\x1f\x75\xe8\xaf\xd6\x48\x54\xaa\x48\x7f\x0b\x87\xd9\x7c\x85\x97\x2e\x56\x56\x7e\x24\xec\xaf\xf8\xb7\x29\x09\x7c\x10\x0e\xe6\xb2\xcd\x5a\xf2\x2c\xd0\xbc\x49\xda\x8a\x27\x47\x46\x39\x3d\x45\x40\xdd\x68\x51\xc4\xb6\x0a\x2d\x42\x3a\x56\x62\x4e\xc6\x13\x75\x21\xd5\x02\x60\xf1\x04\x23\xf7\xbe\xf1\xa9\xbb\xc9\x52\xfc\x2e\x10\x10\xa2\xe9\x4f\x62\x70\x8c\x50\xef\x71\x0b\x64\x2d\x74\x95\xf1\x68\x2f\x14\x08\xaf\x1b\xb2\x1c\xb1\xb5\x35\x49\xce\xb1\x85\x1d\xa9\x6e\xb6\x7e\x01\x37\x7b\xbd\x36\x2a\x9e\x1d\x29\x6a\xcb\x56\x96\x1a\x9c\xf1\xd0\xe8\x26\x99\xce\x8c\x14\x8f\x20\x4a\x15\xc8\x54\x85\xfb\xc6\x08\x03\x5a\x4f\x3d\x6d\x91\xf9\x4f\xb2\xf5\x39\x58\xc5\x8a\x4d\x6e\x45\x31\x02\x94\x70\xb3\x90\x6b\x34\x10\x41\xef\x0b\x29\xe0\xd2\xad\xf0\x77\x57\x4d\xd3\xf9\xf6\x00\x65\x07\x7f\x29\x59\x6d\x74\xf3\x3d\xe1\x54\x24\xaf\x39\xd3\x00\xfd\x45\x32\x79\xca\x5b\xfb\x13\xaa\xfd\xcc\x06\x53\x12\x45\x21\x70\xc1\x61\x0d\x06\xcb\x9a\xf4\xd0\x61\x33\x33\x28\x8e\x08\xac\x86\x62\x19\xb4\x95\xf9\x93\x14\x07\xab\x61\x54\xc3\xab\x0d\x01\xd9\x90\x0b\xa0\x3b\x5b\x89\xa4\x8e\xa5\x64\xaf\x1a\x71\x2a\xc0\x95\xc7\xfd\x44\x77\xed\xab\xba\xae\x33\xd4\xc8\xaf\x45\x42\xad\xd3\xed\x05\xc7\xec\x40\xe4\x8a\x99\x79\xde\x16\xba\xa4\x20\xd4\x2e\x92\x69\x01\x4a\x7c\xdf\x88\xe4\xbe\x70\x0b\x56\xf6\x75\xf6\x17\xf9\xaa\x0f\x4c\x02\x78\xef\x19\x22\xe8\xc9\x8f\x63\xb6\x82\xf4\x83\xe6\x66\x4f\xd8\x84\x23\x5f\xd7\x1d\x70\x2c\x1e\xe4\x9e\x08\x42\x23\xeb\x42\x56\xec\xad\x35\x39\xd2\xb6\xa1\x23\xab\xf5\x71\xc3\xed\x08\x3e\xb2\x5c\x81\x03\x33\xc7\x79\x57\xb5\x3a\x7b\xab\x15\xf0\x14\x54\x84\x59\xfe\x3c\x07\x41\x43\xd3\xaa\x05\x66\xc3\xb6\xaf\x77\x78\x8f\xd5\x13\xa2\xf8\x17\xa8\x59\x23\xe8\xa6\xe4\x10\x35\xd5\x84\xd8\x9a\x84\x2d\xb0\xf0\x9a\x33\x21\xad\x88\x85\x93\x77\xc4\x22\x96\xa9\x4c\x3d\x51\x94\xd5\x2b\x27\x7a\x98\xf7\xfc\x89\xb5\x76\x43\xfb\x33\x89\x9f\x40\x36\x32\x27\x37\xe2\x52\x71\x36\x95\x98\x10\x46\x0b\x87\x8e\x07\x1d\x07\xe9\x0b\x35\x52\x6d\xd4\x77\x33\xb6\xa0\x5e\xeb\x5d\x20\x99\x83\x6e\x21\x2e\xa1\xaf\x54\x71\x5b\xe8\xe7\x4a\x9d\x55\x3a\x53\xcd\x2d\xd1\xcb\x53\xae\xb6\xb3\x0b\x55\xf2\x15\x05\xaf\x91\xbb\x0f\x69\xeb\xb0\x36\xc0\x5f\xa6\xb7\x8d\x84\x18\x7b\x43\x7c\xa5\x5e\x49\xbf\x42\xb0\x6d\x39\x9b\xe2\x15\x11\x50\x36\x6d\x21\x0c\xef\x63\x53\xe1\xea\x05\xd5\xdb\x40\x8e\xe2\xa1\x03\x30\x25\xf3\xf1\xbe\xb0\x41\xfe\x6a\xd4\x9b\x97\xce\xf1\xf4\x83\x43\x17\x5d\xa9\x11\xa5\x74\x06\x59\xd7\xdc\xae\x72\x94\x59\x4f\x88\x56\xbc\xb1\x5e\x6e\x36\xd6\x82\x06\x83\x65\x31\xe3\xfa\x15\xa1\x26\xc6\x67\x91\xb3\x52\xca\x67\x51\xb3\x9a\x48\x62\x3c\x58\x2d\xce\x66\xa4\x4c\x53\xab\x8e\x33\x65\x5d\x35\xb6\x7c\xd9\x15\xa2\xa6\x28\x79\x4b\x1c\x54\x9c\xbd\x35\x35\x17\x73\xd7\x6c\xfc\x9c\xe9\x45\x8f\xc2\x03\x85\x5e\xd6\x63\x3b\xf7\x36\xc9\x29\xd3\x47\xbb\x44\xb5\xda\x5a\x3f\xe8\x7f\x01\x18\xbb\x6e\xc7\x09\x33\x42\xcf\x73\x4c\x3d\xeb\x08\xbd\xb0\x57\x1e\x85\x20\x2d\x25\x20\xc1\x97\xd8\xa3\x3f\xbd\x34\xb4\x58\x17\xac\x24\xcf\x64\xab\x84\xea\x2d\x88\x71\x7a\x6b\xa5\x49\x46\xe0\x0c\x6b\xe9\x1c\xc0\xc3\x7b\x02\x4a\x19\x25\x5c\x98\x6d\x88\x1e\x78\xa6\xab\x24\x94\xc4\xc7\x92\x79\x0e\x40\x0e\xb3\x22\xe8\x99\x16\xb1\xae\xa9\x6b\xbb\xa9\x7f\x32\xc2\xc2\xb5\xe3\x50\x88\x22\xc9\x9a\xa9\x29\xe1\x11\x38\xae\xa8\x12\x5d\x8b\x98\x4b\x6f\xd3\x45\x10\x5e\x19\xc2\xe3\xf3\xb8\x27\xbf\xb4\x0b\x76\x03\x1c\x86\xfd\xc7\x2c\xe7\xeb\x82\xdc\xe5\xaa\xd1\x66\x02\x36\x44\x94\x66\xc1\xd2\xd5\x95\xba\xad\xd7\x9a\x60\x37\xe8\x9b\x69\x7d\x42\xce\xcd\x0f\x52\xd8\x1c\xc5\xbf\xf6\x80\xd4\x77\x8b\xdb\xe7\x5e\x56\x2a\x8e\xb3\x57\xbe\xb5\x02\x7a\xdd\xb4\xb4\xeb\x12\x60\x8d\xe9\x2a\x4f\x16\x61\x9e\x2c\xfe\xbf\xb5\x67\x27\x85\xe3\xdb\x8f\x90\x58\x57\xdf\xac\xe4\x96\xd5\xcf\x7f\xaa\xee\x51\xe6\x1d\x65\x4f\x88\x5f\xd5\xea\x3c\x32\xa7\x37\x5c\xe1\xe7\x92\x93\xda\x5e\x2a\x60\x78\xc8\x8f\xb5\xd0\x4c\x1e\x50\xb4\xae\x7b\xda\x04\xfa\xc4\xf2\xd8\xb6\xc1\x6c\x52\x81\x60\xaa\x90\x36\x26\xb0\x42\x4e\x32\x5d\x21\x8c\x5e\x8f\x13\xcc\x21\x73\xcc\xa2\x93\x98\xf8\x33\x9f\x64\x5f\xa8\xe7\x83\x8d\x1b\x2f\x62\x10\x07\x7d\x99\x77\x8e\x22\xc9\x44\x14\x9d\x98\x37\x4c\x35\x64\xa5\x49\x42\xa0\x7d\x78\x48\x4f\x49\xbc\x73\x36\x31\xb6\x2d\xd9\xe6\xf8\x30\xba\x87\xe3\xbd\xce\x8f\xb5\x27\x37\x56\xb0\x46\x28\x39\x49\xcf\x4e\x72\xd6\x59\x4a\x4b\x90\x81\x74\xb2\x23\xd0\x46\xf5\x2a\x28\x1c\x48\x08\xa3\x24\xb4\x49\x4b\x9d\x88\x7c\x0f\xc1\x37\xf9\xba\xd4\x73\x1d\x80\xeb\x84\xfc\xe2\x42\x51\x54\xb9\x60\xa7\x70\x4f\x2c\xd4\x07\xa9\xaf\x38\xe3\x28\x28\xb6\xd8\x8c\xe2\x8e\xea\x3d\xc4\xa6\x08\x7a\x81\x07\x72\x28\xac\x4f\xa0\x42\x33\xc6\xee\x2a\x20\x2b\xd7\xa4\x0d\xcd\xa0\x71\xa4\xd9\x31\xab\xe3\xa4\xc9\xb7\x8d\xa6\xdc\xa7\x75\x4a\x85\x16\x81\x93\xdc\x1c\x8b\x91\xaf\xe2\x4e\xa2\x6f\x05\xb8\x3b\xde\xe0\x9b\x0d\x19\xde\x14\x67\x9b\xe1\xed\x5b\x4c\x0d\xc8\x0c\x78\xa2\x43\x0b\x34\x73\xe5\x98\x3a\x58\x20\x69\xdf\x90\xee\x32\x2a\x01\x37\x80\x96\xd3\x2e\xde\xd7\x15\xe0\x47\xd3\xde\x58\x49\xce\x75\x8c\x11\xc8\x89\x04\xac\x40\x86\xa0\x93\x5c\x04\x14\xe9\x14\xca\x55\xe0\x26\x74\x33\x14\x5e\x67\x3f\xa7\xef\xd8\xc8\x36\xa3\x50\x1b\x55\xa2\x13\xbf\x16\x40\xee\x14\x3f\xfd\x49\x69\x2a\x05\x5a\xee\x63\x1a\xe0\x11\x09\x9f\x41\x03\x24\x9e\xa2\xc9\xff\x53\xca\x84\x19\xbe\x0e\x22\xc8\x39\x4d\xa8\x80\xdb\x0b\x59\x0d\x38\xef\xa4\x8b\x66\x9d\xf1\xbb\x57\xa4\x1e\xd4\x9e\xd6\xa8\x10\xa9\x99\x3b\x84\xa7\x60\xec\x5f\xd0\x01\xd8\x82\x15\x51\x62\xd1\x5c\xb9\xc8\x3d\x1a\x19\xc9\x43\xdc\xc8\x64\x09\x61\xd7\x25\x40\xde\x2f\xd8\xaf\x96\xf2\x8a\x52\x9e\xdc\x05\xc8\xab\x9d\x99\x17\xd8\xa2\x1f\xd0\x5a\x2a\x92\xae\xd9\x29\xc9\x75\xc0\x09\x67\x0f\xb7\x1d\x3c\x33\xe7\xe6\xac\x57\x15\x74\x7c\xd4\x1f\xdf\x3a\x35\xfa\x3a\x91\xec\xc4\x7a\x10\xc2\x87\xfe\xa7\x6a\x35\xbb\x41\xe6\xc9\x22\xa5\xb2\x45\xba\x4d\xe9\x06\xa5\x12\xd2\x0b\xca\xfc\x3f\xb1\xcc\x53\xa6\x83\x2d\x28\x9b\x45\xd6\xd0\x37\x25\x59\x45\x4a\xe9\x4e\xf3\x95\x82\x2c\xa3\x7d\xd3\x07\x53\xfd\xb3\x05\xfc\x22\xb3\x66\x7a\x50\xe7\xcc\x51\xed\x8a\x55\xf4\x4d\x64\x47\x92\x8c\x88\xd3\x0e\xc2\x43\xed\xe4\x61\xa3\x56\xaf\x14\x11\x18\xd9\xa2\xa6\xde\xa8\x6a\x94\xac\x29\x60\xcf\x40\x42\x6c\x3f\xd1\x94\x9d\x23\x51\x68\x6e\xa4\x91\xe6\x9e\xa4\xc0\xda\xb6\xd8\x82\x57\x73\x06\x05\xfb\x83\x22\xd6\x14\x39\x5a\x5e\x1f\xe3\x5e\xed\x9b\x0e\xea\xb0\xf1\xdf\xac\xbc\x81\xd1\x94\x16\x34\x4f\x5e\x63\x16\x01\x38\xa4\x51\xca\xac\x06\x87\xf0\x40\x5e\x1f\xee\xdc\xd6\x40\x16\x79\xc3\x64\x84\x51\x6d\x0f\x5b\xda\x24\x22\xe0\xfb\x18\xa2\xa5\x29\x63\xf0\x3d\x47\xac\xe5\x42\x29\x30\xc1\x3c\xa0\xaf\x98\xf7\xb6\x77\xd8\x63\x47\xdf\x40\xe5\x9d\x76\x80\xf3\xcb\x77\x73\xc4\x8a\xe8\x46\x36\x30\x3d\x76\x44\x90\x6d\x33\xfe\x51\xd8\xe4\x74\x47\x3a\x4d\xad\xf1\x71\x1c\xb4\xdc\xf4\xd3\x3b\x19\x9a\x5e\x08\xa4\xf3\xc0\xfd\x3f\x97\x42\x7f\xb4\x1a\xe6\x61\x6b\x4d\x32\xd4\x53\x6b\xbc\x6b\xda\x26\x2b\x7d\x53\x5e\x33\x15\x18\x0b\x75\x54\xf4\x91\xc1\x91\x3e\xd2\xb2\x31\x62\x1e\x90\x93\xc5\x69\x83\xa5\x4c\x20\x1c\x14\x5e\x9d\x5d\xd0\xea\xff\x7a\x41\x93\xb5\x76\xfc\x6c\x3e\x13\xfe\xdf\x2e\xe8\x5e\x76\x41\xb7\xff\xbe\xa0\xed\x7b\x0b\xda\x16\x4e\x80\x13\x26\xd6\xb0\xe3\x23\xae\x47\xeb\xac\x6b\xe7\x01\x7a\x01\x5c\x72\x54\xfa\xd3\xe8\x5c\x45\x1d\x59\x30\x98\x5a\x83\x74\xa9\x7c\xec\x6f\x87\xe2\x11\xbd\xec\xf1\xd5\x6d\xa9\x9b\x9f\x09\x47\x63\x7c\x1a\x0d\x3a\x1a\x89\x2a\x8d\xae\xa8\xca\x7e\xba\x60\x67\xfb\xcc\x23\x53\xfa\xa6\x2b\xdc\x96\xbe\x36\x30\x4d\x06\xe5\x26\x45\xe2\xfa\x92\x12\xb6\x4f\x84\x73\xa9\x10\x28\xe7\x92\x70\x28\x6b\xee\xe7\x92\xd5\x5c\xbb\xb7\x5d\xf2\x49\xfe\xcc\x86\x45\xfe\x80\x37\x7a\xc3\x46\x35\x40\x44\xeb\x67\x54\x94\x5c\x00\xe0\x69\x52\xb3\x0a\xd8\x05\x43\xb9\xda\x38\x37\x0b\xb6\x1f\xcf\xdf\x9e\x98\xbe\xc5\x0c\x2c\x5b\x28\x6b\xec\xff\x3b\x6c\xbb\x00\x28\x75\x84\x5d\x81\xaa\x7c\x00\x27\x45\x6b\xcd\x71\x7b\x46\xcf\xa9\x74\x62\x62\x49\x75\xd6\xc5\x03\xbd\xab\x88\x72\x85\xb8\xdc\x44\x4c\x6b\x16\x6d\x51\xf3\x80\x3f\x76\xac\x00\xd6\x40\x9e\x7c\x0b\xf6\x2a\x44\xed\x40\x31\xe8\x37\x3c\x33\xf8\x8a\x29\xc8\xa7\x42\x21\x77\x62\x52\x07\x8a\x61\x3f\x38\xb5\xa1\xc7\xa2\x00\x60\x12\x56\x46\x95\x29\x6f\x55\x9a\x53\xba\x29\x43\xa8\xd4\x10\xc2\x49\x8f\x11\x81\xef\xc2\x4d\xbb\x43\x0c\xfb\xe9\x6a\x56\x0d\xc6\xa6\xa3\x97\xb5\xca\xc8\xf0\x0d\x0f\xd4\xc3\x76\xf5\xda\xce\x54\x4f\xf4\xb3\xd5\xe9\x09\xe1\x5e\xad\xbc\x2b\x9a\xe6\x6c\x6f\x1a\x5b\xf5\x79\x76\x33\x09\x72\x51\x6e\x30\x5e\x11\xb4\x85\xc3\x81\x4d\xa5\x05\x74\xf5\xe8\xb2\x31\x9b\xb5\x73\x66\x87\xec\x5a\x36\x90\xce\xbf\x21\x83\xcd\xd1\x6a\x6e\x59\xb3\x68\x65\xae\x3b\x7b\x2b\xb7\xe5\x1c\x14\xf3\xa2\x17\x70\x50\x6a\x5f\x2d\x4f\x54\xdb\xd9\x3e\xd4\xf9\x4f\x73\x60\xd4\xa2\x64\x21\x2b\xae\x74\x81\xcd\xa4\x8c\xa8\x03\x71\xa4\x18\x45\xb6\x9a\x94\x51\xaf\xb5\x0c\x22\x9a\xc8\x23\x33\xc2\x3d\xa2\x5a\xe2\x2f\xd5\xe5\x80\x24\x72\x59\x86\xe5\x54\xcc\x8e\x84\x5a\xd0\x1e\x74\x51\xe7\x05\x99\x08\x97\xb2\x88\x07\xd6\x92\xf2\xc9\x6a\x50\xa7\x5e\x28\xe9\x14\xa6\x4e\x0a\xa8\xa9\x28\x3f\xca\xd8\x63\xbe\x56\x11\xdb\x4e\x38\xfc\x1d\xc3\xd0\xa3\x71\x7e\xdc\xef\x30\xdd\x2f\x0f\x99\x2f\xc3\xd4\xa4\x8e\x7b\x99\x5c\xec\x0b\x07\x76\xcd\x32\x88\x3e\xc7\xa6\x39\x23\x21\xe6\x6a\x4e\x10\xc7\x5b\xe9\x99\x29\x17\x4a\x24\xbc\x8c\x4c\x15\xcc\x81\xaf\xb1\xa6\x50\xad\x61\xfd\x6c\x44\xd6\x46\xc2\xdf\xaa\xcc\x0c\xf2\xe5\x8a\x3a\x65\x96\x60\xbe\x5e\xf6\x1d\xf0\x0d\x0a\x80\x26\xb7\xe4\xdd\x8a\x4f\x33\xf5\x5e\xfa\x64\xe3\x31\x75\xd3\x65\x42\xa9\x99\x31\xf1\x96\x2a\xa9\x2d\x90\x0a\x87\x21\x71\x71\xaa\xd7\xe5\x1f\x7a\x62\x1d\xf7\x04\xa1\x18\xd3\xeb\x4c\x25\xeb\x57\x27\xef\x8a\xad\xac\xab\x1c\x5c\x69\x33\xa6\x3d\xef\x63\xa4\x45\x53\x62\xa8\x45\xab\xdd\x3c\xf0\xf9\xda\x0c\x06\xbb\xcf\xd2\x81\x21\x27\x4c\x43\xed\xd3\x71\xa1\x94\xb1\x35\xea\x13\x77\xd6\xf0\x14\x92\x09\x3d\x60\x30\x8e\x75\x3c\x35\xe1\x4e\x33\x45\x60\x3a\x13\x0b\xd2\x61\x7a\xbb\x0a\x80\x46\xa6\xe7\x35\x19\x25\x02\x09\xa3\xc1\x4e\xae\x2a\xbf\xdf\xbc\x92\xc2\xa9\xa8\x6b\x98\x9d\x1b\x3c\xab\x7b\xc7\x42\x3b\x43\x22\xc7\xf0\x6b\x4d\x90\x5d\x6c\xe5\x31\xa4\x1d\x88\xb5\xa5\x15\xfd\x4a\xdf\x3d\xdf\x02\xb0\x62\x23\x6b\x98\x30\xd4\xdf\xb1\x57\xf9\x8c\xe5\x79\x42\x53\x67\xe1\xf1\xa6\xc8\xb0\x7e\x20\x33\xa4\x8a\x54\x91\x06\x4b\xe9\x23\xaa\xde\x5b\xd7\x29\xe8\xff\x33\x57\xe3\xb4\xca\xd0\xa3\x13\xf8\xb8\x08\x92\xeb\xe9\xd5\x87\x51\xe2\x02\xc9\x30\x8d\x02\x0a\x27\xaf\xb4\x61\x6a\xc3\x3c\x9d\xac\x31\x89\xea\x66\xe6\x4d\x89\xff\x95\x95\xc9\x6c\x17\x8d\x84\x7a\x4e\x61\x83\x2e\x11\x9b\x93\xdf\xd2\x51\x20\x76\xcb\x3a\xd6\x1f\x36\x4d\x96\xb1\xee\x14\x95\xa1\xce\xb0\xdf\x78\x64\xfe\x50\x79\x55\x53\xe5\xb8\xf6\xdc\x7b\xcd\x95\x0d\x7b\x7f\x19\xe8\xfc\xc9\x8d\x62\x64\xe4\x58\x97\x92\xf5\x7a\x6f\x04\x07\xd7\x8e\x73\xc0\x28\xe6\x4c\x79\xb2\xda\x4f\x3a\x73\x22\x6c\x12\xf0\xbd\x12\x19\x1a\x7a\xe5\x12\xc5\x8b\xbd\x1f\xc8\xaa\x36\xf6\x19\xfb\x9f\xa6\x53\x71\x03\x2e\x99\x1d\xf6\xcb\x51\x8e\xc6\x2d\x9a\x52\x8e\xc6\x76\xca\x6c\x49\xb5\x86\x8d\x5c\x7b\x33\x77\xd1\x33\xab\x26\x9b\x8e\x17\xdc\xa9\x4f\x74\xfc\xdd\x23\x23\x20\x99\x11\x3b\x9a\xc7\xf6\xc7\x4e\x21\x9b\xfc\xeb\x66\x36\x8f\xcb\xd4\xbf\x00\xa2\xe5\x8d\xf6\xf9\xd7\xf3\x14\x11\x0e\x3b\xdc\xcd\x2c\xa6\xd0\xfc\x3a\x04\xee\x73\x46\x09\xff\xe4\xbf\x6d\x26\x2e\xc3\xd1\x8f\xa3\xd4\x18\x46\xcd\x48\xe5\x96\x84\x11\xae\x69\x15\xa2\x7f\x32\xd7\xd6\x6f\xb9\x7c\x69\x87\xd0\xad\xdf\x5c\xbe\xe5\x33\xad\xa2\x51\xa3\xc4\x30\xee\x79\x2d\x86\xed\xf5\xca\xb9\xd9\xb1\xfa\xd8\xb0\x06\x0d\xb9\xc2\x3a\x99\x9a\x41\xfc\x20\x61\x31\x21\xd2\x8b\xba\x8c\x85\x85\x7a\x7e\xce\x27\xb8\xf5\x0b\x9c\x8e\x67\x84\x61\xff\x99\x8f\x69\x3c\x63\x0e\x5f\x2a\x64\xfb\xb2\x11\xe1\x4c\x5b\x94\x37\xd6\x60\x72\x90\x51\x28\xa4\xc0\xb8\x36\x11\x0d\x33\x82\x01\xca\x08\x3a\x72\x95\xb6\x2c\x64\x6a\xae\x5c\x28\x63\x19\xbb\xe6\x5e\xe6\x62\x63\x6b\xa1\x92\x58\x19\x55\xa0\xca\x0d\xe4\x9e\x33\xd0\x50\x6a\x04\x74\xe2\xc0\x8c\xfc\x48\x0c\x1b\xc8\xc8\x5d\xf6\xf2\x5b\x65\x76\xf2\x63\x86\xbb\x2a\x46\x27\x01\x66\xce\x1c\xe8\xcd\xb9\x0b\x81\x8c\xd5\x54\xeb\x62\xb3\x61\xed\x95\xe6\x4a\x91\x7c\xb2\xea\x19\x89\xb2\x07\x98\x0b\xf6\xd4\xf2\x6c\xb1\x4b\x21\xb6\x5c\x6f\x91\xab\x9b\x43\xce\xe6\x42\xb5\x58\x2d\x53\x3b\x06\x75\x96\xfe\x9c\xb9\xb1\x4c\x6d\x6b\x0b\x10\xd5\xef\x3c\x17\x26\x22\x80\x01\x22\xf4\x26\x94\xc7\xb0\x8b\xa4\x62\xea\x2a\x17\x1a\x84\x7a\x68\x15\xc0\x19\xdf\x44\x3c\x3b\x01\x78\x10\x55\xdf\x71\x03\x49\x09\xa8\x13\x45\xa9\x38\xbe\xac\x86\x5c\xcc\x8e\x5f\x9e\x30\x7b\x89\xb9\x84\xb6\x32\x25\x88\xf5\xde\xb5\xbd\xe3\x21\xae\x85\xec\x59\x5f\x49\xd5\xf8\x46\x22\x71\xaf\x09\x24\xb0\xa2\xd5\xce\xeb\xfc\x45\x2b\xa7\x64\x31\x0d\xc3\xa4\xb0\x26\x71\x87\x50\x59\x85\x68\xa0\x59\x0e\x51\x00\x4d\x59\x3e\xb3\x58\x52\x79\x9b\x58\x7d\x2a\x56\xad\x00\x63\x8e\x52\xc8\xfa\x59\x84\x9a\x3a\xd7\xaa\xa2\x11\x07\xdc\xd8\xca\xc6\xc6\xa5\x93\x8f\x55\x70\xb1\xd7\xe4\x00\x80\x4c\x79\x40\x92\xf3\x80\x64\x9a\x07\xf4\xb2\x57\x4d\xbc\x22\x4e\xf7\x6a\x65\x2d\x7f\xde\x94\xda\x85\x89\x03\x67\xc5\x30\x8d\xee\x7a\x30\x7d\xf6\x4e\x61\x37\x2a\x52\x07\xf9\x2f\x13\x02\xcc\xa3\x83\x38\xae\x64\xd8\xf5\x39\x7d\xcc\x9c\x25\xbf\xb1\xbb\x70\x60\x14\xc7\x71\xbf\x93\xe5\xf1\xd0\x49\xe3\x55\xfc\x0e\xeb\xb4\x0d\x2c\x4a\x9d\x7b\x00\x89\x4d\x1c\x03\xd9\xe2\xeb\xd5\x02\xc5\x1e\x3e\x07\x97\x4c\x0e\x4a\x98\x09\xc4\xcb\xe4\xe8\x7c\xdd\x4f\x40\xf9\x9d\xae\xd0\x36\x8a\xc9\xf0\x63\xf5\x8e\x7a\x2b\xa1\xde\x76\xaf\x3f\x2a\xb4\x09\x2d\x28\x0b\xfb\x1f\x35\xda\x86\x56\x7e\x22\xd4\xb3\xd7\x52\xff\x32\x83\x60\x2a\xf4\x73\x61\xcf\x61\xca\x66\xe7\xaf\x8e\xb1\xbe\x28\x75\x11\xa7\xbc\x8a\x9a\xbf\xdd\x7c\xa6\x5c\x20\x97\xec\x5b\xed\x72\xe7\x41\x40\xf9\x6f\xf9\x3c\x9c\x1b\xff\xea\xb2\xb9\x14\x4f\x66\x6d\x4e\xdf\x0a\x99\x46\xce\x7f\x36\x72\x1d\x5a\x88\x43\x8c\xfe\x4d\x23\xdf\xd2\x8a\xac\x26\xff\xdc\x82\x7a\x81\x08\x5a\xdf\xc2\xa2\xfc\xfd\xe0\xbf\x69\xc1\x83\x69\xc1\xcb\x5b\x6d\x9a\xb6\xa0\xfe\xff\xd6\x82\xd7\xb4\x22\xcb\xff\xd0\x82\x20\xdb\x82\xe5\x7f\x6f\x41\xe9\xfd\x26\x6e\xaa\xfc\xf2\xa3\x11\x87\xd0\x22\x19\x16\xc8\x20\x5b\xdb\xa7\xf4\xa3\xb9\xb7\x7f\x5f\x5b\x2f\x5b\xdb\xf8\xc1\xff\x50\xdb\xca\x34\x0e\x51\x52\xef\xd5\xff\xb7\xfe\x1e\xa4\x15\x69\xfe\x87\x16\x2c\xb2\x2d\x68\xfe\xf7\x16\x9c\xa7\x69\x5c\xa4\x0a\xe4\xe5\x67\x23\x4c\x7f\xef\xa4\xb0\x23\xe9\xad\x54\xda\xd8\xc3\xcf\x72\xb1\x50\xca\x04\x5e\x76\xd3\x8a\x95\xff\xd2\xa2\x24\x93\xa9\xa5\x38\x97\xab\x30\xb7\xfe\x29\x18\xf8\x7e\x7e\x9c\x23\xfa\x6f\x38\xb0\x70\x54\xf9\x9d\x07\xfe\x10\x30\xfc\xa1\xc9\xdc\xf8\x36\x3f\xa8\x34\xfa\x53\x85\x32\x88\x54\x2a\x40\x83\x3f\x07\xcc\xde\x95\x9c\xa6\x3e\xcd\x9d\xba\xc9\x75\x2c\xec\xd4\xef\xd8\x54\x3f\xfa\x53\x36\xf3\x8b\x68\xbf\xd3\x7b\xb6\xb7\x01\x85\xd1\xec\xc7\x00\x94\x73\x64\x32\xb3\x23\x59\x7c\x4f\x63\x2e\x55\x24\xcf\x5f\x7f\x18\xaa\x5e\xda\xb0\x6a\x29\x69\xb5\x83\x90\x53\x00\x0c\x9a\x5f\x57\x19\x06\xb7\xf3\x77\xd9\x23\x27\xd9\xb3\x7d\x2f\x54\xff\x72\x90\xff\x4f\xdb\x43\x1c\x8e\x18\xdd\x76\xc9\xcd\x0e\xb1\x9d\xa6\x53\xeb\x7c\x96\xff\xbc\x5a\xb2\x73\x7e\xf4\x96\x56\xbb\xa0\xff\xb4\x66\x0b\xcd\x4c\x9d\xe2\x98\x45\xfa\x60\x50\xf8\xf7\x1f\x6c\x1b\x75\x6c\xf4\x5d\x9e\x10\x12\x45\x0e\xc9\x84\xb2\xf4\xa7\x11\xc9\x2c\x9e\x32\x7f\xd2\xab\xfd\x6d\x22\x5f\xb3\x71\xf6\xa7\x83\xbc\x1b\x08\x6f\x96\x79\x73\xaf\x08\xc5\x02\x59\xb5\x35\x59\xf9\x59\x85\x7f\x25\xac\xfe\xd5\x70\x1b\x89\x71\x92\xc2\xbd\x4a\xef\xe9\xa6\xd9\xd7\x7f\xfd\xcd\xdc\x86\xcc\x84\xcf\x95\xe6\x7f\xfe\xe6\x71\x78\x23\xcf\xfc\xd9\xbd\x61\xb1\xdf\xb6\xef\x99\x00\xd7\x8a\x0c\x6e\x8b\x9d\x42\xcb\xcc\x70\xfb\xad\xb0\xcc\x98\x60\xbd\x97\xd8\x24\x6a\x7f\x65\xd4\xc6\xe2\xe6\xb6\xf2\xf3\xd0\x32\x87\xb9\xb7\x70\x49\x95\x27\x2f\xe1\xe3\xea\xe5\xe7\x0a\x5a\x99\x15\x74\xd8\x91\x8e\xac\x4a\x07\xe7\xee\x64\x9f\x88\x8e\x91\x22\xc3\x57\xb2\x07\xad\x6c\x84\xa5\x34\x2f\xec\x90\xac\x43\x53\x3e\xe0\x70\xb0\x95\x85\x73\x27\xdf\x53\x95\xfe\xb5\x9d\x2f\xcb\x7c\x4e\x89\xa9\xc8\xf7\xc5\xc7\x4e\x95\x16\xd4\x20\xd5\x90\xc5\xab\x9b\x62\x13\x0f\xe1\x1f\xde\x5f\xb3\x90\x18\x47\x89\xd0\x11\x00\xd0\xc6\xf1\x27\xc3\x04\xac\xe5\xc4\x68\xe1\x87\x22\xc0\x7b\x82\x06\x21\xc6\x3e\x74\xb2\xb0\x1a\xa6\x1d\x5f\x29\x07\xc5\x09\xa8\x12\x1f\x34\x59\x2f\x10\xf8\x2f\x0d\x0e\xe3\x27\xb4\x13\x55\x92\x87\x53\x1c\xca\x56\x57\xf9\xa1\x78\x5e\xc8\x43\x25\x46\xba\x9b\x0a\xab\x26\xcd\xc1\x80\xd4\x9b\x34\x9d\x45\x71\x3c\x80\x99\x24\x8e\x50\x25\x55\x2d\x50\x74\x3b\xa5\x8c\xed\xd4\x71\xd7\xcd\x4f\xf3\x23\x35\x57\x57\x79\xda\xb1\xc9\xcd\x5f\xd3\x99\x31\x84\x1b\x7c\x59\xa4\xa3\x1b\x3c\x25\xab\x0b\x9f\x46\xe8\x78\x20\xaf\x6b\x37\x96\xe6\xba\xdb\x6c\xb0\xe3\x05\x72\xbc\xd4\xe8\x26\xd3\xe1\x09\x2d\x3a\xa8\x53\x89\x23\x24\xcc\xbf\x91\x55\x80\x77\x88\xf2\xeb\x74\x31\xe9\x49\xe1\x9e\xf6\x31\x98\xdd\xa7\x10\x7c\x1c\x7b\x84\x6b\x8f\xd1\xb0\x78\xfa\x1e\xbb\x1c\xb7\xc2\x67\x12\xa1\x80\xb5\x20\x26\x1e\xf2\xb8\x86\xf8\xad\x7c\x75\xdc\xe3\xec\x27\x92\x23\xad\xaa\x2e\x39\x7e\x69\x09\xc0\x32\xf3\xbb\xaf\x6a\x72\xaf\x82\x65\x26\x72\xec\x22\xf7\xa6\x22\x2f\x9a\x1a\x54\x81\x43\xff\xdd\xac\x40\xbd\x24\x40\x0d\xd1\xf3\x96\x8c\x18\x6a\x3a\xe4\xe1\x31\x47\x69\x66\xb3\x05\x19\x76\xbe\xe7\x2a\xfd\xd5\xb4\xcc\xcf\x0c\x2d\xdf\xe9\x3b\xa1\xb2\x15\x39\xeb\x9c\x25\x39\xf5\x35\xa3\x69\x8d\xcc\x37\x34\x07\x54\x22\x1a\x90\xcd\x95\x3b\x20\x90\x94\x70\x9c\x9f\x45\x11\x23\x9f\xc3\x70\x30\xd9\x67\x7e\x8f\x84\x18\x05\xd7\x34\x3a\xa8\x91\x46\x07\xdd\x01\xc0\xda\x40\xb2\x9c\xf6\xd4\x3e\xe7\x78\xcb\x0a\x7b\x24\x30\x16\xb5\x50\x55\x46\xaf\x4c\x00\xb1\x9a\xbe\x6d\x56\x4e\x4b\xd6\x0e\xed\x3c\x33\x8d\x02\xda\xaa\x43\xb1\x7b\xf6\x7b\x42\xad\xb9\x05\x14\x18\x49\xaf\xd7\x63\x48\x2b\xbc\x97\x03\x6e\xc4\x0c\x7c\xb9\x7d\x36\x22\x73\x04\xf2\x8c\xa2\x06\x4e\xb2\x44\xa9\xa0\x2a\xb0\x0e\x2d\x84\xe4\x9e\x81\xe8\x9e\xdb\xf2\x26\xb0\x58\xbb\x7f\xab\xfe\xb2\xd1\x31\x32\x7b\xa1\x2a\x75\xcc\x89\x35\x6c\x9d\xee\x25\x72\xcc\x0b\xde\x23\x20\xc1\x84\x3e\xe3\xd5\xfb\x31\x61\x31\xba\xaf\x1e\xa8\xe4\xfa\x9a\x86\xb2\x42\xb6\x18\xb5\xd0\xb9\x26\x9c\x60\xb7\x3c\xe7\x2a\x90\x75\xa0\xc8\x9f\x64\x8b\xc1\xae\x57\x51\x37\x5f\x24\x72\xbb\x07\x5a\x60\x8d\x5d\xf7\xcf\xfd\xe2\x26\x20\xb8\xa2\x49\x3d\xa4\xde\x1b\xfe\x5f\xdb\xb8\x69\x74\x40\x72\xda\xfa\xd1\x46\xcc\x05\xf5\xde\x7a\xfc\xa7\x8a\x9e\x3b\xf9\xa1\xe8\x97\xe4\x02\x69\xc7\xbf\x48\xa3\x13\x28\x2a\xca\x82\x1a\x71\xbc\x6c\x3f\x80\x10\xe7\x8b\x62\x64\x7e\xdb\x60\xe5\x74\x38\x5a\xbe\x89\x50\xb8\x71\x0b\xff\x13\x51\x66\x4f\x88\xe1\x9e\x79\x8a\xf6\xa6\xd1\xaa\x21\xb7\x5e\x1c\xf3\x7b\x21\xcd\xb7\x56\xed\xc4\x64\x7b\x94\x74\x52\xe1\x34\xf2\x89\x50\x9d\xf3\x4e\xc6\x8c\xda\x6a\x50\x42\x46\x64\x15\x39\xc3\x07\xe9\xf3\x87\xe6\x0d\xb2\x57\x86\xea\xf8\x63\x86\x70\xf2\x8a\xc7\xa1\xed\xc7\x07\x9a\xc5\xaa\x0e\x43\x46\x3f\xae\xd8\x92\x9e\x17\x3b\xb9\x07\xb6\xf4\xdb\x9a\xfe\x57\x47\x59\xa9\xc3\x3c\x16\xcc\x31\x37\x38\x58\x7e\x21\xa7\x59\xb2\x56\x86\x1d\x9b\xf9\x14\x3e\x6c\x17\x48\x3d\xe1\x4e\x34\xef\x9e\x53\x2d\xcc\xcb\x1d\x21\x3e\xcc\xcb\x29\xae\x2c\xee\xa7\xea\x8e\x90\x67\xb5\x67\xf9\x8c\xc8\xa1\x2e\x7b\x32\x9c\x8d\xa3\x22\x05\x20\xaa\xa2\xcf\xf1\x6a\x66\x28\x1a\x35\x98\x3a\xd6\x30\xeb\xbc\x34\x22\x15\xf7\x9f\xcd\xe4\x94\x99\xd7\xaa\x86\xf6\x11\xcf\xea\x16\xb9\x9e\x61\x83\x9d\xc4\x94\x54\xef\x96\x64\x04\x8b\xfb\x1f\x0a\xd8\x15\x2a\x90\x61\xf7\x00\x1f\x62\x55\x02\x90\x26\x64\xaa\x24\xe0\x4e\x8e\x2b\xfc\xb2\x98\xd4\xae\x46\xf6\xfd\x3d\x8c\xa5\x5b\x79\xc4\xbb\xdd\x53\x83\x92\x8d\x1c\x30\xff\x77\xb6\xf2\x6c\x06\xe3\x93\xd0\x17\x9f\x1d\xe8\xe4\x6d\xf6\x74\xd2\xca\x16\x6b\xb9\x04\xf8\xfb\x46\x1a\xfd\xce\xae\x29\xd0\xa5\x39\xb7\x85\x72\x75\x2a\xf4\xe2\xe4\x1d\xe1\x14\x64\x61\xcf\x2b\x30\x87\xed\xc7\xa9\x14\x29\x30\xab\x57\x9f\xe6\x5d\x31\x97\xef\xb9\x47\x42\xca\x28\xa2\x69\xd5\x15\x05\xa4\x16\x48\x14\xea\xda\x2a\xdb\x16\x37\x57\x23\xdc\x2c\x0b\xc1\xf3\x6b\x06\xd3\x77\x85\xd0\x1e\x19\x15\xed\x50\xb2\x77\x66\x1b\xc3\x4f\x58\xa8\xf0\xb1\x41\x13\x69\x72\x88\x5b\xc0\x17\x5e\xc2\x39\x29\x5b\x84\x9a\x79\xd4\x07\xca\xcd\xb0\x15\x98\x8d\xa7\x0c\x24\x17\x1e\x9d\x74\x45\xac\x8e\x4e\x8a\xa6\xb5\x97\xe1\x8e\x77\xeb\xa9\x10\xfa\xf2\x15\xeb\x8b\x42\x6f\x9e\xe3\x6c\x31\x31\x3d\x34\xd8\x14\x6e\x4a\x0f\x85\xf2\x38\x04\x35\x5d\x28\x39\x23\x09\xd4\xa5\xc6\xe5\xbc\xc0\xa5\x24\x43\x5d\x8c\x58\x19\x25\x8c\xe3\x9b\xda\x8f\xe3\xe0\x15\x6e\x42\xbf\xda\xa0\xf1\xd8\x5b\xd7\x06\x87\x02\x9a\x3a\xf9\x1b\x95\x38\xd8\xc7\x45\x8f\xbd\xc8\xe7\x46\x87\x94\xcd\xbd\x55\x6e\xb0\xf6\xc1\x40\x9b\xf1\xbc\x59\xd7\x11\x95\xe8\xab\x73\x3c\xb2\x35\x8e\xdf\xbd\x2d\x21\x56\x12\x81\x0c\x0b\x82\x8e\x63\x92\x97\x63\x2c\x78\xd7\x07\xf6\x33\x17\x78\xdc\x9b\x45\x97\x06\xbe\x24\x7d\x2e\x73\x67\xd3\x5e\xab\x9b\x4d\x7b\xaf\x36\x1c\x7b\x4d\x0f\x60\x9b\xa6\xbf\x55\x8b\xf1\xa2\x8b\xea\x1a\x31\x79\xdd\x54\x88\x85\xda\x60\x9b\xa9\x4a\xde\x6f\x68\xb3\xf1\xe4\x0a\x01\x2c\x53\x3f\xe0\xab\x23\x61\xb7\x54\x0e\x2a\xf1\x84\x1d\x13\x80\xd5\x05\xac\xb0\x03\x85\x71\xba\xbf\x26\x20\xaa\xfa\xaa\x01\x9e\x4d\x78\x11\xe2\x6b\xb7\x73\xf3\x89\x5f\xb5\xc2\xa4\x20\x2a\xc3\xe5\x51\x90\xb5\x54\xa7\x14\xaa\x4c\x99\xf1\x9f\x15\x06\x15\x04\x63\xd1\x2c\xfe\x28\x7f\xaf\x75\x76\x01\x4e\x65\x0b\xe1\x36\x01\xc8\x7d\x73\x91\x02\x70\x5a\x70\x4c\xed\xae\x10\x45\x98\x26\x1e\x33\x6a\x23\x2e\x94\x76\x5f\x64\x9a\x68\x6c\xc1\x53\xa3\xdd\xef\x8d\xa6\x32\x10\x50\x16\xc7\xa5\x35\x4b\xa0\x5d\x22\x68\x28\xad\x53\xa6\xcf\xc6\x91\x1a\x17\x98\xf9\xd3\xa0\x68\xc7\x54\xa3\x5c\x74\x53\xce\xad\x4f\x05\x8c\x61\x12\x1f\xc3\x02\x05\x98\x90\x8b\x43\xbd\xe7\xda\x79\x47\xf4\x3a\xd7\x5d\x17\xbe\x99\x74\xe0\xbf\x4d\xcb\x96\xb7\xe3\x1e\xfe\x18\xf7\x5e\x3e\xc6\xa3\x2e\x41\x9e\x5d\x64\xb8\xe7\x81\xdc\x4a\xd3\x99\x17\x4c\x82\xff\x7d\x36\xa8\x74\x36\xe0\x20\xf0\x49\x6d\x61\xb8\x74\xa3\x92\xc4\x43\x6e\x53\x22\x5b\xe7\xa6\x33\x96\x25\x37\xa3\xaf\xeb\x87\xbf\x4c\x05\xf4\xd4\x35\x4a\x46\x54\x87\x8a\xc7\x99\xe7\xc2\xec\x7c\xa5\xed\x47\x9b\xf3\x93\x99\x31\xe4\xa0\x14\xb3\xf0\xe2\x62\xa0\x37\x97\x24\xe5\x5b\x68\x12\xd9\x7a\x01\xf7\xaf\xfe\xff\x79\x3a\xcc\x4b\x99\xe9\x30\x21\xa1\xfa\xf5\xa7\xd9\xb0\x1f\x3c\x2f\xaa\x4e\x4a\xc4\x94\xd7\xa2\x3c\xa8\x98\x7d\xe8\x3c\xdc\x10\xb7\xd4\x52\x1a\x6d\x50\xce\xcb\x3f\x8e\x91\x2f\xed\x5a\x29\x73\x8a\x7c\x1e\xd4\x92\xe3\x8e\x7a\x40\xda\x1d\x4b\x89\x8f\x15\x3b\xdd\xc6\x42\x3d\xf9\x50\x33\x88\x4e\xe9\xb1\x9a\x79\x24\xc7\x31\x93\x4c\x00\xe0\x23\x8f\x5f\x34\x3d\xf7\x07\x7a\x6f\x74\xc2\x67\xeb\x25\x46\xef\x45\x84\x80\xa7\xf6\x14\xee\x21\x9a\xf0\xcd\xbf\xa4\x4f\x14\xf8\x89\x66\x89\x50\x4d\xc6\x0d\x68\xdb\x0d\xa9\x40\x69\x54\xdf\xba\x3f\x08\x5e\x0a\x20\x31\x69\x51\x9d\xec\xbd\x6a\x42\xed\x5a\x91\x33\x68\xaf\x16\x6c\x18\x9d\x09\xe1\xd4\xc0\x5a\xee\x13\xf7\x4b\x1c\xb0\x45\xe1\x9e\x2a\x90\x73\x87\xad\x6c\x85\x2b\x09\x60\x27\x07\x05\x68\x2e\x31\x64\xaa\xa4\xd6\x57\x37\x65\xfa\x08\x35\x52\xfe\x8f\x0c\xd9\x5a\x72\xd3\x29\xa0\x5a\xf2\x2a\xef\x7c\xd7\xef\x25\x73\xe1\x5e\xda\x84\x2b\x9c\xbd\xf5\x9a\xbf\x43\x6b\xc2\x79\x19\xd8\xc8\x38\xcc\x9c\xdc\xb1\x01\x94\x9a\x0b\xb6\x9c\x4f\x6f\x2e\xe1\x61\x2d\x4c\x33\x27\x7e\x70\xba\x44\x89\x7f\x95\x36\x1c\x80\x05\x8a\xa9\x99\x1a\x33\xa1\x9e\xea\xd0\x9c\x49\xf3\xff\x3e\x3c\x50\xed\x8f\x8c\x76\xbc\x2c\xc3\x93\x2b\x4b\x7b\x6c\xf1\x17\x9c\x03\x1e\x2b\x6d\x2a\x47\xb3\xf4\x0b\x26\x18\xcc\xd8\x39\xba\xbd\x70\x61\xee\x89\xb2\x0b\x05\xbf\x86\xa8\x42\x91\xef\x09\xf7\x6b\x67\x31\x07\x40\x8c\x14\x3a\xea\x63\xcd\x07\x65\x9e\x05\x58\xd8\x93\xd6\xae\x6b\x8e\xf9\xbe\xb5\xc6\xc1\x1a\x9c\x28\x93\x2b\x25\x61\xda\x7b\xb9\xca\xc1\xa7\x0d\x52\xa7\x78\xb2\xa3\xd6\x62\x6a\x4e\xe3\x66\x2d\xc5\x2c\x02\xd9\xeb\x43\x21\x86\x5b\x8a\xb7\xa9\xb6\x3d\xeb\x60\x91\x28\x20\xfc\xd4\x83\x3c\x12\x77\x8d\x8a\x52\xda\x72\x41\xc8\xb2\xb6\x75\x7d\xc3\x71\xa7\xd9\xcd\xbf\x08\xfb\xa1\x00\xc0\x3b\x77\xe3\x51\x40\xd6\x20\x64\x85\xdd\xfc\x66\xd2\x41\x23\x35\xaf\x6f\x79\x57\xe4\xe4\xf7\xa1\x79\x83\x5a\x1b\x21\x47\x00\xb9\x45\x2c\x97\xcb\x32\x2b\x97\x3d\x19\x21\xf6\x71\xba\x6d\xc8\x58\x00\x8f\x8e\x89\xf9\xab\x33\xb9\x50\xd2\x5c\x42\xf8\x12\xae\xcd\x42\x7d\x68\x49\x4e\x26\x30\xd7\xd6\xef\xcc\xc1\xde\x33\xaf\x67\xa3\xc5\x28\x06\x57\xed\x07\xef\xf9\xa1\xb0\x46\xe9\xba\x5a\x13\x02\xcc\xb0\x06\xc0\x47\x9b\xb4\x11\x87\x50\x90\x55\x4b\x6d\x78\xae\x8c\xb1\x14\xf5\xdb\x16\x8c\x94\x79\x57\xb4\x7a\x25\x3a\x3a\xcd\x18\x07\x41\x35\xd4\xb9\xd9\x8d\x11\xd8\xd4\x20\x59\x7b\x8e\xd8\x0e\x29\x50\xe9\x3c\x24\x2c\xd6\x8d\xaa\xad\xbb\xf9\xa9\x6a\xa9\xa3\xdc\x61\x72\x9e\xac\x52\x91\x90\x39\x03\xbd\x2c\x3a\x79\xbb\xdd\xe5\x94\x03\x5e\x51\x4c\xdc\x87\x0c\x92\x6d\x36\x16\xe1\x9b\x50\x2c\xc5\x4b\x0a\xd7\xa9\x4a\x32\xa4\x7d\x31\xeb\x75\xd6\x8b\x8c\x0d\x71\x3e\x4d\x0d\x87\x0b\xc0\xfe\xff\xf4\xff\xce\x93\xfc\x93\x45\x06\xc7\x71\x6b\xff\xc0\x58\x38\xd4\xc9\xec\xb6\x50\x7e\x93\x8d\x60\xe6\xc1\x67\xb3\x00\xbf\x48\x1d\x9f\xcb\x48\xce\x28\xf3\x64\xb9\x76\x33\x38\x7a\xb9\xe4\xfd\x51\x8d\x91\x10\x1c\xa1\x5e\x4b\x77\x40\x23\x27\x46\x73\x30\x9a\x70\xe2\xf7\x21\xc0\x57\x3c\x7d\xac\x3b\x09\x7a\x47\x92\x98\x93\x7d\x7a\x23\xf5\x55\x8e\xae\xe7\x74\xcd\xef\xd3\x5c\xfd\xb9\xcc\x57\xbb\xaa\x03\x3f\x77\x11\x44\x9c\x70\xbd\xd7\x25\xb5\x07\x27\x69\x61\x81\x20\x2f\xdd\x49\x37\x32\xc9\xa4\x88\x57\xe9\x4a\x16\x28\x32\xb3\x4a\x68\xf0\xaa\x94\x2e\x26\x75\xa4\xb4\x40\x71\xa2\x4b\xea\x80\x3c\xc2\x69\x54\xc6\xae\xdd\x6b\x22\x68\x6e\x7a\x40\xb1\xb9\x44\xf9\x40\x3e\x16\x83\xae\x99\x30\x6b\x49\xc9\x3b\x2d\xa4\x73\xb0\xd9\xb5\x4d\x99\xbe\xc8\x89\x06\xe0\xc8\x43\x12\xf2\xe3\x88\xfc\x44\x3c\x08\xae\xfb\x58\xd8\x45\x69\xff\xac\xef\x14\xd5\x5d\x29\x37\x9b\x82\xf3\x92\xc0\xd2\xf1\x8a\xb2\x85\x7a\x4c\xe3\x87\x96\x12\x40\x04\x16\x32\x57\x63\xac\x19\xe1\x1c\x81\x2a\x37\xdd\x81\x68\x7c\x81\x75\x77\x92\x41\x85\xb3\x6e\x08\x0a\x4b\x5d\xd5\x29\x60\xf5\xff\x8c\xd6\xbe\x84\x40\x69\x14\xc3\x72\x39\x0e\xdf\xa5\x24\x36\x31\xc3\xbb\xc4\x49\xee\xe9\xe5\x8e\x67\x83\xc6\x8f\x1e\x3c\xca\x95\xa6\xf8\x9d\x8b\x7c\x32\x0b\xb3\xa2\x4d\x9d\xec\x4a\xcc\xbe\x49\xad\xbd\x06\xc8\xbf\x62\x59\x40\x6a\xd7\x87\xc8\x6b\x65\x2d\x64\xbe\xae\xf3\x7d\x51\x94\x2f\xbe\x4d\x66\x89\x8b\x44\x5c\xd0\xc8\x08\xce\x8b\xcc\xcf\x4c\x3b\x5a\xa6\x2f\x2a\x72\xae\xc2\x06\x01\xb2\xa9\xa3\xdc\x56\x5c\x72\x28\x40\x04\x9f\x11\x53\x3d\x3b\x95\x29\x05\x67\xe8\xad\x35\xf6\x81\x8a\x6b\xde\x6a\x1f\xa5\x95\x21\x17\x8c\x4b\x5f\xca\xc4\xc3\xf4\xe2\xff\x28\x7d\x95\x16\x2b\x34\x3b\x29\xd4\x0b\x1b\xd4\x4d\x1f\x66\xac\xda\xeb\x26\x0e\x62\x47\x45\xdb\x5c\x78\x8a\x0f\x56\x60\x8d\x58\xc9\x05\x67\xec\xf7\x12\xf4\x81\xd5\x82\x24\x6f\x12\xd2\xaf\x2a\x92\x64\x72\x53\x46\x4d\xb6\x47\x6f\xb0\x07\x20\x88\xaf\x68\x09\x4e\x53\x75\xcc\x59\xba\x4a\x51\xa4\x0d\x9d\x45\x71\xb7\xcd\x51\xf2\x24\x63\x88\x7f\xf3\xda\x59\x9c\xbf\xed\x60\x5f\xd0\x8d\x4c\x44\xdb\xf6\xaa\x92\xf4\x32\xf5\x15\x3f\xb9\xc5\x10\x7f\x06\x50\x9b\x67\xf1\x75\x8f\xb2\x05\x7a\x4b\x82\x89\x38\x5a\xfc\x68\x31\xc6\x56\xb8\x72\x71\x8f\xbc\x4b\x62\x2e\x7d\x94\x5f\x81\xe4\xea\xaa\x15\x07\xb6\xe7\x1d\x6b\x23\xc5\x7a\x43\xcb\x68\x23\x8f\x87\xec\x91\xb6\x8f\x36\xf7\x28\x52\xb7\xeb\x58\xa9\x85\x63\xda\xc6\x64\x27\xb3\xc6\x55\xee\x7f\x75\xf1\xf2\x62\xfd\x8e\x92\x6a\x52\x1a\x82\x98\xee\x6f\xbe\xd2\x5b\x18\x4d\xa0\x4f\x34\x73\xe6\x2c\xa8\xcc\xc1\x3e\xd7\xcf\x4f\xf3\x17\xa9\x07\x25\x59\x66\xd8\x76\xb2\x62\x2f\x64\xf5\xc4\x30\x62\xfe\xd6\xe5\xc0\xd4\x34\x62\x69\x2e\xd7\xa1\x44\x0c\xa1\xd9\x5a\xc4\x19\x99\x25\x48\xcc\x86\x72\x5f\xb1\xd2\x08\xf5\x13\xa0\xd4\xdd\x87\xfc\x50\x2c\x65\xad\xdd\xf4\xd0\x7f\xd6\xf5\xd4\x05\x45\x51\x36\xd4\xaf\x49\x16\x52\xa4\x2a\x2e\x68\x4f\x2c\x5b\x59\x44\x0d\x0b\x3b\xcd\xdc\x4a\xb7\x1a\xd1\x52\x17\x9e\x40\xea\xca\xba\x81\x59\x45\xbe\x2a\x36\x39\x96\xbb\x14\x5f\x36\x3a\xe3\x82\xbd\x3a\xe3\x34\x1f\x58\xfb\x1a\xb9\xb9\xd3\x3b\xa9\xb9\xea\xa8\x12\x1d\x50\x0b\x35\x58\xed\xdd\x8c\xea\x55\x09\x99\xd2\xc1\x11\xf6\x43\x93\x86\xec\x73\xfd\x9c\xc6\xae\x9f\xcd\xb8\x36\x25\x99\xbb\x74\xf9\x84\x30\xd7\x1a\x4c\x89\xa2\xd9\xc9\xdb\x79\x47\x58\x3a\xe7\xf1\x51\x79\x2a\xec\xf7\xda\x29\x1b\x0d\x4c\xf3\x1a\x0f\x32\x78\x57\x98\xd9\x03\xa6\x0b\x00\x12\x4e\x16\x64\x53\x9a\x90\x81\x47\x55\xc8\xf7\xe2\x54\xe9\x29\x0d\x64\x79\x04\xf3\x45\x15\x66\xf4\x7a\xa6\xb5\x1f\x5d\x39\x44\x88\xe0\xcc\xd4\x91\x3e\x89\x94\xfd\x9f\x45\x21\x90\x77\x5e\x27\xdf\x17\xce\x5e\x71\x8c\xa2\xf9\x26\x33\x5e\xb5\x88\x17\x7f\x61\x2d\xd4\x72\xe5\x62\xaa\x73\x68\x6c\x88\x43\xc2\x64\x67\x83\x44\x7d\xb5\x47\xdc\x9c\xbf\x27\xb3\xda\x60\xfd\x9c\x9f\x2b\xe1\x22\x25\xa8\x80\x1d\x84\x32\xae\xa9\x87\x28\x2e\xf8\x99\x3a\xaa\x8d\x30\x4e\x72\x23\x39\x08\xe8\x56\x31\xd0\xb6\x6d\x46\xbc\xd9\x24\x43\x8f\x93\xa6\x64\x1f\x71\xac\xd2\xab\x23\x55\x73\x76\x9d\x73\xcc\xad\x73\x57\x6d\x39\xff\x9b\xf0\xc9\xa1\xd0\x47\x33\xd2\x15\x85\x0d\x6a\x31\xa0\xda\x51\x48\x6b\xec\xd8\xd2\x2b\x40\x84\x50\xe6\x47\x28\x77\x08\xd2\x9d\x06\x2b\x6a\x7a\x3f\x0a\x39\xd1\xab\xc7\x42\x32\x52\x97\x3d\xe6\x40\xb8\x22\x95\x6d\x9c\xdc\x6a\xc8\x2d\x2c\x8e\xb3\x73\x13\xb8\x74\x78\x9b\xf2\x12\x75\xca\x79\x80\xce\x02\x6c\x7e\x6c\xb0\x9f\x1a\x3f\x2c\x3e\xee\xc7\x2f\xd0\xc2\xf6\xdb\xc5\x26\x54\x93\x76\xfa\xc0\x5c\x29\x1a\xb6\x7e\xd8\xa2\x4d\xb1\x20\x57\x2d\xc4\xc8\x9a\xf1\x8f\xf3\x1a\xa6\xa6\x95\x1a\xe3\xba\x3f\xc7\x56\xd4\x13\x5b\x51\x2b\xb0\x4c\xef\x1a\x08\xc6\xbc\xa0\xbe\xd3\xe3\xc2\xca\xff\x8a\x2e\xbd\x50\xf8\x5b\x8f\x93\xc6\xcb\x5b\x1c\xc1\x1a\x10\x32\xd3\xd5\x73\xbe\x27\xec\xc8\xde\x9e\x01\x5c\x41\xd4\x56\x3a\xf9\xe2\x0a\x5f\x24\xab\xa6\x5a\x6c\xba\xa9\x89\xb3\xc4\x20\x6f\x73\x74\xe7\x6c\xc1\xff\x9b\xfe\x79\x32\x83\xe2\x1a\xdd\xa1\xda\x34\x23\xe6\xd4\x74\x92\x9c\x5a\x91\xae\x82\x9e\xb3\xe7\x66\x43\x24\x4c\x76\x76\x5c\xa1\xbe\xb0\x3d\x5d\xc4\x97\xc7\x46\xc0\x52\xf0\xe7\x34\x3f\x56\x9e\x15\x48\x66\x00\x04\x4a\xd3\x39\x56\x34\xc7\x42\xd7\x64\x35\xce\x37\xc9\xdf\x90\x1d\x4c\x84\x7a\xdc\x5c\xd9\x79\x7a\x92\x4a\x5b\x53\x08\xb7\x46\x99\x60\x63\x2a\x56\xbd\xe4\xe4\x6d\xcb\x65\x3d\xfc\xdc\xcc\xea\xe1\x98\xbc\x4b\x95\x91\x84\x05\xc9\x00\x08\x59\xe5\x3c\x94\x2c\x1e\x67\x19\xe9\xa8\x5b\x77\x93\xbe\xdb\xe3\xe3\x38\x05\x98\xd7\x29\xc0\xbc\x5d\x52\xa4\xb0\xab\xb7\x3f\xe8\xea\x29\xe6\x6e\x01\xab\xa0\x37\x43\x28\xfd\x95\x42\x31\x23\x79\xbe\xca\x4c\x04\x83\x69\x72\x99\x2c\x94\xea\x3d\x89\x35\x56\x6f\x7c\xbe\x75\x84\xe3\xcb\x2f\x60\x38\x1b\x5d\x3b\x68\x39\x37\xaf\xde\x6a\xd2\xe7\xb6\xa0\xda\xae\xc9\x5a\x1c\xbc\xd2\xba\x2d\x70\x00\xba\xa5\x3e\xab\xa8\x41\x19\xdc\xed\x7a\xe8\xfe\x00\xd2\xde\xb7\x9c\x3f\x3f\x7c\x91\xaa\x22\x6b\x2a\x98\x03\x7a\x85\x1e\x48\x14\xf7\x71\x7e\xa8\xbe\xde\xcc\xec\x74\xea\xc4\xc5\xd4\xd6\x09\xb8\x51\xde\x51\x45\x87\x7c\xb5\x66\xcf\xf1\x1c\xed\x5d\x32\x6e\x66\xfd\xbc\xc4\xcf\x95\xd5\x38\xd3\x2e\xd8\xb8\xb3\x0b\x42\xe5\xdd\x21\x5f\x26\x8e\x77\x27\x76\x00\x75\xfe\x05\x4f\x12\x87\xbb\xef\x29\xc7\x5e\x05\x2a\x77\x66\xc7\xdb\xd9\x4c\x30\xe7\x0d\x33\x4b\x10\x7a\x21\xa5\xc7\x58\x5c\x62\x9d\xc9\x89\xd9\x11\x56\x6c\x4d\x15\xb0\x49\xf7\x56\x47\xb3\xc7\xdb\xaf\x4d\xe2\x19\x1a\xeb\x45\x8e\x67\xd0\x56\x8a\xd7\x01\xed\xa3\x2f\x3a\xdd\x47\x9f\x41\x91\x3c\xca\xf0\x36\xdc\x65\x63\x20\x71\xd0\xd7\xf3\x24\xfd\xe1\x71\xb0\xa4\x37\xf7\xb4\x17\x7f\xa1\x2f\x1e\x06\xd7\x3e\x91\x31\xc4\xb4\xc7\x73\x29\x1e\x06\xab\x5c\x96\xdb\xcf\x0c\x54\x85\xe6\x91\xf6\x7e\x72\x1c\xcf\x44\x67\xb0\x46\xe9\xcf\xb4\xb4\x7f\x80\xff\x56\xad\xe9\x0f\xad\xc3\xf8\x8b\x6b\x29\xac\xc1\x16\x8c\xc5\x3a\x8a\xaf\x4e\x84\xee\xdc\x57\x0e\x90\x4a\x73\xab\x1c\x64\x69\x6f\x4f\x11\xe6\xda\x43\xde\x11\xee\x53\x0f\xf2\x2a\xde\xd2\xdd\x23\x64\xfa\x43\x9a\x03\xbd\xa4\x2b\x9c\x2f\xef\xe1\xb6\x53\xbd\x38\x98\xeb\x4f\x74\xda\xc1\xd6\xdf\xcf\x6b\xab\xff\xf0\x9d\xd7\xea\x11\x48\xe0\x94\xea\x71\x90\x67\x7e\x28\x04\x51\x71\x15\xec\x93\x73\x15\x5f\x3f\xd0\x6a\x75\xfd\xf6\x2a\x4e\x81\xa1\xd8\x29\xf3\x0a\x5f\x3e\xc0\x98\x6c\x3e\xe0\x4b\xa3\x65\x73\xb2\x1c\x28\xf0\x88\xcf\x66\x64\x66\xeb\x50\xd8\x7b\x59\xc7\xdc\xa1\x0b\x53\x21\x5e\x16\x33\x42\xeb\x2d\x82\xb6\x88\xc1\x0f\xfc\xb5\x11\x91\xea\x7b\xc5\x86\x5b\x1f\xe0\x60\xe3\xf5\x81\xb9\x8f\x2a\x36\x5c\x8d\x2a\xad\x0c\xf3\xe7\x5c\x5b\xc8\x3b\xdc\x52\x06\x84\xfe\x48\xba\xcc\xbc\x7d\x15\xd0\x5c\xff\xc8\x2b\xe1\x8a\x03\x4a\xa0\xae\xad\x39\x3b\xda\xb6\x94\x92\xe1\x34\xd0\x11\xa6\x31\x0d\x75\xa6\xd0\x58\xbb\x41\x52\x71\x92\x85\x2e\x29\xc9\x0d\x01\x81\x8b\xb5\x5c\xcc\xad\xbc\xad\x0a\x3a\x90\xa0\xf5\xb9\x4c\xa1\xed\x9f\x3f\xf8\x64\x42\x90\x66\x60\x1e\x98\xab\xf3\x1a\x27\x4d\x75\x41\x13\x4f\xca\xa3\x5b\xfa\xaa\xb8\xcc\x74\x4f\x8d\x56\x0b\xb9\x43\x11\xba\x30\x8a\xcd\x00\x72\x0f\xd6\x5c\x73\xb4\xfc\x82\xc3\x1c\xf8\xc5\x40\x8c\x88\x0b\x8f\x4a\x1f\xa6\x0d\x67\xe8\x75\x2b\x30\xa9\x4c\xa9\xcd\x9f\x3e\x3e\x44\x30\x67\x91\x4a\x55\xc3\x21\xd7\xe0\xe5\xcc\xef\xc0\xa7\x46\xfe\x1b\x04\x73\x95\x52\x06\x5a\xaa\x05\xda\x16\x02\xb6\x7d\xfb\xc3\x33\x73\x8a\x57\xea\xfb\x1f\xd0\x07\x6c\xe1\xb4\x14\x57\xf4\xb6\x8a\x62\xb4\x04\xa8\xda\x52\x36\x4e\xd4\x13\x35\x55\x3f\xb9\x84\xa7\x0c\xfb\xeb\x11\xfd\xe1\xc9\x43\x8c\x98\x92\xe9\x8f\xe3\x4d\x7f\xd4\xf1\x85\xb8\x44\x5c\x99\x0a\xac\x5f\x07\x73\x8e\xb5\x56\x56\xa0\x6c\xb3\xe5\x2e\x65\x88\xe2\xce\x05\x50\x53\x9c\x61\xa8\x1b\x72\x7b\xe1\x03\x1e\x26\x95\x7b\x3e\x93\x21\x75\x5a\x78\xc2\xaa\xf0\xe0\x09\x2f\x1c\x90\x39\x94\x3b\xc0\x62\x75\xbc\xb4\xa1\x5a\x13\x76\xd2\x59\xaf\x30\xb9\x78\x11\x88\x97\x88\x72\x1a\x02\xa2\xb8\x24\xac\x82\xbc\x2b\x9a\x92\x7c\xd5\x15\x29\x5a\x25\x32\x16\x15\xcd\xac\xee\x13\x2f\xd8\xa3\x28\x96\x09\xcb\xdd\x79\xcd\xdb\xd6\xb9\x4d\x8d\x3a\xc5\x04\xa4\x51\xe8\x22\xcf\x92\x13\x33\xe6\x92\x18\x21\x03\x39\x88\x7f\xd9\x30\x50\xd9\xb5\x9b\x4b\xc3\x1a\xd3\x98\x5d\x55\xde\x56\x9b\xf6\x51\x6e\xb6\xa4\xc7\x7d\xd2\x99\x6e\x68\x0e\xc6\xb6\x07\xc5\x9e\x20\x37\x9c\xa7\xbc\x6d\xf9\xed\xc7\xfc\x08\x79\xea\xd9\xaf\xb7\x30\xc1\x32\x55\x60\x34\x02\x55\xc1\xba\x84\xfb\xb1\x77\x94\xd9\x1a\x04\x55\xb0\x83\x36\xc9\xe6\x78\x56\xdb\x2d\x75\x48\xdf\x8c\xfa\xf3\x6d\x51\x0f\x94\xf1\xfd\x65\x90\xa8\xed\x8a\x74\xe7\x40\xdd\x16\x3c\x56\x5d\x84\xca\xce\xab\x69\x77\xa8\xba\x8e\x24\xdc\x3e\x73\x09\xb3\xef\xf0\x05\xa0\x6c\xa4\x08\x52\xc6\x69\xd7\xbf\x64\x91\xcf\x9a\x19\x49\x65\xa6\x59\x93\x14\x4a\xf5\x64\xaa\xf1\x45\xf5\xa6\xcd\xe1\xcb\x48\x3c\x35\x33\x57\xbf\xc9\x8a\x42\x1b\xcc\x37\x5d\x15\x1d\x1e\xdf\x9e\xd0\x67\x7c\xc9\x82\x98\xe1\xaa\x19\xa9\xe0\x1e\x55\x70\xb9\x21\x13\x26\x0b\x7d\x92\x3e\x15\x30\x86\x64\x66\x12\x8d\x84\x7a\x5a\x5f\xbb\xf9\x99\xd9\x85\xae\xac\xd9\x5e\x50\xdf\x5e\x54\x45\x06\x77\xbf\x4e\x0b\xb5\x2e\x4b\xd4\x9e\xbe\xd9\x4d\x54\x47\xb0\xc4\x84\xc5\xdc\xa8\x25\xf9\x17\xa3\xa0\xc0\x64\x8a\x7f\x47\xe6\x9f\x89\xf9\xe7\xd3\xfc\x33\xbd\xf3\xd7\x28\xf9\x6b\x96\xfc\xf3\x79\x5b\x6e\x72\x5b\x04\xaf\x4e\xef\xd0\x5f\x2f\xc9\x3f\xf4\xc2\x71\xf2\x73\x12\xff\xb3\x08\xdd\x14\xc1\x11\x31\x29\x14\xb7\xa3\xaa\x01\x27\x5e\xd5\x60\xb8\x18\x6e\x43\xca\x18\x5d\x60\x63\x23\xa4\x42\x5f\x5f\x54\x31\x36\x39\x50\xea\xe0\xce\xcd\x20\x2a\xed\x29\xca\xb7\xa0\xe7\x3d\x33\xd5\x3b\xf5\x4c\x0f\x4f\x45\x2f\x92\x55\xf4\xe8\x4b\xe9\x18\x03\xa1\x0a\x87\xa9\x57\x57\xe7\x38\xfa\xd0\x68\x5f\x7b\xe2\xca\x74\x03\x2c\x0a\xbb\x5c\x06\xb8\x63\xe5\x44\xba\x72\xef\xe4\x91\xa6\xa8\xde\xcd\x86\xfc\x7e\x46\x9e\x97\x9d\xdb\x92\x46\x36\xa2\x8b\x05\xa0\x86\xfd\xc3\xc5\xe9\xaf\x8b\xba\x13\xff\x5e\xca\xfc\x5a\xea\xb0\x3b\xa0\xfa\x21\x97\xf4\xe7\xb9\x61\x2c\xd4\xe3\xbc\xcc\xe7\x86\x95\xa9\xd1\xf1\xc0\xa0\xb0\x1b\xa9\x84\xce\x21\xc9\xb1\xa9\xc2\xa3\x51\x0e\xd5\xd5\x5a\x56\xcc\x39\x42\xc7\xf6\xfc\xd6\x6f\x7b\xfe\x5c\x65\x8e\x0c\x25\xb9\xcb\x71\xc2\xfd\x3e\xd6\x83\xee\x9a\xf9\xf5\x51\xb1\x6e\xf4\x72\xf7\xd8\x70\xc3\x04\x92\xb5\xf8\x7b\x6f\x99\xed\xf7\x0f\x67\x8a\x5d\x81\xdc\x2c\xc8\xe1\x59\x20\x9c\x61\xbc\x24\xeb\x8b\x7a\x03\x2c\xd5\x31\xc1\x69\x50\xaf\xcc\x23\xb1\xa0\x2d\x70\x54\x5c\x33\x00\x7e\x63\xe5\xa4\x59\x69\xd6\x2f\xf4\xfd\x1f\x09\x6a\xfb\x6e\x7c\x6c\xb3\x17\x72\xfe\x40\x67\x86\x56\x06\x8e\x1b\x51\x9a\x63\xe2\x36\xe2\x4a\xf8\xdd\xd8\xc8\xaf\x4a\xd2\x97\x2b\xfb\xce\x51\x61\x28\xd4\xe0\xb2\x6f\xe3\x93\x9c\x82\xc9\xf0\x12\xf9\x69\xbe\x6a\xab\xe7\x40\xae\x23\xb6\x50\x5c\x91\x40\x7e\x50\x85\xaf\xbc\xad\xa6\x35\x76\x3a\x9e\x19\xfd\x8a\x18\x9b\xe8\x92\x7f\xc2\xce\x7f\xaa\xb4\xe9\x89\xf1\xa5\xaa\xe1\x5e\x2d\x90\xd5\xe3\x49\x6d\x2b\x16\x88\xf2\xf1\x51\x23\x94\x8e\x64\x10\x7d\xa9\x28\x3e\xf9\x1a\x01\xbf\xa2\x3c\xc7\xd9\x00\x09\xb9\x6e\x7e\xad\xd4\xfb\x55\x9d\x76\xac\x58\x68\xa1\xe1\xd6\x42\xb2\xe0\xc2\x0a\x56\x3a\x8e\xbc\xd7\x0f\x85\x0d\x09\xf0\x31\x11\x83\x7c\xae\xd8\x26\x99\x00\x2a\x34\x89\x3a\xda\xbe\x2a\xbf\xe4\xc4\x0f\xf1\xad\x55\x89\xc2\x45\x3e\x74\x8a\x53\x08\x2b\x43\xe3\xe8\xb2\x39\x8a\x6c\x4e\x05\x1c\x71\x0a\x5b\xd0\xa4\xe5\xde\x69\xb7\x39\x40\x6f\x99\xc0\xb0\xc5\xf6\x28\x0a\x82\x32\x8f\x3b\xc2\x5e\xb4\x9b\xc7\x98\x6e\x92\x50\xba\x42\x0e\x8d\xb3\x99\xa8\xd1\xbc\x3c\x77\x74\x61\x8b\x0a\xe9\x99\xa3\x5c\x87\x6e\x0a\xda\x23\x44\x44\xd2\x57\x7d\xa3\x26\x55\x2a\x3c\xdb\x57\xdd\xbc\xab\x02\xc9\xea\xf8\xc1\x6c\x51\xaa\x0e\xf1\xd7\x65\xdf\x47\xe2\xae\x20\x02\x66\xa7\x51\x6b\x13\x36\x6f\xd6\x23\x53\xd6\x3f\xbc\x1e\xf8\x93\xe2\x07\x5f\x46\x50\xb5\x68\x0e\x03\xe6\x37\x4e\x1f\x7f\xdc\x54\xd8\xb0\x46\xcc\x50\x67\x19\xcf\x03\x0c\x66\xf3\xc4\xd0\x34\xe6\x66\xaf\x45\x62\xaa\x3d\xde\xd0\xff\xda\x0e\x4a\x8e\x99\x8d\x5f\xcd\x12\xc9\x88\x3a\xc2\x40\x42\x32\xd5\xa9\xab\xdc\xc3\x10\xd9\xbf\x24\xe1\x98\xc4\xcf\x0d\x59\xe7\x78\xec\x6a\x05\xd7\x3d\xf9\xc7\xd5\x1c\xf0\x07\x74\x8f\x34\xe4\x25\x44\xf6\x88\xda\x38\xc7\x1c\x2a\xca\x12\xb2\x77\xe1\xae\x59\x01\xdc\x19\x60\xb2\x0d\x3a\xe0\x10\x1a\x5c\x80\xfe\xac\x91\x48\xb1\xf3\xae\xb0\xdf\xf3\xae\x68\x8b\x75\x1d\x3a\x31\x82\x98\xce\x17\xb8\x7b\x2a\xc4\xb9\x42\xaa\x95\x03\xad\x02\xe5\x2e\x56\x9f\x2c\x39\x23\x98\x71\x8e\xf4\x65\x0d\xcf\x99\x8b\xc0\x9c\x3e\xce\xff\xf4\x31\x60\x63\x94\x2f\xbc\x0f\x21\x10\xc6\xaa\xe1\x24\xf3\x52\x65\x2d\xb6\x0d\x9b\xad\x18\x6e\x22\x8e\x56\x03\x2f\x8d\x77\x49\xb4\x6f\xa1\xd7\x3e\x1c\xf1\xe7\x02\x07\x19\x33\x00\xd7\x19\xe1\x53\xfd\x53\x68\x7e\x57\x2c\x4e\x6f\x67\x37\x14\x3a\x87\x54\x69\x07\x5c\x7e\xa9\x4b\x6b\x41\xaa\x1e\xe8\x58\xc1\x05\xbb\x83\x37\x3c\x78\x4b\x79\xe5\x3b\x28\x4f\xa7\x51\x6a\x13\xc4\x29\x0c\x6c\xee\xfe\x8d\x16\xd9\x05\x94\xe6\x2f\x1c\x81\x92\xed\x45\x5b\xe8\xa3\xac\x92\xeb\x99\x35\x0b\x8a\x0f\x70\x0e\x75\x3a\x5a\x7d\xcd\xeb\x74\x18\x79\x39\x1e\xc9\x27\xe6\xd4\x18\x1b\x13\x8f\xd8\x91\xe4\x77\x4e\x8e\xf4\xbf\xfd\x15\x7f\x23\x7e\x20\x20\xcf\x08\xd3\xd7\xc6\x35\x37\x8a\x66\xdd\x28\x7b\x75\xe5\xa9\xd5\x8e\x74\xd6\xd1\x43\x32\x64\xa6\x05\xd4\x1f\x18\x61\x12\x55\xd6\x55\x6f\xe4\x9a\x77\x02\xa0\xe1\x11\x84\x09\x63\xf5\x09\x24\x3a\x17\x33\x2e\xe7\x7b\xdc\x86\xc7\xac\x17\x1a\x0c\xf3\x0c\x78\x68\x64\xb6\xb7\xbe\x25\x89\x60\x23\xd3\x5e\xae\x01\xaf\x7f\xbe\xdc\x78\x9d\x2b\x32\xac\xe0\x06\x6c\x9c\xbc\x7b\x89\xbe\xb7\xe1\xf3\x2c\xee\x7a\xb7\x77\x17\xf1\xdd\x53\x70\x4b\x66\x11\x17\x78\x02\x59\x6b\x71\x1b\xc7\x69\x05\xa5\xdb\x37\xac\x70\x47\xf9\x2a\x2e\x11\xfe\x28\xb1\xde\xaa\x7c\x51\x8a\x13\xe7\x77\xbc\x9c\x2a\x20\xa9\x93\x57\x78\xe2\xf6\x98\x2c\xfb\x33\x84\xee\xee\xc2\x11\xd4\x0b\xdc\x2e\xc8\x70\xc7\x78\x0d\x1b\xfc\xe1\x02\xd1\xb3\x08\xc0\xdc\x49\x09\xff\x9b\x2d\xd8\x63\x94\xa7\x3a\x54\xa7\xb2\x2c\x9b\x77\xe4\x7b\xc2\x5e\xc0\x7e\x4e\x81\xb4\xed\xf7\x5a\xfc\xc8\x50\xd8\x01\xc7\x18\x6e\x68\x7b\x05\xca\xef\xf4\x5a\x54\xbf\x60\xa6\x8b\x8a\x8c\x52\xf2\x5c\x93\x3f\xfc\x22\x6e\xae\x18\x7b\xab\x11\x30\x4a\xba\x30\x84\x6f\x19\x32\x66\x87\x1b\xa2\xb1\x73\x53\x64\x49\x6e\x79\x0e\x33\x69\x02\xdc\x0e\xe0\xdb\x9c\x51\xfe\xa7\x83\x64\x4e\xf0\xd4\x0e\xef\x48\x40\xec\x35\x15\xb0\xb2\x9f\x77\x80\xd6\xf4\x7f\xf3\x65\xe6\x65\x0b\x3a\xf9\x61\x72\xbe\x01\x18\x09\xb7\xb5\x67\x3e\xe0\x88\xfe\x51\xda\xf0\xb6\xb4\x16\x89\x6c\x13\x8a\x47\x75\x58\x26\x46\xf0\x5e\xe5\x03\xbf\x68\xdb\xd7\xbe\x15\x01\x6c\x24\x04\xc9\xd0\x24\x0e\xf9\x3d\x23\xd6\x74\xec\xb7\x33\x0f\xaf\xe8\xde\xfb\x16\xe0\xc4\x17\xb9\x40\x5c\x27\xbd\xac\x97\xdf\x2a\xdd\xb0\x22\x5d\x44\xa5\x18\x10\xb3\x80\x29\x84\xfd\x51\x54\x8e\x1c\xce\x50\x3e\xaa\x78\x15\x8a\x8a\x9c\x23\xf3\x66\x27\x17\x4b\x9e\x15\x46\x97\x0d\x55\x15\x04\xc5\xfd\x1a\xfe\xef\x2d\x97\x0e\x32\x6e\x28\x33\xb0\x00\x5c\xd6\x39\x42\xd4\x3e\x7c\x99\x94\x21\x3e\xd4\x80\xf8\x89\xc4\x4e\xb6\x56\xed\xec\x1d\xc7\xc3\xff\xa3\x39\x9a\xea\x2e\xd0\x54\xf4\x96\xe9\x94\xa3\x4d\xae\xec\xe0\x1a\x67\xc9\x5c\x39\x44\x22\xbc\x03\x46\xb1\x68\x9b\xf6\xd5\x64\x9c\x02\xf6\x77\xa7\x6c\x79\xc7\x52\x2a\x28\xdd\xf1\x98\xcc\x28\x23\x40\xe5\xfb\xf9\xa5\x54\x0f\xef\x73\xc6\xa3\x86\xda\x50\x37\x6a\xc3\x46\xbe\x37\x21\x83\x4f\x32\x0d\x89\x08\x33\x00\xa5\x45\xb8\x79\xc6\x05\x8a\xc5\xb5\x23\xb5\xc4\x6a\xfe\xa4\x14\x4d\xfb\x8b\x55\x84\x51\x8e\xb5\x48\x94\x13\xc3\x13\x01\x91\xc0\xf4\xc6\xa0\x5d\xdb\x1d\x1f\x6e\x0b\x67\xe4\x97\xac\x31\xb4\x53\x33\xd7\x9d\xd0\x9c\xcb\xda\x22\x08\x69\x02\x4d\x1a\xc4\x14\x53\x93\x76\x9e\x40\x06\x14\xb1\x72\x8b\x55\x44\xe8\x43\xa0\xaf\x6d\x67\x74\x21\x4a\x07\xd3\x04\x25\xc6\xb4\x12\x95\x13\x75\x00\xf5\x17\x23\x68\xc4\x5e\x34\x37\xf6\x7e\x26\x39\x5f\xea\xf9\xff\x23\xee\xdd\x9a\x13\xd7\x9d\xaf\xe1\x0f\x04\x55\x9c\x4f\x97\x92\x2c\x8c\x63\x08\x10\x42\x48\x72\x47\x08\x83\x31\xc6\x9c\x8d\xe1\xd3\xbf\xa5\x5e\x6d\x6c\x32\xcc\xec\xbd\x7f\xff\xa7\xea\xbd\x99\x09\xb6\x2c\xcb\x3a\xb4\xba\x5b\xdd\x6b\x61\x31\x42\xe5\xe8\x79\x21\xbb\x0c\x16\xac\x38\x30\x16\xd0\x74\x7f\xc5\xde\x76\xa6\xd7\xd5\x14\xee\xf3\xde\xe6\x2e\xc9\x56\xe9\x99\x2b\xef\xd5\x32\x62\x6d\xb7\x67\xec\x54\x57\x80\xe8\xf4\xf1\x84\x2e\x49\x86\x83\x72\xf6\x3b\x8e\xad\xfb\x95\x77\x84\x03\x77\x58\x72\x2f\xe4\x7b\x79\x57\x4c\x6d\xf6\xbe\x4c\xd2\x3e\xd3\x81\x32\xdd\xe5\x80\x9a\x50\xa8\x0d\xfa\x6e\x4a\x9b\xab\xcf\x03\x97\xc0\x35\x85\xc0\xe8\x6b\xc8\x3b\x80\x18\xd5\xdd\x54\x65\x26\x74\xc1\x3b\xcb\x24\xb8\x80\x30\xbc\xdb\xbf\x9d\x7f\x61\xc2\xc9\xf2\x8a\x1f\xab\xac\xf8\x70\xe3\x02\x7d\x37\xdf\x17\x76\x8c\x53\xdc\x3d\x69\x02\xb6\xfa\x31\x37\x7a\xd0\x56\xc4\xf0\x82\x2c\xa5\x8f\xeb\x86\x48\x19\x23\x75\xe2\xb4\xa5\xc6\xa2\x83\x6e\x07\xb3\xef\xdd\x83\xbc\x60\xc5\x30\x3f\xcc\x97\xa5\x6a\x90\x63\x0b\xc7\xf1\x56\xab\x44\x20\x3f\x71\x16\xe4\xa7\x2c\x71\xe8\x41\x6a\x9a\xea\xe5\xb5\x7a\xe6\xb9\xde\xe2\xfb\xa7\x26\x19\x37\x25\xcc\xd2\x3d\xce\x09\x87\x25\x20\x5d\xcb\xdc\x16\x30\x88\x11\x95\x72\x7d\x4c\x53\x26\x83\x3b\xc8\x90\x56\xbf\x26\x42\xd7\xae\x40\x07\x19\x83\xf0\x80\x78\xa8\x5e\xde\xb6\xda\x2b\x79\xb8\xb0\x2b\xb1\x85\xe7\xfa\x30\x77\x9a\x5d\x33\x8d\x67\xc9\x11\x65\x65\x07\x29\xa6\xe0\x41\x33\x3d\x59\xb1\x36\x00\x86\x26\xa3\xf3\x89\x99\x6c\x3e\x44\xa7\xb3\x8d\x21\x69\x29\x85\xf4\x78\xbe\x1d\x10\x4f\xf7\x70\x09\x5e\xb0\xda\x93\x4d\xd9\x8e\x65\x75\x4d\x99\x0d\xb3\xda\x1a\xe2\x6f\x7b\x25\x2c\xa1\xaf\x22\x43\xf1\x99\x4a\xcc\xc6\x2a\xcb\x10\x9b\xb3\xca\x95\xfd\x1a\x4b\x99\x3f\x74\xf4\x93\x27\xeb\x46\x74\xe5\x37\x96\x10\x84\xdb\xfc\x61\x36\x18\xfd\x26\xcc\x16\xdb\x13\x22\xbf\x96\xe2\x25\x03\x8b\xbc\x96\x79\x37\xef\xa8\x83\x15\x4a\x9c\x57\xa9\x92\x7e\x3e\x96\xb3\xe7\x55\x47\x99\xbf\x18\x83\xb9\x6c\x8d\x6b\xdf\x14\x1d\xb4\x66\x41\xff\xcc\x72\xbe\x47\x29\xc4\x66\x0e\x07\xd0\x01\x7a\x9e\xe9\x05\xf5\x92\x9b\xd2\x4c\xb5\x19\x86\x7b\x49\x1b\xd1\x2d\x77\x6d\xbd\x42\xe0\x1d\xdc\xe6\xf4\xd0\x48\xe8\x82\xca\x4d\xef\xc0\xbb\xff\xf9\x29\xa3\x61\xda\x2d\x33\xea\x81\x5e\xaa\x6d\x0f\xe1\xd9\xb1\x3c\xb4\x7e\x84\x67\x4f\xda\x41\x2b\x13\xca\xf4\x86\xf3\x29\x1a\x2d\xf5\x7a\x01\xc5\xe8\x87\xd1\xec\x3e\x4b\x7c\x70\x6c\x76\xa5\x5f\xcb\x24\x83\x87\x80\xd1\x08\x0c\x21\x8d\xd6\x46\x80\xa6\x36\x12\xab\xbd\x00\xfc\x17\xc5\x74\x7b\x57\x84\x7b\x89\x0d\x74\xd8\x79\x1a\xf0\x59\x01\x45\xa5\x5b\x6f\x82\x64\x73\x21\x8f\x67\x02\xcd\x8a\x54\xd3\xcf\x64\x92\x7c\xb5\x02\x95\xcc\x99\xc9\x20\xdf\x17\x2f\x82\x63\xa0\xff\x1c\xb4\xfc\xf8\x50\x0a\xd4\x09\x33\xf3\x89\x99\xe0\xd5\xeb\x1a\x34\x85\xd6\xa2\x89\xf3\xd9\x8b\x7b\x77\x9b\x10\xc2\x63\x05\x01\x53\xbe\xbb\x57\x71\x49\x47\x55\x7b\x38\x61\xe8\xd8\xf6\x2d\xfe\xe0\xd4\x46\x08\xf3\xbe\x5f\x26\xea\x94\xe7\x05\xbc\x33\x2b\xd2\x00\xd4\x4b\x9c\x04\x71\x0a\xd8\xaa\x4b\x97\x91\x1a\x38\x3e\x9c\x4e\xd0\x84\xd1\xf8\x8c\xbd\xfd\x33\xbe\x3a\x0d\xc5\xe8\xb3\xee\xbe\xb7\x3c\x80\xac\xb7\x9e\xb3\x9d\x43\xe9\xab\x7d\xa3\x3c\x9e\xc1\xed\xa7\x79\x42\xfd\x28\xd6\x3a\x28\x33\x59\x6b\xf2\x14\xa4\xc9\x8e\xea\xe9\x3c\x46\x5c\x35\x27\xda\xe1\xfd\xbd\xdc\x4e\x22\x53\x15\x7e\x0b\x7f\x7d\x77\x77\x49\x00\x5f\x3a\x96\x47\x5e\x40\xc9\x48\x73\xeb\xbd\xaf\xdb\xb8\xef\xa4\x08\xad\x9a\xdc\x2d\xc8\x02\x3e\x81\x16\xc2\xda\xdf\x98\xaf\x4a\x27\xea\x43\x50\xa8\x18\x23\x69\x25\x53\x77\xd7\xe2\x2d\x8d\x45\x6d\xe1\x8c\x90\xd0\xa0\x2b\x7c\xcc\x6e\x0b\xf5\xde\x4e\x81\x0a\x2f\xbd\x24\x60\x9e\xfa\x7b\xab\x12\xe8\xd3\xb3\x15\xc0\x60\xa7\xa8\xb0\xa5\x0a\x8e\x32\x3f\x55\x9d\xad\xdc\x00\x21\x6d\x65\xc5\x0d\x8a\x0a\x6e\x58\xa7\x86\x93\xb7\xd5\x80\xbd\x88\x01\x9d\x42\xdd\x7b\x11\xeb\xd9\x60\xad\xc8\x02\x6d\xc2\xca\x4a\x68\x13\xe8\x62\x13\x48\x0d\xa3\x34\x4f\xce\xcb\x61\xfd\xd0\x44\x5e\xa9\xe4\xb8\x77\x24\x44\xa4\xaa\x09\xae\x03\x95\x36\x2a\xc6\xbe\xc5\xe8\x02\x60\xb1\xd9\xc8\x68\x25\x6f\x0f\x3c\x08\xe9\x09\x34\x47\x22\xdf\xf3\xe0\x9f\x19\x14\x2b\x35\x0c\x85\xcf\xe4\xf8\x1f\x29\x37\xbe\x5b\x52\x75\x18\xca\x1b\x19\x06\x58\x78\x1b\xfc\xdf\x8b\xae\xb0\x83\xb0\x1a\xc8\x1c\x68\x23\x08\x8e\x94\x02\x36\x5b\xeb\x2b\x0a\x3b\xd3\xa5\x0c\xa2\x70\xa1\x9a\x85\xd9\x9f\x0a\x25\x1e\x7b\x40\x8f\x70\x53\x6f\x64\x40\x2e\x6e\x66\xaa\xae\xd6\xe4\x9d\x25\x7a\xd8\xb0\x25\xea\x87\x8f\x49\x01\xe3\x9d\xca\xf0\x94\x5e\x24\x2f\x57\x33\x2d\x2a\x77\x51\x19\x37\x5c\x09\xe7\x31\xb1\x6f\x11\x63\xb1\x24\x45\x41\xbd\x18\xe3\xdb\x7c\xc6\x1a\xbf\x9f\x3d\xec\xff\xfd\x05\x7e\x0f\x82\x98\x7a\xce\x5d\xe1\x77\xb7\x70\x76\x13\xca\x53\xe7\xfb\x22\x7f\x73\xae\x52\xb6\x94\xc8\x41\xb2\x82\xd5\x91\xd9\x9c\xc3\x73\xa6\x15\xd5\x0c\x0b\xff\xf2\x07\xa3\xe6\x8d\xe8\xb9\xbc\x60\xe0\xb0\x1f\xdc\x76\xa5\xc2\x53\x52\x93\xfd\x9d\x8b\xdc\x9f\x6f\xcf\x2b\xa1\xf5\xd5\xe7\x42\x63\xa1\xde\xe2\x50\xde\x00\x80\x3f\x0f\x9b\x1b\x3f\xbf\x1a\x1c\x8f\x09\x9f\xa5\xd5\x50\x63\x2f\x65\x62\x0b\x33\x4c\x6c\xed\x83\x06\x3b\xc1\xa6\x91\xb0\x13\xac\xa5\xd0\x82\x76\x63\x8d\xdd\xb8\x9b\xd9\x8d\x3f\xf2\xae\x73\xb5\xf8\x7c\xe2\xb7\x5d\x78\x26\x56\xf2\xdf\x82\x13\xbc\xdf\x81\x13\xf4\x7e\x2d\x92\x8c\xe0\xcb\x0c\x0a\xf0\x44\x2c\xed\x8a\xbc\xce\x6e\x36\x2d\x48\x9f\xdc\x73\x11\x56\x0a\x81\x54\xff\x8a\x8b\x4f\xc9\x69\x96\xfa\x85\x02\x17\x14\xb0\xd5\xb5\xf8\x94\x64\x19\x03\xa2\xd4\xbe\xb9\x79\x8a\x45\x3a\x85\x9b\x5e\xcb\x74\x5a\x1a\x91\x65\x4e\xcb\x58\x14\xcb\x0c\x05\x58\x29\xde\x65\xd2\x16\x89\xe7\xce\x09\x69\xb6\xee\x64\xa9\x48\xd3\xc7\x97\xc5\x62\x4a\x24\x40\x4e\x4e\x05\xe9\xfd\x8e\xf5\x4f\xdc\xdc\x6c\x99\xd7\xb8\xc6\x1f\x6f\x1f\x96\x5e\x4c\x07\x86\x90\xd4\x97\x04\x94\x9b\x22\x9a\xf8\xc9\xc6\xc3\x27\x9d\x02\xbb\x89\xe5\x6f\x37\xc7\xc2\x0e\x65\xee\x06\xd1\x6e\x44\x62\xae\x83\x03\xb9\x02\x2c\xf9\x66\x11\x4c\x40\x83\x16\xd7\x6d\x2e\x20\xe3\x3e\xaf\x4d\xd5\xc9\xf5\x5c\xf1\x89\xd5\x79\x8f\x72\xbc\xed\xad\xa9\x22\x93\x5b\x4d\x15\xf7\xe3\x6c\xc5\x27\x4a\xce\x35\x8d\x7b\x09\x42\xb6\xa1\x1c\x21\x5e\x44\x7e\xc6\x74\x94\x2f\x82\x26\x71\x42\x9b\xba\x20\x11\x63\x57\x22\xec\x88\x56\x35\x94\xd9\xc1\x74\x68\x30\x4f\x29\xd1\x04\x3e\xc6\x4c\x44\xe5\xbb\x2b\x19\xcf\xf2\xda\x5a\xba\xb0\xb7\x8b\xf2\x32\xce\x8c\x5c\x43\x16\x97\x6e\xa2\x38\x09\xed\xed\x6f\xf2\xb3\x5f\x31\x73\xa2\xeb\xec\x70\x69\xc1\x78\x4a\xc5\x14\xe2\xfc\x42\x28\xcb\x3e\xf8\x3f\xa2\xf6\x82\xe9\x7e\xa4\xe2\xb6\x18\x29\x4b\xbc\x46\x87\xab\x93\xbd\x73\xa1\x67\xfa\x42\x6f\x65\xe1\x57\x76\x9e\x30\xbe\x54\xeb\x16\x2a\x63\x3e\x3e\x40\xb5\xee\xba\x44\x13\x56\x35\xb0\xcd\x5b\x79\x57\x79\x3d\x06\x4d\xae\xe0\x0c\x7c\xab\x6e\x31\x81\x62\xb8\x6a\x42\xc9\x0a\x9a\x30\x37\x36\x39\xa3\x6b\x1f\x64\x4b\x5e\xba\x79\x25\xac\xb5\x6c\x6c\xdd\xbc\xb6\x8a\xee\xac\xbc\x75\xf3\xae\xda\x77\xe1\x6d\x6b\x4a\xae\x2e\xc8\x56\xb7\x6e\x82\xa4\x3a\xe4\xea\xce\x15\x3b\x3f\x15\x13\xfb\x70\xb1\xd8\x87\xb3\x75\xf3\x8e\x55\x74\x23\x0b\x5e\x6d\xb2\x62\x67\xb7\x81\x33\xe3\xb9\xaa\xb1\x87\x23\x82\x9c\xe7\x11\x15\x27\x99\x8c\xa8\xf9\xc8\x9d\x14\xc3\xa3\x31\x85\x3a\x22\xe4\x6f\x3f\xe0\xb2\xea\x32\x8c\xbb\x7b\x2a\x91\xd5\xa9\xad\xda\x9e\x62\x45\xc7\x07\x38\x50\xa7\x71\x2e\xdd\x9f\x0a\x12\x90\xe7\xee\x02\x71\xfc\xcc\x4d\xb0\x72\x18\x1f\xdb\x98\x6b\x95\x8c\x27\xe2\x83\x81\xff\xdd\x62\x09\xd9\xb4\x85\xbd\x26\xf2\x14\x55\xd9\x92\x0b\xc3\x2d\x03\x3d\x7e\x5e\x49\x0a\xce\x91\x13\x55\x22\x19\x46\x07\x5c\x57\xc5\xce\xeb\x54\x14\x51\x2c\xc4\xd2\xec\x16\xba\x93\xbc\x22\x2b\xa8\x5c\x4f\xc6\x8f\x26\x30\xce\xca\x44\x1d\x89\xfe\x73\x66\x4d\x48\x44\x4e\xd9\xa7\x68\x48\x5f\xd5\xfe\xb1\x93\x20\x83\x92\x72\x75\xf6\xe4\xac\x88\xb1\xfc\x0f\x9f\x51\xfb\xc3\x67\xd0\x01\xb8\xee\xd4\x7e\xfb\x0c\x5b\xd8\x01\xd8\x09\xee\x97\x86\x23\x54\x43\x65\x96\x46\x95\x16\x80\x57\x72\xc1\xa7\x99\xfb\x95\x48\x61\xfe\x6e\xc7\x6c\x16\x38\xc5\x5e\x4f\x28\x58\xa5\x06\x9b\x7c\x34\xa2\x5f\x0b\x3a\x63\xb2\xcb\x15\xb2\x0c\x3e\x4a\x05\x04\xc6\xac\x81\xb6\xd4\x2b\xaf\x08\xed\x44\x35\xc8\x54\x4f\x84\xc4\x5c\xa8\x6e\x09\xf9\xf8\xf6\x92\x0c\x1b\x47\x79\x89\xe0\x32\x9f\xcb\x59\xe6\x49\x4f\x9c\xc1\x19\x19\x20\x66\x84\x7a\x6c\x25\x8d\x85\xdb\xc0\x5f\x0c\x09\x1e\xff\xf5\xa9\x32\xd8\x09\x62\x59\x29\x01\x86\x82\x3c\x55\x09\x4d\x25\x2a\x52\xdd\xe8\x4f\xa3\x77\xb7\x95\x7d\x9b\x09\x92\x91\xaa\x4c\x3a\xb4\x95\xc9\x57\x26\xdf\xbf\xc3\xec\x56\x5f\xcc\xa2\x91\x9d\xfb\xea\xf3\x6e\xee\x3b\x15\x19\xff\x78\x9a\x7b\x4f\xec\x60\xcc\x04\xaa\x75\x57\x8b\xea\x00\xf1\x77\xe5\xb0\xe1\x67\x46\x37\xc8\x24\xfe\x34\x7c\xb8\x51\x9a\x3e\x12\x16\xd6\xb2\x70\x37\x69\xe9\x06\x20\x0a\x8c\x94\x70\x31\x4a\x19\xcc\x82\xf2\xb6\x9d\x1e\x9f\x66\x37\xcc\x64\x7d\x7b\xbe\x91\x9c\x46\x75\xef\x27\x61\x3a\x30\x51\x10\xf6\x39\xcd\x31\xc4\x71\xe6\x36\x51\x06\xf0\xcf\x60\xf0\x1e\x79\x4f\x69\x6e\xb4\xd0\x11\x0f\x08\x77\x01\xa5\x4d\xbc\xef\xd2\x7e\xd2\x66\x72\xf4\x92\x41\xb7\xcd\x06\xd7\xba\x5b\x36\x23\xce\x0a\x32\x62\xa4\x32\xa7\x74\xeb\x66\xbf\x66\x1a\x50\x1a\xee\x6e\xe9\xd6\xaa\x26\xd7\xb9\x1f\xf6\xfc\xb4\x5d\xc8\xda\xf3\x9f\x83\x13\xa2\x34\x61\xc3\x83\xf5\x25\x31\xc7\x11\xca\x48\xba\x5b\x1d\x56\xc4\x23\xeb\xfe\xd9\x5b\x33\x40\xbc\x31\xc0\x63\x79\xf1\x6f\xe6\xbd\x6e\x7b\x01\x68\xc5\x44\xae\xd1\x01\xa0\xf0\x2d\x15\xc9\x29\x34\xf8\x14\xf5\x72\x71\xd3\x26\xec\xcb\x0f\x13\xbb\xed\xc1\xff\x68\xc7\x23\xd5\xc4\x5c\x5e\x59\x6c\xc6\xae\xea\x74\xa4\xb5\xb7\x76\x88\xfc\xb8\x80\xb4\x18\xc8\x04\x0b\x50\xd1\x37\x14\x9f\xda\x50\xd2\x85\xe8\x45\x31\xcc\xd2\x55\x01\x7e\xf7\x48\x1a\xe5\x48\x3d\x85\x94\xd6\xaf\xd4\xe2\x7a\x67\xec\xef\xbd\x27\x9e\x8c\x3b\xef\xe9\x76\xc5\x68\xb2\x25\xeb\x82\x2b\xb3\x01\x42\x74\x7a\x40\xe1\x6a\x00\x5f\x64\x25\x17\xe0\xdc\x3d\xc8\x53\x59\xa5\x25\x88\x57\xa9\x2f\xc4\x87\x5f\x46\xf8\x2e\xdc\xef\xb9\xef\xfc\x5a\xfd\xd1\x4e\x37\xe6\xbc\x4b\x76\x3a\xb2\x06\x5a\x08\x5e\x76\x2f\x2d\x17\x1c\x8b\x44\xb7\x16\x3a\xf0\x79\x46\x38\xdc\x73\x77\x05\x97\xf3\xe6\x00\x4d\xb2\x44\x5a\xb4\xdf\x42\x82\xcb\xa1\x90\x2c\x27\xc2\x47\x50\x11\xa7\x79\x26\x66\x7f\xb3\xe5\x32\xd0\x6a\xa3\xe2\xdc\x99\xfc\xa7\x42\x72\x27\xa8\x81\xcd\x7e\xcf\x77\xce\xdc\xab\x9e\xac\xd4\x9c\x1b\x4a\x0f\xb1\x1a\xe8\x7e\xa4\xe0\xf9\x3d\x92\xd1\xa2\xc4\x26\x44\x97\xef\xab\x7c\x3a\xc0\xa6\x77\xdf\x6b\x51\x26\xf8\xf3\x26\x86\xba\x52\xa4\x4d\x4c\x3d\xf9\x57\xd8\x2d\x34\x2d\x5e\x77\x2b\x0a\xbd\x98\xef\xcf\x78\xf7\x2a\x47\xbc\xc1\x6a\x2b\xf7\x45\xe7\x8f\x6e\x16\x82\x32\xa2\x58\xa4\x59\x88\xe0\x57\x0a\xbc\x73\xd6\x45\x10\x27\x03\xdd\xd9\x03\xa3\x76\xb4\xe7\xcf\x42\x83\x3c\x79\xad\xfc\x97\x3e\x32\x96\xce\x5e\xc6\xff\xa9\x5f\x8d\xe2\xfc\x2b\x5e\xb9\x0f\x1d\x40\xae\x91\x27\x2b\x82\xbd\xb0\x07\xaf\xd4\x79\x71\x85\xf1\xc6\x71\x70\xcf\x7d\x25\x26\xdb\x4c\xff\xf7\x0b\x57\x99\x1c\xdf\xb8\x46\xd3\xfb\xce\xbb\xa2\xff\x94\x8b\xdd\x34\x3f\xb2\x27\xfe\xaa\xa8\x7a\x39\x82\x27\x88\xda\xb9\x96\xfb\xfb\x6e\x6c\x0b\xbb\xa2\xbc\x27\xb6\x32\xa0\xf9\x39\xf9\x89\xa8\xd8\x62\x55\x66\x27\x0d\x05\x53\xee\xf7\x88\xa0\xc9\x4a\xe4\xa1\x38\x0f\x29\x45\xb8\x84\x14\xed\x9d\xf2\x5f\xf3\x53\x1d\xc9\x82\xac\x7e\xe6\x1f\xc4\x81\x99\x39\xfd\xbc\x62\x2c\xa9\xa5\xcc\xaf\x95\x52\xcf\x3e\xb9\xcb\x8b\x56\x83\xa8\x87\x9d\xbd\xde\x34\x9d\xbc\x6d\xb5\x59\x29\x2a\x3c\xf0\xda\xfc\x43\x2e\xb7\x1d\x3c\xcc\x15\xe9\xfc\x29\x57\xc4\xb9\xe5\x8a\x90\xed\x9e\xf0\xba\x8f\x85\x7e\x0f\xd6\x32\x3f\x51\x2f\x67\xd9\x4a\x8d\xe5\x48\x65\xa8\xfc\xf2\xa7\xae\xea\xbe\xe6\xa7\xa2\xc7\x56\x6e\x89\xab\xb6\xf3\x29\x15\xdb\x12\x79\xd1\x47\x80\xe3\xb7\xcd\xe4\x87\x18\x16\x04\x1d\x02\x08\x26\x5c\x87\x3d\x4c\xf1\x56\xca\xd3\x61\x0f\x0b\xa4\x47\xfb\x0c\x52\x4e\x02\x5c\x5b\x53\x48\x12\x56\xd4\x37\x97\x5b\xd2\x7f\x10\xbe\x9f\x3e\xae\x6d\x70\xaa\x61\xae\x35\xa5\x4f\x78\x20\x52\x7b\xcf\xb4\xac\x26\x87\x45\xd7\xf4\x08\x51\x1d\xb9\x79\x12\x51\x9e\x04\x87\x85\x99\x09\xa5\x82\x9b\xad\x63\x7b\x7b\x4b\x2f\xbf\x50\xa2\x57\x91\x8d\xde\x8f\x7a\x46\xd4\xd5\xb0\x6e\x7e\xaf\x87\xdb\x9c\x7e\x95\x4b\xf5\xec\xe5\xf9\x06\x6d\x39\x12\x62\x56\x5a\x53\x56\xf2\x27\xc9\xd7\x01\x05\xa5\x5e\xab\x9d\x4c\x4f\x38\xe7\x03\x88\x3f\xa8\x59\x84\x38\x3c\x81\x0f\xae\x75\xe8\xdc\x17\x20\xce\x57\xeb\xae\x0e\xb4\xa2\x7f\xfa\x53\x1d\x8d\x43\xe7\xbe\x80\x2b\xd4\xf1\x47\x1d\xe8\x69\xf7\xf2\xa7\x3a\x0a\x87\xce\x7d\x01\x57\xa8\xe0\x47\x1d\xe8\xd5\xde\xe1\x4f\x75\xd4\x0e\x9d\xfb\x02\xae\xb0\x4b\x66\x1a\xc6\x4a\xe4\x6d\x35\xa2\xde\x1e\x2d\x43\x0b\x24\x83\xef\xc8\x3f\x7c\xbf\xe5\xb3\x6b\x91\x71\xe0\xbd\x67\x52\x40\x9b\xef\x8c\xb2\xa1\x85\xfa\xa5\x6e\x3a\x97\xfb\xc9\x46\x11\x98\xf4\x29\x11\x9a\x91\x7a\x16\x08\x1e\x9a\x9d\x56\xec\x88\x08\x0f\x74\x7d\x76\x44\x28\x0f\x7a\x7d\x16\x75\x28\x79\x10\x0c\x23\x6a\x37\x48\x9c\xc1\xe6\xd5\x87\x07\x8f\xba\x42\x15\xac\xa7\xbb\xc2\x40\x37\xdc\xfd\xfd\x3d\xdb\x0e\x51\x4d\xb5\x9f\xef\x1e\x85\x48\xde\x3c\x78\xd4\x28\xa9\x01\x45\x3e\x90\x9b\xd9\x6f\xc3\x9a\xbd\x3d\x99\x04\xd0\xad\x7f\x3e\xbb\xa7\x99\x30\xdc\x65\x3f\xaf\xf4\xe3\xf3\x7a\xd4\xe2\xd5\x83\x47\x87\x66\xcc\xbb\x77\x85\xfb\xec\xdb\x58\xfe\xfd\x4d\xf8\xc0\xca\x8f\x0f\x1c\x72\x33\x17\x0f\x1e\xfe\x10\x62\x18\xa6\x9f\x18\xfd\xfc\x44\x6c\x9c\x39\xff\xc7\x93\x11\xc8\x8b\x4e\x9d\xcc\x90\xec\xdb\xf7\x43\x42\xa7\xcf\xd3\xe6\x83\x47\x7b\x66\x71\xdd\xf7\xc6\x84\xdb\x58\xff\xfb\x9b\xd0\x3b\x71\xfb\xbe\x77\x3e\xa8\x2b\xab\x3f\x1f\xdd\x76\x90\x78\x9e\x6d\x64\xf4\xa3\x91\x40\x73\x2f\x3f\x78\xb4\x2f\x94\xaf\xef\x3b\x72\xc6\xa3\x50\xfc\xfb\x9b\xa8\x91\xdf\xbe\xce\xdb\xe2\xac\x18\x23\xa1\x7a\x65\x94\xb2\x02\xb8\x70\x96\xf2\x5c\x53\xe0\xd1\x36\x8b\xd4\x89\x6b\x2a\x2b\x88\x7a\x87\x75\x92\x74\xe2\xe6\x47\xc6\x96\x6c\x02\x15\x2f\x91\x32\xa3\x1d\x17\xd8\xaf\x8d\xe6\x60\x57\x64\x9d\x0b\xb0\x08\xe9\x9f\xb8\x40\x84\x1a\xae\x32\xc7\x05\x58\x3e\x0c\x37\x5c\x60\x4b\x05\x26\x9e\xca\x36\x74\x27\xbd\xf0\xbe\xa1\x0d\x18\x2d\x17\xea\x92\x9c\xd9\xff\xe6\x04\x94\xfe\xe5\xf8\x28\xf9\xb0\xed\x94\x74\x94\x43\x9d\x1f\xb5\x23\xcb\x73\x99\x8e\x88\x6e\xfc\xf5\xd3\x86\x42\x35\x64\xf3\xf1\xf3\xd4\xcf\xba\xf1\xd7\x2f\xef\x19\x25\x64\x51\x7c\xf8\x3c\xcd\x44\xdd\xf8\x6b\xc7\xf4\x8d\x12\x5e\x7f\xfc\x7e\x9a\x24\x76\x89\x6f\xdb\x29\x75\xab\x98\x05\x49\xe7\xad\x69\x71\xa9\x23\xc4\x65\x88\xcb\xd3\x38\xc0\x4c\x29\xd3\xfc\xb1\xf7\x2a\xf3\xe8\x36\xfb\x28\x8d\x04\x42\x34\x75\xc5\x18\xc1\x96\xba\x6c\x3b\x0f\xea\x10\xa3\x1a\xc2\x61\x5b\x12\x05\x86\x68\xce\x2e\x64\xbd\x6e\xff\xa3\x45\x1c\x41\x09\x60\xae\x1b\xdb\xad\x9d\x20\x92\x0c\xad\xec\x77\xf4\x0e\xfc\xbf\x36\x2b\x6d\x21\x9f\x1f\xde\xb4\x41\x5e\x9a\xd7\x62\x06\x9c\xb1\x11\xe7\x5a\x0e\xb2\xdf\xa1\x02\xca\x78\x70\x10\x70\x8a\x70\xf4\x36\x7f\x22\x59\x86\xaf\x66\x83\x71\xde\xa9\x82\x4d\xcc\x61\xb5\x2f\xa8\x22\xe4\xee\xb4\x38\x68\xcc\xca\xbc\xa0\x77\xdf\xe4\x35\xe5\xb0\xd9\x57\x30\xf8\x51\xcd\x65\x59\x4b\x7a\xa1\x9e\x74\xee\x9b\x79\x6f\x0c\x7d\xa3\x9f\xd6\x66\x3d\xff\x5e\x9b\x7d\xeb\x16\x72\x76\x8d\xdf\xf2\x8e\x18\x35\x28\xb8\x63\x84\x2b\xad\xdf\xc6\x6e\x5f\x62\xd4\x80\x25\x30\x4b\x32\x41\xd0\x57\x9d\x3a\x13\xa7\xdf\x0f\xdf\x86\xa7\x55\x45\xad\xcb\x98\x38\x5f\xd9\x29\xd2\xe3\xb7\xf4\x4c\x31\x5b\x38\x14\xf3\xd6\x71\xcc\x9b\x52\x70\x8d\xf4\x09\x1b\x4c\x30\xe2\x85\x1f\x9b\xa4\x5f\x78\x77\xcb\x16\x62\x4a\xf0\x4b\x31\xe5\xca\xf6\x32\xf3\xfa\x23\xd8\xf0\x07\x36\x10\x9a\xbd\x96\x8b\x02\xcb\x8b\xeb\x92\xe2\xa2\x6b\x3a\xff\x21\xac\xaa\xe6\xef\x1c\x09\xb5\xd7\x1b\x38\x16\x92\xee\xb9\xb5\x1b\x0d\x28\x80\xc3\x67\x68\x6a\xb2\x89\xc3\x31\x33\xa6\x57\x52\x6c\x77\xf2\x8a\x09\xc5\x2e\x8a\x85\x0c\x93\x86\x70\xf8\xdb\x5a\x2e\x0f\x4e\xba\x4a\x8a\x70\x2e\xf2\xbc\xe9\xf1\xb4\x29\xc8\x32\xde\x9c\x5c\xf7\xe9\x99\x21\x92\x92\x47\xab\x23\xc7\xe9\x6d\xb3\x95\xdb\xc2\x6e\xa9\x24\xbc\x4b\x39\x55\xc4\x00\xd1\xa9\x5c\x3f\xdf\x13\x6d\x7b\x85\x23\xb9\x9b\xc4\xec\xe1\x29\xdd\x92\x41\xa0\x12\x53\x88\xc1\x8d\xf8\x08\x51\x10\x18\xf0\xd7\x1e\x47\x5b\xa3\x46\x93\x70\x95\xca\x32\x87\xca\x7b\xfc\x51\x43\x7c\x13\xc5\x10\xdb\x0d\xcc\xf9\x3d\xbd\xad\xc9\xd2\xe6\x44\x79\x1a\x6a\x50\x40\x8a\xb9\x08\xc1\x4a\xb6\x5e\x74\x33\xec\x64\x0d\x1f\xe6\xf7\x7e\x0b\x90\x89\x6e\x7e\xc8\xc1\x6a\xa2\xb8\x35\x5a\x0e\x1f\x57\xad\x80\x14\xbc\x56\x65\x76\x2c\xcd\x84\xf0\x54\x7c\x64\x58\xd4\x33\xfe\xa0\xb8\x07\x15\x22\xdc\x75\xc3\x78\x78\x8a\x77\xc6\x90\x40\x08\x54\x20\xcf\x9c\xee\x7f\x21\x83\x6e\x7a\xfd\x44\x14\xf0\x4d\x85\x34\x7a\x7a\x04\x78\xb1\x8b\xa4\x54\xaf\x1a\xbf\x20\xee\x00\x43\x24\xde\x20\x17\x1d\x33\xed\xd1\x37\x65\x96\xd3\x28\x49\x8c\x5d\xe0\x8c\x1c\xa4\x07\x81\x0a\x4e\x19\x2d\x42\x7d\x9f\x3a\xe9\x76\xad\xbe\xd3\xed\xba\x2f\xd4\xf7\x2e\xa3\x26\xd8\x9f\xc5\x90\xa2\x23\x55\xbb\xc9\xe6\x35\xed\x2c\xf8\x36\x91\xb9\x60\x8b\x29\x39\x9c\xdf\xcd\xeb\x5d\x62\xf0\xed\x0a\x16\xa7\x35\x7c\x41\x20\xeb\x98\x4f\xb3\xe7\x4c\x5f\x54\xf8\x9c\x6a\x8d\x89\x3e\xad\xc8\xfc\x4c\x38\x9e\x82\x4b\x6e\x42\x2c\xbc\xef\x4c\xf5\xd6\x26\x81\x18\x79\x00\x7c\xcb\xa7\x31\xf2\xfc\x67\x12\x15\xcf\xe7\x92\x55\xea\x29\x52\xde\x68\x16\xd3\x6b\xc7\xa6\xad\x17\x99\x85\x43\x48\x00\x64\x6d\xb4\xb2\xf5\x49\x23\x96\xfb\x84\x19\x08\x5f\x0b\x21\x9c\x97\xa4\x2f\xd3\xdd\x62\x2d\xbf\xb0\x4c\x86\x49\xf5\xae\x50\x15\x0b\xa9\xba\xec\xf1\xa2\x6b\x21\xe3\xa6\x90\x9f\xec\xb3\xfd\xe8\xbb\xe8\x1c\x00\x1d\x5c\x3a\x21\xb7\xa1\x08\x40\x9f\x49\x6d\x41\x89\xda\xc3\x1c\x65\x27\x11\x10\xa8\x2a\x28\x04\xe0\x79\x5e\x37\x71\xa6\xaa\x40\x2e\xd0\x31\xf4\x04\x41\xec\x99\x5f\xbf\xcc\x73\x4e\x12\x39\x58\x42\xca\x09\xc1\x76\xeb\x46\x42\xf8\x0e\x26\x45\xc6\x4b\x44\xcd\x71\x01\x0e\x14\xf3\x4a\xdb\x08\xc1\xbd\x2a\x16\x38\x45\xa4\x07\xb0\xad\x60\x7b\x3f\x31\xc9\xd7\x56\x66\x1c\x8c\x1c\xe6\x7b\xb6\xf7\x54\x49\x6d\xc9\x6c\x9f\xbd\xa4\x7d\x9f\xf3\xc9\xd3\xdb\x6e\xdb\x69\xdd\x62\xc5\x75\x8b\x1e\x8b\xd7\xe1\x5d\xdd\x4b\x9a\x30\xe3\x10\x75\x6f\x98\xba\xed\x08\x47\x73\x6c\x6f\x32\xa5\xd4\x67\xb6\xd4\xc6\xb2\x29\xde\x6f\xd2\x00\x46\xc8\x88\xc4\x84\x18\x62\x49\x31\x66\xca\xac\x81\x4c\x9a\x18\xdb\xd2\x09\xc2\x60\xc6\xfb\xd8\x99\xe5\x6e\xb2\xd0\x89\x12\x72\xaf\x69\xd7\xf8\x28\x00\xe3\xf4\x2c\xd7\x49\x2c\x50\x89\x40\xed\xc4\xb4\x45\x59\x75\x3a\xd2\x48\xfc\xaf\x40\x8f\x8a\x0a\x37\xcc\xfe\x04\x74\x7d\x77\x25\x22\x77\x8a\x2b\x71\x2e\x49\x35\x35\x09\x95\x02\x8f\x85\x05\x0a\x7d\x01\x15\x86\xaf\x8a\xc9\x34\xaf\x21\x90\x19\xe3\x6e\x3e\x54\xf9\x36\x74\x55\x53\x32\xb6\xbe\x49\x9e\x7c\x41\x06\xb2\x14\x39\x35\x81\x50\x54\xda\x52\x5a\x08\x04\x60\x15\xe8\x88\x0b\xab\xca\x3e\x73\x23\x00\xad\x12\x0d\xe9\x52\x15\x3f\x71\x71\x62\x0c\x83\x19\x75\x3e\xb5\x24\x90\x25\xf3\xff\x68\x9f\xa1\x92\xaf\xd3\xe8\xbe\xae\x68\x09\xb6\x37\xea\x0d\x8f\x2e\xa5\x70\xf6\x3a\x69\xc3\xdd\xe0\x62\xa9\xb0\x7c\x04\x41\xc5\x55\xd5\x40\xd4\xce\xad\x74\x45\xf3\xda\xf9\xdd\x1e\xa7\xc2\x3b\xb5\x91\x0c\xeb\xf2\x0b\xcb\x12\x6f\x11\xc3\x13\x83\xa1\xa0\x0e\xe5\xa1\x8b\x73\x7b\x76\xa0\x27\xa9\x0f\x9f\x99\x81\x55\x5b\x7d\x43\x5b\xb0\x07\x5f\x98\x9a\x20\x70\xf7\x64\xcc\x20\x06\xbb\x47\x0f\xb6\x2c\x70\xd3\xb7\x99\x16\x73\x28\x9c\xa7\xcf\xcc\xf3\xe2\x24\x11\x1a\x3f\xc5\x68\x2d\xe1\xe8\x1a\xcf\x28\x51\xa2\xfd\xef\x8a\xda\xc2\xd9\x03\x3c\xc2\x94\x1f\x63\x27\x44\xf3\x06\xd8\x1d\x78\xc3\x43\x2b\x36\x29\x21\x32\xa8\x1d\x38\x22\xfb\x0a\x44\x56\xa4\x7e\x31\xa0\xc0\x7a\x7d\xa3\xcc\x55\xdf\x66\x3f\xea\x1b\x49\xaf\x99\xa5\xdf\xb1\x92\x93\x02\x57\x30\x58\xef\x57\x04\xcc\xd2\x50\xf1\xf6\x38\x03\x96\xe6\x78\x7c\xbf\x5e\x8e\x40\x35\x9e\xe4\x90\xb3\x3f\x43\x24\xe5\x38\x04\x88\xf5\x07\x0d\xb7\xbd\x3b\xf0\xbc\xdf\xc8\x94\xd4\xda\xf6\x24\x05\x80\x59\x3e\x2f\xc2\x19\xe2\xc1\x3e\x7a\x3f\x57\x64\x52\x21\x45\x33\xac\xa1\x3a\xa0\xef\xbe\xcc\x65\x57\xd8\x47\xeb\x47\x2b\xc1\x63\x00\x9e\x92\xaf\x38\x59\x76\x99\x46\xde\x57\x41\x18\x4a\x34\xce\xed\x07\x6d\x35\xe3\xa2\xb6\x77\x82\x62\x2d\x69\x06\xdb\x7b\x86\x03\x95\x19\xcb\x84\xa1\x82\x1a\xdb\x9f\x3a\x73\x63\x03\x0b\x05\x6e\xcf\x55\x72\x9f\x15\x69\x3a\xd5\x71\xdd\xfc\x54\xd8\x9c\x3b\x0d\xc4\x91\x44\xb9\x3c\x87\xac\xd7\x6e\x4d\x2d\xed\x5f\xb9\xcd\xbd\x05\xc4\xca\xb5\xea\xdc\x2b\xf8\xe6\x31\x57\x0c\x81\xd2\x36\x2a\x62\x36\x7d\xd0\x04\xaa\x78\x58\xaf\x1b\x5e\xb7\x89\x3e\x65\x56\xd4\x50\x58\x59\x4d\x0a\x9b\xb1\xb3\x43\xf4\x48\x19\x00\x7d\x94\xef\xaa\x7c\xb5\xe1\x2f\x68\x10\x0e\xad\xd1\x0b\x12\x10\xc6\x52\x19\x11\x7c\xb2\x98\x5c\xa9\x95\x5d\x6c\x6e\xd5\xe4\x4a\xa5\x4c\x94\x3c\x9f\x17\x18\xa3\x4d\x99\xd1\xd2\x2a\xf2\x0a\xe1\x04\x75\xeb\x83\xcf\xe4\x31\x5d\xbc\x08\xa3\x69\x84\x87\xcd\xa7\x94\xe2\x5b\x60\x3f\x45\xc0\x71\x59\x16\x4e\x0e\xa4\x31\x2b\xc1\x1f\x75\x8e\x7f\xa9\x61\x73\x1d\x96\x61\x14\x7f\x50\xb0\xc7\x71\xe8\x69\xb0\x8f\xaf\xd4\xdd\x5e\x88\x52\x4a\x6c\xdd\x07\xda\x99\xea\x9d\xd0\x2f\xb3\xc8\x88\x2c\xf0\xf6\x7e\xd7\xa8\x93\xd7\x0a\x51\x24\x31\x86\x34\x6b\x31\xd8\x4c\x8e\x21\xbe\x9b\x27\xc6\xc5\xdc\x50\xe8\xe1\xcd\x72\x30\x6f\x35\x2a\xc2\xfa\x2b\x6f\x8b\xdc\x20\x06\x56\x25\xc3\xb2\xfd\xe1\x13\xb4\xaf\x57\x98\xb3\x1d\x78\x64\xca\x12\x6b\xe2\xb7\x2f\xbf\xe4\x4c\xf9\xf6\x55\x27\xe5\xd8\xe0\xe0\x1c\x3c\xd3\x24\xab\xa5\x2a\x9c\xf7\x11\x14\xd2\x36\x39\xa2\xb7\xc5\xf7\x50\x37\xf7\x31\xf1\xe3\xac\xb5\x7d\x4d\xe8\x32\x8c\x09\x5f\xc9\xba\x38\x45\x7f\x89\xb8\xb0\xdb\x65\x28\xaa\x9e\x05\x88\x47\x90\x63\xcc\xbc\x63\x56\xc3\xad\xc9\x33\x5f\xf7\x8f\x19\x4f\x96\x4d\x27\x82\xaa\xbb\xf9\xf1\x10\xb9\x47\x55\x4d\x9e\x7e\x3c\x44\x9e\x95\x51\x00\xb7\xc4\xa2\x82\x28\xc7\x12\x66\x3d\x4e\xb9\x45\x40\x4c\x0c\x84\x52\xa9\x34\x4d\x26\xe1\x37\xf9\xa4\x95\x18\x74\x85\x73\x29\x73\x87\x4d\xf1\xc1\x10\x95\x62\xb8\x8a\x1c\x7a\xad\x15\xee\xdd\x7f\x7c\x80\x0e\x54\x69\xf4\x57\x44\x04\xa1\xd1\xd1\xdf\x82\xd4\x05\xf3\xef\x4e\xa6\x16\xaa\x02\x08\xb9\x22\x54\x12\xb2\x1a\x18\x58\xaf\x76\xc5\xff\xc5\xbd\xc3\xc8\x84\xf8\xff\x10\x39\x59\xc7\xb7\x23\x8a\xf3\xa6\x24\x89\x53\x9a\xc7\xd2\xaf\x31\x2f\x2d\xb2\x5b\xca\xf8\x79\x90\x65\x86\xbf\x6f\x54\x90\x41\xa8\x76\x15\xe7\xaf\x6b\x8d\x8c\xf8\x03\xad\xb5\x69\x8c\x5d\x44\x4d\xf0\x91\xd7\x0f\x8a\xa5\x2d\x7e\xe4\xa7\xa2\x2a\x0b\x66\xe7\xdd\x4b\xb7\x69\xf6\x23\x4f\x0d\x00\xe6\x8c\x99\x59\x97\x47\xb6\x34\x61\xb7\xaa\x2b\xe1\xb8\xac\x64\x80\xdd\xeb\x7d\xb5\x57\xd0\xc3\x16\x10\xce\xb3\x13\x1f\x2a\x1d\x69\x60\xc6\x90\x78\x1e\x6e\xb2\x71\x99\x93\x05\xeb\x60\x01\x69\xc4\x33\x8f\xe7\xbe\x03\xbc\xa7\xf0\xbd\xb1\x96\xa6\xad\x8b\x79\x48\x73\xfd\xc5\x37\xbf\xbc\xf9\xb9\xed\x1f\xc0\x66\xd3\x5e\xe1\x7b\xa7\x4c\xf4\x91\x1c\x62\xb1\x68\x0a\x68\xa0\x6d\x5f\x2f\xae\x70\x1f\x94\xe0\xf3\x98\x9d\x23\x3e\x1e\xd8\xaa\xbb\x01\x27\xe9\x35\x5e\xc3\x31\x6a\xb7\x1a\xed\xbb\xa7\xaa\x78\x6a\x1e\x3f\x7a\xe8\x44\xac\x07\xb5\x36\xe5\x1f\xb5\xf7\xcd\xf4\x51\x97\xf4\x7e\x63\x12\xf0\x6b\x77\x78\xad\x6a\x28\x52\x95\x05\x41\x58\x93\x30\xfa\xb5\x06\x7a\x5a\xf6\xcd\x2e\x05\xda\x99\x61\xe4\xf7\x6f\xa0\x02\xa9\x5a\xf6\x71\x52\x84\xbf\xe9\xb4\xde\xb1\x03\x7a\x3b\x3b\x4e\xce\x4d\x9e\x43\xb5\x1a\x06\x0d\x5b\x61\x83\xc3\x12\x38\xc8\xda\xbd\x0b\xb2\x36\x53\x62\x52\xc1\xf2\xab\x13\x2d\x89\x1a\xb4\xf0\xbf\x58\x42\xc2\x36\x93\xf5\x37\x14\x4f\x90\xb3\x85\x9a\x03\xf2\x8e\x5b\x38\x3d\x39\xfe\x9d\x82\x5a\x6e\x38\xae\xf4\xa6\x9f\x7a\xe4\xc8\x9b\x2f\x18\xe0\x90\x7e\x2a\x5f\xc1\xf5\x97\xe3\x7d\xaa\x40\x74\x5a\x25\xc9\x87\x40\x4d\x56\x04\x5b\x5f\xf9\x0f\x3a\x2b\xa5\x04\xcf\x2f\x08\x43\xa3\x49\x1d\x54\x81\xfd\x71\x3e\xe1\xff\x28\x68\x69\x8e\x3f\x21\xe4\x97\xe5\x99\x01\x65\x7d\x0d\xad\x7e\xa9\x6f\xbf\x67\x09\x9a\x2d\x65\xab\xf9\xed\xcc\xad\xb9\x10\x3b\xaa\x76\xaf\x32\x57\x37\x04\xe0\x8b\x5d\x52\x94\x64\x13\xda\xe8\x41\xf1\xcc\x3f\x48\xef\xc0\xce\x85\x1c\x3a\x2a\x22\x59\x71\xca\xc8\x0a\x31\xf7\x66\x98\x48\x95\x35\xe7\xc4\xef\x90\x65\xbd\x65\x13\x88\x9c\x44\x27\x59\xb2\x7e\x17\xed\xb4\xea\x57\x33\x88\x81\x0a\x17\x68\xc0\x2f\x0a\xf6\x05\xe0\x70\x2e\xd5\xe5\x23\xbb\xce\x7d\xab\xf8\x91\xbf\x05\x90\xa6\x49\x38\x88\x9e\x74\x0e\xac\x61\xd2\x04\x7b\x27\x64\x4d\x4d\xee\x04\xf6\x87\x9e\x71\x68\x17\xca\x3b\xc5\xe4\x9f\xdc\x3d\x89\xfa\xdb\xcb\x9d\xd0\x3b\xea\x0b\x46\xf1\x3f\xeb\x37\x36\x60\x55\x33\x06\xc3\x82\x3d\x68\x57\xc9\x40\x4a\x66\x3e\x25\xb1\xb7\x70\x47\x05\xd2\xff\xfa\x8b\xf7\x07\xd2\x61\x5a\x31\x93\xc6\x8e\x24\xa9\x29\xaa\x0b\x95\x4b\xd4\xfe\xf5\x37\xb9\xcf\xf0\xda\x9d\x9d\x8c\xe6\x8f\x7f\x83\xb3\x93\x7e\x74\x95\x65\x31\x75\x76\x8b\x11\xd3\x16\x72\x3f\xcb\x4f\x84\x6e\xc8\xed\x95\xbd\x11\xb4\x05\x2d\xf6\xf4\x82\x18\xaf\xbb\x70\x30\x6f\x49\x71\x38\xdd\x11\x8a\x9a\x8f\xd7\x2c\x6a\xee\x8f\xfb\xa5\xa2\x8b\x33\x89\x75\x5d\xdf\x76\x0e\x15\xa8\x15\x84\xc0\x14\x9a\x20\x1b\x38\xc9\x73\xca\x93\x45\xd6\x1e\x22\x5e\x0a\x27\x7d\xff\xfb\xc1\x5e\xa1\x5a\xed\x23\xcd\xf1\x91\xb3\xa6\x2e\xe8\xee\xe4\xd5\x42\x5c\xd6\xc9\xfa\x43\xfd\x94\x8d\x64\x8c\x38\x63\x45\xe9\x8d\x6a\x80\x6d\xf0\xb6\x03\xe7\x30\xd7\x67\x2b\x7e\xff\x71\x96\x77\x84\xdb\x30\x9b\x52\x47\xd4\x16\xf7\xf2\xf8\x50\x04\x74\x38\x6b\x63\x99\x67\xcc\xf4\xd7\x3f\x8b\xff\x14\xdf\xe7\xa4\x91\xa0\xec\x9a\x17\x4f\x34\xdd\x6a\x6d\x9a\x51\x09\xd9\x2d\x65\x0d\xfb\xad\x36\x42\x5c\x77\x2d\xf0\x41\x92\xff\x62\xee\x66\x46\x52\x7c\x1c\x66\x69\x7d\x84\x63\xb6\xb9\xda\x19\x6b\xb9\x38\xa3\x08\x1f\x73\xcf\xf9\x45\x33\x87\xb3\x0a\xeb\x0e\x2f\xfe\xba\x93\x39\x18\xf1\x10\x5f\x32\x5a\xf8\xdd\x4c\xd7\x01\xa7\x49\x2c\x59\xd2\xad\x64\xd5\xba\xb5\xe1\x43\x08\x5f\x3f\x5e\xdd\x35\x96\x75\x2b\x99\x84\x87\x27\xb2\xe4\x56\x3d\x55\xa0\x4a\x56\x7d\x96\x99\x8d\x7e\x1b\x93\xb1\x56\x62\xd7\xab\xf9\x90\x5d\xdd\x79\x38\x2b\xc5\xb0\x9c\x93\xb7\x62\x7b\x4b\xfc\xed\x11\x33\x51\xfb\x42\x8c\x72\x4d\x99\x6c\x38\xf6\xd6\x6a\xa2\x1c\x68\x3e\x1d\x24\xc7\x93\x21\x6b\x73\x0b\x68\x1e\xda\x46\xdd\x5b\x48\x72\x48\x3f\xbb\x50\x7d\x9e\xbb\x17\xa0\xfa\x10\x22\x48\xfb\x17\x5a\x32\x07\x10\xdd\xb8\x49\x62\xad\xca\x2b\xf0\x35\xdb\x65\x2b\xe9\xe5\x3a\x68\x82\xc3\xa6\x92\x59\xa4\x49\x83\x69\x6c\x95\x27\xab\xb3\xdb\x9e\x44\x0d\x04\xf1\x4f\x39\x9d\xe7\x6b\xb3\x21\xa8\x15\x1a\x11\x52\x24\xf6\x11\x2a\xd6\x42\xa2\x69\x70\x65\xcd\x03\x4a\x5f\x8c\xac\x35\x8d\xc4\x1c\x13\xfe\xa3\xf8\xa3\x88\x23\xda\xf1\xdf\x8a\xd0\x1b\xdc\xd0\xda\xe8\xf4\xe8\x0f\xa6\xef\x45\x06\x40\xf5\x01\x40\x53\x6f\x89\xec\xfe\x8b\xf4\xf1\xc7\xf0\xe4\x51\xc8\x95\x8e\x54\x12\x67\x2a\x9c\xfa\x96\xbe\x77\x1c\xc2\xc2\x99\x1c\x03\x30\xa2\x1c\x40\x98\x34\x09\x03\x60\x0a\xad\xf9\xf7\x3e\x00\xd8\xd3\x8e\x7f\x6f\x03\x27\x3f\x14\xf6\x1e\xa7\x24\xc5\x2a\x23\x5c\x34\xf6\x64\xea\xb6\x64\xfa\xa6\x22\xac\x98\x71\x09\xff\x27\x87\xa6\xbd\x1f\x87\xa0\xfd\x2a\xff\xe6\x43\x5d\x37\x7b\x48\x3b\x14\x07\xcd\x67\x26\xe5\x2a\x8c\x83\xd6\x96\xd5\x92\x10\xff\x1f\x87\xd8\x52\x5e\x52\x39\x1c\x00\x98\x65\x56\x02\x45\x69\xaf\x8a\x48\xad\x49\x0d\x5a\xea\xed\x37\xb9\x99\xac\xea\xde\xcc\xbe\x92\x7e\x01\x78\xe0\xd1\x63\xab\xab\x70\x61\xdf\x18\x7d\xcd\x9a\x96\x8f\x42\x4a\x72\x88\xb5\x44\x00\x91\x6f\x04\xcc\x27\xa0\x0b\x9c\xe3\x4c\x4e\x39\xc7\xf0\x43\xa5\x76\x2b\x94\x84\xaf\xde\x51\x11\x87\x57\x39\x35\x60\xa9\xd4\xe0\x8a\xb6\x4f\x15\x3a\xbb\x1b\x45\xd8\xe8\x7f\xfb\x7d\xe6\xdf\x71\xe6\xf7\x4c\xe8\x80\xbc\x9e\xfd\x30\xe4\xa6\x17\x8b\x8a\xa2\xfd\x0a\xf2\x72\xe2\x90\xd1\x6f\x4c\x8d\xfd\xb2\x9b\xef\x9b\x09\x4b\xa2\x0f\xbb\x16\x1a\xb4\x54\x35\xfa\x43\xfb\xaa\x89\xf3\xd2\x26\x06\xf7\xa3\x55\xc5\xa2\x4f\x7e\xfb\x01\x85\x97\x46\x6a\x0d\xa4\x9f\x5e\x13\x8b\xe9\xa3\x51\x25\x0d\x93\xf0\xf5\xcc\x6f\x8f\x0a\xaa\xbd\xaa\xc0\x0b\x5c\xe6\xeb\x95\x2a\x44\x02\x6d\x80\x0d\x98\xb7\xa3\x2a\xdf\xac\x01\xfa\x70\x8c\x69\xa0\xf6\x6a\xb7\xb7\x7e\xef\xb0\x2b\x7c\x13\x38\x27\xe8\xd7\x33\x53\x88\xc4\x0b\x4d\xa4\x5b\x24\x04\xf6\xb8\xa5\xdc\xd2\x66\x6d\x37\x6e\x87\x6c\x9a\x12\xbf\xdb\xd3\x66\xc2\x0e\x7b\xb8\x2b\xa9\x43\x8b\x0f\xd6\xa6\xc6\x6c\xf1\x7e\xf7\xdc\xf9\x72\x1d\x71\xb6\x79\xeb\x0c\x8b\xb6\x8c\x62\x73\xf8\x15\xe6\xa5\x85\xba\x5d\x1e\x0b\x27\x6a\xf3\x03\xf7\x9f\x43\x83\x99\xf9\x87\xa2\x1e\x69\x29\x55\x4d\x81\x8b\x3a\x49\xc2\x22\x98\xc7\x08\x69\x8e\x2b\x98\xd9\x8d\xcf\xfc\x50\xa8\x8a\x05\x85\xaa\xf1\x4c\x18\x37\x5a\xc0\x33\xc2\x7a\xcd\x0e\xb9\x82\x22\xce\x41\xa3\x31\x0b\xb5\x6f\xac\xe9\xae\xc3\x3e\xba\x69\x89\xa2\xe8\x7f\x15\x6f\xea\x12\xa9\x02\xd8\x66\xe7\xec\x1b\xbd\xe2\xd0\x86\x35\xd8\xe1\x8e\x32\x11\xed\x82\xce\xd1\x29\xea\x34\x3e\x3a\x9c\xbd\x21\xb0\x93\xa0\xee\xe5\x73\x55\x15\xc9\x8f\xe0\x5b\x47\xf6\xae\x56\x80\x85\xd9\xab\xa7\x54\xdb\xbc\x30\x9b\x55\xc9\xd1\xb4\x30\x3a\xd4\x5e\x6f\x4f\x38\x03\x59\xb4\xa0\x09\x25\x5f\xbe\xa0\x44\x66\xf5\xec\x21\x36\xbd\x97\xab\x92\x23\x5c\xb7\xd7\x31\x6b\x9e\x3e\x9f\xc7\xbc\x62\x12\xbc\xc1\x09\x72\x3c\xde\xd7\x47\xcd\xcf\x68\xa2\x2c\x32\x76\x35\x82\x83\x50\xcf\x7b\xae\x7f\x41\x50\x39\xfa\x25\xbf\x52\x42\x7c\xac\x62\x87\x99\x34\x94\x10\xfa\x33\x81\xbb\x3e\x51\x20\x40\xc0\x02\x2b\x82\x0a\x8d\xf7\x45\x6c\x54\xc1\xfb\xc5\x0e\xe3\x03\x7d\xe5\x47\x26\x0c\x8e\x52\xd4\xdf\xcb\xea\x1b\x86\x7c\x9d\xcd\xdc\x2b\x28\xb6\x03\x99\x78\x1b\x4e\x35\x9e\x45\xdb\x6f\xb3\x6d\x05\x32\x71\x3b\x2c\x62\xbe\x71\x6c\x1b\x4b\x2b\x90\x3f\xfd\x0f\xd5\xc4\x52\x27\x20\x6f\x27\x90\xad\x29\x0d\xec\xe6\x3b\x5b\x61\x2b\x51\xa1\x0f\xed\x5b\x75\x73\x71\x90\x1c\x40\x72\xa6\xf6\x0f\x40\x43\xa0\x44\xf9\x8c\xde\xe3\xb3\xe1\x32\x3c\xd5\xe2\x39\x15\xc9\x71\x42\x79\xd9\xe2\xa1\xbe\x24\x1c\x1f\xd7\x33\x8f\xfd\x89\x12\x36\x38\x9d\x5a\x57\xaf\xd8\x78\x17\x90\xe5\x89\x51\xcb\x59\xc1\xad\x1f\x92\xfc\x37\xc9\x6e\x6c\x2b\xfb\xd2\x60\x60\x9b\x3d\xda\x79\x24\x1c\x55\x72\x6c\x37\x1c\x40\x97\x5e\x39\xbf\x80\x1a\xd9\x1c\x63\xcb\x4f\xe6\xd8\x8a\xd2\x25\x54\xa0\xca\x60\xef\x38\x21\x35\x8d\xef\x50\xc0\x10\x2d\xe2\x33\xc4\x07\x56\xb1\x1f\xe2\x5c\xaf\x59\x20\xdc\xa5\x69\xf5\x4a\xb1\xf1\x0c\x46\x59\xba\x82\xed\xa6\x7a\x21\xb2\xe4\x40\xd7\x31\xbf\x8a\x8a\x4e\x89\x5a\x0a\xd3\x71\xcb\x83\x75\x62\xa7\x12\xed\x6e\x8e\x83\x05\xba\xb1\x68\xff\x57\xb1\x45\xda\x7d\x7b\x81\x29\x9e\xe8\x97\x13\xa4\xc5\x3a\x57\xab\x44\xc7\xf9\x6d\x70\x7f\x97\x47\xd8\xa2\x2c\x6c\x11\x98\x8f\x62\x5a\x5f\x3b\x77\x12\x05\xeb\x4a\x4c\x0f\xe4\x51\x11\x67\x1c\x6f\x77\x0e\xa0\x83\x1b\xe7\x1d\x91\x53\x04\x81\x41\x67\x79\xea\x3b\xfa\x31\x05\xd6\x15\x87\x4f\x64\xd8\x67\xe7\x5b\x6d\x12\x4a\xb5\xcd\x1f\xe7\x0a\x97\xa4\x4c\x25\x88\x5f\x0c\x53\x1f\x65\xc5\x14\xd8\x4e\x23\x94\x15\x6b\x63\x0f\x96\xcd\x1c\xa1\xe5\x37\x8b\x7f\x94\x46\x13\xc4\x5a\xce\xf2\x76\x7e\xd9\x56\xb5\xba\x8c\xad\x3a\x1c\x53\xc6\xa6\xfa\xf2\x2f\x59\xef\x67\x0f\x0c\x06\x1b\x19\x29\x82\xf6\x54\x65\x9a\xf2\xaa\x98\x89\xb1\x13\xa3\x2b\x17\xda\x13\x60\x60\x4d\x5d\xee\x0a\x45\x50\x65\x22\x2e\x54\xa1\x42\x25\x95\xbb\x2b\xb4\x45\x04\x65\x89\x0b\x79\x56\x7e\x2e\x9e\x28\x6d\xb2\xff\xb6\xc0\xd9\x33\x74\xe4\x16\xa5\x39\x09\xd2\xd0\x7a\x91\x82\xab\x8d\x76\xec\x9a\x2a\x2c\xbb\x08\xfe\xd6\x42\xbd\x6e\xd6\x9c\x2e\x3d\x15\xea\xa5\x04\xc6\xf7\x79\x7e\x28\xdc\xf7\x43\x2b\x41\x50\x4e\x40\x1d\x86\xa4\x0a\x7a\x2a\x68\x32\xd5\x1a\x88\x4f\xd6\xcd\xfb\x94\x22\x04\xe9\x63\x8c\xe2\x1f\xbf\x8e\xf5\x7f\x46\x45\xd8\x34\x39\x55\x84\x94\x2b\x19\x36\x7f\x83\x5e\x20\x5f\x91\xdd\x90\x39\x02\xdb\x4d\x22\x77\x77\x9a\x68\xf1\xdb\xe7\x6d\x3b\x49\x1d\x71\xc4\xa1\x1d\x20\xa8\xb1\x49\x71\x47\x6a\xe0\xef\xef\x27\xd1\xa9\x8e\xd9\xb6\xaf\xb2\x90\xab\xd2\x6c\xa2\xb8\xe5\xaa\xdc\x16\x28\x2d\xb2\x22\x8b\x8b\xa7\x64\xcb\x16\xba\x4c\x0e\x38\x02\x0a\x8b\x93\xf3\xf9\x23\x72\xd8\xa7\xd0\xa6\x4f\x05\xce\xa6\x8e\x0a\x8c\xac\xbd\x3c\x23\x4c\xe6\xb8\xd5\xc6\xca\x7a\x06\x32\xdd\xb2\x5d\x4a\x90\x95\xfa\x42\xb4\x74\x83\x9c\x10\x17\x5d\xff\xbc\x5d\x3c\xea\x13\xd0\x0d\x97\x9a\x79\x53\x28\xfd\xe2\x6a\x9d\x19\xf4\xd0\x8a\x93\xcb\xc6\x5c\x8a\x54\x15\x80\x4b\x2b\x55\xdb\x31\x4c\xec\x54\x88\xab\xac\x43\xc0\x6d\x92\xad\x92\x02\x82\x8b\xe0\x0e\x8b\xb5\xc8\x75\xb3\x38\x6e\xc4\xfe\xc1\x60\xce\x94\x37\x06\x97\x0c\xa4\xe1\xf8\x1a\xd1\xbe\xde\x8b\x0a\x6d\x4a\xef\x38\xc8\xfc\x24\x3f\x14\xbb\x4f\xcf\x5a\x46\xee\xcd\xb7\xb1\xff\x04\xfd\xac\xd7\x60\x96\x54\x64\x64\x4f\x56\x85\x04\xe0\x57\x25\xca\x71\x6f\x8c\x1e\xa5\x04\xbf\x1a\x68\x27\x29\x4c\xe4\xa5\xf1\x49\x53\xaf\x78\x60\x14\xd2\x35\x89\xcd\x40\xae\x38\xcf\x7f\x79\x31\xd6\x86\xf3\x34\x86\xfa\x45\xe9\xe7\xf3\x0f\x23\x37\xc7\xa0\xbc\x66\x69\x55\x28\x22\x81\x6f\x77\xa2\x59\xf7\xb1\x5b\x27\x44\x0b\x76\x12\xa2\x02\xe8\x66\xaf\xed\xde\x3f\xe1\x0d\x40\xf2\x37\x12\xea\xcd\x2c\x1c\x88\x5b\xb1\x81\xd2\x3b\xaf\x9d\x29\x63\x46\x4c\x81\x65\xad\xeb\xdf\x94\x15\xb5\x22\x3c\x5f\xa6\x42\xeb\xf9\xec\x74\x86\x6f\x63\x6e\x26\x8b\x69\x44\x03\x67\x4c\xa3\xc3\x1a\xbc\xa1\x57\x0a\x41\x70\xb6\x9a\x13\x59\x4e\xea\x85\x36\x17\x05\x04\xac\x29\xb6\x80\x99\x9f\xe9\x50\xb3\x92\xeb\x85\xc4\x5b\x69\xe5\x6d\x6b\x75\x96\x35\x3a\xf1\x7a\xfa\x29\x30\x7f\x93\xac\x7f\x96\x97\x59\x09\xa8\xa2\xb3\x0c\xad\x0d\x3b\xde\x9f\xfe\xb9\x09\xc2\x2e\xa8\x4c\x4f\x61\xe8\xd2\x8e\x2a\xd0\xce\xa9\x37\x25\x0b\x3d\x45\xc1\xa1\xee\x51\x6d\xe9\xe0\x7a\x7a\x20\x92\xdf\xef\xe3\xed\x97\x23\x2e\xef\x31\xbd\xf7\xfa\x7e\xd0\x66\x79\x56\xdf\xb7\xda\xd8\xbd\x4f\xed\x41\x5e\x8b\xf8\xbd\x6c\xf9\xbf\xe8\x72\x28\x8b\x33\x96\x16\x67\x5e\x98\x31\xd9\xdb\xaa\xa4\x9b\x1c\x84\xc2\x11\x9e\x2d\xe4\xb4\xbe\xfe\x28\x5e\x48\x2e\xaf\xa5\x68\xbc\xff\x5a\xf1\x29\xde\xbe\x00\x7c\x79\xb3\x2d\xc6\xf6\x2e\x59\xde\x7b\x1a\x48\xe5\xcb\x0d\xae\x4c\x27\x79\x47\xa8\xa7\xb7\x1f\x0f\x39\x42\x6f\xd5\xdd\x43\x43\x96\x76\x84\x61\xfb\x59\xcd\x11\xb8\x07\xf1\xc6\x7e\xd2\x89\xfd\xbc\x4e\xe7\xe9\x81\xbc\xcc\xe9\xdc\x8f\x90\xb3\x9c\xdb\xe4\x31\x8f\x63\xf2\xe8\x00\x30\xf2\xf5\x12\x2c\xa9\xd0\xb3\x38\xfb\xb7\x7a\xee\x80\xe3\xae\x73\x7b\x8c\x59\x21\x6c\xe1\x54\xe4\xa6\x05\x1e\xd9\x2d\xc9\x79\xf5\xb5\xc3\x94\xbb\x6f\x75\x8d\xd6\xa8\x55\x64\xdd\x16\x71\x29\xeb\x23\x02\x27\x56\x11\xfe\xef\x41\xff\x65\x41\xca\xa7\xac\x45\x96\xa7\x08\x5d\x89\x20\xcd\x71\xb8\xa1\xc4\xf5\x80\xcb\x8d\x4f\xa3\xed\xba\x08\xc2\xde\xb8\x60\x24\xbe\xd0\xc0\xd7\xad\x70\x41\x21\xcd\xb1\x26\xf4\x84\x05\xc8\x58\x4e\x50\xe6\x0e\x52\x41\xb9\xa7\x27\x22\x9c\x1e\x0f\xcf\x17\x70\xbf\xca\x16\xf9\x70\xe6\x55\x9a\x8b\x9e\x55\xa1\x36\x9d\x64\x86\x15\xe5\x28\x07\x81\x69\xc3\x41\x6a\x66\x8e\xcf\xf7\xc4\x5e\x0e\x72\xe4\x15\xde\x49\x5d\x38\xb0\x94\x1c\x8b\xad\x1c\x1c\xe8\x54\x77\x23\xf5\x71\x93\x0a\xcf\x50\x0e\x16\x9e\xa9\x79\x2d\xb5\xe7\x31\x22\xd4\x5c\x04\x12\xf0\x55\x2b\x99\xe1\x57\xf1\xe5\x00\x0c\xb5\x4b\xa9\xaf\x09\xe2\xd8\x4c\x78\x12\xbc\x2b\x0b\x99\x21\x5e\xf9\x35\x68\x92\x88\x9e\xeb\xd6\xe9\xd6\x88\xef\xc1\x86\xc4\xf9\x4c\x6f\x53\xb1\xfe\x35\x00\xf0\xea\x54\x87\x07\xf7\xd6\xae\xcf\xc1\x8e\x8a\x7c\xe8\x7d\x52\xd4\x98\x04\x83\x25\xad\xc7\x89\xf6\x13\xf2\xe3\x89\x78\x1b\x60\x73\x19\x67\xf7\x96\xd7\x01\x61\x04\x8d\x74\x02\x11\x34\x15\xaf\x83\xcd\x21\x4b\x6d\xec\x08\x41\x41\x4a\x62\x72\x25\x78\x5f\x55\x93\x27\x6a\xeb\x50\xef\x7f\xdd\x5e\x39\x18\x60\x8f\xea\xeb\xec\x16\xf5\x3c\x58\x90\x16\xda\xd3\x5e\x51\x26\xdf\xfc\x04\x5e\x19\xe7\xc6\x2b\xb3\x96\xe2\x69\x70\x6e\xda\x3f\xf3\x79\xfd\x3d\xeb\xdb\xdb\x2e\x11\xcb\xa4\x3b\x65\x7b\x50\xa4\xbd\x54\xeb\xcc\x9e\x6a\x11\xdb\x8c\x16\x4a\x87\x09\x68\xfa\x5c\xe8\x0e\x8b\xb9\x59\x0d\x5b\x52\x9d\x52\x81\x2a\x7c\x2e\x23\x8c\xbc\x3f\x50\xf0\x61\x45\xaf\xb1\x6a\x29\xbb\x4f\xaf\x59\x5a\x52\x48\x84\xe2\xb3\xf1\x68\x91\xc4\xe6\x8c\x84\x10\xe7\x05\x62\x03\x14\x5b\x3d\x1a\x46\x3e\x91\x6d\x84\x90\x26\xe3\x0a\xb8\x2e\x66\x2d\x88\xff\x69\x55\x02\x8c\x21\x4f\x40\x19\xb4\x5f\x8f\x6b\x98\xd3\x3d\xde\xff\x28\xf3\xd8\xaa\x07\x90\xb6\x66\x07\x75\x84\xf5\x04\xa5\x85\xb5\x12\x95\x28\x25\x76\x2c\x77\x74\xc3\x7f\x7f\x23\xc5\x79\x8f\x31\x12\x39\x2f\x39\x78\x00\x71\xdb\x26\x03\x83\x57\x09\x49\x4e\x0a\x71\xa9\xb9\x19\x76\x1e\x23\xbf\x8f\xd0\xf7\x66\x07\x28\x66\xb3\x2b\x8e\x12\x34\x8d\x00\x3d\xee\x5c\xe1\xdc\xb4\xaa\x81\xcc\x90\x19\x31\xe3\xf7\x6f\x64\x46\xaa\x86\xbe\x9b\x57\x16\x84\xf4\xf0\x8b\xa5\xe7\x87\x51\xb7\xe6\x09\x06\x41\xc0\x24\x64\xa8\x64\x5a\x5a\x50\x44\xdd\xe4\x9c\xd0\xc9\x00\x07\x90\xcc\x27\x8a\x0a\x5d\x00\xd7\xed\xfd\x7a\xe5\xd3\x9f\x2d\xd3\xe5\xc3\xc3\x53\xb8\x30\xf8\x2a\xc1\x8a\x89\x85\x6c\xad\x98\xd5\x8c\x4e\xa2\x75\xdc\xbe\x5c\xd9\x24\x6f\xd4\xe8\x48\x70\x2b\xe9\x3c\xd3\x5a\xe6\x08\xcb\x51\x3d\xc5\x6b\xf8\x43\x4c\x15\xbc\x83\xb6\xd8\x36\xa9\x1c\xd4\xfd\x2d\xd3\xac\x66\x0d\x41\x59\x35\x8a\xfd\xe8\xfd\x22\xd4\x95\x26\xbf\x36\x57\x73\x28\x23\xf8\x17\x02\xdc\x5b\x6c\x4d\x99\xcb\x45\x29\x9c\xd7\x46\x8e\x4c\x8c\xaf\x2a\x85\x74\x24\xac\x20\xa3\x20\xec\xde\x36\x8f\x42\x26\x40\xf6\xdc\xcd\x3f\x42\xd4\x07\xd6\x69\x11\xd2\x69\x7a\x01\x26\xc4\x56\x6e\x0f\x14\xeb\x31\x2c\xf3\x8d\x13\x31\x56\xa9\xbd\x0c\x16\x20\x2a\x2e\x2f\x7f\x3c\x11\xef\xf1\x44\x6e\x91\x3e\x31\x15\x2e\xec\x5e\x27\xda\xb3\x0f\x2b\x51\xfa\x93\x1f\x76\x0d\x4c\xf4\xe6\xd9\xf7\xda\x1c\x21\x12\x22\x9f\xf5\x31\xc2\xc4\x50\x01\x64\x79\x11\xc7\xd9\xb3\xed\xd9\x49\x4b\x9d\x89\xd5\xb4\xc0\x31\xc3\x97\x18\xf1\xaf\xec\x78\xee\x67\x1d\xcf\x49\xa8\x66\x45\x95\x5f\xa9\xf0\x99\x0b\xb3\x17\xba\x77\xef\x85\x16\x63\xb3\xcb\x22\xb0\xe5\xdd\x33\x5d\xa8\x07\xd0\xee\xdd\xca\x1c\x6b\xbd\x49\x5a\xe0\xa8\x95\x44\x32\xcd\x41\x60\x0a\x71\x5f\xe3\x42\x39\x72\x5b\x0e\x0b\x5c\xa8\x6a\x3e\xb4\x47\x24\x48\x1d\x4c\x85\x35\x44\x1d\x80\x5a\xbc\x8d\x4a\x06\x4b\xd8\xb7\xc1\x12\xb6\x9d\x70\x1e\x98\xab\x0c\xa7\x25\x6c\x4f\xa6\x97\x13\x98\x2d\x5b\xd8\x3e\xb1\x38\x88\x3a\x60\xd8\x45\x8d\xb8\x59\x80\x37\xca\xbc\x30\xec\x6d\x25\xca\x9a\x4f\x6f\x03\xa5\x7a\x01\xd7\xd9\xb0\xd1\x80\x4b\xb6\xfe\x7a\x77\xb9\xd4\x80\x63\xb5\x88\xcb\x0a\x88\xce\xc0\x66\x1a\xd6\x1a\xec\x9d\x7d\xbd\xbb\x5c\x69\xc0\xdf\x5a\x7d\x25\x4c\x94\x76\xe6\x5b\xd5\x20\xf9\xd6\x6a\x23\xad\xc3\x11\xea\x0b\x9f\x5d\x6f\xa4\xad\x71\x85\xfa\xe6\xe9\xda\x48\x1b\xd3\xa3\x15\x42\x73\xb5\x91\xbe\x8e\x80\x32\xb8\x63\xca\x4d\xbe\xde\x44\x69\xee\xa3\x1c\x3a\x66\x58\xa8\x1b\xb9\xe1\x1e\x19\x7f\x3b\x34\x03\xd7\x17\xf5\xab\x63\x7a\xaa\x2c\x6b\xeb\xee\x4d\x2c\xd8\x6a\x9f\x93\x5b\xb9\xaa\xd3\xbd\xa2\x0c\xe1\x0e\x61\xa3\x43\x8c\x9a\x64\x2d\xa8\x86\x85\x38\x87\x04\xf8\xf5\xda\x00\xa4\xda\xa5\x91\xb8\x86\x5c\xf4\x3f\xc9\x49\x75\x95\x85\x1a\x30\xd9\xf8\xbb\x66\x25\xee\xc7\x1c\x0a\x54\x64\xad\x06\x90\xb6\x13\x17\x88\x30\x38\xa3\x6a\x8d\xf3\xa4\x1a\x10\xca\xc3\x33\x17\x88\x31\x4c\xe3\x3a\x0a\x78\xaa\x51\x47\x0d\xe7\x26\x17\xc0\xb4\xc5\x26\xe2\x4b\xcc\x12\xd5\x90\x3e\x57\x54\x45\xef\xcc\x6a\x75\xfa\x5d\xe4\x72\xcb\x1a\xf9\x64\x43\xc5\x8e\x5c\x23\x74\xcd\xd0\x42\x08\xab\x48\x32\xeb\x8e\x62\xd7\x80\x7d\x0b\x6c\x54\xb7\xf2\x63\xa1\x42\x38\x0d\x56\xf0\xd7\x0e\x9b\x31\x77\x57\x63\x85\xce\x66\x6b\x6e\x82\x60\xee\x22\x89\x5b\x1d\x59\x31\xf0\xff\xe6\xb0\x91\x81\xc6\xfa\x29\x4c\xaf\x4f\x85\xd2\xa5\x35\x94\x47\xe2\xb3\x59\x6d\x61\x82\x1e\x8e\x04\x95\x49\x46\xb6\x5e\xfb\x49\xbb\x5c\xa1\x49\x32\x71\xe0\xb2\x17\x77\x00\x15\xe3\x0a\xe7\xa5\x48\x67\xb8\xbb\xf1\x94\x12\x2f\xc4\xd8\x47\xa0\x79\xbf\x8e\xce\x9a\x28\xec\xdf\x65\xd0\xb1\x7d\x9c\x49\x68\x4d\xe1\x37\x48\x0d\xa4\xd3\xed\xd4\x0f\x7b\xf0\x04\x8e\x03\x15\x6b\x8f\x2c\x4b\x7f\xcc\x7b\x2f\xc7\x0a\xec\x78\x0f\x2e\xcd\x09\x83\xbd\xad\x73\xf3\xfc\x0d\x08\x44\x68\x6c\x02\x46\xd1\xd5\xa5\x26\x63\x4d\xaf\xcc\x0d\x64\x9e\x6d\x00\x70\xa2\xd9\xc5\x66\xb6\x5c\x60\x24\x56\x65\xc5\x97\x70\x51\x6c\x3e\x53\x5d\x20\xc7\x4c\x84\x70\x51\x50\x41\xda\xf5\x4a\xbc\x32\xfb\x42\xbc\x5e\x17\x0c\xf3\xe7\x50\x1e\x5b\xc2\x5c\xf0\x8a\x94\x91\xe2\x8c\xde\x38\xaf\x55\x68\x06\xd0\xce\xd8\x52\x34\x7c\xb4\x48\xf5\x0d\x6b\x75\x25\x43\x33\x50\x9e\x14\xd5\x69\xe2\x43\x30\x0b\x91\x22\x52\x0e\x74\xda\x44\x56\xb9\xd8\x14\x40\x35\x67\xd4\x91\xa4\xca\xd0\xda\x61\xc6\x12\xeb\xea\x98\x75\x98\x91\xd0\x91\xc2\xce\xb1\x93\x2d\x32\x35\xfb\xb1\x3c\xb7\xcc\x1f\xd6\xa8\x64\xda\x6d\x3b\x31\x19\x2e\x2f\x40\xb0\x79\x59\x71\xf0\xe5\xaa\xc9\x33\x1d\x41\x0c\x98\x50\x41\x93\x94\x32\x8b\x8a\xbe\x2b\x3e\xe0\x35\x3f\xbe\x17\x4d\xde\x5e\x31\xec\x3a\xfb\x18\xce\xa4\xbc\xa6\x59\xad\xfd\x4a\x86\x5e\x77\x88\xd1\x14\x2b\xf8\x42\xa7\x3c\x64\x4b\x89\xd1\x3a\x48\x9e\xf1\x93\x2b\xcc\xe4\x61\x0e\x84\x91\x93\xa8\x41\xcc\xa9\x57\x7b\x49\xd3\xe2\x32\x9a\xae\x40\x41\x3d\xdd\xf3\x2c\x5c\x63\x9e\x4d\xcc\x3c\x61\x95\xf4\xd8\xc5\x54\xaa\x34\xcc\xa0\x4e\x45\xb9\x01\xeb\xa9\xd5\xe8\x64\x2d\x2e\x68\x75\xbf\x34\xa7\x65\x10\xb4\xcd\x34\xcf\x30\xba\xfa\x95\x27\xec\x41\xe6\x2f\x52\xe8\xa3\x54\x77\xbf\xda\xf9\x1b\x44\x8d\xba\x4a\xa8\x4a\x98\x74\x6a\x2b\x13\xb6\x80\xba\xb1\xa3\x6f\xc4\x80\x67\x29\xfa\x7e\xf2\xab\xe4\x11\x50\xc5\x14\x21\x24\xf7\xce\x2e\xfd\xb2\x68\x24\xbe\x7b\x8f\xb4\x5b\xda\x1a\x7c\x42\xc2\xd4\x4c\x28\xb7\x96\x57\x8f\x89\x83\x6c\xa1\x0b\x40\x56\xb8\xfc\x76\xcf\x35\xa6\x6b\xd9\xe3\xe0\xb6\x80\xfc\x22\x17\x9b\x38\xf5\x23\x5b\x94\x16\x4f\x3f\xbc\x58\x3d\xae\x9e\xc1\x00\x5b\x15\x90\x99\xcb\x7a\xe5\x09\x55\x10\x07\xa9\x3a\xca\x1c\xa7\x08\x14\xe8\x86\xb3\x97\x8b\xea\x53\xe6\x41\xaf\x4a\x0f\x06\x72\x09\x4c\xe9\xaa\xa4\xb3\x5d\x71\x91\x7c\x6e\x5b\xa2\xe7\x8c\x45\x6a\xd6\xd6\x65\x9a\x5d\x5a\xae\x10\x1f\xd7\x29\x41\xf1\x2e\xab\xcc\xe1\x04\xf6\x1b\xd4\xba\x97\xe0\x4c\x50\x1d\x18\x81\x99\x56\xe4\xb0\xe2\x2f\x0c\x14\x82\xe6\x33\x8c\xde\x0a\x75\x2d\x55\x80\x3f\xec\x75\x15\x20\x6e\x61\xe6\xf7\x3c\x09\x83\x8f\x74\x2b\x44\x98\x48\x1d\xff\x4f\x8e\x9b\xee\x6d\xd5\xbb\x87\x0d\x2e\x42\x43\x4b\x6a\x04\x8c\x9d\x3a\xea\x1c\x9e\x69\xca\xa8\x95\x3a\x7e\xc6\x42\x7c\xf8\x43\xa3\xf0\x2f\x64\x15\x3b\xc6\xcd\x21\xd4\x20\xd0\x5e\xdb\x87\xd5\x66\x1e\xb7\x85\xc8\x21\x9e\x02\xe3\x39\x14\x6a\x6b\xfd\x3e\xc2\x7d\xc2\x77\x74\x84\x72\xea\xcc\x8e\xd2\x58\xb3\xdf\x10\x30\x29\x47\xb9\xcd\xb4\xce\xdc\x80\xd2\xad\xbe\x36\x0d\x0a\xf5\xd4\xfb\x86\x93\x79\x50\xbd\x31\x17\xc7\x7d\x7d\xaa\x20\x0f\x1e\x30\x7e\xc2\x90\x94\xe7\x49\xd6\xc9\x98\xfd\xb6\x66\x59\x66\xf5\x80\xb3\x6c\x80\x97\x25\xa6\xf0\x1f\x10\x85\xee\xf0\x85\x77\xf3\x01\x29\xf3\x7d\xa1\xfb\x7f\x9e\x14\xae\x70\xde\x76\xf8\x9e\x2a\x06\x79\x4f\x93\x42\xd7\xe4\xa5\x62\x74\x71\xd7\x52\x19\xfd\x1f\x15\xf7\x84\x6a\xa9\x22\xb8\x1f\x8a\xb2\xa2\xd8\xc6\xec\x0b\xf1\x59\xa8\xdc\xb9\x92\xfa\x0c\x7d\x0b\x14\xd1\x59\xc8\x29\xfe\xc5\x0a\xed\xa9\x74\x9c\xb0\x97\x11\x1d\xdc\xd9\xcb\xaa\x65\x56\x2b\x41\x87\xbc\xc6\x2d\xf5\xb0\xb5\xc3\xb7\xc3\x6d\x0a\x1b\xc5\x36\xde\x92\x37\x0f\x30\x77\x74\x5e\xa7\x7c\xab\x88\xe0\x82\x5e\x69\x65\xdf\x70\xf7\x08\x0f\xd2\xdd\x90\xad\x2b\xc6\x9c\x65\x98\x61\x31\x3c\x61\xd0\xe8\x52\x20\x0b\x65\xc2\x32\xb3\xcf\xc8\x09\xa6\xa9\xd1\xac\x27\x47\xa6\xb6\x31\x21\x8f\x0f\x8a\x2c\x1a\x77\x45\xe2\xbb\x22\xd3\xe4\xeb\x57\xdf\x49\xc0\x16\x19\xd3\x58\xd1\x1b\x5e\x25\xd7\xff\xf3\x33\x33\xc0\x5c\xa0\x29\x94\x57\x61\x1f\xad\xc6\x96\x7e\x12\xe8\xd9\x73\x6e\xcb\xb8\x5f\xb5\x0c\x03\xdf\x0a\x5d\x33\x31\x4f\x0b\x91\x9f\x32\xc6\x8f\xdd\x4d\xe9\x4d\x4e\x1e\x3b\xad\xa3\xad\x03\xbc\x7c\xf3\xa0\xf7\x91\x7d\x6e\x2c\xf4\x96\x4e\x7a\xac\x3a\xf6\x85\xc3\x01\x6e\xba\xfd\x5e\xdf\x6f\x17\xe4\x98\xe3\xe8\xc0\x96\xc3\x27\xfb\xe4\x9e\xc3\x45\x9d\xb9\xc4\x75\x11\xbb\x93\x6b\x6e\x34\xd5\x41\x7d\xc0\x81\x7f\x04\x7b\xaf\xb8\x1c\xfe\xb4\x2f\x89\xae\x9b\x9c\xa4\x66\x7c\x01\xb3\xbc\x2b\xc6\x3e\x0e\xa7\xa0\xb4\xbf\x7a\xcb\x7f\xd0\x49\x70\xb0\xe3\x23\xfc\x03\xf8\xe5\xaf\xa7\xc6\xd3\xbf\x79\xc8\xa3\xb0\x10\xe5\xb5\x4f\xb0\xe5\xe6\x74\xda\x40\x44\xbb\xaf\xfe\x3f\xbd\x77\x29\x19\x26\xaa\x21\xbd\xd5\x53\x02\xf9\xb6\x90\xef\x79\x5b\x7c\x3b\x87\x2d\x09\xff\x36\x94\xe0\xa8\x45\x27\x34\x23\xca\x07\xb9\x3e\xd7\x48\xda\xe8\x26\x3b\x08\x78\xf3\xbe\xcc\xd9\x09\x13\xa3\x63\xe0\x85\x29\x77\x6f\xaa\x9f\x13\xca\x32\x62\x9e\x93\x33\xa3\x97\x65\x93\xd3\x9a\x02\x9c\x71\x47\xf2\xf7\x0d\x8f\x8e\x6d\xcc\x0a\x2b\x77\x71\xd2\x79\xb8\xf2\x69\x1d\xfb\x68\xe0\x37\x61\x63\x1b\xf1\x55\xb5\xcb\xef\xe7\x39\x0c\x8c\x26\x16\xf2\x72\x22\x6b\x65\x49\x47\x8a\x3a\x6c\x27\xd3\x91\x09\xe3\x02\x3e\x0c\x4a\x1d\xcf\xb9\xab\x91\x2b\xfa\x0a\x85\x29\x28\x70\x08\x7f\x81\x63\x18\xf1\xb2\x3e\xbc\xc7\xc6\x28\xa0\x73\xe2\x5c\xaf\xa0\xce\x30\xca\xa6\x0d\xa0\x9b\xf6\x31\xa1\xc4\x84\x7c\xe0\xba\x20\xc3\x42\xe6\x6b\x5f\xf1\xa1\x8a\xe6\xfd\xf7\xe5\xe4\x64\x69\x43\x47\xc6\x82\x36\x6f\xbf\x9e\x28\x99\x0c\xf9\x4c\x90\x77\xc6\x1e\xb6\x5f\x91\x81\xdd\xe4\x50\x07\xca\x8a\xd4\x81\x04\x18\xde\xec\x98\x73\x40\x49\x7f\xa4\x58\x6d\xe5\xab\x35\x1d\x65\x11\xdb\xb4\xfd\x27\x40\x40\xa0\x73\xf5\xae\x43\x3a\x22\xce\xb2\x4e\x1b\x25\xf3\x0e\xf3\xad\xb4\x22\xa5\x9d\x23\x1e\x55\x5a\xb2\xd2\xea\xa4\x3f\xae\x03\xc6\xc9\xd4\x42\xfd\x6a\x1e\x9e\x32\xbf\x5a\x9e\xcc\xfc\xda\xc6\x1d\x9c\x78\x39\xc2\x7e\xce\x95\x38\xcc\xe1\x22\x89\x6b\x71\x0b\xb8\xb8\xdd\x9a\x44\x16\x40\xf5\x5b\xaa\x54\x64\x48\x41\xe2\xd2\x03\x8c\x99\xd0\xc7\x16\x68\x09\x88\x6b\x51\x5d\xe0\x47\x5f\x5b\x7e\x84\xa0\x85\x62\xc4\x30\xf1\xa6\x6c\x2d\x04\x8b\x16\x45\x37\x11\xc3\xa2\x0e\x6f\x78\x81\x84\xfa\x86\x20\x2a\x26\x4b\x1f\x1d\x4b\x0e\x13\x84\x1a\x69\xb5\xd8\x02\x17\x3d\x5e\xc1\x89\xb5\xae\x92\x5f\xe0\x6a\x05\xbe\x9b\xdf\x29\xa1\x7a\x1e\xb1\x88\xcc\x69\x4d\x31\xbf\x40\x73\xc7\x49\x11\x04\x26\x6c\xb5\x2a\xa0\x1c\x4d\x98\x92\xbc\x13\x24\x28\x31\x58\x8a\xde\xca\xa7\x2f\x9e\x82\x3d\x0d\x14\x2b\x65\x62\xaf\x99\x10\x35\xb6\xb9\x36\x15\xaa\xd4\xf6\xca\xec\xf4\x02\xfc\xe5\xe4\x08\xec\xe6\xde\x69\xdb\xc5\x6e\x42\xdc\x7a\xf6\x55\xc5\x11\x5e\x68\x3a\xfd\xbd\x4c\x89\xb8\xee\x79\xe1\x12\xc3\xed\x05\x41\x5b\x9e\xef\xde\xb1\x64\xe0\x6b\xab\x4d\x78\x00\xb6\x08\x84\xeb\xef\xaa\x0c\xe4\x58\x82\x33\x39\xd2\x07\xa0\xa2\xfd\xe1\xf9\x66\x93\xb0\x14\x2b\x6a\xcf\x30\xa3\xaa\x8a\x28\x68\x33\xcb\x6d\xdd\xba\x12\xfd\x72\xaf\xc1\x84\x65\xf5\x1d\x89\x59\x87\xf4\xf7\xdb\x55\x72\xa3\xd5\xe4\xe1\x96\x05\xc9\x93\xf1\xa2\x33\x6c\xff\xcb\x31\x0e\xdf\x05\x4e\xdf\x83\x93\xca\x34\x23\xd7\x34\xbd\xa8\x8e\xb2\x95\xc3\x58\x46\x1c\x7a\x73\xa2\x6c\x55\x33\xb1\x09\xb5\x70\x8a\xe3\x72\xf5\xd5\x3a\xa1\x1c\x82\xf9\xd5\x7b\xdc\xe0\xb3\x7d\xef\xca\x41\x51\x57\x69\x44\xdb\x51\x2e\xb2\x08\xf8\xe7\x4d\x9b\x84\xcf\x06\xcd\xd8\xca\x52\x80\xf0\x88\x15\xcd\x12\xfd\xec\x5d\xcc\xd6\xd7\xa3\x44\x03\x85\xbc\x29\xd1\x94\x5d\xb0\xf9\x12\xd2\x1b\x06\x3d\x68\xb5\x09\x23\xb0\x28\x4f\x2d\xf8\x15\xaf\x5b\x9b\x5e\xc4\x84\x3f\xe3\x2d\xfd\x76\xb6\x7a\xef\xd0\x74\x6b\x82\x1b\x66\xde\xcd\xf7\xc4\xe8\x8a\x58\xa5\x5d\x59\xa5\xa3\x65\x9b\xf5\xe3\xcb\xfa\x32\x39\x0b\x30\xbb\x88\xcb\x70\xea\x37\xe3\xba\xf1\xd7\x0d\x65\xfd\x4d\x2a\x29\xc5\x45\xfe\x60\x56\x33\x33\xe3\xb6\xd9\x54\x54\x78\x66\x20\xec\x9f\x2f\xb8\x5c\x9d\x7f\xf1\x82\xfd\xef\x2f\x58\x56\x79\x0e\x9b\x2d\x2a\x26\x57\xd5\x90\x32\x19\xbb\xee\xc1\xe3\xc0\xd2\x2d\xfb\x33\x37\x39\x36\x9e\xc2\x1c\x7d\xe1\x64\x9d\x5c\xd8\xe7\xe0\xa1\xda\x25\x17\x02\x2a\xa1\x22\x7b\x95\x2d\xe2\x1a\xb1\x58\x73\x11\x38\x57\xd5\x69\xed\x46\xfa\x9e\xd9\xd9\x84\x1b\x17\x4e\x77\xa1\x30\xe0\xe4\x98\x76\xa9\xea\x14\xb6\x71\x4d\xe9\x17\x7b\xe1\xb6\x4b\xf5\xae\xe9\xfc\x41\x79\x29\x39\x88\x31\xe7\x76\x5d\x0a\x30\x01\x35\x71\x2f\x13\x44\xbb\xd9\xf2\xc7\xb5\x38\x75\xf7\x18\xd0\x7c\x89\xd4\x2e\xb9\xd3\x46\x1d\xe1\x16\xac\x47\x0a\xca\x7e\x95\x62\x6f\xb6\xf2\xec\x91\xe7\x7d\x67\xc5\xe4\x28\x16\x5b\x79\xa1\xfe\x72\x19\x53\x32\xaf\xc5\xd3\x80\x53\xaf\x69\x63\x6b\xc5\x56\x02\x6a\x27\xfa\xb9\x98\xaf\x16\x92\xab\xf8\x2c\x7e\xb2\xff\x8b\xff\x52\x85\x15\x77\xc4\xe2\x02\x7c\x9b\xda\x82\x11\x91\x33\x50\x77\x4d\xf6\x71\x52\xb4\x8f\x7a\xa9\xe4\xd8\x15\x9a\x93\x79\xdb\xca\xad\xe4\xfb\xa6\xc5\x81\x4e\x1e\x81\xa3\x17\x7c\xe9\xe4\x77\x52\x7d\x32\x9d\xd7\xe5\xfd\x26\xf4\x55\x24\xcb\x6f\x98\x11\x46\x5a\xbc\x17\x90\xec\xd5\x23\x90\xd3\x32\xd3\x6a\x10\x6e\xea\x33\xa5\xf0\x61\x5f\xf9\xc2\x3a\xcf\xaf\xa5\x7a\x6b\xd3\xde\x78\xb1\xbc\x2d\x69\xc1\xfd\x53\xf0\x94\x77\xac\xe9\x16\x27\xb6\xc1\xc1\x25\x8f\x97\x3e\x4a\x42\xb1\x1c\xe9\x14\xc5\xf2\x05\x27\xa5\xc3\xcc\x41\xe9\x60\xd0\x3c\xe1\xcc\xb0\x75\x4a\x8f\x34\x9f\xf9\xf4\xb3\x97\x3d\xfd\xec\xf2\x39\xa9\x9b\x3d\x27\x7d\x1a\xec\x7e\xd1\x41\x62\xe6\x1c\xb2\xc3\xc7\xa4\xf6\xdd\x31\x69\x9b\x8f\x49\xf5\xdd\x31\xa9\xc5\xc7\xa4\x2a\x7b\x4c\xaa\x3b\x37\x46\xe5\x69\x02\xae\x69\x67\x18\x95\x7d\x6b\xc7\xde\xb8\x0c\x9d\xc9\x03\xe6\x12\xa3\x13\xa5\xb0\x1a\x7b\x95\xd2\x7c\x78\xc8\x2e\xe4\x6d\x91\x51\x3a\x1b\x7b\x95\xf0\x65\xd8\xdf\xcd\xcf\xff\xc6\xd4\x4c\x35\x44\x59\xa6\x90\xd3\x96\x65\x52\xdf\x28\x1a\x21\xa6\x50\x35\x84\xd2\x5a\xdb\x12\xcc\x2b\x71\x34\x4f\x84\x18\x16\x42\x07\x01\x8f\xab\x0e\x5a\x39\x45\x92\xd7\x54\x88\x19\xc2\x97\x87\xa7\x3d\xcb\xee\x70\x27\xb3\x1c\x27\xb9\x06\xed\x12\xa1\xf4\x0a\x24\x7d\x28\xce\x79\x40\x9d\xa0\x62\xea\x00\x9c\xf8\x1c\x65\x11\x2c\x59\x94\x9b\xf8\xf5\x8c\x3f\x87\x42\x7d\x15\x62\xbe\x3e\x13\x4f\x2f\x46\x40\xbd\xd7\xe9\x55\x46\x33\x75\x84\xd2\x87\xca\xd3\x2d\x02\x4d\x68\xbf\x8e\xed\x7b\x59\x7f\x32\x6f\xba\xca\x1c\x64\x02\xeb\x34\xb5\x10\xc4\x21\xd5\x90\x6e\x17\x64\xeb\xee\x76\xcb\x07\x6f\x55\xd3\x27\x2f\x74\xa8\xea\x2b\x99\xf6\x74\x0d\xde\x49\xde\xc0\x79\x5c\xae\x05\x37\xc3\x7c\x12\x25\xdb\xe9\x95\xf9\x4e\x98\xfb\xc5\x53\x09\xf7\x0b\x8d\xe8\x96\xc9\xad\xc7\x42\xbd\xec\x74\xda\xa7\xc7\x2e\xfe\x5e\x4a\xa1\xbf\x9a\x24\x93\x6e\x6b\xfe\xeb\x3a\x48\xd7\xa9\x2f\xc5\x6d\xdf\x26\x86\xd7\x5c\xc4\xbd\xa4\x84\x7a\x6f\x71\x43\x9b\xd8\xa2\xd1\xd0\x4a\xb6\xa1\x17\x99\x9e\x10\xea\x94\x5d\xfb\x76\xd2\xa4\x5e\xda\xe9\xb9\xe1\xe6\xf4\xc7\xaf\x8a\x77\xea\xe7\x2c\x58\x4a\x61\x97\xe4\xf2\x9c\x69\x4f\x81\xdb\x93\xcb\xb6\xc7\x3b\x3f\xfd\xa9\xd6\x6a\x32\xcf\x46\xa6\x4f\x22\xee\xb8\xbe\xa9\xc9\xeb\xa4\x1f\x31\x46\xc3\xfb\x82\x28\x8f\x7e\x34\x63\x21\x85\x8e\x65\x31\x7a\xca\x76\xda\x4d\xa5\x1d\x0b\xfd\x15\x5e\xda\x8f\x3b\xf4\x43\x1d\xed\x75\x7b\x0f\x5f\x39\x2d\xc9\x7d\xe7\x06\x81\xbb\x96\xf9\xb1\x6a\x3b\xe7\x31\x2d\x7a\x6b\x1f\x49\xa3\x8c\x21\xab\x44\xf9\x64\xf3\xef\xd4\x85\x32\x92\x45\x08\xd6\xdb\x43\x8b\x03\x7a\xa7\x66\x06\x96\xd3\x1f\x2e\x76\x41\x27\x3f\x13\xc2\x57\xe4\x52\xed\x37\xd8\xef\x94\x9b\xb2\x6e\xe7\x03\x23\x20\xc6\x66\xe6\x16\x91\x8d\xe4\x60\x3a\xeb\x0c\x06\x4b\x08\x26\x05\xf7\xb2\x66\x35\x12\xb0\x44\xe0\x32\xf4\x37\xf7\xd5\x2e\x76\x00\x65\xad\x9d\x1d\x54\xbb\xc3\x64\x6b\xd0\x5e\x6e\x97\xac\xcd\x8e\x3e\x61\x18\x40\x9f\x9e\xe5\x27\xf9\x93\xab\x72\x1b\x19\xc8\xaa\xe7\xe6\xb5\xa9\x26\xd8\x48\xbd\x5d\xdd\x48\x0f\x66\x62\xa9\x3c\x59\x64\xd8\x8b\xfc\x87\x70\xa9\x73\x2e\x40\x44\x5d\xcb\x3d\x30\x73\x42\xf9\x07\x4a\x1c\x31\xb8\x23\xc4\xa9\xbf\xfe\x5a\x90\x55\x31\xc9\xb0\x45\x7c\x33\xc3\x0a\x23\xed\x2f\xaa\x46\x63\x53\x5f\x3e\xa8\x6a\xb3\x97\xcd\xbe\x1a\x2c\x29\xf9\xe1\x46\xf8\x72\x47\x91\xb1\x88\x1d\xd4\xee\xb0\x2b\xa6\x21\x3d\xe0\xcc\xdf\xaa\x39\x53\xec\x89\xfa\x62\x1e\x3b\x77\xb5\x24\x7d\x69\x1c\xf0\xef\xf8\x33\x3f\x11\x6e\x20\xcf\x9f\x60\xe0\x49\xdb\xf9\xf5\xa3\x9d\x4b\x02\x00\xfd\xf2\x8b\xf6\xcf\xcb\x66\x90\x82\x83\x0d\xd0\xfd\x7f\x6a\xe7\x08\xd1\xf4\x3f\xda\xb9\x3a\x03\x50\xfc\x2b\xfc\xe7\x76\x66\xe8\x15\xc0\x0d\xc8\x48\xd3\xcb\x2e\x14\x1e\x44\x32\x92\x42\x17\xc8\x75\x80\x48\xb6\x30\xe0\x4d\x71\x24\x74\x45\x32\x55\xc7\xac\x05\x2b\xfe\xc6\xfa\x57\xb3\xa9\xb7\x3c\xa2\x03\xf8\xfd\x86\x58\x4b\xff\x00\x22\x53\xe5\x7f\x9b\xcd\x96\x80\xb3\x9c\x25\xfd\x2d\x98\xa8\x35\xe7\x3d\xe5\x19\x17\x4c\xa8\x8a\x73\x33\x04\xc4\x98\x0f\x5e\x23\x9c\xb1\xb9\x40\x41\x73\x63\xde\xbb\x56\x1c\x1a\x52\xb9\x40\xc2\x37\xe1\x89\x68\x11\xcc\xe1\x78\xf7\x45\xca\x18\x4e\x62\xdc\x03\x2c\x94\xd0\xde\x23\xdd\xaf\x47\x69\x4c\x8e\xe9\x4c\xdb\x6a\xaa\x2c\x47\x09\xfa\xa8\x95\xa0\x5d\xd0\xde\xda\x35\x42\xcc\xea\x53\x30\x73\xef\x31\x01\xe2\xf1\x02\x81\x14\x77\x93\x47\xa6\x42\xc7\x56\xbe\x27\xea\x1d\xeb\x74\xf7\x86\x9c\x83\x37\x70\x67\x9a\xa1\x27\xa3\x7f\x24\x28\xd0\x8d\xac\x77\x66\x19\x15\x7a\x73\x72\xc8\xb1\x72\x90\x5b\xa4\x62\x8d\xcd\x95\x8b\x14\x76\x6c\x6d\x97\xee\x1d\x25\x91\x43\xe6\xc9\x38\x90\x11\x99\x27\xd6\x98\xa1\xb1\x7a\x15\xe2\xd4\x54\x62\xd3\xcf\xf7\x84\xeb\x49\x3e\x78\x47\xf6\xb6\x18\x1f\xef\x26\x57\x3f\x07\x75\x6c\x1d\x4b\xc4\x48\x0c\x85\x6a\xa8\x00\xd9\xa6\x6f\x27\x1b\x87\xac\x14\xd8\x30\x3e\x23\xfe\xea\xb4\x74\x99\x2c\xb5\x80\xd3\xef\xb1\x79\x83\x2d\x9c\x58\xef\xb9\xee\xd3\xf2\x46\x9d\x41\x2f\xd7\xa4\x4e\x63\x28\xdd\x0b\x79\x39\x7b\xb9\x31\xcd\x88\x61\xec\x63\xfb\xb1\x19\x85\xa5\x1f\x91\x4b\x57\xc7\x92\xdf\x77\x5e\x1a\x1d\xcb\x7e\x89\xb9\xf2\xbb\xd5\x73\x89\x1d\x6a\xcc\x5a\xfa\xb4\x6d\xbf\x85\x2a\xd3\xcc\x03\xdd\x39\x2e\x8d\xf0\x0b\x7f\x95\xe4\xb9\x28\x33\xb4\x19\x2a\xba\xa3\x3e\xf9\xc9\x81\x21\x86\x37\x6a\x94\x25\x3c\x0a\xfe\x9a\x76\xbd\x5e\x5d\x73\x7a\x10\x62\x75\xdd\xd3\x99\x01\xc1\x5a\xaf\xc9\x7d\xd8\xdf\x49\x81\x03\xf8\xd3\x26\x8d\xdb\x7d\xa3\x64\x1f\x6f\xf7\xcb\x58\xd0\x1f\x41\xfa\x82\x35\x11\x26\x24\x05\xaa\x5c\x20\xbc\x2b\xa0\xd3\x02\xf5\x25\x60\xfe\xa1\x73\x29\xa0\xae\x22\x1e\xbc\xa6\x72\x6b\x2b\x13\xd0\xa7\x45\x68\x99\x71\x5d\x5b\x0b\xe9\x97\xad\xbc\x51\x10\xd4\x27\xf5\xa2\x2f\x81\xd2\xa9\x61\x5b\xce\xfd\x25\x76\x99\xe5\x52\x13\x06\x9b\xf4\x18\x0f\xf8\x8e\x68\xe4\x70\x1b\x83\x2b\x0f\x91\x19\x32\x78\x14\x23\x08\x9e\x8f\x1c\x65\x24\xab\xad\xb5\xd8\x76\x20\xee\xb4\x50\xef\x0d\x0f\xeb\xc8\x28\x39\x9e\x0c\x17\x4c\xd3\x75\x9b\x3d\x2d\xae\x8f\xb9\x69\xea\x4d\x32\xe8\x47\xcc\xc0\x9d\xc8\xc1\x49\x70\x2f\x2f\x9b\x67\x97\xfa\x3f\xd6\x85\x64\xca\xb0\x2b\x65\x25\xf3\xe4\xd0\x5e\xc8\x8a\x99\x8b\xc7\x95\x1c\x87\x87\xae\x79\x59\xd3\x7a\x79\x01\xf8\x7b\xf5\xf0\x57\x10\x79\x52\xc7\xc7\xfb\x7d\xf7\x01\xa9\xe4\xaa\xae\xf2\xc3\xfc\x42\x09\xbb\x41\xc7\xc2\xcd\x84\x28\x45\x7b\x07\x94\x5f\x1e\xba\x66\x81\x6b\xcb\x3f\x64\x2b\xe8\xad\x62\x17\x74\xa3\x41\x52\x70\x4f\xba\xe2\xd8\xe7\x17\x9d\x06\xf9\xa1\x70\x7c\x79\x69\x66\xb8\x12\x6e\xd5\x66\xb9\x0e\xec\xc1\x7a\xf5\x44\x3c\xd0\x84\xd2\x92\x93\x7b\xe4\x48\x57\xe5\xc6\x66\x43\x34\x65\x13\x58\xb7\x13\xbb\x44\xa8\xa3\x0f\xa6\x86\xf3\xb9\x0d\xc7\x4d\x7c\x6e\xa3\xf6\x33\x65\x59\x38\xa1\x3a\x35\xda\xf9\x1c\x03\xdb\x2b\xbd\xe7\xf4\x32\x8a\xba\x53\x62\x13\x65\xd0\x0d\x42\x00\x8a\x0e\xb9\x67\xe8\x33\x15\x59\xa2\x75\xb9\x26\x38\x0b\x4c\x47\xdd\xd8\x90\xce\x56\x51\x22\x9f\xb2\x52\xda\x46\x20\xba\x4c\x61\xec\xc6\x95\x84\xd7\x05\xf8\xa3\xb3\xdc\x85\x93\x2a\x6d\x33\x36\xdb\x00\x7c\xe5\x1b\xfc\x6f\x4c\x10\x1d\xcb\x0a\x72\xd1\xc6\x97\x92\x83\x04\xc5\x2d\x5a\xd4\xdb\xc4\x64\xa9\x4c\xf7\x48\xad\x1c\x2f\x4e\x0e\x21\x55\x5b\x85\x1d\x3a\xb3\xf8\x6e\x84\x20\xb9\x5e\xde\xea\x55\x8d\x83\x37\xf3\xeb\x65\x7f\xd1\xb0\x45\x76\xf8\x83\x1a\xe0\xf2\xd5\x3e\x3a\x37\x98\x83\xf3\xe4\xd0\x65\xba\x1d\x06\x6d\xe9\x9b\x62\x8e\x70\x5a\xf2\x82\xa4\xba\xf1\x16\x44\x7b\xe3\x0b\x36\x91\xab\x91\x91\x4e\x4d\x46\x03\xb0\xa2\xec\xbb\x77\xe2\xcb\x06\x99\x7b\xef\xcc\xf4\x3a\x75\xb0\x39\x8f\x4b\x45\xce\xe3\xb2\x41\x71\x1e\x1f\xa1\x24\x73\x35\xa7\x01\x05\x4a\x2d\x11\xbc\x37\xf3\xe9\x7f\xed\x25\x6f\xa9\xee\xbb\xec\xc9\xf7\xc9\x95\xec\x1c\x65\x85\x59\x5b\x98\xd4\xa6\xb7\x88\x3a\x10\x6e\xc1\x89\x13\xdd\x4e\x4f\x46\x27\xde\xaa\x60\x0b\x8c\x98\x5c\x4d\xa5\x02\x79\x1d\x75\xb0\xa4\x5d\xe1\x78\xb7\x22\x3c\xef\x5d\x62\xf1\x12\x45\x79\xa4\x84\x50\x55\x93\x09\x1d\xeb\xbe\x9b\x80\x06\x90\x18\x77\xf7\x34\xd3\xef\x98\x86\xce\xb2\xed\x65\x57\x4d\x24\x07\x27\x8c\x29\x58\x26\xaf\x39\x8e\x2e\xf9\x10\xea\x75\x83\x93\x08\xe2\x1d\x3a\x94\x39\x38\x6e\x2c\xd4\x20\x3a\x3f\xa5\xa5\xce\x67\x8e\xf8\x5d\x4a\xa1\xbe\xe3\xb5\x9b\x58\xef\xaa\xbb\x5e\x67\x6a\xf3\x0f\x32\xad\x0e\xe0\xb6\xfc\xd2\x6d\x15\xd0\xb8\x14\x82\xb1\xab\x76\xd2\x67\x54\x7a\x7d\xbf\xec\xa6\x15\x73\x8a\x28\xdd\x58\xad\x18\x66\x01\x9a\x95\xe4\x0c\x04\xd2\xf6\x38\xde\xe2\x24\xf3\x45\xda\x0a\x02\x68\x37\x8e\xd9\xdb\x9f\x8c\xd5\x84\x10\xde\x45\xf7\x47\x08\xaf\x77\x64\x09\x72\xec\xe2\xd8\xa0\x84\xd4\xde\xbd\x3a\x22\x00\x49\x2c\x97\x3f\x9f\x09\xf8\x99\x75\xf2\x4c\xb0\xe4\x67\x10\x3a\x23\x16\x65\x52\xe6\xa6\x99\x47\x3c\x8c\xec\x69\x4b\x1e\x90\xd9\x1e\xb1\xd7\xa1\xa2\xbd\x4f\x88\x26\xb0\xc5\xd7\x32\xf3\x48\x0d\x33\x6b\x5d\x23\xee\x5d\xa3\x40\xd0\x64\x65\xec\xac\x9d\x82\xb7\x2f\x99\x79\xb1\xaa\x9f\x9d\xa4\x3f\x85\xe6\x18\x51\x4a\x55\xf7\x94\x0f\x65\x67\x9e\x4c\xb0\xcd\xb1\x4b\x93\x12\x9d\x96\xc3\x97\x7e\x92\xd6\x76\x86\xfa\xf2\x71\xa4\xcc\x06\x1d\x59\x9b\x15\xd3\xba\xbe\x70\x16\xdd\x54\x88\x57\x9f\x92\x74\x8b\x5f\xa1\x05\x59\x6f\x56\x3d\xfa\xb8\x20\x97\x10\x15\x45\x66\x08\x46\x8e\x2a\x8c\xde\x1e\x31\x83\x7e\x42\x00\xf4\x85\xe8\x90\xc7\x8f\xfc\xf5\x1d\x92\x68\xf4\xe9\xcc\x7c\xdf\xfc\x48\xa4\xad\x0e\x18\x77\x39\x99\x65\x7d\x62\x16\xc7\xb7\x54\x28\x00\xd4\x41\xe9\x31\x12\x43\x89\x52\xce\xba\xf8\x6e\xde\x51\xc1\x4e\x26\x81\x57\xdf\x3f\x9a\x31\xa2\x2e\x1a\x0a\x81\x63\xfe\x7f\xd3\x22\xb3\xec\x46\xc7\xaf\x9f\xbe\xe3\xd3\x57\xfe\x43\x38\xdf\x85\x8f\xfb\xb6\x98\x7f\x23\xbc\x62\x08\xc3\x51\x5b\xe5\xad\x0c\x64\xf1\x40\x9e\xd2\x0f\xf3\x36\x5d\x51\x57\x05\x59\x9f\xd7\xc2\xf6\x53\x0a\xc6\x68\xb6\xd4\xe4\x61\xd7\x9e\x0e\x81\x04\x3a\x3b\xde\x71\x4c\x3d\xe2\xe1\xaa\x59\x0f\x79\xb8\x34\xd6\xf9\x28\xf1\x69\x9c\x11\xbf\x36\xa2\xe9\xa4\x5e\x6b\x88\xbc\x61\xa2\xda\x83\x4c\x1f\x3a\x2e\x41\x29\xdb\x20\xbe\x35\xf5\xb9\x5c\x25\xbe\x8a\x35\xb2\x5f\x7c\xf9\x8d\x43\x36\x2d\xd4\x9b\x93\x39\xdc\x83\xf3\xab\x14\xd3\x73\xef\x97\xf3\x53\x5a\xcc\xa2\x65\x40\x69\xae\x37\x66\x39\xf2\x59\x8f\x52\x06\x3c\x0a\xdc\xd0\x3a\x5a\xbb\xd9\x53\xb3\x84\x45\x8b\x75\x81\x9d\x87\xc3\xb6\xe8\x76\x1e\xc3\x0e\xc0\x9e\x50\x7b\x0b\x44\xda\x99\x33\x23\x73\xb3\x4c\xfa\xa5\x8a\xe5\xd2\xc7\xc9\x6b\xb2\x3a\xef\xf5\x13\xb3\x56\x09\x68\x47\xc5\xcb\xa7\x07\xd5\x1c\x16\xb4\x69\xa9\xcf\xda\x8a\x06\xf3\xfd\x00\x0f\xfd\x59\x1e\x8b\x56\xb6\x89\x8b\x0b\x18\xbd\x42\xe5\xaf\x7f\x9e\x61\x91\x6b\x33\x84\xab\xa9\xb0\xa4\x69\xe0\x24\x64\x67\xc5\x7d\x17\xf4\x92\x10\xa1\xf3\x44\x56\xdd\x37\xd3\x48\xae\x95\x14\xf6\x96\xf0\xa0\xc4\xc7\x96\xa5\x7e\x1d\xd7\xc5\x46\x36\xf8\xb9\xe6\xb1\x9b\x9f\x0b\x55\x52\x8d\x18\xe7\x7f\xc1\x1b\xcc\xcc\xf5\x1b\x29\xf3\x85\x06\x2d\x6e\x55\x7e\xce\x7e\x25\x79\xc4\xc6\x3b\x8a\x6a\x51\xa1\xb5\xa3\x67\xb5\x32\xa3\x52\x94\x88\xc7\x50\xb3\x05\x20\x23\x3f\xfd\x82\x9b\x79\xd6\x88\x5b\xe2\x37\x3e\xc6\x08\x44\xb8\x32\xb8\xe0\xe2\xd4\x65\x99\xc6\xb9\xf7\x0d\x85\xd1\x3f\x46\xcc\x7f\x35\x16\xba\xdb\x2a\xca\x3b\xb3\x92\x47\x8f\xe8\x86\x54\x49\x06\xa1\x7b\xd7\x7c\x33\xf7\x3b\x5b\x64\x31\x72\xd9\xea\x82\x7a\xf0\x28\x1b\x4d\xf8\xfb\x10\x79\x1c\x3e\x0f\xf2\x7d\x61\x91\x55\x70\x79\x16\xe1\x12\xe3\x57\xf5\xbb\x18\xbf\xda\x0f\x75\xf3\x36\x7e\xe1\xc3\xf1\x3b\x00\x09\x79\xb8\x6f\x3c\xdd\x8d\x5f\x39\x19\xbf\x13\x4b\xdf\x87\xe3\x67\x76\x91\x8d\x14\x6e\xac\xc2\x64\x5f\x39\x75\xe9\x28\xe1\x69\x1b\xba\xe8\x00\x66\x09\x4b\x2a\x3e\xd4\x08\x60\x40\x7d\x72\x6a\x61\xb2\x55\xfc\xa8\xb8\x06\xa4\x92\xbd\xca\x01\x4c\x49\x85\xc9\x3c\x6e\x42\xed\x32\xab\xe0\xa5\x35\xe7\x5e\x2c\x92\xd4\x23\xee\x32\x1d\x34\x98\xa6\xe8\xd4\xcd\x97\xa5\xf8\xa8\xc9\x2d\xf6\x36\xb0\x8e\x25\x9a\xc5\xee\x44\xc9\xb1\xd3\x7d\x48\x75\x6d\xa5\x17\xca\xdf\x6e\x18\xe1\x77\x34\x3a\x70\x3f\x92\x87\x22\x8c\x95\xff\xb1\x9a\x03\xfd\xdf\x8f\xe4\x51\xa5\xda\xce\x7f\xaf\xa6\x61\xe7\xc7\xa6\x96\xfa\xde\x65\xab\x83\x00\x1a\xaf\x08\x86\x0d\x13\x75\x2f\xfb\xd8\xf8\x6f\xf5\x9d\xb7\x0c\x86\xe7\x7b\xed\xbc\x23\xfa\xb1\x32\xea\x58\x35\xa9\xf9\x94\xd4\xec\xff\xe7\x9a\x2f\x5b\xa2\xed\x9f\x07\xa8\xb8\xa1\xc2\xe1\x0f\xbb\xcb\xf4\xe6\x0c\x86\xd7\x35\x63\x78\x3d\xea\x13\xa3\x3e\xff\xed\x13\xd8\xe6\xb3\x89\x97\xcb\x6f\x6f\xe3\xf6\x8f\x77\xcd\x8d\x19\x42\xaf\x8a\xfe\x0f\xaf\x32\xdf\x04\xa8\x40\x7a\xd3\x30\xd6\xc6\x50\xca\x8e\x03\x6c\x80\x39\x4c\x05\x15\xa8\xc4\x4a\xb8\x1f\xdf\xf0\x4f\xbd\x56\x97\xbb\xc0\x7d\x6c\x4f\xec\x75\xf3\x08\x93\xf0\x05\xe9\x6d\x7b\x52\xe4\xed\xcf\x44\x8f\x5f\x9f\x49\xe5\x7f\x0f\xcf\x99\x5d\x66\x38\x41\x38\x60\xd6\x3c\x23\x13\x84\x54\xb6\xc4\x76\x38\x75\x79\xb9\x45\xa7\xee\xed\x0a\xfc\x53\x48\x66\xd8\xc3\xe3\xaf\xf3\x67\x57\xf4\x9f\x5b\x23\xea\xdd\x8f\x5b\xef\xf6\x08\xf7\xdc\xf4\xee\xaf\xdf\x3b\x97\xdf\x79\x9a\x20\xaf\x93\x05\xc1\x65\xdf\xcd\x4f\xc9\x84\x2e\xc8\xfd\xa1\xfb\xa3\x42\x02\x6f\xbf\x9f\x1a\x1f\x3a\xf8\x28\x4a\xcf\x37\x95\x76\xf4\x62\x94\xd7\xed\xdd\xc7\x4b\xfa\x5d\x7d\xbd\xff\x98\x9e\xaf\x2e\x5d\x7f\xce\x8f\x75\xf0\x81\x00\xb4\xbd\x8c\x19\x16\xe8\x4c\x54\x9b\x1d\x1c\x1e\x17\x93\xcb\x63\xba\x9c\x5f\xa8\xf6\xf9\xcb\x53\x31\x68\x06\x19\xf6\xc9\x03\x20\xe3\x37\xfc\xff\x35\x06\xc7\x62\xdf\x08\x65\xb2\x32\x6d\x79\x97\xc5\xfd\x5b\x62\x73\x0b\x7d\x09\x54\x82\xbc\x20\xc6\x39\x72\x7d\x5c\x55\xb1\xd2\xf9\x63\xfd\x55\x18\x39\x93\x5a\xec\xfe\xe7\xfa\x77\x25\x27\xef\x88\x91\x6f\xc5\xc7\x7f\xec\x4b\x3a\x6f\x29\xab\xfb\xf1\x71\x8d\xb5\x37\xa5\x13\x90\x0f\x61\x6d\xb2\xda\x3c\x6b\xde\x59\x3b\x71\x6a\x76\xeb\x16\x05\xc8\x45\x32\xef\x98\x71\x1c\xf9\x72\xb5\xe8\x9a\xbf\xc4\x0b\x46\xcc\x0c\x77\xeb\xa1\xfa\xae\x4b\xf8\xac\x00\xf8\xf2\x6b\xc9\x4e\x29\x52\xfb\xba\x46\xd6\x9b\xc9\x67\x3f\xe6\x26\xdd\x9c\x3b\x74\x54\x23\x4d\x39\x32\x41\xa8\xf4\x45\xb2\x61\xb9\x5e\x12\xb5\x7b\x2d\xdd\x33\xfe\x5c\x0f\xc5\x6b\x31\xb1\xb2\xd9\x27\x0b\x16\x51\x83\x74\xf2\x3d\x33\xcd\xb7\xee\x8f\xae\x2c\x72\x66\x9b\xf9\xb4\x50\xa5\x5f\xe9\x3d\x72\x82\x84\x69\xf4\x8b\xe8\xad\x72\x84\x1c\x24\x4e\x32\x60\x5f\x35\xf9\x92\xc5\x3c\x66\x9d\x70\x43\x16\x19\x2d\x88\x8a\xb5\x95\x3c\x49\x92\xd1\x5a\xff\x1c\xad\x73\x4c\xf2\xa2\x01\x6f\x4a\x3f\xcd\xe0\x8d\xb9\x1c\x3a\x5a\x4c\x8f\xc0\xb3\xf4\x54\x79\xc9\x26\x68\xe9\x4a\x6b\x79\x2b\xb3\x64\x9f\xaa\xfb\x7d\x4b\xad\x21\x8c\x3e\x6d\x37\x3d\xb6\x52\xbd\x66\x76\x8f\xee\xf1\x77\xdc\x4b\x94\x25\x11\xe5\x0e\x7d\xfe\x9a\x5d\x8d\xe6\xe6\x64\x7f\xa6\x28\xee\x5a\x3b\x89\x21\x3b\x2b\xa1\xf4\x0f\x9d\x60\x4d\x02\x4b\x75\x0f\xc8\xe6\x9d\xe2\x1c\xaf\x12\xba\x77\x4a\x33\x24\xa5\x7a\x6b\x21\x4a\xa5\x9f\xfa\x3d\xfa\x70\xd0\xa8\xbd\x5c\x17\x60\x18\x94\x58\x8c\x95\x4f\xa4\x36\x7e\xd7\x72\x38\x4c\x28\x44\x32\x7b\xfd\x57\x63\xd1\x7d\x34\x33\x9a\x25\x8e\xc4\x05\xb3\x6c\xed\xc2\x51\xcc\x74\x86\x94\xf4\x86\x51\x75\xc0\x5c\x1a\xf2\xdb\x8c\x7c\xa0\xbd\xf4\x58\xbb\xef\xb0\x8d\x64\x88\x5a\x15\xb5\xcf\x31\xfb\x28\xa6\x42\xbd\xc6\xf7\x22\x32\x47\xb6\x8b\x8a\xe4\x29\x06\x76\xca\xb1\xd6\xc9\xde\x3f\xe4\xe8\x94\x6c\x2f\x8f\x74\x2c\x36\xf2\xae\xb8\x5d\x2f\x77\xcc\xf5\xef\x35\xd9\x81\x43\x2f\xe1\xdb\x2d\x77\xf2\x1f\xc2\x7d\x2f\x96\x2c\x0a\x98\x7a\x49\x1c\x2c\xa3\x7b\xff\xca\x0b\x67\xc8\xb3\x3f\x23\x6e\x90\xef\x5c\x2c\x17\xdd\x7f\x98\x5b\x0d\x38\x1c\x5a\xf2\xc2\x16\x1e\xdc\x2b\x3a\xf3\x77\x2d\xeb\x36\x39\x64\x7f\x54\x3c\x62\x4b\x11\xd5\x33\xa0\x67\xf1\x9a\x91\x10\xbd\x1a\xe1\x36\xb8\xaf\x0c\x41\x37\xc9\xdb\xe2\xe9\x2d\x3f\x12\xae\x46\xba\x6c\x8c\xc0\x3b\x77\x3f\xba\xcd\x35\xa0\x8a\x9a\xd9\x76\x67\xcd\x14\x11\xe7\xb3\x96\x40\xcc\xfa\xf9\x64\x11\xce\x28\x15\x5a\xa5\x9f\x7a\x74\x0f\xcf\x95\x1f\x3e\x07\xed\x58\x17\xe0\x20\x88\xf6\xec\x26\x32\x8a\xef\x77\xb4\x02\x7c\x50\xa3\x71\xef\x5d\x5b\xc6\x94\x1a\x6c\x76\x54\x33\x5f\x8f\x80\x72\xf2\xac\x23\xf0\x6e\x7e\x2e\x86\xe7\xed\xdb\x03\x42\xde\x5f\x08\x15\xc6\x22\x05\x9e\xce\x38\x49\x24\xd7\xc9\xf1\xc8\xf4\xc1\x62\x65\x06\xb9\x91\x99\xaa\x49\x58\x99\x63\x66\x30\x05\x71\xf2\xd7\x99\xba\xfa\x11\x48\xd8\xec\xe6\xf7\xff\xbf\xab\x4f\xd5\x70\x62\xd0\xa0\xcc\x3b\xf5\xcd\xb1\x83\x85\xf0\x7f\x59\x7d\x6a\xcb\x9e\x6e\xac\x3e\xe5\xc9\xb8\x66\xfd\xdb\x25\x34\x16\xf6\x6b\x00\x2c\x52\xe6\x7d\x2f\xb6\x00\x43\x87\x4d\xac\x10\xba\xf9\x93\x12\x62\x92\x0b\x4d\x3f\xda\x5b\x73\xd9\x3a\xc8\xd6\xe9\x7e\x71\x83\xee\x63\x29\x2b\x78\xba\x21\x17\x00\x9e\xfd\xf0\x22\x33\x4b\x0f\xaa\x22\xab\x75\x87\x76\x1c\xd2\x0e\x56\xac\x7b\x0b\x42\x03\xd1\xa0\xb0\xe1\x7e\x5f\x44\x5d\xda\xda\x2e\xf2\x5a\x00\x48\x7f\xae\x99\x78\x5c\xd3\xa5\xdd\x17\xa2\xa4\xf3\x4a\x38\x22\x11\xd6\x51\x97\x27\xc4\xb5\xc0\x10\x0f\x88\x19\x2f\x70\x46\xa2\x1f\xdd\xb5\x79\x59\x84\x0c\x2c\xc8\x2b\xf2\x8e\x47\x17\x04\xb9\xee\x70\x60\xb6\x92\x25\x90\xa6\x8d\x8c\xe6\x59\xa0\x2e\x9d\x47\x24\x2c\xde\xcf\xcf\x79\xc2\xfc\x06\x80\x3e\x25\xe9\x09\x64\xd3\xdc\xb6\x45\x3b\xca\x00\x4e\x16\x29\x0c\x54\x34\x65\xc0\x6d\xc8\xed\xc9\x47\xa9\xaf\x2a\x2a\x41\x66\xee\xb6\xea\x96\x21\xa1\x76\xe0\x93\x19\x2c\xe0\x79\x3c\xc8\x70\x9d\x9e\x01\x99\x55\xdd\x90\x9e\xff\xe0\x20\x91\xfd\xd6\x1f\xa6\xc5\xad\xdb\x51\xd4\x66\xed\xb2\x1e\x50\x2b\x70\x52\x68\xed\x29\x3f\x11\xaf\xe1\xdf\xbd\xdf\xa5\x0b\x29\x41\x2d\x19\x4f\x30\x2f\xa3\xee\x8f\x7a\x28\x62\xe0\x23\x54\x7f\x2c\x90\xef\x09\xa7\x71\x3b\xef\x61\xe5\xfe\x8a\xe1\x2c\x4b\xd3\x0c\x22\x2d\xac\xd4\xe8\x40\x7d\x7c\xbf\xf2\x92\xf9\x80\xf1\xda\x14\xc9\xb3\xa1\xf6\x6a\x7b\x3f\x90\xe6\xc6\x85\xe6\x4b\x82\x82\x8a\xea\x9c\x16\xd9\x7b\x39\x79\x53\xda\x08\xdc\xe9\xa1\x55\x2a\x26\x89\xd1\xc2\x95\xd6\xe3\xe4\x7c\xb8\x71\xbf\x8f\x6d\x62\xf7\x16\x05\xb7\x05\x00\xcc\x12\x79\x97\xfb\xe8\x91\xc1\xa5\xb6\x6a\x87\x5c\xf5\x71\xd4\x02\x40\x13\xf1\x10\x40\xb0\x5c\xe5\x01\xaa\xcb\xcf\x9b\xb7\xcb\x3e\x2c\xcd\x7c\x5f\xf8\x2b\x19\xab\xd5\x82\x6c\xda\x05\x63\xa3\x4d\xd2\x63\xc8\x2f\x5a\x34\x67\x24\x7a\x49\x27\x81\x14\xb3\xc5\x72\x25\x29\xd6\x21\x5a\x49\xa3\x02\xa9\x71\x18\xb8\xf9\xa9\xb8\xac\xe4\x1b\x8d\x39\xb3\x00\x8f\xf7\x38\x6e\x3d\xcb\x55\x41\xe2\x18\xc6\x34\x68\xa3\x82\x02\xc7\x15\xf6\x84\xb8\x2a\x98\x57\x6e\xaa\x42\x97\x01\x0f\xdf\x4b\x0e\x50\x97\xb4\x6e\xb4\x50\x11\x3d\xbf\xc3\xfa\x78\x23\x9c\x60\xdd\xbe\xd2\xd0\xf6\x2f\x83\xbc\xcd\x07\xb4\xcc\xdc\x91\xae\x71\x98\x0d\xbe\xba\xb1\xd3\xdf\x82\x5c\xc4\x4e\x7a\x68\x24\x87\x93\xe4\x27\xf6\x71\x23\x8f\x2a\x82\x2b\xe7\xc6\x6d\x5e\x05\xc2\x2f\x01\x97\x2d\x39\xf2\x93\xa0\xba\x8a\xcb\x27\x1c\xec\x54\xcd\x7e\x56\x0c\x38\x60\x6a\x27\x85\x1a\x78\xf0\xa7\xd2\x24\xfb\x34\xda\x09\xc5\x99\x19\xdb\xf1\xc5\x6c\xee\xe9\xaf\xca\x89\xf3\x77\x4e\x52\xa8\xd7\x66\xc4\x55\x1e\xa4\xd0\xdf\x09\x46\x9c\xa9\xe4\x1d\x10\xd9\xf4\xe6\xcf\xec\xdf\x55\x6e\x52\x55\x0a\xfd\x15\x26\x21\x8f\x33\xa1\xde\xfc\xdd\x53\xfa\x63\xc7\xb9\xef\xf9\xa9\xb0\xdf\x32\xd0\xfa\x71\x31\x63\x58\x15\xa1\x73\x5d\x54\x29\xb1\xac\x26\x42\x04\x0a\xdc\xe8\x75\xd9\xe4\x58\xce\x91\x10\xb1\x2c\x5e\x38\x79\xb1\x74\xb9\x1d\x12\x3d\xe0\x6a\x57\x2d\x55\x1a\xa0\xe0\xaf\xb4\x18\x72\xdd\xc7\xb1\x4e\x8a\x69\x8f\xe3\x88\x27\xd8\x8b\x38\x00\x44\x7d\x12\x71\x3b\xc7\x23\xae\x09\xc6\x41\xe9\xb8\xcc\xc7\xa5\x4a\xa8\xb7\xcd\x8a\x19\xf4\x11\x20\x3e\x2c\xb6\xa0\x96\x87\xb2\xe8\x03\xba\x85\xea\x09\xae\xe8\x8c\x2b\xe7\x03\x2c\x79\x53\x22\xc8\xd7\x48\x96\x37\x32\x0d\xc6\x0c\x96\xfc\x83\xa0\xa1\xde\x31\x22\x66\x6f\x6d\x7c\xa3\xe3\xfb\x42\x7d\x96\x0e\x0c\x47\xe1\x08\xfd\x56\x2e\xa0\x65\x0b\xce\x62\x53\x42\xbd\xb6\xbc\xee\x83\x00\x50\x37\x0d\x00\xbd\x58\x49\x05\xed\x4e\xbe\xaf\x42\x0b\xfc\xdc\x45\xac\xd6\x83\xd5\x3a\x3e\xe5\x3f\x84\xe3\xeb\xdd\xee\x29\x6f\x5b\x17\x8b\x93\x0d\xc9\x16\xa6\xf1\xe6\xa8\xe2\x79\x26\xaa\xf8\x1b\x51\xc5\xb3\x4c\x54\xf1\xd7\x80\x06\x70\xaa\xd3\xf1\xfb\x1c\x60\xf8\x3e\x74\x66\xf4\xde\x07\x08\x7f\x9a\xe8\x4c\xf8\xd3\xdb\x00\xd4\xae\x63\xbd\x4d\xe6\xc4\x58\xbc\x0e\x9a\x74\xf4\x39\xd2\xad\xd3\xad\xe4\x0b\x1f\x3e\x0e\x75\x94\xce\x9e\xc1\x00\x73\xaa\xaf\x33\x53\xea\x79\x50\xa6\xb7\xf6\x74\x25\x7d\x7b\x77\x50\xa6\x12\xae\xae\xa4\x2f\x7a\x1a\xac\x22\x42\x85\xd3\x41\x94\x86\x29\x77\x06\x97\x18\x21\xcd\xd7\xa4\xe8\x5c\xb4\x07\x75\xfa\xa1\x75\x23\xb9\xb8\x94\xc2\x1a\x1c\xe8\x15\x4a\x1f\x2f\x69\xf4\xb3\xb6\xb6\xe0\x3f\x54\x99\x90\xe5\x98\x43\x96\xd7\x32\x8d\x59\x7e\x34\x53\x4b\x0a\xe9\xd2\x53\xe2\xcd\xde\xc8\xf2\x89\x73\xa5\xb7\x97\x27\xa0\x1e\xaf\x03\x1a\x41\xc2\xd7\xd4\x9e\x3a\x9e\x40\xb1\x19\x03\x63\x61\x6e\xa6\x9e\xb1\x90\x2a\x72\x04\xda\x7d\x50\x61\x2e\xad\x23\xc0\xca\x56\x7b\xd2\xe8\xf6\x56\xc0\x71\xa2\xcd\x16\x1d\x0f\xaa\x40\x95\xaa\x99\x28\xe6\x0b\x8b\x81\x91\x50\x9f\xf1\x91\x6f\x8c\x84\x7a\x3d\x1f\x58\xfa\x68\x23\x7c\x92\x1f\xa6\xd8\xdd\x9d\xc2\x51\xfe\x7d\x82\x36\x2b\x99\x47\x5b\x80\x27\xe1\xc6\x4e\x70\x06\x37\x13\x1d\x3a\x85\x1f\x75\x2f\xc0\x45\xaa\x22\xc3\x8e\xd6\xae\xde\x97\x10\x9b\x5c\xfa\xf1\x1d\x47\xd9\xda\x5a\x29\x0c\xe7\xe2\x29\x6d\x06\x01\xc1\x2b\xdf\xca\x36\x63\x11\xb3\x64\xfd\x10\xed\x76\xde\x15\xc3\xc1\x01\xb9\x4a\x20\x35\x8d\xd5\xf1\xc7\x7b\xd0\x81\xea\x28\x83\x53\xe6\x0b\x29\x4e\x45\x55\xe4\x9f\xab\x76\x44\xff\x3d\x93\x67\xf0\x96\xff\x43\xcc\x79\xfc\x96\x11\x21\xea\x79\xbd\x26\x39\xf3\xd1\xb8\x20\x83\xaa\x4e\x11\x79\x2a\x92\x46\x00\x9b\x1b\x00\x4c\x99\x54\x1d\x5c\x3e\x57\x48\x7c\x4d\x80\x30\x2d\x26\x38\x7d\x56\x47\xc9\x9c\xbe\xad\x1c\x47\x33\xe7\xc8\x73\x1c\x4b\x0a\xff\x98\xf9\x50\x83\x26\x4b\x0a\x2c\x57\x57\xbe\xbc\xe5\xcb\x9b\xe4\x72\xa9\xe9\x26\x1e\x0a\xa5\x23\xc6\x16\xfd\x10\xfa\x73\x67\x11\x4b\x88\x31\x9c\x86\x09\x42\x4d\x05\x39\x4c\x74\x5e\x36\x14\xfa\xfd\x72\x7a\x4a\x65\x26\xd5\x50\xaa\x3e\xa5\x53\x6e\x15\x71\x78\xd2\x4c\x88\xd9\x22\xa4\xf9\x9a\x53\x47\x4a\xeb\x14\xf3\x6a\x95\xce\xe7\x6a\xaa\x86\x98\xdd\x79\xb5\xa5\xe0\x2a\xdb\x7b\x1c\x63\x33\x14\xfa\x35\x97\x91\xde\xe5\x9a\x9b\x98\x63\xc8\xbf\xb9\xad\x8e\x40\xf9\xd9\xd1\xa3\x2e\x37\x6a\x38\x81\xbf\x86\xe4\x82\x0b\xe5\xd9\x85\xa0\xfe\x10\xea\xed\x35\x3f\x17\x1d\x9d\x77\x45\xff\x6d\xd1\xbb\xbd\xe1\xfd\x98\xaa\x58\xaf\xe8\x0b\x25\xd4\xcb\x72\x95\x9c\x9c\x55\x10\x64\x77\xb0\x7e\x7c\x45\x68\x25\x5f\xb1\x6a\x01\x45\x71\x6f\x05\x0b\x2b\x6d\x11\x1d\x0c\xa9\xd6\x8f\x16\x15\xa3\x2e\x7f\x90\xf9\xed\xc9\x4a\xd0\x45\xbb\x7a\x62\xf4\xeb\x0c\xab\x99\x1b\x63\x7a\xd7\xf7\xbb\xe9\x00\x2d\x08\x41\xd7\xbe\xb4\xa8\x21\xa7\x9f\x2d\xda\xde\x5a\x74\x68\x28\xb2\xd6\x02\xa4\xd5\x9a\xd6\xb9\x2f\x66\xbb\x9b\x24\xfd\x7a\xe4\xb9\x75\xc0\xe9\xd8\x7b\xad\x95\x99\x14\xa1\x4e\x54\x01\x31\xcd\xa5\x23\xf5\x61\xf4\xcb\x56\xe1\xb7\x00\x77\xa4\xa8\x75\xee\x64\x58\xb3\x0e\x5f\x42\x45\x46\x11\xef\x83\x7d\xa1\x5e\xb6\xc7\x1b\x46\x93\x7a\x59\x86\x59\x61\x55\xb6\xe1\x84\xed\x09\xf5\xcb\x3b\xb3\xe8\x1a\x0b\xf5\xe9\x9d\x65\xda\x05\x65\x0f\x61\xd9\x34\x74\xc1\xe1\x29\x8d\x84\x0f\xaf\x99\xf7\xdc\xaa\x1e\x09\xfb\xad\x48\x1a\xba\xd2\x71\xc5\xfd\xa7\x61\xf7\xb1\xb1\x83\xe4\xe3\x36\xb0\x35\x79\x37\xb0\xa4\xae\xa8\xc2\x1f\xa6\xda\x34\x9d\x6a\x3d\x31\xf6\xa5\x19\x53\x47\x28\x9b\xf2\x2a\x94\xe5\xe3\xe8\xf2\x3f\x0d\xe2\xbe\x71\x1f\xc6\xff\x19\x10\x55\x2c\x0f\x65\xd4\xcd\xb6\x39\x59\x1e\x35\x79\xb7\x3c\xe8\x1d\x66\x3e\xfc\xd3\xf2\xb0\x45\xff\x75\x79\xe6\xae\x9c\x08\xfd\xb6\xb9\x64\x56\x7c\x09\xae\xac\xa1\x59\xa7\x6f\x45\x02\x55\x56\x7a\x9d\x51\x6a\x1a\x5e\x37\x1d\x05\xeb\x51\x17\xab\x24\xd3\xc3\xf1\x64\x3d\xa1\x04\x36\x75\x87\xb1\x0d\x81\x3a\x16\xea\xb9\x14\xe9\xb4\x9e\xfa\x91\x15\xdd\xa1\xd0\x5f\x8b\xeb\xd3\xef\x4a\xde\x7a\x25\x53\x9a\x19\x7b\x2f\xeb\x60\xa6\xb3\xcf\x4b\x79\x7b\xc1\x57\xc1\xbb\xeb\x29\x74\xb8\xaa\xc9\x5a\x23\x93\x6b\x94\xfe\x75\x3f\x17\x4c\xe9\x99\x70\x42\x75\x58\xe2\x20\x15\x59\x36\x3c\x04\x45\xde\xa2\x8c\x1d\x9d\xd6\xc0\x49\x88\x3d\xa1\x5e\x0f\x27\x79\xb7\x05\xf1\xcb\x8f\xb2\xd0\x54\x77\x59\x28\xb7\x24\x13\xfe\x7e\x57\xe8\x37\xc8\xb6\xed\xdd\xde\x7b\x78\xd8\xe6\x22\xbf\xc6\x0c\xef\xc0\xec\x6e\x54\x47\x4f\x7c\x1a\xeb\x76\x2d\x7f\x9d\xe1\x5e\xc6\x06\xd6\xc0\xce\x70\xdb\xa7\x4a\x70\x5e\x4e\x0e\x5e\x97\x62\x0f\x6b\xb9\x8c\x4c\x38\x5a\xa9\x9a\xfb\x95\x0e\xcd\xa9\x24\x53\x95\xb7\x60\x27\x83\x30\x43\x34\x56\xf6\x8b\xd7\x2d\xfe\xe2\x56\x8e\xc1\x33\x86\x46\x09\x96\x69\xce\xca\xa6\x2c\x53\xa0\xeb\x64\x23\x99\x08\xf5\xbd\x2f\xca\x54\x1b\x50\x99\x9e\xae\x4b\x66\x08\x17\x9a\xf5\x05\x30\x8a\xcc\x38\x45\xf4\x6b\xb7\xb9\xc9\x01\xfd\xbe\x83\xe1\xa6\x0a\xd5\xff\xac\xc5\x0c\x48\x8b\x99\xbc\x17\xda\xc0\x50\x3d\x43\x9f\xdf\xcb\x88\x28\xfa\xed\xfe\x4d\x28\x7d\xee\x79\xbf\x5d\x2c\xbb\x69\x6e\xcf\x10\x3d\x36\x12\xf6\x77\xc9\x7a\x20\xc0\xc6\x42\xbd\x33\xc9\x91\xa9\xf7\x73\x99\xe9\x89\xe6\x2c\x55\xc9\x2c\x7c\x9a\x16\xea\xd7\x7e\xa7\x12\x4c\x18\xf5\x56\x90\xe9\xf6\xb9\xf4\xb0\x2c\x47\x0c\xc2\x41\x90\x21\xb7\x64\xa7\xb1\xd0\xdf\x97\x05\x44\x52\x37\x4d\xf7\x09\xa4\x57\x76\x92\xc8\x62\x1d\xc8\x66\x91\x7c\x6b\xfa\x94\x59\xdb\xfb\xbb\x12\x5b\xa4\xf4\x60\x01\xd0\x47\xa6\x8b\x30\x49\x60\x4a\x84\x91\xa7\x46\x8f\x15\xb0\x30\x92\x3f\x85\xd7\x46\x0a\xdd\x92\xa5\x2d\xa3\xd5\x5e\xc8\x2d\xa7\x23\x19\x58\xa9\xa8\xf0\xae\x4f\x19\x81\x40\xec\x55\xca\x0e\x33\x4b\xbd\xb2\xc8\xd8\x56\x55\xa4\xfa\xa8\x60\x7f\x37\xee\xe5\xf2\x03\x2b\xce\x11\x9d\x57\xa3\xe7\x7d\x6d\xca\xe8\x00\xca\x21\x52\xca\xfe\x43\xdd\x39\xae\x7b\x7f\x5f\xf7\xea\xa4\x92\xc1\x6c\x0f\xf2\x8e\xe8\x7d\x2d\xe9\x90\x59\xb7\x1b\x75\x37\x55\x1b\xcf\x75\x37\x9d\x0c\xad\x22\x77\xaf\x31\xb7\x1b\x3c\xe8\x1f\x42\x7f\x63\x4f\xbe\x30\xfc\x7c\x5f\xa8\x5f\xeb\x8c\xcc\x28\xca\x34\x47\x4d\xa5\x99\x6b\x6d\x24\x8d\xf4\x85\xea\x1e\x8e\x98\x4d\x15\x38\xf8\x66\x6b\x4a\x2b\x50\xb1\x1c\xe0\x1d\x8e\xd0\xdf\x91\x2f\x7f\x37\x99\xb3\xc3\x35\x17\x76\x49\x1e\x5f\xd3\x1c\xb6\x80\x92\x06\x26\xab\xcf\x74\x96\x37\x5f\xef\x1e\x2b\xc6\x92\x13\xe2\xed\x3b\xd3\x3a\x57\x42\x66\xef\x71\x6f\x3a\xc9\xae\xc8\x62\xc4\x5f\x6e\xc6\xb6\x86\xfd\x70\x52\x6d\x3c\x21\xad\x72\xc1\x78\x56\x5b\x85\x78\x45\x1c\x22\xf5\xea\x44\xd3\xad\x9e\xe9\xcd\xcf\x8f\x85\x6b\x5c\x57\x69\xe7\x9c\x77\x2a\x5d\x48\xb1\xff\xc0\x50\x9a\x08\xdb\x93\xf5\x1a\x77\xa8\x12\x42\x79\x20\x15\xbe\x85\x67\x6d\x1a\x24\xfc\x6b\xb2\xa5\xd2\x42\x47\x5e\xf1\x49\x0c\x50\x13\x47\x75\xb2\x22\xd3\xaf\xba\xb2\xbe\xc5\xe1\x50\xef\xa6\x63\x04\xb9\x84\xc5\xd5\xa7\x6d\x69\x06\x2c\x07\x12\x66\x43\x8c\x23\xf9\x43\xe9\xfb\x16\x2a\x55\x9b\x6a\xbc\xd6\x8d\x04\x1c\xa7\x92\x38\x91\x74\x63\xa1\x5e\x37\x47\xf9\x17\x49\xbc\x28\x12\x26\xd2\x51\x7a\x15\xf5\x68\x87\xce\x98\x5e\xe5\x1f\xdb\x56\xb9\xa1\xf2\x39\xb2\xd0\x82\xf3\xcf\xc5\xbe\x6b\x02\x8b\xd4\x53\xfb\x82\x4a\x57\x48\x11\x7c\x7d\xca\xab\xdd\xad\x90\x9d\xbc\xa9\x1e\x5f\xe5\xe8\xb6\x6b\x75\xd8\xca\xe2\xc6\x08\x5d\x39\xf1\x77\xb9\xc2\xbe\xca\xc5\x32\xa3\x20\xc7\x40\x25\x98\x9a\x5b\xbe\x6c\xee\x33\xea\xad\x5f\xcf\x18\x25\x7e\x98\xd1\x0c\x8b\x47\x99\xa8\x96\xfa\xfb\x72\x7d\x4a\x9f\x09\x12\xd5\x65\x2c\xd4\x4b\x49\xa7\xab\xad\x6e\xfd\xbf\x58\x61\x97\x0f\x3e\x79\x81\xb8\xf5\x0f\xf8\xe6\x13\x28\x4f\xc8\xcf\xf6\xa1\x8e\x33\xe1\x8d\xf2\xb7\x2c\x4b\x75\xcb\xb2\x9c\xe7\x37\x1d\x35\xe8\xac\x4f\x1c\xee\x05\xdc\xb5\x0b\x3f\xfb\xca\x7c\x77\x69\x4e\x56\xb5\x4c\x9b\xec\xf0\x4a\x34\x18\x62\xbe\x9b\x83\x4d\x3c\x7e\xbd\xbb\xbd\xf5\x11\x5a\x4a\xf0\x35\x4e\x67\x99\xf8\xec\xa8\xfa\x23\x25\x72\xab\x98\x21\xa8\xa0\xd9\x2f\x64\x5c\x21\x5d\x78\xb2\x0c\x14\x20\xd4\xcf\x17\x46\x7b\xa8\x54\x09\x88\xa2\x57\xac\x76\x18\x68\x4a\x73\x83\x54\x4d\x31\xbe\x41\xed\xb7\x32\x76\x02\x48\x31\x2b\xac\x8d\x64\x75\x02\x9d\xea\x28\x3b\xec\xc7\x65\x1c\x90\x0e\x22\xca\x62\x7e\x9a\xe7\x42\x84\x76\x47\x01\xc5\x9a\x8e\x19\x8f\x6e\x21\xfd\x90\x84\xf3\x24\x36\xb6\xb4\x43\x11\xd5\x39\xfd\x6a\x8c\x2e\x82\x0e\x32\x9f\xc5\xec\x62\x07\x55\x02\x3d\xad\x06\xe2\x31\x92\xff\x3f\x97\xe4\xb9\x67\x00\xc4\x4f\x3a\x68\xd9\xd0\xc4\x25\x90\x30\xc5\xa2\x4b\x80\x2c\x8e\xa0\x13\x12\xe2\xbf\x2d\xb3\x96\x1d\xe0\xe8\xed\x99\xd9\xbf\xc5\x98\x34\xa1\xec\xcf\x2a\xd1\xed\xd4\x50\x05\x72\x17\x25\xa0\x0b\xf0\xe8\x8d\xa8\x41\x76\x43\x36\xe1\x1f\x9a\x5d\x41\x46\xd2\xc7\x59\xd9\x92\x4b\x53\xab\x1b\x8a\xbd\x93\x74\x89\xc2\x9f\xc7\x05\xe4\x47\x8f\x90\xf5\x10\x70\x71\x38\x5c\xbd\x75\x37\xdf\xcf\xf7\x55\xc5\xae\xe9\x25\x50\x5d\x77\x0a\x08\x55\xfe\xc2\x4e\x75\x46\xc4\x48\x11\xd2\xb9\x6d\x5d\x96\xf7\x9e\xee\x19\x76\xae\x89\x50\xcf\xa7\x03\x3f\xb4\x92\xea\xa5\x13\x9e\xdb\x8f\x0a\x2e\xa4\xb0\xdb\x2b\xa0\x0a\x1c\xe8\x6d\x25\x15\x3c\x7e\x9b\x9a\xf5\xce\x98\x7c\x07\xeb\x58\x32\xba\xe6\x2f\x0f\xa8\x69\xdb\x45\x27\xe5\x89\x13\x60\x06\x99\xa6\x78\xf0\x6a\x2b\x17\x60\xe1\x9c\xf9\x0b\xe8\x0c\x80\x1f\xee\xd3\x21\xa9\xf6\xda\x9c\x0c\xdf\x13\xe2\x93\x70\x55\x54\xfb\x07\xd0\x11\xf3\xa6\x0d\xfd\x75\xc7\x3c\x5f\x56\x25\x50\xbe\xf6\x01\xa4\x73\x7a\xc2\xd7\x0c\x85\xfd\x82\xa4\xaa\x15\x71\x33\xa8\x13\xfc\x1b\xbd\xed\x81\xb6\x74\xc7\x28\x8d\x73\x21\xdc\x3a\xc8\xf8\x67\x9e\x6f\x5a\x60\x97\x89\x9f\xcb\xb3\x57\x2f\xa9\xc4\x8b\x16\x32\xdf\xb7\xbe\xaa\xc8\x92\x06\xf2\x7e\x1f\xbe\xf1\xfe\x32\xa6\x0f\x0e\xa9\x6b\xc4\x06\xa4\x85\x27\x5d\x2b\xb1\x7f\xd2\x15\xe2\xa8\xeb\xf8\xb5\xd4\x8d\xd2\x2d\xc6\x49\xb4\xac\x26\x7e\x5d\xac\x56\x72\x79\x26\x44\x41\xe5\xf0\xab\xa8\x0a\xc9\x65\xca\x16\x58\x20\xcd\x63\xad\xbc\x72\x9a\xfc\x56\x92\x3b\x8f\xd6\xea\x4e\xee\xbd\x9b\x57\x53\x84\x32\x00\x29\x6e\xea\x37\xd6\x2d\x7d\x43\x7e\xf8\x48\x90\x1f\x74\x06\xf9\x21\x9b\x38\x95\xf5\xd3\x3f\xc6\x64\x48\xcc\x0f\x76\xa2\xc1\x3d\xf5\x4e\xa2\xf7\x7c\x42\xc2\x52\x7c\x22\xe6\xf4\x5f\x30\x20\x4e\x7c\x35\x3a\x51\x2e\xb1\x27\x69\x60\x87\xcb\x15\x2f\xf6\x3e\x6f\x00\x9e\x6a\x04\xdd\x54\x3f\xbe\x60\x99\xd0\xde\xad\x83\x32\x69\x92\x90\xdb\xaf\xab\x72\x42\xbe\xa2\x99\xcb\x5d\x45\x88\x4c\x5a\x4b\x12\xf7\x23\x9a\x85\xb4\x5f\x44\x2a\xa8\x3c\x25\x4a\x9e\xfe\x5e\x01\xe2\xd2\x66\x1e\x0d\x1a\x72\x19\x66\x4a\x78\x72\x03\x93\x11\x8e\xb5\x9a\x0f\x9b\xf6\x00\x22\x99\x11\xc5\x49\x8c\x09\x45\xcc\x53\xa5\xa2\x9d\x96\x14\x1c\xc8\x6f\x0b\xfd\x1a\x9d\x74\xbe\xaf\x4f\xea\x19\xb9\x10\xcc\xb2\x42\x49\x16\xb2\x56\x46\xc0\xc4\xae\x4c\x2c\x7d\xae\x99\x4d\xfa\xb5\x45\x8b\xa9\xa6\x4f\x2a\xbb\x9a\x70\xdc\x76\x02\xb5\x28\xe9\xa0\xb1\x55\xad\xdc\xce\x1b\x04\x85\xc5\xb8\x2d\xf0\x66\xea\x45\xc0\x14\x86\xd9\x59\x15\xc9\x43\x35\x21\x2f\xc3\x1f\x34\x35\xbf\xeb\x48\x43\xa0\xad\xd9\x6d\xe0\xc7\xd5\x32\x5a\x83\x7e\x5e\x93\x07\x2b\xc1\x09\x0c\x17\x37\x95\x47\x15\x64\x71\xc9\x79\xce\x3b\x29\x54\x37\x6a\x31\xe2\x81\x31\x1f\xde\xc1\x88\x45\xea\xd2\x9b\xd9\x95\x68\x6b\x5f\x4b\xe1\x10\xf5\x8e\x73\x4b\x0a\xda\xee\xe8\x44\x6a\x7e\x5e\x02\x46\x26\x02\x7f\x6e\xcf\xb3\xcc\x74\x05\x1c\xc0\x55\xae\xe1\x8a\x9e\x5d\xcf\x46\xbc\xaa\xef\xdd\x1a\x11\x6f\x3b\xb9\x61\xfe\x32\x33\x01\x43\xa0\xd9\x1a\x75\x5c\xd8\xc7\x12\xd0\xd3\x5b\x45\xa2\xa9\x2b\x25\x25\x01\x05\xc5\x85\xc2\x32\x73\xe2\x98\xb7\xd9\x57\xb5\x4e\x58\x85\x93\x66\xe5\x68\x2a\x39\xbb\x80\x7a\x1c\xbb\x51\x01\x5b\x43\x55\x1d\xbf\x48\xae\x43\xab\x20\x86\xf9\x1f\x88\x6c\x0b\xb5\x92\x05\xa3\x74\x7b\xca\xca\x7d\x52\xa0\x03\x30\x7b\x5f\x0b\xc4\x5c\xfe\x44\x4d\xa9\xca\xf3\xd2\x0c\xae\x6e\xc8\x78\xa9\xd2\x2b\x44\x9e\x5e\xb9\x30\xf7\xe0\x19\xe8\xe4\xe3\x38\x34\x92\xfe\xaa\x6a\x16\x24\x37\x4d\xab\x15\x8e\x90\x13\xef\xf9\x80\xba\x9b\xb6\xa6\x77\xc4\x69\x20\x81\x69\x2d\x77\x74\x48\xe2\xfa\x57\xe0\x3c\x95\xe4\x32\x26\xd3\x53\x78\x08\x40\xeb\x6d\x3f\xf2\x43\x71\x91\x3e\x07\x16\x54\xcc\x64\xd8\xcb\x80\x43\x31\x3f\x53\x11\x8c\x78\xa6\x54\x82\x37\x31\x6f\x7a\xdb\x02\xe0\xaa\xf5\xaa\x72\x27\xa3\xd7\x77\x32\xfa\x98\xc8\xe8\x1d\xd8\x0c\x9f\x57\x39\x95\xac\x77\xfb\x95\x76\xe0\x18\x39\xf5\xc1\x4e\xfd\x0b\xd1\xad\xbe\x37\xa7\xfb\x72\x8d\x82\x85\x80\x09\x57\x08\xbd\x5b\x98\x71\x74\xbf\x0a\x61\xe7\x5f\xed\x03\xeb\xb2\x69\xdd\x41\xbe\xe4\x09\x22\xd1\xdf\xb8\x29\x98\x0b\x6d\x04\x9d\x92\xce\xa9\x3f\xed\x04\x66\x88\x75\xcd\x3a\xd3\x3e\x30\xd2\x19\x51\xfd\x32\xb8\x10\x43\xe8\x50\x5f\xc1\x14\x8a\x03\xb5\x05\x05\xfa\xf4\x19\x6a\x9b\x36\xc9\xe7\x41\xb5\x84\x03\xb5\xcc\x2e\xd2\x1d\x60\x01\xbb\x3a\xb3\x7e\x9f\x06\x3b\x7a\x81\xa3\xf7\xe5\xf4\x3c\xac\x33\xc8\x91\x43\xc4\xd6\x85\xd5\x8d\x9e\xa5\x3d\xc0\x6e\xa3\x75\x46\x2c\x58\x38\x5e\x54\x99\xe3\xc5\x0c\x3e\xd0\xa3\x5d\xc2\x0e\xad\x1c\x14\x92\x59\x0b\xbe\x11\x44\x7a\xf6\x9b\xa0\x40\xa2\xab\xd9\xdf\xc7\x32\xe3\xed\x91\xc0\x50\xb1\x8e\xc0\xc7\xfb\xb1\x6b\xb4\x33\x8f\xef\x1b\x6d\x70\x59\x25\xd1\xdf\xfc\x3b\x84\x3f\xbf\xb7\x0e\x28\x46\x30\xd0\xb0\x63\x97\xcd\xec\xc3\x7e\x93\xce\x45\xe8\x6a\xf6\x77\xb4\x62\x48\xb7\x15\x50\x72\xad\x23\x3e\x66\x7c\x22\xce\xeb\xe4\x71\xec\x48\xb8\x9a\xfd\x0d\xe8\x80\x5e\xe1\xd9\x4c\xcc\x9a\x95\xd7\x56\x97\x22\xa1\xd4\x51\x5e\xce\x80\xbe\x0c\xc9\xbd\xa9\x29\x99\xfa\x03\x0b\xf2\xa5\x48\x00\xc8\x02\x1c\x7b\x2f\x02\xe8\x96\xe9\xd6\x5a\xbf\xde\x2c\x56\xf5\xec\x25\x1e\x3e\xa3\x2e\x6f\xd6\xec\x50\xec\x09\xfd\x52\x6f\x3c\x65\x9c\x9b\x0f\x8b\xf5\x85\xfb\xc9\x3e\x21\xc2\x0d\x87\x9a\xad\x5e\xff\xe1\x5d\xb0\x4a\xd4\xa0\x10\x3a\xff\xf0\xba\xdf\x4a\xd2\x1b\x89\x0f\x80\xcd\xfe\x02\xb0\xef\x9c\x70\xef\x24\x5a\xb4\x5d\x41\x64\x1f\x53\xa3\x8d\x0a\xe7\x54\x8b\xce\x02\x7f\xd5\xcf\xdd\xff\x67\xfd\xd0\xfb\x44\xf8\x22\xb0\xcc\xb8\x71\xfc\x66\xf5\xfe\xfb\x3b\x23\x36\x81\x98\x4b\x37\x21\x79\x30\xcd\x0e\x08\x40\x59\xc5\xd6\x32\x44\x98\x5e\xfc\xf7\xb2\xae\x70\x39\x20\x72\x1d\x26\x91\xc6\xf7\x4f\xec\x31\xe9\x5c\x33\x57\x1c\xa1\x5b\x59\x35\x2b\x44\x7b\x6c\xc6\x2c\x32\xef\xd3\x79\x5b\x1d\xad\xa5\x24\xc4\x8c\x11\x55\x39\x35\xa6\x96\x2d\x44\x4d\x2d\xc2\x1b\x51\x0d\x23\xcf\x12\x22\x7a\x28\x93\xec\x51\x87\xc1\xe8\x7b\xc8\x9e\xe6\x0e\x1b\x2e\x39\x66\xa8\xd1\x00\xae\x94\xb5\x6a\x32\x83\x57\xfa\x04\xcd\xf6\x3e\x8f\xc4\x70\x81\x27\xfa\x35\x7a\xc2\xf6\xad\x75\x93\x73\x89\xc9\x20\x6e\xc5\x1c\xda\xf2\x21\x9c\xb7\x5c\x9c\xe0\x8b\x2b\xda\xb7\x01\x53\x48\xfb\x11\x01\x5c\x1b\xa5\x6a\x5d\xc9\x2a\x6b\x79\x47\x38\x6c\x6d\xc5\x14\xce\xa0\x5c\x9c\xd2\x9e\xda\x7f\x3a\xa6\x85\x67\x65\x92\x7a\x51\x17\xed\x34\xfd\xf1\x23\xcd\x61\xf4\x4a\x19\x27\x75\x4e\x26\x7e\x54\xf5\xd6\x49\xcf\x42\x0e\xc8\xff\x9b\x9b\x8a\xbf\x22\xe8\x4b\xaa\xbc\xa1\xe5\x3f\x65\x6c\x06\xf2\x28\xe4\x1a\x34\x88\xc3\x29\x9c\x5a\x66\x31\x5b\x40\xd0\xfc\x75\x8c\x9f\x92\xec\x2b\xf5\x1e\x63\x1d\xa8\x55\x52\xc7\x34\x61\x3d\x58\xcb\xa4\x8e\xeb\x99\x1e\x58\x65\x6b\xf9\xf2\x2f\xcc\x04\xa1\x84\xad\x57\x8c\x11\x83\xb3\xdb\x85\x9d\x39\xc9\x09\x3b\x0f\xb4\xe5\x91\xe9\xc4\x60\x91\x31\xc0\x63\x1f\xe0\xfc\x67\xbf\x03\x40\x02\xd3\x69\xad\x66\x3b\x75\xaf\x9c\xec\xb4\x07\x8b\x21\xbc\x2b\x65\x44\xe5\x7e\x5e\x23\xb8\x68\x2e\xf8\xfd\x55\x8a\x00\x79\xc9\xf7\xdf\xaf\xec\xf9\xe3\xfb\xdf\x95\x55\x37\xed\xde\x85\x95\x02\x81\xf9\x70\x4a\xb1\xc6\x3b\x65\x1b\x1e\x16\xb3\x2e\xc8\x0f\xca\xc4\xe0\xd5\xba\xc3\x76\x92\x4c\xd5\x19\x3e\x6d\x2e\xc4\x3c\x99\xb4\x8f\x27\x31\x4d\x22\x15\xb5\xab\x1c\x16\x65\xc6\xb5\x72\x95\xb7\x46\x90\x18\x74\xaf\xe4\xc0\xeb\xd4\x7b\x89\x47\x0e\xe8\x0b\xbd\x13\x3a\xf2\x0f\xd3\x1d\x61\xd9\x58\x16\xf5\xc6\x9f\x97\x52\xcf\x58\x55\x66\x61\x38\x42\xb7\x8d\xb1\x61\x0f\xde\xd2\x89\xb5\xc5\x97\xa9\xf3\xf6\x7f\x9f\x58\x0d\xc8\x1b\x75\xda\xfe\xc7\x89\x55\x2c\xb6\xd3\xe9\xb3\x20\x3a\x8e\xf9\xa9\xcc\xe7\x24\x33\xb6\xb1\xed\x92\xf2\x8b\x94\xf9\x0e\x44\x35\x5f\x9e\xef\xfb\x25\x33\x1a\x49\x0f\xfd\xa5\xc7\x74\x41\x17\xb6\x32\xe3\xa4\xbc\xcd\xcb\xf2\x95\x16\x62\x93\xc7\x7c\x79\x79\xfa\x5f\xc7\x7c\x28\x9c\x42\xbb\x99\x4b\x3f\xee\xeb\xe7\xc7\x71\x2f\x8f\x84\x6a\x24\x5f\x37\xa4\xba\xcf\xff\x3c\xe6\xda\xb7\xfe\xf0\x05\xa7\x22\x5d\xae\x72\x3f\x6d\x20\xf2\xfe\x97\x7e\x1a\x89\x61\x44\x68\xfb\xdd\xed\xcb\x5f\x85\xdd\x65\xf0\xfb\x81\xbb\x47\x21\x35\xb3\x13\xb3\xce\xdc\x46\x92\xc3\x21\xb3\x5f\x5f\x68\x5f\xd7\x00\xa0\x22\xe6\x80\x6d\x94\x91\x8b\x4c\x2c\xf4\xc0\xf8\xbe\x82\xfb\xf3\x37\xb1\x1a\x5c\xe5\x9f\xd7\xb4\x2a\xc8\x72\x3b\x59\x79\xfa\xfd\xc8\x98\x80\x0b\x99\x74\xe1\x0a\x1b\xd8\xa4\x44\x4b\xc2\xf1\x65\x95\xf1\x89\x39\x9c\x3b\xb3\x65\x34\xac\xe8\xa0\xd2\xa9\x1b\x5f\x74\x62\x94\x0b\xfb\xc4\x98\x26\x8f\x66\x47\x5f\xe8\x9a\xba\x9b\x18\x11\xa3\x01\xd3\xa3\x3b\x3c\xfa\x70\x58\xfa\x42\x47\x2a\xa2\x8c\x04\xad\xcb\xeb\x2e\x2d\x64\x1c\x50\x41\x3d\xf9\xbb\xdf\x81\x9c\x00\xa3\x74\xdd\x7b\xbc\xee\x37\xff\x87\x75\x1f\xf1\xba\x5f\xfe\xd7\x75\x6f\x36\x14\xd7\xae\xb4\x9f\x9a\x47\x70\x35\xef\x4a\x56\xde\xcd\xd7\x9f\xd4\xb1\xad\x0b\x1b\x86\x49\x03\xd9\xdc\x5a\x3a\xf9\xb9\xd0\x2d\xb5\xab\x24\x0c\xb2\xf7\x41\xb2\x13\xa1\x9e\xeb\x1b\xf6\xa8\x2d\xa5\x50\xcf\xd5\x95\x4c\x02\x62\xea\x52\xa8\x50\x5e\x93\xc0\xc9\xb1\x50\x2f\x45\x76\x93\xe7\x57\x32\xbf\xd3\xaa\xe3\x44\x7b\xee\xaa\x3d\xe5\x35\x28\x30\x10\xa8\x11\xde\xb6\x59\x75\xc1\x44\x92\x2e\xb3\xca\x11\x07\x6e\xc7\xaf\xfc\x87\x50\x4f\x75\x00\xf7\xa3\x20\xcf\x08\x8e\x90\xed\x9b\x11\x5e\x77\x1f\xad\xd5\xdd\x89\x4f\x0d\xe6\xf9\xa1\xea\x6e\xe5\x9a\xfc\xcd\xca\xc6\x39\xba\x97\x71\x69\x36\x3d\x8e\x62\x20\xf6\xfc\x86\x4e\x7e\x3c\x3d\xe5\xe8\xd5\xbd\x1f\xcf\x7c\xfc\xf1\x99\x89\x18\xbe\xe5\x67\xc2\xc5\x6c\xdd\xc3\x3e\xf9\xfc\x03\x54\x60\xbe\x2f\x9e\x9e\x73\xcf\x94\x19\xb3\x91\x3b\x3a\x54\x50\x5b\xb9\xdf\x52\x98\x0b\x01\xfe\x2e\xac\x92\x14\x20\x98\x4e\x61\xd6\xe0\x13\xe9\xe5\x48\x08\xcc\x5b\x08\x4b\x9e\x37\xb7\xc0\x31\x6a\x85\x30\x0c\x19\x26\x8a\x1c\x1b\x62\x25\x17\x16\xc2\xd6\x09\x09\xb1\x57\xd3\xf9\xbe\xe8\xd2\xac\x55\x6d\x20\x2f\x16\xcc\x0a\xb1\xbf\x19\xc1\xed\xb4\x4d\xc2\xdb\xdb\x70\x7c\xef\x71\xe6\xe1\x5e\x16\x14\xfb\x3f\x2d\x55\x6c\x60\x1d\x17\x48\x1b\x98\x66\xda\xb7\x45\xfb\xca\x1b\xa6\xdc\xba\xfe\x97\x06\x5e\x0a\x46\xc2\xf6\x4a\xbf\x35\x70\x5c\x21\x72\x0a\xfb\xf3\x9f\x5a\x78\xde\x92\xad\xfe\x71\xa5\x43\x48\x3b\x30\x2d\xe4\x58\xf7\xb4\x8d\xec\x36\xd9\x4c\x30\x31\xc3\xff\xd4\x89\xab\xa3\x99\xc6\xbd\xc6\x6f\x6d\x9c\x6e\xa9\x13\x7f\xfd\x2f\x9d\x38\x63\xca\x0f\x6e\xe0\x9e\x93\x53\x16\xec\xf7\xda\xbb\xff\xa1\x81\xe7\x0a\xc5\x0d\x46\x3a\xd3\xb6\x49\x89\x88\x3c\xed\xaf\xc7\x8d\xbb\xfe\xa9\xff\xde\x0b\xce\x8f\x09\x68\x94\x7b\x30\x5c\xa4\x89\xab\xa2\x97\x2b\x93\xba\x87\x2c\x34\x5f\x16\xca\xd6\xed\x72\x9f\xb0\xa7\x19\x18\xda\x7d\x35\xa2\xcd\x6e\x15\xac\xec\x07\x5c\x2a\x09\x1a\x5a\x89\x9b\x51\xde\x26\x48\x80\x35\xf4\x01\x43\xfe\x89\x93\xac\x86\xf2\xc1\xb3\xaa\xd6\x4e\x9e\xe5\x1b\xe5\x0a\x3c\x93\x6f\xb5\xff\x5c\xa7\x79\xf4\x20\x45\x27\xd0\x79\x25\x26\x22\xa9\xa0\xbe\x45\x32\x48\x83\x7f\x37\xb9\xaf\x0a\xd4\xb7\xda\x07\xae\xde\x3e\xe4\xa0\x1c\x10\x2f\xe6\xb6\x2e\xaf\x71\x0f\xfc\x3c\x25\xf2\x85\x2f\x65\x0b\x99\xc6\x5f\x30\x0d\x9f\x28\x59\x89\x2a\x48\xb8\x8b\x3c\x78\x2c\xdd\xe5\x0e\xb0\x04\x55\x19\x6d\x20\x2c\x2d\xae\x9b\x9b\xbb\xac\xa2\x5d\xc1\xce\xfd\x79\x79\x28\xc4\x30\xf4\x38\x1d\x87\xde\xaf\x3d\x2b\xa9\x38\x93\x1c\xa4\x3e\xd7\x55\x52\xfc\x71\xd8\xbe\xc0\x41\xf8\x75\x63\xf6\x41\xd7\x93\xfc\xbe\x83\x0d\x00\x45\xb3\xb3\x2e\xc9\xb7\x63\x57\xbe\xa8\x8a\x2a\x62\x9d\x7a\x71\x45\xde\xcd\xaf\x95\x04\x33\xe2\x91\xbb\x6c\xb3\x73\xf1\x4a\x22\x1e\x6c\x2c\xdc\x7f\x57\x89\xcf\x22\xf6\x78\x6a\xdf\x66\xe9\x14\x3b\x80\xd3\xb0\x62\xc8\xcc\x71\x66\x92\xd2\x61\xf0\x2f\x9e\x9b\xe4\x72\x50\x2f\x05\x60\x7a\xf6\x68\x33\xb6\x5f\xa8\xaf\x83\xcd\x3f\x0e\x16\xe1\x9f\x61\x4c\xbb\x79\x25\x5c\xc1\xf2\x0d\x1e\xb0\x3d\xf7\xe5\x61\xe7\x32\x24\xe6\xf1\xe1\xb0\x39\x42\x55\x74\x7d\x93\x85\x66\xff\xa8\x6c\x8c\xed\xa4\xb7\xea\x7e\x38\x4f\x55\x17\x3a\x5d\x7c\x3f\x9e\xe6\xba\xf9\xe8\x2b\x8f\x27\xf8\x9e\x74\xc9\xda\x3f\x1a\xcf\x63\x84\x90\x13\xbc\x53\xbd\x3d\xdd\x46\xb4\x27\x9c\xb7\xc3\xfc\x81\xc8\x31\x5f\xca\xf2\x81\xc1\x0f\x7b\x8b\x2a\x9d\xd1\x7b\x32\x9d\x9e\x57\xe6\xdb\xfa\xf7\x5d\xc6\x0f\xe6\xf0\xf5\xf3\xeb\x1f\xe6\xb5\x7d\x4c\xe6\xf5\x5f\x27\xa6\x99\x11\xb3\x60\xd7\x05\xa0\x62\xee\xd7\x9d\x30\xc0\x94\x1f\x97\xee\x7b\xee\x02\x82\x9d\x7e\x85\x7b\xae\xc8\x3d\xa7\xae\xf7\xe5\x22\x52\x61\xbe\x1e\xb5\x22\xe9\xce\xfb\xa1\x8a\x86\xf9\x89\x70\xaf\xf7\xeb\x63\x58\xfa\xf5\x47\x1a\xa4\xb1\x28\xb8\x9e\x6a\xcd\xf3\xbf\x21\x4c\x2e\xb2\x9f\x69\xfa\xf8\xe1\xdb\xc6\x38\xcb\x12\x7a\x47\x21\x86\xe4\x44\xb6\x15\xfe\x24\x90\xff\xf5\xd5\x4d\x7b\xc8\xdc\x3e\x8f\x28\x2b\x33\x7c\x5d\xab\xed\x93\x99\xf9\xf3\x92\x6c\x5e\xbb\x37\x8c\x43\x51\x94\x85\x26\x13\x04\x27\x78\x1a\x9c\xcc\x86\xf7\xcd\x56\x8c\xe7\x1c\x20\x82\xf1\xe3\xea\xfe\x28\x34\x11\x62\x7a\x5f\x48\x85\xed\xeb\x83\xd4\xc1\xa4\x13\x7f\xab\xe1\x43\x38\x81\x5a\x6e\xbb\x19\xdc\xc7\xd2\x95\xf3\xe5\x22\xf9\x4f\x9d\x3a\x14\x76\x45\xd6\xf7\x4f\x29\xba\x0c\xb0\x09\x8e\x0c\xa8\xbb\xef\xdd\xed\x9e\x8d\xb3\x9d\x7d\x3d\xed\x9e\xaa\xa4\x70\x42\x3d\xde\x10\x1a\x18\xb8\x57\x2b\xac\xc4\xdc\xb5\xd7\x8d\x4c\x23\x14\xbc\x3d\x45\x75\xbd\x83\x88\x08\xd5\x85\x99\x8f\xcd\x2b\xf5\x35\x85\xd1\x8b\xd4\x16\xc7\xe5\x0e\x67\x24\xcf\x1a\xf4\xbf\x0a\x80\xe7\xe6\x54\xf9\x72\x8d\xfe\xef\x53\xdc\x75\xd7\x39\x92\x33\x61\x7a\x81\x4b\xf2\x57\x52\xc7\x9e\x86\x7f\x44\xb3\x40\x7d\xa1\x82\x23\xae\x1d\xde\xcc\x5a\x7a\x59\x74\xb2\x47\x3e\x7c\x64\x77\x4c\xd8\x77\xcb\x52\xa8\x36\x70\xaf\x7b\xc1\x13\x72\xf6\x94\x50\xdf\xc1\x73\x62\xc2\x89\xe9\x8a\xa0\xa9\xb0\x75\x23\x22\x28\x3f\x14\x3a\x54\xfe\x88\xca\x54\x81\xf1\x38\xe3\x48\xa3\x1e\x3f\xca\x29\xcd\x37\xc8\x0c\x9e\xd6\x50\xea\x95\xaf\x0f\x2b\xc4\x11\x35\x10\xa4\xe1\x5e\x9a\x94\x51\x10\x48\x0f\xa1\x4d\xd7\x3a\xae\x17\x9b\x84\x32\xe1\xc9\x98\x80\xc6\x67\x01\x97\x5f\x6f\x28\xaa\x2c\x94\xbb\x5d\x92\x84\x83\x89\x52\xbd\x76\xf3\x73\x91\x73\xbe\xda\x8c\xc4\x31\x32\xa2\xa5\xc6\x42\x89\xb5\x66\x08\x80\x49\x83\x27\x97\x59\x08\x4c\xa7\x45\x6c\x7c\xf6\x91\x36\xe7\x43\xb2\x39\x07\xd2\x7b\x42\xe5\x17\xb2\x32\xca\x12\x01\x16\x44\x49\xc6\x62\x8d\x53\x8c\x48\xd9\xff\x28\xd0\x0b\xd4\x3e\x43\x8c\x80\xf0\x20\x7b\x59\xc4\xf9\xbf\x2c\xed\x89\x73\x65\x2b\x8f\x1b\x7a\xd4\x5e\x24\x77\xae\x7b\xdb\xd8\x10\x9e\xdc\xec\xed\x2c\x54\x0a\x7f\x03\xcd\x08\x65\x63\x53\x5b\xd6\x2d\xe4\x54\x17\xf6\x98\xd5\x8b\x22\xd0\x4f\x0e\x92\xa1\x62\xa9\x88\x31\xbf\x63\xcb\xaf\x43\x1d\x5b\xe1\x8a\x58\x49\xef\xf0\xa7\xa7\x4c\x99\xa5\x14\xc3\xa3\x55\x0c\x6d\x4a\x34\x7f\x41\x92\x1a\xb7\x22\x41\xf5\xa3\xe2\xaa\x13\x66\x5e\x06\x34\x25\x7e\x97\xb9\x30\x63\x04\xc6\xe1\xef\x0d\x08\x32\x57\xe6\xa0\x58\xd7\x21\xd8\x15\x97\x00\x5b\x6d\xdf\xe2\x76\x44\xcf\xd8\x7b\xfd\xd7\x17\x0a\x1f\x7e\x01\xde\x10\x67\xc9\xd4\xe5\x09\xf4\x78\x5b\x00\xcd\x01\x59\x59\x4c\x80\x87\x88\x88\x5b\x56\x2c\x54\xca\x6c\x92\x1c\x62\x12\xb7\xba\x7a\xe2\xb8\xea\x61\x13\x31\xb7\x93\x16\xff\xce\x15\xb0\xa9\x17\x65\xa1\xc0\x27\xc3\x0b\xe0\xc7\xe9\x88\x82\x90\xdc\x4e\xde\x11\x8e\xe6\x8c\xf0\xb8\xc8\xd9\xff\x63\x5a\x88\x27\xd8\x7a\xd3\x46\x99\x91\xe1\x2e\x09\x00\xe8\x16\xf9\x40\xc3\x05\x1c\x02\x27\x4f\x12\x25\x6b\xbb\xde\x7c\xca\xaf\x92\xb9\xdb\x94\x53\x44\x25\x62\x46\x46\xfb\xee\x6f\x33\x72\x24\x9c\xd7\x7c\xc2\x24\xe3\xec\x81\xb2\x4a\xe2\x07\xb3\xc4\x31\xc3\x4b\xce\x11\xe4\xe5\x0e\x3b\x24\xe7\x01\x58\x97\xdc\xf3\x8a\x64\x58\xdb\xe5\x2b\x60\x59\x02\xfe\x0a\xbc\x20\xe9\x34\xe6\x8c\x34\x85\x1d\x31\xf9\xb5\xbe\x76\xf3\xe7\xa4\xa5\x1b\xe5\x83\x63\x06\xab\x4c\x5c\xb0\xd1\x2f\x65\x70\xbd\x43\xbb\x74\x17\x35\x63\x2e\x3a\xa1\x42\xa4\x30\x36\x71\xe1\xcb\xd5\xae\x9b\xfa\xff\xc3\x66\x27\x7f\x43\xfa\xf1\x2b\xea\xd1\x3e\x17\x48\xb3\xcf\x25\x0a\x8d\x16\x8a\x48\xd2\xc8\xb9\xeb\x74\xa9\x96\xc3\x21\x73\xc6\x92\xd4\x92\x95\x9a\xc2\xd9\x40\xe0\x4e\xb7\x90\xc3\x0d\xc8\x61\x3b\x15\xa3\x84\x14\xc1\x85\x42\x02\x50\xd2\x85\xe4\xc5\xbc\x4f\x93\x06\x47\x11\x18\xc3\x27\xb3\x7f\xad\x93\x3e\xc9\x91\x40\x60\x43\x4e\xb0\xd3\x65\x7a\xbf\x59\xb8\x57\xda\x0f\x55\x21\xe3\xfc\x10\x69\x54\x27\x6f\xf1\xf7\x8d\x2e\x72\x7b\xae\xe8\xa5\x1e\x3e\x4d\x85\xea\x51\xe3\x2f\x3f\x0a\x7b\x15\xf2\xbe\xef\xd5\xa2\x02\x01\x75\x01\xd7\x14\x17\x50\x5b\xb9\x6e\x76\x32\x9a\xbf\x4d\x1a\x73\xf8\x4a\xd8\x38\x6b\x75\x98\xe5\xa7\xf9\xba\xa5\x8a\xb2\x21\x2f\x20\xf8\xdd\x21\x96\xbf\x04\x11\xf6\x63\x98\xb4\xa7\xca\xd0\xb9\x93\x58\xb2\x7a\xa3\x03\x58\x4d\x2d\xd4\xcb\x2a\x92\x58\xfa\xda\x6c\xb5\x89\x1b\xc7\x16\xea\xbd\xba\xee\x26\xa1\x97\xe4\x51\x68\xd5\x2d\x02\x20\x22\xaf\x88\x7d\x94\xc1\x95\x31\x29\x88\x64\x41\xbe\x2e\x38\x61\xd3\xaa\x1d\xdd\x0c\x97\xc5\x09\x09\xff\x07\x19\x83\xe9\x9c\xad\xea\x16\xa2\xfe\xce\x17\x0e\x58\x07\x83\xd2\xbc\x6a\xc1\x3a\x3a\x10\xd9\x74\x53\xea\x5a\x8d\x0f\xc9\x77\x52\x34\x24\x8e\xc9\xeb\x32\x73\x4e\x5e\x93\x03\x8a\x6e\xab\x4a\x9d\x86\xb7\x55\xe4\xa0\x48\x0f\x96\xa5\x2e\x25\x35\xac\xa5\x28\xc9\x01\xe8\xcd\x8b\x52\x37\x92\xeb\x65\x29\xae\x72\x70\xf1\x3a\xc4\x18\xa5\xaf\x1e\x40\xbf\x8d\xd8\x8d\xe5\xa0\x4a\x3f\xcf\x52\xd7\x92\xeb\x27\x29\x22\x39\x28\xd2\xcf\x93\xd4\xa5\xe4\xfa\x4e\x8a\xa3\x1c\x34\xe9\xe7\x41\xea\x56\xa6\xfc\x5e\x0e\x80\x9f\xf8\xff\x31\xf7\xef\xcd\xa9\x23\x59\xbe\x00\xfa\x55\x38\xf5\xc7\x4c\xf5\xa0\x28\x9e\x42\x30\x7d\x3a\x6e\x64\xa6\x12\x21\x1e\x06\x1b\xdb\xd8\xee\x9a\xa8\xc0\x18\x23\xf1\x90\x84\x04\x42\xe8\x4c\x7f\xf7\x1b\xb9\x56\xa6\x24\x30\xde\xb5\x7b\x66\xce\x3d\xb7\x23\xaa\xb7\x91\x52\xf9\x7e\xac\x5c\x8f\xdf\x6f\x4f\x79\x47\xcf\x22\x76\x03\x3a\x41\xbe\x76\x9f\xf2\x8a\x9e\xc5\xec\x7a\x74\x52\x86\x8f\x77\x94\x57\x54\x2e\x4d\x4a\xb6\x74\x82\xf1\xa0\x1b\xca\x53\x3d\x73\x1e\x58\xd3\xc9\x11\xe2\x0d\x5d\xca\x25\x79\x9a\xe8\x18\x87\x4e\x5a\xc0\xb1\xb7\xa2\xdc\x88\xb3\x32\x3f\x27\x2b\x20\x9a\x5e\x72\xa7\x95\x95\xf8\x31\x39\x02\x5f\xd1\x82\xc7\x8a\xb7\x68\x4c\xde\x27\x2e\xa4\x98\xf3\xb5\x4a\xf9\x4a\xde\x26\xe1\x14\x22\x9c\xd1\xe7\x42\xa4\x7b\x99\x6c\xe0\xfd\x8c\x6f\x5b\x59\xdc\xf0\xf3\x04\xbc\x31\x9e\x0a\x31\xd4\x8f\x93\x1d\xbc\x9f\x72\x2f\x4f\xf7\x30\x39\x81\x86\xf5\x9e\x27\x55\xaa\x1e\xde\x4d\x36\x65\xa4\x66\xda\x96\xf3\xf8\xe4\xe1\xc4\x07\xc7\xff\x01\x0f\x5a\x59\x73\xfa\x93\x3d\x3c\xb4\x79\x98\x57\xb2\x37\x89\xe0\xa1\xc5\x0f\xf9\x43\x73\xd2\x2c\xc3\xbe\xc5\xf5\xb2\xf4\xfb\x38\x53\xc2\x7b\xbe\x0f\xf6\xa5\xa7\xb0\xdd\x43\xec\x0b\xb1\x08\x63\x76\x3a\x4a\x3a\xbd\xe4\x38\xc8\x9f\x1b\xec\x7c\x94\xe4\x86\x69\xf1\xb9\x63\xb6\x3d\x8c\x6c\x0a\x3a\x16\xb2\x02\x26\x20\x8c\x4c\x0f\xed\x1e\x1c\xab\xac\x8e\x1f\x46\xd4\x41\x6c\xfd\x0d\xf5\x2b\x3d\x40\xbb\x67\xad\x9d\xe4\x7e\x6a\xec\x11\x76\x1f\x80\x0a\x12\x9a\xb6\x91\x72\xac\x5e\x03\xd8\xdd\x3b\x0d\xf8\x8e\xf7\x2d\xb8\x58\x1b\xd4\x89\xd0\x7b\x02\x28\xde\xeb\x75\x19\x8a\xb0\xa2\x80\x6f\x26\xea\xce\xb6\x08\x40\xbb\x3c\x95\x25\xd9\xba\x7f\x92\x42\x3b\xd2\xad\x83\x2e\x17\xc1\x6e\x40\x9d\x64\x1c\x07\xc5\xf4\x35\x16\xc7\xd2\xf9\x4e\xa4\x6f\x55\x64\xec\xd8\x08\xdc\x9b\xa1\x84\x0e\x7e\xd1\x82\xbd\xc8\x22\x44\x37\xa3\x1f\x95\xc0\x9c\x18\x76\xee\x06\x73\xe3\x81\xf4\xf9\xcb\x12\xfa\xe2\x6f\x9e\xc0\xdf\x9b\x6e\xe0\x01\xac\x06\x58\x0d\xf4\xee\xde\xe3\xe8\xfd\x25\x52\xd7\xf6\x78\x33\xab\xef\x55\x2c\x8e\xb8\x12\x29\x1f\xc2\x57\xc2\x75\xbe\x05\x92\x37\xb2\xa2\x87\x9a\x25\xb2\x69\x4b\xfe\x51\x85\x80\x90\x9a\xe7\x58\xc5\xc8\xc2\xde\x4d\x53\xaa\x80\x55\x41\x07\xac\x33\xf5\x56\x08\x2d\x34\xe2\x72\x33\xec\xc8\xf7\xc1\x7a\x90\xf9\xfd\xd9\x48\x7e\x32\x13\x97\xa0\x35\xdd\xed\x06\x88\x93\x84\x52\xda\x8a\xa2\x8a\x7f\x83\xc1\x3b\x48\xbd\xbc\x07\x9d\xd7\x04\x6d\x39\x00\x71\x35\x41\x61\x09\x04\xa8\xe5\x08\xfc\x40\xd9\x1e\x5e\xaf\x58\x7a\x80\x33\xfa\xb3\x85\xc1\xbc\xf5\x82\xf7\xf7\xac\xd2\x86\x70\x66\xdd\x04\x90\x69\x60\x13\x2d\xc0\x1a\xdf\xa3\xcf\xe5\xb7\xb0\xc6\x6a\x93\x47\x20\xbc\x2d\xb5\xc4\x6e\x48\x60\x25\xb2\x1a\x3d\x60\x10\x2a\x46\xd6\x89\xa9\xf0\x24\xb5\x46\x8f\xd5\x15\x40\x70\x2d\x13\xec\xe6\xc5\x09\x04\x4d\x66\xd0\x67\x09\x30\x82\xa0\x9d\xef\x39\x56\x31\x43\x04\x63\x8b\xb0\xe7\x3d\xc5\xc7\x16\x80\x75\x6d\x32\x54\xaa\x5e\x88\x27\xb9\xc2\x90\xbe\xcf\x31\xa4\x45\x7b\xcb\x6d\x71\x8b\x61\x09\x3d\x86\x4c\xd2\x6f\x23\xa2\xd3\x0a\xfc\xf0\xc9\xeb\x09\x46\xd0\x32\x98\xa4\x56\x04\x44\xac\x80\x76\x3e\xa4\x74\x2d\x69\xda\x1f\x70\xd1\x40\x50\xd2\x83\x8c\xc6\xa8\xc3\xc3\x05\x76\xa9\x7c\xba\x11\x4f\x2f\x7e\x43\xff\xa5\x5d\x58\xe0\xf3\x32\x78\x1e\xbe\x1f\xa4\x7b\x0a\xb2\x59\xd6\x37\x80\xae\xbf\xa5\x6d\x8e\xc3\xec\x9c\xc4\x86\xc6\xd0\xec\xca\x5c\x80\x9e\x63\x30\x74\x8c\x77\x64\xe7\x55\x9b\x40\x73\xcb\x1c\x6a\xf8\xc0\x87\x77\xa6\xae\x44\x50\x50\x49\x3a\x7b\x71\x5f\xe1\x3a\xdb\xb7\x64\x2c\xdd\xf1\x66\x0a\xab\xc6\xda\x7b\x2b\x7b\x20\x84\x46\x9c\x7f\x76\x3b\xc0\xc7\xed\x9a\x09\x94\x1e\x29\x93\x7e\x63\xf0\x04\xd5\xd0\xab\xae\xd8\x8f\x02\x24\xd9\x15\x19\x0f\x88\x65\x95\xb1\x80\x32\x60\x37\x22\x15\xd5\x08\x91\x1a\x70\x97\x71\x61\x87\xbc\x27\xac\x43\x77\x88\xfc\x52\x87\xd1\x7c\x36\x51\x4f\x69\x13\xf2\x0c\x28\x81\x20\x90\x3f\xa3\xa9\x23\x74\x00\x3b\x91\x57\x68\xe4\x60\x98\x31\xc4\xc5\xb1\xee\x02\xbb\x0d\x1d\xc6\x96\xc8\x4a\x61\x6d\xd9\x1e\x38\x13\x78\x37\x94\xad\xdd\x18\xe8\xd5\x86\x1a\x0d\x8c\x50\xb6\xf7\xe8\xed\xb8\xdc\x22\x97\xc5\xa8\xfd\x08\x8f\x7d\xf9\x18\x33\x63\x35\xbe\x3a\xf5\xd0\xc3\xb0\x98\x49\x8c\xa9\xac\x1b\x99\x88\xc7\xc5\x4c\xee\xc9\x2c\xe1\x7e\x28\x89\x5c\x63\x1c\xe1\x10\x47\xf8\x84\x5d\x50\xa5\x9d\x68\x88\x6b\x00\x64\xcf\x7a\x34\xc4\x8b\xd2\xd6\x90\x81\x8c\xaf\x62\x07\xdf\x19\x92\xc1\xd1\xcb\x1f\x0f\xb6\xa6\x36\x26\x7d\x7b\xdf\x32\x71\xfb\x98\xc3\xc6\x27\x3a\x9e\xad\x99\x8e\x19\xcd\x4e\x78\xc3\x77\x60\xef\xb0\x77\x07\x64\x3f\x81\x21\x1e\xcb\xa2\x63\x74\xc5\x55\x49\xd7\x98\x74\x2f\x93\xf2\x2c\xa9\x4d\xf8\x96\x11\x60\x63\x81\x81\x6f\x63\xcb\x16\x21\x4e\x80\x97\x08\xeb\xb6\x93\x50\xf0\x31\x3d\xe0\x83\x85\xdf\x32\x25\xe4\x0f\x6c\x36\xdc\x13\xfb\xcc\x80\x30\x22\x37\xdf\xc5\xd1\x30\x61\xe9\x41\x04\x29\x0b\x99\x81\x7c\xb4\xa2\x72\x9f\x50\xd5\x25\x50\x79\x71\x20\xb1\xc7\x8d\x8b\x1c\x9a\x72\x47\x91\xdf\x2e\xf4\x10\xb6\x1a\x9d\xfa\x27\x38\x2e\x41\xe1\xf4\xe2\xeb\x20\x5e\x02\xa8\xeb\x0b\xd1\x9e\x88\x65\x23\xd3\xd8\x86\xea\x30\x20\x62\x4b\x9b\x11\x96\xb0\x7d\x3c\xf8\xae\x52\x78\x0f\x13\x6d\x8e\xb1\x49\xcb\x0d\xb4\x99\xbf\xe3\x31\x39\x37\x70\x6c\xd7\xd2\x6e\x85\xc6\x59\xee\xba\x78\x09\x17\x02\xa7\x2d\xed\x32\x24\x4e\x11\x19\x3c\x3b\x61\x1a\x40\xed\x2a\xe6\x8e\x44\xa6\x58\x22\xa2\x5d\x55\xf2\x69\xc8\x38\x1f\x57\x42\xe3\x39\x85\xbb\x04\xdc\xa4\x51\x82\x3f\xde\xfa\x36\x95\xdf\xae\xae\xbe\x15\x57\x8b\x29\xb1\x12\xe4\xa9\x16\x9f\x8a\x05\x3c\xc6\x79\xda\x29\x76\x8b\xa7\xe4\x9b\x45\x0c\x62\x0c\x73\xe8\xb1\xf0\x40\x02\x4f\x3f\x11\x0e\x56\xba\x93\xd5\xdb\x4f\x0a\xa4\xe0\x1b\xbc\xdf\xcf\xdd\x14\xad\xfc\x3b\x9c\x08\x3c\xa6\x1d\x04\x01\xee\x76\x0e\xfd\x0b\xda\xef\x31\x21\xc4\xeb\x66\x5b\x24\xd2\x21\x8c\x08\x0f\x79\x98\xcd\x09\xeb\x65\xa2\xd9\xc4\x61\x20\xb3\x28\xf3\xe0\x59\xd2\xba\x43\xe0\x96\x07\x42\x1d\x5a\x14\xac\xf3\x3b\xec\x2f\x29\x28\xc8\xac\x7a\x03\xe7\x43\xa3\x01\x2b\xca\x6a\xd6\xe0\x94\x7b\x0d\x03\x50\x43\x4e\xc1\xd1\x6a\x6d\x3a\xe0\x7b\xbc\xa2\xbb\x6d\xef\x62\xef\xdb\xd1\x2d\x6a\xa5\xac\x46\x0c\x0e\xae\x07\x73\x55\x83\xed\x82\x84\x5b\x7c\xd1\x42\x88\xd6\x9e\x81\x83\x8a\xec\x19\x83\xfe\x4e\x6e\xb7\x62\xbe\xba\x40\xa7\x91\x18\xe6\xc5\x06\x8c\xa8\x03\x96\x83\xff\x22\x46\xe1\x29\x90\x80\x0c\xe2\x48\x32\x75\x23\x9f\xf3\xa0\xbf\x41\x1a\xb9\xeb\x8c\xe4\x4e\xde\x59\x7f\x93\x51\x70\x91\x91\x8f\x40\x5f\xc7\x21\x90\xca\x57\x68\xf9\x08\xfa\xfd\xae\x61\xe4\x47\xf6\x52\xb1\x07\x74\xe8\xbb\xf2\x79\xb0\x9f\x0f\x38\xfb\x9f\x7c\xc4\x82\x7c\x4f\x75\x33\x1b\x66\x49\xc8\x25\x11\x37\x36\x18\x14\xb2\x81\x75\xe0\xb0\x4a\x19\x63\xdc\x62\x58\xa9\xac\xc6\xeb\x28\xb8\x88\x45\x61\x7d\xc0\xa4\x84\x39\x30\x0f\x70\x9a\xac\xa9\xd1\x64\x28\xe4\xcd\x08\x7b\x3c\x4d\x2e\x9a\x7b\x9e\x69\x73\xb2\x7e\x02\xa9\x9c\x19\x18\xe6\xe2\xd3\x23\x48\xf6\xac\xc1\xc4\xa9\x13\x51\xc2\x78\x05\x5d\x31\x8f\x21\x84\x6d\xde\x5d\xca\x79\x43\x03\x63\x31\xc1\x1a\xcb\x5a\x48\xd3\x7f\x39\xe9\xf9\xe5\xa4\x7f\x25\xb6\x8e\x10\x97\x2d\x40\xf7\xa8\x3e\x9a\xdb\x06\xac\xa8\x15\x0d\xd1\xad\x6f\x2c\x2a\x61\x13\x2b\x9f\xa3\x16\x61\xfd\x75\x22\x51\xf5\x57\x35\x89\x07\x0f\x7e\x33\x38\x3f\xec\xdd\x06\xea\xdd\xd7\x8f\x88\x2b\x5b\x85\xe5\xc6\x86\x6b\x89\x4d\xb6\x42\xe4\xcb\x8f\xf4\x42\x9e\x68\x57\xfa\x18\x74\xda\x38\x41\x98\x28\x39\x4b\x21\x84\x8e\x40\x39\xd9\xa2\xfb\x26\x74\xfe\x22\xc4\x7f\x57\xac\x0c\x2b\x80\x35\xb8\xd3\x34\x25\xde\x1c\x7c\x92\xd0\xbe\xc4\xd4\x06\x49\xf3\x4c\xab\xb0\xd3\xb2\x0a\x4b\xae\x13\x9a\x40\xeb\xb4\x01\xa5\xc6\x96\xa1\x9c\xfb\x91\x6d\x9e\x7b\x4a\x52\x3e\xc5\xc3\x60\xad\x76\xce\xeb\xc3\x80\x79\x4c\xed\xe4\x97\xa7\x00\xf8\x52\xa1\x70\x4a\xd4\xb7\x65\xc3\x84\xc6\xad\xa8\x17\xc1\x66\xdf\x81\xcd\xfe\x89\x44\xbc\xc9\xb7\x29\x04\xe6\xa4\x7c\x8f\xcc\x1f\x4b\x4f\xbf\xc8\x97\xe9\xb4\x76\xba\x49\x90\xbe\x07\x04\x7e\x96\x50\x03\x63\xee\xdb\x88\xea\xff\x12\x24\x83\x2f\xec\x0d\x4b\x42\x06\x9b\xda\x50\xa5\x3b\x01\x0c\xd8\x75\x42\x98\x15\xc6\x5e\x5a\xa4\xc4\x1c\x8d\xcd\xe2\x60\xed\x81\x8f\xc0\xde\x9a\x61\x72\x41\xbc\x81\x62\x1f\xf1\xe9\x3a\x28\x0e\x6e\x55\xa2\xe5\xb8\x28\xa9\x6e\xf9\x1e\xcf\x93\xb9\x58\x3c\x1f\x5e\x2c\x0b\x8f\x70\x63\x7e\x5d\x99\xe8\xb7\xc6\x08\xfb\x5c\x57\x06\xb9\xba\x0a\xe4\x17\xe7\x55\x05\xd6\x92\xfb\xa3\x81\x1e\xd9\xd5\x26\xde\x49\x5d\xd8\x9a\xc8\x86\x1a\x46\x5f\xbb\x27\xde\x00\xb0\x1b\xac\x2d\x2b\xfa\x90\x4b\xe7\x8c\xd4\x1b\xe4\x96\x48\xfb\xbf\xb6\xd5\x8e\x88\x1d\x0a\x21\xa6\x4b\xca\x53\xb5\x77\x46\x97\x7b\xe7\x86\x92\x85\xe8\xed\x67\x58\x18\x00\xaf\x12\xc8\x8d\xf6\xb2\xb4\xeb\xdc\x01\x8b\xab\x61\x46\xc0\x7a\x6f\xf1\xeb\x53\xfd\x4c\x1b\x88\xc3\x79\xe3\x43\x91\xeb\xea\xf1\xe6\x4b\xb0\x06\x78\x56\xb5\x6c\xdd\x14\x5c\x54\x9e\x5f\xcf\x80\x1d\x25\x96\xa9\xce\x00\xb9\x3a\xc4\xa9\xc7\x08\x3b\x40\xf7\xda\x4b\x3c\xbf\x95\x89\x28\x18\x23\x7e\x68\x03\xfb\x19\x3d\x75\x6c\x57\x02\x03\x69\x16\x99\xbe\x69\x63\xf2\x60\xaf\xf1\x89\xd5\x84\xde\x66\x44\x97\xbd\x2d\x7a\x1f\xa0\x5e\x12\x79\xc1\xb3\x09\x37\x55\x62\xf9\xf2\x2d\x7b\x69\x11\x0b\x18\x78\xaa\x77\xcb\xba\x03\xf3\x77\xae\x43\xc1\xbc\x81\xee\x62\x24\xeb\x8e\xa9\x90\xff\x00\x65\x38\xeb\xb0\x31\x61\x6f\x2e\x22\xae\x2e\x0d\x3d\x5f\xe7\x3e\x55\x40\x3e\x83\xb5\x3e\x90\x1d\x38\x22\xd6\x9b\xea\xbf\xaf\x92\xa1\x38\xec\xd1\xda\xe1\x35\xf0\x0b\x10\x03\xdf\xea\xf8\xeb\xb6\x0c\x45\xb8\x12\xa1\xaa\xf8\xaf\x92\x9a\xac\x9f\x10\x8e\xaa\x60\x6f\x66\x41\x37\x2f\x3a\x40\x1e\xc9\xe9\x0a\xce\xb5\xb7\xea\xff\x8b\xb2\xc1\xd7\x94\xbd\xb5\x83\xe1\xcf\x94\xfd\x43\xd1\xb1\x8e\x43\x73\x5f\x6b\xca\x85\x23\x2b\x9a\x82\x52\x85\xa5\x85\xd2\x6b\x30\x17\xa7\xeb\x07\xe0\x60\xac\xff\xff\xae\xf0\x7b\xc2\xb8\x04\xed\x15\x6b\x40\x08\x6f\x36\x61\xdd\x9a\xf7\xdd\x82\xda\x53\x32\x78\x54\x0b\x2a\x9f\x47\x0f\x20\x29\xb1\xd1\xf7\xf7\x0b\x1e\x66\x67\xd1\x77\x92\x17\x30\xac\xa2\xce\x08\x66\x5f\x6c\x86\xed\xfc\x04\x92\xde\xa1\x33\x31\xb7\x2b\x7f\x22\x7a\x5d\xe7\x94\x5c\xe4\x84\x7c\x7a\x08\x66\xdc\xee\xa6\x92\x33\x1c\x89\x66\x31\x06\xf7\x6a\x83\x8e\x32\x29\xb4\x8d\x08\x0c\x65\x88\xd8\xe7\x0e\x5f\x4b\xac\x9b\x16\x80\xde\xb1\x97\xd0\x05\xff\x01\xa9\xb0\x97\xc2\x13\x27\xec\x45\x52\xfa\x08\x89\x4f\xaa\x9d\x00\x7a\x6c\xcd\x5c\x1d\x36\xdf\x4c\xb1\x55\x43\x57\x11\xa5\xf1\x49\x7c\x04\xc9\x28\xb7\x72\x89\xd8\xa7\xc4\x4a\xa9\x03\x42\xce\x60\x02\x06\xcf\x7a\x07\xd7\x0a\x4c\xa7\x33\x5d\xef\xfa\x78\xd9\x72\x41\xd4\x59\x1a\x10\x97\x97\x70\xe3\x31\xe7\x85\xb6\x25\x2f\x34\x10\x23\xa1\xcb\xee\xa0\xec\x81\xab\xec\xd2\x05\xd3\x2e\x4b\x69\x45\x9d\x72\xcd\xb3\xa5\x49\xc2\x5e\xd6\xef\xa4\x18\x7e\x52\x3f\x49\x14\xad\x85\x3c\x9f\x58\xc0\x92\x96\x8d\x72\xab\xab\x23\x86\x39\x6d\x24\x8a\x56\xab\x89\x84\x59\x6b\xda\x08\xb0\xdb\x40\xa0\x79\x71\xa3\xae\x54\x18\x01\x59\xa3\x15\xd2\xad\x29\x3d\x9d\x41\x73\x74\x02\xc9\x31\x64\x42\x6c\xb6\x09\x7f\x0f\x8f\xb7\xe4\x09\x70\x09\x27\xa3\x08\x0c\x85\x64\x7c\x8c\x61\xa8\xaa\x34\xc0\x2b\xf9\xbb\x36\x17\x37\x0c\x1f\xa4\x14\x46\x44\x1e\xd0\xb0\x16\x50\x10\x92\x71\xda\x04\xd3\x1e\x11\x17\x4a\x08\x9c\x7a\xaf\xe2\x93\x45\x00\xce\xb5\x1f\x8e\x84\x04\xdc\x37\x91\x03\xaf\x13\xe2\x4d\xfd\xe8\x4a\x41\x6c\x1f\xe4\x12\x1c\xd8\xdf\x6c\x70\x90\x86\x73\x84\x1d\x54\x79\x75\x44\x0e\x40\xe9\x73\x4d\xb1\xaf\x9a\x4c\x69\xc8\x24\x08\xbc\x98\xcd\xe0\x59\xcd\x0e\x66\x85\x49\xe7\x21\x04\x06\x18\x41\x2d\xaa\xc0\x20\xf3\x88\x2c\x3a\x8b\x3d\xfc\xfa\x90\x10\x77\x3e\xfc\x7a\x08\x0e\xa8\x86\xdd\x83\x55\x94\x3f\x6e\x20\xf2\x02\xc8\xdf\x46\xcf\xda\x3d\xb1\xef\x42\x74\xe7\x48\x43\xe4\xb5\xd5\xee\x59\x63\x89\x1a\x91\x51\x13\x4d\x12\x6d\xe6\x35\xfa\x62\xa2\xa6\x26\x40\x94\xf5\x47\x92\xcf\xb8\xa1\x0f\x34\x71\xa8\xf0\x03\x86\xd0\xcf\x0b\x36\x9f\x37\x69\xdd\x79\xbd\x30\xee\xbc\x48\xdb\xce\xec\xc2\xb4\xf3\x2c\x4d\x1b\x4f\x45\xd3\xc6\xe3\xc4\xe9\x82\x25\x62\xd5\x55\x79\x3e\x4c\xaa\x40\x21\x7c\xcf\x6b\x46\x66\x5a\x99\x4c\x56\xf0\x63\xcc\x1d\xf5\x70\x43\xc9\x1d\xda\x36\x46\x05\xdb\xc6\x50\xda\x36\x06\x45\xdb\x46\x1f\x0c\x16\x9c\xd8\x45\x83\x45\x6f\x72\x86\xac\x2c\x9e\x1a\x59\xca\xee\xa4\x89\xfc\xc5\x5c\x57\x0f\x7d\x4a\xcc\x49\x1d\x7e\x31\xde\x28\x94\xce\x4c\x44\xfe\x6d\x16\x90\x7f\x7f\x16\x64\xd5\xfb\x13\x90\xd5\xef\xa0\x07\x7e\x08\xd4\x09\x31\x12\x83\x0b\xe4\x1c\x5d\x02\x26\xd7\xf7\x68\x72\x45\x40\x30\x40\xda\x0e\xfd\x02\xd4\x9d\x5e\x08\x85\x68\xf9\xdf\x80\xb0\xaa\x6b\x2a\x5c\xd8\xf4\x46\x01\xd4\xac\xda\xcd\xe1\x66\x8e\x06\x57\x70\x44\x64\xd6\x30\x38\x34\x87\xba\x07\x50\x85\x95\xd1\x63\xed\x80\xd6\xfc\xc9\x93\x96\xa1\x0d\x7c\xae\xdb\x12\x6c\x60\x41\xb8\x43\xdb\x7b\x34\x06\xad\x11\x19\x65\xe6\xc2\x5a\x64\x21\x95\x86\x10\x04\x71\x0a\x1e\xbf\xd6\xe1\x5e\x5c\x67\x4f\x5d\x40\xab\x8a\x2a\xfd\xbc\xef\x3a\x18\x7f\xa9\xae\x72\x18\x52\xe2\x75\x70\x7f\x42\xcb\xec\xfd\x66\x0f\xa8\x67\x1e\x50\x11\xdd\xc2\x89\x64\xb2\x7b\x2b\x08\xc6\x76\xcf\xe0\x8c\xa5\x75\x9e\xc7\x7a\xa5\xdd\x1c\xdd\xca\x8d\x69\x0e\xf1\x58\x51\x20\xb6\x27\x2a\x2e\xd9\x55\xf9\xca\x2f\x40\x04\x88\xbf\x9f\x67\x0a\x1c\x8c\xbd\xec\xa9\x8a\xe5\x62\xcf\x6e\xd8\x2d\xc0\x45\xae\x30\xfe\x4d\xba\x11\xce\x2b\xe8\x3d\x30\xad\xee\xc0\x45\xf1\xbe\xe2\x81\xe7\x67\xc2\x76\xd1\x9f\x75\x7c\x82\x9f\x0e\xda\xa0\xc1\xe0\x8f\x10\x59\x82\x38\x47\x21\x4d\xdb\xfd\x3c\x4a\xf0\xd8\x82\xc9\xd9\xad\x65\x26\x19\x60\x68\xa9\x61\xd0\x8c\xba\x46\xc9\x9e\x4d\xb6\x3c\xaf\x6e\x47\x12\x99\x80\xf3\xe5\xb9\x9b\x37\x30\xae\x7e\x01\xe9\xd5\x5c\x13\x34\x19\x22\x6f\x73\x2f\x7b\xe9\x54\x17\x45\x77\xef\x34\x9b\x8c\x5e\x3a\xa0\xac\xec\xea\x68\xb6\xdf\xe5\xc8\x6a\x1e\xdd\x63\xf4\xa0\x17\x60\x95\xea\x9b\x61\x1e\xf6\x97\x48\x3f\x42\x88\xfe\x79\x52\x11\xf6\x59\xec\x8f\xf6\x44\xac\xb7\x5d\x38\x04\xe3\x7a\x1d\xda\x96\xd2\x54\x6e\xad\x30\x9a\xc7\xa0\xb0\x32\x4e\x56\x71\x39\x84\xc5\x60\xa2\xb6\x4c\x36\x23\xfc\x65\x27\x89\x6e\x31\x16\xd4\xa1\x8a\x04\x43\xa1\x89\x6d\xea\xa8\xaa\x49\x43\xf0\x7e\x68\xd0\x50\x61\x20\xae\xa8\xed\xf4\x5e\x3c\xa6\xc2\x21\x19\xcf\xe0\x94\x44\xad\xcf\x87\x6e\x8e\xe1\xa5\x50\x02\xc9\x93\xd6\xa6\xc4\x72\xd8\x39\x40\xbe\x7c\x3d\x96\x3b\xfe\x54\xdb\xf4\xd9\x1d\xdc\x72\xac\x39\x0e\xd8\x6b\x05\x51\x5c\x71\x8f\x60\x1d\xc4\xed\x2c\x23\xe0\x55\x9b\x56\x1b\x36\x7a\x51\xc2\x31\x51\x43\xb2\xe5\x0d\x63\xb8\x63\x39\x01\xc7\x43\xcb\x45\x77\x92\x1d\x6b\x26\x3d\xb4\x88\x18\x88\x63\x9e\x98\xd5\xe3\x05\x52\x4f\xad\x5a\xc0\x8e\x5b\x7d\x68\x53\xf2\x70\x16\x5d\x3f\x4d\x69\x02\x30\x70\xcf\x91\xe8\xb8\xd7\x84\x6e\xde\x0a\xee\x2a\x4f\xb0\x2d\xc0\xad\xfa\xf5\xb4\x61\xda\x0c\xf4\x42\x42\x18\xd4\x67\x62\xb1\x0e\xdb\x67\xec\xa3\x3a\x54\x91\x11\x53\xe3\xac\xd9\x23\xe8\x2e\x96\x1e\x87\x9a\x85\xea\x06\xf4\x5a\x3a\xd3\x72\x66\x6e\x27\x2f\x6b\xe9\xb0\x95\x9d\x00\xbc\xc2\x6e\x6f\xbd\xed\x67\xb5\xf4\x51\x41\xce\xcf\x01\x28\x4b\x98\x47\xb7\x65\x96\x23\xce\x22\x2a\x52\xf6\x36\xa6\xa9\x9c\x1a\x0e\x92\xcf\x70\x37\x00\x21\x93\x3d\x36\x3a\xec\x36\x40\x75\x8e\x70\xba\x6b\xc9\x11\x9f\x12\x36\x31\xd5\xd6\x3e\x87\x55\x27\xb1\x07\x01\xfe\xfe\x51\xd4\x7c\x88\x3e\x88\x78\xdb\x85\xff\x3f\xd2\x0c\xf0\x2e\x66\xbd\x1f\xc0\x99\x8e\x11\x3c\x16\x84\x20\xac\x7f\x59\xcc\xfb\x97\x4f\xcd\x26\x1b\xfa\x72\x7a\xcb\x81\xf3\xa2\xeb\x7e\x70\xf7\x00\x8f\xc2\x3c\x5a\xbb\xd1\x0f\xea\x6d\x4c\xd7\xa7\xcb\x7e\xd8\x04\x20\xfb\xb1\x47\xbd\xd8\x0f\x3f\x44\xc8\xbe\xe8\x85\xd7\x8b\x5e\x98\x93\xfe\x83\x66\x93\xe9\x4b\x75\x9e\xd7\x75\x75\x5d\xd7\x76\xa0\xea\x1a\xdf\xa8\xab\x7a\x1b\xd3\xce\xd5\x98\xed\x54\x5d\x8d\x62\x5d\x8b\x90\xdb\xff\xb5\x31\x1b\x8a\x1b\xfe\xd3\xcb\x71\x9e\x43\xed\x35\xbf\xaf\xf3\xad\x5a\x55\x29\xb1\x5e\xd6\x5b\x96\x37\xba\xf5\x5f\xc8\xa0\xb2\x66\x17\xf0\x6e\xf5\xa7\x7f\x3e\x8f\xc6\x86\xe5\xad\x38\x3d\x5f\xce\xf9\x10\x12\xb1\xc7\x6d\x42\xaf\x73\xde\x9b\xda\x0a\xf6\xee\xa4\x88\xbb\x57\x04\xc4\xfe\x32\x0f\x66\x84\x4d\x1a\xaa\x2f\x67\x42\x82\x8f\x33\xc4\xc0\x27\xd2\x7f\x83\x4e\x6d\x7d\x14\x74\x40\x01\x3d\x44\xec\x36\xb8\xb5\xca\xfd\xc8\xd4\x49\xd7\xed\x01\x8a\x5f\x2b\xca\x3a\xa5\x4e\x89\x3e\xfe\xc4\xfd\xe8\x58\x40\xaf\x7c\xca\xd1\x17\xdc\x02\xae\xa1\xc4\xd6\xe3\x84\x0d\x99\x72\x4e\x38\x8d\xf1\x4c\x59\xb3\xcd\x51\x55\xd6\x90\xdd\x53\x1e\x22\x51\xdc\xe0\x36\x4a\xb3\xaa\x61\xf9\x54\x68\x65\xf7\x4d\x1b\x90\xf1\xcb\xe9\x43\xdd\xbc\xe1\xbc\x4e\x3e\xbe\xdd\xa5\x7e\x6e\x1f\x2a\x22\x2d\xdf\x28\x77\x41\xb8\x47\x0d\xdc\x57\x70\x07\x69\x1d\xaf\x47\x34\xdf\x10\x1a\xe5\x42\xce\x20\xe1\x5f\xc1\x00\x67\x23\x3a\x47\x80\xfa\x3b\x71\x2b\x5d\xbe\x9c\x3f\x80\x4c\xb3\x8c\xf1\xaf\xb4\x76\xdd\xa8\xcb\x39\x73\x63\x5b\x3b\x7f\xa9\x94\xf8\x64\xc7\xc8\x20\xa5\xc1\x63\x0e\xbc\xcb\x74\xda\xf8\x92\x79\x36\xd5\x93\xf2\xcf\x66\x2e\xba\x12\x32\x3f\x4c\x2f\x6a\x9e\xfe\x8f\x66\xae\x3f\xc8\xdb\x33\xca\x3a\xdb\xe5\x97\xf1\xdc\x89\x85\xd8\xb9\x97\x26\x09\xb4\x7e\x7a\x98\xac\x23\x93\x9d\x02\xd8\x93\xf8\x63\x50\x1c\xf6\xb3\x84\xb9\xbc\x02\x17\xbe\xe2\x26\x30\xbd\x07\xd6\x2c\xf7\x85\xc8\xb1\x68\x88\x83\x95\x7d\x60\x58\xc8\x59\xdc\x84\xc5\xae\x36\xc4\x03\x75\x43\xf3\x13\x95\xc8\x83\x77\x94\x9f\xbb\x3c\x65\x65\xbc\x00\xed\xa8\x13\xc0\xdd\x94\xaf\x02\xb4\xdb\x85\x14\x45\xeb\x2a\x8d\xf7\xf8\xe6\xb8\xc7\x29\xac\x23\xa8\x47\x95\x36\xe4\x8b\x7a\xf6\x02\xf2\xaa\x53\x5d\xbe\x68\xee\x61\xbb\xe6\x06\x85\xe3\x64\x1e\x87\x32\xa7\x10\xc8\xde\x3f\x01\x70\xd0\xa7\x1d\xf9\xb8\x1d\xe2\x4a\x38\x50\xe5\xc7\x99\x20\x50\x1f\x3f\x39\xd0\xa7\x2c\xa6\x68\x9f\xf2\x69\x45\x7e\x53\xce\xbe\x89\x65\xe1\x89\x6c\xc8\x09\xcf\x0a\xd4\xb5\x4a\x41\x22\xc6\x05\x75\x25\x49\xb8\x00\xbb\xc2\xd6\xd4\x91\x4b\xf3\x08\xde\x5c\xd6\x63\x67\xc7\x6e\x1c\xb8\xcd\x93\x4c\xde\x90\x27\x69\x3b\x41\x4b\x4e\x52\x84\x77\xbf\xc5\x74\xf1\x23\xb4\xd2\xfb\x97\xf5\xf3\x8d\x13\xf3\xa4\x0a\x8b\x65\x61\x65\x59\x37\xdd\x63\x37\x0e\xab\x6f\x93\x1b\xde\xad\xa3\xe9\xdb\xe4\x8d\xdd\x37\x07\xd1\x97\x2f\x4e\x31\x7e\xe1\x6c\xbf\x1e\x3b\x27\x0f\x3b\x26\xf5\xd4\x62\x6a\xa9\xcf\x0f\x95\x9f\x15\x36\xfe\xdb\x87\xcc\x2d\x46\x8e\x2f\x87\xcc\x2a\x62\x17\x1b\x78\xfc\x71\xb1\x5a\xf1\x64\x78\x6c\x1f\x2f\x11\x71\xd3\x23\xfd\xf1\xe6\x61\x14\x4e\x67\x90\x4a\x2a\xed\x9f\x3d\x5c\x61\x2b\x1e\x91\xe9\xe7\x9f\xed\xc2\x72\x95\x31\x0f\x3a\xf5\xa7\xf6\x32\xf1\x49\x93\x8a\xbd\x2c\x99\x16\xce\xd6\xd4\xfa\xef\x9d\xad\x7b\xeb\xfb\xb3\xb5\x5e\x46\x10\x6f\x8f\xc6\x67\xfa\x63\x09\xe0\xe2\x9c\x93\xe7\x6b\xb4\x04\x4f\x3c\x24\x7e\xa9\xd1\xc3\x52\xa6\xe8\x20\x64\xd2\x08\x68\x77\xef\x5b\x67\x50\xe8\x59\x6b\xd6\x7a\xbb\x7d\xba\xa8\xea\x1c\x03\xf4\x31\xf3\xa8\xd7\xf9\x93\x4e\x2b\x7e\x72\x82\x4e\x5b\x3f\xdc\x3e\x5d\xfe\x47\x32\x8f\xef\x7f\x74\xba\x88\xad\xf3\x95\x58\x2f\xc1\xe3\xad\xc3\x45\xa5\x12\xfb\xe5\x9e\x9a\x71\xef\x44\xf7\x0d\x30\x73\x2d\x75\x70\x77\x60\x8e\xbc\x28\x32\xd2\xd5\x46\x3c\xa4\x77\x5a\x9d\x6a\x65\x46\xe6\x44\x1b\x93\xf7\x1d\xab\x39\xb8\xfd\xd7\xe8\x49\x1f\xe6\xb1\x6b\x00\x25\xbd\x67\x81\x5e\x24\x96\x4b\x58\x3a\x06\x6a\xd2\x73\x54\xa4\x26\xb5\x08\x19\xa4\xa8\x03\xe6\x3a\x06\xd4\x00\x2c\x54\x93\x66\xe7\x0e\x20\xea\x32\x7e\x5a\xa0\x8a\xf6\x58\x05\x1d\xe8\x93\x67\x30\x6d\x49\xd8\xb0\xc8\xb2\x8a\x21\x60\x6d\x5b\xde\xde\x37\x08\x12\xf7\x24\x79\x13\xb1\x9b\xcd\x50\xe2\x67\x9d\x25\xf7\xa7\x21\xf5\x48\x38\xdd\xef\xf7\x27\x0c\x51\x66\x9d\x8a\x2d\x3b\xb7\x25\xee\xea\x8f\x0e\xdd\x77\x64\x64\xdc\x9c\x98\x29\x15\xb7\x6b\xd8\x67\xe4\xf4\xcb\xef\xf4\x33\xf4\xad\x62\x31\xab\xa2\xab\xcc\x3b\x86\x1f\x84\xe7\x81\x36\x67\xa6\xc7\x64\x3f\xda\xa2\x1f\xfb\x3b\xe6\x79\x54\xf6\xe3\xb9\xd8\x8f\x48\xc5\x7d\x38\x4b\xdd\xf4\x1e\x23\xe7\xe6\x6b\x7d\x08\x16\xf7\xeb\x86\x13\xbe\x2a\xcb\xd8\x64\xd1\x8d\x57\xd5\xef\xae\x79\x74\x51\xfd\xc6\x4f\x54\xbf\x7e\x51\x7d\x51\x93\x85\x56\x1d\x30\xd3\xa0\xc7\x33\x28\xe6\xef\x91\xb5\x61\x8b\x26\x31\xb1\x2f\x2a\x85\x4a\x4c\xf5\x14\xc5\x13\xe4\x71\x5d\xb6\xb6\xc3\x0c\xb4\xa9\x06\x3a\x9a\xc2\x4b\x37\xca\x6e\x76\x2c\xa1\xc6\xe5\x97\xed\x6d\xae\xcf\xa9\xd1\xda\xe5\x97\x65\x20\xb3\x41\x36\x55\xe6\xb0\xc6\xe5\xdb\xd5\x2e\xe3\xb2\xb9\xfb\xd0\x2c\x32\x7b\x70\x52\x69\xb0\x67\xa8\xb4\x5c\xe1\xef\x2a\xea\x53\x24\x0e\x8c\xb4\xee\x5a\x84\xa1\xfb\xdf\x76\x37\xcc\x6a\x02\x91\x6f\x08\x62\x20\x9b\xed\x42\xb3\xd5\xd3\x75\xc4\xb2\x8a\x2d\x72\x5c\x90\x57\xc2\x25\x86\xdb\x13\xb1\x7a\x88\x00\x03\x45\x82\x1f\xc9\xe7\xff\x85\x12\xef\x8b\x25\xda\x30\x77\x9a\x66\x45\x8c\x21\xb1\x62\x8e\x48\xa0\x08\x1f\xd3\x86\x19\x2f\x0e\x10\x72\x36\xcb\x9e\x95\xb9\x8e\x7b\x7c\x83\x9e\xb2\x60\xf4\x25\xaf\x30\x2c\x11\x5c\xe3\x3d\x53\x86\xcb\xc6\xd2\xeb\x7e\x41\xac\x80\xee\x80\x12\xcd\xa5\x7c\x5b\xc9\x04\x47\x47\x46\x9e\xac\x8a\x91\x27\x9f\x18\x78\xb2\x2c\xc4\x9d\xbc\x4f\x76\x15\x0c\x99\xf0\xd4\xc7\x27\x4a\xde\x26\x7e\x05\xcd\x15\x81\x7a\xea\x52\xf2\x82\x91\x14\xb3\x42\x24\xc5\xcd\xa0\x89\x74\x0c\x96\x8a\xf3\x58\x09\xb6\x8f\x93\x66\x19\xfc\x3c\x16\x5a\x4e\x92\xbe\xcb\xa7\xef\x80\x10\xdb\x83\xe9\xc7\x02\x76\xc0\xe0\x8a\xf2\x44\xcb\xec\x1c\x47\x04\x5c\x98\xe2\xd7\x63\x42\x48\x8c\x90\xa7\x53\x34\x34\x85\x20\xd6\x8e\x79\x5b\x7e\xf3\x4a\x26\x13\x1f\xd9\x15\x67\xd9\x8e\x67\x6f\x7d\x1b\x0d\x88\x3b\xd0\x62\x8c\x78\xa8\xda\xf6\x44\x86\x93\xa8\x82\xd6\x90\x83\x7a\x78\xa4\xa4\x3f\x39\x56\xd0\x1c\x12\x57\x72\x23\x47\x6f\xd2\x02\x95\xa4\xc5\x8d\xbd\xdc\x30\x07\xa4\x3b\xd1\x27\x60\x0e\x69\xca\x3a\x2c\x48\x77\x72\x42\xa2\x80\x79\x5e\x87\x00\x8a\x66\x01\x6d\xd5\xa0\x32\x7c\xbd\xc3\xc8\x79\x88\x0e\xec\x5d\x21\x5c\x47\x39\xc2\xb5\x9d\x1d\xbe\x16\x52\x0a\x4c\x89\x65\x7b\x10\xa4\x5b\x37\x6f\xb9\xd0\x87\xdd\x0b\x17\xfa\x7d\x2c\x57\x2c\x41\x2b\xe8\x65\xf7\xb3\xb5\xe9\x3d\x89\xf7\x67\x2a\x7a\xd6\x26\xe4\x43\xda\xf0\x5e\xea\xc0\x72\x4f\xf6\x74\x9b\xc0\x17\x6f\x9b\x04\x9a\xf0\x68\x15\xcc\x95\x6b\x0f\xfc\x92\xe7\xf0\xeb\xbd\xbe\x53\xde\x3b\x04\x3b\x7c\x1d\x0d\xd1\x11\xdf\x26\xd6\x50\x3a\x16\x6f\xd0\xc6\x1c\x04\xb8\x57\x54\x51\x3d\x2f\x01\x29\x7d\x3c\x36\x42\x8e\x98\x55\x68\xcd\x6c\xa0\xe9\x07\x03\xd9\xa5\x4c\x54\xc5\x67\xd3\xa0\xda\x57\x9c\x42\xe8\x59\x18\x77\xdb\x68\xfe\x9f\x83\xfb\xcc\x93\x97\x5e\x1b\x48\x81\x7b\x22\xc2\xd2\x89\xd4\xf2\x0f\x08\x37\xf8\x13\xae\xbd\x10\x56\x15\x0b\x68\x22\xe9\x4e\x58\x3b\x85\xed\x17\x04\x84\xc7\xc6\x66\x88\xe8\x11\x9c\xb0\xe7\xc0\x2e\x64\x7a\x3a\x0c\x91\x95\x22\x2c\xa3\x79\xb4\x0d\xb2\xd9\xe3\x01\x19\x83\x76\x65\xb0\xcb\x44\xe8\xb9\x50\xf1\x73\x55\xbb\x61\xb6\x25\xcc\xe5\xae\x82\xf0\x99\xf1\x19\x8d\x2e\x47\x20\xcd\xe5\x2f\xa2\x82\x60\xde\xe1\x71\x3a\x80\xa8\x41\xe9\xaf\x85\xf8\xce\x4e\xb1\x6d\x2e\xec\x43\x4f\x3b\xa0\x4f\x62\x06\x6b\xdc\xec\x01\x20\x34\x60\x29\x2d\xcf\x6f\xbc\x3c\x4b\xda\x72\xb8\xbf\x85\x4c\x3c\x64\x2c\x49\x6f\xfb\xa2\xf9\x2d\x35\x82\xa2\x5d\x29\x0e\xf9\xec\x04\xd8\x41\xc4\x76\x8e\x12\x31\x03\x11\x39\xea\x0a\x4e\x2a\x05\xf7\x39\xee\x75\xdd\xb7\x6f\x1d\xd7\x9e\x5c\x4c\x3d\x1d\xe1\xdc\xed\x84\xc3\x42\x25\x23\xae\xdd\x13\x2b\xe4\xbb\x67\xa0\x4e\xe5\x17\x2d\xd8\x43\xbc\x05\x3b\x50\x74\x3a\xb5\xab\x00\x79\xcc\xfa\x6a\xbe\xc0\xc0\xdf\xaf\x70\xaa\xdc\xa3\x47\xb5\x58\x5f\x35\x84\xe0\x3c\x51\xb1\x18\xb8\xc7\x8c\xf3\x00\x3c\x0c\x47\x17\xb9\x57\x0f\x40\x42\xb0\x74\x56\xa8\xc7\x67\x27\x1c\x37\x96\x66\x7d\x54\xb5\x94\x97\x2a\x7b\xf3\xaa\x18\x9f\x3d\xae\x08\x39\x6c\xf0\x58\x1e\x67\x3f\x47\x64\xd0\xa6\xbe\xd1\x43\x3f\x88\x23\x12\x00\x2e\xee\xc0\xaf\x8d\x1f\x6e\x8e\x9c\x10\xe9\xc4\xb8\xa4\xd4\x51\xa5\xa9\x09\x5a\x6b\x01\x76\xe1\x63\xf9\xf9\x9b\x29\xda\x4a\x6c\x64\x1a\xac\xb9\x08\xf5\x75\x04\x74\x6a\xf6\x58\x91\x56\xbe\x13\x78\x8e\xb3\x97\x9a\x9c\x80\x3e\xc2\xee\xa1\x50\xcc\x3c\x8a\xae\x1d\x9d\xa6\x38\x11\x07\x4b\x03\xe2\xbc\x96\x58\x6d\xfe\x11\x63\xf5\x97\x27\xf8\x97\xc5\xcc\xb8\xd9\x80\xfa\x41\x85\x6b\x82\x9b\x6f\x8d\x26\x17\xdf\xf1\x75\xf6\x40\x64\x3c\x22\x76\x87\x81\x83\xdd\x52\x07\x3a\xb3\xd4\xbe\xd7\xe6\x9a\x4b\x59\x7f\x4d\xcf\x2f\xda\x6d\x5a\x02\x76\xe7\x1b\xf2\x64\x16\x93\x63\xd2\xd2\x25\x57\x17\xe8\xa8\x25\x81\x54\x99\x66\x50\xf3\xf8\xbc\x57\xf8\xdb\xbb\x2b\x70\xef\xb6\xc7\x05\xc2\x5d\x15\xd2\x23\x26\x06\x1c\x41\x17\x3f\xc5\x4e\x9f\xdb\x30\xcb\x47\x8c\x3e\x82\x6d\xed\x33\x28\xcb\xdd\x4a\xfc\xba\xdb\x97\xfb\x85\x22\x32\x8b\xe1\x06\x2f\x17\x54\x19\xc5\x5c\xb8\xe6\x2f\x0b\x49\x1b\x86\x94\xdf\x44\xd3\x1e\xca\x2d\x56\x28\x70\x97\x81\xad\xed\x18\xb1\x3e\x1d\x47\x3a\x8e\x8d\x80\x24\x0a\x7d\x5b\x72\x01\x70\x43\x7f\x24\x01\x6e\xe8\x0d\x11\x30\x13\xf2\x7c\x78\xab\x5f\xbe\xcd\xe4\x4e\x7c\x9b\x7e\x27\x3e\x56\xe9\x2d\xf9\x51\x49\xb4\x2e\x25\x77\x62\xa6\x4d\x3f\x9b\x06\xe0\x6a\xd6\xc1\x53\xab\x43\x75\x6f\x78\xd9\x80\x23\x34\x20\x90\x0d\xd8\x5d\x35\xe0\x08\x95\x58\xcb\x52\x76\x57\x0d\x38\xc3\x5b\xef\xf2\x6d\xd6\x80\x2a\xbc\x75\x2e\xdf\xe6\x0d\x38\x42\x03\xb6\x57\x59\xab\x06\x4c\xc9\x1d\x38\x48\x36\x68\xf8\x09\x56\x67\x70\x66\x6b\x44\x57\xdd\x0f\x31\x62\xb5\x2a\x56\xfe\x6c\x5f\x56\x1e\x76\xa3\x18\x0d\x84\xea\x65\x56\xf7\x05\xf4\xee\xe5\xcb\xac\xea\xf0\xf2\x70\xf9\x32\xaf\xb9\x0f\x35\x4f\xae\x32\x56\x35\x9f\x91\xbb\x67\xcd\x62\x8e\xd9\x6d\x19\x20\xa1\x9c\x4c\x5d\x07\x1a\x62\x8f\xef\x9a\x7d\xcd\x32\xf7\xa6\xf4\x7b\xe9\x94\x07\xa0\xd2\x54\x2c\xc4\xe3\x82\x30\x78\x87\x52\xe8\xa8\x20\x84\x0e\x65\xec\xef\xa0\x18\xfa\xdb\x9f\xec\xa5\xa4\x55\x10\xca\x7a\x20\xc4\x09\x41\x2b\x68\xf6\x94\x64\xd7\x9d\x94\xcb\xe8\x78\x52\x29\xe7\xa2\xa9\x39\x69\x4c\x40\x9e\xaa\x4f\x94\xd0\x69\xfe\x84\xd0\x19\x42\x9f\xf3\x0e\x45\xfe\x80\x2a\x2d\xd0\x00\xdf\x70\x46\x59\x33\x37\x41\x4e\x19\x9a\x26\x43\x0c\x89\x15\x3f\x2d\x71\x2b\xe4\x0d\x56\x45\xd2\x92\x6f\x58\x32\x3c\x73\x23\xbf\x96\x61\xed\x6b\x17\xb9\xda\x14\x9b\x90\x0b\x44\xd0\x2c\xa1\x15\xc5\xd0\x60\x49\x64\xc4\x8c\x79\x0f\x7c\x1e\x33\x96\xa6\x23\x70\x7e\xb3\x03\x8d\x8d\x1f\x19\x48\xeb\x10\xa9\x57\xee\x8b\x56\xb5\xa5\xfa\xc7\x3f\x29\xc2\x21\xa9\xdc\x1c\xfa\x18\x4e\xb2\x61\xe8\x09\x1c\x24\x57\x6c\x55\xcc\xa3\xf7\xb9\xa2\x69\x78\xe1\xd8\x10\x35\xfb\xb9\x5f\x4b\xd8\xc8\x99\xcc\xf9\x8b\x43\xb3\x0b\x2f\x07\xdd\x15\x5f\xc5\x05\xee\xe1\xe4\x58\xd0\x58\x35\x0b\xa4\xa1\x5c\x5d\x8b\xd9\x63\x58\x54\xe1\xc9\xdb\x35\xca\xd1\x21\xcd\x35\x36\x81\x33\xc8\xa9\x21\xb9\x57\xf8\x86\xa8\xe7\x1b\x4a\x46\x69\x01\x35\xa1\xf3\xb3\xcc\xbe\xcd\x0a\x38\x01\xee\x32\xb1\x59\x2e\xdd\x69\x88\xd1\x3e\xb3\xfd\x19\xee\x86\x07\xd3\x6d\xd9\x97\x29\xe5\x3a\x9e\x6d\x65\x18\xdc\x26\x82\xbb\x65\x62\x5e\xa5\x93\x0b\xd3\x85\x80\x02\x91\x70\x07\x92\x11\xeb\x98\xd6\x65\x42\xb9\xf6\x67\xd2\x89\x6f\xe6\xab\x0c\xf9\x65\x3a\xb9\x0d\xcc\xd6\x32\x9d\xab\xd2\x79\x3b\x98\xa6\x8b\xce\x16\xe9\x88\x91\x5e\x98\xbc\x2a\xba\xe1\xe6\x01\x5c\x7b\x2a\xac\x23\x8f\x5f\x03\x11\x56\xe6\xeb\x32\xca\x70\xad\xc3\x10\x4e\xae\x98\x55\x64\x0a\x57\x32\x16\x57\x64\x59\xed\x03\xc4\x15\x88\x49\x28\x46\xdc\x69\x5d\x12\x5f\x4b\x25\xd0\x8a\x1e\xa1\x5f\x59\x83\x1d\x2a\xfd\xdb\x33\x7b\xad\x06\x52\xc8\x1b\x95\xea\x77\xde\x57\xee\xa6\x97\xfb\x15\x85\x91\x5d\xe0\x8e\xcc\x78\xbf\xaa\x57\x1c\x67\x2d\x55\x86\x61\xdc\x54\x01\x5e\xa7\x6f\x37\x99\x98\xd2\xb6\x4e\x3d\xe4\x69\x95\xfa\xf0\x6f\xd7\xd8\x46\x12\x4e\x6e\x5a\x48\xfd\x41\x6b\xc8\xb3\xc5\x2a\x87\x61\xe1\xe0\x3e\x1f\xb3\xa5\xf8\x2e\x96\xa2\x4b\x5f\xda\x4d\x0c\x36\xc4\x90\x5f\x1b\xd7\xd6\x93\x10\x89\x1a\x18\x9c\xdf\xed\x14\xb8\x9b\x25\x9f\x0e\x38\x4d\x29\xb4\xf3\x62\xe7\x18\x7e\xa1\xdb\x22\x85\x70\x0a\x24\x78\x91\x33\xc8\x49\x34\xe5\x29\x2d\xc5\x7e\xc5\xcc\xe3\x5c\x6e\x52\x19\xe5\xd9\xb1\x87\x5d\x65\x11\xf6\x1c\x16\x06\x69\x3b\xca\x4b\xae\x77\xf3\x95\xde\x50\x70\xaf\x3b\x4a\xac\xb7\x26\xcf\x97\x5e\xd5\xbf\xec\xe8\x33\xc6\x02\x3c\x1d\x91\xcf\xd7\x61\xce\x71\xf8\x03\x5f\x82\x9f\xd9\xde\xc6\x2f\xfb\x82\x5d\x29\x44\x95\xb4\xbc\x1d\x98\x13\x21\x02\x58\xdd\x26\xcf\x3d\xaf\xe2\xbb\xbc\x11\x55\x2b\x7f\x5e\x2b\xf0\x1a\x0f\x71\x39\x00\x41\x61\x86\x84\xe5\xc4\x3f\xe2\xaa\x5e\x66\x35\xed\x72\x6d\x44\x46\xcf\x7b\x24\xd7\x44\xd7\xd7\xe6\xac\x40\x73\xd7\x6a\xda\xf9\xa4\x94\xb2\x17\x5c\x38\x9e\x8a\x23\x93\x11\x89\x1a\x87\xe2\x26\x59\xb4\x93\xec\xab\x54\x65\x6b\x7b\xd4\x6f\x15\xbc\x02\xbd\x43\x01\x85\x5d\x92\x26\xce\x09\x7f\x77\x91\xc8\x5c\xcc\x0a\xeb\x63\x5b\x84\x82\x6e\x9f\x0b\x74\xad\xc6\x39\x9b\x4a\xf8\x8d\x4d\x18\x57\x5b\x01\xb4\x28\x2d\x0e\x1c\x1a\x12\x7c\xd0\xf4\x4a\x3b\x50\x08\xe2\xc9\x75\x15\x5e\x49\x6f\x02\xdc\x9c\x4d\x70\xc9\xcb\x4c\x5c\x46\x74\xab\xba\x96\x43\xc5\x76\x83\xc7\x91\x94\x24\xe1\x6e\x21\xc4\xd6\x4e\x2e\x40\x4b\x85\x37\xdc\x9b\x5c\x4a\x98\xa1\x64\x69\x71\xd3\x4c\xe4\x77\x78\x77\x27\xb3\x57\xd4\x46\xc7\xed\x02\xfd\xa3\x91\xd8\x85\xcb\x13\xb9\x3f\x2a\xfe\xc7\xa4\xb0\x16\x3b\x57\x9b\x6b\x13\x76\x5d\xf2\xa4\xa2\xa0\xcb\xaa\x62\x92\x19\xdf\x1b\xdc\x9e\x68\x9f\xf9\xc2\xa9\xf7\x72\xf7\xc0\x5d\x20\xd9\xb3\x17\x45\xf6\xec\xa9\xe8\x6a\x35\x33\x97\xe2\x2c\x2c\x4e\x86\xa2\x97\xde\xbe\x2e\xfb\x6d\x40\xec\x2d\xdd\x21\xe2\x07\xae\x7e\x27\xe9\x2a\x5a\x52\xee\x50\x03\x94\xd1\x56\xcb\xcb\x37\xa2\x8f\x75\xd2\x95\xd6\x51\x56\x99\x8c\x3c\x5d\x02\x89\x83\xb8\x90\x79\xdc\xad\xa8\xb6\xe3\xcc\xa5\xfd\xb2\xde\xd7\xb8\x76\x1e\x90\x1e\x5b\xd7\x32\xf5\xef\x92\x58\xc8\xa1\x38\x58\xd5\xe0\x12\xd9\x23\xb0\x0b\x12\xa2\xed\x19\xfc\xb3\xc3\x5f\x67\x46\xfa\x5d\xd1\xef\x03\xe0\xc5\xf2\xc5\x22\x9a\xa7\x54\x83\x55\x41\xb4\x05\xa9\x33\x74\x9f\x6d\x20\xb7\xf4\x77\x80\xc9\x64\xcd\xee\xca\x77\xa0\xa1\x77\xc4\x7d\xcf\x7a\x5c\x31\x84\xcd\x60\x48\xdc\x47\xa0\x83\x76\x18\x7a\xae\x30\x13\x9b\xab\xa1\x34\x57\x1a\xe7\x0b\xac\xc7\xd6\x0a\x42\xf4\xa2\xb1\xd3\xed\x9c\x8b\xf8\xa1\x40\xb7\xf5\x56\xe9\x15\x13\x0b\x41\x77\x46\xc8\x3c\xc1\x48\x93\x41\x19\xbe\x60\x15\x5a\xb9\xcc\x54\xa4\x13\x39\xa5\xb0\xf6\xb7\xa8\xa3\x1b\x43\xd0\xe3\x58\x86\x3b\x7d\x42\xbf\x04\xb4\x21\x21\x67\x57\xa9\xd8\x96\xe7\xa6\xb8\xfb\x4b\xac\x08\x80\x6b\xc0\x18\xcd\x14\x35\x6f\x7c\x7d\x94\x98\x99\x98\x8a\x4d\xd6\xa7\x2b\xb8\x06\x95\x22\x12\x73\x8f\x7b\xcc\x6f\x5f\xa1\x35\x5c\x24\xb0\xd6\xec\x60\x69\x05\xcc\xca\x32\xfa\xd0\x21\x56\xf7\x60\x93\x82\x82\x94\x27\x74\x8b\x71\xde\xf0\x04\xc3\x61\xd6\x62\xaa\x8d\x03\xba\x3e\x5e\x54\xb8\x02\x3a\x0e\x43\xc6\x5a\xdc\x5d\x77\x75\x13\x2c\x84\x9d\xcb\xee\x52\x83\x73\xbc\x1e\x9c\xea\x1e\xb6\xd8\x34\x23\xfe\xe3\xe0\x1d\xbe\xe2\x8d\xb6\x5d\x48\x37\x10\x39\x8b\x41\xaf\x71\x92\x33\x18\xe0\x0d\x41\x15\xb5\x4b\x07\x12\x58\x24\x38\x81\xa8\x09\x81\x04\x8c\xbb\xef\x17\x9a\x0c\xf7\x1d\x07\x16\xad\xdf\xaf\xfb\x35\x44\x06\x74\xe8\x1d\x5e\x27\x0c\x64\x83\x1d\xcb\x86\x89\x4c\xdb\x94\x0c\x42\xe6\xa5\x03\xb0\x7e\xb6\xf2\x5e\x40\xcc\x19\x1f\x01\x53\x56\xdd\x00\xff\x00\x90\x26\x52\x31\xab\x18\x0a\x50\x35\x6b\x2a\x26\x60\x49\x48\x85\x81\xaa\x9d\x54\x59\xae\x6b\x27\x15\xd6\x8a\x7a\x57\xf7\x9e\x8e\xc4\x0f\x8a\xa4\xa6\x68\xd9\x41\xf9\x19\x03\xdc\xed\x9d\xae\xe2\x29\x59\x86\xd4\xd7\x44\xe8\xb6\x08\x30\x31\x10\x44\x63\x90\x40\xf3\xc8\xab\x6e\x41\xf7\x6d\x68\xb0\x83\xed\x04\xe6\x28\xfe\x3f\x3f\x9f\x40\xa1\xd7\x81\xab\x0c\x4f\x6a\x03\x50\x5c\xd8\x48\x01\x37\x38\xcb\xe9\x7a\xa2\x0d\xbc\x2c\x2d\x55\xd5\x70\x68\x54\x4f\xa9\x8a\xba\xf4\x20\x67\x52\x35\x45\xd0\x8a\x6e\xad\x36\xb8\xa1\x8e\xdd\x9e\x51\xa4\xaa\xa7\xd0\xb0\x07\x71\xaf\xbd\x31\x40\x67\x1c\x20\x9d\x76\x2a\x78\x49\xa9\x81\x7a\x78\x50\x4f\x01\x01\xec\xa3\x51\x45\x5d\xcc\xbe\x8a\xfa\xaf\xb5\x83\x51\xab\xae\x23\xbd\x5a\x60\x19\x3e\xa3\x87\x84\xb7\x1a\x64\x27\x08\xd7\x95\x07\xfa\x9c\x0c\xd0\x96\x35\xd6\x46\xc4\x32\xab\x2f\x12\x8c\x58\xec\xd2\x09\xad\xdc\x21\x2c\x7d\x1d\xdd\xaf\x8f\x21\x38\x8a\x03\x26\x0f\x81\x2e\xda\x33\x5d\x8d\xfc\x8c\x90\x0e\xdd\xc2\x85\xf6\x4c\x37\xf2\x62\x2b\x9a\xde\xa1\x2d\xe4\xb0\x5d\xe2\x10\x0f\x08\xe1\x15\x98\xa6\x5c\x92\xc3\xb6\xf1\x17\x31\x6a\x83\x1f\xcd\xd7\x2d\x84\xbb\x55\xa8\x11\x81\x9e\x88\x71\x0c\xfb\xb5\xfd\x10\xd5\xa4\x9d\x3a\xa2\x06\xa2\xf6\x7e\x8e\xc1\xf0\xec\x61\x85\xa0\xff\x92\x8f\xb0\x72\xbc\x54\xf5\xc6\xd3\x8b\x32\xda\x6b\x14\xfe\x19\x4e\x31\x91\x7a\x4e\x78\xc3\x6c\x43\x9c\xff\xa0\x0b\xbd\x64\xc8\xf1\x5e\x15\x77\x85\x58\xf2\xc7\x0d\x7f\xd4\x84\x4e\x84\x9e\x10\x2b\xe8\x9f\x91\x63\x42\x9c\xb0\x59\xbe\xcf\xbb\x5d\xe5\xb7\x86\x23\xca\x65\x17\xdb\xcc\xa0\xed\x20\x96\x65\x83\xc1\x66\xb0\xa7\x99\x95\xc9\x76\xd0\xd4\x21\xe9\x86\x56\x09\xf6\x69\xe5\xc7\x7d\xea\x6e\xfa\xd8\xa9\x4e\xfd\x87\xe9\x36\x1b\x0c\xa3\xef\xa2\x6a\x53\x1b\x91\x26\x35\x2b\xe9\x20\x47\xc6\xdf\x54\x61\x33\x77\x30\xfc\xfd\x48\xc1\x32\x46\xf6\xd4\xe8\x00\x78\xc6\x7d\x05\x35\x46\x6a\xf7\xdb\x00\x8b\x2c\x5b\x73\xaf\x3a\xb8\x7e\x3e\x25\xd6\xbb\x7a\xec\x57\xd5\x9e\x1c\xc8\x27\x55\xa0\xf1\x18\x7b\x35\xa8\x19\x40\x1b\x54\xd8\x79\xa6\x5d\xc1\x19\x23\xae\x22\x50\x32\xb5\x20\x64\x4c\xa7\x5b\x99\xc3\xbe\x3a\x00\x4d\x99\xb8\xc5\x59\x56\x58\x1d\x00\x50\x30\x22\xf0\xc0\x4c\xd5\x11\xf1\x1d\x0a\x17\x37\xc3\xc9\x55\xd9\x27\x90\x2b\xe7\x5b\x34\x80\x41\xb2\x3d\x25\x76\x0d\xea\x58\x44\xe2\xef\xe1\xcc\x90\x07\x6d\xd5\x41\x98\xdf\xc6\x1b\x04\x96\x55\x7a\x10\x95\x0f\xc7\x2e\xeb\xc8\x22\xa3\x2a\xd8\x34\xb9\x79\x90\x45\x2a\x94\xea\xa0\x01\x0e\x51\xcb\x56\x73\xf8\xc3\x8e\x8d\x5c\x90\xba\x03\x1e\x5f\x76\xac\x78\x3e\x23\xd6\x63\xfc\x67\xf9\x36\xa1\x92\x4f\xc9\xd5\xe7\xad\x01\xe0\x6b\xf1\x38\xfa\xf2\x7c\x49\x8c\xd9\x10\x67\xeb\xe5\xdb\x41\x53\xc7\x23\x41\x4e\x57\x9f\xe6\x2e\x1d\x1d\x7f\xa8\xc1\x29\x15\x30\xf7\xa3\x78\xee\x93\x13\x05\x32\x10\x6e\x50\x23\x2c\x76\xfb\x34\xf7\x80\x1f\x35\x24\x73\x34\x29\x9c\xef\x4f\x32\x1e\xdc\x26\x64\x16\x42\xcf\x77\xe8\x19\xd4\x5b\x47\x9a\x8a\xab\x1f\x8f\xa9\x0f\x80\x88\x01\x07\x06\x2a\x9f\x2f\x8a\x6c\x9f\x07\xd6\x76\x7a\x12\xa9\x01\x54\x06\x39\xa4\x03\xfc\x3c\x50\xae\xde\x1e\x29\xb1\x6a\xd4\x48\xad\x62\x57\x22\xc6\x75\xb4\xee\xab\x29\xc0\x85\x6c\x5a\x6b\xc1\xad\xe2\xb5\xd8\xbf\x63\x71\xeb\x73\x22\xdc\xbe\xdc\x27\xb4\x8e\x0b\x51\xba\xfc\xec\x88\xb7\x9d\xb7\x32\xd5\xb7\x4c\x48\xfe\x3b\xfa\xd9\xea\x80\x14\x47\x3e\xc4\xa6\xcc\x1b\xe0\x8f\xc8\x48\xa5\xde\x45\x4a\x3e\x90\x90\x2a\xc8\x44\x1c\x42\x84\x95\xb8\x8e\x8a\x6b\xe9\x58\x4c\xe7\x11\xb1\x26\xa9\xbc\xa3\x9e\x41\xf8\x67\x8f\x09\xd2\x77\x3d\xad\x5b\xb7\xc6\x9e\x19\x2c\x59\xf5\x6f\x27\x28\x83\x4d\x65\x50\x61\x3a\xba\x45\xaa\x2c\x9f\xbf\xcd\x12\xa7\x29\x33\x58\x05\x57\xcb\xd7\x14\x2b\x21\xe9\xda\x0d\x21\xe1\x76\x39\xac\x5c\xe3\xba\xcf\xca\x70\x2f\x9a\x78\x68\x86\xd4\xaf\x5f\xaf\x20\x7e\xcb\x67\x31\xeb\x82\x27\x15\xfa\xc6\xa4\x9d\x4b\x74\x6d\x17\xee\x7a\x96\xf1\x86\x57\x0f\x08\xd7\x79\xc5\x14\x1d\xd8\xb5\xb9\xc7\x42\xf9\x4d\x53\xf6\x79\x9d\xea\x9d\xcc\x47\xe9\x9e\xb0\x98\x39\xef\xb7\x32\xbd\x42\xf7\x87\x9b\x47\x8c\x88\x12\x03\x31\x7e\x19\x42\x9a\x15\x72\xa3\x53\xf4\x7a\x1a\x1d\xf7\x7d\x24\xdd\xdc\xde\x40\x13\x57\x7b\x58\xb1\xa9\x2e\x15\x5b\x70\xb7\x88\x6e\x7e\xc0\xd1\x68\xa2\xa9\x0b\x61\x82\x47\x65\x7c\x58\xa7\x9d\x1f\x35\x6a\x4c\x98\xc3\xcb\xc8\x12\xb4\x63\x95\x2f\x49\xd3\x00\xec\x5b\x21\xf7\xaa\xf6\x05\xea\xb5\xda\x38\x5c\xbc\x69\x2e\xd6\x89\x2d\x76\x88\x9a\xb8\x2d\x42\xde\x65\x00\x60\x67\xa6\x53\x1e\xde\xfc\xf0\x72\x02\xb0\xb5\xd9\x90\x85\xbb\x65\xa4\x4b\x3f\xb0\x8b\x29\xa4\xd3\x4e\xc7\xfc\x71\x4e\x38\x4f\x58\x62\xd6\xbe\xc9\xaa\x29\x36\x66\x3b\x64\xe0\x5b\xd6\x02\x4f\x0c\x71\xc3\xb9\x3d\x53\x7e\x72\x50\x6d\xc2\x0c\x84\x1d\x6c\x22\x0d\xfa\x81\x5d\x67\x28\x6f\x1e\xe9\xcf\x66\x68\x87\xbc\x5f\xc0\x89\x57\x33\xf9\x2c\x81\x8a\x6d\x40\xa1\x30\x3c\x76\x51\xc8\x09\xd4\x64\x0f\xcd\x5a\xff\xd2\xd1\xae\x4e\xbb\x69\x71\xca\xd5\xe8\x24\x1d\x8b\x8b\x39\x39\x16\x3d\x55\x84\x5c\x86\x9e\xcb\x1f\x9b\x13\x2c\xe6\x23\x98\xbc\x78\x4c\x61\x9b\x8b\x10\x46\xe5\x40\x23\x47\xb2\xe6\xc3\xae\xb8\xa5\x09\xfe\xf6\xd1\xbe\x14\xd0\x55\x20\x41\xa5\xc4\x50\x7c\x6c\x90\xe8\x02\xf0\xe1\x9f\x1b\x09\xa8\x5a\x09\x59\xb5\x7b\x57\x22\xa1\x03\x30\xbd\x2c\xa0\xad\xa4\x77\x51\xdc\xaa\x69\xe6\x19\xec\x95\xec\xbf\x03\x3d\x5a\x43\xe2\xb3\x63\x51\x12\xad\x1d\xa1\xa3\xd8\x9a\xc6\x8f\xf9\x87\x27\xf8\xfb\x55\x48\xe5\x6f\x2c\x7f\x9c\xba\x90\x21\x18\x98\xfb\x5b\xb4\xc8\x8d\xc4\x3e\x7b\x97\xbb\x17\xb2\xa1\x84\x91\x9e\x81\xa2\x31\x4c\x87\x70\x6e\x93\x08\x01\xa7\x77\x85\x0b\x59\x22\xa7\x7a\xb5\x8d\xbe\x08\x09\xca\x64\x09\xc3\x93\x83\x9c\xd0\xb1\x70\x53\xf8\x44\x37\xe4\xd8\x96\xb1\x6b\x76\x34\xc4\x5b\x81\xc1\xd0\x67\x9a\x9c\xda\xd7\x37\x24\x03\x89\x4a\x07\xfb\x36\x42\xbb\x2f\xa5\xec\x17\x32\x0b\xf4\x47\x64\x83\x55\x7b\xcd\x3f\xa9\xc9\x9a\xd5\xcb\x58\x33\x0f\x0b\x59\x33\x74\x4e\x21\xe2\xd8\xba\x2c\xc4\x89\x25\x08\x77\x59\x16\xb2\x85\x4f\xf8\x5a\x4a\xfe\xb5\x8b\x55\x9d\x30\x91\x83\x1a\x0b\xc2\x6b\xe8\x60\x01\xb8\xf6\xfc\x8c\xfe\x14\x5c\x1b\x10\xe6\xb0\xe8\x20\x61\xd5\xd6\x7d\x44\xcd\xd0\xd1\x5d\x73\xd3\x1e\x48\x20\xc8\xf5\xd5\x9b\x5d\x5b\xdc\x2f\xf8\x1a\xa8\x40\xcd\xfb\x00\xe3\xdd\xc7\x61\x00\x2a\xea\x69\x84\xe8\xde\x4f\xe8\xc0\xc3\x6c\x9c\x8d\xc1\x55\x26\x51\x1b\x79\x33\xc2\x9b\x99\x83\x0e\x90\x70\x3d\x45\xe6\x55\x3f\x85\x2c\x57\x50\x40\xcd\x8a\x31\xfe\x21\xa7\x82\xae\xcc\x0b\x5b\xf8\xb8\x2b\x1a\x56\xe1\x67\x9c\x9d\x53\xb5\x93\xb7\x0d\x40\x17\xff\x80\xf0\x05\xd6\x0f\xdb\xd2\xd6\x71\xb9\x5b\x91\x1d\xd5\x5b\x57\x6f\xf0\x48\x04\xe6\xe0\x2e\x51\xdb\xe2\x19\x27\xd5\x8a\x22\x78\x47\x18\xe6\xd1\x8d\x1e\x5b\x55\xc1\x44\x33\x6b\xea\x12\x9e\xe2\x13\x71\xc7\x72\xb2\xee\x40\xce\x80\x36\x58\x12\xc8\x22\x80\x9b\x8f\x72\xc3\x02\x85\x60\xf2\x3d\x92\x69\x94\x0c\xa5\xf0\xb3\x95\x82\x3d\x88\x5e\x3b\xd0\x38\x2c\xc5\xd5\x06\x50\x16\x74\x5e\x6d\xf7\x73\x54\xd2\x14\xe5\x05\x09\xa7\xb1\x69\x9a\x28\xb2\x8b\xcb\x6a\x83\xe6\xc9\x90\xce\x0f\xa1\xd2\x1c\x3a\x47\x37\x1e\x0e\xd0\x68\x05\x84\xd4\x96\xe4\x63\x72\x55\xc8\x80\x2b\x99\x06\x45\xe7\x9e\xd6\x7d\x69\x6d\x0b\x2b\xd8\xce\x53\x1b\x6a\x6c\x1d\x10\x32\x2f\x11\x12\x61\xd7\xde\xb6\x41\x5b\x7c\x64\x1d\x0c\x89\xd1\x61\x40\xf9\x0a\x1c\x1c\x49\x95\x3a\x6d\xf8\x1a\xf6\xe2\x65\x4d\x6c\xb7\x6f\x76\x1b\xe7\xd7\x22\x06\xd7\x36\xe6\xd0\x33\x04\x29\xa0\xc6\xea\x06\x08\x05\xbb\xab\xa3\x1f\xc6\x2a\x44\x5c\x88\x4d\xdb\x06\xe1\x81\x2a\xbe\x00\xd1\xe8\x40\x61\x91\x80\xa7\x1f\x71\xe9\x0a\x1b\x1b\xd1\xa4\x06\x6b\xd3\x31\x9b\xa1\x52\xec\xf9\x80\xf8\xb6\xa5\x60\x18\x18\x3d\x1c\x1a\x83\xaf\x40\x20\x4b\xb1\xf1\x00\x68\x0a\x7b\xec\xac\xaf\x70\x3f\x12\xbd\x27\x6a\xd6\xaf\x62\xc8\xca\x00\x21\xdd\xe7\x84\x99\x6e\x8c\xae\x67\xa2\x1f\xa6\x08\x8a\xc1\xb6\x6c\x95\x32\x34\xbd\x3b\x6d\x76\x39\xfb\xd2\x76\x3e\x1d\x77\x30\x6c\x29\xee\x25\x35\xf3\xe8\xa2\x6d\x2a\x0e\xe5\x37\x7b\x26\xda\xed\xd0\x46\x9b\x5e\x74\xc8\x09\x30\x9a\x59\x4c\x6b\x5b\x9e\xa3\x9e\xb3\x03\xad\x6e\x00\x59\xa0\x1f\x37\xd0\x63\x8c\x20\xc1\x87\x04\x4c\x7e\x6a\xea\x12\x13\xd5\xdb\xa0\xf9\x0f\x16\xed\x16\x24\xff\x41\x07\x89\x92\x07\xc7\x0a\x6a\x57\xd2\x64\x78\x51\x68\x5c\x45\xc9\xdb\x3a\x23\x4c\xac\x99\x0d\x9f\x42\x94\xd3\x0d\xe8\xa4\xb7\x7a\xbb\x77\x0d\xed\x76\x02\x15\x9e\x8f\x98\x6b\xcb\x08\xb6\x90\x88\x1a\xc8\x93\xb9\xa1\x86\x0f\xa2\x44\x87\xf3\xcb\x0f\x2d\xa5\x38\x03\x3d\xe7\x2e\x3b\x39\x21\x30\x41\x2c\x9d\x62\x05\xa3\x6a\x4f\x6c\x24\x31\x3d\x18\x68\x60\x44\xdc\x51\x36\x49\x5c\x9e\xa1\xd3\xd9\x84\xa7\xb4\x56\xb3\x2e\x6e\xeb\x2a\x87\x63\xb5\x27\x1d\x29\x76\xfd\x22\x42\x9a\xea\x9a\x53\x65\x28\x57\x49\xed\xaa\x73\x36\xba\xad\x16\x57\x8e\xe6\xeb\x58\xeb\x70\x70\xb3\xa0\xfa\x4e\xd2\x67\xee\xd0\xb0\x0e\x52\x27\xa2\xad\xee\xa8\x3a\xd2\xe4\xee\x28\x25\xe6\x33\xaa\x46\x78\xc8\xd2\xf2\xc5\x0a\x25\x67\xda\x01\x96\x5c\xd6\xa1\x06\xee\x46\x4b\x75\xc2\x5d\x66\xa1\xce\x3b\x97\x86\x85\x49\xb8\x24\x2c\x36\x5d\x89\x99\x5b\xbe\x55\xb4\x38\xf4\x96\x22\xfb\x06\x46\x75\x2d\xd5\xd9\x76\x99\x4c\x9c\x74\x27\x4a\x9e\x6a\x0c\xbd\xed\xc9\x04\xbc\xb2\x9a\x34\x05\x46\x08\x72\x50\xbc\x14\x05\xc9\x7d\x4a\xec\x97\xe2\x7e\xff\x44\xec\xc7\x8e\x6c\xff\x9f\x4a\xf2\x1b\x4a\x2c\x9d\x75\xa1\xe3\x7f\xa2\xac\x7b\x62\x3f\x5f\x95\xf5\xfc\x73\x65\x61\xb0\xcc\xc2\x33\x0f\x65\x94\x32\x67\xfb\x32\x78\x4c\x10\x80\x95\xd0\x40\x3c\x05\x96\x64\x86\x9a\x63\x25\x30\x7e\x2b\x69\x4b\x99\xbc\xc2\xfe\x54\x26\x5f\x31\x6d\xa9\xad\x18\xd9\xd0\x06\xeb\x6a\x47\x45\x1e\xb1\x63\xa9\x8b\x10\xbe\xe8\x09\x86\x24\x28\x6d\x5d\xf2\x82\x49\x18\x7f\xd9\xee\x32\xaf\xd0\x4d\x93\x4a\xe2\x90\x8c\xfc\x28\x55\x34\x9f\x92\x1e\xc7\xc5\x2d\x89\x55\x10\x5d\x0f\x0f\xed\x9d\x34\xde\xc1\x17\x6b\x24\xc1\x9e\xba\x5b\xe9\xd7\x1b\x3b\x36\x12\x76\xba\x48\x9c\xba\xa8\xdd\xe1\x8b\xed\x8e\x6b\x73\xc2\x0f\xac\x13\xf6\xae\x7b\x98\xbd\x9d\xd7\x7d\xdc\x1e\xd3\x13\x66\x58\x3f\x0b\xc1\x61\x10\xd3\x35\x03\xc1\xfd\x01\xc1\xeb\x1b\x11\xc2\x69\x62\xe9\xfb\x2a\x94\x71\xef\xc9\x41\x94\x3b\xd5\x38\x06\x4a\x2f\x76\xa0\x8e\x47\x0b\xa3\x4b\x5e\x1b\xc8\x1e\xfd\x14\xe2\x87\xca\xb2\xd2\xa0\x0d\x3c\xb7\x56\xd4\x47\x9f\xe2\xb1\x4a\x21\xf1\x55\x53\x2a\x73\x92\xd3\xa7\xbe\x81\x83\xe9\xbd\x51\x19\x7e\x7d\x4c\xe6\x06\x58\x62\x78\x02\x00\xb3\xf9\xce\x0d\xaa\xaa\x11\x89\x5f\x26\xf5\x08\xd4\xf5\x18\x2f\x95\xb0\x99\x5a\xf7\x00\xed\x2e\x76\xc1\x57\x42\xee\x63\xa0\x4e\x67\x0f\xed\x70\x98\xd3\x7c\x05\x32\xbc\x4e\x9d\xee\x46\x00\xdd\x39\x52\xe2\xd7\xaa\x23\x72\x3e\xbd\x41\x88\x4d\xe7\x0d\x68\x38\xca\xd4\x68\x0e\xb4\xb9\x36\x66\x29\x4d\x69\xf3\x4d\xbb\xe1\x2f\x79\xc1\xd9\x0a\xce\x93\xfb\x33\x2d\xc0\xad\x04\xca\xf8\x7b\x12\x57\x83\xfa\x35\x9f\xeb\x4e\x9a\xa3\x23\x4a\xd8\x1b\xd2\x81\x6b\x4d\x70\x60\xf0\xfb\xb9\x9b\xe1\xc3\x2a\xe8\x17\xd2\xe9\x27\xe9\x26\xb9\x03\x37\x49\xc5\xec\x0f\x29\x65\x3c\xa4\xb8\x02\xbd\xa7\x8d\x02\x59\xac\x02\x14\x41\xcb\xff\xae\x25\xcd\xd0\xa2\x92\x6f\x9f\xf2\x1d\xde\x66\x16\x68\x2d\x5d\x12\xf6\xa9\x6f\x07\xb9\x81\xd4\xb7\x94\x7b\x00\x9b\x54\x2b\xb2\x42\x1b\xf4\xea\x9c\xa9\x4b\xcd\x7b\xe6\xaf\xc0\x1e\x7a\xf8\xf8\x44\x89\xf5\x80\xd2\x92\x58\xd5\x26\xd0\x64\x72\xf1\x67\x17\xfe\xb4\xc4\x69\xd2\x03\x53\x08\xf0\x3c\xf5\xe1\xcf\x81\xd8\x0c\x86\xa6\xf8\x73\x24\xfe\xbc\x83\x3f\xc1\xc0\x67\x81\xd6\xff\x32\x33\x9e\x67\x66\xdd\xc8\x4c\xfc\x39\x40\xf0\x8a\x1d\xf8\x43\x1e\xd4\x01\x53\xab\xc3\x46\xe7\x53\x65\xb4\x66\x6b\xb3\x8e\xe2\x67\x0b\x04\x2e\x00\x2b\x1f\x79\xd4\x92\xc9\x00\x1c\xfb\xf2\xe3\x5d\xfe\xb1\x63\x56\x8b\x1f\xf3\x47\x94\x4a\x08\x93\x5f\x18\xec\x4b\x69\xe7\xe2\x07\xc3\xa5\x66\x91\x69\x40\xed\x1b\x55\x3d\x60\x69\xc7\xfc\xe3\xc0\xdc\xe1\x1d\x1e\xaf\x86\xec\xae\x53\x1d\x5e\x94\x5e\xa9\x5e\x94\x8e\x8c\xb6\xfb\x3c\x83\xad\x19\xe5\x19\x58\xe4\x4e\x94\xfe\xe4\x61\xe9\xe0\x0e\x22\xf6\x8c\x8b\xb6\x7e\xf7\xf1\xd7\xd2\x7b\x70\x20\x8f\x13\x3a\xba\x91\x5b\xe3\xc7\xb9\x59\xa4\x0b\x8c\x34\xf7\xe2\x6b\x9e\x59\x3e\x6b\x9b\x7e\xbe\x8f\xd9\xeb\x93\x98\x07\x03\x5c\x28\xee\x89\xe5\x41\x49\xc5\x55\xbd\x20\xec\xdd\xc1\x6e\x80\x29\x3a\xc1\x7b\x1a\x87\xd8\x57\xc4\x4d\x3c\x20\xec\xdd\x93\xff\x02\x3c\xc7\x01\xde\x13\xd1\x65\x59\x26\x67\x84\x5d\x7d\x14\xcb\x8f\x4e\x1f\xe2\xd9\xbb\x24\x36\x79\x15\x47\xcb\xe5\x47\x5f\x3f\x4d\xe4\xa7\x9b\x0e\x00\x16\xbf\x6f\x55\xf5\x76\xe6\xcd\x6f\xbf\xe6\x90\xca\x1c\x76\x32\x07\xef\x4f\x73\x10\x02\xed\xf8\x11\xf6\xf9\x1a\xbc\x1e\xf4\x9a\x55\xe9\x98\x89\xd1\xa7\x31\x52\x84\x22\xd7\xf3\xfe\x05\xb7\xad\x7b\xb6\xee\xf7\x56\x47\xd0\x85\xb4\x59\x63\x6d\x23\x8a\x5b\xdb\xe8\x6b\x96\xb9\xeb\x4b\x77\x56\x38\x43\xb5\xd7\x6f\x60\xdc\x7c\x40\x04\x7a\xe5\xc1\x46\x1a\xe9\x8e\x94\xbc\x4c\xd0\x3a\x3b\xe3\x05\xe3\xec\xf3\xc4\x8d\x7a\x10\x1a\xb5\x8e\xa4\xf3\xea\x8a\x92\xc7\xc9\x0e\x3e\x9c\x72\x4f\x65\xf0\x4a\x1e\x26\x27\x50\x16\xde\xf3\xc4\x1d\xaa\xef\x27\x13\xe4\x4b\x1f\x73\xc9\x97\x0e\x7e\xae\x77\x93\xd5\x06\x83\x97\x1c\xf5\xfd\x82\x0c\x25\x60\xdc\xa0\x08\x18\xd7\x9f\xf8\xf0\x9d\xcd\x03\xf5\xfd\x86\x92\xde\x64\x0f\xdf\x59\x3c\x54\xdf\xfb\x94\x74\x31\x8a\x8b\x17\x1c\x77\x4d\x8c\x67\x62\x59\x3c\xd3\x80\x98\x93\xd6\x0a\x2d\x61\xb9\x46\xe3\x72\x72\x92\x79\x52\x45\x2b\x24\x3d\xa3\xe0\xca\x0a\xe8\x6e\x15\x8a\x1e\xb5\x55\x9a\xbb\xd4\x92\x84\xee\x25\x0e\x5c\xee\x7a\xcb\x6a\xd7\xa0\x6f\x97\x9e\xb4\xcc\x33\x37\x75\x34\x93\x53\x7d\xf3\xcf\xa8\x24\xf8\x81\xe7\xde\x9f\x49\x6b\xf0\x9d\xfb\xa7\x33\x07\x49\xe9\x04\xa9\x95\x17\xe8\xdb\x31\xfc\x06\x6a\xcd\xc2\xb8\x94\x40\x3e\xf7\x9b\xe0\x86\x60\xc0\x5c\xe4\x41\xa7\xe0\x1b\xbb\x2b\x84\x6d\xa3\xdb\x01\x06\x68\x23\xdd\x2d\x6c\x3c\x56\xee\x64\x9b\x79\x01\xf3\x67\xa9\x90\x71\x69\x2a\xaf\x6b\x35\xf4\x25\x9e\x35\x13\x71\x64\x32\x83\x1d\xe5\xbd\xe9\x3a\xc1\x39\x19\x82\x35\x8c\xad\x13\xd8\x2b\xba\x1b\x6f\x98\xfb\x2b\x41\x15\x6b\xd1\x30\xaf\x62\x2b\x91\xfb\xd8\x8c\xf0\x67\x3f\xbc\xb8\x25\x2e\x53\x75\xc2\xa0\x64\xab\xb3\x15\x46\x33\x7d\x4d\xf0\x29\x96\x90\x63\xd6\x1b\x43\x5c\x88\x9c\xb0\xe7\x0a\x0c\x06\xe3\x98\x98\x99\x9f\x9a\x95\x87\x51\x1f\x8c\x61\xe6\x98\xb8\xa5\xd1\xbe\x30\x38\x37\x01\xe9\x2a\x67\x5b\xde\x5c\x52\xe5\x34\xda\x82\xe0\x64\x87\x6d\x75\x76\x13\xab\x2e\x3d\x0d\x6f\x0f\xc5\x05\x5e\xd9\xb9\x2e\x7d\xac\xa6\x84\x7d\xee\x13\xe9\x4a\x35\x25\xec\xe5\x10\xb3\xdc\x15\xeb\x18\x2b\x7c\x73\x21\x68\xa6\x54\x8f\xa5\x94\x23\xe4\x35\x53\x0d\x2d\x97\x43\xab\x8e\x15\x43\x6a\xc3\x5a\x78\xc1\x9f\x14\x8f\x19\x0e\x66\xd1\x61\x0e\x76\xf7\x70\xb8\x00\xa7\xa8\x36\x33\xa7\x37\x32\x97\xb1\x0e\xcb\xb2\x01\xaa\xfe\x84\x39\x7d\x85\xef\x44\xe6\x95\x73\xfe\x12\xd6\x93\x51\x86\x9d\x93\x9f\xab\x52\xbe\x17\xa7\xcf\x80\x58\x0d\xb4\x2d\x67\xcb\xc4\xed\x0c\x14\xc1\x08\xab\x50\x1d\x89\xf8\xe4\x29\xc6\x1f\x82\xcd\x77\xea\x45\x18\x42\x66\x9c\x87\x3f\xdd\x58\x71\xa2\x7b\x9b\xaf\x8b\x34\x2f\xbd\x71\x1e\xe6\x6e\xab\x28\xe1\x42\x2d\x4e\x6a\x29\x88\x64\x9f\x5b\xe9\x9f\xaa\x4d\x09\x7f\x5b\xed\xf2\xe9\x0a\x2a\xbb\x1e\xa6\x3c\xa8\x59\x89\xfd\x51\x31\x85\xcc\x57\x9c\xb6\xd7\xe9\x40\x55\xc3\x0c\x33\x2a\xa4\xbb\x9d\x21\x46\x44\x55\xcc\x6a\xf9\xc7\x39\xae\x99\x4c\x58\x6f\xe2\x32\x1c\xe4\x9e\xc6\xde\x59\xba\x7c\x23\x77\xa2\x74\xef\xec\xd8\xca\xa9\x96\xbf\x74\x56\x52\xc6\x7d\x22\xec\x2d\xa9\xd1\x6b\x64\x0e\x49\x22\x5d\xb9\x96\xc8\xb6\xa6\x4b\x73\xef\xcd\xe2\x8e\x63\xa9\xbd\xa5\xdf\x03\x6c\x93\x15\xaa\x67\x95\xd7\xa8\xa7\x4a\x7f\x25\xd6\xa7\xdb\xb2\x73\x37\x6a\x03\x23\x46\x66\x2d\xf0\xed\x54\xe8\x90\xfe\xe0\x06\xe0\xdf\x2b\xe1\x5b\xda\x02\x1a\x81\x2c\xe3\x03\x38\xea\x04\x36\xd4\xeb\x68\x87\x34\x5a\x0d\x72\x58\x92\x8a\x5c\xe9\xe5\x0a\x60\x84\x61\xe6\xa1\x0a\xda\xfa\xb2\x3a\x2b\x71\xc1\x65\xb2\x9d\x74\xf3\xa5\x1a\x84\x5d\xe5\x4c\x6a\x39\xf4\x34\xcd\x7a\xe4\xee\x80\x48\x95\xb3\x68\x07\x10\x07\x2f\xcd\xa8\x9f\x03\x07\x86\xa9\x5c\xee\x0b\xc2\xdf\x53\xd0\x10\x5a\x75\x1c\x51\xb5\x0a\x1b\x9b\x81\x72\x7c\xe6\x1f\xf5\x42\xe3\x78\x48\x6b\x5b\x79\x07\x02\x92\x69\x77\x3d\xc8\xbb\xed\x80\xd0\x69\xb3\x28\xc6\x6e\x33\xd0\xe3\x74\xe4\x22\xd7\x3d\x62\x92\xd6\xf6\xec\xc2\x13\x7a\x7f\x02\xb7\xa1\x03\x4d\xba\x79\x0c\xc8\x2e\xb5\xb1\xc3\xe6\x84\x7d\x98\xca\xe9\x88\x3d\xd7\x14\x4e\xa6\xe8\xb8\xb3\x6f\x62\x9f\xdd\x13\xfe\x82\x74\x18\xbc\x5b\xde\x9b\xff\x2c\x1e\x65\xd6\x8f\x33\xc2\x3f\xca\xed\x7e\xd1\x1f\x37\x5d\x0f\x0a\x9e\xd1\x16\x96\xf7\x54\x1c\xa3\x57\x62\x79\x34\x2d\xf7\xbe\xf3\x55\x3f\xe1\x46\x81\x7d\xbf\x0e\xe4\x41\x09\x3c\x1b\xcd\xdd\x45\x59\xf1\xf9\x8b\x0b\xb8\x9c\xf3\x29\xfd\x32\xe7\x37\x09\x55\x43\xd4\x15\x3b\xd2\xf8\x7d\xef\x0e\xf2\x19\x90\xca\xa1\x38\xc7\x70\x74\x8a\x56\x73\x1e\xa8\xc1\x12\x37\xec\x72\x07\xa3\x9b\xe1\xa6\xfb\x62\xa4\x66\x01\xa8\xb5\x2c\xe3\x2c\x06\xa8\x6c\x17\xc2\xbb\xbc\x38\x71\xb1\x11\x57\x38\x7a\xe5\x16\x3d\xc0\x65\x4d\x6b\x5f\x6b\x5a\x5c\x9d\xd5\xcc\xb5\xbc\x87\x88\x37\xfb\x04\xb9\x4a\xa0\x0b\x1c\x1a\xb4\x2f\xa3\x28\xe4\x71\xd7\xa0\xe7\x7a\x57\x2a\x96\xd1\x6e\x0c\xdb\xfe\x8a\x12\xcb\x63\xfb\xb3\x9d\x83\x0a\xd5\x64\xbb\xab\x31\x9c\x87\x2f\x27\xf3\x46\xe7\x5b\x10\x0b\x29\x7d\x84\x2d\x87\x1e\xba\x17\x30\x43\xfb\x7d\x3f\xcf\xd0\x69\xde\x90\xa0\x64\xe6\x28\xfb\xb4\x64\xf1\x16\x61\xef\x86\x87\x97\xc3\xca\x05\x20\x8c\x25\xb1\xac\xca\xe8\x16\x9c\xc5\x19\x1c\xc1\x9f\x99\xd7\xa8\x8b\x5b\xb0\xda\x3f\xb6\x1d\x3b\x13\x28\xde\x83\x1a\xfb\x0a\xcd\x3b\x25\xd6\x4b\xb3\x80\xc3\x78\x7c\xbe\x51\x6c\x3b\xa5\x5a\x95\x32\xfd\xc5\x00\xa1\xf2\x2b\x72\xe8\x4c\x6b\xf5\x58\x6f\xd8\x96\x48\x0c\x0c\x03\xdc\xb4\x05\xb1\xa4\xdb\x31\xf2\x4d\x7c\xeb\x76\xcc\xdf\x4e\xf8\x50\x7a\xca\xb0\x4f\x74\xe7\x29\xba\x19\xff\x77\x9c\x79\x80\xe2\x73\x2d\x9a\xef\x30\x97\x39\x35\x70\x6a\x9f\x25\xb4\xbc\x1a\x49\x87\x8d\x57\xc2\xac\xc6\x6a\x84\xca\xa9\x4c\x2f\x5c\x89\xb9\xb6\x24\x56\x8d\x56\xab\x5c\xda\xc3\x6f\x27\xec\xa8\x84\xe7\x2a\xbf\x86\x99\x31\xb3\xe4\xa0\xf4\xaa\xb1\x26\x2a\xff\x46\x62\x1e\xf2\x0e\x1e\x67\x53\x30\x03\xc5\x66\x76\x01\xe0\x08\x53\x30\x12\x47\xb5\x63\xca\x8b\xd8\x4c\x37\xac\xef\x0c\x80\x5c\xe7\x09\xdc\xbd\xae\x49\x02\xff\xcc\xb4\xd6\x46\x6f\x50\x71\x59\xb7\x1e\xe0\x9e\x68\x88\x9e\x66\x84\x4c\x9b\x31\xdc\x5c\xee\xd1\x2b\xc6\xef\x5d\x46\xcc\x4f\x09\x07\x17\x0f\x07\xa6\x03\x71\xd9\x89\x81\xd2\xec\xb9\xf1\x8d\xce\x6c\x4e\xd8\x9d\xb8\x73\x48\x2d\x19\x63\x6c\x0d\x6b\x70\x63\xae\x01\x25\xdc\x36\xcc\x95\x98\xc0\x66\x57\xa1\x84\x6f\x87\xe8\xeb\xeb\xe0\xf5\x92\xec\x59\x7e\xbf\x24\x15\x0c\xa1\x24\x55\x9a\x5f\xc5\x48\x42\xa3\xba\xc4\x80\x3b\xe0\x1f\xb0\x99\x39\x54\xf6\xfa\x4c\xdf\x0e\xd5\x53\x5e\x63\x08\xb6\xfd\x9a\x61\x6d\x73\x8f\xfe\xf0\x3a\xf5\x93\x18\xda\xb7\xef\x44\x5a\x11\x4a\x5b\x61\x3d\xb7\x9d\x1e\x68\xcd\x52\xba\x75\x7a\xb9\xc8\xc1\xbf\xdc\x6c\x84\xa8\xdc\xcd\xaf\x3e\x6a\xdb\x16\x37\x8f\xdd\x17\xb8\xe3\x4b\xa4\xb6\x63\x31\xf6\x79\x2d\x23\x0e\x2d\xd2\xeb\x83\x34\x53\x3d\x82\x55\x09\xc5\xab\xe4\x68\x2a\xe1\xc9\xfa\x68\x77\x86\xf9\x9b\x03\x2a\xb4\x66\xc7\xb4\x20\x78\x25\xbb\xeb\xf6\x34\x9d\x1e\x78\x23\x1a\x34\xa8\x58\xda\x8c\x05\xcc\xa7\x60\x9c\xc5\xe8\x07\x2f\x8f\x7e\x98\x6b\x75\x8b\xdd\xf5\xf2\x5d\xe3\x95\x90\x9d\xa9\x31\x62\xc7\xdc\x7b\xc7\x33\x65\x44\xac\x77\x89\x45\xb4\x14\xcb\xfe\xb3\x4c\xf5\x10\xbd\x6c\x0e\x74\xe3\x8c\xae\x17\x5b\xb7\x73\xb1\xd8\x92\x6e\x3a\x86\x5b\xf8\x7e\xc7\x33\x3e\x4f\x38\xae\xc6\xe1\x0e\xca\xe5\xb8\xfe\xc4\x0d\x8e\x70\xa4\xa8\xc1\xb5\x88\x66\x51\x7c\x1e\xdf\x69\x19\xee\xd3\x09\xfd\x79\xf1\x85\x5e\xeb\xab\x99\xc3\x9c\xae\x9c\x39\xb7\x49\x3a\x77\xdd\x7c\xc9\xf9\x36\x5a\xaf\xc4\x90\xba\xfb\x7e\xfe\x43\xe4\x37\x92\xe1\x0c\xfc\xf1\x02\x55\xaa\x85\x10\x81\xf7\xe9\x99\x83\xa9\xb5\x09\x16\xd3\xe5\xd7\x8d\x40\x32\x1e\x3a\x77\x97\xab\x75\x4c\x98\xce\x63\xb1\xca\xed\x47\x8d\x93\x4f\xa9\xe9\x2e\x8f\x61\xcd\xde\x6d\x69\xd9\xe9\xa3\xb2\xc7\xf3\xa4\xb2\x67\x27\x16\x23\x53\xba\x9e\x4e\xbe\x18\x71\xdd\x9d\x59\x61\xdd\xc5\x0c\x57\xe8\xa6\xb8\x42\x75\x39\xf2\x47\xda\x96\x0a\x8b\x29\x21\x5b\xba\xdb\xa2\xc9\xd7\xdb\xf6\xd5\x53\xd6\x61\xc1\xe8\x5a\xb7\x61\xd5\xe8\xa9\x2e\x0d\x25\x1e\x78\x40\x23\x56\xb3\x48\x4e\x9b\x01\x66\x12\xe0\x00\x2a\xf1\x4f\xa7\x2b\x57\xc2\x2d\x4a\xb2\xf6\x65\x74\xc2\x09\x13\x30\xf9\xea\x0c\x82\x35\x10\x52\x37\xc5\x25\x95\x77\x0a\xa0\x8a\xeb\x75\x21\xf8\x4d\x4c\x2c\xf2\x83\xc5\xec\xf8\x78\xd5\x28\x83\x9c\xcf\xde\xd2\x1d\xba\xc0\x57\x81\x51\x88\x4d\x3a\xd2\xc4\x0a\x62\xa6\x99\x4b\x8a\xeb\xc2\x9a\x5e\x79\x54\x49\x9f\xec\xb1\xb2\x2b\xfc\x10\x17\xaf\x4c\x62\x95\x78\x84\x00\x09\x55\xab\x23\xb1\x08\x08\xcb\xfe\x06\xd7\x53\x5d\x96\x19\xd6\x86\x3f\x0d\x00\xfd\x4a\x58\x3f\x38\x51\x6d\x49\x7a\x1c\xc4\x28\xb7\x98\x73\x2c\x1d\xfc\x31\x34\x2a\xfb\xab\x70\xc1\x88\x64\x38\x66\x53\x96\xad\x07\xe8\xa7\xad\x8d\x88\x1d\xd0\x24\x60\xda\xcc\x0c\x59\x1f\x9d\x33\xbe\x08\x0d\xbe\xc5\x87\xfc\x88\xb7\x98\x26\xab\x6c\xb9\x36\x67\x04\x82\x4a\x49\xb0\x82\xd0\xcd\x0e\x93\xf1\x6f\x23\x31\x6f\xd0\x46\xe7\x00\x63\xd2\x43\xe6\x59\xb2\xcf\x10\x9a\x46\x84\x0c\x49\x36\xf9\x1a\x1c\x75\x3c\x18\x14\xe0\x9b\x2a\x28\xc0\x22\x24\x34\x9b\x2a\x6a\x1c\xf6\x83\x29\x21\xa3\x0e\xee\x07\x11\x2d\x47\x50\xe8\x54\xda\x82\xe1\x34\x56\xd9\x8e\x09\x01\x58\x4b\xc4\x90\x49\xb8\xb6\x32\x09\x27\x75\x44\x71\xbb\x5f\xef\x00\xb0\xcc\x65\x35\x3c\xc8\xc7\xa8\xaa\x3f\xa2\x95\x68\x7f\x34\xf3\x23\x36\x01\xc9\x90\x1d\x3d\x38\xd7\x47\x41\x04\xc2\xa1\x1d\x6c\x68\x71\x71\xb7\xb1\x0a\xa3\xa0\x42\xb5\xa9\xf9\x86\x90\xe7\xeb\xee\x79\x92\xeb\x6b\xe3\x15\xd5\xc6\x7c\xb8\x41\x3a\x76\x04\x9b\xda\x89\x05\x6a\x11\xd6\x01\xcd\x0a\x69\x26\x48\x5a\xca\x3c\x67\x90\x75\x41\x43\xae\xd7\xa8\xb8\x5e\x1d\xe6\xef\x60\x61\xd4\x69\xb0\x1b\x66\x9d\x9a\xd2\xfd\x4e\xaa\x42\xc2\x5d\x76\x7a\x92\x35\x8d\xf0\xd7\xeb\x41\x3d\xbd\x27\xac\xc2\xd6\x23\xed\xa7\x34\x97\x6b\xb6\x6a\x48\xcd\x64\x82\xeb\x71\x74\x3c\x23\xf3\x20\x70\x53\x16\x16\x65\xa5\x5d\x04\x79\x07\x9a\x3f\x25\x8b\x7b\x32\xe8\xc4\x93\x2e\x52\x1e\xd4\x6d\x7a\x75\x2b\x34\xd8\x1a\x15\x79\x3e\x7a\x7f\xad\x90\xa1\x79\xbd\x95\x0e\x7c\x73\x24\x79\xc0\x0b\x71\xcd\xdc\x6f\xa9\x74\x54\xc0\x08\xc5\xb0\xd3\x03\x25\x93\xc7\x8e\xf8\x17\xd9\x53\x40\x1e\x5e\x04\x1d\x38\xee\x78\xc8\x36\x9d\x5e\x7e\x58\x6e\xab\xc3\x22\xc5\xc5\xd7\x98\xd0\x57\xb1\x8e\xb7\x67\xaa\xdd\x6b\x3b\xce\xac\x6e\x53\x9c\xae\xda\x91\xb1\x0f\x5e\x59\x0d\x6e\x49\x4f\x53\xc2\xee\xfc\xce\x20\x87\x19\x79\x96\x90\x2c\xe2\x54\xff\x74\x2a\x36\x26\x5b\x10\x76\xe7\x56\xec\xc2\x2b\x69\x1a\x14\x5b\xe0\xbb\x84\x3d\x71\x11\xd1\x25\xcf\xaa\x11\x99\xb9\x91\xaf\x19\x99\x58\xc9\x23\x25\x56\x4f\xc7\x50\x0a\x8c\x16\x4e\x59\x72\xec\xe7\x51\xd0\x8d\x57\x15\x64\xca\xdf\xca\xaf\x05\xb0\x80\xd7\xbc\xf5\xad\x62\x18\x6c\x47\x19\x49\x67\x5a\x9b\x9b\xec\x03\x6e\x00\x27\x9d\xe6\x17\x87\x7b\xb8\x38\x8c\x7e\xea\xe2\xa0\x8d\x49\xf7\xae\x7c\x07\x6a\x3c\x08\x58\xdc\x98\xef\xe8\x8c\xad\x42\x20\x5a\x3a\xcd\xa3\x59\x9a\xd4\xc0\x92\xe4\x95\xa2\x42\xc3\x69\x7e\xb0\xaf\x36\xfd\xfc\x47\xe0\xe6\x07\x7b\x4c\x6f\x1f\xec\xe8\xec\x50\x90\xab\xc9\xbd\xef\xf6\x95\x2c\xcd\xd6\x88\x8e\xa8\x6f\xed\x1b\x78\x3e\x7b\xa9\xba\xac\x94\x31\xd8\xce\x80\x58\xa4\x63\x4f\x67\xab\x57\xb1\x03\x00\x79\x17\x8b\x22\xe9\x8b\xba\x7f\x41\xc7\x5e\x51\x54\x9d\x37\xd6\xc5\x08\xbd\x0e\xff\x99\x56\x10\xbe\x42\x15\x2c\xa9\x56\xec\x6b\xbf\xd1\xad\xcc\x70\xa7\x0f\x24\x5f\x78\x03\x7c\xc0\xf8\x81\xb7\x41\xae\x9d\x57\x71\xd9\xfa\x3a\x58\x56\x88\x4b\x3b\x91\x89\xc4\xf7\x15\xcf\xfe\xd9\x5b\xc7\xde\xed\x2b\xf4\x47\xf6\x18\xfb\x36\x72\x86\x73\xc2\x9e\x23\xdf\x56\xfd\xf6\xd4\x35\x74\xa8\xd5\x13\x98\xe1\x5e\x8e\x2e\xde\xf1\x60\x59\x39\x49\x2f\xff\xa8\x0c\x76\x94\xe7\xb3\x44\xe5\x3a\x24\xb8\x2d\x1c\x13\x70\x26\x20\x07\x49\x13\x74\xd4\x55\x10\xe5\xfa\x80\xdb\x72\xbc\xe9\x69\x23\x32\x0d\x10\xb6\xb3\x22\x5d\x95\x1a\x18\xcc\x37\x88\x30\x40\xf3\x55\x2f\x17\x51\xa0\xca\x1e\x38\xe9\xa6\x2c\x76\xa1\x76\xb3\x8a\x03\x87\xea\x78\x63\x48\x87\x4f\x0f\xab\xfd\x5a\x41\x4d\x3a\x74\xa6\xa4\x63\x1a\x10\xd6\xe1\x9e\x71\x13\xd8\xa9\x8a\x6a\xf6\xad\xac\xed\x49\xc7\xa0\xa6\x14\xdd\xe2\x66\xd5\x18\x25\x42\x6d\x44\x06\x3a\x4f\xe5\x1d\x18\xe3\xe7\x60\x7e\x58\x70\xd5\x1e\x09\xd1\xf9\x10\x15\x23\x6a\x0f\xe6\xcf\xcd\x8b\x8d\xf2\x94\x81\xc0\x1f\x9d\x05\x08\x6d\xb1\x5c\x25\xd2\x14\x37\x13\x25\xfc\x4f\x0f\xb3\xd5\xad\xa1\xfe\x79\x8a\x19\xce\x65\x71\xa3\xfd\x41\xd1\xd0\x86\x38\x5c\xa3\x28\x7b\xd2\x05\x7b\x19\x97\x22\x61\x25\x92\xe7\xfe\x82\xf0\x94\xea\x4d\x9c\x35\x75\x10\xe2\x19\x50\xdf\xb0\x43\x82\xf4\x59\x11\x1e\x81\x0b\x9c\x23\xc4\x4e\xe1\x5e\x1d\xd0\xf0\x5d\xe4\x88\x28\x71\xe5\x0f\x70\x05\xbc\xbf\x18\x9e\xa3\x1c\x9e\x60\x3b\xc8\xdd\x84\xc6\xb0\x9f\x25\x18\xf3\x25\xaf\x3f\xb8\xcf\x54\xba\x55\xf6\x15\x9a\x2d\x90\xb8\xca\x12\xf2\xae\x8a\x56\x9e\xf4\x34\xc4\x6e\x5a\x51\xc2\xd6\xe6\x6a\x03\x1d\x3c\x3a\x6c\x44\x1f\x05\xe3\x97\x73\x74\xa1\x12\x89\x65\xb0\xd1\x45\xb4\x4f\xd5\xef\x2b\xc8\x2b\x8b\x58\x5b\xca\x94\x37\x23\x10\xfc\x87\x15\x44\x33\x48\x7c\x1c\xfb\xb6\x37\x94\x33\xb2\xe3\xe1\x79\x7b\xf2\xfb\x9a\x90\x6e\xa3\x19\x30\x7a\x06\x2f\x2d\xaa\xaf\x61\x89\x6f\x68\x40\x77\xeb\xeb\xfb\xd5\xca\xac\xb8\xc5\xfb\x95\xf7\xfd\x1c\x33\x70\x67\xc3\xcb\xd4\xa6\x86\xb1\xbd\xa2\x1b\x78\xda\xcc\xa4\x05\xbe\x46\xe3\x8f\x0f\x13\x92\xf5\x72\x77\x61\xd8\xe1\xe5\x55\xbe\xca\xe4\x55\x7e\x6c\xac\xc0\x9e\x6a\x77\x42\xf4\x13\xda\x9d\xc4\x61\xc4\x6b\xa6\x81\x33\xfa\x27\xb6\xe8\x5c\xf5\x81\xd5\xba\xc7\x6b\x36\xe1\x61\x9d\xa9\xc9\xc9\xc3\x2e\x4c\x09\xb1\x77\xc3\x68\x9e\x11\x55\x12\xb2\x63\x12\xc0\x23\xc1\x1d\x74\x47\x77\x1f\x70\xa4\xc5\x08\x09\x10\xa3\x67\xc6\xc0\xad\xc3\x2d\x2a\xe0\xdb\x18\xbd\x39\x07\xed\x25\xba\xbe\x82\xd1\xa9\x41\x2f\xaf\x67\xe0\x49\x0c\xdf\x6f\x2e\x3c\xa7\xca\x11\xf2\x65\xf3\x8d\x21\xc4\xc8\xd1\xa3\xb1\x1e\xa1\x0b\x5d\x7d\x3d\x42\x17\xba\x05\x08\xe6\xe8\xb5\x97\xa3\xf2\xaa\x81\x52\x8e\x71\x51\xd0\xd3\xe6\xda\x8a\x91\xe9\xfb\xb1\x42\xa5\xcf\xdf\x54\x1c\x9c\x11\x70\xee\xbc\x68\xaf\xc4\x04\x04\x50\x42\xc4\x2d\x61\x52\xa9\xf7\xb2\x86\x88\x8a\xad\xeb\x76\xf6\x7b\x46\xc8\x6c\x1d\xf7\xb4\x27\x71\x13\x53\x5e\x63\xc5\x17\x92\x6d\x59\x14\xbc\xaf\x58\x9a\x4d\x66\x6b\xb6\x8a\x38\x04\xf5\x80\x6f\xda\x91\x7a\x2b\x19\x4c\x11\xe1\x1f\x3b\x8c\x5e\xd9\x8a\x19\xd1\xe0\x3e\xf5\x20\x94\xac\xce\x71\x3b\x6d\x52\x47\x37\x0b\x1d\xf3\xd3\x67\xb7\x74\x04\x74\xa9\x0c\x2a\x1b\x38\x09\x74\xc8\xfd\x2a\x41\xf5\x50\x63\x07\x2e\x6b\x1e\xf3\x51\x84\x74\x69\xb8\xc6\xae\x8b\xd6\x23\x29\x4b\xd4\x56\x18\xd9\xc4\xf0\xfa\x08\x33\xc9\x46\x92\xff\xfa\xaa\x5f\xc0\x4e\x9d\x02\x4f\x3b\x5c\x06\x0f\x74\xf9\xb3\x3b\x66\xb9\x86\x2e\x53\x65\x17\x2e\x4a\x6f\xb1\x87\xfa\xf5\xf6\x0e\x8f\x92\x1a\xc4\xed\xb2\x35\x8d\x10\x64\x72\xa9\xcb\xb6\x78\x50\x77\xf2\xba\x93\x09\x5b\x2b\x70\x6c\x0e\x81\x4f\x49\xef\x82\x23\x4e\xb3\x3b\x17\x37\x9f\xb4\xbb\x15\xbf\xce\xdd\x15\x02\xa5\x4a\xa2\x4f\x21\xa9\x78\xdd\x34\x9f\xfb\x76\x37\x96\x97\x92\x13\xaa\x52\xfd\x19\x9c\x73\x01\x6e\x77\x29\x04\x0d\xa7\xdd\x5e\x0b\x18\x6b\xcf\xdd\x26\x95\x6f\xfc\x99\x36\x22\x71\x57\x57\x3e\x47\x15\x03\x17\x42\x19\x5c\x9f\x8e\xdd\x13\xf8\xa0\x91\x13\x75\x40\x97\xce\x83\x6e\x1d\x83\x34\xa6\x8d\x75\x71\x4f\x19\x35\x91\x43\x6e\xba\x46\xf5\xf9\x8e\x36\x74\x76\xe3\xfd\xbd\x77\x82\x09\xba\x02\xb3\x2c\xf3\xba\x3e\x86\x0d\x2d\x8d\xcb\xec\x5a\x3e\xf8\x1e\xea\xd4\x8b\x20\xbf\x88\xd6\x1a\xec\x6b\x02\xb2\x50\xdf\xb5\xd7\x23\x21\x06\x07\x66\xa7\xf0\x60\xa1\xf4\x31\x95\xb6\x72\x6d\x6f\xa3\x8b\x28\x08\xbc\x46\xed\x02\x66\xb3\xc6\x10\x49\x73\xdd\x42\xcd\x5b\x15\x63\xc4\x1f\xd2\x23\x4a\xe9\xab\x8f\xbc\xcb\xc8\xbd\xec\x40\x1c\x3c\x64\xc3\x1f\xa5\xad\x21\xf2\x64\xb9\xd2\xca\x56\x97\x43\xdc\x40\x65\xdf\xfc\x22\x90\xfe\x28\xe7\x32\xce\x6d\xde\x61\xad\x3d\x18\x8d\xb8\x9a\x18\x1e\xea\x15\x9e\xd2\x36\xae\xd5\xf2\x7a\x24\xa3\x7f\x93\x06\x3a\x83\xc6\x11\x92\x96\x36\x31\xfa\xec\x5e\x77\xe5\x72\xdb\xa8\x94\xe9\xcd\x94\x3c\xb5\x52\x70\x70\x20\x11\xf5\xd0\x68\xfa\xd9\x44\xb8\x93\x41\x8a\x56\x8c\x88\x9e\x25\x12\x87\x7c\x70\xaf\x7e\x1b\x09\x02\x8b\x98\xfa\x04\x11\xcf\x91\x21\x03\x66\x99\xb8\xdd\xba\x1b\x04\x53\x80\x65\x32\xdc\x4a\xde\xc1\x6a\xc4\x0a\xcb\x02\xbd\x14\x1f\xd1\x59\x9d\xb8\x14\xb6\xbf\x45\x2c\xe7\x16\xc6\x04\xaa\x0a\x19\x73\x58\x2e\xad\xb9\xfa\xb5\x14\x02\x1b\x60\x13\xb1\x0e\xa4\x52\x40\xa7\x7c\xe8\xa2\x3e\x6c\xbe\x06\x4f\xe8\xc1\xdb\x6e\xd5\x2f\xba\xd6\x7e\xb3\x7d\xe1\x9d\x7b\x94\x20\x63\xe3\x3d\xe0\x04\x33\xa9\xb6\x5f\xb6\x3c\x8c\xf0\xea\x20\x46\xc4\x12\x21\xcd\xe7\x84\x1f\xe0\x32\xb9\x33\x3b\x45\x6d\xde\xc1\x3c\x7b\x05\xd1\x8c\xf0\x8e\x3e\xfc\x89\x2d\xaf\xc3\xbe\xbf\xae\x5c\x6f\x3c\xed\x37\x98\xf9\x47\x44\x67\x1a\xc4\x18\x84\xee\x51\xb7\x8d\x68\x39\x87\x95\x7d\x7b\x27\x5c\xb3\xbd\x03\x7a\x64\xd4\x61\x79\xfe\x37\x1b\x16\xe8\x8a\x53\x1b\x36\xa2\xb3\xfd\x54\xc5\xcd\x18\xe2\x71\x74\x96\xe4\xbb\x8e\xd5\x3f\x22\xe3\x1b\x44\x62\x3c\x41\xe0\xd0\xa3\x7d\xc0\x21\x18\x34\xf1\xca\x32\xd5\x2b\x76\xf6\x5b\xac\xdc\x8e\x33\x52\x11\x84\x7c\xcb\x4e\xa0\x78\x30\xb9\xfa\xaa\x5d\xb1\x15\x4d\xb5\xfc\xae\x5c\x81\xf3\x9c\x4d\x2a\xf2\x01\x36\x98\xcc\x55\x07\x88\x4f\x36\xb7\x3e\xb1\xd6\x26\x0c\x51\x9d\x1a\x15\xbb\x30\x75\xd1\xbf\xcb\xae\xa2\xff\x50\xf5\xe2\xed\x88\x0c\x3c\x6b\x35\xbb\x61\x4a\x89\x6b\xa8\xe9\x3f\xc9\xe9\x9e\x38\xb0\xd6\xc6\x6d\x07\x54\x27\xb3\xe0\x72\x37\xa9\x42\xd8\x01\xdb\x72\xa7\xd0\xfe\x1f\xf6\x07\x84\xd6\xed\x77\x88\x19\xca\x6f\x48\xb4\xec\x40\x95\x48\xab\xb6\x84\xdd\x66\x24\xef\x16\xfa\xed\x2d\x01\x22\xf0\x63\x16\x39\x45\x78\xdb\x80\xaa\xee\x56\x7d\x89\x35\x98\x12\x5e\x63\xff\x05\x61\xd8\xa5\x84\x6f\x45\x6f\xb0\x5e\xf8\x00\xb5\xf0\x37\x60\x29\x5b\x26\x58\xce\x48\xae\xb7\x99\xe8\xfe\x41\xc0\x30\x36\x06\x16\xa5\xff\xdd\xa2\x44\xf6\xbd\x26\xf5\x2e\x4e\x86\xff\xab\xd7\x7f\xbe\xe6\x99\x08\x29\xce\x43\x5b\x5d\x2f\xbf\x1b\xf3\xb0\x23\xe1\x43\x84\x08\x75\x29\x1e\x9e\xab\x60\x71\xf1\x78\xc5\xc1\xfa\xef\xb3\xa1\x4a\xbf\x74\x8a\x45\x58\x83\xc5\xab\xcb\x31\x09\xa5\x50\x79\x74\x47\x20\x7e\x36\x0a\x13\x47\xcc\x81\x99\x8c\x36\x1c\x93\xc1\x9a\xf7\x81\x3c\x19\x7a\x74\x4f\x41\x69\x5a\xa6\x90\x20\x30\xb3\xd8\x87\xc1\x0b\x38\x21\xa1\x46\x16\xa7\x1d\xf3\xb2\x68\x3f\x8e\xe2\x7b\x13\x35\x81\x67\x26\xd5\x98\xb5\x3a\x6a\x39\xe1\x6a\xd6\xae\xd3\x7c\xa8\x2c\xc2\x12\x40\x94\x1b\x20\xa9\xd0\x6b\xe3\x4b\xbb\x46\xc4\xea\x48\x49\xf0\xff\xe5\x30\x2a\x21\x1e\x44\xec\x8b\x51\xaa\x82\x4a\x87\x79\x0c\xc8\x0e\xf6\x9c\xc5\x2a\x60\x64\x4a\x48\x9b\xd6\xf0\x36\x1b\xd1\x78\x83\xe0\x10\xec\xb8\x41\x39\xab\x1c\x99\xe0\x67\x2f\xef\xb3\xf0\x7b\x51\xb8\xac\xaa\xa0\x88\x9d\x3b\x2a\x28\x5f\xa6\xc4\x8a\x69\x18\xd9\x88\xbb\xb0\x8f\xf0\xf6\xe8\x00\x5d\x26\x7b\x50\x03\x7e\xda\xa8\x6f\xbc\x58\x2c\x62\x2b\x80\xf2\x6d\xc2\xba\x08\x96\xf5\x95\xa2\xdd\xa7\xc4\x66\xab\x64\x70\xf3\xb0\xeb\x24\xe8\x54\x0a\xe7\x17\xa9\x23\xde\x50\x44\xd3\x4d\x71\x44\x06\xe7\x00\x7c\x64\x78\xc0\x80\x30\x02\x8b\xda\xd0\x06\x26\xb7\xdb\x48\xcb\xe4\x41\x6e\x85\xb8\x92\xbb\xcd\x34\x9b\xb5\xaf\x5f\x8e\x25\x9e\x50\xd5\xaa\x8b\x68\xa3\xb6\xdf\x57\xb7\xde\x01\xb1\x74\x56\x49\xbe\x23\x9f\xdf\x51\x62\x59\xa2\x65\xb7\x6e\x21\xa2\x2e\x00\xa0\x88\xfc\x57\xd7\x72\xaf\x10\xce\xe6\x00\x2a\x76\xce\xb2\xdf\x88\x9e\xf2\x4f\x88\x76\x0e\xf9\xad\xd8\x55\x4f\xf1\x0e\x53\xc3\x57\x95\xfb\x58\x47\x4e\x6d\x99\xe0\x90\x05\xbd\xa8\xa0\x98\x40\xc6\xca\x5c\xf4\x29\x3c\x16\x2b\xc3\x28\x74\xa2\x2d\x3a\x85\xdc\xa8\xed\x9f\x1e\x10\xe2\x08\x37\x9f\xaf\xf6\xfd\xf8\xa2\x66\xd6\x36\xab\xfa\x45\x7f\x9f\x03\xa4\x65\xd1\x57\xbd\x6c\x23\x1b\x13\x4b\xa7\x75\x67\xf4\xdf\xec\x09\xd5\xf5\x42\x5a\x9d\x12\x36\xb9\x92\x5e\xef\xd1\x5c\xa0\x9a\xfe\xf1\xff\x57\x2d\x6f\xaa\x39\x75\x82\x39\x65\x11\x1b\x89\x99\xcb\x54\x47\xb2\xdb\xc6\x55\x48\xdd\xc9\x87\xbb\xda\x3b\x6a\x89\x0b\x59\xc2\x95\x80\xde\x48\x5a\x93\x19\x26\xad\xfe\x45\x86\xc5\x2b\xfe\x2b\x90\xae\xfc\x20\xcb\xab\xc4\x00\xb3\x4a\xea\x00\xa6\x40\x1c\xba\xae\x49\xf8\x18\xb6\x97\xb8\x3e\xfe\x0c\x14\x22\x26\xee\xed\x16\xb1\x26\x55\x34\x8d\x2f\x09\x1e\x1a\x95\x3d\x1e\xdd\xa7\x47\x0c\x2e\x1e\x11\x9e\xb2\x33\x84\x34\x8e\x57\x17\x57\x48\x88\xe9\x44\x00\x1d\x03\x6e\x8f\xc4\xa5\xc7\x15\x9c\x11\xf3\x0e\xa8\x37\xb8\x84\x8f\x8a\xb6\x60\x33\x99\x1e\xb6\x50\xee\x34\x85\x7b\xc0\x60\x4b\xcb\x01\x50\x3e\x4f\xcb\x60\xd6\x21\x98\x6f\x05\x7f\x4c\x57\x09\x72\xf7\x3b\x12\x86\xc9\x4f\xf0\xf4\xf3\x0c\x4b\x1b\x10\x7b\xcd\xd5\xd7\x2e\xb8\x6d\xf3\xc9\x5a\x26\xc4\xdf\x64\x1a\x23\xc1\x13\xde\xcb\x06\x0d\x2a\x5b\x2a\x2b\x47\xc6\xaa\x5a\x2e\x16\x34\x70\x36\x5d\x44\x35\xb4\x08\x0f\xd9\x31\x18\x64\xa9\x55\xa5\x47\x64\xdc\xa0\x4d\x67\x04\x71\xb8\x30\x3d\xce\x70\x12\x20\x62\x17\x60\xe7\xdc\xdc\xc3\x67\x84\x99\x4a\x23\x8a\xbf\xf9\x8b\xfa\x7d\xd8\xd8\x88\xbc\x74\x7f\x31\xa0\x4a\x17\xe8\xd2\xed\x1a\xd7\x57\xbd\x56\x54\x29\xb2\xd4\xfc\xf6\x8b\x58\xaa\x5a\x45\xca\x19\xe1\x6f\x15\x90\x4f\xf5\xac\x4a\xc7\xd8\x04\xfb\x17\x89\xd1\xb2\x09\x0f\x76\x94\x0c\x9e\x0d\xfa\xa5\x69\x32\x52\xca\x22\xc4\x26\x59\xae\xca\x7a\x87\x16\x9f\xb6\x0a\x9d\x04\x1d\x7f\x48\x8d\xcd\xe8\x4b\xcd\x7c\xb8\x6f\x74\xea\x10\xfd\x62\xd0\x63\x60\x17\x5b\x3f\x96\x6d\xb9\x3c\x14\x2d\x42\x46\x71\x20\xfa\x93\xeb\xac\x73\x23\x34\xb5\x95\x29\x4c\x5d\x51\x92\xf3\x92\xd0\x0e\x98\x5c\xab\xe8\x2a\xc3\x82\xba\xf4\x95\x19\x91\xcd\xcb\x9b\xc6\x49\xf0\x02\x9e\x12\x2d\x2a\x44\x80\x39\xdf\x32\x87\x96\x3b\xca\xa0\xba\x1e\x80\xba\xc5\xf4\x9d\x81\x66\x99\x4d\x2a\x5d\x25\x2a\x1e\xba\x4a\xa8\xb0\x98\x45\x21\x2c\xe6\x1d\xe3\x47\xe6\x85\xf8\x91\xb7\xc9\xca\xc7\x48\x19\xc7\xcf\x54\xa3\x2f\x13\x19\x27\x23\xf1\x22\xb5\x19\x79\x9e\x34\xc1\x69\xf1\x89\xeb\x89\xad\xd2\x3d\x4e\xdc\x00\xa3\x64\xd6\x41\x66\x9b\x7d\x98\x44\x40\x5b\x7d\xcf\x0f\xdb\x4c\x8b\x3f\x99\xb4\x21\x0a\x72\xcc\x3b\x12\x39\x4c\x9b\x91\xbb\xc9\xc9\xc7\x20\x99\xc4\x2f\x04\xc9\x00\x56\xe2\x20\xa3\x25\x7a\x22\xc3\x49\x39\x18\x5e\xc1\xb5\x24\x70\x9b\x63\x1f\x20\x48\xd9\xfc\x28\x1b\x34\x25\xbd\x49\x65\x02\x81\x33\xe5\x8c\x64\xa8\x37\xa9\xa2\xda\x66\x96\x7f\x8f\x8a\x60\xe6\x00\x0e\x0e\xcf\x18\x89\x20\xc8\x66\xb5\xbf\x40\x37\x19\x64\xd7\x5f\x96\x50\x7e\x11\x6c\x33\x27\xe6\xc4\xdd\x17\x01\x47\x44\x62\x03\x12\x5b\x2f\x68\x76\x66\x99\x83\x17\xa9\x48\x53\xf4\x9f\xe1\xd7\xff\x49\x5c\xcd\x4f\x3a\x82\xa5\x80\x36\x21\x95\x6d\x19\x44\x3a\x58\xae\x4f\xe7\x02\xf3\x7e\x7c\x2e\x38\x2d\xb7\x1d\x5b\x45\x4b\x4c\x09\x6f\x50\xd7\x63\x68\x15\x07\x3f\x0c\xf0\x77\x6f\x66\x84\x07\xfc\xad\x42\x33\x7f\x7d\x97\x12\x2b\xa1\x08\xfc\x21\x2d\xd1\xa1\x04\x8f\xd9\x57\x0b\x6e\x5b\x8d\xaa\x8c\x1d\xbd\x07\xf4\xf8\xcc\x3c\xdd\x3a\xd3\xdc\x61\x3c\xb4\xf2\xfa\x45\x96\x72\xa3\xb6\xb6\xb4\x59\x04\xc2\x3e\xc8\xfc\xa3\x6a\x01\x08\x5b\x3f\x0c\x72\x37\x96\x38\xa0\x79\xf4\x48\x2b\xa6\x5f\xbc\xb6\x9f\x84\x18\xa3\xcf\x91\x70\x7f\x41\xd8\x87\xdb\xb6\xf2\x1f\xc9\xa6\xf0\x83\x64\xac\xfc\x6f\xc9\x65\x46\x9b\x90\xa2\xcb\x50\xdb\xa7\xf9\x68\x1c\x6a\xd2\x81\x1d\x35\x72\x2f\x07\x89\x3e\x02\xf7\xa4\x0f\xa8\xeb\x39\xa0\xdf\xd4\x55\x52\x4e\xac\x70\x9a\x3e\xe8\x7a\x21\xc6\x42\x42\x83\x2f\xa3\x50\xfa\x8c\x0d\x80\x15\x64\x3f\x90\xee\xfc\x63\x9c\xd7\x59\x18\x6e\xab\x7b\x03\x0b\xfa\xca\x39\xa0\x7c\x46\x7b\xcd\x19\x22\xc7\xd9\x7b\x10\xa1\x37\x4d\xfd\x00\xd6\x91\x8f\xc6\x7e\x70\xdb\xe3\x3d\x4c\x7f\xd2\x01\x10\xc3\x6d\xbe\x67\x6c\xaf\x52\x32\x9c\x68\x03\x32\x7b\x76\x4f\x34\xeb\xea\xf7\xed\xa9\x88\x91\xbc\x02\x67\x4f\x8c\x3b\xc9\xa9\x1f\x55\x60\x91\xdf\x66\xe2\xfe\x68\x1f\x58\x54\xe3\xf9\x68\x39\x3b\xeb\xa2\xee\x55\x64\xc5\x64\x07\x7a\x38\xd0\x2b\x2e\x7e\x04\xff\x5c\x5c\x65\xdc\x32\x40\xb3\xcc\x1c\x08\xd0\xb9\xe1\x97\xe4\xd7\x0b\x21\x3f\x35\xb4\x18\xdd\x6f\x3a\x0c\x58\xd2\x59\xd2\x96\xbe\x0f\x03\x31\xcc\xf4\x76\x68\xd9\x9f\x7a\x5d\x36\x4c\x85\x2f\x6f\x87\xf4\x94\xd2\x1f\x4e\xc7\x85\x98\xd7\xd5\x60\x50\x8c\xc0\x09\x70\x08\x9d\x98\x66\xd5\x5b\x8a\xab\xd0\x5e\xb7\xf3\x35\x15\xcb\x35\x25\x75\x35\x2f\x71\x63\x58\x98\xb5\xb8\x57\x01\x94\xfa\x48\x6d\x26\xba\x55\x70\x1b\x2b\xec\x2b\xe6\x8d\x49\x5a\x69\x14\x16\x3f\x53\xdf\xa9\x79\x0e\x61\x20\xe4\x55\x62\x69\x88\x2f\x74\xd3\xd3\x87\xb9\xeb\xf8\xae\x7a\x0b\xd6\xfc\x6a\x2a\xbb\x87\x8b\x10\xf4\x9b\xb3\x56\xe7\x3f\x60\x9f\xcd\x3c\xd2\xaf\x99\x05\xc4\xe7\xaf\xc4\xd6\x69\xfd\xd0\xcb\x77\xc5\x20\x45\x84\xfd\x14\x59\xe6\x46\x7b\x09\x2f\xa9\x5b\x72\x85\x1c\x0b\xb0\xfe\x92\x3a\x43\xad\x6b\xc3\xe9\xab\xcd\x8d\xcc\x0f\x28\xf6\x2e\x77\x00\xb2\xc9\x75\xb6\xd9\x0e\x72\xb7\x9e\xf5\xa9\xb0\xaf\x29\xaa\x80\x96\xae\xc2\x69\xb9\x10\x54\xd6\xcd\x61\x21\x7b\x0c\x92\x08\xe8\xa1\x35\xfc\x3a\xe5\x46\x2a\x9a\x71\x9a\x48\x57\xd1\x81\xe8\x09\x59\x3f\x14\x95\xa7\x67\xc4\x0f\x5d\x53\xa3\x21\x63\x11\x39\x61\x8f\xc5\x70\xc7\xb4\xf7\x75\x9d\x15\x27\xd8\x9c\xb0\x4f\x2f\x67\xcd\x95\x8e\xba\xf5\x0e\x93\x9c\x58\x61\xe7\xff\xf9\x7a\x9a\x91\x41\x0c\x1c\xad\xd9\xb8\x27\x72\x0d\xa0\x86\x50\x45\x37\x35\x0a\xbd\x78\x92\xfb\xbc\x58\x04\x8b\x42\x97\xf3\x87\x8a\x1a\xa6\x05\x61\x8f\xe7\x02\xf0\xbb\x73\x6b\xd3\x8e\xc3\xc1\xc5\xdc\xc1\x85\x45\x46\x81\x9c\xa7\xfb\xbd\x99\x01\x1a\xf0\x8f\xa4\x62\xe6\xbd\x9d\x7e\x62\x77\xed\x28\xe1\xef\xfb\x4a\xc1\x5b\x5a\x2c\x32\xe8\x06\x9b\x58\x8f\xad\x5a\x21\x8a\x34\x95\x0d\x3b\x57\x87\x39\x07\x45\xa7\x2a\x53\xd8\xc4\x7a\x2f\x57\x0b\xe7\x77\x4d\x26\xaf\x16\xcf\x6f\x63\x5f\x88\x93\xdd\xee\xd9\x97\x79\x61\x13\xeb\x6d\xef\xdb\x4a\x44\x21\xca\x4d\x07\xfc\x58\x60\x7e\x24\x72\xd2\x2c\xc1\x28\xd0\x29\xc4\x95\x35\x64\x89\xf5\xea\x30\x8f\x2b\x5b\x1f\x0b\x41\x6b\xfe\x51\x6e\x01\xf7\xe0\x8d\xaa\xcb\x48\xba\x00\xa2\x2b\x03\x5a\xfe\xc8\x7b\xa8\x3e\xc1\xcf\x36\x94\x25\x93\x4f\x27\xbc\x15\x3e\x32\xd5\x76\x16\x9b\x5c\x86\x8f\x3c\x1e\xcb\x12\xc4\xdb\x2b\x03\x21\x68\x78\x83\x10\x14\xe2\x31\x89\x07\x76\xd6\xb2\x99\x33\x6d\x12\xdd\x44\x17\xe5\xa3\x59\x70\x51\x0e\x4d\x74\x79\x5c\x99\x05\x97\xc7\x1a\x6b\x23\xb3\xd2\x1e\xee\xfc\xca\x49\xd9\x61\xd5\x18\x04\xe7\x3a\xad\xc5\x3d\x25\x68\x92\x2d\x45\xed\xed\x3c\x27\x05\xe5\x07\x5e\xfb\x2f\xc5\x5d\x34\xdb\x3d\xe8\x44\x78\xf3\xa1\x97\xe1\x6a\xfa\x04\x38\x17\x6f\x68\x69\xdc\xd0\x1b\x0e\x43\xe8\x2b\x30\x3a\x2a\xc3\x18\x98\xa5\xd9\x6d\xb6\x42\xd1\xf3\x2d\xa4\xd4\x18\x20\xf4\x19\xe2\xa6\x48\x17\x26\x54\xd7\x2f\x08\xd3\xbb\x9d\x94\x6a\x63\xe6\x50\x5b\x9a\xd1\x22\x33\x81\xbb\x8d\xbd\xe6\xc7\xf5\x40\xb3\xd8\x44\x5e\x6d\xb6\x7b\x71\xb5\xb9\xcf\xbd\xc0\x5b\x45\x2f\xf0\x86\xea\xb6\x88\x15\xbb\xcd\xa0\xb2\x93\x4f\xb4\xd8\xc9\x9e\x8c\xea\x58\xe4\xe3\xc1\x03\xd3\xdf\x43\x0d\x10\xb2\x6b\x4d\x6b\x2d\x88\xbc\x7a\xaf\xc3\xbf\x08\x93\x4c\xd6\xb4\x81\x8f\x3f\x9a\x2d\x09\x3d\x2a\x1a\xbb\xa6\x3a\xfc\xe4\xeb\x02\x71\x91\xb7\xeb\xe5\xf2\xe0\x0f\x7c\xb9\x63\xb5\x89\x09\x99\xda\x5d\xd9\x52\x25\x0e\x44\x25\x09\x8a\xc2\xab\xc4\x12\x57\xcb\x37\x92\xbf\xfb\x54\xef\x44\xe5\xdf\xfd\x29\x44\x41\x22\x19\x0b\x59\x41\x2d\x6d\x75\xf8\x3b\xac\xb1\xb7\x32\x7a\x1a\x8f\x96\x61\x0e\xf3\x48\xef\xe7\xcb\x25\xdc\x0e\xd4\xc2\xce\x53\x9c\xf4\xa2\x53\xb6\x4a\x91\xe7\xa1\x82\x4d\xcb\x05\x41\xb6\x9b\x1f\xbf\xae\x72\x30\x9f\x13\xf6\xd8\xf0\x68\xbe\x11\x3f\x5e\x6e\xfb\xf7\xe0\x08\x72\x77\xcc\x8e\x8a\x4b\x3a\xf2\xa8\x83\x01\xc1\x34\x55\xfe\xf2\x23\xc2\x26\xf3\x1f\x9f\x02\x76\x91\x51\x3d\xdb\xfa\x47\x79\xec\xbe\x4d\xd8\x84\xa9\x88\x14\xf6\x38\xb9\x21\xbd\x5e\x30\xa8\xbf\xbc\x6b\x23\xb2\xa2\x2f\xe7\x87\xac\xe5\x2f\x17\x2d\xbf\x60\xc0\x9a\x49\xe3\x06\x9b\xb4\x0f\x7f\xd2\x2a\xc3\xc8\x6e\xfe\xec\xe1\x33\x6f\x55\x46\x0f\xf4\xe5\x7e\x50\x3c\xc6\xbf\xb6\xd1\xce\xdb\x28\xc4\x72\x58\x72\x92\x05\xe9\x76\xc3\xde\xb4\x01\x59\xd1\xf7\x18\xc0\xcf\x2e\x59\x8b\x70\x82\xd2\x1b\x41\xf8\xcb\x62\xd0\xc0\x94\xb0\xc7\xfd\xe1\x32\x72\x70\x0f\xe1\x22\x79\x78\x04\xb2\x10\xbc\x1a\xf5\x8b\xd7\xc7\x16\x98\xea\xb8\xc7\xc2\x8f\x1b\x33\x6a\x47\x4d\x9d\xcf\xd6\x79\x18\x4f\x98\x87\xf1\xc0\x66\x8d\x58\x57\x4f\x6b\x15\x94\x3e\xd7\xf6\x3d\xfe\xb0\xa5\xe8\x43\x82\x7b\x7a\x99\x39\xb4\xda\xe8\xe2\x2d\x1a\x36\x93\x70\xdd\x43\x31\xb3\x09\x37\x5c\x56\x63\x86\x01\x40\x31\x8c\x57\xa4\x43\x38\x88\xd1\xec\x4e\xd4\x59\x4c\x1b\xc2\xd0\xdd\x02\xc5\x39\xc0\x40\x61\x9b\x10\x35\x95\xba\x81\x5a\xe3\x26\x6a\xfc\xe1\xb7\xf4\x43\x7a\x25\xb6\x87\x04\xe2\x1b\xc0\x06\xb4\x59\x1d\x4d\x43\xe8\x3c\x6a\xd0\xc6\x19\xe0\x5f\x89\xde\x10\xa7\xfb\xe0\x64\x49\x87\x7f\x8b\x90\xd0\x42\x97\x33\x68\x7c\xb3\x5b\x88\x64\x89\xbb\x06\xc4\xb9\x6d\xba\xad\xb7\xec\xe8\xa9\xf0\x26\xca\x11\x55\xf0\xce\xe0\x88\x07\x42\x3c\x7a\xda\x23\x8c\x63\xb2\xcf\x3d\xeb\x0b\xe1\x0a\x85\x10\x03\xf5\xe7\xfc\x22\x41\x21\xf0\x60\x6b\x69\xcd\x2e\xb1\xc0\xcd\xf3\x84\xbe\x5c\xef\x4d\xd0\xa8\x72\x70\xd3\x7b\x87\x33\x45\xdc\x38\x19\x4f\x13\x9e\x63\x58\x9e\x37\xe8\xe1\x50\x43\xba\x80\x19\xee\xbf\xaf\xcd\x36\x02\x8d\xd2\x26\xc4\x8f\x0e\xc4\x1c\x23\xef\x3a\xf6\x09\x66\x53\xa9\xd3\xdc\x0d\xbd\xb1\x95\x8e\x17\x16\x61\xc3\x28\x06\x54\x99\x09\x58\x55\x5e\x61\x6b\x44\x5d\xdb\x21\x1e\x62\x2a\x9b\xd8\x6b\x08\x5f\x99\x56\x9e\x54\x5d\x08\x97\x75\x01\xb1\x84\xd7\x70\x72\xdf\x83\x9d\x59\xe4\x68\x33\xc7\x4a\x29\xf2\x20\x98\x35\x10\x01\x48\x95\x7d\x15\x01\x62\x4b\x1b\x99\x23\x74\x97\xee\x0c\x71\x36\x1d\xcf\x54\x22\xbb\x41\xf8\xc3\x11\x8a\xd8\xf3\x62\xf8\xc3\x81\x63\xd3\xdd\x82\x66\x8e\x34\x4c\x1c\xe4\xc8\x2c\x0c\xf2\xda\x94\xe3\xd9\x64\xc5\xf1\x6c\xb0\xb3\x83\xa4\x1f\x2c\x75\xf2\x40\x91\x2d\x43\x63\x64\x8b\x16\xa4\x91\x9a\x3c\x2a\xf7\xc5\x40\x45\x8f\x56\x71\x22\x2c\x6a\x6a\x42\x3c\x11\xa6\x73\x1f\x75\xce\x4f\x61\x1b\x6e\x34\x3e\x70\xe5\x75\xd8\x49\x87\xc7\x67\xd6\x39\x82\x2f\xc9\xa2\x9e\xc0\x4a\x9a\x1a\x35\x0b\x8c\x27\xbc\x7d\xea\xe2\x5a\x93\xab\x6a\x2c\x72\x02\x3d\x73\xf5\x03\xbe\xa8\x7d\x40\x18\x3e\x28\x60\x3b\xb5\x1f\xb9\xf3\x16\x63\xd5\xea\x55\xbc\x1c\x18\x00\x1b\xfa\xd2\xc1\xb8\x6a\x1d\x02\x27\xd8\xdb\x29\xc2\xb8\xa4\xd5\x1a\x55\x14\x9e\x31\xcc\x02\xd8\x66\x3d\xdf\x40\x49\x32\x09\x10\xb3\x22\xae\x43\xa9\x63\x74\xdf\x7f\x22\x8b\x24\x8b\xf1\x20\x3c\x7a\xd2\x46\xe4\x4d\x8c\xce\x2b\x3f\x03\x6a\xd4\x4b\x17\x69\xaf\x77\x08\x0b\xe2\x3b\x62\xc4\x67\xac\x61\xf4\xb4\x27\xf2\x3c\xc4\x48\xef\x74\x2b\xf1\x60\xea\x94\x30\x73\x85\x7c\x20\x47\x8a\x9d\xd8\xd8\x0f\xb1\x2c\xe0\x90\x54\xfb\x3f\x47\x00\xd7\x0b\x96\x5f\xd4\xd7\x1d\xe8\xe6\x55\xbb\x27\x6b\x8a\xa4\x12\x0d\x98\x62\x6f\x3a\x04\x50\x77\x9b\x20\x3b\x28\xbb\xe2\x08\xe2\xfb\xd9\x23\x9a\x8c\x41\xda\x5f\x3c\x20\x73\xec\xe0\xac\xdb\xda\x88\x25\xcc\xa7\xfb\x2d\x60\xc6\xdf\xeb\xfb\xc2\xa4\x25\x01\x6b\xad\x0b\xa1\xbe\x2f\x9a\x74\x94\xe5\x68\x87\x18\xaf\xd7\xa6\xf4\x31\xc3\x64\x23\xd9\x05\x59\x7c\x50\x2b\x40\x7d\xa5\x68\xfc\x13\xb1\x3c\xb6\xc1\x76\x4f\x63\xb5\x01\xcf\xb4\x57\xd6\x7f\xde\xe9\x3d\x9c\xba\xb5\x15\x58\x7b\x62\xb3\x8d\xba\x25\x12\x26\x10\x76\x47\x82\x9b\x12\xf9\x93\xb6\xea\xb1\xbb\x89\xbb\x19\x68\x5c\x08\xf9\x5c\x42\x6a\xcf\x18\x87\xa1\xb4\xe6\x3a\xda\xd9\x5d\xb6\x59\x53\xed\xd5\x14\x27\xf6\x94\xb0\x7e\xdd\xb1\x91\x16\xe0\x9e\x74\x89\x74\x26\x6d\x51\xc2\x37\xb4\x82\xf0\xc3\x1f\xad\xf6\x50\x6e\xbc\x2c\x03\xf4\x32\x4e\xe8\x4a\x17\x00\x57\x57\xdf\x47\xc2\x9d\x15\xa2\x60\x06\xd4\xd4\x38\x7f\x27\x62\x44\x36\xb4\xb1\x19\x21\x54\x2b\x7c\xe8\x3f\x67\xf7\xb8\x77\x40\xcb\x81\xd1\x46\x3a\xb1\x11\xdc\x46\xde\x5c\x74\x43\x96\xcf\xd0\x73\xb3\xde\x40\xdc\xc1\xce\x16\x7d\x98\x2a\x80\xf8\x82\x07\x35\xfa\x8a\x8c\x27\x70\x71\x83\xd1\xa8\x3f\x6b\xbc\x3b\x62\xe7\x58\xcc\x38\xb2\x07\x58\x13\x06\xe6\x0f\x12\x20\x84\x3b\x89\x11\x41\xe9\x48\x23\x88\xae\x65\x31\xed\x40\x33\x79\x77\xd5\x81\xdb\x7b\x17\xc6\xe1\x55\x48\xce\x96\xed\x74\xf2\xae\x00\xe3\x9b\x68\xbf\x2d\x8e\xa1\x16\x76\xc4\xab\xec\x10\x71\x68\xa1\xdb\xd5\x7a\x89\x54\x27\x0b\x62\x19\x54\x1f\x65\x9f\x67\x86\xfc\x57\x6d\x44\x6c\x07\xa7\x0f\xd1\x38\xab\xd1\xc8\x14\x99\xf2\x0a\x9a\xac\x18\x1e\xbb\x81\xc2\xb4\x71\x3d\xbc\xc8\x38\x9e\x64\x73\xf5\x11\x3b\x2c\xe8\x4a\x85\x31\x10\xf1\xa3\x01\xe7\x49\xe4\x23\x31\x24\x23\xd4\x1c\xbb\x40\x55\x60\x8b\x1b\x91\xdf\x29\xc8\xeb\xe8\x11\x32\x47\x0f\x75\x8b\xf0\x6d\x37\x46\x0f\x1f\x94\x63\x78\x1e\x0b\xb0\xe9\xe0\x0d\xc6\x6f\xa0\x35\x11\x06\x22\x3c\xc0\x8f\x98\xee\x0f\x36\xf8\x1f\xac\xb8\x7c\x64\x01\x1c\x7b\xc2\x45\x7d\xb3\x3c\x58\x8e\x61\xb2\x97\x8e\x44\xda\x94\xd8\x6b\x9a\x35\x99\x4d\x3a\x4d\x3c\xd9\x6b\x06\x22\x38\x9c\x25\x8c\x06\x0e\x9c\xb8\x75\x9b\x38\x51\xc1\xed\x1d\x30\x09\xc5\xd4\x01\xcf\x3f\x5c\x3d\xb0\x5d\xd9\x65\xa4\xd5\x55\x2c\x20\x9c\xf0\x06\xbb\xbb\xe8\xd4\xd7\x3a\xfe\x0b\x24\x67\x4f\x9d\x14\x03\x56\xcb\x12\xd7\x67\x82\x5a\x40\x82\x7b\x34\x90\xde\x5b\x50\x23\x1e\xc8\x1a\x65\x9f\xcf\x09\x7b\x56\x9f\xaf\xd0\xab\xe4\xed\xe1\xf2\xf3\x85\x10\xd5\xcc\x6f\x8a\x17\x1b\xb4\xfa\xde\x3d\x23\xb6\xc9\x11\x16\x26\x4b\xf9\x37\x65\xbe\x16\xca\x94\x3a\xd8\xb7\x55\xdc\xbf\x2c\x75\xfe\xa3\x52\x45\x29\x59\xa9\x55\x04\x37\x7a\xbc\x6e\xb4\xe5\x80\x8f\xf4\x8e\x35\x9a\x48\x4e\xc3\x72\x3b\x21\x4c\x11\xf0\x2b\x1a\xed\xb1\xe7\xe7\xa1\x1a\x81\x29\x68\xf6\x71\x08\xf6\x14\xac\x52\xd3\xb0\x2a\xb1\x44\xda\x27\x79\x04\x48\x52\xf1\x15\x15\x07\xe9\x0a\x83\x9a\xbe\xa4\x1e\xe4\xa8\x99\xa9\x79\x4e\x87\x37\x13\x8d\xb4\x0c\xca\xb3\x61\x9e\xbe\x49\x34\xce\x11\x3e\x2b\xe6\xf1\x9b\x44\x92\x07\x18\x79\x21\xa2\x6f\x12\x4d\x8b\x75\xda\x7f\x93\x68\x96\x43\x81\x1a\xe6\xee\x9b\x44\xaf\x59\xe4\x1e\x51\x4a\xfb\x57\xc2\xb6\xd6\xe6\x32\x7d\x80\xe9\x23\x3a\x55\x48\x34\x48\x65\x94\x70\xff\x9b\x8c\xe7\xc5\x1e\x71\xbf\x49\xb4\xc8\x12\xd9\x0d\xb3\x79\x96\x81\x3a\x30\x2e\x27\x3a\xc3\xa1\x6c\x32\x42\x5a\x6c\x5b\xcd\x97\xc7\x98\xd8\x35\xeb\xe1\x56\xda\x23\x23\xe4\x94\xa5\x15\xf3\x72\x46\x5c\x9a\x5a\xf5\xb8\xaf\x31\xf2\x4c\xb4\x99\x38\x9d\xee\x3d\x0c\x59\x6a\x23\xff\x1a\x48\x32\x24\x9c\x83\x4b\xc3\x8e\xa6\x5f\x68\xd7\xaa\xe8\x73\x0b\x72\xf1\x0a\xee\x9e\xa9\xc4\x70\x1c\x13\xf2\xe6\xc3\x8d\x16\xac\x11\x6f\x04\xad\x8a\x1c\xfe\x14\x27\xa0\x5f\xc6\x08\xb9\x59\xda\x12\x5b\x47\x85\xbf\x68\x75\x93\xec\xbb\xbc\xda\x1a\x6a\x03\xad\x6a\xf3\xb8\xfb\x26\x99\xf6\x5e\xc5\xbd\x6c\x0e\xb6\x70\x90\x4e\x25\xcc\x58\x9d\xa1\x89\xfc\x61\x25\x2d\x8a\xe0\xac\x4f\x7c\xea\x04\x70\xff\x3e\x98\x2e\xba\xc2\xee\x58\x13\xbc\xb9\xc8\x9e\x1a\xfe\x00\x5f\x81\xaa\xab\x49\x33\x73\x26\xf3\x58\x19\x7d\x4f\x15\x17\x75\xa5\x51\x08\x95\x3d\xbc\xe4\x57\xd7\xce\x57\x0d\x38\xe8\xf3\xa3\x03\xbd\xd0\xc3\x27\xc7\xc2\x4b\xe4\xdb\x7d\x58\x31\x79\x9d\x1c\x68\x4b\x72\xff\xb9\x6f\x82\x3f\x5e\x02\x78\xd9\xd7\xd8\x31\x4a\xf3\xdc\x4a\xa1\xf5\x9f\x1d\x7e\xa5\x78\x96\x37\xee\x94\x3a\x9d\x6f\x98\xb8\xd5\xfd\x78\x2f\x73\x7f\x25\xec\xbd\x1e\x2b\xd8\x08\x49\xc2\xfd\x92\x3e\x17\xe0\x7a\xde\xf0\xe5\x3d\xb1\x1e\x37\xf3\xfc\xb9\x7b\x59\xa7\x32\x38\xd3\xb3\x4f\xa7\x7b\x55\xa7\x7d\x07\xf8\x2e\x1b\x74\xbb\x61\xb9\x26\xb4\xf5\xcf\x7e\xed\x6d\x58\x5e\x76\xfb\x9f\xfd\x7a\xbd\x66\x17\xf8\x41\xcd\xa7\x9f\xcb\xe0\xdc\x01\xcb\x98\xc8\xa1\x58\xfb\xd3\xd5\x78\x9c\xc1\xc9\xc7\x96\x6e\x9a\x7b\x86\x08\xce\xed\xb3\x14\x0d\x56\x40\x7b\x45\x36\xb4\xd3\x82\x8d\x73\x47\xbb\xda\x88\x05\xe6\xb6\x2b\x01\x38\x16\x62\x35\x7c\xac\x58\xcd\x31\x61\x3b\x8b\xa9\x6b\x0c\xaf\x02\xc4\x7c\x6a\xb4\x8a\x10\xcf\xf1\x85\x73\x66\x4e\x6a\xc2\x51\xf3\x96\xa1\x5b\x1c\xab\x78\x43\xf0\x10\x74\x6e\xd8\x2b\xba\x13\x82\x0e\xae\x6d\x4b\x3f\x0f\xd8\x25\xd7\xd4\x43\xc4\x61\x49\x8f\xfd\x64\x48\xfc\x42\x5d\xde\x64\xf7\x27\xec\x09\xa0\xbe\x61\x1f\x06\x53\x64\xe8\x62\xbd\x3f\x3b\xb4\x8d\xe1\x69\xe2\xb0\x35\x0f\xd4\xf3\x7a\x19\x20\xe0\x02\xbd\xf2\x25\xa3\x3a\xf8\x2b\xb0\x80\xed\x3c\xd0\x97\xbf\x8b\x97\x2b\xd6\x49\x07\xda\x42\x6b\xf7\xd8\x43\x8d\xee\x56\x0a\x0b\x18\x30\x7b\x8d\x00\x7e\x4e\x97\x99\x15\xe4\xf3\x00\x5d\xc0\x8e\x0f\xf0\x62\x45\x33\xa3\xc8\x9a\xc6\x17\xaf\x82\x87\xc2\xab\x5e\xf1\xcd\xfa\x21\xd3\xda\x6d\x91\x30\x53\xbd\x59\x14\x3e\x09\x2f\x72\x9b\x67\x66\x16\x87\x06\x17\x6f\x78\xe1\x4d\xfa\x50\x7c\x33\xcb\x2c\x09\x1e\xdd\x5e\x7c\xf3\x8a\x67\x04\x27\x8f\x5c\xb3\xb4\x57\x36\x0e\xe9\x26\x90\xe1\xfb\x20\x13\x39\x80\x26\xca\x95\x4b\x55\x5b\x06\x53\x39\x3b\x74\xf0\xaa\xd7\xc0\xeb\x29\x44\x2a\xa2\x72\x8a\x72\xc8\x11\x6f\xda\xaf\x32\x98\xbe\x0c\x7d\x67\x37\x44\x5f\xdf\x83\x2f\xd8\x1d\xaf\xc2\xbc\x34\x65\x52\x86\x21\x98\xaf\x87\x93\x18\x3f\xfe\xa6\x71\x62\xbd\xfb\x27\x04\x4f\xf7\x0c\xb8\x7f\xd9\xea\xa2\x2e\x3e\x95\xa4\x80\x9c\xf8\x14\x4d\x84\x2b\xb4\x64\xe1\x75\x98\xe9\x34\x44\x3d\xfc\x8a\x6a\x33\xd8\x96\xd3\x57\x79\x7b\x78\x85\xd9\x36\x26\x64\xd2\xaa\xda\x18\x27\x68\x13\x32\x21\xe8\x09\xc7\xe1\x4f\x38\x4b\xe1\xa6\xce\x11\xf5\x7d\x50\x83\x93\xa3\x0c\xfb\x18\x92\x1d\xa3\x7a\x00\xcf\x1e\x9b\xc3\x3c\x7c\xad\x7d\x39\x94\x4e\x72\x2d\x75\xc4\xe2\x07\x08\x6b\x62\x1b\x48\x82\x77\x5f\xaf\xca\xce\xec\xa8\xd0\x49\x8b\x8c\xb7\xd0\x3d\xf6\x0e\x62\x3f\x41\x2e\x65\x2f\xde\x06\xa3\xba\xea\x6b\xaa\x56\x8b\x98\xd6\xa7\xbd\x34\x54\x8b\xce\x30\xbd\x23\xbb\x4e\xb4\x20\x64\x59\x7f\xce\x29\x67\x02\xf3\xa0\x7f\xc9\x09\xb8\x3e\x31\x27\x00\xed\x8b\x19\xf6\x18\x71\xd0\x18\xf1\x5f\x6b\xb3\x4f\xc9\xc0\x01\x6a\xf1\x8f\x9b\xcd\xb5\x50\xf1\xc7\x0d\x19\x75\x57\x97\x32\x82\x2f\x9b\x16\xe4\x4d\xf3\xf2\xa6\xe5\x89\xa0\x69\x4f\x79\xd3\xe2\xbc\x69\x79\x22\x68\x5a\x20\x9b\x76\x4f\xac\xad\x09\x9b\x40\x7b\x67\x69\x36\x19\xa3\xcb\x62\xb0\x05\x15\xee\x06\xec\x34\xc4\x59\x03\x34\xb3\xd1\xd5\xc6\xc4\x24\x6d\x44\xb2\x59\x74\xf0\xdf\x91\x0f\x08\x3f\x4c\x6c\x5f\x16\x78\x59\x4c\x1b\x3b\xf8\x7a\x8e\x88\x06\x2c\xa0\xee\x1e\x6c\x68\xe8\xe1\x3a\x5e\xe3\x8c\x05\xfc\xfc\x7b\x62\x55\x70\x11\x9d\x11\x7e\x71\xd9\x01\x15\x36\xdc\x76\x3c\xec\x06\xeb\x0c\x98\x32\xc3\xd3\xe3\xb7\x99\xd8\x6b\xf4\x7b\xdb\x21\x01\xff\x2c\x11\x25\x9b\x29\x2a\x80\xca\x74\x37\xd3\x6c\x56\xe7\xcf\x1e\x88\x5a\xd6\x6e\xa6\x8d\xcc\x1a\xf7\xa8\xbb\x92\xec\xad\xeb\xd5\x00\x52\x34\x68\xbb\x50\xc8\xa8\x58\xc8\x93\x76\xea\xb1\x1a\x77\xc4\x5a\xa9\x52\x84\x6c\x40\x55\xe8\xf2\xd8\x01\xe7\x8f\x06\xec\x8a\xfc\x60\x98\x19\x74\x83\xa8\xa9\x78\x6b\x83\xbd\x5b\x1b\x93\xd6\x30\x85\xe6\x46\xb4\x86\x2e\x59\x4d\x1a\x20\xe6\xc4\x8e\xb6\x3d\xb8\xee\x7b\x5c\x59\x13\x88\xed\x78\xb0\xa1\xe0\xad\xb0\x05\x3c\xa1\xa3\x5d\x88\x97\x11\x63\x07\x5e\xbe\xf7\xb0\x77\xda\xf8\x72\x60\x80\x6a\x60\x6d\xba\xf8\xe1\x53\xa3\x85\x7a\x40\x59\xc8\xac\x8d\xcf\x5f\x45\xc6\x36\xd1\x87\x07\xb6\xf1\x84\xf8\x44\xe6\x35\x94\x2b\x47\xf5\xb2\x04\x17\xf1\x47\x99\x6d\xa1\xc6\xd0\x23\x12\xc4\x7f\xe0\xc5\x66\x04\x34\x2a\x40\x4b\x46\x34\x10\xee\x02\x56\xe5\x00\xda\x57\x67\x31\x17\xe5\x14\x48\xf3\x2a\x27\x19\xa2\xe2\x5b\x18\xb4\x51\x91\x54\x37\x75\x6f\x24\xe7\xa5\x93\x60\xf4\x43\xa3\x9e\x05\x2c\xde\x93\x51\xc0\xaa\xd1\xb0\x40\x34\x58\xf3\xd0\x79\xd2\x0f\x7b\x72\xa9\x06\x61\xf1\xfc\x04\x25\xba\x0a\x4d\x1e\x93\x51\x8d\x55\xbd\x51\x46\xef\x66\x71\x60\x79\xfa\xe9\x4c\xc4\x5a\x6c\x30\x15\xe5\xdc\xf4\x46\x99\xdb\xca\x81\xe6\x83\x14\xde\x18\x24\x04\x32\x19\xb4\x3c\x8c\x41\xf1\xbc\xef\xc6\x0a\x4f\x7c\x1d\x4c\x67\xf6\xd1\x93\x0e\xc2\xb2\x82\xb2\xc4\x45\x08\x33\x83\x3b\x4c\x26\x98\x89\xf9\x2a\xd6\x9c\x9c\xc0\xf0\xfb\x89\x58\x9f\x8a\xa7\x4e\x7e\x08\xbe\x59\xe3\x94\x26\xbe\x8c\xa3\x8e\x7c\x19\x47\x8d\x5a\x0a\x51\x68\x40\xf3\x40\x17\xd5\x31\x65\x6f\x94\x89\x76\xc0\xe6\xc1\x40\x0b\x60\xae\x90\x87\xee\x5e\x3f\x61\xd0\x54\xd0\x40\x7b\x2b\x43\x82\xdb\x3e\x00\xbb\x9a\xdb\x7e\x31\x93\x05\xfa\xf3\xa1\xea\xf0\xe0\x65\x41\x5b\xc4\x8e\xb0\x31\xa8\x07\x07\x57\x74\x8c\xe6\x76\xfc\xbc\x16\x10\xc5\x3d\xfa\x68\xc8\x06\x2c\xb2\x06\x2c\xc1\x6e\x23\x6a\x0d\xa0\xb7\xb6\xf8\xb4\x97\x35\x40\xb4\x5f\xdc\x8c\x1f\xf4\xcb\x9e\x84\xe3\x9b\x3b\xb4\xf8\x18\x18\x53\xa6\x1f\xc9\x97\x22\xa6\x70\xb3\xc8\xfa\x68\x24\x8a\x18\x66\x45\xb8\xb0\x3e\xd8\xc3\xda\xcf\x7f\x67\xcc\xa8\xf1\x0a\xa6\xc6\xa8\xe6\x81\x4a\x3b\xa5\xe4\x62\x3a\x24\x92\xd0\x2d\x9c\x16\xb2\xb2\x62\x5a\xcc\x6b\x8a\xd5\x32\xbe\x54\xeb\x09\x94\xc8\xe8\x46\xfd\xb5\x5a\x1b\x1f\xf8\x3a\x1e\xb6\x7e\xfe\x7b\x2a\x3d\x51\xed\x4e\x03\xaa\x35\x0b\x90\xa8\xa0\xf2\xe3\x6a\x61\x56\x56\x4c\x8b\x79\x3d\x41\xb5\xfa\x0f\xe0\xb4\xf9\x8c\x5b\xd9\x14\xac\x0c\xa2\x32\xaf\xa2\x32\x2f\x03\x4f\x7e\xe0\xfb\x00\x84\xf8\x10\x14\x7e\xcf\x50\xdd\x66\x7d\x5e\x3d\x9c\x41\x20\x9c\x47\xbd\x2f\x8f\x2d\xd4\x7b\x11\x16\x82\x52\x9c\xd7\xd0\x81\x5d\xd2\x10\xf9\x15\x30\x72\xcc\xc4\x4b\x9b\xd8\x1d\xaa\x08\x98\xf2\x0c\x6c\x32\xfa\x44\x57\xbe\x67\x8c\x4f\x92\x3e\xc1\x55\x9a\x00\x27\x33\x51\xda\xdb\x27\x71\x1a\x9e\x80\x7f\x81\xac\xe0\x25\x30\x68\xa1\xfa\x77\x1e\xae\x80\x88\xc6\xa5\x1e\xec\xdc\xd3\x1d\x07\xe2\x71\xae\xf6\x87\x7c\x3b\x39\x21\x3d\x13\x7c\x21\xf7\x11\xb6\x36\xbf\xa6\x73\x82\xae\xca\x49\xed\x59\xf7\xe4\x29\x86\x3d\xab\xad\xfa\xb7\x49\x63\x24\x37\xae\x51\xe7\x48\x51\x52\xf3\x64\xbc\x79\x1b\x81\xef\x3a\x77\x85\xdd\x6b\xbc\x03\xf0\xad\xfb\x90\x1d\xcb\x3d\x60\xf6\x82\x6c\x5c\x06\x07\xeb\x63\x28\xfb\xf7\xcb\xa7\x63\xf2\xe4\xc1\x6e\xdb\x94\x9f\x30\x5e\x2b\xf7\x0a\xfa\x43\x10\x02\x88\xac\x43\x99\x6e\x7f\x54\x87\xd5\x11\x59\xdc\x25\x17\xa8\x98\xae\x56\xda\x3d\x95\x7b\x99\x07\x3d\xe3\xfa\x0a\xf5\x72\xf1\x8b\x58\x94\x83\x78\x82\xe1\xb7\x3e\x06\x10\x94\x69\x02\x23\xca\x02\x94\x5c\x1e\x48\x6e\x82\xb0\xe3\x17\xb1\x5f\xcc\xc1\x1a\xf8\x70\x84\xef\x1f\x50\x56\xe6\x18\xfa\xfd\xa2\x0d\x88\x3e\xaa\x80\x1d\x74\xd5\x3d\xbd\x68\x73\x52\xbe\x73\x30\x22\xe2\x8c\xe4\xfb\xea\x6c\x2c\x9c\xc0\xbb\x2a\x44\x79\x3b\xb0\x1b\xda\x75\xe4\xf9\x59\xd6\x0c\x54\x71\x94\x77\x18\x71\x48\x9b\x55\x79\x69\xac\xf8\x23\xbc\x46\x8a\x0f\x6d\xc2\x43\x26\xbe\xb1\xa0\xdd\x03\x20\x63\xbb\xf8\x14\x4c\x15\xb6\xd4\x31\x57\xe0\x0a\xcc\x49\xb7\x4c\x61\x6a\x92\xa4\x27\x9a\x33\x03\xde\xd1\x89\xbd\xaf\x80\x9a\xbc\x6b\x34\xd0\x7d\xab\xd5\x90\x58\x5e\x86\x07\xb6\xe1\x11\xba\xc6\xec\xc0\x44\xc1\x3d\xe6\x43\x7a\xb0\x3e\x03\x7b\x9d\xfa\xae\x89\xff\xbe\xea\x37\x3e\xb3\x74\x7a\xea\x69\x36\x79\x82\x53\xfa\xc9\xc7\xad\xfe\x03\x65\xfe\xb1\xd6\xa2\xac\x73\x0f\xc1\x11\xb3\x6a\xd4\xd7\x38\x44\xf8\xa1\xbe\xd9\xa5\x2a\xd8\x0d\xa2\x0d\x22\x0a\x23\x03\x7f\xb7\xf8\x97\xbf\x21\x6c\xa4\xcd\x09\x7b\xce\xff\x16\x72\x10\xc3\x8c\x46\x80\x6f\xc5\x2c\x07\xb5\xee\x89\x07\xcb\xad\x2e\x83\x14\xda\x08\x2e\x56\x45\xe8\xa1\x31\xc3\xe8\xcb\x75\x82\xb6\xb9\x15\x4a\x0d\x63\x8e\x8f\x2b\x60\xfd\x9b\xb7\xc0\x12\x3f\x06\xdf\x9d\x80\x1a\x08\x21\x57\x05\x77\x8b\xb1\xb8\xdd\xf0\x80\xa6\x47\xe5\xbd\x0c\x28\x8f\xd5\xcb\x9f\x92\x90\xef\x17\xed\x97\x4f\x77\xbb\xfc\xe5\xdf\x7f\x89\x0e\xf3\x83\xbb\xa8\xac\xa3\x4a\xfd\xb7\xcf\x45\xa3\xd6\xac\xce\x6b\xbf\x2d\x9c\xa3\xb7\xf9\x6d\x1d\xfd\xa2\xfd\x12\xf9\xc7\x70\xb1\x8c\x98\xef\x1d\x96\xde\xe1\x97\x7f\xff\xfb\x2f\xff\x7a\x8c\x96\xa5\xe8\x10\xba\x8b\xc3\xbf\xfe\xf5\x77\xef\x77\xcf\xfd\x2c\xfd\x1a\x84\xfe\x62\x19\x45\xbf\x2d\xbd\xf8\xb7\xbb\xb1\xc9\xff\xe0\x77\xcf\xa5\xbf\xfd\xed\x6f\xa5\x7f\x0d\x42\xff\xe3\xb8\x38\xb8\xbe\xf7\xaf\x7f\x29\xfd\x9f\xdf\xbd\x52\x69\xe7\x7f\x1c\xb7\xcb\xdf\x96\x49\xe0\x87\x87\xa8\xf4\xb7\x52\xb8\xdc\x1f\xdd\x70\xf9\xeb\xbf\xfe\x56\x59\xac\xa3\x4a\xb8\x9c\x2f\x0e\xbf\xe5\xdf\xfd\xb6\x73\xbd\xdf\xd6\xd1\xbf\xfe\xe5\xaf\xbf\x7b\xff\x28\x2d\xb7\xd1\xf2\x9f\xc9\xe7\x63\x19\x2f\xb7\x7e\xb0\x5b\x7a\x87\x2c\x93\xdf\xbd\x5f\xb4\x5f\x2a\xff\xf6\xbf\x4a\xff\xf6\x3f\xf9\xbf\xdf\xc3\xdf\x3d\xe6\x07\xe7\xd0\x5d\x39\x87\xd2\xaf\x8b\xbf\x94\x46\xee\x22\xf4\x23\xff\xf3\x50\x62\x7e\x18\xf8\xe1\x1c\x9a\x23\xd2\x89\xff\x26\xcb\x70\xe7\x46\x91\xeb\x7b\xa5\x83\x5f\x3a\x46\x4b\xad\xb4\xf0\x83\xb3\x26\x1a\xe6\x7e\x9e\xb5\xd2\xdc\xfb\xa8\xf8\x61\xe9\xc3\x15\xbd\xfd\x7e\x3c\x2c\x4b\x07\xc7\x8d\x4a\x22\xc3\xd3\x3c\x5c\x96\x3e\xfd\xb0\x34\xf7\xce\x22\xaf\xe0\x18\x06\x7e\xb4\x2c\x9d\xdc\x83\x53\xf2\x43\xf8\xd7\x3f\x1e\x4a\x9f\xcb\x65\xc9\x8d\x4a\xce\x32\x5c\xbe\x9f\x4b\xab\x70\xee\x1d\x96\x1f\x59\x0d\x1e\x7b\xbc\x34\x1d\x77\x1f\x67\xe4\x81\x97\xec\x69\x69\xf2\x30\x7e\xb6\x4d\x6e\x96\x7e\xff\x85\x4c\x4b\xf6\xf4\xf7\x5f\x4a\xe4\xce\x2c\x89\x64\xe4\xe9\xb1\x37\x7e\x28\x99\xf6\x94\x0d\x89\x3d\x9a\x96\xc8\x70\x58\x9a\x91\x87\x07\x72\xf7\x68\xf3\x69\x69\x66\x3f\xf6\x44\x96\x0f\xdc\x22\x0f\x66\xe9\x71\x5c\x7a\xec\xd9\xd3\x42\xee\x77\x6c\xf8\x64\xda\x77\x16\x7c\x68\x8f\x26\x43\x9b\x9b\xc5\x0c\xc6\xdd\xd2\x88\x3f\xb0\x1e\xb9\x7b\x24\xd4\x1e\xda\x8f\xaf\x22\x3b\x51\x7c\xd7\x7e\xbc\xe3\xd3\xe9\x6f\x25\xfb\xae\x74\x37\x2e\xf1\x67\x7e\xf7\x58\x9a\xf6\x44\x3e\x85\x9a\x51\x5e\x1a\xda\x84\x0e\x79\xa9\x3b\x7e\x28\x91\xbb\xd7\xd2\x74\xc2\x99\x4d\x86\x5a\xc9\xb4\x1f\x38\x7b\xd4\x44\x7e\xf6\x9d\xfc\x51\x1a\x3f\x94\xd8\xf8\x6e\xca\xef\x9f\xf8\xdd\xa3\x4d\x86\x25\x93\x8c\x88\x25\x2a\x82\x5f\xab\x9f\xb3\x1e\x79\x9c\x8e\xf9\x33\x7f\x28\x3d\xf0\xe9\xd3\xf0\x51\xb4\xa1\xfb\x30\x1e\x89\xec\x86\xe3\x29\xd4\xfc\x69\xca\xb5\x92\x49\x1e\x89\xf8\x7a\xf2\x30\xee\xda\x8f\x53\xad\x34\xeb\xf1\xc7\x1e\x7f\x10\xf5\x26\x77\x25\xc2\x1e\xed\xf1\x9d\x48\xcd\xc6\x77\x8f\x0f\x44\x54\xe2\x8e\x5b\x43\xdb\xe2\x77\x8c\x97\xc6\x0f\x22\xc3\x31\x7c\xf0\x38\x7e\x78\xb4\xc7\x4f\x53\xf9\x8d\x56\x22\x0f\xf6\x54\x94\x3b\x7e\x7a\x14\x19\x8c\x21\x4f\x36\xbe\xbb\xe3\x98\xa9\xe8\x7d\xe8\x8c\xa7\xa9\xca\x69\xc2\x1f\xba\xe3\x87\x11\x81\xbc\xbb\x97\xa3\x01\x13\xe0\x7f\x74\xee\x97\xfe\xad\x22\xf2\xac\xfc\x5b\x69\xb5\xf5\xdf\xe7\xdb\xd2\xc3\xf2\x73\xbb\x5c\x1c\xb4\xd2\x24\xf4\x77\x6e\xb4\x94\x09\xc4\x7f\xf1\x3c\x2c\x2d\x93\xc3\xd2\xfb\x98\xc2\xe6\x23\x96\xee\xe7\xd1\x83\xb5\xfe\xeb\x87\x56\x7a\x17\xfb\x44\x28\x56\x78\xe9\x4b\xba\xf1\xfb\x7a\xb9\x38\xfc\x16\x2d\x0f\x93\xd0\x3f\xf8\x87\x73\xb0\x1c\x7f\x96\xfe\xf3\x3f\x55\x7a\xf1\xbf\x5f\xff\x4f\xe9\x8f\x3f\x02\xf1\xfa\x8f\x3f\xfe\xbd\xf4\xf7\xff\x28\xfd\xa3\xe4\x7a\xd1\x61\xee\x2d\x96\xfe\x67\x89\x84\xe1\xfc\x5c\xfa\x97\x7f\xc9\x8a\x2c\xa9\x32\x4b\x1f\xbf\x65\xdf\x95\xfe\x56\x7a\xff\x6b\xe9\x1f\x7f\xb9\xca\xfa\xeb\x37\x62\x0d\xfe\x2a\x5a\x14\x94\x5c\x4f\x3c\x12\xbb\xa1\xac\x65\xa0\xaa\xf8\x9b\x33\x8f\xc6\x27\x6f\x12\xfa\xc1\x32\x3c\x9c\x7f\x5b\xcc\xb7\xdb\x5f\xdf\xb5\x52\xf0\x97\xbf\x94\x3e\xfe\x1e\xfc\x87\x28\xed\xef\xc1\x7f\xfc\xb5\xf4\x8f\xbf\xaa\xd2\xc2\xe5\xe1\x18\x7a\x97\xed\xc7\x42\x21\x09\x26\x14\xff\xe1\xf6\x97\xd7\xec\x8f\x3f\xf0\x9b\xe8\xba\x2b\x45\xc5\x44\x65\xfc\xcf\xd2\x7b\xe9\x7f\xfd\xed\x6f\xa5\xdf\x7f\x51\x1f\xfd\xfe\x8b\xe8\x10\x7c\xea\x1d\xb7\xdb\xbf\x14\xdb\x7c\x70\x42\xff\x54\xf2\x96\xa7\xd2\xe3\x39\x58\xf2\x30\xf4\xc3\x5f\x7f\xff\x85\x6d\xe7\x51\x24\xab\x17\x95\xe2\xf9\xf6\xb8\x2c\xfd\xfe\x4b\xa9\x5c\x9a\x1e\x42\xd7\x5b\xfd\xfa\xfe\x97\x52\x59\x3c\x70\xa3\x92\xe7\x1f\x4a\xf3\xd2\xc2\xf7\xa2\x43\x78\x5c\x1c\xfc\x50\x6c\x50\xa2\x98\xdf\x7f\xf9\xcb\x5f\x6f\x0e\x74\xa1\xa1\x17\xbd\xfe\xc7\x1f\xbf\x8a\x3e\x17\xbb\xe0\x6f\xc5\xfc\xfe\x56\xfa\xf8\x6b\xe9\x1f\x2a\xf9\x47\xde\xf1\xa2\x63\xe1\x18\x12\xc5\x95\xfe\x3f\x6a\xfa\x2c\xc2\xe5\xfc\xb0\x14\x75\xfc\xf7\xd2\xaf\x7f\xfc\x71\x99\x3e\xff\xa5\x41\xab\x45\xa1\xb2\xd3\xaf\xfa\x5c\x0c\xfb\x1f\x7f\xcc\xa3\xc8\x5d\x79\xc5\x39\x5c\xe8\xf4\xc2\x6b\x59\xb6\xfc\xfd\x9f\xff\x59\x6c\x16\x3e\xfc\xf5\x50\xf8\x12\x1a\xae\x26\x57\xa4\x95\xdc\xd2\xdf\x4a\x35\xad\x24\x72\x9a\x87\xab\xa3\x38\xcf\xa2\xdf\xb6\x4b\x6f\x75\x70\xfe\x5a\x72\x4b\xff\xbb\xe4\xfd\xb5\xe4\x96\xcb\x57\x39\x88\xff\x45\xc5\x4f\xfe\xee\xfe\xc7\x5f\xaf\x13\x5c\xce\xe1\xe8\x9f\x98\xc3\x11\xce\xe1\x03\xce\xe1\x48\xcc\xe1\x62\xe6\xff\x28\xfe\x90\x33\xfa\x90\xa5\xf8\xc7\xd5\x5c\x57\xdd\xf0\xdb\x3c\x08\xb6\xe7\x5f\xc5\x28\x6b\x79\xc5\x6f\x0f\x41\xa1\x0f\xc3\x65\x74\x10\x15\x5a\x16\xba\x40\x34\xea\x50\xfa\x5b\xe9\xff\xe4\x0b\xeb\xbf\xd9\x58\xb1\x50\x96\xbf\xb9\xde\xc7\x32\x19\x7f\xfe\x1a\xfc\xa5\xf4\xbf\x4b\xd5\xcb\xe5\x72\xa3\x2f\x44\x11\x51\xe9\x7f\xc9\x69\xf8\x2f\xff\x52\x92\xeb\x50\x16\xbb\x5a\x1e\x0a\x85\x4d\xcf\xbb\x77\x7f\x1b\xc1\xb4\x2d\x2e\xd1\xbf\xdc\x9c\x19\x62\x5a\x54\xb5\x52\x90\x4f\xb0\x9b\xb9\xfd\x1a\xfd\x05\x67\x49\x90\xcf\x99\x9b\x93\x45\x54\xb5\xd0\xbe\xbf\xbb\xff\x01\x4d\x14\x95\xfe\xd2\x49\x81\x2c\xc3\x8e\xb8\x77\xdc\x2d\xc3\xf9\xfb\x76\x99\x77\x95\xf8\xf4\x2f\xd7\xd9\xcb\x1e\xfa\xbb\xfb\x1f\xb2\x93\xc4\x5f\xb7\xe7\xcc\xc5\x7c\xf9\xc1\xb8\x7f\x2c\x17\x42\xb2\x5a\xfe\x2a\xff\xf0\xc3\x48\x2b\x1d\xe6\xe1\x6a\x79\xd0\x4a\x9b\xe5\x59\x2b\x7d\x2c\xa3\xc5\xd5\xa4\x58\xfc\x7f\xd9\x7b\x17\xee\x36\x6e\x9c\x61\xf8\xaf\x30\x39\x7d\x2b\xa9\x1d\xcb\x97\xa4\xed\x56\xa9\xe3\x75\x73\x69\xfd\x6c\x9c\xe4\xd8\x4e\xbb\xfb\x38\x3e\x31\xa5\xa1\x24\xd6\xa3\xa1\x76\x38\x63\x59\x75\xfc\xdf\xbf\x43\x80\xd7\x19\x8e\x24\x27\xd9\xcb\xf7\x9e\xb7\xe7\xec\xc6\x1a\x92\x20\x09\x82\x20\x00\x82\x40\x64\x1b\x25\x44\x71\x92\x11\xf9\x89\x3c\x22\x07\x1a\x02\x19\x40\x6b\x9f\x87\xe0\xef\x38\xb6\x9f\x33\x39\x2a\xf8\xbc\x14\x45\xd7\x1b\x41\x4f\x43\x49\x48\xfa\x24\xc2\x8d\xf5\x51\xa9\x17\x5c\x00\x5c\xe4\xc8\x61\x85\xbe\x99\x69\x93\x34\x60\xe4\xf5\x6a\x6b\x10\xe2\x58\xaf\x92\xa8\x03\x82\x72\x0d\x35\x6a\xc8\x16\xd9\x55\xf4\xf3\x74\x9f\xec\x3c\x21\x7c\x6b\x0b\xb7\x4d\x1a\xd4\x05\x5a\x51\x03\xe9\x1a\x1c\xa6\xdd\x42\xcd\x7d\x44\x9e\xea\x9f\xc1\x28\xa0\x2c\xf8\xd6\x53\xe7\x2d\x29\xea\x87\x20\xb6\xff\xfa\x6b\x52\x78\x64\x98\xb2\x31\xcf\x99\x41\x7c\x1d\x72\xa2\xa1\xac\xa0\x9b\x39\x2d\xe8\xac\x0b\xff\x7f\xa4\xc8\x3d\x71\x53\xf1\x88\x45\x0f\xc1\x1d\xfc\xc1\xba\xde\xba\x36\xe1\x08\x1c\xd8\x9e\x3e\x99\x56\x8c\x64\xc6\x4a\x9a\xd2\x92\x76\xcd\x1f\x7f\x53\x20\xcc\x8f\xdf\xd4\xd9\x1a\x3f\xc7\x37\xa6\x1c\x03\x2b\x46\x39\x38\xc1\x7a\xcd\x55\x63\x59\x87\x59\xba\xa0\xbc\x64\x05\x70\xf0\xc3\x62\x92\x90\x0f\x76\xab\x25\xe4\x6d\x42\x26\x2c\x67\x75\x3c\xdb\xe6\x34\x15\xf3\xb2\x7b\xad\x27\x6d\x86\x87\x02\x86\x27\xc6\xbd\x25\x07\xfa\xe3\x00\x4e\xe9\xb7\x5d\xb7\x44\x05\x93\x22\xbb\xd6\xcd\xe1\x4f\x0d\x4f\x49\x74\x4f\x1a\x1c\x46\x35\xef\xbe\x55\x94\xd7\x7d\x4b\xf6\x8d\xc0\xda\xeb\x35\x21\x26\xa4\x60\x0a\xc7\xf5\x63\xda\xd4\x1b\x57\xd9\x98\x67\x19\x4b\xdd\xf8\xcb\x62\x49\x6e\x89\x2c\xd9\xbc\x6b\xa7\xdd\xcf\xd9\x8d\x99\xa2\x1a\x0f\x19\xd1\x72\x34\x25\x5d\x3d\x62\xd5\x43\x17\x06\x1b\x1e\xa0\xb6\x1b\xac\xb2\xae\x97\xf3\xf7\x0f\x41\x74\x7b\xff\xf0\xe2\x33\xfa\x02\x98\x05\x93\x55\x56\x6a\x7c\x56\x59\xd9\x4f\x45\xce\xc8\x81\xc5\xae\xfe\xaa\x87\x33\xd0\x6b\x18\x7c\xed\x97\x53\x96\x77\x2d\x82\x12\x3b\x09\x7f\x41\x40\x5a\x51\x1d\xba\x59\x90\x7d\x47\x2e\x9e\x60\x50\x23\x2b\xb5\x78\xe7\x17\xbd\x1e\x62\xb6\xe7\x78\xdb\xdd\x5a\x62\xb5\xd0\x1d\xdc\xa1\x48\x97\xb5\xf3\x42\x29\x04\xb7\x24\xa3\x43\x96\x0d\xd4\x79\x2b\x59\x5e\x0e\x02\x89\x0f\xf7\xe5\xf9\xce\x05\xf9\x9a\xec\xf6\xb4\xd4\x5c\x9e\xef\x5e\x3c\xb1\x27\x19\xfc\xb8\x4b\xd4\x6a\x49\xa5\x98\x24\x44\xcc\x25\x6a\x28\x09\x19\x27\x64\x99\x90\x32\x21\x93\x3a\xfb\x9b\x40\xdf\x6a\x66\x03\x72\xcd\x8a\x61\x77\xa7\x97\x10\xbb\xb8\xfa\xdb\x2e\x7c\xc3\x16\xf6\xe3\x5e\x0f\xba\x43\x5e\x80\x92\x40\x83\x03\x28\x6e\xd1\x9d\x9c\x63\x69\x5f\xed\x5b\x85\x8c\x8b\x9a\x3c\x6b\xe7\x30\xe5\x52\xed\x22\x7f\x98\x16\x99\xd0\x67\xee\xd5\x76\x1b\xe8\xda\xfb\x0a\x2b\x7c\x9e\x27\xe4\xfa\x42\x2d\xbe\xb7\xfe\x21\xd5\x89\x79\x6d\x9f\x29\x0c\x8f\x7b\x2d\x0a\xc9\x2f\x96\x62\xb8\x24\x34\x2b\x18\x4d\x97\x84\xdd\xb0\x51\x55\xf2\x7c\xd2\xf7\x75\x0d\xf5\xdf\x62\xca\x33\x46\xba\x1f\x7a\xb8\x77\x62\x62\xd0\x18\x25\x6e\x50\x16\xbb\x4a\x8a\x14\x73\x5c\xde\x3d\x72\x40\x96\xe7\x0e\xdb\x17\x64\xa0\xcb\xf0\xbb\xd9\x76\xc0\x52\xa0\x65\x50\x1b\x64\xc8\x12\x05\xa5\x65\x2f\x21\x3b\x6a\xcb\x2c\x81\x74\xa1\xe8\x01\x34\x31\x15\x14\x91\x9c\xef\x2a\xda\x56\x9b\xae\xd7\x14\xa3\xfd\x21\x2f\x51\x1a\x2c\x7b\x44\x28\x89\xf0\xdc\x8e\x38\x21\x7a\x23\x36\xa5\x7f\xb9\xe0\xc0\x11\xa0\x6e\x44\x22\x54\xff\x8d\xa8\x64\x64\x67\x80\xff\xee\x0e\x08\x62\xe3\x09\x19\x16\x8c\x5e\x35\x20\xda\x16\x8f\x07\xe4\x43\x1f\x36\xcd\xb7\xdf\xda\x6d\x70\x8b\x7c\x7b\x80\xf3\x4a\x88\x9a\xd6\x80\x8c\xa9\x92\x42\xee\xda\x61\x7d\x17\xc0\x5a\xe2\x72\xa8\x0d\x85\x33\xdd\xb9\x78\xa2\x54\xcc\x92\xe7\x15\x6b\x07\xf2\xc3\x00\xab\x7f\xe8\x8b\xb9\xec\xcf\xc5\xbc\xdb\x7b\x42\x3e\xf4\xd5\x86\x34\xbf\x56\x02\x49\xd9\x98\x56\x59\x39\x88\x95\x99\x35\xc0\xe5\x43\xa0\x09\xc1\xa5\xd4\x52\xd4\x53\x14\xa4\xcb\xf3\xd2\x93\xab\x90\x1e\x10\xfd\xb0\x3b\xbf\x57\x74\xe3\x7e\xee\xf5\xd4\xde\x51\x0c\x68\xc7\x1b\x5d\xc8\x34\xeb\x63\x70\xad\x41\x6e\xea\x3e\x28\x81\x16\x01\x63\xe4\x29\x41\x36\xf5\x35\x62\x90\xfc\x44\xca\xf3\x47\x17\x3d\xec\x06\x51\xec\xb0\x8b\x2b\xbc\x69\x6f\xdf\x2b\xa8\x06\xc6\x4f\xc0\xf1\x42\xa8\xc8\x03\x43\xf2\x59\x0d\xbc\xac\x83\xdc\x6b\x80\xdc\xbb\x78\x62\x56\xb4\x92\x53\xc5\x37\x36\x04\x0d\xb0\x7c\x5a\x68\xab\xbd\x21\x89\x34\x7a\x03\x62\x53\xc7\x09\x6e\x66\x77\x72\x85\x5d\x85\xa7\x32\x12\xf4\xf7\x09\x61\x17\x48\xe8\x3b\xea\x78\x1e\xf3\x9c\x66\x99\x3a\xe6\x15\x5f\x2a\xf5\xe7\x3a\x7b\x34\x1b\xfe\x3b\xc3\x26\xf5\x32\x46\xf6\x1e\xb0\x2b\xa4\x80\x01\xb9\x16\x3c\x55\x9c\x03\x37\x63\x59\x54\xfe\x5e\x8c\xca\xaf\x68\xfc\x40\x4b\xca\xcf\x3c\x4f\x79\x3e\x71\x5a\x11\x7e\x26\x07\xc4\xca\x50\x5d\x91\x90\x59\x42\xae\x12\x72\xb5\x57\x13\x66\xaf\xf6\x80\x76\xaa\x1c\x45\xfa\xb4\x47\xd4\x17\xe2\xf8\x4a\x5c\xe2\x17\x0a\x54\x42\x6e\x09\xb3\xca\x27\x8e\x5c\x09\x98\xf5\xc3\x59\xcf\x7f\x76\x7e\x75\x01\xb2\x8e\x16\x0b\xc0\x00\xf4\x25\x86\x28\xce\xaf\xf6\xd4\x99\x09\x1d\x20\xe8\x95\x16\x3a\xf5\xe5\xb4\xa4\x45\x77\x96\x10\xe1\x8b\xc1\x81\x75\x62\x86\x6a\xd6\x5c\x9b\xeb\x34\xf7\xc1\x33\xfb\xc1\x46\x36\x0b\x81\x06\x9a\xda\x42\xe9\x99\xce\xd7\x0a\x47\x40\x2d\xb2\x2b\x6a\xd2\x90\x54\x14\xb8\x56\xaa\xa8\x89\x14\x09\x99\x29\x95\x1f\xf8\xce\xb9\xbc\x40\x8b\xd6\x4e\xa0\x10\xcf\xec\xf1\x36\xd3\xc3\xef\x05\xe5\xc2\x53\x6d\x84\x61\xa1\xd8\x75\x5e\xcd\x86\xac\xf0\x14\x9a\xe0\x1c\x43\xe1\xc9\x89\x23\x2d\x86\x0f\x80\x0f\x5a\xae\x81\xde\x23\x82\xec\xeb\xdd\xd1\xd8\xee\x8d\x4d\x85\x73\xe3\xdf\x7e\x6b\x8f\xb5\x07\xa2\x76\xa6\xd9\x1d\xeb\x3e\xc7\xe4\x19\x49\x0e\xc8\xfb\x87\xb8\xc4\xc6\x86\x0a\x88\x1c\x66\xac\xff\xfe\x21\x19\x90\xf7\x0f\x6b\xf8\x35\xd5\x34\x89\x5a\x89\x67\xa5\xc9\x8c\xa6\x8a\x16\xf2\xda\xfa\xce\x36\x5a\x5f\xd1\x10\x1a\x83\xc5\x7a\xe0\x56\x53\x3c\xf1\xa1\xab\x75\xb7\xeb\x9b\x90\x22\x21\x54\x89\xf9\x4a\x1e\x76\x2c\xb5\x21\x95\x69\x81\xad\x9b\xc3\x58\x70\x45\xd4\xa1\x96\x6f\x6d\xa9\x73\x55\x4b\x4e\x0a\x10\x37\x5a\x80\x96\x98\x68\x81\xe7\x42\xa1\x55\x91\xa6\x01\xd2\x70\x5f\x85\x7a\xc5\x2d\x18\x48\xdc\xf0\x73\x80\xff\x84\x62\xaa\x61\xc5\x81\xdd\xaf\x4d\x8c\x04\xa3\xc5\x83\x02\x75\x26\x75\x18\x2b\xec\xf2\x40\x20\xec\x19\x7c\xf0\x5e\xbb\xfd\xd4\x1d\x00\x60\xa3\x33\x0c\x9e\xf5\x61\x80\xde\xf0\xea\xfa\x2d\xad\x99\x42\xb6\xbf\xf9\x86\xfc\x35\x65\xf3\x82\x8d\x68\xc9\x52\x7d\x33\xd3\xa4\x0e\x39\x07\xfa\x88\x71\x27\xbb\x60\xb8\x87\xc1\xb2\x18\xb1\x4a\x7f\xfb\x6d\x60\x00\x84\x56\xb4\xe8\x8f\x44\x3e\xa2\x65\x57\xd3\x9f\x6f\x9a\xf6\x34\xb7\x2f\x32\x78\xb8\xec\x91\xd1\x29\x48\x14\x95\xb5\xfd\x94\x67\xad\x76\x75\x9e\x69\x5b\xa9\x24\xdf\x86\x86\x74\x53\xad\x01\x5b\xcd\x13\xba\xee\xca\x5e\x42\xae\xbc\x9e\x42\x90\x51\x8b\x2e\xad\x99\xeb\x13\xf2\x07\x02\xf8\x03\xc6\x68\xc7\xf6\x07\xf9\x89\xfc\x91\x3d\x21\x7f\x7c\xfb\x6d\x42\xae\x6a\xd0\x00\x83\xe7\x57\xea\x48\xa2\xe7\x7f\x5c\xd4\xb1\xba\xd6\x38\xe6\xa1\xaf\x5b\x8a\x84\x8c\x0b\xa1\x0e\x0c\x3a\xba\xaa\x9d\x8c\xea\x93\xda\x86\x75\xdc\x69\xd1\xb5\x61\xa8\x56\x73\x50\xc0\xac\xcd\x95\x16\x88\x93\x2c\x66\x91\x56\x3d\xd0\x42\xc1\x7f\xd0\xe5\xea\x44\x54\x4d\x7b\x2d\xdc\xfb\x01\x2d\x7a\x48\x63\x30\x6e\xef\x64\x94\x19\x1f\x69\xcb\x34\x4e\x44\x2d\x47\x53\xda\xa3\xc5\x39\xbf\xd0\xe3\xab\xdf\x93\xb4\xee\xae\x52\x18\x7a\xc6\x81\xae\xe9\xbb\xe5\x2a\xa9\x6e\x3d\x03\x85\xb9\xde\xd3\x94\x4b\xdf\x04\xa6\xab\x2a\x29\x0b\x6e\xc4\xae\xd5\x49\x95\x40\xb5\x9e\xb6\x8a\x39\x68\x6b\x7b\x95\xcb\x7c\xf4\x4b\xd3\x16\xe2\x9b\xee\x62\x76\x3b\x40\xbc\x3e\x07\x00\xc6\x51\x69\xea\xc4\xf5\xf4\x58\xdd\xb6\xa3\xcb\x9c\x18\x93\x7b\x59\x81\x12\xc2\x13\xf2\x4f\x60\x50\x75\xba\xe7\x70\x17\x94\xa0\xa5\xe2\xfd\x43\x75\x4e\xbc\x7f\xd8\xb3\xbf\xb5\xe2\xee\x3e\x18\x16\xad\x60\x9e\xc7\x46\xee\xdb\x49\x48\xc4\x50\x92\x10\xbe\xca\x4e\xa2\xb0\x37\x39\xcf\x2f\x7a\x84\x9f\xe7\x21\x2c\xdf\x62\x02\x06\x4e\x34\x4b\x7a\x46\x49\xaa\xaf\xa0\xff\x89\xc7\x1b\x58\x54\x12\xa2\xbe\x5e\xf4\xc8\x53\xb2\x0b\xb6\x74\x26\xab\x19\xeb\xaa\x22\x63\xfd\x8c\xd9\x5b\xfc\x6a\x35\x73\xe2\x79\x7e\xd1\xbd\x6e\x9a\x0e\x25\x2b\xcb\x8c\x75\xff\x79\xbe\x73\x71\xfe\x48\x9d\xdc\xa1\x0d\xb1\x66\x3f\x84\xb9\xf4\x1b\x46\x5c\x47\xc1\x7a\x76\x7d\x6b\x51\xc4\xca\xfd\xeb\xd0\x70\xe8\x0c\xb0\x83\x60\x04\x7b\x17\x09\x29\x7a\xb1\x99\xe9\x86\xbe\x41\x19\xa6\x6a\x16\x3f\x21\xd6\x34\x1c\xc1\x0a\x98\x47\x9b\x4d\x35\x9d\xac\x6a\xab\x47\x37\xd6\x18\x05\x7b\x52\xf7\xba\x97\x90\x7f\xf6\xe5\x94\x8f\xcb\x2e\xfc\x69\x84\x4c\x0d\x19\xe6\xb2\x73\x91\x10\xf8\x63\xf7\x62\x83\xbb\x03\xa0\xc6\xe7\x2c\x63\x13\xd8\xb7\x75\x49\x9d\x27\x64\xfe\x69\x9b\x20\xf1\x68\x11\x6d\xcc\x28\x6e\xa0\xf5\x6f\xc5\xfe\x88\x99\x10\xef\xb9\x35\x12\x32\x06\xa4\xe1\x9e\x10\xea\x9f\x83\x96\xad\xd1\x55\xca\xf2\x83\x79\x8f\x1c\x38\x39\xdc\x70\x3d\xa1\x69\xd7\x08\xe3\xb9\x16\x63\xcd\xa8\xc9\x1d\x19\x90\xb1\x02\xad\x40\x0e\xc8\xf5\x13\xfc\xb2\x21\xd6\x7f\x6b\x2a\x47\xff\x16\x6e\x38\x03\x9c\x44\xb9\x91\x8f\x53\xa3\x49\x91\x03\x27\x6d\x2b\x75\x57\x38\xe1\xde\x28\x78\x4d\xf1\xfe\x20\x50\xfe\x06\x11\x59\x5f\x11\xf0\x7f\x82\x9d\x46\xdc\x42\x3c\x7e\xea\x51\x4c\xe0\xe2\xb3\x9e\x9b\x36\xaf\x78\xc8\xb5\x06\x05\xfb\x56\x6f\xe8\x5a\xb5\x84\x5c\x83\x60\xaf\xfe\x0d\xee\x98\x56\xf0\x84\x06\x88\x54\x33\x89\x3a\x13\x74\xcc\x4f\x1b\x28\xae\xfd\x2b\x2d\x4b\xee\xd7\x86\xbe\x53\xec\xda\x4e\x61\x83\x9b\x47\x7a\xc5\xce\xd8\x6c\x9e\xd1\x92\xa1\xb2\xd9\x1d\x09\x71\x05\xf7\x33\x74\x51\x23\xec\xa8\x19\x46\x8d\x28\x6e\x9f\x31\x80\xde\x3f\x2c\x28\xf0\x13\x3b\xe0\x82\x2e\x70\xa4\xda\x99\x93\x60\xd5\xbe\xfa\xbe\xaf\x4a\x9b\x77\x74\x58\xa3\xe6\xfa\x84\x26\x28\xc9\xca\x63\xf0\x04\x7d\x8e\xe6\x91\x75\x56\x28\x5f\xb2\x6a\xb5\x2c\x79\xc6\x96\xb8\x89\xc9\xe0\x3e\x30\x25\xb5\x75\x23\xce\x3d\x78\x8a\x40\xaf\xd7\x3a\x71\xf1\x99\x33\x11\x89\xb4\xb6\x12\x33\x91\x2a\xf2\x9e\x89\xb4\xff\xe1\x03\x93\x38\x7d\x67\x3b\x11\x69\xc0\x2f\xf0\x1e\x2e\xf4\x82\x31\x50\xb4\x4f\x8a\x27\xa7\x5f\x81\xe1\x49\x75\x09\x86\xaf\x98\xe9\x69\x23\xcb\xd3\x4c\xa4\x09\xb9\x8a\xd8\x9e\x70\x38\xe0\xe5\xaa\x2a\xd8\x21\x35\x57\xd2\xaf\xda\x50\x0c\xb1\x6c\x9d\x58\x8b\x68\x34\xf0\x42\x4c\x9a\x13\xa4\x05\x9b\x07\xea\x0b\x19\xc0\x1d\x3f\x5a\xfd\xe1\xc3\xdd\xba\x2e\x47\x19\x95\xf2\x6d\xc1\xaf\x69\xc9\x5e\x72\x96\xa5\xbf\x30\x35\x93\x11\xe3\xd7\xac\x48\x88\x2c\x69\xc9\x12\x72\xc5\xf3\x14\x8f\xb9\xc0\xce\xc8\xf3\x54\x33\x63\xaa\xcd\x7c\xad\x17\x5e\xba\x0b\x42\x47\x23\x26\xa5\x28\xc8\x82\x4a\x73\x66\x58\xff\x5f\x4a\x26\xac\x2c\xc1\x30\x16\x73\x3d\x81\xc1\xc4\xb8\xbf\x19\x2f\x2c\x3f\xd6\x52\x4a\xd8\x98\x0c\xc8\x03\xf8\xa9\xd6\xdc\xce\xaa\xd7\x36\xc6\x67\x34\x57\x27\x99\xd2\x25\xc9\x5c\x8f\x77\xc6\x66\x43\x56\x80\x92\x45\x68\x4e\xd0\x6b\x81\x2c\xa6\x42\x32\x02\xb8\x23\x29\x4f\xf5\x01\x38\xca\x68\xc1\x08\x2f\xfd\xe1\xeb\x65\xf3\x50\x35\x83\x21\xab\xb1\xd5\xf0\x77\x40\xc6\x48\x8c\x76\xa0\xe6\xc0\xef\x1b\xdf\x01\x9c\xcc\xc4\x5b\xa2\xb5\xaa\x52\x63\x81\x4f\x63\x0b\x0c\x1d\x6c\xb0\xce\xb3\xf7\x0f\xd7\xad\xf0\x8c\x95\x53\x91\x1a\xb1\x60\x51\xf0\x52\x71\xa2\xfa\x92\xfe\x0b\x68\x47\xfe\x17\xd0\x8e\x9a\x2e\xab\x13\x4f\x29\x3e\x87\x74\xea\xa8\x6a\x90\x89\x11\xec\x6b\xd4\xb2\x4f\x42\xaa\x91\xc1\xba\x6b\x1f\x0b\xfd\x87\x23\xa2\x87\xc9\xbf\xe9\xc9\xc4\xd6\x1f\xf2\x66\xab\xa8\xf2\x92\xcf\xd8\x97\x7a\x3e\x11\xc0\x6c\x7d\x4a\x81\x5c\x96\xdc\x92\x2b\xb6\x1c\x17\x74\xc6\x24\xb9\xc3\x0d\xde\xf9\xeb\x38\xab\x58\x5e\x56\x7c\x7b\xc6\x8a\x09\xdb\x92\xe5\x32\x63\x52\x61\x41\x37\x02\xb7\xdb\x5b\x72\x74\x98\xf3\x19\xbc\x8f\x38\x85\x1a\x89\xf7\xe5\x37\x5a\x70\x45\xf1\x0e\x6a\xbf\xbf\xad\xda\xc9\xed\x7a\xb3\x08\xe0\x13\xba\x80\xb2\x0d\x86\x04\x0e\xec\x27\x6c\xc2\x65\xa9\x88\x6c\xca\xbc\x09\x7d\xb3\xad\xca\xc1\xeb\x98\xbc\x38\x3c\x3d\x7a\xfd\xcb\x87\x97\xef\x5e\x83\xfb\xfd\x87\x5d\xb2\x4f\x3a\xa3\x6a\xc8\x47\x5b\x43\xf6\x27\x67\x45\xb7\xbf\x9b\xf4\x7f\x4c\xfa\x7b\xc9\x6e\x4f\x01\x8e\x37\xdb\x8b\x36\xdb\xfb\x2e\xe9\xff\xf0\x5d\xd2\xff\xd1\x6b\xf9\xfc\xdd\xc9\xa1\xeb\x69\xa7\xbf\xfb\xfd\x0f\x32\x52\xba\x87\xa5\x7b\xf1\xd2\x47\x58\xfa\x28\x5e\xfa\x18\x4b\x1f\xeb\x52\x53\xfe\xf2\xf0\xf9\x8b\x0f\x47\xaf\x07\x40\xbe\x70\xc5\x67\x51\xd2\x05\x32\x52\x38\x1d\xc0\xad\x25\x1d\xf1\x72\x39\x20\x3b\xe4\x2e\x51\x05\xa5\x08\x3e\xef\xc2\x67\x25\x2d\x85\xb0\xdf\xbc\x3b\xbb\x07\xf0\xdd\x38\xf0\x9d\x84\x5c\x73\xc9\x87\x3c\x83\x9f\x9d\x29\x4f\x53\x96\x77\x9a\x5d\x9e\xbe\x3a\x7a\xfe\xe2\xc3\xc9\xd1\x2f\xbf\x9e\x7d\x38\x7a\xbd\xbb\xe3\x75\xad\xc5\x94\xd3\x8c\xa7\xec\x28\xff\x7b\x77\x6b\x77\xa7\xf7\x24\xde\x6e\x6f\x65\xbb\xbd\xd6\x76\x8f\x57\xb6\x7b\xbc\xa2\xdd\x9a\x86\x8d\x96\xaf\x5e\xbc\x5c\x3b\xc1\xe6\xfc\x74\xab\x95\xd3\x6b\xce\x4e\xb7\x5a\x39\xb9\xe6\xdc\x6c\xab\xd5\xcd\x1a\xed\xde\xbd\x5d\x3d\xaf\x7f\x44\xe6\x05\x6d\x56\xcc\xea\x1f\x91\x59\x3d\x7f\xf3\xfb\xeb\x75\x3d\x45\x48\x44\x37\x5b\xd9\x99\xa6\x90\xd8\x5a\xbf\x79\x77\xd6\xda\xe3\x9b\xaa\x8c\x2d\x9a\x6d\xd8\xda\x27\x34\x6c\xa3\xca\x37\xef\xce\x5a\x57\x0e\x1a\xb6\x91\x25\x34\x5c\xd3\x32\xbe\xea\x6b\x27\x19\xc1\xab\x69\xb8\x7a\x92\x91\xbd\x67\x1a\xae\x9e\x64\x64\xf3\xb9\x86\xeb\x5a\xc6\xe8\x6d\xcd\x1c\xa3\xb4\x83\xcd\x56\xcd\xf0\x1f\xb1\x19\x02\xc9\xad\xed\xaf\x85\x54\xd7\x76\x58\xa3\xd5\x67\x87\xaf\xd4\x40\x77\x03\xa4\xb4\x70\xed\xb2\xa0\xb9\x1c\x8b\x62\x36\x20\x1d\x39\xa2\x19\x7b\x94\x76\xfb\x3f\xfe\x25\x51\xff\xdb\xed\x75\x02\x56\x1e\xab\xbb\x9b\xec\xda\x7a\x77\xcd\x51\xa8\xf1\xff\xf8\x97\x4f\x1b\x86\x0f\x7a\xd5\x10\xea\xc3\x6d\x19\xc6\x27\xa3\x63\xb7\xbf\xf3\x28\xc1\xff\xfb\x7c\x84\xa8\x65\x79\xf4\xaf\xc5\x47\x73\xbc\xc1\x38\x4e\xde\x9c\x1d\x9e\xbd\xf8\xf1\x9e\xc8\x28\x84\x12\xa7\xff\xb7\xbb\x93\xb2\xc9\x8a\x31\x98\x6a\x3f\x7a\xf5\x22\xbd\x7f\x78\xfd\x2f\xee\x7f\x2b\x32\x80\xed\x6f\xbe\x79\x9f\x93\x6f\xc8\x0b\x90\xa6\x55\xcf\x05\x5d\x90\xb4\x2a\xa8\x36\x51\xa2\x9d\x95\xe6\x29\x61\x54\xaa\x72\xa3\x32\x49\xa5\xcc\x0c\x19\xa9\x24\x4b\x09\xcf\xc9\xa8\x92\x25\x68\xc6\x5a\xae\x95\x0a\xee\xb6\xd5\x43\x71\xa6\x4d\xd1\x78\x10\x95\x97\xf7\x51\xd4\x67\x54\xb2\x97\xba\xbf\xdd\x41\x53\x7c\x4d\xea\x95\xf6\x9a\x95\xf6\xa0\x92\x9a\x11\x76\x91\x55\x6c\x77\xe0\x09\xa6\xcd\xe2\x3d\xaf\x38\xd2\xfa\x91\x57\xfc\xa8\x59\xfc\xd8\x2b\x7e\x9c\x80\xb1\xcc\xc3\xf3\x61\x96\x91\x97\x74\x58\xf0\x91\xd2\xc5\xf2\x94\x16\xa9\x87\xb2\x84\x28\x6c\x29\x84\x52\x49\xfe\x90\xc2\xa8\x8a\x92\x14\x6c\xcc\x0a\x96\x8f\xd4\x0a\xcc\x0b\xa6\x55\x5e\x00\x69\x09\xa5\x4f\xce\xa6\x4c\x32\xdb\x66\x44\x73\xb5\x40\x33\x7e\x83\x2b\x84\x6f\xac\xcb\x29\x2b\x8c\xd2\xa9\xa0\x70\xe8\xb9\xbf\x72\xb5\x50\x47\x19\x34\x94\x1d\xb3\x4e\x52\x71\xdd\x13\x3e\x99\x96\x47\xb9\xe2\xe6\x9a\x19\xdb\xda\xdd\xcb\xaf\x6e\xb5\x40\x7e\x97\x7c\x75\x5b\x17\x66\xef\x2e\x13\x1f\xa5\xcd\x75\xee\x25\xf5\x5e\xf6\xee\xdb\xcb\xde\xa7\xf4\xf2\xf8\xbe\xbd\x3c\xfe\xb4\x5e\xee\xdf\xcd\xbd\xfa\x79\xc5\xc6\xf7\x59\x18\x2b\x83\xdf\xbf\x8f\x8d\x97\xc5\x4a\xec\xf7\xef\x63\xe3\x45\xb1\x92\xfa\xa7\xf4\x71\xef\x4e\xee\xd5\xcb\xbb\xf9\x3d\xd6\x43\x6b\x0e\xf7\x85\xbf\xf1\x5a\x68\x2d\xe3\x3e\xf0\x9f\x8b\x45\x7e\x8f\x19\x58\x9d\xe4\xfe\x7d\x6c\x3c\x0b\xab\xc0\x6c\xd4\x47\xb8\x07\xdf\x54\xe5\xca\xb9\xbc\x79\x77\x56\xdf\x84\x20\xb7\xde\x7b\xb3\xbf\xa9\xca\x95\x13\x8a\x77\xf4\x09\xbc\xeb\x4d\x55\xae\xdc\x27\xf1\x8e\x3e\x81\x7d\x41\x47\x9f\xd2\xd3\xbd\x77\xe5\xbd\x16\xc9\xe9\x6b\x9f\xd0\xcd\xe6\x4b\xe4\xb4\xbb\x4f\xe8\x66\xf3\x05\x72\x2a\xdd\x27\x75\xf3\x09\xfd\xdc\x93\xdb\xdc\x6b\x6d\x8c\x96\x79\xef\x2e\x36\x5f\x17\xa3\x91\xde\x97\xdf\xdc\x6b\x1e\x4e\x7f\xfd\x84\x6e\x36\x9f\x8b\x53\x77\x37\xe7\x6c\x4a\xeb\xc1\x33\x66\x03\xf6\xe9\x54\xe3\x4d\xe7\xa1\xc0\x9b\x23\x60\xd3\x0e\xb4\xba\x79\x9f\x2e\x34\x5d\x3d\xda\x00\x53\x4e\x8f\x0c\x3a\xd8\x6d\x76\xb0\x57\x9b\xc3\x9b\xaa\x54\xca\xf8\x66\x3d\xa0\xea\xbe\x51\x17\xa0\xb4\xd1\x94\xb5\xe1\x48\x23\x68\xa3\xc1\x22\x9c\xbd\x0d\xe1\xec\xad\x81\x13\x67\x08\x4d\x38\x91\xd5\x09\xe0\x7c\xb7\x21\x9c\xc7\x6b\x30\x04\x8b\xdc\x0a\xea\xcd\xbb\xb3\x8d\x71\x04\xfb\x6a\x43\x48\xab\xb1\xd4\xca\x37\x23\x90\x56\xe3\xe9\x4d\x55\xae\x40\x54\x08\x69\x15\xa6\x50\x8b\x07\x15\x3e\x02\xcc\x18\x30\x12\xb8\x65\x91\x9d\xd6\x21\x21\x98\xd7\xab\xe1\x7c\x78\xbd\x16\x92\x82\xb5\xbd\xad\xf4\x55\x9a\xa7\xcf\x44\x96\xd1\xb9\x64\x64\x77\x67\x67\x7b\x6f\x67\x67\xfb\xf1\xce\x4e\x42\x52\x96\xd1\xa5\xf9\x64\x14\x61\x77\x1f\x5d\xef\x5a\x41\xb4\xaa\xf0\x6b\x3a\x63\xc6\x18\x92\x04\x25\xcf\xb5\xb2\x1d\x2f\x3d\xe3\x33\x9e\x4f\x8c\x39\xc0\xab\xd3\x1b\x78\x37\x6a\xa0\xb4\xda\xf7\x36\x70\xc5\x1a\xf4\x9c\xd4\xbe\x99\x3e\xeb\xdf\xc3\xde\xea\xa5\x2f\x79\x96\x1d\x8b\x94\x0d\x48\x67\x28\xca\x69\x07\xca\xef\xf0\xf2\xb1\x89\x08\x7b\x77\x30\x2e\xc4\xec\xef\x03\x82\x0f\x83\x7a\xd6\x22\xe4\x8f\xb9\x66\x1b\x8a\x5a\x87\x2e\xe1\xef\x8c\x96\xec\x51\xda\xfd\xea\x16\xa0\xde\xcd\x6f\x92\x9d\x64\xa7\x77\x99\x90\xb9\xe0\x79\xc9\x8a\x17\xd7\x2c\x2f\xe5\x80\x74\x72\x91\x33\x63\x42\x8a\x18\x91\x02\x68\x3b\x6d\x40\x68\x55\x0a\x03\xe4\xae\xb7\x66\xa6\xff\x80\x99\xfe\xe3\x0b\xcf\x74\x27\xc1\xb9\xfe\x03\xe6\xfa\xdf\x30\x53\xb0\xb6\x97\xe2\x4b\x2f\xa9\x1e\xda\x86\x13\xf9\xea\xb6\x14\x6e\xf9\x37\x1e\xf8\x3f\xba\xa5\xf8\xf2\x2b\x74\x9f\x81\xab\xf5\x2c\x85\x59\xcd\xda\xc0\xfd\x2b\xfc\x61\xc5\xb3\x14\xa2\x7b\x1d\xd3\xb9\x7f\xe1\x5e\x95\x3c\xe3\x25\x67\x72\x1b\xa2\x03\x79\x37\xed\xb7\x75\x0b\x97\xdf\x0c\x6f\xd7\x1b\x6d\x5a\xae\xfd\xfd\x96\x40\x29\x63\x3a\xf2\x5b\x3b\x0b\xe0\xed\x5f\x53\x31\x7a\x46\x4b\x36\x11\xc5\xd2\x0d\x00\x46\xae\x78\x8f\xbc\x5b\x69\x8a\x73\xf5\x14\xd6\xce\xaf\xd8\x92\x70\x58\x04\x31\x6e\x0c\xea\xe2\xc0\xae\xd8\x1d\xd9\x0f\x31\xd4\xad\xd5\x55\x18\xf5\xd1\x09\x2e\x06\xcd\xb9\x1d\xbb\xcf\xe1\xb4\x7e\x56\xc0\x25\xa1\xda\xb4\x98\x83\xef\x81\x76\x74\x41\x97\x29\x32\xe1\xd7\x2c\x27\x33\x3a\x07\x63\x23\xb4\xfa\x2b\xc4\x9b\x21\x88\x6b\xb2\x45\xd4\xd2\x89\x31\xa9\x72\xed\x64\xc2\x52\x5d\xd6\xc7\xea\x48\x73\xd2\xd4\x33\x81\x9c\xa0\x3b\x52\x0a\xaf\xf3\x9a\x41\xd3\x12\x78\x80\x84\x9f\xce\x6c\x24\x38\xf4\x0d\x7c\xda\x95\xda\xd4\x79\xd6\x6b\xe2\xf7\x2c\x40\x28\x90\x7b\xc6\x4a\xec\x34\xb6\x1e\x67\xb5\x05\xb8\xc5\x23\x50\xbf\x99\x52\x4d\xa1\x37\xb5\x9a\x10\xd3\x0b\x17\xc2\x9c\x48\x10\x7c\x0b\x27\x1f\xfa\x29\x76\x6d\xab\x9e\xad\xec\x8d\xc4\x3f\x3a\x75\x7f\xed\x2e\xa3\x7a\xec\x89\x1b\x49\xe2\x40\x12\x7c\x90\xdc\x75\x1b\x7f\xff\xa9\x5f\x8a\x63\xb4\x9d\xd6\x9f\x1a\x07\x35\x51\x5a\x90\x19\xcf\xcb\xad\x94\x4b\x3a\xcc\xd8\x56\xce\x6e\xca\xad\x8c\xe7\x8c\xfc\x15\xbc\x62\x20\x04\xd5\x16\x56\xda\xce\xc5\x16\xbb\x99\x67\x7c\xc4\xcb\x2d\x9a\x2f\x43\x58\x5e\x9f\x3e\xa5\x6a\x7c\x9d\xdb\xc9\x5c\x10\x2a\x09\xcd\x97\xbd\x7e\x29\x74\x80\x3f\x45\xe8\x0e\xd0\x9d\xff\xc3\xf8\xec\x1a\xe0\x5e\x4d\xc3\xac\xd4\x7f\x0d\xa7\x5a\x57\x34\x12\xf9\x98\x4f\xaa\x58\xe1\x9d\xe9\x18\xba\xbc\xd3\x42\x9d\xd7\x23\x93\x75\xa6\xd6\xea\x09\x14\xdb\x88\x01\xbb\xf8\x95\x4f\xa6\xcf\x44\x5e\x16\x54\x96\xa7\x2c\x63\x3a\xda\x60\xe7\xaf\x33\x96\x72\x4a\xe4\xa8\x60\x2c\x87\x5b\x9d\xee\xd6\x4c\x6e\x4d\xf9\x64\xba\x35\xd2\xf5\x07\x84\x8e\x4a\x7e\xcd\x7a\x09\xe9\x8e\x45\x31\x62\xe9\xd6\x48\x64\xa2\x90\xb6\x40\x75\xb8\xb6\xbb\xdf\xa7\xbc\x64\x64\x5f\xcd\x72\xc3\x6e\x87\x19\x1d\x5d\x6d\x89\x7c\x6b\xa1\x9a\x46\xba\xaf\x55\xd8\x68\x18\x3f\xab\x36\xf7\x1a\x06\x00\x57\xbd\x40\x77\x91\x61\xd4\x2a\x34\x86\xf1\x22\x9d\xb0\x67\xd3\x42\xcc\x78\x35\xbb\xc7\x42\xb4\xe3\xba\x06\xff\x14\x1a\xfd\xce\xd3\x72\x7a\xcc\xf3\xd3\x19\xcd\x32\xb2\x4f\x1e\xed\xed\xd4\x07\x12\x56\x3c\x66\x29\xaf\x66\x64\x9f\x3c\xfe\xcb\x9a\x9a\xaf\x68\x31\x51\x3b\xeb\xfb\xc7\x6b\x2a\xfe\xdd\xd4\xdc\xdd\xd9\x7b\xbc\xa6\xaa\xab\xfb\xe8\xfb\xef\xd7\xd5\x75\x95\x7f\x5c\x3d\x2d\x7a\x63\xe6\x1f\x9d\xec\x16\xd9\x5d\xdd\xda\x22\x25\x86\x81\xb5\xad\xcd\x28\xa3\x58\x59\xdb\xfa\xef\x2d\xcd\x37\x6e\xdf\x0a\x20\x80\xb0\x12\xd5\xef\xa6\xe3\x63\x31\xe4\x99\x82\xf2\xc3\xf7\x7f\xf1\xab\xdb\x23\x73\xc2\x4a\x6c\x64\x08\xb8\x3b\xe3\xb9\x11\x0a\xc9\x47\xc7\xf2\x13\x32\xa3\x37\xb1\x82\x9a\xe4\x88\x03\x99\xf1\xdc\xdb\x11\xda\x39\x77\xc6\xf1\xb1\x53\x07\x81\x74\xc8\x01\xb9\xc4\xed\x31\xe3\xf9\xd6\x42\x8d\x7a\x40\xbe\xba\x9d\xf1\xfc\x6e\x7e\xd3\xbb\x24\x03\xd2\xe9\x3c\xf1\x60\xd2\x9b\x08\x4c\x7a\xd3\x06\x93\xde\x78\x30\xe9\x4d\x0d\xa6\xe6\xce\x97\x7a\xb3\x8a\x3c\x5b\xea\x1d\x0b\x23\x30\x3d\xdd\x41\x5b\xfb\xeb\xd2\x08\xd5\x46\x34\x3a\x9b\x32\x3c\x5e\x15\xe7\x18\x4d\x09\x8a\x30\x62\x3c\x26\x8a\xf3\x10\xc3\x79\x08\x4d\xff\xa8\x64\x39\x63\x79\x09\x21\x79\x0b\xb1\x90\xac\xa8\xdf\xcc\xfa\xab\xe2\x33\x97\xd7\xe2\x10\x9a\xc3\x91\xd0\x5d\xa7\xed\x22\xaf\x79\xa6\x58\x0d\x36\x33\x7a\x91\x3e\xae\x8e\xa5\x0f\x3b\x52\xe5\xee\xcb\x4c\xb2\xab\x70\xda\x03\x8e\x49\x0c\xcb\x34\x33\x47\x91\x2f\x78\x34\xff\x4e\x32\x72\xb9\x6a\xe2\x97\xed\xc8\xf2\xb9\xf2\x6b\xd1\x9c\x9e\x25\x6e\x14\xfc\xd6\x31\xf1\x8b\x41\x70\x2e\x47\x70\xbc\x09\x08\x2b\x22\xad\x5b\x90\x3b\x1f\xeb\x0f\x93\x87\x7a\x82\x20\x66\xcf\xe9\x88\x91\xff\x85\xa0\x8d\x4c\x6a\xc7\x09\x7f\xc7\xbf\xa6\xd7\x76\x53\xee\x03\x4b\x20\x04\x97\x8d\x90\x30\x28\xc1\x73\x01\x4e\xe8\x95\x64\x58\xb8\xdd\x80\x75\x3a\x2a\x44\x96\x29\xf1\xe6\x2d\x85\xa7\x89\x21\xd8\xa0\xee\x4b\x31\xaa\x24\x20\x68\x75\xbd\x67\x82\x8e\xa6\x33\x5a\x5c\xf9\xd5\x76\x76\x76\x9a\x35\x5f\xd1\x25\x2b\x6a\xb5\xa2\x15\xff\xc6\x96\x25\x9f\xc7\xab\xef\x36\x75\xc7\xe8\x29\x6d\x85\xad\xed\x67\x62\x36\x8b\x38\x6a\xdf\x92\x23\x09\x73\xfc\x8d\x4b\x3e\xcc\x98\x55\xcd\x22\x1e\xdb\x56\x09\x0d\xda\xdb\x45\x73\x7d\xfd\xa9\x3f\x7d\x9e\x43\x78\xad\xe5\x2f\xac\x74\x8b\x21\xdf\xcc\xb5\xb3\xc9\xd1\xd9\x94\xcd\xd8\xe6\xaa\xab\x7e\x66\xcf\x94\x9a\x37\x56\xf0\x82\x1d\xaf\xdd\x4d\xc0\x1f\xa8\x14\xfa\x55\x06\xa1\x39\x19\xd0\x71\xc9\x0a\xdd\x62\x28\x8a\x54\xef\x6d\x5f\x03\x2c\x61\x24\x5b\xc0\x46\xf0\x6f\xad\x3b\x62\x86\x81\xbe\x5f\x57\xe0\xf8\xc9\x16\xd1\x33\x01\xcd\x0f\xdc\x8f\xf8\x9f\xd0\xbc\xd9\x97\x53\x1d\x1d\xa3\xc2\x1e\x56\xf0\x57\x87\xb3\x2e\x8c\x69\xa0\x31\x96\x98\x21\x1c\x0c\x5a\x70\xeb\xf3\xdf\x27\xff\x75\x08\xe4\xb9\x64\xa5\xae\xab\x37\x87\x52\xa6\xf9\x0d\xcb\x00\x97\x58\xae\xf0\x18\x60\x10\x1b\xcf\x85\x04\x97\x21\xdd\xde\xfc\x54\x87\x3b\x9d\xcf\x33\x8e\x83\x57\x8d\x15\xcf\xa7\x3c\x67\x45\x9f\x1c\x57\xb2\x04\x20\x43\x46\x3a\x05\xcb\xa8\x92\x6d\x3b\x44\x14\xa4\x43\x87\x52\x64\x55\xc9\x3a\x44\xaa\x66\xb4\x6c\x2c\x20\x20\x26\xe3\xd7\x8c\xd0\x42\x54\x79\x4a\x78\x19\x8c\x68\xea\xef\x5e\xc0\xe7\x16\xc1\x7f\x95\x9e\x1d\x1e\x3f\x33\x91\x86\xb8\xc0\x2e\x80\xf1\x92\x2d\x82\xff\x8a\x71\xdb\xe4\x45\x55\x2a\x7d\x35\x5a\x5d\x97\x85\x98\x46\x06\xc1\xd2\x37\x4a\x76\xd8\x22\x47\x58\x55\xdb\x3b\xe4\x54\x54\x59\x0a\x68\x5b\x12\x91\xeb\x49\x8b\x42\x31\xe1\x4d\xa8\xb6\x71\x36\xc2\x30\x70\xd9\xa1\x7f\xa6\xc8\xe6\x9a\x15\x90\xab\x83\xe7\xb2\x64\x34\xdd\x8c\xde\xc1\x93\x30\xa0\x79\xf5\x05\x08\xe3\xc0\x70\x54\xf8\x64\xd6\xff\x60\xe0\x2f\xec\x47\x6f\x5d\xa1\x5a\x63\x8d\x0e\xfc\xf3\xd3\x97\x21\x55\x6d\x6f\x51\x0e\x02\x3b\xbf\x8f\xff\xb0\x24\xc0\xf4\xc1\x80\x0c\x85\xc8\x18\xcd\x6b\x96\xff\x27\x9f\x31\xef\x37\xc5\x1b\xbb\xeb\xad\x88\xdb\xc2\x5a\xbf\x14\x66\xfe\xb5\xd8\x40\x59\xc1\x7b\x1a\x17\xce\x33\x14\x9a\x3f\x7e\x24\x0f\xc2\x72\x6b\xe1\x31\x71\xf0\x03\x54\x1e\xa9\xa3\x24\xa7\x19\xb2\x4e\xcf\xaa\x04\x40\x06\xb5\xbe\xac\x99\xc4\x60\xcd\x7e\x68\xe0\xc7\x96\x78\x78\xb1\xdf\x7c\x94\xd8\x8f\x01\x36\x8c\x40\x85\xe6\x18\xff\x61\xd9\x86\x13\xa9\x21\xe1\x89\x36\xe7\xd4\xec\xe8\x2b\x40\x34\x8e\x91\xb6\x53\x04\x4c\x86\xcd\x05\x43\x11\xc7\x58\x09\x81\x57\xef\x93\x1d\x3d\x2f\x50\x67\x20\x00\x2c\xfe\xb6\xec\x7a\xdf\xa3\x42\x5d\xd6\x86\x5a\x9f\x27\xee\xe3\x76\xe8\xcf\x69\xc6\xca\x92\xf5\xc1\xf8\xa1\xeb\x05\xdc\xb0\x5e\x31\x67\x55\x59\xd0\xec\x94\x8d\x44\x9e\xd2\xc2\xe0\x3d\xe4\x88\xfb\xce\x46\x76\x07\xb1\x35\x61\xde\x4f\x02\xe3\x98\x9e\xe8\xf6\x36\x79\x96\x31\x5a\x18\xf5\x60\x4b\xce\xd9\x88\x8f\xf9\xc8\x3f\x49\xd1\x53\xb9\x92\x8c\x74\xe0\x12\x61\x4e\x0b\x96\x97\x1d\x42\x25\x99\x67\x74\xc4\xa6\x22\x4b\xe1\x24\x2d\xfc\x56\xfd\x60\x3a\x83\xb0\x6d\x62\xbb\x3f\xc1\x77\x86\xa0\xbb\x0c\xd9\x88\xaa\x6e\xe6\x92\x55\xa9\xd8\x62\x19\x7e\xe6\x92\x98\xdd\x9d\x2d\x2d\xee\x59\xda\x0f\x17\x23\x31\x66\x59\xa9\x85\x4d\xe9\xa9\x02\x76\xa2\x8d\x73\x90\xe7\xe4\x25\x2f\xd8\x58\xdc\xf4\xbd\xca\x27\xda\x35\x98\x0d\xc8\xb4\x2c\xe7\x83\xed\x6d\x59\xd2\xd1\x95\xb8\x66\xc5\x38\x13\x8b\xfe\x48\xcc\xb6\xe9\xf6\xee\x8f\x3f\x3e\xda\xfd\x71\x7b\xf7\xf1\xa3\xef\xbf\xff\x61\xd7\x34\xef\x0c\x06\x5b\x33\xf1\xe7\x16\x74\xb3\xc5\xf3\x9c\x15\x9d\x81\x6f\xb8\xc5\x9e\x07\xa4\xb3\xd3\x71\x96\xcc\xc4\x59\x95\xb7\xb7\xc9\xef\x53\x96\xc3\x58\x0d\x12\xe0\x10\xaf\x24\x93\x18\xf9\x69\xc6\x6f\x78\x4e\x20\x04\x14\xa1\x64\x60\xf0\x0e\x8f\x8d\x69\x9a\x12\x5a\x47\x62\x29\x3c\xe8\x3a\x16\x02\xf5\x4e\x63\xf8\xef\xfc\xb2\xff\xd5\x6d\x8b\xfc\x7d\x47\xbe\xfe\xea\x36\x24\xb4\x03\xd2\xc1\x9e\x3b\xa0\xde\xdf\xa1\x48\x75\x79\x11\x4c\x76\x84\xc9\xc2\x06\xa4\xf3\xfe\xe1\xfb\x87\x1d\xcf\xae\x6b\x16\x6e\x50\xe7\xde\xf8\x5f\xc6\xc6\x86\xa3\x91\x6f\xed\xd6\x23\x70\xb9\x35\x8f\x17\x0c\x45\x59\x8a\x59\xbc\x0c\x12\x71\xb5\x35\xc3\xf5\xb8\xfc\xea\x16\x76\xfa\xdd\xfc\x86\x48\x91\xf1\x94\x7c\x75\xeb\x6d\xdb\xbb\x4b\xaf\x8d\xa5\xeb\x58\x23\x7f\x0f\x07\xad\x50\x11\x19\x58\x1d\xa5\xef\xf8\x93\x57\x2b\x46\xc0\xb0\x3c\x2d\x0a\x6f\x3b\x37\xf7\x6d\xec\x77\x31\xad\x37\x26\x46\xa3\x48\x04\x17\x3f\x1e\x6b\x20\x51\xd6\xd0\x26\xf8\x40\x1d\xd8\x71\x6b\xcd\x26\xb1\xd9\x76\xbe\x5e\xb7\x87\x36\xda\xd0\x9f\xb5\x8d\x1d\x5d\xec\x34\x70\xa8\x46\xd8\x32\x9e\x95\xe8\xb2\x9c\xd4\x63\x86\x6b\xf8\x68\x84\xe4\x62\xac\xf4\x1e\xeb\x4b\x57\x29\x48\x6a\x77\x18\xbe\x60\xc5\xe7\x7f\xab\x62\x44\xba\x3a\xc4\x06\xd9\xe9\xf9\x70\xf0\x10\x46\x38\xba\x26\x7e\xe2\xb9\x81\x66\x5b\xee\x06\x2d\x47\x2b\x34\x0b\xd7\xe6\x72\xf5\x51\x7b\xd9\xfb\x3c\x95\xf7\x0d\xf6\x17\xd5\x7c\xb5\xf4\x66\x6d\x2a\x3b\x09\xd1\x16\x54\x67\x66\x49\x70\x1a\x56\x24\xfd\x94\x6d\x75\x7e\x39\xc0\x8c\x6c\xdd\x76\x36\xdf\x23\x5f\x23\x53\xaf\xf1\xf1\x26\xc3\xb3\xec\x0e\xf1\xfb\xf1\xe3\x1a\x61\x25\xc6\x3f\xdf\x8c\xc7\x30\xf5\xcb\xaf\x6e\xb7\x00\x0b\x77\xf3\x9b\xcb\xfb\x93\x74\xc9\x6e\x4a\xc2\xf3\x79\x55\x1a\xd2\xd0\xfb\xad\x95\x82\xef\xa7\xa2\xe2\xa7\x13\x9a\xf2\x4a\x92\x2d\xa2\xff\x58\x57\xff\x6c\x39\x87\x4d\xa2\xfe\x59\x57\xf7\xad\xb3\x00\xd8\x3f\x83\x36\xc4\x08\x9a\xc6\x12\x80\xd3\x35\xe7\xbb\x25\xe3\x52\x90\xad\x5d\x80\x4f\x25\xe1\x65\x47\x42\xe5\x99\x90\x25\x19\x81\xc9\x2d\xdc\x3c\xba\x8f\x00\xd8\xfd\x28\x1d\x25\xe7\x09\x2b\x8f\x14\x0c\x77\xa0\x91\x7d\xd2\xad\x69\x5a\x81\x3a\xe5\xe3\xd4\x5e\x65\x7c\xf4\xd5\x60\x87\x45\xf0\xf6\x52\x3f\x40\xd7\xc3\x3f\x7f\x86\xc3\xbe\xa3\x64\x70\x5d\xe6\x35\x7a\x6b\x65\x0b\xbb\x83\xb6\x76\xeb\x9a\x9a\xb9\x78\xc7\x19\x70\xf9\xb3\x07\x17\x42\xb5\xdb\x45\x04\xa5\x2d\xe8\x36\x2a\x4e\x37\x95\xa7\xe8\xe1\x86\x72\x52\x78\x7e\x44\x1d\xaa\x92\x88\x18\xf5\xfe\x61\xa7\xf3\xfe\xe1\xbd\xc5\xa8\x70\x72\x07\x64\x87\x0c\x6a\xa8\xaa\x0b\x58\xad\xa5\x46\xca\x6a\xad\x60\x44\xad\x7b\xf5\x79\xee\xd0\x7d\x31\x20\x97\x7b\x1b\xc8\x60\x3e\x05\x79\x9f\x35\xeb\x5c\xb9\x7c\x4a\x76\xdd\xdd\xd9\xf9\x3f\x4a\x72\x0d\xcd\x24\x9f\x26\x82\xd5\xdc\x32\xce\xe3\x9d\x43\xb7\xde\x6c\x40\x6e\xf6\xc7\x85\x5f\x2f\x06\xa4\xa3\xfa\xc9\x14\x1e\xfd\xb5\x0c\x5d\x26\x56\x8a\x76\x4f\x36\xf2\x79\x58\x15\xfd\x24\xd8\xde\x18\x43\x43\x27\xfe\xd5\xd7\x0f\xde\x46\xc2\xf9\xb7\x52\xa2\x5e\x11\x94\xb9\xa7\x0c\xc9\x03\x7f\xcd\x68\x31\xe1\xf9\x00\x77\x27\x21\x73\x9a\xa6\x3c\x9f\x18\x99\x2b\x94\xc0\x8c\xd8\xe6\x62\x7a\x20\x74\xa5\x3d\x9f\xce\xa9\x92\xf2\x3a\xb9\x58\x14\x74\xde\x49\xea\x28\xb8\x45\xeb\xa5\x9c\x32\x56\x6e\x6e\xeb\xbf\x25\x33\x36\x13\xfc\x4f\xfb\x16\x76\xc3\x5b\x08\x83\xf0\x0d\xef\x02\x34\xaa\xa1\xd5\x2f\x70\x40\x3b\x8f\xb4\x9f\x8e\x70\xe0\x4f\x21\xa9\xdb\x48\x14\xe9\x4f\xda\x31\xcd\xc4\xc6\x41\xd6\xf9\x34\xb8\x55\x30\xc6\x11\x33\xfe\xd4\x09\x24\x28\xf6\x49\x3e\x9b\x67\x4b\x52\xd2\x2b\x06\x4a\x24\xd8\x96\xc1\xd1\x6b\x46\xe7\x20\xa6\x96\x53\x06\xa0\xb4\x63\x91\x31\x77\x99\x07\xb1\x7c\x36\xab\x20\xf4\x94\x79\xce\x6c\x5e\xc6\xea\x0e\xcd\x29\x81\xf4\xf3\x61\xc2\xca\xfa\xcc\xc0\xcd\x28\xc0\x2e\x9c\x17\x3f\x9d\x3d\x75\xee\x4f\x72\xd0\x44\xc8\xd9\xd3\xc4\x0c\xaa\x5e\xe6\xac\x72\xbd\x68\x43\xcf\xd7\x0a\xc7\x05\x2b\x7e\x0a\x44\xb1\xef\x51\x48\x1f\x8e\x33\x0c\x4d\xdb\xed\x59\x87\x2f\x48\x73\x17\xef\xb9\x17\xd8\x1a\x0c\xce\x74\xfe\x5b\x98\x0e\x5c\x2b\x9a\x3a\x26\xf8\x94\x76\x20\xbb\x62\x4b\xe9\x4d\xba\xa7\xce\xee\xae\xf6\x77\xeb\x9d\x5f\xf4\xfa\x05\x4b\xab\x11\xeb\x76\xe9\x68\x94\x38\x5f\xaa\x5e\xcd\x77\x8c\x8e\x46\xe7\xb6\x10\x72\x2a\xda\xe9\xa9\x19\xd9\xd1\x7a\x5d\x79\xf5\x7d\x27\x2e\x13\x70\x7d\x34\x7a\xe2\x98\x0c\xb9\xbd\x53\x03\x8b\xe0\xd5\x73\xc3\xb2\x96\x1d\xa5\xe6\xb4\xcc\xbf\xee\x13\x26\xd1\xde\xa7\xce\xe7\x80\x8a\x9f\x4d\xd9\xe8\x4a\x82\x46\xa4\xe8\xf3\xb2\x05\xf7\x97\xce\x67\x51\x20\x25\xa3\x2c\x7f\x89\x37\x3e\x25\x2b\x66\x4a\xd2\xe7\x63\xc2\x4b\x73\x3f\x60\xdc\x10\xdc\x18\xe0\x9a\x9b\xbc\x16\x90\x59\x9b\x96\x64\x44\x33\x54\x50\xc0\xe0\xe2\x52\xd2\x15\x35\x1a\x0f\x34\x0d\x47\xdc\xa8\xa8\x8c\x44\xa6\xce\x08\x2d\xcd\xf9\xe8\xd0\xde\x9c\xd0\x15\x5e\x56\x2c\x8c\xcd\x67\x9c\xd1\x09\x51\x7d\xd2\x4c\xb2\x3e\x39\xa6\x57\x8c\xc8\xaa\x00\xc9\x6f\xae\x9a\xf2\x1c\x3a\x85\x5b\x0f\xf4\x73\x44\x52\x55\xd3\x67\x14\x94\xba\x2c\xc3\x50\x02\x39\x1b\x73\xed\x2c\x8a\xa3\xd6\x69\xc7\x57\x2a\x73\x4a\xf7\x57\xa8\x77\xa3\x11\xb9\xdf\xa2\x65\x1d\xec\xe5\x21\xcd\xfa\xe4\x85\xf6\x33\xcc\x96\x44\xcc\x95\x70\xbe\x2d\xaa\x52\x21\x01\x1b\x2b\x61\xaf\x41\x1d\x7d\xa2\x83\x33\x02\xde\x71\xfa\xed\x6a\x55\x84\x0e\x81\x81\xac\x63\x1e\xf1\xeb\x88\xb5\x1c\x05\xa5\xc7\x18\x53\xf1\xb5\xaf\x18\xa3\xeb\x6a\x8e\x63\x3f\xe8\xe3\xba\x0d\x8d\x0f\x7c\x97\x4f\x72\xd0\x5a\x6f\xa0\x15\xae\x96\x72\xe8\x25\xe2\xd4\xfd\x4c\xdf\xea\x9a\xf0\x08\x13\x56\xfe\xce\xf3\x54\x2c\x36\xbe\x62\xcf\x04\x4d\xf1\x68\xa3\x92\x64\x6c\x42\x47\xcb\x57\xf6\x93\x05\x32\x33\x09\xef\xb7\x55\xfd\x2d\x18\x6b\x1a\x3b\x63\xd1\x1c\x59\x6b\x6d\x87\x00\xed\xb6\x33\x3e\xdc\xf6\xea\xb5\x9d\xb5\x09\x39\x7a\x4b\x8b\x92\xd3\xcc\xfc\x7c\x29\xb4\xc0\xb2\xd6\x9d\xfc\x0b\x08\x4b\x9f\x3c\x97\xf7\x79\xc6\x4a\xf2\x21\x20\x4b\xb2\xef\x43\xeb\xde\xc2\xed\x0a\x54\x13\x39\x7c\x7a\x36\xa5\xf9\x84\x3d\xa3\x59\x36\xa4\xa3\x2b\x39\xc0\x74\x03\x3f\x85\xd6\x05\x38\x23\xae\x05\x4f\x9f\xea\x20\xf8\x75\xd1\x0e\x6a\x9d\xb2\xb2\xe4\xf9\x44\x7b\xff\x76\x4a\x37\xae\xfa\xc6\x83\xe0\x16\x34\xe3\x7f\xe2\xb0\x8e\xf2\x90\x9c\xba\x3d\x9d\x3f\x0a\x36\xc5\xe7\xbb\x27\xe3\x18\x17\x4a\x44\xa4\xf9\x12\x42\xff\x6b\x6a\xb5\xe7\xb2\x3a\x95\x17\x3c\x3f\xe8\x63\x0c\x90\x67\xe0\x2e\x7c\xd0\x47\xba\xd4\x38\x70\xf7\x1d\xa9\x60\x92\xb0\x6b\x56\x2c\xcb\xa9\x62\x42\x70\x5c\xb0\x4c\xb2\x4b\xb5\x41\xd5\xa1\x05\x35\x94\x04\x34\x13\x05\x4b\x88\xac\x46\x53\xd0\xa5\xf3\x6b\x71\xc5\x34\xb9\xc3\xce\xe3\xf9\x04\xc1\xda\xfd\xa0\xc6\x11\x0c\x23\x18\x85\x7f\x39\x06\xc1\xc1\x43\xd4\xa9\x23\x5a\xaf\x83\xec\x9e\xd7\x97\xe5\x02\xe2\x3f\x7b\x73\x69\x99\x76\x58\x89\x68\x9a\xaa\xd1\x52\x63\x98\xa5\x1b\x60\x78\x8a\x9f\x6a\xdb\x9c\x35\x2f\x00\xc7\xc1\xe2\xda\xf0\xe1\x14\xb3\x13\xb8\x25\xcd\x29\x0c\xcc\x68\xee\xc2\x1b\xbe\xb5\x34\x55\xf3\x98\x29\xd1\xa8\xe1\x5b\x1e\x83\xe3\x89\xcd\x9f\x89\x19\x66\x81\xd8\x22\xbf\x4f\x19\x84\x67\x01\x53\xe3\x28\xab\x52\x35\x19\x7b\xc3\x5f\xd2\x89\x54\xab\x3b\x32\x0d\x94\xb0\xe1\x95\xcb\x4c\x94\xab\xdc\x05\x11\x9f\x5e\x8f\xf6\xbc\x20\xfb\x78\x82\xf5\xec\x7e\xb6\x37\xc3\xfe\x00\x95\x7a\x58\x16\x95\x5b\xb2\xe8\x82\xdd\xde\x25\xfe\xb4\x2c\xfa\xdc\xb9\x03\xad\xea\x16\x32\x13\xbe\x12\xde\x90\x68\x3e\x81\x22\xc7\x84\x41\x30\x9b\x2c\x63\x29\x08\x1e\x6a\x47\x78\x48\x1d\x01\x6b\xd1\x2f\x44\xce\x94\x00\xa4\xe5\x26\xf0\xd7\x34\xf6\x62\x2b\xb1\x8c\xc4\x6c\x2e\x72\x96\x2b\xa9\x09\x02\xb5\xd2\xaa\x14\x33\x5a\xf2\x11\x64\x29\x9a\xb0\x32\x84\x0b\x51\x5e\xab\xc9\x94\xf0\x52\x5f\x5b\x79\x3d\x2d\x78\x96\x11\x8c\x14\xac\x83\x6f\xa6\x95\x62\x0a\xb4\x64\x76\x12\xad\x4b\x62\xda\xbc\x89\xb1\xc8\xae\x69\x3e\x20\x2d\x4c\x32\xe0\x5e\x6a\xa9\x5a\x78\xad\x4d\x8a\x6e\x20\xf6\x60\x21\xb7\x76\xdd\x32\xb6\x34\x84\xf4\x1c\xb6\x55\xb0\x0d\xcc\xaa\x9d\x32\xb6\x66\x1e\xbd\xbe\x5e\xde\x99\xb8\x66\x92\xcc\x0b\x76\xcd\x45\x25\xb3\xa5\x6d\xc7\xd2\x4d\x70\xa5\x9a\x7f\x09\x4c\x69\x0b\x1a\xd9\x6f\x9d\x76\x03\x5f\x4f\x0c\x86\x79\x1d\x73\x48\xd1\x06\x33\xea\x9f\x36\xa0\x52\x91\x05\xeb\xf2\x84\xec\xf6\xea\xa4\x7f\x08\x7e\x53\x1e\xa3\x48\x74\xd6\xb0\x31\xcf\x40\xfa\xe4\x39\x99\x71\x09\xe1\xb7\xdc\x26\xaf\xcb\xc4\x5a\x98\x08\x58\x4d\xff\x3f\xc2\x6b\xdc\x19\x63\xd6\x23\x14\x74\xee\xc1\x82\xa2\x1c\xa6\x6c\x80\x31\xe7\xeb\xf6\x36\x39\xc2\xb3\x4f\xe1\x52\x9f\x7f\x3a\x0c\x35\x9a\x8f\x67\xe6\x20\x9d\xd3\x09\xc8\x84\x0b\x96\x65\x70\x48\xd4\x84\xc3\xee\x2d\xe9\xf7\xfb\x1f\x82\x7b\x82\xc4\xfb\x24\xd9\x8c\xe6\xa5\x3a\x95\x32\x48\x54\xef\x4a\xd8\x78\xcc\x46\xa5\xfe\xa4\x70\xa1\xe4\x3a\xd9\xfd\xa0\x8f\xbb\x3b\x33\xd8\xcf\x3c\x93\x56\x51\xdb\x58\x14\x2f\xe8\x68\xda\xdd\x60\x6f\x78\x7a\x39\xa6\x82\xd3\x87\xb1\x69\x69\xc6\x6d\x0e\x5c\x3f\x9b\x8e\x6f\x46\x10\x79\xa7\x84\x47\x68\x94\x0c\xa9\xdb\xd1\x98\xd0\xd4\x97\x62\x94\x4c\xf1\xde\x7b\x09\xd5\x0b\xed\xd3\xf1\xd3\x41\x2d\x8b\x22\xc2\x1c\x12\x78\xea\x28\x71\x3c\x2f\x05\xa1\xe4\x7f\x4e\xdf\xbc\x8e\xd1\x7b\xdb\xcd\x9f\xa6\x5a\xe7\xab\xe3\xd6\x28\xc4\x11\x38\x82\xe7\xde\x73\xba\x8b\xfa\xf3\x3f\x64\x26\x4a\x46\xb4\xcf\xff\x62\x75\xeb\x4f\xff\xb0\x99\x9a\x0d\x48\xb1\x62\x4c\x7c\xe3\x0a\x52\x91\x2a\x95\xee\x81\x9f\x6b\x12\x5a\x33\xbd\xca\xe7\x16\x20\x95\xe6\x45\xa8\x53\x29\x2e\xac\x69\xc8\x1b\xc2\xbc\x10\xf3\xd8\x10\x14\x24\xff\x71\x21\xd6\xf6\x51\xa1\xf6\xab\xe9\xee\x5b\x0b\xa7\x3f\x9a\xd2\xe2\xb0\xec\xee\xf4\xfa\xa5\x78\x37\x9f\xb3\xe2\x19\x95\xac\xdb\xf3\xab\x40\x62\xb1\xee\xae\x33\xe1\x28\xa2\x31\x81\xca\x15\xcc\x73\x3b\x2a\x37\x0f\x33\x63\x78\xd0\xd7\x78\xdb\xa8\xc3\x92\xcf\xed\x2b\xc4\x8e\x82\x73\xca\xff\x64\x1d\x2f\xf3\xa6\xee\xc3\x73\x6a\xeb\xd5\xae\xc5\xc1\xec\xd2\x51\x12\x88\xbe\xda\x51\x13\xbf\x66\x45\x49\x38\xdc\x56\xcd\x6f\xc8\x70\x69\xe5\xcb\x8c\x5f\x31\x22\xaa\xc2\xb2\x15\xb9\x94\x25\x9b\x81\x50\xee\xc0\x86\x21\xd8\xbf\x25\x9d\xf9\x4d\xc7\x19\xaa\x2c\x0e\x14\x09\x01\xad\x5d\x98\xba\xb5\xe7\x82\x76\x83\x40\xd5\x8d\x9f\x0a\xae\x0c\x1a\xbe\x8d\x52\xcc\x58\x9d\x35\x33\x3e\xe3\xa3\xe0\xf2\x1f\x1c\x77\x24\xc2\xf9\x80\x17\x98\x59\xff\x18\x3e\xf6\xe5\x48\xca\x9a\x72\x96\x8b\x62\x06\x82\x71\xc4\xdc\x3e\x14\x37\xa7\x53\x9a\x82\x3d\xdc\x5d\x17\x19\x83\xfa\x4e\xdc\x9e\x7e\x73\xca\xff\x84\x0f\xfa\xde\x61\x6b\x28\x6e\x3a\x36\xa2\x62\xad\xef\xdf\x0b\x3a\x8f\x74\xdc\x62\x87\x2f\xd9\x4d\xf9\xc6\x15\xb1\x2c\xe3\x73\xc9\xe5\x3d\x8c\xf4\x06\xe1\xf7\x09\xd1\x5e\xbf\x0a\xf6\x5d\x29\xa4\x75\x58\x06\xab\x98\xb9\x4f\xd5\x8f\x80\x88\xac\xe6\xaa\x5b\x96\x2a\x02\xbc\x74\xdd\x40\xb0\xfb\xcb\x7e\xf4\x31\xb5\xbb\x0c\x0d\x5c\x1d\xfc\xbb\xd2\xe6\x08\xcc\x93\x6d\x33\x10\xe3\x23\x92\xb2\x39\xc3\x64\xc9\xda\x6e\xe9\x37\x4d\x79\xc1\xe0\xb9\xa2\xda\x27\x95\x6c\xf7\xb5\x99\xb0\xf2\xad\x6b\x17\x3c\xda\x1d\x68\x5c\xf6\xcc\x1f\x1b\x3b\xe0\x0c\x06\xde\x58\x3a\x03\x8d\x80\x04\xfc\x5c\xa6\x85\x50\xa2\xc2\x29\x1d\xd3\x82\x27\xe4\xcd\x9c\x15\x34\x31\x4e\x37\x0e\xc2\xd6\x4c\x6e\xc1\xbd\xf2\x56\x2b\xa8\xa3\x17\x64\x77\xe7\xdb\xf7\xbe\xe3\xdc\xda\x36\x2f\xd2\x09\x8b\xb8\x05\xf8\x16\x2e\xb4\x84\x99\x63\x3f\x21\x0b\x5a\x6c\x7a\x73\x73\x0b\xdc\xf2\x25\x1d\xb1\xc4\x7f\x04\x9d\x7c\xd2\xf5\x51\x9d\x81\x68\x73\x94\x82\x7e\x1f\xab\x92\x35\x56\x91\xa3\xa3\x91\xc8\x4f\xab\xa1\x64\xda\x57\xd5\x0c\xf6\x60\xe0\x40\xa3\x64\x3d\x02\x1f\x58\xf3\x6c\x2a\x7a\x86\x7e\x24\xff\x73\xfa\xf7\xfe\x0b\xbc\xf4\x7f\x62\x70\xa9\xfe\x95\x75\x9f\xe9\xda\xfb\xa6\xa3\x3c\x05\x7d\x4c\x5a\x67\x84\x11\xe8\x13\x79\xca\x0a\xd0\x23\x29\x70\x77\xa5\x36\xd2\x31\x6c\x15\x98\x1c\x98\x70\xd4\x99\x22\x0d\xc1\x8b\x82\x4f\x78\x4e\x33\x72\xa9\x66\x76\x69\x3c\x10\x74\x37\x22\x37\xaf\x1e\xa6\x3c\x4b\xcd\x1d\xb8\xf5\x79\xf0\x74\x1d\x73\x45\x00\xe3\xc0\x1b\x2e\x5a\xc0\xd5\x14\xc7\xc2\x5f\xcf\x8e\x5f\x11\x3e\xa3\x5a\xa9\x35\xef\xb0\x60\x58\x47\xea\xf3\x5b\x35\x2c\x67\xed\x35\xb2\xd2\xaa\x25\xc0\xeb\x38\x1b\xed\xa0\xb1\x38\x5c\x9e\xd8\x11\x06\x90\x3d\x5b\xf0\x81\x17\x55\x60\x45\x87\xba\x2b\x2d\x1f\xa5\xcc\x5b\x43\x6b\x29\x06\xc0\x12\xfa\x1f\x34\x87\xb9\x1a\xbe\x71\x8e\xbe\x0d\xd7\xf9\x67\x7b\x30\x27\x16\xdb\x46\xd6\x87\x9b\x07\x35\x57\x31\x46\x6a\x43\xc5\x5d\xa7\xe6\x64\x84\xc2\x31\x22\x32\x06\xdb\x0f\x62\xec\x06\xaa\xbc\x6a\xa3\xbb\x71\x0b\x99\x58\x27\x60\xb8\x75\x91\x23\x96\xd3\x82\x0b\xb8\x5c\xd4\x5e\xab\x95\x9a\x02\x1b\x29\xb6\xad\x3a\x60\xff\xac\x58\x3e\xb2\xab\xaa\x21\x9e\x0a\x35\x38\xdd\x5a\x1a\x65\x6c\x10\xd4\x51\xf3\x86\x09\x2c\x68\x9b\x0a\x5d\x81\x7a\x48\x49\xca\xc7\xe0\x48\x58\x92\x21\x95\x8c\x54\x45\xd6\xdf\x1c\xc8\x10\xd2\xe7\x38\x10\xe6\xed\x08\xb6\x10\xd7\x3c\x35\xbe\xcc\x08\x4e\x3b\xf5\x1a\x60\x3e\x28\x40\xf7\x35\x2b\x32\x3a\xc7\xc8\xc3\x14\x32\xe5\x48\x56\x86\xd3\x3f\x13\xe6\x82\x97\x4f\x72\x51\xb0\x96\x91\xc1\xb2\x25\x64\x29\x2a\x40\x30\xba\x2c\x2e\xe1\xd6\x4c\x5f\x60\xea\xa5\x83\x30\xc8\x5c\x92\x19\xa3\xb9\xd4\x7d\xe0\x26\x1f\x13\x9a\xfb\xbb\xce\x47\x43\xd0\x55\xf0\x8b\x4e\x28\xcf\x13\xc5\x22\x80\x66\x86\x8c\x48\x9e\xb1\xbc\xb4\x03\xb6\x08\xf9\x55\x2c\xd8\xb5\x16\x1a\x25\x07\xbf\x25\xa3\x63\xab\xf3\xb2\x10\xc3\x8c\xcd\x24\xc9\x14\xe4\x94\xd0\xa1\xb8\x66\x08\x13\xa9\x88\x4b\x59\x59\xda\xc0\x2d\xaf\xa7\xf6\xbb\x9e\x99\xbf\x2f\xdf\xb7\x3e\xe2\x84\x47\xb2\xb5\x96\x97\xfe\xeb\x1f\xc3\x50\x14\xc2\xde\xe4\xc7\x68\x58\x80\xd5\xdc\x94\xa7\xe0\x36\xd5\x5b\xf0\xc3\x07\xf7\x8c\xc1\xdb\x9f\x4f\xb0\xac\x60\x33\x3a\x9f\xb3\x74\x85\x7a\x04\x35\x6b\x65\x3e\x27\xf9\x88\xda\xd3\x9d\x0b\x98\x7e\xf4\xec\xcd\xeb\x0f\xa7\x2f\xce\xce\x8e\x5e\xff\xf2\xe1\xf5\xe1\xf1\x0b\xb2\x4f\x3a\x40\x21\x7e\x0a\x98\x0f\xea\x8b\x39\x59\xc9\x7e\xed\xa8\xed\x4f\x58\x09\x01\xbb\x7f\xf2\xa7\xf4\xb4\xdb\x80\x9d\x34\xa6\x79\x1b\xdc\x89\xb9\xd5\x01\x03\x86\x79\x87\xd1\x40\xae\x17\x0f\x04\xa5\x81\x00\x39\x7e\x4c\xf6\x6d\x72\xc2\xd4\xf6\xd1\x27\x95\x22\x45\x8c\x3f\x46\x84\x89\x12\x03\x87\x7b\xa1\x6a\x29\x8a\xf1\x1c\x04\xe4\x26\x0e\x02\x2e\xb4\x0c\xd4\xfe\xfa\x6b\xaf\x6d\x5f\xe1\x42\xb2\x52\xeb\x46\xcd\x82\x6e\xd7\xb7\x19\x78\xca\x64\xae\xe3\xd8\x04\x78\xf7\x54\x2c\xb0\x51\xfa\x65\xf5\xb8\x36\x39\xf8\x09\x7c\xfd\x35\x79\xf0\x20\xac\xa8\x15\x23\x2a\x7d\xba\xe8\xf5\xf1\x00\x09\x94\xb8\x7b\xb4\xeb\xfb\x41\x64\xc2\x93\xc9\x53\xcd\x9c\x8d\x22\xb0\x47\xbc\x36\xca\x8e\xb4\x4c\x05\xa6\xaf\xd0\x01\xdb\x5f\xc2\xf1\xaf\x96\x97\xe7\x13\x94\xbc\x9f\x55\x05\x30\x55\xc5\xed\x40\x2a\xc0\x35\xe5\xf8\x7e\x55\x2b\x9a\x56\x32\x30\x21\x8d\x32\xb1\x80\x27\x90\x5a\x7e\xf7\x25\x7d\xa8\xb2\x85\x7c\xdd\x54\xb7\x5a\x58\x4d\xda\xbf\xc5\xad\x75\xe7\x46\x9e\x86\xfd\x28\x16\xa4\x46\x0f\xd6\x4f\x38\x4a\x94\x0a\xe8\x8d\xdf\x3a\xc8\xd8\x2e\x54\xc7\x1a\x7f\x5d\xdf\x36\x10\xc4\x0b\x82\x60\x4c\xa5\x78\xa5\xa6\x81\xc6\x80\x27\x6d\x66\x7f\x0c\x10\x85\xab\x63\x8f\xea\xc6\xac\xb9\x13\x5d\xb6\x1c\xba\x74\x2b\x17\xd2\x7e\x9d\xd5\x1d\xf6\x64\xd7\x01\x0b\xe4\x10\xff\x85\xaf\xb6\x5d\xfe\xe4\x33\xb7\xa7\x81\x49\x19\x22\x39\x61\xff\xfb\x86\x18\xfb\xfd\xbe\x83\x6d\xdf\x3e\x39\x21\x2b\xe4\x16\x5e\xe0\xa6\xd0\xc5\x0f\x99\xa3\xea\xe0\x56\x4b\x2e\x77\x64\xdf\x43\x81\xb3\x7b\xfe\x52\xd0\xa1\x19\xb5\x19\x3e\xdc\x68\xcc\xf8\x8d\x5a\xdc\xc2\x1e\xe0\x44\xe4\xe8\x6e\x5c\x0a\x08\xc5\x65\x1f\x54\xdb\x07\x58\x90\x94\xb8\xdf\xef\x87\xbb\xd5\x72\x40\xb0\x6c\x9a\xaa\x77\x64\x40\x5a\xea\x35\x4d\x5e\xdc\x50\x0c\xc7\x4d\x13\x46\xbb\xc2\xf5\xae\x31\x05\xd3\xa4\x69\x8e\x52\xc2\xa5\x46\x86\x3c\x37\xd5\x2e\x9e\xd4\x6c\x56\x96\xdc\x3d\x6a\x6d\x50\xb0\xeb\xa5\x66\x55\xaa\xb1\x93\x06\xb0\x8b\x80\xfb\x7c\x50\x5c\xff\xb9\x11\x1b\x55\x9d\x00\xb0\x66\x2c\xc1\x93\x43\x68\xb6\xae\x13\x47\x56\x66\x6a\x29\x0b\x7c\x2d\xa5\x4f\x66\xd8\x49\xc8\xf4\xe2\x6c\xad\xc6\xd4\xde\xe5\x85\xdd\x8d\x48\x6c\xc3\xa5\x0b\xa6\x56\xdf\x83\xc6\x8f\xe6\x15\x97\x9e\x60\xad\x38\x89\x05\xd3\xb6\x07\x5d\x0d\xb7\x0b\xb5\x17\x0c\x32\x8e\xf3\x8b\xc8\x9d\x8d\x23\xd3\xfb\xd3\x9b\x1e\x5f\xe8\xff\xf6\xc9\x14\xf2\x29\xd4\x91\xb2\x8c\x95\x6c\xfd\x5a\x5b\x3b\x7b\x48\x25\xdb\xdb\x44\x09\x1a\x28\xca\x2e\x18\xa8\x8c\x65\xb1\x04\x0d\x47\x18\xe0\xe6\x28\x82\x4a\xa9\x60\x32\xef\x94\x84\xdd\x70\x59\xfa\x34\xfd\x40\xa3\xab\x5f\x13\x60\x02\x52\x56\x94\xdc\xbd\x3c\x33\xec\xf5\xfd\xc3\xaf\x6e\x0d\x06\xee\xde\x3f\x24\x65\xa1\x1f\xfa\xbb\xa5\x04\xe5\x41\xc9\xd4\xfe\x7d\x28\x4b\xfb\x97\xbd\x08\xf1\xbd\x37\x97\xf6\xcf\xcd\xc8\x97\x84\x66\x9c\x4a\x66\x7c\xe8\xb8\xb4\x2b\xd6\x82\xf0\xbe\x13\xa0\x3e\x01\xf7\x6b\x5a\x47\xfc\x0b\xbc\xa1\xf2\x52\x49\xf2\x7a\x2d\x0a\x40\x3c\x8c\xbe\x6d\xec\xbe\x6d\xbd\x6d\x14\x3d\x77\x6b\xe3\xc9\xc2\xa1\xdf\xe4\x4a\x1c\x5c\xb1\xe5\x05\x98\xb7\x9b\xd3\x09\x96\x76\x1d\x36\x14\x9c\xc6\x92\xc5\xaf\x7f\x4f\x54\x1b\x75\x96\xd4\x84\x16\x9a\x43\x9e\x99\x4d\xce\xe0\x43\x85\x37\xbb\xbb\xec\xb3\x0b\x82\x83\x39\x13\xaf\x43\xc1\xc2\x31\x85\xf5\xab\xd9\xdc\xbb\x17\xd1\xad\xed\x77\xd5\x90\xf4\xc0\x85\xc3\x6c\x2c\x4f\xbc\x20\x47\x4e\x9f\x04\x8d\xf1\x9f\x15\x03\xc5\x4e\x6d\x03\x30\x3a\xa0\x44\x30\xa5\x92\x2c\x59\xa9\xb3\x25\x79\xe6\x03\x80\x6e\xd4\xca\x09\x0b\x6c\x44\x7c\x06\x21\xa7\x4a\x96\x2d\x7d\xde\x5b\x0d\x33\x3e\x8a\x48\x80\x3e\x8b\x5b\x61\x7a\x85\x03\x29\xf7\x2d\x39\xbd\xba\xa6\xe5\x7c\xf9\xac\x64\xa3\x80\xb6\x57\xab\x8b\xce\xf7\x63\xd5\xb9\xe6\xb6\xea\x9f\x83\xc8\xca\xa0\x46\x60\x03\x72\xe9\xea\xed\x2b\x0f\x87\xe5\xc7\x8f\x50\xd1\x73\xb9\xca\xfd\x2d\x00\x2b\xb6\x5f\x67\xc4\x74\xc6\x1e\xd4\x35\x85\xc0\x99\x5a\x55\xaf\x85\xdb\xbc\x35\x6b\x6c\x64\xb2\x27\xfe\x3e\xd5\x65\x4a\xb9\x42\x7d\xc3\x18\x40\x83\xcd\x08\x0c\x59\x57\xf0\xe5\xc3\x5a\xf8\x4c\xd3\xb6\x5b\x87\xf5\xa4\x29\x06\x04\x70\xf4\x13\x7b\x3f\x94\xa5\x93\x70\xc2\xee\x3d\x5f\xed\xdb\x08\xd4\xd6\x98\x9b\x58\x2c\xd1\x6a\x5c\x7b\x5d\x82\xe3\x9c\xf1\x4c\x31\xb4\x70\xe8\x7d\x57\x96\x34\x1b\xfd\xae\x9f\x5e\xc4\x1a\x61\x99\x5a\xe7\x0e\x92\x4c\x27\x02\x40\xbf\xfc\x88\xb5\xd7\x41\x47\x5a\x9a\xdf\xf5\x42\x64\x85\x7c\xb0\x79\x2c\xb7\x7a\x0d\x1a\x9b\x0c\x17\xf9\xb6\xf7\xf7\x26\x47\xb1\xa2\x1a\x53\xd4\xb4\x24\x34\x0f\x6a\x7f\xfc\xe1\xa1\x9d\xeb\x03\x5b\x1d\xcc\xe0\x08\xa5\xd8\x53\xed\x84\x06\x2f\x9e\x69\x59\xce\xe5\x60\x7b\x7b\xc2\xcb\x69\x35\x84\xe7\xc6\xce\x2b\xd6\x1a\xfe\x17\xfc\x8a\x6f\xbf\x53\x23\xd9\x42\x79\x4f\x1d\x78\x33\x51\x28\x89\x7e\xac\x90\x09\xbc\xd1\x7f\xf9\x14\x3b\xfd\xeb\xf1\x4f\xf5\xde\xa9\x79\x16\x69\xd7\x39\x98\x8a\x41\x46\x8c\x19\x46\x98\x9d\x44\x66\xa7\xb5\xb5\xae\xb5\xdc\xac\xd7\xe5\x5a\xf8\x55\xa0\xd8\xb5\xa9\x45\xb6\x82\xff\xc1\x9a\xae\xc0\x1d\x76\x16\x18\x84\x8c\xb0\x6b\xdc\x5d\x1b\x55\xce\xf8\xcc\x8b\x60\xd6\xce\x77\x7d\x6f\x86\x76\x1d\x24\x7a\x8c\x6e\xce\xb0\xad\x87\x2b\x12\xe9\x73\x08\xef\xbf\x4f\xf6\x4c\x04\x36\x1b\x82\x11\x86\x7e\x94\x1f\x33\x29\xa9\x0e\x0f\xea\x31\xe3\xb5\xe2\x67\x80\x01\x74\x42\x8b\x0a\xdf\x0d\x44\xb5\x06\x20\x8e\x55\x55\x34\xa2\xfe\x14\x55\xcd\xa2\x15\xdf\x54\x60\xa5\xd7\x77\x07\x4a\xe2\x2b\xd8\x96\xbf\x83\xc0\x85\x0b\xf7\x77\xe8\x7f\x08\xcf\x1b\x02\x6d\x07\xb6\x8c\x12\x22\xd1\xdc\x71\x49\xbe\x0d\x99\xd7\x25\x12\x7c\x3e\x62\x7d\x72\x82\x99\xfe\x94\x94\xbf\x80\xd7\x17\x4e\xe0\x98\xd1\x25\x99\xd2\x6b\x46\xaa\x9c\xe7\x25\xcb\xd3\xfa\x25\x03\xb1\x44\x20\x63\x9d\xe8\x6b\x06\xf2\xfe\x7d\xde\x28\x0d\x57\x00\x1d\x36\x76\x92\xe6\xd2\xf6\xfa\x7f\x08\x9e\x77\x3b\x09\xe9\xf4\xea\x30\xc2\xf5\xe9\x67\x2c\x9f\x94\x53\xf2\x34\x42\x1f\x07\xe4\x92\x74\xbf\x25\x5f\xdd\x46\x5b\x6c\x35\x5b\xdc\x01\xc7\xd1\x91\x3a\x7b\x51\x5e\xd3\xb2\xe6\x4d\x33\x5f\xad\xa2\xd9\x89\x9a\x63\x25\x01\xb1\xd7\x23\x38\xe3\x55\xae\xd2\x0c\x30\x6e\xe2\x4c\xa4\x70\x27\x61\x7c\x2a\x9e\xe8\x8b\x45\x73\xcf\x04\x69\x1d\xe7\xb4\x00\x75\x19\xf8\x97\x9c\xf6\xb5\x1b\x06\xc3\x67\x2c\x98\xa9\xd1\x86\xec\x92\x84\x06\x17\xed\x40\x52\x34\x4f\x9d\xe3\xe9\x90\x91\x6a\x9e\x2a\xe0\x7d\xef\x62\x58\xb2\xf2\x37\x0d\xa3\x79\x79\x2b\x59\xb9\xa5\x7b\x50\x62\x95\xab\xdb\xf5\x2a\xa9\x73\x12\x59\xfc\xd6\x2c\xcd\xf6\xd4\x12\xff\xa5\xbf\xdb\xdf\xfb\xbe\xd3\x7b\xe2\xdf\x5f\x3b\x7f\x68\xc4\x1f\x95\x84\x7b\xe1\x0c\xc7\xe0\xb9\xbd\x65\x6d\xf3\x2b\xdb\xed\xb4\x34\xdc\xda\x59\xdb\x74\xb7\xad\xe9\xee\xda\xa6\x7b\x6d\x4d\xf7\xd6\x36\x7d\xd4\xd6\xf4\xd1\xda\xa6\x8f\xdb\x9a\x3e\x5e\xdb\xf4\xbb\xb6\xa6\xdf\xad\x6d\xfa\x7d\x5b\xd3\xef\xd7\x36\xfd\xa1\xad\xe9\x0f\x6b\x9b\xfe\xa5\xad\xe9\x5f\xd6\x36\xfd\xb1\xad\xe9\x8f\xeb\x49\xa2\x95\x9c\x76\x37\xa0\xa7\x76\x82\x5a\x4f\x51\xbb\xad\x24\xb5\xbb\x9e\xa6\x76\x5b\x89\x6a\x77\x3d\x55\xed\xb6\x92\xd5\xee\x7a\xba\xda\x6d\x25\xac\xdd\xf5\x94\xb5\xdb\x4a\x5a\xbb\xeb\x69\x6b\xb7\x95\xb8\x76\x7f\xc0\x1b\x3d\x17\x72\xd5\x77\x01\x88\xf0\x36\x25\xda\x6f\xc5\xbd\x65\x1a\x56\x87\x20\xf0\x2a\x77\x5f\x3b\x36\xe1\xf8\xf3\x17\x2f\x0f\xdf\xbd\x3a\xfb\xf0\xf3\xe1\xe9\x8b\x0f\xef\x4e\x5e\x91\x7d\xd2\x31\x82\xb2\x9c\x8b\xf9\x9c\x6d\x0d\xfb\xf4\xcf\xaa\x60\x2c\x9d\xb0\x7e\xce\xca\x6d\xc5\xf8\xa5\x99\xc4\x28\xcd\xb7\xe6\x85\x48\x3f\xec\xed\xec\xed\xee\x3c\xde\xf9\xa1\xbf\xb3\xb3\xbb\x4d\xa5\x64\xa5\x84\x1e\xe5\xf6\xba\xa7\x4b\x68\x21\x1d\x52\xc9\xde\x15\x99\xe7\x7d\x59\x1f\x5a\x10\x94\xd4\x43\x52\x20\xec\x9d\x6b\xf1\xc9\x5c\x48\x98\x70\x41\xdc\xc4\x98\xe2\x7b\xe6\x8f\x47\xe6\x8f\xc7\xe6\x8f\xef\xcc\x1f\xdf\x9b\x3f\x7e\x30\x7f\xfc\xc5\xfc\xf1\xa3\x05\xe8\x40\x5b\xd8\xbb\x16\xf8\xae\x85\xbe\x6b\xc1\xef\x5a\xf8\xbb\xb6\x83\x5d\xec\xe1\xc2\x99\xc6\x1c\x62\x06\xa4\x5b\x39\x8c\xb4\x4e\x3f\x70\x74\x76\xad\x0d\x46\x6d\xbb\x9e\xf3\x43\x6e\x90\x49\xd7\x59\x85\x3e\x45\xdf\xb3\x2f\xee\x8e\xac\xd9\xdc\xd1\x9d\xfd\x16\x10\x7a\xa7\xbf\xed\x1d\xd1\x4d\xb7\xc3\x97\x4e\x0d\xde\xd0\xd3\x53\xb5\x20\x70\x85\xaf\x5f\xf3\xd6\xec\x51\x7d\x3b\x4e\x17\x54\xfa\x95\x18\xa1\x1d\xf1\xa5\x76\xf5\x8d\x85\x97\x3e\x2c\xe8\x90\x8f\xd4\xce\x38\x65\x13\xc1\xc8\xbb\x23\xf2\x3b\x1b\x92\x2e\x7e\xef\x75\x22\x01\x9f\x97\x05\xcf\xb2\x58\x1b\x53\x12\x6b\xf5\x82\xca\xf2\x45\x55\x88\x39\xbe\x16\xa8\xb5\x54\xa5\xc4\x14\xc7\x9a\xff\x52\x30\x76\xd5\x6c\x07\x9f\x63\xf5\x7f\x65\xc3\x82\x2d\x9a\x0d\xf0\x7b\xac\xc5\xd9\x94\x72\x55\xff\x15\x63\x19\x5d\xd0\x94\x99\x46\x91\xba\xbf\x71\x56\x02\x9e\x59\xb3\x07\x57\x16\xeb\xe5\x77\xb6\x0a\x0d\xaa\x74\x25\x1a\x4e\xd5\xd8\xb8\x46\x04\xfe\x19\x1f\xe1\x61\x31\x63\x39\x8f\xf5\x61\x4a\xa2\x58\x66\xa2\x98\x44\x5b\x99\x12\x68\x75\x17\x12\xe5\x8c\xc3\xfb\x17\x70\x13\x1a\x9b\x47\x0c\x89\xf5\x94\x43\xf9\x19\xd5\x28\x34\x02\xac\xa6\xd4\x97\x06\xe0\x0a\x62\xbd\xec\x7c\x75\xdb\x24\xef\x3e\x96\xdf\x75\x2e\x23\x54\x3b\xe5\x39\x93\xec\x94\xcf\xe6\x19\x1f\x73\xd0\xc1\x2f\x3b\xc7\xc6\x46\x42\xfe\x41\xa7\x8c\x93\x77\x47\x9d\x84\xfc\xc6\x8a\x94\xe6\x34\x21\xa7\x7c\x26\xab\xbc\x1d\xd8\x59\x41\x53\x8e\x37\xb5\x35\x68\xff\x33\x65\xf9\xc4\x02\x7c\x3b\xe3\xf9\x24\xe3\x55\x0c\x92\xdb\x4c\x2d\x73\x32\x35\xa2\xb3\xaa\xed\xaa\x16\x10\x7e\xad\x28\x18\xb3\xbb\x5a\xda\x43\x71\xb4\xa1\xdd\x66\x2d\x2d\xb1\x3c\xde\x94\xe7\x29\x87\x96\xaf\x79\x31\xa3\x19\x55\xb8\x8a\xd4\xfb\x1f\x3a\xa7\x39\xee\xb4\xcb\xce\x3f\x2a\xf2\x8b\x28\xa7\x7c\x84\x88\xed\x1c\x33\x5e\x2c\x05\xfe\xc0\xbf\xd5\xc7\x53\xf2\x76\x02\xb5\x3a\x09\x79\x23\xe9\x15\x8d\x80\xfd\x9b\x28\x0c\xce\x8e\x69\x36\xa9\x72\x0d\xb8\x93\x90\x5f\xaa\x8c\xcf\x22\x4d\xdc\xe6\x6b\x99\xad\xae\x10\x9d\xae\x66\x2f\x97\x11\xfe\x92\x90\xce\xdf\x94\x82\x1b\x9f\x7f\xc0\x6b\x5a\x3a\x76\x75\xa2\x7d\xd7\x98\x4e\x0b\x10\xbf\x56\x14\x8c\xc7\x53\x5a\xf7\x1f\xd6\x88\x13\x99\x63\x2e\x6d\x74\xa6\x6b\x60\x73\xc3\x65\x4e\x4b\x9a\xa7\xb4\x48\xf1\xfd\x90\xe4\x7f\xb2\x28\x0f\x79\xa9\xdf\x8c\xc4\xf8\x86\x6a\xb4\xbb\xa3\xb8\xda\xee\x8e\x79\xc0\xd1\xac\xb0\x07\x15\xf6\xda\x2b\x3c\x86\x0a\x8f\xdb\x2b\x7c\x0f\x15\xbe\x6f\xaf\xf0\x17\xa8\xf0\x97\xd6\x0a\x7b\x30\xc8\xbd\xf6\x41\xee\xc1\x18\xf6\xda\xc7\xb0\x07\x5d\xec\xb5\x77\xf1\x08\xa6\xf9\xa8\x7d\x9a\x8f\xa1\xc2\xe3\xf6\x0a\xdf\x43\x17\xdf\xeb\x2e\x1a\x55\x66\x3c\xe7\x9e\xa4\xdb\x86\x72\x4c\xfd\xb3\x41\x45\xd9\xa8\xd7\x32\x34\x55\xef\x6d\xe6\xc5\x78\x6b\xaf\x3b\x83\xc4\x41\x41\xc5\x38\x4a\xb1\x62\x03\x6a\x7c\x89\xf1\xae\x6d\x6d\xb5\x8c\x16\x13\x16\xd4\x8b\xaf\x16\x26\x28\xf2\x2b\xb6\x10\x06\x56\xac\x0f\xb2\x85\x48\x6e\x22\x60\x5b\xfa\x8f\xc3\x6d\x23\x9d\x6a\xce\x8a\x06\xe8\x16\x32\x9a\xb1\x09\xf5\xab\x19\x62\x8a\xef\xf9\x05\x88\xca\xad\xbb\x1e\x25\xe9\xd8\xbe\xcf\xf0\x16\xca\x97\xb7\x21\x8f\x48\x64\xf4\x4c\x09\x1d\x91\xda\x8f\x62\xb5\x0b\x36\xa9\x32\x5a\xd4\xeb\x3e\x6e\x83\x3c\x14\x59\x5a\xaf\xfc\x7d\xac\x72\xac\xe2\x0f\x50\xb1\x81\x19\xf0\x1b\x3c\x6d\xe3\x86\xaa\x74\x15\x47\xfc\xe2\xbb\x2f\xb2\xa3\x36\xa4\x7e\x43\xd4\xb5\xa7\x35\xcf\xf1\x55\x92\x12\xae\x7e\xe5\x79\xe9\xc7\x54\xe9\xf7\xb7\x31\xc2\xe4\x76\xad\x52\xec\x45\x0c\x1b\x95\x34\x9f\x64\x2c\x21\x6f\x45\x13\xce\x3b\xdf\xd6\x60\xf1\xc8\xf2\x6a\x46\x6c\x4b\xc8\x6f\x04\x28\x2c\xc5\xdc\x06\x67\x1f\x9a\xe8\x8d\x3a\xa0\x5c\xc6\xc6\x6a\xb5\x50\x49\x2e\xf4\xda\x6d\xa9\x9f\x77\x75\xc8\x36\xee\xa6\x07\x74\x27\x04\x8a\x30\x65\x49\x0b\x07\x94\xe5\x4a\x68\x7d\x94\xd4\xae\xda\x74\x48\x1d\x10\xbf\xcb\xe5\x1c\x2e\x20\xe1\x01\xd8\xcd\x9c\x15\x1c\x3c\x55\x33\x32\x66\xb4\xac\x0a\x06\xbe\xf1\xb4\x80\x97\x60\xcf\x2b\x9a\xe9\x7c\x62\x24\x65\xd7\x7c\xd4\x78\xf8\xe5\xf9\x8d\x63\x27\xbf\xf3\x72\x7a\xca\x26\xf8\xa6\xdc\xbc\x46\xd1\xfd\xc3\x5c\x6c\xcc\x14\x53\xeb\x60\x40\xf0\x7a\xe6\xf9\x9b\x63\x85\x50\x30\xcf\xb7\xf8\xa6\x1b\xb4\xc0\x03\x19\x8d\x1b\x45\x2c\xe5\xc1\x80\xe8\xb7\x43\xe4\x23\x39\x16\x95\x64\x10\xbd\x92\x7c\xc4\x25\x35\x4f\x86\xc8\x54\x2c\x82\x50\xe6\xfa\x26\x67\xc8\xbc\x58\xee\xc4\xf8\xe6\x07\x84\x73\x30\xa8\xd3\x5b\xed\x1d\xd2\xaf\x9b\x80\xe6\x39\x39\x39\x7b\x45\x32\xba\x14\x55\x29\xed\x4b\x8b\x31\x98\xfa\x75\x98\x66\x96\x26\x84\x92\x19\x2f\x0a\x8c\x03\x7b\x59\x1b\xc9\xa5\x7d\xa8\x00\xf7\xbd\xda\xf1\xff\xbd\xf3\xfb\xaf\xd5\x7f\x29\x8a\x93\xb3\x57\xed\xe3\x87\xcb\x89\x09\x9d\x93\x21\x2b\x17\xcc\x44\xd1\xa0\x59\x26\xaa\xd2\x44\xdf\xd3\x68\xd6\x1d\x4c\xe8\x1c\x9e\x4f\xda\x44\x19\x35\x54\x60\x58\xe4\x0a\x9f\x13\x16\x66\x93\x00\xc9\xe1\xcb\x0c\x9b\x3e\x86\xdd\x94\x15\x44\x06\xcc\xf1\xd9\x07\x9d\xcf\x19\x2d\x08\xcf\xfd\x77\x0c\x00\x0a\xec\x3e\x76\xc3\xd5\xdf\x80\x8d\xc1\x09\x02\xdf\x61\x98\xad\x83\x77\xcf\x4c\xdf\xa5\xc0\x55\x1a\x84\x9f\x55\x7d\x99\x45\x1a\x09\x1b\x6b\x04\x26\xe8\xad\x08\xb8\xef\xaa\xa2\xdc\x3a\xf1\x58\xd0\x39\xbb\x29\xcd\x73\x33\x6c\xf8\xc4\x1b\x2f\x00\x3d\x33\x74\xe9\x3f\xb5\x5a\x33\x62\x7b\xe9\x83\xa1\x49\x08\x4b\x27\x18\x11\x51\x61\xa6\x2c\xd9\x6c\x0e\xbd\x8e\x39\x3a\x20\x39\xcc\xaa\x9d\xcd\x73\x8d\x28\x3b\x07\x3d\x6a\x59\xaa\xff\xf7\xda\xd3\x8c\x4f\x72\xfd\xe2\x79\x31\xa5\x25\xc4\x5b\xc1\xb6\xe0\x76\x08\xf7\x96\x06\xca\x5f\xf5\xa3\x2b\x7c\xde\x0c\x48\x59\x41\x6a\xfc\xa6\xf6\xbc\x6c\xfd\xac\x15\x8d\x64\x62\xc2\x47\x1a\xc7\x05\x1b\xb3\x82\x8c\x33\x0e\x9e\xe9\x1a\x07\xb0\x4c\x79\x95\x4e\xcc\x8b\x2f\x37\x77\x8d\x90\x00\x05\xc9\x7b\xf3\x2e\xa8\x92\x64\x46\xaf\xe0\xf1\x36\x44\xad\xf3\x36\x28\xa2\x61\xce\x8a\x31\x1b\x95\xd9\x52\xb3\x47\x9f\x0c\x60\x8a\x50\x0d\x57\x53\xb1\xf9\x4d\x9e\xd0\x3c\xc3\xcd\x13\x72\x2b\xfb\x34\x2f\xc2\xc4\xc2\xad\x13\x44\x43\x1e\x32\x7a\x15\x6c\x06\x46\xaf\x20\xb9\xa3\xbf\xf9\x42\x18\x26\xf2\x07\x26\x1a\xb2\x50\x08\x97\xe4\x1a\x43\x6c\x7b\xf0\xb8\xfc\x99\xd1\x2b\x1d\x7a\x7b\x93\xc9\xbd\xb5\xdc\xec\x39\x2d\x69\x6c\xfc\x39\x5b\x38\x9a\xd6\xd3\xd0\x48\xf7\x67\xa2\x3f\xb9\xf0\xc8\x16\x74\x84\x9d\x8c\x79\xae\x1f\x35\x68\x4e\xa4\xe8\x02\x1d\x34\xfd\xdc\x1c\x6a\xad\xd0\x65\xb6\x4f\x5e\xc2\x63\x07\x1d\x8d\x30\x38\xaa\xfb\xfa\x10\x5d\x00\x87\x9e\x31\x9a\xbf\xf7\xde\x91\x61\x9c\x6b\xa8\x00\x9d\xe8\x19\xe8\x7e\xb9\x24\x43\x06\xcf\x27\x54\x5f\xe8\x23\x3b\x84\x18\x5c\xb5\x3e\xd4\xa1\x1d\x4e\xde\xef\xc4\x82\xa9\xe7\x10\x41\xdc\x94\x96\xde\x06\x21\xd8\x95\xa8\x81\x21\x01\x2e\x1c\x76\x7c\x8a\x0f\x31\x54\x43\x51\x52\x1b\x3f\x48\x2b\x8d\x47\x76\x18\x76\x65\x5c\xc6\x50\xe3\x4e\x3c\x8e\x51\x0c\xf4\x96\x8a\x35\x31\x43\x5a\x85\x04\x3b\x1d\xbd\xef\xea\x88\xd8\x6c\xf7\xb1\xf4\x28\x1f\x8b\xe6\xf6\xf3\xe9\x57\x6d\x0f\x8f\x0e\x35\x84\x9f\xbd\xaf\x08\x65\x6d\xa7\xcd\x26\xab\x3b\x1e\x65\x42\x32\xd9\xba\xd0\x53\x9e\x32\x05\xb2\xb9\x2f\xad\xf7\x2a\xbf\xd6\x81\x85\xfc\x1d\x27\xc5\xcc\xa1\xd8\xbc\xe7\xa7\x13\xd6\x27\x90\x2c\x85\x92\x39\xe5\x20\x5b\x5c\xb3\x02\x02\x63\xc1\x39\x3f\x15\x05\xff\x53\x80\x30\x88\x5c\x37\x67\x9a\xbe\x31\xfa\x2e\x9e\x0b\xe4\x54\x28\x81\x74\x1b\x96\x54\x14\x7a\xab\xe0\x4f\x2e\x89\xac\xc6\x63\x3e\xe2\x7a\xaf\x7f\xe3\xa7\x5a\x40\x7f\x18\x8e\xc3\x4d\xb9\xde\x99\x2e\x65\x02\x48\xdd\xf6\x40\x9a\x0a\x89\xee\xe6\xd8\x2d\x42\x3b\x15\x36\xe4\xf7\xee\xce\x8e\xde\xc0\x43\xa6\x7e\xcc\x6f\x48\x35\x47\x18\xde\x0e\xd6\xe4\x86\xc0\x20\xe6\x12\x04\x14\xc7\xfa\xb6\xb2\x7e\x28\x13\x17\x6c\x1b\xb2\x78\x28\xf6\xa8\x89\x87\x5f\xb0\xeb\xf0\x1b\x88\xfb\xe1\xa7\xda\x8b\xc8\xa6\x0f\xd8\x7a\x1e\x5c\x93\xe8\x1c\x5d\xad\xe6\x1f\xeb\x36\x96\x3a\x15\x0e\xab\x52\xd4\xa4\x97\x4f\x38\x09\x4f\x74\xa2\x00\x33\x60\x7d\xde\x8d\xc2\x2d\x5a\x67\xfd\xe1\x76\xbc\xf5\x82\x79\xbb\xc5\xf0\xf1\xa4\x88\x69\x9e\xd1\xe5\x80\x74\x86\x99\x18\x5d\x75\xf4\xb3\x2a\x4f\x3a\x79\x16\xc9\x9c\x0f\x9e\xaf\x4a\x1c\xb4\x68\x8c\xc9\xc8\x9f\x7d\x2d\xa8\xf5\x4c\x50\x44\x12\x35\x83\x35\x3a\xa6\x53\x71\x21\x6f\xc2\x09\xa3\x23\x1d\x35\xb7\x03\xd1\x40\x82\x3b\xef\x9f\xa9\x64\x3f\x57\x65\x29\xf2\x84\x98\x7f\x8f\xf0\x0f\x94\x2f\xc2\x8e\xb0\x64\x45\xc4\xd2\x46\x1e\xfa\x7e\x7f\x5b\x7d\xe3\xf9\x24\xaa\x3a\x8f\xf1\xe5\x83\x69\x69\xa2\x67\xbf\x29\xf0\xfb\xaa\x79\xd6\x60\x1d\x8d\xe2\x43\x56\xdf\xc3\x00\x2b\xb7\x7f\x4d\xc5\xe8\x19\x2d\xd9\x44\x14\x4b\xa2\x7d\xc6\x7e\xa6\xc5\x5d\xeb\x16\x76\x75\xc8\xed\xdd\x97\x02\x15\x8a\x75\xb0\x4c\xfd\x5f\xcf\x8e\x5f\x1d\x96\x65\xc1\x87\x55\xc9\xe4\x4f\xea\xa7\xd6\x4b\x9f\x26\xba\xca\x09\x1b\xd7\x6a\x3c\xe7\xd7\xa6\x52\x5d\x9c\x32\x31\x8c\xbd\x88\x89\x82\xd0\xd1\x88\x49\xe4\xa2\xfe\xcc\xec\x20\xfb\x3a\x57\x24\xa4\xe4\x02\xe5\x50\xb1\xc1\x82\x8d\xd1\x33\x11\x5a\x9b\x78\xa1\x18\xb9\x19\x7d\x6d\x75\x20\x35\x0c\x0e\xa4\xc3\x58\x73\x66\x73\x8b\xd8\xc0\x8a\xfd\x40\xd7\xd1\x1f\x4f\xd8\x18\x35\x34\x4d\x11\x3f\x79\x43\x7b\xda\x10\x51\x21\x64\x97\xce\x45\xe2\x4d\xa1\x14\x3a\x70\x47\x5c\xfb\x70\x35\xcf\x96\x73\xd6\xe7\xf9\x58\x78\x43\x99\x05\xa5\x07\x83\x5a\xf5\xe8\x18\xe8\x08\xb9\xd2\x52\x54\x64\x41\x21\x37\x99\x12\x63\x16\x36\x26\x08\x08\xd2\x92\xa7\x2c\x10\x4c\x46\xc6\x13\x21\x0c\x5a\x12\xc2\x3f\x24\xa9\x8e\x29\xeb\xc9\xc1\x7a\x90\x64\x48\x0b\x7b\xfd\x69\x22\x63\xab\x83\x1b\x8d\x2d\x05\xa3\xa9\x4e\x0d\x1e\x7b\xfd\x9f\x63\xf2\x15\xb5\x44\xe4\x92\x16\x9c\x6e\x65\x74\xc8\xb2\x68\x10\x00\x55\xfc\x4a\x95\xfa\xd1\x3d\xe2\xfa\x42\x7d\x7c\x53\x2a\x21\x58\x84\x9c\x71\x29\xc9\x10\x58\x07\xd0\x06\xd7\xf1\x3a\x15\x41\xfa\x36\x8c\x2a\xcb\x12\xb2\x60\x3a\x56\x1c\xe0\xb1\xde\x3e\xbe\xb0\xaa\xa5\x37\xe6\x4f\x74\xba\x57\xe7\x21\xf4\x75\x30\x20\x5d\x76\x0d\x07\x9b\xda\x71\xce\x1e\xe4\x6f\x48\xf2\xd1\x63\x9e\xea\x07\xfc\xf1\x14\x4c\x51\x34\x5f\x36\xb0\xf4\xdc\x04\x6f\x97\x84\x37\xd7\x92\x4b\x32\xab\xb2\x92\x83\xdc\x9b\xd6\xcd\x08\x89\xb3\xa3\xb0\x9b\xd2\x06\xad\xd2\x7a\x2d\x62\x06\x12\xc3\xba\xa7\x55\x00\x28\xd1\x0e\xa6\x23\xa5\x0d\x3b\xb0\x21\xf2\x94\x46\x1d\x28\x74\xc7\x6a\x20\xaa\xf9\x0a\x4d\xfc\xb0\xe0\x94\x00\xd5\x28\x52\xaf\xad\x31\x1f\x3b\x5c\xaa\xee\xf5\x39\xdb\x0f\x14\x7f\x28\x45\xa4\x1d\xae\xa7\xb1\xd5\xd8\xc3\x9c\x49\x52\x4d\x25\x1f\x69\x5f\x57\xdf\x60\x90\x10\x6a\xc6\x06\x46\x02\x64\x12\x60\x81\x11\x93\x49\xc6\xac\xe9\x8a\x12\xc5\xd9\x32\x86\xea\xc7\x35\x67\x0b\x7c\xe6\x6e\x30\x02\x9f\xfa\x96\x01\x70\x89\x9b\x88\xa3\x3d\xd4\x6f\xeb\x0d\x4f\x3b\x2e\xe4\xc2\xad\x94\x92\xa2\x21\x32\x4a\xc6\x67\x1c\xe2\x65\x82\x4d\xdd\x44\x79\xd9\xcc\x78\x62\x67\xbb\xf1\x3a\x19\xc2\xf1\x16\xca\x02\x69\x2e\x54\x33\x6a\x08\xbb\x99\xd3\x3c\xf5\xc4\x83\x28\xcb\x30\xbd\x6c\xbc\xb8\x87\xa9\x75\x72\x78\x76\x7a\x8a\x8f\xdd\xbb\x4c\xf6\x80\x9c\x21\x9f\x80\xb6\x95\x39\x8e\x1c\x9c\x21\xb1\x00\x44\x0d\x5e\x3d\x63\x10\x03\x10\x5f\xb8\x9b\x98\xbd\x23\x3f\xc4\x66\xbf\xe7\x23\x57\xb5\x38\x30\xa1\x1e\x1b\x00\x9f\xe9\xac\x04\x1a\xa2\x4b\x2f\x9e\x42\x44\x0c\x34\x33\x51\x6d\x41\xcb\xe8\x12\x33\xd0\x79\x3a\x3d\x44\xa9\xcc\x4b\x52\x54\x59\x18\xc6\x09\xdd\xb2\x0e\x06\x2d\x12\x91\x7f\x2e\x42\x05\x58\x87\x84\xd4\x3f\xcb\xe6\xa1\x89\xf1\x44\xf1\x81\x00\x90\x2d\x1c\x97\xe0\x3e\x6e\x54\x2a\xdc\xb1\x23\xc7\x67\x8f\xc6\xa4\xca\x21\xe0\x81\x89\x6a\x68\x8c\xc7\xaa\x05\xc6\xdd\xd6\xd9\x02\xbd\x66\xfe\x16\xb7\x72\x99\x71\xbc\x83\x1f\xf7\x1e\x5c\xc0\x2c\x37\x1e\x20\x37\x21\x8d\x86\xcb\xda\xf9\xde\x8f\x9e\xfc\x1b\x0e\x56\x33\x7b\x1d\xff\x4b\xa7\xd8\x80\x94\x31\xb5\x14\xe7\xb8\x61\xcc\x76\xd3\x4b\x1f\xa7\xe2\xc6\xde\x52\x43\xf0\x7e\xb6\x61\xac\x10\x68\xc4\x5c\xbd\x51\x6a\xac\xe4\x92\x66\xac\x28\x2f\x15\x03\xb8\x0c\xf1\x72\xa9\xf8\xc0\x25\x2b\x0a\x51\x5c\x26\xe4\x12\xf4\x21\x96\x5e\x26\xea\x74\xb9\x94\x4a\xb3\x36\x0f\x72\x2e\xb5\xcd\x1a\x4b\x4a\x5a\x56\xf2\x12\x05\x9e\x05\x0f\xf8\x94\x1a\xe1\xc1\x80\x74\xa0\x4f\xc8\x7a\x86\xb5\xe1\x4f\x88\xf6\xd8\x98\x9b\x1f\xac\xcb\x93\xef\x52\x96\xd1\xe5\x16\x72\x6f\x89\x62\x84\x8e\xa3\xa6\xcd\xb7\x34\x47\x31\x56\xb1\x12\xc8\x08\x8f\x2e\x61\x0a\x2d\x53\x96\xcd\x09\xcb\x65\x55\xe8\xb1\xe9\x50\x9e\x79\x2e\xaa\x7c\x84\x81\x13\x6b\xe2\x13\xf9\x87\x8e\x26\x65\x42\x48\xc1\x4a\x0f\xd9\x94\x5e\x73\x51\x40\x03\x7c\x07\x85\xc2\xb2\x21\xdb\x4b\x60\xd4\x97\x61\x18\xab\xa3\x31\x08\x89\x98\x1f\xb2\x59\x39\x51\x7f\xe3\xe8\xb4\xe8\x6c\x47\x06\xc2\x06\xb4\x45\xfb\x18\xe3\x0a\xc7\x3a\xfe\x17\xe6\x8c\xa7\x73\xd5\xa6\xe0\x90\x33\x57\x43\xb1\xe6\xb6\x4b\x85\xff\x4b\x7b\x50\x49\x7c\x6b\x6c\x28\xa0\x5b\xda\x38\xe5\x43\x90\xbc\x98\x17\xc2\xd4\x90\xfb\xe7\xd1\x49\x2f\x21\x6f\x4e\xec\x70\x4d\x14\x7e\x7f\x58\x6a\x3c\x8a\x10\xd4\x70\x04\xa1\xe0\x8f\x9c\xe3\x6b\x69\x4b\x59\xda\xb9\xaf\x97\x90\x45\x41\xe7\x00\x62\x31\x55\xb4\xef\xe8\xc3\x0d\x57\x1d\xad\x97\x3f\xa5\xfc\x1a\x88\x6f\xff\xfd\x43\x84\xf2\xfe\xe1\xd3\x4b\x7d\x85\x04\xb6\xcc\x05\x5d\x4a\x13\xea\x2f\x45\x21\xab\x8e\x3d\x5f\x41\x92\xb6\x03\xd3\x46\x2f\x86\x22\x43\x73\x84\x65\x4b\x85\x02\x1d\xd1\x0c\x08\xb6\xbe\x05\xeb\x12\x17\x54\x62\xe9\x09\xc0\x6c\x37\xd5\x7d\x8e\xae\xe9\x4e\x8a\x88\xc1\x7d\xfd\xc9\xd8\xeb\xd7\x4f\xc6\xd6\x83\xb1\xed\x2c\xbf\xef\x81\xed\x25\x9a\x8c\xf3\xcb\xfb\xaa\x6b\xbe\x96\xe2\x2d\xaa\x62\x20\x94\xe7\x4d\x4d\x25\x90\x68\x3c\xcd\xa0\x4d\xd2\xf2\xe1\xb7\xc9\xa3\x1b\x8b\x6d\x2d\x83\xe5\x8e\x5a\x21\xe6\xbb\xd5\x18\x48\x97\x4a\x22\xe6\x73\x61\x52\xdf\x3a\x49\xb4\x47\x66\x22\x54\x3f\x37\x93\xf0\xfd\x21\xf8\x82\x6d\x38\x1c\xb4\xbf\xe3\xd9\x15\x4e\x13\xbf\x9d\x42\xcb\x57\x9b\x77\x15\x5d\x9a\x7c\xa9\x75\x66\x63\x94\x96\x71\x75\xfa\x5f\xb5\x73\x1a\xbb\x06\xcd\x5c\x8a\x95\x1a\x25\xbc\x10\xa2\x8c\xdd\x52\xa9\xef\x56\x98\x6b\xcc\xbc\x09\xc7\xdd\x2c\xc3\xe4\xcd\x7d\xa5\x12\x64\x12\xa0\x2b\x64\x53\x26\x7e\xd3\x0a\xa2\xd5\x47\xe3\x17\xea\x3c\x20\xa0\x91\x80\xfc\x89\x94\xe7\xc0\xb0\x36\x86\x1f\x03\xf4\x05\xc6\xa7\xd0\x12\xec\x30\x76\x73\xaf\x69\xd7\xdb\x43\x8e\xee\xb3\x7b\x02\xd9\x60\x45\x74\x09\xcd\xee\x8b\x33\x9b\xd2\x5a\xcb\x93\xea\x7f\x23\x91\x65\x74\x8e\x2e\x06\x2b\x45\xca\x2f\x80\xe0\xb5\x53\x0a\xb6\xf9\xe7\xf6\xa6\x27\x59\x27\x96\x08\x43\xb9\xff\xe2\xb4\x74\xb9\x11\x77\xb1\xbd\x7d\x0a\x73\x01\xb7\xac\xf0\x88\xb2\x4c\x85\xc0\x45\x1f\x28\x7e\xa9\xcf\x00\x0d\x35\x8e\x85\x75\xdf\x52\xb5\x5f\x80\x67\x4f\x5b\x75\x10\xc9\xac\x7f\x97\xaa\xff\x33\xca\x66\xad\x2d\xb4\xec\x66\xbd\xc0\x54\x9b\x53\x5f\x82\x6b\x6d\x19\xc8\x79\xda\x73\x4c\xb7\xaf\xd0\xc8\xdc\xda\x52\x97\xef\x93\xc7\xb6\xcd\xba\xde\x16\xb6\x9f\xef\x92\x86\x33\x9f\x5e\x3a\xcd\x96\xa4\x35\x91\x7b\x2f\xa9\x52\x31\xdb\x6e\xab\x16\x5c\x8a\xd4\x2a\xad\x06\x11\xb4\x9c\xb0\xf2\x2d\x66\xc2\x0f\xdb\xd8\xef\xf5\xda\xb5\x6c\x75\xb6\x36\x7e\xaf\xd7\x7e\x2e\x46\xd5\x2c\x0a\xdd\x94\xf8\xf1\x4d\x8f\x4e\x3f\xbc\x7c\xf3\xec\xdd\xe9\xe1\xcf\xaf\x5e\x7c\x38\x3c\x3b\x3b\x39\xfa\xf9\xdd\x19\x84\x42\x4d\x69\x49\xb7\xb8\xdc\x82\x7c\xe2\x4a\xb3\x71\x2f\x1a\x8f\x4e\x3f\xfc\x76\x74\x7a\xd4\xda\x44\x7b\x80\xb8\x06\xd0\xc5\xff\xbe\x79\xfd\xe2\xc3\xd1\xf3\x48\x13\xe8\xe2\x4f\x91\xb3\x2d\x9e\xc6\x1a\x9d\xbe\xfb\x39\xde\x91\xac\x86\xae\x71\x3d\x42\xbe\x0e\xfd\x31\xe6\x05\x24\xbd\xd0\xb3\xf0\xcf\xdf\x4d\xa2\x80\x4c\x58\xf9\x52\x41\x78\x69\x00\x74\xcd\x89\xad\x6d\xbc\x03\xe2\x19\x7c\x81\x4e\x47\x18\xa3\xb3\xb5\x5c\x87\x4d\xd0\x9f\xe4\x51\x0e\xb0\xff\x57\xe4\xcd\xf4\x8b\xa1\x2d\x39\xaf\xb2\x2c\x88\x68\x3f\x61\xe5\x6b\x76\x63\x7a\xd2\xc1\x26\xbc\xb1\x99\xc8\x90\xc1\x80\xf4\x47\x70\x92\xda\xfe\x06\x22\x06\xbc\x16\x29\xfb\x66\x5b\x17\xa0\x53\xda\xf6\x37\xb2\x9a\xcf\x0b\x26\x25\x12\xe5\x59\x41\xaf\x59\x21\x69\xd6\x5a\xef\xd9\x94\x67\x69\xb3\xda\x8a\xd9\xfa\x19\x1b\x23\x2b\x97\xd1\xcf\x5c\xb8\x57\xf4\xbf\x77\xdd\xde\xea\xa0\xd1\xff\x99\xb5\xd3\x00\x4a\x2c\x60\xb0\x74\x05\xcb\xbf\xc0\xa2\xe1\x76\x2b\xe9\x70\x18\x2c\x1a\xe9\x9e\x81\x8c\x80\x41\xc1\x47\xce\x9a\xee\xd6\x17\xae\x2f\x4c\x3b\xae\x4d\x66\x75\x40\xe0\x3d\x08\x3d\x36\x08\xc3\x24\x97\xcd\xa4\xd0\x9e\x98\x74\x78\x94\xa7\xec\x86\x3c\xd8\x27\x5b\xbb\xfd\x9e\x1f\xf4\xcc\x43\xb4\xce\x72\x31\x47\x9e\x6c\x0e\x7f\xa5\x20\x31\x5a\x8c\xa6\x70\x75\x46\xcb\x69\x90\x1f\x23\x5c\x15\x0d\x21\x65\x72\xc4\xf2\x94\xe6\x70\xcd\xe6\xf7\xa0\x80\x81\x13\x35\x28\x4a\x08\x96\x96\x7d\x82\xd7\x03\x9e\xeb\x94\xc3\xa0\xc8\x6d\x34\x0f\x8c\xf2\x86\x97\x62\x4c\x07\x71\x56\xb2\x09\xcf\x2b\x8c\x74\xb8\xa0\x45\xaa\x80\x2d\xe7\xe0\x67\x53\x49\x06\x79\x73\x99\xf4\x07\xd1\x07\xb8\xb0\xd2\xc1\x54\x56\x2c\x35\xd9\x42\x42\x81\x2b\x00\x4d\x42\xc6\xc2\x34\x11\x98\x3a\xc9\xd6\xf6\xa6\x1f\xe6\x16\xb3\x54\x4a\xb6\xc8\x91\xce\x12\x56\xc3\x1f\xcf\x0d\x56\x30\xc5\x5e\x51\xb1\x30\x37\x2e\x7c\xb9\x07\xb7\x3e\xd3\x64\xf3\xef\xdb\xf4\xc4\xcd\xd3\xcf\x47\xa6\xc3\x75\xff\x6b\x59\xb9\xed\xf9\x3f\xc3\xc1\x1d\x20\x9a\x65\x62\x01\xa5\x27\x42\x94\x0d\x6e\xa3\x17\x45\x7f\x5f\xc3\xf8\xff\x1f\x0b\xf9\xb7\xb1\x10\x9e\x93\x82\xc1\x41\xb0\x9e\x8b\xa8\xb5\xf9\xbf\x9f\x89\x28\xc9\xe1\xff\x97\x3c\xe4\xb3\xc4\x8a\x4f\xe5\x23\x9f\x2b\x4d\x7c\x29\x06\x72\x88\xef\x0f\x30\x9b\xba\x02\xb2\x4a\x01\xb0\x3e\xd2\x54\xa7\xdb\x11\x05\xfe\xd1\x91\xe6\xc3\xd8\x5a\xed\x5e\xac\x90\x3d\xe3\xfc\x60\xd5\xbe\x05\x17\x29\x6f\x44\x23\x6f\x3f\xd9\xcc\x5a\x7a\xcf\xe0\x3c\x16\x14\x2e\x65\x12\x8d\x28\x4c\xed\xaf\xe3\x24\xb7\x05\x6b\x85\x96\x2f\xed\xa1\xdf\x6d\x23\xe1\x9e\xa3\x35\x1b\xaf\x95\x45\xea\x19\x8a\xdb\xaf\x9f\x55\x3e\x75\x05\xa4\xa6\xfd\x2a\xb4\x7b\x8a\xfe\x07\x92\xff\x7a\xa1\xfc\x74\x57\x3d\x97\x0c\x62\x54\xc9\x43\xb9\xcc\x47\xb6\x48\x87\x4c\xd3\x54\x6e\x43\x91\xfa\x09\xed\x00\x78\x9d\x1e\x34\xa5\xea\xf7\x1b\xda\x3b\xc6\x66\x6b\xf1\xf5\x09\x70\x02\xf1\x0f\x0e\x18\xb8\x6f\x7f\x9a\x55\xb2\x8c\x9e\x09\x9b\xab\x23\xb1\xbd\xf9\xa9\x7c\x45\x2f\x46\xc8\x34\x6a\xcc\xa4\x65\xdb\xd6\x6a\xd5\x77\x6d\xad\x78\x73\xde\x15\xee\xdd\x7a\x2f\x1a\xb9\x9b\x2a\x4a\x10\xe4\xb1\xc6\xe0\x3f\x7e\x24\xdd\x07\x61\x2f\xe4\xeb\xaf\xeb\xc7\xc0\xfe\xfe\xbe\x8f\xd5\x5e\x2d\xcf\x2e\xf4\xe1\x27\xdb\x85\xf0\xc4\xf2\x59\x00\x44\x3f\x55\x21\xfb\x84\xcb\xf0\x53\x37\xec\xcd\xcb\x19\xfb\x4c\xad\x02\xde\x37\x6b\x4c\xf6\xcd\x44\x0c\x13\x0b\x11\x4d\xbe\xfe\x5a\xb3\xc7\x96\xde\x4d\x79\x77\xd5\xe9\xfa\xf1\x23\x79\xd0\xb5\xa3\xb4\x05\xf5\x71\xaa\x7a\x61\xad\xd3\x6a\x18\xab\xd8\x03\x07\x97\x5a\x78\x7b\x98\xd1\x31\xe4\x6c\xdd\x6f\x3f\x65\x62\xe7\x4c\x9d\x88\x41\x7e\xd0\x7f\x03\x22\x08\x95\x0d\xba\x37\x2c\x7f\x83\x1f\xeb\x8f\x96\x3a\x61\x3a\x38\x9a\x24\xf5\x87\x5e\x10\xa9\xd9\xcd\xb8\x96\x7c\xa6\x6b\xd9\xc4\xd7\x5f\x3b\x8c\x5a\x59\xc1\xb5\xd3\x9c\x0e\x30\xff\xc0\x34\x0a\xa2\xee\x6a\x82\x74\x4d\xfc\x28\xb7\x16\x7d\xb5\x05\x38\xe5\xc3\x8c\xe7\x93\x0d\x16\x23\xbe\x1c\xc4\x83\xd5\x9f\x87\x4d\x35\xec\xb6\x25\xa9\xa1\x7e\xdd\xcf\x4d\x96\xa6\x75\x71\x1a\xcb\xe3\x07\xe6\x0c\x17\xc8\xc7\xc8\x6a\xfc\xfa\x35\x63\xb8\x56\xac\xc0\xd5\xd6\x46\xda\xfd\x00\x61\xd4\xa3\x65\x2f\xcd\xc7\xf6\x36\x39\x34\x4e\x1b\xe0\x7b\xcf\xc7\x64\xc1\xf0\xbc\xc8\x85\x92\x3e\x2a\xb8\x92\x59\x92\xb9\x28\x59\x0e\x39\xb6\x67\x0a\xa2\xcb\xf2\xba\xbd\xad\x05\x85\x4c\x08\x78\x4c\x48\xcd\x0b\x4c\x4c\x8d\xa1\xc3\xc1\x97\x05\x63\xf0\x2c\x01\x2f\x2d\xf4\xee\xc2\xb1\xf6\x3d\x58\xaf\xdf\x9c\xbd\x18\x90\xdf\x19\x49\x31\xae\xa8\xf1\x3c\x2e\xd8\xa8\x52\x47\xe2\x94\x15\xcc\x26\x9f\x4b\x05\xd8\xd4\x05\x19\x29\xb1\xdc\x83\x82\xc5\x4e\x3b\x12\x10\x64\x5e\x5e\x79\xae\xa2\x84\xe8\x47\x2f\xdd\x06\xea\x14\x73\xae\x7f\x7b\xb0\xbf\x4f\xea\xbc\xc9\x5b\xb3\x3a\xb9\x63\xab\x8d\xa8\xbd\x8d\xde\x49\x03\xdc\xbd\xe9\xbe\x41\xdb\x9b\x7c\xd8\x8c\xfe\x57\xec\x80\xc8\x1e\xf0\xd9\x54\x73\x27\x78\xc8\xaa\x85\x5f\x6f\x6c\x05\xaf\x6a\x5b\x58\xf7\x95\x3b\xc1\x20\xb2\xb6\x1f\x2c\x18\x52\x0b\xd2\x6d\x0f\x48\x8f\x68\x49\xae\x54\x0d\x9b\x30\xd9\xbc\x23\xd5\x16\x44\x23\xae\xd8\x53\xd4\xa9\x80\xc0\x79\xdb\xce\xcc\x18\x53\x0e\x95\x1d\x8b\xd6\x86\x6c\x10\x56\x7c\x12\x1b\xbf\x3a\xe0\xad\x08\x29\x91\x70\x60\x88\x26\x32\xcd\x66\xec\x79\x9d\x46\x76\x2f\x12\xf5\x48\x2f\xfe\xe7\x7a\x52\x8c\x12\x61\x40\x7e\xbe\xcc\x2e\x63\x2c\x57\xe3\x50\xd6\x99\x6c\x14\x83\x8e\x5f\xe9\xec\x01\x51\x51\xb5\x0e\xfb\xf3\x44\x8f\x80\x58\xe3\xe2\x84\x9f\x4f\xab\xfe\xeb\xcb\x8a\x1a\xf5\xf0\xf5\x5a\x2c\x5d\xaf\xbf\x40\x5c\x80\xf8\xad\xc8\x17\xd6\x62\x3e\xd3\xf6\xd2\xae\x08\xd5\x0d\x9d\xff\x79\x25\x28\x6e\x01\xfd\xef\x56\x85\x56\xeb\x3d\x98\x33\x24\x36\x2b\x48\x8e\x18\x8e\xf0\xdf\xac\x24\xfd\xdf\x70\x06\xb4\x28\x79\x0f\x5a\x71\xfe\xff\x57\x5d\xaf\x79\x2b\xb1\x11\xb3\x85\x15\xfc\x3c\x45\xef\x5f\xc9\x7e\xd7\x68\x7a\x6d\xaa\x99\x2f\xd2\x40\xe3\xd5\xb6\x87\x35\xbb\x2a\x20\xa8\x4d\x64\x89\xfb\xdf\x10\xf5\x73\xd7\xe4\x13\x64\x08\x7f\x09\xfe\x1b\x84\x88\x7b\x0a\x0b\x9f\x48\xbb\x71\x41\x61\x95\x6c\xf0\x2f\xb4\x49\x6c\x22\x28\x84\x2f\xdf\x68\xee\xdf\x07\x69\x67\x9c\x4d\xed\x94\x0d\x5e\xde\x62\x0a\x76\x59\x64\xf0\xac\xaa\x5b\x91\xb7\xb7\x41\x1a\x09\x23\x83\x28\xf6\x0e\x39\xea\x93\xc0\x6e\xeb\xe4\x40\xe6\xce\x37\xf3\x77\x7f\xc2\x4a\xeb\x82\x55\x5f\x63\x63\xf6\xb5\x48\xc2\x9d\x03\x73\xe6\x19\x2f\x97\xce\xc7\x6b\x9f\xc4\x00\x76\x63\xbe\x4c\xde\x81\xd5\x9c\x03\xbb\x99\x67\x7c\xc4\xcb\x6c\x49\x66\xb4\xb8\x82\xd8\x4f\x3a\x02\x89\xeb\x96\x50\xd3\x81\x9d\x29\x5c\x37\xe0\xcb\x1a\x2a\x0d\xae\xec\xcc\x63\x23\x56\xaa\x32\x88\x01\x5f\x7f\x1d\x9d\xd1\x83\x68\xa6\x1a\xdd\x5d\x14\x05\xfb\xfb\xa4\xa3\x48\xb5\x53\xe3\x42\x2f\xbd\x97\xdf\xf8\x32\xd4\x3c\xd3\x16\x63\x92\x6a\xe2\x02\xd6\x31\x82\x58\x5a\x0e\x78\xdf\xa3\x4c\xbd\xc5\x0c\x9a\xc5\x78\x2c\x59\xf9\x2b\x06\x10\x54\x63\xdd\x21\x1f\x3f\xc6\xaa\x78\x96\x01\x98\xae\xa9\xb5\xea\x89\xee\x5f\xcb\xe5\x5c\xbf\x7c\xde\xc2\x4a\xdb\xb9\xd8\x32\x6b\xb3\x45\xf3\xa5\x3e\x4f\x6d\x24\x26\x70\x11\xef\xf5\xb9\xb4\x72\xcb\xfe\xbe\x7d\x65\xd1\x7b\xa2\x7a\x03\x0f\x5a\x78\x90\xbc\x10\xc5\x15\x2d\xc0\x68\x03\xee\xa1\x4c\x96\xc8\x9b\xef\xbb\xed\xe0\xce\x55\x91\xfd\x94\xa7\x29\xcb\x7d\xb1\x9a\xc5\xee\x8a\x40\xc0\x09\x6f\x82\x4e\xf4\xbf\xf6\x16\x75\xaa\xc3\x67\x6d\xd6\xdd\x27\xec\xf9\xc3\x3c\x7d\x2d\xca\x5f\x01\xc4\xa7\xee\xff\x90\x26\x1e\xd8\x9d\xed\x04\xa1\x38\x9f\xe9\xd9\x1a\x96\x01\xe0\x5c\xec\xf7\x05\xb8\x3d\xaa\x5d\xfc\x4c\xcc\xe6\x55\xc9\x52\xf0\xb9\xb5\x00\xfa\xde\x36\x54\x34\xd5\xc1\xf6\x9d\xf7\xb1\x2b\xc3\xd6\x25\x1c\xd1\x9c\x14\x6c\xc4\xf8\x35\xd3\x77\x70\xf3\x42\x4c\x0a\x3a\x9b\x51\x88\x66\x83\x4f\x78\xae\x39\x25\x94\xcc\x44\x25\x19\x19\x65\x1c\x9f\xaa\x83\x1e\x06\x0b\x79\x66\x94\x2c\xab\x8c\xd1\xd4\x7b\x03\x04\x75\xa4\xf7\xaa\x2b\x70\x78\xc6\xc7\x82\xd0\xb7\xcf\x64\x4a\x3a\x24\x57\x6c\x89\x37\xfa\x33\x46\xd1\x3f\xf9\x93\xee\xa4\x9a\x52\x72\x6c\xb1\x93\x70\x2e\x4e\x6d\x69\x63\xf9\xa1\x3f\x02\x6c\x69\x01\x0f\x41\xf4\x36\x4e\xcd\x93\x73\x08\x43\x27\x72\xc9\xf1\xb5\x8a\x39\xfc\xa2\xc7\x81\xbf\x91\xd5\xe0\xf0\xd5\xa3\x11\xb4\x4c\x1e\xb0\x06\x1b\x6c\x1c\x10\x4a\x93\xb1\xd8\xda\x27\x3b\x4f\xea\x1f\x2d\xbb\x84\xc4\xfe\x64\xdf\x1c\xb8\xef\xc3\xfb\x4a\xc5\x94\x57\x9e\x50\xad\xf0\xa2\xc7\x50\xc7\x54\xef\x84\xd2\x69\x1c\x8a\x27\xa9\x7a\x73\x99\xd3\x42\xb2\xa3\xbc\x6c\x69\x94\x90\xdd\x9d\x7a\xf6\x29\xa7\xdb\x59\x3f\xc9\x75\x27\x26\x39\x68\x3d\x48\x23\x9e\xc4\x3d\x32\x70\x62\x2f\xf6\x64\x08\xe9\x14\x52\x9d\xb7\xa0\xc9\x3f\xfb\xec\x14\x9f\xe2\x7a\xb9\x73\xbe\x60\xb2\xca\x4a\xb2\xdf\xce\x64\x22\xd3\x02\x9e\x00\x74\xd1\x71\x6a\x97\x99\x52\x49\x27\x98\x9e\x52\x55\x3a\xec\xd8\xb3\xc8\x9d\x59\x41\x8d\x9f\xdf\x9d\x9d\xbd\x79\xbd\xb6\xda\xd1\xeb\xb7\xef\xce\xd6\xd6\x3a\x7b\xf1\xf7\xb3\xc3\x93\x17\xeb\x7b\x3d\x7d\xf1\xea\xc5\xb3\x00\x5e\x7c\xfd\xec\x71\x1f\xd4\xf4\xf0\xef\xd2\x95\x68\x75\xc7\xe7\x59\x07\x3e\x57\x51\x6c\x45\xad\x85\xc6\xf8\x40\xff\xb1\x86\x9d\x36\xcf\x29\xed\xf6\x40\xfe\x14\xf9\xfd\x45\x52\xa7\xf1\x6a\x88\x07\x2b\x1d\x19\xf4\xac\x1e\x3c\x58\xb7\x67\xc1\x22\x12\x95\x37\xbb\x71\xcf\xf5\xde\xba\x73\xa4\x7d\xe2\xb2\x1a\x7e\xc6\xe4\x8d\x22\xff\xe5\xe7\xbf\x66\xf6\x81\x0b\x7e\xcf\x23\xad\x8d\x4f\x54\x78\xf5\x4b\xf3\x25\xe4\x18\xf6\x0c\x28\x89\x79\x67\x83\x08\xda\x14\x2f\xa9\x60\x06\x33\xfa\x95\x05\x20\x28\x7a\x82\xc5\x3c\x5c\x52\xf3\x4c\x62\xdf\x7f\x34\x11\xba\x9c\xc0\x7d\x20\xaa\x86\x87\xa3\x92\x5f\xb3\x16\x23\xa4\x9f\x51\xd3\xc2\xfd\xfa\x6b\xd2\x35\x3f\xfa\xd4\x6f\x5e\x53\xc0\xb1\x2f\xcf\x9a\x10\xf4\xe5\xad\x8d\x79\x4d\xd2\xb5\x18\x8d\x35\x68\x18\xb4\x36\xf7\x97\xa9\x2f\x5d\x7d\xc9\x68\x3e\x62\xb2\x14\x85\x4c\x88\x64\xf3\x11\x87\x20\x7c\xda\x67\x92\xbb\x64\xf1\x70\xd5\xa8\xfd\xaf\x04\xbc\xc4\x8e\x8b\xbd\xbe\x9f\x24\xdc\x7c\xa2\x09\x59\xc9\x33\xe3\x42\xcc\x82\x1c\xd5\xe2\xf7\x82\xce\x9f\xd3\x92\x3a\xa2\xdd\x42\x73\x38\xf6\x40\x52\x5a\x52\xa7\x75\x29\x98\x70\xbf\x4a\xba\xf8\xfa\xba\x17\xca\xd4\x65\xe0\x5d\xa5\xbd\x11\x15\x1c\xe3\x61\xe5\xc7\x28\x88\x26\x87\x85\x26\x6a\x50\x48\x76\xef\x5d\xb0\xd1\xa6\x09\x3b\x32\xfa\x81\x7e\xc4\x92\x8b\x2d\x13\x1f\x71\x4b\xf5\x0f\xf1\x0e\x4c\x89\x0b\x96\x88\x65\x68\x27\x8e\xed\xf1\xb6\x27\x4b\x8e\x54\x22\x63\xf0\xb7\x31\x39\xd0\x13\x1f\x18\x7a\xb1\xf9\x66\x31\xce\xdf\x99\x80\x89\xbe\xc9\x5f\xb3\x9b\xf2\x84\xcd\x29\x6f\xee\x83\x5b\xc4\xa7\x09\xb6\x0d\x4f\xf4\xef\x8c\x2d\x7b\x55\xe2\xd9\x20\x5f\xaf\xa5\x1c\x4f\x1a\xa7\x72\x99\x8f\xa6\x85\xc8\x45\x25\xb3\x65\x1f\x63\x92\xa2\x67\x9c\x8e\x4a\x20\x59\x69\x6e\xcc\xe1\x86\x64\x58\x88\x85\x64\x05\x29\x70\xa8\xa1\xb8\xcc\x4b\xb2\x80\xf8\x51\x78\xbf\xad\x48\x9c\xdd\x94\x05\x55\x12\x3f\xcd\x46\x55\x86\x49\x58\x21\x3f\x3b\x24\x26\x2e\xa7\x34\x07\x7f\x5a\xe7\x9d\x06\x31\x93\x68\x96\xb1\x94\xa4\x15\x44\x91\x87\xf2\x82\xce\x18\x76\x06\x01\x7c\xd0\x9d\x59\xe9\x8f\xa6\xb2\x07\xc1\xcc\x0e\xe6\x80\xaa\x75\xb6\xf4\x84\xfe\xf8\xb6\x39\xf3\x94\x04\xe3\xe8\xb8\xca\x05\x30\xf0\xa5\xdb\x74\xc9\x22\xea\x9d\xcb\x00\x17\x73\xdb\xdb\xde\x26\x87\x6e\xbd\x16\x4a\x8b\xce\x0a\x46\xd3\x25\xf9\x67\xc5\x2a\x13\xe3\xd3\xcc\x2c\x21\xd2\x0f\xdd\x42\xd1\x59\xd9\xea\x38\x39\x5b\x04\x01\x6d\xb5\x28\xdc\x46\x87\x81\x38\xdc\x56\xc9\x89\xb3\x4f\x42\x2b\xaf\x13\x89\x8d\xe0\xbe\x11\x08\xdf\x66\xbe\xe0\x39\x9e\x23\xf8\x24\xcf\xd7\x55\x6a\x77\x20\x38\x95\x05\xf7\xd3\xc0\x6f\x6f\xdb\xd3\x17\xd0\xd3\xed\xa1\xc0\x90\x8b\x2d\x31\x37\x1a\x7f\x60\x45\x23\x99\xc8\x27\xac\x20\x1c\x23\xc8\x3d\x7f\x73\x9c\x38\x55\x10\x62\xf2\xd9\xc8\x15\x92\x8e\x99\xe9\x68\xc1\xf3\x7e\xc1\xfe\x59\x31\x59\x1e\xe6\x1c\xf3\x6c\xbf\x54\x04\xdb\x4c\x5e\xbc\x02\x09\x20\x91\xb7\x95\x9a\x19\x04\x5e\x0a\xdb\xdb\xe4\x77\x06\x61\xbf\x53\xbb\x87\x80\xcb\xc3\xcb\x5b\x2e\xf5\xae\x41\x9a\x90\x3a\xf6\x87\x26\x1b\xdc\xe5\x01\x31\xac\x5d\xa4\x66\x86\xde\xbb\x48\xda\x5d\xc7\x76\x5e\xf2\x3c\x45\x5f\x61\x1d\x2b\x37\xe2\x2d\x0c\x9a\x7e\x4e\x38\xc8\xc3\x73\x5a\x4e\xf1\x75\x25\x35\x57\xd9\xe4\x94\xe1\xa3\x82\xcb\x09\x33\xa6\x63\x10\x9e\xdf\xd2\x72\x7a\x09\x53\x9d\xe8\x40\x30\x31\x30\xb9\xbf\xa5\xa9\xe7\x11\xdc\xf2\xc8\xc5\x8c\xef\xe7\xa5\xed\xa4\x8b\x23\xa9\xe9\xee\xaa\x0f\x13\xf8\xf5\xfc\xa2\x71\xcd\xe8\xf6\x79\xdd\xf7\x17\x15\x4a\x47\xeb\x6a\x06\x5d\x9d\x61\x06\x46\x2f\xc6\x00\xbc\x76\x7d\xa4\x98\x2f\xde\xf7\x38\xf5\xd1\x88\x7a\xe7\xc7\xb4\x9c\xf6\x67\x3c\xef\x02\x84\xa4\x51\xc1\xe5\x6b\xde\xed\x5d\xd4\xc4\xa4\x60\x03\x3d\xb0\xdd\x78\xfb\x68\x58\x30\x7a\xe5\xaf\x33\xf1\xe6\x62\x1b\xf8\xc6\x00\x5b\x5c\xb3\x49\xd5\xed\x21\xbd\xe0\x4e\xb1\x6e\xb1\x32\xfd\x1f\xd4\xc9\x74\x50\xbf\x83\x40\x84\x26\x4e\x24\x06\x17\x41\xf2\xf1\x63\xcc\xb3\xa1\x56\xb9\xf7\x20\x54\xd6\x58\x54\x98\xac\x8b\x74\x8e\xb4\x2d\x03\x69\xa1\xe0\x08\x01\x36\x9f\x5c\xea\x08\x45\x53\x9a\xe2\xc6\xcd\x45\xca\x88\x2c\x8b\x6a\x54\x56\x05\x1b\x90\xf7\x0f\x0f\x21\xa4\xa3\x59\x50\x72\xfe\x73\x42\x9e\x5d\x80\x59\xf2\x99\x2b\x21\xcf\xdf\x3f\xc4\x43\x12\xa2\x17\xd4\x46\x74\xa8\x86\xf0\xdc\x05\x5e\x3e\xdf\x4d\xc8\xce\x05\x46\x0d\xd2\xbb\x6d\x34\xe5\x40\x50\xbb\x17\x8e\xb8\x76\x2e\x2e\x57\xec\x98\xfa\x96\xec\xaa\xae\xa2\x4e\x07\xa4\x14\xb1\xef\x3d\xb7\x8b\xfc\xa4\xf7\xe1\xfe\x32\xa9\xbf\x55\xb9\xf6\x8a\xb3\xd0\x14\x0d\x79\x9d\x02\x1f\xb5\x65\x4a\xc3\xf6\x0a\x6b\x9b\x6a\x6e\x1c\xb0\xec\x1b\x71\x07\x36\xf4\xa8\xc7\xed\x61\xea\x6b\x23\x4a\xf3\x62\xd3\xe6\x27\xb7\xa7\x9e\x9a\x47\xbf\xca\xe5\x94\x8f\xcb\xee\x61\x51\xd0\x65\x7f\x5e\x88\x52\x94\x18\x05\x35\x65\x37\x6f\xc6\x7d\x25\xc2\x74\xdd\x12\x68\xfd\xcd\x0e\xa5\x67\xb8\xac\x9b\x97\xc7\x44\xea\x17\x59\xaa\xc7\x66\xc2\x9d\x31\xcf\x53\xdd\xf8\x04\x5c\x15\xf9\xb5\xff\x3e\x3f\x56\x1c\x3e\xfc\xde\x54\xff\xf4\x94\x19\xa3\x80\x3a\xcb\xba\x55\x24\xee\xad\xb9\xd0\xd2\x6f\x42\x6b\xda\x4a\xa0\xa0\xb8\xd7\x20\x35\xe5\x04\x42\xff\x65\x95\x0d\x6e\x84\xde\x10\x36\xcf\x00\x38\x93\xb6\x50\xfa\x3a\x45\xa0\x46\xea\xd4\xe9\x23\x18\x64\xa9\x67\x73\x22\xf9\x2e\x28\x48\x85\x1a\x84\xb9\x8f\x8e\x2d\x85\xd3\x37\xba\x4a\xe6\x8d\xee\x23\x25\x69\x78\x85\xfd\x29\xf5\x86\x69\x07\xd4\xeb\x45\xd9\x1d\x76\xee\x74\x62\x74\xcb\x0d\x8c\x16\x0e\x44\x93\xba\x3e\x70\x79\x7a\x7a\xe2\xd1\x93\x64\xe5\xe9\xe9\x09\x52\x90\x3a\xfc\x3e\xe0\xed\xc2\xc0\xe4\x13\x5a\xa9\xb5\x6c\x93\xd7\x42\xa1\xee\xd0\x84\x3b\x26\xef\x1f\x62\xfb\xf7\x0f\x95\x6c\x76\xf4\x62\x77\x17\xc2\xa9\x89\x19\x5b\x40\x1a\x89\x9b\x39\xcb\x15\x9e\x30\x40\x8f\xda\x4e\xd8\x4a\xed\x32\x31\x26\xa6\x31\xc0\x9e\x02\x95\x92\x19\x9b\x89\x62\x49\x32\x46\xaf\x12\xb2\x98\xb2\x82\x81\x6c\xcd\xa9\xd4\x9a\x4c\x14\xd2\x07\x3b\x0e\xa5\x95\xeb\x67\x42\xdb\xdb\xe4\x19\x45\x32\x85\xd0\x68\x38\x45\x7d\x27\x69\x1c\x6f\x32\x46\xe4\x48\xcc\x99\x92\x05\x24\xa9\x24\x64\xd2\x9b\xf1\x3f\x75\xb0\xc4\xd9\x9c\x8e\x14\xac\xb2\x58\x22\x6d\xe8\x9e\xc8\xbe\x86\xa7\x90\x4e\x46\x5a\xf7\xee\x99\xf8\x25\x5a\x98\x55\x24\x1b\x9c\x4f\xbf\xb2\x6c\x8e\x51\x56\x27\x5a\xee\xd3\xe0\x04\x44\xb2\x44\x4d\x6f\x8a\x95\x40\x4d\x9a\xd1\x2b\xa6\xf3\xac\x08\x78\xa3\x48\xc9\x88\x8e\xa6\x2c\xc5\x68\x99\x98\x78\xe4\x1b\xb5\x73\xdc\x5a\x40\xe0\x3c\x8c\x18\x27\xae\x59\x31\x65\x14\xc3\xe3\x78\xa8\x95\x66\xbd\xfa\xb0\xa6\xda\xa6\x91\x93\xb9\x98\x57\x73\x1b\x73\x15\xf6\x26\xc0\x0f\x46\xa9\x95\x49\x34\x38\xa8\x39\xbc\x7f\x38\xc9\xc4\x90\x66\xef\x1f\x86\x15\x71\xd9\x75\xc0\x19\xe9\x62\xb9\xca\xc4\x0b\xde\x07\xf0\xe7\x54\x9a\xac\x3c\x86\xd9\x4c\x05\x04\xbb\xd3\x51\x0c\x31\x1d\xc3\xbc\x9a\xdf\xe3\x01\x92\xd6\x4e\x3c\x0f\x88\x20\xa7\x95\xd6\xf3\x22\x94\x6f\xb5\x3e\xbd\x7f\x3e\x7e\x24\x21\x9d\xa1\x25\xc1\x36\xe8\xd4\x6d\x50\xa1\x44\x7e\x47\x58\x26\x59\x78\xc4\xb1\x8c\x84\xfe\x6b\x4e\x77\xb2\x47\x9b\x65\x05\xc8\x00\xfa\x62\x91\xb3\xe2\xb9\x67\x70\xab\x7f\xeb\xeb\x68\x7a\xbf\x71\xb6\x00\xf1\x6c\x45\xf1\xc0\xcc\xe5\x89\x53\x11\xee\x15\x26\xff\x39\x2b\x29\xcf\xe4\x2b\x2e\xcb\x9f\xa9\xf4\x0f\x2d\xaf\xa4\x3f\xa4\x32\x0c\x24\x73\xca\x32\xcc\x06\x70\xac\x64\xa9\x5a\x54\x7c\x53\x16\xb6\x18\x15\x22\xcb\xce\x44\xa4\x81\xea\x22\x12\xf7\xde\xc2\x49\xbc\xbf\xff\x57\xe4\x2c\x16\x0c\x3f\xd6\x69\x2c\x18\xbf\x9a\xa4\x09\x2c\x8b\x71\x09\x4d\x1c\xda\x2f\x10\xa9\xff\x79\x41\x27\xcf\x0b\x31\x87\x90\xda\xaa\x07\xf3\xe1\x19\x66\xf4\xf2\xbe\x20\x0b\xf1\x3e\xd4\x33\xfb\x63\x6f\xa6\x34\xd2\xd9\x2f\x85\xa8\xe6\x89\xfe\x17\xa7\x62\x26\x06\x9f\x9e\xf3\x6b\x5e\xff\xc6\x52\x85\xeb\x06\xfe\xbc\xb2\x6d\x90\x9a\x62\x73\x43\x72\x38\x11\x0b\x03\xd1\x7d\xb1\x48\xf5\x81\x7a\xf4\xb3\xed\xaa\xb6\x43\xfe\x15\x62\x93\xd6\x80\xe3\xc7\x08\xfc\xed\xa0\x42\x3b\xd4\x97\x42\x94\x0d\xa8\xf8\x71\x05\x54\xac\xd0\x07\x77\x8d\x08\xec\xdf\x79\x39\x55\xdb\x4f\x7d\x34\xa0\xcd\xef\xda\x02\x56\x86\x5c\xb6\x53\x36\x12\x05\x55\xb2\xdb\xf6\xc2\x6b\x1f\x01\xaf\x50\x96\xe0\x3f\x31\x52\x6f\xd9\x2e\x9f\x96\xa8\xe2\x19\xcb\xb2\x20\xda\xb2\xc6\xc0\x51\xc9\x66\x2d\xc8\x39\x11\x8b\x56\xcc\xe8\x2a\xe0\x20\x38\x14\x37\xed\x10\xa0\x46\x0b\x18\xc5\xca\x2c\x24\x91\x55\xb3\xdc\x1b\x61\xb3\xb0\xed\x3b\x06\x38\x8c\x14\xbc\xe4\x59\xc9\x5c\x44\xe4\x44\x9d\xfd\xb5\x11\x62\xc5\xc6\xf8\x6e\xc9\x91\xbd\xce\x8b\x2d\x8d\x2d\x5c\x95\x97\xc3\xdb\x18\xed\x71\x1a\xbd\x4a\x2e\x51\x12\xfc\xaa\x05\x6c\x7c\x01\x4e\x18\xd2\x4b\x42\xa5\x2a\x99\xe8\xc1\x5c\x92\x6a\x9e\x42\xa0\x4e\x1d\xd9\x1b\x93\x5f\x90\x11\x95\x4c\xa2\x64\xe6\x5a\x41\xc8\x5a\xac\x2f\x75\xae\x02\x4c\xb8\x97\x90\x61\xe5\xa0\xeb\x9e\x31\x7d\x5e\xce\x58\x2a\xb5\x9d\xb4\x60\x5b\x4c\x09\x66\xd8\xdf\x4b\x48\xa4\x49\x67\xf3\x0c\x7d\xa5\x29\x64\x40\x2e\x4c\x56\x00\x9a\xfe\x51\x81\x6c\x80\xa2\x60\x25\x75\xba\x26\x18\x09\x66\x7a\x03\xd7\x22\xe8\x5f\x77\xb9\xd4\x61\x8b\x47\x76\x2a\x60\x4b\x2e\x46\x4a\xa2\x72\xbd\x73\x91\xf7\xc9\xcf\x8c\xd0\x05\x75\x11\x6f\xc1\xf2\x8d\xa1\xac\x73\x27\xd3\x12\x31\x37\xa1\x25\xd4\x38\x6c\xa6\x2e\xdd\x21\x98\xfe\xe4\x9c\x2a\xe5\x22\x5b\xfa\xd1\xf3\xa0\xd7\x77\x80\x2b\xdf\x0e\xdd\x0c\xd9\x07\xe7\x1e\xde\x0c\xa4\xde\x03\x7f\x5e\xb2\x99\x91\x5f\x75\xfe\x27\xc5\x79\xfb\x58\x05\x6f\xb0\x41\x76\x84\xb9\x4a\x7d\x7a\xe2\x77\x9d\x83\xc3\xa6\xc5\xd4\x4d\xb1\x47\xdd\xaf\x8d\x71\xa1\x1a\x6c\x91\x23\x63\xfd\x82\x7e\x95\x1e\x67\xc6\x15\xd6\x87\x69\x1d\xe5\xa5\x78\xe9\xb9\x42\x63\x2c\x66\xfd\x2e\xbe\x71\x81\xa1\x23\x73\xd7\x23\x16\x04\xc6\x18\xa3\x14\x42\xef\x05\x2d\xa7\xcc\xc6\x34\x86\x5b\x0a\x5b\xc6\x4b\xc9\xb2\x71\x3f\x1c\xd4\x8c\x51\x45\xe4\x8a\x27\x91\xad\x78\xea\x17\x5d\x05\x73\x5a\xa1\xf7\x9e\x18\x6b\xa3\xa5\x3a\x08\x2b\x9a\x41\x07\x21\x60\xe9\x0b\x25\x1e\x64\x1b\xfd\x5a\x58\x47\x42\xa6\x37\x8b\x96\x62\xb5\x04\x69\xc7\xed\x52\xbc\x21\x4c\xb8\x3b\xd0\x9d\xc1\xeb\x12\x7d\x87\x10\x92\x90\x59\xe9\x81\x71\x39\xe3\xf8\x0b\x2d\x33\xc6\x9d\x39\xb6\x24\xb5\xe7\x19\xc4\xc7\xd1\xc1\x80\x74\xd5\xa0\x8e\x7c\x60\x40\xa1\x01\x5c\x7f\xf2\x07\x83\x40\x40\x43\xb7\xe7\x56\x9a\xfe\x45\x6b\x3d\x68\x46\xb0\x86\x55\x93\x4c\xcd\x06\xa9\xd0\x37\xbd\x98\x12\xe2\x9a\xb3\x85\x37\xf9\x09\x2b\x4f\x55\xf3\x23\x33\xd0\xa3\x5c\x1d\x89\x66\x2f\xb5\x64\x70\x7c\x87\xef\x8a\xb4\x57\x9b\x75\x6a\x2b\x98\x62\x2d\x6a\x87\x6d\x8b\x82\x14\x4c\x14\x29\xc4\xae\x56\x4c\x5c\xda\x0b\x07\x4f\xa0\x0d\xc9\x00\x2b\x92\x2d\xf3\x07\xbc\x38\x55\x10\xb7\x35\xa8\x5a\x7d\xa1\x65\xb5\x2d\xe3\x35\x2d\x35\xc3\xb2\x11\xb8\x53\x26\x79\x01\x7a\x8f\xfa\xec\x32\xb9\x61\xba\x20\xe8\xc4\x51\x0c\xf6\xa5\x13\xd5\x1a\x4e\x91\xb3\x05\x1e\x42\x9a\x15\xd4\x21\x6b\xfb\xa3\xcd\x90\x6a\x39\x79\x03\xfc\x4c\x5c\x03\x35\xfa\xa4\x87\x4c\x1e\x3b\x18\x90\xee\x48\xff\x71\x84\x5f\x12\x33\xc3\x01\xb9\xc5\x29\xb8\x04\x6d\xb5\x81\xd9\x02\x72\xe7\xd3\xcb\x8a\x40\xa2\xf7\x3d\xfe\x6a\x49\x42\xad\xd4\xf6\x93\x5f\xe9\x69\x12\x91\xca\x5c\x18\x52\x8c\x05\x6e\x43\x81\x0f\x97\x84\x92\x29\x9f\x4c\x59\xb1\x65\x48\xc5\xa4\x70\x5a\x93\x25\xc3\x24\x27\x50\x2a\x79\xc1\xd5\xca\x9b\x6c\xb7\xaa\x1e\xc4\x63\x31\xc1\xd0\x31\xdf\x45\x7f\xd3\xec\x17\xde\x6c\x62\x02\x99\xfd\x1e\xcb\x7f\xd1\x92\x03\xcb\x17\x22\xfe\xdb\x92\x60\xf9\x8b\xe7\xa1\xf7\x90\x5c\xb1\x25\x32\x90\x2a\xe7\xff\xac\x98\x62\x1e\x29\xcb\x4b\x75\xd0\x49\xff\xb4\x2c\xd9\x0c\xef\xba\xcd\xb2\x26\x3a\x5a\x8d\x56\x04\xed\x19\x85\xb7\x73\xf8\xc4\x6f\xca\x00\x3e\x4a\x15\x6e\x6d\x58\xf9\x37\xb6\x8c\xc4\x6c\x07\x43\x0e\xf4\xe4\x65\xe0\x32\xd1\x6b\xd5\xe7\x01\xa1\xf9\xd2\x1a\xcf\x31\xbe\x6c\x69\x25\x13\x4c\xe9\x2b\xe0\x0c\x1a\xd1\xd2\x0b\xbe\x8f\x30\x31\xc6\xb8\xce\xd1\xa7\x24\xa1\x82\x11\xb8\x5d\x9e\x8a\x4c\x51\x65\x4a\x4b\x6a\xbb\x93\x6f\x5d\xc9\x73\x5a\xd2\x58\xd8\x71\xf2\xd6\xad\x8b\x62\x93\x14\x28\x01\xe3\xde\x6b\x3a\x7d\x85\xe2\xa1\x5e\x17\x33\x06\x13\x7c\xdd\xf4\x96\x99\x8d\xa7\x56\xcd\xee\x42\xaf\x23\x1d\xa2\x4a\xb3\x21\xb0\x0b\x7b\xee\x33\x22\xd7\xc9\x4d\x70\x9e\xf0\x76\xd3\xc6\x77\x37\x19\x9f\xb0\x29\xbb\xe1\xb2\xb4\x2b\xc1\x73\x5e\x72\x9a\xbd\xc4\xc3\x32\xe4\x30\xfe\x26\xcc\xd4\xcc\x72\x3a\xc3\x04\x21\xa9\x4d\x4b\x12\x04\x2b\xdf\x20\x28\x3f\x01\xd5\x17\x6c\x92\x39\xde\x08\xa1\x0b\x85\x3e\xa3\x54\x21\xa0\x00\xaa\x05\xeb\xfc\x46\x33\x00\x7f\x2b\x58\x1a\xd1\x2d\x03\x38\x16\x9d\x9a\xf2\xeb\x7a\x7b\x0c\xb6\x0d\x95\x9d\xa7\xe8\x72\xa1\x4e\x13\xf0\xac\x86\xab\x59\x05\x01\xd2\x49\xf0\x7c\xe2\x30\xa8\xaa\xb6\x25\x42\x76\x86\x1b\x08\x9e\x9f\x21\x95\x2a\xd6\xe1\xf6\x8d\x2c\x69\xc9\xfa\x36\x6b\x8f\xf9\x0e\xac\xcb\xfc\xf0\xd7\x42\xe4\x65\x21\x32\x49\xa6\x62\xb1\xad\xef\xfd\x53\x9c\x22\xca\xf2\x33\x9a\xd3\x09\x93\x0e\x52\x9f\x18\x63\x87\x3e\x3e\x49\x2e\x72\x96\xe8\x60\xfc\x09\x46\xff\x9f\x67\xac\x3e\x02\x23\xa8\xf8\xbf\x57\x26\x58\x71\x73\x82\x54\x61\x8c\xc2\x91\xac\x18\x01\xb8\xbd\xa3\xfb\x0b\xa8\x03\xb3\x79\xb9\x24\xdd\x5c\xe4\x2e\x72\x70\x8f\x48\xdd\xd8\xc4\xb1\x80\x1c\x2a\x46\x14\x38\xf5\x13\xa4\xe8\x7c\x63\x7a\xc7\x7b\x67\x43\x90\x56\x05\xac\xb7\x94\xeb\xd8\xcb\x0e\x1d\x46\xb8\x68\xcb\x89\x55\x43\xc3\x5b\xc5\xd0\x8a\x6b\x96\xbe\xc9\x5f\xa8\x71\x3f\x53\x73\x59\x95\x29\xcb\x25\xae\xd0\x69\x7d\xe2\x9c\x21\xb0\xb1\x91\x51\xc1\x20\x3d\x96\xcb\x99\x12\xe4\x72\x6a\xd8\xe3\x02\xf2\xb0\x5f\x5b\xe8\xc4\x13\x54\x30\xb3\xba\x51\x06\x2d\xff\xa1\x4b\x51\x95\x7a\xc1\xbd\xa3\xe2\x95\xfd\xde\x3c\x04\x0d\xfc\xda\xa3\x26\x31\xf6\xe8\x00\x9c\x85\xc9\x50\xdc\xc4\x91\x6e\xec\x16\xbf\xb9\xa7\x42\x22\xff\x55\xad\xa7\x7f\xa8\x35\x2a\x1d\x0c\x22\x2d\xef\x33\x40\xd4\x5a\x68\x6b\x7e\xc7\x46\x26\x3b\x34\x7b\xc5\x92\x93\x3b\x74\x83\x18\x08\x16\x6c\xee\x1c\xc3\xd4\x4e\xc3\x73\xc6\x9e\x9a\x46\x5e\x31\xeb\x61\xce\x4d\x4b\x01\x54\x31\x1c\xe1\x94\x34\xd9\xf1\x98\x9e\xe5\xb2\xd8\xfa\xc0\x0a\x91\x01\xb7\x6c\x2c\xbe\xb1\x52\xc8\xb2\x80\xdd\x60\x52\xab\x39\x70\xba\x48\xd3\xc0\x33\xff\xb7\x07\x18\x4c\xad\x70\x12\x48\x9d\x3c\xa0\x28\x98\x9c\x8b\x3c\x55\x9b\xd3\x68\x88\xd2\xcb\x59\x36\xc4\xdc\x49\xb2\xc4\xe7\x1b\xc2\x1d\x4c\x85\x58\xb8\x40\xf9\x36\xcb\xc5\x42\x6b\x5c\xd0\xd3\x31\x9d\x1f\x28\xa1\x98\xa9\x1f\x41\xd6\x5c\xdb\x17\x88\xd3\x60\xee\x1d\x44\x0c\xc0\xd0\xf0\x00\xc4\x06\xcf\x77\x2d\xc4\x95\x91\xe6\x14\x8f\xb7\x62\x0b\x20\x6c\x4a\xd5\x81\xcd\x72\x67\xd4\x79\x27\xd9\xb8\xca\xf4\x7b\x2f\x35\xd0\xb2\x58\x22\x47\xc7\xf4\x25\x98\x32\x2a\x5b\xf6\xbd\x84\x2f\x29\x9a\x2d\x94\x9a\x98\xba\xad\x15\x6e\x34\x25\x66\xb7\x2b\x80\xcd\x21\x1a\xe7\x71\x85\x43\x3b\xca\x99\xa8\xf2\xfa\x28\xb5\x30\xb7\x54\xc3\xd3\x2d\x83\x36\x76\x35\xfc\xec\xdc\x1e\xed\x8b\xfc\x44\x2c\x9e\xf3\xf4\x58\xc1\x36\x9a\x2e\x22\x34\x41\x91\xe2\x20\x50\x79\x3f\x67\xfc\x55\x6e\x66\xe0\xd4\xcf\xcd\xe7\x81\x7a\x97\x4d\xa5\x1d\x9d\xc8\xef\x3c\xcb\xde\x61\x2f\xf7\x9e\x4b\x0b\xa1\x54\x52\xe9\x33\xea\x4c\x90\x06\x87\x5a\x25\xd4\x1c\xc6\xf6\x8f\xfb\x14\x59\x89\x39\x44\xd6\xa7\x07\x7d\x9a\x68\x78\x6e\xab\xdf\x73\x70\x54\x5e\x49\x1d\x4e\x52\xef\x94\x8a\x66\x64\xc6\xf2\x8a\x74\x2b\x89\xfe\xa4\xd7\x9c\x62\x6a\x70\x9c\x4a\xcf\xb8\xfd\x6c\x32\x15\x84\x79\xcc\xf2\xea\xc0\xea\xb6\x07\x9e\x72\xbb\x7e\x8a\xab\x27\xc4\x35\x79\xea\xb1\x68\xe3\x43\x38\x94\x13\xf8\x18\xef\x3f\x67\x8b\x50\x3e\x33\x18\x3d\xfa\x84\x25\x8f\x12\x2e\xcf\xaf\xc5\x15\x4b\x49\x77\xb8\x24\xf0\xea\x1c\x98\x81\xd2\x00\xb5\x83\x0f\x3e\x65\xc3\x73\x91\xa5\xfd\x9e\x1d\x3d\x9a\x63\xa0\xf5\x6a\x82\xd4\x68\x04\xdc\xdd\x67\xa3\x21\x3d\xc2\x0a\xe1\x92\x6b\x33\x5d\xc9\x66\x6e\xfc\xa8\x85\x06\xd9\x4e\xdd\xbd\xae\x28\x4c\x40\x51\xa9\x2f\x57\xd5\x29\x76\xc9\xae\x21\xfc\x10\xcb\x4b\xad\x9b\x74\x7b\x97\xee\x2c\x03\x37\xe6\x70\xfb\xa9\xa9\xd6\x68\xe5\x9e\xd3\x25\x1f\x5b\x85\x2e\x5f\x25\x37\xf2\xa0\x16\x8d\xf1\xb4\x55\xeb\x85\xbc\xce\xc4\x4f\x70\x7c\x01\x3e\x9f\x88\x05\xaa\xcc\xfe\x25\xe5\x4f\xf5\x7b\xb8\xa6\x31\x20\xd0\x88\xfd\x94\x91\xef\x1f\x9a\xe4\x77\x0f\x11\xdd\x96\x7e\x81\xe3\x9a\xe7\xd3\x41\x12\x58\x3a\x1e\xb3\x51\x29\xc9\x88\x65\x99\xf4\x6f\xf1\x0b\xb1\x90\x89\x8d\x7c\xa2\x7e\x81\x05\x44\xb2\xec\xda\x66\xfd\x84\x04\x7e\xa6\x17\x27\x88\x98\xe1\x61\x9e\x43\xb1\xc8\xc9\xa5\x99\xf3\xa5\x1e\x43\x12\x9e\xd7\xa0\xf1\x78\xc6\x0a\x25\x73\xc7\x50\x86\x2b\xaa\xb7\xdb\xca\xc5\x8c\x72\x30\x93\x86\x9c\x8e\xca\xd7\x31\x09\xf3\xde\x98\x55\x58\xd3\xba\x01\x12\xaa\x41\xcc\xa1\xae\xd1\x91\xe0\x79\x0b\xaf\x07\xff\xc6\x96\x97\x70\x43\x61\xc9\x45\x15\x3d\x63\x59\x66\x8b\xfb\xa1\xfd\xd4\x2f\xfb\xa4\x09\x37\xb4\xe1\x63\x0a\x69\x5c\xad\x61\xdd\xf8\x61\xa8\x8d\x96\x81\x30\xa8\xe4\x25\xb1\x20\x69\x41\x27\x20\x6f\xa5\x85\x98\xdb\x6a\x14\x24\x66\x93\x40\x29\xb8\x0c\x3f\x18\xd4\xaf\xc7\xdb\xb9\x1a\x2d\x3d\x4d\xda\x32\x0d\xbc\x1e\x90\x64\xc6\x81\x9d\xf5\x6b\x6b\x7f\x8c\x9f\xad\xfd\xbb\x36\xff\x42\xef\x17\x4f\x01\x37\x5b\x68\xf5\xda\x93\x43\x6f\x45\xdc\xb0\x7c\x2d\xb7\x7e\x18\xe1\x80\x82\x0b\xea\x15\x3b\xd9\xbb\xf7\x7e\x7a\xaf\x6e\xc7\x78\x49\x1d\xef\x16\x6f\xb0\x57\x74\xeb\x5d\x8c\xfb\xdd\x86\x44\xae\x2f\xcc\x4c\x92\x2e\x3d\x08\xaa\x73\x28\x5a\x4d\xa8\x3e\x06\xa3\x0c\xad\xe8\x5e\xc9\x98\xc1\x2d\xb1\x3f\x08\x7b\x97\xce\xf3\xb1\x48\x02\xbb\xad\x42\xc0\xa5\x7f\x7f\x7e\x49\xec\xc5\xba\x19\xc6\xb5\x2e\x52\xdd\x9b\x6a\x9b\x88\x80\xfa\x14\xe2\x9e\xc0\x3d\x64\x23\x01\xaa\x05\x3c\x56\x53\x03\xb0\x96\x03\x9a\x2f\xcd\x8d\x90\x34\xcc\x5d\x6d\x0d\x51\x90\x9c\x5e\xf3\x09\x35\x37\x48\xdc\x5c\x98\xda\x97\x22\x57\x6c\x39\x14\xb4\xa8\x9d\x47\xf8\x20\x0e\x78\x18\x98\x27\x37\x3b\x80\x91\x70\xc1\x60\xb6\x99\x1c\xa3\xfd\xfe\x86\x19\xd3\xe9\xb3\x8d\x91\x09\x35\x8c\x80\x96\x6d\x8e\xfc\x97\xa2\x50\x2b\x66\x89\xb9\xc1\x39\x5a\xa1\xa2\x8c\x41\x68\x96\x35\xc8\xc5\x87\x8e\xa6\x83\xc3\x2c\xf3\x68\x67\xf3\x4e\xc0\x12\x68\xcc\x34\x4e\xd9\xc7\x4b\xfc\xd6\xde\xb8\x11\xd6\x62\x7d\xf9\x07\xb8\xf1\xf2\x53\x20\xb6\xb0\x67\xed\x6f\x8a\x52\xac\xb3\x48\xf7\x1d\x77\x3e\x11\x0b\x3f\x43\x38\xac\xa4\xd3\xfb\x36\xef\x2f\x85\x88\x21\x43\x96\x0e\x97\xe4\xe8\xb9\x24\x5d\xc8\xa8\xbe\x25\xd9\x9c\x16\xc0\x92\x11\x94\xec\x29\x04\x84\x29\x21\x4c\x53\xcb\x3f\x9b\xc3\x7b\x6e\xa0\xff\xbc\x5c\x3f\xc8\x88\x6c\x63\x86\x0a\x3b\xe7\x8a\x2d\x13\xed\x0a\xa0\x8f\xec\xda\x8a\x40\x82\x47\x23\x71\x98\xc3\xf0\xb8\x82\x8d\xe6\xb6\x39\x1f\x13\x29\x0a\xd8\x3e\x4a\xd6\x03\x6f\x0d\x30\xd1\x4a\xc2\x72\x08\x98\x50\x3b\x08\xbd\xf3\xaf\x5d\x79\x5a\x4f\x4d\x1a\x5d\xba\x5f\x59\xcd\x66\xb4\xe0\x7f\x1a\xc7\x53\xb5\x3d\x1a\xb4\x74\x2f\x2a\x55\xdc\x41\x1b\xa0\x20\x0e\x44\x42\x58\x7f\xd2\x27\xef\x1f\xea\x3d\x52\x88\xc5\xfb\x87\x7d\xdf\xca\xb4\x3e\xd1\x7c\x7b\x6f\x68\x1d\xc6\xfd\xbc\xb2\x5b\x6d\xe6\x8c\x76\x0d\x46\xea\x4f\xed\x9f\x07\x7e\x9f\x51\xfc\xbd\x14\xc5\x2f\x05\x4f\xa3\x80\x73\x97\xdc\x70\x46\x8b\x09\xbc\xb5\x2e\xc0\xf2\xa4\x88\x03\x3d\x00\xd0\xe8\x84\x39\xa6\xd5\xa4\xe8\x68\xa4\x74\x69\xa8\x89\xf7\xdb\x43\x5a\x48\xe4\xef\x19\x05\x65\x5d\x54\xda\x90\x6e\x06\x33\xce\xd8\xcd\x31\x74\x10\x31\x98\x6b\x1a\xf5\x13\xb9\x42\x5e\xf2\x4b\xc8\x87\x3e\x02\xcf\x91\x4b\xef\xb2\xb5\x96\x26\x3d\xf3\x2f\x9b\xdb\xec\xbb\x68\x51\x05\x10\x87\xf3\x79\xb6\x3c\x74\xa0\x4f\x44\xdc\xbc\x67\x65\x74\x86\x9e\xce\xd5\x4c\xc7\x73\x99\x89\x6b\xc8\x6a\x89\x4e\xf7\x70\xf7\x54\xb2\x62\x5e\x18\x8e\xa2\xf7\xa1\x44\x09\x0e\xd4\xa5\xf8\xf8\xbe\xf3\xc6\xa6\xbb\x78\x0b\x77\xd8\x2f\x45\xa1\x04\xb9\x0d\x70\x65\x05\x06\x9e\xc3\x8d\x13\x1d\x95\x7e\xca\xde\x35\x08\xd1\x2d\x36\xc9\xae\x2b\x34\x5f\x30\xfd\x81\x13\xc2\x08\x9d\xc6\xfb\xa8\xc8\x28\x5d\x06\xdd\x7e\x0a\xae\x38\x24\xcd\xc8\x9c\x15\x63\x51\xcc\x00\x51\x8a\xd2\x4c\x4e\x68\xeb\xbe\x20\xc6\xe3\xa6\xf9\x7b\xcd\xa8\x2b\xc9\xde\xd2\x09\x7b\x46\x47\xd3\x55\x0b\xe7\xb3\xd0\xc0\xc3\xc4\x52\x19\x9c\xc6\xbe\x8f\x80\xcb\x8e\x3c\xae\xb2\x2c\xc1\x40\x3e\x45\x59\xd1\x8c\xff\x69\x39\xa2\x06\xff\x9b\x29\xa0\xee\x26\x94\xa6\x78\xf5\x86\x86\x29\xc0\x91\x34\x0e\x41\x52\x51\x84\xb5\xcf\xe0\xc6\x41\x85\x0e\x53\xdd\x58\x8b\xb5\xc2\xb1\x92\x4d\x02\x25\x71\xc8\x72\x36\x56\xba\x5c\x46\x8b\x09\x2b\xf4\xd0\xad\xf7\xf9\x70\x49\x0a\x96\x56\x23\xc3\x48\x9f\xbf\x39\xb6\x1e\x4c\x70\xa5\x82\xde\x65\x4a\xd6\xcc\x99\x12\x9b\xae\x59\xb6\xd4\x9a\xa7\xbf\x48\xba\x4b\xd8\xda\x33\xa5\xcf\x63\x4f\x32\x9c\xfa\x99\xa7\x63\xf3\xd9\x1c\xcf\x43\x0f\x0d\x0e\x67\x46\xb5\xd0\x4f\xa2\x61\x39\x74\x7c\x1f\x73\x14\x85\x02\xda\x29\xac\x86\xc5\x2d\x58\x77\xe0\x46\xc5\xbf\x23\x85\xb3\x26\x62\x8e\x6f\xbb\xb1\x04\x1d\x51\x80\xa2\x5c\x13\x8f\xcc\x6f\xa5\xe6\x3d\x5b\x75\x87\x19\x24\xb4\xb6\x67\xed\x9f\xe0\xba\xa6\x33\xeb\x83\xe9\x67\x26\x52\x9a\xe1\xf5\x1e\x2c\x80\xa8\x46\x96\x09\x42\x8d\x63\x55\xc1\xca\x46\x6f\xf2\x33\x55\x23\x7a\xbb\x60\x2e\xf0\xd4\x62\x58\x33\x02\xb8\x52\xa8\x55\xc6\x87\xb2\x81\x8e\x18\x5e\x13\x9c\x60\x5d\x0d\xc5\x69\xa5\xe1\xf7\x16\xe9\xc8\xaa\x45\x66\x99\xcd\x49\x87\xe6\x42\xf7\x14\x1e\x85\x90\xe1\x12\x09\xf2\x3a\xd8\x13\x9e\x24\x04\x67\x1c\x46\x7c\xb3\x57\xbd\x9e\xa3\xf4\x79\x27\xac\xd3\xb9\x58\xcd\xf1\xb6\xac\x96\x04\xda\x40\x9e\x2d\x91\xd0\xf0\xee\x0d\x3d\x0f\xd2\x3e\x39\xd6\xa3\x55\x4c\xbb\x60\x13\x30\xd2\xa1\x1f\x4f\x4e\x52\x36\x67\x78\x81\x21\x72\x6b\xc3\x37\x8e\x99\x1b\xf3\xa1\x13\xb5\xe9\x58\x7a\x22\x16\x27\xda\xc2\xb3\x82\x21\xa1\xc3\x0c\x3e\x94\x31\x1b\x55\x4f\x04\x3c\x57\xc0\x2c\xc0\xb2\x4c\xf6\xc9\x29\xd7\xb7\xfb\x52\xe7\x0a\x50\x8a\x13\x72\x77\x91\x5b\xfc\xb3\xd4\x10\x06\x1c\xb6\x12\xbc\x33\x96\x3a\x8b\x99\xea\x71\x4a\xf3\x34\x53\xe2\xab\x16\x64\xb3\x25\xda\x78\x73\xb5\xdd\x33\xf4\xa7\x81\xbe\x79\x3e\xb1\xfe\xa7\x4b\xbc\xbb\xa2\x52\xba\x33\x56\xd7\x21\x72\x29\x95\x88\xeb\x1f\x21\x81\x73\x33\x90\x59\xf0\x25\xb6\x87\x84\x09\xf8\x05\xb0\x87\x15\xcf\xca\x2d\x9e\x87\x97\xa3\xf0\xe8\x1b\xee\xec\x84\xef\x4c\x01\x2c\x4c\xb3\x0e\x63\xdb\xea\xbb\x74\xd2\x0a\x68\x00\x26\xba\xb3\xbc\x81\x50\x78\xee\xce\xac\x47\xae\xd9\xa9\x0a\x10\x5e\xe1\xd8\x07\xf1\x1b\xe5\xef\xc7\xa7\x47\x63\x2a\x4b\xcc\xbd\x0d\xf7\x65\x20\x18\x3a\x7f\x10\x7c\xbb\xa4\x8a\xc1\x5d\xb6\x03\x92\x39\xbe\x5b\xc7\xbd\x84\xaa\xbf\xde\x45\xba\x07\xb5\x38\x6a\x5d\xd0\x23\xd8\xd6\x50\x48\xbc\xe6\x14\x1d\x30\xf0\x8e\x6e\xa3\xeb\xcd\x4a\xb2\x97\x54\x96\x47\xa3\x96\x79\x11\x25\x15\x05\x6a\xab\xbb\xad\xcb\x62\x1c\xd2\xa3\xf1\xd5\xce\x31\xd6\x7f\xbb\xe1\xa6\x19\xdc\x73\x87\x3e\xe0\x5f\xc0\xdd\x4d\x5f\xd6\x5a\x7f\xb5\x43\xed\xfc\x04\xce\x4a\xf5\xdb\x26\x77\xa3\x63\xa6\x7d\xc5\x96\x91\x63\xe1\xb5\x3e\x6c\xf4\x36\x5e\x75\x17\x94\xfb\x37\x99\x31\x21\x73\xcc\x59\x06\x1b\x6e\x5e\x81\xe7\x35\xa6\x96\xd7\xb6\x4d\xd8\xb6\x66\x39\xf4\xc8\xac\x9c\x83\x06\xa4\x5c\xb2\x12\x7d\xc0\xb5\xe9\xa8\x61\xf2\x55\x47\x6f\xec\xd8\x85\x9e\x5b\x4e\x3e\x67\x97\xb5\xae\xd0\x89\xf6\xce\x4d\xcb\xa9\xf3\x4c\x83\x19\x43\x74\x0a\xad\x3a\x98\x22\x7a\x4d\x79\x06\x74\x0a\x4a\x35\x61\xff\xac\x28\xfa\xc4\x38\xaf\x0e\x70\x1f\x76\xc6\x27\x59\x19\x1f\x62\x75\x68\x67\x59\x4c\x21\xd1\x2c\x8f\x04\x9a\x4f\xdd\x1d\xbe\x44\xe3\x91\x1a\x95\x76\x79\x2f\xa7\xa4\x5c\x88\xa8\x86\x03\x32\xa9\x65\x9c\xd7\xcc\xf4\x20\xc6\x64\x17\xf6\xf1\x23\xcd\x5f\x41\xc6\x29\x98\xc2\x87\x16\xa4\xc4\x68\x54\xcd\x97\xa4\xbb\xbb\xfd\xb8\x47\xf6\xc9\xde\x77\xff\x07\x1a\x74\x1f\xe1\xef\x1f\xbe\xfb\x3f\x36\x67\x1c\x9b\xe9\xcc\xf1\x80\x0d\xef\x51\xe1\x7b\xe3\x0c\x08\x57\x2e\x19\xb8\xfd\xe5\xd6\xce\x66\x7c\x8f\xf1\x06\x1e\x46\x00\xc9\x5b\x44\x71\x45\x16\x4a\xbc\x81\xa9\xc9\x2b\x3e\x37\xd6\xb8\x63\xdd\x20\x58\xe8\x8c\xdd\xfc\x52\xc0\xa5\xc7\x3a\x7f\x2f\xa5\x24\x59\xf9\xc9\x33\xb5\x6b\x6d\x93\xd1\xd1\x54\x1d\xbe\x1b\x39\x80\xfd\xab\xfd\x39\x1b\x0f\x58\xa2\xaf\x54\x7c\xeb\xe7\xb1\x56\xe8\x90\x88\x6b\xfb\xca\x69\x64\x70\x85\xd8\xaa\x84\xfd\xbf\x3d\xf1\x29\x7b\x62\xef\xbf\x6c\x4f\xe0\xc1\x0b\x2b\xfd\xd6\x62\xa0\x5d\xf3\x6e\xb5\xc5\x18\xe2\x39\x73\x4b\x0f\x9b\x09\xc6\x85\xa7\xb6\xb1\xd9\x69\x45\x70\x5e\xf0\x19\x2d\x96\x08\x27\xf1\xce\x79\xf4\x6d\x55\xcc\xbf\xcb\x3d\x1a\xeb\x85\x97\x75\x34\x70\x75\x4f\x75\xd0\x63\xcf\xd9\xed\xf7\xc3\x93\xd7\x47\xaf\x7f\x19\xa0\x99\xa8\x59\x0f\xdd\xc2\xc4\xb8\x64\x39\xe1\x93\x5c\x14\x48\x6d\xa8\x30\x92\x02\x4e\x2f\x09\x72\x18\xcd\x97\x24\x67\x6a\xe2\x6a\xbc\x3c\x07\x75\xd1\x13\x4e\x5c\xd6\xd6\x94\x17\x6c\xa4\x5f\x23\xf8\xac\x03\xdf\x4a\x79\x68\x5f\x69\xde\xf3\xb5\x2d\x7f\x1b\x69\x4b\x9b\x35\x7f\x99\x5b\x79\xc0\x7a\xc1\x3c\x5d\x1e\x74\x02\xf0\xb1\x33\x3b\x03\xee\x05\xe0\x42\xbe\xb4\x39\x5f\xad\xaf\xd7\x89\x58\x58\xbb\x7b\x53\x16\x3a\xa6\x37\xad\xdc\x02\xf6\x94\x2c\x0b\x56\xe2\xfb\x79\x08\xb0\x94\x89\x05\x9a\x11\xfe\xa8\x64\x89\xcf\x87\xac\xae\x6e\xd9\x0b\xbd\x69\xf3\x20\xd5\x58\x7d\x0e\x97\xf1\x75\x67\xbe\x8e\xb9\x0c\x33\xb3\x0d\x2d\xbd\x35\x67\x3b\x68\x72\x88\x17\x8c\xc7\x22\x65\x7d\xb8\x5b\xd1\xaf\xe1\x49\xa0\x30\x7a\xb5\xc0\x19\xac\xf6\xad\xc9\xcf\x41\xc0\xd5\x12\x2f\x5f\x21\xf9\xa8\x7a\xab\xa5\x0b\xb3\xde\x36\x32\x1a\x80\x76\xab\xe9\xdc\xb7\xa3\xfd\x38\x7e\xec\x12\xdb\xf8\x5b\xd0\x28\xc8\xa9\x58\x80\x7b\xe2\x75\x61\x2c\x15\x8a\x5f\xf8\xf0\x7d\xc6\xc0\xa5\x92\x8e\xdf\xe4\xd9\x32\xee\xfc\xe7\xce\x4b\xeb\x42\x3c\x12\xb9\x6f\x8e\x6d\xa2\x61\x95\x8d\xa1\x3e\x0b\x20\x23\x7f\x2e\x68\xf5\x1f\x89\x2c\xa3\x73\x69\xbc\x6c\x7d\xa3\x95\xa3\x36\xf4\xed\xf4\x68\x62\x5e\xb0\x11\x28\x8c\xef\x24\x23\x97\x5c\x1d\x8c\x0a\x8a\xe2\x63\x97\xc1\x9c\x75\x01\x6d\xf3\x79\xfc\x92\xc3\xab\x77\xda\xea\x68\x19\x86\x6e\x09\xb9\x82\x7b\x00\x25\x45\x01\x9e\x70\x28\xf4\x2a\x7e\xa1\xbe\x10\x5a\x14\x62\xb1\x9a\x40\xe5\x29\x34\xdd\xb0\x6f\x1f\xaa\x4e\xeb\xc7\x52\x02\xc4\xd5\xd5\x69\xaa\x79\x3e\xe9\x29\xb9\xa6\x9a\xd7\xfb\x78\x6e\x2b\xdc\x6f\xa6\xfa\x9a\x58\xbf\x63\xf2\x38\x97\xfa\xd0\xba\x5a\x2b\xc1\x69\xa5\x05\x5c\xc1\x31\x78\xbe\x3a\x73\x1c\xe8\x63\x55\xa0\xbe\xc7\xe9\x1f\x99\x80\xf5\x6c\x01\x33\x95\x3a\x75\x35\xaf\x4f\x42\x6f\x12\x67\x4a\x82\x83\xcd\xb9\xe5\xd4\xee\xb5\x3f\xc9\xc9\x82\xe6\xcb\x76\x71\xd3\x6e\x4f\x1d\xfc\x48\x49\x3d\xda\x29\x24\xf4\xfc\x70\xe6\xaa\x2f\xeb\xf1\x11\xc5\x94\x4f\x87\x5a\xd6\x6b\xfa\x19\xe0\xe7\x15\x57\xfc\xde\xeb\xec\xa7\x6b\x7a\xc4\x3b\x3e\xe0\x42\xf5\x7e\xdc\x63\xed\xb5\x5d\xd5\xde\x75\xaf\xeb\x34\x9c\xe6\xe7\x51\xc6\x5a\x2f\x8f\x16\x64\xfc\x5e\xb7\xf8\x73\xa9\x91\x61\xa4\x6b\xc5\x45\xb4\xf4\x66\xd9\x9b\x9c\x8a\x05\x04\x67\x76\x68\xc3\xf8\xa1\x46\x4a\xb7\xa7\xb1\x3a\x02\xdc\xa6\x79\xa9\x21\xc7\xf7\xcc\x17\xf1\x26\xf5\xfc\x48\x37\x74\x23\xfd\x54\x2f\x52\x31\x67\xb9\x6c\x0e\x28\x70\x2e\x6c\x8c\xee\x5f\xe2\x1a\xfa\x7e\xb5\xaf\xa3\x39\x0c\x34\x7b\x24\xdd\x4b\x90\xd5\x2e\x21\xbf\x82\x97\x54\x0c\xbe\xf6\xc2\xdb\x8c\xb7\x05\x1b\x33\x1d\x6f\x52\xf1\x0c\x72\xe9\xd9\x93\x2e\x15\xa7\x08\x1d\x4e\x2f\x15\x2b\x5d\x8a\x8a\x14\xec\x9f\x15\xd7\x2f\x42\x2f\xf5\xf4\x2e\xd1\x1a\x84\xc6\xa7\x52\xbf\x59\xd5\x1d\xd1\xb1\xa2\x24\x76\xcd\x0a\xfb\x9a\x16\x2f\x07\xc1\xf3\x9e\x03\x23\x60\x43\x51\xe5\xf6\x1a\xc7\xdd\x99\x8c\x83\x16\x12\xb4\xab\x82\x8c\x21\x68\xa7\x3a\xfc\xc2\x5b\x94\xba\x7f\x6c\xf8\xbe\x34\x46\x04\xb1\x4d\x32\x41\x2b\xfd\xfa\x3d\x62\x2a\x6e\xbc\x49\xb4\xfd\x3f\xba\x47\x0e\x8b\x21\x2f\x0b\xa5\x67\x40\xe4\xe6\x39\x95\xd2\x58\x10\xf1\x81\xae\xef\x30\xa5\x95\x63\x70\x3d\xb5\xfb\x24\xc5\x97\x7b\xe1\xa1\x70\x94\x6b\x13\x3f\xc8\x98\x20\x1d\x5b\xdb\x85\x35\xa7\xaf\x11\xc8\x63\x30\x74\xd1\x09\x9b\x31\xd5\x46\x9a\x2b\x60\xa5\xd0\x47\xcd\x01\x39\x68\x53\x23\x2a\x6d\xdb\xcb\xda\x00\x80\x6a\xa1\x0b\x49\xaf\x8d\x20\x05\x59\xf0\x8c\x7b\xee\x70\x09\xfb\x33\xd1\x29\x84\x0b\x4f\xb4\x0a\xc2\x14\xfb\x32\x3e\xee\x80\xd6\x47\x6b\xeb\xcd\x3f\x66\xef\xb3\x2c\x33\x98\x9b\x6a\xbf\xf6\x15\xb6\x1f\x27\x2f\xa6\xa9\x97\xe4\x84\xbc\x3a\x3b\x21\x73\xf5\x3b\x9f\x6c\xa1\x13\x7a\x29\x4c\x4f\x60\x34\xc7\x8b\x10\xfb\x30\x93\xa6\x69\x9c\x60\x56\xe9\xe5\xfa\x51\x28\x6e\x27\x3f\x76\x07\xc4\x5e\x2b\xca\x06\x71\xc3\xf2\x18\x01\x8d\x04\xef\xd2\xe1\x1a\xd6\xbd\x6e\xa1\xa9\xde\xcf\x0a\xe6\x8c\xf2\xbc\x86\x26\x18\x44\xf0\x9c\x4b\x14\xe5\xa1\x01\xbd\xca\xdd\xe3\x8b\x4f\xc8\xc9\xa4\x5f\x7e\x46\x4e\x9c\xfd\x34\x0f\x16\x59\xd2\xb2\x92\xc6\xe1\xd8\x6a\xeb\x8a\xe2\x35\x57\x09\x1e\x78\x7e\xf1\x4e\x8c\x20\x60\x1d\x55\xe0\xf7\xca\x6e\x0c\xab\xa4\x4e\xa7\x04\x27\x7b\xb5\x69\xe7\x2c\xc7\x7b\x2b\xbd\x36\x74\x3e\x2f\xc4\xbc\xe0\xb4\x64\xe4\xf0\xe4\xe8\xd0\xc5\x55\x44\xe3\x4b\xfd\x4d\x30\x97\xea\xdc\x7c\x33\x67\x79\x40\xea\xc1\xdd\xc7\x8b\xbc\x9a\xa1\x4f\x83\xf6\x3c\x9b\x8a\x05\x06\x6b\x2d\xb9\xda\xfa\x75\xa9\x0b\xde\x46\xa2\xcd\xeb\x1b\xeb\xa8\x61\xdc\x4d\x4b\xa1\xed\x4b\x4b\x6d\x92\x82\xeb\x9b\xa5\x3d\xcf\xfa\x0d\xdb\xc0\xa5\xcd\x64\xb4\xa2\x0e\x74\x61\x5e\x13\x24\xc8\xbc\xd4\x69\x79\x4d\x33\x1d\x1e\xf3\x72\x85\x69\x42\x77\xb1\xe9\x25\x0f\x53\x08\x69\x80\x73\x37\x3d\x46\x1f\x6c\xf2\x32\xea\x52\x0f\xd5\x2e\x11\x53\xb2\x4f\x76\x12\xef\x3a\x6c\x15\x0c\x3b\xf0\xbe\x7d\xb3\x1d\x1e\x30\xa6\x9c\xec\x93\xdd\x7b\x03\x45\xf3\x05\x5a\x28\xb0\x6e\xdd\x96\x61\xd9\x31\x95\xcf\x4d\xd1\x3e\xd9\x4b\x3e\xf1\xd2\x4c\xe3\xd3\x7b\x0c\xe8\x70\xf9\x8a\x95\xd2\xbd\x2f\xc9\xc1\x31\x60\xa1\x0f\x66\xb0\x08\x48\xfb\x10\x0b\x53\x2d\xe4\xea\x2f\xf4\x76\xf1\x64\xfa\x2a\xb7\x8f\x0f\x1b\xa8\x7e\xe6\x5e\x2c\x5a\xf6\xa6\x4f\x22\x34\xf8\xa1\xf5\xc0\x18\x8b\xf5\xd4\x6d\x46\x84\x67\x01\xe0\xdd\x4f\x45\x42\xe3\xe6\x30\xf4\x9b\xa8\x87\x88\x3a\xd5\x46\x5a\x1c\xb3\x0e\xd7\x31\xe6\x37\xf6\x8a\x5e\xe2\x15\x5e\xc6\xc6\x65\xd4\x52\xb7\xe3\x5f\xd3\x14\xe2\x4f\x66\xc5\xe9\x2a\x2f\x5f\x16\x62\x06\x91\x5c\xda\x65\x93\x4d\x07\x00\x67\xed\xa7\x8d\xe0\x45\x9e\xb6\xf7\xef\x7b\x8f\xa0\xdb\x81\xf6\xb3\x28\xe8\x64\xa2\xdd\x2c\x42\x91\x30\xf0\xcd\x87\x77\x49\x10\xeb\xa6\xee\x11\x84\x83\x78\x5e\xd0\x89\xc1\x40\x37\x35\x3f\x58\xea\x72\x8e\xad\xd7\x19\xdc\xc8\x1a\xee\x34\x56\x14\x83\xe1\xea\xa8\x08\x56\x7b\x90\xa2\x2a\x46\x9e\x04\x07\x21\xca\x91\xe6\x9d\x8d\x12\x82\x4a\xa4\x84\x96\xe4\x12\xaf\x14\x10\x46\xab\x0d\xce\xcd\x4c\xcc\x2f\x8d\x46\xec\x4f\x1d\xc7\x1a\x10\x9f\x99\xbc\x19\xa1\xb3\x44\x78\x5d\xde\xe3\x69\xe6\x7f\x12\x23\xb5\xe5\x15\x73\x33\x39\xf5\xb7\xa6\x0d\xab\x35\x3e\x0f\xbf\xdf\x6b\x6a\xf7\x26\xc3\x31\xcf\xb9\x9c\xd6\xe9\x50\x0d\x01\x77\x80\xd6\x69\xd5\x78\x5e\x09\xf4\x21\xb5\xe3\x75\xc3\x7d\x91\xa7\xa6\xf4\x4b\x46\xed\x89\xe2\x63\x35\x37\x8a\x2c\x56\x94\x01\x6c\xed\x7a\x13\x8e\x91\xd9\x1a\xa6\x83\x8b\x7c\xcf\x7e\x22\x84\xbb\x56\xe0\x69\x04\x62\xb2\x8f\x1a\xd5\xc9\x38\x57\x12\x07\x4a\xb2\xc0\x50\x8c\x32\xad\x66\xf4\xa9\x72\x45\x6d\x41\xdd\x79\xf8\x1c\x5c\x7c\xf3\x94\xa5\x44\x54\x25\x3c\x52\x11\x63\x6b\x6e\x80\xb3\x4b\x13\x90\x2e\x0d\xcf\x3a\xaf\xb9\xbe\x37\x88\x34\x95\x15\xae\x7d\x28\x3c\xf8\x3d\x5b\xb9\xc1\x57\xcb\x3e\x5b\x04\x88\xc6\x84\xa8\x93\x9a\x15\x08\x2a\x4c\xaa\x03\x46\x0a\x1b\x76\x02\xa2\x71\x5c\x61\x9c\x69\x25\xfb\xb2\xd9\x1c\x73\xd3\x70\x90\x8f\x67\xa1\x17\xca\x0d\x4b\x9f\xe9\x96\x01\x9a\x74\x57\xc7\x3a\xc8\x89\x36\x03\x98\x3e\x0a\xeb\x37\x9b\x90\xb2\xd0\x9e\x47\x52\xc7\xa5\x9e\x81\xbb\x7a\x91\xea\x77\x42\xe5\x94\xf1\x82\xcc\x78\xbe\x3d\xa3\x37\xa4\xa8\x32\x7d\x79\xac\xe8\x46\xbe\x37\xf7\xeb\xe3\xe0\xfa\x5b\xfb\x68\x8d\x75\x44\x6d\xb8\x06\x0f\xae\x2c\x88\x64\x41\xe0\x0e\xa7\x8c\x7f\x86\xfc\x81\xc4\xd7\x88\x78\xe1\x28\xcf\x64\xab\x55\x8b\x2f\xae\x7d\x2b\x21\x04\xd3\xa8\x11\x9a\xa9\x8d\xc9\x5f\xec\x1b\x01\x4c\x05\x13\x12\xd6\xaf\x8a\x4c\x8d\x63\xac\x73\xc6\xd0\xc9\x56\x3f\x83\xa8\x20\xf2\x68\x3c\x06\x17\xd9\x27\x27\x68\x4d\x4b\x7f\x7a\xcb\x47\x57\x3f\x35\xa2\x93\x25\xa4\x03\xee\x22\x9d\xa7\x4f\x09\xe4\x66\x6c\xad\x66\x5d\x51\x3a\x4f\xc9\xd7\x36\x0b\x51\x8b\x8d\xcb\xc9\x8d\xd9\x92\xf8\x32\x29\x4e\x1a\xe2\x80\xc4\x44\xcb\x86\x25\xa2\xbd\x8b\x9a\x67\xbe\x85\xdc\xe6\x7c\xbf\xca\x6a\x7d\x83\x37\x69\xde\x63\x78\xb4\x39\xdf\xd4\x46\x44\xc8\xdd\x17\x8c\x8e\x8a\xfe\x33\x3a\xaf\x98\x10\xa5\x71\xc8\x81\x8e\xac\xeb\x5e\xf0\x15\x59\xd0\xef\x05\x9d\xcf\x59\x11\x94\x68\xc5\xa1\x59\xf4\x85\xe2\xd9\xd5\x63\x3e\xb9\xb0\x76\x8d\x92\x5b\xff\x7a\x61\xed\x6b\xce\x46\xc4\xe7\xa7\x4f\xde\xdf\xe7\x7a\x22\xda\xfe\x4b\x4e\xda\x87\x5d\x9b\x75\x2d\x50\x75\x23\x00\xf1\x2d\x8c\x63\x25\x11\x84\xf1\x86\x2d\xf8\x68\x34\xe2\x00\x5c\x33\xe0\xb0\x1f\x86\xda\xff\xee\x87\xb9\x4e\x9a\x0d\xe2\x65\xb5\x40\xd3\xba\xac\x16\x13\x26\xf8\xa8\x43\x87\x07\xdf\x74\xac\xf0\xe0\x9b\x56\xf5\xf0\xa3\x71\x21\xc2\x5f\xcd\xe8\xd4\xef\x73\xb5\xe3\x1e\x26\x0f\x31\x6a\x7d\x29\xd0\x47\xed\x98\xce\xc9\x3e\xe9\xf6\xfb\x7d\x1d\xcb\xae\x8b\xf6\xa4\xf3\x0b\xf2\x91\x9c\x30\x75\x34\xfd\x84\x5f\x12\x2d\xfd\x3c\xed\x9d\x5f\xb8\xa4\x5b\x7e\x3a\xdb\x41\x4b\x03\xb2\x4f\x6e\xef\x34\xf3\xf0\x93\x31\x95\x6c\x66\x1f\x9f\xd4\xf2\xc6\x5c\x31\x60\xfb\x98\xce\x85\x4b\xf8\x17\x6e\x3a\x7b\xe4\x00\x1b\x0e\x08\x4e\xa0\xaf\xaa\x62\x91\xe5\x4f\x5e\x27\x57\x0c\x82\x2b\xa9\x4a\x41\x32\x19\x35\xde\xf3\x2b\xb6\xbc\x50\x87\x4b\x24\xb7\xb0\x8e\xd8\xef\x92\xc5\x06\xec\xea\x30\x27\x54\x0d\x09\x9e\x5b\x5e\xbb\xc7\x96\x10\xc6\x4a\x7b\xd7\x88\x5c\x5f\xa5\x4c\xcb\x59\xe6\x12\xaf\x2c\xe7\xeb\x32\xa8\xe2\xc0\x87\x54\x32\x3f\xea\x90\x42\x87\xb7\x68\xdd\x73\x35\xca\x8e\xd2\x4f\xe6\xcb\x4e\x62\x7e\x54\xa5\xfd\xfb\x2d\x95\x25\x73\x25\x62\x66\xe2\x84\xbe\xc8\xd3\xd8\x67\x50\x58\x63\x05\xe8\x66\x6e\x4b\xc0\xf1\x39\xfc\xf5\x8c\xce\xcb\xaa\x70\x55\x7e\xce\xaa\x22\xf8\x51\xaf\x80\x8f\x9b\xed\xcf\xa3\x7c\xee\x0d\xfc\xb4\x1a\xce\xb8\xfb\xf9\x4a\x50\x37\xde\x17\x45\x21\x1c\xe8\xbf\xb1\xe5\x73\xb1\xc8\xeb\xbf\xeb\xbd\xfd\x8d\x2d\xdf\x16\x4c\x4a\xff\xc3\xbb\xb9\xfd\x75\x38\x14\xfe\xc4\x69\xfe\x36\xa3\xcb\xfa\xef\x33\xbc\xe2\xb1\x9f\x9f\x57\x18\x31\xba\x36\x93\x17\xb3\x79\xc9\x99\x37\xde\x7c\x54\x2c\xe7\x65\xf0\x25\xf5\x7e\xa9\xc9\xb1\xf4\x39\x2d\x69\xed\xd3\x31\x2b\x69\x5a\xff\x1c\x2e\xd1\x5b\x5a\x49\xd7\x73\x30\xe8\xb7\xf8\xce\xd1\xfd\x2e\xc4\x24\xc0\xc0\x09\x2d\x59\x6d\xe8\xa7\x8c\x5d\x79\x23\x53\x3f\x7d\x10\xa7\x25\x84\x4f\xf1\x56\x49\xce\x99\x47\x49\x67\x7c\xc6\x6a\x94\xf2\x9b\x12\x52\xeb\xdd\xfc\x4e\x79\xe9\xc3\x85\xcb\xe2\xf0\x57\x83\x5a\xdc\x8d\xad\xc3\xbf\xa8\x86\x19\x0b\x1b\x2b\xbe\x18\xfc\xf0\x29\x1d\x7f\x97\xac\x08\xbf\xdc\x78\x94\xa6\x3e\xbc\x62\xf4\x9a\x05\x5f\xde\x5c\xd7\xda\x84\xab\x00\x99\x19\xcc\x0f\xb8\x2f\x0e\x48\xd2\x7e\xa9\x4f\x0a\xaf\x96\x83\x01\xc1\xa7\x70\x00\xf0\xe9\x58\xd4\xbf\xbc\xf1\xb6\x0b\x7e\xb8\xae\xc3\x79\x37\xaf\xff\xae\x8f\x00\xdf\xa1\xb8\x05\x14\xd5\x68\xfa\x8c\xe6\x23\x96\x85\xdf\x7c\x2c\xc2\x87\x60\x3c\xf0\x25\x44\x09\x46\x91\x76\x2b\x3e\x65\x1e\xc8\xb7\xe0\x8e\x54\xd4\x3a\xd2\x5f\x03\xd4\xe9\x6f\x21\x8e\xf4\xc7\x10\x4b\xfa\x63\x30\x2e\xfd\xcd\xc7\x94\xf9\x74\xdd\x84\xe7\x61\xeb\x17\x51\xda\x31\x86\x08\x7b\x25\x64\xa4\xe8\xa2\xd7\x7e\x34\x98\x8c\x30\xee\x52\x45\x5b\xa2\xff\x25\xe7\x84\xf7\xb6\x25\x76\x56\x60\x40\xa5\xbf\xb1\x65\x27\x21\xdb\xdb\x44\x27\xfa\x51\x25\x26\x23\x5a\xb3\xc0\xaa\x2a\x8d\x12\x94\x92\x5f\xa4\xbc\xa4\xc3\xac\x59\x9e\xf2\xa2\xf9\xad\xa0\x93\x49\xb4\x36\xea\x6e\xcd\xcf\xe5\x2c\x7b\x29\x9a\x80\x78\xda\xf8\x94\x51\xc5\x53\x6a\x1f\x0b\x36\x6e\x7e\x13\x91\xfe\xc1\x91\xbf\xf1\xd5\x64\x91\x6f\x16\xf0\x32\x56\xbd\xa0\xb9\xcc\x80\x01\xd6\xc1\xcf\x99\x0e\x6a\xd1\x28\xca\x1b\xc8\x5d\x41\x4f\xbf\x9e\x1d\xbf\xb2\x14\xe2\xc5\x9c\x55\x6a\xff\xff\xc7\xde\xfb\xff\xb5\x91\x23\x8b\xa2\xff\x8a\x92\xb7\x77\xb0\x33\xc6\x40\xbe\x8f\x33\x4c\x96\x10\x32\xc3\x99\x24\xe4\x01\xd9\xd9\x73\x02\x37\xc8\xdd\xb2\xd1\xd2\x6e\x79\x5b\x6d\x88\x37\xf0\xbf\xbf\x8f\xaa\x4a\x6a\xa9\x5b\x6d\x0c\x24\x73\xf6\xbc\x7b\xf7\x87\x9d\xe0\x96\x4a\xa5\x52\xa9\x54\x2a\xd5\x17\x54\x43\x96\x62\x19\x43\xd6\xeb\x58\x26\xca\x56\xbd\xa6\x56\xd2\x8e\xec\xdb\xad\x57\x3b\x6f\x59\xc9\xc7\x77\xc0\x14\x9e\x49\x5b\x71\x8c\xce\xa3\xc7\x90\xdb\x47\xaa\x98\x20\x61\x6d\xc6\x03\x88\x22\xd2\x02\xdc\xbb\xa6\xb3\xb2\x47\x7e\xed\x6c\x22\x4a\x51\xf4\x5c\xa1\x2b\x35\x2b\xe1\x2b\x46\xd1\xf6\xc0\xe9\x8b\x17\x82\x2f\x5c\x99\xad\x8f\xaf\x77\xf7\x16\x4e\xf6\xba\xa9\xf2\x59\x2a\xd5\xed\xa6\x8a\x51\xaf\x38\xd9\x84\xe7\xe7\x5c\xf7\x98\x98\x0c\xe1\x61\x93\x0a\xd4\xca\xc9\xd8\x4d\xdb\x4e\xd4\xdc\xb8\x14\x6e\x1e\x65\xce\x30\xd3\x1d\xb0\xf0\x3f\x4d\x66\xa0\xbc\x44\xbf\x4d\x0b\x91\x81\x72\x16\xfd\xaa\x8b\x24\xf8\xb2\x00\x23\xf4\xf8\xef\x91\x21\xb8\x87\xb9\x2b\x7d\x58\xe0\xa8\x72\xdb\x09\x2e\x58\xb6\xbf\xed\xbe\xde\x59\xbc\x6c\xd7\xf3\x28\x8c\xd2\xba\x70\xb5\x65\xb5\x4b\x36\x55\x1a\x4e\x35\x33\xa3\xeb\xd1\xdc\xbb\xeb\x3e\x52\xb7\xdc\x44\x1a\xcf\x75\x83\xa5\x5a\x2c\x9a\xde\xee\xde\x75\xab\xcb\xdb\xa1\x08\x26\xfb\x70\xa3\xdb\xed\x2d\x6d\x0d\x03\xb7\xc7\xa7\xa4\x07\xf7\x18\x14\x71\x58\xbc\xa5\xef\x38\x21\x9e\x27\xa7\xaa\xb8\xdd\xa4\x52\x75\x91\x7b\x5b\xab\xc7\x50\x00\x99\xbd\xee\xce\x34\xfa\x15\x65\xb2\x99\x6d\x7e\xe6\x5a\xbc\x75\xa7\xa1\x6b\xe5\xbe\x4f\x44\x2a\x79\xe4\x63\xb5\xfd\xe0\x34\xa4\x03\x34\x6b\x03\x83\xef\x22\x51\x54\x8c\xe8\xc5\x36\xf3\xa9\x70\x2d\x1a\xab\x63\x86\x9c\x88\x7c\x56\x6d\xd8\xba\x1c\x20\x44\x16\x2c\xd2\xab\x8f\x87\x87\x7b\xef\xef\xb8\x52\x88\xd9\xed\x56\x8a\xcf\x4a\x45\x37\xe2\x08\x0b\x36\xcf\x10\x50\x8d\xd0\x83\xe3\x9a\xd3\x49\x4d\xcb\x31\x96\x77\xb3\x4c\x1c\x85\xf6\x1d\xce\x39\x82\x8a\xbe\x2a\x08\x9b\x20\xe1\x10\xae\xc5\x4e\x9e\x1c\xba\x25\x8e\x37\x79\x07\x81\xbd\x8b\x5a\xbc\x57\x7f\xe3\x99\x4c\x9d\xde\x14\x6f\x75\xe8\xb1\x5b\xb3\xc5\x37\x62\xb4\x3b\x8a\x93\xc5\x97\x81\xdd\xf7\x1f\x3e\x1e\xde\x91\x53\x01\x95\x76\x9d\xad\xc6\xc7\x8e\x47\x93\x44\x4c\x7d\xda\xe1\xaf\x99\xdd\xbd\xb0\x75\xab\x03\xd4\xf1\xf5\x36\x9f\xca\x12\xb2\x9c\x04\x74\x0f\x18\x05\xda\xa9\xc9\x34\x13\x76\xfd\xcc\x6a\xf9\x90\xe0\xa5\x46\xa4\xf5\xe1\x53\x59\x54\xba\x6f\x0c\xf2\xf7\x61\xec\x3b\xeb\x4a\xf0\xe1\x9d\x4a\x45\x7d\x42\x10\xb6\x51\xfb\x6d\xc2\xbf\x04\x13\x04\x4c\xed\x97\xb7\x50\x32\xbe\x9d\x00\x13\x99\xb7\x75\x96\xf9\xb5\x9d\xa9\x7e\x42\xd0\x02\x29\x82\x0a\x08\x2f\x4b\x51\xe4\x75\x84\xbd\xca\x23\xed\xb0\x0b\xc1\xd3\xbd\x3c\x9b\x2f\x6a\x81\x6f\x65\x91\xd1\x6b\x2d\xbf\xa5\x96\xa8\x4b\x31\xad\x4f\x48\x87\xdc\xfb\x6f\x24\x2d\xbe\xab\x62\x7b\xb8\xf3\xf7\xc3\xad\xfd\x9d\xbb\xea\x30\x66\xa9\xb6\x0a\xc1\x6f\x2e\x72\x96\x14\x1f\x89\xca\xe8\xe4\xac\x1d\x91\xff\x2d\xc2\x61\xb9\x4d\x79\x5d\x93\x3f\x7d\x0f\x15\xea\x22\x46\xc4\x8b\x82\x4f\xeb\x3f\x2f\x60\x99\x83\x9d\xb7\x3b\xdb\x77\x3d\xa0\x10\xbf\x1b\xb3\xcb\x77\x5a\xce\x6b\x64\xe0\x92\x14\x26\x9a\x85\x17\xaa\x29\x56\x61\xb9\xd5\xa5\x8a\x32\xae\xd3\xbd\x6a\x6a\xe3\xd4\xbf\xdf\x55\xe6\x70\xeb\xd5\xdb\x9d\xbb\x8a\x02\xa3\xb3\xde\x6e\xc2\x89\xc8\xb2\x0f\x18\x4a\x41\xfc\x68\xe3\xbb\xe1\xd3\xc1\x94\x27\xf5\x4f\x8b\x26\xb3\x7f\xd7\x99\x84\x97\xb2\x28\xea\xed\xa3\xff\x76\xd7\xd1\x4f\x6f\x47\xc4\x42\x5d\x1c\x4c\x39\x1d\xd8\x25\xe4\xf3\x40\x6e\x4a\x94\x3d\xcd\xcc\x2f\x8b\x08\xf7\xfa\xae\xa8\xa7\xb7\x5c\x7f\x95\xf9\xa8\x93\x1e\x06\xd9\x1b\x82\xdf\x6e\x36\xc5\x00\xb5\x44\x65\xbf\xda\x02\x5b\xb7\xd8\x91\x6e\xd4\x44\x65\x10\x93\x08\x37\xaf\xd6\xa1\xbe\xcf\x28\xb1\x35\x7b\xb3\xb7\xff\xee\x8e\xab\x66\x64\xeb\x2d\xef\xb6\x70\x6f\xd8\x3e\xe5\x85\xb6\x57\x2f\x77\xb5\xe7\xde\xe5\xd0\xfd\x28\xfc\xfb\xe0\x35\xbf\x4e\xbc\x8b\xa1\xfb\x31\xaf\xdd\x05\x2b\x4b\x82\x77\xfd\xc3\x1f\x17\xdd\xb4\xde\xec\x6f\xbd\xbb\xab\xbc\x43\xfd\xeb\x96\x84\xcb\x32\x75\x41\xa7\x0a\x80\xa9\x7e\x7d\x33\xcb\xb2\x03\x48\x60\x12\xff\xfe\x81\xcf\x27\x50\x2b\xf1\x9f\x33\xe1\xee\x13\xb5\x36\x87\x05\xcf\x35\x04\x8b\x27\xf3\x46\x8b\x44\x4f\x1b\xbf\xdd\xfd\xd2\x03\xa5\xaf\x79\x9e\x88\x06\x6c\x08\x4e\x2d\x44\xf1\x41\x65\x32\x82\x8e\xe6\x79\x3a\x54\x5f\x9a\xbf\x7f\x4b\xbd\xbf\x48\x5e\xab\xa4\x31\xc4\x1d\x74\xeb\x6b\x6e\xf2\xef\xb6\x7e\xbd\x33\x7b\x4d\xc6\xb7\xe5\xad\x45\xd7\xf6\xa4\x50\x5a\xef\x15\x72\xec\xee\x8e\x93\xf1\xb7\x61\x81\x6f\xbc\x60\x07\xce\x98\x63\x3a\x62\x4b\xf8\x36\xd3\xe2\x9d\xd5\x5b\xe1\x1b\xa1\xf2\xcd\xaf\x4b\xf5\x80\x87\x70\x45\x20\x98\x71\x32\xae\x6a\x81\xc5\x17\x91\x8f\x43\x11\x11\x00\x69\x65\xa0\xd7\xbb\x7f\xbb\x23\xfb\xa4\xf2\xfc\x86\x4a\xcc\xaf\xa2\xd4\x2c\x87\xcc\xba\x4c\xcf\xa6\x53\x0c\xc6\xc4\x84\xa4\x90\xc1\x3e\x0f\x1f\xa0\x5d\x26\x76\x08\x13\x34\x62\x07\x92\x24\x6b\x51\x62\xf1\x58\x95\xbb\x6c\xfb\x36\x28\x0f\xc6\xd1\x66\x1c\x1b\x07\xdc\x09\xf0\xec\x85\x96\x56\xf3\x83\x28\x93\x2e\xfa\x5b\x43\x16\x03\x08\x9b\x0a\x90\xb3\xcb\x81\x95\x9f\x20\xbe\x0a\x86\x41\xc4\x01\x1b\x97\x8d\x0b\xd2\x8e\xa5\xbc\xe4\xab\x40\x4e\xc8\x9c\xcf\xa6\x85\x40\xb7\x54\xff\x11\x9e\x62\x4a\xe9\x09\x1e\xa3\xf9\xde\xef\x1d\xee\x0c\xd8\x58\x94\xef\x81\x48\xe8\x28\x48\xc1\x22\xe4\x87\xec\xe5\xf6\xc6\x4a\xe7\x58\x33\x02\x34\xdb\xaa\xae\x22\x67\x85\xe0\x49\xe9\xd7\x13\x3e\x3c\x15\x30\x46\xae\xf2\x55\x5a\x83\xa9\x0f\xdf\x03\xac\x45\xa2\xf2\xb4\xef\x05\xbf\x52\x45\xa3\x3a\x6a\x40\x12\xca\x21\x62\xc6\x9f\xab\x59\x61\x33\x2b\x02\x70\x9c\x56\x3d\xbd\x1a\x8e\x5b\x65\x4f\xad\x41\x3d\xe5\x90\x24\x9b\x3c\x71\x5c\x55\x17\x20\x68\xad\x29\xd4\xef\x4f\x6d\x91\xf3\x07\x14\xef\x60\xf3\xa0\x62\x80\x43\x0c\x94\xed\x07\x79\x90\x30\x41\x42\x0d\xb2\xed\x02\xd3\x77\x69\x52\x64\x19\xdd\x1a\xb6\x20\x37\x4e\x6c\x15\xf2\x9b\xcd\x72\x97\x40\x03\x64\x01\x7e\xf4\x5b\xd3\xd2\xc3\x78\xef\xa1\x72\x20\xf6\xa4\x3d\x5a\xb0\x02\x5c\x19\x29\x99\x1d\x38\x6a\x18\x18\x55\x06\xd3\x07\xec\xaf\xe8\x23\xa8\x29\x39\x26\x8d\xe7\x46\x5a\x3b\xca\xd7\xd6\x98\xd0\x99\xcc\xcb\x55\xb2\xf9\xaf\xe6\xe2\x4b\x89\xa9\x6c\xfe\x5a\xce\xa7\x94\xea\x6c\x15\x1b\xad\xe5\x6a\x55\x7c\x99\x66\x32\x91\xe5\x2a\xcf\xe7\x6e\xcb\x3b\xca\x85\x64\xfa\xf9\xd0\x79\xb9\xd6\xfc\x2e\x79\x3e\xff\xe5\x17\xa8\x26\x7f\x57\x0c\x18\xa3\xe4\xd6\x91\x11\x40\x24\x7b\x74\x04\x32\xda\x78\xe4\x05\xfe\xa3\xd0\x4f\x7c\x81\xaa\xaf\x55\xc7\x97\x55\xcf\xde\x51\xde\x1d\xb0\x43\x0a\x25\x58\x63\xbb\xe5\x0a\x6c\x91\x71\x21\xb0\x2c\x10\x0a\x86\x6c\x8e\xae\xbb\x10\x2e\x85\x25\xcd\x00\x1b\xb3\x19\x56\x60\xf3\x9f\x00\xdb\xae\x80\x48\x58\xf1\x05\x40\x26\xcf\x04\x33\x4a\xe9\x01\x4c\x9f\xa5\x0a\x45\x3e\x0d\xf8\x1f\x07\x7f\xf7\x5a\xdb\xc4\xc3\x46\xc0\x50\x90\x83\x34\x1b\xa5\x48\x13\x05\xa5\x2a\x6c\x76\xf4\xc3\x03\xe0\x7f\x99\x89\x02\xf3\xb9\xe5\x8a\xf1\x9c\x67\x6a\xcc\x64\xee\x0f\x57\xce\xa7\x32\x1f\x63\xfa\x83\xb5\x35\xc3\x3f\x39\xbb\x10\x38\x49\x4c\x3b\xac\x98\xc8\xa1\xe6\x3f\xb1\xb5\x5d\xe8\x40\x78\x74\xb0\x74\x2e\x14\xa2\x01\x59\x07\x91\x22\x28\xff\x1c\xf6\xdd\x9e\x2d\xb6\x9c\xd3\x70\xe4\xda\xea\x83\xb2\x98\xfc\xe1\xa7\xa8\xb3\x98\xa4\x94\x2b\x83\x0a\x3a\x4b\xcd\x3e\xec\x43\x11\x26\x51\x8c\x45\x3a\x60\xa7\x65\x39\xd5\x83\xb5\xb5\xb1\x2c\x4f\x67\xc3\x7e\xa2\x26\x6b\x13\x69\x14\x11\x35\x2a\xd7\xaa\x59\xaf\x4d\x67\x59\xb6\xf6\xf0\xe9\xb3\x9f\x9e\xa1\x8b\x2d\x9d\xa1\xe8\xdc\xdb\x70\xf6\xad\x33\x56\xf7\xc5\xb7\xe1\xe7\x85\x0e\xcb\x86\xad\xad\xb7\x72\xcd\x15\xd9\xf7\x36\x06\x9a\x75\x9b\x1e\xcd\x31\x67\x63\x3b\xcb\x6a\xe3\xb2\xcd\x23\x72\x43\xee\xdc\xb3\xb3\xff\xe1\x07\xd6\x98\x31\xe3\x8d\x8d\xed\x3c\xb0\xcf\xc4\xfc\xb8\xcb\x2e\x2f\x1d\xa4\xeb\x00\xd9\xbd\xd5\xed\x43\xdc\xdb\xde\xa8\x73\x26\xe6\x5d\xf6\xcb\x26\x5b\xf7\xe1\x9c\x89\xb9\x6b\x40\xfb\xa6\xcb\x36\x37\x37\xd9\x7a\x5b\x23\xe0\x3c\xdb\xc8\x79\x60\xcb\x91\x41\xc9\x9b\xb3\xc1\xeb\x5e\x63\xd3\xb3\xcb\xcb\x88\x24\x08\x51\x34\x80\x57\x37\xba\x9e\xf7\xf6\xdd\x99\xa0\xe9\x03\x0e\x4b\x7a\x0f\xff\x82\x23\x70\x7e\x9d\x53\xb8\x69\x76\x88\x11\x12\xf7\x7b\xf7\x03\xed\xec\x35\x24\x99\x84\x3c\x22\xbf\xc9\xbc\x34\x1c\x75\x14\xe6\xce\x98\x4e\x05\x2f\x18\x1f\xaa\x73\xe1\x87\x26\x92\xf2\xd5\xab\xca\x44\x65\x62\x54\x32\x91\x52\x9d\x06\x9b\x4b\xc6\xe8\x49\xb0\xab\xb1\x1b\xcf\xe4\x38\xaf\x95\x10\x2c\xd5\xf4\xad\x18\x95\x3b\xe9\x58\x0c\xd8\xba\x41\xb6\x19\xb0\xb6\x3c\x1a\x09\xd4\x06\xb8\x05\x0e\xdb\xd0\x71\xc0\x36\x0c\x06\x1b\x77\xc0\x00\x73\xb0\xdc\x92\x12\xfb\xa6\x33\x92\xe2\xa1\x41\xe4\xe1\xcd\x11\xb1\x90\x2b\x8c\xc2\x16\x4c\xcf\x92\xd3\x2a\xb1\x86\xc5\x0d\xc5\x76\xa9\x2e\x78\x91\x1e\xd9\x6c\xb1\x96\x9e\xd1\xaa\xe2\x16\xe7\xad\x59\xa9\x10\xe5\x47\x06\xe5\x47\x6d\x28\x0f\x85\xcd\x73\xf8\xed\x99\x68\xa8\xca\x52\x4d\x2a\x3e\x7a\x6c\x30\x79\x7c\x07\x4c\x6e\xc7\x47\x88\x86\x65\xa5\x27\x06\x89\x27\x77\x40\xe2\xf6\xac\x84\x88\x78\xdc\xf4\xd4\xe0\xf2\xf4\xe6\xb8\xfc\xb9\xdc\x84\x68\x57\x0c\xf5\xcc\x60\xfd\xac\x0d\x6b\x5b\xb6\xc8\x30\x0d\x81\x6c\x25\x65\xa9\xa6\xb7\x22\xa4\x01\x7e\xa8\xa6\x88\xce\x73\x83\xce\xf3\x6f\x81\xce\xed\xd8\xcb\x80\xb6\xcc\xf5\x93\xc1\xe5\xa7\x6f\x81\x0b\x12\xfd\xd6\xd4\x79\x05\xdd\x91\x40\x1b\x20\xbf\x37\x5a\x05\x38\xa1\x85\x7c\xfd\xbd\x96\x0c\xa0\xbb\x35\xdb\x40\x81\xde\x2a\xd1\x6f\x84\xd2\xed\x96\x0d\x60\xbb\xf3\x05\xe4\xfa\x46\xab\x60\xbf\x11\x3e\x77\x58\x3a\x18\x20\x58\x3b\x90\xde\x1b\x8f\x7a\x36\x86\xcc\x8f\x3a\x6c\x2a\x0a\xe6\x67\x35\xaa\x7f\x30\x7a\x89\xc1\x23\xfa\xf1\xf8\x85\xaf\x81\xd8\x5c\x95\xee\xd2\xf8\x19\xae\xb4\x6f\xe5\x99\x38\x54\xa4\x5a\x17\x45\x8f\x65\x22\x27\x95\xca\xe8\x6a\x99\xc8\xd9\xe6\x26\xcb\x67\x59\x66\x74\x32\xf3\xe7\x2f\xe6\x2e\xdc\xcf\xe0\xb1\xbb\x0b\xbf\x6c\x7a\xbf\xf8\xca\xef\x39\x2f\x98\x84\x78\x6e\xd3\xe0\x21\xdb\x64\xb9\xb8\x40\x75\xde\x00\xee\xbe\x60\x92\xfd\x6c\x20\xbc\x60\xf2\xc7\x1f\x9d\x22\x67\xda\x7e\x92\xc7\x08\xf6\x93\x3c\x7e\xd1\xd4\xb4\x4c\x13\xa3\x62\xdd\xef\xdd\x47\x13\x34\xde\xcf\xff\x90\xe5\xe9\x6f\x2a\xb3\x76\xa1\xa3\xfb\xfd\xb5\xf0\xf7\xfe\x3f\xf4\xd1\xfd\x17\x47\x39\x75\x92\xa5\x28\x8c\x9e\x48\x04\x78\x2b\x27\xb2\xac\xba\xc6\xbe\xd6\x00\xcc\x72\x67\x95\xda\x0d\x5b\x57\x60\xda\xdb\xd4\x80\xe5\x50\x76\x1a\x1a\xec\x0b\xed\x21\x52\xfb\x60\xbb\xb5\x2e\xac\xce\x64\x22\xd2\x60\x55\x25\x51\xb7\xa2\x9f\x47\x15\xd3\xc4\x28\xfb\x51\x7a\xb8\xfe\x97\x97\x0b\xa6\xeb\xb7\xaa\xa1\xdb\xe9\xd2\x4a\x2d\x66\xc4\x1a\x36\x8e\x03\x6b\xb7\xbf\xa2\xe8\x76\xbd\x59\x5c\x07\x7a\xe1\x8c\x60\x0c\xc3\xa4\x9f\x25\x32\x9b\x63\xf5\x97\xf8\x9f\x81\xdd\x59\x07\xf3\xc9\x50\x65\xec\xde\xe6\x26\x3b\xba\xef\xf2\x83\x1d\xdd\x37\xd7\x17\xc3\xa4\xf8\xbd\x0f\xa3\x95\xaa\x38\x36\x64\x30\xbf\x1f\xdd\xff\xeb\x5f\xed\x8f\x47\xf7\x6d\x71\x28\x33\x2d\x33\x24\x0e\x66\xa7\xf3\xc2\x61\x03\x98\xb0\x4f\xc7\xd5\x2f\x66\x8f\x95\xc5\x4c\x54\xbf\xa4\x6c\x13\xeb\x3a\x11\x4c\xf8\x51\xf7\xd8\x67\xfb\x43\x59\xcc\xed\x86\x82\xcd\x08\x73\xfc\x2c\xfb\x46\x5e\x01\x19\x5f\xb0\x7b\x1d\x00\xdc\xf9\xac\xf1\x93\xb9\x2d\x75\xba\xdd\x7e\xaa\x72\xd1\x7d\x51\x8d\xea\x5d\xb1\x0c\x6e\xfd\xe9\x4c\x9f\x76\x3e\xeb\x3e\xf8\x25\x54\xd1\xb5\x74\xbb\x33\x34\xf9\x5c\x09\x04\xb8\xa7\xc9\x2e\x1b\x16\x82\x9f\x05\x77\x27\x96\xf0\x32\x39\x65\x1d\xe1\xd6\x9b\xe1\xbc\xdc\x4c\x19\xfb\x2c\xd8\x26\x13\xb0\xce\xa6\xc7\x48\xe6\x90\xf0\x80\x5a\x7b\x73\xc4\xc1\xef\x7d\xce\x61\x78\xf9\xe9\xe8\x3e\x52\xf5\xe8\xfe\x31\xbb\x67\x09\x1d\xfe\xde\xe9\x5a\x74\xea\x70\x69\x89\xd2\x2e\xd4\x00\xba\x40\xa2\xb6\x5c\xfa\x3e\x57\x5c\xe8\x8b\x22\x4f\xae\xd6\x84\x91\xf7\xe5\xda\x9d\xbc\x60\xc3\xa9\x1e\x43\x9f\x23\x6f\xaf\xdc\x53\x01\x33\x99\x9f\x88\x81\x15\x2c\xc3\xd1\x7d\xbc\xee\x1f\xdd\xef\x06\x92\xc0\x3f\x04\x2a\xb8\x8e\xd9\xf2\xca\xcc\x31\x2d\x54\xa9\x20\x06\xad\x54\x07\x00\x0b\x19\x4a\x75\xfb\x20\x75\x3a\xcf\x7b\xe6\x52\xee\x86\xcf\x69\x5c\xec\x8e\x1b\x46\xf5\x31\x5f\xc5\x2c\x29\x55\xd1\x05\xe8\xc1\x4f\xfd\x9c\x4f\x44\x03\xc2\x3b\x3e\x3d\xba\x0f\xe2\x85\x7e\x38\x10\xa5\x37\x0f\xa4\xa7\xa1\x74\x47\x35\x87\xdf\x2a\xc6\x33\x78\xae\x41\x10\x6b\xff\xbb\xf3\x72\xf0\x51\x5e\xee\x76\xf3\xb2\xf3\x72\xf0\xfc\x72\xe3\xe9\xe5\xa3\x87\xdd\xce\xcb\xc1\x76\xc6\x27\x53\x91\x76\x5f\x02\xbc\xbf\xac\xf5\x4b\x23\xc1\xf2\xee\x92\xf4\x5a\x28\x8b\x1a\x72\x11\x17\x0e\x59\xcc\x9c\x8c\x87\xf3\xa9\x80\x40\xe6\xce\xd1\xfd\xdd\xfc\x9c\x67\x32\xf5\x73\xcf\xa4\x02\x29\x34\x2b\x04\x3c\x18\x58\xd9\x06\x39\xb8\x78\x9e\x88\xfe\xd1\x51\xbe\x9b\x63\xae\x4c\xca\x6a\x6f\xdb\xf4\xa0\x07\x19\xb1\x61\x2d\x34\x9b\xcc\x74\x49\x45\xda\x58\x43\x82\x75\xba\xae\xe4\xff\xfd\x6e\xc8\xdf\x0f\xd0\x00\xc5\x13\x3a\xa2\x56\xe0\x59\x63\xa5\x3a\xc8\x30\x71\x02\x25\xc8\xe8\xb1\xdd\x43\x28\xd7\x76\x45\xad\xfb\xfd\xb5\x7e\x7f\xed\x00\x0b\xb3\xb5\xf5\xaa\x97\xcc\xa9\xf5\xfe\x58\xca\x4c\x96\x52\xe8\x95\x05\xd9\x42\x76\x27\x7c\x2c\xda\x33\x50\xc0\x67\xca\xf8\x70\x7b\x00\x61\x56\x09\xcc\x0e\xbd\x3b\x19\xff\x76\xf8\xee\xed\x96\xb3\xb5\x42\x92\x68\x68\x5e\x25\xb8\xb6\x45\xe5\x47\x8b\x9a\xd5\xed\x43\xdb\x3c\xcb\xc8\xd0\x0d\x85\xe4\x6c\x39\x35\xa8\xf4\x8c\x95\xee\xe0\x6e\x08\x0f\x24\x19\x9f\x53\x69\x2f\x35\xb5\xda\xea\x39\x2f\x24\xcf\x4b\xcc\x20\xe4\xa9\xa7\xd7\x56\x2c\x02\xb4\x82\x4a\x45\xd5\x2f\x7e\xd6\xf2\x23\x9b\xa2\xd5\x2c\xb9\x5f\x9c\xfd\xb7\xbd\xed\xc0\x90\x61\x1a\x98\xf1\xa0\x65\x33\x89\x6c\x95\x70\x37\xd1\x9a\xaa\xc4\xd5\xf3\xfb\x6e\xdb\x47\xa5\xa3\x58\xb6\xae\xea\x98\xf6\x92\x09\xdf\xa0\x8c\xc5\x88\xa7\x94\x1f\x0c\x9e\x73\x99\xa4\xcc\xab\x19\xc4\xe1\x2f\x55\xac\x0e\x6d\xe6\x6f\x78\x2a\x76\xf3\x05\x29\x80\x83\xfa\x1f\x38\x18\x04\x58\x81\x81\xd6\x96\x56\x35\xf7\x0b\xa9\x6d\x36\x23\x95\x9b\x53\x51\x15\x7d\xb6\x57\x9e\x8a\xe2\x42\xea\xa0\x7b\xd5\x70\x96\x97\x32\xa3\x71\x24\xa6\xdb\x9d\x41\xbc\xef\x68\x66\x0e\x3c\x9a\x0c\xbe\x2a\x92\xd5\x54\x07\x78\x2f\x28\x29\xf9\xa2\x31\x55\x88\xf7\xa6\x94\x4d\x0b\x26\xfc\x91\xde\x18\xab\xea\xb6\xb6\x54\x8c\x43\x5f\x27\x3c\x13\x58\x94\x36\xc1\xdc\x68\x5e\xfa\x2d\x06\x8f\xfa\x61\x36\xf4\x10\xbf\xdd\x91\xb9\xac\x9d\xb2\x54\x4e\x44\xae\x5d\xcd\x20\xcb\x90\xde\x13\xa3\x1b\xd1\xc0\xc6\xe2\xa4\x27\xc0\xda\x6f\x64\xd9\x07\x2c\x5c\x2a\xc4\x28\xa9\x2f\x14\x15\x42\x24\x8c\x55\x61\x11\x0e\x6a\xb2\x10\x44\xc3\xf1\xf4\xcf\x06\x55\x7c\xc7\x83\xf7\xaa\x84\x54\xb7\x7d\x9b\x73\xf1\xad\xe2\xa9\xcc\xc7\x07\xa5\x4b\xd0\x70\x42\x15\x7b\x6d\x4d\x51\x83\x12\xca\x34\xb8\xaf\x72\x96\xca\xd1\x48\x40\x4e\x36\x5d\x24\x3e\x32\xc0\x39\x07\x45\xb2\xc4\x26\xa8\xe6\x09\x24\x47\xc1\x22\xbe\x4c\xe1\xb6\x0b\xcf\xf3\x19\xa4\x8b\xa7\x12\x15\x89\xca\x4b\x2e\x73\x97\xaa\xd9\x16\x0c\x92\x46\x46\xbd\x29\x70\xe3\xb5\x71\xc5\x9e\xad\xe8\xed\xb2\xc7\x53\xf5\xbf\x20\x67\x3e\x62\x63\xf8\x96\xaa\xd5\x9e\xf2\xaa\x72\x6a\x25\x7d\xd8\x4a\x86\x89\x31\x4a\xb1\x82\x9e\xb0\x02\xca\x21\x60\x1e\x6a\x11\x66\xd7\xa7\xb2\xb7\xa3\x8a\x86\x61\x0a\xc5\x26\xf1\x5f\x0e\x58\xc7\x0d\x40\x6b\xfa\xd6\xfe\xdd\x9e\xe5\x31\xcc\x3b\x98\x40\xbe\x33\x2c\xa1\xea\x55\xc6\xc7\xec\xcf\x52\xe3\x54\x21\x6d\x7d\xae\xac\x8c\x0b\x0a\xb7\x79\x69\xb0\xd3\x79\xce\x27\x32\xc1\x74\x60\x55\x99\xd5\x21\xd7\x98\x4a\xa0\x3c\xb5\xb5\x55\x39\xd4\x3a\x63\x90\xa6\xa4\xaa\x00\x54\x9f\x34\xe0\x06\xd2\xdd\xb2\xec\xb6\xfb\xa5\x29\xad\x31\x81\xae\x01\x36\x2c\xd4\x85\x16\xc5\x6a\x26\xce\x45\x66\x17\x8b\xff\x6b\xbe\x9a\x21\x0d\x03\x73\x16\xfe\xf4\x72\xc0\x56\x4c\x93\x15\x76\xc9\x56\x04\x1f\x8b\x62\xa5\x9e\x60\xca\x2c\xe8\x54\x51\x8e\x6c\xe4\x8a\x2a\xc7\x9d\x23\x9c\x27\x20\xdc\x7c\x96\x39\xd3\x21\x65\x9d\xdd\x96\xf5\x23\xf7\xd0\x97\x11\xb9\x2a\x69\x9f\xf7\xc3\x0f\x68\xa9\xaa\x09\x2c\xaf\xa2\x92\xcd\x3a\x3c\x54\x5f\xc2\x22\xb4\x60\xa0\x8d\x25\x0d\x3c\x8c\x48\x43\x48\x4c\x2c\x61\x8b\xc1\xae\x0b\x96\x12\x5f\xba\x87\xc2\x48\x30\x14\xee\x76\x37\x06\x98\xa0\xe8\xf4\xc0\x1b\x0e\xa2\x31\x87\xa2\x9a\x48\x90\x60\xce\xcc\xea\x5c\x14\x25\x31\x58\x1c\x1c\x96\x04\xa4\xdf\x8d\xce\x61\x7a\x91\xc9\x0c\x52\xc0\xa3\x15\x1a\x0a\x29\xaa\x91\x67\xa6\xf6\x44\xcb\x50\x30\xa3\xee\xce\xc3\x32\xc7\x90\x05\x93\xa4\x19\x0e\x11\xcc\x7c\x28\xca\x0b\x11\x88\x07\x7a\xd9\x0e\xce\x09\x62\x6b\xa4\xde\x66\xe4\xcd\xe9\x96\x14\x37\x32\xd0\xa6\xea\x24\x6a\x7c\xc0\x62\x7c\xce\x46\x58\x11\x1a\x48\x8c\xec\x41\xa3\x82\x5a\xdb\xa4\x18\xd4\x70\x77\xf4\xea\x7d\x3f\x7a\x9c\xbb\x84\x9b\x21\x35\xde\x0b\xe9\xf2\xf8\x21\x90\x9c\x30\xc2\xe5\x82\x9a\xbe\xb4\x15\x76\x47\x94\xa0\x52\xcb\x7f\x09\xcd\x52\x05\x1b\x65\x62\xae\xf7\xbd\x3a\x01\x08\x6c\x45\x07\x9a\xa8\x23\x87\xe3\x05\xb8\x9a\x20\x37\x60\xca\x6c\x0f\xef\x5c\xe5\x82\x6d\x46\x1e\xbf\x0e\x9b\xe4\xbe\x0d\x47\x53\x06\x50\x5c\x79\xdd\x58\xfa\x3e\xdb\x2d\xc3\x8d\x83\xf7\x28\xed\xc4\x48\x9f\xb6\xb6\xf4\x38\x00\xca\x89\x94\xb3\x82\x67\xb6\x20\xb9\x39\xd8\xa0\xd6\x86\xd4\x2c\x13\x50\x73\x98\xe7\xde\x49\x0e\xb8\x40\xe1\xbc\xa0\xb9\x5f\x73\x51\x92\xa6\x53\x83\x8c\x95\x25\x0d\x68\xb3\x50\x54\x7c\xdf\x41\xc7\x39\xca\xd2\x12\xa9\x89\x3d\x64\xe6\x6c\x48\xaa\x6d\x62\x97\xe6\x53\xdf\xff\x2c\xba\x57\xd4\x59\x8e\xf0\xae\x7d\x8d\xf2\xc4\xcc\x6d\xab\x7a\x4b\xd2\xc3\xe4\x63\xc4\xb7\xb2\xeb\x49\x3d\x93\xe9\x61\xbb\x36\xa1\x3c\x39\x70\xe3\xf3\xb0\x3a\xf3\xdb\x8f\x45\xbb\xde\xfa\x54\x5d\xe4\x8c\x97\x6c\x63\x7d\xfd\x7f\x39\x52\x8c\x2a\x9d\xd0\x49\x21\x24\x8e\xeb\x47\x9a\xbe\x4d\x77\x9b\xcd\x7d\x15\x81\xe7\xa9\x4e\xf8\x54\x5c\x73\x46\xc6\x91\x70\x75\x6c\x9a\x38\x10\x7e\x4b\x21\x61\x88\x52\x70\x59\x5e\x9f\x16\x77\x31\x35\x9d\x82\xd8\x4e\x4c\xa3\xcc\x1a\xd9\x39\x17\x25\x26\x86\xc6\x0b\x9a\xf3\xd5\x2a\x48\x0d\x41\x1d\xde\x34\x0b\xa5\x62\x89\x59\xe2\xae\xa1\x96\x4b\x3b\x8d\xd0\x83\x2b\x61\x5d\x41\x73\xd9\x80\x6b\x2a\x1f\x5d\x40\x2b\x58\x22\x4f\xd4\x8c\xb6\x3c\x9e\x8c\xa4\xdf\xc5\x15\x4c\xec\x1d\x3b\x79\xfe\xdc\x7b\x90\x23\xd8\xa3\x9b\x2f\x6d\xdd\x18\xe4\xe5\x05\xae\x3b\xf6\x40\xc8\x0c\x5a\x3d\xc0\xa7\xa8\x61\x0b\x69\x37\x85\x60\x57\xf2\xe0\x75\x16\x0c\x7d\x4b\xb3\xc6\x9f\x79\xa3\x8b\x0c\x6a\xe4\x2d\x50\xdc\xbf\x1c\x6b\x5c\x84\x65\x20\xfd\x5f\xab\xcc\x77\xb3\xca\xd0\x84\x43\x84\xab\x7b\xa0\x27\x8b\xbd\x32\x88\x56\x36\x86\xcb\x69\x5b\x2e\x1a\xcd\xde\xb7\xa8\x81\xa6\x42\x9c\x79\x89\x05\x2a\xcf\xf1\x3f\xc0\x7d\xbd\xf0\x04\xec\xf9\xda\x08\x58\xb6\x45\x30\x3c\xbe\xfd\xd7\xf2\x4a\x4b\x4d\xbd\x23\xbf\x9f\xc7\x5a\xfb\x23\xb6\x7e\x8d\xf5\x7c\xaf\xe2\x95\x47\xed\x7a\x13\x99\x3d\x43\x06\x26\xdb\x06\xd6\x09\x26\x02\x8f\x01\xd7\x83\xea\x39\xf3\x52\x50\xbe\x28\x00\xf5\x5e\x95\xbb\x95\x0d\x6a\xe1\xa2\xd0\xb1\x09\x2c\xe5\xc1\x08\x6b\xf1\xb1\xcb\x56\x49\x83\x47\x0c\x9e\xaf\x75\x20\xf8\x73\x14\xca\xb7\x90\xbd\xcd\x82\x12\xc0\xb9\x5a\x94\xce\xd2\x51\x28\x05\x61\x32\xd6\xbd\x23\x70\xd2\xa8\xe7\x08\x5f\x04\xc8\x8b\x02\x6a\x58\xfa\xc2\xec\xe0\xf7\x7b\xf7\xed\xbc\x0e\xe4\x84\x2c\x33\xa0\x16\x18\x58\x67\x62\x9e\xa8\x54\x68\xb8\x44\x6b\x12\xc8\x63\x61\x66\x98\xb9\xa2\x79\xe3\x4c\x8e\xe6\x28\xe9\x40\xab\x9b\xcc\x92\x53\xf4\x56\xe7\x39\x80\x8a\x46\x40\x84\x54\xfc\x5d\xcc\xb7\xcd\x40\x57\xb1\xc0\x21\xfb\xd1\xfa\xa4\x0e\x79\x72\x06\xb7\x2e\xcf\x0d\x8b\xb1\x92\x0f\x3d\x57\x28\xc6\xac\x93\x4d\xe5\xcb\x62\x64\x8e\x1c\x95\x03\xb6\x01\x2e\x70\x1b\x4f\xe1\xb7\xa4\x2c\xb2\x01\xdb\x00\xff\xb2\x8d\x67\x14\x20\x60\x1a\x01\xec\x0d\x04\x3e\xe5\x33\x2d\x5e\x15\x82\x9f\x0d\xd8\x06\x0c\xb2\x81\xa3\x24\x7c\xaa\x33\x95\x9c\x0d\xd8\x43\x70\x78\x7a\xb8\x8e\x83\x83\x88\x19\xb0\x87\x00\xf6\x21\x82\x25\x9c\x1f\x81\xdb\xcf\xa3\x87\x04\x78\x2c\x3e\x4e\x07\xec\x11\x3a\x4c\x3e\x72\x3f\xbe\x56\x17\xf9\x80\x3d\x02\xef\xc5\x47\x8f\x69\x46\xe9\x80\x3d\x02\x57\xc2\x47\x4f\xe0\x97\x53\x65\x0e\xe7\x47\x30\x9d\x47\x38\x9d\x4c\x98\x19\x3e\x82\x71\x1f\xe1\xb8\x33\x03\x1f\x66\xf3\x08\x67\x03\x0e\x3f\x03\xf6\x08\x26\xf2\x08\x27\x92\xc2\x78\x8f\x61\x12\x8f\x71\x12\x32\xd7\xa2\x28\x07\xec\x31\x0c\xf9\x18\x87\x4c\x45\x36\x60\x8f\x61\xc4\xc7\x38\xe2\xbf\x44\xa1\x06\xec\x31\x0c\xf0\x18\x07\x80\xcc\xf5\x8f\x01\xfc\x63\x04\x5f\x5e\xa8\x01\x7b\x02\xd0\x9f\x20\xf4\xf2\xb4\x10\x62\xc0\x9e\x80\x53\xd6\x93\x0d\xf8\x6d\xa4\x66\xc5\x80\x3d\x01\x02\x3d\x41\x02\x8d\xe4\xb9\x69\x05\xe4\x79\x42\xab\x28\xbf\x0c\xd8\x13\xa0\xcc\x13\xa4\x8c\x16\xe7\x22\x1f\xb0\x27\xe8\x66\x89\x88\x0a\x9c\xe4\x13\x40\xf5\x09\xa2\x9a\x4b\x83\xd8\x13\x20\xce\x13\x24\x4e\xa2\x32\x65\xba\x02\xfa\x4f\x10\x7d\x3e\x60\x4f\x01\xd4\x53\x04\x35\x1c\xb0\xa7\xe8\x35\x49\x2c\x33\x60\x4f\x01\xc6\x53\x84\x91\x0e\xd8\x53\xe8\xff\x14\xfb\x8b\x01\x7b\x0a\x93\x7f\x8a\x93\x1f\x0d\xd8\x33\x98\xfa\x33\x9c\xfa\x78\xc0\x9e\xc1\xb4\x9f\xe1\xb4\x4f\x07\xec\x19\xcc\xf9\x19\xce\x59\x0e\xd8\x33\x98\xf0\x33\x9c\xf0\x3f\x06\xec\x19\x4c\xf7\x19\x4e\xf7\x6c\xc0\x9e\x01\x7e\xcf\x10\xbf\x6c\xc0\x9e\x01\x7e\xcf\x10\xbf\xc9\x80\x3d\x43\x7f\x49\xc4\x2f\x1f\xb0\x67\x80\xdf\x33\x5a\x9e\x01\x7b\x06\xf8\x3d\x43\xfc\xa6\x03\xf6\x1c\xf0\x7b\x8e\xf8\xfd\x73\xc0\x9e\x03\x7e\xcf\x11\xbf\x62\xc0\x9e\x03\x7e\xcf\x11\x3f\x3d\x60\xcf\x01\xbf\xe7\x88\x5f\x39\x60\xcf\x01\xbf\xe7\x88\xdf\x6c\xc0\x9e\x03\x7e\xcf\x11\xbf\xf3\x01\x7b\x0e\xf8\x3d\x47\xfc\x2e\x06\xec\x39\xe0\xf7\x1c\xf1\xfb\x32\x60\xcf\x71\x27\x23\x7e\xf3\x01\x7b\x0e\xf8\x3d\x47\xfc\xfe\x35\x60\x3f\x01\x7e\x3f\xad\x3b\x1e\xff\x43\xe6\xa9\xba\x18\xb0\x9f\x00\xd1\x9f\x36\x2a\xc6\x76\x5f\x00\xe5\x9f\x08\x65\x48\x60\x31\x60\x3f\x01\xde\x3f\x21\xde\x6b\x0f\x6a\x4e\xf9\x51\x57\x7c\x3e\x91\xf9\x78\x35\x51\xf9\xb9\xc8\xe1\xb5\x1c\x85\xa9\x61\xfb\xcf\xf9\x6c\x32\xe5\xe9\x80\xfd\x04\xd3\xfb\xe9\xa9\xe5\xfe\xea\x03\xcc\xf3\xa7\x67\x76\x13\x54\x1f\x60\xc2\x3f\x3d\xaf\xf6\x42\xf5\x09\xa5\xd8\x4f\x6e\x4b\xb8\x2f\x1b\xeb\xe4\x55\xb9\xee\xf6\x86\xf7\x0d\xdd\x1b\xd7\x37\xec\x26\xf1\x3e\xa1\xa7\xe1\xfa\xc3\x6a\xb7\x78\x1f\x51\x42\xae\x3f\xaa\xb6\x8d\xf7\xf1\x31\x7e\x7c\xec\xf6\x8f\xf7\xed\x09\x7e\x7b\x52\x23\xa6\xc8\x6f\x4a\x4b\xca\x7a\x32\x37\x40\x51\x36\xaf\x23\x29\x79\x0a\x03\xa1\x70\x5e\x27\x31\x3a\x1b\x96\x05\x37\x8b\xb9\xb1\x8e\xa2\x78\x9d\x44\x98\x48\xe4\x84\x67\x90\xee\x78\xc0\x36\xc8\x03\x75\x03\x69\x85\xe5\xc0\xcd\xcf\xe4\x05\x4a\x12\x67\xc3\xfc\x84\xe4\xd9\x20\x89\xf3\xd0\xfc\x84\x44\xa1\x73\x63\xf4\xc8\xfc\x84\xa4\xd8\x40\x52\x8c\x1e\x9b\x9f\x90\x02\x1b\x48\x81\xd1\x13\xf3\x13\xe2\x4f\x87\xcb\xe8\xa9\xf9\x09\xd1\xa7\xc3\x65\xf4\xcc\xfc\x84\x87\x0b\x9d\x2e\xa3\xe7\xe6\x27\x9c\x0b\x9d\x2b\xa3\x9f\x06\x6c\x03\x8f\x94\x0d\x3a\x53\x46\x1b\xeb\xe6\x37\x44\xff\xa1\x45\xdf\xe0\xff\x90\x1c\x49\x09\xff\x0d\x33\x81\x87\x38\x81\x87\x38\x81\x7c\x36\xc1\x53\x6a\xe3\x31\xce\xe2\x31\x09\x4e\x48\x7b\xfd\x96\x3e\xe1\x6c\x48\xd0\x6b\x31\x91\x24\x1c\x37\x70\xf7\x6e\xd0\xf6\x15\xff\x9c\xf1\xec\x40\x8e\xe1\x0b\xce\xed\xb9\x15\xa6\x93\x09\x37\xbf\xd2\xd9\x89\xd3\x4b\xb9\x3e\x35\x3f\xe2\x04\x69\x4f\x4f\x45\x21\x95\x59\x5c\xdc\xd9\x1b\xb4\xb5\x47\xaa\xb8\xe0\x45\x7a\x90\x61\x1f\xdc\xdd\x1b\xb4\xbd\xc7\x05\x3f\x17\xe6\xce\x09\xeb\x8b\xfb\x7b\x83\x36\xb8\x9a\x8a\xfc\x55\xc1\x93\x33\x51\x0e\xd8\x43\x24\xe6\x43\x22\xa6\x51\x18\x08\xe2\x43\x3a\xa6\x89\xa6\x49\xa6\xcc\xb9\x6e\xbb\x21\x71\x1f\x3e\xb4\x5b\x28\x1f\x67\xe2\xff\x9d\xa9\xd2\x9c\xe4\x48\xe4\x87\x40\xe4\xab\x17\xa1\x4f\xac\xa7\xa1\xb8\x72\x5b\x95\x53\xca\x57\xf6\x59\xea\x83\x83\xfd\xca\x51\x64\x4d\x8b\xf2\xe0\x60\x3f\xf4\x10\xc1\x72\x19\x14\xdf\x8a\x76\x74\x95\x80\x6b\x10\xb9\xc5\xf8\x61\xc3\x32\x67\x53\x35\x9d\x4d\xd9\x05\x48\x3b\xa8\x7d\xac\x7b\xae\x07\x00\x9c\x80\x9a\x3b\xc4\x5b\xd3\x45\xa1\xf2\xb1\xfb\x6e\x0b\xcb\x41\x14\xe2\x9c\x5d\x18\x65\x5f\x9d\x31\x5e\x32\x75\x91\x8b\xe2\xb5\x1d\x78\xe4\x0c\xe0\x0f\x8c\x3a\x5f\x9e\xf6\xd9\x56\xa6\xc1\x86\x2e\x2a\x57\x7f\x33\xb7\x51\xc6\xc7\x41\x11\x54\xa1\x4b\xa6\x75\xc1\x74\x22\x72\x5e\x48\xa5\x21\x56\x9c\xc9\x11\x00\x73\x53\x93\x5e\xe4\x35\x50\xe7\x3f\x0e\x5e\xef\xbd\x83\x81\x29\x04\xb8\xdf\x5d\x1c\x5d\xee\x87\x9a\x5a\xc4\x3b\x46\x5d\x26\x4f\x95\x97\x03\xe6\x15\x42\x67\x97\xe8\x70\x37\x60\x6e\x92\x97\xd5\xbd\xa4\xf2\x57\xa3\x25\xbb\xbc\xb4\x7e\x96\x0e\xe3\xcd\xcd\x4d\xb6\xe2\x7a\xac\x38\xff\x40\xf2\xc2\x72\x5f\xc8\x2f\x50\x64\x5a\x84\x81\x75\x22\x63\x9b\xcc\x43\xd0\xf0\x15\xfd\xd3\x39\x2c\x12\x30\x91\xb1\x1f\x7e\x60\x22\xeb\x87\xcb\xf2\xb2\xf9\xd3\xc0\x21\x68\x7d\x92\xaf\x7c\x1e\xbc\xd6\x31\xea\x2b\xfb\xc0\x73\x91\xbd\xe2\xda\x73\x87\x5a\x83\xdf\xfa\x43\xae\x45\xc4\x1b\x0a\x72\x88\x1e\x16\x7c\xfa\x5f\x2a\x27\xd3\x52\xe8\x0a\x15\x34\x88\x00\x78\xcb\xe7\xb6\xb4\x4e\xd8\x11\x3e\x44\x3a\xec\x9d\x8b\x22\xe3\xf3\x58\x17\xfa\xf4\xcd\x5c\xbd\xf6\xc5\x68\x8f\x72\x31\xd4\x8a\x0f\xf5\x6e\xe1\x07\x56\x03\xfe\x0a\x72\x0a\xd0\xb5\x30\xec\x86\x9f\x22\x7d\x3e\x98\xed\x1e\x9b\x39\x7c\x58\xe4\x6c\x06\x8b\xd8\x7e\x45\x85\xcf\xf5\xcb\xe9\x1b\x55\x24\xc2\xd6\x9d\x35\xdf\x4b\x05\x22\x36\x70\x3e\x98\x1a\xa5\xbb\xd3\xee\x52\x10\x03\x92\x4a\x3d\x91\x3a\x28\xa3\x4e\x3f\x0d\x58\x47\x9c\xbf\x1c\x90\xf7\xd9\xef\x62\x3e\x54\xbc\x48\x21\x65\xfb\xcf\xde\x06\xfe\x85\x5d\xb2\xe0\xe3\x92\x95\x20\x97\xa1\x42\xcc\x63\xae\xe6\x2e\xe7\x76\x49\xc3\x01\xae\xe9\x23\x52\x2a\x86\x05\x0c\xd0\xf0\x8b\x84\x76\x63\xa2\xdd\x18\xbd\x29\x2a\xa3\x55\x21\x46\x98\xdb\x02\x0b\x6f\xe7\xe3\xa3\xea\x31\x1a\xa5\x9f\x73\x32\xe0\x79\x90\x6f\xc2\xd5\xc4\xb7\x29\x1c\x8e\xfc\xb7\x54\xfa\x71\x5f\x8c\xb0\x9c\xd6\xc8\x7a\xcf\x01\x56\x4d\x2f\x39\xbf\x56\x1a\x2e\x1e\xda\xfb\xa6\x19\x9f\x57\xc6\x4c\x67\x88\x04\xcb\x40\x62\x6e\xc9\xd5\x52\xeb\x92\xcf\xb1\x7c\x37\x49\x7e\xbb\xd2\x41\x7f\x30\x0c\x2e\x00\x80\x66\x49\xaf\x83\x57\x03\x1b\x3a\x41\xe8\x70\xc8\x64\x89\xca\xcb\x42\xa1\xb1\x58\x5d\xe4\x68\x12\xc5\x30\xf8\x12\x8b\xe2\x00\x5e\x6b\x84\x8f\xa5\x68\xdc\x72\x19\x37\x5a\x35\xea\x89\x87\xe4\xfb\x8d\x93\x1f\x8d\x51\x30\x28\x87\x88\xb5\xcc\x2e\x65\x09\x3e\xe5\x7a\x1b\x94\x13\xe8\xba\x60\xa4\xe6\x42\x91\xdf\x49\x06\xc7\x7f\x83\xe4\x11\xb3\x6c\x30\xb1\xb7\xa6\xdb\x6b\xec\x75\xa3\x61\x03\x5b\x33\x0d\xdb\xf3\x59\x1b\x9c\x84\xd5\x1c\xcb\xed\x99\x7e\xaf\xf7\xde\x59\xac\x3e\x14\xaa\x04\xcf\x5f\xcf\x23\x85\x42\x65\xd0\x6d\xa4\xea\xec\xdc\xad\x7c\xb6\xbc\xd9\x1c\x7f\x03\x3c\xf7\xf2\xdb\x4c\x73\xa6\x85\x66\x9c\x4d\x54\xca\x31\xd1\x47\x86\xc9\x37\x2a\x3f\xa8\x85\xeb\x2a\xf5\x2b\xa3\x89\xa3\x6f\x51\xdb\xa8\xaf\xad\xf3\xa1\x36\xbb\xc6\x3a\xe8\x50\x9a\x03\x5d\x16\xa2\x4c\x4e\xdd\x8b\x08\x3f\xe7\x32\x83\x1b\x17\x7a\xb9\x4c\x67\x25\xd4\x67\x1d\x41\x11\x37\x46\x3a\x9a\x75\x76\xa1\xf4\x37\xf8\xe2\xba\x0c\xad\xb0\x16\xdc\x16\x05\x88\x2d\x62\x79\xac\x90\x5a\x8a\x2f\x95\x21\x12\xf5\x87\xe8\x48\x47\xf7\x8f\xee\xfb\xfc\x0e\xbd\x0f\xc5\x97\xb2\xfd\xa1\xe8\xf0\x54\x78\xd9\x7f\x4e\xbd\xf1\xa2\x4f\x41\x15\x48\x90\xeb\xee\x68\x89\x38\x40\xbf\x96\xe7\xf6\x78\x69\x3e\x72\x55\x02\xdd\xa9\x9a\x81\xdb\xdf\x07\xcb\x87\x46\xa6\x18\xb1\x34\x14\x23\x45\xc5\x74\x79\x2e\x27\x58\xde\x36\xa1\x8c\xd3\x3a\xf4\xdf\x23\x39\xb2\xe0\x14\xbd\xf9\xf8\x98\xc7\x66\xe9\xe1\xe1\x75\xeb\x2e\x08\xb8\x8d\x08\xd2\x6e\x59\x02\x90\x6b\x0e\xf5\x26\xe6\x7e\xbf\x77\x08\x2e\x83\x76\x47\x57\x5e\x82\x5a\x4d\x04\x3b\xa3\x83\x1f\xf3\x4e\x91\xab\xac\x96\x93\x29\xba\x16\x66\x4c\x9c\xf7\x29\xf7\xd0\x6b\x64\xb6\x4e\xd7\x74\x0e\x1e\x81\x94\xb7\xef\x7d\x95\xe3\x60\x9e\x97\xa7\xa2\x94\xc9\xcd\x74\x8e\xeb\x89\xe5\xee\x5a\x09\xd4\x23\x63\x0f\x1e\xc0\x0a\x3d\x78\x10\x2e\x5f\x35\x69\xeb\x09\x50\x11\x0f\x9e\xbb\x90\x7e\x96\x7c\x9d\xdd\x11\x9b\xab\x19\xcb\x05\xde\xb8\x66\x50\xc9\xac\x02\xb9\xa2\xd9\x09\x9e\x53\x27\x98\x07\x48\x42\x1a\x88\xa9\xca\xb5\xc0\x9c\x4f\xf6\xf8\x23\x62\xce\xf0\x19\x9b\x88\x53\xd5\x4f\xef\xc6\x68\x77\x1d\xd3\x7c\xdb\x70\x00\x9f\x69\xaf\x8d\x07\x80\xd9\x07\xf1\x00\xd5\x2f\xcb\xc5\x03\xc8\xf1\xe9\xea\x1e\x84\xaa\x6c\xc7\xb4\xa9\x6f\x11\x20\x00\x28\x2d\xad\x6f\x2c\xf1\x8a\x7e\x68\xee\x09\xca\xdb\x52\x71\xb1\x0b\xe3\x9a\xb6\x7d\x3d\xe1\x59\x06\x65\x6e\xdf\x70\xff\x6d\xcf\x5c\x38\x5e\x0e\xaa\x86\xcd\xa5\xa5\x84\x5d\xc0\xb7\xe8\x7a\x64\xfd\x79\x32\x7a\x08\x3a\x31\x40\xa0\xb2\xbd\x16\x10\x20\x74\x52\x8d\x8b\x9c\x10\x94\xac\xc7\x9f\xfe\xa0\x57\xbc\x96\x09\x6e\x15\x92\x63\x4a\x65\xc3\x29\xbe\x62\x15\x10\xca\xe9\x4c\xa6\xfd\x5b\xd3\xbc\x1d\xa4\x53\xd9\x2b\x2f\xec\x8a\x65\x0b\x52\xe0\xcc\xea\xe5\x7c\x22\xea\x87\x4e\xe3\xa4\xd9\xbe\x7e\x91\x0e\x6c\x65\x6f\xdf\x22\x61\x0e\x72\x73\x53\x66\x8a\x1c\x06\xc4\x17\xe9\x2a\xac\x07\x77\xe8\xf8\x92\x9a\x63\xf1\xc4\x3e\xf7\x61\x9c\xf7\x09\x19\x67\x0a\x39\x1e\x83\xd7\x4b\xfd\x30\x46\x27\x13\xec\x73\x88\xd5\x40\x7c\x75\xc8\x43\xaf\xf9\x88\xea\xfc\xd4\xc1\x91\x4d\x6a\x92\x60\xb0\x93\xe5\x38\x37\x92\xff\x4c\x88\x29\xcc\xa0\x30\x82\x90\xca\x80\xb9\xf9\x42\x5a\xaa\xa4\x94\xe7\xf0\xda\x68\x50\x6b\x9f\x9c\xa7\x90\x34\xd2\x1f\x9e\x8c\x1a\x16\x88\x80\xad\x10\x99\x9d\x2f\xa5\x28\x72\x9e\xc1\x24\x17\xeb\x5d\xd5\xd4\x2e\x48\xef\xfb\xe0\x1f\x4e\x98\xdd\x0a\xd7\x4a\xe6\x50\x7a\x1e\xdc\xe6\xe0\x87\xb2\xe0\x53\xf6\x2f\x6f\x1e\xe8\x1b\xcf\x6c\x1e\x9f\x6c\xee\x3b\xc8\x83\x73\x9d\x34\xf7\xbc\x4c\x8e\x73\x8d\xfe\x40\xa1\xbd\x44\xbb\x38\x3d\xdb\xb8\x7f\x4b\x3a\x00\xde\x00\x7c\x17\xb0\x36\x2d\x97\xa2\x02\x38\xf9\xc2\xcb\x89\x2a\x80\xfd\x31\x85\x20\x0c\x87\xe1\x7d\xa5\xab\x37\x7f\x73\xac\x0c\xac\x37\x16\xd4\x01\x0d\xb3\xcc\x66\xb5\x59\x0b\xa7\x24\x58\x1b\xfb\xc4\xcb\xe9\x07\x5e\xd2\x39\xf8\x14\xd1\xba\x35\x24\x24\xd1\xa8\x8e\xac\x11\xf0\x4d\x13\xd7\x0d\xd1\x02\x4b\x96\x87\xce\xa9\xd2\x6e\x6b\x37\x70\xc8\x9c\x3d\xcc\x8c\x5d\x59\xc7\x6e\x38\x26\x99\xc2\x7c\x22\x58\x4b\x6d\x75\x85\x09\xd4\x40\xcf\xac\x66\x46\xf6\xcd\x6c\x4b\x8f\x6d\x04\x0c\x58\xa4\x97\x1e\x76\xea\x2c\x5a\x66\xd0\xca\xbe\xb5\x20\xfa\x06\x4f\x1e\xa7\x58\x95\x8a\x9d\xf2\x3c\xcd\x8c\x98\x96\xc9\x99\x66\x6a\x56\xba\x6d\x49\x5a\x69\x8e\x17\x61\x77\xd5\x57\xa9\x08\xf4\x19\xff\xbe\x0b\x29\x1c\x17\xeb\x35\xb7\xc1\x85\x94\x37\x2f\x1e\xd0\x6a\xdf\xb3\xd2\x1c\x1b\x34\xa8\xa7\x8a\x62\xa5\x55\xa7\x86\x7a\xd7\x93\xe5\x31\x43\x9f\x43\x70\x01\x3e\x97\x63\x54\x23\x0b\x31\x96\x2a\xef\xb3\x7d\x01\x15\x1f\x70\xd9\xf0\x47\x8a\x59\x51\xe4\xde\x5c\x37\x5e\x84\xd7\x06\xb4\x88\xbe\x77\x80\x63\x25\xda\x2b\x8b\x5a\x53\xe7\x6a\xc5\x15\x1c\xad\xe8\xbe\x4b\x5b\x75\x11\xfa\x36\x4a\x6a\x79\x4c\xb7\x11\xf8\x37\x45\x98\x94\x82\x56\xec\xa0\xf6\x66\x04\xab\xaa\xbc\x3d\x0c\x8d\x7f\xee\x13\xe4\x9b\xa1\x30\x54\xe9\xbc\x89\x00\xcf\xe7\xcc\x16\x4a\xb5\xf9\x53\x5d\xea\xc7\xa8\xa1\xd0\xa2\xf6\x4a\xa5\xf3\x6f\x4a\x23\xb2\x46\x34\x50\xd4\xa5\x4c\xce\xe6\xf4\x39\x86\x09\xda\x1f\x6e\x8a\xcb\xf6\xf5\x7c\x15\x8c\xdc\x3a\xf0\x2d\xf9\x25\xea\x28\x7c\x14\x31\xc8\xee\xa6\x0b\x34\x5e\xb0\x6c\xc2\xd2\xe2\x43\x2d\x28\xbe\x34\x0b\x73\x47\x74\xe6\x27\x23\x7e\x66\xc9\x29\x4b\xc5\xb9\x4c\x84\xee\x33\xf0\x3f\x86\x2c\x9b\x60\x0b\x98\xa8\x59\x0e\xe7\x0e\x3a\x71\x33\x31\x1a\x89\xa4\x5c\xce\x5c\x86\xf9\xdb\x0d\x78\xc3\x14\x58\x28\x39\xd0\x1e\x02\xa3\xfb\xbe\xa3\x78\x78\xfb\x2d\xf9\x19\x30\x24\xa4\x1e\xae\x6b\xdd\xe8\x89\xba\xfb\x1a\xae\xb1\x5a\x38\xf3\x91\xcd\x2c\x46\x52\x09\xad\xe1\x0f\x2a\xe9\xbe\xa2\x71\x6f\x91\x3b\x2a\xc7\x58\x3f\xf3\xf9\x04\x72\x3c\xc2\x6d\x21\x13\xe9\x70\x7e\xe2\x60\xe2\xb1\x80\x8f\xa7\xa5\x62\x17\xaa\x38\x63\x89\x2a\x0a\x91\x94\xe8\x61\xfe\xc0\x7f\x66\x1d\xb1\x93\xca\x8c\xb4\x9b\xc2\x95\xa6\x8a\xd4\x95\x25\x7b\xf0\x60\x32\xd3\xe5\x83\x07\x7e\x50\x03\xcf\xab\x04\x4d\xaa\xa0\xe4\x66\xac\xc0\xf2\x11\x30\x82\x0b\x44\x51\xf9\x08\x7a\x0d\xe7\x24\x8a\x6d\xe0\x14\x5c\xd0\x73\x95\x8b\x2f\x52\xc3\x7a\xef\xbe\x8e\xc5\x0c\x2e\xf3\xaa\x11\xca\x15\xf7\xbc\xb1\x88\x9f\xeb\x6f\x1b\xb5\x7c\xc5\xf8\x4e\x02\x99\xad\xad\xd2\x31\xf5\xef\xb3\xd8\x9a\xb8\x0a\x87\x61\xab\x8c\x2c\x32\x95\xb8\x44\x84\x20\x46\x0b\xa3\x9b\xe1\xa8\x74\x7b\x56\x1a\x66\x4f\x69\x25\x20\xdd\x6d\x65\x63\xe5\x5a\xcb\x71\x5e\x5f\x1c\x43\x34\x47\x7b\x78\x79\xbd\x38\x15\x85\x68\x2c\x54\x95\x4a\x1a\x46\xb4\xac\xda\x0f\xf1\xf7\x61\xb3\x55\x83\xa5\x1f\xa3\x2d\x75\x73\xed\xc9\xe8\xbf\xfb\x1a\x72\x30\xe7\x11\xfe\xf5\xc2\xc9\x02\x0e\x36\x37\x02\x7c\xfd\xa8\xf3\x28\xd8\x9b\x61\xb8\xdd\xd7\x66\x00\x88\x3b\x0a\x99\xdb\x17\x2c\x98\xe8\xd5\x9d\x29\x64\x01\x09\x96\xa2\xe5\xc0\xe9\x05\x13\x76\x52\xc9\x7f\x1e\xef\x0e\xd8\x7f\x1c\xfc\xbd\x1f\x3e\xa5\xdf\xfc\xd9\x0d\xfc\x4b\x9d\x41\xa0\xce\x6b\x88\x8f\xf6\x6c\x63\x14\x2c\x71\x32\xca\x66\x32\x3d\x61\x9d\xd1\x2c\xcb\x68\x57\x75\xd1\x00\xd1\x77\x7d\x13\x35\x99\x18\x00\x18\xab\x3c\x83\xac\xef\x0c\x4c\x1d\x76\x1f\x42\xb6\x9f\xa9\x92\x94\xb7\xde\x74\x5b\x65\x07\xd0\xa2\xf3\xe8\xe1\xfa\xea\xe3\x67\x3f\x75\x07\xcc\x1b\xc3\xda\x38\x36\x9e\x4e\xbf\x80\xef\xd9\x1a\xa6\x64\x9b\x62\x16\x75\x07\xe3\x9d\x48\xe5\x6c\xc2\x3a\x8f\x9f\xaf\xaf\x3e\x7d\x74\x4b\x20\x6f\xcd\xfd\x9d\x75\x9e\x3e\x5e\x5f\xdd\x58\x7f\xf8\x28\x0e\xe4\xd1\xc3\xc5\x40\xfe\x4e\x50\x36\xd6\x1f\x3e\x5e\xdd\x78\xf4\xf4\xc9\x2d\xc1\x38\x38\x8f\x9e\x3e\x5d\x9d\x4d\xe3\x50\x1e\xaf\x2f\x80\x82\x16\x3b\xb0\x34\x99\xc5\x8b\x06\xff\x34\x17\x5c\xe6\x0c\x12\xe0\xaf\xa2\xbb\xf7\x09\x00\x38\x81\x10\xce\x1e\x15\xa9\xb5\xdb\xd7\x9c\x57\x05\x44\xa2\xb2\x0e\x8e\x2f\x73\xf6\xf6\x70\x1f\x14\xfd\xee\x82\x05\xe6\x29\x9f\x96\xba\x66\x9b\xaa\x30\x3d\xc1\x87\x13\xa9\x3d\x7e\x59\xb0\xd2\x8f\x80\x0a\xb7\x5e\xe3\xa0\xfb\x6d\x56\xf7\x66\x00\x9a\xeb\x1a\xf4\x5f\x76\x45\xc9\x76\x18\x0d\xc2\xba\xe3\xa2\xe6\xc2\xad\x2a\x64\xae\x5c\x72\x51\x1f\x3e\x7b\xb8\xfc\x32\x34\x57\xf1\x46\xdd\x9b\xab\x18\x74\xbf\xcd\x2a\xde\x0c\x40\x73\x15\x83\xfe\x37\x59\xc5\xf7\x82\xc7\x03\xde\xa2\xcb\x78\x32\x01\xca\xfd\x5b\x6f\xc8\x05\xd0\x88\x6d\x17\x02\x6c\x2e\xee\x93\x9f\xee\xb8\xb8\x4f\x1f\x3f\xbe\xd3\xe2\x06\xfd\xaf\x5f\x5c\x5c\xa3\x68\x20\x7a\x7c\x51\x21\x1a\xf8\xdf\x7a\x4d\xbf\xfd\xa2\x46\x01\x5a\xee\x5e\x00\x29\xb6\xbe\x8f\x9f\x4f\xbf\xa0\x84\xc3\x64\xbb\x13\x5e\x8c\x65\xde\x63\xa0\xb5\xdc\x61\xdd\x1f\x3f\x5c\x06\xf0\xf5\x0c\x01\xeb\x1b\x0d\x90\xff\xc6\xfc\xd0\xb3\x0a\x1b\xe2\x4c\xf1\xe6\x96\x78\x7f\xff\xfb\x2a\x4e\xb1\x22\xeb\xff\x5c\xa1\xf0\x3f\x81\x7f\x7e\xba\xd9\xd1\x0e\xcb\x0e\xe4\xa0\x68\xfe\x65\x78\x45\x7c\x29\x0b\xce\xfe\xfd\x25\xc8\xbf\x35\x03\x44\x61\x11\x4d\x17\x81\x0a\x96\x7c\xe3\xa7\x0d\x33\xd1\x8d\x67\x4f\xef\x2a\x34\x00\xb4\x83\xfd\xd3\xc3\x75\x64\xa7\x6f\x00\x19\x1f\x1f\x0d\xcb\xbc\x25\x99\xd4\x4c\x47\x1f\xe7\x33\x7a\x3b\x06\x16\xb3\x19\xd1\xbc\xc7\xe3\x93\xdb\xb2\xdd\x6f\x5c\xd7\xe4\x95\xef\x0f\x00\x06\x25\x7f\x18\x30\x84\xb8\xce\x7f\x80\x13\x8a\x77\x27\x82\x62\x5a\xa7\x64\x5d\x0f\x3b\xa2\x89\xad\x96\x62\x03\x83\x25\x7d\x02\x06\xee\x01\x25\x3f\x33\x13\x9d\x4d\x31\x73\x84\xf5\x8f\x90\xe2\x02\x6e\xd3\xd0\xe1\xa8\xfe\x98\xce\x36\x23\xd9\xf2\xbf\x15\x51\x97\xd3\xce\xff\xff\x47\x54\x52\x93\x9f\x2f\x4e\xc7\xb0\x8c\x4d\xae\x3d\x1d\xc3\x2d\xdd\x51\xbe\x77\x8e\x06\xfb\xca\xaf\xa6\xc2\xf7\xb7\xb8\xd6\x11\x76\x57\xfb\x2e\x60\xf8\x20\x92\xcd\x59\x31\xcb\xf3\x50\x1e\x48\xbd\x85\xed\x16\xbf\xd0\x6b\x32\x8e\xa9\x9c\x12\xe3\x1b\x36\x0c\x11\xca\xa1\xd8\xc5\x81\x4c\x17\xc6\xf8\x5b\x40\x0d\x9f\xd5\x00\xd8\xf2\x9e\xa2\xe0\xfd\xe1\xfc\x44\xc2\xe7\x68\xb2\x03\x1e\xb5\x3c\x37\x2f\xe1\x38\xf2\x27\x7a\x84\xde\xd4\xef\xf3\x95\xf3\xd0\x83\xfc\x31\xb8\x19\xb5\x08\x86\x04\x67\x6e\x78\x6e\xf1\x3d\x65\x83\x91\x0e\xe0\xfb\x82\x71\x90\xff\x20\xa5\x62\xdc\xf7\x67\x69\x97\xe9\x36\x57\xa9\xe5\xdc\x9f\xfe\x74\xa7\x21\x6f\xed\xc1\x9c\x4d\x49\x82\x00\x66\x65\x2f\xf7\x5c\x25\x2f\x3c\xa7\xe5\x99\xb6\x8f\x5b\x40\x3a\xf7\x08\xc8\xb8\x15\x09\xcd\x37\x52\xb3\x48\xad\x2f\xa7\x34\x9e\x73\x73\xac\x2d\x00\xca\x49\xff\x61\xb8\xf6\x50\xd4\x26\x10\x67\x43\x27\xdc\xda\xf3\x25\x20\x4b\x15\xa1\x5b\x3d\xbc\x70\xb6\xc4\x3d\x54\xfc\x60\x96\xb4\x28\x25\xcf\x7e\x0e\xc2\x6f\x7e\xb9\x7b\xd4\xc8\xa2\xf4\x0e\x41\x6a\x87\xeb\xd3\x3a\x2c\x02\x61\x1f\xfb\x22\x50\xe8\xd3\x92\x80\x48\xe2\x45\xe0\xe0\x17\x98\xd4\x92\xb0\x26\x5c\xe6\x4c\x63\x69\x8f\x18\x44\xf3\x7d\x49\x50\xde\x3b\x7f\x95\x13\x2b\x02\x12\x82\x4c\xf3\x54\x2f\x09\xf6\x95\x4a\x31\xb5\x1b\x8a\x99\xeb\x60\x03\x8f\xef\xe6\xb9\x28\x96\x84\x8f\x2f\xb3\x20\x6d\xdd\xd3\x6c\x21\xf8\xe2\x71\xaa\x4e\xb4\xab\x96\x1c\x2c\xe4\xfb\x45\x23\x54\xd4\xbc\x0d\xe8\xdd\x44\xe5\xb8\x4b\x6a\xb0\x9b\x5e\x5e\xba\xb1\x71\xfb\xde\xae\xab\xbc\x88\xe3\xbb\xf2\xe5\xb2\x3c\x8b\xe2\xae\x9a\x72\x4b\x9a\x14\x6c\x77\x33\xa0\x10\x41\xb0\x10\xde\xa1\xf8\xb2\xec\x0a\xc1\x6b\x7d\x0b\xb0\xe4\x46\x6b\x4d\x47\x67\x0b\x2c\xfc\xba\x24\x28\x69\xf8\x79\x29\x80\xd7\x73\xbe\x15\xc1\x7a\x36\x74\x22\x37\xf4\xcf\x6e\x30\xc4\xa0\x55\xc6\xc7\x6b\x11\xfe\x7e\xf8\xe1\xf3\x87\xfd\x9d\x37\xbb\x7f\x67\x9b\x6c\xe5\xac\x84\xe8\xc6\x46\x8b\x83\x9d\x0f\x5b\xfb\x5b\x87\x7b\xfb\xa6\xd1\x6a\xb4\xc9\x9b\x8f\x6f\xdf\x56\x90\x3c\xb0\x3f\x86\x10\xea\x7d\x5f\x6f\x1d\x6e\x99\x06\x87\x5b\xfb\xbf\xee\x1c\x1a\xf8\x50\x57\xf2\xac\x9c\xae\x52\x55\xff\xb6\x1e\x3b\x7f\xdf\xd9\xfe\x78\xb8\x13\xeb\x29\xbe\x88\x64\x56\x8a\xeb\x20\x6c\xed\xef\x6e\xc5\xba\xc3\x9b\x6f\x4b\x5f\xd3\xef\xed\xd6\x7f\xee\xec\x7f\xde\x7d\x4d\x24\x5b\x05\x67\xc2\x55\x99\x46\x1b\xc3\x20\x01\x01\x7b\x8c\x42\x48\xd7\x18\xf8\x9d\x69\xd7\x0b\xca\x07\x83\x1e\xf9\xbb\x98\x97\x72\x8a\x9f\xf1\xb8\x0b\x01\xef\xfc\xe7\xe1\xee\x87\xcf\x5b\xaf\x5f\xef\x20\x16\xd0\x7c\x2b\x4d\x05\x20\x11\x6f\xbd\xbf\xf3\x6e\xef\x6f\x7e\xfb\x7d\x31\x51\xe7\x8b\x7a\x7c\xfc\xf0\x7a\xeb\xd0\xef\xf1\x11\x02\x1f\x62\x3d\x3e\xec\xec\x1f\xec\x1e\x1c\xee\xbc\xfe\x5c\xc7\x6d\x2a\x0a\x2d\x75\x29\xd2\xdf\x17\x22\xd9\x00\xe0\xa1\x5b\x03\xd1\x8e\x77\x03\x08\x31\x49\x04\xc8\x0e\xf2\x48\x04\xc8\xce\xfb\xc3\x9d\x7d\x0b\xe0\xdd\xde\x6b\xe8\x0d\x39\x8e\xb0\xe7\x3b\x95\x46\xbb\xfd\x7d\xf7\xb0\xd1\xeb\x8b\x2c\xc3\x4e\x57\x61\xba\x82\x89\x98\x28\xf9\x2f\x17\x59\xb1\x44\x60\xf3\x57\x36\x16\xe5\xaf\x99\x1a\xf2\xcc\x29\xb4\xba\x87\xe5\x76\x61\xa7\x83\xe3\xfb\xb2\xb1\xd7\x37\x8b\xd4\x8e\x07\x53\x53\x20\x75\x1f\x92\x90\xac\xbc\x88\x6b\x9e\xd8\xa6\xc2\x98\x0a\x51\x29\x15\x04\xa1\x31\x36\xca\xc4\x97\x6d\x7b\xf4\x84\x9f\xcc\xe1\xd1\xf2\x49\x26\x70\xbe\x79\xbf\x64\xf5\x70\x04\xc6\x26\x22\x9f\xed\x36\x1a\xa6\x94\x38\x45\xd6\x3f\xa0\x45\x64\x3f\x1a\x2c\xe7\xab\xd7\xb8\xfa\x38\xbf\xfa\xba\xd8\x3c\x5a\x13\x6d\x35\xe3\x95\x89\x5e\xa5\xc0\xf3\x9e\xff\xe5\x37\xae\xdf\x89\x7c\xe6\x37\x58\x5d\x3d\xc5\x1f\xc3\x96\x66\x0a\x41\x33\x33\xf9\xb0\xc9\x3b\x9a\x69\xd0\xcc\x4e\x3f\x6c\x0a\x61\x1b\x41\x3b\xa0\x5c\xd8\xe8\x75\x45\xa3\xa0\xa9\x47\xbb\xb0\xc3\x41\x8d\x76\x41\xaf\x3a\x61\xc3\xae\x6f\x7c\x06\x08\xfa\x05\xac\x11\x76\x3a\xf4\x59\x23\xe8\x14\x30\xcd\x4a\xbd\xcc\x1e\xae\xdd\x58\x94\xe6\x66\xdd\x60\xd1\xcd\xfa\xf6\x84\xa2\xe9\xf0\x7f\x35\x53\x10\x26\x04\xa6\x78\xa9\x41\xb8\x51\xe8\x9b\xb3\xfc\x58\x36\xa2\xdf\x29\xf8\x6a\xbb\xe5\xb3\x59\xdc\xc6\x37\xdf\x51\x88\xda\xd9\xd5\x5d\xa6\x2d\xa5\x60\x4a\xdd\x85\x91\x7e\x3f\xb5\x3c\x18\xfe\x9c\x9c\x8a\xe4\xac\xd9\x1a\xb3\x85\x36\x7f\x97\xfa\x60\x9a\xc9\xd2\xfd\xdc\x40\xa0\x3b\x88\x88\x83\xcd\x5f\xc2\xcc\x1d\x89\xbf\x0c\x11\x89\xd7\x89\x6f\xb8\x1e\x25\x57\xbd\xbc\x64\x5f\xaf\xaa\xa2\x64\xb6\xcc\xf6\x0e\xe1\xcc\x36\x1d\xfa\xec\x87\x1f\xd8\x3d\xc2\x99\xea\x7b\x51\x46\x90\x50\xa4\x76\x5c\x55\x30\xbc\x48\x7e\xb2\x7f\x7a\x4b\xab\xfb\x96\x21\x7b\xd5\x57\x64\x8a\xbe\xe9\xe5\xfd\x5a\x5f\x76\xef\x13\xd1\xdb\x20\xf6\x69\x45\xea\x55\xfa\x7b\xa5\xe7\x83\xda\xc6\x1f\x8f\xbd\x7e\xde\xf4\x4c\xd7\xea\x03\x63\x06\x8c\x9d\xf0\x4a\xcf\xff\xe2\x81\xb4\xbd\x83\xef\x5f\xfd\x3f\x98\x0b\x51\xd1\x83\xfa\x17\xc6\x3e\x9d\x0c\x4e\x21\xfb\x74\xff\x2f\x5f\x23\x24\x31\xdc\x79\x75\x72\x3c\xb0\x43\x1a\xce\xb6\x43\xfe\x66\xfa\xd5\x46\xa6\x5a\xde\x96\xb1\xd9\x88\x67\x99\x66\x36\xdb\x83\x8f\x30\xf5\x06\xd3\x17\x16\x4a\x63\xaa\x90\x63\x99\xf3\xcc\x05\xf4\xdc\x10\x59\x2b\x41\x7d\x84\x2d\x26\xf5\x61\x2f\x2f\x63\x54\x6c\x9b\xd2\x0a\x8e\xbb\x32\x58\xbe\xd3\x55\xf0\xb7\xff\x97\xbf\xfc\xb4\x7b\x61\xed\xe3\x9b\xa3\x5f\x3b\x6c\x02\x86\xa2\xdf\x7c\x88\x56\x4e\x38\x4e\xb4\x3f\x84\xac\xf8\x9a\x7e\xf5\xbb\xde\xf3\xfa\xfa\xc8\xdf\x0b\x98\x34\xf8\xe2\xb1\xfd\x0d\x98\x2e\x4a\xce\x36\xda\x5f\xb3\xe8\x70\x16\xfa\x2b\x0e\x47\xe1\x2d\x81\xc5\xd8\xfd\x96\xa0\xbc\xe3\xd7\x87\xe8\x9d\xbe\xb7\x04\xbc\x88\xcb\xdb\xf9\x17\x0c\xea\x21\xc1\xc1\x06\x1f\x6d\x0c\xc1\x87\x22\x6c\xfd\xa1\x10\x3a\xd6\xfa\xd3\x09\x35\xbf\x01\x49\x6f\x0b\xeb\x7a\x9a\xde\x16\xf2\x22\xa2\xc6\x61\xb6\xef\x6f\x7f\x07\xfa\xc7\x42\xf3\x20\xb8\xc9\x26\xfc\x86\x3b\x8d\x46\x6f\x67\x96\xd8\xfa\x53\xa7\x9b\x12\x23\x69\x9c\x95\xd5\x64\x47\xa1\xd6\xf8\x29\xb2\x2e\x81\x62\xe9\x04\x58\xd0\xb1\x82\x57\x86\x0a\x65\x0c\x5e\xa0\x73\x3a\x78\x41\xc7\x0a\x9e\x04\x6d\x7c\xb1\xce\x60\x18\xc4\x3f\xce\x7d\x6d\xae\xa9\x4f\xc8\x5a\xeb\xe0\xf0\x8f\x1c\xb1\x71\x05\xc3\x6b\x48\xab\xd2\xc2\x7d\x5e\x43\xcb\x6a\x91\x65\xc8\xf0\x36\x11\x23\x17\x08\xd7\x5e\x20\x59\x7b\x11\x4c\xe0\x83\x45\x25\x86\x01\x34\x68\x72\xfb\xc4\x5d\x79\x16\x13\xd9\xee\x4e\x6f\x9a\x0d\xd5\xb9\x49\xec\x49\xb3\x57\x13\x75\x07\x67\x21\x21\xad\xae\x19\xe9\xd8\x20\xec\x7f\xe7\x39\x7a\xfd\x39\x50\xdf\xda\xb7\x15\x72\x35\xbd\x35\xd4\x55\xdb\x94\xaf\xe3\x08\xf7\xa5\xfe\x35\x75\x31\x1b\x78\xe2\xbf\xb9\xda\x69\xf4\x63\x73\xc1\xbd\x76\x4b\x6d\x1e\xaf\xfd\x82\x3d\x54\xbf\x1e\xc7\xb7\x53\xfd\x86\xed\x08\x55\xef\x6e\x01\x5f\x61\x3d\x5c\x43\xf8\xee\x8b\xe5\xf2\x15\x7a\x09\x33\x95\x02\xad\x5b\xe6\xb2\x94\x3c\x93\xff\x12\x54\x6e\x03\xab\xe1\xe2\xfd\x8a\xe7\x94\xe9\xbd\xcf\x3e\xe6\xe0\x13\x72\x82\x21\xb6\x33\x2d\xde\x89\x89\x3a\xa1\x58\x1e\xa9\xd9\x78\xc6\x0b\x9e\x97\x98\x4e\x05\x46\xe0\xd9\x05\x9f\x6b\x0b\x11\x5e\x7b\xf8\xc4\x3e\x71\x77\xa0\xc0\x02\xd5\xf2\x71\x28\xc0\x93\x2c\x77\x21\x45\x3d\x4c\x8a\x01\xb9\x69\x64\xc9\x54\x9e\xa0\x87\xcc\x03\x8c\x58\x93\x9a\x69\x39\x91\x19\x56\xfb\xb7\x8f\xe6\x9c\x4d\x0b\x48\x8e\x60\xae\xfa\x43\x8c\x84\xe2\xf4\xa8\xec\x17\x23\x76\x79\x31\x77\x6d\xca\x14\x78\x7a\x47\xa7\x00\x61\x34\x2c\x2c\x3e\x58\xbd\x0c\x63\xa9\x2e\x91\x27\xd2\xdc\x4a\x21\xe1\x4b\x48\x0d\xff\xb9\xc6\xe6\xdc\x84\x60\x28\x9a\xe1\xdf\x60\x88\x55\xb6\x8b\x7f\xe2\x90\x10\xe5\xe6\x07\x42\xdb\x04\xa6\xd2\x6f\xd5\x67\x07\xd5\x54\x4f\x66\x5a\x40\xa1\x94\x93\x1e\x8c\x02\x54\x72\x73\x58\x73\xc0\xaa\xf7\x6a\x78\x12\x81\xf4\x03\xa5\x9c\x08\xb7\x68\x94\x52\x07\xde\xc1\xa1\x1a\x13\xc6\x59\x3e\x60\x7f\xc5\x55\xd3\x90\x1e\x83\x10\x80\x32\x33\xa9\xc8\x4b\x59\xce\xd1\x01\x40\x6a\xa2\x1a\xa5\x92\x83\xf5\xa6\x94\xa9\x9a\x0a\x92\xc5\x72\x8d\xce\xb4\xd8\x36\x2b\xf1\xf3\xe1\x2f\x1d\x9f\x34\x03\x76\xc8\x2e\x59\x07\x03\xc8\x0f\xbb\x5d\xf3\x37\x3e\x0c\xaf\xc1\x73\xd9\x4c\x8b\x7d\x31\x42\x7f\x08\x9b\x22\x09\x11\xb0\xf1\x5f\xb2\x5c\x41\x1f\xa7\x4c\x70\x0d\xe9\x23\x44\xae\x8d\x62\x37\x9c\xc9\xac\x5c\x95\x39\x3b\x05\xbe\x87\xe4\x39\xaa\x38\xd3\xec\x54\x14\x82\x86\xe8\x5c\x08\x96\xc0\xf2\xf3\x4c\x63\x2c\xe5\x09\x9a\x19\x3e\xc1\x28\xc7\x6c\x93\xb9\x05\x07\xfa\x07\xd8\x77\x4f\xa0\x7a\x94\x81\xbd\xa2\xd9\xc4\x20\xe8\xc6\xa7\x11\xc0\x7a\x8a\x15\xc9\xd3\x19\x84\x29\x16\x22\x9d\x25\xa2\xc0\xe8\x77\xc3\xbe\x18\xf0\x79\x21\x58\x0a\xf5\x47\x73\x21\x52\x48\x21\x84\x88\x14\x62\xe4\x23\xb1\x2f\x46\x3f\x7f\x45\x12\x18\x5a\x5d\xfd\xd2\xa9\x4a\x64\x17\x62\xd4\xb7\x31\xd4\x9b\x9b\x9b\x5e\x1c\x9a\x3d\x2a\xd6\xd6\xd8\x2b\xf5\xc5\xa3\xa2\x84\xe8\x4b\xcc\x97\xcb\xb4\x32\x58\x24\x3c\x67\xa5\x30\xfb\x6f\x84\xc4\xad\x36\x6b\xea\x32\x13\xd6\x36\xb1\x83\x4e\x4c\xb4\xd6\x28\x5e\xc1\x02\xe4\xaa\xa3\x8b\x66\x42\x49\x63\x83\x5d\x03\x89\x63\x2d\x07\xad\xb0\x97\x2c\xa0\xbd\x11\x78\xd6\xa4\xd7\xed\x74\xd9\x20\xe8\x6c\xe5\xa5\x4d\xee\xea\xec\x41\x1e\x1a\x58\xf4\xbe\x69\xce\xc7\xc7\x3c\xcf\x34\x8e\x3f\xac\x34\x6d\x8e\xbb\xf9\x3f\xf0\x29\xff\x9d\x4a\x85\x9d\x95\xe7\x4a\x76\xae\x64\xaa\xa9\x8e\x97\xb4\x6d\x51\x8e\x8c\x45\xb9\x3f\xcb\x84\xee\x74\x91\x27\x78\x4a\x41\xd6\xf3\x5a\xfa\xa6\x1c\x8a\x03\x40\x16\xe6\x66\x28\xd8\x2e\x94\x1c\xd0\x98\xf4\xc9\x05\x85\x0a\x2a\x45\x60\x06\x60\x7c\x2a\x83\x1c\x2f\xf0\xe5\xbd\x82\xdc\xde\x90\x10\xba\x59\x0f\x6a\x3a\x85\x80\x57\x1f\x28\x87\xdf\xb6\x4f\x65\x16\xbc\x4c\x7b\x3f\x0f\x18\x26\x7c\xae\x5b\x67\xe1\xd9\xa1\x4e\x28\x5a\xee\xe0\xe7\x4f\x67\x62\x6e\x64\x4c\xe4\xd3\x71\x70\x8e\x6d\x1f\x7c\xb0\xa2\x5f\x57\x6e\x05\x40\xb8\x53\x21\xca\x56\xe7\x93\xed\x83\x0f\x07\xb6\x5b\x6d\xa5\xde\x2b\x8a\x21\xc6\x55\xc2\xa0\x7f\x3c\xe7\x59\xc9\xc7\xe1\x72\x24\xa2\xf1\x8a\xe0\x6a\x82\x38\x2c\x20\x54\x59\x8e\xfb\x8b\x73\x31\x7b\xd8\xa1\x8d\xd2\x74\xdd\x86\x9e\x75\x14\x1d\x41\xc0\x6d\x14\xfd\xa4\xd4\x05\x2d\x12\x2f\xec\x9a\xd7\x6a\x15\xfb\x54\x7c\x39\x08\xa9\x1a\x71\x9c\xc2\x80\xe3\x15\xca\x5b\x6a\x94\x95\x15\x3f\xc6\x9c\x57\x5a\x58\x3c\x16\x7e\x25\xd1\x7a\xc5\x1b\x9f\x3e\x7e\x28\xc4\x48\x7e\x59\xe4\xb1\x35\x02\x77\x2d\x48\xe2\x4d\x48\xa4\xb2\xa0\xf9\xaa\x11\xcd\x12\x50\x98\x95\x6a\xb5\x28\x33\x39\x9a\x53\x04\x74\x3e\x76\x71\xa9\x7f\x40\xad\xb2\x72\x3e\xa5\x92\x84\xf6\xd0\x2b\xc4\xb4\x10\x5a\xe4\x25\xc6\x1c\x73\xf6\x7a\x77\x9f\x71\x9b\xd2\xd0\x9e\x96\x13\x5e\x9c\xcd\xa6\x3d\x82\x05\x09\x37\x77\xf7\x6d\xa9\x58\x91\x43\x1a\x54\x2f\x59\xaa\xf5\x1a\x23\x57\x6d\x36\x56\x42\xdb\x12\x7d\xe0\xe5\x6b\x2b\x00\xa1\xe3\xa5\x97\xbe\x16\x55\x97\x96\xd9\x42\x46\xab\x6a\x55\x0b\x31\x96\x1a\x2a\xb1\x05\x6e\x50\x65\xb6\x30\x1d\x26\xad\xa3\x7b\x8a\x86\x55\xe4\x65\xc9\x93\x53\x3f\xd9\x60\x7d\x35\xc9\x13\x86\x3a\xb5\xaf\x97\xbf\x03\xbd\x9e\x89\x9e\xda\x0d\x66\x78\xcd\xdb\x6f\xd1\x74\x77\x60\x05\xa6\x57\x7e\x4a\x53\xca\x61\xe6\x58\x44\x29\xe0\xe6\xa6\x1f\x4d\xb5\xd5\xfa\x2a\xdf\x75\xf2\x2e\xea\x40\xe3\x37\x78\x39\x60\x1d\x33\x88\x9d\x5c\x7b\x82\x98\x40\x67\x23\x37\x3a\xf2\x59\x35\x7a\x54\x72\x2a\xfa\xec\x77\x31\xc7\xac\x6d\x85\x3d\x21\x13\x6d\x25\x27\xd7\x5a\x25\x12\x30\xa6\x00\x1f\xd7\x3f\xf4\xee\xa1\x45\xd8\x36\x20\x5f\x0e\xd8\x57\x66\x44\xa1\xc5\xef\xd8\xbd\x01\x5d\x35\x73\x47\x10\x5b\x73\xbb\x4f\x3c\xf9\xe3\xea\x4f\x17\xe2\x74\x9e\x42\xc9\xcd\xbc\xdf\x2e\x7d\xdc\x04\x3c\x10\x5f\x03\xf4\x0e\xd5\x56\x31\xd6\x03\x6f\x8c\x4f\x2b\x9f\x6b\x5f\x57\x8e\x5f\xa0\xe6\x32\xc3\x6a\x42\x61\x5b\xfc\x95\xda\x9c\x89\xf9\xa1\xf2\x1e\xba\x82\xa6\xe1\x47\xea\x01\x93\x2d\xce\x45\x0a\x07\x67\xad\x47\xf8\x91\x7a\x14\x91\x86\x85\xfb\x0e\xb4\xc4\x83\xfc\xe0\xf0\x3f\xdf\xee\x1c\xfc\xb6\xb3\x73\xf8\xf9\x60\xe7\xf0\x70\xf7\xfd\xaf\x6c\x93\xad\x7c\xfe\x5c\x9d\x2a\x9f\x3f\x9b\xf3\xdf\x52\xfe\xdd\xc1\xee\x0e\xdb\xd8\x80\x2c\x0b\x46\x67\x4b\xb8\x4e\x78\x6a\x4f\xa1\xea\xfe\xf0\x7a\xef\x1d\x53\x45\x2a\xe0\x2d\x10\x74\xc5\x82\x83\xd0\x20\x39\x01\xdf\x50\x37\x15\x66\x6f\xa2\xaa\x90\x63\xce\xa5\x07\xa0\xaf\x17\xc2\x70\x50\x9f\x6d\x41\x61\xb9\xd3\x5e\x50\xc7\xd8\x60\x4f\xf9\x2e\xa6\x85\x54\x85\x2c\xe7\x3d\xb6\xbb\xb3\xb1\x61\x6f\x35\x85\x30\xb2\x9b\x53\x6d\x06\x0f\xbe\x65\x05\x9c\xff\xfe\xce\xc7\x83\x9d\xcf\x40\x85\xcf\xef\xd1\xed\x81\xce\x61\xf2\x8b\x53\x05\xbb\x17\xe6\xf1\x37\x57\xe2\xb5\xe2\x7c\xb0\xb1\xd1\x5f\x5f\xeb\x97\x42\x97\x1d\xd7\xd6\x28\xaa\xc5\xd6\x58\xe4\x25\xbe\xde\x65\xa2\x64\x9f\xc7\xf0\x90\x31\x60\x1d\x2c\x38\xc3\xe0\x71\x8f\x91\x7d\xe3\x53\x73\x05\x8e\x5f\xfa\x2b\x07\xeb\xf9\x86\x0f\x0b\x99\xe0\xf9\xf8\xd2\xd9\x3f\xaa\x27\xbe\x2a\xcb\xa5\x77\x90\xd2\x7b\xa0\x8e\x70\x38\x34\x8f\xfc\x8e\x5a\xa3\x61\x11\xa3\xd4\x5d\x59\x47\x9f\x5f\x0b\x3e\xa4\x02\x12\xfd\xa3\xbc\x2c\xe6\x88\x01\xcd\x8c\x6d\xda\xe2\x12\xf0\x6e\x09\xbd\x13\x5e\x26\xa7\xf6\x24\x37\x37\x14\x2c\x10\x3b\xcc\x78\x7e\x66\xb5\x6e\xb3\x0a\x57\x8e\x4a\x15\xc7\xf9\xb3\xf7\x9f\x5f\x5f\x44\x45\x00\x25\x9f\xb3\xd5\xef\x89\x11\xab\xd3\xa3\x4a\xe4\x36\x16\x7d\xb6\x35\xd4\x50\x13\x46\xbb\xfc\x30\x7a\x86\x92\x00\xce\x58\x3c\xd0\x08\x06\xc5\xb0\x54\x88\xf5\xc0\x65\x46\x0b\x73\x93\xca\xa6\x36\x45\x0b\x8a\x9a\xaa\x4a\x68\x14\x03\xd8\xa2\x45\xe5\x82\xed\x8a\x5d\x5c\xa3\x27\xe1\x5d\xbe\x2e\x9a\xec\xad\xff\x73\xc6\x35\x3a\xc8\x85\x25\x2c\xfc\x9f\x5e\x04\x1d\xf4\x4d\x1a\x93\x14\x41\x29\xfc\xc9\x5c\x09\x3f\x1d\x87\x2d\xea\x92\x69\x41\x53\x54\x0b\xdb\xd8\xd4\x6b\x36\xb3\xe5\xe4\xc3\x0f\x75\xb1\xd9\x7a\x58\x58\xce\xf5\xfa\xfa\xc7\xa0\x3d\x80\xf5\xc0\xdd\xa2\xa2\xf8\xaa\x7c\x5f\x68\x51\x2e\xdb\xbc\x71\x5a\x34\xf0\xfb\xca\x38\x7c\xe0\xf9\xfc\x05\xab\x93\xf6\x8a\x79\x3b\xce\x3f\x8b\x7f\xb5\x89\x40\x51\x90\x95\x2a\x87\x73\x9e\xe7\x61\x2d\x71\xca\xf8\x6f\xb6\x81\x4c\xcc\x1d\x6b\x97\x1a\x75\xba\x83\x06\xfb\x30\x7f\xb7\xb1\x4d\xbb\x8f\x63\xa2\xc8\x6c\xda\x40\x3c\x60\x7f\x73\xe9\xbe\xe7\x03\xb9\xbc\x64\x1d\xef\xef\x7e\x83\x33\x8d\xd4\x5c\xd8\xa0\x56\xa6\xc4\x08\x5d\x5b\xa8\xa4\xdb\xad\xae\xcd\x28\xb6\x47\x9e\x3c\xac\x26\xf0\xb2\xef\xcb\x49\x27\x8d\xc2\xae\xc1\xcc\x73\x71\xe1\x4d\xaf\xe3\x83\xed\x7b\xd2\xb5\x17\x0c\xd8\x8f\x49\xd4\xee\x0b\x3b\x4c\x48\x5b\x1d\xca\x56\x68\xb0\x80\xdc\x91\x0e\x57\xb5\x52\x2f\x9f\x6b\x2d\xe8\xbb\x67\xef\xeb\x24\xf6\xa0\x68\x6c\xb6\xde\x8d\x8e\x03\x47\x77\xa3\xbd\xf7\x69\x0b\xfb\x46\x8c\xb5\x35\x32\x29\xba\x9a\xce\xae\xfa\xcd\x85\x60\x17\x60\xd6\xc1\xe2\xe0\x55\x8e\xa3\xf0\xb2\xd9\xb7\xa0\x82\x1b\xdb\xe0\xba\x62\x3a\xec\x65\x78\xa5\xeb\x43\x31\xfd\xda\x3d\xaf\x5f\xdd\xf9\x3d\x2b\xbb\x77\x31\x1b\xe0\xbd\xcd\x7d\x74\x37\x80\x41\xc3\xeb\x28\x50\xf2\x63\x9f\xfb\xfd\x3e\xd2\xc7\xb3\xc0\x04\xc4\x0b\x05\x84\x59\xe9\xd8\x4a\xf4\xeb\xed\x5e\xbe\x8c\x03\x78\x11\xae\x8c\x95\x9a\x2d\x40\xe9\x7b\x05\x0c\x7f\x08\x80\x84\x12\xd6\x68\x42\xde\xaa\xf7\x43\x6d\xdd\x40\x8a\x0f\x55\x83\xe2\x46\x0c\x7f\x0f\x06\x0e\x4f\x91\xd6\x49\xd4\x9a\x39\xc8\xe1\xef\x01\xe4\x62\x21\xc0\x22\x84\x53\xb8\xee\x57\xcd\x74\xcc\xd4\x1f\x65\xb1\x27\x50\xad\x30\x46\xcb\x09\x37\xda\xc0\x84\x97\x64\xda\xa4\x3c\x73\xde\x45\x04\x12\xf3\x19\xcd\xd6\xcf\x22\x66\x0d\xd0\x74\x82\x15\x8d\xdb\xcd\x49\x74\x77\x9e\x78\x25\x62\x22\x47\x81\xed\x61\x4e\x00\x82\x1c\x16\xa0\xfa\x8f\x83\xbd\xf7\x7d\xfc\x22\x47\xf3\xca\x43\xac\x71\x94\x45\xf9\xaf\xda\x17\xf6\xce\x13\x70\x96\xfb\x5c\x3f\xb7\x63\xdc\xe0\x1a\xd7\xf5\x89\xd8\x02\xbb\xc6\x85\xdf\xa6\xf0\x3e\xd9\xc7\xa2\xc6\xdd\x1b\x38\x79\x56\xd8\x84\xc5\xd5\x69\x14\x23\x1f\x49\xcc\x05\xc2\xb4\x3b\x80\xfb\xf3\x75\x42\xb2\xdf\xef\xfb\x9f\x16\x4a\x8c\xc5\x58\x73\x66\x28\x51\xba\x90\x3a\xc2\xdb\xf2\x11\x3e\xc0\xb8\xb2\x02\xab\x7e\x8d\x01\xb2\xb5\xdb\x74\x82\xf8\x18\xe2\x0a\x33\xf8\x0c\xad\x71\x90\x06\x77\xd6\xf2\x34\x42\x5f\x82\x33\xcb\x57\xad\xba\x5b\x65\x3d\xac\x63\xe9\x53\x97\x94\xab\x8e\x6d\x52\x29\x57\xdd\xea\x9f\x21\x5d\xeb\xfa\x58\x7f\x3a\xd3\xa7\x0e\x40\xb7\x5e\x10\x0d\x1f\x56\xdc\x1a\xc4\x61\x38\x19\xd7\x00\x3e\x92\x59\x29\x8a\x4e\x32\x34\x50\x92\x21\xa8\x23\xfe\x58\x4b\xae\x57\x4e\xe6\x1c\xb4\xee\x7c\xd3\x65\x5b\x60\x31\xfa\x3e\x2b\x56\xa9\xd0\x37\x5b\xb6\x88\xea\x7d\xbb\xb5\x8b\x00\xf2\x16\x30\x36\xcc\x1d\x56\xf1\x57\x91\x8b\x02\x72\x9b\x73\x36\xcb\xe5\x3f\x67\xa2\x61\xc4\x0a\xd7\xcf\x33\x1d\xb3\xd5\x2a\xf6\x97\x6a\xfb\xa0\x29\x19\x4c\xb0\x53\x50\x3d\x22\x24\x1e\x8b\xca\xa1\xb6\xe3\x81\x73\xe6\xc8\x86\x20\x47\x8d\xf6\xab\x17\x79\x73\x55\x3b\xb6\x5f\xf8\x0d\x71\x64\xb6\x19\xe0\x7a\x79\x19\x9e\xf3\x81\x82\x54\x5f\x99\x93\xbf\x7c\xad\xc6\x7a\xe9\x8d\xfb\x23\x5b\x59\x5d\x61\x03\xb6\xb2\x72\xf5\x97\xaf\x38\xce\xd5\xea\x5f\xbe\x06\x47\xc2\x8f\x3f\x5e\x9d\xc4\x89\xfd\x91\xf2\x0d\xdb\x07\xc3\x52\xa1\x99\x91\xc9\x1c\xcf\x53\xc3\x56\x7c\xa8\x66\xa5\x7b\xde\x26\x96\xe6\xda\x9a\x9a\xab\xeb\x36\xd8\x1c\xaf\x15\xf0\x30\x40\x45\xef\xa6\x83\x3b\xf3\xae\x6f\x3d\xba\xbb\xe1\x11\xf0\xe9\xb8\x57\xbf\xc0\x45\x8f\x82\xf0\x90\x33\xd7\x41\xa3\xe0\x27\x51\x1d\xa8\x76\xba\x56\x4e\x13\xc7\xfe\x51\xc2\xfd\x83\x37\x38\xf2\xda\xb8\x98\x6e\x8f\x7c\x3a\x2d\xd4\xb4\x90\xe6\xae\xea\xf8\x98\x12\xb3\x72\x33\xd3\x8a\xa0\x86\x4d\xce\xa5\x9a\xe9\x6c\xde\xa4\x2d\x3e\x8a\x85\xb4\x8b\x11\xd7\x7e\x7b\x53\xa8\xc9\xef\x62\xde\xf1\x68\xd9\x8d\xf9\xf6\xd7\x54\x93\x56\xfa\x2d\x98\x26\xcf\xb2\x86\x9d\x7a\x49\x5e\xf0\x77\x1e\xa8\xb7\x46\x67\x6a\x37\x30\x5c\x8f\xeb\x75\xab\x51\x8c\xe1\x56\x13\x33\x95\xe3\x9a\x54\x6b\x54\x67\xf4\x6a\x75\x6e\xb1\x2e\x86\x7f\xcc\x92\x2c\xe0\xfb\x6e\xc5\xe5\xb1\x05\xa2\xca\xa4\x60\x04\xdc\xbc\x96\x77\x1b\x65\x4a\xa1\xdf\x0f\x3f\xe0\x3f\xfa\xdc\xde\x63\xda\x49\xd5\xf6\xa2\xf0\x5d\xc9\x64\x4f\x54\xd0\x37\xaf\xa7\x97\xb3\xe2\x7c\x6f\x7a\x2d\xb8\xa1\xd8\x07\x71\xee\xde\x61\xaa\x04\xee\x0d\xde\xaf\xd2\x34\xa3\x62\x0d\x99\x9a\xf1\x9f\x15\xd5\xd9\x50\xcc\x55\x9e\x3a\xa5\x73\xa8\x66\x79\xca\x8b\x79\x2b\xbd\x40\x35\xf0\x5f\x98\x7a\x6e\x80\xea\xcd\xae\x26\x28\xed\x09\x16\xdc\xfe\x17\x9f\x62\xd6\x8e\xb0\x59\xeb\x64\x0e\xf7\x88\x4d\xc0\xde\xee\xc6\x22\x30\x37\x81\xe3\x44\x68\x5a\xb6\x86\x2d\x8b\x74\xb7\xae\x82\x84\xf7\x10\x54\x62\xcc\x7c\xbb\x75\x4b\x8d\x81\x42\x68\x7a\x40\xf4\x85\x2c\x93\x53\xd6\x09\xd0\xee\xfa\xce\x8c\x09\xd7\xa2\xd5\x84\x31\xa8\xda\x55\x74\x43\x9d\xdd\xd0\x8b\xc6\xbb\xe7\x19\xbc\x00\x73\x6b\xac\xaf\xfe\xd7\xc1\x4e\x5c\xb3\xed\x83\x83\xea\x4e\xd3\xed\xd7\x96\xb1\xd7\xde\x32\xd1\x1a\x69\x90\x89\x7c\x5c\x9e\x56\xc6\x2f\x20\x03\x59\xff\x3b\xe1\xe4\x18\xda\x8b\x0e\x4f\x05\x1b\x16\xea\x42\x8b\x02\xf5\xda\xf2\xb4\x50\x17\x4c\x7c\x49\x04\xe8\x4c\xf0\x94\x3c\xcb\x29\x14\x46\xa4\x24\x01\x3a\x7a\x66\x2e\xd4\x58\x51\xf1\x5f\x56\x95\x91\x39\xbb\x10\xc3\x33\x59\x52\xed\x31\x7f\xa0\x3f\x84\xab\x78\xa6\x2f\xaa\xda\x9f\xde\x40\xe8\x42\x21\xb5\xb3\xc6\xf7\x98\x2a\x4f\x45\x71\x21\xb5\x60\x17\x62\x25\x75\x00\x50\x91\x6c\x0c\x81\x42\x07\xfd\xa8\x86\x82\xe9\x4c\x5d\x88\x02\x7c\x0b\x87\xb3\xec\x4c\xda\x3a\x05\x96\x2e\xfe\x1f\x90\x9f\x2d\x58\xab\xc8\xe2\xfb\x5e\x26\x7e\x67\x1b\x95\xef\x7d\xef\x58\x4b\x59\x1f\x1f\xce\x0e\xc5\x17\xe0\x1a\x64\xd0\x70\x81\xec\xd8\x01\x5a\x61\x01\xea\xc0\x80\xb2\x80\xd3\xd7\xd6\x6c\x31\x7f\xf2\x18\x5d\xcd\xc5\x97\x72\x35\x93\xb9\x60\xf6\xe1\x5a\xaa\x7c\xcd\xfb\x77\xb5\x45\x02\xbd\xd3\xd7\xe0\xbb\x81\x85\xf1\x76\x03\x84\xf7\xf1\x00\x7c\x7c\x2a\x0b\x2f\x12\xaa\xd8\xe1\x49\x75\x65\x81\xfb\x04\xfd\xbb\xd3\x6d\x31\x37\x38\xad\x04\x39\x78\xb1\x86\xfa\x02\x3d\x1b\xcf\x79\x26\xf1\x82\x47\x40\xf0\xc4\x42\x9c\x7c\xb9\x16\xd7\x62\xd0\xb3\x4a\xe6\x49\x36\x4b\xc5\x87\x40\x5c\x05\x22\x38\x6a\x0f\x8a\xf7\x63\x71\x33\x5b\xff\x1f\x4a\xe6\x9d\x95\x95\x2e\x28\xfd\x5d\xf6\x63\xc0\x30\xf6\x63\x9c\x30\x70\xd7\xd6\xe4\xaf\x85\x4a\x7f\xf5\x80\x57\x3b\xb0\xd8\x9e\x21\xcb\x4c\xfb\xcf\x68\x4e\x2d\xad\x3f\xa6\x51\xda\xa3\x0b\xb1\x52\x88\x9b\x50\x0e\x0e\xb8\x4e\x54\x87\xb7\x16\x44\x7a\xef\x69\x1a\x5c\xd7\x17\xa9\xf1\xd5\x5b\x54\xab\x91\xf5\x6b\xdd\x50\xdc\xb4\x45\xdc\x80\xf9\xd6\xfc\x5a\xda\x85\x18\xe3\x2d\x96\xcc\x88\x32\x4f\xd4\xc4\x7b\xe0\x34\x6c\x68\xee\x54\xa5\x2a\xe1\xda\x05\x64\x28\xc3\x77\x4c\xa7\x35\xf8\xa4\xfa\x5d\xcc\x75\x9c\x5c\xf1\xe9\x39\xfc\xdc\x73\x59\xe3\x34\x6e\xbe\x45\xc6\xb4\x29\x78\x77\xc2\x91\x74\xed\x71\xa9\xfe\x60\x70\xaf\xa5\xfa\xbe\xc5\x34\xe8\xef\xd4\x0d\x90\x9d\x21\x66\x9e\x90\x86\xe1\xeb\x2e\x03\xc1\x21\xb7\xb6\x86\xdc\x5d\x51\xd0\xe9\x2b\xe4\xf9\x90\x43\xd9\xdb\xc2\x29\x9e\xf0\x3f\x7a\x5b\x2f\xc4\x3f\x67\x42\x97\x5b\x36\x0f\xde\x1b\xd3\xac\x53\x33\x87\xb4\x4e\xc1\xd7\x66\xdc\x99\xd3\x6d\xc8\xf9\xc8\xe5\x45\xd7\x9f\x80\xeb\xcb\x15\xa3\x4b\x64\xc5\x02\xa5\xee\x54\xf0\x14\xdb\xfc\x26\x78\x5a\xa1\xe9\x0e\x2a\xd3\x20\xd0\xec\x6a\xf3\xa9\x9d\x68\x76\xe0\x15\x68\xb6\x62\x27\x96\x89\x12\xfc\x3a\x0e\x15\x6e\xf5\x57\xe0\xe5\x35\x60\xe6\xf0\xa3\xc2\x13\x6c\xd3\xd6\x9f\xc0\x2e\xfe\x38\x7d\x2d\x4a\x57\xe3\xb7\x83\x59\x54\xe0\xe5\x6f\x15\xf9\x7f\xa5\xc7\x56\xca\x62\x86\xe3\x85\x3a\xab\xf7\x20\xd4\xa6\xb1\x1a\x86\xf1\x9a\x79\xac\x52\xfb\xd2\x07\xf7\xca\x80\x95\x16\x60\x09\x8d\x57\x7a\xac\x09\xa0\x65\xb5\xab\xd3\xb6\xfe\xec\xda\x8d\x3c\xe6\xb1\x13\xc3\xa4\xd4\xe0\x40\x0e\x33\x99\x8f\xa1\xa0\x8d\xa1\x22\xd5\xd2\xad\x9c\x6d\x91\xe0\xe4\x17\x9f\x94\xa8\xa3\x15\x62\x3c\xcb\x78\x41\x7e\xb2\x7d\x6f\x88\xd3\xb2\x9c\xea\xc1\xda\x5a\x2a\xce\x45\xa6\xa6\xa2\xe8\x4f\xd4\xbf\x64\x96\xf1\xbe\x2a\xc6\x6b\x22\x5f\xfd\x78\xb0\x96\xaa\x44\xaf\xfd\x21\x86\x6b\x5b\x1f\x76\xd7\xcc\x42\xae\xf9\x43\xfd\x3f\x07\xf3\xbc\xe4\x5f\x2c\xcc\xe6\xe2\xbb\xb5\x68\xbc\x31\x37\xe7\xf5\x22\xae\xfd\x90\xc1\x2c\xe3\x89\x38\x55\x59\x2a\x0a\x00\x73\xc8\xc7\x03\x16\x16\x35\x71\x63\x8d\x64\x9e\x7e\x68\xb6\x6f\xc8\x8f\x08\xcc\x60\xd9\xa3\xd3\x89\x74\x6a\x9f\x4b\x73\x36\x2d\x50\xcd\x06\xec\x43\x52\x3c\x43\x63\xfd\x69\xfd\x38\xc2\x3e\xf8\x0f\xd3\xf4\x5e\xdf\x5f\x85\x8e\xcf\x9f\x3d\x6a\x60\xab\xc2\x75\x9a\xe3\x75\xd9\xcb\x18\x16\x03\xa0\x62\x37\x38\x23\x1b\xbe\x03\x9b\xac\x26\xa1\x02\x19\x76\xad\xf4\x6a\x5d\x9a\xc6\x62\xde\x5a\x80\x99\x95\x35\x7f\x7a\x4b\x49\xd8\x01\x91\xff\x39\x13\xc5\xdc\x56\xae\x24\x09\xf6\xa9\x21\x6b\x8e\x57\x3c\xa5\xd4\x03\x41\xc2\x0b\x7e\x46\x97\xfd\x89\x4a\x67\x99\xe8\xa3\x93\x90\xd1\x32\xcc\xc9\x21\x0b\xd1\x39\xba\xef\x0e\x7d\x55\xac\x16\xb3\xbc\x94\x13\x71\x74\x3f\x8c\x99\xfa\xea\xbf\xf7\x58\x6f\xff\xbf\x8e\xb2\x99\xc8\xcb\x99\x5c\x0b\xc4\x1f\x39\x5d\xd5\x94\x70\xf6\x57\x48\x97\x03\x7e\xe2\xab\xf8\x69\x2d\x57\xab\xb6\x84\xe9\x2a\xcf\xe7\xa0\x61\x1d\xe5\xa9\x48\x32\x5e\xd8\x4c\x97\x7f\x08\x7e\xf6\x8e\x4f\xc9\x8b\xc9\xa9\xad\x68\x1e\xe4\xf9\xbc\x8b\xee\x31\x47\xc1\x3b\x9c\xfb\xda\xb3\x41\x13\xd8\x92\x7c\x57\x5d\xd3\x53\xae\x7d\x40\xb5\x74\x92\xe0\x64\xe6\x45\x74\x54\x24\x20\x75\x74\x13\x0b\x9a\xbd\xa0\xa6\xa0\xe8\x6c\x07\x6a\x1e\xb2\xc5\x67\x31\x99\x96\x73\xac\x21\x6d\x14\x1c\x06\x7f\x0f\xa0\x7e\x3f\xd8\x61\xa9\x59\x2a\xe1\x22\xc7\x0b\xc4\xc8\xea\x42\x00\xfc\x82\xe8\xe0\xbc\x0d\x2d\x61\x9a\x6e\x0e\xc0\x97\x03\xdb\x00\x96\xc3\x73\x5f\x7d\x87\x29\x5e\xe0\xb0\xc3\x5c\x3d\x7c\xea\x1a\x57\x75\x97\x28\xdc\xe4\xa5\x25\x6f\xe0\x4d\xcb\x0e\x85\x2e\xd9\x0c\xb2\x35\xcd\xe1\x52\x8c\x0f\x42\x18\x61\x46\xc9\x3f\x0d\xc6\x13\x3e\xf5\xdc\xd5\xac\xea\x0e\x7f\xc5\x42\x9f\xb4\x28\x09\x3d\xc2\xa7\x43\xd3\xf6\x17\x90\x3c\x09\x2b\x82\x5c\xb8\x89\xd6\x5c\x7e\x8d\x56\x85\x19\x6d\x40\x37\xd2\x6d\x11\x57\xb0\x70\xef\xbc\x86\xa1\xa6\x1a\x2c\xec\x8f\x3f\xd6\xc7\x21\x8c\x59\x2a\x12\x05\x9b\xc8\x5c\xff\xbd\x92\x6d\xc8\xc7\x13\x51\x9e\xaa\x54\xf7\xd9\x1f\x5b\xfb\xef\x77\xdf\xff\x3a\xc0\x63\xd3\x88\xaf\x93\xaa\x36\x5b\x50\xc1\x4d\xe6\x3c\x49\x84\xd6\xd2\x6c\x1f\xa3\x79\x43\xac\x1e\xa5\xe8\x49\x09\x62\xcf\xd6\x4a\x83\xca\xc7\x68\xa8\xb4\xdf\x56\x34\x0d\x80\x60\xc1\xe8\x90\xab\x12\x61\xa3\x13\xc2\x2a\x15\x0e\x4e\xae\xf1\x2a\x74\xb4\xa2\xe1\x7f\x3e\x74\xc5\xde\xec\x2b\xde\x2f\x90\x28\xe8\x33\xe6\x91\xc3\xdd\x07\x3f\xf8\x8f\x22\x47\x5e\x02\x2a\x55\x0c\x20\x5d\x6e\xfa\xa1\x30\x87\x7a\x39\x7f\xed\x3e\xfc\x7c\xf8\x4b\xef\xc8\xdc\x3a\xd1\xad\x9a\x9e\x47\x8d\x18\xf1\x37\x29\x03\x41\xd0\x1d\xb0\x43\x70\x20\xb5\xb1\x70\x7f\x08\x36\x94\x39\x18\x61\x8e\xee\x1b\x6e\x3e\xba\x8f\x59\x74\xa1\x16\x3d\x9b\x0a\x35\xcd\x04\x8a\x30\x99\xf3\xf4\x5c\x14\x25\x26\x8e\x9e\xce\x32\x08\x32\x03\xc6\xd7\xd8\xe2\xe8\xbe\x21\xe0\xd1\xfd\x1e\x01\x27\x9f\xe4\xf2\x94\x63\x00\x21\x5d\x7d\x26\x10\x1d\xa6\x99\xcc\xa7\xb3\xd2\x02\x20\x5b\x0f\xcf\x0d\xc1\xed\xb2\x81\x62\x63\x76\xf4\x28\x8f\xe4\x5b\xaa\x68\x83\x11\x57\xe6\x9a\x52\xff\xad\x6f\x66\xd7\x81\x33\xd0\x6a\x0a\x24\xf5\xab\xb3\xc8\xa3\x97\x11\x32\xf4\xe4\x63\xc9\xd5\x38\x71\x46\xb9\x3d\x45\xa0\x65\xc3\x7b\x9e\x58\xdc\x8f\x3e\x7d\x81\x8f\xc3\x73\x35\xc3\x22\xbd\xd2\x0b\x62\x75\xd9\x8b\x35\x9b\xcc\xb2\x52\x1a\x7a\x9b\x53\x45\x43\xb5\x3c\xfb\xd6\xec\x98\xb5\x10\x7a\x96\x95\x18\x5a\xf9\x4a\xb0\x84\x17\x62\x34\xcb\x10\xbe\xa5\xb1\xb4\x91\x77\xba\x07\x63\x5a\x33\x5b\x63\xec\xdd\xf7\x07\x87\x5b\xef\xb7\x77\x30\x08\x81\x27\xa7\xb0\x42\x58\x8c\xb1\xcf\xf6\xac\xb1\x0e\x7d\xc6\x29\xad\xfb\xb8\x20\x4b\x1f\xbe\x00\xcd\xf2\x5c\x98\x7d\xc7\x0b\x99\xcd\xfb\x6c\x2b\xd3\x8a\x71\x10\x07\x68\x20\xb0\x81\x28\xb4\xcc\xe8\x92\x6e\xfe\x30\xaa\x83\xa5\x8f\x7e\xe1\xe1\x0e\xa3\x55\x57\x53\x8c\x0f\xc2\x05\xc6\xb0\xe2\x0c\x22\x74\x94\xd9\xdf\x16\x7a\xf5\x14\x6f\x50\xa4\xd8\x0f\x83\x72\x18\xad\x8a\xae\xf2\xd0\x06\x93\x5f\x3f\x60\x85\x58\x75\xe8\xe8\xd9\x50\x9b\x2b\x62\x8e\xad\x2d\x53\x4e\xf8\x1c\xbd\xec\x86\x42\xe4\x6c\x66\x76\x79\x15\xdf\x8a\x0b\x31\xb7\x98\xf4\x3c\xd2\xc0\x38\x68\xdc\xc7\xea\x9f\x1b\xeb\xeb\x6c\x2a\x8a\xc9\x0c\x5d\x8f\x34\xf8\xdc\x23\xb1\xf8\x70\xa6\x05\xd8\x28\xfd\xe4\xd2\x6e\x5a\x52\x13\x55\xcc\xa9\x90\xa7\x22\xa5\x58\x66\x6b\xec\xa2\x27\x74\x5a\xf5\x3e\xfb\x83\x4c\x0f\xf4\xb8\xe0\x63\x85\xe6\x54\x58\x45\x99\x8f\xcc\x89\x2d\xb2\x79\x8f\x62\x34\x35\x1f\x89\xf1\x8c\x17\x29\x0c\x37\xf4\x6c\x16\x7d\x76\xa8\x20\xbf\x71\xe1\x6a\x29\xdb\xec\x49\x3d\x64\x2c\xbb\x48\x6a\xc4\xd6\xad\x73\xf7\x84\x7f\x81\x07\xbf\x03\x23\xf3\x1d\xa7\x47\xc5\xa7\x73\xd4\x18\xb2\x55\xb0\x62\xfb\x81\xcc\xb4\xf5\xfb\x7e\xc3\x00\xf6\x2a\x7b\xc7\xbf\xd0\xe6\xd0\xee\x81\xbb\x6f\x6f\x5c\x38\x75\xf1\x25\x11\x22\xd5\x5e\xb8\x71\xcf\xb1\x35\xae\x93\x6f\x44\x30\xf4\x0d\x06\xc4\x32\xf6\xef\x67\x59\xb6\x57\x7c\xb4\xfc\xb9\x0f\x43\xb2\x55\xf6\x26\xe3\xb0\x77\x52\x91\x18\x0a\xb9\xdc\xdf\xf6\xad\xdd\x99\x97\x10\x49\x8c\x82\x65\x7e\x3c\xeb\x9a\x11\x53\x7d\x3f\x90\x7c\x64\x60\x42\x18\x10\xf8\x75\x82\x74\xa2\xf9\xd4\x80\x69\x56\x88\x44\x4d\xa6\x10\xf2\x24\xce\x45\x31\xa7\xf0\x6c\x7c\x02\x88\xf5\x80\x81\xcc\x09\x17\x22\x50\xe5\xbd\xf5\xb6\x8d\xd9\x78\xee\x5e\x9a\xab\x7c\xb5\xd6\xe7\x5c\x14\xda\x2c\xd5\xd8\x68\x7a\x28\xa9\x6a\xd1\xdf\x5b\xd5\x59\x6c\x1b\x93\x35\xd2\xaf\xfa\xb9\xe0\x10\x75\xf5\x51\xab\xc3\xb4\xd3\xef\xf7\x9d\xd3\xf7\xa7\x63\xb0\xe3\xec\x8b\xd2\x9c\x93\x3d\xfb\x0f\x3c\x68\x93\xe1\x80\x1d\x62\x52\x40\x8f\x6b\xcc\xe5\x08\xe2\xfa\x37\xcd\xd6\x84\xcf\x0b\xd6\xb8\xca\x59\x47\xaa\x2c\x9e\xba\x55\x5c\x39\x84\xe5\xa2\xf5\x1f\xac\x80\x9e\xd9\xd4\x88\x91\xb4\x72\xd7\x35\x4a\x18\x23\x75\x8f\x9c\xbd\x49\x2f\xeb\xd6\x8c\xc6\xc9\xd0\xbf\x72\x61\xd3\x05\x5a\x76\x37\xbc\x62\x05\xae\xd2\x5e\x60\x5b\xe0\xc0\x1e\x3c\xce\x79\x3d\x7e\xf8\x21\xf8\x93\x6b\xf6\xd5\x3a\x96\xbd\x1c\xb0\x59\x7e\x96\xab\x8b\x9c\x5d\x75\xfb\xf4\xa3\x77\x37\x6b\x1b\xca\x36\xed\x34\x94\xc8\xda\xcd\xec\x9a\x9b\x84\xd9\x08\x3e\x5d\x8c\x8a\x50\x28\x45\xe1\xc7\xf6\x8a\x93\x81\x2b\x9f\x95\x10\xd6\x94\x6c\x7e\xcd\x54\xc2\xb3\xfd\xf0\x06\x12\x28\xae\xa1\xaa\x50\x67\xc5\xd4\xa9\x20\x35\x06\x1c\x58\xae\xb3\xa4\x00\x14\x30\x2a\xdc\xe1\x66\xae\x93\x84\x6b\x40\x7a\xa7\x66\xd0\xc7\x30\xd4\x9e\x5d\x5e\xda\x06\x4d\xec\xef\x6d\xd6\xf0\xf7\x5a\x77\x02\x39\xf9\x0b\x5b\x87\x74\x51\xde\x0f\xfe\x77\x7a\xe6\xf3\xaf\xd9\x0e\x1b\x6b\xa6\x84\x67\xaf\xca\x12\xd6\xa4\x70\x1c\xc7\x26\x85\x03\x0b\x88\x47\xa5\x18\x81\xd6\xd6\xd8\x61\xc1\x8d\xe4\xc0\x93\xb1\x2c\x84\xd1\x3d\x4a\x99\x99\x63\x6b\x24\x51\x3e\xb1\x09\x2f\x13\x2a\x42\x0b\x72\xac\x63\x16\x40\x02\x66\x4c\xb2\x9f\xc1\x41\x83\x1e\x55\x5f\x30\xf9\xe3\x8f\xde\x44\x4d\x4b\x5e\x40\xb8\x43\xae\x8a\x09\xf0\xde\x56\x31\xee\x98\x2e\x9f\xe4\x71\xc3\x4e\xed\x21\xdc\x37\x5b\xd9\x5c\x8f\x79\x31\xee\x86\x2f\xce\xb5\x46\x86\xf7\x79\x31\xee\x85\xb4\x0c\xcc\x8a\x8e\xae\x01\x41\xea\x80\xc6\x08\x28\xfa\x34\x1e\xa0\x76\xca\xf5\xde\x45\x6e\x6f\x0d\x9d\x15\x38\xf6\x56\x82\x90\x0f\xaf\x35\x9e\xe0\x9b\x2c\x19\x5a\xd6\x8e\x2c\x34\xdc\xea\x1a\xa3\x2e\x3a\x1d\x8d\x28\x89\x0c\xb3\x89\x86\x63\x76\x79\x19\x43\x22\x48\x34\x71\x63\x7c\xeb\x61\x1d\x8d\x5e\x28\x3f\xc0\x9c\xda\xbc\xb3\x6f\xc3\xea\xe8\xea\x06\x59\x90\x1e\x8a\x61\x42\xab\x14\xba\xeb\x92\xcb\x98\x93\x15\x8b\x04\x71\x6b\x1d\xc0\xf3\xef\x0f\x74\xa7\xa1\xdf\xf0\xf0\xae\x0e\x42\xd4\x89\x79\x21\xf0\x75\xf2\x4c\x4c\x41\xce\x66\x2a\x1f\xdb\x1a\xd6\x5a\xcd\x8a\xc4\x69\x76\x98\xa4\x45\xe4\x7a\x56\xe0\x65\x0a\x6b\xc8\xb8\xf0\x10\x03\xba\x98\xb3\x4c\xf0\xb3\x4a\xc9\x3a\xf4\x6b\x6b\x33\xae\xf5\x6c\x62\x35\x71\x34\x33\x7b\xd7\x30\xbf\x22\xb7\x60\x17\x05\x9f\x4e\x8d\x0e\x1e\xa8\xd7\x43\xbc\x10\x9c\xd8\x5f\x4f\x98\x2a\xd8\x09\x62\x78\x02\x16\x17\x0d\xda\x22\xcd\xb3\xd2\xf2\xad\xdb\x3e\x56\x42\x02\x5f\x00\x1c\x1d\x73\xe0\x20\xd4\xda\x71\x7f\xd2\xb3\x5a\xb8\xbb\x56\x8d\xb9\xb9\x90\x33\x5e\x0c\x65\x59\xf0\x62\x4e\x30\x6c\x46\x09\x96\x29\x75\x36\x9b\x92\x06\xb8\xe4\x4d\x1d\xb7\x23\x5d\xdd\x8a\x9f\xdf\x54\x3a\x06\x00\x47\x93\x8a\xd1\x2f\x78\x3e\xff\xa5\x33\x16\x25\x65\x99\x79\xd3\x1d\xb0\x37\xc8\x9b\xf1\x73\xdc\xdc\xb1\x9d\x32\x7e\x42\x7c\x70\xc2\xe4\x64\x8a\x06\x4f\x8e\x0c\xe4\x59\x5e\x6c\x66\x80\xa9\x42\x6b\x46\x3f\xe0\x63\x3b\x74\x23\x36\x89\xd4\x4c\x0c\xba\xb2\x68\xb8\xd3\xbd\x71\x84\xfd\x4a\x70\xfc\xf9\xe1\xf1\xe4\xbf\x05\x22\x6f\x5c\x5e\xb2\x8e\x4b\xa4\x62\x7e\xb8\x17\x66\x50\xa9\x9e\x07\xbd\xcf\xc8\x0f\x81\xa4\x31\x3a\x92\x33\x9e\x99\xab\x3e\x70\xbd\xb5\xfe\x18\x9e\x13\x66\x5d\x69\x7d\xab\x1a\xfc\xc8\x9b\x3d\x26\xfb\xa2\xef\x8f\x6b\xb4\x52\x3b\x8e\xff\x06\xb2\x95\x65\x01\x77\x99\xb1\xc8\x94\xe3\xf6\x9e\x1d\x45\xe2\x23\x1d\x9b\xf0\x3c\xf7\x1c\x4a\x6a\xd4\x46\x2a\x45\xa5\x2d\xb2\x99\x91\xfe\xd8\xa6\x69\xa2\xc6\x16\x46\x62\x63\x8b\x7b\x8d\xb3\x0f\xd6\xcf\xca\xb2\xe6\x98\xd4\x0a\xc0\x68\x0b\x86\xac\xb5\x0d\xef\xee\xf3\x3a\x77\xb8\x84\xc5\xe1\xc2\x43\x9e\x1b\x2b\xf7\x1c\x7b\x84\x67\xdf\x39\xcf\x06\x24\xa2\x83\xe2\xf3\xce\x28\x6b\x35\xe2\x2b\x76\x49\x62\x74\x11\x24\x5c\x2a\x67\x84\x5e\xd4\xb4\xc6\x8e\xc0\x8c\xe7\x3c\xab\xab\xc7\xbe\xb1\x98\x04\x3a\x3c\xcd\xc0\x83\x1c\xb2\xe4\x39\xcf\xd0\xec\x4b\x8c\x02\x1e\xd9\xb5\x4f\x8e\xa5\xea\xf0\xcf\x79\x56\x07\x7b\xcf\xb3\x3c\x7f\x3a\xe7\xd9\xb1\xeb\x53\xff\x00\xd6\x6b\x33\xc6\x55\x64\x39\xea\x8d\x9b\x2b\xe1\x6b\x08\x83\x88\x29\x3a\xb4\x63\x81\x61\xda\xd9\x79\x5f\xd6\xa4\x00\xbd\x03\xf9\x06\xab\x65\x72\xbc\xd5\x32\xfc\x83\x26\xde\xbb\x69\x5d\x00\xe8\x65\xc5\xf9\x5e\x41\x96\xfd\x05\xb5\x0c\xbc\xb4\x37\xa7\x72\x32\x81\x72\x33\x54\xad\x04\x6a\x13\xa2\x69\xba\x56\x20\x8a\x9a\xb6\x97\x88\xa2\x06\x58\xeb\xcf\x4a\x77\x4c\x7f\xb5\x95\x65\xbf\x1d\xbe\x7b\xeb\x5e\x80\xf5\xcf\xe6\x4f\x7a\x91\xfa\xa5\x47\xad\xf6\xc5\xa8\xa5\x45\xa3\xe4\x94\x75\xbf\xc1\x72\x87\xce\x2c\x02\xe7\x39\x4d\xe9\x02\xee\x81\x70\xbe\x16\xf1\x9c\x37\x1b\xeb\xeb\xff\xeb\xa8\xf2\xa5\x01\x58\x2f\xdd\x95\xf5\xb2\x35\x87\x0a\xa6\x91\xd1\x55\xf4\x91\x1d\x52\x6a\xa6\x2f\xf0\x40\x47\x2f\xdf\xa4\x9c\xf1\x8c\xa5\xbc\xe4\xe0\x25\x38\x1b\x9f\x32\x9e\x53\x99\x40\x23\x90\x0b\x9e\x6b\x19\x84\xd2\x05\x08\xc2\x25\xd8\xc3\x50\xea\xd7\xbc\xe4\x6f\x15\x4f\x45\xba\x20\x8b\x0c\x51\x4d\x63\x7e\x2a\xa8\x61\x26\xcd\x51\x20\x18\x78\x9d\x11\x9d\x68\xb9\x82\x82\x36\xf8\x93\xed\x0f\x21\x63\xc1\x4f\x9f\x8e\x9b\xd4\xc0\xe7\x15\x61\xc7\x04\xa2\x58\x8b\x25\x44\x42\x0c\x67\xb6\x6a\x59\x26\xbe\xf8\x2f\xc1\x4c\x9f\x09\x88\x08\x0f\xd2\x66\xe1\x7b\x8d\xc5\xe1\xd7\x42\xcd\xa6\x2f\x07\x8e\x43\x78\xe2\x5f\x5b\x2a\x34\xde\x9a\xeb\x10\x9c\x3b\xe4\x1a\xe6\x3c\xb1\x78\x39\xd3\x98\x19\x15\xab\xf9\x60\xa5\xcd\x02\x32\x34\x7a\xc3\xf2\x42\xf2\xb7\xf5\xaa\x15\x47\x8d\xd4\x37\x5e\x05\x3c\xc2\x94\x06\xc5\x7a\x41\x98\xac\xce\xe8\x70\x50\x95\x06\xcc\x5d\x6a\xea\x8a\x6e\x62\xd6\x79\xf4\xa7\x0b\x08\x1f\xe6\xc0\xa8\xef\xe5\x9f\xed\x32\x54\xc5\x34\x7b\x2c\xf8\x0d\xaa\xbb\x85\xd8\x6e\xa5\xa9\xa4\x18\x9e\xed\x83\x03\x7c\xf7\xe9\x08\x0d\x59\xcb\xf8\x74\x8a\x51\x2a\x1e\x23\x54\x25\xa7\xa2\x39\x6e\xda\xc9\x72\xcb\x3a\x9e\x2f\x5b\x0b\x79\xda\xa4\x52\x55\x7e\x3b\xd8\x4d\x56\x5d\x63\x89\xca\x54\xa1\x9d\xbd\xdd\xac\xaa\x9b\x03\x2d\x09\xb7\xb9\x0b\x31\x19\xa4\x1c\x81\xa6\x53\xc2\x35\x62\x5c\xa8\x59\x9e\xea\x08\xe3\x6f\x03\x60\x8f\xed\xf1\x87\x46\xae\x30\x1a\xcc\xed\xb3\x5d\x27\x04\x5d\xe8\x2b\x28\xca\x59\x06\x35\xdc\x54\x0e\x52\x55\x14\x46\xfe\xb2\xa1\x28\x2f\x0c\x07\xfe\x6a\x6e\x2b\xdb\xb2\x48\x32\x34\xbb\xbf\x95\xb9\xb8\x8b\xdc\x0d\x7c\x98\x7c\x5f\xc5\x20\xcf\x88\x23\x62\xe9\x95\x86\xb4\xf2\xcb\x6e\xe2\x81\x8f\x5c\xcf\x61\x86\xe0\xe0\x9d\x1e\x5f\x0d\xd0\x0c\x6a\xfd\xc3\xe6\x6a\xc6\xd0\x7a\x4e\xe1\x62\xf5\x62\x93\x03\x16\xa2\x1a\x2d\x3a\xe9\x44\xfb\xa9\x80\xaa\xa7\x84\xa2\x1d\xa4\xb3\x6b\xb1\xda\x35\x68\xf5\xd8\xee\xaf\xe6\x2e\x20\x73\x36\x95\x5f\x44\xa6\x2b\x3c\x79\x8a\x79\x1d\x53\x51\x72\x99\x21\x9b\x60\xaa\x1e\x7a\x63\x8c\x57\x41\x33\x83\xba\x43\xa0\x1d\xbb\xc8\xc1\x53\xa1\xf8\x3d\x30\x5b\xf6\x74\x02\x0c\xcf\x0d\xaf\x25\x3c\x63\x3c\x93\xe3\x1c\xbd\xf7\x16\xd2\xb1\x1b\x3f\x80\x12\xa8\xbb\xe4\x61\x61\x01\x6f\x19\xb8\x2f\x07\x6c\xa5\x54\xd3\x15\x76\xc9\x56\xb0\x25\xfc\x13\xcb\xad\xae\xd4\x77\x8d\x19\xc6\x0d\xef\xd8\xf7\x36\x0c\x8f\x90\x48\xc1\xb8\x86\xfd\x5b\xd8\xc9\x72\x3c\x1c\x88\x8d\x25\xaa\xa9\x09\x4f\xa7\x5f\x6e\xc0\x22\x80\x9d\xc7\x1e\x77\xd4\x3d\x42\xab\x09\x8a\x8b\x6f\x42\x45\x0b\xeb\x9b\xd0\x31\x41\x60\x0d\x4a\xbe\x93\xb9\x9c\xcc\x26\xac\x8a\x86\xd8\x58\x9f\x7e\x89\x93\xe4\xe1\xe3\x6b\xe8\x1c\x90\xe2\x57\x3e\xfd\x36\x74\x00\x40\xdf\x84\x08\x63\x3e\xfd\xc6\xbc\x64\x70\x5b\x82\x95\x02\x98\x4b\xb2\x92\x3d\x64\x41\xdf\x87\x07\x6c\xb4\x10\xb8\x34\x2c\x5e\x46\x53\xb2\x70\x15\xb5\x94\x55\x72\x32\xcd\xe4\x48\x1a\xf5\x47\x00\x31\xe4\x64\x32\x2b\xc1\xbd\x0a\xb3\x3b\xba\xf8\x12\xcc\xbb\x18\x16\x0c\xbe\xd3\x25\x23\x52\x55\x9c\xbd\xa2\xab\xf2\x88\xde\x09\xcb\x42\x8e\xc7\xa2\x60\x23\x9e\x8a\xdd\x7c\xcd\xfc\x67\x6f\x56\x7a\x4a\xb7\x57\xaf\x1b\x43\xcb\xa9\xaa\xa9\xd4\x2c\x03\x1d\xbb\xbf\xa4\xde\x5d\x45\x4b\x3b\x4d\xab\xaa\x89\x0c\xb3\x76\xd7\x2b\x4c\xe5\x58\x19\x00\xa1\x5c\xae\xa1\x34\x90\x8d\x17\x82\xf7\x97\xd0\xbc\x96\xd5\xb9\x16\xd7\x4d\x47\xbd\xc5\xdc\x9f\x65\xce\x26\x32\xcb\xa4\x16\x89\x32\xfb\xc0\xe2\x7d\x3d\xe5\xdc\x10\xee\x9b\x73\xfe\xb6\xd0\x23\xec\xcd\x40\xb1\xf2\x3d\x93\xc8\x18\x0b\x55\x76\x2b\x25\x0d\x55\x3d\xc8\x8f\x68\x6f\x75\x70\xbd\x50\xa5\xc5\x20\x1f\xf7\x23\x3a\x5c\x94\x64\x72\x5a\x81\x6b\x5e\x14\x81\x53\xc7\x05\x4f\x67\x10\x4a\x00\xef\xac\x70\x81\xe6\xa8\xcf\x9c\xf8\xf0\x4f\x6a\x83\xfe\xc1\xcf\x45\x63\xe0\x78\xc6\xc7\x2a\x75\x87\x5b\x71\x6d\x31\xa2\x8d\x72\xe7\x8d\xe1\x6d\x8a\x7d\x31\x12\x85\x0e\xb8\x8d\xee\xc4\x4e\xc9\xf0\x0a\x34\x47\x8a\xd4\x7a\x10\x6a\x1d\xeb\x74\x54\x79\x36\xaf\xd3\x05\x7b\x2c\x06\x6b\x88\x2e\x0d\xbc\x16\xb8\xd5\x2e\x8d\x8c\xf0\x2b\x75\xbe\x15\xe6\xe0\x3a\x5c\x88\x10\xb0\xb9\xad\x2f\xc0\x9b\x08\x5c\x2b\x31\x8d\xf9\xf4\xfc\x14\x51\x5c\x92\x11\x20\xb8\x70\xea\x7e\x55\x17\xb9\x5e\xde\xd0\x0d\x55\x93\xd3\x3a\x29\xe4\x50\x44\xd4\x77\xc4\xa2\xae\xbc\xc3\x7e\x5a\x9e\x85\x44\x3e\x9b\x44\xf4\xf2\xfa\xd1\x17\x68\x6f\x66\x70\xef\xc4\x01\x25\x6a\x33\x92\x8f\xba\xa6\xae\xd4\xba\x91\xce\xb0\x09\x99\xa7\x9b\xe7\x5e\x4b\xaf\x31\x38\x59\x3e\xea\x2d\x24\x93\xf5\x5a\xc2\xf3\xb5\x85\x4e\x20\x4a\xd4\x44\x96\x25\xc6\x66\x85\x2f\x06\x77\xa2\xa0\xa6\x44\xbe\xbf\xd1\xf8\x5f\x1b\x17\x5c\x0f\x3d\xcb\x8d\x99\x4f\x62\x27\xe7\x7c\x19\x3f\xd3\xa2\x18\xd4\x75\x08\x4b\xfd\xa7\x0d\x2a\xc6\x87\x19\x7b\xb4\x5d\x7e\x14\x24\xfb\xd2\x83\x24\xe1\xca\x2f\x18\xa7\xa6\xf5\x55\x4c\xf1\xb8\xbe\xc4\xd5\x2d\x1b\x7d\x10\x87\x36\xd0\x2b\x34\x0c\x84\x36\x00\xed\x1d\x1e\x77\x91\xab\x68\x09\x88\x2c\xa4\x4b\x7f\x1d\x3f\xba\xf0\x5c\x91\x9a\xe4\xbb\xf9\xc9\xdc\x93\xb5\x10\x95\xf9\x10\x0e\x20\x7a\x93\xaa\x8e\xb5\xa8\xae\x07\x27\x79\x7f\xca\x33\x51\x96\xa2\x9f\x8b\x59\x59\xf0\xec\xad\xa1\x7c\xd3\x9a\xb1\x5c\xd6\xee\xf2\xdb\x1c\x8b\x27\x08\xe4\xa6\x58\x07\x97\x4b\xef\x30\x5d\x0e\xf7\x98\xa2\x00\x53\x80\x94\x2e\x66\x39\xc8\xd6\x62\x90\xe5\xd8\xb0\x21\x06\x3a\x43\xc8\xe5\xab\x7b\x86\xc7\xb5\x69\x4a\x23\x41\x7b\x61\x40\x17\xb9\x28\x74\xcb\x15\x39\x9c\xdb\xc5\xa9\x2c\x7d\x69\x55\x61\x58\xd3\x0c\xee\xf7\xee\xaf\xcc\xb4\x80\xdf\x6c\xb9\x97\x73\x5e\xa0\xaf\x70\x15\x0e\xb1\xd2\x5f\xa3\x54\xad\x6b\xe6\x0b\x05\x71\xad\xad\x81\xb7\xbb\xc6\x0a\x2c\x99\x1c\xc2\x23\xad\x1a\x31\x88\x9c\x90\x89\x3d\x8e\xaa\x77\xe1\x5c\xe5\xce\xb7\x1a\x4e\xa7\x2f\x52\x69\x3b\x66\xa9\x0e\xd0\x66\xba\xc9\xd0\xde\xd8\x9f\x16\xaa\x54\x46\xf0\xf6\xed\xb7\x17\xa1\xb0\x2d\x45\x31\x81\xab\xf3\xc8\x79\x25\x4a\x30\xd8\x6d\x15\x05\x9f\xd7\x4b\xaa\x7c\x45\xb0\x57\xf0\x56\xe3\xaa\x94\xd8\xf7\xc8\xd0\x8d\xed\x2b\x69\xd7\x57\xec\xb0\x98\xc1\x00\x0d\xf0\x7e\x94\xbb\x35\x91\x1b\x72\x7b\xce\x9c\xd0\xae\x53\xbd\x67\xd9\x68\x41\x9a\x4d\x3f\xe1\x59\x86\x9f\xe1\x79\xea\x13\xd9\x19\xa1\xdb\x71\xc3\x74\xd1\x36\x5f\xbf\x50\xc6\x37\x9c\xb0\x57\xe4\xc3\x1b\x63\x89\x59\x3b\xaf\x90\xc8\xcc\x6b\x0f\x72\x55\x88\xc6\xb2\x93\xe5\xec\xd5\x6c\x34\x82\x0d\xfb\x5d\x16\x97\xc0\x2f\x31\x4d\x6c\xd8\x9c\xa3\x41\xe0\x9e\x75\x79\xc1\x5a\x5f\x35\x8a\xfc\xf0\x83\x69\xd4\xf7\x52\x8d\x2e\xec\xe0\x37\x24\xc7\xad\xea\x25\xbe\xf6\xbd\x6f\xf1\xaa\x57\x3f\x69\x8e\xd9\x0f\xa6\xb0\x34\xfd\x89\xfb\xbf\xef\x2a\x04\x83\x2c\xbb\xd1\xda\x16\x64\xa9\xed\x86\x9d\x97\xdf\x74\x9c\xbd\x51\xc5\xc4\x5c\xc8\xbf\x1f\x0d\xec\x08\x4b\x10\xc0\x36\x6d\xce\xde\xbe\x8f\xdb\x16\xcd\x88\xee\x1f\x7e\x60\x1d\xbc\x7e\xa3\xff\xa6\xd7\x78\x79\xb6\x60\xe7\x52\x5c\x80\xb3\xfe\x9f\xc2\x20\x2d\xc3\xdd\x8c\x55\xfe\x26\xc5\x85\x47\x30\x73\x08\xa1\xd7\xb4\xab\x88\x64\x89\xe7\x75\x8a\xd3\xcf\x6b\xd0\x97\xda\x00\xee\x7a\x3e\x06\xe0\x1c\xb7\xc9\x9a\x8d\xec\xd6\xab\xc7\x9a\xba\x2e\x4e\x60\x80\x20\x18\x42\xdf\xfa\xdf\xfe\xc2\x79\x43\x74\x23\xb5\x8b\x68\x72\x4b\x2e\x29\x6e\x9b\xef\xb6\x84\x07\x94\xdd\xe8\xda\x25\xc3\x86\xd7\x9f\x26\xa8\xd9\xdc\x60\x0b\xbf\x07\x83\xd0\x77\x9b\x20\x82\x5f\x62\x82\xd8\xf0\xfa\x09\xa2\x01\x6b\xf9\x09\xe6\xa4\x49\x7d\x3f\x11\x85\x80\x96\x98\x22\x36\xbc\xfe\xb4\x6c\xf1\xe6\x59\x7e\x4d\xa7\x99\xb9\x01\xdd\x75\xde\x8b\x17\xd6\x1f\x63\x89\xb9\x7f\x30\xcd\x1b\x04\x00\xdf\xa5\xe6\xd1\x74\xcf\x3f\x9a\xb0\xd3\x71\xc3\x5f\xc9\x86\xd8\x3a\x6f\x23\x23\xbb\x9c\xba\x5c\x69\xd0\x63\x51\x7e\xb0\xbf\xee\x8d\x2a\x69\x43\x60\xbc\x1e\x9e\x8f\x6e\xf8\x6b\x5d\x17\x5f\x7e\x25\x5e\x73\xb8\x84\x7c\x9f\xbd\x65\x80\x2f\x41\x7a\xd3\xec\xe6\x1a\x81\xe9\x75\x23\x55\x40\x66\xdf\x6f\xa6\x06\xf8\x32\x1a\x80\xcc\x6e\x31\x53\xd3\xeb\x26\x33\x7d\x95\xa9\xe1\xf7\x53\xbd\x33\x35\x5c\x46\xf1\xce\xd4\xf0\xe6\x33\x35\xbd\x6e\xb4\xa6\x34\xe0\xf7\x5b\xd7\xaa\x64\xe9\xb5\x6b\x6b\xe3\x50\x6e\xbe\xbe\xd4\xf3\x26\x33\x3f\x28\x0b\xc1\x27\xdf\xf3\xd8\x17\x7c\xb2\xdc\xb1\x2f\xf8\xa4\x39\xe7\xf0\x30\xf9\xe1\x87\x1a\x81\xfa\x53\x39\x15\x37\x50\x5c\x3f\xee\xbf\x3d\x10\xbc\x48\x4e\x3f\x98\x79\x6a\x72\xf6\xf9\x6e\xd3\x8f\x0f\xb7\xcc\xb5\x3a\xec\xd8\xaa\x2d\xd4\x07\x88\xd4\x5d\xaa\x69\xfb\xb5\x1e\x75\xd2\x1d\x16\x72\x02\x31\x95\x98\x2f\xb8\xa4\x5c\xc5\x6a\x84\x36\x82\xa1\x18\xcb\x3c\x07\x4f\xa3\x3c\x65\x22\x4f\x99\x32\x14\xd6\x71\xe5\x11\xd9\xf5\xca\x7c\x06\x32\x92\xcd\x07\x1f\x4a\x27\x35\x3a\xda\xc6\x5e\xc3\x51\x21\x04\x8c\xd0\x40\xa8\x4e\x31\x03\xaf\xa3\xcb\x22\x24\x92\x2e\x8b\xbe\xf9\xc2\x5e\xba\x7f\x82\xdb\xac\xf9\xa3\x10\xe0\x16\xd8\x59\xfb\xdf\x47\x47\xfa\xc7\x4b\xf3\x7f\x7f\x59\x1b\xf7\x18\x66\x60\x6b\x67\x27\x4c\x94\x56\xcc\x90\x0a\x90\x90\xc0\xd0\x36\xe5\x45\xea\x72\x34\x8a\xfc\x5c\x16\x0a\x9c\x60\xc2\x80\x0d\x2a\x6e\x00\xa6\x30\x70\x95\x9c\xe5\x08\xe2\x42\x0c\x21\x40\xdb\x68\x90\x18\x10\xcd\x93\x72\x35\xe7\xa5\x3c\x27\x0f\xad\x57\xaa\x3c\xf5\x01\x6b\xeb\xe0\xc0\xfe\xfe\xee\xed\x6f\x65\x39\xdd\xc7\x44\x58\x18\x0e\x9d\xab\x92\x8d\x66\x59\x36\xaf\x90\xc3\x0a\x2a\x5e\xf1\xa4\x6a\x4c\x3d\x80\x1f\x2c\x53\x51\x65\xaa\xd5\x5f\x42\x6b\x13\x6b\xe4\x0b\xab\xb7\x38\xc2\xe0\xeb\x0a\x75\x82\x5b\xd5\xfa\x9a\x16\x2a\x9d\x25\xd0\x73\x05\x3d\x2b\xa1\xdd\x0a\xb4\xc3\x3e\x18\xeb\xbf\xa8\x23\xf6\x39\x80\x76\x2b\x4c\x15\x6c\xe5\xfd\xc1\x4a\x4c\xa4\xe0\xcc\x5f\xe1\xaa\xec\xe4\xe7\x1d\x5f\x1b\x5b\xa2\x64\x59\xa7\x39\x3e\x08\x5c\x1f\x73\x2f\x2a\x6f\xa9\xff\xb5\x80\x0c\xe7\xf4\x8d\x60\x1e\xac\x74\x17\x2a\x93\x95\xdd\x00\xdb\x84\xeb\xdf\x24\x48\xd0\xaa\x2d\x6b\x9c\x69\xd4\xd8\x42\xbb\x25\x64\x86\x87\x60\x73\x77\x8d\x37\x4b\xe7\xae\x15\x4c\xe6\xe7\xea\x0c\x83\x7d\xdc\x22\x3a\x37\x35\x59\x8a\x49\x50\x92\xfb\x44\x0d\xff\x71\xe2\x9b\x8f\xbc\xfc\xff\x61\xe6\x7f\x4a\x42\x70\x64\x8b\x97\xd9\x18\xf1\x3c\x15\x5f\x70\xb3\xa1\x9f\x70\x29\x18\x07\x40\xed\x83\x9a\x0b\xca\x4a\x70\x19\xba\xe9\xa8\x67\x62\x5e\x1b\x93\xce\x6e\x37\x28\xb9\x6d\xce\x1b\x45\xc2\xe9\x50\xba\x84\xd9\x5e\x99\x7e\x20\x2a\xa9\x7f\xa9\x0c\xba\x05\x69\xe1\xae\x8f\x3d\x2b\xaf\xd8\x28\x87\xe6\x0e\x5f\x28\x29\x74\xae\xce\x44\x38\xdf\xfa\x36\xb2\x89\x14\xd5\xf0\x1f\x3d\x36\xca\xbb\x2e\x30\xfa\x35\x44\x3e\x0f\x29\x24\x67\xc4\x72\x45\x07\x9f\x7d\x6f\xb3\x1b\xcd\x20\xea\xdf\x38\x88\x7d\xec\xcf\xb1\x7c\x83\xc8\x95\xb1\x24\x8d\xe0\xcb\x0e\xab\x04\x43\x96\x8c\x67\x85\xe0\xe9\x9c\x69\x35\x11\xe0\x01\x84\x64\x18\x82\x8e\xee\x6f\x74\x33\x5e\x10\xc3\xe4\x82\xb9\x1e\x60\x32\x26\x96\xab\x55\xa0\xda\x6a\x21\xcc\xe2\x8d\xf3\xc1\x3a\xbe\xa8\x30\x44\x96\x19\x3d\xeb\xb8\x1e\xba\x6d\x0d\xff\x6a\xf8\x8f\xae\x1f\x20\x16\x72\x3c\xa0\x8c\x21\x4f\x47\x55\x20\xab\xb9\xc8\x41\x20\x6b\x8f\x65\x6c\xd3\x8c\x52\xc5\xb1\xb2\x9f\x59\x56\x0f\x67\x1d\xe5\xa8\xfa\x61\x4e\x39\x35\xfc\xc7\x27\x79\xdc\x63\x12\xfe\x19\x04\x5b\x87\x06\xa6\x3a\x36\xc4\x32\x67\x62\x5e\x47\xe6\x4c\xcc\x29\xd1\x48\x2d\xed\x5e\xe3\x91\x26\x0c\x41\x45\xb4\x80\x47\xce\xc4\x3c\x0c\x97\x6d\x22\x7d\x26\xe6\xc7\xb4\x15\x3c\xc4\xc3\xfc\x7b\x57\x35\x01\xb2\x05\xf1\x85\xda\xdc\x7d\x79\x31\xd6\x0c\xf3\x75\x98\xf5\x06\xd6\xb5\xd9\xe1\xc9\xbf\xc7\xb9\x71\x63\xe6\x3d\x80\x60\x3d\xc5\xe6\x58\x03\x92\x9c\x1b\x2a\x27\x69\xa3\x66\x18\x50\x44\x1d\x3c\x85\x51\x37\xf1\xf2\xb3\x00\xa8\x3f\x4e\x45\x5e\x25\x76\xa1\x30\x4e\xeb\xcc\x5e\x65\x62\x31\xd4\x84\x57\x76\x5e\x56\x54\xa7\x5c\x28\x61\x4a\xfb\x4c\x6a\xf2\xe1\x2f\xf9\x99\xc1\x4a\x24\x22\x15\x54\xaf\x0e\xc7\xdc\xf9\xc2\x8d\xc4\x18\xb8\x1f\x4e\x4e\x4e\xfe\x81\xf9\x1e\x2a\x5b\x26\x24\xd4\x29\xc6\xa2\xf3\x75\xa4\xd4\x80\x6d\x3c\x7c\x74\xd5\x63\xf8\xef\xc7\x4f\x9e\x62\x62\xcb\x07\xe0\x6f\xa7\x32\xd1\xcf\xd4\xb8\x43\x53\x1b\x29\xd5\x7d\x61\x18\x45\xcd\x4a\x88\xae\x7b\xfc\xe4\xa9\x1d\xa5\x55\x3b\x56\xc3\x7f\x6c\x58\x39\x08\xf9\x3c\x8a\xb1\xa8\x29\x75\xb6\x29\xc5\x0c\x1b\x65\x31\xcb\xb0\xa5\x47\xfb\xba\xd0\xc1\x39\xac\x3d\x80\x11\x80\x49\x1e\xc2\xff\x3f\xea\xb1\x7e\xbf\xcf\x1e\xac\x35\x8c\xb8\x55\xd6\x54\x3f\x26\x56\x8e\x73\x8c\xba\x3b\xe7\x19\x72\xa6\x1f\x08\x19\xda\x6a\x10\x0e\xf0\x26\xdd\x33\xea\x96\x9c\x20\x08\xd0\x35\x76\x24\xf7\x7e\x83\x30\xbe\x6e\x98\x26\xb1\x39\xe2\x12\x30\xbf\x5e\xb5\x83\xaa\xde\x1b\x5b\x81\x98\x0b\x92\xce\x64\x52\x85\xf6\xd7\xb3\x1c\x36\xda\xbf\x08\xf7\x20\x50\x34\x22\xaa\x1c\xeb\x2e\x12\x58\xf6\xec\x70\x8d\x41\x5c\x79\xeb\xb2\xac\xd5\x7a\x87\x7c\x65\xed\xd6\x64\xc3\x39\xb3\x9b\x99\xea\x8f\xc2\xf9\x17\xd9\xd2\xd4\x65\xd8\x76\x9c\x5e\x31\x5e\x3b\x46\x87\xd6\x41\x99\xb4\xde\x7a\xfb\x61\xad\x7d\xa2\xa6\x73\x7f\xd0\x51\xa1\x26\xd1\x8e\xe5\xa9\x59\xb4\x71\x7d\x38\x99\xa7\x7e\x5a\x9c\xd0\x30\x69\xfb\x1e\x42\x6a\x62\x43\x1b\x97\x9f\xcb\x9b\x1d\xaf\x6f\x20\x9c\x40\x87\xf7\xd8\xb0\x67\xc7\xa5\x65\xb1\x8b\x32\xec\xdd\x60\xab\x58\xd4\x23\x36\xdb\x66\x98\x25\x63\xdc\x32\x14\x24\xea\x02\x88\x16\x89\x16\x3e\xe4\x6d\x2c\x18\x98\x30\x79\xd3\xc5\x71\xa2\xce\x05\x1b\xce\x4b\x5b\x1e\x79\xc2\xcd\x85\xa6\x8f\xd7\x2d\xc8\xa9\x2f\x34\xdb\x79\xc3\x5e\xbd\x62\xaf\xde\x98\x89\x08\xf6\xf1\xf0\xcd\xea\x73\xf6\x6a\xef\x5d\xb7\xc1\x13\x9a\xee\xa0\xd6\x2d\x17\xbc\xe9\x5e\xed\xbd\x0b\x17\xa5\xde\x0a\x97\xc3\x66\x86\xa6\xe6\xfe\x72\x98\x0e\xd3\x57\x7b\xef\x3a\xd4\xc3\xbb\x86\xd0\x2f\xfd\xe4\x94\x17\xdb\x2a\x15\x5b\x65\x67\x1d\xcd\x3a\xeb\x5f\xde\xec\xbc\x79\xe3\x27\x7f\x29\x31\x97\xa6\xed\x82\x3b\x7b\xa3\xb9\x89\xa8\x81\x25\x56\x23\xf1\x25\x0e\x8e\x02\x64\x60\xff\xd1\xf3\x7e\xc4\x37\xa5\x41\xf8\x27\x35\xa8\xbe\x05\x3f\xdb\x47\xc4\x81\xf7\xef\x26\xc8\xbf\x49\x71\x31\x68\xfe\x44\x0d\xf1\xd6\x3f\x70\xff\xa2\x9f\xf1\xc1\x64\xe0\xfe\x45\x3f\xe3\xd6\x18\xb8\x7f\xd1\xcf\x9e\x84\x1d\x84\x7f\x52\x03\xf7\xdc\x3e\xf0\xff\xa0\x8f\xaf\x79\x29\x06\xf4\x5f\x3b\x33\x99\xc1\x4f\x60\x9a\x25\x1a\x64\x6a\x38\xa0\xff\xda\x56\xb4\xd6\x03\xef\xdf\xd5\xb4\x04\x9f\x0c\xdc\xbf\x2c\x1e\xa1\x21\x66\xd0\xfc\xc9\xf5\xaf\xdf\x63\x07\xd1\x5f\x7b\xde\xf6\x1e\xd8\x7f\x60\x7e\x24\x73\x98\x0c\xf0\x3f\xf0\x03\xca\x87\x01\xfd\x17\x7e\x2a\x0b\x39\x19\xc0\xff\xc3\x9f\x96\x65\x07\xee\x5f\x47\xf9\xd5\x8b\x5b\x45\x18\xef\x8b\x91\x7d\x3d\xf9\xa0\x8c\xa2\xdd\x4c\x9f\x3a\x8b\x87\x0a\xbf\x51\xc9\x4c\xff\x97\xca\x7d\x6f\x76\x74\x75\x0f\xaa\x38\xd6\x1d\xec\x5c\xb7\x76\x17\xbb\x0a\x72\x2c\xde\x62\x64\xbe\x5a\x07\x66\x4a\x99\xc5\x87\x43\xf0\x9e\x36\x97\x24\x9b\x6f\xef\x5f\x55\x6a\x7c\x2b\x42\x46\xe6\x96\xb2\x9b\x97\xea\x8d\xe9\x66\x83\x3a\x56\x21\xf9\x17\x64\xfa\x42\xd8\xf6\xb6\x08\xcd\xd3\xaa\xec\x0c\x0e\x26\x6c\x86\x60\x71\xee\x8a\x1a\xc8\x11\x75\x05\x33\x12\x5e\x7a\x08\x0d\xfc\x3d\x40\xc6\x2a\x60\xd6\x26\x89\x4d\xaa\xaa\x1b\x98\x7b\xcc\x5c\xa6\x92\x52\x9e\x8b\x6a\x44\xb0\x0f\xd0\x7d\xce\x1c\x69\x14\xab\xc0\x35\x68\xa6\xb9\x1f\x1e\x06\x30\x3b\xd1\x09\x07\x85\x13\xda\x62\x86\x9b\xa4\xce\xf8\x52\x94\xfe\xd3\x26\xf7\x96\x6b\xc8\x17\xb9\xdc\x0c\x78\x15\x4c\x07\x5e\xde\x95\x2b\x2a\x66\x2e\x75\xf3\xb0\x87\x53\xee\x42\x11\xb0\x3a\xff\x3f\xaa\x8c\x2c\xe5\x29\x0d\x81\xa5\xf9\xf7\x45\x22\xe4\xb9\x78\x63\x87\xc2\x34\x02\x2c\x15\x19\x9f\x43\x60\xa4\xf9\xbd\xca\x4d\xd6\xc9\xe4\x99\xb0\x31\xdf\x78\x1f\x49\x0a\x95\x65\x6c\xaa\x28\x98\x82\x08\x9e\xa8\xa2\x40\xfb\xb7\x19\x2b\x53\x09\x95\x8d\xb3\x99\xe1\x00\x30\xd5\x89\xa9\x92\xf9\x99\xc9\x55\x9c\x7d\x68\xbd\xda\xdb\xe6\x0b\xc5\x60\x00\x50\x64\xab\x6c\xb9\x68\xc1\xc6\x1e\xa9\x02\x09\xed\x6e\x81\xac\x8b\x49\xa2\x0a\xab\xf2\xf9\xe1\x85\xd6\xee\xf0\xe7\xb3\x89\xcd\xb2\xef\x13\x86\x0a\xc5\xbb\x5c\xdf\xe1\x64\x97\xda\x1f\x54\x95\xe2\x54\x15\xf2\x5f\xe6\x6a\xe9\x87\x56\x12\x79\xe1\xa4\xff\x02\xf7\xaa\x2a\xfe\xb2\x28\xd4\x05\xd1\x07\xdc\x3d\x2d\x53\x4e\x41\xf8\x72\x5b\xe7\x82\x12\xb1\xf4\x28\xa3\x2b\x0d\x0a\x79\x5d\x39\x45\x61\xb2\x21\xa7\x70\x66\xb7\x3b\x3d\x6c\x26\x2a\x48\x23\x40\xe5\xb1\x60\x90\x55\xca\xb8\x78\xe1\x25\x7c\x81\x2f\x41\x04\xb4\x28\x81\xa1\x1d\x55\x3a\xd0\x64\x80\xa7\x44\x95\xac\xfa\xea\xba\x23\xa1\x35\x7f\xc4\x4d\x0e\x82\x58\x0e\x89\x05\x09\x24\xea\xe7\x86\x0b\xc7\xf2\x0d\x6c\x98\xbd\x18\x68\xe1\x9d\x38\xd5\xd9\xc5\x3e\x6a\x4a\xbb\x29\x73\x5d\x0a\x0e\x6f\x1d\x85\x18\x61\x5e\x2a\x4c\x7d\x0c\x36\x44\x46\x16\x03\xca\xda\x4d\xa9\x94\x61\x9f\x86\xd7\x9d\x20\xf2\x2b\x08\xaa\xb7\x3f\xee\x8b\xd1\xcb\x81\x77\x28\xff\x5c\x61\xd6\x0c\xe8\xbf\x6e\x56\x10\xdc\xf3\x7a\xef\x5d\x2d\x7a\x98\xfd\xd5\x96\x16\x12\x29\x3b\x14\x46\x1d\xe0\xc5\x9c\x69\x95\xcd\xfc\xda\xaa\xb4\xab\xe9\x25\x86\x62\x57\xcc\xf4\x89\xbb\xff\xf6\x9c\x15\x22\x13\x3c\x0c\xeb\xa6\xa1\x70\x1e\x2e\x8b\x47\xb0\x38\x8b\x12\x13\x78\xa1\x72\x5e\x5e\x05\x62\x71\x98\x8f\x93\x03\x32\x87\xdb\xa5\x2f\x30\x27\x7a\xd5\xe3\x40\x03\xea\x86\x99\x0b\xac\x2f\x39\x65\xcd\x32\x7b\x95\x92\x66\x70\xb8\x0f\xc6\x3d\xbe\xdd\x98\xaf\x65\x81\xb5\xae\xfa\x43\x99\xda\x7f\x43\x3e\x71\x8b\x83\xfb\xf5\xe5\x20\xd2\xad\x75\x85\x33\xc8\x76\xeb\xdc\xdc\x29\x55\x63\x75\x18\x57\x71\xaf\x1a\x73\xc5\x7a\x48\x59\x9c\x77\xab\xa7\x40\xa3\xa5\xd8\xb4\x63\xe6\x20\xc1\xac\xa8\x25\x1c\x5b\x29\x96\xbb\xd0\x94\xda\x1f\x98\x5d\xa6\x22\x2f\xe5\x68\x6e\xe3\x2b\xda\xc6\x0f\x86\xf2\xde\x7a\xea\x83\xcd\xb4\xd0\x8d\x15\xa5\x5a\xb2\x36\x63\x2d\x92\x9d\x4a\xba\x5c\x3b\x24\x12\x17\x17\xe5\x90\x9a\x54\xb2\xde\x55\xe7\xec\x74\xcc\x88\x81\xf0\x87\x14\x63\xfe\xdf\x8b\x16\xc1\x32\xe4\x92\xf4\x09\x8f\xae\xd8\xf6\x33\x22\xe6\x24\x8e\xf7\x89\x15\x3b\x91\x29\x6e\x01\xe0\xfa\x04\x23\xec\x4c\x4f\xa3\x1a\x9f\xda\x6d\x14\x54\x83\x6f\x50\x8f\x71\x2a\x2f\x1e\x9c\x78\xb6\x54\x1b\x6a\xa2\x66\xc1\x24\x28\x0f\x74\x2d\x25\x0d\x82\x82\x5e\x7b\xf9\x3b\xd3\x65\x41\x62\x9a\xdd\x11\x73\xb9\x92\xab\x81\x6c\xb6\x68\x83\x8f\x43\xd5\x48\xd3\x33\x31\x1f\x2a\x5e\xa4\xf6\x49\xcd\xcb\x8f\xc7\xa8\x8e\x83\x53\x30\x40\x8b\x4b\x95\xa0\x28\x9a\xd1\x48\x24\xa5\x6b\xc4\xb8\x3d\x37\xc0\xe8\x99\xcf\x51\x47\x0a\x28\x4d\x4d\xaf\x4f\xab\x83\x57\xa9\x06\x3b\x03\x62\x33\x2d\xfa\x2e\x22\x4a\x6a\x76\x74\x3f\x95\xe7\x47\xf7\x5b\x59\x81\xeb\xe8\xb2\x2f\xaa\x19\x77\x7d\xe1\x0a\x4f\x2e\x1f\xce\xa7\x54\x33\x81\xad\x3d\x60\x87\x7b\xaf\xf7\xbc\xb5\x3f\x39\x13\x73\x35\xf2\x33\xeb\x98\x7d\x71\xd2\x63\x65\xc1\x13\x78\xfc\x83\x33\xc0\xd6\xbb\x19\xcb\xf2\x74\x36\xec\x27\x6a\xb2\xf6\x4e\x26\x85\xd2\x6a\x54\xae\x99\x01\xf0\x9d\x74\x4d\x6a\x3d\x13\x7a\xed\xd1\xfa\xfa\x93\x75\xf6\x60\xad\x29\xf6\x3d\x25\x01\xd2\xe4\x54\x98\xf8\x11\xc0\x01\x51\xe9\x10\x8d\xe8\x19\x3e\xb9\xb8\x76\x87\xcf\xa2\xcc\x22\x96\xfb\x60\xa5\x92\x79\x92\x09\x7b\x90\x54\x8e\x14\x34\x20\x56\x0d\xd0\x4c\x19\x5d\xc9\xfc\x30\xd3\xa2\xb0\x6c\x28\xec\x15\x89\xe0\x42\x2e\x6b\xec\x61\x4e\x12\xc3\xbc\x68\xfc\x34\xb7\x79\x1b\x27\x45\x7f\x53\x24\x1c\x01\xb2\x1f\x6c\xad\x57\xdb\xd1\xe1\xe3\xcf\x52\xea\x6d\x59\x24\xb3\x8c\x17\xef\xdd\x76\x58\xbc\xd7\xac\x12\x8e\x06\xbf\xe6\xeb\x28\x65\x71\x87\x7d\x7f\x26\xe6\xd3\x42\x68\x8d\x93\x4b\x7d\x27\x0b\x3b\x7f\x7b\xf7\xcd\x51\x2b\x2b\x55\x35\x0f\x77\x65\x96\x79\x2e\x0a\xba\x58\xed\x83\x38\x07\x21\x59\xcc\x6c\x7d\x25\x7d\xe6\x5d\xad\xab\xd6\x68\x6b\x85\x3b\x96\x28\x6b\x17\x94\xfa\xa6\x41\xbe\xd9\x31\x8a\xdb\xae\x01\x60\x18\x23\xba\x8d\xa4\x76\xdf\x7f\x17\x73\x5d\x16\xea\xcc\xec\x86\x8e\x38\xb7\xec\xf2\x3b\x49\x98\x9d\x73\x91\x97\x81\xd6\x02\xe7\x44\x1b\x6d\x6d\x69\x3b\xcf\x54\xec\xf2\x3e\xdd\x9c\xae\xad\x14\xf5\x74\x4d\xa4\x54\x27\x17\xba\x14\x69\xf7\x76\x04\x6e\x90\xd6\x13\xe0\x21\x35\xbf\x09\x91\x0e\xaa\x62\xd1\x92\xaf\x42\x02\xae\x4c\xa4\xc3\x79\x25\x8c\x63\x2b\x8c\xca\x11\x56\x4c\x84\xde\x27\xb5\xee\x27\x9e\x30\xa7\x35\xf7\x45\x81\xcd\xe2\x95\x89\xf4\xd5\xbc\xfd\xa8\x0c\x91\xa3\x78\xd2\x5b\x63\xe7\xf5\xbf\x1e\x3d\x1b\xa9\xbc\x10\xbf\x8a\xc3\x14\xe5\x3c\x50\x98\xb9\x4d\x4e\x26\x22\xc5\x2a\xe8\x36\x78\xdd\x45\x32\x82\xc8\x22\x25\x64\x08\xb1\x9a\xf0\x40\x41\xa7\x3b\x41\x56\x85\xf9\x76\xca\xcf\xb1\xc4\x03\x02\x2d\xe1\x59\x15\x1e\x71\xcf\x63\x90\x09\x84\xcf\x37\x2a\x0f\xb4\x92\xed\x53\x9e\x8f\xe1\xf8\xb4\x85\x83\xeb\x97\x6e\x71\xee\xa4\x34\xc8\xf3\x16\x76\xa2\x7b\x66\x48\x8e\x70\x0d\xce\x29\x69\x89\x0b\x26\x26\xe1\x53\x53\x29\x86\x82\x4d\xe4\x17\xdf\xa0\xe7\x9f\x2d\x7d\xa7\x34\x39\xc8\xbc\x64\xe7\x1b\xfd\x8d\x87\xfd\x0d\x7f\xa2\xa6\x13\xdc\x47\x1d\xfa\x91\x9b\xe8\x6b\x79\xde\x7a\xdf\x71\x6b\x89\x37\x45\x58\x52\x2b\x08\x40\x3b\xb7\xd6\x10\x3a\x10\x65\x9e\x0a\xe1\xac\x22\x74\x19\xc2\xb2\x3a\x75\xd5\x12\xaf\xf9\xe2\x2e\xe6\x9f\xb8\x61\xa6\x3a\x9b\x6d\x65\x84\x3a\x0e\xd6\x32\xe3\x0a\x6c\x68\x9f\xdd\xae\x11\xde\xbe\x09\x2d\x2a\xba\x55\x8e\xe5\xd5\xa0\x85\x61\xaa\x76\x73\xce\x72\x92\xfa\xff\x3c\xda\x7b\xd2\xdd\x27\xf7\x6d\x88\xc9\xb6\xd0\x55\xd2\x59\x57\xa7\xbc\x38\x33\xd4\xc1\x7c\x22\xce\x38\xc9\xa4\xab\x7e\x73\xe2\x36\xa3\x91\x88\x36\x0d\x65\x29\x27\xc2\x66\xc0\x00\xf7\x4b\x68\xb5\x8f\x99\x47\xda\xd6\x90\x06\x2f\xf9\x10\x9d\x38\xe0\x55\xf8\x94\xe7\x69\x46\x5b\x9f\x0f\xab\xec\x9a\xe8\xbd\x01\x32\x4d\x4c\x74\xd3\x28\xdf\x23\xa0\x3c\x67\xb3\x7c\xa4\x8a\x72\x96\x43\x61\x1a\x73\xcd\x13\x78\x6b\x90\x94\xba\xdb\x9c\xcd\x3a\xb8\x9d\x60\x6a\x23\x1c\x51\xcd\x9c\x7a\x5a\x41\x77\xc0\x53\x2c\x43\x51\x2a\x76\x2a\x4b\x26\x74\xc2\xa7\xc2\x88\x5e\xad\x26\x82\x32\x27\x9f\x89\x79\xeb\x2e\xc1\xd9\x1d\xf2\xe1\xef\x62\x5e\xdf\x1f\xfe\x71\x62\x28\x83\xad\xfe\x4f\xa6\x1f\xa6\xd2\xf2\x48\xe6\x5b\x5b\x6a\xd7\x6c\x1d\x53\x94\x41\x7d\x32\x83\xba\x5e\x2b\x3a\xbc\x88\x74\x5c\x72\xcc\x2e\x2b\x70\x37\xd1\x76\xe8\x79\x53\xa0\xc4\x9f\x79\xca\x84\x04\x1c\x51\x80\xd0\x40\xf1\x7b\x3f\xeb\x48\xb8\x97\x74\xcd\xf4\x48\xe0\xd4\x5e\xb9\x82\xdb\x90\xd4\x4d\x5b\xcf\x47\x8d\xd9\x19\x38\xd6\x60\x37\x42\x0e\x35\x45\x8f\xb4\xba\x57\x25\x9c\x68\x7c\x5c\xd1\x55\xf6\x4f\x74\x96\x87\x6f\x6d\x96\x17\xef\xd2\x0f\x3a\x23\x4d\xe5\x8f\x53\x91\x93\xa8\x49\xad\xac\x59\x70\x3d\x71\x54\x3f\xdc\x7a\x85\xce\x6e\x78\x79\xb7\xac\x39\xf4\x6c\xc6\x3d\x2c\x1f\xa4\x6d\x95\x81\x9a\xad\x05\x54\x67\x28\x93\xe3\xa7\x49\x7b\xa3\x0a\x26\xd0\x53\x8b\x26\x6f\x14\x06\x70\x14\x4f\xc5\x17\x3b\x5c\x2a\xb4\x2c\x9c\xcd\x21\x10\xc1\x3c\xbb\xe0\x73\x4d\x95\x8b\x48\x10\xb7\x19\x55\x62\x52\x57\x8b\xd0\x74\x63\x08\x74\xc8\x87\x6f\x0a\x35\x21\x35\xbb\x8d\x3c\x9e\x29\xc7\xd5\x39\x6a\x6a\x38\x17\x3c\x3b\x63\xb3\x29\x7c\x7a\xbd\xf7\x8e\x95\xc5\xdc\xba\xdf\xa0\x37\x69\x92\xc9\xe4\xcc\x5d\xfc\xcc\x7d\xb6\xb9\xb0\xe6\x57\x6b\xe1\x80\x77\x06\x43\x86\x03\x08\x34\x38\x13\xf3\x54\x5d\xe4\x20\xf2\xa1\x24\x82\xb0\x86\xf0\x61\x55\x6b\xb1\xe4\x63\xda\xf0\x58\x7f\x67\x3c\xe3\x05\xcf\x4b\x51\xab\x61\xd5\x92\x3d\xa3\x98\x35\xad\x49\xfb\x5c\x6a\xb1\x6d\x50\x5f\xc4\x41\xfb\x22\xb3\x77\xf1\x93\x46\xbf\x93\x7e\x4d\xf8\x9d\x5a\x62\x60\xd9\xbd\x82\x4b\x8d\x07\x26\x12\xf6\xe8\x3e\xcc\xfd\xe8\xbe\x27\x22\xcd\xa2\x1b\x4e\x99\x9a\xb3\x0b\x4a\xf2\xc1\x4b\xf9\x82\xc1\x76\xf3\x53\x51\x48\xba\x59\x38\xbf\xa0\x48\x07\xeb\x30\x6b\x86\xb0\xa6\x9b\x6c\x1e\x61\xa1\xaa\xcf\x5e\x0e\x18\xfe\x79\x04\x01\x16\xf8\xb7\x26\x08\x60\xb8\xe8\xe0\xab\x4c\x1e\xa4\xfe\xc5\xae\xe0\x58\x51\xa1\x66\x1a\xcd\x94\xb6\x42\x5d\xe5\xf8\x32\x50\xb9\xe8\x3e\x60\xae\x60\x99\xe9\x1b\xbe\xbe\x86\xe0\xaa\xf4\x3f\x8a\x65\xca\x01\xed\x3b\x38\x75\x15\xb0\x05\x1b\x0f\x9d\x82\x94\x3f\x17\xb6\xd4\xa4\xd2\xae\x01\xf2\x56\x69\x41\x76\xd9\x2d\x83\x3f\x9e\x8b\x1d\x1f\x65\x54\xfd\x76\xbd\x5f\x16\x2a\xd3\x31\xa1\xa4\xac\xe5\x14\x0d\x59\x7c\x0c\x85\xb9\x28\x18\xc6\x30\xd3\x07\x3e\x16\xec\xe3\x14\xa4\x0a\xfc\xfb\xb5\xba\xc8\x2b\xd3\xae\x7b\x27\x5f\x2e\x03\x3a\x0e\x70\x80\xf0\x5f\x5f\x6f\xb3\x8d\xa3\x9c\x9c\x0a\xba\x5a\x43\x09\xe3\x5c\xad\x56\x2f\xa9\xab\x17\x05\x9f\x32\xef\x93\x7d\xcb\xc5\x0f\xee\x76\x6f\x59\x01\xce\x15\xff\x4a\x71\xaa\x2e\xc0\x01\x57\x9d\xd3\x92\x2d\x35\x31\x40\xe9\x8d\x2a\xde\xab\x3f\x0a\x3e\x5d\x30\xa3\x3f\xa2\xc7\x81\x3b\xb0\x32\x75\x41\x8c\x02\xfb\x5a\xd3\xbb\xda\x94\x83\x55\x69\x0a\x3e\x1d\xb1\xe7\xa2\xe6\x45\xad\x54\x53\x68\xf5\x81\x7a\x43\x1d\x9a\xd8\x1b\x85\x7a\xaf\xca\x2d\xa7\xcc\xc3\xb5\xfe\x50\xd9\x5e\x8b\xf6\xe7\xf7\x99\x0a\x25\x54\x6f\x62\xbf\x00\x93\x6d\xef\x45\x35\x57\xa5\x1c\xcd\xd1\xab\x03\xd2\x8c\x9b\xa3\x0d\xf1\x38\xe5\x1a\x4b\x54\x7a\x97\x43\x37\x7c\x1b\x21\x55\xbe\xe8\x9a\x0b\xdf\xde\x9b\x21\x65\x62\xb1\xec\xb4\x1b\x42\x1c\xa2\xb6\x36\xa5\xe1\xbe\xa3\xfb\xc8\x67\xf7\x49\x96\x53\xe2\x53\x74\x65\x69\xae\x34\x5d\x5c\xcf\x51\x66\x81\x49\x63\xc5\xc8\x15\x39\x96\x39\xcf\x58\xb5\x8a\x11\x4c\xd1\x32\x08\xa2\xe3\x96\xa6\x1c\xe7\x57\x52\xad\x38\xd5\xc2\x0d\x53\xf7\x59\xbd\xc1\x1c\x18\xd6\x02\x69\x19\x01\xb3\xb5\x9e\xf2\x7c\xec\x2e\xbd\x2e\xd5\x97\xd5\x6a\x96\x94\x27\x38\x34\x3d\xd9\x18\xfd\xec\x37\xd4\x3e\xaf\x57\x5d\x7b\x21\xde\xd5\x74\x30\x3d\x5a\x59\x8a\xc9\xb4\x24\x75\xac\x10\xba\x54\xb6\xe4\xa8\xef\x64\x85\x06\xda\x20\x4d\x5e\xd5\x46\xea\xf0\x02\x11\x3e\x9f\x42\xc1\x53\xf7\x1e\xf2\x5a\xa6\x1f\xa7\x29\x2f\x5b\x72\x04\xb7\xcc\x1b\xaf\xdf\x80\x5c\x73\x8b\x5c\x55\x8e\x1e\xcb\x79\x72\x60\x95\x9d\xd6\x9b\x97\x75\x76\x85\x64\xac\x7c\x38\xa4\x97\x69\x0c\x1c\xca\xd4\x85\x48\x09\xb9\x5c\xe5\x62\xc0\xd6\x19\xd7\x6c\xbd\x17\x18\x21\x40\xeb\x86\xb0\x34\xf7\xd6\x1c\x76\xe5\x59\x36\x60\x1b\xa6\xa7\x97\x8d\xd2\x1f\xcd\x36\x87\xc2\x48\x06\x82\x7f\xde\x6a\xfb\x70\x60\x7e\xdc\xcb\xb3\xf9\x80\x3d\x34\xb0\x1e\xf6\xd0\xdf\xf2\xa6\x04\x81\x97\xc2\x45\xf4\x70\x19\x82\x5a\x9a\x7c\xc2\x27\xba\xeb\x9a\x1d\xdf\x02\x37\xc8\x5a\xd9\xf4\x49\xa8\x96\xc8\xcc\xdf\x79\x42\xb0\xd9\x74\xcd\x5c\x05\xc8\x49\xa2\x5f\x4b\x07\x0f\xb1\x08\x5e\x3a\xe4\xa0\x6b\x26\x46\xe5\x5a\x01\xd9\x21\xc3\xde\x9e\xfb\x52\x90\x3d\x94\x1c\x59\x4b\x05\xf1\x29\x61\x9f\xc0\xd3\x22\x9a\x3b\x34\xda\xf9\xbd\x7d\x57\x81\xc7\x3a\xeb\xcc\x68\xee\x4c\x2a\x67\x80\x9b\x37\x3d\xd0\xf4\xc8\x9f\x87\x1e\xe6\x56\x71\x16\xb3\xa9\xd7\xc2\x25\xf4\xc7\xa9\xe5\x29\x7b\x2b\x46\x65\x00\xa2\x10\xae\x20\x8c\xcc\xd9\xfe\xe1\x5b\x36\x51\xa9\x08\x4f\xcf\x09\x26\x6d\x76\x39\x4d\x2b\xa7\xde\xaf\xec\x57\x08\x13\x3e\x40\xeb\x9e\xf6\x4b\xfa\x84\x5f\x56\x6c\x5a\xc0\x3b\x3d\x1b\xfb\x5c\xbb\xeb\x06\xdd\x64\x5f\xd9\x27\xaf\x6a\xfa\x31\xbe\x27\x9b\xfd\x10\xed\x60\x1d\xae\xd9\x26\xeb\x90\x5d\x52\x0f\xaa\xcf\x70\x32\xb8\xbf\x02\xc6\xad\x1f\x9d\xae\x55\x3f\xb2\xad\x3c\xfc\x6e\x08\xed\x4d\xbc\x1c\x6e\x00\xd5\x9b\x44\xa3\x1f\x8c\x12\xc9\xa7\x1f\xa6\x1d\x85\x7d\x14\x99\x3f\x04\x08\xe8\x44\x4d\x45\x7a\xe0\xbe\x36\x28\x5c\x91\x1f\x03\xa9\x64\x6e\xc1\x8b\x62\x1b\xfd\x0c\xeb\xb2\xfa\x28\x47\xf9\x1b\xe2\x81\x7c\xf2\xbb\x98\xb3\x4d\xb6\x12\x66\x46\x35\x4c\x83\x5d\xde\xef\x7d\xde\xfe\x78\x70\xb8\xf7\x6e\xf7\xbf\xb6\x0e\x77\xf7\xde\x1f\xc0\xa2\x57\xc8\x7f\xbd\xea\x35\x51\xbe\xea\xc5\xb0\x1a\xd0\xed\x04\xc5\x65\x26\x4a\xf6\x99\x67\x99\xb7\x58\x21\xe3\xf6\x6d\x2d\xb6\x9f\x6b\xf4\xfb\xa5\xd3\x32\x8f\x5e\x9d\xb2\x5f\xb1\x4a\x7c\x04\xbf\x16\xc2\x0d\x5c\x71\xe1\xab\x6e\x85\x25\x1e\xe5\x03\xd6\xa9\xb4\xaf\xee\xa7\x63\xb6\xc9\xa8\xe6\x91\x3d\xe3\xc0\x63\x2d\xb6\xd6\xd3\x42\x9e\x83\x29\xb4\xe4\xa5\x4c\xd8\x67\x73\x09\x2a\x84\xd6\x78\x2c\xeb\xba\x3e\x41\xde\x83\xd4\x1a\x4c\x4c\x1d\x72\xb3\x74\xe5\xce\x3c\xca\xf5\xb5\xb7\x1f\xaf\x5e\xc4\x1a\x04\x04\xa8\x9a\x5d\x79\x27\x28\x94\xfd\xc1\xdc\x03\xe1\x1c\x1c\x3d\x9d\xfa\x40\x86\xb3\xda\x54\xfb\x50\x39\xc8\x0e\xd2\x39\x3a\xfa\xca\x28\xb9\xfc\xd1\xd1\xd7\x7e\xbf\x7f\x74\x74\xc5\x8e\x8e\x28\x50\xc8\xea\x1a\xc1\x4c\x43\x00\x31\x01\xb1\x24\x11\x58\xbf\xdf\x8f\x7e\x84\xb8\x44\x1d\xee\x1f\x56\x9f\xc7\xe7\x02\x2c\x09\xf0\x6a\xd9\xe9\xc6\x09\x55\x5b\x65\xf0\x2a\x9f\x72\x73\xe2\xcd\x32\x5e\x80\xdb\x62\x8a\x7c\xd7\x63\xe8\xe4\xdd\xf0\x4f\xb9\x86\x8e\xc1\x92\x75\x56\xde\xf3\xf3\x95\x9e\xa1\x24\xd5\x5e\xc0\xab\xc0\xd1\xd1\x2f\xe6\xb7\x65\x49\x1b\xc2\x04\xf4\xde\x73\xb3\x42\x9a\xb2\xbe\xdd\x94\xe6\x01\xc0\x4f\x0e\xe0\x71\x7c\x11\xda\x5a\xdf\x71\x55\xc2\x99\x8e\x45\x59\xf1\x20\x00\xaa\x3c\x6f\xed\x44\x3f\x1d\xe3\x5b\x05\x73\x38\xb8\xe7\x76\xfa\x00\x25\x94\x2b\x89\x51\x97\xe0\x9b\x4d\xb9\x48\x1d\xef\xee\x9f\x15\x56\x02\xa5\x5a\xe2\xcd\x75\xf1\x37\x3b\x36\x42\x9c\xeb\x5b\xbd\x5a\x66\xf6\xc3\x0f\xe1\xbc\xda\x57\xa4\xcb\x2e\x2f\xeb\xe0\x51\x36\x5c\x03\x7f\xb9\x05\xaf\xc0\xe3\x00\xae\x5a\xb4\x4d\xaa\x60\x6e\x76\xd5\xb2\x79\x11\x8b\x96\x10\x9f\x6c\xcb\x63\xb6\x69\xbf\xb1\x18\x05\xbc\x86\x7e\xb2\x8e\x1a\x1d\x16\x37\x8e\xcd\xbc\xa5\x69\x54\xea\x54\x6d\x5b\xea\x23\x6b\x5f\x01\xf0\x64\xcd\x47\x2a\xcd\x5a\xcc\x72\x7c\xde\x4a\x14\xf8\xf4\x72\xe0\x88\xc6\x59\x63\x23\x1b\xe9\x92\x8f\xd9\x7f\xd8\x0c\x0e\x19\xaa\xd7\x4d\xbe\x66\xd5\xeb\x90\x18\xcd\xb0\xf8\x1d\x48\x08\xd3\xa5\x2e\xda\x2a\xf3\x3d\xb9\x4e\xf2\x7c\x8e\x19\x1c\xe8\xc1\x05\x14\xfa\x3c\x15\x05\x24\x22\x06\x3f\x58\x02\xef\x60\x4e\xc0\xb1\x32\x04\xcc\x4b\xf0\xa1\xab\xd9\x1e\xc2\xa3\x91\xad\xb2\xd7\x60\x76\x01\x23\xb4\xa0\xca\x0c\x46\x04\x90\x91\xc2\x77\xa7\xa3\x8b\xab\x2d\xaf\x86\xf3\xd6\x8b\x45\xe2\x2b\x88\x3c\xa5\xfb\xb1\xee\x24\x50\x27\xbe\x3a\xe6\x7b\x35\x7c\x82\x78\x10\x5f\x2c\xd6\x85\x55\xed\x84\xf7\xcb\xe6\x33\x56\x16\x73\xaf\xa2\xb6\x5f\xd1\xfd\x0a\x43\x61\xbd\xaa\xbd\x0f\x58\x0a\x04\x00\x82\xdb\x34\x17\x57\xcb\x0e\x5a\x65\x91\xa1\x32\xae\x61\x13\x6f\x63\x5d\x2f\x6d\xc3\x60\xf3\x90\x96\x6a\xa8\x45\x71\x2e\x3a\x2a\xc7\x2e\x3e\x0d\xeb\x07\x08\x6a\x53\xfd\xe9\x4c\x9f\xba\xf6\x0b\xe4\xf9\x2c\xbf\x39\x70\xb6\xe9\x86\x19\xc9\xac\x14\x45\xa7\x93\x0c\x83\x6e\xe6\x1f\xc9\x10\x12\x8d\xc4\x71\xa8\x69\x6c\x01\x39\xc2\x31\x81\xae\xd7\x2c\x85\x47\x68\x87\x18\xc5\x77\xc7\x31\xab\xea\xd2\x7b\x59\x36\xee\xf7\xee\xc7\x2f\xf2\x07\xe0\x82\x2e\x55\xde\x1e\x3f\x83\x41\x24\x7f\xc8\xf2\xd4\x28\xfc\x80\xcd\x99\x98\xfb\x1e\xf1\x61\x2d\xad\xc0\x6e\x73\xb0\xf3\x76\x67\xdb\x9c\x72\x9f\xb7\x7f\xdb\x7a\xff\xeb\x0e\x5c\x18\x80\x18\x2b\x0b\xcc\x0b\x6d\x58\x61\x51\x0c\xfb\xf1\x9d\xab\xa9\x9b\x2b\xa8\x56\xb1\x8e\x3a\x3b\xd4\x7a\xa7\xcb\x3f\xab\x92\x78\xe0\xb5\xfe\xea\xe6\xa3\xfa\x75\x1b\x6c\x93\x9f\x0f\x77\xcd\x75\x7f\xb3\x46\x1e\x0a\x1a\x4a\xd4\x2c\x2f\xbd\x02\x45\x0c\x6e\xe8\x83\x10\x75\x3a\xc3\x12\x9e\xe3\xcf\x06\xe0\x80\x75\x24\xfc\x07\xc0\x53\x0a\x23\x57\xea\x28\xf6\x8e\xb2\xc6\xf6\x86\x42\x17\xe7\xf0\x5a\x42\x51\x43\x7d\xba\xcb\x20\xd7\x81\x1d\x55\x77\xa4\xde\xc9\xe1\x61\xc3\x09\xa2\x4a\x44\x61\xc3\x86\x88\xaa\xc6\xd8\xc5\x60\x04\xab\xd7\x57\xe3\xd0\x48\x06\x5b\x0d\xa8\x6b\xc2\xfd\xd3\x71\x8f\x8c\xee\xdb\x99\xe0\x45\x04\x34\x33\x0a\x17\x76\xec\xba\x4e\xd5\x90\x50\xd1\x50\x5b\x82\xd5\x86\x04\x55\x8d\x3e\x85\xbd\xbd\x6f\x22\xdd\xcd\x53\x99\x08\x80\x8f\x14\x6c\x36\xd9\x36\x4b\x55\x35\xc0\x7b\xb1\xde\x37\xf4\xb0\x4d\x3a\xa3\x42\x4d\x76\xcd\x4a\xd8\x56\xbd\x70\x85\x1b\x11\x7e\x52\x6f\x99\xc3\x9c\xba\x07\x9f\xcd\xc7\xdf\xc5\xdc\x7d\xf4\x6e\xe8\x8d\x76\x30\xa6\x6b\x29\x7d\x0c\x22\x43\xbe\x53\x29\xcf\x5e\x46\x82\x59\xd7\xd8\x1f\x85\x34\x12\xa9\x85\x98\x5a\x94\x3e\xba\x01\xf2\xd1\x75\xd3\xa2\x6c\x99\x42\x8f\x49\xdd\xe8\x6a\x19\x61\x2b\x4f\x4e\x55\x9c\x13\x0c\x0b\xb5\x4f\xf6\x76\x50\x09\x2e\x91\x85\xe8\xd3\x68\x67\xc8\x03\x21\x0c\x13\x7e\x26\xa0\xa2\x85\xb2\x11\x71\x2a\x47\xc3\xde\xb0\x10\x1c\x22\x17\x50\x70\xd5\xa8\x5a\x80\x4e\xd1\x4e\x5b\xf3\xfb\xa1\xfa\x5d\xcc\x43\x3a\x25\x66\x57\x38\x1e\x8e\x6d\xbd\xaa\x33\x90\xa6\x4e\x92\xeb\x01\x10\x9a\x87\x6a\x6c\xe4\x21\x55\xfc\x20\xbc\x4a\xf8\xb1\xc6\xa5\x6e\x60\xfc\xda\xce\xa6\xb5\x86\x8b\xf9\xb4\xd6\xf8\xc6\x5b\x2b\x16\x23\x7a\x9b\xe3\xa2\x66\x8d\x0e\xec\xc4\x78\x72\x78\x86\xe7\x8d\xa6\xd9\x14\x53\xa8\x54\xe6\xd2\xb5\x2a\x97\xb5\x41\xac\x76\x79\x5b\xe2\xca\x06\xa8\x7a\xa6\x45\x38\x67\x30\xd4\x2f\x7e\xfa\x80\x24\xdf\x17\x89\x2a\x48\x85\xc0\xf8\x10\x5b\x98\x9f\xa1\x66\xeb\xdf\xcb\xe1\xd7\x29\x2f\xe0\x6d\xcd\xb6\xb2\xfe\x0b\x03\xd6\xe1\xc5\x58\x63\x28\x8f\xff\xb6\xe6\x22\x7d\xec\xc3\xe0\xcb\x01\xeb\xf4\xfb\x7d\xd3\x1a\x1a\x7f\x3a\x0e\x9b\x23\x25\xfc\xd6\x6d\x80\x71\x73\x79\x1e\x38\xec\x92\x6d\xa5\x18\x05\xf0\x56\xea\x52\xe4\xa2\xc0\x58\xb9\x46\xde\xd2\x1b\xd1\x47\xbf\x9a\xc3\xc5\x12\xc8\xf4\xa9\x41\x97\xe3\x41\xd0\xda\x8c\x7c\xa7\xe1\x0c\x00\x1a\x4b\xa6\x2d\x83\x7c\x3a\xf6\x55\xa5\xa6\x92\x70\xc3\xd1\x5f\x8b\x24\xe3\x85\x40\xd2\x5d\x3f\xdd\x9a\x55\x17\xec\x51\xb9\xcb\x1a\x6b\x6e\xcd\x00\x08\x2a\xa3\xbb\x24\xa6\xf6\xba\x86\x75\xe7\xc9\x87\xce\x26\x62\xaa\x6a\x61\x92\xea\xac\x72\x26\x31\x85\x1a\x83\xe7\x4c\x17\xf2\x44\xf9\x14\x03\xc7\x7d\xb8\x7b\x9d\xfb\xa1\xff\xf5\x22\x96\xee\x4d\x32\x4f\x29\x93\x02\xa5\x28\x75\x0f\xd1\x5c\xb3\x99\x9e\xf1\x8c\xb2\x21\x80\xe7\x91\x75\x37\x52\x39\x38\xf4\x74\x09\x9f\x43\x37\x1c\x25\x65\xa8\xa0\x0c\x31\xb1\xa4\xe9\x58\x91\xa0\x0f\x6a\x7b\xa7\xcb\x4e\x45\x21\xfa\xb1\xe9\x20\xdc\x96\x39\x41\xd0\x04\x80\x48\x01\x7f\xa9\x7d\x07\x44\x88\xc6\xc2\xa4\x2e\x7d\xb6\x67\x3d\x6e\x7a\x86\xaa\xa6\x23\x42\xb6\xed\x0d\x02\x4c\xe6\x1e\x6e\x3d\x9b\xbd\x81\xda\x80\x73\x25\x3d\xdd\x37\xb3\x06\xa0\x07\x4d\x41\x89\x6a\x19\xeb\x38\xef\x21\x0a\xa8\x95\xb9\xd7\xcb\x15\xa6\xf1\xb3\x69\xc1\xad\x2a\x22\x77\x2b\x94\xea\x6f\xb6\x60\xcf\xf6\x18\x2a\x6a\xcb\x9e\xe5\xf2\x9f\x33\xb1\x9b\xba\xaa\xb2\x9b\x6c\xfd\x85\xdf\xf0\x73\x5d\x72\xb9\x0f\xc2\xdb\xe9\xf5\x5d\x16\xb6\x94\x3e\x78\x6f\x7d\xdd\xe8\x3f\xfe\x58\xeb\xa0\x5f\x4b\x3d\x55\x5a\xa4\xf7\x62\x45\x59\xdf\xa8\x82\xed\xee\x3c\xef\xb1\xe1\x6c\x38\xcc\x50\xb9\x06\x0f\xf5\x71\xae\x0a\xbb\x5c\x66\x7d\x26\x33\x0d\xee\xc9\xa9\xe0\x19\xa5\x99\xa2\xa5\xa7\x55\x73\xee\x5a\xb8\x83\x2d\xbb\x00\x80\xe1\xbc\xaa\x36\xc8\xcf\x05\x0e\x06\x4e\x50\xe8\x33\x8a\xcf\x21\xb4\x33\x12\x81\x55\x3f\xad\x3f\x69\x51\x39\xab\x52\x4e\xe2\xe9\x34\x93\x42\x33\x9e\x69\x05\x5e\x77\x33\x99\x95\xab\x32\xb7\x1b\x77\x28\x0c\x68\x1a\x7f\xc2\x73\xf4\xfb\x05\x44\x54\xb0\x6d\xb5\x75\xd4\x26\x17\xb4\x09\x9f\xb3\xcc\xe8\xe9\xa5\x62\xb3\x1c\x13\x36\x42\xa0\x03\x79\x59\xc8\x91\xe1\x69\x2c\x94\x4f\x15\xde\x3c\x6f\x0c\xdd\xf4\x3d\xaf\xbd\x5f\xc0\x1e\xf4\x0e\xb9\x5e\xf3\x84\xa3\x9f\xb6\xdc\x79\x13\xac\x4c\x2c\x0b\x07\xbb\xac\x52\x1a\xdb\xcb\x75\x26\x4a\x56\xc0\xa3\x91\xb3\x2c\x9a\xcb\xb9\xcf\x2f\xd2\x25\x01\x41\x84\xba\xb5\xfc\x99\xd7\xe4\xcc\x65\x3f\xfc\xe0\xbe\xf5\x31\xb9\x0b\x40\x0f\x12\x69\x1a\x34\xc4\x39\xdb\x8c\xb6\xec\xac\xc0\x4a\xc0\x92\xad\x74\x1d\x9e\xe6\x7f\xe2\xbc\x2f\x73\x59\x62\x33\x47\xa2\x90\x47\x2f\x2f\xe9\x85\x0a\x18\x24\xec\x8f\xaa\x4d\x47\x9c\x7b\xd4\x0c\x5b\x20\x71\xd8\x26\x89\xc0\x7e\x2a\xf5\x94\x97\xc9\xa9\x1d\xd2\x4b\xf1\x59\x65\x30\x5c\x82\x24\x1d\xf7\x91\xc3\x79\xd3\xf5\x67\x8c\x57\xeb\x80\x42\xe6\x2e\xba\xf3\xbc\x4e\xb1\x3d\x48\xde\xba\x04\xac\x4e\x30\x3d\x0f\x68\xc2\x73\xeb\x29\x8a\x3b\xea\x15\x90\xce\xf0\x3f\x80\xef\xb1\x91\x2c\x88\x92\x70\x60\xa9\x73\x51\x5c\xc0\x05\x40\x96\x15\x24\xa2\x8e\x6b\xdb\x59\x51\xf9\x0a\xfb\x91\x79\x6b\x02\xe0\x9a\x19\x51\x6b\xd9\xf2\x6e\xf8\x18\x30\xe4\xf9\x6a\xa9\x57\x13\x35\xa1\x8c\xe4\x16\xc8\x5f\x4b\xbd\x8a\xa2\x89\xb1\xd5\x55\xf6\x66\xf7\xef\xef\x76\x06\x54\x1f\xf0\x95\xcc\x53\xa3\xb3\xe1\xbb\x94\x28\x0a\x55\xb0\xd5\x58\x64\xf6\xc4\x45\x66\xbb\x74\x5e\x14\x97\xbd\xf1\xec\xd1\xa3\x0d\x3b\x1c\x86\x29\xd3\xf6\x30\x8b\x4b\x4c\x63\x96\x1d\x58\x2f\xc2\xeb\x64\x73\xfb\x39\xa2\xbb\xfd\x42\xc4\xfc\x4c\x76\xaf\xcf\x9f\x5f\x44\x7a\x53\x17\xb6\x69\x81\xbd\xa4\x7f\x54\x5a\xd0\x31\x1b\x80\x1f\x7f\xc0\xd0\x86\x3f\x7d\x00\x01\x6e\xde\xbb\x82\x84\x03\x72\x41\xcb\x26\xa8\x5a\xe6\xdc\x8e\x4c\xbb\x8d\x3e\x8d\x19\x80\x06\x59\x23\xc4\xa7\xe3\x5f\x7c\xb8\x9f\x64\x7a\x1c\xcc\xe1\x1b\xb2\x8a\x07\xec\xcf\x64\x99\x06\xb9\x33\xa9\xd1\x12\x00\xca\x40\x83\x83\xe0\x21\xca\x35\xf9\xb9\x4e\x40\x97\xaa\xd4\xb5\x09\x92\x2b\x87\xc4\x2f\xf0\x22\xb5\x59\x07\xf2\xc9\x75\x8e\x51\x1b\x97\x1b\xfb\xf6\xc3\x7b\x4f\x74\x24\x4f\x74\x46\x3b\x61\xe6\x64\xfa\x84\xfa\x4e\x4d\x08\xd7\xe1\x5d\xd5\x7f\xaa\xfd\x10\xfc\xe9\xfd\x71\xe5\x4f\xc6\xc8\xd1\x40\xa7\x3d\xb5\x99\x53\x00\x01\x3c\x38\x3c\x85\x76\x36\xed\xd7\xa5\x1c\xdb\x0c\xce\x97\x97\x56\xf8\x21\x8c\x6a\xcf\x05\x88\xd4\xdf\xaf\xdc\xa1\xdb\x62\xc3\x97\x7a\x0f\x6d\xf8\xe9\x35\x7a\x80\x77\xbe\x7b\x67\xba\x13\x30\x95\x50\x5a\x5a\xd4\x04\x78\xde\xbb\x47\xa0\x7e\xf8\xc1\xfd\xdb\x93\x30\xf5\xe7\xb7\x6d\xf0\x05\x87\xe8\x78\x17\x12\xe0\x11\x3a\xa5\xbb\x9b\xf3\x69\xb7\x55\x94\x31\x1e\xf3\xdc\x2b\xa0\x5e\x27\x87\xbd\xf6\xdd\x8a\x1c\x69\x70\x67\xac\x91\x25\x76\xa1\xac\x08\x13\x76\x6d\x92\xa7\x06\x1a\xc8\x14\xfe\xd6\x42\xae\x70\x82\xba\x54\x53\xcf\xbb\xda\xba\x05\x9b\xd3\xbc\xf9\x76\x82\x84\xaa\x75\xf1\x76\x61\xf4\x7b\x6b\xa2\xe4\x50\xb5\xc0\xbe\x81\x2e\x10\xbc\xc4\x5d\x2d\x78\xf2\xa9\xab\x8a\x61\x30\x6c\x63\x65\xc2\x0a\x0d\x8c\xdd\xbb\x57\x2d\x4b\xc7\xfe\xd1\xe7\x35\x2b\x89\x51\xe8\xac\x86\xe5\x81\x8f\x29\x59\xf6\xda\x5a\x95\x88\xf1\xf1\xa1\x1a\xa4\x0d\x77\x15\x7b\xf9\xf2\xef\x93\xd2\x66\xf6\xa2\xdd\xe0\xdf\xd9\x73\x95\xaf\xfa\x77\x05\x70\x54\xa4\x6b\x69\xc0\xcb\xde\x35\xb3\xe3\xdd\xf0\xdc\xc2\x95\xa7\x52\xf7\xe9\xee\xc7\x36\x09\x8f\x17\xfe\xb7\xda\xc9\xff\x29\xc6\x50\x29\xde\xe2\xa2\x6f\x6e\x08\xa5\xba\xe9\x79\x3c\x53\xff\x54\xad\x7a\xd0\x42\x8d\x46\x9d\x4a\x38\xd7\x30\xf6\x04\xdf\x55\x8d\xa8\x7b\xb9\x27\x0b\x7a\x44\x3f\x48\x05\x05\x42\x00\xc9\x0a\x71\x85\x85\x27\x7e\x5d\x5e\x6c\x88\xa2\xb4\x99\xcd\xaa\x64\xea\x7c\x3a\x95\xf9\xb8\x26\x32\x54\xbe\x95\x65\x11\x31\x11\xf3\x0c\x8c\xd9\xeb\xd8\x55\x8f\xcd\xb4\xd8\xe6\xd3\x72\x56\xb4\xbf\x5f\xbb\xa3\xdb\x6d\x6f\xa7\x30\xe9\xda\x15\x89\xde\x2f\x6b\xea\x91\xeb\x17\x6a\x49\x48\xe6\xbc\x63\x49\x15\xa8\xd0\x35\x79\xe2\x23\xda\x5a\x6c\xe0\x28\x4c\xc8\x15\x5f\x88\xdc\x1a\xa5\x4e\x95\xae\xec\x2b\xb5\xca\x1f\xd7\x18\x59\x20\x21\xc6\xa8\xca\xfa\xd7\x34\xb0\xf5\x9b\x57\x5e\x95\xdb\x0a\x2d\xde\x82\xe1\x2f\xcd\x3b\x2f\xfe\xbe\xd8\x8e\x4b\x8d\x6e\x60\x70\x85\x1e\x6d\x62\xd6\x8c\xdf\x07\xd3\xfe\xde\xa8\xb3\xd2\x5b\xe9\xb2\x5f\xd8\xea\x86\xb7\x62\xc1\x71\x5b\x75\xd1\xd3\x4c\x96\x9d\xb5\x4f\xac\x77\xfc\xe3\x9a\x7f\xa7\xac\x34\x6c\x54\xf5\xa4\x55\xe7\xbc\x84\xf3\x35\xed\x2d\xca\x12\x98\x72\xde\xd2\xa2\x67\x27\x7c\xed\x0d\x0b\x9c\x86\xec\x8e\xf5\x37\xf0\x8b\xc6\x8c\x50\xd2\x84\x76\x26\x1b\x77\xe0\x6b\x44\x03\xcb\x4e\xfe\xcd\xdc\xad\x5d\xc5\xc0\xd5\x67\x2b\xfe\x48\xef\xaa\x3e\x54\x6b\xeb\x66\x56\x7d\x54\xde\x7a\xc1\xd4\x3c\xb2\xfa\x8f\xb5\x68\x21\xba\x90\x85\xb0\xf1\xbc\xa4\xf3\xaa\x90\xf9\xb5\x42\x5f\x1d\x89\xd6\x51\x33\x22\x32\xb8\x8d\x0b\x22\x0d\x06\xb7\x86\xb9\xdc\xea\x7e\x74\xd9\xa3\xba\x55\xa7\xa1\x5c\x55\x66\x04\xef\x37\xf0\xeb\xaa\x56\xad\x79\x89\xdb\xac\x51\x35\xf8\xe8\x7b\x52\xfd\x5c\xb7\xcc\xff\x12\xe8\xe5\x64\x77\x5f\xf7\x08\x7a\xd5\x3e\xec\x27\x3a\x10\xd2\x63\x77\xc5\x8c\x7f\xbd\xbc\xb4\xe7\x90\xf9\x5f\x27\x7a\x91\x8b\x77\xed\xa2\x47\x8b\xc7\x6a\x0b\xc8\xd0\x07\xf4\xc1\x68\xe9\x8b\xd6\x65\x2d\x55\xc4\xf7\x85\x4a\x84\xb6\xcd\x50\x7f\xdf\x8c\x3e\xf1\x04\x94\xb3\x75\x02\x5a\x8e\x4e\xfc\x9f\x57\xd9\xc7\x91\x37\xbc\x46\xe1\xe5\xcb\x15\x66\x76\x7b\xc8\xf7\x6d\xb2\xb0\xa8\xf2\x87\xe5\x44\xf4\x70\xed\xd8\x6b\x0a\x8f\x5c\x91\xbe\xe1\x75\xf8\xbf\xe5\x32\x8c\xd7\x4b\x9c\xb7\x7f\xed\x35\x73\xfd\xb4\x7e\xdc\x66\x49\xc0\x8a\x1d\xa6\x45\xe4\xd2\x0a\x52\xbc\x1f\x86\xa5\x45\x6f\xab\xf5\x46\x9d\xe6\x05\xf4\xaa\x0d\x7c\xbb\x1e\xee\xc3\x6f\xd3\xc6\x17\x0e\x20\x16\x28\xe2\x5e\x37\xef\x0f\xf2\x86\xeb\x88\x06\x1a\x6b\x6b\x64\xab\x5f\xc0\xa1\xf5\x52\x25\xae\x59\xcd\xea\xea\x36\x6c\xbf\xf6\x60\x6a\xd4\xd6\xe6\x1e\x6b\x18\xa0\x5a\x54\xfb\x1a\xce\x9d\x9f\x31\xfc\x15\x1a\xd3\x8d\xac\xdb\xe8\xe4\xdb\x7d\x23\x63\x47\x0e\xc6\xd0\x56\x4b\xa8\x80\x1e\xd4\xb4\x4c\x37\x2d\xaf\xce\xd8\xe9\x75\x89\x98\x3b\x23\xa8\x04\x18\x1c\x85\x66\xe3\xb8\xa0\x42\xe3\xed\x9f\x2d\xa7\x6c\xad\x8d\xe5\x64\x4f\x3b\x6f\x84\x06\x9f\x8a\x35\xbc\x59\xf9\xca\x8a\x77\x92\xef\x8b\x89\x80\xa7\x2b\xef\xec\x06\xff\xe3\x6c\xde\x38\xb5\x21\xcd\xf2\x44\x9d\xdb\x84\x6a\xd1\xcb\x52\xeb\x49\x13\x71\xd0\x34\x57\x1c\x5f\x25\x7d\x19\xd5\x49\xeb\xee\xef\xc9\x62\x27\x80\x6f\xa3\x95\xc6\x74\xc7\xc8\x64\xe3\x7a\x64\x4d\xad\x73\xda\x5f\x68\x6a\xad\x8e\x72\xc3\x4d\xd5\xc2\x76\xec\xe5\xfc\xf2\xd2\xd9\xc1\x36\x03\x1b\x62\x9f\x76\xa8\xab\xa6\x88\xdd\xaa\xeb\xd1\xe5\xa5\x77\x57\xaa\x77\xae\x6e\x43\xb5\xfe\x4e\x19\xbb\xbc\xac\x14\xb3\x7a\xef\xc4\x99\x22\x83\xce\xb6\x40\x1e\x52\x14\x4d\x04\x44\xf8\x15\x03\xcf\x7e\xa8\x83\xb3\x22\xc3\x82\xba\xa1\x01\xbf\x49\x94\x76\x63\x3e\x7e\x87\xaa\x31\x6f\x95\x3a\x9b\x4d\x6b\xea\x56\x9d\x3c\xc7\xed\xfd\x9d\x7a\xe9\x43\x7b\xd9\x30\xad\x37\xda\x78\xca\x5c\xe4\xc1\x60\x6d\x8d\xfd\x21\xe0\xc5\x13\x5e\x64\x6d\x81\x0e\x84\xb2\xa2\x99\xc8\xcb\x42\x0a\x0d\xfb\xb2\x4a\x05\x61\xc0\xf4\x63\x42\x1f\xc6\xed\x46\xe4\x56\xf5\x95\xf8\x17\x56\x65\xc3\x2c\xd3\xbd\xa4\xcd\xd2\xdc\x98\x0b\xaa\x89\x6c\x35\x20\x85\xdd\x10\x61\xdf\x54\x40\x95\xca\x85\xc4\xae\x48\x13\x0a\xcc\x86\xd0\x5e\x80\xcc\xea\xea\x8b\xd6\x76\x70\x4d\x4c\x44\x30\x7b\x7b\xd9\xf4\xa5\x55\x8f\x6d\x74\x17\x89\x6c\xb4\xee\xc4\xc7\x6f\x10\x6d\x99\x89\xd7\x07\x8b\x8e\x5b\x7b\x00\xaa\x2b\x03\x91\x55\x8e\xec\x0c\x14\xde\x8b\xf4\x00\x16\x91\x32\xb1\x6e\x9d\x86\xfa\x14\x9b\x5a\x6f\x61\xab\x70\x06\x0b\xdb\xd6\x6f\xa3\xf8\xbf\x6e\x8c\x51\x5a\xa6\x9e\x8a\x36\xa5\x23\xa6\x76\x44\xc9\xe0\x81\x08\x94\x90\xc6\xac\x17\x4d\xb3\xc1\x5a\xd1\xd5\x8e\x1c\x34\xc4\xbd\x72\x75\x35\x60\xd0\xb8\x01\x8a\x1d\x92\xdb\x54\xcd\xe2\x1f\x35\x2b\xb5\x9b\x90\x42\xf3\x11\xba\x4a\x7c\x27\xef\x08\x52\x84\x1a\xde\x51\xbe\xd5\xa4\x69\xa0\x33\x83\x06\xc3\x35\x2c\xcc\xf4\xe2\x50\x59\xdd\xb8\xf5\x45\xa1\x77\x11\xeb\x2e\xb5\x2c\x15\xe8\xc1\xc1\xbe\x1a\xb8\x00\x05\x1b\xbb\x57\x53\x23\xa2\x4f\x22\xc1\xac\x1a\x0f\x1f\x35\x5b\x51\xf3\xbb\x33\x63\x54\xf6\x33\x3a\x7d\x71\x8a\x50\x51\x0f\xf1\xf1\xeb\xe9\xc5\x9e\x4a\x8e\x6b\x2f\x0e\x35\x61\xdb\x6a\x40\x6b\xb5\x9f\xc5\x06\xf9\x24\x8f\x8f\xeb\x17\xaa\x66\x95\x56\xdf\x0f\x76\x2c\xca\xbf\xc9\xa2\x9c\xf1\xec\x03\x9a\xcf\xfe\x3f\xf6\xde\xb5\xbb\xad\x1c\x49\x10\xfc\x2b\x70\x6e\x8d\x49\x66\x52\x94\x9d\xd5\x5d\xdb\x43\x5b\x56\x29\xfd\xa8\xd4\xa6\x5f\x63\x29\xcb\xdd\x23\xe9\xa4\x20\x5e\x50\xbc\xa5\xcb\x0b\xd6\xc5\xa5\x64\xa5\xac\x3d\xfb\x71\x3f\xcf\xd9\x5f\x38\xbf\x64\x0f\x22\xf0\x08\x3c\x2e\x49\xc9\xce\x9c\xea\xe9\xf6\x39\x55\x29\x5e\x00\x81\x57\x20\x10\x2f\x44\x78\x8f\xd8\xb8\xa8\xf7\xc4\x7b\x34\xfe\xc5\x06\x47\x4e\xa3\x58\x39\xe5\x29\xa6\x9a\x4f\x22\xa3\x62\x3a\x68\x70\x4a\x44\xf0\x08\x5d\x41\x76\xe8\x53\x3d\xf4\x53\x13\x8d\xdc\x44\xe4\x5a\x40\x4e\x1a\x13\x20\x0c\x07\xe4\x7a\xb8\x84\x98\xe3\x90\xc4\xbc\x82\x58\x0d\xa6\x00\xc2\xa4\x2c\x1a\xa1\x6c\xa7\xb1\xf3\x9b\x77\x6f\x73\x8a\xf7\x73\xd1\xe2\x50\x30\xf8\x69\x14\x9b\x98\x0c\xd8\xac\x87\x7f\xaf\x6d\x96\x7c\x10\x34\x01\xff\xd0\xaa\x0a\x12\xdc\x1b\x62\x8e\x31\x60\x2d\x53\xd7\xef\x67\x60\xb3\x87\x0f\x93\xbd\xc1\x71\x0d\xe0\xd5\x24\xfe\x6d\xcc\xb3\x6f\x65\x01\x5a\x85\xf4\x23\x57\xa1\x75\x08\x98\x3f\x93\xed\x9b\xa2\x41\xa9\x4c\x4f\x76\xf0\x1e\x0d\xe2\xa2\x2c\x1a\x44\xfb\x82\x9b\xde\xc6\xe1\x6e\x87\xc6\x87\x4c\x7c\x2a\x55\xab\xee\xb0\x2f\x99\x65\x88\xcd\x70\xe1\xca\x47\x54\xcf\xab\x87\x3b\x2b\xe2\x2b\x8d\xa9\x59\x43\xcc\x28\x1b\x4e\xdc\x2d\xbf\x39\x84\x4e\xdf\x8c\xab\xfe\x8b\x59\x83\x11\x51\x3c\xd3\x2c\x8f\xee\x73\xb4\xf4\xfb\x9d\x2b\xbf\xdf\xbd\xf0\x99\xa0\x65\x9a\x3f\x95\x2d\x90\x5f\x03\x69\xc6\xc3\xcd\x99\x95\xa2\xe1\xcd\x64\x76\x8d\x69\x93\x94\x0d\x70\xb1\xc1\x1e\x24\x6b\x21\x68\x78\x38\xbf\x9c\xd1\x90\x07\x63\x9f\x88\x46\x25\x33\xa5\x27\xc3\x56\x03\x53\x73\xff\x69\x54\xf5\x99\x29\x1e\xb8\x55\xce\xac\xe3\x41\x7b\x5d\x09\x23\x67\xd2\x55\xa4\xdf\xc3\x77\x6a\x2e\xc4\xbb\x0d\x19\xfa\xe1\xf0\xb5\x8f\x0f\x9a\x5b\x07\x25\xda\x0f\x87\xaf\xfb\xa5\xfa\x70\xf8\x3a\x6f\x43\xd3\x28\xf4\x4b\xd3\xa2\x9b\x0b\xd4\x73\x08\x03\x9f\xcd\xc7\x27\xc7\x99\xa4\xd9\x7f\xb9\xf3\x78\xce\x71\x3c\xb1\x19\xda\x0d\x42\x5f\x50\x0e\xc5\xa3\x81\x38\xc5\xc2\x5a\xc7\x3e\x5b\xf3\xc1\x03\xe7\xca\x68\xff\x78\xe9\xf6\xcd\x5d\x7e\x1d\x55\x46\x9a\x8d\xb7\xa1\xf1\xfa\xbd\xa2\x6c\x7a\x98\x38\xb5\xd7\xb4\x55\x2f\x39\x2e\x7a\x8c\xce\xbf\x7d\x1b\x5d\x5f\x7d\x70\xb5\x45\x55\xb6\x18\xb4\xfd\x7b\x56\xc1\x31\x38\x13\x13\xbe\xd4\x5c\x69\x0b\x99\xdf\xae\x64\x73\x81\x71\x5c\xd9\x2b\x7e\xd6\x68\x76\x62\x29\x7c\x1a\xbd\x42\x18\xde\xa4\x6d\x78\xad\x16\xa5\x89\x73\x2c\xd4\x3f\x1b\x55\x4c\xa9\xa0\x5b\x0d\x6a\x22\xeb\x4b\x01\xec\x4b\x2b\x21\x85\x35\xba\xc6\xe9\xc3\x46\x7b\x01\x65\xb0\x0b\x6b\xac\xd8\x19\x3f\x13\x15\xba\xf0\x9a\x2e\x7c\xdf\x26\x6d\xb1\xfa\xd3\x56\x55\x5e\x88\x11\x3b\xd0\xf3\x69\x4d\xb2\x20\xe8\xb8\x92\xe7\xe5\xc4\x84\xa5\xbf\x92\x38\xc7\x21\x9b\xc9\x2b\x71\x29\x9a\xa1\xf5\xe9\x47\xcf\x7d\x3d\x0a\x3d\x84\x33\xd9\xce\x82\x68\x89\x10\xb5\xa4\x69\x2b\xea\xfa\x6c\x90\xd0\x22\x0e\x0d\x5c\x42\xb1\x8a\x1e\x1a\x8d\x5e\xe1\xe9\xa2\x27\xd7\xb2\x95\xba\x1b\x0b\x15\xc4\x87\xdb\xf4\x8c\x42\x46\x53\x80\x04\x47\x8f\x04\x2b\x1a\x8d\xb6\xf5\x77\xcd\x48\xa5\x19\x49\xf7\x27\xb2\x86\x56\x10\x64\x7f\x48\x3e\x04\x07\x7d\x22\xeb\x11\xd8\x04\xdc\x29\x67\xcf\x5d\xf6\x30\xe5\x32\x37\x42\x34\x12\x17\xcd\xb7\x96\xf5\x96\xff\xa2\x61\xf8\x08\x1d\x2a\x0d\x5d\xe6\x52\x86\x29\x9b\xf4\xdb\x4d\xa7\x8f\xab\x02\xe9\xa4\xcc\xa2\x14\xa5\x5a\x54\xfc\x7a\xcc\x7a\x65\xad\xb7\x70\xeb\xac\x92\x93\x8b\x1e\x2e\x0f\xfc\x3f\xa4\x52\x9b\xc9\xaa\x10\xcd\x98\x1d\x61\xab\xde\x5c\x6d\xe9\x81\x6c\x41\xe1\x8f\x50\xd8\x33\x12\x99\x63\x00\xaf\xca\xa2\x9d\x8d\x59\xef\xb1\x98\xdb\x32\x84\x88\x31\x2d\xca\x39\x3f\x17\x29\x44\xf8\xfc\xdc\xc6\x71\x4e\x80\x6a\x7e\x6a\x5a\xc9\xab\x31\xeb\xcd\xca\xa2\x10\x75\x0a\x1a\xd8\xe1\x70\x69\x99\xc9\x0c\x55\x41\x86\xd3\x3b\x2e\xe8\x9b\x83\x5f\xf6\x9f\xbf\x7b\xcb\x76\xdc\x20\x7b\x4f\x92\x87\xc7\x16\x21\x81\xa5\x87\xcc\x0e\xe3\x18\x2b\x06\xe3\x00\x2d\x76\xdc\xe3\x5d\xdd\xfe\xc6\xef\xdb\x90\x95\x13\x59\x3f\x27\x3f\xd5\x7b\xbf\x07\xfa\xe7\xbe\x5e\xa3\xa1\x89\xaf\xc2\x6e\x51\xc5\xbb\xb0\x5e\x52\x11\xd6\xc3\x6e\x1f\x39\xed\x22\x85\xa5\xef\x32\x8f\x2e\x23\xb2\xd3\x4e\xba\x26\xc5\x1a\xd2\xd0\xc3\x81\x41\x44\x10\x60\xf3\x7c\x9d\x60\x1a\x09\x44\xf7\xc5\xcc\xe3\xe1\x43\xf3\x57\xd8\xd3\x2a\x03\x9b\x8d\x8e\x55\xca\x7a\x9b\xfc\xdd\x09\x38\x44\x2e\xd3\xc5\x89\xa7\x05\x4f\x12\xd1\x23\x27\x73\xa4\xc2\xc6\x0a\x66\xc7\x32\x61\x96\x7d\x30\x21\xca\x95\x13\x3c\x02\xfe\x33\x2b\x7e\x54\x54\xfe\xc0\xa8\x8d\x54\xfa\x98\xf3\x6b\xbb\xe7\x28\x9c\x58\xfb\x39\x40\x06\x80\x96\xcf\x32\x63\x29\x6b\xc8\x96\x62\xb9\x2e\xc7\x8d\x59\xee\x6b\x53\x9e\xcb\xea\x33\xcc\x94\x40\x76\xc8\x33\xb1\x5a\xce\x80\x65\x4e\x39\x63\x5a\xba\x81\x08\x33\x3c\xae\x63\x5e\x02\x84\x52\x65\xb7\xb5\x20\xd1\x24\x2c\xa7\x61\xe6\xad\x91\x15\x38\x64\xea\x6e\x92\xe9\x33\xf2\x23\xb2\x6c\xf4\xce\x4e\xd4\x1c\x0f\x02\xed\x38\x94\x6b\x13\x75\x65\xf7\x28\x0d\xc9\x44\x97\xf6\xb4\x17\x4b\x26\x34\xea\xbf\xef\x5c\x61\xbc\x35\x03\x51\xec\x49\xaa\xb0\xf4\x30\x60\x4a\x38\xbb\xd4\xcb\xbc\x7b\x5e\xf8\x0f\x9e\x29\xaf\x52\x8e\x22\x62\xef\x90\x31\x67\x0d\x71\x81\xb6\xc1\x2f\xf7\xc8\x1e\x14\xba\x19\xc1\x98\xa2\x7a\x7e\xc2\x2c\x52\x82\x99\xc3\x41\x5a\xbb\x7b\x3f\x7d\xe7\xf8\x57\x51\x17\xb2\x71\x61\x83\x4c\x66\xfb\x8f\xe2\xec\xa2\x0c\xa3\xd5\xe1\x1b\xf8\x5f\xd3\x6f\x2a\xf9\xf4\x6e\x21\x1a\x9e\x86\xba\x03\xe6\xe7\x32\xe8\x6f\x9c\x0c\x20\x14\x00\xf3\xb2\x67\xd0\x02\x78\xa1\xec\x2c\xa6\xac\xff\x20\xea\x6f\x10\x46\x6f\x2a\xe4\xc4\x07\xf4\xec\x64\xb7\x77\x7d\xd1\x38\x12\x4f\x1d\x9e\xf2\x4b\x0f\xc8\xe4\x03\x93\x4d\x06\x92\x2f\xeb\x02\xb5\x54\xa2\xd9\x3b\x37\x9e\x8e\xfc\x72\x77\xe4\x3e\xec\x8e\x5a\xf9\x5a\x5e\x89\xe6\x39\x57\xa2\x1f\x2a\xc1\xb4\x1c\x40\x63\x99\x84\xd3\x0e\xbd\xa9\xec\xf6\x8e\x2d\x81\xf1\x05\x6f\xe4\xaf\x99\xaf\xb0\x9f\xb9\xda\x2a\xfa\x78\xdb\xa1\x4b\xdb\x70\x38\x0f\x1e\xf4\xf5\x8e\x3c\x7c\xc8\x7a\xf8\x69\x6f\xb1\x10\xbc\xe1\xf5\x44\xf4\x34\x11\x2f\xe4\x24\x91\x61\xe0\xa6\x1b\xa4\x93\x78\xf0\xa0\xef\x57\xf2\xe1\x43\xbf\xac\xde\xcb\x6e\x5a\x36\x62\x2a\x3f\x59\x5f\xbb\xdc\x94\x37\x80\x02\xf9\xad\xb3\x30\xf4\xf2\x3c\x78\xd0\xd7\xb8\xf1\xf0\x21\xeb\x6f\x37\x97\xe3\xc7\x8f\x47\x8f\xb6\xcb\x51\x2b\x54\xab\xbf\xfb\xbd\x05\x15\xd2\xf6\xcb\xe2\x5c\x1c\x1f\x6f\x1f\x1f\x17\x23\x52\x0b\x11\x86\xd4\x1d\x0c\xd2\x15\x4f\xcf\x7f\xb4\xe8\xf1\x13\x68\x27\x6a\x63\x35\x17\xea\x0a\x14\x9f\x8b\x46\x4c\xcb\x4f\x18\xa7\xaa\x70\x35\x6c\x1e\x6c\x97\xd2\x3b\x0e\xf2\x49\xa5\xf2\xe8\x94\x86\x83\xd9\x4d\xce\x6c\x20\xb2\xa7\xf8\x92\x9b\xcb\x37\xc3\x6f\xf0\xc8\x34\x4b\x88\xbb\x97\xb8\xdd\x1a\x05\xf5\xad\x8d\xc8\x96\x8e\xf3\x42\x9c\xf1\xb3\x0f\xba\x79\x5f\x03\x79\xcf\xcb\x46\x8d\x59\x3f\x0a\xbd\x33\x38\x3a\x31\xb1\x62\xa2\xb8\x09\x94\xa3\xd5\xed\x5d\x97\x3b\xcc\x81\x3b\x82\x86\x27\x8c\xab\x30\x6f\x1c\x38\x22\x2d\x2b\x31\x9a\xcc\x78\xb3\xd7\xf6\x1f\x0d\x90\x5c\x6c\x79\xbd\x75\x02\x03\xc1\xaa\x23\xfd\xff\xf1\xaf\xcf\x9f\xe1\xe7\xc8\x24\x83\xee\x6f\xf7\x8f\xf6\xb6\xfe\xfb\xc9\x60\xfb\x7c\xc8\x7a\x5b\x7f\x78\xdc\x1b\x24\xe4\xa3\x4b\xfd\x1c\x2e\x3e\x91\x09\x93\x42\x94\x0c\x70\x01\xf8\xb2\x95\xef\x01\x6f\x80\x39\xce\xec\x87\x79\x28\x7c\x6b\xcf\x7f\x4f\xa3\xf4\x16\x86\xe1\xe8\x8d\x31\x28\x44\x76\x9b\x10\x1d\xbf\xce\x3e\x25\xa8\x95\xb9\x51\x6c\xec\x20\x43\xdb\xe7\x22\xb3\xa1\x64\x1b\xa3\x99\x1f\xd5\x18\x4a\x2f\xb8\x6a\x30\xa4\x77\x02\x86\x7d\xc7\x1e\x9f\x04\x94\x7c\x35\x30\xac\x13\xce\x61\x64\x29\x68\xc0\xd4\xb8\x8e\xd0\x29\xa5\xb7\x75\x05\x75\xb6\x7a\xec\x3b\x98\xd2\x10\x87\x94\x98\xd3\x3a\x7a\x78\x23\x7f\x5d\x0d\x7e\x2e\x7f\xbd\x37\x6c\xb5\x06\xb4\xba\x2f\x64\x20\xe3\xab\x81\xcb\xb5\xb0\x43\x43\x8d\x8d\xbe\xfb\xf6\x97\xf7\xfb\xff\xfa\xf2\xf5\x2f\x6f\x7f\x7e\xf3\xc3\xcb\x0f\xbf\xbc\xff\xf0\xee\xfd\x01\xdb\x41\xc9\xb3\x37\x91\xd5\x72\x5e\x6f\x81\x61\x1c\x25\xf6\xde\x54\xd6\xed\xd6\x95\x28\xcf\x67\xee\x4b\x25\x3e\x91\x3f\xb7\xce\x1b\x79\x45\x7f\xab\x59\x53\xd6\x17\xf6\x4b\x59\x55\x5b\x72\xc1\x27\x65\x7b\x6d\x3e\x45\xbf\x1a\xa7\x94\xe8\xfd\xba\x05\xc8\x65\x7f\x49\x09\x1a\x89\x93\x8e\xb3\x05\x09\x19\x7f\xae\xcb\xf6\xcb\x0f\x57\xc7\x59\x09\x88\xdf\x1d\x4e\x04\x31\xef\x99\xda\x9a\x42\x62\xef\xbd\xe8\x80\x95\xea\xad\xac\xdf\x97\x9f\x44\xf5\xbe\x91\x0b\x08\x04\x9a\xdb\x22\x77\x71\xc3\x50\xdd\xb8\xf0\xfe\x7e\x12\x02\xfc\x2b\x6f\x4a\x2d\x81\xbf\x6b\xf0\x40\x02\x1b\x5e\x07\x9e\xfa\x5b\x5b\xbd\x4c\xd3\x65\x5d\xb6\xa0\x57\x0e\x86\xf4\xf9\x73\x1e\xe6\x2e\xeb\xf5\xd8\x98\xf5\x16\x9f\x7a\xfe\xe1\x57\x66\x51\xd8\x0e\x3b\xfd\xc3\x0d\x2c\xc4\xed\x1f\x6e\x74\x1f\xb7\xa7\x1d\x54\xbc\x43\xf5\x9e\xd5\xbd\xe3\x90\x5f\xbf\x7c\x75\xc8\x76\x58\xaf\x12\xd3\xd6\x07\x99\xfe\xb0\xff\x97\x1f\xe1\x33\x84\x5b\x0f\x82\x4f\xbf\x7a\xbd\xff\x5e\x97\xfc\xb9\x96\xd3\xaa\x5c\x90\xb2\xbd\x37\x2f\x7f\xf9\xf0\xf2\xfd\xeb\xbd\xe7\x2f\xdf\xbc\x7c\x7b\x78\xb0\xe6\x66\xd6\x33\x38\xd2\xdd\x9f\x8c\xb1\x3f\xc0\xda\x23\xf8\xf3\x64\x0c\x03\x33\x17\x03\xc2\xff\xeb\xde\xeb\x9f\xef\xdc\x41\xef\x6a\xab\x11\xaa\xfc\x55\xf4\xc6\xac\x27\xec\xdf\x78\x3e\x14\x2d\x53\x51\x61\x4d\x0b\x6b\x5a\x18\x26\x17\xf8\x70\xf8\xba\x9c\x96\x36\x67\xbe\xd9\x3d\xeb\x73\xc0\xc1\x6f\xca\x84\xc4\xb4\xa6\x04\xd8\xd8\x11\xea\xd1\xe7\xcb\x16\xd3\x40\xb9\xca\xc0\x85\x89\x66\x2a\x9b\xb9\xe6\x7f\xad\x4d\x55\xad\x60\xba\x9a\xb6\x2a\xa7\xd7\x78\x4b\x1a\xaf\x91\x48\x4d\x3c\x64\xf7\x3f\xe0\xfa\x2c\x1a\xa8\xa3\xa6\xad\xa2\xd3\xb7\xc9\xc1\x27\xd2\x4a\x0d\x1e\x78\x8e\x2c\x07\xce\xa2\x4e\xac\x5e\x4f\x26\x3a\xc0\xa7\x24\xc3\x78\x04\x68\x3e\x1c\xad\x37\xf6\x00\x1b\x44\x1e\xb0\x67\x3b\xec\x11\x1d\x51\xfe\xfc\x61\x63\xc7\x62\x1d\x1f\xab\x6f\xfb\xbb\x63\x60\xd9\xbf\xd5\x3f\x06\xbb\xc7\xc7\xe6\x40\x1c\x1f\x9f\x41\x91\xfa\x16\xca\xb6\x75\x91\xfa\x76\x17\xd8\xb1\x5e\xf4\x48\x12\xd4\x14\x94\xae\x68\xa4\x5f\x37\xa6\x13\x4b\x8c\xec\x70\xe0\xa4\xe0\x11\x5a\x07\x1f\x2b\xdd\xb5\x03\x3c\x9d\x70\x22\x33\x1d\x1c\xc0\x1a\xf7\xf1\x0e\xbd\xd3\x4c\xf2\xab\xbb\x7a\x3a\xf9\xde\x36\x9a\x57\xbe\xbb\xd5\x93\x4b\x88\x5a\xc2\x97\x65\x16\xaf\xa3\x51\x0a\x3d\x25\x69\x47\x30\xb8\x15\xf0\xed\x24\x3a\x9b\x76\x88\xe2\xea\xaa\x04\xcf\xfd\xe8\x04\x32\xcc\x42\xd9\x9b\xf3\xe6\xbc\xac\x7b\xe3\xf8\xfb\x82\x17\x85\x3e\x41\x63\xaa\xf1\xea\x18\x92\xc6\xfe\xff\xb6\xe4\x45\x3f\x62\xa7\x58\x46\x8b\x86\xd0\xcf\xa4\xe6\x76\x78\x21\xaf\x36\xea\xa0\x16\xe7\xbc\x15\x6f\x97\x73\xec\x61\xc8\x1e\xad\xea\x24\xe5\xe2\x88\x7d\x17\x54\xd2\xdc\x5e\x17\x48\x31\x4a\xf8\x02\xc9\x14\x0b\x51\x95\xf3\x12\xf3\x6e\x36\x73\xde\xb2\xbe\x18\x9d\x8f\xd8\xf1\x37\x8f\xd9\xf7\xec\x8f\xec\x9f\x8e\xbf\x19\x0c\xcd\x70\x54\x18\x68\x3e\x30\x12\x3b\x12\x1d\x8d\xdc\xfb\x91\xe9\x96\xfb\x11\xed\x35\x83\x22\xec\x95\xae\xa5\x1c\xe6\xe2\xdb\xbf\x1e\x33\xd4\xc4\x10\x62\x68\x8d\x11\x11\x16\xbc\x51\x62\xbf\x6e\xfb\xd0\xee\xc8\xf5\x71\x32\x64\x8f\x1f\x59\x21\x07\xcb\x1e\x9d\x60\x7d\xf8\xd3\x9d\x09\x73\xc8\x1c\xcc\xc1\x90\xc5\x9f\xd8\xb7\x6c\xeb\xf1\x60\x10\xda\x62\x00\xd0\xe8\x6f\xb2\xac\xed\xf0\x56\xad\xfa\xdf\x97\xbc\x18\x02\xd6\xe0\x05\x58\x41\x46\x96\xba\xc0\x1c\x2f\x38\x59\x95\x2c\x65\x88\x65\xe4\x61\x3e\x5d\xb6\x95\xb7\x41\x74\x85\xad\x58\x5c\x7f\xb5\xe0\xcc\x88\xe7\xf0\x3f\x25\xd7\x98\x66\xd2\xec\x4a\xde\x32\xfb\xf7\x1f\xc9\xdf\xdf\x93\xbf\x1f\x9f\x18\x26\x2e\xab\xc3\x81\xb1\x74\x79\x56\x24\x2e\x15\xc4\x50\x7b\xc3\xf6\x3f\xf0\xab\xa4\x9a\xfd\x86\x9c\x9f\xab\x8b\x26\xba\x99\x10\xd4\xf2\xe3\x3f\x06\x70\xbd\xca\x84\xd4\x05\x8b\xba\x3e\x22\x6a\xdb\x97\x07\xcd\x88\x08\x9f\x6f\x47\x2a\x44\x0d\xbd\x7c\xd2\xd5\xd2\xd7\x08\x9a\x12\x86\x28\xdf\x92\x54\x08\xd7\x6e\x53\xcf\x15\xd7\xa2\x95\x17\xa2\x2e\x7f\x15\x1f\xcb\x76\x86\xca\xff\x99\x50\x61\xb7\xf9\x1a\x94\x07\x7f\xb1\x7f\xf0\xfe\xf5\xde\xbf\xfd\xa2\xef\x0d\xcd\x5a\x1b\x63\xf5\x5b\x3e\x37\x1b\x86\x49\x7b\x5e\x94\x98\x4a\xa9\xb9\x5e\x95\xe7\xe7\xb8\x26\x5a\x7e\x3d\xc5\x03\x61\x1c\x7c\x7e\xf9\x05\x64\x45\x9f\x73\x01\xf0\x2f\x4e\x66\xe3\x7b\xb1\xc7\x97\xea\xe0\x5f\xf8\xa1\x81\xd0\xa8\x76\x73\x09\x71\x3c\x0a\x0e\x88\xbb\x68\xe4\x0a\x66\xd4\x67\x52\xa2\x45\xd9\xb2\xac\x56\xbd\x05\x91\x8e\x40\xcf\xd5\x7b\xd8\x3b\x09\xe9\x8c\x6b\xc4\x76\x59\xdf\xff\xe0\xca\x77\x3d\x18\x91\x55\x8c\x94\xee\x24\x01\x8f\xc9\x24\x00\xaa\x28\xd9\x7c\x10\xe7\x2f\x3f\x69\x19\x72\xfb\xf8\x78\x8c\x45\xc7\xc7\xfd\xfe\xe8\xbb\xdd\xc1\xf1\xf1\x60\xfb\xdc\x6f\xc6\x07\xa4\x94\x73\x51\xb7\xfb\xf5\x54\xb2\x1d\x76\x64\x03\xad\xda\xff\x9a\xe5\x08\xa4\x85\x57\x65\x5d\x28\x36\x91\xf3\x39\x67\x4a\x2c\x78\x03\x19\x8f\x94\xe9\x5e\xe1\x15\x64\x7a\xee\x0f\x98\xb9\x74\xec\x87\x11\xd8\x94\x1f\x0f\x19\xfe\xf1\xbd\xfd\xe3\x8f\x83\xe3\x6f\x00\x3c\xbc\x4b\x6e\x38\xd2\xd3\x39\x13\x7c\x32\x33\xa2\x48\xd9\x30\x79\x55\xdb\x74\x32\x09\xc8\xc1\x90\x85\x5f\xbe\x4f\xbe\xd8\x4e\x8c\xbd\x14\x73\x03\x98\x81\x6b\xdc\xc6\xa4\x3f\x0a\x42\x42\xda\xef\x26\x0b\xe4\x44\x28\x8c\xbe\xe8\x33\xa8\xce\x84\x49\x07\xe0\x67\x1f\x13\x7a\xf1\x69\xc1\xeb\xe2\xb9\x5e\xab\x03\xbb\x54\xa6\x93\x7e\xa6\xe3\x8e\x9b\x00\xdf\x97\xb4\x74\x50\x85\x14\x36\x79\xf5\xa5\x08\xd6\xfb\x4a\xc0\x9b\x2f\x35\x93\x4d\x3b\x59\xb6\xce\x9a\x94\xc3\x12\x54\xd3\x67\x06\xe2\xfd\x12\x5d\x32\x89\xa4\x0e\x75\xd9\x36\xe7\x20\x44\xa8\x71\x8c\x61\x34\xbd\x91\x6d\x33\x2d\x6b\xb3\x22\x2b\x51\x16\x2d\xc7\x73\x78\xb9\x49\xa2\x68\x6c\x6f\xb3\xe7\x10\xc8\x8d\x71\xfb\x22\x18\xf2\xc9\x6b\x09\xd4\xe0\x89\x47\x4c\x25\xed\xe2\x98\x81\x02\x86\xc1\x13\x1c\x63\xcc\xed\xdb\x0e\xfc\xa8\x46\xe2\x93\x98\xe4\x97\xc8\xad\xd1\xf6\x36\x66\xa0\x2b\x6d\x7a\xf9\x65\xed\x51\x02\x03\x73\xc4\xc7\x05\x46\x79\x25\x7a\x55\x65\x91\xcb\x04\x48\x35\x77\x35\x0c\xe4\xe8\xf1\xc9\xca\xb8\x0a\xd1\x7a\xa3\x56\xf0\xc8\x73\x93\x00\x04\x21\x0c\xb3\x5f\xd9\x77\xf8\x4b\xf3\x4d\xc8\x17\x90\x7a\x10\xc6\x9a\x2f\xf0\x04\xca\xdc\xd4\xe0\xac\x3b\xcc\x8b\x7a\x38\x7a\x7c\x42\xf9\x5a\xcb\x94\x0c\x7b\x83\xe0\xf3\x9c\x2f\xfa\xfd\x4b\x87\xf8\x6c\xe7\x19\x3b\xb5\x20\xff\x70\x73\x39\x6a\x9b\x72\xde\x1f\xdc\x0e\x4e\xc3\x66\xc8\x9f\x0d\x59\xcf\x9b\x93\x4e\x72\xf6\x64\x78\x29\xe9\x36\x3b\x19\x3f\xc4\xde\x44\xd2\xa2\x69\xce\x42\x14\xec\x92\x37\x25\xaf\x5b\x98\x5b\x23\x2e\x45\xa3\x04\x83\x3b\x87\xd2\xee\x70\xe1\xb1\xdb\x91\xa9\x6d\x57\x62\xd4\x88\x62\x39\x11\x7d\x87\x3c\x9e\x63\x3e\x82\x15\x02\x7e\x76\x88\xab\xf5\xb2\x2e\xcc\x4f\x02\xfb\x24\x39\x41\xe1\x83\x56\xc3\xfb\x01\xf3\xc1\x76\xdc\xb4\x46\x0a\x9e\x9c\x3c\x32\xa0\x01\xae\x17\x32\x4c\xee\x9f\xe5\x34\xdb\x28\x18\x0c\xf5\x48\xb0\xdc\x31\x76\xf6\x1d\x1d\x26\xfb\xce\x80\xb3\xeb\x3f\xcc\x91\x8b\x41\x72\x15\x23\x71\xb4\x14\xa9\x5f\x8b\xab\x83\x64\xa5\x8c\xc2\x29\x2e\xc8\xb0\xca\xa4\xb9\x3f\x34\x16\x93\x7a\x91\x5c\x6d\x66\x43\xdb\x58\xb9\x21\x47\x27\x87\xac\xf7\x87\xc7\x46\x54\xa1\x6a\x89\x6c\x97\xc6\x11\x35\xe9\x2c\x9a\x0a\xfb\x8e\x76\xbf\x11\xe8\x87\xbd\x01\x7b\xba\x09\xe0\x1e\xeb\xe5\xc0\x07\xfc\x47\x58\x1a\xef\x4c\xdb\xf0\x89\x83\xd8\xef\xd8\x85\xa1\xb5\x5e\x3a\x1e\x4d\xf3\x74\x8e\x45\x3b\x3a\xa1\xa8\xe0\x1b\x19\xa1\x07\x59\xa5\x81\xdf\x41\x95\x4c\xf8\xcf\xc9\x5a\x3a\xaa\xea\x31\x57\xcf\xf7\x46\xcf\x37\x1a\xa5\xc1\x46\x33\x17\x54\x2d\x1a\xfd\x82\x19\xb8\x1f\x5c\xb2\xb5\xe9\x58\x12\xfa\xbb\xc9\xdd\xee\x88\x56\x86\xfc\x21\xe9\x53\x01\xe9\x53\x86\xde\xf9\x4a\x2e\xa3\x8b\xbb\x3b\x92\xb3\xc0\x76\x9e\x79\xda\xb8\x72\xba\xd1\x89\x4b\x40\x26\xe7\x8d\x58\xeb\x83\x25\xba\xd9\x60\x6d\x93\xce\x3a\xfb\x08\xdc\xd7\x63\x24\x44\xe0\xf8\xa8\x1f\x51\xe6\xe8\x64\x23\xc4\xeb\x40\x5a\x2d\x9c\x3c\xec\x0d\xc6\x91\x60\x61\xc8\xa2\x17\x26\x77\x88\x64\x39\x3a\x17\xed\xbe\x79\x65\x66\xac\xcf\x9a\x1d\x31\x3d\x7c\x30\x63\x21\xb2\x0d\x15\x14\xac\xa9\x3b\x1a\x0f\x28\x80\x43\x49\xc5\xf1\x6a\x14\xb0\x97\xf4\xc9\x47\x9a\xa7\xad\x03\xfa\x4e\xd0\x80\xd6\x1d\x99\x85\x42\x7e\x21\xde\x0d\x4a\x2a\xe0\x1d\x99\xb1\x90\x37\xe7\xf0\x04\xab\x21\x8e\x48\x3e\x52\xa4\x2e\x05\x3e\xc7\x9e\xf1\x2b\xc1\x6a\x81\x4e\xee\x95\x94\x17\x36\xc8\x10\x46\xff\x9e\x73\x4c\xcf\x0f\x1e\xcf\xa3\x44\xf7\xad\x81\x75\xbc\x85\xc3\xb1\x20\x66\x89\xc2\x2e\x85\xdf\x35\x08\xfe\xf0\xaa\x91\x73\xe7\xcb\xaa\x31\x67\x10\x45\xc4\x09\xda\x07\x8a\xc4\x00\xe7\x82\x6a\x0e\xad\xb3\xeb\xc5\xa8\x35\x77\x7b\x9b\xbd\x34\x74\x84\xae\x4d\x8d\xd6\x91\x60\x6d\x1a\x31\x59\x6a\x06\xa3\xac\x47\x89\x62\xd5\x3c\x75\x56\xf0\x5f\x98\x06\x8d\x5f\x18\x1d\x8e\x75\xc3\xcb\xbe\x10\xb4\xfc\x83\x5c\x80\xd0\xd6\x9c\xdb\xe8\xc8\x81\x8b\xd3\x94\xf5\xfb\xa4\x2c\x8e\xd1\xa6\x9b\xc7\x41\x6c\x3d\xe0\xbf\x1a\x0b\x08\x85\x00\x99\xeb\xe2\x58\x34\xa0\xa0\x02\xe3\x27\xec\xbc\xe5\xd0\x7a\xb9\x57\xbf\x9a\xcf\xba\x36\x3e\x8b\x88\x75\x96\x5a\x87\x55\x6d\x9a\x43\x03\x2b\x9b\xf6\xd6\x68\x99\xc2\x11\x8e\x5c\x9b\x24\x62\x0e\x59\x38\x72\x83\xea\xf5\x73\x6d\x32\xe1\x6d\xe8\x95\x92\x44\xb9\x23\x70\x72\xd1\x80\xd9\xba\xeb\xd8\xed\x3d\x01\xe4\xaf\x36\x75\x44\x3e\x9f\x64\x63\xea\x74\xfe\x4c\x03\x76\x93\x3d\xd5\xfb\x64\xf2\x9c\xe4\x36\x09\xd1\x6a\xc5\xee\xd8\x1d\x47\x70\x0f\x76\x50\xac\xcb\x2c\xc0\xa6\xd3\xd7\xc0\x86\x7e\x84\xf1\x54\x73\x33\x8b\x1d\x69\x93\x21\xa5\xcf\x9d\x82\x49\xbe\x84\xa8\xe9\xbc\x28\x9c\xe9\xd4\xbd\x0a\x0a\x07\x39\xca\x61\x84\xc7\x77\x63\xba\x60\x9f\x3f\x33\xff\xd1\xda\x2d\x3a\x70\x42\x13\xa7\xff\xb6\xe4\x85\xea\x53\x42\xbf\x76\x19\xba\xe6\xae\xff\x05\x90\xc2\xe3\x6a\x1e\x2e\xfc\xd5\x28\x75\x23\x88\xab\x56\xda\xff\x48\x1c\x89\x53\xae\xb4\x31\x97\x55\x4e\x52\x48\x27\x1b\x5c\xba\x43\x30\xf8\x25\x6c\x66\x90\x99\x28\x78\xc0\x49\x33\xe2\x67\xec\xad\xbb\x5d\x8a\x51\x63\x1b\x62\x63\xe6\xcd\x55\xc7\x75\x87\x8e\xfd\x11\x7d\xe1\x69\x33\x14\x12\xe3\xd2\x6d\xd4\xf6\x28\x80\xb0\x05\x46\x23\x3d\xaa\x07\xa8\xae\xe5\x35\x39\x6d\x18\x06\x48\x5e\x0a\xe6\x4b\x51\x67\x0b\x40\x30\x19\x88\x96\x6a\xeb\xc2\x3c\xee\x02\x59\x5e\x17\xb2\xb2\x2e\xca\xcb\xb2\x80\x7c\x0e\x64\x7c\xd6\x92\xe2\x65\xc8\xad\xc7\x03\xe0\x54\x17\x9a\x3f\x5d\x80\x70\x41\xc7\x12\x68\x81\xc8\xd6\x80\xb9\x50\xd7\x3e\x94\x8b\x1e\x35\xd0\x3c\xe9\xac\x09\x79\xed\x49\xdd\xc7\xe0\x18\xb8\xbe\xdd\x0f\xb2\x6d\xe5\x9c\x34\xfc\x7e\xc3\x86\xaf\xc5\x94\xf6\xf7\x47\xd2\x2c\xe9\x3b\xd1\x22\xff\x24\xae\x5f\xc9\x66\xbd\xc7\x02\xe1\x52\xd7\x2a\x92\x95\x68\x30\x3a\x63\xe1\x15\xdc\x6c\x87\x1d\x11\xdf\x05\xb6\x8b\x4f\x1c\xd9\x98\xf5\xaa\xb6\xe9\x9d\x38\x6e\x74\xc6\x15\xbc\x5d\x8a\x5e\x2b\x90\x0b\xcb\x49\x4c\x72\x1a\x72\x82\x44\xbc\xb2\x03\x40\x44\x55\x11\x1b\x41\x7c\x56\x5f\xc9\xe6\xc0\x0b\x63\xc8\x84\xda\xea\x27\x61\x12\x5e\xcf\x0e\xd8\x18\xb0\x31\x84\xc8\x47\x30\x2e\xce\xf1\x1c\x36\x10\x52\x02\xeb\xc8\x96\x9e\xac\xa0\xe0\x64\xb1\xa2\xf7\x12\xf1\x12\x58\x68\xc3\x15\x1d\xad\x8c\xeb\x61\x28\x9b\xeb\x71\x97\x76\x81\x7a\xac\xde\x20\xa7\xdd\xf7\xce\x31\x62\x21\x78\x6b\xac\x97\x36\x9e\xa8\xd3\x90\x44\x39\xd1\x62\xbd\x08\x46\xfb\x79\x9a\x51\x48\xf4\x7a\x31\x05\xc2\xba\x10\x54\x28\xae\x8c\xdd\x66\xf4\x08\x26\xd2\xd5\x77\xb9\x51\x9a\xd1\x69\x32\x36\x88\x72\x80\x12\x77\x6b\xb3\x18\xfa\x90\xbc\xc4\x48\x49\x2b\x0f\x94\xa9\xd3\xed\x38\xf5\xd9\x39\xeb\x66\x96\xe3\x01\x01\xb1\x7a\x41\x8c\xdc\x53\x55\xae\xc3\x8c\xd7\x11\x55\x68\x13\x5c\x17\x75\xdb\x5c\x5b\x44\x8f\x7b\xb3\x18\x6e\xbe\x27\x41\x8f\x75\x5b\xc0\x6c\x84\xa2\x91\x38\xb0\xae\x19\x9c\x37\xcd\x8f\xa0\x56\x37\xae\xfb\x09\x98\x08\x6f\xba\xfa\x30\x03\xa1\x43\x7d\x8a\x21\x2c\xbd\xe1\x71\xe4\xa6\x1a\x05\x18\x21\x1d\xb9\x28\x23\xec\xbb\x1d\xf6\xbd\x1b\x0c\xf1\x58\xf7\x95\x87\xac\xb4\x3d\x07\xee\x9c\xd9\x1a\x19\x37\xb1\x21\xeb\x80\xe5\xdd\xae\x33\x15\xe2\xf9\x2d\x34\x3a\x2e\xe1\x61\x40\x3a\xc1\xc7\xab\x27\xe8\xcd\xe8\xa4\x86\x8d\xfb\x33\x64\x8f\x87\xac\x37\xee\xd1\x61\x42\x58\xe2\xde\x93\xf0\xf2\x34\x38\x48\x40\x58\xda\x10\x9d\x1c\x6a\x1a\x15\xe7\xa5\x6a\xf1\x3d\x83\xb9\x47\xac\xdc\x1b\xa4\xf9\x23\xc7\x04\x7e\x87\xda\x14\xf8\x04\xc4\xed\x50\xee\xd7\x4a\x34\x6d\x60\x5e\xcd\x9f\x5a\xdd\xf4\x50\xd2\x01\x74\x1e\x5a\x17\x93\xd1\x76\x08\xca\x17\x3a\xf4\x2e\xbb\x6a\xa2\xe4\x49\x74\x42\xd4\x7d\xe4\x42\x5c\xa3\x4b\x7c\xe6\x6a\x36\xd4\x7b\x40\x58\xb5\x0b\x71\x1d\x79\x51\x6c\xae\xfd\xf1\x16\x2f\x3f\x8b\x31\x7b\xcf\x9b\xb6\xe4\xd5\xd3\x60\x72\xcf\xe8\x8b\xa1\x60\x7b\x1c\x7c\xf7\xf5\x55\x23\xe7\x26\x1d\xa8\x57\xbc\x5d\x88\x6b\xf7\xb7\x9e\xb2\x7d\x44\x1d\x7a\x25\xd2\x91\x78\x80\x81\xb1\x28\x57\x21\xd4\x9e\x9c\x8b\xd6\x2b\x4e\x72\x96\xf2\x41\x6c\x47\xe8\x40\x1b\x4a\x16\x23\x36\x60\x3d\x13\xc2\x58\x84\x8e\x21\x2f\x32\x5c\x79\x65\x0c\x63\x56\x64\x90\xd1\xd0\x04\x6b\x11\x74\x65\x59\x19\xfb\x3b\xf6\xeb\x74\x06\x20\x82\xbd\x60\xb2\x27\x1f\x32\xa7\x3a\xb9\xdb\xad\x31\xdd\xf4\x0a\x7b\x00\x49\x41\xfc\x66\x50\x23\x75\xd0\x1f\xea\x2c\x82\x39\x04\x06\x6d\xf3\xd4\xa9\x6c\xaf\xdf\x60\x82\xeb\x52\x34\xec\x2d\x5e\x89\x72\xca\xda\x72\x2e\x14\x62\x22\x30\xc2\xd4\x50\x89\x77\x38\x89\x63\xaf\x14\xbe\xcc\x81\x0e\xc0\xdd\xb7\x54\x90\xe5\xb1\x9e\x34\x82\x2b\xac\x41\x7a\xd4\x0d\xc1\x2f\xae\x6c\x7b\x0a\xd4\x5c\xa2\x18\x31\x13\x32\x58\x37\x7c\xdc\xe5\x01\x0c\x21\x54\x03\x7a\x12\x1e\xae\x60\x89\x87\xf9\x59\x92\x7c\x7e\x8f\x33\x1e\xfe\x9b\x9f\xef\xcc\x43\x7f\x7d\x0c\xf1\xfc\x85\x18\x02\xca\xa3\x26\xdc\xfe\x63\xf2\x46\xca\x55\xa4\x62\x5b\x08\x01\xb5\x83\x70\x08\x44\x61\x7c\xa8\xe5\xd4\x6d\xcc\x36\xe8\x15\x16\xf0\xf0\x83\x70\xd5\xd1\xf5\x1b\x9e\x98\x8e\x1b\x38\x38\xb6\x31\xae\x1f\x95\xf6\xfd\x42\xc4\x89\x27\xb1\x3d\x55\xc4\xf8\x7b\x08\x27\x01\x27\x9d\xd8\x6a\xbc\xfb\xf1\xc3\xed\xf3\x61\xc8\x32\x9e\x8e\xfe\x70\x93\x27\x52\xb7\xa7\x1d\xfb\x3d\x18\xc4\x71\x38\xcd\xf4\xd9\x5b\xd9\x82\xde\x8a\xb3\xb9\x28\x4a\xce\xfe\xbe\x14\x0d\xaa\x5e\x21\xf9\xe2\xa4\x92\x0a\x2d\xc2\x50\x60\xb3\x98\x4e\xcb\x9a\x57\xec\xac\xe1\x93\x0b\xd1\x12\x95\x8d\x13\x60\x26\x42\x29\x54\x08\xe3\x83\x06\x3b\xaf\xdb\x9b\x3f\xdc\xc0\x4a\xdc\xde\xfa\x8f\x19\x3b\x96\x96\xde\x6e\x41\x76\xeb\x39\xd7\x39\xe6\xa2\x1f\x00\x32\x96\x30\x03\xdd\x45\x3f\xe8\x30\x2f\x63\x04\x4d\x27\x7c\x32\x13\x9e\x80\xbb\xf5\x7b\x00\xd8\xfb\x00\xd1\xf7\x41\x84\xbf\xa1\xf5\xa5\xe3\x9e\xf7\x40\xef\x72\xc9\xa7\x4e\xa0\x01\x1d\xdb\x59\xc5\x45\x38\x88\x03\x17\x4b\x8b\x36\xf6\x2c\xd7\x4a\xb2\xe1\x42\x5b\x8f\xf2\xf8\x13\x27\x2b\xca\xe3\x5f\x86\xa0\x83\xa8\x80\x9e\x8d\xee\x51\x2a\x84\x11\x72\x9e\xa1\x18\x6d\x47\x5e\x88\x5a\x11\xbf\x8f\xb3\x6b\x76\x35\x2b\x5b\x01\x2e\xba\x43\x26\x3e\x4d\xc4\x02\x84\x0c\x06\x81\x1d\x35\x1e\x96\x36\xba\x17\x28\x9b\x00\x34\xc4\x92\x40\xc2\x0c\xb9\xb8\x54\x59\x9f\xc3\x7d\x71\x21\x6a\xc8\xda\x6a\x00\xd2\x6c\xa3\x29\x28\x92\xb8\xf5\xe7\x1a\xd2\xe2\xe2\xc9\x23\xfe\xa2\x43\x36\xc7\xc5\xc1\x8c\xaf\x62\xb2\x6c\xcb\x4b\x61\x1c\x8a\x27\x33\xae\x99\x2f\xd1\x98\xfc\x3d\xb2\xaa\xf8\xc2\xa4\xb1\x35\x6f\x3c\x20\xc8\xb4\xcf\xe6\x89\x8b\xe5\x68\x5a\xbf\xac\x27\xd5\xb2\xd0\xab\x53\x09\x5e\xd8\x27\xba\x6d\xc3\x4b\xcc\x60\xaa\xbb\xa1\xc3\x7c\x25\x1b\x26\x3e\xf1\xf9\xa2\x12\x63\xf8\x70\xda\xa5\x92\x3b\xfe\xe6\x8f\x8b\x4f\x6c\xc2\xab\x49\xff\x92\x37\xfd\xad\xad\x4f\x03\xb6\xad\x09\xdf\x7f\x5d\x7c\xd2\xfb\xfb\x88\x1d\x7f\x33\x38\xc5\x34\xb7\xe0\x63\x72\x04\x2d\x8e\xbf\x19\xb2\xe3\x6f\xd2\x66\xf8\xfd\xbf\xda\x0a\x8f\x8e\xbf\x39\x39\xf5\x8e\x63\xd4\x03\xcc\x51\x6b\xdc\xea\x11\xfb\x60\x0a\x79\xcd\xc4\x7c\xd1\x5e\x9b\x1a\xc6\x18\x64\x90\xe3\x8a\x2b\x53\x2a\x1b\x1b\x66\xc4\x46\xbd\xf1\xdb\xd9\x75\x55\xae\xd4\x4b\x26\x2e\x12\x47\x27\x39\x37\xec\x23\xaf\x38\xd2\x9f\x0e\x5a\x0e\xcc\xcf\x23\xfa\x55\xa3\x2e\x7e\xea\x92\xf9\xd0\xdf\x38\x17\x54\xd2\xfa\xea\x43\x8d\xa3\x92\xbe\x06\x40\xbf\xf9\x3e\x75\x97\xc7\xce\x4c\xbe\x5d\xfc\x17\x3a\xc2\x63\x9b\x01\x6d\xe3\xe2\x4f\xc4\x06\x17\xfc\x18\xc4\x14\xbe\x5d\x0d\xf7\xf8\xb8\xf5\x90\xf1\x13\x8b\xbb\x7a\x90\xed\x4b\x0b\x90\x46\xfb\x5f\x8b\x2b\xa3\x5a\x9d\x1a\xee\xc7\x04\xd0\x83\x7d\xc6\xbd\x38\x8e\x2c\x5e\x25\x7b\xe6\x97\x3f\xd1\xf3\xc7\x1a\xe3\x91\x5a\x9e\x21\x9c\xbe\x6b\xa4\x25\xda\xce\xe0\xb4\x2c\xd8\x5b\xb8\xde\xd7\x2f\x4a\x2c\xff\x9b\xe9\x55\xdc\x60\x0f\x55\x57\x23\xe8\x10\x0f\x3a\x15\xde\xb9\xe1\x0f\x72\x32\x30\x34\xcc\xc5\xfb\x9a\xcb\xf2\x57\xf1\xca\x1e\x83\x30\xe0\xd7\xcf\x6d\x59\x95\x6d\x19\x79\x43\xff\x58\x9e\xcf\x9e\xcb\xba\x6d\xb8\x22\x06\xa3\x73\xd1\xbe\x92\x93\xa5\x82\xab\x6a\xc8\x30\x3a\x95\xae\x26\xea\x36\xf2\x3b\x5f\x13\x4c\xec\x87\x65\xdb\x66\xa2\x87\xe1\x67\x1f\x3f\x2c\x6a\x75\x38\x13\x9a\xa5\xcc\xb8\xb9\xc7\xdd\x59\x1f\xdf\x5a\xbe\x5b\xb6\x55\x59\x0b\xea\x99\x6c\x04\x4b\x69\x4b\x1e\xb9\x97\x7d\xe6\x15\xa8\x8d\x60\xc5\x76\x58\x7f\x2a\xeb\xf6\xa0\xfc\xd5\x47\xe5\xf7\x6a\xac\x00\xe6\xb3\x5c\x3c\x36\xdb\x78\xec\xfe\x32\x52\x28\x1a\xae\xc6\xac\xf7\x88\xfd\xd3\xe2\x93\x0d\xf0\x35\x83\xa7\xc2\x63\xd6\x7b\xfc\x27\xff\x51\x8f\xf1\xc7\x5c\x81\xbe\xf9\xf6\xaa\xf2\x5c\x83\x99\x88\xba\xf5\xa1\xc4\xa6\x95\xf8\x74\x00\x2f\x89\x6d\x52\x1e\x1b\xfa\x29\x13\xe6\xf0\x4c\x9f\xdb\x33\x58\x78\x1b\x43\x0a\xd8\xc0\x31\x8d\xe6\x07\x06\x49\xa8\x89\xae\x08\x18\x3b\x0f\x42\x8e\x59\x5f\x40\x76\x0a\x7e\x09\xa0\x3e\xc0\x1b\x63\x26\xaa\x05\x44\xf3\x6a\x99\x9a\xc9\x65\x55\xa0\xd7\x2d\x3e\xee\x00\xba\xa8\x2f\xf0\x09\x89\x0e\x67\xc4\x27\xa7\xaa\x31\x4f\x25\x35\xf5\xa4\xd0\x81\x3b\x99\x97\xbf\xe2\x13\xc9\x39\x46\xad\xa0\x70\x5a\x79\x0e\x21\xaa\xa2\x9b\x20\x8d\x63\x16\x9d\x0d\x08\xef\xd4\x87\xc0\x69\x63\x83\x6e\x7a\x97\x03\x6c\xf5\x9e\x84\x56\xda\x51\x62\xce\xeb\xb6\x9c\x3c\x97\x95\x6c\xd4\x90\x89\xe9\x54\x4c\x5a\x35\x84\x4d\xc7\xe0\x65\x00\xf2\x49\xf8\xca\xf1\x0c\x24\x17\xe0\xf2\x69\xfb\x11\xee\xc5\x0f\x50\x1a\x68\x4d\x4c\x70\xb0\xe2\x07\x3e\xb9\x38\x6f\xc0\x25\x33\x69\x9c\xd6\xc9\x82\x38\xd4\x5c\x53\x67\x63\x5d\x1a\x34\xc3\x21\x51\xa2\x00\x74\x80\xaa\x68\x2a\x31\x6d\xc7\x6c\xeb\x7b\xa7\x73\x69\xe5\x22\xf8\x7d\x06\xe6\xa6\xe0\x53\x83\x58\x4d\xbe\x98\x33\x09\xe3\x19\xb3\x1e\x2e\xbc\x1e\x4e\x2f\x51\xdf\x84\x27\x2d\x89\x02\xc7\x42\x6a\x85\x9b\x3a\x64\x37\x4c\x0b\x0a\xed\x98\x3d\xd6\xf4\x8b\x10\x39\x7c\x87\xd0\x31\xd1\xa1\xd9\x2c\x3b\x2e\x8c\x26\x89\x31\xd2\xd8\x2d\x0d\x01\x03\xdd\x8c\x60\xe3\x47\x5a\x84\x5a\xce\x49\x61\x70\x4f\x9d\xc9\x4f\x07\xe5\xaf\x65\x7d\x3e\x66\x3d\x84\xbe\x75\x26\xdd\xe1\xb6\x75\xd0\x33\xab\xf7\x78\xf1\x89\x29\x59\x95\x05\x78\x28\xe2\xe7\xa0\xe6\x52\x09\x63\x60\x19\xb3\x5e\x2d\x6b\x11\x02\x5a\x15\x03\xd1\x0d\x5d\x7c\x6a\x5f\x88\x89\xb4\x9a\x83\x0c\x98\x6e\x92\x83\xff\x26\xcb\x46\xc1\x02\x2d\x64\x99\x96\x1a\xc3\x3c\x50\x3d\x4a\xc8\xe8\x5c\x3f\xf0\xa2\x5c\xaa\xb1\x3d\x43\x23\x40\x61\x51\x3c\x97\x4d\x2d\x1a\x8d\x27\xb4\x09\x75\x51\x39\x8e\x1d\x29\xf6\x5f\x3e\x7e\x0c\x51\x39\x39\x1e\x15\x13\xe3\xe6\x52\xd4\x10\xe3\x53\xcd\xca\x29\x44\xc7\x0e\x82\xd3\x29\x8c\x97\x6d\xc8\x21\x04\xb0\xe6\x13\xcd\xcb\x47\x8e\x08\xbd\x31\x7e\x66\xcf\xd8\xb7\xbd\xa4\x77\xc6\x16\x52\x95\x66\x15\x1b\x51\x71\x5d\xb5\x97\x84\xfc\xc7\x23\xf3\x28\xf9\x0e\x27\x27\xfe\x7c\x1b\xfc\xa6\xbf\xfc\xdf\x27\x64\x7d\xf4\x71\x78\x61\xce\xf3\xff\xfa\x63\x11\x62\xbe\xa3\x4d\xa6\x61\x4a\xb4\x32\x98\xb1\x59\xdd\x49\x58\x4b\x93\x8e\x3c\x86\x16\xa8\x5b\x0b\x77\xa5\x1b\xa1\x7a\xe3\x99\xbc\x14\x4d\x6f\xec\x59\x8a\x61\x5c\x63\xaa\xd7\xa4\xb3\xc6\xfa\x2d\xd3\x7c\x87\xdf\x32\xfa\x4e\x77\xe5\xa4\xba\x06\x7d\x94\x63\xe2\x4e\x92\x99\x19\xe0\xbd\xbf\x34\xfc\x9a\x52\xda\x55\xa3\xbe\x25\xa3\x9e\x8b\x7a\xb9\xff\xef\x72\xe4\x9a\x4d\x72\x91\x32\x03\xe8\x9e\x5c\xfa\x80\x2d\xf8\xcf\xb3\x68\x8f\x1e\xfd\x17\x5a\xa0\x2b\x7e\x6c\xf8\x02\xe8\xe6\x55\xc3\x17\xb4\xf0\x6f\x4b\xd5\x96\xd3\x6b\xc3\x2a\x67\x89\x27\xd7\x64\x75\xbf\x15\x73\x95\x29\xf6\xe3\x2f\x4c\xb2\x3d\xa0\x2d\xd9\x11\x47\x94\x9d\x4e\x58\x93\xef\xfc\x84\xf5\xe8\xff\xd2\xc8\x2b\x8c\xc8\x74\x27\xa0\x1a\x6b\xc7\x9e\x67\xee\xd3\xbb\xef\x7d\xb5\x54\x23\xcb\xfa\x0e\x32\x48\x93\x36\x54\x73\x5e\x55\xd9\x36\x15\x3f\x13\x55\x30\xea\x3c\x17\xcd\x12\xa6\x39\xda\xaa\x8d\xa6\xa5\x26\x8d\x10\xf5\x07\xc1\x0b\xd1\x68\xe4\x1a\x67\xc4\x1d\xc2\x93\x60\xe3\x41\x10\x5d\xf5\x5b\xc6\x15\xfb\x20\xf8\xc4\x78\x17\xf5\x1a\xfd\x77\x20\x67\xbd\x28\x1b\x81\x8e\x58\xd5\x8f\x25\x0d\xc2\x0a\x02\xcd\x44\xce\xe7\xb2\xde\x8e\x2a\x65\x04\x23\xa0\xc6\xff\x5d\xd6\x18\x85\x37\x82\xe2\x0a\x3b\x82\x3a\xe7\xda\xd8\x10\xc0\x51\xf5\xe7\xbc\xaa\xe4\xb2\xb5\x11\xa0\xcd\x4f\xba\x24\x39\x60\xa6\xda\x0a\x81\xee\x6b\x08\x8f\xd0\x08\x8b\x32\x6d\x3e\x88\x29\x26\x87\x1b\xb2\xfd\x1f\xb8\x72\x41\xac\x3f\x88\x49\xcb\xeb\xf3\x0a\xc4\x4a\x51\x17\xa2\xb1\xb2\x80\x1d\x96\xfd\xfd\xae\x41\x00\x1b\xc8\xcf\xb6\xd3\x8f\x65\x3b\xfb\x20\xd4\x42\xd6\xaa\xbc\x14\x6f\x64\x21\x0e\x5a\xde\xc6\x13\x0d\x6b\xe4\x56\x1d\xd3\xd7\x2c\x79\xf5\x46\xd4\x4b\xa7\x53\xd6\xc3\xd7\x1f\x34\xd1\xf0\x1f\x89\x34\x1d\xb6\xf3\x7a\xd9\xdc\x50\xff\x2a\x9a\xb6\x9c\xf0\xea\x45\x79\x59\xea\xcb\x36\x03\x6f\xb4\x6d\x0a\xb7\xa3\xca\x1d\xf2\xba\x3e\x14\xd1\xd8\xf5\x50\x71\xe5\x33\x85\xb8\xfc\xba\x4a\xae\x54\x7f\x27\xe1\xc7\x3b\x6a\x84\x5b\xa8\xab\x75\x2d\x87\xae\xdd\xa9\x68\xf8\x49\x5c\xb7\xe5\x22\x87\xcb\x58\x92\x36\xc1\x54\x92\xae\xf2\x9f\x5d\x5a\x52\x38\xf3\x5b\x33\x29\x2f\x72\x1d\xbd\x97\x8b\xe5\xe2\x83\x50\xad\x6c\x04\x9c\xd3\xf7\xbc\xe1\xf3\xb8\x53\xa8\x15\x44\xe4\xbe\x3f\xe5\xf0\x1a\x80\x9b\x3f\x17\x72\xf2\x9c\xb7\xe2\x5c\x36\xd7\x2c\x5c\x9d\xdb\x50\x70\x16\xf5\x72\xce\xd2\xf5\x3b\x74\xfb\xfc\x56\x36\x73\x78\x8a\x8a\x6c\xab\x41\x0c\xb6\x63\xae\x93\x1f\x81\x8c\xb2\x1d\x86\x92\xde\x01\x0e\x8a\xed\xb0\x3f\x0e\x23\xc3\xee\x1d\x06\x45\x1c\x3a\xc2\x7a\xec\xe6\xab\x83\x04\x54\xd0\x43\x87\xa4\x1d\x85\x22\x44\xe4\x69\x54\xf5\x99\xb9\x15\x80\xf0\x8f\x3e\x88\xa9\xcb\xb7\xa0\x9e\xfe\x78\xf8\xe6\xf5\x8b\xf2\xd2\x26\xd4\x30\x35\xef\x1d\xfe\xbb\x93\xc0\xe0\xf3\x67\x9f\x99\x7d\x81\x38\xe0\xb3\x1c\xb6\x92\xf1\x09\x3c\x9f\x6d\x67\xe9\xfa\x11\xfd\xcb\xcf\x60\xef\x33\xd9\xa2\x04\x2f\xc0\xfd\x40\x4c\x51\x7b\x03\x10\xac\x7a\xf6\x5b\x0c\xbf\x8d\x69\xa3\x30\x6e\xb7\x02\x3b\xc5\x02\x3d\xb4\x4a\xa1\xec\x73\x58\x17\x8a\x9e\x66\x6d\x77\x1f\x3f\x88\xe9\xee\x98\x50\xec\x64\x81\x9f\x1c\x47\x99\xe7\x9f\x83\x21\x48\x5a\x47\x28\x36\x59\xaa\x56\xce\xcb\x5f\x45\x01\x1a\x2d\x4c\xe9\xc0\x5b\x4c\x3a\x5f\xf1\x6b\xd1\x40\xbe\x6e\xb9\xb0\x03\x32\x8f\x57\x8d\x63\x05\x19\x14\x2a\xc4\x76\xc7\x1d\x77\x41\x3c\xb4\x20\x3f\x42\xa6\x48\xa5\x63\x87\x2b\xd0\x8e\x1c\x0c\x5d\x5a\xfe\x12\xcd\x16\x6a\x87\xb2\x4b\x05\x42\xdb\xae\xd5\x50\x25\x20\xf7\x8a\xa2\x34\x1b\xfe\xfc\xe0\xc0\x6b\xec\x38\xba\xa4\xa1\xa3\x7d\x74\x39\xd0\x8d\xb0\xb4\x7f\x77\x1c\x46\xda\x0a\x06\x6d\x1d\x18\x61\x61\x53\x80\x56\xe3\xd7\x36\xd0\xa3\x95\x87\x59\xd9\x2a\x51\x4d\x41\x95\x58\x30\xe3\x34\xc6\xbe\x65\xfb\x2e\xe3\xaa\x28\x21\xb6\xbc\xcf\xa0\x33\x64\xc6\x0c\xed\x0d\xe3\x46\x11\xdb\x08\x25\xab\x4b\xd8\x5d\xc9\x38\xbb\xe4\x55\xe9\xb3\x1c\x19\xc0\x1a\x4d\xd9\x1b\xb9\x54\x98\x30\x6d\xc4\xf6\xa7\xc1\x07\x56\x2a\x0c\x52\x3f\x84\x49\xc8\xa6\x3c\x2f\x6b\x06\xea\x0b\x8b\x1c\x98\x65\x0c\x70\xc7\xe8\x3c\x83\xbd\xb0\x99\x5c\x0f\xad\xa7\x67\xb8\x54\x3f\xca\x2b\x80\x32\x27\x8b\x72\x26\xdc\x82\x88\xc2\xd4\xfb\xb3\x11\x48\xd1\xa3\x3e\x22\xdc\x23\x54\x9e\xed\x2d\x5b\x09\xf1\x82\x7d\xf7\x45\x58\x71\x77\x1c\x37\xbd\xfb\x80\x58\x59\x43\xce\x9b\x8a\x5f\xcb\x65\xab\xdc\x16\x4d\xc1\x32\x63\x0c\xc2\xa2\xd0\xfb\x32\x2f\x21\x45\xb7\x9c\xb2\xd3\x68\x20\xa7\x9d\x0b\x16\x55\x7c\x25\x9b\x0f\x87\xaf\x37\x18\xb7\xc6\xb9\x73\xbe\x60\x67\xa2\xbd\x12\x26\xb1\x55\x84\x73\x60\x15\x75\xa8\x99\x5d\xd8\x47\x64\x24\xe7\x7c\x71\xb0\xe0\x13\x8d\xe7\xa8\xd1\xcf\xf6\x09\x39\x3e\x2c\x2e\x9c\x09\x7e\x31\xca\x02\x7e\xfc\x27\x02\x59\x57\xfb\xa8\xdb\x75\x83\xde\x9f\x82\x07\x75\x90\x9f\x10\xb6\x04\xd6\xad\x01\x3e\x86\x99\x9c\x06\x8a\xcf\xed\x38\xcc\x17\x73\xf8\x0c\xb2\x67\x07\x04\xce\xec\x64\x4c\x4b\x25\x10\x45\xed\xc0\x7c\xa8\xf6\xbb\x8c\xcc\x04\xce\x98\x97\x75\x39\x5f\xce\xcd\xa8\xc4\xdf\x97\xbc\xb2\x94\x25\x58\xb0\x2f\x19\xe8\x9e\x7a\x53\xd6\xeb\x46\xab\xb7\xe8\x4c\x2e\xeb\x02\x29\x82\xe1\xe6\x59\x5f\x36\xe4\xb6\xd3\x34\xca\x5a\x9f\xb9\xaf\x35\x30\x19\xf3\xc8\x4c\xf5\x3c\x60\xb2\x9a\x1c\x71\x88\x45\xee\x5e\x19\x9a\xbd\xd5\x9d\x29\xbc\xa1\x6c\x6f\x9f\x59\xbf\x1f\x11\x82\xa1\x99\xfa\xc7\xb2\x2e\xe4\xd5\xee\x98\xe1\x1f\xf0\x5c\x39\x68\xe9\x9d\x8f\x57\xed\x44\xed\xd0\x4f\x53\xac\xcb\x52\x95\x67\x95\x00\x6a\x86\xe9\xec\x4b\x43\xa1\xf4\x11\x3d\x13\xfa\x5c\x5f\x05\xa3\x2e\xd5\x0f\x82\x5f\xfc\x15\xdb\xad\xdf\xfc\xa1\x27\x11\xf6\x1c\x13\x02\xd1\x4a\x36\x91\x97\x26\xdf\xa6\x49\x17\xea\xdb\xc3\x80\x86\x6e\x44\x61\x53\xcd\xd9\x58\x44\x09\x5b\xae\x46\x0a\xe8\xef\xd0\x2e\xf1\x26\xa8\x6b\x3b\x05\xb7\x09\x48\xe4\x04\xc3\xc1\x44\x86\x7a\x08\xd3\xaa\x5c\x30\x51\x9c\x0b\xc5\x1a\x0e\x97\x4e\x3b\xe3\x9a\x2d\x60\xf5\xb2\x38\x17\x36\x43\xb8\xd9\x28\xdd\xa0\x74\x9e\x26\x88\x04\x43\xc7\xf8\x2c\x15\x9b\xf3\x0b\xcc\xb3\xd9\x88\x20\x29\x23\x28\x76\x14\x04\xf6\x14\x93\xb6\x32\x4e\x53\x2e\xc9\x31\x14\x43\x45\x11\x52\x76\x28\xc0\x19\x6b\x9a\xbf\x62\xd6\xc8\xb3\xb5\x62\x0e\xb7\xbc\xd1\x6e\x04\x9b\x8f\x6a\xa5\x8c\xbc\xe4\xbc\x4d\x3d\xb4\x9f\x15\xba\xcb\x9c\x6a\x9e\x68\x0b\x94\x2e\x95\x28\xce\xae\x4f\x81\xe7\x73\x68\xe1\x52\xca\xd5\x4a\xb3\x5c\x70\x84\x50\xce\xa7\x3d\x43\x73\xc3\xee\xee\x17\xdd\x0c\xc5\x47\x93\x52\x46\xaf\x32\x58\x96\x64\x4d\x30\x50\xa3\xff\x5c\x2e\xeb\xd6\xdd\x24\x11\xb6\xe8\x4d\xa7\x5c\x1b\xdc\x6a\x20\x4f\xbd\xab\xdf\xe8\x86\x2b\x56\xaf\xab\xeb\x84\x20\x58\xc5\x19\xeb\x73\xc5\xe4\x02\x72\xe0\x5b\x54\x9e\x96\x8d\x32\x54\x52\x2f\xf6\xc0\x0c\xd3\x32\x64\xe0\x51\xb9\x54\xe0\xb9\x03\x09\xc3\xc0\x71\x00\x49\xb9\x99\x88\xe9\xfc\x4c\xcc\xf8\x65\x29\x97\x0d\xce\xda\xb6\x51\xa5\x02\x73\x43\x2b\x26\xb3\x5a\x6a\x74\x8e\xf8\x54\x3a\x63\xa7\xe2\x5b\x31\x6b\x97\x3b\xff\x6a\x96\xbf\x4b\xc1\x3b\x18\x4e\x7a\x25\x15\x52\x9a\xd3\xa2\x54\xf3\x52\xa9\xbd\xaa\x72\x79\x7a\x90\x36\xf1\xaa\x32\x70\xd5\xf2\x4c\xaf\x82\x72\x67\xdf\xb4\x09\x79\x00\xd0\x16\xeb\xcf\xbb\x63\xd6\x17\x97\xbb\x63\x4c\x40\xcb\x3e\x1b\xa9\x89\xf0\x67\xf6\xd3\x4f\xe2\xfa\x4c\xf2\x06\x33\xad\x0e\x99\x1f\x0a\x49\xb9\x6b\x53\xe2\xa7\xb3\xad\xca\xc9\x05\x9b\xf1\xba\xa8\x44\xe3\xd3\xa4\x96\xf5\xa5\xbc\xd0\x0c\xcf\x94\x9d\xca\x1a\x2a\xc1\xc4\x34\x11\x5d\x70\x3d\x68\xc0\x79\xff\xe6\x8f\x20\x85\x81\xec\xb6\xdc\x22\x26\xfa\x31\x61\x56\xbb\xa5\xc0\x65\x30\x83\x25\x87\xe7\x52\xd4\xd0\xab\xb8\x1c\x19\x9b\x94\xf1\xf5\xed\x0f\x4e\x31\xdf\x1d\xd7\xa7\x2e\x5c\x33\x54\xf4\x94\x93\x0b\xbd\x6a\x28\x01\xc2\xda\xc5\x6b\xf6\x94\xa4\xcd\x79\x96\x5f\xc0\xa0\x8a\x11\x43\xf5\x2c\x76\xb3\x54\x02\x2a\xc0\xea\xfa\x94\xc6\xd9\x75\x76\x67\x09\x73\x37\xe9\xa5\x01\xbf\x3b\x44\x0a\xb0\xad\xd5\x12\x6a\xcc\x23\xa1\xa3\x54\x07\xcb\x33\xdd\xdf\x2a\xea\xfe\xc2\x91\xa0\x70\x8c\x3d\x05\xe6\x2e\x47\x93\xfa\x29\x51\xb2\x27\x92\x1d\x38\x8e\x77\x69\xf7\x17\x29\x9d\xbc\xaa\xd5\x29\xb0\x90\x38\x42\xb5\x9c\xcc\x20\x89\xe0\x30\xb8\x1e\x90\x7d\x65\x70\x8b\x88\x7a\x22\x8c\x5d\x51\x9e\x37\x7c\x3e\xe7\x6d\x39\x61\x8b\x65\xa3\x69\x43\x70\x3e\xcb\x15\xb4\x6f\x0f\xc5\xe8\xb3\x4a\x20\xb9\xfc\xf2\x49\xe2\xfd\xd1\x94\xfc\xb5\x86\xd7\xdd\xb3\xbd\x2e\x0b\x09\x28\x6f\x98\x4e\x59\x33\x0e\x5e\x59\x20\x29\x13\x1e\x23\x5f\xbe\xd1\xf5\x5d\xc8\xb7\xb2\x7d\xad\xeb\xdf\xf1\xf6\xf6\x5c\xcd\x64\xc6\xeb\x73\xc1\xf4\x9c\x31\x58\x5e\xcd\x78\xdb\x8a\xf9\xa2\xb5\x77\x73\x86\x8a\x05\xd7\x35\x11\x36\x01\xaa\x6a\xf5\xff\x13\x20\x70\xe5\xda\x7c\x8e\x33\xde\x0a\xcd\xe3\x60\x5b\x70\xdd\x04\x41\x71\xc3\x09\x47\x52\x4e\xf9\x49\x14\x9b\x90\x63\xbd\xf7\x8e\x24\xc3\xa1\x71\xf9\x36\xe5\x42\xd4\x31\x49\xd0\x93\x7c\x07\xdf\x35\x4d\x98\x04\x93\x4f\xcf\x32\xe6\xe8\xeb\xa6\x92\xdd\x83\x28\x6d\x1a\x71\xb8\x0d\x0a\xd6\x07\x9f\x55\xfd\xc1\x39\xad\xbe\x78\xf7\x66\x90\x0e\xee\x85\x25\xff\x5f\x61\x7c\x44\xaf\x81\x1a\x1e\xcc\x09\xe8\xcf\x4b\xca\x7f\x4c\x88\xc1\x02\xfa\x23\xbf\x53\x51\xa2\x6c\x2b\x9b\x16\xd4\x70\x51\x9a\x15\x42\xc4\x22\xda\x22\xbd\x22\x43\xc6\xcf\xe4\x25\xe2\x2a\xb0\x57\x81\x4e\x40\x03\xea\x3e\x76\x6f\x30\xa9\x1d\x51\x58\xb9\x18\x2f\xd6\x7d\xc9\xbe\x6c\x49\xf9\x10\x82\x7e\xa8\x0d\x14\x05\x28\xe9\x4e\x51\x55\x75\xea\x14\x75\xad\x64\x95\x46\x60\x7e\x2e\x48\x8e\x4c\xc5\xf6\xde\xef\xd3\xb1\xde\x53\xf9\x78\x2e\xda\xd0\x18\xa1\xf7\x37\x70\x9c\x1a\x66\x14\x49\x28\xfd\x74\xd9\x33\xfc\x42\xb1\xe7\xb8\xbf\x86\xe2\xf8\x00\xc0\xa0\xce\x31\xd7\xc9\xc8\x21\x1a\x6a\xfd\xfd\x05\x12\x59\x72\x62\x2d\x1d\xec\x7e\xaa\x89\xf3\xdb\xa2\x65\x8d\xc6\xee\x8b\xa5\x7a\xb8\xf7\x10\x80\x50\x4e\xfd\xbd\xaf\x42\x9c\xc7\x9e\x75\x2f\xaf\x4b\xd5\xae\x1f\x8b\xae\xb5\x76\x3c\x57\x0d\x5f\xd0\x1e\x21\x9a\xb2\xc9\x1c\x70\x56\x56\x65\x7b\xed\x6a\x71\x73\x34\xac\x64\x22\x65\xd5\x96\x0b\x17\xc3\xc0\x01\x31\x2e\x1d\xb9\xc1\xa7\xf7\xff\xfa\x69\xe8\x5a\xe9\x0c\x5e\x88\x0a\xdd\xd7\xd9\xbc\xac\xaa\x52\x89\x89\xac\x0b\x35\x80\xc1\x72\xcd\x05\x8b\xa9\x6c\x84\x09\x53\xa1\x89\xc9\xb6\x65\x95\x80\xeb\xf5\x7c\x03\xb0\xff\x4a\xbc\xac\x5b\x4c\x3b\x09\xbf\x5e\x0b\x7e\x19\x70\xfd\xb8\xff\x3f\xea\xdd\x83\x9e\xbb\x95\x2f\x06\xbd\x9c\x72\x55\x8f\x68\xa9\xf0\x2e\xc7\xfd\xc6\xa7\x08\x8e\xef\x4b\xb6\x3b\x22\xff\xe9\x6a\x04\xb2\x6b\x5c\xb8\xa7\x76\x8d\x9b\xb4\xe5\xce\x9e\xdb\xa1\xc0\x71\xc8\x2d\x2f\x62\x49\xd8\xca\x6e\x87\x6b\xdd\xdd\x30\x59\x03\xb4\x6e\x69\x22\xc4\x95\x62\x85\xbc\xaa\xad\x30\xe3\x0c\xc6\x76\xae\x6f\xdf\x1d\xbe\x1c\x07\xc2\x8a\xab\xe2\xb4\x76\x81\xbe\x8f\x2d\xeb\x4a\x28\xcd\xfa\xb9\x7b\xd0\x80\x2a\x95\xd7\x20\x5a\x77\xcf\x69\x68\xbd\xee\x5b\xee\x18\xf9\xb0\xa8\x54\xdf\xc3\x56\x61\x92\xdd\x8a\xe3\xe3\x1b\xdf\xeb\x38\x33\xd2\xd1\xa5\x31\x5f\xb2\xe3\xe3\x5b\xb2\x4d\x61\x47\x1a\xe7\x43\xb3\xfa\x3d\xb1\xc8\xcd\x90\xfd\x2a\x6b\x01\x44\x12\x18\xb9\x41\x8c\x49\x18\x3d\xc7\xf5\x99\x1b\x99\xc6\x9b\x0e\x84\x09\xc7\xfa\x6c\x15\x8a\x44\x55\xbb\x75\x40\x38\x09\x95\x63\xac\x20\x5a\x31\x7a\x44\x30\xd5\xf2\xd6\xe1\x8a\x33\x18\x4d\x2b\x7e\x1e\xb2\xce\x7e\x4d\x78\x0c\x4e\x13\x06\x73\xb7\x57\xd7\xce\x3a\x80\x7a\x2e\x20\x70\x4e\xd5\x22\x59\x39\xd7\xd7\xa6\x20\xe0\x48\xd2\x14\xe4\x5b\x80\xb6\x4c\xa4\xbe\x4b\xad\xaa\xcc\xa2\x32\x78\x36\x7f\xd4\x95\xe2\x19\x29\x3b\x9f\xb2\x55\x78\x66\xeb\x50\xa9\x86\x1d\x8a\x62\xe4\x38\x48\x78\x78\x82\x9f\x0d\x7c\x59\x9b\x90\xa9\x29\xf4\x70\x24\xb0\xb1\xd8\xe1\xbd\xd4\x71\x36\x84\x32\x1c\x16\x98\xf4\x29\x42\xdb\x81\x04\xb9\xe6\x29\x9f\xb1\xce\x94\x46\x1e\x9f\xc8\x5a\x2d\xe7\x06\xb5\xc0\x7e\xb2\x6c\x26\xc8\x70\x20\x3c\x02\x4e\x0b\x6a\x40\x05\x2d\xeb\x07\x3a\x45\x4b\x23\x96\x4a\x8b\x06\x98\xc8\x06\x42\xf6\x9f\x09\xf0\xf7\x9e\x2e\x2b\x56\x4e\x4d\x07\xd7\x72\xd9\x18\xc0\x78\x70\xc1\xb9\x07\x64\xac\x6b\xb9\x64\x57\xbc\x6e\xfd\xc4\xbc\xea\x8a\xfd\x7d\x59\x4e\x2e\xe0\x49\x8f\x9f\x16\x08\xe6\x4a\x20\xb3\xaf\x99\xed\x54\xfd\xf1\x33\xf4\xa4\xf7\xf6\xc7\x3b\xad\x6b\xac\xe9\xa1\x7b\x6e\x97\x79\x59\xb7\x65\x65\xce\x31\x38\x67\x11\x69\xfe\xb2\xe4\xcc\x4a\xb5\xbc\x76\x37\xc4\xa1\x5b\x76\x83\x26\x10\x67\xb9\xd4\x22\xe4\x14\x84\xc7\xd6\x6a\x7b\x0c\xb7\x7d\x9a\xea\xad\x6c\x50\x9a\xd3\xc0\x82\xa2\x2f\x37\x9c\xac\xa9\x0b\x77\xde\x1a\xf1\x42\x14\x9e\xa7\xf7\x24\xab\x54\x6c\x59\x83\x6e\x0d\xa2\xa2\x70\x70\x94\xd5\x93\xac\x85\x28\xac\x9f\x7f\x83\x0e\x0a\xc5\x08\xe3\x16\xe2\x6b\x66\x6b\xb2\xb4\x27\x13\x9b\x85\xe7\x05\x9b\x41\x9a\x40\x90\x8d\xf5\xe9\x1e\xda\xfd\xef\xe9\x9a\x26\xa0\x9f\x2e\x61\xa7\xf0\x10\x5b\x8d\xd0\x08\xc7\xad\xde\x70\x04\x90\xfb\x83\xd3\x98\x59\xf1\x5e\x13\x9a\xf9\xc4\xc6\xe3\x4e\x9f\x0a\x2a\x57\x7c\x75\xff\x00\xef\x7b\x82\xb7\x94\x73\x13\x48\xab\x99\x98\x2a\x34\xf1\xc7\x13\x47\xe4\x35\x03\x6e\xd5\xa5\x49\x8d\x56\xb6\xbc\x02\x25\x10\x8d\x5d\x03\x45\x33\xae\x9e\xcf\xc4\xe4\x62\xce\x9b\x0b\x15\xe6\xe6\x9d\x71\xb5\x3f\x81\xa7\xa7\x51\x6e\xde\xaf\x39\x7f\xc7\xc6\x9a\xd9\xad\x56\x38\x7f\xcd\xa9\x30\xcb\x93\x84\xdb\x20\x9a\x31\xeb\xeb\x61\x64\x47\x41\xb6\x0a\xd0\xc2\xfa\x6a\xf0\x49\xfb\x56\x16\xe2\x49\xa7\xfe\x64\x95\x46\x9b\xb1\x46\x86\x62\xdf\x6f\x82\x66\x5f\xe8\xdc\xe1\xbd\xac\x88\x9b\x47\x42\xb1\xce\x85\xd3\x80\x5a\xce\x30\xe3\x3e\x75\x7c\x0f\xef\x0d\xdf\x7f\xca\x78\xfc\x5c\x97\x7f\x5f\x0a\x56\x02\x49\x28\x0b\x51\xb7\xe5\xf4\xda\x89\xd8\xa4\xb7\x30\x30\x4b\x24\xc5\x8b\x4f\x2d\x95\xd4\x03\xed\x2c\x58\xff\x55\xcb\xeb\x82\x37\x05\x9b\x5d\x2f\x34\x45\xec\x6f\x0d\x80\xa0\xe1\x7c\x4b\x74\x05\xa8\x5d\xbf\xee\xca\xb5\xf7\x3f\x3e\x26\x2e\x8c\xf3\x1b\x85\x5c\x70\x35\xc3\x97\xf2\xc6\x74\xc8\x15\x38\xdd\x0e\x81\x2f\x84\x47\x8d\x50\xa5\xff\x3f\xff\x9f\xff\x6f\x30\x64\xd3\xf2\x7c\xd9\x08\xfb\xe5\x7f\x0c\x86\x20\xdb\x94\xf5\x52\x31\x75\x3d\x3f\x93\x15\xeb\xff\xcf\xff\xf7\x7f\x0c\xac\x48\x1f\xa8\x18\xc4\xa7\xb6\x5b\xc3\x70\x00\x92\x16\x6f\xae\xa9\xbf\x70\x68\xbf\x81\x99\xf9\x3b\x97\x5e\xa6\xb6\xf1\x61\xa6\x8f\xd2\xb8\x7d\xed\x8e\x3b\xfc\xc1\x3a\xe4\x0c\x90\xdc\x6b\xf0\xf6\xa5\x37\x3d\x35\x07\x96\x11\x4a\x95\xd6\x37\x55\xe3\x93\x73\x54\xed\xe2\xc2\x73\xaa\x82\x70\xb2\x1a\x5e\x46\xdc\xd5\x90\x37\x13\x70\x57\x0a\x52\xb6\x3f\x0d\xce\xab\x96\xe1\xb2\x9d\x89\xcb\x26\x14\xb5\x8d\x60\xbb\xbf\xd9\x0c\xbd\x56\x3d\x98\x8e\x72\x6e\xf5\x59\x39\x28\xd5\x48\x62\xe5\x35\x5c\x51\xdc\x07\x67\xf0\xcc\xdd\xe8\x0b\x86\x78\xfd\x43\xb0\x4d\x03\x50\xb1\xc5\xb2\x11\x15\x9e\xd3\x45\x53\xce\x35\xda\x71\xdc\x04\xeb\x35\x41\x75\x0d\x6b\x86\x69\x20\xbc\x58\x3f\x5a\xaa\x01\x7b\x2b\x21\x8b\x7a\x11\xf2\x84\x4d\xfb\x7c\xb9\xe2\x94\xd8\x75\x95\x0d\x70\x2c\xc4\x68\xa1\xe7\x6e\xfc\x91\x26\xfa\x2e\xda\x70\x89\x27\xbc\x86\xab\x6b\x03\x6b\x63\xbe\xcf\x52\xd9\x88\x8b\xd5\xb5\xed\x79\x43\xfb\x38\x56\xfe\x92\x9e\xcd\x4e\xff\x70\x87\xcd\x82\x06\x2b\xfa\xdc\xab\xaf\xad\xaa\xb6\xe0\x2d\x37\x2a\x84\x4b\x51\xc9\x85\x68\xd8\x55\xa9\x66\x28\x7c\x70\xa5\xe4\xa4\xd4\xf2\x87\x7b\x4d\x1a\x93\x6e\xc4\x61\xde\xf2\x5d\xc8\x77\x74\x27\xe5\xb5\x99\xa0\x31\xf7\xa1\x2d\x33\x6b\x79\x2b\xad\xe1\x4d\xb3\xe9\xce\x24\xe8\xcd\xfc\x82\x4d\xc0\x92\xe8\x8d\x12\x2e\x20\x0a\xd1\xcd\xda\x8b\x59\x73\xfd\x7a\x34\xb1\x28\xa8\x99\xa3\xa1\xf1\x47\xf9\x12\x43\xa1\xe9\xc7\x9b\x0b\x59\xdf\xe5\xb7\x41\x5f\x3f\xdd\xbb\x79\xcb\x06\xe3\x98\xcf\x79\x5d\xfc\xc0\x1b\x4d\x80\xb6\xbc\x4e\x2b\xd2\xdb\xff\x63\xdb\x18\xdf\x62\x76\x7c\x13\x31\xb8\x54\xec\xe7\x0f\xaf\x3b\x36\x1c\x36\x2b\x34\x99\xcc\x1a\xe0\x4f\xba\x78\x07\xf4\x56\xba\x02\x57\x1d\x6a\x81\x3f\xd5\xed\x4e\xb3\x7e\x7f\x1d\xa0\x5e\x97\xf5\x05\xc3\xb7\x7f\x98\x1c\x1f\x5e\x1d\x76\x81\x04\x94\x44\x90\x80\x85\xa7\xbf\x9c\x55\xbc\xbe\x38\x1d\xb2\xd3\x46\xa0\xb5\xdd\x1c\x44\x94\x97\xb8\x89\xbc\x0b\x36\x04\x74\x50\x84\xc9\xfe\x8d\x4f\x2e\xca\xfa\x9c\x0e\xb4\x59\x65\x01\x7c\xef\x7d\x73\xa9\x83\xa8\x57\xbd\xda\x45\x26\x27\xd1\x31\x8b\x19\x6b\x1b\xe6\xe5\x01\x9b\x86\x55\x15\x92\xe7\xde\x76\x86\x43\x7d\xb6\x8c\x65\x48\xff\x70\xc6\x5f\x77\xd4\x4e\xcb\x42\x17\xa4\x02\xb1\xfe\x1a\xbb\x1a\x0e\xd9\xa9\x33\x35\x9c\xa2\x78\x79\x6a\x7d\xfb\x4e\x21\x80\xa0\xbe\x88\xc0\xea\x6f\xc0\x1b\xda\x6e\xf4\xfc\x85\x88\x2f\x67\x67\x25\xe8\xb0\x51\x7d\xa1\x49\x87\x28\x96\xd1\x6d\xc7\x98\x72\xf9\x66\x16\x1e\xb8\x7d\xe5\x94\x9d\x76\xf1\x28\xa7\x9b\x1a\x7f\xce\x45\x1b\xbe\x1e\xf1\xa7\x3e\xb4\xe5\xe0\xb7\xc2\x3d\xf1\x33\x67\xd4\x7c\xb7\x11\xff\xe3\xef\xe6\x52\x8a\x3f\x97\x6a\xaf\x9e\xcc\x64\xf3\x1a\x02\x14\x84\x65\x17\xb5\xbc\xaa\xf1\x65\x58\xd4\x88\x8e\xd3\x21\xb4\x1b\x58\xf8\x6a\x25\x2e\xd7\xac\x5f\x67\xa1\xd9\xef\xce\xf2\x4e\x8e\xc4\x93\xac\x7b\x1a\xd1\x32\xcf\x77\x12\xcc\x72\xe2\x5d\xd7\x66\x3b\x6b\x15\x7a\xeb\x58\xd7\x77\xa7\x5b\x52\xe8\xc9\xc0\xf1\x0c\x3b\x87\xf8\xcb\x92\x3b\x8c\x8a\x7d\xc5\x2c\xea\xbb\xc0\x8c\x1b\xf3\xc2\x77\x3b\x07\xf6\x1d\x91\x7b\x2f\x02\x8f\xaf\x29\xbf\x99\x3f\x19\x2f\x28\x69\x01\x4f\xa4\x99\x60\xa7\xe7\xa2\x3d\xf0\x0c\x4c\xe7\x83\xa6\x53\x90\x11\xac\x0d\x01\x2e\xfa\xdc\x43\x29\x18\xee\xa8\x75\x8b\x13\x71\x42\x1b\x76\x76\xfc\x35\x0c\xad\x9b\x74\x94\x98\x5f\xd1\xd4\xda\x59\x7f\xd3\x9b\xc0\x88\x55\xee\x0e\x30\x81\xb4\x8c\x25\x85\xea\x0d\x6c\xe2\x82\xf9\xb2\x85\xe8\xe8\x4c\x7c\x9a\x54\x4b\x55\x5e\x1a\xa6\xee\x94\xd2\xd5\x00\xe5\x0c\xb4\x0e\x82\x6b\x1e\x0b\xdd\xef\x95\x43\x96\x8b\xdc\xe0\x81\x03\x01\x8e\x67\xa4\x1b\xf2\x3a\x6a\x7d\x47\x7b\x3c\x34\xf3\x56\x9e\x83\x03\xbf\x31\x5d\xa2\x2f\xef\x72\x20\x32\xae\x42\x81\x07\xbf\x37\x6e\x53\x53\x1c\x2a\xc2\x89\xcb\xe7\x29\xe3\xf6\xd9\x92\x33\x1d\xb4\xbc\x24\x5a\x11\x48\x13\x4e\x06\xbe\x81\xbf\x11\x3a\x58\xf4\x8d\x51\x7a\x80\xb1\xdb\xbc\xa7\x05\x30\x47\xf0\xcc\x5e\x13\x28\x70\x30\xe6\x75\xb2\x7b\x1b\x3b\x57\x4c\x02\xc5\x40\x28\xef\xd8\x25\x79\x25\x1b\x76\x61\x98\x56\xb7\x8e\x68\x70\xb2\x5e\x1f\x5b\x7a\xd7\x2a\xaf\xfc\x41\x2a\xea\xbc\xc8\xb8\x57\xdc\x46\x5e\xee\x7d\x88\x15\xc7\x6b\xc6\xe1\xb6\xc3\xa7\x28\x48\xd6\x06\xfa\x07\x78\xd2\xc3\xb2\x6b\xb1\x66\xab\x54\x5b\x0e\xd2\xa9\x7d\x34\x75\x6d\x4d\x1e\x5a\x46\x08\xf9\x2f\x13\xb6\x14\x86\xb3\xc5\xf6\x8d\x3a\x07\x87\x39\x62\x1f\xf5\x9e\xb5\xd7\x0b\xd4\xb9\x03\xb3\x33\xc5\x57\x87\x39\xae\xc1\x11\xb9\x3e\x58\xc6\xa8\xa1\x6e\x82\x42\x03\x3b\xe3\x0d\xf4\x35\x74\xea\x30\x0d\xc8\x0a\x14\x9e\xf5\x18\x0d\xc2\xf1\x19\x91\x06\xf8\xc3\x2d\xf6\xca\xc7\x62\x4b\x84\x9d\x11\x7b\x8e\x6c\xd9\xd2\x38\xd6\x8a\xda\x38\x53\xf3\xd6\xf9\x35\x40\x4d\xd3\x03\x8a\xe9\x20\x90\x59\x2f\x53\x0a\xad\xff\xd1\x9a\xca\x5c\x90\xe4\x72\xba\x72\x6e\x76\xec\x81\x7e\x68\xd7\x29\x92\x79\x7d\x3d\xa4\xf3\xb1\xbe\xab\xf4\x7b\xde\x21\xb5\x43\xc9\xbc\x1a\x73\xf5\x25\xae\xe5\x34\xa7\x5a\x55\x64\xf0\x72\x9a\xc7\xe8\x70\xf1\xd1\x3f\x6a\xcb\xa8\xa8\xec\xba\x82\xc1\x1f\xe2\x2c\x46\x4a\x33\x15\x6d\x1d\x5e\x78\x1f\x8c\x15\x78\xcb\xdd\xbb\x71\x33\xfb\xc0\x02\xeb\x59\xc6\x3f\x1c\x7b\x66\x65\xcd\xbb\x71\xcf\x73\xc2\x70\xb3\xd2\xa1\x7f\xf4\xcb\xa2\x61\xad\xd0\xef\xd3\x67\xc0\x86\x51\x5b\xb7\x07\x7b\x34\x5a\x20\x3c\x47\xfb\x24\x26\xcb\x16\xad\xd1\xe0\x75\x02\xfa\xf0\x91\x8b\xe9\xeb\xca\x8d\x2f\x0b\x27\x7a\x03\xf3\x72\x4c\x63\xd8\x84\x5b\x07\x08\x82\xdf\xa0\x7f\x6f\x96\x8b\x96\xd5\x10\x21\x46\xf7\x81\xe8\x0c\x0d\x21\x93\xcc\x95\xa8\xaa\x11\xc8\x5a\xa4\xc4\x92\x1f\x74\x60\x44\xb7\x66\xaa\xa3\x40\xb4\x56\x66\x94\xa6\x32\x18\x21\x6d\xef\x65\x8d\xb4\x1f\xcc\x06\xfa\xd8\x5c\xe1\xb9\xe7\x13\x1c\x6f\x2d\xeb\x2d\xf3\xab\x11\x6c\x5e\x7e\x4a\x1c\x0f\xf5\x5a\xbc\x90\x57\xf5\xee\x2a\x3b\xcb\x10\xc7\xbb\x46\x7d\xd0\xed\xf1\xe7\x98\x5f\x77\x69\x05\x6a\x5d\x24\xa6\xe0\x18\xeb\x2d\xfc\x96\x4f\x63\xa7\xba\x8e\x1e\xda\xa9\xa6\xb6\xee\x17\x08\x25\x67\xf2\xd3\x29\x95\x91\xe5\xaa\x2b\x25\xa5\x89\x9e\x14\x51\xef\x0f\x7d\x08\x12\x3b\x02\xa9\x80\x86\x72\x5e\x29\x89\x17\x87\xf1\x25\x33\xbd\xd8\x08\x44\x23\xf6\x51\x18\xd3\xb8\x64\x17\x42\x2c\x58\xdb\xf0\xc9\x85\x7f\x3b\xdb\x80\x03\x32\x26\xa2\x95\xcb\xc6\x39\x68\xa2\x5a\xc1\xf8\x4e\x4c\xa7\x1e\x32\x26\xd8\x87\xc4\x38\x16\x08\x4e\x40\x0f\x00\x9c\x19\x74\xeb\x05\x35\xed\xbb\x58\xd5\x73\x61\x6c\xf4\x98\x91\xc2\x2c\x7f\xd9\x60\x5b\xca\x54\x01\xc8\x77\xe6\x68\xbf\x2e\x55\xfb\x1a\xba\xec\x76\xc2\xc2\xa7\xf4\x06\x64\xa9\x12\x33\x7c\x6a\xf3\xb1\x6f\xf2\x35\x93\x48\x9e\xe8\xaf\xd4\x0c\x6b\x5e\x8c\x72\x9e\x23\x27\x71\xc7\x26\x15\x28\xc8\x2b\xa7\x32\xcf\x64\xf6\xea\x6b\xc6\x3d\x97\xb8\x08\xd8\x67\x4d\x27\xe0\x44\x05\x3c\x88\xde\x9e\xbc\xdf\xe0\x91\xbd\xee\x69\x0a\x82\x93\xbc\xa2\xf3\x85\x68\x79\x59\x89\x22\x30\xed\xc4\xf6\x2e\x77\x4e\xce\x44\x2d\xa6\x25\x18\xc4\x30\xa2\x89\x3e\xe4\x9a\x6e\xc6\xac\xdb\x0b\x0f\x6d\x85\xc3\xf8\x0b\xf7\x28\xb6\xb2\xa8\xc1\x5b\xcb\x1b\x2a\xba\x20\x45\x32\xcc\x4b\xc1\xca\x1a\xfc\x74\x9c\x81\x26\x1c\x52\x76\x44\x67\xa2\xf8\xe1\xba\x7b\x44\xa1\x11\x80\x55\xb2\x3e\x17\x0d\xbe\x39\x65\x7b\x55\x95\x45\x2a\xf4\x45\xa9\xe5\x15\x61\xdd\x60\xb7\xac\x7e\x23\xc0\x8a\x1a\x23\x7d\xad\x7a\x82\xb8\xca\xe2\x98\xc8\x05\x7a\x38\xa7\x39\xfc\xab\x57\x4a\x24\xaf\x2a\x7e\x6e\x5f\xae\xd4\x45\x39\x01\x9f\x1a\xbd\xfa\x43\xaf\xfc\x8c\xf4\x9e\x48\x7f\x7a\xe6\xa9\x99\xb7\x47\xa5\x17\xc9\x99\xbd\x3e\xbc\x46\x0c\x99\xc9\x69\xa5\x69\x0d\xc6\x31\x5d\xd6\x13\xfb\x6e\x8d\x84\x2a\x96\xb2\x0d\x64\x73\xb8\x72\xb8\xa6\xe6\x18\x71\xd9\x64\x07\xd1\x83\x34\x0f\xe3\xdc\x80\x82\xf7\xd5\x73\x7e\x0d\x7a\x57\x4d\x88\x34\xee\x4c\x66\x34\x22\xf2\x8b\x77\x6f\x0c\xfc\xc4\x2f\xdd\x3d\x30\xc2\xcc\xd3\x10\x0c\xc1\xa7\x93\xd3\x73\xa5\x8b\x8c\xcf\xff\xf4\xb9\xb6\x6f\x4c\xe1\x3e\xca\xbc\x2c\xfc\xea\xc6\x7b\x1b\xf5\xc2\xfa\x86\x18\x09\x4f\x0b\xa3\x24\x44\x04\xaf\xaf\x9f\xc5\x26\xfe\x43\xeb\x64\x6e\xc8\x72\xb5\xd4\xe2\x9b\x7f\xfe\x11\x8a\xe3\x77\x7f\xf2\xa7\xe1\x4b\x7b\xd5\x1a\x60\x28\x67\x75\x0b\x5e\xec\x73\x0e\x78\xce\xa4\x48\x24\x98\x21\x1d\xae\x33\x79\x80\x25\xd8\x19\xd4\x33\x0e\xf7\x99\xf9\xb5\x72\x61\x74\x1a\xab\xed\x99\xf7\xec\x1c\xdf\xdb\xaf\xe8\x1f\x2b\xe4\x86\xf0\x15\xf0\x26\x88\x77\x43\x9c\x89\x82\xc0\x47\x11\x8e\x98\xaf\xe8\x21\x4f\x2c\xfc\x86\x29\xf1\x62\x68\x55\xd6\x17\x31\xa6\xb8\x00\x17\xa9\x27\x81\x07\xeb\x5c\xe5\xc2\x57\x9f\xc8\x84\x6d\x6b\xb0\x94\x08\xc6\x0e\x22\xba\xdc\x33\xfc\xeb\x7b\xbb\xdb\x24\xb8\x53\x28\x77\x03\xb7\xd2\x0b\xf8\x20\x40\xec\x38\xa3\x8a\xd4\xdd\x81\xde\x19\x8a\x54\xec\x83\x00\x81\x07\xd7\x83\xf5\xb0\x26\xd6\x7d\x29\x85\xe7\x8a\xac\xd7\xc1\x46\xab\x6e\x8d\x31\x30\x72\x39\xa5\x6b\x93\x31\x5c\x6c\x0c\xda\x63\x3d\xac\x32\x00\xee\x0e\x0b\x52\x38\x5c\x77\x90\xbf\x3e\x89\xf4\x21\xc4\x00\xbd\x03\x8d\xa6\x99\x4a\xb7\xf6\xce\xa6\xb1\x48\x42\x91\xc0\xce\xa0\x2c\x7c\x26\x2a\x79\xf5\x5b\x8d\x3c\x7f\x28\x53\xe1\x25\x66\x4a\xf2\xa4\x76\xf5\x16\x06\xc0\xf0\x5d\x32\x72\x07\x18\x7f\x53\x81\xd9\x2b\xcf\x6d\x4e\x7c\x08\xc0\x8e\x1e\x7e\xe0\x9a\x6b\x0e\x91\x30\x78\x7c\xa8\x71\xa5\xaa\xa2\xb5\x0a\x3a\xc1\x70\xbc\x9b\xe1\xf7\x0c\xc3\x43\x75\x61\x21\x81\x8a\x35\x37\x85\x0b\x02\x56\xc4\xa1\x9a\x55\xd9\x8f\x17\x45\xd7\xed\x86\xbb\x3c\x73\xfe\xf3\x36\x48\x76\x78\xf0\x5c\x31\x0e\x21\xd5\x62\x27\x55\x7e\x93\xf3\x93\xf4\xe2\x30\x32\xa1\xe4\xf8\x12\x0e\x97\x67\x26\x55\x9b\x75\xf3\xb7\x69\x40\xc2\xe7\x74\x2b\xc2\x21\x75\x44\x04\x1c\x6a\x51\x86\x98\x8b\xe8\x68\xc2\x87\x49\xb6\x2b\xbb\x49\x9b\x86\x5e\x8a\xe2\xc3\xd9\xfe\x6e\xef\x18\x90\x71\x7f\xce\xcf\x83\x00\x7d\xf0\x01\xff\x3f\xa8\x38\x51\x0a\x02\xe2\xbf\x05\xd5\x8d\xe9\x74\xd6\xce\xad\x6f\x28\xb1\xa7\x6c\x12\x70\x7f\x42\xa2\xfa\xbd\x39\xf8\x65\xff\xf9\xbb\xb7\x24\x92\x9f\x26\xe9\x23\xc4\xbb\x5c\x10\x47\x3d\xb8\x4c\x24\x47\x6c\xe6\x62\xdc\x79\x54\x7b\xc5\x95\xbb\x06\x2d\x56\x23\xf1\x00\x25\x91\x5a\x2e\x34\x7c\xc5\x4a\x0d\x58\xb1\x7e\x2d\x5b\x88\x65\xce\xce\xab\xeb\xc5\x4c\x0d\xac\x4a\xab\x07\x6e\xde\xc8\xce\x63\xec\x2a\xab\xb9\xe4\x88\x36\x98\xfe\x2a\x30\x7d\x4f\x64\x8d\xde\x90\xc4\x66\xcf\xe0\xc1\x8c\x7d\x50\x7d\x3a\x57\x5b\x7a\xe4\x5a\x48\x62\xcf\x0f\x0e\x46\x99\xe3\xa1\xcb\x6f\x73\xc1\xdd\xdd\x5a\x8c\xbb\xdf\xbf\x84\xeb\xf5\xcc\xa4\x68\xf6\x91\xdd\x33\x59\xac\x60\x25\xec\xf2\x9a\xfa\xf6\x3e\xc2\x44\x03\x1e\x0d\x30\x99\x1e\xc1\x8b\xa7\x38\x92\x1f\x0f\xdf\xbc\xee\x8e\x05\xf7\x0c\x32\xa6\x76\xe1\xd0\xd0\x46\x70\xee\x79\x13\x8d\x8d\x5b\xda\x8b\x02\x75\xb8\xef\x70\x8b\x84\xb5\x0a\x2b\x53\xdb\x6a\x27\x34\x71\x17\xaf\x5a\x13\x18\xde\xcf\x77\xc4\xab\xd6\xe6\xd7\x56\x47\xb4\xfb\x13\xd2\x72\xc6\x4d\x5a\x3c\xec\xcc\x02\xfa\xfc\xf9\xd8\x2b\x76\x8f\x92\x81\x9e\x84\x15\x46\x30\x60\xf7\xcd\x8f\x21\xec\x76\x4d\x85\x18\x34\x99\x0a\xc0\xf7\xdc\x02\xa4\x80\xae\xf9\x1c\xf4\xe9\x8d\x51\x54\x9c\x81\x8a\xcf\x6d\x93\x17\x41\x49\xfc\x0f\x27\xcb\x5e\x83\x26\xa1\xac\x21\xf4\xd8\xc0\x39\xb2\xea\x1e\xfd\xda\xc0\x4f\xbd\x3a\x16\x3b\x6e\x3a\xf6\x6d\xdc\xb9\x4e\x9d\x7b\x18\x36\xa1\x25\xb6\x8d\x61\x25\xc8\x02\xbb\x84\x10\x7e\x88\x6e\x6e\x76\x88\x66\x3f\x11\xc4\x2e\x04\x54\xd4\x7f\x05\xd1\x77\xb1\x4f\x7c\x9d\xd3\x1b\xa3\x88\x65\x4b\x2d\x78\x13\xa4\xdf\xe8\xf7\x9f\x16\xe5\x25\xbb\x19\x8d\x46\x61\x7f\xb7\xf0\x8d\x9c\xa0\x5b\x7f\xf4\x76\x6e\x26\x4a\xf5\x0d\x45\x24\x4f\x8a\xd5\x48\x33\x18\xc1\x07\x58\x67\xf2\x65\x70\xfb\xcc\x0e\xe7\x29\x92\x75\xdd\x4d\xb8\x1b\xb7\xfe\x9b\xf9\xcd\xab\x76\xe7\xc6\xa2\xf3\xae\xc3\x64\x48\x3d\xc6\xb6\x0d\xc4\xa7\xdb\x45\x79\x09\x7f\x0f\x4c\x62\x0d\x7f\xc9\xe4\xa3\xb6\x82\x7d\x2e\xbc\x08\x40\x83\x1b\x12\xe6\x17\xa2\x15\xcd\xbc\xac\x8d\x1d\x0b\x83\xe0\x97\x97\xce\x0b\x15\x9f\xda\x65\x44\x80\x6f\x69\x26\x43\xe0\xa3\x6e\x32\x03\xb8\xd5\x18\x8a\x41\xfb\x0c\x48\x07\x70\x14\xa6\x68\xba\xd1\xbb\x79\x6b\xb3\x2f\x39\xbd\x92\xf7\x48\xa5\x75\xc1\x2b\x34\xa9\xbc\xac\x3b\xaa\xd7\xcb\xaa\x4a\x6a\x63\x84\x07\x31\xb9\xe0\xe6\x89\x5c\x2e\x81\xd3\xb9\x68\xf7\xf1\x71\x88\x28\xba\x8d\x0e\x83\x31\x71\x21\xd4\x9d\xf9\x2c\xc6\xb0\x5c\xd6\x4b\x37\x4e\x63\xfc\xe0\x01\x96\x97\xb6\x0b\x4d\xf6\xb0\x05\xfe\x4e\x32\xcf\x9b\x24\xf8\x51\x2b\xc8\x3b\x6f\x46\xd0\x8b\x3b\x09\xeb\xae\x02\x38\xd9\x18\xdc\x24\x05\xa6\x65\xa1\xae\x95\xb5\x6d\xf5\xd2\x74\xe5\xa9\x9d\x71\x75\x80\x42\xe7\x46\xeb\x7c\x73\x7c\x7f\x07\x97\x68\xf5\xa9\xae\xde\x6d\x00\x7a\xa9\x76\x0d\xb6\x54\x7a\x38\xd6\x3f\x6b\xf3\x01\x27\xfb\x6e\x41\xb8\x7e\xad\x42\xb8\xb3\x6b\x13\x06\x01\xde\x74\x37\x25\xff\x20\x2b\xb1\xb2\xff\x34\xb5\x1f\xc1\x9b\x14\xbf\xe9\xe5\x6c\xd1\xd6\x4f\x62\x87\x34\x7e\xb0\xb3\x63\x37\xd4\x4d\xcc\xb6\x60\xbb\xac\x17\x5b\xbf\x20\x99\xa2\xfd\xd8\xbb\x07\xa3\xec\x31\x64\x18\x8c\x3b\x22\x72\x4b\xcb\xed\x6e\x87\xaf\xe0\x3d\xf5\x73\x10\xcf\x45\xfb\xe1\xf0\xf5\x90\x95\x75\xd9\x62\x9e\xda\xe7\xe4\x51\xd1\x46\x5c\x34\x3c\xbe\xd8\x2c\x92\x79\x87\x89\x79\x03\x6b\x72\x67\x84\xed\x30\xa4\xb4\xcd\x26\x65\xcc\x91\x7a\x1c\xf6\x69\x1a\xdb\x61\xfd\x35\xb6\xee\x41\xc2\x8d\xa2\xf3\xc5\x84\x06\xe6\xf6\x8c\x28\xa9\x46\xe4\x80\x1d\x68\x44\x51\xe2\x29\xac\x10\xdc\x79\xb6\x5e\x78\xd9\x92\xeb\x54\xb3\xd8\x6c\xfb\xd9\x93\x30\x39\x56\xe3\xde\x6f\x01\xa8\xfb\xcf\xc4\x3e\xe6\x8b\xe6\x01\x39\xe3\x6c\x59\x4c\xee\x1c\x86\x13\x9a\x09\x07\x95\x3e\xe6\xc9\xd2\x48\x5a\xc1\x72\xda\x99\x9d\xc9\xa5\x55\xcb\x54\x43\x08\x83\xec\xd2\xc0\x39\x78\x63\x54\x7c\x7a\x7d\x6e\x98\xac\xdd\x8b\x46\xf0\x0c\x18\x66\x36\x73\xf3\x05\x44\x72\xb7\x96\x6a\xe8\xb5\x89\x3b\xa6\xb9\x74\x5f\x82\x77\x8d\xf2\x01\x7c\xed\x55\x6c\xec\xd7\x26\xd2\x28\x46\xb6\xe3\xcd\xf9\x72\x6e\x42\x1c\x38\xe6\x01\x54\x9c\x68\x4d\xb2\x6f\x0f\x4d\x9a\x1c\x1c\xa8\xf1\x83\xd0\x6b\x20\x36\x71\x01\x88\x47\xdb\xc7\x55\x12\x49\xba\xd1\xbe\xe7\xeb\xec\x9b\x2e\x97\x8a\x02\xf1\x38\xb8\xe8\x81\x38\x62\x08\xab\x87\x0f\xa3\xe5\xdb\x65\x3d\xb7\x61\x26\xc1\xac\x87\x97\x3f\x18\x81\x0e\x97\xd4\x5e\x75\xff\x01\xfd\xdc\xfe\x9b\xfa\xb4\x55\xcb\xad\xb3\xb2\x2e\x7c\x33\xb3\x4a\x3b\x37\xe6\x0f\x07\xd1\x32\x9b\x0e\x27\x93\x9b\x3b\x7b\x2c\x4d\x7a\xf2\x7e\x8e\x62\x6c\x82\x64\xdb\xdf\x46\xd3\xe8\xba\xbc\xad\x8a\xdc\x9e\xc1\x16\x25\x3e\x3c\x6f\x35\xcd\xa2\x6e\x89\x8f\x5a\xf0\xba\x63\x51\x41\xda\xb9\x7d\x76\x93\x87\x74\xfb\x74\x5b\xb7\x7d\xe6\x57\xc2\x8f\x52\xd4\x1b\x0c\x72\xdd\xc2\x1d\xd0\x37\x8f\x5f\xb2\x7a\x6e\x35\x82\x57\x94\x77\x59\x89\xa0\xa1\x5d\x91\xf0\x63\xb2\x1a\x6b\xa7\xe7\x2d\x03\xf9\xc9\x0d\x51\xd5\xbe\xf9\x1c\x23\x06\x71\x10\xcf\x70\xfd\x11\xc5\xeb\x1e\x9d\x96\x07\xe6\x1c\x5e\x36\xb2\x7e\x2d\xa6\x2d\x9c\x44\xf3\xfb\x43\x79\x3e\x6b\xe9\xa9\x84\xdb\xcb\xb0\x8a\xc1\x2b\xca\xb5\x27\x97\x18\x48\xee\x7a\xca\xac\x92\x09\xbc\x8c\xd3\x15\x02\x85\x79\x64\xd8\x5d\x1b\x93\x67\xc8\x6e\x6e\x29\x65\x6f\x96\x93\x56\x36\xeb\xef\x53\x9b\x2a\x76\xb9\xa0\x37\x91\xd1\x76\x64\x99\xa7\x7e\x3b\x2b\x55\x70\xb7\x99\x38\xfd\x88\x1e\xfd\x41\x9c\xd2\x30\xcb\x6c\x68\x20\x23\x7f\x53\xfb\xe4\xd4\xc4\x99\xcf\xf0\x1c\xa3\xc8\xc7\x4f\x9f\x66\x68\xfe\x0b\xd6\x7e\x0d\xb1\xc5\xbb\xe9\x7a\x51\x5e\xd2\x3d\xc4\xed\x86\x77\x01\xbb\x54\xe4\x27\x46\x45\x50\x57\x8f\x3b\x0a\xbd\x26\x80\xb1\x9b\x60\xbc\x7d\x3f\xa9\x61\x98\x5f\x2a\x73\x9b\x0f\xd3\x72\xcb\x08\x75\x14\x81\xf6\x30\x2d\x0a\xc8\x4d\xae\xdc\x23\x2a\xcd\x62\x35\x70\x58\xeb\x15\x10\x04\x73\xc9\xbe\xca\x85\xa8\x0d\x10\x7d\xe0\x6d\x52\xff\x34\x77\x25\x6e\x34\xa9\x0e\xdc\xbc\x39\xda\x2e\xa9\x49\x66\xef\x35\x11\x88\x6b\x26\xf9\xf2\x55\x00\x67\x27\x01\xdd\x1f\x04\x59\xf3\x63\xa2\xa2\xaf\x6b\x3a\x93\x87\x0f\x43\x88\x41\xe6\x5f\x52\xd1\x30\x0e\x61\xdd\x6c\x1e\x78\xab\xa7\x32\xcb\x66\x7c\x49\xee\xb0\x72\x51\x8b\xce\xa5\xca\x4d\x2d\x6c\x4b\x26\x13\x16\xb8\x45\x5a\x31\x62\x3b\xdc\xac\x17\x72\xe7\x14\x68\xe3\xce\x91\x93\x4a\xe9\x10\x61\x7c\xde\xbf\x5a\xdf\xca\x97\xec\xdb\x6d\xea\x0e\x9d\x1f\x7d\x53\x5e\xf2\x56\xb0\x80\x1c\xac\xa3\x7c\xc3\x7b\xb8\xfe\x76\xdf\x4b\x94\x24\x84\x70\x47\x99\xa3\x6f\xe8\xec\xed\xba\x46\x96\x1e\xdc\xa5\xbe\x26\x12\x9b\xd6\x0f\x28\xc7\xc6\x8d\x3c\x39\x89\x9b\x3c\x4d\xee\xbf\xaf\x90\x3d\xda\x3f\x6f\x39\x10\x6d\x6c\xff\xea\xce\xeb\x85\xa9\x50\x36\xad\xbd\x41\xc6\xaa\xee\x44\x55\x5e\xe5\x4a\xfd\xf3\x96\x4a\x90\xec\xc0\x78\xe5\x5b\x2f\xb4\x18\x94\xb1\x02\x83\x63\x7b\x2e\xc5\x70\x3a\xac\x7c\xb6\xe1\x7b\x6a\xcd\xd2\x24\xc5\xdd\xeb\xe1\x0f\xbe\x39\x04\xe1\xfe\xf4\xdd\xa1\xbe\x6a\xf8\x62\xd1\x99\x0a\xd1\x64\x8e\xdd\x38\x23\xe2\xa6\x19\x0d\x71\xbc\x41\xa7\x90\x42\x22\xcc\x45\xd8\xd9\x4d\x92\x4d\x14\x53\xf0\x2e\x78\x25\xda\x56\x8c\x6a\xb1\x6c\x1b\x5e\x1d\xea\xd5\xe1\xcd\xf5\x5e\xd5\x26\x63\xb8\x1d\x74\x24\xf0\xb3\xac\xd9\x84\xb7\x6e\xb5\xa0\x4d\x98\x08\x5d\x7f\xc9\x26\x4c\x37\x55\x0f\xc0\xcb\x35\xf8\x8a\x9f\x20\xb7\xc5\x1b\xfe\xe9\x8d\x4f\x14\xac\xcf\xe8\x2b\x93\xfc\xd0\xf5\x45\x81\xbf\x95\x7b\xc5\xdf\x96\xca\x25\x20\x5c\x77\x5c\xee\x73\x82\x5d\xd2\x3c\x93\xdd\x7c\x78\xd7\xb3\x19\x39\xb0\x75\xa6\xa4\x23\xe7\x31\x38\x3f\xcf\xdf\xbd\x3d\x7c\xf9\xaf\x87\x3f\xef\xbd\xfe\xe5\xcd\xcb\xb7\x3f\xff\xb2\x7f\xf8\xf2\xcd\x2f\x3f\xbe\xdc\xff\xcb\x8f\x87\x6c\x87\xfd\xf1\x4f\x44\xc0\xc1\xb5\x0b\x97\xd8\x70\x1a\xc1\xb7\xfe\xa3\x61\x76\xd5\x07\x04\x96\x79\x0e\xfd\x63\x9c\x00\xb7\x33\x53\x78\x36\x05\x7c\x9a\x9a\x3a\x9f\xe7\x74\xa3\x2c\xa7\x09\x76\xf7\x74\xab\x0a\x64\xa2\xee\x24\xb9\x5d\x95\x26\x71\x71\x9a\x36\x75\x34\x1a\xad\xc2\xb8\xfe\xa0\x33\xad\x2a\x4b\x52\x61\xa6\x54\x31\x42\x8c\x4d\x13\xb0\xc7\xcd\xd6\xa6\x60\x87\x5c\xa2\x43\x66\x88\x40\x90\x82\xdd\x37\xcb\x89\x71\x76\xb5\x21\xa2\x1e\x40\x4b\xd3\xa4\xcf\xf3\xb5\x45\xb1\x06\xba\x5e\xec\x4d\xe0\xba\x7a\x6b\x21\xfa\x11\x20\xfe\x88\x62\xe3\x21\xbf\x6f\x84\x52\x6b\x3b\xb0\x97\x49\x1e\xea\x99\x2c\xae\x4d\x8d\x28\xb7\xfd\x3c\xd8\xb0\xcc\x0e\x7a\x2c\x47\x73\x09\x49\x50\xbd\x49\xf2\x74\x83\xc8\x99\xf1\x24\x12\xd5\xda\x54\xdc\xeb\x13\xb1\x87\xe9\x9a\xbb\xaf\xad\xce\xc4\xb2\xf4\xfa\x0a\x13\xd5\x26\xe7\x7b\xf5\x1e\x90\x96\x2b\xe7\xe5\x47\xbc\x49\x5a\x7c\x7a\xa6\xbf\xf2\xea\xa7\xf4\x8b\x26\x09\xcf\x27\xbb\x4f\xf3\xce\x1b\x7e\x20\xb9\xfb\xfd\xba\xae\xb8\x31\x82\xfa\x34\x31\xf0\xa6\x6d\x56\x6c\xeb\x1d\x52\xde\x2f\x3e\xb1\x7f\x59\x7c\x62\x26\x55\xb1\xe6\xfb\xca\xba\x16\x8d\xcf\x3c\x6f\x33\x6b\x41\x52\x63\x26\xa7\xba\x22\xeb\xff\x13\xfb\x8e\xfd\x13\xdb\x81\xb6\x1c\x92\xd3\x34\xf0\x8c\x4c\x95\x85\x18\xd0\xae\x5a\x92\x9b\xbf\x12\xd3\x76\x1d\x02\x87\x09\xe2\xd3\x9c\xdd\xd1\xee\xba\xbc\xeb\xe9\x2e\xaf\xca\xa9\x6e\x56\x05\x34\xfe\x2a\xb3\xb7\xbf\x69\x0a\x70\xc6\xe4\x82\x4f\xca\xf6\x3a\x64\x25\xd9\x1d\xaf\xb9\x55\xb9\xc4\xfd\x5a\x1a\x8a\x1d\x0c\x71\x83\xd3\x9d\xbb\x72\x86\xc9\x66\xac\xbb\x4c\x36\x58\xd1\xde\x68\xae\xb6\x42\x38\x5b\xe5\x44\xd6\xbd\xae\x45\xb5\x1c\x34\x90\x88\x17\xbc\xb9\xa0\xbc\x73\xbc\x2a\x79\xf8\x44\x43\xbb\xb6\x1b\xc3\xa8\xbf\xc7\x68\x2b\x1b\x2c\xbf\xdd\xc4\x3c\xcb\x46\x76\x30\xdc\x27\x20\x7e\xeb\xf6\xc9\x0e\xea\x6a\x56\xb6\xe2\x4b\x7b\x7c\x6e\xc3\xe0\xdc\xdc\x6f\x97\x02\x83\xd3\x3f\xcc\x3a\x1a\x06\xe2\xfe\xf8\x1e\xb0\x2c\xbf\x0b\x02\xff\x6f\x80\xbd\x2f\x5d\xa8\xa5\xaf\xbd\xec\xab\x2f\x75\x83\xc3\x5f\x32\x7c\xa2\x8f\x0f\x85\x7d\x7d\xc6\x20\x58\x17\xdc\x0f\x57\x0d\x5f\x64\x39\xa7\xb2\x9e\x89\xa6\x6c\xf3\x99\xfc\x63\xad\xc4\x4a\xe5\x03\x63\x73\xfe\xe9\x63\x96\xa7\xf0\xc3\xe5\x24\x46\x15\x19\xed\xef\x76\xa3\xeb\x0d\xfc\x60\xdf\x0d\x8f\x59\x8f\x2f\x5b\xd9\x4b\xf7\x2b\xb7\x2c\x80\x92\x8d\x5e\x52\x6c\x5a\x43\x76\x6e\x5a\xe3\x4a\x36\xc5\xaa\x72\xdd\xf9\xa1\x66\xd4\xa6\xb2\x99\x67\xae\x6d\x5d\xbe\x5f\x17\xb0\x95\x7a\x21\xe2\xb2\x83\x19\x2f\xe4\x55\x47\xc3\x17\x62\x22\x1b\x6e\x78\xd7\xb8\xc2\x3a\x6e\x9c\xe0\x13\x3f\x13\x55\xb0\x37\xb8\xd0\x7a\x44\xb8\x25\xbe\xc4\xa6\x7c\xb0\x0c\xd2\xbc\x2c\x8a\x4a\xe4\x51\xc9\xe8\xb9\x12\x5e\x4f\xa3\xd8\x5f\x1a\x98\xd5\xe3\x78\x4a\xef\x2e\x45\x33\xad\xa0\x4c\x54\x55\xb9\x50\xa5\xa2\x55\xa4\x2f\x36\xfe\xb2\xc3\x0d\xf1\xdf\x4f\x37\x30\x01\xe7\x18\xb6\xac\xde\xcb\xe9\x8b\x87\x09\x0a\xbf\x16\x53\xbd\x7b\xdf\x67\xb6\xcf\x2e\x53\x13\xaa\x10\xfc\x60\x4a\xf0\xb0\x5f\xa5\x26\x4c\x96\x6f\x5e\xd6\x3f\x76\x08\x41\x73\xfe\xe9\x6e\x3c\xf9\xd4\x68\xc8\xc6\xa1\xbe\x2c\x15\x5b\x8c\xe0\xb0\xa6\xd6\x97\xe0\x8d\xc6\x8a\x83\x59\x03\x64\xa2\xf7\x68\x23\xd6\x36\xa7\xb2\x4a\x59\xdb\xae\x39\x56\xbc\x39\x17\x11\x37\x9b\x9d\x66\x5a\x71\x1d\x1b\xeb\x5e\x3b\x6e\x20\x0f\xcc\x53\xfb\xe4\x57\xe2\xe5\x33\x04\x2d\xbe\xad\x8f\x7a\x7f\x00\xb9\x16\x82\x45\xb1\x87\xbd\x14\x58\xd7\x58\xee\x30\x1e\xb6\x99\xc2\x2c\x1d\x5d\xfc\x3b\x3f\x76\xcc\x97\xf0\xef\x69\xec\x5d\x28\xf3\x35\xa4\x48\x0f\x31\xe0\x76\x37\x00\xa9\x39\x94\x83\xe5\x59\x1b\xca\xa4\x5f\x09\x17\x57\xac\xdd\xba\x95\x21\xce\x26\x01\xf8\xbb\x69\x2c\xee\xae\xaf\xc8\x33\xa6\xb9\x7b\x80\x52\xfa\x94\x45\x5a\x4f\xd1\xbf\x84\x38\x76\x51\x37\xc8\x10\x03\xbc\xd4\xe3\xef\x17\x9f\x36\x10\x0a\x90\x06\x7c\x2d\xfe\x5c\x03\xc4\x78\x1f\x5f\x0f\xe2\x17\xd2\x7b\x73\x5b\xc1\x92\xfc\x89\x2e\x49\xd2\xcf\xef\x87\xda\x3e\x20\xe5\xab\x4a\x7c\x7a\xee\xdf\x13\x6f\xae\x67\x0c\x46\xd5\xcd\xc7\xdf\x5d\xc3\xa7\x21\x7c\x6c\xf8\x22\x2b\x4c\x30\xf6\xb7\xa5\x6a\xcb\xe9\xb5\x13\x44\x32\x98\x1f\x49\x0f\x1a\xe0\x96\x6a\x79\xb3\x46\xa5\x76\x1b\xbb\x33\x45\x96\xc3\x7e\xa8\x14\xef\x34\x3a\xe6\xad\xc7\xc4\xf4\x66\x0a\x13\xeb\xb6\xf7\x7d\x8a\xfd\xea\x37\xb5\xc7\x4d\xea\xe4\x91\x29\xec\x53\x68\x30\x86\xf9\x9e\x8b\xf6\x2f\x95\x3c\xe3\x95\x1f\xa3\xfd\x7e\x17\x7b\x27\xb2\xc3\xf4\xbd\xf0\x7d\x6c\x9a\x43\xb6\xaf\x00\xd9\x4c\x82\x7b\x37\xa6\x3b\x18\x3b\xbf\xba\xf7\x41\xf7\x46\x39\xb3\xe7\xda\x47\x09\xb8\x61\xd9\x57\x09\x24\x56\xc2\x66\x0f\x12\x56\x76\x96\x79\x39\xbe\x89\xd5\x36\xe7\x45\xf1\xc2\xff\x59\xd6\x6c\xca\x2f\x65\x83\x19\x33\x93\x98\xa7\x9b\x3c\x69\x27\x2b\x6b\xcd\xf1\x2e\xb9\x79\x90\x7a\x47\xb6\x51\xa2\x1e\xcc\xbf\x49\xbe\x60\xf0\x80\xf0\x5b\x12\x4d\x34\xf7\x9a\x3f\x13\x94\x76\xed\x73\xfe\xaf\xb9\x22\x69\x98\x68\x9f\x66\x29\x1c\xbb\x0f\xd2\xb1\x66\x6d\x68\x30\x16\x52\x50\x4e\xc2\xf0\x5f\x69\xc4\x92\x70\xa1\x48\xbc\x91\x38\x47\x52\x54\xb7\x2b\xa9\x8c\xb9\x4d\x9e\xe7\xb7\x15\xca\xcc\x15\x9b\x29\x79\x83\xf9\x5e\xf3\x33\x4b\x0b\x31\xdc\xd8\x07\x40\x83\x78\x1c\xb7\xde\x0d\x80\xdc\x34\x07\xef\x5f\xef\x1f\xe2\x7d\xf3\x66\xff\xed\xc7\xfd\x17\x87\x3f\xb2\x1d\xd6\xfb\xfe\x5f\x16\x9f\x7a\x5f\xdd\x09\x21\x36\x96\x6f\x12\xf7\xb9\xcb\xab\xe8\x8e\x4e\xfc\x5f\xd3\x9d\x28\x77\x7d\xd9\xfb\xdf\x5f\xfb\x77\x74\xe0\x67\x1d\xee\x49\xc4\x0a\xca\xcf\x94\xac\x96\x6d\xc0\x80\x36\xc8\x3b\x7c\xff\x2f\xc0\x3f\x81\x98\xec\x82\x3a\x59\x04\xf2\xe9\x26\x21\x83\x0d\x2a\x47\xd8\xa2\x5a\x2a\x8c\x91\x60\x19\xb3\xaf\x26\xd9\x9b\x41\xfd\xf1\x7b\x18\x94\x05\x6f\xc7\x05\x7d\x42\xec\x45\x18\x16\xd0\x60\xcd\x0b\xb3\x56\xae\x64\x00\x73\x8c\x5a\xce\x48\x6d\xf9\xa9\xc7\x7f\x4a\xf5\x24\x8f\x13\x18\x91\x6f\x94\x45\xf8\xf8\xea\xb7\x06\x7d\x34\xe6\xf7\x32\x8a\xfa\x56\xcc\x71\x63\xdc\x98\x32\xb5\x4c\x19\x56\x44\xcb\x75\xa6\x96\x3e\xe3\x58\xc5\xbd\x7f\xd4\x52\x8a\xda\x32\x0f\x61\x6d\x99\xd7\x95\xeb\x42\x9b\xa4\xc0\x96\x7a\xa9\x55\x97\x5a\xc1\x14\x4b\x03\x55\x75\xc7\x08\x4c\x79\xd2\x00\x23\x03\x6f\xd2\x08\x95\x68\xb9\xc5\x9a\xc8\xda\x57\xb1\x86\xf3\x7c\x3d\x28\xc5\xca\x91\xe4\x9c\x69\x10\x5a\x92\x86\x11\x11\xcf\x36\xa1\x46\x90\xa1\x23\xee\x9d\x7b\xec\x85\x89\x48\x5f\x99\x03\x4d\x6b\x98\x46\xf6\x50\xe6\x1b\xd8\x52\x53\x39\x22\xe7\xf9\x36\x51\x25\xdd\xf4\xb6\x93\x77\xf9\xe8\x52\xbd\xcd\xe5\x25\x5e\xd7\xc7\xc7\xcf\x76\xd8\xff\x39\x7a\x64\x82\x99\x98\xb8\xbf\x9c\x2d\xf8\xe4\x82\x9f\x8b\x2d\xb8\xa7\x6b\x08\xe5\x84\xf1\x9b\x21\xa0\x8e\x4d\xda\x5f\x88\x85\xd0\x58\xc7\x30\x7c\xdc\xb7\x26\xda\x2a\x66\x54\xbd\x10\x8b\x16\x93\x20\x97\x10\x0a\x07\xc3\x76\x9e\xf1\xc9\xc5\x15\x6f\x0a\x05\xd1\x59\x78\x6b\x02\x92\x9b\x67\xf4\xb6\x3b\xc3\x2c\x6c\x6f\xb3\xc3\x77\x2f\xde\x8d\xd9\xde\xb2\x28\x5b\xc8\x84\x3b\x62\xe5\x7c\xc1\x27\x18\xa4\xa9\x2e\xd8\x42\x6a\x94\x2b\x21\x0e\x38\xce\x2b\xbe\x32\x46\x00\x67\xd6\xb6\x0b\x35\xde\xde\x3e\x2f\xdb\xd9\xf2\x6c\x34\x91\xf3\xed\x79\x39\x69\xa4\x92\xd3\x76\x7b\x5a\x2d\x45\xdd\x2e\xcb\xed\x52\xa9\xa5\x50\xdb\xff\xfc\xcf\x7f\xfc\xa7\xf4\xc6\x8a\x98\x94\x0e\xf7\x2e\xa4\x2c\xff\x99\x60\x64\xb3\x04\x23\xb9\x88\x67\x50\x30\xc8\xfa\xbf\x77\xb8\xc8\x29\xeb\x77\x95\x48\x83\xe6\x6a\x0e\x1c\xc1\x26\x74\x0f\x33\x92\x5e\x3f\x11\xfd\x98\x83\xb2\x8a\x35\x88\x9d\xbe\xe8\x73\x63\x7c\xb2\x81\x5e\xd5\xf8\x23\xd8\x91\x8c\xe7\x15\x6d\x6e\x3e\x3a\x08\xee\x77\xbc\x73\xa1\x03\x4c\xa0\xb1\x88\x83\x8b\x90\x0b\x1f\x81\x46\x5f\x6d\x84\x86\x87\x0f\xc3\x99\xd8\x4b\x69\x48\xdb\x99\x6f\x27\xa4\x3d\x45\x53\x78\xdb\x82\xb5\xbd\xe1\x91\xd4\xb5\x27\x20\xed\xcc\xde\x72\x41\x6f\xf6\xe3\x49\xa8\xd0\xc3\xe8\x06\x09\x08\x8b\x79\x01\x08\xfb\x91\x82\x78\x40\x60\x50\x3e\xe4\x41\x30\xbc\x90\xdb\x49\x34\xd3\xab\xd4\xdb\x54\xa1\x47\xc6\x62\x7c\x6b\x12\xdd\x75\xa0\xae\x23\xf5\x8d\x6f\x42\xa6\xfe\xd1\xe9\xe8\x0f\x37\x1d\xca\x82\x5b\xf6\x10\xb5\xf2\x43\xb6\x41\x25\x1c\xe7\xe9\x49\xd0\xb1\x71\x2e\xb9\x47\xc7\x0e\xda\x0d\x31\xe7\x7b\x6b\xc8\x93\x5e\xa2\xa8\x5f\xa7\xba\xa7\x1b\xe7\x43\x59\xc5\x5a\xab\x50\xc6\x0a\xce\x43\x1e\xeb\x83\x3d\x33\x7c\xe3\xe9\x84\x57\x93\xfe\xe3\x47\x8f\xfe\x0b\xdb\x62\x7f\xb8\x59\x2d\x40\xdd\x0e\x4e\xb3\x6c\x6b\x78\xa0\x02\x7e\x6e\xcd\x41\xea\x17\x24\x70\x47\x44\x4d\x07\x0e\x9a\x67\xf1\xd6\xa2\xf9\x3a\x80\x01\xee\xd3\x51\xff\x9e\xa8\xaf\x05\x9a\x34\x63\x8a\x13\x6d\xde\xdb\x54\x9c\x95\x92\x8c\x43\x24\xa1\x50\xee\xc9\xe1\xa8\xb1\xa8\xfd\xdf\xfa\x00\xd0\x87\xb3\xb6\xcd\x6d\x84\xef\xff\x79\x30\xbf\xe8\x60\x46\x87\x10\x19\xdf\xfc\x8d\xe4\x2a\xac\xbd\x96\x02\xcc\x9a\x56\xe2\xd3\x0f\x5c\x95\x2a\x36\xc0\x04\x9e\x2c\xec\x5f\x16\x91\xd6\x7d\x5e\xd6\xc6\x41\x66\xf5\x61\xee\x38\xc9\xc1\x7d\x10\x4a\x5f\x77\xba\xa6\xee\x78\x6e\xff\xf3\x7a\xfa\xf7\x7d\x0a\xa8\xcf\x55\x37\x37\x14\x48\xe7\x47\xf9\x17\xdf\x0e\x57\xc8\xb7\x93\x1c\x84\x55\x67\x2e\xaa\x96\x9e\x3c\xda\x61\xc7\x01\xdc\xc0\xde\x94\xf3\xce\x46\xdd\x40\x7e\x58\x65\xe8\x76\xe1\x24\x1a\xc2\x43\x3a\xcd\x40\x3a\xe6\xa8\x75\x20\xb9\xdc\x8f\x5b\xa4\x3e\x00\xb9\x5d\x25\x4a\x8c\xce\xe1\x45\xba\x8b\xa3\xae\x78\x2b\xc3\xec\x74\xa3\x2a\x74\xa6\xe1\x04\x4f\xf2\xe6\xf9\x0e\x92\x9b\x7d\x85\x6f\x80\x77\x14\x46\xa2\x5e\x07\x49\xbc\x59\xe9\xb3\x65\x6f\xee\xdb\xae\xed\xd8\x70\xdd\x8d\xa6\xe6\x28\x0e\xb3\xe2\xcf\x86\xfe\x45\x96\x24\xd4\xd8\x1c\x75\x05\x25\x71\xed\x83\xaf\xd1\x5d\x96\x37\x0a\xdb\x86\x1d\x06\xe4\x4d\x68\xf9\x57\x63\xb7\xfe\x17\xd1\xda\x7b\xf0\x06\x89\x9e\xab\x03\x5f\xa3\x7a\x19\xa4\xed\xae\x91\x35\xc4\xba\x95\x65\x97\xa5\x4d\x8c\xe7\x7d\x18\x73\x36\xf0\x58\x5d\x6c\x95\x6c\x1f\x51\x77\x1f\xe6\xe7\x3f\x17\xb5\x68\x38\x24\x46\xce\x44\xcb\x24\x4a\x08\x0c\x4e\xcc\x8b\x99\x80\x88\x55\x12\x40\x6a\x66\xd6\xbf\xd6\xde\x7b\xbf\x3f\x64\x67\xcb\xd6\x64\xf9\x56\x56\xf5\x54\x78\x38\xb6\x3f\x49\x86\x71\x55\xb6\x33\x80\xa6\xb9\xfc\x12\x62\x6d\x62\xc2\xe2\x24\xaa\x26\xc6\x08\x4e\x63\x64\xef\xdb\xac\xaa\x36\xc4\xbc\x4d\xef\x65\x7a\x13\xac\x6c\x15\x09\x1a\x9e\x7b\x2c\x1e\xbc\x8c\x5b\x11\x06\xc1\xdb\x7c\x37\x52\xfe\x98\xd7\x91\x44\xdf\x16\xe9\xd9\x22\xf5\x5a\xa8\x55\xcb\x28\xd3\x62\x1d\x5a\x4e\x75\xd6\xa1\x31\xcb\x29\xca\x3a\xf4\x63\x79\xb5\x58\xac\x0c\x83\xdf\x71\x30\xe6\x2f\x8b\x41\x99\x68\x30\xfb\xff\x1b\x2f\x5d\x1a\xb9\x76\x83\xa8\x8f\x80\xc6\x71\x8c\xc7\x7c\x10\x88\x8e\x20\x49\x2b\x7d\x15\xce\xb8\x12\xb1\xef\xca\x46\x7e\x2b\x39\xcf\x17\x74\x74\xd0\x53\x5d\x99\x50\x70\x75\x1c\xf9\x55\x35\x14\x75\x55\x59\x13\x0b\xd2\xd2\xc1\x0c\xed\x20\x79\xbc\x72\xe4\x21\x6d\xb1\x22\xb4\x79\xc7\x44\x9f\xb1\x1d\xb3\x75\x4f\x7f\xcb\xf5\x38\xae\x9f\xf5\xf3\xdb\x3e\x0c\x77\x72\xe8\x73\x72\x0e\x35\x56\x4d\xe4\x42\x8c\x59\x2f\x6d\xdb\xc3\x1b\xe5\x4e\x38\x9a\x0f\x81\x35\x64\x6a\xc6\xab\x4a\x5e\xe9\x8f\xbc\x89\x3d\x7d\xd6\x38\x07\xa5\x23\x33\x17\xda\x7a\x07\x1c\x53\x31\x17\xeb\xa0\x23\x98\x98\xbd\x2b\xef\x10\x4f\x8c\x8e\xe6\x4e\x21\xc5\x68\xc3\xae\xc8\x62\xec\xee\x71\xc5\x30\xaf\x98\xab\xfa\xf3\xa2\xe0\xad\xe8\xd7\xe2\xea\xfd\x66\x23\x89\x22\xf5\xfa\x58\xbd\xe1\x26\x3a\x88\x43\x12\xbb\x28\x1c\x4f\x23\x5b\x78\xee\xc4\x7e\x91\xe0\xd1\x87\x01\x28\xb5\x08\x06\x71\x29\x2f\xd7\x05\xa6\x5c\x17\x39\x2b\x06\xda\x19\x47\x29\xae\x49\x82\x29\xc5\x45\x36\xf0\xe5\xa5\xfe\xdf\x68\xb2\x6c\x1a\x97\xa2\x4c\xa3\x3f\x19\x5f\x47\x70\xa5\x68\xce\x3e\x0c\xe7\xd7\x99\x2e\xc0\x33\xd4\x7c\xe5\x6c\x5d\xc5\x64\xb2\xae\xe4\x6b\xcf\x15\x26\xf6\x5a\xf0\x4b\xf1\xb5\xf7\x17\x81\x6e\xb2\xbf\x50\x33\xbf\xbf\x50\xe4\xe6\xbc\xd9\x94\x7e\x12\xd7\x2f\xe4\x55\x1d\xce\xe7\x27\x93\xb5\xfa\xbe\x53\xb2\x40\xd7\xcc\xc7\x54\x4b\x26\x63\xbe\xdf\x71\x26\xb0\x04\x6f\xe4\xd7\xdf\x1b\x80\xb9\xc9\xd6\xe8\x8a\xf9\x9d\xd1\x25\x5f\x0f\x19\x93\x20\x7a\x18\x4b\x8e\x40\x60\x9f\x49\x62\xea\xc4\xa7\xca\x15\x3d\xb1\x1d\x44\x71\xb9\x7e\x3a\x7c\xff\xcb\xc1\xcb\xf7\x7b\x1f\xf6\x0e\xdf\x7d\x18\xc2\xcf\xf7\x1f\x5e\xbe\xda\xff\xd7\x21\x7b\xb1\x77\xb8\xa7\x7f\x1f\xee\x7d\xf8\xcb\xcb\x43\xff\xfb\xe5\xbf\xbe\x7c\xfe\xf3\xe1\x4b\xf7\x5d\x7f\x7b\xbd\xf7\x6f\x2f\x3f\xfc\xb2\xff\x82\x5c\x61\x98\x59\xf5\xb9\x5e\x6a\x5e\xb7\x21\x53\xc7\x8b\xc2\x0c\x7f\x0f\xde\xff\x7d\x5a\xc5\x0a\x06\x5c\xcf\xa5\x68\x5a\xc5\x38\xbb\x9a\xc9\x4a\x40\x5a\x3e\x39\x65\x3f\x89\xeb\x03\xf1\xf7\xa5\xa8\x27\xc2\x64\xa4\x96\xb5\x30\x99\x5e\xd9\xfe\x8b\xa1\x11\xfc\x6c\xc6\x71\x2d\x7c\xed\xbf\xf0\xe9\x9d\xb8\x6a\x6d\x65\x65\xc0\xf8\x94\xf6\xd0\xf1\x05\xed\xc0\x24\xbb\xac\x65\xeb\x92\x28\x82\xc3\x15\x5e\x6d\x16\x52\x0f\x5d\xbd\x1d\xc4\x44\x10\x0c\x60\x6e\xb1\x57\xcb\xaa\x62\x0b\x8e\x8e\x65\xfb\xc1\x8c\xf4\x40\xfd\x84\xa2\x3c\x08\x07\x18\x0a\xde\x64\x8b\xb5\x73\x72\x73\xef\xca\x81\x60\x87\xa5\x0e\xe5\xfe\x8b\x3e\x1d\x8b\x75\x0e\x38\x3a\x89\x02\xcd\x1b\x94\xa2\x75\x47\x8d\x28\x96\x13\xd1\xef\x2f\x1a\x71\xf9\x57\x2d\xf0\x3a\xd7\x02\x5a\xcf\x7e\xf4\x00\x13\x44\x75\x00\xd8\x77\x21\x4e\xb2\xef\x28\x24\x54\xf9\xf4\x7b\xbd\xc1\xe8\x6f\xb2\xac\xfb\x41\x55\xab\x34\x20\x58\x3c\x88\xfd\x69\xdf\x88\xe6\x5c\x40\x0a\x40\xfb\x98\xd2\xef\xb9\x16\xe2\x19\xd7\xdd\xdd\x6d\xd7\x1c\x80\xec\x46\x61\x3b\xdb\xdb\x4f\x99\xf6\x6e\x24\x11\x12\xc6\x3b\x6d\xbb\x01\xd7\x20\x8b\xcc\xa0\x26\x38\xbb\xa6\xbb\x0e\xe6\xbc\x12\xfd\x10\x2d\xec\x2e\x3c\x00\xcf\x0a\xfb\xec\x54\x75\x20\xc2\x30\x3b\xfc\x0c\xa2\x1c\x9d\x50\x8d\x81\x6d\x64\x5b\xbc\x16\xfa\xf2\xc9\x81\x1a\x61\x5e\xe9\x27\xdd\x6d\xd9\x0e\x3b\x1a\x8d\x46\xb9\xc6\x27\xa3\x85\x5c\xf4\x69\x8e\x83\x5a\x84\xeb\x8c\x6d\xe9\xdc\x4e\x68\x34\xfb\x84\x1a\xf5\x23\x00\xc3\xec\x54\xb6\xd8\xe3\xb4\xe0\x41\x82\x71\xcf\x2d\x03\x8d\x5a\x9f\x82\xb7\x7c\xeb\xa2\x5d\x6c\x99\x14\xb8\x2e\x47\x90\x53\x33\x22\x25\xe4\x6c\xaa\x71\xe3\xee\xc8\x68\x37\x02\x53\x33\xfe\xb4\x82\x66\xb8\x0e\x0d\xf1\x68\x25\xfb\xfb\x52\x34\xd7\x31\x15\xc1\x91\x76\x61\xd0\x45\xbb\xc0\xbb\xe9\x55\x23\xe7\x6e\x38\x77\x22\x29\xbd\xa3\x1e\xfb\x2e\xba\x6f\xd8\x77\xac\xb7\x73\xfc\x8d\x2e\xe8\xa6\x55\x03\x5d\xeb\xf8\x9b\x93\xde\xa6\x8b\x6e\xf2\xec\xaf\x5f\xfc\x90\x80\x46\x8b\xde\x96\x8b\xfd\x82\x6d\x91\x3c\xd6\x5f\x63\x99\xcd\xd8\xee\xb2\xdc\xfb\x45\xdf\x0e\x27\xa5\xb1\xdd\x2b\x1c\xde\xe0\x64\xa5\xdd\xdc\x3a\x96\xf5\x2f\xc2\x2c\x68\x9c\x27\x0a\xb5\x9d\x7a\x6a\x8b\x65\x6b\x7d\xa0\x49\x56\x38\x4d\x59\xc1\x3d\x91\x90\xc6\x15\x98\x1c\x9c\x5e\xb3\xc4\xd9\xdb\xef\x70\xe5\x58\x80\x3d\xd8\x68\x2c\xf9\x2c\x41\x7b\x61\xfa\xf0\xcd\x70\xda\xa6\xeb\xf0\xe3\xd9\x61\x3d\xd6\x33\xf7\x9a\x65\x94\x7c\x92\x8a\x8b\x94\x0e\xd2\xfc\x0a\x1f\x70\x03\xff\xb6\x54\x36\x81\xf6\xb5\x68\xd8\xfe\x8b\xe0\xf6\x24\xbd\x65\x33\x4f\xf8\xb1\x7c\x67\xc6\xb2\xe2\x4c\xdd\x23\x8b\xcb\x52\x09\x38\x71\x90\x92\x6f\x5f\xc9\xb9\x6c\x16\xb3\x72\x82\xf1\x78\x5f\x82\xd3\x08\x14\xbd\x6f\xc4\x65\x29\x97\x5e\xd3\xf1\x67\xe7\x10\x0a\x40\xb7\x66\x52\x5e\x64\x82\xc0\xea\x8d\x70\x39\xef\x80\x4d\xd8\x2c\x1d\x22\x1e\xcb\x37\xbc\xe6\xe7\xa2\x19\x46\x97\xdd\x30\x5c\x84\x61\x66\xc7\x3b\xb3\xd0\x20\xea\xa8\x24\xfd\x8c\x51\xf4\x60\xbf\x2f\x78\xcb\xdf\x2d\xe2\x64\x2f\xbe\xac\xf3\x4d\x15\x56\x89\x74\x42\x30\x02\x2c\x09\xd4\x3f\xe4\x81\x8f\x07\x8d\x08\x14\xa5\xbf\x27\x39\xb7\x43\xb9\x20\xa6\x21\x51\x85\x80\x04\xfc\x28\xe5\x85\x49\x86\xda\x08\xc8\x1e\x4f\xb3\xdc\xc9\xc6\x9f\x34\x67\x6f\x69\x04\xc3\xc7\x19\x05\x1e\xbe\x9f\x56\x9e\xbb\xa5\x12\x7e\x1e\x7d\x93\x39\x74\x9c\x2e\xe9\x60\x9c\x4e\x18\xcf\xde\xb2\x2e\xff\xbe\x14\xfb\x05\xdb\x31\x82\xe1\x52\x89\x0f\x62\xfa\x14\x27\xf7\x2c\x60\x15\x2e\xfc\x52\x8f\xc3\x85\x0f\xe4\x2a\x97\xc1\x94\xd4\xc7\x13\xb8\x1b\x85\xaf\x30\x8e\xc7\xb6\x7e\xa4\xe7\x67\x18\xf1\x26\x03\xcd\x55\x70\x39\xf2\xe8\x16\xc4\x03\x36\x28\xcd\x76\xdc\xd1\x7b\x1a\xe0\xfa\xb3\x7e\xf0\x13\x42\xec\x80\x20\x36\x11\xfd\x01\x9d\xbf\xe6\xbb\x2d\x8e\xee\xd0\x23\x6a\x57\x7e\xe0\x4d\x22\x4b\x25\xe8\x89\x76\x16\x2a\xbd\xae\x93\xb6\xba\x66\x62\xbe\xac\x78\x2b\x58\x51\x16\xa8\xaa\xdb\x2e\xca\xe2\x8d\x5c\xd6\x2d\x3b\x13\x33\x7e\x59\xca\x46\x83\xea\xa4\x11\xfd\xfe\x80\x48\x06\x9a\x3a\xda\x45\xb1\x5b\x6a\x85\x69\x62\xcd\x25\x6b\x48\xbe\xf6\xc9\xc4\x76\xe9\x3a\x43\x16\x97\xcc\xfa\xa3\x8b\x1e\x69\xe3\x0c\xc7\xb4\x81\xcb\xe4\x85\xfd\x10\x15\x40\xb0\x2f\xa3\x25\x6a\x2a\xe9\xfe\x26\x73\x08\x65\x7f\xbb\xce\x1b\x2e\x0e\xdc\x0c\xe7\xa5\x6a\x45\x63\x8e\x86\xe6\xf8\x83\x4d\xf7\xab\x48\x86\x41\x46\x9c\xac\xe9\x4e\x34\x89\xc6\x74\x10\xb4\xf7\x83\x0e\x6e\xa0\x60\x70\x30\xbc\x9f\xeb\x66\xa3\x01\xc6\x3b\x18\xaf\x64\x9d\x1b\x46\xba\x9a\x0f\xdc\xc8\x9e\xb8\x15\x6a\xcd\x2b\x8b\xb9\xe0\x98\x73\xa8\x59\xd6\x98\x9b\x96\xb7\x6c\xae\xf1\x72\x08\x4f\x1b\x70\xb7\x14\x50\xaa\x19\xaf\x0b\xbd\xeb\x4a\x68\xce\xa4\x15\xd5\xb5\x03\xb7\x3a\x2d\x0f\xde\x5d\xdb\xe2\xd3\x8c\x2f\x55\x5b\x5e\x8a\xad\x42\x20\x91\xb8\x1d\xb2\xa3\x13\xbb\xbf\x95\xb0\x59\x5e\x7f\xca\x90\x1e\x20\x65\x2e\xaa\x69\x42\xbf\xbd\xb9\xc3\x98\x01\x1d\xe1\x0e\x4b\xac\x26\xa9\x6b\xf3\x93\x01\xa0\x7f\x3e\xa1\xbb\x17\xe1\xcd\x19\x2c\xbd\x3d\x0c\xd1\xf0\x72\x49\xaf\x92\x8e\x56\x73\x94\xb0\x1b\xc0\xac\xd3\x5b\xa5\x95\xfa\x17\x9f\xcc\x5c\xda\x28\x7b\xc5\xa4\x7c\x39\xce\x66\xcb\x8e\x11\x6e\x24\xec\x9e\xd6\x2d\xfc\xa8\xdf\x37\xf0\xb4\x86\x6d\xc5\xab\x4d\x58\x5a\xac\x62\xee\x2b\xca\x20\x92\x05\xf3\xf7\xa8\x59\xb4\x71\xc4\x7d\xf8\x0a\x99\xdb\x06\x4a\xd3\x51\xd1\x97\x1a\xb9\xfb\x6e\x7b\x9b\xed\x15\x85\x79\x70\x08\x67\x38\xd5\x6a\x94\x53\x56\x8b\x89\x50\x8a\x37\xd7\xb1\x88\x4c\xb6\x3f\x3c\x75\xbc\x28\xde\x03\x40\xcb\x2d\xc5\x34\xc0\xf4\xee\xe4\xac\x94\x0b\x77\x5b\xa9\xe5\xae\xb2\x20\x1b\xea\x47\x11\x2f\xf9\x4e\x27\xbb\x67\x6e\x82\x74\x89\xcc\x49\xc8\x70\xeb\xe1\x14\x03\xf1\x1f\x23\x48\x0c\x1e\x90\x33\x79\x91\x2a\x0c\x56\x00\x38\x71\xfc\x7b\x54\xc9\xeb\x03\x5a\x5b\xd9\x9d\xba\xa8\x8b\x15\xaa\x97\x21\xdb\x00\xac\xcf\x34\x44\x39\x03\x60\x7b\x56\x73\xf7\xe4\x7c\xe6\x09\x4d\x44\x5d\x86\x59\xdd\xf1\x06\x62\xc1\x66\x1a\xe4\x3b\x33\xd9\x37\x21\x8f\x48\x78\xeb\xe0\x7b\x2e\x12\xbd\xc9\xd9\x63\x65\xc1\xcd\xc3\x3a\x78\xb0\xb1\xa9\x36\xc7\xcf\x7b\xfa\xb6\xc7\x20\x14\x8d\x0d\xe6\xa7\xc9\xc9\x4c\x54\x0b\x38\xb2\x46\x09\xe1\x45\xd3\x89\x6c\x1a\x01\x9c\x54\x23\x78\xc1\xe4\xb2\x05\xa7\x9f\xe4\x68\x69\xa2\xa6\x0b\x08\x61\x0b\xf3\x9a\x63\x81\xca\xa6\x36\xf7\xe3\x5d\xe1\x00\x10\x4f\xf7\x61\xb2\x76\x4f\x6f\x6e\x9f\xad\xc8\x79\x3e\x2b\xab\xa2\x11\xf5\x90\xa1\xe2\x2d\x5a\xbb\x5c\xc6\x49\x87\x6d\x09\x55\xb8\x45\xce\x34\xb9\x9d\x1c\xc4\x08\xa9\x6d\xe7\xf6\x9d\xd8\x51\x88\x87\x27\xe3\x10\xb3\x49\x85\x10\x31\xd3\x8a\xb9\xcc\xd9\xb9\xb3\x73\x7b\x2f\xaf\x18\xf4\x51\xa6\xd9\xda\xc3\x04\xf0\xc3\x34\x5e\x89\xe6\xeb\x8b\xe1\xa6\x42\xf2\x1d\x9c\x6c\xac\xf3\xc0\x06\x2e\x09\x19\x89\x3b\x3c\x96\xb6\xef\xec\xd1\xbc\x89\xf2\xee\x0e\x49\x4a\xd8\x14\xc4\x1d\xf2\xc0\xae\x4e\x9c\x9d\xf1\x11\xb9\xc3\xa1\x5f\x39\xa3\xf5\x52\x7c\x5e\x90\xcf\xf9\x71\xa0\xe3\x97\x73\xe1\xe8\xde\xa7\x9b\x63\x9a\x0e\x09\x31\xc9\xc9\xbf\x28\xa9\x6b\x11\xf8\xc7\xc3\x37\xaf\x11\xa6\xb5\x8e\x1a\x69\xd8\x37\x75\xe8\x0c\x1c\x94\x57\x0a\xc4\x29\x97\xe0\x05\x28\xfa\x46\xea\xc1\xa0\x1b\x6e\xc8\x53\xc4\xcf\x76\xfb\x9d\xfc\xcf\x60\x45\xda\x0b\x47\x41\x42\x39\x79\xc6\x15\x3a\xdd\x93\x8c\xf1\x26\x6f\xc4\xe0\xc9\x26\xd9\xe9\x2c\x20\x30\xd6\xda\x1f\x93\x30\x0c\x11\xfa\xac\x14\xe2\x93\xfb\x05\x9e\xba\x1a\x53\xcd\x02\xee\x07\xa5\xad\x6c\x79\x05\x8e\x09\x20\x5d\x90\xb1\xba\x9c\xa4\xc1\x0c\x20\x3d\xad\xef\x3c\xd9\xde\x3d\x35\x66\xcf\x0d\x39\x23\x69\x7f\x53\x3c\x70\x30\xac\x27\xa1\x2d\xf8\x49\xf8\xa0\x62\xc4\x67\xc2\x7f\x23\x39\xdb\xec\xb7\x30\x71\x58\xfc\x99\x7c\x4b\x4c\xe5\xf8\x59\xf3\x53\x88\x82\x1f\x44\x65\x53\xf9\x35\xa2\x22\xb6\x74\x4c\xd0\x89\x17\xe0\xc3\x87\x8c\xfc\x1c\xb5\xf2\xb5\xbc\x12\xcd\x73\xae\x84\x96\x2a\x77\x76\x58\xef\x97\xb3\x8a\xd7\x17\x3d\x22\xbc\x52\xf0\xfe\xef\x5d\xf2\x37\x04\xee\x9a\xca\x4a\x33\xc3\xb5\xd4\xd3\x14\x0d\xab\x65\x23\xa6\xa2\x69\x34\xd5\xd2\xfc\xeb\x01\x9f\x0a\x9b\x0e\xcc\xb0\xfa\x97\x70\x4d\xf3\xb3\xbf\xf1\xc9\x45\x59\x9f\x47\xe2\xae\xc9\x9d\xdb\x8a\xf9\x8f\x9e\x4c\xed\xc4\x89\xce\xc3\x67\xd0\xb5\x27\xe1\x28\x67\x11\x9a\xfe\x14\x4f\x28\x9c\x4b\xc7\x20\x67\x8e\xe9\x33\xe3\x53\x10\xdf\x11\x61\x4f\x4e\x67\xb1\x93\xcb\x66\x1e\xd6\x45\xf7\x07\x73\xb1\x44\xa7\x9e\x26\x7d\xf6\x5b\x7a\x13\xc8\x58\x41\x5e\xe8\x44\xd4\xb4\x9b\xea\x57\x29\xd1\x95\xd8\x05\xc1\x84\x8e\xeb\xc8\xc9\x4a\x25\x84\x96\x44\x20\x45\x2f\x18\xbd\xa2\xb9\x18\x43\x80\xe6\xb8\x52\xea\x06\x62\x0a\x12\x08\xc6\x8d\xf7\x3a\x83\xb4\xaa\xc6\xa5\xdb\x6a\x12\x04\x75\xb0\x64\x65\xcd\x4a\x40\x98\x33\xc1\x78\x51\xa0\x1e\x2c\xe2\x04\xfc\xba\x44\xbd\x92\x95\xc0\xb9\xa7\xa3\xc2\x74\xcc\x45\x98\xb3\xaf\x43\x6a\xda\x2f\xd4\x7a\xc1\x09\xc9\x5c\x2c\xb2\xfb\x17\x53\xd1\x9a\xed\x76\x8e\x2c\x55\x42\x30\x8a\xe0\x47\x29\x8b\x64\x9d\xfa\x07\x51\x72\x17\x5e\x14\x10\x73\x07\x09\xa6\x47\x69\x9a\xd5\x65\x03\x86\x6b\xbf\x50\x84\xfa\x87\x4a\x29\x0b\xe6\xa9\x4f\x73\x09\x3f\x09\x97\x42\xd0\xca\x24\x08\x25\x5f\x6e\xe3\xce\x76\x6e\xd2\xde\x6f\xdd\xb1\xdb\xb9\xb1\x7f\xd1\x4c\xa1\x8c\xdd\x18\xe4\xf5\x27\x7c\x9c\x30\x17\x83\x31\xfb\xbf\x0e\xfe\x75\x64\xbd\x7a\x76\x9e\xf9\xd1\x9b\x41\xf3\xf0\x37\x66\xb0\xed\x5a\xc4\xdb\x5c\x65\xb2\x4f\xd9\xf2\x78\x94\x49\xa5\x46\x4c\x77\x6e\x0c\x66\x00\x21\x4a\x6a\xcc\xa0\x0a\xac\xa3\xfe\x33\x29\x47\x1a\x6f\x6a\xe0\x8f\x4c\x2f\xd5\xce\x8d\x23\xe4\x49\x71\x3e\x29\x6f\x23\x65\x06\x92\xac\xc4\xce\xf1\x37\x9a\xfc\xe8\x0e\x8f\xbf\x89\x2b\x00\x7a\xcd\xb8\x5a\xc8\xc5\x72\x81\xa3\x22\x74\xfd\x33\xb1\x01\x24\xb0\xa1\xa9\xbd\x6d\x93\xa6\xbb\xcc\xe2\x12\xdc\x60\x99\x5b\x99\x9e\xa4\x3c\xf0\x85\x54\x65\xad\xf4\x6a\x65\x99\x0e\xf6\x1d\x7b\x9c\x6f\xa8\x44\xab\xca\x5f\xc5\xce\x4d\xc8\x8e\xe4\x2b\x7b\xe4\xcd\x5d\x19\x49\x9b\x7b\x3e\x8d\xa0\xff\xc0\x85\xdc\x66\xe3\xd5\x7f\x27\x9d\xb8\x64\xe6\x88\x6b\x84\x6f\xc9\x54\xf5\x0e\xaf\x61\x7d\xff\xbd\xab\x11\x78\x51\x66\x1a\xc1\xf7\xae\x46\x6f\x64\xb6\x8d\xfe\x9c\x69\x62\x1c\x1c\x33\xf8\x41\x21\x58\x2f\xca\x6e\x94\x78\x16\x83\x7e\x1a\xb3\x85\x71\x05\xe6\x15\x0b\x1f\xdc\x99\xa4\x9f\x92\xd1\xe2\x1d\x81\x35\x33\x85\xfe\xb0\xd1\x83\x97\x83\xa2\xb1\x73\xe7\x06\xfe\x93\x29\x8e\xf3\xf3\xef\xdc\x04\xec\x31\x64\xeb\x25\xfe\xc6\xbb\xc1\xaf\x55\x87\xc6\x73\xd4\x00\x12\xfe\xca\xf5\xef\x39\xde\x9d\x1b\xf2\x23\x53\x35\x64\x84\x81\xbc\x93\xdf\xdd\x0d\x82\xda\x1d\x55\x63\xd7\x4e\x8b\x53\xf1\xf7\x4c\x53\x9b\xba\x3c\x4f\xc9\xb7\x13\x5c\xb9\xa1\x39\xb3\xf7\xc2\x2b\x3d\x66\x4e\x86\xab\x9e\x02\xc6\xe4\xe0\xe9\x36\x0f\x3a\xa3\xe5\x4f\x89\x74\xec\x2a\x75\x27\x9c\xfe\x7a\x3e\xaf\xf4\x7e\x72\xb6\xad\xdd\xfc\xe7\x71\xc6\x43\xf6\xf8\x77\xf3\x7d\xdf\xc8\xef\x3d\xef\xf3\xbe\xb1\xc7\x74\x76\xd3\xf5\x44\xa2\x7d\xf7\xa6\x86\x4c\xa0\xa8\xc8\xf2\xb8\x3f\x4d\x18\xc6\x52\xb1\xf3\xf2\x52\xd4\x43\xca\x26\xef\x17\xce\x4d\x91\x2b\x55\x9e\xd7\x31\x9f\x0c\xb5\x0e\x16\x3c\x64\xdb\x52\x66\xd4\x33\x72\xc0\x9a\x97\x85\xe3\x42\x62\xfe\xf4\x36\xcb\x1e\x04\x89\xdb\xa3\x36\x24\x87\xb1\x06\x6e\x91\x93\x8d\x6d\xe6\xfe\xfb\xe9\xbe\xfd\x29\xba\x73\xc6\x54\xdd\x65\x1c\x38\x93\x3c\x9b\xca\x95\xb8\x87\x64\x69\x79\xe6\x8d\xd9\x8a\x7c\xc6\xee\x2d\x69\x10\x7f\x2d\x9d\xcc\xd3\x55\xc3\xe8\x18\x03\xea\x9a\x22\x75\x74\x54\xf3\x07\xae\xc4\x0a\xbd\x74\xae\xd3\x67\x4e\xcf\x35\x95\xcd\x15\x6f\x8a\x0f\x62\x0a\xef\xd3\xf4\xa9\x7c\x51\x5e\x9a\x83\xd9\xbd\x78\xc7\xf5\xb3\x7e\xdf\xe4\xee\x6f\xc4\xd4\x23\xfb\x3d\x79\x1d\x97\x4d\xd4\xac\x06\xbe\xfb\x0c\x17\x75\xcc\x7c\xb8\xc0\xbf\xd0\x02\x72\xfc\xb2\x8a\xf2\x38\xa6\x1a\x79\x65\x6a\xfb\xbb\xb1\x41\xf1\xee\xdf\xf1\x80\xfa\xc7\x9a\xd3\x87\x67\x2f\xcf\x7d\x9b\x98\xaa\xb7\x28\x21\x68\xc6\xff\x59\x78\x64\xf3\xcd\xcc\x13\xd5\x5b\x77\x67\x91\x33\x08\x2a\x74\xfd\x7f\x19\x0c\x19\x99\x48\xef\x30\xd8\x1d\xd6\xcb\x54\xe9\xdd\x55\xfb\xee\xdf\x80\x77\x1f\x94\x34\xac\x79\x0e\x7f\x57\x00\x48\x5e\xa6\x6e\xfc\x12\xf6\x3e\xa4\x61\x05\x55\x08\xa9\xc6\x46\xa4\x61\xd5\xb1\xbd\xc7\x91\xa5\x0f\x49\xbf\x32\xb1\xd3\x07\x3a\xb3\x2f\x43\xbf\xc7\xe1\xcb\xd1\x63\x88\x02\x8a\x8f\x47\xa3\x76\x10\xe7\x33\x7c\x3b\xda\x11\xbb\x7d\x03\x02\xb8\x49\x4a\xf9\xa8\x13\x68\xb8\xc9\x0d\x92\x89\xfb\x6c\x93\xe6\x06\x30\xee\x45\xb8\x35\xbf\x60\xf8\x0a\xd0\xdc\xaf\xdc\x95\x4c\xd8\xe7\x28\xa0\xc0\x17\xd2\xd5\x1c\x59\xeb\x22\x9b\xc7\xd6\xcd\x16\x03\x4b\xfa\x28\x06\x8d\xbc\x62\xb5\xb8\x62\x2f\x9b\x46\x36\xfd\x1e\x86\xed\x2f\x15\x61\x2c\x65\x03\x1c\xc0\xa8\x17\x30\xaa\x1a\x58\xd0\x73\x64\x56\xa8\xb3\xa4\x39\x08\x8e\x19\x1b\x38\x5c\x40\xea\xa3\x9a\x12\xd3\x5c\xa8\xca\x9a\x92\xcd\x93\xd0\xea\x91\x33\xec\x7b\xd0\x16\xd6\xaa\x64\x5b\x5f\x3b\x27\x7f\x1c\x2e\xf0\x24\x8c\x4c\x90\x1f\xd5\xef\x9b\xb4\xff\xc4\x3b\x37\xdc\xf1\xc2\xd0\xed\xce\x40\x4b\x4d\x2c\xb6\xc7\x98\xba\x82\x1a\x6d\xf5\xa7\x9f\xc4\xf5\x73\x59\x98\xf2\x2e\x4d\xad\x29\x0c\x2d\xbc\xfa\xdb\x9e\xba\xae\x27\xf0\x17\x48\x1b\x7f\x69\xe4\x72\x61\x7b\x02\xd3\xf4\xbd\xad\xbc\x1b\x5b\x44\x6f\x36\x0e\x24\xdf\x09\xb1\x2b\xaf\xc8\x57\xb5\x18\x0f\x69\x60\x5a\xbd\xc6\x1f\x64\x95\x79\xa3\x7f\x07\x33\x72\x34\xd3\x14\x96\xbd\x28\x7e\x0b\x7b\x7a\x77\xdc\x80\x15\xeb\xdc\x75\x95\x64\xd2\x3f\xdc\x71\xb3\xee\x68\xd9\xfe\x3d\x82\x1f\x74\x26\xfc\x20\xc8\x7a\xd0\xf2\x56\xb0\x1b\x92\x9a\xe1\x50\x2e\x27\xb3\xfd\xa2\x12\x2f\x44\xc5\xaf\xd9\x0e\xfb\xe7\x47\x8f\x9e\xb0\xed\x6f\xd9\x5c\x81\xc3\xcc\x4a\x9b\x3c\x81\x7c\x67\xc3\x3c\x89\x58\x35\x8e\xe4\x93\xd0\x0c\x5f\x71\xd5\xc2\x28\x0f\xcb\xb9\x90\xcb\x76\xbf\xd0\xf2\xe8\xfc\x4c\x34\x89\xf7\xbe\x6b\xb3\x68\xe4\x44\x28\x55\xd6\xe7\xd0\xd2\x05\x3f\xb8\xa7\x81\x9f\x6b\xb2\x33\x46\xea\x13\x82\x10\x26\x0d\xb7\x27\x47\xff\x0e\x9d\x03\xbe\x5e\x60\x0b\xcb\x52\x80\x42\x42\xaf\x16\xdb\x01\xd6\x02\x56\x8e\xc4\xb6\xb0\x75\x70\xf9\x4c\x25\xbf\x86\x9d\x51\x30\x9c\xd2\xf6\x85\xf1\xa6\xf7\xae\x0c\x9a\x1b\x41\xa0\x04\xb3\xd8\xc3\x87\xac\x27\x6b\x93\x33\xbd\x90\x57\x75\xcf\x86\x87\x0f\xea\x25\x76\x48\x1c\xd8\x48\xd6\x29\xcc\xa1\xcb\x4c\x0f\xf0\x86\x4e\x7d\xfd\x1e\xbf\xbe\x90\x57\xf5\x10\x56\x3b\x54\x48\xe5\x27\xf2\xb1\xac\xaa\x9f\xeb\x39\xce\xc5\xe8\xcb\x6e\x92\x65\x04\x29\x4f\x2a\xd1\xcf\x2d\x5f\x54\x78\x9b\xf5\xf8\x08\x6d\x6a\x9f\x81\x9f\xfb\x87\xf7\x02\x89\x0d\x11\x1b\xb8\x76\x74\xf8\x61\x6c\xee\xac\x70\x7c\x2f\x23\xff\x7f\x50\x93\xbe\x95\x43\x56\x38\x4d\xb0\xaf\x69\xf9\x3f\xce\xdb\xb4\xbb\x8c\xd8\x81\xfd\x7a\x8d\x75\x8f\xea\x45\x33\x46\x6a\x5e\x5f\xaf\xb1\x4b\x3f\x2d\xca\xcb\xe3\xc0\x26\x10\x3d\x70\xb6\xe3\xf1\x60\x8f\x7a\x51\x95\xde\x49\x64\x56\x00\x25\x52\x7f\xc5\x5d\x09\x37\x42\x86\xf0\xed\xd0\x9c\x82\xb1\xb1\x02\x8c\xc1\x37\x19\xfe\x30\x6b\xe9\x04\xdb\x28\x44\xb6\x34\xa6\x33\xfd\xe1\xb5\xfe\x1d\x55\xcc\x6b\xb6\xc2\xe0\x95\x39\xd8\x77\xb2\xbb\xfe\x86\xc6\xe6\xc8\x04\xae\x49\x78\x76\xb8\xde\x07\x63\xe7\x66\xad\xb3\x89\xfd\xb7\xd2\xe9\x84\xc2\xbf\xbf\xf3\x89\xfd\x97\xa2\x59\xa7\x27\x8a\xfd\x97\x5d\x65\x13\x7b\xcf\xec\xba\xcb\xc2\xc0\x3e\x7f\xc6\xd9\x98\xf2\x5c\xd3\xbb\x1b\xec\xef\x60\xae\xdf\xc4\xd0\x6d\x42\xbe\xe6\x5b\x1a\x6b\x77\xbc\x6e\x49\x68\xa2\xdd\xe4\xd3\xe8\xac\xac\x0b\x38\x6e\x43\x76\xc3\x8c\xf1\x71\x68\xa3\x06\x1a\x8e\x4d\xdf\xad\x98\x6c\xc3\xfc\x60\xb7\x03\xba\x61\x61\xbf\xf9\x21\xae\xb0\xad\x77\x4d\xcd\x19\xd8\x33\xf6\xf4\xa4\x72\xe0\x55\x60\xde\xdb\x77\xb9\x16\xc8\x1a\xb8\xe8\x83\x96\x37\xad\x87\xee\xbf\x45\xd5\x5b\x7e\xb6\x8f\x76\xef\x47\xb7\x19\x82\x58\xaa\x2d\x87\x13\xdd\x87\x4c\x93\x28\x72\x27\x21\x0e\x1a\x44\x8e\xca\x22\xa2\x19\xd9\x7c\x03\x8b\xef\x01\x89\xe3\x8f\xa4\xd1\x58\x0f\x09\x9b\x63\xf8\x9b\x90\x47\x79\x30\x74\xdc\xc9\x83\xf8\xac\xa4\x3d\x18\x41\x38\x4b\xbf\xd2\xda\x1a\xea\xba\xc1\xc4\x47\x7a\x25\xd4\xaf\x67\xd7\xa6\x46\x6a\x16\x90\x89\x8c\x4d\x7b\x75\x98\xb8\xdf\x3f\xe6\xd6\xbd\xfd\x73\x34\xbb\x22\x2e\x47\xf8\x66\x5b\x5f\x23\x56\x69\x35\x12\x51\x9c\xb9\xfc\xf1\xe9\x7b\x5b\x34\x63\xe2\x72\x64\x5c\x69\x5f\xa0\x73\x6d\x3f\x28\x53\xad\x04\x06\x85\x9f\xc3\x00\x3c\xb3\xc3\x44\xa5\xc4\x6f\x10\x37\xec\xeb\xf8\x14\x10\xe6\xa2\xcb\x5b\xe0\x3f\xcd\xed\x5f\xc7\xdc\x1e\x68\x13\x3a\xc9\x98\xc1\x5c\x08\x66\x9a\x11\xde\x87\x5f\x78\x24\x26\xc4\x6a\x9a\x51\x9f\xd9\x80\xba\x9a\x58\x59\xed\x8c\xf9\x16\x90\xd1\x38\x11\x97\xa5\xa9\xe1\xf7\xf8\x79\xc2\x17\xbd\x06\x58\xed\x65\x12\x4b\x87\xdd\xd1\x34\xa9\x2f\xee\x85\xb8\x1e\x3b\x46\x93\x3e\x0a\x30\x21\x0f\x72\x6c\xac\xe3\x9a\xf2\xa1\x84\xef\x9e\x61\x94\x81\xbb\xf1\x5c\x98\x91\xd4\x34\x38\x7e\x0b\x41\xcd\xd1\xb3\x54\x7c\x6a\x5d\xdf\x41\xa5\x28\x3a\x3d\x3a\x21\x06\x61\xe9\xd3\xa1\x6d\x9c\x5a\xd4\x21\xcc\x38\xc9\xb9\x12\x27\x78\x9f\x70\x74\x83\x33\x43\xb0\x3f\xbd\xbe\xc1\xe7\xa4\x0c\x19\x51\x0f\x21\x28\x9f\x44\xa5\xe5\x04\x0d\x13\xca\xb6\xb7\xbf\x89\x9e\x01\x71\x08\x73\x17\x40\x25\xfa\xc9\xef\x30\x3c\x15\x84\x72\xfd\xa7\xfb\xde\x4b\x18\x9b\xde\x98\x4d\x79\xa5\x44\xe2\x8f\x9d\xbc\x38\x40\x78\xce\x4a\x9c\x28\x1b\x3a\x44\x5e\xb4\xb7\x80\xff\x5b\x68\x65\xe9\x93\xb7\x0c\xb1\x51\x26\x90\x72\x57\xba\x4d\x66\x38\x35\x98\x4f\xc0\x1d\x78\x1f\xc9\xd4\xfd\x6e\x03\x17\xc9\x4e\xe7\xc8\xdf\xc4\x2d\x72\x8d\x43\xa4\x75\x24\x0c\x37\x82\x54\xd9\x26\x9e\x7b\xb8\xae\x79\xb6\x27\x25\xd4\x94\x1b\xcc\x92\x96\x88\xde\x65\xb3\xd5\xef\x50\xed\xdc\x68\x53\x13\xd4\xe7\xcf\x9b\x5a\xab\x42\x83\xec\xd3\xd8\xd6\x13\xd8\x70\x41\x75\x90\x40\xb8\x65\xdb\xcf\xd6\x2d\x05\x61\x75\x37\xbb\xb0\xd6\xdd\x3b\x99\x1b\x6d\x03\xfe\x2e\x73\x4d\x65\x35\x3e\xd9\xdb\xc8\x11\x9d\xaf\xf0\x44\xad\x53\xc1\x49\x0a\x40\x9f\xec\xbe\xff\x06\x6f\xd4\xee\x7a\xfb\x19\xe1\x71\xec\xfd\xb6\x27\xb9\xe7\x74\xab\xaf\xc3\x54\xc1\x9c\x5e\x14\xc1\x74\x42\x11\x1b\x2f\x2b\xf2\x89\xd6\xb3\xe9\x75\xa3\xba\xc1\x67\x5f\x5f\xf7\x14\x58\x47\xf2\xf7\x7b\x4c\xc2\x3d\x6d\x0d\x9e\xe9\x24\xf4\xd8\x3c\x6b\x43\xac\xcf\x3c\x6e\xc3\x82\xf0\x71\x5b\x17\xf9\x1e\x92\x5e\x88\xf6\x82\xea\x43\xc6\x2c\xaf\x0f\x89\xd2\xea\x50\x45\xc8\xf8\xae\x8a\x0f\xe4\x67\xf2\x1a\x28\x03\x58\x23\xed\x78\x85\x8b\x70\x38\x6b\xcd\xe5\x87\x17\x40\x80\xfd\xe1\x70\x42\x69\x67\xf5\x30\xde\xc8\x4b\x91\x59\x11\xfd\x39\x5a\x90\xb5\x57\xb8\xaf\x94\x46\x4f\xec\x8d\x33\x3a\xb7\xae\xba\x54\xf5\x86\xfa\x0c\x93\xfd\x25\x42\xc2\xdb\xdf\x83\x77\x20\x58\xbc\x31\x6f\x70\x97\xc7\x14\xbf\x15\x8b\xe0\x6f\xf3\x94\x2d\xd9\xe8\x55\xc3\x1d\xde\x33\x6c\xf4\x92\xe1\x5e\x6f\x18\xbe\x36\xd3\xd1\xa1\x04\xfd\x07\x8e\xcb\xdf\xa9\x43\x25\x4e\x89\x46\x91\xea\x75\x12\xb7\x18\x50\x3c\xb5\xe2\xe6\x55\x1f\x1d\x8b\x03\x19\xcf\xfe\x71\x57\xc6\x07\x4e\xbf\xff\x3c\x89\xb6\xf8\x1f\x35\x3e\xfc\xff\x1a\x04\xb0\x17\xc0\x3f\xea\xaa\x7c\xc9\xe6\x4f\xfe\x5d\xa5\xa8\xc8\x98\x2e\x77\xd3\x49\xb3\x71\x92\x3e\x60\xb0\x59\xfe\x00\xeb\xa7\x13\xa9\x68\x37\x5a\x18\xf6\xf9\x8b\xd5\xd4\x71\xbf\x1b\xa9\xa3\x5c\x54\x08\x9a\x34\xd9\xa8\x3e\x7c\xd2\x64\xb7\xb8\x78\xbf\xc7\x46\x72\xef\x0f\x13\x39\x43\x45\xe2\x73\x02\x68\xdd\xdb\x2a\x0f\x3e\x9e\x1c\x01\x95\xa8\xc4\xd7\xa8\xa7\x1d\xfa\x7a\xab\x52\xb8\x45\xf0\x7d\x93\xf5\xef\xf4\x03\x7a\xd0\xdf\xc8\x13\x28\xd1\xee\x63\x18\x44\xe8\x7f\xaf\x2e\x8c\x93\x0f\x8c\xa4\xbf\x7e\x3a\xc4\x27\xc8\xce\x87\x42\xc8\x0f\x5f\x5c\x8e\xcc\x38\x0f\xaf\x17\x02\xe3\x7e\xb4\xba\xff\xde\xfd\x06\xb7\x91\x11\x62\x7f\x3e\x17\x45\xc9\x5b\x91\xb5\x46\x64\xa7\xb7\xb2\xf3\x35\x1b\xc7\x3e\x87\x0b\x11\x1f\x1f\x59\x1f\xf2\xc5\xaa\x03\x02\x15\x02\x12\x73\xc8\x17\xf1\x8e\x58\xa3\xc1\x95\x60\xbc\x6a\x04\x2f\xae\xd9\x4c\xcb\x37\xbc\x66\xe2\x53\xa9\x20\x51\x62\x8b\x6e\x85\x36\xdc\xf9\xc2\x06\x66\x86\x15\xdf\x36\x1b\xc1\x60\xf1\x1c\xc8\x09\xaf\x27\xa2\xc2\xe0\xbf\xb6\xbd\x92\xba\x9b\x09\xaf\xc1\x21\x87\x83\x4b\x9b\xac\x21\x54\x7d\x80\x96\xa9\x3f\x63\xea\x0b\x03\x3e\x5f\x93\x4a\xf0\xc6\x54\xea\x6e\xfb\x24\x6c\x9a\xd6\x60\x3b\x91\x97\xa4\x5b\x9b\x3c\x79\xd8\x01\x31\x24\xf0\x33\xcb\x02\xa5\x43\x55\xa2\xb5\x03\x8d\xc2\x9f\x76\xf5\x01\x6c\xfb\xbd\xc6\x3e\x8c\x7c\x56\x1d\x2b\x7c\xd7\x77\x89\x89\xcb\xfa\x7f\x8c\x20\x63\x7a\x0e\x4e\x83\xfe\xbb\x3a\x90\xff\x6f\x11\x87\xec\x9e\xee\xce\x67\x6d\xdd\x11\x84\x2c\x54\x85\xfc\x67\x10\xb2\x7f\x1c\xf7\xd3\xdf\x27\x08\x59\x46\xc9\xfb\x3b\x05\x27\x33\x8a\x5f\x6f\x5e\xb3\x29\x02\x8d\x7b\x70\x18\xf7\x9d\xd2\x8d\x4c\x10\x2d\x6f\xc5\xb3\x50\x76\x3c\x68\x88\x1c\xee\xac\xda\x3e\x33\x04\xf0\x22\x40\x57\x76\x72\xd4\x26\xd3\xcd\xdd\xe2\x8d\x25\x91\xbd\x5e\x63\xba\xee\xb5\x41\xbe\xa8\x8e\xd7\x5f\x09\x2e\x2a\xd3\x97\xa9\x78\xb3\x98\x9e\x7d\x40\x65\x15\x3d\xc0\x74\xbc\x90\x90\x69\x8b\x9b\x30\xc7\x4e\x38\xf0\xa9\x5b\x4c\x50\x68\xa3\xdf\x53\x12\x19\x94\x52\xef\xb1\x3f\x28\x08\xaf\x10\x95\x68\x45\xc7\x0c\x9d\xe0\x91\xb1\x11\x98\xdd\xc2\x40\x76\xfa\xef\xcf\x9f\xe9\x46\x3e\xf9\x77\xe0\xb5\xfc\x1f\x21\x10\x59\x7e\x63\xef\x10\x93\x4c\x8f\xed\x87\x08\x27\xa9\xa1\x23\x6f\xb7\x69\xa4\x6c\x09\x1d\x8b\x0d\x45\x29\x59\xb3\x5e\x8b\xe3\xf8\x64\xaf\x0d\x0b\x44\x60\xac\x37\x7f\xc4\x95\x8d\xe1\x23\x1f\xef\x28\xae\xfc\x25\xc6\x8c\x2f\x35\x65\xac\x37\x64\xf8\xfb\xab\x11\x53\x63\xb6\xd2\x7f\xfa\x4b\xb0\x6c\x2b\xeb\x25\x02\x7f\x7b\xbf\x05\xef\xda\x6d\xa2\xc9\x21\x7d\x0c\xcb\x37\x8c\x39\xe7\xac\x19\xc6\x81\xba\x97\x6c\x29\x0d\x22\x16\x35\xb2\xd7\x64\xda\xe8\x6e\x1e\xdd\x11\x58\xeb\x86\xdc\x1b\xe7\x19\x05\xf6\x1d\x79\x5d\xdb\xa3\x2e\xc8\xbd\x71\x17\xf3\xd0\x0b\x7c\xd6\x7b\x6b\xcc\x9b\x3d\xea\x49\xdd\x1b\x7b\xc4\xe8\x7b\x62\xaa\xe5\x7b\x1b\x98\x0d\x6a\x9e\xc9\x4f\x3d\xab\xf3\x49\xab\x34\xbc\x28\x65\x6f\xc0\x1e\x3e\x74\x97\x2e\xdb\x65\x0f\x1e\xf8\xdb\xb6\x7b\x41\x30\x03\x97\x5b\xe7\x14\x78\xef\x8e\x60\xf5\x15\xe0\x61\x79\x8f\xa1\xfb\xc7\x46\x83\x68\x08\xd6\x6a\xab\xff\x4e\xec\x60\xff\xd8\x11\x38\xef\xf7\x3a\xe5\x8e\xd1\x15\xef\xf3\x84\xe5\x8e\x71\x16\xad\x99\x90\x44\x3a\x3c\x6b\xeb\x5b\x62\x36\x8c\x6f\x97\x5b\x67\xd0\x8a\x2f\x8e\xdb\x7c\x50\xc5\xc8\x55\x7b\x6d\x20\xb7\xbb\x86\x71\x5b\x11\xc4\x6d\xc3\x10\x6e\x2b\x03\xb8\xfd\x66\xe1\xdb\x36\x08\xde\xb6\x71\xe8\xb6\x3b\x06\x6e\xdb\x38\x6c\xdb\xbd\x83\xb6\xad\x0a\xd9\x16\x07\x6c\xfb\xcd\xdc\xda\x03\x63\x2a\xbb\xaf\x67\xfb\x7f\xba\x38\x7f\x4d\x17\xe7\xaf\xec\xa2\x7e\xd6\xd6\x49\xcc\x3b\xfa\x2d\x17\xf0\xee\x6e\x2a\x44\xa3\x56\x7a\x53\xd6\xe5\x1c\x45\xff\xf8\xfd\x7e\x57\xcc\x20\x5d\xd7\x28\x0d\x22\xad\x90\xf9\xfa\x34\x06\xfa\xac\x7f\x73\x9b\x89\x19\xa6\x79\xc0\x00\x16\x51\xbf\x9a\xd5\x70\x89\xdf\x4c\xa5\x3e\x69\x70\xaf\xe4\x0c\xa9\xb6\x03\xcc\x14\x5d\xaa\xcb\x24\x0a\xc3\x0d\x7b\x51\x36\x62\x82\xb1\x7a\x7f\x2c\x93\xe4\x23\x13\x39\x9f\xcb\x7a\x3b\xaa\x14\x00\x78\xa5\x99\xb9\xff\x2e\x6b\x31\xf4\x7f\xba\xfa\xe4\xdb\x21\x3f\x3b\x23\x3c\x5f\xac\xf5\x73\xf5\xe2\x68\x26\x45\x79\xb9\x3e\x94\x89\x9a\xf1\xaa\x92\x57\xcf\xe5\x7c\xc1\x1b\x11\xc5\x27\xc1\x33\x09\x7f\xa6\x21\xe3\xf0\xb3\x72\x90\x5f\x95\x8d\x6a\x5f\x59\x06\xd5\x7e\x7d\xcd\x33\x1f\x3f\x1c\xbe\x4e\xe3\xa8\x60\x1e\xee\x8f\x0d\x5f\x40\x7d\xf8\x56\xaa\xfd\x77\x07\xe6\xaf\x37\x7c\xd2\x19\x52\xe5\x5c\xa0\xd7\xc9\xc7\xb2\x9d\x19\xe3\x90\x1b\xd7\x0b\x39\x59\x9a\x80\x71\x9b\xe4\x98\x8c\x74\xc7\x9d\x5a\xe6\xce\x34\x37\xeb\x35\xc8\x7a\xc5\x97\x31\xc2\x98\xaf\x1b\xeb\x9a\xd7\x04\x78\xd1\x93\xef\x8c\x73\x31\x4c\x4b\x3b\x0b\x30\x6e\x7d\x10\x54\xac\x53\x5d\x9c\x99\xec\x44\xd6\x13\x8e\xb1\xab\x0e\x44\x0b\x1b\x94\x53\x5d\xeb\x0a\x65\x7d\x9e\xe8\xf8\x5b\x31\x4f\x62\x6d\x6d\x14\x87\xe6\x18\x73\xef\x21\xed\x1d\x9a\x5f\x36\x19\xa2\xfd\xed\x31\x7d\xa9\xc4\x47\xde\xd4\x65\x7d\xee\x0a\x4d\x96\x98\x10\x42\x47\x32\x54\xbf\x3a\xeb\x33\xa0\x42\xf6\x4a\xb5\x90\xb5\x2a\x2f\xc5\x1b\x59\x88\x21\x0b\x7f\x47\x4b\x13\x16\x06\xa0\x28\xd5\xec\x42\x47\x52\xa7\x23\xbd\xa9\x9e\x5a\xe4\x2d\x4b\x22\xb6\x75\xa8\x85\xa3\xef\xaf\x4b\xd5\x76\x36\x82\x1d\x5c\x5d\xda\xd9\x19\x72\xd1\xb6\xf1\xc6\xe4\xd9\x1a\x4b\x1c\x71\xcc\x21\x5d\x8e\x72\x76\x47\xd7\x19\xc6\xc3\xcb\x05\xde\xb9\x53\xdc\x1d\x9c\x9b\x37\xcc\x85\x91\xdd\xde\x35\xef\xce\xfe\x26\x26\x77\xc9\x6a\x65\x68\x08\x8c\xa1\x6e\xc9\xb2\x67\x8b\xe2\xe5\x48\x29\x90\x85\xfb\x1e\x2d\x9f\xa2\xb0\xe7\x78\xed\xe9\xed\x0e\x12\x14\x8e\x2a\x5f\xbc\x3a\x7a\x50\xe7\x66\xbf\x97\x8b\xe5\xe2\x83\x50\xad\x6c\x04\xec\xed\x7b\xde\xf0\x79\x3c\x4d\xa8\x75\xd7\xe8\xa8\x9d\x08\x9d\xc7\x66\xb4\x80\x79\xf0\xc9\x1c\xee\xd8\xe1\xc6\x0b\x67\x63\xb2\x6e\x6f\x43\x2e\x6d\x9b\x0a\x25\xac\x0e\xd1\xf4\x8c\x32\x14\x3c\x09\x6a\x89\xee\x69\xa0\xb4\x3e\x13\xfc\x62\x68\x14\xd3\xd8\xda\xb8\x9d\xb3\xc2\x32\x27\x9a\x99\x6f\xca\xf3\x59\x0b\x0d\x5a\xb9\x18\xd9\xc9\xbe\x78\xf9\x6a\xef\xe7\xd7\x87\xbf\xbc\xff\xf0\xee\xfd\xc1\x98\xbd\xe7\x4d\x5b\xf2\x2a\x9e\x8e\x0b\x1a\x09\xb4\xc7\x78\xc6\x1d\x9d\x10\x36\x00\xb6\xef\x5d\x0d\xe1\x71\x88\x35\xee\x9c\x2f\x0e\x16\x7c\x22\xc6\xec\xd1\x10\x59\x9c\x80\xbd\x1a\xc7\x4c\xd9\xe8\x4c\xb6\xad\x9c\xef\x2d\x5b\xf9\xb2\x38\x47\x18\x7a\x7e\x1f\x4d\x50\xba\x3f\x0d\x91\x75\xcc\xa6\x0b\x37\x6c\x00\xc4\xc5\xeb\xdb\x81\x76\xbf\xf3\x30\x29\x2a\x77\xc7\x2e\xf4\x0d\xdc\x1c\xbb\x63\x73\x85\x20\x7f\x6e\x02\x2a\xa6\x30\x8e\x4e\x02\x79\x80\xa4\x5f\x6b\xad\xfc\x60\x7b\x30\x89\x16\x7c\xda\xc6\xfb\x47\x5f\xc4\x6d\xdf\x49\x9f\x22\x58\x95\x25\xfd\x36\xc2\xda\xf6\x05\x9a\xfe\x41\x42\x32\xc2\xef\xc8\x1e\x2a\x2f\x45\xd3\x94\x05\xb8\x50\xa9\x31\x1c\x54\x39\x75\x9d\x1e\x9d\x38\x6d\xd8\x54\x36\xac\x8f\x6d\xd4\xf2\x0c\x38\x1d\x5b\x91\xa8\xb9\x74\x37\xa6\x78\xb4\x80\xcc\x3f\x6f\x9c\x7c\xb5\xa7\x40\x97\x6d\xfd\xea\xc8\xcb\x82\xed\x6d\xf6\x4a\x36\x1a\xee\x16\xf6\x8c\x6f\xa2\x6b\x21\x0a\xc6\x6b\x3b\xc6\x42\xd4\x66\xa5\x87\x18\x85\x6c\x22\x16\x2d\x3b\x35\xea\xff\x53\x0f\xce\x3b\xf7\x18\x67\xb8\xd1\x68\x64\x78\x3e\xc3\xa1\xed\xd8\x39\xb8\xe9\x81\xb2\x83\xae\xc5\x68\xb1\x54\xb3\x7e\x10\xbc\x21\x04\x13\x84\xb6\x70\x36\x88\x73\xd1\xbe\xc3\xbf\x35\x23\xf5\xce\x40\xc4\x39\xf7\xdd\x80\x70\x1a\x03\x02\xe2\xd6\x7b\xd8\x98\x37\xd9\x37\x2b\x07\x66\xc6\x4f\x5a\xe5\xf5\x83\x41\x53\xe2\xc2\xe2\x13\x26\x7e\x30\x99\xfd\xf5\x11\xd6\xfb\xc7\x59\x55\x6a\xc4\x98\x32\x20\x29\xb8\x21\x13\x5e\x83\x9d\x9a\x97\x35\xe3\xcc\x6a\x8f\x3b\x12\x8a\x4f\x78\xbd\x57\x5f\xdb\x63\x83\xec\x79\xdf\xd0\x90\xec\xb9\x1a\x78\x6b\x2e\x15\x29\xa1\xc9\x48\xc9\x39\x5a\x68\x23\xf7\xb5\xe0\x15\x67\xea\x5e\x48\xbc\x8b\x68\x88\xa3\xfd\x29\x10\x4e\x80\x57\x2a\xc6\x99\xb2\xd2\x1c\x4c\x0a\x16\xa0\xbe\xd6\xb3\xb7\xd5\x14\x3a\xf0\x09\x5b\x13\xd7\x42\x57\x1e\x45\x83\x31\x15\x02\x65\x70\xf0\x71\x44\x66\xa4\x3c\xed\xd2\x13\x23\x3f\xdd\xa4\x40\x65\x0e\x11\xbe\x36\x9b\x9e\x29\xf2\x3e\x4f\x98\x15\xd1\xdf\xa3\x6f\xf9\x65\x89\x2e\x77\x34\x14\xdf\xf7\xff\x1c\x85\xe2\xc3\xca\xcf\xdf\xbd\x79\xff\xee\xed\xcb\xb7\x87\xbf\xbc\xdd\x7b\xf3\x92\xed\xb0\x5e\xb8\x75\xf4\x82\xfe\x85\x58\xd5\xf1\x9a\x73\x11\x74\x53\x7f\x10\x3d\x32\xa3\x0d\x1a\x8d\x4c\x84\xe7\x31\xeb\xe7\x79\xab\xfb\xdf\xb3\x94\x58\x0f\x8e\x4e\x74\x87\x83\x38\x36\xef\x57\xe8\x25\x51\x0b\x61\x54\xf0\xee\x37\x6e\x1e\x2e\x35\xe1\x75\x49\x61\x04\xda\x30\x94\xb7\x86\x7e\xf5\x06\xfe\xe6\x32\xbc\xc5\xff\xd1\x88\x73\xbd\xfa\xcf\x97\xaa\x95\x73\x06\x32\x0e\xc9\xa4\xbc\x54\xe2\xaf\xa5\x2a\xcf\x34\xa3\x7a\xdd\x11\x8c\xcf\xf4\x89\xa4\xea\x63\x59\x17\xf2\x6a\xcc\xf0\xbf\xc1\xd2\x86\x79\x48\x8d\x1d\xdd\x78\xde\x0d\x99\xac\x35\xac\x17\xa8\xe1\xd5\x32\x3a\x7e\x78\xb7\x10\xe0\x61\x9f\x89\xb7\x6e\x3d\x23\x7f\xb4\x90\x68\x8e\x7c\x04\x1f\x44\x14\x0c\x20\x7e\x10\x53\xa7\xe9\x02\x31\x6e\xda\xa7\xc5\x34\x11\x3f\x7e\x7f\x5e\x49\xb5\xa2\x99\x1b\x78\x98\xc2\x5f\x2e\x54\xa6\x49\x10\x9f\x30\x1a\x15\xc9\xf9\x4e\x4b\x9e\xf8\xaa\x6e\x24\x49\x55\x37\x08\xe3\xb3\x85\xbd\x93\x6a\xd4\xdf\xc6\x8d\xa8\x23\x89\xfd\x0b\x59\xf7\x5a\x56\x2a\xb5\x14\x56\x0b\x2f\x0a\x36\xe1\x55\x75\xc6\x27\x17\x8a\x81\x8b\x43\xa9\x79\x42\x4c\xd8\xee\x69\x9c\xd9\xda\x87\x0f\x93\x2d\xda\x31\xdb\x1d\xf8\xc9\x66\xe7\xb4\x3b\xea\xc7\xe3\xcf\x84\x22\x79\xd0\xd9\xd5\x83\xce\xae\x92\x95\x5e\xd5\xd5\xb1\x49\x12\x8f\xfd\x0c\xa3\x5e\x4e\x48\xbe\xed\x7d\x58\x28\x59\xbb\x3d\x78\x6e\x56\x4a\x2f\xd4\xb2\x76\x4b\x94\x5f\x76\xfc\xff\x3b\xac\x85\x4d\x5c\x0f\x44\x9b\x1e\x57\x63\x48\x81\xc8\xaa\x40\x3c\xed\x51\x33\xef\x56\x5c\xd2\x03\x1f\x02\x9a\x95\x85\x3d\xbe\x63\x46\xd4\xdc\xb7\x1d\x47\x1d\xd9\x75\x98\xe6\xd8\x8c\xfc\x52\x96\x85\xa6\x2a\xf4\x8c\x1f\xe5\x7c\xcd\x98\x12\xed\xcb\xf4\xfb\x09\x3d\x22\x30\xf6\xa7\x68\x8d\xb0\x0e\x88\x06\xa4\xa2\x7a\x78\x00\x16\x68\xe6\x33\x60\xa8\x93\x77\x00\xcb\xb0\xc3\xe8\xd4\xab\xc4\x7e\xd1\x0f\x2f\x32\xbd\x2c\x21\xfd\x98\xe8\x8d\x31\xeb\x4b\x3b\xb2\x3b\x1d\x1e\xa1\xfc\x44\xfb\x9e\x1e\x3e\x71\xf5\x82\x39\xc4\x35\x6e\xed\x56\x13\x8a\xe4\xed\x6b\xd9\x71\x20\xe0\xfe\x0d\x3e\x1c\x26\x1c\xc3\x4f\xe2\x3a\xb3\xab\x18\x97\xc4\x22\x00\x7d\xc3\x12\xb8\x4e\xe3\x13\x8b\xd4\xdd\x41\x9f\xea\xb0\x8f\x80\x67\x0f\x9e\x83\x10\x26\xc4\x4a\x55\x23\xf0\x84\xe8\x0f\x08\x87\xdd\xb1\x74\x51\x27\x4f\x48\xf5\x70\x05\x0d\xd7\xec\x3c\xb4\xf1\xbf\x39\x7c\x44\x41\x75\xb0\x09\x49\xf4\x94\x6d\x40\xbd\x8e\x3c\x4a\xf4\x3b\xa9\x06\xad\x15\x6f\xa5\xdd\x48\x43\x37\x10\x19\xdf\xd5\x66\x42\xe6\x6b\xdf\x1c\xb7\x10\x54\x08\xc9\x8b\xb9\xd6\x79\xa0\x9f\x8a\xa7\x58\x64\xfc\x29\xe3\x47\x42\xc8\x3b\xb3\x69\x59\x17\x7a\x79\x7e\xb8\xfe\x49\x5c\xbf\x6a\xe4\x1c\xc5\xe6\xcc\xea\x3d\x30\x34\xc5\x4e\xbc\x12\x4e\xc3\x90\x67\x6b\xc2\xee\xad\xd1\x2d\xe4\x8e\xc9\xea\xaa\x70\x3e\x04\xa9\x8c\x90\x10\x8b\xf6\xe8\xbb\x74\x93\x25\x66\x83\x07\x44\x8a\xb2\x15\x42\x7a\x42\x04\x29\x4b\xc7\xc7\xc9\x0e\x91\x5a\xa5\x35\x5b\x47\x4f\xa5\x19\x2b\x8b\xb1\x27\x30\xe4\xfb\x4a\x95\x08\xfe\x4b\x14\x21\x68\x65\x31\x89\x0a\xd8\x6e\xa2\x18\xa9\xc4\xb4\x3d\x94\x8b\x97\xc5\xb9\x60\xa9\xda\x04\x94\x3b\xa6\x98\xf4\x12\x27\x00\xd0\xff\x62\x95\x8c\x9d\xe4\x0f\x82\x5f\x00\x17\x58\x89\xf8\x0d\xfa\x2d\x39\xb5\x5e\xbc\x21\x8a\x86\x80\x14\xa0\x11\xaa\x4f\xb7\x75\x98\xea\x26\x06\x39\x5a\xe1\x80\x6f\xae\x2c\xf0\xd2\x7d\xf8\xc2\xad\x8c\xc5\x79\x3a\x9e\x51\xf8\x5a\x71\x8d\x94\x4e\xde\xd1\x79\x34\xca\x89\xda\x9e\x10\x06\xbd\x05\x16\x67\x53\x9e\xbf\x36\xa9\xbf\x75\x7c\xd4\x87\x09\x8e\x9e\x30\xae\x70\xfe\x59\x16\x01\x90\xf0\xe7\x45\xc1\x5b\xe1\x51\xd1\x3d\x80\x2d\xb4\xb8\x17\x94\xfe\x28\x2f\x45\x33\xb4\x2c\x7b\x07\x5b\x10\xdc\xfd\xaa\xa3\x0b\xd8\xab\x88\x1d\x7e\x6a\x44\xfa\x67\xfd\x07\x1d\x5d\xd3\x6b\xfb\x5c\xb6\xfe\x69\x6b\x17\x20\xe4\xfc\x36\xa1\xea\x2b\x07\x4a\x38\xe7\xae\xa1\x99\xbd\xa6\xa3\x22\xad\xcc\x8a\xed\xe2\xa9\x61\xe3\x4e\x30\x9a\x83\xcd\xc1\x70\x1c\xc0\x9a\x4d\x49\x6e\x15\xbd\x2d\x50\xf1\x39\x5f\xb4\xcb\x46\xac\xe7\x57\xf4\x09\xeb\x5a\x7f\x42\x92\x37\x5c\x2f\xfa\x9e\xea\x76\xcd\x24\xdc\xe0\xed\x09\x58\xd9\xc9\x30\x58\xa8\x61\x66\xae\xab\xb1\xdf\x8a\x88\x7b\x93\xb6\xbc\xb4\x96\xf8\xbe\xe7\x92\x65\x4d\xed\x0e\x9d\x4c\xf0\xdd\xe4\xdd\x45\xae\xd3\x18\x7d\xbd\xca\xf8\x33\x4b\xd8\x56\xa2\x44\x6e\xae\xd1\x24\xb2\x0e\x66\xcc\x0f\x1a\xa5\xf3\xb8\xd3\xbc\x92\xf2\x7b\xe1\x62\x04\xe4\x35\x2c\xb2\xc0\x13\xed\x24\x40\xb1\xda\xee\xc2\x18\xf0\x4d\xf8\x65\x95\x42\xdd\xde\x66\x6f\xf8\x85\x60\x4a\xe3\x2c\xbe\x67\x9c\x09\x74\x96\x65\x73\xd1\xce\x64\xc1\xf8\x44\xef\x44\x75\x8d\x4f\x26\x55\xd0\x76\xbf\x66\x4a\xce\x05\x9b\x70\x25\x14\x34\x95\x68\x79\x9b\x83\x8d\x03\x5a\xb0\xb3\x65\x0b\x2f\x17\xce\x04\xe3\xac\x11\xbc\x62\x02\x17\x6f\x14\xc0\x3a\x9c\x95\x8a\x95\x8a\x61\x80\xbc\xb2\xba\x06\xd5\xf6\xfe\x4b\xf6\xf8\x31\x18\x4b\x10\x4b\x35\x94\x46\xcc\xe5\xa5\x28\x98\xac\x27\xc2\x54\x28\x15\xab\x25\xab\x64\x7d\x2e\x1a\x56\x02\xe2\x11\xe8\x59\x74\xf0\xe2\x1e\x4c\x77\x77\xd4\x4f\x6f\x12\xcb\xca\x86\x8b\x1f\x72\xb1\x9d\xb6\xed\xf4\xbc\x3f\x48\x18\xda\x95\x23\x63\x3b\x01\xd6\xfb\xfd\x1c\xf1\x00\x07\xc3\x97\xf0\xa9\xd8\xbe\xb2\x13\xfa\xf4\x61\x15\xa6\x53\x95\xbb\x6c\xca\xf3\xb2\xe6\x95\x29\x1a\xaf\x9e\xc6\x30\xe0\x11\x3c\x22\xa6\xac\x58\x0e\x5d\xc7\xd4\x13\xa5\x3f\xd8\x1d\xcd\x38\x16\xf4\x21\xa6\x62\xc4\x1f\x51\xb1\x66\xdd\xda\x66\x9f\xc5\x52\x39\x62\x93\xc5\x1f\xae\x5e\xb5\x84\xd6\xae\xae\xbd\x92\x92\xfe\x24\xae\x7f\x84\x27\xd7\x0d\x1a\xd5\x5c\x9e\x08\xe1\xd8\xca\x32\x7a\x0d\x36\x0d\x8c\xf8\x63\x76\x83\x0a\xf2\x57\xb2\x79\x2b\x3f\x36\x7c\x31\xf4\xec\xef\xd8\x57\x76\x3c\x2d\xdb\xc9\xf8\x57\x8d\x2e\x4d\x70\x38\xe0\xee\x6e\xf0\x8c\x6c\xa6\xbb\x10\x97\xbb\x18\x58\xcd\x7e\xdb\xab\xaa\x5d\xfa\xee\x8c\x50\x73\xa3\xe5\x60\xf1\xa3\x81\x99\x54\xad\xc3\x3b\xa4\xbd\x1f\xc4\xd4\xa8\x8b\xc3\xe0\xf8\xcf\x8c\x75\xd1\xb1\x72\x63\x16\x09\xb5\x9b\xcb\xe6\xc8\x12\x8a\xe2\x87\x6b\xb8\x0b\x81\x0b\xf5\x43\xcf\x28\x65\xb6\xbf\xfd\x96\x1d\x1a\xd3\x8d\x26\x8c\x73\xa9\x5a\xd6\x88\x89\xc6\xbd\x0b\x71\x5d\xc8\xab\x1a\x5f\x95\xb3\x2b\xae\xf0\x95\x54\xd5\x5a\xda\x3d\x60\xb2\xd1\xf4\x97\xb3\xfe\x44\xce\xe7\xbc\x2e\x06\x23\x13\x5d\x13\x2f\xa5\x8a\xab\xd6\x3c\x8a\xf9\xc8\xd5\x5e\xd5\xbe\x6b\xde\xe8\xea\x79\x0e\x8d\x2e\xa2\xbf\xde\xd0\xd0\xc4\xd8\xb7\xe0\x57\xa5\xd8\x29\x52\x58\xc4\xb1\x9f\xc4\xf5\x29\x6b\x25\x2b\x44\x2b\x9a\x79\x59\x0b\x76\x35\x13\xed\x4c\x34\x30\x99\x0b\x13\x11\xc3\xcc\xc0\x93\x66\x8c\x09\x60\x4e\xd4\xb7\x7a\xee\x4a\x0e\x99\x6a\xb5\x44\x89\x75\x17\x3e\xbe\x00\x90\x75\xab\xeb\x54\xc0\xd2\xf7\xd5\x60\x64\xda\xfe\x79\xa1\x2f\x49\x26\x2e\xd9\x16\x58\xe4\xc3\x3e\xa3\x5a\xd1\xd0\xd9\x96\x33\x9f\xd9\x61\x5f\x09\x3b\x4c\x1c\x23\xb8\x84\xae\x06\xea\x91\x54\xa3\x86\x62\x5b\x60\xa5\xd2\x34\xcb\x16\x31\x5e\x55\x30\x6e\x35\x62\xef\x74\x37\x57\xa5\x22\xa5\xb2\xae\xae\x61\xbd\x2c\xd1\xd1\x55\x6d\x27\xef\x74\x61\x21\x85\xd2\x27\xa2\x9d\x95\xf5\xb9\x5e\xae\x74\x13\x1a\x62\x07\x74\x03\xb4\x1f\x3f\x92\x4d\xf1\xd8\x64\x76\xc1\xd4\x26\x68\x73\xe1\x48\x88\x4d\x64\xc8\xd8\x26\xe1\xb8\x87\x94\x7b\x77\x63\x1b\x6f\x18\xcb\x5b\x1f\x8e\x30\xf0\x6f\xb4\xb2\xbb\x51\x00\x60\xf2\x88\xd4\xdd\x9f\x95\x68\xed\xbc\x08\xbf\xeb\xef\xd6\x68\x6c\x7d\x71\x49\xad\x73\xa6\xc3\xbe\xb8\x1c\xc6\x9d\x7f\x71\xac\x6e\x46\xc6\xb5\xc2\xfc\x47\x8f\xc6\x6d\x7a\x04\x35\x5d\x56\x96\x58\x58\xbf\x11\x7f\xb0\x40\x11\x55\x24\x1b\x8a\x15\x9e\x87\x9a\xd2\x4d\x23\xac\xa7\x8b\xec\x54\xb5\x73\xab\x18\x07\x8d\x63\xa2\x13\x71\x11\xd1\xd1\x97\x65\xec\x3f\x54\x62\xda\xd2\x47\xa0\x5f\x21\x04\xfb\x03\xaf\xf0\x74\x43\xfa\xfc\x99\x3d\x70\x97\x5d\x6a\x85\x8d\xc4\xa1\x60\x1f\x1e\x3c\x70\x2e\xef\xb9\x1b\x6f\x67\xf5\x9d\xf7\xf9\xb3\x6d\xdc\x0f\xaf\x52\x88\x31\x13\x79\xe2\xea\x39\x18\x1f\x94\x90\x47\x1b\x9a\x58\x82\xb5\xdc\x9a\xc9\xa6\xfc\x55\x33\x3c\xd5\xd6\x55\xc3\x17\xbd\xc1\x00\x3b\x18\x04\x88\x42\x77\xdb\xe1\xf8\x9d\x02\xea\x67\x0c\xa2\x76\x26\x5f\xf0\x5a\xab\x23\x4e\xbe\x9a\xf0\x85\x20\x6b\x95\xa2\xa9\x3e\x9f\xa4\xc2\x17\x0c\xa1\x23\x56\xff\x12\x76\x44\x17\xf2\xaa\x35\x28\x23\x2e\x47\xfa\x52\xfd\x49\x5c\xaf\x5a\x65\xf7\x28\xf5\x8b\x8e\x92\x96\x68\xb4\x64\x55\xcb\x16\x78\x80\x2b\xc1\x78\x23\x98\x0f\x85\xc2\x78\xbd\xe6\xca\xb7\x7c\xc2\xc8\x41\x3c\x10\x82\xe9\x52\x4d\xe8\xcb\x3a\xc6\x87\x9f\x17\xc0\x47\x34\x82\x2b\x59\x97\xf5\xb9\x69\xd7\xc1\x2b\x10\x4e\xb8\xf4\x5f\x4d\x08\x1d\xd7\xe3\xbb\x9a\xbd\xe1\x13\xb0\xc4\xe1\xa8\xcd\xde\xfa\x6b\x5b\x5f\x81\x95\xb8\x14\x95\x62\x72\xca\x6a\xf0\x92\xb7\xb1\x13\xf0\x6e\xfc\x42\x62\x60\xa2\x05\x44\x97\xf1\xce\x6a\xdc\xd3\x7b\x0f\x9e\xef\x28\x26\x80\x3b\x7c\x7f\x30\x88\xa3\x62\xfa\x0b\x11\xae\x86\xcc\x01\xeb\xb8\x2f\x52\x0a\xfe\xd1\x10\x69\xe4\xf6\x34\x25\x96\x00\x9f\x2d\x17\xc8\x08\x94\x53\xb6\xf7\xfa\xb5\x75\x61\x99\xca\xaa\x92\x57\x80\x07\x5a\xf4\x6e\x96\x62\x6c\x00\x6d\xb1\x37\x21\xaf\xc8\x80\x59\xd4\x17\xbb\xc6\x97\x04\x4d\x5c\x33\xcd\x25\xf1\xaa\xdd\x86\xe2\xa0\xdd\xdb\x77\x87\xa6\x43\x51\xb0\xb3\x6b\x14\xda\x25\x70\x0e\xba\x5e\x5f\x2d\x27\x33\x4d\xa2\x74\x83\xed\xe5\x82\xf1\xa6\x91\x57\xac\x95\x06\xb4\x8d\x63\xb1\x3d\x91\x55\xc5\x17\x64\x8e\xbe\xf3\x8f\xa2\xd7\x00\xb6\xeb\x69\x73\x8d\x34\xac\x2f\x1b\x56\xbe\x3b\x30\x75\x4c\x4d\x2b\xe6\x9f\x89\x09\x5f\x2a\xa1\x6b\xa3\x84\xa5\x08\x92\xe9\x79\x6a\x19\xdf\xc4\x2d\xb0\x91\x0d\xf8\x62\x51\x95\x26\xd6\x3c\xac\xf0\x19\x6f\xf4\x7a\xa8\x72\x5e\x56\xdc\xbc\xf2\xfe\x16\xb6\x01\x0f\xd8\x35\x70\xed\x21\x36\x8e\xf4\x3a\x35\x02\x55\x06\x2d\xe3\xb6\x35\x3b\x13\x33\x7e\x59\xca\x46\x0f\xe9\x0d\x9f\xa8\x94\x7d\x4a\xcf\xdb\x3d\xa8\xaf\xe3\xc4\xde\xeb\xd9\xee\xfb\xa3\xb7\x57\xc9\x5a\xb0\x9d\xb5\xe7\xf5\xe1\xc3\xcc\x81\xdd\xec\xa0\xd3\x7b\xd1\x5d\x87\x9d\x43\x81\xa8\x69\xe6\xe4\xe0\x21\x82\xf3\xd4\x49\x33\xef\xb0\x1e\x39\x8a\xb9\xd1\x91\xfc\x79\x81\xc9\x15\xd9\xf6\xb7\x09\x49\xf8\x76\x3b\x3f\x34\x5d\xfa\x05\xd7\x25\xe8\xc8\x9a\x0b\xe6\x19\x6b\x7d\x94\xfd\x2d\x41\x19\x74\xd6\xd7\x14\x18\xaa\x69\x0c\x74\xe7\x05\x14\x64\x03\x07\x4f\x1f\x0c\x77\x25\xf0\xb6\x15\xf3\x05\x06\x23\x93\xe6\xa4\x69\xb4\x44\x96\x87\x22\x8d\xe7\x33\x5d\xef\x01\xbd\x06\x9b\xa9\xa9\xa3\x39\x24\x22\x2b\x67\xd4\x3d\xf9\xc0\x81\x2e\x62\x1a\x46\x4a\x63\x73\x59\x94\xd3\xd2\x10\x8a\x33\xa1\x47\x09\xc7\x54\x14\x43\x5d\xab\xc0\xa8\x24\x57\xbc\x86\xe0\x1b\xfa\xd0\xe2\x99\xf5\x97\x16\x11\x8c\x8c\xe8\xa5\x29\x8c\x16\xfd\xf4\xea\x5d\x88\x6b\x5b\xd7\x4e\x52\xbd\xb1\x7d\xee\x68\x6e\xad\xeb\x0a\xff\xd2\x3c\x3f\x36\xfe\x0d\xa0\x6d\x17\x13\xf1\xb5\x3a\x31\xc8\x97\xef\x46\x2f\xc4\x13\xaa\x26\x24\x4b\x80\x17\xd9\xcf\x0b\x3c\x80\x90\x03\x68\x10\x44\xa1\x57\xad\xd5\xa7\x1e\x4a\xd4\xa1\xef\xc0\xa4\xbc\x5e\x6d\x37\x79\x4e\xd6\xcf\x60\xc6\x90\x65\x3e\x8e\x34\x4d\x81\x77\xd9\x09\x07\x0b\x0e\x90\xbe\x93\x71\xfa\x92\x6d\xf3\x5e\xa6\xba\xdd\x8a\x6e\x22\xb3\x67\x38\xdf\x40\xa1\x1d\x16\x11\x67\x07\x57\x61\x85\x90\xb7\x46\xcc\xa3\xf6\xc5\x98\xc6\xec\x87\x39\xae\xd0\xe1\x1d\x54\x5d\x5f\x92\xee\x4a\xdf\x5e\x6b\x24\x30\x2d\x70\x51\x01\x0c\x24\xb2\x80\x22\xd8\xe1\x3f\x08\x83\x8a\x3e\x7c\xf8\xd5\x99\x6f\x3b\x5c\x3c\xa7\x5d\x09\xb4\x74\x71\x07\xd3\x0e\x14\x61\x25\xdb\x6e\xf9\x76\xe2\x66\xe6\xf5\x7b\x2e\x98\x4a\x18\x2b\x36\xc1\x29\x67\xaf\x5c\x87\x12\xc1\x56\x5b\x15\xae\xa3\xbd\x43\x7b\xed\x0d\xc3\x4b\x26\x4a\x4f\xb6\xc6\x3a\x3c\x69\x64\x55\xd9\x1b\x0f\xe2\x29\x1e\x36\x7c\x72\x21\x1a\x93\x71\x3a\x30\x6c\x95\x0a\xeb\xef\x17\x55\xb7\x39\xd6\x27\x1f\x36\x6c\x8b\x6b\x42\x23\x2b\x06\x6d\xd3\x8c\xda\x39\x3d\x21\xf6\x6d\xa8\x78\x03\xc2\x06\x68\xb7\xcc\xb3\x4c\x4d\xff\x89\x31\x49\xb0\xb9\xd4\x1c\x1e\xa6\x29\x36\x20\x74\x9b\xe5\xa2\xe0\x70\xdd\x21\x73\xc7\x0d\xdf\x08\x6f\x07\xf8\x04\x4a\x8a\x65\xa3\xff\x83\x23\x4f\xf8\x30\x59\x9b\x91\xa0\xd3\x4d\x26\x86\xea\x03\xba\x50\x94\x73\xca\xac\x85\x2b\x7e\xb0\xb3\x93\xd8\x13\x19\xf8\x51\xf8\x4d\x09\xc3\x72\xae\x80\x46\xfc\xa5\x56\x74\x99\xb1\x42\x44\xaf\x0c\xb2\x13\x49\x0c\xbe\x46\x3f\xb7\xb2\xa7\x60\x1a\xdd\x21\x3b\x3b\x3a\xa4\x9a\xad\x61\xce\x63\x7d\x90\xf5\xae\xb0\x5b\x35\x0c\xe0\xae\x3e\x12\x5d\xee\x58\x6b\x2d\x08\x5e\x0d\x1f\x38\x6e\x51\xaf\xc9\xe8\x34\x81\x4f\x50\xd6\xcf\x98\xd0\x88\xd5\x7e\x6a\x04\x46\x7e\xb9\xac\xba\x25\x5e\xe6\x6c\xbb\x60\x5f\x53\x87\x44\x7f\x16\x41\x8e\x72\xab\x56\x2a\x38\x85\xa2\x60\x7b\x07\xff\xf6\xf6\xf9\x8f\x1f\xde\xbd\x7d\xf7\xf3\xc1\xeb\x7f\x1b\xa2\xe9\x14\xc4\x27\x94\x79\x38\x9b\xcc\x78\x3d\x11\x26\x2e\x1c\xb6\x32\x30\xf9\xb4\x35\xba\x64\x17\x57\x45\xd7\x31\xee\xb4\xa2\x00\xd1\x29\x5c\x35\x0d\xd1\x46\x5b\x33\x44\xd4\x9e\xf4\x46\xce\x01\x3c\x1c\x64\xd1\xa2\x8b\xec\xc0\x74\x62\x60\x8e\xd8\x0b\x09\xd2\xe9\x44\x2e\xae\x51\x25\xbf\xd0\xfc\x70\x03\x01\xdd\x34\xc2\xce\x1a\x59\xcb\xa5\x25\x1f\x13\x59\x88\x54\x2e\xcb\x78\xf5\xad\xc3\x94\x2c\xd5\xf0\x35\xd7\xaa\x8e\x33\xde\xd1\xb9\x1d\xdd\xcc\x77\x31\x3c\x33\xf1\x6c\x3a\xdc\x8e\xf5\x01\x81\xe0\x66\xfa\x1c\x37\xfd\x1b\xeb\x00\x07\x3e\x1e\xf6\x0d\x49\xee\x65\x49\xa7\x8b\xc5\xba\xcb\x47\xb8\xde\xd2\xf3\x92\xbd\x41\x02\xd7\x5a\x0f\x07\xc3\x27\x9b\x49\x02\xbc\x30\x72\x85\x61\xf2\x68\x6f\x5f\x40\xa3\xb3\x70\xc8\xe5\x9f\xed\xa6\xcb\x3a\x1c\xaa\x63\x5b\xde\x38\x57\x58\x3b\x0d\x59\xc3\x9f\x2f\x3f\x2d\xca\x46\x14\x21\xe9\xf1\x13\xec\xea\x75\x43\x1a\x1d\x76\x42\x58\xd4\x74\x69\x3d\xaa\x0d\x53\x0c\xc9\xd3\xec\x14\xc8\x30\x9d\xeb\x30\x42\x07\x1b\x37\x84\x58\x63\x33\x28\xb1\x9a\xf0\x83\x69\x35\xb0\x71\xaf\x7a\x02\x73\x5c\x87\x97\x95\x0b\xcf\xb7\x6c\x35\x13\xeb\xc7\x61\x19\x23\x7c\x25\x8b\xd3\x7a\x59\xb7\xcd\x35\x0c\x3e\xb5\x22\x67\xc6\x0d\x4d\xd7\xb9\x20\x91\x57\xb8\x1d\xce\x54\x9b\x0d\x91\x3a\x5c\x6d\xd6\x22\xe3\xc3\x68\xe3\x0b\x7d\xb9\x01\x3d\xd9\xfa\xf1\x5a\x2c\x37\xa6\xf0\x1c\x3e\x46\x4f\x18\x7e\x7f\xfb\x3c\x4b\x08\xec\x1d\xf8\x8a\xe3\x3b\xf8\x33\x74\xbe\xd4\xc8\x3b\x4c\x47\xef\x85\xa8\x60\xe9\x03\x59\x42\x06\x8e\x2e\xf9\xb2\x23\x8f\xc5\xd0\xbf\xa7\xa6\x8f\x0d\xb2\x37\xe0\x46\xfe\x86\x84\xec\x76\x38\x62\xe6\xcc\xa0\x1e\xfc\xfe\x79\x2d\x1b\xe1\xe1\xf6\xd3\x77\x94\x71\xe3\x65\x7e\x44\x34\x53\x0a\x71\x06\xce\x09\xe7\x6e\x98\x5f\xb2\x84\x6b\x56\x90\xbe\x3a\xf7\x0e\x82\x6b\xc4\x51\x6a\x6d\xd9\xab\xae\xf8\xb5\x62\x85\x44\x56\x08\x9f\xbe\x06\x62\xd5\x95\x60\x8d\x98\xc8\xa6\x00\xd5\x9c\x75\xcc\x2d\xa7\xf0\x28\x5b\x14\x1a\x27\x45\x4d\x94\x8b\x6d\x39\x17\x05\x93\xcb\x76\xf0\x9b\x6e\x72\x24\xb4\x74\xe7\x24\xf1\xca\x88\x9c\x98\x41\x2c\x86\x31\x99\xce\x73\x00\xa4\x45\xb4\xec\x3b\x3b\xac\x7f\x0f\xef\xb9\x54\xbf\xf0\xf5\x11\x32\x7f\x0a\x8c\x30\xdb\xa9\x17\xef\x5a\x31\xf6\xa0\xdb\x93\x39\x56\x84\xeb\x5a\xfa\x30\x60\x9a\xbf\x3b\x1e\x82\x55\x14\xe3\x1e\x47\xba\x83\x55\x21\x0c\x60\xe6\xf1\x53\x17\xfb\xd7\xa1\xcb\x36\xd2\x92\x96\x1c\xf6\x5f\x3e\x7e\xcc\x8c\x3a\xd0\xba\xb6\x4e\x65\x33\x11\x5a\xe2\x68\x20\x3a\x58\x2b\x8d\x04\x0d\xf6\x26\xb9\x60\x72\x1a\xbb\xaa\x7e\xcb\xe0\xdd\x87\x16\xaa\xf6\x5f\xea\x6b\x57\x2a\x01\x8f\xd5\x5b\x74\xe4\xeb\x0f\xbc\x4c\x36\x95\x8d\x0f\x3b\xcb\x8a\xf2\x52\x81\x87\xad\x83\xa4\x44\x8b\x3e\xb3\x0b\x7e\x6e\x7d\x6e\xcf\x96\x2d\xfa\x04\xd5\xb2\x75\x83\x81\x2a\xb0\xdb\xf1\x68\xb6\xfd\x6a\xe5\x94\xad\x1a\xb7\x79\x7d\x3d\x18\xb9\xf1\x85\xde\x9e\x54\x71\xba\x59\x7b\xaa\x0d\x65\x13\xde\x4e\x66\xac\x2f\x42\x8f\xe2\x6f\x59\x2d\xb7\xe4\x82\x24\x83\xbe\xcd\x13\x89\x4c\x87\xbb\x91\xc2\x36\x60\xba\xbd\xec\x8b\x2c\xa2\x8a\x15\x49\x57\x33\x51\x23\x51\xc4\x44\x6c\xb2\x21\x24\x72\x5a\x36\xce\x7d\x6a\x0f\xf6\x1c\x62\x29\x84\x20\x86\x91\x58\x0d\x21\x16\x79\xa5\xa4\x39\xef\xa6\x3d\x78\x5b\x45\x16\x51\xa5\xc5\x5b\xc6\x27\x9a\x36\x97\xf5\x79\x75\x9d\x8a\xa9\x1d\x34\xc3\xbb\x62\xad\x4b\x87\xbb\xfe\x9e\xc2\x7a\xb9\xfb\x1e\x3d\xab\xd6\x5e\x56\xc6\x5d\x65\xd7\xfe\x01\x5c\xce\xca\xfb\x6b\x90\x26\xae\x5a\x11\xad\xf9\xcb\xc8\x82\x0f\x14\x81\x31\x30\xf0\x9c\xd8\x6e\x6c\x02\x1e\x5c\x67\x8b\x14\x65\x3b\x93\xcb\x16\x8c\xc1\xf0\x20\x62\x35\x81\xd9\xe9\x20\x30\xc1\x3a\xa5\x58\xea\x86\x87\x22\xb6\xc3\x2a\xec\xa2\xac\xcf\xb7\x0d\x87\x08\x56\x3e\xef\xe1\xe5\xda\x69\x8a\x02\x5e\x02\x4a\xb4\x66\xe4\xa5\x37\xc3\x81\xa1\xda\x64\x30\x2a\x64\x2d\x98\x92\xc7\xc4\xe2\x17\xa6\x40\xa0\x79\xb8\x56\x99\x33\x12\xbe\x3e\x96\x32\x57\xcf\x9a\x65\x75\xef\x41\x0b\x6f\xbd\x31\x84\x60\xd0\xc1\x2f\x6c\x30\x94\x98\x69\x0f\x12\x5c\xad\x1b\xe9\x6d\x96\xa0\x50\xf6\xd0\xa5\x85\xfb\x4a\x27\x71\x83\xe4\x71\xd6\xd7\x31\xba\x54\xbb\x93\xe5\x6d\x70\x10\x57\x4c\xce\xf2\xbd\xbf\xf3\x04\x59\x56\x5a\xcb\x4f\x3d\x8c\xac\x74\xa7\xd7\xa6\x41\xe2\x09\x4c\xcf\xc5\x6b\x54\xa7\xf8\x78\x39\x6c\x06\x8f\xbf\x6c\xca\x2e\x6e\xee\xe9\x46\xce\x8d\x65\xbb\xe5\x17\x02\xdd\x92\xcb\x5a\xb5\x82\x17\x0e\xe6\xdf\x96\xf0\x14\xa8\x3c\x3f\xb7\x1a\xd2\xff\x9f\xbd\x77\x61\x6f\x1b\x47\x12\x45\xff\x0a\x9c\xdd\x6b\x49\xdd\x32\x95\xa4\x9f\xa3\x44\xf1\x38\x4e\x32\xf1\x9d\xbc\x6e\xec\x9e\xec\x7e\x71\x4e\x1a\x22\x21\x89\x63\x8a\xd4\x21\x28\x3b\x1e\xc5\xff\xfd\x7e\xa8\xc2\x1b\x20\x25\x27\xe9\xd9\xd9\xfd\x36\xe7\xec\xb4\x45\xbc\x0b\x85\x42\x55\xa1\x1e\x80\x30\x68\x73\x2b\x2b\x27\x3b\x32\x36\x7b\xfe\x89\x85\x27\xaf\x3d\x5c\x37\x58\x36\x42\x38\x9a\x82\x95\xf3\x66\x61\x1f\x67\xcb\x4b\x86\x62\x18\x1e\x43\xde\xd0\xb6\x98\x20\x1e\xe7\xc6\xb7\x66\x7b\x2a\x3e\xff\xc1\xc1\xa6\xe2\x7b\x5b\xa9\xb8\x99\xd5\x82\x82\x76\x59\x5e\x88\x99\x20\x71\x72\x52\xe8\x5d\x6e\xcf\xca\x25\x1d\xe6\xab\x97\x15\xc5\xa0\x8f\xf3\x69\x34\x22\xef\xc4\x5d\x0f\xbc\xd8\xf7\xe4\x15\xad\x6b\xda\x40\x9e\x11\x46\xd6\x1c\x94\xd1\x73\xb4\x8b\xee\xd7\x6c\x4e\x6b\xc1\x2c\x80\x75\x9a\x34\xaf\x95\xa1\xcd\x73\x08\x21\x44\x05\xa3\xb6\x14\xcc\x42\x59\x35\x03\x63\x84\xe4\x0d\x78\x7e\x07\x98\x8a\xf3\x3b\xc0\x49\x70\x14\xd0\x94\x8b\x54\x99\x01\x89\xfe\xe8\x3c\x03\x26\x68\xd4\x0b\xd7\xc0\x65\x82\x86\x71\x28\x62\x65\xac\xa1\x79\x41\xb2\x7c\x36\x63\xe2\x38\xe7\xb4\x61\xdc\x1b\x6f\xca\x9a\x2b\x26\x90\x11\x5d\xa6\x6c\x74\x43\xfb\x90\x0b\x76\x0d\x53\x95\x1f\xfb\xb2\x53\x63\x32\x2c\x56\x2a\x55\x59\xd5\x4c\xbe\xc5\x41\x37\xca\xc6\xde\x0c\x96\x24\xc9\x9b\xa2\x6a\x48\x73\x95\xf3\x66\x0f\x82\x7e\x45\xc6\xcd\x4b\xf4\xb6\x1a\x12\x39\x96\xc0\x43\x94\x58\xef\x92\x3e\x6c\x06\xf0\xb4\x79\x23\xe3\xe4\x15\xd7\x82\x93\xbe\x17\x0c\x77\x5a\x61\x4a\x3e\x5e\x29\x11\x57\xb0\xb8\x56\xce\x43\x19\x66\xef\x7a\x28\x23\x8e\x4d\xab\x66\xe1\x70\xde\x90\x3e\xa6\x22\xe7\x77\x60\x59\x62\x53\xd0\xf0\x51\x4e\xd8\x07\xa6\x68\x75\x7e\x47\x56\xd3\x56\x66\x66\x4b\xc5\x29\x32\x68\x54\x95\xce\x84\xe3\x9b\x27\x4e\xc6\x5d\xf5\x94\x6d\x95\x0b\xa2\xec\xa4\x36\x0c\x93\x39\xc2\x9c\x7b\x16\x46\xb7\x47\x0b\xeb\xb8\xc0\xdb\x5e\xad\xfd\x0b\x00\xc3\xd0\xea\xfb\xad\x9d\xf0\xef\x20\x01\xda\x1a\xec\x6d\x74\xa5\x75\xea\xee\x04\x63\xa9\x59\xff\xcb\xef\xe0\x6f\x96\x82\xf5\x56\x3e\xf4\x95\xeb\xef\x2e\xae\xfc\xd0\xcd\xfd\xc6\x4e\x83\x81\x87\xdd\xbc\x7a\xd9\xaf\x87\x7a\x78\x19\xdd\x2e\xf0\x2a\x36\xcd\xf6\xf6\xec\x8a\x30\xb0\x9d\x4c\xcb\x71\x25\xf4\x9c\xf6\x3b\x7b\x0d\x6a\x87\x5d\x87\xda\x41\xd5\x81\xb8\x08\xd9\x65\x22\x43\x69\xbe\x41\x54\x77\xc0\x6e\xbf\xcc\xd9\x8c\x66\xd4\x6a\xc3\x66\xae\x5c\x7d\xea\x30\x28\x52\x6a\x42\x5d\xe2\x2a\x4e\x86\x01\xa3\xa6\xbf\x58\x87\x6d\x18\x3f\x27\x61\x63\x3d\x92\xff\x38\x32\x1a\xfd\x1b\x2b\x33\x8c\x18\x16\x84\x7e\xf7\x82\x50\x53\xae\x9f\x0a\x54\x10\x35\x9d\x56\xbe\x35\x88\x28\xd6\x5f\xb2\x65\x05\x47\x0e\x7f\xce\xaa\xfa\x8a\xd6\x99\xca\x4f\x68\x5e\x03\x82\x70\x6b\x32\x32\x3d\x22\xc5\x3b\x64\x44\x74\x0c\x71\x22\xfb\x81\xe7\xd0\x50\xee\xdc\x90\x9a\xcd\x20\x54\xda\x4a\xa7\x70\x89\xc5\x22\xef\x3b\x71\x51\x87\x24\x36\x96\x9b\xf4\xcd\x52\x2b\xf8\x6f\x94\xde\xeb\x46\xbf\x5c\x9b\x87\x5c\x99\xc8\xcb\x7a\x7f\xc3\xd8\x30\xf0\x0c\xda\x77\x6b\x2d\xbb\x03\x19\x21\xda\x9b\x70\x46\x4e\x90\x6c\xe3\x47\x5b\x42\xf6\x2c\xaf\xb1\x2a\x5c\x39\xd9\x15\x2d\xcb\x2b\x3e\xb6\x79\x2f\x19\xdf\xcf\x04\xc5\x1d\x93\x1e\xc6\x9e\x33\xf7\x8b\xf2\x62\xbe\xf1\x73\x7c\x65\x3b\xbf\x96\x8b\xed\x53\x87\x59\x9e\xcf\xc3\xa4\xe5\x45\x5c\x86\x8e\x42\xb6\xed\xad\xd8\x64\x5b\x0d\xfb\x01\xa1\x26\x49\x1c\xf6\xa9\x82\x87\x5a\x3b\xe7\x77\xd6\xed\x35\x3b\x69\x0f\x34\xb0\x0a\xa3\x07\x78\x7d\x7f\x93\xf8\x1f\x93\x20\x16\x98\x1c\x58\xc2\xc7\x1b\xf3\xab\x23\x2e\x4c\xb6\x06\x16\x59\xd9\xb1\x5d\xe4\xb0\x6d\xc6\x38\x93\x6e\x43\x34\xaf\x97\x1d\x9f\x87\x03\x0d\xbe\x81\x92\x67\xba\xb0\x0a\xcd\x0f\x7c\x54\xad\xdd\x38\xef\x93\x30\x16\xbc\xad\xbf\x54\x47\xd0\x6d\xe5\x1c\x47\x3f\xcc\x62\x88\x22\x1e\xe4\x6e\x6b\xf3\x37\xf1\x5d\xb6\x5d\x84\x70\xb0\xdd\xc1\x37\x0f\xda\x9a\x39\x68\xbf\xb9\xba\xee\xae\xd6\xdb\xab\x25\xcf\x68\xe4\x06\x6b\xbd\xc3\xe2\xb7\x98\xb8\xc7\x26\xf1\xd7\xfc\x90\xb0\xd9\x78\xa8\x3f\x06\x98\x33\x74\xb5\x70\xb8\x47\x43\x97\xef\x68\x3b\x4c\xaa\x96\x73\xa6\xcc\xc2\xda\xd3\xb3\xda\xfb\xd3\xaa\xa7\xd2\x25\x91\x43\xa1\x81\x14\xc9\xdd\xda\x1a\xe5\x2a\x73\x7e\xdb\x6a\x0d\x15\x3a\x14\x63\xdf\x93\x05\x2b\x56\xac\xe6\x2e\x9e\x56\xa5\xbc\x13\xb1\xd2\x4b\x99\x5f\xc0\xf0\xd4\x04\xee\x2e\x9d\x73\x20\x60\xaf\xdd\x6c\x04\xe4\xeb\x8c\x83\x97\xde\xcd\x14\x46\xc3\x8f\x86\x87\x87\x10\xb1\xad\x19\x03\xac\x3b\xd1\x5a\xe9\xe1\xd8\x4f\x0a\xe0\x77\xad\x57\xa6\xd4\x52\x61\xfe\x33\x7d\xaf\x0a\xd6\x1a\x32\x3e\x1c\x57\xb5\x09\x85\x70\xd7\x58\xd9\x58\xd9\x65\x05\xe5\x70\x33\x05\x7a\xf9\x85\x75\x3a\x2f\xe0\x71\x1c\xf0\x5b\x66\xed\xbe\x4f\x26\x21\x0f\xd7\x85\x9d\x70\xc9\x05\x66\x52\xe4\xbc\xb9\x31\x6e\x20\x93\x8d\xfe\xf3\x46\x51\x28\xf9\xed\xb7\xd5\x0d\xa4\xe9\x9b\x6c\x7a\x42\xf2\x65\x65\x03\x9b\xd4\x73\xd3\xaf\x6d\x50\xe7\xb4\xa4\xab\xbe\x94\xe4\x00\x00\xbe\x16\x96\xb8\x3c\x10\x46\xb0\xab\x35\xb2\x89\x0f\x7d\xb7\x76\x44\xa3\x43\x82\x34\xce\xce\x57\x03\xf4\xa0\xbc\x25\x27\xa3\xfa\x17\x4f\xec\x6c\x95\xba\x09\x9e\xd5\xbf\x65\x1c\xc1\xf0\x9f\xad\x64\x26\xb6\x58\x95\xab\xcc\x47\x7b\x93\x58\x0a\x68\x51\x94\x3c\xc9\x2f\xf3\x0c\x9d\x38\x76\x6e\xf3\x1c\xb2\x96\x0d\x7c\xa8\x6b\xed\xa8\x00\xd1\x49\x99\xd6\x0c\xf5\xb9\x18\x6e\x1b\xc2\x09\xbf\x96\x99\xf3\x04\x7e\xbd\x00\xe5\xa1\x8a\x45\xdf\x5a\x3e\x26\xf7\x1e\x6c\xd9\x04\xf2\xfd\xc4\x1d\xd4\x6b\xe0\xe5\x70\x93\x88\xac\xd0\xc3\xa9\x7c\x63\xe7\x61\x7b\x38\x5a\x17\x1a\x05\x07\x96\xc9\xab\x7b\xef\xc3\x99\x56\x0e\xd9\x82\x90\xa5\x32\x4b\xa0\x7b\x7c\x31\xc8\xe1\x90\xd0\xec\xef\x6b\xde\xb0\xec\x99\x17\xf9\xc4\xcb\x67\xd2\x71\xf8\xd5\xe1\xd6\xce\xe1\x2d\x59\xbf\xcd\xa4\xdc\x68\xc9\x16\x10\x82\x8c\x86\x90\xfd\x2e\x3e\xc5\x9b\x47\x1b\xb5\xb2\x9b\x87\x23\xbf\xe1\xa3\x00\x3e\xf6\xdb\xf6\xde\xde\xde\xc9\xcb\x37\xaf\xdf\x9e\x1d\xbd\x3a\xdb\xdb\xdb\x23\x47\xa0\xce\x58\xae\x1b\x7c\x84\xfa\xbd\x55\x93\xf2\x3b\xa1\xf5\x1c\x8d\x22\xc8\x49\x03\xcf\x9d\xba\x53\x74\xcf\x34\x6f\x6d\xa0\x9d\x6e\x2a\xa5\xf1\xab\xd9\x81\x4c\xd2\xac\x3c\x39\x5d\xbb\x61\xf9\x08\x97\x73\x32\xa5\x1c\x82\x35\xa9\x8c\x59\x50\x89\xd6\x39\x37\x7a\x36\xf5\x56\x6c\x6f\xfa\x4b\x43\x60\x9c\x8c\xc9\x5d\x2a\x21\x89\xbc\x63\xa9\xf7\xd4\x5f\xa3\xd9\x5f\x83\x5a\x2e\x75\x09\x8a\x1d\xea\x32\xf6\x22\x5a\x18\xf2\x12\x96\xfc\x8b\x5e\xa1\x5b\xcf\x00\xee\x03\xcb\x64\x0e\x0a\x65\x2b\x48\xd3\xe6\x55\x95\xb1\xf7\x1f\x54\x22\x0a\x87\x3c\xa5\x2a\xd0\xbe\x24\x4d\xe6\xc3\xe7\xcf\xe2\xca\x4c\xab\x12\xd3\x46\xf7\x5e\x55\x25\xeb\x49\x23\x77\xeb\xe0\x39\xc2\xad\x9f\x48\x28\x04\xe5\x2e\x50\x24\x56\x1e\x78\x2d\x15\xbb\x39\x63\x8d\x4d\x2f\x64\xd1\x99\x98\x16\x92\x86\x62\xb8\x4a\x59\xec\x26\x0f\xb4\xf6\xf9\x1d\x53\xaf\xb8\xa0\xa3\xcf\x90\xfe\xeb\x15\xa0\x89\x82\x4e\x74\x80\xd9\xca\x15\x98\xd1\x3a\x5f\x36\x49\xac\x4e\x41\x1d\x5f\x14\xd2\x61\x1b\x5c\x49\xdd\x34\x33\xb2\x0d\x4e\x1e\x2c\xf6\xb9\x8a\xfe\x62\x09\xfb\xde\x54\x26\xde\x95\x34\xd9\x7e\x8d\xa9\xdb\x44\xf7\xe1\x27\x51\x24\xc4\x0f\xf7\x9c\x56\x65\x30\xa4\xb2\xf1\xd4\x98\x71\x18\xff\xee\x0c\xd4\xeb\xb9\x90\xfe\xd2\x13\x05\xbc\x9d\x83\x55\xe3\x58\xce\x2a\x77\xb0\x08\xc5\xf9\xb7\x00\x3b\xe1\x71\x61\x4a\xd3\x8b\x2b\x5a\x67\x1c\xa9\x5c\x23\x85\x4c\xab\xaf\x4a\xb9\xc3\x8a\x5d\xe2\x98\x25\x5e\xe6\x6e\x12\x1d\xc0\x9a\x41\x37\xc4\xf5\x0e\x0a\x9e\x23\x18\x6e\xe0\x07\xe8\x75\x32\x23\x05\xd5\x1d\xb6\x4c\xea\x5d\x16\x6c\xc9\xf6\x1c\x7e\xa7\x33\x99\x35\x89\x4b\x4c\x80\x39\xea\xc5\xd0\xa9\xbc\xb7\x67\xe7\x01\x8c\xf4\x26\x15\xcf\x4e\xbe\x72\x98\x86\x46\x01\x45\x2f\x80\x63\x42\x92\xe1\xd6\x74\x10\xd2\x29\xf2\x31\xbe\x65\x84\x78\xe3\x18\xfe\x86\x03\x63\xac\xc2\x6b\x05\xaf\xf8\x93\x4e\x90\x36\xc6\x3c\x73\x9f\xee\x9a\x92\xc2\x0d\xc7\x2c\x83\xbe\x8d\xdb\xf7\x51\xbd\x5b\x6c\x49\x4f\x6e\xef\xe8\xf8\x76\x7b\x2b\x73\x9a\x8f\xb7\x6f\x72\xce\x51\xa7\xf0\x22\x2f\x2f\xc6\xad\x5b\x7e\x51\x56\x57\xa5\x00\xf7\xf8\x96\xbb\xaf\xb7\x67\xfc\x55\xc8\x60\x77\xb3\x1b\x6e\x58\x2d\xb6\x62\x8b\x87\x28\xe3\x6d\xe8\x73\xe3\x44\x4c\xc6\x8b\x05\xd2\x2e\x35\x15\x99\xb3\x92\xd5\x82\xb7\xd2\x59\xc6\x90\x7a\x34\xe2\x6e\x51\x6f\x48\x10\x7a\x0d\xbf\xcb\xb0\x33\x62\xfd\x99\xd3\x27\xcf\xcb\x14\xd9\x36\x2f\xcb\x99\xb4\x32\x29\xae\xa5\xab\x27\xc7\xeb\xca\x4a\xb0\xdc\x4d\x79\xba\xb2\xb6\x39\x74\xa8\x3d\x3f\x4d\xdf\x93\x77\xf9\x7a\xaa\xdf\x33\xb0\xe6\x61\xb2\xd4\x2f\x97\x32\xdd\x4a\x80\x1b\x5e\xfe\xc4\xe0\x68\x7e\x93\x1b\x45\x4b\x84\x98\x83\x57\x60\xea\x81\xce\xdf\x9f\x94\x70\xf1\xe1\xc7\x80\x64\x5b\xb7\xef\x96\xbb\xd7\x7f\x21\x26\x84\x5f\xe5\x60\x7e\xe9\xf4\xe3\x46\xe4\x16\x12\x62\x77\xb7\x63\x1b\x62\x0e\xbf\x87\xe9\xac\xf0\xd3\x29\x5b\x51\x78\x1a\xef\xa3\xd8\xee\x6d\xfa\xc0\x95\x91\xa7\x35\xa3\x17\x0f\x76\x9b\x06\x0a\xbb\x7f\xc4\x2c\xe4\x63\x10\xf4\xef\xe8\x29\x70\x48\xad\xad\x90\xca\x0e\x8f\xcf\xf4\x54\x02\x52\x5d\xd1\xa6\xd9\x71\x47\x6e\x5d\x80\x90\xbb\x61\x4c\x33\xab\xa1\x26\xae\x80\x30\xb1\x75\xc9\x2a\x4d\xde\x14\xec\x2b\x20\x7d\x2a\xc3\x7c\xee\x08\x6a\xa8\xfc\xed\x00\xd4\x3d\x6f\x49\xc8\xc6\xe1\xfe\x39\x4a\xbe\x57\x55\xbd\x44\x01\x4d\xf9\x0b\xfa\xaa\x07\xb7\xd6\x8e\x9a\x28\x77\x65\xbb\x29\xaa\xa2\x02\xe5\x3f\x45\x5d\x35\x20\x94\xdb\x72\x9b\x73\x51\x44\x94\x73\xea\xd9\x0e\x41\x18\x22\x87\xdb\xfb\xe1\xd6\xfa\x12\x1f\x5a\x36\x66\xe0\x76\x37\x6e\xab\xd7\xbf\xed\x91\x31\xb4\xfe\xdb\x1d\x18\x97\xfc\x9f\xc2\x6d\xb8\x5c\x17\x4d\xbe\x2a\x18\x29\xab\x8c\x71\xf2\x5d\x5a\xad\x8b\xec\x3b\x5b\x4c\x1b\x92\xab\x9a\xae\x80\x03\x03\xa9\x0c\x4d\xc8\x6a\x3a\x07\x29\x1a\x2c\x89\xc0\x36\x4c\x4c\xa2\x07\x11\x46\x6d\x59\x0e\x2c\xe5\x58\xc9\xd7\xb5\x0c\x98\x5d\xb3\xb4\x2a\xd3\xbc\x60\xb5\xbe\x6c\x61\x0e\x90\x71\x91\x54\xeb\x66\xb5\x6e\xc8\x8a\xd5\x07\x62\x42\x24\x45\xb5\x5c\x71\x2d\x03\xe8\x48\x4f\x81\x9a\x1d\x80\x3b\x35\x46\xba\xb2\x22\x6b\x2b\x45\x94\xb4\x0c\x50\xb3\xbc\x60\xd7\x93\x8d\x02\xe4\xcd\xa3\x8d\x03\xff\x9b\x87\x23\xb7\x7a\xa8\x7c\x72\x0e\xe7\x4b\x27\xe1\xb0\x1d\x5a\xb4\x43\x61\xe3\x66\x27\xd6\xe0\xf9\x17\xd5\x93\x78\xaa\x8f\xa8\xbe\x50\xe2\x62\x9c\x32\xdc\xea\x8d\xc0\x51\x4b\xc8\x1d\x6c\xd5\xb1\x7b\x34\xcd\x27\x57\xdb\x08\x55\x2b\x89\x6a\x23\x4e\x11\xb2\xd4\xa2\x3f\xef\xd6\xe9\x5a\x57\x8c\x8d\x30\xdc\x7c\xee\x56\xf4\x7d\x0d\xc3\xb6\x5d\xfc\xff\x57\xc7\xc9\x36\x45\xe7\x17\xea\x28\x07\x11\x8c\x76\xb2\x66\x4e\xec\x8d\x71\x72\x67\x3e\xb0\xd9\xe0\x3d\xbb\x64\xc7\xb4\x54\x10\xd8\x57\x33\x44\x0f\xec\xcf\xf3\xba\x5a\xaf\xc2\x51\x9c\xd4\x9d\x48\xe6\xed\xa1\x4c\x87\x21\xfa\x44\x71\xca\x49\x1f\x1c\x7a\xfe\xab\x3e\x69\x9d\xd3\x17\x74\xca\x8a\x82\x65\xd3\x6b\x32\x41\x95\x94\x3e\x78\x33\xd2\x97\x59\x7a\xc3\xf9\xa1\x00\x80\x0e\xd9\x3d\xef\x69\x47\x5f\x3d\x58\x13\x94\x80\x6b\xce\xea\x83\x19\x4d\x21\x74\x06\xb4\x12\x97\x1a\x48\x80\x5c\x6a\x0d\xc5\xe7\xd5\xca\x96\xe8\x50\xbb\x34\x23\x57\x8b\xbc\x61\x7c\x45\x53\x26\xee\xa6\xaa\xce\x58\x0d\x6d\xd6\x10\x5e\x8b\x5c\xd2\x22\xcf\x94\x27\x19\x39\x79\x12\x72\x0f\x79\x26\x1f\x2a\x4f\x32\xf2\x7d\x64\x35\x49\xcd\x56\x05\x4d\x59\x7f\x74\x7e\xce\x47\xf3\x21\xe9\xf5\xdc\x6b\xb6\x0d\xfa\xbe\x16\x83\x60\xc6\xb4\xdf\xe5\x10\x07\xff\xbe\x09\x07\xbb\x39\x80\xff\xfc\xee\xb1\x41\x4a\xe0\x19\x77\x4b\x16\x5e\x2b\x51\x71\x1c\x59\x91\xdf\xb9\x10\xd0\x33\xe7\xe3\x8d\xb3\xc0\x00\x15\x72\x1b\x59\x42\x8d\x8f\x03\xd9\x08\x40\x73\x30\x30\xed\x02\xb9\x60\x23\xbe\x06\xec\x90\x94\x34\x5c\xb7\x98\xd1\xad\x96\x66\x73\x9b\xe0\x7c\xd4\x32\xa6\x87\xe4\xe6\x24\x87\x38\x50\x57\x05\x1b\x93\x1e\x54\xe9\x79\x3b\xd1\x13\xd3\x39\x28\xf4\x7c\x7a\x63\x6f\x82\x1d\x9b\xb4\x5d\xf6\x73\xc7\x6a\x5b\x4a\x04\xf3\x5a\xe5\x85\xce\xa7\xe4\x98\x28\xd1\x25\x03\x44\x25\x80\x81\xbb\x1b\xc1\xb6\x04\x04\x12\x1f\xee\xf6\xf7\x49\x24\xe3\x31\xba\x98\x90\x47\xe4\x6e\x84\x58\x13\x07\x3e\x0f\x8b\x1c\xcd\x08\xce\xef\xd8\x66\x04\xe7\x77\x90\x99\x74\x3a\x97\xdc\xb9\x7d\x65\xc8\x4f\xd6\x51\x07\x68\xdc\xfc\x7e\xe3\x09\x71\x0f\xb3\xfc\x12\x9e\x49\x0d\xca\xf8\x55\x76\xb3\x8d\x88\x4e\x36\xe8\x89\x10\x8f\xe6\x54\x2b\xeb\xd1\x7e\x27\xc5\xc3\x50\xe6\x04\x00\x13\xe4\x9b\xc8\x00\x16\x22\xea\x3e\xa3\xba\x80\x08\xc0\x5a\x46\xb4\x6b\xe2\x0d\x18\x1b\x38\xb2\xe3\x60\xe0\x91\x46\x8c\xff\xa1\xf8\x44\xd9\x7c\x84\x9d\x91\x6d\x66\x1e\xf8\x2f\xd2\x75\xbc\xa2\x19\xef\x4b\x2b\xb4\xe2\x73\x4b\xfd\x6e\x71\x5b\xd7\x89\xdb\x88\xe0\xbf\xce\xe3\x8d\xff\x06\x91\xaf\xdb\x37\x67\x5a\x35\x4d\xb5\xbc\x3d\xe6\xc9\x6c\xce\x71\xd4\x73\x2c\x2c\xd4\xa7\x2c\xbf\x74\xbe\x3d\x1c\x15\xf9\xa3\x16\xe5\x28\x69\xe5\xde\x15\xfa\xda\xac\xbb\x94\x3d\x03\x69\x49\x03\xe4\xc2\x89\x4a\xe3\x71\xae\xe9\x16\x86\xfc\x0b\x9f\x7e\xe1\x70\x1c\xaa\x61\xa3\xec\x6e\xc4\xf4\xaa\x95\xd6\x41\x77\x93\x0d\x72\x26\x48\xf9\x84\x04\x6d\x13\x23\x4b\x4b\x2e\x76\xcb\x33\xb3\x92\x40\x72\xec\x60\xac\x0d\xd8\x26\x33\x49\x74\x70\x44\xec\xa8\x20\xf0\x47\x81\xb3\x5a\x1d\x86\x62\xc5\xac\xae\x96\x52\x9e\x0b\x4a\xb7\x48\xcf\xe2\xba\xb2\x9a\x6b\x92\xb7\xeb\x9d\x14\xb2\x12\x93\xf3\x3b\x5c\xc1\xe9\xfc\x4e\xc0\x6e\x4e\x36\x3d\x5d\x7c\xd0\x23\xdf\xcb\xe1\xbe\x27\xfd\xa6\x5a\xb9\xee\xdf\xe4\x90\xf4\x7a\x64\x0c\xa1\x20\x0e\x49\xef\xa0\xa9\x56\xe2\x67\xef\x00\x4f\x6b\xcf\x3f\x71\x71\x24\x90\x2f\x4f\x5e\x5d\xe0\x6b\x30\xd1\xd4\xe4\xfc\x8e\x38\xbf\xee\x5c\x47\x5d\x67\x52\x43\x43\x66\x74\x6d\xc7\x18\x57\x65\xba\x55\x2b\xf3\x47\xa3\xcf\xbf\x9e\x75\xce\x0e\xe8\x29\x7d\xa3\x50\x63\x15\xc3\x49\xa7\x82\x83\xa0\x1b\xc9\xc0\xae\x2a\x9e\x97\x9c\x35\xbd\x71\x7c\xb1\xe4\x7b\x72\x6f\x28\xeb\x72\xd6\xf0\xfc\x1f\xac\x37\x0e\x74\x46\x49\x02\x14\x45\x3b\x74\xe0\xbf\x2c\xc8\x93\x1b\x7d\xe0\x52\x6a\xaa\xf0\x82\x3e\xe2\x41\xf0\x29\xd3\x20\xad\x96\x4b\xa3\x04\xf0\x9e\xaf\xac\x31\xd3\xd8\xad\xf8\x5f\xa1\x8c\x8a\xad\xcf\x2a\xf6\xcd\xe8\xc7\xdd\x86\xf5\x4e\x03\x30\x9f\x1f\xb7\x1b\xd4\x07\x76\xf8\xe3\x4e\xc3\x7c\xa7\xfa\x93\xea\xaa\x1c\xfb\x1f\xac\xaa\xbe\x09\xfe\xb8\xdd\x28\x9f\xb8\xae\x08\x63\xf7\xa7\xd3\x67\xbb\xf5\x7b\xdc\x6c\x5d\x63\x9b\x0e\xd8\xd6\x91\xae\x59\x56\xc5\x7a\x3e\x96\xde\xd8\xbe\x6e\xc1\x69\x5b\xd4\x6c\x16\x3b\x69\x0f\x5d\x92\x85\x76\x05\x20\x2d\x58\x78\x7a\x63\xbb\x25\x4c\x36\x8e\x4b\xc3\x0d\x19\x3d\x8a\x9d\x0e\x93\x4c\x79\x55\xe4\x10\x28\xb8\x23\xaa\x46\xcb\x65\xe4\xe9\xf2\x44\x47\x8f\xc1\xd1\xdc\xa5\xfc\xfe\x6c\xdd\x52\x6f\xea\xfa\x47\x7b\x35\x81\x53\x4e\x55\xf1\x21\xa8\x7e\x46\x57\x93\x4d\xe8\xa4\x70\xb3\xd3\x9d\xe3\xdd\x3a\xde\x4a\x71\x91\x5b\x77\xc1\x2c\x65\xfb\xec\xcd\x2e\xc5\xaf\x35\x57\x8e\xbf\xdd\xd5\xf6\xbf\x8a\xe3\x6f\xa9\x38\xde\xed\x6d\x24\x46\x94\xa3\x46\xd5\x11\xe5\x55\x68\x5d\x6d\xbb\x5f\xa8\xac\xe6\x59\x9b\x41\x67\x96\x5f\x3e\x6f\x96\xc5\x1b\x8c\x28\x90\x33\x4e\x26\xee\x25\x86\x77\xdb\xfe\x3e\x99\xb3\xe6\x15\xf8\xf1\xc3\x17\xf9\x64\xf6\xfc\xec\xe5\x8b\xa3\xa6\xa9\xf3\xe9\xba\x61\xdc\xf7\x20\x7d\xd4\xb7\xe6\x90\xe5\x97\x66\x94\x81\xff\x80\x63\xd1\x8a\xaf\x40\x0d\xa9\x1f\xc9\xb3\xc9\x26\xcf\x6e\x3a\x74\x20\xa8\x56\xb8\x81\x53\x19\x80\xe0\x06\x0d\x66\xe4\x13\x20\xfc\xed\x8a\x29\x81\xe1\xba\x4b\x4e\x44\x33\x6c\xdc\xc6\x01\x73\x2c\x36\x13\xf2\x2a\x02\x12\x4e\xa4\x0e\xc8\xa7\x55\x1a\x11\x25\xed\x70\x70\x93\x1c\x3a\x11\x7b\x2c\x0b\x54\xaf\x1f\x85\xb2\xd0\x1e\xfe\xba\x09\x09\xb1\xde\xbe\x56\x42\xe8\x4a\xcc\x03\x27\x34\x37\xb8\x65\x39\x2e\xda\xc4\x71\xd5\x7a\x49\x73\xf5\x72\x87\x45\x05\x03\xbc\xb5\x53\xfc\x47\x78\x2f\xcf\x10\x1a\xbd\x8c\xd4\x2f\xd0\x85\x2a\xfe\xc9\xe8\xa8\x2d\x75\x75\x68\xb4\x36\x65\xf4\xe2\x5d\x9e\x59\x9a\x11\x9d\xf6\x95\x16\xcf\x73\x8b\xd5\xf2\xbe\x3f\xab\xea\xb7\x67\x2f\x74\x29\x2d\xf2\x79\x89\xae\xbb\x4f\xb3\xb9\xe9\x7f\x4e\x57\xa7\x2b\x9a\x9a\x0f\x69\x75\xc9\xea\x33\x37\x70\x8b\xd6\xdb\x9a\xc1\xaa\x57\x55\xf3\x82\x5e\x07\x0e\x7e\x66\xe2\xd5\xba\xcc\xcc\xda\xb5\xe3\xb0\xbb\x18\xfd\xf9\x88\xbf\xcc\xcb\xce\x85\x3e\xcb\x3f\x59\x76\x76\xe8\x39\x68\x7c\x06\x6d\x4f\x3f\xbb\x48\x26\x24\xb6\xe7\xe9\xbc\x1a\xa0\xf9\x99\x29\xb4\x32\xf2\x12\x95\x1d\xc1\x7d\xea\x56\xd2\x82\x49\xda\xe8\xb9\xee\x85\x0e\x83\xed\x2e\x7d\xb7\x77\xea\xfb\x7a\xef\x39\xa9\x44\x69\x71\x38\xec\x3b\x13\x1a\xda\xd2\x81\x3b\xf2\xc0\x15\x02\xb5\x37\xcc\xb7\xb8\x46\x03\xdf\x78\xd9\x69\xdb\x81\x4b\x3d\x2b\x46\xb7\xb1\xea\xf5\x30\x2c\xea\x4b\x03\x5c\xd3\x83\x36\x83\x81\xac\x38\x56\x4d\x89\x29\x51\x63\xde\x88\x19\x6f\x6a\x4c\x4c\x63\xa6\xa8\x81\x47\xbf\x36\x23\xc0\xab\x90\x3f\xa7\x97\x0c\x3e\xc0\x3d\xc5\x4d\x75\x93\x38\xc0\xad\x16\x5e\xd4\x71\xcb\xe4\xf7\x1f\xac\x50\xa5\x1b\xb3\x87\x35\xe9\x1b\xeb\x66\x52\xcd\x22\x37\xbf\x67\xb8\xae\xdd\xe9\xd2\xd8\xb3\xb1\xbe\x3e\xad\x60\xb3\x24\xf6\x0e\x65\x37\xd9\xd9\xaf\x41\x29\x9d\x4c\x2a\x1c\xdd\xdc\x79\xfd\x0e\xcb\x3d\xc8\x26\xa1\x2e\xda\xb2\x84\xda\x75\x45\xc1\xd2\xba\xb2\x99\xca\x78\x15\x51\x5f\x32\x5b\x52\xb7\x12\x7c\x77\xe4\x35\xb5\x18\xbd\x32\x2b\xd8\x19\x9d\x42\xf4\x6d\xdd\xe2\x8c\x4e\xa7\x96\xe0\xce\x13\x5a\x98\x36\x39\x3f\xce\xeb\x74\x5d\xd0\xda\xa4\x1b\xf0\x92\xbb\x27\x49\xd2\x72\xc0\x6d\x14\xe7\xbc\x6f\x29\xce\xea\xaa\xd2\x9e\xfc\x6e\xe3\x43\x63\x98\xad\x08\x88\x2f\x27\xb8\x3c\xc3\x84\xa4\xb4\x3c\x2a\xaf\x35\x0e\x42\x99\x39\x14\xc4\xcf\x7d\xab\xc0\x18\x33\x89\xdf\xdf\x97\x93\x42\xf5\x1d\xd8\xa6\x43\xee\xb7\x43\x3f\x52\x44\x7f\x40\xc6\x4a\x47\x87\x83\xb8\x57\xff\xc4\xff\xed\x69\x1f\xdd\xf8\x05\x7b\xe4\xe1\x84\xb8\x41\x0f\x92\x25\xcb\xf2\xf5\x92\x8c\xdd\x8e\x14\x73\x62\xb9\x08\x42\xbc\x34\xf7\xfe\x24\x39\x97\x2f\x57\x73\xd6\x80\x2d\xda\x15\x7c\x96\x09\x2a\x65\x00\x50\x65\x28\x00\x41\xc7\x56\xab\xe2\x9a\xe4\x8d\xc9\xfc\x63\x25\x56\x54\xc9\xfd\x35\xb3\xa8\x9c\xfa\x04\xd3\x23\x2b\x6a\x59\x45\x89\x0d\xc7\xa7\xa7\x86\x2d\x75\x36\xa2\x91\x37\xba\xe0\x5c\xfd\xf0\xa4\x76\xce\x84\x20\x98\xb6\xa2\x08\x7d\x6f\xb5\x9f\x3f\xc7\x18\x05\x88\xbd\x17\x1b\x2b\xfe\x39\xa9\x66\x33\x2e\x7b\x0c\xd2\xb0\x61\xfd\xc7\x82\x67\xc9\xcb\xf9\x5b\x96\x9a\x19\xbb\x9d\x58\xb5\x8e\x8b\x9c\x95\x8d\xa8\x6b\x67\x71\xb0\xba\xc3\xc9\x4f\x22\x9d\x27\xb8\x5d\x07\xe4\xfe\x03\x32\xfa\x8e\x1c\xa5\xa9\xe0\x60\xd0\x8b\xe8\xde\xea\x13\x99\xa2\xe9\x87\xd8\x06\x5b\xcd\xe1\x82\x65\xe0\x39\xa6\x38\xbb\xe4\xbf\xd5\xc3\x80\x63\x7b\x62\x9e\xcb\x82\xfc\xcb\xc4\x8b\x8a\x42\xfc\x16\x23\x2e\x65\xa3\x1d\x06\xf5\xe8\x23\xd8\x5a\x4a\xdf\x55\x19\x13\x0f\x3c\xf3\x94\xce\x76\x26\x3d\x5a\xaf\x98\xe5\x1e\x31\x84\x48\xea\x55\xac\x08\xdd\x2b\x72\x9d\xec\x1e\x42\xb2\xae\x56\x8c\x2a\x57\x3d\x75\x93\x71\xe5\xed\xdd\xf2\xbc\x5e\x40\xe8\x3a\x5b\xd1\xe9\xc4\x16\x88\xdc\xa1\x79\xc7\xad\xf9\xcf\x74\x42\x37\xb3\x52\xd3\xfe\xb6\xce\xe7\x1e\x54\xbe\x9f\x98\xb1\xb6\x5c\x94\x2a\xaf\x0c\x70\xda\xa7\xca\x85\x33\xed\x72\x1f\x31\x1d\x1e\x92\x7e\x67\xcd\x44\xe5\x37\xa3\x9c\x9c\xc0\x27\xc5\x25\xbf\xae\x65\xda\x0c\x57\xb0\x3c\x39\xc6\x06\xc7\xf8\xd6\x17\x75\x42\x69\xab\xe7\x44\x2e\x7c\xe4\xe4\x57\x8c\xb9\x9c\x46\xde\x2e\x81\x37\xc5\x5d\x4d\x8e\xab\x92\xaf\x97\xac\x76\xdf\x20\x97\xa6\x86\xe0\xe1\xbd\x97\xfc\x87\x72\x56\xee\x57\x25\xe4\x4c\x36\x0e\x94\x83\x37\x67\x21\xa7\xf0\xa6\xaa\x31\x12\xcb\x64\xd3\x19\xb9\x29\x68\x0d\x3a\x44\x4b\x5e\x0a\x2a\x20\x15\x98\x6c\xe4\xe5\xf4\xf9\x33\xe9\x5b\xab\xb1\x92\xad\xc7\x42\x95\xbd\xef\x61\x79\xef\x43\xf8\x56\xee\xdc\x9f\x93\x8d\xf3\x33\xa8\xac\xe5\xe9\xc9\x46\xff\x19\x54\xf2\x24\xcf\xc9\xc6\xfb\xb0\xad\x01\xca\xde\x41\x33\xfc\x1c\x34\x56\x22\xf8\x64\xa3\xfe\x0a\xaa\x58\x42\xf9\x64\x63\xfd\x08\x27\xa2\xe5\xf2\xc9\xc6\xfc\x1d\xf6\x67\x3d\x77\x72\xde\xef\x2d\xf9\x81\x0b\xf4\x03\x89\x49\xbd\xa1\x23\x04\x0b\x42\x64\xff\xb6\x98\xb9\x60\x0c\xce\x9a\x93\x32\x6f\x72\x5a\x48\x7c\x0a\x45\xf6\x08\x0a\xca\xb7\x88\xc9\xc6\x8b\x59\xa6\x8c\xec\x14\xba\xe8\x82\x48\x1f\x18\x97\x68\xb2\x51\x7f\x85\x48\x00\xba\x89\xc9\x06\xff\xbb\x75\x37\xf3\x4f\x2c\x0b\x37\x53\x7c\x0d\x9a\x7a\x6a\x96\xc9\xc6\xfb\x10\x34\x90\xef\xc8\x1b\x87\x2d\xf5\xd6\x8a\x5f\x83\xa6\x35\x9b\x4d\x36\x76\xa8\x3e\xaf\x46\x68\x7a\x95\xe5\x97\xfe\x37\xa2\xf4\x89\xfe\x75\x1e\xb1\x7b\x81\x01\xad\xd8\x4a\x91\x2a\x52\xbb\x19\x16\xc4\x1f\xd8\x35\xdf\x19\x69\xd1\xd0\xe9\x09\xaa\x1a\xe3\x0a\x1d\x72\x48\xee\x92\x31\x39\xb8\x17\x69\xeb\x04\xd7\xb1\x42\x7d\xb5\x55\xb5\x23\xee\xc4\xaa\xd8\x11\xdc\x54\x97\xf6\xb7\x48\x23\x63\xfd\x38\xd9\x68\xfd\x59\x67\x3d\x30\x8a\x9c\x6c\x5c\x2d\x61\x6c\x1b\x30\x22\x90\xc0\x90\x5e\x50\x1c\xb3\x92\x43\xeb\xe4\xfd\x7d\x54\x40\xc7\x77\x02\xcd\x62\x1e\x11\x65\x1f\x83\xba\xd3\x98\xf1\x53\x94\x51\x0a\xeb\x11\x10\x82\x9c\x10\x30\x2d\x76\x67\xa1\x86\xac\xb5\x22\x09\x43\xeb\xf8\xb0\x74\xf5\x94\xb1\x7f\xae\x52\x36\xf6\x6f\x8b\xf3\x97\xfd\x6f\x17\xcb\x34\x5d\xb3\xcb\x3e\x0d\xff\xb5\xf8\xe5\x8c\x3b\x82\xff\x5a\xee\x38\x6d\xe6\x7f\x5b\xfb\x97\x9e\x61\x06\x1f\x62\xa6\x70\xe6\x5f\x8b\x22\x3b\xfc\x77\xd3\x51\xd6\xb1\xc9\x5f\xa2\x15\x6d\x5d\xeb\x57\xe8\x49\xc3\x7f\xdf\x58\x73\x1a\x74\xdf\x5a\x12\xd7\x16\xb5\x54\x1f\xc4\x3e\xa3\x3a\x23\x6a\xce\x68\x2b\x4e\xf6\xf7\x7d\x0d\x77\x9f\x7b\x11\x34\x63\xda\xee\x98\x09\xa3\x6f\xaf\x28\xbe\x49\xbe\xc2\xf9\xee\x86\x96\xea\x64\x82\xdb\x22\xdf\x47\x8c\xaa\x94\x2c\x69\xbf\xf2\x10\x72\x83\x20\xee\xaf\x6a\x76\x29\x17\x54\xb2\x2b\x7d\x7a\x9c\x44\xc4\xaa\x20\xb1\xc3\x14\xbe\x5b\xb0\xf2\x39\x5e\xd3\xa0\x4d\x92\xdd\xa8\xab\x7b\x7f\x5f\xf7\x27\x3f\xb9\x49\x00\x9e\x60\xd2\x7d\x19\x62\x09\x62\xca\x60\x35\xdf\xef\x2f\x96\x87\x4d\x16\xc9\x60\x4c\xc7\x10\x8b\x89\x45\x97\x22\xd3\xcf\x9e\x97\xe2\xaf\x30\xde\x70\x92\xe5\x7c\x55\xd0\x6b\x19\xda\xa5\x17\xd6\xc0\x90\x2d\xa8\x86\xfa\x8e\xbc\x85\x81\x51\xe7\xa4\x22\xf1\x5f\xb0\x6b\xad\x4c\x92\x41\xe6\x39\xa1\x45\x43\xfa\x2f\x69\x4a\xaa\x95\x38\x63\x03\x48\xe4\xc3\x1a\x8a\x1f\xd3\x6a\xb9\xa4\x65\x06\x41\xe5\xbf\x1b\x59\x09\x24\x73\x7e\x54\x34\xaf\xeb\x97\xac\xa1\xfd\x1d\x93\xae\x3b\x1a\xec\x2f\x7c\x6a\x90\xf0\x8c\x27\x34\x17\x4b\xc1\x0c\xe6\x2a\x27\x4e\x4f\xcc\xaf\x17\x64\xbf\xf4\x2c\x7f\xbe\x2e\x4c\xbb\x8c\x67\x0e\xab\x92\xc6\x69\xba\xe7\xc3\xc4\x89\xd4\xee\xcf\x22\x76\x2c\x81\xc8\xca\x10\x17\x71\x5a\x6a\xe8\xc8\x2d\xe9\xa5\xa6\x95\x5e\x30\x2a\x98\x7a\xb3\xa8\xab\x2b\xf2\xb4\xae\x2b\x65\x55\x17\xc1\xb1\x71\xf0\x96\x26\x64\x8b\x29\x4d\x2f\x20\x3d\xd0\xba\x28\x04\xfa\x68\xd9\x39\x21\x3d\xf2\xbd\x3a\x25\xbd\x37\x05\x44\xd1\x43\x7f\x5c\xc8\xff\xc5\x1a\xf2\xbb\xd7\xe1\xef\x3a\x1d\x01\x61\x39\x84\x60\x5a\xd2\x72\x4d\x8b\xe2\x5a\xf4\x0c\x0e\xbf\xbf\x03\xff\x9b\xfd\x2e\xa3\x72\x26\xe8\xc6\xa2\xe1\x1b\x9c\x00\x1d\x00\x6a\x41\x1b\xb2\xa4\x4d\xba\x60\x9c\x50\x32\xcf\x2f\x59\x09\x67\x22\x9f\x11\x5a\x82\xe3\xf0\x77\xe4\xcf\x2b\x5a\xd3\x25\x7c\x3e\x00\x9d\x96\xf8\x4b\x2a\x69\x55\x18\x29\xe8\xc3\xae\x8d\x0c\x16\xd6\xcf\x55\xe8\xb6\xa2\xaa\x2e\xf4\x71\xbb\x60\xd7\xfe\x09\x9a\xe5\x25\xb8\x00\x3f\xbe\xfe\x2b\xbb\x7e\x56\x57\x4b\xd0\x95\xf7\x2d\xbb\x6d\xe9\x27\xd0\xfe\x26\xb4\xcd\xbd\x0e\x36\x76\xab\x8e\x2b\xd4\x6f\xed\xf4\x8a\x13\x3e\xdd\x04\x3a\x5a\x00\x14\x99\x74\x2c\x75\x18\xf6\x92\x38\x0f\x05\x38\x3d\xe8\x28\x66\x14\x06\x05\x81\x5a\xd2\x4a\x13\xad\xbc\x3b\xd4\x7c\x15\x65\xb8\x88\x64\xc7\xb2\x2d\x5a\x30\xac\xbd\x7f\x64\xe7\xac\x79\x8d\x71\xfb\xdf\xe5\xcd\xe2\xb5\x9b\x42\xe0\x1c\xb2\x9d\xa2\xc1\x20\x76\xf2\x99\xf4\x2d\x9e\x09\xc2\x7e\x77\xd1\x92\x21\x31\xdf\x77\xc9\xa7\x10\x64\x9b\x95\x00\x6b\xd8\xf2\x70\x2b\x72\xb8\x4f\xcb\x8a\x36\x7f\xc6\xb4\xb2\x6a\xfa\x6e\x6d\x95\x0b\x48\xe6\x01\x72\x8b\x25\x34\x75\x5a\x6d\x80\x03\xf6\x73\x48\xfe\x9b\x40\xc1\xce\x80\x15\xa6\x87\x30\x39\x26\x03\x34\x6c\x4b\xe6\xa0\x51\x72\xac\xaa\x84\xb7\x40\x88\x44\x7f\x3c\x88\x74\xce\x3a\x6d\x36\xe2\x5e\x63\x33\xd2\x67\x97\xe6\x55\x46\x9f\x14\x76\x99\xac\x58\xcd\x05\xeb\xec\x66\x59\x92\xba\xc0\xbc\xe4\x0d\x2d\x53\x56\xcd\x08\xe6\x63\x71\xb2\xa3\xc9\x4a\xea\x79\xc5\x52\x20\x86\x8f\x4a\xd6\x19\x8e\xf4\x2d\xe3\xd6\x77\xf5\x1e\x9e\xe3\x3b\xc3\x3b\xf9\x12\x92\x3a\x6c\xc4\x41\xfe\x4b\x51\x4d\x69\x61\x9b\xd9\x3f\xab\xca\xe6\x1d\xcb\xe7\x8b\x86\x93\x1b\xcc\x54\xd5\x4b\x92\x51\x92\x8c\x4e\x9b\xeb\x22\x2f\xe7\x82\x93\xd0\x5d\x1c\xbf\x7e\x75\xf6\xf4\x3f\xce\x7e\x3b\x7a\xf1\xf1\xe5\xd3\x57\xbf\x7d\x3c\x39\x7b\xfa\xf2\xe3\xf3\xa7\x27\x7f\x79\x7e\x66\x5a\x8f\x5c\xf4\x4b\xd2\x52\x26\x0c\x30\x3d\x35\x82\xe2\x6e\x7c\x44\xb5\xf4\xd8\xd1\x22\xde\x3e\x86\xe8\x90\x23\x37\x88\x64\xd8\x5f\xa9\x7a\xf7\xa9\xab\xaa\x19\x93\x50\x95\x88\x17\xaa\xd6\xf4\xc4\xaa\x1c\xe8\x52\xac\x5c\xe4\x3c\xda\xd5\x81\x28\xc0\x2a\x68\x24\x17\xad\x84\x45\x58\x0d\xb4\x19\xd1\x5a\x50\x82\x95\x72\x5e\xad\x58\x39\x26\xbd\x9c\x1f\x88\xbf\xc4\x57\x7c\x94\x76\xd2\x76\xcc\x99\x79\x9f\xe8\xc7\xb3\x9b\x1b\x38\x87\xf7\xa9\x6a\xfb\xc8\xcd\x27\x6d\x8c\x43\xd0\x8a\xc4\x33\x9a\x8c\xdb\xb7\xf8\x7b\xd0\x0f\xd1\x0f\x3a\x73\x93\xf7\x6f\xc8\xac\x2a\x1b\x70\x41\x5c\xd2\xb2\xc9\xd3\xe3\xaa\xa8\x6a\x3e\x24\x6c\x36\x63\x69\x83\xbe\x04\xd0\xce\x4d\xc0\xa2\x92\xd9\xc2\x06\xeb\xa8\xf6\x50\x31\x81\x1e\xe5\x5b\x76\xc4\x05\x05\x2d\x01\x22\xdf\x11\xe6\xba\xc4\xa2\x95\x82\xff\x9b\xd7\xd5\xba\xcc\x60\x7a\x63\x6f\xb6\x10\x3a\xec\xb1\xae\x63\xd1\x68\xf3\xe0\xd8\xbb\xf7\xeb\xdd\xd5\xa7\x30\x8d\x46\x68\x60\xf7\x41\xfe\xd7\x42\xcf\xf7\x91\xd9\xa6\x81\x15\x99\x35\x61\xce\x0a\x96\x36\x55\xed\xa6\xf7\x20\xa4\x37\x06\xd3\x87\xde\x98\x6c\x48\xb5\x6e\x84\x30\x32\x26\x77\x1d\x9d\xc8\x4d\x30\x45\x35\x21\x3c\x02\xb1\xb9\x88\x92\xdb\x41\x54\xb4\x00\xec\x43\xaf\xfb\x5e\xe9\x05\xe3\x5b\xd2\x7a\x9e\x0b\xfc\xbf\x6b\x7f\x5d\xd1\x2c\xcb\xcb\xb9\xfb\xd9\x9f\xa6\x3a\x86\xb1\x89\x2e\x5c\x37\x7e\xc4\x14\xbe\xb4\xcd\x4f\xac\x49\xce\x34\xb9\x1c\xdb\xa4\x33\xe1\x6c\x99\x4f\xab\x22\x73\xfc\x44\xda\xf0\x22\x88\x1c\x60\x90\x29\xb2\xee\x00\xd3\x7a\x4d\x4d\x4b\x8e\x09\x7b\x9d\x8a\xf0\x1c\x1f\xe9\x61\x21\x27\xdc\x41\xbd\x87\xf6\x3e\x94\xec\xf9\xad\x5a\xa4\xeb\x9a\xc3\xc4\xa4\x6c\xd6\xb2\x3f\xab\x4f\xe4\x67\x1b\xdf\xc1\xae\xb2\x3e\x05\xbc\x8c\xcc\x5a\x10\xa5\xa3\x22\x9f\x8b\x2d\x2f\xd8\xac\x69\xdf\x5e\x49\x3e\x63\xbb\xeb\x9a\x51\x7a\x1b\x79\x9a\xff\x83\x8d\x89\x4d\x1b\xde\x14\x6b\x9e\xa8\xa2\x70\x15\x6f\x11\x2a\xbd\x7b\x3f\xba\xeb\x90\xc5\x2f\xd8\xac\xa3\xf4\x31\xf8\xf4\x8d\x49\xef\xa7\x68\xf1\x59\xb5\x0a\xcb\x76\xa1\x32\x20\x64\xe8\x7a\x6f\x6a\xb0\xe3\x6f\x85\x55\xf8\xfa\x6c\xd1\x03\xf9\x68\xe6\x50\x08\xa4\xa7\x0e\xc9\x98\x56\x9f\x4e\x17\x34\xab\xae\xc6\x8a\x26\x27\xac\x60\x97\xa0\xb0\xf8\xb5\x93\x6e\x10\x1d\x38\x6c\x4c\x36\x3a\x6d\x10\xfc\x57\x5c\x65\xe2\xff\x0c\xc7\xf2\x9d\xe0\x92\x80\xcd\x93\xb7\x7e\x2d\xfe\x76\xf8\x11\x94\x8a\x87\x18\x15\x9c\x33\x57\x15\xe0\xf1\x33\xbf\x35\x79\x91\x37\xb9\xc3\x87\x6c\x22\x59\xae\xda\x99\x8c\xa9\xd4\x38\xd9\x1c\xd5\x36\xc6\x64\x47\xd6\xa7\x83\xeb\xf9\x6a\x86\xc8\x52\xbe\x04\x1a\xd3\x2d\x1a\x17\x57\xc0\x79\xf8\xa2\x4a\x69\xe1\x85\xf2\xdc\x24\x49\x62\x77\x24\x5d\x6b\x50\x2d\x61\xd2\x89\x36\x15\x91\xc9\x04\x49\x7a\x9d\x16\x79\x4a\x24\x3c\x40\xbd\x11\x01\x74\xd2\xf0\x4f\x89\xe2\xe6\x22\x03\xdf\x3e\x19\x19\x22\x0b\x98\x52\xb4\x6a\x97\xda\x37\xa0\xad\x94\x9f\x97\x8f\x40\x82\x09\x31\x09\xda\x68\x1c\x51\x1a\xdd\x0e\x60\x4f\x1e\x91\xbe\x4e\xd2\xeb\xec\xd5\xd8\x0b\x9b\x27\x3f\xab\x53\x75\x18\x3f\x01\xfd\x68\xa3\xa1\xdf\xb9\x65\x4c\xec\x57\x3d\x37\xca\xe8\x0d\xe1\x69\x05\x37\xb3\xc7\x39\x6b\x0d\xae\xd1\x43\x79\x38\x92\x31\x9e\xd6\xf9\x4a\x2a\x34\xbf\x1b\x75\x66\x9a\xbb\xfd\xc6\x46\xb0\x23\xd0\x27\x77\xeb\x92\x7b\x0f\x5c\x51\x69\xc9\x96\x55\xfe\x0f\xd6\x42\x49\x5a\x89\x89\x1d\x6a\x3b\x68\x12\xca\x53\x8a\x14\xa0\x7f\x5b\xd8\x0e\xbf\xdb\x47\x59\x82\x0d\xd2\x7d\xce\x68\xca\xc8\x89\xe5\x05\x68\x09\x3b\x5a\xd4\xd1\x81\x09\x80\x4d\xcf\x53\xf0\x9f\xb7\xbe\x70\xab\xb9\xe2\x1e\xdd\x1a\xb3\x82\x7d\x6a\x29\x92\x8e\xe7\xf6\xc7\x9b\xa8\x3c\x12\x9d\xe3\xc4\x87\x32\x9c\x22\xa9\x35\xe1\xf2\x6a\x72\x60\x23\xef\x0b\x13\x7a\xda\x75\x15\x33\x71\xa6\xdd\xef\x3a\x90\xb4\xfb\xd9\x8b\x8d\xec\xc5\x15\x10\x92\x51\xcb\xbc\xb5\xce\xc4\x15\x3c\xd4\x55\x69\x21\x81\xa5\x02\xc2\x05\x25\x16\xbc\x8d\x67\xa3\x75\x65\xea\x4c\xf3\xfb\xfb\xe4\x7d\x57\x9b\xa7\xb2\xe2\x07\xdb\xe5\x42\xe5\x12\xdd\xd6\x58\xad\xd9\x6e\x2c\xa1\x24\xda\xee\xed\xdc\x91\x8c\xc9\x6d\xf7\xe3\x81\xd5\x33\x6d\x77\xbb\x3e\x77\x9e\xdd\x82\x47\xf3\x36\x91\x05\xff\x19\xc1\x25\x3e\x43\x78\x83\x64\xe1\xbb\xaf\xff\xda\xeb\xfe\x36\x4b\x11\x54\x4f\xfd\x1d\x3b\x26\xbb\xef\x74\xe8\xdd\xe3\x02\xc2\x1e\xdf\xda\x06\x0f\x3c\x1d\xfd\xca\x6d\x18\x7e\x25\x3c\x21\x79\x79\x14\x9e\xfe\x48\xcf\x45\xcd\xaf\x80\x6d\xfb\xfa\xf7\xda\x01\xf0\x47\xac\xa7\x6d\x21\xdd\xe8\xa5\x9b\x7f\x2d\x8e\xb9\x67\xb6\x63\xa0\x20\x82\xbb\x8d\x9d\x39\x04\xb5\xbf\x0d\xdd\x39\x49\x1d\xaa\xd3\x3d\x09\xd5\x20\x12\x45\xde\x39\xce\xe1\xc9\xdf\x65\x74\x7b\x21\xce\x5d\xe3\xae\x28\xec\xe9\x99\x5d\xd9\xee\x45\x5e\x4b\xbb\x43\x44\xda\x2f\x5b\xeb\xea\xfb\x6b\xf9\xfc\x59\x03\x69\x10\x5f\x98\xec\x24\xba\x51\x44\x1b\x92\x2b\x56\xe9\x36\x52\x8e\x68\x47\x21\xc2\x80\xf1\x64\x80\x4e\x29\xe7\xf9\x1c\x21\x89\x09\xe7\xbd\xf2\xb4\x66\xb4\x61\x2f\x05\x14\xb2\xb7\x32\x1b\x42\x2a\x43\x24\xcc\x99\xb2\x89\x71\xbd\x92\x51\xd5\x88\x16\x91\xf9\x3f\x98\x66\xbe\x54\x7b\xef\xce\x96\xdf\xea\x39\x3b\xaa\x73\xaa\xfd\x98\xff\x46\x8b\xb5\x9c\x44\xb9\x2e\x0a\xe4\x29\xe1\xa7\x58\x12\x32\x6b\x34\x2f\xb9\x9d\xfe\x90\xb3\x06\x8e\x93\x49\x9c\x09\x9f\xaf\x68\x2d\x8e\x41\x96\xa3\x51\x63\x71\xfd\x96\xfd\xdf\x75\x5e\xb3\xcc\x4c\x57\x54\x79\x62\x25\xb0\x85\x8f\x90\x56\x17\xfe\x02\xad\xfc\x5f\xea\x6a\xbd\x82\x9f\x30\xc8\x5b\x21\xb5\xc2\x4f\xf5\x92\x3e\x3c\x2f\x77\x91\x17\x01\x77\x41\xf5\x83\x7f\x9d\x2c\xe9\x1c\xfc\xb4\x3c\x86\x4f\x7c\x72\x1a\x3e\x71\x0d\x33\xbd\xea\x18\xd7\x60\xe4\x55\xea\x90\x54\xbd\xf6\x21\x3b\x6b\x0b\xa9\x42\x18\x09\xf8\x18\x23\x3a\x9a\x62\x63\x29\xcb\x03\x41\x37\xca\x0c\x51\xae\xfa\x8f\x97\x9b\x41\xac\x72\xfb\xef\xb6\x11\xff\xca\xae\x9b\x7c\xf5\x84\x36\xd4\x5b\xa9\x29\x88\x70\xd2\xb7\x56\x00\x74\x48\xe3\xbb\x42\xd8\xe5\xe2\x95\xb4\x2e\x63\x56\x58\x40\xf6\x98\xf9\x68\xeb\x2f\xda\x1e\xd5\xc5\x37\xdd\x01\xd5\x29\x82\x3b\x06\x10\x2c\x71\x36\x4d\x0a\xa1\x9a\x68\x1c\xf9\x6d\x9c\x2d\x30\xe2\xe2\xe6\xcf\x59\x95\x1e\xd3\x86\xcd\xab\xfa\x9a\xe0\xb4\x6e\x5c\x49\xd1\x12\x79\x0c\x3c\x70\x5a\xec\x53\xc3\xca\x8c\x3b\x3b\x80\x54\x73\x4a\x39\xd3\xa0\x70\x65\x97\x4b\x5a\xe7\xb4\x6c\xa2\xa5\x37\xdf\x62\x6e\x90\xa4\x19\xa7\x01\x3a\x5f\x30\x9f\xd2\x32\x86\x1a\x05\x65\xa4\xb3\x6a\x9d\x2e\x4e\xb2\x82\x3d\x61\x05\xbd\x26\x13\xf2\xd3\xdd\xbb\xe0\x72\xb5\xe4\x30\x8e\x14\x93\x9d\x44\xde\x42\x88\x35\xa3\xdd\x1a\x9e\x98\x05\xca\x74\xa0\xa1\x28\xdd\xe6\x8c\xd0\xed\x81\x7b\x18\x2c\xf2\x11\xc9\x97\x2b\xe9\xb6\xa9\x11\x1f\x16\xbe\xaa\xf3\x4b\x01\x85\x39\x6b\xc8\xc7\x9c\x5b\x48\xd7\x0f\xbd\x7b\xa5\x34\xb5\xb7\xd7\x2c\x72\x8e\x49\xdb\x13\xc7\xe0\xcf\x29\x91\x4f\xcb\xf0\x5e\x6b\xbe\x62\x70\x9d\x89\xf4\x97\xc4\x1b\x17\x19\x83\xd5\x7a\x5a\xe4\x29\xe1\x0d\x6d\xf2\x94\xe8\x9c\xff\xa0\x8c\x79\x43\x6b\x71\xdd\x05\x4b\x7d\x64\x9c\xc5\x1c\x4c\xc2\x97\x3a\x09\xf8\xa1\x2b\xb0\x6a\xad\x26\x4c\x65\x2c\xe3\x27\x2a\x05\xa7\x0d\x94\x8f\x90\x8e\x7a\x8c\x17\xd5\x03\xa7\x04\xf4\x64\x7c\x6c\xdd\x5c\x6e\x39\xde\xf6\x7e\x0e\x7a\xbc\xee\x55\x1a\x7a\x9d\x83\x7e\xe0\xb6\x8d\x71\x97\x2d\x5d\xd8\x99\xec\xbd\x5e\x96\x8a\xa9\x20\x13\x9f\xcd\xe8\x1c\x1d\x6c\x72\x4f\x32\xe7\x28\xea\x42\x4b\x4d\xd4\x56\x45\x9c\xda\x27\xdb\xab\x39\xd1\xe5\x7c\x92\xe8\x56\x5d\x61\xe8\x1b\xd0\xc0\xaf\xd3\x85\x7d\x42\x9d\x79\xf3\x06\xca\xcf\xf2\x25\xab\xd6\x8d\x18\x18\x03\xdc\xd8\x76\x06\x6e\x1b\x95\xf3\x40\x3a\xf9\xa0\x6e\x4b\x21\xfd\x44\x3b\x5d\x9f\x97\xca\x97\x90\x33\x32\xcb\x59\x91\x71\xc8\x93\x49\xa6\x90\xc0\x2d\x53\x56\x63\x90\x99\x81\xaf\x2a\x70\xcf\x44\x75\x20\xa9\x4a\x9d\x3f\x33\xf1\xf6\xa7\x5c\x9f\x46\x1d\x12\xc6\x96\xdd\x4b\xcb\xc4\x83\xc6\x2f\x31\x20\x5e\xbc\xa1\xd3\x14\x42\x17\x00\x87\x98\x19\x2d\x81\x7d\x87\x84\x5a\x9f\xfe\x85\x29\x1e\x3b\x17\xce\xa0\x43\xd7\x92\x24\x89\xd5\x4e\x73\xdb\x0b\x2a\xc3\x81\x59\xce\xe1\x92\xf3\x76\x5e\x99\xeb\xb5\x10\x1c\xb5\x36\xd6\x3b\xf8\xda\xc8\x82\xaf\x57\x2a\x7d\xbc\x65\xfb\x11\xe5\x8e\xfb\x82\x0c\x29\x1b\x18\x20\x49\x78\xc0\xc9\x84\x94\xec\x0a\x4f\x79\xa4\x0e\x1e\x75\x59\xc9\x9c\x77\x5d\x13\xeb\x76\x33\xc1\x7d\xf7\x66\x90\x2e\xed\x43\xf2\xbe\xa7\xe9\x67\x6f\x48\x7a\x92\x64\xf6\x3e\x0c\x49\x0f\xa8\x40\x6f\x18\xd0\xce\x3d\x77\x4c\x9b\xab\x6e\x1b\xc5\x51\x7f\xc9\x5d\x0c\x6d\x8d\xac\xb3\x3d\x26\x3d\xce\xd2\xaa\xcc\x68\x7d\x7d\xc6\x3e\x59\x0f\x7b\x4d\x35\x9f\x83\x62\xaf\x27\xb5\x00\xaa\xe8\xc6\x05\x9a\xa4\x22\x32\x0b\x61\xd6\x77\x4b\x1d\x32\xd2\x52\x27\xa0\x23\x4e\x3d\xab\x26\x87\x6b\xdc\x72\x1a\xb6\x2f\xf3\x10\xc9\x9c\xcb\x06\x09\x40\x3f\x66\x79\x1a\xc4\xe0\xf1\x26\x34\xb4\xbf\xbb\xce\x22\xe2\x0b\x4e\xa0\xd5\x5e\xc0\x48\xf4\xa6\x55\x51\x54\x57\x4a\x38\x85\x63\xad\x8b\xda\x92\xc4\x7d\x45\x64\x14\x67\x7f\xc1\x5c\x43\xa3\x59\x16\x59\xa4\x93\xab\x4f\xc7\xe9\x70\xdf\x0c\x83\xaf\x5e\x4c\x9c\xd4\xd3\x81\xf9\x0c\x9e\x41\x32\x27\x78\x0e\xa2\x9c\xfe\xe9\x04\x53\x19\x1a\xcc\xd6\x55\x6e\x9c\xd5\xf8\x11\x95\x2c\xec\x30\x35\x01\x85\xac\x3c\xfb\x92\x21\x23\x39\x37\x8a\x17\x69\xad\x7e\xb5\xa8\x0a\x26\x85\x79\xd2\xcf\x4b\x4c\xb8\x55\xcd\x6c\x05\xa4\xdd\x0e\x2c\xd7\x65\x5b\xb9\x8d\x84\x2a\x63\x75\x5d\xcb\x9e\x62\xce\xdf\x60\x3d\x57\x13\x4c\x26\x66\x2e\x9f\x3f\xfb\x28\xe1\x1e\x89\x8f\xbe\x9d\x4f\x4b\x0c\x9b\x96\x94\x7c\x5d\x51\x68\xdc\xcf\xfe\x16\x7a\x99\x44\x53\x13\x3d\x65\x6b\x46\x45\x37\x1d\xec\xfe\x3e\x69\xc9\x03\xeb\x8e\x10\x87\x95\x37\x77\xc4\x3b\xf7\xe3\x9e\xc1\x03\xf7\x7b\x94\xb9\x1d\xba\xe0\x71\x29\xb2\xd7\xbe\xe3\x1c\x5b\x1e\x35\xe3\x36\xa9\x7f\xdb\x4e\xe0\xa1\xfa\x9f\xb3\x3b\x3b\x00\xfc\x56\x1b\xd8\xb1\x3b\x7e\xa8\xa4\x4d\x84\x5b\x1d\x6a\x0e\x78\xe8\xb1\xbb\x9a\x5c\xe8\xb8\x6f\x44\x06\x1f\x6d\xe8\x9c\xa4\xb4\x2c\xab\x46\x70\x84\xfa\x94\x2e\x58\x89\xf9\x57\xf4\x17\xbc\xaa\xf0\xd2\xc9\xcb\xb9\xee\x07\x75\x87\x8a\xaa\x50\x4e\x4a\x88\xd9\x2c\x3f\xd8\x53\xc6\xb6\x47\x32\x9d\xaa\xcd\xac\xee\xb5\xd1\x0d\x90\xcb\x04\xfd\xf6\x62\xab\xcc\x75\x4a\x0c\xd5\x1d\x39\x24\x3d\x0a\xe1\xad\xa7\x96\xc8\x6a\xda\x94\x46\x09\x89\x64\xc5\xd2\x4a\xf6\xbf\xc1\x9d\x84\xda\xd2\x7e\x30\xa9\xcd\x0d\x19\x93\x0d\x28\x3c\xcc\xdc\xc8\x8d\xc3\x1b\x69\xd6\xc6\xfe\x6a\xdc\xe0\x82\x3e\x7d\x75\x2d\x19\xc7\x35\xb4\xe2\x9f\xf5\xca\xd1\x53\x7b\xd9\x83\xf8\xd7\x05\x6b\xcc\xee\x62\x7b\x2e\x70\x60\x86\xaf\x0e\x10\x31\x07\x8d\x1a\xc4\xae\xaa\x9a\xda\x45\x4b\x3d\x33\x0c\xec\xbb\x07\x1e\x70\xc0\x3f\x42\x73\x16\x64\x45\xb9\xe8\x2e\x2f\xc9\x65\x4e\xd5\xed\x24\xb9\x3b\x31\xc6\x8c\x0a\x69\x84\xa6\x17\x90\x9d\x5f\x7b\x02\x7b\xed\x70\xff\xb0\x9d\x8b\x54\xbc\x2a\x2e\x59\x76\xa4\xc7\x9b\x58\x63\x7f\xfe\x4c\xfa\xf6\xce\x53\x4e\x68\x79\x3d\x78\x6f\xe5\x65\xe9\x7d\x68\x5f\x80\xcd\x32\x79\x5c\x87\xac\x71\x80\xc7\x6c\x0a\xc9\x66\x72\x94\x97\xec\xa9\x8a\x35\x65\xac\x61\xf5\x52\xe0\x10\xaf\xd6\x75\x2a\x6e\x5c\x73\x7a\xbc\x3e\x12\xf2\x5a\xe7\xd7\x56\xf9\x71\x9b\xca\x72\x40\xe1\x95\x71\xe7\xd1\xf9\xf3\x30\x90\x0b\xa4\x4b\x82\x84\x7b\x72\x93\x54\xd6\xa7\x27\xaa\xff\xc7\xd7\x91\xfc\x50\xf9\x8c\xf4\xbd\xc5\x0e\x62\x9c\xa3\x6a\x1f\xd2\x9d\xd0\xc0\xdc\x85\x95\xab\x45\x51\x46\x20\x56\x17\x10\xca\xc5\xa8\xf2\x5d\x6f\xc1\x99\xa6\x2e\x9c\x14\xf9\x05\x23\x20\x17\xad\xcb\x4c\xa2\x12\x98\xf8\xa8\xbc\x50\x91\xce\x87\xe4\xca\x24\x1f\x16\xa2\x2e\x2d\xfd\x55\xb5\x8c\x06\xee\x4d\x59\x25\x53\x14\x8a\x6e\x05\xf6\x34\x0b\x21\x21\xf7\x01\x29\xcd\x94\x61\x14\x2b\xb6\x4e\xf7\x40\x11\xa8\x66\xdd\x10\xed\x40\x63\x0b\x7d\x7a\x1f\x3a\xb7\x6e\xd7\x4e\x7c\x9f\xcb\xd1\x88\x9c\xcc\xc4\x72\xd8\xa7\x55\x91\xa7\x79\xe3\x7b\xec\x0b\x7e\x10\xbc\xbf\x86\x64\xcd\x19\x02\x4e\x9c\xed\x2b\xd6\xab\x19\xc9\xaa\x92\x25\x6e\x4f\xd7\xe4\x22\x2f\x33\xc1\x7b\x5a\xeb\xd6\xbd\x90\x3e\xfa\x22\x82\xa2\x82\x95\x19\x59\xaf\x70\xba\xe1\x99\xa3\xea\x51\x68\x60\xdd\x48\x62\x0b\x2c\x2a\x90\x73\xc2\x57\x2c\xcd\x67\x39\xcb\x86\xb0\x33\xe2\x98\x5a\xb3\x97\x41\xc2\xcc\x1c\xf5\x21\x04\x1b\x72\x75\xb9\xe5\x1c\x1b\x09\xaa\xb4\x44\x40\x14\xd7\x64\x7a\x0d\x75\xc4\xa4\x04\x2a\x94\x0d\xd8\x96\x2a\xe5\x89\xe6\xb6\x67\x24\x6f\x08\xfb\x94\xf3\x86\x0f\xbc\xf3\xa9\xd2\x41\xb5\x1e\xcf\x6d\x34\xac\x88\xee\xbd\xd3\xed\x8e\x5d\x84\x88\xe7\x63\x91\xb8\x92\x03\xa2\xdb\x35\x32\x72\xf5\x0b\xca\x05\x2d\xe8\x0f\xc8\xa1\xe6\x52\xbc\xa0\x40\x24\x8c\x0f\x98\xd1\x86\x9e\xf0\x67\x2a\xee\xbe\x89\x7d\xdc\x37\x04\xc5\xac\x46\xd4\x3e\xc8\xf9\x81\x8e\xd3\xdf\xfb\x00\xda\x5a\xd0\x85\xc1\x5d\x60\x3f\x28\x47\x98\xdd\x81\xa8\x84\xf3\x75\xf4\xc9\xe6\x0e\x3d\xc4\xce\xcc\x87\xb1\xd2\x05\xbb\x62\x10\xdc\x23\xd3\xea\xd3\xd9\xf5\x8a\xbd\xad\x20\x30\x58\x5d\xa9\x44\x7a\x82\xfb\xcb\x1b\xb6\x4c\x65\x25\xc8\xb6\x6d\x8a\xf5\x67\xc3\xac\x09\xec\x09\xfa\x1c\x12\x5a\x5c\xd1\x6b\xae\xb4\x57\x54\x9b\x77\x5c\xd2\x62\xcd\x22\xd8\xec\x84\x10\x73\x2a\x83\x98\x07\xc2\x2a\x9c\x16\x88\xf1\x05\x2b\x33\xbd\x28\x5b\xcb\x29\x4b\xa9\x38\xe4\x32\x59\x89\x9a\xed\xf9\x1d\x35\x1d\x9d\xe6\x6f\x41\x2f\x99\x3e\xb4\xce\x70\xba\xd3\xe9\xba\x21\xd5\xba\xd6\x93\x11\x3b\x8a\xb3\xe4\xac\xe1\xd8\x72\x85\x46\xc7\x62\x8a\x57\x8c\x2c\x69\x7d\x61\x9f\x2c\xb1\xfb\x72\xea\x5e\x26\x12\xe9\x36\x82\x3d\xbf\xae\xa5\xed\x32\x3c\x1e\x43\xe8\xc2\x60\x8f\x0e\xc9\x9e\x36\x10\x19\x2b\x70\x4c\x4c\x78\x44\xbb\x34\x8c\x66\x85\xc3\x4d\xad\x57\xa2\x89\xe2\x0a\xad\xb3\x67\x69\xb4\xac\xd0\x91\xbe\xe4\xeb\xba\x8c\x7c\x05\x5b\x5a\xb3\x99\xea\x5d\x2b\xd5\xad\xb3\x93\x48\xca\xf7\x96\xcd\x24\xef\xe9\x6a\xff\x07\x81\xca\x67\xdc\x2a\xe3\xc7\x8f\x94\xee\x40\x87\xa3\x51\xf3\xd1\x1f\xdc\x2a\xb0\x4d\x4e\x1d\xf8\xe2\x56\xfa\x6d\xe5\xd4\xf8\x6d\x65\x15\x5b\xf9\x28\x54\x95\x30\x23\x85\xfc\x66\xf7\x23\x3f\x58\x55\x64\xa6\x0a\x55\xc1\x4d\x53\x61\xb3\x90\xe3\x90\x0d\x8d\xd5\x8b\xa5\x00\x7c\x7c\xed\xd5\xb4\x2f\xe2\xb1\x7f\x87\xfb\x75\x15\x43\xdf\xba\x2b\xa6\x41\x48\x1c\xc7\x3e\x79\xb5\x11\xce\x39\x79\xfa\x92\x75\x42\x11\x4e\x05\x8f\x0b\xe9\xa5\xd0\x29\x1b\xcf\x8b\x64\x9e\xfc\xae\xd4\xc9\xf9\x82\xae\x90\xc3\x53\x74\x06\xdf\x8e\x05\xf1\xd1\x22\x4e\xf4\x28\xf7\xec\x61\x41\x30\xb4\x97\xd4\xfb\x30\x8e\x53\x06\x5b\x25\xec\xf2\xc7\xcf\xfd\x48\x16\xd6\x51\x97\x37\x29\x46\xb1\x10\xb7\x4e\x34\x74\x05\xb8\x5e\x86\xb7\x4b\xe8\x35\xad\x30\x4e\x5a\x4b\xbb\x6f\x6a\xac\x6c\xfa\x0d\x9d\x0f\xed\xf1\x07\x11\x1f\xcf\x88\x66\x22\x70\x27\xdf\x60\x4a\xcf\xdf\xff\x7d\xe3\xa8\xbe\x6f\x0e\x96\x10\x38\xc0\x55\x47\x9a\x7e\x1e\x78\x52\xef\xd4\x7e\xc0\xb5\x8c\xe5\x10\x2a\xca\xea\xb4\x37\x6e\x51\x7c\xc8\xad\xaa\xca\xa6\xae\x0a\xee\x56\x23\x87\x62\x8a\x18\xb7\x25\x68\xb2\xa0\x7c\x55\xad\xd6\xab\x9e\x17\xae\x57\x2b\xf4\xfd\xa8\x21\x2e\x60\xbb\xa1\xe9\x6a\xdb\x53\xf5\x18\xf3\x24\xcf\xe0\xc1\xaa\xaf\x81\x39\x1a\x91\x67\x55\x8d\x4a\x54\x85\xb3\x43\xd2\x54\xeb\x14\x24\x05\x5a\x5e\x5f\x2d\x58\xcd\x94\x78\x28\xef\x2d\x89\xfe\x99\xb8\xf0\x80\x7f\xac\xab\x55\x26\x48\x14\x41\xde\x57\x96\x4b\xaf\x3b\x51\x45\x8f\xe6\xea\x62\x13\xbc\x99\x05\xe3\xcc\xc9\xb2\xaa\x19\x59\xe4\x2a\xfa\x2a\xc1\x3c\xba\x78\xa6\xd6\xe9\x82\xb0\xf2\x32\xaf\xab\x12\x83\x20\x93\x77\xc0\x9e\x73\xd6\x34\x62\xa2\x62\x16\x55\xb9\xaa\xc0\xe0\x40\x4c\x85\x88\x69\x0f\xcd\x5d\x2d\x2f\x7e\x34\x27\xd3\xc2\x27\x5f\xaf\xe0\xcd\xff\x0d\x36\x24\xf2\xcd\xe9\x9a\x35\x49\x27\xda\x6b\xb1\x30\xfa\x68\xac\x02\xe4\x0e\xdc\x64\x56\x3d\x67\x82\x3d\x84\xe9\x2d\xfa\x70\x1f\xc6\x92\xaa\xec\x6f\x6f\x3e\x24\x3d\x7b\xcc\xa1\xc6\x22\xb9\x62\xb8\x58\x30\x87\x61\x98\xe9\xcc\x9d\xf4\x7a\xb5\xe3\x94\x03\x99\x59\x8e\xf5\xdb\xea\x9b\x2d\x66\xbd\x72\x5f\xe8\xac\x31\x5a\x56\x73\xd3\x7d\x2c\x30\x36\x90\x09\xc5\x13\xbe\x7c\x0e\xc1\x4b\x07\xcc\x3a\xc6\x81\xa1\x87\x7d\x9e\x4e\x66\x52\x51\xd4\xe3\x18\x02\xf7\x8a\x72\x92\x16\x15\x17\x02\x5c\xbd\x2e\x49\x55\x1e\xcd\x1a\x0c\x3b\x25\x63\x20\xfa\xc8\xa6\x16\xe5\xd7\x03\x3e\x45\x4f\x23\xb1\x28\x8d\x02\x39\xf7\x0a\x2c\x88\x77\xf6\xdc\x1f\x3c\xd8\x0e\xa7\x77\x79\x51\xfc\x56\x2e\x91\x82\xd8\x11\x02\x9c\x67\x5d\xf0\x27\xa9\x38\xeb\xc7\x9e\x73\xbd\x42\x77\x20\xb8\xde\xfd\x9e\xbf\xd5\x09\x0c\x8d\x28\xfb\x2e\xa2\x6c\xef\x2d\x91\x13\x6c\xb9\xb0\x5c\xf6\xf3\xcb\xa7\x10\xed\xc6\x1f\x3b\x84\x9e\x95\xf3\x2b\xbe\x3b\x4e\x85\x08\xf8\xab\x15\x2b\xd1\xfb\x2d\x6a\x1e\x61\xb9\x81\x44\xb2\x77\x98\xd2\xe8\xd8\x5b\xfa\x8e\xf5\xe8\x4e\x51\x99\x51\x44\xee\xbf\xb1\xb8\xa6\x9c\x4b\x70\xec\x58\xbc\x75\xbd\x32\xaf\xa4\xb0\xe3\x3c\x5c\x9a\xe2\x33\xd0\xd6\x37\x74\xee\x7c\x75\x5e\xbc\xc3\xe7\xd7\xf0\x31\x45\x4d\x1a\xac\x61\x27\xde\x4d\xee\xd8\x7c\xab\x8f\x47\xae\x9e\x32\x68\x74\xd4\xf2\x28\xae\xc1\x23\x93\x08\x05\x0d\x55\xc1\xb7\x10\xd0\xec\xb0\x8f\xc1\x40\xad\x29\x54\xa2\x40\x08\x8c\xdf\xbd\x67\x7a\x3f\x13\x15\x66\xf3\xb9\x70\x4c\x30\xdd\x1a\xe2\x58\xda\xe5\xf2\xed\xcc\xe7\x25\x2f\x1c\x0b\x1c\x9c\xd4\x36\x53\x1d\xbb\xdf\x80\x5b\x43\x14\x91\x44\x6a\xa2\xe6\x60\xf2\x58\x1d\x02\xba\x7a\x38\x69\x87\x82\x7e\x28\x90\x6e\x93\x24\x89\x85\xd0\x98\x4c\xca\xef\xca\x4e\x1c\xf5\x90\xaf\x68\x69\xc7\x06\x0d\xc4\x72\xc7\x85\xe0\x06\xe4\xa7\x03\xba\x6e\xaa\x25\xec\x69\x9e\x4d\xce\xef\x00\xf1\xc3\x61\x25\x9f\xe6\xa5\xed\xde\xd8\x48\xdb\x5f\x59\xef\x3e\x0e\x3a\xbb\xc1\x04\x37\x6e\x85\x33\xf6\x49\x85\xdd\xe6\x7d\xaf\x66\x0b\x7a\xc7\x47\xf2\x2a\xb5\x74\xa5\x10\x3e\xde\x87\x2a\xf5\x1a\xef\xc5\x6f\x1c\xbb\x0e\xc1\xf0\xd7\x88\x39\x32\xe0\xaf\x79\xa9\x55\xba\x38\xf7\xd9\x40\x61\xf9\x20\xe8\xcb\xaf\x61\xf1\x01\xfe\x94\x75\x27\xee\x94\x6d\x83\x50\xb7\xef\x3d\x5d\x94\x98\x90\xd2\x41\x2d\x79\xfd\x01\x19\x36\x03\xf5\xbb\xa7\xda\xb7\x0e\x8c\x4a\xbc\x61\x4e\x59\x6c\xe6\x6e\xac\x48\x81\xb4\x1a\xc1\x1e\x8e\xce\xe8\x5c\xfe\xf2\x9f\x8c\x25\xc2\x90\x89\x73\x60\xad\x50\x52\xc8\x78\xa1\xce\x7e\x49\x2f\x40\x78\x71\xc4\x1a\x78\xe4\xb8\xaa\xca\x5e\x43\x56\xeb\x46\x85\x61\x6b\xf2\x15\x48\x0a\x7a\x0e\xc6\x88\xde\xcc\xd3\x1a\x72\x12\x47\x8d\x43\x67\x5a\xf1\xc4\x68\x9e\x3a\x64\xb2\xb1\x45\xcf\xae\x17\x0d\xab\x0f\x45\x15\x27\x1b\xf5\x97\x2e\xb4\xce\xe9\x26\x20\x3a\x2d\x34\x47\x5a\x1c\xfb\xb5\xcd\x1e\x3d\xb4\x9c\x0a\xd4\xce\x90\xb1\x81\xba\x32\x59\xf6\x37\x0d\xa2\xb4\xd9\x16\xca\x31\x14\x0c\x75\x07\x76\x2c\x7d\x97\xee\x1c\x07\xb9\xbb\x35\x5d\x89\xa2\xec\x37\xc5\xd2\x30\x7a\xa9\x27\x9a\x1b\xda\x6d\xef\x42\x38\xe7\x87\xc6\xc3\xc6\x4a\x74\xa7\x07\x70\x38\x1e\x95\x41\xe6\x3b\xf2\x92\x35\x8b\x0a\x5e\x00\x17\xac\x58\x59\x4f\xb2\xd2\xbc\x09\x02\x49\x73\xc3\xa6\x93\xa6\x66\x4a\x45\x25\xbb\x98\x2a\xeb\x07\x96\x25\xe4\x44\x48\xd8\x17\x8c\x93\xbc\x6c\x2a\x42\x31\x77\x09\xb9\x5a\x30\x08\xb0\xa8\x7a\x24\x39\xd7\x3e\xb7\x43\xd9\x8d\xaa\x93\x63\xac\x50\x22\xa3\x7f\xb1\x0c\x5b\xc0\xab\x99\xa9\xb2\xa0\x9c\x4c\x19\x03\x75\xc1\x55\x09\x4a\xf9\x05\x18\xee\xca\xb4\x1d\x98\xa4\xc6\x98\x5f\x87\xfb\xe8\x1a\x04\x76\x9a\x90\x91\xaf\x61\x65\xd4\x00\x72\x3d\x18\x0a\x00\x01\xf6\x46\x2d\xf1\xa5\x1e\x5c\xf2\xa7\x6d\x06\x6f\x10\x7a\x36\x2a\x81\x8d\x46\xe4\x08\x9f\x19\xa4\x82\x44\x3d\xcc\x4a\x39\x51\x66\x39\xb1\x00\xef\xeb\xd6\x2c\xc5\x9c\x11\x3e\xac\x59\x0b\xcc\x97\xd8\x1e\xb1\xb1\x86\xa7\x9a\x2d\xab\x1a\xb8\xf3\x8d\x76\x83\x31\x3b\xe5\x1b\xb3\xd8\xd3\x59\x5e\x6b\x1b\x19\x41\x79\x95\x91\x00\x74\xa1\x11\x6a\x41\x57\x2b\x56\x72\x52\x95\x07\x3c\xad\x19\x2b\x87\x82\xea\xb1\x6c\xce\x7a\x9c\x70\x88\xf4\x3f\xa5\x35\x49\x69\x91\xae\x0b\xb4\xac\x25\xb4\x66\xa4\x9a\xcd\xc4\x3a\xb3\xaa\x64\xe4\x6a\x91\x17\xec\xf6\x11\x77\x4d\x1a\xaf\x36\x79\x42\x72\xa5\xf2\x24\x5b\x94\xf9\xd0\x15\x26\x24\x3f\xba\x35\xd6\xaa\xed\x2c\xa1\xdc\xe6\x6d\xea\xfb\x19\xe3\xa3\x1a\x33\x6e\xad\xd4\xd4\x3c\x44\x07\x7e\x39\x36\x64\xe6\x17\x64\x72\x83\x38\x0e\x7b\x4e\x3a\xab\xcf\x9f\x2d\x43\xb3\x7c\x49\xe7\x32\xc6\x59\x44\xa7\x6a\x85\x33\x33\x15\x21\xff\x79\xcd\x38\xe2\xbc\xee\xca\x8a\x7d\x88\xd7\xaf\xd8\x6a\xb4\x93\xc3\xc7\x30\xfb\xf1\x5a\xec\xf5\x8a\xd6\x0d\x44\x1c\xd5\x32\x93\x6b\x41\x53\xb3\xf9\xba\xa0\x35\xb8\x12\x8a\xfa\xca\x99\x10\x28\x8b\xf6\x27\xb4\xc6\x94\x06\x0e\xf0\x58\x27\x40\x05\xc3\x26\xb6\xfe\xca\xac\x1b\x27\x16\x4d\x6d\x0d\x63\x78\x39\x35\x02\xfe\x39\x07\xaf\x46\x2b\x61\x86\x05\xa0\xc9\xc6\xfc\x8d\xbc\xba\x80\x96\x9f\xf1\x3a\x36\x2b\xb5\x63\xd1\x79\xe9\xf5\xdf\x7e\x6e\x3b\xcc\xc1\xe0\x41\x14\x26\xda\x7d\xf3\x9f\x03\x98\x1b\xe7\xc0\xea\x40\xe0\x81\x6f\x50\x4c\x8c\x10\x07\x37\x38\x5f\xfd\xf0\xb8\x0d\xde\x7f\x08\x4f\x9c\x56\xbe\xb0\x4f\x56\x5c\xb6\x6f\x28\x26\xdf\xd2\xe4\xdb\x5e\x60\x20\x27\x9f\xd9\x93\x8c\x59\x23\xf9\x0d\x42\x25\x41\x07\x59\x01\xe3\x0f\x21\xba\x5c\xaf\x58\x35\xd3\x40\xc0\xa7\x7d\xf4\x26\x82\xf7\x7e\x67\x45\xdd\x6c\xdc\x56\xb1\xb4\x91\xfb\x88\x62\x69\x5c\xda\x04\xeb\x8b\x76\x89\x08\x66\x11\x97\xfe\x6c\x21\xb2\xbd\x83\x16\x29\xd2\x93\x4f\x06\x0f\x62\x98\xfa\xfe\x36\x93\x1c\xc6\xf6\x6c\xc7\x89\x7d\xd8\x7e\x1e\xa2\xe7\xc0\xbb\x67\x50\x73\x02\x3b\x1d\x60\x82\x73\x11\xa8\xcd\x6f\xc1\x17\xf9\x72\x24\x48\xf7\x15\xad\x33\xe4\x3f\x69\x63\xdb\x92\xa5\x55\xd9\xe4\xe5\x1a\xa2\x7b\x0b\x8e\x53\xbd\x22\xc1\xe0\xa9\x94\xe8\xc0\x09\x56\x0d\x96\x78\xb8\xe8\x66\x65\xdc\xdf\xef\xc4\xcc\x81\x7b\x96\xc9\x44\x57\x6b\x7f\xcc\xd4\xa6\x3d\x3b\x60\xf1\x05\xbb\x9e\x78\x6f\x8d\x9d\x98\x0d\x95\x6e\x20\xa5\x8e\xdb\xca\x45\x72\x31\xd7\x9d\x90\x6e\x47\x02\xa9\x97\x14\xf8\x91\x0a\x7e\x2e\x4a\x3e\xc5\xf5\xea\x22\x92\xbc\x58\x57\xac\x9e\x55\xf5\x12\x2f\x76\xc1\x57\xc0\xbb\x33\x4f\xc8\x63\x56\x54\x57\xe2\x7e\x5f\xd1\x3a\x6f\xae\xf1\x99\xfb\x4a\xf0\x83\x4e\x3f\x7a\x5c\xe5\xae\x07\x37\xf5\x94\xcd\xaa\x9a\x41\xa7\x35\x9b\xd1\xb4\x81\xb0\xe8\x14\xdc\x85\xeb\x2a\x5b\xa7\x90\xf2\x2f\xe7\x3a\x55\x6e\xd2\x32\x6f\xfd\x8e\x57\xa3\xd3\x97\x0c\x05\xa6\x47\x05\x34\x68\x2a\xf0\x17\xd4\x58\x94\x97\x04\xb3\x33\xce\xaa\x5a\x36\xd0\xe8\x24\xeb\x72\x64\x57\x28\x70\x27\x02\xc3\x4d\x97\x6f\xd6\x35\x2b\xae\x09\x25\x69\x95\x31\xb2\xa4\x39\x50\x2e\x8a\xea\xfc\x51\xcd\xd6\x82\x29\xe7\x7c\xcd\x40\x21\x4d\x8a\x6a\x3e\xc7\xce\x4e\xc4\x47\xf2\x6f\x3f\xfe\xe9\x97\x3f\x25\xce\x4e\x5a\xd7\x01\xcc\x57\xd9\x93\x1a\x5e\xde\x2b\x74\xf8\x3a\x79\x20\xac\x7a\xf1\xb3\xd1\xad\x4c\x37\xda\xe2\xad\xf4\xe3\x16\xf4\xe1\xc4\x3a\xa8\x39\x27\x7f\x5f\xf3\x86\x50\x1d\xcd\x5e\x06\xf4\xcf\xc1\x1e\x59\x93\x05\xe5\xdf\xa9\xe4\x0e\x30\xa0\x56\xf3\x04\xc3\x93\xb6\xee\x69\x59\x41\x87\x5a\x0e\x1e\x8a\xbe\x83\xfe\xe8\xac\x11\x52\xae\x46\x4e\xa0\x05\xbb\x51\x95\x68\x92\x12\x67\x2f\x75\x0f\xa8\xce\xe9\xa6\xd8\xee\xb5\x6d\x3c\x2e\x6d\x6f\x4b\x03\xf7\xaf\x16\x6e\x77\x63\x43\x22\x29\xba\x47\x23\xa2\x9d\xba\x0f\x3c\x93\x57\x34\x77\x03\xf9\x1e\xc4\x57\xcb\x48\x00\x6c\x5d\x72\xa9\x97\x58\x97\x99\x65\x45\x5b\x12\xb9\x55\x94\x33\xae\x77\xc9\xf8\x71\xac\x0a\x7a\xad\xcd\xf5\x55\xd2\x14\x67\xfa\x96\xe6\x2f\x20\xce\x8e\x35\x72\x37\x89\xb6\xaa\xda\x84\xda\xed\xc1\xd6\xe9\x38\xb3\xb0\xd4\x64\x16\xcd\xb6\x12\x0f\x77\x6c\x7e\xf8\xc0\xd3\x1f\x44\x4e\x99\x67\xaf\xde\x7d\xd8\xfc\xca\xc6\xb0\xd9\x75\xa8\x51\x67\x02\x2d\x60\x90\x30\x7b\x6d\x4f\x57\x3a\x1a\xdc\x68\x84\xbb\x05\x46\x98\xd6\x89\xb2\x5b\x67\x6e\x4b\x77\xe7\xfc\x69\x05\x7b\xd7\xb5\x43\xa8\x29\x78\x0b\x71\x81\x01\xe6\xd6\x36\x05\xc6\xfc\xce\x56\x79\xa5\x5f\xb3\x59\xd6\xb3\x55\xf4\x98\xee\x48\x32\xdd\x27\x82\x96\xad\x0c\x64\x3f\x25\x21\x4e\xce\xef\x1c\x2f\xd8\x65\x5d\x95\x4f\xaa\xab\xf2\xfc\x0e\x48\x53\x4e\x97\xdd\xb8\xae\xaa\x6a\xe1\x2b\x58\x6e\x5c\x41\xda\x12\x92\x33\xfe\xd9\x5f\xb2\xad\x9b\xea\x64\x37\x77\x72\x0f\x15\xd4\x85\xa6\x10\x94\x60\x5a\x48\xad\x12\x3a\xdc\xf4\xad\xcf\x25\x88\xd3\x0b\xb8\xc0\x6b\x26\x35\x49\x8b\x7c\xa5\x34\x90\x48\x9f\x1c\xa3\x7e\xad\xa3\xc2\xf7\x60\xc9\xfd\xa0\xee\xe2\xda\x71\x1e\x40\x8b\x63\xe5\x64\x23\xdd\x7d\x9c\x5f\xb6\x61\xe4\x68\x44\x8e\x5e\x3d\xb1\xa9\xa2\x98\x16\x48\x9a\xe4\x8a\xf5\x8a\x42\x5b\xf4\xa3\x02\xd5\xed\x44\x4d\x18\x2e\x46\x95\x0c\x3c\xcf\x12\x4f\xcf\x88\x8a\x04\xe3\x32\xb0\xbf\x6f\x3f\xf9\xb8\xb9\xde\x8c\xd9\x44\x8c\xf3\xb5\xd3\xaf\x6f\x88\x44\x2f\xa9\xa8\x71\xfb\x19\x7b\xfe\xe6\x37\x2d\x17\xa2\x31\x80\x0a\x9a\x7c\x4f\x7a\x60\xaa\xd7\xb3\xde\x7c\x9d\x18\x4f\x63\x3f\x32\x54\x32\x85\x40\xd1\x2f\xd8\x0c\x72\x71\xea\x76\xce\x44\xb5\xd4\xdd\x12\xe3\x41\x19\x14\xb7\x45\x81\x88\x77\x20\xe3\x3c\xb4\x34\x7e\xe9\xa4\x19\x5c\x48\x1f\x78\x1b\xf7\x0f\x6d\x04\x8f\x45\x01\xf0\x72\xf1\x43\x18\x15\x6d\x63\x04\x70\x5a\x54\xbc\xe9\x0d\xad\x97\x94\x20\x11\xbf\xc9\xc9\x12\x7f\xa3\xda\xc1\x74\x6b\xdc\x65\x83\x62\x29\x1e\xa4\xd9\x90\x31\x30\x7e\x62\x8c\x4b\xa2\x7e\xff\x31\x92\x2a\xc8\xe9\x76\x32\xe3\xbd\x59\x39\x04\x46\xd4\xc3\x1c\x45\xbe\xad\xe7\x11\x37\xa1\x7f\xad\xa8\x4b\xbe\x69\xe9\x11\x1f\x7a\xe1\xc3\xc4\x8d\x10\x44\xcc\x75\x49\xb3\x1e\x75\x63\x63\x5e\x3b\x5d\x75\xa0\x13\x5f\xe7\xfb\x9e\xae\x04\x26\xb8\xec\xb2\xe5\xfe\xd8\xaa\x1a\x6e\x79\x76\xd3\xdd\xc7\x8e\xbb\x29\xed\x63\x6a\x32\x62\xd4\x1c\x40\x66\xd8\xa5\x90\x35\xf6\xd8\x65\xa2\xe3\x03\x81\x3d\x17\xcb\x7c\x03\xb3\x88\x95\x91\xb2\x56\xf2\xc1\x62\xd5\x94\x82\x07\xd8\x0d\x99\x75\x77\x9d\xb6\x88\xb7\xd1\xb6\x93\xdd\xd6\x84\xb3\x06\xec\xe9\xfa\x9b\x20\x84\x85\xb2\xc6\x0d\xb7\x54\xda\x33\x89\x89\x7f\x89\xb9\x94\xed\x41\x0c\x36\x60\xc1\xe2\x77\xb0\x83\xde\x61\xc1\xf1\xb9\x3d\xd8\xd2\x83\x82\x70\x38\x6f\xaf\x65\xec\x75\xc8\xb1\x1f\xef\x06\x31\x3a\x37\xdd\x74\xa3\x49\x55\x9e\x81\x49\x7d\x37\xb8\x03\xf3\x33\x57\xe3\x15\xae\xc4\x9d\x67\x1b\xb4\x3d\x5b\x56\x73\x62\x62\x1d\x2a\x77\x2d\xdb\xe4\x2f\x36\xae\x79\x8d\xb2\x2e\xcc\xa8\xf9\xa6\x26\xda\x5f\x62\x3f\xa7\x89\x79\xc4\xf0\xaf\x8d\xd3\x8d\xdb\xeb\x7f\x8d\x85\x9d\x01\x85\xca\xbd\xb3\xb9\xf9\xa2\x60\x2c\x7e\x18\x93\xb6\xc8\x8b\x5b\xa3\xb7\x84\xbc\x82\x17\xea\xc4\x0a\x6a\xa2\x7b\x39\x02\x3e\x24\x7c\x08\x8c\x32\xb5\x71\xeb\xb4\xaf\xe0\x7d\xe3\x59\x84\xa2\xcb\x57\xf3\x3e\x6c\xad\xd1\xdf\xd3\xc1\x69\x87\x8e\x57\x83\x71\x12\x1b\x46\xe3\x69\x58\x41\x34\xe4\x66\xee\xef\x77\x06\xb9\xec\xab\xa0\x19\x64\xb7\x21\xbd\x1d\x33\xf6\x24\x9d\xbe\x1a\xda\xd9\x29\xe4\xaa\x1c\x3b\xf7\xce\x0a\xbf\xad\x62\xc5\x2a\x87\xf9\x98\x1c\xdc\xeb\x76\x47\x32\xd1\xec\x02\x07\x9c\xff\x3a\x2b\x44\x9d\xf6\x28\x1e\x3b\xe2\x21\x86\xb6\x7b\x7e\xf6\xf2\x85\x31\xfe\x81\x20\x75\x42\x88\x57\x81\xea\x1e\xb9\x60\x7f\xff\x61\x48\xde\x9b\x70\x0c\x1f\x9c\x18\x0a\x47\x59\x46\x68\xa6\x82\x71\x99\x30\x02\x74\xb5\x2a\xae\x09\xc4\x4e\x70\x42\xf1\xd8\x81\x36\xc0\x94\xa1\xe5\xb0\xd9\x3e\xba\x11\x54\x68\x6d\x16\x07\x8b\xcd\x15\x7f\x91\x85\xa6\x93\x87\x5f\x30\x81\x2e\xa0\x6d\x83\x2d\x81\x2a\x17\xcd\xea\x00\x39\xf3\xc9\xc6\x1f\x4c\x9b\x8e\x99\x4f\xd2\x19\xd8\xb4\xea\x7d\x68\x31\x29\xc3\x4c\xf2\x35\x3a\x8d\xc1\x7f\x4c\x9c\x0e\xcf\xf2\xec\xa0\xc3\x74\x4c\xd6\x50\x1e\x49\x93\x8d\xb8\x18\xfd\x52\x65\x92\x32\xd9\x58\xe7\xd7\xaf\x24\x3d\xd4\x26\x1b\xe9\x05\xd7\xe2\x77\x7a\x23\x70\xe5\xd6\xee\x78\x24\xf0\xa0\x9f\x6c\xda\x02\x2c\x3b\xd1\x7c\x42\x67\x37\xc7\xbe\xce\x09\x63\xb3\xd3\xfe\x84\x7d\x44\x65\x3a\x37\x33\x76\x34\x6f\xbf\x20\x08\xb6\xb6\x2b\x22\x9b\x59\x5d\x68\xb7\xd3\x89\xb6\xa9\x3d\x8d\xb4\x90\x95\x9c\x86\x10\xa2\xf1\xb4\xa1\x75\x63\xda\x9a\x6f\x36\x4e\xb1\x99\xaa\xb1\x65\x36\x01\x19\x0c\x10\x47\x52\xe6\xc9\xc6\x89\x86\xee\x93\x79\xc3\xe4\xd8\xab\x91\x2e\xa1\x18\xcb\x34\x8e\xfe\x8a\x3a\x4f\x36\xfd\xce\x01\xc0\x35\x3e\xbc\xce\xc8\x21\xb9\xdb\x61\xab\x79\x20\x0e\x94\xa5\xd8\x9c\x6c\x42\x3c\xf2\xaa\x38\xb6\x9a\x55\x09\xa3\x1c\xd3\x55\xb3\xae\x99\xb7\x63\x6e\x9c\x7c\x59\x27\x66\xcb\x89\x1a\x52\xb8\x47\x27\x9b\x8d\x52\x8e\x8f\x49\x6f\x56\xb0\x4f\x3d\x72\xe3\x3f\x26\xee\xe6\x24\xd8\x65\x9f\x7d\x1a\x4b\x67\xd1\xb7\x93\xe1\xb7\xdb\x8b\x76\x77\x27\x03\xc1\x5b\x7d\x75\x5a\x03\x9b\xf4\xf3\x03\x5f\x04\x6f\x31\x02\xb6\xac\x77\x5d\xa3\x5d\xeb\xc7\x4d\xcc\x88\xf6\x4b\x8c\x67\xed\x98\xbd\x5f\x6e\x41\xeb\x44\xfe\x35\xab\x8d\x29\x4e\xda\x11\x47\xdc\x62\x26\x35\x39\x94\x98\xb4\xaf\x56\xac\xda\xf0\x85\x21\xb5\x64\xc5\xed\xea\x21\xef\xbd\x01\x74\x93\x32\x1d\x2b\xbc\xf3\xe4\xe5\x1c\xdf\xf3\x21\xea\x1e\xc4\xb3\x27\x57\x4c\xa9\x53\xed\x38\x36\x40\x33\x54\x9c\x11\x3d\x09\x5b\xb3\x69\x66\xf6\xf9\xb3\x58\x9d\xca\xe8\xba\xbf\x1f\x8f\x94\x6f\xaa\x0c\x4d\x87\x83\xf0\x5d\x3f\x12\x1f\xe6\x9d\x89\x7e\xc3\x2e\x59\x0d\x8f\x1b\xd3\x02\xcc\x16\x70\x9e\x90\xee\xbb\x84\xec\x09\x6b\x1d\x1e\x8c\x93\xbc\xf4\x6c\xcc\x13\x0c\xa1\xaf\x3b\x96\xbd\xea\x50\x17\x4b\x9a\x97\x6d\x8b\x36\xbf\x6d\x4f\xaf\x88\xa0\xd6\x46\x23\x1d\x1c\xf0\x32\x05\xb7\xe0\x00\x00\x7a\x27\xbf\xc1\x36\xb5\x8e\xdf\x8f\x1f\x34\x38\xf0\x05\x85\xb9\xb6\x79\x25\xaa\xb4\xc9\xad\x1e\x76\x5e\xef\xc1\x2c\x91\x64\x05\xdd\xec\x2a\xf2\x86\x04\xaa\x35\xd7\x91\x15\xe9\x37\xfe\xfc\x63\x81\xb8\xf5\xba\x97\xf9\x38\x02\x33\x4c\x15\xc2\xbb\x6b\x4b\x2d\x16\xdd\x49\x00\xed\xa7\xae\x66\x97\x09\x6f\x2a\xa0\x7d\x74\x0e\x6f\x21\x7d\xcb\x39\xf6\x81\x7b\x38\xc2\x07\xb9\x70\xb6\x37\xc4\x8a\x17\x20\xaf\x7c\x73\xd3\xcb\x3f\x2c\x0b\xbf\x36\xc3\xbe\xed\xdb\x61\x5d\x3f\xf2\x8c\xdc\x6a\x5f\x24\x1f\x16\x25\xe7\x31\x93\xdc\x96\xf0\xb3\xbb\x6b\x24\x02\x6d\x86\x97\xdd\xc5\x7b\xa0\x30\x85\x61\xe4\x8d\xb8\xee\xe2\x8b\xb5\x08\x44\x2a\x25\xdc\x17\xc8\x40\x69\x7e\x12\x58\xf6\x2a\x8d\xb2\xd5\xc8\xb6\x40\x19\xb4\xf8\x42\xda\x61\x81\x89\x7e\xc1\x1c\x93\x9e\xf5\x82\x69\x65\x2d\x8d\x8b\x69\xdc\x26\x74\x5e\xa7\x49\xe2\xa7\xce\xf1\x80\x2b\x83\xce\xa7\xa1\x5a\x48\x27\x3d\x6b\xdb\xbe\xf1\x2e\x6a\xa9\x71\x17\x62\x04\xe1\x57\x34\x55\x0a\x95\x50\x31\xc1\x41\x9b\x07\x8f\xcd\x33\x9c\xf1\x33\xed\x0c\xbe\xa3\xaa\x5a\x89\x95\xf4\xcb\xe0\xb8\x1b\xe7\xba\xe3\x52\xec\x14\x0f\x63\xbb\x6a\xc4\xd7\x16\x68\x51\x97\x7d\x62\xe9\xba\x61\x52\xe4\x55\x4f\x9f\xf6\xed\xaa\xfc\x5d\xa4\xdb\x56\xce\x89\x84\x9b\x43\x60\x0c\x33\x68\xde\xcf\x5c\x61\xdd\xc7\xab\x98\xb8\xee\xce\xe6\xb6\x62\xbb\xdb\x1a\xa4\xc3\xc0\x77\xd3\x16\x14\x74\x8c\x1f\x23\x25\xe8\x4f\x51\x79\x27\x92\x50\x2a\xa2\xaf\x93\x02\xce\xc1\x3d\xdd\x47\xd4\xd3\xc8\x22\xc1\x52\x72\x74\x2f\x9e\xbf\xb2\xeb\x69\x45\xeb\x2c\xc6\x4e\x90\xcf\x90\xad\x1f\xc3\x7b\xba\xdf\x1e\xdb\x4f\x88\x8f\x7c\x53\x26\xf9\x9e\x7e\x4d\x52\x5a\xa6\xac\x28\x04\xeb\x88\x49\x50\x79\x45\x52\xb8\xfd\xd0\x59\x6f\x96\xd7\x4c\x19\x6d\x2d\x72\xc3\x5b\x7d\x99\x31\x94\xa7\xe7\xb7\xa5\x46\xc1\x40\x62\xf8\x12\x41\xe2\x54\xf2\xa3\x84\x41\x60\x90\xcf\x9f\x49\xbc\x18\x82\x94\xd8\x5c\x26\xbb\x4c\x64\x3a\xd7\x27\xf8\x54\x66\x5d\xb7\x1d\x77\xb1\xc5\xea\xec\x45\x26\xe8\x85\x12\xd9\xf2\x30\xe4\xb2\x43\x72\x53\x2d\x86\xa8\x2d\xd8\x8e\x41\x80\xbd\x16\x2a\xef\x31\x6c\x76\xd7\x62\x53\x04\x9b\x1f\x6c\xa8\x8a\xbd\x92\x37\x3d\xb4\xd6\x74\xa3\x6f\x7b\x21\x3a\x42\x36\x0d\x82\x64\x19\xdf\x9c\x6f\x8b\x98\xf2\x9b\xad\xf0\x44\xde\x20\xca\x26\x87\x58\xe3\x83\xe3\xb7\x55\x2b\xec\xc2\xaa\x5f\x05\xb7\x0e\x70\x41\x50\xa8\xff\x2e\x10\xc3\xc9\xee\x0a\x34\xa8\xfd\x87\xc0\x4d\xc6\x50\x8b\x81\xad\x55\x9a\xfa\x2f\x81\x99\x9a\xe8\x4e\x20\x93\x95\xff\x38\x88\xa9\xfb\xe2\xbf\x01\xcc\x3a\x29\x5b\xbc\xfa\x1f\x02\x37\x2d\xdc\xfd\x4b\xc1\xec\x6b\xae\x18\x5f\xe2\x6e\xbf\x60\x70\xed\x3b\x5e\x2f\xa6\xdb\x3f\xec\x72\xe9\xd0\x9f\xef\xce\x05\x05\xdc\xcd\x17\xf3\x26\x5f\xc1\x83\x44\xb6\x6f\x6b\x44\xa2\xee\x90\x43\xc0\x86\x59\xec\x4b\x37\x73\xb3\x4d\xd5\xe0\xf0\x39\x51\xbd\x4d\xc8\xa8\xb4\x52\x1e\x53\xfb\x0f\xe6\x55\x5b\x18\xc6\xad\x6a\xc5\x36\xce\xaa\xe3\x6a\x0b\xd7\xfe\x95\x08\xa5\x02\xfa\xc2\xa5\x16\x47\x1d\x99\x3f\xed\x1b\x0c\x22\xf7\x22\x3e\x4c\x56\x5d\x95\xae\x83\x7c\xc4\x94\xcc\xd8\xa6\xe6\xfc\x6f\xb4\xc8\xe1\xd9\xfb\xf5\x8a\x09\xd8\x08\xb8\x44\xbc\x95\x2d\xea\x13\x57\x8e\xe0\x68\x56\x35\x07\xf9\x5d\xe2\xe5\x64\x30\xb0\xf1\xd6\xc7\x55\x63\x8f\xd4\x47\x7b\x9f\x07\x5f\xcb\xfc\x7f\xf5\x56\x7f\x33\xda\x81\xea\xf0\x25\x2d\xd7\xb4\xc0\x48\xc6\xe8\xe1\x0f\xf2\xe4\xa5\x0e\x5c\xa6\x42\x2c\x8b\x81\xab\x15\x2b\x05\x41\xbe\xcc\x29\x79\x0a\xa3\x55\x35\x39\x85\xe0\x8d\x56\x7c\x89\x99\xf4\xf2\xe1\x29\x2b\x69\x9d\x57\xe4\xca\x8e\xbb\x32\x1a\x11\x0a\xa1\x21\x50\xf6\xe3\x6e\x08\xf2\x21\xc6\xcf\xe3\x96\xa5\x74\x99\x89\x1f\x25\x0c\x0e\x2e\x24\x62\xf4\x0b\x79\xfa\x13\x72\x82\x7e\x55\x66\xb4\x6a\x5d\xeb\xa4\x04\x45\x35\xcf\x53\x6b\x64\x31\x35\x15\x48\x32\x58\x68\x8e\xd7\x4a\x53\xe7\xf3\x39\x38\x10\xf1\xbc\x4c\xc1\x79\xad\x66\x58\xa8\x87\x25\x25\xbd\xcc\x71\x6b\xf5\x73\x36\xfa\xba\x2d\x68\x69\xb2\x4f\xb4\x84\x81\x1b\x12\xf3\xc8\x41\x39\x51\x51\x8c\xa3\xba\x76\xb1\xd7\xb4\x68\xfe\xca\xae\xe5\xce\x2e\x59\x43\xff\xca\xae\x07\x18\x0f\x40\x9c\xf8\xcf\x9f\xe5\xa1\xf4\x22\x3a\x9c\xae\x57\xab\x8a\x33\x19\x74\x62\x88\x9e\x7b\x31\x03\x45\x54\xdb\x80\x93\xcf\x0a\x62\x35\x94\x19\xee\xd0\x15\x2d\x1b\xb0\xea\xd0\xeb\x96\xca\x1a\x0c\x1b\xd2\xb0\x25\x77\xb1\x49\x3d\xfc\xd4\xec\x40\x46\xbc\xd0\xb5\x5b\x46\x17\x00\x90\x11\xbc\xed\x73\x1c\x7f\xab\x68\xb3\xd1\x73\x8e\xba\x7c\xee\xc2\x9b\x2d\x66\xec\x68\xaa\x6e\x31\x8b\x74\x78\x17\xbb\x15\xd1\x0f\xd9\xf1\x96\x6e\xdd\xf1\xae\x76\x85\xd6\x05\x8b\x0f\x63\x6d\x6b\x18\xb8\xb9\xde\xbb\xef\xea\x2d\xb7\xf5\x56\x28\x78\x56\x9e\xba\xfe\xac\xaa\x53\x26\xa3\x69\xda\xdd\xdd\xec\xc8\x8f\x19\x9b\x84\xb1\xf4\x88\x42\x6b\x4e\xd7\x3d\x4a\x00\xc2\xa5\xca\x6d\xa1\xba\x76\xb0\x79\x37\x95\xf7\xbe\x30\x46\xab\x54\xaa\xf9\x5c\x8d\x38\xf5\x05\x83\x15\x1d\x95\x99\x34\x34\x03\xce\x64\x8b\x65\xb4\x63\xb6\x66\x49\x09\x76\x17\x44\xcf\x1a\x39\x1f\xbb\xec\xe1\x6d\x84\x05\x87\x41\xb2\xd2\xde\xb6\x8a\x12\x9e\x55\xba\x33\xd9\xf8\x2d\x8c\x77\xb0\x55\x6d\x60\x5b\xef\xd9\x6b\x8d\xb0\x3f\xf2\x6a\x93\xdb\x82\xd6\xfe\x93\x09\xe9\x41\x50\xe0\xde\x6d\x81\x7e\x8b\x9b\xfa\x64\xb9\x64\x59\x4e\x1b\xd6\x72\x65\x87\x0a\xd4\xae\xb1\xdd\x08\xb1\x57\x8c\xd0\xa2\x66\x34\xbb\xd6\x99\x06\x20\xbf\x06\xc4\x32\xc6\x44\xaa\xf8\x92\x4e\x21\xec\x6c\x5e\xad\xb9\x8c\x82\x2c\xc8\xf0\xca\x0e\x57\xac\xbb\x45\xd9\x48\x46\xe5\x91\x7d\xf0\x4a\x0c\x95\xd2\x12\x93\xba\x40\x2e\x4d\x93\xd1\xc4\x08\x0a\x61\x16\xd7\x6e\x41\x59\x86\x7a\x4d\x0b\x46\x6b\xd9\xa4\xb5\x27\x3f\xbe\x69\x64\xac\xd0\x32\x5f\x92\x89\xf8\xa3\xf2\xc4\x4d\x5c\xd1\xd1\xad\x3d\x59\xce\x1a\x35\xd5\xbe\xfb\x4a\xda\x36\x8a\x6d\xa8\xbd\xf3\xec\xad\xbb\xef\x2c\xbe\x63\x9c\x64\xa8\xda\xd6\xc6\x05\xf2\x81\xa3\xa4\xcd\xba\x16\x7c\x97\x1d\x76\x84\x57\x60\x52\x09\xd1\xb8\x49\xbe\x5c\xb1\x1a\x73\x34\x61\xeb\x94\x16\x85\xb8\x5b\xe7\x6b\x5a\xd3\xb2\x61\x32\x0e\xce\x94\x2d\xe8\x65\x5e\xd5\x89\x33\x79\x2f\x86\xec\xd0\x4b\xaf\xdd\x12\x7f\xec\x2d\x08\x38\x5c\x3d\xbf\x00\x0f\xb0\xc8\x1b\xae\x13\x17\x69\x3e\xe0\x82\x01\x63\x28\xf8\x05\x7d\xc5\xcb\x4e\xfe\xbc\xa2\x35\x5d\x12\x76\x49\x0e\xd4\x23\x0e\xb6\x31\x38\xfc\x1d\xf9\x73\x2d\x87\x3a\x93\xac\xa5\xc7\x11\xa6\x6b\xde\x54\x4b\xc5\x8b\xc1\x70\xf9\x8c\xb0\x12\x75\x3e\x55\x4d\x68\xd1\x90\xef\x09\xc4\xff\xa6\x75\x5d\x5d\x89\xe2\xb2\x6a\x12\xf2\x0c\x3c\x0d\xb4\x1f\x6b\x34\x00\x59\x44\xea\xf0\x15\x34\xdf\x44\xbc\x54\x6f\xcf\x5e\x74\x86\x88\xd2\xe5\x0c\x17\x2a\x99\x75\x97\x8f\xfb\xf2\xac\x1a\xf0\x4c\xe6\x48\x03\x9d\xc3\xde\x3a\x3c\xff\x37\x9e\x9c\x23\x44\xaa\x87\x9a\x28\xf3\x1b\x91\xa6\x5e\x55\x0d\x1b\x93\x77\x42\x52\x40\x41\x08\x62\x44\x81\x91\x2a\x06\x84\xcc\x8b\x02\x5e\xc6\x05\x4e\xa2\x46\xc9\x8e\x5a\xb2\x92\x94\xdf\xc4\xaf\x07\xb9\x07\xd1\x0f\x63\xce\xa3\xf0\x89\x4d\x1d\xa1\x05\x9b\xec\x10\x80\xcc\x88\xb0\x5f\xa0\x12\x8c\xdd\xe8\x31\x14\xec\x54\x09\xee\x2c\x4e\xb7\x0b\xd3\xdb\x45\xe9\x9b\x6d\xf2\x7f\xc4\x9a\xe7\x8f\x90\xb4\x91\xdf\xba\x39\x2f\xef\x0c\xef\xe4\x4b\x08\xff\xff\x9d\x90\x37\x30\x35\x00\x5c\xba\xbd\x5a\xfc\xdd\x7b\x70\x5e\xca\x0a\x10\xcb\x60\x43\x4e\x8e\x81\x00\xe5\xff\x90\xd1\xe9\x6e\x64\xf5\x64\xe4\x16\x60\x02\x47\xf6\x09\xda\x02\xe1\x9f\x09\x69\x58\x37\x97\x96\x99\x9f\xa4\x99\x49\xea\x34\x1e\xfb\xc3\xe0\x6c\x75\x7f\x32\x20\x6a\xd0\x95\x9b\xa9\x5e\x7e\x7d\x18\x8e\xf9\xa8\x1f\x1d\x54\x51\xa1\x32\x68\xe0\xbe\xe0\x4b\x41\xd9\x49\xe8\x9f\x56\x2b\x96\x9d\xfa\x05\xe2\x7f\xc1\x15\xe2\xce\xf0\x8e\x8a\xe4\x42\xe0\x2a\xfe\x0b\x2b\xc5\x2d\x56\xd5\xa7\x0d\x5b\xf5\xe7\x42\xba\x94\x49\x68\xc4\x1f\x7f\x67\x69\x33\x24\x1f\x4b\xf0\x92\xfe\xd8\x2c\xea\xea\x0a\x6c\x4e\x87\x84\xd6\x73\x89\x24\x4d\x7d\xad\x66\x7c\x09\xd9\x03\x67\x15\xb8\x37\x94\xef\x2f\xd8\xf5\x87\xbe\xa8\xf8\xc0\x14\x5f\xaa\xbc\x49\xe5\xac\x4a\xe0\x07\x1e\x45\x92\xd2\x26\x5d\x90\x3e\xab\xeb\xca\x58\x61\xe1\x0c\xe4\xc7\x07\xf6\x31\xb6\x0f\x30\x84\x50\x13\xfd\x65\x55\xc9\xac\xb6\xb0\x8c\x3e\x0c\x22\xef\x53\x47\xe3\xf9\xa6\xae\x96\xe2\x02\x72\x2b\x26\xcd\x82\x95\x7d\x67\xc9\xfa\x32\xb6\xf7\x5e\x69\x30\x34\x38\x91\xb5\x39\xab\x34\x44\xfb\x33\xc5\x5c\x2b\xca\xa3\xaa\x1a\x16\x54\x80\x84\xb3\x62\x26\x4f\xb8\x65\xaf\x4e\xeb\x39\xa4\x7e\xaa\xe7\x6b\x48\xb3\xe1\xac\x1e\x98\x47\x39\xff\xbe\xe9\xd6\xdb\x39\xeb\x14\x8b\x71\xe6\x10\x55\x66\x56\x26\xe0\x02\xd2\x17\xc3\xc2\x3e\x72\x9b\x19\x37\xcb\x11\x10\x90\x30\xb1\xa5\xd9\x2f\xc5\x9a\xf3\x3b\xe2\xf7\xf9\x9d\x21\xb1\x36\x84\xb8\x5a\x3d\x33\x38\x34\x12\xfb\xfe\x8d\xc6\x86\x3f\xc4\xe0\xa2\xcb\xd8\xd0\xb8\x5c\xc3\x64\x2b\x22\x65\x6c\x3f\x6f\xee\x0c\xef\x2c\xab\x6c\x5d\xb0\x04\x51\x80\x43\xf6\x58\x88\x76\xd4\xef\x25\xa3\x22\x9f\x8e\xe8\xa7\xbc\xe2\xbd\xc1\x03\x43\xcf\x36\xfa\xd2\xb4\x48\x94\xfa\x64\x91\xb5\x0d\x99\xb3\xe6\x49\x95\xc2\x66\x5b\x55\xb3\x6a\x39\xb2\x4a\xfc\x16\x27\x0d\x5b\x42\x2e\x42\xf1\x87\xd5\x8c\x0b\xee\xb9\x2a\x4f\x9b\xaa\xa6\x73\xe6\xb4\xe2\xac\x79\x7b\xf6\x42\x90\x59\xf0\xd8\x38\x05\xf3\xac\x53\xfc\xa8\x3a\xf8\xf3\xac\x58\xb3\xb2\x59\xe7\x23\xa8\x73\x80\x36\x5c\x48\x4b\x91\xe8\xbd\x3d\x7b\xf1\xf1\xc5\xeb\xe3\xa3\x17\x1f\x4f\xcf\x5e\xbf\x3d\xfa\xcb\xd3\x8f\x7f\x7d\xfa\x9f\x64\x42\x7a\x39\x7f\x7b\xf6\x02\x6b\x8e\x46\xe4\x49\x4b\xf2\x51\x90\x8c\xae\x18\xc9\xcb\xbc\xc9\x69\x91\xff\x43\xdc\xdf\x3a\x78\x29\xcd\x92\xf3\x52\xb0\x02\x1f\xa1\x37\xc3\x9f\x7d\xf6\xd8\x7b\xe4\x8c\xbf\x23\x7f\x61\x0d\x72\xef\x75\x53\xc8\x14\xc3\x95\x4c\x38\x4e\xe7\x4c\x1c\x0c\x64\x66\x95\x9e\x34\x2f\x45\xcd\x64\x20\x1a\x8f\xf4\x91\xd6\xe8\x37\x07\x68\xf4\x21\xf5\xf4\x98\x6c\x44\x5d\xe3\x43\x0c\xd7\xf1\xe6\xc6\xe7\x1a\x91\x1b\x63\x4b\x96\x88\x39\xc4\x25\x36\x1d\x66\x4a\x56\x53\x74\x05\x5b\xe3\x62\x5b\xac\xfa\x46\x23\xf2\x8c\x4e\xeb\x3c\x55\x89\x72\xb8\x0a\x6a\xa0\x72\xee\x88\xb6\x4a\x75\x3a\x65\xcd\x15\x63\x25\xae\xbe\x66\xb3\x9a\xf1\x05\xe3\xa0\x98\x95\x98\x41\x38\xa2\x06\xf6\x0e\x7e\xb9\xf4\x92\x65\x30\x01\x85\x58\xfd\xe8\x26\x0f\x2c\x06\x44\xb7\x51\x91\xb2\xac\xe3\xaa\x96\x63\x75\x3c\x99\x90\xde\xbd\x9e\x3e\x7e\x88\x89\x72\xdd\x01\x6f\x02\x89\x85\xab\x14\xa7\xa3\xf0\xbf\x6f\x8f\x1e\x03\x98\xe0\x4a\xb3\x2a\x8d\xcd\xa3\xdf\xcf\xaa\x34\x99\x56\xd9\xb5\xac\x04\x7f\x27\x73\xd6\x68\x5b\xb0\x7e\x2f\xcb\xeb\xde\x00\xbc\x54\x44\x85\x4c\x0e\xab\x9e\xe3\xa2\x75\x61\x59\x75\x53\x98\x85\x05\x07\x2b\x5c\xa3\x5e\xa8\xc4\x89\xbd\x3d\xac\xa2\x38\x0c\x85\xd9\xa7\x5b\x30\x7b\x7a\x4d\x68\xf6\xf7\xb5\x41\x83\x2c\xaf\xad\xec\x68\xb2\xee\xa2\x59\x16\x3a\x3d\x69\x1b\xd6\xcb\xed\x70\x8f\xdc\x50\xa1\x99\xe4\x29\x6c\x6f\x79\xe4\x03\xed\x1c\x23\x5d\x7b\x26\x76\xcc\xde\x99\x18\x7c\x79\x00\xdf\x21\xc1\xed\x3b\x44\x10\x93\x31\xe9\x15\x4d\xed\x06\x51\xb3\x22\x2f\xcb\x59\xea\x41\x78\x17\x26\x5b\x7d\xdf\x83\x9e\xef\xba\xfd\x6a\xcc\x51\x3b\xd3\xbd\xb3\xce\xbe\x29\x49\x5d\x40\x1f\x93\xd1\x02\xdb\x34\x5d\x37\x64\x56\xe4\x2b\x4e\xea\x7c\xbe\x68\x46\x05\x9b\x35\x28\x1f\x83\x50\x5f\xb2\x94\x71\x4e\xeb\xeb\xa4\x93\x32\x9d\xd2\x19\x93\x77\x48\xff\x82\x5d\x8f\x49\xb9\x5e\x4e\x59\x3d\x24\xdb\x28\x16\xd6\x33\x04\xcb\x26\x74\xe6\x71\x42\x7a\xca\xba\x22\x9f\x98\xa9\xeb\x26\x4b\xac\x52\x58\x4d\x28\x9e\x06\xbd\x40\xbd\xf6\x6e\xc4\x20\xed\x67\xe4\x82\x5d\xfb\xe2\x82\x92\x06\x4e\x57\x34\x15\x27\x40\xdf\x80\xc9\x48\x14\xf1\x51\x5e\x66\xec\x93\x23\x04\xe0\xfd\x25\x2f\x26\xd9\x6e\x6c\x7a\x90\x96\xcd\xfc\xfe\x98\xf4\x7e\x5c\x7d\x42\xd3\x68\x7e\x6f\x4c\x7a\xbf\xaa\x5f\xcb\x31\xe9\xdd\xfb\x59\xfd\x2a\x44\xd9\xfd\xbb\xfa\xa7\x68\xf8\xc3\x7d\xfc\x79\xf3\xc0\x9e\xec\x46\x8d\xfa\x86\x16\xac\x69\x98\x75\x5f\xa7\x55\x51\xd5\xd6\x6c\xfd\x16\x4f\x67\x33\x08\x55\x6f\x5a\x30\xfc\xd2\xde\xe4\x59\x55\x36\x88\xa9\x56\xab\x59\x55\x46\xdb\x00\x5e\x9f\x09\x34\xb0\x6b\x5b\x5f\x63\x23\x04\x40\x1f\x71\xfc\x12\x1b\x80\x5e\xb0\x53\xb6\xa4\x65\x93\xa7\xc7\xb0\x58\xab\xd9\xba\xc9\x8b\xbc\xc9\x19\x1f\x85\xd5\x42\xd1\xef\x0d\xad\x05\xcf\x00\xf3\x1a\x12\xf8\x8f\xd5\x57\xb0\xed\xea\x44\x1e\x83\x30\xc6\x09\xd5\xba\x2b\x68\x09\xf7\x06\x78\x49\xc3\x99\x53\xda\x31\x2c\x3c\x50\x83\xc9\xdf\xd5\x54\xf0\x97\x4e\xc5\x8c\xad\x8e\xab\x25\xb0\xe8\xe4\x80\xbc\x53\xa1\xfb\x2b\x92\x97\x69\xb1\xce\x8c\x9e\x85\x65\xa4\xa1\x73\x48\x2f\x91\xaa\x06\xb3\xaa\xb6\xcb\x79\x51\x35\xbc\xed\xe8\xa3\x30\x09\xcb\x55\x9c\x89\x0d\x09\x8c\xe6\x60\x4f\x27\x46\xaa\xb1\x2a\x4a\x9d\xd2\x5a\xe0\xa4\xbc\x64\xb5\x18\x7d\x42\xf6\xf6\x90\x35\x31\x1f\x1f\x98\x9a\x53\xca\x71\x74\xd5\x8b\xf6\x01\x58\x21\x3a\x8f\x3d\xf4\x96\xc2\x8c\x44\xd4\xb1\x87\xca\xb2\x14\x10\x72\x1c\xe2\xac\x92\x67\xd5\xf9\x74\x51\x4e\x96\x9a\x79\xaa\x58\xf0\xa8\xe5\xfa\x4b\x51\x4d\x69\x71\x6c\xb9\xa8\xb8\x62\xb3\x8d\x5f\xe3\x08\x6a\xf6\xbd\x85\xf8\x53\xb7\xfc\x04\xec\x39\xd8\xc0\x57\x81\xa0\xea\xa6\xf0\xdd\x0a\xd4\x1b\x93\xa4\x6a\xd6\x21\xeb\x6b\x18\x4b\x52\x3e\xd0\xf4\x4e\x62\x83\x64\x8a\x4f\x4f\xdf\x5a\x3a\x71\x83\xe3\xcf\x59\xb1\x42\xec\xe3\x82\xa3\xe3\x35\x59\x56\x19\xa8\xcf\x78\xbe\x5c\x17\x82\x7b\x28\x2b\x72\x95\x97\x59\x75\x25\x91\x59\x4e\x83\x65\x78\x82\xe6\xac\x79\x87\xc5\x0b\xe8\x0b\xb0\x51\xe2\x3b\xe4\x26\x6b\x67\x1e\x4e\x4f\xdf\xf6\x73\xfe\xb4\x94\x9e\x1b\xb1\x1c\x64\x7a\xea\xba\x9e\x4f\xd0\x37\xe4\x79\x3e\x5f\x1c\x57\x65\x53\x53\x71\x9d\x17\x2c\x6d\xaa\x1a\xfc\x08\x53\x8a\xb8\x21\x58\xa2\xa1\x98\x28\xbc\x82\xc2\x27\xf8\x69\x37\x7c\x55\x1d\x01\x57\x04\xa5\xf6\xad\x80\xff\x5f\x7c\xce\xcb\xb9\x47\x02\x21\xc2\x83\xca\x1b\x10\x36\xfa\x4d\x51\xa9\x88\x36\x4a\x25\x20\x74\xc9\x6d\x32\xc2\xef\x09\x10\xa5\x48\x33\xb9\xd7\x27\xdb\xa7\xe9\x5d\x5f\x73\xa6\x68\xfb\xc4\x9f\x38\xe8\x2d\x15\x85\x50\x23\x20\xc9\xc3\x26\x26\x8d\x02\xfe\x1e\x78\xbf\x23\xda\x48\xa6\x10\x7f\xa5\x4e\x04\xf7\x69\xf9\x04\x31\x36\x9a\xc7\xda\xde\x19\x74\x87\xb0\xfc\x87\xc4\x9d\x3f\x26\x07\xf7\xad\x10\x30\x2b\xe7\x37\x86\x9a\x73\x3e\x01\x1b\xe1\x55\xaa\x33\x56\x8f\x49\xaf\xac\x4a\xd6\x0b\x5c\x5c\x02\x37\x26\xe9\x5f\x08\xf1\x52\xa4\x83\x92\xdc\x05\x6b\x6a\xab\x8a\xc3\xcd\x30\x26\x3d\x3a\xe5\x55\xb1\x6e\x98\x71\x95\xba\xca\xb3\x66\x31\x26\xf7\xfc\x49\xfd\x70\xcf\x5d\xc9\xaf\xc1\x42\x7e\xdd\x3e\x3d\x3d\x27\x77\x63\xac\x10\x3e\x91\x47\xf0\x31\x79\x6f\x74\x25\xce\xf9\x40\x74\x18\x92\x0d\x59\xd8\xa7\x4b\x14\x8d\xdb\xf6\x68\x48\xf2\x92\xb3\x66\x4c\xee\x93\x9b\x81\xa5\x98\x72\x2c\x1b\x8c\x13\x7c\x5e\x16\x79\xc9\x0e\xc0\x17\xde\x09\xe3\xc0\xe5\x19\x36\x8a\x4d\xf5\xaf\x97\x98\x60\xb6\x07\x52\x9f\xd6\x0b\x6a\xa9\xbd\x3d\xab\x56\x6f\x05\x84\xdf\xd2\x2c\x5f\x73\xe0\xd6\x87\xf1\x9a\x8f\x01\xce\x3b\x56\x7e\x8b\xbb\xe6\xe0\x8d\xfa\x77\x33\xec\x98\xb0\x74\xfc\xf9\xa7\x4f\xd8\x9a\xab\x5f\xa1\x1d\xd4\xe2\xdf\xfb\x18\x65\xfd\x10\xad\x2a\x30\xb2\xa8\xc4\x50\x78\x19\x9c\xb1\x4f\x4d\x38\x1f\x98\x13\x4d\x2f\xe6\x75\xb5\x2e\xb3\x63\xa7\x45\x4b\x6d\xb5\x82\x7b\xab\x4f\x84\x57\x45\x9e\x91\xad\x03\x98\x5d\x7a\x87\x27\x2e\x06\x1a\x82\x8e\x88\x5d\xb7\x40\x7f\x10\x69\xe5\xef\x70\xf8\x65\x17\x1c\x20\xdf\x13\xf3\xb5\x1d\x21\x5a\xb0\xec\x9b\xee\xdb\x17\x43\xf8\x05\x9b\x75\x03\xf8\xb6\xa0\xb2\x7f\x99\xbf\x3f\xc4\x9c\x6e\x35\x05\x7b\x5e\x5d\xb2\x5a\x30\x0f\xd6\xda\xda\x80\xb3\xdb\x61\xec\x02\xed\x2d\x00\x9b\x6e\x45\xee\xf0\x20\x88\xde\x0b\x81\xb7\x61\xf5\xdd\x21\xe7\xac\x33\xc9\xb9\x9d\xac\xdf\x9b\xa7\x9c\xa3\x7b\x33\xcb\xd4\x95\x62\xf7\x83\xe8\x6b\x7f\x08\x84\xfe\x52\xd3\xeb\x36\x5c\x43\x4c\x3b\xde\xa5\xe6\xce\x64\xe5\x4b\x90\xf0\xa6\x13\x09\x8f\x95\x57\xf2\xff\x04\x24\xec\x3e\xfc\xb7\x27\x99\x7f\x18\xb8\xff\x47\x1d\xfd\x7f\x7d\xa8\x03\x8b\xe7\x81\xbb\x5a\x37\x82\x87\x93\xd7\xd4\x1e\xca\x2a\xb4\xb4\xd6\x10\xed\xd3\xc4\x86\x70\x7a\x5b\xa1\xa9\xd4\x98\xfc\x6c\x4d\x6f\xc1\x24\xbb\x45\xd7\x4d\x65\xc3\x66\x5a\x7d\x3a\xcd\xff\x01\xf5\x7b\x48\x26\x0e\xa6\xd5\x27\xb7\x06\x30\x02\x92\x3f\xba\x1b\x94\xf8\xec\x96\x94\x59\x12\xd8\x18\x96\x1d\x57\x75\xc9\xea\xfb\x41\xb3\x08\xef\xb5\x63\xcb\x31\xf9\xdd\x5c\xb2\xff\xbe\x91\xa2\x51\x52\xb2\x75\x53\xd3\xe2\x54\xa5\x27\x38\x2a\x9a\x9b\xdf\x83\xc6\x2f\x40\xea\x09\xf8\x01\xb3\x05\x4d\x4d\x4b\xbe\xa2\x35\x2b\x1d\x1c\x5a\x73\x56\x23\xbe\x46\x5a\x07\xdc\xf8\xb4\xa8\xd2\x0b\xbb\x46\x23\xee\x01\x96\x56\x35\x95\x72\x8d\xdf\x85\xa8\x70\x54\xe4\x73\x51\x96\x82\x9d\x8e\x5d\x9a\xae\x6b\x0e\x08\x2e\x8d\xe8\xec\xb2\x4b\x56\x37\x79\x4a\x0b\xd5\xba\xa9\x56\x76\xb1\x14\x97\x7e\xb0\xe1\xb8\xa4\xf5\x3c\x2f\x11\x14\x56\x54\x47\x55\x70\x26\xc4\xa7\xbb\xc1\x67\xc9\xb1\x87\x05\x8f\xa5\x7c\x65\x97\xec\x74\xd0\x6d\x7a\xa2\xa2\x36\xb4\xde\xaf\xad\x87\xfb\x16\xc7\x50\x4a\x9f\xce\x10\x6e\x38\x84\x40\x3e\x1d\x6e\x27\x8b\x3b\x12\xb5\xdd\xc9\xd5\xed\x57\xf4\x44\x07\xee\xf8\xd7\x58\x59\x9c\xc7\xb8\xc5\xba\x0c\x71\x8b\x2e\x6d\x65\x19\x16\xf3\xc8\x71\x6a\x65\xfc\x5b\xaf\xb6\xf1\x42\x5c\x84\x11\xec\x53\x47\x4f\x09\xca\xc1\x8a\xfe\xcb\x6f\xc8\x7f\x5d\xd6\x6f\xd7\x23\xfe\x4f\x03\xc8\x6d\xa6\xbe\xe3\xc0\xdb\x06\x8d\x48\x86\xad\x55\x77\xda\x82\xf6\x53\x14\x39\x47\xcf\xec\x94\xf7\xce\xdc\xbd\x38\x8a\x31\x66\xe1\xde\xdd\xbb\xff\x8f\x5d\x20\x2a\xbe\xab\xe9\x0a\xce\xd5\x55\x4d\x9d\x8b\x06\x1e\xc3\x67\xd7\x32\xe0\x62\xf4\x1a\xa3\xe2\x8a\x3a\x69\xd8\x92\x47\x8a\x5b\x16\xa0\x27\x1f\xa5\x03\x2e\xeb\xf4\x55\x14\xe0\x9b\x6e\xf7\xb6\x03\xb7\xeb\x61\xbb\x1d\xcb\x7a\x4b\xfa\x1a\xe3\x45\x71\xc0\x3f\x42\x83\x79\x13\x68\x5f\x55\xc6\x30\xf7\x89\xa1\x1f\xa8\x63\x5d\x35\xfa\x60\x0f\x6d\x05\x86\xe7\xe5\xc0\x7b\xe6\x35\x8f\x28\x81\x21\x97\x04\xaf\xf3\x6a\xf3\x8c\x35\xe9\x82\x71\x70\x2a\x68\xd8\x12\x9b\x78\x76\x3a\xe0\x9e\x57\x41\xb6\xfc\xba\xba\x92\x2e\x08\xec\x53\xca\x56\xd2\x68\x5b\x3f\x48\x5e\xb0\x6b\x72\x86\x66\xfd\xca\xfc\x03\x7a\x6d\x2a\x32\x13\x03\x45\xbb\x6f\x37\x37\x00\xf3\x09\x30\x32\xc0\x2c\x6c\x03\xf5\x87\x13\x5d\xaf\x60\x0d\xa9\x19\x5f\x17\x0d\x99\x98\xc0\x72\x96\x69\x28\x6a\xb8\xaf\xf2\x12\x6d\x43\x10\x0c\x7d\x63\xd3\x29\x9b\x8a\x0a\x87\xe2\x7f\x13\xd7\x82\x2d\xb1\x66\xe2\x26\x8a\xd2\x86\xa3\xc6\x54\xea\x3b\xf2\x54\x66\xc3\xd6\x00\x92\x0e\x06\x60\x54\x20\xb7\x1b\xc7\xf4\xed\x36\x4e\x4a\xce\xea\xc6\xec\x05\x24\x66\xff\x23\xf6\x82\x66\x32\x02\x67\xb0\x0f\xfa\x65\x99\x36\x14\x5a\xc3\x1f\x4d\x45\x56\xeb\x26\x3a\x9f\xf6\x27\x39\x7f\xf3\x86\xd0\x97\xb5\x95\xe6\x69\xce\xda\x2b\x6b\x7f\x0e\xfd\x7d\xb0\x3a\xc5\xce\x06\x5f\xb6\x0d\x37\xc1\x89\xf1\x1f\x6d\x87\xd1\x97\xc0\x88\x89\x22\x18\x27\x1e\xac\x3b\x5e\xe7\x5e\xe4\xe5\x05\x1c\x5a\x19\xb5\xcd\x7c\xb0\xad\x10\xc4\x47\xf3\x52\xe7\x3d\xb8\xf9\xb3\x53\x6f\x31\x75\x55\x89\x3b\x66\xc9\x0f\x44\x73\x65\xf3\xd1\xf1\x5a\xa7\xb3\x96\xb9\x93\x1a\x8c\x9d\x59\xa9\x27\xb8\x58\x2e\x70\xfe\x58\x7a\x62\xe7\x5c\xab\xf4\x48\xce\x7f\x2b\x33\x56\x17\xf8\x28\xdd\x48\xa3\x08\x93\x3f\xd0\x4e\x3e\xd8\xf9\x72\x07\xbe\x52\x17\x0c\x63\x7d\x63\x9b\x22\x2f\x2f\xa0\x36\x99\xf8\xda\x45\x51\xf4\xc0\xad\x79\x22\xae\x53\x9a\x36\x2c\xeb\x68\x23\xb5\x3d\x5e\x53\xb5\x9c\x96\x86\x4a\xf5\x29\x2e\x32\xab\x25\xb8\x52\x3d\x36\xd7\x5d\xd8\xd0\xaa\x21\x57\x19\xcf\xe2\xe0\x6f\x72\x3f\xc4\x49\xfd\x2c\x6f\x51\x12\x65\xdd\x09\xa8\xa0\x9f\xe0\xac\x48\x80\xa2\xc4\x3c\x0a\x82\x89\x05\xd8\x3d\x24\x4b\x96\xe5\xeb\xa5\x2e\x72\x9c\xa4\xe1\x3a\xd6\xa0\x8f\xea\x08\x7c\x96\x42\x74\x7a\x9a\xff\x83\x81\x02\x60\xc1\xea\xbc\xf1\x4b\xdf\x29\x96\x2a\x52\xee\xeb\x06\x6c\x94\x22\x87\xa4\xb7\x56\xbf\xc0\x56\x2e\x7c\x83\xea\xd4\xd6\xa1\xf1\xea\xc1\x41\xce\x8d\xc3\x7d\xc1\xc8\xfe\x18\xf6\x26\xe4\xc4\x47\x23\x72\x4c\xcb\x5e\x43\xd6\x9c\xb9\x6f\x99\x56\x9c\x19\xc8\x3a\x2b\x2a\x49\x9b\x58\x22\x78\xc1\x95\x20\xc8\x02\x6e\x3c\xe8\x71\xd1\x34\x2b\x3e\x1e\x8d\xe6\x79\xb3\x58\x4f\x93\xb4\x5a\x8e\x96\x79\x5a\x57\xbc\x9a\x35\x23\x4d\x4f\x20\x67\x2c\x1f\xfd\xf8\xeb\xaf\x3f\xfc\x1b\xfc\x2d\xcd\x75\x0e\x7e\xbc\xfb\xf3\x2f\x3f\xfe\xf0\xd3\x8f\x3f\x04\x1d\xff\xc6\xc1\xea\xb6\xfa\x74\xc0\x17\x54\xdc\xfb\xb4\xcc\xd4\x3e\x61\x74\x4a\x6e\xc5\x6e\xa8\x59\x0a\x16\xd1\x62\xb6\x38\x53\xb4\x87\x86\x80\xaf\xcb\x75\xd1\xe4\xab\x82\x89\x02\x16\x2e\x41\x74\xbc\x60\xc5\x2a\xe8\x8f\x02\x29\x9f\x4b\x03\xe0\xb4\xc8\x57\x2b\x66\x02\x1d\xe0\xbf\x69\xf5\xe9\x14\xe6\x37\x26\xbf\xdf\x25\xe2\xff\x09\x59\xe0\xdf\x37\xfe\x09\xba\x41\xc6\xe9\x77\x8f\x09\xd4\x88\x07\x7a\x2f\xba\x6e\xaa\x58\x5b\xbf\xd5\x37\x92\xa9\x0c\xd6\xef\xf6\xb2\xf5\x07\x48\x58\x32\xcf\xf6\xc9\x53\xe0\x41\xc1\x3b\x4d\x34\x00\x1b\x9b\x18\xf3\xad\xf4\x51\x91\x57\xbf\x6d\x1c\xb2\x22\xf2\x64\x7f\xdf\x9e\x85\x61\xd7\x63\x92\x46\xc0\xcb\xb7\xe8\x10\x5b\x45\x92\x2e\xf5\x9e\xaf\x5b\xec\x05\xea\x37\x57\xf1\x26\x08\xfc\xac\x10\xa8\x16\xa3\x35\x5a\x39\x7c\xb7\x45\xf7\x58\xb0\x59\x40\x9c\x5e\x77\x76\xe9\x68\x46\x1b\x0f\x27\xbc\x0d\x31\x28\xe4\x80\x48\xed\xf0\xb3\xbc\x66\xb3\xea\x53\xe7\x36\x7f\x23\xf1\x4d\xdc\xf9\x31\x04\x86\xe0\x0d\xb8\x91\x28\x67\x7d\x11\x1a\xed\xb5\xe0\xd1\x57\x4e\x5e\xf0\x08\x8b\x9c\x93\x9c\x43\xda\xed\xe2\x1a\x0c\x19\x5f\x32\xce\xe9\x9c\x3d\xa6\xf5\x90\xa0\xcf\x28\x67\x0d\x27\x2f\xb9\xdd\xa9\x5a\x8c\x58\x0b\x99\x5e\x2b\x37\x2a\xb7\xff\x78\x93\xe0\xcd\xa0\x0d\x4e\x61\xbd\xed\xaa\x0a\xc3\x4b\x09\x50\x59\x76\x34\x3d\xfb\xcd\xd5\xea\xc6\x01\x89\x75\x5b\x3b\x3c\x8c\x33\x89\x2e\x0d\xde\x4d\x5b\xcf\x1d\xd6\x33\xfb\x63\x31\xde\x90\xec\x8f\x2f\x73\x9e\x37\xb1\x27\xe1\xed\x0a\x4a\x7f\xf0\xed\xef\xf6\x7b\x2e\xa8\x76\x79\xae\xdb\x1f\xd3\xb4\xc9\x2f\x99\x98\x2b\xa8\x37\xc5\x1f\xf8\xa9\x55\xdd\x69\x20\xea\x31\x94\xde\xe4\x83\x17\x0d\xc3\xa6\x04\x16\x32\xdf\x58\xbd\xd7\x76\x76\x6f\xa9\x99\x6c\xe5\x81\x22\x3c\xe0\xbf\xfc\x7a\x62\x54\xa8\x8d\x13\x36\x42\x0d\x7e\x41\x1c\x03\x5f\x3b\x54\xa8\x8c\xbe\xf3\xdc\xd7\x49\x59\x1d\x08\xd6\xbd\x2a\x18\x88\x92\xd2\x4b\xec\x8a\xd6\x65\x5e\xce\x8f\x69\x51\x88\x4b\x70\x4c\xfa\xfd\x25\x12\x23\x2d\xea\xaa\xf0\x35\x03\xdb\x87\x2c\x08\x17\x21\xa5\x36\x90\x1b\x4f\x94\x17\xed\x4b\xba\x7a\x78\xf6\x08\xf2\xf0\xbe\x7f\x43\x72\xf0\x43\xa8\x66\xe4\xec\xc3\xa1\x56\x85\xdc\x3c\x70\x7d\x76\xca\x8c\x13\x4a\xe4\xb4\x04\xab\x27\x27\x3d\x54\x91\x1b\xe8\x2a\x57\xfe\xef\xac\x6c\xa2\x46\xb6\x4a\x0d\x20\x57\x42\x0e\xc8\x3b\xd9\x9f\xfc\xd2\x66\x28\x2e\x86\x0d\xd6\x6f\x8b\xfa\xe0\x3b\xe5\xc1\x0c\x92\x79\x60\xd4\x8d\x84\x95\x97\xc9\xab\xd7\x4f\x9e\x7e\x7c\xfa\xea\x6f\xe0\xd9\xd5\x5b\xd5\x55\xb6\x86\xde\x4d\x94\x17\xbf\x07\x35\xa4\xe3\x6a\x0b\x39\x17\xe4\x86\xed\xef\x2b\x30\x24\xa2\xa9\x13\xbd\x46\x7d\xf4\x3a\xf1\x94\x33\xc7\x55\x39\xcb\xe7\xeb\x5a\x86\x1f\x53\xf0\x4d\xe5\x0c\x12\xf2\x86\x42\xd0\x10\xb1\x49\x66\x93\x21\xb0\x80\x00\x74\x23\x44\x86\xa6\x02\x91\x02\x5c\xa5\xf4\xdd\xf3\x9d\x33\x09\x0d\xca\xce\x7d\xf1\x01\x78\x40\xf4\x9f\x4d\x05\xec\x4f\x9d\x67\x38\xd0\x1c\x5d\x56\xc5\x5c\xb0\x51\xab\x91\x3f\x67\xcd\x3b\x0f\xac\xde\x38\x87\x63\xd2\x8e\xdc\x8e\xad\xb5\x3f\xc1\x89\x3f\xe5\xd0\xf6\xfa\x44\x69\x3f\x87\x90\x1a\x37\xa5\x0d\x2b\xc5\xbc\xd5\x67\x4b\x5b\xa2\xab\x3a\x46\xd4\xf8\xf5\x31\xe5\x11\xab\x66\xd9\x24\x52\x5f\x99\x2e\xbf\xae\x5f\xa3\x4d\xba\xdf\x46\x55\x70\xda\x62\xdd\xd7\x82\xfd\x30\xf5\xcd\x47\xcf\xfb\xa3\x5a\x4e\x41\x18\x03\xcb\xf8\x6a\xa6\xd2\x26\x36\xd5\x1c\x3d\x36\xfa\xd3\x35\xca\x93\x10\x63\xae\x66\xf3\x9c\x37\xac\x26\x29\xe7\x48\xa7\x18\x1f\x38\x7e\x1f\x5c\x81\xe4\x00\x74\x74\xe8\xba\x0a\x1f\x31\x52\x5f\x45\xa6\x4c\xaa\x94\x11\x86\xad\x7e\x1d\xae\xda\xf9\xe1\x99\xfa\xf3\x11\x58\x72\xab\x71\xc6\x44\x17\x90\xcf\x32\x5d\xab\xd4\xc0\xba\x89\x36\x64\x3a\xf8\x60\xef\x1e\x1a\xd0\x58\x63\x3c\xfa\xe7\x40\xe9\xde\xed\xc0\xe4\x37\xbf\x2f\x9b\x73\x30\xaa\xf8\xb6\x60\xbe\x37\x34\x90\xbd\xef\xc2\xfc\x9e\x05\xf4\x7b\xdd\x50\x37\x8d\xee\x5b\x8d\xee\x7f\xc3\xad\xba\xf7\x88\xec\x93\x58\xc1\xfd\xff\xa1\x9b\xe8\xb7\xff\x41\xb6\x6f\x16\x79\xfd\x47\xe2\x80\xf5\xf7\x0f\xff\x5c\x7c\x30\x8d\x7e\xb0\x1a\xfd\xf0\xcf\x41\xa2\x96\x82\x1f\xfe\x17\xbb\x76\x69\xfe\xa3\x9a\x7d\xb5\xae\x9b\xc5\x3f\x09\x3b\xad\xbf\x7f\xfc\x6f\x80\xa9\xa6\xd1\x8f\x56\xa3\x1f\xbf\x10\xbd\x45\x7f\xdf\x0a\xc5\x5b\x0a\x7e\x7c\x74\x5e\xfe\x2f\xf6\xff\x01\xd8\xef\xb7\xff\x49\xaf\x7e\xd6\x2c\xfe\xa9\xc7\xc6\xfa\xfb\xa7\xff\xa9\x47\xc8\x34\xfa\xc9\x6a\xf4\xd3\x1f\x70\xee\x50\xa0\x6b\x3b\x7c\xed\xa5\x3f\x74\x96\xfe\xd8\x59\xfa\xd3\xff\x1e\xd2\x7f\xb1\x43\xea\x37\xfc\x59\xad\x3b\xff\xf4\x5f\x78\xba\xad\xbf\x7f\xfe\xdf\x93\x1e\x6d\xf4\xb3\xd5\xe8\xe7\xff\x31\xe4\xa1\xab\xf4\xe7\x7f\x1e\xf1\xe0\xe4\x80\xbc\x2e\x19\xa9\x6a\xb2\xac\x6a\x26\xfb\x65\x18\xbf\x7d\xca\x30\x0e\x40\x46\xfa\x8c\xa6\x0b\x82\x4d\x53\x5a\x12\x5a\x70\x28\x16\x7b\x71\x3d\xd8\xf1\x98\xf4\x93\x24\xd1\xe3\x8e\x49\xff\x64\x07\xd5\xc1\xe0\xfd\x87\xd6\x4d\xa5\xe5\xf5\xff\x42\x69\x27\x28\x19\x0d\xab\x59\xd1\xfe\xbe\x59\x5e\x52\xb0\x72\xde\x60\x38\xd5\x7b\x4e\xc9\xfb\xbb\x1f\x20\x79\x60\xdf\xf9\x42\xb9\x51\xca\x0d\x12\xbe\x9e\x1e\x57\xcb\x55\x55\x32\x15\x27\xc3\x8f\x2d\x16\x34\xee\xda\x4f\x1d\x60\x07\xcd\x61\x10\xb6\xa0\x6b\xea\x58\xe0\x84\x6c\x6e\x8c\xad\xd0\x3b\xa6\xd4\xc6\x84\xaf\xa7\x24\x55\xb3\x53\x08\x91\x97\xa4\xb9\xaa\xc8\x6a\x41\x39\xe3\x09\x79\x06\x37\xe7\x95\xa0\xfd\x45\x01\x66\x10\x0b\xb6\x1c\x62\xfe\x08\xf8\x8a\x68\x25\xbe\xa2\xa9\xdb\x3d\x79\x4f\xd9\x2a\x59\x65\x4c\x58\xd5\x17\x79\x39\x3f\x5d\x4f\x53\x17\x26\x63\xb2\x21\xef\x2d\xab\xb7\x0f\x63\x72\x54\xd7\xf4\xfa\x61\x5c\xdb\x28\x96\x35\x24\x62\x6d\x8f\x64\xa4\x24\xb9\xbc\x59\x55\xa3\xf6\xda\x64\x2b\xb0\x90\x5d\x00\xd9\x09\x99\x64\xea\x58\x01\x8e\xac\x3e\x56\x75\xb5\x12\xf0\x88\xd6\xf3\xbb\x48\x16\x94\xbf\xbe\x82\xac\x98\xac\x6e\xae\xc1\x6a\x6c\xe0\xa5\x15\x80\xb8\x57\xa2\x53\x88\x40\x16\xe2\x46\x0f\x54\xee\xa6\xcb\xb0\x46\x47\xf6\x27\x22\x43\x5e\x5b\xd0\x55\x7b\x7a\xe0\xed\x09\x17\xa7\x15\xa3\x89\x70\xff\x89\xca\x01\x9f\x3f\xfa\xa4\x7b\x76\x0f\x82\xa7\x5e\x05\x4a\x59\xf7\x8d\x0b\xd1\xb6\xa3\xe1\x42\x2c\x5e\xd9\x87\xb7\x35\x82\x0f\x76\xd3\x55\x2b\x06\xde\xba\x37\xd2\x8e\xcd\xef\xad\xc6\x1f\x92\xd5\x9a\x2f\x5a\x96\xe0\x54\x1c\x3c\x08\x07\xf1\x13\x3e\xdd\x7e\x78\x32\x21\xef\x77\x18\xfc\x43\x6c\xf0\xe0\x4d\xd1\x7b\x52\x8c\x60\x0e\x04\x7f\x76\xfa\xf2\x6a\x8d\x46\xf8\x9a\xc6\xc5\xf1\x25\x29\xe5\x0d\x27\x53\x56\x54\x57\x24\x87\x07\xb8\xaa\xbe\xa0\x60\x11\x83\x39\x6f\x38\xb9\x9f\xfc\x9a\xf8\x1d\x54\x59\x35\x26\x35\x5b\x56\x97\x0c\xba\x00\xeb\xdc\xf2\x1a\x48\x97\x68\xf1\xa7\xc4\x7d\xea\x37\xa4\xf2\x6f\xb4\x58\x33\x2b\x70\x48\x5f\x53\x50\x39\xa5\xc1\x7b\x71\x3e\x5d\x70\x38\x27\xe2\x6f\x32\x1c\xae\x75\xf2\x83\xa6\xfe\x91\xb7\xc6\x6e\x4d\x01\x8d\xff\xda\xe6\x63\x0e\xde\xdf\x74\x04\xde\x6e\x24\xe9\xe8\xe9\xbd\xbf\xb1\x71\x43\xbb\x97\xda\xd0\xee\xec\x7a\xc5\x4e\xd3\x3a\x5f\x35\xca\xd4\xee\xfe\x4f\x3f\xfe\xf2\xa3\xdf\x4d\x92\x24\x7d\x20\xdb\x49\xce\xe1\xbf\xf6\xc2\x07\xe4\xd0\xde\x03\x32\x26\xef\xed\x9f\xfa\xd6\x7c\x4c\x39\xfb\x10\xfa\xd3\x86\x7d\xdb\xf0\x10\x9d\x3b\xfb\x33\xd6\x58\xbf\x4b\xf7\x1f\x7c\x8c\x0d\xfe\x74\x12\xaf\x98\x18\x86\x78\x1d\x25\x17\xec\x9a\xb7\x93\x96\x81\xe2\x20\x1e\x91\xbb\x7a\xc3\xf5\xee\xc4\x68\xbc\xbc\xd1\x7c\xe4\x3d\x5d\x4f\x75\x85\xae\xf6\x76\x9a\xe8\xb2\xba\x12\xd7\xb4\xba\xf1\x21\x89\x54\xe4\x82\xc0\x47\xee\x9a\x11\x2a\xfe\xaf\xbc\xc6\xf6\xed\xf4\xbb\x7d\xb1\x06\x0f\xbf\x0d\xbd\x75\x39\x07\x06\x2e\x07\x3b\x51\x3e\x6b\x4f\x3d\xf0\xf9\x04\x12\xf9\x37\x99\x33\x5c\x9c\x14\x27\xbf\x05\x69\xf7\x37\x71\xb1\x28\x49\x12\x33\xcd\x64\x49\x57\x7d\xec\xd8\xe7\x5e\xc6\x2d\x6f\xa8\x86\xab\x11\x13\xf0\x0f\x40\x73\xbd\x62\x8a\x91\x09\x5e\x5f\x81\x9d\x50\x97\x7b\x8f\x1c\xc6\xab\x59\xeb\x1c\x90\x71\xbc\x8e\x77\x32\xdc\x93\xe2\xe4\x24\x0a\x92\x13\x9e\x07\xe1\x1f\x35\x92\x86\xef\xd6\x1f\x3f\x52\xce\xf3\xb9\x09\xda\xd5\xf0\x22\x9f\xf6\x1e\x78\x76\xf8\xb2\xd2\x44\xd7\x7f\xb0\x5b\xe8\x79\x23\xf7\x60\xf6\x7b\x95\x40\x0d\xed\x4f\xdf\xd4\x15\x78\xb4\x1a\xe6\xd7\x93\x3f\xc0\x9c\xc4\xad\xeb\x64\xd1\x37\xf9\x3d\x64\x31\x5e\x6a\x60\x1f\x25\x83\xb5\xd9\x59\x32\xf0\xcb\x58\xf6\xe8\xc5\x44\xbe\xf1\xc4\x34\x0c\x48\x2f\x26\xbc\x82\xbe\x55\x98\x58\xd3\xad\x35\x51\x84\x12\xf6\xdb\x1d\xcb\x3e\xb2\x1a\x19\xcc\x5e\xcd\x4e\x62\x98\x8c\x35\x07\x28\x85\x2c\x62\x0f\x1d\x7c\xc4\x57\x37\x32\xde\xcd\xc0\x8d\x65\x57\x55\x17\x32\x6b\x9d\xa2\x35\x4e\xe0\xba\x04\x6d\x10\x85\xf4\x37\x65\xca\xde\x22\x63\x70\xae\xc4\x1c\x31\x6b\xde\x9a\xab\x15\xff\xee\xce\xf9\xf7\xe8\xda\xd7\x9c\x49\xb0\x4e\x48\x7f\x10\x83\xb1\x38\xcd\x08\x91\x35\x57\xe0\xe8\x3b\x20\x1b\x24\x38\xcf\x6d\xab\x51\xc1\x6f\xff\xe0\xf5\xe8\xa0\xe2\xb8\x22\xfd\xf3\x8b\xd6\x74\xa8\x43\xf6\xfa\xea\x00\x79\x03\x60\xa6\x0e\x8d\xc4\x6e\xa8\x41\x7b\x25\x89\x36\x21\x5d\x73\x36\x5b\x17\xe4\x4a\xc8\x80\x98\x94\x0e\x8c\x7a\xd0\x7f\x13\x99\x31\x15\xbb\x58\x99\xea\x80\x27\x66\x06\x7e\x58\x79\x49\x28\x49\x17\x79\x91\xe9\xc1\x6a\x92\xcf\x6a\xba\x64\xaa\xd5\x10\x13\x1c\xca\xcc\x20\x98\x19\xaa\xe6\x60\x4a\xcf\x31\xc2\x1e\x59\xae\x79\x23\xc0\xbe\xaa\x2b\x31\x53\xc8\x26\xf7\x9d\x1c\x9b\x16\x0d\xab\x4b\x6a\x9d\x46\x31\x84\x82\x43\xc7\x11\x52\x5b\xa3\x12\x88\x28\xea\xa8\xa1\x15\x3d\x46\xca\x69\x47\x5f\x1b\x92\xfc\x3d\x74\x36\x24\xd1\x54\x07\xc2\xe9\x4f\x36\xd0\xe6\xe6\x11\xfe\x37\x01\x80\xd4\xac\xbc\x79\x38\x8a\x37\x7b\x64\xac\xec\x7a\x6b\xce\x40\x52\x56\xc4\xee\x92\xd6\x64\xdd\xe4\x85\x17\xe0\x1e\x3e\x41\x84\x64\x51\xa1\xac\xea\x25\x04\x6e\x7f\xce\x68\xc6\xea\x57\x14\x22\x82\x5a\xd5\x31\x7e\x24\x1f\x45\x2a\xea\x4e\x58\xb9\xa0\x65\xca\x9e\xd6\x35\xb8\xed\x58\xad\xd3\xaa\x66\x23\xbb\xb8\x37\xd0\x73\x7b\xf2\xf4\xd9\xd1\x6f\x2f\xce\x3e\x1e\xbf\x7e\x75\xf6\xf4\xd5\xd9\xc7\xb3\xff\x7c\xf3\x54\xd1\xd2\x9e\xf4\xfb\x3d\x10\x5c\x66\x6f\x4c\x7a\x74\xb5\x2a\x72\x99\xe6\xe6\xd3\xc1\xd5\xd5\xd5\xc1\xac\xaa\x97\x07\xeb\xba\x60\x65\x5a\x65\x2c\xeb\x29\xa2\x69\x1b\x61\xc9\x5e\x44\x27\x27\xb3\xdf\x4a\xce\x9a\xfe\x02\xa6\xcf\x55\xfe\x02\xa3\xe8\xd9\x03\xc0\x24\xe8\x2e\x03\xe7\x49\xd5\x85\x1c\x90\xad\xa5\xef\xdd\xb9\x7e\x30\x9c\x4a\x4b\x05\x32\x21\x56\xc6\x0c\x69\x1b\x67\xfb\x6a\xca\x30\xa5\x47\x19\x5d\x35\xac\x56\x59\x26\x04\xc8\x28\x7e\xd2\x81\xb8\x25\x75\xfe\x8f\x97\x2f\x9e\x37\xcd\xea\x2d\xfb\xbf\x6b\xc6\x31\x9f\x62\x4f\x53\x85\x9e\x13\x7c\xbe\xaa\xc9\xb4\xae\xae\xb8\x38\x39\x02\x61\xfe\xe3\xf9\x5b\xd5\x2b\x56\x92\x3f\xdc\x6d\x94\x1f\xf9\xe8\xd3\x42\x07\xed\xb6\xb2\x17\xe1\x2c\x14\x3b\xe9\x0d\x2f\x80\x27\x59\xe2\x55\x5d\x35\x95\xa8\x9d\x34\xd5\x29\xe8\x74\x92\x94\x16\x45\x5f\xb6\x94\x31\xd8\xdf\x4b\x32\x23\xbf\x7e\x08\x16\x50\x56\x19\x24\xcd\x22\xcf\xcf\xce\xde\xdc\x66\xf6\x42\x9e\x31\xb1\xc1\xf5\x91\x34\x50\x75\xb7\x02\xd5\x4e\xf9\xec\xfa\x94\xce\x58\x71\xdd\xaf\xe9\x15\x08\x0e\x43\xb2\xa2\x35\x67\xf5\x90\x20\xee\xd5\x16\x16\x29\x34\xc1\xe5\xe9\x26\x06\x29\x2c\x07\x4d\x42\xfa\xd8\x11\xf9\xfc\x99\xfc\xbf\xa7\xaf\x5f\x25\xf0\x73\x60\x5a\x69\x76\x4a\xce\x14\x7b\x6f\xea\x7c\x19\xd4\x89\xb8\x6e\xca\x4c\x7f\x49\x29\x0e\x35\xec\xca\xe9\x75\xd9\xd0\x4f\xf2\x20\xda\xdc\x2c\xb8\xc0\x12\xb6\x03\xfb\xd6\x97\x6b\xd6\x73\xd6\x50\x72\xe7\x7d\xa3\x8e\xb9\x34\xcf\x94\x6c\xd2\x39\xf8\xa8\xd2\x12\x23\x72\xd2\x42\x5b\x32\xf3\xbc\x60\x65\x23\x7a\x7c\x43\x6b\x0e\x4e\x25\x90\xc3\x55\x0b\x1d\x29\xcb\xda\x4a\xd3\x82\xd6\xf9\xec\x5a\xe6\x8f\x83\xe5\xc9\x58\xc1\xe7\xa5\xf1\x0f\x90\xdb\x3c\x8e\x1d\xb1\xa1\x35\x33\x41\x58\xe4\x51\x1a\x93\xf7\x1a\x1b\xfc\xb2\x7e\x46\x1b\x3a\x24\x9a\x46\xc8\x75\x44\xe8\xa4\xa1\x39\xbd\xa3\x34\x65\xab\xa6\xa7\x36\xad\xbb\xb2\x43\x36\x06\x4e\xb6\x67\x85\x66\xcf\xaa\x7a\xf9\x84\x36\x14\x26\x33\x20\x9f\x3f\xab\x0d\x54\x15\x40\x2c\x7e\xbc\x9e\xcd\x58\xdd\x5a\x67\x4b\xf1\x69\x53\x33\xba\x6c\x2d\x7e\x96\x17\xac\xbd\xeb\xa2\x9a\x62\x21\x96\x04\x59\xbe\xc1\xf9\xd8\xcd\x50\x68\xaf\xcf\x9a\xfe\xdf\x72\x76\x85\x5d\xc5\x3b\x49\xa6\x50\xad\xbd\xaf\xdf\xde\xbe\x38\x65\xb4\x4e\x17\x6f\x68\x4d\x97\x3c\xe8\x6b\xcb\x7d\xb1\xfd\x0a\x7a\x90\x2e\xc4\xf9\x6d\x26\xeb\x66\x76\xf0\x6b\x2f\x38\xbd\x30\x4b\x45\xf9\xdc\x04\x5a\xee\x4c\xa5\x64\xa6\x80\x4a\xd4\x24\x04\x29\x6d\xbd\x54\xc4\xf9\xb6\xa7\xf8\x77\x5e\x95\xbd\x2f\x5d\x1f\x36\xf6\x17\xe0\x13\x44\xe3\x38\xae\x97\xe1\xef\xea\xcd\x87\xf0\x68\xf1\x55\x55\x72\xd6\x72\xb6\xb0\x50\xae\x5d\xce\x5d\x90\x11\x9b\x68\xa8\x44\x6a\xce\xb7\xcf\x9f\x35\xa9\x71\x0a\xac\xac\x55\x01\x8d\x81\xbc\x97\x56\x1f\xfb\xfb\xce\xef\x24\x68\x60\x75\x16\x90\xa4\x6d\x9d\x05\x0d\xec\x99\x01\xdf\xe6\x76\xb6\x17\x4e\x57\xe5\x65\xae\x25\x98\x4c\xee\x56\xd8\x30\x87\x44\x84\x5d\x0a\x4c\x0a\x67\x6d\xf1\x36\x12\x33\x11\xf6\xfb\xfb\x88\xb0\xa8\xa7\xb2\x11\xc9\xb9\xc2\xf4\x96\x9b\x0b\xcc\xc1\x8b\x96\x9b\xa9\x65\x8e\x91\xa7\x11\x79\x7f\x4d\x3a\xef\x2f\xeb\x0e\xb3\x98\xcd\x3e\xc3\xb4\x79\x43\xd2\x7b\xfa\x51\x8c\xf2\xf1\xcd\xd1\xdb\xd3\xa7\xbd\x41\x9b\x6a\x2f\xbc\x08\xa3\xea\xbe\x2d\xa8\x6e\x14\x01\x47\x3a\x6d\x6c\x5e\x92\x65\x5e\x14\x39\x1a\x8d\xc0\x33\x28\x9d\x0a\x49\x83\x02\xa7\xc2\x78\x93\x90\x93\x99\xb2\xaa\xb8\x4b\xfa\x12\x97\x07\x84\xca\xbe\x74\x4f\xf8\x16\x8b\x82\x7c\x66\x6b\x14\x64\x0d\xf4\xc6\x14\x1f\x3e\xf1\x7a\x76\x5c\x55\x17\x39\x13\x37\xcb\x98\xf4\xfe\xe3\xf4\xed\xb3\x83\xb3\xd7\x7f\x7d\xfa\x0a\x9d\x83\x44\x05\x73\xf5\x88\x0a\x07\x6e\x15\x51\x69\x49\x3f\x49\xba\xf1\x02\x50\x41\x07\x79\x5b\xd2\x4f\x8f\xab\xec\xda\xf9\x8a\x9c\x6a\x91\x67\xb4\x61\xa7\x0d\x6d\xd6\x7c\x6c\x1e\x6e\xdd\x82\x3e\x87\xff\x84\x4f\x9f\xe2\x2b\x79\x34\x21\xf7\xef\xde\xc5\xa7\x55\xf8\xf0\x90\xfc\x70\xf7\xee\x03\xfb\x42\x97\xa4\x6b\x6c\x3c\x50\x96\x4b\x27\x7a\xa1\xba\x6e\xc7\x21\x71\x1b\x82\xc7\xd9\x68\x55\xd0\xbc\x1c\x92\xef\x46\xdf\xf5\x5c\x8e\x07\x65\x09\x3c\x18\xb3\xaa\x7e\x4a\xd3\x45\xff\x7d\x2f\x63\x05\x6b\x58\x6f\x48\x7a\x73\xd6\x88\xff\x88\x29\xf4\x3e\x0c\xcd\x12\x65\xdd\x97\xac\x59\x54\xd9\xab\x0a\xee\xe6\x25\xfc\x90\xeb\xd4\x34\x4a\x11\x72\x2c\xfd\xa0\xf4\xbb\x52\x7d\xe2\x8f\xbc\xaa\x38\x0c\xb8\x5a\xe3\x7f\xc4\x89\x6a\x1f\xf8\x5d\xde\x2c\x6e\x35\x34\x0e\x07\xaa\xb9\x7e\x4c\x2e\x1b\x98\x99\x05\xc9\xd3\x54\xb7\x2d\x62\xa8\x52\x2e\x1c\x91\xdf\x8f\x21\x9f\xf2\xef\xf0\xaa\x53\x2a\x6d\x02\xf8\xcc\xe7\x1c\x4f\x5e\x89\xfa\x03\x51\x8a\x69\x79\xab\x92\xa0\x36\x25\x65\x85\x34\x2f\x42\x7b\x03\x30\x3f\xb0\x4d\x0f\x36\x78\x3b\x4d\x6e\xb4\xab\xd5\x19\x24\xcc\x75\x9c\xac\x34\xb8\x70\x2a\xda\x4f\x49\x06\x4f\x11\xb4\x55\xb5\x9e\xa8\xb6\x8a\x99\xc5\x26\x11\x21\x86\x4c\xcc\x36\x98\xeb\xdd\x91\xfa\x7b\xd8\xb8\x47\xbe\x97\xc9\x5e\xd5\x28\x87\x44\x60\x27\xf9\xde\x1d\x7b\x4c\x7a\x40\xa4\x10\x0b\x83\x81\x3f\x7e\x3c\x3e\x7a\x75\xfc\xf4\xc5\xc7\x8f\x76\xe2\xe6\x60\x63\xb0\x5d\xcb\xb6\x18\x6b\x8a\x05\x4b\x2f\x9e\x1c\x3f\x55\x33\x1e\x7d\x47\xe6\x10\x2f\x83\x7c\xfc\xf8\xf6\xe9\xd1\xf1\xd9\xc7\x27\x4f\xff\x76\xf6\xfa\xf5\x8b\xd3\x8f\x7f\x79\xf1\xfa\xf1\xd1\x8b\x8f\xcf\x5f\xbf\xfe\xeb\xc7\x8f\x92\xe8\x98\xc4\xf1\x52\x0c\xdc\xd2\x6a\xe2\x49\x87\x8a\x67\xdc\xa9\x75\xa2\x26\x8b\xe2\x8c\x56\x6e\x9f\xdb\x69\xd4\xdd\xcc\x92\xfa\x7d\xfd\x16\x3e\x71\xca\x31\x7a\x5a\xd3\x32\x5d\x80\x72\xab\xac\x19\x4d\x17\xe0\xbc\xa8\x02\x57\x40\x5a\x68\x0d\xc6\x9c\x93\xaa\x2c\xae\xc1\x8b\x0d\xf4\x4e\xd8\x4f\x5e\x12\x33\x02\x26\x8e\x6a\x16\x60\x33\x97\xe5\xaa\x1d\xa4\xb3\x83\xc6\x79\x49\x32\x76\xc9\x8a\x6a\xa5\x74\x52\x6a\x36\xac\x66\xb3\xaa\x66\xca\xf1\xd0\xcc\x8c\x37\x79\x51\x10\x51\x3e\x24\x19\xa3\x19\x11\xac\x28\x61\x45\xbe\xcc\x4b\x2a\x1d\x09\x79\xd9\x33\x49\xcd\x57\xf0\xba\x52\x5c\x13\x20\x89\x3a\xb8\xc4\x68\x44\x9e\x40\x0e\xed\x74\x41\xcb\x39\x93\xd9\xa6\xf1\xf0\x48\x75\xfa\x13\x76\x79\x56\x55\x05\x27\x35\x2b\x72\x06\xf9\xa3\xf3\x26\x21\x47\x05\xaf\x20\xfb\x0a\xe1\xeb\xda\xca\xeb\x2b\xc0\xa3\x10\x5a\x45\xf8\xa8\xd2\x74\x5d\x83\xe6\x00\x75\x79\x79\xe9\x82\x71\x08\x6a\xbf\x06\x9d\xfd\x00\xcc\xba\x3f\x2a\x8d\x79\x30\x9b\xc3\xa5\xca\xb8\x8e\x17\x76\xc9\xae\x08\x5e\xf9\xbd\xff\xf3\xf1\xff\xd8\x32\xbe\xc5\xac\x8c\x46\xe4\x6f\x4c\x08\x8a\x32\xa3\x3b\xec\x43\xc6\xc4\x45\x7c\xc9\xc8\x82\x72\x32\x65\xac\x8c\x40\x91\x65\xa4\xff\xe4\xf8\x69\x2f\x1b\xc8\x41\x77\xc4\xd2\xbe\xfa\xc3\x8f\xae\x64\x25\xc4\x84\xec\x8a\x12\xae\x7c\x51\xad\x8b\x0c\x36\xa1\xa6\x7c\x81\x60\x1f\x92\x52\x80\xb7\x69\x58\x4d\xae\x16\xd4\xc2\x8a\x77\x4c\xb6\x90\x48\x50\x33\x99\x1e\x97\xa4\x94\x33\x72\x25\xd0\x84\xd1\x0b\x84\xb0\x58\x50\x72\xae\x9f\x0f\x2b\x41\x29\x90\x47\x52\xa9\x34\x95\x2a\xaa\xf5\xbc\x4c\xe2\xe7\x45\xac\xe0\xf8\x29\xd2\x11\x35\xa1\x05\x5d\xad\x58\x49\xa6\x88\xb4\xb0\x8e\x27\xaf\x5f\x92\xe9\xba\xcc\x0a\x46\xd8\x27\x96\xae\x1b\xc6\x55\x0a\x49\xd5\x8b\x82\x43\x4a\x4b\xb5\x98\x29\xcd\xc8\x32\x2f\xf3\x99\xbc\xbc\x49\xb6\xae\xd1\x35\x54\x5c\x1e\xda\x92\x48\xd3\x30\x4c\xef\xd6\x91\xdf\x33\xfd\x3b\x1f\xc1\x8b\xd0\x41\x56\x2d\x13\xb3\x9a\x64\x99\x97\xc9\xdf\x51\x31\x6a\x3f\x9e\xef\xde\x97\x7d\x72\x55\x47\x31\xbf\xcc\xa1\xf5\xea\x0c\xf2\x6d\xb7\x6f\x25\x3e\x4f\x2e\x98\xe3\xb6\x69\x3e\xf6\x3c\x9f\x65\x71\x19\x36\xd2\xb3\x56\x9a\xe8\x69\x15\xb9\xca\x7c\xc5\x13\x72\x54\x5e\xeb\x62\x38\x0d\xb4\x66\x64\x55\xb3\x03\x65\xe3\x27\x75\xe7\x90\xbf\x16\xde\x7f\xd7\x4d\x45\xd8\xa7\x15\x2d\x33\x96\xa1\x51\x97\xea\xac\xc5\x4c\x8f\x7d\x6a\x6a\x9a\xe2\xcb\xe8\x1b\x5a\xcb\xa7\xd1\x24\x49\x44\x9f\xda\x4e\x8f\x7c\x96\xe0\x78\xff\xa1\xdb\x5e\x0f\x8c\x55\x37\x6a\xd2\xca\x28\xec\xfd\x87\x07\x6a\x1e\xe3\x08\x5c\xad\xe8\x5b\x41\x43\x32\x21\xef\x3f\x58\x01\xa8\x74\x37\x9b\x9b\xb0\x90\x9b\x5d\x98\x58\x5b\x02\x01\xed\x4a\xde\x88\x9b\xb6\xaf\x54\x34\x26\xff\xad\x3c\x46\x47\xf5\x9c\xf7\xc5\xaa\x5f\xe4\xbc\x89\xad\x1c\xcd\x11\x8d\xd3\xaf\xf3\xca\x4e\xeb\x39\xa9\x66\x44\xb5\xf7\xd4\x7b\x26\x83\xb3\xf9\x26\xef\x52\xd1\x10\x6d\xca\x60\xc5\xbe\xc4\x24\x5b\x27\x90\x64\xed\xf5\xac\xdf\x23\xbd\x81\x60\xbb\xef\x06\x92\x95\xbf\x0e\x8c\x03\x0c\x0d\x06\x3b\x58\x9d\xe0\x32\x40\x16\x2e\x04\x31\x3d\xc2\x9c\xc8\x06\xa4\x80\x11\xcf\xea\x6a\xa9\x43\x74\xa9\x7c\xd3\x6e\x47\xb0\x36\xa7\x9b\x88\x15\x96\x33\x59\xaf\xb6\x67\xd0\xd4\x66\x49\x35\x1a\x91\x23\xd8\x0c\x0c\x6f\x83\x06\x12\x42\x08\x05\x1c\x22\xcd\x55\x9e\xb2\xc4\x6f\x04\x46\x69\x88\x63\x1a\xa4\xb0\x39\x62\x0b\x0e\xee\x45\xed\xc5\x54\x7d\x30\x07\xb3\x52\x6c\x5b\x53\xf4\x66\xdc\x22\xb8\x5a\xda\x78\xd7\x20\x46\x74\xea\x0d\xed\xef\xa6\xf3\x80\x1f\x68\xf5\x35\x12\xc9\x67\x5f\xaf\x33\x45\x03\x62\x2b\xe8\x32\x94\x09\x8e\x46\x3c\x18\x9b\x04\x90\xd4\xf3\xca\xc1\x4c\x7c\x89\x58\x0e\x49\x9d\xdd\xed\x44\xe7\x7d\x3b\x69\x4b\x59\x18\xcf\x33\x48\x64\x6e\x6a\x41\x39\x8b\x02\x77\x5f\x76\x00\xb9\xfd\x30\xd2\x06\x87\x54\x7a\x99\xe0\x82\x9a\x05\x93\xb1\xfa\x78\x45\x66\xb4\x06\xca\xf9\x8e\xf5\x8a\x42\x05\x29\xe0\x60\x6d\x34\x93\x1e\xfb\x68\x7a\xe0\xf4\xc9\x0d\x4f\xb2\x12\x4b\xce\x90\x35\x82\xd4\x86\x79\x06\x12\x3f\x92\x42\x34\xb7\x16\xa2\x0d\x70\x9a\x35\xbe\x79\x22\x03\xb0\xcc\x3f\xc9\x66\x3a\x19\x3d\xcb\xfc\x71\x54\x30\xc7\xb2\xd5\x59\x23\x92\x49\x4f\x40\x7c\x35\x36\x20\x15\xbf\xd9\xd8\x00\x5b\xfc\xe6\x3a\x93\xe1\x43\x0f\xe0\x8f\x02\x57\x05\x93\x6e\xcf\xa4\xa8\x45\x11\xb5\x3d\xef\xa1\x74\x57\xf0\xf6\xd2\xa2\xf0\x7e\x46\xc0\xd6\xd9\x98\x94\x87\x18\x52\x1b\x83\x2b\x3d\x56\xf1\xb4\xbc\x78\x5b\x58\x15\x98\xa5\x33\x48\xde\xbf\x67\x65\x5b\x3c\x24\xbd\x7f\xa3\x3f\xde\xff\xf9\x7e\x0a\xe1\xf4\xfe\xed\xd9\xbd\x5f\xee\xfe\xf2\xd8\x34\x93\x0c\x70\xbc\xe1\x0f\xf7\x7f\xb8\xf7\xc3\x5d\xd9\xf0\x87\x67\xf7\x9f\xdd\x53\x31\x5b\x64\xb3\x17\x79\x79\x11\x36\xbb\x7b\xf7\xa7\xa3\x3f\x3d\xc5\x66\x3f\x1f\x3f\xfe\xf5\xd9\xcf\x91\x66\x3a\x11\x47\xd8\xfa\xc7\x9f\x7e\xf9\x15\x5b\xff\x7a\xff\xf8\x97\x67\xcf\xcc\x6c\xf3\x72\x56\x9d\xa4\x55\x19\xb6\xfa\xf9\xee\x4f\xec\x27\xb9\xc6\xe3\x5f\x8f\x7f\x3e\xfe\x51\x8d\x09\x80\x89\x37\x3a\xfa\xf5\xee\xdd\xbb\x77\x7d\xc0\x88\x46\x90\xd1\x20\x2f\xe7\xf1\x76\xcf\x9e\x3c\xfd\xe5\xe9\x9f\xb0\xdd\x8f\x3f\xde\xff\xe5\xbe\x5e\xa0\x0c\x7d\x11\x6f\xf6\xcb\x9f\x7e\xf9\xe5\x97\x9f\x62\x73\xe4\x4c\x00\xe3\x5d\x57\xe3\x27\xbf\xfe\xf0\xf8\xee\x3d\x39\xd7\xe3\xa7\xf7\xee\xea\xec\x49\x7c\x0d\xc6\x1e\xf1\x66\xf7\xee\xfe\x72\x7c\x4f\x2e\xf1\x4f\xf7\x8f\x7f\xf8\xe9\x07\x17\x9a\x8f\xad\x50\x6f\x7e\xdb\xd9\x0f\xb3\xfb\x33\x39\xa4\x44\x05\x1b\xa6\x5d\x4d\xdb\x21\xa4\x20\xfb\x65\xad\x25\x7c\x3b\x1b\x3f\x7b\xf6\xe3\xb1\xc4\xbe\x1f\x7f\xf8\xe1\xa7\x7b\x7f\x8a\x42\xb9\xb3\x8b\xa7\x4f\xfe\x74\x7c\x2c\xbb\x78\x76\xff\xe8\xee\x33\x0f\xd6\x5d\x8d\x9f\x3c\x7b\xf6\xf3\x93\x27\x12\x6a\x7f\xfa\xe1\xc9\x3d\xeb\xb4\x8d\x46\x56\x1e\x56\x67\x45\x3a\x8b\x53\x64\x1b\x66\xd3\x3f\x29\x2c\x9d\xcd\x66\xe1\xce\xc7\x0f\xaf\xbb\xf3\xa9\xb3\xf3\x49\x92\x98\x5b\xca\x10\xa8\xd9\xba\x28\x3c\xf2\x05\x01\x4b\xdd\x6f\x01\xbd\xea\xaf\x86\x24\xc8\xd5\x68\xa7\x2c\xc5\x4b\x57\xde\x9c\x1f\x67\xf9\xa7\x27\x1a\x08\xa7\x82\xe6\xf7\xc3\x81\xdd\x2c\xa7\x7e\xf8\xe4\x97\x74\x45\x56\x32\x65\xee\xaa\x10\xb2\x27\xc8\x10\x32\xa3\x0a\x58\x07\xc9\x52\x7d\xb9\xe0\x9d\xd8\x91\xf0\xda\x5b\xe4\xd9\x5b\x15\x2c\xba\x8d\x4c\x3f\x52\xb7\x8e\xae\x20\x6f\x9f\xf0\x3a\x61\x56\x25\x79\x25\x85\x95\xfe\x39\xf7\x93\x5a\x97\x17\x4f\xbb\xfb\x36\xb2\x3c\x71\x96\x00\x7a\x58\xa7\x41\x1c\x79\x5d\x5d\x2d\x72\x9d\x8f\x77\x5a\xd0\xf4\x62\xa8\x74\x20\x6c\xc9\xde\xe0\x5d\x66\x7f\x7a\x42\xeb\x0b\xff\x37\xab\xfd\x2f\x47\x45\x63\x7f\x7a\x21\x4e\x89\xae\x25\xd3\xe0\xc0\xc7\xc8\x27\xbf\x9e\x35\xa2\xfc\xf2\xff\xad\x29\xd8\x5d\xe9\x99\x05\xdf\xcd\xf8\xb2\xc8\x5d\x89\x9f\x88\xa7\xe5\x73\xd0\xcb\x19\x13\xf0\xf6\xeb\xab\xaf\x41\x75\xb9\x1c\xf3\x9d\xa6\x29\x2b\xf1\x07\x44\x60\x26\x9f\x3f\x9b\x8d\x02\x33\x66\xb1\x1b\x96\xd6\x51\x6c\x73\x32\xad\xb2\x6b\x43\xbd\xc8\x04\xf7\xec\x41\x50\xe7\x59\x4d\x97\x6c\x5b\x45\x9c\xc2\x63\x9d\xfa\xad\xa5\x3b\xe4\x5e\xb6\xf4\xe5\xb0\x3a\xed\x9d\x05\xd5\x24\x1f\xb1\x63\xed\x37\x35\x03\xe6\x35\x5a\x3b\x2f\x57\xeb\x66\xdb\x3c\xa1\xd2\xb3\xaa\x66\x32\x06\x2a\xa6\x15\x8b\xd7\x2d\x72\xbe\xb5\xbf\x25\x2b\xd7\xdb\xea\xa4\xb4\xce\x4e\x1b\x5a\x66\x55\xeb\xfc\xb4\x26\x19\xce\x5d\x6c\xd7\xc5\xf2\xcd\x6c\xa1\x5a\x6c\x9f\xac\x6a\x06\xb4\xa6\xb6\x1e\xc7\x3e\xd3\xfe\x70\x45\x5e\x5e\xa8\x78\xdf\xb2\x4a\xc7\xbe\x38\x2b\x6a\x6f\xe3\xed\x8e\x59\xca\x96\x26\x82\x2f\xda\x5e\xeb\x99\x89\x2f\x7c\x04\x54\xbf\xbd\xbe\xca\xeb\xb2\xb5\x12\xbe\x5c\x76\x56\xb3\x4f\x50\x37\x1c\x5c\xc0\x0b\x3a\xe6\x43\xbd\x05\xa8\x06\xe5\x75\xcb\x5d\x00\x6b\x36\xbf\xab\x99\x80\x43\x5b\xcd\x70\xc6\xac\x8e\x61\x4a\xa4\xbd\x34\x93\x09\x7b\x38\x2a\x9a\x1d\x97\x1d\xe9\xf5\xa8\x68\x22\xdd\x4a\xc2\xea\x77\x0b\xcb\x7b\x53\xd0\x94\x2d\xaa\x02\x12\x49\xb5\x60\x9e\x6c\xef\xf6\x6c\x13\xed\x6e\x12\x6c\x7a\xb3\xdb\xb4\x10\x64\x99\xd4\x6a\x6b\xe5\x5d\xea\x5d\xd2\x3a\xa7\x65\x83\x38\xdf\xdd\xa3\x07\xda\x00\x43\x76\x6f\x6a\x90\xb1\xbd\x8d\xa0\x9a\x27\x0d\x5b\xde\x0e\x46\xa2\x15\x1e\xb8\xdb\x8d\x06\xa7\xd9\x19\xad\xb3\xd5\x68\xe4\xc5\x0a\x3d\x28\xd9\xa7\xe6\x00\x22\xb0\x2b\xd6\x3e\xaf\xca\x91\xf5\xf7\x96\xe1\x3a\x16\x17\x45\xa7\x10\x55\x5d\x84\x8a\x6f\x8b\x36\x3c\x6b\xd9\x98\x2f\x6b\xa5\x23\xf4\xee\xd4\x0c\x30\x6d\xc7\x26\x2d\xa7\x7a\xc7\xd6\x2a\x92\xb2\x43\x52\xbb\x1a\x84\x38\xb7\x1b\x40\x62\x58\xb7\x5b\xcb\x10\x11\x3a\xdb\xf9\xa8\x60\xd8\xd3\x4e\x7a\x68\x27\xe4\x35\x1d\x9b\xc6\x71\xb0\x9d\xae\xa7\xd2\x29\x27\xde\xa0\x7d\x32\x11\xfa\xdc\x7a\x9c\x83\xf5\x3a\xdd\x44\x07\x52\xdc\xb1\x3f\x86\xde\x6f\xc9\xe7\x98\x3e\x55\x8b\x0e\xda\x67\xe6\xc1\x0f\xe3\x25\x9f\x3f\x77\x77\x17\x26\x3f\xde\x36\x01\x7d\x79\xee\xda\xc0\x4e\x4a\xd2\x52\xd7\x07\x56\x0b\x73\x36\x0d\x60\xd4\xc2\x99\x08\xda\xf5\x02\x39\xb9\xae\x8a\x53\x9b\x63\xef\xaa\x88\x7c\x86\x07\xf2\xad\x0d\x76\xe8\x58\x60\xd8\x0e\xd5\xd4\x89\x6b\xaf\xda\x42\x6f\x23\x48\x2d\x80\x18\xe5\xc8\x83\x96\xde\x36\xa2\x2d\xd2\x69\x43\x1b\xb6\x43\x3b\x7f\x42\x31\xb6\xcf\x6c\x54\x00\xd5\x90\x69\x9b\x46\xe4\xa6\x1d\x2a\x07\x77\x54\x57\xe5\xe0\xfe\x6c\xe1\x1d\x77\x9c\x85\xbd\x6d\xed\xd5\x7d\x48\x69\xb9\x3b\xba\x73\x3e\x7d\xd3\xb5\xdd\xa1\xad\xa4\x23\x5b\xeb\x5a\xd8\xbd\xb5\x2e\x5f\xd2\xa2\x38\xb9\x45\x03\x9f\x19\x3d\xeb\x98\x7d\x2b\x24\x62\x68\x6c\x5d\xcc\x91\xfe\xb6\x91\xe1\x48\x8f\x36\x25\x0e\xc0\x6c\xb5\x6b\xb9\xaf\xbd\x99\xb4\x36\x68\x61\x49\x77\x68\x29\xd0\x29\x60\x8f\xfd\xda\x7a\xc1\x28\x9f\x85\x47\xae\x45\x6a\xc3\x02\xd5\xc5\xb9\xd1\x98\x49\xcd\xa4\xea\x96\x1d\x26\xac\x60\x97\xc0\x1e\xfe\xe8\xf7\x0e\xd2\x3e\xe6\xf7\x99\x10\x66\x55\x74\xa7\x66\xeb\x7b\xf7\xf7\x89\xdd\xe5\xaf\xed\x5d\x9a\x13\x64\xf5\xfc\xab\xef\x31\xd5\x71\x4d\xee\xd2\x75\x4f\xe5\xfc\xe9\x91\xef\xbb\xae\x5c\x1b\x50\x3a\x37\x9f\xec\x3e\x49\x12\xfc\x34\xd4\x8c\xb7\x7c\x3e\x6c\x7d\x3a\x3c\x8f\xeb\xb6\x9d\x44\x7c\x84\x72\xa5\x02\x0d\xfc\xa9\x62\x9a\x69\x1e\xbc\xe8\x0d\xa3\x4a\xd6\xb6\x97\xbf\xd1\x88\x1c\x65\x19\xf9\xb3\x51\xfb\x93\x86\xce\xc5\x2c\x64\xba\x27\x01\x6f\x56\x02\xf6\x9f\x4b\x8d\x6c\xc6\x56\x02\x88\x3d\xed\x46\x67\x0d\x08\x6f\xdd\x4d\xbd\x36\x8a\x3d\x59\x9b\x8c\xbe\x73\x46\xf9\x6e\xd4\x73\xf0\x30\xc8\x71\xd0\x22\xad\x48\xb3\x49\xae\x6f\x55\x9d\xec\xcc\xdc\xb3\xdf\x8b\xc6\x0f\xb0\x5a\xbb\x40\xf3\xfd\xc4\xaa\xe6\x3f\x73\x44\x4b\x25\x59\xd3\x76\xa6\xc1\x60\xd6\x83\x87\xdd\x81\x59\x1c\x42\x72\xcb\xda\x94\x21\x77\x68\x00\x35\x67\xcd\x1b\x78\x57\xb5\x4c\x99\xf4\x37\x01\x4f\x9d\x4b\x33\x07\x23\x79\x1d\xa4\x11\x5f\x63\x95\x27\xb0\x74\x04\x06\x13\x45\xda\xa4\x0b\xe5\x91\x2b\x47\x46\x8b\x4a\xdb\x36\x58\xb5\x3b\xd0\x7f\x35\x15\xe1\x0d\xad\x1b\xc2\xc1\x25\x08\xb2\x3f\x36\x4e\xbe\x06\xa7\xe3\x03\x9c\x8b\xb6\xf2\x5d\x50\x81\x46\x0d\xab\x97\x79\xa9\x23\x65\xe8\xce\x21\x6a\x0d\x74\x80\x3d\xea\x69\xa9\x09\xb3\x4c\xd7\xad\x6a\x34\x76\x42\x23\xbf\x74\x41\xae\x28\x27\x33\xb1\xcf\x2d\x4f\x29\xb3\xbc\xcc\x9e\x62\xe3\xb7\x2c\x5d\xd7\x3c\xbf\x64\xf0\x52\x22\x7b\x1c\x93\xe7\x67\x2f\x5f\xc8\x1a\xd2\x94\x4a\x9a\xeb\x5b\x2b\x1a\x93\x7e\xac\x3e\x44\xb9\x30\x0f\x1e\x83\x58\x67\x96\xcb\xac\x5a\xc4\xe7\xcf\x7a\x3d\xe2\xfc\x68\xa7\x6a\xc1\x0c\xf8\xf6\xfd\x26\xe7\xa7\x85\x2b\xce\xdc\xd4\xcc\x06\xe4\x50\x77\x3b\x8e\xaf\x5b\x23\x8f\x6e\x33\x74\xfb\x32\x56\x78\x12\x8e\x92\x43\xb4\x8c\xb4\xc0\xc6\xe4\x98\x16\x05\x1c\xac\x7e\x2e\xcd\xb9\x86\xe4\xb8\x2a\x79\x53\xaf\xd3\xa6\xb2\x3d\x3c\xf7\x74\x0d\xa2\xfe\xa8\x66\x4e\x5d\xe3\xeb\xa9\x6d\x53\xcf\xae\x57\xd2\x25\xe5\xfc\xce\x31\x2d\xc1\x81\x83\x16\x05\xa1\xd2\xa4\x88\x0a\x8c\x51\x53\x3a\xbf\x63\x0c\x32\xef\x0c\xef\x98\x99\xe2\x0b\x95\x0c\x8f\x92\x33\xde\x6f\x68\x3d\x67\xcd\x10\x3d\xcd\xe5\xb0\x60\x39\x76\x49\x6b\x92\x93\x09\xb9\xfb\x80\xe4\xe4\x21\x96\x4b\x4f\x9e\x07\x24\xff\xfe\x7b\xc7\xb5\x2a\x63\x1c\xe2\xf8\x00\x19\x82\xaa\xef\x73\x15\x29\xc5\x94\x25\xac\x5c\x2f\x59\x0d\xe7\x7f\xd2\xf2\xfd\xb3\xb4\xe0\x0b\x1b\xa7\x32\xe7\x87\x6c\x2e\x8d\xd6\x89\xb4\x9b\x3a\xbf\x03\x1e\xd1\xe7\x77\xd0\x02\x5a\xb5\x1a\xd8\x3d\x5c\xd5\x79\x13\xb6\x96\x9e\xc5\x0e\x64\xae\x35\x5c\xac\xe6\x98\xe9\xd4\x74\xed\x98\xbc\xb6\xe3\x06\x86\xcb\x10\x7b\xd4\xb7\xb6\x18\x20\xde\x54\x32\x0f\x29\x6f\x68\x93\xa7\x6f\xac\x3d\x90\x26\xb4\xb2\xc6\x20\xb2\x73\x56\x67\xc6\xb0\xdf\xee\x76\xa0\x6f\x27\xa7\xfb\xce\x9e\xdc\xa9\x40\x07\x71\xf8\x38\x6d\xce\xef\xe8\x09\x9c\xdf\x19\xea\xb7\x46\x09\x6e\xdb\x91\xd6\x79\x67\xb6\xfa\x78\x80\x88\xda\x0a\x45\x71\x4a\xd5\x10\xaf\x67\xfd\x4a\x42\xc9\xfb\x4e\x26\x6a\xb6\xdc\xfd\x7e\xa8\xbe\x7b\xf5\xc7\xdb\x87\xd0\xb3\xad\x92\x8f\x1f\x61\x99\x1f\x3f\x0a\x2c\x8d\x76\xd8\xaf\x24\x56\x38\xcf\xe9\xb1\x3a\x9d\xab\x45\xc3\xb9\x7e\x35\xfd\xbb\x9c\xc4\xf9\x9d\x3f\x4f\xe9\x94\x15\x2a\x96\x82\xb8\x4d\xa0\xce\xf9\x1d\x97\x85\x92\x4d\xc9\x84\x9c\xdf\x31\xc4\x80\x08\x8e\x04\x0b\x4e\xaf\x97\xd3\x0a\x3c\x0b\xcf\xef\x70\xf8\x3b\x52\x9c\xe4\x0d\xab\xa9\x38\xcd\x87\x66\x56\xd6\x74\xf4\x70\xb2\x55\x35\xfd\xbb\xe4\x4f\xc7\xdd\xf5\xab\xe9\xdf\x71\xe8\x2d\x73\xab\xa6\x7f\x4f\x52\x83\x1d\x70\x25\x38\xa5\xe0\x79\x21\x27\xab\x71\x8f\x1c\xda\x8b\x1a\x07\xb3\x1b\x3a\x90\x95\x9b\x20\x39\x0b\x05\x38\xe0\x29\xce\xef\xa0\x59\x5f\x35\x4b\xfe\xce\x01\xc4\xb2\x16\xe5\x9c\xd5\xcd\xd9\x42\x30\xf6\x79\x93\x83\xe3\x75\x66\xda\x44\x8b\x55\x17\xad\xbb\xbd\xaa\x38\xe4\x40\xb5\x8e\xc3\x5b\x00\x57\x9f\xb3\x62\x36\x04\x32\x6f\x51\x05\xa0\xfa\xfb\xfb\xa4\xaf\x16\x83\xe5\x02\x44\xe7\x77\xd0\xbe\xf1\xfc\x8e\xc0\x50\xb9\x22\xa8\x8f\xa5\xd6\xf5\xe0\xef\x8c\xa8\xe5\xcb\x18\xd0\x52\x00\x1a\x2c\x59\xef\x6e\xb9\x94\x9e\xb0\x3a\xbf\x64\x19\xb1\xf6\x8d\x93\x25\xbd\x46\xbf\x14\x83\x00\x2c\x05\x96\x45\x5b\x4b\x58\x77\x95\x85\xc8\x51\x50\x02\x40\xb6\x9e\x9e\x8e\xa6\x56\x50\x56\x56\xcc\x00\x2a\xad\x6b\x7b\xcb\x66\xac\x66\xda\x11\xf4\xfc\x0e\x38\x41\x2c\xc0\x15\x06\xdd\x3c\x72\xd9\x3d\x67\x19\x39\x20\x7c\xbd\x82\x50\x1b\x76\x0d\xe9\xca\x13\x5d\xa1\x98\x81\x8b\x83\x1e\x71\xd2\x68\xe5\x7e\xf7\x50\x32\xe7\xaf\x20\x22\xcd\x5b\x36\x2b\x58\xda\x68\x24\x32\xcd\xdb\x6a\x78\x1d\xb5\xa2\xa1\xe9\xa9\xb5\xca\x56\x1c\xc7\x5b\xf0\x14\x40\x24\x11\xc5\x0a\x4a\xb2\xa0\x6d\x8b\x98\xb4\xae\xaf\xef\x5c\x25\xd1\x91\x20\x5f\x60\x49\x8b\xbe\xc3\xab\x40\x11\x5a\x4d\xd9\x54\x59\xcd\xca\x8a\x4c\xa6\x13\xc3\x1b\x36\xa3\x75\xa6\x96\x51\xb3\x18\xe4\x15\xbb\x3a\x03\x0e\x22\x1c\x48\xa0\xd1\xc0\xa6\x6e\xda\xde\x59\x0b\xd8\xb2\x73\x53\xa9\x0f\x93\x1e\x12\x5a\xcf\x81\x2d\xe6\x43\x33\x82\x09\xdf\xe1\x9a\xa2\xeb\xde\xa0\x6d\x42\x57\xab\xe2\xba\x8f\xbe\xcc\xba\x1b\xcb\xf5\xde\xa1\x06\xed\x24\x09\x3b\xc0\xbe\xcd\x5d\xd7\x79\x1e\xdb\x77\xd0\x1c\x47\x49\xab\x64\x15\x49\xae\x2c\x12\x21\xe8\xd9\x5e\x00\x96\x81\xde\x7e\xcd\x32\x8a\xce\x82\x7a\x09\x5f\xd0\x65\x4b\x65\x39\xf2\x9b\xba\xfa\x74\x1d\x92\x49\x7d\xd1\x29\x17\x49\xc7\x1d\xec\x31\x8a\x39\x96\x5f\x25\x30\xa1\xaf\x67\x18\x94\x26\xdc\x46\xd9\x60\x48\xde\xdb\x8e\xb7\x02\x10\x37\xda\x0f\xc2\x1d\x31\xea\xfc\x1e\x2c\xe4\xc6\xa1\x23\xed\xf1\xeb\xb4\x18\x6d\x32\x31\x3e\xd3\x7e\x73\x73\xd6\xe0\x46\x49\xa6\x34\x5f\xce\x0d\x93\x68\x5b\xbc\x27\xc9\xe8\xb7\x48\x92\xfd\x0d\x39\x59\xd2\x39\x3b\xae\x2e\x59\xad\xdc\x94\xc4\x87\x67\x79\x23\xff\x7a\x51\xd1\x0c\x14\xeb\xb6\xbf\x92\x28\x30\xd9\xf6\x75\x5f\x6b\xce\x4e\x78\xb5\xac\xea\xd5\x22\x4f\x5f\xd0\xeb\x6a\xdd\xa0\x5d\xde\x50\x14\xbd\x84\x10\x80\x6f\xd9\xcc\x4c\xec\xcf\x3a\x6f\x37\x3a\x54\x2d\xaa\xea\xc2\xee\x52\x59\xf7\xc3\x80\x2a\xff\x3f\xfc\x38\xd5\xf1\x0b\x9d\x2f\xbc\x7d\x96\xe7\xa5\xce\xe7\x7f\x6c\xa7\x8e\x0f\xc1\xfa\xb0\x7b\x88\x47\xd2\xe5\x47\x1e\x1e\x48\xd1\x3a\xa3\x29\xd3\x95\x04\xb0\xd0\x10\x50\xc1\xee\x70\xec\x01\x53\x69\xc9\x70\x4a\xa7\x7f\xfb\xcb\xc7\xb7\x4f\xff\xf2\xf4\x3f\xc8\x84\x8c\xce\xcf\x13\x7e\x39\xff\xf7\x51\xfe\x40\x15\xff\xf5\xe9\x7f\x7e\x7c\xf3\xf6\xe9\xb3\x13\x51\xde\x9b\x41\x32\x76\xe8\xce\xf3\xe9\x5d\x73\x33\x00\x5a\x51\x62\x1c\x4b\x1b\x7c\x70\x84\xc4\xcf\xa7\x4a\x0f\x80\xe1\xcd\xde\xb2\x99\x0c\x3d\x29\x44\xff\x13\xab\xc6\x23\xd4\x08\xd4\x8c\x66\xc0\x15\x40\xc8\x58\x77\x35\x43\xa9\x2e\xaa\x4a\xfd\x9d\x7c\x37\x22\x7d\x76\xa9\xba\x3f\xbd\x2e\x9b\x05\x6b\xf2\x14\x72\xd9\x86\x63\xe8\x2c\x88\x5e\x57\x18\x5c\xec\xcb\xfb\xfa\x60\x7b\x0a\x6c\x48\x55\x8a\xb9\xe5\xe5\x1c\xa6\x7d\x0c\x3e\xaf\x43\xf9\x55\xfc\x17\x86\x1b\x12\x5e\xa7\x68\xfd\x27\x40\xe6\xd8\xf2\xbe\xd7\x5b\x3a\x24\x9c\x35\x1a\x02\x1f\x74\xa8\xc5\x35\x47\x0c\x78\xe8\x82\xe8\x51\xdf\xfd\x9d\x94\x15\xb4\x46\x33\x5e\x31\x40\xeb\xe1\xe9\xf7\xed\x28\xa4\xa3\x11\x39\x41\xbd\x93\x98\xe5\x4a\xca\x76\xd2\x7f\x17\xc9\x3c\x43\x5f\x0f\x31\x55\x10\x0d\x8d\x37\x6d\x5f\x05\xf5\x07\xd5\x97\xd4\x5f\x99\x7a\xa0\xc2\x2a\xc4\x4e\x5f\x13\x33\x3f\x6c\x6d\xaf\xb6\x73\x2d\xc0\xb4\xbf\xe7\x75\xfa\x61\x60\xec\x5b\x5b\xad\x3b\xac\x73\x3f\x62\x9f\x16\x74\xcd\x05\x35\x3b\xc8\xd8\x8a\x93\x83\x03\x38\x5c\xe0\x7a\xd8\x54\xa4\x5e\x97\x84\x5d\xb2\xfa\x5a\x06\x1a\x14\x5d\x6b\x98\xc7\x40\x25\xae\x0a\xbd\x5f\x70\x4f\xb4\xce\xdb\x5c\xc1\xa3\x11\x69\x18\x6f\x24\x7c\x4a\xda\xac\x6b\x5a\xbc\xcb\xb3\x66\x01\xc6\xd0\xf2\xc3\x73\x06\xea\x56\x5a\x33\x32\x07\xe6\xa5\x26\xcd\x82\x96\xe4\x1f\xac\xae\x04\x14\xa7\xac\xd1\xdf\xc0\x4d\x35\x2f\xe7\xd6\x08\x49\x5a\x2d\x57\x05\x13\x58\xa4\xfc\xca\xf5\x27\xf4\x82\x56\x39\x11\x64\x68\x10\x70\x16\x97\xfb\x05\xc7\x17\x9d\x7c\x79\x42\x9e\x57\x57\x02\x28\x43\xab\x77\x70\x33\xaa\x96\x4c\xc7\x7c\x1b\x0a\x0a\x83\xed\x38\xc9\x2a\xf0\x2b\x5a\xd0\x4b\x46\xa8\xbb\xc0\xaa\x76\xd7\x37\x44\xcf\xa6\xa2\x80\xf4\xf4\x36\x84\x2a\xbd\x2a\x6b\xe2\x32\xb2\x2a\x97\x53\xe4\xda\x59\x0e\xcf\x4e\xce\x11\xd8\xb6\x09\xb5\x4d\x8a\x12\x19\xa6\xd9\x30\x73\x87\xa4\x2f\x90\x7c\x7f\x3f\x5a\x2f\x71\xe6\xfe\x88\xdc\xdd\x56\x51\x6e\x1a\xc4\x5e\x36\x41\xab\xc4\xbf\x7e\xb4\x99\x5e\xd8\xfe\xbe\x21\xd1\x89\xc0\x0e\x31\xad\xbd\xc1\xc0\x74\x31\xd6\x17\xbb\xfa\x26\x90\x4f\xad\xd8\xf1\x9e\xeb\x3a\x48\x85\x75\x8a\x88\xef\x42\xa7\x8e\x53\x27\xce\xc7\x28\xdc\x61\x62\x8e\xc1\x60\x07\x8b\xab\x2d\x67\x52\x3a\x7b\xa3\x88\xb8\x96\xb1\x3b\xcc\x39\x93\x94\x48\x11\x02\x5d\xa0\xc9\x81\xf4\xbb\x35\x77\x05\xbc\x6e\x99\x10\xa6\x2a\x77\x2e\x4e\xf4\xb6\x84\x5f\x43\x1a\x21\x71\x98\xf4\xd9\xa5\x01\x28\x88\x91\x75\xfa\xd5\x1b\x22\x8f\x9b\x20\x73\xea\xfe\xc0\x04\xd8\xd1\x45\xaa\x10\x99\x7f\xc0\x1a\xa1\x6b\x6f\x91\x5d\x0b\x02\x1f\x23\x2d\x42\xa8\x65\xc8\x7e\xdc\x25\x48\x8e\xd5\xbe\xf2\x9c\x4d\x1b\x3a\xcb\xfb\x80\xaf\x6f\x25\xd7\x2f\x80\x4e\x50\x55\xa8\xf8\x98\x72\xd6\x1e\x4f\xd5\x62\x53\x1e\x69\x60\xcd\xaa\xfa\x8a\xd6\x82\x6b\x0c\x60\x31\xb4\x19\x1b\x74\x1b\x81\x8c\x1a\x7c\x48\x64\x2b\xe0\x36\x6d\x88\x49\x87\x9c\x9a\x2e\x55\x27\xf6\xae\xa8\x41\x9e\xe4\x97\x0a\xdc\xfd\x81\xe6\xcb\x3d\x16\xc9\xaa\xf4\xc0\xee\xdc\xa6\x24\xb1\xce\x9d\xdd\x6c\xef\xde\xa9\xe6\x0c\xb0\xf3\x7e\x4c\x5c\x86\x70\xa5\x24\x04\xd3\xb1\xf1\xb5\xb6\xe6\xae\xa2\x5b\xbb\xa2\xc5\x43\x9c\xe4\xc9\x72\x2e\x66\x77\xd4\x34\x75\x3e\x5d\x37\x8c\x87\x93\x7d\x64\x46\xb2\x64\x91\xa1\x49\x35\xd0\xbb\x12\x04\xdb\xe4\xa9\xef\x2d\x80\x2e\xab\x0f\x3a\xfb\x85\xe3\x04\x43\x04\xbb\xa3\x9b\xd0\xc2\x44\x27\x87\xde\xf4\x2f\xec\x4b\xff\x44\x5a\xf5\x8c\x66\xec\xa4\x94\x4f\x08\x5e\xd9\x69\x43\xeb\xe6\x6f\x39\x88\xce\xad\xc9\xed\x25\xcf\x2c\xa4\x22\x2d\xaa\x57\x56\xfd\x25\xfd\x94\x2f\xf3\x7f\x30\x30\x27\x36\x03\x80\xb8\xa0\x7f\x82\x5d\xb3\xfe\x55\x20\x99\x1e\x2a\x45\x80\xe1\x36\xcd\xda\x53\x2d\x96\xe1\x66\x1a\x31\x4d\xc1\xd8\xc2\x85\xdc\x39\x1a\x36\x8e\xbb\x00\x4d\x6d\xe1\xc7\x11\x86\x30\x28\x3c\xdf\x1b\x5a\x41\xdf\xc4\x9c\xc7\xf8\x9f\xbd\x0e\xf0\x74\x6e\x42\x0b\x74\xac\xad\xd9\x65\x4f\x34\xfb\x60\x28\x77\x27\x73\x87\xa4\x1b\xc2\xdf\xed\xc6\x04\xca\x2c\xfa\x2b\x9e\x84\xb3\x18\xd8\xd3\xa0\x65\xc6\x53\xba\x62\x63\x67\x83\x54\xcf\x66\x93\x92\x42\xd5\xb4\x5a\x1f\xb3\x12\xc2\x91\x2a\x84\x32\x0d\x9f\xe5\x4d\x92\x42\x69\x50\xfd\x18\xa3\x66\x77\xb7\x92\x95\x22\x8d\x2f\xb7\x0d\x08\x55\xec\x86\x5b\xc6\x0b\x47\xea\x1c\xc3\xeb\xfd\x55\x55\xb2\xb6\xba\x65\x55\xda\xd0\x92\x51\x5d\x3b\x37\x10\xae\x34\xa7\xfb\x46\x75\xe7\x8d\xe2\x7a\xfb\x59\x2c\x95\x12\xab\x90\xb5\xce\xf2\x25\x2b\x39\xe4\x46\xa2\x35\x2b\x7b\x0d\xe1\x2b\x96\xe6\xb3\x5c\xd0\x58\xc1\x81\x4b\x7e\x92\xf0\xfc\x1f\x8c\x54\x36\x57\x8e\x11\xd1\x55\x74\x25\x15\x3c\x57\xcd\xed\x61\x96\x5f\x9a\xc3\x33\xd9\x98\xa3\x98\xd4\x55\xd5\xdc\x20\xc5\x98\x6c\x36\x78\x9e\xc6\xf2\x58\xc9\xf3\x34\x96\xff\x25\x37\x37\xa4\x66\xb3\xc9\xc6\x3e\xe3\x37\x56\x96\x88\x87\xf9\x72\x6e\x73\xb7\x9b\x24\x49\x0c\x69\x77\x82\x49\x20\xeb\x32\xd9\x38\x17\x89\x57\x03\xf6\x40\x57\x81\x5f\x4e\x8d\x0b\x76\x3d\xd9\x58\x3a\x8a\xef\xd5\x29\xaa\x53\x71\xfa\x7a\x3d\xa7\x76\x7c\xf9\x30\x3d\xa7\x1e\xac\xd0\xd1\x1a\xf5\x3d\x0a\x67\xdf\xf1\x4e\x53\x5e\xa7\x93\x0d\xaf\x53\xe7\x23\x2d\x9a\xc9\x86\x16\x8d\x3b\x48\x25\xc0\x2d\xfe\xd7\xf9\x2c\x69\xf3\x64\x23\xff\xb0\x0a\x47\x1a\xce\x0f\x47\x59\x7e\x29\x7f\x29\xb9\xf7\x1c\x2c\x0f\x34\xaf\x93\x64\x39\x5f\x15\xf4\x5a\xc6\x57\xef\xe9\x82\x50\x71\x63\x91\xf6\x0e\xcd\x8d\x3e\x07\xbe\x3e\xe9\x0b\xf5\x3a\xc4\xb9\x27\xe2\x6d\x2c\x46\x47\xac\xcf\x56\xa8\xac\x6a\x76\x99\x57\x6b\x6e\x74\x84\x2e\xc3\xe3\x8b\x1d\x91\x5b\xcd\xe1\x8f\x3c\xfa\x69\xfb\xe7\x3e\xd2\x71\x76\x4c\xe8\x39\x8f\xfa\x9a\x8c\x08\x4a\xb8\xeb\x07\x13\x54\xb2\xdd\xd6\x8b\x60\x87\xab\x05\xc4\xbf\x81\x61\x2d\x35\xd9\xd7\x63\x40\x52\x91\x75\xf3\x75\xf7\xb6\xd4\xf3\x77\x2c\xc5\xf4\xe6\x72\xee\xe1\x94\xf6\x02\xeb\xbc\x70\x86\xff\xda\xe8\x37\xf6\x2f\x59\x57\xc1\xa7\xd9\x34\x97\x74\x06\xda\x3c\x88\x7b\x87\x11\x55\x11\x00\x08\x2c\x19\x2f\x2b\x9f\x41\x34\x3a\x6a\xb4\x61\xfa\x02\x90\xa1\xfd\x56\xda\xe8\x54\xa6\x6c\x30\xf3\x89\x67\xe5\x53\x8f\x34\x5e\x6d\xff\xf9\x16\x2b\xef\xc2\xd7\xec\xcb\xc4\xa8\xfd\x8e\x3b\xd7\xd2\x72\x74\x5e\xe4\xdb\xeb\xd9\x0c\xc6\xce\xb5\x2f\x59\x3d\xd0\xf3\x8c\x69\x58\x74\xa1\x8d\x06\xb6\x1a\xc8\x8d\x97\x27\x0d\xef\x30\xff\x0a\xe3\x79\xcd\x32\x02\xd1\x42\xad\xc4\x2a\x57\x5a\x53\x27\x77\x1e\x21\x7e\xee\xe8\x4e\x2b\xce\x64\x9a\x0e\x79\xbf\xd3\x4b\x9a\x17\x54\x70\x9b\x64\xc9\x28\x5f\xd7\x4c\xff\x17\x2c\x00\xc5\xf4\x64\x1f\x68\x4a\x0a\x83\xbf\x15\x63\xdb\xf6\x4c\x8a\x69\x56\xd9\x73\x32\x99\x2b\xb4\x57\xae\x97\x53\x56\xf7\xf4\x7a\x75\x1d\x39\xc9\x96\x4a\x1a\xbc\x7b\xed\x9b\xb1\x6b\xed\x4b\x95\x2c\xc1\xd2\x7d\xd8\xeb\x20\x13\x39\xe1\x91\x9c\x54\xcb\x13\xa5\xd7\x26\xb6\x73\x49\x5a\xe4\xac\x6c\xde\xc9\xee\x3a\xaa\x3c\x77\x46\xb2\x78\xb1\xa7\x9f\xa8\xde\x6a\x5e\xad\xeb\x54\x31\x58\x4d\x65\x2c\x30\x49\xde\x70\x52\xd5\xf9\x3c\x2f\x69\x81\x98\x90\xd8\x92\x8e\x64\xd3\xd4\x54\xb7\xeb\x10\x47\x3b\xa8\x0f\x6d\x8e\xf1\x14\x35\x61\x57\x8c\xa4\x75\xb5\xc2\x87\x27\x88\x0a\x55\xad\x88\xcc\x32\xc5\xf3\x8c\xf1\x43\x83\x23\xce\x9c\x1e\x39\xd0\x0c\x03\xdc\xb7\xca\x13\x06\x62\xae\x41\xa5\xdf\x60\x55\xd5\x4d\x4d\xf3\x48\xd2\xad\xa3\x32\x5f\x82\xf5\xee\xff\xcf\xde\xbb\x70\xb7\x71\x1c\x09\xa3\x7f\xa5\xe5\x9b\x15\x00\x1b\x04\x25\xc7\xd9\x4d\x40\x41\x0c\x45\xd1\x36\x13\xbd\x2e\x09\xc5\xd9\x43\xf2\xd0\x8d\x99\x06\x30\xe6\x60\x1a\x99\x9e\x21\x89\x48\xfc\xef\xf7\x74\x55\xf5\x73\x66\x40\x4a\x96\x93\xdd\xfb\x7d\x3e\xbb\x11\x31\xfd\xae\xae\xae\xae\xaa\xae\x87\x13\xff\xe0\x35\xf1\x07\x08\x02\xeb\x3d\x90\x85\x6f\x88\xa7\x98\x72\x27\x78\xf5\x5b\x88\x8a\x32\x2d\xdd\xff\xde\x68\x1e\xf4\x90\x54\xde\xd7\x77\xf0\xfc\xf7\xf9\x2f\x7e\x8d\x35\x91\x39\xbc\xe6\xb9\xc7\xac\xb7\x52\x3b\xf8\x9a\x36\x34\x1f\x5f\xfb\x02\xab\x57\x63\x67\x27\x10\x65\x7b\xee\xda\xf3\x2b\x65\xae\x33\xf8\xd3\x48\x7c\x51\x8d\x9d\x1d\x3c\x9a\x7e\x4d\x23\x76\x35\xab\x62\x49\x50\xf7\xba\xbd\x53\xfd\xbd\x31\xfa\x96\x9e\xfd\xf2\x96\x76\x1d\xa3\xb8\x52\xaf\x0d\x0a\x76\x8d\xca\x5a\xa6\xf3\x6a\x79\xf2\x73\xa3\xaa\xc5\x70\xaf\xfe\x3b\x42\xe2\x96\xea\x06\xbf\x75\xed\xbb\xbd\x86\xd2\x71\x21\x5c\x1a\xc5\x7e\xc0\xd3\x38\x64\x1a\x8c\x43\x6c\x32\xca\xc2\x40\xfb\x14\x2b\x3c\x7c\x75\x47\xa0\xec\x68\x53\x75\x18\xc5\x85\x09\x2f\xd4\xd4\x7b\x74\x6a\x3d\x3c\x65\x83\xfd\x72\xe8\xab\x08\xac\xa8\xee\xfd\xbe\xf6\x4b\x5b\x34\x03\x81\x5e\xc0\x7e\x7b\xe3\x04\x6f\x12\xbb\xbd\x22\x2b\x50\xfb\x21\x63\x5c\x90\x94\xc6\x33\x69\xac\x63\x8a\x4f\x60\x3f\xfe\x30\xc4\x2e\x43\xed\xb9\x19\xd4\x24\x86\xb6\xa9\x5a\x4d\x1c\x37\x89\x59\x16\xc6\xac\xc7\x67\x4a\xe6\x75\x25\x8c\x12\x31\x17\x73\x8d\x2f\x7f\x78\xf2\x1f\xe0\xc1\x51\xc8\x79\x9e\xad\xd9\xd7\xbb\xa6\xbc\x92\x6b\x2c\xb6\x1f\x4c\x2e\x0a\x13\x09\x2e\xe7\x95\xe8\xef\xfc\xe1\xc9\x7f\x0c\xf5\xff\x0c\x7a\x43\x4d\xf0\xff\x5c\xc9\x54\xc2\xfb\x20\x3b\x99\xbe\xa2\x77\x48\xe5\x37\x76\x6d\x6d\x53\x6b\x71\x43\x8c\xe7\x21\x45\x83\x5e\xd5\xaa\xe2\x65\x4a\xcc\xcb\x4a\xbd\xe6\xb7\x53\x59\x27\xcb\x77\x32\x2b\x30\xdc\x92\xbe\xe9\x92\x8a\x1d\x1f\x3d\x7d\xca\x6e\x96\x59\xb2\x74\x49\xd9\x55\xbd\x06\x44\x3f\x3c\x3d\x25\x03\xbd\x9d\x79\x56\x39\xd8\x75\xe7\x19\xc4\x1d\xc1\xef\x7d\x5f\x2e\xa3\x2e\x29\x0f\x09\x68\x4f\xdc\x43\x1d\xe5\x4e\x0b\x98\x5b\x2d\x27\x51\x2a\xc2\x82\x5f\x67\x0b\x5e\xc9\x72\xd4\x58\x47\x20\x9a\x79\xc3\x99\xb0\x88\x76\x38\x73\x00\x0d\x5f\xab\x1c\x8b\xe3\x1f\x04\xcc\x8d\x42\x88\x0e\x49\xd7\xfd\x42\x73\x83\xee\x33\xab\x44\xe9\x3d\x7d\xa2\xf7\xd9\x6a\x51\x7a\xbc\xae\x64\xcf\xc5\xa9\x1c\x7b\x55\xa1\xc8\xab\x0a\x4d\x63\x9f\x27\xc3\xd2\xc3\xf5\x61\xd5\xda\x91\x32\x27\x54\xfb\x8e\xe6\xb2\xa8\xd4\x68\x25\xd2\xac\x5e\xd9\x22\xef\x11\x4a\x2f\x66\x9e\xeb\x1d\xeb\x2d\x21\x73\xa0\xd3\x8f\xdf\xb5\x2b\x52\xf5\xd2\xbd\xf4\xbd\xd1\xf0\xaf\x5b\x75\xae\x2c\x0c\xe3\x19\x2e\x73\xe8\x17\x85\xb0\x73\x25\x6e\x32\x17\x0d\xcd\x2c\xa4\x6d\xf0\x15\xee\x7a\x73\x9a\xb4\x4d\x7f\x6e\x61\x3f\x46\x73\x68\xf4\xdd\x93\x27\xb6\xe3\xbe\x21\x55\x7a\xcb\x1d\x3e\xd0\x8f\x6b\xfb\x3d\x92\x4e\x42\x0a\x07\x39\x4d\xbc\x65\x7b\x54\xa3\x14\x39\xbc\x70\xb4\xc1\x3a\x26\xf9\x66\xb9\x74\xdd\xb7\x6d\x3b\x14\xb5\x6d\x2e\xa9\x81\xc6\xac\x07\x71\xfa\x7c\x78\xca\x35\x4f\xb2\x6a\x83\xd9\x3b\xe2\x39\xf8\x80\xf5\xb6\xba\x97\xa9\x1d\x94\x02\x7b\x5d\x3b\x6b\xbb\x7d\x7a\xef\xde\x11\x84\xf5\x10\xf1\x5a\xe8\xaa\x89\x08\xf1\x45\x53\x51\xdc\x8d\x8b\x3e\x5f\xe3\x4d\xa5\x41\x6b\xa2\x4d\xea\x46\xc0\xad\x58\x2b\x1d\xe9\xea\x05\x2c\x53\x0c\x00\xc6\x1e\xb5\x4e\xa1\x83\x28\xdd\xdb\x2e\x84\x50\x3b\x9c\x0d\xbd\xda\x0a\x28\x5f\x53\xfe\x2f\x02\x93\xe5\xe1\xfe\x27\x00\x29\x92\x6d\xb7\x02\xab\xf5\xd5\x23\x60\x9a\x1a\xe0\x5a\xf1\xdb\x9f\xee\xa5\x6c\x2c\xb8\x52\xda\xfa\xf8\xb1\x0b\xb6\x7e\x27\x9f\xb0\xdc\x07\x60\x46\xcb\x3b\xcd\xbd\x4b\x7d\xd0\x34\xef\x5b\xeb\x43\xe0\xf5\x80\xa5\x6a\xfe\xf2\x9e\x35\xbe\xf1\xdf\x7e\x58\x3b\x9e\xe3\x05\xdd\x8a\xe7\x71\x51\x3b\xb9\xf3\x98\xd9\x68\x3a\x8f\x1e\xa1\x02\xc4\x69\x54\xe0\x2b\xa9\x68\x62\xc8\x6c\x19\x98\x6d\x3d\x97\x01\xec\x5b\x47\x7c\xc0\x90\xcd\x6e\xb7\x81\x28\x18\xf2\x37\x19\x73\xdb\x32\x2f\xda\xde\x4e\xf5\x40\xf1\xfe\xc7\xb2\x4e\x13\x37\xe3\x16\x46\x34\x0c\x1a\xd8\x2b\x53\xdf\x93\x56\xa9\xdf\x6b\x7d\x78\x36\xd5\x90\xf7\xe8\xc5\x2f\x8f\xa6\x18\x9e\x18\x7b\x01\x27\x70\xe7\x72\xf0\x3e\xdc\x84\x1b\xd4\xcb\xe9\xc3\xed\xb2\x5f\x70\xd5\xb4\xbb\x9e\xd1\x03\x92\xaf\x80\xe9\x50\x85\xe0\x83\xfe\x6f\x66\x50\xdd\xb4\xf0\x79\xb0\x75\x0f\x42\xe2\xd9\x27\x4c\x04\x2d\x7c\x2c\x58\x60\x13\xec\xca\xe1\x57\xf8\xbc\x4b\x68\xac\x12\x09\x9a\x06\x4f\xc5\x83\xa8\x49\xb6\x20\xf6\xc1\xae\xf5\xb1\xae\x87\x3b\xbc\xbb\xcb\x0e\xd8\x9a\x27\x57\x60\x41\x99\xf0\x04\x42\xbf\xf3\x0a\x82\xa6\x2b\x46\x8a\x62\x5e\xb1\x1b\xc1\x52\xc8\xa7\x83\x99\x4a\x5c\x0e\x01\x6a\x0c\x9d\x43\x26\x01\x13\xb2\x1d\x4a\x29\x43\xca\xce\x79\x61\x52\xe8\xe0\x18\x99\x62\xb9\x4c\x78\x0e\x26\xa0\x5a\x64\x84\xb4\x24\x2c\xc9\x25\x0c\x99\x15\x0a\x73\x75\x67\x8a\xba\x30\x2a\x2f\x33\xd7\x43\xdd\x8d\x16\x70\xce\x0a\x50\x65\x61\x4e\x88\x0b\xf3\x07\x88\xef\x14\xde\x54\x4b\xa6\x30\xa8\xc9\x72\x2e\x8d\xd0\x57\x49\xc6\xc1\xe5\x0a\x04\xd1\x95\x58\xc9\x72\xc3\x72\xc1\xaf\x46\xe7\x45\x2e\x2a\x76\x79\x93\x15\x1d\x92\xa6\x2f\xf8\x9d\x17\xd6\x0d\x43\xb7\xb0\x42\x25\xa4\x5e\x89\xfc\x25\x76\xbf\x66\x85\xdc\x91\x6b\xf0\x85\xf7\xad\xc9\xfc\x3c\xcf\x7f\x13\xa5\xca\x64\xd1\xf7\x60\x6b\x16\x36\x34\x10\xa0\x3a\xe6\x7b\x90\x6f\xc3\x73\x25\x81\x09\x6d\xc9\xa0\xdc\x69\x2b\xf9\x67\x38\x0e\xe0\x5e\xbc\x83\x95\x76\x0b\xb9\x23\x6e\xd7\x79\x96\x64\xd5\x0e\x2f\x36\xd8\x47\xb8\x2d\x6c\xc2\xfa\x7d\x18\x93\x2b\xc6\x8b\xcd\x60\x74\x79\x69\xca\x20\xbd\xd7\x96\x42\x08\x48\x1b\x18\x2e\xfc\x24\x18\xcf\x73\x79\xc3\x44\x56\x2d\x05\xea\x9d\x29\x99\x97\x1d\x50\x96\x84\x49\x21\x16\xc3\x36\x67\x85\x49\xd1\x07\xa9\x79\xc8\xfa\x39\xe1\x6e\x84\x5f\x6a\x50\xea\x08\x1e\x74\x5e\x49\x34\x4f\x5e\x42\x42\x2a\x6b\x67\x0e\xee\xf2\x66\x98\x33\x6f\x73\x2e\xc0\x23\x28\x40\xcd\xa0\xd8\x53\x80\x77\x57\x62\x93\x68\x6b\xad\xd9\x23\x82\xf8\x1a\xbf\xa2\xca\xaf\x75\x12\xb6\x83\xe6\xe4\xce\x2e\x9c\x15\xa5\xe9\x08\x93\x5c\x84\x63\x0e\x22\x05\xfc\x3d\xb1\x06\x54\xe4\x4c\x3c\x64\x6b\xe3\x0c\xad\x1e\xe6\x0c\xfd\xf1\xe3\x83\xba\x63\x81\xc7\xf3\x84\xad\x43\xff\x24\x19\xa8\xa2\x8c\xfb\x71\x5b\x77\xa1\x93\xa3\xea\x70\x72\x54\xad\x4e\x8e\xdd\x4e\x65\xc5\x52\x94\x59\xa5\xfa\xaa\x9e\x81\xdc\x3f\x44\x07\x4c\xf8\xbb\xe9\x58\xe6\xca\xe0\x64\x06\x0e\xc8\x8f\x1f\xc7\xc5\x45\x6d\x3d\x6e\xbb\xbc\x5d\xd1\x8b\x50\xdc\xae\x4b\xa1\x14\xa4\xbc\xd0\x68\x4d\x87\x66\x26\x30\xcc\x85\x2c\xdb\x63\x32\xe8\x7f\xcc\xbc\x3d\xf7\x65\xbb\x61\xe8\xc3\xd8\xf7\x66\x15\xcc\xd1\x77\xf7\xf7\x8d\x51\xd1\x51\x6f\xec\x7b\x22\xe6\xb5\x26\x63\x06\x44\xe6\xbb\xf3\xcc\x0f\x8c\x18\xfd\x08\x0b\x63\x13\x01\x25\x30\x19\xef\x8a\x06\xe0\x36\xe1\x53\x43\x01\x80\x11\xb5\xb7\x71\x11\x02\xb5\xee\x2e\x21\x14\x9e\x51\x4c\xa3\xf6\xea\xf8\xfb\xa3\xc3\xff\x3e\x7c\x75\x74\x79\xf4\xf7\xc3\x57\xef\x4f\x8f\xdf\xbe\x39\x65\x13\xe4\xc8\x7b\x4a\x60\x38\x37\xbc\xb1\x7b\xa8\x69\xa5\x1f\x89\x61\x2a\x7e\xca\xf2\xfc\xb5\xac\x0b\xb2\x1d\xed\xbd\x7f\x73\x7a\xf0\xfd\xd1\x65\x67\xb9\x2d\x78\x99\xa5\xad\xdf\x75\x83\x13\x91\x08\x63\xf5\xba\xa5\xdf\x96\x6a\xc8\x58\x5a\x96\xe7\xfd\x3a\x75\x0b\x08\xda\x06\x25\x9a\x87\x29\xf8\x5a\x2d\x65\xf5\x02\x12\xa7\x05\xa5\x6d\x43\xb7\x77\xfc\x32\x4b\xb7\x8c\x58\xac\xcc\x7a\x2f\xc2\xfc\x9c\xfa\xe2\x50\x6c\x23\x6b\x4d\xce\x97\x32\x53\x15\xc3\x04\xa1\x6a\xc8\xc4\x6d\x22\xd6\x15\x3d\x98\x67\x90\xa0\x53\xdc\x26\x79\xad\xe8\x02\x46\x4a\xc0\xcd\x0b\x2d\x39\x8a\x43\x96\x30\xce\x52\xb8\x47\x30\x42\x10\x96\x78\x79\x3c\xd7\xf5\x2c\xcf\x12\x3f\xf2\x8e\x5f\x7d\x07\x32\xdd\xd8\x80\x2b\x64\x61\x67\x32\x87\x9a\x69\x62\xae\x42\x98\x2a\x93\x45\x25\x47\x7e\x77\x34\xa5\xad\x3d\x79\xf1\x84\xa8\x1b\x5e\x0a\xec\x9c\x22\x04\x04\x5d\xda\xa5\x2b\xb6\xc3\xfa\x6f\xd7\x98\xe0\x79\xc0\x7e\x02\x46\x90\x7a\x80\x74\x69\x49\x5e\xa7\x02\x81\x33\x13\xfa\x2e\xa5\x3e\x47\x61\x60\xa0\x83\x82\x71\xc8\x58\x26\xe7\xac\x80\xc7\x12\x39\x77\x1d\x21\x3b\xe9\x26\xd4\x95\x64\x01\x8a\x31\x01\x2c\x66\xec\xf9\xf5\xec\x8a\xb7\x17\x63\xcd\x81\x0c\xbf\x4c\xb7\xb8\x27\xae\x47\x07\xd0\x20\x3d\x5b\x37\x75\x40\x03\x20\x5b\xd5\x26\x5b\x20\x08\xb5\x25\x79\x83\xb8\x38\xba\x0e\xc2\x15\xf8\xef\xac\xa0\xa9\x0c\x7c\x4f\x31\x43\x51\xcd\xed\x03\x35\xce\x5c\x33\x4a\xb6\x6e\xb3\x8f\x7a\x12\xb4\x07\xaf\x46\x03\xff\xb5\xc4\xd4\xef\x3f\xf2\x70\xe9\xe3\x47\x0f\x10\x36\x87\x98\xeb\xc6\xa6\x12\xc3\xd6\x1e\x93\x64\x10\x03\x18\x14\xaf\x81\x65\x61\xbe\x04\xe3\xba\x65\x75\x9e\x37\xb4\xcd\xef\xc7\x8b\x4d\x23\xab\x1d\x88\x61\x0d\x70\x9a\x36\x9e\x73\x4d\xc4\x55\x79\x4c\x0a\x2d\x35\xce\x58\xf2\xae\x94\xd7\x59\x2a\x20\xf0\x16\xf4\x0c\xfb\x9d\xc8\xe2\x5a\x14\x99\xd0\x27\xbe\x92\xac\x2e\x90\x5e\x98\x83\x4d\x27\x6c\x2b\x35\x0a\xc8\x47\x48\xde\xea\xb5\x2c\xe8\x35\xce\x9c\xd5\xc6\x31\xb5\xe1\xc4\xec\x72\x35\xcd\xf0\xcf\x3b\x4d\x17\x8f\xbd\x9b\xa4\x39\xe4\xbf\x76\xe7\x62\x22\x41\xdd\x1b\x32\xe1\x9f\x44\x7f\x92\xee\x04\x05\x5b\xe8\xd5\xb0\xc9\xa9\x3d\x84\xb3\xc2\x15\x9b\x3c\x67\x98\x2c\xbb\x65\xbf\x1b\x99\x31\x1f\xa0\x2f\xf1\x27\x3d\x8c\x16\xb1\x4d\x8b\xe2\x54\x13\xc0\x89\xbd\xe0\x4a\xbc\x14\x89\x84\xf8\x38\xcf\xa6\xa4\x5c\x98\xa2\x63\x2e\x13\xb7\x95\x28\x52\xe3\x86\xe3\x34\x16\x71\x3d\x00\x85\xe6\x94\x44\xa2\xd1\x08\xef\x64\x25\xdc\x85\x6f\x52\x42\x8e\xef\xeb\x6a\xcf\x98\x74\x66\xd7\x5a\xe8\xba\x6c\xd0\x2f\xff\x19\x1c\x39\x44\x63\xbe\x30\xf5\x03\x4e\x31\x0a\x60\xb2\x76\x91\x9f\x28\x9d\xf5\x65\x0d\xac\xc0\x61\x3c\xc5\x13\x31\x87\x08\xfb\xdb\xab\x8c\x66\x59\x91\x62\xd0\x8b\x30\xda\xa1\xc9\x70\x8f\x8c\x06\x86\xb6\x2b\xc5\xdc\xa8\x27\x2c\xcb\xc1\x0c\x6c\xd8\x6c\x43\xe6\x7a\x04\xfd\x21\x1d\x1d\xe7\xe4\x5a\xf1\x2b\xc1\x12\x7d\xf3\xca\x39\x6e\xb8\xf1\x95\xfd\x9a\xf5\x79\x91\x9a\x6d\x87\x60\x7d\x8a\xf1\xb5\x5e\x6d\x99\xf1\x4a\x0c\xec\x01\x04\x44\x50\x3c\x4b\xdd\x14\x28\x45\x3e\x75\xf4\x0e\x32\x38\x62\x6e\x62\x38\x78\x1c\x27\x6f\xa2\x6a\x98\x15\xf4\x4a\x31\xef\x39\xaf\x6a\xe2\x17\xec\x6a\xe2\xde\x77\x23\x94\xe8\x06\x69\xff\xf3\xb1\x25\xa2\xa6\xb8\x79\x9d\xdd\x91\xd5\x71\x6b\x99\x67\xab\xd8\x59\x67\xe0\x3b\xff\xe8\x91\x0c\xd9\x9c\x84\x9c\x06\x06\x15\xe9\xee\x26\x34\x1f\xc4\xbc\x10\x5e\x77\xde\x30\x11\x6d\xc2\x8e\xc3\xca\xad\xe2\x76\x33\xf8\xe6\xfd\x94\x11\xb6\xcc\xdd\x1f\x27\xc4\x89\x71\xa6\xb2\x62\x91\x7b\xb1\x1e\x3d\x2c\x85\x90\x4a\x82\x27\x4b\x83\x0e\x8b\xec\x5a\xb8\xf0\x35\xca\x26\x5f\x94\x05\x04\xe6\xc5\x5a\xd0\x3f\x06\xb0\xec\xe2\xdc\x20\x5b\x72\x6a\xe3\x1f\x62\x65\x22\xca\xa3\xd1\xc8\x0e\xe0\x6e\xd5\xbe\x8d\x6d\xe0\xa4\x65\x5b\x8d\x22\xfd\xb1\x67\xec\xdb\x46\xd4\x11\x53\xe7\xec\x09\xf8\x69\xba\x7e\x5a\x82\x1c\x75\x5c\xe6\xce\x8b\xd2\x8d\x68\x2f\x83\xb9\x3f\x37\xf8\x63\x0e\x2f\x85\x14\xc2\x06\x97\x06\x41\x6c\xd4\xc0\x0b\x41\xf3\x89\xd7\x41\x08\x30\x4f\x33\x1d\x16\x84\xc9\x91\x8f\x88\xbc\x73\x77\x7a\x7b\x8a\xe5\xd9\x5c\x54\xd9\xca\xb1\xfe\xb3\x0d\x75\xaf\xe9\x4c\x21\x6e\xbc\xfd\x25\xda\x20\x6e\x89\x0a\xd9\xb6\x0e\x10\xdd\xc9\x90\x45\x91\x7a\x27\xbb\xeb\xb2\x79\x6e\x77\x7f\x6a\x2e\x64\x05\x6a\xdb\x2b\x01\xf9\xe1\xaf\xc4\x46\xce\xd9\xf4\x62\x7f\xcc\xa6\xfa\xdb\x05\xbb\x0b\xc8\x82\x65\x73\x0b\x62\x70\xa9\x8f\x80\xc3\x35\x8c\xcf\x92\xab\xb7\x37\x85\x55\x04\xe8\x26\x83\x30\x02\xc2\x17\xe0\x1a\x71\x3d\xa0\x76\xd6\xac\x62\x2b\xae\x0f\x83\x5a\x76\xe1\xf8\x73\x40\xea\xcf\xd6\xb3\xbf\xcd\xf8\x74\x37\x95\xab\x5d\xfb\xbd\xb7\x17\xbf\x53\x28\xc8\x4a\x44\xc6\x28\xd6\xfe\x84\x4d\xc0\xbc\xf0\x7b\x88\xae\xb2\xb3\x93\x05\xb5\xba\x3a\xf9\x11\x4c\x75\xee\xe9\x03\x2b\xc5\x19\xbb\x2b\xbc\x80\xae\xf5\x00\x9a\x73\x81\xcb\x06\x42\xa3\xc3\xdb\x48\x56\x2c\x1c\x83\xfa\x62\x63\xb4\x69\x43\xaf\x8a\x50\x90\x6b\x87\xcd\xe4\x2d\x53\x75\x09\x51\x82\xe1\x92\xc4\x3a\x22\x65\x18\x4b\x1b\x5c\xa5\x98\xb8\xe5\xab\x75\x2e\x06\xe8\xb7\xaf\x96\xf2\x86\xd5\x6b\xf4\xdd\x27\xe3\x2d\x10\x67\x61\xbc\x2b\xb1\x01\x1d\x99\x96\x48\x21\x75\x7f\xbf\x5a\x96\xb2\x5e\x2c\xd9\x94\xcf\xf4\x29\x2e\xe5\x8d\x1a\xb2\x77\x8b\xf7\xeb\xdd\x77\x8b\x97\xc5\x90\xfd\x28\x57\x98\x2c\xf0\xa8\x48\x07\x43\xf8\x0b\x64\x69\x58\x3a\x8e\xb2\x92\x35\x68\x11\x2a\x51\x72\x3a\x58\xd0\xb9\x49\x6d\x9b\x29\x76\xf0\xee\x58\xdf\xa6\xc4\xd2\x17\x2c\x5b\xad\x45\x09\x16\x3a\xec\x86\x6f\xe0\x1c\x42\x98\xa5\xa5\x58\x31\x59\xec\xca\xf9\xdc\xc1\xe8\x00\x92\xee\x42\x0a\xfc\x15\xbc\x64\xce\x04\x8e\xbb\x91\xb5\x09\x76\x61\xd6\xc5\xf2\x4c\xf3\x1c\x55\x99\xef\xcc\xff\xd3\x2c\x1f\x64\x05\x8e\x29\x0e\x93\x3a\xe7\x25\x2b\xc5\x02\x94\x17\x05\x25\xe8\x45\xe3\x9e\xaf\x61\x75\x37\xbc\xa8\x68\x2f\x2a\x69\xc0\xe9\x8b\x14\xa8\x32\xc0\x10\xd4\x6c\x47\x4f\x05\x75\xf3\x92\x95\x62\x25\xaf\x05\x28\x1a\xd3\x14\xfb\xf0\xdb\x60\x14\x53\xb6\xc3\x24\x69\x18\xe8\x4b\x07\x89\x51\xa2\x72\x98\x0a\x88\xd4\xa7\x51\x5d\x0e\x43\xea\x61\x7f\xcc\x8c\x67\x91\x4f\x3b\xac\xc1\xa0\xe6\x0c\x71\xf0\x7d\xcf\x44\x10\x3f\x0d\xd8\x38\x32\x1b\x34\xf7\xcf\x4d\x56\x0c\x42\xff\x7a\x0a\x55\xf5\x4a\x0b\x5d\x77\xf8\xcc\x33\x0a\x82\x03\x1b\x7f\x64\x53\x6b\xc4\xd3\xd4\xcc\x9a\xed\x77\x9e\xd0\x71\xc7\xb1\x1b\x34\xfa\x43\x10\x37\xbb\x8c\xcf\xeb\xb8\x6b\x2c\x3f\x50\xec\x27\x93\x9b\x6d\x49\xfc\x5d\xc4\xab\x95\x28\x17\x62\xc7\xbd\xd0\x82\xd0\xe7\xa2\x1f\x9a\x47\x16\x7a\x83\xcb\xb4\x60\x89\xe0\x3d\x7c\x7f\x72\x72\xf4\x66\x7a\x79\xfc\xf2\xf2\xdd\xc9\xdb\x77\x47\x27\xd3\xff\xd6\x84\xe7\xf2\x92\xfc\x15\x8e\xd3\xcb\xcb\x9e\x0d\x1e\xf5\xf2\xe8\xfb\x83\xf7\xaf\xa0\xf6\xe9\xf4\xe4\xf8\xcd\x0f\xba\x6e\x46\x55\x7e\xbd\xa0\x09\xef\x7f\x38\x55\xe0\x17\x42\xeb\x52\x2f\x7b\xa2\x46\x15\xaa\x78\xd6\xb2\x82\x48\x59\x62\x63\xc5\x6e\x6b\xc0\x9e\x18\x7d\x00\xcc\x22\x73\x91\x23\x1d\xe0\x4f\x84\xd2\xa4\x76\xe2\xc5\x67\x31\x34\xd8\xcb\xf7\xcd\xea\x22\xfb\x47\x2d\x58\x66\x12\x70\x1b\xe8\xc3\xeb\x31\xb2\xae\x4c\xad\xb9\x66\x15\x93\x52\x2a\xc5\xd2\x5a\x43\x01\xe2\x9d\xc8\x75\x86\xaa\x3b\xfb\x9c\x9b\x67\xb3\x92\x97\x9b\xd1\xa0\x4d\xc5\xd0\x9e\x27\xf5\x38\xed\xaf\x4b\x31\xcf\x6e\xf7\xbd\xa7\x4a\x7a\xa4\x75\x41\xa8\xb7\xad\xd1\x7f\xae\x3c\xa4\x57\x01\xbd\x22\x85\x34\x47\x89\x4a\x53\x32\x97\x7e\x1f\xbf\xa9\xc0\x63\xc6\x2b\x9d\x78\xd8\x3b\xd2\x13\x24\xc6\xbe\x3f\x08\x82\x2b\x7a\x2d\x1e\x3f\xf6\x93\xfb\xcb\x02\xa6\xe5\xf1\x15\xcd\xc2\x3e\x4c\xe1\x38\x55\x01\x83\xcf\xee\xdb\x4a\x17\x66\x0f\x67\xa2\x77\x1f\xf4\x66\x6c\xb2\x15\x63\xbe\xf9\x26\x7c\xf9\x22\x88\x47\x6a\xba\xfd\x96\x23\x33\x66\x58\x75\xc0\xbe\xc1\x91\x62\x45\x14\xcd\x0d\x04\xd0\x1a\xec\x29\xf5\x65\x52\xb0\xbe\xb4\x6a\x62\x74\xef\x6a\xd5\x3a\xb5\xa0\x84\x81\x4c\x9f\xfa\x1b\x53\x7b\x8d\xf5\x01\xf5\xbe\xe7\x88\x50\xf3\xa6\x03\x90\xc7\x3f\x3b\x9a\x54\xb7\x98\xa2\x74\xf3\xe5\x6e\xf9\x3f\x4a\x79\x05\x2b\xae\x2a\x2d\x27\x71\x08\xd4\x55\x54\x6c\xc9\x8b\x34\x17\xa5\x1e\x0c\xde\x1f\xd0\x31\x0f\x3e\xc2\x73\x72\x41\x77\x66\x33\x62\xbf\x89\xa0\xd2\x97\xa5\xd1\x30\xe8\x5e\x4d\x88\x78\x37\x16\x70\xe6\xc1\x60\x95\x0c\xba\xd4\x65\x40\xec\x51\x99\x87\x75\xbd\xb9\xda\x76\x73\x59\xfa\x0d\x13\xb2\x72\xa4\x76\x5e\x2d\x37\xa6\x5f\x1f\xc2\xfa\xac\x2b\x7d\xe8\x76\xd8\x4f\x74\xdd\xcb\x12\xac\xf5\xc3\xe9\xc6\x5d\x25\xd4\x6c\xbd\xe4\xf0\xce\xd6\x86\x0f\xb5\x12\x6f\x0b\x8c\x09\x34\x35\xb0\x31\xb2\x84\x75\x1e\x9e\x42\x05\xf7\xfd\x1a\x24\x8b\x73\x3f\x4b\x40\xec\x62\x3b\x75\x51\xfe\x3d\xff\x69\x78\x0a\x7d\xce\x3e\x32\xaf\xd8\xda\x77\xbc\xa4\xab\xbc\xa5\x09\xaa\xf5\x0d\xc4\xad\x31\x06\x70\x19\x04\xce\x31\x46\x3b\xc2\xa9\x86\x61\xff\x1c\x04\xf7\xfd\xfc\xcb\x03\x9b\xf3\xe3\xbd\xd2\x5c\x9c\x46\x07\x07\x3a\xda\xa4\x4a\x82\x87\xb4\x9e\x56\x29\xd6\x82\x57\x22\xcd\x37\x04\xf4\xac\x58\xec\xd6\x85\xfd\xdb\x36\xa2\x47\x16\xcd\xa8\xd6\x9a\xba\xcd\x72\x61\xc8\x3b\x79\x76\x38\xf6\xc8\xb4\x41\x05\x5a\xe0\xe4\x6e\x8a\xc8\x97\xc2\x55\xf4\x1d\xc1\xe9\xeb\x43\x42\x78\xe1\x80\x3c\xa9\x6a\x9e\xbb\x40\x42\xe6\x68\x3c\x7e\xcc\x7a\xd4\x6f\x4f\x5f\x56\xe6\xbb\x4d\x9a\x60\x47\x1d\x9b\x2f\x9e\xda\xe7\x51\xd0\x6d\xc3\xe3\x30\xf6\xc4\xc4\xa9\xa4\x99\x5a\x4b\xa5\xa5\x1b\x59\xf4\x83\x0e\x86\x6e\xb3\x87\x8d\x7d\x6d\x81\x44\x5f\x5c\x0f\x86\xde\x3e\x47\xf1\x53\x69\x20\x1b\x44\x50\xb4\x8c\xe2\x1a\x7b\x1a\xe5\xdd\xaf\xcf\x0b\xf2\x82\xe1\x4a\x65\x8b\xe2\xbc\xe8\x27\x03\x76\x9a\x15\x69\x29\xd8\xa9\x2c\x97\x9a\xc7\xfe\x73\x9e\x25\xa2\x50\x82\xbd\x3e\x9e\x9e\x17\xa8\x09\xea\x69\xa9\x41\xa3\x69\x42\x99\x48\x62\x9d\x52\x21\x77\xea\x42\x4b\x53\x3b\xd7\xbc\x54\x70\x36\xaf\x79\xa9\xaf\x6c\x4f\x86\xc6\xa8\xe6\xca\x59\x03\xb4\x16\xef\x61\xd3\x50\xfc\x76\x6d\x5c\x44\xda\xb0\x06\x35\x5b\x97\x72\x7d\xac\x8e\xfc\x74\x0c\x8d\x86\x46\x71\xe9\xd7\x0b\x43\x4d\x54\x12\x1b\xf5\xaf\x39\x9a\x4b\x9c\x57\x1a\x2f\xae\x39\xc6\x1b\x07\x13\x88\x8f\x1f\x99\xf9\x1d\x32\x64\xe7\xd5\x79\xd5\x66\x5a\xd1\xa3\x89\x20\xec\x59\x82\xa9\x2e\x66\x82\x62\x69\xb3\x9b\xac\x5a\x5a\xeb\x0a\xcf\xc0\x4a\x4f\xad\x02\x64\x3b\xaf\x08\x05\xbc\xd9\x35\x62\x15\xe0\xfb\xfa\x7b\x25\x30\x2e\x55\x9f\xe6\x44\x56\x65\x7a\x72\x80\xe2\xc1\x64\xec\xbc\xed\x08\x96\x11\xac\xec\xd8\xe7\x15\xf9\x97\x27\x15\x9b\xd5\x8b\xc5\xc6\x69\x80\x29\xcd\x05\xbe\x62\x43\x1a\xad\xac\x60\x90\x2d\x8c\xfd\xed\x8f\xce\x46\xc8\xeb\x67\x59\x55\x6b\x35\xde\xdd\x9d\xd5\x0b\x35\x4a\x96\xa5\x5c\x65\xf5\x6a\x24\xcb\xc5\xee\x7a\xf7\xfa\x8f\xbb\x99\x52\xb5\x50\xbb\xa9\xa8\x78\x96\xef\x67\xe9\xe4\xbb\xa7\x4f\xff\x88\x8d\xf5\x2e\x57\x42\x55\x4f\x21\x85\xd6\x0d\x3b\x05\xea\xd9\xef\xf1\x59\xd2\x1b\xec\xb5\x29\x66\x80\x4d\x2f\xe4\x4e\x21\x6e\x76\x6e\x4a\xbe\x5e\x03\xcd\x82\x6d\xd2\xfd\x9c\xfd\x41\xb3\x00\xbd\x14\xe3\x8d\x10\x7c\x5a\x31\x14\xbd\xf2\xa0\xd1\xe0\xec\x09\x3d\x75\xfe\xa1\xf7\x70\xe8\x7d\xea\xaa\x7f\xff\xe4\x0f\xff\x19\xae\xfa\x5b\x6b\x8a\x58\x9d\x57\x6d\xe9\x4c\x9e\x3e\x71\x49\x4c\x70\x4e\xd0\xec\xac\x77\xd9\x63\xdf\x10\xb0\x46\x9a\x45\x39\x5c\xf2\xf2\x50\xa6\xa2\x9f\x0d\xf4\xfa\x33\x6f\xba\x34\x1e\xec\xe4\xb7\x5d\xc7\xd5\x01\xe3\xdb\xc1\x68\xc5\xd7\x7d\xf7\xce\xd9\x82\x4f\x38\x09\x34\xab\xd0\xa3\x0c\x3c\x58\xe3\x38\xa3\x5f\x64\x56\xf4\x7b\xbd\x01\x5a\x18\x3e\x79\xfa\xed\xef\xbf\xfb\xc3\x7f\xfe\xd7\x1f\xff\xf4\x2f\x85\xef\xef\x7d\xf8\x6a\x9c\x4a\xc5\x7c\xb1\xcc\x7e\xb9\xca\x57\x85\x5c\xff\xa3\x54\x55\x6f\xa4\xd6\x79\x56\xe9\x99\x5a\xcd\xae\x5b\x7a\x0e\x21\x4d\x23\xe8\xff\xfe\x0c\x3f\x6b\x38\xe3\x5f\x6d\x60\x20\x28\x5f\x89\x8d\xea\x07\xa7\xb3\xff\xe1\x6e\x88\x93\x1b\x0c\x02\x28\x99\x31\xba\x66\xfa\x40\xc0\x45\x91\xc0\x2b\x67\x67\x5a\xba\x95\xa0\x05\x25\x9a\xed\x8a\xdb\xb5\x26\x02\x5a\x90\x25\x81\x8e\xcf\xe4\xb5\x40\x15\x70\x29\x6f\x86\x6c\x56\x57\x36\xba\x2b\x46\x68\xe5\x73\x31\x0a\x86\x73\x53\x31\x99\x66\xd0\x6e\x77\x84\x4c\x9d\xbe\x26\x9a\xa4\xcc\xa6\x3b\x21\x22\xea\x67\xe5\x30\x89\x6d\x3c\xab\x05\xdc\x57\x8d\xed\x7b\xe6\x47\x25\xb5\x6c\x64\xe8\x7b\x65\x03\xcd\x63\xa9\xb2\x77\x90\xfe\x62\xcf\x97\x9e\xcc\xd3\x3d\xa6\xd8\x33\x17\x61\xde\xa6\x0c\x52\xde\x69\x03\xde\xdf\x1c\x98\xbe\xad\x7b\xa6\x28\xae\x67\x70\x6a\x49\x6b\xad\xdb\x78\x3b\x45\xc1\xf8\xbd\x93\x86\x31\xd7\x75\xb5\xa1\x6e\x33\xf0\x2a\x9f\x57\x95\x44\x4d\xf7\x04\xfa\x81\xbf\xf7\x4c\xe9\x5d\xb4\xd1\xba\xeb\xd6\x3b\xd7\xeb\x51\xd9\x4b\xba\xb5\x26\x4c\x63\x60\x47\x68\xa3\x40\xd4\x43\x23\xa5\x92\x99\xb1\x89\x07\xe3\x5f\xbf\xfe\x12\xa9\xfd\x59\x76\x11\xae\x14\xd6\xea\x0a\xed\x92\xbd\x4f\x7b\xae\xf6\x5d\x0b\x10\xa2\x5b\xb4\x92\x0d\xef\x84\x07\xea\xae\xce\x8b\x54\x24\xb9\x66\x89\x7d\x0d\xe3\x34\x5b\x09\x59\x57\xfd\x64\x36\x66\x2e\xf8\x7c\x2a\xc0\xa9\x11\x05\xd3\x81\xf9\x63\xaf\xbd\x0b\x48\xec\x70\xcd\xf3\x87\xf6\xe1\x84\xcb\x17\xf5\x42\x31\x39\xaf\x04\xbe\x98\x71\xb8\x82\xb9\xda\x14\x09\x4b\x64\x4a\x5a\x5e\x55\xd5\xf3\xb9\x5e\xa2\x32\x5c\x64\x8a\x67\x15\x2b\xca\x35\x5d\xe2\x8a\x0e\xfa\x42\x68\x9e\xbe\x48\x44\x6e\x4c\x36\x50\x03\x0d\xb5\x31\x63\x0f\x19\x0f\x28\x99\x5f\xe3\x53\xb7\x12\x0c\xe9\x2c\xbc\x6a\x6f\xf0\x41\xda\x4e\x83\x5e\x89\xec\xe3\x90\x9c\x33\x4e\x73\x01\x76\x2d\xb6\x81\x7b\xaf\xc0\x5f\xe2\xa0\xd8\x60\x34\x6e\x1c\x0d\x65\x37\xfd\x1b\xb6\xe8\x05\x57\xe2\xb5\x4c\x45\xae\x27\x6b\x2d\xf3\x21\xa9\x09\xce\xf1\x3a\xe3\xf8\x56\x0a\x33\x19\xb1\xb7\x5a\xec\xbc\xc9\x94\x60\x68\x90\xca\x38\x0c\xa6\xd9\x89\xd8\x0a\x8e\x72\x90\x15\x29\x2b\xc5\x4a\x80\x72\xa1\x92\xf8\xda\x49\x20\xec\x0f\x58\x5a\x83\x0a\x6a\x23\xeb\x12\x96\xd9\xb3\xf0\x35\x62\xec\x3d\x1a\x0d\x1c\x05\xe1\xfa\x21\xb0\x7a\xa8\x10\xa9\x8e\xe9\xa5\x2b\x4b\xcd\xee\x5f\x38\xc7\xf3\x3b\x93\x7d\x6e\xe2\x32\xc8\xd9\x0e\xb2\xd5\x4a\xa4\x19\xaf\xc4\xaf\xe8\x82\xb0\xf2\xf3\x7b\xe0\xc6\x93\x19\x3c\xad\x7f\xc5\x4c\xd4\x4b\xc2\x5b\xdb\x20\xac\x60\x1e\x08\xc9\x0c\xe9\xa3\xeb\xe3\xd7\x3f\xd8\xd9\x41\x28\xda\xdf\x8f\xb8\xb5\x63\xd6\xef\xa3\x95\x90\xf7\xb6\xfb\x31\xf2\xe6\xb7\x6d\x0b\x29\xd7\xe3\xf8\x69\xf9\xd7\xcf\x2d\x30\x82\x01\x18\xec\x1b\x20\xd8\x90\xfd\xfb\x63\xd6\x9c\x68\x60\x2f\xe1\xc0\xeb\xe9\x82\x5d\x31\x65\x9a\x9c\x98\x94\x93\x1f\x3d\xf0\x9a\x3a\x21\x6c\x40\x1a\x86\x0f\x41\x25\x0d\x04\x36\x61\xfd\x30\x4e\xf3\xee\xd7\x14\x76\x1d\x4e\x3a\x9a\x8d\x18\x7b\xb7\x86\x71\x0d\x4d\xd4\x52\xcf\x21\x7a\x5e\x28\x06\xa9\x03\x23\x72\x16\x18\xa2\xc0\xf1\x73\x87\x37\xb4\x1b\x01\x2d\x69\x6a\x95\xb7\x2d\x60\xf1\x12\xec\x45\x50\x21\x58\x38\xfd\x32\xba\x82\xe0\x01\x36\x2a\x64\x67\xe3\xe1\x4e\xb6\xa7\x61\x80\x0b\xd5\x28\xd8\x3b\x6b\xb5\x77\x13\x3f\x59\x67\xe9\x60\x10\xfa\x29\x42\x0b\x80\x93\xb9\xab\xd6\xbc\x54\xe2\xb8\xa8\xfa\x59\x3a\x64\x4f\x9f\x0c\x9c\x9d\x21\x73\xb1\x1f\xee\x5c\xc0\xf6\x78\x4c\xff\x94\x86\xc1\xa9\x70\xf5\x96\xfa\x34\xd7\xef\x13\xa6\x6d\x10\xe8\xa8\xd7\xd5\xd5\xa7\x40\xe1\xd8\xb4\xfb\x4c\x38\xf8\xe3\xde\x0b\x09\x22\xa2\x2d\x80\x70\xe4\x75\x2b\x1c\x5a\xab\x75\x74\xf4\x49\x50\x30\x4c\xc7\x43\x81\x10\x80\xc0\x8d\x79\x1f\x04\xec\x25\x80\xc1\xce\x9a\x80\x68\xdc\x12\xdb\xc0\xb1\xad\xf2\xd6\x4e\x1f\x0a\x1a\xe0\x7b\x0e\x82\xd6\x9f\x89\x26\x8d\x29\x34\x20\xd5\x42\xe0\x4e\x2d\x43\x09\x61\x4f\xca\x2c\x15\xa1\x59\x60\x0d\x7c\x88\x9e\x24\x86\x53\xa3\xca\xc4\x8b\x10\x7d\x23\xca\xd7\xa2\xae\x3f\xf4\x94\xc2\xe2\x56\x24\x75\x15\x57\x4e\xeb\xd2\x78\x1a\xbc\x34\x7f\x66\x05\x5b\x65\x79\x9e\x29\xc8\xd3\xae\x6c\x0b\x63\xad\x0f\x96\xc0\x6e\xe6\x59\xda\x42\x7a\x7d\x56\xd9\xe9\xbb\x9d\x96\xdb\x0e\xdc\xe0\x78\x7d\x2a\x6d\x69\x10\x3d\x71\x7a\xea\xdb\x98\x6a\x7b\xdb\xeb\x95\x77\x50\xd6\x16\x0a\xf7\xe1\x6e\xaf\x6d\x6f\xbd\x09\x78\x4b\x8a\x2e\x35\xc0\x7f\x5d\xe6\xc1\xd9\xdf\xaf\x21\x13\xc5\x3f\x6a\x51\x0b\x96\x55\x94\xea\x56\x96\x82\xb2\xba\x57\x5c\x5d\x91\x00\x4d\x4d\xd3\x91\x9b\x40\x90\xb1\xcb\x8e\xf5\x46\xde\x18\xf3\x62\x34\x3c\x4d\x64\x99\x02\x03\x0b\x4c\xab\xff\x1e\x30\xf2\x9b\xde\x73\x31\xe1\x7f\xb6\xe3\xb0\xde\x99\xfd\xf3\x62\xcf\x6f\x10\xc6\x34\x36\xa3\xba\x84\x6d\xe6\xf2\x0c\x8e\x51\x33\x2b\x98\xbf\x31\xb9\x5c\xa0\x3a\x55\xb4\x9f\x3d\x87\x3d\x83\xbd\xee\x6b\xcb\x9b\x70\x78\xa5\xc7\xf9\xe2\x6c\xbd\x76\x2e\xe4\x10\x79\x0e\x6f\x3f\xa3\x33\x94\xa5\x6c\x87\x1d\xa7\xcc\x9e\xd5\x96\xf3\x10\x5c\xc8\x8e\x27\x8e\x38\x93\xb6\xfd\x61\x8f\x1f\x37\x97\x96\xa5\xbe\x8f\x68\xd4\xb9\x03\x5a\xd7\x56\x66\x76\x0f\x3b\xe9\x92\xbd\x36\x1f\x46\x99\xec\x2d\xf9\x05\x69\x13\x2a\x6e\x8e\xec\x4b\xe8\xdb\xd0\x0c\xc8\xcf\x65\x5e\x2b\x4c\xba\x93\xa5\xa2\xa8\xb2\xf9\xc6\x04\x41\x4d\x64\x59\x82\x83\x13\x06\xe7\xfa\x4c\x4a\xe6\x58\x88\x76\x5a\x16\x4c\xd4\xd9\x16\x91\x64\xd2\x4a\xd9\x3c\xae\x82\x68\x1b\x63\xa1\x01\x52\x6c\x77\x64\x5e\xaa\x1e\x7d\x0e\x1d\xec\xe4\xaf\x5a\x79\x9c\x76\x5a\xa8\xa7\xed\x03\xc3\x6e\x60\x83\xc9\xff\x5f\x48\x0f\x3b\x01\xd4\x38\x46\x7e\xcd\x33\xef\xc7\xbf\x9d\x2a\xfa\x29\x97\x02\xec\xba\xc9\x8a\x91\x77\x79\xb5\xed\xe1\x90\x3d\x69\x92\xd2\xce\x95\x6e\x27\xa7\x5e\xcd\x7b\x09\xaa\xad\xfb\x40\x92\xfa\x5b\x93\x86\x06\xc9\x76\x47\xdf\x11\xed\x07\x1c\x78\x9f\xa8\x7f\xfa\xa1\x6e\x39\x94\xf6\x12\x08\x37\x25\xb8\x06\xf4\x3e\x3f\xec\x2a\x88\x3b\xb9\xf7\x32\x20\x01\xe0\xff\x87\x5c\xaa\xd3\xc6\x7e\x3e\x9b\xea\xe4\xa3\xcf\xe5\x53\xbb\xe4\xbe\x36\xf9\xab\x9d\x3a\x07\x73\xf0\xd7\xf5\x50\xda\x6c\x3a\xb0\x3b\xf3\x19\x54\xba\x93\x46\xff\xfb\xf9\x42\x0f\x86\x67\xee\xef\xfb\x48\x99\xad\x78\x3f\x25\xa3\xaa\x9f\xcb\x1b\xda\xfd\x7a\x00\x73\xe8\xe3\x83\x23\x0c\xfe\x02\x9b\xec\xa1\xd7\x7f\x17\x51\x08\x3b\xd8\x4a\x13\x0e\x41\xa5\xae\xbc\x00\x11\x60\x41\x34\xc4\x27\x08\x83\x11\x43\xa4\x0f\x60\x67\x6f\x2f\x62\xdd\xc0\xf3\xfc\xa9\xd8\x4a\x42\x7e\xb8\x44\xb0\x35\x45\x66\xff\x9a\xb2\x5b\xde\xf0\xac\x0a\x0f\xb9\xf1\x73\x65\xbc\x20\xab\x70\xe5\x79\xc3\x67\x45\x8a\x96\xa8\x60\xcd\x04\x03\x51\x8a\xbe\x99\xde\xa0\x6b\x79\x25\x52\x1a\x80\x4c\xd9\x73\xc1\xd1\x53\xa0\x48\x77\x65\xc9\xaa\x92\x67\xb9\xfe\x2d\xd2\x85\x7d\x1d\x80\x59\x18\xce\x9f\x9d\xd6\x33\x25\xfe\x51\x83\x6b\x1f\xcf\x73\xeb\x13\x53\x2d\x4b\x59\x55\xb9\x1d\xc0\xf9\x4f\x69\x10\x18\x49\x03\x98\x13\xc8\x6c\x4d\x9d\xe7\x5c\xd1\x4c\x75\x6f\xa1\xab\xde\x1b\x09\xf9\x25\xe6\xfe\x2c\xdd\x14\xcd\xf2\x79\x29\x30\x29\x26\xf4\x02\xa3\x39\x7b\x13\x5a\x66\xbc\x2e\x1a\xc0\x27\xd6\xb0\x49\x94\x57\xd3\xae\xc5\xad\x22\x53\x06\x80\x6c\x25\x31\xc6\x53\x81\x9b\x46\x54\xbe\x01\xa9\x60\x29\x74\x1a\x60\x8a\x68\x45\xe8\xd9\xe1\xd8\xf1\xa2\xb3\x03\xdd\x61\x6d\xa2\xb9\x72\x1e\xa0\x83\xdf\x96\x90\x8e\xdc\x94\x46\xec\x25\xba\x89\x40\x9d\x27\x51\xc7\x06\x74\xd8\x77\x88\x47\xad\xf7\x48\x21\x6e\x5a\x80\xe2\x1f\xe5\x2f\xf0\xf2\x80\xc4\xc0\x0c\xe3\x79\x48\xc5\x6e\x68\x9a\x9e\xf3\x62\xf3\x9c\x1c\xf5\xf5\x74\xc6\x6c\x6a\x02\x72\xf3\x4c\x73\x24\xc4\xa9\xe0\x37\x5a\xe1\xbe\x17\x5c\x85\x50\x6a\x3f\x7c\x62\x41\xda\x8d\xb8\xd2\x28\xc2\x60\x61\x83\x31\x9b\xb6\x50\xa4\xb6\xfb\xcd\x22\xbd\x7d\x0e\xe0\x8a\x4d\x63\x52\xab\x2f\x50\x3d\xe9\xd7\xa7\x9a\x55\xd5\x5b\xfe\xf1\xa3\x15\x88\x74\xa1\xc1\xfe\x80\x52\x83\x76\xc8\x60\x75\xa3\x44\x9f\xaa\x23\x24\x42\x70\xd5\x4d\xc2\x0e\xb9\xaa\x4e\xe0\x14\x8e\xed\x74\xbe\x84\xab\x97\xe9\xfb\xc0\xed\x95\x3f\x5b\x23\x7e\x5b\x0e\x22\x7e\x03\x73\x40\x35\x28\xa9\x89\x3b\x06\x61\xa0\x2f\x23\x0b\x8c\xc9\x84\xf5\x68\x7f\x7a\x83\xc6\xbe\xb2\x49\xdc\x22\x06\xfb\xf6\x61\x1c\x68\x3b\xc6\xf1\x60\x1f\xb7\x69\xdb\xe0\xc4\x93\x15\x6b\x25\x4a\xcd\xf2\x39\x04\x0b\x39\x14\x70\xde\x93\x37\x6c\xc2\x5e\x62\x32\x22\x13\x9c\x9b\xd9\xa4\x23\x79\xc5\x35\xd8\xe4\x0d\xdb\x89\xf7\x3a\xa8\xa9\xd1\xe9\x15\xfa\x82\x4e\x2c\x68\xf6\x0d\xba\xed\x50\x4f\x63\xfa\x10\xe4\x46\xc5\xa2\xe7\x13\x53\xf9\xf1\x63\xd6\x7f\x64\xa6\xae\x51\x94\xba\x0b\xf5\xca\x4d\xc4\x2b\x20\xac\x9b\x29\x87\x13\x63\x10\xe1\xde\x87\x1b\x57\x33\x90\x2d\x7d\xa5\xa4\xa7\x62\x66\xa1\xd8\xe9\xb0\x9c\xe2\x53\xb4\xf0\x5e\x43\x8b\xaf\x5e\xec\x09\xcf\x4f\xd9\x0d\x64\x2c\x22\x35\xaa\xd0\x3e\x87\x8c\xaa\x37\x27\x18\xa1\x45\x01\x3c\xf4\xf6\x63\xd0\xc6\xc3\x12\xc1\x70\x33\x37\xa8\xe4\xbf\xb8\x7d\x91\x63\x8a\x97\xb0\xf5\x9f\x9d\xb0\x7e\xd3\xd7\x17\x7c\x78\x7c\xbc\x24\x50\xb1\x09\x78\xef\xee\x45\xb3\x36\xab\xec\x6b\x5a\x64\xdd\x38\x06\x86\xe6\x05\x7c\x65\x38\x7c\x07\x6f\xd9\xce\x62\xe1\x0d\x0f\xc6\x22\xe4\x8b\x4b\xd7\x1e\x78\x4d\xea\xfb\xb5\x2e\xaa\x2c\x67\x7c\x5e\x89\xb2\xc9\x41\x81\x03\xa0\x61\xb2\x72\xbe\x56\x22\x65\x2a\x83\xf8\x20\x86\x1b\x01\x9b\x0d\xca\xfa\x44\x77\xfe\x27\xf3\x5d\x34\x42\x83\xfb\xfa\x72\x7c\x97\x61\x61\x24\x45\x55\x98\xc9\xba\x48\x7c\x8e\xe5\x7f\x21\xdf\xd5\xb2\x8a\x07\xf3\x5d\xa6\xeb\x4f\xe7\xbe\xcc\xa8\x9f\xc3\x7d\x01\x1e\x7e\x09\xee\xaa\xb9\xf4\xdf\x84\xbb\x32\xc3\xfc\xdb\xb8\xab\x15\xbf\xfd\xc9\xef\xe3\x13\xd8\xae\xe3\x43\x10\x20\xf5\xf2\x9f\x4d\x9f\xb3\xc7\x0f\xe6\xc3\xf0\x42\x7d\xbb\x0e\xc8\x5d\x43\x2b\xf0\xf5\xd7\x94\x08\x2e\xb0\xcc\x30\x24\xac\x39\xb8\x27\x61\xfb\x9d\xd3\x9b\x6a\x9b\x52\x38\xf0\xac\x70\x41\x8e\xa2\xf6\xf3\xbc\x56\x4b\x98\x22\x76\x80\xe1\x0c\xb9\x62\x75\x71\x55\xc8\x9b\x62\xe0\xc2\x36\x60\xd0\x8a\xe9\x66\xad\xe7\xd4\xde\x9b\x89\x63\x60\xa6\x13\x27\xa7\x27\x02\xe1\xb7\xf9\x15\x0c\xaa\x6f\x4e\xb3\x9d\x43\x25\x3c\xe8\xe4\x05\x99\xc7\x4f\x6a\x8e\xa3\x83\x8d\x0d\x79\x8d\x06\xbf\x14\x73\xbb\x6d\x00\xfb\xbf\x9c\xef\x6f\xc6\xf9\x6e\x1f\x89\x50\x20\x4e\x79\xc7\x1e\x65\xea\x0d\x7f\xd3\x8f\xaa\xf9\x7c\xa6\x6d\x19\xf7\xd5\x86\xba\x2b\x5e\x5e\x11\x9a\x68\xe6\x0c\x98\x3a\xab\x61\x0a\x4e\x68\x37\x73\xfa\x40\xd6\xb4\x93\x31\xbd\xf3\x79\xa8\x10\x67\x2b\xc7\xb3\x3b\x36\x0f\x95\xaa\xfa\xda\xf3\x69\x56\xf7\xcc\xfd\x35\x42\x35\x4f\x60\xf8\x2c\x36\x38\x9c\xca\x17\x95\x5e\x48\x39\x66\x1f\x16\xf2\x4d\x44\x38\x70\x23\xcc\x38\x0d\x8b\x17\x83\xe7\x8f\x1f\x7b\x02\x90\x25\x11\x56\x60\x89\x84\x8b\xd6\x51\x3d\x9a\xc4\x9a\xc2\x83\x47\x76\x7c\x21\xe6\x6e\xbb\x28\x66\x5a\x75\xcb\x61\xa1\xf4\x15\xd4\x23\x34\x7e\xf9\x60\x01\x8f\x1a\x1c\xdd\xae\x21\x07\xe6\xa4\x41\xdf\x21\xda\x0b\x1d\x97\x46\x70\x5c\x22\x7f\xa6\x1c\x58\xb1\x15\xaf\x2a\x51\x2a\x54\x64\x56\x10\x17\x33\xd3\x4c\xb8\xb9\x48\x0c\x2e\x84\x9b\x12\x4c\xfc\xf9\xc4\x76\xa9\x4f\x7d\x87\xb8\xd7\x98\x7a\xbc\x1b\x51\xba\x49\x46\xec\x87\x85\xe3\x6b\x5e\x2d\x47\xab\xac\xe8\xbb\xaf\x43\x3b\xf0\x4e\x00\xcb\xfb\x4c\x98\xda\x04\xde\x8f\x1f\xe3\x29\x42\x7c\xc6\x18\x8d\x42\xfc\x0c\xce\x6c\xbf\x90\x37\xad\x72\x65\x9b\x60\xf9\xf1\x23\x7b\xe4\x70\xfe\xdf\x2c\x66\x6a\xd4\xf2\x39\x07\x2f\xff\xd7\xf3\x86\x7e\xeb\xd1\xa3\xd0\x80\xa4\x49\x3d\x2c\x43\xd4\x08\x20\x45\x99\x73\x71\xa8\xfe\x20\xc6\xcc\xd7\xbc\xbc\xea\x92\x0c\x38\xc8\x72\x20\x5c\x10\xe5\x73\x4d\x03\x7a\xe8\xe8\xd0\x20\x3e\xc4\xe1\x44\x2d\xe7\xd5\xbc\x16\xda\x67\x18\x6d\x77\xc7\x40\xff\x13\xa5\xfb\x2f\x24\xd8\x6f\xe1\x8a\xc3\x39\x38\xae\x18\xff\xd8\x6b\xad\x64\x36\x00\xfe\x6d\xaf\xe2\xb0\x92\xfe\x7a\xb8\x6a\x81\x44\xa0\x52\x4b\xd1\xaa\x8a\x8c\x1e\xbf\x98\x61\x4b\x6c\x07\xf9\xaf\xb0\x6e\xd9\x6e\x26\xda\x6d\x9f\xd9\x6d\xe7\x12\xd6\xde\x66\xe9\xf2\xdb\x98\xa3\x6c\x5f\x11\x8b\x9f\xee\x1a\xd5\xcf\xe2\x2f\x0d\xeb\x14\xff\xe7\xbf\xdc\x3e\xa5\x05\x49\x6e\xb2\x62\xd4\x8a\x9a\xae\xab\xfd\xee\x4a\xfd\xf6\x0d\x1b\xb8\xc6\xe3\xd8\x0c\xa6\xbd\x45\xab\x21\xcc\x03\xc0\xbb\xfd\x1d\x39\xae\xde\x72\x2c\x5b\x4d\x91\xff\xe5\x36\x27\xcd\x53\x62\xdf\x97\x9b\x40\x68\xb1\x3e\x69\x59\x04\x6d\x5b\xc7\xfa\x06\xb4\x31\x0f\xb3\x5b\x69\x9d\x43\xdb\x43\xf5\x17\xf0\x03\xb2\xa1\x4c\x1d\x5e\xa3\x5f\x4d\xd7\xab\x7c\xe8\x15\xd3\x88\x1e\x1a\x16\xbb\x43\xe2\x85\xf3\xfb\x62\xd1\x8e\x21\x21\x43\x70\x39\xdd\xab\xee\x32\xc9\x64\xe1\xee\x19\x77\x2a\x58\x70\x1b\x1b\xce\x4d\x74\x19\x99\xef\x4e\x83\xf5\xc9\x89\xa1\x82\x08\xc5\x9e\x7f\x66\xf0\xbd\x3d\xeb\xf6\x10\xe3\xb2\x9e\x56\xbc\xca\x12\x35\xc4\xa8\x2f\x3f\x94\xb2\x5e\x3f\x28\xcf\x14\x76\x72\x48\xb1\x4b\xc3\x16\x58\x46\x4a\xf0\x32\x0c\xf9\xf3\xe7\x54\xac\x4b\x91\x70\x8d\x2c\x6e\xe6\xb5\xe2\x0b\x10\x1d\x5c\xe9\x88\x1d\x61\x86\x0d\xb8\x05\x7e\x5e\x40\x20\xa7\xb5\x2c\x54\x76\x0d\xae\x8d\x3f\xb3\x15\x2f\x6a\x9e\xe7\x9b\x21\xa3\x08\x3c\xb5\xc2\x2b\xe4\x67\x88\xb0\x12\x56\x5e\x4a\x79\x05\x01\x25\xb2\xc2\x7f\x24\x08\x22\xf3\x7a\xee\x87\x60\xde\x31\xe7\x89\x60\xc7\x3f\x65\xd5\x32\xec\x0d\xe2\xeb\x22\x02\x94\x41\xc1\xfe\x98\x85\x35\xf7\xc2\x2c\x44\xa2\xa8\x57\x51\x0d\x0a\x52\xf3\xf5\xd7\x0c\x73\xc9\x9f\x9f\x3f\x9b\xb0\xef\xfe\xeb\x4f\xeb\x5b\xd2\x2a\xaa\x15\x07\xe5\x0f\x26\xfa\xf4\x2b\x3e\xa7\x7a\xfa\xaa\x84\x66\xff\xf9\x7b\xd7\x0c\x53\xc6\xb2\x09\x65\xf2\x0c\xdb\x61\x45\xdb\xee\xe9\x93\x6f\x7f\x6f\x1b\xe6\x9a\xec\xb1\x09\xfb\xb6\xa5\x1d\x55\x74\x0d\x7f\xff\x9f\x7f\xb0\x0d\x6f\x5f\x51\xcb\xdf\xb7\xb5\xc4\x9a\xae\xe5\x9f\x9e\xba\xb9\xde\xda\xa6\xdf\xb5\x35\x0d\xab\xda\xba\x7f\xa0\xe4\x5d\xa0\xe7\x64\x13\xf6\xa7\x3f\xfd\x69\x48\xe0\x36\xe9\x42\x4e\xdf\xbd\x7d\x73\x7a\xfc\xb7\xa3\xcb\xd7\x07\x7f\xbf\x3c\x7c\xfb\xe6\x74\x7a\x72\x70\xfc\x66\xca\x26\xec\xec\xbb\xff\xfa\xd3\x50\xc3\x61\x08\x8b\x1a\xc2\x04\x87\x30\xd6\x50\xf7\x04\xff\x85\x29\x2f\xde\x2b\x51\x32\xb5\x16\x49\x36\xcf\xe0\x81\x01\x9d\x77\x4d\xbe\x9a\x4a\x42\x90\x99\x79\x9d\x83\x01\xa5\x12\xe5\xb5\xae\x9f\xa5\x82\xa2\x02\x69\x46\x54\x25\xa2\xe0\x65\x26\x6d\xe4\x57\x88\x40\x47\x5d\x68\x74\x88\x11\x28\x72\x9b\x74\xb3\x99\x96\x3c\xb9\x32\x4f\x1a\xf0\x3e\x03\x13\xba\x11\x4c\xd5\xe0\xee\x3b\xaf\xf3\x7c\x43\x43\x83\x71\x11\x98\x20\x72\xcc\xdb\x01\xe1\x27\x29\xd4\x70\x56\x68\x74\x87\xc0\x69\x36\x33\x35\x44\x5e\xf1\xed\x3e\x55\xf6\x4f\x11\xcc\x59\x0f\xf9\x49\x13\xa6\x8c\x21\xdc\x40\xc6\xcc\xcc\xc2\x04\x63\x31\xd1\xc3\x19\xfb\xfa\x6b\x82\xca\xd7\x5f\x7b\x87\x0c\x16\xe9\xf9\x5d\xff\x74\xfc\xea\x15\x7b\xf3\x76\xca\xaa\x32\x5b\x2c\x44\x09\xcf\x90\xb5\x89\x32\x2e\xdd\xf1\xa6\x98\x4d\x18\xd0\x33\x2f\x05\x4f\x37\x70\xed\xd7\x2b\x91\x9a\x07\x2f\x7f\x8c\x47\xdd\x61\x33\xc3\xf5\xf6\x43\x0a\xb0\x0d\x1c\x61\xfc\x35\x6f\xd3\xd9\x24\xa2\x23\x71\x98\x38\x17\xde\x51\xb5\x4d\xd6\xc6\x51\xa7\x08\x4e\x14\xfb\x11\xf6\x0c\xe1\x94\xf0\x82\xcd\x04\x83\xe8\xae\x26\x2d\x1b\xc6\x24\x65\xa5\xd8\xc1\xad\x30\x6f\x64\xf3\xac\x54\x95\x17\x93\x1d\x23\xb0\xb9\x67\x4f\xea\xfd\x06\x1e\x2b\xa5\xf5\x1b\xa7\xd0\x3d\x2b\xc1\x55\x5d\x0a\xec\xdd\x7f\x5c\x85\x6e\x82\xf0\xb4\xff\x9e\x1d\x74\x31\x02\xa3\x8d\x14\x96\x59\xfc\x71\xfa\xfa\x55\x77\xc4\x53\x82\x32\xc5\x44\xf0\x39\x46\x13\x66\xce\x8b\x72\x1a\x54\xb6\x5c\x4e\xe3\x32\x8b\xea\xed\xf9\x5c\x4e\x5b\xd4\x47\x5c\x43\xd4\xc7\xa0\x81\x7c\x74\x45\x61\xbe\x2e\x1f\xe1\xf6\xf7\xdd\x09\xd6\x3f\xc2\x76\x23\xb8\x03\x62\x24\xfc\x5f\x72\x73\x7b\x4f\xda\xf1\xbd\x4d\x11\xf2\x2d\x77\xf7\xe1\xbe\xeb\x9b\xdd\xd9\x68\xfa\xf0\xc0\xd9\x88\xd0\x3f\x86\xe7\xd8\x30\xc9\x02\x04\x61\x8f\x99\xc6\x7b\x62\xf5\x63\x86\x1a\x8d\xfa\x1f\xee\xe3\xc8\x0d\x9c\x33\x59\xec\x7a\x7f\x3b\xfc\x44\x9d\x06\xe6\x12\x9b\x50\x1c\x85\x26\x0f\x63\x81\xd0\x9e\xe4\xa2\x8b\xeb\xb1\xd2\xbc\xb1\x09\x07\xf6\xd1\xc4\xb0\x9f\x62\x6a\xb3\x80\x37\xdc\x0b\xea\x53\x45\x97\xbc\xc0\xb6\x7b\x46\x0f\x3e\x41\xe3\xe7\x56\xea\xb2\xe1\x02\x20\xa6\x9b\x1a\x7b\xfc\xea\x5e\x10\x76\x6e\x6b\xde\x8b\xd6\xcc\x17\x46\xe6\xc0\x9e\x29\x88\x96\xeb\xde\x4b\x68\xc1\x7e\x8b\x3c\x19\x41\xc7\x90\x0f\xd1\x48\x17\xf8\x5f\x7c\xc1\x74\x9f\xff\xe1\x79\xf4\x58\x6c\x25\x6b\x0b\xfd\x28\x91\x59\xec\xec\x1f\x82\x62\x24\x0b\x94\xd6\x68\xd7\x46\x37\x24\x39\xf4\x4a\xa1\x2f\x97\xde\xd0\x4a\x6b\x27\xf0\x21\x86\x92\xf9\xde\x1f\xdc\x37\x21\x2f\xd9\xd8\x3d\x73\xb2\x61\x0a\x3a\xba\xc4\xcb\x4c\x77\xf2\x97\xd3\xbf\x8f\x42\xb9\xdf\xb3\xf2\xa6\x88\xd3\x65\x74\xde\xad\xa6\x5c\xef\x43\xf3\xe5\x3b\xaa\x3e\x99\x4c\x62\xd2\x69\xf8\xd1\x7d\x1c\x70\xec\x12\x44\x31\xf6\xac\x81\x0c\xbe\x5e\xa8\x14\xf3\xc9\x87\xfb\x50\xe7\x2e\x6c\xe1\x0f\x3d\xf9\x10\xfe\x0e\xaa\x7e\x18\x8d\x46\xb8\x97\x80\xfa\x26\x45\xa8\x57\x67\xf7\xb9\xf9\xbb\x09\x59\x17\xe6\x03\xf7\xb3\xa9\xda\xb3\xa4\x27\x00\x4f\xcb\x45\xd7\x82\x4f\x83\xe8\x05\x2a\xea\xe5\xd1\xc4\xdf\x93\x51\x58\xda\xd4\x5d\x9a\x0c\x80\xfd\x0f\xdd\xa0\xf2\xb3\x7d\xb7\xaa\xf9\xcd\xff\xfa\x69\xa4\x48\x52\xee\x37\xb6\x65\xe8\x93\xdc\x41\x7c\x6d\x9a\x18\xb7\x0b\x51\x05\x4c\x5a\xcc\xc3\xf5\x3d\xae\x8d\xe9\x7b\x74\x21\xcb\xcd\x20\x08\x73\x1b\x72\x1e\x3b\x10\xd7\x14\x82\xfa\x18\x96\x6c\x29\x0a\x96\x8a\x4a\x94\xab\xac\x30\xb2\x41\x1b\xf3\xdc\x1e\x4b\x7a\x1b\x4b\xd2\x96\xa7\xb7\x83\xdf\xa0\x37\x85\x10\x11\xa2\x53\x02\x42\xed\xbd\x6c\x52\xa0\x2d\xbe\x59\x66\xb9\x88\x6a\x8e\xb2\xa2\x10\x25\x8a\x8a\xcf\xbb\xe5\xbd\xb3\x70\x3a\x17\x83\x6e\xf2\x0a\xb1\x9e\x43\x74\x68\xd3\xe3\xee\xee\x92\xb6\x87\x71\x36\x13\xaa\x62\x62\x3e\xd7\xe0\x24\xb3\xb9\xac\x80\x8c\x02\x8a\x52\x05\xde\x88\x5e\x69\x13\x37\xcf\x4a\x79\xa3\x25\xc9\x59\x5d\xb1\xac\xc2\xf0\x70\x8a\xe1\x0e\x40\x9a\x10\xb7\xa6\x91\xa3\x3e\xcd\x73\xd5\x71\x07\xb4\xc4\x9a\xb0\xa2\xa2\x13\x13\x21\x31\xef\x22\xbb\x16\x20\x0a\x72\x13\x99\xce\xc8\xb2\x59\xc1\xe6\x35\xc4\x16\x26\x81\x70\x68\x3b\x23\x31\x52\x13\x68\xc8\xde\x5b\xc2\x9c\xad\xbc\x78\x53\xca\x62\x81\xc9\x48\xf5\xc6\xde\x88\xde\xb5\x93\x09\xc0\x14\x8f\x16\xe5\xd8\xcf\x16\xe1\x27\x7e\xcf\x85\x20\xf0\x3e\xff\xfa\xa8\x25\xe8\x7b\x2b\xa0\xfc\x56\x06\x34\xd1\x53\xb1\x8b\x4c\x4a\x09\x5f\x2d\x6a\xf4\x80\x0b\x29\xd0\xb8\xd3\xca\xab\xc0\x86\x92\x10\x2b\x8a\xeb\xac\x94\xc5\x0a\xa5\xae\x6a\x29\xeb\x8a\x64\x58\xcc\xa8\x61\x00\x1a\x1f\x42\xd6\x63\xdf\xf8\xe4\xa9\x07\x76\xd2\x0d\xe1\x92\xf4\x0b\x9a\xed\xbb\xd1\xc2\x4f\x9b\xec\x97\xa9\x91\xcb\x3f\x1f\xab\x49\x3d\x1a\xd6\x26\x61\x42\x08\xdc\xee\x84\x9e\xc4\xdc\x05\x19\x8b\x9c\x3c\x86\xa4\x09\x0d\x6f\x53\x1b\x59\x79\x5d\x97\x10\x85\x48\xce\xd9\x3c\xbb\xd5\x50\x98\x95\xf2\x0a\x22\xad\xb5\x74\xa6\x29\xa6\xc0\x34\x16\x20\xdd\x41\x20\xf1\x7f\x7a\x79\xbf\x3e\x21\xdd\xde\xe7\x65\xe7\x4c\xf5\xe9\x0d\x3a\xb8\x2f\x51\xa8\x6f\x8c\x09\xad\xcd\xc0\xfa\x0c\xd8\x31\xd3\x14\x65\xe0\xdd\x36\x11\xce\xbf\x4f\x9e\x4d\x4f\x71\x15\x86\x21\x7f\x4b\x31\xaa\xa6\x2f\x85\xaa\x9e\xdb\x9c\x7b\x54\x6d\x08\x63\x8e\xb1\x74\x40\xff\x32\x97\xcc\x07\x2f\xe2\xa2\x3b\x5f\x25\x7e\xfa\xd7\x24\xf3\xe9\x03\x7c\x88\xd7\xb0\x39\x7d\x28\xc7\x1f\xfc\xec\xc6\x57\xdd\x74\x2f\x4a\x91\x4d\xa9\x29\x0e\xa6\x07\x97\xef\xde\x9e\x4c\x0f\x5e\x5d\x1e\x4c\xa7\x27\xc7\x2f\xde\x4f\x8f\x20\x60\x2d\xaf\xf8\x8e\xae\xc8\xf3\x1d\x92\xc5\x43\xe5\xf3\x31\x79\x35\x5b\x8f\x67\x70\xd4\xc4\x16\x6c\xb6\xd1\x07\x10\xf3\xc5\x15\x8c\x57\x55\x99\xcd\xc8\xb9\x76\x4b\xa0\xf9\x4a\x82\xfd\x80\xdf\x53\xd7\x15\xab\x44\xf5\x0e\x2a\x1c\x98\xbe\xfb\x36\xbe\x7a\x97\xca\xc1\x04\xe7\x56\xa2\x72\xad\x5a\x01\x30\x64\xbd\xaa\xac\x45\xaf\x91\x2f\xf1\x83\xc6\xac\x92\x27\x15\xa4\x44\x78\xc7\xcb\xca\xcb\x81\xb8\xdb\x28\x0b\xb4\xfc\xc7\xf0\x7d\x48\xff\x6a\x51\xf1\x00\x32\x51\xba\xf6\x58\xd2\xd2\xe8\x2d\x99\xf2\xc5\x55\xe9\x7b\xfc\x28\xd1\xd1\xc6\xff\x8c\x89\x9d\xfd\x76\x90\x1a\x62\x2a\x5d\x62\x16\xd7\x30\x2e\x0a\x11\xe1\x50\x16\x9a\xc5\xa2\xbc\xc1\x18\x13\xd1\xa8\x48\x13\x5e\x30\x48\xb2\x42\xb2\xb3\xc9\xb5\xb9\x80\xd0\xfc\x23\x76\x7a\x95\xad\x15\xf8\x76\xa3\xfd\xd4\x06\xaf\xbb\x76\x4a\xd5\x82\x06\xd0\x37\xa6\xa7\x70\xcf\x4b\x7d\x04\x0e\xfb\xd8\x00\xf5\x47\x1c\xc5\x48\x30\x3e\xff\x05\x8e\x17\x7e\xb2\x0f\x3a\x3a\x30\xc2\xa1\x52\x7d\xdd\xf7\x30\x86\x2e\x1a\x9c\xdc\xfd\x4b\xc0\xc1\x0e\x92\x44\xac\x2b\x54\xfb\x82\x3b\x81\xb1\xf0\x74\xde\x19\x46\x2f\x09\xdc\x6b\xc2\xf3\xa4\xce\x39\x9c\x42\x4c\xfc\xf1\x49\x60\xd5\x8b\xd6\x80\xf8\x15\x40\x65\x1f\x3f\x77\x33\xe0\x16\x76\xf6\xed\x01\xba\xfb\x29\x88\x7d\x65\x22\xac\xd1\x33\xa7\xb1\xd1\x36\xe5\x9c\xe1\x90\xfb\xf8\x7d\xcc\xce\xf4\xbf\x48\x30\x83\x7c\x49\x42\x0d\xe9\x0a\x52\x20\xbf\x36\x4e\x74\xdf\x0e\xe2\x6b\x26\xa9\x09\x05\xa5\x75\xa9\x98\xb0\x4b\x4c\x0e\x1c\x1f\x22\x6b\x9f\x0b\xf9\x79\xec\xb0\x83\x20\xdd\xa7\x31\x04\xa2\x8e\x30\x3c\x33\xf3\xe8\x52\xbc\x73\xb2\x08\x73\x4d\x6c\xc9\x1d\xf1\xf0\x44\x11\x2d\x79\x22\xdc\xd6\x78\x49\x22\x9a\xc9\x11\x0d\xc9\xe5\x69\x0a\x9d\xbc\xd2\x9c\x43\x21\xca\xbe\x97\x4d\xc0\x59\xcf\x51\xa7\x83\x28\x45\x0c\xf4\x69\x7a\xc2\xb4\x52\x9f\xd6\x19\x82\x2a\x4a\x33\xd0\x12\x11\xda\x42\x11\x74\x4a\xf3\x02\x55\x32\x07\xa5\xb1\x04\x8c\x32\x39\xb2\x9b\x92\xaf\xfb\x76\xb7\xaf\x79\x89\xe8\x85\x4a\x2f\xc0\xb8\x7e\x1c\xd0\xd9\x30\x95\x6d\xa1\x8d\x75\xe3\x46\x5c\x63\xbc\xfc\x75\xd1\x59\x76\x81\x88\x4d\x51\x9f\xb3\xe0\xc2\x77\xb3\x2b\x3c\x63\x9a\x83\x72\x41\x19\x1f\xad\x20\x4e\xef\xe2\x0d\x68\xe8\xc9\x68\x96\x51\x81\x10\xf1\x8f\x3a\x2b\x45\xbf\x07\x4f\xd0\xf0\x15\x33\x05\xb8\x44\x00\xa2\x48\xb4\x8c\x64\x52\x18\xd8\xe1\xf1\xfb\xfb\x93\x63\x2b\xd2\x43\x9d\x91\x99\xe3\x3a\xe7\x89\xe8\xef\xfe\xc7\xef\x0f\x76\x17\xd9\x90\xf5\xc6\xbd\x66\xd9\xb7\xdf\xed\x2e\x86\xac\xf7\xbb\xb6\xa2\x43\x6c\x36\x6c\x2b\x7b\x02\xcd\xbe\x69\x29\xfa\xc3\x0b\x6c\x76\xd6\x56\xf6\x12\xcb\x2e\x7a\x0d\x5a\xfe\xa2\xce\xf2\x94\x71\xf6\xfe\xe4\x55\x98\x9c\x12\x38\x18\x97\x95\xb2\x48\xe3\xac\x73\x1f\xf0\x34\xdd\xb1\xba\xcc\x81\xbb\x9d\x71\x65\xfd\xcb\xf4\xb7\xbe\x18\x2d\x46\x43\x88\x29\x3f\xde\xdd\xbd\xb9\xb9\x19\x2d\xa4\x5c\xe4\x62\x94\xc8\xd5\x20\xe8\x09\x09\xc3\x1d\x3b\xc3\x41\x2f\xa0\x3b\x37\x81\x99\xa0\x79\xd1\x3b\x91\xe5\xa9\xed\x14\xc0\xed\x4a\x96\x60\x5f\x9c\xea\xc1\x89\xea\x6f\xc1\x7f\xbd\xee\xf7\x27\xaf\xfa\x75\x99\x0f\x69\x2c\xf3\xef\xa9\x28\xf1\xc9\xc7\x18\x9a\xec\x7e\x8d\x8c\x2b\x2b\xe4\x0e\x54\xd9\x29\x05\x06\x50\x1f\x3f\xc1\x87\x66\x30\x98\xc3\xd6\x71\x56\xd4\xba\xcc\x7d\x7a\x07\xe1\xd0\xcd\x00\xe9\x3b\x68\xb2\x67\xba\xe8\x18\x9f\x35\x5a\x60\x0c\xd9\xa0\x2e\x35\x1e\xf8\x02\x31\x18\xbb\x6b\xdc\x1e\x65\xea\xfd\xc9\xab\x53\xc1\xcb\x64\x89\x3d\x98\xea\xf7\x0f\x31\xaa\x24\xe5\x88\x18\xb4\x08\xdb\x90\x34\x84\x23\x74\x6d\x4a\x69\x86\xe7\xcc\xc6\xf7\x37\xf0\xf5\x98\x5b\x1a\x4c\x1f\x1d\x8c\xca\x1e\x5a\x1f\xc6\xa9\x42\x48\xdd\x6f\x3e\xf7\xbc\xfc\x1e\xdb\xdc\xa0\x42\x55\xa1\x01\x05\x12\x2e\x7d\x68\x83\xc6\x57\x62\xc3\x26\xf0\xbf\xdf\xb0\xde\xd9\x45\x2f\x36\xaf\xf6\xaa\xc2\x3c\xd8\xd9\x35\xcf\x2f\xda\x06\x0b\x57\x0f\x4b\xb4\x4b\x87\x10\x98\x7f\xd3\x4c\x4f\xff\xba\xe1\x80\x60\x66\xf8\x92\x57\xba\x38\xb2\x05\xbc\x66\x13\x76\x3d\xaa\xe4\xf1\xe9\xdb\x60\x47\x82\x59\xfa\xdd\x98\x3c\x27\x6d\x1d\xfd\xe5\xf4\xed\x9b\x11\x1e\xa0\x6c\xbe\xe9\x5f\xb7\x1a\x16\x32\xdc\x5b\xbc\xdf\x89\x20\xc2\x66\x7d\xc3\x7a\x93\x1e\xfb\xc6\x12\x49\xdf\x2c\xd9\xd9\xf1\x5a\x74\x68\x47\xae\xca\xdc\xf7\x8f\x7b\x01\x4f\x00\x82\x67\xd4\x22\xb8\x84\x96\x5c\x2d\xb5\x1c\x75\x4c\xf9\xd8\xea\x32\x1f\x41\xc6\xb4\xb7\xf3\x7e\xef\xff\xe9\x99\x09\x50\x2a\x00\xaf\xea\xa3\xc9\x84\xed\x3c\xf5\xd3\x42\x97\x39\xb5\x57\x79\x96\x88\xfe\x93\x61\xd8\x79\x43\x43\xa6\x1b\x7c\x33\x61\xfd\x60\xc8\xfd\xde\x00\xd0\x72\xe7\x29\xdb\x67\xbd\xfd\x1e\x1b\x33\xbd\x26\xf6\x4d\xfb\x51\x0f\x59\x1f\x24\x10\x74\x69\xed\xee\x32\xb5\xcc\x56\x70\x7b\xd6\x0a\x08\x71\x29\x21\x1e\x7b\x56\x18\x65\xa0\xcd\xd4\x03\xdf\x27\xac\x41\xe5\x28\x19\xe2\xee\x2e\x4b\x78\xb2\x24\x3d\x06\xe8\x84\x84\x66\xbc\x29\xeb\x60\xa6\xd8\xba\x14\x4a\xf3\x4e\x4a\x22\x87\x5d\x69\x01\xbc\xac\x8b\x42\x94\xc4\x73\xab\xaa\x9e\xb1\xac\x82\xce\x30\xa6\xfd\xac\x14\xfc\x8a\x81\x27\xa3\x1a\x31\xf6\xa2\xae\xd8\x8d\x60\x85\x40\x5b\x01\xcd\x30\xb0\xac\x42\xb5\x57\x55\x6e\x48\x1d\x4a\x2a\x4e\x28\x51\xd0\x19\x26\x92\x01\xfd\x18\xde\xd1\xa8\x9f\xa2\x58\xfb\x5a\x94\x48\xa5\x50\x7a\x40\x52\x69\xf1\x62\x43\x33\xd7\xc3\x1e\x57\x3d\xe0\x7e\xc1\xfc\x03\x3a\x74\xa4\x5d\x24\x1c\x5e\x88\xcb\xcd\x2e\x8c\x2e\x14\x4b\x85\x66\x96\x56\xd9\x3f\x41\xcf\x91\x88\xb2\xe2\x99\xbe\xc9\x17\x59\x21\x30\xaf\x8e\x06\x29\x42\xcb\x05\x8e\xdd\xf3\x3f\x1f\x7a\x56\x94\x21\xa3\x40\x6a\x3b\x6c\x27\xeb\xaa\xef\x45\x05\x0f\x95\x85\x3d\x2f\x68\xd6\x92\x2b\xb2\x82\x00\x35\xbc\x4b\x56\x74\xd7\xec\xda\x1f\x9b\x6d\xe9\xde\xb7\xf4\xdc\x3a\x80\x97\x71\xa5\x5d\x7f\x4e\xc6\x97\x48\x75\xbd\x59\x03\xf1\x35\x8d\x7b\x0d\xcb\xe9\x18\x82\x41\x68\xd7\x7b\x1c\x70\x5a\x5b\xc7\xb0\x6d\x12\xa9\x0e\xcb\xe9\x87\xf7\x75\x77\xdf\xf2\x03\xa8\x3e\x08\x00\xc1\x7e\x4d\x82\x0e\x1e\x08\x84\xa8\x87\x16\x3c\xf8\x44\x48\x3c\xb8\xc3\xbb\xf3\xe2\x8e\xf5\x07\x03\x0f\x0b\xcb\xba\x30\xe6\xc3\xf3\xba\x08\xf4\x83\x4d\x30\x4f\xfc\x2d\x8f\x9c\x6e\x0a\xcd\xa3\xe5\xa4\x07\x07\x1e\x1f\xce\x3f\x2f\x04\x53\x59\x55\x63\xb0\xf9\xf8\x36\xf7\x83\x03\xcf\xeb\x82\xac\xc8\xbd\x75\xef\xee\xea\xa9\x78\x48\x7a\xc3\x81\x70\xf0\x6b\x9e\x81\x89\x2e\xbc\x9e\xdc\x70\xc5\x72\x6e\x1e\x2e\xf4\x61\x70\xab\x68\x5f\x46\x8c\x2f\xe0\x47\x15\xd7\x04\x7f\xaa\x8e\x05\x3f\xf4\x34\x3c\x70\x9d\x11\x86\xc2\xf3\x8a\xc9\x7b\xad\xe4\x4a\xcc\x64\xba\x81\x53\xaf\x92\x52\xdc\x98\x8c\x68\x1e\x5c\x34\x18\x0a\xc9\x8e\x47\x47\x23\xb6\xe2\x69\x5a\x08\xd5\x84\x76\x3c\xe9\x78\x2e\x88\x64\x7d\x31\xd8\xe6\xa8\x01\xb3\xfb\x09\x66\x27\x40\xa3\x9e\x15\x38\xac\x9e\x02\x64\xb0\x05\x85\x30\xcc\x16\xe8\x93\xb8\xe6\xb9\x48\xf5\x45\x04\xd5\x0c\xed\xaf\xca\x9a\x54\xeb\x74\x69\x39\xb5\x7d\x61\xe2\x41\x20\x52\xe5\x9b\x70\xfc\x8e\xd5\x60\xa2\x1c\xc8\x22\xc9\xc2\x85\x75\x2e\x8e\x56\x03\x39\x77\xb9\xa2\x54\x4d\x80\x51\x7a\x12\x99\xbe\x88\xb8\xc9\xd1\xa6\xe5\x1f\x58\x00\x5c\x9e\x2b\x3d\x79\x30\x41\x6b\xae\x40\x5f\xf0\x3d\x2d\xc0\xf6\x86\x6c\x29\xd7\x68\x7f\x89\xf9\x4f\xd0\x48\xda\xd8\x52\x3a\x9b\xb9\x8c\x54\x60\x48\xf6\xb9\xe9\x50\x68\xda\xff\x09\x8b\xd7\x83\xb6\x2e\xde\xe3\x74\xc2\x5b\xa8\xac\x0b\x9f\x50\xf4\x35\x77\xe4\x09\x27\x8e\x0e\x1c\xc6\x94\xd2\xa7\x7c\x5f\x84\x16\x24\x2d\xf3\x68\xa3\x06\x01\xcd\xfe\x5c\x7a\xd0\x58\x4e\xdb\x75\xec\x88\xc2\x61\xb0\xd8\xc7\x8f\xbb\x57\xff\x29\xb7\xc4\x83\x17\xfe\xaf\x24\x0f\x6d\xe8\xb0\xd7\xb8\x85\xfe\x15\x14\xe2\x4b\x91\x08\x7f\x45\x3e\x91\x08\x17\xd7\xbd\xc0\xff\x15\x54\x62\xd4\x98\xef\xa9\x5c\x09\x9b\x60\xd2\xce\x0b\x66\x93\x66\xf3\xb9\x40\xe3\x93\x3a\x17\x0a\xe6\x12\x1c\xab\x6b\xe5\x61\xcf\x27\x81\x16\x49\x50\x0b\x68\x03\x12\x04\x44\x48\x33\xe0\x18\x29\x95\xf4\x0b\xfa\x43\x5a\x72\x34\x59\x71\x4e\xe9\xc0\xa8\xa3\xb5\xc7\xff\xab\xab\xef\x79\x4d\x8d\x98\xb8\xf3\x34\x64\xdc\x21\x39\xf4\xfb\xf5\x1b\x71\x5b\x4d\xb3\xe4\xaa\x1f\x50\xb4\x47\x76\x10\x38\xe1\x5e\xd7\xdd\x1a\x07\x9a\x7f\xcb\xf4\x2c\x9d\xf4\xfa\x89\x95\xe9\xfa\x3f\xb3\xd4\xa0\x5e\x02\x0f\x2e\x7d\x28\x1b\x74\xd8\x25\xb0\x96\xa5\x7a\x53\xd2\x63\xff\xa3\x6b\x50\x98\x2f\x0c\xe5\x5b\x84\x84\x69\x51\xfd\x3a\x3e\x98\xcc\x5a\xef\x05\xca\xb5\xcb\xe5\xc3\x26\x3e\x4b\x19\xed\x82\x99\x81\x07\x44\x93\x59\xd1\xf6\x93\x8b\x82\x4d\x98\xbf\x1e\x6a\x04\x66\x3f\xfd\x5c\x14\x21\xb9\xf5\x80\x69\xda\xed\x35\x61\x7e\xe6\x3b\x72\x92\x01\xd1\x37\xdf\x78\x60\x7d\xc6\xe2\x9e\xdb\xb6\xb5\x51\x21\x9e\xc2\x99\xeb\xf2\x62\x54\xd6\x45\x3f\x0c\x41\x17\xa8\x5f\xee\xee\xdb\x5f\x06\x5e\xb5\x1d\xe0\xa0\xd6\xd1\xfa\xbd\xf0\x21\x1d\x98\x1a\x5f\xf8\xb4\x6f\x56\x7b\x4c\xba\x87\x51\x41\x7b\xe6\x6b\x56\x03\x11\xe1\x41\x2f\x06\x6c\x87\x3d\xf5\x55\x36\x8d\xf2\xe7\xec\x69\x00\xd4\xe0\x69\xe1\xa9\x7d\x5a\x88\xf2\x4a\x86\xef\x0b\xf8\x1f\xbe\x32\xe8\x01\x3b\x5e\x1a\x42\x2a\x64\xc1\x8e\x0a\x30\xbd\x84\xe3\x4a\xac\x90\x25\x86\x47\x07\x7f\xde\xfe\x06\x00\xbb\xf0\x14\x42\xce\xb4\x9f\x10\x87\xff\xee\x64\xf9\x87\xcf\x68\x70\xae\xff\xc8\xf2\xec\x4a\x80\xae\x26\xcd\x92\x2a\x73\x59\xfe\x94\x77\x3c\xfd\x69\x95\x7c\x13\xe6\x25\x9b\xd7\x05\xee\xd0\x9e\xf7\x11\xea\x01\x10\x4a\xbe\xc1\x8d\xd5\x9d\x78\x79\x9e\x4b\xd3\xac\xa1\x29\xa0\x4e\xe9\x19\x06\x2f\x4a\xd7\xe9\x80\xd4\x59\x06\x4b\xaa\xac\x82\x44\xd2\x3d\xd2\x5f\xf5\xbc\x32\x63\xdf\x66\x0f\xb9\x29\x10\xc5\xb5\xd1\x64\x99\x4f\xbc\x5c\x5c\x9b\x63\x6a\xbe\x99\x1b\x75\xc2\x7a\xbd\x3d\xb0\x43\x59\xad\xab\x8d\x79\x3a\x35\xce\x2b\xac\x14\x0b\x71\xbb\xa6\xc4\x8a\x8d\xd6\x9e\xce\xcc\xae\xb6\x90\x12\x5e\xbe\x02\x7c\x87\x81\x74\x89\x3f\xab\x34\x35\xcf\x74\xcd\x42\x88\x26\xd7\xfc\x3a\x9f\x37\x3f\xe2\xb3\x5f\x77\x57\x58\x7e\x90\xe7\xa6\x8a\x6a\xd6\x11\x2b\x88\x5c\x14\x7d\x5d\x97\x62\x2d\x8a\x2d\xb3\xa4\x0a\x6f\x8b\xa4\x65\x7c\x57\x2d\xf7\x06\xf6\x92\x15\xf3\x95\x26\x79\xe6\xca\x3f\xbb\x60\x01\xc8\x66\x99\x09\xaa\xd0\x68\xd2\xa1\xc4\x8a\x5b\x66\xa8\xc6\x52\xf5\x7a\x2d\xcb\xca\xe8\xb0\x82\x99\x25\x37\x69\x8c\xa9\x66\x3e\xbd\xdd\x1e\xf3\x91\x28\x59\xa6\x59\x19\x54\x4e\xb3\xf2\xfe\xc9\x60\xb3\xce\xa9\x98\x6a\xf5\x8a\x2b\x9f\x1a\xfa\x33\x79\xb2\xc7\xba\x5e\x26\xad\xd3\x20\x58\x72\x33\x5e\xe0\xf0\xce\x50\xd2\x39\x12\x26\xb2\x98\x67\x8b\x21\xf2\x73\xa0\x2e\x1d\x52\x76\x4d\x30\xd8\x13\xa3\xc6\x3b\x1d\x74\x75\x47\x0d\xa6\x4b\x41\x7f\x55\x92\x1c\xa7\x02\x93\xa5\x0f\x6f\xe9\x2d\x0e\xc7\x81\xfa\xf8\xe7\xa8\xf5\xf1\xef\x4c\xcf\xe0\xc2\xeb\x16\x14\xb8\x7d\x4d\xa1\xc5\x2d\x5f\xad\x73\x31\x64\xbd\xa3\xc3\xb7\x6f\xde\x1c\xbc\x78\x7b\x32\x3d\x7a\xd9\x1b\xb4\x8f\x77\x46\xb1\x07\xb0\x2f\xfa\xd1\x59\x15\xd7\x6a\xea\x7a\x2b\xf7\x1e\x07\x69\xdd\x76\x6a\xa3\x7b\x1f\x05\x45\xb1\xe4\x45\x42\xe9\xe6\xa1\xcd\xd0\xc2\x1b\x21\x4d\xf3\x1a\xda\x41\x09\x73\x70\x00\x82\xd9\x84\x1a\xd9\x67\xbd\xc4\x37\x3d\x37\x55\xc1\xe0\x34\xb1\x16\xac\xc8\xde\x60\x21\x8d\x42\xcf\xd4\x68\xd9\xe6\xca\x70\x60\x67\x08\x2b\xbc\xd2\x4c\x1d\xdc\x66\x52\x21\xf6\x04\x8c\x13\x96\x57\xf2\x2f\xa7\x6f\xdf\xf8\x6b\xc6\x2f\xfd\xf8\xd5\xd2\x37\xed\x3b\xad\x78\x91\xf2\xd2\xc6\xc0\x59\x09\x85\x59\x65\x81\xe4\xd3\x2f\x6b\x54\x5a\x80\xa9\x05\x14\xe9\x3f\x87\x5e\x47\xaf\xb3\xa4\x94\x4a\xce\xad\xb0\x90\x92\x61\x20\x24\x81\x80\x26\xde\x17\xd7\x23\x44\x69\x30\x7d\xfa\xe1\x21\xb1\x57\xf9\xcf\x2c\xcf\xb9\xf9\x32\xcf\x72\xf1\xc6\xcd\xc1\xfc\xb4\x2d\xf2\xac\x10\x6f\xfc\x1e\xdd\x07\x5b\x27\x91\x79\xbd\x2a\x82\x5a\xfe\x27\x5b\x4f\x55\x60\x42\x62\xfc\x0d\x92\x2b\x7f\x5e\xb0\x13\xae\x47\x8d\x11\xb6\x2f\xc0\x29\x57\x96\x0a\x5b\xe2\xb9\x1b\xa8\x8a\x57\xb5\xa2\x12\xbb\xef\x26\x68\x84\x45\x7b\xac\xc6\xf6\xdb\x3f\x8f\x81\xdd\x23\xbe\xa2\xe9\xab\x20\x28\xb7\xe8\xaf\xb1\x99\xc0\x27\xed\x0a\x2f\xf9\xb0\x52\x22\x4b\xb1\x8b\x65\xb6\x6a\x22\xe5\x55\x26\x9a\x1d\xa2\x21\x99\xda\xa5\x72\x5b\xdf\x3c\xd5\x77\x36\x30\x15\xc2\x16\xdf\xd7\x79\xfe\x8e\x43\x34\x2f\xd7\x8c\x66\x14\x54\xb0\xcd\xe0\x65\xf6\x47\xc1\x53\xbc\xe2\xda\x07\xf3\x2b\xd9\x96\xf8\xba\xce\x57\xe2\x6d\x99\x2d\x20\x30\x48\x7b\xe3\xa8\x9e\x03\x09\x98\x45\x9b\x53\xdb\x98\xae\x57\x6c\x9b\xa4\x26\x06\x7f\x58\xdf\x7c\xb6\xf5\x0e\x4d\x70\xa4\xa0\x57\xf8\xb8\x8b\x65\x64\xf7\xd2\x4d\x16\x6f\x97\xe5\x41\xca\xd7\x95\x28\xfb\x88\xb9\xa1\x3d\x8c\xbe\x2d\xdf\x95\x72\x95\x29\xe1\x9e\x95\xd2\x4c\xad\x79\x95\x2c\xff\xbe\x2c\x4f\x90\x86\xf5\x4b\x01\x49\xae\x35\xed\xd4\x74\x3c\x90\x11\x88\xce\xbd\xe4\x10\x9b\x8e\x2e\x9c\x94\xdb\x10\x76\x5e\x1d\xb7\x41\x54\x6d\x89\x1f\x82\x9a\x78\x06\xc8\xc1\x90\xea\xf9\x5f\xbd\xca\xb2\x38\xa4\x0c\xdd\xc6\x70\xc9\xae\x41\x16\x9e\xb0\x6b\x48\x39\xf4\x85\x00\x9c\xca\xab\x58\xd2\x6c\x14\x8f\xea\x42\xd5\x33\x4d\xd4\x66\xa2\xef\xc6\x6a\x8d\xe2\xe5\x0d\xa0\xb2\x45\xc1\xf3\xb6\xbe\xb1\xa4\xd5\x4a\xac\xc7\x67\xb2\xac\x7a\x43\xd6\x31\x0e\x8b\x03\x68\x1a\x3b\x81\xef\x65\xb9\xd2\xb0\xef\x7b\xfb\xe0\xdb\x0c\x50\xa0\x98\x70\x07\xce\x8c\xc3\xc3\x8e\x86\x68\xef\x02\xd8\xef\x57\xe4\xb7\x64\xf8\x7a\x25\x2a\x46\x01\x94\xdd\xd0\xde\x6e\x92\x60\xf8\xf7\xd7\xaf\x7e\xac\xaa\xb5\x41\x95\x81\x1f\xb6\xec\xc7\xe9\xf4\x1d\x9b\x71\x95\x25\x8c\xd7\xd5\x52\x14\x55\xe6\x9c\x58\x03\xa0\xe9\x62\x6f\xd6\x40\xbb\x94\x28\xc1\xbc\xdd\xa2\x81\xae\x34\xb2\x9f\x3f\x7e\xd4\x82\x83\xdf\x62\xcd\x95\xba\x91\x65\x1a\xb5\xb0\x9f\xf7\x59\x5d\x08\x95\xf0\xb5\xe8\xb7\x58\x82\xb5\x35\x19\x0c\xd8\xd8\x1f\x25\x04\xe3\xe8\xa0\xae\x96\xb2\xcc\xfe\xc9\x29\xa0\x5a\xef\x05\xac\xb5\xc7\xbe\x61\xb3\x4a\xf2\xbe\x9d\xeb\x37\xac\x37\xd6\x5f\x6d\xbf\xb1\x6d\x82\x9e\xfe\xdc\x91\xbd\x80\xca\x99\x99\xcd\xb8\x12\xef\x4f\x5e\x19\xc6\x66\x54\x97\xf9\xc0\x86\x43\x43\xa6\x4b\xae\x45\x61\xaa\xa3\x87\xc2\xa8\x92\xef\xd7\x6b\x51\x1e\x72\x25\xfa\x83\xa1\xb3\x9e\x32\xa3\xd9\xee\x8c\xa5\x4f\xf0\xd3\x33\x68\x1a\x32\x13\xe9\xcd\xee\xef\xa9\x30\xae\x2a\x88\x11\x46\x49\x94\x15\xec\xf5\x69\x38\x33\xa7\x3f\xa2\xfe\x2b\xef\x3d\x3e\x38\xbb\xb2\xc8\x25\x4f\x45\x91\xc6\x07\xf8\x11\xf5\x75\x8f\xd9\x90\xbd\xc5\xdf\x95\x62\xcd\x4b\xe1\x3b\xd3\x08\x1f\x5d\xcc\x37\x47\x96\x7a\x0b\x51\x1d\xe4\xc6\xd5\xca\xde\x15\x7a\x3d\x66\x89\xfb\xc1\x5d\x63\x4e\xdd\xa8\xb5\x61\x1f\xd0\x27\x08\xf9\xea\x8f\x4b\x24\xf3\x51\x40\xf3\x3e\x7e\x8c\x68\xe0\x64\xc2\x7a\x95\xb8\xad\x7a\xba\xa8\xa5\xec\x17\x25\x8b\x1e\xdb\xf7\x21\x82\x53\xb2\x55\xc5\x6d\xc5\xc6\x8d\xcf\xad\x53\x0a\x1d\x92\x35\x15\x1f\x07\xd3\xf5\xfc\x29\x0d\x8b\x63\xfa\xc5\xdf\x8d\x0a\x53\x70\x02\x0f\x2b\xe9\x6f\x5e\x45\xba\x05\xc6\xf1\x86\x0c\x63\x02\x3a\x66\x11\xfb\x65\x17\x6b\x47\xb0\x78\xe0\xb9\x9a\x22\x13\xe3\x2e\xb8\x4b\xba\xce\xfa\x60\xbf\x1e\xfb\x08\x7a\x25\x9e\x62\x09\x2f\x14\x87\x66\x9e\x55\xd8\x25\x5e\x8a\x5a\xea\x88\xfa\xb2\x9f\xb7\x76\x64\xe5\x11\x6f\xca\x94\x38\xba\x60\xf5\x3a\x5e\x99\x47\x7d\x5b\x32\x4e\xeb\x73\xd2\xb3\x27\xc8\xc7\xdc\xd0\xe7\xe7\xbd\x12\xee\xa0\xe9\x56\xf6\x85\x2d\x1a\x67\xe4\x6a\x4d\x5c\x8b\x0e\x4d\xb6\xbe\x45\xe0\x46\x03\x3d\x1f\x86\xee\x40\x47\xf7\x4a\x32\xb1\xaa\x73\x48\x9c\x6a\x3a\x69\x8e\x04\x2d\xa0\x41\xb2\xe4\x05\x04\xff\x71\xae\x54\x10\x21\xec\x95\xe4\x01\x5d\x08\x29\x03\x9e\x1e\x83\xe7\x3c\xdd\x60\x00\xa7\x47\x93\x09\xfb\x2e\x52\x28\x46\x74\x23\x0a\xfe\xb7\xbb\xeb\xcb\xb2\xc8\x6a\x8b\x94\x69\x02\xa6\x25\xf6\x1b\xc1\xd2\x2c\x2d\x7a\x15\x38\xfb\x72\xbb\x85\x43\xe3\xa5\x0b\xde\x0e\x41\x77\x38\xfd\x94\xcd\x36\x4c\x16\x28\x6f\x67\x85\xaa\x04\x4f\x83\x6a\x3f\x65\xd5\x52\x57\x60\xe2\x36\x11\x24\x5d\x59\xea\x0a\x8e\x73\x0a\x43\xb7\xe4\x62\x0c\xd1\xd8\x64\x22\xf3\x21\x26\x0b\xa3\x8b\x5b\x05\x1d\xfa\xf9\x1e\x48\xae\xe0\x8a\x3d\x01\xdb\x7a\x56\x2d\x65\xbd\x58\x9a\x27\x2e\x17\x4f\x28\xc6\x39\xe3\xae\xed\x1f\x62\xa0\x3e\x4f\x40\x4d\xda\x8f\x69\x8b\x66\xf9\x1f\x3f\x6e\x90\x9c\xf7\x27\xaf\x9c\xe1\x1d\x2c\x81\x8c\xef\x9e\xc4\x56\x8e\x6d\xbb\xe3\x2d\xca\xe1\x09\xc1\x15\xf4\x3b\x09\xcf\x21\x02\xf9\x4c\xcc\x65\x29\x2c\x98\xf5\xff\x15\x95\xb5\xac\x82\xea\x3e\x6d\xd9\xdd\x65\x4a\x42\x3c\x25\x4c\xcb\x01\xc1\x4c\x1c\xd6\x53\xce\x8a\x42\x53\xd1\x5e\x95\x25\x57\x3d\x8f\xc4\x39\x53\x0b\xdb\xc0\x3b\xdb\x2d\x2e\xba\x18\xe7\xce\xf2\x58\x66\x6b\x91\xeb\xcc\x91\x8f\xe8\x73\xc5\xe4\x1a\x5c\xcf\x41\x0d\x4a\x51\x54\x82\x4a\x83\xe8\xde\x2f\x80\x7f\x6c\x9e\x97\x03\xfd\xf9\x33\x2f\x52\x77\x3e\x81\x90\x79\xa2\x4c\xbf\x47\xec\x1e\x83\x61\x45\xda\x73\xda\x96\x50\x65\x64\xf5\x2e\x83\x5f\x45\xde\xf6\x9a\x20\xcc\xe5\x0d\xcb\xc5\xb5\xc8\x59\x21\xaa\x1b\x59\x5e\xe1\x29\x55\x31\x60\x04\x89\x66\x11\x60\x70\x1d\xb1\xa7\xb7\x79\x6d\x25\x5f\xd2\x2c\x4d\x35\x2d\x2b\xe5\x8a\xd5\x4a\x1f\x5d\x8f\x3f\xf6\xda\x99\x41\x08\x81\x20\x60\xf6\x3c\x2b\xc1\xa0\x97\xce\x56\x30\xc7\x6d\x80\x7d\x43\x15\x51\x64\x74\x60\x45\x4d\xfd\x6f\x05\xcc\xca\x7f\x09\x76\xb0\x73\x4c\x5b\x04\x3d\x83\xf5\x11\xcb\x4e\xf5\x61\xee\xaf\x51\xb9\xd4\x60\xf8\xd8\xbe\x3e\x46\x94\xe5\x65\x0e\xbc\x72\x54\xe1\x1b\xd6\x5b\x29\x20\x80\x22\x15\x29\x58\xe4\x9a\x22\xfb\x31\xe0\x5e\xaa\x92\x17\x2a\xab\x30\xd5\xad\x1b\xcf\xff\xfa\xf1\xa3\x15\xbb\x83\x82\xbd\x16\x01\xae\x65\x15\x6d\xd1\xb6\xb7\xae\xd2\x2f\x6c\x32\xa7\x2d\x1b\xbf\xb5\xfb\x06\x27\xe4\x7d\xf0\x57\x33\x4a\x72\x5e\x66\xf3\xcd\xd4\xeb\x42\xc3\xfb\x68\x7a\xfc\xfa\xe8\xe5\xdb\xf7\x53\x00\x66\x78\x40\x1b\xbc\xd4\x97\x43\xae\x83\x34\x65\xb7\xaa\x9c\x13\x87\x67\xbf\x43\x3c\xb0\x4c\xe1\x41\xd1\x0c\x91\x86\x7e\x59\x17\x05\x46\x45\xd0\x57\x11\xe9\x2d\x2d\xa1\xf4\xfc\xef\x47\x4e\xfc\x40\xd5\xba\x26\xd8\x1b\xd0\xee\x63\x20\x02\xb4\x48\xe1\xec\x46\xcc\x98\x3e\x4b\xa2\x1c\x32\x64\x47\x92\x6a\xa7\xe0\x55\x76\x6d\x62\x13\xf8\x82\xb4\x51\x95\xbe\xc0\x11\x8f\x8a\xeb\x7e\xe4\x27\xdd\xba\x1c\xc4\x40\xfd\x19\x1c\x03\xd8\xc4\xa2\xd1\x4d\x56\x2d\x0f\x4b\x01\x9e\xc8\x3c\x07\x57\xba\x48\x89\x64\x65\xb0\x01\xda\x1c\x61\x3b\xdd\xd7\x21\x28\xd2\xc0\xd3\x75\xdf\xdf\x7b\x50\xaf\x01\x6b\xd3\x6f\xad\x3d\x60\x63\x57\x3d\x0c\xcf\xe7\xd0\xdc\x4e\x36\xa2\xff\x81\x86\xc0\xeb\x1e\x3f\xbd\x21\xa7\x6e\xdb\xba\x53\x3d\x41\xa0\x22\xb6\xde\xf8\x21\x05\xd8\x03\x6c\x2a\x44\x41\xf0\x06\xed\xe0\x56\x43\x8f\x8c\x70\x9a\xc3\x28\x60\x9f\x57\xd6\xe6\x9e\x12\xd8\x06\x07\x8a\xab\xd0\x31\x45\xef\xc6\x95\xd8\x8c\x2a\xf9\x4a\xde\x18\xd9\x19\x2b\x25\xa4\x38\xd1\x9d\xc4\x36\xc4\x70\x85\xac\xe4\xb5\x60\xbe\x7a\x45\x8f\xa9\x25\x29\x8d\xf1\x76\x08\xbf\x59\xbb\x8a\xe6\x4a\x6c\x2e\xee\xb1\x38\xde\xdd\x65\x6f\xad\xf1\x10\xb7\x20\x6f\x85\x78\xb0\xc9\xa3\x06\xb0\xae\xc4\x66\xc8\xae\x79\xde\x1e\xa3\xba\x2d\xd8\x88\xde\xe2\x18\xc5\x2b\x69\xa9\x42\x36\x07\xc7\x02\xdf\x34\xef\x91\xf5\x67\x32\x50\xe8\x38\x2a\x83\x20\xd0\x07\xce\x38\x1e\x6a\xc2\x1e\x3d\x6a\x6f\xdd\x31\xd7\x40\x72\xde\x3e\xd1\xa0\x2a\xf0\xb1\xde\xef\x47\x56\xe8\x6e\x99\xe5\x83\xd5\x97\x2d\x3c\xe1\xba\x94\x8b\x12\xdc\x45\x9a\x33\x32\xe6\xec\xd8\x9f\x2c\x5e\xca\x1b\xe0\x37\xdf\x99\x36\x9d\xb6\xed\x66\x66\x0d\x27\xd7\x9e\x19\xcf\x32\x19\x2d\xfd\xb6\x6d\xfc\x1b\x59\x31\xcd\x22\x1b\x71\xc3\xbc\xa9\xb2\x7a\xad\x9b\xa2\xd7\xae\xea\x9e\xfb\xfb\xf5\x96\x99\xfb\x62\x03\xf6\xd7\xb2\x16\x2c\x78\xe0\x92\xc2\xe1\x1a\x0b\x6a\xd7\x0c\x6b\x62\xdd\xa5\xce\x75\x3b\xe6\x33\xe4\x5e\x69\x67\x3c\x0d\xbd\xca\x1d\x70\xab\x37\xb5\x9d\xb6\xd7\x7f\x79\xc6\x7e\x3b\xa5\xdc\x4f\x90\x95\x88\xd1\x78\x44\x79\x16\x3e\x7e\x64\xd4\x39\xdc\x37\x98\x79\x5b\xef\xcf\x80\xed\x83\x32\x17\x67\xd3\xef\x25\x34\xab\xde\x80\x8d\xa9\xde\x60\xaf\xa9\x62\xe2\x28\x5d\x34\x4b\x1a\x99\x8e\xbc\x2b\xa8\x05\xda\xee\xf2\xf3\xd5\xef\xdb\x95\xef\x9f\xa2\x71\x27\x29\x85\xed\x7b\x00\xef\xc3\xd2\xc2\x6a\x0d\x84\xfa\x54\xad\xfc\x23\x5f\x0b\xdf\x40\x5c\x52\xf8\xb5\xe9\x6d\x40\x99\x5a\xa4\x4d\xba\xed\x28\x76\x91\x06\x3a\x7e\x7c\x10\x1c\xdc\xf3\x00\xe8\xbf\x8b\x87\x6f\x5b\x7e\x09\xbd\x23\xd9\x28\x11\xc0\x97\x6e\xb5\x65\x30\x4f\xc7\xad\x46\x0d\x06\x09\xb6\x1b\x37\x18\x3b\x04\xea\xca\x33\x44\xa0\x2f\xff\x07\x58\x37\x24\x14\x54\xe9\x81\x56\x0e\xbe\xc0\xd0\xd8\x81\xed\x66\x0e\x80\x0c\x84\x05\xce\x48\x86\x3a\x19\x04\xef\xca\x9f\x61\x4a\xb1\x05\x0b\xbb\x57\x93\x29\x22\x37\xbe\x1e\xd6\x66\x0f\xc2\xaf\x9a\x34\xc0\x1f\xa3\xcb\xcb\xc3\x83\x37\x87\x47\xaf\x2e\x2f\xef\xc3\xf9\xe6\xa3\x77\x18\x26\xc0\x0b\x86\x32\xcf\x16\x3b\x84\xd4\x09\x06\x16\xd9\x71\x01\x14\x30\x2a\x8a\xcd\x37\xab\xa1\x86\x70\xd8\x41\x23\x3e\xe8\x64\xb6\x81\x76\x60\xb2\x76\x23\xa9\x42\x5d\xa2\x26\xc7\x44\xeb\xb0\x41\x54\x1a\x87\x20\xc4\xea\xa7\x5b\xca\xbe\x8d\xb0\xc8\x94\xbe\x11\x37\xc6\xe4\x1c\x83\xd2\x81\x7e\xb0\x94\x2b\x3b\x2f\x6a\x8f\x41\x96\xed\x30\x5b\x11\x0d\x63\xac\x40\x65\x22\xb2\x4f\x0d\x12\x7c\x3b\xb8\x3f\x74\x6d\xc3\xd9\xfe\xbc\x60\x76\x1a\x13\xfb\x17\x04\x17\xd9\x33\xd8\x69\x4d\x70\x3e\x98\xdb\xc2\x8f\x59\xf8\x5a\xcf\x28\x45\xe7\x6b\x4c\xd8\x31\x6c\x0b\x7a\x65\x58\xcc\x77\x39\xcf\x0a\xf2\xa1\xc6\xea\x20\x62\xb5\x15\x53\x2f\xcd\x0c\xed\x58\x19\x40\x11\x0f\x19\xea\xbf\xbb\x06\x7e\x50\xcf\x1f\xee\x1e\xd0\x2b\x5a\xdf\x76\xf6\x47\xa1\xbe\xd0\x0f\x7a\xd0\x1a\x79\x03\xab\xf8\x06\x4b\xdb\x36\x30\x91\x85\x82\x4b\xb0\xda\xc1\xf6\xc1\x76\xc0\xc4\x5f\x0a\xb1\xa6\xa8\x62\x99\x50\x10\x68\x37\x34\xc2\xef\xe2\xf6\xbf\x3d\xd3\x75\x2f\x5a\x96\x11\x6d\x33\x21\x1e\x56\xb7\xe8\x47\xad\x9b\xb0\xea\x1c\xf0\xe9\x43\x07\xb4\xd2\x99\x19\xec\x69\x34\xd8\x17\x81\x1e\x90\xb3\xef\x4b\xb9\xc2\xf3\xf5\xed\x6f\x01\xba\xc6\x4a\x62\xb0\x7d\x91\x95\x90\x46\x6d\x2a\xff\x9d\x2b\xf9\xdf\x87\x00\x78\x7c\xb2\x52\x24\xd5\x5f\xc5\xa6\xe5\xe8\xe8\x0f\x18\x82\xd1\x27\xb8\x5f\xec\xa0\x84\xdd\x3f\xfd\xa2\x50\xd1\x84\x1c\xd6\xf7\x9a\xaf\xdd\x63\x72\xaf\x2e\xf3\xde\xb8\x81\xf9\xa4\x7b\xec\xa1\xa5\xc2\x96\x0a\x29\xaf\xf8\x96\x62\x32\x8c\xe8\x8d\x1b\x18\x69\x6a\x80\x92\x74\x2e\xcb\x15\x69\x3d\x1e\x56\x15\x99\x9b\x2d\x75\x63\x1b\x89\x6d\xdd\xa2\x4a\xf6\xfe\x1a\xa4\xf2\xdd\x52\x31\xd2\x77\x6c\xa9\xc9\xd1\xf6\x6b\x4b\x0d\x5f\x35\xb1\xa5\x5a\xa8\x65\xbc\xa7\xa2\xd3\x17\x6e\xa9\x18\x0b\xe6\x5b\xab\xc6\x6a\x89\x2d\x95\x53\x91\xc8\xd5\xfa\x9e\x4a\x2b\x7e\x4b\x1a\x3a\xcc\x87\xb9\xbd\xea\x0b\x99\x6e\xee\xad\x07\x68\xa3\xf9\xa8\x2d\x75\x96\x55\xb5\x3e\x58\x88\xe2\xbe\x3a\xea\xbe\x4a\x9e\x94\xbc\xa5\x96\x92\xc9\x95\xa8\xc0\x4e\xf2\x7e\x04\x38\x2a\x12\x99\x66\xc5\x62\x4b\xd5\x6b\x9e\x67\x29\xaf\x20\x3f\x40\xad\xc1\x1b\x11\xb2\xf3\xc2\x09\xfa\xa1\xd2\x16\xf9\xa1\xd1\x95\xa6\x76\x86\xea\x18\xd7\xb8\x66\xd9\xb7\x83\xc1\x30\x4c\xff\x50\x57\xc4\x8c\x22\x41\x0a\x08\xa6\xa5\x38\x6c\x62\x29\x0f\xd2\x27\xc8\xd5\xda\x64\x55\x3c\x03\xc2\xc4\x75\x6a\x5a\x63\xe7\x54\xa7\xdf\x75\xa3\x90\xfa\xfc\xf1\x63\x1a\xfa\xd1\x64\x12\x43\x63\x80\xda\x16\xa8\x4e\xf3\x99\xf8\x03\x7a\x02\xbc\x27\xf7\x58\xf3\x73\x12\x70\x9a\x01\x62\x74\xe5\xf3\xaf\xc8\xfd\xe5\xfc\xab\x31\x3b\xff\xea\xc9\xe8\xdb\xef\x46\x4f\xce\xbf\xd2\xad\xbe\x1a\x7e\xa5\x57\xb6\x30\x4e\x48\xf0\xd6\x72\x23\xcb\x2b\xf0\xd1\x2e\x64\xb1\xe3\xc5\x6c\x39\xc7\x44\xae\xbe\xcb\xc3\x79\x71\x5e\xd1\x5c\xaa\x65\xa6\x81\x75\x37\x20\xa3\x3e\x72\x04\x3e\xaf\xa2\x6e\xe7\xe0\xe0\x0b\xf9\x80\xf3\x5c\xde\x88\x94\xf5\x95\x10\xec\xf0\xf4\xdd\x40\xd7\xd6\x43\x80\x27\xa6\x16\xa0\x6c\x56\xd4\xf3\xaf\xbc\x51\xce\xbf\xc2\x31\xa2\x30\x18\x2d\x23\x79\x79\x69\x4a\x01\x3e\xae\x09\x66\x22\x76\xe6\x2b\xe7\x95\xa7\x75\xa4\xba\x93\xc9\x84\x9d\x7f\x45\x62\xdb\x57\x03\xb6\xc0\xd4\x8a\x29\x24\x70\x36\x29\xe6\x16\x10\x02\x53\x55\x26\x56\xa5\xbb\xf6\xd0\xbd\x1a\x02\xe7\x40\xa4\x66\xc9\xf8\x0c\xec\xdc\xaa\xd1\x68\x04\x6d\x7f\x12\x96\xb7\x77\xcd\xc8\xc0\x83\xc9\xb9\x6d\xbd\x14\xa5\xd0\xfc\x3e\xbc\x0b\x63\x62\x3b\xae\x32\xd4\xd9\x2f\xe9\x2d\x16\xf3\xf8\x28\x31\x62\xd9\xbc\xff\x08\x9d\x80\x07\xec\x03\x1b\x8d\x46\x77\xad\x12\xf5\x62\x2f\x0c\x03\xfb\xbd\x2c\xaa\xd3\xec\x9f\x42\x0d\xe1\xcf\x9f\x44\xb6\x58\x56\x6a\xc8\x5e\xc9\x04\x03\x1a\xe9\xaf\xdf\xf3\x55\x96\x67\x22\xfe\xfc\x06\xa2\x7e\xba\xf0\xaa\xdf\xe7\xb5\x28\x2a\x5d\xe2\x47\x72\x85\x4c\x7a\x1f\xd8\xb1\xeb\x7e\xc8\x8e\x4f\xf8\x0d\x86\xd3\x34\xad\xff\x3c\x87\xc6\x75\xb6\x8b\xa2\x35\xc6\xf9\xec\xe8\x06\x03\xa5\xfa\x09\xe6\x20\xfa\xf0\xae\x57\xd8\x33\x48\xfd\xbd\xc9\x3c\x3a\xd7\xf3\x1a\x42\x0c\x11\xab\x9a\x52\x1b\x55\x89\x15\x93\x25\x3c\x00\x42\x0d\x78\xcd\xaf\x0b\x8b\x24\x23\x93\x39\xcc\x02\x62\x63\xba\xd4\xf0\xfc\xb9\x77\x2a\x16\x52\xb0\xf7\xc7\xbd\x21\xdb\xe1\xeb\x75\x2e\x76\xb0\xd7\x21\x7b\x91\x67\xc5\xd5\x6b\x9e\x9c\xc2\x6f\xdd\x7e\xc8\x7a\x27\x72\x26\x2b\xd9\x1b\xb2\xde\x8f\x22\xbf\x16\x55\x96\x70\xf6\x46\xd4\xa2\x37\x64\x8a\x17\x6a\x47\x89\x32\x9b\xff\x6c\x66\xff\x62\x63\x48\xec\x90\xdd\x08\x36\xe7\xd7\xb2\x34\xb3\xc6\xe9\x9a\x18\xdb\x54\x0d\x51\xec\x20\xcf\x59\x6e\xb6\x8a\x2a\xd6\x4a\xd0\x43\xa7\xfe\x0d\x0a\xb7\x02\x02\x45\x99\x3c\x3b\x5e\xb7\x76\xd1\xd4\xab\x5b\x7b\xbc\xe4\xde\xef\x3e\x34\x71\x62\xf4\x93\x50\xd5\x51\xad\xc9\x28\x2f\xee\x7a\x76\x35\xaf\xf9\x7a\xad\x31\x5b\xce\x59\xce\x8b\x45\xcd\x17\x82\xad\x4b\x31\xcf\x6e\xe1\x1d\x4a\xe2\xcc\xe6\x30\x90\x9d\xc2\x2b\xaa\x39\x95\xba\x7f\x8f\x57\xe4\xe5\xb8\x1d\x4d\x47\x07\x25\x9f\x65\x09\xdc\x45\xb3\x45\x57\xa5\xc3\x4d\x99\xe5\x39\x55\x4b\x54\x57\xb5\x23\xee\x96\x82\x91\x46\xf3\xae\xaa\x3f\x94\x42\xa0\x6f\x88\xa8\x1e\xdc\xdd\x52\x74\x55\xfd\x51\xcc\x4a\x71\x83\x95\xb2\xce\x4a\x59\x91\x66\x58\xa7\x13\x1c\xcd\x31\xeb\x07\x57\xfd\x85\x77\x55\xfd\x0b\x5f\xf3\x42\x28\x34\x38\xb8\xba\x7a\x70\x8f\x57\xb2\xab\xea\x5f\x65\x69\x2a\xe5\x0f\x07\x60\x7e\xfd\xe0\xaa\xeb\xce\xad\x6b\x54\x2d\x3b\x41\x14\xe0\x8d\x7a\xf8\xba\x7b\xaa\xdc\xc9\x79\xa5\xb9\xb0\x07\xb6\xa8\x96\x5d\x55\xa7\x4b\x8e\x9b\x5e\x3d\x7c\xd3\xeb\xce\xa9\x06\x2b\xba\xee\x44\xb5\xbf\x65\xa2\x82\x17\x29\xdc\xf2\xde\x3f\x97\x3b\x4b\x5e\xa8\xce\xf5\x1c\x2e\x33\x8d\x1f\xa7\xd9\x6a\x9d\x03\xb9\xf5\x9b\x55\xf7\x35\x9b\x96\x3c\x25\x53\x15\xc4\xd9\x4d\xf7\x69\x5f\x89\x22\x33\xd8\xd5\x89\xaf\x3f\x08\x59\x2e\xb0\x5a\xe4\x04\x7c\x39\xb7\xe4\xed\xa7\xac\x5a\x5a\xf2\xde\x77\xdf\x4d\x54\xe1\xf6\xd8\xda\x3f\xff\xee\x83\xab\x7a\x37\x64\xbf\xfb\xd0\x72\x59\xdc\xfd\xdc\xc8\xe0\x07\x3c\x4a\x89\x4c\x49\x44\xaf\x89\xae\x67\xca\x52\xca\x21\xb3\x5c\x10\xa7\x47\x85\x13\x52\xf0\x5a\x3e\x82\xd8\x1e\xec\xb2\x90\xed\x7d\xf2\xca\xf6\x69\x9e\x11\x1c\x28\x16\xa2\x6a\x82\x6f\xd3\x37\x0d\xec\xf2\x6d\xce\x64\x1f\x1c\x5e\xb2\x01\xdd\x40\x73\x91\x0d\xea\x1d\x68\x2f\x1a\xa5\x71\x0a\x02\xdd\x0d\xf0\xce\xf6\xbe\xa0\xbf\xad\x71\xa8\x29\x30\xd6\xa1\xc1\xe3\xeb\x17\x48\x57\x60\x82\x37\x37\xaf\x21\x93\xc2\x40\xcf\x60\x6b\xce\x82\xe8\x0a\xdd\x8b\x83\x6e\x5c\xe2\xc3\x81\xae\xd1\x57\xd9\x3f\x5d\x08\x6b\x76\x03\xfc\xd2\x38\x64\x9e\x5a\xb1\xd2\x71\x54\x3e\x62\x12\x2c\xfc\x16\xee\x6f\x92\xd5\x5e\xcb\x7f\xbe\x55\xb7\xc0\x39\xad\x24\xb2\x9e\x63\xd6\x5b\x94\x7c\xa3\x12\x9e\x0b\x63\xf5\xf5\x93\x98\x5d\x65\x55\x5c\x8d\x83\x5e\x21\xe3\x4a\xa4\xa6\xe2\x9c\x38\xca\x31\x64\x2d\xf2\x3e\xfe\x44\x8b\xc1\x45\x0d\x8d\x08\xd8\x9a\xcf\xd0\x41\x84\x82\xe2\x03\x26\x8b\x43\xf0\xa1\x8c\x51\xd0\xe7\x09\x3f\x9c\xdb\x50\xe8\xb9\x8f\xc7\x6c\xd2\x8d\xdb\xb6\xeb\x81\x17\x48\xbd\x9d\x26\xe8\x6e\xba\xa8\x45\x30\x9e\x91\xd5\x5c\x67\x34\x41\xab\xe8\xaa\xb2\x62\x33\x0e\xf6\xde\xf2\xe2\xa3\x55\x56\x64\x01\x43\x3e\x2a\xc5\xa2\xce\x79\x39\xec\x98\x97\x49\xf3\x76\x7b\xba\xe2\x79\xde\xd5\x2d\x96\x7e\x56\xc7\x6a\x5b\xbf\xea\xd7\x75\xfb\x2e\xaf\xd5\xd6\xae\x75\x85\xcf\xea\x1e\x13\x1e\x77\x42\x19\x4a\x7f\x45\xc7\xdb\x26\xee\x6a\x7c\xd6\x00\x90\x6d\xb3\xab\x6f\x28\xfc\x3c\xfc\x78\xb5\xad\x5f\x2c\x0d\x3b\x56\x62\x95\xcd\x64\x9e\x3e\xac\xe7\x6d\x10\x71\x35\x3e\x73\x84\x7b\x26\xff\xab\x66\xff\x80\xe9\xff\xda\xf9\x43\x96\xc9\xad\x4b\x70\x35\x3e\x6f\x84\x95\x58\xf0\x6e\x7c\x5c\xf0\xcf\xe9\xf5\x2e\x54\x3a\x39\x4a\xd6\x4c\x29\x63\x93\xde\x7a\x3a\x81\x54\xae\x76\xed\xf7\x30\x0c\xc6\x69\x25\x81\x8e\x53\xe8\x32\xf4\xd1\xc8\x0a\xa4\xdb\x14\xee\x98\x5d\xf3\x32\xd3\x77\xb7\x82\x10\x71\x18\xd9\x05\x83\xad\xad\x24\xf8\xeb\xf1\x02\x7c\x60\x12\xb9\xde\x40\xaf\xa4\xf8\xa1\xe6\x0b\x51\x29\x06\xde\x16\xd6\x3b\x63\xad\xb9\x88\x7e\x5a\x0b\x74\x98\x98\xd5\x45\x0a\xae\x20\xd6\x03\x44\x69\x86\x75\xc3\x66\x26\x95\x70\x56\x2c\x28\x2d\xf2\xba\x14\x50\x1d\x12\x54\x6b\xde\x61\x34\x08\x13\x17\xcf\xb3\x1c\x5e\x74\x2a\x9e\x15\x8a\x72\xa6\x28\x4c\xd8\xc5\x73\x67\x1b\xb3\xb0\x29\x85\x52\x9b\x5e\x08\x57\x0d\x40\xc0\x50\x1f\x98\x95\x1b\xfa\x86\xf8\x76\xd8\xd1\x42\x54\x26\xdc\x1d\xdc\x47\x14\x77\x8e\xad\x6a\xdd\xd2\xa6\x10\x37\xc2\xf3\x0f\xaf\xde\xbe\x38\x78\x75\x79\x7a\x34\x9d\x1e\xbf\xf9\xe1\xf4\xf2\xdd\xc9\xdb\x77\x97\x6f\x0e\x5e\x43\x6a\xa4\xcb\x4b\x04\xfd\x29\x4e\x41\x5d\x5e\xea\x0d\xc2\x86\x87\x07\xaf\x5e\xbd\x38\x38\xfc\xeb\xe5\xe9\xf4\x60\x7a\x14\xb7\x33\xd9\x29\xa8\x09\xa5\xff\x4e\x64\x5d\x54\x10\x54\xe6\x49\x68\x3c\x81\x0e\x5a\x5e\xd0\x07\x4c\xee\x02\xa1\xe6\xb0\xcc\x76\xa8\x11\xe0\x87\x60\x56\xed\xc9\xbe\x3e\xfc\x39\x95\xc9\x21\x65\x44\x64\xc7\x38\xc4\x4b\x37\xc2\x5d\x67\xea\xfe\x46\x55\xbc\x90\xaf\x84\x65\xa7\xf6\xee\x7b\xb3\x7b\x18\xf7\x28\x73\x7c\x14\x83\x1c\xbe\x5f\xa8\xcf\x6b\xbf\xc3\xbb\x16\x20\x83\x45\xa5\x05\xe7\x27\xc0\x0e\xac\xd9\x0e\xa9\xdd\x7d\xd0\x0b\x2a\x23\xfc\x2e\x2f\xb3\xf4\xf2\x72\x3f\x80\x61\x3f\x89\x61\xbd\x3f\x6e\xd9\x00\x4a\x6e\x15\xaf\xe8\x07\xa2\x0b\x84\x07\x51\x0a\x22\x55\xc9\x52\x28\x57\x4a\x99\x14\x89\x98\x50\xe2\xcc\x01\x66\x26\x5a\xf3\x84\x2c\xab\x8e\xad\x9a\x97\x82\xfc\x50\x72\xf9\x74\x68\x23\x2a\x42\xc7\x41\xbf\x44\x4b\x54\x22\xd7\x62\xc4\xde\x61\x0b\xc5\x38\xf4\x78\xc3\x37\xfa\x5c\xca\x19\x64\xff\x23\x7c\x06\xc7\xb9\x1b\x91\xe7\x78\x3e\xab\xa5\xc8\x4a\x4a\x81\x44\x35\x1e\xb2\x33\xe1\x39\x88\xf6\x04\x13\x2f\x85\x55\x70\x27\xc2\x2c\xcc\x0b\x51\x01\x16\x3e\x9b\x3e\xef\x7b\x38\x3e\x34\x72\x09\x14\xee\x8f\xd9\x94\x7d\x64\x7d\x4c\x51\x33\x1d\x0c\xf4\x6f\xe2\x53\x91\x1e\x84\x94\x82\xb8\xe9\x70\x74\xcf\x9f\x5f\xcb\x76\x61\x0b\xb0\x51\x07\x11\xad\x2d\x45\x63\x6b\x5d\x93\x0d\xc2\x9f\x68\x6c\x02\xbc\xcf\xfa\x41\x31\x57\xf6\xd9\x60\x00\x56\x9b\x7e\x69\x6c\x48\x69\x9e\xb0\x9b\x83\xfb\xb6\x2f\x21\x38\x55\x17\x38\xe9\x64\x4e\x3f\x1f\x74\xae\x45\xe2\x29\x98\xa3\xd9\x75\xd1\x65\x23\x80\x6a\x42\x6c\x08\x4f\xb3\x35\xad\xcd\x6d\x12\x1a\xce\x3d\x9a\x4c\x6c\xa3\x7b\x77\xe5\x9a\x40\x69\x6a\xe9\x11\x1b\xe7\x3c\x74\x0e\x37\x7d\x7b\x0e\x44\xd7\xd1\xef\x2b\xb1\x09\x32\x55\x9b\xbf\x41\xa5\xa0\x87\xc8\x52\x4c\x2f\x40\x90\x69\x58\x3c\xdb\x92\x58\x85\x90\xa5\xb1\xc7\xa8\xad\x7a\x96\xa5\x17\x4d\x1a\xd5\xee\xd7\xd0\x8e\x3b\xd7\x16\xaf\x5a\xb1\x85\xa7\x29\x52\x3b\x6b\x26\x9c\xcc\xc6\xad\x44\x34\xca\x6f\x8d\xb6\xf3\x42\x0b\xcb\xa0\x9f\x5f\xe8\xc6\x60\xfe\x99\x41\xe2\x49\xcc\x1a\x6c\xd1\xa4\x92\x24\x31\x83\x07\xe8\xda\xe4\xe7\xb1\x15\x0c\xd1\x34\xe9\x11\x14\x83\xc0\x22\x98\x96\x10\x87\xeb\x43\xae\x85\x39\x57\x15\xbe\x30\x91\xa7\x09\x87\x4c\x29\xc0\x66\x41\x56\x07\x5d\x94\x4b\x79\xc5\xea\x35\x0c\x01\x6a\x18\x3d\x1e\x37\x26\x8c\xc8\xd5\xe8\x6b\x0b\xcc\x82\x21\x56\xe0\x68\xe0\xb0\x33\x83\x98\x1b\xb3\x11\x5e\x18\x9d\x78\xaf\x0f\xc9\xa1\x95\xad\x43\xd2\xf2\x28\xf3\x89\x47\xd8\x21\x9b\x30\xca\x9a\x62\xf8\x91\x6f\xbe\x69\x58\xf2\x07\x18\x00\xad\xbb\xf7\x10\x43\xb0\x7c\xde\x36\x3e\x64\x59\xcc\xb9\xf5\xb8\x69\xb9\xe5\x70\x45\x24\xc6\x12\x25\xf3\x06\xf9\xab\x58\x89\x40\xe3\x17\x13\xa3\x31\xfb\xc0\xce\x3c\xea\x76\x01\x1c\x07\xbb\xf3\xb5\x2b\x37\x10\x00\xc9\xb2\xf6\xb4\x94\x5f\xcf\xe1\xf8\x34\xf3\xed\xec\x97\xce\xa9\xc0\xa3\xac\x35\x0b\x3d\x37\xd9\x99\x6c\xc3\xb3\x4e\xd6\xd7\xa5\x7a\x7e\x48\x65\x9f\x92\x75\x53\xdf\x31\xfb\x70\x47\xf4\xeb\xae\x25\xf9\xcb\x43\x06\x6a\xaa\x05\x43\x54\x69\x81\x84\x97\xa5\x2e\xd8\x9b\x87\xdf\x38\xed\x57\xe0\xb6\x4b\x26\x90\xf9\xbe\xd6\xe8\x79\x22\x78\x52\x91\xc0\x07\x8e\x93\x41\x3a\xce\xc3\x5a\x55\x72\x45\x71\x6f\xfc\xd7\xe2\xb0\xa0\xb5\x8d\x28\x0f\x29\x00\x76\xb3\x99\x2d\x6b\x79\x23\xb6\x2b\xdf\x36\x5a\x7b\x36\xf6\x68\xba\x96\x0d\x84\x7e\xe2\xc2\xac\x58\xe4\xa2\x92\x85\x96\x1a\x1b\xf3\x22\x86\xd3\xc4\xe9\x2e\xb3\xc5\x42\x94\x2e\x55\x32\xc9\xbb\x18\x9c\x91\xa1\x53\x22\x0e\x45\x22\x11\x71\x94\x69\x57\xe6\xd8\x5a\x89\x60\x3e\x76\x67\xd7\xd6\x7c\xc5\xa0\xca\xd9\xc5\x10\xb9\xd7\x37\x7c\x25\xf6\x7d\xad\x71\xc8\x39\x1a\x65\x65\x99\x08\x8a\x51\x39\xd1\xc3\x7c\xef\x3e\xf4\x7d\x15\xe9\x07\x96\xc4\x9b\x3b\x41\x6c\x18\xe9\xc9\x21\x18\xfa\x0d\xc0\x84\x5d\x64\x45\xdb\x6e\x4f\xa2\xae\xa1\x89\xed\xfa\x68\x3e\x17\x49\x45\xdc\xaa\x6f\x42\xda\xd2\x99\x77\x51\x84\xdb\x37\x22\x00\xf7\xbd\xf5\xb6\xdb\x43\x07\xe3\x3c\x68\xa4\xc6\x58\x75\xb1\x65\x34\xc7\x5d\xec\xd9\xeb\xb8\x93\x8a\xa2\x6b\xf2\x52\xca\x2b\xb5\x2b\x6e\x97\xbc\x56\x55\x76\x2d\x76\x52\xb1\x56\x6c\x67\x87\x89\xdb\x24\xaf\x53\xe1\x6f\x22\x90\xa3\x21\x3b\x6b\x99\xf2\x45\x64\x52\x14\xcd\x7a\x21\xaa\x16\xac\xf2\x70\x69\x18\x6d\xd3\xa0\x41\xc4\x62\xf4\xf1\x11\xed\x6c\x68\xd9\xe9\x0b\x1f\x73\x20\x12\x4b\xff\x49\x40\xa1\x70\x0f\x4c\x75\xe2\x5b\x27\xcf\xd9\x37\xdf\xd8\xf8\x3b\x61\xee\xf2\x1f\x41\x5a\x04\xa3\x82\x8c\x9c\xa5\x7c\x5e\x25\xab\xc4\x0a\x14\x32\x59\x61\xb9\x94\x21\x45\x4c\xe1\xf6\x22\x66\x95\x84\xce\x52\x51\x89\x72\xa5\xc1\x0f\xba\x25\x5e\x25\xcb\xad\x39\xc8\x31\xea\xf2\x0e\x65\x6b\xad\x24\x53\x90\x93\x2f\x70\x05\x4a\x66\x6c\x87\x59\x19\x1a\xf9\x33\xe3\xb1\x51\x95\x35\xd0\x84\x15\x26\xb6\x0a\xda\x69\x4a\x84\xf1\xc1\x77\x18\x26\x92\xe5\x39\x2d\x4d\x0f\x54\xf1\x92\x88\x71\xdf\x06\x0f\xac\x24\x7b\x32\xe8\x20\x23\x1a\x3a\xd0\x9d\x96\x68\x60\xde\x63\x36\xd5\x04\x43\xb3\x38\x7d\x0d\xa6\x31\x9b\x0e\x71\x80\x31\x05\xe9\x84\xbd\x30\xf9\x52\xdd\x84\x4c\x31\x9b\xb0\x27\x03\xfb\x03\x36\x1c\x18\xbf\x30\x3e\xbf\xcf\xdb\xb3\x89\xeb\x65\x8f\xa0\xf7\xf8\x31\x45\xfc\xd6\xfc\x63\x5b\xb4\x6f\xe0\xfa\x67\x38\xe7\xb3\xec\x62\xc8\x32\x9f\xd1\x37\xa3\x65\xf6\x90\x41\x4a\xb3\xee\x77\x3a\x68\x10\xeb\x20\x5a\xb0\x68\x9e\x95\xaa\x6a\xc5\x1f\xca\xa5\xc6\xab\x4c\xcd\x33\xa1\x02\x16\x7c\xf4\x00\xf4\xf8\x4c\xec\xd8\xb2\xb1\x9f\xb9\xa7\x03\x54\x07\xb8\x67\xe5\xc6\x1e\x5a\xac\xe9\xd3\xc9\x49\x66\x7e\x1e\xe1\x8c\x02\xe9\x3f\x69\xa4\xc9\xf4\xe2\x0c\xc4\x1b\x40\x1b\x09\x01\xf3\x1b\xda\x2d\xe3\x5a\x65\x40\xad\x4f\x31\x5b\x64\xd7\xa2\x80\x67\x46\x10\x3a\x50\x41\x44\xe9\xf6\x35\x58\xd7\x72\x0d\x71\xa4\xb6\x9e\x55\x68\xbe\xc3\x4e\xf5\x3f\xba\x57\xc0\x37\xbf\xc2\x42\x54\xc7\x7a\xb7\xbd\xfd\xf0\xfa\xa6\x49\x24\x22\xa7\x53\xd8\x75\x5f\xa3\x80\x06\x5b\xae\xb7\x05\x1f\x7a\x29\xce\xad\x19\x63\x4c\xa0\x0b\x36\x05\x54\x0a\x67\x17\x6e\x13\xdc\x8e\xfa\xd9\x38\x83\xd3\x44\x99\x78\xf5\x20\xe1\xa1\xc1\xe5\x41\x9c\x7b\x1a\xb3\x9f\xb5\xa6\x6a\xf6\x02\xc6\x07\x6e\x70\xd7\xa2\xa4\x3c\x2c\xb0\x6e\x6e\x50\x58\x0b\x9e\x55\x99\xdd\xa2\x96\x1b\xe3\xe8\x1e\x6a\x01\x8c\x96\x02\xed\xc1\xb7\x5b\x97\x74\x68\x75\x09\xe2\x1a\x43\x15\xdb\x01\xb7\x47\x3b\x40\x82\x63\x07\x87\xc4\x1b\x05\x6b\x13\xcd\x71\xe3\x58\xfb\x38\xe7\xf0\x86\xf3\x0c\x5d\xe4\x0e\xcc\xec\xe5\x1c\x47\xef\xd8\xc4\x4a\xbe\x86\x7a\x7a\x07\xa1\x9e\x39\x58\x6e\x26\x76\xef\xa0\xc8\xec\x9b\x21\x32\xba\xcd\xa8\x14\x69\x9d\x88\x7e\xbf\x94\x37\x8a\x6a\x0d\x4d\xfa\x06\x52\x19\xb7\x1e\x4f\x8f\xf0\xe1\x09\xfb\x8f\x00\x04\xb1\x01\x84\xee\x1e\xb7\xfa\xcc\xef\x3c\xf6\xf3\x08\xea\x9f\x41\x23\x97\xb1\xe1\x02\x3b\xf0\xdb\xb7\x33\x49\xba\xdd\x9e\x61\x35\x2e\xb4\x5c\x00\xeb\x6a\xa4\x22\xfe\x01\xd1\xc6\x5e\xb9\x59\x65\xe9\x1a\xfa\x4d\x7a\xa4\x34\x95\x02\xb5\xb4\xf4\xa4\x82\xb7\xb8\x3e\x8b\xdc\xc7\x41\x77\xec\x62\x02\x1b\x20\x90\xe6\x5f\x90\xd7\x0e\x70\x8d\xae\xd2\xa9\xcf\x20\x40\x32\x64\xca\x38\x0e\xf1\x1f\x56\xf2\x5a\x74\xa0\x04\x16\xb6\x5e\xa1\xe1\x0e\x7a\xa7\xd8\x3f\x63\xa3\x79\x96\x57\xa2\xec\xf7\x2f\x71\xd7\x83\x1d\xcf\x6c\x3e\xd3\xec\x5e\x48\x82\xb5\x90\x37\xad\x26\x50\x6f\xc0\x34\xc8\x5f\x1c\xaf\x2c\x19\xc5\xa1\x6c\x22\x26\xca\x2b\x9d\x7e\x2e\x5c\x0b\x71\x63\x72\xb6\x63\x7d\x0b\x4f\x3f\xc9\x3f\x8e\x61\x94\xf7\x76\xa6\x9f\xb6\x41\x70\xeb\x62\x3c\xad\x99\xb0\x13\xef\xdc\x2e\x28\xa6\xb9\xc5\x3b\xe6\x66\xdd\x72\x04\xbd\x0d\x24\xc5\x8e\x5c\xdb\xdc\x1a\x81\x47\xa5\x2e\xa0\x9b\x0c\x7d\xa8\xa9\x53\x9f\xa3\xd5\x75\xbe\xd4\x96\xf2\xc2\x42\xc3\x6e\x60\x56\x28\x01\x91\x0c\x7e\xcb\xb3\xd2\x18\xde\xed\x83\x19\x3f\x26\xec\x53\x79\x90\xa6\x31\x4e\x48\xaa\xde\xb1\x69\x3c\x4d\x09\x82\x07\xd5\xfd\x27\x6d\xe8\xc6\x19\x87\xb7\xe7\x03\xb6\x6d\x84\xaa\x4b\x24\xb0\x43\xf6\xc4\xeb\x6c\xf0\x69\xdb\x47\xc0\x11\x3c\x59\xda\x85\x66\x90\x7d\x0b\xf4\x14\x53\x26\x4b\x9c\xfc\x1c\x12\xd4\xa1\x82\xb5\xd0\x57\xa9\xc7\xe4\x4c\xb7\x6f\x55\xcb\x10\x09\x2f\x40\xcf\xab\xe5\x82\x7c\xc3\x78\xae\x30\xb7\x7a\xe1\x8e\x56\x1b\xb7\x88\x73\xf0\xe0\xda\xd7\x2c\xe0\xf4\xec\x62\x70\x76\x11\x33\x20\x78\x97\x06\x1c\x88\xe1\x2c\x8c\x1b\x8f\xe1\x32\xa9\x0f\xaa\xfb\x1c\x02\xe6\xd4\x39\x26\x3d\xd0\x7f\x18\xd7\x1e\x5d\x7d\x30\x08\x20\x8c\x15\x62\x18\x9f\xd8\x43\x40\xcc\xaa\xde\x7b\x08\x15\x5d\x2c\xcc\xe3\x7f\x75\x23\x7d\xf6\x04\x6d\xfa\xc5\x3f\x6a\x10\x94\x18\x5d\x6e\x9a\x63\xc4\x27\xb9\x86\xab\x3d\xb4\x7a\xca\x76\xd8\xf7\xc0\xeb\x7b\x2c\xc8\x6a\xcd\x4b\xd1\xa8\xfa\xad\xe6\x1f\x45\x22\x8b\xb4\xa3\xae\x39\xb9\x53\xcd\xb9\xd3\x24\xbd\xa9\x81\xf5\x3d\x5f\x09\x7f\x6a\x36\x55\x1c\x14\xd0\xdb\x21\xd1\x49\xf8\xb4\x96\x18\xca\x4d\x0d\x31\xa9\x93\x4b\x0e\xd7\xc5\x81\xe2\x88\x47\x1a\x0e\x76\x9f\x9f\xd2\x01\xc2\x75\x8c\x69\xb3\x0c\x68\x3f\x18\x86\x1e\xeb\x1a\xbe\x40\xdf\x47\xd8\x20\xce\x33\x66\xac\x44\x6c\x96\xa9\xbb\x2e\xd6\x34\xe8\xb1\x29\xd8\x61\xf1\x59\x76\xe1\x0d\x76\x96\x5d\x34\x1d\x50\xfd\x84\x56\x77\x76\x44\x63\x2a\x8b\x99\x31\x3e\x55\x67\x09\x6f\xab\xe0\xc9\x30\x64\xaf\x4f\x2f\x8f\x0f\xdf\xbe\xf1\x54\x89\xc7\x89\x2c\x46\x0d\xff\x94\x0f\x2c\x51\x0a\x18\xf9\x37\x10\x36\xee\x5d\x29\xd7\x6a\xc8\x96\xd5\x2a\x27\xd2\xf5\xce\xd3\xa0\xac\xc4\x4a\x66\xff\x14\xe6\xad\xd2\x77\x65\x19\x8d\x76\xdf\x57\x59\x9e\xe9\x8a\x41\xff\x9a\x5f\x4f\x1a\x75\x4f\xab\x4d\x9e\x15\x8b\x0e\x4f\x19\xdd\x00\x66\x12\xcf\x1f\x74\xf1\x2d\x8d\x74\xe1\x89\x48\x64\x99\x0e\xf1\xc7\x69\x3d\x83\x08\x60\xfa\x53\xf7\xd0\x6d\xa6\x02\xba\x35\xb9\x4e\x12\xf5\x5d\x66\x79\x5a\x8a\x62\xdf\x33\xe1\xfc\xcb\xe9\xdf\x47\xfe\xe5\x98\xe9\x46\x06\xfc\xa1\x35\x81\xb3\x52\x0a\xbf\x83\xc3\xd0\xf1\x8a\x2f\x10\xe6\xfb\x16\x7d\x23\xe3\x52\xd2\x8d\x23\x14\xcd\xc4\x26\xf1\x56\x40\x74\xc5\xbe\x9e\x46\x43\x59\xea\xb7\x43\xe3\x53\x8f\x29\xb7\x2a\x51\x08\x7b\xa2\x00\x6a\xec\x6e\xcc\xde\x65\xc9\xd5\xb3\x00\xac\x3d\x5d\xa5\xf7\x9c\x3d\x66\x1f\xa8\xde\x98\xbd\xe3\x65\x95\xf1\xfc\x59\x03\xe4\xcf\x41\x19\x4a\x93\xb6\xd3\x02\x87\x41\x7b\x12\x4c\x27\xf6\x09\xc2\x24\x1b\x71\xfe\x65\x4e\xbf\xe8\x69\x4b\x83\x84\x35\x2e\xd1\x43\x4b\xc8\xa1\x38\x5d\x8c\xd9\xc9\x31\x0b\x52\x99\x04\x9b\x37\xa6\x79\x8d\xec\x69\x1a\xba\x47\x5d\xcf\x82\x19\x2b\xe1\xa7\x04\xec\xbb\xa3\x4f\xa3\x86\xc9\x72\x63\xcf\x6d\x37\xd1\xf7\xf0\x49\x06\xdd\x20\x02\x98\x80\x2a\x65\xf7\xeb\x6c\x51\xc8\x52\xbc\xa9\xf3\xfc\x6d\x69\xfd\x37\x4f\xf0\xa6\xfa\x7a\x77\x78\x5e\x84\xd1\x60\xbe\xe7\xaa\x82\xc5\x7a\xea\x7c\x7a\x60\x2d\xf2\x8d\x09\x72\xa6\xd0\xe8\x7e\x91\x6f\xd6\x4b\xc5\xfa\x10\x74\x52\xcf\x4c\x0d\x80\xc0\x27\x1c\xf2\xec\x0b\x86\xf1\x42\x30\xde\x73\xa8\x4e\x45\x3e\x6d\x2a\x19\x50\x1b\x94\x7e\x12\x59\x0c\xe1\x49\xf8\x67\x0b\xd7\x9f\x31\x64\xa5\x71\x71\xfc\x79\xa5\x76\x34\xb6\xfc\xac\xaf\x8b\xc3\xd3\xd3\x51\x9b\xd1\x4f\xd2\x30\x91\x72\x5e\x6e\xba\x70\x4c\xea\x58\x73\x2c\x6c\xee\x83\x67\x21\x5d\x79\xce\x26\x6c\x0d\x04\xc6\x1c\x05\xab\xd8\x27\x5c\x1d\x3a\x72\x3a\xa4\x85\x4c\xd8\x87\x3b\xc0\x6b\x68\xe9\x3d\x07\x64\xc1\xc9\x0c\x8f\x6a\x84\xfc\x77\x7b\xf1\x60\x87\x6e\x18\x83\x9f\xbe\x69\xe3\x30\x46\x1a\x98\x81\x37\x62\x60\xb1\x5d\x38\x22\x8e\x33\xf1\xa8\xfa\x33\x04\xcd\x8f\xd3\xd7\xaf\x0e\xaa\xaa\xcc\x66\x75\x25\xd4\x33\xfd\x93\x28\xd9\xf3\xe7\xa0\x2e\xef\x22\xff\xfe\x03\x08\x87\x38\xda\xd9\x0c\xd3\x17\x19\x90\x9c\xf5\x78\x99\xf1\x9d\x9c\xcf\x44\xde\x03\xe7\x64\xf8\x8c\x39\xf6\xf6\x7c\x4e\x16\xe4\x62\x51\xd2\x44\x11\xdd\xb7\x75\xe1\x7f\xce\x45\x3a\xdb\x34\xba\x37\x47\x6c\x3f\x0a\x1d\x27\x73\x31\x6e\x80\x70\xdf\x53\x12\x8e\x59\x2f\x5b\x2d\xfc\x28\xb1\xd6\x7a\x62\x1c\xf6\x85\x73\xc0\x90\xc9\xbd\x31\x1c\x42\xbf\x15\x6d\x84\x66\x18\xe6\x59\xc1\xf3\x43\xda\x4d\x36\xb1\x1b\xeb\xe9\x1a\xa3\x29\x05\x5c\x84\x89\x27\x68\x3b\x98\x4c\x58\x0f\xcd\x14\x20\x7c\x60\x54\x3e\x22\x4c\x8e\x6a\x85\x7b\xe4\x51\xcc\x78\x76\x88\x17\x49\x2e\x0b\x23\x5f\xf6\x1d\x26\x7e\x60\x5c\xf3\xcc\xd1\x86\xdf\xb5\x45\xc6\x30\x6f\x1e\x58\xf2\x2c\x33\xe3\xa5\xbc\xe2\x3b\x1a\x63\x21\x32\xe0\xe4\x83\x39\x11\x16\xce\x1f\x46\xa3\x51\x88\x13\x41\x91\x87\xd4\xc1\xf7\x18\x86\x6e\x2f\x22\x24\x60\x0c\x50\xa4\x79\xb3\x84\x3b\x8b\x48\xd7\x55\xcb\x8b\x39\xa8\xef\xac\x81\xfd\x6d\xe9\xc4\xe4\x43\xa2\x54\x9f\x38\x2f\x8f\x7e\xa8\x51\x29\x65\x35\x8c\x4f\xfb\x23\x03\x07\xcc\xc6\x6d\x2b\x83\xa0\xbf\x94\x79\xaa\x45\x42\xfb\x7d\xe0\xe7\xfd\x38\x58\xaf\x73\x0c\xd5\xed\xb9\x9e\x52\x64\x7e\xe4\xe3\x45\xa1\xea\x12\xf2\x2d\x9b\x5c\xd4\x0b\x51\x31\x79\x2d\xca\x12\x43\x7e\xcf\x36\xec\x7b\x3e\x2b\xb3\x84\x1d\xca\x52\x30\x22\xbe\x48\xe9\x94\x37\x14\x44\x6b\x18\xef\xee\x2e\xb2\x6a\x59\xcf\x46\x89\x5c\xed\xae\x4c\xa6\xb4\x5d\xeb\xfd\x8c\x16\xce\xbb\x4f\x9f\x7c\xf7\xdd\x9f\xec\xfd\xae\xbb\x9a\x7c\xf8\x10\x10\xb3\xd1\x08\x79\x50\x76\x47\xeb\x79\x6e\x77\x34\x40\x4b\x2a\x7d\xb6\x9b\x41\x05\x97\x55\xd1\x5c\x66\xaf\x91\xff\xb1\xea\x73\x4c\xc7\x50\xa4\xa2\xc4\xb7\x30\x43\xee\x03\xa5\x81\x85\x38\xa9\x5d\xf5\x9f\xa4\x96\x81\x7b\xb1\x92\x70\x47\x01\xb7\x68\x3f\x92\x67\xb1\xa7\xbf\x35\x7b\xc2\x76\x18\xec\x27\x76\xa4\x67\xa0\x90\xb7\xb4\x8d\x23\x95\x45\xc6\x5f\x69\x1c\x63\x3b\x0c\xff\x35\x5a\x5e\x1a\x07\x7f\xcc\x44\x21\xe6\x19\x84\x0e\x57\x49\x89\x4a\x2d\x4c\xc6\xf3\x29\x37\xe2\x42\x54\x06\x04\x2d\xdc\xa2\xbd\x95\x9c\x25\x60\xd2\x60\x5f\x87\x6e\xc6\x8e\xa1\xb4\x17\x26\x9d\x76\x33\x48\xbf\xe3\xea\x0c\x8f\x96\x03\x01\xc6\x75\x1c\xec\x05\xaf\x9f\x87\x28\x7d\x6a\x31\xb9\x92\x6c\x06\x0c\xc7\x0c\xd4\xf4\xad\x8a\xf7\xdd\x5f\x6f\x50\x14\x0b\x9b\x6a\x09\x06\xec\x34\x91\x67\xd3\x03\x26\x6e\x2b\x51\xa4\xe0\x34\x37\x64\xd3\x17\xfe\xef\xe7\x7d\x3e\x66\xd3\x83\x21\x9b\x8d\xd9\xf4\x45\x2c\x80\x5a\xf1\x51\x93\x67\x40\x97\xac\x60\x3c\x20\xf4\x7d\xae\xa5\x3a\x8c\x0f\x32\x88\x2d\x00\x4d\xb3\x41\x9c\xdb\xa0\x3f\x7b\x48\x2b\x08\xce\x01\x35\x1b\x06\x38\x75\x71\x55\xc8\x9b\x82\xdd\x0d\xce\x4c\x75\x12\x58\xdd\xef\x96\xcc\x09\x81\xd0\x1a\x66\x22\xbe\xeb\x5c\xf0\x2c\x5c\xf0\x83\xa6\xde\x58\xf0\xa7\x82\xe9\xa1\x33\x6e\xc8\xdb\x1e\x7d\xe1\x57\x80\x87\xde\x03\x0c\xc4\x41\x81\x17\xbc\x59\x5d\x68\xae\x79\x6e\xc2\x1f\x8e\xd8\x3b\x4d\x06\x48\xcf\x81\x9c\xb1\xcb\x92\x4f\x21\x43\x66\x1b\xf6\x54\xb3\xbc\x2b\x49\xfa\x15\x13\x3b\x91\x2b\x97\xec\x19\x50\xbe\x5a\x8a\x8d\xd5\x35\xc3\xb0\x29\x53\xe2\x1f\x35\x86\x43\xca\x37\xa8\x6f\x73\x43\x8d\xc0\xea\x12\x35\xca\x36\x3d\x0b\x0c\x41\xe8\x8c\x9d\xec\x59\x63\x71\x78\x9c\x40\xcb\x4b\x88\xf9\xa8\xaf\x7e\xa3\x56\x42\x3a\x84\x4b\x58\x89\xd5\xcc\x10\x9e\xae\x57\x2f\xaa\xba\xc3\xa6\xc1\xb2\x2b\x49\x00\xc3\xf5\x43\xfc\x04\x32\xb4\xb4\x6b\xd5\xcb\x88\x28\xe4\x42\xb1\x1d\xf6\xb6\x10\x06\x50\x2e\xc0\xa4\xaf\x7f\x5f\x65\xb7\xa0\x7e\x0f\xa0\x60\xc0\x2f\x4b\x88\x10\xae\x61\xc8\x4b\x61\x4d\xe5\xa3\x18\xa5\x27\xe1\xbe\xa6\x06\x94\xbf\x11\x5d\xc1\x20\x91\x7d\xbd\x3b\x63\x24\x25\x38\x1e\xfd\x18\x8d\x46\x7a\xed\xf0\x0b\x54\x59\xbc\xd8\x04\x64\x16\x5f\x5b\x44\x7a\x00\xfd\x50\x6e\x6b\xdd\xdb\x90\x9d\x51\x8a\x6b\xe8\xef\xc2\x68\x26\x6d\x02\xf0\xcf\xc7\x6a\x8c\x0a\x83\x0e\x3d\x8c\xd3\x14\xfc\x47\x45\x78\x0a\xe1\x4a\xd1\x53\x88\xa4\x2a\x30\x52\xf4\x78\xa9\x47\x51\x23\x74\x37\xa2\x1e\xe1\xbe\x4c\x44\xc1\xcb\x4c\x2a\x52\x09\x6f\x64\xcd\x6e\x78\xe1\xa1\xcf\xf9\x57\xe2\x5a\x94\x1b\x8c\x2d\x83\x29\x83\x10\x17\x24\x98\xb5\x64\xc5\xe2\xfc\x2b\x3c\x4d\x25\x3b\xff\xca\x99\xfb\xd0\xfb\x0a\xd8\x95\xc0\xdb\x2e\x70\xa1\xe7\x5f\xb5\x9e\x95\x4f\x3a\x27\x30\xda\xe7\x9d\x95\x4c\x1d\x10\x31\x08\x5f\xe5\x9d\xa1\x0e\x69\x59\x51\x0d\xec\xe8\xa8\x0b\x3c\x44\x48\x4e\x6a\xe8\xff\x7b\x10\x3f\xf5\x20\x86\x07\xa9\x6f\x77\x64\xcc\xec\x4d\x12\xf0\x3a\xd6\x5e\xe8\x81\xe7\x95\x40\x30\x31\x7f\xf8\xa6\xbe\xf6\x82\xc4\x50\xa5\x78\xa1\xa1\xf5\xc6\x22\x94\x00\xfd\x0a\xbe\xe4\xd6\x76\xc3\x76\xd4\x6d\x76\xd4\xcd\x2a\x3c\x7e\xcc\xfa\x8f\x1c\x72\x42\x1e\x0f\xfa\xe1\xdd\xaf\x91\x3f\x02\x2e\xd0\xe3\x20\x26\xc1\x54\x5c\xc1\x76\xc7\x84\x58\x7c\xc4\x6e\x63\xc2\x35\x45\xc2\x55\x30\x51\xd4\x2b\xb8\x24\xb3\x0a\xde\xfa\x14\x08\x35\xf8\x96\x84\xe6\x75\xe6\x9d\x55\x57\xec\x73\x48\xfb\x85\xdb\x39\xb4\x19\x58\x7c\x13\x27\x26\x0b\x68\x3d\x84\x71\x70\x12\x28\x42\xac\xf8\x7a\x2d\xd2\x16\xd3\x9a\x6a\x29\x8e\x74\xef\x3b\x0c\xfe\xa9\xa4\x99\x0c\xcc\x25\x10\x15\xcc\x20\x28\x70\xa0\x11\x16\x14\x89\x0a\xcf\x46\x20\x84\x88\xa2\x2a\x37\x43\xc3\x03\x30\x85\x8f\x33\xae\x7e\x86\xd6\x59\xb0\x4e\x63\x99\x02\xe7\x91\x1a\xa2\x36\xcf\xaf\xa5\x29\x6a\x2f\x65\x85\x2c\x57\xc0\x39\x68\xf1\x06\x9c\xbb\xd0\x66\xd0\x01\xaa\x56\x35\x3e\xbc\x99\x67\xe3\xae\xe7\x98\x15\x5f\xeb\x55\xbf\xd8\xe8\xbd\x7d\x36\x7d\x0e\xe2\xfe\xaf\x37\xa0\x27\x98\xe2\xf9\x02\x55\x11\x81\x6e\x8c\x29\xf9\xf7\x23\x9f\xa5\xfd\x20\xa0\x82\xb3\x3a\xf2\x0d\xc0\x86\xe7\xc5\x80\x5e\x04\x9d\xfb\xd6\xd9\x45\xd3\x46\x6c\x77\x57\x2f\xeb\x99\x66\xe9\xc1\xae\x0d\x6c\xe1\x36\xa0\x26\xcd\x72\x51\x32\x95\x41\x10\x36\x27\x4c\x97\x02\x62\x26\x40\x4e\xb5\xaa\xcc\xd6\x90\x37\xcf\x76\x6a\x39\x41\x63\x24\x31\x80\xd5\x78\x48\xee\x87\x04\xa4\x95\x93\xaf\xc9\x48\x4f\x24\x98\xf1\xf3\x7e\x7f\xdd\xbe\x58\x3f\x66\x08\xf8\xcf\x20\x26\x33\xba\x05\x37\x88\x5b\xde\x11\xf0\xb9\x6a\x72\x37\xc1\xa4\xe1\xfd\xf5\x60\x00\x12\xc0\x3a\x38\xe4\xbb\xbb\xe6\x42\xb2\x5d\x92\x03\xe2\x2f\xb5\xaa\x2c\xae\xb0\xfe\x4c\x24\x5c\xa3\x96\xc6\x25\x58\xfd\x74\xb3\x16\xa7\xb0\xe7\x78\x57\xe8\xe9\xcd\x64\xb5\x64\x37\x7c\xa3\x06\x0d\x3e\xdd\x6c\x76\x7f\xed\x3c\x47\x86\x06\x27\xce\x5c\x20\xd6\x20\xc3\x54\x8b\x69\x1e\x63\x77\x06\x8e\xc6\x3e\xe5\x3a\xb2\x0a\x04\xc8\x3d\x7a\x74\x3d\xd8\xc3\xc4\x66\xf9\xc6\x86\x85\x47\xe5\x97\x42\x7e\x01\x6f\xf8\xf8\xa9\x5c\x60\x66\x10\xf7\xb0\xe9\x1c\x88\xd2\x0c\x0e\x08\x2f\x37\xf1\xc3\xac\x9c\xfd\x42\x04\xc0\xd5\x31\x96\xfb\x8e\x91\xf8\x8d\x2e\x3c\x1c\x40\x1f\x54\x39\xfb\x05\x8e\x57\x8b\x49\x8f\x8f\x8f\x72\xf6\xcb\xc0\xda\x7a\xf1\xb2\xa4\xa7\x56\x4f\x84\x74\xef\xe2\xce\x3c\x0f\x0d\xae\xe4\xec\x17\x70\xb8\x73\x59\x7b\x8d\xc5\x90\x33\xb2\x6a\x30\xa5\xd3\xac\xd8\x18\x35\x0e\xc6\x1e\x04\x73\xe5\xac\xc8\x56\x3c\x67\x7c\x05\x56\x62\x72\x0e\x21\x12\x35\xc8\xd3\x5a\xaf\x97\x93\x2f\xba\x01\xbf\xe6\x55\xe5\x2a\x43\xb7\x74\x25\x57\x48\x20\x51\x43\x8c\x7c\x27\x88\xed\xf5\xda\x7a\x8b\x2d\xb9\x21\x83\xd4\xc5\x68\x34\x2a\x85\xaa\xf0\x5d\x42\xaf\xdf\xf1\xb4\xa3\xd0\x63\x7e\x26\x96\xfc\x5a\x28\xa6\x59\x53\xb6\xaa\x93\x25\xcb\xb3\x2b\x11\x31\x17\xc8\x3f\x5b\x6b\x30\xe4\xc2\x56\x9a\x53\x88\xa3\xe6\xe3\xdd\x53\x2b\xba\xe2\x6e\x93\xbc\x56\x2e\xba\xbe\x3e\x3c\xe4\x5c\x7f\x2d\xb3\x54\x31\xb5\x2e\x05\x4f\x81\x27\x04\x96\x00\xfc\xe3\x78\xce\xd6\xa2\x9c\x6b\x42\x5f\x24\x9e\xed\xe8\xa9\x10\x50\xc0\x2a\x81\x5e\x12\xe0\x81\xbf\x28\x65\x5d\xa4\x63\xa8\x61\x54\x7c\xbf\x28\x5d\x0f\x54\x7c\x1a\x90\x3b\xd7\x6a\x47\x83\x03\xff\xd5\xe0\xd8\x7d\xda\x8d\xd9\x8e\xdb\x04\x2e\xd9\xaf\x64\xd7\x13\x1a\x47\xca\xb9\xc6\x29\x30\xf3\x26\xf3\xff\xdf\xe8\x04\xe8\xc5\x3c\x9b\xbe\x9d\xfd\x62\x75\x37\xf8\x48\xf9\xcc\xaa\xb9\x8a\xcd\x73\x3a\x1e\xba\xda\xd0\x9b\xf1\x98\xf5\xaf\xc4\x46\xce\xa1\x80\x6c\x4a\x74\x4f\xf7\x26\x08\xf8\x14\xb7\x31\x63\x98\xd2\x32\xad\x20\x59\x80\x8b\x53\x75\x25\x36\xfa\x24\xe8\xa3\xea\xb3\x8d\x6e\xde\x36\xd0\x14\xa4\x07\x9b\x4c\x26\x6c\xe7\xa9\x66\xf3\xe4\xec\x97\x98\x0d\xd4\x35\x82\xf7\x54\x3d\x19\xe3\x36\x6b\x0e\x74\xb7\xba\x9f\x2c\x63\xb8\x02\xc0\x34\xc3\x6b\x80\xa3\xe1\x0f\xa5\xac\xd7\x68\x2f\x1c\x3f\xc7\xb7\x5b\x0d\xfc\x55\x6c\xaa\x6c\x0d\x6d\x55\xd4\xa0\x36\x0d\x76\xaf\xa0\x92\xda\xc5\xca\x87\x1a\x32\xbc\x3d\x8a\x27\xd6\x88\x4c\x0a\xa0\x37\x2c\xe9\x32\x06\x78\x5f\x64\xff\xa8\x05\xd6\x41\x10\xd5\xf0\xe5\xf8\x65\xf0\x96\x8f\x13\x19\x07\xe3\x34\xa8\x1c\x04\x3d\x05\x75\x71\xa6\x4c\x5e\x91\x6c\x96\xa3\xe2\x18\x22\xa3\x6a\x52\x54\x8a\x45\xa6\xc9\x13\x60\x00\xb8\x59\x11\x2e\xa4\xac\x2e\xbc\x42\x3a\x3e\x7a\xfd\x6d\x1e\xf6\x38\x91\xd7\xbc\xe0\x0b\xe3\xcc\xb0\x2e\xb3\x6b\xcd\xa3\x92\x83\xe8\x65\x06\xe0\x4a\xc4\x38\xaa\x8c\xd9\x53\x82\x6f\xd6\x91\x95\x7c\x4c\x69\xe0\x16\xdf\xbe\x10\x62\x77\x06\x7d\x6d\xcb\xb5\x28\x21\x6e\x7c\xfa\xd7\xcf\xee\x02\x35\x61\x89\xa0\xb0\x9c\x6d\x3d\x84\xdb\xed\x1d\x21\x2f\x35\x63\x1f\x1c\x7e\x8d\xdd\xdf\x80\x5c\xda\x52\x80\xf4\x95\x58\x83\x14\xab\x36\x45\x42\xcd\x6c\x14\x94\xac\x20\xd0\xc8\x14\xc4\x2f\xfc\xf5\x8a\x6f\xf0\x92\x30\xb3\x0c\xaa\x4d\xac\x22\x92\x7a\x7b\x41\x8a\x62\x60\xde\x21\xda\x4b\xb2\x14\xc9\x95\x48\x4d\x6a\x5f\x51\xd0\x36\x23\xa8\x21\x96\xb1\x49\xcf\xea\x8d\x48\xdd\xbd\x37\x71\x49\xf4\x75\x88\x6f\x3c\x28\x1a\xae\x45\x92\x41\x5e\x5d\x7d\xb5\xf4\xc5\x68\x31\x62\x2f\x91\x54\xb5\x8f\x00\xa2\x01\xd7\x7f\x63\xb8\x63\xb5\x94\x37\x98\x89\xd7\x00\x1f\x00\x76\xa4\xdb\x06\xeb\x23\x15\x6a\xbc\x3c\x69\xcc\xdc\xa0\x6b\x7d\xd5\x91\x93\x36\x87\xfc\xb1\x74\x83\x63\xf4\x8f\x4a\x1a\xb7\x42\x9b\x16\xab\x54\x4c\xce\xa9\x4f\x9a\x26\xe4\x19\x44\x5f\xc3\xd4\x87\x37\xf4\xf9\x9e\xce\x0b\x11\x04\x9b\x61\xdb\x07\x3e\x1c\x47\x06\x81\x7c\xe0\x1c\xf8\xfa\x2c\xcd\x90\x39\xf7\xc8\xf0\x58\x98\xe3\x82\xad\xa9\x0f\xab\xc5\x38\x7d\x50\xab\xdd\xf3\xb6\x40\x17\xc7\x54\xa7\x3f\x88\x8f\x62\x68\x9e\x56\x2d\x33\x35\xb2\xc7\x36\x48\x74\x62\x17\x75\x5c\x64\x10\xda\x0e\x4d\x31\x30\x25\x14\x78\xea\x54\xf0\xff\x56\x94\xa4\xf0\x3e\x9a\x23\xa6\x96\x4b\x79\xe3\x61\x97\x99\x01\x46\x6c\x56\x3e\xf4\x47\x21\x04\xf0\x8e\xef\x06\xff\x0e\x9b\xee\x7e\x8f\x79\x4b\xcd\x71\xc3\xfd\x2f\x64\x95\xcd\xb3\x8d\x87\x82\xde\xbe\x53\xef\x96\xc8\x99\x08\x25\x4d\x38\x66\x45\x56\xf5\x3b\x87\xb7\x6f\x32\xf6\x86\x03\x28\x6e\xc3\x96\xce\xb2\x76\x88\x9f\x10\x4d\x56\x18\x74\xa0\xca\xd6\x6d\xf0\xb9\xf2\x28\xd2\x0e\xc1\x18\x6d\xf4\xb1\x75\x58\xdb\x52\x49\x07\x3d\xd0\x55\x1a\x38\x59\x6b\x65\x5b\xd1\x06\x46\xd1\xa7\x16\xf0\x3d\xc6\x50\xa4\xaa\xec\xf8\xa5\x8b\xd1\xe9\x4f\xd7\x07\xa9\x99\x54\xdf\x9b\x75\x48\x55\x87\x6e\x64\xf7\xea\x45\x07\x2d\x8a\xae\x89\x16\x11\xeb\x66\x1f\x6c\xe2\x43\x65\xcf\x71\x31\x8f\x6c\xdf\xcd\xec\xb4\xa0\x57\xbc\x16\xe5\x3c\x97\x37\xa7\xa2\x3a\xa5\xbb\x00\x33\x4a\x26\x42\x29\x14\xbf\xe0\x3f\x32\x8b\xc0\x1d\xe7\x69\xfa\x8e\x97\xa2\xa8\xde\x52\x6b\x7f\x71\x4e\xbc\x84\xba\xd1\x0d\x73\x86\x42\xc4\x95\xd8\x98\xe1\xd4\xa8\x92\x24\x3f\x0f\x2e\x02\x83\x20\x2b\xa0\xee\xee\xda\x24\x73\xc4\x33\xf8\xe0\x26\xc6\xaf\xf6\x6e\xba\xf8\xe2\xa3\x79\x5f\x2e\x44\x45\xdf\xab\x35\xda\xe7\x0c\x9c\xbf\x2d\x80\x44\x86\xa2\xa7\x5e\xb9\x01\xe0\xb9\xb5\x8a\x81\xc7\x82\x51\x7c\xfd\x9e\xf9\x33\x18\x19\xde\x46\x2f\xc9\x2f\xb0\xf2\xfa\x98\xba\xb9\xfa\xa4\xd6\x7e\xc2\xe4\x9f\x04\x8a\xdc\x46\xc9\xcf\xd3\x14\x84\x35\xd4\xef\x6b\xc6\x03\x29\x05\x2f\x85\x71\x2d\xca\x37\x70\x0d\x45\x57\x95\x43\x17\x98\x51\x70\xdd\x7e\xfc\xc8\x1e\x6d\x3f\xe6\x1e\x62\xe1\x4e\xe0\x15\x34\xf1\x4e\xde\x7e\xc0\x83\x8e\xde\x1d\x9d\x9c\x1e\x9f\x4e\x8f\x5e\x5e\xfe\xf5\xe8\xbf\xa7\xc7\xef\x2e\x0f\x5e\xbe\x3c\x7a\xc9\xc6\x61\x2d\xbf\xcc\xe2\x94\xe3\x80\x47\x25\xcf\x94\xa0\x77\x1b\x18\x72\xe8\xab\x5b\x0c\x1b\xb9\xf6\x8c\x00\x19\xf3\x79\xce\x56\x80\xbb\x08\x34\x8d\x88\x21\x56\x49\xd2\xd2\xac\x9d\x9c\x91\x07\xfd\xe7\xd0\xb2\xda\xfa\x6d\xbb\xba\x66\x30\xb6\xe3\x11\x20\x39\xdf\x4e\x7f\xb0\xa3\x6d\xd4\x27\xe6\xc2\x5b\x03\x98\x14\xe2\x26\x24\x37\x0f\x27\x04\xcd\xe3\xd9\x7e\x1e\xc3\x21\xdc\xbc\xc2\x7e\x64\xae\xcf\xdb\xd4\x75\x12\x9e\x9f\xe3\x97\x17\x1e\xf5\xb3\x95\x43\xe2\x47\xfb\xd2\x7c\x0c\xeb\x5d\x67\x20\x46\xf4\x4c\xe5\x60\xb3\x71\xa4\x11\xd5\x61\x13\x37\x97\xa8\x68\xaf\x39\x16\x9d\xb6\xac\x08\x26\x1d\x50\xca\xc6\x42\xa2\xb3\x1f\xe6\x59\xa7\x7e\x51\xb5\x4d\x84\x1b\x5f\x11\x6b\x40\x20\x8b\x3e\x2e\xb6\x4c\x2b\x3d\x6e\xac\xa1\x8b\x34\x6f\x27\xeb\x6d\x80\xda\x42\xe4\x5b\xaa\x87\xcb\x3b\xd1\x87\x9b\x28\x09\x10\xb9\x36\x52\x96\x15\x4d\x2a\xf6\x45\xe8\x58\x27\x9d\x69\x23\x50\xef\xdf\xbd\x3c\x98\x1e\xbd\x1c\x86\x2f\x3a\x86\xfe\xb4\xac\x34\x30\x85\x7b\x28\x3d\xf2\x28\x52\xeb\x8b\x8f\x47\x75\xac\x68\xfb\x10\x36\x6a\x2a\x29\x09\xf9\x4e\xc8\x50\xd0\x2b\xca\x95\xc7\x5d\x91\x07\xe4\xe7\x50\xa4\x2f\xcf\x8c\x05\x34\xae\x88\xb8\x2c\xb3\xa8\xfb\x48\xdd\x3d\xac\x97\x4f\x06\xfd\xcb\xcc\x3f\x4f\x1d\x5c\x80\x3e\xbe\xe3\xa0\x62\x17\x9d\x72\x1c\x1a\x7b\xfc\x78\xeb\x51\x0d\xd7\xb6\xed\xa0\xfa\x04\xf3\xd3\x6f\xe3\x93\xa3\xd7\x6f\xff\xd6\x79\x1f\x53\xa9\xe3\x9b\x02\x0a\xa7\xbc\xd3\xda\x2b\x45\xeb\x11\xfd\x02\x07\xf4\x93\xd9\x80\x10\x76\x5b\xf8\x81\x0e\x16\xa0\xe5\x9c\xbd\xe6\x45\x0d\xfa\x80\x3c\x47\x2b\xd1\x4a\x94\x8d\xc5\x06\x78\x2a\x42\x51\xbf\x1f\xa1\xd8\x43\x68\xce\xd1\x9b\xe9\xd1\x89\xd9\xa8\xd7\x6f\x5f\x1e\x0d\xda\x59\x8f\x78\x72\xb7\x59\x75\xcf\xdc\x6e\xb3\xea\x57\x4e\xed\xef\xc7\xd3\x07\xcc\xec\x07\x51\xa1\xb6\x3d\x20\x37\x64\x26\x1a\x5d\x8d\x0d\xd5\xc0\x41\x9e\x5b\x44\x83\x28\x9d\xd6\x88\x63\x85\x42\x76\x73\x61\x0b\x41\xeb\x82\x00\x5a\xfe\xa0\xe6\xdd\xa6\xe3\x25\xd1\xcd\x65\x30\x5a\xf1\xb5\x26\x2d\x6c\xf2\x3c\x3c\xcc\x57\x62\x73\x41\x3f\x3a\x96\x7b\x90\xa6\xaa\x53\xd2\x22\x53\x0f\x9f\x09\xcc\xe6\x2c\xab\x14\x5b\x03\x5b\x65\xb6\x0c\x3c\x38\x21\xfa\x71\xf5\x60\x26\x12\x25\x36\x12\x0b\x3a\x06\x6f\x48\x7a\x1e\xa8\x77\xd8\x6b\x99\x62\x8e\xa4\x2b\xaf\xc7\x21\x36\x12\xa9\x48\x89\xdf\x58\x51\xb5\x26\xe8\xb7\xb2\x87\xe1\x5e\x44\x5b\x13\x32\x9f\xf3\x3a\xcf\xed\xb4\x27\xec\x6c\x34\x1a\x79\x1d\x05\x84\xd0\x50\x55\xbf\xc9\x68\x2d\xd7\x36\xce\x9e\x26\x3e\x41\xa1\xe7\xd0\xf8\xa4\x21\xca\xe0\x36\x84\x5c\x6b\x4c\x96\x83\xde\xda\x18\x26\xc8\xa2\xe9\x77\xf4\xf8\x71\xd0\xf1\xa8\x65\x77\xda\x0c\x30\x03\xfe\x22\x84\x41\xc0\x52\xb4\x74\x37\xbe\x77\xc0\xc8\xfb\xa2\xc9\x67\xd8\x69\xc4\x8a\x86\x06\xca\xbf\xc3\xdd\x0f\x8c\xdb\xb2\x02\x95\xaa\x66\x64\x0a\xf0\x01\x3a\x5b\xf0\x73\xe5\x4c\xd5\xb3\x95\x28\xea\x26\x1a\xe9\xaf\x47\xb7\x22\xa9\x2b\xd1\x37\xed\x5f\xd4\x55\x25\x0b\xbb\xed\x7e\x98\x33\x9c\x5f\x4b\xd1\xe0\x53\xa8\x59\xe3\x56\x3c\xfa\xfb\xd1\xe1\xfb\xe9\x91\x77\xbb\x74\xcc\xc5\x42\x32\x9a\x88\xf1\x44\xeb\x20\x14\x5e\x7c\x9b\x50\x79\x61\xd3\x87\xdf\x73\xee\xfd\xf3\x73\x3f\x9b\x36\x44\x5b\x02\xc3\x5c\x11\x25\x2a\xc4\xad\x11\xd5\x34\x2b\x97\xcd\x31\x42\x32\xd8\x25\xc6\x04\xa2\x7b\x96\xb8\x79\xf4\x44\x12\x0a\x79\x9f\x20\x87\x92\xfb\x57\xda\x1f\x0c\x62\x7d\x4e\x48\xb6\x3f\xd8\x5b\xfe\x43\x74\x2c\xd8\x9d\xeb\xd6\x45\x65\x8c\x1e\xd5\x6e\x78\xe9\x79\xd4\xee\xea\x9f\xbd\x3d\xf7\xd6\xf4\x13\xd7\x8b\x05\x65\x3e\x92\x54\x2d\x83\x50\xb2\x78\xc8\xb6\xc3\x35\xad\xc0\x44\x45\x9a\x47\x5d\x91\xbd\x5d\x97\xdd\xa2\xf5\x17\xec\x70\x9e\x70\xfe\x84\x33\xa1\xa1\x50\xab\x28\x02\xc7\x9a\xf6\x7b\x4a\xa6\x24\xca\xd9\x8d\xd2\x2e\xda\x2e\x82\x76\x66\xce\xef\xbc\xf6\xfe\xc0\x74\x61\xe8\x13\x19\x2c\xd1\xc4\xaf\x6e\x5f\xa6\x5b\x56\x61\x92\x35\xbd\x33\x06\x75\xed\x63\x18\x7b\xd1\xa8\xc3\x19\x57\x10\xa1\xbf\xbd\x57\xb6\xc3\x7e\x32\x8f\x1e\x5d\x53\x69\x31\xb0\xd2\x9b\x79\xe8\x66\x96\x6f\x4e\x7c\x20\x3c\x7b\x87\x16\x57\xc1\x96\x58\xd9\x00\x91\x18\x10\xf5\x1d\x26\x04\xf3\xdb\x7a\x14\x07\xbb\x68\x2c\x3f\xe8\xc8\x96\x5b\x39\x03\x0d\xaa\x1c\x93\x05\xb1\xcc\xec\xb2\x26\x13\x7c\x07\x82\xbb\xa2\x94\xfa\x8e\x1e\x89\xe2\x7a\xf4\xe6\xed\xcb\xa3\xcb\xa3\x37\x7f\x83\xfb\xaa\xb7\x2e\x65\x5a\x63\x1c\xec\x81\xcb\xf4\x63\x5f\xb6\xfd\x09\xbf\xa1\x5d\x08\x16\xd1\x70\x0e\x68\xb4\xc8\x08\xeb\x43\x83\x45\x0d\xd6\xfe\xcf\xbf\xfb\x10\x00\xee\xce\x19\x36\xf5\x7e\xf7\x21\xee\xe9\xae\x87\x4f\xb5\x3e\x52\xf5\x74\x0f\x0d\xb8\x61\x4d\x40\xfb\xde\xcf\x9d\x32\xef\xc3\x0e\x71\x47\x54\xd0\xd7\x7c\xdd\x52\xb9\xf5\xcc\x73\x96\x8a\x75\x29\x12\x78\xcf\x74\x04\x20\x3a\x9b\xff\xe3\x0e\xbb\x99\x74\x26\x0b\xbd\x58\xec\x80\xe2\x42\x7b\x65\x10\x16\x5a\x94\x02\x8d\x20\x94\x3b\xa3\x68\xed\x46\xb6\x93\x68\xfd\x98\x61\x26\x0a\x91\xc1\x29\x04\xdf\x77\x59\x82\xfd\x3b\x78\xd9\x41\xe4\x11\xdb\x76\xdb\x81\x7c\xe9\x8d\xaf\x8f\x60\xfb\xf1\x73\x67\x2f\x5a\xcc\x38\xd8\xc7\x67\xef\x9e\x37\x8e\xd1\x67\x1f\x18\xdf\x14\x38\x1c\x34\x3a\x29\xb8\x15\x78\x36\xa3\x83\xe2\x9f\x93\x5c\x54\x41\x3f\x98\xac\x9b\x4d\xd8\xf6\xb3\xb3\x76\x27\xe1\x86\xe3\x51\x00\xf3\x27\x1b\xd8\xc7\xa1\xe4\xe8\x67\xcf\x22\xd8\x9c\x7a\xbb\x1f\xf6\x18\x4f\xa2\xe5\xb4\x1a\x14\xeb\x85\xb5\x34\x8e\x4c\x95\x5b\xd6\xf3\xcd\x84\xfd\xcc\xde\x2b\x81\xe7\xbe\xd1\x81\x3e\xd0\x98\xdb\x36\x98\xed\x5d\x44\x4f\x9a\x1d\x3f\xec\xf0\x3f\x20\x9a\x07\x98\x8b\x1d\x2a\xf5\xf0\x5c\xb3\x9a\x58\xe8\x6f\x43\x76\x3c\x5d\x8a\x55\x5b\x96\x5a\x68\xb3\x53\x77\x05\xea\x38\x99\xbe\xea\x0e\xf2\xe1\x7a\x69\x6f\x8f\x2e\x2e\x1e\x8d\x6a\xaf\x76\xfc\x3d\x4f\x2a\x59\x6e\x30\x08\x68\x10\xe1\xc3\x7a\xeb\xfb\x0d\x34\xf8\x8e\x4f\x73\x59\x55\x7c\x96\x0b\x80\xd9\x74\xb3\x46\xde\x1f\xbe\xbb\xbf\x94\xfb\xf3\xa5\x98\x67\x05\x10\x69\xf7\x8d\x06\x76\x1f\xf4\x66\x0f\xc3\xfe\x9d\x64\x02\xdf\x68\x92\xf8\xe1\x25\xf2\x9d\xa6\x25\x7d\x7d\x87\x07\x57\xa4\xe1\xf7\xbf\xf1\x3c\x4b\xa3\x9f\xa7\x4b\x59\x56\x4b\x5e\xa4\xc3\xf3\xc2\x5b\x36\x4c\x3d\x24\xe6\xd3\x20\x82\x96\x7f\x09\xa1\x95\xc7\xc6\x64\xf7\x00\xbe\x04\x0c\x07\x95\xee\x25\x32\x53\xf4\x7b\xe0\x50\x83\x95\x42\xc9\xfc\x5a\x50\x46\x45\x5e\x57\x72\xc5\xab\x2c\x01\xdb\x6f\xa1\x89\x26\x30\xf4\x50\xd5\xb4\xa6\x0c\x3e\x18\xca\x9f\xb0\xd6\xd8\xca\x22\x01\x3f\x60\xb3\x0d\x91\x29\xab\x4a\xb5\x03\x65\xc4\xa0\x41\xc8\xbc\x95\xbc\x36\x73\x75\x6e\xb6\xd8\xe5\x32\x13\x25\x2f\x93\x25\xe4\x30\x9a\x6d\xf4\x9d\xa1\xaf\x17\xf2\x4e\x07\x49\x83\xdc\xd3\xbd\x55\x4a\xca\x03\xec\x2f\x56\xea\x1b\x70\x2d\xca\x1d\xc8\x6b\x34\xe3\x4a\x0b\x4a\x26\x5d\xf0\x2f\xea\x96\xa5\x90\xc2\x3c\xbb\x36\x0e\x2b\x7a\x98\x9b\xac\x5a\x9e\x5a\x10\x22\xf8\x5c\xbd\x55\xad\x30\xe8\xc5\x52\xb0\xef\x8f\x4f\x4e\xa7\xec\xd5\xf1\x9b\x23\xa3\xc7\x81\x71\x2a\x89\x06\xaa\x89\x2c\x75\xab\x9c\x5c\x06\xde\x03\xb5\x31\x40\x59\x97\x7c\xb1\xe2\xa8\x1b\xa1\x2d\x55\x6e\x68\x46\x38\x0f\x31\xb6\xc3\x85\x9e\x0a\xd1\x06\x09\x67\x31\x79\x08\x71\x39\x60\x95\x18\x1d\x40\x16\x6d\x0d\xac\x29\x7b\x0f\x1d\x27\x30\xc9\xd4\x88\x1d\xac\xd7\xa5\xbc\xcd\x56\x7a\x87\x83\x06\x3d\xc5\xf4\xb1\xe6\x55\x5d\xa2\xa5\x5a\x21\x6f\x60\x40\x7d\xd1\xde\x64\xa9\x66\x37\x14\x29\x57\x46\x2d\x77\xa7\x59\x9b\xe1\x5b\xf5\xec\xc6\x78\xb8\x9e\xbd\x7b\xce\x3e\x76\x06\xec\x80\xc2\x98\xad\xdd\x1f\xb3\x3e\x36\x70\x21\x2c\xd8\x63\xf6\x6e\x40\x91\x6d\xa0\xe6\x68\x34\x72\x91\x5e\xb0\x36\xfc\xef\x1b\x99\x8a\xb3\x0b\x60\x61\x31\x1c\x97\xa6\x23\xcf\xba\xc7\x0f\x22\x83\x68\x94\xd5\xf5\x29\xc1\x8b\x5e\xb4\x59\xc4\x9e\xb9\xc3\x4d\x9d\x51\xa6\x74\xd1\xc0\x4b\x8b\x71\x0a\x60\xa7\xd7\x20\x87\xdc\x01\xa8\x11\x49\x71\x3e\xc6\x0f\x7e\x54\x49\x1b\x6e\x77\xc5\xaf\x04\x03\xb7\x7e\x1b\x19\x02\x43\x75\xe1\x10\x78\x1b\xe7\x1b\x22\xc4\xa8\x03\x53\x2e\x55\xc6\xf4\xed\xcb\xb7\x63\xf3\x5c\x51\xa1\x15\x33\x26\xe0\xca\x8a\xc5\x3e\xda\x29\xe3\x49\xc4\xac\x5c\x6e\x14\x55\xcf\x80\x49\xc2\x18\xa9\xfe\x94\xf7\xa3\xde\x31\x68\x3c\x4d\x39\xc9\xe5\x6c\x26\x4a\x26\x6e\x33\x55\xd1\xf3\xbd\x8a\x5b\xe0\x88\x86\xba\x28\xb8\x56\x21\xb4\xbb\x71\x29\xf0\xbc\x2e\x52\x51\x09\x20\x14\x10\xc1\x00\x1d\xee\xd8\x25\x66\x3e\x42\x12\x03\xa1\xef\x21\xe3\x4a\x4c\x2f\x70\x4c\xe6\x54\xf1\x6e\x79\xc4\x9d\xda\x6c\x24\xe6\xa8\xe8\xe5\xca\xba\x42\x2b\xe5\x54\x62\x10\x05\xa2\x82\x14\x6b\x01\xe6\xda\xe8\xfe\x58\x51\x3a\x5b\xce\x66\xa2\xaa\x44\x69\xa2\x32\xac\x4b\x7c\xd9\xf0\xe8\x1f\x5f\xaf\x05\x07\xd5\x41\x56\x38\x12\xb8\x6f\x81\x68\xd6\xce\xd3\xb4\x14\x4a\xb1\x52\xca\x0a\x13\xca\xd1\xb0\x49\x1c\xc8\x23\x46\x1d\x1b\xcc\x23\x30\xc4\x40\xe8\x4f\x4d\xd6\x5d\x67\x83\x71\x23\xb2\x32\x65\x0b\x09\x36\xa6\x05\xa4\xf3\xa7\x8d\x37\x03\x69\xb8\xa7\x29\xaa\xb1\x91\xa9\xbc\x56\x23\x06\x96\xf3\xbc\x5c\x78\x18\x77\x28\x57\x00\x48\x0d\xc4\x6a\x29\x94\x60\x79\x56\x08\x85\x06\x69\x62\x04\xde\xa8\x88\xd0\x55\x7c\x5b\xa5\xd2\xb8\x27\x95\xd9\x62\x59\xa1\xa7\xa7\xe9\x1a\xc4\x4e\xb3\x4a\xd2\x85\x36\xa2\xc8\xa2\x9e\xc5\x1c\xc9\xd0\x72\x26\xb6\x8f\xb0\xb5\x40\x19\x43\x9c\x32\x25\xca\x75\x61\x79\xac\x1a\x2c\x08\x40\x6b\x61\x79\x80\x21\xf1\x4a\x01\xc0\x24\x9b\x4b\x94\x54\xdc\x49\xc2\xd3\xf7\xe6\xed\x54\x1f\x3e\xb4\xe3\xdf\x67\x07\xb9\x92\x43\xfa\x85\x36\xc0\xa0\xe2\x53\x68\xb7\xff\x8f\x5a\x28\x0d\x96\x06\x9a\xd9\x10\x2e\x4b\x6e\xf4\xda\xd8\x07\x68\xd0\x41\xbc\x80\xe0\xe1\xba\x4b\x54\x42\xbd\xe4\x15\x07\xef\x1c\xb9\x58\xe4\x62\x74\x9d\x89\x9b\x71\xdc\x2b\x46\xea\x4f\xe5\x6a\x94\x8a\x6b\x91\xcb\x35\x9c\xa0\x5f\xd4\xf8\xe9\x1f\xff\xf4\xfb\xa7\xec\x7d\x91\xf0\x5a\xef\x88\x86\xd7\x51\x59\xca\x72\xec\x96\x47\xce\x41\xdc\x6e\x65\xdc\xf9\x4f\x74\xa4\x70\x9e\x43\x2f\xcc\xb4\xee\x02\xd9\x14\xfc\xd3\xfa\x08\xc8\xc2\x06\xdc\x8c\x00\x9e\xb9\x63\x56\x0a\xae\x24\xda\x29\xd8\x08\x55\x6e\x65\xb4\xcb\x6d\x9c\x84\xef\x48\x6d\xfd\x61\x23\xef\x95\x96\x76\x10\xa2\x67\x68\x5e\x17\xbc\x0b\x67\x10\xa6\xbb\x69\x65\xe7\x12\xd2\x9a\xce\x81\x1f\xb5\xbe\xca\x18\xbd\x84\xc9\x7a\x5d\x83\x04\x26\x8a\x94\xce\xa0\x3e\x06\xb5\x12\xa5\xe3\x5a\x63\xb9\x3a\x90\xa3\x89\x4f\xb5\x57\x19\xdb\x61\x2f\xb8\xf2\x05\x77\x78\x1a\x87\xd1\x40\x5f\xa0\xf7\x2c\x0c\x0d\x03\xa3\xa1\xd9\x5b\xe0\xee\x41\x3c\xfb\x0e\x23\x5e\xda\x7c\x19\xb2\xac\x48\xf2\x1a\x26\x4c\xea\x59\x98\x26\x4a\xe1\xe0\xe9\x6d\x78\x5f\x94\xb7\x57\xf8\x10\x11\xf9\x02\xfb\x6c\x7a\x90\x32\x24\x8d\xe2\xbb\x38\x66\xb7\x33\x64\x39\x75\xf3\x6c\x8a\xba\x43\xe3\xfa\xe1\xf1\xe5\x6c\x6a\x19\x72\x98\x6c\x50\xc5\x16\x81\x3d\xfc\xb5\x28\x91\x7d\x89\x61\x6b\x18\x0c\xfb\x01\x78\x0a\x1c\xf3\x39\x70\x23\x04\xa1\x71\x2c\xf8\x98\x4a\x60\x9e\x8e\x8a\x35\x7f\xf9\x54\x1c\x4f\x32\x8a\x56\xe6\xc3\x7a\xc2\x7a\x06\x0b\x7b\x60\xf5\x4e\x23\x07\x01\xc2\x8c\xab\xc9\x83\x86\x9a\x98\x58\x4e\x16\x73\xfc\x87\x1b\x8d\x23\xf1\xef\x58\x66\x62\x66\x86\x98\x7c\x95\xbe\x55\x5a\x3a\x85\xbf\x7d\x37\xc6\xdd\x5d\x4a\x2d\xbf\xf1\x82\x0a\x94\xfc\x86\xfd\xe5\xf4\xef\x43\x74\x38\x8c\x52\xc9\xd3\x55\x80\x3b\x90\x29\xd8\x37\x73\x40\xed\xec\x06\xcd\x4b\xc1\x96\x35\x12\x6c\xe1\xd3\x1d\x06\x95\x15\xe9\x7b\x53\x6f\xcc\x08\x8b\x7c\xcf\xd1\x09\xbb\xac\x4a\x5e\xa8\x9c\x57\xc2\x02\xae\xef\xef\x88\xe7\xca\xe8\xa6\x13\x58\x86\x41\xcc\x23\x63\x9e\x76\x09\xdf\xca\x3a\xa9\xbe\xb7\x9f\xfb\x21\xfc\x08\x74\xf1\x86\xb4\x4c\x39\x4c\x3d\x16\xed\x4d\xa4\x19\x8a\x4a\x47\xb6\xf7\xd8\x19\xd4\xb0\x6c\x60\x7c\x93\x40\x38\xc1\x39\x5b\x4b\x0c\x0c\x46\x5e\x76\xf8\xd9\x88\x04\x96\x8d\x9b\x9e\x62\xaa\x5a\x9b\x06\x2e\x2b\x34\x68\x54\x96\x30\x7d\x7a\x41\x6e\x9b\x33\x2b\xde\x8f\x82\x71\x69\xdf\x9e\x75\x4e\x14\xe2\x81\x39\x60\xde\xb1\xdd\xe7\x0d\x1d\x93\x06\x8d\xa3\x89\x93\x18\x5f\xbd\xce\x8c\x6e\xa6\xfd\x54\xef\x35\x1e\x39\x9f\x85\x5d\x6f\x99\xcb\x9d\x33\x18\x6b\x03\x3c\x12\xb8\xb6\x77\xd4\xf6\x9a\x7d\x37\xcc\xb0\x41\x9a\xda\x34\x51\xc1\xbd\xf6\xac\x71\x51\x74\xcc\x3c\x4a\xa6\xdc\x1e\xe1\x98\x3a\xa3\x5b\x6d\x83\x69\x72\x4d\xcf\xca\x32\xd3\xc6\x03\xce\xdd\x7e\x86\x8c\xe3\x2e\x11\xbe\x9b\x4b\xa0\x19\xba\x0a\xa4\xaf\xc9\xf3\x90\xca\xc3\xd7\xc1\x60\x8b\x0e\xc5\x49\x18\xc8\x7c\xc3\x95\x9b\xf0\x02\xac\x0f\x89\xd8\xfc\xe5\xf4\xef\x26\x00\x33\xfa\x46\x64\x06\x2f\xb1\x0d\xe9\x96\xb3\x12\x85\x7c\xb5\x96\x78\x45\x83\xab\x5f\x70\x51\xda\xe3\xce\x76\xd8\x3b\xc3\x4d\x6a\xaa\x66\x62\x2c\x37\xb5\xdf\x38\xc4\x0e\xd3\xbb\x1c\x8c\x4e\xde\xc5\xf0\x85\x78\x62\xf3\x02\x0a\x6a\x1a\x87\xb7\x1a\xe4\xe0\x00\xae\xbf\x8f\xe2\x54\x11\x5a\x32\x92\x73\x82\x5b\x1a\x80\xc1\x6d\x93\x86\x08\xb1\x06\x08\x90\xae\x4b\x76\x21\x2a\x94\xeb\xa7\x87\x01\x2d\xb2\xb7\x68\xa4\x53\xf3\xea\x41\xbb\xe7\x43\x16\x7f\x81\xcb\xa6\xf6\x68\xee\x61\xf3\xda\x81\x59\x8f\x63\x1d\xdf\x33\xf3\x44\xd6\x18\xe5\xb9\x77\xb3\xaa\x2d\xd5\xfc\x6b\x35\xb8\x23\xb7\x36\x82\x88\xa0\x46\x13\xb0\xad\xa6\x73\x8d\x72\x98\xc1\x73\xcd\x03\x6f\x40\x43\x6e\x36\x14\xd9\x3a\x13\x55\x05\x42\xab\xc2\x76\xd9\xfe\x46\xec\x44\x00\x85\xc5\x9c\x08\x92\x2d\x20\xc1\xc4\x46\x33\x53\xce\xb1\xc3\xec\xd2\xc8\x2d\x0a\xfa\x34\x37\x8d\x37\x09\x15\x83\x99\x3d\x6e\x6a\x3a\x1b\x0b\x6a\x7a\xa4\x16\x26\x1a\x89\x2e\x0f\x63\x99\x00\xaf\x16\x39\x9d\x16\x51\xc4\x2e\xe3\x98\x97\xe4\x12\x04\x42\xca\x86\x63\x75\x64\xc4\x02\x83\x1b\xb8\x55\x97\x79\x12\x75\x5d\x58\xa3\x20\x2d\x3e\x01\x06\x1b\xbf\xef\xcc\x29\x13\x80\xac\x7b\x63\xa2\x46\x41\xe1\xa9\x31\x63\x43\xc0\x84\x34\x9b\x43\x64\x5a\xff\x7c\xf5\x6d\x1c\x88\xcc\xa4\x33\x30\xde\x58\x03\xa7\xcd\xd4\x53\xca\x64\xad\x40\x72\x21\x92\xe1\x9b\x09\x43\x8e\x33\x0c\xc2\x64\x58\x7e\x1b\xfd\x23\xd3\xd2\xa3\x3e\xd4\xaa\x9e\x55\xa5\x96\x91\xbf\x47\x95\xdb\x10\xed\xb1\xd0\x75\x62\xe3\x04\xbc\x8a\x16\x48\x91\x0b\x2d\x6c\x28\x16\x88\x37\x2c\x2a\x9d\xbc\xfc\x4e\xba\x4d\x87\x72\xd5\xbb\x35\xf5\x6c\x1e\x70\x14\xce\xc8\x4b\x3a\xfc\x7e\xa1\x59\xc8\x98\x57\x89\x62\xe7\x04\x81\x2c\x4c\x14\xf5\x85\x4d\xe6\xf2\x3c\x90\xea\x1d\x9f\xd8\xa6\xdb\x84\x8d\x46\x55\x8a\xd5\xc2\x22\x71\x07\x05\x86\x42\xc0\x54\xa4\xd2\xc0\x08\x46\x3c\x35\x6f\xb9\x4e\xfe\x1b\x45\xc3\xfd\x24\x80\x2e\x92\xfa\x09\x35\x19\x6d\xed\x60\xb7\x29\x21\xbf\x49\x9f\xbd\x2e\x85\x12\xe4\x90\x6f\xff\xab\x96\xa5\xbc\x01\xfc\x01\x09\xba\xdf\x3b\x70\x1a\x7d\x8c\x48\x60\xc8\x2b\x6a\x9e\x83\xad\x1d\xb1\x77\xb9\xd0\xf2\x9c\x12\xde\x57\xf6\x0b\xbf\xe6\xa9\x4c\xe0\x4c\x42\xc0\xa6\xac\x98\xcb\x51\xaf\x35\x2d\xb0\xc7\xcc\x2d\xf9\xb5\x1e\x6f\x7a\xaa\xeb\x8b\x12\xef\x32\xa4\x2e\x4a\x80\xb9\x93\x64\xa4\x88\x2b\x80\xdc\x0a\x96\x4b\xb9\x0e\xf9\x33\x20\xdb\xee\x6a\xc7\x3e\xf4\xfd\xcf\x51\xf1\x87\x07\x15\x53\x8d\x13\xad\xf2\x19\xc7\x96\x69\x01\x5e\x3b\xd3\x6a\x0e\xd9\x7b\x6b\x08\x71\x42\xac\xb8\x8b\x48\x82\xef\x74\xfa\x14\xe1\xee\x53\x05\xd4\xde\xe7\x7e\x58\x9c\x75\x29\x67\x7c\x96\x6f\xa2\xc9\xeb\xf5\xd9\xa8\x9d\xfe\x2a\x1b\x6c\xd8\x25\x9e\x58\x50\xfc\x42\x20\x28\xf3\x3f\xcf\xfb\xfe\xfe\x02\xa6\x9d\x69\x1a\x77\x31\x8c\x70\xc9\x5b\x1e\xd0\x71\x48\x9c\x01\xef\xd8\xcb\x2c\xc5\xb8\x43\xa5\xc8\xf1\xa1\x79\x99\xad\x51\xd5\xc7\x66\xa2\xba\x11\xa2\xf0\x32\xb9\x55\x37\x12\xb4\x6d\x7e\xf7\xe1\x49\x23\x05\x56\x30\x01\x77\x0b\xb4\xcc\xce\x15\x8e\x90\x39\x78\xfc\xb8\xf1\xad\x7d\x51\x97\x81\x94\x62\xf6\x8d\xe7\x37\x7c\x03\x5a\x66\x3c\x04\x15\x05\x94\x43\x5f\x67\xe4\x56\x6e\x21\x35\x71\x82\x21\xce\x52\x32\xd0\x04\x45\xf7\x75\x26\x6e\x20\x66\x85\x8a\x06\x13\x5c\x65\xe8\x47\x5c\xab\xf0\x58\x79\x93\x8d\x66\x14\xae\x24\x2c\x6c\x59\x52\xdf\xbb\x2d\x49\x0d\x38\x72\x42\x2b\xfe\xe7\xb1\xd7\xf6\x2f\xe0\xbb\x50\xf9\xef\x7c\xa2\x0d\x02\x41\x58\x85\xc2\x44\xca\xca\x65\x75\x5f\x4c\x85\x8e\xac\x7e\xce\x46\x11\x6c\x92\x8c\x08\xaa\x3c\x15\x8b\xff\x22\xe3\xdb\x57\x58\xd1\x34\x66\x3c\x8d\x01\x9e\xe6\xf4\x5c\x26\xdf\xa6\x78\xfb\xab\xb5\x29\x78\x4e\xbc\x99\x04\x16\x47\x76\x2a\x63\xa7\xea\xea\xd2\x4e\x20\x63\xd7\x22\x97\xdb\x7c\x2f\x30\xfd\xb9\x2c\x57\xd6\xfc\xa9\x59\xdb\x8b\xc8\x4d\xef\x66\x76\x0e\x18\x50\x1b\x67\xd7\x63\x1f\x3f\xb2\xf6\x0a\x18\x02\x69\x4b\x05\xb2\x9d\x72\xc6\x1b\xf1\xbc\x82\x5c\xcd\x1e\x68\x2e\xc6\x5e\x57\xc1\x61\x06\xa6\x73\xea\x99\xb3\x06\x1a\xe9\x96\xfe\x83\x7e\xa6\x0d\x3b\x58\x1b\x07\x35\x6c\xf8\x20\x04\xb4\x4a\x0b\x85\xda\x0c\x0a\x21\xcd\x8c\xaa\x4f\x59\x91\x4a\x09\x50\x76\xca\x39\x7d\x87\xf8\x80\x18\x18\x35\x2b\xf4\x4d\x0e\x44\x78\x5d\x66\xb2\xcc\xaa\xcd\xa8\x81\x8e\x2d\xea\x91\x18\x1f\x5b\x5e\xe3\x03\x8c\xc3\x13\x3f\x36\x86\x12\xe7\x05\x29\xa3\xf6\xc7\x64\x33\x61\x1e\x10\x79\x9e\x13\xce\xf4\x9b\x48\x33\xa0\x57\xc4\xa9\x67\xf7\x1d\xeb\x73\x6c\xa9\x91\x11\x78\xb1\xf1\x43\xe0\xdb\x78\xdf\x63\xd6\xb7\xb1\xbd\x82\x28\x65\x71\x92\x44\x67\xee\x03\x30\x34\x33\xb4\x68\xe5\x87\x10\xaf\xd5\x32\xb4\xf7\x51\x2e\x9f\x85\x21\x5c\x14\x92\xd4\x57\x21\x78\x8f\x24\x84\x19\xae\xd4\x75\x00\x42\x39\x1a\xa7\xf4\xcf\x22\xfd\x94\x9b\xc4\xc5\x90\x7d\x60\x65\x95\x8f\xc9\xb0\xa4\x0f\x80\x1e\xe0\x23\xca\xb9\x1f\xd9\xd4\x8c\xd0\xcc\x99\x04\xdc\x31\x19\x2e\x50\xc2\x4a\xa7\xa4\x29\x52\x5f\x4d\xcd\xde\x6b\xde\xd6\x93\x85\x49\x81\x90\xcd\x19\xbf\xe6\x59\xae\x05\xd1\xa1\x4b\x36\xc4\xe6\x3c\xcf\x15\x84\x42\xc2\x70\xa5\xd2\xca\x60\xd4\x32\x20\x9d\x81\x22\xc8\x2a\xbf\x3d\x85\x3a\xa9\xac\x9a\x46\x74\x88\x04\x53\x17\x42\x4d\x1f\x01\xdf\x1e\x0e\x4d\x2d\xb4\xf0\x40\x79\x59\xbb\x0d\xe4\x9c\xd8\x36\x35\x2f\x02\x6d\x9d\x62\x6f\xb2\xae\x54\x96\x36\xad\xf6\x9a\xe7\xca\xe3\x69\xf4\xbe\x4c\xf5\x5f\x4e\x27\xd4\x94\xe7\xad\x92\xee\xd9\xd4\xd9\xbc\x60\x33\x47\xe7\x87\xb6\xab\xce\x1b\xc3\xd6\x70\xba\xf6\xf6\x4b\xe3\xbc\xc0\x43\x1c\xec\xc2\x38\x9a\x28\x99\xac\xfa\x60\x1f\x7b\x13\x18\x46\xca\x05\xef\x7e\xb9\x67\x11\xca\xa9\xdd\xc6\x81\x55\x90\xd7\xf2\x79\x14\x76\xf0\x93\x08\xce\x83\xec\x11\x9e\x3b\x53\xc1\x00\x0c\x24\x02\x81\xa9\xa0\x17\xe3\x2e\xb4\x36\x6f\x6b\xd1\x90\xcb\x9c\x3e\xdf\x5f\xf2\x30\x5c\xc9\xd6\x17\x50\xcd\x73\xe0\xdb\x12\x98\xfe\x18\x56\x7f\x17\x95\x6f\x59\x82\xcc\x2c\x62\x2a\xf2\xdb\xa5\xac\x17\xcb\x58\xc5\x37\x32\x76\x26\x43\xcb\x22\xf7\x28\x64\x79\x2f\x58\x56\xbf\x1f\x6a\x0b\x43\xc8\x0c\x34\xd5\xa5\x76\x03\xab\xa5\xb1\x6f\x1e\xdd\xbb\x3e\xe8\x3b\x11\xb8\xe5\xdd\xa3\xf9\xf2\x11\xe0\x88\xfd\xd6\xf6\xf2\xe1\xbf\x7d\x18\x16\xf2\xce\xe5\x00\x7f\x04\xa7\x3d\xc1\xc4\x2e\x3b\x69\xa6\x4c\xb6\x34\x8a\x8e\xbf\xde\xc0\x6b\x78\x3f\x19\xb0\x6f\x9f\x3c\xfd\x6e\xe7\xdb\x27\x4f\xff\x8b\xbd\x94\xf5\x22\xe7\x8a\x1d\x2e\xcb\x4c\x55\x72\xbd\x14\x25\xfb\x29\xcb\x15\xb5\x7a\x7d\x3c\x65\xaf\xb2\x44\x14\xca\x26\x97\x3c\x2f\x7a\x5a\x5e\xd3\xd7\x4e\x52\xf5\x82\xf8\xd0\x28\x83\xa2\xb2\xcf\xaa\x34\xfd\x80\xfb\xe7\x05\xca\xa9\x23\xaa\xc3\x26\x66\xbe\x2f\xfd\xe9\x86\x95\x46\x6b\x5e\x2a\x48\x13\xa3\xff\x6d\x19\x10\x9f\x3b\x45\x91\x64\x4e\x91\x8a\xbe\x18\x76\xd8\x6b\x5e\x82\xbd\x7d\x81\x37\x10\x69\x86\xfa\xbd\x35\xaf\x96\xbd\xc1\xc8\x14\x61\xc5\x17\xf5\x7c\x0e\xa1\xac\x6c\x35\xc5\xe7\x62\x67\x06\x9f\x7b\x83\x11\x96\x87\x97\xcd\xe2\xe8\x76\x8d\xd2\x47\x95\x2c\x59\x21\x0b\xc6\xab\xaa\xdc\x49\x96\xbc\x1c\xb2\xaf\xf9\xbc\x12\xe5\xd7\x4c\x14\x89\x4c\xc5\xfb\x13\x67\xab\xc8\xfa\xd9\x48\x8c\xe0\x0d\xd5\xbd\x81\x9e\x7f\xf5\x1f\xe7\x5f\x0d\xba\x17\x72\xf4\xe6\xf0\xed\xcb\xa3\xcb\xf7\x27\xaf\x2e\x0f\xa6\xd3\x93\xcb\xc3\x1f\x0f\x4e\x2e\x4f\x8e\x7e\x38\xfa\xfb\x3b\x36\x61\xbb\x67\xe7\xe7\xb7\x4f\x9e\xec\x9c\x9f\xdf\x7e\xfb\xe4\xfc\xab\x5e\x7f\xf0\xf5\x70\x77\xbc\xf7\x6c\xf2\x7c\xff\xcf\x67\xe7\xf0\xdf\xc5\x87\xbb\xf3\xf3\xdb\xff\x9a\x5f\xec\x2e\x5a\xc2\xd0\x41\x04\xba\x42\xee\xe8\x9d\xf9\xff\xd8\xfb\x13\xee\xb6\x8d\x34\x5f\x1c\xfe\x2a\x48\x6e\x4f\x4b\x4a\x24\x99\xfb\xe2\xc4\xc9\x70\x83\xad\x19\xc9\x56\x8b\xb4\xdd\x3d\xb6\x3b\x29\x01\x45\xb2\x5a\x20\x8a\x0d\x80\x92\x95\xd8\xf7\xb3\xbf\xa7\xaa\x00\xd4\xf3\x2b\x80\x4a\xec\xee\xb9\x27\xe7\xfd\xbb\xcf\x99\x71\xc4\xe7\x87\xda\x97\x67\xaf\x44\x46\x27\x09\x5f\xf1\xf7\x0f\xf5\x76\xcb\x93\x40\x1f\xf6\xaa\x7b\x3a\xb9\x40\x1a\x30\x7b\xa5\xd5\xf4\xe0\xd9\xec\xaf\x3f\xcd\xe6\x93\xd1\xe5\x8c\xb4\xfb\x3f\xde\x34\x4e\x86\xa3\x13\x9f\x9d\x2c\xdf\xfd\xda\xfa\xf8\xa8\x06\x7a\x79\x3e\x9a\xc0\x27\x87\xf8\xcd\xd1\xa3\xd5\x6f\x4c\xcb\x89\x92\x8e\xe3\xa6\xa7\x26\x86\x05\x59\xf9\x30\x46\x6d\x33\x9f\xbf\x78\xfe\xd3\xf9\x68\x71\xf6\xbc\x49\x87\xf7\xef\x7a\x64\xd5\xf8\xf6\xf9\xdb\xb7\xef\x99\xfe\xcf\xa5\x1a\xcc\x87\xea\xfe\xe7\x4e\x66\x3c\x3c\xd9\x32\xa1\x95\xe3\x57\xfe\xc4\x6b\xf5\x9a\xbd\xd2\x47\x8f\xd2\x9f\x78\x6f\xbf\x7e\xfb\xf6\xed\xd7\x9e\x9a\x59\xb3\x7b\x9f\x8d\xae\x0a\xd9\xf1\x89\xf7\xbd\x12\xfa\x5f\xce\x4f\x46\xf3\xc9\xd9\x99\xed\x8a\x77\x28\x83\x8c\x67\xa9\xd7\xf0\x4e\xbc\x66\xab\x7f\xf4\xc3\xfe\xae\xfd\x65\x36\x9f\x90\x4e\xa9\x55\x71\xf8\xe6\xed\xdb\x5d\xa3\xa1\x97\xce\xae\xd1\xe8\x2f\xdf\x1d\xfd\x7b\xd6\x87\x6a\x60\x6e\x2c\x28\x5c\x21\x1f\x18\x8d\x3d\xed\x7d\xf9\x62\x41\x67\xfe\xd0\x2c\xe5\xaf\xdf\xd5\x4f\xb9\xba\x03\x6e\x59\xa2\x35\xa9\x45\xe1\xde\x2a\x61\x9b\x0d\x4b\xca\x21\xb7\xa9\x91\xcd\xb0\x66\xf2\x86\xc7\xde\xdb\xaf\x9f\xbc\xfd\xda\x3b\xcc\xff\xfa\x50\x34\x35\x67\xb3\x8f\x72\x86\x4f\xd1\xec\x84\x34\xbf\xd1\x53\xa2\x67\x29\xcf\xac\x31\x59\x9c\x6b\x2d\x56\xca\x55\x35\x99\x4c\x52\x33\x1b\xf6\x6f\xf3\xe9\xdb\xaf\x0f\xdf\x7e\xed\x7d\xf0\xd4\x8e\x37\xff\x7e\x9f\xff\xfb\x43\xfe\xef\x7f\xe6\x39\xea\xf1\x7f\x8a\x72\x9c\x23\xbe\xcb\xff\x7d\x9c\xff\xab\xd7\xce\x07\xef\x7b\x55\x46\xfd\x97\x8f\x72\xe4\x9b\xfc\xdf\x77\xf9\xbf\x3f\xe6\xff\x3e\xd9\x5b\xe7\xaf\x39\xe2\xa3\xfe\x77\x7e\xe9\x7d\xf0\x9e\x2d\xe8\x0a\x2e\x63\xd9\x0e\x75\x03\xbc\x6f\x0e\xff\x19\x66\xfc\x7d\x66\x87\x52\xcf\xfa\x91\xa1\x9a\xf1\xcc\x11\xb8\xc0\x17\xb3\xbf\x2e\x8a\xd1\x54\xd8\x1f\x2a\xfb\xc4\xfb\x8d\x9d\xf2\xe9\x7b\x45\xd7\xe9\x7e\xfd\x62\xb2\x98\x2d\xe8\xbc\x1a\x55\x94\x3d\xb0\xcf\x5f\xcf\xcd\xe7\xe7\xaf\xe7\x1e\xfd\xfc\xcd\xe4\xea\xdc\x7f\xe7\x35\xbf\x39\x2c\x46\x2a\xef\xb0\xfa\x9d\x02\x27\x57\xde\xb9\x9f\x53\x3c\x28\xe2\xfb\xb2\xed\x93\x2b\xc5\xd2\x24\x89\x60\x2b\x5e\x32\x31\xcd\x76\xde\x72\x5a\x1e\x7e\x77\xee\x1f\x6b\xd7\xb9\xa5\x62\xb0\x0e\x9b\x8d\xfc\x83\xf9\xe5\xbe\x0f\xe6\x97\xc7\x5e\xba\x65\x01\xf7\x0e\xdb\xad\x1c\xfd\x6c\xb1\x0f\xfd\x6c\x71\xec\xad\x65\x22\x7e\x91\x71\xc6\xa2\x93\x8c\x5d\x7b\x87\xc3\xfc\xab\xc9\xe2\xdc\x7b\x60\x32\xcc\x01\xb2\x67\x52\xda\x4d\xf3\x66\xe0\x74\x76\xee\x1d\xda\x19\x32\x93\xe1\x14\x39\x38\xb9\x16\x99\x4d\x0b\x23\x97\x3a\xd7\xdc\x03\xc7\xdf\xe5\xe8\x6a\x74\x41\x8e\x93\xef\xf4\xa5\x39\xd4\x27\xfb\xbb\x6f\x0e\xdf\x7c\xf5\x7f\xfe\xf4\x1f\x7f\x3e\xf8\xe6\xdb\x53\x7d\xbd\xfc\xcf\xdf\x7f\xfa\x99\x9d\xfc\xf2\xe1\xff\x9e\xbc\xfb\xf6\x08\x90\x4f\xf0\xbb\xb7\x5f\x1f\xfe\xf8\xf8\x8d\xfe\xeb\x2b\xf5\xff\xdb\xea\x6a\xe8\x5e\xab\xff\x17\x96\x17\xc6\xa0\xb8\x30\x3e\xa8\x13\xec\x0d\xb9\x4d\xde\x1d\x7d\xf3\xf6\xeb\x0f\xbf\xbb\xf2\x4f\x39\x9d\x55\xa7\xd5\xe2\x26\x7d\xfe\xfb\x1b\xbc\xc8\xca\x76\x7d\xfb\xa7\xfc\xee\x5d\xbc\xf8\xef\xd9\x73\xf8\x62\x7f\xd3\xfe\xf4\xe8\x77\x1c\xc3\xdd\xe1\xa0\x5f\x39\x86\xf9\xfb\xec\xc4\xb8\x7a\x99\x19\xd5\xd7\x05\xcf\x3c\xef\xed\xd7\x07\x6f\xbf\xf6\xde\x78\x11\x8b\x57\x3b\xb5\xe8\xdf\xe5\x3f\x69\xb4\xe6\xad\x4c\x84\x56\xf9\x85\x57\x9c\xa9\x2f\x17\xfe\xc9\xe0\xed\xd7\xde\x23\xef\xed\xd7\x67\xf3\x17\x27\x83\x41\x77\x78\xd2\xd4\x3f\x6c\xc4\x26\xff\x96\x6b\x0f\x78\xf8\xc1\x1c\xe6\xf4\x97\xa0\x82\x09\xbc\x27\xde\xe8\xfc\xf2\xd9\xc8\x7b\xe4\x4d\xcf\x9e\x9e\x2d\x6a\x4e\x4a\x55\xef\x57\x79\xfd\xff\x27\xff\xf7\x4f\xf9\xbf\xff\x91\xff\xfb\xe7\xda\x33\x56\x51\xbe\xcd\x11\x27\xf9\xbf\x7f\xcf\xff\xfd\x29\xff\xf7\xe7\xbd\x5f\xfe\x9a\x23\x3e\xe6\xff\xfe\xdf\x1c\x59\x0e\x61\x3e\x42\x87\x5e\xeb\x9b\xb6\xe9\xc4\x1b\x35\x01\x8a\xee\xbd\xcb\x0f\x27\xb7\xd8\x8e\x06\xd6\x92\xba\xdf\x0c\x2c\xb1\x28\xa7\xa8\xe4\x9b\xf6\x61\xde\x89\xbc\x2a\x53\x3c\x99\x3d\x03\x3b\xf4\xb6\x41\x76\x62\x98\xe3\xd0\x7b\x64\x39\xe7\xfc\x03\x4a\x35\xd3\xab\x86\xf0\xd9\xec\xaf\xd3\xb3\xa7\xf9\x3f\x1a\x67\xbf\x33\xf5\xff\x2b\x93\xf4\xe7\xfc\x5f\x77\x2a\x4e\xf7\x0e\x7d\xcd\x24\xe9\x7f\x3f\x38\x53\x51\xcf\xd2\xff\x75\xf1\xd3\xab\xd1\xf9\x4b\xca\xe2\xfc\xfd\xf0\xcd\xe8\xe4\x7f\xd8\xc9\x2f\x8d\x93\xa1\xde\x77\xdf\xbe\x7d\x7b\xf2\xf7\x9f\x7e\xfe\xf5\xe3\xff\x7d\xf7\xed\xd1\x81\x3a\x69\x0c\xfd\xdd\xaf\xad\xe3\xf6\xc7\xc3\x1f\x1f\x9f\x94\x3f\xb4\x3f\x1e\xfd\xda\x38\x6e\x7f\xfc\x50\xfe\xd2\x39\x1e\x7c\xfc\x70\x74\x70\x78\xf8\xe3\x63\x87\xd1\xfe\x00\xd5\xfc\xf9\xdb\xd3\xbf\xff\xf4\xb3\xda\xd2\x47\xdf\x1e\xfd\xae\x4d\xdd\x6b\xf5\xaa\xbc\x15\x11\x3f\x4f\x8c\xd3\x8d\xf7\xf6\x6b\x11\xab\xd3\x29\x67\x20\x58\x96\xb1\x60\xad\x3d\x73\xd5\x0f\xea\x83\x13\x75\x14\x28\x74\x59\x44\xf9\x8b\x67\x39\xb4\x4a\xf9\x5b\x96\x6c\xbc\x27\x3a\x90\x46\x09\x71\xe6\x6f\x52\xa2\xfa\x5b\x7f\x84\x88\x7c\x2d\x15\x3f\xbe\xfd\x3a\x67\xfd\xec\x03\x19\x95\xff\x7d\x20\xf8\x6f\xca\x0f\xca\x03\x0c\x9b\x6d\x2b\xa1\x8c\xe5\x83\xa5\xeb\xde\x12\x30\x96\x6c\xa9\xe5\x16\xfb\x5e\x6b\xe7\x4a\x59\xc6\xbc\xa4\x74\x63\x1e\x81\xb5\x2f\x87\xbd\xfd\xfa\x9b\x82\x15\xac\x5d\x7d\xd3\xb3\xf9\xe5\x8b\xf9\xd9\xe2\xec\xc5\xf3\x9f\x16\x7f\xbb\x74\x16\xe1\xef\xbd\x8e\x0e\x7f\x7c\xfc\xa7\x0f\xdf\x1d\x3d\xfa\x1c\x91\xa1\xc8\x76\xa9\xc5\xe6\x7c\x59\x78\xf9\x1b\xb5\x27\x44\x37\xe0\xad\xf5\x6b\x86\x95\xd7\xeb\x7f\x35\x5c\xe7\x47\xef\x4d\x31\x3d\xef\x80\x6c\xfc\xa0\x3e\x7a\x6f\x72\xb7\xd6\x77\xf5\x1f\xe7\x54\xfd\x52\xf8\x13\xdb\x92\x3a\xf4\x87\xdc\x32\x43\xbe\x5a\xe6\xef\x50\x3c\xc9\x92\x5d\x51\x7f\x91\xb1\x21\xaf\xa2\x56\x27\x62\x7d\x8f\x2b\xba\x10\xef\xb0\xe8\xcf\x71\xe1\x91\x9b\xab\xe7\xd4\xbc\xc9\xad\x56\xa1\x14\x8e\xd5\xfa\xb5\xa0\xd2\x57\x68\xc5\x8d\x66\xb9\x00\xe7\xbb\x50\x7d\xa3\xfb\xa7\xe0\x07\xb6\x8f\x07\xf0\xa1\x4d\xf5\x5b\x7c\xae\x7f\xd1\x0a\x1b\x3d\x55\xe6\x4f\x6c\x9d\x1d\x81\xa3\xb2\x30\xfd\xa4\x40\x96\x2b\xab\xcb\x67\x44\x0a\xed\xbd\x26\x1e\xc6\xfc\xae\x98\x6b\xd2\xf5\xc2\x4b\x5e\x57\x74\x74\xe4\xa8\xf7\xf3\x05\x43\x52\x12\x17\x2f\xe6\x25\x72\x53\x6e\x74\xcd\x40\x16\x8d\xfa\xe4\x45\x53\x99\xe8\x87\x26\x38\x5f\x61\xf5\x9b\xcc\xf1\x2e\xcf\xc7\x92\x8c\x5e\x39\x70\x56\x51\x5b\xf6\xe1\xc9\x03\xca\x59\x62\x6c\x81\x49\x2a\xd6\x01\x31\x4d\x96\xe5\x7d\x45\x2c\x93\x24\xb1\x71\xe1\x54\x52\x86\x66\x1c\x1e\x94\x9f\x14\x62\x7b\xf1\x14\xcc\xc1\x11\xa9\x58\xcd\x72\xf1\x52\x51\xae\xb6\xd4\x8e\x1f\x6a\x90\xca\xce\x14\x80\xfa\xce\x58\x72\xf9\x55\x4d\x07\x0a\x10\xed\x00\x79\xd1\x18\xe9\x55\xc3\x69\x6d\x0f\x8b\x6f\xdc\x1e\x2a\xd1\xbd\x2c\xe2\x37\xda\xf3\xc4\x69\x4f\x45\x6d\x74\x9a\xf1\x34\x2b\xc7\xe0\xe8\x13\x9b\x64\xf9\xd7\x3d\xa3\x9f\x70\xa3\x8c\xcd\x1f\x1c\xd1\x51\xab\x26\xeb\x42\xb1\x2e\x72\xb5\x67\xa1\xe6\x2c\xd7\x96\xdd\xa7\xf0\x88\x5c\x9c\x3f\x1b\x97\xee\x84\xb6\xd9\xe8\x2b\xdf\x08\xde\x64\x13\xab\x82\x45\xfa\x17\xfd\xf3\xbc\x10\xfa\x89\x8c\x61\x7a\x8d\xd5\x94\x21\x70\x65\x2f\x69\x33\x8b\x1f\x73\x3b\xe1\x43\xf3\x6e\x06\xf0\x47\x4b\xfc\xf3\x9f\xd5\xc1\x65\xb4\x7b\x45\xa5\x9e\xce\x3a\x6c\x7b\x6d\x4f\x27\x53\xdf\x9a\xa5\x3e\x59\x79\x58\xdd\xf3\x62\xef\xd1\xa9\x05\xa2\x6a\x8f\x69\x7e\xde\x3b\x25\x40\x18\x23\x14\x0f\xed\x7e\x2b\xcf\xa8\x62\xfd\xd0\x6a\x3f\x7c\xf0\xbe\x72\x06\xf1\xc3\x87\xaa\x7e\x94\x8c\x65\xb9\x7a\xcc\x66\x7f\x53\xee\xd2\x6f\x0e\xde\x79\x4f\xca\xf1\xfc\x08\xad\xda\xdf\x98\x6a\xe5\xa4\x79\x4e\x5d\xa7\xf6\x4c\xa2\xa8\xc2\x3a\xf1\x23\x0c\x4f\xf1\xeb\x63\xb7\x49\xf9\x89\x69\x8a\x74\x8e\x75\xdf\x5c\x17\xf6\x3d\x98\x4f\xe1\x01\x8a\x4b\x5e\x5e\xff\xa3\xf6\x98\x97\xd7\xff\x38\x2d\xb9\xcb\x2a\x67\x70\xfd\x8f\x53\x7b\x9d\x3c\x78\x7d\xef\x3b\xdd\xf3\xcb\xee\xd0\xbe\xac\x52\x1e\xca\xe6\x8e\xd2\x4f\xa2\x9c\x56\x2f\xd7\xe2\x6e\x2e\x1b\x58\xcc\xce\x57\xc5\x4d\x9d\x2f\x4e\xfd\xe7\x57\x8e\x6b\xc9\x57\x54\x4e\x37\x2b\xc5\x78\xb4\x3f\x78\xce\x88\xf8\x96\x45\x22\xd4\x45\xba\x27\x0a\x79\xf9\xd2\x3c\xfe\xa6\x1f\xcb\xa6\xdc\x44\xa9\xe5\xcb\xb3\xbf\xe9\x0a\x4f\x33\x79\x2e\xef\x78\x32\x61\x29\x3f\xb4\x9b\x9e\x6d\xb7\x9c\xbe\x44\x97\x16\xbd\x23\x23\x63\x8f\x71\x3a\x5c\xe4\x51\xfa\xb2\x33\xe5\x90\x3a\x7f\xaa\xd1\xa5\xf9\x0c\x6d\x39\x47\xa7\xa9\x4c\xb2\xa2\x41\xb9\x43\x84\x3e\xbd\xbc\x27\x5e\xe3\x3b\x4f\x78\xdf\x17\x0b\xdc\xf8\x8d\x7e\xe7\x89\x6f\xbf\x25\x8e\xa3\x66\xa9\x3c\x29\x76\x9c\x78\x67\x03\x31\x54\x31\xb7\x2c\x2a\x88\xa7\xe9\xee\x3a\xcd\x92\xc3\x93\xa6\x79\x37\xe7\xe0\x9b\x03\xeb\xf4\xf5\xa3\xb7\x33\xc3\x46\xda\xf6\x46\xff\xe7\x3b\xf2\xa8\xd9\x63\xef\x9f\x0f\xa0\x4a\x9b\xa1\x19\xff\x6f\x9f\x78\x07\xdf\x79\x07\xde\xb7\x79\x1b\xbf\xf5\x0e\x9e\xa8\xbf\x6e\x59\xb4\xd7\x3f\xac\x38\xc1\x9d\x00\x0c\xfd\xda\x03\xb3\x6a\x9a\xa5\xe0\x51\xfe\xac\xaf\x77\xb8\x4a\x58\xc0\x97\xbb\x28\xba\x3f\xda\xcf\x46\xa5\x59\xf2\x39\xbb\x26\xd4\x55\x9b\xea\x0e\xd3\x2c\x21\x5b\xc7\xd8\x0f\x9e\x54\xc4\xe3\x53\xfe\x9e\x07\x1a\x4b\xb6\x8a\x06\xff\xbe\x35\x4f\x0e\xe9\xb2\x93\xb0\x07\x54\xe5\x85\x4a\xe8\x89\x69\xc6\x9b\xe6\x3b\x77\x7d\x1b\x5c\xa1\x9a\x28\x70\xad\x77\x05\x25\x17\xdd\xf2\x6d\x60\xb2\x02\xb2\xe4\xde\xb9\x43\xf3\x1f\x9f\x14\x05\x9d\xe6\x19\x65\x0e\xf7\x9a\xbe\x8e\xbd\xad\x19\xb4\xbc\xfb\xe9\x9d\x50\xe3\x74\x98\xb7\xd8\x3a\xf5\x28\x3e\xe0\x40\xa4\x32\xe7\x1f\x0e\x1e\xdb\x65\xab\xa6\xf5\x09\xb9\x32\x4d\x2b\xca\x75\xa8\x63\x7f\x69\x29\xbb\x6c\x79\x32\xa8\x16\x60\x6c\xa1\xa7\x8a\xeb\xce\x8b\x38\xf6\x0e\xcc\x7f\x1c\x1c\xd9\xe4\x90\xea\xf3\xc1\x41\x5d\xe9\x39\xc7\xf8\xd8\x9a\xb8\x6b\xe6\x6d\x17\xa7\xbb\xed\x56\x26\x8a\x01\x29\xa6\x45\xc4\xce\x34\xc2\x04\xe6\x4b\x30\x9f\x81\xca\x33\x7c\x84\xa7\xba\xe5\x49\x5a\x04\xea\xe8\xc6\xee\x5f\xe0\x66\x57\x7d\xf2\x02\x2f\x07\x59\x9d\x3a\xd1\x51\xf9\xfc\x57\x2a\x36\xdb\x88\x7b\x2f\x63\xa1\xf7\xde\xc9\x0f\xb4\x59\xa5\x3b\x1d\x2b\x42\xa1\xf3\x4a\xf3\x11\x55\x25\x95\x2b\xa5\xc2\x71\x1e\x7b\x07\x3f\x1e\xb8\x32\xd3\xa5\xb6\xa3\xef\xbf\x51\x7f\xb3\xff\xe5\xba\xdd\x2b\xf7\xec\x11\x6c\x8d\x05\xff\xb0\x78\x19\xb7\x94\x71\xbe\x4a\x4b\xae\xa3\x70\x7f\x34\x3f\xfc\x7e\x19\xa5\xf0\x9f\x2f\xbe\x24\xe9\x6e\x2a\x3b\xba\x38\x4e\xf6\xe8\x3b\xca\x53\x45\x35\xf2\xf3\x0e\x16\x7d\x3f\x9b\x59\x73\xef\xd4\xf2\x22\x85\x7b\x54\xbf\xb4\x56\x1e\x1d\x8d\x77\xf9\x0d\xe4\x30\x06\xfb\x0e\xa0\x02\x76\xc3\xef\x29\xab\x9f\x6a\xf7\xbf\x5a\xa1\xb0\xee\x60\x0a\x58\x14\xec\x22\xc5\x95\x9b\xd6\x68\x51\x5d\x31\x00\x4c\x47\xbb\x14\x4d\xa4\x36\x93\xd3\x88\xa5\xd9\x99\xdb\x76\xf7\xf2\xfb\xae\x64\xd3\x4d\x19\x27\x5e\xb3\x60\xca\xf5\x0f\x65\x0b\x72\x3f\x02\x60\x10\xee\xd6\x4a\x94\x39\x3c\x2c\x26\x0d\xaa\xa7\x33\x75\x04\x01\x43\x1a\x6e\x1e\xb0\xd3\xab\x48\xff\x17\xb9\xcb\x1f\x9c\x3e\x6b\x11\xa6\x73\x48\x82\x1f\x4d\xb9\xdf\xd6\xce\x97\xce\x7f\xfa\xe0\x6d\x61\x8f\x4d\x7b\x53\xd8\x96\xeb\x99\xc3\xa7\xf7\xbe\xd2\x4f\xef\xfd\xde\xd6\x17\x4f\x5b\x12\x2e\xbf\xd2\x81\xd8\xba\x78\xaa\x1a\x68\xfd\x37\xfc\xbe\xac\xfd\xe0\x9b\x83\x23\xef\x5b\xaf\xa9\xe7\x51\x11\x4c\x37\x31\xe6\xca\xdc\x41\xf6\x14\x2e\x34\x95\x9e\x1d\x0b\xf5\x69\x1a\x89\x80\x1f\x36\x8e\x55\x4f\xdc\xeb\x83\xdc\xfd\x87\xfa\xb7\x23\x78\x14\x41\xde\xf2\xe4\x2e\x11\x19\xb7\x69\x60\xa0\x92\x9c\x21\xcb\x9f\x1b\x04\x52\x20\xe3\x4c\xc4\xc5\xdf\x1f\x69\x47\x29\xa3\x59\x7c\x5c\x77\xde\x3c\x58\x88\xae\xec\x4d\x23\xff\xf4\xed\xd7\x07\x38\x36\x26\x59\x95\x11\x9a\xf3\xd0\x1e\xed\x14\x93\xba\x23\x00\x8d\xf6\xbc\x62\x0f\x35\xf3\x97\x8a\x8b\x48\xa6\x13\xaf\x45\x78\xc4\xf2\xe0\x27\x6e\x1c\xc7\xde\xc1\x9f\x9a\x95\xf9\xde\x33\x42\x44\x9b\x61\xb7\x8a\x79\xe4\xd1\xfe\x9d\x5f\x07\xce\xd4\x7f\xc6\x06\xc2\x3b\xf9\xf7\xa8\xfb\xdc\x9b\x2b\xf7\x30\x0a\x0b\x2e\xd5\xbc\xb3\x66\x35\xdf\xbf\x83\x29\x75\x7e\x5f\xab\xe3\xe7\xd3\xef\xf2\x9c\xf1\xd2\x77\xd9\xb1\x2a\xe4\x08\x9e\xc2\x35\x97\xb3\x66\x87\x26\x6b\x96\x4c\x64\xc8\x0f\xf5\xe5\x77\x16\x67\x87\x6b\xfe\xfe\xd8\x6b\xf6\x2a\xba\xcc\x4b\xea\x3f\xf5\x69\xbd\x53\x90\xcf\xea\x46\x5e\x97\x66\x19\xb1\x0b\x07\xff\xa1\x04\x88\x9c\xcb\xd0\x64\x33\xef\xa7\x41\xde\xa1\x51\x76\xd8\x28\x7e\x2b\x19\xbc\x66\xcf\xfe\xf4\x72\xbb\xb5\xa7\x1e\xf4\x54\xab\x1a\xac\x8e\x4d\x09\x62\xcf\x16\x8b\xcb\x7f\x3b\xc7\x95\x4b\x50\x94\xdf\xca\x85\x56\x2b\xb1\x2a\x12\xac\x4b\xb5\x89\xbd\x6f\x15\xc8\x6e\x2f\xe2\x75\x74\xec\x1d\xbc\x7d\xfb\xf6\xad\xda\x63\x4a\xcc\x7a\xfb\xf5\x81\xd3\xb9\x59\x31\x7d\x05\x43\xe7\xf4\xd2\x3b\x2c\x64\xab\x07\x64\xa8\xcf\xec\xf0\xee\x93\x3a\xfc\xe8\x11\xfa\xec\xe9\xa8\x55\x63\x32\xaf\xc8\x34\x55\x9f\xc5\x5c\xee\x82\x73\xe8\x01\x97\xc4\xe3\x62\xb1\x39\xa3\x6d\xea\x7b\x7b\xf0\xf6\xed\x81\x1a\xf6\xbc\x46\x57\xcd\xaf\xdf\x23\x55\x23\xa8\x77\x51\xf8\x10\xf7\xaa\xed\x92\x03\xf3\x9e\x71\xfe\x84\xe1\xdb\x07\x32\xd5\x96\x43\xbe\x57\x25\x04\xfc\xc8\x37\xde\x7f\x96\x21\x24\xe5\x73\xdb\x64\x06\xaa\x27\x9a\x47\x8f\x34\xa3\x88\x30\x33\xa3\x93\xea\x67\x36\x1d\x5c\xf9\x1b\x68\x8a\x68\xed\xb9\x8b\xef\x23\xef\x6f\x72\x97\x14\xa1\xcc\x79\x5a\xe8\x4c\x07\xaf\xda\x5c\x82\x8a\xff\xd5\xc1\xc7\x01\x0f\xbd\x32\x43\xd7\xae\xd4\xa8\x29\x5c\xc6\x93\x4d\xf9\xe2\x4d\x64\xfc\x7b\x3d\x96\x95\x8f\x39\xb3\x1b\x76\xba\x49\x1f\x15\x39\x3b\x4f\x58\x9a\xf2\x2c\x3d\xc9\x91\xaa\xdf\x36\x23\xe7\x59\x20\xe3\xd2\xdd\x5b\xff\x35\xdf\x5d\xa7\x3c\x3b\x2e\x5f\x02\x54\xbf\xd5\x65\x22\xad\xc9\x27\x5a\x4d\x15\x20\x8a\x37\x29\xb9\x2e\xe6\xf0\x9a\xa5\xfc\x65\x12\x91\x9c\xe9\x07\x07\xa5\x6d\xec\xc7\xc7\xd0\x1e\xc8\x93\x9b\x47\x24\xeb\xb6\x3d\xa6\x0d\xb5\x11\x54\xba\x41\x8f\xed\x3d\x7e\x21\x7f\x79\x91\xbe\xf7\x65\x9c\xcd\x37\x52\xea\x2c\x62\x8f\xbd\x83\x55\xc2\xee\xd3\x80\x45\xfc\xa0\xf4\xcb\x7e\xcd\xaf\x6f\x44\xe6\x02\x59\xac\x5b\xce\x52\x1e\x5a\xe8\x52\x81\x4c\x3d\x07\x46\x24\x40\xda\x6b\x2e\x56\xeb\xac\x86\x98\x6e\x39\xbb\xd1\xbf\xc7\x65\xcd\x1f\x8f\x0b\x8d\x56\x9c\xf9\x2c\xa0\x6d\x37\x3f\x6d\x44\x74\xff\xd8\xfb\xf9\xed\xd7\x3e\xbb\x4e\x44\x70\x31\x3d\x6f\xe9\x61\x7c\xfb\xf5\xcf\xb6\xe0\x24\x78\xec\xfd\xbc\x4b\xa2\xc3\x83\x3f\xfd\x9a\x0f\xef\xc7\xa5\xc6\x9f\x08\x05\x3e\x61\xcd\x76\x67\x38\x08\x96\xa7\x77\x72\xb9\x3c\x38\x2a\xec\x76\x07\xe6\xcf\x9f\x9d\xc6\xe8\x6f\x48\x4b\x9e\x46\xf2\x9a\x45\xcf\xd9\xad\x79\x36\xe0\xb1\x3a\x47\x77\xb3\x7e\xa3\x61\xfb\x36\x59\xf3\xdb\x44\xc6\x53\x79\x67\xc9\xd3\x0a\xf9\xe5\xb6\x24\xce\x2c\x71\x16\x8a\xac\xfc\xdd\xb7\xbf\x8f\xc2\xb0\xf8\xb9\x49\xab\x62\x71\xc0\xa3\x92\xd2\xb4\x94\x0b\x99\xf0\xf2\xf7\x96\xfd\xbd\xc8\xbd\x5c\xd2\xda\xe4\x1b\x26\x6c\x59\x5d\xfb\xbb\xaf\xdf\x72\x2f\x29\x13\x5a\x1a\x4b\x82\x75\x41\x69\x91\xfa\xe7\x6b\x66\x1b\xd0\x22\xdd\x1f\x47\x32\xb8\xe1\xe1\x5c\x64\x96\x4c\x3a\xea\xb3\x5b\xa9\x78\xe4\x79\xc6\xca\x1a\xdb\x9d\x7a\xba\x2f\xa2\xb2\xbd\xed\x2e\x8c\x70\x70\x73\xc1\x92\x9b\x92\x48\x46\x78\xaa\x9f\x68\x2a\x28\x9d\xea\xc4\x9c\xf3\x65\x39\x05\xbd\x71\x85\x7c\x95\xaf\x68\x43\x9f\xd0\xb9\x88\x78\x1c\xda\x56\x0f\xfa\x64\x64\xf9\x8a\x6d\xd7\x32\x2e\xeb\x1d\x0c\x2d\xf1\x65\x1c\xca\xe2\xf7\x11\xf9\xc8\x8f\xd8\xaa\xf8\x7d\x42\x86\xf6\x92\xad\xca\x72\x26\x64\xfa\x2e\x45\x1c\xf3\x62\x99\x0c\x3a\x64\x99\xbc\x12\xfc\xae\xf8\x7d\x48\x97\x4f\xc4\xcb\xf6\x0e\x86\x64\x94\xd5\xda\x8d\x24\x2b\x0b\x1b\xf6\x48\x73\xb7\x40\x19\x90\x06\xcb\x28\x2c\xd7\xc9\x60\x4c\xba\x32\x97\x49\x31\x66\x83\x09\x19\xd3\x51\x24\x56\x30\xa2\x83\x59\xcb\xa1\x92\xe9\x18\xcc\x48\x13\x17\xe5\xe0\x0c\x66\x13\xd8\x28\x7e\x22\x78\x5c\x36\xd0\x1f\x59\xe2\x59\xbc\x2c\x46\x7a\xd8\xe9\x61\xf3\xce\x45\xcc\x8b\x5d\x31\x9c\x92\x41\x3a\x17\x69\xd1\x80\x51\x9b\xf4\x69\x22\x92\x20\xe2\x57\xe6\x74\x34\x54\x52\xd5\x33\xce\xca\x2e\x8f\xbb\x4d\x87\x40\x56\xee\xb8\x4b\x7a\xbc\x10\x51\xd9\x88\xc9\x88\x2c\xe9\xd9\xe6\xba\x9c\xda\xc9\x84\x2c\xe7\xa7\x91\xd8\x6c\xca\x41\x9f\xf8\x64\x84\x46\x69\x60\x12\xe7\xe5\xc4\xe9\xa4\x41\xb7\x41\x85\xda\xc4\x01\x29\x0f\xa8\x59\x6f\x80\x14\x72\xb2\xcd\x7a\x64\x21\xcf\xef\xe3\x60\x21\x2f\x27\x25\x8d\xb4\xf3\x9c\x25\x2b\xfe\x34\x11\x45\x27\x66\x74\x19\xcc\x6f\xee\xb7\x5c\xef\xda\x9c\xea\x0f\x1a\x2e\x55\x1d\x1b\x25\xb5\xe9\x50\x2f\x44\xbc\x4b\x4b\x6a\xcb\x59\xe1\x70\x7e\xf9\x03\x7a\xda\x44\xb2\xd8\x18\x3e\xdd\x18\xf3\x8c\x65\xbb\xd4\xcc\xb0\x6e\xd7\xa6\x3c\x4d\xfc\x26\x3d\x4d\xd4\x31\xfb\x8a\x27\x3a\x6d\x74\x4e\x6f\x8d\x27\x78\xa3\xd9\x9c\x51\x84\x83\x38\x4c\x73\xbe\xa2\x70\x84\xf9\xae\x60\x8c\x34\x47\xfb\x87\x63\x8d\x54\x07\x80\x3b\x2a\x7f\xc8\x19\xa4\x4a\x0f\x6d\x62\xef\x7f\x91\x49\x52\x25\xd7\x32\x4a\x6f\x6d\x4e\x41\x87\x57\x72\x1e\xe7\xf8\xff\x2b\x6e\xe9\x5f\x64\x96\x4e\x1a\x9f\xc6\x2e\x35\x4e\x3a\xbd\x3e\xe7\xad\xfe\x3e\x86\xe9\x61\x7e\xe9\x40\xdd\x56\xe7\x22\xbe\x39\xc8\xf7\x59\xbb\x41\xb6\xe7\x41\x9e\x17\x77\x2e\x23\x11\x5a\xc4\x8c\x22\xf4\xe3\x81\xb3\x38\x13\x59\x9e\x68\xbd\xc4\x51\x4e\xe8\x40\x3f\x1d\x1f\x99\x74\x21\x16\x41\x0e\x8a\x83\xd7\xfc\x7a\xb4\xdd\x8e\x77\x42\xdd\x52\x26\xda\xce\x02\xdb\xfb\x80\x7e\xc2\x56\xda\xa5\xac\x84\x76\xf6\x41\xe7\x91\x24\x30\x72\x7a\x1f\x8c\x77\x51\x94\xf2\x7b\xbe\xd0\x49\xd6\x15\x93\x67\x71\xc3\xdf\xaa\xd9\x78\x87\xd9\x0f\xc8\xc1\xa9\x47\x77\xca\x32\x66\xa9\x13\x87\xfa\x4c\xcb\x93\x58\xe5\x94\x62\x4c\xb2\x7a\x75\xcb\x59\x00\x9d\x80\x97\xb1\x16\x37\xd3\x75\x2e\x14\x5a\x14\x39\x48\x0f\xa6\x45\xd8\xe2\xfd\x28\xb4\x33\xd9\xe9\xd4\x42\x4c\xda\x44\x8b\xa2\x43\x45\x66\xfa\x52\x46\x22\xb8\xb7\xb0\x5e\x3d\xec\x8a\x87\x7c\xb3\x85\x79\xef\x90\x7b\xfa\x60\x1e\xac\xa5\x8c\xd4\x28\xa9\x0b\xea\x5c\xae\xa4\xc5\xc1\x68\x89\x58\xaf\xc3\x66\xab\xa4\xd3\xbb\xb9\xa4\xbf\x58\x2e\x29\x84\xae\x9c\x51\x18\xc2\x5a\xef\xd2\x81\xd4\x2c\xf1\x56\x8a\x38\x1b\x6d\xb7\x6a\x2f\x36\x7b\x25\xb0\x47\x87\x40\x35\x75\x19\xc9\xbb\x14\xca\xea\xd1\xee\x2f\xc4\x86\x5f\x8a\xe0\x86\x27\x96\x4e\xfb\xfc\x32\xe5\xc9\x6b\x93\x93\xdb\x02\x06\xb8\xf1\xb6\x91\x50\xe2\xc3\x68\x47\xd7\x06\xbd\xcf\x0f\xce\xe2\x8c\x27\x31\xcf\x54\xcb\x49\x49\xfd\x06\x9d\xd6\xb1\x0e\xc4\x8d\x79\x9a\x5a\x3a\x6d\xea\x05\xdb\x5e\x8a\xd8\xd2\x68\x33\x47\x22\xd9\x46\x2c\xe6\x96\x4a\xab\x5f\xb0\xeb\x88\x67\x96\x46\xd8\xab\x83\xbf\xec\x44\x70\xf3\x5c\x66\xe4\x53\xba\x2f\x5e\x89\x90\x97\xd3\xdc\x87\x2d\x7b\xc9\xe5\xd6\xee\xfc\x7e\x93\xb6\xf5\x52\xf1\xe8\x96\xd4\xc7\xd9\xb7\x84\x01\x4c\xab\xdc\x5a\x0a\x6d\xff\x3c\xa3\x14\xda\x7a\x3a\xb1\x7d\xd8\xd0\xa3\x28\x1a\x6d\xb7\x76\x28\x61\xaf\xfe\x8f\x94\x1b\x4b\x99\x39\x94\x17\x3b\x3b\x56\xb0\x37\x2f\x44\x90\xc8\x2d\x74\xad\x45\x8f\xce\x09\xdb\xf0\x84\x59\x1a\x5d\xf4\x23\xed\x53\x6b\x69\x74\xb5\xcf\x79\x1c\x5a\x0a\x1d\xe3\x42\x4a\xa3\xa7\x4a\xbf\x35\x70\x8e\x26\x38\xf5\xfb\x2d\x3a\x74\xbe\x4c\xee\x58\x42\x88\x74\xf4\xc6\x2c\xb0\xa3\xd7\xa2\xa3\x77\xc5\x97\x09\x4f\x49\x73\xe9\xfe\x3e\x97\xf4\xb3\x19\x7c\xa6\x38\x90\x67\x4c\x09\xa6\x25\xa2\x4d\x87\x68\x76\x71\x66\x09\x4d\x18\xdb\x58\xc0\x6c\xb6\xe9\xe8\xe5\xc2\xae\x25\xb6\xa1\x56\x9d\xe3\xfc\x42\x86\x76\x5e\xda\x3d\x1c\x45\x75\x9d\x5a\x62\x1f\xbe\xa6\x67\x68\xbf\x0d\x9b\x5b\xb1\xac\xd7\xf2\xbd\xa5\x0e\x6b\xa8\x5a\x07\x9a\x0a\xb2\x85\xa8\x00\x53\xc2\x94\xac\x62\x11\xe3\x1a\xc4\x59\x5c\x38\x5c\x32\x5a\xd8\xe4\xa1\x3a\xaf\xf8\x2d\x4f\x52\x3a\x34\x53\x67\x86\x17\xf2\xb5\x88\x43\x79\x67\x11\x74\x4d\xfb\xbb\x28\x9a\x07\x09\xe7\x76\x78\xa8\xc4\x7b\x70\x99\x08\x7b\x55\xf5\x3b\xb4\xff\x2f\xed\xa6\xec\xd0\x0e\x2b\xb1\xc6\x52\x68\x47\x5f\xcc\x2e\x2c\x81\x76\x6b\xce\xc8\x14\x74\x70\x49\x65\xbb\x24\xfe\x6f\x5e\x5e\x5f\x7d\x2a\x04\x1e\x4c\x22\xb9\xb3\x7d\x87\x3b\xc4\x8f\x58\xba\x8e\xd4\x99\x6a\xe9\x1d\x87\x65\x32\x99\x9f\x36\x5b\x02\xe9\x41\xb3\x48\xd9\xb8\x68\x58\x34\xd3\x6f\xaa\x58\x3a\x9c\x65\x67\x97\x17\x74\x55\x75\xe9\xb8\xcd\x12\x96\xf2\x85\x94\x76\x35\x74\xe9\x58\x3c\x4d\xc4\x76\xcb\x13\x04\xd0\x21\x99\x0a\x16\x6d\x69\xcb\x7c\xe7\x3c\x50\xa2\x7e\x49\xed\x35\x1c\xea\x15\x0c\x49\x0f\x36\xe1\x2e\xca\xc4\x9c\x47\x3c\x20\x00\xba\x0f\xff\x9b\xdf\x5f\x4b\x96\x84\x5a\x03\x2f\x02\x0b\xa2\xd7\xee\x65\xc4\xec\x6c\xf5\xf0\xb0\xda\xa5\x76\x50\x9c\x2b\xf2\x46\xc4\x2b\xe8\x74\x8f\xae\xe4\xd9\x46\xfe\x43\xb4\x2c\x6d\x56\x1d\xb1\x31\x4b\x9e\x95\x21\xa7\x16\x49\x47\x67\x7e\x9f\x66\xdc\x1e\xfd\x7d\x18\x1b\x9e\xa4\x32\xd6\xf2\x92\x05\x34\xe1\x98\x66\x49\xb0\x1e\xc5\x21\x5c\x2c\x7d\xba\xe6\x9e\x46\xf2\x9a\x7c\x4d\x97\xdb\x8c\xa5\xfc\xc5\x72\x14\x04\xf4\x82\xef\xf7\x60\x41\xc6\x19\x0b\xb2\xb3\x78\x69\x6f\xdc\xfe\x10\x39\x48\x72\x79\xf6\x47\xd5\x6f\x2d\x91\x6e\xbb\x0b\xbe\x21\x25\x4e\x60\xd4\x03\xb9\x11\xf1\x6a\xc2\xc8\xd9\xd4\x9f\x15\xb2\xd1\x17\xa9\xfb\x8b\xd4\xfd\x07\x93\xba\x9b\x9f\x26\x75\x37\x4f\x3a\x61\xb7\xd5\xec\x0d\xbb\x9f\x2b\x75\xa7\xe4\x8c\xef\xd3\xb3\xc4\xdc\xaa\x29\x95\x83\xfa\x54\x65\x76\xa0\xbd\x20\x2c\xa9\x5d\x7b\x62\x15\x4a\x2f\x8b\xeb\xc0\x8e\x8f\x28\xb3\x35\xa0\xc7\xec\x3c\x12\x21\x4f\xd7\xe4\x62\x1f\x80\x64\x93\x08\x7b\xd0\x0d\xe8\x59\x31\xda\x65\x72\x16\xaf\x95\xcc\xf2\xc2\x1e\x27\x83\xe9\x1e\xc8\x72\x69\x31\xa0\x50\x90\x11\xe9\x1e\xd5\xfa\xe9\xeb\x7c\x64\x4f\xb9\x61\x0b\x58\x76\x7a\xfd\x0c\xe1\xc6\xd6\xfa\x45\xf2\x1d\xed\xee\x28\xdd\xf2\x20\xbb\x62\x99\xb0\xc3\x3d\x1c\x3a\x47\x60\xc2\x08\x9f\x3c\x6a\xc2\x8d\x1d\xda\xef\x46\x70\xec\x26\x44\xba\x18\x0d\x50\x8a\xc9\xe4\x44\x46\xea\x3e\x24\x52\x71\x7f\x04\xa3\x19\x5d\xef\xec\x40\x8f\x80\x8b\x96\xc0\x21\x8c\x40\x5d\xc0\x62\x79\x16\x87\x22\x60\x19\x19\xc5\x71\x03\x66\x30\xcf\x95\x69\xc9\x2d\xec\xd1\xec\x9e\xd0\xda\x20\xb6\xf1\xbb\x17\x89\x58\x89\x98\xac\xac\x31\x5d\x59\x8b\xf5\x6e\x73\x1d\x33\x11\x29\xa8\x85\x80\x10\xc7\x82\x1b\xb6\x22\x35\xd0\xb1\x59\xf0\x88\x6f\x58\x72\xa3\xfd\xc9\x4a\x04\xe8\x60\x50\x6c\xee\x8f\x47\x30\xd5\x31\x8b\x03\x41\x5b\x47\x47\x6e\x16\xee\x02\xd0\x40\xf5\xc7\x33\x47\x54\xdc\xea\x6b\x2b\xb1\xd3\x3d\xf6\x71\xec\xc8\x55\x49\x15\xf6\x07\xc0\x98\x4d\xe8\x88\x2e\xe4\x2e\x58\x5f\x4a\x11\xd3\x3e\x4d\x86\x70\x93\x26\x64\x40\xa6\x74\x7d\x2e\x76\x49\x8c\xac\xd5\x94\xf6\xc8\xe7\x49\x62\xb9\xa2\x19\x9d\xac\x67\x62\xe5\xf0\xa9\x33\x98\x06\x79\xc7\x13\x63\x25\xb5\x80\x01\x8a\xf7\x96\x30\x04\x2d\xca\x86\x0c\xc2\x0c\xc6\xe7\xd5\x85\x8c\x05\x5d\x7a\xd4\xe2\x71\x30\x57\x47\x36\xdd\x8a\x3e\xed\xea\x53\xb6\xb1\x83\xe0\x53\x7e\xc2\xf2\x5f\x0b\x76\x4d\x99\x76\x7f\x0a\xa7\x5a\x9a\xb1\xe0\xc6\x30\x9a\x44\x74\xf1\x61\x8e\x15\xa4\xba\x43\x7c\xda\x8b\xe7\xec\xb6\x35\xbd\x60\x5b\xba\x86\x07\x0d\x38\x89\xb2\x84\x73\x9d\xb5\x70\xbe\x8d\x44\xa6\xa4\xcc\x0d\x61\xf0\x06\xa8\x44\x65\x89\x25\x80\x6a\x66\x97\x5a\x02\x68\xcf\x58\x36\x4d\x88\xd4\x3a\x00\xad\xcc\x9c\xf3\xa9\xb4\xa4\x01\xca\xd0\x7a\x7d\x1b\xd3\x88\xc5\xcc\x60\x30\x37\x84\x02\x6c\xac\x76\xed\xe7\xc9\x3c\x63\x49\x36\xb3\xca\x83\x41\x13\x99\xfd\x44\xf1\xd4\x45\x55\x16\xd4\x44\x0e\x50\x84\x3c\xce\x16\x89\x60\xf1\x8a\x34\x05\x74\x3d\x7a\x67\x58\x12\x5d\x0c\x17\x6c\x3b\x35\x8f\x5a\xca\xd8\x8e\x12\x68\x83\x26\x2c\xe1\xd9\x33\x1d\x7a\x6e\x01\x7d\x17\x00\x5a\x8c\x01\xa8\x86\x9e\x89\x34\x93\x76\xfb\x0c\x9a\x93\x9a\xa1\xb4\xd4\x29\x36\xef\x9c\xdd\x93\xa5\x3c\x00\x7d\x8f\xe1\xe9\x9f\x73\x96\x5c\xdb\xe2\x41\xa9\xf3\x5a\x26\x76\x7a\x5b\x78\xa5\x04\x44\x8d\x3b\x00\x95\xce\x33\x99\xf1\xc8\x92\x60\x31\x31\xb2\x5e\x5a\xdd\x9a\x9e\x4c\x25\x29\xb5\x0f\x92\x9f\x1e\x66\x46\x86\x82\xba\x04\x1c\x4c\xd6\x89\xdc\x70\xaa\xd6\x19\x80\xf6\xc5\x18\x96\x5f\x6c\xad\xb0\x3f\x00\x7d\x87\xb1\x7c\x53\x45\xc5\xa0\x83\x57\xce\xad\x79\xe7\x8d\x6c\xed\x01\x68\x9d\x5f\xce\xc7\x25\x01\xb8\x85\xcb\xfc\x09\x83\x92\x0a\x4c\xc1\x73\xfe\xde\x76\x19\x78\x82\xf9\x7d\x1c\x58\x0a\xad\xea\x19\x8f\xb6\x96\xd2\x77\x65\x45\x4b\x82\x03\x9c\x89\xc8\xd1\x89\x0d\x86\x13\x54\x28\xa4\xfc\x92\xa8\x52\x07\x43\xba\xf3\xd4\xd8\x01\x75\xd4\x70\x3b\xc9\xef\xa8\x1e\x6b\x00\x5c\xc8\xff\x48\xb9\x39\xb3\x83\x3f\xa2\x3d\x1d\x4b\xa9\xcd\xa3\x76\x88\x46\xa0\xf5\x97\xc1\x8e\xda\x4f\x06\x23\x90\xb9\x13\x99\xe9\xc3\xb4\x0a\xeb\x39\xcd\x3f\x8b\x9f\xf3\x3b\x54\x09\x0d\xa8\xbb\x84\x19\x23\xba\x06\x80\x29\x52\x67\xed\x88\x12\x87\x95\x83\xc9\xd2\x50\xa7\x18\x93\x7b\x63\x30\x02\x9d\x87\x3d\x26\x81\x4b\xba\xe2\x1b\xa2\x9a\x1e\x8c\xe0\x10\xd4\xd7\x07\x6d\x0a\xb0\x40\x2f\x12\xc1\xe3\x0c\x4f\x06\xe0\x80\xce\xb4\x6c\x68\x69\xdd\x2f\x52\xef\x17\xa9\xf7\x0f\x2a\xf5\xb6\x3e\x4d\xea\x6d\x9d\xf4\xda\xc1\x70\xc8\xae\x3f\xd7\xd6\x2c\x82\x6c\x97\xd8\x7d\x37\x1e\x56\x2e\x19\x7d\x4e\x5a\xc0\x18\xb9\xf3\xbb\x2b\xfd\xdc\x80\x3d\xca\xc6\x13\xe0\xa2\xf5\xbb\xf6\x96\x08\x77\x58\xee\xfe\x35\xb5\x4a\xc4\x01\xb0\xf6\x05\xe0\x35\xe7\xf6\x94\x45\x0e\x9f\x89\xe8\x8a\x6f\xa3\x7b\x7a\x38\x4c\xf0\x22\xb3\xfa\xd3\x01\xf5\xfd\x3a\x98\x58\xe3\xcf\x60\x82\xd2\xd0\xbd\x36\x22\xd3\x9b\x63\x02\x4c\x8c\xdc\xda\x16\x4f\x06\x95\x93\x86\x91\x43\x79\xe2\xde\x49\xba\xb9\x96\x3c\x82\xb3\x31\x93\x0b\x19\x92\xe1\x98\x36\xe1\x4e\x27\xe5\x4e\x5b\x0e\x05\x84\xf4\xc1\xb4\x5d\x61\x06\xe0\xa0\x07\x81\xe6\x92\x27\x1b\x91\xa6\xc0\xd6\x4d\x91\x1b\xd1\x79\x7c\x5e\x6e\x43\x96\x71\x82\x19\x00\xab\xbf\xcc\x4d\x58\x96\x0e\x6a\xdf\x8c\x45\x56\x8f\x3c\x00\x91\xe9\x65\x1c\xf2\x24\x12\xe4\xb2\x9d\x4e\xe0\xbe\x8c\xec\x4c\x4c\xa7\x8e\x84\xb7\x90\xa6\x7f\x16\x81\x2a\xf4\x34\x12\x37\xb6\xe0\x59\x03\x34\x14\x94\xd2\x04\x59\x5f\xac\xe2\x09\xa7\xf2\xe1\x00\x44\x39\x75\xbf\xfa\x82\x70\xd1\xb3\x2e\xf0\x16\x9c\x25\xe6\xda\xa2\xb7\x12\x48\x7b\x6a\xd2\xa6\x5c\x3f\x5d\x40\x4a\xe9\x3b\x88\xb3\xd8\x45\x0c\x1c\xc4\x9c\x4a\x39\x20\x15\x4e\x78\x14\x81\x7d\x76\x30\x1b\xc1\xd6\xd8\x72\x96\xbd\xa0\xe4\x69\x85\x4c\x37\xd6\x6c\x86\x9b\x53\x47\x0d\x92\x45\x07\x72\xe7\xb9\xb8\x4e\x28\xfb\xea\x37\x41\xd2\x4d\x33\xb3\x9a\x2c\xbd\x0d\x5c\xe2\x9d\x33\xa9\x20\xb4\x16\x07\x03\xee\x25\x90\x5c\x5f\xc6\xe9\x7d\x1c\xb8\x85\xf4\x1c\x7e\xd3\xa5\xd3\xd1\xd7\x96\x48\x47\xdb\x3e\xf0\xe9\xe8\x8f\x82\x80\x6f\x09\x6d\x0c\x82\x64\x14\xf1\x8c\x87\xd4\x9e\x3b\xf0\xa7\x55\x16\xd2\x12\x7d\x1c\x80\x72\x9f\x0d\x41\xce\x9d\xac\x59\x66\x29\x74\x50\x9f\x26\x72\xb7\xb5\xa4\x16\x8a\x36\x76\x0b\x0d\x1b\xa8\x4c\xdb\x50\x2e\x72\xd8\x40\x03\x5f\x70\x43\x6d\x4c\xc3\xc6\xc4\xa1\x82\x22\x64\xd8\x70\x16\x10\x13\x89\xa5\xf9\x38\x74\x72\x47\x3c\x93\x86\xcd\xaa\x2c\x6f\x69\x60\x03\x66\xa1\x90\x66\x74\x2d\x00\xb4\xa5\x99\xdc\xde\x31\xc2\x9c\x0e\x51\x44\xa5\x7a\xd6\x21\x08\xa7\x7a\x94\x1c\x3a\xcc\x77\xc4\x92\x8d\x43\xa7\x43\xa9\xb5\x88\x96\x04\x4e\x0a\x26\x21\x3f\x1c\x28\xc3\x26\x2a\x54\xd2\xad\x20\xe6\xac\x21\x08\xb7\x0b\xb1\xa1\x1f\xd2\x8d\xe8\xef\xa2\xc8\x28\x17\x2e\x58\x4a\x5a\xe6\xd7\xc8\x9b\xf4\x0e\x18\xa2\x47\x83\xbe\xeb\x5d\xad\xc9\x10\xc4\x60\x83\xb9\xe2\xfa\xd1\x7c\x0b\x01\x77\x9e\x38\x96\xc8\x8a\x0f\xd1\xcd\x41\xc4\x2b\x9e\x6c\xa9\xa9\x79\x08\x5e\x0e\xcf\x58\x1c\xde\x25\x22\x23\xfa\xc4\x61\xab\xca\x94\x54\x8d\xd9\x43\x94\x8f\xe5\x66\xab\xf7\x5f\x49\x06\xf1\xf8\x9c\x5d\x5b\xa1\x7d\x08\x0e\x08\x7e\x24\x82\x1b\x6a\xd8\x1e\x52\x47\x79\x43\xb6\xf6\xf0\x21\xba\x1f\x28\x22\xec\x17\x70\x40\xd0\x64\xdc\x30\x20\x94\xab\xd1\x9f\xbd\xdf\xb2\x98\xb4\x7a\xe4\xd0\x8d\xee\x3b\x20\x25\x8c\x9d\x8d\xc3\x36\x74\xec\xa8\xeb\xed\xc1\xc5\x2e\x15\xc1\x59\x5c\x55\x74\x0f\xc1\x13\xe0\x45\xcc\xa7\x89\xb8\xe5\xd4\xe0\x31\xec\x34\x9d\xe1\x65\x69\xfa\xfc\xb5\x25\xa3\x8f\xa2\x75\xd0\x18\x76\xda\x70\x2b\xac\xd6\x59\x2c\xe2\xd5\x58\x46\xb6\x0f\xa0\x58\xb0\x17\x8b\x36\x52\x93\x13\x7e\xd8\xe9\xd7\xe2\x46\xf9\x73\x7a\x16\x37\xa8\xc5\xcd\x77\xd7\x38\x76\xe0\xe4\x60\x71\x79\x40\x26\x61\x5c\x87\xe0\xc3\x60\x91\xb3\x7f\xee\x58\xb4\x20\x83\x84\x8a\x10\x11\x67\x4b\xf6\x5e\xff\xab\xf9\x2f\x5b\x1e\x3a\x1f\x64\x32\x61\x2b\xae\xa4\x23\x62\x1f\x1a\x76\x1d\xef\xb3\xcd\x2e\x16\x66\x1b\xdb\x63\xb3\x3b\x02\x3d\x09\x0b\x53\x72\x2c\x76\xc7\x48\x8c\x32\x7b\x26\x82\x9f\xc1\x6b\x7e\x1d\xb0\x4d\x69\x73\x1f\x82\x27\x81\x9f\x28\xee\x12\x1c\x9e\x86\x3d\xc7\xa9\xc5\x84\xe7\xcc\x37\xc4\xb8\x3c\xec\x4d\xbf\x88\xd9\x5f\xc4\xec\x3f\xa8\x98\xdd\xfe\x34\x31\xbb\x7d\xd2\x18\x0c\x79\xab\xd9\x67\x9f\x27\x66\x93\x00\x37\x67\x93\xcc\xaa\x1b\x49\x5d\x20\x0e\xca\xaf\xa2\xf4\x3d\x82\xb0\x7e\xa3\x6e\x57\x5e\x90\x4b\xb0\xdf\xac\x22\x54\xa3\x00\xd3\xaa\x6f\x12\x60\xda\x7b\x1a\x04\x20\x74\x65\xbe\x15\x01\x4f\xed\x19\xd3\x07\x09\x74\xd2\xb4\x84\x3e\x32\xc9\xfa\x05\xd4\xc9\x5a\x04\x37\x11\xcf\xc0\x4b\x75\x08\x3e\x33\x20\x0c\x0c\xc1\x67\xe6\x19\x8b\x96\xa3\x68\xbb\xb6\x07\x58\x1f\xed\xdb\x79\x60\xaf\x7e\x33\xc9\xca\x43\xc3\x01\xf8\x6b\xcb\xdd\xb5\x8e\x6d\xa9\x1b\x90\x21\x1d\xd8\x57\x32\xda\x6d\x78\xc3\x12\x5b\x15\xa2\xed\x2e\xe8\xc0\x0d\xd1\x0e\x12\x8d\x30\xcb\x89\x6d\x4b\xec\xa2\x58\x60\x55\x9c\x43\xd0\x84\x5f\xc9\x6b\x49\x48\xc0\x51\xb0\x78\xb7\x64\x41\xb6\xa3\xce\xca\xc3\xa1\xeb\x03\x0a\x06\x9b\xe1\x08\xd8\x25\x91\x5d\xd2\x8b\x12\x94\xd0\xbe\xc8\x5e\x8b\x90\xdc\x3a\xa0\x7d\x1e\x8b\x50\x9c\x67\x96\xab\x05\x63\xbb\x22\x5e\x65\x76\x6d\xa3\x82\x59\x2d\x35\x33\x1f\x3a\xa5\x40\x89\x1a\x83\x17\xd7\x2e\x8e\xed\x82\x40\xd5\x53\x24\x77\xe1\x6b\xce\xb2\x35\xe1\xaa\xc1\xf0\xac\x11\xe4\x6b\xf4\xbc\x4b\xb2\xe8\xde\x20\x88\xf2\x6a\x38\x69\xec\x01\x3d\x07\x9e\x6f\xd2\x74\x35\x05\x0e\x1d\xf4\x57\x4c\xc4\xf3\xb5\xbc\xe3\x49\x0a\x55\xb5\x1d\x8c\xa5\x38\xb6\x7f\xfd\x98\x75\x26\x93\x8d\x65\x1a\x40\xdb\xa5\x2b\x88\xad\x85\x60\x08\xaa\x2e\xa4\x0c\x50\x3c\xbe\x13\xf1\x0a\x01\xe0\x90\x9c\x88\x15\x59\x35\xa0\xe9\xf2\xa5\x5d\x6d\x13\x60\x60\x15\x43\x15\x91\xa6\x82\xbc\xb9\x4b\x33\xdd\x15\x4b\x46\x63\xb3\x79\xe6\xab\x24\x3a\x56\xa9\x40\x28\x01\x0b\x18\xc5\x89\x0f\xab\xea\xfa\x9a\xd0\x40\xf7\x36\x4a\x38\xc3\x2d\x06\x0a\xb8\x91\x7e\x0e\xd1\xd2\xd0\x3b\x55\xde\x39\x9f\x76\xf0\xf4\x0c\x6e\xa8\x96\x60\x08\xba\xb9\xa9\x60\xab\x58\xa6\x99\x55\x9d\x0d\x41\xad\xf6\x34\xcf\xa8\x6a\xa9\x8e\xd7\x3c\xc7\xba\x41\x05\xa5\xd9\x57\xf1\x0b\xd9\x03\xa0\x3f\x1a\xb3\x44\x7f\x5c\xf5\xb5\x1c\xce\xc6\x35\x38\xd7\xc3\x69\x48\xc3\x4c\x0f\xfc\x84\xf3\x5f\xe8\x31\x33\x43\xef\xe4\x38\xe6\x11\xb6\x15\x55\x46\xe6\x71\x4e\x5a\x00\x28\x7c\xfe\xb2\x53\xec\x46\x66\xb7\x08\xa8\x6a\x8c\xbf\xba\x6b\x32\x1b\xfa\x18\x7c\xc0\x82\x9b\x89\x3a\x64\x63\xa7\x1d\x13\x67\x47\x98\x0d\x49\xf7\x23\x68\x76\x9e\x31\x11\x11\xe2\xa8\xe1\x5a\x99\x7d\x62\x1f\x1f\x81\x0e\xe7\x99\xdc\x25\x4f\x23\x66\x1d\x47\x47\x8d\xb6\x23\x29\x68\xb1\xec\x82\x87\xad\x86\xc5\x74\x1c\x55\xc1\x7c\x4d\xf4\x27\xa3\x06\x78\xaf\xe4\xe6\x7f\x38\xd3\x47\xe0\xb2\xf0\x72\xbb\x4a\x58\xc8\x47\x31\x8b\xee\x53\x41\x9a\x52\x89\x17\x71\x0a\x99\xd4\x1f\x5c\x70\xbc\x8d\xd0\xbf\xa1\x1c\x4d\x04\x81\xe7\xc2\x82\xb3\xcd\x1d\x31\xce\x8f\x68\x78\xbe\x1e\x6d\xe7\x63\x3a\x64\x26\x78\x85\x84\x58\x8d\x40\x5b\xa4\x07\xdb\xea\xb4\x47\xa0\x2b\x9a\xb2\x8c\xab\xe1\x6c\x59\x32\x1c\x8e\x6b\x9d\x77\xb0\xa4\x0d\x1c\x59\x8c\x27\x4d\x4b\x04\x45\x11\x5b\x61\x8b\xe8\x9e\x7d\xae\xdf\x04\x46\xcd\xe1\x08\x83\xd4\xb4\x9f\xd0\x19\x15\xcf\x47\xa0\x12\x3a\x8b\x97\x92\xb4\xd9\x7f\x48\x05\x40\x55\x42\x23\xd0\x66\x8c\x94\x14\x23\xac\x4a\x69\x04\xca\x0a\xed\xf3\x38\x66\xa1\xbd\xfb\x47\x18\x33\xa1\x55\x52\x58\x3a\x1a\x89\x03\x99\x84\xb6\x95\x10\xab\x90\xc7\xf4\x5c\x08\x55\x89\x65\xb3\x46\xa0\xa6\x28\xcd\xe8\x55\x18\x5d\x3d\x54\x13\x5b\x45\x3a\x5e\x41\x85\xf7\x4a\x15\xd8\x75\x81\x7a\xed\x57\x71\xbd\x8a\xae\x6a\xcc\x82\x9b\x2a\xae\xef\x32\x01\xa5\xb9\xa0\x8a\x1d\x20\x63\x62\xdc\x16\xaa\xb0\x21\x70\xab\x46\x13\x55\x45\x4d\x7e\x83\xa7\xad\x7e\x41\xcf\xb6\xa7\xb2\x4a\xf7\xbf\x08\xfa\x5f\x04\xfd\x3f\xa8\xa0\xdf\xf9\x34\x41\xbf\x73\xc2\x7a\xdd\x5e\x10\x34\x3e\x53\xd0\x7f\xc6\xa3\x6d\x65\x83\x40\x1c\x93\x31\x11\x57\x31\xad\x0a\x66\x14\x45\x55\x18\x2a\x53\x6b\x4e\xb4\x2e\xba\xec\x95\x4e\x50\x55\x60\xcf\x01\x6a\x01\xba\x0a\x73\x1d\x86\x0a\x7b\x7b\x15\xe9\xea\xb2\x0b\x5d\x75\x15\x39\x74\x90\x46\xeb\x5d\xc5\xd1\x7b\xb1\x70\xc8\xaa\xa2\x30\xbc\x1b\x5c\x21\xab\x60\xf4\x09\xac\xa9\xb4\x07\x0c\x97\xf5\x70\xa8\x02\xbb\x28\x69\x59\x2f\xeb\x2a\x14\x06\x91\x87\x82\x59\xd2\xb0\xaa\x25\x69\x5b\x2a\x70\xd0\x32\xb0\x6e\x75\x23\x50\x0a\x69\x6e\x4c\x2b\xd7\x89\x17\xff\x08\x34\x30\x9a\x7a\xbd\x8b\x4a\x17\xe2\xd1\x00\x6d\x6e\x2c\xdb\xa5\xae\x73\xe8\x68\x50\xd5\x5d\xe4\xde\x00\xb6\x77\x10\xac\x70\xb9\xfb\xe5\x17\xfa\x3d\xc8\x1b\x1b\xf9\x0f\xf1\x9c\xef\xb2\xc4\x0a\x09\xa3\x41\xc5\xa1\x4f\x55\xb0\xd5\x61\xdf\xb4\x12\xe0\xae\xe4\xc6\x61\x60\x21\xee\xe1\x4a\x5b\x99\x2c\x0d\x84\xf7\xa9\x5f\x12\x20\x94\x41\xa7\x99\x19\x27\xf2\xc6\xda\x94\x46\xa0\xb9\x29\x99\x6f\x1b\x85\x3e\x1a\xc2\x26\xb2\x41\x75\x95\x15\x30\x04\xd9\x39\x21\x61\xc9\xa3\x21\x7a\x72\x87\x0b\x59\x78\xbd\x03\x0b\x38\xc4\x28\xb0\xe0\x26\x63\xc2\x4a\xca\xa3\x21\xbd\xa5\x5f\x8b\x98\xf0\xb4\xa0\xbc\x18\x29\x19\x2d\x22\x54\x54\x47\xdc\x07\x11\x11\xb1\x46\x13\x74\x03\xe1\xd9\x65\xc4\xe2\xe7\x32\xe3\xd7\x52\x5a\xc6\x70\x82\xae\xa5\x84\xe5\x03\xe1\x7e\xf6\x9e\x27\x81\x48\xf9\x22\x61\x34\x0e\x7f\x04\x42\xfe\x33\x16\x87\xa9\x92\x15\x4b\xf2\xb4\xe1\x6c\x1e\x22\x62\x8e\x40\x96\xbe\xda\xc5\x34\x10\x61\x04\xb2\xb0\xb9\x6f\x6c\xbf\xc1\x03\x25\x6f\x12\xa1\xfa\x38\x29\xaa\xcf\x96\x0a\xae\x20\xa3\x28\x9a\xec\x12\xc5\x9a\x58\x91\x6f\xd6\xa9\x91\x8f\x3b\x96\xdc\xaf\x70\xca\x97\x11\xd9\xdb\xe8\x69\x21\x97\x4b\x32\x1c\x20\x36\x4f\x24\x8d\x16\x18\x81\x13\xc5\x85\x0e\xda\xb0\x34\x70\xcc\x92\xb1\x75\xec\x1d\xa1\x5f\x82\xe0\x86\x2d\x2c\xc8\x63\x10\x2f\x2f\x05\x9f\x0b\x7a\x44\x8c\x41\xbc\x34\x41\xd6\x26\xbe\xc7\x22\x20\x62\x96\xdd\x8a\x78\x95\x5a\x22\xe8\x7f\xb8\x5d\x3c\x63\x90\x27\xe7\x99\x44\xbb\xec\x18\x05\x49\x45\xb6\x76\xd9\x31\x08\x90\xe7\x6c\x43\x28\x20\xf3\xcb\x5d\x12\xd8\xae\x80\xcd\xfe\x62\xfe\x5c\x1f\xab\xb6\xa9\x20\x85\x4d\x12\x11\x90\xf1\x1d\x83\x04\xf6\x54\x46\x4b\x4b\xf1\x61\x31\xa4\xfc\x9a\x68\xed\xc7\x60\x86\x9f\xcb\x20\x20\x03\x07\xe6\xf7\x0b\x99\xf0\xb9\x7e\x12\xdd\xd2\x41\x09\xb5\xcb\xe4\x15\x0b\xc8\x06\x18\xb7\x30\x0c\x3a\x8a\xf8\x8a\x3f\x93\x72\x4b\x4a\xe8\x56\x11\xbe\x94\x19\x36\xb1\x87\x8a\x98\x2a\x00\x75\xf6\xf2\x99\x0c\x6e\xec\xfa\x1a\x83\x85\xff\x6a\xb7\xba\x26\x24\xba\xf4\x14\x9b\x9a\x89\x6c\xa7\xb9\x5a\xeb\x3d\x3d\x6e\xa3\x36\x20\x8e\xad\x52\x62\x0c\x09\x02\x46\x49\x22\x6e\x59\x44\xa8\x68\x83\xa0\x5a\xba\x31\x84\xdb\xbf\xe6\xd7\x34\xb0\x7f\x0c\x22\xe4\x94\x04\x8e\x8d\x41\x64\x34\xf1\x0a\xea\x44\x72\xb4\xc9\x63\x30\x7b\xcf\x6f\xc4\x15\x4f\x61\xea\x40\xa0\x9c\xc7\xf2\x6e\x19\xb1\x1b\x52\x7f\x0f\x44\xd8\x14\x6e\xbb\x31\x48\x8f\x3a\xe0\xc8\xa1\x83\xdb\x4a\x9e\x32\xc4\x81\x4c\xf0\xf8\xcb\x53\xb5\x58\x3a\xba\x9f\xc0\x52\x87\xe8\xfa\xd7\x62\x29\xf2\x08\xb0\xf2\x80\x1b\x03\x13\x95\x73\x35\x84\x0a\x6a\x86\x5f\x76\x09\xb8\x1a\x8c\x7b\x68\x08\x50\xdc\x1c\xa5\x3a\x7b\x14\x89\xb4\x57\x2f\x76\x59\x24\xe5\x8d\x02\x9c\xc5\x3a\x79\x82\xc5\xd1\xde\xbd\x58\x2e\x45\xe0\x34\x01\xd8\xc4\x9b\xfb\xad\x43\x46\xc3\x90\xf5\x81\x1b\x83\x59\x6b\x16\x8a\x0a\x27\x30\x06\xd3\xd3\x53\xb1\x04\x47\xd3\x31\x84\x52\x98\x73\xb8\xd0\x73\x58\x8c\x5f\xe1\xdb\xb4\x36\xc6\xdf\x91\x2d\x39\x6c\x7c\x91\xca\xbf\x48\xe5\x7f\x50\xa9\xbc\xfb\x69\x52\x79\xf7\x64\x39\xec\x5e\xb3\x56\xaf\xf1\x99\xe6\x77\x9e\x64\x62\xa9\xdf\x46\xb0\xfb\x03\xbc\xba\x58\x9a\x39\xc1\x42\xe3\x21\xfa\x32\xde\x89\x98\xd0\xc0\xb4\xb4\x96\x99\x55\xb7\x8e\x2b\x51\x44\x0e\x8f\x01\xe6\xbd\x0b\x79\x4b\xb8\xce\xf1\xa4\x62\xa4\x2c\xf2\x8a\x96\x10\xb4\x2d\xe9\x21\xb6\xb4\x11\xca\x00\x61\x19\xaf\x57\x42\x66\x78\xaf\x58\x56\x01\xfc\x8a\xe7\x22\xe3\xf3\x80\x91\xcf\x26\x28\xbe\xdc\xa5\x3c\x31\xfe\x77\xf3\xb5\x35\x2e\x8f\xc1\x81\xd8\x6f\xb6\xa6\xfc\x76\x21\x25\xb9\x8f\x91\xb1\x9d\xcf\x2d\x81\x8e\xda\x7f\xd9\xdf\xfd\x06\x5c\x24\x91\xb8\xe5\xc9\xfd\x22\xd9\x59\x1f\xcc\x31\xb8\x06\x5f\xf1\x8d\x88\x43\x9e\x98\x1c\x1f\x16\xd3\xaf\xc1\x80\xc3\xec\xd8\xb1\x17\x19\xc8\x42\xd8\x40\xa6\xb1\x5f\x4d\xb5\x45\x53\x11\x8d\x81\xc3\x7e\xb9\xb9\x4e\x78\x14\x95\x82\xfe\x04\xb8\xe8\xe7\x3c\xbb\x93\xc9\xcd\x42\xde\x59\x96\x61\x02\x8c\xf4\x44\x64\xf7\x34\x58\x6e\x02\xe1\xa8\x05\xb5\x65\xc9\x18\x8f\x0a\xb3\x3e\x01\x4e\xfa\x45\xcc\x95\x34\x53\x73\x2d\x4e\xc0\x7f\xd7\x04\x00\xfa\x22\x22\xb2\xfe\x04\x0d\x33\x1a\x31\x96\x09\x71\xa2\x9e\x80\x71\x46\xa7\x2e\x48\xb4\x72\xc4\x02\xda\x95\x22\x1c\x40\x5d\x34\x1c\x18\x6e\x27\x60\x87\x01\x2b\xc4\x04\x78\x78\x75\xbf\x92\xb4\x4e\x93\x26\x2a\x4d\xd2\x1d\x8b\xe6\xd9\x2e\x14\x92\x5e\xef\x13\x60\xab\x9f\xc9\x0d\x87\x95\x32\x01\x76\x78\xf6\x3e\xe0\x51\xdd\x58\x02\xd3\xfb\x5a\x26\x61\x2d\x08\xcc\x42\x6a\x35\xe8\xa8\xf4\x5a\x28\xc8\xff\x6c\x69\x29\xe0\xbf\x3a\xdf\x72\x1e\x3e\x13\xab\xd2\xe9\x62\xd2\x41\xc5\xc1\x66\x23\x32\xc8\x0a\x39\x41\x56\x6f\x2d\xd2\xcb\x89\xa5\x55\xfc\x47\x69\x0a\xb9\x49\xc7\xc9\x9a\x46\xb4\x4f\x13\xe0\x12\x2f\x23\x76\x7f\xcd\x82\x9b\x2b\x96\xf1\xa6\x9d\x0f\xd0\x2e\xce\xc2\x15\xb0\x59\x13\xf0\x43\x2c\x5d\x7a\x81\x4f\x9d\xf4\x30\x6c\xe3\x7a\xb7\xc1\x3c\x5f\x13\x48\x6b\x94\x07\x24\x51\xb3\xd4\x04\xdc\xa6\xcc\xb6\x76\x03\xd6\x27\xa0\x49\xbb\x90\xd7\x22\xe2\x55\x0c\x44\xf8\xb2\x6d\x26\xb7\x55\x0c\x24\xee\x28\x42\xf3\xab\xb0\x3e\xb2\xcf\x3c\x92\x79\xa2\x28\x3b\x6b\xe0\xe1\x34\x5f\xb3\x2d\x27\x34\x4c\xfd\x93\xf2\x24\x5b\xf0\xf7\xd9\x98\xec\x84\x3e\x9d\x74\xfd\x50\x51\x35\x2d\xe1\x64\x80\x0a\x94\xeb\xf2\x11\x08\x02\x19\x23\x27\x1d\x89\x98\xe7\x0e\xad\x16\x03\x36\xa7\x17\x17\x96\x50\xb9\xef\x4c\xae\x6c\x0b\x00\x3e\x3c\x48\x64\x14\xbd\xdc\x52\x2d\xc0\x04\x7d\xb4\x72\x83\x6d\x49\x05\x05\xde\xec\x96\xd8\xfe\x27\x10\x92\x3b\x21\xb2\xd7\x04\xa2\x71\x5f\x24\x2b\x4b\xc0\x30\xb1\x24\xbb\x3f\xd7\x66\x5e\x0b\x80\x79\xbb\xb2\x1d\x1d\x0d\xdc\x8e\x12\xfb\xef\x04\x22\x6b\xf3\x54\x97\x53\xf3\x30\x9e\xc5\x8c\x2a\x2c\x07\x14\x31\xae\x90\x9d\x7d\x30\x72\x5c\x98\x65\x22\xc8\x8a\xc1\x94\x25\x2f\xce\x2c\xc1\x51\x84\x59\x6f\xe7\x09\xa8\xfd\x4c\x5c\x46\x16\xd3\x13\x00\x7c\x7e\x4a\x80\x9d\x3b\x47\x3b\xb8\x8d\x64\xc2\x9d\x9c\xa9\x93\x49\x4d\xea\xd5\x92\x08\x61\x62\x97\x89\x5c\x25\x3c\x4d\xcf\xa5\xdc\x9e\xc5\x31\x99\x96\xe9\x6c\x0f\xec\xc5\x2e\xa3\x30\xd0\xd3\x98\x44\x84\xf6\x82\x9d\x61\xba\xc6\x78\x35\x96\xd6\x41\x6c\x02\x0e\x31\x6a\xa3\xd2\x5b\x67\x86\xf9\x60\x8a\x14\xb3\x96\xee\xa4\xef\xcd\xce\xe2\x5b\x91\x71\x93\x96\xbd\x44\x41\xd2\x8c\x71\xb2\xb3\x59\x1b\x27\x10\x3b\x34\x5f\x0b\xeb\xbc\x32\xc5\xe0\xa1\x84\x6c\x9d\x29\x78\x9e\x4c\x05\xdb\x48\x5b\xdb\x14\xe2\x87\xe6\x4a\xde\xb0\xda\xb5\x29\x44\x10\xfd\xe5\x8a\xfa\xfb\x4f\xe1\xf6\xf6\x39\x0f\xaf\x49\x96\x82\x29\x86\xea\x94\xf9\x5d\x6b\x2e\xbc\x29\xf8\x53\xfc\x8d\x6d\x36\x3c\xa1\xb7\xc3\x14\x14\x79\xcf\x04\x6d\x02\x5d\x77\x2f\x63\x1e\x9a\x77\xac\x2d\x1d\x59\xfb\x6c\x97\xc4\x0b\x39\xe7\x3a\x04\xb2\x04\x81\xee\x4c\x87\xfb\xe9\x60\xb1\xaa\x33\xd4\xb4\xe5\x84\x2f\xe8\xd8\x34\x57\xee\x9f\xb6\x06\x5f\x04\xf2\x2f\x02\xf9\x1f\x54\x20\xef\x7d\x9a\x40\xde\x3b\xe1\xcb\xde\x32\xec\x0e\x3f\x53\x20\x9f\xdf\xb1\xfb\xba\x2d\x0f\xec\xf0\x8b\x5d\xf6\x62\x69\x74\x73\x25\x00\xf4\xb9\x8b\x44\x6e\xd7\xf7\x96\x06\xce\x9c\x5c\x6a\x7b\xf1\xca\xde\x71\xd3\x2e\xe4\xa7\xdd\xc8\x7f\x88\x05\xbb\x9e\xdf\x6f\xae\x09\x5b\x35\x05\x2b\xf6\x68\x34\x85\x23\xa7\xe7\x86\x7f\xa6\x29\xd2\x2b\x49\x99\x46\xa4\x9b\xed\x96\x05\x8e\x5c\xe0\x64\x0f\x70\xec\x02\xa7\x7b\x80\x13\x17\x38\xdb\x03\x9c\xba\xc0\xf3\x3d\xc0\x99\x0b\xbc\xd8\x03\xf4\x5d\xe0\x8b\x7a\x20\x70\xda\x1a\x78\xb9\x07\xd8\x74\x81\xf3\x3d\xc0\x96\x0b\xfc\xdb\x1e\x20\x2a\xa4\xa3\xdb\x3a\xf9\x77\xda\x77\x24\x3b\x9d\x49\xbf\x16\x08\x29\x9e\x9c\x24\xe9\x53\x88\x4b\x30\x2b\xd8\x18\xe8\xeb\x4a\x02\x36\x5e\x06\x82\x45\xe7\xea\xbc\x8c\x1d\xbd\xf7\x14\x78\xfa\x57\x22\x15\xf5\xc5\x61\x52\xe0\x28\x92\x24\x5c\x6c\x8a\x61\x0f\x36\x90\x78\x0a\xf9\x0e\x2f\x98\x88\x46\x11\x27\x4c\xc4\xc0\x4d\xba\xa0\xbd\x96\x2d\xb9\xe9\x90\xcf\xe5\x5d\x91\x0a\x81\x6c\x5e\xf0\x25\x50\x30\xc8\x12\x3b\x1d\xb4\x1d\xb2\x89\x40\xb7\xf4\x0e\x6a\x38\x76\x89\xc8\xee\x41\x32\x9f\x82\x27\xc2\x02\xee\x7c\x70\x44\x78\x25\x45\xc0\x37\xd5\x0c\x41\x53\x70\x46\x28\x51\x10\x5a\x32\x05\x4f\x84\xd7\x6c\xb9\xa4\xb5\x60\x44\x8a\x62\xc0\x41\xea\x98\x82\x44\xa5\x49\x34\x0b\xec\x14\xa4\xa9\xbc\x71\x4e\x01\x60\xb5\x12\x5b\x0e\x11\xfe\x53\x4c\xee\x18\x86\x2f\x62\x25\x90\x5d\x70\x4e\x23\x6a\xa7\x20\x56\xfd\x97\x14\xf1\x1e\x98\x5f\xe9\x0d\xcd\x78\x34\x1d\x62\x56\x5d\xb9\x8d\xf8\x98\x86\x47\x4f\x21\x2c\xc6\x00\x9c\x49\x05\x01\x2d\xf7\xd5\x85\xa5\x37\xac\x3a\xf3\xe2\xb2\x19\xe2\x95\xc0\xe2\x74\xc9\x13\x9a\xe6\x76\x8a\xd9\x25\xc3\x10\x47\x0c\x5c\x38\xf2\x18\x02\xfc\x9c\xae\x89\xe7\x32\xe3\xb8\x1c\xc0\xb3\x43\x91\xdd\x35\x05\xfe\x1d\x0a\x60\x92\x6f\x59\xfa\xa8\x32\xca\x2f\x82\xc0\x78\x14\x90\x66\x82\x80\x21\x36\x9c\xe6\xcb\x98\x42\xc8\xce\x2c\x14\x19\xd5\xd2\x4c\x41\x95\x6d\xdc\x0d\x9e\xb1\x68\x49\xed\x45\x53\x50\x69\x5f\x11\xff\x94\x29\x28\xb4\x5f\xc6\x8a\x63\x0a\x12\x61\xb3\x1f\x4f\x21\x33\xd6\xbc\x4a\x06\x07\x77\x96\x84\x3a\xb8\xd8\x92\x31\x5d\x8b\xea\xb8\x88\x57\x0b\x12\xcb\x3e\x85\x6c\x98\x8a\x72\xc1\x62\x46\x3c\x7c\xa6\xf4\xe5\x2c\x0a\xa8\x30\xe1\x63\x27\xa6\xf6\x9a\x0e\x22\xe6\xb6\xd9\x46\xf6\x91\x87\xe9\x78\xaf\xd7\x2c\x91\x8a\x20\xc4\xa8\xe2\x5a\x6b\x61\x55\x13\x1f\x0d\xa1\xb3\x38\x48\xe3\x88\xea\x9b\x29\xa6\xb3\xe4\xef\x33\x9f\xfa\xa2\x4f\x21\x3e\xc8\x78\x94\x3b\x00\xd0\xb1\x26\x72\x1b\x52\xc9\x70\x82\xe9\x61\xe2\xd7\x32\xb9\x49\xb7\x8c\x2c\x47\x88\x21\x1a\x4b\x79\x23\xe2\x15\xf2\x42\x98\x32\x27\x62\x69\x5a\xf8\x0d\xd5\xdd\x5b\xa0\x4b\xd0\xf7\xb3\x0e\x3f\xc8\x44\xe0\x94\xea\xa4\xa7\x48\x6b\x0b\xa3\x13\x39\xbd\x8f\xd9\x46\x04\x69\xbb\xd7\xc5\x92\x26\x55\xd0\xfc\x62\x8c\x98\xaa\x99\x78\x94\xa6\x22\xcd\x98\x11\x59\x2d\x70\x56\x01\x96\xee\x62\x16\x04\x96\x21\xa3\x85\x9f\x85\xbb\xba\x1e\x80\xcf\xd3\x65\xc4\xe2\xd8\x11\x7e\xa7\x98\x4e\xe5\x8e\x27\x34\x57\xf9\x14\xa2\x93\xe6\x3b\x91\x05\x8c\x96\xde\x46\x7d\x88\x92\x0e\x6b\x5b\x81\x49\x57\x12\x9e\xa9\x85\x3c\xb0\xf4\x8a\x53\xbc\x5e\xc1\x04\x50\x49\x0e\xf9\x72\x4b\xa8\x95\xcc\x90\x53\x79\x17\x13\xfa\xa0\xae\x7a\xad\xfe\x25\xa0\x61\x6d\x1b\x5c\xd4\xa8\xda\x10\x17\x32\xae\x6b\x8d\x0b\xc2\x0c\x82\x9c\x25\xbe\x16\x7c\xe0\xda\x9c\xa2\x4f\xcb\x96\x27\xea\x44\xb4\x99\x62\xa6\xa0\x8f\xca\x0f\x4c\x4a\x46\xfb\x7e\x22\x6e\x78\xb6\x4e\xe4\xce\xea\xf4\xa7\x90\xc6\x68\xf6\x9e\xe6\xb7\x9b\x42\x22\x23\x43\xab\x9c\x83\xb3\xd6\x17\x65\xc4\x17\x65\xc4\x1f\x54\x19\xd1\xff\x34\x65\x44\xff\xa4\x75\x3d\xec\x5f\x5f\x0f\x87\x9f\xa9\x8c\xd0\xee\x8c\xae\x97\xcd\x14\x75\xaa\x80\x01\x0b\xd4\x0c\x34\xac\x70\x9f\x53\x43\xc5\x0c\xec\xbf\xbe\x8e\x32\x7a\x99\x5a\x1e\x66\xe6\xb8\x51\x62\x52\xbb\x19\xa4\x65\x52\xd7\xf1\x52\x26\x01\x37\x6c\x0e\x0d\x69\x9c\x35\x90\x67\x0f\x92\x9d\x31\xf7\xd5\x40\xc1\x52\xfb\x97\x1d\x4f\xd5\xca\x8c\x99\xb0\xc9\x7d\x66\x4d\x4c\x5f\xa7\x99\xaa\x39\x8f\x96\x73\x9e\xdc\x12\xbd\xcc\xac\xe5\xdc\x28\xa1\x89\xa6\xf7\x23\x29\x93\x9a\x9a\xd1\xec\x69\xe0\x57\x3c\xa2\x89\xce\x66\xad\x59\x15\xf3\x8a\x25\x82\x64\xd7\x9b\x41\x52\x9f\xda\xf8\x85\x59\xbb\x6e\x58\xab\x28\xf0\xe3\xe6\xa1\xd5\xee\xce\x20\xea\x6d\x14\x86\x20\x71\xce\xe0\x11\x1e\x18\xc3\x4a\x1d\xf0\x40\x8e\xb6\x01\x19\x19\x19\x8f\xef\x19\x04\x70\x2c\xb8\x82\xb0\xe4\x1e\x96\x4a\xb7\x72\x31\x9a\x67\xd8\x4a\xbf\xf4\x19\x18\x3d\x75\x8b\x79\x68\x1f\x30\xb5\xb0\x5e\x15\x36\xaa\xa2\xe0\x01\xb2\x3b\x76\x6f\x7c\xce\x2c\x1d\x52\x0a\xdc\x5f\xc8\x5b\xc1\xd3\xc5\x2b\x4b\x87\x04\xb0\x3c\xe6\x89\x08\xa8\x77\xc9\x0c\x15\x48\xbb\x34\x4b\xd4\xc9\x14\x5f\xed\x88\x9f\xfa\x0c\x94\x47\xaf\xc5\x52\xcc\xb2\xb5\x7e\x6b\xcd\x22\xfa\x28\x09\x6a\x8f\xee\xca\x34\x80\xc4\x59\x18\x0c\xab\x28\x27\xec\x76\x8b\x7b\x1e\x44\x4a\x47\x1e\xb0\x4f\xdd\xcd\x40\xb6\xac\x1c\x0d\x14\xd8\x7f\x48\x74\xa0\xc0\xc1\x83\xc2\x03\x45\x3a\xc9\x8d\xb4\x55\x62\xb4\x52\xff\x58\x8c\xf3\xb2\x4c\xcc\x83\xec\x95\x48\xb2\x1d\x8b\x2e\x58\xb0\x26\xc2\xd1\x6c\xe8\x28\x16\x40\x2b\x31\x1b\xe3\x03\x0e\x29\xcf\x9c\xfc\x7f\xb3\xb1\x13\x58\xcb\xf2\xea\x84\x8c\x2b\x50\x1c\x8c\xa0\x42\xc7\x14\x88\xc9\xa6\x02\x18\xd6\x03\x2a\xb3\x3c\x76\xf2\x21\xea\x57\x8d\x9d\xb2\xc6\xfb\x20\xd5\xd2\x26\x38\x9a\x19\x0b\xc0\xb9\x73\x86\x39\x28\x76\x69\x26\x37\x34\xc4\x63\x86\x19\x28\x4a\x7a\xb5\x22\xba\x5f\xce\xd2\x74\x67\x42\x2a\xe8\x9e\x85\x5c\x14\x00\xa9\x94\x06\x01\x20\x79\x42\x58\x77\x14\x40\xdc\xcc\x05\xa1\x30\x14\x31\x08\x67\x33\x10\xf9\x72\x5f\x80\x22\x99\xd8\x25\x4b\x58\xb0\xde\x59\xad\xc4\x0c\x44\xbe\x7d\x68\x37\xd8\x68\x06\x39\x26\x20\x98\x1d\x76\xde\x64\xb2\x0f\xe6\xec\x3c\x10\xf1\x00\xe8\xec\x3c\x10\xf1\x00\xe8\xee\xbc\x89\x5f\x83\x84\xd6\x4d\x1b\x35\x08\xa7\x61\x20\xe1\x15\x18\xa7\x4d\x20\xe6\x15\x18\xb7\x39\x53\xc7\x43\x5e\xde\xbd\xdc\xa2\x9c\x36\x03\x41\x4f\x43\x54\x63\x5c\x10\x9e\x79\xc6\x2d\x6b\x4e\xce\x5f\x90\xf6\x9e\xca\x85\x9c\xb2\x74\xad\x5f\x11\x2b\x21\x60\x09\x47\x31\xdf\x62\x66\x7b\xda\x5b\xac\x5c\xdb\xa4\x99\xbf\xb7\xdd\x55\xb0\xef\x7a\x13\xb1\xf8\xde\x38\x48\x92\x17\x07\x7c\x70\x81\x7b\xb1\xe5\xf1\x2c\x4e\x64\x14\x51\xf6\xc5\xc7\x38\x10\xa7\x24\x77\x7f\xf9\xf0\xde\x62\xb1\xc0\x89\xef\x86\x0f\xfe\x5b\x97\x89\x5c\x6a\xef\x22\x96\xd8\x14\x96\x7e\x1b\xf3\xe1\xb3\x90\x27\x2d\x4b\xec\x55\x88\x6d\x4b\xec\x57\x88\x1d\x4b\x04\x0f\x0e\x1d\x35\x07\xf7\x9c\x0f\xf9\x07\x67\xf7\x3c\x4c\xe4\x76\x6b\x39\x11\x1f\x62\x28\x4c\xc0\x11\x65\x7a\x7d\x27\xbe\x3e\xcf\xe7\x2c\x93\x1b\x9a\xd3\xd9\x87\x00\xd9\xb9\x08\x75\x7c\x7b\x64\xc9\xc0\xcc\x44\xf2\x9a\xfb\x4e\xaa\x61\xbf\xdb\x76\x39\xa2\x85\xdc\x56\xb5\x05\x7e\xb7\xa2\xd1\x58\xc8\x6d\x8d\xc2\xc0\x07\x2e\x2c\xcf\x84\x6f\x47\xbc\xdb\xab\xd9\x0a\xa0\x16\xf6\xc1\xb3\xed\x32\x62\xf7\x8a\x71\xd6\x7a\x82\xd4\x62\xd0\xe5\x34\xe0\x62\xeb\xba\x21\xfb\xdd\x61\x15\xe3\xd4\x34\xaa\x22\xc0\x3e\xe3\x43\x84\xac\xcf\xde\x5b\xc2\x04\x3f\x35\xba\x57\xb8\xda\xfd\xee\xb4\xca\x40\x13\xea\xac\x86\xbd\x06\x00\xdd\xa2\xb3\x50\x18\xf9\xb2\x24\x83\x8b\x9f\x8e\x97\x60\xc2\xce\x3c\x38\xf7\x9d\x8b\x25\x4f\xd9\x2d\x59\x7d\xbd\x56\x1d\x99\xbe\x5a\xea\x43\x20\xca\x59\x7c\x2d\xdf\xe3\xd0\xf4\x1c\xa9\x2c\x54\xd3\x04\x5b\xaf\xf7\xe5\xb9\x80\x2f\xaa\x92\x3f\xaa\xaa\x64\xf0\x69\xaa\x92\xc1\x49\x6f\x19\x2e\x9b\xdd\xd6\xe0\x33\x03\x29\x64\x14\xb1\x6d\xca\x2f\x78\xbc\xb3\x1b\x04\x8d\xe6\x3a\x92\x1f\xe8\xe0\xab\xad\xd8\x01\x7b\x02\x82\x43\xc5\x7c\x17\xd3\x6b\x11\x9c\x29\xe6\xbb\xb8\x90\xae\x2f\x88\x96\xc6\x07\xd9\xf3\x9c\xc5\x61\x1a\xb0\x2d\xaf\x79\x12\xc4\x07\x4f\x0a\xcb\xbe\xe0\x5e\x07\x7f\xc2\xdd\x75\x24\x82\xe2\xd2\xb2\x98\x69\x15\x53\xe5\xf5\x7d\xf0\x9e\x30\xb0\xd9\x06\xce\x36\xbf\x02\xc0\x74\xe4\x7e\xdf\xc9\x1b\x55\x79\xf2\xc5\xef\x57\xac\x00\xda\x7d\xbc\x8a\x03\x37\xd8\xf7\x01\x8f\xaa\x90\x76\x55\x15\x40\x85\x13\x1f\x5c\xa0\xb5\x3d\x27\x91\x72\x43\xf9\x7f\x1f\x3c\xa0\xe7\xce\x4b\x51\x3e\x3a\x57\x84\x22\x83\x7c\xd9\x3e\x48\xef\xf3\x8c\x25\xd7\xbb\x84\x56\x8f\x2f\x88\xb3\x84\x8b\x17\x73\x4b\x05\xc7\x1b\x91\x98\x80\x45\x52\x37\x78\xcf\xf2\x38\x70\x8c\xfa\x7e\x1f\xcd\xab\x11\x49\x55\xe9\x83\xe7\x85\x0e\x06\x34\x36\x54\xbc\x49\xc0\xf3\x82\xa2\xa8\x45\xdc\xef\x57\x02\x0b\xf3\xdc\xdd\x22\xde\x91\xe6\xfa\x2e\xca\x79\x49\xc3\x07\x67\x09\x9d\x13\x28\x9c\x30\x78\xd2\xdf\x07\x7f\x89\xd1\xe2\x12\xa6\x0a\x3c\x25\x8c\x40\xa7\x04\xe5\x3a\x73\x9a\x0f\xae\x13\x57\x3c\xb8\x0f\x22\x3e\x16\xa4\x22\xcc\xe0\xb0\xcd\xee\xeb\x40\xf8\xcc\x57\x68\x93\x6a\xf9\xe0\x34\x31\x4e\x38\x0b\x83\x84\xc4\x83\xf8\xe0\xf2\x30\x16\x49\xb6\x0e\xd9\x3d\xf5\xd8\xf6\x07\x6e\xae\xf4\x59\x9c\x11\x9e\x1e\x33\x65\x5e\x5d\xe4\xb9\xe4\xac\x72\xc9\x87\xc4\x91\x97\x6c\xc5\x67\xe4\x89\x7f\xdf\x79\x2c\x71\xc5\xb5\xa8\x01\xd6\x5a\x7f\xec\xbe\xd5\x8e\xee\xd7\x3e\xa8\x1a\xa6\x2c\x63\xd7\x44\xd9\xe9\x63\x9e\x05\x96\x31\xab\x34\xad\x70\x8d\x20\x37\x4f\xae\x2e\x72\x5d\xac\x05\x80\x54\xa8\x3a\xe2\xbc\x62\xe0\x83\x44\x98\xeb\x61\x72\x0c\x29\x05\x96\x0f\x38\xa5\xd3\x53\x1a\x2c\x6b\x08\x83\xe3\x03\x6c\x5e\xa3\x20\x13\xb7\x2c\xe3\x2f\x92\x90\x84\xbf\xf9\x33\x0c\xf6\x62\x7b\x50\x4e\x5a\xc0\x70\xa7\x8e\xde\x8c\x45\x36\xa9\xa4\x8f\xd1\x6c\x01\xcb\x32\x9e\x40\x52\x3f\x7f\x86\xe9\xf9\xf5\x73\x04\xba\x59\x24\x87\xa0\xef\xd7\x45\x22\x55\xf5\xd9\x3e\x44\x7e\x4d\xae\x2e\x8c\x9e\xc8\x92\x69\xdf\xff\x3b\x96\x77\x11\x0f\xd5\x22\xd2\x99\x38\x72\x94\xdf\x68\xa0\x32\x3b\x32\xa9\xbe\xd7\x62\x6b\x11\xf8\xf0\xdc\x86\xbf\xe2\x89\x58\xde\x5b\x3a\xad\xe7\x7f\xc4\x16\xee\x13\xbf\x81\x91\x59\xbb\xe4\x96\xdf\x17\x77\x6a\x6a\x41\x70\x10\xf2\xf7\xee\x65\xe2\x37\x40\x79\x4f\x11\xfa\x54\x0e\x2d\x6e\xec\xec\x08\x7d\x5e\xf2\xf0\xc5\x8e\x94\x35\x71\x30\x6e\x19\x70\xa8\xb2\x5b\x3e\x8a\x43\xfa\x20\x91\xdf\x68\xe3\x4c\x13\x43\xaa\xdf\x00\xe9\x75\x94\x04\x6b\xeb\x77\xe2\x37\x30\xe1\x5c\x3e\xf3\x3e\x27\x95\x77\x7b\xae\x98\x9f\xd8\xcf\x31\x72\x49\x49\x4c\x53\x1b\x5e\xea\x37\x40\x6c\xa3\x4a\x8c\x12\xd1\xab\x37\x5c\x5b\x3a\xe6\xc5\xc8\x46\x34\xa4\xcf\x6f\x38\xa9\x9c\x59\x36\x96\xf6\xdb\x41\xc5\x96\x5d\x6a\xb4\x2c\x66\x5a\x8b\x21\xe2\xbb\xdf\xc0\x67\x80\x4b\x0c\x36\x74\xe0\xd7\x82\x5e\xda\x75\x8b\x7e\x62\x85\xb3\x02\xb9\x8f\xfc\xc6\xb0\xd6\x9f\xa1\x85\x18\x58\xbf\x9a\x73\xd3\x9a\x4d\x0b\x18\xd5\x03\x1c\x95\x8c\xdf\x18\xa2\x40\xac\x38\xe4\x1a\xa5\xb5\xdf\x00\xb7\x2a\x83\x7b\x48\x75\xed\x37\x40\x4b\x9e\x7f\xe0\x2a\xb0\xfd\x06\xf8\x5a\x19\x54\x55\x8d\xed\x37\xc0\xf1\xaa\x02\xab\x74\x0a\xdc\xb0\x0c\xbc\x4e\xa5\xed\x37\xc0\x21\xab\x06\x58\x2d\xb9\x55\xf9\xa0\x86\x61\xf5\x1b\xa3\x76\x4d\x83\x2b\x22\xb5\xdf\x18\x75\x2a\xb8\x0b\x79\xcb\x33\xe9\x96\xd7\xad\xe0\x6a\xde\xf5\xf1\x1b\x98\x74\x5a\xe3\x2a\xaf\xfb\xf8\x0d\x08\xce\x32\xa8\x07\xc2\x3a\xfc\x06\xc4\x6c\xd1\xde\x58\xc4\x70\x0f\x82\xc4\x17\xfa\x0d\x88\xdc\x32\x28\xf7\x7d\x23\xbf\x31\xaa\xae\xc8\x5a\x55\xbc\xdf\x80\x38\x2e\xcd\x42\x6b\xdf\x62\x9a\x55\xcc\x6f\x8c\xd1\x81\x3a\x74\x14\x66\x7e\x63\xf2\x25\x1a\xe5\x8b\x56\xe3\x8f\xaa\xd5\x18\x7e\x9a\x56\x63\x78\x12\xf4\x9a\xbd\xd6\x75\xa7\xf5\x79\x5a\x0d\xb2\x3f\x60\xe3\x82\xa9\x69\xbc\x5b\x2e\x4d\x3e\x80\x31\x5f\x4a\xc2\x08\x80\xb5\xc7\xa2\x46\xcb\x8c\x6c\x6f\x30\xf8\x90\xa2\x64\x66\x4f\x45\x74\xe9\x53\xe7\x6b\xba\xc6\x68\x48\xbf\x81\x1e\x79\x91\xd8\x6a\xf3\x0a\x61\xb4\xfd\xc6\xac\xbd\x0f\x52\x39\xd7\x67\xa8\x0d\x8f\x63\x1e\x92\xe7\xc5\xfc\x86\xdf\x72\xc5\x50\x5f\x26\xe3\x5d\x2a\x62\x0c\x7c\xf1\x1b\xc0\x00\x2f\xd8\x35\xbc\x74\xe5\x37\x1b\x8d\x7a\x56\xb0\x94\x0f\xfd\x26\x26\x19\x63\x2b\x4e\x3b\xd5\x6c\xa0\x08\xca\x14\x13\x79\x2e\x77\x65\x57\x9a\xcd\x4a\x22\xdf\xb1\xcc\x32\xb9\xa9\xd8\x00\xfc\x26\xbe\x69\x65\xa1\x55\x33\x80\xdf\x6c\xb5\x2a\xea\xe1\xea\x4d\xd1\x04\x4e\xf7\x42\x04\x89\x4c\xe5\x32\x9b\x67\x6c\xb9\x5c\xef\xae\xe9\x40\x35\xc1\x63\x25\xcf\x4e\x40\x9e\x69\xf6\x9b\x6d\x74\x3c\x60\xd9\x2e\x35\x1a\x02\x1a\xab\xea\x37\xdb\xbd\x3d\x30\x1a\xf9\xea\x37\xdb\xfd\x3d\xb0\x2b\x6b\x2c\xf6\x9b\xc8\x43\x43\x22\x48\xa7\xd6\xe1\x5e\xa0\x53\xef\x68\x2f\x70\xf6\x3e\x88\xd8\x86\xea\xe6\xfc\xa6\xf3\x88\x95\x6d\x66\x2d\x78\xb2\x0f\xac\x96\xf7\x5f\x2d\x6e\xba\x77\x88\x96\x64\x42\xaa\xc9\x94\x0c\x8a\x46\x32\xf8\xcd\x4e\x35\x57\x26\x81\xb5\x2c\xae\xb9\x07\x57\xa3\xbd\xf4\x9b\x9d\xd6\x1e\x34\x79\x0c\xdb\x6f\x76\x30\x61\x86\x3d\xa1\x9a\x3d\xc7\x0d\x94\x04\x50\x43\x92\x3e\xbf\xd9\x73\x33\xc1\xb1\x6d\xea\xc4\x5a\xfb\xcd\x9e\x9b\x0c\x8e\x80\xdc\xf2\xe8\xfa\x53\x03\x4a\xed\x86\x7e\x13\x74\xbe\x5a\x9b\x08\xdb\x19\xd4\xbe\x45\x40\xb6\x5a\x92\x53\x59\x6a\x20\xfc\x66\x0f\x9d\x76\x4d\xc4\xba\xd5\x3d\xf8\x4d\x50\x6b\x8e\x13\x16\x07\x6b\x5f\x92\xe1\x05\x9d\xe6\xc5\x2e\xe3\xf4\x74\x6b\xf6\x31\x06\x2f\x24\xaf\xf0\xfb\xcd\x3e\xc6\xdd\x85\xaf\xa1\x5c\x4c\xa5\x78\x2d\x74\x58\x8b\x95\xf8\xfd\x26\x84\xf9\xe8\xe8\x69\x93\x3b\xd5\x02\x30\xe7\x65\x1e\x14\x41\x7d\xcb\xfc\xe6\x00\xf9\xff\x94\x66\x9b\xf1\x9b\x20\xec\x98\x34\x2a\x54\xbe\x6b\x82\x90\x61\xe8\x20\xb7\x35\x87\x75\x6e\x0a\x3a\x91\x44\x09\x19\x61\xda\x9c\x20\xab\xc3\x80\x1c\xbb\xbb\x76\xc9\xd0\x4c\x1d\xb1\x69\x77\xcb\x08\x42\xda\x77\xc1\x0d\x87\x77\x6c\xfd\xe6\xb8\x57\x0f\xa0\xf7\x74\xb3\x12\xfd\x41\x7d\x0e\xfc\x26\xf8\xae\x98\x65\x6c\x5e\x79\x28\x11\xa0\x0f\xcb\x9d\xaa\x1c\x04\x06\x19\x89\x6d\x15\xe1\xec\x9d\xdd\x46\xbb\x6e\x2d\xee\xe4\x62\x2d\xac\xc9\xc3\x6f\xa2\x4f\xbc\x06\xea\x79\xa9\x41\xf6\x51\x45\x95\x5f\xba\xd0\x77\xf0\x5a\xaf\x0b\x99\xf0\x9b\xa8\x79\x2b\x20\x7f\xd9\x71\x2b\x54\x34\xa7\xce\xe3\xa3\x7b\x60\xa0\xa0\x2b\x31\xce\xda\x07\xfd\x5c\x91\xf8\xc6\x52\xdb\x35\x54\xe8\x12\x70\x25\x65\x7a\x1d\x4b\xee\xd6\x91\xb1\x04\x78\x09\xdf\xa6\x3b\xb2\x80\x7e\x3d\x00\x4b\x01\xff\x24\x9b\x4b\xd0\x02\x86\xf5\x00\x2c\x65\xe4\x2a\x36\xca\x0c\x3f\x16\x33\xde\x8b\xc1\xb2\x2a\xe6\xa9\x74\x0d\x71\x21\x7e\x73\x56\xb1\x4e\x15\x10\x2c\x09\xf3\xaa\xac\x79\xb8\x8b\x4c\xa4\x22\xaa\x99\x9a\xf8\x48\x4b\xc4\x30\xef\xb2\xdf\x84\x8c\xb3\x73\x9e\xdc\xf2\xc4\xd5\xae\xfb\x4d\x7f\x56\x01\x15\xb4\x16\x24\xa1\xd0\x1a\x3e\xdb\xcc\x56\x03\xd3\x9d\xc7\x37\x3c\x3c\x8b\x69\x7f\x5b\xf8\x5c\x2d\x0f\xc4\xc6\xa6\xff\xf4\x5b\x4d\x4c\x6a\x96\x3b\x96\xb8\x7c\x70\xab\xe5\x68\x94\x33\x1e\x64\x57\x5c\xc9\x71\xa5\xd2\xdc\x6f\x41\xfe\xa5\xb1\x55\x36\xfb\xad\x16\xbe\x65\xad\x23\x08\xab\x75\x54\xed\x81\xc4\x6c\x58\x81\x23\x9f\x98\x88\xf0\x95\xe0\x77\xf4\xb9\x37\xbf\xd5\x6e\xd5\x40\x2e\x78\x28\x76\x1b\x8b\x69\xd7\x60\xce\x59\x52\x5a\x92\xfc\x16\x84\xd4\xcf\x33\x5e\xde\x3f\x2d\x87\x97\xe1\x5b\x93\x49\xc8\xd2\x5b\x0e\x1d\x95\xb7\x2d\x4c\x81\x5a\xd2\xc9\x0d\xde\xea\xb8\x95\x1b\x88\x5b\x91\xeb\x8c\xe3\x3a\x96\xf9\x2d\xc8\x97\xaa\x3b\x49\xf8\x8d\x56\xa7\xff\x45\xdb\xf1\x45\xdb\xf1\x07\xd5\x76\x34\x1b\x9f\xa6\xee\x68\x36\x4e\x82\x4e\xc8\xc3\x01\xef\x7c\x9e\xbe\xa3\xd8\x1e\xc0\x6d\xb6\x20\x67\x70\x01\x59\xd8\x44\xec\x7e\xab\xe3\xb8\xde\xae\x56\x3c\x19\xed\x32\x7b\x18\x77\x46\x55\x00\x09\x5c\xf0\x5b\x10\x02\x71\x29\x6e\x65\x46\x8d\x72\x7e\xab\xe3\x88\x76\xc1\x0d\x0f\x8b\xec\xe9\x16\x34\xad\x82\xdc\x87\xce\xfc\x56\x07\x59\x4b\x11\x85\x7f\xd9\xf1\x1d\xe9\x8c\x5f\x4b\x7f\x5e\xbe\xc8\xee\xb7\x20\x5f\x88\xea\x87\x89\xda\x21\x27\x5c\xb7\xc6\xe3\x9b\x44\xc8\xfb\xad\xae\xef\xb6\xb5\x24\xf5\xb0\x01\x51\x94\xf2\x7b\xdb\x3c\x10\x6d\x5e\xf1\x38\x9e\x0a\xb6\x4a\x98\x3d\xd9\x41\xb6\xf1\xc5\x2d\x5f\x88\x88\xab\x13\xde\x22\xd0\xb5\x2d\x60\x91\xe6\x2a\x2c\xbd\x0f\x22\x1c\x9c\xb8\xfd\xaa\x63\x28\xd8\xb3\xfd\x56\x1f\xad\x80\xac\xce\x75\xc0\x6f\x81\x8c\x55\xa2\x2c\x79\x5c\x47\xa6\x9c\x4a\xab\xea\x7c\xe1\xe8\xa0\x10\x0d\x6b\x03\xd2\x4b\x59\xcc\x6c\x2f\x06\xcb\x82\xcc\x72\x45\xca\x90\x92\x3c\x68\xd4\x91\xa1\x04\xc8\x8b\xe1\xe4\x01\xb1\xa0\xaa\x6b\x7d\x09\xc2\xd2\xda\xc8\xf8\x96\xc9\x49\x2c\xa2\xb3\x07\x81\xe5\x80\x97\x8e\x58\xc5\x56\x0b\xd7\x1a\xd4\x39\xb6\x8e\xb6\xdb\x44\xde\x32\x52\x82\x13\xc9\x14\xf3\x85\x9c\xf2\xf4\x26\x93\xf6\x38\x19\x38\x29\x08\x33\x16\x45\x0b\x49\x43\xff\xfd\x16\x98\x20\xc7\xd1\xce\x1e\x14\x83\xca\xee\xb5\x24\x1f\x99\x35\xc5\x6b\x5e\xf0\x8c\x91\x8c\x01\x7e\x0b\x2c\x8e\x56\x33\xd0\xb2\x80\x66\x05\x70\xae\x13\xbe\x59\x44\x55\xb9\x60\x92\x67\x5a\x44\xbb\x0e\x41\xad\xc4\x2d\x48\x4e\x61\x20\x17\x9c\x72\x5f\xe0\x9a\x62\x00\x97\xbb\x28\xba\xe2\xff\xdc\x71\xc2\xc0\x40\x20\x91\x81\xa1\x4d\xad\x05\x11\x44\x39\x62\xad\x56\xa5\x7d\x11\xdc\x6f\x0d\x31\x63\xdf\x1d\xa4\x26\xf6\x5b\x10\x32\xa4\xdb\x39\xdd\x6d\x23\x9a\x37\xd9\x6f\x61\xb6\x0a\x79\x97\xe2\x2d\x02\x96\x55\x45\x9e\xac\xe9\xe4\x81\x41\x75\xca\xb7\x91\xbc\xb7\x34\x74\x34\x0e\x1d\x6a\x55\x86\x98\xc5\xb7\x22\x91\xd4\x37\xa1\x35\x74\xf2\xbb\x0a\xe9\x9e\x9b\x60\x25\x7d\x26\x56\xeb\x48\x47\x0b\xb0\xed\x96\x87\x90\x45\xd3\x6f\x8d\xf0\xd9\x81\xf7\xd9\x84\x45\x91\xb4\xde\x0b\x2d\xb0\x8b\x6a\x26\x86\x67\xa9\x1f\x31\x2b\x1a\x80\xa5\xb3\x4c\xda\x63\xc9\xfd\x3a\x32\xec\xd6\xd1\xa0\xd2\x23\xc7\x21\xa3\x05\x1a\x98\x22\x35\x48\xa1\x55\xb3\xa8\x51\x0d\xaa\xc8\xa8\x6c\x51\xf8\xb0\x67\x70\x43\x05\x1d\x30\x3d\xaa\xe3\xda\x35\x2b\xb6\x20\x8d\xa4\xda\x91\xb8\x3a\x40\xdf\x53\x92\x2b\xc2\x0f\xe4\x9c\x9c\x07\x72\xcb\x17\x7c\xb3\x8d\xe8\x32\x1c\x83\x26\x42\x49\x9b\xa9\x1a\x13\x5d\x5e\x15\xdc\x44\xed\x86\x6a\x7a\x9e\xf6\xc0\x62\xc0\x80\x20\x37\xfa\xe0\x23\x92\xca\xb8\x5d\xa5\x93\xfc\xcc\x7e\x6b\xdc\xa9\x02\x2e\x13\x7e\x2b\xe4\xce\x4e\xc2\x18\xd3\x1f\xca\xad\x23\x0d\x83\xbe\xeb\x5c\xdd\xd9\xfc\x9c\xc5\xab\x1d\x23\x47\x06\xa8\xbb\xb4\x7e\x06\x64\x1d\x70\x44\x53\x5c\x0b\xd5\x25\xb7\x20\x34\x4e\x51\x69\x32\x1d\xbf\x35\x46\xbd\x7d\xc2\xd9\x46\xc4\x2b\x9b\xd3\xd3\x6f\x41\x3c\x9c\x76\x6c\x59\xb0\x28\x7a\xb9\xa5\xba\xc7\x16\x04\xba\x11\x10\x28\x20\x5b\xe3\x4a\xa0\x8f\x42\x4d\xe5\x5d\x8c\x85\x55\x82\x7c\x0a\x18\x16\x07\x21\x6f\x3a\xdb\x89\xf6\x45\xb4\xf4\xa6\x4b\x87\xdc\xd6\x7e\x6b\xd2\x72\x01\x13\x7d\x83\x12\x44\xdb\x45\x3c\xd7\x2c\x2c\x82\x3a\x15\xde\x89\x0e\x20\xe6\x56\x89\xd8\xfd\x15\x4f\x89\x66\xb8\x85\x99\x55\xc8\xe3\x95\xf6\xf2\x02\x6f\x41\x80\x54\xb6\x12\x38\x0b\x9e\x6d\xd8\x8a\x4f\x12\x99\xa6\x6b\x26\xec\xa2\x03\x3b\xe7\x53\x91\x3d\x4d\xd8\xd6\x5e\x2c\x13\x37\x46\xd2\x52\xdc\xd0\x48\x50\x0d\xb5\x26\xf8\x76\x59\x14\xf2\x04\xb4\x89\x2d\x08\xbd\x33\x00\x58\xc9\x10\x71\x67\xe9\xd5\x3e\xfa\xce\xa6\x51\x22\xe7\x8b\x5d\x46\x32\x24\xf9\x2d\xcc\xa8\xf2\xe2\x0c\xdb\x3a\x45\x9b\x60\x14\xec\x22\x96\xc9\xe4\xb9\xcc\xf4\x1b\xc9\x0b\xdb\x69\x70\xae\x1c\xcb\xf7\xf3\xdd\xb5\x7e\xe4\xce\x29\xaf\xfd\x45\xe1\xf0\x45\xe1\xf0\x47\x55\x38\x34\x3f\x51\xe1\xd0\x3c\x69\xb1\x41\x7b\xd8\x0e\x7b\x9f\xa7\x70\x18\xcb\xf7\xa3\x30\x14\x6a\x62\x9c\x6d\xd2\xc1\xcd\xa4\x5f\xd0\xdb\x46\xf7\x0e\xaa\x8b\x28\x75\x68\x3a\x08\xcc\x46\x65\x62\xbc\xdc\x4c\x1d\x7e\x6b\x5a\xf3\xec\x9a\xba\xfe\x1c\xd4\xa0\x1e\x65\x01\xc0\x26\x17\xaf\x84\x39\x85\x8c\x2a\x85\xb8\x59\x04\xfc\x16\xa6\x1c\x2a\x41\x96\x4e\x4f\xd0\xe7\xec\x56\xac\x58\xa6\x9f\x13\xb6\x88\xe9\x1e\x44\xe5\x90\x04\x2b\x50\x81\xc4\x60\x43\xbf\x85\x66\x20\x04\x55\x4a\x04\x63\x50\xae\xf6\xc6\xfe\x81\x25\xc8\x51\x8c\x3b\xc8\x56\x65\x24\x8a\x15\x63\x31\xed\xbd\x18\xa7\x30\x50\x7c\x88\x88\x5f\x4e\xc7\x96\xd8\x75\x88\x15\x6e\x11\xac\x47\x0a\x31\xff\xcb\xb9\x25\xf6\x1d\xe2\x7f\x8d\x5e\x8d\x2c\x75\xe0\x50\x47\xf3\xcb\xbf\x5a\xea\xd0\xa1\xda\x07\x50\xfc\x16\xd8\x89\x74\xad\x8c\x30\xef\x60\x21\x52\xd4\x73\xca\xda\xe3\x3b\xfb\x22\xe2\xcf\x16\x17\xa4\xc9\x74\x8d\xfc\x17\xbb\x65\xc6\x4b\xba\xc2\x57\x3a\x6f\xb3\xac\x59\xb2\xad\x62\xfc\x0a\xa6\xa4\x41\x7c\xb5\x79\x5b\x63\xcc\x52\x11\x54\x0a\x81\x77\xfd\x5f\xd9\xa9\x01\x77\xa3\xc9\x65\xb4\x4b\xd5\xff\x55\x3f\x6f\xd7\xc1\x2c\x19\x66\xbf\xbe\x1b\x7e\xb7\x82\xb1\x34\x78\xa2\xe1\x7e\xcb\xf7\x0c\x17\x3c\x29\x73\x79\x9f\xad\x65\x5c\xc5\x80\x9f\xc3\xdf\xec\xef\x60\x33\xd7\xef\x3b\xa2\xeb\x7a\xcb\x87\x9c\x2a\x2c\xd1\x4f\x1f\x56\xcb\x87\x65\xb1\x8b\xa2\xd7\x22\xb4\x1e\x65\x2d\xb0\xbb\x95\x64\x12\xda\xe2\xb7\x20\xcb\xd1\x65\x54\x3e\x08\xe4\xb7\xd1\x67\x2b\xda\xad\x60\x93\xb5\xc1\x6e\xa7\xc8\xb9\x53\x34\x27\x90\x96\x03\x99\x8a\x34\xa8\xa2\xda\x70\x48\x44\x32\xb8\x71\x6a\x02\x19\x9a\x25\x82\xe4\x75\xf5\xdb\x90\x36\xe9\x92\x25\x6c\xc3\x89\xc7\x52\xbb\xd1\xab\x4a\x65\x2f\x93\x15\x11\x9f\xdb\xf8\x72\x4e\x26\x93\x7b\x30\x2d\xb5\xe1\xf5\xca\xa9\x58\x2e\xcf\x62\xca\x59\xb6\x21\x19\xbe\xa2\xcf\x45\xc8\xc7\xf7\x73\x9b\x91\xde\x6f\x83\x99\x52\xb3\xe1\x0a\x68\xc9\x63\x97\x7c\x29\xde\x97\x11\xf0\x7e\xbb\xe1\x6e\xf0\x31\x9d\xa8\xa9\x7b\xac\x48\x5a\xf3\xac\x42\xdd\x6c\xa0\xfb\xa8\x87\x36\x8a\xd5\x67\x72\x97\xa4\x73\xfb\x5a\xa2\xdf\x6e\x36\x9c\x72\x74\x33\x2d\xb9\xe9\x1e\x5f\xf7\x9b\x88\x68\xc2\xdb\x4d\xf7\xa9\x4a\x25\x7c\xb9\x67\x6f\xbb\xe9\x78\x07\xdc\x9c\x65\x7c\x63\xa9\x9d\x1a\x2a\x1d\x0a\x78\x5d\xe0\x5c\xae\x50\x67\xdd\x6e\x56\x5d\x2f\x72\x76\xd1\x42\x60\x57\xb3\xe0\x86\x64\x10\xf7\xdb\x60\x4f\xd6\x6a\x49\x08\x40\x68\x43\xba\x2c\x47\x2b\x61\x41\xa3\x9a\xf5\xec\x40\xdc\x7d\x6d\xde\x99\xbc\xb7\x00\xc8\x02\xbc\xe6\x3c\x0a\xa8\x48\xd7\x6e\x56\x93\x97\x99\xfe\xd2\xcd\xdf\x06\xbb\x37\xf5\x7b\x41\x94\x93\x64\x64\x5b\x8f\x6a\x57\xc6\x16\xfc\x5f\x10\xdc\xa9\x80\xd1\x07\x06\xd1\xdd\x8a\x52\x82\x6a\xd1\xda\x98\x4d\x8c\xa5\xa9\xb8\xe5\xa3\x5d\xb6\xe6\x71\x26\x02\xf0\x1d\x6c\x83\x11\x5f\x27\x1a\xc6\xb3\x06\x5e\x1a\xbd\xe0\x2b\xb6\x5d\x4b\x7c\x39\xd3\x6f\xb7\xdd\x6c\xb4\x0e\xd9\x09\xae\x5b\x8a\xd5\x2e\x61\x15\x2e\xa5\x0d\x76\xf7\xb1\x7b\xbc\x42\xc2\x0f\xfd\x6c\x87\x43\x87\x5b\xca\xb8\x55\x39\x08\x54\x13\x89\xe0\xe6\xb9\xcc\xdc\xae\x60\x3a\xdc\x38\xcd\x12\x93\xb8\x6d\x52\xed\x35\x0e\xb2\xf1\xcf\x75\x20\xa3\x1a\x48\x2d\xbf\xd7\x76\x1d\x3e\x4d\xb0\xaf\x83\xc1\xe4\x14\x2c\x14\xf1\xea\x42\x86\x6e\xbb\x30\x42\xcc\xad\x87\x9e\x7e\xcf\x38\x8b\xb2\xb5\x03\x70\x5e\x4e\xe1\x91\x53\x42\xc7\x75\xd8\x55\x32\x3f\x22\xc0\x4d\x22\x7f\xba\x7b\xc2\xdc\xa5\xd5\x71\xb3\x9f\x3b\x64\x58\x36\x6b\xe6\x7e\x8d\x4a\xa5\xeb\x6b\x77\x39\x75\xbe\xa4\xa9\xf8\xa2\x71\xf8\xc3\x6a\x1c\x5a\x9f\xa8\x71\x68\x9d\xf4\xf9\xb0\xd3\x65\x4d\xfe\x79\x1a\x07\x5f\xc4\x2c\x0e\x04\x73\x37\x19\x8a\x76\x39\xa6\xfe\x88\xea\xb8\x89\x93\x52\xee\xee\x49\xe0\xee\x79\xb2\x11\xfa\x05\xa1\xd4\x41\xe1\xc1\x99\xdc\x88\xd8\x39\xeb\x3b\xa3\x2a\x62\x4f\x9b\x20\x87\x85\x79\xb1\xc9\x41\xc0\x33\x20\x6a\x63\x08\xf7\x82\xea\x38\x49\xad\xc9\x8b\x6d\x0e\x10\x8c\xb0\x2c\x76\xcb\x41\xfb\x78\x20\xd2\xca\x1d\xd7\x6d\x38\xcc\x39\xcd\x00\xe7\xb7\xbb\xcd\x3a\xb2\x53\x04\x2a\xe5\xa3\x8c\x27\xce\x00\x77\x1d\xce\x43\x26\x0e\x1d\xdf\x07\xbd\x15\xfc\xce\x01\x74\x2b\x80\xdc\xfe\xea\xe0\x7a\xfb\x70\xf5\xb3\xd5\xed\xd7\xe0\xd3\xad\x8c\x53\xb7\x8f\xa0\x36\xc8\x9f\xcc\xaa\x6f\xc2\x70\x3f\x72\x4f\x23\x46\xb5\x5f\xd4\x36\x63\x5c\xc7\x5e\x33\xcb\x55\x82\xbb\x0b\x01\x38\xc5\xc0\x8d\xcc\xb7\x2c\x61\x99\x24\x85\xd4\x29\xa2\x66\xef\x33\x9e\xc4\x2c\x72\x44\xab\x2e\x4a\xa7\x2c\x7e\x25\xac\x7f\x4e\x1b\xa2\x1f\x0a\x8b\xe6\x05\xcb\x12\xf1\x1e\x71\x90\x10\x3b\x5e\x89\x98\x73\x75\xa2\x23\xcf\xdd\x73\xb2\xb0\xfd\x43\x27\x45\x88\x22\x78\x4a\xd5\x6f\xf7\x2a\x99\xc6\x48\xf4\x90\x09\x7b\x1a\x58\x70\x25\xdd\x98\x8d\x4a\xaa\x60\x2b\xc9\xd4\x8b\xd4\x64\x15\x64\x25\xab\x7a\x9e\xec\xac\x02\xc4\x44\x9a\xf1\x0e\xdd\xad\xda\x10\x86\x51\xe4\x2f\x8d\x97\x32\x0a\x9b\x0d\x0b\x1a\x56\x41\xbe\x03\x19\x55\xe5\x08\x9b\xe6\x94\xb4\x67\xbc\x0f\x67\xd3\xc2\xfb\xed\xde\xde\xb7\x16\x68\xf6\x79\xbf\xdd\xdb\xfb\xdc\x02\x24\x2e\xf4\xdb\xbd\x59\xb5\x07\xaa\x61\xb3\x38\xec\x59\x90\x5f\x33\x16\x5b\x80\x40\x3e\x1e\xd2\x24\x04\x35\xab\x20\xdd\x1e\x44\xa1\xb5\x39\xce\xf8\xfb\x8c\x24\x4d\xf2\xdb\xe0\xf6\xa4\x9f\xc8\x1f\x5d\x9e\x55\x32\x4f\xf8\x6d\x70\x52\xd2\xb8\x3c\x1d\xc8\x2c\x0e\xb7\xd4\xdd\xab\x0d\xfe\x4a\xaf\xe6\x8b\x39\xc8\x50\xe0\xaa\xa4\xa8\xa3\x48\x7b\x44\x35\x2d\xa2\x55\x8f\x68\x59\x44\xdb\xd1\x01\x68\xed\x99\x8c\x76\xb0\x81\x20\x5b\x8c\xf3\x2e\x6e\xd3\x8e\xd0\xd0\x4d\x7e\xa4\x5b\x43\xe8\x75\x51\x06\xbe\x88\x22\x8a\x81\x2d\x5d\xf7\xba\x2e\x05\xb7\xf7\x82\x29\xaa\xb3\x17\xe5\x56\x5e\x1b\xa7\x50\x53\x6f\xed\x6b\xc2\x14\xd0\xaf\x03\xb8\xb5\x41\xb0\x42\xe5\x85\x67\x8a\x1c\xd6\x23\x29\x64\x54\x0f\x71\xeb\x84\xc4\x96\x36\xfe\xa1\xa6\xce\x49\x3d\x92\x42\xa6\xf5\x10\xb7\xce\x8a\x1b\x7d\x11\xdf\x50\x53\x6b\x25\xc3\x56\x81\x25\x20\xf0\x07\xaa\x04\x4c\x50\x20\xec\x10\xe7\xfd\x2d\x8a\x6b\xd5\xe1\x28\xa0\x5d\x07\x70\x6b\x83\x80\x23\x9e\x66\x63\xce\x6e\x88\x5e\x73\xd4\xad\xa5\xe3\x4d\x0c\x79\x11\x14\x28\x0f\x11\x74\x50\x7d\x07\x35\xda\x65\xd2\x81\x0c\x1c\x88\xf6\x2b\x41\xc8\xd0\x81\x9c\x6d\xb6\xae\x59\xbc\x8d\x3e\x48\x3c\xcd\xd4\x9d\x6e\xa9\x63\x87\x4a\xa3\x11\xda\x8e\xf3\x51\x9a\x55\x95\xbd\xe8\x7d\xa4\x0a\xd8\x11\xe7\xa4\x36\x7a\x1f\xf1\x34\x9b\xd8\x14\x4c\x7e\x1b\x9d\x8e\xb6\x09\x3d\x3b\xc1\xdb\x68\x2e\x56\x31\xc9\x61\xd3\x1e\x3b\x89\x7a\xb5\x5b\xb4\xe3\x32\xd9\x06\xf7\xa2\x2b\x19\xdc\x70\x52\x40\xdb\x3d\xc3\xff\x9b\xdf\xbf\x22\xaf\xff\xfa\x6d\x70\x2e\x7a\x11\x6b\x05\x35\x89\xe0\x6d\x8f\xd1\xf3\x9a\xc5\x29\xd8\xce\xda\x90\x9a\xfa\x5c\xdc\x38\x4b\x00\x5c\x6c\xa6\x22\x8d\x2a\x08\x70\xae\x99\x5c\x5d\x98\xec\xd4\x3c\x39\x8b\x53\x75\xb9\xa5\xa3\xad\x9d\x29\xf0\x39\xd1\xf9\xa7\x12\x4e\x95\xbc\xe0\x6f\x62\x3c\x60\xf4\x26\x42\x47\x98\xf6\xcc\x7d\x3f\x3c\x87\x59\x00\xa6\x9b\x63\x49\xb0\x9e\xb2\xac\x4c\x82\xd1\xf6\xd1\xfc\x38\x77\x82\x0b\xdb\x60\x85\x99\xf2\x40\xb1\x8f\xe4\xe5\x2f\xbf\xd3\xf8\xa2\x53\xf9\xa2\x53\xf9\xc3\xea\x54\xda\x9f\xa8\x53\x69\x9f\x04\xed\xe1\x60\xc8\x1a\x9f\x99\x26\x23\x8f\xff\xdd\x45\x2c\x99\x44\x42\x6b\x39\xed\x4e\xc1\x3b\x24\x77\xe4\xb7\xf7\x59\xa7\x51\x1b\x08\x80\x97\x5e\xa7\x81\x0f\xb0\xb1\xc0\x9e\xed\x9d\x46\x25\xbd\xa2\x5b\x43\x25\xb3\xa2\x13\x28\x40\xb1\x95\xfc\x8a\x35\x41\x05\x04\xef\x1a\xbf\x32\xe7\xf6\xeb\x34\x5d\xe5\xee\xcb\x38\x34\xae\xb5\x9c\x80\xba\x0e\x68\x61\x92\x94\x5a\x0b\x55\x07\x2c\x54\x00\x71\xdd\x2f\x3a\x60\xa9\x32\xcf\x65\x6e\x44\x4c\x72\x0a\x75\x9a\x35\xe9\xa5\x6b\xdb\x55\x93\x62\xba\xa6\x69\x35\x69\xa6\x1f\x68\x1d\x58\x34\x63\xfb\x1a\xba\xdf\x01\xdb\xd5\x99\x4e\x96\x57\x26\xe2\xf4\x3b\xf0\x36\x77\x41\xad\x16\x3f\x43\x94\xe3\xc8\xd2\x01\xfb\x97\xa5\x57\xca\x69\x81\x50\x54\xbc\xf7\x79\x56\xbe\xdc\xef\x77\xc0\x46\x96\x47\xc8\x06\x7c\x9b\xd1\x42\x5a\x2e\xa4\x3a\x7a\x60\x1e\x43\x4c\xb5\x51\x1d\x17\x9b\x5f\x4e\x04\x42\x97\xd2\xd9\x74\xcc\xc2\x15\xa9\x0b\xdc\x43\x59\x70\xb3\x4a\xe4\x2e\x0e\xe1\xf2\xeb\x60\x56\xfa\xda\x04\xa0\x64\x03\x80\x51\xcb\x41\x5b\x50\x67\x3f\x88\xfa\xb4\x77\xda\x0f\x24\x1f\xa5\x95\xf6\x1e\x2e\x8f\x42\xfb\xbf\xd9\x9b\x56\xc7\xa2\x47\xfb\xd1\x14\xf6\xc0\x10\xa9\xfa\x29\xd4\xcd\x63\x48\x92\x90\xfb\x1d\x30\x32\x3d\x97\xd9\xec\x3d\x0f\x76\x74\x05\x81\x91\xe9\xb9\xcc\x79\x67\x47\x95\xd7\xe9\x54\x1c\x98\x75\x26\x9c\x98\xec\x9e\x4e\xc5\x85\xf9\x8a\xff\x73\x27\xe8\xea\x02\x43\x53\xee\xe1\x3f\xa6\x0e\x0f\x9d\x0e\x86\x11\x19\xcd\x1c\x04\xe1\x74\x3a\xdd\x1a\xc8\xc2\x7f\x35\xb1\x88\x5e\x0d\xe2\xaf\x23\xeb\x97\xd4\x01\x05\xbb\xb6\xa3\x3b\xdd\xc5\x27\x21\x97\xdc\x91\x26\x3a\xa0\x59\x3f\x67\xe1\xfd\xb5\x63\x45\xed\x80\x66\xfd\xf9\x6e\xc5\x21\x12\xac\x03\xca\x72\xd5\x7a\xa4\x4e\xab\x0a\x41\x05\x28\x5f\x95\xf6\x3b\xfd\x59\x3d\x44\xad\x0e\x0a\xf3\xeb\x61\x64\x01\x83\x76\xc6\x29\x89\xc2\xc0\xd6\x98\xbf\xa2\x4e\x6a\x02\x25\x4d\x41\x77\x5a\x03\x6a\x9a\x02\x43\xeb\xe8\xec\x29\x83\x62\x40\x59\xe9\x3e\xee\x49\x2b\xeb\x3d\x04\x74\x5b\xf6\xe0\x93\xa1\xb4\xfa\xc1\x6f\x95\x4a\xc1\xc3\x87\xc0\xee\x53\xe1\x7e\x07\x72\xb7\xec\xc3\xd3\xf2\x1d\x5b\xf6\x72\xb9\x6f\x2c\x26\x0f\x01\xdd\xb1\x98\x3e\x04\xa6\xd5\xcf\x7e\xab\x54\x0a\xf6\x1f\x02\xeb\xbe\x65\x3c\x24\xcd\x18\x36\x7e\xcf\x07\xa4\x06\xd0\xcb\xfd\x37\x13\xbf\xb0\x88\xc1\xb6\x1a\xba\xee\x13\x48\x75\x1e\x92\xcb\x8c\xfa\xdd\x68\xb6\x9d\xf1\x04\x5d\xdc\x53\x16\x45\x2c\x13\x31\x96\x06\x2f\xd2\x44\xf2\x9a\x93\xaf\xe9\x34\x3f\xdd\x89\xcc\x1a\x3a\x3a\xa0\xd9\x1a\x27\x9c\xdd\x2c\x99\x0d\x4c\xe8\x80\x3a\x6b\x9c\xec\x62\x1b\x87\xd7\x01\x3d\xd6\x98\xf3\xe4\xc2\xfa\x27\x75\x40\x7b\xf5\x8a\xa1\x73\x4a\x07\x13\xf2\x70\x6e\x3d\xf9\x3a\xa0\xa5\x5a\xb0\xf7\xc2\x52\x50\xdf\x2c\xb7\x69\x26\x82\x9b\xd4\xd2\xe1\x44\xb8\x8f\x03\xfd\xb6\x34\x79\x5a\xda\xef\x8c\xd0\x03\x2f\xad\x07\xc1\x60\x9f\xf9\x96\x80\x6f\xf9\x89\x0d\x4b\xee\x9d\xa4\xf9\x7e\x67\x34\xab\x88\xea\x55\x0c\xc6\xee\x85\x5c\x92\xb0\x99\x0e\xa8\x60\xca\x1c\x6b\x7e\x24\xef\x60\xc6\x41\x19\x53\x70\xf4\x76\xf5\x58\x1c\xac\x42\x39\xd5\x3a\x38\x63\x9c\xb1\x98\x76\x0d\x66\x61\xfd\xb3\x3b\xa0\x95\xd1\x6f\x9b\xe8\x67\xf8\xec\x1a\x83\x70\xaf\x12\x50\x30\x7c\x14\x88\x8f\x90\xf3\x50\x64\xec\x3a\x7f\x5e\x8a\xc2\xfa\xfb\x61\x75\xa5\x0e\x6a\xe1\x15\x86\x13\x82\xc2\x46\xe1\x46\xc4\x23\x67\xab\x8d\x47\xb5\x08\xe7\xcc\x82\xd8\xb0\x62\xc0\x9c\x90\xf0\xce\x78\xf2\x45\xa9\xf2\x45\xa9\xf2\x47\x55\xaa\x74\x3e\x51\xa9\xd2\x39\xe9\x06\xcb\xee\x20\xbc\xfe\xcc\x17\x55\xe6\xb1\x94\xbf\x90\xcd\x41\x6f\x8f\xd7\x6c\xb9\x8c\xb8\x11\x3c\xda\xbd\x6e\x09\x82\xc0\x0b\xed\x86\x8b\xb1\xe0\x1d\x08\x43\x78\xce\xef\x52\x97\x3e\x74\x4f\x5a\x17\x00\xb2\xbe\xfd\x19\xdc\x52\x65\x6c\xf4\xa9\x23\x4b\x9f\xd4\xd1\xe7\x77\x2c\xa3\x65\x4f\x41\x15\xbd\x5a\xe7\x53\x6b\x01\xe0\x20\xa0\x67\xdb\x45\x00\x17\xc3\x37\xe2\x5a\x46\xa1\x83\xf1\x31\x81\x92\xdc\x6d\x5f\x5c\xd3\x80\xdf\x8e\xa3\x1d\x5e\xd5\x41\xc0\x67\x39\x12\xab\xd8\x26\xff\xa4\x21\xaa\x1d\x08\x49\x70\x80\x98\x0a\xb5\x03\xe1\x09\x0e\xf4\x0a\x7b\xd0\x75\x91\xaf\x78\x92\x89\x80\x45\xf4\x0e\x82\x70\x05\x40\xb9\x15\xf7\xf7\x01\x9d\x6b\x0f\x82\x16\x6c\xe3\xa6\x42\x1d\x2f\xd7\xbb\x8c\xbb\x05\xc3\x6a\xca\xcb\xdc\x8f\x86\x17\xe5\xa2\x48\x6c\xc9\xdd\x00\xf1\x0c\xe7\xc4\x13\xa4\x03\x09\x66\x5f\x04\x19\x5b\x11\xc6\xc9\xa7\x4b\xea\x19\x7f\x8f\x44\x90\xd1\x78\xec\x7c\x0a\xcf\x25\x6b\x1f\xe4\x3c\x13\x62\x01\xe9\x42\x20\xc4\x33\x16\x2d\x4d\xec\x91\xa5\xd3\x85\xf4\x97\x1d\x4b\x32\x9e\xb8\x10\xe0\x36\xd6\x09\xe7\x7b\x70\x74\x1d\xf5\xb4\x65\x79\x4e\xf8\xd2\x2e\x84\x42\x34\x5b\x35\x00\x58\x33\x49\xc2\xe2\x15\x1f\xab\x4b\x61\x21\xfd\x44\x5a\x8b\x56\x17\xe2\x22\x72\xe0\x9c\xc7\xe1\x42\xd2\xf8\xb2\x2e\xe8\x75\x09\x4c\x81\xa8\xc2\xad\x0b\x41\x12\xb4\x62\x47\x33\xd7\x85\x68\x89\xb1\x4c\x42\x9e\x4c\x59\xba\xb6\xf4\x51\x95\x2e\x49\xbb\xdd\x15\x42\x9f\x93\xf3\xbb\x8d\x89\x43\x5e\xac\x45\x70\x13\x93\x60\xa9\x2e\x28\x92\x5f\x8b\x38\x94\x77\xd4\xdb\xbc\x0b\x7a\xe4\x67\x22\xce\x16\x24\xca\xbf\x0b\x9a\x63\x9d\x73\x9d\x24\x09\xe8\x36\x31\x3f\x62\xb0\x96\xf4\x35\x3a\xbf\x0b\x51\x12\xa3\x5d\x26\x9f\xc1\xa1\xd5\xc5\x2c\xc6\x6b\x96\x64\x73\x9e\x08\x1b\x80\xd0\x6d\xb6\x5d\xc0\x5f\x47\xb0\x58\x21\x44\x42\x03\xfe\xe6\x00\x30\x4f\xe5\xe6\x5a\x12\xdd\x6c\x17\xf4\xcf\x7a\x78\xb7\x2c\x20\x8a\xfe\xae\x13\x1f\x11\x86\x40\x1c\x54\x89\xe4\xac\xea\x36\x87\x55\x3a\x1e\x3e\xdd\xe6\xa8\x0a\xa1\x47\x6d\xb7\x39\xae\x02\xae\x70\x10\x6b\xa2\x26\xf5\x5b\xe4\x82\x3c\x5d\xe9\x77\x41\xd1\xac\xcf\xc3\xff\xda\xa5\x19\x79\x4e\xa5\xdb\x44\x7b\xf1\xfb\xec\xc5\x2d\x4f\x96\x91\xbc\xb3\x08\x27\xdd\xc8\x8e\x45\x29\x26\xf6\xef\xb6\xaa\x51\x71\xe9\x3c\x23\x09\xc4\xbb\xad\x9a\xf7\x77\xf1\xd0\xec\x82\x86\x39\x87\x50\x8d\x6a\x17\xdf\x5f\x37\x80\x4b\x89\x46\xe0\x2e\xe8\x95\x73\xd0\x3c\x4b\x38\xb9\x9d\xbb\xa0\x58\xce\x31\x0b\x41\xd6\x4f\x0b\x12\x4f\x47\x02\xfa\xda\xaf\xd0\x9e\xb1\x38\x8c\xf8\x5c\xfc\x42\x4a\x70\xf4\x7a\x6c\x17\x65\x57\x6a\x8a\x2c\x62\x08\x6a\xbb\xcd\x35\x4f\xe6\xfc\x9f\x3b\x2a\x8f\x76\x21\x92\xe3\xe9\xcb\xb3\xa9\xa5\x54\x5f\x6c\xa6\x7b\x14\x9e\x9c\x29\x13\x09\x02\x82\xae\x8c\x0b\xb6\xbd\x14\xe8\xd6\xda\x85\x5c\x8e\xaf\xf9\x75\xee\x36\x62\xe9\xa0\xef\x13\xdc\x04\xe0\x60\x19\x90\xe0\x51\x27\x91\x76\xd4\xbd\x5d\x88\x45\x99\x26\xc2\xe4\xbc\xb0\xe4\x56\x1d\xd9\x29\xa2\xed\x62\xcc\xfb\x7c\x16\xd0\x71\x01\xf3\x35\x59\xdf\xa0\xa8\x9f\x6f\x79\x20\x58\x44\x5f\x07\xf5\xbb\x6d\x27\xd5\xaa\x4e\xf0\x64\xb6\x80\x55\x0a\x75\xdb\x18\xcf\x64\x64\x19\x16\x19\x7f\xb6\xa4\x92\xcd\xb1\x0b\x6a\xec\xf1\x59\x0d\x00\x7d\x7e\x43\x0e\x47\x38\x06\x4b\xf0\x98\xdf\xb1\x68\xb2\x4b\x12\xda\xf0\x4e\xb7\x8a\xf1\x77\x6a\xb9\x5b\x08\x2c\xf5\x6d\x24\x32\xe4\x0f\xbb\x1d\x27\x0f\xc7\xcd\xcb\x6d\x24\x19\x69\x25\x3e\xd6\x7e\x17\x2b\xaa\x9b\xbe\xa7\x0b\x6a\xec\xa7\x09\xe7\x99\x89\x1f\x21\xe5\xc0\xf0\x45\xf2\x8e\xec\x39\x70\xd2\x7e\xcd\x44\x16\x89\x34\xd3\x61\x47\x89\x3d\x55\xc1\x0f\xdb\x01\xb9\xda\x80\x2e\x78\x65\x9f\xb3\x6d\x26\xb7\x73\x1e\xd0\x81\xe9\xe2\xd2\x63\x2b\x67\x5c\xc0\x23\x5b\x3f\xc5\x46\xfd\x71\xbb\xe0\x90\xad\xc9\xb9\x7d\xcb\x22\xf0\x92\x2a\xd3\xa4\x3a\x6f\xa1\xf9\x5d\xe7\x89\xa6\x0a\xb0\xda\xb9\x2f\x99\x40\xbf\x68\x1f\xfe\xb0\xda\x87\xee\x27\x6a\x1f\xba\x27\xed\x41\xa3\xdf\xea\x36\xaf\x3f\xf3\x3d\xd7\x5c\x07\x5b\xdd\x57\x60\x60\x71\x50\xd5\x4d\x35\x04\x09\x29\x4f\x66\x0f\x9c\x2f\x84\x21\x94\x10\x13\xee\x6d\x41\x35\x6f\xf2\x55\x7d\x9e\xbb\xce\xab\xd5\x6a\x89\xbe\x66\x49\x4c\x39\xd1\x1e\xa6\x2a\x2d\xfc\xe1\x2e\x09\x33\x8a\x1a\x60\x0b\xd9\x91\x8b\x1c\x35\xc0\x25\x66\xb6\x5c\xd2\xe3\x0e\xd4\xc0\xe7\x52\xde\xec\xb6\xb3\x38\x33\xdb\xa8\xc4\xa0\xc1\x54\xbb\x61\x52\x67\xb5\x2e\x68\x80\x47\x61\x38\x96\x52\x67\x30\xb1\x00\x60\xae\xb4\xbe\xa6\x8a\x19\xb8\xd7\xf9\x62\x9d\xc8\xdd\x8a\xf4\x08\x72\x97\x30\x75\x24\x38\x8f\x51\xfa\x5d\x50\xf6\x4e\x94\x40\xbf\x14\x3c\xac\xc2\xe0\xd5\x13\xf6\x5e\x6c\x76\x9b\x57\x2c\xda\x11\x04\xbc\x93\x20\xe2\x1a\xc4\xb4\xc2\x1d\xcf\xb3\x5d\x28\xe4\xd9\x74\x86\x2a\xe8\x2e\x26\x70\x52\x2d\x1f\xa5\x20\x9a\x4d\xbb\x55\x00\x0d\x85\xef\x62\x96\x98\x44\xde\xa5\x3c\x59\xb0\x6b\x4b\xef\xd7\xd2\xe7\x41\xc2\x79\x9c\xae\x89\x14\x3a\x45\x16\x56\x67\xbe\xac\x83\xb9\x09\x3f\xfe\x66\xcd\xdf\x5d\xcc\x10\x53\xbc\xd3\x83\xfc\xdb\xb4\xfa\xfe\x5c\x9e\x87\x96\xb2\xdd\xb3\xea\x33\x69\xcf\x79\x76\x27\x93\x1b\x17\xe8\xa6\x16\x4b\xf9\x3d\x5f\xb0\x64\x65\x9d\x51\xbb\x7e\x6d\x8a\x7f\xb8\xbf\x31\x7f\x87\x08\xb9\x6c\xf7\x1a\x4f\x79\xcc\x13\x51\x26\x9a\xeb\x81\x9c\xff\x32\xce\x6c\x52\xc4\x1e\xca\xf0\x9c\x59\x37\x99\x1e\x48\x10\x8b\x84\xc7\x4a\xbc\xb3\x16\x8d\x5e\x6b\x5a\xe5\x9a\x29\x19\x99\x21\x7d\x26\x50\xb2\x13\xe3\x91\xbf\x46\x39\xbe\x7f\x91\xad\x79\x42\x80\xed\xc6\x1e\xe0\xdf\xe4\x8e\xc2\xc0\xf6\x66\xf2\xf7\xac\xd9\x16\x39\xfd\x1e\xbe\x57\xf3\xcf\x1d\x4b\x6a\x51\xe0\xbb\x4c\x5f\xe3\x70\x70\x33\xd8\xe2\x72\x5b\x87\x01\xa5\x16\x3c\xdb\x81\x40\xf0\x3b\xf9\x1f\x29\x37\x0b\xe9\x5b\x3e\xba\x07\x9c\xa9\xc9\x10\x6c\x82\xf5\x53\x2a\x92\xf7\xc0\xcb\x02\x60\x20\x98\xf7\x3a\xe3\x0a\xee\x4a\xde\xa5\xa3\x6b\x92\xa3\xa1\xd7\x99\xd4\x82\xc6\x9c\xc8\xdd\x3d\x70\xcd\x98\xf2\x88\x67\x79\x4a\x82\xd4\x42\x66\x15\x88\x2a\xc7\xd2\xfd\x5a\xba\x7b\xb7\xf5\xba\x8d\x0a\x6e\x41\x13\x90\xf4\x80\x5d\xce\x2f\xad\xfc\xf0\xb0\x18\xcc\xe6\x9c\xa4\x26\xc4\x3e\x4b\x64\x44\xef\x9b\x5e\x0f\xd3\xe1\xeb\xd4\xd6\xa6\x63\x5a\x95\x63\x57\x5e\x0f\xc3\xff\x6d\x4e\x86\xd7\x24\xeb\x48\x0f\x02\x9f\xfe\xb2\x63\x21\xbe\x59\xd2\x83\x98\xa7\xd7\x6b\x91\x71\xed\x08\x34\xda\x6e\xad\xec\xd6\x83\x44\xd3\x00\xb2\x87\x73\xaf\x8f\xaa\x85\x38\x76\x84\xd9\x5e\xbf\x57\x99\xd6\xb9\x58\xc5\xcc\xbc\x70\x68\x59\xff\x5e\xbf\x46\xe3\x38\xbe\xf7\x13\xab\x23\xea\x41\x72\xea\xcb\xb5\x48\xd7\xe4\xea\xef\x41\x62\x6a\xe3\x79\xae\xbd\x23\x77\x64\xce\xf0\x39\xf0\xe2\xa9\xb5\x1d\x31\x53\xf6\x86\x98\xd5\xc5\x48\xac\xc9\x3d\x66\x14\xe9\x81\x13\x81\x3a\x9a\x5d\xfa\xd8\xa1\x83\xf4\xdc\x03\x47\x82\x59\x1c\x24\xf7\xf4\x09\x6f\xbf\x07\xce\x04\x97\x2c\x4d\xef\x64\x12\x6a\xb7\xae\x12\x02\x21\x15\x2f\xb6\x3c\x3e\x8b\x9f\xf3\x3b\x72\xad\xf5\x20\xac\xe2\x99\x08\x79\xdb\x92\x26\xb8\x2e\xf5\x45\x3f\x4e\x98\x13\x55\xdc\x1b\xa1\x46\x24\xb9\x19\xa5\xb9\x6f\x06\xd9\x29\x60\xe3\x27\xf9\x37\x64\x42\x82\x03\x7a\x60\xa0\x7f\xcd\xaf\xdd\x14\x30\x3d\xe0\xcb\xa6\x7c\xc9\xe3\x90\x27\x8b\x57\x17\x16\x00\xaf\x3a\xf1\xd0\x09\xf2\xee\x01\x8b\x33\x6d\xf7\xba\x0b\xc5\xbf\x66\xe7\x9c\x25\x76\x64\x81\x79\xb1\xa0\x3c\x9c\xc1\xc2\x26\xb5\xb0\x67\x57\x13\xa2\xc1\xeb\x01\x17\x93\xbb\xd4\xd1\x4c\x96\xbd\x31\xe6\xd8\xc9\xb2\x72\xfb\x97\x90\x09\x7a\x78\xb8\x29\x61\x7a\x98\x74\x4e\x1d\x32\x4c\xc4\x93\x48\x6c\xae\xe9\xe2\x87\x8c\x72\x0b\xb6\xca\x93\xae\x59\xba\x5f\x4b\x37\xa7\x5e\x89\x9a\x35\x6a\x51\xe4\xe6\x83\xcc\x6e\x14\xe1\x96\x44\x27\xf3\x5c\xc4\x37\xb4\x0c\x74\xf5\xe1\xa9\x71\x88\x25\xcb\x1f\x23\x40\x08\x82\x96\x82\x29\x7f\x02\xa8\x01\xf9\x1d\x11\x85\x53\xbe\xd4\x32\x2c\xad\x04\xbd\x9f\x23\xce\x52\x5e\x07\x83\xcc\xb8\xec\xb6\x92\x37\xae\x07\xd6\x4f\xb5\xd7\x9f\xb2\xdd\x8a\x90\x6b\x58\x97\xb9\xc8\x5c\x1f\x8f\x3e\x7a\xca\x33\xf4\x68\xec\x83\x75\xc2\x98\x86\xe9\xa3\x66\xfd\x86\xff\x45\xbf\xf1\x45\xbf\xf1\x47\xd5\x6f\xf4\x3e\x51\xbf\xd1\x3b\x19\x06\xcb\x61\x7b\xd9\xfe\x4c\xfd\x86\xdd\x20\xb8\x8b\xc0\x4e\xa7\x73\xf1\xe4\x4f\x60\x95\x88\x3a\x49\x02\xcb\x00\xcd\x77\xbe\x9f\x5b\x0e\x04\x44\xf6\x9b\xfb\x2d\xcf\xd3\x56\x26\x89\x65\x66\xfb\x9d\x0a\xca\xa1\xc3\x23\x56\xf7\x71\x60\x1e\x8a\x2c\xe9\xc0\x80\x5a\x3a\x36\xa5\x5b\x93\xdd\xc0\xd5\x44\xf7\x41\x8f\x53\xf8\x6f\x39\x89\x94\xfb\xa0\xa4\xd1\xe1\xab\x2f\x74\xd2\x86\xaa\x3f\x58\xbf\x5b\xc9\xc6\x6f\xa1\x04\xd6\x6b\xec\x87\x4d\x22\xb9\x0b\x29\xb6\x12\x85\x9b\x27\xf8\xa7\x59\xce\xfb\xbd\x4a\x44\x06\x39\x60\x7b\x95\x50\x8c\xa9\xe2\x11\x45\x9a\x52\x59\xb2\x0f\xbc\xb8\x3a\xce\xcd\x06\xb7\x31\x9d\xfd\x1e\xe6\xf7\x30\x29\x35\x52\x1a\xc6\xdf\xef\xa1\x05\x60\x77\x1d\xf1\xa9\xbc\x8b\x71\x82\x7b\xc8\x6a\x16\x8e\x13\xd4\xda\xd3\xef\xa1\x59\xdc\xe8\x7d\xf0\xe1\xbd\x7e\xcf\x49\x12\x9a\xf1\x8a\x62\xaf\x0f\xc9\x15\x9e\x26\xda\x24\x3a\x95\x59\x5a\xf8\x6d\x94\xc0\xbe\x1b\xd1\x34\xca\x32\xa6\x76\x89\x45\x74\x50\x63\x75\x66\x5b\xdb\xef\x3a\xd7\x7e\x55\x7d\xd4\xc7\x07\x64\x14\xc3\x43\x5f\xce\xe9\x23\x8b\x9e\xc8\x8d\xcc\xea\x0a\x41\xce\xcb\xbc\x14\x54\xf4\xc5\x0c\x81\xc5\xce\x7e\x13\x8b\x7b\x06\xdc\xf6\x2f\x44\xf0\x62\xb9\xb4\xcb\x03\x3c\xf1\x4b\x7f\x54\xad\x23\xd4\xa9\xc3\xa9\xb7\x69\x1f\xdd\xf2\xd7\xf2\x4e\xbf\x10\x6d\x67\x65\xe0\x66\x95\x75\xde\xff\xe8\x83\x0f\x7b\x91\x79\x45\xe7\xaf\xb3\x10\x30\x3a\xca\x3b\x9e\x8c\xcf\xd0\x55\xbc\x0f\xce\xdc\x04\xa2\x58\x56\xcd\xcb\x50\x6c\xd3\xd1\x15\x15\x39\xe6\xa9\xce\xad\x8f\x8f\xa4\x10\x94\xf9\x6f\x8b\x6b\x3f\x50\x9a\x2b\x73\xf7\xf1\xd5\x94\x4a\xa9\x55\x3c\x5d\x6e\xc6\x5e\x5c\xd7\xd6\xde\x1e\x94\xf9\x6f\x8b\xeb\x3f\x50\x5a\xb5\xee\xc1\x83\xa5\x56\xf1\xc8\x6e\x2a\x69\x51\xad\xfb\xc9\x9a\xd9\x67\x78\xfa\xf8\xc8\x4a\x09\xfa\xab\x05\x8c\x2b\x2a\x3f\xd5\xba\xf2\x3d\x13\x0b\x84\x17\xaa\x22\xce\x12\x5f\xdf\xa0\xea\x54\x18\x59\xd4\x74\x3f\x6a\x96\xb0\x94\x8e\x0e\xb8\x53\xad\x65\x26\x5b\xd4\x13\xa1\x0f\x4e\xec\x67\x71\x90\x28\x7e\xfa\x2c\x0e\x39\x3a\xd2\xf4\xc1\xa3\x1d\x71\x78\x3a\x82\x83\xfb\x94\xef\x2f\xb0\xb5\x17\xe7\x14\xd8\x7e\xb0\x85\x95\x19\x03\xcf\xf7\x9a\x96\x56\x3f\xe8\x3e\xd8\xe2\x2a\xbe\xf7\x70\xcb\xab\x1f\xf4\x5d\xf5\x64\x65\xb1\x8f\x06\x75\x10\xfd\x1f\x16\x33\xdc\x57\x4c\xb5\xc6\xd1\xde\xe2\xaa\xd8\x71\x65\x47\xcc\xef\x37\xd7\x56\xd6\xed\x8f\xf0\xd9\xb4\xdd\xd6\xca\x59\xfd\xf1\x5e\x95\x84\x85\x4c\xab\x12\xdb\x53\x22\x89\xf5\xe1\x61\x11\x02\xc0\xee\x8f\xfd\x7a\xd4\x8c\x4a\xb0\x7d\x90\xcb\x2f\xda\xbd\xee\x59\x7c\x2b\x45\x20\xe2\x15\x9c\xf0\xf0\xb8\x88\xd9\xb1\x7e\x22\x37\x45\x3a\x48\xaa\x0d\xe8\x4f\xf1\x11\x18\xc1\xa3\x10\x8f\x72\x30\x44\xd4\xec\xee\x89\xdc\x6c\x65\x4a\x52\x5b\xf4\xc1\x98\xa0\x6e\xc9\x65\x44\x94\x9d\x7d\x48\x13\x9f\x6b\xea\xe7\x01\x8b\xf1\x01\x94\x3e\xe4\x88\x57\x7c\x55\x2c\xd3\x4c\x04\xaa\xbc\x31\x4b\x16\x52\x46\x99\xd8\x5a\xb4\xef\x4a\xc4\xd2\xbc\x85\x5d\x22\x40\x8f\xf0\x22\x11\x85\xf8\x6e\x6f\x51\xd0\x23\x18\x0b\xca\x84\x44\xda\xf4\x67\xee\xc5\x49\x5f\xb8\xeb\x83\x06\x61\x1e\xb3\xed\x42\x22\x1d\xd3\xcc\xe6\xcf\xf3\xd1\xe2\xe1\xe2\xe0\x77\x8a\xcf\xb1\x44\xf0\x54\xbd\xe7\xf3\x35\x0b\xc9\x31\x32\xab\x1e\xc1\xc6\xdc\xe2\x38\x5f\xf4\x7d\x3c\x11\x8d\x04\x23\x64\x3c\x66\x49\x22\x78\x52\xce\xd2\xa0\x51\xf3\xc4\xd0\x28\xa0\x61\xc4\x83\x46\x35\x71\x6e\xc1\xc1\xcc\x4d\xa4\x14\x75\x84\x19\x80\x97\xe7\x6b\x76\x2b\xe2\xd5\x33\xb2\x93\x06\x98\xfa\x7a\xcd\x6e\xf8\x94\xdf\x8a\x80\xd4\x07\x5a\x8f\x0d\x4b\xb2\xa7\x11\x4b\x53\xb5\xc0\x33\x82\xc2\x47\xbf\x32\x96\xf1\x61\x63\xa2\x44\xa2\x3b\x91\x12\xd8\xb4\x0e\x26\x77\x71\xc6\x93\x1a\x34\x64\xed\x62\x9b\x2d\x13\xab\xd8\x55\xba\x0c\x9a\x18\xfe\xc4\x92\xac\x0a\x01\xd1\x27\x4f\x4b\x8b\xbc\xe1\xa0\x89\xcf\x18\x07\x32\x0e\x59\x72\xff\x9c\xdd\x5a\xc4\x6f\x8e\xbc\x85\x56\x32\x11\xe4\xb6\xa1\x88\x38\xba\x0e\x30\xab\xb1\x42\x39\xf4\xde\x17\x4d\xce\x17\x4d\xce\x1f\x55\x93\xd3\xff\x44\x4d\x4e\xff\xa4\x11\x74\x78\xd8\x6f\x34\x3f\xd3\x53\x45\xe7\x1b\x12\xbf\x70\x75\x0b\x5d\x5b\x8f\xf7\x01\x7a\x93\x16\xcf\x15\x5e\xd9\x83\x7a\xd0\xaa\x32\xd3\xea\x6a\x5e\x24\xb0\xdb\xc6\x8e\xb8\xeb\x24\x86\x1f\x80\xdb\xa8\x7e\xd4\x50\x2e\x2d\x11\x5f\xb2\x92\xf4\x68\x69\x39\x29\xa8\x43\x4a\xf3\x1f\x16\x49\xcb\xcb\x68\xd0\x76\xe2\x70\x5d\xcb\x20\x82\xf1\x6d\x06\x26\x62\xca\x1b\x0e\xc0\xe9\x73\x14\x04\x3c\x4d\xc5\xb5\x88\xb2\x7b\x63\xe9\xb6\xcd\x03\xf7\xcf\x42\xf6\xa6\x8a\x96\x01\x38\x6a\x5e\xf1\x94\x27\xb7\xe6\xf5\xad\x24\xa4\x37\x1b\x38\x5b\x2e\xd8\xf5\x8b\x98\xa3\x29\x72\xd0\x71\xb4\x01\x8b\x3b\xe9\x22\x46\x0e\x62\x9d\xf0\x4a\x29\xe3\x1a\xc1\x71\x91\x70\x4e\x6f\xfd\x41\x67\xf2\xdb\xa2\xfb\x53\xc5\x8a\x94\x5f\x80\xf6\x6c\xcf\x17\x63\xe2\xd7\x32\xe8\xa2\x8c\x51\x24\x37\xbd\xe5\x69\x96\xbb\xa3\x5b\xa8\xa3\x46\xb9\xe2\x0c\xaf\x13\xc8\xa7\x9a\x73\x31\xcf\x38\xc9\xe3\x39\xe8\x39\x29\xe7\x76\x2c\x8a\xee\xcf\xd4\x8d\x49\xf8\xf2\x01\xd8\x8c\x4d\x0a\x92\x5c\xc5\x67\x21\x10\xca\x93\x3f\x4d\xd0\xb2\x64\x30\x03\xca\x90\x47\x22\x5e\x51\xd7\x90\x01\x64\xbf\xb4\xcf\x7d\xbc\x12\x49\xb6\x63\xd1\x05\x0b\xd6\x44\x95\x38\x00\xd3\xb2\x51\x66\x51\xa7\xb1\x01\xa8\x91\x6c\xfc\xaa\x6d\x50\xbf\x3e\x6c\xb6\xf2\x0c\xde\xa0\xdf\x7f\x60\xa3\x01\xcb\x04\xa2\xf0\xd3\x48\x5e\xb3\xe8\x39\xbb\x35\x36\x3b\x87\x19\xc3\xfc\x82\x32\x8a\xae\x78\xba\x8b\x32\xbb\xec\x41\xc6\xbd\xe2\xc9\xce\x4e\x2a\x48\xb5\x7f\x61\x71\x38\xb2\xa4\x96\x4b\x42\xa3\xda\x00\x04\xd8\xb1\x94\x37\xa3\x38\xbd\xa3\xdb\x6d\x84\x31\x66\x3c\xc9\x5c\x3d\xe0\x60\xec\x38\x10\x6c\xe6\x19\x5d\x51\x18\xc9\x9b\x88\xcd\x8c\x70\x8d\x20\xa2\x69\xcd\x9d\x12\x48\x68\x42\x93\x81\xbf\x5f\x04\x3e\xe7\x2b\x16\x14\x41\x16\x33\x7c\xa9\x17\xa5\x6b\x17\x09\xb2\x82\xf8\x85\x3b\xf4\x71\xeb\x5f\x60\x98\x0a\x16\x05\xf0\x23\x75\xf9\x7a\x9f\xc6\x81\x18\x36\xa1\x52\x0a\x4f\xbd\x27\xde\xe1\x91\xf7\xe4\x07\x73\xa9\x55\x00\x87\x07\x99\xbe\x90\x8e\xbd\x83\x50\x7b\x99\x1c\xa8\xc6\xd5\x02\x65\xcc\x43\xfd\x8e\xf2\xb1\x57\xfe\x77\xa4\xb6\xf1\xde\x2f\x98\x5a\x03\x69\x6e\x68\x3c\xf6\x0e\xb8\xda\xfd\x21\xcb\xf8\xa6\xd0\x7a\xef\xfd\x34\x15\xef\x75\x1e\xd9\x34\x63\x89\xfa\xb4\x67\xff\xda\xfb\x4d\x76\xc7\xa3\x5b\x0e\x9f\x35\x5b\xbf\xe7\x3b\xb9\x5a\x45\x5c\xc6\xea\x03\xf3\xdf\x11\x5f\x66\xbf\x89\x5f\x2e\xed\x07\x89\xd6\x7e\xe9\x79\xa5\xb3\x12\x9a\x30\x93\xba\x79\xf9\x8e\xce\xff\x37\x1e\x4b\x3d\x7d\x02\xe7\x93\x9e\xa8\xff\x56\x13\x9c\x03\xb2\xfb\x2d\xf7\x7e\xf5\xce\xcc\x23\x3d\x89\xdc\xda\xf5\x71\x7a\xfa\x48\xff\x6a\xfe\xff\xa9\x42\xa6\x35\x5f\x6a\xe6\xed\xd8\x3b\x5b\xac\xf9\x86\xd3\x8f\x4f\x4f\x1f\x29\x9a\x88\x57\x35\x5f\x8d\x59\x6a\xaa\x3b\xce\x4b\x28\xa2\x28\x5e\x24\xc6\xf9\xde\x29\xe9\x25\x2e\xce\x47\xdf\x7c\xf3\x36\xf6\xbe\xf1\xfe\x33\xe4\xdb\x84\x2b\x0e\x29\xf4\xd4\x18\x98\xf2\x45\xea\x89\x78\xc9\x93\x84\x87\x9a\x49\x0e\x3d\x19\x7b\x5b\x6d\x6f\x0f\xb4\xf4\xf0\xb3\x66\x77\x75\xfd\xa7\xa2\xec\xf9\xcf\xba\xc8\x5f\xff\x33\x94\xc1\x84\x65\x7c\x25\x93\x7b\x5d\xa8\xda\x7f\xdf\x3c\x2a\xc7\x9e\xc7\xbb\x8d\xfe\x7d\xa1\xfb\xa2\xe6\xd2\x34\xc7\xf3\xbe\xf1\xae\xb4\x7b\x87\xb7\x4b\x15\x43\xae\xa5\x12\xcd\x36\x6a\x06\x50\x33\xa1\xa7\x39\xf0\xdf\xde\x72\x4f\xb7\xd1\x2b\x97\xc6\x13\xaf\x71\x6c\x8e\x8c\x3d\xad\x63\xb1\xa7\x4b\x38\xf6\xee\x8c\xa4\x64\x97\xc0\x9d\xdc\x45\xa1\x77\xcd\x95\xb4\x15\xfe\xaf\xb7\x58\xff\xea\x3d\xf1\x9a\x95\xf6\xfe\xaf\x55\x39\x2d\x07\xa9\xd9\x50\xff\xfb\x7f\x57\xf3\x59\xd1\x59\x55\xad\xea\xf1\x47\xba\x9e\x7f\x73\xf1\x09\xc5\x7b\x2d\x59\xc0\x3d\x5b\x93\xc7\xdf\x67\x3c\x0e\x53\xd8\x55\x7a\xd3\x9f\x3e\x5b\x5c\x9c\x8f\xb2\xdc\x00\x97\x7e\xaf\xfe\x9c\x45\xda\xfb\xfc\x07\x77\xe5\x2e\xd6\xdc\x8b\xd9\xa6\x94\xae\xf5\x8a\xcd\xa4\x16\xb8\xf5\x4e\x2c\x7f\xa4\xcb\xf8\x6c\x59\x48\x9f\x22\xf5\xf8\x66\x9b\xdd\x1f\x7b\xcc\xdb\x46\x2c\xe0\x6b\xad\x3d\x32\x9f\xdc\x89\x28\x52\xeb\x29\xd1\x0b\x90\x87\xba\xb0\x54\xd5\x76\x27\xc2\x6c\xad\x4e\x29\xb5\x1c\x03\x19\x9f\xd2\x85\x11\xc8\xf8\x39\xdb\xf0\x1f\x0b\x11\xf7\x3b\x77\x9a\x54\xa3\x15\x5b\xe7\x45\xec\x9a\x47\xd0\xf4\xa5\x4c\xf4\x1f\xd7\x3c\xe6\x4b\x91\x29\x5a\xaa\x15\x72\x5e\xa2\x85\x96\xb4\x6e\x5d\xbf\x4c\xb9\xfe\x28\xd6\x99\xec\xbc\x6d\x22\xb7\xde\xcf\xaa\x82\x13\x5d\x01\x9d\x48\xf5\xeb\xb9\xfa\xf1\xe1\xd6\xe9\x75\x23\x97\xe5\x70\x9a\x11\xf0\x0e\xcd\xa2\x97\x89\x1d\xd2\xa3\xda\x8d\x56\x59\x6e\xaa\x79\xb0\xe4\xea\xd7\xd9\xa3\x47\x1e\x4f\x23\x11\x67\x27\xa1\x48\x15\x4f\x73\x12\xf3\xf7\xd9\x49\x24\x62\xee\x15\xe5\x0b\x19\x3f\x22\xff\x5d\x0c\xb9\x3a\xd7\x7e\x7c\x5c\x1e\x71\x95\x6e\x9d\x2d\xf3\x5e\xd0\x53\x44\x7f\x79\xac\x5a\x97\x9a\x71\x4b\xcb\x49\xdf\x32\x75\x29\x17\xea\x17\xb3\x01\x02\xb9\xd9\xca\x98\x97\x0b\xc9\x1e\x04\xba\x27\x5a\x75\x51\xfe\xf5\x89\x2d\x10\xa9\x2d\xbe\xba\xf2\x72\x6d\x91\x66\x19\xbc\x6c\xcd\x32\x2f\x92\xfa\x2d\x26\xb3\x74\x74\x49\x4b\x26\xa2\xb4\xd2\x32\xad\x48\x1f\xa9\xb6\x99\xcd\x35\x29\x2a\x51\xa3\xf4\x3d\x69\xef\x0f\x95\x06\x3f\xe5\x59\x6a\xd6\xbc\xba\xeb\x52\xbd\x38\x59\xac\x87\x98\x56\x63\xa8\xaa\xf3\xb5\x77\xe2\xf7\x46\x4b\xa3\x48\xc5\xdd\x59\xfe\xa0\x2b\xf5\x54\x1d\x7a\xbf\x98\xeb\xf8\xbb\x7f\xf1\x78\xb1\x55\xe5\x3a\x23\x9d\x3d\xcc\xd9\x91\x66\xd1\x4c\xf6\x90\xd2\x4b\x7b\x16\x3c\xf6\xae\xa5\x8c\x38\x8b\x73\x92\x1e\x31\xfc\xb1\x1c\x81\x4b\x96\x64\x82\x45\xdf\xff\xbf\xe8\x61\xde\xbb\x44\xca\xac\x1c\xfb\xca\x14\xba\xc7\xc4\xcf\x0a\xfe\x73\x65\x91\x68\x81\x56\xc4\x3c\xa1\x25\x41\x13\xcd\x78\xea\x15\xa0\x76\x75\xc1\x1c\x90\x25\xbb\x16\xc1\xda\x93\x71\x74\xef\xa5\xbb\xad\x6a\x75\xaa\x0f\x08\x6f\x15\xdd\x6f\xd7\xea\xa4\x0c\xbd\x80\xc5\x07\x99\x5a\xd7\x99\x0e\x77\x50\x07\xc4\xbd\x17\xe4\x4a\x25\xbd\x9b\xf5\xfa\xfd\xb4\x01\xf1\x65\x9c\x55\x6f\x95\xff\x6f\xdc\x24\x46\x21\x67\x56\xb8\x6a\xac\x5e\x88\x65\x4b\x69\x59\xb5\x9b\xe0\xb7\x66\xb8\x3c\xa0\x2a\xf3\x1c\x4a\x9e\xaa\xb9\x0c\x45\xc2\x83\x2c\xba\x57\x87\xe7\xad\x08\x8b\xa3\x48\x1d\x4e\x1e\x57\x27\x8f\xb7\x66\x71\xa8\xd8\x69\x5d\xc7\xff\xda\x22\xd0\x9b\xf2\xdf\xb0\x0a\xcc\xe7\x9f\x71\xf6\x3f\x7c\xf4\xff\xeb\xf3\xf4\x7b\xa4\x23\xab\xe3\xb7\x9c\x7e\x29\x90\x3c\xd2\xc7\xb6\x2b\x0f\xfd\x9a\xf7\xae\x5e\x7c\xaa\x02\xcf\x25\x0b\xe7\x19\xcb\xf6\x7d\x51\x53\xc1\x8a\x67\xcf\x35\x63\x92\x9f\xfe\xeb\x6c\x13\xe5\xc3\xaf\x7e\xe1\x89\x12\x90\x8e\x6d\xc7\xd3\xe2\x02\x79\x48\x98\xa2\xa5\xab\x8e\x4d\x72\xab\x8a\xed\x6e\x71\x2c\xd4\x89\x8d\xc5\x3a\x39\x76\x2f\x0c\xb8\x9b\x7e\x6b\xec\x3e\x43\x0a\xdd\x7f\xa0\xab\x21\xfd\xb5\x5c\x52\x6a\x98\xf5\xc5\x4d\xef\x19\xbd\x5b\x8d\x66\x63\xc5\xb3\xf2\xea\x4a\xbd\x27\x35\x83\xf7\xf0\xad\x7b\xf8\x6b\xce\x6d\x69\x29\x41\xa4\x5a\x64\xf2\x98\x17\xc9\x4c\xed\x46\x99\xad\x79\x62\x57\xbc\x61\x2a\x14\x3a\x3b\x48\xbd\x48\xdc\xf0\xe8\x5e\xaf\x62\xce\x3d\xfe\x7e\xab\x03\x10\xbc\x40\xab\x57\xcc\xe9\xa0\xf6\x8f\x17\x8a\xa5\x36\x6a\x65\xb6\x75\xe5\x8e\x2a\x16\xfd\xa3\x47\xea\xdc\x4d\xf8\x52\x26\xdc\x4b\x8d\x7a\x4c\x35\x43\x9d\x0c\x89\x17\xb0\x40\x1d\x93\xe2\x17\xae\xc1\xfa\xcf\xb9\xf8\x85\x3f\x56\x72\x88\x12\x42\x8e\x40\xe7\xa3\x37\x97\x2a\x5a\x09\x14\xce\x11\x50\x72\x3d\xdf\xd7\xcc\x3e\xcb\xf8\x0f\xc4\xbc\x94\xec\x82\x4c\x26\x87\xdb\x62\x5b\x17\xf8\xa3\xd2\xc2\xb4\xdb\xf2\x9c\x6e\xb4\x22\x9e\xe6\xdf\x4e\x53\x3d\x8b\x4f\xac\xc1\xc4\x9d\xcb\x25\x8b\x52\x9e\xab\xcf\x3e\xea\x2f\x3f\x9a\x93\x62\xbb\xbb\x8e\x44\x90\x5f\x0f\x87\x65\x45\x66\xb2\x7f\xf5\x82\xb5\x88\xc2\x84\xc7\x64\x97\x1c\xe7\x4c\xc7\x71\x79\x4b\x1c\x03\xbf\x77\x6c\x58\x0e\xef\xa3\xf7\xc4\x34\x6e\x9b\x1f\x4c\xb6\x5c\xe0\x72\x14\xec\x7e\xcb\x73\x9e\x5f\x4f\xd6\x93\x27\x4f\xbc\x03\x73\x06\x1d\x78\x7f\xfe\x73\x49\x38\x8d\x78\xbc\xca\xd6\x9a\xde\x70\x4a\xcc\x05\xc5\x62\x00\x3e\x93\x9f\x57\xff\xfb\xea\x2b\xdb\x6c\x22\x95\x7a\x1f\x3e\x78\x94\x50\x9c\x73\xaa\x31\xc5\xa1\x67\xe0\xbf\x0b\xa9\xdb\x8b\x7d\x20\xa7\xc9\x13\xe7\x78\x39\x2c\x86\xe0\x48\x15\xfe\xeb\xc7\xef\x70\x9a\x80\xa3\x3c\x2e\x67\xed\x31\x2d\x73\x52\x4e\xe5\x86\x27\x2b\x0e\x67\xc7\x13\x0a\xcc\xef\x90\xa2\xf4\x80\x6e\x77\xd8\xfe\x87\xc5\x42\x28\x97\x9d\x9e\xf9\xc7\xe6\x9f\xaf\x4a\x6d\xad\x5d\x3a\xe5\xf2\x84\xf6\x96\xbf\x9a\x49\x24\x7f\x93\x65\x52\x2c\xde\x23\xa7\x79\x57\x52\x66\x66\x74\xcb\x45\xf0\xa3\x77\x90\x6e\x59\x7c\xe0\x3d\xf6\x0e\xc4\x01\x0c\x55\x6c\xef\x03\xd3\x1b\x72\x41\x7c\xbf\xf7\xce\x9e\x8a\xdb\xe2\xda\xfe\xe1\xd0\xce\xec\xde\x1b\xe5\x4d\xa9\xa7\xb6\xb2\x70\xa1\xbc\x7e\x77\xe4\xce\x1d\x6c\x55\xbb\x6d\xf4\x9e\xc6\x05\x52\x7f\xe7\xd3\x7d\x7f\x7a\x7a\x5a\xbb\x78\xcb\x31\x95\xf1\xb9\x11\xdf\xf4\xe1\x33\x59\xb3\x78\xa5\x27\x4c\xa4\xa7\x3f\xc9\xb8\xbc\x69\x11\x00\x07\x47\xd1\x1a\x8d\xcd\x47\xfe\xd0\xe9\x84\xda\xb3\xe4\x48\xd0\x8b\xb6\x58\xf0\xa6\x8c\xcf\xde\x9f\xa6\xf2\x52\x9b\x00\x87\xcc\x1b\x3a\xde\xef\x9c\x6d\x58\x7e\x02\xbd\x60\xb9\xfd\x33\xe2\xe6\xe4\x21\x83\x7c\xca\xa2\x4c\x95\x61\xeb\xc2\x02\x33\x91\x45\x38\x41\x6b\x96\xe6\xa5\x7c\xf5\xd5\x61\x31\xe2\x4e\x0d\x1f\x3e\xd8\xcd\x52\xd7\xee\x88\x87\xd7\xf7\xba\xf1\x70\x96\x5f\xd6\xf6\xef\x61\x48\x5e\x94\x01\xe1\xb2\x0b\x0a\xb1\xab\x58\x41\x79\xd3\x8b\x02\x7f\xb4\x4b\x4a\xfd\x2f\x91\x11\x7f\x5c\xee\xaf\x0f\x1f\x2a\x47\xc8\x8f\xde\x2e\x0e\xf9\x52\xc4\x3c\xd4\xbb\x6e\xb3\xb2\xc6\x1a\x77\x23\x7c\x42\x41\x38\x76\xa4\xc4\x8f\xc5\x7f\x3e\xc6\x86\x9a\x7a\xd6\x22\x0c\xb5\xf9\x36\x4b\x76\xf0\x55\xb9\xfc\x22\x9e\x79\x4b\x11\xb3\xe8\xac\x7a\x40\xe2\x69\x58\xfc\x5a\x7e\x2a\x96\xde\xa1\xdb\xea\xfc\x8e\x72\x0b\xfa\xf3\x9f\xe9\xd5\x56\xa9\x46\xdd\x72\xd2\xa4\xce\x51\x50\xec\xec\x11\x71\xc6\xd8\xdf\x50\x73\x64\x05\x91\x8c\x79\x7e\x0e\x1d\xd6\x1e\xf9\x64\x90\x58\x94\xed\x1d\xd8\x8f\xc5\x2a\xf9\x58\xf4\x36\xe1\xd9\x2e\x89\xbd\x72\x35\x7f\x5f\x9c\xb7\xb6\xc0\x90\x65\x4c\xfb\x79\x9c\x28\x29\xf6\xc9\xaf\xc5\x55\xf5\xd1\x42\x7e\x3d\x3d\x3d\xc5\x25\xe7\x10\xc9\xb9\xec\x50\xdc\xb1\xa6\xb3\xed\xac\x52\xbd\xa9\xd4\xa6\x7c\x6c\x17\xd1\xb1\x0b\xc0\x95\xb8\x0f\xf7\x91\xfe\xf9\xd8\xfb\xf5\xe3\x11\xf9\xa5\xbc\xcf\x9e\xfc\x6a\x2f\xc7\xd3\x44\xca\xac\x04\xfd\x40\x3a\x61\xaf\xa5\xef\xed\x99\xa9\xba\x66\x77\xed\x47\xef\xd1\x0f\xde\xe3\xf2\xde\x56\x1b\x63\xdf\xa4\x97\x55\x7c\xff\xa8\x98\x8a\x1f\xe8\x0e\x2f\xf8\xba\x44\xdc\x2a\x9e\x70\xff\xa1\xae\x8e\x6d\x7d\xc7\x3c\x76\x04\xac\xc2\xed\xa9\xb0\x55\x9a\x25\x5f\xcf\x13\xa9\x15\x5e\x47\x38\xad\xbb\x67\x8e\x28\xa3\xf0\x7b\x3f\x32\x6d\x24\xeb\xb2\x68\x50\xce\xf3\x2a\x9e\x0a\x9a\x7f\xaa\xa5\x7f\xb7\xae\x94\x67\x9a\x7a\xe8\x5e\xb8\xe6\x90\x80\x95\x6f\x0e\x8a\xdf\x29\xfa\x96\xf2\xa0\x66\x86\xc2\xdf\x25\x3a\x96\xa2\x82\x23\xe7\xe9\xd8\x16\x47\xc6\xac\x97\x08\x0d\xe7\xf5\xbf\x20\x61\x5a\xad\x8c\x31\xaf\x1b\x39\xcd\x55\xc2\x04\x2c\x7e\x50\x8f\x72\x6a\x04\xb6\x84\x07\xda\x8d\x35\x34\x2a\x8d\x5d\xca\xbd\x9f\x0b\xe9\xd8\x58\x0f\x65\xe2\xfd\x5c\x6a\x50\x7e\xf6\x44\x9c\x66\x9c\x85\xc7\x1e\x4f\x4d\xb6\xb9\xe8\xde\x13\xb1\x97\x06\x3c\x66\x89\x90\x69\x6e\x7a\xb3\xca\xec\x2d\x4f\xb4\x23\x59\x1c\x18\x6b\x93\x1e\x0c\x66\x54\x25\xbf\x43\x8f\x93\x73\x32\x81\x8c\x0b\x25\x75\x21\xc5\xd6\x89\x6d\x3f\x78\x4f\xf2\x59\xae\x93\xe5\xf6\xc8\xbb\x6a\x39\x15\xf3\xad\x0f\x99\x72\x4e\xf5\x5f\x78\x00\x15\x62\x5e\x20\xb7\xfc\xb1\x77\xa0\xb5\x08\x9a\x60\x1c\xe3\xf2\xeb\x4c\x2d\x55\x3d\x6b\xa1\x48\xb7\x11\xbb\xcf\x79\x8e\x83\x42\xe9\xf0\xf5\xf1\xd7\xc5\x24\xce\xc5\x66\x1b\x29\x8e\x8a\x6f\xcd\x55\x5b\xba\x48\x9e\x7a\x0b\x76\xc3\x53\x8f\x45\x91\xc7\x92\x95\x8e\x04\x34\xba\x52\x73\xe4\xa7\x1e\x33\x9f\x05\x72\x7b\x5f\xa8\x26\xcd\x6d\x95\x9a\xa2\x42\x5d\x43\x26\x57\x5c\x0b\xed\xb9\xa1\x40\xa7\x6c\x2d\x94\x72\xe1\xa9\x77\xb6\xf4\x58\x9c\x7f\xe8\x05\x3a\x1f\x83\x2a\x3a\x10\x49\xb0\x8b\x58\x62\x1d\x50\x8f\x3d\x91\x9b\x1f\x58\x9a\x8a\x95\x2e\x2d\x5f\x23\x62\xa5\x0e\x43\x0b\x3d\xc5\x59\x2c\xbd\x3e\x75\xb3\xbe\x5f\x28\x86\xf8\xe3\x0f\x87\x66\x75\x5a\xd5\xf8\xe2\x87\x63\xc5\x1f\xb3\x64\x95\x3e\xf6\x0e\xed\xaf\xde\x07\x2f\xde\x45\x91\xf7\x81\xb0\x1e\x1f\x8c\xc4\x7c\xf4\xe6\xdd\xd1\x63\x6f\x61\xe6\x65\x29\x13\xef\xb0\x60\x3f\x57\x6a\x48\x54\x51\xe5\x41\xf3\x93\xae\x3d\xaf\xd5\x48\x69\xc7\x1a\xc8\x52\xd2\x04\x38\xa4\xf3\xcb\x35\xff\x84\xa5\xde\xc2\x55\x8d\x2e\xd6\x3c\x2f\xd8\x5b\xf3\x68\xab\x86\x39\xe3\x89\x1e\xc3\xcc\xa4\x76\xd2\x13\x68\x0c\x48\x32\xf6\x52\xb9\x4b\x02\xae\xa7\xd1\x8c\xa2\x36\xa3\x6c\xb4\xfa\x43\xd7\x62\x36\xc6\xeb\x35\x37\xb3\x75\xcb\xa2\x9d\xde\x39\xe5\x1c\x1d\x7b\x77\xdc\x4c\x83\x99\xac\x72\x19\x28\x1e\x03\xd7\xc1\xa9\xf7\x4c\xde\xf1\x5b\xd5\xa8\xa5\x59\x0b\x85\x0b\x71\xfd\xfc\xda\x0a\x75\xf9\xb1\xd4\xca\x58\x5b\x7a\xa8\xdb\xad\x69\x5b\x9e\xa4\x22\xcd\x8a\x52\xab\x53\xff\x90\xfc\xf0\x9f\xfa\x34\x0b\x12\xb1\xcd\x4e\x0c\xe8\x51\x2c\x4f\xf8\xfb\x6d\x24\x02\x91\x9d\xb0\xf8\xfe\x6d\x5c\xae\x99\x9f\x8a\x45\x53\xa8\x6d\x8c\xed\xc8\x2e\x9f\xc5\x71\x3e\xaa\xfa\x3f\x8b\x7e\x5d\x15\x0d\x4a\x1f\x7b\x2c\xbe\x7f\xf3\xce\x7b\xe2\xd1\xc5\x52\xc5\x9d\x6e\x77\xe9\xfa\xd0\x14\x55\x08\xb1\x7a\x49\x29\x5e\x54\xeb\xff\x45\x31\x7f\x47\xf4\xe2\x35\x3f\x9d\xae\x59\xfa\xe2\x2e\xce\xa5\xcc\xfb\x43\xf5\xc1\x11\xb9\xe4\x14\x52\x17\xf2\x95\xe2\x2a\x7f\xfa\x69\x9b\xc8\x4c\xfe\xf4\x93\x66\x2c\xed\xef\x44\xcb\xe4\x50\x34\x5e\x8d\xdb\xc1\x11\x65\xaa\xcc\x72\xd7\x93\xf6\xd8\x5b\xbc\x99\xbd\xcf\x12\x16\x64\xdf\xdf\xf0\x7b\xb9\xd4\x23\xa3\x95\x34\x3f\xa8\xde\x9b\x76\xbe\x51\x45\xbe\xfb\xce\x96\xa0\x79\x07\xc3\x04\x9b\xb9\x77\xd9\x5e\xf3\xab\x6a\x84\xde\x85\x7f\xfe\xb3\xf7\xd5\x28\x49\xd8\xfd\xa9\x48\xf5\xbf\x87\x1a\x70\x74\x84\xbc\x5e\xa1\xf6\x99\xb8\xe3\xec\x3d\xa9\x1b\x7b\x11\x87\xfc\xfd\x8b\x65\x5e\x96\xf7\x83\x77\xd2\xfc\x8e\x16\x67\x26\xdb\x34\x5e\xcb\xb3\xd5\x82\x91\x41\xfc\xd1\xb4\x1b\x7f\x7c\x8c\x87\x40\x5e\x5c\x7e\x14\x68\x7c\xdd\x02\x3a\x3a\xd2\x5b\x7f\xff\xe0\x92\x96\x7e\xf4\x78\x94\x72\x1c\x0a\xa7\xed\xba\x9e\xef\x6a\x44\xa5\x8f\x94\xc1\x31\xeb\xaf\x6e\x95\xca\xed\xe1\xd1\x77\x35\xe7\x53\xd5\x57\xce\x9c\x4b\x55\xff\xb8\xdd\x3e\x7d\xf9\x9c\x6f\x58\x9c\x89\x40\xbf\x0b\x40\x79\x90\xf2\x8b\x47\x1b\x76\xc3\x11\x56\xc3\xe4\xf8\x85\x13\x7c\x7a\x5c\x1c\xad\xda\xba\x79\xec\x39\x5e\x55\x8f\xf4\x49\xf0\x48\xcf\x3e\x72\x37\x17\xba\xed\xcc\xdb\x9a\xcf\x1f\x2d\xd5\xda\x33\x8a\x4b\x11\x67\xd2\x63\x1e\xf9\x05\x6f\x45\x73\xf9\x11\xfa\x83\xd7\x91\x6e\x51\x7a\x98\x6b\xc6\xf2\x66\x6e\x49\xa3\x1f\x43\x17\xf4\xdd\x75\x94\x03\x69\xe4\x81\xa9\xb5\xc0\xe4\x87\x96\xfe\xeb\x03\x14\xf0\xc3\xa1\x5a\x6c\x59\xb5\x9e\x52\x08\x4c\x61\x78\x1f\x57\x27\xa6\x14\xf6\xe8\xe7\xa7\x5b\x16\xf1\x2c\xb3\xb2\x22\x10\xb9\x4e\x89\x98\xd6\x13\xb1\xc2\x7a\x8c\x48\x8b\xc7\xa4\xf4\x01\x61\x6f\xe2\x1f\xf3\x31\x26\x80\xc7\xfb\x3e\xcd\x8b\x3e\x32\x2c\x93\xd9\x56\xb9\xd5\x5b\x1b\x38\x96\xde\x61\x5d\x97\x7e\x3c\xd5\x55\xe4\x8f\x17\xe9\x13\xa8\x1e\xa6\xa4\xe6\x38\x2b\x4f\x22\x32\x25\x05\x26\x87\x78\x4f\x6a\xc7\x0e\xea\xa1\x8c\x40\xa5\x65\xb9\x57\x5a\xb9\xd0\xcb\x3a\x09\x13\x52\x86\x82\xa8\x5b\xd9\xdc\x5a\xa7\x37\xfc\x3e\x3d\xa4\xed\x52\xa0\x54\x8f\xc4\xa1\x39\x57\xc8\xe6\x51\xdc\x8d\x3d\x4a\x2a\x5f\xbd\x29\x2b\x78\x57\xac\xb8\x43\x7b\xac\x3c\x04\x27\xc2\xf4\x83\xbd\xda\x83\xfb\xd1\x14\xf8\xe3\x69\x5d\x91\x28\xa7\xc1\x39\x45\x9a\x54\x3d\xac\x02\x19\x07\xcc\x14\x36\xe7\x59\x7a\xec\x3d\x13\xab\xb5\xce\xc2\xc4\xd2\x6c\xce\x23\xae\x2e\x45\x47\x7a\xab\x75\xc9\x54\xe7\xde\x46\x8a\x5f\xf8\x1e\x6b\xe1\x43\x06\xc3\x5c\xf8\x62\xa9\xfa\x43\x49\x04\xc6\xb1\xdc\x95\xc9\x4e\x1f\x59\xda\x7e\x51\x6f\xef\xb7\xe6\xbb\x7d\x46\xc3\x3a\xc7\x53\xec\x68\x61\xeb\x9b\xce\xfc\xd1\xcb\xf3\xc5\x4f\xe3\x97\x8b\xc5\x8b\xe7\x3f\x3d\x9b\x9d\x3d\x7d\xa6\x98\xeb\x83\x4e\x63\xab\x8f\x53\x84\x5d\x8e\xa6\xd3\xb3\xe7\x4f\x15\xa0\xe1\x75\xb6\xef\x6b\xfc\xa2\xed\x10\x3c\x71\x47\x51\x2f\xad\xe2\x98\x3c\xcb\x4f\x2c\x23\x54\xce\x4b\x37\x1f\xda\xe5\x23\xe7\x6f\xa2\xaf\x30\x95\x5d\x3b\xe3\x5b\xc1\xd7\x4d\x82\x69\xc1\x91\xa3\x23\xd6\xf1\x9a\x0f\x16\x55\x6e\xa3\x44\xca\x0c\x94\x92\x5b\xf3\x48\xc1\x63\x77\x9c\xc8\xe2\x5f\xe7\x41\x5b\xb5\x03\x7e\x4c\xb9\xb1\x48\x2b\x2c\xe0\x4c\x89\xf9\x2e\x4b\x58\x94\x9f\x2a\x04\x7d\x8d\x4f\xbf\x3e\xf6\x0e\xb2\x84\xc5\xe9\x96\xe9\x44\xe8\x14\xa8\x65\xb6\xc7\xde\x41\x73\xfb\xde\xd3\x6e\xe2\xde\x1e\x64\x9a\xef\x93\xd4\x51\xbb\xbe\xa9\xdb\x4c\xef\x1e\xbb\xea\x39\x53\x51\xd1\x1a\xf3\xf8\x06\xea\x89\x3f\x52\x6d\xad\x55\x4b\x1e\xbf\x8d\xe9\xf8\x3e\x93\xfa\x05\xe3\xc7\xc8\xa9\xd6\x8c\x0d\x3d\x6f\xff\x7d\xdd\xc8\xab\x3a\xb0\xe9\x16\x3e\xb1\x0f\x22\x90\xf1\xbf\xd6\x07\x77\x44\x2e\x13\x9e\xa6\xbf\xa7\xb4\xeb\x88\x05\x37\x7b\x8b\x31\xcf\x03\xfc\x5b\x5a\x25\xb4\x82\xe4\x77\xb6\x4a\xff\x35\x65\xc9\x4d\x69\xe7\xab\xb6\x6d\x6a\xe4\xbc\xdf\x51\x5a\xbe\x23\x16\x5c\x5d\x29\xff\xca\x96\xf8\x0d\xd0\xbf\x69\x19\x3d\x4d\xd8\xbd\x0e\xd0\xfb\x8c\x9d\x90\x27\xa7\xfd\x57\xe6\x5d\xdb\x0b\x7e\x6f\x31\xbf\x35\x51\xcb\x88\xbf\x2f\x5d\xfa\xa0\xb8\x7f\x98\xd7\x55\x72\x6d\xf6\x63\xef\x40\x41\x4f\x52\x1d\x76\xb4\xb7\x5d\x9f\xd0\xa0\x51\x94\xed\x2d\xe6\xa1\xa5\x73\x20\xe2\x35\x4f\xc4\x9e\x46\x6c\x78\xbc\x3b\xfb\x5d\x0d\xc9\x17\x5d\x19\x3c\x5e\x5b\x5c\xc6\xdf\x67\xf5\xc3\xa3\x46\xe3\x69\x22\xef\x1e\xeb\x30\x04\x9c\x76\x6b\xb6\xca\x19\x1d\x87\x97\x39\x74\x6f\xba\xe3\x9a\x2b\x0b\x2f\xd3\xa3\xaf\xbe\x2b\xd4\x8a\x47\x9f\x16\x01\xf3\xab\x67\xaf\xcc\x7a\x8e\x05\xc0\xa5\x5a\xf8\x3a\xe2\xc7\x5a\xc2\xcf\x83\x2a\x3e\x99\x69\xb2\x42\xdd\x88\x74\xee\xb7\xd8\xa3\x8a\x77\x94\xcb\x1d\xed\xf3\x85\x35\xb8\x42\x5f\xfc\x9f\xb4\x1f\x87\x07\xb4\x05\x07\xc7\xde\x9b\x03\xbd\x16\x0e\x8e\xbd\x83\xbc\x39\xef\x8e\xb5\xb2\xf6\xc8\xf1\x11\xa2\xdf\xed\xf7\x13\x22\x2d\x3f\xf6\x7e\xfd\x98\xb3\x35\x8e\xa7\xce\x63\xef\xbf\xe6\x7f\x3d\xcd\x8d\x7e\xae\xdb\x4e\xe1\x98\xb1\xc7\x13\xe7\x6d\xbd\x69\xcf\x4e\xe1\x5b\x30\xc1\xd9\x6f\x89\x11\xec\x96\x25\x82\xc5\xd6\x1b\xe4\xc9\xdb\xaf\x37\xe9\x89\xf9\xfc\xe4\x84\xe5\x12\xb0\xfd\x25\x90\x9b\x0d\x8b\xc3\xb7\x5f\x93\xf3\x53\xb7\xf2\xc9\xaf\xe5\x1c\x1f\xe6\x8e\x23\x39\x85\xda\xdc\x64\x6c\xd6\xcd\x34\x57\xec\x09\x19\x3f\xf9\xd5\x2e\xa7\x12\xf9\xc8\x35\x86\x7d\x04\x7d\xb8\xcd\xe4\xab\x84\xa6\xdc\xc3\xcd\x78\x7d\x9a\x00\x29\x91\x07\xeb\xee\xf5\xf7\x24\x25\xe8\x41\x7f\x53\x9a\x00\x0b\xb7\xc9\x77\x15\xd7\xb9\x52\x1b\xcf\x13\x9d\x94\x40\x2d\xa2\x42\x87\xfa\x09\x55\xd3\xcf\xf3\xa8\x2f\xdd\x84\x4c\xce\x75\xc5\x3f\x3e\xce\x43\x0c\xeb\xdd\x6c\x83\x34\xf5\x44\xbc\xdd\x99\x2d\xf2\x9b\x15\xeb\x7d\x74\x36\x49\xd3\x33\xfd\xcd\x93\xc2\xdd\xf8\x43\x6d\x43\x3e\xc0\xc8\xd4\x6a\xd4\xed\xa0\xd8\x36\x4d\xf4\x49\x26\x62\x6d\x35\xca\x55\xdc\xc7\xc4\xc8\x64\x54\x4c\x66\xf3\xc4\xda\x07\xa9\xb0\x37\x9c\x7a\xf3\x1b\xb1\x4d\x3d\xc5\x46\x19\x65\xfd\xbd\x51\x7d\xd1\xd9\x34\x7b\x66\x8f\x7a\x26\x48\xd3\xc3\xd2\x1e\x50\x76\x54\x2b\x71\xf3\xae\xea\xd1\x8d\x78\xbe\x7b\x35\x9f\xff\xe6\x9d\xab\xba\xad\xb3\x05\x28\x79\x9e\x25\x2b\x47\x3f\x9b\xab\x41\xd5\x07\xd4\xc3\x0d\x15\xae\xa6\x26\xa3\x2c\x56\x45\x94\x9a\xbc\x5c\xf5\x97\x17\xed\xea\x83\x0f\x8a\x45\x70\x70\x44\xdc\x0e\x14\xb0\x20\x98\x3a\x8b\xde\x3f\x5c\x6b\xf9\xd1\xe1\x51\xa5\x01\xe4\xb3\x7f\x55\x09\x5f\x5e\x7e\xc5\x58\xde\x70\x6d\xef\xcb\xad\x26\x2c\xbe\x77\xb4\xbe\xff\xae\x0a\xcd\x7c\x1c\x92\x7a\xde\xdc\xf0\xfb\x77\x47\x15\x16\x8d\x8e\xcb\x0d\xbf\x3f\x02\xa5\xf1\xc7\xdf\xa7\x64\x2d\x2e\xed\xbc\xac\x7f\x48\x11\x1f\x1e\x78\x07\x95\xe0\xe3\x87\xdc\xab\x8b\xfd\x32\xf2\xae\xf8\xd2\x2e\x61\xb4\xc6\x6a\x7b\x4d\xa8\xdd\x64\x3d\xe6\x25\x7c\x59\x98\xdd\xb4\x69\x8e\x65\x9e\xd0\x2e\x4a\x1e\x8b\x3d\x96\x67\x73\x34\x07\x83\x79\x1b\x4b\x5b\x91\xd4\x62\x2a\x36\x60\x11\x3b\xb0\xdb\x86\xba\x60\x96\x16\xb6\x18\x1d\x73\xa0\x76\x9b\xfa\xfd\xb4\xe6\xdc\xb8\xe2\x4b\x73\x30\x94\x5e\xc1\x8b\x1f\x4a\x77\x95\x92\xa8\x7e\xfc\xb3\x77\x78\x58\xd8\x17\xf4\xe1\x75\x2b\x45\x78\x04\x9d\x36\x63\xb2\x96\xf2\xc6\xcb\x64\x7e\x24\x6c\x76\x51\x26\xb6\x11\xcf\x89\x09\x5f\xa6\xde\x21\x17\xda\x12\x79\xb1\xd3\x69\x00\xca\x6a\x52\x4f\x6a\x3b\x94\x17\xb0\x28\x52\x22\x40\x7a\x54\x28\x79\x53\xfd\x34\x1b\x10\xf5\x50\xe9\x7a\x4d\xbf\xd3\xc2\xc2\xa6\x0d\x9a\xba\xa6\xfc\x70\x61\x09\xdb\x98\x9a\x4f\x54\x87\xb5\x7f\x7d\x20\x23\xc5\xef\x8b\x5b\x1e\xdd\xe7\x05\x78\x77\xff\x3f\xea\xde\x85\xb9\x6d\x5c\x59\x18\xfc\x2b\x92\x36\xa5\x4b\x7c\x86\x15\xc9\xce\x53\x0c\x46\xd7\xb1\xe3\x99\x4c\xde\x71\x32\x99\x8c\xe5\x4d\x81\x04\x28\x32\x92\x48\x59\xa4\x2c\x3f\xa4\xfb\xdb\xb7\xd0\x0d\x80\x20\x25\x25\x39\xe7\xdc\xad\xad\xad\x4a\x2c\x10\xcf\x06\xd0\x00\x1a\xfd\x42\x52\xc4\x8d\x2c\xc5\x66\xa0\xaf\x28\x85\xfb\x6f\xc3\x53\x3e\x72\x66\x54\xe5\x75\x26\xa8\x31\x6c\xe9\xe9\x19\xb6\x60\x82\x68\x23\xcf\xec\x6c\x6e\x9f\x79\xdb\xf1\x5d\x8c\xe9\x45\x2e\x81\xff\x2d\x14\xd4\xcf\x3e\xfd\xa6\xb6\x41\xd5\x8f\x7e\xc3\xb3\x33\x84\x82\x51\xbb\x7f\xa3\x24\x74\xeb\xb4\x6e\x30\xa9\x8f\xf5\x48\xee\xc8\xcf\x4c\x2b\x8b\x5c\x9a\xac\x9a\x08\xa9\x62\x82\x5d\x8c\xf7\xef\x37\x3e\xe3\x50\x2a\xfc\xab\x8f\x48\x23\xe6\xe9\x48\x6d\x70\xda\xda\xcf\x4a\xb8\x4d\x71\xcf\xab\xc2\xa5\x10\x79\x81\x1e\xcb\x89\x5d\x73\x9d\x3a\xd6\x3c\xfb\xf4\x1b\xe9\x98\xa5\x51\x8a\x55\xec\x4d\xa7\x64\xc4\xc2\x4a\x8b\x00\x13\x2a\x3b\x88\xb3\xe7\xab\x2c\x3f\xd8\x7f\xd5\x26\x61\x84\x53\x9b\xd2\x1e\x55\xcf\x5c\x46\x9b\x7b\xe1\x32\x9b\x8f\x1b\x1c\xee\xb3\xda\x1a\x6f\xaa\x3a\xa1\xe8\x68\x2b\xb2\xb7\x13\x0a\x0b\xd3\xad\xc0\x53\x95\xfe\x47\x63\xb1\x73\xf7\xd3\x17\x97\x1f\x6d\xd7\xb0\xb9\xed\xab\x45\x9d\xdf\x97\xd7\x31\x57\xd7\xc3\x2b\xb9\x2f\xe4\x2c\x6f\xec\xef\x37\xf8\x64\x2e\xb9\xb8\x69\x94\x49\x58\xe5\xb9\x46\x55\x64\x08\x93\x4d\xf0\x37\x11\xce\xdf\xc2\x24\x36\xa8\xe0\xd7\x09\xc4\x4f\xb1\x95\xb4\x9b\xa9\xca\xd1\x33\x16\xec\x86\x53\x3e\x46\x24\xd4\x32\x7b\xa9\xe9\x6f\x9e\x37\xa6\x99\xe0\x13\x30\x4e\xa8\x98\xcd\xd2\x46\x70\x03\x66\x59\x60\x60\x50\x6a\x27\x2a\x6c\xd5\xa5\x73\x2d\xe6\xe6\x8a\x98\x90\x8d\x3c\x09\x26\x49\x3a\xca\xad\x03\xae\x5a\x53\x7a\xb2\xab\xd1\xff\xa5\xb6\xf5\x50\xe6\x45\x36\xcf\x1b\x5e\x20\x43\xbe\xc8\x65\xa5\xbd\x91\x2c\x14\xfd\x07\x97\x5d\x29\x48\x47\x77\x97\x17\x8d\x25\xbf\xa1\xb0\xc9\xa1\xf5\x85\x81\xca\x5a\xcf\xf2\x91\x04\xc0\x74\x45\x1a\xac\x4a\x37\xcd\x4e\x53\xbd\xb9\x19\x0f\xd3\xce\xdd\x4d\x64\xd3\xfb\x4e\x8a\x3d\xdd\x1a\x9f\xf8\xc8\x52\x78\x8d\x64\x94\x66\x6a\xc8\x63\x99\xe2\xb8\x26\xb7\x6a\xf8\x54\x0b\xb8\xe4\x0a\x3e\xca\x3f\x65\x2f\x31\x1b\x6b\x9c\xff\xd7\xa7\x17\x6f\xde\xbf\x3e\xfa\xf4\x42\xdd\xc1\xce\x3e\x7d\x7d\x8d\x81\xe3\x8f\x2f\xdf\x7f\xfa\xaf\x8b\x2a\xc9\xc9\x41\x6e\x97\x40\xff\x78\x7d\x74\xd5\x01\xa3\xe6\x38\x29\x76\x4d\x68\x47\x9f\x49\x46\x1c\x68\x77\x55\x98\xc0\x45\x2a\x32\x89\xe7\x64\x08\xfa\x6b\x39\x54\xc5\xc5\x6e\x29\x21\xf6\x4f\x5a\x85\x03\xc7\x4a\x8c\x18\x8a\xbe\xee\x87\x0c\xf3\xda\xf1\x65\xee\x68\xeb\x8a\x70\x23\x51\x7b\x47\xb3\x9a\xdb\xee\x23\xf7\xef\x6b\x93\x38\x91\xe1\x80\x24\x69\xe3\xec\xec\x63\xf5\x76\x08\xcd\xdb\x63\xc0\x15\x5a\x01\xf1\x0b\x72\x3f\x29\xde\x66\x42\xe6\xfd\xc6\xb9\x03\x3b\x2d\x2f\x0c\xea\x32\x70\xa1\x55\x24\x8c\x85\xda\xfd\x06\xf0\x7e\x1a\xdc\x74\x06\x6e\xab\x6a\x94\xc3\xc5\x3c\x47\x99\xab\xc8\x4a\x73\x45\xb5\xdf\x22\x0b\x8e\x36\x16\x69\x91\x4c\x1a\x4b\xdc\x44\xe2\xc6\xb3\x20\x13\x37\x70\xef\x5b\xc6\xc9\x44\x36\x8c\x0e\x4e\x93\xb1\xda\x40\x75\x54\x4e\xa0\x8f\x51\x19\x06\x2b\x34\x83\xed\x8c\xcb\x68\xce\x03\x58\x12\x76\x31\x66\x91\xa5\x93\x34\xae\x0c\xeb\x02\x39\x9d\x57\x65\xf5\xb6\x35\xd0\xb1\xfa\x9d\xb5\x5d\xcb\x19\xb5\x8a\x48\xee\xfe\xfd\x46\xb0\x28\xcc\x6a\xb0\xeb\xd2\xee\x14\x66\x93\x74\x96\xb9\x29\x5a\xaa\xc9\xff\x81\xab\x96\x19\xf0\x3a\x23\x59\x58\xfb\x06\xaf\xa2\x30\x5d\x9e\x3d\xa0\x78\xa2\xbb\x53\x0e\x23\x68\x29\xdb\x2a\x07\x9d\x22\x7b\x9d\x2d\xe5\xfc\x98\xe7\xd2\x23\xa8\x47\x52\xcc\x17\xf2\xbf\x70\x84\xcb\x15\x6a\xd5\x2f\x0c\x08\x05\x1f\xa1\x8e\xb3\x3a\x13\xf7\x7b\x95\x93\xad\x82\x52\x48\x79\x9f\xeb\x72\xd4\x69\xfd\xc2\xb9\x98\x58\x9a\x1b\x03\x1a\x58\xb6\x75\x96\x5d\x0c\xbe\x7f\xbf\x51\xa8\xc5\x8e\x3b\x42\x96\x3b\x63\xac\xd0\x2f\x97\x85\x3b\xb4\x0c\x14\x45\x71\x53\x9c\xaa\xe2\x55\x48\xa3\x6c\xfe\x82\x87\xb1\xe7\x9d\xa7\x99\x90\x17\x2e\x05\xa3\x22\x3a\xf9\xce\x61\xa7\x7a\xd8\x34\xcf\xa2\xa6\x7d\xe1\xb9\x35\x2d\x52\xbb\x5d\x54\x5a\x37\x83\x51\x89\xc4\xf5\xa6\x7a\x29\x92\x7c\x96\xe5\x70\x84\xae\xeb\x6c\x81\xcf\x9b\x3b\x16\x20\x98\x6d\x88\x34\x44\x62\x89\xfc\x92\x86\xdc\x01\xc9\xcf\x36\x01\x3d\xd7\x3f\x1a\x3b\x6a\x55\xfe\xe0\xb5\xc0\xca\x50\xde\xbf\xdf\xf8\x08\xa7\x9c\xd4\xda\x86\x5a\x37\x10\xb5\x88\x3c\x60\x04\x28\x72\x7f\x91\xe6\xb2\x20\xe5\x6d\xbc\x52\xa3\x83\x6f\x3f\x9d\x9a\x6a\x41\x23\x7c\xae\x5d\x85\xa1\x96\x39\xf8\x16\xfc\xc9\xd2\x5a\xdb\x29\xb6\x74\x47\xe3\xbf\x8d\x57\x4d\xbc\xcb\x5c\xf5\x1e\x77\xba\x9d\x03\x98\x1c\xa4\x92\x44\x36\xed\xcc\xe6\x99\x58\x20\x5d\x3b\x4d\xd2\xce\xf7\xdc\x72\x39\x8e\xb3\xd9\x0d\xf8\x3d\x6a\x78\x21\x69\x9c\xf2\x50\x06\x59\x36\xa6\x8d\x97\x69\xd8\x01\x3c\x4e\x14\x3e\x47\x51\x32\x49\xd4\x75\xa6\x64\x8f\x7c\x52\x7b\xbe\xd6\x18\x0c\x33\x01\x9a\x7b\x1a\x14\x01\x5b\x3e\x7a\x04\x79\xf3\xf2\x93\xf5\xfb\x19\x01\xad\x99\x94\xca\x99\xaf\x5f\x1e\xbf\x78\x7b\xf6\x02\xbc\x89\x1a\x15\xd0\x79\x96\x19\xfb\xec\x6c\xae\x09\xd1\xb2\xa5\x62\x2e\x4b\x2d\x3e\x05\xc8\x9b\x4c\xc8\x79\x9a\xdc\xce\x1b\x87\x9d\x6e\xa7\x3b\x9b\xcb\x86\xa7\xcd\x96\xe1\xd1\x1e\xd2\x58\x29\x18\x86\xa9\x2a\xf1\x5f\x8a\xac\x51\x38\xa5\x6e\xc6\x57\x7c\xde\xe0\x9c\xcd\xe5\xe5\x22\x99\x4b\x6f\xd8\x82\xe1\x1a\xb6\x08\x9d\x3a\x91\x78\x09\xde\x47\x7d\x48\x95\x38\x77\x12\x73\xfd\xf2\xc7\x7c\xd8\x22\xbe\x45\xee\x1b\x8f\x93\xbb\x28\x9b\x7b\xaa\x85\x80\x0d\x5b\xc6\xd9\x29\x34\xf0\x3d\xef\x64\xf3\xd1\x7d\x91\x85\xf9\x7d\x50\x36\xdf\x17\x52\x8d\xdf\xbc\x13\x17\xd3\xc9\x20\x49\x35\x6f\x94\x0d\x5b\x7b\x9c\x86\xac\xe7\x87\xcf\xac\x8a\xad\xb6\x61\xf4\xc3\xbd\x3d\x12\xec\xb1\x61\xab\xcd\xe7\xa3\xfc\xfc\x42\x65\x96\xa9\xaa\xe6\xf3\xc7\x97\x96\x19\xec\xd9\x72\xe7\xe1\x05\xf1\x71\x4b\x18\xb6\xde\x24\x29\x38\xc6\xd6\x18\x83\xf6\xee\xff\x97\x6a\x6e\x6f\xd8\xf2\x1b\x57\x49\x9e\x14\x8d\x61\x6b\x2f\xd8\x1b\xb6\xac\x67\x17\x50\x58\x9a\xca\x3c\xd7\x9e\x54\x16\xc6\x79\x4b\x96\xee\x4f\x4d\x85\x42\x5e\x35\x64\x7a\x95\xcc\xb3\x14\x28\x0b\x55\x18\x0a\x42\x1b\xb8\x2f\x72\x21\x12\x7c\x0b\x03\x48\xe5\x68\x31\x69\x2c\xf1\x89\x94\xbc\x33\x6c\xad\x93\xc8\x6b\x72\x4e\x8a\x78\x9e\x2d\x1b\xa0\x63\xef\xdd\x78\x07\x07\x8f\x09\x81\x09\x0b\x38\x4b\xe5\xb2\x71\x26\x0b\x1a\x72\x76\xb7\x2e\x47\x5d\x70\x8f\xd3\x80\xdc\x49\xfc\xf5\xd5\xef\xde\xb0\x75\xcc\x67\xc5\x62\x2e\x87\x2d\x1a\x90\xb5\xb3\x03\xe9\x6c\x77\x21\x3f\xe7\x17\x2c\xf0\xd5\x7c\x71\xd6\xf5\xf9\xb3\xc0\x0c\x32\x57\x83\xcc\x3b\x5c\x08\x2f\x38\xe7\x17\xaa\xb8\x02\x21\xe2\xac\xe9\x0d\x5b\x96\xaa\x19\xb6\x18\x63\xfa\xa6\xb6\x04\xa9\xf4\x6a\xf5\xc3\xe4\x8e\xd0\x04\xc5\xaf\xe6\xeb\xa0\x32\xad\xa1\x34\x68\xcc\xd9\xfd\xff\xfb\xbc\x7f\xb4\xff\xcf\x37\xbe\x7f\x3b\x1c\x2e\xba\xdd\xe3\xee\x3e\xfc\x9e\x3c\xc2\x9f\x27\xf8\x79\x8a\x9f\xa7\xf8\x79\x70\x7a\xaa\x7e\x0e\x1f\x63\xe6\xc3\xc7\x27\xf8\x73\xaa\x3e\x7b\xa7\x90\x7a\xd0\xed\x1e\xef\xe3\xef\x09\xfc\x60\xe6\x83\xde\x13\x48\x3d\xee\xe2\xe7\xe9\x0b\xf5\x79\xd8\xed\xf6\xd4\xe7\xc9\x63\x28\x7b\xfa\x14\x53\x4f\x4f\x8e\xe1\xf3\xe4\x14\x3f\x4f\x4f\x4f\x2e\xfe\xff\x05\xee\x70\xb8\xdf\xe9\xee\x3f\x05\x68\x9e\x3f\x86\x66\xbb\x1a\x8a\x47\xd8\xec\xe1\x29\x36\xfb\xa0\x7b\xf1\x7f\xee\xdd\xa7\x09\x67\x9a\x6b\x62\x75\x61\x6b\x4c\x56\x3a\x4c\xbf\x2b\x8c\xa5\xe3\x2a\xde\x4e\xb8\xda\x2e\x92\xc8\x4b\x78\x27\xe4\x93\x89\x37\xe6\x94\x13\x82\x8b\xb5\xd9\xf5\x9d\x94\xef\x6e\x4a\x4f\xa5\xc4\xbc\x53\xc8\xbc\xf0\x6c\x74\x63\x0c\xf8\xdc\xec\xfa\xdf\x4d\xc0\xe4\x5f\x97\x97\x06\xc0\x7d\x1a\x52\x01\x0d\xab\xb3\xb5\xc9\x58\xd8\x6e\x77\x19\x63\x21\x48\xb7\xca\x56\xf2\x65\x52\x84\xb1\x61\x45\xc0\x8a\xc9\x65\x63\xd8\x32\xb5\x0d\x5b\x7d\x1d\x93\x83\xa3\xfe\x61\xab\x6f\x61\xd7\x09\x9a\x77\x3f\x6c\xf5\x93\xc8\x13\x95\x0e\x98\xb6\x4d\x64\x08\x3a\x70\xb3\x22\x7f\xae\xa5\x2b\x3e\x67\xbc\x4a\x2a\x76\x72\x75\x9e\x78\x5d\xfa\xb0\xdc\xd2\xc0\x8a\x6c\xd8\x6a\x32\xc6\xdb\xed\x61\x0b\xce\x4e\xfc\xf4\xb5\xda\x58\xdf\x0e\x83\xbb\x0b\xa4\x9b\x23\xc1\x18\x0b\x76\x2e\xcc\x60\xb5\x72\x06\xaf\x32\x49\x3b\xfa\xa5\x87\x4f\x8f\x2a\x0e\xde\xa1\x01\x26\xc0\x11\x7a\x60\x81\x53\x8d\x63\xdc\x43\x1d\xd7\x48\xf2\xb7\xfc\xad\x17\x10\x8c\x7e\x54\x8f\x5e\xad\x7a\xbf\x05\xeb\xcd\x39\x7e\x6e\xa0\xa4\x92\x46\x74\x44\xee\x40\x0e\x57\x1b\x5c\x76\x80\xbd\x3d\xc4\x9f\x07\xd0\x3c\x66\x34\x84\x08\x48\xe7\xc4\x96\xc8\x7c\xc6\x43\xc9\x24\xa6\x4c\x17\x79\xf1\x19\xdd\xa1\x29\x5c\x67\xa1\x6f\xc5\x7e\xea\x1b\x2a\xe1\x18\xa7\xc6\xc1\xb4\x92\xf3\x34\x29\x92\x5b\xf9\xf9\xe3\x6b\x16\x61\x14\xd2\x41\x2f\xa6\xb3\xe2\x06\x85\x08\x6c\xb4\x56\xbb\xee\x09\x03\xbb\xf5\x61\xcb\x5e\x83\x84\x22\x37\xe7\xd9\x22\x9f\xdc\x9c\xc9\xe2\x65\x9a\xca\xb9\xa2\x1d\x8d\x4f\x3e\x20\xb9\xcc\x87\x56\x51\x68\x24\x36\x57\xbe\x98\xcd\xe6\x32\xcf\xb5\x4a\xc1\x0b\xed\xfd\x55\xbf\xd6\x65\x93\xff\xb8\x11\x73\x10\x2f\xd9\x84\xe2\x66\x22\x87\xad\x4e\x3e\x9b\x24\x85\x37\x6c\x35\x86\x2d\x62\x29\x50\x33\xfa\x6a\x45\x9f\xa8\xe5\xa7\xce\x2a\x35\x13\x5d\xda\xec\x51\x4e\x15\x56\xa8\x50\xb3\x47\xd6\xc4\x3f\x3f\x1f\xb6\x70\x42\x8e\x63\x3e\xcf\x65\x31\x6c\x51\x13\xb3\x1f\x9a\xa8\x0b\x7a\x3e\x6c\x59\x31\x21\x64\x81\x2f\x9d\xa2\x88\x86\xd3\x6c\x0e\xf1\x91\xfa\xd5\xb1\xc5\xec\xc5\xe5\x22\xb9\x82\x78\xf5\xb5\x2f\xf1\xf3\xe2\x62\x2b\xb4\x48\xaa\xf0\xf3\xee\x85\x7f\x72\x1e\x18\xc0\x03\xda\x03\xc0\xcf\x7b\x17\x75\xd8\x87\xad\xb0\x3a\x72\xd0\x92\x98\xf3\xd1\xc8\x7e\xe5\x33\x39\x99\xc0\xd0\xc3\x27\xea\xbc\xb7\xb6\x03\x50\x19\xae\x03\x68\xb5\xba\xec\x6b\x00\x0c\x53\x35\x7a\x8b\x22\xfb\x28\xaf\xe4\x3c\xc7\x06\xe5\x35\xca\x22\x3f\x4a\x24\x17\xf3\x8f\x48\xaa\x09\x3d\x3c\xe1\x22\xb7\xc0\x81\x5b\xb7\xf9\x95\x3c\x9a\xcc\x62\xfe\x2f\x40\x55\x87\xa3\xc5\x27\x93\x6c\x79\xba\x98\x4c\xf0\x09\x8a\x06\xcf\x6f\xd2\xb0\xa1\x40\x3b\x55\x0d\x42\xe8\xfd\x84\xdf\x80\xd9\xf4\x3c\x9b\xe4\xd6\x6b\xa4\x90\x91\x9c\x37\x34\x77\x53\x98\xc0\xfb\x24\x54\x14\xcb\xcb\x54\x07\x4c\x3c\xbe\x9b\xa0\x6a\x02\x36\x74\x94\xcd\xa7\x6f\xb3\xbf\xf8\x24\x01\xde\xb6\x66\xaf\x4d\xb2\x6c\xd6\x48\xb3\x37\x99\x22\x4b\x1b\x69\x99\x9e\xcd\x64\xda\x98\x4d\xf8\x4d\xfe\x32\x35\x2c\x54\xf1\x2e\x9d\xdc\x34\x34\x39\x2b\x1a\x73\x1c\x49\x81\x16\x64\xea\x06\xcb\xa7\x13\x99\xe7\x8d\xa4\x90\xd3\x33\x15\xf7\x2f\xe3\xfd\xe1\x2f\x4e\x64\x88\xeb\x13\x26\xc6\x08\x67\xf4\x47\xa1\xa3\x51\x5f\x4a\x7d\xfc\xc2\x54\x1d\xd2\x66\x77\x73\xbd\x0d\x5b\xa1\xa5\x06\x87\x2d\x91\x2d\xd3\x49\xc6\x7f\xad\xc2\x07\x5b\x17\xb0\x5a\x04\x93\x1c\x6a\x9b\x67\x4b\x0c\xe4\xc9\xad\xc1\x7e\x75\xe4\xfd\x42\xdd\x8f\x76\xd4\x3d\xcf\x96\x67\x50\x87\xaa\xac\xe0\xf3\xe2\x97\x6a\x7b\xf8\xf3\x21\x57\x8b\x3d\xe3\xec\xfe\xf9\x70\xb8\xdf\xbf\xf0\xce\xf9\xfe\xed\x05\xb9\x3f\x2a\x69\x92\x19\xd0\x24\xfa\xa4\x51\xab\xbf\x53\x64\x9f\x67\x33\x53\xdd\x5a\xed\xc3\xa8\xab\xbe\x8f\xda\xa7\x0d\x3e\x49\x46\x40\xf3\xef\x07\x3c\x97\x80\x60\x7c\xce\x83\x24\xdc\x57\x78\xda\x30\x91\xfb\x79\x9c\x44\x45\x23\xe4\x33\x53\x30\x9c\x24\xb3\xfd\x19\x2f\x62\x0c\xcd\x15\xda\x82\x8a\xd4\x3e\x28\x16\xcc\xb2\x09\x4a\xf7\xb7\xc4\xed\x47\xf0\x0e\x47\xae\xd3\x66\xf3\x0c\xee\x91\xf8\x55\x5a\x79\x8a\x6c\x9a\xa4\xdc\x85\x4c\xa6\x20\x4e\x28\xf5\xf9\xd4\x05\x74\xb2\x9f\xcd\x78\x98\x14\x37\xf8\x01\x80\x44\x93\x2c\x13\xfb\x50\xa1\x0e\xdb\x3c\x59\x5a\xec\x47\xf0\xc6\x01\x86\xd5\xb4\x97\xa1\x7d\x2e\xbe\x2f\xb4\x96\xfd\x7e\x5e\xcc\x65\x11\xc6\xe6\xe3\x66\xa2\x33\xea\x8b\x1e\x7e\x2c\x71\x38\xc0\xeb\x1c\x98\xc2\xeb\x60\x56\xbe\x7c\xb3\x1f\x67\xf3\xe4\x36\x4b\x0b\x3e\xd9\x92\x78\xa5\x1d\x92\x37\x20\xd7\x3e\x17\x57\xfb\xd7\x3a\x8c\x5c\x88\xfd\x6b\x34\x5e\x76\x86\x06\x94\xcf\xe6\xfb\xea\x28\x87\x4f\x05\x42\x92\x8e\x74\x8f\xa7\xa0\xa9\xb7\x2f\x53\x61\x82\xd3\xc4\x06\x91\xff\x9a\x5d\xc9\x39\xcc\x2b\x3c\x29\xa4\xe6\xc9\xc6\x14\x71\x12\x8e\x53\xb5\x7d\xcc\x78\x92\x16\xfb\xda\xb4\x93\xa7\x59\x2e\xf7\x7b\x0d\xf0\xe8\xac\x6a\xbf\x02\x8e\x99\x85\x09\xa6\x38\x2d\x1a\x79\xcc\x67\x2e\xa8\x79\x91\xcd\x34\x5c\x10\x34\x13\xa1\x6e\xf3\x63\xa9\xcd\x19\x4b\x30\xaa\xd1\x25\x2c\x79\x31\xcf\xc6\x72\x5f\xf0\x3c\xe6\xf3\x39\xbf\x71\x23\xb2\x28\xca\x65\x61\x62\x54\x27\x42\x3e\x73\x3f\xbf\x67\x49\x6a\xbe\xa7\x49\xa1\x3a\x3a\x4d\x6c\x01\x07\x22\xf5\x89\x1e\xf2\x0a\x79\x5d\xec\xf3\x34\x8c\xd5\x35\x5a\x85\xd5\x65\x1f\x29\x0a\xfc\x2e\x7b\x08\x3c\x93\xea\x60\x96\x51\x65\x0f\x16\x69\xa2\xee\xf9\xfb\x41\x22\x12\xfb\x01\x2f\x9d\xab\xaf\x22\xdf\x9f\xa9\x51\x9d\x36\xae\xf6\xb9\x3a\xd9\x02\x59\x24\x61\xe3\x6a\xdf\x88\x39\xaf\xf6\x13\x21\xb3\xd1\x9c\xcf\x62\x88\x9f\xf2\x22\x96\x53\x8e\xa8\x73\x05\x4c\x97\x7d\xb4\xc7\x69\x28\x8c\x02\x3c\xba\xc1\xa0\x45\x23\xf7\xeb\xa6\xb1\xcc\xe6\xc2\xa2\xd0\x72\x9e\x00\x06\x4d\x33\x21\x1b\xd7\xd3\x49\x9a\xf7\xaf\x27\x49\x3a\x6e\x5c\xeb\x05\xff\x2b\x47\x88\x26\x46\x3a\x73\x09\x1e\x09\xbd\x8c\xd3\x61\x3a\xe3\x64\x1b\x69\xb2\x71\x1c\x43\x73\x7d\x1e\x16\x0b\x75\xec\xe9\xaf\x79\x38\xcf\x26\xe6\xcb\x09\xe6\x71\xb6\xd4\x41\xf0\xfd\x60\xc2\x37\xbf\x76\xd6\x6d\x01\x74\x17\x98\x48\x85\xf5\xef\xdf\x5f\x2e\x97\x9d\xe5\x21\xf0\x80\x7a\x4f\x9f\x3e\xbd\x0f\x2d\x0e\x5b\x95\x9d\xff\x7a\x3a\xe9\xab\xdd\x0a\xb6\x7e\xf5\x31\xe1\xe9\xc8\x7e\x00\xe5\xbd\xeb\x2c\xf8\x0f\x41\xfa\xfb\xcd\x6b\x05\xd6\x93\xfb\xa9\x21\xf1\x6b\xa0\x15\x3c\x78\x99\x0a\x79\x8d\x84\xe8\x3c\xcb\xf3\x77\x80\x08\xbf\x74\x36\xf5\x7e\x85\x1c\x38\xe9\xc0\x90\xfc\x31\x97\x91\x2e\xa8\x27\x55\xc5\x0c\x5b\x58\x89\x99\xe7\x18\xe3\x7e\x3e\xba\x8a\x02\x87\x0e\xe4\xf3\x10\x0b\x98\x92\x5c\x5f\x63\x91\x80\x9e\x1e\xe9\xcf\xff\xac\x3b\x5d\xda\xec\x62\x77\xec\xa1\x7a\xe9\xdc\x35\xd5\x2c\x49\x76\x52\xd7\xc3\x0a\xc8\x40\x4d\x54\x5f\xd5\x01\xa7\x74\xc4\xf4\x45\x52\x0e\xd4\xdd\x1c\x5d\xf2\xf5\xc5\xa0\xd9\xeb\x37\xbd\x03\xcb\xaa\x22\xea\xc2\x9a\xc1\x85\x37\x38\xef\x5e\xa8\x2b\xf0\x3b\xfb\xa5\xd2\x52\xfd\xd5\x83\xb4\xb7\xf6\x0b\x2a\xea\xfa\xd1\x6a\xe5\xa5\xdc\x53\xc0\x49\x2a\x48\xbb\xed\x85\xd0\x30\xa1\x62\xb5\xd2\x97\x62\x39\x98\x70\x2f\x50\x69\x3a\x22\x1c\xf0\x0d\xae\x75\x40\xfa\xbc\xca\x10\x0f\xe8\xb0\x35\x6c\xed\x85\x84\xf4\x65\xfd\x9a\x38\xe0\xe7\xb2\x72\x47\xbc\x60\xb6\xee\x43\xdb\x5d\x05\xa3\xaa\xa3\x1f\xf6\xbd\x80\xc9\xea\x2d\x94\x8a\x7a\x0c\x20\x2d\xfd\x31\x8c\x9e\xd4\x75\xd3\x90\x41\x43\x78\xf7\x95\xed\x76\x13\x58\x20\x03\x68\x0f\x01\xa7\x62\x50\xed\xd2\xdb\x33\x4f\xa8\x79\xdc\xd2\xd5\x90\x10\x62\xd8\x84\x73\xce\x38\xef\x7c\xfb\x76\xf6\xe2\xf8\xe3\x8b\x4f\xdf\x5e\xbe\xfd\xf4\xe2\xe3\xdb\xa3\xd7\x67\xdf\x4e\xde\x7d\x7b\xfb\xee\xd3\xb7\xcf\x67\x2f\xbe\xbd\xfb\xf8\xed\xeb\xbb\xcf\xdf\xbe\xbc\x7c\xfd\xfa\xdb\xf3\x17\xdf\x4e\x5f\x7e\x7c\x71\x42\x73\xce\x1e\x75\x7b\xdd\x43\x5a\x60\xe0\x11\x5d\x60\xe0\x31\x5d\x62\xe0\x09\xbd\x86\x40\xef\x01\xbd\xc1\x98\xa7\xf4\x16\x63\xba\xf4\x08\x03\x07\xf4\x39\x06\x0e\xe9\x31\x04\x0e\xba\xf4\x04\x63\x1e\xd2\x17\x18\x78\x44\x4f\x31\xa9\x47\x7f\xc7\xc0\x13\xfa\x07\x06\x9e\xd2\x97\x10\x38\xec\xd2\x3f\x31\xd0\xf3\x87\x69\x12\x79\x2e\xe3\xa7\xe4\x8b\xe0\x1b\x8d\xed\x36\xfe\xaa\x95\x83\x38\xfe\x82\x95\x31\x7e\xce\xd9\x0b\xc3\x66\xef\x18\x31\x68\x8b\xf8\x85\x1b\x0f\x2e\x38\x26\x2a\x7a\xe1\x46\x47\x73\x3e\x32\xf9\x97\x6e\x02\x72\xf3\xbf\xa9\xf3\x46\xa5\x5d\x57\xea\x42\x8a\x10\xb8\xf3\x37\xb5\x84\xab\x44\x60\xc2\xad\x9b\x00\x77\xda\x6b\x68\xe5\xa8\xd2\x7c\x36\x5f\xf2\xb9\xf8\x06\x7b\x06\xf1\x9f\x57\x20\x58\xe4\x33\x78\xac\xac\x45\xfc\xe3\x6d\x09\xdf\x26\x49\x0e\x55\x9e\xb8\xa9\x53\x39\xcd\x54\xe4\x0b\x37\x72\xc2\x6f\x6f\x54\xe4\xa9\x1b\x19\x4c\x32\x75\x83\x26\xbe\x53\x35\xde\xc6\x88\xff\xbb\x9b\x31\x9b\xf1\xcb\x85\xec\x24\x42\xa5\xfc\xe1\xa6\x08\x19\x2c\x46\xdf\x8a\x39\x0f\xa5\x1d\xaa\x97\x95\xa2\x51\x84\x8a\x0a\x2a\xe5\xcf\x0a\x48\xe0\xc9\xe5\x9b\x16\x10\xb7\x0c\x7a\xbf\xe2\xec\x97\x50\x01\x3d\x4e\x64\xf3\xf2\x72\xf1\xda\x30\x3c\xf5\x1a\xe5\xb0\x79\x01\xf3\x14\xf6\x25\xa3\x7d\x6a\x38\x9a\xb0\x19\x72\xf6\x8a\xb7\xdb\xfc\xfc\x15\xbf\x58\xad\xf8\xf9\xb0\xf5\xdf\xff\x6d\x6a\x1e\xb6\x2e\x2c\x1f\x70\x1b\x40\x7c\xc0\x61\x43\x05\x36\xd2\x1b\x5e\x02\xf2\xd6\x00\x02\xfa\x11\x6a\xe1\xbf\xe1\xa4\x98\xdf\xdc\xb9\xc2\x07\xe2\xaf\x43\x0e\x1c\x3c\x73\xb6\x86\x9d\xbc\xe0\xe1\xb8\x53\xcc\x93\xa9\x47\x3a\x53\x48\xbd\x3f\x1c\xa6\x5e\xe3\xff\x78\xbc\x68\x90\x01\xb9\x4f\xfc\x37\x9c\x05\xed\xb6\xda\x63\x55\xf7\x86\xad\xb5\x01\x71\xa8\x2e\x4f\x7b\x6f\xf8\x1e\x07\x80\xde\x71\xd6\xec\xb9\xc7\xc4\x7b\x2d\x98\x00\x41\xc8\x6a\xf5\xce\x8c\x83\xaa\xc4\x57\xb9\xbb\x70\x32\x84\x0c\xe0\xeb\xcc\xe6\x72\xc6\xe7\x12\x5e\xf5\xfa\xa4\xe6\xd7\xdf\x11\xcf\xb0\x97\xbe\xea\x60\x12\x79\x01\x51\x7f\x98\x3d\xdb\x48\xbd\xd7\x54\xf3\xb3\x91\x0b\x5a\x1e\x51\x25\x83\x1b\x98\x28\xd9\x4c\x5d\x7b\xef\x72\x59\xf4\x77\xd7\xb5\x26\xb4\x9c\xe2\x72\x66\x3e\xca\x48\xdd\xe9\xdb\x6d\x1d\xe8\x58\x0f\x13\xe4\x4e\x81\xb9\x11\xed\x05\xf4\xfc\x82\xe8\x09\x19\xe3\x84\x08\x36\x5e\x6f\x66\xe4\xf4\xfc\x82\x06\x64\x2d\x27\xb9\x84\xba\x02\x64\xa1\x3b\x85\x55\x41\xcd\x58\x77\x3a\xe5\x14\xd9\x8a\x06\xa6\xa0\x47\xd6\x65\x4c\x12\x79\xe3\x76\x5b\xa8\xb3\x15\x25\xd6\x6e\x2f\xc7\x88\x2f\xa5\x48\x50\x32\x1d\x65\x09\x4c\xc0\x09\x42\x87\x69\xc4\xc4\xf6\xa4\x11\x33\xfe\x4b\xf7\x7b\x34\x66\x91\xfd\xf0\x7b\xcf\xd8\xa8\xdd\xee\x3e\x63\x71\xbb\x2d\xcf\x47\x17\x4d\xc6\xa2\xf3\xf8\xc2\x27\xf1\xfe\x3e\x48\xb5\x9c\x1c\xfe\x68\x7f\x9f\xc6\xfb\xfb\x6a\xee\x9d\xbc\xd0\x81\x5e\x93\xb1\xd1\x6a\xa5\x7e\x62\x72\x27\xb2\x46\x12\x79\x3a\x3b\xed\xfe\x16\xaf\x56\x6e\x81\x2a\x32\xab\x14\x4b\x70\x0e\x5b\x0d\x5e\x34\x14\x89\x04\x24\x95\xfa\x80\x4d\x3b\x4e\x26\xd2\x2b\x41\x21\xeb\x60\x2e\xf9\x78\xbd\x5e\x83\xaf\xb2\xc9\xcd\x1d\xac\x04\xba\x0b\x7b\x43\xbd\x80\x3c\xce\xf8\x80\xbb\xce\x8b\x56\x2b\xde\x51\xd4\x2a\x9c\xd7\x64\x00\xab\x1a\xc2\x2e\xa3\xff\x03\xac\x75\xcd\x8c\xe7\x9d\x82\x8f\x34\x2f\xde\xf2\xd9\x55\x39\x64\xd2\x23\xa7\xbd\xf7\xc8\x49\x19\xb6\x5e\xeb\x9d\x19\xd3\x0e\x2b\x69\x67\xce\x09\x80\xe9\x4f\xb7\xa6\xbf\xd6\xe7\x00\xe4\xe9\xa2\xd8\xe4\x00\x7f\x7a\x16\x0e\xce\xde\x1b\x48\x14\xc9\x4a\xb9\xae\xb2\xb7\x25\x43\x07\x6f\x8f\x6e\xbe\x83\x83\x6d\xf9\xbe\x6d\x66\xdc\x56\x9f\x22\x5a\x69\x5d\x64\x02\x43\xe9\x8e\xe5\xc7\xea\x06\x5e\xdd\xa8\x77\x92\x08\x36\xdb\xd6\xc9\x43\x32\x13\x4b\x6f\x2e\xa1\xb2\xac\x11\x47\x71\x3d\x7d\x0b\x6e\xa1\x3c\xb5\x24\x02\x76\xb0\x28\x93\xde\x6b\xa2\x02\x13\xae\x9d\x04\x4b\x21\x60\xd2\xb2\x4c\x3a\x03\xc2\xe2\x0d\x1c\x96\x98\xf8\xdc\x49\xb4\x33\x8e\x49\xc7\x9b\x49\x38\xd9\x6b\xe8\xd1\xe6\xd6\xc7\x89\xc5\xc5\x7b\xf7\x30\x4e\xf7\xe8\xd6\x54\xe5\xd5\x06\x6a\xd8\x3a\xb6\xd4\xc9\xde\xb0\xd5\x39\xce\xd2\x7c\x31\x2d\x61\xbf\x71\x0a\x7e\xd3\x84\xcc\x8f\x6b\x78\x6f\xc9\x20\xac\xe1\x88\xf7\xcb\xeb\xa3\xc2\x17\x3f\x60\x41\xb5\x8a\x40\xcf\x16\x9c\x46\xc3\x74\xfb\x94\xaa\x6d\x0b\x6e\x18\x83\x61\xeb\x14\x29\xa7\x8f\x52\x8d\x03\xa8\x14\x10\x20\xad\xcb\x78\xbb\x22\x4e\x4c\x07\x00\xc3\xdc\xb5\x78\x5a\x4d\xd1\xd8\xac\x13\x5f\xf0\xbe\x82\xf8\xdb\x8c\xdf\x4c\x32\x2e\x40\x60\xf8\x2d\x49\x93\x02\x8e\x3a\xa7\x9c\x17\x10\x52\x1e\xe6\xeb\xb5\x83\xb6\xa5\xdc\xec\xcc\xdd\x28\xec\x64\xdd\x6d\x48\x32\x75\x44\x0a\x4f\x94\x97\xdf\x66\xa6\xad\x4c\x54\xe3\xb2\xf9\x76\xa4\x8a\x76\xfd\x6d\x5d\x6f\x16\xa0\x4f\xdc\xbd\xd6\x2b\x88\xfc\x72\x27\xec\xa4\x99\x40\x87\x9f\xea\xec\x01\xfb\x2c\xc0\xb2\xda\xa5\xb4\xdd\xf6\x34\x8f\x3d\xc8\xae\x21\x03\x88\x38\xe7\x5c\x24\x19\x7e\x56\x74\x23\x3e\x3b\x4d\x42\xf3\x03\x87\x43\xdf\xb7\x82\x1c\x1a\x1a\x99\xf7\x48\x16\xce\x35\xd6\x58\xd9\x65\x73\x8f\x77\x1c\xa7\x51\x0e\xe5\x10\x10\x2a\x18\xdc\xaf\xf8\x79\x70\xe1\x03\xad\xb3\x79\x19\x56\x7d\x72\x06\xac\xa4\x0d\x43\x95\xb2\x6d\x93\x09\x15\x28\xbb\x13\x73\x59\x98\xbb\x37\xe4\xa4\x11\x83\x48\x7f\x3b\xad\xa3\xae\xeb\x77\x61\x96\x46\xc9\x68\x31\xe7\xc1\x44\xf6\x9b\x5d\x3a\xaa\x52\x3a\x7a\x12\x25\x12\x12\x45\x9c\xe4\x64\x4d\x2b\xd4\x10\x57\x14\x03\xf6\xd5\x8f\xca\x6c\x94\x93\xf5\x9a\xfc\xa8\x65\x99\xaa\xe5\x0d\xed\x86\x9d\xf2\x63\x6d\xc4\xde\x77\x23\x89\x52\xce\x2d\xf0\x08\x00\xa2\x96\xea\x40\xb2\xa6\x79\x91\xcd\xd4\xd1\x3a\x4e\xd2\x91\x5b\x01\xef\x7c\x83\xf9\x85\x34\x39\x67\xc3\x14\x76\x66\x7c\x57\xb0\xa1\xa6\x6b\xbd\x76\xd0\xf3\x2f\xc0\x95\x5a\xa1\xd5\xca\xab\x57\x03\x38\x45\xca\x72\x5f\xcc\x21\xd2\xe4\xa5\xe0\xdc\x60\x79\xa5\x28\x60\x47\x50\xca\xda\x91\xfa\x0d\x3a\xa6\xf7\x1e\x0a\x34\xb0\x67\x3e\x6f\xb7\x3d\xa1\xb1\x96\x77\x34\xd6\x0e\x86\xad\x62\xae\x50\xb6\x3f\x6c\x81\x92\xdf\xb0\xd5\xe7\x1d\x6d\x31\xc1\x99\xf0\xcd\x52\x6c\xaa\xcb\xbf\x17\x74\xcc\xd8\x79\x9c\xa8\x33\xb1\xef\x4a\xd6\xff\xc6\x1e\xab\x7b\x8b\xb7\x03\x3f\x8d\xe2\xce\xc0\x04\xfa\x48\x7c\x13\x3c\xe0\xb6\xaa\x16\x54\x8f\x51\x67\xeb\xe2\x1d\x0e\x26\x41\x5a\xfd\x47\x9d\x98\x41\x26\x6e\xf4\x4e\x16\x94\x72\x1a\x8c\x76\x17\xf2\x57\x7d\x97\x30\x43\xa6\x87\xc3\x74\x77\xea\xdd\xad\x15\xa2\x55\x85\xe4\x1a\x56\xea\xca\xd1\x4d\xdc\x95\xfb\xa1\x6b\xeb\x23\x8b\x2a\x1c\x84\x7d\xde\xf9\xb6\x9c\xf3\xd9\x4c\xce\xd1\x99\xaa\x7e\x48\x5b\x57\xbc\x76\xa6\xff\x9f\x0a\x64\x48\x48\x04\x1d\xb7\x49\xe4\xc1\x54\xe3\xa8\xd0\xfc\x30\xdb\x95\x81\x0d\x95\x59\x75\x73\x7e\xc8\xce\xb8\x67\xf2\x03\xe4\x03\xfd\xdb\x0f\x89\x5f\x83\x95\xdd\x55\x81\xed\x0b\xaa\x23\x70\x00\x42\xaa\xc5\xb7\x13\x29\xfa\xf5\xcd\x14\xb6\xe5\xda\x8e\x8a\xbc\xab\x1a\xb8\xfd\x0a\x38\xce\x32\xba\xa7\xc7\x23\x70\x66\x49\xe7\x6d\xb7\x81\x73\xe8\x0a\x49\x03\x60\x96\x3a\x13\xcd\x03\x2c\xae\xab\xd1\x6b\xe4\x8c\x7b\xba\x25\xb5\xdd\x22\x44\xa5\x72\x4a\x48\x00\x19\xcd\x09\xc6\x18\x43\x25\x18\xe0\x80\xa9\x3d\x54\x9f\x24\x50\x81\xc2\x3a\x08\xa8\x72\x3a\x88\x5b\x49\x08\x17\xa6\x86\x4d\xd6\xb1\xed\xb6\x57\xcd\x46\x7c\x6d\x8e\xa4\x28\xbc\x45\x30\x4d\xf0\xa4\x12\x30\x6c\x12\x54\x1d\x10\x84\x4d\x8e\x9d\x3d\x71\xcc\xce\xb7\x0e\xea\x87\x45\x99\x65\x10\xc0\x58\x68\xf6\x1e\xe9\x6f\xc9\xea\xa2\xd4\xb0\x45\xda\x6d\xb7\x08\x0c\x9a\x9b\x83\x10\xdf\xe0\xa7\x9e\x81\x76\xdb\x4c\x63\x15\xe3\xa0\xcf\xd5\x28\xd6\x6c\xd6\x73\x55\x26\x2e\x0c\x90\x29\x0c\x23\xff\x83\x5e\x29\xca\xeb\x67\xfd\x30\xf7\xe1\x72\xa2\x9b\xce\x58\x37\x19\x83\x0b\xaa\x1e\xeb\x26\x0c\x3d\xae\x64\x45\xaa\xe1\x5c\x99\x9e\x99\x6f\xa3\xe2\xe4\x07\xfa\xdc\xd8\xbe\xc0\x01\x02\x3f\x5c\xad\x02\x17\x63\x2c\x02\x04\x6a\xb5\xb9\xc0\xb2\x60\x1d\x32\x24\xfc\x7d\x4d\x2b\x22\xc2\xa4\xe8\x0b\x40\xcd\xf4\x96\x91\xfc\xf1\xf6\xb2\xa5\xa6\xb0\x32\xd6\x81\x3b\xd6\x25\xe2\x37\x81\x1a\x52\xbb\x7a\x27\x5b\xa6\x72\x6e\x2d\x5d\x9a\xea\x6e\x83\x53\x1f\x0e\x6a\x1d\xf8\xe9\x68\xf4\xab\x05\xaa\xeb\x62\xb3\xaa\xd0\xd9\x1b\x45\x50\x92\x5f\x78\xa6\xf1\x8e\x71\xe0\x6d\x85\x12\x9c\xba\xc7\x3a\xce\x9a\x3a\xfb\x82\x3d\xc6\x89\x25\x11\x1a\x41\x59\xad\xd4\x7b\x04\x67\x53\xef\xce\x3e\xf2\x81\x18\xb0\x56\x9b\x06\x30\x84\x44\xe0\x05\xd6\xd4\x84\x10\x6e\xc3\x2c\xb0\xa7\xa4\x3b\xa8\x51\x50\x4a\x35\x14\x41\xaa\x1f\x47\x86\xca\xd4\x76\x76\xb7\xf6\x4b\xbe\x47\xd7\x97\xcf\x42\xa3\x5e\x2b\xf7\xf6\x48\x70\x3e\x6c\xdd\x53\xdd\x3f\x97\x17\xa0\xac\xa8\xf2\x86\xac\xeb\x87\xcf\xb8\xab\xeb\x2c\xd9\x16\xf4\xbf\x07\xe4\x63\x78\x61\xb6\x38\x08\x1b\x35\x91\x26\xb0\xf3\xbd\x4a\x1c\x93\x84\x4a\xe0\xd3\x60\xbc\x9e\x86\x33\x93\xdc\xec\x6a\xee\x4f\x88\x93\x72\xc6\xbd\x90\xf8\x01\x9c\x39\x00\x19\xf6\x80\xbb\x3d\x50\xb8\xc4\xcf\xa5\x06\x42\x6d\x9d\xe4\x0e\xbe\xf3\xb2\x56\x1f\x5b\x94\x5b\x5b\x34\x5b\x9a\x59\x78\xab\x15\xe6\xd4\x5a\x41\xab\x95\x17\x30\x15\x43\x6c\x0e\x35\xcb\x6e\xf5\xa4\x72\xe6\x8f\x02\xcb\x3f\xb4\xbb\xd4\x76\x4d\xb9\x9a\x92\xf5\xd3\x1e\x21\x75\xca\xa0\x72\xde\x6f\x23\x08\x2c\x1e\xfd\x74\x41\xb8\xa7\x7f\x1c\x54\xe9\x12\x34\x09\xb5\x1c\x85\x90\xdc\x21\xb5\xa2\x1f\x4f\x08\x6a\xa4\x81\x7b\x86\x39\xfd\xac\xf7\xe7\x80\x00\x4e\x57\xfd\xc1\x86\x04\xa9\x4e\xaf\xf7\x1b\x33\xa8\x48\xea\x25\x0f\x09\xf1\x43\x16\x9e\x77\x2f\xd6\x01\x0b\xd7\x7a\xfb\x57\xe3\xae\x37\xa7\x90\x05\xeb\x5d\x04\x04\x8e\x0f\xe0\x4e\x65\x62\x92\x4a\xa7\xab\x67\xf3\xe6\xa1\xa3\x4f\xff\x10\x64\x71\x5a\x12\x15\x36\xed\xee\xea\x1c\xaf\x21\xa1\xdb\xe8\xa7\x76\x7b\x63\x07\xda\xb2\xf9\x84\xc4\xb4\x24\x76\xec\x4c\xc2\x99\xb7\xef\x41\xe5\x2e\xaa\xfd\x11\xc9\xb4\xf0\x71\xe3\xdf\x3d\xfb\x48\x4f\x20\xf6\x3a\x78\x5c\x9e\x10\xc0\x0c\x1f\x07\xec\x2e\x2e\xa6\x93\xfe\x6e\x79\xae\x4a\x1e\xb6\xe8\x94\x17\xf1\xee\x7c\x4f\xee\xbf\xe1\x45\x0c\x7f\xde\xbc\x1e\xb6\x68\x7e\x35\xda\x9a\xf5\xa0\xdb\xed\xde\xcf\xaf\x46\xc3\xd6\xda\x65\xc1\x4f\x02\x97\x59\x68\x2f\xff\x90\xd1\x5e\xd2\x7f\x54\x9b\x51\x7c\x56\x50\xfe\xb0\xc8\x26\xac\x1b\xcc\x80\x1f\x0f\x84\x43\x42\x4e\x35\x7e\x39\xd7\x08\x2d\x5c\xf9\x71\x15\x6a\xe6\x06\x93\xc0\x0b\xc8\x4f\xc6\x88\x69\xed\xea\x28\x9b\xcb\x64\x94\xbe\x2b\x99\x5a\xc1\xe0\x67\x8d\xf4\xb9\x96\x1b\xa5\x01\xcd\x1c\xb1\x83\x55\x33\xdb\x71\x93\x7a\x73\x76\x34\x9b\xb5\xdb\xf0\xd3\x91\xd7\x32\xfc\x9c\xe6\x3c\x92\xaf\xb3\x90\x4f\x8c\x95\xf6\xc0\xd6\xa6\x15\x9e\xc9\xdd\x0f\xf3\x7b\x9b\xd7\x65\x6e\x8b\xae\xc9\xba\xcf\xd7\x8e\xcc\x5f\xef\xa5\x48\x51\x80\x70\xf9\xf3\xc7\x97\x4d\xc6\xc6\x41\x27\xbf\x1a\xa9\xe1\xb5\x4a\xc5\x2a\xd8\xe0\x84\x77\x6c\x0c\x0b\x80\xea\xbd\x4b\x03\x96\x06\xab\xd5\x76\x83\x0e\x45\xc9\x25\x57\x6a\x5b\x49\x03\xa7\xe8\xb0\xf5\x2c\xbf\x1a\xfd\x36\x6c\xed\xe9\x8d\xe2\x5d\xe4\x11\xc7\xb7\xca\xde\xb0\xf5\xec\x3e\xe6\x80\xc3\x49\x35\xd1\x89\x92\x79\x8e\xaf\x7d\xf8\xdc\xfd\x20\x86\xaa\x86\x4f\xcf\x4d\x23\x28\x25\x08\x6a\xd9\xd5\x42\x4e\x05\x66\x77\xd3\x80\x6b\xe1\x2c\x96\x59\x79\xde\xd8\xcd\xad\xd2\x74\x12\x79\x61\xbb\x1d\xc2\x06\x31\xe1\x3a\xb6\xdd\x3e\x04\x5b\x83\x34\x13\xf0\xa4\x09\xb9\xc3\xb0\x26\x0f\xcd\xa1\xb8\xae\xec\x32\x2c\xd0\x48\x74\x19\xb0\x3b\x9e\x26\x53\xd0\xa3\x7a\x09\x72\x40\x78\x75\x61\x91\x16\xfd\x66\x97\xa2\xff\x3d\x78\x19\xe2\xdd\xa2\xc8\x65\x3d\xf2\x6c\x92\x84\xb2\x16\xf7\x25\x11\x45\x8c\x71\xd7\xa7\x13\x79\xed\x04\x7f\x9f\x67\x8b\x99\xfe\x7e\x37\x17\x49\xca\x27\x36\x2a\xcc\x26\x8b\x69\xd9\x32\x7e\xe6\x2a\x18\xe9\x4a\xac\x6f\x36\x1d\x7e\x0f\xca\x5d\x57\xd2\x7c\x9f\xc5\xf3\x24\x1d\x9b\xaf\xb7\x72\xc4\xdd\xd4\x77\xe0\x5c\xb3\xd9\xa5\xa3\x79\x22\x8e\xe6\x92\x9b\xf0\x47\xac\x51\x07\x5f\xa4\xc2\xf9\x3a\x9b\xf1\xd4\xfd\x2c\xf8\xbc\x30\xdf\xc7\x00\x61\xf5\xcb\x29\x8d\x11\x6e\x05\x3a\xc6\xd4\x11\x65\x69\xf1\x05\x3d\x8e\x36\xbb\x74\x92\xa4\xf2\x78\xc2\xa7\x33\xf3\xf1\x87\x4d\xd2\xea\x70\x10\x34\x9d\xc8\xe6\xb3\x98\xe3\xf0\x14\x3c\x80\x37\x11\x9b\x5d\xba\x4c\x44\xb6\x84\xc8\x5b\x50\x2d\x82\x50\x96\x4d\xa1\xb9\x64\x32\x79\x57\xd6\x34\x4c\x41\x0d\xd3\x89\xc9\x8b\x6c\x56\xf9\x9c\x67\x63\x79\x62\xd4\xfb\xaa\x51\xa8\xe0\x57\xc6\xbd\xb1\x3a\x7c\x65\xdc\x46\x5d\x06\x31\xd6\x74\x1e\xb0\xf3\x61\xeb\x8b\x0c\xc6\x09\xaa\xea\x4f\x51\xe3\xf7\x4d\x76\x0b\xbf\xef\x86\xad\x0b\xdf\x75\xa5\x7c\x19\x6c\x57\x1b\x9b\x07\x9b\xd1\x78\xf7\xdf\x53\xf4\x36\x9f\x1f\x15\x5e\x97\x54\x75\x6e\xf7\x78\x27\x5f\x04\xc8\x4e\xf6\x7a\xc4\xbf\x0c\xce\x83\x0b\x76\x19\x9c\xf3\x8b\xb5\xa2\xf7\xed\x7a\xcc\xed\x2d\xa7\x72\x10\x00\xc3\xd7\xb2\xaf\x2b\x16\x2d\xfa\xa6\x1f\x20\xc7\x25\x04\x7d\xa1\xf2\x6e\x54\xe6\xeb\x22\xdf\xf8\x72\x83\x14\xe7\xa4\xdd\x06\x48\x06\xc0\xf9\xdf\x0b\x88\x16\x8e\xf7\x83\xbd\x61\x6b\x76\x5d\x15\xc5\x15\xf6\x1e\xc2\xd1\xff\x9e\xbd\x20\x84\x8d\x24\x6d\xa0\x60\xba\xde\x44\x68\x6f\xb7\x68\xa3\x64\x6c\xc2\x87\xad\xfd\xfd\x61\x8b\x50\xc9\xf2\xc0\x0b\x69\x70\x1e\x5e\x50\x41\xfc\x61\x2b\x9a\x64\x1c\x0f\x27\x43\x42\x85\x79\x7e\x8a\x91\xc4\xd7\x3a\x3d\x65\xf5\x54\x92\xbe\xba\x13\x30\xb9\x06\x4a\x64\x11\xa8\x5b\xd2\x54\xa6\x8b\xa4\x90\x53\x98\xfe\x3b\xae\x97\x5f\xc0\x73\xdc\x3d\xe6\x7a\xc9\xab\x1f\x39\x0d\x24\xac\xa2\x18\x62\x93\xe9\x08\x7e\xd2\xd9\x02\x90\x6b\x2c\x6f\x46\x32\xd5\xab\x04\x56\xfb\x54\x16\x50\x1b\x38\x02\x02\x74\xc3\x77\x22\xd4\xda\x98\xf3\x10\xf2\x2c\xa1\x89\xea\x7e\x7b\x55\xd9\x6f\x93\xc8\x5b\xa8\x91\xd7\x6a\x59\x4d\x87\x6c\x46\x91\xda\x8f\xe8\xff\x1a\xd9\xdb\x3b\x7c\x4c\x39\xd2\xcc\x3f\x2b\xe9\xde\x2e\xec\x65\xb1\x5a\xdb\xa3\x2e\x56\xd5\xdc\x2a\xff\xda\x59\xb5\x22\x30\xbe\x7d\x43\xa2\x41\x61\xc3\xaf\x02\xff\x48\xdd\x5e\xd6\x0e\x58\x80\x5a\xaa\xb6\x4d\xd5\x12\x9d\x58\xaf\x41\xdd\x17\x2a\x14\xfb\xb2\x1c\xea\xfd\x1e\x9c\x5f\x0e\xda\x0d\x5b\xc4\x8a\xc1\x37\x25\x96\x41\x27\xc9\xeb\xb2\xca\x61\x8b\xa7\x69\xa6\xd5\xb5\xaf\x81\x2a\xd2\xf1\x15\x05\xf6\x32\x5a\x2b\x99\x87\xdb\xa2\xf6\x41\x8f\x71\x33\x7a\x31\x4f\xb6\x45\xc3\x3b\x47\xc5\xb6\x94\x14\xac\x8a\x4c\xfc\x34\xc9\xf3\x24\x1d\xed\x83\x7e\x79\x69\xca\xd7\xab\x9b\xd1\x75\x1d\xc2\xf3\x3a\xd0\x0c\xf1\x0e\xba\x4c\x58\xad\x78\x27\x9f\x87\x96\x5f\x8d\xd6\xac\x3e\xef\x84\xd9\x7c\x2e\xf3\x59\x96\x8a\x24\x1d\x7d\xce\x0d\xfd\xa3\xee\x01\x6c\x67\xaa\xbd\x93\x1e\xc2\x0c\x18\x82\x61\xc0\xb5\x67\x86\xb7\x99\x90\x7d\xd4\xa5\xb9\xc1\xab\x3a\xbd\xd5\xbf\x47\xfa\xea\xee\x4c\xe9\xf3\x40\x8b\x1d\x38\x3b\x56\x41\xcd\x0b\x2a\xc5\x45\x25\x96\xdc\xd4\x2f\x94\x07\x4f\xba\xc6\x0a\x19\xb6\x2e\x5e\x48\xd5\xb8\x8f\x17\xc3\x13\x45\x41\xd3\x9b\xc0\x73\x92\xa8\x16\xab\x07\x84\x38\xe3\xf5\x02\x60\xb8\x0d\x06\x47\xea\x9f\x76\x9b\x47\xfa\x47\x01\x3b\xe7\x17\xfd\xdb\x80\xf1\x32\xef\x69\xe0\x01\x88\xb7\x9a\xb6\xe2\xec\x36\xa0\x01\x3b\x0a\xfc\xa3\x80\xe9\x7e\xfa\xd0\x29\xe4\xb8\xec\x30\x63\x7e\x1e\x68\x13\xe6\xb2\xe6\xdf\xab\xd7\x05\xee\x05\xce\x45\xef\x8f\xa0\x34\x1f\xdc\x46\x24\xdb\x8c\x2f\x15\x7c\x30\xf8\x7f\x06\xec\xf7\x80\xbe\x0a\x58\xb3\x47\x5f\xab\xbf\xe5\x91\xf4\x46\x77\x42\x5f\xfc\x6e\x03\xb3\x35\xb1\xa3\x80\xa8\x1a\xa8\xea\xa6\xbb\xf2\xde\xba\xac\xba\xd7\x01\x71\x21\x20\xbe\xaa\xbe\xeb\x8a\x48\xfe\x34\xd9\xad\x32\x09\x40\x40\x55\xc3\x95\x15\xfd\xae\x72\x07\x77\x27\xb1\xd4\x47\x0b\x2b\x82\x18\x3c\x74\x4e\x02\x2f\x24\x4e\x1e\x51\xc9\x13\x32\x71\x1e\x5c\xf8\xbc\xaf\x17\x7c\x69\x24\x9b\xa5\xc7\x93\x24\x1c\x3b\xf2\x61\x8c\xb0\x56\xe9\x65\xfc\x49\xb6\x08\x26\x72\x23\xbb\x13\xbd\xa5\xd0\x9b\x6c\x91\xcb\x93\x6c\x99\x6e\x8d\xdc\x55\xe0\x4d\x76\xb5\x3d\x72\x57\x81\xcf\xb3\x2d\x51\xbb\x32\xbf\x48\x0b\x90\x88\x7b\x82\x35\x85\xe5\x63\x91\xd5\x0a\x56\x39\xac\x07\x01\x16\xf4\x01\x7a\x8b\x6d\x19\x1d\x40\x47\x7c\xad\x3e\x91\xc3\x55\x7e\xab\x8b\x80\x3a\x82\x31\x86\x10\x9f\xb3\xa6\xf0\x41\x8b\xc8\x91\xa1\x73\xd6\xec\xa9\x63\x60\x43\x2b\xa5\x26\x33\x6e\x32\x36\x4c\x8d\x60\xb8\xbe\xd0\x0f\x7b\x34\xa0\x36\xd1\xee\x40\x21\x20\xfa\x7b\x40\xee\x24\xf2\x22\xd4\x16\x54\x71\x1f\x80\xd1\xb9\x5d\x96\xfb\x21\xa0\xc3\xd6\x8c\xe7\x79\xa2\x46\x9d\xde\xd5\x04\xc8\xaa\xba\xae\xba\x53\x69\xa3\x7f\x2e\xc4\x8b\x2b\x99\x16\xaf\x93\xbc\x90\xa9\x9c\x7b\xaa\xe7\xb9\x22\x38\x3f\x04\xf4\x43\x60\xf3\x69\x43\xd9\x1f\x65\xd5\x22\x42\x8e\x8d\x38\x22\xcc\x8f\x41\xd5\x3a\x98\xc6\x54\x6b\xd3\x4d\x18\xb2\xcb\x4a\x2b\x76\xb0\xb6\x46\xb1\xb5\x75\x27\x41\x0f\x89\x8f\x4a\x75\x7c\x36\x9b\x28\xf2\x69\x62\x1a\x4b\xb5\xa5\x71\x96\xe2\x68\xa6\x04\x09\xaa\x33\x58\x90\x9f\xf4\xce\xfc\x19\xbe\xfe\xd2\x5f\x5f\x02\x76\xa7\xf3\x57\x84\xd5\x67\xb0\xce\x3f\xa9\x0d\xd1\x31\x98\xff\x7b\x2b\xf0\x50\xbf\xaf\xeb\xf7\x3f\x1a\xc8\xbe\x04\xd4\x42\x5d\xd9\x61\xbe\x6e\xad\xe5\x6f\x53\x0e\x25\xf4\xb6\xa4\x9a\xee\x33\xa4\x04\xce\x02\x33\x52\x9f\x02\xbf\xd2\x2a\x0a\xc2\x6a\x34\xd5\xd3\x27\x84\xf8\x9f\x83\xd5\xca\x53\x7d\xee\xaa\x3e\x4f\xdc\x6d\xf8\x1f\x97\xa5\x46\x43\xc6\x7d\x60\x36\xf0\x09\x58\xb2\x16\x92\xe8\xcb\xb9\x96\xc3\x90\x80\xd9\x30\x70\x16\x38\x0b\x7c\x91\x41\xe1\x6e\x93\x31\x75\x55\x9f\xf0\x51\xde\xee\x75\x0f\x1e\xa1\x22\xbf\xc9\x4f\x28\x2f\xcb\xa2\x3a\x1e\x27\x6b\xe7\x70\x0d\x3a\x05\x1f\x0d\xc2\x7e\x55\x21\xe6\x9e\x39\x31\x7b\x78\x00\x83\xea\x9c\x39\x04\xf5\x33\x1c\xf8\x76\xa6\x6f\xcc\xe7\xf5\x81\x6e\xfb\x40\xf5\x6e\x0f\xf2\x89\x7a\x29\x97\xe0\x64\x76\xa7\x0f\x3a\x42\xc6\x60\x7b\x2d\xc5\x76\x45\x1d\x1e\x6a\xb8\x60\x04\x41\x56\x53\x1b\xfa\x27\x6a\xe8\x2b\x02\xa0\xd0\x65\x5f\x5a\xf0\xb4\x82\xc1\x5d\xc0\xfe\x31\x07\xa9\xe9\xc9\xd6\x2a\x0d\x88\xaa\x4d\x10\xf0\xf6\xf9\xda\x5e\x61\x18\xa7\x82\x05\xbe\x5f\xea\x99\xe8\x11\x2f\x6b\x95\x04\x36\x2d\x6d\xe0\x21\xab\x80\xe8\x3c\x11\xb9\x13\x4c\xd6\xca\x36\x41\x3e\x1a\x32\xe1\x87\x59\x5a\x24\xe9\x42\x6a\x25\xca\x24\xf2\x24\xd2\xe1\xaa\x28\x86\x50\xdf\x54\xd5\x0f\x9f\x7e\xe4\xc3\x68\x45\xee\x09\xc7\x43\x4f\x12\x0a\x28\x17\xb9\xa7\x1a\xc6\x07\x7e\xc4\xa2\x8e\xf6\x9e\xb5\xde\x3a\xb8\x6a\x5f\xd5\x40\x2a\xe0\x0c\xa6\x85\x4c\xed\xf1\x11\x62\xa8\x19\x9a\x91\x5a\xf2\xb1\x85\x27\x46\x78\x62\x14\x99\x8c\xd4\x4a\x0f\x99\xf4\x55\x31\xdb\xa9\x18\x25\xc2\x90\x28\x98\xf4\x43\x9b\x18\xb3\xd8\x42\xa6\xa6\x6f\x84\xdd\x8d\x4d\xef\xdd\xea\x87\x69\xd9\x40\x04\xf5\xec\x68\x20\x02\x08\x76\x35\x50\x1f\x80\xa7\x70\x5d\x80\x11\xb0\x33\x08\x33\x54\xdf\x01\xba\x7a\xa4\x0e\x9b\xe0\x5d\x83\x6f\x56\xe5\x60\x55\x58\xd2\x24\xc6\x67\x26\xda\xb1\xf4\x1d\x51\x5e\x18\x22\xc5\x0d\x08\xed\xbb\x4a\x34\x0d\x2b\xab\xd2\x68\xee\xe3\x38\x3c\x34\xeb\x7b\xb5\x7a\x64\x82\x76\xad\x01\xe9\xa8\xb1\x46\xff\xea\x99\x64\x8a\xd8\xd4\x51\x38\x9b\x20\x24\x54\x8b\x0d\x71\x18\x76\xa7\x66\x60\x86\x0a\x1b\x6b\x9a\x6d\x66\xb5\x32\x21\x56\xd7\x13\x2d\xf7\xb1\xb5\x2d\x6d\x1b\xed\x58\xa9\xb3\x4d\xab\xaa\xeb\x39\x8b\x5a\x84\x48\xd2\x39\x2b\xd0\x59\x51\x66\x5f\x41\xc0\x02\xa4\x25\x02\x67\x0d\x34\xbb\x2e\x28\xd6\x8f\x06\x2c\xde\x90\x46\x21\x1d\x85\x34\x0e\x69\x12\x2a\xec\xfd\x1e\xb2\xf3\x0b\x3a\x46\x85\x15\x3a\xd1\xbf\x53\xfd\x9b\x86\x60\x19\xf6\x86\xcf\x68\x56\x06\x67\x50\xe6\x32\x64\xc3\xd6\x54\x91\x47\x22\x5b\xa6\x0d\x08\x2d\x66\x8d\x22\x5b\x84\x71\xc8\xd3\x50\x4e\x30\x2c\x53\x81\x01\xed\xdf\x70\x71\x1d\x2a\xd2\xaf\x21\x82\x09\x06\xb4\xdd\xac\x2e\xa3\xbf\xa0\x4e\x1d\x5e\xcc\x1a\x62\xce\x47\xaa\x22\xf5\x8b\xf5\x88\x79\x36\xc3\x77\x78\xd1\xb2\x54\xa5\x3a\x9f\x98\x69\x2c\x6f\xa0\xa2\xb1\xbc\x01\xdf\x17\x2a\xb0\x98\x19\xaf\xef\xf2\xba\x40\x5f\xee\xf0\xa4\x6b\xb8\x28\x1a\x33\x9e\x17\xb2\x81\x60\xa1\xf3\xb7\x86\x56\x3b\x9d\xca\x74\xd1\x00\x45\x83\x86\x51\x3f\xa8\x18\x53\xba\x37\xb2\x79\xb8\x79\xd5\xb8\x03\x93\x17\x29\xde\xa5\x7d\x4e\x45\x36\x05\x2a\x07\xbc\xe4\x07\x14\x0c\x86\xcf\x6e\xf2\x42\x4e\x4f\xd5\x49\xd7\x0f\x57\xbd\x47\x14\x9f\x00\x87\x7c\x7d\x49\xf1\x1e\x6a\xdf\xca\xc8\xfb\xe7\xe2\xc2\x39\x73\x73\x8d\x32\x1b\xf7\x73\xf0\x10\x91\xa4\xee\x35\x39\x5c\xe4\x99\xa2\x4a\xfb\x7a\xd6\x71\x7b\x30\x02\x1e\x1c\xe9\xc2\xd5\x00\x55\x51\x13\xc9\x81\xc2\x9e\x6c\x2b\x03\x73\x9f\x5d\xb9\x65\x30\x0a\x9a\x99\x6e\x2b\xa2\xa7\xb6\x5a\xc8\x44\x42\xb1\x34\xec\xa0\x86\x9e\x17\x74\x74\xc2\x4b\x41\xaa\xb5\x8c\xb2\xc2\x62\x4f\x8d\x74\x9f\x64\xf9\x66\x5a\xb6\xb5\xce\xca\x7d\xaa\x08\x5d\x2a\xaa\x66\xd5\xc3\x3b\xce\xac\x34\xd5\x99\x66\x35\xce\xe7\xa1\x57\x96\xa2\xae\x60\x5b\x5d\xcb\x03\x37\x2a\x0a\xbd\x80\xa8\x43\x8a\x77\xea\x53\xbf\x62\xc2\x0f\x2c\xdb\xa1\x9c\x6e\xb3\xea\x65\xbb\x0d\x7c\x9b\xc0\xf2\x6d\x24\x69\xb7\xf5\x8d\x5b\x92\xad\xfa\x0c\x8b\x0a\x3a\x6e\x5c\xe8\x4a\x0c\x31\xfe\x96\x42\x56\x84\xde\x38\xa4\x65\x29\x5a\x7a\x3e\x72\xf1\x43\x17\x98\x40\x81\xc9\x8e\x02\x2e\x72\x18\x59\x3c\x14\x98\xee\x28\x50\x45\x0d\x43\x52\xd8\xe9\xf2\x53\x50\x70\xf5\x22\x5a\x84\x5e\x0a\x4a\xaf\x5e\x44\xf0\xfe\xed\x54\x68\xc6\xa2\xac\x77\x1b\xb2\x68\x80\x2a\x0d\xd0\xcc\x69\x20\xdb\xdd\x00\x6d\x76\xcb\xdd\xd5\x65\x67\x3a\x34\xd9\x32\xf4\xcc\x64\x56\x89\x42\x7d\x5f\xff\x47\xa1\x46\xc5\xbb\x12\xec\xe9\x70\xa6\x52\x20\x4f\x35\x5f\x94\xdd\x53\xf7\x75\x5a\x96\xe7\x1d\xbb\xa3\xb0\xc0\x8f\x55\x3b\x13\xae\xee\x68\x49\x36\x4f\x8a\x1b\xea\x4a\x04\x3b\x0b\xb5\x1f\x06\x13\xf9\x6d\xbe\x48\xbf\x24\x45\x6c\x72\x79\xbc\x33\xdb\x52\x60\x14\x7a\x21\x59\x97\x3a\x37\xeb\xb5\x51\x74\x3b\x44\x62\xd8\x3d\xd2\x35\x4d\x5b\x85\x08\x45\x61\x40\x7c\xbb\xa7\xbf\xc1\xe7\x97\x69\x94\xa1\x49\x70\x29\x15\x2b\x0b\xd7\xcf\xc3\xeb\xd0\xb1\xce\x00\x85\x01\x9b\xb7\x54\xb4\x75\x08\x84\xcd\xd5\xd3\x2d\x79\x47\x66\xe4\x6f\xd4\x88\xb9\x1b\x31\xdd\x5c\x8d\x34\x38\xef\x5e\xd0\xca\xa2\x27\x5b\x5c\x7c\x35\x60\x89\x87\x1b\x4b\x9c\xba\x9d\x0a\x69\xb3\xe7\x07\x1d\xf0\x16\xe2\x99\x4b\x4a\xb3\x5b\x6e\xe1\xb7\xa1\x61\x10\x41\x7f\xd5\x20\x9b\xbd\xaa\x72\xcd\x3b\x0a\x3d\x24\x0d\xe0\x00\xf7\xbb\xcf\xbe\x87\xd5\xbe\x71\xf6\x3d\x3c\xef\x5e\xf8\xdb\x07\xec\x0e\xd9\x84\x4e\x8c\x5f\xde\x65\x24\x50\x5f\x48\x2e\xfe\x7f\x32\xa0\x15\x24\x0a\x35\x24\xe5\xa8\x99\x9d\xb8\xcc\xd4\x6e\x7f\x0f\x2b\xc9\x4d\xc6\xc6\x61\xbb\x7d\xad\x76\x30\x75\x5b\xd4\x87\x9c\xed\xe5\x04\x13\x27\x90\x38\xa9\x25\x4e\x31\x71\x0a\x89\x53\x9b\x18\x5a\xe1\xd6\x6d\x48\xfc\xac\xf2\xe9\x4e\xcd\x73\x7d\x0a\xbb\x9d\x30\x5a\x21\x55\xf4\xa6\x49\xb8\x5a\xc1\x0c\x76\xa9\xb3\x3c\x8d\xf7\x4d\xfb\x0c\x80\x93\xf6\x36\x9b\x4f\xe1\x59\x43\x5c\xae\x47\x21\x1a\x66\xdb\xc6\x8f\x61\x95\x94\x37\x43\x47\x8f\xfa\xb9\x3a\x9b\x38\x51\x14\xbb\x83\x2e\xe4\xee\x79\xe8\x01\xaa\x50\x4e\x4a\x89\x15\xb8\xe7\x2c\x71\x2a\xdc\xdb\x33\x72\xaa\xef\xe1\x79\x78\xe1\x8b\x4a\xe7\x40\x39\xbd\xd6\x39\xb2\x76\x67\xe2\x39\x9e\x25\x95\x09\x78\x8e\xc7\x45\x65\xdc\x9f\xe3\x89\x50\x19\xee\xa0\x32\xda\x01\x71\x94\xe9\x66\x15\x08\x05\x9b\x85\x20\x28\xfb\x39\x70\x48\xe0\x77\xcb\x0a\x80\xa5\x30\x83\x71\x30\xfc\x52\x77\x75\x90\xab\xd0\xb3\x0a\x49\x6e\x52\xbb\x3d\x2b\x51\xcf\x99\x88\x93\xd0\xe5\xc8\xde\xad\xfd\xf0\xbc\x66\xbc\x72\xa1\x6e\x2b\x6e\x84\x1f\x3a\x62\xd8\x3d\x7e\xc1\x86\xad\xa5\xf9\x0a\x20\x11\x24\xb2\x98\x32\x85\x60\x50\x65\xe1\xbd\x08\x1d\xfd\x01\x99\x8a\xfe\x49\xe8\x0d\x5b\x47\x26\x06\xa4\xb9\xf6\xeb\x45\x2a\x86\x2d\x42\x6d\xfe\xc4\xe8\x1b\xfc\xb0\x94\xd5\x4a\xa8\x94\x05\x42\xfb\x87\xe5\xce\xd0\xd1\x13\xa1\xf0\x6c\x60\x52\x01\xf0\x93\x8d\x82\x32\xe5\x27\x82\xb8\xa6\xa7\x6a\x04\xe9\xef\x21\xfa\xca\x8b\xd4\x8c\xfe\x1e\xb2\x9f\x68\x9d\xa0\x30\xac\xd2\xe3\x2b\x30\xa3\x4b\x52\xeb\xcf\xd4\xd3\xe6\x1f\x2f\xc2\x8e\x3b\x6e\xe5\x07\xdd\x92\xc1\x0e\xd4\x8f\xb3\xc1\x98\x94\x9f\xa4\xda\xb3\x0d\x50\xca\x1a\x2a\x23\xe4\x7c\x39\xc2\xf0\x3f\xcc\x61\x78\x1a\x9e\x73\x63\xb6\xda\x80\x0f\xb8\x36\xbf\x70\xa3\xb9\x96\xed\x40\x24\x0d\x71\xf9\xfc\x48\x24\xdd\x6e\x43\xf2\xef\x61\xa5\x62\x16\xa8\x85\xef\xd0\x96\xaa\xd6\x97\x21\xfb\x43\x4d\xa1\x3b\x7a\x6a\x96\xff\xac\xc7\x27\x2e\xde\xbc\xaa\xa7\xe6\x06\x3b\x5e\xeb\x94\xca\x18\xa8\x84\x37\xe5\xcd\xf3\x6d\x19\x7c\x17\xb2\xf3\x61\x8b\x07\xd9\x5c\x3b\x19\xd4\xa1\x97\x21\x75\x6a\x07\x34\xa2\x7f\x56\xe2\x1c\x3c\xa6\xaf\x2a\x29\x1a\x53\xe9\xb0\x15\xf2\x74\x36\xe1\x37\x26\xfc\xde\x09\xab\x78\xed\x85\xc9\x4d\xfe\xe4\x44\x89\x05\x36\x80\x57\xc8\x4a\xd4\x71\x19\x25\xa7\xb3\x22\xd1\xae\xe0\x2a\xe1\x34\x9c\xdf\xcc\x8a\x1d\x5f\x62\x33\x34\x9f\x6b\x6f\x89\x65\x68\x0b\xad\x8b\xb1\xef\x31\xf6\xd8\x89\x45\x8f\x71\xf5\x80\x14\x82\x17\xdc\xf9\x3c\xa9\x7e\x4e\x65\xc1\x6b\x39\xde\xd4\xa3\x72\x3b\x9e\xea\xcb\x8e\x6e\xba\xfd\x76\x46\x31\x7a\x0b\x84\x6a\xc8\x13\xed\x2e\xa8\x12\x9e\x67\x23\x75\xad\xdf\xfc\xc8\xa5\x1c\x9b\x5c\x95\x70\xc1\x27\x13\xe3\x7e\xcf\x0d\x83\x89\xeb\x66\xb8\x48\xa6\x12\x5f\x2d\xb2\x9f\x9f\xcd\xe7\x6b\x85\x3b\x45\x75\xc7\xa2\xc3\xd6\x92\x83\xbf\xa8\x6a\xf8\xa2\x5c\xc0\xef\x37\xb8\x3b\x35\xdd\x70\x76\x60\x0e\x5c\xae\x8e\x34\xa9\x7e\xf6\x7a\x17\xbe\x64\xc3\x96\x42\xda\x3d\x4f\x9e\x77\x6b\xfe\xeb\xf6\xb4\x54\xc3\xeb\x11\xe2\xbf\xc5\xfb\x8b\xa0\x01\xf1\xdf\x98\xb0\x24\xbe\xe0\x9e\xa4\xe7\xe2\x42\xcb\x2f\x3e\x84\xcc\x21\x2f\xd2\x6c\xe9\x7f\x08\xb5\xe5\xd9\x29\x7b\xe2\x32\x34\x3e\x9a\x3d\x07\xf8\xf1\xbd\x76\xe9\x9b\xf7\x94\xf5\x1e\x52\x10\x1d\x41\xd2\x41\x35\xe9\x01\x3d\xb0\x49\x0f\xaa\x49\x87\xf4\x81\xde\x9b\x0e\x1e\xb4\xb9\xc9\x15\x38\x39\x0e\x68\x60\x0b\xf3\xf6\xe1\x81\x5b\xba\x47\x0f\x0f\xfc\x80\xf5\x9e\x1e\x6c\x2f\xdb\xad\x94\x3d\x78\xf8\xc8\x29\xfc\x94\x1e\x3c\x7c\xe4\x07\xec\xf0\xe1\x93\xed\x2d\x3f\xa9\x14\x7e\xd0\x7d\xea\x96\x7e\x4c\x55\x84\x1f\xb0\x07\xbd\x27\x8f\x7a\xbd\xed\xed\x3f\xa2\x81\x1f\xb0\x47\x07\x4f\x7b\x0f\x1e\x3e\xea\x6e\xcd\xf2\x10\x1b\xe1\xed\x47\x8f\x7b\xdd\x27\x4f\x1e\x3d\x28\x93\x1e\x50\x13\xe7\x80\xd1\x3b\x7c\x70\xd0\x7b\xfc\xf8\xe0\x89\x03\xcb\x21\xb5\xb1\x7e\xc0\x9e\x74\x1f\x1e\x76\x1f\x1d\x3e\x7a\xb2\xb5\x3d\x77\x34\x7b\xdd\xc7\x87\x8f\x1f\xf4\x9e\x1c\xd4\xe6\x84\x96\x09\xfe\x30\x55\x38\x60\xb7\xfc\xd2\x98\x38\xdc\xa2\x48\xfc\xd4\x3a\x07\xe8\x3d\xc4\xdb\xf6\xd3\x27\x36\x46\xdf\xbf\x9f\x3e\x46\xce\xcc\x53\xeb\x84\xe0\x89\x4e\xb0\x7e\x02\x0e\x6a\x2a\x19\x0d\x57\x25\xe3\xd3\xb6\x86\x7b\x0f\xb5\xaf\x01\xe3\x6f\xb8\xf1\xf4\xa9\xf5\x67\x80\xbf\xc6\x1b\x41\x4f\xff\x76\x6d\x4e\xd3\x3e\x26\x3c\xc1\x1f\x0d\xe5\xa3\xbe\x76\x63\x5c\xf5\xa8\xf0\xf4\xb1\xaf\xdd\x1d\x57\x3c\x1d\xd8\xe4\x87\xc6\x11\x82\x89\xe8\xda\x2e\x55\x19\xe4\x87\x0f\x9f\x80\x62\x52\x85\xf5\xf4\x39\xac\x8a\xf2\xd5\x2e\x94\xa4\xa3\xd7\x3c\x95\x60\x7d\xd2\x75\x05\x1d\xa7\xac\xab\x25\xf9\x5d\x2a\x59\x97\x46\x8c\x77\xe4\xf5\x2c\x99\x4b\x01\x05\xe8\x88\x71\xed\xaf\x47\x98\xa8\x58\x55\x9a\xa4\x23\xfd\x6d\x10\x22\x22\x82\x45\x54\x32\xb5\x98\xad\x49\x5b\xc4\x42\x8b\x74\x8f\x29\x66\x03\xc8\xc6\x2c\x6a\xff\xcf\xc8\x57\x31\xe3\x81\x27\xd8\xc7\xd0\x1b\x13\x55\x9a\xf4\xbd\xb8\xcd\x22\xc8\x1b\x83\xcd\xea\xc7\xd0\x8b\x31\x09\xad\x50\x1a\xaa\xd2\xff\x19\x61\x6d\xba\x6c\xa4\xcb\x6e\x2b\x65\x3a\x6d\xa5\x38\x5d\x5f\xb0\xc3\xde\xfe\x5f\xa1\x27\x88\x2f\x58\xd8\xf6\xbc\xee\x6f\x62\xd0\xed\xf7\x9e\x3d\x13\xe4\xd9\xb3\x1e\xd9\xb7\x9b\x51\xd0\x6e\x07\x68\x21\xa6\xaa\xf0\x82\xf6\x88\x90\xbb\x8f\xa1\xe6\xb7\xc8\x67\xec\xb4\x94\x16\x9c\x32\xb9\x56\xf7\x5c\x99\x16\x3c\x1d\x4d\x6a\xe3\x63\x74\x50\xca\x74\x14\x19\x07\x6d\x26\xd4\x4d\xd8\x27\xa1\x86\x2a\x50\x70\xf7\x9e\x3d\x0b\xa9\x58\xe1\xee\x1d\xb4\xd9\xff\x18\xf3\xf6\x86\x70\x67\xfb\x4b\x68\x74\x8c\xdc\x79\x6e\xef\xdb\x45\xf8\xd0\x14\xeb\x82\x58\x8e\xf7\x79\xbb\x5c\xa0\x83\x32\xd8\x77\x98\x08\x7f\x6f\xe7\x03\x97\xbe\x38\x7a\x7e\x6d\xc1\x1c\xf8\x66\x9d\x58\x56\xe6\xd7\xd0\x3b\x78\xd0\xfe\x9f\x80\xd0\x2e\x68\xd2\xff\x1d\x7a\x6a\x47\x25\x7d\xe3\x67\xa3\x5b\xc9\xab\x76\xe1\x4a\xe6\x27\x4e\xde\x27\x95\xac\xb0\xe7\xda\xbc\x20\x54\xfd\x1a\x7a\x66\x2b\xad\x26\x3c\xec\x1d\x90\xd2\x07\x48\xdf\xb2\x5a\xbe\x86\x5e\xb9\xd5\x99\x22\xc8\x68\x3d\x78\xf4\xe4\xc1\xe1\xc3\x07\x0f\x1f\x11\x1a\xac\x77\x2c\xb8\x52\x5c\x1e\xba\x1e\x61\xdb\xfb\xce\x26\xf7\x4f\x58\x7d\xef\xe2\xfc\x82\xaa\x53\xfa\xb0\xf7\x5b\x88\xef\x54\x18\x0d\xa7\xd2\x26\xcd\x99\xd8\x7b\x96\x91\x53\x9d\xda\x15\x0b\xf4\x8a\x0d\xf6\x7b\x7e\x7d\x71\x2a\x5c\xaa\xac\x4e\x88\x60\x9a\x87\xf2\x29\x99\xca\x5c\x1d\x5a\x1a\xcd\x7c\x7e\x1e\x5c\x30\xbc\xfa\xfd\x15\xb2\x37\xbc\x88\x3b\xe1\xe4\xf6\xf0\x60\x50\x06\xfb\x5c\xd0\x40\x60\xda\x24\x1b\xd1\x50\x87\x5f\xbf\x3d\x28\xa9\x11\x2e\x9c\x51\xc0\x19\x3c\x3c\xe8\x1f\xf6\xf6\xbd\x40\xa5\xdc\x0f\xc5\xaa\x4b\x56\x5d\x68\x48\x08\x97\x60\xf8\x9c\xcb\xf9\x73\x75\x17\x4e\xd2\x91\xe5\x4a\xc8\x4a\x96\x1a\xb7\x91\x46\x60\x3a\x56\xda\x75\x89\xd2\xd0\xee\x55\xb0\x5a\xbd\x0c\x34\xf9\x21\x59\x2c\x68\xc4\x5e\x05\xfe\x2b\xab\x17\xf5\x47\xe0\x49\xc3\x7d\x2d\x95\xa2\xbc\x57\x01\x8b\xc8\x6a\x85\x6a\x51\xa5\x61\x92\x53\xb3\x14\x9e\x10\x34\x16\x9d\x20\x49\x85\xe7\x32\x71\xab\xfc\x93\x58\x54\x1c\xe7\x47\xc6\xa7\xa1\xda\x05\x3c\xc9\xf4\x26\xf2\x80\x90\x76\xdb\x61\xa2\xb4\xdb\xfb\xbd\x67\x97\xa5\xf6\x2e\x27\x04\x64\x01\x95\x76\xe8\xf7\xd0\x62\x0c\x88\x1c\x91\xa9\x7d\x63\x19\xf3\xa4\x22\x27\x97\xed\x36\xc8\x73\x04\xb1\x02\x4a\xa9\x55\x36\x6b\x4d\xdd\x41\x5b\x91\x6d\xc8\x77\x1a\xd2\x9c\xd5\x24\xf2\x16\x6e\x16\x63\xfe\xaa\x5b\x58\x7f\xc7\x6e\x0b\xf4\xf2\x18\x92\xf5\xba\x72\x26\x39\x30\x6a\xf1\xff\x75\xa0\x36\x5f\xc9\x96\xa1\x27\x5d\xe6\x9d\x24\xba\x5b\xff\x04\x4e\x02\x76\x08\x05\x40\xb6\xeb\x23\x16\x75\x0a\x3e\xf2\x8d\x0a\xc6\x88\xdc\x49\x76\x2f\xf0\xa2\x6a\x7d\xc6\x11\x85\x2f\x1d\x65\x14\xcd\x84\x1e\xe1\x24\x6d\xe1\x43\x3b\xea\x1f\xd0\xca\x20\xfa\x31\x07\xda\xad\x3c\xd2\x36\x96\xd2\xf0\xb1\xec\xe8\x48\x1a\xda\xd5\x6e\x5d\xaf\x8d\x85\x16\x9b\xea\xdf\xa9\xd8\xd0\xce\x4c\x05\x2a\x0a\x4e\xed\x19\x36\x15\xf8\x4e\x0f\x0d\xd8\x44\xd0\x90\x19\x46\xaa\x6a\x84\x59\xf3\xe8\x24\x6d\x8c\xc5\x60\x2c\xb4\x75\xff\x58\xb8\x56\x23\x34\xb2\xbe\xb3\x9c\x57\x5e\xc2\x76\x3b\x50\x97\x75\xc6\xe4\x39\xbf\x00\x25\x49\x1f\x47\x3b\xdc\xe7\x90\x4f\xb0\x9e\x2f\xc0\x5f\x55\x70\x1e\xee\x0b\xcc\x1a\xed\x8b\x0b\x5f\xa8\xcc\x16\x40\x66\x6e\x13\x9c\xf6\x9e\x89\x41\x6f\xdf\x78\x50\x70\xd4\x24\x33\xe1\x6a\x9e\x8c\xe5\xcd\x71\x26\xa4\x3f\x6c\x85\x31\x9f\x1f\x83\x8b\xa1\x24\x6d\xf0\x01\xea\xc1\xea\x38\xb3\xbb\xf7\x0e\xad\x4e\x4d\xef\x90\x90\x3e\x67\x81\xdf\x2b\x77\xfe\xde\x61\xa9\x21\x7b\xf0\x8c\xf1\xd5\x0a\x15\x75\x06\xdc\x3d\xea\x66\xc2\x1a\x3b\xb9\x6c\xf4\x4b\x27\xba\x22\x96\x99\x8b\x3a\x7f\xb4\xf6\x92\xc4\x37\xf0\x0e\x08\x0f\x3b\xe8\xc7\x1c\xbe\x21\xdf\xfb\x65\x9a\x17\xe6\x59\x08\x78\xeb\x41\x3f\x1e\xe1\x70\xb1\xcd\x5b\x0f\x58\x80\x8d\xf0\x4b\x6b\x3b\x7c\xc2\xc8\x8a\x1e\x03\xb0\x59\x38\xd9\x70\x11\x03\x9c\xe7\x00\x69\x07\x55\xc7\x79\x78\xc1\x82\x81\x5a\x1a\xfd\x08\x9e\x3c\x82\x8a\x93\xfc\x04\xc9\xca\xf7\x73\x38\x1e\xa4\x60\x7a\xd9\x44\xc6\xde\xd1\xa6\x0c\x36\xa3\xfa\xf0\x2c\x47\xa4\x55\x04\xd0\x3a\x73\x30\x13\xfd\x4b\x61\xaa\x57\xf0\xf0\x91\x66\x8a\x64\xb3\x99\x14\xec\xd2\x3a\xd9\x50\x79\xd6\xd3\x8a\xdf\xbc\xbb\x19\xd6\xad\xc1\xaa\x3a\xce\x4b\xf2\x0d\x08\x8c\xcf\x3f\xce\xea\x23\x09\xee\x4e\x78\xa7\x5a\xdf\xa0\x1e\xe1\x91\xfe\xb0\xa5\x9f\x0c\xac\xb8\x58\x74\xfb\xd4\x6e\x0f\x53\xaf\x12\xc3\x9a\x3d\x42\x77\x8d\xe0\x4c\x10\xf4\x21\xe3\x74\xde\xed\xc8\x0f\xe1\xad\x95\x1b\x6c\xc4\xec\x86\x18\x15\x1f\x9e\x2f\x82\x60\x82\x46\xb0\x6e\x04\x6b\x76\x2d\xc4\x5b\x26\x05\x60\x9e\xc9\x79\x9e\xe4\x95\x41\x5f\xd3\x24\x7f\x8f\xd1\x32\x2d\xfa\x33\xb1\xae\xd0\x2a\xaa\x2b\xb9\x60\x77\xd0\xf5\xf7\x31\xcf\x65\xbf\x4b\x03\x68\x30\xef\x77\x29\x02\x00\x6e\x7a\xba\xb4\x48\xa6\xf2\xac\xe0\xd3\x59\x7f\xd3\xc4\xb1\xc1\x3b\x36\x79\xb5\x3a\xe1\x85\xec\xa4\xd9\xd2\x23\x6b\xba\x81\x72\x5d\x9a\xe4\x9f\xe6\x8b\x1c\xc2\x6b\x5a\x08\x36\x17\x5e\x2e\x08\x5d\x08\x06\xb6\xd9\xb9\xa0\x77\x57\x89\x5c\xf6\xbb\x54\xc8\x82\x27\x93\x7e\x77\x4d\xe8\x15\xe4\x5b\x08\x42\x97\x82\x5e\x0b\x7a\x23\xe8\x91\x2e\xb0\x10\xf4\x0e\x3d\x7c\xfe\xdd\xef\x52\x0c\x7d\x55\xd0\x4f\x12\x99\x16\x7f\xdb\x90\x8a\x9b\xf1\x91\xfc\x5b\xff\x42\x9e\x62\x3e\x79\x25\x6f\x54\xb9\x38\x89\x0a\x0c\xf2\x89\x0e\x4c\x65\xc1\x31\x34\x92\xc5\x9b\x4c\x24\x51\xa2\x2d\x80\xfb\xb7\x82\xa2\x92\x2f\x0c\x98\x0a\xa8\x01\x9b\xcb\x09\x2f\xa4\xc0\x85\xbe\x6d\x9c\xac\x3f\x4e\x85\x8e\x4e\xde\x01\xef\x44\xf3\x6c\xaa\x19\xd8\x90\x5e\xda\x19\x0c\x78\xa7\xc8\x74\xb8\x5f\xc9\xd8\xaf\x55\xb3\xa6\xd3\xec\x0a\x52\xfe\xae\xb4\x0e\x96\x00\x36\x49\x6d\xc9\xc3\xd4\xf1\x5a\x67\x53\x7c\xde\x64\xec\x46\xb4\xdb\xde\x0d\x78\xd4\x00\x99\xfd\x14\x74\xaa\x51\x43\xf2\x66\x26\x07\xde\x52\x28\xf0\x70\xc4\xf7\x6f\x84\x09\xd2\xeb\x32\xfe\x6b\x19\xff\x95\xf4\xaf\x05\x5b\xaa\xfb\xe9\x8d\x60\x25\xad\xbc\x14\x25\xb4\x5f\xb7\x8c\x55\x09\xf0\x57\x7d\x86\x94\x80\x7e\xed\x5f\x8b\xf5\x9a\xd0\xe7\x80\x15\x47\x82\xd0\x63\x8d\x0c\x47\x82\xde\x09\x5e\x70\xe0\xb3\x47\x72\x0e\xc8\x73\x02\xd9\x8e\x05\xa1\x2f\x1c\x9c\xa9\x4e\x96\xca\x77\x0a\xf9\x5e\x08\x42\x7f\x77\x90\xd1\xb2\x85\x41\x4d\xa7\x4b\xe5\x84\xcf\x72\x29\x14\x29\xae\x30\x29\x97\x0b\x61\x67\x47\xd5\xf2\x07\xd4\xf2\xbb\x20\xf4\xa5\x53\x4b\x38\x49\x66\x41\xc6\xe7\xc0\x3f\xdd\xda\xdd\x4a\x0e\xdb\xe5\x6a\x39\xad\x21\x5d\x89\x54\x03\xf1\x27\xb4\xf9\x52\x10\xfa\xca\x69\x53\x0d\x04\x80\xf4\x1a\x92\x5f\x09\x42\xdf\x08\x76\xf7\x22\x0f\xfb\xc3\xd6\x8b\x3c\xe4\x33\x60\x67\xa6\x67\x33\x1e\xca\x80\xcf\xfb\xa0\xc3\x44\x5f\xcb\xa8\xe8\x0f\x5b\x47\xf3\x79\xb6\x54\xe1\x61\x8b\x7e\x9e\x99\x88\xcf\xb3\x61\x8b\x7e\x04\x53\x48\x1d\xf3\x11\x9d\xdf\xd3\x93\x6c\x99\x9a\x38\x54\xdc\xa7\x27\x72\xd2\x1f\xb6\x4e\x40\xae\x31\x6c\xd1\x2f\x89\xca\xf0\xee\x6c\xd8\xa2\x6f\x64\xba\xe8\x5b\xaf\x7d\xea\x6b\xd8\xa2\x47\xb3\x59\xbe\x11\x79\x16\xce\xb3\x89\xaa\x06\x03\xaf\xc1\x63\x30\x7d\x93\xdd\xbe\x9f\x27\x29\xdc\x2f\xd4\x12\x1d\xb6\x3e\xa7\x89\x90\x69\x01\xcf\xf5\x0d\x5b\x6b\xfa\x56\xb0\xbb\x27\xfd\x61\xeb\x39\x0f\xc7\xc6\xdd\xfb\xd3\xfe\xb0\xf5\x89\x07\xc3\x16\xed\x1d\xa8\x86\x26\x92\xcf\xd5\xc7\xa1\x1a\x0f\x54\x66\xa1\xbd\x47\xaa\x2d\xb5\x1b\xa8\x8f\xc7\x1a\x9e\x79\x36\x51\x9f\xaa\xc2\xa3\x09\xa4\xa8\xba\xde\xf3\x05\xb8\xb2\x3f\xe8\xf6\xe1\x3d\xbe\x5c\x43\x77\xf0\xd8\x1d\xe0\xc3\x03\x3d\xb0\x87\x87\x50\x66\x04\x56\x07\xf4\xf0\x81\xfe\xd2\x83\x75\xf8\x10\xa0\x10\x2a\xa8\x60\xf8\x23\x83\x47\x91\x0e\x1f\xd7\xe6\xe2\xf0\x49\x65\x2e\x0e\x9f\xd6\x27\xe2\x41\xb7\x36\x0d\x0f\x54\xcd\x2f\xd3\x5c\x02\xdf\xfd\xc1\x23\x77\x4e\x7a\x30\x12\xa7\x3d\x08\x2a\xf8\x4e\x0f\x20\xa8\x80\x3b\x3d\x84\xa0\x2a\x7d\xfa\x00\x82\xaa\xe8\xe9\x43\x08\x2a\xb0\x4e\x1f\x41\x50\x01\x74\xfa\x18\x50\xa9\x07\xe3\x72\xfa\x04\x86\x58\xc1\x71\xfa\x14\x82\x3d\x68\xa4\x0b\x61\x6c\x10\x5a\x3c\x80\x16\x7b\xd0\xe4\x03\xd5\xe4\xdb\xc5\x54\x8f\x61\x0f\xa0\xae\x4c\xfa\xc1\x81\xca\xf2\x46\xaa\xe5\xb1\xa6\xef\x04\xbb\x3b\x9a\x28\x34\xc4\x0d\x7b\xd8\xa2\x7a\xa6\xfa\xc3\x96\xde\xd8\x01\xd3\x0a\xde\x1f\xb6\xf4\x5e\xae\x10\x4a\xcd\x6d\x7f\xd8\x32\x3b\xfe\xb0\xe5\xa8\xe0\xbf\x77\xc8\xd9\x8d\x23\xde\x6a\x70\xd7\x8f\x83\xc1\x66\x94\xc7\x49\xdf\xe3\xec\x9d\x38\xe7\x17\x64\xd0\x6c\x2a\x92\xbc\xe2\x6c\xed\xb6\x24\x50\x1b\xef\x85\x3e\x8c\x3f\x38\xfb\xd3\x58\xde\xd4\x37\x71\x20\xb0\x0d\x78\x6f\xc4\x39\x7c\x5f\xac\x56\xf0\x8b\x1e\xd8\xaa\xcb\xa0\xa2\x78\x6e\x1d\x35\x1b\x35\xc8\xca\xae\xce\x19\x90\xf2\x54\xd3\xd8\x76\x41\xf4\xd1\x2a\x1f\x8e\x9d\x63\x4d\xc0\xab\x3b\x67\x1f\xea\x11\x80\x61\xb6\x9a\xd5\x0a\x62\x17\x33\xb7\xea\xb7\x1a\x50\x55\x12\x7c\x46\x57\x61\x44\x8f\xb6\x34\xcc\x84\xda\x4f\x27\x59\x88\x14\xd7\xaf\x1f\xce\x73\x39\x93\xbc\xd0\x65\x81\x56\xd9\x76\x5c\x9b\xcb\xc7\xd6\xbd\x77\xdb\x88\xc0\x70\x28\x1a\x45\x83\xbe\xab\xe0\xaf\x0c\x81\xed\xbf\xaa\x6f\x19\x27\x61\xfc\x73\x30\x86\x69\x05\x90\x7f\xab\xad\x35\xa1\x1f\x61\xef\xff\x20\x08\x3d\x73\xce\x48\xab\xe5\xd6\x07\x2b\xf5\x22\xee\x77\x29\x3e\x63\xa2\xce\x34\x05\xc3\x62\x0e\x54\x1f\x4f\x47\x6a\xaa\xf8\xe4\xbd\x13\x99\x4c\x80\xae\x52\xbf\x8a\x8a\x2a\x96\x8a\xec\xec\x52\x5d\xe9\xa7\x9b\x99\x04\x3a\xef\xfd\x3c\x99\xf2\xf9\x0d\x1c\x41\x9f\x00\x8c\x33\x41\xe8\x67\x07\xc7\x51\x33\x38\x87\x86\xd4\x31\xfc\xc9\x7e\xa3\xcc\x54\x94\x11\x5b\x26\x7e\x2b\x82\x6c\x99\xfb\x35\xa1\x7f\x41\xf3\x9f\x05\xa1\x5f\x9c\x03\xd2\x7d\xa1\xe1\x17\x4e\xf6\xbf\xa1\x92\x2f\x82\xd0\xaf\x2e\xb9\x21\x27\x05\xff\x7b\xeb\x7c\x62\x92\x3d\xcb\x75\xce\x61\x6b\x19\x4b\x39\x39\x71\x13\xf7\x79\xc7\x89\x54\x58\x32\x4c\x21\xfb\x76\xd2\x08\x93\xaa\x15\x7f\xad\x54\xfc\x75\x5b\xc5\xd5\x2c\xdb\x72\xa8\x96\xa1\xb6\x7f\x80\xfe\x9e\x14\xfc\x0d\x62\x12\xa1\xff\x40\xef\xbf\x0a\x42\xef\x09\x76\xfe\x94\xf6\x0e\xe9\xc1\x63\x7a\x78\x70\x41\xb9\x64\x11\xf8\x4f\x39\x2e\x15\xaf\xeb\xea\x0d\x34\xd0\xdc\x1f\xcc\x69\x34\x37\xde\x18\x16\x81\x89\x50\xd7\x5e\x59\x2a\x76\xb8\xf9\xb4\xf3\x3f\xd3\xd8\x27\x79\x5d\xd4\x5b\x69\xb7\x9b\x81\xa4\x02\xb3\x78\x4d\x2e\x57\xab\x40\xb6\xdb\x4f\x9e\xa9\xbf\xbd\xde\x6f\x2c\x90\x84\x4a\xc9\xb6\xed\x69\x87\x07\x84\x46\xb2\xe6\xb3\x7e\x24\x77\x28\x54\xeb\x65\xa7\xf9\xd1\xfb\xbd\x26\x63\xf7\x84\xe5\xc9\x05\x66\x0d\x12\xbf\xcc\x8f\x8b\xd7\x32\xdc\x0f\x9e\x82\x37\x3a\xc3\x32\x29\xf3\xe9\x2d\xa0\xa2\x42\x2d\x2a\x96\x90\x8e\xf2\xb6\xd5\x6e\xdd\x7c\x0d\xb4\x64\x69\x4a\x23\x62\xc0\x1b\x95\x7d\x54\x60\x8b\xf7\x66\x98\x1c\x97\x00\x05\x22\xd2\xb2\xba\x12\x59\xb1\x7f\xfd\xbe\x6b\x78\xaa\x1a\xf9\x65\xaf\x63\x69\x1f\xfc\xac\xf4\x35\x89\xbc\xc3\x03\x18\x0f\xd8\x1d\xab\x36\x1f\xb2\x7c\xec\xb5\x21\xed\x48\x59\xbd\x7d\xc7\xe1\x30\x18\xf6\x17\x9c\x72\xc6\x98\x94\xed\x76\x24\xb5\x19\x53\x5d\xa4\x08\x1d\x72\xd9\x42\x63\x69\x2d\xe2\x13\x69\xcd\xdf\xeb\xdd\x40\xf5\xef\x26\x97\xed\xb6\xc6\x0c\x75\x70\xa6\xc2\x23\x74\x2a\xd8\x44\x30\xc3\x0a\x84\x71\xa2\x9c\x20\x6f\x71\x63\x78\xc0\xc0\xa0\x84\x1b\x6d\x6d\xb7\x0d\x4a\xd3\x0b\x3a\x7a\x9b\x5b\xad\x82\x0e\x6e\x82\x2a\xa4\x77\x41\x70\x9f\xa8\x33\xb4\xdb\x26\x83\xf6\xb9\xa8\x8e\xbc\x76\xbb\xf7\x0c\x43\x46\xdd\xcf\x52\x31\x2a\x12\x0d\x64\x2a\x63\xbe\x6d\x6d\x98\x2c\xeb\x2d\x00\xef\x9a\x6a\x01\x3e\x0a\xc6\xfa\xf1\x9e\x0e\x1e\xce\x38\x1d\x38\x4b\xbb\xe6\x04\x6c\x10\x25\xbb\x03\xdf\x01\xfd\x66\x97\x0a\xb5\x8d\xeb\xdf\x42\x6d\xce\xcd\x2e\x05\x2c\x85\xaf\x7d\xa8\x79\xd8\x42\x5f\x15\x3c\x01\xa7\x15\xd3\x2c\x45\xa7\x37\xe8\xef\x03\xdd\x51\xe4\xf9\x32\x9b\x83\x2b\x0b\x78\x55\x0c\x5c\x53\x48\x3e\x0f\x21\x63\x21\x27\xf8\x73\x0d\x6e\x2d\x4c\x3b\x8b\x39\x44\x2f\xa5\x1c\xf7\x9b\x5d\x87\x52\x9c\x4a\x87\xf1\xd9\x6e\x97\x0e\xab\xdd\x70\x4d\xbd\xcf\xa0\x55\x69\x0f\x1c\x0c\x9a\xcd\x89\x3c\xc7\xa3\xfb\xa2\x5f\xb3\x05\x0e\x06\xcd\x6e\x85\x68\x4c\x65\xc9\x86\x7f\x01\x0c\xf8\x80\x65\xf8\x14\x51\xa9\x53\x44\x1c\xb5\x5c\x7c\xf0\x48\x2e\x1b\x85\xf0\xdc\x3c\xe0\x74\x55\x07\x91\xe3\x4f\x05\xa1\x1c\xa5\x06\xc8\x0f\xea\x87\x74\xa2\xcd\x6f\xf3\x7e\xb0\x26\xe8\xc8\x6c\x86\xdb\x38\xbd\x34\xdb\xb9\xe5\xab\xc2\x78\xe4\x0a\x40\x97\x3f\x5c\x38\xc3\x04\x5e\x87\x15\xc6\x7d\x01\x8f\xe5\xdb\x8c\x14\xae\xca\x65\x58\x42\xe8\x9a\x58\x05\x00\xc5\x52\x96\x96\xca\x50\xf9\xb5\x74\xbf\x6e\x50\x47\x46\x0f\xb3\x73\xba\x80\x6a\xdc\x8d\x16\x51\xdc\xca\x9f\x29\x10\xfa\xb7\xb2\xfa\x10\x92\x53\x2b\x1d\xb6\xb4\x08\x05\x1e\xe1\x91\x3b\x1e\x8d\xb9\x95\x1d\x5d\x64\x7d\x2d\xd9\x8d\x44\x01\xc3\x35\xc0\xbf\x94\xec\x5a\xaa\x73\x6a\xeb\x71\xb7\x5a\x3d\x7d\xb6\xfd\x1c\x2c\x47\xf7\x48\x7a\xe4\x6e\xa6\xea\x98\x49\xd8\xdc\xc3\x18\x8e\x44\x00\xd4\x50\x37\x76\xa2\x9f\x4b\xa2\xe6\x6d\x66\xc4\x1a\xa5\xc2\xb2\xb4\x5c\x22\x2d\x77\x00\x72\xd2\x25\x8f\xda\xed\x42\x7a\x97\x92\x98\xb9\x3c\xbf\xf0\x53\x85\x78\x97\x92\x72\x0a\x7e\x32\x88\xcf\xd9\x1c\xa6\xe1\x55\x40\xd4\x04\xa3\xa0\xa7\x14\xdd\x69\xbf\x0c\x56\x68\xf7\xca\xf1\x64\x50\xd9\x8b\x8f\xa5\x91\x9c\x3a\x66\x29\x70\x2b\xf1\x54\x87\xe9\x4c\x32\xd5\x30\x0b\xe9\x0c\x9e\xc8\xfa\x69\xaf\x15\xf5\x5c\x9e\x99\x28\x60\x50\x35\x95\x23\x70\x52\x8e\x00\x5a\xe7\x3b\x6a\x7b\xc6\x4c\xdf\xa1\xb4\xf5\x67\x49\x8e\x1b\xf4\xc4\x41\x72\x3c\x62\x54\xf0\x19\x5d\x20\xd4\xf2\xbb\xde\x29\x4e\xdd\xec\x35\xaf\x01\xdb\x56\x43\xad\xf8\xef\xb2\xea\xf9\x42\x8b\x57\x40\x71\x60\xb5\xea\xdd\x57\x11\xbd\xfb\x01\x59\xad\x38\x2a\xfa\x07\x6a\x6b\x86\x15\xf5\xc7\x2e\x04\xd6\xa6\xff\x49\x3e\xb0\xa1\xfe\xef\x92\xbe\x94\x3f\x7b\x16\xde\x25\xa3\xfe\x2c\xfb\xf5\x07\x06\x2b\x2f\x8c\x6f\x7d\x25\xc9\xbe\xcf\xb6\xe3\x19\xa5\xc0\x66\x08\xaa\x7e\xd6\xad\xf3\x7e\x70\x55\xc5\x09\x15\x95\x08\x54\xfc\x30\x82\x5b\x30\xee\xad\x9c\x8c\xda\x88\x44\xb0\xae\x2f\x4a\x9f\xae\x62\x6f\x8f\xa8\xcd\xe3\xa5\xf6\x18\x10\xd0\xf0\x5c\x5c\x90\xd5\xaa\xa9\x3a\x74\xae\x3e\x2e\x68\x80\xbf\xce\x4b\xf6\x9b\x82\xa9\x57\xd2\x28\x15\xf8\x70\x6c\x54\x7c\xd3\x55\xfd\xcb\x6d\xdb\x20\x5f\x4b\x57\x39\x08\x2a\xf3\x39\xeb\x5a\x81\x92\xf0\x43\xb4\x08\xad\x7b\xa1\x13\x8c\xef\x85\xae\xf4\xd0\xf4\x2c\x89\x3c\xfe\x4c\xe1\x89\xf8\xcd\x8e\xe4\x9d\x2a\xd7\x0f\xa9\xf6\x2b\x16\xec\xf3\xb5\xcf\x99\x58\xf3\x3e\x42\xae\xdb\x08\x3b\xa9\xbc\x2e\xce\xd0\x8e\x95\xdc\x85\xac\x12\x61\x3c\x58\xac\x55\x7c\xe9\xd2\x66\x1d\xea\x07\x9b\xd6\x00\x7f\xe8\x0a\xec\xdf\xd4\x10\xb8\xdd\x0e\x06\xdc\x1c\x84\x1c\x5d\xeb\x39\x9e\x72\x9a\xbd\x7e\x80\x91\x41\x19\x89\x75\x38\x0d\xaa\xd5\xaf\x05\xbe\x79\xc9\x57\xd5\x11\xf8\xb0\x9f\xa2\x61\xf8\x5c\x1a\x07\xc9\xef\x35\x3d\x33\x68\x36\xbd\x9d\x89\x5e\x40\xda\xbd\x47\xa4\xdf\xec\xf5\xab\x12\xc6\xb7\xd2\x2b\xb5\x46\x38\x33\xf7\x1f\xf6\x37\xf7\x88\x1f\x34\x92\x34\x2f\x78\x1a\xa2\xd0\xe7\x8f\x4f\x6f\x5e\xbf\x3c\x9d\xf3\xa9\x39\x7b\x7c\x7c\x20\x0a\xa7\x77\xbb\xff\x25\xfd\x3c\xf9\x17\xe4\x05\x1b\x86\x49\x27\x9e\xcb\x48\xbb\xaa\x00\x5b\x7a\xf4\x16\x12\x12\x45\x14\x57\x8a\xa0\x6e\x17\x1a\x50\x02\x54\xdc\x1e\x2f\x96\xc0\x73\x4c\xb2\xdf\xfd\xdb\x84\x4e\x23\x80\xe7\x39\x1c\x6a\x07\xbe\xf1\x9d\x96\x0a\x13\x03\xc9\xb0\x5a\x64\x21\x27\xb5\x98\xc5\xbc\x1e\x63\x88\x3a\x27\x9a\x6c\xb8\x54\x01\x4f\x70\xf8\x4c\x02\xe4\xaa\xbd\xef\x6e\x1e\x7e\x7b\x6f\x6e\x96\x3f\xb8\x9c\xaa\x3b\xe4\xd6\x43\x99\x7e\xd0\x84\xd1\x47\xfd\x7b\xa6\x7f\x3f\xd5\xaf\x94\x9f\xed\xe9\x86\x5a\x40\x61\x07\x31\x04\x8c\xe1\x43\x5b\x69\xff\x69\x65\x01\x0f\xc2\x7e\x58\xf5\xe2\xed\x7f\x92\x66\x07\xfc\x20\x57\xab\x0f\xb2\xc9\xd4\x64\x82\x3f\x1a\xc1\x3e\x48\xea\x1c\x65\x5a\xe7\x5a\x75\xa5\xdd\x7e\x27\x3d\x41\x06\x82\xdd\xa1\xcd\x86\xe8\x54\xb3\x51\x99\x0a\x37\xf2\x45\x2a\xd6\x7d\x4f\x30\x4f\x54\xdb\x6f\xb7\x6b\x11\xd6\xc5\x6e\x22\x97\xc6\x37\x16\xe9\x8c\xa4\x76\x0a\x0d\x12\x49\x2a\xd8\x1d\x3e\x1a\x0c\xde\xad\x44\xa7\xfc\xa0\x18\x7c\x87\x5b\x8e\x49\xc1\x4f\x0a\xa7\xb7\x2e\x62\xc3\x18\x6b\x0b\x38\x5f\x6b\x42\xcf\x64\xbb\xfd\xa7\xf4\xce\x24\x85\x11\x39\x93\x4c\x50\xa1\x88\xe5\x8f\x12\xa8\xe5\x33\xed\x84\x87\xd0\xee\x33\x51\x52\xcb\x81\x4b\x2d\x9b\x3c\xb4\xf4\xd9\x83\xd4\xb2\x9a\xbe\x1a\xb5\x1c\x38\xd4\xb2\x58\x13\x1a\x18\x25\x80\x0f\x12\x2d\xb4\xde\x87\x1e\x58\x09\x84\x72\xd2\x30\x3f\x68\x61\xae\xff\x66\xb9\x34\x7f\x1d\x63\xf3\xb0\x94\x86\x68\x03\x75\x63\xa5\xae\xfe\x5b\x33\x7a\xbe\xb8\x3e\xae\xda\xd3\x8b\xd2\xbf\x52\xc5\x6e\xfe\x45\xcd\x7e\x9e\x8f\xce\x4a\x4b\x7a\xf8\xa3\x69\x2e\xfc\x6d\x18\xc2\xa9\x11\x4c\x16\x73\x6d\x33\x6f\xfe\x5e\xf1\x49\x22\xec\xaf\x63\x66\x7f\x52\x37\xb7\x7f\xef\xd8\xdd\x8f\xe5\xcd\xe7\x59\xa3\xe6\x33\xe0\xc4\xf5\x1e\x30\x45\x47\x4c\xda\x10\xdf\xfc\x5d\xe4\xf6\xef\x84\xdf\xe8\x3f\xdb\xbc\x06\x1c\xef\xf4\x21\x70\x52\xf5\x27\xa0\x43\x9f\x67\x8d\x39\x2f\xa4\x36\xf5\x57\xc1\x63\x1d\x04\x4b\x7f\x6d\xef\x2f\xe5\x58\x0a\xfb\x03\xd6\xff\xe6\x67\xc3\xdb\xc1\xf1\x36\xcf\x07\x2f\xaa\x2e\x10\x20\x88\x63\x7f\x95\x4d\x16\x53\xd3\x3e\x7e\x98\x9b\x5a\xc5\xbd\x00\x1d\xa6\x5d\xe2\x03\x26\xa9\x89\x6b\xd8\x3f\x60\x8a\xad\xa7\xd7\x84\xe4\x75\x82\xf3\xfb\xc2\x04\xc0\x7a\x1f\x42\xaf\x6d\x28\xbb\xd2\xd9\xdf\xa9\x80\x95\xf8\x62\xe8\x8d\x0d\x29\x04\x80\xc0\x3b\x13\xc8\x6c\x7e\x28\xa9\x87\x12\xca\xea\xf0\x1b\x27\xac\xca\xeb\xe0\xbb\x32\x98\x39\x25\xa1\x96\x1c\xe4\x3d\xe6\xa7\xc8\x46\xa3\x89\x2c\x7f\x16\x61\x0c\xf5\x43\x08\x6a\x07\xce\x25\xfe\xad\x0f\x55\x0f\x06\xea\x5d\x48\x0f\x4a\xab\xc6\xbf\x14\x95\xab\x87\xb9\x46\xe7\x57\xfc\x40\xd4\xfc\x47\xec\xf6\x2f\x61\x8c\x42\xaa\x4d\x7f\x91\xac\xeb\x7f\x91\xcf\xfe\xb2\xea\x59\x5f\xe4\xde\x1e\xd1\x06\x19\x7f\xc9\xf3\x2f\xf2\x82\x76\x89\x2f\xb9\x57\x77\x2e\x46\xcf\x5d\xa7\x09\xb4\x62\x37\x7f\x41\xfc\x61\xea\x96\x79\x8d\xde\x18\x7e\x52\x46\x97\xd0\x06\x35\x4e\x3b\xae\x9f\x05\x5a\x33\xb8\xdf\x28\xe7\xb4\xf5\x93\x72\x82\x6f\x67\x35\xe8\x8d\xae\xb2\xbb\x64\x76\x33\x71\x36\x8f\xc5\xac\x3e\x39\xb5\x01\xb6\x6d\x38\x1b\xb4\xad\xce\xdd\x3c\xcd\xbe\x67\xda\xac\x36\xb2\xe9\xb5\xe4\x17\x9b\x7d\x2e\xa3\x6c\x2e\x35\xf3\x51\x8d\x48\x9d\x07\x46\x5d\x3e\x1e\xad\xf0\x2a\xa9\xe5\xfe\x39\x43\xe5\xf0\xcd\x75\xf1\x1a\xca\xd9\xde\xed\x70\x65\xe2\x30\x89\x6b\x20\x0f\xd3\xcd\x46\x1c\x03\xb7\x3a\xaa\xff\xfb\x0d\x6d\x36\xf3\xb9\xb4\x98\xda\x58\x32\xff\x41\x43\x6a\x21\xff\xad\x16\x32\xd8\xfa\x35\xb4\x2d\x5e\xa3\x6a\x93\xd7\xa8\x1a\xdf\x35\xb4\x65\x5d\xc3\xda\xd1\x35\x40\xe7\xba\x01\xb6\x72\x8d\xd2\xd2\xad\x51\x35\x6b\x6b\x58\xfb\xb5\xfa\xc9\x93\xa4\xa3\x86\xb1\x35\x73\x4f\x0f\xe7\x98\x50\x59\xb4\x75\x59\x43\x6b\x79\x37\x4a\x4b\xb2\xea\xa6\x6f\x4d\xc4\xaa\x3b\xc9\x57\x09\xf4\xc8\x99\x2c\x1c\xe2\x01\x68\x04\x73\xe8\x2a\x00\xab\xfb\x65\xfd\x7d\xff\x30\x4b\x43\x5e\x78\x7f\x4b\x52\x71\x4f\xf3\x4f\x8d\x0e\x75\xc8\x6c\x54\x4f\xdb\x97\x28\x5d\xf1\x79\x4d\x83\x31\xf4\xbf\x06\xf0\x52\xb8\x7e\x2a\x43\x5d\x41\xb7\x28\x39\xba\x77\xa2\x5c\x9a\x57\xa0\xd0\x97\x5b\xfb\x81\x6b\x6a\xbe\xf1\x2a\x4a\xd5\xf0\x4d\xa0\xf2\xbb\x2f\xd4\x55\xdd\x10\x59\x3e\xef\x6b\x45\x63\xfd\xfc\xaf\xf5\x12\x8a\xca\xae\xa2\x7c\x48\xb6\xfb\x8c\x8d\xfc\xd1\xfe\x3e\x56\x1b\x33\x71\x3e\xba\xa0\x63\x16\x77\xcc\x55\x8c\x4e\x58\x5c\xed\x80\x1f\xb3\xd8\xb6\xa5\xaa\x1e\x37\x19\x8b\xda\x6d\xb9\x55\xff\xce\x23\xc4\x78\x6b\xfc\x47\x7a\x92\xc6\x74\x42\xfc\x88\x8d\xb5\x36\x71\x36\xf7\x46\xac\xeb\x8f\x2c\x9d\xe9\x8f\x54\x1f\x11\x10\xdf\x05\xc4\xff\x7f\x0b\x10\x70\xe7\xf5\xd9\x78\x7d\xe3\xec\xaf\xa0\xe6\xa9\x90\x57\xfc\xc9\xfd\xee\x32\x19\xee\x49\x0f\x5e\x35\xe4\x7b\xc3\xd6\xb7\x6f\xa8\x1e\x38\x6c\xf9\x61\x27\xe6\x39\x5e\x37\x78\xe4\x05\x94\xd3\x03\x78\x85\x35\xec\x70\x21\x3c\xa1\xf9\xc5\x41\xc4\x86\x2d\x54\xa9\x45\x67\x8e\x80\xe4\x7b\x60\x81\x30\xe7\xa9\xc8\xa6\xae\xeb\xff\xc3\x47\x44\xab\x1c\x1f\x38\xb6\xce\x61\x04\xf2\xab\xf3\x20\xba\x50\x8d\xa9\x5f\x06\xde\xaa\xb7\x3a\x1b\xff\x0a\x8c\x28\x2f\x20\xab\x95\x50\x70\x35\x7b\x94\x53\x34\xf9\xc7\xef\xae\xf9\x5e\x57\x35\xff\x45\x54\xd7\x71\x7f\xf0\xcc\x3a\x4a\xb4\x37\x04\xfb\xb0\x94\x4d\x3a\x7f\x70\x31\x70\x3f\xfa\x5d\x1a\xb1\xd0\xdf\xc1\x49\x6c\xb7\x9f\x36\xdd\x8b\x5d\xbb\xed\x45\xac\x76\xb5\x73\xf5\xdf\x45\xbb\xdd\x0c\xda\x6d\xdd\x2b\xeb\xd7\x17\x57\x3c\xf0\xc3\x0c\x37\xd0\x97\x2b\x76\xe0\x47\x4c\xac\x71\x05\xdc\x93\x5e\x44\x68\xac\xe7\x6d\xd8\xda\xf3\x82\x81\xda\x44\x8c\xd3\x9b\x61\xcb\xcc\x25\xf1\x47\x50\x7b\xac\x26\x53\x5d\xd2\xe5\x8a\x3d\x20\x94\x47\x60\x30\x00\x8f\x5a\x8e\x60\x56\xe3\xea\x88\xf1\x8d\x11\x7b\x8b\x7e\x72\x02\x62\x64\x5e\x56\xe3\x51\x0e\x0e\xfa\x52\x0b\xc0\xba\x7d\xc9\x46\xc2\xf5\xe1\xd4\xeb\x4b\x96\x98\x18\x23\x17\x92\x2c\x16\xeb\x90\x49\xc7\x64\x43\x35\xc6\x89\x6f\xdf\xfc\x6e\xbe\xc7\xcb\xbd\xa5\xaa\xcd\x53\x2c\x3a\x0e\x95\x17\x4d\x94\xa6\x13\xf1\x31\x22\x0f\x94\x6a\x7d\x31\xb0\x33\x2a\x07\x7c\xd3\x49\xa9\x6a\xf1\x4e\x0f\x9a\x11\x23\x25\x57\xb2\x2f\xd7\xa4\xbf\x23\x7b\xb3\x4b\xfa\xbf\x50\xe9\xaf\xd4\x54\x7d\x0c\xef\xbb\x70\x5d\x38\xe1\xee\x27\x8c\x75\x9c\x17\xb4\x7b\xc4\x5a\xb9\x1d\x10\xfb\x1c\x8d\x20\xbc\x0f\x5c\x3b\xdf\x75\x63\x65\x0c\x11\x7c\xb3\x5d\x6a\x4b\x0c\xb0\xaa\x58\xad\x1e\xa0\x71\x85\xde\x30\x77\x99\x4e\xf8\xda\xd3\xa0\x5c\xad\x9e\x30\xc6\x62\x07\xab\x63\x87\x03\xe7\xb8\x86\x4c\x22\x0f\xab\xc6\x5d\xd1\xb8\xe3\x33\x1e\x40\x46\xbe\xb1\x2e\x1c\xb9\x00\x8d\x11\xa0\x31\x51\x1b\x20\x1b\xed\x02\x87\x8e\x4b\x58\xc6\x0e\x2c\xe3\x3a\x2c\xba\xd1\x11\x33\x9e\xf9\xc0\xcd\x8d\x01\x22\xf6\xc9\xdd\x88\x2d\x43\x2f\x76\xed\x57\x8c\x57\x41\xdf\x81\xed\x21\xc2\xf6\x08\x60\xbb\x13\x2c\x62\x23\xeb\xc1\xb2\xc1\xc1\xd5\xa2\xc3\xf8\x5c\x0b\xdb\xdf\xf5\xdb\xc0\xab\xe9\x94\xa3\xf1\xe5\x35\x78\x10\x1a\xb1\xf3\x0b\x7f\x98\xea\x23\x2e\x66\x6f\x70\x59\xa1\xf4\xcc\xa2\x56\x6c\xc6\xaa\x10\xf4\x9a\x6d\xbc\x20\x5d\x97\x25\x2b\xcc\xc8\x84\x17\x96\x67\xc4\x86\x6e\x42\x4d\xb9\x61\xcc\x3e\x8a\xaa\xa7\xb5\xd2\x4b\xd8\x35\xd3\x5f\xc3\x96\x3f\x66\xa7\xdb\xf2\xa1\x86\x82\xca\x18\x4c\x16\xf3\xad\xf9\x02\xa0\xa4\x31\xd9\xb4\xce\xa3\x42\xce\x75\xd4\x66\x09\x2d\x44\x51\x1d\x3a\x40\x47\x2c\xa0\x7e\x5d\xef\x93\x61\x8c\x38\xee\xeb\x34\x63\xe4\x87\x9a\x15\x8e\xc6\x73\x25\x6a\x31\xdb\xea\xd3\x6e\xb7\xe3\x3b\xe7\x16\x02\xdd\x78\x2e\x36\xfd\xeb\x55\x5d\xeb\xa1\xf0\xfc\xc7\xee\xf7\xd4\x95\x7e\xbb\x43\x3e\x27\xaa\x0a\x88\x65\xf5\xb8\x51\x19\xce\xee\x30\x3d\xa9\x81\xe5\x30\x32\xca\xfc\x86\x8b\x51\x8b\xa9\x0e\x93\xbb\x05\xf7\xc7\xec\xaf\x4a\xc5\x2f\x43\xcc\xf6\xa7\xfe\x7d\x15\xf6\xc7\xec\x8f\x4a\x96\xd7\x2a\xea\xef\x1a\x38\xe6\x94\xeb\x8f\xd9\x55\x2d\x49\xef\xe5\xfd\x31\xfb\xa7\x8e\x21\xd9\xec\xc6\x99\x08\x77\xa2\x8c\xde\xc5\x98\xfd\x29\xfe\x33\x17\x82\x55\x27\x75\xf5\x11\x73\x38\x4f\x1b\x91\xd5\x61\xab\xf8\x3a\xfc\x05\xa7\x88\x7a\x5d\x7e\xc2\x43\x7e\x59\x92\xd3\xf4\x96\x35\x97\xea\x90\x33\x63\xa6\x88\x0d\xba\x60\xcb\x81\xd9\xd5\x06\xf1\x1e\x68\x29\xeb\x1e\x80\x26\x46\xec\x2f\xd5\x56\x63\xc8\xe6\x82\x09\x7a\x69\xb6\xc1\x21\x48\x23\x2e\x59\x01\x47\xc4\x15\xbb\x74\x9c\xca\xab\x8d\xef\x52\xed\x82\xf6\x94\xb9\x6a\xb7\xbd\x4b\x76\x65\x9c\x9f\x2d\xda\x6d\xef\x8a\xbd\x0b\xbc\x82\x2e\x8c\x47\xb4\xab\x76\x7b\xa9\x5d\x14\x46\x5e\x41\xaf\xe8\x25\x21\xe8\x24\xf9\x56\x9f\x0e\x05\x2b\xcc\x06\xd9\x7d\xb6\x2c\xb9\xb2\x31\xdc\x82\xc6\x5e\x4c\xaf\x8d\xba\x82\x54\x34\x89\xcb\x80\x8d\x1d\x06\xec\x52\x91\x76\xeb\xf2\x60\x7c\x4c\xc8\x1d\xef\xdf\xc5\xac\xb2\x56\x8d\x6c\xb1\x32\xde\x2a\xd2\x1f\x33\x77\x99\xd7\xf3\x99\x38\x38\xfd\xec\x89\xdb\x03\xaf\xd4\xd7\xe0\x17\xd9\xb1\x2c\x58\xad\x42\xd7\x64\x43\xe5\x59\x86\xde\x35\x59\xad\xae\xcf\xa3\xe8\xa2\xdc\x8c\xd5\xd1\xb6\x5a\xc5\xea\x5e\x20\x4b\x91\x80\x1c\xc8\xbe\xa7\x62\xaa\x04\xe2\x20\xae\x72\xdb\xcd\x39\x83\x12\x1e\x6d\x27\x00\x55\xc2\x99\xbf\x15\x2a\x6b\x54\x42\xc7\x4c\x1d\x20\xd7\x03\x00\xac\x8f\x2e\x5f\x0d\x0e\x5c\xb7\xdb\xde\x2d\xfb\x27\xf0\xae\x09\xbd\x6e\x32\x76\xbb\x5a\x3d\x6c\x32\x76\x8d\x93\xff\xc8\x04\x09\xb9\x76\x0c\x28\xc7\x78\xa9\xb8\x46\xea\x44\x5d\x59\xae\xc9\xdd\x52\x6d\x82\x57\xac\xce\xbd\xf2\x17\xac\xce\x04\xf3\x0b\x33\xfe\xc3\x16\xca\x87\xeb\x43\xbf\x75\xda\xc8\x92\x7d\x12\x14\x5b\xa8\x71\xad\x16\x6c\x0b\x0b\x4c\xb5\xa2\x2b\x19\xb6\xfc\x5b\xfd\x58\xf3\x78\x10\xf7\x17\xd2\x1b\x13\xff\x52\xc7\x5c\x63\xcc\x35\xf1\x11\x0f\x97\xde\x15\x2d\xf6\x86\x2d\xbd\xf7\xd2\x31\xa0\xa3\x1f\x1b\x8e\xff\xad\x1f\x57\x47\x9b\x5d\xfa\x57\xa8\x2e\x03\xd6\xb2\x0c\xa8\x7a\x6f\xa9\x2b\x5b\x40\x65\x7a\xb7\xa7\xd7\x88\xdb\x4b\x53\xd9\x25\x5d\xd6\x2a\xbb\xa5\x57\x6c\x49\xfc\x5b\x76\x05\x83\xdb\x6e\x5f\x93\xa0\x7f\xb7\x64\x63\x7f\xc1\xae\xfd\x42\x0b\x83\x2f\xd9\xd2\xbf\xf4\x2f\xd9\x28\xf2\x2e\x09\x29\xf6\xf6\xfc\x4b\x23\x26\x66\x0b\xff\xca\xbf\x52\x29\x57\x84\x5c\xee\xed\x19\x57\x68\xc5\xfe\xa5\x4f\x96\x2a\x7e\x49\x68\xb1\xbf\x6f\xe2\x2f\xf7\x0b\x9f\x2c\xd8\x30\x1d\x45\xde\x82\xd0\x4b\x93\xa2\xb2\x00\x7a\x29\x44\x5d\xd8\xa7\x2f\x16\xed\x36\x44\x38\xae\xde\x11\xc7\x03\x5f\x57\xee\x2f\x18\x54\xb5\x5e\x3a\x38\x83\x61\xb3\xf9\x8c\xdb\xed\x38\xf2\xc0\x79\x3d\x5d\x2a\x3a\xd8\x24\x5c\xdb\x1d\xe7\x56\x67\xb9\xa5\xd7\x2a\x4b\x97\xac\xd7\x6b\x58\xe4\x62\xb0\x90\x9e\x20\x66\x15\x8c\x35\x5d\x8a\x32\xcb\x78\x97\xcc\xd2\x51\xfe\x00\x74\x1a\x57\x5f\x6e\x18\xc3\x2b\x0b\xf0\x8a\x0d\x50\xba\x20\x6a\x84\xe7\x41\xd8\x95\xb4\xee\x32\xa6\x52\xdd\x91\xd4\x90\x48\xf2\x27\x3b\xc5\x84\xbb\x3f\xd9\x89\x84\x4d\xf4\x15\x3b\x46\x0d\x20\xcf\x05\x8a\xa8\xaa\x9d\x96\xaa\x80\x81\xcc\xb4\xf2\x2a\x77\xbc\xe5\x55\x6e\x0d\x50\xbb\xed\xfd\xc9\x5e\xa0\xdd\xf5\x9f\xf0\xf1\x27\xd8\x77\x13\x72\x97\x4a\x6f\x44\xff\x44\x54\x35\x92\xf9\x57\xed\xf6\x2b\x8f\xd3\x58\xbf\x2c\x55\x53\x91\xf1\x5e\xb1\xb8\xfa\xf2\xa5\x82\x34\x7d\xd5\x29\x1f\x0c\x57\x90\x3b\xef\x6c\x23\x14\xf0\xec\x74\x4c\xcb\x14\x1a\xeb\x07\x41\xd7\xaf\xea\x93\xf3\x03\x4f\xc5\x38\x9c\xaf\x48\x45\x7a\xfb\x6a\x43\x7a\xfb\x41\xb2\x57\xf4\xa3\x64\xc2\x88\x5c\x77\x52\xa2\x67\x92\x7d\x94\xec\xc3\xb6\x5c\x2e\x29\xf8\x09\xf4\x4d\x6b\x24\x85\x4b\xcd\xed\x22\x0c\x4b\x2a\x0e\x85\xbe\x9f\xd5\x88\x97\xe3\x6d\x89\x9a\x3a\x5b\x40\xf5\xf4\xbd\xb9\x20\xfd\x8c\x26\xb7\x95\xa2\xf3\x26\x50\xdf\x90\x6a\x03\xf8\x91\x0e\xae\xa1\xcb\x54\x91\xd7\x6c\x3b\x37\xd8\x37\x8b\x74\x97\x5e\xe7\x46\x41\xe0\x55\xdb\x62\xc3\x74\xb3\xa0\x11\x8f\x6c\x96\x35\xbc\x61\x53\x7c\xfd\xda\x68\x85\xe0\x52\x92\x03\x50\xb0\x05\x3b\xe8\xed\x0d\x6f\x98\x44\xb4\xdb\x07\x07\x28\x34\xd7\x3a\xd5\xdb\x8a\x1a\x2f\x84\xfe\xeb\x76\xdb\xab\xa8\xa8\x86\x5a\x45\xb5\xdd\xf6\x12\x58\x5c\xdb\xca\x35\x19\x7b\x3d\xd8\x06\x0d\x63\xec\x75\xbb\x9d\xa8\xd2\x1f\x40\x21\x98\xf4\xbd\xb1\x60\x92\x4e\xc4\xaf\x5a\xf3\x27\xc0\x90\x20\xf4\x15\xcb\xa4\x27\xe8\x6b\x42\xbb\xcf\x5e\x95\x34\xd0\x6b\x38\x2e\x5e\x0b\xef\xb5\xe6\x5f\x6d\x23\x82\x5e\x3b\x44\xd0\xab\x35\xa1\x1f\x06\xaf\x41\xd7\x96\x7d\xe8\x7b\x1f\x58\x2c\x1d\xf7\xb4\x1f\x54\x9d\x3a\xd1\xd0\x61\x1f\x58\x28\x07\xdf\x71\xe0\xfb\x63\xfc\x25\x02\xe1\xd9\x10\x7c\xd4\x24\xe7\xd2\xc0\xb7\x29\x21\x19\xa6\xe6\xa6\x67\x94\x27\x77\xc1\x2f\x6b\x52\x74\x69\x00\x5c\xe7\x0a\xef\x03\xe2\x3e\xb6\x2c\xa3\xea\x83\x80\x77\x86\x8d\xda\xe7\xb6\x9a\x7e\x40\x2b\xfc\xd4\x7e\xe8\xa8\x1b\x65\xb2\xee\x83\x2d\x70\x49\x64\x2a\x40\xcd\x51\xbb\xc5\xb5\x0f\x5f\x70\xf0\xbb\x50\xa5\x85\x65\x85\x16\x8e\x60\x38\x22\x1a\x31\x78\x96\xc9\x8e\x79\xd4\x6e\x8b\xce\x22\x45\x67\xa1\x00\x7d\x04\x1e\xa4\x75\xbe\xa0\x92\xcf\x10\xca\x3a\x13\x01\x2f\x30\x9a\x38\xb6\x8e\x84\x4a\x43\x85\xc8\x71\x8e\xbc\xf1\x26\x81\xc8\x1a\x65\x69\xf3\x44\x4a\xbb\xfd\xb0\x69\xde\x3d\xb1\xba\x66\x03\xad\xec\xef\x7a\x44\x89\x5c\xae\x93\x19\xab\x88\x05\x8e\xab\x04\xe4\x58\x18\xff\xbd\xed\x76\xd8\x64\x4c\xf8\x86\x7f\x14\x02\xb7\xbd\x7c\x35\x65\xc2\xe2\xcd\x07\xaa\xf0\xd0\x1f\x03\x6b\x0a\xb7\xc2\x87\x78\xa2\x38\x03\x3b\x81\xbb\xc0\x84\xca\x81\x37\x56\x63\x16\x96\x4e\xd6\xc7\xed\xf6\xc8\x1d\xdb\x90\x8e\x69\x4c\x08\xe9\xcb\xd5\x6a\x7b\x66\x33\xc0\x26\x27\xbc\x8c\x6d\xaf\x1f\x4d\xc6\x46\x16\xb9\x77\xab\x7a\x8c\x5c\x84\xfc\x1e\x99\x37\xc3\xc6\x91\x76\x09\x12\xd5\xd4\xa4\xa7\xd1\x0e\x8b\x09\xf3\x66\x94\xd9\xef\xf5\x4a\xe9\x57\x0e\x0d\xe7\xba\x6d\x15\x9c\x8c\xc5\x47\x33\xe8\xf0\x45\x91\x9d\xaa\xf3\x6e\xab\x43\xf2\x34\x72\x95\xeb\xea\xcf\x4e\xc1\x8e\x37\xb3\xda\x9f\xf0\x9d\x66\x79\x38\x4f\x66\xee\xd3\x55\xdb\xf4\xd1\xec\xb3\x8c\x15\x5a\x60\x6b\xfa\xbf\xf4\x5e\xa2\xf1\xa3\xfd\xb3\x1c\x3b\x33\x74\xf0\xbd\x45\x98\x91\x2c\xda\xa1\xe0\x9a\x4b\x70\xab\x94\x2d\x8a\x41\x19\x34\xaf\xc0\xcf\x76\x95\x0a\x27\x92\xcf\x4d\x39\xf7\x43\x97\x2c\x67\xfc\x12\x56\x66\xaf\xfe\xc6\x9f\xfb\xfa\x2f\x3c\x4f\xfa\xb4\x92\x43\xbf\x34\x14\x64\xe2\x46\xe3\x2c\x3a\x98\xa8\x17\xab\x32\xe4\xe7\x91\x55\x2e\xd5\x85\x60\xd7\xa8\x68\x69\x1a\x5f\x2d\xa6\x25\x70\xbf\x83\x5a\x72\xe8\x68\x1e\xbd\x6d\x6f\xfa\xfc\xcb\x23\xeb\xa9\x6c\x2e\xaf\x92\x6c\x91\x1b\x45\xcf\xd2\x45\x56\xd7\xe7\x78\x25\x78\x52\xe9\x4d\xe9\xcc\x0e\x0c\x3f\x80\xd4\xbe\x87\x6f\x98\x2a\xac\xb8\xd7\x74\xc2\x03\x0c\xa3\xa3\x49\x47\xbb\xb7\xc1\xfd\x60\x7f\x1f\xc8\x83\x61\xeb\xfe\x3d\xf3\x02\x6a\xb0\xb7\xb7\xde\x02\xd3\xba\xee\xa4\xa7\x88\x98\x33\x29\x8b\xa8\x34\xa7\xbb\xbb\x77\x0f\x27\xb5\xff\x3b\xa7\x46\x14\xd5\xe7\x54\x3f\x4d\xdd\xe7\xe8\x27\xf3\x2a\x62\xbf\x20\xb5\xa2\x4b\x10\x78\xe1\xce\x78\x9a\x04\x72\x7e\x6f\xd8\xda\xbb\x8a\xe8\xb5\x13\xff\x7e\x9e\xcd\x72\x1d\x1f\x39\xf1\xd6\xb3\xba\x4e\xbb\x71\xd2\x40\x38\xa0\x0b\xb9\x62\xdc\xa5\xfb\xf4\xd3\xf9\x32\xba\x40\x41\xa8\xf5\x69\xe7\xbe\x1e\x53\xf2\xa2\x8d\x06\x6f\xc0\xc2\xf3\x28\xba\x58\xad\x42\x55\x94\xdc\x85\x2c\xd8\x7c\xb5\x09\xd6\x20\xac\x62\x7b\xc7\x0b\xed\xea\x0c\xf5\xf3\x3a\xe8\x80\x08\x70\xc4\x3d\x32\x93\xc8\x0b\x11\x2e\x03\x52\xe8\xeb\x6c\xa5\xae\x29\x67\xa1\x5f\x85\x6f\xfb\xcb\x58\xc7\xe6\x3d\x4e\x55\xdf\x6a\xc5\x15\xe8\x46\xc5\x9a\x23\x5f\x82\x97\x7c\x09\x1d\xec\x1d\x96\x61\x1b\xb4\xaf\x5b\x59\x84\x30\x06\x00\x0f\xcd\x5b\x60\xc8\xd6\xe7\xee\x7b\x42\xee\xb3\x8a\x35\xbf\x72\x87\x15\xa7\x72\x27\x81\xeb\x1c\xe5\xfc\x5a\x41\x5b\x3f\x56\xef\xb9\x7a\xb5\xe7\x37\xd1\x85\x6f\x65\x65\x81\x76\xfe\x73\x13\x5d\x18\xf1\xbf\xe3\xb7\x05\x6c\x57\x22\x76\x7e\x41\x8f\x22\xb6\xef\x58\xe3\x3d\x77\x91\x5a\x53\x3d\x0a\x7b\x4b\xa7\xd1\x2a\xbd\xfb\xdb\x51\xb4\x5a\x79\x56\x62\xcf\x6e\xa3\xf3\xa3\xe8\x82\xe2\x8f\x7e\x5f\x34\xda\xdf\x77\xdf\xc2\xc4\x83\xe3\x28\xda\xdb\xf3\x75\x36\x5b\xbc\x14\xfd\x6b\x4b\x82\xe3\x88\xdd\xad\xe9\x1b\xf6\x3c\xf2\x8e\x23\x42\xdf\xaa\x40\xb3\x47\xe8\x49\xc4\x8e\x2b\x98\xfb\x22\xaa\xfa\xb9\x04\x1b\x02\x7d\xd3\x52\x9b\x06\x38\x5e\x6c\x5a\x4f\x97\xc7\x91\x6f\x14\x15\x2a\xb4\x83\x50\xc4\x92\x5e\x24\x2f\x53\x40\xdd\xc9\x1b\xfd\x0e\xdb\xe7\x74\xca\xf3\xb1\xc4\xc7\xde\xb5\x5f\x09\x77\x4b\xd9\x59\xf0\xcd\x46\x31\xed\x91\xee\x6e\x4d\x23\x58\x53\x51\x23\x49\x1b\x21\x91\xe7\xd1\x05\x0b\xce\xa3\x0b\x5f\xe8\x2d\xdb\x7d\x23\xf5\x5f\x01\x2b\xd8\x9d\x7f\x13\x1a\x56\x3e\xf2\x22\x1d\xf3\x11\xbb\x43\x87\x4e\x5e\x1c\x4b\x67\x41\xa1\xed\x47\x29\xc8\x76\x0c\x48\x14\x01\xf3\x87\xf7\x96\xf8\x7f\x78\x6f\xdc\x57\x53\x23\xe7\xd5\xd2\x37\x66\xc2\x9b\x8c\x1d\x47\xf5\x27\xbf\x1e\x3d\x21\xc4\x7f\xe9\xbd\xa1\x81\xfa\x79\x4b\xab\x4f\x23\xbc\x8c\xea\x4a\x27\xe5\x5c\x72\xb3\xcb\x1c\xd7\x70\x60\xfb\x2b\xb6\xa2\x33\x92\x85\x3b\x26\xe5\x06\x23\xd8\x46\xa2\x57\xea\x9b\x48\x35\x73\x02\xac\x39\x3c\x89\xfe\xb7\xea\x9d\xe8\x3e\xa1\x1f\x39\xa8\x10\x0c\x5b\x9f\x8d\xb3\x26\xe7\x35\x99\x06\x58\x7f\xa3\x0b\x42\x6b\xe3\xa2\x07\xbf\x8a\x04\x44\x11\x8f\xbb\xa6\x55\xce\x47\xd5\x69\x5d\xad\x8e\x23\xff\x24\x62\x76\x88\x61\x24\x39\x8e\xe4\x5b\x13\x49\xb6\x99\x95\xfc\x60\x60\x55\x4f\x37\x1e\x6f\x7b\xf4\x54\x11\xbc\x03\x8f\x33\x3d\x27\x27\x11\xa1\xbb\xd7\xc3\x06\xa8\x8c\x53\x85\x28\x54\x21\x0a\x45\x28\x49\x1f\x50\xc7\xce\x3a\x70\x1b\x34\x21\xfc\x46\xff\xbe\x8d\x7e\xe4\x19\xf2\x5d\x25\xb5\xfe\x0c\x06\x7d\x5f\x49\x46\xa1\x8b\x4d\xfc\x50\x2d\x1b\x67\x8b\x89\xf8\x9a\xc8\x89\xa0\x1f\xab\x6d\xca\xcb\x85\xcc\x8b\xf7\x3c\x49\x0b\x7a\x16\xd5\x9c\x5f\xd3\x4f\x95\x18\x85\x45\x38\xe8\x06\xc6\xd7\xf2\x4a\x4e\xe8\xe7\x4a\xae\x97\xd3\xa9\x14\x09\x2f\xca\x67\x77\xfe\x8a\x7e\xea\x23\xf3\x4b\x25\x4b\xed\x59\x8f\xbf\x2b\x89\xaf\xb3\xa5\x4d\xf9\x5a\x6d\x59\x4c\xca\x46\xff\x81\x9d\xf7\x9e\xd1\x88\x6a\x32\xf6\x31\x1a\x7c\x8c\xaa\x0e\xc1\xf8\x08\x27\x22\xd0\xbf\x21\xbc\x5e\x28\x46\xec\x2c\xf2\x08\x7d\xc7\x7a\x2f\x1e\xfc\x26\x46\x83\xb3\x4a\x31\x63\x1a\x1c\x79\x64\x5f\x8c\xd6\xee\x2e\x2e\x47\x9e\xbd\xcd\x7c\x8a\x3c\xa2\x2f\x34\x9f\xa3\xba\x2b\xe6\xbf\xa2\xba\xcb\xe5\x2f\x51\xdd\xa1\xf2\xdf\x65\xcc\x23\x8c\xf9\x1a\x39\x5e\x95\x77\x38\x51\x3e\xc4\xf7\xcd\x2d\x48\xd1\xe8\x87\xce\xa9\x3f\x47\x75\xe7\xd4\x7f\x45\xd6\x39\xb5\x8e\xf9\x62\x62\xac\x9b\xea\xbf\xa3\xba\x9f\xea\xaf\xd1\xaf\x02\x34\x1a\xe9\x07\x61\x18\x80\x66\x36\x91\xb7\x91\x36\x88\xb4\x37\xed\x91\x75\x19\x5b\xcd\xf9\x2e\xb2\xcf\x40\x5b\xdf\xa6\xa3\xca\xd3\xd3\xc1\xc8\x78\xa6\x0b\x46\xbe\x9e\x5b\xff\x3d\x90\x59\xdf\x47\xd5\x87\x49\xbe\xeb\x92\xcd\xb0\xbc\x58\xf3\x11\xb9\x0b\x47\xa5\x3b\x3e\xb4\xd8\xd4\xc4\xc9\xc8\x1f\x8d\xbc\xa7\x4f\xdd\xa7\xa1\xd0\x7e\xad\xfa\x14\xb7\x3e\xc8\x83\x73\x7e\xe1\x8b\xac\x11\xb2\xd0\x6b\x76\x89\xe6\x36\xd8\xa7\x7d\xd6\x6b\xe2\x6b\x1c\xd4\xd6\x4a\x21\xb9\xc3\xf1\xb3\xb0\xa8\x93\x74\xc4\xf8\xc8\xb8\x9f\xdc\xeb\x11\x42\xdf\x45\xde\xe7\x88\x26\x23\x42\x43\xdf\xda\x90\x02\xf6\xae\x91\x40\x1f\x8f\xd8\x9c\x77\x3e\x02\x21\x8d\x6b\xf6\xb9\xaa\xff\x38\x4b\xa3\x64\x54\x52\x49\x93\x91\xb5\x45\x04\x73\x26\xeb\xa2\x2e\x9b\xe5\xe4\x2e\x40\xc7\x1e\x01\xb2\x5b\xdc\xb4\xba\xcf\xc6\x92\x5a\x3b\x0f\x2f\x14\xc1\x76\x1e\x5e\x80\xc6\xa2\x43\xaa\x55\x68\xb6\xe9\x48\x91\x42\xa0\x79\x46\x53\xbd\xfa\x32\xfd\x3b\x1b\xd5\xf8\x04\x97\x6a\x92\x66\x23\xa6\x32\x8c\x36\xd4\x29\xe7\xa3\x92\x76\x9c\x8e\xec\x61\xf1\x87\x37\x1d\x11\x5f\x53\x52\xdf\x34\x29\xd5\xf9\xa6\x93\xd1\xf5\xa1\x63\xd9\x95\x8f\x4a\xf6\x57\x9d\xcd\x15\xd6\xdf\x91\xf5\x34\x51\x81\x4e\x89\x03\x02\x64\x94\xf3\xb6\xf8\x6a\xe5\x85\x5b\x72\x20\x27\x07\x78\xba\x6e\xf2\x8a\x05\x18\xc9\xab\x91\xb4\xbc\x5f\x78\xb5\xfc\x15\x06\x98\x63\x60\xae\x3b\x91\x8e\x18\xf7\xf5\x80\xa9\x91\xc4\xe9\x03\xcf\xca\x69\x98\xc8\xdc\x79\xde\xca\x84\xb4\xad\x25\x0e\x93\xb6\x93\xd5\xef\xa7\x29\xf8\xdb\x6d\x6f\x31\x02\xc7\x8b\xd5\x9c\xda\x7a\xda\xb5\x5a\x2f\x51\x6a\x36\xc2\x36\x9a\x3d\x54\x3a\x43\xc7\xe1\xa8\xb3\x67\x98\x23\x15\x1b\x56\xeb\xc0\x1b\x2f\xdf\xb3\x11\xe3\x34\x60\x65\xac\x1f\xb0\x3b\x3d\x93\x7d\x4e\xb3\x20\x97\xf3\x2b\x29\x9e\x27\x45\xde\x0f\xa8\xba\xd8\x23\xbf\xce\x51\x54\xca\x46\x2e\x23\x30\xad\x3f\xca\x7a\xd8\x55\x14\x5a\x36\x62\x81\x9f\x8e\x2a\x43\xc4\xee\xa0\xeb\xfd\x2e\x75\xbb\xdb\x0f\xe8\x5c\xe6\xb3\x2c\x15\x72\x9e\x63\x63\xc8\xa3\xcf\xd4\x60\x03\x6f\x81\x59\x4c\xe7\x55\x6c\x43\x25\x85\x51\xc5\x67\xc8\x35\xe0\x2e\xef\xa0\x6c\xe0\xc3\x42\x2e\x24\xbb\x0b\x78\x2e\xd1\x5d\x4f\xed\x11\x65\x04\xe5\x39\xcf\xf5\x83\x1b\x28\x9d\x9e\xf0\xcd\xb8\x3c\xe6\x73\x29\xfa\x77\xda\xd7\x36\x42\x4a\x65\x14\xc9\xb0\x30\x70\xbb\x1e\x8d\xed\x9e\x5c\x01\xc5\x0f\x2a\x80\xe9\xa7\x9d\x77\x03\x6b\xc3\x1b\x80\x6a\xa4\x29\x63\xea\x50\x2b\x4c\xab\xa4\xeb\x1e\xf0\x0e\x06\x2c\xec\xbc\xa3\x43\x2e\xaf\xf1\x76\xe4\x72\xf3\xee\xac\x7b\xf0\x3e\xa7\x6a\x16\xfb\x01\x2d\xf8\x08\x5c\x5d\xde\x4c\x32\x2e\x70\x8c\x42\x4d\x2c\x69\x19\xbf\xc5\x1e\xc7\xa3\xc0\x8e\x61\x71\x5e\x91\xc3\x44\x84\xd1\xaf\x3d\x52\x60\x5e\xca\x0e\x07\x81\xc6\x8c\xbe\xa7\x43\x68\x1b\x4c\x43\x1d\xaf\xf6\x29\x5d\x88\x05\x95\x99\x79\x3e\xaa\xde\x0b\x1d\x30\xa8\xa8\x6f\x4b\xa5\x96\xac\xa7\xa8\x7e\x37\x6f\x08\xac\x64\xc3\xb5\x87\x1e\x6b\x6e\x6c\xc8\xc2\xfa\xe4\x54\x9f\x9f\x13\x99\x76\x50\xed\x8c\x6b\x58\xba\x60\xc7\x11\x0e\x61\xa7\x80\x61\xc6\x87\x1a\xcd\x50\x87\x1d\x1d\x2a\xc7\x3b\xec\x98\xa0\xbb\x66\xf5\x60\x45\x03\xc9\x22\x36\xea\x47\x2c\xc2\xc1\x19\xf9\xc6\x94\x7a\x5d\x3b\x3d\xab\x45\x82\xb2\x48\x80\x6b\x12\x62\xfd\xd0\xc5\x51\xf1\x03\x1c\xdd\xc0\xc9\xc8\x20\xa1\xa8\x23\xa1\xb0\x48\xe8\x57\xd7\x6e\x68\x5c\x8c\x73\x16\xd6\x30\xda\x40\xcb\x07\x1b\xe3\xcd\x82\x3e\xf2\x25\xd9\x30\x0d\xfc\x7a\x41\x56\xf1\xa4\x7f\x3c\xaa\xab\x19\x57\x71\x13\x37\x18\xf3\x42\x68\x7d\xd5\x8d\x98\xac\x2f\xb4\x98\x49\xdd\x3d\x8b\xb7\xe5\xf4\xc7\xe4\xae\x9e\x8a\x58\x83\xba\x96\x31\x9d\xb0\x31\x40\xee\xe3\x4f\xa9\xb6\xc0\x18\x1b\x0d\x22\x36\xe9\xeb\x5d\x71\xe2\x8f\x18\x3e\x86\x9e\xee\x40\xdb\x94\xdc\xa5\x2c\xad\x74\x46\x65\x3f\x62\x69\x7d\x24\x8f\x9a\x8c\x29\xba\x48\xb7\x73\x34\x48\x37\x46\x74\xd2\x3f\xd2\xed\xd2\x7a\x71\x36\x46\x75\x28\x23\x9f\x22\x77\x47\x4c\x96\x78\xe1\x8f\x58\xd7\x4f\xd9\x84\xa1\xde\x8e\x2f\xb2\xbb\x98\x45\x80\xde\x00\xcf\x8c\x45\x25\xf2\x03\x31\x20\xda\xb1\x3a\xdf\x63\x72\x67\x7a\xa2\x60\x63\x29\x02\xe0\xac\x9a\x19\xae\x95\x2e\x2c\x93\xa8\xb2\x4c\xa2\xcd\x65\x12\x95\xcb\x64\x98\x96\x0b\x85\x18\x63\x8f\x63\xc6\xe9\x35\x8b\xfc\x98\x05\xfe\x8c\x85\x46\x7b\x00\x35\x90\xf4\x1b\x17\xfd\x63\x76\x6d\x6a\xae\x73\x0f\x4a\xfe\xfd\xb1\x1a\x82\x63\xf4\xe5\x30\xa3\x47\x34\x2e\x95\x22\x8e\xd8\xb1\x5f\xd1\x26\x3d\xec\x1f\x77\xa2\x09\x1f\xe5\x4c\xff\xb6\xf7\x1f\x74\x9f\x3e\x5e\x3d\x7a\x60\xde\x79\x71\x9b\x8c\x77\x48\x0c\x8e\x07\x95\xe6\xfa\xc7\xce\x91\x1d\xaf\x56\x96\x9c\x8c\xad\x46\xd8\x91\x76\x32\xe7\x00\x67\x9e\xc1\x50\x28\xdf\xb5\xef\x2b\x96\xc3\x06\x32\x82\x08\x9f\x10\x3e\x3c\x00\x44\xd7\xcb\xd6\xbc\x5c\x18\x0f\x6c\x14\x3b\x8f\x2e\xfa\x31\x8a\xb6\x22\xf3\x36\xcb\x6c\xcb\xec\xc5\xff\xf2\xec\x95\x73\x67\xda\x4d\x07\xde\x84\xa5\x6c\x46\xc7\xec\x88\xf4\x2d\xaa\xcc\xe8\x68\xc5\x62\xdf\xec\x63\xce\x98\x0c\xd3\x88\x80\x7a\x79\x7d\x35\xda\x9e\xb8\xc4\x65\xc4\x62\x3c\x5f\xe2\x72\x51\xd2\xfa\xc2\x67\x31\xdd\xba\xb4\xf5\x2e\xdb\xb3\xdb\xab\xc2\x66\x05\xa7\xef\x2c\x12\x36\xf6\x37\x36\x17\x36\xf1\x37\xda\x48\xfd\x93\xd1\x8a\x8d\x7c\x4d\x48\x42\xa8\x42\xd2\xb0\x23\xe7\xbc\x7d\xe1\x5c\xf9\x02\x33\x31\xbe\x0d\xe1\x7a\x74\x0f\x5f\x45\xac\x07\xac\xeb\x07\xa5\xc5\x54\xe0\x5a\x4c\x05\x68\x31\x65\x66\xa2\xfa\x32\x43\x19\xaf\x17\x3a\x0b\x77\x33\xd8\xe4\xc6\x7b\xff\x3d\x60\x81\x69\x0f\x28\x82\xe8\x7b\xd7\xe9\x88\x79\xa9\x5c\x36\x38\xef\x80\x56\x44\x2a\xd3\x82\x74\xe6\x32\xca\x5d\x3e\xc1\xef\xce\x26\x1e\xb0\xda\x90\xa8\xf3\x0e\x1f\x2a\x0b\x59\x79\xa1\xb0\x4b\x22\x1c\x04\x7d\xbc\x96\xd1\x90\x6c\x0c\x67\xe8\xa3\x47\x6d\xa4\xdb\xd5\x02\x70\xf6\x53\x67\xfe\x2c\x4f\xea\xd5\x88\xdd\x25\xf9\x9b\x6c\x01\x1e\xc9\x37\xfd\x2b\x02\x07\xaf\xca\x07\xcb\xc9\xe0\x9f\xc0\xe3\x6a\xcf\xe3\xfd\x66\x6f\x4d\x65\x7a\xa9\xaa\x3f\x93\x05\x9e\xb2\x65\x2d\x66\x36\x37\xaa\xd0\xec\xeb\x3f\x46\x1e\xa1\x92\xbd\x54\x64\x30\x8d\xd8\xed\x08\x5f\x65\xb3\xeb\x89\x05\xbe\xe5\xdf\x38\x62\x96\x76\xdb\x2b\xd7\x97\xa2\x04\x80\x52\x8b\x88\xff\xa7\xfa\x95\x54\x10\x0b\xd4\x47\x39\x9b\xf0\x50\xfe\xaf\x01\x56\xf0\x11\xeb\xfd\x6f\x02\x78\x9a\xcd\x43\x4b\x71\x38\xf0\xed\x86\x2e\x44\xe8\x84\x86\x4e\x2a\xe8\xe0\xa5\x13\x50\xbc\x60\x07\x25\x44\x41\x29\x37\x6e\xb7\x3d\x59\x42\x34\x4c\x03\x0d\x93\xd4\x30\x09\x78\xe7\xa4\xbc\x99\xbc\x1e\xb9\x6f\xbe\xd3\x91\x26\x74\x2d\x1f\xd5\x08\xce\xb7\xed\xee\x8a\x20\xce\x16\x13\x61\x57\x00\x76\x6f\xb0\x23\xde\x13\xd0\x40\xdf\x79\x3c\x01\xde\x6f\xb7\xbe\x94\x92\xfc\xfd\x62\x2e\x91\x99\x61\x8a\x0e\x9a\x7f\x4a\xe8\xf5\x6a\xa5\x42\x92\x46\xa4\xdf\xec\xba\x94\xd2\x9b\x51\x95\x0b\xdc\xec\x51\xc9\xb4\xe0\x24\x32\x7e\x60\x90\xb3\xee\x6f\x13\xc6\x47\xa5\x0a\xcb\x20\x62\x57\x23\x2f\x22\x7d\x4f\xb2\xd3\xc8\x0b\xc8\xe0\x24\xea\x5b\xbe\x34\x15\xd5\xda\x72\x1a\x31\x0f\x7d\x1f\x22\x35\x6e\xe7\x43\x90\x01\x08\x7a\x24\xe9\x1f\x47\xc4\x47\xff\x1a\xa8\x8c\xb1\xb1\x92\xad\xb0\x11\xc6\xdc\xa9\x44\xc7\x0c\xf4\x2f\x7a\x55\x34\xb7\xb2\x39\x7b\xa5\xf6\x58\x3b\x4f\x2c\xf0\x83\x3a\x12\x31\xfe\x1f\xcb\x67\x7e\x90\x7f\x8b\x7c\x26\xda\xfe\x28\xd4\x5b\x67\x17\xe4\xa6\x5b\xfe\x76\x94\x0a\xc0\xf3\x10\xcc\xfc\x97\x64\x32\xf9\x28\x43\x99\x5c\x49\xe0\x45\x29\x5c\xd9\x99\x88\x0b\x63\x57\x9d\x9f\xdf\x9e\x1d\x9d\xbe\xf8\xf6\xc3\xaa\x7f\x96\x07\x5b\xd0\xd0\x23\xbf\xe3\xd5\xa8\xb3\x65\xf7\xf1\x02\xaa\x73\xd1\x0d\xa6\xc9\xbb\x2d\x54\x7d\xb9\xd6\x24\x78\x9f\xcb\x59\xe8\x6b\x55\xab\x8d\x23\x43\xc2\x11\xc3\x4e\x47\x3e\x70\x14\xfe\x2d\x1c\xb7\xf2\x46\x83\xeb\xd1\x36\x5c\x2f\x73\x01\x26\x47\x84\xf8\x70\x25\x09\x61\x57\xdb\x09\xa0\x02\x66\x24\x8b\x13\x39\x4f\xae\x74\xdc\xe9\x3c\x9b\x22\x33\x71\xfb\xf4\x44\xed\xb6\xa7\x0f\xca\x88\x86\x84\xee\xa8\x7a\xf7\xec\xee\x6a\x6f\xb5\xda\x5e\x42\x82\x7f\x9e\x94\xcf\xf2\x38\x2b\x50\x69\x0f\x37\xa8\x6a\x01\x87\x28\xd8\x8a\x1c\x70\x96\x82\x82\xf4\xd6\x22\x9b\x79\x57\xab\x61\xea\x05\x46\x8d\x8e\xee\x02\x6e\x5b\x23\xdb\x62\x3d\xb2\xb3\x8a\x1f\x80\xfb\x83\x44\x8f\xd0\x40\x91\x4c\x66\x27\xda\x81\xde\xd2\xcc\x10\xa2\x37\x75\xd0\xe2\x5f\x9d\x3b\xa7\x5b\x27\x89\xd0\x10\x96\xc4\xfc\x03\xd4\xf7\x7d\x3f\x62\x47\xf3\x39\xbf\xe9\x24\x39\xfc\xba\x14\xd6\x07\x87\x94\x0c\xd5\xe2\x70\xe9\xc6\x5d\x93\x03\x09\x5b\xbc\xef\x69\xff\x6e\xdf\xc0\xec\x04\x5d\xbb\x61\x18\x9c\xe7\x41\x6a\x0f\xb4\x3f\xd4\xcd\xab\xce\x60\x7c\xaa\xbd\x34\x08\x16\x96\x4b\x7a\xbd\x55\x0c\xf9\xe0\x31\xbc\xc7\x87\x1b\xc0\xb0\x35\x6c\xed\x71\x57\xed\xc4\x51\x02\x9b\xcb\xa8\xda\x09\x17\xef\x21\x11\x7e\x3a\xdf\x50\x47\xed\xa3\x8c\x1c\x53\x4f\xcc\xe2\x07\xcc\xa5\xf6\x90\x7f\x2e\x90\x54\x0d\x18\x63\xa7\x23\x50\xbc\xc0\x18\x76\xb7\x26\x25\x03\x43\x3f\xce\x1d\x9c\xcb\x8b\xbe\xfa\xc3\xf8\x5a\x9d\x32\x65\x5b\xb2\xdc\xef\xd1\x92\x40\x6b\xca\xb9\x63\x5a\xed\xfb\xc1\x93\x07\xa8\x75\xdb\xb4\xe3\x5c\xcb\xf0\xb4\x8b\x8f\x15\x6e\x73\x04\xf8\x71\xe4\xb8\x8a\x2c\x55\xf9\x9a\xd6\x0d\x5a\x6d\x52\x7a\x74\xd8\x3a\xc7\x89\xd6\x3e\x1d\x2f\x60\x08\x37\xbc\x38\x1a\xb5\x26\xed\xe7\x90\x0c\x0c\x7e\x34\x96\x49\x11\x37\xc6\xf2\x26\x6f\xdc\x0d\x5b\x7b\x55\x9f\x8a\x9d\xef\x59\x92\x7a\xc3\x16\x6d\x0c\x5b\x64\x6f\xd8\x5a\x0f\x5b\xfd\x40\xc1\xee\x80\x7c\x36\xda\x78\x7a\x0b\x31\x89\x1b\x7a\x25\x80\xcb\xd4\x0b\xb8\xfb\x18\x86\xbd\x18\x78\x02\xee\x74\x18\xcd\x42\xea\xe6\x62\xa1\x22\xa2\xe0\x5a\xa6\x23\xaa\xa9\x7e\xe8\x96\x45\xee\x9f\xbe\xcc\x3f\x71\xae\x61\xa1\x67\x1e\xfc\x6b\x56\x35\x67\x5d\xd9\x88\xf0\x49\x00\xf9\xa8\x60\xa2\x93\x6b\xe5\xb7\xad\x9a\x4a\xa2\x94\xac\x70\xf3\x56\xb9\xa9\x26\xf0\x89\x45\xea\xb1\xbc\x51\x24\xa2\x2c\xd0\x65\x38\xbc\x98\xa9\x3f\xc1\x97\x38\x0d\x08\x0d\x14\x9d\x50\x6d\xcc\x51\xd9\x90\x86\x70\xfe\x84\x08\xe1\x73\x2c\xc9\xba\x8a\x26\xc2\x62\xd8\xef\xcd\xb2\x91\x67\x2e\x64\xba\x0c\x30\x4c\xca\x11\x08\x7d\xb1\x43\x1f\xcc\x3e\x63\xa7\x46\x02\x21\x15\xcf\xc2\x81\x17\xe8\xb1\x3d\xa0\xc3\x34\x24\x7d\xe1\xdb\x08\xd3\x7c\xe8\x88\x45\x3d\x05\x38\x2e\x71\xf0\xe1\x68\x5b\x02\x9e\xbb\x2e\xe8\x10\x52\xa5\xa0\xb4\xf2\x46\xa3\x29\xbf\x5a\x3d\x82\x41\x75\x34\xb6\x02\xf6\x59\x5d\x14\x78\x67\xaa\x08\x3e\x41\x68\xa0\x25\x48\x8c\xc3\xe3\xcc\x12\x70\xd0\x2f\x63\xb7\x34\x36\xde\x68\x4c\x3f\x2b\xdb\x91\x68\x3f\xa7\x48\x0d\xb0\x3b\x80\x75\x67\x07\x06\xea\x46\x32\x86\x50\xd8\x53\x98\xdd\xa2\xa9\x28\xe1\x10\xbe\x60\x7f\x8d\x3c\x2c\x4e\xc1\x7a\xc1\x94\x43\x3d\x79\x0b\xbd\x5f\xab\xc5\x17\x1b\x70\x3b\x2a\xe1\x93\x1d\x83\xf4\xc0\x0c\xd2\x6a\x15\xec\xb2\xa4\x47\xc5\x3e\x37\xa6\x9a\x39\x99\xce\xb0\xef\xe0\x7d\x04\x72\x57\xa3\xca\x09\x18\xa6\x5f\x7e\x3e\x05\x8e\x92\xf0\xf9\xc5\x4f\xe6\x23\xb5\xb7\xb4\xa8\xd6\xb3\xc7\x9b\xd3\xff\xb7\xdb\x36\x8d\xfe\x2d\x04\x38\x72\x94\x9f\xb6\xaa\x40\xef\xd0\x7c\xae\x20\x21\x9c\x6d\x81\x01\x25\xac\x01\x52\x71\x82\xeb\x54\x51\x9e\x7f\x56\xa1\x21\xe8\x18\x7d\x55\xcd\xf1\xcc\xb9\xd1\x48\x08\x15\x1e\x05\x88\x47\x7a\x3f\xd9\x82\x47\x21\xa1\x61\x89\x47\xa8\x0c\x82\x51\x1a\x9c\x10\xb9\x8c\x05\x2f\x5f\xdb\xfd\x32\xf2\x76\xc1\xae\x8e\xbb\xf7\x23\x50\x96\x7a\xed\xfa\xf5\x86\xb1\x0f\xe8\x30\x35\xc5\x34\x8d\x54\xe9\xb7\x3e\xc5\xb6\xab\x7b\xce\xea\x17\x04\x33\x16\x03\xe8\x5c\xdf\xf0\xc6\xb6\xcd\x49\xb8\x7d\x4e\x42\x52\xd5\x83\xd3\x0e\xe9\x71\x3f\x81\x29\x32\xcf\xb0\x6e\x9b\x0e\x87\xdb\x61\xa7\x23\xfc\xc1\x74\x28\x28\xc1\x86\x17\xd7\x36\x63\x6c\xc1\x07\x1a\x7d\x71\x62\x2c\xde\x83\x71\x45\xbf\xdc\x6a\xb0\x73\xb5\x79\x28\x2b\x9c\x54\x33\xea\x39\x08\x71\x0e\x42\xb2\xbd\x97\xe5\xc2\x81\x99\xc0\xc1\x0f\x77\x0c\xfe\xb1\x6b\xf4\xb1\x63\x90\xc5\xf6\x41\xb6\x87\x83\xba\x6e\x8f\x64\x01\x70\x0d\x53\xc0\xb4\x18\x3c\x05\xc1\x48\x03\x77\x69\xc7\x48\x0b\xc7\x7b\x89\x19\x69\xb1\x7b\xa4\x4d\x43\x7a\x2b\x10\x70\xae\x86\x7d\xf8\x25\xa8\x7a\x4b\x45\x65\x0e\x14\x14\xa2\x3e\x07\x92\x62\x89\xfe\x18\xd3\xa9\x79\xbf\xa3\xf8\x97\x5a\x9a\xd8\xd2\x7a\x5e\x04\xce\x8b\x20\xdb\x06\x06\x45\xb1\xa6\x48\x39\x35\x01\x15\x3b\xa6\xe6\xda\x93\x14\x2c\x63\x4b\x6b\x9c\x09\x32\xbc\x35\xdf\x7b\xc1\x46\xf4\x96\x8d\x58\x97\x5e\x56\x8c\x6a\x17\xed\xf6\xed\xb3\xd8\xb0\x8d\x6f\xf7\xf6\xc8\xdd\x02\x4f\xef\xdf\x6e\x07\xde\x25\x5b\xd0\x05\x2a\x37\xf4\x2f\xd9\xc2\xd2\x1c\x28\xc0\x9a\x79\x92\x2e\x68\x7c\x7e\x7b\x41\xc7\xae\x5b\x94\x14\x45\x40\x0c\x4d\xfe\x17\xec\x52\xcb\x2a\xd6\xbc\xdd\x5e\xd8\xb3\x7d\x98\xa6\xee\xe9\x1e\xa8\xca\x88\x3f\x62\x91\x97\xd2\x11\xbd\xb5\x84\x76\x31\x98\xb0\xb4\x5f\x94\x84\x8b\x5f\xb0\xd4\x5f\xb0\x4b\x35\x92\xb7\x60\x0f\x54\x7d\xc6\x22\x84\x9a\xe8\xc4\x81\x68\xa1\x35\x5a\x6a\x5d\x5d\xb0\x23\x4f\x9a\x0e\xb8\x6e\x0a\x14\x14\x0b\x80\x82\x3a\x50\x2c\x1c\x28\x16\xb4\x60\x0b\x4b\x87\x4c\xc0\x59\xcc\x82\x09\xec\x44\xad\x99\x4b\x76\xec\x2d\xa8\xa4\xb7\xf5\xa6\x2e\xd5\x75\xce\xa2\xf5\xa5\x3b\x1c\x8b\x0e\x5e\x2f\x4c\x0f\x2e\x01\xab\x6e\xfb\xf0\x4b\xa8\x02\xf0\x72\x03\xc0\x4b\x07\xc0\x4b\x5a\xa8\x81\x57\x43\xbe\xe9\x13\xab\xd4\x44\x87\xb7\xb3\xc9\xda\xed\x89\x35\x23\x28\x71\x0a\xf1\xe9\x35\xd7\xee\x6f\xb6\xdf\x1b\x27\xf5\x8b\xdc\xc3\x2e\x21\x7e\xcc\x26\x78\x6d\x70\x3d\xe7\x0c\xd3\x78\x23\x73\x8f\x10\xc7\xe9\xc4\x64\x3b\xda\xd2\x54\x0b\x75\x3c\xe2\x60\x70\x33\xed\x88\x2c\x95\x6a\xb0\x9d\x0c\xbf\x8c\xc9\x4b\x8d\xc9\x29\x1a\x61\x56\x91\x79\xf9\x4b\xc8\xbc\xdc\x81\xca\xcb\x0d\x54\x5e\x3a\x73\xb4\xf4\x0b\xb6\x34\xa8\x8c\x7d\xf8\x05\x24\xde\xd1\xdb\x14\x90\xb9\xec\x03\x75\xc4\xb0\xe5\xaa\xa2\xbb\x56\x95\xda\x28\x76\xe1\xf3\xce\x16\x0d\x5e\x6f\x6f\xb5\x44\xed\xca\x4a\x1f\xa6\x75\xe4\x4e\x35\x72\xa7\x25\x72\xff\x12\xb4\xff\x3a\x72\xeb\x80\x23\x61\x10\x34\xa2\xd6\x6b\xd2\x4f\x98\x83\xed\x76\x54\x9e\x18\x76\xee\x23\x78\x6a\x6f\x0c\x5e\xdb\xa2\xda\xf9\x81\x6c\x8c\xc9\xcf\x2a\x56\xb3\x3c\x21\xfa\x50\x8b\xb6\x1c\x6a\xbc\x7f\x37\xd1\x0d\xa9\x99\x19\x33\x61\xbd\x22\xa0\x45\xcd\x58\xd3\x01\x13\x7b\x36\x8e\x1d\x09\xf8\xe3\x3e\x3c\x89\x6e\x61\x27\x77\xa1\xc7\xe9\xd8\x8c\x27\xf1\xd5\xd5\x64\x4c\x37\xa1\x77\x6e\x13\x9c\x09\x2b\x0f\xaf\x3a\x65\x83\xe6\xab\x17\x1f\x6c\x6b\xa3\x99\x61\x5a\x69\xa8\x72\x7b\x19\xd3\x68\x67\x7b\x6b\xa8\xc7\xac\x3c\x74\x56\x8f\x31\x63\x66\xab\x5f\x3b\x1d\x1c\x78\x42\xd1\x9a\xf5\x0e\x19\x7a\x35\xa6\x11\xa2\x9a\x73\xe7\xe2\x4c\x90\xbe\x17\x2b\x7a\x19\x2b\xc2\x3c\x06\xd6\x0a\xbd\x1c\x13\x1a\x97\x90\xc3\x25\x22\x76\x6b\x2a\x9f\x45\x02\x3e\xb4\x21\x18\xf4\x5b\x09\x63\x3d\x93\x25\x0f\x41\xcd\xa0\xd0\x33\x08\x1e\xcd\x1e\x00\x21\x01\x06\x4a\x3b\x3d\xad\xc1\x30\x57\x62\xaa\x99\xab\xb7\x2f\xc8\x5d\xbb\x90\xc1\xf4\x88\x2a\x16\x08\x1a\xd5\x6e\x5e\x3b\xe6\x04\xdc\x58\x40\x05\x1b\xf3\xa2\xae\xa5\x25\x3b\x64\x2d\xf0\xc2\x17\x95\xa3\x57\xab\xd3\x1d\xac\xf5\x0e\xc2\x32\xda\x4e\x58\x46\x66\xc3\x8c\x90\x55\x18\xd1\x52\xe0\xf4\xc8\x0c\xe2\xc0\xab\x76\x94\xea\x8e\x6e\x99\x7f\xec\x10\x15\xea\x7e\xe6\x00\x5c\xcf\x48\x47\xda\xf3\xda\xfb\x91\x17\x59\x1a\xee\xda\xee\x27\x2a\xe9\x35\x77\x92\x96\x65\xd2\xa4\xdd\xfe\xa8\xe5\xa0\xd0\xd7\x45\x2a\x64\x94\xa4\x52\xd4\x36\x87\xe6\xd8\xec\x08\xbc\xa2\xcc\x82\xfa\x1e\x07\x7d\xad\x68\x82\xb1\x3a\xba\xf7\xb0\x5f\x3f\x57\x0f\xe8\x47\xee\x39\xef\x20\x58\xd9\x21\x78\xce\x5d\xdb\xf3\x46\xf5\x1b\xa5\xf7\x5f\x47\xec\x6c\xe4\x35\xbb\x84\xfe\x83\xa1\x1e\xa1\xf7\x46\xec\x6e\x4d\x79\xcc\x9e\x47\xde\xbd\x11\xa1\x81\x0d\x85\x26\xe4\x32\x9e\x45\x6c\xde\x27\x65\x8c\xdd\xab\xb3\x83\x7b\x8f\x1f\x94\x76\x33\x2e\xe3\x2a\x46\xce\xd5\x4b\x2f\x8c\xd1\x58\x28\x88\xd1\xd4\x85\xc7\x54\xb5\xc0\x9d\x57\x3d\xea\x7e\x42\x9e\xda\x91\x08\x98\x17\xb0\xc0\x3e\x9b\x60\xdc\x2c\x0d\x82\x4e\xca\xa7\x12\x5e\xfe\xfd\xfc\xf1\x65\x7f\x1a\xa0\x03\x49\xb0\x99\xad\xf9\x99\xe4\x0c\xac\x55\x07\xee\xa3\x21\xfd\x80\x82\x91\xac\x53\x87\x26\xd5\x39\xda\x04\x82\xd5\x7b\xc0\xa6\x81\xa2\xdc\xc9\xfa\x0f\x8f\xc7\x1a\x76\x57\xa3\x3f\x8a\xc1\xa0\x4a\xa5\xfd\xe1\x05\xf0\x37\x8c\x9d\xf4\x11\x74\x49\xc4\x5e\x18\x97\xd6\x3d\x9a\x2f\x1d\x7b\xbc\x16\x19\xea\xe6\x70\x7e\xfd\x40\x8b\xdd\xf5\xc8\x51\x68\x3d\x24\xae\x41\x01\x54\x1f\xd8\x6a\xb4\x3e\x2b\x00\x44\x01\x20\x2d\x56\x50\xb3\xda\xad\x4c\x6a\x12\x1b\x53\x62\x6d\x05\xe0\xb0\x2f\x81\xfb\x8f\xcf\xae\x00\xae\x6a\xc5\xff\x9a\xfc\xcb\xd1\xa8\x84\x67\xc8\xc2\x8e\x90\xf1\x8d\x98\xf3\x42\x0a\x5a\x6a\x79\x94\x26\xbf\x60\x1c\xec\xda\x03\x43\x44\xc9\x50\x58\x1b\x2f\x3b\xbd\xa7\xa6\xed\x8a\x8c\xd8\x34\x0f\x12\xaf\xce\x5c\x5e\x49\x3e\x79\x37\x17\x72\x8e\xb6\xc4\xe0\x29\x4d\x2b\x70\x3d\x7a\xb0\xa5\xda\xb4\x62\xeb\x4a\xee\x74\xc0\x6c\x06\x81\x1f\x98\x34\xeb\xe4\x71\x0d\x36\xb4\x8c\x71\xad\x8b\x64\xd9\xc5\x00\xa0\xa1\x3b\x2b\x6c\x2a\x5d\xdd\x6a\x65\x19\x21\x75\x6f\x0d\x81\xcd\xb4\xb6\x75\x58\x20\x8c\x13\x07\x87\x2b\xbc\x61\xeb\xfc\x3d\x46\xfa\x79\xac\x7f\x27\x71\xed\x0d\x92\x69\xec\xaa\xd8\xa6\xb1\xf7\x10\x4f\x3c\xf8\xd3\x25\x7e\x58\x39\xe1\x87\xad\x93\x17\xaf\x5f\x7c\x7a\x71\x02\x5e\x7f\x8b\xcd\x28\x57\xf4\x5e\xf2\x91\x4a\x46\xbb\xd5\xbd\x77\x58\xf3\x03\xcf\xfd\xaa\x32\xf8\x79\x8d\xc1\xcf\x2b\x0c\xfe\x6a\xaa\xe3\xcd\x23\xae\xba\x56\x70\xf6\xd1\x87\x7d\xd7\xc8\xd4\x0f\x18\x68\xe7\xdb\xdd\x05\xbd\xa1\x39\x3e\x97\x6c\xea\xa6\x9f\x28\xfd\x82\x61\xcd\x9e\x32\x50\xdd\x71\x86\x01\x7c\xc0\x36\x7b\x48\x0c\x3c\x2a\xf9\x68\x6a\xfb\xc1\xb7\xd5\x50\xfd\x4c\x0b\x67\x0f\x2b\xe0\xe8\x26\xe8\xaf\xd4\xdd\x3b\xb4\x2f\x7e\x6e\x79\x02\xd4\x99\xf2\x99\xd9\xa4\x27\xb1\x91\x7c\x8d\x63\xb4\x15\x37\xeb\x17\x98\xff\x7a\x14\xc9\x5d\xc0\xe6\xf5\x17\x9e\x20\x43\xb0\x5a\x95\x99\xb4\x7c\x92\x71\xa3\x18\xd9\xeb\x1e\x3c\x5c\x1d\xf8\x88\x71\xdf\x63\xcb\x4f\x5d\x4f\x63\xef\xbb\xda\x9d\xd6\x10\x39\x8e\x55\xed\x81\xf3\xda\x95\x56\x3f\xdc\x51\x21\xa2\x30\x55\x65\x1d\xa9\xcd\xa5\xdd\xa3\x1c\xef\x26\xa5\xc4\xf3\xe1\x16\xc3\x6f\xd7\x1e\x1c\x1f\xdc\xd2\xc5\xa0\x6a\xd7\xc4\xc6\x1e\x6a\x4d\xc6\xbe\x3b\x8f\x83\xa9\x31\x98\x58\xfe\x03\x80\x00\xd0\x75\xa9\x56\x42\x0e\x0c\x9a\x25\x91\x67\x41\x50\xdb\x5a\x2c\xb9\x28\x9d\x11\x07\x99\xb8\x31\x5f\xcd\x34\x42\xfe\xaa\xbb\x83\x11\xad\xeb\x37\x8e\xfd\xc0\x27\x7a\xc9\xd2\x00\x07\xae\x32\x2d\x00\x84\x6f\x36\x65\x8d\xf8\x7c\x43\x21\x81\x1b\x06\x2a\xbe\x19\x6c\xf6\x62\xcb\x47\x6d\xd6\x25\x94\x87\xbd\xc7\x04\x74\x6f\x6b\x4e\x24\x7c\xa3\x84\xf8\xcb\xce\x1e\x8c\xbf\x06\xc7\xab\xc3\x1d\xe2\x40\xd5\x3b\x45\x79\xe9\xb0\xae\x1e\xee\xa1\x77\x26\x35\x64\xea\x5c\xb0\xe1\x01\x86\x57\x2b\xe3\x01\xc2\xa9\x67\xad\x77\x3e\x6d\xa9\x32\x8e\xd9\xf7\x78\x00\x8d\x95\x14\xb3\xdb\x6c\xdf\x11\x90\x55\x35\xaa\x72\x75\x80\x43\x79\xe4\xa4\x01\x1e\xa2\x43\x89\x18\x3c\x67\x5a\x07\x02\x71\xe5\xd5\xaf\xae\xcf\x9f\x15\xb1\x6b\x1e\x57\xc4\xe7\xfc\xa2\xf3\x6d\x99\xcd\xc7\x2f\xd3\xf7\xfa\xe5\x80\xbf\xe4\x3c\x4f\xb2\x54\xbf\x94\x8d\x4d\xd8\x62\xac\x8b\x8e\x27\xe2\xba\x5d\xdb\x49\x92\xcf\x78\x11\xc6\x72\x4e\x97\x1b\x89\x8e\xd1\x1b\xbd\x8e\x59\x97\x7e\xd4\x0f\x52\xe9\xf7\xa8\xf0\xe7\x06\xd6\xd3\x6d\x5c\x31\xcd\x39\x52\x7d\xa8\xa1\xc0\x41\xaf\xe2\xd9\xe0\x79\x6c\xc5\xce\xe9\xc6\xeb\x7b\x55\x8f\xfe\xe5\x1b\xa4\x35\xef\xfe\x0a\xd5\xf0\xd5\x3c\x78\x32\x6f\xeb\x7b\x79\xae\xfa\x7f\xec\xaa\xe5\x91\xbb\xeb\x98\x45\xfe\x47\xd0\xf2\xda\x54\x1f\xab\xd9\xef\xe8\x28\xd4\xc4\xed\xfa\x57\x25\x25\x94\xda\xc7\x05\x4d\xa8\x5a\xdb\xe0\x24\xee\xbf\x88\x7d\x0e\x8a\xa9\xc8\xa8\xbe\x8d\xc9\x5d\xc4\xba\xbe\xc8\xee\x70\xe0\xc0\x84\xfc\xe0\xe1\x6f\x51\xdd\x80\xfc\xb0\x0b\x0c\xae\x3d\xd6\xf3\x3f\xb1\xb3\x9d\x80\x39\xe0\x9c\x96\x4d\x69\x6d\xe4\xdb\x98\xac\x9d\x0c\xbf\xc7\x7e\x60\xd6\xef\x99\x65\x26\x9c\xa1\xd6\xb4\x9a\x67\x68\x09\xe7\xda\xbf\x31\xe0\x05\x1b\x80\x75\xb7\x12\xe3\x7f\xc4\x9e\xb1\x1f\xbd\xab\x0c\x03\x5a\x0a\x95\xd6\x24\xf6\x13\xba\xf1\xff\x70\xf7\x27\xdc\x6d\xdb\xdc\xbe\x38\xfc\x55\x24\xbf\x5d\x7c\x88\x63\x58\x95\x6c\x67\x22\x83\xea\x26\x8e\x93\x38\x4d\xea\xc4\xce\xd0\xc4\xf2\xca\x02\x49\x70\x10\x65\x4a\x96\x28\x3b\x8e\xa5\x7e\xf6\x77\x61\x63\x20\x40\x52\x4e\xda\x9e\x7b\xcf\x59\xff\x67\x3d\x8d\x45\x10\xc4\x8c\x8d\x8d\x3d\xfc\xb6\x78\xbc\xac\x7e\x36\x9d\x5b\xde\x0f\x4f\x6a\xd3\xf4\x9e\x50\xef\x3d\x79\x2f\xec\xb4\xb5\xbe\xed\xbd\x05\x13\x90\xba\xe6\x12\x3b\x55\x6d\x3b\x31\x94\xd1\x16\x35\x6b\xb6\x59\x1e\x27\x6a\x84\x04\x61\xde\xd4\x26\xef\xbd\x65\x7d\x0e\xfa\xb6\xf7\x24\xc0\xa7\x84\x0a\x04\x47\x13\x58\xab\x4e\x23\xf9\x88\x9e\xc2\xdd\xb6\x36\x74\xa7\x35\x57\xb6\x6a\x14\x4f\x0d\x9f\x9c\x6a\x30\x45\xaa\x70\x5e\xba\x94\x29\xf0\xf7\x1f\x0c\xeb\x5a\x0f\x6b\x05\x50\x90\xda\xf8\x4f\xad\x96\x34\xc3\xc0\xa5\xc8\xb3\x6c\x16\x7f\x4f\x2b\x63\x19\x3e\x31\x98\xb3\xfa\x97\xa6\x57\x18\x50\xf6\xfa\xb0\xf0\x1d\x20\xfc\x7a\x4e\x58\x11\xb1\x39\x8b\x4e\x58\xb4\x0c\xd9\x9c\x50\x69\x1c\x74\x0a\x96\xea\x55\x9f\x63\x12\xb6\xf8\xe3\xc4\xa6\xda\x5d\x1e\x2e\x09\x11\xf4\xdb\x17\x7f\x94\xf3\x80\x72\x9f\x5a\x1b\xa5\x12\x46\x62\x3f\xb4\xcd\xfd\xad\xf2\x98\x2a\x2b\x22\x86\xab\x94\x2f\x90\xcb\x12\x22\x71\x0b\x72\xc2\x7c\xe9\x15\x36\x21\xb9\x70\x8d\xc9\x62\xd7\xfd\x96\x3a\x13\x04\xa2\x38\x59\xa2\x80\x2b\x96\x5e\x08\xb7\xd2\xf9\x85\xc2\x48\x7a\x79\x4f\xfc\xc0\x8c\x26\x6c\x2e\x87\xc3\xcb\x7b\xe6\xa3\x78\x27\x96\x89\x7c\x23\xd6\x89\xe1\x0e\x83\x23\x62\x7f\x04\xd7\x57\x33\xb7\x47\xdd\x08\xab\xea\x64\x24\x5e\xa1\xc7\x11\x4d\x9a\xfc\xad\x26\x8d\x8a\x1f\x37\x4a\x2d\xcc\x74\xe8\x26\x24\x25\x05\x8e\x49\x84\x3c\x3d\x12\x85\x7f\x22\xa8\xf0\x8a\x4c\xc0\x41\x62\xb2\xce\xa5\x1f\x95\xed\xe3\x96\x3b\x4e\x0e\x13\x53\x15\x18\x93\xc8\x4b\x95\x67\xdc\x4b\xe6\x46\xb8\x46\xf9\xd1\x6a\x25\x5d\x75\x1b\x67\x42\xe4\x07\x86\x0b\x40\x2c\x9f\xc4\xca\x48\x6b\xeb\x53\x7e\x21\xb7\xce\x59\xad\x28\x1c\xf6\x22\x79\xee\x9e\x5b\x11\x59\xff\x6f\x6d\x8f\xaa\x3e\xcc\xaa\x9d\x81\xe3\x3b\x2e\xda\x0c\xdd\x86\x4d\xa7\xb5\x84\x54\x6b\x7c\xda\x89\x09\x75\x63\x9c\xa8\xb5\x81\x13\x22\xdc\xd5\xa4\xa3\x7e\x22\x06\xff\x25\x73\xe3\xbf\x31\xcc\x71\x75\xe9\xd5\xe3\x0b\x46\x3c\xc6\xd8\xd7\xfb\x2b\x93\xd5\x70\xc7\x38\xb2\xc6\xf5\x4d\x6a\xdb\xb2\x07\xbd\xaf\x09\x2b\x25\xc3\xc4\x37\xab\x1b\xf4\xbe\x2e\xa6\xcb\x79\xc8\x94\xfd\x60\x70\x37\x7b\x65\x0d\x14\x25\x8c\x10\x12\x69\xe4\x5e\x60\x97\x97\x80\xaa\x71\xc2\xa8\xf0\x3a\xc7\x94\xf0\x0d\x2e\xdc\x3e\xd0\x0f\x4a\x27\x11\x2e\xa5\x33\x95\x08\x31\x5c\x99\x51\x99\x2d\x35\xf2\xd4\x96\x04\x68\xd0\x2c\x63\xf1\xb4\x6e\x00\xf1\xc1\x58\x52\x0d\x0b\xbf\x7d\x65\x76\x19\xdb\x63\x05\x2a\x96\xaa\x05\x38\x25\x15\x5b\x01\xc0\x8c\x4b\x39\x45\x6e\x13\xf1\xe3\x4d\xea\x32\x01\x3c\x81\xf0\x84\xe4\x67\x83\x73\x5c\x90\xfc\xac\x7f\xee\xe7\xe4\xbd\xf4\x55\xac\x7b\x6c\xcf\xc8\x13\x30\xa0\xc4\x07\x64\x66\x9a\x17\xe3\x6f\xe4\x49\x4f\x34\xc2\x7f\xc2\x7f\x2e\x83\x45\x38\xcf\x02\x26\xf5\x72\x27\x0d\x7f\x80\x5b\x5e\x8c\x37\xc3\xe2\x23\x2f\xc0\xfa\x13\x2f\x5a\xfb\xd0\x70\x21\x06\x30\x5b\x6e\xd5\x49\x42\x7f\xd6\x5b\x18\xcf\x13\x09\x70\x61\x8e\x88\x2f\x19\xd2\x04\x53\x04\xc6\xb3\xe6\xbb\x97\xcc\x2d\x30\xe5\x4b\x7f\xc2\x6f\x7a\x94\x1c\x25\xee\x35\xc2\xac\xb1\x58\x56\x84\x3a\x4c\x6d\x3e\x48\x41\x3e\x25\xcd\x7c\x3e\xeb\xb1\xa2\xa4\x45\x32\x61\xfa\xc3\x2a\x7c\x33\x19\x15\xd5\x7b\x88\x28\x84\xf9\x7d\xb9\xff\x38\xd5\x91\x51\xf6\x06\x3b\x1f\x43\x37\x45\xf8\x8a\x0c\x1e\x3f\xce\xfd\xe8\x2c\x3f\xe7\x65\xa4\x0e\xf9\xeb\x6a\xbd\x5e\xe3\xb3\x10\x07\x38\x3a\x47\x9b\x46\x48\x99\x8a\x55\xdd\xc4\xb5\x58\x24\xb4\x36\x73\x21\xb1\x46\x11\xc0\x41\x42\x97\x1a\xe3\xa4\x0c\x7e\x61\x74\xfc\xb6\xd1\x89\x6a\xa3\x23\xd1\x3f\x2e\xd1\x6d\x68\x36\x4e\x2c\xea\x4b\x7f\x8d\xd6\x6b\xb4\xc6\x67\xa2\x27\x2f\x99\x7b\x00\x60\xc0\x2f\x99\xfb\x0d\x07\xe2\xc7\x13\x11\xda\x95\x12\xcb\xe7\x1f\x2b\xaa\x59\x41\x05\xd4\x28\xac\xf7\x2a\xc5\x0d\x42\xe4\x15\x6b\x4c\x35\xc5\x25\x13\x72\x9c\x1a\x71\x87\x4e\x30\x45\x38\x17\x64\x9d\x50\x9c\x1b\xa7\x88\xd4\x54\xeb\x9d\x82\xf3\xda\x2a\xce\x0d\x22\x58\x69\x5d\x0b\x73\xa7\xbf\xad\xd1\x3a\x7e\x8e\x68\x94\x98\xd4\x8d\x70\x1d\xfd\xe5\x9d\x71\xe8\x70\xde\x7d\x83\x51\x39\x15\x3e\x2f\x2e\x6a\x52\x6c\x93\x34\x53\x90\xb5\x8b\xce\xfd\xb7\x8c\x25\x84\x0b\x37\x46\xb3\x31\x96\xfe\x86\x33\x96\x5a\x47\xc0\x49\x6a\x7a\xcb\xdc\x96\x34\xf1\x28\x0e\xe7\x8c\x57\x11\xe0\x88\x2d\xca\xf9\xf4\xc6\x0b\x71\xc4\x66\x0b\x2f\x32\x99\x91\x80\x9c\x58\x5e\xd5\xea\x74\x1a\xba\x01\xe7\x80\x94\xf8\x50\xba\xa8\x5a\x79\x49\x60\x1b\x18\x4b\x37\x75\x8a\x3c\x37\xb4\x8c\x8b\xb5\x0c\x7b\xd8\x9a\xdf\x73\xa3\x1a\xe6\x01\xc5\xf2\x5d\x54\xab\xa1\xf5\x4a\x76\x5a\x9f\x62\x4a\x0c\x50\x3f\x6d\xa6\x58\x9b\x56\xa3\x80\xf7\x69\xb5\xd7\xf9\x82\xb2\x73\x56\xf9\x3e\x34\x8e\x19\xa8\xee\x44\xb9\x1e\x50\xbe\x9d\xad\x4a\x4e\x52\x77\xb0\xe2\x5f\x48\x94\x54\xed\xa8\x19\x09\xd1\x65\x64\x39\xfa\x7c\x6c\x94\x0f\xcb\x3b\x22\x8d\xcf\xe4\xe9\x55\x05\xf4\x53\xb7\x5c\xc5\xf5\x9f\x36\x5c\x6c\x92\x9e\x5c\x06\x36\x18\xc4\x53\xbe\x69\x00\xdd\x64\x81\xd0\xed\x49\x0a\x86\xce\x31\x8e\xd4\x40\xaf\xd7\x3f\xd3\xbd\xd8\x02\x78\xfb\x64\xdd\x9f\xf8\xb0\xdd\x1b\xdc\xc7\xfb\xd8\xc6\x70\xfa\xd3\xce\xf5\xb1\x3d\xd7\xe7\x46\xae\x7d\xbc\x5b\xcb\xf3\x25\x35\x2c\xfc\x5b\x2f\x6b\x86\x39\x99\x8b\x70\x00\x7e\x9b\x15\x25\x15\x1a\x2f\xb4\xb6\xfd\x29\x2a\x7d\x49\xed\x6b\x2d\x69\xa0\x56\x21\x96\xc0\xc4\x92\x28\xff\xa2\x89\x56\x48\x2a\x45\x4f\xe5\x1a\x3a\x0c\x55\xe8\xc9\x33\x7a\x6e\x89\xd8\x54\x7f\xbf\xa4\x56\x68\x37\x8a\x2c\x1a\x47\x33\x17\xdd\x56\x8f\x41\x66\xea\x2c\x60\x09\x05\xd5\x12\x0a\x94\x5c\x5e\xf1\xce\x9b\x58\xe4\xc8\xf4\x0f\x7d\xca\x17\x46\x74\x36\xd0\x22\xa8\x4e\xc4\x79\x9b\xda\xd7\xe4\x8c\xe2\xe0\xbc\x65\x8b\x86\xff\xef\x9a\x04\x93\xf4\xa3\x86\x99\x3a\x59\xab\x69\x2c\x71\x11\x80\x78\x3d\xfc\x2d\x1c\x3e\x7a\xe8\x85\xe6\x14\x53\xb7\xdb\x47\x6b\xf1\xfe\xc1\xe3\x70\xf8\xe8\x81\xfd\x5e\x14\x71\x9d\xf6\xca\x39\x2d\x04\xe4\xbd\x6f\x3d\x91\x01\x30\x04\x14\x74\xc7\x81\x8b\x34\x3a\x97\x9d\x2b\xe4\x07\xba\xe9\x00\x58\x3b\xf4\x6a\xfe\xc7\xe2\xa2\xca\xd4\x45\x35\xb4\x6f\xa8\xb0\x64\x8c\x5b\x69\x4d\xfa\x84\x13\x12\xd4\x31\x69\x92\xa1\x94\x0f\xc4\x9e\xab\x24\x05\x82\x3e\x4b\xbc\x8e\x98\x9f\x92\xea\xf6\x14\xfb\x49\x1d\xb4\x83\x12\x42\x4e\x34\x04\x6e\xe2\x38\x09\x4f\x40\xdf\x53\x72\x93\x92\x6e\x5f\x4b\x8a\x6c\x77\x74\x55\xfb\x6a\xc5\xd3\x13\x91\x8e\xc0\x4e\x2b\x68\xbb\xff\x29\xb5\x4f\x82\x90\xc2\x60\x4b\x6b\x39\xc5\x59\x99\x93\xc4\x4d\x71\x88\xfc\xd8\x96\x05\x24\x2a\x41\xc1\x16\x64\xb1\xfb\x92\xb9\x00\x72\x2e\xa9\x9f\x60\xbd\x26\x7c\x7b\xc9\xa9\x5a\x57\x5e\xda\xd2\x4b\xfe\x45\xca\xf9\x6f\xaa\x3c\x5a\xbd\xab\x04\x2f\x17\x1a\x8b\xd1\x7b\x92\xc2\xa3\x7c\x29\x9e\xe4\xa1\x2a\x1e\x8e\x2e\x66\x6c\x4e\xcb\xec\x8a\xbd\xa4\x45\x34\x61\x32\xf9\x35\xbd\x99\x2e\x4b\x2b\xe7\x1b\x76\x31\x95\x3f\xd5\xf4\xaa\xa7\x58\xfe\x12\x93\x2c\x7e\x3f\x63\xc1\x32\x01\x78\x29\x9d\x10\xb3\xf9\x9c\x45\x66\xda\x7b\xbd\xee\x54\x25\x82\x21\x3d\x15\x57\x09\x91\x76\x3c\xa3\x97\x4b\x76\x14\xb1\xa2\xcc\xe2\x4c\x56\xab\xa0\x15\xb3\xc5\x1f\xec\xfa\x84\x71\x12\x96\x4d\xd8\x1c\xbc\xfe\x9f\xdd\x3d\x26\xb6\x2f\xfb\xcb\xc6\x99\xcb\xf7\x6b\x83\x3c\x18\xfb\xd7\x1c\x51\x51\xb4\x1c\xa7\x4f\xed\x23\x5a\xf7\xed\xff\xdb\x74\xf8\x43\x0b\x1d\x1e\x15\x8a\x12\x37\xa6\xcb\xee\x9f\x5d\x06\x9c\x5d\x7a\x36\xed\x9c\xd2\x83\x7f\x13\x7d\xfc\x29\xda\x66\xae\x8e\x7a\xbf\x25\xfd\x30\xcb\x17\x1d\x77\x03\xe4\x05\x7e\x54\x97\x09\x19\xac\x2f\xaf\x3d\xfa\x87\xac\x2f\x6d\xe1\x7c\x83\x9f\xe5\x7c\xa3\x26\xe7\xab\x96\xfc\xa9\xb1\xe4\xdf\xd5\x97\x3c\xcd\x9a\x4b\xbe\xe9\xd4\x08\xf7\x03\x1c\x92\xe0\xac\x7f\x8e\x23\x12\x9c\x0d\xce\xfd\x4f\x69\x3d\xe4\x64\x50\xa3\xea\xa3\xa2\x8d\xae\x47\x2e\xdd\x44\xd2\x03\x7e\xdb\xa4\x15\xe2\x61\xb8\xae\xed\xbd\xc6\xbd\xf2\x5d\x2a\x4e\x09\x42\xc5\xa9\x16\x65\xc6\xf8\x50\x7e\xec\xf9\xc0\xf8\xaa\x61\xe2\x8b\x60\xdd\xdc\xbf\x77\xac\x80\xfa\x6c\x0b\x21\xc2\xad\x71\x9d\xf5\x02\x6c\x5c\x66\xe5\x81\x21\x65\x0c\xd4\x90\x31\x84\xeb\xb6\x3b\x58\x2b\xe1\x30\xfa\x69\xa8\xd8\x29\xe9\x0e\x70\x40\x96\xb1\x39\xf0\x14\xae\xac\xdd\x3e\x0e\xdd\xd1\xd6\xdc\x1b\x6d\x6d\xbb\x65\xbc\xbd\x6d\xe3\xc9\xa3\xa6\x74\xe8\x1e\x42\xfe\x9a\xcf\xe9\xbb\xd4\x0d\x10\x9f\x50\x08\x3c\x77\x02\x56\x6b\x10\xef\xd5\xd5\x3c\x2d\x67\x39\x4f\x52\xf7\x9e\x79\x8c\xdf\x59\xdd\x1a\x8f\x0a\xc9\xcc\x03\xd3\x68\x38\xdd\x05\x64\xf3\x77\x3e\xb4\xa5\xca\x7b\x37\xf5\x3c\xbc\x9b\x7a\x06\xd9\x46\xfa\xf7\x67\x3b\xfd\xfb\xa5\x79\xa2\x7c\xae\x4e\x94\x30\x33\x69\xc6\xef\xfa\x44\x79\x6f\x6c\xaf\xa6\x54\xe4\xf7\xd4\x7d\x95\x8a\x59\xfe\xdb\xbb\x4e\x7c\x5b\xdb\x76\x7f\xfe\x70\xdb\xfd\x5f\xdf\x74\xa2\x5d\x7c\xc3\xc9\x5d\xc5\xaf\x86\x5a\x04\x38\x2a\x68\xdb\x16\x7b\xdb\x7e\x44\x6e\x1a\xb1\xb3\xfe\xf9\x0f\xa6\xff\xf9\xff\xe4\xf4\xbf\xfe\xc9\xe9\x7f\xfd\x2f\xa6\xff\xf5\xff\xd2\xe9\x7f\xfd\x7f\x75\xfa\x5f\xff\xe4\xf4\xb3\xac\x6e\xa9\x70\x7c\x5d\xb0\x39\x5e\xda\xf0\xa0\x71\x66\xe0\x44\x09\x6b\x3b\xad\xab\x1f\x7e\x49\xdc\x40\xc5\x8e\x8a\x90\xf7\x59\x78\x25\x42\xa6\x1a\x1a\x7b\x92\x99\xfe\x6b\x22\xb0\x0f\x3f\xa7\xb5\x80\x7c\xce\x62\xbf\xe4\xdf\x33\xe4\x47\xc4\xb0\x31\x88\xa5\xb6\xbf\xb2\x23\xea\x2e\x2b\x87\x52\x4b\x52\x64\x63\x53\x2a\xdb\x42\xb2\x73\x6f\xf0\x00\xab\x0b\x00\xf9\x8b\xe1\x54\x34\x86\x21\xe5\x0e\xbd\x22\x03\x5f\x76\x14\x8c\x0b\x74\xe9\xd0\x15\xf3\x92\x94\x65\xb6\xf1\x83\xa9\x88\x96\x42\x91\x50\x5b\x1b\xb5\x8b\x09\x12\xc7\xe9\x8e\x33\x37\x41\x8a\x29\x84\x6b\x88\x09\x6d\xac\xbd\x1b\x42\x00\xa1\xa0\x73\x66\x64\x0d\x6d\x84\x64\xdd\x54\x40\x85\xba\x87\x85\xbb\x29\x49\x70\x2e\x5a\x9a\xc8\x96\xfa\xd4\x70\x6a\x16\x0c\x15\x0e\x70\x20\x6c\xac\x01\xfb\x67\xce\xd4\x3c\xd0\xca\xc4\xd2\x1e\x09\x42\xd7\x89\x8a\x66\xa0\xe3\x9c\x33\x27\x46\x10\x60\x2b\xb1\xed\xa5\x70\x58\xb5\x1f\x57\xac\xf0\x30\xf4\x5e\x31\x1c\xba\xfc\x6e\xe3\x38\xa2\x5a\x89\x27\xa1\xaf\xd8\x72\x82\x62\x6b\x82\xc0\xa5\x3e\xc1\xd1\xcf\xb7\xd5\x98\xb7\xbc\x7d\xde\xc4\x82\x7a\xc5\xdc\x9a\xad\x57\x4b\xdb\xb2\x18\x94\x6d\x03\x0c\x86\xab\xb1\xc3\x10\x92\x00\xc5\x62\x99\x0d\xee\xef\x3d\xdc\xaf\x40\x8a\x85\x22\x4b\x37\x49\x58\xbc\xc8\x45\x88\xab\xfe\x29\xe7\x98\xcc\x70\xa2\x36\xdb\x7d\x91\xd5\xb5\x6e\xa6\xa5\xa2\x80\x96\x53\xfe\x15\xf1\xdd\x16\x18\x62\x45\xa6\x59\x14\x31\xb1\x1e\x23\x98\xfc\xd5\x6a\xb4\xa5\x08\xc5\x4e\xc4\x49\xea\xce\x75\x56\xa6\xd3\x65\xb9\x93\x66\x91\x72\x04\x10\x79\x91\x0e\xe1\x2b\xb8\x9c\x7d\x84\xea\x02\x4f\x40\x3a\x7d\x2d\x70\x8b\xd7\xb8\xc8\x84\x3f\xb7\xd2\xea\xc1\x88\x85\x8e\x86\x53\xfe\xb9\x02\x0a\x8d\x81\xd5\xab\x5e\x86\xf6\x10\x6b\xf3\x13\x2b\xd7\x2a\xf4\x04\x3e\x05\x1f\xfd\xc0\x00\xb0\xae\x10\x9d\xf7\xeb\x6a\x55\xb3\x05\x54\xb6\x80\x0a\x6f\x28\x51\xa3\xae\xc8\x8d\x88\x55\x57\xa3\x24\xe0\xdd\xbc\x88\x84\xa2\x94\x08\x29\x2a\xc3\xf8\xa0\x6c\xa6\x32\x53\x4b\x5a\x14\x98\xe0\x31\xc4\x84\xcc\x0e\xb5\xf4\x83\xca\xe5\x0a\xbe\xd0\xd5\xa6\xd9\x7d\x68\xe0\x0f\x58\x24\x58\xd0\xdd\xe7\xb1\x1b\xda\xe8\x4a\x7e\x4c\x0e\x63\x17\xd6\xa6\x22\xc7\xe1\xff\x20\x39\x0e\xef\x26\xc7\xb3\xac\xe6\x16\x0d\x1d\x52\xbd\xeb\xf6\xfd\x57\xb1\x1b\x48\x53\xd6\x98\x9f\x6b\xaa\x4f\xa6\x01\x78\x15\x1c\xa4\xea\x94\x6b\xc8\x9a\x64\x80\x86\x66\x82\x6c\xec\x2e\xc2\x6f\x12\x09\xdd\x81\x8f\xe5\x2f\xcc\x10\x8e\x94\x14\xaa\xd3\x72\x4c\x18\xf5\xe2\xb4\x6e\x2d\xef\x27\x12\x6f\x2b\x95\x30\xb7\x89\xc2\xbc\xc2\x13\x89\x04\x71\x17\xa6\xd6\xa4\x8a\xd0\x37\x9c\x90\xab\xc4\x9d\x20\xcf\x9d\xb4\xcc\x36\x9e\x88\xd9\x9e\x48\x85\x61\x41\xc2\x8d\x98\x55\xf8\xc9\x06\x24\xd5\x62\x13\x9a\x55\xb2\x09\xcd\xca\x7f\xb2\x09\xcf\x2a\xf9\x09\x40\xb4\x51\xb1\xe9\xdb\x8d\x1f\xad\x56\x6e\xda\x25\x24\x5a\xad\x72\x3e\x28\xc8\x71\xfe\xe0\xf3\xc4\x0f\xc7\x09\x32\x00\x8b\x67\x0d\x63\x8e\x44\xc2\x46\xcd\xfc\x03\xf0\x01\xc7\x09\x5f\x3e\x79\x23\x9f\x2c\x7e\xd6\x85\x48\xc5\x3a\x36\xcc\x6a\x75\x9d\x0c\x37\x30\x02\x85\x40\x17\xe3\xcb\xa5\xe0\x4b\xa7\x51\x28\xc2\x6e\x4a\xae\x93\xd5\xea\xb5\xc8\x95\xe2\x08\xcf\x70\xce\x67\x6b\xe8\xfe\xcd\x21\xbc\x13\x12\x2c\x69\x85\x04\xdb\xc4\xbf\xb4\xc2\x80\xb5\xa5\x6e\x84\x01\xbb\xb3\x89\x77\xbc\x74\x51\xa3\xc4\x51\xd1\x6c\x96\x01\xd8\x15\x54\x80\x5d\xc8\xfb\x71\x87\xda\xbf\xc4\xb5\xdd\x49\x1a\x16\x4f\x24\x87\xc8\xa9\xf2\xa5\x5a\x33\x39\xd6\xdb\x96\x4c\x70\x44\xd2\x7f\xd1\x84\x88\x74\x07\x82\x90\xdd\x5a\xb4\xc3\x97\xc0\xf9\x7e\x93\x86\x4c\x48\xa0\x9c\x32\x2d\x6c\x9c\x61\xea\x4d\x34\x2e\x49\x8a\x34\xad\x99\xf8\x4f\x6a\xfc\x85\x3f\xab\x08\x8f\x9f\xff\x04\xe1\xc9\x35\xe1\xc9\x87\x39\x27\x3c\x39\xf2\xdc\xbc\x8d\xf0\xe4\x82\xf0\xe4\x92\xf0\x1c\xdc\x41\x78\x7c\xb7\xd8\x84\xe1\xbc\x5a\x8d\x36\x58\x4e\x6e\xa4\x3d\xe8\x5f\x91\x9e\x7f\x48\x78\x9e\x48\xca\x60\x12\x9e\x5c\x11\x9e\x9f\x25\x3a\x7c\x9c\xbe\xb5\x12\x1e\x59\xfc\xb7\x9f\x24\x3c\x07\x15\xe1\x39\xe0\x84\xa7\x51\x28\xc2\xee\xc4\x24\x3c\x13\x20\x3c\xdf\xf8\x6c\x0d\xdd\xe2\xef\x0d\xa0\x18\xf5\x9f\x1c\x3a\x05\x76\xf8\x73\xa4\x47\x15\xdd\x9a\xec\x46\x78\x54\xf0\x26\xff\x2d\x1a\x54\x15\xb9\xf9\xad\x1b\x89\xa1\xd8\x58\xb0\xb9\x97\x55\x81\xd6\x66\xfe\x9b\x4b\xd6\xfc\x7a\xf7\xde\xfd\x3a\x25\x6b\x1d\x4d\x5d\xf5\x6a\x95\x5a\xd6\xf4\x72\x25\xcf\x9a\x26\xf6\xab\xd5\xc6\x46\x76\x7f\xdc\xc8\x7f\x56\x0f\xef\xce\x4f\x90\xd7\x6f\x6d\xe4\xf5\x9b\x41\x5e\x73\x1c\x91\xc9\xdf\x1c\x97\x51\xf1\xbf\x7e\x64\x04\xd5\x57\xbe\x4d\x99\xc5\x85\x9b\x7c\xf0\x65\xed\x7a\x2b\x2f\x10\xd2\xdc\xb4\xee\x6a\x29\x22\xd0\x39\x4e\x57\x33\xee\xcc\x71\x7e\x17\xe8\x73\xdd\x01\x32\xae\xa7\x91\x75\xd4\xb0\xac\x8a\x2d\xa9\x0c\xb2\x37\x6d\xec\x56\x72\x0e\xd2\x73\x69\x5c\x22\x05\x40\xae\xc5\xf5\x57\x0c\x78\x32\x74\xd5\x45\xde\x12\x2b\x01\xeb\x0d\xb8\x61\xc6\x4b\x48\x4c\x71\x8c\x90\x27\xef\x0d\xa9\x10\x1e\xd4\x15\x4d\x02\xdf\xd7\xe8\x6d\xbf\x71\xbb\xa8\x3c\xce\x32\x23\x20\xa8\x31\x0a\xfa\x88\x94\xb2\xd1\xa1\x88\xc6\x58\x4b\x6d\x24\x08\x4f\x56\x19\x1a\xd1\xd3\x3f\x1d\x47\x7e\xae\xf8\xfb\xee\x00\xf9\xc2\x17\xdb\xc6\x17\x50\x68\xe9\x8b\x8c\xdc\xd6\x9c\xc5\xf0\x9c\x95\xf3\x9b\xd7\x60\xdb\x6e\x05\x83\x2b\x7f\x24\x3d\x78\xab\xcf\x63\x7e\x3b\xc2\x89\xef\x36\x57\x0b\x5a\xad\xdc\x84\x14\x56\xb8\xa6\x16\xff\x9c\xee\xc0\x83\x2f\x99\xb3\x8b\x90\x9f\x0c\x5d\x7e\xff\x32\x6e\x7d\xf7\xef\x09\x5d\xe7\x5d\x85\x18\x18\xf3\x51\x2f\x96\x92\xe8\xd5\xaa\x2b\x12\xb4\x38\x93\xf2\x5c\xef\xd3\x6c\xf1\x5c\x67\x71\xd9\x8a\x0c\x90\x7f\xe4\xbe\xc5\xcc\x19\x98\xf7\x3b\x3e\x87\x1a\xfc\x5a\x17\xea\x38\x33\x50\x95\x50\x43\x80\xe2\x33\x23\x03\x2f\x21\xae\x4c\x72\x96\x20\x05\xc0\x12\x6d\x4d\xf8\x21\x6f\x94\x1a\x84\xeb\x06\x01\x5b\x64\x58\xba\xde\xb5\xe0\x73\x55\x3d\x63\xdf\x66\x2c\x2c\x59\xf4\x7a\x4a\xa3\xf7\xd9\x05\xfb\xe7\x0d\x18\x15\x2d\x4d\x50\x92\x90\xbd\xbd\x7b\xf7\xf6\xf7\xf7\x76\x31\xf5\x43\x72\x95\xb9\xb7\x17\xd3\x88\x79\xa3\xad\xab\x6c\x91\x05\x13\x36\xda\xc2\x6a\x4c\x3c\xba\x56\x42\x42\x09\x18\x57\x79\x14\x37\x24\x6e\xa1\xe1\xc9\x51\x87\xd9\xbd\x35\xc7\x33\x22\xd7\x52\xda\x6a\x00\xae\xe9\xa1\xe7\x5d\x8c\x95\xb4\x06\x33\x25\x70\xac\x07\xa2\x6a\x91\xb5\x00\x16\x9b\x35\x0e\x9e\xf1\xc4\x4c\x59\xcd\x5a\x41\x6d\xbc\x96\x92\x39\x23\x56\xda\x5f\x4d\x49\xce\x22\xc3\x91\x1f\x92\x6f\x8d\x66\x87\x4d\x32\x63\x6a\xf4\x61\x48\xfe\x27\xfa\x3d\x2a\xfe\xc7\x7b\x5e\xf9\x62\x66\x4d\x68\x71\x21\x77\xd6\xc2\xe4\x80\xa8\x35\xa8\x04\x94\xd5\x12\x0c\xd6\xbe\x14\x34\xef\x22\x03\x2c\xdc\xb5\xba\xd1\xc7\xb1\x45\xdc\x48\x80\xbc\x98\xaf\xed\x00\x33\xdc\x57\x4b\x57\xe0\x4f\x32\x0d\xb9\x17\x9b\xde\xf1\xfa\x67\xac\xb1\x8e\x42\x5f\x36\x90\xc4\x55\xbf\x0c\x02\xfb\xad\xa5\x67\xa2\x43\x94\x30\x8d\x37\x10\x92\xf7\x89\xcb\xf0\x1d\xbb\x2c\x5c\x23\xdf\x14\xac\x82\xfa\x38\x94\xbb\x35\xb2\xf6\x5c\x68\xa3\xc8\x5a\x22\xab\x1a\xb4\x2e\x56\xde\xdb\x0f\xf1\x1d\x98\xbc\xb4\x7e\x04\x12\xab\x8b\xd7\x2d\x62\x43\x49\x11\x12\xa3\xb7\x89\x85\xea\x95\xde\x31\x9d\xa1\x9c\xce\x18\x7a\x29\xeb\xec\x12\x92\x0c\xc1\xa0\x57\x6a\x8f\xec\xb9\x0d\xed\xb9\x4d\x71\x22\x83\x5b\x19\xa6\xbf\xa2\x08\xbb\xa3\xa1\xf9\x64\x5b\xf9\x26\xd2\xcc\xcc\x18\xaf\x3b\xa1\x8b\x45\x86\x50\x28\x21\xd2\x2a\xa8\xfa\x30\x12\x50\xbf\x11\xf2\x04\xee\x11\x70\x67\x12\x5c\x33\xaa\x64\x84\x7e\x64\xce\x61\xcb\x74\x46\xbe\x1e\xff\x16\xf4\xd8\x1b\x29\x12\xa6\xca\x6d\x2b\xf0\x9b\x71\x21\x0b\x33\x5a\xe3\x44\x07\x6a\x5c\x24\xae\x52\x93\xe0\xc0\xe2\x1b\xbf\xd7\xf8\x46\xc1\x2f\xd6\x1d\xd5\xb5\xc1\x5e\xc3\x21\x24\x5b\x3c\xa5\x61\x7e\x4d\xe7\xd1\x02\xe2\x12\x72\x8e\x4e\x5b\xec\xe8\xc7\xd3\x92\xce\x45\x00\xa3\x3e\x98\xe8\x78\x11\x2e\x69\x36\xf1\x42\xf8\xf3\x86\x2f\x14\x11\xf9\x4c\xd9\x35\xad\x3d\x37\xe9\x19\x65\x93\x00\x27\x3d\x5d\x9c\x58\xdb\x46\x82\x2e\x9f\xf4\x71\x02\x73\x06\xb7\x04\x5e\x38\x09\xe5\x0f\x5e\x0b\x61\xf2\xb5\x9c\x52\x5b\xd5\xf2\xe4\xc7\xaa\x16\x03\xc3\x04\xc7\x00\x6f\x94\x4d\xb4\xe2\xd0\xa2\x8c\x51\xc5\x5a\xf9\x4a\xef\x11\x71\xce\x28\x22\x91\x33\x58\xed\x56\xd2\xe3\xfb\xfb\x96\x4b\xab\xd8\xcb\x96\x66\x89\xf3\x60\xd4\x13\xb0\x0a\x0a\xf0\xa4\xb0\x42\xfa\x1b\x38\x03\xed\xc7\xaf\xe3\xc0\xfa\x31\x34\x31\x80\xd9\x22\x3e\xa9\xbf\xd2\x45\x48\xdc\x15\x6a\xe3\xae\x50\x5f\x47\x34\xb7\x70\x57\x68\x15\x60\xb4\x43\x2d\xe4\x15\xda\x8a\xbc\x42\x35\xf2\x0a\xad\x90\x57\xaa\x02\x8c\xe8\xa2\xb4\x8e\xba\xa2\x51\x22\x68\x55\xf6\x3a\x72\xc8\x60\xcd\x19\x40\x01\x18\x6b\x93\xd3\x86\x9a\x49\xe0\x9f\x8a\x3e\x4b\x84\x12\x26\xd1\x49\x46\x5b\xf1\x74\x0e\xeb\x6e\xb4\xe5\x69\x92\x04\x3d\x62\x16\xd1\x0d\x7d\x44\x49\x58\xed\x3f\xdc\xe0\x6f\x01\xb5\x07\x94\xa3\x21\x02\x7d\x68\x75\x24\xb0\x2a\x36\xa3\xcb\x34\xdd\x33\x55\xec\x10\xeb\x45\x7f\x82\x6d\xc2\x8f\xfc\xef\xfc\x6c\xeb\x0e\x38\x4b\x88\x63\x8b\xb6\x29\x40\x25\xd9\x9b\x40\x6d\x23\xe8\x8e\xe8\xb6\xd5\x2b\xb3\x52\xd5\x37\xe6\xa3\x5b\x7e\x86\xb5\xa1\x8d\xd7\xfa\x57\x19\x06\x30\x05\xcf\x68\x1c\x7e\xcc\x38\x4c\x79\xaf\x19\xa1\x6b\xd1\xf4\xbe\x64\x29\xef\x6e\x7d\x39\x4d\x58\x99\x72\x8e\xd9\x53\x3d\x2e\x34\x36\x8e\xb4\x91\x6a\xfb\x5c\xa1\xaf\xb4\xf1\x28\xeb\xcd\x1a\xa5\x54\x53\x01\xe3\x64\x0d\xec\xb8\xac\x76\x24\x5b\x04\xfe\xb3\x92\xb5\xf6\x2b\x25\xa7\xa9\x6e\x44\x35\x8d\x73\x75\xea\xa9\x5d\x56\x47\x0e\xdb\x43\xa6\x9a\x4d\x63\x20\x55\x14\x20\x14\xc7\x8e\x0d\x5d\x83\x8c\x33\x84\xcf\xac\x71\xd0\xe8\x5d\xad\xf7\xa2\xb1\x79\xcc\xb5\xd9\x5a\x2e\xde\xc8\x81\xd4\xc7\xb2\x0e\x7e\xf4\x34\xc3\x07\x19\x7e\x96\xe1\xc3\xcc\x1f\x15\x4f\x33\x62\xdb\xa2\x56\x18\x15\x35\xd2\x16\x0a\x62\x71\x8f\xc8\xa8\x16\xab\xd5\x7d\xf5\x13\xd1\x1e\x9d\xf1\xe6\x01\x52\x8d\x6b\x00\x1e\x55\x44\x6c\x5f\x45\xc3\xa8\x94\xa5\x6a\x0c\x43\x9b\x9e\x85\x10\xdd\xb3\x49\xcf\x42\x23\x60\xb2\x49\xcd\xc2\x56\x6a\x16\x6a\x6a\x16\x9a\xd4\x4c\xd2\xa9\x50\xbf\x5f\x87\x75\x62\xa6\xde\xf8\xc6\x1c\xac\xd7\xfe\x81\x31\x52\xe8\x96\x5f\xeb\x9f\xd9\x63\x57\xe3\xa7\x2d\xd1\x7f\x16\xbb\x4c\x80\x35\x53\x4b\x82\xd3\x02\x62\x26\x63\xb0\x2a\xf8\x6c\x4d\x03\xb3\x62\xb6\x2c\x47\x5b\x1e\x23\x9f\xa9\x08\xd2\x15\x89\x5f\x11\xf2\x63\x72\x76\x6e\xef\xd2\xe9\x4c\x08\x80\x3c\x46\x58\xa0\xb2\xb3\x60\x53\xf6\x05\x9b\x80\xe6\xc0\x63\x22\xa6\x22\xc3\xb7\x00\x62\xea\x89\x0d\xbd\xe6\x5f\xc3\x8b\xa8\xf1\xa2\x59\x58\x15\x6d\xc3\x63\x24\xd1\xb5\x27\xcd\xda\x15\x4d\xd8\x14\x18\x67\x5a\x1c\x4c\xb2\x30\xdf\x14\xd7\x24\xaa\x32\xb8\xb4\x37\x2d\x42\xfe\x9b\x8c\x63\xb4\xbe\x12\x81\x28\x84\xbc\x4d\x06\xcd\x83\x45\x33\xe9\x64\x45\x07\xec\x26\xba\x51\x2f\xa5\x8b\xe3\xeb\x82\xcf\x10\x9b\x97\x37\xee\x04\x39\x0e\x6b\x4b\x14\x0b\x96\x9d\x4d\xce\x91\x04\x64\xbc\xe1\xd7\x05\xd0\x76\x4d\x90\x74\x41\xe0\xaf\xa1\x8a\x84\x57\x91\xa2\xb4\x5e\x52\x02\x77\x88\xd5\xca\x0d\xc9\xed\x1a\xe1\xf0\x2c\x39\x07\xbc\x2b\x24\x81\x7c\x22\x5a\x24\x6c\x3e\x5d\x2e\x26\x37\xa7\xac\x3c\x2a\x0a\x36\x7f\xf9\xfe\xcd\x6b\x18\x91\x09\x1f\x02\xc5\xcf\x54\x29\x8b\xe5\x6c\x36\x67\x8b\x05\x88\xb4\x8a\xf2\x30\xca\x40\x6c\xf1\x89\xce\x0b\x15\x5c\xc5\xca\xf7\x12\xa4\x54\xd9\xb4\x68\xe4\xa0\xcb\x72\xfa\x7c\x1a\x2e\x17\x2a\xc9\x0d\x69\x73\x28\x86\xf1\x6a\xe5\xf2\xf9\x83\x50\x50\x31\x40\x62\x0a\x77\xed\x89\xb2\x8b\xd5\x83\x1c\x29\x7f\xdc\x88\x0f\x4c\x2a\x05\x56\x6c\xc8\xc7\xc9\xab\x5c\xd8\x5a\x67\x21\x97\x40\x11\xe2\x9b\x5c\x59\x55\xa4\xa8\x3e\xfe\x13\x08\x81\x29\xa8\x96\x1c\xf7\x6e\xcb\xc0\xaf\x56\xb9\xe3\xe4\x6d\xe9\xad\x13\x52\x4d\x63\x8e\x5a\xbe\x72\x9c\xf4\x2c\x39\xef\x12\x92\x9f\x25\xe7\x62\x4e\x47\x85\x59\x08\x4f\x97\x46\x0e\xbc\x78\x3d\x68\xfc\x4a\x2c\x06\x2b\x44\x9c\xfd\x10\xb1\x39\xef\x98\x79\xde\xc3\xa1\x9b\x93\x7c\x98\xf7\xbe\x7e\x4d\xcb\x8b\x89\x1c\x39\x9c\x92\x74\x98\xd6\xd2\xe4\x68\x39\x4e\x2a\x70\x22\x1a\x53\x94\x23\xe4\x99\xcb\x08\x8a\x6f\x0b\xc5\x03\x3b\xae\x19\x8e\x3d\x87\x8e\xd8\x65\x02\xd0\x68\xce\xcb\xfd\xef\x5a\x8c\xed\x2b\xcf\xd5\xbd\x1b\x6d\x4d\x8b\xd3\x70\x3e\x9d\x4c\x44\x0f\x1c\xe7\x05\x5f\x13\x32\x05\x53\x84\x63\x21\xe1\xcf\xd5\xb8\xf3\xd6\xdd\xa9\x1b\xe5\x8b\x43\xe1\x0c\x13\x42\x5e\xd0\x61\x5e\xd9\x71\xb7\xac\xf5\x1c\xa1\x75\xd8\x18\x60\xbd\x30\x21\xb8\x8b\x04\x3b\x06\x43\x21\xdb\x0e\x67\x52\x19\x04\xed\xaf\xd7\xfe\x61\xdb\x31\x12\xca\xa0\xdd\x86\x9a\xc3\x88\xc4\xf8\x3c\xd3\xae\x8f\xdd\x49\x6a\x22\xa3\x8a\x8b\x95\x3e\x34\xd4\x6d\xdf\x03\xd0\x35\xb8\x1d\xe9\xf3\xdd\xe4\x2e\xcd\x98\x3b\x66\x94\x99\x90\xd4\x02\xec\x68\x1e\x59\x14\x07\x85\x78\x35\x11\x88\x75\x18\x84\xd3\xc9\x84\xce\x16\x2c\x02\x66\xb7\xd6\x88\xa8\xce\xbe\x6b\xd6\xc0\x6c\x44\x54\x67\xd6\x65\x23\xa2\x61\x60\xa0\x53\xf1\x82\xad\x56\x89\xdf\x56\xd3\xbc\xc8\x66\x95\x4c\x46\xf3\xc5\x9d\xd7\x4d\x5f\x47\x17\xa9\x50\x13\x25\xea\xec\xe0\xbe\x86\x9b\x6d\x43\xa1\x7d\x20\xfe\x3c\x94\xa9\xf2\x23\x05\xd0\xba\xef\x99\xc8\x96\x12\xd4\x56\x26\x3d\x8f\xa5\x51\x00\x72\x9c\x17\xb1\x2b\x4d\xde\x64\xc8\xe5\x38\x75\x91\xff\xd2\xfd\x83\xff\xf3\x06\xf9\x4b\xe1\x32\x6c\xf1\x16\x35\x85\x07\x1f\x49\xad\x9f\xab\xbf\xc4\xf5\x04\x79\xa9\x31\xae\x87\xc6\x58\x0b\xc6\x6d\x9e\xba\x01\x1a\x56\x2b\xd4\x8b\x7a\x52\x0d\x52\xd7\x9b\xf9\x07\x99\xe1\x07\x51\x75\xe3\x9e\x97\x82\xd4\x5f\x30\x4d\x35\x98\xd7\x50\x9a\x4b\x34\x2f\x3a\x5d\xcb\x48\xec\x99\x29\x10\xc3\xca\xea\x4e\xc6\x3c\x73\x4d\xdb\x3b\xa4\x6f\xf6\x5d\x2b\xe8\xcf\xa8\x30\xcb\xab\x71\xfe\xf7\xef\x23\xab\xe5\x6b\x5a\x87\x9e\xcd\x62\x17\x86\x02\xdd\xda\x13\xa0\x3b\xa0\x85\x74\x16\x4f\x18\x9d\x5d\xc7\xe7\x24\xf0\xa3\xb3\x6f\xf1\x39\x89\x9b\x1c\x5f\x94\xd1\xc9\x34\x19\x6d\x79\x9c\xbe\x85\xb4\x08\x19\xa7\x6f\x11\xf2\xe1\x79\x32\xe5\x47\x87\x06\x9c\x56\xfb\x2d\x8b\xe7\xf4\x82\xf1\xcd\x26\x19\x41\x49\xf7\xd4\x33\xbb\x08\x60\x2f\xf2\x32\x26\x53\x1a\xb5\x14\x71\x95\x45\x6c\x5a\x7d\x41\x97\x51\xc6\x1f\x85\xc0\xa3\xef\xd3\xc7\x7f\x32\x13\xb8\xef\x85\xfb\x27\x3b\xa3\xe7\x8d\x62\x84\xc7\x90\xac\x8a\xf1\xe1\x6c\x6b\xee\x45\x52\xd5\x94\x5d\xd0\xc4\x68\xfa\x24\x2b\xf2\xe6\xe7\x77\x34\x3c\x62\x7c\xc7\x2f\xe4\x37\xe5\x34\x49\x26\xad\x43\x24\x39\xe9\x2f\x14\x70\xaf\xa1\xc4\xac\xb8\xa2\x93\xac\xad\x50\xcd\x1a\x47\xbd\xaf\xd7\x73\x7e\xcf\x99\x2b\x89\xc5\xed\x35\x5d\xbc\x59\x4e\xca\x6c\x36\x61\x5e\xb7\x1b\xf7\x2e\xe4\xc3\xfa\x07\x65\x1a\x1c\x72\x1a\x08\xf0\xed\xfa\x07\x82\x85\x05\x3b\x71\xcd\xbc\x02\x37\xcb\xd9\x92\x18\xc5\xad\xdc\x25\x23\xf1\x59\x72\x8e\x6b\x67\x7c\x32\x6c\xc3\x10\x67\xc3\xa8\xc7\xdb\x21\x8f\xeb\x2e\x21\x0c\xd0\x30\xce\xcc\xaf\x31\x3b\xe7\x87\x67\x53\x47\xc6\x1c\xa7\xfe\x39\x70\x02\x6d\x65\x88\x17\xe7\xc8\x6b\x1e\xec\x49\xc5\x5d\x37\x0e\xf6\xa4\x76\xb0\x47\x08\x6d\xbe\x15\x7d\xa4\x6e\x84\xfc\x10\x06\x13\xb4\xc8\x9b\xc6\x5b\x64\x1c\x07\xee\xc6\x79\xae\xdf\xa0\x36\x5f\x55\x0c\x84\x72\xe3\x26\x12\xe9\x9b\xc8\xa8\xe0\x77\x91\x88\xd0\x1a\xb8\xa1\xbe\x53\xd7\x4f\x78\x69\x4e\xf6\x88\x10\xc2\x2a\xb8\x5b\xe6\xb1\x1e\xc4\x3f\x7c\x26\x41\xbc\x7d\xca\xb9\x9b\xa0\xc7\x99\x3f\x18\xef\x49\xe0\x86\x08\x99\xc9\x43\x18\xb8\x6c\x26\x38\x9e\x70\xe8\x52\x92\xf4\x04\x34\x88\x84\x00\x77\x39\x81\xb9\x1a\x6d\x71\x92\x99\x29\x96\x93\x8c\xb6\x1e\x8b\xef\x7e\x1b\x8d\xbe\xed\x85\xbf\xaa\x87\x2d\x2c\xe4\x7f\x17\xd3\x2b\x26\x6e\xf9\xd4\x04\xa7\x05\xfe\xaf\x19\xff\xa8\x97\x2d\x86\xcd\x8a\x43\x7c\x9b\x2d\x3c\xfe\x72\x8d\xbc\x96\x86\x85\x08\x57\xd3\x41\x84\xf8\x3c\x21\x14\x47\x7a\x7f\x0d\x13\xfd\x93\x74\xfb\x70\xaa\x7f\xe7\x2b\x2f\x81\x1f\x44\x3c\x23\x84\xbc\x46\xe1\x7f\x9c\x0a\xd9\x2a\x95\xc4\x97\x02\xf1\x8d\xfc\xa7\xe2\x10\xe9\x0e\x40\xdf\x6f\x50\x71\x42\xfd\x84\x5c\xcb\xeb\xe4\x4f\x92\x68\x6a\x93\x68\x8a\xfc\x51\xc1\x54\xb4\x80\x7f\x41\xa8\x29\xf2\x1b\xc5\xdc\x41\xac\x19\xe9\xfb\xcc\x20\xd6\x4c\x11\x6b\x76\xde\x5a\x54\x2b\xc1\x6e\xcb\xf8\x37\x89\x36\xb5\x88\x76\x5b\x81\x1b\x08\x77\x6b\xdd\x15\xf1\x06\x69\x02\xd3\x42\x10\x9b\x82\x52\x74\xb7\x40\x64\xe3\xf6\xa7\x35\x32\x5f\x23\xf2\x91\x41\xe4\xd9\x26\x99\xc8\xdd\x4d\xb1\xa9\xbf\xec\xc5\xa8\x50\xf2\x91\x0d\x1f\x2b\x02\xc4\x48\x24\xce\x06\x69\x81\x98\x12\x06\x87\x43\x2c\xae\xbf\xfc\x3e\x5c\xa7\xb2\x31\x52\x77\xf1\xf4\x2c\x3e\xf7\xcd\x0b\x74\x3c\x2c\x45\xf0\x10\xef\xee\x6b\x68\xdc\x7e\x0d\xd5\x97\xb2\xa9\x28\xa5\x71\xbf\x8c\x5b\xcf\x9e\x7c\x58\x0f\xca\x0a\x40\xf7\xf0\x2b\x47\x8e\x33\xd3\x6d\x6a\x9e\x3c\xb9\x7c\xfd\xb7\x2e\x9e\xf1\x0f\x2f\x9e\x71\x53\x0a\x12\xb7\xde\x45\x63\x01\x71\xde\x76\x15\x8d\x1b\x57\x51\x4f\x67\xbd\xe4\xab\x34\xc6\x39\x4e\x10\x5a\xdf\x75\x8c\x51\x38\xc6\x28\x8e\x80\x12\x8d\x8a\x3b\x0e\x32\x0a\x07\xd9\xc6\x95\x2e\xea\x8e\x44\x38\x22\xc7\x81\xc0\xa9\x4f\xca\x72\x9e\x05\xcb\x92\xb9\xa3\x2d\x48\x57\xe7\xf3\x29\x75\x65\x4e\xb4\x79\x67\x54\x44\xd7\xd8\x07\x7e\xac\xea\x90\xc7\x5a\x3c\x8c\x79\x07\xcc\x3c\xfc\x50\x1e\x20\xdd\x22\xb9\x96\x3f\x8a\x86\x35\x73\xdb\x39\x8c\xf3\xfc\xee\x53\x98\x6d\x94\x07\x5e\xc4\x40\xc0\x6b\xc7\x6d\x61\xc5\x4e\xb6\xaf\x0a\xeb\xc6\x65\xe5\xbe\x97\xc5\x6e\xeb\x0d\xe4\x50\x1c\x1e\x4d\x9f\x35\x7d\xdf\x68\x13\xb2\x44\x46\x64\xd7\xbb\x6f\x1f\xa3\x22\xac\x5f\x8e\x6a\x57\x10\x71\x15\x73\xad\xfb\x07\x0e\xeb\x57\x0e\x2c\xaf\x1c\x38\x02\xe6\x02\x06\x57\xaa\xa7\x6d\xbb\xfc\x88\xb8\x8f\x40\x86\xae\x79\x90\xd0\x0b\x6d\x1e\x04\xc9\x73\xf5\x3d\xfb\x06\x01\x41\xdc\x08\xe9\xe2\xcd\xe3\x33\x6a\x19\xc9\xc1\x9e\xf7\xd2\x7d\x2b\xee\xab\x0d\xd0\x9f\x8d\x71\x28\xa4\xf5\x45\x88\x03\x3f\x52\xe6\x6f\x91\x1f\x92\xee\xa0\x0a\x43\xbd\x31\xda\x45\x65\x67\x06\x43\xe5\x69\xff\xc7\xba\x6e\x3d\x8b\xdd\xc8\x71\xba\xa1\xd4\xf9\x56\x0a\x4b\xcb\xdf\xab\xdb\x56\xc7\x5d\xf6\x70\x50\x98\x56\x41\x3b\x03\x84\xfa\x84\x90\x8f\x8e\xe3\x7e\x24\x7b\xc8\x82\xc6\xf9\xb8\x5a\xed\xf1\x3f\xe8\x23\x19\x15\xfb\xaa\x6f\x1f\x04\x3e\x8e\xfb\x2c\x71\x06\x7b\xfb\xbb\x83\x07\x0f\x76\x1f\x20\xc7\x81\xb4\x97\x99\x91\xb6\x5a\x1d\x65\xee\x07\xfc\x09\x82\x07\x45\xab\x95\xe1\x7e\xb6\xdf\xbc\x81\x6b\xf9\x43\x9c\xba\x08\xc3\x35\x1d\x57\xdd\x0c\x63\x77\x63\x08\x5c\x53\x1c\x31\xe8\xab\x62\xe6\x89\x2a\x41\xbe\x79\xf0\x13\xd2\x8c\xc1\xa3\x3b\xd6\x83\x12\xf6\xd8\x61\xa7\x9b\x36\xb4\x09\x89\x2a\x0b\x04\xe3\xc3\x04\x81\xc5\xd7\xf3\xcc\x15\x14\x55\x0f\x75\x17\x86\xfa\x0e\x1d\xff\x46\x0d\x7f\x22\xf4\xac\x86\x60\x22\x41\xb7\xa6\x01\x81\xae\x2c\x26\x49\x03\x67\x4f\x9e\x2c\xf6\x95\x20\xc6\xc6\x0e\xf4\x85\x32\x1c\x8c\x2c\x2b\x45\xaa\xd8\xa5\x86\x39\x8c\x90\xd0\x58\x46\x31\x66\x7e\x5f\x2b\x1d\x5b\x54\x79\x31\x09\x31\x25\x11\x8e\x95\x3d\xe8\x2e\x8e\x1b\xe6\x4a\x71\xa3\x3a\x1c\xd7\x4d\x70\x70\x42\xe2\x9a\xc6\x1d\xae\x9c\x4d\x6b\x30\xe9\x72\xab\xac\xdd\x54\x79\xb6\xa9\x79\x2d\xb1\x52\x11\xe3\xb8\x81\x0f\x8f\x63\x5b\x0d\x2c\xd3\x2a\xda\x23\x95\xf6\x56\x4b\x12\xe3\x41\x37\x4a\xa2\x4e\xe9\xa6\xc9\x4c\x8d\xd6\xd5\x3d\xaa\xeb\x0d\x4d\x1a\xb6\x81\x66\x9b\xad\xa5\x80\x65\x80\xb6\x44\xb8\xfd\x50\x70\x39\xaf\x3a\x83\x47\x45\x4b\xef\x80\xc6\x81\x20\x13\xd0\xbf\x16\x9e\x72\x60\x16\x57\x31\x89\x0d\xa1\x6e\x66\xe2\x71\x6d\xcb\x4e\x8f\xdc\xb7\xd8\xa0\x43\xab\xdd\x86\xc1\xb5\x69\xc3\xa1\xc8\x2c\x88\x52\x1d\xe7\xd8\x45\xbf\xbd\xca\xcc\xe3\xe2\xfe\x3e\x06\xbb\x62\xb5\xe2\x1b\x26\xad\xf2\x52\x9b\xc5\x6e\x17\x7c\xb6\x29\xdf\x3b\x89\x0e\x8d\x28\x62\x88\x34\x8a\x0b\x6b\xce\xaa\x86\x21\x95\xbd\x6f\x42\x73\xdf\xc8\x56\xf4\x35\x09\x53\xed\xae\xb9\x59\x2b\x31\xb9\xe3\x74\x13\x53\xd2\x6c\xc4\x2d\x09\xc8\xc6\x7d\xa5\xe3\xce\x40\x63\xea\x26\x6b\xf0\x56\xe8\x7e\x76\xff\xeb\xd8\x45\x3b\x51\x8b\x5d\x14\x0c\x62\xe5\xf1\x5c\x3f\x83\x47\xc5\x8f\x87\xd5\x8f\x4c\x83\xac\xa1\xab\xed\xfd\x1a\xa6\x2b\x09\x20\x73\x8a\x1e\xe8\x81\x1c\x56\x32\xfb\xc4\xd3\x39\xb1\xc8\x45\x12\xeb\xd0\xd6\x0b\x60\x08\xe5\xf0\x5f\xd8\xe8\x15\x09\x71\x24\x6d\xbb\xb4\xf9\x82\x39\x5e\x36\x28\x68\xdb\x70\x90\x63\x17\xd5\xcc\x69\x70\x60\xd8\xc2\xf3\x35\x1b\x0f\x03\xbe\x5a\xbd\xc0\x19\x20\x1c\x9a\xf1\x9f\x77\xf7\x64\x14\x38\x7d\x96\xfd\x9e\xb9\x08\xd7\x45\xc6\xf5\x93\x9e\x53\x7b\xcd\x00\xda\xb6\xd1\x7c\xc1\xfc\xc0\x05\xbf\xab\x5c\xf0\x6b\x9e\x44\x30\xfb\x75\xdb\x91\xfb\x58\xa8\x0d\x6c\xf8\xea\xd7\xe0\xcf\xd0\x1a\xd5\xee\x79\xac\x82\xd4\x89\xb3\x52\xc7\xcd\x81\x8a\xf4\x86\x75\xf6\xfb\x8f\xee\x0f\xd5\x99\x45\x02\x67\x67\xbf\xff\xe8\xc1\xea\xfe\xbe\xba\x79\xdc\xa5\x2c\xa8\x8a\xd3\x4c\x17\x9c\x7a\x76\xe3\x77\x1f\xde\x43\xc8\x6f\xd6\xa0\x81\xc7\x94\x20\x5f\x21\x45\x00\xb0\x96\xc5\xea\xc9\x37\xfc\x84\xc7\xba\x52\xfc\xb3\x8d\x1f\x3c\xb2\x0a\xd8\xc4\xb9\x6c\xe0\x45\xac\xb6\xdc\xb1\x50\x6a\xb1\xa1\x3a\x0d\xed\xd0\x1b\xa9\x71\x53\x90\x83\x21\x88\x3b\x71\x44\x02\x3f\x9a\x76\xc2\x6d\xf2\x8e\x02\x07\x4c\x94\x19\x8b\x84\x8b\x8f\x94\x72\x23\x94\xa0\x82\x31\xba\x65\xfc\xdb\x51\x01\x43\xdc\x49\x58\x01\xa8\x3d\x45\xd2\x59\x94\x34\xcc\xbd\xce\x68\x6b\x9b\x9f\x2b\x8b\x05\x4d\xd8\x36\xe4\x84\x14\x78\x2b\xb7\xa5\x94\x37\x50\x03\xf9\x1b\xbe\x65\x46\xf0\xa7\x3f\x8c\x16\x87\xd3\x62\x31\x9d\xb0\x1e\x48\x64\xdc\x40\xde\xf3\x64\x8b\x42\x74\xbb\x60\xb0\x0f\xa7\xcb\xb2\x09\x35\x1d\x02\xd4\x34\xef\xc4\x71\xb6\xc1\xed\xf3\x13\xa3\xf9\x1b\x3a\x1b\xca\xbf\xde\x1b\x3a\xab\x74\x95\x6f\xb3\x0a\x7e\xef\x7b\xe2\xee\x0c\x70\x88\x7c\xb0\x04\x22\x7b\x7e\xd8\x9b\xd1\x9b\xc9\x94\x46\xe4\x56\x3a\xc4\x4a\x80\x62\xa5\x83\x13\xf7\xca\x10\xa2\x26\x73\x4e\xda\xb4\xc1\x79\x97\xad\x56\xee\xbb\x8c\xd3\xc9\x93\x8c\x44\xc8\x97\x5d\x5e\xb7\x9a\x86\x9f\xde\xd5\x0e\x51\x9d\xd8\x73\x1b\x1d\xa5\x36\x43\xc8\x68\xbb\x9f\xaa\xc1\xaa\x5f\x46\x7b\x65\xf3\xb4\x31\xb1\xcb\xe4\xc0\xc6\x96\x3f\x53\xc5\x23\x6e\x92\x35\x9b\xce\x73\x07\x7c\x0e\xc1\xbe\xb8\x6d\x88\xda\x0d\x6b\xa2\x0a\x76\xf3\x7d\x36\x7c\x9f\x91\x82\x5d\x77\x4e\x59\xe9\x9e\x95\x69\xb6\x38\x47\xde\xfb\xac\x47\xa3\xc8\xe5\x4f\x08\xcb\x66\xab\x10\x8b\x81\x58\x89\x3e\x7f\xd9\x6c\x89\x5a\x5c\xf8\x56\xbf\x3a\x85\xa5\x59\x1d\x3c\x1e\xdf\x39\x6b\x23\x12\x71\x08\x83\xf0\xe1\xae\xd5\x75\xca\xca\xa1\xfc\xeb\x9d\xb2\xd2\xf4\xa9\xfa\x68\xb9\x85\x19\xc8\x1c\x80\xe1\x7b\x07\x38\x30\xdf\x18\x0a\x03\x58\xef\x84\x4f\xc2\xf6\x56\x86\x6f\xb5\xc1\x7d\x2b\x0c\xe3\xcc\x8a\xa4\x67\xea\x84\x9b\x21\x48\x55\x84\x52\x65\x54\x26\x28\x7c\xc5\xf4\x38\xbb\xf7\xee\x57\x67\x54\x15\x1c\xac\x76\x73\x6f\x89\x56\x66\xea\x1a\x03\x11\x31\xbf\xcd\xdd\xd1\x0d\x6a\xf1\x88\xc5\x35\x6c\x18\x1a\x5e\xe7\x21\x12\x38\x3e\x5f\xbf\xce\x19\x0d\xcb\xa3\x02\x78\xa2\x49\x5b\x71\x24\x58\x9b\x5d\xd9\xf3\xac\x7e\x5c\xde\x75\x63\xf4\xcd\x0f\xe5\xc8\x48\xe5\xf9\xbe\x67\x5f\x17\xeb\x67\xe8\xfd\xbd\xda\xe9\xf9\x59\x6f\x67\x25\x4c\xfb\xa9\x59\x08\x48\x68\x5d\xc8\x74\xcc\xa8\xc0\x42\x29\xd7\x00\x3d\x7a\x21\xdd\x52\xc2\x79\x42\x19\x25\x84\x33\xad\xfc\x92\x2e\xce\x6d\x67\x0f\x29\xab\x01\x2a\xc5\x22\x3e\x55\xc0\xdb\x24\x72\x91\x8e\xbf\x26\x63\xb9\x50\x28\x72\xfd\xdf\xd5\x18\x69\x73\xe8\x47\x3a\xec\x0f\x61\x10\xc0\x4f\x3a\x00\xee\x23\x79\xbb\x65\xce\x00\x39\x8e\xfb\x25\x73\x43\x4c\x11\xfe\x45\xfc\x05\xaf\x3b\xbb\x65\xf6\x62\xa5\x24\x34\xd5\xda\x72\xbe\xf7\x2b\x2a\x12\x0c\x69\x13\x30\xc1\x45\x02\xe2\xdd\x5e\x7c\x02\xf1\x6a\x58\x93\x9d\xf0\xa5\x28\xb1\xb0\x6a\x6f\x10\xa6\x2d\xce\xc2\xe0\x4c\xde\x00\xc7\xff\x99\xe5\x8b\x10\x67\x7d\xc2\xb6\x5b\x79\xe0\x38\x87\x89\x1b\x02\xd2\xb6\x5f\x5b\xe3\xb5\x2f\x6a\x93\x51\x9b\x20\x65\xd9\xaa\x57\xa6\xb0\x6f\x35\xe3\x6d\x52\x95\xc9\xdc\xc3\x95\xd4\x75\xd0\x96\x61\xad\x5b\xb7\xb6\x37\x92\x3d\x3f\x6a\x4e\x1c\xc7\x98\xa9\x8b\x58\x8d\x6f\x58\x1b\x5f\xc7\xa1\xbd\x78\x1a\x2e\x17\xae\xdd\xe9\xfb\x16\xc5\xda\xb7\xe9\x57\x8d\x9c\xed\x79\xda\xea\xb6\xe6\xe6\x00\x71\x6d\x1b\x06\xf9\x2a\xe0\xad\x3d\x7f\xc5\x9d\xd1\x70\xc5\x9b\x83\xd0\x0d\x11\x02\x99\xa8\xd5\x82\x47\x9a\x7e\x88\x9d\x2e\x29\xc0\xae\x8a\x10\x5d\x67\xfd\x7e\x48\x5f\xe8\xb8\x6e\x0f\x4d\xfd\x9a\x05\xb4\xda\xf3\xe6\xe0\x43\x4c\x39\x88\xf7\x5d\xde\x4c\xd8\x06\x60\x81\xa8\xb7\x60\xa5\x52\x28\x0c\xad\x27\xd0\xca\x2e\x66\x13\x7a\x03\x82\xf9\x62\x5a\x08\x09\x7d\x76\x31\x9b\xce\x4b\x0a\x81\xaa\xbd\xa8\x27\xf3\x10\x95\x43\x48\xb5\xec\xa6\x48\xbe\xb3\x26\xa4\x84\x76\xf9\xac\x82\x01\x66\xfa\xf0\x61\x2d\xe6\xaf\x46\x73\xd0\x90\xa9\x7a\x05\x45\x92\x9d\xd4\x8d\x59\x04\x56\xeb\x39\x77\xa3\xac\xbf\x2b\x53\xf1\xd0\x0c\x31\xa9\x84\xd0\x24\x18\x72\xa6\xc0\xab\x35\x56\x1b\x8f\xbb\xbb\x7b\x95\xf9\xf8\xae\x36\x25\xd7\x16\x49\x61\xdd\x6d\x39\x04\x47\xe3\x7f\x65\x6a\x3e\x2a\xda\x82\x16\xff\x0d\x63\x73\xfa\xcf\x8d\xcd\x8d\x75\x18\x8c\xb5\xa9\xdf\x9b\x8d\x2c\xe1\x1b\xb0\x3f\x98\x5e\x5c\x64\xe5\xf3\x2c\x60\xf3\x0f\xc5\x05\xa7\xc0\xc0\xe2\x6c\x78\xe7\xbe\x8e\x39\xab\xac\x2f\x25\xeb\x9f\x60\x66\xf6\x1b\xc7\x29\x67\x42\xda\xe9\xa2\x0c\xad\xd2\x22\x37\xa1\x48\x33\x39\xf2\x54\x54\x67\x58\x44\x42\x70\xeb\x52\x21\x2b\x22\x11\xb1\x9e\x97\x5a\x2d\x57\x54\xb9\x6f\xed\x23\xf4\xc5\x00\xb4\xbb\xe5\xb7\x31\xde\x65\xe6\x1a\x1d\xfb\x94\x81\x81\xcd\x7a\x1d\xca\x70\x23\xf2\xa4\x0b\xa1\x29\x6b\x8b\xe8\x7e\xcc\x84\x0f\x7a\x60\xef\xe8\x0d\xc1\x63\x6a\x28\x27\xc6\x98\x53\x89\x8d\x51\xd7\xbf\x48\x36\xbf\x2e\x70\xc0\xed\x45\xd5\x7a\x11\xe0\x51\x11\x5b\x0d\xbe\x27\x1b\x6c\x24\xed\x7b\xa1\x58\x30\xc6\x4d\x30\x1a\x73\x0e\xb9\x0e\xa0\xa6\x3d\x69\xe5\x43\x43\xd8\xe8\xd3\x86\xf8\xd7\xa7\x75\xf1\xaf\x4f\x5b\x04\xb8\x8d\x40\x55\x32\xd1\xf2\x19\x95\x69\x72\x1f\xc8\xa7\xba\x88\xd7\x08\x87\x0f\x9d\x90\x37\x86\x7b\x44\x87\x0d\xde\xab\x7e\xee\xab\x9f\xe6\xfe\x89\x45\xe7\x3d\x33\x54\x7b\x2d\x14\xb2\x8c\xd8\xce\xc6\x6e\x80\xb4\xbb\x9b\x11\x64\xbc\x7e\x54\x40\x1c\x32\x15\x13\x3a\xb0\x68\x6e\x0b\x2f\x2a\x62\x6b\x47\xa4\x3b\x30\xe7\x89\xb3\x14\x35\x40\x09\x1f\xe0\xe9\xac\xb9\xbc\x33\x8f\x12\x59\xd4\x9b\x07\x01\x69\x43\x8d\x82\xe9\x38\xee\x2c\xe0\x8b\x67\x6b\xb4\x85\x70\xa8\xf1\x1f\x06\x0f\x90\x4f\xbd\xc0\x13\x1a\x02\x38\xdc\xfe\x0e\xa1\x63\x63\xed\xcc\x84\x14\xb2\xbe\x8e\x4e\xfc\x53\x14\x4f\x54\x5c\xd5\x73\xaf\x22\xf1\xf7\xab\x9f\x83\x87\xea\xb7\x68\x88\xea\xc0\x2e\x52\x04\xbb\x13\xf8\xa6\x29\xa7\xa4\xe7\x62\x39\xc8\x33\xa7\xca\x29\x8c\xf2\x6b\xa7\x00\xd6\xa7\xc0\x1a\x42\xd6\x56\x75\x08\x68\xdc\x1a\x8b\xd6\xa1\xeb\x75\x34\x4c\xf8\x3e\x0b\x71\x80\xbc\x54\xfd\x32\xd7\x1d\xbc\x36\xcc\x89\x61\x61\x62\x46\xf8\xd2\x8d\x84\xef\x14\x40\xb6\x42\xa4\xbd\xa1\x71\xff\xf7\xcc\x20\xcc\x59\xb1\x28\x69\x11\x32\x1c\x0c\x1f\xd6\x14\xb2\xbd\x19\xe5\x57\x53\x95\x8d\xcd\x25\x9b\x0b\xbb\xdf\x0b\x5b\xd2\xdc\x5a\x11\x2e\x5f\xbb\x55\x29\x38\xa8\x7f\x13\x22\xe4\xf1\x4c\x38\xb0\xfc\xbb\x28\x12\x2a\x05\xc1\x6c\x9f\x4c\xa7\xa0\x6a\x80\x35\x6a\x70\x6a\x55\x9c\x01\xad\x64\x0b\x94\x4e\x1e\xec\x83\x0d\xfd\xbc\xed\x26\x16\xc9\xa3\xa3\x02\x98\x11\xa7\x06\x78\x65\xa8\x61\xc5\x86\x9a\xc2\xd0\xcd\xb5\xbe\xb7\xfc\x09\xff\xbb\xe7\xa5\x6d\xa4\xc3\xda\x78\xfd\x74\xf7\xd2\x1f\x74\xaf\xf5\xbd\xd9\xbd\xb0\xc1\xb6\x06\x00\x5a\x84\x19\x8e\x25\xff\xda\x8d\x10\x70\x8a\xca\x65\x17\x28\x80\x6f\x6d\xf3\x86\xfb\x23\xd0\x3c\x0d\xd8\x63\x92\x3a\xfb\x5a\x13\x6b\x32\xa7\x24\xc3\x7b\x1e\xbf\x8c\xda\x44\x2c\xd6\x44\x4c\xe5\xda\xff\x41\xae\x75\x25\x58\x5d\x73\x12\xb8\xde\xe4\x89\x78\x2b\xba\x23\xfd\xe6\x71\x4a\x42\x9c\x93\xd4\xf7\x39\xd7\x10\x8c\xdd\x04\xe7\x5a\x33\x90\x8b\x19\x70\x9c\x7d\x78\xe0\x5f\xe7\x36\x61\xc8\x71\xae\x72\x69\xb5\x71\x4e\x08\x49\x5b\xbd\xaa\xf3\x56\x8a\x99\x6b\x8a\x99\x57\xac\x61\x55\x40\xae\x33\xac\xf3\x3a\xa5\x54\x6f\x20\x93\x9a\xeb\x78\xe8\x26\x84\xf1\x8e\x19\x96\x1e\xa3\xe2\x21\x80\x56\xeb\xad\x9d\x98\xd4\xc1\xb4\xda\x4c\x91\x97\xd4\x12\x90\x67\x67\x31\xdd\x37\x35\x03\x5f\x11\xd3\xdb\xe6\x3d\xf7\x96\x99\xad\x69\x9b\xc6\x9f\xe1\xbb\x75\x5d\xc0\xf2\x86\x7a\x9e\xfe\x77\xf8\x89\xfa\x7a\x04\xc0\x23\xa5\x3b\x40\xff\x80\x99\xcf\xc6\x3f\x2d\x38\x6c\xf2\xda\x4a\xfc\x6a\xf2\xdb\x26\x8c\xf7\x1d\x12\x23\x4d\xed\x14\x0f\xec\x47\xd3\x0e\xc8\xaf\x22\x29\xbf\x02\x9a\xa4\x39\x6f\xac\x7f\x11\x2b\x84\x9d\x04\x36\x76\x91\xd0\x74\x18\x61\x71\x23\xa8\xa5\x26\x37\xaa\x89\xfb\xea\x6c\xb5\x68\x5c\x28\xdc\x26\xec\x8b\x9f\xb8\xbb\x16\x4d\xf8\x6c\x21\x2d\x8a\x80\x47\xb7\x7c\x2b\x2c\x39\x5a\x33\x94\xbc\x15\x2f\x3b\x94\x46\xbf\xda\xee\x4e\x58\xbb\x8c\xb6\xe6\x14\xac\x67\x85\x92\xf8\x66\xa6\xaf\xc6\x51\xaf\xa0\x17\xcc\x71\x7e\xa1\xc2\x0e\xf8\x5a\x3a\xb5\x06\xe4\x5a\x39\xb5\x6a\x7b\xdb\xb8\x32\xb7\x25\xa3\x62\x57\x61\x78\xc4\x67\xec\x1c\xa7\xfc\xcf\xf6\xc0\x36\xc1\x4c\x86\x65\xe0\x86\x38\xfd\x91\x09\x66\x32\x9c\xea\x7c\x35\xfb\xfe\x99\x7c\x71\xc9\xdb\x97\xe0\x94\xf3\x22\x4a\xb1\xd8\xb0\x31\xa4\xd2\x98\x79\x93\x61\x61\xd6\xf6\xbe\x32\x02\xe4\x07\xbf\x69\x20\xdb\x33\xec\x63\xf1\x1d\xef\x88\x6d\x0f\xa8\x6c\x06\xe5\x2e\x07\x9b\xc1\xb0\xcd\x66\x90\x76\x89\xf5\xa9\x76\x0b\xb5\x8d\x04\x5b\xbe\x6f\x5a\x11\x7a\x6d\x99\xb4\x51\xf9\xd9\x39\xa8\x26\x78\xad\x68\xbd\x5e\xdb\xc2\xb0\x76\x80\xea\xfa\x31\xb9\x8b\x2c\xe3\x71\x43\xc2\x61\x8a\x2b\xc5\x1a\xb7\x25\x8c\xf6\xee\x08\x95\x27\x15\x68\x76\xe4\x6f\x7e\x8c\x1f\x84\x6e\x58\x93\xaa\xdb\x62\xbb\x76\xd1\x5c\x53\xc9\xed\x38\xee\x78\x0c\x8a\x77\x3a\x56\x80\x13\x7c\x88\x90\x9f\x8f\x2b\x5f\x2d\x2d\x5d\x6b\x49\x7c\x60\x55\x64\x48\xd8\x78\x81\x78\x83\x6a\xdd\xbf\x4b\xfc\x56\x45\x07\x18\x9b\x3a\x9d\xcd\x82\xd7\xe6\x3e\x57\xda\x93\x86\x38\x54\x48\x15\xa9\x69\x1d\xc4\xae\x3b\x1f\x32\x80\x3b\x9c\xce\x0f\x69\x68\x04\x22\x09\x14\xbd\x9c\x8c\xcd\xf0\x4b\x38\x40\x7c\x66\xe8\xc2\x0d\xc0\x75\x18\x94\x64\x01\xc2\x41\xaf\x4c\x59\xe1\x46\x38\x42\x68\x8d\x2c\x8a\x7f\x31\xb6\x82\x81\xd5\x84\x23\x4d\xf9\x67\xe5\x68\x07\x16\x0b\x95\x0c\x14\x71\x76\xbd\x2e\x37\xa8\x04\xd7\x7a\x6d\x1a\x5f\x78\xdd\x01\x5c\x53\x8b\x31\x79\x43\xcb\xb4\x17\xb2\x6c\x82\xa7\xe3\x7a\x98\x91\x67\x32\x16\x17\x9b\xe3\x59\xe3\xa5\x88\x41\xf2\x27\xe9\xe3\x0f\xc2\x2e\xe3\xb3\xf8\xf3\x89\xf4\xf1\xe5\x98\xf4\xf1\x7c\x4c\x9e\xc6\x6e\x1f\xe1\x8f\xa4\x8f\x17\x63\xf1\xb6\xe4\x6f\x9e\x25\xa4\x8f\x5f\x66\xa4\x8f\x97\xfc\xf1\x4a\xbe\x1b\xf3\x87\x57\x19\x39\x2a\xe2\xac\xc8\xca\x9b\x4a\x53\x7c\x3d\x76\xd1\xed\xab\x8c\x2f\xca\xed\x7b\xfd\x3e\xb4\xfd\x8b\xf8\xe8\x5d\xc6\x17\xff\x49\x26\x9e\xde\xcb\xbf\xdf\xc6\x3c\xf5\x46\x16\xfc\x7d\x4c\x1e\xf5\xf1\x93\x31\x39\x3b\xc7\x4f\xe1\xdf\x03\xf9\xe6\x19\xaf\xf2\x50\x3e\x3c\x1f\x93\x9d\x01\x7e\xc1\x93\x5e\xf2\x7f\x8e\x64\xfa\xab\xb1\x15\x67\xe5\x65\x52\x85\x70\x01\x71\xd3\x9f\xce\xfe\x43\x34\x3c\x76\x91\xb7\x33\xe8\x12\xf2\x7c\x3c\x7c\x3e\xf6\x9e\xc3\x16\x32\x27\x1c\xc2\x33\xde\x52\x89\xa8\xa6\x81\x6f\x28\xbf\x4c\xca\xe2\x06\x46\x6a\x65\xdf\xfa\x08\xbc\x7e\x12\x17\x0d\x07\xde\x2e\x20\x72\xbd\x18\x3b\x8e\xfb\x62\x4c\xca\x31\x52\x36\x1a\x79\x62\x84\xba\x41\xb7\x3c\xe9\x25\xcf\xf5\x72\xac\x0e\xcb\xab\xf1\xf0\x6a\x6c\x05\x92\xf6\xfa\xc8\xa7\xe4\xc5\x58\x1a\x91\xec\x0f\x1e\xde\x1f\x0c\x76\x9d\xbf\x5e\x8e\xfd\xc0\x21\x3b\x01\xd4\x15\xc0\x8a\xd4\xef\x28\x0e\x08\x75\x76\x28\x56\xef\x02\xf2\x70\xf0\x68\xd7\x8c\x7b\x45\x45\xd4\x4c\x35\x36\xc8\x71\x1e\x3d\x04\xfb\x34\x4a\xfe\x0c\xdd\xc1\x2e\x7e\x31\x06\xef\x9e\xd3\x50\xc4\x05\xff\x33\x74\x29\x4f\x43\xad\xf1\x38\x21\xbc\x22\x5c\xcb\x38\x67\xdf\x7f\xfc\x6c\x2c\x69\xab\x35\x77\x9a\x5e\x08\xab\x14\xf2\xbb\xd8\x5d\x16\xba\xa4\x69\x26\xfa\x4b\x28\x4b\x05\xd7\xa8\x0f\x7c\xa0\xb2\x15\x09\xf0\xbe\xb0\xbd\x3d\xca\x5c\x8a\x3f\xe9\xd8\xdc\xd0\x9f\x01\xa8\xb3\x64\xaf\x1e\x2a\x0b\x5b\x31\xf9\xaf\x39\x59\xf2\xdc\x37\x92\x3f\xe5\x6f\xfe\x74\x1c\x97\xaf\x5b\x9c\x25\x2e\xe2\xd7\x65\x95\x1d\xad\x56\x8f\x1e\x8a\xdb\xde\xa3\x47\x02\x8b\x5e\xb5\xf1\x60\x3c\xe4\x2b\x53\xe9\xdc\xe9\x39\xf2\x0e\xc6\x40\x4b\xf8\xcd\x5a\x96\x8e\xfc\xab\xb1\x19\xad\x58\x76\xf5\x1f\xe1\x8d\x85\x32\x82\x3a\x6d\x88\xbe\xa8\x8f\x4c\xbc\x41\x3e\x36\x56\x89\x96\x4e\xc6\xce\x88\x78\x4e\x6c\x14\x29\x07\x7e\x4f\xf1\xc9\x43\xe3\x4e\x20\xac\x3a\x4c\x7b\x9a\xa6\x7a\x45\x1b\x30\xc0\x95\x86\xdf\xcc\x17\xcb\x05\xc8\x24\xa5\xb5\x26\x23\xb4\x37\xcb\x8a\x44\x3d\xc7\x84\xf6\xd8\xb7\x59\x26\x9c\x39\xde\x67\x17\x6c\x01\x10\x78\xe6\xe2\xf7\xfb\x8f\x13\x5f\x41\x74\x88\xc8\xf0\x09\xc2\x39\x19\x3c\x7e\x9c\xe2\x09\x89\xcf\xd2\x73\xbe\x7a\x76\x06\x00\x26\xa1\x4c\xb0\xdd\xdc\x89\x90\x34\xda\xce\x1d\x86\xd0\xed\x84\x04\xfe\x49\xe8\xe6\x2a\x2c\xc3\x73\x9f\x7f\x4a\x06\xfd\xc7\xa4\x18\x4e\xb6\x77\xef\xf5\xbd\xfb\xe2\xe7\xbd\xc3\x3d\x6f\x67\x20\x6f\x33\x93\xc7\x62\x67\x89\x76\xea\x80\xf6\x39\xf2\x13\x87\xfc\x95\xaf\x23\xf2\x81\x2f\x51\x58\x9d\xc3\x4f\x7c\xa7\x06\xe4\xb9\x22\x0f\x11\x32\x47\xbf\x4b\xc8\x97\xd8\x71\xde\xc6\x6e\x08\x3a\x51\x63\xb0\x14\xb8\xa0\x4a\x7b\x3b\xcf\xa6\xf3\xac\xbc\x21\x7d\x54\xc7\x32\x13\x1b\xac\x25\xab\x79\xe9\x31\xab\x5a\x0f\xee\x89\xc0\xe0\x21\x79\x6d\x1d\x86\x95\x9d\x78\x32\x74\x69\x42\xce\xc2\x73\x1c\x24\xe4\x38\x76\x3f\xc4\x78\x9c\x20\xe4\xd1\x44\xe0\x22\x84\x08\x8f\x8a\x90\x7c\x89\x91\x37\xd8\x87\xc2\x42\x92\x26\xee\xa3\x47\xb8\x56\x22\x18\x2a\xbe\x0f\x5d\x58\x5b\x69\xe2\x86\xf8\x8f\x5a\x06\xe4\xb7\x34\x3d\xf0\x6b\xc3\x11\x5a\x47\xf0\x1f\xc0\x4c\x00\xd9\xf7\x5f\x8e\x09\xa7\xfc\xda\xe4\x0d\xf6\x75\x8d\x8b\xdb\xdb\x7d\x80\x2a\x8b\x3b\xb3\x60\xfe\xd9\xf1\xd8\x05\x95\xa9\x99\x6e\x46\x8b\x36\xb8\x90\xfa\xd4\xca\x69\x0d\x1b\x59\x23\x12\xca\x1b\xcf\x9f\xfe\x9f\x2b\x32\xb8\x2f\x6f\x35\x6f\xc7\x2e\x7c\xf5\xa1\x0b\x5c\xc1\x27\x40\x10\x02\x6a\xf3\x6e\x2c\xae\x1d\xd1\xb4\x53\xce\x6f\x6e\x4f\x78\x46\x01\xf5\x25\x34\x06\x29\xba\x3d\xe5\x59\x52\x24\xb5\x1d\x03\xe4\x5f\x72\xf2\x36\x1d\x6b\x9b\x96\xd8\xff\x93\x68\x92\xf1\x79\x18\x91\xbe\xe7\x7e\xa8\x4e\xf7\x88\x7c\xd4\xc7\x8e\x5b\x8e\x9d\x97\x19\x42\x50\x6d\xdf\x0e\x1f\x14\xa1\xdb\x5d\x22\xa4\x5a\x7f\x82\x01\x2f\x35\x78\x57\x6a\xf2\xae\x97\xb0\xf0\x6c\xde\x15\x87\xe4\x13\x1c\x10\x7d\xb9\xce\x23\xf2\x5e\x12\x40\xa8\x7d\x60\x48\xa3\x02\xb2\x18\x63\xd9\x04\x7c\x24\x0c\x75\x04\xb9\x3c\xe6\x37\xd2\x00\x14\x16\x45\xb6\x48\x59\xf4\x69\x3a\xcf\xc9\xa8\xa0\xaa\xb3\x06\x8d\xac\x32\x09\x83\xf0\x50\x4b\xb2\x6a\x37\xf1\x9a\x60\x7d\x6f\x9f\x9f\x39\x82\xc7\xf5\x3e\x8c\x6b\x6e\x57\x7b\x9e\x6c\x10\x6f\xb4\x1b\x3a\xf7\x77\x1f\x0d\xf6\xef\xdd\xef\x23\xa2\xba\x35\x1e\x73\xa6\x66\x87\x73\xdc\x83\xfe\xe3\x48\x20\x90\xf1\x5e\xc3\x32\xe9\x4b\xcd\x83\xcf\x1a\x74\x0f\x4a\x64\x4e\x88\xc4\xf6\xe5\x8c\x89\x6f\x11\xc2\x55\xe3\x13\x47\x03\xbf\xf5\x4a\x61\xd7\x27\x42\x02\x92\x69\xec\x7e\xa8\xed\x62\x75\xd3\x5b\x37\xfa\xb4\x5f\xeb\x93\xe4\x0e\xa0\x4b\xb2\xb5\x9c\x4a\xb3\x2b\x56\x80\xf9\xe0\x42\xde\x82\x77\x06\x7e\xff\x71\xe8\xab\x9b\xaf\xa0\xba\x21\xf2\x63\x4e\x75\x13\x3f\x21\xd1\x59\x72\xee\x27\xbf\x31\x11\xa5\x0c\xf9\xa1\x43\xfe\x8a\xd7\x21\x61\x7e\xc8\xd9\xa9\x9d\xd0\x0f\x89\x3b\xd8\xed\xff\x16\x0e\x07\xbb\x7d\x6f\xff\x21\xff\xb5\xff\xb0\xef\x0d\xfa\xf0\x93\xff\xf1\x06\x8f\x44\x86\x47\xbb\x7d\x6f\xef\x70\xef\xb7\x70\xb8\x77\xb8\xe7\xed\xef\xed\xf6\x7f\x1b\x15\xe1\x90\xff\xf0\x06\x8f\xee\xf7\xff\xab\x18\xbb\xe1\xaf\xfc\x17\xe2\x25\xf3\x35\xd5\x7f\x1c\xf2\x83\xf4\x87\x43\x13\x6e\x1c\x9a\x7b\xd6\x0a\x68\xd7\xc4\xec\xed\x3e\xe2\x97\x9a\xb5\x5e\xa1\x9a\xf1\xb1\xa9\x15\x27\x88\x35\x3a\xe7\xd9\xba\xaf\x23\x69\x6f\x16\x38\xe4\xaf\x25\x70\x6d\x7f\xbd\xcc\xfc\xfa\xa4\xaf\x80\x10\x1a\xeb\xc2\x21\x7f\x05\xfa\xdc\xaf\x1d\x94\x7e\xff\x71\xe0\x2b\x3d\xac\x98\xa1\x00\xe1\x88\xcf\x50\xe8\xd3\xb3\xf0\x9c\xcf\x22\xaf\x28\xb2\x68\x29\x70\x40\xb7\x3f\xa6\x9e\xc7\x92\x72\x49\xb6\x4b\xba\xd6\x98\x87\xa0\xf3\x09\xa9\x1b\xde\x27\x49\x2f\xdf\x4b\x6e\xce\xa0\x38\xc0\x79\xc2\x06\x81\x33\x41\xe6\x50\xe6\x79\x6a\xeb\x60\xfb\x5b\x2a\xed\x04\xe4\xd6\xfb\x27\x54\x29\x30\xa8\x52\x00\x37\x47\x55\xb5\xa6\x4a\xa1\xec\x78\xd8\xa0\x4a\x81\x49\x95\xc2\x3a\x55\xfa\x19\x9a\x14\xf8\x62\x79\x35\x96\x4e\x9d\x8d\xfa\x38\x76\x4d\x81\xec\xc1\x58\xc5\xb4\x3c\x18\xfb\xf2\xf6\xc3\x0b\xaf\xdf\x6f\x41\x1d\x6c\xb3\x24\xbb\xfb\x4e\x8d\x73\xd2\x95\xaf\xd1\x9a\x73\xb7\xd5\x7a\xfc\x34\x36\xc3\xa1\x89\x33\x0b\x14\xef\x6a\x81\xbb\x41\x15\x9d\xf3\x4f\x12\xb6\x70\xca\x86\x7a\xfa\xcf\x7a\x69\x0e\xd9\xd9\xe5\x65\x3e\xfc\xe7\x65\x16\x72\xc7\x1c\xb9\xf3\x31\xbe\x1c\x23\xff\x72\xcc\xb7\x47\xc9\xff\x35\x78\xea\xcc\x45\xb7\x97\x63\x32\xd7\x87\xa2\xff\xd2\x9d\x8f\xad\xfb\xdc\x3b\xcd\x77\x5b\xb3\xa8\x15\xe4\xe6\xb4\xf5\x35\x4b\x6e\x91\x16\x1f\x2e\x8c\x21\x2c\x3c\x9b\xe6\xec\x0c\xf0\x0c\x02\xa4\x19\x72\x8d\xcf\x48\x28\x46\x3f\xd7\x58\x75\x45\x50\x23\xe3\xc4\xb2\x9c\x06\x22\x29\xb4\x14\x6c\xfa\x41\x15\x19\x68\x61\xc0\x4d\x54\xd0\xfb\xd2\xb3\xc0\x3a\xc3\x5a\xfd\x04\x4c\xaa\x97\xa6\x35\xdc\x8c\x7d\xf1\x8d\x69\x45\x21\x9d\x3b\xcd\xa4\x47\xcd\xa4\xbe\x37\x4f\x6a\x65\x19\x22\x24\x3e\x33\xa6\x16\xf9\x03\xa1\xfe\x67\x00\xc2\xd4\x4e\x21\x60\xb8\xeb\x7f\x22\x97\xfc\x82\x4c\x02\xff\x23\xe9\xfb\x52\xfe\xe0\x2f\xc7\xe4\x65\x46\x9e\x25\xa4\x6f\x59\x80\xcb\xa9\x94\xd6\x26\x21\xf9\x0c\x0b\x0c\xf8\xa2\x2b\xed\x4c\x4b\x5e\xa4\x7c\x36\x6e\xd2\xea\x72\x12\x91\x93\x16\x04\x66\x70\x3f\x55\x86\xdf\x32\x46\xba\x5f\x99\x52\xb9\x4c\x6d\x27\xe9\xa8\xa7\x24\xe6\xeb\x9b\x94\x74\x07\xeb\x6f\x29\xe9\xfb\xef\xc9\x29\x39\x11\x6d\xfe\x9e\x42\xec\xa1\xb1\x65\x73\x6c\xdc\x6c\x43\xc3\xda\x49\xea\xdd\x6f\x3f\x92\x01\xef\x73\xe0\x7f\x36\xf4\xef\x6b\xea\x49\x58\x70\x0a\xb0\xdc\x12\x68\x5a\xa8\xc2\x02\x9f\xd3\xdb\x54\x83\x33\xf5\xf7\x1f\xf2\x27\xc3\xce\x23\x6d\x98\x78\x54\x6b\x53\xb8\xbc\xb7\x21\xa9\xb5\x9b\xc8\xe4\x20\x18\x13\x63\x34\x21\xb9\x96\x7b\xa4\xda\xab\xf6\x56\x5c\xa7\x52\xf3\x12\x3b\x74\x53\x5b\xb0\x67\xb9\x82\xa5\x75\xdb\x92\x9a\x4c\x2c\x95\x9e\x52\x85\xf8\x8b\xbc\x51\x51\x2f\x0f\xa2\x93\xb4\x85\x86\x04\x91\xd3\x13\xd2\x70\xd6\xc5\x33\x92\x28\x23\xa5\x03\xde\x8b\x03\x02\x10\xcf\xb3\xca\x0c\xf0\x1b\x99\xb5\xfb\xae\x76\x09\xf9\x86\x0e\x94\x78\xe6\x9b\x21\xa0\x1b\x76\xfb\x5e\x77\x20\x6e\x68\xbc\x88\x6b\xa3\x08\x21\x22\x3e\x20\x3a\xfe\xc6\xb5\x76\x61\x1e\x76\x07\x1e\xf8\x1f\x5f\xdf\xe1\x71\xcc\xcb\x7e\x22\x72\xae\xd7\xbc\xc1\xa2\x95\xdf\xc9\xac\x4d\x9c\x4a\x08\xf9\x2e\x32\x2c\x95\x5c\xc2\x5f\x82\x44\x62\x82\x7c\xeb\x0b\xb2\x14\x67\xef\x77\xf5\x56\x4d\xe9\xac\x9a\xd2\x99\xe1\x09\xab\x57\x1a\x84\x63\x55\x8f\x9c\xc2\x3f\x7a\x38\x50\x47\x69\x0a\xc3\x58\xb5\xc5\x58\x0d\x28\x15\x81\x74\x1f\x54\xc3\x54\x4a\xf7\x8d\x01\xf2\x4b\x78\xb9\xeb\x3f\x49\xdc\x14\x97\x68\x9d\x2a\xa1\x87\x56\x42\xaf\xf9\x35\x40\xa2\x4d\xa6\x52\x66\x72\x49\x62\x60\x93\x0e\x68\x98\x6a\xf9\xf0\xe5\xd0\xb5\xd2\x61\x1c\x8e\x33\x9c\xab\x01\xc1\x97\xbd\x05\x2b\x25\x8a\xa2\x9b\x93\xcb\x5e\xc2\x1f\x11\xd6\x53\x94\x3b\x8e\xdb\x9a\x5d\x04\xf8\x01\x24\x49\x37\x45\xe8\x36\x87\xc1\x4b\xc5\x25\xf3\x8a\x7c\x36\x99\xbf\x18\x4f\x70\x8a\xfc\x89\x10\x29\x5f\xe1\x2b\xb4\xd6\xe3\xb9\xdf\x7f\x74\xdf\x9f\xa9\xe8\xa9\xba\x8b\x33\x32\x53\x74\x52\x5c\xf6\xe4\x5a\x9b\x21\x3f\x27\x82\x2f\x73\x4f\xa8\x9b\x0a\x8f\xb2\xd5\x6a\xb4\xf5\xa4\x03\x32\xde\x8e\xb6\x3a\x1b\x6d\xa1\xed\xd1\x56\x47\x33\x94\x1d\x28\xa8\xa3\x5d\xf5\x70\x27\x58\x96\x9d\x62\xda\x51\x8b\xb0\xf3\xe1\xa8\x73\x4d\x17\x9d\xc5\x8c\x85\x59\x9c\xb1\xa8\x37\x1a\x15\xa3\x51\xf1\x24\x8a\x3a\xb4\xf3\xf8\x14\x0a\x5a\x30\x9d\x9f\xf4\x7a\xbd\xdf\xaa\xfa\x3a\x69\x96\xa4\x6c\xde\xc9\x8a\x4e\x99\xb2\x4e\x39\x67\xac\x53\x4e\x3b\xb3\xf9\xf4\x2a\x8b\x58\x87\x76\x26\x53\xca\x49\x67\x27\x2b\xa2\x2c\xa4\xe5\x74\xde\x99\xce\x3b\xb3\x09\x0d\x59\x3a\x9d\x44\x6c\xce\x73\x4b\x53\xd3\xde\x68\x0b\xad\xef\x75\x95\x37\xfd\x2e\xef\xf5\x9b\xcc\xcd\xf9\x30\xce\xc8\xa8\x80\x9d\x2b\x4f\xcc\x99\x71\x62\xee\x79\x31\xc9\x7d\x7b\x70\x85\x40\x74\x66\xcb\xd8\x5e\x91\xb7\x99\x3b\xc3\x31\xe7\x2f\x9f\x26\xee\x0c\xbf\x42\xb6\xf5\xc2\x00\x4a\xe2\x59\x7f\xe7\x24\xe1\x66\xc6\xf0\x3b\x32\xb3\x95\x9d\x72\x93\x68\xef\x72\xc7\xd9\x60\x56\xf8\xfb\x46\xff\x23\xad\x17\x78\xb7\x89\xde\xbe\x6b\x75\x0d\x2a\x94\xab\xcf\x6a\xd5\x7d\x9f\xc1\x2a\x7c\x87\x90\xb9\x51\x37\xf7\xfd\x35\x39\xb5\xfb\xfe\x1a\x55\x46\x50\x9b\x17\xde\xfa\xcb\xd8\x0d\x95\xf9\xe2\x15\x45\xb7\x01\xb9\xe2\x27\x38\xb0\x41\x86\x54\xeb\x33\xa9\x0e\x79\x54\x69\xf1\xc5\x39\xa6\x24\x17\xe6\x19\xfe\x76\xac\xc3\xb6\x57\xa2\x0c\x53\xaa\xf1\x22\x35\x79\x65\x10\x48\xbf\x48\x3d\x43\x90\xfa\xbe\x85\x79\xbd\x2f\xc5\x30\x20\x70\xf9\x20\xb4\xc1\x9f\xf8\xc5\x6c\xb5\x92\xfc\x9f\x92\xb4\xd0\xbc\x26\x69\x61\x52\xd2\xc2\xea\x92\x96\x3f\x49\x68\xb6\x2b\xb2\x58\xbc\x9a\x93\x25\xd8\xec\x09\xd9\x8b\xff\x89\xf4\x55\x0f\x3e\x56\xad\xe6\xf5\x56\xf6\x79\xbc\x0c\x1f\x05\xb9\xfb\xd9\xe0\xca\x4f\xc6\xf5\x2c\x8e\xd3\x7d\xc7\x79\xbc\x7a\xce\x20\xaf\xd4\x6b\x61\x6e\x86\xd6\xc5\x14\xb8\xe5\xba\x51\xa7\x6d\xba\xa9\x3d\x0c\x86\x5f\x40\x20\xfe\x99\x04\x75\xbe\xc5\x9c\xb2\x2f\xa6\x32\xcf\xd7\xcc\x57\x60\xde\x7f\xb4\xb1\xa5\x11\x29\x40\xda\xe0\xf5\xf9\x1d\xf3\x36\x24\x2f\x32\x70\x7e\xb8\x1c\x23\xdb\xb0\xe1\xb3\x0e\xcf\xb1\x0e\x09\x98\x02\xee\x1a\x58\xe3\x95\xe1\xf8\x66\x63\x71\x38\xee\x2f\xc7\x66\x14\x6c\x09\xb6\x11\xea\xb0\xda\x06\x2f\xd8\xc7\x4c\xdb\x9d\x14\x1a\x9c\x3f\x5a\x11\x26\xb7\x0e\x33\x21\x06\x98\x19\x77\xc6\x04\x22\x88\xd6\x95\x32\x50\x28\x83\xcc\x1e\x57\xdb\xd6\xb2\xc2\x85\x3b\x84\x1d\x12\xc5\x78\x42\x95\xd6\xd5\x82\x8d\xd0\xea\x44\x2b\xd5\x7c\x34\xdd\xd8\x6b\x45\xd2\x4d\xae\xdc\x08\x0f\x1e\xab\x59\xd2\x75\x8c\x0a\x33\xff\x70\x63\x1d\x5e\xad\x1b\xb5\x6a\xe4\x15\xff\x36\x24\xaf\xc1\xc2\xd9\x9a\x71\x6d\xc3\xba\xdb\xdf\x7f\xe0\x1b\xf3\x6f\x6a\x57\xad\xe2\x1b\x66\xcb\x2a\x12\x8f\xe0\x80\xd1\xda\x84\xb8\xb5\x54\xcc\x9f\x75\x54\xad\xf5\x67\x12\x10\x6a\x13\xba\x40\x44\x09\x12\x07\xcf\x3d\x63\x87\x7d\x30\xd6\x3c\xa8\x95\x12\x90\x77\x47\x79\x4d\x9d\xbc\xf1\x62\x1f\xe5\xea\xae\xd2\x01\x59\x8a\x55\xed\x4d\xa5\x10\xfc\x81\x04\x3b\x24\xf6\xbd\xd5\xbc\x4f\x58\x62\xe8\x9f\xbb\xde\x4a\xeb\x2a\x7d\x09\xab\xdb\x3f\x3c\x78\x60\x49\xe8\xb5\x6e\x42\x49\xb9\xe5\x06\x09\xed\x0d\x12\x81\x26\xc7\x94\x3d\x38\x7f\x31\xdf\x4e\x21\xac\x21\xef\x22\x7d\x5b\xdc\x05\xcf\x96\x88\x09\x3e\xba\x58\x02\x8b\x7c\xc2\xa8\x99\xca\x8a\x92\x16\xc9\xc4\xc8\xc9\x48\x95\x7a\xc1\x8a\x72\xe1\x1b\x86\x84\x86\x90\x13\xa7\xad\xd2\xb4\xd8\x57\x18\x6b\x42\x9a\x16\x23\x3c\x21\x83\xc7\x8f\x73\x9f\x9d\xe5\xe7\xa4\xef\x27\xfc\xcf\xce\xc0\x4f\xe5\xdf\xd8\x21\x7f\x4d\xd6\x7a\xdb\x1c\x8c\x25\x19\x88\x9c\x5d\xce\x1d\x1c\x8c\xe1\xa0\xa6\xe2\x67\xc4\x26\xac\x64\x2e\xad\x14\x99\x9f\x49\x25\xab\x47\xfe\xe0\xb1\xdc\x14\x43\x6d\x34\x67\xec\x42\x37\xdc\xb0\x0d\x43\x1c\xd9\x21\x99\x20\x38\xbe\x57\x4b\x34\x76\x04\xd8\xfa\xc1\x99\xb9\xb7\xdb\xb8\xab\xe6\x31\x89\x23\x3f\x21\x7f\x30\x21\xfc\x3b\x66\x6e\x22\xc4\xdc\xca\x7e\x28\x9b\x16\x00\xfa\x30\xda\xca\x8a\x4e\x82\x52\x72\xbb\xe0\x8f\x5e\xd2\xb3\xdf\x63\x56\x44\x66\xe2\x61\x11\xad\x85\xd2\x81\x7a\x59\xec\xa6\xc4\x4d\x49\x52\xc3\xa3\x72\x9c\x54\xdb\xfb\x64\xec\x7a\xb5\xba\xce\x8a\x68\x7a\x8d\xdd\x09\x49\xc1\x35\x56\x15\xc6\x33\x9a\xcf\x2e\x92\xee\x91\x93\xde\x9c\x16\x09\x3b\x00\x37\x8e\xdb\x94\x4c\x7a\xb4\x08\xd3\xe9\x1c\x58\xb8\x58\x3f\x1e\xc7\xf1\x82\x95\x7e\x4e\x26\xc2\x6f\x0e\x5e\x4f\xd4\x93\x7c\xcb\x79\x85\x54\xdb\x63\xe2\x5c\xff\x34\x78\x22\x81\x89\xaf\x20\xde\x3a\x54\x18\x6b\x90\x3e\x7e\x02\x82\x21\xfe\xcf\x01\xe9\xe3\x6f\xa4\x8f\xaf\x49\x82\xbf\xcb\x3b\xbe\xb6\xd7\x55\xeb\x73\xc9\x1f\xae\xbb\x84\xa4\xe2\x2c\x8b\x1d\x67\x0f\xae\x87\xaa\xce\xd5\xca\x7d\x42\x8a\xed\x18\xf9\xd7\x22\x1c\x7a\x5f\x20\xad\x37\x72\xcd\x48\xb1\x3d\x41\xfe\x1e\x31\xd3\x39\x71\xdf\x96\xcf\x60\xcb\x24\x0d\xdc\x4c\xb5\xbb\xbb\xe4\x17\x54\x03\x0f\x54\x88\x75\xbe\x93\x6b\xff\x9a\x2c\xd7\x86\x85\xf1\x35\x40\x32\x89\x1e\x07\xfe\x77\x02\x40\xff\xdb\xdb\x07\x02\x3e\x8f\xb7\x13\x41\x6a\xce\x53\xbf\x09\x7c\x77\xde\x2e\xf3\x0c\x80\xda\xf8\x32\x3e\x15\x24\x5b\x55\x77\x4d\xbe\xf3\x2a\x0d\xdb\xd7\x35\xaf\x3d\x25\xa0\xde\x7d\xb2\x5a\xc1\xdf\x99\x44\xd0\x11\x4b\xef\x09\xac\xb5\x99\xd4\xd7\xca\x29\x49\xf9\x50\xca\x0c\x7d\xc8\xd0\xb7\x33\x4c\x62\x72\x0b\xd3\xcd\xa2\xc3\x09\xbb\xf0\x12\xac\xd7\xea\x09\x5f\x43\x5e\xba\xf6\x63\xf0\xf9\x90\xe6\x25\xbe\x30\x2f\xf9\x42\x22\xc5\x49\xb2\xdc\x35\x19\x64\xd3\x85\xe1\x4b\x9d\x9e\xef\xf5\x11\xf2\x3f\x65\xee\x17\x7c\x45\x91\xff\x85\x7c\x31\x36\xb1\x7d\x22\x7d\x41\xba\x46\xa3\x2e\xb0\x9c\x27\x54\xb1\x2b\x5f\x24\xad\x2a\xc9\x17\x09\x01\x52\x82\xa3\xc8\x2c\x70\xbf\x98\x56\xc5\x10\x0b\x21\x8b\xdd\xd2\x19\xec\x3e\x14\x9f\x5c\x92\x2f\xad\x21\x88\x2e\xc5\xeb\x2b\x72\x09\x2e\xf8\xca\x18\x65\xe3\x2d\xe7\x6a\x78\x25\x5c\xef\xbd\x2b\x8b\x88\xa0\xb5\x32\x5c\x2c\x9d\x41\x7f\xef\xa1\x86\x5a\x8f\xc7\xee\x17\xe4\x7f\xd1\xf2\x83\x3d\x53\x72\x78\xbf\xe5\x75\x36\x76\x8d\xa6\xe2\x2f\x35\xf1\xe3\xee\xbe\x57\xe5\x1e\xf4\x77\xef\xd5\x5e\x3f\xac\xbf\xbe\xb3\xbc\x7d\xef\xce\xd7\x0f\xbd\x94\x7c\xf1\xc3\xb1\x88\x54\x27\xee\x94\xa6\xc8\x2b\x1a\xbb\x55\x04\xbb\x51\xf1\xca\x71\xa2\xb1\xfb\x0a\xad\x6b\x33\xdd\xba\x5c\xfe\xdd\x62\xb9\x22\x93\xd8\xbf\x14\x24\xbb\x24\x57\x3d\x63\x51\xfb\x09\xb9\xea\xd9\xcb\x9a\x4f\xf8\x65\x97\x90\xd2\x71\xf8\xff\x6d\x0a\xec\x38\x6f\x98\x5b\x4b\xeb\x45\xf2\x87\x84\xdf\xc5\x25\xd2\x81\x9c\x12\xc7\x39\x66\x2e\x27\xdc\xee\x25\x81\x18\xd2\xf3\x12\x5f\x91\xa4\xc7\x8a\xa8\x12\xaa\xf0\x25\x74\x45\x2e\x2b\x48\x60\xeb\x0c\x29\x87\x6e\x59\x3b\x3b\xc8\x25\x2e\xad\x93\x43\x18\xbf\x5d\x64\x85\x7b\x85\x4b\x61\x74\xaa\x28\x18\xf2\xdc\x2b\xe2\x5e\x92\x5a\xab\x57\xab\xa8\x3a\x55\x2e\x5b\x4f\x95\xab\xda\x91\xe2\x5e\x91\xab\xda\xa9\x82\x53\x52\x9a\x10\xd9\xb2\x52\xfc\xaa\x6a\x90\xea\x75\x8a\x70\x52\x89\xfa\x46\x05\x8c\xc1\xf0\x95\x67\x64\xe4\x83\x92\x22\xdc\xbd\xea\xb1\x6f\x25\x2b\x22\xc7\x79\xf5\x5b\xe2\x38\xfc\x20\xc4\x09\x79\x85\x5f\x91\x94\xd7\xf8\x9a\xb9\x25\x7e\x85\x70\x2c\x7e\x25\x08\xa7\x8e\xc3\x09\xeb\x80\x6f\x47\xe3\x80\x5b\xad\xae\x8c\xe3\x8d\x1f\x1e\x40\xe0\xab\x64\x71\x90\xc1\x8b\x29\xfc\xe4\xaf\xf4\x81\xc7\x8f\x19\xfd\x81\x71\xf0\x41\xba\xc8\x2f\x26\xf6\x52\x02\x22\xc0\xfa\x71\x91\x10\x8b\xc1\x44\xb9\xa2\x46\xac\xca\x47\xf8\x4a\xfa\x21\x3c\x99\x4c\x20\xfb\xc2\x45\xf8\xd5\x6f\xc9\xd0\xbd\xea\xd1\x28\x12\x25\x5c\xf2\x6c\x62\x08\x5c\xd1\x02\xac\x2b\x44\x9e\x0b\xc5\x1f\xb6\xbc\xc3\x56\x19\xf0\x3f\xff\x92\x9c\x89\x90\x3d\x57\xa4\xf4\xf9\x04\x56\x07\x87\x8f\xf8\x51\x71\x65\x1c\x82\x97\xc2\x98\x45\xe3\xd4\x5c\xe1\x09\x8b\x4b\xef\xaa\x27\xe0\x5e\x5f\xb3\xb8\xc4\xe5\x74\xa6\x13\xde\x4f\x67\x6b\xe4\xb7\x53\xbf\x52\x0c\x19\xdf\x42\xca\xf5\x9e\x37\xa3\x24\xa3\xa2\xef\x97\x8f\x2f\x95\x09\x79\xb9\xbd\x8d\xae\xc8\xe5\x59\x79\xce\x3b\x2d\x2a\x36\xea\x23\x57\x3d\xde\x86\xc6\xbb\xf7\xd3\x19\xb9\xea\x95\xd3\xd9\x9a\x9f\x41\xdd\x3c\xe6\xe7\x55\x1e\x6b\xb7\x4f\x49\x6f\xc3\xfa\x11\x51\x36\x8f\x88\xdf\xf5\x11\xf1\xbb\xb3\x77\xdf\x71\x3e\x67\x6e\x89\x6b\x84\x2e\x8b\xdd\xdf\xc5\x09\x71\x29\x17\x31\x90\xb8\x77\xe4\x4b\x0d\x8e\xe5\x9d\x28\xf3\x35\xf9\xd2\xf4\x23\xfa\x62\xf9\x11\x5d\x92\xd7\x35\xdd\xfa\x25\x79\xbd\xde\x20\xf4\x1a\xbe\x73\x2f\x91\xf7\x4e\xf7\xeb\x72\xfd\xff\x80\x70\x0a\xc3\x54\xff\x97\x18\x44\x3d\x4c\x70\x07\xe6\xd8\x66\xb1\xfb\x6d\x8c\xb4\x89\x2a\xc5\xdf\xc7\x44\xfa\x1f\xf2\xb1\xfe\x52\xa1\xc0\x7f\xf1\x51\xc0\x4f\x7d\xa3\x3a\xfc\xa5\x01\xc6\xa8\x8e\xa3\x87\x8e\xe3\xfe\x4e\xbe\xe0\xdf\x6d\xbc\xb4\xdf\xeb\xb8\x87\xf8\x0b\x09\xc0\x3e\xc3\x36\x87\x93\xa6\x3a\xd2\x84\x56\xd8\x3b\x46\x43\x7e\xab\x38\x1c\x0f\x9f\x8d\xb7\xb7\x3d\x57\x99\x5c\x52\xe4\xf1\x9f\x7e\x58\x47\x38\xf8\x79\x47\xf4\x93\xe9\xb4\xdd\x0b\x9d\xbf\x70\x5f\xc7\x38\x54\x21\x03\xef\xef\x0b\x81\x8b\x52\x8e\x57\x30\x9c\xc6\xe4\x19\xb6\x14\x59\xec\xbe\xcb\xe4\x0c\x0a\xeb\x60\x4a\x4e\x32\x6d\x22\x4c\x8d\x0b\xf2\x43\x64\x5d\x75\xb3\xc4\xdd\x78\xed\x66\x75\x31\x9b\xda\x07\xd4\xe2\x7b\x5e\x8d\xb5\x34\xe9\x68\xbc\x5a\x89\x8a\xf4\x04\xa1\x61\x14\xba\x5f\xf0\xd1\x98\x53\x40\xce\xf7\xf5\x91\x07\xea\xa2\x2f\x42\x26\x05\x36\xe1\x5f\x90\xe3\x34\xb2\x29\xb3\x33\xb5\xe7\x24\x2c\xdb\xee\xbd\xfb\xc8\x71\x00\x75\xe8\x8b\x8a\x4b\xec\xdc\x1b\xec\xa2\xd5\xea\x1b\xaf\x9e\x2f\xb2\x3e\x4e\x13\xf7\xd1\x03\x6c\x80\x3f\x81\xe0\xc0\xec\x28\x6a\xac\xea\x4a\x62\x71\x2c\x2d\x09\x1e\xf1\x3a\xbf\x6b\x3b\x82\x47\x0f\x1e\x7f\x1f\x0f\x1f\x3d\xf0\xbe\x8f\x7d\x30\xb0\x56\x05\x26\x89\x4b\x71\x9c\x2b\x97\x9f\xee\xa0\x2a\xea\x17\xa9\x7c\x7f\x32\x16\x24\x13\xf0\x54\xfe\x66\x43\xab\xd2\xbe\xc8\xd2\x9e\xfe\x9b\xd2\x4c\x87\xf0\xdc\x35\xa9\xc0\xcd\x18\xa9\x1e\xf8\xa2\xcb\x37\x63\x5f\x9a\x94\xdf\x2d\x64\xd9\x1b\xe8\xf9\x52\x37\x62\x21\x72\x79\x3a\xf6\xc1\xfe\xdc\x08\x73\xd4\xf7\xa3\xc7\xa1\xa2\xea\xd1\x36\xd9\x55\x7a\xe3\xf0\x2c\x3a\xc7\x31\xff\xb3\x3d\x38\xc7\x09\x61\x1a\xfc\x80\xd5\x5c\xb0\x36\x03\x11\x24\xb0\xc3\x12\x7d\x9d\xc8\xcd\xfe\xc5\x9b\xa8\x5c\x8c\x73\x00\x45\x78\x32\xf6\x9f\xe8\xd6\xb6\xb6\x54\xb4\xd2\x57\xad\xf4\x15\x06\x5e\x4a\x98\x42\x3b\xaa\x1a\x9b\xfe\xa3\x66\x80\xef\xab\x61\x1a\x63\x4a\x1f\xe4\x4e\x4c\x7d\x44\x39\x93\x52\xd1\xc8\xb4\x41\x23\x53\x83\x46\xa6\x9a\x3e\x0a\x34\x5d\x9c\x36\x28\x64\x4a\xa8\xff\x27\x09\x4c\x8a\xd0\xed\x57\x2b\x2f\xc9\x95\x4d\x7a\x40\xde\x80\xf4\x19\xf9\x01\x91\x78\x76\x03\xe4\x3f\x49\x84\x6a\x20\x20\xc2\x26\x4f\x98\xa3\x0f\x90\x19\x03\x1c\x2c\xd0\x07\xda\x24\x28\xb0\xd7\xe2\xa7\x2a\x8e\x57\x15\x31\x18\xaa\x85\x82\xf5\x61\xa1\x44\x79\x4d\x8b\x10\xf9\xa5\x74\xcd\x4c\x72\x37\x14\x9f\x0a\x15\x85\x0e\x2e\xfc\x03\xc8\x9a\xf6\x75\x15\xde\x0d\x87\xb7\x5a\x6d\x42\xb7\xf9\x49\x25\x54\x84\x10\xba\xa5\x7c\x68\x61\x4f\x8b\x0d\x71\x0a\x98\x54\x72\x78\x21\xc8\x01\x13\xc3\x1b\xf2\xe1\x0d\xf9\x0b\x53\x18\xfc\x4b\xc8\xd3\x30\x83\xf1\x15\xd9\x65\x9f\xff\x1b\x1a\xc7\x17\x7a\xcb\x07\xd0\x5c\x03\x39\x45\x8c\xb5\x69\xae\x62\x01\x95\x35\x1c\xce\x6d\xdd\xb3\xb0\xc5\x89\x94\x88\xcf\x58\x4f\x3f\xb0\xf1\x0c\x95\xa6\xca\xfd\xe4\x84\xca\xce\x74\xdf\x00\x10\x87\x37\xa6\x21\xea\x27\xc7\xb9\xd7\xef\xff\x76\xec\xa2\x9d\xf1\x78\x28\x6d\xd6\xbc\xe5\x78\x45\x42\x69\x6b\x16\x18\x84\x77\x62\x29\xca\x5a\x10\x0a\x43\xc7\x09\xad\x66\xf7\xfd\xca\x5d\x44\xf8\xbf\x60\x79\x58\xed\xa2\x61\x40\x06\x9e\x7c\xda\xe7\x4f\x96\xbf\x8b\xf0\x9b\x30\x1c\x5e\x70\x40\x3e\x87\xae\x6a\xbc\xf3\xd7\x8b\x31\x32\x7c\x51\xf6\x07\x8f\xf6\xf7\xfa\xfb\x9c\x87\x0f\xad\xcd\x17\x34\x37\x5f\xa0\xad\x84\x43\x24\x0c\x3c\xc2\xdc\x1f\x15\x26\x4e\x62\x2d\xee\x9b\x0e\x1c\xac\x8a\x02\xdc\x62\x5b\x25\x06\x4a\x16\x53\x29\xb6\x5a\xfd\xa1\xa5\xe2\xcb\x84\x74\xfb\x96\x91\xb4\x1b\x3a\x11\xe2\xe9\x16\xc8\x38\xd8\x44\x20\xd3\x0c\x84\x7f\x39\x68\x8b\x35\xb7\xe7\xcd\x41\x11\xb2\x68\x98\x64\x25\x69\x0d\x02\x06\xe0\x63\x35\xd4\xfa\xab\xb8\x81\x10\xc3\xf8\x0a\xbe\x03\xa5\xcf\x36\xd3\x6a\x38\xe7\x4a\x88\x4b\x05\x78\x09\x34\xe2\xab\x8c\x2b\xe7\x1f\xb9\x17\x09\xe6\xcf\x62\x28\x40\x5e\x88\xfc\x5a\x82\x1d\xd3\x65\xb0\xe7\x99\x81\x95\x6d\x7f\xc1\xdb\x46\xfc\x66\x2b\x8a\xb3\x3c\xe6\x4b\x05\x06\x58\x87\xb7\xe6\xab\x52\x47\x90\xf6\x6d\x27\xbc\x51\x11\x0c\xb5\xd6\x47\x58\xdc\x36\xbf\xb6\x8c\xd8\x22\xd2\x16\x4a\x5a\x73\x09\x26\x76\x3c\x6f\xb7\x86\xac\xd7\x91\xec\x7d\x03\xe8\x7a\xdd\x80\x01\xb2\x8d\xc7\x6a\xe1\xf5\x59\x15\xd9\x10\xb3\xba\x3a\xab\xd6\x6f\x68\x52\xa4\x0c\xca\xf9\x32\x6c\xe0\xfe\x37\xb1\x70\x15\xc2\x74\x1f\x5f\xa8\xe6\x2a\x10\x68\x3d\x82\xe2\x40\x11\x8b\x54\xe7\x6f\x0f\x8d\x18\x29\x07\x6d\x4b\x29\x67\x43\x10\xe1\xa0\x99\xa0\xd4\x72\x02\x86\xc9\x52\x3b\x33\x72\x18\xbb\x01\x7e\x53\x75\xb3\x4c\x24\xfa\x13\x39\x48\x85\x52\x2d\xc0\x11\xa6\x98\x59\x63\x3d\x10\x47\x9c\x61\xb7\x36\x2a\xaa\x30\x66\xd5\xa0\x6f\x0a\x2a\x22\x66\x42\xd9\x4e\x42\x6c\x2e\x15\x2c\x14\xdd\x06\xc2\x3e\xc9\x6f\x0b\x6b\xbe\xc1\x11\xfd\x39\x9f\x1c\x24\x6d\xf4\xba\x7d\x1f\xb6\xa8\x18\x5a\x81\x9f\xd1\x52\x14\x6f\xa1\xd8\xb1\x86\x0d\xa7\x4c\x19\xca\xbf\xc2\xeb\xff\x5b\xa2\x22\x2a\x26\x24\x6a\x3b\xbc\xc5\x60\x6e\x60\x25\x1d\xe7\x05\x1f\xd3\x08\x27\x10\x7d\x49\xb6\x7f\x4e\x7e\x4f\xac\xa0\x58\x9c\xe3\xb3\xb1\x16\x17\x24\xf0\x8f\xc5\xa7\xe0\x32\x10\x90\xcb\xac\x9a\x92\x6e\x1f\xc7\x06\xac\x2a\x1f\xb2\x3e\x8e\x75\x06\x00\x20\x0d\x74\x98\x02\xb5\x22\xe5\xc6\xbb\xef\xf1\xad\x62\xc0\x48\xfa\xd4\xbb\xfd\xc7\xcb\x6a\x54\x34\x16\x56\x4c\x58\xef\x6b\x56\x64\xa5\xcf\x48\xec\xb2\xde\x57\x09\xde\xcb\xd7\x10\x80\xf4\x33\x3f\x26\xa2\xd5\x69\xee\x32\xbe\x34\x27\x89\xcb\xf8\x08\xc9\xb5\x1f\x6b\xdf\x91\x80\x4c\x8c\x6e\x51\xed\x43\x50\xd9\x0a\x05\x64\x76\x77\x0e\x9e\x25\xb9\x3b\xcb\xbe\x17\x90\xcc\xc8\xc2\x9b\x23\x03\x09\x20\x1c\x19\xf9\x6b\x8e\xd6\x7b\xfd\xfb\x58\x0a\xf6\x91\xbf\xb6\xc7\x59\xe3\x66\xab\xad\x8b\x59\x6d\xa0\x70\x6d\x1e\x40\x74\xc0\xbc\x49\xe2\x42\xe8\xcd\x89\x20\x13\x91\xd8\x7e\x16\x06\xc4\x3f\x2e\x73\xd6\x2c\x53\x1d\x85\x51\x3b\xf6\x9c\x15\xaa\xb4\x0e\x64\xb3\xfb\x70\x17\xb0\x23\x1b\xe1\x5d\x9b\xc4\xb8\xda\x77\x43\xd6\x33\xc1\xa9\xfd\x1b\xc9\xf7\x1f\x88\xe5\x0e\x93\x10\xb6\x44\x2f\x51\x5f\x01\x35\xe6\x64\x03\xf1\xd3\x1b\x9b\x27\x12\x1c\xfa\xac\x0e\x8c\xc1\xd7\xa3\x34\x12\x45\x79\x4a\xe6\x77\x60\xea\x9a\x4a\x37\x3c\x4e\x49\x80\x63\x32\x49\x39\x55\x81\xa8\x27\xb7\x94\x30\xa5\x01\x3f\x05\xac\xf0\x43\x9a\xb0\xb9\x8e\x80\xf5\x8c\x96\xb4\xe2\x74\x28\xaa\x60\x2c\xa8\x01\x63\xb1\x8b\x62\x42\xcf\xd8\x39\x8e\x7b\x5f\xaf\xa7\xf3\xfc\xa8\x78\x3b\x9f\x26\x73\xb6\x58\x7c\x64\xf3\x45\x36\x2d\xde\xce\xb3\x0b\x3a\xbf\xe1\x99\xf8\x35\xb6\x4c\xc5\x55\x3d\xe6\xec\xd9\x97\x44\xa2\x01\x88\x75\x19\x03\x00\xb9\x40\x9e\x0b\xfd\xd0\x47\x52\x71\x4d\x94\x55\xc7\xce\xde\x6a\xd0\xdf\xdd\x37\x83\x56\x48\xda\xa8\x96\x42\x88\xb0\x60\x83\x14\xc1\xa8\x2d\x64\x0d\x46\x0f\xac\x91\x11\xce\x66\x54\xcc\x52\xe1\xe6\xb2\x69\x31\xc6\x9b\x31\x47\x0a\x11\xec\x44\x1a\xf7\xcc\x59\x81\x8b\x18\xd6\xe8\x50\xc6\x16\x2e\x34\x6e\x37\xbc\x88\xad\x68\x53\x83\xfb\x08\x4f\xa5\x73\x88\xec\x48\x02\x44\x4f\x01\xd8\x98\x90\xab\x9d\xaa\xc9\xb3\xb4\x16\x4f\x47\xe3\xe9\x57\x3c\x8f\x0d\x87\xff\x03\xee\x0e\xd7\x97\xbe\x1e\x9f\xa1\x9a\x96\xcf\xd6\x8c\x79\xe6\xb8\x5b\xcd\x1d\xfc\xeb\xdd\x9d\x34\x77\xb7\x8e\x17\x24\xab\xad\x95\x57\x6f\xc3\xc3\x3b\xb3\x57\x73\x35\x2a\x1a\xad\xdf\xfd\xc9\x4f\x1b\x1f\xf6\x3d\xea\xdd\x46\x0d\xd6\xb7\xde\x77\x3f\x69\xc0\xda\xf0\x8d\x5d\x71\xcf\x69\x3b\xf7\x9c\xd6\xb9\xe7\x5a\x02\x89\xad\xc0\x43\x60\x0f\x91\x48\x30\x95\x98\xbc\x64\x6e\x8a\x63\x34\xec\x7b\x1b\x6f\xc0\x5f\x43\x3a\x09\x97\x13\x5a\xb2\x83\x94\xf2\x1b\xe6\xd3\xac\x5c\x0c\x37\xa4\x43\x69\x9e\x36\x8d\xdb\x43\xab\x3e\x5c\xc4\x62\x60\x71\x13\x3d\x4c\xc0\x16\xa9\x07\xc7\xe9\x56\xb7\xa1\x5b\x93\xe0\x69\xdb\x51\x2d\xdb\x48\x75\xc0\x12\x25\xe8\x01\xe1\x8d\x84\x54\xaa\x2e\x74\xa9\x36\xb0\x49\x2d\xac\x4a\xd3\x3d\x01\xdd\x26\x24\x95\x73\xa5\xe4\x26\x13\x32\x2a\x72\x2b\x22\x8e\x2a\x71\x22\xe4\x27\x13\x1d\x14\x1b\x6e\xe2\xc0\xca\x4f\x7a\xd3\x60\xc1\xe6\x57\x62\x0c\x9c\x18\xa1\x5b\x6d\xa8\xee\x38\xee\x44\x45\x10\x70\x76\x42\x84\x27\xc2\x0a\x1d\x83\x15\xfa\x04\xf1\x09\x93\x36\xb4\xa1\x3f\xb1\x5d\x1b\x64\xc5\xbc\x08\x9d\x07\xf9\x8b\x44\x77\x98\x8f\x51\x5e\x7d\x2e\x44\x0b\x13\x32\x11\x9e\x23\x62\xd4\x12\x32\xe8\xab\xc6\x0c\x85\x55\x77\x85\xea\x0e\xa4\x48\x8e\x81\xfa\x6b\xad\x17\x8d\x56\x95\x56\xf2\xa5\x84\xa4\xaa\x6d\x12\x1d\x2b\x01\x87\xf0\x5b\x33\xa2\xfb\x9a\x2f\xb3\xa6\x91\x5c\x8a\x6e\xf5\x6c\xa9\xb2\x7d\x5e\xa0\xf8\x28\xd1\x89\xfc\xfb\xb5\xdc\x6b\xcc\xdc\x5e\x1b\x09\xb9\x0e\xfd\xa1\xee\x99\x38\xae\xd3\x97\x88\xc4\x55\x51\xf2\x3a\x80\x19\xb9\xe2\xec\xd9\xa8\x88\x2b\x0f\x09\x73\x3e\x01\xbd\xca\x65\xa8\xe2\x0b\x07\x78\x33\x95\xdb\x6f\x69\x05\xb0\x7f\x76\x53\x90\x4c\x96\x59\x10\xce\x64\x57\x71\x2c\x4e\x3e\x85\xe7\x25\x4b\xcb\x15\xd5\x91\xa8\xe7\x76\xb7\xaa\x0f\x1e\xfc\x5b\x22\xfb\x4f\x39\x65\x2c\xaf\x36\x18\xee\x2b\x43\x97\x92\x6e\x1f\xc3\x5d\x05\x79\x94\x74\x07\x7a\xb8\xdf\x08\x3e\x88\x21\x2c\x2f\x00\xc0\xce\xd7\xd8\x7f\x5a\xf5\x48\x4f\xeb\x13\xfb\x08\xdb\xd5\x67\xdb\x45\xed\xc5\x7e\xe3\xc5\x1d\x31\x76\x46\xc5\xba\x82\x71\xc9\x72\x15\x1c\x1e\xdd\x42\xc4\x0a\xde\x25\x2a\x82\x57\xe4\xec\x86\x84\xe2\xa7\x12\x15\x8b\xa0\x16\x70\x0a\xc2\x4f\xb9\xae\x45\x1e\x7d\xfb\x11\x05\xf1\x91\x86\x5f\xe6\xd0\xc3\x76\x81\xd4\xac\x88\xd8\x37\xd2\xf7\x65\x39\xb1\xf1\xca\xc2\xc1\x0d\x44\x9a\x05\xbf\x0b\x29\xf6\x25\x10\x92\xcc\xdb\xa4\x95\xc7\x80\xd4\x15\xe9\x10\x7a\x51\xfc\x16\xec\x95\x6c\x88\x21\x38\x10\x2f\x0d\x2b\x59\x48\xa8\x89\xd4\xfd\x6a\x44\x84\x91\xa5\x2c\x45\xdc\xfc\xe1\xc1\x5e\x41\x86\x0f\x66\x5a\x0d\xbd\xe2\x6b\xd8\xb5\x39\x23\x55\xde\x71\xa6\x50\x73\x66\xf3\x69\x39\x05\xc1\x81\x14\xc8\xbb\x5d\xba\x5a\x75\x69\x2f\x5b\x08\x5c\x22\x25\x8d\xb5\x04\xe9\x69\x2e\xfd\x92\x37\x40\x35\x2b\x49\x0c\xd4\x33\x1c\x78\x7d\x0b\x53\x9a\x9a\xf1\x37\x78\x23\xd4\xf5\x5e\xb9\x30\x3f\xd1\x05\x0c\x06\x2a\xed\x59\x95\xb6\xaf\xe8\xd6\xae\xd9\xa6\xf7\x89\x2d\x3f\xb5\x8f\x01\x11\x95\x3b\x24\x85\x8c\xfd\x04\xf1\x43\x73\x76\x83\x85\xe0\x14\x61\x3b\x70\x02\x35\x9f\xb0\x90\xcc\xcb\x78\x35\x38\x34\xa3\x55\x9b\xf1\x3f\x8d\xa9\xa1\xd8\xdc\xfb\x21\xf2\xdc\xb0\xb6\x0c\x1b\x85\xca\x75\x83\xc3\x86\x9a\x25\x6c\xc6\x05\x0c\x9b\x22\x29\xcb\xda\xdd\x44\x99\xf1\x43\x15\x0b\x50\x8a\x5a\x65\x4e\x95\xc9\x0f\x1b\xee\x07\x36\x1b\x55\xb3\xe0\x6f\x84\x46\xb1\x62\x35\xd4\x00\xc4\x02\x62\x43\x5d\xfb\x61\x6b\x98\xbd\xc0\x0a\xb3\x17\xb4\x85\xd9\x0b\xec\x30\x7b\xfe\xa8\xa8\x42\x98\x51\xc3\xe6\x5f\x10\x02\x2a\xfe\xfa\x21\xd0\x02\x11\xa8\x46\xae\x1a\x2b\x4c\xd1\xc7\x44\x6d\x0f\x7e\x72\x28\x0c\x85\x5d\x3f\x22\xf4\x0e\x28\x72\x04\x0b\x1b\xe2\xa4\x0f\x4c\x15\x48\x33\xf4\x32\x45\x09\xb9\xa7\x6c\x69\x6b\x18\x81\x4b\xaa\xe8\xec\x9f\x89\x82\xfb\xe1\xe7\x2a\x13\xfe\x3f\x90\xe7\x25\xf5\x12\xf2\xd0\x67\xe0\x35\x63\x88\x47\xaf\xab\x74\x33\xf9\x9b\x2e\x92\xf2\xa5\x3e\xd8\xc5\x21\x3f\x13\x57\x0f\x11\xb6\x96\x34\xf9\xc6\x57\x68\xa9\x7f\x89\x05\x12\x63\x29\xf0\x78\x5a\x2b\x66\x4f\x14\x83\xd4\x37\x4f\x69\xad\xb8\xa7\x2d\x85\x1c\xd4\x0a\x79\x54\x15\x62\x7e\x7a\xd0\xf2\xe9\x91\xfe\xf4\x2a\x73\x43\x6b\x40\x5e\xd9\xa5\xf2\x9b\x6b\x5b\xa9\xaf\xec\x52\x95\x59\xcb\x46\xc9\xa4\x49\x93\x74\x8c\xb8\x4a\xec\x08\x55\xdf\xf0\x31\x1f\xd4\xa0\x74\xbf\xf3\xc4\x47\x76\xda\x13\xc8\x58\x43\xe6\x7d\x06\x89\xfb\x76\xe2\x21\x24\xde\x97\x11\x76\xed\x77\xcf\xf9\xbb\xdd\xdd\x0d\xa2\xa5\xc1\x5e\x5f\x5e\x25\xe9\x90\x7a\xaa\x17\x5a\xd6\x14\xf0\xc1\x49\xe4\xd8\xf8\x36\xbf\x42\x95\x9c\x2d\xd2\x52\xe5\xb8\x02\x1a\xab\x80\x02\x92\xea\x40\x81\xb1\x7e\x80\x29\x8e\xf8\x44\xa8\x91\x0d\x2b\x6c\x31\xfd\xd5\x55\x56\xfb\x6a\x77\xaf\xfa\xcc\x6c\xc5\x11\xbd\xb3\x9c\x0f\x1a\xa1\x0c\x4a\xb9\x8f\xa9\xb8\x23\xb7\x57\x6f\x2a\x79\x93\x4a\x8d\x5c\xa4\xee\xbe\x66\xc8\xf4\x06\x1b\x56\x3f\xbd\xb3\x73\x79\x0e\x04\x48\x0f\x46\x68\xc9\x5e\x6f\xad\x0b\xbd\x57\x03\xaf\xc0\x92\xaa\x1f\xa8\x02\xa1\x91\xd9\xc5\x4c\xf4\x14\xa4\x3e\x1e\xed\xd9\x09\xeb\x6a\xb4\x8d\x86\x8f\xb5\xfe\x5b\x73\x4e\x81\x0a\xfb\x65\xd4\xa8\xd8\x29\xcb\x81\x44\xf0\x39\xda\x99\x56\x7c\x25\x6d\xa3\x4c\x1e\x48\x35\xd3\x60\x36\xea\x10\x09\x16\xcf\x24\xa9\x2d\xd1\xcd\xe0\x0f\xd5\xb7\x0a\xd7\x43\xb2\x75\x4d\x47\x14\x2b\xb9\xc2\xc9\x12\xe9\x95\x93\x07\xf9\x12\xba\x7d\x24\x53\x6d\x5f\x0f\xfe\x6a\x67\xa0\xde\x59\x6e\x24\xc4\x1a\x07\x23\xa9\xee\x83\x42\xaa\x82\xad\x7c\xa6\x37\x8b\xe0\x39\x6d\x8f\x17\x73\x24\x5e\x9b\x3c\x98\xe5\xb8\x62\x36\xfe\x07\xb2\xbf\x86\xb3\x5e\x9e\xdb\xda\xd0\xbd\xc7\x74\x9e\x80\x29\xec\x42\x0a\x04\x0d\xfd\x83\x7e\x75\xb6\x77\x3e\x34\x1f\x84\x9c\x54\xac\xa9\x5b\x45\xb4\xbc\x92\xe2\x9c\xdd\xc8\x50\x41\x91\x38\x60\x21\xf6\x7c\x84\xf5\xf2\xa7\xd8\x5e\xdd\x41\x7d\xe9\xda\xd8\x5e\x13\x83\xbd\x57\x0a\x49\x05\x10\x11\x83\x66\x18\x27\xe4\x28\x01\x99\x3d\xa7\xb5\xa1\x00\xf4\xaf\xa9\x2e\xfc\xc0\xe3\xbc\xe3\x97\xc0\x15\x20\x4b\xab\xd5\x40\x79\x0d\x36\x3c\x9c\x94\x91\x56\x4a\x42\xc3\xaf\x38\xb5\x54\xb5\x29\x49\x6b\xf2\x37\xf6\xad\xf4\x95\xcf\x83\x14\x8c\x0b\x45\x90\x74\xca\x46\xb7\xf6\x37\xb5\x40\x56\x6f\x24\x7b\xf3\x86\xcd\x13\x26\x50\xe5\x0f\xec\x52\xd7\x6b\x5e\x40\x9b\x33\x6e\xca\x57\x82\xdd\x07\x88\x10\xd1\x34\x0b\xc9\x65\x70\x2e\xa9\xa3\xca\xc1\xed\xf2\x28\x76\x43\x0c\xbe\xd4\x5a\x74\x13\x92\x54\x08\x22\x42\x72\x10\x6b\x67\x50\xd5\xcf\xa1\xfe\x45\x42\x2f\xa8\xef\xdb\xd0\x0f\xc8\xf7\xc4\x8d\x71\xc2\xc9\x5b\x23\xf8\x23\x5d\xfb\x51\x65\x08\x2d\xd7\x48\x54\x59\xc6\x47\x20\x53\xd5\x91\x0e\x23\xb0\x12\x61\x9c\x56\xbe\xe2\x7f\x13\x1c\x6b\x2d\x6f\x52\x91\xee\x8b\x5c\xdd\x2e\x94\xc3\x70\x16\xbb\x5d\x49\x74\x2d\xdb\x40\x7d\xd2\x36\x23\x76\x55\xe0\x4d\xb5\xb0\x5d\xb5\xd0\xa1\x8d\x0c\x26\x2c\x8d\xf4\xea\x6b\x60\xbf\xda\x81\x73\x8a\x16\xf8\xd7\x5b\xc3\x06\x68\x7e\xc3\x37\xbf\x6f\xfc\x26\x12\x3e\x2d\x7c\x1c\x0c\x43\x2f\x30\xaa\x9c\xca\x2a\x65\xd5\x3e\x80\x41\x55\xf0\x0a\x8e\x23\x5f\x54\x5f\xcc\x72\xd7\xc2\xab\x35\xf7\xdb\x65\x8d\x3c\x88\x96\x6a\x9f\x6e\x05\x55\x9c\x4d\x8b\xe3\x19\xff\x77\xe1\x38\xcd\x34\x9b\x28\x2d\x84\xb2\xc6\x0f\x01\x39\x41\x9e\x39\xba\xdc\x2e\x20\xe6\x69\x6d\x88\x0f\x47\xe8\x9e\x38\x79\xe1\x9f\x5d\x60\xd6\x1f\x78\x02\xb7\x73\xcf\xeb\xc3\xc5\x43\x9e\x34\x81\x75\x70\x86\x52\x37\x4a\xcf\xe2\xf8\x9c\xe8\x5c\x7e\x18\x43\x64\x0c\x5a\xc1\xe7\x53\xc3\x12\xdc\xa3\x52\x9d\x2e\x90\xb4\xfa\x3e\x7d\x1c\x29\xdd\x08\xdd\xde\xe6\xa7\x7a\x74\x46\xcf\xb5\x3d\xc4\xd7\x84\x95\x52\x2d\xe2\x33\xc2\xdc\xa0\xf7\x55\x44\x69\x45\x72\xab\x84\x3f\x22\xca\xc3\x1f\xe6\x20\x67\x01\x66\xe7\xde\x0f\xf3\x29\x8b\x49\x86\xd6\x70\x1a\x7c\xcd\x24\x41\x39\x99\x4e\x4b\xc2\xef\x1d\x97\x79\x75\xe3\x96\x8a\x6e\x62\xc2\x44\x01\x81\x6d\x7e\x5b\x4d\x00\x5a\xfb\x56\x19\x4b\x11\xbb\xc8\x0c\x42\x2a\xcc\x2a\x5b\x0a\x01\x7c\x45\x2b\x58\xc0\x24\x57\xbe\xb1\xf0\xc7\x28\x24\x80\x49\x13\xf6\x9c\x86\x7c\x67\x9e\x57\x61\x81\x84\xa8\x60\xd0\x35\xa7\xd2\x71\x1e\xd5\x9e\x07\xf5\x0c\xee\x43\x2b\x61\xb5\x1a\x6d\x75\x80\xfa\xee\x40\x4f\x76\x66\xd3\xac\x28\x77\x94\x20\xb1\x03\x81\x54\x69\xe5\x0d\x67\x5b\xf4\x2d\xe4\x76\x0b\x56\x2b\x37\x20\x74\xf8\xa8\xbe\xb0\x6a\x0e\x31\x3a\x58\x3b\xc8\x6b\x05\x43\x49\xba\x6e\x37\x10\x1d\x09\x8c\x66\x75\x83\x5e\x4a\x17\x4f\xca\x72\x9e\x05\xcb\x92\xb9\xa3\xad\x88\x96\x74\x07\x9a\x3a\x9f\x4e\x4b\xce\x67\x0b\xa4\x91\x00\x69\xa3\x41\x3f\x94\xce\xcf\x50\x81\x8f\xa8\x1d\xea\xa1\xb2\x89\x61\xd7\x62\x73\xf7\x71\x30\xbc\x95\xdb\xcd\xeb\xf6\xd7\x9e\xa0\xc6\x56\x27\xcb\xbc\xba\xa3\x2a\x3b\x86\xd6\x70\x30\x52\x09\x29\x11\xf0\xed\xd9\xdf\x7c\x9b\x65\x0a\xaf\x95\xf9\xac\xb9\x8e\x2e\x72\x37\x41\x7e\x0a\x87\x80\x4b\xd1\x7a\x3d\xc9\xdd\x00\x27\x18\x20\x18\x40\x9f\xba\xa1\x31\x64\x91\x0b\x60\xfb\xbf\xdf\x94\xfc\xae\xa6\xe4\x55\x53\xfe\x1c\x9b\xf1\x93\xcd\x86\x69\x5b\x1a\xf8\x66\xcd\x42\x6b\x97\xf1\xb3\xb8\x32\x00\x95\x7e\xe3\x60\xd7\x06\xb8\xc8\xfb\x9c\x70\x03\x21\xdf\x47\xeb\xb5\x1f\xff\xad\x8f\xef\x3f\x18\xf4\x1f\x3e\xbc\x5f\x95\xa1\x12\x78\x51\xa3\x22\xf9\xc9\xc2\x70\x48\x00\xda\x5a\x14\x1a\xea\xd2\x42\x5e\x4c\x1a\x5a\xc6\x74\xfa\xf8\x08\x5c\xc4\xeb\xb8\x09\x1a\xb6\x76\xca\x66\xa8\x2d\x3a\x81\xb4\x1f\x09\x21\xe8\x82\x98\x9b\x2a\x30\x43\x68\x05\x66\x90\x08\xc2\x21\xa1\x7e\x68\x79\xef\x84\x56\x68\x23\x70\x61\xb8\x5c\xb2\xf9\x8d\xf0\xcf\x9a\xce\x9f\x4c\x26\xae\xac\xf4\x8c\x57\x43\x46\x5b\xdb\xaf\x4e\x8f\xff\xe8\x09\x89\x49\x16\xdf\xb8\xc0\x9a\x06\x68\xfb\x3f\xe7\x67\x70\x39\xd5\xad\x38\xff\x8f\x54\x63\x93\xbe\x1f\x54\xc6\xd2\x01\x3f\x0c\xa4\x79\xed\x59\x00\xb0\xc2\x91\x38\xcf\xa3\x5e\x3c\x9d\x5f\x08\x2c\x87\xe9\xfc\x42\xb1\xaa\xcf\x02\x37\x12\x1b\xb6\x1e\x48\xe0\x11\x18\x47\x53\xfe\x9a\x06\x20\xc5\x5f\xaf\xd7\x77\xc4\x6b\xa8\x2c\x44\x1a\xf1\x1a\xf8\x38\x9a\x81\x16\x02\xc7\x89\xf9\x07\xdd\x6e\x58\x05\x41\x08\x70\x77\xc0\xe7\xf1\x45\x40\x3e\x8d\xfd\x51\xf1\xb2\x3e\x61\xe6\x4e\x07\x63\xf7\x7d\x13\x9b\x2f\x49\xdc\x47\x0f\x31\x35\xb0\x0d\xd4\x27\x26\x64\x5f\xdc\x0a\xd9\xe7\x1f\x05\xe6\xc6\x52\xf0\xd9\x8f\x90\xe3\xb8\x1f\x79\xbe\xe3\x31\xcf\xe7\xbf\x0a\x6a\x4b\xcc\xc0\x6f\xd9\xfd\xdb\x40\x81\xd5\x01\xb2\xcc\xcd\xe2\x76\x7f\xee\xba\xb3\x6b\x5e\x77\x76\xcf\x75\xb8\x95\xee\x3c\x77\x83\x46\x08\xfd\x7e\xbf\xc2\x79\xc8\x2b\xfe\x86\x6f\x1d\xf0\x99\xcd\xc9\xed\x21\xbf\x79\x2e\xbc\xb3\x83\x00\x2f\x19\x7e\x16\xe0\xc3\x00\x3f\x0f\xf0\xf1\x18\xdf\x4a\x2e\xc5\xeb\x0e\xd6\xe7\x6b\x7c\x9d\x93\xdb\x38\x2b\x22\x70\xa2\x79\x7a\xf3\x72\xba\x28\x8f\x64\x2c\x2a\xef\x3a\xc4\xc1\x92\x5f\x9a\xf9\x79\xe1\xf5\xf1\x95\xe0\x42\xbc\xd1\xd6\xe0\x41\xaf\xdf\xdb\x1d\x6d\x61\x71\xc2\xb3\xf9\x5b\x1a\xe6\x34\x61\x7f\xd0\x0b\xe6\x8d\xb6\xc4\x69\x17\x4d\x2f\x46\x5b\x7c\xbb\x02\x9c\x59\x4e\x6e\x8d\xc2\xae\xf3\x5e\xf5\xa4\x0b\xbe\xce\x7b\xf2\x67\x6b\xc1\xd7\x79\xaf\x25\x59\x67\x3d\x98\x16\x71\x96\x98\xb9\x44\x0a\x9e\x5e\xb1\xf9\x3c\x8b\xd8\xcb\xe9\x34\x3f\xd5\x86\x6d\xcd\xe4\x67\x60\x7a\xfc\x96\x96\xe9\x86\x0c\x27\x8c\x6f\xed\x66\x06\xc3\xa0\xc3\x4a\xda\x54\x20\xbc\xac\x17\xb6\x60\xa5\x42\xb9\x12\xa2\x8a\xb9\x4c\x0f\x53\x16\x2d\x27\x32\xdc\xb0\x48\x0b\xeb\x91\x16\x4e\x58\xec\x6d\x0e\xc3\xc0\x27\xd8\x9c\xd9\xa7\x37\x30\xdd\x9e\x85\xdf\x49\xc2\xd0\xa5\xa8\x01\x76\x04\x37\x26\x43\x0b\xb0\xc6\x1b\x97\x4b\xde\xdb\xf0\x6a\xb5\x1a\x15\xb3\xbc\xd1\x8c\xc5\xf3\x29\x6f\xf8\x9c\x2d\x52\xbb\xab\xed\x89\xd3\x69\xa9\x47\x4a\xe6\xb0\x06\x2a\x61\xaa\xeb\xa2\x77\xc0\xdb\x09\x72\xbf\x2c\x22\x16\x67\x05\x8b\xcc\xa8\xf5\x5f\xbf\x9e\x1c\x3e\x39\x78\xff\xf5\xd9\xe1\xc7\xf7\xc7\xc7\xaf\x4f\xbf\xbe\x78\x7d\xfc\xf4\xc9\xeb\xaf\x2f\x8f\x8f\x7f\xff\xfa\x55\xec\xe0\x9b\x9c\xdc\x9d\x0d\x76\xe9\x4d\xde\xcb\x16\xcf\xb2\x05\xe7\xe7\x22\xc7\xb9\xc9\x7b\x8b\xe5\x6c\x36\x9d\x97\x0b\x68\x09\xd8\xfd\xbf\x8e\x09\xcf\x56\x8c\x59\x58\xba\xdf\x72\x84\xdf\xf0\x04\x69\xf5\x4f\xd1\xed\x7a\xcd\xbe\xc1\x27\xbd\xaf\x5f\x4f\x0f\x0f\x4e\x0e\xdf\x7f\x3d\xfa\xe3\xfd\xe1\xc9\x1f\x4f\x5e\x9f\x7e\x7d\x76\xfc\xf5\x8f\xe3\xf7\x5f\x3f\x9c\x1e\x7e\x3d\x3e\xf9\xfa\xf9\xf8\xc3\xd7\x4f\x47\xaf\x5f\x7f\x7d\x7a\xf8\xf5\xf9\xd1\xc9\xe1\x33\x72\x95\xfb\xea\x6b\xe1\x40\xf3\x76\x3a\x2f\xe9\x84\x2c\x73\x7f\x54\xa8\x37\x7c\xf8\x9f\x1d\xbf\x81\xab\x4b\xed\x88\x96\x72\x56\xdb\xad\x4d\xdc\xe7\x2b\x66\x53\xbd\xa5\x1a\xcb\xbc\x2e\xf6\xd0\x3a\x30\xa1\xec\xbf\x23\xd2\xa9\xd8\xa1\x75\x61\xc8\xc3\x87\xa8\x2e\x5c\xd8\xbd\xff\x10\x1f\x83\x38\xbb\x97\xb3\x9b\x85\x0b\x98\xed\x6b\x58\xac\x10\x59\x75\xe3\x3a\xad\x44\xa7\x7a\x68\xe2\xc9\x72\x91\x9e\xde\x14\x75\xe6\x42\x51\xfe\xca\x34\x7c\xbf\x72\xf1\xe3\xe4\xbf\x02\xa4\xcd\x62\x57\x8f\x92\x80\xe0\xb1\x4e\x29\x64\x9f\x14\x80\x72\x5b\xd5\xaf\x84\x89\x75\xde\xe5\xa7\x08\x7d\xa9\x6f\x32\x01\xee\xf6\x39\xad\x37\xa6\xb6\x71\xd1\xfa\xa7\x05\x0f\xa0\x60\x55\xac\xbc\x7b\x69\x15\xe9\x93\xb2\x6d\xf1\x74\xe1\xce\x54\xab\x62\xbf\x6f\xe2\x53\xb7\x70\xcf\x43\xd7\x66\x6e\x55\x33\x64\x5b\xba\x03\xf3\xb2\xd6\x5a\x82\x74\x3f\x36\xef\x71\x08\x82\x32\x75\x07\x66\x17\xa4\xbd\x46\x00\xb4\x50\x86\x7b\x5f\x70\xb6\xa4\x91\xc5\xda\x3a\xad\xfc\xa7\x38\xdc\xf1\xbf\x38\xd5\xad\x69\xd3\x35\x8b\xf9\x3b\x5d\x06\xe5\x9c\xb1\xa3\xa2\x9c\x56\x9d\xac\xf3\x4d\x7a\xc8\xc3\xf6\x59\xad\x76\xf3\x6a\xa5\x37\x63\x63\xab\xd6\xbd\xe7\x1e\x5a\xeb\x41\x54\xd5\x1d\xe0\xc8\x58\x0c\xf2\x64\x26\xd5\xe9\xef\x8f\x8a\x2d\xbc\xf5\xeb\x7f\xfd\x57\xe7\xff\x4c\xb2\x10\xe0\x19\x05\x0c\xe4\x95\xcc\x51\x74\xfe\x4b\xdc\x7c\xf9\x7d\x3e\x5a\x42\x3f\x7a\x17\x59\xd1\x1b\x2f\xf8\x3b\x78\x7f\x30\x9d\xdd\xcc\xb3\x24\x2d\x3b\x6e\x88\x3a\xcf\x69\xc8\x82\xe9\x34\xc7\x9d\xa3\x22\xec\x75\x68\x11\x75\xb2\x72\xd1\xa1\x71\x9c\x4d\x32\x3e\x71\x3d\xfd\xe1\xfb\x34\x5b\x74\x84\x24\xa4\x13\x4e\x23\xd6\xc9\x16\x1d\xd9\x8c\xa8\xc3\x09\xfe\x1c\xa0\x20\xdf\x1c\xbd\x57\xc9\x9d\x78\xba\xe4\x05\x02\x46\x24\x94\xf1\xfa\xe8\xe0\xf0\x8f\xd3\xc3\x4e\x9c\x4d\x98\xc2\x8e\xe4\x57\xdf\x4e\x94\xcd\x81\xad\xbf\xe9\x4c\xe3\x4e\x69\xd4\xc4\x27\x08\xda\xf0\xeb\xa8\xf8\xcf\x72\xc1\x3a\x9c\xbf\x0f\xcb\xff\xf8\xc2\x34\x6c\xce\x2e\x97\xd9\x9c\x69\x1d\xdc\x0e\x5d\x2c\xb2\xa4\x18\x6d\x21\x5c\x90\xfb\xfd\x41\x7f\x0f\xcf\xe0\xef\x7d\x3d\xae\xcf\xe7\x34\xe1\x4b\x04\x92\x1f\xe8\xe4\x53\x28\xf7\x0d\xdf\x6f\xfc\xc5\x43\xfd\xe2\xed\x7c\xca\x9b\x3b\xe7\xc9\x83\x7d\x09\x40\xca\xb3\x3c\xc2\x22\xad\x8f\xa1\xac\xc1\x6e\x55\x96\xe4\x2b\x20\x79\xcf\x17\xb8\xac\xfc\xf7\x3d\x7c\x05\x7f\xef\xfb\xa3\x62\x23\xb5\x3e\xbd\xb9\x08\xa6\x13\xc7\x11\x7f\xf9\x8d\x03\x49\x78\xd9\x2a\xc5\x2f\xc8\xb5\x2b\x19\x3f\xa5\x04\x1b\x6d\x21\x7f\x66\x24\x43\xc0\xf9\x09\x4f\x6d\x74\xbd\xca\x14\xcb\x24\x33\x9b\x31\x14\x55\x46\x31\xee\x5f\x2f\xa6\x11\x33\xf3\xea\xd1\x31\xea\x95\x49\x3c\xdb\xa5\x9d\x7e\x95\x45\x22\xdd\xcc\x2f\xa5\xcd\x3c\xd9\x6a\xd9\x74\x7e\x4d\xe7\xd1\xd7\x39\x8b\xad\xc6\xa9\xb1\x35\x9a\x26\x93\x78\xb6\xa5\x91\x7e\xc1\x2e\xa6\x3c\xed\xca\x48\x9b\xd0\xef\x37\xa3\x2d\xc1\xb8\x7f\x23\x3f\x35\x01\x59\xc9\xe6\xb4\x9c\xce\x7d\x43\x82\x72\x63\x1d\xe4\x7c\xef\x57\x5a\xe0\x6e\xd3\x6c\x45\x50\x4e\xf2\xcd\x71\xe8\xd9\xb7\xf3\xd5\x8a\x9e\x8d\xb6\xfe\xcf\xff\x51\x05\x8f\xb6\xce\x25\x31\xd8\x70\x7c\x0f\x69\x2d\xa0\xc0\x77\x5e\x7d\x15\x10\x7b\xb4\x95\x96\xe5\x6c\xe1\xfd\xfa\x2b\x74\x72\xbc\xe8\x4d\xe7\xc9\xaf\xd1\x34\x5c\xfc\xca\x38\xc5\xd9\x89\x18\xdf\xb1\xf3\x5e\x5a\x5e\x4c\x86\x19\xbf\x20\x64\xb4\x28\xf9\x9d\x99\xe2\x90\x0c\xfc\xb0\x41\x60\xfd\x70\x7b\x1b\x05\xdb\x64\xb4\xe5\xd0\x79\xb2\x38\x3b\xe7\x99\x59\xc1\x8b\xf9\x70\x72\xa4\x4f\x28\xb7\x22\xb8\xe1\x39\xd2\xbd\x78\x93\x15\x00\x2a\x2b\xe9\x13\x34\xa2\xf3\xff\xe3\xd5\x6d\x8f\xb6\xfc\xce\x55\xb6\xc8\xca\x0e\xbf\x9d\x6f\x8f\xb6\x3a\xf1\x54\x50\x8e\x78\x39\x99\x74\x2e\xd8\x62\x41\x13\xd6\x99\xce\x3b\x7c\xb7\xf3\xf4\x62\x5a\xec\x5c\xa8\x02\x23\x76\xd5\x61\xc5\x55\x36\x9f\x16\xbc\x5a\xf8\x18\x3e\x84\x3a\x16\x40\xc1\x68\x14\x41\x7c\x2d\x3a\xe9\xa4\x6c\x32\x8b\x97\x93\xce\x35\x9d\x17\x59\x91\x2c\x7a\xa3\xad\xb5\xb8\x20\x3d\x21\xb7\xd9\xe2\x0d\x3f\x6e\x59\xe4\x19\x47\x9f\x76\x87\xc7\xac\x00\x48\xf0\xe7\xd3\x79\xa8\x2e\x03\x46\x3e\xfd\xfe\x84\x01\xac\xad\xb8\xe8\xb4\x65\x38\x05\xbc\x94\xda\xcb\x35\x7e\x4a\x6e\x8d\x6b\xec\x81\xa5\xaa\x15\xd1\xe7\xa9\x6f\x69\x49\x03\x6d\x8a\xb6\x20\x4f\x7d\xc3\x9e\x6c\x4e\xc2\xd5\xea\xc9\xfa\xc0\x90\xe2\xd6\x8d\xad\x78\x5d\xe6\xfb\x85\x6c\x53\xed\xd8\xb5\xac\x19\x8c\x75\x6c\xfb\x56\x59\x2f\x94\xe7\x81\x79\xc0\x7d\x77\x21\xbe\x97\xd9\xc4\x5e\x6d\x30\x5c\xfe\x12\x78\xa0\xd1\x96\x6a\x0c\xdf\x97\x56\x2b\xe3\x6a\xe8\x2d\x26\xa8\xad\x60\x63\x9a\x54\xd9\xa3\x2d\xa3\x00\x28\xdc\xd8\xc1\xcf\xf8\x2c\x3c\xab\x2a\x23\x46\xc5\xd5\xb4\x1c\xfe\xfb\x69\xe1\x8b\xed\x39\x39\x34\x6a\x2a\xd8\x75\xe7\x99\xff\x9c\x97\xb0\x28\xe7\x4b\x7e\xee\x91\x43\x7f\xe2\x3e\xc7\x46\x1b\x90\xff\xbc\x97\x2d\xde\x2e\xe7\xac\x36\x93\x5d\x81\xce\xf2\x82\x68\xc9\x02\xd0\x06\xfc\x92\x48\xbe\xbd\x1a\xbf\x94\x2e\x8e\xaf\x0b\x7e\xfb\x65\xf3\xf2\x06\x1f\x91\xdb\x9c\xdd\x78\xdd\x3e\x9e\xb3\x98\xff\xf9\xfa\x75\xc1\x26\xea\x17\x9c\xb7\x5e\xb7\x6f\x8d\xd2\x2b\x53\x5d\xc4\x70\x44\x6e\xd7\x38\x97\xbe\xfa\x35\x70\x79\x21\xb4\x86\x63\x5d\xf3\x66\x01\x1f\x16\x00\x39\x82\x5f\x08\x1b\x6f\x72\x76\x03\x78\xdb\x42\x4c\xc7\x1f\x11\x0e\xd0\x4b\x21\x8c\x0d\x30\x43\x8e\xd3\x3d\xaa\x75\xc1\xe5\xa9\x6e\x74\xc6\xce\x49\x70\xc6\xce\x95\x9b\x5c\x9d\x78\xed\xec\xaa\xdb\x54\x82\xa2\xca\xc2\x3d\xd4\x86\x55\x83\xc7\x49\x45\x3f\x63\xf2\x64\x3e\xa7\x37\x6e\x82\xf0\x05\xe9\xfb\x17\x8f\x13\xff\x62\x7b\x1b\xc5\x67\x17\xe7\x06\x73\x79\xb1\xbd\x7b\xee\x1b\x85\xc5\x6b\x7e\x37\x71\x1c\xaa\xe0\xa5\x84\x11\xb1\x1e\x83\x84\xd8\x6f\x70\x82\x2a\xbd\xe8\x19\x3b\x57\xfd\x48\xa0\x1f\x75\x55\x7b\x81\xf9\x0f\x4f\x28\xdc\x73\x98\xaf\x14\xcf\x44\xec\x5c\xfc\x15\xc0\xae\xbc\x17\x4a\x01\x66\x69\xd4\x7f\x37\x19\xe8\x66\x81\xc2\x38\x90\x97\x1a\x40\xa9\x60\xc8\x26\x4b\xa6\x62\x81\xab\xf2\x69\x4f\xfc\x30\x94\x91\xaf\x2b\x65\x4d\x5b\x1c\x01\x43\xf5\xc9\x07\x46\x55\x4e\x08\x29\xaa\x32\xd8\x22\xa4\x33\x56\xc1\xab\xde\x8e\xb6\xc8\x68\xcb\x1b\x6d\x91\xfe\x68\x0b\xc3\x2f\xfe\xb0\x3b\xda\x5a\xeb\xf3\xe4\x17\x7e\x74\xf4\xe6\x82\xd2\xba\xbf\x9e\x11\xef\xfc\xd7\x04\x9b\x24\x41\x09\xac\xcf\xe8\xf9\x5a\x9c\xee\x6f\xc8\xaf\xa3\xd1\xaf\xdb\xbf\x26\xd5\x6e\xfe\xc3\x1c\x9b\x1f\x76\x40\x52\x36\xbe\x32\x87\xb2\xd1\xb0\x56\x21\x05\x79\x41\xaf\x9c\x9e\x82\xb0\xd9\xdd\xbb\x6f\xa9\x57\x8e\x25\x43\xcf\x94\x55\x43\xae\xcb\x6f\x88\x47\x08\xe0\x39\x8e\xb6\x82\xe9\x74\xc2\xa8\x38\xf6\x73\x44\x2b\xd4\x55\x88\x2a\x61\xc6\x47\x4c\xb5\x6f\xba\x94\xc1\xe7\x5a\x06\xaf\xac\x05\x3d\xf9\x5c\x2c\x2f\x02\xce\x6f\x79\xa9\x0e\xc5\xae\xe4\xcb\xaa\xef\xde\x26\xdb\xb4\x42\x14\x32\x83\x6f\x21\x04\x41\xaa\xb8\x99\x94\x50\x30\xc0\x4f\x11\xa6\xb0\x7d\x09\x21\x6c\x38\xda\xea\x8d\xb6\xb6\xff\x70\x53\xdc\x47\x1e\xc3\xb0\xa7\x7a\xd9\x42\xec\xad\x08\x0d\xdd\x10\xf2\x4a\x31\x36\x95\xe1\x5c\xd5\x9c\xbe\xc1\xa3\xad\x5f\x9c\x5f\x05\x8e\x3d\xff\x83\x8f\xdd\x08\x46\x11\x3e\x6a\x99\x6a\xba\x46\x48\xfa\x6c\x45\x8e\xe3\xbe\x76\x23\xa0\x0d\xe4\x77\x37\xc2\xe1\xb6\xdb\x8d\xf8\x34\xad\x56\xa9\xe3\xa4\x60\x29\x4e\x08\xa4\x0c\x79\x79\x9e\x98\x49\x48\x40\x9b\xdb\xb0\x4d\x11\xc2\x81\x50\xc2\x46\x08\xe1\x81\x9f\x92\xbe\xcf\x6a\x7d\xf6\xd8\x36\x2c\x59\x3e\x4b\x76\xaf\x29\x42\x15\x06\xed\xa8\xe8\xfb\x49\xe5\x96\x97\x6c\x6f\xa3\xdb\x9c\xd0\xb3\xe4\x5c\x46\x8b\x63\xdb\x7f\xb8\x39\x4e\x90\x9f\x6e\x93\x63\x37\x87\xce\xc7\xfc\x4a\xa8\xa8\x56\x4c\x78\x91\xb8\x9d\x49\x8c\xa5\x7e\x3b\x56\xda\x2c\x9c\x90\xbe\xdf\x75\x73\x42\xc1\xfe\xd7\x45\xa8\x17\x4d\x0b\xe6\xa3\x9c\xe4\xda\xdb\x48\xd6\xb9\xbd\x8d\x70\xad\x56\xc3\x08\xd5\xd8\x27\xb9\x0e\xe5\x26\xb6\x02\x56\x07\xfe\xde\x00\x8f\xb6\xce\x44\xce\x8e\x38\x88\xce\xe1\x8b\x60\xa8\x0a\xe8\x5c\x67\x65\xda\xc9\xd9\xcd\xa2\x73\x3b\xda\xda\xb6\xa5\x4c\xbd\xf1\x34\x2b\xdc\xd1\x16\xee\x88\xe1\x5f\x8f\xb6\x3c\x03\x5e\x39\xad\xe8\xc7\x5b\x43\xda\x52\x93\xa3\x51\xa9\xc4\x3f\x3b\xc7\x11\xe9\xfb\x7c\x1f\x0a\x67\xd9\x8d\x8b\x48\xd8\xa2\x00\x62\x49\xb4\xbd\x8d\xd6\xba\x42\x66\xc5\x10\x92\xdc\xfe\x8e\x10\xd0\x7d\x5d\x94\xb4\x5c\x2e\xaa\x00\xc7\x5f\xe7\x6c\xb1\x9c\x94\x7e\x40\x02\xc0\xfd\x90\x19\x00\xd0\x58\xbe\x03\x53\x06\x08\x09\xa1\x5b\x11\x08\x6d\x89\xce\x0e\xc8\x18\x81\x3a\x34\x70\x55\xcc\x00\x1b\xc5\xa0\x35\xbe\xab\x84\xea\xab\x5d\xfb\x2b\xb4\xd6\x02\x46\xd5\x7e\x53\x5c\x04\xed\x17\x73\x5b\x3d\x03\x1d\x3d\xa9\x31\x1a\x15\x39\x3d\xd5\x8a\xd4\x13\xd3\x30\x47\x53\x2a\x9b\x25\xdc\xdb\x1d\x98\xb1\x63\xf9\x87\xef\xc9\x6d\xbb\x04\xdd\x3b\xc1\xe6\x8b\xa7\x3c\x55\xaa\x1b\x6e\xab\xf8\xb9\x5e\x7f\x8d\x1b\xb1\x8e\xbd\x17\xf8\x68\x71\x3a\xbd\x60\x27\x52\x29\xf1\x24\x2c\xb3\x22\xf1\x4c\x3d\x0c\x16\x52\x02\x6f\x62\x0a\x87\xb4\x25\xe3\xed\x05\x9d\x79\x6f\xb1\x0c\xba\xe5\xd5\x85\x7c\x7c\xfd\x99\x76\x0d\x3d\x3a\x9b\x4d\x6e\x24\xcf\xa9\xd8\x05\xb4\xc6\x21\xff\x8f\xdf\x2f\x2c\xb1\xbf\x58\x32\x7d\xbf\x5e\xca\xf6\xf6\xda\x88\xcd\x8b\xcb\x29\x50\x10\xaf\x65\xc9\x5a\x5f\x5a\xe4\x70\xb5\x3a\x3b\x5f\xe3\x69\x31\xb1\xbf\xcb\x62\xb7\xfb\xba\x2e\x31\xfc\xee\x0e\xf6\xf7\xcc\xf9\xa8\x04\x4f\x15\xab\x79\x50\x5d\xf3\x97\x73\x56\xa5\x1f\xfa\xff\x42\x76\xfe\xde\x18\xf3\x70\x32\x2d\x98\xb4\xa4\x68\x93\xa6\x56\xd7\xeb\x4a\xb4\x56\xeb\xc6\xee\xfd\x07\x98\x22\x85\x3e\x34\x71\x6f\xd7\x58\xf2\x31\x08\x62\xd0\xe6\xec\x06\xe7\xc2\x5e\x1f\x90\xbf\x05\x4f\x63\xb2\xad\xb7\x0d\x76\x35\x17\xbf\x70\x4a\x5e\x54\x58\x15\x0d\xd6\x35\x32\x59\x57\xf0\x2a\x91\xaa\x6d\xf1\xd7\xe6\x0b\x15\x0e\x79\xe3\x0d\x68\xa2\x63\xce\x31\x1a\xcc\x6f\xdc\xca\xfc\x82\x47\x32\x3b\x8b\xcf\x2b\x0b\xbb\xe0\x2c\x3e\x37\x64\xa1\xc9\x30\x39\x8b\xcf\x3d\x9e\x2a\x98\xa0\xf8\x0e\xde\x38\x46\xac\x9d\x37\x8e\xd1\x6d\x22\x79\xe2\x18\x69\x3f\x4c\xc1\x1b\xc7\xc0\x1b\x27\x2d\xbc\xb1\x51\x58\xb2\xbe\x9b\xfd\x1c\x15\x9c\x01\x8d\x80\x01\xcd\x25\xf3\xc9\x14\xdb\x99\x1a\x4b\x51\x48\x88\x95\xed\x61\x4d\x8b\xa0\xc7\x00\x08\xa7\xf0\x59\xa1\xa4\xaa\x73\x8e\x5b\x1d\x62\xbd\x00\x5b\xee\xb8\x1e\xb5\x9f\x77\x79\x42\x99\xce\x19\x8d\x00\x68\xd5\xeb\xe3\xb7\x52\x72\x25\xf4\x5e\x07\xd3\x62\xb1\xbc\xd0\x0a\x2f\xda\x53\xaf\x8d\xba\x2f\xb1\xf2\x09\xf6\xe8\xba\x92\xcb\xab\x4f\x09\xad\xf7\x51\x6d\x82\x57\xb5\xf4\xe7\x14\xc4\xa2\xa4\x49\x43\x5e\x59\x11\x27\x95\x05\x3e\xad\x88\x48\xad\xa4\x13\x16\x93\x86\x9c\xc3\x26\xed\x86\xea\x46\x08\xdf\xac\x6f\x68\xf3\x56\x51\x4a\x65\xb0\x67\xd2\x8f\x6c\xf1\x91\x4e\xb2\x48\xf5\xe8\xb5\xb1\xdf\x27\xf4\xfb\xcd\x9d\x05\x5e\x61\x85\xdd\xe1\xdd\xca\x63\xca\xdb\x19\x60\x79\x20\x79\x74\x8d\x01\xe7\xc3\x7b\x67\xd4\x77\xc1\x2e\xa6\xad\xea\x83\xaa\xd8\xa5\xba\x4e\x85\xd3\x8b\x19\x9d\x33\xaf\x5a\x3c\x42\x91\x15\x18\xe5\x2d\x17\xec\x40\x19\xa8\xb6\x6a\x25\x4e\x5d\x64\x66\x12\xe6\x97\xd6\xe7\xad\x0b\xb6\xf6\xb5\xc8\xd3\xfc\xf8\x19\x0b\x96\x89\x74\x14\x37\x04\x46\x66\x16\xe9\xa6\x75\x57\xf1\x22\x4b\xb3\xf4\xa3\x8b\x19\x9b\xd3\x32\xbb\x92\x4a\xef\x06\xd5\xb5\x8b\xa9\x67\x57\xde\x9b\xa6\x52\x65\xc1\x5e\xd3\x9b\xe9\xb2\xfc\x89\x56\x99\x19\x9b\x6d\x7b\xb3\x69\x22\xd5\xe7\x3c\x43\xf3\xb3\x13\x16\x2d\xc3\x16\x6d\x9c\xfd\xad\xcc\xa5\x3b\x60\x15\xd0\xb6\xca\xab\x0f\x63\x97\xda\x1f\xd4\x45\x67\xf5\x4f\x84\x84\x8b\xfe\x84\x32\xc7\x52\x69\x8c\x8a\x51\x91\xc5\x1d\x77\x36\x9f\x86\x6c\xb1\xe8\xb1\xe2\xaa\xf7\xc7\xf1\xb3\xc3\xaf\x87\x7f\x7c\xec\x10\x42\x3a\xff\xa9\xd4\x3a\xff\x41\x9d\xdb\x51\xd1\xe9\x5c\x4c\xa3\xe5\x84\xf5\x64\x3d\x1d\xd2\x51\x1a\x91\xff\xf4\x7e\x0d\xc7\x8b\x5f\x95\x36\x7f\xde\x54\x09\xfd\x07\x5c\x6d\x3b\x40\xf7\xff\x66\x59\x11\xbb\x62\x93\xe9\x0c\x20\x8b\x55\x41\x1b\x95\x53\xfd\xde\xae\x52\x4e\xdd\xd1\x9a\xff\x4f\x2a\xa8\x62\x9c\xe0\x14\xe7\x0d\xfc\x2a\x79\x67\x9b\xb1\x79\x3c\x9d\x5f\xd0\x22\xdc\x88\x5e\x65\x64\xe9\x15\xd3\x6b\x15\x8a\xd1\x48\x6e\xea\x55\x8b\xe9\x75\x93\xd2\x77\x26\xfc\x7b\x17\x09\x0c\x02\x28\x66\x46\x9e\xd1\x92\xe1\x4b\x32\x13\xaf\x7e\xb6\x24\x99\x7d\xe7\x72\xbd\x96\x6a\x2c\x5b\xa0\x21\x9b\x2e\x90\xd6\x6d\x94\xc9\x4a\x74\xfc\x46\x08\xfa\xf9\xc1\x5c\xb0\x89\x8a\x67\x00\xa7\xd9\x52\xfc\xb1\xaa\xae\xec\xeb\x05\x1e\xb1\xb8\x77\xb4\x35\xd8\x45\x7e\xe9\x76\xfb\xfc\x4c\x94\xb1\xac\x84\xcd\x47\x80\x6e\x05\xe7\xb8\x60\xe0\x23\x34\x5d\x96\xee\x35\xee\x23\x1c\xf8\xeb\xb5\x6f\x53\x00\x55\xd5\xd0\xc8\x1b\x63\x5e\xa6\xe7\x96\x84\xe2\x5a\x11\x68\xed\x27\x35\xc2\xb5\x24\x46\x1e\x41\xb2\x52\xb3\x3f\xe1\x84\xd1\xb9\x7a\xbf\x44\x2d\x0a\xf4\x45\x3a\x5d\x4e\xa2\xcf\x19\x9b\x44\xcd\x39\xe8\x0e\xd6\x7e\xde\xec\x3e\xc8\xbb\x9f\xcf\xe9\x05\x3b\xb1\x28\x14\x98\xbb\xa8\x69\xff\x46\xc4\xcc\xf4\xaa\x16\xe2\x1b\x95\x66\xb6\xeb\x0e\x5b\x9e\x70\x5a\x2c\xa6\x13\xa6\x82\x52\x8e\x0a\xf5\x39\x5f\x91\x93\x27\x45\x76\x01\x36\xec\xd0\x14\xbf\x7d\x01\xc8\x2f\x38\x8d\x61\x8b\xd2\xfe\xc4\x71\x64\x05\x3d\x50\xeb\xb8\xa3\x2d\xd8\xdc\xc1\x7c\x7a\xbd\x60\xf3\x4e\x34\x65\x8b\xe2\x3f\x65\x47\x5a\xfd\x74\x5a\xcb\xe8\x75\xde\xd0\x9c\x75\x16\xcb\x39\xeb\x94\x29\x2d\x3b\x37\xd3\x25\x84\x25\xec\xd0\xce\x6c\x3a\xb9\x89\xb3\xc9\x84\x6f\x71\x11\x8e\x50\x16\xbd\xe8\x75\xda\x54\x69\x93\xac\xc8\x45\xc2\x8e\xfa\x74\x31\xda\x42\x1b\x7a\xf6\xfd\x6f\x36\xbf\x6d\xd0\xfe\x1f\xb4\x5e\x06\x4b\xed\x0e\xf0\x53\xb1\xe1\x0e\xc8\xce\x00\x3f\x23\xf7\xf0\x21\xe9\xff\xcd\xf5\xd8\x69\xdf\x89\xbf\x91\x51\x71\xc8\x57\x6a\x3b\x27\xf3\xa3\x65\x4b\xd1\x6d\xff\x37\xba\x5a\x0d\x76\xef\x3d\xa6\xc3\xfa\x98\xda\x5f\x75\x4a\x9a\xb3\x05\x8c\xce\x22\xe3\x0c\x4b\x27\x2b\xca\x4e\xc0\xca\x6b\xc6\x8a\x4e\x1f\x4e\x8e\xc1\xee\x3d\xdc\xe1\x9f\x65\x45\xd2\x89\xf9\x97\x9d\x39\x3f\x43\x54\x34\xcb\x32\xa5\x05\xcf\xd4\x89\x67\x0b\x7e\x7a\x14\x53\x3d\x49\x7c\xf9\x23\xef\x19\xe9\x3f\xa6\x43\x88\xea\x10\x4f\xa6\xd3\xb9\x3b\x38\xdc\xfb\x95\x22\xef\xde\xda\x17\x6a\x9e\x82\x5d\xd7\x28\x1b\x7e\x41\x9e\x83\x2a\x7e\xd7\x17\x7f\x07\xbd\x69\x21\xb5\x9c\xed\x04\xee\x29\xba\x9b\xba\x1d\x12\xba\xfd\x0c\xac\xa3\x9e\x0a\x3a\x37\x7c\xd1\x9b\x4d\x17\xa5\xac\x57\x86\x65\x71\x8d\x99\x45\x75\x12\xd8\xf2\x01\x90\x41\xe0\x05\xf8\x87\x75\x82\xf8\x94\x50\xff\x09\x84\x21\xea\xf6\x71\xcb\xd7\x2d\x14\xf0\x80\x8c\x8a\x6f\xa6\xc5\x11\x75\xdb\x3b\x84\xd6\x4d\xf2\x78\xe3\x1e\x20\x9f\xaf\x47\x43\xf9\xf0\xd2\x86\x63\x50\x2e\x3c\xd2\x47\x06\xf9\x54\x07\x56\x92\x46\xdc\x3b\x83\xdf\x7e\xfb\x6d\x80\x19\xa1\x67\xd1\xb9\x05\x18\xc1\x1c\xa7\xff\xf8\x08\x1c\xcf\x10\x7f\x49\x02\x0c\x31\xf3\x19\x0e\x49\x24\x6e\xc2\xda\x5b\xce\xd4\x85\x81\xe7\xd7\x59\x5f\xa9\xeb\x3b\x95\x54\x42\xda\xc3\xd5\x34\x31\x5a\x44\xc8\xbf\x31\x1b\x60\xf4\x63\x36\x9d\x89\x70\x5b\xa1\x48\xe7\x79\x49\x28\x7b\x53\x45\x2c\xd4\x1d\x8e\x1e\x33\xd9\xc5\x0b\xb2\xfb\x5f\x6e\xb4\x3d\x40\x3b\x03\x5c\x10\x7a\x76\x71\x8e\xaf\xc8\xc5\xf6\x00\xcf\x09\x3d\xbb\xb2\x2b\x2c\x1c\xa7\xff\xdb\x91\x5b\xe0\x10\x21\x9d\x38\x17\x89\x73\x5c\xa0\xa1\x0b\xe3\x30\xc7\xfc\x4b\x88\x2b\x76\x85\x3c\x91\x56\x60\x5e\x34\xa4\x5d\x54\x62\xe1\x66\x21\xa1\x1c\x4b\xb3\x8c\xda\x58\xea\xbb\xa9\xe9\x9e\xa6\x07\xec\xa8\x86\x57\x3c\x9d\x97\x47\x45\xc4\xbe\xed\x04\xd5\x6f\x35\xf2\xe0\x2f\x37\x0c\x3d\xda\xcb\xa2\x9d\xa0\x97\x45\x6b\x11\x99\xe2\xec\x1c\xbf\xe1\xff\xfc\x41\x06\xf8\x58\x90\xb5\xb7\x64\x0f\xbf\xe3\x9b\xe1\x84\xff\x73\x4a\xba\x03\x53\xc3\xf9\xde\x36\xa5\x78\xe5\xbe\xd1\x88\x55\x81\x6f\x0a\xa1\x2a\xb7\x45\xf4\x3b\xcf\xa4\x06\x22\x10\x31\x60\xf8\x99\xf9\x98\x50\x78\x87\x8d\x06\x93\xa0\xe6\x80\x8c\x5f\xba\xaf\x35\x38\xb8\xd0\xc9\x88\x6a\x8d\xa5\xf6\x81\x37\x0a\x5a\xca\x9b\x07\x36\xaf\x27\xa8\xa2\x10\xaf\xdc\xd7\x08\x9d\xf0\xad\x18\xbb\x1f\x51\x15\x59\xb9\xd6\x7c\xc7\x49\xdc\x0f\xd8\x68\xdf\x0e\x45\x96\xae\xf0\xa3\x18\x70\x3e\x2e\xfe\xa9\xe3\xb8\xbc\x46\x9c\xba\x08\xf9\xef\x94\x9a\x39\x24\x6f\x81\xd4\xbc\xe7\x3b\x8c\x0f\xd3\x31\xd4\xae\xea\x38\x76\x1c\xb7\xeb\x1e\xd7\xba\xf8\x5b\x80\x56\x2b\xea\x38\xdd\xbb\x0e\x11\x5e\x8d\xda\xaa\xc7\x7a\x6c\x37\xbb\xf2\x44\xe8\xb6\xca\x26\xf4\x63\x6f\xc9\x71\x6f\x26\x7d\xc0\x5f\xf3\x2b\x89\x94\x02\x46\x8d\x16\x3d\x26\x00\x70\xbd\x81\xa2\x6e\xf0\x1d\x1a\x1a\xf5\x31\xef\x98\x88\x81\x77\x9c\xdf\xf9\x00\xbc\xd7\x98\xaf\xf0\x28\x86\x65\x5d\xcd\xd1\x31\x12\x5b\x54\x2a\xeb\x64\x9c\x74\x73\x7e\x0a\x31\x3f\x85\x31\x3f\x01\xf2\x2f\x38\xf5\x55\xbe\x46\xda\xba\x55\x2f\xe5\x10\x96\xf2\x1a\x56\xfb\x27\x92\x37\xcf\xd2\xa3\x68\xc2\xb4\x5f\xfc\xbd\x36\xe3\xc7\xa3\x8b\x0b\x16\xf1\xbb\x93\xce\x36\x68\x16\xf3\x7a\x7a\xad\x5f\xef\x37\x5f\xff\xc1\x2f\x1f\x13\x9d\x63\xaf\x99\x43\x18\x86\x29\xf8\xe3\xe6\xfb\x0f\x0b\x36\x7f\x3a\x99\x86\x39\x20\xd8\xc8\x72\x76\x5b\x8c\x44\x81\x39\x6a\x11\xc8\xa0\x5b\x6a\x2f\x87\x16\xc6\x42\x05\x24\x3e\xfc\xc6\xc2\x25\xff\xcc\x3c\x63\x4e\x56\xab\x77\xab\x95\xab\xf7\x51\x1b\x13\x5e\xd9\xb8\xbf\x35\xd7\x59\x0b\x03\xf4\xb6\xfd\xeb\xe7\xe0\x1c\x68\xc2\x18\x34\x3f\x85\x95\xd3\x36\x53\x85\x2d\x44\xd2\x5e\x57\x6f\xa5\x8e\x76\x20\x31\xa0\x3d\xe9\xb7\x2e\x68\xc0\x5e\x2d\xf2\x4e\x40\xde\xae\xd5\x56\x7e\x4b\x02\xdb\xd7\xa6\x32\xa0\x7e\x4b\xc2\x75\x4b\x1f\x66\x74\xb9\x68\x1f\xbf\x96\xcc\x92\x11\x7f\x4b\xb3\xa2\x24\x9f\x5a\xde\x2f\x8b\x4f\x59\x99\xea\xf9\xb6\x39\x86\x1a\x9a\x4d\xbd\x77\x12\x26\x53\xba\x73\xdb\x7d\xa4\x64\xcf\xe8\x23\x35\xfb\x18\x34\xfa\xd8\x32\xd2\x4a\x30\xd1\x2a\xf8\xab\xdc\xa5\x37\xd2\x8f\xe6\xdd\xde\x88\x93\x3d\x74\x43\x02\x40\xfb\xf4\x06\x87\xa4\x52\xcb\x5b\x99\xfb\x8f\xc3\x61\xb4\x1d\x7a\x11\xf2\x38\x0f\xd2\x18\x0b\x41\xd9\x76\x2c\x70\x9e\x5d\x8f\x91\xdd\x7b\x7d\x1b\x4f\x9e\x91\x0a\xec\xb1\x86\x1b\x4f\x06\x87\xfb\xb5\xc5\xc1\xc8\xbd\xc3\xbd\x35\x23\xe1\x36\xf3\x29\xb9\xcd\x22\xef\x8f\xed\x6d\xac\xf6\x95\x17\x60\x8b\xbe\x7a\x14\x6b\x62\xe5\x85\xd8\xa6\xb1\x1e\xc3\xfa\xd4\xf3\x76\x06\x6b\x3f\xfc\x2d\x1a\xba\xc6\x39\x4e\x42\xfc\xd2\x7d\x83\xa9\x86\x74\x15\xe4\x94\xc2\xaf\x37\x88\x1f\x40\xc3\xd4\x45\xde\x29\xdf\x91\x9c\x34\x86\x3b\x11\x42\x9c\x0d\x31\xca\x10\xe7\x27\x45\xb8\xb1\x7d\x0d\x65\x56\xdb\x14\x5f\xcf\xe9\xac\x95\x8c\x88\x5d\xf3\x56\x7d\x5d\xf3\x12\x6d\xdb\x35\x1b\x54\x7e\xd6\x2a\x5b\x6b\x6b\xed\x16\xa9\xd6\x6e\x7f\xb0\xbf\x33\x9b\xb3\x05\x2b\x4a\x5c\x93\x71\xfd\x2f\x92\x67\x09\x4b\xc9\xf9\xb2\x28\xb3\x0b\xd6\x21\x1d\xcd\xcd\x77\x14\x2b\x2f\xa5\x90\xa3\xad\x4a\xf2\x05\xa2\x4d\x9e\xc8\xbf\x3d\x9e\x75\x48\xa7\x6e\x97\xe6\xab\xb7\x42\xbf\xc5\x73\xcc\x6a\xba\x2e\x9d\x45\x4b\x1f\xfc\xce\xaf\xbf\x76\xde\x4c\xe7\x7c\x2c\x2e\xf8\xd0\x2d\xb2\x60\xc2\xc4\x95\x4d\xf0\xa2\x3d\xf5\xcd\x2f\xc2\x70\xb7\x43\x3a\x96\x41\x2f\x88\x50\xcd\xa3\xbe\x33\x54\x6f\xbc\xce\xed\x5a\x57\xa9\xcc\x72\x75\x29\xbf\xd4\x0c\x81\x3b\xab\x55\xc7\xb6\xdf\xd5\xdf\xd2\xc5\x4d\x11\x1e\x6d\x2a\xc0\x7a\xab\x4a\xb1\x12\x8d\xa2\x94\x75\xd1\x7b\x9a\x34\x0a\x32\xde\xa9\x62\x8c\x24\x3d\x03\x7a\xba\xc4\x18\xba\xd3\x60\x8c\x3b\x39\xbb\xc1\x1d\xb0\xff\x90\x93\xd7\x51\x13\x24\x72\x69\x75\x63\x95\x5b\x66\xeb\x88\xcf\x3c\xf1\x07\xab\x44\x56\x2c\x2f\xd8\x9c\xef\x31\xaf\x53\xce\x8d\x17\x21\x68\xec\x97\x6d\xaf\xae\xe7\x59\x59\x25\x8b\xd4\x35\xf2\xc5\x0f\xb9\xcd\xa6\xc1\xf8\x2c\x67\x37\xe7\x90\xba\xe6\xff\x94\xf3\x1b\xd5\x96\x5f\x7f\xed\x1c\x1d\x76\x1e\xf2\x25\xd4\xa1\x9d\x60\x3e\xcd\x59\xd1\xde\x0f\x21\x3e\x99\x16\x93\x9b\xce\xf5\x74\x9e\x2f\x3a\xd3\xa2\xf3\xec\xf8\x4d\x47\x90\x6c\x90\x1f\x77\x3a\x6a\x84\x6e\xd7\xb8\x23\xc2\xa6\x42\xa5\x1d\xb8\x37\x77\x5c\x36\x9f\xeb\xc1\x12\x39\x3b\xa4\x22\x14\x9b\x86\xb5\xd1\x93\x0e\x11\x39\x64\x3f\xd7\xaa\x67\xd6\x5c\x71\x3a\xe5\x66\x45\xc1\xe6\xcf\x0b\xdc\x99\x2e\x4b\xf1\x63\xc1\x26\x31\xe6\x23\xf0\x7a\x1a\x2e\x5e\x67\x8b\x12\x99\x43\x11\xab\x8c\x1d\x69\x65\x1f\x81\xc0\x43\x26\x56\x5b\x8f\xd3\x10\xda\x79\xc1\x0a\xb1\xdc\x30\x27\x08\x45\x5b\x36\xe9\x32\x38\x8d\xab\xcc\x72\xa4\x40\x72\xcc\x33\xea\x17\x1d\xa2\x6b\x77\x9c\x9f\x2c\xac\x33\xd4\xdf\x78\x55\xaa\x5f\x55\x91\x18\xa5\xcb\x79\x15\x7a\x4c\xd7\xae\xdc\xb4\x98\xad\xbe\x96\xca\xd7\x0e\x01\x60\x04\xa5\x6b\x33\x46\x8f\x6f\x9b\xb3\x73\x24\x37\x0a\x0c\xe2\xfb\x94\x75\x7a\x5f\xb3\xe2\x6a\x9a\xb3\xce\x05\x2b\xd3\x29\x27\xb3\x59\x9c\xb1\x05\xd0\x4d\x1b\xc8\x68\x21\x08\x27\xeb\x80\x75\x15\xd6\xa5\xf4\x40\xc2\x82\x61\xf8\x7b\x8a\x8f\x87\xc2\xd4\x52\xd3\x3d\xd3\x95\x91\xce\x05\xcd\xd9\x11\x3c\xbc\x81\xbc\xd5\x02\x10\xf3\x2e\xfb\x53\xb5\x57\xf9\xc4\x59\x23\x07\x9b\x44\x1d\x7c\x7c\x1d\x75\x08\x2c\x27\xf9\x15\xef\xe3\xfc\xe6\x57\xb1\xa6\x53\x36\x99\xf1\x13\x64\xda\xb9\xc8\x8a\xec\x22\xfb\xce\x3a\x11\x9b\xce\x4a\xfe\x53\x74\xb0\xd7\x39\x81\x4a\xf8\x8a\xe1\x34\x77\xc2\x80\x6c\x8a\x82\xe6\x2c\x9c\xce\xa3\xce\x24\xcb\x99\x6a\x5c\xaf\x9c\xdf\x1c\x16\xe5\x3c\x63\x8b\xb3\xec\xbc\x57\x7d\xd2\x13\x47\x19\x20\x36\xc4\x14\x4e\xb3\xe5\x24\x92\x05\xa5\xf4\x8a\x75\x02\xc6\x8a\x8e\xcb\x87\xec\x9a\x2e\x3a\xb3\x39\xbb\xca\xa6\xcb\xc5\xe4\x06\x75\x22\xb6\xc8\x92\x82\x45\xbc\xa1\x25\xcd\x19\x6f\xcb\x64\x2a\xc4\xa2\xd3\x4e\xc0\x64\x29\x62\x20\x23\x30\x31\x9b\x2e\xcb\x8e\x3e\x95\x71\x27\x58\x96\xfc\xe4\xa3\x93\x09\x4c\x17\xe7\x85\x16\x9d\x6b\xfe\x63\xce\x3a\x34\xe0\xb9\xaf\x55\x31\x74\x32\x67\x34\xba\x11\x8d\xa2\x45\x87\x7d\xcb\x16\x65\x56\x24\x6a\x39\x5c\xb3\xce\x35\x2d\x4a\x5e\x35\x67\x91\x70\x67\x31\xe5\x85\xce\xd9\x7f\x16\x9d\x62\xda\x29\x18\x53\xdd\xe2\x39\x60\xb9\x76\x28\x2c\x41\xbd\xbd\x05\xd9\xe9\x75\x3e\xf1\x16\x14\x1d\x76\xc5\xf8\x2c\x96\x1d\x7a\x4d\x6f\x84\x85\x1c\x5d\x2c\x96\x17\x59\x91\xa8\x92\x52\xbd\x1a\xff\xff\xec\xbd\x0b\x77\xdb\x38\x92\x30\xfa\x57\x90\xec\x6e\x24\xb5\xf5\xb0\x9d\x74\x92\x91\xe3\xe4\x73\x12\x7b\xda\xfb\xa5\xed\x5c\xdb\xd9\xde\xb9\x96\x37\xa1\x24\xc8\x62\x42\x91\x1a\x92\xb2\xad\xe9\x78\x7f\xfb\x3d\xa8\x2a\x00\x05\x10\x94\xe5\xa4\x1f\xb3\xe7\x6e\xef\x9e\x89\x45\x82\x05\xa0\x50\x28\x54\x15\xea\x81\x26\x4e\x79\x13\x8d\xca\x64\x29\xb2\x54\x9a\x79\xb6\x45\x11\xa7\x23\x32\x15\x4f\xa3\xf9\x5c\xa6\x05\x22\xc8\x30\x58\xc0\x92\xea\x2f\x5f\x02\x12\x60\xf0\xd7\x52\x8c\xb3\xb4\x51\xe2\x8c\x15\x8e\xb3\xc5\x68\x0a\x7d\x1a\x14\x9a\x21\x9f\x4d\x35\x20\xe0\xa6\x2c\xcc\x22\x4a\x92\x6c\x04\x54\xa3\xef\x0c\xc7\x8a\xd3\x00\xbe\x0d\x19\x10\xcd\xb4\xc5\xf5\x34\x1e\x4d\xcd\xf2\x2b\xf2\xa2\xd4\x2c\xc5\x34\x9a\x4b\xd8\x39\x45\x26\xa6\xd9\x5c\x4e\x16\x49\xb2\x14\x68\x34\x50\x73\x19\x4d\x65\x34\x57\xc3\xa4\x0e\x41\x52\xb1\xb8\x2d\xf3\x25\x16\xf8\x9a\x28\xce\xa9\xb8\x72\x94\x5f\x1a\x3e\xc9\x4e\x0f\xb3\x7f\x7e\x05\x11\xa1\x2f\x06\x0f\x53\xd0\x68\x07\x0f\xe1\x9b\xbe\x98\xa4\xe8\x8b\x63\xa1\xdc\x6a\xae\x1d\x3a\x14\x02\x00\x81\x0f\x18\x78\x32\xcf\x2d\x04\xc6\xf6\xc1\x95\x5f\xa6\x70\x63\x7c\xaa\x93\xc5\x41\x79\x5d\xa1\x84\x95\xc2\x79\xc4\xa4\x83\xca\x37\x60\x53\x71\xbf\x81\x47\x81\x6f\x48\x9b\x4b\x2f\xa1\xb9\xd4\xbf\x02\x2d\xdf\xe0\xe2\x49\x04\x3c\xd2\xbf\x8c\x80\xd1\xeb\x11\x8f\x50\xc0\x40\x8a\x24\x57\xcf\x49\x9e\xcd\x90\x69\x22\x1f\x83\x75\x56\xbf\x8b\x68\x26\x85\x04\x07\x00\x11\x15\x04\x03\x54\x12\x05\x42\x6d\x46\x62\xab\x63\x72\x06\x24\x2f\x67\x01\x81\xc6\x70\xe1\xac\x07\xf9\x86\x94\xfb\x53\xa9\xfe\x95\x4a\x3e\x02\x29\x8e\x80\xbe\x5d\xcc\x66\x4b\xc1\x62\x2c\x0c\x9d\x14\xb8\x4d\xae\x25\x84\x18\xd1\xc0\x78\x34\x86\x22\x41\x82\xc2\x1f\xb3\x23\x6d\x8e\xc2\x85\x3a\x1a\x26\x55\xc8\x44\x0b\xe6\x8c\xd2\xbb\x86\x24\x0e\x71\xa0\x83\x96\x8a\xb9\x1c\xe1\x0e\x89\xd5\x01\xd9\x86\x5b\x9e\x19\x30\x82\x62\x0a\x3c\x84\x44\x28\xa9\xde\x68\x38\x14\x0c\x95\xc3\xfd\x84\x62\xe0\x90\x3a\x10\x63\xa5\xa2\x99\xd4\x27\x53\x21\x45\x79\x9d\xd9\xb1\xb9\x7b\xc5\x0c\xae\xd9\x12\xbf\xde\x86\x5f\x1d\x18\x55\xe8\xce\x26\xef\x35\x6a\xa8\xad\x3e\x6f\x80\xf1\x17\xfc\xd2\x4a\xe1\xeb\xdf\xb4\xbc\x6b\x3e\xfb\x37\x78\xce\x22\xbb\x10\x95\x04\x06\x79\x54\x0a\x8e\x28\x8a\x21\xd0\xc5\x59\x6c\x89\xa1\x02\x50\x53\x83\x11\xed\x2a\x2d\xda\x9e\xa4\xdf\xb6\xd3\x6b\x9a\x8d\xad\x83\x74\xa7\x71\x81\x47\x6c\x8b\x69\x37\x97\xb2\x04\x68\x56\x44\xd1\x4f\x14\xfc\xe3\x89\xd9\x4f\x47\x30\xf2\xd0\x18\x0d\x88\x47\x8f\xcc\xdf\x4d\xf3\x07\x48\x8b\x45\xf3\xfc\xa2\xd5\x42\xe9\x26\x9e\x88\x66\x1d\xb0\x47\x8f\x34\x2f\xaa\x6b\xf1\x60\x57\xa9\x5a\xac\x21\x2a\x5d\xc8\xe9\x6a\x3e\xf2\xb1\xd4\xe2\x72\x27\x2c\x2f\x0f\xc7\x43\x76\x8e\x0b\x15\x5a\xe5\x1d\xd8\x72\x71\x09\x32\xa1\x8c\xc6\x06\x12\xed\x7a\x4d\x25\x24\x2a\x85\x30\x56\x33\xce\x1d\x9f\xa9\x2a\xe1\xa7\x9e\x4c\xd9\x5e\xde\xc5\xbe\x02\x12\x65\x45\xf4\xac\xf4\x8a\xab\x52\xe9\xc6\x01\x51\x3f\x08\x4e\x9e\x7f\x9d\xb7\x81\xc5\x1a\x6e\xa3\x8e\x8e\xfa\x4f\x5b\xce\xb7\xb5\xcd\xd6\x81\x59\x37\x07\xc5\x81\x93\x68\x79\x14\x81\xee\x4f\x5d\x79\xb8\xaa\x76\x48\x67\xad\xaf\xbc\xd2\xf3\xc1\xc3\xca\xa7\x83\x87\xea\x55\xcb\x32\xee\x9f\x50\x32\x55\xfc\x00\x3a\xc5\xb3\x45\x0b\xda\xab\x04\x6c\xa2\x22\x82\x63\x14\x6d\x2b\x78\xc6\xa9\x28\x65\x3e\x83\x86\x91\x12\x99\x14\xdf\xf4\x64\xfe\x6e\x40\x73\xd6\xa0\x50\x38\x2f\x9a\x56\xe7\xd0\x9b\xe1\x7c\xf0\x30\x85\x20\xe6\x36\x3f\xfa\x07\x0f\x75\xac\xd1\x45\x97\xfc\xc9\xed\x8d\x28\x76\xc7\x44\x08\x42\xf1\xdc\x2e\x1e\x36\xb1\x8c\xa9\xc9\xe5\x19\x8f\x3d\xe9\x69\x34\xf5\x47\xaa\xed\x8e\x6e\x6a\x94\x6b\xfa\x83\x76\x8a\xf5\xd9\xac\xac\x0b\xd7\x70\x2f\x65\x7a\xb0\x48\x4d\xcf\xa0\x61\xa1\x6a\xa6\xeb\xce\x41\x83\xaa\x85\x05\xb8\x9a\x7a\xc5\xcf\x51\x57\xcd\x1f\xd1\x01\xa9\xfe\x7b\x45\x60\x77\x03\xbb\x46\x7c\xfd\x6a\xe7\xdd\xeb\xc1\x21\x8a\x47\x1e\x30\x9b\x6a\x7b\xd6\x23\xe8\xb9\x62\x28\x8b\x12\x25\xff\xd4\x81\x34\xce\x40\x58\xcd\x94\x78\x39\xfa\x02\xfe\x65\x90\xba\x4c\x9f\xf2\xcb\xae\x6d\xde\x04\x41\x80\x6f\x8d\xaf\x5f\x61\xd0\xf0\x45\x8b\x30\x50\x43\xe4\xea\xbf\xbe\x98\x44\x49\x41\xec\x6a\xc7\x5d\x85\x59\x94\x7f\x59\x81\x76\xc5\xfc\x89\x1f\x15\xce\x39\xc3\x48\x22\xf8\x9e\x00\xdd\xcd\x4f\x94\x74\x6b\xfd\x01\x49\x59\x55\xab\xf7\xf1\x23\x50\xe5\xc7\x8f\x77\xf3\x33\x46\xc9\xba\xdb\x2a\x37\x08\xe3\xa8\xc5\x05\x64\xd3\x77\x3d\x3b\xfe\xeb\xdc\x33\x19\xe1\x17\x0e\x6e\x7b\x3d\xf1\x4b\x5c\x4e\xc9\xf6\x39\xcc\xc6\x60\xf1\x8c\xd2\x25\xda\xea\x0c\xb2\xdb\xe2\x53\x74\x1d\xc5\xa5\xb8\xf9\x04\xd4\x90\x47\x69\x31\xc9\xf2\x19\xa8\x9e\x04\xe8\xd3\x12\x84\xec\x5c\x1a\xb5\xfb\x04\x6d\xa3\xdd\x08\xac\x36\x37\xad\x4f\xa4\x12\x46\x25\x9a\x5a\xc9\x74\xaa\x34\xbd\x52\x16\x5a\x9c\xf9\xc4\xcf\x5d\x34\xa6\x89\xc1\xc3\x8f\x1f\x61\x00\x83\x87\xad\x4f\x8a\x18\xc7\x52\xb1\xaa\x38\x95\x6a\xdd\x15\x30\xe8\x5c\x8e\xd1\x84\x24\x62\x2d\x3c\xcf\x24\x69\xa4\x43\x29\x00\x80\x44\x16\xa6\x89\x2a\x22\x43\x40\x90\x87\x18\xad\x85\x3a\xef\x2b\xae\xa1\x0d\x53\xbe\x15\x71\x8f\x5b\x2a\x9b\x97\xd6\x88\xf4\x3e\xcf\x66\x31\x38\x0b\x27\x06\xb2\xf9\xaa\xca\x95\xda\x22\x97\x45\x96\x5c\x49\xf5\x87\x5a\xcf\x16\xb7\x30\xe6\xda\xb6\xb0\x6b\xf5\x39\xd3\xd7\x39\x82\xb9\x68\x0b\xd6\xbd\xc3\xe8\xd4\x26\x41\x00\x5d\xa4\x19\xd8\x90\xc4\x91\x3d\xde\x09\xb9\xa1\xa8\xb1\xcb\x2d\xbd\x5d\xa0\xc7\x55\x2c\x92\x12\xfc\x62\xf5\x27\x3b\x6e\x0b\x5c\x9a\x5d\x6a\xd9\xe5\xc6\x3e\x3d\x36\x6c\x62\x45\x30\xfc\x8f\xd8\x28\x7d\x0f\x43\xd6\x57\x4a\x95\xb6\x77\x10\x8f\x33\x47\xb3\xc2\x6c\x89\xba\x84\x7d\xfc\xb8\x4b\x5f\xb6\xbc\xe8\x34\xdf\x94\x49\x33\xc0\xc5\xb4\x87\x1d\x0d\xc0\x5f\xd0\x1d\xfe\xd9\x2d\x3b\xc0\x5c\xa5\xd9\x03\x6a\xce\x4d\x99\xe7\x77\xc1\xe4\x3f\x6f\x07\x69\xe5\x48\xac\x9d\xb0\x3f\xd1\x45\xaa\x36\xc8\x5c\x8e\xbd\x71\x29\xc6\x31\x95\xa9\x88\xcc\xc6\x23\x90\x8a\x3d\x10\xc4\x71\x1b\x4e\x0b\xb8\xf8\xa1\xc5\x1b\xca\x51\x36\x93\x85\x07\x09\xe4\x17\x6c\x40\x92\x2e\x01\x7b\xf1\x2b\x62\x70\x9c\xa5\xf2\xf6\xa5\x26\x31\x4a\x89\xe1\x01\xa1\x58\x0d\x12\xc8\x95\x88\xe6\x2e\xb4\xa5\x39\xb1\x2b\xcc\xb4\x76\xbc\x46\x80\x09\x6c\xec\xe0\xd0\x5d\xa4\xcc\x5f\x26\xb4\x32\x47\xb4\x18\x0c\x1b\xd7\x51\xa1\x31\xa4\x8e\xd9\x3c\xbb\x46\xd6\x07\xed\x14\x03\x18\x46\xa3\x2f\x1e\xa4\x38\x2d\x33\x34\x32\x01\x0f\xb6\xb6\x5e\xc3\x35\x8a\x4c\x69\x09\x8a\x6f\x0e\xa5\x98\x42\xec\xc1\x18\x4d\x6d\xdd\x00\x75\x07\x29\x28\x5b\x4d\x43\x8c\x82\x6e\xcd\xb1\x33\x60\x26\x6e\x34\x42\xd2\x34\x8d\xe1\xd5\xc6\xb1\x63\xde\x09\x47\xdc\xb2\x28\x33\xcd\xd4\x36\x45\xcb\xae\x3a\x86\x50\x80\xdc\x4b\xc7\x7b\xf9\x65\x33\x24\xc9\xa5\xf2\x9a\x93\xae\x25\xd3\x7a\x96\xc9\xb6\xd0\x4a\x26\x5b\x3b\x77\xcf\x84\xe5\xcd\x5c\xeb\x47\x96\x08\x68\xe6\xa0\xec\x81\xe5\x56\xcd\x51\x8e\xc5\x50\x4e\xb2\x5c\xd2\x9d\x02\x33\x95\xc2\xb1\xaa\x4e\xc2\xc4\x81\x14\x25\x89\xe9\x4b\xcf\xb9\x60\xf6\x60\xbd\xc7\x08\x2e\xf4\xa2\x74\x01\x9c\x6b\xdb\x81\xa5\x0f\x5d\xa4\xeb\x42\x80\x6d\x37\xb9\x8e\x96\x85\x18\xcb\x24\xbe\x92\x60\x91\x4c\xc9\x22\x99\xe7\x72\x54\x8a\x2c\x1f\xcb\xbc\x2b\x0e\x27\x0e\x24\x3e\xb9\x34\x2b\xeb\x27\xa8\x94\xd8\x42\xc4\x33\x48\xb3\x04\x13\x75\xe0\xa8\x4f\x68\xa8\x22\xd6\x1e\x37\xc9\xb2\x6d\x4c\xd4\x0a\x2b\x60\xf3\x52\x2c\x46\x5f\xb8\x2b\x74\x4d\xe2\xbc\x66\x76\x2b\x77\x8c\xb6\xb0\x65\x60\x1b\x59\xa4\x71\xb9\x04\x31\xc2\x1d\x96\x12\x7c\x52\x39\x92\x45\x11\xe5\x4b\x51\xc8\x72\x31\x07\xeb\xb8\x5a\x89\x71\x3c\x42\x3b\xec\x75\xb4\x24\x9b\xbd\x79\x1a\x27\x71\xb9\x74\x20\xc5\x85\xb8\x9e\x2e\x39\x2f\x73\x8c\x6d\x6a\x98\xd3\x3c\x4b\xc1\x8e\x4f\x88\x28\x14\xb7\x74\xb1\x0d\xc6\xc7\x2c\x37\x08\x40\xbd\x4e\x01\x76\xc5\xb3\xc2\x05\x18\x00\x42\x97\xe4\x44\x2c\x90\x50\x28\xce\x8b\x12\x65\xa2\xae\x38\x05\xfb\xf8\x35\xbb\xc6\x11\x05\xfc\xe9\xa2\xc7\xeb\xd4\x51\x18\x5d\xcc\x17\x6d\x22\x01\x59\xcc\xe5\x28\x8e\x12\x6f\x54\x9c\x32\xc0\xc2\x0f\xf6\x51\xf0\x01\x68\xa3\xd9\x5f\xd1\xc1\xe5\x54\x41\x21\xa3\x79\x01\x97\x12\x8c\xc1\xf9\x5b\xf1\x95\xff\x04\xcf\x32\xce\x09\xea\xf9\x4d\xdb\x63\xc2\x7b\x70\x6d\xae\x74\x9c\xe8\x32\x02\x52\x9c\x44\x71\xb2\x50\xc3\x28\x33\xbb\x21\x91\x2b\x28\xea\x5f\x8a\x24\x2a\x65\x5e\xe1\xe5\x57\x64\xfb\x37\x57\x62\xda\x62\xd4\x5d\x6f\x60\xb6\x55\x4b\xf4\x57\x32\xcc\x1d\x8f\x51\xf7\x7a\xe2\x2d\x5e\xc7\xaa\x6e\x17\x94\x23\x8a\xae\xb6\xf4\xa5\x89\xda\x39\x71\x21\x16\x05\xde\x22\xd9\xf5\x5f\xe3\xe6\xae\x59\x48\x19\xb6\x01\xb4\x68\x72\x5c\xf5\x16\xbb\x9a\x7d\x70\x1d\x3b\x6c\x42\x70\x84\x69\xff\x12\x93\xf4\xa7\x9a\x36\xed\x90\x9b\xc1\xfa\xd6\x4b\xab\x1a\x38\xf0\xc5\xae\x2b\xe0\x5b\xfd\xe9\x28\x2b\xe9\x66\x09\x77\x4c\x65\x97\x28\x6e\x6b\xd0\x2a\xc7\x8a\xa5\x95\xd9\x5c\x64\x13\x02\xe0\xf6\x43\x66\xf0\x1d\xb5\x66\x4b\xf1\x79\x51\x18\x83\x79\x64\x38\x89\xce\x09\xa6\x45\xa6\x81\xbd\x0b\x43\x61\x8b\x04\x25\x0c\x23\x43\xe2\xac\x50\x9e\xd1\x80\x60\xb8\x4c\x03\x5a\xe3\x76\x3d\xac\xd4\x28\x01\x9e\x3d\x07\x49\x9d\xf2\xeb\x0b\xe7\xb9\xf0\xc5\x06\xed\x58\x42\x37\xd2\xae\x2a\x35\x30\x5e\x11\x6b\x5e\xfd\x9b\xad\xcc\x3a\xc5\x47\x95\x1b\xe2\x15\x16\x9e\x26\xf5\xd0\xb2\xe6\x17\x18\xa2\xeb\x50\x00\xd6\x7b\xa6\x6d\x19\x9a\xa2\x8c\x6d\x95\xcd\xde\x87\x47\x94\x74\xc4\x13\xb6\x49\xee\x0c\xaa\x28\x24\xc0\x2a\x49\x58\xbc\x72\xc5\x59\x07\x64\x55\x8e\xa9\x68\xaa\xeb\x5e\xa7\x73\x83\x16\x5c\x30\xa1\x79\x23\x70\x1b\xe7\xa3\x75\x85\x7a\xcb\x66\xa7\xe8\x85\xe0\xee\xee\x56\xef\xdf\x1c\x3c\xa0\xe8\xac\x88\x63\x9f\x02\x5c\xac\xb3\x84\x5a\x03\xba\x9a\xce\x17\x69\x0a\x97\x75\x41\x11\x2e\xdc\xa1\xb9\xc6\x73\x3a\x54\x6d\x89\x47\xd6\x2b\xc9\x7a\x5c\xae\xae\xeb\x28\x5c\xbd\x9e\x78\x0d\x3b\xf6\x32\xbe\x8a\xd3\xcb\xb6\x50\xcc\x77\xfb\xc7\xee\x63\xfc\x3f\x7d\x28\xa8\x53\xb2\xef\x7c\xa5\x63\x95\xe6\x32\x9b\x27\xb2\x3b\xcb\xfe\x11\x27\x49\x04\x21\x4b\xff\xfd\x39\xcb\x65\x3a\xce\xf2\xc9\xa4\x27\x8b\xa7\x9d\x71\x1e\x4d\x4a\x48\x5f\xf8\x2f\x85\x1c\x75\x0c\x39\x2a\x2a\x99\xc9\x8a\x14\xad\x68\xe8\x04\x08\xa8\x19\x44\x93\xf6\x58\xd0\xd3\xa7\xb3\x62\xc7\x7f\x1f\xe5\x97\x62\x97\xe6\x6e\x36\xe9\x34\x4e\xa4\x68\x96\xb9\xa7\x1e\x83\x87\xa8\x4c\xe4\x25\x92\x91\x06\xa1\x1f\x79\x66\x00\xfd\xd8\x43\x36\x07\x72\xa2\xcd\x0d\xb3\x68\x39\x24\x72\x7e\x4b\xef\xcc\xf7\x8e\x6b\x88\x85\xc3\xbb\x38\x09\xed\xb9\x50\x13\x20\x03\xff\x56\xb5\x25\xb4\x13\xf5\x8e\xfb\xbd\x46\xb5\x03\xc2\xd5\xd1\x6b\x08\x46\xf5\xec\xaf\x00\x10\x20\x1a\x15\xaa\x8a\xe7\xa9\x2c\x41\x3e\xd1\x1f\x7d\x2c\x74\xea\x47\xd5\xf7\xc8\x5e\x08\x66\x13\xf1\x3a\x1a\xca\xa4\xe1\xeb\xdf\x7a\xbb\x76\xe1\x4b\xd7\x93\xc7\x95\x52\xa8\x0b\x68\xb7\xeb\xf5\xb8\xcb\x09\x63\x87\x4f\x89\x0c\x46\xb5\x33\x0b\x6f\xad\xf0\x6e\x75\x19\x4f\x65\xdd\x7c\x3e\x65\x36\xb7\xb7\x3e\xb8\x6f\xdd\x01\x3b\x6b\x13\x9a\xb6\xbe\x75\xdf\xbf\x19\x49\x28\xf6\xd4\x64\x00\x5a\xf7\x9a\xb2\xbe\xf9\xf0\x26\x60\xe0\x0d\xf3\xc5\xbc\x6c\xda\x76\x6d\xe1\x75\x15\x1c\xaa\x3f\x7b\xc3\x4b\x9d\xb1\x85\xad\x88\xf5\x3e\x55\x7c\x41\xaa\xc6\x43\xed\x1a\x12\xb6\x88\xa8\x23\x96\x90\x85\x3e\x2f\x79\x76\x9d\xa2\x03\x84\xe9\xf0\x5a\x8a\x44\x2a\xc5\xd6\xac\xb6\x07\xa8\xea\x9a\xa1\xa4\xd0\x24\xcb\xe6\x60\x3e\x01\x5a\x8f\xd2\xac\x9c\xca\x9c\x09\xdc\x0e\xe5\x6a\xcc\x98\xa5\xcc\x52\xe9\x52\xc4\xab\x2a\xcd\xb8\x0d\xfa\x35\x6e\x25\x3b\x2e\xb1\x30\x2c\x01\x83\x0c\x72\x0d\x8f\x6a\x83\x4c\xc4\x23\x42\x6d\x8c\x76\xbf\x24\x9f\x53\xdb\x61\xdb\x7d\xaf\xe6\xd9\xaf\x9d\xf5\x6d\x1d\xcd\xae\x67\x23\x5e\x77\xbb\x29\x45\x44\x3b\xac\xa8\xc3\xce\x92\x84\xd2\x9a\xb2\x6c\xae\x96\x14\x56\x32\xca\xc1\x47\x1b\xed\x5f\xbe\x81\x6f\xad\x5d\x88\xa6\x85\x68\x98\x5d\xc9\x20\xeb\x32\x87\x9a\x99\xd2\x4e\x70\x03\xc2\xd9\x16\x34\x65\xdf\xfa\x86\x31\xae\xce\xf4\x7a\xe2\x8d\x1a\x80\x66\xfc\xc6\x2d\xfa\xdc\x1d\xc0\x85\x3b\x68\x45\xcf\x68\xc7\x63\x57\xb4\x28\xe4\xb5\x85\x8c\x81\xb2\x87\x4b\xa2\x01\xd8\x00\xe2\x57\x6d\x5d\x06\x91\xf0\xd6\x18\x47\xc9\xb7\x88\x60\x98\x33\x57\x8f\xa3\x2d\x32\x00\x35\xcb\xc6\xf1\x64\xc9\xcf\x0d\xc2\x8c\x1a\x0a\x1b\x5b\x9b\x00\x15\xde\x29\x63\x00\x97\x19\x04\x2a\xa2\x66\x98\x33\x7f\x27\x59\xa1\xfb\xae\x27\x86\xae\x73\x70\x73\x21\xd4\xac\xdd\x9d\xd8\xdd\xb1\x1a\x09\x63\xbb\xc6\x5d\x9e\x51\xb1\x52\xc0\x48\xb9\x55\x98\xd1\xaa\xed\xf5\x54\xa2\x14\x5f\x41\x20\xd9\xbe\xe8\x1b\x06\x46\xe3\x0f\x0d\x6b\x78\x3d\x05\xf1\xd3\xe6\x7a\xea\x07\x20\xf6\xae\x2f\x47\x31\xb9\x08\xa2\xc1\x5c\x81\x75\xed\x13\x93\x74\xd1\xbe\x38\x67\x17\xeb\x62\xa6\x34\xc8\xa1\x44\x05\x5f\x31\xca\xfd\xd3\xc7\x62\x1e\xe5\x05\x2e\xe6\x6c\x1e\x95\x31\xda\xaf\xba\x61\x19\xcc\xe2\x98\x81\x0d\x32\xfb\x7a\x74\x45\xc2\x71\x45\x68\x8b\x4b\x08\x41\x2f\x45\xe4\xef\xf1\x69\x04\x8e\x9a\x99\x18\x25\x32\x4a\xc5\x62\x7e\xd7\x26\xd6\x43\x5a\xb1\x8b\x6d\x94\x04\x6f\xb3\xb6\xdc\xe8\x33\xf7\x7b\x88\x30\x1a\x33\xa1\xbe\x0c\x81\x8f\x30\xfb\x96\x3f\x39\xb5\x91\x2b\xb0\xec\x7c\x15\x8e\x98\x45\x3f\x01\x13\x5a\x54\x0a\x5d\xd5\x07\x56\xe3\x6c\x39\x97\xa0\x2f\x89\xa1\x4c\xb2\xeb\x6e\x50\x46\xf5\x77\xe9\x5a\x52\xea\x5a\xec\xd4\x5d\x06\xa5\xbc\x99\x01\x39\x56\xb9\xc1\xc3\x33\x66\x9d\x80\x0c\x10\x60\x5d\x26\x6f\x7d\x11\x89\x06\x00\x6f\x10\xfd\xd4\xa8\x77\xab\xe7\xe3\xdc\x5f\x54\xc5\x1f\x4d\x99\x15\xb2\xaf\x48\x5e\x96\xb5\xac\x73\x4a\xae\x81\xa8\x3b\xcf\x9c\x7a\x46\x71\xef\x89\xc7\xe9\x24\xf3\x3b\xb1\x13\x7a\x00\xef\xbf\x67\xf4\xde\x22\x3f\x34\x8b\x4a\xc7\x13\xe5\x8d\x88\xb4\xab\x37\x5f\xca\xdf\x68\x9a\x6a\x22\x6a\x1a\x20\xed\x78\x9c\x1e\x32\x5b\xd2\x0d\x1c\x8c\x87\xd4\x6f\x5d\xd5\x5a\xf0\x63\x4d\xbd\x28\xe5\x6c\x9e\xe5\x51\xbe\x64\x50\xa0\x40\x00\x78\x64\xcf\xe5\x08\x8d\xaa\xc3\xa5\x25\x1c\x84\x0c\xde\x2f\x64\x20\xc5\x17\x20\x2c\xb6\x7c\xee\x7f\x1e\xf8\xee\x42\xec\xc2\x42\x98\x2b\x72\xd6\xf9\x09\xe8\xf4\x64\xd5\x57\xc7\x28\xdd\x7c\x8c\x65\x01\x8e\xe5\xc6\xd5\x7c\x8d\xbe\xc1\x64\xc4\x8f\x53\xf5\xfb\x5d\x36\x72\x7b\x3c\x9c\xf8\x64\x70\x1d\x15\x96\x10\x20\x84\xc0\x61\xfd\xec\x42\x92\x81\x31\x42\x9f\x66\x56\x12\x8d\x68\xec\xb6\x06\x52\x7b\xc9\xb1\x40\x95\x22\x59\xf2\xeb\x27\x26\x00\x3a\xa3\xd0\x57\xed\x93\x2c\xbf\x94\xa5\x43\x8d\xe8\xf4\x1f\x97\xe6\x2a\x8e\xc1\x42\xc7\xbf\xc5\x4c\x8e\xd5\x0c\x96\xe1\xb3\xab\x1b\x9e\xbb\x03\xc6\x2a\x68\x51\x92\xd0\xed\x6e\x96\xc7\x97\x60\x87\xd5\xd2\x04\xc8\xa4\xe8\xb0\x0c\xa4\x6b\x83\x10\x35\x20\x0f\x15\xdd\x15\x12\xc0\x83\x7a\x05\x32\xb0\x5d\x11\x3f\xb5\x4c\xb9\x7a\x36\x9a\x7d\xe4\xbb\x79\x00\xf1\x75\xd0\xc9\x87\xed\x20\x7e\x03\xe2\x60\x91\x39\x0c\x0a\x7e\x19\x3d\xc9\x02\x17\x15\x67\x41\xd9\x21\x2e\xcc\xce\x04\xd7\x21\x5a\x64\x25\x38\x90\x94\x0a\xd8\xbc\x8e\xcb\xa9\x81\x14\x20\x2c\x1a\xc3\x6a\xfe\xb2\x8a\xbb\x58\xe1\x9e\x2e\x54\x02\xee\xb0\xdd\x5f\xe1\xc2\x04\xaf\x49\xa8\x54\xb9\x73\x43\x66\x85\x72\x7d\x15\x63\x6e\x46\x9c\x3b\x19\x18\x6d\xf8\x5a\x04\x5d\xba\x06\xae\x5f\xec\x6a\xff\x31\x64\xb0\xd4\xf1\x1e\x0b\x31\xa3\xb8\x11\x12\x57\xf5\xea\x94\x4a\xfb\xd7\x5e\xff\xb1\x7b\x29\x61\x84\x62\x82\x66\x63\x3c\x99\xc1\xb7\xd0\xd7\xc1\xea\x47\xd9\x15\xa7\xd9\x4c\x9a\x0c\x4c\x8d\x9a\x30\x31\x02\x68\xc0\x59\xa7\xb6\xd1\x34\x8a\x15\xd1\xd0\xb5\x74\xb2\x64\x37\x54\x10\x61\x2c\x46\xd1\xa2\xd0\x0a\x47\x38\xa6\x00\x54\x14\xb8\xac\xb6\xc4\x4a\x6a\x12\x0d\xb7\xab\x7d\xb5\x0b\xbc\xe0\x53\x82\x94\xce\x43\x85\xf1\x42\x5d\x82\x78\x2a\xa5\xb1\xcc\x5e\xc6\xe5\x74\x31\xec\x8e\xb2\x59\x6f\x42\x41\xca\x3d\xe6\xfd\xd6\x8b\x8b\x62\x21\x8b\xde\xf6\xb3\x27\x20\x78\xcf\xb2\x5c\xd1\x78\x19\xc5\x49\xd1\xf5\xd6\xb0\xce\xd7\x7e\x0d\x57\x7b\xc7\x43\x5a\xd3\x02\x70\xc4\x3a\x18\x36\x15\xb9\xc1\xd7\x05\xb1\x08\x03\xd5\x2c\xe8\x7c\x51\x4c\xcf\x30\x74\x6d\xd9\x4c\xb2\x51\xe1\x68\x64\x52\x3d\x16\xbb\xe2\x57\xba\x80\xe9\xab\xf3\xa7\x38\xdf\xbc\x60\xa6\x05\xc5\xc2\xb6\xd4\x4e\x70\xbe\x16\xf8\x6d\x17\xc2\x85\xde\x65\x23\xb1\x8b\x9f\x6e\x5d\x84\xce\xf3\xed\xda\xef\x29\xac\x9c\x41\xd8\xbe\xd8\x71\x9b\x44\x93\x52\xe6\xac\xc1\xe3\x4a\x17\x70\x4d\x69\x03\xf4\x30\x69\x12\x7c\xdc\x0a\x46\xa1\xe6\xb2\x90\xa5\xc1\x0a\x36\xe4\x68\x31\xe2\x25\xcd\xd1\x46\x79\x7d\xfd\xaa\x03\x2f\x84\x70\xc4\x47\x66\x49\xa3\xd7\x63\xa8\xd7\x59\x95\x07\x2b\x30\xb5\x38\x17\x1c\x6a\x20\xba\xd3\x8d\x51\xa0\x90\x77\x5c\x49\xa2\x8b\x26\xc6\x20\x61\x3c\x49\x04\xb1\x61\x26\xc2\xc8\x46\x11\x62\xa8\x97\x01\x95\xe5\x22\x12\xb4\x1c\x62\x98\x64\xa3\x2f\x2d\xd0\xf3\x0a\xb1\x80\x10\x97\x24\x42\xcd\xae\x28\xd5\x46\xc0\xe0\x0d\x6e\x10\x34\x80\x12\x73\x63\x7e\x3d\x95\xe8\xad\x90\x4b\x94\x1c\x85\x4c\x47\x49\x86\xfb\x9d\x0f\xaa\x1b\x5c\x47\xb1\x2b\xce\x2d\x65\x0e\x1e\x62\x1d\x71\x71\xab\xd7\x9f\xe1\xc4\x38\xa0\x73\x7a\x6f\x03\x40\x2d\xa0\x52\x21\x9b\x42\x96\x78\xbd\x11\xf2\x14\x87\xfc\xfd\x6e\xf0\x33\x77\x47\x82\x72\x17\xd8\xe4\x5c\x0f\x42\xb1\x86\x26\xbd\x80\x9c\x75\x43\xcf\x83\x49\x7d\x80\x14\x09\xa9\xb4\x0d\xe9\x9a\x77\xb9\xbc\x92\x79\x21\x9b\x4e\xbc\xee\x49\x54\x9a\xa4\x6d\xcc\x6c\x94\x0a\x5e\x6e\x20\x12\x20\x01\x6a\xdd\xe7\x5a\x8a\x2f\x52\xce\xd9\x51\x1a\xa7\x97\x85\xb9\xd7\x36\xf6\x1d\xf4\x2c\x57\x5f\x5a\xbe\x0f\x07\x47\xd7\xe1\x33\xe6\x25\xde\x4c\xda\x19\xd1\x25\x11\x0c\x1e\xf3\x76\x55\xee\x8a\x14\x32\x76\x69\xea\x90\x02\xcc\x35\x4e\xd4\xe1\x4a\xfd\xa7\x7a\x33\x8e\x7e\x5f\xe4\x72\xa7\xf2\x12\x2c\x66\xbb\xcc\xd5\x5c\xff\x67\xdc\xcc\x6e\xca\x1a\x83\x1f\x13\x86\xce\x32\x11\xc1\xf5\x36\xf8\x5b\x13\x76\x59\xd8\x27\x0e\x0e\xb0\x0a\xd7\xf8\x4a\xcd\x67\xae\x8e\x0c\x12\xf8\x54\xc0\xa0\x58\xe4\x5c\x36\x99\x04\xf0\x4c\xab\x47\xe8\x86\x63\x8b\x03\x4a\x8a\xcc\x3d\xc5\x20\x3e\x56\x47\xc4\x5d\xc7\x49\x42\xea\x57\x96\x2e\x21\xaa\x19\x2f\xaa\xe9\xfa\x47\x43\xe2\x48\x52\xa4\xee\x6b\x60\x0c\x3f\x35\xce\xd0\x14\x9a\x05\xc7\xda\x30\x91\x8e\x8b\x40\xe5\xa1\x9b\x58\xe2\x67\x2d\xbb\xea\x76\xe7\xee\xe1\x78\xe1\x38\x33\xbb\x5f\x85\x7c\x06\xdd\x16\xe8\x18\x6c\x86\x50\x77\x4b\x4c\x1e\xc7\xba\x1d\x29\x4a\x5e\xfc\x46\x6d\x6f\xc3\x44\xd6\x01\x7e\x10\x17\x47\xd1\x91\x19\x80\x26\xff\x0a\xfd\xc7\x62\x57\x74\xb6\xda\x82\x34\xb4\xda\xad\xc4\xb6\xd3\xc6\x46\x2c\x5e\x08\x1f\x72\xe8\x62\x93\xfb\x48\xeb\xf6\x6d\x11\xfb\xce\xd1\x95\xcd\x64\x57\xe4\x62\x27\xd8\xb0\x76\x63\xd5\x6f\x2e\xe1\x1a\x99\x2a\xd7\x1e\xce\x00\xc2\x96\xbc\x00\xb9\xae\xb1\xa9\x77\x02\x6e\xd1\x29\x53\x8a\x9d\xf6\xbe\x0f\xac\x09\xed\x55\x7b\xde\x88\xad\xc0\x53\xd3\x8c\xa8\xdf\x65\x86\xbf\x02\xc0\x3e\xbb\x7c\xb7\x17\x07\xf6\xfc\xa0\x53\x91\x32\x61\x14\x95\x4c\x25\xec\xe6\xbe\x12\xa4\x40\x57\x41\x06\x47\x6d\xba\xfc\x51\x28\x71\x2f\x29\x48\x26\x70\x62\x47\x7e\x35\x3a\x92\x76\x52\xec\xeb\x76\x6d\xeb\xdd\x51\xc8\xb2\x6f\x4f\xb7\xe2\x4b\x3c\x3f\x93\xb3\xf9\x89\x7a\xce\x88\x87\xca\xc1\xc9\x2b\xb1\x2b\x36\x77\x9c\xa7\x84\x5c\xfb\x14\x4d\x1a\xdf\x7e\x85\xbd\xee\xf5\x35\xf4\x4e\xf7\xd4\xe8\x95\x46\x3f\xaa\x34\x05\xaf\x83\xa4\x8c\x6f\x6a\xcd\xf5\xf0\xba\x5e\xf7\x86\xd7\x55\xb5\xdb\x79\xcd\x84\x50\x2d\x91\x38\xc2\x66\xcb\xbb\x1d\x78\x50\xb7\x06\x4c\xb0\x80\x68\xad\x18\x75\x87\xaa\xe1\xfe\x08\xd2\xb8\x9a\x6c\x0f\xe8\x24\x5b\xc6\x33\x75\x82\xe5\x63\x99\xdb\x78\xe9\x51\x96\xe2\xe1\x56\xf4\x39\x0c\x35\x0c\xd5\x45\x77\x34\x8d\xf2\xbd\xb2\xb9\xa9\xe3\xbc\x42\xe1\x19\x6e\x80\x06\x6a\x70\x18\x1b\x56\x6d\x49\xbc\x72\x03\x80\x17\x49\x3c\x92\xcd\xad\x56\x95\x49\x29\x20\xe7\x29\x99\xcd\xc2\x1c\xe2\x36\x7c\x98\xc3\x3f\x86\xba\x8b\x32\x9b\xf7\x03\x5a\x93\x4b\x10\x1e\x83\x01\x69\x3f\xcb\xca\x7d\x52\x84\xbc\x45\x3c\xdf\xb4\x9c\x52\x37\x3d\xd1\xca\x81\xf9\x8e\x09\xf3\x6e\xa4\x8e\x69\x7d\xd7\x4d\x2c\xde\x5f\xb1\xf6\xdc\x7c\x5c\x35\x91\xa3\x28\x7b\x15\x19\xdb\xa9\x41\x42\xe5\x72\x95\x61\xc4\x58\xf0\x3c\x1f\x2e\x83\x9e\xc0\x90\xcc\x37\xa1\xd1\xb8\xb9\x68\x8c\x6a\x2b\x78\x84\x00\x1a\x13\x95\xe6\x09\xaa\xfe\xe5\xb4\xf4\x8e\x5d\x57\x87\xaa\x5e\x42\xf0\xbb\xf8\xc0\x70\x2a\xc6\xd0\xc4\xb1\x7f\x92\x05\xae\xda\xb1\x73\xe9\xa5\x4b\x33\x8d\xd9\xd5\xf6\x75\x54\xd0\x80\xc5\x70\xa9\x95\x25\xd4\x8b\x7c\x5f\x63\xf0\x98\x37\x37\x38\xac\x21\xbb\x13\x66\x90\x8d\x79\x94\x83\x59\xc7\xf4\xb7\xce\xc5\x58\x28\x5a\xe8\xc1\x03\x9a\x49\x68\x11\x0d\x9b\x89\xab\xe4\x4f\x42\x88\xe8\x88\xad\x1d\x11\x8b\x97\x8a\xf1\x8b\x4e\x27\xae\x88\x3b\xb2\x66\xfb\x38\x82\xc6\x4a\xcd\xba\xb2\x66\xd8\x00\x55\x3c\xed\x74\x03\xfa\x5f\x75\x19\x0d\xb1\x6b\x75\x34\x5b\x94\x45\x3c\x96\x3a\x16\x52\x8d\x0d\xd7\x03\x17\x08\x0c\x67\xb8\x34\x1e\xa4\xb8\x04\x3b\x65\x41\x06\x6e\xa6\xa4\x3b\xe1\x4d\x32\x2d\xe3\x5c\xb2\xd4\x2c\x59\x85\x22\x74\xa4\x90\x59\xf6\x50\x64\x0f\x6d\x8e\xc1\x43\x99\x3a\x97\x62\x01\x97\x32\x07\x1d\x2f\x76\xed\x19\x1d\xf0\xb1\x9b\x46\x05\x5c\x8a\x89\x5d\x87\x5b\x4b\xd4\x89\x07\x0f\xb5\xcd\xc6\xed\xd2\x7c\x7b\x40\x36\x80\x9a\xaf\xad\xc5\xc6\xda\x26\xf9\x48\x4d\xef\x8f\x1e\x31\x68\x41\x41\xd6\x0a\x1a\x2f\x3c\x73\x52\x40\x94\x75\x71\xe6\x36\x6f\x0b\xab\xd2\xdb\xff\x98\x43\x4c\xb5\x27\x3b\x8d\x35\xfb\x62\x1f\x54\xe5\x5f\xe7\xb4\xb2\xdd\x6a\x5c\xfc\x29\xb3\x5f\x35\xaa\xfb\xad\xca\xef\x8e\xab\x8a\x48\xe0\x7b\x0b\x87\x4d\x58\xc8\x6a\xb3\x5c\x9b\xad\x7c\x82\x5e\x4b\x6e\x40\x5f\x3d\x76\x4e\x52\x14\x82\x1b\xf1\xf6\x87\x71\xc9\x95\x9b\x7d\x65\xb8\x6c\x78\x87\x56\xa3\x71\xd7\x5f\x5e\xa8\xf2\x82\x2f\xb5\x80\x04\x5f\x38\x48\xc6\x94\xab\x61\x4c\x73\x31\xc3\x01\xe4\x0e\xaa\xc9\xc4\x23\x00\x37\x78\xe8\x24\x44\xa0\x18\x62\x6a\xa1\xef\x8d\xaa\x93\xe3\x5d\x30\xf4\xa9\xd3\xd2\x6d\xa8\x9e\xbc\xd8\x75\xdb\xd7\x60\x41\x89\x09\x97\xa9\x8d\xba\x42\xde\x88\x4b\x19\xe3\xf5\x62\x9e\x25\xfa\x62\xfc\xf3\x62\x06\xde\x70\x65\xc6\x7d\x63\x98\x51\xd4\x9c\x4d\x70\x3b\x6d\x12\xd6\xc1\xf1\xc4\x8e\x08\x0f\xeb\xce\x3d\xba\x27\x81\x99\x23\xd5\xf9\xe6\x95\x3b\x39\x76\x92\xf5\xad\x05\xdb\x97\xbf\x9c\x34\x07\x8e\xe0\xe5\xba\x04\xfb\xcb\xe9\x09\x8e\x2b\xb5\x28\x57\x91\xac\x59\x81\x9d\x8a\x0c\x53\xeb\xe5\x52\x23\x1d\xeb\x74\x5e\xe4\xe4\xd1\xaa\x48\xca\xba\x01\xdb\xf8\x3a\x85\x9b\xbe\x70\xf0\xe4\xe4\xf5\x9c\x2a\x49\x94\x5f\x29\xc6\x87\xa1\x85\x29\xbf\xda\x8e\xd3\xbf\x8f\x77\x42\x6b\xa8\xfb\x55\xde\xa1\xc1\xdb\x68\xa3\x65\x68\x96\xb5\xc2\xa9\xd2\x5f\xf4\x80\x5b\x17\x1f\x1f\x49\x3c\xeb\x0d\x4e\xdf\xab\x28\x81\x22\xb0\x34\x2e\x64\xdd\xe0\x1b\x1c\x8c\x0c\x69\xe0\x9d\x35\x23\x8c\x20\x6b\xf8\x33\x8e\x04\x7e\x5b\xb6\x6b\x76\x4f\x95\x71\xbb\x5b\xc0\x97\xb5\xdb\xde\xc5\x5a\xcb\x8f\xa2\xaf\x5c\x8e\x85\xac\xec\x2b\xfc\xce\xea\x0f\x5b\x12\x3e\x07\x0f\xf9\x79\x9b\xff\x13\x60\x96\x29\x1a\x95\xf1\x88\x35\x94\x17\xdb\xf2\x3e\xfe\xd7\x94\x0c\x19\xb5\x96\x9a\xad\xb5\xd6\x9a\xdc\x06\x16\x08\xc1\xae\x71\x11\x32\xb5\x59\x4e\xf1\x34\xa2\x8d\x0c\xbe\xa7\x90\x0d\x73\x28\xb5\x5b\x00\xdd\x3b\xe9\xe3\x8c\x81\xd1\x29\x35\xb5\x92\x95\xe7\xb2\x98\x67\xe9\x18\x02\x6e\x23\xf1\x25\x55\x73\x0c\x9d\x76\x55\x69\x2f\x4e\x12\x79\x19\x25\xd4\x3a\x2a\x4b\x39\x9b\x33\x57\x33\x66\xee\xe0\xfe\x51\x8c\xa4\xac\x55\xdc\x7a\x65\xa1\x31\xde\x5d\x59\xdf\x20\xc8\x03\xc8\xc8\x2a\xdc\xaf\x5c\x86\xb4\xf9\xe1\xa4\xa1\xf7\x79\x4f\xb6\x01\x75\xd9\xd7\x7f\x98\x15\xf0\x4e\x53\x87\x7f\xd6\x85\x0b\x81\xff\x4a\x12\x0f\xd5\xc0\x64\xb2\xd4\xee\x34\x4a\x92\x48\xa2\xa2\x14\x60\x11\x45\x45\x55\x07\xd5\xeb\x14\xa8\x0e\x90\x68\x34\x8a\xc7\x32\x2d\x41\x92\x99\x47\x45\x21\xe2\x12\xc3\x5a\x1d\x0f\xa0\xae\xc7\x61\xef\xf4\x38\x5a\xc3\xc5\xcf\x49\x5d\x74\x22\x2f\xa3\x7c\x9c\xc8\x02\xfc\x48\xae\xa7\x92\xae\x3c\xe3\x42\x14\xa3\x3c\x9e\x63\x00\xba\x0d\x1a\x29\x44\x24\xde\x64\xb3\x59\x96\xfe\xfb\x29\xd5\x73\x24\x48\x19\xa4\x8b\x74\xc2\x37\x75\x76\x22\xba\x71\x63\x08\x19\x45\xa9\x18\xcb\x51\x12\x91\x4c\xa7\xfd\x01\x07\xda\x6d\xdf\x4f\x80\xa4\x73\x2b\xa0\x5b\x52\x31\xca\x94\x7e\x00\x79\x5e\xd1\x69\xac\xc0\x31\xe3\x88\xbc\xcc\xbd\x94\x4f\x44\x46\x45\xac\xf6\xd1\x52\x7c\x1a\xc6\x29\x77\x33\x51\xcc\x2b\x1d\x25\x8b\xb1\xec\xe8\x21\xe3\xe4\xbb\x9f\x8b\x4f\xb0\x04\x6e\xac\x2b\xa0\xef\xb6\x49\x1d\x1c\x4e\xee\x87\xaf\x36\xa4\x28\x74\x6b\x61\x12\x28\x72\x1a\x0a\x4c\x1f\xf2\x6e\xce\xa3\x91\xec\x8a\x63\xb5\x44\xd7\x90\x0e\x81\x27\x00\x56\xfb\x73\x39\xe0\x4e\x3b\x5d\xb1\x8f\x61\x0f\xd7\xd1\xb2\xcd\xfc\xcd\x20\x29\x84\xbe\xc2\x4e\x12\xe3\xda\x5e\x66\x22\x4e\xe3\x32\x8e\x92\xf8\x1f\x1a\x7b\x35\xc3\x31\xfe\x9b\x74\x3f\x8a\xd1\xd8\x88\x87\x49\x9c\x20\xdd\xd2\x0d\x20\xad\x89\x97\x74\xe8\x95\x5f\x0d\xb4\x0f\x69\x3d\x5b\x68\xce\x30\xa9\x74\x03\x7d\xef\x6a\xba\x82\xea\xa2\x94\x2b\xd7\xee\xa7\x53\x28\x12\xf0\x73\x36\xd6\xb6\x54\x9d\x46\x92\xc6\x41\x4e\x5b\xda\x9b\x09\xa3\x5d\x15\x79\x61\x75\x01\xd5\x4c\xea\xbc\xcb\x18\x04\x63\x16\xa7\x88\x2f\x31\x0b\xa5\xeb\xf8\x75\x9d\xe5\x5f\xc4\x22\x85\x4d\x54\x64\x8a\x83\x00\xc4\x42\xcc\xe2\xc2\xe4\x57\x1d\x77\xc5\xbf\x2f\x4c\x82\xae\x38\x85\x14\xc9\x7a\x26\xdd\xcf\x85\xcb\x11\xf2\x05\xe6\x86\x70\xc6\x14\xa7\xf0\x87\xa2\xc3\xf4\x32\x4e\xa5\xa6\x1a\xda\x4f\xf2\x66\x9e\xc4\xa3\xb8\x4c\x96\x0a\x96\x1a\xcc\x65\x92\x0d\xa3\x44\x4d\xbe\x2b\x0e\x75\x29\x3f\xfa\xd6\x7c\x55\x8c\xa2\xb9\x9e\x22\xeb\x4e\xa0\x4b\x58\x44\x40\xc4\x01\xcf\x37\x43\xce\x5e\x68\xc5\x1b\x65\xe9\x48\xc6\x57\xd1\x50\xb1\xc3\x08\x73\xb0\xa8\x29\x4e\x80\xf4\xd3\x52\x21\xec\x54\x8e\x16\x79\x5c\x2e\xc5\xfb\x2c\x89\x47\xc0\x36\x87\xf1\xb8\xa0\x4e\x0e\x4c\x8a\x34\xca\xa5\x4d\x46\xdc\x82\x53\x21\xde\xeb\x8b\x22\x4b\x16\x26\x14\x2e\x13\x93\xf8\x06\x17\xca\x60\xcf\x99\xc4\x3c\xcf\x86\x89\x9c\x69\x2f\xd8\x5e\x4f\x2c\xb3\x45\xe3\x4a\xba\x4b\x03\xb9\x6f\xc5\x70\x91\x8e\x13\xcc\x58\x0e\x95\xff\x1c\x40\x51\x3a\x16\xd1\x7c\x9e\xc4\x72\x8c\x5a\x65\xaf\x27\xde\x9c\xbe\xa7\xc6\xc3\x78\xcc\x26\xa1\xda\xaa\x6e\x72\x09\x54\xa6\xf6\x18\xe9\xa3\x6a\xb4\x14\x8a\x04\xbb\x25\x33\x33\xa4\x81\x16\x6d\x31\x4f\xa4\xa2\x0c\xf4\x72\xc3\x91\x2d\xd2\xf8\xef\x0b\x49\xb9\x52\x22\xa0\x40\x48\xa9\xf2\xd7\xb8\xfc\x69\x31\x14\xe0\x24\x07\x3b\x8e\xdd\xbb\xdb\xb5\xf7\x76\x9e\x39\xce\x18\x75\xdc\xb1\xcb\x7c\x1b\x91\x89\xef\x1f\x3c\xcc\x75\x16\xca\x10\x80\xc1\xc3\x56\x93\xa0\x18\x57\x9f\xdb\x70\x59\x62\x28\xc5\x51\xc6\x89\x57\x15\x18\x1e\x41\xf9\x5f\x28\xa2\x12\xa7\x63\xf7\x3d\x7a\x7d\x16\x3d\xf5\xc6\x34\xdb\xbb\x89\x33\xbf\xba\x70\x96\xcb\x1e\x3c\x37\xad\x66\x32\xbf\x94\x6f\x80\x06\x02\x6d\xd9\x5b\xf3\x05\x95\xb4\xf1\x40\xeb\xa7\x0d\xe4\x5c\xa6\x1e\x0b\xf1\xe6\xd4\x54\x27\x50\x4b\x0e\x43\x30\x05\x58\xfe\xcf\x3c\xca\xa3\x99\xf8\x15\x93\x0e\xde\xea\x0e\x68\x50\xe8\xcf\x0b\x4f\x28\x4d\xb3\xc9\x5a\xa1\x41\x22\x14\x7d\x7d\x0d\xc0\x6f\xc5\x1e\x1c\x07\xc1\x5e\x7b\xac\x36\x1b\x1e\x1e\x87\xd4\xac\xe9\xf4\x4d\x34\x52\x2d\x74\x00\x90\xbc\xb6\x3b\xba\xa9\xe9\x72\x17\x56\xaa\x09\x8d\x99\x77\x2f\x15\x6f\xaa\x44\x06\xa9\xad\x94\xcd\x97\x22\x72\xdb\xe3\x79\x64\x26\x8a\xe4\xd1\x95\x37\xa5\x4c\xc7\x4d\xfd\xa2\x2d\xbc\x5e\x6a\xa1\xeb\x89\xac\x07\xb5\x0a\x84\x0a\xe5\xc3\x1a\x18\x77\x25\x8e\x69\x60\xc7\xfa\x07\x65\x90\xe4\x7e\x27\x94\x53\x52\xb7\x70\x30\x6d\x93\x95\xba\xab\xc2\xc8\xd0\xc5\x7a\x5b\x78\x70\xdc\x44\x15\xc6\x53\x1c\xdb\x60\xf9\xec\x41\xaa\x70\x81\xe3\x2a\x19\x71\x99\x75\xc3\x1c\x8f\x78\x20\xcb\x31\x12\x7d\x44\x9b\x29\x4c\x2e\x05\x11\x7d\x4f\xec\xdf\xcc\xb3\x42\xd2\xde\x1b\x25\x4a\xa2\xa5\x34\xfa\xd7\xf4\x33\x4e\xa7\x32\x8f\x09\xf1\xb8\xd6\x7a\xa7\xc2\xbf\x1e\xa4\x37\x50\x97\x4d\x3c\xa2\x3f\xce\xb2\x2f\x32\xd5\xdf\xd1\x3b\x77\xdb\xc2\xb3\x1e\xbe\x82\xcd\xc8\xdb\xc2\xe7\x2b\x3e\x80\xf7\xec\xab\xb8\x58\xd1\x87\x7e\xc9\xda\xff\xc7\xfe\xc9\xe9\xe1\xf1\x91\xdb\x5c\xa6\x57\xbd\x71\x54\x46\x8d\x96\xae\xcf\xee\xcd\x31\x4a\x92\x5e\x31\xcf\x21\x4f\x35\xc2\x89\x92\x84\xd3\x4c\x94\x24\xcd\x39\x25\x4a\x6a\x69\x89\x88\xa7\x1f\xec\x3a\x2d\xd4\x3a\x9b\x21\x21\xe0\x30\xbf\xc4\x77\x0d\x7f\xf5\xe2\x02\x56\x02\x74\x40\x8b\x09\xfb\x2c\x0c\x8c\xb7\x20\x90\x95\x4a\xef\x11\x5f\xe1\x3d\xa0\x0a\x75\x04\x64\x13\x4b\x85\x90\xce\x4a\x14\xcb\xb4\x8c\x6e\xd4\xf9\x76\xb6\x9c\xcb\x53\x90\xa9\x7d\x78\x5d\xfd\x8d\x85\x7b\x8f\x33\xa5\x5b\x39\x56\x16\x71\x32\xfe\x70\xf2\xce\x69\xc6\xce\x16\x7a\x6d\xda\x1f\xa6\xa5\xcc\x47\x72\x5e\x66\xf9\xcf\x51\x1a\x5d\x4a\x0f\x2f\xd5\xf7\xf6\x08\xa1\x6b\xee\x13\x64\x85\xde\x49\xe2\xbe\xbc\xfb\xa4\x0a\x1d\x52\x57\x51\x12\x8f\x29\xdd\x52\x68\x36\xe6\x3d\xad\x94\xf3\x0d\xb9\x4d\xe1\x8f\xae\x7d\xbc\x53\x3d\xd7\xea\x0f\x99\xe0\xd1\xe6\x72\xab\x75\xcf\x36\x7e\x5e\xe1\xd1\x13\xe4\x9e\x64\x42\x30\xa7\xb3\xdb\x68\xc7\x34\x89\xed\xc2\x14\xd6\xd2\x40\xc7\x52\x1f\x66\x54\x5d\xbb\xa6\x36\x36\xa0\x2d\xa5\x90\xf5\x0d\x35\x07\xbe\xe5\x82\x80\x09\xdb\x8f\x74\x4f\xb5\x48\x1a\x59\xe4\xd0\x9f\x14\x1e\x37\x22\xec\x40\x62\x50\xa4\x1c\x3c\x1a\xc8\x18\xe4\x20\xa0\x45\x98\xab\x39\x7e\x39\x7b\xa1\x47\xcd\x11\xc7\x66\xef\x07\x59\x24\x71\x5a\x8a\x34\xeb\xc0\x00\x3b\xb9\x44\xdd\xa7\xbf\xa9\xe0\x62\x18\x0c\x6c\x61\xc8\x1a\x01\xeb\xd2\x90\x37\xd1\x6c\x9e\xc8\xde\x22\x4f\x1a\xe7\x6d\x1a\xff\x45\x4b\x44\x22\x89\xc4\x44\x2a\x04\xec\xbd\x3f\xf4\x84\x54\x9a\xa5\x12\x50\x1b\x05\x44\x5d\x34\x5a\xcc\x8d\x0e\x09\xde\xd4\x89\x39\xdf\xba\x70\x9c\xff\xb1\x45\x77\x91\x27\x4e\x2b\xf2\x17\x72\x45\x56\x03\x8d\xfe\xb0\x70\xc8\x74\x62\x1a\xf0\x23\xd7\xc1\xab\x9e\x14\x93\x09\x4e\xa5\x26\x5f\x32\x1c\xe9\xf9\x39\x0f\xbd\x29\x59\x1b\xbd\xf3\xbb\x5b\x66\xef\xb2\x6b\x99\xbf\x89\xc8\x0f\xbd\x7a\x79\xae\x47\x72\x17\xdc\x50\xe3\x7a\xf0\x35\x40\x1a\x97\x12\xf8\xa8\x53\xf4\x00\xb2\x56\x6b\xef\x6c\x33\x01\xfe\x94\x90\x03\x63\xe6\x8d\x1f\x04\x93\x07\x58\x66\x13\x15\x85\xcc\xcb\x63\xf0\xd3\x28\x9c\x4f\x59\x79\xb8\x22\x4e\x64\x5a\xfe\xfb\xe9\xf1\xd1\x7b\x0c\xbf\xef\x33\xde\xe5\x0c\xa3\xc9\x9e\x0f\xb3\x2c\x91\x51\x6a\x8d\x86\xa0\xde\x8d\xbf\x1b\xcc\x28\x89\xf2\x78\xb2\x3c\x8b\x67\x32\x5b\x94\x70\xfc\xdd\x0b\x90\xb6\xa4\xa2\x87\x64\xcb\x0b\x93\x9b\xc4\x49\xa9\xf4\xc4\x45\x29\x8a\x2f\xf1\x7c\x0e\xf9\x45\x2d\xff\xd2\x2b\x42\x5b\x98\xb1\xa3\x37\x10\xef\x65\xc2\x23\x20\xf5\x98\x4d\x6d\x79\x52\x69\x5f\x70\x17\xf5\x0a\x9f\xd4\x6c\xa3\x52\x5e\x40\x2c\xd2\x62\x1a\x4f\xca\x00\xc0\x26\x03\xe0\xf8\xad\x6b\x9f\x70\xfb\xba\x9b\x2f\x52\xc8\x82\x0c\x3c\x40\xc3\x6e\x88\x47\x8f\x42\xad\x0c\xa3\x82\x9b\x17\xc0\x9a\x25\x0e\x14\x8c\xfc\xb8\xa4\x3b\xa7\x7e\x47\x03\x6f\x20\xac\x35\xcb\xd8\x16\x5c\x82\x2e\x21\x88\x63\xa3\x3b\x59\x24\x93\x38\x49\x20\xb1\x33\x9f\x1f\x25\x3d\x6e\xb9\x21\x64\x94\x14\x1c\x8e\x9d\xfa\x15\x0e\xad\x19\x7e\x53\x5d\xb4\xf9\xa2\x98\x9e\x54\x21\x86\x97\xac\xae\x6b\x0c\xa5\xf9\xbe\x69\xcd\x9d\xfc\x85\xe8\x87\xbb\x72\x25\xdc\xe2\x10\x1a\x03\x9e\xcc\xd4\xb6\x3c\xe6\xc2\xac\xcf\x5e\x9e\x47\x4b\x76\x10\xd2\xba\x50\x91\x55\x00\xd5\xae\x5b\x44\x7d\xdf\xa1\x3b\x84\x7f\xbb\xa3\x2c\x1d\x45\x65\xb3\x0e\x3f\xd6\x25\x6b\xae\x53\x1c\x1b\x79\x5d\x27\xc8\x1e\x31\xe5\xd9\xc4\x1f\x20\xf4\x4a\xd8\x81\x85\x32\xe7\x59\x59\xb1\x35\xd2\x58\xab\x2d\x9c\x9f\x95\x4c\xa6\x26\xf7\xb2\x46\x3b\xbd\xd3\xeb\x91\xca\xeb\x37\xee\x19\x09\x6d\x68\x60\x75\x24\xee\x0d\x55\x01\xca\xd2\x03\x4d\x0c\x24\x82\x86\x3e\xa4\x61\xee\xf0\xef\x4e\x74\xe6\xef\x75\x3f\x73\x0a\xae\xf1\x09\xb0\x31\x34\xcd\x73\x5b\x81\xc2\xd6\x57\x73\xb2\x90\xdb\x11\xd0\x2b\x73\xbd\xc2\xfd\x6b\x78\x71\x35\x36\x00\xbb\x46\x1e\x49\xfa\x03\xa8\xe9\xde\x53\xeb\xa8\x76\x00\x1b\x07\x75\x69\x16\xa4\x66\x6b\x7a\x2b\x52\x43\x3a\xb5\x9f\x1b\x6a\xba\xab\x85\x33\xa8\x0a\x71\xa1\x1d\xc2\x97\x40\x2f\x65\xf9\x21\x8f\xb9\x00\x8a\x4f\x5c\xf9\xf3\x7e\x92\x98\xe9\x5c\xab\x69\x4d\x2b\x16\xea\x76\x5d\x10\x63\x0b\xef\xe7\xa9\xcc\xf1\xaa\x23\x6f\x75\x73\x09\xb1\x95\xcd\xde\x7f\x0d\x06\xaf\x7a\x6d\xd1\x68\xb4\xcc\x2c\x7a\x3d\xb5\x2a\x98\x45\x25\x89\xa1\xba\xa3\x92\x7b\x29\x9e\x42\x8e\x8d\x48\x4e\x45\x82\x06\x29\xda\x94\x34\xef\x3d\x6f\x60\x18\x6a\xa3\x8d\x32\x55\x5b\x34\xa6\x4a\xf9\x6e\x8b\x46\x86\xe2\x4e\xe3\x82\x25\xd7\xa5\xcf\x30\xd6\xea\x28\x7b\x1b\x95\x91\x5b\xc9\xc7\xc8\xe7\xea\x93\x0e\x5c\x0c\x69\xc1\xdc\x43\xb8\x2e\x66\xc1\xc3\x29\x19\x5a\x42\x81\xd1\xfa\xb8\x77\x2c\x4f\x5c\x66\x66\xd2\x18\x42\xef\xeb\xd8\x47\xfd\x78\x91\x27\x7d\xf5\x3f\xe6\xc1\x38\x2a\xa3\xbe\x70\xa0\xb4\xba\xea\x21\x6d\x28\x66\xbb\xa2\x23\xc2\x47\xe0\x3c\x2b\x00\x6f\xf3\x05\xfe\xa3\x36\x50\x3d\xd2\x7e\x89\xcb\xe9\xef\x82\x36\x35\xe6\x3f\x07\x79\x2b\xb1\x55\x31\xb6\xec\x7d\xa7\x51\x84\x69\xdd\x21\x35\x97\x29\xdd\xe8\x71\x9a\x9b\x68\x5c\x47\xf3\xdd\x1b\x8f\x8d\x9d\xc0\x40\xd1\x37\xdc\x45\x89\x55\x1b\x5c\x4d\x58\xdf\x2c\xdc\x0a\x23\x51\x80\x3a\xcc\xdc\xbc\xb5\x43\xff\x27\xc5\xc8\x3e\xa1\x0a\x2a\x3e\x11\xdf\xfc\x54\x03\xcd\x14\x95\xa8\x03\x86\x0d\x82\xe0\x5c\x23\xfb\x11\xd4\xd6\xbf\x15\x7b\xa9\x38\x7c\x6b\xee\x4d\x73\x39\xcb\xae\xa4\x33\x4f\x9d\xca\x5c\x91\x58\x15\x8b\x5c\x1c\x29\x1c\x33\xf1\xa2\x90\x4d\x26\x4e\xe9\x91\xb7\x05\x31\x8b\x10\xfa\x51\x20\x23\xda\x32\x1f\xf7\xed\x9f\xc6\x84\x81\xc0\xfa\x16\x6c\x45\x4a\xee\xeb\x8e\xc4\x2b\xfd\x17\x97\x7a\x75\x7d\x29\x0d\x11\x05\xf3\xd0\x47\x5a\xb2\xef\x83\xeb\xe4\xc0\x66\x07\xe7\x3b\xc6\xcc\x80\xf9\x14\x19\xc6\x4b\x74\x74\x82\xc8\x85\xab\x14\x8b\x5f\x53\x01\x34\x4c\x49\x7a\x9d\x62\x5c\xf3\xc3\xb7\xe4\x7b\x10\xb9\x09\xe7\x3f\x2d\x68\x95\xef\x5a\x25\xc0\x17\x5f\x27\x3c\xa0\x63\xcd\x5e\x8c\x92\xae\x67\x74\x1e\x8f\x6d\x8e\xb7\xca\x1b\xee\x50\x7a\xeb\x4f\x18\x73\x96\x48\x48\x44\x66\xea\x0a\xe7\xf2\x32\x2e\x4a\xaa\x33\xe1\xe8\x81\xac\x9a\x3f\x69\xef\x71\x21\xe6\x51\x5e\xc6\xa3\x45\x12\xe5\xc9\x52\xd1\xd4\x64\x81\x95\x31\x41\x97\x04\x0f\x00\x00\x9e\x2e\xe1\x63\xc7\x32\x06\x88\x9a\x45\x4b\x5d\x2a\x63\x94\xcd\xa4\xf8\xa4\x86\xfb\xc9\xd4\xc8\xf8\x84\xfb\xa5\xbb\x6a\x07\xa7\x95\xdd\x06\x49\x7c\xa0\x0e\x67\x34\x9a\xf2\x4e\xd7\x59\x01\xe2\xf1\x7c\x0d\x8c\x7a\xa3\xe3\xa9\xdc\x83\xc3\xc1\x7a\xf5\xb4\xf8\x09\xdf\x34\xa7\x8e\x8e\x3a\x05\x53\x85\x9a\x2d\x77\x87\x4b\x9b\x53\x27\x6f\xc0\xad\x95\x0f\x2a\xec\xb7\x3a\x8b\xef\x34\x50\x9b\x5a\x61\xea\x54\x73\xdb\x3a\xaf\xcc\x07\xc1\xdb\x8b\xf0\xf5\x45\xed\xc5\xa6\x77\xb3\x09\x05\x71\x57\x00\x65\x20\x2d\x21\x9f\x4d\xf3\xec\xba\x50\x0c\x15\x5f\x7f\x02\x77\x6d\xf8\x33\x89\x4c\x51\x11\x2a\xc6\x02\x47\x27\xd6\x16\x73\x0c\xbf\xe0\x9b\x76\x38\x79\xc3\x3e\x3b\xd1\x8d\x5d\xc9\x91\x59\xde\x46\xf6\x56\xc7\x37\x93\xb1\x57\x5d\x82\x6d\xe1\x39\x62\x2d\x83\x57\xc4\x97\x69\x94\x88\x47\x8f\x84\xf3\xa0\x1b\x0d\x41\x06\x64\x1b\x5d\x3b\xd2\xe1\x78\x9b\x0d\xec\x4e\xe2\x65\x8b\xbe\x02\x5f\x65\x1e\x36\x27\xa4\xcc\xd5\x16\xb5\xa9\x79\x98\xc3\x42\x34\x8e\xe6\xa5\xcc\xab\xdb\x2f\xab\x35\x25\xeb\x32\x15\x78\xc9\x67\x72\x59\x22\x6b\x31\x76\x69\x7d\xd0\x15\xe2\x57\x3a\x03\x6f\x01\x88\xae\x9b\x80\x5f\x9b\x73\x85\xd6\xaa\xb2\x05\x6c\xb8\xb5\xa7\x0c\x8d\x5c\xbb\xfd\xdd\x2b\x6b\x8d\xad\xfb\x90\x94\x41\x28\xd9\x59\x49\x1c\x50\x3a\xdd\xea\x0b\x5d\xfd\x7c\xd7\x7f\xa0\x4d\xbd\x03\x5d\xa1\x9e\x76\x8c\xc1\xb7\x16\xae\xe8\xbb\x31\x6e\x32\x67\x67\x61\x74\x07\x27\xa3\xb6\x43\x53\x20\x19\x3a\x4f\xa8\x77\xf7\xa1\x81\x79\x62\x30\xce\x0b\x93\x1e\x24\x51\x59\xca\x54\x4f\x31\x38\x39\xe4\x70\x20\x60\x36\x43\x1d\x76\x47\xe0\x6d\x46\xf2\x66\xa8\xc5\xb9\x63\xe9\xbd\x58\xd1\x92\x0f\xcf\xe5\xac\xd8\x7a\x85\x66\x13\x94\xd8\xdb\xa2\x81\xa3\x6b\x5c\xb4\xb5\xac\xa2\x2f\xc7\x13\x19\xa5\x3f\x41\xb7\x24\x37\x07\xaa\x97\x42\x32\x1f\x6f\x32\x6e\xb6\xda\x5b\x3e\x64\xb8\xbe\xc6\x8d\x62\xa9\x42\x3f\xf8\xfa\xd5\xb0\x3d\xfd\xcc\xbd\x3b\xa7\x87\x9a\x0e\xdd\x3a\x13\x22\x4b\xf7\xf0\xfd\x89\xd4\x1e\x49\x46\xa9\x76\x99\xc1\x7a\xf4\x5d\x21\x4d\x04\xc5\x04\x7f\x63\xd3\xbb\x8b\x3e\x3d\x0a\xf5\xbe\xac\x3e\x75\x29\x35\x44\xab\xd8\x10\xdf\x57\xea\x7f\x68\x38\xc8\xdd\xd8\x29\xcb\x50\x44\x95\xda\x9a\xb9\x8c\x8a\xcc\xad\x37\xfa\x40\x9f\x46\xfa\xa5\xe3\x1a\x7c\x0f\xfc\xdd\x8d\x41\xed\x17\xae\xba\x51\x9c\x1c\xff\xea\x56\x96\x0d\x27\xe7\xbc\x5b\x03\xe9\x01\xc4\xd7\x01\x5a\xd9\xc0\x5f\x8e\xbb\x97\x44\x2f\x0b\xfe\xe5\xe7\xd9\x08\x1b\x96\x08\xd9\x3b\x8e\x2c\xf3\x3d\x32\x4a\xd8\x39\xca\x97\x22\x98\x68\x60\x56\x0a\x5c\x51\x14\x7a\x51\xf7\xd2\x5c\x99\x7e\x98\x89\x86\xae\x4c\xbf\x62\xaa\xb6\x5b\xfc\xfe\x4c\x03\xc2\x43\x8a\x55\x58\x75\x3e\x05\x73\xf0\xad\x39\x47\xd4\x57\xfa\x6f\xef\x40\x14\x59\xee\x8c\xc0\x05\xf1\x95\x8b\xba\x85\xd8\xd3\xe5\x9e\xed\x06\xc8\xd1\xf4\x2c\xb2\x89\xad\x65\xe4\x1d\xb2\x3f\xe0\xf1\x6a\x1d\x73\x79\x5d\x58\x22\xdd\xd5\x27\xac\x43\x92\x4d\x34\x51\x68\x1a\x52\x03\x0b\xfa\x72\xc1\x55\x32\x63\x81\x3b\x83\xb5\x2e\x7e\xdd\x43\x60\x92\x72\xa1\xda\x8c\xc3\x4a\xe3\x68\xbd\x50\x83\xa5\xf0\x48\x1a\x80\xb6\xa4\xd0\x30\xbd\xdb\x01\x5d\xf7\x23\x2a\xa3\x7b\xd3\xa5\x6b\xc5\xa8\x47\x1a\xc6\x33\xc5\xff\x90\x78\xe4\x1c\x45\x33\xd9\x34\x48\x33\x2f\xc7\x47\x90\x56\x23\xa0\x59\x58\x04\x9b\x8b\x95\x3c\x1b\xc9\xa2\x40\x78\xba\x6c\x6a\x6a\xbf\xb7\x49\x3e\x50\xbf\x70\xfa\x50\xdc\x08\x52\x74\x94\xd9\x87\xf9\x5c\x5f\xd2\xc2\x2d\x97\xdb\xd0\x6d\xc0\x38\x96\x3e\x0e\xdd\xe6\x17\x3a\x0d\xce\x8e\x77\x88\x9a\xe6\xaa\x51\x50\xaf\xa9\xc3\x39\xfa\x81\x05\xbc\x81\xd8\x0b\x6f\xab\x9f\xe0\x95\x07\xee\x26\x50\xa3\x6d\x1d\xae\x61\x54\x60\xa2\x4b\xc3\xaf\x8b\x32\x2a\x17\xc5\x2a\xc5\x92\xae\x50\xc4\x1e\x23\x3e\xaa\xcd\xa8\x9e\x17\xda\x5d\x18\xf8\xdd\x4a\x83\x50\x00\x04\x94\x0e\xab\x87\xa0\xe5\x6b\x33\x5c\xda\xbd\xc8\xbb\xef\xdc\xac\x85\x2c\xcb\x44\xfa\xb5\x36\xad\xb5\x9d\x6d\x56\xba\x30\x96\xa7\x80\x0f\xac\xf9\x8b\xbd\xd0\x69\xe0\x36\xd8\xd1\x0a\xcb\x03\xd3\x0e\x31\xa9\xb6\xf9\x03\x0f\xd8\xd7\xaf\x1e\xf8\xa6\xf7\x51\x8b\xdf\x01\xea\x82\xae\x38\xc2\x80\xeb\x00\x9d\x29\x8c\x02\xcc\xa9\xd8\xd0\x9e\x4e\x93\x28\x36\xb1\x4b\x34\x30\x28\xa7\xd8\x10\x1b\xc2\xeb\xbc\x2a\xa2\x78\xe7\x2a\x14\x4b\xa8\x34\xd2\xee\xa5\xfe\x0b\x92\x5b\x5a\xdc\xd6\xf2\xed\x96\xd1\xca\xda\x36\x2d\x77\x88\x8b\xd3\x32\x4a\xc7\x51\x3e\x7e\x8d\xd9\x5a\xf7\xd3\xab\x66\x4b\xbc\xb2\xfe\x22\xf4\x5a\x67\x73\x15\x32\xbd\x2a\x4c\x66\xa6\x71\x36\x02\x17\x96\xee\x28\xcb\xbe\xc4\x34\x6e\x2b\x72\x16\x21\xd8\xde\xed\x37\x17\x61\xae\xf3\x98\x87\xd6\xe2\x6f\xe0\x40\xa6\xaa\xb2\xbc\x99\xc7\xb9\x2c\xda\x62\x1e\x95\xd3\xb6\x18\x67\x33\xb8\x0b\x2d\xe4\x68\x91\x87\x2a\x47\xe1\xc0\x78\xea\x45\x2d\x9f\xa8\xe7\x68\x85\x04\x16\xb7\x21\x1a\xbb\x6a\x65\x65\xaa\x16\xf9\xc3\xc9\xe1\x9b\x6c\x36\xcf\x52\x99\x96\x54\x23\x39\x94\xb5\x42\x23\x11\x4d\x77\x4d\x1a\x5c\x35\x5b\x11\xef\xad\x41\xad\xa0\x37\xa5\x76\xbf\x8d\x4a\x69\x3e\xed\x96\xd9\x5f\x7f\x3e\x43\x21\xc1\xde\x89\x1a\x39\xa9\x6e\x00\xf4\x81\x42\xca\x1d\xbd\xab\x26\xd0\x35\xb4\xbd\x27\x7c\x44\xf7\x1d\x3d\x60\x23\xe8\x83\xda\xdf\xd5\x0b\xae\x1e\x85\x51\x06\x4a\x6c\x3b\xe0\xb1\x71\x63\x25\x50\x8f\x2e\x41\x97\x02\x10\x9f\xb3\x38\x6d\x36\x76\x84\xf3\xb9\x8d\x0c\x44\xb2\x8c\x58\x50\x20\xfc\x6c\x3a\xa7\xa2\x25\xae\x19\xe5\x4b\xf1\xba\xeb\xc2\xf3\xa6\x5a\xdb\x13\x79\xb9\x7f\x33\x6f\x36\x9a\xff\xf5\x75\x67\x30\x18\x0c\x8a\x1f\x5a\x4d\x58\x77\x22\xb9\xd6\x6e\xf3\xfc\xbf\x76\x2e\x7e\x68\x35\x5a\xc1\x70\xd9\x26\x76\xf1\x4a\x8c\x65\x85\x2c\xe1\xd5\xf9\xe3\x8b\x16\xd9\xab\x57\x4d\x69\x96\x5d\x49\x67\x52\xea\x41\x68\x5a\x60\x80\xe4\xfb\xae\xd1\x68\x03\x85\x76\xd3\xec\xba\xd9\x12\x1d\xf1\xfc\xe9\x93\x4d\xf5\x5f\x2b\x18\x23\xaa\x4f\xe6\x56\xb3\x25\xfa\x86\x8b\x1c\x31\x66\xc0\x39\x89\x68\x5e\xcb\x21\x44\x23\x81\x68\x92\xcb\x68\x54\x76\xd2\xa8\x8c\xaf\x64\x4b\x24\xd1\xe8\x8b\x48\xa5\x1c\xcb\xb1\x66\x38\x5d\x9f\xc3\xa4\x59\x1a\x64\x60\xf7\x66\x32\x2d\x6b\x51\xa8\x23\x82\x96\xf8\xd5\xa4\x0c\x5c\x24\xc9\x8e\x70\x3f\x08\xa3\xb8\x05\x31\x62\x55\xe4\x0c\x60\x57\xd4\x31\xf5\xb8\xd8\x1b\x82\x92\x2e\xeb\x9d\x7c\x9d\x36\x46\xa9\x19\x65\xb3\x61\x9c\xaa\x47\xbe\x98\xa9\xbf\x63\x2d\x82\x01\x20\x05\xdd\x80\xa9\x9e\x87\x4b\x02\xa8\x0d\x7a\x4a\xf8\x51\x2f\xc8\x87\x53\x5a\x23\xe8\x87\x93\x77\x6d\x80\x02\xa1\xbf\xa6\x92\x0e\x7f\x6f\xea\x40\x50\xdd\xc6\x28\x15\x11\x4d\x41\xf5\x86\x62\x0b\x65\xd7\xa2\xef\xe8\x2b\xdd\xac\x4d\xf1\x7a\x16\xc9\xa8\x94\x54\x7a\x5a\xa4\x65\xb6\x18\x4d\xc9\x36\xeb\xc8\x43\x05\x29\x60\x7a\x2a\x67\x34\x2d\x35\x84\x60\x43\x07\xb0\xc6\x39\x8a\x86\x09\x90\x2a\xa0\x0a\x12\xfd\x03\x66\x3d\x7d\x49\x83\x41\xc3\x26\xb4\x18\x63\x99\x50\xc5\x81\xef\x94\xbf\xc0\x49\xe0\x60\x91\x24\xef\xa3\x72\xda\xa4\x41\xb7\x9d\x41\x31\x5b\xb2\x9e\xd4\xa3\x47\xe2\x81\x43\x20\x4d\xe7\x83\x4a\x0c\x87\xa5\x89\x9a\x2e\x6c\xd6\x4a\x63\x44\xb1\x6f\x57\x08\xe0\xc6\x68\x2c\xb1\x36\x92\x2c\x58\xc8\x2e\x2f\xa6\xe1\xad\x74\xed\xb2\x2d\xf2\x04\x50\x49\x38\x2f\xab\x56\x60\x72\x56\xbc\x15\x67\xf9\x02\x5c\x51\x57\x76\xd4\x16\x99\x89\x4e\x85\x6b\xc2\x3b\x57\xc4\xc5\xeb\x22\x4f\x6c\xd4\xe6\x9e\x86\x3e\xca\xd2\x22\x1e\xc3\xd5\x97\x21\xf1\x78\x22\xe2\x52\x0c\xe5\x65\x9c\x16\xb8\x81\x06\x0f\x5f\x14\xa3\xa9\x9c\xc9\x97\xfd\x5e\x6f\xf0\x50\xd1\xd4\xe0\x21\xfc\xd5\x84\x4b\xa4\x51\x96\x74\x38\x91\xb5\x74\x42\xfa\x93\x83\x37\xe2\xf1\x5f\x9e\x3f\xa5\x3c\xf0\x85\x40\x30\x78\xac\x40\x04\x6f\xa1\x96\x87\xfc\xdc\x47\xd3\x28\x8f\x46\xa5\xcc\x0b\xec\x1d\x76\xb3\x0e\xc9\x97\x65\x09\xb7\x6a\x63\x31\xc9\x92\x24\xbb\xc6\x02\x78\xbd\x1e\xe4\xaf\x4b\xf5\xfe\xa7\x2c\x34\x13\x6a\x5f\xb4\xc5\x38\xbe\x8c\x4b\x08\xfe\x5b\x14\x50\xdf\x34\xce\xc6\x50\x66\x6c\xba\x9c\x4f\x29\x75\x3e\x91\x4a\xef\xbf\x9a\xe7\x51\xe7\x1f\x17\xea\x7f\x06\x83\xf1\x60\xb0\x31\x18\x74\x06\x83\xee\xc5\x0f\xfd\xd6\xab\xc1\xa0\x37\x18\xf4\x7a\x71\x57\xad\x24\x60\x73\x0d\x6a\x5a\x83\x53\x39\x0b\x5e\xf5\xf2\xff\x06\x2e\x80\xeb\xa0\x1b\xf3\x75\x59\x67\xc7\x53\xb3\x95\x94\x55\xb3\x0d\x4d\xc7\x6e\x3c\x0d\x7b\x81\x9b\xf9\x95\x9e\x8d\x75\x0e\x1a\x0c\x7a\x1b\xff\x8a\xde\x41\x4a\xdc\xe8\xa1\xee\x62\xbe\x73\xbc\x88\x7a\x1b\xd8\x10\x81\xf5\x35\xb0\xef\xb4\xb4\x81\x37\xd2\x4f\x64\xad\xba\x9e\x66\x85\x14\xe3\xc5\x3c\x89\x47\xb8\x80\xb9\x14\x31\x24\x4a\x82\xbb\xed\x34\x1b\x4b\xf8\x60\xd4\x9d\x74\x4d\xc9\x05\xf5\xf4\x73\x01\x45\x70\xa3\x79\xdc\x53\x8f\xb1\xee\xad\xfa\xeb\xe3\x4c\x16\x45\x74\x29\x3f\x9a\x1b\x00\x38\x40\x01\xe6\x5b\xdd\xd1\xf1\x44\x69\x00\x6a\x62\x8d\xe8\x12\x8c\xff\xd1\xa2\x9c\x66\x79\xfc\x0f\x20\x6c\x34\xf3\x43\xdc\x6f\x07\x6f\xf5\xf9\x93\x72\x39\x87\x4f\x64\x19\x5d\x36\xe0\xc8\xd7\x22\xbc\x7a\x3a\xc9\xb3\x19\x5c\x23\xd0\xf5\x41\x3c\xe9\x40\x95\xbd\x58\x8e\x3b\x50\x8b\x86\x1e\x2e\x52\xff\x31\x40\x4a\xa2\xa2\x34\x1f\xa8\xa6\x3a\x47\x86\xfa\x7b\x16\xdd\x74\x26\x59\x7e\x1d\xe5\x63\xe8\x6b\x9e\x67\x37\xcb\x8e\x37\x74\x00\x93\xcb\x89\xcc\x65\xae\x1a\xe5\xb2\xcc\x97\x1d\xc8\xd2\xa2\x7e\x2e\x0a\x99\x77\xa2\x4b\x99\x96\x8d\x41\x7a\xe1\xec\xa2\xf7\x51\x5e\x58\x4b\x62\x9c\x96\x19\x2b\xd1\xa4\x37\xcc\xa7\x4f\xe8\xa1\xa2\x64\xc0\xbe\xf8\x45\x8e\xdb\x62\xfb\x99\xd8\x5b\x5c\x8a\xed\xcd\xad\x27\x62\xf3\x79\xff\xc7\xe7\xfd\x27\x7f\x11\x7f\xfd\xf9\x0c\xb7\x26\x61\xed\x6c\x39\x97\x7d\x0c\x40\xc6\x09\xf5\x3e\x17\x90\xf9\x03\x9a\xa4\x68\x5e\xef\x43\xea\xf9\x4e\x94\xc4\x57\x92\xd9\x58\x65\xde\xd9\x57\x6a\x18\xf8\xb9\x8f\xa6\x8b\xf4\x0b\x19\x44\x69\x30\xce\x06\xd5\x06\x55\x3d\x0f\x4d\x6b\x4a\x72\xa4\x20\xe6\xa1\x84\xe2\x77\xda\xaa\x6a\x36\xaa\x8e\x62\xd1\x9f\x60\xa3\x00\x26\x56\xee\x5a\xf8\x8a\x40\x68\x33\x1b\xb3\x8a\x10\xd0\x5d\x1d\xbd\x41\x89\xee\x77\x98\xd5\xc4\xc6\xa3\x72\xe7\x62\x0b\xca\x78\x2b\x02\xa8\x1d\xad\xed\x04\x0d\x7c\xdd\x62\x9e\xc4\x65\xb3\x31\x18\xa4\x8d\x56\xdb\x1b\x65\xde\x4c\x62\x96\xb1\x35\x16\xbb\x42\x3d\xe8\xc6\xe9\x58\xde\x1c\x4f\x9a\x8d\xbe\x51\x8c\x30\x17\x3f\x76\x51\xe6\xf1\x0c\xbe\xec\x16\x8b\x61\x51\xe6\xcd\x4d\x48\x1c\x1e\x08\xd0\x80\xf8\x88\xfa\xef\x62\xb1\x21\xb6\x5a\x6e\x3d\xb5\x2f\x72\xe9\xa5\xcc\xc2\x69\x9e\x7f\x91\xcb\x0b\x70\x66\xf7\xf7\xb2\x19\x2e\x7c\xfa\x72\x57\x6c\x06\x92\xb2\xfb\xb7\x0b\xb6\x84\x00\xc6\xee\xc8\xb2\x83\xda\x5a\xc3\xf9\x98\xf7\xbd\xeb\x0e\xe5\x95\xf3\xb2\x2f\xce\x2f\x5a\xda\xad\xfa\xfc\x2a\x4a\x2e\x5a\x7e\x62\xaa\x5a\xb0\xf5\x50\x37\x84\xda\xb3\x62\x03\xd0\xd8\x17\x36\x59\x2f\xbf\x25\xa9\x5a\x9e\x89\x30\xfe\x09\x2d\x45\xe0\x90\x03\xd2\x2e\xcb\xe6\xad\xce\xe7\xbd\xf7\x87\x85\xd6\xee\xac\x1c\x07\xc9\x21\x98\x7c\xa8\xaf\x35\x48\xac\xd2\x75\xd3\x95\x98\x83\xf5\xb6\x94\xb4\x33\x5a\xe4\xb9\x4c\x4b\x93\x5e\xa8\xa2\x25\xae\xb6\x43\x81\x26\x5f\x80\x95\xa0\xd7\x54\x7f\x7c\x2d\x73\xc8\xcc\xd0\xd2\x52\x49\x1a\x5d\xc5\x97\x10\xf3\xa3\xb8\xe9\x9e\x62\xa6\x2d\x27\xc3\xf3\x22\x4f\x28\x2e\xe7\x28\x1b\x4b\xc7\x22\x80\x16\x46\x4c\x4e\xde\x6c\x44\x0d\xf7\x43\x9c\x04\x9e\xb2\xe6\x52\x10\xd8\xb3\x10\x86\x43\x47\x5a\xd8\x1d\xc7\xc5\x08\x9c\xa0\xe2\xb2\x51\x40\x2e\x3a\xb0\x04\x50\x5a\x74\xf3\x95\xcf\x19\x3d\x91\x99\x73\x43\x6c\xef\x33\x44\x7a\xd1\xd3\x23\xe2\x25\x70\xb2\xe4\xca\x93\x7b\xed\x6c\xa6\xb9\x54\x07\xed\x22\x4f\x2a\x89\x79\x15\x5e\x2b\x19\x12\xf7\x81\x00\x0a\x11\x95\x65\x1e\x0f\x95\x8c\x0c\x39\x74\xaf\x63\x8c\xec\x36\x37\x03\xac\x42\x06\xb7\x55\xb8\x58\xef\x16\xb2\xdc\xd3\x80\x9a\x0d\x35\x96\x46\x1b\x86\xe4\x5a\x56\xec\x20\xf9\xc7\xea\x69\x5d\x26\xdd\xfb\xf4\xe3\x4c\xd0\x23\x0b\xaa\x6c\x89\xea\xea\x87\x3c\xf9\x00\x1b\x12\x7c\xca\x26\xd1\x48\x8a\x0e\x48\x3c\xfd\x5e\x6f\x91\x27\x5d\x25\xbf\x76\xaf\xa7\x51\x79\x7d\x09\x92\xcf\xbf\x2c\xf2\x04\x76\xa2\xcf\xe8\x5c\xfb\x8d\x1a\x47\x3f\x34\x39\xe7\x76\x56\x6b\x17\x95\x96\xfa\x85\x78\x55\xf7\xc6\x8a\x8c\x7d\x2d\x58\xf6\x45\xa3\xe1\x80\x57\xb2\x50\x75\x10\x19\xb3\x74\xab\xff\x0a\x19\xe5\xa3\x69\xa5\x1d\x3e\xae\x0e\x00\x9f\x87\xfc\xde\x03\x03\x88\x8a\x2a\x60\xf5\xb0\x0a\x56\x3d\x65\x40\xff\x65\xd5\x9c\x52\x48\xd9\x15\x98\x57\xea\xe6\xef\x12\x42\x71\xba\x2a\x72\xb3\xdc\xc5\xc0\x3c\x2a\xa7\x08\xb3\xe9\x37\xa5\x37\x5e\x7a\xfd\x46\xaf\x01\x2c\x57\x88\xda\x5d\xa0\xbf\x14\x7d\xb7\x19\xca\xfe\x35\x8d\x19\xe1\x87\x12\x74\x19\x2e\x85\x77\x3a\x9a\x05\x5c\xc7\xe9\x38\xbb\xee\x1a\xb6\xeb\xef\x01\xc6\xc8\x8c\xfa\x8f\x49\x76\x14\xa8\x62\x1a\xe5\xb4\x17\x3c\x7e\x0e\x9e\x63\x1e\x4f\xbf\x83\xc5\x31\x73\x51\xd5\x38\xe0\x31\xb9\x8a\x7d\xa0\x7e\x34\x21\xe3\x80\xc3\x19\xfd\xa2\x47\x71\xf1\xe1\xe4\xdd\x69\x34\x93\xc7\xf0\x7d\xd3\x8e\xab\xc2\x2c\x8d\x5c\xe8\x1b\xd9\xd9\x37\x2d\xf1\x8a\x23\x9c\x43\xeb\xb3\x39\x57\x13\x9f\x92\xe0\x62\xf7\xb3\xa2\x1e\xb3\x8c\xf6\xb1\x9f\xe6\x97\x3e\x53\x34\xed\x7d\xa2\x1e\x31\x09\xe7\x7e\x76\xde\xe2\x0f\x33\xf4\xd6\xae\x44\xa8\x6e\x8f\x53\xe6\x68\x7d\xeb\x6c\x28\x73\x46\x6d\xea\x8c\x4a\xb6\x82\x5f\x4d\x8c\x0e\xfa\x2e\x74\xc6\x71\x11\x0d\x13\xd9\x49\xe5\x4d\xd9\x51\xd2\x32\x8b\xf7\x18\xa4\xe7\x0d\x54\x43\x94\x5c\x48\x94\xab\xfe\x4c\xe1\xc6\x09\x14\x50\x1d\x81\xda\x36\x11\xe9\xea\x2f\x28\x9b\xd4\xb8\xa8\xc4\x53\x52\xa2\xea\xd8\x68\x28\x7a\x68\xe7\xea\x05\x8f\x20\xb1\xef\x9a\x90\x1f\xac\x12\x3f\x82\xa1\xb1\x98\x3b\x0c\xee\x6e\x96\x73\x29\xbe\x7e\x15\x8d\x48\xb1\x9a\x66\x2c\x5e\x88\x2d\xf1\x4a\x34\x52\xd1\x50\xfc\x54\x80\x0d\xc2\x64\x0b\x66\xe1\x20\xe8\x8d\x33\xcf\xa5\x92\xef\xc7\xbf\x44\x50\xb6\x8c\xe3\x8a\x7b\xe0\x98\x4a\x5b\x73\x77\x90\x8e\x52\xa8\xe7\xf0\x95\x50\xf6\xea\x96\xa5\x99\xe8\xa0\x98\x91\xe1\x96\xd6\x16\xc2\x32\x00\x9c\xf9\xfa\xce\xb2\x2b\xcf\x2b\x07\x91\xad\x20\xe3\x72\x8b\x0e\x9b\x84\x79\xd8\xd3\xdf\x52\x65\x5a\x7a\x1e\x86\x44\xb6\x0c\x35\xc2\x6c\x26\xcd\x4f\xb4\xd5\xd9\x22\x63\x71\x3a\xc9\x3c\x55\x56\x4f\xf8\x96\xd4\xd5\x9a\xa0\xee\x8a\x1b\x4e\x25\xd8\xbb\xad\x47\xd8\xd6\xdd\xd3\xba\x73\x5f\xf4\x59\x54\xfe\x8c\x2f\x9b\xd9\xbc\x6c\x8b\xb1\x2c\x46\x3e\x79\x34\xce\x31\x57\xce\x95\x22\x06\xbd\x65\x36\x44\xe3\x22\xb8\x8c\x83\x41\x43\xb5\xcb\xe6\xa5\x6a\x43\xbf\x14\x58\x45\x49\x1a\x0f\xaf\x44\xa3\x0b\xda\x91\x7e\xd0\xa7\xb0\x37\x1e\x85\xbe\xd6\xae\xaa\xf0\x0b\xed\xff\x02\xd3\xc9\xe6\x65\xe1\x38\xc1\xb0\x14\x25\x81\x30\x6e\x3f\x15\x69\x00\x41\x8d\x0a\x29\xc1\x16\xd1\x44\xf2\x4a\x34\x44\x9c\xa2\xe2\x47\x8f\x60\x6a\xd5\xa0\x58\x18\x0d\x35\x79\xf4\x48\x3c\xa8\x6e\x9b\xf3\x6c\x5e\x5e\x38\x4e\xa8\xc1\x16\x7e\x95\xb7\x55\x98\x4b\xb3\xce\x28\x4b\x8b\xcc\x56\xbe\xa0\x9f\xdd\xeb\x28\x4f\x99\x3f\xa1\x3b\x73\x7e\xb4\x28\x2c\xf0\xdf\x0c\x21\x6c\xd3\xd0\x16\xe1\x78\xd8\x10\x0d\xb0\x4e\xeb\xbc\x8f\x7a\x37\xc5\xba\x20\x61\x94\x8b\xc9\xa2\x5c\xe4\xb2\x61\xe1\xb7\xf4\x9f\x75\x41\xc5\x76\x41\x5f\x31\x36\x57\xa5\x81\xbe\x45\xd2\x6d\x25\xca\x67\x0f\x12\x40\x90\x99\xa8\x51\xf0\x3a\x7e\x8a\xcb\x05\xbd\x70\x28\xd4\x28\xf8\x0e\x8c\xf8\x91\xf3\xca\xb2\x2f\xc8\x4b\xf5\x21\x85\x84\xb8\xb4\xc7\x59\xc4\x81\x9b\x8b\x82\x3a\x69\x13\xc4\xb6\xf3\x31\x8f\xfe\x41\x0e\xae\x03\xa1\x1e\x28\x09\x93\x66\x13\x08\x0f\xb0\x15\xde\x75\x14\x28\xe6\xfa\x1d\x4a\x6b\x2c\x6b\xb0\x8b\x22\x56\xf7\x12\xf5\x4a\x28\x94\xa9\x07\xc7\x92\xb0\xe9\x9a\x8f\x68\x7a\xe5\x41\xdc\x71\xa7\x23\x5e\x32\xf3\x0e\xa8\xcc\xf3\x92\x3e\xb0\x59\x99\xfd\x34\x42\x38\x6f\xa0\xf3\x9d\xc0\x2e\xf6\x94\x7f\x5d\x68\x8e\x46\xc6\x3f\x33\x09\x0d\x30\x77\x13\xb5\xe4\x89\x41\x98\x67\x52\x95\x82\xec\x44\x85\xf1\xe5\x05\x50\x0f\x42\xae\x0e\x2b\x50\x2d\x18\x73\x34\x58\x27\x47\xa4\x45\x52\x56\x7c\x69\x85\xa9\x93\xcd\x5d\xe5\x70\x08\x9c\x18\x42\x03\xc1\x61\x50\xf7\xba\x9d\x3b\x8c\x96\x17\x59\x7e\x1b\xb4\x1e\x01\x44\x87\x32\xfb\xee\xcf\xb6\x2b\x81\xf0\x54\x24\xab\x4d\x59\xa1\x4c\x67\xc1\x70\x9e\x3d\x1d\xc7\x03\xc1\x33\x9f\xe0\xe2\xcf\xd4\xd3\xa4\x9c\x9d\x29\x4f\x27\xab\x0d\x4e\x4e\xc8\x0f\x54\x04\x12\x6a\x73\x1b\xfb\x12\xd9\xa0\x21\x4f\x5c\x8d\xc3\x1e\xe6\xd4\xcd\x72\xd0\x48\xcc\x0f\x5e\x77\xd3\x09\x1a\x62\xe3\x6c\xea\xd6\xd5\xbd\x6a\xe0\x3c\x70\xb2\x8f\xac\xde\xae\xe6\x23\xb3\x5f\xed\x30\xdc\xf3\x93\xa8\x5d\x29\x1c\xef\x9d\x74\x17\x54\xff\x43\x87\xe6\xab\x0e\xa8\x41\x93\x3b\x94\xaa\x07\xfb\xd4\x9b\xf6\x19\xf4\x1d\xf3\xde\x1b\x28\xf4\xa0\x9a\x6a\xa3\xa4\xdc\x77\x54\x1d\xec\x7e\x27\x3b\x1f\xaa\x1b\x03\xd1\xc4\x55\x75\xbd\xf9\xa1\xaf\xee\xc7\x24\x2e\x4a\x99\x82\xbd\xdd\x18\x90\x2d\x73\x89\x19\xa3\x81\xca\x06\xde\x47\x96\x77\x61\x3b\x48\x46\x1f\x43\xcd\x43\xa1\xe4\xe0\x64\x47\xc4\x1b\x1b\x7c\x93\x79\x00\xce\xe3\x0b\x3d\x3a\x77\xc7\xfa\x0d\x9d\x30\xcc\xd6\xf7\x23\xc7\x29\x5c\x9c\x9a\x30\x29\x87\xe5\x7e\xe4\x0b\x75\x9f\xde\x9c\xc4\x29\x35\x64\x53\x21\x13\x3d\xe7\x62\x31\x2c\x46\x79\x3c\x34\xce\xa7\x96\xcb\xe9\x01\x79\x34\xa4\x30\x82\x2b\xce\x67\xe2\xa7\x36\xa1\x70\x3a\x37\xab\x18\xb8\x83\x56\x86\xb0\x48\xed\x20\x3e\x7a\xa3\xb8\xf5\xc3\x4a\x9c\x44\x25\xf4\x52\xef\x3c\xbb\x49\xb0\xf3\xa6\x2b\x5b\xd3\x16\x87\x3e\xbd\x88\x13\x4c\x07\xea\x07\x20\x6a\x17\x1a\x37\x10\xd1\xd5\x85\x7d\xd1\x87\x83\xa7\xb5\x78\xe3\x0e\x66\x27\xb4\x4f\xdd\x61\xb1\xf0\x8b\xdf\x2a\x6c\x92\x31\x3e\x16\x3b\xeb\xc7\x39\x3a\x9a\x4b\x25\x06\xd2\x8b\x68\xf6\x70\xa8\x0b\xab\x99\x37\xe1\x20\xe6\x53\xbd\xd6\x3a\x9e\x91\x08\x05\x03\x27\x8d\xd0\x15\x1e\xaf\x21\x14\xc7\x79\xda\x50\x8f\xde\xbf\x77\x8c\x54\x37\x73\x5e\xee\x70\x32\xf3\xa3\x3d\xb1\xac\x29\xe3\x5e\x3c\x7e\x9b\x31\x28\x70\x9e\x34\xa3\x08\xb8\x44\x7b\x1f\x88\x5d\x71\xae\x7f\x5c\x84\xf1\xf5\xc1\xee\x0e\x1b\xdb\x7e\x1f\x9c\xb1\xed\xe5\xe4\x13\x48\x57\xe2\xed\x41\xdd\x94\x5d\x04\xe9\x0c\xbf\x63\x79\x63\xaa\xbf\x5a\x74\xe8\x2b\x44\x17\x23\x50\x5c\x1a\xbe\x50\xc7\x6b\x67\xab\x16\x9b\xc5\x1c\x2a\x93\x42\xdb\xb6\xd8\x6a\x85\x11\x74\x42\xda\xb9\x2f\x72\x64\x69\x19\xc5\xa9\x76\x5f\x71\x25\x14\x48\xdb\xed\xfa\xf8\xb7\xd1\x9d\x0e\x6b\x69\xa0\x93\x1d\x62\x19\xed\x95\xce\xf7\xa1\x4d\x55\x64\x8b\x7c\xe4\xd2\x25\x3c\x69\xf2\x40\x1b\x68\xbf\xe3\x1f\xc0\x96\x49\xa0\x60\x62\x73\x09\x68\xc6\x66\xf5\x7e\xc3\x56\x47\x96\x49\xf8\x97\x14\x00\xb7\x8f\xff\xb4\xf9\x67\x7d\xfa\xd7\xd5\xb4\x2a\x22\x25\x1b\xcb\x1d\x2e\x42\xa7\xcb\xb4\x8c\x46\x65\x3c\x12\xc5\xe2\x52\xe9\x88\x99\x22\x86\xab\xec\x0b\xe6\x88\xb7\x9a\x53\x3a\x16\xf2\x66\x1e\xa5\x63\x5d\xcc\x1d\x02\xa0\x20\xb2\x4b\x27\x68\xb4\x02\x1f\x16\x46\x80\x44\xb0\x90\x0d\xff\x1a\xf2\xc9\x23\xc7\x50\x0f\x3f\x69\xf1\x8f\x51\x39\x24\xed\x62\x79\x07\xc4\xa7\x4f\x9f\x3e\xa3\xd0\xc8\x8c\x2a\xcd\x9b\xb6\x58\xb6\xc5\x3f\xc8\x61\xf4\x07\x0a\x06\xcd\xc1\x0e\x76\xbe\xd5\x16\xdb\x6d\xf1\x18\x36\xa2\xfa\x8c\x32\x81\x41\x58\x01\x34\x6a\xed\x18\xd8\xa6\xa3\x5f\xe2\x72\x2a\x3e\x61\xe2\xdc\x4f\xe8\x39\x49\x39\x2f\xb5\xd4\x9b\xcb\xce\x75\x1e\x97\xa5\x4c\xc3\xc3\xc3\x6f\xed\x51\xcd\xc6\xd8\x6a\x9a\x41\x85\xfa\xae\x8a\xc3\x8a\x7c\x87\x94\xf7\x82\x19\xae\x0e\x3c\xc3\xd5\x8a\x48\x14\x1c\x8c\x86\xe3\x3a\x43\x31\x77\xde\x68\xde\x8c\xf2\x4a\x9a\x2a\xfd\x99\x87\xb9\xbc\xe5\x28\xf7\xdf\xe0\xc2\x38\x8f\x96\x49\x16\x8d\x49\xb5\x80\xf4\x57\xba\x36\xcf\x70\x59\x93\x63\xf6\x87\x5b\xf3\xd9\x19\xd4\x12\x51\x6a\xe5\x3d\xbc\x19\xd7\xe8\xf3\x9b\xfc\x1a\x4d\x52\xe4\x26\xf5\xe0\x22\x59\x2b\x21\xba\xfb\x5d\xc7\x60\xf0\xe8\x91\xd0\x9f\x79\x29\x98\xb5\x8e\x69\x91\xdc\xfb\xe1\x07\xf1\x7f\x14\x0b\x4d\x0b\x29\x4e\x64\x34\x2a\xc5\xd5\xd6\xb3\xee\x66\x77\x1b\xa6\x8f\xf7\x03\x9f\x8b\x1b\x5d\xdd\x44\x6d\xa7\xf1\x02\x77\xd6\x2c\x4e\xbb\x9f\x0b\xb6\x25\xe7\xcb\x3c\xbe\x9c\x96\x42\xf1\xa2\x83\x68\x24\x87\x59\xf6\xa5\x2d\x0e\xd3\x51\x17\x76\x77\x5c\x16\x22\x9a\x4c\xe2\x24\x8e\x4a\xc9\xf6\x32\xa4\x1f\x21\xde\x08\x81\x3d\x71\x21\x68\x48\x63\xd0\xef\x71\x7d\x7f\x3e\x3c\xd3\x8f\xc5\x24\x5b\xa4\xda\xf4\x04\x30\xde\x1d\xbe\xd9\x3f\x3a\xdd\x87\x0a\x22\xda\x24\x95\x67\x59\x29\xc6\x71\x2e\x31\xfb\xba\x2e\x32\x42\x3d\x95\xb9\x34\x51\x57\x0e\xa9\x69\x55\x56\xd7\x3d\xe8\x60\x20\xe3\xe0\x61\x6b\x07\x2a\x2a\xee\xda\x06\x80\x9e\xc1\xc3\x56\xfb\x72\xf7\xe9\xe6\xd6\xe6\xe3\x1d\x9d\x65\xfa\x20\x8f\x2e\x15\xc7\x82\xc7\xcf\x76\xe2\x49\x73\xf0\x50\xaf\xef\xe0\xe1\xee\xee\x2e\x2d\xe0\x29\xdc\x0e\x3c\x7a\x84\xff\x76\x27\x59\xde\xfa\x15\x2e\xf0\x77\xed\x93\x9d\xcb\xdd\xa9\xee\xab\x2b\xd1\x81\x41\x0d\xa6\xd2\x97\x6d\x35\xa1\x47\x83\x87\xad\x5b\xf0\xaa\xd8\x9d\x74\x3f\x7e\x3c\xdd\x7f\x73\xb2\x7f\xf6\xf1\xf0\xe8\x6c\xff\xe4\x68\xef\xdd\xe9\xc7\xb7\xc7\x1f\x8f\x8e\xcf\x3e\x7e\x38\xdd\xff\x78\x7c\xf2\xf1\x6f\xc7\x1f\x3e\xfe\x72\xf8\xee\xdd\xc7\xd7\xfb\x1f\x0f\x0e\x4f\xf6\xdf\x76\x81\x1e\xde\xe0\x05\xe0\xf1\x75\x2a\xf3\x76\xba\x4b\x16\x24\xcb\x55\xb1\x86\xe5\x7b\x34\xb9\x2d\xdb\xf3\xdd\x5f\xbf\xc8\x65\xff\xc1\x66\x3b\x97\x13\xf5\xcf\xc7\x8f\x85\x4c\xf4\x5f\x80\xfa\xfe\x83\x4d\x45\x7d\x86\xde\xff\xde\x1c\xb5\xa3\xf6\x17\x9c\xf9\xb0\x3d\xde\xfd\xf5\xb6\x2d\x77\x81\x31\x24\xf0\xcf\xce\x55\x16\x8f\xc5\xe6\x83\xdd\xdd\x2f\x8f\x1e\x35\xe5\xee\xe0\xe1\xe0\xe1\xc6\x97\x96\x7d\x1c\x75\xbf\xc8\xa5\x7d\x05\x3f\x9d\xd7\xb9\x9c\x3c\x7a\xd4\x4c\xf0\xaf\xd6\xce\x24\xcb\x9b\x43\x28\x84\xd1\xa2\xf0\xd2\xa8\x3d\x6c\x3d\x7a\xf4\x60\xee\x4d\xa7\xa9\x9e\x36\xc7\xe7\xc3\x8b\xdd\xe8\x7c\x78\xd1\x52\x2b\x39\x7a\xf4\x68\xa4\xf3\xc9\xa9\x76\x45\xcb\x82\xdb\x75\xdf\xb4\xa3\x16\x0e\x62\x77\x77\x57\x01\x71\x61\xe1\x66\xfe\xf5\x5f\xff\x15\x89\xa1\x7f\xd9\x56\x7f\xf4\x47\x6d\x85\x40\x09\xf8\x4b\xda\x73\x05\xa7\x3f\x6e\x7f\xcc\xd4\x02\xf4\x67\x5d\xba\x90\xbd\xbd\xd5\xeb\xff\xb9\xb8\xd9\xfd\xfb\x0e\xfb\x55\xec\xfe\x1d\x37\x37\xe5\x45\xff\x55\x9d\x88\x27\x72\x02\xd5\x83\xf6\x27\x13\x25\xff\xdc\xa2\xa0\xd8\x00\x7a\x71\xd9\xeb\x4f\x59\xf6\x05\xdc\x01\x29\xa6\x78\xf4\x05\xec\x2e\xe2\x32\xbe\x92\xba\x92\x32\x7c\x1c\x89\x79\x2e\xaf\xe2\x6c\x61\xca\x16\xa1\x89\x46\xd7\x5e\x06\x9f\x18\xf8\x05\x20\xe3\x02\x8d\x3b\x31\x3b\xe3\x4e\xa5\x14\xe7\xc8\x76\x54\x9b\x42\x1c\xec\xfd\x3f\x17\x4d\xed\x6f\x0a\x83\x23\x87\xd3\x71\x36\x2a\x7a\x53\xd5\xa6\x33\x89\xfe\x4e\x6e\xa7\xd9\x75\xa7\xcc\x3a\x97\xb2\xec\x94\x53\xd9\xd1\xa3\xe9\x00\xce\x3a\x59\xde\x81\x9a\xb3\x3a\xa9\x35\x62\xc8\xc9\x96\xf5\x9e\xbe\x78\x71\xf6\x12\x2d\x86\x7d\x71\xd6\xea\x8b\x33\xf1\x95\xd9\x15\x75\x66\xc1\xa2\x14\xe4\xb1\x02\xd8\x7c\xe1\xb4\x7a\x49\x7e\x77\x06\xc3\xcd\x66\x4b\xec\xbe\xb4\x67\xdf\x44\x2f\x9c\x13\x57\xeb\xca\x66\xac\xd5\x8e\x2e\x77\xd2\xeb\x89\xee\x38\xce\x31\x06\xa8\x3b\x8c\x0a\x89\x7f\x2a\x86\xda\x95\x37\xe0\xf1\xa0\xd3\x07\x82\x17\xaf\xbc\x29\xc1\xc9\x7c\x8c\x8b\x04\xee\x05\x9f\x0b\x71\xf5\xbc\xbb\xb5\xd5\xdd\x6a\xc3\x85\xa7\x3a\x7f\x29\x03\xa1\x82\x03\x17\x50\xf3\x24\x2e\x75\x94\xe5\xeb\x68\x28\x93\x36\xfe\xad\xda\x82\xe3\x6b\x47\xad\x69\x54\x8a\x49\x7c\x23\x0b\x5d\x12\xc2\xf0\xfc\x7f\xcf\x96\x32\x2d\x19\xb7\x87\x53\x0f\xba\xc7\x2a\xab\xf1\x70\x01\xb7\x60\xea\x3b\xcc\x8c\xa8\x0e\xf1\xa2\xa0\x82\x3c\x53\x99\xcb\xe1\x52\x5c\xe6\x51\x0a\x29\xcb\x26\xb9\x34\x3e\xf3\x97\xb2\x0d\x15\x21\xd2\xa5\x98\xcb\x5c\x69\xcd\xd9\x50\x09\xee\x20\x28\xa2\x9b\x72\x36\xe7\x0c\x7e\x52\x5e\x2b\x54\x80\x08\x5f\x14\xd9\x28\x86\x4b\x0d\xed\x0b\x86\x7a\xb0\x3a\x29\x0a\xa5\xb6\xa1\xa3\xf3\xe0\xe1\x29\x7d\xa6\xf8\x39\x38\x79\x49\xb8\xe1\x03\x02\xd6\xef\x4c\xed\xe2\x5c\xe2\x71\x01\xf7\x73\x58\x01\x2c\x4e\x2f\x01\x92\x6e\x92\xc4\xb3\x98\xfa\x82\xd3\x48\xa1\xa9\x20\xf9\xb4\x0d\x23\x6e\x0b\x70\x38\x56\xff\x4a\x98\xe4\x7c\x31\x4c\xe2\x62\x8a\x8b\x34\x8e\x0b\x72\x6e\x6a\x2b\xfd\x95\x8e\x3e\x58\xf9\x5e\x96\x8b\x42\x26\x89\x82\x12\x4b\xe3\x8e\xa7\x47\x89\xd4\x51\x66\x0a\x5b\xb3\xb8\x04\x68\x88\x38\xe8\xff\x7a\x4a\x2a\xa2\x99\x15\x84\xf2\xe4\x69\x5c\x4c\xd1\xf8\x3a\xce\x44\x91\x41\xaf\xa8\x2c\x65\x42\xa3\x09\x63\x13\x14\xe2\x47\x59\x8a\xf7\xa0\x45\xdf\x2c\xe9\x99\xae\x7b\x05\xd3\x43\xc2\x48\xb3\x32\x1e\xe1\x5a\xc0\xea\xcc\xed\xb2\xd3\xab\x62\x1a\xe1\x95\x12\x55\x52\x1b\x03\xac\x18\x4a\x58\x98\x19\xe6\xa0\xc3\x97\x51\x5a\xc6\x51\x02\x6e\x3d\x70\xf1\xe1\xcd\xdc\x52\xd7\xd9\x4f\xfb\xe2\xf4\xf8\xe0\xec\x97\xbd\x93\x7d\x71\x78\x2a\xde\x9f\x1c\xff\xc7\xe1\xdb\xfd\xb7\x62\xf0\x70\xef\x54\x1c\x9e\x0e\x1e\xb6\xc5\x2f\x87\x67\x3f\x1d\x7f\x38\x13\xbf\xec\x9d\x9c\xec\x1d\x9d\xfd\x4d\x1c\x1f\x88\xbd\xa3\xbf\x89\xff\x7b\x78\xf4\xb6\x2d\xf6\xff\xf3\xfd\xc9\xfe\xe9\x29\x40\x3b\x3e\x11\x87\x3f\xbf\x7f\x77\xb8\xff\xb6\x2d\x0e\x8f\xde\xbc\xfb\xf0\xf6\xf0\xe8\xaf\xe2\xf5\x87\x33\x71\x74\x7c\x26\xde\x1d\xfe\x7c\x78\xb6\xff\x56\x9c\x1d\x43\xb7\x04\xee\x70\xff\x54\x1c\x1f\xc0\xe7\x3f\xef\x9f\xbc\xf9\x69\xef\xe8\x6c\xef\xf5\xe1\xbb\xc3\xb3\xbf\xb5\xc5\xc1\xe1\xd9\xd1\xfe\xe9\xa9\x38\x38\x3e\x11\x7b\xe2\xfd\xde\xc9\xd9\xe1\x9b\x0f\xef\xf6\x4e\xc4\xfb\x0f\x27\xef\x8f\x4f\xf7\xc5\xde\xd1\x5b\x71\x74\x7c\x74\x78\x74\x70\x72\x78\xf4\xd7\xfd\x9f\xf7\x8f\xce\xba\xe2\xf0\x08\xa0\x1d\x1d\x8b\xfd\xff\xd8\x3f\x3a\x13\xa7\x3f\xed\xbd\x7b\x07\x5d\xee\x7d\x38\xfb\xe9\xf8\xe4\x54\x8d\xf3\xcd\xf1\xfb\xbf\x9d\x1c\xfe\xf5\xa7\x33\xf1\xd3\xf1\xbb\xb7\xfb\x27\xa7\xe2\xf5\xbe\x78\x77\xb8\xf7\xfa\xdd\x3e\x76\x77\xf4\x37\xf1\xe6\xdd\xde\xe1\xcf\x48\x65\x6f\xf7\x7e\xde\xfb\xeb\x3e\x7c\x79\x7c\xf6\xd3\xfe\x09\x34\xa5\x51\xfe\xf2\xd3\x3e\x3c\x3a\x3c\x12\x7b\x47\x62\xef\xcd\xd9\xe1\xf1\x91\xc2\xd1\x9b\xe3\xa3\xb3\x93\xbd\x37\x67\x6d\x71\x76\x7c\x72\x26\x8e\x4f\x10\x47\xaa\xed\x2f\x87\xa7\xfb\x6d\xb1\x77\x72\x78\xaa\x10\x74\x70\x72\xfc\x73\x5b\x28\x14\x1f\x1f\x00\x0e\x8f\xd4\xb7\x47\xfb\x08\x49\xa1\xdf\x5d\xa7\xe3\x13\xf5\x1b\xa0\x7d\x38\xdd\xb7\x63\x7a\xbb\xbf\xf7\xee\xf0\xe8\xaf\xa7\x0a\x00\xff\xa0\x4b\x6c\xc8\x84\xef\x23\xeb\xe9\x76\x05\xc9\x49\x05\x56\xbb\x9a\x47\xe5\x94\xf4\x49\xe0\x69\x56\x28\x04\x0b\xa9\x22\xa1\x1c\xe9\x5b\x1b\xe6\xd3\x4c\x14\x49\x54\x4c\x65\xd1\xc6\xf2\x78\x06\x22\xc4\xd6\x8c\xe5\x95\xa2\x5c\xfc\xba\x39\xea\x0f\x06\x2d\xcd\x2a\xa0\x1b\x80\xd5\x2c\x32\x11\x25\x45\xa6\x80\x25\x32\x22\xbd\x16\xd8\x6d\x0c\x99\xf0\xa8\x07\xd1\x11\x71\x29\xc6\x99\xc4\xa8\x3c\xb5\xef\xe3\xf4\x72\x11\x17\x53\x9a\x1c\x05\xb8\x00\x3b\xd3\x41\x4c\x6a\x4a\x45\x8b\x49\x51\xc6\x49\x13\x12\x87\x34\xe7\x51\xae\xc6\x0a\x77\x4c\x7b\x6a\x4b\x9e\x64\x59\x69\x03\xa4\x8c\xfe\x52\x4e\x05\x54\x56\x55\x9b\xfc\x32\xa3\xdd\xab\xa5\xe7\xb6\xf8\xb4\x98\x7f\x12\x32\x1d\x17\x62\x31\x17\x2f\xc5\xa6\xb6\x4b\x2c\xe6\x60\x53\x07\x7f\x04\x5e\xef\x15\xba\x0d\x56\x79\x8d\x3b\x1d\xc7\x96\x0d\x35\x2f\xe9\x03\x7b\x81\x18\x4f\x44\x13\xdf\x28\x95\xa6\xcb\x7d\xc2\x11\xb4\x36\xf8\x18\x63\x8f\x53\xeb\x80\x7d\xba\xde\xb7\x42\x2c\xe6\x1b\x1b\x55\x40\x8b\xf9\xba\x5f\x77\x3a\x81\xec\xce\x1e\x86\x95\x7a\x88\x31\x5d\x35\x68\x56\xc7\x49\x96\x4b\x43\x26\xdd\x6e\xa1\xcd\x60\xc1\x15\x24\xac\xef\x60\xff\x22\x30\x5a\x9d\x41\x1e\x10\x11\x18\xa1\x75\x58\x87\x14\x2e\xba\xc6\x93\x1a\xae\x49\x34\x7e\x0e\x12\x44\xb7\xdb\xbd\x50\x07\x62\x0b\x1b\x64\x45\x7c\x63\x9d\x67\xb4\xd8\x69\xef\x01\x8c\x8d\x82\x19\xb5\xe8\xed\xf8\xbd\x42\xc6\x2e\xf7\xe8\xd4\x6f\x4c\x38\x27\x79\x75\x90\xd9\xde\xa1\x2d\x6b\x06\xaa\xd0\x57\x67\x0b\x9c\x30\x7c\x68\x55\xaa\x9b\xe3\x08\x9a\x31\x85\x2b\xbc\x62\xd5\x3f\xe2\x0b\xd1\xd7\xc9\x58\xba\xa3\x6b\xcc\xe8\x67\x6e\x5a\x4e\xbf\xc4\x73\x62\x05\xa0\xcc\xa2\x67\x0f\x14\x13\x36\xee\xd0\xec\x7e\x10\x3a\x7a\x10\xaa\x4e\x52\x73\x37\xb8\xa7\xc7\x01\x07\x37\x5b\x06\xc3\x93\x10\x50\xd1\x08\xd0\xfd\x03\x48\x22\x60\x7b\xa8\x5e\x3a\x3b\x37\x0a\x7a\x21\x60\x90\x36\x1c\xcd\xbe\x73\x2f\x20\xf8\xea\xc0\xc8\x2a\xce\xb0\x9e\xeb\xcf\x5e\x49\x67\x7d\x16\x93\x06\x00\x3d\x51\xed\x4b\xb0\x77\x21\x60\x2c\x2e\x0c\x61\x09\x0e\x67\x83\x72\x8e\x04\x8c\xf2\xec\x1a\x36\x08\x9c\x8f\xfc\xe7\x8b\x68\x22\x45\x73\x06\x82\xc6\x34\x9a\xcf\x65\x8a\x26\x5a\x67\x15\x21\x81\x88\xe2\x95\x03\xed\x1c\xa9\xdd\xd9\xf5\xc8\x70\x43\x38\xa8\xf1\xd8\x29\x96\xd4\x68\xf2\x46\x3a\xc0\xa7\xc7\xc3\x7b\x9a\x73\xdf\xde\xf5\xe0\xc1\x9c\x44\xfd\x76\x95\x40\x5b\x94\x08\xa1\xd7\xf0\x02\x49\x9a\xcd\x0a\xee\x5f\xc1\x3a\xf5\x29\x84\x90\x8f\xa4\x05\xce\x7e\xdd\x06\xcf\x3b\x0e\xeb\x64\x26\x81\x09\x29\x56\x6d\x60\xeb\xe3\xcf\xb6\x30\xa3\x2a\x37\x1a\x5e\xec\xea\x82\xb6\x5d\xfb\x10\x9b\x9b\xad\xad\x8f\xb9\x53\x75\xca\x89\x5d\x41\xa1\x47\xb8\xbc\x9d\x2d\x4e\x3b\x2b\x17\x66\xbe\x6a\x41\xe6\xdf\xb8\x10\x76\xd4\xd5\x25\x30\x1b\xca\x8b\xde\xb6\x99\xf1\x89\x8d\x75\x1b\xf6\x8e\x03\xe3\xa5\xf0\x1b\x67\xe6\xee\x57\x1b\x95\xed\xa2\x17\x9c\x21\xd7\x5d\xe9\x39\xee\x47\xbb\xb2\xe1\x05\x74\x16\x27\xb4\x82\x86\xe3\xd7\x6c\xe0\xbb\x3a\x50\x68\xaa\xe1\xef\xb8\x25\x77\x2b\xe5\x32\x0a\x75\x62\x92\x81\x45\xb3\xb7\xb6\xd8\x74\x94\xde\x0a\x01\xf2\xa5\x2d\xf8\x82\xb6\xf1\x12\x29\x54\x16\x66\xfe\x9d\xac\x16\xe6\x56\xcb\x67\xdd\xdb\x65\x22\x22\x4b\x36\x36\x9f\x2f\x3f\x42\x91\x5b\x35\xd5\x11\xba\xc6\xe9\x49\xbc\x8d\xa1\xd7\x7c\x48\x5e\x9f\xea\x28\xb6\xbb\x4e\x1f\xd1\xea\x71\x4b\x47\xf5\x91\x5c\x52\x66\x81\x86\x65\xe6\x36\x1b\x70\x4f\x52\x88\x0f\xe4\xb6\x7a\xa8\xfc\x53\x46\x79\x69\xa4\x3c\x23\x71\xe0\xe3\x17\x4a\xce\xd5\xce\x16\xf8\xcc\x71\xab\x00\xc9\x25\xcf\xcf\xe1\xcd\x05\xae\x4e\xa3\xe5\x57\xc3\xb0\x9d\x49\x28\xcf\x6a\x61\x52\x36\x6f\xd6\xaf\x6a\x81\x92\xa4\x4c\xc7\xec\x54\xb7\x7d\xc9\x74\x7c\x47\x4f\x90\xe3\x06\xc6\xff\x52\x41\xd1\x1e\x26\x36\x27\x91\x4e\xe0\x99\xe7\x48\xbb\xd8\xba\x0d\x9d\x77\x68\xea\x1b\xec\x9a\x51\x6f\x00\xb5\x0c\xef\x23\xb4\xe3\x03\x32\xd5\x03\xc6\x97\x5a\xec\x42\xcf\x69\x57\x66\x5e\x2b\xdd\x8e\xd0\xb0\x2b\x7e\x56\xe4\x34\x8b\x91\x20\xde\x33\xf1\xba\xad\x61\xe9\xc2\x1d\xa6\x8f\x22\x9a\x49\x78\xf3\x4e\x03\x61\x1e\x7d\x8e\x48\xa5\xbd\x62\x68\x1d\xb9\x6b\x8c\xc2\x95\xe9\x52\xc9\x46\xe0\xa1\x96\xe9\x9f\x0c\xff\xd5\xee\x62\x23\x1f\xd7\x95\x3f\x01\x07\xc2\x45\x39\x5f\x94\x1a\x1d\xb4\x06\xce\xf0\x3c\xc8\x38\x58\x1f\x0f\xee\xb0\x19\x50\xca\x53\xd4\xf5\x5c\xab\xdc\x6e\x79\x7b\x0a\x22\xd5\x68\x25\x0a\x70\xc7\xd0\xf2\x0e\x6a\xfe\x3d\x3f\x48\x90\x21\xe8\x5d\x58\x48\xa5\x2f\x21\x9f\xb5\x95\x28\xc1\x42\x04\x19\x66\x1b\xfd\x86\xd3\x9e\x2c\x7e\xfc\x56\x88\xb3\xf2\xd5\x72\xe6\xdc\x15\xee\x1a\x3b\xfc\x7c\xd2\xfb\x4b\xf1\xfd\x4d\xb3\x01\xf4\x51\x86\x99\x6b\xc6\x8e\xa0\xf7\x26\x1b\x4b\x38\x2b\x4c\x8b\x69\x54\x28\x5d\x04\xb2\x39\x8d\xd1\x0d\xf3\xc9\x33\xd1\xfb\xa1\xf7\x43\xcf\xb4\xc1\x0d\xdd\xd9\x32\x0f\x20\x4b\x92\x1c\x6b\x69\xc0\xb8\xf3\x7a\xea\xa3\x1d\xa1\x95\xee\xb7\x76\x44\xa7\x13\xb3\x64\xdc\xc1\x01\xc6\x2d\xa6\x43\x56\x06\xe6\x38\x78\xc2\x09\xcf\x07\xe4\x25\x5f\xc2\xc1\xc7\x4e\xb8\x22\xa7\x64\xe1\xa4\x5a\xf2\x82\x8c\x7b\x3d\xf1\x8b\x92\x4c\xaf\x41\x8a\x99\xc4\x79\x51\x8a\x34\x4b\x3b\x28\x02\xcb\x79\x94\x53\x94\x04\xfc\xe7\xa1\x45\x2b\x3f\xfe\x7e\x51\x23\x86\x51\x91\x3b\x04\xad\x9b\x5e\x09\x23\x31\x74\xed\x6a\xeb\x77\x8f\x1e\x09\xfd\xa5\xf5\xa3\x00\xbb\x02\x2e\x7d\x8f\xe4\x11\x78\xf8\x3a\x60\xed\xed\x3b\xbc\x91\x89\x2f\xae\x4c\x81\xdb\x65\x13\x98\xa5\xdd\x01\x36\x7f\x0e\x99\xae\xbf\x8b\x8e\x0d\x87\x73\xce\xa6\x7b\xd1\x1b\x0f\xef\x37\xde\x81\x61\xba\xdb\x74\xe9\xce\x6c\x21\x87\xe8\xea\xa9\xac\xd7\x13\x87\x13\x71\x2d\xe1\x16\x75\x2a\xc7\xda\x10\x65\x68\xc0\xd6\x95\x48\xb3\x12\x54\x71\xbc\x69\x29\x24\xfc\xa1\x05\x60\x03\xcd\x7c\x58\x88\x08\xd5\x2a\x35\x6b\x1d\x8b\x0d\x68\x6b\x8b\xa2\xcc\xe6\x22\xcd\xae\xd7\xa7\x76\x8d\x4c\x48\x0a\x70\x2f\x9a\xf7\xa9\xf2\x9e\x7b\xa0\x2d\x66\x51\xfe\x05\x55\x45\x0a\x37\xa4\x09\x65\x8b\x9c\x81\x82\xaf\xcc\x8d\xd2\x1a\x3b\xc7\xec\x60\x36\xa3\x35\x76\x13\xb1\xca\x2a\x51\x5b\x29\xa0\xc5\x6c\x25\x1f\x0a\xc8\x7c\x33\x8b\x6f\x24\x54\xf8\xcf\xb3\x68\x34\x05\x9a\xf2\xef\x4c\xe2\x61\x9c\xc4\xe5\xb2\xad\x66\x29\x6f\x94\x90\x39\x8d\xae\xe2\x0c\x8a\xd1\xa5\x97\xd6\xe0\xad\xe4\x54\x73\x61\x83\x42\x62\xd1\x16\x45\x86\xb9\xbc\xcc\x0e\x6a\x91\xfd\x28\x2e\xf8\x4d\x0e\xda\x30\xf5\x09\xa2\x1b\x57\x8e\x90\xb6\x1a\x01\x93\xdd\x27\x62\xd7\xdb\x9b\x86\x83\xa8\xa1\x3e\x7a\x24\x26\x5a\x70\xec\x6c\x89\x1f\xd4\xd7\xa6\x52\x98\xc2\x9f\x85\x26\x00\xd6\x84\xe5\xa6\x98\xd8\x3d\xc5\x3e\xab\xb0\x8f\x49\xe5\xbc\xd4\x17\x5b\xbf\xdd\xf9\x67\xb8\xc6\x5b\x38\xb8\x18\xa3\x80\xa7\xef\xbf\x99\x9f\x60\xea\xf0\xd1\x17\x5d\x50\xa6\xf4\x53\x3d\x35\xe3\x89\x88\xd2\x65\x4b\x71\x82\x42\x4a\x31\x94\x93\x2c\x97\x8a\xc4\x69\x63\x8c\xb3\x52\x44\xa9\x4e\xf7\x04\x09\x63\xf0\xae\xcb\x65\x16\xd7\x6a\x23\x61\x33\x74\xe6\x95\x6f\xb3\xf2\xb4\xc4\x52\xf1\x41\x53\xec\x1a\x3c\x6d\xc5\x81\x7f\x8f\xf3\xf4\x7f\x14\xa7\x7b\x7f\x6f\x6e\x57\xb1\xa7\x39\x61\x1c\x7f\x00\x03\x94\x37\xa5\x4c\x0b\x13\x7d\xfd\x6d\xbc\xcf\x5f\xc8\xa7\xa2\xf7\x43\x37\xb8\x90\x30\x9e\xb8\x70\x49\x94\xc6\x1a\x97\x7a\xa4\x78\x6c\xe0\x58\xab\x23\x64\xca\x16\xec\x38\x44\x50\x65\x31\x70\x37\x72\x49\xcb\x1c\x2c\x9c\xc0\x1f\x80\xf0\xc2\xbf\x76\xc9\x7f\xab\x6a\x12\x35\xe0\x1f\xd4\xaf\x4d\x04\x6b\x42\xfb\x2f\xb0\x3e\x7c\xaf\x02\x0a\x8a\x0c\x76\x31\xd8\x31\x19\x38\x48\xae\x12\x89\xcb\x2c\x1b\x03\x4b\x1f\x49\x45\xb6\x8a\xc7\x83\x8f\xa3\x02\x4c\x97\x48\x3e\x9a\xdc\x69\x74\xea\x0e\x2b\x0f\x8f\xe2\xeb\x57\x61\xc9\x4e\x7c\xfd\xba\x6a\x6a\x86\x15\x89\x78\x36\x93\xe3\x38\x2a\xa5\x3a\x4c\x70\x66\x90\x41\x3f\x2b\x83\xc3\x51\x1a\x82\x0b\xfb\x6c\x2a\x45\x13\xae\x75\x3b\xb3\xac\x28\x5b\xa0\xc3\xce\xe4\xd8\x3b\xa1\x05\x3a\x38\x8e\xca\x64\x09\x17\x31\x75\xd0\xc1\x68\xef\x4c\x0d\xf5\xec\xea\x73\xbb\x71\x37\x98\x10\xeb\x1e\xdb\x35\x02\xa9\x86\x53\x27\x97\x52\xb1\xe4\xe6\x4d\xd1\x16\x13\x47\xd6\xbb\x29\xba\xf8\xd2\x08\x08\xe6\x49\x73\xd2\x62\x81\x28\xb9\x2c\x78\x62\xe3\x90\x86\x7d\x13\xd6\x56\x75\x57\x93\xe6\x8d\x52\xaa\xdb\x22\x6e\x8b\x9b\xa2\xa5\x3a\x24\xf5\x15\x9e\x87\x2d\x51\xb9\xe4\x37\x37\x98\xb4\xc0\x73\x84\x2f\x73\xd1\x11\xa9\xbc\x44\xeb\x12\x7a\x54\x8f\xb3\xb4\x51\x42\x0a\x00\x25\x72\x1c\xee\x3f\xc7\x50\x2e\x6a\xbe\x2b\x1a\xd1\xb0\x61\x4f\x7c\xb2\x10\x0e\x69\x11\x5f\xb1\x03\xb9\x28\xf3\xb6\x20\xd1\x28\x81\x62\x49\x7a\x64\x45\x99\x6b\x08\xfc\x3d\x0d\xbf\xbf\x12\x46\x80\x81\x88\x17\x4a\x55\xd5\x62\xaa\x02\x4e\xc7\xda\x06\x3e\xac\xa6\x5d\x08\x0f\xc0\x62\x51\x3b\x3f\x3e\x80\x1b\x84\xce\x70\x31\x99\xc8\xbc\x0b\x2e\x86\xef\xd0\xcf\xa2\x2b\x0e\x64\x9e\x15\x85\xd8\x1b\x66\x8b\x2f\xd3\x68\x1c\x7f\x96\x53\xf1\x42\xbb\x26\x4d\xe0\x25\x78\x26\x65\x73\x99\xa2\x63\xdb\x4b\xf0\x33\xea\xfd\xe0\x45\xe5\x40\x36\xbd\x5e\x9a\x75\x6c\x80\x6d\x27\x9a\xc7\x14\x1e\x9e\x0b\xec\x9d\x07\xd1\xe1\x93\x46\x0b\xdf\xbf\xd6\xef\x69\x98\xf8\x9b\x96\x3d\x52\xe4\x88\x09\x1c\xd0\xb7\x44\xb1\x1c\x16\xe6\x09\xd4\x98\x25\x26\x0b\x44\xc1\x48\x7f\x94\xcd\x97\xe0\xa7\x26\x9a\x45\x3e\x6a\x8b\x71\xa1\x45\x39\x43\xc2\x5f\xe4\x52\x51\x49\x91\x5b\xf7\xf2\x71\x51\xea\xfc\x59\x45\x3e\x82\x3f\x07\x26\xfa\x50\xad\x19\x8e\xaf\x0b\x16\xcb\x47\x8f\x68\xf8\xdd\x28\x49\xb2\x91\xff\xfb\x43\x0a\x37\x38\xc1\xa7\xa7\x49\x76\x4d\x9d\x56\x7c\x65\x87\x84\x02\xae\x7b\x93\x3b\x12\x8f\xfe\x85\x21\x04\xb0\x2a\xec\xd4\x9b\xf8\xb4\xad\x0d\xa6\xf0\x56\x8b\xa1\x06\xf3\xa7\xd1\x44\x6a\xb4\xdf\x3a\xec\xc3\xbe\x11\xcd\x28\xbf\x6c\x63\xde\xf2\x38\xbd\x3c\xce\x8f\x27\x93\x42\x22\xe9\x5d\xfa\x56\x78\xfc\xe4\x8e\x2f\xa8\x2f\xdb\x85\xdd\xdd\x36\x96\x17\x13\x5b\x35\xfd\x06\x2d\xe6\xa1\x05\x62\x69\x3c\x32\x6e\x62\x80\x16\x3d\x1d\x8b\x89\xd7\x84\x09\xdb\x5f\xcb\xeb\x9e\x8c\xd0\x76\xfb\xae\x33\x63\x26\xac\x47\x39\x26\xa8\xd0\x59\x33\x56\x47\x4b\x6a\x33\x3d\x1a\xe6\x95\xe0\x08\x11\x93\xfa\x5b\x9f\xe7\x7f\x23\x4a\x91\x2e\xf9\xa4\x8a\xf8\x1f\xb2\xad\xce\x85\xc4\x02\xaa\xce\x45\xb5\x42\xc5\xe3\x1b\x26\x13\x9e\x08\x31\x03\xb1\xab\xe7\xa2\xfa\x68\xe9\x7e\xd5\x80\xa0\x43\xe3\x74\x18\xba\x09\xd1\x03\xa6\xec\x7a\x95\x0b\x91\xe1\x62\xa2\xce\xb0\xa4\xe9\xcd\xcf\x91\x9f\xc2\xad\x5b\x5c\x36\x71\x1a\x9a\x66\x9b\x95\x55\x19\x2e\x26\x35\x38\xa7\xbd\xef\x63\xfe\x0f\xc1\xb4\x4b\x32\x84\xe6\x15\xa3\x54\xbc\xe8\x4f\x1d\x29\xb1\x7e\x35\x8e\xca\xa0\xf1\x24\x23\x57\x7a\xa9\x8f\x13\xe4\x99\xb8\xd7\x53\xb4\x29\xb4\x4d\x95\x22\x3a\x0c\x58\x00\x35\x26\x33\x15\xa2\xfe\xd8\x73\x4e\xbd\x97\xf8\x95\xf6\xc7\x57\x27\x27\xb9\xd9\x86\x8e\xbf\x0e\xb0\x25\x0a\x41\xe3\xce\xf6\x3a\x8e\x7c\x18\x15\xf2\xe9\x13\xe7\x08\x84\x27\x9d\xcf\x85\x3e\x05\x63\x29\xe5\xb3\x1f\x9d\x36\xf4\xc8\xb4\x28\xb0\x66\x12\x6f\x51\x80\x3b\x56\xa3\xc5\x8d\x0b\x86\xab\x6b\x16\xa8\x5f\x58\xec\x2a\x96\x6f\x7e\xd8\x06\x87\x47\xa7\xef\xf7\xdf\x9c\x7d\xfc\x79\xef\x3f\x3f\xbe\xfe\xdb\xd9\xfe\xa9\xd8\x15\x3f\x6e\x72\xe7\xe9\xc3\x89\xf8\x44\xe4\x73\xf6\xb7\xf7\xfb\x6f\x3f\xee\x9d\x9c\xec\xfd\xed\xe3\xe9\x87\xf7\xef\x8f\x4f\xce\x3e\xf5\x31\x40\xc7\x44\x62\x28\xd2\xf8\x50\x48\xf1\x21\x4e\xcb\xe7\x38\xfa\x78\x36\x47\x4f\x33\x74\x1d\x6d\x4e\xa2\xa2\x94\x45\xd9\x62\x5f\x62\xba\x1c\xfc\x12\x4f\x81\xca\x57\x4a\x3c\x17\xda\xf8\x94\xc8\xb6\x90\x57\x52\x09\x7b\x4f\x5b\x66\xc9\x29\x7d\x13\x15\x6d\xd5\x59\x21\x15\x25\x8f\xd1\x89\x0d\xfd\x89\x0f\xf7\xc5\xd6\xe6\x46\x5b\x1c\xc4\xb9\x9c\x64\x37\xe2\xc9\x46\x5b\xbc\x99\xe6\xd9\x4c\x8a\x67\x1b\x70\x58\x44\x79\x2c\x7e\xec\x6e\x6d\x60\x44\xdc\xf1\x5c\xe6\x91\xd8\xda\xea\x3e\xdd\x68\x8b\xf8\xf8\x54\x3c\xe9\x6e\x6f\x58\x42\x7b\x8b\x01\x36\x57\x51\x0e\x8e\xe3\x3a\x37\xd5\x70\x71\x09\x96\xae\x99\x2c\x63\xf2\xc8\xab\x99\x9a\xce\x3f\x02\xbe\xe4\x6a\x56\x00\xd6\xe4\xb9\xd7\x00\x69\x3e\x85\x33\x21\x3b\x8c\xa3\xac\x94\x7d\x1b\x6a\x25\x3a\x76\x7e\x9d\xed\xbf\x40\x26\x2c\x5b\x5d\x05\x62\xd0\xc6\xc0\x55\xd5\x0e\xe6\xe9\x45\x32\xf1\xc9\xae\xdd\x27\x11\xa7\x45\xa9\xd4\xbf\xa2\x4d\x70\x85\x38\x95\xb2\x6f\x32\x28\x0f\x17\x97\xff\x88\x93\x24\xea\xce\x32\xfc\x57\x09\x90\xc5\x34\xbb\xfe\x38\x5c\x5c\x76\x47\x97\xf1\xab\x78\xbc\xfb\xf4\x2f\x3f\x3e\x79\xfc\xbc\xeb\x8c\x8e\x30\xfe\x97\xce\xd6\xa6\xd2\xae\xc0\x83\x96\x12\x6c\x7f\x52\x1c\x65\x5c\xb9\x7a\x5f\x0c\x23\x1c\x93\x93\xe8\xc0\x00\x3c\xdc\xdf\xda\xc4\x08\x66\x85\xb2\x2f\x32\x5d\x1b\x8e\xb8\x9e\xc6\xa3\xa9\x49\xf9\x4f\xa4\x92\x4d\xcc\x8c\xe3\x74\x94\xe5\xb9\x5a\x3a\x12\xd3\x95\x00\xa9\x46\x5f\xc4\xe5\x02\x16\xb1\x00\xc7\x4d\xf1\x83\x52\x56\xc7\xb2\xc4\x80\x4c\x59\x28\xde\x75\x79\xb9\x34\xa2\x2a\x68\xe5\x85\x2c\x57\x6e\x29\x58\x03\xd8\x11\x9f\x94\x7a\x5e\x4e\x25\xd6\x25\xbe\x94\x65\x3d\x15\xb5\x69\x12\x71\x21\x8a\x24\xbb\x06\x02\x24\xb3\xac\x2c\x04\x0d\x3f\x59\xea\xf8\xa0\xfa\xee\xc5\xae\xb8\x4c\xb2\x61\x94\x04\x5f\x3a\xa7\xb5\xe2\xe6\xaf\x56\xb4\x56\xef\xfb\x48\xae\xb0\x08\xa7\x48\x7d\x4d\x94\xe4\x70\xe5\xf6\x31\x86\xe1\xcb\xcf\xd1\x0d\x5d\xb6\xa2\xb9\x90\x11\xb9\xa1\xda\xb8\x00\xdc\x42\xa4\x9c\x89\xf1\xd6\x9c\x8c\x41\xd8\x65\xe0\xb0\x33\xeb\x17\xe0\x0f\x46\x98\x12\xee\xf9\x92\x9b\x10\xa3\x3c\xa7\x20\x55\xbb\x1b\x9a\xda\x60\x13\xe5\x79\xf7\xe3\x47\x20\xa9\x8f\x1f\xc5\xae\xf8\xd5\xfc\xe8\xb3\xe6\x96\xe6\xd4\x31\x95\x71\x25\x91\x69\x96\x4f\xb6\xc5\xad\xab\x05\x2b\xe8\x93\x2c\xa3\x9a\x67\x4f\xb6\x95\x32\xd1\xeb\x39\x18\x31\xbb\x52\x87\x5b\x46\x0b\x08\x8f\xb2\x81\xfa\x42\x18\x09\x35\x37\x24\x8f\x22\x94\x49\xed\x41\x80\x47\x6c\x27\x42\xc2\xbc\x4f\x66\x8b\x58\x68\x1c\x4c\x73\xab\x2d\xb6\x5a\xdd\xe1\xb2\x94\xef\xd8\xdd\x2b\xf8\x88\x4a\xda\x84\x7a\x0b\x3a\xa0\x6e\xc5\x08\x8a\xce\x34\xa5\x6f\xf1\x30\x29\x10\x6f\x7d\x75\x84\xad\x6b\x33\xa4\x71\xd4\x11\x9e\x22\xcd\xcd\x9b\x67\x13\xfc\x4f\xeb\xe9\x9b\x37\x8f\xcd\x13\xb7\x1f\xd4\x3a\xb4\xe2\x83\xc1\xd1\x15\xa9\x9f\xd3\x95\xf1\x32\x08\x88\x44\x27\x51\x7a\xa9\x65\xa2\x43\xf2\xab\xe4\xeb\x47\xa9\xe0\xad\x50\xc4\xb4\xcc\xc0\x7c\xf8\x25\xe7\x09\x11\x49\x6a\xd7\x3c\xcc\xb1\x51\x36\x1a\xca\xa2\x14\x73\x99\x43\xfe\xac\x74\x24\xf5\x48\xa3\xb2\x4a\xde\x46\xa3\xd0\x4d\x1c\x22\xf7\xf5\xb1\xaa\xd0\xdc\xeb\x89\x03\x8a\x85\xed\xb3\x71\x52\x80\xba\x1e\x97\x36\x7a\x13\xaa\x75\x9e\x1b\x2d\xf4\xc3\xc8\xaa\x45\xc7\xd9\x88\x49\x5c\x74\x46\x7b\xcb\x06\x9d\xb8\x3e\x22\x83\x8a\x67\x9a\x6a\x55\xc9\x32\x61\x07\x94\xa5\x45\x99\x2f\x46\x25\xd4\x61\xc1\x23\xc1\xee\xb7\x6c\xe2\x62\x1b\xc6\x05\xd6\xd2\x72\x2a\x63\x4c\x15\x68\x75\x5a\xba\x0d\x03\x8e\xee\xe3\xef\x53\x57\x1c\x2c\xf2\x72\x2a\xf3\x59\x96\xcb\xb6\x6e\x80\x99\x84\x44\xb1\x18\x02\x66\xf4\x31\xc4\x3b\x6d\xd3\xb1\x60\x8b\xf7\xdb\xf1\x81\x30\x81\xd6\x5b\xaa\x95\xaf\x44\x65\x0b\x9c\x34\x66\x80\x89\x11\x2c\xd2\x9d\x10\x35\xe8\x8a\xd3\xbf\x2f\x94\xb4\x34\xcc\xa3\xd1\x17\x09\xda\x2a\x89\x2b\x59\xfe\xa5\xc0\x7b\xbf\xb9\x84\xb0\xac\x4e\x47\xc4\x25\x45\xd7\xd2\x11\xaa\xeb\x7f\x66\xa3\x52\x96\x3c\x30\xd6\xeb\xcd\xa2\x2a\x97\x33\xc8\x5c\x60\xab\x19\x74\xab\xc9\xc8\xee\x63\x97\x80\xab\x93\x15\xe7\xdc\xa3\x47\xe2\x41\x13\x2f\x06\x08\x7b\xd9\x84\x3a\xa8\x54\xb1\x61\x64\x77\x97\x36\xce\xbd\x86\x29\xa6\x7f\x14\x61\x39\xc4\xb5\x0c\x07\x01\xcd\x57\xf7\x52\xa7\x01\xfb\x59\x02\x2d\xd7\x6e\x1c\x32\xfd\x59\x89\x06\xa6\x74\x49\xa9\xc5\x4b\xbc\x0e\x89\xaa\x8a\x1b\xf5\xa3\x81\xb5\x42\x06\x5b\xa6\x50\x02\x2a\x21\x63\x40\x45\xd5\x53\x1a\x9b\x7d\x7d\xb7\x2d\x43\xef\x94\x2c\x4b\x4e\xd1\x7f\xf7\xf9\xd6\x5f\xb6\x15\x42\xd3\xac\x44\x31\x79\xb8\xa4\x3b\x1d\x47\x08\x22\x0b\xd1\xd9\xf1\xdb\xe3\xbe\x78\x27\x2f\xa3\xd1\xb2\x0d\xdf\x50\x0a\xd8\x28\x5d\xaa\xbd\xd6\x15\x27\x90\xea\x0f\x2f\xa8\x6f\x4a\x31\x8b\x3e\x67\xb9\xbe\x9f\xee\x9a\x01\x7c\x24\x0e\xeb\x19\x88\xb4\x53\xa1\x2f\x05\x84\x18\xa4\x3d\xd2\xfd\xf3\x06\xd4\x58\x3a\x67\x74\x05\xc2\xb5\xcd\x4e\x36\x5b\xdc\x7a\x7a\xf9\xe0\x21\x7c\x31\x78\xe8\x2d\x74\x9d\x09\xca\xeb\x0e\x36\x2b\xed\x3d\x30\x06\x18\x11\x10\x64\x08\x1c\x0d\xdb\x45\xac\x7d\xe5\xa0\xcf\xb3\x19\x7b\xbd\x26\x02\xc2\xc3\x62\x58\xf0\x37\x05\xeb\x8d\x72\x1f\xaf\xec\xa8\x55\x3d\x24\xd4\xa7\x28\x69\xf3\x4f\x5b\xde\xb9\xa1\x73\x4c\x44\x49\xb2\x14\x4a\x47\xbf\x8a\x12\x88\x11\xce\x82\xfc\xa2\x05\x52\x79\xa9\x53\x1a\x99\x15\x02\x58\xb1\x9e\x11\x1c\x00\xb8\x22\x58\xb9\x8c\x19\x2b\x9b\x45\x99\x9f\x5b\x80\x17\xad\x4a\x03\x90\x30\xaa\x8f\x87\xda\xfe\x19\x6a\x8e\x0f\xce\xdb\x42\xc9\x74\x88\x92\x73\x8d\xfc\x0b\xec\x83\x69\x0d\x15\xa3\xe9\x7a\xf4\xcb\xb9\x01\x26\xc9\xb8\x7b\xd9\x01\xd9\x6b\x09\x47\xfe\xee\x73\xb6\x66\x48\x28\x67\x1f\x85\x9b\x7a\xd4\x86\xf9\x0b\x42\xf4\x4f\x99\x0d\x80\xb9\xca\x82\x65\xbe\x26\xb4\xba\xef\x2f\x80\x62\xbd\xdd\xa1\x44\xa7\xf8\x46\x18\x09\x1b\x82\xef\xf6\x4f\xb7\x37\xb7\x9e\x76\x5d\x85\xfb\x32\x2e\xa7\x8b\x61\x77\x94\xcd\xc8\x78\xd5\xc3\x95\xed\xcd\x17\x49\xd2\xfb\xcb\x33\x84\x47\xa6\x74\x1c\xa5\x89\xfd\x37\xf6\x70\x67\x40\x6d\x9e\xb3\x12\x42\xc6\x9d\x9a\xb2\x58\x6f\x76\x91\x47\xc3\x44\x62\xd2\x52\x3a\x09\x5a\x41\x79\x1d\xd3\x30\x02\xdf\xfe\x6d\x6c\x8a\x83\x87\xea\x83\x0a\xeb\xaa\xb2\x2d\x76\x53\xae\x7a\x78\xc1\xb2\x7b\x86\x25\xf3\x1a\xc8\xc4\x14\xf5\x25\x63\xa3\x66\x9e\x60\x65\x27\xde\xb0\xc2\xc0\x6e\xf1\xe1\x1a\xbf\x71\x8c\xbc\xc2\x8c\x4e\x27\xc3\x14\x11\x06\xde\xd5\x15\x56\x98\xce\x7b\x3d\x71\x9c\x26\x4b\x31\x8f\x96\x22\x2a\x4b\x99\xa2\xe2\x9b\x31\x41\x60\x82\x65\x3e\xf4\x19\xdf\x85\x84\x25\xe6\xeb\x79\x2e\xaf\x20\x96\x20\x1a\x8d\xa0\x5a\x09\x30\xb7\x42\x62\x1e\x23\x08\x3f\x45\xbc\x93\x0f\x8c\x75\x1d\xe8\xf5\x30\xe8\xb9\x94\xf9\x3c\x97\x25\x44\xe3\x63\x37\xe8\x58\xa1\x36\x77\xd7\x99\xec\x2a\x1b\xbf\x26\xc0\x57\xb5\x28\x59\x61\xf7\x57\xca\xde\xdd\x9f\x55\x44\x95\x7a\xe4\xdf\xd6\x57\x89\xc3\x6c\x80\x5a\x38\xd5\xe7\x20\xb2\x6e\x20\x13\x58\xec\x73\x24\x10\xce\xbc\x2b\x9c\xf5\x5e\x57\x37\x5c\x06\x23\x86\x1a\x6c\x1d\xa4\x5c\xba\xab\xe0\x73\xac\xa7\x57\x52\xbe\x6a\x90\xa3\x76\x9a\x52\xb6\x15\xc6\xa7\x72\xf4\x45\x8e\x69\xe3\x7f\x15\x9b\xad\x35\x24\x71\x37\x02\xd4\x73\x33\x50\x90\x76\xc4\xc6\x46\xec\xe9\x82\xe7\xf1\x85\x6a\x34\x70\x9c\x4b\x56\x69\x78\xfb\xa1\xc3\x39\x5d\xcc\x5a\xea\xd0\xd3\xb5\xff\x69\x8a\x05\x39\x9b\xfc\x43\xe6\x59\x67\xd5\xea\xfa\x4b\xb7\xfa\x06\x28\x20\x34\xdb\x65\xc3\x65\x0a\x8f\x96\x5d\x92\x7c\xe7\x88\x83\xe3\x5d\x75\x17\xb4\xc6\x98\x3d\xa1\x16\xe5\x2d\x43\x59\xe4\xda\x56\x7f\xed\x68\xf6\x3e\xf7\x79\x44\x7f\x20\xce\x14\xec\x29\x61\x9f\x8b\xc6\xa2\x9c\x3c\x6f\x78\xd2\xa1\x26\xb5\xb8\xd0\xa5\xde\x9a\xa6\xf7\xbb\x8e\x1a\xdd\x70\xf0\x90\x9d\x32\x68\xbf\xc1\x91\x99\xde\x1d\x59\xd9\x89\x6f\xb1\x76\xb1\x66\x75\xf6\x5f\x91\x66\xeb\x77\x94\x11\x7d\x34\xdc\x68\x54\x2e\x20\xbd\x3e\x18\x37\xb0\xa6\x70\x05\xae\x9d\x3d\x35\x57\xc8\xf4\xcc\x53\xbd\x9e\xf8\x25\x8f\x4b\xf4\xe0\x9a\xca\x1b\xb3\x36\x6a\xdf\x51\xfa\xb6\xb6\x97\x47\x50\x07\x05\x33\xef\xcf\xeb\x38\x49\x0c\xc0\x51\xb4\x28\xa4\x90\x57\x32\x5f\x62\xb5\x06\xb2\xde\x1a\xc5\xb2\x02\x80\xe2\x5c\xa9\x34\x63\x57\x34\x65\xf7\xb2\x6b\xe0\x35\xa2\xe1\xcd\xcd\x68\xdc\x30\x97\x22\x25\x60\x08\xce\x91\x46\x34\x6c\xb4\x1c\xfb\x15\x60\xc4\x78\xe9\xe3\xcc\x03\xa2\x3c\xe3\x06\x0e\xa5\x82\x94\xf7\x2e\xfe\x62\xd8\x20\x8a\xce\xd6\x93\xd8\x2c\x29\xbc\xd0\x86\xa5\x2a\xbb\xe3\xaf\xef\xb3\xc4\x77\xc4\x2e\x89\x0d\x1e\xe0\x60\xb9\x1e\x74\xa7\xfe\x7c\x24\xb6\x7f\xfc\x71\x05\xef\xab\xce\xd6\xb5\x6f\x02\x20\x2e\xf4\x7b\x12\x3b\xce\x8b\xd9\x79\x7b\x3d\x54\xbb\x49\x83\x89\x27\xe2\x13\xdd\xa5\xe8\x02\xcc\xb4\x59\x58\x67\x96\x34\x6d\x3f\x80\xc3\xaf\x5f\xab\x1d\xbc\x60\x83\xb9\x4b\x7a\x1b\x34\x50\xa2\x18\x0c\x1a\xe8\xdb\x09\xbe\x9b\xc3\x6c\x91\x8e\x8b\x8a\x26\xbb\xb2\x27\xb1\x21\xc8\x9c\xa8\x06\xb5\x19\xe2\x12\x5e\xcf\x64\x5a\x5c\xa7\x67\xd6\x8d\x9b\xde\xfd\xd1\x23\xc1\x42\x97\xaa\x82\x1c\x99\xec\x7d\x2b\xad\xd1\xef\x9c\x34\x11\xdf\x0a\x88\xaf\x7e\xab\x6a\xd2\x5d\xf7\xd3\x3a\x4d\xfd\x8f\xb7\x69\x47\x5a\x75\xfb\x53\x4c\xd8\x34\x08\x87\xbb\x38\xcc\x65\xdd\xdd\x4a\x97\x7c\xf4\x6d\x36\xfc\xcc\x0e\x4e\x73\xbe\x11\x57\x51\x6f\xdd\x4c\x24\x90\x61\x55\x73\xa7\x6c\xf8\xd9\xe7\x4d\x77\x70\xa7\x16\x0f\x2f\x75\x6c\xea\xbb\x6e\x49\x4c\x67\x12\x82\x07\xa6\xaa\x4e\x47\xd9\x7c\x49\x40\x37\xe1\xff\x11\x74\xe0\x43\x46\x31\x76\xaa\xf8\x7b\x3d\x1b\x94\x35\x79\xaa\x8e\x87\xae\xe4\xe3\x5b\xa4\xbe\x7e\x15\xb4\x81\xa1\x36\x0a\xef\xd1\xad\x5e\x61\x10\xe7\xa8\xab\xea\xfb\xb8\x48\xa3\x94\x63\xd6\xf1\xf3\xac\x57\x26\x36\x8d\x7a\x72\xeb\xe1\x30\x44\x32\x6a\x64\x1e\x5e\x09\x45\x5d\x74\x99\x53\xa3\x42\xf8\x60\x88\x20\x7f\x11\x68\x30\x8e\xca\xa8\x55\x5d\xaa\x9a\x6e\xb0\xf9\xa0\xe2\xaa\x1d\x14\x93\x0e\x56\x9b\x8c\xdb\x42\xdb\x19\x18\xd6\xe9\x07\xe4\x1a\x82\x9d\xd0\x49\xd4\xc1\x8b\x1b\xab\xdb\xa8\x48\x92\x44\xbc\x9a\xb3\xd9\x3c\x3f\xe0\xe7\x20\x46\x51\x4a\xb6\x60\xf1\xc9\x1c\xcb\xfc\x76\xee\x13\x44\x0f\x89\xa1\x44\x09\x05\xc8\x1d\xb2\x66\x80\x63\x05\xc1\xd2\xb7\xf9\x85\x38\x8a\x8e\x44\xd3\xdc\xa0\xdb\xfc\xa6\xa3\x4c\xe6\x23\xbc\xc0\x51\xa2\x75\xd7\xe8\x33\xf4\xe9\x4b\xf7\xae\xf9\x8e\x83\x63\xaf\x2c\xe5\x6c\x0e\x22\x3d\x08\xd4\x51\x69\x78\x48\x12\xe5\x97\xa8\x51\xa7\x62\x16\xdd\xc4\xb3\xc5\x4c\x34\xc4\xc6\x80\x05\x08\x78\xff\x35\x94\x04\xde\x17\x9b\x37\x0d\xb1\xe1\x0c\xa2\x5b\x66\x64\xf3\xdc\x7a\x0a\xb5\xb9\x81\x4f\x17\x55\x17\x2c\x7d\xe4\x29\x9e\xe0\xf9\x80\x5a\xbf\xa1\x66\xc5\x06\xbd\x61\xf6\x84\x95\x16\x02\x99\xfb\x21\x69\xbf\xfc\xbb\xfa\x3f\x9c\x85\x91\xa6\x36\xfd\x81\x70\x95\x44\x83\xf7\x2e\x03\x34\xb3\x73\xd3\xca\xea\x31\x0e\x5d\x6d\xe5\xc1\x83\xe6\x50\x0d\x4f\x69\x2a\x6a\x5f\x0c\xbb\x1f\x75\x5b\x0f\x2c\x38\x14\xe5\xd2\x2b\x95\x0e\x8f\x9a\x51\x5b\x0c\x03\x77\x49\x86\xed\x46\xc0\x49\x2a\x8f\x87\x77\x28\x19\x36\x57\x83\xde\x38\xf8\x61\x40\x66\x81\x0d\x3e\x34\xce\xfa\x9b\x56\x29\xb8\x51\x27\x5d\xd7\x5e\x70\xaa\x67\xea\x9c\x1e\x9a\x67\x55\xe9\xb2\x4d\xe7\x82\x89\xbf\xbf\x69\x8b\x65\xcb\xc8\x9c\xae\x96\x0d\xfd\xeb\x20\xf9\xa1\x1b\x1e\x0f\x9d\x9f\xc7\x17\xfa\x37\x74\xcc\x7e\x43\xd8\x51\x95\x97\x40\x04\x82\x78\x21\x96\x66\x42\x9d\x2d\xfd\x7c\x29\x5e\x88\x1b\xf3\x7c\x8b\xad\xe5\xa6\x4f\x07\xfb\x56\xfd\x63\x94\x60\x9e\x36\x3d\x4d\xb3\xb8\x8e\xc1\xe5\x80\xb6\x84\x79\xeb\x96\x98\x66\xa9\xc6\x0b\x29\x1a\x53\x79\xd3\xe8\xf3\x07\xa0\x67\xfa\x4f\x3a\xde\xa3\xa8\x18\xc5\xb1\xfb\x28\x89\xca\x38\xdd\x72\x9f\x0d\xe3\x34\xca\x97\xde\x33\x70\x0e\xf4\x7a\x18\x15\xdb\x95\x27\x1d\xff\x51\x39\xd9\x7a\x9a\xc8\xea\xd8\xf8\x53\xa7\x2c\x21\x3e\x22\xf3\x81\xdf\xa0\xe2\x87\x61\xf6\x49\x3a\x8a\x4a\x77\x9b\xc0\x13\x48\x73\x1f\xba\x79\xd5\x67\x91\x7a\x7f\xa7\xda\xad\x1a\x05\x2d\xbc\x29\x1e\x1b\xc2\x5c\xcd\x56\x77\x89\xfa\x36\x2c\x9f\x84\xb8\xcb\xa6\xaf\xb6\xc7\x1e\x47\x0f\x8b\xd0\x2e\xef\x0a\x54\x61\xb1\x83\xf0\xad\x55\x3a\xb2\x63\x17\x1a\x9d\xc7\x17\x6c\xdb\x56\x53\x48\x0c\x5d\x57\x4e\x6e\xa6\xe1\x1e\x0f\x10\x2f\x99\x15\x7a\x40\x6b\x0f\xc7\x3a\x64\xd3\x60\xec\x6e\xaf\x32\xb2\xc5\xa4\x75\x57\xe2\x99\x6f\x58\x3a\x23\xfa\x0c\x17\x13\x14\x11\x75\xc0\xc2\x3c\x2b\xa8\x85\x9a\xda\x06\x04\x45\x74\x1d\x27\x0e\xcf\x7b\xd8\x3f\xb6\x98\x7a\x17\x30\xbd\xd4\xca\xcf\xd8\xb4\x72\xe9\x4f\xc6\x71\x6f\x00\xeb\x5f\x8b\x56\x5b\x75\xe3\xe2\x3f\x62\x79\x5d\x75\xc3\xd2\x38\x6e\x56\x1b\xeb\xd1\xa9\xb3\x86\x4c\x50\x35\x72\x6d\xcd\xf8\x2d\x52\x42\x73\x20\x90\xc1\x64\x43\xf4\x6e\x57\x40\xc9\x44\xfc\x35\xa8\x18\xbd\x30\x80\xc9\xc5\x14\xed\x27\x2f\x27\xc7\xa6\x71\x8c\xf8\x00\xb5\xc7\x15\xd5\x26\x59\x36\x07\x79\x08\xd2\x4a\xe7\x72\xb4\xd0\x45\x2c\x11\xbe\x62\xd1\x72\xac\x98\xb4\x8e\x0a\x35\xf4\xbe\xb3\x63\x47\x4a\x4c\xde\x5b\xec\x1a\xd6\x1c\x66\xce\x61\xf6\xcc\xf0\x99\xc8\xd4\x6d\xc9\x0f\x85\xe0\xb1\x40\x0f\x0d\x59\x54\x61\x2a\x10\x67\xd9\x6b\x25\x9f\xe9\x85\x76\xd8\x43\xe8\x2c\x08\x9e\x06\x35\xe7\x41\xfd\x89\xc0\xa7\x25\x7e\x10\xdb\x6e\x7b\x76\x00\x7a\x4d\x5f\xbe\x7c\x89\xe7\x73\xdd\xe1\xc5\xda\xe3\x8b\xd5\xf3\xf3\x0f\x22\x22\x1e\xbb\xee\xad\xbb\x71\x05\x51\xe6\x45\xb1\x98\x49\x68\x64\x41\x31\x53\x71\x13\x88\xb8\xe6\xf8\xb7\x5f\xb8\x04\xc7\x6e\x3b\xed\xa1\x48\xdb\x93\xbb\x3f\x0a\xbe\xc9\x18\x43\x2a\x92\xec\xfa\x2c\xd3\x16\x71\xdd\xb9\x89\x0f\x84\x8c\x4d\xbf\xae\xa4\x75\xa3\xf5\x80\x0f\x0b\x38\x9a\xcb\x3c\x9e\x2c\x51\xa3\x19\x3c\x84\xf2\x31\x5a\x03\xda\x15\x3f\xef\xfd\xe7\xc7\x0f\x87\x47\x67\x8f\xb7\x07\x0f\xa9\xe6\x25\x5d\xf5\xe5\x32\x1a\x77\xb2\x34\x59\x12\x44\xf2\xf9\x5e\x62\xd8\x3a\x73\x4e\xec\x9a\x4e\xa1\x8c\x81\x76\x21\x4e\x65\x0c\xf9\xaf\x41\x6d\xa3\x19\xa5\x59\xee\x38\xfa\xa7\x74\x23\x88\xd5\xf6\x61\x92\x3d\x69\xf2\x00\x60\xd2\xe5\x38\x17\x8b\xf9\x5c\xe6\x3d\xf2\x52\x06\xa3\x99\xce\x2d\x8a\xfe\x0f\xf3\xa8\x80\xb4\xea\xc6\xb2\x96\x2b\x1d\xaa\x4b\x60\xac\x01\x2d\x2e\x28\x95\xe2\x18\x1d\x9b\xe0\x9e\x32\x82\x84\xcc\x62\xff\xcd\xcf\x7b\x9d\xed\xa7\xdb\xe2\x69\x39\x15\xfb\x98\xd7\xb9\x4d\x10\x4e\x25\xae\xce\xd6\xe3\xae\xfa\xbf\x67\xe2\x04\x4b\x41\x88\x53\x39\x8b\xd2\x32\x1e\x15\x7d\xf1\x7f\xe5\x52\x8e\x5f\xc7\x70\xe7\x79\x98\xc6\x65\x1c\x25\xf1\x3f\x4c\x8d\x3e\x16\xc9\x59\x29\xd9\xc8\x02\x3c\x0d\x1f\xa5\x5c\x0c\x86\x01\x5b\x9b\x97\x8c\xf2\x64\xa9\xc0\xe9\x2c\x5e\x6c\x41\xbb\xe2\x6d\x96\x4a\x54\x64\xcb\x4c\xdf\xcb\x8a\x79\x06\x97\xba\x51\x22\x16\x71\x5a\x3e\xde\x26\x80\xa0\xaa\x82\xf9\x28\x8a\x13\x31\x94\x49\x76\xed\x0d\xd5\x01\x5e\x8d\x39\x1e\x84\xd3\x89\x38\x93\x83\x9c\x65\x41\x30\x18\xa3\xcf\xde\x04\xc0\x85\xae\xbb\x9d\x7e\x7b\x3d\x71\x90\x61\xd5\x0c\x2a\xd2\x5a\x66\x34\x4b\xbc\xa4\xc6\x7b\x01\xc8\x41\x8c\xaa\x39\xee\x93\x65\x4f\x29\xf0\x40\x3d\x10\xc2\xb0\x09\x33\x87\xc1\xbe\x7c\x49\x88\x27\x1c\xd0\x6f\x6f\x58\xf0\xf2\x4e\x94\x3c\xb0\xe7\x4b\xe0\x12\x6a\x60\xab\x8b\x3a\x75\x2f\xef\x3c\x9c\xc2\xcc\x76\x2a\x6f\x4e\xe1\x6a\x03\x3d\xe7\x18\xcb\x18\xdc\xff\x1c\x72\x0e\x9c\x35\xc1\x7a\x67\xa6\xbd\x0b\x54\xcf\xd7\x84\x71\xdf\x23\x16\x9a\xaf\x09\xfb\x8e\x63\x67\x5d\xe4\xfd\x7e\x27\x2b\x7d\x71\xe7\x40\xd6\x38\x02\x83\xc2\xb7\xae\xa0\xaa\x09\xab\x2f\x9c\x23\x2e\x7c\x0c\x9a\xbf\x37\x44\xa3\xf1\x3d\xc7\xa0\xc9\x8f\x6f\x4e\x12\x5d\x0f\x63\xb8\x34\xde\xce\x5a\xc6\xc6\xea\x63\x9f\xe2\x82\x22\xd3\x3f\x89\x66\x9c\x9a\x50\xab\xce\xb3\x16\xd6\x27\x28\xe5\x08\x93\xfb\x7b\x77\xd7\x85\x75\xca\x64\x0e\x5e\xcc\x26\x84\x23\xe4\x27\xef\x75\x34\x17\xcd\x61\x5b\xa4\x6d\x31\x63\x87\x6c\x0c\xb6\x8a\x14\xf4\x1e\xf5\x2f\xfc\x9c\xd1\xcf\x99\xfa\x19\x7b\x5e\xa8\x36\x70\xe8\x3a\x9a\x6f\x3d\x75\xea\x46\xe1\x93\xa6\x7b\x65\x58\x65\x83\x5a\x1c\xfe\x37\xb1\x0d\x92\xf6\x5d\x8e\x49\x34\x2d\x70\xae\xb0\xd6\xd5\xd9\x22\x29\xe3\x79\x02\xb7\x0f\x5b\x4f\x3b\xc3\xb8\xe4\x36\xbd\x9a\x9b\x44\xba\x46\xdc\x66\xdc\x28\x9a\x13\x31\xc6\x6d\xcc\xa9\x12\xb8\x94\x88\x8b\x55\x58\x78\xbc\xed\x63\xe1\xf1\xf6\x7d\xb0\xf0\xe4\x37\xc2\xc2\xe3\xed\xfb\x61\xe1\xc9\x0a\x2c\x3c\x6e\x55\xdf\x28\xe4\xe0\x3f\xdb\xf7\xc6\x11\x04\x7f\x3a\x38\x7a\xfa\xe4\x3e\x38\x7a\xfe\x1b\xe1\xe8\xe9\x93\xfb\xe1\xe8\xf9\x0a\x1c\x3d\x5b\x89\xa3\xa7\xe1\xb7\xdb\xf8\xcf\x8f\xe1\xb7\x8f\xf1\x9f\x27\xf7\xc2\xaf\x36\x70\x3b\x95\x3b\x8d\x98\x1d\xba\xc0\xe7\x62\x32\xdd\x81\x79\x36\x1f\x96\x3a\xb2\x31\x30\x97\xc6\x5e\x7e\x76\xb7\xa1\x7f\x96\x6e\x3a\xb7\xa0\x5a\x0b\x67\x2a\x00\x55\x88\x33\xae\xf0\x08\xdc\x77\x7b\x37\xd3\x94\x7f\x5f\x44\x89\x53\x48\x8d\x9e\x34\x57\xda\xa5\x87\xad\x9a\xf3\x22\x10\x9d\x4d\x97\x47\xe6\x5a\x03\x6e\xf7\x5d\xab\xb3\x66\xfe\xae\x35\x8d\xac\xe4\x34\x97\x21\xc6\xaa\x6d\xd6\xcd\x24\x4e\x95\x80\xee\xd8\x0f\xf5\x23\xbe\x5c\x94\xae\xa5\x31\x30\x19\xca\x6e\x58\xe2\xdf\x4a\xac\x32\x1f\xb4\x5e\xa1\x97\x8e\xdc\x9d\xeb\xa5\x37\x57\x22\x20\x6c\xc1\x52\xcd\xa2\x9b\x56\x17\xd2\x4e\x35\x7b\xdd\x5f\xb7\x6f\x7b\x97\x3a\x03\xb2\xd0\x86\xaa\x2a\x70\xf5\x11\xc0\xdd\xd8\x15\x0d\xd1\xed\x76\x45\xc3\x27\xdc\xc6\x0b\xda\x94\x64\x34\x51\x07\xed\xcb\x46\x1d\x66\x56\x5d\x40\x94\x51\x7e\x29\x4b\x2e\x34\xb4\x61\x36\xa7\xf8\x5b\xfd\xb9\x6f\x34\xc8\x20\x29\x20\x84\x35\x2f\x24\x6a\xc8\xc2\x4f\xda\x54\x63\x21\xad\x2a\x39\x41\x25\xc2\xd7\x17\x60\x80\xe2\x15\xfd\xa1\x11\xdd\xf7\xc0\x98\x59\xd7\x00\x63\xef\x03\x5f\xee\xd7\x0e\xc2\xbc\x5d\xa1\xb8\x18\x7d\x8e\xe9\x3f\xce\x60\xbf\x7e\x65\xfd\x53\x3b\x0d\x38\xac\x2b\x85\x79\x39\x57\x76\x31\xb3\x51\x35\x1e\xc3\xf4\xf3\x72\xd7\xf4\xa1\x53\x4b\xa9\x67\xd6\xa2\xc0\x2f\x50\x82\x98\xb4\x10\xfc\x2f\xf0\x5a\xe6\xd6\x53\x1e\x83\xc0\xb7\xd8\x00\x5d\x05\xcb\x57\xbf\x58\xc7\xce\xb3\x7d\xd6\xaa\xc2\x85\x88\x7e\x6b\x2e\xc0\xf4\xe7\x1d\x0b\x7c\xc0\xee\xc2\x58\x8a\x6b\xf7\xcc\x75\x2f\xc0\x2c\x4c\x05\x05\xb2\xcb\x10\x39\x14\x86\xb7\x7b\x3b\xce\x7c\x00\xc3\xd3\x9f\x20\x51\x54\xf2\x6b\x86\xae\xe2\x56\x5c\xba\xe9\x41\x98\x04\xd5\xa6\x8f\xea\x25\x1c\x6b\x3b\x60\x77\x71\xce\x27\x83\xdf\xf3\x52\x0e\xc2\x16\xd2\x71\x21\xc8\x38\xc4\xfd\xfe\xc6\xf2\x06\xa2\x25\xaf\xa2\xe4\x93\x88\x53\xf1\x49\x4b\xfe\x91\x76\x05\x57\x34\xf5\xc9\xfa\x10\x7d\x6a\xeb\xca\x54\x0a\x0c\x14\xbe\x59\x0b\xca\x0b\x17\x8a\xad\x98\x65\x6e\x5a\xa1\x9e\x97\xe8\xe8\xcb\x95\x8e\xe1\x70\x4a\xeb\x28\x64\x94\x8f\xa6\xd4\xe2\x2a\x4a\xe0\xb5\xef\xc9\x90\xe5\xe4\xf3\xae\x21\x59\xa7\xae\x8e\x88\x52\x1a\x68\x9c\x96\x99\x19\xe1\x8e\xf1\x61\x1c\x25\xd1\x6c\x4e\xa5\x41\x54\x53\xb0\xd9\x00\x18\xa3\x8c\x01\x90\x6c\x8e\xa1\x44\xc2\x1a\x0a\x73\x99\xc8\xab\x08\x13\xd0\xa9\xb1\xc5\xd6\x6b\x9f\x40\x8c\x63\x35\x21\x48\xbd\x81\x85\x88\xa1\xfa\x74\x9b\x52\x6a\x80\x89\x3d\x2a\xca\x43\x7c\xcc\xef\x4a\x62\xac\x19\x05\x3d\xd2\x6b\x61\xae\x62\xae\xa2\xc4\x75\xef\xb2\x43\x1a\xc7\xb9\xf5\xc6\xd8\x87\x24\x80\x3a\x41\x8b\x8c\xd2\x42\xa4\x19\x26\x73\xd4\x54\x44\x89\x5e\x82\x12\x94\xa2\xb5\x81\x5f\x2a\xc3\x76\x3b\x70\xef\x2a\x3c\x4f\xba\xca\x7d\x05\x53\x73\x5d\x18\xc2\xf9\x94\x38\xa2\x75\x9e\x63\x2f\x5f\xb2\x98\x71\x03\xd7\xfd\xd8\x89\x29\x0f\x43\x79\x21\x3a\x9b\x37\xcf\x37\xf1\xbf\x30\x18\xd6\xc0\x30\x5b\xa7\xc1\x06\xfb\x85\xb1\xa4\x60\xee\x2a\x33\x71\x64\x22\xc3\xa0\xdf\xb8\x38\x8a\x8e\x58\xef\x2d\xee\x59\x67\x1f\xf7\x45\x5c\xa2\x2d\xd8\x1c\x83\x6d\x0c\xf4\x11\x47\xd1\x51\x5b\x0c\x1e\x4e\xb2\x6c\xf0\xb0\x2d\x64\x39\x6a\xd3\xa6\x10\xd7\xd3\x2c\x91\xe6\xb2\xad\x32\x09\x45\x7b\xe8\x09\xeb\xad\x72\xc7\x2a\x95\x2b\x96\xb7\x6f\x13\xf9\xe1\x56\x2e\xe8\x0c\x31\x25\xdf\x59\x8e\x54\x3b\x88\xaa\x2b\x69\xcb\x1d\x96\x3b\x96\x8d\x00\x41\xf1\x15\xf7\xda\x3b\xcc\x18\x68\xdd\xe1\x8b\x94\xce\x73\x45\x7f\x1d\x3a\x14\x6b\x28\x63\xb3\xda\x41\x95\x38\xa9\x17\xff\x3c\xae\xe0\xf2\x0a\x0a\xe1\x7b\x31\x91\xe1\xcd\x01\x2f\x9c\xc8\x3f\xd8\xe3\x8e\xb5\x88\x59\x61\x63\x08\x69\x34\x84\x40\xfc\x3d\xd6\x7c\x22\x9e\xc0\xe2\xc7\x05\x96\x5f\x16\x3e\x9b\x09\x5f\xb4\x5e\x45\x89\x43\x9d\xa7\x68\xb5\x07\x4b\x5a\x5f\x24\x19\x96\x50\x07\x77\x74\xe0\x2b\x38\x07\x0a\x70\x13\x51\x72\x1d\x2d\x0b\xf4\xe2\xb2\x18\xbc\x8a\x92\x3b\xbc\x13\xf5\xc2\x55\xb2\x6c\x44\x4b\x1a\xef\xba\x6c\xcf\x5b\x57\x1f\xe5\x7e\x38\x1b\xa2\x5c\xfd\xef\x23\xb1\x79\x73\x70\x80\x77\x0f\x80\x4f\x48\xc0\x03\x3d\xd1\x9d\xc7\xf9\x66\x67\xfb\xc7\x1f\xd9\x75\xfc\xca\xc8\xf5\x81\x31\xd4\xd1\x18\x42\x01\x8e\x5d\xbd\x5a\xee\x75\xb3\xe7\xeb\x68\xd9\xb9\x83\xb4\x55\x00\xb1\xfe\x4d\x0d\xce\xac\x83\xa3\x97\x79\x6d\x35\x68\x46\x3d\x6b\x82\x5f\x7b\x51\xcf\x61\x09\x2e\xee\x5c\xd8\x15\x1e\x8f\x0a\x80\x5b\x4c\xa7\xad\x63\xe0\xb2\x9c\x69\x4b\x5e\xa0\x15\x1b\x0d\x78\xa0\xaf\x79\xae\x82\x98\xa8\x3e\xa3\xe8\xf7\x2d\xfd\x30\xca\xf3\x77\x2c\x24\xc1\xf3\xff\xba\x8a\x12\xf3\xd6\xee\x0a\x7e\xd5\xc1\x02\x6d\x42\x0a\x99\x39\x3d\x57\xfb\x4a\x59\x1a\x75\x23\x74\xc0\x92\x5e\x0d\xdc\x41\x63\x3a\x4b\xbb\x2b\xfc\x06\x64\x58\x0f\x7c\xaa\x6d\xeb\x1e\xcd\xb2\xaa\x3a\x2f\xc4\xb6\xfa\x8e\x71\x81\x17\xcc\xd8\x19\xe0\x02\xcc\xf3\x96\xe3\xd8\xdc\x7f\x5b\x1c\xf7\xd8\x53\x8b\x5b\xfe\x94\x31\x6e\xfb\x98\x4b\xd7\x86\x14\x72\x19\x8d\xe1\x90\x6c\x0b\x57\xdc\x67\x63\x70\xca\x59\x70\x4f\x17\x23\xc5\xfb\x5b\xca\x36\xe9\xaa\x0e\x3e\x1c\xa6\xe5\xd6\xd3\xd7\xfb\xcd\x58\xfc\x60\x27\x17\xf0\xea\x75\xfc\x9e\x38\x03\x80\xf4\xf9\xd9\x22\x1d\x03\xd5\x42\xfe\x66\x7c\x61\x1c\x8c\xec\x94\x51\x87\x31\xe8\xf2\xd3\x00\x2b\xd0\x6a\x50\x48\xf7\x54\x55\x02\x1e\xc0\x1e\xe0\xbd\x60\xce\x67\x14\x24\x62\xd1\x61\xef\x5c\xb7\x6a\x08\x7c\xf5\xbf\x6b\xb9\x03\x8e\xdd\xe6\x2e\x38\xb1\x21\xb6\xe0\x33\xb3\x9c\xe6\x74\x67\x8d\x18\xee\xea\x79\x99\x37\x16\x9d\x92\x3b\x16\x9d\x5d\x6f\x0e\xf6\x9b\x20\x66\x5d\x4e\xe6\x76\xe4\x09\x0f\x1b\x8c\x0c\x5f\x5a\xcc\x7b\x02\x84\x25\xe0\x8e\x6d\xbf\x72\x15\xab\xe5\x4c\x19\x25\x38\xd7\x3f\x4c\x8f\xfd\x8c\x7a\xec\x67\xf1\xc2\xf6\xb2\x23\x3e\x07\x52\x41\x33\x2a\x10\x1b\xe2\x73\x0b\x90\x65\x29\xe1\xb3\xbb\xc8\xc2\x74\x6b\xbc\x7d\xf4\x7f\x4c\x85\x75\xf6\xf1\x2d\xa7\x39\xf8\xda\x2c\x6b\x5c\x25\x7e\xc6\x0f\xea\x8c\x95\x50\xb4\xb9\x70\xad\x95\xf4\xac\x59\xcb\xc1\x5d\x17\x64\x30\x20\xd0\x79\xb9\xea\x1b\x24\x9c\xfa\xa1\xd0\x09\xce\x47\x42\xe7\xc9\x9a\x03\x09\xe9\x79\x64\xb5\x5d\x71\x18\x81\x54\x57\x37\x2a\x76\x56\xf3\x91\xf1\xc7\xbf\xef\xe8\x80\x32\x2a\xc7\xed\x54\xde\xfc\x92\xc7\xa5\x24\x3e\xab\xcf\xe9\x2c\x14\xd9\x96\xe9\xdd\x82\xca\x54\x33\xa3\x88\xb3\xaf\x5f\x6d\x45\x60\xcc\x48\x44\xfa\xe4\x82\x55\xfe\xc8\x1c\x5d\xe2\x81\xa7\x37\x98\x3b\x07\xf3\x7d\x75\x63\x9b\x36\xd4\xbd\x93\xcb\x8a\x87\x17\x58\x20\x55\x8f\x52\xaf\x07\x97\xca\x59\xe5\xe7\x28\xc5\x5c\x99\x5a\x60\x51\xa2\xfb\x65\x5c\x16\x03\x6b\x75\x7f\x57\xef\xc6\x47\x6f\xd9\xd5\x65\x50\x42\xd2\x59\xce\x6c\x5c\x69\x83\x05\xa5\x9a\xe9\x10\xb4\x1e\x3b\xa3\xcd\x6c\xec\xbb\xc1\x1d\x57\x55\x41\xb7\xd6\x79\x94\x17\x72\x8c\x05\x98\x0b\x79\x98\x96\xe4\x24\xa6\xd3\xa6\xab\x43\x71\xbb\x2d\xb6\x5b\x6d\xb1\xf5\x94\xa1\x1a\xf5\x67\xfc\xba\xe5\x33\x0e\x75\xfa\x66\x9a\xfb\x42\xf0\x25\x36\x1c\x78\x46\xff\xd8\x27\xc6\x45\x39\x79\xbe\x36\x35\xea\xcd\x90\xc4\x25\x69\x4a\x55\x5f\xb7\x76\x88\x06\x5b\xf0\xb4\x02\xb5\x9a\x93\x63\x14\xc7\xdf\x31\x1a\xf8\xde\x73\xbd\x5b\xaf\x67\x74\xe8\xb8\x6f\xd7\x76\xbc\x2b\xbf\xa9\xb8\xff\x82\xdf\xc7\x77\xcc\x33\xe8\xaf\xb8\xde\x44\x95\xf0\xfb\x7d\xeb\xad\x04\xdd\xef\x5e\xf2\x0a\xaf\x86\x78\x71\xce\xa5\xf1\x41\x33\x3c\xbe\x0a\x9b\x36\xae\x18\xff\xc2\x03\xcf\xcd\x75\x61\x16\x88\x6b\x5d\x1d\xa7\x2f\x82\x77\xb2\xf8\x26\x73\x6c\x20\xe1\xae\x7d\x8b\xc5\xea\x10\x58\xe6\x86\x9d\xad\x67\x38\xcc\x98\xd1\xf0\x7b\x47\x9a\x79\x89\x94\xfc\xbc\x4d\x7c\xf4\x71\x71\x10\xa7\xea\xe3\xcc\x33\xe2\x99\xae\xe8\x0f\x13\xc1\xe9\x7c\x55\x8d\x42\xf4\xb2\x20\xda\xef\x02\xaa\x1b\x5b\xbb\x9a\x45\xf3\x05\x60\xd6\xcc\x75\xe7\x35\xdd\x3a\x59\x62\xad\xdb\x63\x02\x59\xd9\x44\x78\x49\xab\xdb\xa5\xa3\xce\x38\x4a\xd5\x76\xb5\xd9\xdd\x7a\x5c\x3d\x4b\xeb\xb2\xdf\x91\x6f\x44\x4d\xc6\x84\xea\xea\xb4\x30\x86\x5d\x24\x59\x7a\x69\xd3\x2d\xcb\x31\x61\xc0\x8f\x1b\xe1\xd2\x01\xbf\x23\xf6\xc5\x83\x20\x59\x7e\xfd\x2a\x42\x27\x7c\xe8\x60\xd7\x70\x9a\xce\xe9\x2c\x5e\x8a\x4d\x45\xdc\x4d\x96\x93\xe0\xeb\x57\x73\x23\x02\x31\xec\xf6\xf7\x7d\x6e\x21\x59\x8c\x22\xb2\x8a\x6c\x51\x16\xf1\xd8\x64\x61\xaf\x89\x72\xbf\xdb\x35\xf2\xb7\x74\xe7\xaf\xf5\x98\xc4\x43\x43\xfb\xda\xd5\x9c\x1a\x03\xdf\x81\xef\x5e\xde\x93\xdf\xd0\xc5\x4a\x4f\xca\x6f\x80\xf7\x4d\x5e\x95\xdf\xd0\x4f\xd5\xc3\xb2\xd7\x13\xbf\x44\x79\x0a\xce\x86\x33\x93\x98\x37\xcd\x4a\x51\x46\x5f\x64\x8a\x37\x60\xd1\x68\x94\x2d\xd2\x52\xed\x59\x76\x24\x57\x86\xc5\xde\xdd\x73\xc5\x7e\x47\x97\x4d\x7d\x8c\xaf\x3b\xa2\x3f\xd4\x77\xf3\x37\x0b\x61\x08\xfa\x54\xfd\xfb\xe9\xf1\x91\xeb\x51\x05\x4f\xbc\xac\xcb\x9a\x79\x2c\xe7\xb2\x6f\x82\xcf\x29\x59\xdc\x38\x2a\xa3\xfe\xaa\x9a\xe9\xc0\x86\x3e\x46\x79\xae\x7d\x24\x74\x44\x7c\x25\xbd\x1a\xf3\xe1\x35\x12\x95\x17\x33\xe1\x7a\xa4\x6c\xf2\xb2\xb0\x56\x6e\xf2\x1d\x16\x10\x2e\x5c\x80\x28\x51\x0b\x63\x14\x87\x8b\x49\x20\xf7\xc5\x1d\x5f\x54\x6f\xfa\xc3\x33\x31\x5e\x62\x75\xf3\x40\x4f\x18\xe3\x94\x60\xc7\xae\xfd\x07\xdc\x9a\x5c\xcc\x84\x27\x76\xad\x7b\x03\x79\x9e\x2b\x0d\x89\xfb\x69\x80\x1d\x27\xce\x8b\x52\x8d\x1d\x15\x59\x63\x4e\xd4\xa5\x12\xdf\x67\x31\x24\x39\x4d\x17\x3a\xb3\x0f\x84\x09\x2a\x49\xf4\xbd\xcc\x4f\xe5\xdf\x17\x32\x1d\xa9\x8f\x9b\x16\xd2\x4b\xb1\x79\xb3\x7f\xd0\x12\xaf\xc4\x13\x4d\x79\x7d\xff\xfd\x5b\x78\xff\xb8\xf6\xfd\x6b\x78\xbf\x6d\xdf\x6f\xf1\x2c\x07\x31\xdd\xdc\x39\x63\x78\xe1\x7a\xa1\x90\x02\x2b\x47\x59\x3a\x56\x60\xc1\x45\x23\xa7\x3f\x27\xd9\x22\x2f\xa7\xf4\x58\xce\xe6\x6f\xf4\x54\xed\xee\xd5\x07\x8d\xdf\x8f\x63\x91\x02\xa6\xb1\xd5\xe7\x96\x28\x4c\xc1\xa7\xe7\xf2\x42\x6c\xde\x3c\xdf\xf4\xac\x58\xc2\x41\xad\x69\xcc\x9b\xdc\xae\x30\x6e\x41\xa7\xdb\x4e\xa7\x76\x9a\x7a\x1d\xc5\x86\xd8\xba\xf0\xc7\xd5\x64\xed\x1e\x89\xcd\x9b\x37\x9b\xe4\x9c\x17\x1a\xa3\x83\x17\x77\x85\xd5\xb7\x5b\x07\x2d\xf1\x42\x4d\xef\xa9\xf8\x2a\x7c\xc0\x8f\x0f\x5a\x2e\x30\xb8\x13\x73\x00\xc2\x75\xfa\x41\xa5\x57\x17\x37\xde\xda\xf0\x66\xb7\xf7\x42\xd7\xe3\xfb\xa2\xcb\x10\x0b\x6b\xb1\x7d\x2f\x84\x82\x0c\x66\xc1\x7c\x2f\xbe\x35\xba\xdf\x84\xd1\xcd\xd6\xc2\xed\x73\xed\xa5\x38\xc0\x01\x3b\x6f\x14\xcc\xb7\xcf\x37\xd1\x6f\xad\xf2\xcd\xdb\x83\x83\x03\xdf\x42\xfb\xbb\xad\xe0\x93\xdf\x7e\x05\x2d\x17\x60\x4d\x1e\xff\x96\x8b\x0c\xaf\x59\x37\xbf\x15\x11\x6c\x6d\xaf\xa2\x82\x37\x41\x2a\x60\x14\xe2\x8d\x68\x4d\x12\x39\x38\x40\x1a\xa9\x92\xc8\xd6\x96\xe3\xcd\xf2\x1b\x51\x82\xbd\xfc\xb0\x9c\x9f\x01\xac\x16\x02\xe8\xf5\xc4\xb5\x14\xe3\x78\x0c\x52\xe7\xa5\x4c\x65\x1e\x95\x36\x4b\x9f\xfd\xb6\xc8\x44\x9c\x16\x32\x2f\x45\xc4\xbe\xcd\xe5\x3c\x89\x46\x90\x32\x1c\x72\xd2\x89\xe6\x87\x8d\x83\x83\x83\xb7\x2d\x08\x50\x89\xc6\x57\x98\xdf\x29\x4d\x96\x62\x0b\x8e\x1f\x23\x3a\xb2\x59\x02\x9a\xde\xea\x37\x81\x83\x72\xcb\xd1\x9a\xdd\x39\x69\x2c\xbb\x73\x02\xa9\x0e\x0b\x1e\x2a\xa1\x55\x34\x8b\x45\x9e\x67\x97\x6a\x6a\xf3\x28\xce\xc5\x58\x8d\xab\x55\x1d\x4c\x47\x8d\x66\x4b\xbb\x11\x09\x10\x5b\xa8\xd0\x26\xeb\xf2\xe5\x4b\xb1\xb5\x49\x64\x70\x20\xbe\xd2\x86\x0f\x80\x53\xd0\xde\xbe\x51\xbc\x80\x3d\xa4\xef\xbc\x95\xaa\xf6\xa3\x8d\xaa\x10\xba\xef\x21\x65\x50\xb9\x80\x19\x4b\xf5\xa1\x21\x16\x4a\x17\x91\x4b\xe3\x0f\x0f\xc5\xfb\x0b\x39\x16\x59\x2a\xa8\x5c\x57\x51\x46\xa3\x2f\xd9\x95\xcc\x27\x49\x76\x0d\x39\x90\xa3\xde\xf6\xf6\xb3\x27\xcf\xb6\x9f\x6d\xf7\x9e\x3e\xdf\x7c\xf6\x64\xbb\xed\x14\x4d\xba\x8e\x4b\x74\xed\x03\x97\xc2\xec\x5a\x16\xa5\x48\xe2\x59\x0c\x0e\x75\x58\x82\xa8\x0d\x8d\x34\x16\x45\x94\x5f\x16\xe0\x42\x28\x7e\x91\xe2\x32\x13\x5b\x62\x16\x5d\xa6\x71\xb9\x18\x4b\x91\xc8\x82\x4a\x8e\x15\xd1\x44\x96\x4b\xac\xd2\xf5\xf3\xde\x7f\x7e\xdc\x3b\xf9\xeb\x87\x9f\xf7\x8f\xce\x4e\x3f\xbe\xdb\x3f\xfa\xeb\xd9\x4f\x42\x2f\x8b\x23\x0a\x06\xa7\xcc\x68\xa3\xa8\x84\x87\xd8\x57\x81\x20\x11\x8a\xf7\xf5\xfb\xf6\x45\x5e\x8a\x3d\x50\x02\xec\x1b\x2a\x86\x4d\x81\x08\xa7\xa4\xdd\xf0\x01\xf4\x7a\x14\x8b\x2f\x6f\xca\x3c\x12\x28\xe4\x7a\xde\x41\x6f\x61\x1e\x4a\xbf\x1b\x4d\x17\xe9\x97\xc2\x06\xf0\x0f\x1e\x2a\x39\x5f\xc0\x3a\x61\x54\x8a\xbc\x19\x41\xf2\xfd\xc1\xc3\xae\x2b\xc9\x5a\x37\xff\x58\x1b\xd2\x98\x0c\xcb\x4b\xa7\xaa\xf6\x1b\xbb\x2b\xe6\xa1\xe9\x98\xe6\x53\x21\x6b\xed\xca\x8b\x61\x2c\x35\x58\x73\xcd\x3c\xbc\x26\x6d\xd0\x9c\xbe\x52\xa4\xc7\x59\x96\x66\x96\x77\x8a\xf8\x03\xff\xb2\x03\xcb\xc0\x0a\x12\xe7\xdd\xdb\x0e\x05\x39\x8c\x8f\x26\x8a\xf7\xb0\x63\x9f\x1d\x04\xe6\x52\xc9\x35\xc7\x22\x2e\xff\x49\x27\xb3\xce\x2c\x74\xac\xec\xaa\x29\xe0\x86\xe2\x29\x45\x8c\xed\x0a\xb5\x48\x37\x76\xdb\x89\x67\x20\x0b\x97\x09\x81\x76\xa2\x01\x80\x54\x11\x29\x90\x22\x42\x77\x98\x2d\x2c\xce\xd6\x46\x87\xfa\x68\x63\x57\x94\xd9\x4f\xf2\xa6\x0e\x01\xd9\xa2\x82\x00\x1e\x6a\xba\x0a\x09\xc0\x96\x09\x0d\x01\x4f\xf5\xea\xfe\x0c\xdd\xc0\x01\x90\xae\x93\xa6\x74\x7b\x8d\xcd\x8a\x5a\x96\x22\x4f\x52\xec\x48\x9e\x13\x3f\x88\xed\x1f\x9f\xae\xd8\x78\xd5\xf8\x3a\x98\x26\x0f\xaf\xc3\x79\xaf\x58\x77\xcf\x84\xaf\x57\xf7\xbf\xff\xdb\x28\xd0\xb8\x82\xd5\xa8\xf7\x57\x00\xa1\x2f\xfe\xfb\xbf\x21\x95\xc1\xc0\x0f\x0b\xf1\x22\x60\x36\x76\x6d\xa2\x90\x38\x5c\xef\xd9\xf7\x3f\xd6\xd1\xf9\x9c\xe7\xe9\xb6\x04\xcb\x0f\xa4\x67\xdd\xaa\xdf\x7e\xa7\xa6\x0d\x4e\xca\xef\x90\xd1\xad\x13\x8d\x53\xd7\x19\x45\xc7\x63\x23\x42\x98\x46\x6f\x2a\xaf\x5f\x2f\x7c\x8f\xcf\x55\xf9\x3e\xf1\x03\x13\x63\xa1\x2b\x1e\x78\x74\xa8\xdb\xdd\x33\x7f\x27\x98\x03\x14\x31\xe0\x8d\xb6\x17\x02\xc2\x3a\x67\x15\x7d\x74\xfb\x36\xbb\x07\xc1\xd6\xc1\x84\xe4\xd4\xda\x4f\xf3\x84\x90\x31\x41\xaf\x9a\x19\x10\x37\xf4\x7c\x31\x70\xcc\x6f\x8c\xc4\x35\xee\x28\x51\x39\xd6\x71\xa4\x34\x1f\xb3\xe8\x8b\x14\xc5\x22\xa7\xdc\x85\x3a\xa5\x65\x91\x36\x4a\x51\xe6\x4b\xa8\x95\xc8\x4c\xf4\x36\x01\xad\xce\xf3\xed\xa6\x52\x24\xf7\xa0\xa6\x36\x64\xca\x9b\x50\xd6\x2e\x7d\xa1\xf7\x6f\x62\x0b\x5d\x53\xfc\x5b\x85\xba\xd0\x25\x6c\x41\x49\x80\x17\x71\x5a\x36\xfc\x3b\xc2\x0d\xd5\x25\x52\x1d\xf4\x19\x06\x74\x66\x66\x16\x8d\x46\xb2\x28\xc4\x50\x2e\xb3\x74\xac\xa7\x4f\x59\x3b\x6b\x6f\x3b\xb5\x17\xdc\xbb\x7d\xce\x1d\xd8\x53\x33\x7f\x9b\xb0\xa5\x2d\xd2\x6c\x0f\x92\xde\xfb\xbe\x21\xee\x8d\x5b\x4d\xbe\x17\x1e\x4e\xfa\xc0\x42\x62\x48\x0f\xf6\xc9\x2f\x64\xec\x66\xba\xa2\x44\xdf\x71\x41\x5e\x07\x17\xfa\xcd\x6c\x91\x70\x4f\x50\x5f\x64\xda\xd8\xd0\x8c\x99\x46\xa5\x74\x52\xf5\xcd\x0f\x24\x88\xb6\x1c\xaf\xe4\x0d\xa7\x13\x74\x6d\xf8\x41\xf5\x51\xa5\x51\x70\x31\x5f\x8d\xed\xd7\x41\x6c\xbf\xfe\x03\xb1\x4d\x53\xbb\x1f\xd2\x9d\xeb\xbc\x0a\xe6\xc5\x86\xe8\x74\xec\xc7\xa1\x85\x20\xdc\xb3\xd1\xe9\x5b\xb9\x7b\x60\xde\xe9\xe4\x3b\x16\xe1\x79\x68\x0d\x9e\xdb\x25\xf0\x90\xb5\x06\xb9\x6e\x55\x11\xc6\x9c\xdb\x2c\x81\xae\x1e\xd7\xd6\xd3\xf0\x66\x84\xe7\xdf\x31\xba\xed\xb5\x46\x47\x46\x12\x86\xef\xad\x0b\xf1\xe2\x85\x78\x7e\x27\x0b\xd9\x7a\x1a\x26\x6b\x78\xfe\xbb\x8c\xbb\xe9\x0c\x1c\x06\x29\xbe\x0a\x7f\xf4\x77\x8d\xfb\xf1\x76\x18\xdf\xf0\xfc\x3b\xc6\xfd\x24\xc4\xb3\xf4\xc8\x9d\xa1\xb7\x84\x71\xf5\xae\xc1\x7d\x6d\x83\x6d\x68\xb0\xf5\xb4\xd5\xb2\xa9\x6f\xbd\x26\x8f\xd5\x26\x21\x65\x1d\x4c\x18\x77\xa1\x23\xbc\x8c\xf0\xfc\xf7\x42\x87\xb3\x90\x7c\xb4\x7a\x56\xcd\x20\x62\xb6\x9e\x1a\xcc\x04\xf1\x62\x11\xe7\xa3\x64\x25\x1a\x82\xe7\xe1\xff\x1e\x87\xf7\x38\x0e\x85\x30\xdf\x3e\x67\x61\xca\xea\xd3\x97\xbb\xea\x5d\x0b\x03\x47\x49\x2b\x9e\x67\xd7\xcd\xed\xb6\x78\x2e\x7e\x60\x43\x68\xdd\x87\xa1\x07\x0f\xd5\x3f\xf8\x4c\xfd\xb6\x25\x8b\xbd\x64\x78\xc1\xe5\x0a\x1f\xb6\x78\x2d\x69\x6c\x40\xdf\x74\x96\xfe\x13\x2c\x5c\xe5\x20\xfe\x1d\xce\x61\xf8\xca\x65\x33\x8f\xf0\xae\xa1\x15\x64\x42\xce\x31\xd3\xdc\xbc\x99\x4c\x28\x68\xde\x7c\xbe\xa1\x24\xfe\x1f\x44\x67\xeb\x2e\x56\x12\x3a\xcf\x7f\x9f\xe3\x3c\xcc\x01\x56\x9d\xe8\x76\x8e\x3a\xe8\xee\x39\x70\xdd\x57\x00\xe7\x2b\x19\xde\xc1\xcc\xdb\x5f\x63\x25\x43\x22\xc0\xef\x23\x01\xd4\x6d\x8a\x2d\x7f\xba\xbf\xd7\x54\x43\x52\xc3\xef\x2d\x34\x04\x65\x86\x3b\x24\x86\x3a\x79\xa1\xe6\xfd\x63\x78\xbf\xfd\xe4\x2e\xa2\x0e\x49\x09\x7f\xa8\x90\x80\xa3\x5c\x89\x84\xf5\xa5\x83\x0a\x12\x56\x4e\xff\x20\xc9\xa2\x80\x80\xa0\x1f\xff\x96\xd3\xb7\xee\xf2\x52\xca\x67\x3f\x3e\x81\xfe\xc9\xd3\x4a\x7f\x54\xe6\x0b\xd9\x16\xdb\x8f\xdb\x62\xf5\xaa\xc1\xf8\xaa\xab\xa6\x1f\xff\xd1\xc3\x06\x5f\xc6\x75\xc6\xfd\x36\x5b\x0c\x13\x59\xc5\xb7\x79\xfe\x1d\x23\x7f\xfe\xed\x08\xff\x51\x9d\x7b\x6b\x0c\xbc\x8a\x71\xf3\xfc\x8f\x1e\x38\xa1\xdc\x19\xb9\x6b\xf4\x3a\x4c\x4b\x32\x86\x53\xa5\x59\xc7\xfa\x35\x8b\x6e\xda\x62\x16\xa7\x2b\x73\x69\x41\x0e\xf4\x9a\xd4\xe7\x94\x92\x20\x58\x99\xd4\x4b\x60\x68\xcd\x61\x18\xee\x0d\x99\xa4\x28\x70\x75\x21\xc5\x0b\x1c\x47\x5d\x99\xd2\x4a\xf1\xe6\x70\xd1\xa9\x80\xb5\x8d\x3b\xc2\x85\xa1\x63\x3c\x22\xcf\x3d\x54\x6f\x5e\x03\x6b\x63\xd5\xbe\xc6\x1f\x37\x3d\x4c\xaf\x90\x52\xa9\x7c\xb3\xd8\xc0\xe9\xfd\xc6\xb6\x20\xca\x1f\xf6\x9a\x2e\x3c\x56\xc8\x77\x3a\x63\x83\x30\x44\x63\x23\xd0\xea\xa6\xa2\x21\x33\xff\xc5\xbb\x54\x13\x87\xdf\xef\xd2\xec\x31\x31\xc0\xb7\x69\x2e\x15\x95\x65\x57\x53\x57\x0f\x45\x5b\x0b\xdc\xb5\x26\x99\x6f\xb8\xa0\x7e\xc7\x8a\xbf\x0e\xaf\xf8\xeb\xff\x5d\x71\x5f\xe7\xd1\xc0\x3d\x5a\x08\xac\x56\x0d\x09\x74\x3a\x18\x92\xfb\xcf\xb2\xf4\xcf\x83\x2b\xff\xbc\xb2\xf0\xdf\xba\xd8\xa1\xf3\xa1\x76\x49\xb6\xda\x42\xa9\x2f\xed\x75\x4b\xcb\xea\x51\x00\x35\x4c\x92\x2c\xcb\x9b\xba\x90\x7b\x65\x4b\x36\xed\x82\x4c\x26\xad\x10\xd6\xb6\xfc\x63\x06\xeb\x57\xfd\xa2\x91\xb2\xf5\x34\x7c\xde\x24\x71\x59\x26\x72\x3f\x1d\xc7\x11\x3f\x6e\x34\xf3\xdf\xb4\xe3\x54\x5d\x4f\x26\x18\xea\xbd\x90\xd8\x65\xb5\x90\xcf\xe7\xf0\x05\xbc\x09\x3e\x69\x8b\x6d\x2a\xec\xf3\xd9\xbd\xa7\xaa\xc6\x33\x9a\x49\xa3\x5a\xf8\xe2\x85\x68\xaa\xdd\xd2\xe4\x43\x16\xaf\x44\x2c\xfa\x62\x4b\x74\x44\xdc\x6a\xb5\x5a\xe2\xe5\xcb\x97\xc6\x3c\x57\xdb\x50\xfc\x20\x9e\x0f\x56\xb9\x9c\x5f\x5b\xb4\xd5\x1c\x28\xa8\x55\xfe\x19\x74\xb6\xdd\xa6\xa5\xe0\x94\xb6\xc6\xed\xe6\x9d\x24\xe5\x6f\xde\x2d\xd6\xec\xe5\xcb\x97\xa4\xdc\xb9\xb7\x9a\x15\x2a\x0b\x8f\x99\x82\xb6\x3d\x67\x01\xa3\x25\xac\xb1\x0c\x35\x5c\x1e\x35\xde\xff\xf9\xcb\x60\xf1\xbb\x6a\x15\xd8\x62\x7d\xd3\x32\xe8\xe8\xf4\x3b\xd6\xa1\x8e\x87\x3c\xde\xfe\x6d\x78\xc8\x6f\xc3\x47\x9e\xdc\x93\x8f\x28\x14\x87\x58\xc2\x63\xc3\x12\x5a\x84\xe0\xf5\x58\x83\x6f\x98\x70\x5f\xfc\x29\x34\xf9\xa4\xcd\x30\xfc\xed\x74\x89\xe6\x09\x07\x71\xdb\x4f\x82\xc4\xb9\xed\x35\x33\xe1\xeb\xeb\x70\x92\x35\x58\xd2\x4a\x2a\x7f\xbc\xfd\x2d\xcc\xe6\xc9\x1a\x0b\x5b\xc3\x6c\xd0\xe8\xf2\x3f\x78\x61\xd7\x5b\x54\x7f\xb5\x6a\x16\xd5\x5f\xfb\x30\xfb\x7a\xfc\x1b\x2e\xec\x1d\xec\x6b\xf5\xca\x86\x75\xc3\xdf\x4f\x35\xac\xd7\x04\xd0\xcb\x77\x95\x1a\x40\x59\x0a\xef\xab\x08\x20\xe0\x8e\x92\x44\x3b\xf0\x77\x48\x1d\xd8\xac\xd1\x06\x8b\xc5\xf0\x77\xd3\x07\x9d\xd3\x00\xb2\x02\xab\xce\x74\x68\x9c\xa7\x32\xa8\x09\x5c\x78\x29\xe6\x05\x0d\xcf\xcd\x97\x17\xd2\x35\x5c\x65\xe3\x25\x24\xdd\xee\xc0\xd7\xbf\x95\xe2\x11\x56\x39\x7f\x3f\x8d\xf3\x9f\x95\x90\xee\xd4\x2b\xeb\xa9\xea\xfb\xd5\xcc\xfb\x51\xd4\xc6\x3f\x3d\x45\x55\x35\xd9\x3f\x59\x91\x7d\x36\x69\x63\x26\xd8\xdf\x40\x99\x5d\x21\x0c\xfa\x62\xe0\x37\xeb\xbd\xb5\x98\x0d\x6a\x70\x7f\xbe\x02\xf7\x0c\x0e\x72\xca\xb5\xfb\xff\x07\x35\xae\x4e\x8b\xfb\xf3\x95\xb8\xdf\x78\x29\xfe\xa9\x54\xb9\xda\xb5\x08\x6a\x2f\x7f\xbe\xf2\xf2\xcc\xc8\xb8\x3c\x4f\xf5\x1f\xbf\x3d\xbe\x51\xd1\xa9\x51\x9b\xfe\x70\x35\xa6\x4e\x8b\xf9\xf3\x95\x98\xd5\x0b\x7c\x2f\x93\xc1\xff\xea\x3f\x61\x92\xf0\x6e\x1a\xf7\xf7\xf7\x9f\xfd\xf8\xe4\x7e\xb7\x8d\xbf\xd1\x5d\x9d\x03\x6c\x85\x93\xfe\x8a\x9b\x3e\x97\x7e\xe1\x0e\xfd\x6e\x23\xd4\x5d\x17\xbd\xdc\x29\x9b\xf0\x13\x84\xf9\xa4\x2d\x1e\x77\x9f\x6c\x6e\x3f\xdf\x7e\xfc\xe4\xe9\xd3\xc7\xcf\x7f\xdc\x7e\xfe\xfc\xa9\xdc\x78\xfc\xbc\x2d\x3a\xe1\x17\x76\x75\xf4\xf5\xf0\xb5\x4d\x16\xb7\x72\xc4\xfa\x7e\xfe\xbe\x5b\x3d\xe0\x24\xe1\x3c\xbf\x63\xab\x53\x67\xf6\x93\x7a\x66\xc4\xbe\xbd\x7b\x44\x01\xe6\x63\x1c\x20\x7e\x93\x11\xd1\x1d\xbb\x3f\x24\xb7\x4b\xf4\x00\xf8\xe3\x08\xe6\x79\x5b\x6c\x75\x9f\xfd\xe5\xd9\xd3\xbf\x3c\xde\x7a\xfc\xe4\xf9\xd3\xed\xc7\x5b\x3f\x3e\xdb\xdf\x78\xbc\xa9\x28\xa6\xe6\xcd\xb7\x93\x8c\xf6\x2f\xa8\x92\xcc\xf3\x95\x0b\x14\x72\xf4\x70\x5f\xdc\x63\x89\xf0\x9b\xef\xa7\x9a\x90\x13\x87\xfb\xe2\x37\x1a\x54\x0d\xe1\x40\x9d\xda\xf9\x92\x0a\x53\xe9\xea\x2a\xf8\x0b\x8a\xec\xec\x6e\xb6\x45\x91\x2d\xf2\x91\xf4\x7e\xee\xa7\xe3\x5d\xb7\x50\x43\xb0\x9a\x16\x94\xe2\x61\xa5\xb4\xe6\x4b\x5b\x47\x8b\x75\x53\x93\x4e\xe8\x01\x45\xba\x85\x83\x3f\x29\xc1\x10\xa9\xb8\xc1\x82\xb7\x90\x54\xc1\x76\x03\x45\x96\x78\xb1\xa8\x16\x1f\x84\xf0\x5e\x9a\xce\x58\x1b\xff\x03\x33\x22\x8c\xe1\x33\x59\x8f\xea\x83\xf4\xa0\x76\xc8\x7c\x29\x36\x31\xe8\x72\x47\x5c\xcb\x46\x2e\xc5\x38\x4b\xe5\xc0\xab\xd2\x45\x20\x78\xe1\x28\x3b\x21\xa7\xca\x82\xce\xdf\x14\x2e\xeb\x62\x0b\xbd\x1f\x44\x65\x94\x08\xa9\x0e\x20\x31\xca\x52\xac\xc3\x5c\x84\x30\xf5\xe2\xce\x5a\x87\xbc\x75\xc0\xfb\xc5\xab\x57\x45\x21\xba\x05\xaf\x75\x75\xc7\xf1\xca\xe8\xae\xce\xbd\xc6\x04\x56\xae\x82\xb0\x9f\x8e\xab\xdf\x13\x42\xf6\x72\x29\xae\xa5\xc8\xb2\xe1\x2b\x77\x25\x9d\xf1\xdd\x41\x5b\xf6\x9a\xc6\xc5\x20\x0b\x77\xf4\x22\x3b\x57\x7d\xb7\x61\x03\x24\x2b\x95\xfd\x03\x35\xb4\xe2\x41\x5d\x9d\x2e\x5b\x89\xec\x85\xd3\xc1\xa3\x47\xd5\x71\x9a\xf1\xf5\x7a\x62\x2c\x8b\x91\x84\x4a\xdb\xb8\x61\xa1\xfc\x0b\xd5\x0d\x67\x49\xcb\xd5\x88\x3a\x62\xcb\x66\x2c\xef\x74\x78\x00\x26\x76\x01\x61\x97\xac\xb7\x3b\xc2\x31\x9d\xf4\xa1\xe2\x85\xd8\xda\xc4\x3c\x38\x2b\xcd\x30\x76\xe4\x51\x60\xe0\x2c\xda\xd4\x0c\xbd\xae\xe0\xd7\x77\x8d\x9a\x60\x04\xcb\x69\x14\xb2\xc4\x8c\x6b\x6e\x3f\x26\x35\x42\x19\x8a\xbd\xa5\x00\x66\x08\x0c\x6e\xbb\x1f\x9e\xda\x49\xb5\xaa\xa6\x38\x88\x1b\xd6\xfc\xfd\x43\x11\x5d\x4a\xac\xb8\x85\x17\x85\x50\x70\x26\x4e\x92\x26\x26\xa0\x3e\x67\xa9\x37\x65\x3a\xbe\xb8\x68\x85\xda\xe2\xdf\xeb\xb5\xc5\x24\x7d\x95\xb6\x5e\xba\xd5\xca\x61\xa1\xbe\xe5\x87\x05\xfc\xc6\xc4\xe5\xbc\xe2\x62\x35\x23\xee\x4f\x50\x74\x9e\x72\x03\x42\xe2\xa2\xa2\x3f\x58\xb3\x0c\x0f\x6b\x63\x73\xd7\x55\x5a\x39\x69\xff\x18\x41\x79\x65\x16\x45\x5d\xdd\xf5\x50\x99\x1a\xcd\xe4\x57\x77\x66\xb6\x5d\x3d\x64\xc7\x36\xcc\x0f\x80\x2d\x2f\x2f\x1b\x24\x09\xc1\x5a\x24\x23\xca\x01\xb0\x57\x36\x6d\xda\x19\x9d\x17\x47\xbc\x80\x04\x00\x3c\xb3\x10\x3a\xc3\xab\x97\xfa\xd9\x6d\xa5\xf7\x70\x3d\x13\x96\xf2\xd7\x69\x10\x98\x76\xd0\xad\xd3\x7c\x64\x7d\x39\x6d\x3e\x73\x6f\x04\x7e\x3f\x1c\xbd\x6a\x1c\xd6\x9d\x74\x9f\x9a\xd8\x94\xa6\x77\x8d\x63\xad\x04\x91\x3e\x13\xbb\x4f\x45\xa2\xed\x1f\x7f\x1c\x38\x59\x5d\x74\x0a\x77\x50\x0d\x0b\x11\xe5\x12\xa2\xb9\x95\xac\x5b\x66\x22\xd2\xa9\x2e\x95\x40\x26\x46\x51\x4a\x85\x2a\x41\x5a\x17\x32\xca\x93\x65\x37\x78\x02\x73\x31\x81\xa4\x94\xea\x63\x7e\x22\x84\x8f\xd6\xe3\xbb\xab\x63\xae\xaa\xe5\x5f\x42\x39\x61\xaf\x56\xe5\xae\xad\x59\x69\x4b\x56\x86\x73\x40\xf0\xe1\xf6\x75\x69\x4b\x5e\xb3\xf2\xc1\x55\x44\xd1\x44\xbb\xbc\x4e\x65\x5c\xc7\x18\xfc\xa5\x31\x67\xc5\xaa\xec\x20\x64\xf7\xd0\xd7\x3a\xb5\x67\x02\x4f\xf5\x11\x2a\xc2\xa5\xa1\xbd\xb2\x50\x84\xe8\x0b\x9e\x75\x9e\x25\x48\x70\x0b\x85\xd9\x5a\xba\xad\x96\xed\x8d\xb2\xab\xb0\xcc\x20\xe1\x23\x90\x09\x14\xe1\xa9\x99\x03\x4f\x83\x3b\x8f\xc5\xbf\x29\xf0\xf5\x69\x14\x4a\x5b\x2a\x5a\x71\xe7\xfd\x77\xef\xf7\x4f\xc4\xc1\x87\xa3\x37\x67\x87\xc7\x47\xa7\xf0\x70\xd7\xfb\x4f\xb5\x55\xc3\x3e\x3c\xfa\x8f\xbd\x77\x87\x6f\x3f\xbe\xde\x3b\xdd\x7f\xfa\xe4\xe3\x89\x52\x8c\x7a\xe7\xff\xb5\x31\x18\xf4\x36\x3b\x7f\xd9\xeb\xfc\xbf\x51\xe7\x1f\x9d\x8f\x17\xbd\xcb\x40\x72\xd2\x51\x22\xa3\x14\x32\xa9\xdb\xa3\xe1\x48\xb1\x33\xc5\x01\xe6\xe8\xa1\x1d\xd3\x9e\x52\xfc\x2f\x1a\x95\x32\x2f\x44\x12\x7f\x91\x62\x30\x48\x21\xe1\xd8\x60\xc0\xaa\xdd\x99\xac\xef\x00\xbe\xf3\xb9\x10\xe3\x4c\x42\x4a\x05\x24\xd9\xdc\xd4\x68\x28\xf3\x78\xf6\xff\xb1\xf7\x2e\xec\x6d\xdc\xc6\xc2\xf0\x5f\x81\xfb\xf6\x98\x64\xcc\x8b\x24\x3b\x89\x43\x99\x52\x65\x59\x6e\xf4\xd6\xb6\xfc\x4a\x72\xd2\x1e\xdb\x9f\x0c\xee\x82\xe4\xc6\xcb\x05\xbb\x58\x4a\x56\x2c\xfd\xf7\xef\xc1\x0c\xee\x8b\xa5\x28\xd9\xc9\x69\x7b\xe2\xf3\x9c\x86\x5a\xdc\x06\xc0\x60\x30\x33\x98\x0b\x0c\xdc\x57\xf1\xcc\xda\xb5\x89\x74\x49\x0b\x0f\x88\x86\x2a\xe1\xc5\x39\x2b\x21\xc7\x9e\xec\x42\x60\xd8\x2b\x27\x8d\x52\xc5\x9d\xd4\xd7\xa2\x2a\xbd\x84\x4a\x5e\x6e\x6c\xdd\x25\xcd\x73\x7e\x21\x60\x8f\x0b\x5e\xf4\x16\x34\x4d\x59\xaa\xc0\x37\xc3\xb4\xe7\x99\x10\x10\xd4\xa1\xa4\x59\xae\xc8\x64\xa7\x69\x96\xea\x71\xd2\x19\xbe\x9e\x2e\xde\xac\x04\x79\x40\x5a\xa3\x5a\x02\x66\x51\x95\xa1\x9a\xc2\xae\x9a\xbb\x5f\x7a\x9e\xf2\x7b\xc7\x69\x0d\x1f\xda\x1d\xbf\x4b\xb3\xd2\x83\xff\xef\xdd\x3b\xf1\xe0\x4a\xfe\xcf\x9f\x07\x53\xb5\xcc\xfe\x70\x10\xbd\x87\xb4\x5d\x5d\x1f\x30\x97\xdf\xd9\x75\xdc\x90\xd4\xbc\xb0\x67\x49\xa9\x3f\x75\x60\x90\xa0\xa0\x1e\x51\x56\x1d\x53\x1b\xc8\x7f\x59\x64\x26\x7e\x18\xfc\x86\x18\xec\xf2\xbf\x57\x57\xe4\xb0\x98\x64\x45\x56\x5d\x6a\xaa\x94\xb8\x21\xfa\xbc\x44\xe9\xb5\x1c\x20\x58\x4a\xd3\x13\x13\x8f\xce\x06\x8a\x75\xc9\x8c\x0e\x4c\xbb\x6e\xca\x0e\x37\xe6\x9c\x1a\xd4\x61\x12\x32\xf3\x9e\x3e\x18\x90\x4c\x10\x1b\x0d\x2f\xe1\xf3\x05\x2f\x98\x8e\x2e\x58\x8f\xad\xf7\x4c\x45\xb9\x4c\xbc\xe8\x85\x07\x7e\xec\xc2\xc1\x00\x13\xcc\x42\x08\xc0\x0b\x2a\x08\x85\x49\xba\x9c\xc9\x3d\x6f\xd6\x1e\x77\x32\x18\x40\xa0\x78\x46\x53\x72\xc9\x9c\x30\x87\x11\x60\x9e\x3e\x0f\xc3\x9f\x0e\x06\x64\x59\xb0\x4f\x0b\x96\x54\x2c\xc5\x43\xe1\x16\x43\x18\x16\xdc\xb8\xde\x88\x3c\xec\x90\x1d\x48\x2c\x85\x94\x15\xe2\xed\x6d\x7c\x3a\x78\xde\x85\xf0\xb9\xf0\xbf\xcf\xbc\xb8\x8e\x09\x2f\xaa\xac\x58\x3a\x71\x66\xdd\x24\x03\x26\x01\x56\x10\x1c\xd9\x81\x6c\x41\xb3\x92\xa5\xde\x6a\xfc\x36\x60\xd9\x28\xbc\x30\x32\xd2\x49\x7f\xd8\x10\xef\x92\x7a\x04\xdf\x7a\xd7\x4e\xc7\x83\x01\xd9\x82\x4e\x04\xc9\x0a\x42\x49\xc9\x2f\x42\xde\xd3\x09\x81\xba\x1f\x44\xb7\xfc\xa2\x29\xaf\x00\x7d\x3d\xc0\x71\x3d\xfc\x28\x90\xba\xd8\x3d\x3b\x6d\x7f\xa4\x9e\x0e\xe6\xfa\x44\x0a\xb3\x5e\x18\xc7\x9e\x99\xe4\x03\x3f\x66\xa4\x27\x05\xc7\x71\xde\x00\x34\x9e\x2f\xe0\xd0\x74\xc9\x78\x59\xdd\x78\x86\xee\xb4\x7c\x66\x1d\xe2\x64\xc7\x90\x05\x15\x32\x53\x52\xc3\x18\x2d\xa8\x45\x65\xf6\x01\xda\xec\xa8\xcc\xb1\x6e\x18\x5a\x07\xb8\x30\xaa\x65\x34\x96\x27\x8e\xd1\x3c\xc8\xd6\x0d\x83\xb8\xc8\x60\x83\x75\xaa\x08\xae\x1b\x9f\xf6\x37\xba\xb1\x1a\x18\x8f\x13\x6a\x3c\x36\x72\xe0\x4d\x60\x86\xd1\x5b\x6b\xdb\x73\x37\x40\xf7\x01\x8c\x83\x38\xa0\x6a\x2a\x1e\xbc\x5f\x71\x46\xab\xa7\xf4\xe8\xae\x53\x82\xb8\xbb\x1b\x9f\x9e\xaf\x98\xd3\xfe\x1a\x73\xfa\x9a\x93\x8f\x88\x8a\x41\xde\x2d\x38\x0a\x0b\x6e\x22\x6f\x45\x19\x65\x98\x7d\x34\x9a\xa5\xcb\x4e\x04\xe1\x02\x31\x48\x29\x5e\xf0\x0d\x21\xd1\x0c\xb3\xe6\x5f\xf1\x8a\x4d\x6c\x09\x84\x4e\x30\x36\x87\x50\xa1\x63\x46\x52\x0e\x1c\xe1\x2c\x13\xc0\x06\x4b\x39\x13\x63\x56\xf6\xfb\xd8\xd6\x8c\x8c\x9b\x25\x87\xf0\xd8\x03\x65\x16\x56\x7b\xa7\x35\xed\x1a\x22\x24\xba\x13\xf5\x99\x26\xe0\x8b\xba\x64\x96\x75\x49\xce\xbf\xce\x02\xac\x24\x06\x8a\x0d\x42\xf6\x27\xe4\x7d\x64\xd1\x4c\x8e\x90\x48\x3c\x52\xf4\x2d\xe7\xf0\xe1\xbf\xc8\xd6\xb7\xdf\x45\x57\x29\xe7\x9d\xe8\xf7\x59\x16\x51\xda\x35\xae\x94\x97\x05\xcb\xc5\x08\x3f\x21\x42\xc5\x9d\x74\x08\x56\x20\x82\xfa\xf5\xd4\x5c\x26\xd5\x15\x69\x8b\x32\xe9\x92\x54\x54\x0d\xc9\xb1\xd6\x65\x20\x61\x71\x25\x47\xa3\xde\xe3\x76\x46\xb2\x53\xa3\x42\xbf\xba\x82\x20\x22\x23\x22\xca\xa4\x6f\xd2\x23\x39\xc4\x20\x15\xa8\x76\xb5\x46\x0b\xa2\x4c\x54\x6e\x84\x95\xa9\xdd\x32\x51\x50\x8c\xbb\xe0\xaf\x8b\x14\xed\xef\x61\x72\x51\xb8\x9e\x44\x9e\x15\x55\x2f\xcd\x04\x1d\xe7\xac\x97\x67\x05\x23\x05\xef\x09\x96\x4f\x7a\x92\x89\xa5\x25\x83\x9e\xff\xd4\xfd\x53\x6b\x29\x50\xfa\x4b\x2a\x48\x96\xc3\x3e\x2d\x78\x59\x89\x7e\x83\x1b\xa4\xad\xe0\xec\x01\x19\x11\xe7\x2f\x5b\xc5\xcb\x5b\x41\x46\xc4\xfb\x5b\x8b\xc1\x39\xe7\x1f\x97\x0b\x85\xe3\x18\x02\xf4\xfc\x45\xf8\x6d\xaf\x94\x62\x57\x2d\xe1\x34\x6a\xd7\x8c\xae\xa4\x45\x76\xdd\x42\x95\x0e\x44\x0f\xa4\x54\x82\xad\xbd\xa7\xfb\xcf\x0e\x9e\xff\xf5\xc7\xc3\xff\xfb\xb7\x17\x2f\x5f\x1d\xbd\xfe\x7f\xc7\x27\xa7\x6f\x7e\xfa\xf9\xef\xff\xf8\x6f\x3a\x4e\x52\x36\x99\xce\xb2\x5f\x3e\xe6\xf3\x82\x2f\xfe\x59\x8a\x6a\x79\x7e\xf1\xe9\xf2\xd7\x8d\xcd\xad\x87\x8f\xbe\xfd\xee\xfb\xc7\x3f\x3c\x18\xb4\xde\x15\xa1\x2f\x8b\x0d\x98\xec\x84\x26\xad\xe9\xdc\x71\xa6\xa8\x41\x91\x75\xd5\x86\x9b\xf9\xbe\x85\x0e\xbc\xd3\xf8\x1e\xd3\xca\x6a\xfd\xc2\x09\x26\x86\xc2\x60\xce\x92\x8a\xbd\x39\x7e\xd1\x13\x74\xc2\x02\xc1\xb7\x4b\xa8\x00\xfa\xd7\x57\x22\x2e\x46\x95\x3e\x61\x6c\x08\xe1\xac\xc5\x70\x30\x60\x45\xff\x22\xfb\x98\x2d\x58\x9a\xd1\x3e\x2f\xa7\x03\xf9\xd7\xe0\x29\xf4\xf3\x7f\xde\x1c\xbf\x38\xa3\x8b\x45\x9e\x25\x54\xbd\x9a\x59\x28\x5b\xbd\x96\xaf\x53\x95\x40\x7e\xb7\xe5\x55\x39\x8b\x55\x79\xe8\xa1\xf2\x94\x55\x2f\x58\x21\x48\x7b\xfc\xdd\xa3\x7a\xa8\xdc\xef\x1e\xd5\x42\xe5\xe6\x90\x0a\xf2\x11\xd9\x89\xbe\xd6\x05\x77\x92\x12\xeb\x88\x42\x61\xab\x50\x9d\x2f\xf3\x2a\x5b\xe4\x8c\xf0\x09\x79\xd4\x0a\x82\x4b\x9f\x4a\x29\x9d\x4f\x26\x2a\x00\x35\xca\x97\x74\x52\xb1\x92\x80\x00\x3e\xe3\x79\xca\xb4\xdc\x49\x4b\x86\xf9\x62\x55\x63\x6f\x75\xa7\x59\x35\x5b\x8e\x21\x4c\xf8\x98\xd1\x6a\x4a\xe7\xf3\xac\x1a\x18\xbd\xc3\x20\x13\x62\xc9\xc4\xe0\xd1\xd6\x3b\x1b\x82\x25\x4b\x5f\x98\xc9\xeb\xf4\xad\xad\x91\xe7\xbe\xaf\xaa\xa8\x8c\xbf\x4e\x1b\x2f\xfa\x2f\xc0\xfa\x23\xc0\x2a\xb0\xd8\x6b\x6a\xc2\xb5\xee\x6a\x55\xfe\x90\x3c\x22\x3d\x67\x80\xff\x02\x43\x15\x87\xbe\xbc\xd5\x45\xdd\xb0\xf3\xf7\x16\x3b\x15\x0e\x66\x82\x3c\x1a\x3c\x24\x0f\xc8\x72\x21\x6f\xdc\xea\x82\xbb\x2a\x28\x3e\x01\x7d\x13\x2f\xb3\x69\x56\xd0\x1c\xf2\xf6\xb8\xc4\xda\x92\x9d\x3a\x62\x48\x59\x5f\xa1\x0d\x14\x46\xd6\x4e\xd6\x7a\xbb\xf1\xbe\x79\x25\xa0\xc2\xe6\xfb\x77\x6e\x50\x22\xd3\xfe\x41\xd8\xa0\x43\xbe\x21\x0f\xc9\x40\x32\x74\xbd\xb0\x2c\xa4\xcd\x67\x01\xec\x5d\xd2\xb8\x68\x3e\xf1\xfe\x5a\x00\xb8\x14\x39\x58\xbc\x6a\xbe\xf8\xad\xd6\xf1\x9d\x4d\x10\xaf\x62\xdb\xee\x95\x65\xdb\x59\x8c\x9b\xd6\xc2\x89\xe0\x95\x2c\x4b\x95\x2d\xc3\x3e\xe3\x67\x80\x30\x25\x83\xf3\xe6\x9c\x42\xd1\xc5\x54\x09\x53\x56\x69\x4c\x9b\x31\x25\x15\xf2\xf9\x22\x67\x15\x23\x8f\x00\xf3\x84\x4f\x5b\xc2\xb9\xec\xe8\x53\xb0\x6b\x17\xa0\xa7\x53\x0b\x0d\xcd\xb7\x40\xaf\x1e\x7d\x5f\x85\x78\xd4\x8f\x2c\x75\x9a\x2f\xc8\x48\xb3\xcf\x6d\x4b\x1e\xe5\x01\x0f\xc8\xbc\x14\x99\xbd\xe0\x84\xcd\xb5\x21\x5e\x16\xb6\xd8\x5a\xbb\xc5\x16\xb6\xf8\xce\x69\xb0\xb2\xfe\xc3\x8e\xd2\x79\xd3\xb2\x7c\xab\xb6\xe5\xc1\x03\x30\x75\x94\xb3\x42\xa3\x49\xc7\x3f\x62\x45\xc5\xc7\x37\xd4\x93\xd5\x6a\x8e\x16\x92\xde\xd5\x90\x6e\xe4\x06\xfb\xbe\xdd\xe2\xae\xbf\x52\x72\x6d\x77\x76\x88\xb6\x1c\xfd\x32\x70\x37\xef\x8a\x0b\x1b\xb7\xc5\x85\x47\xb7\x42\x85\x9d\x1d\xb2\xd5\x34\xc1\x2f\xda\x37\x9d\x5d\xb0\xac\xe9\xc1\xab\x52\x5e\xbb\xd5\x29\x47\x16\x83\xb4\x8b\xe5\xdc\xa7\x83\x8a\x3f\x2a\x96\x73\xc0\xaf\xc7\x4a\x3a\x7d\xaf\x23\x57\x06\xe5\x5b\xab\xcb\xbf\x5b\x51\xac\x4a\x42\x10\x51\xab\xb3\x3f\x5b\x16\x1f\x49\x7b\x29\x19\xc9\x86\x50\xf6\x0e\x39\xe5\xcb\x6a\x01\xc1\xf6\x23\x22\x5a\xf8\x9c\x06\xe4\xe1\x61\x03\x4a\xe0\x80\x92\x3b\x54\x01\xb7\x70\x6d\xbd\xd8\x9d\x4e\x35\x37\x40\x99\xae\xe9\xd6\xb3\xd5\xb6\xde\xbb\x02\x2b\x51\x10\xa3\x74\x16\x6c\x8a\xdc\xfa\x4e\x2c\xe6\xbf\x6c\xf0\x0b\xcf\x8a\x76\xe4\xc5\xc1\xe7\xf2\x71\xe0\xc6\xab\x87\x8c\x20\x44\xf7\xe3\x40\xcb\x0f\xfc\x96\x8e\x9e\x82\x8c\xde\x43\x45\xfc\x2f\x18\x99\xd1\x73\xa6\x52\xe2\x90\x9c\x4d\xaa\x2e\x59\xd0\x94\x6c\x69\x9d\x82\xc9\xc1\x5d\x09\xb3\x0f\x2a\x20\x0b\xec\xa5\x11\x63\x36\xbf\x7b\xf8\xf8\xa1\x9b\x9e\xdc\x65\x06\x1f\x9a\x1b\x67\xca\x81\xaf\x5c\x4e\x67\x70\xa5\x80\x9d\x0a\x61\xe7\xac\xbc\x94\xdf\x19\xc3\x71\xbb\xe4\x82\xb5\xf2\x9c\xa4\x8c\xe6\xf8\x9e\x65\x1e\x99\x44\xb5\x9c\x4c\x48\x4e\x2b\x56\xd6\xa5\x4a\x90\x16\xb6\x8c\x4d\x91\x9d\xb9\xb9\x47\xb6\x14\xa6\xf8\xf0\x1b\xb4\x81\x89\xe2\xf6\x39\x08\xab\xf1\x35\xeb\xa2\xae\x3d\x6c\xbc\x83\xc3\xee\xe2\x7f\x86\xd1\x4a\x9d\x80\x1d\x96\xab\x2c\x57\x80\x15\x29\xce\xf0\x57\x56\x72\x81\xea\x57\x27\x46\x3c\x07\x1d\xca\x84\x83\x1d\x16\xd4\xb7\xdc\xb3\x26\x8e\xee\x06\xd7\xe9\x22\xe2\xc4\x5b\x65\x65\xf5\xbe\x36\x4f\x8d\xd5\xea\x08\x2b\x02\xb5\xf5\xde\xe2\xbb\x2a\x01\xda\x85\xd4\x30\x38\xfd\x84\xb4\x46\x23\x2f\x9f\xae\x93\x93\xc0\x07\x2e\xb8\x63\xf4\x59\x42\xe8\x4c\xc0\xbb\x07\x77\x03\x7a\x73\xa3\x01\x6a\xb8\x73\xea\x50\x07\x13\xdb\x8a\x4e\x2c\x92\x27\x58\x9d\x5d\x84\xc7\x3b\xba\x7f\xea\xfe\x69\xf0\xcd\x3d\x63\x8b\x4c\x9e\x9e\x3c\xeb\x3d\xec\xed\xe7\x74\x29\x18\x79\x91\x25\xac\x10\xac\x4f\x9e\xcb\xad\x16\x64\x6f\xcc\x97\x1f\x67\x34\xcd\x7e\x61\x33\xf2\x44\x4b\x37\x13\x28\x04\xa9\x91\x2f\x58\x81\xa6\x87\x3b\x10\xfa\x5f\xcb\xfe\x25\xa3\xa9\x6b\xe1\xa4\xac\xaa\xac\xe2\x25\x13\x2f\x0e\xba\x64\x0e\x2c\x61\x01\x8b\xef\x10\x0d\xd6\x25\x73\xf3\x1b\x19\xce\x36\x56\xc2\x30\x0e\x3d\x68\xe8\xba\xa5\xb2\x97\xf4\x93\xac\xb5\x29\x57\x89\x01\xe7\xec\x96\x3e\xcd\xa8\x24\x0e\x50\x4b\xee\x82\x2e\x28\x9e\xe2\x73\x65\xef\xfb\x77\x8e\xe7\xab\x84\x8d\xec\x9a\x21\x7b\x12\x5f\x87\xd6\xb1\x3a\xb5\x55\x7a\x9b\x98\x3b\x52\x39\xc3\x62\x7a\x93\x09\x2b\x5d\x1f\x53\xc5\x22\xc8\x23\xad\x92\x78\x48\x0e\x57\x90\xfb\xa4\x8d\xe0\xb6\x7b\x00\x46\xa7\xa3\xbc\x79\x09\x11\x64\x67\x67\x64\xbe\xcb\x2f\x08\xe8\x83\x11\xcc\xcd\x50\x95\x6d\xf5\x7d\x47\xb2\xa1\x90\x26\x93\xa9\x94\x26\xe4\x41\x04\x12\x95\x83\x28\xed\xaa\x66\xbd\x91\x5c\xcc\xcf\x0a\x65\xe6\x72\x81\x56\x41\xc5\x9a\xa1\x9a\x37\x42\x25\x7b\x6d\xcf\xef\x0e\x15\x1c\x50\x6d\xe4\xab\x0d\x4b\x25\x31\x97\xc4\x53\x6e\x6b\x78\x98\xa1\xae\xdc\xe8\xd0\x0e\x67\x4e\x76\xc9\x2b\xfa\x4a\x12\xbf\xb6\x30\x7b\x27\x25\x2c\xfd\x46\x1d\xf1\xdc\x91\xe0\xcf\xc9\x03\xcf\x05\x5b\x4e\xb6\x63\x21\x61\x1e\x24\xae\x60\xe7\x8f\x22\x17\xc1\xed\x86\x29\x34\xd6\x37\xaa\x3e\x3a\xb5\xbc\xf9\xe6\xec\x04\x86\xee\x37\x1e\xa1\x2e\x49\x7e\x97\x53\x04\xf6\x4c\xed\xb9\x61\xd2\x1f\x92\x5d\x6f\xa6\xbd\x2d\x90\x5f\xbd\x4f\xdf\x7f\x0f\x67\xaa\x13\x39\x77\x1b\x72\x8b\x9c\xb3\x17\x39\x77\x72\x51\x7b\xde\xb9\xb3\xce\xe2\x57\x57\xda\x1f\xcb\xf8\x8b\x6f\x92\x01\x71\x5c\xcf\xb0\xbd\x31\x95\x72\x3c\x9b\xe9\x58\x18\xbf\x66\x8d\x7d\x99\x78\x45\x5f\xa9\xaf\x36\x6e\xa2\xec\xdb\xe0\x8d\x8b\x2d\x5e\x75\x33\x92\x41\x96\x97\xf4\x53\x1d\xcb\x02\xcf\x6a\xf8\x99\xf3\xa9\xee\x65\x80\x85\x2f\x5e\x69\xa6\xdd\xba\xd2\x7d\x43\xda\x49\x10\x21\xa0\xc7\x3a\x1d\xf2\xc4\x33\x89\x64\xbd\x9e\xfe\x99\x90\x6f\x46\x3a\xf1\xad\x6b\xd1\x48\x1e\xa8\xfd\xdd\x09\xad\x29\xc1\x23\x6f\x24\x37\x79\x80\xf8\x54\x7f\x1b\x72\x2b\xf9\x48\x6e\x8e\x69\xdd\x84\x51\x4f\x20\x91\x43\x6e\xb9\xd0\x3e\x78\x60\xa1\x1d\xb8\xd0\x36\xc0\xeb\x9d\x76\xdc\x05\x6b\xa4\xea\x2c\x7a\x40\x28\x1a\x66\x3c\x77\x82\x02\x7c\x43\x12\xa4\x7f\xc1\xb4\x1c\x12\xa0\x89\xc0\x03\x4b\x04\xea\x0b\x34\x37\x18\x1a\xd0\x00\x00\x60\x9d\x01\x36\xde\xd5\x9e\xd6\x14\xb1\x85\x73\xb7\x33\x22\x8f\xb7\x23\xc4\x15\xc8\xd7\x7d\x15\xb8\x4e\xd3\xd9\x39\xac\xea\xb7\xdf\x75\x15\x01\xf0\x08\xae\xba\x46\x9e\x3c\x41\x18\xc8\x15\x5e\xc5\x40\x40\xea\x94\x9e\x29\x15\x4a\xc3\xd8\xac\x36\x36\x33\x63\xb3\xfa\xd8\xb5\x3e\x48\x8f\xa4\xef\xc9\x95\xbc\x2e\xbf\x21\x9b\x5b\x8f\x35\x07\x03\x92\x85\xb2\x53\x22\x23\xf2\xf9\xda\x58\x2d\x6d\xcb\x9e\xe6\x3c\x5d\xe6\xac\xaf\x28\x2a\x19\xa9\xc4\xe0\x99\x4a\x7b\x78\x75\xe5\x10\x57\x5a\x06\x8f\x4c\xba\x27\xb4\x62\x87\xe2\xd1\x88\xb4\xde\xa2\x13\x27\x76\xf5\xbe\xb5\xfd\xae\xb8\xde\x06\x58\xb2\x39\x28\xe5\x3f\x93\x84\x17\x09\xad\x4e\xaa\xcb\x9c\x9d\xb0\x4a\x90\x6b\xb4\xaf\x6b\xf5\x07\x41\x89\x6c\x6c\x5a\x1d\xea\xcf\x4e\x7d\xf3\x2d\x52\xf3\xb9\x82\xfc\xa8\x3c\x42\x80\xc2\x66\xba\x82\xd7\xf6\x19\x63\x8b\xd7\xb4\xac\x32\x9a\x3b\x0d\x9c\xaf\x2d\x58\xb8\xc1\x37\x98\x0a\x6a\x1f\x00\x66\x05\x95\x34\x58\xc8\x5e\x89\x90\x53\x82\x24\xfb\xbc\x60\x28\x04\x94\x4c\xf0\xfc\x9c\x09\xb3\x9a\x34\xc7\x6a\x4b\xb4\xba\x9b\x31\x32\xcd\xce\x59\x41\x16\x25\x5f\x60\x76\x28\xf2\x97\x05\x2d\xe9\x1c\xfb\x7c\x2d\x3f\x93\x1e\xc1\xff\x2e\x05\xa6\x9f\x52\xbd\x86\x9d\x7a\xcd\x69\x9e\xc3\x5c\x65\xeb\x13\x03\x5e\x97\x5c\xcc\xb2\x64\x06\x26\xc2\x63\xdb\x81\x20\xbc\x54\x2e\xb8\x26\x45\x15\xa2\x86\xeb\xae\xe5\xed\xd0\xcf\x59\x35\x03\xa8\x9e\x9c\x9e\x18\x48\xbb\xe4\xd4\xec\x15\xfb\x54\xb1\x22\x15\x76\xf7\x9e\x98\xb2\x9d\x1d\xe0\xfd\xed\x0c\x87\xc4\xed\x44\x96\xf5\xfb\x7d\x33\x83\x21\x69\xc7\x37\xb6\x61\xe8\x1d\x72\xe5\x64\x0b\x93\xe2\x6e\x67\xe8\x6e\xaf\x03\x08\xa2\x75\xc2\x0b\x01\x7b\xb5\xcc\xab\xa6\x9a\x6f\xdf\x83\xe8\xbc\x6d\x4e\x36\x36\x12\xb8\xc6\x7c\x62\x17\xdc\x7b\x04\x15\xfe\x27\xa2\x46\x51\xca\x05\xed\x6b\x00\x7d\x80\xe5\xb1\x5e\xee\x16\xd9\x55\xdf\xdb\x76\x99\x24\x3f\xa0\x3a\xdc\xf6\x89\x1d\x0e\xa6\xfa\x8e\x5a\xfd\xdb\xc4\x7d\xcb\xbc\x7a\xbb\xf1\x9e\x50\xd1\x30\xd3\xed\x80\x5f\xf4\x7a\x75\xed\x07\x92\x3c\x9b\x4c\x3e\xf2\xd9\x90\x1c\x4a\x84\x02\x19\x37\x9b\x4a\x89\x97\x2f\x2b\x32\xe3\x17\x36\xf5\xa8\x44\xf4\x84\x0a\x34\x56\x2f\x2e\xc9\x8c\x95\xac\x6f\x3a\x3a\x84\xa0\xc9\x82\xcf\x59\x35\x53\x19\xc6\x52\xae\x54\x06\x33\x26\xd1\x5e\x2e\xf0\x11\x64\x86\x2d\x2c\x42\x79\x1d\xcc\xb3\xe9\xac\x02\x39\x7b\xcc\x48\xc1\x12\x26\x04\x2d\x2f\x09\x2f\x12\x46\xb0\xe9\x98\x25\x7c\xce\x04\x48\x7c\xb2\xbf\x3c\x1b\xf7\xd3\x7e\x25\x48\xfb\x62\xc6\x0a\x72\xc1\x48\xc9\xe6\xfc\x5c\x42\x5f\x12\x7e\x51\x60\x2b\x5a\xa4\xa4\x64\xb9\xec\xc9\x0c\x07\xef\x33\x93\x49\x96\x48\x5a\x71\xce\x4a\x91\xf1\xa2\xd3\xf7\xd6\x39\x38\x2d\xed\x7e\xbf\xaf\x16\x52\x2e\x3c\x2d\x2e\x3b\x1d\xf5\x63\xbb\x2e\x93\x7e\x96\x74\xf3\xfa\x6b\x90\x4e\x10\xdc\x13\x2c\x7c\x0d\xfa\x1f\xdb\xae\x56\x16\x21\xa5\x35\xd2\x19\xa9\x73\xb4\x40\x12\x12\x56\x55\xdf\xfd\x16\x0e\xd9\x4c\x35\xc8\x5d\x72\xf8\xba\xe4\x72\xc7\xbc\x6f\x6b\x53\x7d\x70\x81\x8a\x02\xe2\x7e\x3e\xa9\x68\xe5\x83\x0f\xf9\x69\x8f\xd9\x34\x13\x55\x09\xaf\xb8\x5d\x3c\x5d\xa7\xdc\xfd\xe8\x74\xa7\x4a\xf7\x73\x2a\xc4\x2b\x3a\xf7\x7b\x43\x92\x74\x54\xe4\x97\x4e\x0b\xfb\xd1\xbf\x3d\x4e\xe9\x47\x06\x76\x8f\xbc\x60\x92\xf6\xce\x79\xc9\xec\x2d\xa2\x49\x71\x97\x30\x2a\x89\x35\x2f\x44\x26\x2a\x79\x32\x24\x9d\xc1\x1a\x13\x42\x4b\x46\x81\x58\x7e\x83\xd5\x90\xb2\x5f\x64\x79\x2e\x6f\x93\x74\x99\x30\x42\x49\x22\x61\x25\x05\x9d\xb3\x3e\x79\x23\x8c\x5d\x0f\x98\xf6\xd0\x9c\x4f\xf9\x12\xac\x7e\xe4\x45\x9e\x15\x53\xe8\xec\xc3\x9c\x95\x53\x86\xb4\xec\x03\xd0\x3a\xe8\x5e\xde\x50\xac\xac\x2e\x25\xd4\x70\x00\x00\x46\xbc\xe6\x58\x21\x96\x25\x13\xf2\x0c\xcd\x69\x56\x54\x14\xeb\x40\x77\x00\x6d\x99\x32\x60\x44\xe0\xa4\x19\xa5\xa2\x73\x6d\xd2\x92\x11\x18\x37\x85\xfb\xa7\x76\x11\x4a\x3c\xe8\x91\xd3\x19\x23\x90\x8f\xdd\x59\x2b\xb4\x59\xc2\xb6\xea\xb4\x66\x53\x51\xb1\x52\x75\x15\xb9\xca\xec\x04\xe5\x81\x71\x48\x9f\xbd\x96\x4e\x58\x35\x74\x2e\xb3\x2b\xf4\x99\x26\x57\x60\xe7\xe8\xde\x2f\x5d\xb8\x5d\xea\x08\xfc\xc4\x6e\xbd\x7b\xf1\xfd\x81\x05\x5f\x88\x05\x9b\x6b\xa0\x41\x9d\x8f\x3a\x61\xd5\x96\x6a\x88\x39\xfb\x57\xb5\xbc\x05\xc6\x6c\x3a\x6c\xc7\x96\x8f\x3e\x9b\x0e\xfe\x6c\xae\x46\x20\xdb\x68\xcb\x69\xb4\xf5\xb5\xb0\x6e\x73\x87\xdc\x27\xb1\x82\xad\x3f\xf0\xf1\xdf\x01\x1f\xc3\x96\x0f\x55\xcb\x6a\x96\x95\xbf\x09\x22\x3b\xbf\x1f\xfe\xbe\x48\x6d\x1b\x3d\x74\x1a\x3d\xfc\x1d\x4e\x42\x43\xc1\xc3\x3f\x8e\xc8\x7f\xf4\x11\x09\x1b\x3e\xd2\xb0\xf2\x65\x59\xcd\x7e\xeb\xc3\xe5\xfc\x7e\xf4\x6f\x70\xd0\x6c\xa3\x47\x4e\xa3\x47\x77\x39\x9d\xb2\xb3\xaf\x75\x42\x1b\x0a\x1e\xed\xbc\x2b\xfe\x38\xbc\x5f\x7a\x78\x05\xe9\x91\xa3\xd8\x72\x89\x3b\x1c\x09\x29\x06\x9b\x8e\x95\xf5\xf1\x93\x43\x87\xcb\xb6\x5e\xdd\x3e\x4e\xed\xc4\xb1\x88\x16\x97\x7f\xec\xf0\x7f\xfc\x0e\x7b\xba\x67\x18\x6e\x5f\x08\x18\xcc\x4e\x01\x75\x29\xdd\x50\x17\xd0\xee\x74\xb6\x4d\x0a\xff\xdb\xa3\xc8\xe6\xff\x08\x8a\xec\x8b\x7f\x5b\xfc\xd0\x6d\xb9\x52\xc5\xf4\x48\x1b\x7f\xd2\xbc\x43\xb4\x7e\xa6\xe2\xa0\xd2\x03\x98\x92\x92\x51\x58\xde\x72\x99\xb3\x46\xdd\xb3\xbb\xe9\x4d\xe2\xba\x18\x92\xb7\xeb\x08\xec\xef\xe1\x22\x53\x00\xee\x0e\x7d\x25\x56\xe3\x7d\xe5\xa9\x47\xff\x40\xa6\xff\x3c\x64\x5a\x21\xc9\x7b\x98\xb5\x92\x19\x5b\x8f\xfd\xfa\x42\x0c\xdc\x24\xf7\x5d\x50\xff\xc0\xc7\xff\x7c\x7c\x6c\x16\xc8\x25\x6e\xe2\xc3\xc3\xfa\xe2\x02\xb9\x85\x94\x40\x6e\x21\x1c\x7c\x55\xbc\x76\xff\x78\xf8\x07\x92\xff\x2f\x43\xf2\x66\xc1\xf8\x5f\x09\xe1\xc9\xda\x42\xf0\x5d\x0f\xc7\xbf\xbc\x98\xfc\xc7\xf9\xfa\x57\x3e\x5f\xe1\x83\xd6\x1f\x0c\xf2\xd7\xc0\xa5\xff\x74\xfc\x09\xe9\xed\x2d\x84\xf8\x3b\xa1\x8e\x95\xf1\xd1\xa6\x26\xd1\xef\xeb\x80\xb3\x4d\x0d\x46\xe4\x33\x11\xcb\xf1\xbe\x0e\x39\xa5\x6d\x85\x3e\x5f\x93\xeb\x6d\x34\xa7\x70\x4c\x74\x4e\x18\xc6\xb2\x52\x93\x7a\xbb\xf1\x7e\xdb\x09\x0f\x68\xaa\x40\x90\x5c\x55\xc7\x84\x58\x8b\x98\xd1\x34\x0f\x1d\xb1\xea\x50\xb3\x8a\x58\x3e\x80\x9f\x7b\xcd\x50\xc4\x40\xd0\xf1\xe6\x51\x3a\x46\x09\x42\x1b\x23\xc5\xcc\x91\x4e\x58\xb5\x57\x32\x2a\x51\x38\x36\xa8\x67\x9f\x14\xab\xd0\x9f\x51\x71\x74\x51\xbc\x56\x47\xa1\xed\x76\xda\x09\x42\xba\x78\x03\x62\x88\xcd\xda\xc2\xb4\xbc\xc8\x4d\xee\xee\xf6\xeb\x95\xc9\x28\x0e\x94\x5c\xd7\xa8\xf5\x08\x60\x43\x27\xd6\xd3\xd5\x15\x5a\xd2\x98\x91\x55\x4c\x27\xf3\xc9\x09\xea\xe4\x5a\x73\x69\xbc\x5d\x05\x0a\x2d\x2e\x3b\x6f\xdd\xc9\xeb\xcd\xb0\x9d\x7d\xc6\xa9\x32\xd1\xd5\x64\x8e\x5c\x93\x51\xdd\x24\xa7\x6d\x4d\xba\xdc\x95\x55\x6d\x76\x43\xc3\x2b\x3b\x80\x8b\x10\x1a\xb9\x7d\xdb\x95\xb6\xa6\x12\xb0\x14\x5d\xf2\x99\xa4\x99\x58\xe4\xf4\x52\xae\xff\xd0\xc7\x96\x6b\x03\xa6\x0b\x89\x36\x2c\xb3\x7d\x06\x71\xc9\x3c\xac\x44\xb3\x36\xaf\xf6\xb6\x5b\xd9\xdd\x7b\x7f\xf5\xe4\x49\xc0\xd5\xea\xe3\x92\xb7\xdf\xba\xdd\xf4\x4d\xcb\xf7\x1d\xe5\xac\x43\x5a\x6e\xdf\xd7\x66\x4f\x03\xbb\xe2\x35\x07\xad\xf7\x79\xdd\x60\x4e\x1c\x59\x7b\x3e\xf1\x97\xc1\x3b\x61\x0d\x6b\x57\x33\x3e\xf2\x2a\x76\x0d\x11\xed\x8b\x05\x4b\xb2\x49\x96\x64\xd5\xe5\x4b\xbc\x5e\x32\x56\x86\xf6\x7f\x8e\x82\xd4\x9d\xae\x25\x46\x9e\x35\xd9\x37\xf2\xfb\x31\xa3\x89\x8a\x6f\xd9\x2a\xe5\xef\xd0\xa6\xea\x30\x35\x86\x4c\x7f\x99\xe4\x4b\x56\x54\xcb\x6c\xb0\xac\xb2\x3c\xab\x32\x26\x06\x79\x36\x1e\x40\x2d\xdf\xb2\xe9\x47\xce\x3f\xca\xfb\x67\xca\x0a\x56\xd2\x4a\x5e\xcd\xcb\x22\xfb\xe7\x92\x91\xc3\x67\xfa\x52\x9d\xe6\x7c\x4c\x73\x22\x12\xbe\x60\xa4\x2d\x16\xb4\x28\xe4\x05\x45\x13\xf0\xa8\x4a\x97\x18\x56\x83\x91\x84\x2f\x32\x66\x22\x22\x08\x3a\x67\x24\xcf\xc6\x25\x2d\x2f\x3b\xb5\xbb\x74\x51\xb2\x49\xf6\x49\x5e\xa4\xea\x36\xd4\x5f\xe4\xa6\xc9\xe6\x87\xcf\xfc\xea\xfc\x3c\x4b\x59\x7a\x98\xba\x4d\xb2\xd4\x14\x90\xf1\x25\xa1\x64\x41\x4b\x56\x54\x36\xae\x61\x9f\x3c\xc3\x40\xbb\x42\xfb\xd3\x9b\xfa\x68\xbc\x9e\x4d\xe4\xb8\x82\x15\x15\x32\x2c\x60\xc5\xc8\x97\x95\x0d\xb0\xaf\xed\x7e\x67\x72\xa1\x24\x3b\x82\x60\xe1\xee\x09\x78\x7c\x44\x50\x23\xb7\xf4\x52\xb0\xc3\xb4\x8d\x13\xdb\x1d\x9a\x98\xa4\x76\x32\xe6\x63\x47\xff\x30\xd1\x4f\x71\x47\xc5\x8c\x2f\xf3\x14\x03\x03\x8c\x19\x8c\xcf\x52\xb4\x92\x14\x99\xfc\xdf\xac\x22\xcb\x45\x0a\x56\xcd\xce\x56\x01\xd2\xd3\xa2\x32\xab\x59\xb0\x4f\x95\xdc\x51\x98\x75\x5f\x0d\xd1\xfe\x19\x02\x84\xd2\x42\x39\x38\x62\x47\x24\x13\x45\xab\x82\xd0\xaa\xf9\x25\xf2\x60\x92\x39\x59\x94\x7c\x9c\xb3\x39\x30\x87\x0b\x49\x11\xb3\x84\x75\x49\x56\xb5\x04\x19\xb3\xaa\x62\xa5\xb5\x1e\xcd\xaa\x7e\xc7\xbd\x07\x27\x64\x84\xe8\xdb\x5f\x0a\x76\xcc\x26\x4f\xd4\x54\x1d\xc6\x64\xa7\x6d\x17\x05\x0f\x0b\x5c\xf4\x25\x9b\xf4\x93\x65\x29\x37\xd5\xb9\xd2\xcd\x37\x0c\xfb\x60\x96\xb8\xb3\xfd\x2e\x70\x58\x72\xea\xde\xe1\x50\x81\xa3\xac\x38\xf8\xe7\xd2\x33\x31\x87\xaf\xfe\x21\x3a\x2c\x2a\x56\x82\x59\x77\x25\x17\xb0\xba\x5c\x30\xb3\xf2\x12\x04\x85\x1e\xf0\xfd\x05\x4f\x68\x0e\xc6\x8d\x4f\x4e\x4f\x2f\x17\xac\x4b\x4e\x7f\x92\x9b\x02\x1c\x12\x82\x3e\x11\x43\xd2\xc6\x05\x93\xab\x05\xd5\x2c\xe3\xaf\xab\xfb\x46\xd3\xdb\xd8\x14\x0c\xcd\xcb\xdd\x21\x69\x17\xec\x02\x2a\x0e\x89\x6e\x8f\x0d\x55\x47\x1d\x32\xda\x21\x72\xb7\x94\xd9\xbf\x9d\xcc\x09\xc6\x9f\xa0\xb0\x71\xba\x47\x8b\xd3\x68\xff\x9e\xf9\x33\x9e\xd3\x82\x4e\x59\x5a\x9b\xb4\x3e\xbe\xb9\x9c\xb4\xec\x59\xad\x84\x62\xb1\x24\xab\xcb\x8e\xf5\x10\x23\x12\xac\x48\x1b\x9a\x0d\x9b\x97\x0c\x26\xb1\xd6\x4c\x3f\xd7\xee\x83\x09\xd8\x14\xcb\x9e\xfb\x72\xc5\x63\x41\xe5\x01\x73\x3d\x2b\x6f\xcf\x30\x7c\x62\x46\x36\xe4\xdd\xb5\xc2\x9e\xf8\x21\x1f\x2f\x78\xf9\x91\xd0\x92\x2f\x0b\x34\xaf\xce\xe6\xf3\x65\x45\xc7\x92\x3c\x5f\x6a\x92\x69\xf6\x1c\x50\xe8\x9d\x71\x91\x97\x80\x50\x41\x96\x18\xc6\xbc\x63\x30\xb7\xff\x52\x76\x91\xcb\x33\xa5\x2d\xec\x63\x2b\xe0\x1d\xb4\x8e\x73\x78\x34\xfc\xc1\xed\xe4\xe3\xc3\x8f\x2c\x5f\xe0\xe9\x06\xa1\x03\xf0\x13\x0f\x83\xa4\x95\x99\xba\xc1\x2c\xcd\x0d\x65\x16\x77\xaf\x5f\x82\x60\x74\x0c\x14\xc1\xdf\x4b\x15\x92\x72\x07\xdd\x94\x76\x87\xea\xb3\xdd\x3c\xec\xe6\x26\x8c\xd0\x87\x48\x1f\xa3\xb7\x60\x38\xdf\x58\xfd\x6d\x4b\x56\x6b\xa1\x08\xad\xc5\x10\xed\xec\x88\xfd\xf4\xfb\xfd\x82\x5d\x1c\xdf\xe9\x50\xca\x1e\x3a\x43\xd2\x5e\xfb\x30\xda\xe9\xea\xb8\xb9\x0a\x41\xd5\x11\xb9\xba\x22\xf7\x1c\xaa\xd4\xb6\xf8\xdb\x25\x0a\x4a\x97\xe3\x0f\x5a\x8f\x82\x13\x17\x3d\x6e\x0e\xab\xf2\xae\x70\x3b\x99\x08\xc4\x18\x39\x88\xe1\x38\x4d\xa4\x0b\x77\xa0\x7b\xdb\x7a\x39\x95\x43\x91\x46\xa5\xe7\x36\xb2\x0f\x32\x54\x3a\x0e\x3e\xde\x4b\x02\x63\xe3\x1b\x4c\x42\x2f\x1b\xc5\xe6\xf6\xc9\xe9\x2c\xb3\x8e\x39\x24\x03\xdf\x1d\x56\xa4\x8a\xec\x38\x8e\x2f\x1a\x11\xf1\x4a\x97\x88\xab\x55\x49\x0b\x5a\xca\xe3\x66\x5c\x15\x3e\xa8\xf1\xc1\x5d\xe3\x03\x99\x30\x5a\x81\x3f\xc4\xa4\x8e\xd4\xe4\xb0\x22\x34\x49\xf8\xb2\xa8\x30\x4a\xb7\x52\x3d\x64\x70\xf3\xd2\x8a\x40\x0c\x3a\xf2\x0d\x51\x0c\x20\x4b\x51\x0b\x61\xf0\xc1\x23\x88\xee\xb8\x3d\xb2\x57\xa8\x49\x22\x64\xc1\xa2\xc8\xc1\xce\x69\x99\xf1\xa5\x70\x06\x0d\xb8\xa3\x05\x78\xf8\xf0\x65\xa5\x19\x1e\xb4\x8b\x72\x57\x90\x2c\x24\xef\x9c\xa2\xcb\x13\x78\x78\x38\xe1\x9f\x63\xec\xcb\x94\x21\x80\xb2\x67\xdd\xed\x93\x53\xf4\x6d\xd2\xee\x42\x9f\xaf\x51\x69\xe5\x4e\x68\x48\x8c\x97\x0a\xfc\x8d\x6a\x86\x18\x90\x43\x72\xaa\x7d\x88\x3a\xfa\xb7\x7b\xdc\x11\xfc\x11\xf9\x2c\x8f\x61\xac\x03\x72\x1d\x7a\xf8\x7c\x64\x40\x4e\x91\x1e\xf6\x3f\xb2\x4b\xd1\x76\x61\x03\xe2\xd9\xfe\xc8\x2e\xf9\x44\x8d\xd7\x79\xfb\xde\x23\xfe\x30\xcc\xdb\x8f\xec\xf2\xbd\x9f\xb8\xc0\x39\x57\x6e\x15\x6f\xe6\xf0\xed\x5e\x33\xb3\x0f\x0d\xeb\xce\x22\x7b\xe2\xb2\x48\x56\x71\xef\x0e\x5b\xb2\x06\xdf\xb2\x14\x6c\x1f\xd6\xc2\x32\x2d\xfa\x53\x9c\xf9\x57\xbc\x97\xe4\x04\x11\x94\x0c\xd8\xc7\x84\x21\x66\x67\x82\xd0\x65\xc5\xe7\xb4\xca\x24\x03\x7a\x49\x20\x38\x25\x4b\x25\x9b\xc0\x0b\x29\xa3\xce\xe5\xb1\x68\xd2\x55\x2d\x05\x83\x5e\xdb\x1d\x77\x6b\x29\x0c\x34\x32\xc0\x3e\x81\x3a\x3b\xed\x36\xd0\x40\x08\xbb\x85\x8d\xb4\x78\x3b\x18\x38\xf4\x43\x82\xa5\x59\x70\xea\x10\x85\x02\x35\x7c\xe0\x92\x94\x89\x05\x17\x0c\x43\x9e\xf8\xb3\x92\x40\x15\x00\xb3\xec\xd8\xb0\xa6\x07\x93\x09\x4b\x2a\x05\x01\xfe\x2f\x34\xec\xab\xae\xda\x9d\x2e\x79\x0b\x5f\xde\x77\xfc\xbb\x02\x3e\xde\x81\xc3\xc4\x53\x64\x14\x21\xbe\xb7\x8f\x5b\xe2\xb4\x02\x2e\xf2\x33\x39\x7c\x4a\x85\xf2\x37\xb4\xad\xe4\x37\xd3\xa6\x2f\x6b\x8a\x56\xd3\x65\x0e\x2c\x9b\xa5\x01\xc7\x9a\xdb\x5b\x82\x00\x6f\x78\xda\xfc\x52\x92\x6a\x38\xeb\x39\x9f\x66\x09\xa9\x38\xf4\x94\x67\x13\x56\x65\x73\x46\xe6\xac\x9a\xf1\x54\xb8\x8e\x8e\x5e\xa7\x5a\xf0\xd2\xc4\x47\xd3\x73\x23\x11\x62\x92\x23\x90\x6d\x48\x56\x64\x92\x70\x64\xbf\xda\x69\x1c\xb3\x09\x24\xc7\xea\x68\x71\x14\xf0\xa7\x5c\x26\x15\x2f\xbb\x0d\x28\x17\xef\x26\xa4\x5d\x76\x09\xe1\xfd\x8a\x56\x6c\xa7\xcd\xc7\xbf\x0c\x15\x46\x98\xa6\xaa\x9d\xa9\xd4\x19\xc2\x65\x8d\xd8\x1c\x6c\x94\xec\xa0\x6b\xe3\xf2\xab\xaf\xcf\xb2\xf4\xa5\x44\xb7\x21\x39\xe3\x05\xfc\xea\xd6\x6b\xbc\x01\xf1\x0b\xaa\xe0\xcf\xb0\xce\xcf\x59\x9e\xbf\x41\xbc\xc5\x5a\xf8\x1b\x99\x17\x6b\x38\x55\x0b\x97\x2a\x85\x3f\x8c\x99\xfa\x17\x40\x89\xa4\xcc\x16\x55\x0f\x2b\x0d\x0a\xde\x63\x9f\xa4\x04\x9f\x55\x3d\x5a\x5c\xba\xf1\xff\x14\xa8\xb0\xfa\x43\x50\xa1\xb9\x13\x3f\x13\xac\xaa\x6d\x12\x12\xe9\xbe\x8b\x00\x5d\xd0\xec\xff\x26\xe0\xe1\x32\x59\xf8\xa4\x68\xcd\xce\xd5\x1d\x64\x77\xd7\x03\x1b\x49\xbc\xaa\xe5\x01\x0a\xc1\x57\x1b\x26\xe1\xfa\x51\x7e\x11\xf8\xb2\x8f\xda\xca\x59\x80\xb4\xae\x32\x58\x41\x60\x12\xb7\x1b\x5a\xdf\xb8\xee\xc8\xd4\x7f\xf5\xc5\x47\xec\xfb\x62\xec\xd0\x73\x0b\x82\x4f\x06\xed\x9f\x9c\x02\x41\x9a\xd0\x84\xed\xb4\xdd\x0e\x86\x56\x6a\xd2\x32\x90\xad\xa9\x22\x8c\x0c\x89\xfd\xa6\x59\xee\x10\x27\xa2\xbb\xed\x08\x83\x1e\xa6\x80\x54\x88\x74\xcc\x95\x09\xbd\x4e\xe4\x56\x7e\x26\x4a\xd8\x8a\x40\x40\xae\x5d\x51\xec\xdc\x95\xc3\x6a\x49\xa8\xea\x83\xc7\x44\xd2\xda\xf0\xfa\xbe\xec\xa8\xb8\x1b\xa1\x9c\xe7\x73\x21\x53\x56\x3d\xe3\xc9\x72\xee\x5f\x44\x29\x9f\x0f\x9c\x12\xef\xfa\x72\x2c\x64\x23\xdc\x0b\x94\xf6\x50\x5b\xee\x35\x3b\x38\x67\x45\xf5\xd7\x92\x2f\x17\xce\x38\xf6\x63\xa8\xd8\xfc\x39\x2b\x52\x7e\x51\x07\x09\xbf\xe3\xfd\x96\xb3\x8a\x9c\x89\xa4\xe4\x79\x3e\xa6\xe5\xcf\x59\x5a\xcd\x86\x04\xd3\x42\x6d\xab\xd2\x31\x4f\x2f\x4f\xa0\xc6\x33\xc4\xfd\x74\x5f\xe2\x2f\x44\xbc\x94\x5d\x20\x5b\xa2\xcb\xb0\xa6\x71\x1d\x25\x23\x77\xb2\x6d\x58\x72\x7e\xce\xca\x49\xce\x2f\x86\xa4\x35\xcb\xd2\x94\x15\xe4\x1e\x82\x4d\x8b\xaa\x25\x97\x5f\x7d\x6e\x75\xdf\x15\xd7\x1d\xef\x1a\x7e\x9d\xd3\xc4\x06\x6d\xaf\xaa\x32\x1b\x2f\x2b\xe0\x4b\x70\x0e\x12\x04\x92\x66\xe7\x02\xf4\xca\xf3\xec\x57\x26\x48\xca\x2a\x66\xa4\xa7\x8f\x05\xa4\xdf\xf8\x46\x45\x13\x95\x75\xc1\x27\xdb\xb6\x86\x3c\x42\x15\x69\xa3\xbe\xe6\x82\x41\x0c\x01\xd4\xcf\xb1\x4f\x0b\x56\x88\xec\x9c\x11\x29\x4c\xe8\x80\xc8\x70\xa7\x7f\x64\x72\xc5\xe5\xc1\x5b\xea\x17\x14\xd0\xe5\x69\xdd\xed\x72\x9c\x67\x49\x4c\xbe\x7f\xb6\x77\xba\x77\x76\x78\x72\x76\xb2\x7f\x7c\xf4\xe2\xc5\xde\xd3\x17\x07\x67\x7b\xa7\xa7\xc7\x87\x4f\xdf\x9c\x1e\x90\x11\x69\xa5\xb4\xa2\xbd\x4c\xf4\x2c\x84\x3e\x63\xb2\x87\xe9\x8f\x94\xff\x38\x70\x28\x58\x55\x6b\x19\x28\x61\x39\x9b\x1b\x45\x2d\xe6\x36\x92\x74\x93\x15\x95\xd6\xd1\x42\x4b\x4c\x1c\x09\x6d\xf5\x77\xb9\xf5\x31\xa0\x21\xe7\x12\xee\xf4\x51\x71\x80\xdd\x43\xb0\x10\xfc\x39\x24\x3f\x9e\xbe\x7c\xa1\xbf\xe3\xa9\xed\x12\x18\x51\x0c\x1d\x2c\xd6\xb4\x44\xcb\xee\x98\xe4\x16\x9b\x05\x2f\x91\xee\x3b\x23\x60\xa5\x9c\x81\x94\xec\xf6\xf3\x8c\x15\xd5\x3f\x14\x36\xaa\x42\x03\x87\x0f\x83\xd2\x95\x58\xbe\xb8\x64\x73\x26\x51\x1d\xd9\x23\xd5\x13\x0a\xc5\x20\xcf\x4a\xd6\x0a\xf4\xf2\x67\x6a\xc1\x8e\xce\x59\x69\x96\xc8\xf2\xe4\x67\x82\x9e\x33\x0b\x49\x1b\xea\x0e\xc9\x29\x5f\x26\x33\x98\x6e\x38\x53\x15\xba\xe6\x1c\xb8\x4d\x48\x6e\x09\x75\x99\x68\x4a\x65\x18\x99\x6f\xa4\xf5\xdb\x8d\xf7\x7d\x35\x0d\x8f\x64\xd9\x19\xab\x79\x98\xdd\x0d\x77\x1d\x9e\xd2\x0d\x4a\xd0\xaa\x62\xf3\x45\x25\x54\x63\x8b\x5b\x0b\x88\x71\x30\x63\xa4\xe2\x0b\x79\x62\xc6\xbc\xaa\xf8\x5c\xab\xe3\xd4\xf2\x3b\xeb\x13\x5b\xbe\x35\x17\x6a\x30\x40\x2d\x7e\xc9\xc4\x82\x17\x29\xaa\x3a\x44\x56\x4c\x73\xd6\x9b\x64\xc5\x14\x70\x7e\x99\xcc\xd6\x5a\xd6\x7b\xc1\xb2\x3a\xc8\xe5\x68\x6e\x62\xeb\x04\x63\x40\xd8\x84\x19\x64\xde\x54\xe7\x65\x92\x95\x0a\x13\xa0\x99\xe0\x28\x62\xd9\x49\x4a\x3a\x25\x4f\x0b\x4b\xf5\x81\x0c\x56\x88\xa8\x8d\x14\x15\x5f\x48\x56\x86\x4e\xf1\x99\xcc\xbe\x4e\xc2\xb1\x38\x0b\xcf\x45\x13\xf0\xda\xb6\x60\x3d\x34\x21\xbd\x1a\x6a\x6d\xfb\x3d\x59\xc2\xf3\x9a\xaa\x3b\x77\x92\x15\x8a\xce\xdb\xcf\xde\xaa\x4b\x22\xee\x90\x80\x4e\xf0\xf7\xb6\x9d\x57\xd8\xbb\x8b\xf2\xcc\x10\x96\xb0\x56\x64\xc3\x32\x0f\xf5\x2c\x4d\xc7\x48\x32\x0a\x55\xbb\xd1\xfd\x8d\x51\xbf\xe5\xc2\xc2\xa8\x01\xe9\x63\xf1\x29\x5f\xd8\x78\x62\x7a\x19\xdd\x58\xf4\x7a\x47\xd5\x18\x4a\xe5\xd2\xae\x29\x08\xd7\x82\x1a\x4f\xd6\xfa\x80\xa7\xfc\xa2\x68\x04\xfd\x47\x06\xd1\x43\x54\x00\xb6\x84\x65\x79\x64\x72\x1d\xf2\x64\x64\x16\x5f\xe1\x89\x6a\xe8\x4c\xf8\xc9\xad\x26\x6c\x69\x10\xde\x02\x7d\x5e\xe8\xcb\xa2\x4b\x5a\x70\xb6\x20\x46\x6e\xab\xeb\xd1\xd2\x2e\xf9\x0c\xf2\x6f\x76\xce\x86\xca\x00\xe7\x1a\x7b\x6d\xec\x46\x1e\x51\xd9\x4b\x8c\xe2\x34\x75\x07\x7c\xb7\xc5\x36\x66\xb0\x34\x78\xe0\x91\xfc\x0c\x15\xf1\xdb\x6f\xbc\xac\x4c\x0e\x41\xb3\x49\xdc\x1d\x3d\xaa\xde\x87\xbe\x2c\x90\xbf\xf3\x6d\x6a\xe8\x33\x80\xa1\x86\xc0\x99\xc5\xa9\xb3\x43\x97\x9b\xa9\x16\x51\xca\xc5\x1b\xf7\xa8\x3e\x6a\xd3\x0e\x5d\x3b\x9c\xe6\x99\x12\xc1\x0e\xb9\x78\x6a\x58\xd3\x1b\xc0\x6d\xc4\x4f\x7f\x87\x15\x13\x2b\x2c\xd9\xf7\x77\xaf\x99\x99\x33\xf2\x97\x02\xce\x42\xd6\xf6\x24\x26\xc9\x9e\xa4\x3c\xc1\x07\x58\x2d\x1b\x18\x5a\x2f\xb7\x4c\x96\xde\xbf\x2f\x2b\xf5\x01\x82\xfb\xf7\xc9\xbd\x26\x1e\xdc\x6c\xab\xae\x8d\xf6\x23\x2f\x32\x51\xf5\x69\x9a\xb6\x1b\x98\x72\x7d\x30\x4d\x2b\x9a\xa6\xb0\x60\xb2\x21\x2b\x58\xd9\xf6\xf7\x29\xb6\xe0\xf5\x9d\xea\x92\x84\x2e\x24\xdb\x14\x1c\x55\x45\xef\x9a\xe6\xf0\xe0\x41\xe8\xb9\x76\x50\x7c\xe9\x26\xb0\x62\xd5\x1e\x00\x61\x6c\x92\x6a\x5c\x42\xbe\x7a\xb3\x1a\xb7\xab\x59\x62\x0a\xb8\x8f\xc8\xae\x61\x68\xa6\x9b\x36\xce\x69\x8a\x0d\x6e\xbb\x7b\xb5\xbb\xa8\x09\xe6\x5e\xcf\xd7\x83\xe8\xa8\x70\x34\x4f\x96\xb9\xb1\x9e\xb8\x90\x72\xa3\xb2\x65\xd5\xb2\xa4\x79\xd3\x1e\x97\xfc\x42\xb0\x72\xc0\xc5\xba\xdb\x37\x65\x8a\x1c\x68\x91\x54\xee\x1f\x0a\xa5\xce\x0e\xfa\x52\x6b\xc3\x9b\x83\xdc\x42\xa1\xa6\x75\xee\x53\xd2\x91\x5c\xc4\x25\x5e\x72\xf0\xbc\xa7\x0a\xda\xad\x34\x3b\x37\x06\x52\xa6\x31\x9a\x2b\xf6\x05\xbe\xed\x80\xc1\x60\x0b\xe6\xdd\xea\x92\xd6\xe6\xc6\xc6\xe2\xd3\x7a\x6d\x66\x70\x95\xde\xb2\x91\x16\x99\x65\x33\xac\xb8\x5e\xbb\x05\x17\x60\x8c\x23\xdb\xd1\x31\x28\xa9\xd9\x7a\x2d\x2b\xbe\x90\x8d\x7a\x3f\xfc\xf0\xc3\x0f\x0e\x94\x66\xc9\x90\x6e\x80\x82\x7b\x7f\x96\xe5\x69\xdb\xf4\xa6\xab\x0e\x06\xe4\xaf\x2a\x0e\xb8\x45\x0a\x58\x31\xad\x8f\x0b\x36\xd0\x01\x08\xe3\x3e\xe2\xf7\x9e\xf3\x1d\xb9\x0f\xf8\xbe\xed\xb0\x51\xcf\x18\x64\xf9\x90\x43\x3d\x3b\xfc\x29\x06\x29\x1e\x93\x28\xa4\xfe\x4b\x53\x00\x55\xcd\xab\xb6\xa4\xf2\xb2\x66\x02\x52\x8d\xc8\xf1\x8e\x5e\x1a\x4c\xd7\x2c\x84\x79\x26\xad\x0b\xef\xa3\xaa\x5c\x32\xab\xb9\xe8\x4a\xe1\x49\xbd\xc7\x40\xff\x3e\xd4\x6b\x9e\x97\x28\x3f\x0e\xfc\x54\x56\x4c\x0f\x9a\xb9\x88\x4e\xf8\x51\x69\x8c\x7c\xc3\x67\x90\x9c\xcd\xe5\xc5\xf2\xf5\x1b\xa9\xc4\x07\x16\x88\x6d\xcb\x72\xd4\xe9\x6a\x50\xb7\x73\xcf\x79\xbf\x82\x88\x1a\xa9\x94\xfc\xfe\xb9\xcc\x92\x8f\x44\x24\xb4\x30\xcb\xee\x28\x6f\xcc\xc2\x82\xa9\x96\xca\xe3\xcc\x72\x49\x95\x19\x26\x46\xd3\x84\xd3\x53\x55\xb2\xbc\x3f\x65\xd5\x9e\x6e\xdc\x5e\xa5\x94\xe9\xa0\x1e\x51\xee\x63\xab\x26\x8c\x11\x96\xbb\x4c\x2f\x91\xa3\x4a\x86\xb2\x8f\x06\x76\xee\x32\x38\x39\xef\x4d\x6e\x83\xa2\x55\x61\x26\x29\x92\x55\x5d\x13\x13\x10\xe6\x28\x45\xc8\x52\xbd\x19\x0d\x41\xaf\xb9\xac\x98\x0e\xa9\x58\x71\xc2\xce\x69\xbe\x04\x2b\xb4\x89\x51\xb0\x81\x3c\xa1\xe2\x07\xb2\xf8\x76\xfc\x86\xcb\x04\x29\xd9\x80\x13\x70\xd7\x49\x1b\x89\x3b\x8a\x32\x95\x85\xc8\x53\x9e\xb5\x59\x6e\x2f\x3b\x89\x77\x7a\x4e\xff\x00\x5b\x72\xaf\xf5\x6e\xf0\xa1\x3f\xb5\x84\x0c\x2c\x34\x2c\xfd\xec\x5d\xb6\x3a\x64\x48\x5a\xad\xd0\x08\xd9\xf4\x7e\xff\xbe\xfb\x17\x5a\x7a\x23\xc1\x25\x57\x57\x24\x28\xa1\xcb\x8a\xb7\x3a\x9e\xa5\x70\x88\x07\xae\x81\xed\xfa\x28\xf1\x9c\xe6\x39\x19\xd3\x04\x5e\x99\x2f\xf0\x80\x21\x18\x7d\x87\xb5\x97\x10\x31\x4c\xe5\x5f\xdb\x2f\x18\xc5\x28\x7b\x6b\x87\x2b\x42\xf9\x00\xe4\x40\xb5\x2d\x29\x8b\x6a\x72\xcc\x92\x65\x09\xca\x4f\xab\x50\x8e\x15\xfb\xc1\x66\x25\x86\xbc\x3e\x3a\x3e\xdd\x7b\xe1\xa8\x35\x9d\x48\x83\xac\x7a\xcd\xcb\x8a\xe6\x06\xa9\x7c\xed\xe6\x33\x56\xb1\x72\x9e\x15\xe0\xe3\x51\xcd\x58\x49\x28\x51\x2a\x86\x4c\x58\x0d\x27\x28\x8f\x73\xec\x75\xc1\x4a\xb1\x60\x49\x05\x6a\xda\x09\x29\x39\xaf\x20\xea\xab\x31\x97\x85\x65\x47\xa3\x12\xdf\x32\x06\xd4\x4c\x17\xbc\xfc\x28\x08\x9d\xd2\x0c\xec\x28\xb0\x63\x6b\xce\x82\xea\x1d\x73\x2a\x6b\xe0\x9b\xde\x70\x80\xc3\x89\x14\xe0\x67\xda\xbe\x96\x16\x29\x49\xe4\x1d\x04\xde\x32\x8e\x3e\x08\x6c\x7e\xd5\x60\x95\x07\x14\xb8\xff\xa8\x1d\x82\xc3\xe4\x99\xc3\xa8\xb5\xe8\x19\x45\x67\xc5\xc9\x3f\x97\xac\xbc\xb4\x90\x83\x01\x0f\x94\x89\x8a\x56\x4b\x41\xb8\x6f\x62\xa8\x40\x73\x0d\x8a\xf1\x8b\xb3\x90\x7d\x72\xc2\x68\x99\xcc\x80\xe4\xaa\x2e\xb3\x62\xaa\x07\x91\x42\xa0\x20\xb4\x52\x2d\xa1\xf7\xb6\xbc\xd8\xe4\xda\x67\x13\xdd\x61\x26\x9c\x2b\x82\x97\x24\xc3\x14\x7d\xa8\x27\x8f\x5c\x6b\xd8\xfb\x3e\x0e\x27\x34\x77\x86\x53\xf6\x2e\xa1\xae\x1a\x61\xd7\xfb\xda\x19\x92\x31\xe7\x39\xa3\x85\x6b\x3e\xa1\xee\xe8\x97\xb4\x4a\x66\x4a\x95\x15\x62\xb0\x32\x60\xc3\x81\x94\xe6\xa5\x5d\x31\x51\xc5\xae\x52\x90\x31\xd5\x04\xe5\x41\x74\xea\xc9\xe3\xe9\xfc\xd9\x9f\x51\x11\xd0\xce\xf0\x64\x74\x60\xb4\xce\xb6\x77\x2a\x1d\x78\x25\x49\x85\x9b\x15\x08\xb5\x2d\x58\xa7\xeb\xf5\xad\x2c\x02\x3b\x17\x74\x43\x13\x97\x45\x32\x2b\x79\xc1\x97\x22\xbf\x24\xec\x13\x4b\x96\x90\xfb\x10\x74\xe4\x40\xa9\x8c\xea\xd8\xda\xa1\x65\x82\xd0\x31\x5f\x02\x5a\x2a\xc3\x91\x9a\x41\xbb\x69\xdf\xf3\xcc\xdc\xc0\xaa\x21\x5d\x82\xbd\xb3\xdb\x34\x54\xa0\x2c\x05\x53\x0f\xaa\xe0\xc6\xa2\x3a\x1b\x2a\x33\x14\xdf\x36\x50\xb5\xc0\xea\xc7\x35\xf3\x6a\xd3\x1a\x37\xc0\xd6\x73\x9e\x1b\x75\x15\xa8\x11\x1a\xc0\x28\x54\x71\xcc\x60\xcc\xc5\x50\xef\x6c\xb7\x6f\x15\x64\x0a\xc9\xde\xbe\x37\xfb\x1f\x46\x14\x3f\xfc\x1b\xbb\x9c\x94\x74\xce\xbc\xf8\xb3\xe6\xe3\x57\x89\x13\x8b\xb7\xe7\x8c\x79\xa1\x68\xed\x47\xaf\xae\x60\x25\xda\x89\x1c\x2f\x73\x76\x50\x54\x65\xe6\x41\x16\x8b\x20\x6b\xd1\x0a\xdd\x41\x58\x29\xc8\x47\x35\x01\x02\x64\x21\x43\xe7\x9a\x35\xb9\x5e\xdd\x56\xb4\xab\x6c\xce\xf2\xac\x60\x43\x67\x99\x02\xc7\x00\xd7\xef\x09\x66\x38\x72\xa6\x2b\x19\x86\x43\x65\xe3\xa4\x36\x45\x59\x3b\x2f\x73\x86\x91\xe2\x75\x6f\x36\x3c\xf6\x3b\xdf\x7c\x6e\x51\xf2\x05\x18\xda\x28\x58\xfc\xa7\x70\xf5\x31\xf4\x38\x93\x8d\x5c\xf6\xc1\x8e\x87\x1e\x46\xb2\xbc\x4b\x5a\x9f\x5b\xdd\xe8\x82\xb7\x6b\x51\x80\xba\x66\xfc\xb7\xb2\xed\xfb\x4e\x97\xb4\xae\x5b\xf5\x28\xda\xce\xf4\xc8\xc8\x1d\x56\x27\x08\xf2\x3c\xf2\x12\xe7\x35\xd7\x2e\xa1\xf5\x55\x7a\x5e\xf2\xf9\xdf\xd8\x65\x1b\xfa\x71\x75\x59\xa6\x46\xe8\x57\x68\x0a\xea\xfe\x83\x45\x6d\x1c\xc9\x1b\xea\xfa\x6a\x7b\x9c\xd2\xac\x10\xac\xac\xe4\xaa\xb4\x3f\xfc\xc5\xe0\x04\xf9\xf3\x67\xd9\xd1\xf5\xe7\x3f\x7f\x06\xa8\xae\xaf\x3f\x74\x89\xe4\xd9\x6b\xed\x13\x9a\xcc\x98\xed\x5f\xb6\xea\xe2\x8a\x74\xe5\x81\x24\x6f\x5b\xa6\xd3\x96\x2a\x08\xad\xd8\x0a\x9c\x88\x47\x5e\xb5\xb5\xd9\x6b\x9a\xb3\xaa\x72\x98\xa6\xfe\x00\xec\x45\x06\x90\xd8\x55\x9d\x8b\x01\xf9\x59\x12\x4f\x9a\x42\x2e\x5f\x10\x09\xe7\xfc\x1c\x7c\x85\x48\xc2\x73\x5e\x76\x9d\x34\x5b\x97\x7c\x49\x3e\x32\xb6\x40\x46\x41\xf9\x12\x1b\xb1\xf3\x70\x5f\xd6\x37\xf3\x11\x98\x90\xf5\x52\xf7\x8d\xf4\x39\x57\x96\xb1\x14\xad\xce\xfd\x07\x69\x65\x96\x89\x70\x0f\xed\x0c\x94\x85\x78\x35\x63\x73\xf6\x8c\x96\x1f\x59\x39\x24\xad\xff\xb3\xb1\xf1\xe8\xdb\xef\x1f\xb7\xba\x5e\x11\x16\x7c\x4b\x7f\x60\x41\xc1\x5e\x5e\xc9\xb2\xcd\x8d\xef\xd8\xd8\x2d\x7b\x5d\x66\x73\x5a\x5e\x62\xbb\xef\x1f\xa7\x8f\x9c\xb2\x13\x88\x8a\xa8\x4a\xb7\xc6\x8f\x1f\xa7\xee\x70\xa7\xac\xac\x32\x55\xf8\xfd\x26\x9d\xb0\x6f\x9d\xc2\x17\xd9\x74\x06\x03\x26\xdf\xb3\x8d\xc9\xa3\xb0\x04\x67\x90\x32\x96\x4c\x7e\xa8\x97\x29\x58\xd9\x64\xf2\xdd\x24\xc1\xe2\x71\x0e\x77\x8b\x04\x52\xfe\x73\x3e\x9e\x96\xb4\x10\xf9\x32\x61\x45\xf5\x68\x63\x48\x5a\xe5\x74\x4c\xdb\x1b\x5d\xf9\x7f\xfd\x47\x1d\xac\x58\xb0\x65\x55\xd2\x5c\x2f\xd0\xd6\xc6\xe6\x64\x93\x79\x45\xce\x32\x3c\xdc\x7a\xb8\xf9\x70\x23\x56\xaa\xe0\x7a\x38\x7e\x48\x1f\xfe\xe0\x55\xf0\x56\xea\xbb\x8d\x6f\xd9\xb7\x49\xbc\x5c\x75\xf1\x98\x3e\x7e\xfc\xf8\x3b\xaf\x8a\xbb\x9c\x74\xf3\x87\xc9\x0f\x69\xb4\x58\x75\x90\x3c\x4e\xbe\x4b\x1e\x79\x35\xfe\x9f\x14\x42\xcb\x42\x75\x91\x6e\xa5\x1b\x09\x6b\xa8\xa0\x17\x78\x33\x9d\xa4\xfe\x30\x66\xdf\x58\xca\xc6\xec\x87\x7a\x19\xee\xdc\xe4\xe1\x64\x6b\xb2\x19\x2b\x55\x5d\x4f\xe8\xe4\x87\x89\xc2\x16\x9a\x24\xc0\xbb\xf9\x18\x76\x31\xcb\x24\x92\xb7\xfe\xcf\x04\xfe\x39\x1f\xa3\x3b\xba\xf5\xed\xb7\x5d\xfd\xff\x66\x5f\x2f\x59\x9e\xf3\x0b\xbd\xad\xe9\xd6\x0f\x5b\x1a\x35\xb0\x04\xbb\x1f\xff\xe0\x7f\x35\x73\x9c\x4c\x26\x9b\xba\x88\x97\xb4\x98\x02\x3c\xe9\xe3\x87\xe3\x8d\x4d\xf7\xab\x5d\x14\xfa\xe8\xa1\xdf\xc0\x5d\x93\xc9\xe3\x44\x17\x96\x2c\xd5\x50\xd1\x47\x5b\xdf\x6d\x25\xe6\x33\x74\xf3\x78\x73\x73\xeb\x21\x7e\x9a\xd3\x29\x2b\x2a\xaa\x6b\x7f\x9b\x6c\x6c\x68\xdc\x51\x45\xf2\xf3\xf8\xd1\xc6\x86\x3e\xd2\xea\xb3\x05\xea\xe1\xc6\xc6\x63\xd5\x64\xb1\x2c\x17\xb9\x21\x04\x0f\xb7\x36\x1f\x7d\x4b\xdd\x12\x1c\x62\x2b\xfd\x61\xd3\xfd\x6a\xba\x1a\x3f\xa2\x1b\x7a\x2b\xc6\xf9\xd2\xa1\x28\x5b\x1b\xdf\x6e\xd8\xef\x2f\xb3\x14\x3f\x6f\x3e\x7e\xec\x54\x0f\xb7\x58\x7e\x33\x7d\x6f\x6c\x8c\x93\xc9\x96\x3a\xec\xcc\x1e\xc6\x8d\x8d\x47\x63\xdd\xb7\xfc\x8e\xdf\x1e\x6f\x7d\xef\xd4\x75\x3b\xd9\xfa\x41\xf5\x3e\x2d\x19\x2b\xdc\x5e\x36\x13\xa7\x00\x89\xdd\xf7\xc9\xe6\x86\xf3\xd1\x4e\x94\xa6\x8f\x37\x60\x65\x6a\xec\xde\x73\x5e\x54\xcf\x69\xe2\x25\x26\x38\xa6\x17\x70\xdb\x3f\xa5\x82\xfd\xbb\x32\x7c\x94\x4c\x78\x51\x91\x09\x4d\x8c\x20\xbb\x52\xb3\xa9\x96\xa1\x2d\x7f\x0c\xed\xb2\x78\xef\x39\xb7\xe3\xed\x7c\xf6\x47\x72\x1a\x6b\x72\x56\x00\x38\x15\xe4\xf3\xf5\xdd\xb9\xa3\x75\x98\xa3\xaf\xcc\x12\x49\xb0\x7b\x72\xbd\x15\x2b\x74\x07\x4e\x48\x33\x42\xa6\x2b\xc5\x08\xbd\xbf\x85\x50\x79\x2b\x27\x0b\x82\x06\xca\xa5\x11\xb7\x84\x5a\x1b\xf4\x57\xfe\xb0\x14\xec\x29\x8a\xf6\x1f\xfa\x2e\xde\x64\xc6\x54\xf4\xf0\x8d\xa9\xb2\x6f\xfa\x40\x17\xe1\x6f\xd0\x55\x53\x72\x42\xe8\xcb\x5c\x71\x58\x8f\x3e\xd9\xcb\x2f\xe8\xa5\x20\x33\x2a\xac\x52\x26\x4b\x59\x51\x65\xd5\x25\x8e\x43\x88\x60\xd5\x69\x29\x89\x4c\xdb\xf5\x04\x6d\xe8\x16\x15\x36\xeb\xf6\xfb\x5c\xd6\x8e\x76\x7c\xca\xa7\xd3\x9c\xd9\xbe\xd7\xeb\xb2\x82\x56\x41\x87\xd7\x31\x3f\x16\x51\xf1\x92\x11\xaa\x00\xa7\x45\x6a\xdd\xda\xed\x0e\x48\x61\x47\xb0\xca\x18\x0d\x7a\x8b\x27\x99\x56\x47\x3d\x75\x3a\xb3\xe0\x68\xab\x30\xdb\x13\xe8\xb4\x28\xce\x40\x54\xf4\xd2\x4c\xa1\xa6\x1c\x50\xfe\x08\x40\xba\x48\x8f\x1c\xe2\x9f\x38\xb4\xef\x4f\x8e\xf9\xbc\xcc\xcb\x8b\x96\xd8\xed\x8c\xa8\xf1\x15\x73\x14\x58\xa0\x62\x0f\x71\x6d\x85\x3f\x8e\x42\xa9\xb6\x0b\x97\x51\x33\x75\x86\xe4\xad\xfa\xd9\x8d\x22\xe0\x7b\x97\x5e\xbd\x55\x39\x1c\x05\xab\x40\x49\xfd\xde\xd5\x46\x40\xc7\xde\x28\x3e\xcd\x51\x58\xe8\xb8\x01\xb5\x23\x6a\x07\xdd\x75\xdb\x1e\xf7\x6b\x57\xbc\xd5\x38\xb7\x6e\x37\xb0\xc1\x91\x7e\x10\xd1\xd6\xed\x45\x6d\x8d\xf2\x5e\xdd\x21\xf7\xdc\x0f\x4e\xef\x8e\x80\xa5\xd7\xea\xb3\x9e\x78\xd7\xc0\xde\xd5\xa3\x5f\xbf\xbf\x03\x31\x6a\x4a\xf6\x75\x1b\xab\x6c\x39\xe9\xa5\xa8\xf8\x3c\xfb\x15\x6c\x60\x4e\xf0\x8c\x78\xa9\x8b\xdc\x72\x31\x68\x6a\x11\x71\x56\xd2\xa0\x75\x6f\xca\xf9\xd6\x0c\x68\x8c\x3a\x1a\xf7\x44\xbc\x28\xef\x94\xdb\x0c\x37\x16\xc7\x31\x31\x90\xd6\x4d\x5d\xb6\xed\xa5\x3a\x75\x41\x33\x2b\x33\xd6\x69\xe1\x34\xd9\x06\x3c\xfa\x86\xc0\x55\xcb\x27\x18\x56\x23\x48\xf4\x86\x3a\x5b\x96\x3a\x79\xe7\x74\x7f\xac\xc4\xcc\x55\x8a\xdc\xca\xc6\x5a\xa9\xa3\x1f\x1a\xcd\x10\x2f\x32\x01\x11\xb9\x26\x19\xcb\x53\xe1\x0f\xa1\xf7\x12\x1d\x53\x65\xed\xbf\x28\x4f\x46\xa4\x35\x6f\x49\x0b\xa4\x48\x78\xaa\xc7\x4d\x20\xef\x9d\x91\xb1\xcf\x5d\xab\x50\xd2\x4b\xe1\x89\xdf\xcf\x71\xe4\x11\x79\x5b\xeb\xed\xbd\xbb\xa7\x80\x27\xde\xca\x37\x26\x8b\x1b\xdd\x72\x8b\xc8\x7d\x7b\x61\xee\x4b\xd6\x00\x6e\x00\x9a\xe7\x2a\x6e\x97\x49\xaa\xa7\xef\x9b\xb3\x33\xe0\x20\xd2\xc3\x62\xb1\xac\xc4\xd9\xd9\x97\xe6\xb3\xb3\xdb\x42\x80\xd8\x65\x13\x52\x70\xfd\xe4\x09\xfa\x36\x79\x23\xe1\x9f\x70\x08\xec\x56\x93\x4c\x68\xc7\xb9\x8a\x93\x8b\x92\x2e\x16\x2c\x75\xc3\x9b\x68\x88\x0b\x8e\x6c\xde\x39\x2b\xcb\x2c\x65\x12\x68\x45\xc2\x6b\xc6\x61\x90\xa1\x41\x56\x4e\xc9\x8f\x47\xfb\xaa\xd3\x12\x2d\xf8\x04\x68\x65\x2a\xae\x1c\xc5\x1d\xd7\x4a\x9a\xdb\x9a\x18\xc4\x80\xaa\x50\x10\x56\x4d\xee\x04\x7a\x53\x9e\x80\x30\xa0\xe6\x41\xbd\xac\x8a\x0b\x5c\x34\x79\xa3\xcd\xb3\x4f\x0e\x36\x2a\x9f\x5f\xeb\x2e\x88\x47\x20\xa0\x70\xce\x0d\xcb\x3e\xd1\xf9\x22\xc7\xa1\x3e\x7c\xf8\x50\x89\x4f\x18\x7a\xce\x55\x06\x9d\x6a\xca\x8e\x13\x6f\x63\xac\x17\xf5\x59\xca\x21\x2a\xfa\x8b\x76\x38\xde\x21\xed\xcf\xf0\xec\x33\x24\x9f\xe1\xfd\x72\x0a\x73\x96\xe2\x33\x4b\x5b\xe4\xfa\x1a\xde\x7a\xf0\x85\x03\x46\x75\x2f\x7b\xeb\xce\x89\x3e\xd8\xcb\x42\x2d\xf7\x98\x0a\xf7\x55\x01\x1c\x26\x8b\x94\x95\xfa\xf0\x97\x2c\x61\xd9\xb9\xce\x4f\xe9\xe7\x87\x94\x6d\xd5\x2a\xf6\xec\x16\xea\x33\xad\xc2\xc4\x8c\x91\x61\xc8\x94\x91\xb6\xff\x8a\xe1\x75\xa7\x5d\xbb\x49\x8f\xec\x91\x19\x3a\x85\x62\x57\xca\x17\x58\x18\x2f\xf4\x7a\xaa\xcb\xc4\x21\x6d\xc4\xf3\x5e\x87\x1e\x10\xf3\x85\xed\x6f\x21\xea\x44\xa7\x91\xb2\xd9\x07\xbd\x65\x09\xbd\x9b\xd7\xaf\xac\x48\xb3\x04\x63\xe3\x29\x7b\x63\xbb\x96\x6a\x01\xd0\xbf\xa5\x64\x3d\x5c\x58\xe3\x09\x80\x40\x68\xd3\x84\x64\x46\x0b\x13\x9f\xef\x15\xaf\x94\x9b\x33\x0c\xa8\x3a\x52\x89\x09\x21\x83\xa7\x17\x53\x40\xcd\x0a\x4e\x0b\xbe\x81\x96\xac\x00\xf3\x97\x8a\x7e\x64\x18\xc3\x4d\xa2\xe3\x27\x13\x44\x8c\x97\x30\x0e\x86\x6d\x90\x57\x39\x02\xa3\x88\x31\x8c\x36\x5f\x02\x63\xc8\x0b\xc2\xce\x59\x79\xa9\xd0\xa2\x89\x7f\x43\x6c\x82\x58\xa3\xa7\x06\xd7\x02\xcf\xd6\xf5\x2e\x46\x74\xcc\x0f\x73\x79\xae\x77\x6f\xbe\x2b\xd0\xf1\xdf\x40\x50\x73\x9b\x05\x11\xec\x49\x00\xa2\x24\x8e\x58\x4f\x53\x53\xc7\xcd\x36\xa8\x8a\x6a\x0f\x83\xf8\xb7\xbd\x9b\x51\x53\xa1\x10\x7d\x77\xa8\x3c\xfb\x87\xe1\xa2\x01\x73\x67\x02\x16\xc4\x40\x70\xf1\x5d\x72\x08\xb5\xab\x5d\x6b\x7f\x64\xa9\xe6\x9c\x21\xa2\xc1\xba\x33\xdd\xfe\x4d\x77\x99\xdc\xb7\x3e\x92\xe6\x79\x55\x3c\x39\x3d\x66\x93\x2f\xc1\x00\xac\x8a\xef\x8f\x2a\x34\xcd\x1f\x48\xb1\x3e\x52\xf0\xf2\x82\x96\xe9\x31\x9b\x1c\x7c\xe2\x55\x96\xd8\x19\x63\xf9\x6b\x27\xda\x05\xf8\xbf\x86\x4b\xb6\x62\x53\xff\xc0\xa7\xff\x3d\xf8\xa4\x64\x71\xf7\x4a\x1e\xf9\x7f\x5e\x5d\x49\x81\x13\x05\x85\x56\xab\xab\x38\xf7\xa1\x63\xc4\xe2\x07\x60\xfd\xac\x45\x92\x89\x66\xde\x7d\x66\xfe\x3a\x18\xc0\x6b\xfc\xb3\xe2\x51\xb5\x12\x60\x62\xd0\xbc\xdd\xb0\x34\x5d\xa2\xea\x40\x60\x28\xc7\x9d\x1b\x11\xca\x95\xbd\xbd\x1c\xce\x41\x4c\xb9\xb5\x84\x87\x1d\xc7\xea\xdd\xe8\x0e\x50\xca\x1d\x35\x0a\xc0\x6d\x5c\x87\x2e\x2e\x8b\x7e\x84\x36\x6b\xa5\xd0\xc6\xb2\x36\x88\x48\x5d\x92\x66\x65\x97\xf4\xfb\xfd\x92\x81\x96\x70\x64\xc6\xf2\x7a\xa0\x29\xc6\x19\xa4\xf9\x6b\x15\xec\xc6\xf0\x66\xbb\xe6\x27\x2e\x5d\x87\x38\x9b\xe6\xda\x0d\x7f\x71\x44\x02\xa5\x01\x06\xe9\x68\xa4\xb3\x60\x1b\x73\x91\xfb\xf7\x6b\x9f\x74\x98\x82\x50\x56\xea\x48\x6c\x53\xd1\xe8\xdc\x20\x3e\xc6\x40\x12\xb9\x49\xec\xcd\xf1\x9f\xbb\x17\xf4\x7f\x75\x55\x5b\x50\xb0\x1a\x82\xd1\xde\x6e\xbe\x97\x15\x9c\x7e\x6d\xd1\xd6\x7b\x3f\xec\x1a\xc6\x96\x56\x0c\xb8\xc3\xc6\x29\x85\xa3\xe5\xd5\x69\x39\x35\xa2\x8b\x64\x7b\xb3\x82\x14\x4c\x48\x19\x5c\x36\x86\x37\x6c\xe0\xe0\xfa\x4e\xe7\x90\x79\xce\xc4\x9d\x52\x2c\x2e\xac\x07\x08\x36\x6e\x34\x1a\xd7\xdf\x0d\x19\x40\x10\xf5\xc6\x0c\x42\x3d\xb3\x8a\xc2\x41\x54\xa6\x74\x10\x55\x31\xc9\xb9\x58\x96\xcc\x19\xee\x02\xa3\xa8\xc8\x7e\x7f\x59\x2a\xc7\x55\x75\x18\xe4\x70\x92\x67\x05\xf3\xed\xa2\xca\x4a\x35\xca\xbb\xc0\x5c\x35\x88\x8e\x7b\x6b\x72\x67\xb0\xa3\x9e\x07\x5e\x1e\xd4\x77\x36\x8a\x6b\x83\x46\xca\x69\xdd\x75\xc8\x6e\x37\x72\x7e\xec\xfe\xba\x11\x6e\xd5\xb2\x87\x88\x87\xbb\x43\xd0\x9d\x1e\xb7\x40\x79\x1e\x9a\x0d\x02\xab\x45\x5e\x88\xe5\x1c\xd5\xef\x18\x17\x5c\x77\x6a\x9e\x31\x84\x31\xdf\x92\x48\x4e\x72\xa5\x43\xf9\xc8\x2e\xc1\x40\x39\x2b\x92\x7c\x99\xa2\x12\x61\xce\xe6\x3c\xfb\x15\xc4\x53\xd9\xba\x90\xad\x0d\x7e\xd4\x63\x11\x03\xd6\xad\x45\xa7\xea\x07\x8b\x8c\x74\x1e\x05\xf9\xcf\x59\x38\x67\xc9\xc3\x15\xb4\x45\x76\x29\xcd\x47\x37\x00\xf2\x97\x82\x5a\xd3\x3e\x90\x91\x1d\xfb\x5e\xed\x20\xdf\xbf\x4f\xee\x59\x88\x1c\x38\x02\x22\x30\x8a\x20\xec\xda\x70\x85\x9e\x41\x4a\x05\xfb\xc4\x9e\xf8\x92\x4d\x46\x9f\xdd\xbb\xe7\x9a\x7c\x56\xe4\x1a\x7f\x05\xa4\x19\x3f\x2e\xf0\x27\x82\x3a\xfa\xec\x83\x7c\x4d\x06\x3b\xae\x5e\xd9\x89\x59\x25\x1b\x56\x5c\xd2\xe3\x3e\xbc\x83\x41\xa4\x7b\x72\x70\xf2\x9d\x8e\x3a\xd7\x45\xaf\x6b\x3f\xf1\x7e\x26\x48\xc9\xfe\xb9\xcc\x4a\x29\x31\x17\x55\x96\x93\x0b\xd6\x42\xa2\x30\x18\x10\xb8\xde\x2b\x4e\xd2\x92\x2f\xc8\xe1\x01\xd9\xdc\x24\x62\xb9\x00\xbe\x0f\x91\x7d\xbe\xc8\x72\x34\xd0\x85\x91\xf2\x6c\xac\x7d\xe0\xbf\xf0\xca\x50\xd7\x7c\xdf\x89\x4f\x4d\x46\xe4\x03\xac\x7e\xfa\xe7\xcf\x36\x06\x95\x5b\xe1\xea\x8a\xb4\x1d\x82\xab\xae\x10\xb0\x6f\xfa\x60\x9d\x24\xc0\x98\x19\x82\xf2\x96\xe7\x4c\x80\xf6\x45\xee\x10\x06\xe3\xa3\x55\x86\x21\x33\xfb\x96\xe5\x90\x3c\x91\xed\x76\x84\x72\xfc\xae\xe2\x0e\xe4\x11\x6d\x2b\x68\xe5\xfd\xa9\x7e\xea\xdd\xd9\x9f\xb1\xe4\xa3\x56\x27\x68\x05\xd7\x0c\x0e\xbe\x0b\x39\x9d\x54\xac\x24\x59\x05\x45\x63\xc6\x0a\x75\xf4\x59\xda\x97\xd4\x48\x92\x0a\x91\x4d\x25\xe1\x36\xe1\xae\x20\xee\x82\xab\x7b\x81\x7b\x2e\xb2\x6e\xe6\xbe\xf2\xe6\x11\xac\x6c\xa4\x5d\xc4\xf4\xdd\xeb\xa1\x6e\x05\xef\x26\x0d\xe8\xc6\x5e\xcd\xd7\x78\x25\x98\xb2\xea\xf8\xf4\x85\xf3\x26\x50\x56\xf9\x3a\x01\x5b\x56\xbf\x09\xd4\x72\x06\x7c\xc1\x3b\x81\x3f\x8a\xd7\x4b\xf8\xd0\xaf\x62\x61\x23\x1a\xbd\xdc\xfb\xfb\xd9\xfe\xde\xfe\x8f\x07\x67\xfb\x47\x6f\x5e\x9d\x92\x11\xf9\x76\x63\xdb\xa8\xb3\x0f\x9e\xef\xbd\x79\x71\x7a\x76\xf2\xfa\x60\xff\xf0\xf9\xe1\xfe\xe1\xe9\x3f\xce\x5e\xbe\x79\x71\x7a\xf8\xfa\xc5\xe1\xc1\xb1\xac\x6b\xc3\xd0\x68\xd4\xb0\xc6\x6b\x41\x8c\x99\xf5\x9f\xf8\x4d\xc8\x7e\xac\xad\xd3\x1d\x60\x75\x5e\x1c\x33\x61\xf2\x03\xd4\x0b\xd4\xeb\x55\x04\x9e\x07\x0f\xdc\x70\x5c\x56\x03\x36\x66\x18\xeb\xd9\xbc\x74\x26\x33\x79\xb9\x15\x18\x15\xd3\xb1\xf3\xb7\x97\xa5\x3a\x08\x18\x05\x1d\xba\x3b\x6c\x9d\x33\xed\x3e\x9c\xa2\x71\x1f\x58\x28\x54\x9c\x88\x6c\xbe\xc0\x40\xd6\x9a\x72\x41\x54\x5c\xa0\x4f\x92\xda\x01\xe9\xe9\xbf\x2b\x06\xdf\x04\xf4\x69\x0d\xaa\x04\xaa\x32\x00\x00\x08\x48\xc9\x54\x5c\x6f\x79\x94\x41\xc9\x7e\xc1\x14\x6b\x00\x6e\x46\xf2\xbf\x2f\xe9\x02\x6f\xf4\x14\xe3\x97\xeb\x39\xb3\x54\x1f\x28\xf5\x40\x2b\x49\xad\x10\x3c\xc9\xe4\x3d\x64\x55\xab\xd3\x92\x2e\x66\xa4\xe0\x29\xeb\xeb\xad\x2d\xe1\x75\x90\x8c\x48\xeb\xec\xac\x64\xd5\x39\xcd\xcf\xce\x10\xc9\x9c\xa7\x21\x63\xa1\xff\x92\xcd\xf9\x2b\x9e\x32\x23\x16\xbf\xa4\x8b\x27\x10\xc7\xac\x5e\x47\x09\x41\x6f\x71\x84\xf7\xbb\xce\xa3\x0f\x6c\x24\xe0\xfb\xde\x62\xa1\x0e\xdf\x88\xb4\xd5\xaf\xfb\xe4\x33\x79\x4e\xc7\x65\x96\xec\xf3\x62\x92\x4d\x77\x87\xe4\xb3\xf2\x2c\x36\x18\x01\xef\x22\xcf\x97\x79\xfe\x33\x2d\x8b\xac\x98\x5a\x11\x93\x5c\x93\xeb\x8e\xfb\xa0\xd1\xf0\x12\xb7\x5f\x63\x9f\xb4\x15\x4f\xf0\xec\x65\x7c\xd3\x55\x84\x55\x85\x63\xf0\x2a\x9f\xb0\x82\x96\x19\x17\xe4\x62\xc6\x74\x5e\x15\x79\xf5\x92\x05\x2d\x2b\xa1\xd5\xa4\x13\x79\x23\xb2\xa2\xca\x2f\xdd\x97\x30\x85\x29\xfb\xd8\xdf\xae\xfb\xfe\xe1\x03\x70\x92\xfd\xea\x61\x38\x83\xd0\xae\xfc\x9c\x95\x17\x65\x56\x39\x8a\x6f\x14\x87\x84\xac\x0e\x4a\x64\x27\x8e\xab\x1e\x14\xaa\xc8\x0e\x77\x9d\x68\x53\xc1\x70\x98\x8c\xba\x52\x2f\x3f\x56\x65\x0d\xaf\x01\x9a\x7d\x2f\x19\x91\x67\x03\x5c\x21\xf0\xd9\x43\x24\xc0\xe9\x8b\x8a\xd1\x14\x02\xd2\x0a\xd1\xcb\x8a\xde\x2f\xc2\x1d\x5f\x3d\xb1\x67\xc9\x89\x7e\xbe\x74\x5e\x7d\x3c\x47\x67\x78\xcf\x91\x67\xc1\x35\xb9\x71\xfd\x73\xd4\xdb\x60\x9e\x0b\xe7\xc1\x06\x5f\x78\x8c\xcc\xd2\x55\x62\x0d\x2a\xb6\xab\x19\x9b\x63\x0c\xaa\x42\x07\x87\x8e\xbc\xcf\x58\xea\x62\x45\x9f\x4b\xbe\x34\x92\x4c\xa0\xf4\x76\x9e\x32\x5c\x9f\x22\x94\xa3\x68\x91\xe2\x80\x18\x3b\x3b\x67\xa4\x8d\xab\x2e\x85\x73\x38\x0d\x0a\x44\xb5\x0a\xa2\xa3\xa2\x06\x2b\x4b\x8d\x9c\x5f\xa8\xf0\xe4\x42\xe7\x04\x80\x6c\x3d\xfa\x2a\xff\x29\xe3\x39\x3c\x30\x60\xe0\xe0\x19\x13\x0c\x9b\x22\x59\xc4\x28\xf9\x25\x4b\x68\x9e\x40\x63\x9e\x24\xcb\x46\x35\x7d\x5d\xa0\x70\x59\x55\x27\x80\xee\xda\x2f\xd5\xa0\x0a\x53\x89\x26\x86\xab\x8e\xdc\x48\xf6\x0a\xba\xc6\xb6\x52\x4f\xdd\x51\xda\x8b\xe6\x13\xd7\xaa\x2e\x5f\xcb\x07\x77\xcd\xca\x44\x53\x26\xb5\xc1\xcf\x8c\x8c\x97\xe0\x3d\x46\xaa\x32\x63\xea\xb4\x03\x49\x96\xc4\x14\x58\x63\x49\x0a\x81\xb7\x22\x73\xba\x90\x22\x6d\x79\x09\xa1\x7d\x5d\xba\x5e\x48\xa1\x7d\xa9\x03\x10\x0d\x06\x44\x99\x57\x50\x15\x62\x1d\x5b\xa9\x44\x0f\xb2\x3e\x07\xd7\x3b\x18\xa3\xfd\x92\x2e\x3a\x7d\x72\x60\x06\x45\xa6\xef\x83\x25\xdb\x1f\xde\xe9\x50\x53\x2a\xc5\x14\x1e\x91\x4c\xe0\xab\x50\xc5\xc9\x8c\xe7\xa9\x7f\x69\x88\x05\x2f\xc0\x76\x48\xf3\xb2\x9c\xa4\xac\xcc\xce\x99\x46\x3b\x28\xef\xea\x70\x6c\xea\x3e\xc4\x44\x55\x18\xa8\x56\x4d\x08\x49\x02\x4d\x53\x74\x31\xa3\x79\xc9\x28\xc4\x30\x03\xde\xfd\x93\x94\x49\xd5\xf1\x90\x2b\xd8\x27\x7b\x78\xbc\x72\x29\x3a\xc8\xe9\x74\x15\x4f\x5b\xaa\xd5\x74\xe7\x25\x47\x57\xf7\x9b\x3c\x97\x7d\x72\x24\x2b\x5e\x64\x42\x8b\x15\x17\x68\xe4\x84\x11\xb2\x0d\xf2\x7c\x20\x74\x91\xb9\x2e\xba\x5d\x45\x21\xb9\xa5\x10\x72\x9d\x70\xfd\xdd\x01\xde\x29\x9f\xeb\x39\x5d\x0c\x63\xb7\x1f\x84\x15\x97\x1b\xae\x4c\x00\x21\xd8\x81\x1c\x73\x9f\xe6\x89\x1b\xa4\x0f\x8b\x3c\x0a\x56\x2f\x56\xa2\xd8\xcb\x18\x17\x16\xe1\x85\x3c\xed\xa5\x4f\x1c\x47\x3a\x06\xbc\x88\x1d\x9a\x2f\x3e\x4c\xee\x71\xf2\x4e\x13\x9c\x5f\x29\x1f\x85\x7a\xf4\x9b\x52\xb9\xf9\xe1\xc6\x0e\x27\xe1\xfd\x20\x71\xa1\x42\xb3\xa3\x28\x73\xad\x8d\xd0\x44\xce\xe1\xd2\x32\x5a\x0d\xb9\x75\x0b\x49\x5e\xfb\x6e\xef\x16\xbf\x72\xc1\x8d\x4d\x03\x5c\xa5\x65\x96\x32\x61\xf1\xfc\x63\xb6\x50\xd9\x03\xd4\x85\x87\x8f\xa4\x15\xcb\x2f\x15\x51\x57\x71\xc7\xf0\x40\x18\xe4\xd1\xa4\x1a\xd9\x76\xa3\xef\x02\x22\xab\x9c\x53\x95\x02\x51\xab\x10\x14\x79\xec\x87\x33\xbf\x7f\x5f\xd7\x50\x21\x35\xe3\x2b\xe0\xc7\xd6\x74\x5a\xb5\xe3\xf5\xbf\x48\x4b\x82\x7d\xd7\x9d\xef\xa3\x43\x39\x8a\x33\x88\x43\x76\x53\x4e\x3f\x4f\xf9\x51\x3f\x32\x10\xae\x46\x3b\xa5\x9b\x20\xa5\x86\xff\x54\x29\xdb\xe6\x74\x11\xa8\xbb\xc1\x8a\x07\xb5\xd9\x16\x5f\x9d\x1c\x6a\xc6\x28\xb9\x92\x5c\x30\xd6\xbe\x7f\x1f\x7f\xf4\xe5\xc7\x7b\x6e\x7c\x13\xb2\xeb\x94\x0c\x95\x70\x59\xd3\xd1\xfb\xac\x1d\x19\x99\x4d\xf6\x0b\x5c\x8d\xf8\x51\x21\x31\x07\xf3\x11\xf2\x65\xe9\x48\x47\x5d\x55\xa0\x29\x81\xe2\x01\x2d\x26\x35\xd3\x0f\x09\x7a\x84\x82\xb8\x51\x01\x6e\x4d\x7b\xb0\x9d\xbc\xe3\x42\x2a\x68\x08\x44\x9d\x0a\x3a\x3b\x0b\xca\xf3\xf8\x7a\xd4\xe1\x92\x50\x54\x2a\xf2\x87\x1c\x68\x4e\x17\x4d\xa4\x40\x69\x67\xb6\x6f\xe8\x41\x7d\xee\x3a\xd8\x50\x8b\xc9\x03\xe1\x85\xfc\x2d\xbc\xba\x22\xf7\xda\xc1\x5b\x82\x96\x6c\x62\x19\xeb\xa2\xe7\x34\x16\x99\x9f\x90\xa6\x6e\x0d\x51\x5d\xe7\xe0\xc4\xf2\x92\xad\xe8\xb8\x96\x8d\x51\xff\x7b\xeb\xfe\x41\x4c\x38\xdf\x75\x68\x8f\xdf\x92\x90\xdd\x9b\xc9\x42\xd8\x64\x18\x6f\x82\xe4\xa3\xe9\x01\x56\xff\x7b\xef\xfd\xf5\x59\x1e\xe8\x21\xb9\x77\xaf\xac\xf2\x2e\x89\xe6\x38\x1b\x36\xd2\xde\xdd\x9b\xd4\x27\xde\x5b\xa4\x33\x6e\x27\x96\xfa\x0f\x30\xbe\x11\xd3\xc3\x33\x63\xe8\x5c\x3d\x80\x85\xc1\x2e\x7b\xc0\x76\x74\x76\x4e\xd1\x37\xa2\x9d\x44\xd6\x40\x37\xd4\xa9\x05\x02\xb9\xc8\x0a\x2f\x4e\x05\xac\xb1\x91\xc6\xb7\x5d\xd8\x2f\xb2\x62\xb7\xef\x09\xe4\xfd\x1b\xa4\x71\x6f\x7a\xab\x74\xb7\x05\xef\x49\x70\x78\xce\xbc\x87\x18\xf9\xa1\x7f\x41\xcb\xc2\xc3\xcd\x0f\x27\x56\xf6\xd4\xcf\x50\x89\x8e\x87\x25\xf9\x5b\xee\x4a\xda\xca\x74\x72\x9e\x09\x41\x4a\xcc\x12\x46\xfe\xfc\xd9\x5f\xbe\xeb\xc1\x9f\x3f\xd7\x6f\x9a\xeb\xfe\x87\xe8\x96\xde\x7d\x2a\x55\x49\x8d\x83\x73\x80\x1c\x73\xba\xe8\x27\x39\xa3\xe5\x4d\x44\xd4\x79\xf9\x79\x89\x6a\x05\x48\x1f\xab\x04\x28\x63\x7d\xd8\x05\x0e\xb6\x05\xc1\x12\x35\x37\x93\xf2\x7e\xc8\x6d\xd4\x6e\x28\xc9\x65\x45\xe2\x64\x4a\x61\x78\xa8\xf8\x1a\x50\x14\xe1\x2b\x80\x79\xb2\x32\xb2\x86\xe2\xa9\x5f\xd2\xc5\x36\xbc\xeb\x51\x10\x7e\x32\xf3\xb5\x2f\x85\x28\x0c\xdf\xe1\x3e\x79\x99\xf6\x90\xa4\x41\x3d\x6c\xc1\xc6\xa9\x31\x8d\x52\x4b\x45\x1d\xca\x04\x19\x97\xb4\x48\x66\x5a\x23\x02\x3a\xad\xbe\xf7\x64\xd2\x44\xf8\x4c\x88\x44\x47\x03\xed\x6d\x7f\x3d\xa8\xbb\xbe\x3a\x0e\xd2\xa9\x31\xa0\x0f\xb8\x0e\x13\xb2\x1d\x23\xca\xfb\x1c\x09\x9c\x83\x73\x95\x2f\xea\xac\xe0\xe5\x1c\x3c\x9e\xd0\x20\xdf\xc4\x38\xd7\xca\x76\x6d\x91\xdf\x9f\x51\xa1\x4a\xcd\x51\xd2\x45\x82\x55\x6d\x25\x36\xaa\xeb\xd7\x0e\x87\xb9\x47\x6a\x09\x1b\x55\xcb\xa9\x6e\x19\x09\x5e\x1f\xb9\x22\x6b\xd3\xcc\xe0\x65\x0f\xe6\xf9\xf6\x3d\xb9\x52\x19\x6b\xe2\x53\x76\x42\xc1\x63\xb3\xa6\x20\xf0\xce\x43\xbe\x7a\x3a\x7c\x5e\xf2\x39\x3e\xcb\x48\x79\x46\xb5\xae\xb1\xad\x66\xbc\xfa\xcb\xa3\xf3\x4a\x1f\xef\xd7\x7f\x70\x77\xcc\x8b\xb5\x5d\x69\x96\xe7\xd6\x11\xc7\x79\xb4\xf6\x5e\x66\x51\x45\xa3\x14\xb4\x46\xa6\x76\x3a\x56\xa0\xb7\xfd\xac\xd3\x10\x9e\x4c\x29\xec\x84\xf7\x94\xfc\x6b\xa6\xde\xee\x99\x52\x0a\x41\x98\x59\x93\xff\x51\x3d\xdc\x75\x7c\xd0\x05\x73\x14\x50\x20\xe7\x53\xa1\x4e\x10\x3c\x00\xcb\x53\x03\x12\xbd\x36\x5e\x35\x6c\xa4\xcd\xac\x28\xff\x39\x11\x15\x00\x6e\x09\xaa\xb3\xf8\x0d\xb6\x13\x6e\x16\xd4\x3a\xbf\xe5\x1e\x1a\x85\x3e\xf5\xf4\xa7\x01\xdb\xb2\x5e\x37\xc2\x8f\xac\x50\x4b\x3f\xe0\xe2\x5c\x98\xf5\x20\x88\x1d\x01\xef\x55\x59\xa1\xfb\xf5\x79\x39\xfc\x18\x8b\x1e\x01\x0f\x61\xb7\x5b\x80\x60\x39\xdf\xea\x6e\xde\xaf\xcc\x09\xeb\x1f\xe2\xfa\xc9\x8d\xd1\x14\x4d\x8b\xdc\x40\x1c\xe2\x22\xab\x92\x19\x51\x14\xc0\x1c\x3f\x2a\x98\xe5\x65\x86\x81\x5c\xd7\x3a\x3b\x33\x65\xf8\x2c\x60\xda\x14\xcb\x3c\x8f\x54\x97\x9f\x6d\x4d\x85\xe7\x61\x3d\x9b\x3a\x22\xcc\xe9\xb0\x86\xe7\xd0\x59\x26\x4e\x4e\x8e\x83\xe4\x0a\x82\x55\x27\x27\xc7\x26\xa8\x03\xa8\x50\x21\xff\xe9\x7c\x29\x2a\x92\x67\xe7\xb0\xc5\x91\x3c\x55\xe6\x05\x49\x75\x9b\x61\x1c\x61\x54\x8d\xca\xd3\xec\xfa\xd2\x4a\xb0\xd4\x3e\xe4\x97\xa4\x9a\x95\xfc\x42\x10\x4a\x2e\x90\xe9\x41\x9d\x3b\x5a\x89\x7f\x58\x0a\xf6\x82\x5e\xf2\x65\x85\x11\x6a\x3e\xe8\xfb\x11\xde\x88\xcb\x3e\x39\xe5\x04\xc2\x75\x97\x3a\xe8\x9c\x52\xe0\x6a\xb8\x51\xaf\xfd\xc1\x84\xb8\x09\x3a\x20\xed\x82\xf7\xf8\xa2\x03\x64\xa2\x3e\x98\xba\x76\x55\x00\x50\xab\xda\x7e\x5d\xb2\x09\x2b\xbd\x6e\x97\x45\xce\x04\x2a\xb8\x67\xf4\x9c\x11\x6a\x78\x65\x52\x30\xd4\x1a\xa6\x9c\x08\x3e\x67\x15\x70\x0a\xf8\xb0\x8c\x71\x7f\x40\x71\xcd\x26\xbc\x64\x64\x41\x33\x9d\xe8\x40\x2c\x93\x19\x58\x2b\xe9\xec\xaa\x54\x6b\xca\x27\x39\x15\x2a\x94\x15\x2b\x21\xbd\x9d\x4d\xe7\x60\x81\x3c\x81\x19\xf6\x44\x96\x32\x62\xad\xe2\x33\x9d\x4f\x42\xb9\x25\x80\x95\xfb\x07\xdc\xf7\x0f\x88\x0b\x1f\x22\xfb\xfb\xc1\xf6\x3b\xab\xaa\x85\x18\x0e\x06\xd3\x4c\x54\xfd\x69\x56\xcd\x96\xe3\x7e\xc2\xe7\x83\x29\x65\xb4\xe4\xc5\x80\x7d\x9f\xfe\xf0\x7d\x92\x4e\x1e\x3e\xa6\x5b\x3f\x6c\x7c\xff\xc3\xd6\x23\x46\x37\xb7\xd8\x23\x36\x4e\x27\x0f\x93\xc7\xdf\x06\x9d\x98\xf6\x25\x4b\x97\x9f\x7e\x11\x03\x40\xd5\x1e\xfc\x35\x18\xe7\x7c\x3c\x98\x53\x51\xb1\x72\x20\xca\x04\xe0\x01\xf7\xb3\x43\xc1\xe7\xbc\x5c\xcc\xb2\xc4\xdd\xb1\xfe\x2f\x42\xe9\xe4\x6f\xe0\x30\x4b\x26\x8f\xb4\x5c\x84\x9e\x9b\x58\x2f\x0c\xcc\x14\x1f\x65\xa8\x35\x49\x41\xf8\x24\x49\xb1\x10\xfb\x77\x6b\x45\x43\xfb\xc5\xed\x6a\xfb\xb6\xee\x7e\x2a\x99\x26\x5c\x3d\xa5\x1b\x93\x45\x5d\x47\x91\xd7\x76\x63\x17\xb0\x27\xba\xde\x5f\x41\x0e\xb1\xfe\xc0\x2d\xac\xbd\x5d\x42\x99\x93\x64\x6c\x4f\x3d\xf0\xe9\x54\x7f\x6d\xbe\x84\x08\x0e\x6e\x27\xba\xac\x33\x94\x44\xbb\x68\x2c\x86\x17\x84\x48\x41\x8d\x4a\xe3\xfc\x15\x28\x69\x98\xa7\x4b\xbd\x93\x34\xc3\xa1\x9e\x46\xee\x02\x8a\xeb\xf9\x7a\x24\x47\x20\x23\x1c\xc9\x53\x23\xc3\x17\xb3\x3d\xa3\x60\xbf\xda\x37\x8e\xec\x84\x5c\xe2\x38\xc8\x68\x44\xa0\x91\x73\x45\x02\xc1\x04\xa6\xf5\xa0\x2c\x79\xd9\x6e\xed\x61\x96\x0b\xa4\x32\x09\x2e\x8e\x97\x4e\x13\x1e\xae\xb3\x4a\xb0\x7c\xd2\x6f\xd5\xd4\x34\x08\xfa\xa1\x1c\x85\xa8\xd1\x02\x3d\x1c\x7c\x5b\x31\x2d\x75\x3f\x1d\x03\x95\xb9\x79\x7a\xde\x90\x4e\x8e\x49\xdd\x3e\xb0\xf4\x3e\xbd\x5c\xb0\x27\x35\xc4\xd5\x1d\xef\x58\x6d\x3d\x2c\x9d\xec\x53\x27\x02\x6b\x6a\x63\xc4\xd2\xce\x90\xfc\xdf\x93\xbf\xf7\x4d\x44\xe5\x9d\x48\x24\xcc\x27\xb8\x32\x9f\xfb\xfd\xbe\xed\xfc\x9a\x78\x73\x1e\x7d\xf6\xfe\x34\xd6\x60\xb0\xce\x8e\xd0\xa9\xba\x8c\x4f\x5c\xef\x4b\xa8\x05\x05\x74\xfb\xaa\xcb\x04\xb8\xb5\xe6\x22\xad\x58\x22\xad\x1a\xf6\xe6\x0e\x2a\x62\x3b\x40\x7d\xf2\x4f\xf0\xf8\xc8\xf5\xb4\xd5\x56\xaf\x27\xd9\xf5\x51\xd0\x47\xb8\x0e\x19\xe2\x8a\x3a\xcb\x7e\x1d\x26\xaa\x8d\x2f\x62\xd4\x59\xdb\x3b\xc4\xbe\x73\x6b\x62\xd7\xaa\xf1\x38\x3c\x89\x90\xca\x9d\x76\x03\xe5\xf2\xb3\x43\xa9\x62\x41\xaa\x0b\x5e\x77\x3d\x4b\x78\x31\xe1\xe5\x5c\x1b\x9a\x7d\x70\x77\xee\x83\x61\x37\x80\x0d\xd8\xd6\xf9\x3b\xbb\xb2\x2b\xe8\xbb\xee\xc9\x96\x24\x6c\x51\x11\x6a\x72\xe1\xe2\x92\x7c\x20\x18\xb4\xcd\x3c\x7a\x52\xd2\x52\x15\x5a\xd6\x54\x81\x62\xc0\xd1\x09\x7a\xb8\xd5\x5c\x41\xb1\x6f\x27\xb4\x03\x3f\x67\x25\xcd\x73\xc7\xa7\x70\x8d\xe0\x29\x49\x6d\x1d\x6f\x41\xe8\x15\x29\x58\x75\x11\x34\xd3\x79\x2d\x2c\xd4\xb7\x1b\xe9\x72\x07\x29\x79\x2d\x7c\xc8\xad\xd2\x96\x65\xe2\x25\x4d\x8e\xe1\x99\xcb\x5a\xdd\x84\x06\x37\x96\x6b\xc6\x17\x3a\x6d\x4e\x62\xd2\xa7\x64\x42\x72\x70\x94\xbc\xa4\x89\xd2\xd5\x09\xf7\xfd\xcc\x48\xa7\xc6\xbd\x12\x5f\x41\x7a\x04\x4c\xc5\x82\x57\x6c\xd3\x82\xb4\xe7\x34\x2b\xf2\x4b\xd4\x16\x31\x90\xba\x3b\x4d\x06\x0f\x30\x91\x36\xf4\xbb\xeb\x06\x93\xf0\xa2\x97\xba\x52\xa5\x9d\x38\x8a\x96\x66\xca\x10\xa3\xb8\x74\x8c\xdb\x1a\xd5\xac\x36\x46\xfb\x61\x61\xd8\x60\xc9\x7b\x41\xa4\x3b\x08\x82\xdb\x25\x1f\x30\xf2\xf0\x07\xd4\x31\x8c\x99\xb6\xe4\x81\x74\x1a\x81\x24\x30\x5e\x56\xe4\x43\x41\xcf\xb3\x29\xad\x78\x69\x9b\x18\xd8\x5c\x70\xe4\xca\xef\x4d\x51\x4a\x05\xb5\xae\x69\xb8\xdb\x37\x65\x5a\x7f\xe2\xce\x96\xdc\xbb\x67\xdb\xde\xbf\x6f\x3b\xea\x43\x38\xbd\xa3\x49\xbb\xf5\x92\x26\x59\x51\x71\x31\x6b\x61\x08\xea\xde\xa6\xcd\x76\xa2\xf0\xf2\xde\x3d\xa7\x53\x83\x83\x4d\xa8\x22\xc5\x0b\x08\x0d\x1c\x43\x9b\xec\xe8\x84\xa4\xec\x3c\xd3\xe1\x8c\xde\x28\x13\x87\xb4\x16\xb8\x38\x3b\x3a\xe9\x19\x99\x66\xcc\x66\xf4\x3c\xe3\xae\xd5\x0e\x5d\x2c\xf2\x4c\x39\xd7\x86\x41\x4e\x33\x71\x78\x74\x22\x6f\x20\x07\x2b\xbc\x34\x2f\x2a\x44\xf4\xd5\x15\x51\x3f\xed\x8a\x46\x3f\xda\x55\x0e\x23\x33\x42\x8c\x8f\xda\x8a\x0d\xb2\xd7\x34\xbd\xca\x5e\xcf\x78\xc1\xae\xb2\xd7\x3c\x1d\x64\x7d\x89\xd6\xed\x15\x1d\x47\xa2\x98\x3a\xe1\xde\xbb\xe4\x98\x25\x15\x2d\x20\x74\xc7\x57\x4c\xe0\x1c\x50\x0f\xdb\x25\xca\x45\x08\x6f\x4f\x69\xb3\xca\x3a\xbf\xff\x9a\x67\x45\xcc\x5a\xd6\x83\xc8\x0f\xbf\x70\x8a\x41\x98\x47\x4e\xb6\x39\xa5\xf1\xb8\x22\x2f\xb9\x14\x62\xce\xf1\x2b\xf6\x7d\xe5\xcc\xdc\xe4\xc1\x0f\x73\x71\xaa\xae\x76\xa2\x69\xa7\xcd\x6b\x03\x5a\xab\x1b\x3d\xb5\x8a\x06\xad\xd3\x10\x98\x84\xea\xca\x69\x43\x5b\xa5\xa9\x14\x5d\x26\x07\x01\x5e\x42\x82\x5c\xb0\x3c\xd7\xfe\x3d\x7e\x57\x2d\x01\xf1\x9c\x67\x5c\x38\x9f\x3a\x3a\xec\x31\xae\x69\x3d\x2c\x75\x4f\xaf\x8c\x60\x39\x4b\x24\x2a\xda\x90\x0c\xbe\x17\x3a\xd5\xc6\xa6\x68\x07\x93\x82\xc5\xea\x58\xab\x0a\xf5\x7c\xe4\x9d\xac\x0d\xcc\x40\x33\xc1\x97\xc6\x81\x1d\x47\x74\x61\x90\xc0\xaa\x55\x44\xc7\x7f\xd5\xa2\x25\xbc\x79\x74\x51\x5b\x89\xfa\x49\x3c\xb3\x7a\x5c\x6f\x7a\x2b\x82\x02\xe1\x2c\x9f\x9c\xea\xed\xd7\xb6\x68\x7e\xb2\x11\xe7\x2f\xbc\x7f\x75\x20\x6b\xb5\x48\xa1\x95\x8b\x03\xff\x6e\x24\x57\xab\x9f\xc9\x61\xc7\x78\xc8\xa6\x92\x54\x3d\x79\xdb\x80\x4f\xeb\x62\xe4\x4e\x37\x92\xd6\xe1\xfd\x8e\x9f\x62\x1e\xb3\xc6\x21\xf8\x60\x6d\x1a\x78\x16\x22\x5d\xb9\xcb\xa1\x68\x3a\x0d\xf6\xbc\x78\xd7\xca\x4e\x10\xd8\x0d\x57\xb6\x1e\xe0\xf9\xd6\xab\xd0\xb6\xf9\x83\x1d\xc3\xd4\x8a\x97\xe0\x39\xe6\xe4\x45\x9f\xa8\xe5\xea\x1a\x1b\xb7\x64\xc6\x92\x8f\xaa\x05\x46\xce\x82\x6b\x32\x50\x27\x81\x59\xe8\x84\x4c\x78\xb2\x14\xe4\x82\x0a\x92\x73\x51\x79\x86\xb2\xce\x84\x8c\x85\xb2\x21\x73\x6d\x27\xc7\x3b\xda\x15\x85\x34\x40\x85\x6c\xe8\x42\xa0\x73\xa8\x20\x05\x5f\x5e\xb0\xbe\x4a\x3b\x41\x4b\x46\xaa\x92\x26\x1f\x55\x1a\xc3\xc1\x40\x77\x01\x52\x2f\x1a\x1b\x63\x28\x38\x15\xb1\x0b\x7a\xd2\xfd\x6b\xbd\xe5\x05\x23\x29\x07\x9d\xe5\xc7\x82\x5f\x90\x6c\xa2\xfa\x9a\xc0\x7b\x2d\x18\x09\xe2\xac\x59\x4a\x28\xc0\xa0\x7b\x90\x4b\xa0\xf2\xc4\x23\x80\x3c\x37\xdd\xdb\x64\x07\x0a\xa6\xab\x2b\x0d\x9d\xbc\xda\xeb\x28\xe8\xfa\x41\x2a\x6e\x49\xd5\xc7\x4c\x0e\x80\x81\xb5\x57\x1f\x6c\x63\x8f\xaa\x7b\xf4\xfa\x56\xe3\xad\x55\x0b\xd8\x63\xa0\xa2\x5f\x63\xb4\xda\x88\xcf\x78\x32\x24\x26\x75\xb0\x9f\x0d\xc5\x07\x0a\x92\xa1\xe8\x3e\x0c\x7a\xbb\x0e\x5f\xa6\x47\xb2\xeb\xfc\xd1\x87\x64\x00\x27\x8a\xfe\x1a\xc8\x87\x3a\x0f\xaa\x12\xb1\xed\xc3\x45\x2b\x48\xe8\xd6\x02\x25\x6e\x38\xe1\x38\x0c\xf8\x2d\xda\xeb\x94\x55\x4f\xf9\xb2\x48\xb3\x62\x8a\xa9\xfd\xe4\x51\xfb\x4a\x7d\xab\x4a\xb7\xef\x2d\xd8\xda\x98\xed\xca\x3a\xa0\x38\x6f\x25\x64\x15\x4a\x7a\x2d\xfd\x57\x95\xb7\x66\x9c\xae\x77\xd6\xdf\xc3\x2b\x9a\x44\x99\x3b\xc4\x36\xab\x8b\x52\xab\xf9\x2b\x60\x9f\x8e\x0a\x24\x8a\x4d\xfc\xd3\x8c\xf3\x8f\x7e\xa3\x63\x34\xce\xcd\xce\xd9\x4b\xb0\x9f\x85\x79\xd4\x3e\xa9\xc8\x7d\x7e\x89\xab\x3c\x4d\x59\xc2\x4b\xc9\x41\x8a\x81\x24\x3c\x7e\xc5\x1b\x98\xbc\x7e\x7f\xd0\xef\x0f\xf0\xe3\x6b\x87\xb3\xab\x73\x4e\x53\x2d\xb2\xa9\x3d\x29\xcd\x30\x64\x0e\xd6\xcd\x3a\xd7\x4a\xf6\xab\x64\x18\x2a\x36\xe5\xe5\x65\xc7\x93\xff\x98\xce\x16\x31\x21\x3d\xc9\xee\xe3\x6b\x89\x65\x94\x3c\xae\x41\x3b\x40\xf8\x8c\x45\x30\xaa\xd7\xbd\x36\x02\x0d\x56\xaa\x47\xb4\xf9\x63\xb4\x07\xa4\xfe\x10\xf4\x0a\xc2\x26\x2a\x47\x40\x78\xa8\x44\x2b\x0c\x20\xdd\x3a\x88\x66\x53\x26\x85\x60\x50\xa5\xf2\xb2\x33\xae\xf3\x21\xf5\xa4\x52\xa8\x3c\x88\x4f\x03\x18\x19\x0f\x37\x94\xfd\xbb\x1b\x17\x31\xa7\xa2\x86\x41\x82\x55\x2f\x6a\x9f\xeb\x11\x13\x9f\xf8\x15\x76\xda\x4d\x98\x87\x16\x0a\x8e\xe2\xb9\x38\x66\xb0\xe7\x4e\x8f\x3a\x6c\x63\xbb\x5d\x0f\xa5\x50\xb0\x8b\xda\x5a\xd5\x10\xbf\x6d\xe5\x6d\xbb\x84\x9a\x1c\x74\x3a\xae\xd9\xe5\x89\x13\x57\x13\x14\x3e\xa8\x45\x70\x82\x2a\xe1\x35\x4b\x6d\x8c\x26\xc7\xf2\xb2\xbe\x62\x98\x29\x24\x04\xd2\xa1\x8b\xd1\x05\x6d\xd7\x5b\x78\xef\xdb\x5d\xf2\xd6\x4e\xa4\x4b\xea\xc3\xbe\xf7\x57\x15\xb5\x0e\x3e\xb7\x42\x1c\x2a\x23\x4f\x5b\x57\x92\x2e\xb9\xf4\xad\xae\xd9\x05\x87\xab\x91\x9b\x40\xb0\x82\xa3\x30\xc1\x2d\xcd\xc1\xdc\x07\xde\x00\x21\x90\x94\x92\xcf\x35\xea\x29\xde\x47\x05\x0c\xd0\xaa\x0b\xc8\x44\xe2\xf0\x8e\x83\x01\x69\x83\x90\x81\x0f\x4d\x18\xc9\x60\x09\xda\x0d\x39\x74\xd8\x59\x17\x14\x1d\x06\x5d\xa0\x3a\x28\x07\xc6\x28\x60\x30\xe0\xe7\x32\xc3\x78\x79\xe3\x81\xcd\x44\x98\x34\xa4\x5d\x7b\xb9\x88\x53\x80\x26\xcb\x4d\x0d\x8b\x9f\x6e\x77\xb5\x91\x98\x43\xcb\x07\xec\xd3\x8c\x2e\x45\x95\x9d\xb3\x5e\xca\x16\x82\xf4\x7a\x38\xa1\x39\xa3\x2a\xd6\x1a\xae\x06\xbe\xb5\xf2\x12\x49\x5a\xb8\x2e\x1a\x3f\xe2\xc0\x87\x09\x13\x1a\xa6\xb8\xbb\x1b\xc1\xa9\x9a\x1a\x61\x8d\xab\xef\xb9\xe4\xa7\xff\x9b\x17\xec\x59\x56\x32\xc0\x99\xae\xfd\x76\x4a\xc7\x63\xb9\x1e\x8a\x6c\xb9\x71\x3a\x4d\x9d\x3e\xb8\x4d\xba\x7d\x4a\xe8\xff\xc6\x2e\xf7\x79\xaa\x62\x01\x24\x02\xff\xab\x4e\x84\x4e\x53\xa4\xe3\xda\x18\x3d\x87\xfa\x5b\x8d\x76\x58\xa4\xec\xd3\x6b\x5a\xcd\xf4\x77\x18\x12\xb2\x95\x5e\xd6\xca\x0e\x53\xfd\xeb\x15\x95\x1b\x64\x1d\x1a\xe4\x27\xf6\x49\x77\x6a\x62\xe9\xc0\xd5\x63\x23\xeb\x20\x2b\x12\x54\x3a\x3e\x7d\x81\xf2\x65\x35\xcf\x55\xd1\x6b\xf3\x86\xab\x14\xbf\x70\xbc\xb2\x5f\xad\xea\x58\x9e\x77\x28\xd2\xbd\x01\xd8\x27\xcb\xb1\x5c\xac\x48\x49\xfd\xb3\x5e\x75\x74\x87\x02\xba\xf6\x73\x49\x17\x50\x1b\x83\xee\xd3\xb2\x78\xc6\x16\x25\x43\x15\xbc\x0a\xdb\x13\x4b\x01\xa5\x67\xa2\x44\xae\x77\x10\x54\xb3\x9e\x01\x11\x77\x49\xbd\x2d\x94\x53\x88\x54\xd0\x7d\x57\xac\xcb\x0c\x59\xbf\xbc\x5b\x45\x83\x9d\xb2\xea\x54\x99\xfa\x87\x6d\xa0\x76\x2f\x36\x9a\x7e\x6b\xb6\x6b\xe7\xfc\x0e\xde\x99\x57\x20\xe9\x6d\x54\x58\xc1\xc8\xb7\x80\x59\x3f\xe6\x1c\x9e\x9c\x3d\x3f\xda\x7f\x73\xe2\xe7\xfd\x23\x23\xd2\xd2\x69\x2f\x27\x1a\xb7\x5b\xdb\x4e\xa3\x83\x57\xa7\x07\xc7\x67\xcf\x0e\xa1\xe1\xb3\x48\x4b\x4d\xaf\x92\x3c\x4b\x3e\xf6\x78\xd1\x63\x45\x85\x0c\x1d\xf6\x01\xa3\xfe\xf7\xd1\xab\x83\xb3\xc3\x58\x73\x18\xf5\x57\x5e\xb0\x5e\x96\xda\x46\xa7\x7b\x4f\x0f\x5f\x3d\x3b\xf8\xbb\xac\x56\xd1\xb1\xc9\xbe\x82\xa5\xaf\x8e\xce\x7e\x3a\x38\x3e\x3d\xdc\xdf\x7b\x71\xf6\xf3\xf1\xde\x6b\xd3\x59\xc1\x7b\xe7\xf2\x68\x24\x34\xef\x5d\x94\x74\xe1\x35\xf9\xf1\xe8\xf8\xf0\xbf\x8f\x5e\x9d\x46\x1a\xcd\x78\x99\xfd\x2a\xd1\x36\x6c\xf6\x62\xef\xf8\xaf\x07\x72\xf6\xa7\x7b\xaf\xf6\x0f\xce\x9e\x1f\x1f\xbd\x3c\xdb\x87\x25\x21\x23\xf2\x83\xfe\x17\x54\x7f\x75\xf0\xd7\xbd\xd3\xc3\x9f\x1a\xdb\xf5\xdc\x86\xf8\x3a\x32\xd1\x58\xa2\x3d\x18\x9d\x50\xb7\xd8\xb5\xa9\x01\x86\xa7\xc6\x4a\x6b\x44\x5a\x73\xd1\x33\x48\x16\x04\xf2\xa7\x99\xc0\xac\x5f\x72\x6f\x50\x05\x1e\x68\x1c\x8c\x55\x0c\x98\xde\x8e\x39\x2d\x53\x95\x7e\x5b\x31\x9d\xe6\x1a\x2f\x65\x67\xfb\xb2\x23\x15\x22\x1f\x2a\x23\x67\xa0\x95\x63\x26\xc3\x1b\x3b\x37\x5a\x30\xaf\xa6\xcb\x81\xee\xd4\x52\x6d\xc3\xc0\xdb\xc1\xfb\x89\xa3\xfb\x69\xb0\x06\xc5\x90\x43\xca\xb1\xc4\xd4\x6e\xb7\x60\xd6\xad\xae\xf3\x84\x5b\x95\xf9\xdf\xd8\xe5\x50\x82\xd7\x57\x7f\x98\xd7\xf1\x39\xab\xa8\x29\x54\x7f\x98\x42\x31\xcb\x26\x95\x29\xd5\x7f\x99\x62\x9a\xdb\x42\xfc\x6d\x8a\xc6\xcb\xf1\x18\x76\x54\x96\xa9\x3f\x4c\x61\x42\x8b\x84\x01\x11\x54\x30\x99\xbf\xbb\xce\xf3\x78\x28\xea\xea\xf9\x86\x09\x91\x71\xd6\x76\x05\x84\xb1\x7e\xc0\x1d\x95\x37\x85\xb3\x3e\x1a\x08\xbd\x4e\xfa\x6f\x76\x4e\x76\x09\x3b\xd7\xc0\x12\x9d\x30\x3c\x2c\xb7\xc0\xd6\xaa\x5c\x28\xf5\xda\x60\x00\xdc\x30\x9a\xb7\xb9\x6e\x03\x22\x2b\x12\x25\x8b\x25\xb4\x30\x3c\x99\x64\x5e\x30\x69\x30\xa8\xde\x74\x77\x1b\xd0\x53\xca\x2a\x9a\xe5\xfe\x37\x91\x94\x8c\x15\xe4\x53\xf4\xeb\xa5\xff\x55\x75\xfc\x29\xfa\xf5\xb2\x36\x3b\x44\x8f\xc6\xd9\xe3\x36\x37\x16\x6b\x14\x69\xac\xa0\x30\xac\x56\x8e\x50\x8d\x97\x55\xc5\x8d\x2d\x81\x14\xd4\xe0\x73\xc9\xc0\x6b\xe1\x54\xab\xcf\x8d\xa7\x81\x52\x50\x28\x4d\x49\x9a\x89\x05\xad\x54\x5a\x7d\x4c\xb4\xef\x46\xc2\xf8\x11\x0d\x96\xcd\xc9\x86\xd7\x73\x37\x73\x25\x55\x8a\xc4\x89\xe6\x1f\x41\x88\x85\xf4\x90\x02\x09\x91\xe4\xc6\xdd\x04\xe0\xc7\x9c\xa3\x45\x7c\x3b\x30\x20\x05\x75\x60\x40\xdd\x1c\xa3\x5a\xef\xbb\x76\x31\xc2\xbf\x0c\x7e\xba\x4e\x2f\x4a\x35\x26\x86\xee\x57\x42\x5a\x43\xe8\xaa\x15\x7c\x86\x57\x73\x4c\x35\xd7\x2a\x24\x75\xf4\x9c\x7d\x5c\x17\x1c\xfb\xdb\xfe\xf2\x29\x6e\x37\x58\x6e\xfb\x04\xe7\x4f\xc2\x37\xa1\x38\xa3\x79\xae\x83\x9d\x68\xa0\xdf\x7e\x64\x26\x41\xdd\xfb\xa1\xe5\x74\x65\x4b\x70\xdf\x32\xd7\xc9\x19\x3c\xbf\xcb\x32\x31\x94\x42\xe7\x13\x53\x77\x47\x91\xbb\x13\xa6\x33\xdc\x63\x8b\xbd\x17\x2f\x8e\x7e\x3e\x78\x76\x76\xf8\xea\xf5\x9b\xd3\xb3\xd3\x7f\xbc\x3e\x38\xc1\xa8\xe4\xec\x13\x24\x31\xc7\x38\x02\xf2\xd7\x82\x0a\x71\xc1\xcb\x54\xfe\x66\x73\x9a\xe5\xf2\x47\xc5\xe0\x3f\xcb\x12\xfe\x23\x20\x8b\xa8\x8a\x60\xee\xf4\x7f\xf6\xd3\xe1\xf1\xe9\x9b\xbd\x17\x67\x07\x2f\x0e\x5e\x1e\xbc\x3a\x95\x43\xe8\x87\x48\xab\xa5\x00\x0c\x32\x00\x9b\x67\x96\xc0\x8e\xe7\x49\xc0\x39\xed\x58\xab\x0b\xe1\x70\x55\xb8\x72\x68\x3f\x01\x99\x51\xb3\x44\xdb\xd0\x68\xcb\x9e\x80\x03\x1b\x19\x21\x4d\xec\x67\x65\xb2\xcc\x69\xf9\x0a\x9f\x3d\x33\x5e\xf8\x87\x2e\xd5\x62\xc7\x30\x22\x8a\xf4\xc7\x99\x29\xa7\xb9\xf6\x68\x06\x8e\xf8\xd8\xdc\x88\x62\x88\x0e\xc7\xef\x1c\x57\x91\x45\x99\x9d\xd3\x8a\x91\x33\x0c\xb0\xbd\x42\x15\xb3\x63\xf4\x18\x48\xc8\x8f\xd9\x44\x89\x87\xa6\x8f\xb9\x66\x89\x1d\x03\x1c\xf5\xc5\xeb\xc9\x3c\x31\x98\x96\x59\x5a\x8f\x9b\x8f\x01\x07\x38\x04\x72\x49\xd0\x2e\x59\x9d\x6a\x95\xef\x56\x2b\xf4\xd5\xb3\x86\xe9\x8c\x42\x7e\xd9\x15\x39\xca\x6b\x71\x41\x20\xb5\x88\xe4\xde\xc8\x82\x56\x33\xfd\x96\x08\x0e\xfc\xf1\x21\x9d\xd7\x14\x33\xac\xac\x6e\xc4\x2d\x1d\x82\x04\xbc\x49\xc2\x38\x91\x76\xe0\xe7\x39\x9d\xe2\xd3\xfe\x44\xbd\xeb\x17\xe4\x82\xb5\xc0\xa6\xbb\x62\x05\x6e\x67\x7e\x49\x16\xb4\xfc\x08\x2f\x8a\xc9\x52\x68\x23\x09\x20\x75\xcc\xe6\xe8\xad\x98\x64\xbf\x69\x99\xe5\x97\xaa\x77\x88\x89\x80\x6d\x30\x5e\x59\x56\xb1\xb9\x20\x74\xb1\x60\x90\x36\xdf\x84\x10\x92\x9c\x6d\x74\x4e\x99\x78\x0d\x23\x47\x22\xb8\xe0\xfb\xa7\xbb\x2a\x2a\x18\x8f\x62\x84\x47\x1b\xb5\x8d\x51\x67\x01\xd0\x77\xf5\xf6\x38\x8d\x00\xfe\xbd\x3c\x9b\x16\x58\x1f\x24\x91\xed\x00\x4a\xb0\x35\x93\x27\xc2\x05\xd4\xa9\x81\xeb\x77\x4a\xc7\xb0\x41\x43\xfb\x6c\x18\x3e\xfd\x39\xf3\xd3\x66\x17\x18\xaa\x44\xe5\x4e\xac\x38\x29\xd8\x27\x85\x16\xc0\x55\xe8\xc9\x83\xfd\x8a\xde\xc0\x92\x61\x0d\x70\x8c\x01\x9b\x0e\x70\x3c\x31\x0b\x85\x71\xd0\x99\xc0\xb8\xeb\x74\x1c\xae\xd4\x02\xdd\x62\xb3\x62\x7a\x4a\xc7\xc0\xb4\xd5\xd7\xff\xb5\x0e\x0e\x3f\x2d\x69\x21\x29\x07\x24\xa1\x29\x39\x2a\x98\xc8\x87\xda\xf1\xff\x00\xef\x62\xd6\x3a\x64\x01\x26\xf3\xa5\xe4\xac\xa1\x81\x0a\x07\x5a\x6b\x56\xdb\xc7\x5a\x95\xa3\xe2\xa0\x00\xc3\xaf\xe8\xe2\x47\xaa\x9f\x2c\x68\xc2\xc2\x49\x99\x06\xc8\x98\x19\x0c\xa9\xbf\x1a\x87\xbb\xe4\x58\x44\x41\xe2\x37\x30\xd8\x93\xec\x9a\x01\xdd\xa3\xc9\x53\x56\x1d\x99\x3b\x4b\xf2\x02\x78\x56\x03\xab\x15\xe7\x5e\xeb\x8b\xec\x57\x2f\xc6\x9b\x3d\xc1\x3f\xd2\x22\xcd\x19\x99\xe6\x7c\x4c\x73\xd8\x4a\xd8\x57\x26\x30\x82\xa0\xe4\x59\xd0\x53\x11\x78\x1d\x73\x3a\x98\x39\xc6\x13\x13\x3a\x89\xfc\x78\xb0\xf7\xec\x84\xbc\x79\x3d\x44\x2f\x0f\x70\xf0\x50\xc1\xef\x21\xbe\x4a\xc9\x2f\x5c\x85\xa5\x0d\x68\x2a\x99\x52\xb9\x97\x92\x62\x00\xbd\x60\xff\x5c\xd2\x9c\xd0\x39\x2f\xa6\xe6\x45\x59\xbc\xb3\x2f\xc7\x25\x9b\x90\x84\x4b\xa2\x80\x38\x0d\xa1\xbf\x12\x5e\xca\x2b\x24\xbf\xbc\x17\x21\x05\x6a\xe9\xce\x78\xf1\x37\x76\xf9\x8c\x5f\x14\xfb\x74\x51\x2d\x4b\xd6\x66\xe7\x43\xe2\x49\x4f\x9e\xc0\xb4\x5a\x67\x98\x5a\xdd\xcc\xc0\xf9\xdd\x75\xdc\x59\xf4\x67\x96\xf6\xb4\xe8\xd7\x03\x5e\xb1\xe7\xc4\x54\x95\xfc\x1b\x3b\xef\xa3\xa1\xa3\x94\xbf\xb4\x56\xad\x5f\xd1\xb1\xa3\xd7\x74\xb7\x74\xc2\xcb\x03\x9a\xcc\xda\xed\x5f\x81\x6c\x98\x3b\x15\x54\xa7\x40\x10\xcf\x30\x8b\x93\xa6\x1a\x12\x55\xc2\xac\xb7\x46\x2f\x5d\x2e\xe1\x31\x74\x11\xbd\xe6\x0d\x04\x62\xb9\x60\xaa\x92\x63\x2d\xf7\x92\x16\x74\xea\x98\xae\xc8\x0b\x14\x72\x76\x2c\x2b\x27\xae\x46\x54\x81\xd6\x96\xc2\x89\xd5\xfa\xcb\x75\x50\xa4\xa3\xcf\x8a\xf3\xfe\xab\xa3\x67\x07\x67\x07\xaf\x7e\x02\xd5\x7d\x6b\x51\xf2\x74\x19\x48\xa5\x75\x1d\x59\xbb\x65\xe5\xf4\xae\x0e\x35\xe5\x9a\x60\x73\xae\xb9\x99\x30\x84\x0a\x0a\x99\x39\xbf\xd0\x44\xab\x35\x83\xd3\x81\x7f\xba\x7c\xad\x22\x84\xa7\x97\x10\x07\x9b\x0a\xb7\x8c\x96\x19\x7d\x86\xd6\x3a\x2c\x7d\x2a\x7b\x91\x5f\x7a\xa9\xfe\x34\xbe\x0c\x6b\xbf\xa0\x63\x96\xe7\x6e\xe5\x5c\x7d\x71\xeb\x5e\xd7\xac\xec\xe5\xe2\xf5\xcf\xb2\x14\x1f\x5a\x0e\x53\x77\xea\x76\x51\xb1\x96\x7f\x0d\x59\xc6\x8d\x90\x9c\x4d\xaa\x21\xd9\x30\xe3\x54\x7c\x61\xff\xbc\x0e\xba\x09\x09\xbb\xc7\x94\x12\x1b\x09\x3b\x24\x99\xcf\x75\x46\x73\x13\xb5\x39\xac\x41\x76\x77\x2d\x12\xf7\x5d\xb6\x33\x5e\xd7\xf1\x8a\x46\xd0\x9a\xa8\x7a\xf3\x90\xba\xc2\xee\x6e\x33\xc0\x37\x0d\x01\x37\xc1\xaa\x21\xb0\xc2\x8d\x43\xa8\x4d\x55\x84\xde\x9c\xa5\x67\x59\xfa\x52\xd2\xb9\x76\x40\x95\xb4\x9d\xbc\x71\x08\x06\x6e\xea\x1a\xc2\xa4\x48\x48\xe5\x9f\x66\x4f\x3c\xf9\xe8\xad\xc6\x9a\xf7\xaa\xb2\x77\xfa\x64\x3b\xcf\x2f\x44\xd6\xf5\xee\x33\xcf\x66\x16\xaa\x6f\x5b\x4c\xaa\xd4\x53\xaf\x57\x17\x55\xcf\x50\xb7\xdb\x20\xdb\xb8\x41\x99\x2f\x66\x59\xce\x48\xdb\xef\xe8\xfe\xfd\xa0\x67\x49\x11\x10\x3a\xd7\x42\xa4\xd3\x1f\xf3\xf4\xb2\x56\xbb\x5f\xf0\x94\xc9\xc3\x0a\xc4\x75\xd3\xb3\x85\x00\x5f\xd2\x9a\xa2\xde\x1f\xde\xf7\x26\x35\x07\xcf\xb2\x6d\xbe\x97\x3e\xfe\x1b\x97\x8c\x7e\x74\xbe\x5c\xdb\x9f\xcd\x8b\xe4\x95\xac\x5a\x2d\xd3\xe7\x3b\xc7\xe0\xe6\x5e\x0d\x30\x0f\x70\xf7\xfa\xa0\x69\x1a\x10\x5f\xdd\x49\x6c\xcf\xef\xdf\xaf\xb1\x13\x91\xa5\x8c\xe2\x8b\x1c\x09\xee\xd5\x17\x90\x92\x9b\x95\xed\xd6\x47\x76\x99\xf2\x8b\xa2\xe5\x3c\x40\xf5\x6b\x17\xb3\x9b\x90\x33\x58\x40\x67\xd6\x16\xdb\xdd\x08\xf3\xf5\xaf\x11\x28\xc6\xf9\x52\xca\xe8\x58\x97\x17\x4f\xf3\x65\x69\xc7\xd4\xfd\x0f\x06\x64\x4f\x85\xe3\x55\x79\x16\x25\x8b\xa4\x59\xa0\x80\x45\x12\xac\x32\xd5\x50\x6c\xa1\x20\xad\x94\x7c\x51\x66\xb4\xb2\x1e\xdd\x38\x66\xfd\x7a\xde\xf6\xb7\x13\xaa\x21\x61\x51\xf4\x30\x78\xa7\x83\xb9\x2a\x23\xab\x1b\xeb\x36\xda\x5f\x21\x34\x9e\xd4\x49\xe2\x87\x2b\xb0\x9c\xba\x69\x48\x08\x5c\xe2\xc8\x47\x6b\x86\xeb\x68\xe0\xaa\xde\xd5\xed\x9c\xea\x10\xec\xb9\xb3\x58\x3b\xd6\xc9\x0d\x23\x7e\xcd\x25\x0a\x00\x6c\x58\xa0\xeb\x46\x44\xc0\x5b\x04\xce\xcd\x51\x01\x57\x43\x7d\x2f\x01\xf7\xda\x2b\x5d\xd7\x23\xf7\x0c\xe6\x97\xbd\xe3\x45\x63\xab\xa6\x3c\x89\x2f\x8d\x77\xcf\x68\xd0\xee\x39\x53\x53\x69\x0d\x60\x6e\xc7\x4c\x54\x1c\xfd\x8f\x9d\xc0\x69\xb2\x6f\x27\xf8\x1a\x8c\xe1\xa9\x2d\xdc\x20\x6b\x29\x4f\xfa\xc1\x8e\x8d\x40\x9d\x8f\x77\xc4\xd5\x15\x89\xd7\x40\x91\xba\xa9\x14\x6e\x3c\xa5\xa5\xac\xc5\xaa\xd0\xf2\xb1\x89\xec\x5d\xb2\x39\x3f\x67\xa9\x72\xcd\x46\x2b\x25\xcc\xd2\x46\xd1\xc1\x12\x13\xb7\x61\xae\x59\xd8\x36\x43\x23\x70\x35\x35\xa3\xc9\x61\x55\xf0\xaa\x88\x3d\x8f\xc3\xed\x1a\x60\x53\x37\xb6\x42\x21\x8d\xf1\x07\x88\xd0\x05\xc1\x7c\x9c\x0d\x5a\xd4\xc9\xb4\x5f\x5e\x43\x46\xa7\x5f\xd4\xcd\x40\x35\x37\x8f\x2a\x89\x9a\x1d\x62\xac\xcf\x19\x4d\x21\x5f\xb6\x5c\x0c\xad\xeb\x52\xeb\x87\x66\x28\x05\x84\x65\xa5\x15\x96\x66\x82\x2c\x0b\xcc\x1f\x28\x17\xac\x4f\xe4\x90\xd8\xdc\xeb\x59\xc9\xb2\x2a\x0b\x2e\x2b\x4d\x7c\x7c\xa0\xeb\x55\x79\x49\xe8\x94\x66\x45\xff\x86\x49\xf8\x4b\xb1\xc6\xb1\xfb\x39\xcb\xf3\x37\xc5\x3c\xc6\xe1\xa5\x2c\x67\xa0\x0d\x8c\xf2\x6e\xde\x61\x5a\x79\xed\xbb\xf7\x36\xf6\x59\xbb\xf7\xb5\xa5\x74\x86\x41\x1d\xb5\xea\x10\xdd\x85\x7f\x85\xa7\x77\x44\x64\x28\x53\xb7\x37\x24\xb3\x90\x37\x69\xbf\x46\xa9\xd6\x64\x1e\x36\x22\xd8\xe6\xb3\x0e\x38\xea\xd7\xe0\x1e\x62\xf1\xba\xea\x5c\x42\x8d\xf3\xf5\x58\x88\x28\x34\x2b\xb9\x08\x52\x97\xd6\xc2\x3b\xc4\x31\x3a\xc6\x0a\x11\x25\xa3\x5b\xcd\x47\x24\xa4\x26\xed\x8e\xd5\x7c\xd3\xa4\x82\x38\xa8\x77\xd7\x5e\xf8\x74\x9f\x8a\x21\xa9\xe8\xb4\xeb\x8a\xbc\x5d\x2b\x44\x77\x43\x71\xb7\x1b\x48\xb4\x5d\x27\x17\xbc\xb9\x35\x16\xca\x8d\xd7\xb9\x35\xb2\x73\x27\x65\x91\x63\xda\xe3\xdc\x7d\xdd\xb8\x7d\x4e\xe8\xdb\x7c\x4a\x21\x68\x16\x85\xc8\x80\x0e\xd4\xf2\xcf\x56\x9a\x9d\xb7\xb6\x83\x20\x5a\x5d\x52\x66\xd3\x59\xa5\xe3\x65\x18\x4f\x84\x41\xc9\x12\x5e\x24\x19\x24\xec\x01\xc1\x97\xa5\x18\x87\x54\x87\xdf\x90\x15\x4a\xeb\xad\x60\x7a\xbd\xa0\x82\x38\xaa\x69\xdd\xb3\xcd\xac\xad\x42\x49\xbb\x41\x8d\xc0\xe1\x40\x85\xe0\x2a\xd2\x6e\xbc\x53\x9a\x54\x4b\x50\x90\x39\xbd\x77\xc9\x85\x8e\x88\x5d\x7f\x03\xd0\x37\x12\x04\xf6\xc2\xde\xab\x6c\xce\x6c\xe8\xd5\xd3\x19\x2b\xba\x24\x87\x6c\xdf\x59\x11\x61\x08\x4c\xe0\x55\x1d\xaa\x57\x42\xe6\xad\x01\xde\x5e\x99\xe4\x7d\x4d\xb7\x2a\xf7\x08\xf3\x80\xb8\x00\x8f\x07\xb8\x11\xfb\x2e\xca\xeb\x9e\x01\xe7\x9f\xc2\x5a\x1d\x2b\xc4\xf6\xe3\x70\xe6\x97\x26\x27\xc9\xf1\xe9\x0b\x63\xbf\x98\x15\x46\x7f\x39\x63\x73\xd6\x45\xe3\x50\x5e\x54\xec\x93\x5c\x2e\xfc\x3a\x38\x3e\x7d\xd1\x77\xf1\x04\xbe\x0e\xb5\x99\xcf\xc8\x58\x29\x39\x83\xea\xa0\x65\x9a\x28\x3c\x39\xa5\x53\x5f\x75\xe3\x68\x6a\x46\x9f\x7d\xcc\xbf\x0e\x6a\x3a\x0a\x20\xac\xea\x9c\x1a\xa7\xee\xe7\x7e\xbf\xaf\x4f\x83\xfb\xd9\x15\xb3\x06\x03\x64\xc3\x74\x2a\x52\xc5\x6d\x58\x5d\xa3\xab\x29\x9f\xb2\x2a\x58\x75\xd3\x49\x56\xc1\x36\x9a\xe0\xe5\xf8\x4a\x43\x05\x79\xf7\x27\x5a\x5c\xbe\xfb\x93\xb2\x20\x70\xc6\x62\x9f\x16\x10\xaf\x9d\xca\x13\x6b\xfd\xc5\xe4\xcd\x5b\x32\xc0\x4c\x79\xfc\x12\x5a\x04\x23\x81\x0a\xf8\x92\x14\x70\xb0\xad\x37\x1e\x27\x36\x17\x03\x9e\xc2\xfc\x92\x4c\x72\x3a\x15\xea\x24\x28\x27\xb8\x71\xce\xe6\x21\xf0\x5f\x9c\xa8\x0c\xff\xf5\xfb\xfd\xb6\x21\x67\x3a\x00\x54\x54\x6a\x07\x14\x4c\x10\xa5\xdd\xd8\x74\x56\xf1\xac\x23\x78\x09\x1d\xe5\x0a\x26\x81\xfb\xe0\xf5\x03\x0a\xef\x45\x4e\x13\x96\x1a\x21\xd2\xd2\x49\x2f\x51\xb3\xfb\xee\x8f\xbe\x51\x42\xe7\x8d\x4a\x55\xd4\x64\xc1\xbd\xce\x4d\x52\x0d\xf0\x51\x32\x01\xeb\xc1\xda\x3d\x16\x0a\xdf\x59\x58\x03\xc3\xe8\x73\x22\x44\xdb\xb7\x39\x70\x48\x79\xe7\xfa\x2b\x09\x56\x90\x37\x09\xa9\x80\x79\x7d\x75\xc5\x1d\xd7\xb6\xda\x5e\xc9\xee\xf0\x35\xfb\x36\xdd\x5f\x96\xae\x09\x24\xd8\xca\x0e\x7e\x11\x9f\x7a\x05\xef\x8d\xb3\xc2\xd9\x2a\xc3\x56\x8c\x3e\xc3\x43\xc1\x8d\xc6\x56\x64\xb4\x63\x78\x01\xd5\xb4\xcd\xce\xbb\x48\x6c\x5c\xb0\x79\x01\xd4\x4e\x03\xab\xfe\xf4\x2a\x80\x15\x91\xc3\xd3\xd8\xba\xa6\xc4\xd4\x77\xb2\xa5\x7d\x76\x96\x4f\x27\x15\x36\xf5\x9e\x0c\x4e\xe9\x54\x55\xee\xc4\x5f\x84\x4e\x58\xa5\xec\x4f\x4c\xd6\xb3\xac\x04\x87\x3b\x14\xee\xe1\x15\x96\xd4\x5f\x5e\xb5\xb7\xc6\x84\x97\x09\x3b\x2c\x2a\xfe\x5c\x36\xd3\x2c\x4c\x0f\x58\x4c\x88\x17\xae\x3c\xfb\x94\x33\x3c\x54\x4f\x31\xef\x83\x1d\x8c\x59\x1b\x37\x56\xa8\xfe\x8d\x53\x20\x44\x09\x87\x20\xf6\x1a\x0c\xfc\xee\x01\xa3\xe3\x8f\xeb\x34\xe9\x58\x25\xd1\x8f\x87\x82\xa9\xbc\x58\x04\x39\x32\x3b\x22\x48\x22\x2a\xb1\xba\x09\x82\x05\x77\x57\x45\x3f\xb2\xc2\x7b\x67\x46\x2e\x0c\x45\x9c\xe8\xbc\x1d\xdf\x74\xec\x38\x8c\x61\xb0\x06\x2b\xea\xca\xcb\x84\xdc\x8b\xaf\xaf\x15\x7c\xa3\xbc\xeb\x94\x55\x26\xbb\x6a\x3b\x6e\xa5\xda\x41\x0d\x91\xdc\xa3\x56\xa4\x3b\x47\xba\xd0\x45\x11\x2f\x3e\x7e\xa1\xea\x44\xb4\x24\x47\xba\x2c\x3a\xdd\x9a\x26\xc4\xd7\x4a\xd6\x3a\xb6\x0a\xe0\x86\x65\x8b\x00\x45\x46\x81\x3c\x15\xf6\xea\xaf\x53\xdc\xa8\x16\x40\x55\x86\x45\x1e\x98\x4e\x2c\x05\x3b\xe2\xfd\xfb\x76\x78\x94\x85\xb5\x1c\x1d\x01\xde\x57\x76\xba\x54\x32\x88\x43\x40\x7c\x3d\xd8\x1d\xb0\xc3\x97\x43\xdc\xf2\xc0\x78\x3f\x02\x67\x37\xd6\x47\xc7\xeb\xa4\x66\xe3\xde\x8e\x35\x89\x22\x52\xa4\x62\x44\x89\xa0\xc3\xfa\xbb\x5a\xf7\xba\xd2\x40\x59\xf5\xca\xa5\xd8\x07\x53\x8f\x18\xce\xf4\x9d\xf2\x15\x58\x68\x12\x09\x68\x0d\x9b\xde\x48\xdf\xf1\x20\xba\x5e\x76\x04\x25\x1c\x06\x03\xc5\x95\x06\xf1\x00\x14\x37\x51\x6b\x90\xdd\x6f\x26\xd6\xbf\x37\x7d\x7c\x41\x45\xd5\xbe\x03\xf5\xc3\x2d\x94\x93\x6a\xde\x41\xc8\x2a\x1b\xd9\x58\xdb\xca\x5f\x6e\x65\x38\xd3\xa9\x47\x92\x8a\xee\x6e\xe0\x35\x12\xdd\x61\x33\x54\x57\xdd\x72\xf6\x7f\x9b\x36\x3b\x4c\x27\xb9\xf6\x2e\x3b\x81\x20\xeb\x06\x4c\xee\x5e\xa3\x94\xa9\x92\xc9\x2e\x31\x0a\xb5\x5c\xd0\x5f\x4c\xa6\xa6\xac\x9a\xa9\x21\xd4\xf3\x24\x4b\x58\x76\x8e\x92\x18\xb8\xec\x83\x19\x1c\x49\x59\x4e\x2f\x8d\x01\x97\xcd\xad\xd5\xce\xb3\x8f\x92\xb3\xcf\xe6\x26\x1c\x2f\x78\x9c\x90\x05\x17\x19\x9a\xbd\xea\xb8\x16\xc0\x22\xab\xb1\x72\x8e\x7c\xa0\xce\xae\xa3\xec\x3b\x55\x00\xdd\xd0\xad\x94\xf4\x1a\x6c\xb5\x5c\x11\xbb\xe2\xae\xfe\xd4\x67\x46\xec\xb3\x77\x8d\x0b\xa1\xa6\x48\xf3\x23\x12\xf1\x69\x22\xe5\x7a\x65\x5b\xe2\x4a\xb0\x3a\xe2\xef\xff\xd8\x29\x0a\x94\xb0\x43\x5f\xdf\xeb\xcf\xb6\x39\x70\xd2\x57\xd0\x0b\xf1\x02\x05\x75\xa5\x04\x8e\x60\x4f\x4d\xdb\x63\x0f\x7c\x3b\x52\xfd\xfe\x7d\x72\xaf\xfe\x59\x4f\xb4\x03\xc9\xa0\xdb\xde\xa8\xd0\xc4\xfb\x62\x6b\xd7\x13\xa1\xb8\x97\xa7\xa7\x06\x64\xb5\xc7\xa2\xc1\x40\x1b\xc2\xc1\x06\x36\x9e\x3b\x50\x8d\x28\x29\xdb\x89\x77\x8f\xc9\x97\x0c\x62\xa5\x6c\xc1\xc0\xcb\x9f\xf0\x82\x64\x95\x30\x67\x23\x78\x0e\x6c\x52\xb4\x87\xdb\xda\xd9\xae\x2b\x5c\x69\xe3\xb3\xd7\x3a\xb7\xe9\x75\x9d\x0c\x46\x42\xce\xdf\x4c\xa5\x9e\x4b\x38\x05\xb1\x7e\x3e\xce\x2a\x64\x56\xc3\xce\x3e\x41\x08\x6b\xed\x43\x84\x86\x61\xea\xb0\x2d\x05\xb3\x8b\xbc\x00\xa7\x2d\xaa\x83\x8f\x81\x81\x58\xa2\xec\x89\xbf\x21\x25\x85\x18\x52\xd5\x8c\x82\x2d\x3d\x38\x44\x59\x4f\x1b\x73\x13\x3a\xd0\xcc\xb9\x5d\x76\x43\x21\x70\x90\x9e\x89\x03\x62\xc6\xc1\x92\xc8\x41\x14\xea\x09\xc6\xec\x48\x1b\x6a\x2a\xd3\xce\x40\x8d\xdf\x60\x7d\xb3\x30\x56\xa0\xd7\x81\xf1\xe0\x0a\x65\xd8\x17\x98\x80\xdc\xfc\x36\xa7\x11\x2a\xe5\x49\xed\xf6\x55\x46\xc4\x96\xa7\xaf\xbf\x8d\x35\x32\x4e\x5a\x71\x87\x8a\xcf\x50\x4d\x99\x99\x80\x2b\x05\xaf\xb4\x99\xb0\x63\x20\xec\x3d\x2e\x04\x60\xdc\xd3\xcf\x71\x75\x8e\x4f\x13\x12\x50\x4d\xea\xa7\xb3\x90\xb1\x45\x83\x14\xbf\x53\x45\x98\xeb\xcf\x55\xfe\x33\xe3\x28\x36\xc2\x6e\xcc\xa7\x35\xfe\x30\xe7\x0f\x1a\xe6\xe2\xaf\x73\x82\x21\x92\x28\x75\x01\x19\x11\x47\x2d\x81\x4f\x06\x8d\x0e\x60\xbe\x47\xb5\x32\xe7\x8a\xf9\x92\xb6\xd9\x79\x5f\x07\xc4\xf2\x19\x17\x9f\x46\xaa\xe8\x3a\x2a\x17\x3d\x36\x00\xe5\x14\x04\xf4\xa1\xca\x51\x55\xc7\xc0\x51\x96\x63\xb6\x49\xdf\xa7\x39\xf1\x10\xb2\x8e\x4b\xb7\x47\x1c\xf7\x55\x0c\x1f\x07\x9c\xbb\x2a\xa1\x52\xfe\x8a\x57\x7b\x79\xce\x2f\xec\x02\x9e\x72\x1d\xef\xc5\xfa\x0c\x89\x8a\xa3\x6b\xae\x13\x0a\xe6\x6b\x8c\xaf\xf6\xf2\x15\xaf\x4c\xac\xcd\x6e\x50\xe6\x78\xc8\x99\xd7\x7f\x90\xc6\xd5\x6a\xfc\x3c\x63\x85\xba\x35\x53\xbf\x41\xdc\x30\x43\x1b\xf7\x35\xbf\xc7\x64\xe2\x70\x3e\x67\x69\x46\x2b\xf6\x8c\x49\x7e\x2f\xa5\x8e\x30\x1f\x2d\x3d\x9a\x80\x6c\xdf\x88\x3c\x4e\x8e\xb0\x82\x5d\xec\xdd\xe4\xe4\x10\xb1\x97\xd6\xc6\x5a\x91\xc1\x1d\xcc\x0c\x3b\x97\x27\xbf\x01\x26\x8d\x73\x81\xdc\x18\xb3\x63\x5b\xd1\x85\x6e\x76\x5b\xc3\xb5\x46\xbd\x85\x67\x92\x66\x04\x68\xdf\x22\xcd\x9a\x39\xad\xda\x8c\x95\x56\x6c\x91\x85\xf2\xea\xff\x5e\xd6\x6c\x2b\x8c\x60\x48\x90\xf3\xe6\x70\x82\x31\xc6\x0a\x56\x46\x5c\x18\xac\x6b\x80\xf6\x7a\x01\x36\xce\xfa\x37\xd9\xf7\xfd\x12\x4f\x8b\x70\xdf\xd8\x20\x87\xd3\x9a\x07\x4c\x2e\xbf\x45\x89\xd1\x4d\x7b\x8a\x87\x6a\x4e\x2f\xc7\x7a\xb1\x8d\x45\x87\x5d\xc7\x46\x1b\x2f\xe7\x2e\x42\x63\xaf\x55\x16\x5e\xb1\x84\x83\x0d\x76\x72\x37\x0d\xdd\xa0\xa2\x72\x68\x5e\x55\x5e\x1a\xc9\x2b\xec\x44\x6f\x8b\x7b\x83\xc7\x56\xe0\xfe\xfd\x88\xb6\x28\x52\xd1\x47\xdf\x08\xf2\x46\xda\x38\x08\x1b\x29\xad\x33\xc2\x31\xab\x13\xe0\xbe\xad\xeb\x12\xea\xa7\x6b\xc8\x17\x2c\xf5\x24\x62\x0f\xb2\x1e\xc3\x8e\xb9\x2b\x51\x6e\x04\x3a\x48\x05\xf0\xa5\xbe\x00\x09\x92\x22\x5a\xa7\x83\x50\x3f\x67\xd5\x8c\xa7\x84\x8e\xf9\x39\xbb\xe1\x8c\x7b\x61\xce\x7c\xab\x4a\x52\xbf\x80\x95\x3d\xa3\x6b\x1f\x0b\xd9\x7f\xee\x45\xe6\xb1\xed\x9f\x54\xcd\x51\x07\x90\x43\xfc\x67\x14\xe6\x95\xdd\x22\x4a\xf0\x98\xe9\x15\xcf\x18\xae\x6f\xd7\xf4\xa6\x98\x47\x2b\x4e\x48\x2a\xa0\xa9\x1e\xc4\xc6\x44\xb2\x67\x0f\x72\x6d\xe2\xf7\xef\xd7\x17\xc3\xd2\xe2\xa6\xfd\x68\xbc\x70\xa4\x38\x1a\x5d\x9b\xb8\x09\x55\x20\x30\x84\x90\x78\xea\xa2\x98\x5c\xd6\x60\x3c\x12\x74\x13\xd8\x76\xad\x0b\x5f\xd4\x10\x35\x8e\x14\xa0\x8a\x8f\xb2\x62\x9d\x9b\x78\xb5\x18\xe6\xd7\x18\x63\x76\x1e\x4d\xf9\x18\xe3\xbd\xd0\x46\x6f\x25\xef\xe6\xc0\xc4\xce\xfb\x41\x18\xbf\x76\x74\x24\xc5\x71\x79\xb3\x51\xba\x05\x0b\x9a\xd5\xbc\x47\x98\xb7\x7a\x53\xb7\xd4\x0f\x49\x74\x5d\xf3\xa8\xfc\xd9\x68\xc3\x90\x97\xb6\x1a\x2e\x5a\xe9\x64\x2d\x55\x36\x67\xf0\xe4\x0e\xaa\x33\x9a\xe7\x75\x72\x84\xa9\xf8\xd4\xb3\xbf\x96\x98\x2f\x18\x79\xf7\x27\x29\x63\xbd\xfb\x93\x56\x6a\x58\x9f\x4b\x4f\xea\xc2\x87\xee\x0b\x6d\xae\x82\x9e\x91\x76\x10\xfd\xac\xd8\xc5\xf4\xcf\x20\x03\xa9\x31\x3c\x55\x74\x92\x73\xc1\x84\xb2\xc5\x83\x30\x2a\x3a\x16\x60\x5f\x13\x08\x88\x1c\x5d\xd1\xb1\x20\xf4\x82\x5e\xda\xdc\xbc\x4a\x14\x34\x37\xb6\x33\x07\xcf\x5e\x92\x8e\xb3\x3c\x83\x24\x75\x2a\x71\x34\xeb\xa9\xa6\xa2\x32\x26\xd7\xa1\xff\x9f\x6f\xb5\x57\x73\x12\xfd\x12\x41\x5b\x3b\x51\xb8\xfc\x19\x76\x0f\xd4\x46\xff\x51\xb3\x34\x33\xb5\x6c\x9d\xf0\x34\xd7\x9b\xba\xe6\x7f\xf8\xe0\x4b\xcd\x59\x38\x0e\x25\x63\xe3\xc2\xe3\xf9\x92\x12\x94\xa1\xfd\x87\x2f\x1b\x0d\xa6\xe3\x31\x81\x50\x53\xc4\x6b\x76\x49\xab\xb7\xd9\x8a\xda\xeb\xab\x86\x0d\xb7\xed\x2d\xa6\xe0\x08\xae\xde\x24\x82\x79\xae\x06\x33\xda\xc1\xf6\x1a\xeb\x54\x17\xd1\x63\x1c\x83\x1a\x1e\x8f\xde\x4d\x4b\x1a\xb9\x7c\x63\xc2\xfe\xd3\x7c\x59\xaa\x50\xe7\x81\x28\x7f\x93\x2d\x6d\xcd\x4f\xde\x31\x1e\xf0\xb5\x07\x36\x66\xc9\x7f\x90\xf6\x40\xa7\x7b\x4e\x57\x69\xa3\x75\x9d\x9a\xce\x38\xec\x54\xca\x85\x9a\xe3\xbf\x49\xa6\x54\x01\xa1\x51\x59\xf4\xd6\x3e\x14\x2b\x21\x51\x35\x95\x44\xc2\xc6\xee\x5d\x29\x42\xc8\xae\xfa\x8b\xa5\x98\xe9\x88\xb5\x06\x8d\x0c\x48\x56\xf0\xc2\x4f\xb7\x94\xb8\xae\x03\x18\x61\xc4\x9c\x15\xd3\x6a\xe6\x92\x2b\x3d\x1a\x02\xc4\x17\xed\x15\x6f\xf7\x36\x34\x70\x9c\xcd\x57\x53\x59\xc7\xec\x5c\x4f\xa9\x91\x45\x6a\x70\xe4\x8a\x0d\x31\x18\x90\x93\x8a\x2f\x08\x5a\x4f\x65\xda\xa8\xcb\x5a\x91\x28\x93\x4c\xfa\x91\x91\x44\x5e\xa4\x7c\x02\x9a\x7b\x79\x68\xf4\xdd\xe7\x58\x4d\xf9\xb2\xf1\x75\xe4\x7e\x77\xaf\x9e\xa8\x92\x7f\xfd\x87\x9c\xfa\xcd\xa4\xef\xd4\x90\xd1\x5f\xc5\xa1\xc7\xf9\x49\x16\xd4\x42\x7f\xdc\x48\xef\x35\x0e\xb9\xee\x3f\x17\x6d\xb6\x0e\xf3\x19\x6f\x19\xdb\xf1\x68\xcd\x7e\x65\x29\xb6\xca\x73\x11\xb5\xfb\x5e\xc5\xf1\xdf\x8b\x6a\xed\xaf\xae\xc2\x97\x98\x75\x58\x7d\x76\x77\x0e\xdf\x9d\xca\x46\xc4\x73\xdb\x09\xb7\x00\x34\x51\xe5\x21\x92\x2c\x24\xba\xf5\xa7\xeb\x19\xad\x45\x5e\x2c\x3c\x8f\x9c\x7a\xbf\x4a\xfd\xe1\x97\xb7\x1b\x0c\xca\x54\x88\x01\xe5\x3b\x20\xaa\x92\x7f\x64\x22\xca\x98\x19\x9b\x39\xff\x6a\x6a\x06\xbd\xeb\x5b\xf1\x76\xa2\x49\x6f\xfe\xdd\xee\xae\x2f\x7e\x9b\x4d\x6d\x84\x4f\x7d\xb7\x75\x89\x63\xbf\xf5\x37\xbd\x0b\x5d\xb2\xa0\xd3\xac\x98\x9e\xa0\x51\xf5\x33\x53\x19\xd5\x60\xe0\x1d\x6d\x7d\x5c\xbf\xc6\x15\x1a\x78\xb3\x99\x0d\x0f\xf9\xe1\xa0\xb8\x1d\x91\x0b\xed\x3e\xe8\x9c\xbd\xc6\x10\x5a\xe1\xa5\x9c\x49\xb0\x07\x7e\xf8\x3d\xe1\x04\x0c\x66\xe7\xfd\x4c\x3c\xd3\x6e\xe7\xaa\x7d\xbb\xfe\x90\xdc\x4c\x51\x7c\x47\xc0\xba\xeb\xd8\x2a\x5f\xd5\xb8\xef\x8e\xe3\x98\xe3\xba\x96\xa1\x72\x04\x2c\xee\x85\x4a\xb7\xae\x42\xa7\xe4\x98\xd8\x84\x2a\x9d\x6c\xdf\xed\x68\x5a\x68\x1f\x04\x73\x0a\x6f\x40\x44\xd7\xb4\x4c\xbf\xd9\x07\x38\x71\xff\x7e\x14\x57\xe4\x7e\xe1\x8b\x7d\x0c\xed\x90\x17\xa8\x7f\x87\x56\x9d\x9a\x87\xdf\x9d\x5e\x1b\xb0\x8b\xc0\x45\xcf\xd1\x56\xea\xcf\x4e\x36\x42\xed\xc8\xad\x37\x13\x2c\xe8\xec\x94\x42\xcf\xb9\x2c\xea\x63\x0d\xd7\x87\x29\x72\xf5\x80\xa1\x90\xe2\x2e\x39\xf1\x64\x01\x2b\x17\x45\x63\xcb\xae\x45\xa5\x42\xb3\x51\xed\x6a\xe9\x59\x91\xb8\xc5\x61\x00\xdd\xa0\x90\x34\x32\xbc\xdd\xb0\x62\x33\x7c\xcd\x96\x76\xb5\x4e\x4c\xa4\x2f\xfb\x2f\xe4\x33\xbd\x62\xc7\x64\xff\xb6\x0b\x5d\xcb\xcf\xd8\x90\x08\x5b\x51\x09\x8c\x49\xd8\x48\x17\x82\x3e\x57\x3a\x2a\xac\x1b\x25\xa6\x7b\xd3\x1b\xa2\xce\x20\xad\x83\xc8\xf8\x4f\xe2\x54\x30\x1b\x51\x46\x40\xe8\x22\x77\x81\x2c\x05\x6b\x0c\x5f\x61\xe8\x54\x55\x5e\x1e\x16\xe7\xfc\xa3\x8a\x51\xca\x4b\xe3\x8c\xda\xb8\xeb\xa0\xd4\xeb\x84\x31\x03\xc3\xf7\x24\x4f\x5d\xe0\xac\x69\xd3\x34\x20\x6a\x49\x38\x0b\x73\xf1\x81\x38\x15\x09\x33\xa7\x6d\x4e\x6a\xe0\x28\xa6\x60\x05\x1f\xe5\xab\x08\xdc\x55\x93\x82\x3e\x8c\xf5\x82\x4d\xaa\x36\x5a\xfa\xd7\x06\x88\xcd\x38\x98\xf3\xed\x16\x00\xbc\x65\xfe\xd5\x56\xe0\x58\x02\xf5\xbb\x2d\xc1\x72\x71\xfb\xf9\x5b\x73\xa0\xdf\x66\x05\xde\x2c\xda\xbf\xc3\xcc\x53\x7e\x51\xfc\xeb\xcd\x1d\x38\xb5\xaf\x38\xfb\xf8\xdc\x17\x74\x0a\xea\xab\xda\xfc\xef\x45\x99\x59\x4b\xbb\x0c\x9c\xaf\xa1\x5e\xf4\x56\x5e\x9f\x30\x35\x03\xf7\xa6\x8e\x96\xb7\x05\x0d\x35\x78\x5f\x9d\x68\x56\x74\x5c\x03\xcd\x1f\xe1\x8b\x9c\xb9\x88\xcf\xbd\x3b\xa1\xb4\xc8\xd5\x55\x63\x35\x37\xc6\x16\xf0\xc9\x8d\x59\x09\x64\x8f\xb5\x9e\xda\x77\xeb\x0a\x1c\xf4\xc0\x30\xcd\x7d\x07\x77\x80\x3b\x33\xbc\xd7\xa1\xac\xba\x82\xe9\xf2\xd8\x90\x70\xcb\x4c\xdc\x71\xf5\x0a\xe6\x04\xcc\xaa\x0f\x19\x89\xae\x55\x0b\x2b\x14\xdb\x35\x27\xba\xaa\x3f\xed\x3a\xdd\xaf\xad\x9f\x66\x0c\xcf\x82\x04\x04\x6b\x3d\xd7\xd5\x03\xbe\x77\x42\x9e\xad\x46\x0c\x82\xd5\x70\xc3\x38\xef\x86\xc7\x41\x52\x53\x32\x0c\xbf\x22\x9d\x09\xe9\x49\x44\x13\x4f\xac\xb3\x2f\x1d\x43\xa6\x66\xbb\x4c\x2a\xef\x83\xba\xac\xc8\x2e\xb9\xe7\x07\x94\x76\xfe\xda\xbe\x61\x0a\xb5\xce\x6b\xf3\x70\x38\x83\xfa\x74\xdc\x4b\x73\x15\x91\x5c\x23\x06\x5b\x88\x26\x2e\xa0\xeb\xd2\xe5\x68\x78\x1d\x63\xee\x18\xe8\x2f\xe5\x1d\x71\x4a\xc7\xcf\x4b\x3e\xaf\x89\x42\x2e\xcc\x2b\xc2\x1e\x44\xe7\x7a\x3b\xba\x36\xe3\xf3\x3a\x4b\x1b\x5b\xba\x4c\xec\x73\x08\x4c\x7b\x90\x66\x95\x6b\xe9\xd2\x78\xba\x1b\xe8\xcd\xda\xd4\x21\x42\x5e\xbc\xf3\x06\xcd\x5f\x70\xa1\x0d\xd8\xc3\x7e\xa0\x3c\x30\x4e\x5d\x4d\x71\xa2\xce\x62\xb5\x35\x5d\xcb\x33\xaa\xc9\xaf\xa6\x51\x8c\x73\x1c\x6b\x6e\xde\x8c\x46\x6b\x24\xf9\xcf\x19\x22\x2c\xfa\x6d\x3c\xb0\x56\xae\xe9\x97\x5e\xbc\xac\x48\xff\x57\xe0\x27\xb2\x54\x77\x46\xcf\x3a\x82\xfe\x66\x7e\x5f\x37\xef\xc5\x4a\xf4\xfc\x5d\xfc\xc4\x7e\x63\x94\xac\x58\xb9\xbe\x1e\x00\x23\x65\xfe\x2b\xe8\x01\x94\xb6\x77\xb8\x82\x2b\x0f\xad\x96\x9a\x9e\x2a\x56\x98\x05\x45\x2c\x73\x68\xfe\x91\x2c\x17\xa8\x71\xe6\x73\x63\xfb\x98\x15\x26\x24\x95\x6b\x81\x13\x7d\xe0\x58\xb1\x6c\xb8\x66\x31\x83\xe8\xf5\x13\xbd\x04\x4e\x5e\xde\x7b\xb5\xd7\xbf\xe3\xef\xb1\xae\x09\xeb\x2a\x37\xaa\x94\x37\x79\xab\xab\x5c\x19\x15\x9d\x42\x64\x0b\xb0\x50\x7d\xfa\xe6\xf4\xf4\xe8\x55\xcb\xa3\x5c\xb1\x7a\x7b\x37\x57\x81\x0c\x0c\x37\x57\x3b\x3d\xf8\xfb\xe9\xde\xf1\xc1\x5e\x4b\x57\xeb\xd4\x95\x7e\xa1\x77\xb5\xaf\xec\x75\xfa\xbf\x51\x27\xad\x13\xae\x7a\xf6\xb7\x08\xd5\x17\xb9\xe1\xc7\xbb\x68\x4a\x1d\x85\x99\xfe\xb1\x9f\xf8\xb4\x6f\x4c\x35\xe4\x9a\xe3\x91\x26\x9f\x6b\xe7\x05\xf3\x6b\xd9\x21\x04\x46\x12\x0d\xa6\x11\x61\x94\x9e\x15\x8e\x69\xa7\x25\x3d\x67\xa5\x60\xe6\xbc\xa2\x11\x2f\x1a\xa1\x36\x26\x0f\xa8\x3f\x01\xc8\xf1\x15\xac\xbb\x31\x9f\x85\x8e\x13\x87\x5b\xbb\x31\xe8\xa0\xec\xb6\xa9\x32\xb9\x32\x4d\xaf\xa2\x3c\xb2\xf9\xec\x4e\xda\x0f\xfb\xe6\xf4\x52\x3f\xa8\x0e\x87\x7d\xed\xbb\x4f\xd4\xde\xea\xdd\x7e\xea\x1d\xf9\x11\x13\x9c\xba\x77\x08\x96\x40\x42\x73\x9a\x44\xdd\xed\x6e\xb7\x13\x27\x72\xc1\x8a\x5b\x3c\x34\xa9\x81\xae\x6e\x36\x4c\xc0\x6a\x31\x02\xe0\x4f\x14\xea\xdd\x71\x8a\xce\x25\xa6\x2d\xff\xab\x64\xb6\xe2\x6d\x09\x81\x0a\x1e\x98\xa0\x51\x0c\x50\x28\x88\x9d\x40\xbd\x9a\x08\x7b\x61\x59\xe2\x93\x6c\x0c\x51\xcc\x9a\x16\x92\x44\x1c\x3d\x6b\x21\xe7\x4c\x9a\x14\x2d\xb8\x2a\xaa\x98\x89\xe7\xbc\xbc\xa0\xa5\x35\xa0\x54\x2f\x33\x53\x56\x3d\xcb\x70\x3d\x25\x89\xd9\x47\x96\x83\xb4\x11\xd1\x8f\x59\x52\x0d\x89\x4d\x7d\xdd\x35\x99\xa5\xfd\xef\x10\x53\x07\x33\x1c\x74\xf5\xa5\xbd\x3b\x24\x40\xa8\xd4\x87\xa5\x60\x5a\x67\x59\xd2\x85\x1b\x73\xc5\x3c\x23\xc5\x6f\x47\x76\x83\xb1\x8c\x41\x53\x5a\xa4\x59\x2a\x89\xbd\x9a\x8f\x6b\x5c\xe2\x55\x68\xf0\x68\x72\x8c\x11\x6a\x76\x84\x78\x0e\x40\x46\xd7\x5e\x7d\xee\x5d\xa4\x1d\xb2\x9e\xba\x29\x72\xbc\xa7\xf8\xfe\x8d\xda\x1f\x2f\xbd\x8e\x4f\x44\x98\xa5\x37\xf7\xee\xcc\x00\x58\xd6\x31\x94\x3b\xea\x64\xc5\x31\xb0\x89\x8b\x18\xbe\xae\xc9\x17\x30\x0c\xae\x45\x4f\x70\xed\x0a\x27\x75\x9b\x40\x8b\x7c\x60\x6a\xeb\xaf\xea\xae\xe1\xde\xa2\xd9\xd9\xdb\x4e\x9a\xf8\x3a\xe7\x63\x91\xa9\x6d\xc0\xb4\x20\xee\x86\xef\xab\x31\xe9\x80\xd5\x38\xff\x61\x24\x6d\xe9\xca\xa6\x37\x58\xe3\x05\x33\xae\xbd\x18\xd7\xbd\xe1\x89\xa3\x44\xd3\xe7\xd3\xda\x8a\x35\x2d\xd4\x76\xbd\xb9\x6a\xe1\x1c\xa1\x28\x81\x70\xc8\x83\x9c\x4a\x9c\x40\x74\x82\xc8\x3b\x0e\xe8\xb6\xff\x91\x3c\xa4\x52\x66\x89\x1c\x5f\x28\xab\x49\x23\xe1\x31\xf6\x6c\xe2\xdc\x8a\x51\xb1\xe5\x26\x80\x76\x14\x38\xed\x26\x78\x9c\x88\x95\xa6\xe4\x49\x1d\xfa\xba\x14\x15\xa3\x4f\x41\x47\xdb\x77\x9a\x69\x64\x56\xf5\xb1\x76\x46\x64\x03\x2c\xc2\x6a\xa0\x6f\xdc\x4e\xde\x5b\xf1\x32\xbf\x16\xbc\x71\x43\x4c\xcd\x20\x30\x6b\x4a\x88\x25\x83\x01\x51\x81\x4e\x1c\x5f\x05\x33\x90\xa5\x6c\xb5\xb1\x5d\x94\x5a\xdf\x97\x28\xa0\xf1\x1e\x1b\x5d\xd7\x27\x84\x03\x44\x9c\x4f\x9c\x1b\x20\x96\x7f\x4d\x82\xe9\xdf\x8c\x35\xee\x48\x13\xd3\x08\x2d\x5d\x6d\x2d\xb2\x06\x2d\x6b\xd2\x1b\xae\xe0\xec\xe2\x7a\x10\xc7\xce\x63\x95\xab\xde\xba\x70\x87\xc4\xf4\x26\xdd\x4f\xf7\xa6\x0a\xa0\x6e\x5a\x35\xab\xa0\x83\xba\x65\xcb\x3a\x9f\xd6\x5b\x95\x38\x2b\xe7\x62\xde\x6a\x96\x0e\x9f\x56\x56\x68\x12\x4e\xf9\xc2\xe5\x7d\xbe\xd0\x56\x31\x67\x93\xca\x0d\x8b\x11\xb3\xbb\x05\x53\x0f\x2b\x0e\x05\x85\x9f\x64\xc9\x46\x34\xb6\x7c\xf0\xcc\xd2\x46\x4d\xdb\x5d\xb8\x4f\x07\xcb\xe4\x4a\xa4\x11\x26\x50\x2d\x86\x6d\x48\xce\x69\xbe\x64\x26\xfa\xd2\x24\xe7\x14\x02\x82\x52\xd9\x7e\x32\x61\x25\x19\x5f\x92\x73\x56\x5e\x12\x31\x07\x17\xae\x92\xc2\x9d\x2c\x08\x9f\x10\x4a\x52\x96\x64\x73\x9a\xf7\xbd\xde\xb5\xbd\x23\xb4\x87\x18\x25\x63\x56\x5d\x30\x56\x90\x8a\x2f\xc0\x81\x72\xcc\xab\x8a\xcf\xc1\xf9\x4b\x45\x48\xa2\x64\x91\x7d\x62\x39\xfa\x8a\xd9\x78\x35\x55\xc9\x68\xe5\x75\x5e\xcd\xd8\x5c\xe2\x18\xfb\xe7\x32\x3b\xa7\x39\xe4\x2d\xbe\x54\x59\x65\x5f\xd2\x6a\xd6\x9f\xe4\x9c\x97\x7d\xf2\x9c\x97\x26\x27\x17\xf9\xb6\xbf\xb5\xb5\xb5\x05\x43\xe3\xcf\xad\x4d\xc7\x0d\xdb\x76\xd5\xf5\x86\x1a\x2f\x31\x80\x13\x5f\x56\xd8\xf5\x73\xd9\xb5\x84\xe0\xd2\xc4\x61\xb2\xce\xad\x26\xbc\xaa\x1b\xa8\x34\x60\x48\x10\x2d\x2d\x98\x6d\x5b\xd4\xaf\xf8\xc2\x65\x47\x42\x36\xf0\x29\x2e\x99\xd7\xda\x96\xf6\x71\x45\x23\x69\x52\xbc\xb1\x9f\xd4\x3a\x0c\x6e\xbe\x1a\xd7\x7b\xeb\x87\x56\x2f\x19\x77\x9d\x05\x50\x47\x7d\x8d\xe4\xd8\xab\x2e\x78\xaf\x97\x1b\x1a\x5f\x87\x4b\xd2\x76\x48\x84\xe1\xbd\xfc\x75\xda\x19\x45\x16\x4a\x9e\x6d\x7f\x27\x47\x23\x4b\x6e\x42\x27\x36\x87\x0c\x79\xad\x6a\x4a\x7d\x9f\xb8\xec\xb8\xd5\x91\xa6\xdc\xbf\x1f\x10\xa0\x27\xf5\x3a\x0f\xdc\x2f\x17\x59\x5a\xcd\x6a\x2b\xef\x90\x83\x0d\x7f\x6d\xa3\x4f\xd2\x4e\x75\xc0\x38\x3a\x16\xed\x9b\x47\x25\x03\xb2\x45\x7a\x3e\xbc\x9d\x15\x7c\x54\xed\x5e\x4c\x43\x3e\xf0\xba\x6e\x23\xdb\xe4\xc3\xb0\x0e\x86\x62\xae\xd7\xc0\xbf\xe1\x0e\xe1\xa4\xea\x77\xd2\x9b\xc5\x7f\xea\x8d\xa4\xd6\xec\x8f\x2b\xe9\x3f\xf1\x4a\x8a\xdd\x2b\xce\xa9\xb6\xf7\x4a\x53\x07\x5f\x70\xa7\xd5\x9a\x3a\x17\x9a\x6a\xda\x74\x9b\x29\xb0\x77\xfc\xde\xfe\x7d\x6e\xb3\x86\x3e\xbe\xf2\x5d\xa6\x56\xe9\xc9\x28\x5c\xa6\x3f\xee\xb2\x3f\xee\xb2\x15\x77\x99\x35\x04\x8b\xf8\xac\x79\x5e\x9d\xf6\x5c\x99\x5b\xe8\x2b\x59\xe8\x6d\xdf\x7c\x31\xd9\x15\xf7\xac\xe4\x1c\x92\xf9\x85\x77\xd6\xea\x5b\x4b\x5d\xef\x7c\x81\xc7\x6c\x9f\xcf\x17\xb4\xcc\x04\x2f\x22\x5a\x3f\x0f\xc0\x1a\x3e\x0f\x06\x18\x51\x23\x2b\xc8\xf1\xe9\x0b\x54\x4a\x40\x92\x13\xec\xcf\xb9\x18\x4c\x4e\x04\x15\x6f\x92\x17\x90\x2a\x21\x30\xd3\x83\xec\xc3\x2f\x4e\x8f\xfb\xb5\x61\xfe\xca\xe5\xad\x04\x18\x4f\x2b\x42\xe1\x97\xce\xfe\x5e\xd1\x62\x9a\x2b\xa7\xe2\x29\x27\x90\x3e\x89\x12\x60\x49\xe4\xb5\xc5\x28\x84\xc2\x59\x2e\xf4\x47\x88\xaa\x9b\x15\xf1\x81\x4e\x55\x9e\xa6\x6c\x0e\x6e\x86\x90\x7e\x83\x25\x74\x29\x20\x60\xc7\x05\xc5\x6c\xea\x63\xa6\xa7\x59\x4c\x61\x3e\xf2\x3a\xe6\x78\x59\xab\x77\x55\x13\x90\xd7\xed\x1d\x73\xa0\xcf\x98\xbe\xb6\x55\x13\x15\xc3\x47\x36\x09\x20\x8a\xec\x12\x06\x12\x13\xec\xb9\x64\x30\x82\x5b\xab\x5f\xf1\xe7\xd9\x27\x96\xb6\x1f\x76\x3a\xe4\x89\x5b\xaf\x26\x73\xb9\x55\xd7\xa0\x45\xb7\x01\xa4\x3e\x00\xd9\x69\x80\x25\x80\xf9\x26\xed\xe8\xcd\x30\xd5\x4c\x89\x2c\x58\x98\x87\xc8\xbb\x54\xd4\xb7\xa8\xfd\x51\xf8\xf8\x73\x83\xcb\x87\xaf\x4d\x6a\xa6\xe4\xb5\xc1\x7b\x35\x18\x63\xdb\x01\x3c\x81\x25\x51\xab\x46\xf8\x3a\x42\x6a\xed\x16\x20\xe4\xda\xa1\x50\xf6\xc9\x6d\xf0\x0d\x3b\xff\x66\xe0\x14\x59\x28\xcd\xc7\xaf\x7b\x81\xa8\x10\xd3\x7e\x28\xd1\xaf\x72\x81\x38\xc6\xc2\xff\x26\x37\xc8\xbd\x3f\xae\x10\xf7\xf6\xbf\xe9\x06\xc1\x23\x07\x57\x08\xfc\x6c\xb8\x43\xec\x65\xe1\xdc\x20\xee\xc5\xf2\x5b\xdc\x21\xfe\x9d\xb0\xd6\x35\xe2\x5c\x3b\x5f\xe7\x0e\xf9\x5a\xa4\xfb\x8b\xef\x90\xaf\x75\x99\x7d\xe5\x3b\x04\x38\x10\x4f\xcd\xa6\x05\x84\xdf\xef\x06\x09\xc1\xe9\x85\xd0\xfc\x71\x7f\xfc\xce\xf7\xc7\x94\x55\x3f\x1a\xef\xbf\xfa\x9b\x3b\x19\x91\x9b\x8c\x79\x1a\x88\x35\x16\xc6\x29\xb6\x36\xbc\x41\xe3\x1d\x87\x7c\xff\xeb\xe8\xe8\xc8\x6f\xaa\x23\xfb\xcd\xf4\x63\xbf\x93\x6e\xec\x8b\xf5\x62\x77\x54\x69\xdd\xf9\x89\x26\x36\xe6\xad\xf4\x70\x77\x50\xa4\x11\xc7\x46\xeb\x27\x9a\x67\xe9\xbe\x7e\xb9\x3f\x2a\xd0\xed\x53\x45\xb4\x31\x47\x2b\xf2\x2c\x52\x9b\xec\x5a\x1d\xbf\x91\xc0\xdd\x6b\xe8\x57\xab\xa8\xfc\xd9\x04\xa1\xb4\x57\x00\x7c\x75\xb5\x62\xdc\xc0\x92\xe0\xf7\x50\x4f\x29\x1a\xb7\x51\xb7\xb1\x54\x25\x5f\x49\x03\x75\x1d\x49\xad\xfc\xb5\x95\x9c\xb7\x56\x6f\xfa\xf9\xa0\x6e\x50\x69\xd6\xa2\x8e\x85\xee\xc5\x11\x22\x7f\x83\x0d\xe5\xdd\xcd\x27\xbf\x86\x91\x21\xf9\xd7\x37\x31\xb4\x87\x15\x33\x20\xc9\x5b\x0d\x8d\xe0\xc9\x08\x6c\xce\x4f\x82\xcf\xae\x39\x92\x81\x39\x6c\xbb\xd6\xca\xdc\xc9\x40\xb5\xc1\x0e\x35\xfa\xa4\x66\x0b\x0c\x2d\x35\x65\x3a\xce\xe1\x94\x61\x5e\x6f\xd2\xae\xcd\x3f\x0c\x02\x93\xc0\x65\xfb\x23\x73\x14\x09\x11\xd3\xcc\xf5\xec\x0b\xe3\xf6\x97\xff\x83\xe6\x97\xdb\x2e\x0e\xc6\x8c\x29\xbf\xc8\x94\xf2\x7f\xc2\xec\xa1\x69\xec\x3b\xbe\x6f\xdd\xfa\x6e\x25\x2b\x0c\x48\x8d\x3d\xfd\x2a\xe6\xd6\x92\xbb\xae\x33\x7a\x68\x4d\xea\x0f\x65\x68\xcc\x6b\x48\xc4\xfb\x9a\x4e\xd9\x49\xf6\x2b\x3b\x2a\x5e\xdf\xf9\x46\x27\x0f\xcc\x31\xb9\xed\x70\x77\xb8\xe7\x49\xcf\x1d\xcd\x8e\xe7\x79\x45\xac\x98\x1c\xdc\xfe\x37\x00\x15\x88\x68\x2b\x52\x44\x34\x59\xc3\xd6\x23\xdf\x4f\x78\xa9\x82\xd2\x81\x36\x23\x14\x8d\x57\xae\x78\xd3\x33\xdb\xba\x0f\x6d\xbf\xa5\x1d\xad\x23\xe3\xde\xb4\x8f\x2e\xa9\x8d\x69\xa3\x9c\x25\x5a\x2e\x62\xf3\x34\x27\x33\xec\xfc\x7f\x60\xb6\xb7\x32\x75\x1e\x45\x6c\x9d\x7f\x4f\x53\xe7\xda\xcf\x1b\x4d\x88\x6f\xf0\xdd\xf8\xb7\xb4\x30\x6e\x56\x5d\xd4\x40\x5a\xe3\xe1\xf4\x0f\x7b\x65\x1f\xa5\xd6\x00\xf7\x06\x23\xe5\x1b\x4c\x94\xbf\xd0\x40\xb9\x66\x78\x7c\xd3\x87\xc6\xe9\x77\xa2\xb2\xcb\x8d\xb6\xc8\x8d\x21\x74\x03\xa7\xe8\x4c\xd8\x4b\x7f\xd7\x11\x64\x32\xf1\x93\x52\x57\x36\xc6\x4d\xae\x3d\x5c\xdc\xc5\x8d\xca\xd1\xa8\x36\x07\x0c\x76\x81\x54\x12\xb5\x0e\xc0\x56\x53\x18\x22\x2b\x50\xde\x8e\x27\xb4\x1a\x31\x32\x42\xd5\xba\x12\x79\x4b\x4f\xd8\x0d\xea\x57\x70\x13\x96\x8a\xd3\xd2\xb5\x67\xc0\x92\xab\xea\x11\x59\xca\x9f\x5e\x24\xfa\x71\x2d\xcd\xe1\x67\x80\xac\x0b\xe3\x5d\x37\xf9\x56\xbb\x6b\x74\x63\xa7\x7d\x35\x55\x4f\x8b\x5c\xeb\xf0\xa7\x58\x94\xbb\x68\x77\xb8\x12\x95\xc3\x09\xac\x0a\xc5\xbf\x32\x14\x29\xee\x98\xef\x18\x5c\x97\x9b\xdd\xf3\xef\x67\x45\x37\xd2\x42\xdc\x17\xbf\x49\xaf\x5b\xeb\xa0\x06\x41\x24\xb9\x9a\x23\xc4\x37\xa7\xef\x62\x0d\x54\xbe\xc1\x9b\x3b\x74\xc8\xbd\x53\x22\xb4\x55\xf5\xfc\x00\xbb\x63\x9e\x5e\xae\x11\x87\xbc\x39\x03\x9a\xda\x89\x78\xce\x33\x37\xcc\xf8\x17\xe6\x37\x6b\x50\xd6\xd7\xc7\x0d\x37\xb7\x16\x1a\xbd\x69\x83\x9b\x68\x5b\x2c\x49\x53\x18\x5e\x57\x91\xbe\x9b\x72\x8f\xa9\xcc\x63\x37\x37\xf1\x93\x90\xd5\x88\x5c\x3c\x1c\xd4\x8d\xdd\x46\x6e\xec\x9b\xb2\x6a\x7b\x8a\x27\x13\xb8\xa4\x41\xef\x84\x85\x6a\xec\xe7\xce\xb5\x1c\xc6\xaa\x0a\x55\x5e\xb5\x13\x4a\x9a\xa3\xcc\x43\xc2\xe2\x30\x0b\xa9\x8d\x0f\x1f\x61\xed\x6e\x4a\xe5\x1b\x42\xd7\x90\x32\xcf\x4f\xc0\x85\x37\xb0\xc0\x04\x39\xa4\xe2\x4e\x90\x70\xc1\x2a\x92\x99\xd4\x63\xf6\x15\xe3\xa8\x9a\xb1\xf2\x22\x93\xbc\xdd\x05\x23\x92\x8f\xb5\x91\xb4\x69\x02\xd1\xc8\x6c\x1e\x1e\x0e\x79\x79\x4d\x22\xa2\xac\x70\x12\x2b\xf4\x43\x65\x5e\x7d\x81\x22\x59\x22\x56\xaf\xcc\x8d\xeb\x12\x78\x00\x83\x77\xfc\x2b\x9e\x32\x27\x29\xac\xe3\xbe\xd8\xd7\x19\x1e\x0c\x3d\x93\x02\x57\xdb\x44\x2b\xb0\x11\xf9\xdd\x9e\x24\xc3\x6e\x4b\x9f\x38\x45\x2a\x85\xc6\xb6\x53\xfe\xe0\x41\xed\xda\xf7\x5c\xf7\xa1\xdd\x5b\x5b\xff\xfd\x6a\x9f\xde\x7b\xeb\x85\x39\xb0\xaf\x51\x59\xc5\xe6\x24\x13\x84\x7d\x5a\xe4\x59\x92\x55\xf9\xa5\xc9\x38\xc7\x2b\x93\x3f\x11\xa2\xd9\xc0\x1b\xd4\xe9\xde\xd3\xc3\x57\xcf\x0e\xfe\x4e\x0a\xc6\x52\xa1\x4c\x03\x54\x8b\xde\x66\xdf\x97\xf3\xeb\x81\x13\xcc\xe2\xdc\x22\xfe\x09\x48\x12\xad\xd0\x0d\x19\x3a\xf1\x32\xfb\x68\xd0\xa2\xe9\x87\x1a\xd4\x1e\x06\xb1\x22\x8b\x54\x0b\x51\x1f\x09\x6d\x7f\x07\x60\x3c\x39\xc8\xef\xe7\x9e\x89\x28\xe3\x44\x55\xf7\xab\xb4\xdb\x0d\x94\x5c\x37\x8e\x10\xae\x4e\x53\x60\x11\xb9\xbc\x38\x71\x77\x90\x86\x88\xb0\x71\x8a\x08\xcd\x03\x29\x3b\xbe\xf5\x66\x49\x54\x38\x9a\x8d\x70\x4b\x6f\x5e\xc9\x8d\xd6\xca\xa8\x88\xae\xae\xe1\xc6\xe1\xe5\xae\x7c\xe9\x3e\x3a\x18\x16\x0e\xed\x05\x1d\x12\xe7\xd3\x56\x03\xe6\xb7\xcc\xf9\x6a\x29\xc0\xa2\xe8\x3e\x18\x90\x67\x99\x98\x2e\x45\x95\x15\x53\x72\x78\x40\x66\x34\xf9\xd8\x27\x27\x34\x25\x13\x9a\xb0\xfe\x0d\x47\xc3\x19\xa5\x6b\x46\x88\xe9\xe7\x56\x2f\xe1\xcd\x61\x8a\xd6\x08\x3b\xbf\x02\xbd\x7f\x73\xe4\x8e\x66\x41\x5b\x17\xb1\xef\x8c\xd6\xb7\x43\xea\x55\x58\x75\x3b\x84\xbe\x2d\x8d\x34\x3f\xfc\xeb\xb4\xc6\x7b\x9a\x10\x35\xa4\x59\x38\x6a\x0a\x5e\x18\x91\xdf\x1b\x05\xa3\xc8\x85\xec\x9f\x9d\x04\x07\x61\x6a\x90\x96\x8b\x89\x51\x36\x3a\xfe\x5e\x78\x03\x34\x2e\x1a\xb3\x1a\x37\xac\x21\xd3\x07\xde\x51\x05\x04\x45\xfd\x8a\xbf\xe0\x17\xac\xdc\xa7\x82\xb5\x15\xa8\x10\x7b\xb8\xe5\x68\x40\x57\x55\xae\xd8\xa7\x8a\x96\x8c\xb6\xea\x0a\x83\xa8\x41\x10\x59\xc7\x1c\x68\xd5\xab\xe8\x70\xd5\x9b\xa8\xa7\x52\x09\x96\x4c\x31\x9b\xa4\xa2\x63\x48\x4f\xbb\x14\x92\xa5\x74\xec\x09\x4d\x0e\x5d\xcc\x0c\xfb\xa9\xf2\x63\xe5\xc5\x44\x97\x5a\xac\xdb\xda\x1e\xc4\x76\xe5\x72\xe1\x6e\x09\x88\x65\x07\xcf\xce\x20\x58\xdc\xd9\xe9\x3f\x5e\x1f\x9c\xf4\x21\x15\xdf\xd1\xa4\xed\x36\xf1\x57\xbf\x03\x0f\x14\x0d\x4a\x1a\xc1\x72\x54\x03\x9d\x54\xb4\x74\xd5\x35\x7e\xc1\x76\x43\xab\x83\x22\x8d\xb5\x39\x28\xd2\xa0\x45\x26\x8e\x25\xaf\x7e\x02\x35\x20\x78\x50\x30\xb2\x24\x02\xab\xda\xcb\x5d\xfc\x89\xe6\x4b\x47\x4b\xde\x07\x0b\xa7\xfa\x40\x8c\xa6\xbc\xc8\x2f\x9d\x8a\x25\xa3\xe9\x51\x91\x5f\xfa\x39\x9f\x7f\xd6\x06\x49\x45\xab\x42\x51\x40\xa5\x2b\x2d\x54\x12\xb5\x3c\xe7\x17\x90\x93\x86\x0a\x26\x86\x4e\xcb\xcd\x3e\x39\x85\x94\x6b\x99\x20\xa5\x9c\x97\x02\x9d\xa5\x6e\xa2\x9a\xad\x3e\xda\xdb\x9a\x69\x49\x41\xa5\x84\x5c\x37\x39\x2d\xa7\xac\x24\xd5\x8c\x16\x64\x03\xac\x98\x54\x0e\x1c\x9a\x7c\x84\x07\x15\xf9\x49\xb2\xb0\x1a\x72\xb7\xdf\x87\x7d\x4c\x07\x1e\xe9\x57\x36\x81\xec\x4c\x05\x98\xd1\x22\xc3\xae\x13\xec\x4c\xd4\x63\xcd\xaa\xbe\x1f\xf5\xe5\xb2\x2c\x4a\x26\x04\xa1\xc5\xa5\xb1\x78\x2d\x4b\x7e\x01\xe9\x76\x70\x68\xbe\x2c\x89\x17\xa3\x3c\x13\x72\x11\x0b\x79\x29\xf2\xd2\xb1\x38\x6c\xc3\x4e\xe4\x1c\xac\xb9\xd4\xf2\x4e\xe4\x51\x9a\x65\x95\x33\x6c\x45\xc7\x1d\x5c\x86\x09\x89\x1d\xe9\xa3\x62\x4f\x42\x80\x23\x11\xd5\x79\x17\x6a\x27\xac\xa0\x65\xc6\x25\xcc\x13\x56\x0a\xcd\xfb\xe7\x5c\x6e\xa8\x4d\x86\x07\xd9\x44\x48\x26\x9c\x41\x53\x56\xb1\x72\x0e\x60\x8e\x2f\x49\x42\xf3\x5c\x9b\x07\xcb\xdf\x72\x2b\x6e\x80\xc5\x15\x5d\x1c\xbe\x21\x40\x75\x37\xa6\x63\xdb\xc7\xfa\x7b\x64\x07\x03\xce\xf8\x4f\x69\xf7\x2c\x12\x77\x56\x35\xc7\x44\xac\xe6\x64\x28\xf9\x0c\x93\x12\xad\xd5\xdd\x3d\x37\x5d\xa9\xb7\x9f\x3e\x67\x73\xaf\x1e\x41\xbb\x71\x7f\xb4\x82\x62\x9d\xca\xd6\xe4\xc5\x70\x39\xb7\x8f\x86\x15\x5e\x1e\xf1\x2b\xc2\x9a\x3c\x61\xab\xa8\x2a\x1e\x8b\x0a\x2e\x2b\x3f\xa3\x15\x35\x97\xf5\x90\xb4\x52\x5a\xd1\x5e\xc1\x7b\xda\x84\xb8\x77\x51\xd2\x45\x8b\x5c\xd9\x12\x9b\x95\x02\xcb\x1a\xc2\xb5\xb9\x7a\x53\x5c\xa4\x64\xc6\x20\x86\xea\x2b\x18\x98\xec\x92\x10\x64\xa3\x5a\x89\x80\x06\x71\xd8\x83\xb9\xdb\x80\x91\xc7\x30\x98\x80\x1a\x12\x4f\x81\x38\xa8\xfb\x06\xf2\x97\xdb\x94\xe3\xfa\xac\xdb\xc0\x8f\xd5\xac\xe4\xcb\xe9\x8c\x50\x0c\xd9\xaa\xb2\xc1\x45\x43\x4c\x36\x64\xa1\xbb\x23\xbf\x74\x2f\x62\x5b\x05\xfa\xd4\x55\xa3\xc4\x1e\xbe\x3a\x4d\xba\x66\xab\x7e\x1d\x12\xfd\x3b\x80\xc7\xad\x15\xe9\xf9\x9e\xee\xfa\xfa\x5d\xf1\xa7\xee\x9f\x70\xc9\xbf\x21\x7b\xc7\x87\x7b\x64\xc6\xf2\x85\x24\xef\x5c\x5e\x4a\x09\xad\x58\x01\x49\xdf\xf5\x96\x89\xae\x1a\x03\x5e\xbe\x0d\xad\xcc\x26\x90\x02\xdb\x56\x83\x0e\x69\xc9\x6c\x9d\x3e\x69\x1f\xcc\x17\xd5\xa5\x0a\xd3\x88\xc9\xb1\x25\xb9\xa3\xe4\x9c\xe6\x59\x8a\xc3\x9b\x1e\xd0\x06\xb8\x2f\x0f\x17\x42\xf7\x97\x05\x2d\xe9\x9c\xd0\x32\xb3\x08\x24\x48\x2f\x68\x06\x44\x74\xce\xca\x29\x93\x8d\x06\xef\x0a\xf6\x49\xae\x3c\xd1\xca\x50\x2c\xdb\x73\x3b\x01\x02\x24\xda\xfd\x7e\xdf\xef\x7b\x48\xda\x08\xaa\x17\x3a\xf0\x4a\x59\x84\xbf\x7d\xdf\x19\x92\x48\x39\x6c\x84\x0a\x38\x29\x87\x4a\xad\x06\x66\x14\x00\x8f\x5b\xd6\x9f\x64\x79\xc5\xca\x76\x9b\x96\xd3\x68\x8f\x7a\x44\x32\xda\x21\xb4\x9c\x2a\x72\xd3\xff\x85\x67\x45\xbb\x45\x34\x4b\xda\xaf\xca\x6c\xae\xde\xa4\x74\x88\xca\x70\x7c\xc9\xca\xb6\xc8\xae\xd3\xf7\x30\xac\xb4\xad\x91\x02\xbd\x52\xe4\x26\x0a\x75\x84\x20\x2d\x78\xab\x94\xbf\x25\x8f\xaf\x2a\xc0\x7c\x75\x40\x6b\x20\x1b\x69\x76\xfe\xba\xe4\x0b\x49\x6b\xf4\x17\xce\x34\xc6\xab\x03\x00\x07\x15\xca\x1c\x54\xd5\x7f\xbf\xa2\x52\x9a\x7c\x0d\x49\xb7\xd4\x27\xf8\x03\xf2\x3b\xa0\xc8\x68\x0a\x7e\xce\x8a\x94\x5f\xc0\x5f\x73\x9e\xd2\x3c\xfb\x95\x75\xdf\x15\xd7\x0a\xd8\x7e\x7f\xd0\xef\x0f\xde\x54\x59\x9e\x49\x60\x5c\xb0\x25\x67\xfc\x12\xe6\x7e\xcc\x26\x02\x4c\x2f\xf7\xc4\x65\x91\xc0\xaf\xa3\x02\x22\x5b\x12\xdd\x8f\x4d\x12\x06\xd3\xef\xcd\x38\xff\x58\xeb\x0d\x41\x69\x6c\x73\x01\xc5\xbd\x45\xc9\xcf\xb3\x94\x95\x4e\x6b\x60\x95\x3f\x93\xc3\xd7\x7c\xb1\x5c\xe0\xb4\xd5\x1f\xc7\x98\x65\x5d\x99\x8d\x96\x74\x2e\x4c\xf7\xfd\x01\xd4\x00\xa6\x19\x40\x79\x57\x18\x1c\x5f\x0a\x86\x96\x8e\x63\x5a\xc2\xa4\xda\x40\xac\x87\xfe\x10\x92\x24\xe8\x88\xd6\xc7\x6c\x72\x34\xfe\x85\x25\x18\xcd\xfa\x59\x76\x1e\x89\x9a\xb9\xd3\x71\x91\x9b\xca\x7e\xc9\xc8\xac\x9b\x42\x3d\x2c\x7c\x0b\x3a\x4a\xfd\x00\x88\xb0\x3c\xa5\xe5\x49\x45\x2b\x06\x0a\xee\x57\xd1\xf2\xf7\x64\xa4\xe0\x91\x33\x90\x95\xdd\x34\xda\xa6\xe4\x60\x32\x61\x49\xd5\x6e\xbb\xce\x68\x00\x4e\xbf\x64\xff\x5c\x32\x51\xed\x15\xd9\x1c\xac\x19\x9e\x97\x74\xce\xfc\x8a\x5a\x44\xe2\xe7\xac\x9c\xe4\xfc\xe2\x1f\xf2\x2e\x91\x7f\x94\x59\x9a\xb2\xa2\x4b\x52\x2e\xd9\xc1\x0b\x2a\x2a\x86\x49\xfe\x13\x9a\x27\xcb\x9c\x82\xfe\xe7\x62\xc6\x40\xb1\x0e\x5e\x66\x7a\x89\x81\x7b\x65\x52\x44\xa2\xa5\xe5\x48\x31\x6f\x2f\x30\x12\xd5\x65\x0e\xfa\x57\xe7\xcf\xbe\x19\x3f\xc2\x35\xc4\x1e\xc0\x72\x56\x91\xf8\xaa\xd6\x52\x8f\xb8\xe9\xef\xc3\x6b\xc8\xfd\x7b\xb7\x6e\x5b\x11\xea\xaa\xf7\x1d\x33\x51\x05\x9c\xb6\xa3\xc9\x20\x13\x26\x96\xf0\x09\xa1\xf6\x16\x2c\xb9\xc4\x99\x54\x52\x62\x5a\x78\xdd\x65\x45\xc5\xa6\xac\xec\x93\xa3\x82\x08\x3e\x67\x64\x5c\xf2\x0b\x21\x59\x5f\xe3\xda\x21\x3b\xf8\x95\xf3\x39\xc9\xd9\x39\xcb\x05\x7a\xfa\x95\xea\xf5\xdd\xeb\x2c\xa1\xf2\xa2\x2b\x58\x29\x2f\x28\xdb\xb8\x64\x42\x12\x08\x78\x30\x90\x90\xc2\x4a\x24\x48\x76\x58\x09\x9c\x3a\xea\xf9\xd9\x39\xf3\xa1\xab\x66\xc0\x32\x80\x5b\x05\x2d\x1d\x57\x42\x9c\x65\x1f\x3d\xf6\xc0\x43\x4f\x0a\xd6\x72\x7e\x62\xc6\x2f\x08\x55\xa8\x40\xc6\xb4\xf4\x3a\x04\x79\x43\x5e\x71\x72\xe3\xe4\x0d\x78\x98\x32\x9a\xe7\x97\x20\x8f\x83\xc3\xc7\x52\x30\x12\x33\x2d\x50\x66\x00\xc1\xe2\xa1\x8f\xe1\x8c\x5f\xb0\x73\x56\x12\xc1\xd8\x5c\x79\xc5\x48\x48\xf7\x5e\x1f\x4a\x44\xfc\x61\xe3\xbf\x88\xc8\xa5\x08\x8d\x22\x1a\x3a\xa3\xb8\xfb\xe8\xc7\x8e\x01\x61\x70\xc2\x4b\xeb\xc3\x78\xa1\x1c\x1c\x35\xde\xb3\x26\xe7\x19\x84\x51\x0a\x5b\xa9\xd7\x25\xe4\x9c\x82\xf5\xa7\x64\x73\xf1\xc9\x6d\x2a\x97\xac\x52\x1e\x2b\x92\x54\x48\x4a\xc8\x52\xc2\x3f\x1a\xc9\x0e\x56\xb4\x9a\x31\xaf\x47\xbb\xbe\xb5\x58\x2f\x72\x7b\x15\x7e\x8e\x3c\xec\x8e\x99\x38\x93\x48\xd2\x95\x78\xe3\xda\xc9\x68\xea\x4e\x1f\x36\xd5\x8d\x12\x8a\x6a\xdd\xef\x38\x80\x06\xca\xc2\xe6\x53\x1d\x76\xd2\x23\xde\x48\x9b\x0d\x4a\x44\x0b\xd8\x0a\x32\x0c\x02\x58\xbc\xdc\x83\xaf\x91\x58\x37\x74\x5e\x8f\x83\x58\x0b\x12\x8f\xf4\x18\x29\x76\x9a\x89\x05\x17\x4c\x27\x7c\xd0\x75\x75\xf8\xeb\x66\xf8\x91\x51\x71\x2e\x3d\x57\x99\xac\xee\xcd\xb2\xcd\x17\xe0\x17\x36\x6c\xbc\x4f\xbd\x3b\xed\x33\xe1\x65\x36\xcd\x0a\x9a\x1b\xa5\x9b\x22\x1c\x02\xcd\xf9\xae\xc9\x88\xa8\x2e\x15\xa0\x72\x95\x83\x46\xf0\xde\xe0\x35\xbb\x7f\x3f\xec\x18\x56\xdf\xb0\x2f\x4e\xbe\xbe\xc1\x80\xbc\xa4\x1f\x19\x11\x4b\x20\x40\xea\x6c\xa3\x1e\x60\xce\xaa\x19\x4f\x09\x4d\xaa\x25\x50\x11\xf6\x29\x13\x95\xb0\x7a\x3f\x45\x53\x41\xe5\x83\xbe\xcf\x70\xa5\x93\x39\xe0\x0b\xd4\x06\x57\x32\xf5\xbe\x48\x49\xc9\x68\x1e\xa8\xff\x1c\xbf\xe4\x45\x99\xcd\x69\x99\xe5\x97\x70\x94\x0f\x0f\xc8\xe6\x26\x9c\x52\xeb\xab\x56\xb2\x39\x3f\x97\xc7\x57\x1e\x6d\xac\x00\x8a\x1c\x92\xf3\x62\xca\x4a\x92\x01\x2b\x52\xef\x59\x8a\x98\x0b\xf0\x55\x93\xb4\x93\x55\xa7\xd9\x9c\xf1\x65\x65\xdc\x9f\xc1\x8b\x0f\x99\xce\xcd\xef\xc8\x78\x39\xc5\x95\x90\x17\x01\x13\x3c\x3f\xc7\xa6\x9b\xdf\x3b\x6f\xe3\x12\x82\x0b\x46\x24\x3c\x92\xc8\xfc\xff\xec\xbd\x09\x77\x1b\x37\x96\x30\xfa\x57\xe0\xbc\x7c\x26\x95\x50\x94\x9d\x49\xfa\xeb\xa6\x4d\xa9\x65\xc9\x8e\xf5\x8d\xb7\x27\x29\x49\xcf\xd8\x3e\x71\x89\x05\x8a\x35\x2e\x16\x38\x85\xa2\x96\x56\xf8\xdf\xdf\xc1\xbd\x58\x2e\x96\x2a\x92\xb2\xbb\xa7\xcf\x77\x9e\xcf\x4c\x47\x44\x61\xc7\xc5\xdd\x70\x97\xc7\xff\x7b\x80\xe8\xdb\x75\x1e\x4f\xbb\x5f\xf3\xe9\x88\xcd\x9a\x66\x21\x47\x7b\x7b\x97\x45\x33\x5b\x5e\x0c\x27\x62\xbe\x37\xcd\x26\xfc\x42\x88\xcf\xc8\xb9\xed\x15\x52\x2e\xb9\xdc\x7b\xfc\xbf\xff\xfc\x97\x1f\xff\x1f\xf8\x31\x11\x73\xb5\x67\xbb\x7f\xfa\xe9\x4f\x8f\xfe\xf2\xe3\x8f\x8f\x7e\xd2\x4c\xb8\x1b\x2e\x64\x3a\x82\xf3\x47\xab\xc3\x83\xa1\x35\x22\x5b\x0d\xd8\xa3\x1d\x22\x96\xf9\xdc\x1c\x85\xdb\x7f\x00\x2f\x77\xc7\x44\x45\x87\x60\xe3\xe4\x6d\x02\xf0\x37\x79\xc7\x4d\x5b\xb3\x30\xa8\xc9\x73\xf7\x8c\x63\xd9\xb5\x53\x3e\xf5\x72\xa4\x78\x9c\xa2\x7f\x51\xfc\x56\x8e\xf9\x5b\xcb\xfe\xa5\x67\x61\x19\x9f\xb1\x27\x11\xef\x3c\x18\x76\x79\x8d\xf9\x49\xd5\xd3\xa2\x4b\x9f\x12\x8b\x07\x3b\xbe\x6e\xda\x2d\x88\x4c\xa0\xc3\x63\x38\x04\x15\xef\x2c\x0e\x86\x7d\x82\x8d\x03\x30\x1a\xad\x59\xf8\xc0\x23\x7b\x6e\x5e\xa3\xf4\x34\x49\xf5\x5c\x6f\xd6\x91\xdf\xcc\xdb\xc6\x83\xe1\x2c\xc3\x0f\x7d\x78\x0b\x44\xc3\x63\x8b\xfe\x77\x7c\x95\xf5\x31\xdf\x05\x35\x27\xf0\x01\xc7\x6f\x5f\xb3\x37\x22\x87\xbb\x9a\x81\xe5\x54\xcd\xd5\x38\x70\x1c\x57\x45\xc6\x9a\x3a\xab\xe4\xa2\x28\x79\x0e\x26\xdb\x0a\x1b\x8a\x29\xfb\xdd\x26\xa3\x0f\xef\x55\xeb\xc1\x87\x0e\x56\xab\x27\x9b\xa4\xf8\x27\x62\xde\x1e\xbf\x99\x65\x4b\xa9\xe0\x65\x37\xe7\x0b\xc9\x76\x77\x0d\x2e\x01\x05\x71\xbd\xac\x98\xa8\x74\x36\x93\x9a\x57\x39\x07\x26\x70\x35\x60\xef\x3f\x9a\x2d\x70\x22\xa5\x56\xe1\x29\xf0\xd1\x3b\x85\x2f\xc4\x3d\xfd\xcb\x42\xf9\x91\xd6\xe3\xf6\xfb\xc6\xb6\x8c\xc2\xc8\x26\x50\x06\x13\x30\xbe\xe1\x36\x05\xc3\x26\x33\xba\x28\x97\x75\xc7\x84\xf8\x95\x4e\xb1\x02\xed\x53\xd3\xdb\xfb\xee\x3b\xc5\x58\xb2\x85\x42\x51\x66\xb7\xf0\x35\x53\x6b\xba\xfc\x7b\xaf\x18\x65\x97\x4b\xea\x3b\x56\x73\xc5\x77\xe6\xe7\x18\xdc\x02\xe9\x1c\x3b\x7c\x73\x4c\xaa\x00\x6b\xef\x55\xd3\x6f\x08\x86\xd5\xcf\x8d\x27\x77\x63\x26\x32\x24\xcd\xb5\x11\x4e\xd4\x43\xd8\x66\x80\xa4\x67\xce\x33\x2d\xf8\xe8\x25\x01\x13\x3b\xcb\xa4\x9f\xc8\x9e\x7d\x07\x14\x72\x8a\xc0\xc8\x90\xcc\x80\xbc\x2e\x2a\xa7\xbc\x04\xb9\x08\x0d\xb4\xd6\x4c\x31\x9a\x9e\xd3\xdc\x88\x1a\x8d\x48\x61\x7a\x4b\x89\x1c\x81\x99\x66\xd6\xb0\x8c\xf4\x64\xcd\xc4\x20\xfd\x16\x13\x13\x00\x98\xdc\xcd\x95\xe5\x05\xbc\x24\xa1\x55\x9a\x6b\xb9\x17\x8a\x94\x54\x94\xe4\x57\x43\x7f\x7e\x0f\x1f\xb2\x07\x3e\x07\x6e\xed\xeb\xc2\xaa\x5d\x39\xf3\xdb\x60\x3b\xa9\x4a\xff\x47\x5f\xe3\xae\x7b\x14\x91\xe9\x97\x45\xce\x75\x96\x17\xb0\x1e\xfb\xaa\xa4\xfa\x9e\xf1\x1a\x68\x18\x22\x32\x3f\x45\x6b\xcf\x40\xd7\x88\x93\x7c\xdf\xcb\xea\x22\xdb\x05\x1d\x5a\xef\xe3\x4e\xf2\x11\x5c\x67\xc3\xd2\x6a\x0c\x5e\xa9\x49\x1c\xd6\x45\xf6\x12\x34\x27\xa6\xe3\x4d\xc8\x35\x18\xcc\xf5\x13\x93\x0a\x34\x14\xb1\xbb\x76\xda\x9a\x70\x59\x19\xe5\x1f\x1b\x5b\x3d\x60\x3f\xd6\xa6\x5b\x92\xeb\x1a\x3c\x31\xc8\x1a\x10\x60\x62\xa3\x3e\xda\xa3\x36\x7a\x72\x60\x63\xb3\x3c\x97\xb1\xd9\xe5\x71\x91\x95\xe2\x12\x2e\xd6\xbb\xac\xe2\x25\x00\x73\x2d\x4a\xe9\x6b\xa3\x71\xd6\x00\x15\x06\x14\x5e\x68\x38\x3a\x12\xf3\x85\xa8\x78\xd5\x3c\x25\x50\xb3\x6f\x39\x23\xfd\x10\x6a\x78\x2a\x07\x32\x03\x0a\x65\xfb\x80\xd4\xf1\x64\x7f\xc3\xc0\x11\x56\x71\x6a\xde\x52\x41\xf1\x49\x0f\x45\x7b\x11\xab\x36\xda\xc0\x3a\x54\xba\xda\x97\xc2\x3b\x66\x73\xd1\x5a\x46\x65\xa4\x03\xa6\xb4\xc1\x05\x7e\x27\xd1\x5d\x92\xb3\xc3\x8f\x8e\x75\x70\x42\x7e\x8a\xa5\x74\xcb\xdf\xef\xfb\x61\x20\x50\xad\x7d\x2a\x44\x73\xca\xa7\xa8\xa6\x74\xda\xde\x3e\x9e\xb5\xbf\x11\x46\xcf\x3d\x4c\x74\x6e\xa7\xd3\x7a\xc9\xf1\x5e\x9b\x39\x24\x59\x76\x57\x85\x4e\xf4\x8e\xd5\xa2\xe4\x03\x36\x29\x33\x29\xdf\x64\x73\x3e\x80\x57\x82\x57\xd9\x05\x2f\xc9\x9f\x25\xcf\x9f\xdd\xe2\xef\x63\x2e\x27\x75\x71\x81\x05\xa0\x4c\x1c\x30\x63\x2e\x3b\x60\xa2\x3a\x2e\xe4\xbc\x90\x32\xe0\xd6\xcd\x78\xad\xda\x86\x16\xa5\x71\x7a\xd6\x96\x0f\xa3\xa7\x62\x39\x04\x73\xc2\xc0\x29\xac\x4b\x99\xc8\xfe\x60\xde\xc7\x14\x3f\xf1\x85\x39\xd1\xe5\x75\xd1\x4c\x66\x6a\x3a\x43\x78\x4b\x0f\xad\xb5\xfc\x9c\x9c\x72\x92\x2d\xfc\x4c\xc6\x5a\xcc\x37\x3b\x9b\xb0\x9e\xb4\xdf\x74\x92\xfe\xf0\x7b\x7b\xf2\x4b\xaf\x4e\x3a\x0d\xa6\xfb\xb7\x0a\x7b\x6e\x75\xf7\x75\xd7\xec\xbd\x9d\xdb\xc7\x96\xdb\x75\x5d\x54\x78\xfe\x46\x1b\xe1\xa0\xd8\xf0\x88\xd7\x45\x35\x60\xbd\xcf\xfc\x36\x17\xd7\x55\x6f\x40\xce\x3f\x93\x78\xcc\x78\x76\xea\xd4\xd4\xe9\xc5\x3a\x1f\x33\x9d\xa7\x79\x71\x45\xf5\xdd\xd3\xf1\x9d\x77\x57\x89\x11\xde\xdd\x70\x38\xf4\x9f\x83\x0c\x48\x7a\x4f\x4c\x3b\xa4\x89\xbd\x45\xe3\x3b\xfb\x27\xf9\xac\xae\xda\xf8\x4e\xfd\x2f\x29\x04\xc2\x57\xaa\x4b\x36\xbe\xb3\xf7\x2d\xf9\xbd\xe4\xf9\xc5\x2d\xa9\x04\x97\x32\xac\x99\x9b\xeb\x69\xaa\x92\xfb\x4a\xea\xda\x1d\x1c\xdf\xd9\x3f\xc9\x67\xb8\xd7\xe3\xbb\x3b\xf7\x4e\x31\x6a\xbb\xba\x07\xac\x87\xfa\xd1\x1e\x1b\x39\xb6\x61\xc0\xc4\xb2\x51\xd7\x63\xc4\x7a\x95\xa8\x78\x6f\xc0\x86\x43\xfd\x14\xb1\xb2\x03\xed\x93\xdd\x36\x38\xc4\x7e\x7c\xba\x97\x17\x57\xfb\x0e\x66\x10\xaa\xd4\x5f\xf8\xf4\x94\x17\x72\x51\x66\xb7\x68\x6d\xcb\x7a\x50\xd8\x7b\x42\x5f\x0f\xef\xd8\xa4\xe6\x59\xc3\x5f\xf3\xb9\x28\xfe\x0e\x1a\x04\xfb\x30\x37\xc7\xb2\xc4\x3b\xd8\x29\x70\x5f\x86\x20\xd2\x36\xc1\x27\x7c\xf6\x2a\xaa\x86\xd7\xd3\x6c\xc2\xc3\x96\x40\x4a\x25\xaf\xf1\xba\x3e\x3d\xd7\xa4\x51\x2c\x21\x03\x5e\x50\xd9\x7c\xde\x19\xb1\x7e\x51\x55\x5d\x35\x14\x90\xb7\x7c\x8b\xb8\x42\x5c\xbf\x9e\x49\x9e\x6e\x04\x77\xa3\x7b\x56\x6a\xdf\xbf\x68\x62\x54\xdd\x03\x43\xd9\x23\x19\x07\x67\xd4\xdf\x64\x14\x8f\x65\x80\xfa\x1d\xfd\x69\x5d\x12\x76\xb7\x51\xbf\x0e\x6d\x40\xdf\x50\xe1\x60\xc4\xb0\x66\x18\x83\x52\x57\x85\x9a\xa4\xfe\x80\x79\xe3\x12\xbd\xf4\x93\x56\xc5\x34\xec\x8c\x3f\x5a\xd0\xcd\xc1\x76\xf3\x87\x0e\x49\xb7\x41\x6f\xec\xc0\xdf\x3c\x7f\xab\x76\xd8\x08\x3f\xef\x10\xdd\x45\xac\x24\xf7\x8e\xd3\x00\xa0\xe1\x82\x5a\x0e\xe5\x69\xcb\x55\xd9\xef\x77\x01\x2c\x0e\x6c\xd8\x60\x5d\x47\xb2\xe6\x5a\xb0\x1e\x8a\x4c\xd6\xce\x42\xf6\x14\x3b\xbc\xa8\x45\xbe\x9c\x70\x96\xb1\x69\x51\x65\x25\x0b\x2a\xa1\xa4\x8a\x85\x68\x31\x02\x5a\x6b\xb5\x1e\x5b\x67\xc0\x16\x19\xd8\x9e\xa2\xd3\x8c\xda\x0e\xd7\x3e\x93\xac\xa7\xb7\x4c\x77\xd3\x03\xf3\xc6\xa0\x1e\x74\x5d\x48\xf4\xa3\x59\x40\x20\x0d\x1c\x49\x2b\x8f\xa2\x4e\x80\x6f\x1a\x6a\xb3\x93\xe5\x45\x59\x4c\x5a\xac\x49\x26\xb8\x07\x5f\x72\xaf\x19\xeb\xbe\x6f\x78\xf5\x3b\xaf\xb5\xb5\xf7\xd0\x50\x04\x63\xee\xf4\x2d\xec\x6c\x69\xd1\xc1\x8e\x96\xb2\x11\xf3\xe2\xef\x19\x06\xd5\x73\x26\x07\xfe\x07\xaf\xcd\x4c\x14\xb2\x39\x6b\xb2\xa6\x98\x48\x8a\xb2\x69\x79\x72\x10\x5e\x83\xc5\xfa\x4d\x93\x18\xc7\x7e\xf3\x5a\xa2\x61\xd2\x99\x22\x65\x67\xbc\x91\x09\x8b\x0b\xe0\x28\x76\x81\xd8\xc9\x04\x81\xd9\x7a\xe8\xc4\xc1\x9b\x9d\xb8\x28\x39\x9c\xb3\x9c\x88\x05\x37\xf6\x3b\x70\xac\xd3\x82\x97\xb9\x34\x45\xef\x91\xfb\x22\x73\x97\x07\x7e\x78\xc7\x2e\x16\xf7\xaf\x60\xe6\x31\xa9\x8b\x45\xb3\x8b\x95\xf6\x2a\xb1\x6b\x5c\xc7\x76\xb3\xea\x16\xa0\xe4\xe9\xbb\xfd\xbe\xb9\xba\x56\x90\x34\x2c\xb8\x2d\x38\xbf\x5d\xf0\xa7\xef\x10\x61\x65\xd5\xed\x7a\xf5\xc2\x26\xa3\x3b\x8b\xc7\xd4\x16\xbd\xc8\x26\x8d\xa8\x6f\xb7\x9b\xdf\xc8\xcd\xce\x39\xe6\xcb\x65\xd9\x1c\x29\xd6\x4e\xe1\x34\xf8\xaf\x6d\xa7\x64\xc9\x93\xea\xbf\xc0\x74\x15\xae\x07\xe3\x37\x0d\xaf\x72\x19\x0e\xf0\xf4\xdd\x80\xdd\xad\x08\xb6\xc6\x3b\x0e\xce\x98\xc5\x84\x11\xbe\xc6\x1a\x64\x8d\x59\xcf\x42\x46\xde\x63\xdf\xe3\x79\xfb\x1a\xee\x2f\xdc\x3f\x98\x88\xb5\xfc\x54\x10\x72\x94\x4d\x66\x7c\xc4\xee\x0c\xd1\x38\x80\x1d\x79\x82\x58\xa7\x42\x27\x64\x28\x40\x0e\x1a\x7f\x81\xdc\x77\xb7\x22\x53\x83\xad\xab\x97\xea\x04\x8c\x46\xea\x9d\xff\xc6\xbb\x5c\x70\xfd\xc9\x17\x5e\x50\x57\x2b\xaa\x33\xde\x34\x45\x75\x79\x84\x61\x23\xac\xdf\x6d\xf8\x61\x78\x51\x54\x39\x18\x1c\xee\x24\x7d\xb8\x71\x97\xed\xec\x8f\x8b\xfc\xb5\x58\xa2\x21\x23\xf5\x9e\x56\xff\x7c\x4c\x33\x14\x17\x92\xd7\x57\xc6\x0b\x35\x1c\x77\xa3\xd1\x7e\x2b\xca\xf2\x97\x6a\xbe\xe1\x80\xcb\xea\xfe\x43\x22\x11\x51\x83\xfc\x9f\xb3\xbf\x0d\x8d\x4a\x2f\xe6\x58\x3c\x17\xad\xa7\x11\xe2\x19\x1e\x89\x4a\x2e\xe7\xbc\xde\xf7\x65\xbe\xbb\xfe\x04\x2b\x8c\x12\x98\x2c\x0e\xd0\xed\x2e\x8f\x86\xa2\x77\x5a\xc3\x13\xac\xf8\x92\x37\x7a\x89\xb2\x8f\xa8\x6b\x80\x40\x8e\x8f\xe0\x6a\x42\x13\xaf\x45\x4a\xce\xfd\x3a\xb7\xc0\x9f\xb6\x3d\x41\x33\x71\x67\x7e\xac\x48\x99\xba\x00\xc9\x89\x9c\x4c\xbd\x15\xa3\xec\x23\xd1\x74\xd8\x71\x17\xfc\x2a\x2b\x97\xea\xca\x15\x0d\xbb\x40\x43\x18\x63\x4e\x1f\xd0\x99\x70\x08\x78\x1e\x4c\x0c\xf0\xf0\xa1\x71\xd4\x4f\x7d\xf5\x5d\xf3\x13\xaa\x04\x96\x6e\x96\x2a\xed\xdf\x29\x99\x8e\x7e\x00\x21\x2f\xd8\xb0\x55\xac\x6a\x88\xf4\x08\x66\xc3\x28\x79\x02\x8e\xa9\x5e\x72\x34\x99\x82\xa3\x67\x7a\x36\xb3\xec\x8a\xb3\x0b\xce\x2b\xe3\xcf\x00\x87\xb4\x84\xd7\x1d\x21\xb9\xae\x96\xda\x30\x6f\x80\x87\x0f\x53\xab\x4a\xee\x49\xec\xb2\x8b\xff\x74\x94\x24\x8b\x2d\xcd\x6e\x80\x81\x45\x6a\x23\xa9\x13\x41\x47\x37\x76\x0f\xa1\x23\x7f\x47\x87\xe9\xe5\x25\xfc\x77\xf1\x1f\xd5\x48\x9e\x99\xe3\x0c\x80\x2b\x05\x49\x83\xf4\xb8\xf1\x71\x76\x6e\x44\x72\x1b\x36\xeb\xc2\x6d\x42\xcb\x16\x6c\xd6\x0d\xae\x9c\x8d\xbd\x2d\x48\x34\x4d\x40\xa5\xc5\x95\x4f\x23\xb6\x01\xd4\x43\x74\x69\x2b\x28\xf1\xe7\xb9\xd2\xa0\x38\xbe\x6b\x99\xd5\x8a\xed\xed\x6f\x72\x3d\xbe\x74\x1a\xd1\x28\x2b\xcf\x81\xfa\x69\xcc\x77\xa6\xd0\x7f\x9a\xea\x18\x9e\x21\xa4\x51\x29\x32\xa7\x43\x5e\xd5\x13\xfe\x0b\x3c\xc7\xf6\x63\x7b\xad\x50\x2a\xa6\x1c\x7c\xcc\xbd\x0d\x28\x4f\xb6\x63\x43\xdf\x6e\x2b\x72\x58\x5b\x28\xc2\x8a\xe7\x62\xbe\x67\xcb\x7b\x9e\xec\x79\xcc\xcb\xec\xd6\x88\xa7\x0e\x36\xf5\xd3\x14\xf1\x19\xa0\xc2\xdb\xbd\x74\xc8\x9a\xf1\x27\x4a\x26\x6f\xec\x14\x9f\x09\x65\x4f\x2d\x83\xe9\x3c\x5a\xde\x60\x0c\x76\x31\x65\xf3\xa2\x2c\x0b\xc9\x27\xa2\xc2\x50\x0e\xb9\xea\x53\x33\x0e\x40\x7a\xb4\x2e\x8e\x3a\xac\x40\x9d\x03\x13\xc9\x3d\x7c\x94\x6a\xdb\x11\x08\x30\x42\x76\x04\x16\x52\x41\x1a\x01\x22\xd0\xb6\x2d\x0f\x4d\x05\x83\x65\xfc\x46\x8c\xa0\xdd\x40\x60\x9d\x55\x69\x7b\xce\x9a\x55\xa2\xa1\x93\x2f\xe4\xa9\xfe\x68\x85\x9e\x70\x05\x68\xa6\x7f\x4b\xba\x9c\x8a\x1a\x57\x6d\xc4\x7f\xad\x3f\x00\xfb\x30\x34\xe2\x75\x95\xb3\x69\xc3\x6b\x96\xb1\xcb\xe2\x0a\xe8\x52\x99\xdd\x1a\x8b\x5d\x53\x07\x86\xa9\xf9\x7f\x2f\x8b\x9a\x2b\x2e\x40\x16\x90\xce\x23\xe8\xe9\x89\x36\x01\x5f\x28\xe1\xa2\xa8\xd8\x5c\x31\xd5\xf6\xab\x1c\x32\xf0\x74\x9a\x2f\xcb\xa6\x58\x94\x64\x07\x24\xda\xb3\x1d\x9f\xfc\x8a\xfa\x86\xa9\x6f\x14\x1e\x41\x24\xbb\xfb\x6b\x2e\x26\x47\x59\xc3\x2f\x45\x7d\xeb\x1f\xe0\x2a\x78\x2f\x04\x41\xc7\x3f\xe2\x36\xd9\x26\x01\x9f\x83\xd4\xa9\x6a\xe8\x0c\x44\x1f\x9f\x45\xd4\x88\x03\x36\x73\xc4\x1e\x0d\x3e\xa4\x02\x5b\x37\x68\xf1\x76\x92\xdb\x24\x03\x7f\x78\x56\x37\x56\xf1\xe8\x8b\x20\x89\x79\x5a\xfa\x19\x08\x24\x16\x71\x61\xb4\x9c\x31\x09\x38\x45\xc0\x8a\x98\x53\x02\x97\xe5\x54\xe1\x9e\xf6\x4c\xcf\x7e\x43\x59\xa4\xe4\x0d\xc8\x5f\xea\x7a\xae\x3c\xde\x93\xce\xcb\xed\x01\x1b\x33\x74\xf4\x18\xb6\xdb\x02\xe2\x52\x78\x83\x1e\x0e\x34\x6c\x03\x59\x8d\x17\xe0\x6f\x45\xcc\x04\x61\x2e\x3b\x5d\x6b\xe9\x90\x74\x5c\xcc\x1f\x3b\x63\x6a\xbb\x56\xf2\xac\x36\x93\x0e\xab\xa5\xa2\x0e\x84\xf2\x8e\x79\x40\xcd\x26\xc6\x76\x1a\xd0\xa0\x1f\xef\x8c\x3a\x11\x22\x76\x72\xeb\x66\x07\xac\xaf\x01\xda\x60\x40\x51\x95\xb7\x7d\xcf\xe3\x10\x3f\x78\x2f\xb6\xfe\x80\x3b\x6c\xe4\x42\x0f\xad\xb6\x27\x46\x01\x6f\x36\x60\x27\xe6\xef\x81\x4e\xf7\x94\xd0\x39\x01\x6b\xb1\xbb\x4c\xfa\x1a\xf9\xa2\xd6\x20\xd6\x7d\x0d\xba\x94\x52\x6e\x8c\x74\xef\xa8\xb2\xd5\x2a\x16\x42\x3f\x65\x29\x1a\xbf\x66\x26\x65\x71\x49\x5e\x54\xfc\x0e\x7d\x9f\xae\x13\x8b\x52\xde\xa2\xc5\xf3\x00\x4b\xe9\x52\x9c\x8f\x16\xee\x90\x22\xaa\x47\x1e\xe7\x43\x3e\x4a\xa3\xbc\x7c\x5b\xa3\xd1\x0b\x7e\x3b\x17\x9f\x79\x45\xfe\x34\xb5\xb0\xe8\xd7\x82\x5f\x3b\x5e\x83\x78\x76\xed\xb9\xf9\x79\x4b\x3c\xd1\x0f\xac\x67\xa5\x30\x22\xd1\x89\xfa\xfb\x48\x6d\x92\xa8\x07\x0c\xb2\x29\x68\xc9\xc8\x75\x76\x66\xf6\xca\xd1\xa3\x43\x29\xf9\xfc\xa2\x04\x4a\x31\x2b\x2e\x15\xc5\x13\xb5\x4f\x5c\x2f\x32\x09\xe6\xcf\xbe\xd3\xfd\x88\x19\xfe\x1d\xb2\x59\x0d\xd8\x55\xc1\xaf\x07\x68\x3b\x6d\xa9\x31\x3b\xd1\xda\xf3\x8c\x49\xbe\xc8\x6a\x8c\xbe\x2a\x50\x04\xe3\x75\x85\x52\x17\xaf\x9a\x1a\xcc\x54\x24\xf4\xa9\xe8\xa0\x8b\xc6\xa0\x18\x87\xa2\x52\xa7\x2f\x39\x83\xff\x11\x53\xf0\x28\x51\x4d\x6b\x71\xb1\x94\x4d\xc5\x25\x2a\xd6\x0b\xc5\xc7\x5d\x53\x62\x65\x2a\x66\x8b\x45\x79\x6b\x7b\x57\x25\x6a\xd6\x45\x75\xe9\x88\xd6\xe1\xb2\x11\xf3\x0c\x9e\x1d\xc1\xc8\xac\xbe\xe4\xd2\xb6\x2d\xd0\xd8\x7c\xae\x8b\xb4\x98\x65\x72\x4f\xcd\x39\xdb\xc3\x32\x14\xd8\x67\xd9\x95\x21\xe6\xb0\xa7\x60\x71\x52\x88\xba\x68\x90\x48\x32\xe4\x38\x26\x8e\xbd\x2c\xa6\x4c\xfb\xcc\xe5\x03\x30\x4b\x47\xfd\x7d\x51\x69\x53\x15\x88\xc4\x6c\xf7\x64\xc8\xf0\x68\xe1\x60\x91\x5c\xec\xa9\xa5\xd6\xe0\xd1\x93\x79\x0b\xd1\xad\x78\x8e\xce\xaa\x66\xf2\xb9\xd1\x03\xc0\x9b\x45\x79\xcb\x2e\x38\xec\xbb\x7e\x37\x10\x70\x9c\x6e\x73\x82\x09\x4b\x63\x55\xa6\xcd\xd8\xc0\x2f\x16\x26\x32\x5d\x96\xec\x82\xab\x0d\x10\x35\x35\xa4\xaf\x44\xe3\xfc\x98\x14\xaf\xf1\x7f\xce\xfe\x36\x00\x43\xfd\x3a\x03\x3e\x4b\x16\x73\x75\x44\x6a\xd2\xf6\x91\x44\xcd\xc1\xbd\x52\x40\xb1\xba\x2a\x76\x74\xdd\xe6\x82\xe3\xd8\x25\x97\x92\x2d\x96\x6a\x51\xe6\x81\xc6\x3c\xbe\x4c\x78\x71\xc5\x61\x96\xb8\x9f\xe8\xab\x04\xdb\xea\xf8\xd1\x66\xc6\x8b\x9a\x89\x65\xb3\x58\x36\xad\x4b\x07\x4f\xba\x05\x06\x66\x1d\xb2\x93\xa9\xde\x7f\x6d\x97\xe9\x0e\x11\xf1\x55\xee\x37\x54\x07\x51\x35\x05\x6c\xb8\xd3\xcf\x20\x9f\x4a\xd6\x60\xdb\x0c\x43\xc7\x60\xed\x97\xc1\x76\x49\xbf\x4e\x4a\xd3\x5f\x87\xec\x8c\xf3\x18\xb5\xc1\x6a\xe7\xea\xcc\x73\xde\x64\x05\xf8\x89\x27\x9f\x7b\xdc\xe3\x18\xf0\x5a\x0a\x45\x9d\xfb\x08\xcf\xf2\x65\x0e\xcf\x00\x26\x3b\x07\xe4\xa6\xff\x36\xe4\xc4\x56\xb6\x04\xe6\xa9\xfd\x86\x6f\x43\xe7\xea\x54\xfd\x8e\xc3\x01\xc7\x61\x89\x19\x03\xdf\x62\xc6\xec\x6e\xf5\xa1\xc2\xc7\x28\x05\x35\xa3\x00\xa9\x3e\x75\x43\xe0\x90\xce\x67\x26\xdc\xa6\xa7\xe1\x40\x76\x55\x6e\x49\x03\x32\xe5\x81\x9d\xc5\x3e\x4c\x03\x9f\xb2\xda\xec\xdd\x82\xce\xf7\xd9\x43\xb7\x08\xcf\x59\x61\x8a\x94\xce\x9c\x9d\xea\x39\xf0\xcc\x71\x75\x09\x43\x0b\x75\xfc\xb6\x94\x3b\x65\xa7\x28\xc7\x86\xcf\x12\x1b\x4c\xd4\x26\xee\xf2\xa5\xfe\x51\x74\x54\x0f\x5b\xe9\xe4\x53\x6f\xd7\xa2\x5d\xc5\x93\x89\x9f\xde\xa5\xd6\xd8\x8e\x52\x84\x79\x5d\x9f\x6c\x0c\xf1\x04\x7c\xe6\xc4\x6a\xd9\xcc\x8d\x21\xaf\x21\x96\x1f\x75\x26\x5f\xc8\xaa\xf4\x63\x3d\xf4\x20\xec\x47\xeb\x94\x3f\x24\x4d\x90\xe0\x82\x9f\xf2\x7c\x39\x81\xc7\x6a\xd3\x46\x6a\x4f\x2f\xc7\xbc\xd2\x8a\x3b\x9e\x4f\xef\x31\x08\x6d\x99\x94\xcb\xb9\x46\x7a\xe8\xc6\xa8\xd9\x4d\x8b\xe0\x06\x4c\x0a\x26\x17\x35\xcf\xc0\xfd\x12\x71\x18\xea\x30\xc0\xd8\x26\xa5\x4d\x60\xf1\xe1\x52\x29\x84\xc5\x5a\xd7\x81\xf7\x8d\xce\xba\xef\x57\x74\x1b\xb5\x4a\xdb\xb6\x22\x11\x8d\x14\x70\x58\xfc\xc7\x1f\x16\x04\xb0\x24\xd8\xd7\x06\x0e\x5d\x1d\xb4\xf6\x9c\x42\x28\x08\xe6\x60\x19\x15\xb3\xef\x8d\x86\x15\xd7\xb7\x2e\x08\x27\x01\xc5\xbe\xe5\xa5\x55\x58\x9b\x21\x91\xf9\xeb\xa7\xb7\x71\xe0\x84\x22\x4e\x00\xac\x71\xc8\x92\xc2\x90\xe6\xab\x4c\xb1\x9d\x5e\x50\x9e\xd4\x55\xb6\x40\xde\x95\xc5\xaf\x63\xe6\x64\xb1\xf6\xf3\x0c\x86\x0a\x26\x6a\x42\xda\xe1\x9a\x47\x51\x6d\xb2\xc8\x95\x92\x43\x96\xd5\xe7\x4a\x5c\xa3\x2c\x43\x50\xfd\xc3\x98\x8d\x7d\x9a\x55\xb7\xfb\xa1\x6a\x4e\x4d\xbe\x6f\x57\xe0\xb4\x6f\x1f\xc0\x00\xdb\x43\x67\x81\xb5\x56\xe2\x76\x2b\x60\x02\xd6\xa6\xca\x2c\x1c\x99\x70\x62\x72\x26\xea\x66\xa6\x98\x16\x75\x27\xbc\x40\x46\x48\x13\x15\xcd\xd6\x02\x88\x71\xbc\xf6\x48\x35\xb8\xff\xbd\x3d\x7e\x3b\x42\x95\x8c\x0b\x5e\x05\x8e\x88\x86\xe7\x55\xec\xaf\x4f\x62\x87\xc3\x10\xdd\x6b\x06\xe7\xbf\x96\x52\x47\x49\xd5\x46\xbc\x66\x14\xfc\xf7\x86\x23\xaf\x76\xcd\x8b\xcb\x19\x76\x0a\xe9\x4c\xb4\x52\x1c\xfb\x54\xac\xab\x31\xe2\x80\x0b\x8f\xf5\x44\xc5\xae\xe4\x50\x9b\x53\x68\xee\x67\xce\xd0\xc4\x5f\xf1\x9d\x20\x57\x0d\x1b\x79\x03\x43\x06\xcf\x40\x16\x29\xf5\x83\x03\x50\x47\x4c\x25\x91\x98\x98\xaa\x13\xde\x19\xea\xfd\x1c\xfb\x62\x5d\xd8\xdb\x20\xa4\x6d\x9e\x46\x00\xe5\xbc\xb8\x0d\xc5\xab\xc5\xc4\xbe\xe0\xed\xed\xb1\x57\x59\xc3\x6b\x76\xc5\x6b\x69\xf2\x28\x9e\xdf\x2e\xf8\x59\x5d\x2c\xac\xe7\x24\xba\x75\x2f\x5d\x84\x15\xed\x5f\xaa\xf5\x5e\x60\x5c\x21\xb3\x29\x67\xd7\xd9\x2d\x4a\x07\xa0\x79\xc0\x54\xbd\x99\x44\x30\xd0\x80\x9b\xd8\x9b\x7b\xb0\x05\xa1\x06\xf1\x14\x11\x8e\x66\xb9\x01\x0d\x39\x76\x17\x24\x92\x0b\xd1\xcc\x34\x9f\x0b\x92\x0e\xa2\x47\xf0\x83\x29\xb3\xa6\xe1\x95\x0d\x1f\x90\x95\xa2\xba\xc4\x46\xa4\x3b\xbd\x62\xc3\x1f\x5a\xc6\xd0\xc7\x75\x4f\xcf\x5b\x89\x6e\x27\xc7\x87\x4c\x9a\xd6\x8f\x9d\x3b\xbc\xe3\x65\x9a\xc6\x12\xe8\x77\xe4\x71\x95\xc3\xe1\x30\x2b\x4b\x83\x79\xfa\x2d\x42\x77\xc7\xdc\xf6\xa9\xe2\x6e\xe7\xfd\x47\xcd\xad\xa9\x03\x03\x93\x0c\xfd\xaa\x19\x68\x47\x7c\x1b\xa4\xf0\x59\x0b\xef\x02\x9d\xda\x70\x9e\x2d\xfa\x7d\xa9\xa7\xf9\xa5\xb3\x64\x63\xfb\x3c\xa2\xa7\x97\x7c\x67\x65\x07\xba\xdc\x58\x10\x6b\x82\xa7\x09\x18\x0b\x30\xf5\x8e\xef\xe3\x93\x82\x2f\x0d\x3a\x01\x7c\x69\x91\xb4\x1b\x96\x74\xd3\x75\xb0\x84\x2b\x4f\x31\x71\x3e\x9c\xb8\xef\x69\x58\xc1\xcd\x3f\xd7\x10\xd3\x47\x2d\x4b\xb2\x5b\x13\x6a\xc8\x28\xec\x12\xe0\xa0\xab\x52\x86\xdc\xf2\x18\xd6\xe8\xc4\xc5\xea\x46\xe7\x1b\xdd\x46\x40\x90\xa8\x73\xbd\xe5\x44\x23\xe9\x55\xf3\xb9\x3a\xa4\x19\xd7\xb3\x5b\xb4\xdf\xd3\xa8\x44\x0b\xa9\x07\xec\xfc\xcc\x84\xc1\x10\xea\x6b\xf5\x59\xad\x1f\x83\x1b\x66\xac\x8f\x93\x65\x7f\x30\x6b\xc0\xc8\x96\x95\xda\x62\xd4\x0e\x88\x39\xbf\x56\xb5\x1d\x87\xe7\x4d\x77\x4c\x5e\xcd\x34\xe4\xfb\xdf\x13\x41\xf6\xf1\xdf\x41\xb0\x24\x40\xfd\x9e\x72\x2b\xb9\xfd\x3b\x1e\x70\x7a\x91\xa1\x47\xfe\xd8\x41\xec\xf1\xc3\xba\xce\x6e\x87\x85\x84\xff\x06\xbb\xe9\xbb\xd6\xf9\x0b\x08\xb9\x42\xff\x6e\x28\x1e\xc8\xeb\x2a\xf5\xf8\xa8\x29\x8d\xe5\x0f\x53\x0d\xa8\xca\xd8\x28\x7f\xed\xbe\x9c\xdb\x15\x79\x57\xed\x25\x86\x21\xb3\x97\x42\x81\x94\xb1\xcb\x68\x37\x5c\x51\xe0\x0b\x55\x20\x02\x22\xbc\xab\x69\x7a\x0f\xc2\x47\xa4\x33\xa0\xdc\xcf\x31\xfe\x0d\x01\xd7\x15\x07\x84\x43\x7a\xea\x06\xd3\x4c\xdb\xc3\x68\x2d\xb2\xf9\xe5\x14\x44\x84\xa1\x40\x25\x90\xb6\x26\x51\xd5\x96\x59\xe9\xf8\x56\xda\x29\x4e\x91\xbd\xd5\x0a\x14\x56\x16\x12\x02\xeb\x2c\xac\xa3\x83\xea\xfa\xb2\xce\x2e\x10\x7c\x2f\x4b\x71\xa1\xfa\x6a\x44\xad\x4d\x34\xf4\xbb\x71\x84\x4f\x22\x19\x6f\x8d\x60\xb8\x01\x8d\x4a\x99\xc8\xfd\x11\xbc\xb8\x74\x58\x29\x11\xfb\xc8\x03\xcf\x40\x72\xe7\x7e\x82\xec\x9d\xc7\x61\xe6\xc2\x06\xbc\x85\x31\x10\x53\x9a\xd0\x84\x66\xa3\x2f\x38\x5b\x64\x35\x6c\xf1\x09\x61\x44\x2a\x90\x0a\x73\xa6\x10\xc3\x81\xd7\xad\x6e\x7e\xcd\x8d\x5a\xb6\xbc\xd5\x5c\x30\xd3\xcc\xfa\x0b\x5c\x11\xeb\x57\x42\x6d\xe2\x42\xd4\x8d\xf1\xff\xd5\xfa\xd5\x1d\xaf\xc7\xa6\x40\x77\x68\x96\xa9\x8b\xab\x8e\x37\xa5\x5e\x67\x72\x39\x99\xa1\xb6\x8e\x67\x93\x99\xae\x4c\x22\x21\x7e\xe6\xb7\xb0\x88\xa8\xa9\xc3\xd1\xde\x04\xd9\x98\xbd\xef\xc1\x25\xef\x0d\x58\x4f\x5b\xc9\x0e\x58\x0f\x2f\x65\xef\x23\x8d\x21\xb7\xd6\x48\x4c\x49\x0d\x5e\xef\x03\x0a\x1c\x5d\xb6\x63\xf7\x88\x33\x17\xe4\xed\x68\x0b\x18\x17\x47\xa0\xbb\xe4\xcd\x8b\xa2\x96\x36\xeb\x80\x29\x7c\x95\xc5\x65\x24\x47\x19\xc2\x29\x24\x2b\x82\xd8\x70\x1f\xfc\x30\x73\x8c\xc1\x33\xc5\x86\xd1\xe6\x4e\x72\x88\x2d\x77\xa4\x0e\x64\x90\x08\x3f\xa7\x9f\xec\xb6\x0b\x3a\x67\x03\x40\xfa\x93\xc0\x87\xd0\x77\xed\xb1\xe6\xac\xe7\x31\x5b\x3f\x7b\xd3\x06\x7c\x19\xcf\xeb\x6c\xf1\x9f\xa2\xe2\xe6\x6d\xc5\x2b\x24\x2f\x2a\x5e\x39\x8d\x52\x47\x4c\x0d\xbc\x3a\x27\xda\x30\x81\x98\x1c\xe8\xe0\x40\x50\xed\x25\x84\x78\xad\x47\x4c\xbf\xa6\x82\x97\x59\xf0\xd2\x6c\x5b\x1c\x95\xc5\xe4\xf3\x66\x2d\x16\x3a\xc9\x5b\x79\xeb\x87\x90\x78\xbb\x6c\x64\x91\x73\x33\xbb\x30\x81\xd3\x66\x9d\x9c\x54\x9b\xb5\x37\x71\x34\xa8\x6d\x04\x23\x4e\xca\x9d\x6b\x20\xfe\x1e\x47\x6f\x5f\xbf\x7b\xfb\xe6\xf9\x9b\xf3\xdf\xdf\x1c\xbe\x7e\xce\xc6\xac\xe7\x6d\x31\x1e\x80\x76\x99\x96\x4e\xc8\x46\x17\xd9\x3e\xa2\x0b\x57\x36\x22\x60\xf2\xd4\x3f\xac\xfd\x08\xdb\xb7\x6d\x41\xeb\xc2\xdd\xdd\x1a\x31\xb7\x38\x45\x03\xac\x96\xd3\xaa\x19\x4f\xe6\x0b\x5e\xc3\x25\xc7\x43\x0d\xd5\xad\xa7\x7c\xaa\x39\x77\xec\xc9\x29\x72\x2e\x79\xd3\x3a\xb5\x7e\x32\x13\x55\x4b\x65\xc7\xfc\x58\x6d\xce\xd4\x06\xb1\x64\x6c\x65\xf4\x78\xef\xdb\x3a\x18\x60\xfd\x8f\x4e\xb4\xa0\x8e\x05\x78\x28\xde\x1e\x77\x78\x86\xc7\x37\x51\x89\xc5\x77\x76\x47\xcf\x9a\x6c\xf2\xd9\x11\x56\x35\x58\x9b\x07\xb9\x73\x1f\x4f\x74\xda\xb7\x3e\xc0\xd4\x55\x7c\x73\x9f\x6c\x25\x45\xd0\x68\x3f\x10\x5d\xe1\xd9\x52\x9d\xe6\xb6\x4d\xcb\xec\xbe\x2d\x37\x71\x05\xaf\x37\xf0\x00\xb7\xee\x6e\x39\x76\x72\x92\xf7\x89\xb7\xa5\x4e\xa9\x99\xd3\x91\x73\xa1\x23\x64\xba\x98\x39\xf4\x2b\x52\x29\xed\x6c\x4f\x68\xd8\x53\x9c\x85\x9a\x81\x0b\x16\x1b\x4e\x68\x3f\xed\x0b\xeb\xbd\x68\x14\x1e\x4a\x1d\x5b\xea\xf3\xb4\x03\xf3\xee\xf7\xfd\x2b\xb4\x31\x7e\x0c\xcd\x6d\x36\xc1\x89\x61\x9b\x24\xc2\x6f\xa9\xe4\xe3\xf8\xb0\x92\xc3\xa8\x34\x2a\x11\xc5\xa8\x7e\x8b\xd5\x8e\xbf\x75\x26\xac\xa8\xef\x7f\xaf\xd1\x8e\x75\xd5\xd7\xbf\x8d\xf3\x7d\x2b\x56\xb2\xc9\xbd\xbc\x9f\xc0\x91\x78\x19\x6b\x83\xea\x56\xea\x3b\xd6\x05\x26\x8b\x00\xad\xac\x79\xa2\x73\xa1\x03\x94\x6b\x67\x6f\xfd\x15\x4c\x3d\xe1\xcb\x49\x65\xce\x4b\xc7\x09\xb2\x35\x26\x4b\xf9\x2e\x3c\x2c\x48\x14\xe3\xc7\x16\xbf\xb7\x0b\xfe\xd4\xae\x53\xb5\xc2\xe0\xf2\xa2\x1e\xa4\x3e\x62\x78\x18\xfd\xa9\xb8\xac\x44\xcd\x9f\xdf\x20\x74\x42\x1d\xe3\x5b\xc5\x58\x21\x01\x00\x54\x23\x0d\x8a\x16\xa6\x83\x0d\x12\x24\xda\xb0\xfa\xf5\xac\x5c\xd6\xfe\xa7\xa3\x6c\xd1\x2c\x6b\xee\xd5\xf0\xcb\xda\x82\x5a\x20\xec\x90\x40\x0b\x0e\x82\x2e\x00\x59\x05\x6f\x45\x18\x65\x65\x06\x7d\xf4\x3c\x23\x2f\x60\xc3\x47\xc4\x25\x49\xc0\xed\x05\xb7\x7a\x69\x7d\xb8\xdd\x57\x59\xa8\x0d\x1e\xb1\xde\xb4\xb8\xe1\x79\x6f\xa0\x8e\x47\xff\xcd\x74\xa8\x01\xe9\xc2\xab\xa2\x0c\x02\x5e\xe2\xda\x70\x04\xa7\xa7\x73\x22\x5c\x15\xfc\x1a\xc8\x50\x2e\xb8\x17\x45\x09\x74\x01\x9a\xc2\x99\x10\x38\x3a\x1d\xcd\xc8\x82\x29\x3b\x60\xbb\x8f\xd9\x88\x3d\x82\x49\xcc\xb3\xcf\xdc\xf6\xde\x68\xde\x1a\x63\xec\xc0\x58\xb8\x95\x3a\x62\x28\x06\xa0\x2f\xe4\xee\x55\x21\x8b\x8b\x92\xfb\x7b\x62\xbf\x02\x8c\xee\x36\x75\xb6\xd8\xfd\xbb\xa8\xf8\x2e\x76\x4f\x2b\xaf\x1c\xf6\xee\xc6\x9b\xde\x19\x4d\xc3\xa8\x73\x24\xea\x56\x10\xae\xc6\x23\xfa\x9d\xd7\x85\x24\x20\xf0\x10\xf0\x70\x3d\x46\x8c\xf3\xa8\xd8\x14\x85\x7e\x9e\xe4\x6d\x3b\x8e\xf3\xd6\x40\x0e\x73\x92\x0a\x46\xd1\x57\xcc\x49\x07\x92\xe6\x2c\xcb\xfd\x94\x22\x6a\xdf\x8d\x61\xcc\x35\xc7\x64\xb7\xa6\xdc\xdb\x1b\x8c\x1d\xb2\xf5\x04\x2d\x7f\xd5\x15\xe7\x07\x99\x1b\x8d\x40\x9c\x82\x4e\xab\xe7\xd2\x78\x46\x27\x02\x03\x56\x88\x68\xe9\x0e\x5a\xaa\xbb\x1a\xa3\xb6\x0e\x4d\x7c\xd7\xe8\x4b\xdf\xcf\x49\xee\x57\x02\x83\xc6\x64\x1e\x58\x9b\x27\xd1\x41\x5b\x4b\x86\x4c\x30\xdf\x4c\x2d\x56\x87\xd5\xa2\x4b\xf5\x98\xdb\xc4\x54\xc2\x88\xb7\xff\xbd\xe4\xf5\xad\x5d\x49\xaa\x7b\xa2\x00\x74\xe9\xb1\x92\x15\xd7\x0f\x9d\x6a\x96\x0c\xd8\xe4\x0f\x46\xcf\xff\xcb\x16\xd8\x1b\xf6\xd8\xf7\x3e\x40\x25\x15\x9c\x7b\x7b\xec\x45\x06\xb1\x87\x51\xa3\x88\x01\xc2\xac\xf6\x65\xca\xa0\x5b\x9d\xd0\x46\xd4\x2c\x2f\xd0\xa2\x6b\x9e\x35\x93\x19\x98\x73\x99\x24\x9c\x5e\x64\xf0\x07\x89\x09\x6f\xb0\xa0\x20\x85\x3a\x55\x11\xb7\xe6\x22\x8f\xe3\x1a\xaf\xcd\x3f\xee\x47\x72\xdc\xb4\x24\xcc\x49\x9e\xcc\xe6\xcc\x12\x50\x13\xae\x9e\xe0\x91\x54\x45\x4f\xad\x3c\x60\xef\x5b\xf8\x8b\x34\x6b\xb1\x09\xbf\xe3\xa3\xd7\x8f\x3e\x67\x28\x2a\x14\x43\xa2\x88\xa5\x41\xf8\xa3\x7e\x21\x5f\x38\x71\xc7\xa5\xec\xf2\x4c\xc1\xe1\xf1\x38\x95\xdc\xb2\x3d\x10\xbc\x76\x8a\xc4\xf3\xb4\x12\x91\x3f\x1a\x20\x02\x1f\x05\x1b\x86\x98\x62\x40\x27\x53\x19\xf8\x88\xb0\x9f\xff\x39\x4c\x33\x1f\xbc\x43\xb4\x60\x2d\x17\x7a\xea\xc6\x1d\x07\x7d\x5e\x51\xdc\xdc\xb6\xb3\xc7\x15\x04\x2a\xbc\x80\x4a\x7a\x9b\x34\xd0\xf1\xc9\x30\xa8\xac\xdf\xd1\x28\x52\x10\x6e\xde\xd3\x93\x30\xc5\xa9\xb7\xcc\x44\x5e\xd3\x60\x1b\xc6\xe3\xd4\x4e\xb3\x3f\xfe\x08\xf7\x6b\x3c\x4e\x1c\x58\xe4\x72\x68\xc2\x2c\x4f\xb2\x8a\xcd\xb2\xc5\x82\x57\xc8\x76\xbd\x38\xff\x4f\x1b\x59\x91\x55\xc2\x71\x66\x11\x7a\xb2\xfd\xe8\xec\x53\x45\x59\xb2\x46\x31\x75\x93\x0c\xa3\xb0\x4e\x0b\x88\x57\xcf\x32\x92\xa2\xd6\x22\x44\x18\x29\xe8\x6b\x8a\x31\x62\x53\xa9\x58\x83\xd9\x7b\x4b\x1e\x26\xdb\xb9\x1f\x61\xcc\x73\xc3\xa1\xbe\x77\xb9\x94\x51\x45\x13\xdc\x67\x2f\x10\xaa\xb9\xd4\xa7\x42\x34\x84\xef\xef\xba\xd8\x2e\xaa\x99\x8b\x82\x1a\xb2\x99\x61\x48\x5f\xd2\xf5\xc1\x50\x07\x09\xc3\x6f\x8a\x53\xf0\x83\x63\x8e\xa3\xd0\x9a\x5e\x6a\x87\x28\x98\xa6\x82\x0c\x50\x7a\x84\x89\x86\x2b\x76\xf2\xfc\xf1\xe3\x01\xcb\x97\x10\x68\xb7\x54\x24\x4c\x4c\x99\x5c\x2e\x14\xb3\x3f\xc0\x70\xa0\xc3\x28\xc8\x68\x56\x5e\x67\xb7\xd2\xeb\x0a\xf8\x94\x79\xf6\x59\x1d\x3b\xbf\x52\x04\x0f\x97\x04\x6f\x72\x3a\x17\xf1\x87\x6f\x04\x0a\x62\x1f\xbe\x31\xf9\x98\xd4\x25\xf2\xfa\x51\x23\x22\x3c\x16\x4d\x0f\x24\x8d\x21\xfb\x05\x6c\xd9\x4d\xc0\xe1\x20\x34\xb3\x9a\x8e\x89\x95\x9a\xdd\x7a\x7d\x4d\x45\xad\xad\x51\x2e\x38\xc3\x3c\xc9\x02\xf4\x7d\xd7\x26\x6c\xba\xbf\xb2\x6b\x0c\x35\xa8\x4a\x6f\xc3\x5c\x12\x9a\x09\x86\x0d\xa1\x48\xd8\x3f\x96\x5c\x4c\x12\xa1\xa3\x13\x59\xeb\xdd\x61\x45\xa9\xc6\x7d\xbc\xb2\x79\x54\xd4\x34\x3e\x6c\x0b\x8b\xea\xae\x82\x98\x04\xe0\x3f\xf0\xa1\xb1\xfd\x36\x50\xd1\xf8\x6b\x5f\x07\xda\xb7\xbd\x0f\x01\x90\x37\x0e\xba\x93\xa4\x88\x86\xc5\xa6\x34\xb9\xaf\xb0\x73\x92\x7d\xf4\x3b\x5d\x83\x4c\xfd\x3e\x49\x1e\x1a\xe6\xd3\xe3\xd6\x83\xd1\xb1\x98\xd3\xab\x7a\x30\x86\x5b\x6e\xde\xcb\x5d\x00\xdd\xf5\x2b\x87\x9c\xa5\xeb\x56\x12\xe2\x02\xbc\xb4\x90\xcf\x06\xd1\xba\x49\x40\x4f\x22\x10\x2b\xf9\x1a\xe4\x39\x05\x97\x73\x0e\xae\x7c\x36\xfb\x00\xcf\x2d\x8e\x97\x02\x64\x44\xaf\xff\xa2\x01\x8a\x03\xd1\xf5\xe1\x49\x1a\x72\x82\xe1\x50\x25\xcf\xae\x74\x46\x82\x45\x56\x69\xf7\x14\x9d\x4b\xe6\xaa\xc8\x20\x37\x63\x53\x8b\xcf\x9c\xf5\x8b\x21\x1f\x42\x59\x66\x31\x8b\xf6\x58\xb6\x07\xbb\xd3\x76\x27\x36\x10\xaf\xc7\x64\xe3\x22\x4e\x26\x7d\x81\x02\x15\x51\xe2\x2e\x39\x28\x49\xdd\x25\x5c\x28\xea\xa6\xc4\x49\x55\x34\x45\x06\x42\xe9\x66\x91\xbe\xfd\x57\x34\xa7\xdb\x67\xe3\xd6\x4f\x36\x9f\x18\x24\x50\x83\x90\x30\xc9\xd0\x64\x45\x0e\x40\x48\x13\x91\x92\x88\x68\x18\xfb\x7e\x12\x25\x5d\x0d\x33\xfc\xe7\x62\xb2\x2e\x98\xbe\x03\x7f\x77\x72\x0f\xd2\xba\x3d\x2f\x77\xe3\x66\xa7\x1b\xe8\xa1\xbd\x1e\xb4\xa8\x7c\xaf\x8e\x86\x5a\x37\xe4\x9b\x91\xd1\xde\xfb\xdd\xa8\xdd\xdb\x15\x88\x8f\x1f\x67\xc9\x56\xbb\x77\x21\xf2\xdb\x74\x0a\xc9\x28\x8b\x77\x10\x01\xe3\x7e\x1b\xd4\x8e\x55\xbe\x56\xef\x5d\x62\x05\x63\xed\x49\xc1\xb7\x56\x1f\x05\x83\xb7\x25\xd5\x66\x54\x58\x44\x82\x98\x0f\xda\xb4\xcb\x9d\xb2\x1f\xd5\xa6\x6b\x4d\x73\x27\x59\xec\x8e\x92\xbf\x85\xf0\xe7\x1a\xb4\x5e\x7b\x92\x41\x35\x87\x63\x68\xab\xf9\x7e\x5d\x17\xbb\xec\xf1\xc7\x84\xf8\x36\x15\x41\x86\x8f\xb5\xb8\x74\x23\x16\xc8\xef\x76\x27\x05\x13\x81\x08\xd0\x4d\x71\x21\x5f\x14\x37\xba\x5d\xb0\x06\x94\x85\x4e\x0f\x23\x1b\xb1\xd0\x41\xf0\x17\x2e\xcc\x2e\xed\x7b\x5d\xa0\xde\x35\x41\x7a\x37\x10\x49\x8a\x2d\xc4\x12\x80\x37\x78\xe7\xd8\x0c\xde\x5e\x8b\xa5\xe4\xff\xb7\xc0\xdb\x44\xad\xfb\x1e\xf0\x16\xb4\x53\x4c\x55\x37\x04\xfa\x0d\xfe\x7f\x08\xa4\x10\x88\x49\x3b\x00\xa4\xf4\x5b\x6b\xdb\x7b\x49\x04\x70\xa8\xb0\x4d\x3c\x3f\x42\x5e\x67\x6f\x07\x13\xef\xbe\x54\xeb\xbd\xae\x2e\x1b\x33\x51\xf5\x31\xee\xc2\xc0\x26\x54\x89\xb0\x35\xea\x6d\xac\xfa\xd0\xc9\x05\x0f\xda\xa6\xf9\x55\x67\x49\x8e\x69\x93\x15\x45\x89\x6b\x28\x6b\xf6\xa0\xeb\xf9\xb3\x75\x7f\xe9\x93\xf9\xba\x99\xd3\xba\xc1\xfe\xc2\x7d\x31\xfb\x4b\xb0\x53\xeb\xfe\xae\x99\xec\x57\x9d\xeb\xba\x5d\x0e\xd6\x95\xd8\x65\xad\x54\x8e\x16\x17\x83\x53\x0a\x6c\x06\x5d\x2f\xd3\x6d\xdc\xc5\xde\x1e\xc3\x70\x4c\x12\x71\x83\xbd\x6a\x60\xd7\x5b\x42\x56\x97\xe5\x82\xd8\xf6\xa0\x0e\xc5\x0f\xc0\xb3\x44\xfb\x41\x54\xe4\x75\xa6\xdf\xd0\x99\x1e\x32\x85\xfe\x4e\xd1\x8c\x87\x62\x44\x13\xfe\x3d\xbe\xfa\xfd\x20\x8d\x46\x9c\x59\x15\x43\xe7\x60\x3e\x76\x1b\x11\x14\xf0\xe0\xb2\x02\x07\xee\xe4\x55\x33\x91\xe6\x44\x6d\x1e\x1d\xa5\x4e\xb1\xa3\xc5\x53\x8f\x84\x78\xfa\x15\xfb\x08\xfd\xc7\x1f\xe9\xbe\xff\xf8\x23\xc6\xff\x6e\xe9\x03\xc5\x83\x1f\x74\x8a\x30\x3b\x09\x5a\x19\xca\x73\xe9\x30\x5a\xec\xcb\xd2\xd3\x9c\xc5\xe9\x69\xe0\x84\x87\x06\x46\x13\x27\x94\x02\x29\x02\x36\x3a\xbc\xc3\xa6\x56\x3d\x6a\x48\x70\xf8\x43\x6d\xc1\xa6\x90\x55\xf1\xeb\x17\x69\xbb\x93\xe4\x09\x3d\xa0\xc1\x7a\xd8\x41\xba\xd2\x88\xe6\xb6\xb2\xc3\x18\xc3\x18\x25\x89\x9a\x3f\xc3\xee\xec\x87\x91\xd5\x95\xd9\xa3\x39\xaf\xb3\x0a\x2d\x29\xd0\x44\x22\x39\xf4\x1e\x28\xcf\x6d\x37\x8d\x30\x36\x0c\x43\x82\x90\xe9\x64\x40\x77\x9f\xdc\x82\xe0\x2d\x37\x65\xde\xb3\xe1\x33\x50\x2b\x53\xb5\x58\xca\x59\x9f\x66\x60\xb8\xb7\x28\xd7\x66\x5a\xe4\xa6\x77\xb0\xbe\xca\x08\xf4\x08\xdd\x19\xf7\x76\x9e\xa4\xae\x34\x31\x8f\x5a\xcf\xc3\xdd\x4f\x60\xf4\x5f\x5c\x03\x46\xcf\xd7\xe3\xfa\x03\x90\x84\x43\x89\x24\xcb\x6d\xd6\x42\x1d\x0a\xdd\xcd\x33\x18\x39\x0c\x43\x18\x98\xb6\x1b\x87\x90\x78\x1c\x33\xfd\xdb\xc1\xbe\x86\x77\xf0\xa8\xd1\x7d\x0d\x7d\x75\x52\x07\x42\x04\x0e\xa0\x65\xb1\x1b\xed\x48\x02\xb9\x52\x5e\xa8\x05\x04\x63\xce\x62\x53\xc0\x07\xdd\x6c\xba\xd3\x56\x4e\xe4\x8b\x2f\x15\xe5\x3f\xee\x4d\x35\x0c\x61\x68\xb3\x09\x6c\xe1\x58\xcc\x99\x52\xe2\x71\xa4\xb8\x8e\xe5\x82\x95\xc5\x94\x4f\x6e\x4b\x6e\xb2\xcf\x4e\x45\x1d\x2c\xfd\x03\xa6\x13\x34\x11\xc7\x3c\x7a\xb0\xb7\x07\x7e\x55\x02\x63\x13\xa1\xdc\x33\x33\xcc\x0d\xe8\x91\x79\x51\x9b\x0c\x8f\xd2\xa8\x90\x2f\xb3\xfa\x22\xbb\xe4\xbb\x13\x51\x96\x10\xcd\xdb\x1d\xf6\xbf\x1c\xaf\xd8\x31\xad\xff\x39\x41\x61\x8b\x6b\xb7\xf6\xd2\xad\x92\x27\x69\x52\xbd\x9b\x8c\x9e\xe6\x34\x6d\x66\xcf\x75\x87\x99\xf3\x92\x37\x7c\x6b\x15\xfe\x93\x7b\xb4\x0e\xee\xa0\x9f\x44\x23\xf0\x83\xe8\x7b\xd6\xbb\x5b\x4f\x4f\x0b\xd6\x41\x86\x0e\xad\xa2\xa1\xa9\x8f\x20\x6a\xac\x36\x00\xb7\x84\xa6\x33\x7b\x51\x47\xaa\xa4\x4d\x33\x14\xf9\x6f\x19\xe3\xbb\xf8\x9d\x2f\xac\xaa\xea\xc0\x1f\xe4\xc3\xb3\x72\x59\xab\x72\xf5\xdf\xa0\x38\xe8\x99\x14\xe9\x8a\xd6\x59\x5b\xed\x05\x6c\x02\x31\x93\x5d\xe1\x1a\x89\x72\x7a\xc5\xf6\x6c\x8b\x44\x7e\xa2\xf6\x3e\x9c\x0a\xda\x75\xe1\xd2\x19\x81\xf7\xc5\x0e\x0d\x1e\xee\x73\x53\x7e\xa8\x0c\xdf\xa9\xe6\x49\x58\xd9\x7b\x94\x01\x5f\x8b\xad\x62\x0d\x1a\x9b\x7c\x1a\x94\x4f\x17\x79\x99\x27\xc0\x09\xeb\x17\xc9\xcf\x6c\x58\x49\xe7\x99\x6f\xec\x8b\x5d\xc8\xc9\x11\xeb\x4f\xb4\x6a\xc6\xf3\xae\x61\xf9\x12\x23\xcd\x99\x58\x9d\xf0\xc9\x46\x94\xf5\x43\x40\x8e\x58\xbf\xc8\xbd\x8a\xaa\x0f\xeb\xb9\x62\x5c\x75\x75\x88\x00\xc9\x32\x9d\xd8\x3b\x70\xdb\xfd\xe4\xa6\xf5\x89\x41\xfe\xb5\x20\x0e\x1b\x12\x04\xa9\x0d\xfb\xb3\x30\xfa\x96\xf5\x57\x72\x4b\x67\x63\xd6\xdf\x19\xb5\x6f\x87\xe7\xa8\x62\x43\x58\x4a\xea\x02\x71\xca\x27\xa2\xce\x9f\xe2\xe2\x06\x7a\x91\xfb\xfb\xfd\xbb\x55\x82\x08\x9a\xf5\x24\x05\x20\xad\x7f\x45\xaf\x09\x5f\x20\x06\x47\x78\xeb\x35\x22\xa6\x0c\x9d\xa9\x86\x9f\xf9\xad\xec\xbb\x79\xc5\xaf\xb5\x5f\x23\x86\xbe\x17\xcd\xb3\xc8\x35\xb8\xc7\xbc\x94\x33\xef\xb7\xb0\xc8\x2b\xa4\xc7\xe0\x9c\x0a\x06\x40\x15\x87\xd0\x48\x20\x06\xea\xe0\x74\x1d\xc2\x6b\x2e\xb8\xac\x7a\x0d\xfb\x5c\x89\x6b\xf2\x56\xfc\xde\x2d\xd9\xd7\x35\xee\xed\x69\x20\xb2\x10\x84\x70\x02\x43\x2b\x60\x41\x25\x88\xce\x8f\x6b\x72\x78\xea\xd9\x1a\x4f\x15\x0f\xfa\xd5\x89\xad\x81\x7c\x1b\xae\x36\x48\xac\x6c\x5c\x7c\xfa\x24\x82\xab\xea\xce\x75\xb1\x13\x86\xee\xb1\x17\xc8\x74\xe3\x16\xfa\xbe\xc8\x3f\xb2\x31\x7b\x4c\x3e\xda\x07\xd8\x27\xee\x04\xb4\x5c\xdb\x7a\xfb\x12\xea\x7c\x4d\x03\xfd\xa1\x9e\x38\x5a\xe2\x9d\xfe\xce\x13\x7a\xda\x2b\xe3\x7f\x46\x52\xb5\xa9\x72\xa0\x21\x81\xeb\x6c\xb6\xcc\x0b\x11\x94\x5d\x15\x39\x0f\xcb\x44\xd8\xb0\x2c\xc2\x9e\xaa\xc9\x4c\xd4\x41\xe1\xc5\xb2\x69\xd0\x5d\x99\x14\x16\xd5\x62\xd9\x04\x65\x0d\xbf\x69\x0e\x6b\x9e\x05\xc5\x68\x78\x1b\xce\x65\x61\x7c\xa0\x69\x07\xea\x2e\x85\x65\xe1\x74\x9a\x59\x58\x90\x07\x05\x13\x51\xfe\x5c\x0b\x4c\xb4\xea\x17\x07\x25\x53\x51\xcf\xc3\x75\x4d\xeb\x6c\x1e\xce\xa1\x98\x5f\x06\x25\xb3\x66\x6e\x32\xbc\xc7\x7e\xcc\xbe\xb3\xb3\xa3\x1a\x2e\x4e\x00\xa1\x2f\xed\x04\xc8\xf8\x81\x56\x19\x91\xcb\x5f\x67\x90\x8f\x16\x30\xa3\xce\x64\x14\xfe\x34\x88\xd2\xd0\x1c\x00\x99\x51\x3b\xe4\x8c\xda\x01\x68\xd4\x02\x47\xa3\x14\x2c\x8d\x12\xf0\x34\xea\x02\xa9\x51\x07\x68\x8d\x5a\x21\x2c\xab\x79\x36\xea\x86\xb5\x51\x17\xcc\x8d\x3a\x60\x6f\xd4\x02\x82\xa3\x14\x18\x8e\x52\xa0\x38\x6a\x07\xc7\x51\x07\x60\x8e\x5a\xa0\x73\xd4\x0e\xa3\xa3\x56\x58\x1d\x45\x00\xeb\xb3\x03\x3f\x43\xfc\xf5\xac\x72\xe9\xce\xb3\x4b\x88\xa7\xa1\x43\x2b\xd4\x26\x0c\x1f\xda\xa9\x68\xbb\x20\x70\x93\x6a\x04\x2a\x3b\x21\xd2\x14\xcf\x49\x80\x57\x55\x07\x02\xbb\xc3\x10\xb6\xe7\xdb\x05\xf7\x62\x68\x34\xd9\x25\x30\x6d\xbb\xec\x3c\xbb\xc4\x28\x1e\x7d\x3e\xbc\x1c\xb2\x0f\xdf\x28\xde\xfb\x9b\x1d\x5a\x19\x7b\xdf\xd5\x01\x63\x31\x1a\x0f\xfd\xce\x6f\x26\xe5\x32\xc7\x54\x52\xaa\x57\x55\xf7\x15\x09\xca\x21\x8d\x3a\x44\xcd\x76\x83\x14\x03\x9b\xd0\xee\x30\xe0\xa8\xbd\xef\x04\x1d\xc8\xa7\xe7\xce\xbd\x29\x08\x03\x1f\xf8\x3e\x65\xd5\xad\x0e\xd8\xa1\x77\xc6\x4b\x50\xa6\x03\x08\xdd\x21\x4d\x88\x96\x1b\x45\xe6\xa0\xc3\x12\xfe\x4a\x9f\x96\xdb\xa6\x31\xeb\x9b\x83\x78\xf8\x30\x42\x30\xef\xf5\xb7\x8f\x60\x13\x93\x44\x75\xbe\xf4\x94\x4e\x01\x1b\x8e\x3a\x88\x17\x70\x9f\xd4\x77\x70\x83\x78\xae\xce\xf9\x59\x26\x69\x40\x03\xf2\x65\x78\x91\x49\xee\x35\x43\xa7\x83\x42\x54\xaf\x45\xce\x83\x90\x0a\xf6\x5b\x22\xa4\x82\xea\x6d\x80\xff\x09\x42\x52\x43\x53\x55\xde\x16\x88\xc1\x7a\x69\x07\x6d\xec\xc7\xae\xa8\x0f\x83\x30\xa1\xa0\x89\x71\x1e\x06\xe2\xda\x22\x3c\xc4\x71\x9d\x5d\x1e\xd7\x62\xe1\x42\x9a\x9b\x12\x74\x62\x24\x05\x3a\xba\x8f\xdf\xb7\xf9\x98\xe8\xda\x6e\xe1\x16\x5b\xfb\xab\xf1\x69\xf4\x9b\xd8\x88\xe7\x7b\xb9\x22\x6c\x59\x23\x6a\xb9\x77\x5d\x34\x33\x53\x3f\xd1\x15\xc6\xd2\xd2\x3b\x14\x4e\x01\x03\xbb\x24\x5a\x01\xc0\xbc\xe4\x99\xcd\x12\x12\xc0\x12\x7e\x72\xa1\x31\x52\xcd\xcf\x66\xe2\xfa\xb0\x2c\x93\xed\xf5\xb7\xee\x0e\x5e\x08\xd1\xb4\x8c\x8f\x9f\x68\x68\x0e\x83\xc2\xfd\xc4\x14\x04\xf0\x83\xb4\x14\xbc\x5a\xce\xd9\x91\x28\xcb\x6c\x21\xf9\x61\x59\xfe\x5a\xd8\x5c\xf8\x80\x1f\xd0\xcf\x95\x8d\x75\xe6\x08\xed\xe3\xa9\xb8\xe1\x41\x10\xee\x69\xd3\x11\x49\xf0\x10\x52\xc9\x05\x2c\x82\x5f\x41\xba\x92\xe7\x56\x98\xd1\x66\xe1\x10\x59\x09\xe2\xd2\xa0\x81\x39\x3e\xa3\xe5\x43\x76\x04\x26\xa7\x4a\xe6\x29\x2a\xc8\x0a\x0e\xee\xb1\x35\x77\xad\x10\xef\xe3\x23\x27\x15\x86\x6c\x05\x78\xb5\xd4\x03\x43\xbe\x66\x6d\x9f\x5e\xf3\x5d\x93\x69\x2c\x1f\xb2\x17\xa2\x66\xfc\x26\x9b\x2f\x4a\x0e\x01\xce\x33\x26\x21\x4d\xeb\x45\x56\x83\xc5\x7b\xfe\x5f\x4b\xd9\xf0\x1c\x9f\x7f\xb3\xa5\xd4\xd6\xb3\x30\xc2\x75\x91\x37\x33\x88\x32\xa5\xc7\xbf\x15\x4b\x36\xc9\x2a\x3d\xe8\xc4\xae\xa1\x11\xa8\xee\x65\x19\x19\x5d\x09\xb1\xec\x19\x67\xd9\x75\x06\xeb\x82\x2d\x29\xac\xb2\x4e\x91\xed\x9b\x05\xaf\x64\x71\xc5\x99\xc0\xa0\x1b\xa2\xa2\xd1\xca\x2f\xb8\x5a\x3e\x67\x72\x91\x29\xda\x50\xde\xd2\x2c\x2f\x24\xb1\x10\x15\xbe\x8c\x94\x67\x8f\xe4\x5c\x5c\x5e\x96\x7a\x51\x13\x0d\x3f\x3a\x38\xbe\x8e\x12\x87\x14\x5f\x1d\xb1\xf5\x40\x55\xab\xa7\x83\x35\xd0\x09\x01\xbf\x11\xeb\x67\x65\x69\x0a\x72\xdf\xe5\xca\xa8\x2e\xbe\x1e\xd4\xa5\x52\xff\x40\x16\x24\x42\x80\x03\x72\x12\x65\x04\xc2\x64\x12\x70\x0c\x5e\x68\x7b\xb8\xa8\x2f\x31\xe9\xc0\x5b\x48\x3a\x70\x44\x92\xd8\xd8\x1d\x50\xad\x0f\x4c\xb0\xbf\x68\x97\x11\x5d\xb9\x64\xbb\x02\x63\x5e\x99\x31\x14\xb7\x75\xc5\xeb\xba\xc8\x11\xc0\xa1\x37\xc8\xdd\x63\xa2\xa6\x91\x3c\x67\x38\xa0\x34\x79\x4b\xd3\xc4\xe2\x29\xdd\x1e\xa8\x61\xa2\x04\x85\xe5\x72\x3f\x9a\xad\x0d\x7c\x66\x14\x57\x6a\x82\xd9\x64\xc2\x25\xc2\x89\x77\xe1\xed\x89\x0c\xd9\x2f\x92\x9b\x3b\x2b\x1b\x9e\x81\x9a\xa5\xe6\x53\x60\x1b\xb1\xb9\x71\xf6\xc0\xc8\xf9\x3a\x69\x09\x3e\x67\xa0\x85\x05\x09\xb1\xa6\x1d\x57\xfc\xd8\xb5\x7a\xf5\x54\x35\x7c\xe0\x07\xc7\x21\x73\x23\x2b\x23\x6b\x82\x04\x3e\xc0\x90\xaa\x55\xe5\x39\x5a\xb6\xa3\x87\x8c\xe1\x67\x87\x66\x1c\xa3\xfb\xb5\x1c\x18\xe9\xf2\x19\xc2\x34\xda\x6d\x63\x06\x88\xbc\x98\x40\x9c\xfd\x60\xea\xe6\xc6\xea\xa4\x49\x05\x06\xba\x55\xcc\xcf\x5c\xe4\x7c\xc8\xce\x78\x03\x38\x02\x22\x3e\x5e\xdc\xda\x53\x77\x8b\xcd\x26\xcd\x01\x0d\x49\x64\xe6\xf0\x3a\x5b\x40\xa8\x5e\x73\x50\x2e\x08\xa6\xf6\x67\x01\xce\xb8\xce\x30\x9d\x44\x5e\x8b\x05\x09\xe8\x5f\x34\xb7\x66\xa1\xb9\xc7\x1f\xa8\x2d\xf5\x39\x06\x32\xe4\x0c\x39\x86\x46\xb0\x79\x56\x65\x97\x1c\xda\xee\x41\xd7\xd9\xa4\x16\x52\xa2\xef\xba\x1a\x4f\x63\x0d\x7f\x08\xe4\x38\xe8\x10\x58\x42\x86\x80\x31\xe1\x8c\xb4\xdd\x8d\xa8\x6b\x2e\x17\x02\x9d\xdd\xcc\x62\x35\x1d\x01\xcd\x14\xe0\xf5\xcb\x42\x36\x90\xba\x06\xa2\xf3\xc1\xd0\xe8\xe0\xa0\x33\xda\x18\xff\x3a\x3d\x21\x8c\xcc\x70\x2e\x4e\x75\xc3\x83\x11\xbb\xc3\x42\xca\x9f\x3f\x61\x44\x7d\xeb\x02\xe9\x45\x2c\x16\x34\x3c\x70\x46\xfe\xa0\x24\x5a\x81\x16\x3a\x82\x41\x7b\xd9\xfd\x88\x82\x1a\x3c\x70\xea\xe6\x64\x2e\x8d\x20\x09\xa7\x02\xd0\x4d\xf2\x34\xa5\x7a\x87\x16\x6a\xa3\x0a\x9d\xe9\x09\xd3\x2d\x90\xee\x5c\x57\xde\xfc\x8c\x48\xa5\xce\x8f\x4c\xc8\x34\x85\x62\x58\x60\x7a\x55\xfe\x62\x20\x67\x57\x33\xab\xc5\xf2\x72\x66\xae\x98\x65\x88\x87\x96\x4a\x51\xf6\x59\xcd\xca\x67\xa8\xef\x37\x8c\xe6\x2a\x6c\x1a\x10\xcc\x1a\x62\xc0\xc0\x8c\x5d\x1a\xc2\xa1\x86\xb5\x54\xe4\x7e\x23\x02\xee\xf0\x87\x6d\x19\x55\xd5\x7c\xb5\x6e\xe4\x53\x97\x7d\x8e\x60\x60\x0d\x1e\x96\x1c\xe3\x81\x98\x8e\x45\x85\xad\x8e\x38\x90\xdf\x8a\xcb\xa6\xa8\x2e\x8f\xf9\xa2\x99\xd9\x4c\x75\x03\x68\x82\x40\x3a\x50\xe8\x8a\xdf\x1c\x78\xaf\x0a\x24\x89\xd3\x1b\x91\x73\xba\x19\x94\x3e\xd9\x1c\xed\xa2\xc4\xe0\x9c\x54\x22\x63\x76\xa5\x65\x12\x6d\xda\x6d\x95\x56\x94\x50\x58\x10\x3d\x8c\x6a\xb5\x56\xf7\x01\x93\xf4\x58\x9a\x67\xca\x81\xec\x99\x1f\xa4\x6b\x75\x19\x6b\x51\x4a\x36\x13\xd7\x7b\x1a\x09\xc3\xa9\x20\xa6\x92\xae\x87\x61\xd8\xa5\x92\x16\x0f\x46\xbe\xf4\x98\x9a\xb4\x91\x4d\x06\x36\x8b\x8a\x42\xd8\xe8\x50\x55\x63\x9c\x51\x43\xaf\xf4\x10\x26\xa2\xcb\xc1\xc8\x49\x42\x49\xc2\x64\x8e\xda\x1a\x14\xe2\x29\xf3\x9b\x85\xcd\x57\x64\x7d\xc5\x2e\x78\x73\xcd\x39\xe6\x52\x70\x6c\x1b\x84\xfa\x6e\x58\xc9\x33\x70\x1d\xb4\x70\x22\x75\x27\x0e\x0c\x45\x05\x47\xf6\x1c\x8a\xe1\x49\x55\x67\xaa\x3c\x18\xb1\x7e\x21\xcf\xc4\x9c\x93\x0a\x2d\x1c\x9c\xcf\x35\xe8\x0a\x18\x75\x15\xce\x01\x12\x06\xc1\xbe\x93\xe0\xab\xcb\x6a\xa2\x73\x57\x23\x9a\x71\xcc\xec\x24\x9b\xcc\x78\x3e\xd0\x2c\x84\x64\x19\x5b\xf0\x7a\x0a\x5a\x3c\x13\xad\xd2\xf1\x6a\x4c\x2a\x0a\xae\x6f\xe6\xad\x22\xa9\x00\x7c\x36\xd8\xa6\x5e\xe7\x52\xf2\x77\xd9\x25\xe6\x19\x4d\x11\xd0\x2e\x8e\x27\xe7\x0d\xaf\xe7\x45\xc5\xd5\x89\xd8\x34\x8b\x28\x5b\xd8\x49\x5b\xe2\xa2\x58\xc5\x65\x59\x0e\x14\xd7\x76\x55\xd4\xcd\x12\xde\xee\xb5\x71\xce\x77\xec\x57\x53\x84\x6c\x3c\x3e\xa7\xe4\xb9\x26\x50\x73\x71\xc5\xf5\x56\x59\xfc\x9b\x21\xb3\x05\x7a\x3a\x8c\x17\x84\xd9\x9d\x14\xc7\x25\x74\xe6\x21\x94\xe2\x6a\x6b\x11\x08\x7b\x53\x28\xf0\xa8\xf8\xb4\x68\x24\x2b\xb3\xfa\x92\xd7\x7a\xd2\x13\x5e\x65\x75\x21\xa4\x82\xd8\x9a\xe7\xcb\x89\xc9\xff\x74\xfc\xf6\xb5\xf1\xbb\x95\x93\x9a\xf3\x0a\x45\x29\x25\x89\x54\xfc\x12\x34\x3e\xe5\x2d\xcb\xe0\x91\x0d\x0e\x45\xd4\xf3\xac\x9a\xc0\xdd\xd7\xc3\xca\x79\x56\x96\x7a\x24\x39\x24\xe7\x64\x70\x45\xa1\x44\x2c\x45\x7e\xc9\x06\xb8\x7d\x32\x40\x0f\xf2\x8f\x3e\x82\x20\x5b\x11\xe5\xff\x44\x85\x16\x99\x76\x57\xd5\xe1\xda\x74\x86\x16\xa5\x02\xb0\xae\x3d\x73\xca\x96\x5b\xca\x6c\xa6\x8d\x37\x68\xc6\x8b\xcb\x99\xda\x90\x72\xb2\x2c\x71\x01\xe0\x87\x79\x71\x8b\x5b\x7b\xe5\x9d\x2e\x9d\xe9\x25\x6f\xb4\x8a\x41\xf5\xa0\x66\x79\x89\x3a\x62\xa4\xbf\x03\x1c\x40\x87\x71\x4a\x3d\x04\x7f\x15\x31\x29\x14\x76\x7e\xa9\x8a\xff\x5e\x72\x56\xe4\xbc\x6a\x8a\x69\xc1\x6b\xa7\xda\x55\xd5\xe9\x02\x3e\xf3\xdb\x18\x89\xeb\x6e\x74\xa0\x66\x17\xa4\xd9\xf6\x30\x20\x19\x48\x11\xb0\x66\xa8\x63\x21\x3d\x57\x94\xcb\x8a\x25\xa6\x0c\xd6\x91\xf3\x1b\xbf\x67\xea\x26\x8b\x09\x46\x91\x0c\x7a\xb2\x51\x56\x37\xde\x96\x46\xdd\xbf\x14\xd7\x98\x4d\x34\x44\x42\x76\xda\x74\x98\x70\x4f\x26\x62\x59\x35\xad\x7d\xbf\xe1\xa0\x31\x40\x4e\x0b\x95\x0a\x95\x27\x9b\x1b\xf3\x89\x24\x17\x66\x3a\xc1\x07\x51\x2d\x52\x98\x8b\x5a\xf2\x2b\x5e\x2a\x14\x51\xd1\x31\x68\xdf\x50\xe3\xa0\x75\x6e\x7f\x35\x21\xe1\x78\xce\x0e\x1b\xf6\x78\xf8\x68\xf8\x68\x10\x12\x5c\x75\x39\x01\x21\x23\x1a\x2f\x1d\x8d\xa3\x15\x45\x8d\xb1\xc4\xfc\xdc\xb2\x48\x40\x81\x8e\xb4\x5d\xbc\x13\xa7\x56\xc0\xdd\xa7\xdb\x0c\xc9\xe1\x2c\x45\xf3\xfb\xb6\xfa\x84\xee\xce\x5d\xc7\xe1\x19\x42\xe7\x72\x39\x9f\x67\xb5\xc2\xcd\x0a\x55\xcb\x19\x24\x0a\x54\x33\x0a\x16\x82\x1f\x0e\xcb\xb2\x7b\x34\x27\xfd\x28\x32\xab\xad\x33\x7d\x88\x8d\x41\xbf\x90\x20\x5a\x61\xed\x8e\xfe\x0f\xeb\x8b\xa2\xa9\xb3\xfa\x96\xe5\x59\x93\x99\x84\xb9\xb9\x51\x20\xd4\x5c\xf2\xfa\xca\x1d\xcf\x04\x70\xb0\x97\xa9\x38\x6b\x32\xe4\xf7\xda\xf1\x9f\x16\xcd\xb5\xba\x10\x9e\x0f\x59\xdf\x19\x32\xed\xb0\xcc\x68\x51\x7c\x81\x4b\x36\xd9\x7c\xa1\x2f\x38\x12\x24\x23\x3d\xbb\xdd\xa9\x14\x17\x52\x48\x26\x17\x7c\xa2\x10\x0d\x90\x77\xce\xb2\x3a\x2b\xb0\x77\xd2\x39\xf4\x4b\xa2\xdd\xe9\xdd\x53\x68\x82\xac\xc8\x1a\x54\x25\x78\xcb\x08\xb3\x97\xd9\xa5\x27\x98\x93\x33\xc9\xa4\x4e\x33\xa7\x36\xb6\x11\xac\x14\x59\xae\xd6\xa7\x7d\x39\xb4\x09\x31\x56\x86\xfb\x6e\x7b\xc9\x3d\x52\xab\xd5\x75\x4b\x1d\x70\x9e\x0c\x95\x35\x8a\x85\x29\x97\x49\xf4\x52\xf1\x9b\xc6\x6c\x9b\x3f\x48\x0b\xb6\x9c\x65\xf2\xb5\xa8\xf9\x31\x1e\x68\x4b\xe2\xe6\xfb\xd2\x07\x9a\x41\xfb\x2e\xd4\x6f\x10\x1c\x54\xe0\xd5\x35\xc2\x75\xcd\x51\x97\xe1\xa9\x0d\xad\xb8\x28\x0f\x4b\x7c\x06\xed\xbe\xb8\x38\x4d\xe8\xbd\xe1\x73\x56\x16\xf3\xc2\xf2\xce\x86\x7a\x9e\x34\x7c\xfe\x4a\x7d\x88\x08\xa8\x4f\x2c\xad\x20\x60\xf5\x21\xa2\x46\xd6\x22\x98\xb6\xe1\x87\x19\x64\x16\x30\xd8\xc6\x72\x17\xe7\xa1\x42\x13\xd9\xe2\xc3\x75\x3a\x4d\x33\xfe\x49\x05\x2c\x92\xe1\x2a\x4c\xfe\x6a\xef\xbc\xf5\x11\x9b\xe3\x75\xaf\x13\x96\x2c\x90\x17\x8b\x2d\xfb\x56\xc8\x0b\x96\x3c\xc5\x97\x05\x43\x18\xc9\x1b\x86\x1d\x85\x3e\x6c\x6c\x39\x8c\xdf\xfb\xd4\x3d\x70\xd8\xce\xc9\xa3\x47\x7c\x4d\x0d\xaf\xa5\x2d\xd1\xca\x52\x5c\x4b\x82\xc7\x60\x58\x64\xfe\x58\xc6\x30\x6a\x7d\xe2\x62\x18\xc1\x17\x77\x0b\xb5\x81\xf4\x3d\xed\x69\xb4\x99\x09\x8d\xe7\x7d\xa6\x02\x9b\x7c\x58\x96\xac\x2c\xaa\xcf\xa9\x19\xe9\x9d\x6d\x9d\x12\xdd\xf9\xaf\x34\x27\x7d\x22\x89\xc9\xe0\x49\xb4\xce\x85\x1c\x54\x3c\x95\x17\x21\x1e\xb5\x02\x91\xd0\xce\xfb\xf4\xfd\x00\xae\xf2\x44\x80\x97\x94\x77\x5c\x8a\xfb\x00\xae\x1a\x35\xa6\xc9\xe7\xaa\xa1\x16\x6a\x3c\x6e\x2b\x51\xef\x60\x94\x6e\x1f\xcd\x3d\x8d\xc5\xf8\x7c\xd1\xdc\x52\x84\xa0\xae\x46\x95\x9c\x26\x68\x65\x29\x77\x39\x13\xd7\xcf\x55\xf3\x9f\x8d\x2a\xad\x55\xc2\xb8\xcf\x09\x2a\xfa\x06\xba\x13\x32\x64\xa8\x4a\xf9\x2a\x38\xff\xb8\x80\x8c\x04\x04\xe9\xb7\x6b\xd5\xef\x56\xfb\xff\x62\x8a\xef\xa3\xa4\xa0\x0e\x0f\x78\x84\xc0\x17\x98\x9d\x59\x0b\xd4\x55\xee\x1e\x02\x35\xb9\xe7\x73\x7c\xe0\x41\xe6\xb6\xbe\x22\xda\x4e\x09\xbb\xf4\x4a\x64\x79\x51\x5d\xa6\xe9\x4e\x3c\xad\x73\x45\xd6\x01\x96\x14\xf4\x53\x44\x2f\x5b\x18\x91\xc2\xe8\x27\xd5\x8c\x88\x76\x12\xc7\x55\xfd\xa5\x94\x68\xe7\xb6\xbd\x79\xd4\xd4\x7c\x85\xe6\x04\x7d\xe2\x02\x35\x2d\x4e\x0e\xba\x41\x19\x4b\xbf\xb6\xa0\xa8\x43\x9b\x9d\x78\x5a\xc2\x44\xdb\xaa\x71\x62\x49\xba\x8b\x57\x2d\x32\x09\x3b\x06\x6f\x09\xbc\x12\xda\x02\x14\xb2\x9a\x95\xcb\x39\x18\x31\xd3\xfd\x73\x47\x27\x17\x70\x9d\xf5\x45\x42\x2f\x08\x55\xb7\x00\x6a\xde\xd4\x9c\xc3\xdf\x8e\x5d\x3c\x12\xe5\xd9\x22\xab\x36\x9f\x81\x27\x96\x18\x56\x50\x72\x50\x8e\x2b\x79\x1f\xbf\xeb\xc1\xf0\x87\x1b\xed\x8c\x37\x67\xa8\x90\x68\x1d\xcd\x99\x64\xf5\xa4\x1d\xb6\xb6\xa1\xa4\xef\x3b\xf2\x3b\x21\x4f\xaa\x33\xde\x7c\x9d\x85\xc2\x26\x86\x43\x9c\x8a\xeb\x23\xc5\xa7\x7e\xfd\xd5\xb5\x0d\xd7\x06\x7f\x1a\xc7\xfe\x06\x6f\xf0\xfe\x03\x51\x23\xe0\x19\xbf\xba\x2c\xb5\xc4\xec\x31\xec\x85\x64\xf3\x65\xd9\x14\x8b\xb2\x70\xf7\xc5\xc1\xa9\x09\x5d\x07\xe1\xb6\x96\x65\xa9\xc0\x6d\xc2\x6b\xfd\xd8\xdf\xaa\x26\xc1\x9b\x00\xb3\x49\xed\x8d\x96\x79\x5b\xe4\x5d\xa9\x85\x66\x5f\x2b\xdd\x29\x19\x52\x41\xfe\x17\xc9\xd9\x27\xd3\xe6\x93\x79\x7d\x1d\xb2\x63\x57\x25\x6b\xd8\xd5\xf0\x4f\x3f\x0d\x1f\x6f\x2e\xad\xb3\x43\xe7\x53\xc4\xac\xc6\x51\x5b\xf2\x14\x95\x26\x6a\x0e\xd9\xa8\x8d\x0d\x5f\x3b\xd6\xe8\xbe\xcf\x3d\x95\x82\x22\x09\x06\x89\x80\x56\xcd\x6d\x52\x59\x5c\xd9\x00\x69\xdb\xaa\xee\xcf\xb5\xa4\xa5\x5d\x49\x02\xd9\x3c\xc5\xc2\xb6\x22\xdd\xce\x9e\x3e\x7c\x63\x18\xc2\x0f\xdf\x20\x4b\xe8\x73\xdd\xaf\x8a\xea\x73\x5b\xcf\xb1\xbc\xd2\xd1\xaf\xda\x68\x1d\x28\x25\x10\x58\xce\x8c\x6a\x23\x4d\xae\x02\x21\xa5\x6b\x50\x77\xa4\x7a\xa4\xe0\xe1\x00\xb9\x69\xf0\xca\xfb\x82\xb1\x3e\x7c\xf3\x99\xdf\x2e\x17\x1f\xbe\xd1\xfe\x88\x85\x64\xd3\x82\xe8\x0c\x53\x82\x92\x37\x81\x7f\xe7\xb7\xbf\x28\xc2\x46\x22\x1f\xfe\x3b\xbf\xbd\x10\x59\x9d\xbb\xe0\x87\x26\xf2\xe1\x20\xa0\x83\xdb\xee\x09\x79\x46\xd9\x48\x6c\xfc\xe2\x43\x28\x64\x84\x19\xec\x49\x43\xf9\xcf\x7a\x3d\xeb\x87\x39\x36\x2c\x92\x34\x3c\x1a\x0e\xe1\x6e\xdf\x64\xc6\x27\x9f\xd9\x85\xb8\x61\x98\x14\xf8\x5a\x67\xfa\xb3\xc2\xbd\xff\x2c\x4d\xb4\x71\x28\xcb\x40\x47\xbf\x22\xf3\x9e\x44\x27\x5b\x70\xc3\xb5\x63\x87\x35\x46\x71\x0a\x6a\x72\xfa\xac\x29\x9a\x92\x87\x0f\xa0\xe7\xaa\x70\x4b\x31\x50\x5b\x1e\x4f\xc1\x18\x4c\x1d\xf1\x9e\x59\xb7\x36\x5d\x6f\xc1\xba\x77\x7f\x85\x0b\x19\x75\x3d\xc4\x5e\x9e\x59\xb3\x77\xb9\xb2\x68\x99\x20\xe0\xa8\xd6\xc1\xa8\x3d\x73\x02\x56\x0b\x92\x27\xa8\xb9\x9f\x35\xa2\xe6\xd2\xbc\x3f\xc2\x31\xf5\xa4\x55\x32\x6f\xf2\xf0\x8f\xa9\xe5\x9c\xb5\xcb\x26\xd6\x2f\x68\x2f\x15\x3e\x82\xa6\x0d\xa5\xda\x8c\xa4\xee\x25\xc7\x80\x51\x65\xda\xbc\x09\xe2\x21\xa1\x8a\xf4\xe9\xbb\x62\xf2\xf9\x69\x64\x24\x36\x60\x3a\xdd\xde\xfe\x3e\x83\x00\x82\xad\xd5\xec\xe2\x7b\x36\xa1\x13\x2e\xdc\xc8\xbe\xa2\x86\xe7\x29\xef\xba\xba\xdb\x82\x2b\xee\xd6\x5a\x63\x7f\xbf\x91\xc7\x45\xdb\x51\x20\x29\x99\xc1\x4c\xaf\x29\xc9\xc8\xe4\x1b\xff\x3a\x26\x75\x68\x1b\xa6\x13\x0a\x0b\xd1\x18\x43\xb3\x27\x16\x96\xe2\x92\x13\xd0\x6a\x2f\x8a\xea\x92\x7c\xdb\xce\xec\xdb\x37\xb9\x05\xce\x2b\x6d\x71\x0b\x9f\xa8\xc5\xac\xe7\xa2\x78\xf6\xee\xf0\xe8\xf9\xe9\xef\xbf\x9d\x1c\x9f\xbf\x64\x63\xf6\x6f\x7f\x8a\xab\x90\x6e\x3a\xd2\x7b\x85\xf3\xd8\x37\x09\x66\x02\xcf\xc6\x3b\x54\xdf\x0e\x28\x1f\xc8\xc6\xde\x3c\x06\x68\x2e\x31\x66\x3d\xd0\xdb\xeb\x87\xd0\x9e\x97\xb3\xc6\x74\x77\xad\xdb\xa3\x4e\xf8\x3b\xda\xab\x6f\x91\x8f\x15\xf6\xd9\x23\x76\x60\x7d\x9b\x41\x3e\x22\x0e\xcc\xbd\xb9\xdc\x25\xeb\xe8\xad\xd0\x78\x70\x7c\x77\x67\x38\x99\x11\xeb\x15\x55\x59\x54\x7c\xf7\xa2\x14\x10\x50\x0a\x27\xb0\x5a\xc1\x9c\xc7\x77\xea\x7f\x8d\xfb\xee\x0e\x1b\x99\x2c\x19\xab\x6d\x5d\x6c\x4f\x26\xa2\x1a\xb0\x17\xa2\x6a\xd4\x5f\x81\xfd\xb6\x2a\xf2\x6a\xdb\x35\xd8\xa4\xd4\x5b\xd8\xc0\x1f\x29\x7a\x66\x8c\x1e\xe1\x87\x67\x06\xe9\x4a\x28\x6c\x41\x29\x85\x2a\x3c\x8e\x4b\xde\x1c\xd9\xb9\xa8\x63\x89\x26\xf6\xb4\x7b\x88\x7d\x9d\x8f\xc4\x83\x40\xf8\xfe\x2c\x93\x5d\xe9\xe5\xdc\x2a\xf6\xdb\xd2\xc6\xb9\xd8\xce\x03\xba\x6a\x74\x36\x49\x66\x8d\x23\x40\xab\xaa\x43\xcc\x1e\xcc\x21\x41\x12\x6a\x99\xdc\xc3\x3a\x1b\x37\x5b\x4a\xfe\x22\x93\x70\x6e\x26\xbc\x5e\x94\x6e\xc9\xc5\x0b\x24\x9b\xe5\x6d\x9e\xce\x36\xfe\x60\xc0\xee\x4c\x7e\x6c\xf8\xcf\x03\x6f\x68\x33\xad\xd5\x8e\x17\x65\x48\x8d\xed\x68\xca\xd8\x9f\xd2\x81\x03\xab\x11\xd4\xb4\x73\xf2\x5d\xff\xb5\xb3\x7a\xca\xc1\x5f\x0e\x15\xa6\xd3\x7e\xeb\x35\x9f\xae\xac\xc7\x3b\x63\x4f\xfd\xc1\x8b\x89\xa8\xa0\xf5\x87\x6f\x8e\x8a\x7a\x52\xf2\xd3\xa2\xba\xfc\xf0\x4d\x4b\xb7\x13\xa8\x42\x5d\xe8\xbb\x3a\x3c\x6b\xb2\x66\x29\xb1\x5b\x38\xcf\x79\x56\x7f\x6e\xef\x5b\xd5\xa0\x5d\x3b\xe7\x7a\x93\xf8\x63\x35\xf8\x50\xa9\xbf\x2c\xc0\x05\x6e\xf5\x3d\xfb\xa1\xe7\x3b\xa2\x02\x39\x07\xa3\xaa\x4c\x36\x2e\x9b\xc7\x25\x6f\x7e\x86\x94\xc7\xee\x5c\x07\xb0\xe5\xea\x04\xce\x8a\xbf\xab\x9f\x97\xbc\xa1\x8d\xdf\x88\x43\xb0\xa4\xdf\xcc\x6f\xe3\x4e\x35\x3f\x3d\x7f\xb5\xed\x75\xdf\xfe\x86\x87\xde\x2d\xdd\xd3\x4b\x5d\xe0\x70\x27\x8c\x37\x26\x12\x4d\x85\x7b\xa1\x1a\x26\x0c\x43\x40\x20\xc5\xbb\x58\xa2\xbf\xaa\x12\xef\xa3\x6b\x09\xc6\xbe\x4b\xd9\xb0\x0b\xce\xe6\x59\xb5\x04\x77\xfd\x6c\x81\x4a\x0c\x2d\x9d\x6b\x0e\xd0\xf8\xe4\x19\x03\x6a\x58\xb1\x35\x3d\xe0\x93\xcf\x2f\x85\x6c\xa2\x61\x54\x61\x6f\x90\xcc\x85\x79\xc9\x0d\x3b\x30\x76\x46\x36\xc1\x86\xef\x8c\xfc\x1d\x1f\xbb\x54\xd0\xf7\x49\x55\x67\x10\x94\x36\xbc\xd1\x68\x06\x81\xfd\x99\xb8\x41\x6b\x1a\xf6\xc7\x1f\xac\xf7\xf8\xcf\x8b\x9b\x9e\x45\x19\x31\x06\x6b\xc9\x09\x77\xc7\x16\x59\xc9\x9b\x46\x61\x38\x3e\xcf\xaa\xa6\x98\x1c\x89\x52\xd4\x10\x99\xa7\x6a\x24\x34\x6b\x34\x9f\x6a\x9d\xd1\xa5\x02\xca\xb1\x86\xce\x3e\x26\x87\xf7\xba\x0d\x31\x5f\x08\x1d\xfd\x24\xcc\x98\x3c\xf3\x5e\x57\x72\x96\xd5\x3c\x27\x68\xc0\x30\x55\x2e\x87\xdd\x54\xdf\xb7\x91\xde\x27\x93\xef\xd1\xa5\xa4\xcb\x2e\xa4\x28\x97\x8d\xcd\x57\x57\xf2\x69\x33\xd2\x4e\x40\x8c\x35\x62\xe1\x7e\x00\xc9\x0f\x7a\xc2\x1f\x41\x21\xb8\xe4\x96\xc5\xa5\xea\x7f\xc2\x15\xf7\xd8\x73\x81\x0b\x34\x1f\x31\x2d\xf9\x8d\x4b\x7e\x67\xc1\x50\x67\xbf\x9b\x15\x53\x78\x88\xb9\x2e\x9a\x99\x11\xf4\x00\x22\xf4\x71\x13\x6f\x87\x98\x45\x51\x5d\x9b\x01\x33\x35\x8d\x13\xb4\x4b\x0e\xe6\xa2\xb0\x4d\x31\xbd\x3d\x42\xe7\xa2\xe8\xf3\x15\xaf\x21\xe8\x85\x59\xc8\xbc\xc8\x73\x73\x0f\x57\x3e\x8f\xa5\x37\x1b\x2f\xf4\xfb\x0f\x55\x10\x21\x06\xa9\x06\x49\x45\x5b\x35\x72\x38\xe7\x79\xb1\x9c\xdb\x42\x3f\xa6\x84\x5a\x86\x86\x60\xad\x04\x2d\x6f\x3d\x17\xa5\xcc\x24\x72\x6f\x04\x13\xcb\x66\xb1\x74\x29\x33\x7a\x8b\x1b\x92\x3a\xcd\xf5\x34\x62\xbd\xc7\x3d\x92\xf2\x29\x75\x9a\xad\x27\x9a\xda\x90\x46\x2c\x68\x7f\x04\xa6\xc0\xb3\xa0\xb8\xe2\xf4\xf3\x52\xf2\xfa\x4c\xfb\x64\xdb\x04\x89\xee\xb3\xc9\xc9\x25\x47\x7e\x44\xdf\xde\x08\xf3\xd8\xf5\x46\x61\xfa\x99\x89\x3d\xb7\x0f\xdf\x7c\xf8\xa6\x37\xf0\xbf\x76\x40\xb8\xf9\x07\xb0\xdd\x7b\xbc\xb8\x09\x3f\xd4\x66\xbb\xe2\x4f\x17\xa2\x69\xc4\x3c\xfd\x0d\x6f\x4e\xba\x95\x92\x76\x4f\xb3\xbc\x58\x2a\x30\xfc\xe9\xd1\xff\x0a\x6b\x88\x45\x36\x29\x9a\xdb\x11\x78\xdb\x79\x4d\xb3\xc9\x67\x25\x3a\x55\xf9\x28\x40\x43\x10\x8c\xfe\x99\xfd\xec\xb5\x5b\x79\x7b\xcb\xd8\xfb\x4f\xc3\x6f\x23\x96\x40\xe1\xf3\xd5\x68\x26\xae\x78\xcd\x1e\x0e\x58\x6b\x0d\x8c\xf2\xf9\x70\xc0\x1e\x62\x65\xf5\x07\x94\x7d\xfa\x18\x1d\x4a\xcb\x3a\x56\xe4\x97\xfb\x9b\xce\xd2\x30\x74\x0f\x1f\xba\x0b\xc4\x58\xaf\x90\xbb\xfa\x0b\xdd\x31\x6f\xd0\x36\xc8\xe9\x82\x1d\x7f\x5f\x35\x9e\x1f\x02\x8a\x7d\x57\x17\xf3\xac\xbe\x1d\x84\x0d\x5a\x4f\xa8\x6b\x06\xb0\xf7\x29\x16\x29\xde\xb9\x78\x5a\x3d\x4c\x0c\x1f\x82\x4a\xb8\x9f\xe9\x92\xd5\x06\xfb\xff\x71\x10\xa1\x2a\x5d\xf2\xd1\x45\x39\xd1\xfc\x48\x0a\xab\xe1\x37\xdb\x49\x44\x8e\xc8\xf1\x7a\x01\xc3\x4b\x51\xbb\x4d\xaf\xf8\xb2\xa9\xb3\xf2\x8c\x4f\x44\x95\xe3\xc6\xaf\xc7\x0a\x1b\xee\xa9\x1e\x4a\x6f\xe4\x39\xbf\x69\x7a\xf7\x07\xcb\xf6\x25\x5c\xcf\x8a\x86\x7b\xcd\x83\x3d\x44\xda\x9c\xdc\x42\xbd\x4f\x5b\xed\xa0\x05\xc5\x47\x83\x6d\xb6\xd5\xd4\x74\x3c\x81\xc7\x91\x87\x14\xc9\x20\x34\x64\x69\x0e\x58\x6f\xf7\xd1\xf0\xa7\xc5\x4d\x8f\x8d\x58\x0f\xfe\x18\x98\xc4\x4e\x48\x37\x8d\x05\x2a\x92\x71\x30\xef\x28\x20\x6e\x21\x96\xc2\xa2\x48\xae\x31\xc4\xbe\xbb\x8f\x4d\x47\xa4\xa9\x64\xb2\x54\x28\xb8\xbc\x65\xa5\xb8\x06\xc5\x57\x56\xe9\x51\x50\xb1\x55\x3b\x96\xd6\x76\xbc\x09\x2d\x01\xfc\x15\xa3\x83\x0e\xac\x75\x0f\xa8\x1b\x0e\x87\x5d\xb2\x4d\x7f\xe7\xab\xc0\x60\x72\xce\x9d\x80\x89\x27\xff\x9b\x26\xef\x7f\x79\xf4\xe8\x6b\x5e\x35\x24\x71\x51\xee\x63\x6f\x5a\xf7\xb8\x87\x2c\xbe\x48\x28\x9b\xa4\x48\x95\x65\xcd\xb6\xd6\x3a\x01\x3b\x99\x6f\x20\x4c\xde\x39\x9d\x4c\x24\x32\x46\x81\x26\x9c\x54\x14\x56\x45\xf6\xf5\x1f\xa6\x93\x8a\x65\xd0\x8d\x15\x48\xb8\x13\x4f\xb7\x98\x08\xaa\x91\xec\xb6\x98\xd0\x47\xf8\x11\x7e\xf9\xd9\xdb\x4d\x04\xb0\x89\x58\x28\x39\x97\xc8\xbe\x2b\x1d\x63\x07\x32\x93\xee\xc4\x11\xaf\x0e\xab\x02\xcd\x0d\x89\x5c\xe4\x95\x93\x31\x93\x7a\x09\x3d\xb5\x17\x18\x05\xf0\xb6\xb4\x93\x8d\xc4\x2d\x55\xfe\xc2\xde\x16\x1b\xcf\xa9\xf5\x52\xd3\xe8\x4e\xad\x2a\x8b\x13\x4c\x3d\xa1\x9f\xc0\xec\x68\x1b\x81\x5d\xa4\x44\xc8\x24\x7b\x55\x54\xb1\x72\xc1\xef\xcc\xf9\x38\xee\xa9\xda\xf0\x3f\xed\xd0\x77\xcc\x9b\xac\x28\xe5\xa9\xb8\xf6\x0e\x3b\x28\x86\xf3\xe7\x65\x49\x5e\x55\x1c\x2c\xba\xba\x5f\x49\x85\xe2\x3a\x5c\xaf\x47\x71\x75\xb5\x4a\x64\x8f\x9d\xbf\x3d\x7e\x3b\x82\x4c\x97\xd9\x45\x5d\x4c\xd8\xff\x1e\x3e\x42\xa2\x02\x76\x41\x8a\x80\xf4\x8e\xf0\xa9\xa4\xa7\x5f\x33\x2b\x59\xc8\x86\x57\x93\x5b\xe3\xac\x8c\x19\x0d\xdd\x4e\x02\x11\xd3\xef\x2b\xde\xb8\xaf\x0a\xd9\xec\xee\x9a\xee\x50\x61\x03\xbe\x96\xfe\xdc\x76\x55\xa1\xfb\x6c\xa1\x37\x59\xcf\x7e\x75\x0d\x8e\x9c\x12\x28\xa8\x4c\xf5\x48\xe9\x4a\xa4\x02\x2f\xcb\xd7\x3c\x93\xcb\x1a\xd0\x76\xdc\x99\xf9\xd8\xd3\x41\xbd\x64\xa3\x0e\xfd\x85\xcd\x49\x8c\x8d\x60\xcd\xb0\x4a\x08\x05\xba\x0b\x8f\x8a\xd8\xa4\x90\x5a\xb4\xfe\xa5\x42\xe2\x82\x71\xb5\x80\xa7\x8f\x3f\x98\x36\xc6\xe0\x04\x2b\x9a\xd7\x6d\xdb\xa3\x5a\x80\xbe\x40\x23\x27\x1e\xd8\x94\xf4\xba\xda\xa9\xb8\xc6\xb7\x56\xac\x53\x8b\xeb\x5d\xb4\x11\xc0\x0a\xd3\x82\x97\xb9\x8c\x56\x8d\xc5\x46\xc5\xa5\x35\xca\x32\x91\xa4\x9c\x7d\xf8\xe6\xbd\x97\xee\x5e\x7d\x1e\xf7\x14\xe6\xea\x7d\xfc\xf0\x4d\x02\x88\x9f\xbf\x38\xfc\xe5\xd5\xf9\xef\x47\xcf\x5f\xbd\xfa\xfd\xec\xfc\x3f\x5e\x3d\xff\xfd\xdd\xe9\xdb\x77\x67\xa3\xe8\x26\x69\x98\x56\x3b\xfa\x8a\x4f\x9b\x77\x59\x9e\xc3\x6b\xd9\xe3\x1f\xec\xa9\x9d\x2a\x94\x64\x3f\xfc\xd9\x96\x3f\xbf\x69\xea\xcc\xff\xf8\xc3\x8f\x2e\xe4\xd7\x1e\x3b\x13\xcb\x7a\x02\x06\x34\xce\x3d\xf7\x5a\xcb\xf9\x68\x37\xa7\xf8\xcf\x61\xcb\xdc\x4f\xdf\xfe\xf6\xfb\xcb\xe7\x27\x3f\xbf\x3c\x3f\x73\x37\xef\xda\xe8\x16\x7e\xd4\xf3\x43\xe0\x3f\x75\x1f\xfe\xed\x07\x3a\x05\x08\x02\x99\x55\x0d\x5a\x86\x4a\xb3\xcb\xf8\xcb\x74\x3b\x1c\x0e\x13\x83\x0e\xf4\x88\xbf\x6a\x35\x84\xdb\x9a\xc7\xc1\xd0\x51\x8d\x3f\xb5\x6a\x2d\x43\xd4\x46\xf5\x97\x29\x6c\xb8\x13\x97\x47\x0f\x7d\x48\xdf\xf0\x71\xe4\x83\x7e\xe2\x35\x50\xad\x0b\x26\x59\x85\x25\xfa\x77\xae\x5f\x45\x8f\x02\x39\x2c\xab\x6e\x83\x96\xfe\x15\x18\x10\xbe\xe8\x42\xdc\x28\x58\x0a\xbb\xd0\xdb\x62\x7e\x85\x5f\x43\xe8\x6b\x83\x54\x5d\x1f\xdd\x97\x30\x6a\x8c\x45\x4d\xd2\xac\xc2\x64\x2d\x02\x62\xbe\x4e\xa9\xda\xae\x44\xd5\x3b\xa8\x45\x18\x5f\x20\xa7\x2c\x6d\x8b\x8c\xa3\x8b\x5f\x29\xf8\xe3\x75\xa2\xd0\x2f\x3a\xce\xea\xcf\x7e\xc9\xff\xbb\xcc\x20\x92\x74\x7d\x7b\x58\x36\x6e\x31\x38\x71\x3a\x4f\x8c\x4e\xf0\x0c\x58\xdf\x01\x58\x5e\xbd\x54\x02\x86\x42\x5e\x3a\x53\x9a\xa2\xb7\xa0\xae\x71\x0b\x1d\xfa\x6a\x9c\xed\x94\xc3\xed\xd4\x30\xa9\x21\x06\xc6\x5b\x3a\x75\xf0\xde\x1e\xd3\x89\xaa\xf4\x89\xe1\x0f\xc4\x95\xe7\x10\xb7\x22\xb9\xeb\xba\xde\x6b\xde\x64\x5e\xad\x70\xeb\x75\xbd\x67\x44\x8b\x61\x0e\x2c\x9c\x00\x83\xad\xf2\xa7\xa1\x4a\x12\x73\x21\x27\x44\x6b\x46\xb3\x49\xce\x19\xaa\xd2\x09\x45\xe0\x61\x67\x66\xae\x9a\x66\x50\xf5\xaf\xee\x09\x99\x5a\x6b\x26\x63\xaa\xb5\x4d\x24\x35\x0d\xba\x43\x76\x32\xeb\xb7\xc8\xab\xba\xe1\xb4\xda\x36\x29\xbc\x09\x76\x8e\x24\xc1\x3b\x40\x7a\xf7\x94\xa0\xca\x9a\xa9\xe0\x55\x6a\xdf\x1e\x37\xd4\x86\x73\x75\x5a\x7a\x9d\xdc\x55\x5c\x53\xf6\xdd\x64\x81\x33\xe8\x5a\x2c\x46\xec\x07\x3d\x8e\x56\x00\x9b\x9f\x46\xe9\xfb\x83\xf7\x44\xf2\x83\x37\x06\x3d\x37\x45\x55\xdd\x03\x85\x7e\xab\xd1\x1f\x91\x64\x90\x87\x1a\xad\x15\xf2\xc4\x92\xbe\x7e\x59\x27\x81\xff\x25\x6f\x46\x6c\xd7\xc9\xfa\x28\x6f\x1f\xa1\x60\x4d\xd1\x90\xa9\x20\x96\x4d\x59\x54\x5c\xd7\xf0\x35\x01\x33\x2a\x1c\xa9\x01\x47\xc9\xdd\xd1\xf5\x57\x3b\x21\xf1\x90\xc3\x88\xa2\x91\xa0\xcc\x30\x20\x62\x9e\x61\x78\x3d\xdc\xfc\xc9\x01\x06\x75\x13\x3a\x6d\x5c\xed\x33\x7d\x0e\x9f\x1e\x2f\x6e\x98\x14\x65\x91\xb3\x6f\xef\x60\x65\xab\x4f\x4e\x87\x96\xd4\x63\xf4\x1e\xb6\xe8\x82\xd7\xbe\x13\xb8\xd7\x25\x6d\xf9\x42\x3f\x02\xd4\xec\xfa\x5a\x23\xf3\x7e\xe2\x97\x1a\x18\x7a\xe4\x95\xfa\x8f\x6d\xf8\x4f\x03\x9f\x5f\xe8\x1e\x3b\x7a\x41\xb7\x6a\x63\xce\xd5\x34\x3a\x77\x25\x54\x66\x45\x0f\x02\xbc\x2c\x57\x6c\x9f\x0d\xbf\xbd\x4b\x49\x95\x68\xf6\x10\xe9\xfb\x27\x04\xfc\x08\xad\xf3\x66\xd8\xae\x1c\xdf\x58\x31\x6e\xd4\x47\xaa\x3e\x28\x06\x63\x0d\xd2\x3a\x85\xb7\xfb\x45\x2f\x2a\x84\x35\x61\x33\x87\x66\x19\x82\x4a\x52\x4d\xd8\x01\xb1\x01\x4a\x1a\x24\xf6\x28\xd5\x22\xba\x14\xdd\xfb\xd5\x32\x73\x36\xe7\x4d\x06\x8c\xdc\x3d\xb7\xd7\x7b\x73\xb0\x7b\x1c\x3f\x3b\xac\x79\xe6\x48\x41\x54\xe2\x85\x68\x8b\x23\x8d\x8f\xb5\x63\xa8\xad\x81\xd7\xfc\x83\x38\x88\x39\x00\x2e\x2a\x74\x5a\x94\x98\x5f\x3c\xf1\xd4\x13\xcd\x66\x27\xac\x8d\x99\x13\x67\x1c\xec\x04\x91\x7c\xd3\x0b\xee\x80\x46\x47\xc2\xff\x91\x0f\x5c\x5f\x79\xff\xd2\xbf\xa2\x1b\x8f\xc4\x1e\x9c\xcf\xbd\x8b\x8e\xd9\x47\xd7\x5f\xf4\x80\x39\xf9\x07\x5d\xd8\x8d\x6f\x90\x7f\x8a\x1e\x77\xf5\x2f\x71\x76\xeb\x46\x85\xdd\xdf\x67\x59\xea\x61\xf6\x1e\x83\xa5\xb1\x44\xba\xf4\x9e\xd7\xf2\x14\x14\x25\xff\x98\x5b\x18\x30\xd0\xff\x12\x27\x78\xcf\x6d\xc2\xf0\xbd\xc0\x5f\x82\x8e\x4f\xcd\x49\x9b\xa7\x6b\xdf\x0e\x69\x75\x4f\x68\x56\xe0\x2e\xdb\x3f\x94\x7a\x6d\x8a\x2b\x36\x1a\x76\x93\x21\x37\xd8\xe9\xed\xde\x09\xdb\xa1\x20\xfb\x27\xb0\x4c\x88\x40\xb3\x2a\xd7\x28\xac\x05\x95\x6e\xcc\x39\xa5\x24\xb9\xce\x47\x40\xfc\xef\x47\x5f\xbb\x91\x55\x95\xd0\xa7\xd4\x26\x57\x79\xd7\x32\xa1\x8f\x0e\xc5\x97\xa4\x99\x92\xde\xd3\x65\x2d\x61\x53\x35\x04\xf7\x3a\xa6\xa6\x58\x0e\xfd\x10\x10\xcd\x4c\x8f\x35\x2f\x2a\xa3\x23\x45\xf5\xe7\x30\x54\x9e\x5a\xf1\x13\x9f\x56\x1f\x25\x84\x5a\xd0\xfa\x7f\xa5\x71\x16\xa8\x2e\x05\x61\x22\xaa\x19\xe8\x54\xfd\x26\x46\x30\xdb\xae\xd5\x2b\x10\x7e\x3e\x7d\x7b\xe7\x2b\x21\x87\x81\xee\x7b\xb5\xb8\xf9\x94\x58\xb9\x3e\x04\xab\x3e\xdf\x58\xa6\x76\xc2\x74\x52\xb2\x55\xa3\x87\x40\xd1\xe6\x04\x61\xbe\x77\x9a\xbe\x5d\x88\x9b\xb3\xe2\xef\xa0\x87\xee\xe1\x51\xee\x5e\x08\x62\x22\x16\x9f\x4f\x1d\x1c\xcc\x1a\xd3\x3b\x90\xf5\xc0\x73\x03\x40\xf6\xba\xce\xc8\x47\x75\xc5\xa6\xa5\xb8\x1e\xb1\x1e\x46\x78\x77\x9f\x1a\x7e\xd3\xbc\x75\x9f\x79\x59\x16\x0b\x59\x48\xb2\xac\x18\x20\x62\xfd\x7b\x58\x3b\x80\x85\xf5\x0d\xb6\x05\x83\x76\x64\xd8\x7b\xc8\xf6\xb5\x37\x5e\x88\x82\xe6\xd9\xcd\x6f\x68\xef\xd8\x7b\xfc\xc8\x37\xbf\x0b\x08\x40\xe2\xc1\xe7\xe3\x68\x2d\x28\x0d\x7c\x85\x4c\xa4\x1e\x4d\xa9\x63\x1c\xf8\xf9\x68\x0e\xff\x72\x1a\x16\xcf\xf0\x23\xbd\xf2\x7f\x55\xb2\x95\xc6\xe3\xfa\xce\x69\xef\xb5\x87\x0f\x63\x2c\x16\x3c\x28\xc0\x0e\x10\xb3\xa7\xe1\x4f\x01\xd2\xbd\x97\x1d\x6e\xc2\x9c\x60\x38\xcd\x72\x7e\x52\xfd\xf8\xc8\x69\x5f\xda\x9e\x66\xf4\x0b\xcf\x10\xad\x79\x21\xb8\xa5\xfd\xe2\x3f\xd2\xc0\x0a\x3d\x32\x14\xbf\xe0\xb4\x22\xab\x56\x3d\xdf\x3a\x88\x22\x47\xdf\xa1\x3d\xf3\x95\xe1\x9e\xc2\x28\x41\xb5\x23\xf5\x3e\xa9\xee\xf3\xb4\xc1\x83\xc1\xc0\x63\x26\x20\xc8\x02\x0f\x33\x3d\xd4\x10\x90\xea\x3a\xbb\x95\xac\xa9\x75\x24\x65\x85\xea\x97\x73\x88\x0f\x37\x2f\xaa\x62\xbe\x9c\x6b\xbf\x33\x88\x55\x2e\x38\xc6\xff\x54\x90\x54\x73\x29\x89\x75\x59\xa7\x4d\x38\x43\xac\xdb\x86\x10\x36\x41\xc8\x6b\xb0\xae\x45\x6e\xbe\x1e\x6f\x1d\x29\x58\x6b\x63\x4d\x0d\xeb\x4b\x3e\xf5\x6e\x66\xab\x01\x57\x20\x9d\xc4\x2f\xf9\x2b\x66\xb4\xa3\x09\x69\xc5\xed\x64\xac\x14\x09\x65\x80\x36\xd5\x59\x17\x30\x75\xe9\xce\x5a\xa0\xaa\x5d\x79\xd6\x2d\x2c\x6d\x2d\xa7\x75\x8d\xdf\x21\xb0\xc5\xa2\xd1\xd7\xd5\x59\x6d\xa2\x76\x65\x1b\x29\x4c\x7c\x38\xd1\xa7\x97\xb2\x04\x4f\x4d\x65\x53\xab\x49\xb5\xf2\x16\xd3\xa7\x95\x31\x25\xff\xca\x63\xf6\x86\x81\x47\x6b\xd4\x91\xc2\x07\x67\xb3\xba\xa8\x3e\x87\xaa\x76\xfc\xf6\x73\xad\x98\xa2\x47\x9d\x12\x52\xf8\x97\x4f\xb2\xfd\x17\x1f\x5b\xe9\x81\x7d\xfb\x07\xba\x10\x89\x30\x4e\xdc\x70\xf4\x31\x92\x26\x06\x11\x6d\xd3\x25\xc4\x56\x92\x97\xe5\x2f\x95\x42\x43\x3c\x27\xab\xd7\x78\xe9\x14\xf1\x5b\x9a\xeb\xa2\x36\x24\x84\xed\x5a\x79\x7d\xbf\xbb\x4f\xcf\x91\x89\x0a\xfb\x9e\x6d\x3e\x81\x56\xee\xe7\xd3\xc3\xf8\x72\x1d\xa5\x41\xc8\x9f\xe5\xa3\x4d\x79\x15\x30\xe3\x8a\x44\x8e\x81\xfb\x4a\xac\xb8\xd2\x36\x12\xea\x1c\x03\x43\xc5\xa1\x2c\x8b\x9c\x2b\x1e\x57\xb1\x1c\xa4\x33\x67\x97\x95\xb4\x19\x27\x35\x52\xe4\x9e\xb0\xfc\x9e\x59\x14\xfe\xeb\xa4\x5b\xd4\xe4\x96\x19\xc3\x12\xcc\x17\x60\x67\xd2\xb6\x0b\xd1\x1c\x8f\x3c\xdb\xf6\x2e\x1b\x15\x6f\xfa\x49\xca\xe9\x74\x4b\x96\x5f\x40\x63\x71\x35\x10\x9b\xa8\x25\xa3\x13\x59\x23\x16\x9a\xdf\xb1\xde\x8d\xdc\x04\xee\x35\x3d\x05\xfc\x07\xc7\x08\x36\xac\xc9\xea\x4b\xde\x38\xb6\xa2\xe4\xd9\x15\x78\x5a\x2d\x44\x63\x72\xdc\x8a\x65\x99\x7b\x7d\x41\xc6\x27\x6d\x22\x68\xb3\x62\x5c\x70\x96\x73\x1b\x98\x25\x5a\x1a\x08\x54\x14\x81\xcd\xb3\xfa\xb2\xa8\xce\xa3\xc7\xc4\x34\x92\x4a\x1f\x92\xda\x02\x7a\x1b\xbb\xde\x35\xc3\x67\xcb\xf0\x19\x32\x7e\xac\x8c\x1e\x25\x2d\x5b\x40\x4c\x94\xd8\x81\x79\x24\x65\x01\xbb\x60\xa6\x6c\x0c\xef\x52\x60\x8d\xdf\x52\x10\xe1\x58\x90\x90\x8b\xf3\xbc\xfb\x64\x53\xf3\x66\x32\x6b\x87\x66\xcf\x2e\x30\x35\x05\x52\x21\x35\x8f\x34\x33\x90\xe2\x03\x9c\x8b\x05\x75\xf6\x1b\x9a\xe2\xb5\xb4\xa3\x75\xd0\xd8\x28\x25\x18\xd5\x98\xf7\x13\xe3\xe5\xa1\xe4\xf3\xe2\x42\x94\xf9\x26\xcc\xe2\x76\x8e\x35\x1d\x62\xe2\x7a\x9b\x7e\x5c\xf6\xeb\x65\xd9\x14\x8a\x45\xdf\x08\xc5\xdc\xb5\x22\xb2\x7a\x9e\x95\x1e\x9e\x13\x75\xfe\xac\xe6\xd9\x67\xc5\x6b\xab\xff\xee\xaa\x92\x90\x99\x26\xfa\x8f\x49\x59\xac\xc3\x84\x23\xf6\x3e\x64\x52\x3e\x5a\xd5\x54\x22\x45\x73\x6c\x6b\x0e\xcc\xce\x51\xc9\x33\x6b\x8c\x9e\x34\x3d\x6f\xb5\x5e\x47\x1d\x8e\xd6\x63\x7a\x26\xec\x5f\x66\x9a\x8e\xfe\xca\x83\x2f\x32\x51\x6f\x33\x1d\x4c\x5b\x87\x3b\x23\x74\x50\x2f\xd7\x8c\x5f\xf1\xfa\xd6\x44\x73\xc3\x38\x7b\x90\xcf\x0f\xf2\x7c\x10\x5e\x8e\x01\xe3\x31\x64\x27\x30\x2e\x7a\x1d\x41\x60\x1d\xc8\x1f\x2f\xd8\x4c\x61\x6d\x88\xd6\x89\xe6\xae\x18\x83\xb4\xa8\x20\xdd\xc9\xa2\xcc\x26\x7c\x48\x93\x81\xd2\x38\x30\x99\x64\x3f\x9f\xbe\xfd\xe5\xdd\xef\xcf\xff\xf6\xee\xf0\xcd\xb1\x2d\x27\xab\x27\x01\x70\x68\x9c\x99\x76\x63\x7a\xbc\xa9\x29\x7b\x7a\xf2\x25\x61\x41\xbf\x26\xe3\x24\x1e\xad\x0e\x94\xb4\x71\x9a\xcb\xad\xcc\xf6\x8d\x71\x6e\x9b\xdd\x7d\x23\x44\xd9\x14\x0b\x17\x2b\xe0\xdc\x15\xe0\x45\x8a\x2c\xf3\x5f\x12\x23\xec\xc8\x34\x1e\x3f\x06\xd6\xf1\x27\x32\x36\x77\x27\x15\xf5\x67\x5d\x5f\xc7\x51\x7a\xa6\x73\x4a\x27\x9a\x78\x35\x9c\x99\xba\x8d\xd8\x8d\xc6\xe9\xfa\xa7\xf9\x7e\x58\x96\xbe\x55\x7a\xe6\x0a\x7c\xb3\xf5\xc3\xb2\x7c\x09\x37\x94\x5a\xaf\xdb\x42\x6b\x9d\xce\x25\x68\x01\x8e\x20\x8c\xa9\x36\x51\xf7\xca\xdc\xfa\x15\xb9\xa8\xdb\x56\x0f\x1f\xc3\x5e\xfd\xfe\xf0\x6b\x5e\x8b\xc5\xcb\xa2\x6a\xd0\xb5\x50\x9b\x7c\xc5\x7d\x26\xaa\x05\xed\xb3\x9a\x37\xeb\x9b\xdb\x5a\x7e\xeb\x57\x45\xb5\x7e\x6c\x5b\xc9\xed\x01\xc4\x6b\x6b\xdb\x03\xf8\xe8\xea\x62\x62\xb6\x74\x55\x88\xd5\x85\x68\x18\xd2\x59\x1f\xcd\xf8\x55\x9d\x06\x14\xaf\x02\xb6\xb9\xac\x8b\xc5\x82\xd7\xcf\xb2\xda\x28\xb4\xbd\x86\x78\x70\xbb\x71\x2d\xe2\x8f\xa1\x2f\x48\x72\x7e\xe4\x7b\x9b\x07\x07\xad\xda\x12\x88\xe3\xe5\xf3\x43\x85\xb6\xd0\x64\x9e\x8d\xd9\x8f\x3f\x24\xcd\xde\x1d\x65\x25\x06\xef\x36\xde\x8e\x8e\xbe\x16\x48\x66\x07\xb1\xb3\xc2\x6a\xc7\x3d\xba\x04\xc1\xae\xb4\x02\x73\x63\xfb\xf2\x64\x90\xab\xbb\xc0\xe5\x3d\x69\x2d\xbe\xd6\x66\x7a\x8d\xa5\xb4\xd6\x1d\xc7\xef\x85\xe4\x25\x28\xa1\x9c\x35\x9a\xd6\xd0\xf0\x31\xe1\xa4\xef\xb1\x69\x9d\x6f\x45\xeb\x1e\x9a\xd6\x29\x10\xad\xec\xf4\xe9\x11\xdb\x44\xb4\x67\x2d\xd5\xda\xde\x5d\xbc\x68\x12\x45\x35\xe3\x75\x41\xd8\x3e\x14\x63\x46\xac\xf7\xc8\x95\x19\x6b\x48\x0f\x30\xed\xd7\xfb\xbf\x6b\xad\x7d\xbc\x6a\x53\x95\xba\x87\x83\x4d\xe3\xd8\xb4\x10\xf2\x9d\xe4\xa7\x0d\xbc\x41\x42\x9d\x8d\x47\x60\x9c\xa8\xe2\x11\x04\x5b\x8c\xc7\x4f\x5b\x5a\xea\x45\x14\x08\x9b\xbb\x74\xb4\xb9\x69\x84\x21\x6f\x36\x70\xdb\xf8\xd2\x8b\x98\x76\x59\x28\xc0\x47\xbd\xe6\xa8\x1e\x3e\x6a\xbd\x64\x67\xcb\x8b\xc6\xdd\x33\xb4\xd5\xd9\xa4\xdd\x79\xd8\xc8\xe9\xa2\xdb\x1b\x45\xfa\x6a\x20\xb7\xf6\x9d\x26\x70\xc2\x3f\x57\x50\xde\x6a\x97\x6e\x09\xf9\x0b\x78\x7b\x6a\x7b\xc6\x8f\x34\x9f\x4d\x9d\x55\x16\x95\xe8\xaf\xec\xd1\xf0\xdf\x24\xdc\xd2\xac\xee\xb5\x8d\x65\x00\xdc\xa3\x03\x08\xed\x3b\x5f\x1e\xd7\xc6\x7f\x09\x4b\x4a\xf1\x69\xdc\x96\x7c\x24\x48\x1e\x09\x69\xb2\x26\xe8\x4c\xc7\x2b\xcf\x9a\x97\x96\x6e\xbc\xe5\x63\xc2\xb6\x3a\x6b\x9e\x88\x28\x32\xd7\xf6\xdd\xe1\x73\x50\xf0\xa6\x1e\xc6\x96\xa1\xfa\xa4\xde\xe3\x3f\xf9\x1f\x3b\x5e\xfd\x12\x10\xad\x73\x3d\x78\x2f\x80\x6d\x06\x2f\xac\xdb\x4e\xa6\xeb\x29\xea\xeb\x3d\x31\x78\xbd\x06\xfd\x11\xc9\x64\x95\x1a\x4a\xf3\x59\xa9\x11\x3b\xcd\xfd\xd7\x3f\x00\x10\x4c\x1e\x3d\xfb\xc6\x58\x3e\xc6\xf3\x51\xa3\x24\x19\xe8\xd4\xfb\x6f\x1a\x6c\xe4\x6e\x53\x60\x5f\xa5\x9a\x74\xbe\x36\xae\x7b\xed\xf9\x1a\x81\x83\x58\xf4\xda\xf1\x5b\x9d\x29\xd6\x7b\xcd\xc3\xc4\xd7\x79\x95\x20\xcc\x84\x9b\x80\x95\x55\xdd\xe6\xaf\x55\x92\xeb\x36\x49\x45\x78\x37\x6e\x4b\xea\xc9\x0d\x0b\x46\xcb\xd6\xbe\x85\x77\xc4\x48\x63\xed\xa1\x3d\x3a\xc0\xbe\x3b\x4c\x49\xfa\xf4\x4e\x24\x4d\x27\x5b\x77\x6f\x62\x17\x59\xd9\x72\x75\x6b\xa2\xc0\xb1\x84\x36\x17\x48\x5c\xac\xcc\x6d\x7d\xf4\x6f\x89\x8c\xa2\x03\xb0\xa5\x34\x4e\x10\x11\x07\x26\x8e\x11\xf0\x88\xd6\xa9\x07\x11\xf0\x65\xa3\x43\x83\x43\x38\x53\x78\x04\x81\xee\xc8\x63\xc3\xe6\x01\x81\xb6\x8e\x97\x73\x11\xb2\x48\xc1\x20\xbe\xeb\x6d\x08\x2e\xd8\x75\x36\x01\x80\xbe\x5f\xdf\xf7\xc6\x11\x27\xf2\x10\x53\xdb\x43\xfc\x80\x35\x56\x55\x2d\xeb\xdf\x50\xd0\x63\xdd\xd1\xdb\xca\x42\xea\xb7\x03\xc7\xdd\x68\xef\xe1\xe4\x7a\xda\xf7\x6c\xcb\x41\xde\xd5\x5c\xca\x96\x41\x7c\x6b\x5b\xb3\x65\x90\xcb\x8a\x0c\xda\xa1\x38\xf7\x11\xa2\x56\x5e\xb5\x3d\x62\xc2\x67\xc2\x3e\x1a\xd5\x78\x3f\x69\xc5\xb4\x9e\x7f\x5c\x83\x30\x2d\x3b\xc3\xaf\x51\x3d\xc6\x7d\x2c\x17\x3b\xe8\x79\xd1\x2f\x59\xb7\x35\xa5\xa3\xa2\xb1\x60\x1c\xd8\xde\x01\xe7\x8e\xa1\x58\x69\x9d\xbf\xeb\x84\xb4\x8f\x63\x1c\xf1\xf8\x4f\x1b\x5d\xd7\x6c\xda\xa4\xae\xeb\xd7\x89\x94\x18\x5a\x49\xa4\x3d\x1a\xdd\x94\xc3\xea\x31\x73\x4f\x85\xa6\x41\x0b\x3b\x10\xf6\xae\x83\x2c\x46\x21\x14\x43\xf4\x82\xe6\xe8\x66\x43\x92\x32\xd6\x20\x81\xeb\xb6\x68\x11\x59\x1d\x38\x66\x6d\x85\xdd\x28\x36\xe7\x7d\x70\x14\x6b\xbb\x65\x09\x17\x07\x71\x73\x36\xcb\x72\x00\xbb\x47\xec\x11\xfb\x09\x14\x37\xf5\xe5\x45\xd6\x7f\x34\x60\xfa\xff\x86\x3f\xee\x74\xdb\xf7\x7f\xdc\x0a\x4d\x3a\x6d\x72\x72\x85\xf1\x35\x87\x74\xcc\x04\xf4\x9c\x32\x88\xed\xfe\xd9\x49\x26\x09\x04\xf1\xbc\xca\x13\xed\x1e\x05\x6a\x25\x34\x13\xde\xb5\x37\x81\x1a\x92\xfa\x6a\xff\x24\xba\xf1\xea\xa4\xd0\x0b\x5c\xca\xa9\xa8\xe7\x6f\xeb\x02\x27\xfe\xd3\xa3\xff\xc5\x02\x38\xf3\x64\x6e\xdb\x82\x0d\x1f\xfb\x42\x37\x8b\xd9\x23\xab\xa5\x71\x9d\x1d\x44\xc0\xe1\xfb\x2a\xf8\x6a\x9d\x56\xe8\xb0\xd3\x50\x68\x4f\x34\x59\xc3\xfb\x8f\x72\x7e\xb9\x0e\x1a\xdc\x8f\x08\x5f\x90\x1e\xbd\x38\xc6\xec\xc0\x8e\xb0\xfb\x17\x1c\x83\xb9\x41\xff\x92\x18\xb5\x25\x84\x9b\xd5\x83\xb7\x08\x66\xb6\x36\x02\x9b\xa2\x35\x80\xf9\x8d\xfa\xcb\xe3\x31\x3b\xf1\x57\x68\xd9\x10\x60\xb2\xc8\xac\x21\x46\x6a\x5d\x54\xc3\xc3\xea\x70\x1f\x7f\xf8\xe9\xa7\x01\x73\xff\xf3\x88\xec\xc7\xd7\xb2\xdc\x6e\xa1\x1e\x5f\xcf\x30\xdb\x64\x7b\x2e\x39\x64\x51\x1e\xa5\x1f\x9d\xb1\x6e\xf2\x61\x29\x75\x01\x13\x15\xef\x47\xe4\xaf\x6c\x22\xcf\x24\x11\x5e\x43\xcd\x52\x44\xcb\xd0\xed\xbf\xc4\x74\xf7\x2f\x11\x1f\xdf\x16\xc4\xd7\x43\x52\x3f\x85\x3c\xc4\xbf\xfd\x98\x66\x22\x12\xf6\x59\x96\x0b\x48\xc9\x10\x9e\x16\x27\x15\xb6\xb6\xd5\x82\x7b\xd3\x58\xa5\xa9\x97\xbe\xce\xf3\xb4\xf5\xba\x8f\x33\x14\x7e\xd6\x9c\x13\x5a\x28\xfd\xf0\x67\x52\x84\x57\x79\xf7\x4f\xc3\x9f\x3a\x44\xb3\x36\x43\x9b\x48\x1c\x6a\x89\xf5\xbb\xf5\xd9\xb4\xef\x20\x79\xed\xec\xda\x40\x5b\xed\xab\xee\xdf\xd7\xe3\x66\x7f\xfc\x21\xc1\x8e\xae\x01\xb2\x96\xcd\xdd\x6a\xfb\xf4\xd6\xdd\xc7\x07\x2b\xdc\x10\x1c\x24\x61\xa3\x93\xce\x53\xe1\x3d\xf6\x6d\x90\x89\x22\x15\x20\x6d\x8d\xc9\x8b\x4b\x9f\xe1\xbd\xd7\xb6\x19\x81\x24\x1a\xa6\x33\x4b\xb4\x06\x7f\x84\xea\xeb\x82\x8f\xba\xa9\xc6\x01\x3f\x53\xdf\xd2\x06\x24\x2d\x19\x72\xb6\x89\xde\x48\xe3\x14\x16\xf2\x58\x7b\x01\xa5\x6b\xed\xee\xba\x1a\xa6\x85\x8d\xfd\xd7\x52\xdf\x99\xa1\x24\xde\x00\x8f\x5e\x3e\x3f\xfa\x77\x7c\x2c\x33\xd9\xa1\x7e\xfc\xf3\x76\x4f\x85\xf1\x0e\xee\xb4\x7c\x8c\xb3\x44\x99\x87\x73\x97\xa4\xc2\xcc\x77\x60\x4d\xca\x07\x5e\x60\x38\x12\x4d\xce\x46\x7b\x63\x85\xd1\xbe\x26\x1f\xd6\xbf\xe4\xa9\xce\x4d\xd5\xb9\xc5\x44\x71\xff\x60\xd4\xc4\xc5\xf0\x5e\xa3\x6c\xea\x0e\xb3\x42\x76\x10\x5c\x88\x91\xb5\x82\x3f\x88\x87\x18\xb9\x09\x78\xdd\x06\xde\x57\x63\xb2\x17\x7f\xfc\x61\xf7\x50\xfd\x4d\x76\xb1\xeb\xe1\x2b\x7c\xf0\x72\xdb\xd7\xae\x76\x0f\xcc\xfc\x29\x67\x7f\x4c\xc3\xe4\x31\xe6\x00\x36\xaa\x19\x98\xa2\x76\x58\x21\x74\x79\xa3\x25\x51\x45\x10\x35\xb9\x95\xee\x7c\x7d\x6d\x6a\xd7\xab\xd2\x17\x3b\x48\x79\x9c\x72\x48\x33\x23\xd5\x62\x1b\x2f\xdd\xaa\xb2\xb5\x6a\x89\x00\xc6\x0e\xd8\x63\x96\x66\x2a\xa3\x2c\x1a\x9a\x84\x86\x58\x66\x9d\x16\x39\x16\x8b\x63\xd2\x49\x51\xe5\xfb\x36\xc3\xd4\x0d\xa2\x61\x4f\xa4\xd4\x59\xbd\x68\xb6\x1c\x9b\xc9\x0c\x6f\xbb\x90\xdc\x4f\x9f\x09\x84\xf3\x0d\x68\xdd\x74\xb6\xb1\xc0\xc8\x70\x5d\x50\xed\xa0\x26\x1a\xf6\xad\x8b\xa7\x1d\xd2\x9d\x04\xa9\xf4\xd2\xfe\x86\xf4\xdc\x7c\x8b\xc8\xa1\xda\xbd\x10\x65\x23\x31\xa4\x5f\x8e\xb4\x57\x43\xfc\x25\x41\x45\x5b\x3f\x4b\x6a\xa3\xdb\x4e\x4a\x03\x72\xbd\xc6\xf4\x73\x9b\xd4\x74\x5b\x53\x7e\x93\xae\x2e\x8c\xd1\xbc\x49\xc6\xba\xd4\xa6\xb6\x66\x4d\x34\x90\xed\xb0\x39\xe6\xa1\xd3\x58\xd7\x22\x59\xbf\x9c\x3a\x25\xf8\x5f\x64\x57\xb1\x86\x91\x81\x19\x54\xa3\xe5\x60\xcc\x30\x84\x2a\xb8\x5f\x04\x85\x92\x2a\xf6\x3c\xe3\x1f\x2f\x1c\xab\xc9\x48\x1b\x40\x93\xfe\x9a\x48\xa8\x07\x0f\x43\x73\x9d\xe5\xab\xe6\x73\x71\xc5\x73\x04\x80\x0b\x97\x23\x16\x5b\x0f\x87\xc3\xa0\x2c\xc5\x09\x18\x53\x7b\x3d\x32\x4e\x27\xce\x9c\xf7\xfb\x34\x93\xcd\x71\xb2\xee\x88\xfd\x9e\xec\xc4\xa3\xc9\x66\xa1\xa6\x0a\x1b\xb7\xad\x1d\x27\x7f\x90\xc6\x31\xfd\xb6\x0d\x4b\xaf\x63\x07\x3b\x1b\xa5\xbf\x76\x46\x5e\x8d\x12\x12\x0e\x3c\x53\x2e\x9b\x94\x30\x80\xc3\x00\xca\x62\x70\x6c\x01\xa2\x80\xd6\x5b\x78\x4f\x40\xcd\x6a\x27\x88\x83\x11\x23\xa2\x51\x1a\x3f\x39\x63\x22\x9d\x52\x62\x14\x4e\xd4\x41\x6a\x10\x6c\xa3\xb8\x32\x3d\x24\x91\x7c\xbf\x97\x17\x57\xbd\x01\x05\xc2\x01\x7b\xdf\xcb\xea\x22\xdb\x2d\xb3\x0b\x5e\xf6\x06\x8c\xfc\x2a\x79\x7e\x71\x6b\x8b\x72\x2e\x27\x75\x71\x01\x65\x1f\x03\x63\x30\x35\xcf\x53\x4c\x8a\xea\x5d\x51\x36\x1e\x8f\x7d\xc4\x3e\xd4\xe9\xfc\x0f\x58\xaf\xce\xf2\x42\x80\x6a\xd2\x38\x9d\xf5\x82\x9c\xa8\x16\x6d\xb8\x9c\xa8\x79\x71\x65\x19\x21\xff\xea\xac\x4c\x39\x66\x3a\xb5\x73\xb2\xe5\xf7\xcc\x60\xe7\xc1\xc1\xf8\x6e\x22\x65\xbf\x9d\xd3\xd4\x0c\xdb\x8e\x1d\x14\xb6\x4e\x9f\xe3\xf8\xce\x9c\xa3\xfd\x0c\xe1\xc9\xed\x96\xed\x36\x90\x13\x7c\x7c\xa7\x70\x88\x5f\x27\x5b\x36\x02\x9d\x12\x8b\x7c\xfc\xe1\x9b\x00\x39\x7f\xf8\xc6\xf2\x97\xd9\x05\x88\xef\xe3\xbb\xdd\xc7\xba\x07\x9b\x50\xf2\x2e\xbc\xde\xfd\x14\x54\x9a\xb9\xbb\xf4\x93\x3b\x6c\x64\xf6\xff\xde\x7b\x08\xb9\x3a\xd5\x89\x19\x18\x5d\xdd\x63\x53\x4d\xe2\x5a\x6b\x15\x8a\xe0\xa7\x30\x20\xb2\x26\x26\xb3\xea\x9c\xcf\x45\x3f\x30\x98\x3e\x20\x16\xd3\x78\x1e\x24\xeb\x72\x22\x45\x36\x5b\xb9\x44\xab\x1a\x20\x9f\xe2\x28\xd0\xdd\xf8\x0e\x33\x19\xc2\x8f\x15\xb3\x47\x4c\xf2\x1b\xf2\xdc\x5b\xa4\xfe\xe2\xcc\x6c\x3c\xe4\xbd\xb7\xaf\x56\x85\xf7\x6a\x6a\xb2\xe4\xa6\x51\x76\x7f\xb2\x01\x16\xd9\x49\xcd\xdc\xce\xd2\xeb\xc1\xcd\x16\x27\xe1\x4f\xa1\x95\xa4\xdc\x67\x1a\xee\xa8\xf4\x26\xfa\x13\x09\x37\x73\xed\x34\x5b\x72\x50\x18\x68\x30\x69\x52\x92\x0c\xe2\x3d\x34\x29\x98\x44\x25\xc1\x47\x01\x32\xee\x4c\xa7\x62\x33\xa9\x04\xad\x7b\x5d\xf9\x54\x36\x90\x02\xcc\x03\xd4\x61\x59\xfe\x6a\x75\xee\x01\xbb\x49\xed\x52\x3c\x95\x18\x55\x5f\x05\xc9\x72\x7c\xd5\x56\x94\x34\x87\xe4\xd2\x78\x95\xdd\x8a\x65\x03\x1c\x19\x43\xfb\xb7\xe3\x3a\xbb\x7c\x5e\xe5\xaf\x04\x62\x80\xb8\x57\xd5\x2c\x62\x98\xef\x2b\x02\xb0\x93\x53\x3e\x7d\x7b\xf1\x5f\xa0\x59\x39\x09\xa5\x1d\x34\xd0\x35\xbf\xdf\xd6\x58\x71\x8b\x84\xb4\xe7\xa8\xe9\x59\x97\x0f\x25\x74\xe1\x42\x43\x40\xf3\xc7\x29\x07\x59\xf5\xed\x02\x9d\xcc\x37\xdb\x90\xb4\x3b\x98\x83\x4d\x25\xdf\xdf\x27\xb1\x8b\xd9\xc9\x2d\x76\x38\xc9\xa7\x6c\x2f\x0b\x79\x4e\x38\x78\x52\xfa\x2d\xb1\xa5\x47\xac\x49\xd5\x94\xe9\xac\xf8\x64\x1b\xdb\xb3\xe2\x7b\x20\x8d\x78\x69\xef\xbb\xef\x98\xe4\x8d\xd4\x61\x0e\x8b\x4a\xa7\x2b\xd3\x41\x24\x31\xd7\x2e\x1a\x29\xb0\x3e\xd0\x03\x97\xa7\x7f\xf5\x35\xa7\xa3\x6e\x1f\xee\x01\xbf\x69\x78\x95\xeb\x6b\x3f\x04\x06\xf7\xb0\x69\xea\xe2\x62\xd9\x70\xf9\x34\x6a\xb4\x9f\x82\x07\xbb\x36\x14\x3e\x61\x53\xd5\xb2\x5e\x16\x97\x33\x5e\xb3\xb7\xe0\x78\xef\x72\x56\xe3\x32\x03\x2a\xa9\x03\xa6\x7f\xf7\x1d\x3b\xca\xca\x92\x35\x42\x09\x25\x57\x45\xce\x75\xa2\xd7\xe2\xef\x3c\x07\x04\x8b\xbe\x9d\x59\xc3\xae\x8b\xb2\x64\x65\x76\xcb\x6b\x26\x2a\x70\xf1\xd7\xbe\xfd\x57\x8a\x0b\xaa\x1a\x56\x2f\x4b\x2e\x4d\x06\x63\xe4\xd7\x0f\x46\x2d\x37\xf4\xe9\x76\x9e\x99\xfb\x64\xbe\xa7\x7c\x6a\xd3\xce\xb9\xbc\xdc\x8d\xe4\xe5\xd4\x64\x4f\x36\xc5\xa7\x7c\xaa\x66\x60\x11\x48\x30\x2a\xed\x15\xd1\x1c\x86\xc9\xdc\x65\xd3\xe2\x06\xa2\x11\x2f\xe7\x95\x64\xa2\xd6\x1a\xb5\x82\xe7\x7a\x84\xd2\x22\xc5\x51\x1a\x57\x06\xfb\x7b\x91\x4d\x3e\x43\x66\xa3\xeb\x19\xaf\xd8\x04\xad\x8c\xf1\x5d\x9d\xcd\x32\xc9\x26\xb3\xac\xba\xb4\xbd\x2b\x41\x5d\xd5\x38\xd1\x2f\xed\x47\xf8\xf5\x60\xc4\xfa\x13\xed\xad\x68\x31\x90\x79\x8d\xb7\xcc\x0e\x80\xf1\x95\x28\xf2\x4d\xa6\x50\x48\xed\x34\x11\x0e\x7d\x8a\xa5\xc9\x21\x2b\x7e\xad\xed\xf9\xab\xe5\xfc\x82\xd7\x03\xdd\x9b\x7e\x58\xc2\xc2\x6d\xa7\x61\x38\xe0\x09\x64\xcc\x4e\x4f\xea\x70\xd9\x88\xae\x89\xdd\x7b\x1a\x08\x4b\x66\x2a\x10\x88\x22\x1a\xfc\x48\x95\xaa\x61\xf9\x95\x51\xab\xbc\x16\x4b\xc9\x9f\x5f\xf1\xaa\x81\x0c\xff\x5a\x16\xdb\x37\x13\xb1\x33\xdb\x7a\x12\x36\xc9\xb0\x9c\x89\x6b\x96\xa1\xed\xd8\x4d\xc3\xe6\xbc\x5a\x86\xd3\xc2\x4f\xaf\x79\xb5\x4c\xee\xc9\xda\xd9\x76\x4e\xae\x11\xac\x46\x05\x43\x66\x3c\x8d\x61\xc2\x64\xae\x1e\x2e\xb5\x22\x08\x7c\xd3\xf1\x11\xb0\x1d\x5e\x44\x4a\xbd\x9f\xae\x23\x18\xf4\x7e\xfe\x36\xe3\x10\xde\x03\xe2\x91\x21\x4f\x04\x33\x51\xc8\xcb\x59\x23\x58\x04\x90\xe0\x9a\x0e\x46\x69\x6e\x2a\x31\x88\xa8\x21\xf6\x88\xea\x1b\x9c\xda\xb5\x11\x90\xee\xdd\x37\x25\x22\x62\xc6\x1a\x48\xc7\x49\xeb\x4e\x51\x16\x74\x40\x76\x0e\xbf\xc9\x04\xd5\x69\xfa\x23\x75\x5e\x71\x85\x83\xc1\x52\xc4\x9e\x0f\xaf\x9a\xa2\x0e\x68\x9d\xad\x65\xe5\xa0\xd6\x2e\xd0\xb2\x79\xcf\xce\x1b\x63\x02\xa0\x44\x1e\xf6\xf6\x42\xd4\x38\xff\xc3\xb2\x04\x6e\x54\xa2\x89\xd7\xfa\x51\x08\x35\x36\xd2\x00\x52\x1b\x94\x9a\x01\xf9\x9a\x28\x2e\x12\xa3\x13\x34\x33\x85\x35\xe3\x19\x58\xe7\x6f\xc3\xc6\x6c\x36\xba\x15\xcf\x0d\x40\xb7\xf5\x5c\x98\x2b\x97\xea\x57\x6b\x32\xd4\xe1\xea\x2d\x8a\x80\xd2\xfa\xa1\x7b\x20\x79\x16\x97\x52\x38\xc2\x29\xd5\xc8\x5f\xaa\x75\x0b\xcd\x63\x5a\x40\x8f\xd8\xcf\x83\x51\x9a\x2d\xbd\x6f\xb7\xce\xef\x98\x96\xe2\xdd\x7e\x47\x9c\x16\x55\xc7\xaf\x75\x7c\xc0\x45\x71\xc3\x4b\x13\x85\x07\xf5\xa3\x18\xdb\x8e\xe5\x75\x76\x79\xa9\x46\x04\xd2\x73\x59\xc8\x86\xd7\xf6\x1a\xe8\xf0\x82\xef\xa0\xf5\x0b\x51\x2b\x49\xe3\xc0\xa0\x72\x32\xcc\x5b\x8c\x63\xad\xba\x01\x81\x9b\x55\xd9\x9c\x9b\xb9\x47\xa2\x3e\x69\x78\x32\x35\x6c\x0e\xbe\xd8\xaa\xe9\x2d\x25\xe6\xb1\xb5\x88\x4e\x67\xba\xb7\xf0\xe8\xa3\xb6\x80\x57\xee\x42\x6b\x94\x9d\x26\xb8\x0c\x54\x26\x1e\x46\x5b\x2a\x64\x96\xc9\x06\x13\xf6\x66\x55\x6e\xe2\x2a\xb9\x74\x87\x8a\xd7\x83\xcf\x52\xcd\xbb\x07\xaa\x67\x8c\x95\xa4\xf6\xf6\xd6\x72\x6d\x4e\x29\xf3\x9d\x82\x44\x96\xd5\x9c\xc9\x46\xb1\x6e\xb6\xc6\x45\xc9\xd9\x55\x91\x91\xad\xd3\x41\x1b\xbf\x63\x7f\xd5\x1a\x09\x0c\xd7\xa1\x84\x56\xfc\x00\x3b\x40\x15\x1a\x1e\xd6\xfb\xaa\xac\xb2\xcf\x26\xb7\xb1\xd1\x77\xfe\x5e\x6a\x80\x9e\xf3\x26\xcb\xb3\x26\x23\x93\x46\x50\x96\x16\x7c\xdf\x7f\x8c\x0e\xc2\x49\x4c\xc0\x49\x2f\x8d\xb4\x48\x7a\xb1\x48\x62\x44\x04\xac\x8e\x8e\x14\x1b\x99\x6a\x8e\x1c\xa3\x27\x08\xdf\x77\xff\x78\xb5\x9c\xa7\xb0\x07\x6e\x4d\x25\x2a\xce\xc6\xfa\xa1\x12\xed\x8a\xd8\x58\x9b\x0c\x5d\xd9\x57\x1c\xc8\x0a\xf8\x35\x0f\x0f\x13\x2c\xdc\x51\x1c\xa2\xd8\x35\x5d\x87\x22\x11\x52\xfc\xe4\x43\x18\xe0\xc3\x83\x2e\xe7\x70\x1d\x15\xb7\xd2\xe1\x2f\x5d\x54\x62\x96\x74\x55\x1e\x8b\x09\x73\x11\x60\xaf\xfc\xb7\x03\xaf\x10\x2b\xbf\xb6\xee\xaf\xf6\xd3\xd7\x9a\x5e\x88\x89\xdd\xb5\x49\xea\x25\xee\x52\xfc\x5d\x25\x9a\x62\x7a\x4b\x39\xba\x1c\xf5\x3b\x8a\xda\x56\x10\xcc\x47\x4d\x46\x83\xf8\x1b\xae\x90\xe5\xac\xc0\xc0\xb0\x80\xa4\xae\x0d\x1e\x9b\x71\xdb\x54\xc9\x34\xb3\x6c\xb1\xe0\x15\xcf\x99\xc5\x47\x13\x51\xd7\x5c\x2e\x44\x05\x98\xbb\x2c\x64\xa3\xc8\xbb\x58\x36\x90\xa0\x5c\x4b\x93\xa5\x1d\xcc\xe3\x73\xb5\xd2\x49\x71\x45\x56\xf1\x9b\xd7\x62\x61\xb4\x50\xc8\xdd\xa5\xb4\x53\x03\x5c\xc8\x88\x39\x06\x98\x32\x50\x5f\x0c\xff\xda\x54\xce\x03\x13\x0d\x0e\xf6\xc8\xd9\xde\x1e\xfb\x1b\x2b\x14\xd8\x40\xe6\x4f\xdd\x86\x69\x26\x9c\x19\x4f\x19\x08\x9d\x04\xe7\x89\x32\x74\x56\x37\x7e\x27\x50\xe4\x3a\x82\x90\xbd\x4a\x38\x74\x5c\xf9\xb2\xae\x55\x8f\x6a\x88\x59\x51\xc1\x56\xf2\x2a\xf7\x7b\xe1\x55\xbe\x6d\x1f\x66\xca\x7a\xc6\xa7\x7c\x3a\x62\x44\x8c\x80\x6e\x4f\xf9\x94\xd7\xbc\x9a\x60\x4f\xa6\x35\x42\x0a\x0c\x00\xfc\x16\x28\xda\x80\x27\x56\x62\x0e\xcf\xef\x79\x04\xa0\x74\x6a\xd3\x22\xc0\x53\xc1\x7f\x2f\x8b\x9a\xe7\x4f\xdf\x15\x93\xcf\x4f\x13\x34\x66\xc0\x7a\xa0\x13\xe9\xed\xef\xb3\x87\x6a\x89\x1d\x15\x2d\x53\xd1\xdb\x67\xd6\xea\x3d\x10\x4b\x66\x0a\x88\xa5\xe3\x03\x03\xfe\x21\x11\x9f\x28\x12\x1d\x82\x3e\x67\x9c\x7d\xf8\xc6\xf5\xf8\xe1\x1b\xd7\xa7\x12\x4b\x50\x5f\x4e\xba\x6f\xc3\xa0\xae\xeb\x13\x69\x2e\xf9\x05\x57\x77\xd0\x97\xb3\x63\x4f\xe8\x96\x6e\x0e\x6b\x94\x63\x34\x71\x8d\x24\xa4\xb5\x32\x52\xbc\x50\x2d\x04\x14\xd2\xa8\x45\xc8\xae\xc5\xc8\x3f\xee\x83\xee\x8c\xa6\x77\xa4\x0b\xc3\x8a\xb5\xee\xfb\xba\x28\x3b\x4f\xdc\x73\xec\xd7\xa3\x95\x60\x45\x43\xec\x2f\x51\x55\x86\xa4\x03\x2d\xd9\x6c\x89\xcf\x68\xfc\xd5\x3c\xc0\xf1\x9c\xbd\x11\x0d\xb0\xb0\x94\xe7\x89\xfd\xb0\x69\xd7\xd4\x49\xfa\xfe\x03\xf8\x4e\x9c\x5f\xd2\x8f\xf6\x6c\x0c\xa6\xa8\xdd\x16\x53\xa5\xda\xcb\x29\xf5\x09\xdc\x98\xa2\xc5\x3a\x3f\xaa\xe8\x53\xe0\xef\x4c\xbf\x07\x1e\x4d\xe1\xe9\x58\xff\x19\xf2\x21\x70\x95\x21\x5f\x92\x3e\x1a\xa9\xef\xc4\xe4\x3f\xf1\x99\xd8\xb3\x27\xbe\xc6\x5f\x22\x37\x12\xfb\x6d\xe5\x1b\x61\x03\x5d\x84\xcd\x00\x13\xb2\x63\x31\x59\x02\x65\xda\xf4\x25\xe5\x03\x98\x55\xd5\xd9\x25\xd0\x43\x5e\x2e\xb4\x19\x85\x2d\x3b\x07\x61\xc5\x2f\xd3\x8c\x89\x5f\x08\x33\xf1\x8b\xb4\x92\xcb\x33\xd0\xb2\xd7\x6a\x9b\x47\x10\xcb\xdb\xef\x59\x96\x3c\xe8\xc8\xbc\x3a\xbf\x7e\xfb\xcb\xd9\xf3\xe3\xb7\xbf\xbd\xf9\xfd\xdd\xe9\xc9\xeb\xc3\xd3\xff\xf8\xfd\xd9\x2f\xe7\xe7\x6f\xdf\x28\xa6\x1a\x88\x9d\x22\x71\x73\xc5\x51\xb0\x5c\x5c\x57\x9a\x59\xba\xe6\x20\x70\x2d\xa5\xc2\x60\xfc\x4a\x1b\x30\x80\xbd\x0f\xaf\x9b\xdb\x01\x7b\xc4\xe6\x3c\xab\x24\xf8\x51\x68\x4d\x81\x37\xe2\xeb\xb7\xbf\x3e\x8f\x47\x7c\x1c\x8c\xa8\x24\xea\xce\x11\x25\x19\xf2\x71\x6a\xc8\x34\x27\x43\x4f\xef\x5d\x56\x67\x73\x8d\x9e\xda\xc4\x9f\xf5\x12\xbb\xf7\x8c\x0b\xf2\xa6\x3f\x0a\x2b\xe6\x0b\xe4\x20\x64\x38\x01\x1c\x7a\x51\x17\x57\x4a\xa6\xf8\x1d\x59\xcb\x86\xd7\x47\x62\x59\x35\xc0\xff\xbd\xff\xcc\x6f\x8d\x90\xff\xd1\x0c\x0a\x58\x9a\xb4\x2b\xe4\xb1\x56\x39\xf8\xd2\x83\xd7\xf1\x71\xd6\xb8\x04\x4e\xb0\xb1\x08\xae\x23\xbc\x17\xf8\x83\xfd\xc1\xaa\x65\x59\x3e\xd1\x14\xa3\x2c\x78\x45\xb8\x33\x5a\xfa\x1f\x41\xa9\x92\x49\xcf\xc1\x9f\x8f\xd7\x07\x23\x76\x4c\x7e\x9a\x1a\xf6\x86\x28\xda\xe3\xdf\x19\x5b\x25\xbb\xec\xac\xb2\xa2\x13\xb4\xcb\x6b\x3f\x3b\x5b\x05\x3d\xda\xb1\x27\xe7\x18\x17\xec\xae\x73\x3c\xd7\x3b\x93\x9e\x25\x9a\x2d\x0b\xc9\xcd\x8b\x9a\x66\xb3\xc1\x58\xd6\x52\x51\x32\x38\xec\xb6\x1c\x11\x04\xe4\x7f\x2f\x33\xd9\x9c\xe4\xde\x86\xba\xb3\xad\x8a\xa6\xc8\x4a\xc5\xc2\x84\x24\x1d\xee\x54\xbd\x9c\x34\xa2\xee\x2f\x00\x94\x47\x69\x08\xdf\x71\x26\x65\x85\x1c\xba\xed\x82\x64\xe3\xaa\xc2\x50\x7a\xbb\x66\x2a\x06\xf0\xc8\xc6\xec\x6e\xe5\x55\xf0\x76\x35\xfe\x8c\xeb\x02\x74\xf2\xc1\x18\xdf\x9c\x0b\x36\xcf\x3e\x73\x1d\x4b\x15\xae\xcb\x64\xc6\xb3\x05\xb0\xd0\x35\xcf\x1a\x3e\xd0\x31\xb0\xb3\xb2\x14\xd7\x8a\x57\x9a\x2f\xca\x62\x7a\xab\x2e\xbf\x14\x73\xce\x4a\x71\x59\x4c\x18\x2f\x25\xbf\x9e\xf1\xda\x58\xae\xed\xed\x31\x51\x95\xb7\xcc\xed\x17\x6a\x88\x01\x83\xa0\x62\x37\xab\x72\x76\x09\xe6\xe9\xba\x78\x96\x55\x79\xc9\x6b\xc9\x32\xa9\x19\xf5\x21\x9d\x3e\xd9\x7a\x63\x9a\x89\xa7\x8b\xdb\xbf\x58\x5e\x94\xc5\xc4\xc0\x42\x7f\x67\x04\x70\x60\x2d\x49\xa7\xac\x8f\xdd\xe0\xe9\xef\x10\xe8\x22\xc5\x43\xdb\xdc\x00\x50\x3c\x82\x5c\x5e\xa0\xe1\x9a\x36\x61\x42\x4e\x8a\x48\x26\x03\x72\xa9\x3d\x30\x1b\xb8\x6b\x45\x68\xd1\x28\x4d\x9d\x76\xec\x05\x20\xb7\xc2\x5c\x4c\x7f\x91\xfa\x2e\x92\xa5\x3e\x88\xb6\xac\x65\xc1\x6c\xcc\x2a\x7e\x4d\xe6\x08\xbb\xb4\xf3\xc4\xe5\x55\xd0\x96\x80\x62\x82\x46\x80\x86\x4c\xf7\x69\x9d\xbd\x3d\x36\x29\x79\x56\xc3\xd2\x00\xf7\xa0\xb8\x85\xb4\x43\x11\x78\xf5\xdf\x49\xb6\x68\x96\x35\x77\x52\x3e\xc6\x62\x67\x85\x7e\xe9\xbd\xe0\xac\x5e\xda\x3e\xd5\x32\x72\x31\xd9\xf1\x9c\xb5\xe9\x51\x89\x4a\x7d\x87\x00\x1c\x03\xd6\x83\xa1\x96\x8b\xde\x40\x57\x12\x15\x08\xdf\xbf\x2c\x86\x17\x45\x95\xe3\xaa\x06\xa0\x5f\xdc\x79\xd2\xd9\x61\xb2\x2f\xb3\xea\xf5\x7d\xae\xdc\xae\xa4\xc0\x56\x55\x76\xa0\xa5\x31\xb8\xf6\xab\xf9\xcc\x6f\xd9\x98\x7d\xfa\xf6\xee\xfb\xef\xe9\x85\x5d\x7d\x02\x0b\xde\x00\x6a\x9e\xf8\xad\xcd\xdd\x21\x58\x73\xa2\x55\x2e\xf0\x46\x07\xdc\xcc\x28\xe6\x6f\xf0\x30\x0e\x20\x9e\x7b\x88\x3c\x35\x08\x63\x68\x55\x0f\xfe\x56\xef\x3f\xb2\x31\xb3\x8a\x4d\xc6\x4a\xde\x30\x01\x8a\x10\xcd\x29\xf7\xb5\x06\x04\x74\x23\xa1\x02\xc4\x6f\xf1\x8a\x67\x57\x7c\xab\x16\x80\x04\xb7\x6c\x91\x6f\x51\x5f\x2c\xb6\xea\xfc\xed\xd5\x16\xb3\x01\x08\x3a\x16\xd7\x95\x6b\x91\xd6\x12\xb9\x46\x9a\x9f\x40\xb1\x87\x32\x14\xee\xb3\x58\x2c\xc2\xcf\xae\x02\x25\x0b\x5f\x8d\xaa\x3a\x5c\x13\x00\xa6\x49\x5c\xb2\x43\x43\xa4\x22\x80\xc3\x7a\x5f\x67\x8b\x81\x79\x5e\x1e\xb0\x25\xa4\xcb\x50\xcd\x51\x91\xdb\x05\xe9\x16\x17\x79\xf3\x8d\x16\xe0\xcc\x9d\x1d\x76\xf6\x02\x16\x32\xf3\xf6\x34\x0a\x87\x22\x55\x00\xe9\x7e\xe6\xce\x8f\x75\x45\xe6\x41\x4e\x04\x02\x62\xc2\x3d\x77\x65\x7d\x7f\x86\x0e\x39\x90\xa3\xf2\xda\xe9\xb2\x44\x3b\x8a\x0d\xe9\xa8\x7f\xfc\x41\x3b\xf3\x90\xa4\xaa\x6a\x76\x7a\xc7\x0f\x28\xa0\xf8\xf9\x3e\x6e\x22\x22\x61\x31\x65\x2d\x55\x03\xc4\xe2\x6f\x6a\x88\x60\xa0\x8f\xa1\xf9\x8d\xd8\x51\xf1\x85\xf6\xa0\x77\x06\x61\x63\x82\x5a\xb0\xb5\x2d\x08\xe3\x57\x3c\x09\xb3\x2a\x19\x5c\x37\x5c\x2c\xe5\xac\xaf\x7f\xed\x44\xd5\x42\xdc\x8e\x46\xc0\xba\x3a\x19\xce\x16\x99\xf9\x53\x02\xa1\x39\x80\xe0\xcf\x55\x7c\x30\xa9\x93\xd8\xdb\x63\x27\xa8\xed\xd4\x39\x46\x0a\x89\x79\xe5\x20\x03\x29\xbb\x2e\x94\x18\xb5\xf0\x99\xa0\xb2\x90\x0d\xaf\x20\xad\x89\x60\x4d\x9d\x4d\x3e\x43\x93\x5d\xd0\xd7\x72\xad\x22\xa7\x29\xcf\x08\x12\x65\xe3\x16\x2c\xe4\x1d\x1d\xf0\x07\x58\x4f\x71\x5a\xbe\x14\xbc\x33\x2c\xe4\x4b\xd8\x8f\x3c\x02\x88\x0d\xda\xf8\x14\xce\x3f\x89\x80\x7d\x55\xcc\xfe\xc7\xdd\xdd\xa0\xaa\xe3\xd3\x52\xd5\xc1\xfc\xff\x51\x34\x31\x16\xa2\x91\x3e\x70\x87\x6c\xef\x3b\x73\x49\x50\xbd\xa7\xa9\xdd\x4e\x30\xe6\xaa\xed\xb8\x3d\x90\x22\xa4\x67\xb3\x7d\x46\xb0\x5e\xd4\xf0\x5f\x6d\xf0\xdc\xdf\x01\xb9\x1a\xb9\x5b\xb8\x8e\x27\xcf\xff\x55\xcf\xe6\xfb\xef\xb7\x3f\x9b\xc7\x1b\x9c\x8d\x9a\xc4\x3f\xe6\x68\xf2\xcd\x0e\xa6\x6b\x0d\x56\x36\xfa\x42\xb8\x8a\x27\x28\x16\xff\xf3\xb3\x0b\x41\x2d\x20\x7f\x43\x9c\x67\x74\x86\xe9\x6a\x51\x6b\x8d\xeb\x87\x8a\xff\x4f\x9e\xe7\x9a\x03\x54\x7c\xd4\x17\x5d\xad\x4d\x96\x87\xc3\x6c\xb4\x44\xac\xfa\x15\x97\xb9\xf6\x68\x3d\xd2\xa1\xea\x81\x17\x35\x66\xbd\xac\xb3\x4b\xcc\x4c\x65\x64\xa5\x69\x51\xf3\x1c\xe5\x2c\x0c\xae\x6b\x4c\x54\x67\x45\x99\x33\x8e\xb2\xa8\xd7\xe3\xc5\x12\xb4\x77\x20\x98\x5f\x67\xde\x3b\x19\x24\xf6\xc6\xce\x70\x4c\x51\xeb\x44\x58\xf4\x79\x2e\xd5\xa9\x92\xec\xf0\x29\x77\x19\x48\x75\x84\x48\x85\x54\xb8\x67\x17\xd7\x1b\x50\xcc\x4a\x37\x32\xd9\x06\xe6\x64\xdb\x00\xd5\x5b\xdb\x86\x57\x39\x19\x25\x5f\x53\x5f\x2c\x74\x65\xb1\x58\xdb\x33\x84\x89\x1c\x10\xf0\x4d\xca\x81\x01\xef\xb6\x01\x8b\xa0\x6b\x3a\x16\xa1\x14\x93\x04\x87\xe0\xd4\xb3\x09\xae\xc0\x0a\x1a\x96\xd3\x24\x65\x4e\x80\x1d\xb0\x36\x66\xd5\xc7\xab\x56\x12\xc6\x92\xee\x0e\xbc\xf5\xfd\xc6\x81\xde\x29\xd0\xc8\xf2\x9c\x15\x15\x2a\x08\xa4\x40\xb3\x3b\x51\xb1\x17\x45\xcd\xa7\xe2\x46\xc1\x26\x98\x9f\xaa\xed\xb8\x9c\x09\x69\x01\x0e\x01\xd3\x18\x72\x85\x13\x04\x91\x73\x33\xc4\xa1\xbd\x52\xb5\xa4\x92\x12\x35\x7c\x0c\x22\x9c\x4c\x23\x3c\xcc\x00\x63\x46\x58\x24\x51\xc7\x74\x11\xa0\x8d\xb0\x14\xde\xc6\x07\xa1\x46\x70\x78\xc9\x1b\xab\x41\xed\xef\xac\xc3\x36\xcc\x17\x45\x14\xfa\x4f\xd0\x7c\x2b\x1f\x0c\xa9\x92\x38\x5a\x4b\x5c\x65\x28\x79\x73\x9c\x35\x59\xbf\x57\xa8\x0b\xa5\xee\xc1\xb0\xc8\x37\xc4\x7d\xc9\xfb\x03\xb6\x05\xf6\x02\xe1\x9e\x76\xdd\x39\x00\xf6\x5c\x5c\x57\xd0\xc6\x42\xf3\xfd\x31\x00\xb9\xa5\x54\x4a\xf6\xa5\x1d\x23\x28\xe7\xf1\xbb\x12\xfe\x0b\x24\xe5\x88\xdb\x4e\x68\x67\x1d\xcb\x44\x8b\x63\xb2\xc4\x4b\xde\xf0\x94\x7a\x17\x3a\x08\xb7\x3e\x1c\x38\x90\xc3\xf1\x1f\x11\x02\x8d\x70\x27\xa6\x56\xa8\x4a\x30\x70\xbe\x20\x35\x9d\xde\x57\x92\x8a\xa6\xd8\x2d\x3d\xf9\xe7\x69\x87\xdd\x84\x74\x74\x35\x5d\x43\x41\xba\x47\x6d\x25\x24\x5d\xcd\x3a\xa8\x44\x57\xc3\x16\x42\xd4\xb9\x8f\x29\x12\xd3\x35\xb5\x35\x17\xb0\xad\xe9\x06\xf7\xf0\x0b\xf6\xb1\x95\xe9\x4f\xea\x62\xda\x2f\x97\x77\xb5\x42\xa5\xab\x1f\xf1\x27\xa1\xef\x69\xbf\xd4\x6a\xb3\x3b\x6e\x2d\xfd\x14\xbd\x27\x78\x4b\xb2\x31\x18\x13\xef\x18\xcb\xca\xbd\x33\xc4\x2f\x0c\xf4\x4d\x20\x78\xe9\xc0\x9b\x1d\x60\xb3\x0e\x04\xe2\x14\x79\x2d\x6b\xea\x5c\x8f\xf7\x3e\x62\x1e\xc9\xec\xc9\xf6\x5b\x74\x8c\xd6\x40\xce\x91\xea\xd4\x22\xee\x2c\xa5\x86\xbc\x33\xf4\x1c\x09\x71\x1e\x3a\x40\x72\x93\x8e\xbe\xb5\xd0\x61\x8f\xa0\xd2\xc5\x38\x8b\x92\xce\x97\x0d\xc5\xbe\x5c\x88\xfc\x16\xeb\xee\x05\xdb\xa0\x9f\x0b\x12\x8a\x5e\x7f\xb9\x09\xb2\xed\xde\xb7\x42\xc1\x5b\x91\x60\xb2\x52\x82\xce\x3f\xf3\x5b\x85\xca\xd1\xf3\x6c\xf8\x99\xdf\xca\x14\xe9\xd9\xd9\xf1\xf3\x8c\xde\x07\x5c\x52\x20\x33\xc4\x03\x1a\x26\x88\x4e\x44\x41\xda\xda\x19\xdc\x32\x17\x57\xbc\xe7\xe3\x85\xad\xfb\x40\x44\x9f\xbe\x78\x3e\x73\xee\xef\xed\xd0\xbd\x8c\x87\xac\x7a\x9d\x15\x92\x13\x51\xcc\xbe\x64\x95\xbc\x21\x0f\xea\xec\x73\x25\xae\x59\xd1\x58\xbe\x17\x23\xb6\xa0\xee\x0f\x1e\x4e\x9b\xdb\x92\xbb\x9e\xdd\xeb\xdb\x10\x46\x68\x9f\xd0\x30\x22\x64\x74\x7d\xf7\xe9\x47\x2c\x7a\x1e\x3b\x44\xfe\xe3\xb7\x66\x63\xf7\xd4\xbf\xed\x1d\xf1\xed\x6d\x73\xfd\x98\x96\xbe\x33\xc1\x53\xdb\xda\xbb\xb3\xfe\x7d\x52\xbf\x24\x2a\x26\x1e\x99\x5a\x2d\x6a\x29\xee\x2b\x17\x93\xa1\x99\x8f\x46\xae\xd1\x4b\x69\x70\x8f\xbb\xb1\x05\x59\x39\x9c\x39\x48\xe6\x19\x3c\xb2\xaa\xcd\x36\x62\xde\xf5\xac\x28\x89\x6b\x0a\xbc\xa4\x43\x1e\xe9\x81\xee\x47\x49\xf7\x04\xd2\x04\x7a\xeb\x89\x32\x37\x3d\x64\x55\xee\x2a\xa1\xcc\xae\x15\x00\x6a\x2c\xac\xa4\xfb\x3a\x77\xe2\x25\x28\x0f\x90\x4d\xd3\x76\xb1\x5a\x01\x20\xaa\x56\x85\x03\x15\x2e\xd3\x28\xee\xb5\xb8\xe2\x6b\x71\xfd\x9a\x13\xb4\x9b\xae\x75\x0a\xa1\x59\x11\x83\xac\xb0\xb2\xa8\x26\x9c\xd8\x39\x15\x15\xee\x1d\xcf\x2f\x39\x9b\x64\x12\xf2\xc6\x56\xa2\x41\xdd\x98\xda\xda\x6b\x5e\x96\x2c\x5f\xd6\xe8\x55\x8c\xa7\x32\x24\x63\x5d\x2c\x1b\xd8\x47\x25\x80\xe6\x82\xcb\xaa\xd7\x30\xb9\x5c\xa0\xa9\x52\x33\x50\x72\xaa\x92\x4b\x39\x66\x1f\xd7\xde\x2a\x3a\xbb\x2c\x1c\x76\xd1\x98\x31\x75\x7c\x06\xdb\xbb\x59\xc2\xb8\xd5\xd2\xca\x30\x00\x6c\x8c\xbb\xe4\xc1\x6c\x70\xff\x1e\x3e\xb4\x1d\x3e\x18\xb7\x77\xb9\xe3\xed\xe4\x24\xab\x26\xbc\x8c\xcd\xc6\xd4\x09\x6b\x16\x88\x67\x75\x79\xeb\x1c\x42\x17\x18\xbf\xd5\x38\x95\xe9\xa5\x2d\x30\x7b\xc4\x46\x17\xc3\x30\x57\x6d\xef\xdc\x88\x7b\x14\xb1\x4a\x92\xf5\x90\x18\x92\x05\xf9\x9f\xcd\xab\x19\xf6\xb0\x13\x22\xeb\x6b\x0e\xfe\x56\x90\x17\xb8\xe2\xb2\xe1\x39\xbd\x81\x52\x81\x8e\x5a\xef\xf1\xdb\xd7\x03\x56\x16\x9f\x39\xcb\xd8\x54\x94\x60\x12\x5c\x01\xba\xca\xd0\x50\x65\xc8\x4e\x2a\x54\x55\x28\xf8\x1a\xe0\x4e\x5d\xe3\xbd\x03\x07\x7f\x6f\x54\xd5\x65\x51\x55\xea\x36\xe2\x8d\xeb\x63\xa7\x3b\x03\xd5\x06\x53\xb8\x48\x9f\x5a\xe8\x6b\x8b\xad\xb4\xc6\x63\xc8\x9e\x2d\x11\xe2\x64\x36\x37\x84\xa6\x90\xec\x62\x79\x71\x51\x22\x51\x69\x66\xdc\x1b\x59\x2c\x1b\x37\x6a\x23\xc4\x00\x0e\xf9\xda\x69\x5f\xb4\xbe\x14\x11\x09\x54\x16\x95\xf1\xe5\xcf\x3e\x83\x4f\xde\x15\xaf\xfd\x9c\xf9\x67\x62\xa0\x9d\x2e\x0a\xed\x2c\x91\x49\x6f\xf2\x1a\x3e\x32\xad\x76\x34\xc9\xf7\x51\x61\x38\x0c\xf9\x85\x56\x2e\xc6\x54\xf0\x25\x81\x56\xfa\xc5\x1e\x3e\xdc\xb0\xa6\x62\x83\xe0\xbe\xa8\xff\x86\xad\x8c\x99\x8c\x3c\x52\x93\xd7\x22\x4a\x37\xd1\xdc\xa1\x3d\x44\x72\x56\xfb\x13\x49\xe7\x04\x3f\xb2\xfd\xe4\xb3\xd6\xd7\x62\x0c\x5a\x7a\x8b\x04\xea\xb8\x4d\xfb\x09\x04\x37\xd7\xfc\x6b\x15\xde\x52\x3c\x46\x17\xf5\x44\xda\x93\xad\x27\x98\x21\xa9\xd4\xd7\x89\x52\xc0\x24\xd1\x02\xd1\xff\xfe\x54\x6b\x63\x54\x45\x11\x78\x17\x40\xaf\x81\x61\xc5\xad\x34\xf6\xa7\x07\x2c\x31\x98\x6c\x00\x13\x5d\x27\x6b\x43\x0d\x25\x39\xc3\xae\x53\x03\x12\x23\x2a\x96\x39\x2d\x36\x1c\x13\x60\x3f\x74\x25\x22\xef\xda\xd9\xa5\xe2\x16\xbb\x38\x8b\x63\x71\x5d\x7d\xd9\x19\x21\xcb\xa7\xa9\x99\x25\x9c\x09\x3b\x6b\x9f\x70\x9e\x5c\x56\xa2\xe6\x2c\xab\xb4\xf7\x37\xbf\x99\xf0\x45\x93\xa0\x90\xc3\x6e\xa2\x17\x81\x49\x0b\xc9\x8a\x98\x6d\x2a\xa3\x19\xc3\x5f\x6d\x67\x81\x3f\x07\x61\x85\xff\xf0\x2b\xfc\x07\xa9\xe0\x19\x18\x53\x26\x98\x6a\x31\xad\xb5\xef\x88\x05\x1f\xa9\xbe\xe5\x9f\x2c\x6f\x52\xcc\x7a\x2f\x69\xb3\xda\x4c\xd8\x0c\xec\x06\x15\x47\x4b\xdf\x38\x12\x7d\xec\x74\xc9\xa7\xeb\x47\x35\x7a\x48\x6f\x58\xc0\x49\xdb\x8c\x1b\xa1\x55\xb0\xc4\xed\x00\x2b\x62\x4f\x9e\xbe\xcc\x39\x6f\x78\x3d\x2f\x2a\xee\xb9\x59\x22\x75\x77\x6f\x54\x19\xcb\xb9\x9c\xf0\x2a\xcf\xd0\x8a\x08\xee\x05\x04\x54\x4e\x5d\x66\x43\x60\xb1\x86\x96\xb3\x02\x8d\x16\x8c\x90\xfa\xb4\x63\xad\xda\xcc\xb2\x90\x16\xf4\x69\x0b\x88\xa1\x4d\x7e\x0f\xbd\xa1\x02\xbc\xdc\x5e\x11\xb0\x6c\x5b\x53\xab\x34\xf4\x9e\x54\xec\x09\x78\xd3\x19\x77\xcc\xe6\x89\x27\x65\xeb\x3e\x63\x7b\xe6\xc0\x9d\x80\xe0\x8d\x08\x13\xc6\x5b\xb4\x56\x81\xa6\x87\x7d\xf0\xc0\x29\xc6\x32\xd0\x95\xd1\xb7\x2e\x5d\x94\xd4\x9d\x69\x30\x4c\xcd\xd6\x67\xcc\x37\x98\xed\xde\x1e\x3b\x7f\x7b\xfc\x56\xe1\x9d\xcf\xdc\xba\xf5\x02\xe1\xc0\x10\x5a\x6a\x39\x45\xce\x6b\x74\xb0\x25\xbc\xac\x65\x08\xb2\x8a\x54\xb7\x7c\x33\x30\xf0\x1b\xee\x88\x33\x2e\xd4\xc6\xb1\x6c\xdc\x72\x8b\x52\xb4\xda\xe0\x4e\x76\xd0\xfe\x6d\x18\xec\x23\x1b\x45\x94\xb6\xe5\x58\xc4\x22\x3a\x16\xb1\x08\x8f\x65\x40\x27\xef\x8e\x67\xb5\x65\x00\xc0\x93\x89\xa8\x06\xec\x85\xa8\x20\xee\x42\xe0\xce\xa4\x8a\xbc\xda\xce\xbc\xf9\x88\xc4\xc0\x1a\x78\xde\x5d\x87\xf2\xb6\x9a\x6c\x11\x52\x7c\xb3\xd8\xe1\x18\xa0\x09\x1a\x48\x3f\xbe\xdf\x9a\xa8\x80\x6d\x89\xd1\x37\xcc\xde\x61\x3c\xbe\xde\xd5\x62\x02\x42\x31\xf8\xb7\x9d\xf1\xd0\x73\xad\x3d\x96\xdf\x31\x28\xd1\xb3\x8b\x28\xfc\x5f\x57\xd8\xc0\xc0\x47\x20\x68\x69\xbe\x76\xc6\x33\xc7\x2d\x6b\x89\x4c\x8e\x1f\xdb\xca\x49\x1c\xca\x75\x31\x94\x12\x95\x5e\x14\x65\xc3\x6b\x05\x3b\xa6\xc6\x06\x81\xf9\xfe\xf9\x5e\x71\xf7\x08\x9d\x1e\x6d\x69\x72\xdf\x30\x6c\x3a\x76\x7e\x7e\x7a\xf8\xe6\xec\xe4\xfc\xe4\xed\x9b\xdf\x8f\x7f\x39\x3d\xc4\x3f\x4e\x0f\x7f\x66\x63\xf6\xc3\x23\x5c\xd2\x5c\x76\x57\x7e\xfb\x8e\x8d\xd9\xe3\x9f\xa2\xda\x47\xaf\x0e\xcf\xce\xde\x1c\xbe\x7e\xfe\xfb\xe1\xf1\xf1\xef\x27\x6f\xce\x9f\x9f\xfe\x7a\xf8\x0a\x3a\xb6\x35\x4d\x5d\xad\xc8\x7a\xab\x0f\xd0\x86\x3c\x27\x61\x73\x47\x09\x18\x4f\x2d\x5c\x62\x44\xaf\x3e\xd2\x01\xed\xcc\x9c\x84\xaa\x9d\x11\xfb\x3f\x67\x7f\x1b\x1a\x22\x89\xce\x63\xf6\x75\x0d\x8c\x1f\x17\x24\xc8\xab\x45\x87\xa1\xe2\x59\xd5\xd4\xd1\x6f\x11\x6c\x0a\xa9\x80\xeb\x6d\x55\xde\x86\x4d\x9f\xca\x45\x56\x79\xa1\x81\x5d\x14\xe0\xc0\x55\x75\xb5\x7f\xe7\x75\x5a\x65\x73\xbe\x7a\xba\xa7\x3a\xd8\xa7\xa3\x9b\x9e\xd3\xd5\xf7\x6d\x30\x61\xe3\xb6\xed\xe2\x22\x2a\x58\xc5\xa0\x3f\x10\x48\x48\xfb\xb2\x17\x4a\x5c\xfa\x44\x70\xd6\x27\x25\x53\x6c\xe7\xf2\xad\x3d\x1d\xe9\xa6\x43\xfc\xd5\x20\xf8\x63\x14\x8d\x9f\x9c\xcf\x7e\xe0\xfe\x98\x29\xac\x3d\x42\xe4\xbd\x9d\x03\x9d\x62\x73\x6d\xe8\x64\xf4\x22\x3b\xe5\x53\x88\x01\x77\x5c\x5c\x99\x30\x70\xfa\x0d\xd1\xf7\x8a\xac\xc5\xe2\x0c\xdf\x3d\x17\x3a\xc6\x06\xc1\x96\x7e\xfd\xfb\x00\x6a\xca\x55\x2f\x08\x36\xec\x36\xc4\x82\x92\x5c\x2e\xb8\xae\x68\x78\xef\x34\xd9\xb3\xce\x53\x8e\x69\x80\x5d\xd4\x5e\x56\xb0\x95\x89\x3a\xeb\x5c\xb1\xc2\xb7\x61\x04\xa1\x7e\x70\x9b\xd2\xda\xf4\x89\x9f\x40\x1e\x19\xd1\x13\x9a\x84\xc6\x72\x97\x2e\x65\xa1\x9f\x9e\x94\xe6\x31\x08\xe3\x16\x90\x74\x3f\x21\x39\xb5\x2d\x52\xf9\x0c\x9c\xde\x1b\xb6\xc0\xa5\x27\x20\x8c\x5a\x7b\x64\x3f\x62\x8f\xd6\x5e\x27\xea\x9c\x6e\xf9\xe6\x71\xff\xd3\x91\xff\x99\x0e\x1f\x61\xdb\x8d\xf4\x4e\x0f\x83\x72\xb7\xd1\x13\x51\xc5\xb5\xbd\x52\x72\x28\x34\xd2\x81\xae\x3a\x89\x18\x9e\x07\xe3\x71\xcc\x06\x0d\xf3\x38\xcf\x90\x8e\x77\xf0\x80\x60\x2a\xf2\x55\x1d\x8c\xce\x3b\xe0\xe6\x25\xcf\x44\xad\xd3\x25\xd9\x22\x1d\xf6\xd9\x2b\x43\xd2\xee\x8d\x66\x22\x40\xd8\x3a\x58\x10\x8c\xa8\x90\x35\xa9\x63\x8a\x5a\xe0\xcc\x01\xa3\x4d\xc5\x7a\xbc\x44\x71\x40\xc1\xef\xa8\x95\xac\x76\x36\x14\x8b\xb6\x86\x6f\xdf\x19\x10\xdd\x09\x3c\xed\x3c\xc8\x09\x81\xc9\x03\x61\xb5\x24\x87\xfb\xa3\xdc\x1a\x96\xc3\x1e\x41\xcd\x60\x18\x03\xd9\x8e\x75\x52\x8c\x08\xee\x56\xfc\xcd\x2c\xb2\x2d\x7f\x46\x6b\xc3\x41\x70\x91\xdc\x97\x7e\xb8\xb6\x1d\xab\xfa\x1e\x6d\xd1\xa8\x65\x59\x96\xdf\x08\x66\xf6\xd2\x86\x22\xda\x62\x39\x26\x4f\x5a\x92\xa7\xe9\x5c\xc7\x86\x2d\x22\x67\x4b\x79\x52\x55\xbc\xc6\x38\x1d\x4e\x4c\xbc\xe7\x45\x25\xcf\x12\x6e\x65\x24\x04\x2c\x34\xb7\x82\xa2\xba\x7d\x0e\xad\x75\xd5\xdc\xf1\xa0\x31\x9b\x4c\xd4\x62\x8e\xb9\x25\xae\x54\xc9\x48\x73\x76\xd8\x5b\xe9\x42\x57\x1e\xc4\x45\x89\xbb\xeb\xaa\x41\x74\xc4\x51\x10\xb2\x3e\x18\x07\xb3\x81\x24\x06\xa3\xe8\x85\x74\xed\x76\x60\xc4\x3e\x7d\x7b\x67\x28\xd9\x6a\xf7\xdb\x3b\x5d\xfd\x33\xbf\x5d\xed\xaa\xa1\x3f\x05\xe3\xd1\x54\x23\x23\xa7\xce\x79\xe0\xed\x63\x3b\x25\xb1\xf2\xfe\x2c\x93\x87\x96\x67\x24\x3b\xd9\xf7\x5e\x85\x0e\xba\xa6\xa7\x63\xda\x7e\xa2\x0d\xe2\x8d\x72\x0a\x57\xcd\x6c\xda\x87\xb1\xa7\xfb\xae\x25\x4d\x5e\xc2\xd0\x86\x6d\x4c\x07\xa3\xdf\x6a\x3e\x1d\xdf\xe1\x2a\x14\x7b\xe6\x7f\x83\x04\x27\x3d\x6c\x89\xf4\xab\xe7\x55\xb8\x1b\x0e\x87\xfd\x07\x01\xd8\x3f\x7c\x98\x80\xa9\x1d\xaf\x1d\x6c\xbe\x14\x75\x63\xa7\x65\xe9\xca\x81\x85\x75\x53\x74\x8c\x0a\x45\xc5\x19\x1f\xb0\x5e\x6e\x7f\x41\x46\x97\xcc\xfe\xda\x61\x26\x41\x9b\x37\xd4\xde\x5e\x2a\xb0\x32\xbc\xca\x9b\x6b\x96\xe9\x30\x71\x95\xd0\x6f\xad\x28\xf7\x21\x0a\x64\x95\xba\xa8\x72\x26\x96\x65\xce\x2e\xb8\x79\x1d\xc6\x30\xee\x10\xd3\x8e\x8e\x06\x29\x54\x0a\xb9\x0b\x9f\x55\xef\xe3\xe0\xed\x2e\xb1\x59\xf7\xc5\x0e\x07\xac\xa7\x58\xa6\x1e\x05\x93\x0f\xe9\x47\x36\xd6\x22\xe8\x44\x27\x6e\xe6\x6f\x1f\x69\xc6\x77\x84\x11\xf4\xab\xae\xaf\x02\x1c\xd3\xf8\x2e\xd8\x02\xcc\x78\xf7\x21\x78\x50\x34\xbb\x90\x95\x93\x25\x78\x34\x42\xa4\xc2\x07\xec\xfb\xa8\xa2\x47\xff\x87\xea\xe7\x2b\x3e\x6d\xde\x61\x96\xbc\x8d\xea\x9f\x16\x97\xb3\xf6\x06\xfd\x80\x3f\x51\xd8\x2b\xee\xe3\xf9\x4d\x53\x67\x5e\x47\x23\xf6\xc8\x77\x67\x5d\xc5\x5b\xeb\x65\xd7\xb9\xeb\xe9\xb8\xee\x88\x55\xf0\x47\x2f\x71\x1e\x0d\x9f\xef\xb6\xdf\xe1\x7d\xef\x46\x52\x67\xe0\x87\x0f\xc3\x87\xf3\xa7\x3e\xef\xa1\xb8\x4c\x00\x8a\x0f\xdf\xfc\x5c\x17\x8b\x05\xaf\x9f\x65\xf5\xaf\x3a\xa5\xe2\x87\x6f\x5a\xa0\xe6\x32\xaa\x0a\x7b\x63\xb2\xe6\x98\x7f\xfe\x95\xbf\xeb\x40\xa4\xc1\x24\xa3\xe7\xee\x99\x90\x0d\x65\x91\x49\xbe\x1e\x5e\x96\x2e\x49\xbc\xdf\xaa\xc8\x3b\xe9\x81\x41\xb8\x51\x3b\xc9\x9b\xc3\xba\xc8\x8e\x0d\x6d\x78\x76\x3b\xf2\x12\xbe\x11\xd0\xf2\x65\x28\x57\xac\xb3\x5d\xde\xff\x66\x27\xa8\x6a\x2f\x4c\xe0\xaf\x5f\x16\x6a\x5e\x8d\xc2\x63\x86\xa3\x96\x8b\xac\x8a\x8b\xd5\xbe\x8c\xef\xda\xf7\xe5\xd3\x2a\xd5\x26\x0d\x08\xb0\xfb\x45\x13\xdc\x7a\xf3\x0f\x8c\x5e\x02\x04\x0a\x2e\x66\x17\x1a\x7d\x02\x8c\x12\x53\xa9\xcc\x2a\xdc\xe2\xce\xd6\x22\x56\xf3\xef\x9f\x87\x5f\xcd\xbf\xe4\xe2\x91\x74\x06\x93\x39\x60\x3d\x5c\xa1\xd7\x67\xb2\x3d\x50\xd6\xed\x09\xab\xf9\x27\x68\x34\x7e\x43\xdf\x13\x81\xfa\xdb\x1a\x2b\xa6\x31\x6a\xa6\x0a\x93\x0d\x80\x9c\xcf\x32\xb9\x10\x8b\xe5\xc2\x62\xa9\x78\xc3\xc7\xc9\x0d\x9f\x65\xf0\x34\x04\x5a\xda\x03\xd6\x9b\xf3\x6a\xb9\x7e\x7f\x60\x48\x0c\x0c\xcf\xf3\x36\x58\xf8\xa2\x89\x3c\x78\x60\xe9\x80\xda\xa9\xb7\x0b\x5e\xdd\x03\x12\xf6\x53\xf5\x50\xf7\xd8\x7d\x0f\x91\x5f\x5d\x75\xdc\x3c\xc8\xed\x95\xec\x9f\xb1\xbb\x3e\xd1\x23\xa8\x8a\x94\x79\xa6\xaa\x85\x9d\x04\x91\x20\x13\xf5\xc9\x45\x7a\x2e\x5e\x7f\x2b\x47\x53\xee\x82\x29\x84\xf4\xc1\xfd\xdb\x89\xfc\x56\xec\x3a\x44\x42\x02\x5b\xd0\xec\x71\xc1\x84\x51\x2b\x9b\xee\xee\x2e\x52\x4e\xa8\xc5\x6f\xb4\xc6\x8a\x67\x20\xc7\xae\x28\xc9\xc4\x5e\x3e\x7c\xc3\xf6\xf6\x5b\x16\x10\x71\xb7\xed\x9b\xed\x4f\xa3\xed\x40\xd2\xb3\x53\x9c\x34\xcc\xae\xad\x59\x7c\x26\x49\xde\x5a\x95\x1d\x8b\x6b\x40\x4f\xf0\xe3\x97\x45\xaf\xa5\xcf\xf4\x51\xb6\x1d\xe4\x5d\xa4\x2a\xfa\xa2\x8d\xd7\x9d\xb8\xc9\x6f\x72\x06\xf7\xc1\x02\xa1\x5d\xa0\xf9\xf7\x20\x96\x43\xdb\xaa\x26\x74\x21\x2d\xd8\xca\x08\xa5\x18\x33\xb6\x37\xa2\x0a\xd1\xf8\xdf\xc4\xe9\xa3\x47\x44\xee\x6f\xaf\x9f\xe4\x9f\xa6\x30\xab\xa3\x19\xbf\xaa\x45\xcc\xc8\x98\x7f\x66\xeb\x47\xac\xa7\xab\x02\x94\xb4\xd4\x5f\xa5\xae\xa6\xbd\x98\x7e\x71\x18\xff\x65\x15\xfc\x5e\xab\xcd\x1d\xb4\x71\x9c\x2e\xab\x24\xfe\xbb\xdb\x54\xa8\x37\xef\xf4\xa8\x4c\x6f\x11\xeb\xd9\x08\xde\x9e\xec\x78\x4f\xcd\x7d\x48\xa9\xe5\x6d\xee\x84\xe3\x22\x7f\x2d\x96\x55\xd3\x1a\x84\x0e\x67\x97\xfb\xc1\x27\x8d\x96\x01\x3f\xa6\xbd\xf9\xf4\x9b\x42\x9e\xdb\xb8\x82\x59\x95\x97\x45\x75\x49\x1d\xb2\xb6\xd1\x56\x26\x27\xa6\x6d\x38\xbc\x30\x23\xce\x8e\x0d\xfc\x7e\xb5\x81\x6f\x22\x3a\x1b\xfd\x8c\xc9\x29\xe1\x19\x3e\xcb\x73\x9a\x91\x13\x53\xad\x1f\x4e\x1b\x5e\x9b\x50\x15\x3b\x89\x58\x09\xf0\x7a\x32\x94\xbc\x39\x2f\xe6\x5c\x2c\x9b\x7e\xa7\x87\x6d\xeb\xcc\xb6\x9d\x5d\x25\x9e\xa5\xe7\x47\x20\xd8\xfd\x58\x0d\x5a\x5e\x5e\x3b\xa2\xc2\xad\x5f\xd8\x46\xcb\xea\x5c\x14\x7a\x1d\x6d\xb0\xeb\xf7\xee\x6f\xed\x3e\x11\x57\xc7\xf6\xb7\xec\xef\xd7\x6c\x5f\x22\x06\xa3\xbd\x6a\xbf\x15\x65\xf9\x4b\x35\xef\xbc\x6d\xc9\x97\xc5\xb4\xe9\x65\x50\x29\xe1\xbe\xe9\x79\x64\xa7\xda\xf8\xd6\x5d\xf4\xb4\xc3\xce\x3a\x02\x4f\xb6\x23\x96\x5f\x20\xe6\x4b\x6a\xad\x0f\xda\xe7\x14\xe0\x96\x7f\x2c\xe2\xe9\xde\x77\x35\xda\x83\x0d\x87\xdb\xf0\x48\x22\xcf\xc0\x18\x8a\x3d\x9f\xe5\x7b\x1e\x66\xec\xe5\x9a\x78\xa1\xf9\x42\xf3\x09\x6d\x40\x11\x3e\x47\xc7\xf6\x33\x10\x1f\x94\xbe\xfe\x3a\xe4\x61\xde\x4f\x09\xe7\x30\x60\xc3\x21\xf0\xe7\x26\x2b\x26\x4d\x08\xdf\xf6\x5c\x45\xda\x1f\x0c\x37\x7c\xbb\x32\xa6\x11\x7e\x5f\x77\x74\x74\x9d\x6d\xd7\xe9\xb8\xa3\x0d\x4d\x3f\xf8\xf6\xb5\x22\xe7\xa5\x90\x4d\x98\x20\xb8\xc5\x12\xa9\x75\x8b\xda\x6c\x43\xc2\x21\x86\x9e\x46\x6a\xb5\x1f\x57\x30\xaa\x19\xdf\x4e\x24\x5e\x19\x7d\xa4\x19\x6f\x90\xd1\xcf\xdc\xef\xf8\x58\xbd\xbe\x4c\xe2\xbf\xb6\xc7\x6e\xb0\x76\xdd\x8e\x2f\x36\x7a\x11\x72\x1b\xdb\x2d\xdb\x53\xcf\x55\x3b\xa1\xf1\x81\xff\xb9\xcf\xaf\xcc\xac\x93\xa8\xa3\xad\xaf\x0d\x3a\x49\xec\xfc\x25\x6f\x5c\x92\x16\x62\x3e\xa7\x10\x68\x64\x52\x97\xbc\x40\x90\x79\xa7\xcb\x52\xc1\x45\x93\xb1\x73\xb5\x01\x5c\x74\xda\x1e\xd2\x93\x7b\xdf\x36\x31\x59\xef\x40\xe9\xe5\x57\xc2\x5c\x29\x23\x7f\x0a\xae\x69\xa6\x1f\xbd\x91\x69\x48\x63\xd3\x07\x7e\x75\x88\x69\x0a\xd5\x7d\x1d\xa7\x17\xb5\x95\x06\xf9\x81\x22\x67\xc3\xe1\x87\x1a\x33\x7d\xc5\x0f\x7c\xc2\x1b\x2b\xfd\x5d\xc7\x63\x0d\x42\x0a\x79\xc1\x10\xec\x1d\x15\x24\x32\x4f\x88\x81\xdb\x9f\xe3\x5a\xed\xa1\xbb\xaf\x8b\xb3\xbe\x0d\x20\x18\xe5\xa7\x43\xf2\x44\x19\x54\x50\xa2\xf9\xa1\x11\x53\xd7\xd4\x73\xf2\x6c\x47\x45\xb0\x5c\xb6\xdf\x53\x42\x87\xb5\xb6\xea\x12\x60\x92\x06\x77\xc9\x3d\x19\x58\xdb\xa0\x2e\x60\xdf\x4c\x9e\x30\x76\xf2\x6b\x1e\x4d\x43\x5e\xa0\x5b\x5c\x73\x4f\xa0\xa5\xdb\x12\x66\x9e\x3d\x3f\x79\x5a\xb5\xdf\xa1\x0a\xd5\x71\xaf\xd1\xc2\x99\x57\x02\xd2\x62\x33\x9b\x41\x57\x1f\xe5\x79\xf3\x9b\x8a\xa4\xfd\xa4\x42\x2a\x0d\x5a\x3b\xec\x8f\x3f\x7c\x99\xd3\xeb\xc0\xea\x97\x28\xd7\xde\xf9\x92\xba\x06\xf0\x46\xdd\x10\xbc\xb3\x43\x40\x53\xfd\x6b\x9f\x1a\x51\xf9\x24\x61\x38\x5e\xd9\xd3\x3d\x38\x26\x23\x52\x6b\x61\x3b\x09\xe4\x41\xa4\xaf\xa2\xe1\x73\x0c\x5a\x3d\x00\xb3\x7f\xc0\x90\x07\x2e\x3d\xb0\xd4\x49\x89\x4e\x1a\x3e\x97\x58\xf1\xfd\x47\x17\xec\x3a\x76\x18\x0b\xe9\xec\x26\x56\x3e\x10\x74\xc7\x0c\x1e\x31\xaf\x88\x31\x11\x88\xd5\xdc\x4f\xaa\xa9\x20\xd5\x03\xee\x95\x32\xab\x0f\xd6\x89\xcd\xbf\xcd\x8a\x92\x5b\x9f\xc3\x27\xff\x7c\xc9\xb2\x45\x5c\x6e\x99\x97\x2f\x06\x6e\x22\xeb\xc5\xfc\x13\x09\xf0\x49\xcf\xfe\xeb\x1f\x28\x7a\xb2\x6f\x74\x98\xbb\x8f\x53\xf1\x63\xd6\x9d\x68\x9b\x54\x9e\xdc\xbc\x6d\xbb\xea\x38\x89\x68\x53\x53\x6b\x32\xfb\xeb\xa5\x1b\x4c\x6e\x33\xd9\xe0\xbd\xef\x18\x97\x65\x51\x35\xbb\x9a\x77\x64\x26\x07\x53\x21\xaa\x3d\xf2\xb7\x4b\x8f\xe5\xeb\x9b\x24\x6f\x60\xae\x78\x5f\x93\xd7\xa9\xb5\x62\x7c\xa5\x56\xe1\xac\x78\x75\x9f\x49\x19\x8e\x07\x37\x26\x3d\x1f\xbf\x4e\xff\xce\xe1\x22\x9b\x04\x70\x1d\x60\x47\x4f\x75\x5f\x4b\x3c\x70\x3d\xb6\x0b\x09\xac\x85\x8d\x77\x6d\x3b\x98\x79\x57\xa9\x6f\x38\x08\x7e\xe5\x6e\x3d\xbf\x6a\x0b\xd0\xba\x4a\x30\xfb\xc9\x11\xbf\xd2\x50\x29\x41\x53\x88\x86\x06\xc8\x84\x1d\x5f\x8f\x44\xee\xbc\xc8\xef\xc9\xed\xbc\x87\xeb\x70\x18\xdb\x1d\xe2\xd4\x18\x97\x95\xf1\x66\x1e\xcb\xfc\x6a\x28\x1b\x01\x62\x6f\x76\x99\x21\x7b\xd5\xb9\x07\x49\x55\x8e\x1f\x8f\x2a\xa9\xbe\x19\xb7\x2b\x92\x1e\x0c\xc3\xd4\x28\x49\x04\x36\x48\xe9\x6d\x82\xc2\x76\xb1\x6d\xe0\x58\x61\xbb\xe1\x24\xc2\xe8\x52\x72\x56\x61\x62\x4b\x51\xd9\xb4\xa1\xc6\x5b\xf0\x75\x56\xff\xf7\x92\xf3\x20\xfd\xee\x4c\xaf\x9f\x64\xa8\xd1\xa9\xa3\x97\xd2\xcb\x40\xe3\x9c\x7b\xd7\x68\x98\x88\x55\x2d\x05\xb4\xb4\x4b\xde\x1d\xbb\xe4\xcd\x0b\x31\x59\x4a\x50\x07\x41\x32\xb4\x9f\x21\x24\xbc\x33\x4a\x1f\x68\xee\xf2\x08\x4d\x4e\x74\xc5\x17\xa2\x6a\x7e\xe3\xc5\xe5\xac\x09\xdd\xc1\x62\xdf\xb3\x2f\x76\x7b\x83\x69\xda\x14\x85\x32\x6e\x85\x94\xa4\xdd\x5f\x6e\x2b\x8f\xa9\xb8\xfb\xd0\x41\x2c\xcc\xbf\x06\xc1\x8c\x5a\x77\xc1\xb8\x3d\x85\x1b\x6b\xa4\x76\xdf\xe2\xbe\x57\xc8\xdd\xcc\xfe\xc6\x07\x30\x2f\x89\x61\x6f\x2e\x77\xbd\x65\xef\x92\xcf\xba\x7e\x90\xcc\x2f\xd1\xc4\xab\x81\xad\x0a\x49\x92\xef\xab\x69\xd8\x44\x97\xe6\x3b\x49\xb9\xa9\x27\xea\x0a\x4c\x9d\x20\xeb\x27\xd6\x93\x7e\xa1\xa9\xeb\xa7\xdf\xc4\xaa\xb5\x57\x66\x6a\x6a\x2f\x02\x55\x81\xab\x3f\x4d\xb9\xe7\x3f\xa0\xbe\x16\x13\x51\xed\xea\x9c\xcf\x6e\xf3\x74\x7a\xc5\xf4\xd6\xc1\xc7\x70\x4a\xfe\x64\xf0\x6b\x32\xab\x61\xdc\x67\xa2\x9a\xdf\x9e\xa4\x35\x6c\x6f\x6d\x2b\xb9\x55\x80\x1d\x54\xdb\x2a\xe0\xa3\xab\xab\xdf\x52\x93\x55\x21\xb5\x2b\xd4\xf4\xde\x66\x53\xd5\xbd\x0a\xd8\xa6\xc5\x34\xcf\x6b\x8d\x87\xb7\xeb\xaa\x62\x53\xf3\xd2\x9e\xaa\x6b\xbe\xa9\x9a\x48\x31\x8c\x7b\x99\xf1\x8b\xd4\xb7\x73\xcc\xd2\x7e\x53\xee\x5a\xef\x24\x3f\x49\x4b\x52\x3d\x37\x25\xea\x61\x94\xf6\x9f\x49\xf9\xc9\xd0\x3b\x6b\x8b\x00\x48\xed\x2f\x02\x9a\xb6\xcc\xf3\x46\x89\x1c\x4f\xb6\x75\x6f\x4a\xfb\xa3\x74\x7c\x14\xf8\x96\x4d\x75\xf0\x64\x3f\x98\xe4\xf3\xac\x6a\x8a\xc9\x91\x28\x45\x2d\x07\x6c\x91\x95\xbc\x69\xf8\x80\x4d\x45\xd5\x68\xaf\x75\xb5\x5b\x4f\x5c\xa3\xd0\x97\x29\xc4\x71\xfd\x98\x9a\x40\x17\x3b\xde\xd0\x13\x18\xd0\x69\x31\xd5\x8e\xbf\x10\x35\x57\x42\x7c\x95\xc3\x74\x46\xc1\xec\x20\xf7\xd6\xd9\xf2\x42\x67\xca\x74\xa7\xb7\x49\xbb\xf3\xb0\xd1\xb3\x6c\xf2\x79\x5d\x23\x57\xc7\xe6\x52\x43\x13\x0e\x7d\x3b\xa2\x81\xf5\xf6\x0d\x2b\xbe\x6c\xea\xac\x3c\xe3\x13\x51\xe5\x59\x6d\x4e\x1b\xb3\x11\xd7\xe9\xca\xe7\xea\x6a\x65\xf5\xed\x61\x89\x13\x5d\x79\xfb\x65\xee\x8a\x97\x01\xd5\x6d\xdf\x04\xbb\xc4\x5d\x1d\x26\x36\x53\xcf\x40\x2c\xb2\x49\xa1\xd0\xea\x63\x5d\xb0\x40\x33\xe3\x57\x7c\xda\x8c\xd8\x9f\x13\x03\x27\xc4\xc5\x78\x78\xb1\x6c\xca\xa2\xe2\x23\xf6\xe9\xf1\xe2\x86\x49\x51\x16\x39\xfb\xf6\xce\x2c\x10\x8e\xff\x1d\xf2\xa2\xab\x4f\xad\x63\xe8\x67\xdd\xec\xf2\x6d\x8d\x4a\xdd\x96\x51\xf4\xf6\xf5\x00\xdc\x51\xc3\xd6\xf3\x3a\xf5\x83\xed\x62\x38\xdb\xf7\x86\xe3\xf3\xd8\x0a\xed\x65\x69\xd9\x41\x80\xfa\xa1\x9c\x67\x65\x99\xf4\x8e\x53\xcc\xf2\xfb\x84\xce\x4e\x0e\x13\xd8\x81\x85\x46\xc7\x48\x12\x85\x97\x36\x0d\xff\xf5\x46\x90\x53\xa1\x17\x7d\xb0\x27\xdb\x0d\xd2\xee\xdf\x85\x05\xd9\xa8\x4d\x59\xc8\xe6\x65\x00\xfb\x2f\xd5\xb0\x44\x5f\x8e\xff\x42\x7b\x99\xde\x08\x03\xc3\xa4\xe6\xb7\xe5\x80\xef\x30\xb2\x5f\xe7\x80\xf4\x97\xfb\xfb\x63\xe8\x61\xd8\x75\x18\x14\x2f\x47\xe7\xa0\x10\xc8\xdb\x2b\x5e\x4f\x4b\x71\x3d\x62\xbd\x49\x59\x2c\x7a\x6b\x87\x24\xb8\x1d\x74\x8e\x74\xb4\x18\xef\x3b\xcc\xaf\x2a\x93\xd1\xf5\x7d\x03\x13\xff\xd1\x66\x1e\x00\xdf\xaf\x73\x36\x70\x81\x93\xec\x5f\x64\xc4\x36\xa8\xd3\x30\xc7\x8a\xf7\x68\x05\xad\xb8\xa8\xaa\xdd\x6a\xff\x63\x7c\xf8\x79\x21\x17\x90\x06\xba\x77\x51\x0a\xc3\x88\x76\x1f\xe2\xaa\xcd\xa1\x55\x97\xab\x1d\xc7\xbf\x5a\x79\x0e\x3b\x09\x37\x3c\xf8\xe7\x38\xa7\x63\x81\x44\x70\xc4\x7a\xd9\x85\x14\xe5\xb2\x21\x1f\xd5\xd9\x1f\x96\xc5\xa5\xfa\x5a\xf2\x69\xd3\x23\x2f\x64\x5d\x58\xd9\x56\x2b\x01\x53\x1a\xf4\xb9\xb2\xf3\x75\x8c\xce\xfb\x84\xa1\xe1\xc0\x47\xe0\x6e\x99\xc6\xc8\x92\x60\x28\xaf\x66\xea\x44\x3d\x9c\xfd\x23\xd9\x67\xb2\x72\x48\xe0\xa5\xae\x2c\xf9\xdc\x28\xa4\xfa\x38\x3a\x0b\x37\x99\xc0\x69\xf8\x7d\x62\xec\x4d\x09\x0d\x4b\x11\x1b\x7a\xfe\x29\x16\xcb\xcd\x24\xe0\x52\xed\x4c\xd6\x1a\x19\xb6\x4e\xb5\x9b\x74\x0f\x5a\x76\xf7\x4f\xe4\xc3\x95\x86\x43\x03\x3e\xf3\x22\xcf\x4b\x6f\x83\x15\xf9\x50\xa2\xc5\x88\x12\x92\xa1\x29\xed\xd8\x78\xc2\xea\xa7\x96\x6a\x3f\x0f\x08\x15\x73\x32\x7c\x1f\xf9\xab\xd4\x1e\xb8\x3b\x32\x2d\xf9\x8d\x37\xd7\x92\xdf\x1c\x17\xb5\x49\x9d\xdc\xab\xc5\x35\xfd\xfc\x5f\x4b\xd9\x14\xd3\xdb\x23\xe3\x74\x02\xed\x77\x75\x00\x7f\x57\x2d\x53\x7b\x01\xcf\x1e\x23\xd6\x93\x4d\xcd\x9b\xc9\x8c\x7e\xbf\x10\x37\x67\x46\xb8\x42\x2a\xbf\x7b\x21\xbc\x79\x08\x87\x88\x67\x44\x52\xf4\xce\x62\xc4\x3e\x3d\x62\xdf\xde\xad\x41\x83\xab\xc5\x0d\x6b\xa9\x46\x5c\xb9\x56\x8b\x1b\xea\x9c\x33\x1c\x0e\xfb\x8e\x2b\xa7\x08\xec\x20\xa6\x75\xb0\xda\x60\x4b\x20\xbb\x40\x58\x71\x9e\xdd\xbc\xe4\x88\xe2\x7b\x8f\x1f\x3d\xfa\x5f\x71\x0d\xd5\xf6\xb7\x3a\x5b\x8c\x58\xef\xba\xce\x16\xbb\x35\xbf\xe2\xb5\xe4\x61\x45\xcf\xe6\x75\xc4\xee\x56\x3b\x6b\xa0\x28\xb8\xb9\x09\xe3\xfe\x14\x98\xa8\xd9\x8c\x58\xef\x11\x7b\xcc\xb2\x65\x23\x36\x3e\x9f\x80\x92\xf2\xb2\x2c\x16\xb2\x90\xe1\x9d\xf8\x4d\xef\x05\xd1\x20\x0d\x25\x9f\x17\x17\xa2\xcc\x3b\xae\xcf\x9c\xe7\xc5\x72\xde\x7e\x7f\xa8\x3c\x15\x90\xd9\x36\xa2\xf7\xfe\xd3\xf0\xdb\xa4\x21\xf8\xa7\x8f\x11\x79\xf3\x10\xc1\xa3\x2d\x88\x5b\x70\xaf\xf1\xad\x37\x49\xb8\x02\xba\xd9\x4d\xb9\x14\xf6\x7e\x14\xd0\x21\xf7\xfb\x42\x34\x8d\x98\xd3\x92\x1a\x37\xfd\x51\x44\xaa\x82\x47\xe5\x51\x4a\xdb\x67\xea\x26\xd9\xff\x44\xa1\xa3\x83\xa9\x37\xa1\x11\x7b\x9f\xe4\xf1\x07\xec\x8e\x48\xad\x23\xf6\x49\xb3\xf8\xec\xdb\xbb\xb4\xa4\xbb\x9a\x4b\xc6\x33\xc9\x3f\xb1\xd5\xc7\x60\x8e\x9e\x55\xe8\x66\x73\x0c\x9a\x6c\x39\xc7\x96\x49\x8a\x45\x30\x49\x14\x4c\xd4\xff\x6f\x15\x18\x0d\x34\x9b\xf9\x46\xc1\xc9\xe2\x40\x3c\x6d\xfa\xcc\x8b\x4c\xf2\x50\xcb\xba\x46\x05\xba\x99\x86\xb5\x5d\xb9\xfa\x45\x6a\xd7\x40\x25\xe4\xd5\x32\x8f\x56\x26\x4e\xc3\x9a\x70\x43\x63\xbd\xa3\x4f\x3f\x6c\x17\x86\xac\x3b\x46\xd9\x87\x6a\xbf\x1f\x6d\xff\xc0\x6d\xeb\x80\x18\x25\xa9\x43\x9d\x88\x05\x1f\xb1\x9e\xd7\xa4\x67\xc2\x7e\xe8\xb5\xb6\x6f\x30\xdb\x1a\x8a\x36\x09\x98\x37\x91\x12\x66\x7c\x7a\xfe\x0a\xfe\x7b\x92\x0f\xd8\xbf\xf3\xdb\x23\x91\xab\xf9\xc7\xe1\xc8\xb6\x08\x98\xa7\x1f\xd2\x5f\x09\x7c\xfd\x1c\x30\x50\x59\x5f\x88\x1b\x10\x97\x54\xbb\xdb\x8d\x03\xe9\x01\xc3\xf3\x9f\xa2\x82\xa7\x08\xfd\xa7\xe5\x60\x82\x39\xd9\x0a\x5f\x10\x6b\xf0\x55\x76\xcb\xeb\xa0\x12\x94\x79\xb5\x60\x0f\xcf\x16\xd9\xc4\xaf\xab\xcd\x53\xd4\x52\xf6\x48\x95\x70\x8b\x40\xd9\x7e\x58\x96\xa9\xed\x80\x01\x49\x3f\xa9\x2b\x7f\x2a\xae\x61\x47\x93\xaf\x2a\xf8\x3c\x40\x5b\xd9\xa7\xa8\xd7\x22\xe7\x03\x76\xf6\xfc\xd5\xf3\x23\xb0\x8c\x3f\x7a\x79\xf8\xe6\xe7\xe7\xe1\x83\x86\xa9\xed\x8f\xec\x9b\x73\xaf\x0d\x0c\x18\xa0\xa7\xa0\x81\x35\x36\x97\xf4\xf4\x7d\x74\x90\x58\x42\xcb\x96\x05\x8f\x43\x6d\xaf\x37\xff\xe4\x58\x8a\x47\xfa\x11\xf9\xc4\x9b\x9d\x42\x14\x06\x37\xfa\xaf\x8f\xba\xda\x86\x17\xc3\x8c\x62\x41\x7e\x83\xab\x60\xda\x9c\x07\x06\xc6\x41\x53\xfd\x39\xf5\xfe\x65\xdf\x34\xd7\x83\xcc\x17\x86\x94\x4c\xe3\xc1\x2f\x01\x22\x1a\xaa\x52\x3f\xbd\xe8\xaa\x88\xe6\x8d\x81\x37\x70\x03\x78\x58\x31\x11\xc0\x72\x30\x4f\x4d\x96\x27\x29\x07\xf9\x98\xfa\x90\x8a\x54\x19\x82\xf2\x3d\xa2\x46\x46\x53\x4a\xce\x67\x5f\xe7\xb0\xf9\xe7\x07\xc2\x24\x23\x26\x32\x8c\xb0\x31\x7b\x1c\x8c\x08\xa9\x6e\xba\x46\x94\x64\xc8\xc7\x5d\xb1\x37\xdf\xbc\xfd\xfd\xe8\xed\xab\x5f\x5e\xbf\x39\x1b\x99\x73\x7f\xff\x91\x8d\xd9\xfb\x8f\x1e\xf3\x41\xc3\x1d\xba\xdb\xab\x0e\x70\x5d\xc4\xc3\xf8\xae\xc7\xf0\x03\x16\x89\xc5\x7c\x81\xd6\x36\x32\xa8\xa2\xe3\x24\xa2\x6f\x8e\x6c\xb2\xa6\x98\x98\x40\x52\xe6\xd1\xc8\x04\x0e\x8c\x51\xe3\x28\x85\x2f\x87\x57\x9e\xae\x72\x92\x22\x43\xa3\x34\x75\x0a\x9a\x52\x3f\x0d\xe2\x59\x1a\x99\x7f\x6c\xe8\xa6\xe2\x81\x63\x1c\xe4\xd1\x45\xbb\x4e\xc5\x7a\x6c\x0b\xf4\xb8\x49\xf8\x48\xea\x88\x12\xf6\xed\x10\x6b\xd4\x75\x91\x9b\xac\x78\x71\x6c\xc9\x4b\x9e\x1f\x11\x73\xfa\x31\xdb\x7d\x1c\x56\xf2\x50\xcf\x88\xdd\xb1\xf7\x90\x67\x0f\xcd\xe0\x3e\x8e\x22\xec\x04\xcf\x71\x77\xab\x74\x1c\x4b\x24\xc7\xa3\x80\x3c\x07\x31\x2c\xd1\x78\xc4\x74\xeb\x99\xdd\xf9\x35\x25\x31\xc2\xc1\x80\xfb\x5d\xb1\x31\x51\xec\x81\xee\x4e\xaa\xa9\xb0\xa2\xae\x14\xcb\x7a\xc2\xe3\x61\x4c\x92\xd3\xf8\xcb\x6a\x7d\xc8\xcc\xe0\x46\xb5\x85\xcd\xd4\x1a\xcd\x4d\x03\x67\xae\x0b\x8a\x49\xea\x62\xf2\xea\x71\x68\xaa\x06\x66\x04\xdc\x9e\x66\xec\x8b\x00\xc6\x14\xc4\xde\xc2\x73\xa4\xa0\x9f\xfc\x16\xce\xfc\xe2\xc1\x03\xcf\x38\xd1\x50\x60\xdf\xa1\xce\x65\xf3\xf5\x5a\x5b\x53\xa6\x55\x10\x9a\x32\x38\x3b\xcf\xaf\x84\x1e\xdf\xae\x53\xe2\x7a\x87\x67\xcb\x57\xde\x7e\x16\x39\xbe\x0e\x9f\xe4\xfd\x9e\x8e\xf1\xe5\x6f\x78\x0a\x16\xcd\x2d\xc1\x7a\x7b\x7b\x90\x4a\x0c\xd3\xbc\xd5\x62\x61\xf3\xc7\x5e\x8b\xaa\xd7\xb0\x5c\xb0\xac\xba\x65\xd7\xa2\xfe\xcc\x96\x55\x53\x94\xcc\xd9\x83\xed\xb0\x42\xb2\x49\x56\xba\xb8\x94\x7b\x7b\x4c\x0a\x96\x95\xd7\xd9\xad\x84\x8c\x48\x45\xc3\x96\x0b\xa0\x29\x13\x51\x5d\xf1\xaa\xe0\xd5\x84\xd3\x09\x06\x6e\x8b\x08\x19\xfe\xed\xea\xc7\x2e\x38\x9e\x16\x89\xe6\x53\x4e\xa6\xeb\xf5\x5c\x9d\x02\x65\x92\x92\xed\x1c\x9f\x65\xcb\xe7\x45\x55\xcc\x97\xf3\x77\xc5\x0d\x2f\xe5\x0b\x51\xa3\x6b\x0e\x01\x80\x54\x05\x73\x44\xf7\xf2\x23\x77\xb6\x02\x8e\xe7\xeb\x88\x75\xea\xcc\xd6\x6c\x83\x58\xd2\x70\x26\x6b\x76\x85\x47\x90\x19\x2e\xf7\x4c\xed\x9c\xe1\x9b\x49\x6d\x60\x72\xc3\x9b\xb4\xf4\xe0\x61\x52\x54\xac\xe1\xb2\x91\x9a\x0d\x00\x29\x78\x57\x95\xec\xa2\xb7\x8a\x89\xa6\xe6\x9b\xa2\x07\x5d\xfa\x09\x59\xfe\xf1\x46\x7e\x5d\x66\x7e\xc1\xd4\x36\xb5\xf6\xbb\x4f\xc7\x9f\xf9\x6d\xa2\xdb\x7f\xe7\xb7\x61\xa7\x6e\xf3\xac\xb9\xa4\x66\x91\x01\x0f\xf7\x77\x12\xde\xf9\x31\x19\xb1\xe6\xf0\xfe\xf5\x4a\xd8\x72\x32\xcf\x9e\x33\x9c\x78\x5c\x2b\xb0\xec\x64\xd4\xba\xd3\x99\x9d\xa7\xac\x3b\x99\x75\x76\x62\xe9\xdc\x43\xed\x8e\xd1\x0a\x0a\xde\x75\xd3\xa7\x36\x37\xf1\xf5\xbb\x48\xdc\xac\x13\x1b\x69\xc3\x44\x76\xc3\xf2\xff\x0d\x47\x81\x59\x66\xdc\xd6\xc5\x6b\x89\x5c\x28\xe2\x2a\xeb\xbc\xeb\xe3\x16\xad\xae\xe6\x80\xf6\x20\xd0\x97\x3d\x7f\x77\x1c\x01\x41\x1d\x12\x2a\xca\xf6\xc7\xec\x51\x7b\x4d\x42\x57\xa1\xa6\x67\x0d\x4f\x9d\xe7\xe4\x08\x06\x2e\xc4\x52\x0b\xb7\x8a\x71\x71\xa2\x8c\xb6\xf6\xd2\x33\x7b\xd2\xd2\x47\xdc\x24\xb2\x2e\x37\xa1\xef\xbd\xa1\xde\xaf\x5d\xe6\x47\x9b\x41\x6c\xd2\xd9\x84\xac\xf7\x63\x94\x65\x6c\x2d\x77\xc2\x3a\x38\x14\xd6\xca\xa5\x30\xc2\xa9\xd0\xbb\x9e\x3a\xe1\x80\x2d\xf3\x0f\x3c\xf8\x18\x02\xa0\xe4\x0d\xc8\x76\xfd\xbb\xcd\xf9\x3e\x43\x9f\xbf\x42\x0c\x8a\xff\xa1\x1b\x92\xc4\x27\xb4\xd7\x04\xa3\xd0\x15\x8a\x62\xfb\xd0\xf3\x3e\x58\xdb\x43\xb7\x21\x0f\xe3\x92\x17\xa2\x3e\x17\x97\x97\xa5\x12\x74\x81\xe7\x97\x68\x21\x9d\xac\x69\xa5\x69\xa3\xc7\x1e\xf8\x1c\xa0\x27\x2c\x77\xf4\x50\x18\x67\x13\xc7\xeb\x57\x39\x1c\x6e\xde\xcc\x6c\x99\xef\x7c\x1f\x95\x12\x9f\x1b\xf7\xed\x8b\xa2\xd8\xbb\xd5\xf8\x31\xf9\xa5\xa7\x37\x76\x70\x44\x23\xf5\x9b\x6e\x8d\xd6\x2d\xdc\x20\x70\xcf\x7c\xc3\x65\x53\x54\x97\xc7\x7c\x41\x96\x49\xb5\x08\xce\x1c\x27\x7a\x28\x70\x9f\x02\xb3\x91\xce\xb8\xfe\x9e\x14\x34\x48\xc9\x6a\x03\x56\x48\x34\x52\x18\xb0\xf0\x42\x9a\x9e\x41\xe6\xf3\x7a\x96\x33\xad\x60\xbf\x10\x4a\x6e\x49\x1c\x3f\xe0\x8b\x94\xfa\xa5\x12\x95\xdf\x57\x61\x77\x0b\x8d\xe5\x5b\xfa\x1b\xb7\xf4\x87\xcf\xb7\x2d\x3d\x1e\x82\xc8\x63\x2c\xd7\xc6\x89\x7d\xc5\xc8\x0c\x51\xf1\x10\x85\xa5\x30\x1e\x7d\xc4\xb2\x58\xb8\x6a\x61\x68\xbc\x79\x4d\x6b\xf1\x77\x6e\xe1\x77\x59\x35\x2f\x6a\x31\xd7\x7e\xb6\xa1\x38\x4d\x86\xb0\x4e\xbe\xb4\x74\xd8\xde\x99\xc3\xf5\x07\xf7\x6d\x38\x62\x8f\xd6\xcf\x1c\x7c\x44\xbf\xce\xbc\x9f\x57\xf9\x7d\x66\xed\x35\xc3\x39\x7b\x52\xf6\x17\x27\x9e\xf0\xef\x8f\x2b\x8d\x9c\x3e\xb6\x87\x58\xd2\x5b\xe8\x16\x62\xc2\x64\x7a\x17\x55\x6d\xa7\xbd\xaa\x64\x26\x61\x41\x8b\x2e\xc5\xbf\x63\xed\xd8\xe4\x9f\x98\x82\xc1\x47\x27\x40\x7d\x9e\x63\xf4\xd1\xda\xc1\x55\x84\x38\x1f\xb0\x7d\xc2\x46\xda\xac\x40\x89\xb7\x44\x1d\x73\xa5\x5d\x8f\xfb\x24\xbe\xdb\xc0\x31\xbd\x9d\x4e\x25\xe4\xca\x7c\xcc\xbe\x67\x7d\x0f\xd7\x1d\xb0\xc7\x10\x94\xda\x7c\xf0\x67\x6d\xbe\x06\x7b\x58\xc8\xd3\xf3\x57\x08\x82\xa7\xe7\xaf\xfa\xd6\x21\x80\xa5\x62\xce\x5b\x85\xab\x83\x6c\x08\x7c\xfb\xff\xb1\xf7\x2e\xde\x6d\xdb\x48\xe3\xe8\xbf\x02\xe7\xf6\x17\xc9\x8d\x2c\x3b\xed\x76\xbf\xae\x12\xc5\xeb\x3a\x69\xeb\xdb\xbc\xae\xed\x6e\xfb\x9d\x38\x27\xa6\x45\xc8\xe2\x9a\x22\xb5\x24\x65\x45\x95\xf5\xbf\xdf\x83\x19\x3c\x06\x0f\x52\x94\xe3\xee\xb7\xf7\xdc\x2f\xe7\xec\xd6\x02\xf1\x18\x00\x83\xc1\xcc\x60\x1e\x17\x8f\x8a\x7c\x71\xf1\xc8\x94\x9a\xe8\xfe\xc3\x95\xbe\x63\x37\xc6\x54\x70\xc2\x93\x8f\x88\x62\x90\xc6\xac\xd7\x1b\x49\xea\xca\x74\xd9\x4e\x4d\xc9\x97\x90\x7a\x24\xad\xa7\x89\x77\xab\xc5\x75\x51\x4c\x2a\xfb\x21\xbc\x2f\x1e\x59\xb2\x24\x9d\x72\xac\x1e\xbc\x87\x2b\xff\x11\xbc\x3f\xc9\x8b\xe4\x8f\x3c\xab\x22\xb3\x0a\x34\x32\x04\xdd\x47\xca\x2a\x1f\x52\x3b\x6a\xb9\x09\x4e\xb0\x7f\xfc\x77\xc3\x97\xc3\x8b\x47\x9f\x3e\xa9\x4b\x84\x42\xd6\xbc\xe8\xc4\x61\x2d\x10\xc7\xd1\x49\xd3\x00\xb1\x33\x94\x1e\x71\xbd\x07\xa3\x9d\xfb\x21\x33\xcc\x6a\xcb\xc8\xc2\x3b\xde\x45\x7a\xe8\xe8\x99\x04\x69\x10\x75\x21\xad\x43\x53\x2c\xe0\x8d\x49\x0a\x58\x38\x0c\xef\x16\x01\xc9\x65\x83\x50\x61\x63\x70\x72\xb2\x1a\x9e\x59\x21\xfe\x93\x31\xca\x6b\x56\xb0\xa6\x51\xfb\x00\xe5\xf8\x4f\xc7\x23\x6f\xc7\x1f\x3b\x8d\x9b\x62\x8c\xe3\xbf\xe7\x8e\x21\x43\x5d\x3d\x1d\x6c\xc5\x99\x6e\x38\xe4\x38\xfe\xa3\x84\xa3\xbe\x96\xc3\xf7\x92\xdb\x4c\x96\xf4\xa7\x73\xb1\xa2\x29\x6f\xea\x43\x1c\xaf\xc6\x25\x6a\x6e\x1c\x5a\x5f\x2d\x3d\xd4\x37\x6d\x98\x7c\x20\xe8\xb9\x7f\x70\xee\xee\x36\x84\xca\xc6\x7f\x89\x24\x51\xc3\x55\x55\xcc\xc3\x01\xdb\xf1\x9f\x0a\x91\x32\x5c\x59\x0c\x45\xd3\x1e\x65\xcb\x33\xdd\x08\x10\xb1\xa1\xf2\x28\x92\x07\x3c\x30\x97\xa6\x66\x61\x5a\x55\x43\xa5\xd4\xbf\x1a\x49\x67\xb8\xaa\xf9\xd0\xd0\x15\xe5\x10\x86\x2b\xfa\xab\x71\xd1\x25\x3b\x2f\x16\x33\xc8\xe7\xd7\x36\xae\x8d\x95\x1d\x3c\xa7\xae\x1f\x10\xfe\x6b\x2f\x45\x92\xfe\x3d\x88\x30\x92\xae\x57\xf5\x1e\x01\x9a\xcc\xbf\xc6\x63\x06\xe1\x9f\x02\x17\x44\x90\x00\xb9\x41\x9f\xe8\x3f\xf7\x12\xc4\x90\x59\x81\x9b\x90\xd5\xd2\xa6\x86\xcb\x8c\xdd\x23\x16\x94\xbb\x06\x32\xd8\x73\xc3\xa1\xac\x0b\xf0\xde\xb8\x82\x35\xb1\xd1\x69\x54\x25\xfa\x6f\xb7\x99\x76\x21\x37\xff\xbf\xdb\xc1\xb6\xda\x0e\xbd\x7c\xf7\xd8\x8c\x6c\x9e\x7a\x6b\xa8\xca\x9d\x83\xf8\x91\xfe\x1c\x78\x61\xb8\x42\x7c\xbf\xb5\x71\x3e\xfb\xd8\xc4\x16\x5a\x5d\x39\x13\xf3\xd2\x46\xa0\xb2\x8e\x48\x35\x4e\x83\xc0\xf5\x16\x58\xf7\xa0\xe8\x50\xa7\x0a\x0c\xb5\x35\x59\x22\x76\x6c\x89\xd3\xa9\x2c\x25\x17\xca\x48\xda\xc8\xe9\x6c\x56\x73\xc4\xfe\x9a\x55\xb4\x42\x3b\x78\x98\x61\xe2\xf4\xa3\x18\x76\xa8\x03\xae\xbf\xe6\xe3\xea\x0d\x8f\x21\x32\xbf\x2c\x02\x8f\x1a\x51\xe6\x74\xe3\xde\x1c\xab\xfd\xaf\xd9\xaf\x25\xaa\x86\x19\x66\x9e\xc8\x58\x14\xc7\x89\xca\x99\x6e\x56\xb8\xc7\xf2\x6a\xc2\x8b\x45\x52\x72\xf6\x8f\x3c\x19\xf1\x77\xe0\x77\x08\x71\x6b\x4a\x9a\x42\xeb\xeb\x7d\x67\xd0\xed\xd2\xe9\x6e\xde\xc7\x40\xbc\x78\x37\xa2\xbb\x17\x84\x9d\xb1\xe7\xd4\xc6\x97\xe8\x69\x87\x2b\xf2\x63\xad\x76\xfa\xba\x48\x62\x81\xd6\x17\x8f\xd8\x28\x9f\x67\xd5\x70\x15\x10\xe0\xf7\xd8\x53\x3b\x71\x85\x0c\x0f\x58\xf6\xa7\xd1\xac\x2b\xc3\x0e\x0d\x8c\xe9\x28\x11\xcd\x95\xbd\x8c\x6f\x4d\x80\xa2\x36\xcd\xe0\xaf\xe3\xea\x52\x45\x92\xbd\xc4\x87\x56\xd4\xcf\x17\xc3\x26\x15\x9d\x56\x67\x61\xe5\xe7\x4a\xe7\xde\x4f\x79\x76\x5d\x4d\xd8\x5e\xad\x96\xcc\x1e\x53\x0a\x16\x56\x2c\x70\xa9\x05\x70\x04\xd1\xa0\x4e\xcd\xc5\xef\xae\x35\x65\x9d\x92\x44\x9a\x94\x98\x67\xa8\xcd\x60\xee\x06\x7a\x97\x72\x3e\x32\x76\xd2\x5a\xa5\x4b\x46\x70\x59\xa7\xe7\x96\xd9\xa9\x77\x80\xa1\x54\x65\xcc\xf0\x8e\x2a\x2a\xe5\x74\x42\x0d\xfc\xe9\xd5\x6a\xca\xbc\x67\x06\x01\xe8\x54\x3d\xaa\xd5\x79\x42\x2b\x78\x8d\x55\xcc\xca\xa1\xb9\x25\x3d\x82\x62\x96\x7b\xb8\xfa\x54\x97\xa7\x8d\x91\x40\xae\x18\xb2\x4c\x75\x69\x97\x7a\x8d\xec\xf7\x23\xd5\xc8\x2e\xf5\x1a\x59\x6f\x25\x82\x15\x6f\x4a\x2f\x14\x78\x42\x21\x4d\x1a\x12\x19\xed\xef\xb3\x97\x39\xe4\xf9\x43\x84\x60\x32\x92\x67\xc9\xae\x96\xca\x2a\xb3\xc7\xae\xe6\x15\x8b\xd2\x34\x5f\x80\x7d\x51\x7e\xcb\x8b\x22\x89\x39\xbb\x4d\x22\x0c\xc2\xd1\xf7\xe1\xa9\xe5\x74\xe5\xf4\x37\x72\xc4\xc1\x4d\x82\xb4\x0a\xe6\xea\xac\x7f\x6e\x36\xa7\x24\x8c\x14\xb6\x4f\xa5\x05\x93\xfd\xc9\xc7\x80\xb6\x12\xce\xbe\x2b\x0c\xd0\x83\x27\x0d\xe4\x93\xdb\x24\xe6\x45\xfd\xe9\xfb\x48\x4d\xa9\xa8\xcc\xb1\x0a\x2b\xe7\xeb\x95\xfa\x43\xeb\xa5\x3e\x78\xfa\x15\x3d\xb1\xc6\x51\xea\x68\x2f\x27\xcf\x73\x70\x1d\x71\x2f\xfb\x80\x96\xad\x26\x19\x0f\xf4\x2a\x2e\xce\x34\xf2\x0f\x7c\x50\xdf\x08\x41\x8e\x42\x0a\x47\xab\xcd\xaf\xb3\x50\x8b\x5f\x5d\x7c\xda\x77\x2e\x4d\x77\x36\xbb\x24\xcc\xaa\x31\x98\xc5\x32\xeb\x65\x77\xff\xeb\xaf\xd9\x19\xaf\x64\xaa\xcb\x2a\x87\xfb\x1f\xc3\x4b\x30\x0c\x60\x67\xe5\xc2\x8c\x0a\x1e\xf5\x65\xd0\x44\xf9\x28\x0c\x1f\x02\x41\x97\x75\x38\xe5\x80\x0e\x57\x19\xab\x1c\xf6\x65\x6b\x07\x24\xe8\xe1\x6b\xf6\x13\xaf\x4a\xc5\x8c\x14\x88\x2b\x78\x62\xd1\xaa\x8b\x60\x3d\x3b\x19\x23\xe7\x12\xa5\x29\x66\xd7\x8f\x39\x4b\x4a\x41\x3d\x2b\x96\x8f\x59\xc9\x2b\x71\xdd\xb3\xf9\x8c\xe5\x85\xec\x5d\x1b\x85\x09\x52\xb6\x0f\x26\x8d\xd2\x52\x86\x25\x55\xa7\x64\x65\x34\xe6\xc0\x39\x95\xe5\x7c\x2a\x56\x23\xaa\x90\xbd\x9a\xf2\x6a\x92\xc7\x9d\x52\x4d\xf1\x36\x4a\xe7\x30\x1a\xcd\x1a\xf6\x35\xeb\x5e\xf1\x51\x04\x16\xf9\xba\x7f\x3d\x24\xd8\xcb\xa9\x3c\x79\xe2\x12\x98\xcf\x58\x32\x76\x26\x19\x15\x9c\x5d\x27\xb7\x3c\xdb\x45\x0a\x25\x97\xdd\x8b\x6e\x6e\x3f\xf0\x0d\xea\x3d\x26\x18\xd1\x22\x85\xe3\x40\xcb\x36\xd2\x0e\xa8\x17\xba\xf0\x83\xcf\xbb\x72\x25\x02\xd5\xef\xee\x54\x84\x49\xbb\x6f\xf0\x10\x66\xfd\x7e\x3f\x3c\xb0\xa2\xfe\x3a\x5e\xb8\x01\x7c\x1d\x8e\x84\x5d\x6f\xcc\xb4\x29\xd8\x7b\x8b\x18\xee\x4f\x49\x5c\x0a\x27\x72\xbb\x58\x0b\x1d\xb2\xfd\xa0\x3e\x50\xbb\xad\xbc\x75\xc2\xb2\x5b\x59\xa0\xac\xa8\xec\x75\xa1\xd4\xbd\x98\xec\xf6\x5d\x8e\x4e\xb4\xc6\x1f\x86\x91\xe8\xec\xf4\xfe\x71\x06\x85\xa5\x6e\x8e\xde\x2e\x88\x9e\x1d\xbe\x5d\x94\x38\x56\xc7\x2d\xe2\xb7\x07\x20\x65\x43\xd6\xcd\xf8\xe2\x1f\xe2\x3c\x69\x7a\x22\x43\xa9\xa2\x29\x7d\x4d\x80\x4e\x3b\xeb\x88\x63\xeb\xaf\xac\xbc\xa0\x1b\xf0\xdc\x01\x53\x80\x8e\x38\x91\x1d\x50\x43\xa9\x31\x3d\xa3\x9c\x82\x43\xd0\x59\xbc\x67\xca\x0d\x41\x35\x93\xf2\x1f\x51\x9a\xc4\xc7\x01\x4b\x6a\x13\x5c\xd3\x0a\x8e\x1e\x34\xba\x16\xe0\x36\x44\xc1\x06\x61\x4d\x06\xea\xa5\x71\x90\xbf\x6c\x7d\xac\x60\xa2\x62\x99\xea\xe2\x89\xea\x97\xec\x7c\x3a\x9b\xe3\xf6\x09\xd0\xcf\xf3\x1f\xf8\xd9\x24\x5f\x64\x18\x42\xb9\x3f\x4a\x13\x9e\x55\xbf\x6f\x0e\xec\x9c\xcf\xea\xa2\x3a\x37\x4c\x67\x7f\x9f\x9d\xb9\xc4\x39\x29\x09\x05\x66\x65\x92\x8d\x38\x5b\xf0\x4e\xc1\x0d\xd1\x8d\x98\x21\xf2\xf4\xfc\x6f\x6f\x44\xb1\x63\x59\xc5\x03\xe3\x86\x14\x00\x09\xbb\x60\x48\x45\xd1\x08\x6d\xa8\xc5\xf2\xcb\x75\x17\x13\x85\x2c\xa8\xe3\x4a\x70\xab\xb2\x65\xc5\xa7\xfd\x6d\x11\xd9\xb3\x46\xb4\xf8\x47\xc3\x09\xd4\xf7\xd6\x80\x84\x94\xb9\x38\x6c\x59\x6f\xd0\x84\xd4\x7b\xec\xa9\x63\xf8\x28\x4f\x8b\xc4\x00\x29\xdb\x34\x9d\xa0\x67\x6d\x11\x14\x23\xea\xea\xde\x37\x9b\x31\x5a\x36\xa1\xc3\xda\x15\x7b\xb6\xa9\x1b\x6b\x07\xe8\x7e\x58\xb9\xcd\x4c\xc8\x65\xcb\x9c\xc4\x5c\x78\x0e\xc8\x6a\xc1\x62\xdb\x1d\x75\x50\xe7\xa6\x3a\xf4\xe2\x42\xc9\xa0\xd9\x78\x43\xd5\xcd\xce\xe5\xf6\xa9\xb9\x26\xf9\x61\xc7\xdd\x78\x66\x83\xd9\x38\xa9\xae\x33\x01\x3b\xf7\xd8\xf6\x61\xc4\x99\x6d\x8a\x1c\x18\x1d\x1d\x54\xac\xf3\xeb\xad\x6c\x9b\x46\xb5\x27\xb2\x47\x57\xa6\x6e\x3e\x2d\x03\x90\x33\x2b\x52\xbe\x26\x9b\xf8\x47\xe3\x6d\xa4\xa0\xb3\x9d\xd3\xb4\x6b\x5a\x03\x09\xd0\x5e\x70\x8a\x34\x1b\xd6\xfb\xef\x78\x51\x95\x6c\x31\xe1\xd5\x84\x17\x2c\x2f\x80\xac\x09\x26\xfb\xe2\x11\x2a\xbf\xd9\x11\xaa\xd5\xd4\x8b\x8e\xc9\xbc\x8f\x1a\xf6\x20\xd7\x6a\xde\x18\xa4\xd4\x0c\x55\x1b\x92\xb6\xd8\xc6\x8e\x21\x83\xb9\xe6\x7c\x2e\x9b\x1e\x8d\xb3\x3c\x43\x2d\x55\x6b\x4b\x3c\x62\xe0\x57\xc7\xd4\x98\x80\xfa\xd2\x5d\x8e\x44\x87\x57\x1a\x43\x1d\x25\xbe\x3e\xb6\xfe\xfd\xef\xb9\xe8\xfa\xa1\xee\x39\x42\xb2\x75\x7c\x7b\x19\xbd\xb4\xaf\x4b\x42\x49\x31\x5c\xc6\x62\x7f\x5f\x46\xa1\x90\x57\x65\x82\x9e\x5f\x57\x51\xc9\x63\x74\xe5\xe1\x7a\x13\x6c\x66\x23\x88\xba\xea\xca\x08\xa3\x13\x3b\x24\xe0\xee\x81\x15\x14\xfd\xfd\x8d\xc3\xce\x5c\x9b\x83\xf5\x5e\x46\xfd\x29\x9d\x2b\xa5\x91\xbc\x49\x76\x7d\xd7\x09\x78\xb6\xb1\x41\x57\x30\xfe\x4d\x1e\x16\xe8\xac\xa4\x35\x1f\x9b\xd9\xb7\x46\x52\xd1\x86\x16\xb4\x22\x29\xad\x96\x04\x34\xb8\xd6\x82\x18\x2c\x74\x22\x91\x90\xfd\x84\x53\xf0\x4e\x6a\xd3\xba\x56\x1a\x85\x16\xab\xfa\x2a\x8b\xbb\x2b\xe0\xf3\x54\xd7\x83\x9a\x11\xdd\x1c\x0d\x8e\xab\x91\xcb\xac\xba\x2b\x5a\x67\xea\x5f\xcb\xd3\xd7\xa4\x15\x51\x15\xa5\xd5\x5a\x37\xb8\xf4\x1f\xea\xfb\xfe\xd8\x8f\xed\x1e\x20\x9e\x0c\xc6\x60\xf4\x98\xf6\x06\x27\x4f\x56\x97\xe9\x30\x0c\xa6\x34\xbd\x1b\x30\xe2\xeb\xdd\x53\xa1\xb4\xde\x4b\x6f\x7f\xe5\x8e\xad\xa7\xae\x9a\x61\xe6\xbc\xb7\x79\xcc\xcb\x0f\x4f\x3f\xb2\xa8\xa4\xdd\xec\xa2\x9e\xbd\x2f\x3b\x63\x43\xb7\xdb\x67\xf5\x9d\x1d\xdc\xaf\xb3\x80\x2e\xc1\x23\x07\x82\x98\xd7\xa7\x86\x68\xef\xc5\xf3\x45\x44\x7d\xff\x21\x25\x18\x06\x71\xcb\x2a\x70\xa2\xf9\x9d\x0d\xb5\x85\xb5\x2a\x7b\x03\x5e\xc3\x6e\xe9\x29\x1f\x5b\xbb\xde\xda\xa0\x7c\x3b\xd3\x6f\x71\x25\xb7\x35\xf9\xde\xc6\x3c\x5b\xf5\x8b\x3d\x8f\xf3\x82\x75\xc5\xcc\x12\xd6\xf4\xd4\xf6\x8c\x25\xdb\x3c\xaf\xb1\x27\xec\xe9\x33\x96\x3c\x79\x52\x9b\x42\xb9\xc9\x41\x50\xb1\xfb\xd6\x81\xd3\xfb\x19\x68\xdd\xff\xd7\x9c\x17\xd2\x3a\x2b\x2f\x8e\xd2\xb4\xdb\xf9\xbf\x46\x9a\xef\x16\x9d\x7c\xea\xb0\x27\x2c\xd9\xf5\x8f\xc7\x33\x5b\x2e\x71\x06\xdd\xf5\x73\x2d\x27\xc0\x14\xd5\xaf\x94\x97\x79\x59\x21\x97\xd3\x75\x3f\x87\xc7\xaf\xd7\x7c\x5c\x3d\xf3\x1b\x20\xe6\x6d\xd5\xe4\x94\x8f\xfd\x26\x56\x3d\x79\xab\x3a\xf0\xa9\x78\xde\x0b\x1c\xd3\x5d\x02\x32\x28\x7b\x82\x93\xd9\xd9\x65\xfb\x84\x81\x68\xb8\x31\x3f\x24\x82\xf5\xf8\xe8\x8b\x64\x8c\xe5\x45\x72\x9d\x64\xbf\xa3\xe7\xe0\xef\x9e\xdd\x15\x44\xf6\x94\x5f\xdf\x24\xf1\x8e\x57\x81\x67\xf1\xef\x03\x09\xb6\xf7\xd1\xbf\x11\x06\x6a\x8d\xdc\x9e\xd6\xb5\xab\x8f\x7d\xdf\x6b\xa5\xef\xb1\xeb\x06\xb7\xb6\x78\x1d\xf6\x56\xb5\x66\x17\x82\x3b\xb0\x71\x0f\x5a\xec\x82\xda\x87\xfa\x69\x06\x9a\x34\xec\x8e\x57\xdb\xdd\x1e\xeb\x19\x68\xdd\x28\x39\x86\xa4\xba\x1f\x28\xaf\x0d\x4f\x0b\x6c\x34\x2f\xca\xbc\xd0\xb1\x2e\x7b\x6c\x9c\x64\x31\x9a\x81\x64\x3c\x2a\xb8\x24\x45\x6c\x92\x64\x15\x8b\xb2\x58\x2a\x9e\xb1\x06\xc6\xde\xa8\x72\x36\x8d\x6e\x38\x4b\x2a\x26\xfd\x18\x42\x82\x5f\x9d\xc6\x10\xf3\x26\x83\xba\x50\xdb\x52\xd4\x5c\xb3\x49\x79\x5a\xa5\xd4\x6d\x41\xbf\xff\x58\x1e\x0c\x6d\x49\xad\xf2\x27\x49\x60\x17\x46\xcd\x34\xf6\x9a\x57\x3f\xe4\x73\xc8\x8f\x78\xac\x5b\x10\xc6\x1a\x3b\x43\x8b\xa2\x77\x88\x58\x10\x06\x4a\x55\xed\xa7\x14\xe9\xb1\x36\xdc\xe3\xbf\x9f\xca\xd8\xd0\x8a\xd3\xd0\xcd\x7e\x67\x7b\x76\x87\x4e\xf3\x1a\x76\xae\x9e\xd7\x7b\xe6\x5f\x46\x8d\x2a\xb7\x5d\x37\x71\x20\xc5\xbe\x4f\x69\xc2\xcb\x1f\x78\xb5\xe0\x3c\x73\xac\x04\x61\x9f\x1c\x5c\x0e\xcf\x35\xf8\xc6\xec\x9e\xdf\xd0\x54\x76\x3e\xf6\xf1\x74\x7e\x49\x0f\xe2\xf0\x5a\xed\x77\xcd\x8f\xdd\x4d\xa1\x41\x9c\x13\x77\x3f\x87\xee\x87\x65\x06\xbf\x9c\x1d\xfc\x73\xf9\xb8\x3f\x93\x93\x73\x0e\x85\xad\x69\x69\xe4\xed\xec\xf6\x69\x54\x56\x78\x24\x50\x57\xb1\xc5\x85\xa4\x7b\x4a\xd5\x73\xc0\x79\x8e\x81\x29\x6c\xe9\x5a\x9c\xa4\x4f\x49\xf9\x03\x44\x20\xe9\xe2\x61\xa9\x3b\x1f\xcd\x08\x2d\x25\x40\x81\xc7\xce\x61\x75\x46\xa7\xf5\x8d\xbc\x6b\xd4\x0c\x9f\x92\x12\xe2\xec\xde\x0f\x1a\x67\xcd\xd4\xd1\x6c\x06\xc9\x69\x14\x82\xea\x4b\x49\xd4\x16\xc4\x40\xb0\xec\x1f\x1d\x73\xb3\xff\x61\x0a\x07\x20\x7d\x31\x95\xc3\x5e\xb6\xa0\x74\x35\xa8\xe3\xf7\x4a\x89\xa1\xd9\xb3\xfb\xae\xff\xde\x7f\xde\xfa\xef\x3d\xc8\xfa\xef\xfd\x29\xeb\xbf\x67\xaf\xbf\x77\x19\x01\x3f\x6d\xf7\x34\x14\x44\xc8\x1a\x4c\xd0\x29\x98\x9f\x62\x1d\x5a\x50\x49\x6c\xc5\xb3\x58\xb5\xa9\x3b\xc7\x8c\x2d\x26\x49\xca\x59\x97\x8c\xf0\x5c\x37\x0c\x3e\x71\x61\x0a\x07\xd5\xf1\x9b\xa8\x9a\xf4\x47\x3c\x49\xbb\x5d\x3d\xdc\x13\x02\x2f\xca\x61\xf6\xb3\x8b\x8b\x81\x8d\x48\x14\x46\xa3\x96\x88\x54\x87\x04\x64\x0e\x35\xc8\xd3\xaa\xa5\x87\x30\x16\xca\x78\x48\xe3\xa3\x0d\xe9\xcd\x91\x21\xae\x0a\x1e\xdd\x84\x24\xe3\x07\xb8\x97\xac\x39\x48\xf9\x6a\xd7\x83\x95\x60\x4f\x1d\x98\x0f\x76\x37\xb5\x83\xc8\x3a\x05\xb5\x30\x85\x0f\x5c\xf3\x91\xab\x55\xb8\xdf\xdd\xb9\x7b\xd6\x54\xfb\x09\x7b\xea\x5d\x75\xdb\x5e\x8f\x1b\x1f\x07\xe8\xbc\xc8\xcb\x6a\x48\xcc\xd8\x19\x0e\x1d\xf0\x1f\x3f\x76\x0a\x1c\xa5\x77\x8b\xd1\xb7\xd7\x8b\x5b\x23\xd6\xa8\xc2\x93\x2c\x4d\x32\xbe\x87\xc9\x1d\xfc\xe1\x6a\xa4\x28\xab\xe7\x76\x4f\x04\xc1\xb7\x0b\x27\xb3\x70\x30\x0e\x7b\xc8\x2e\xef\x7f\x44\x88\xb5\xc9\xa7\x65\xca\xc3\x5e\xb8\xc2\xac\x75\x5b\xdb\x75\x9f\xd3\xba\x90\xf8\xa2\xb6\xf2\x7f\xdb\x1d\x57\xf9\xac\xa1\xaa\xd5\x2f\xa6\xd8\x50\x55\x2d\x4c\x93\x4f\xbf\xc1\xc5\xee\xa3\x48\xdd\x18\x60\xce\x3c\xfa\x18\x6b\x67\xb0\xc6\x65\x43\xd6\x5d\x59\x0e\x0d\x6b\x37\xd5\xa5\x0a\x33\x47\x43\x24\xdd\x61\x60\xc4\x2f\x79\x36\xa0\x92\x9d\x11\x4a\x3e\x10\x50\x3e\x3e\x0b\xf5\x6d\x87\xec\x68\x88\xa0\xb3\x29\xae\x06\xd6\xb5\x0c\x3d\xfb\x32\x52\x08\x18\x38\x10\x97\x33\xdb\x8e\x1a\xdc\x23\x2e\xbf\xa2\x1e\x12\x9f\x20\xf1\x22\x75\xf0\x6b\x72\xcc\x93\x9e\x3c\x32\x58\x34\x8d\xbe\xe0\xfb\x96\xb9\x9e\xc9\xda\x5f\xed\x93\x63\x30\xe4\x46\x7c\x00\x88\xf6\x12\xcf\x49\xc3\xea\xeb\x87\x74\x5e\x38\xf6\xd9\xa2\xa8\x26\xc6\x45\x59\x5a\x0c\x87\xe3\x67\x07\xad\x7b\x36\x13\xd4\xe8\xcc\xf3\x94\x1d\x06\xfb\x40\x31\x7b\x10\xfc\xf6\x2a\xb3\xb5\xc3\xce\xb5\xf7\xc1\xf3\xfd\x53\x91\x5f\x3e\x0e\x82\xf8\x43\x22\xe8\x90\xe2\x7e\xd8\xc3\x27\x60\x30\x44\xe3\x0a\x5a\x2b\xfb\x32\x9f\x5f\xa5\xdc\xf1\x2d\x84\x29\x90\x2f\xfd\xab\x24\x8b\xbb\x68\x70\x4b\x9d\x0e\x74\x4f\xca\x2c\x5e\x79\x8d\x3d\x0b\xd2\xe9\x0d\x3e\x0c\x44\x0b\x19\x38\xc3\xff\xc6\x03\xac\xfd\xd7\x11\x46\xe8\x76\x44\x99\x6c\x65\x65\x6b\xd7\x53\x8b\x71\xe8\x7e\xd0\x94\xab\x67\x53\xb0\x5e\xc0\xb7\x03\x96\x5e\x73\x9c\x83\xba\x1a\x75\x5d\x86\x4d\xb4\x1d\xbf\x8d\x38\x14\xf8\xba\x29\xb8\xdc\xfd\x43\xff\x10\x55\x71\xab\x28\x40\x5e\x10\x9c\x38\xb9\x45\x42\xd6\x51\x50\xff\xc2\x97\x9d\x75\x8d\x7b\x88\xaa\x03\x8e\x38\x6b\x74\x73\x76\x5e\xe4\xbe\x5a\x59\xd3\x5f\x5f\xae\x89\xfb\x86\xeb\x88\x22\x29\xe0\x4c\xf0\x4e\x59\x05\xf4\xcb\xf6\x5a\x45\x1a\x6b\xe7\xbd\xfe\x85\x2f\x6d\x17\xea\x66\x58\x8f\xa3\x42\x66\xc9\xb1\x1a\xb5\xa0\xb1\x21\x0a\x6a\x4f\x8e\xd6\x6d\xa2\xf4\xb6\x57\x8b\xbd\x89\xc6\x6d\xb6\x23\xf3\x7a\x4f\xa2\x19\x3f\xcb\xd3\x24\xee\xd8\xce\x9b\xae\x0f\xa9\xbb\x9a\xf6\x62\xbd\x4e\x32\x7f\xa9\x9a\xfd\xc4\x1f\x7c\x4d\x9a\x77\x46\x27\x22\x27\x6d\xcc\x7c\xe9\x6c\xc3\xc7\xae\x39\x0a\x61\xb7\x72\xb2\x8e\x0c\xfc\x44\x24\xce\xa1\x34\x7c\x8c\x3c\x27\x9e\x63\xb0\xdb\x67\xdf\x0a\xa0\xb3\x7e\xe1\x57\x50\x21\x68\x94\x53\x70\x8d\x5d\x62\x0c\xb7\x81\x60\x03\x47\x37\xda\x68\x0c\x69\x2a\xac\x35\x1a\x60\x47\xf3\x2a\x67\xd1\x3f\xe7\x86\xe0\x2e\x92\xb8\x9a\xc8\x3e\xaa\x9c\x8d\x13\x34\x65\x4c\xf3\xec\x9a\x43\x2d\x88\x9e\xc3\xa2\x69\x9e\x5d\x2b\x95\x8b\x74\x2a\xe4\x31\x2b\xf2\x85\xf4\x12\xd4\xf6\x91\xb3\xa8\x88\xa6\x16\xd1\xdb\x93\x76\x6d\xf9\x98\x42\x35\x2f\x79\x61\x41\xad\xfd\x83\x64\x17\xfc\x96\xed\xe9\xd4\x1d\x64\x72\x46\xaf\xef\x3c\xa4\xf9\xf7\x62\xe8\xf6\x12\x72\xb2\x4a\xc9\x65\x24\x10\x2b\x35\x43\x4d\x60\x71\x65\x4e\x75\x34\xaf\x72\xbc\xe6\x75\xa0\xc6\x36\xf7\x9c\x90\x21\x02\x5d\x10\xfe\x3c\xf0\xb5\x1b\xba\x0e\xed\x4b\x3e\x60\xa3\x64\xd0\xe2\x18\x82\xcb\xb3\xc5\x84\x23\x4a\xa0\xd1\x27\x8b\xd2\x94\x55\xe0\x7a\x0e\x11\xe8\x71\xf9\x83\x66\xa9\x81\x88\x54\x8d\xf6\x3e\x1b\xa3\xaf\x8b\x65\xd0\x95\x76\x03\x9e\x45\xfd\x4a\xf9\xc4\x9b\xa4\x00\x1b\xdc\x25\xac\x08\xe3\x02\x3e\xb1\xc5\x96\x78\x19\x84\x96\xac\xe2\x51\x55\x15\xd8\x50\x5a\xab\x7b\xe6\x52\xd7\xbc\x12\x95\x92\xab\x79\xc5\xbb\x1d\x97\x88\x75\x76\xeb\x42\xd4\x09\xcc\x00\xc4\xeb\x3a\xc3\xed\x06\xc5\x92\x4d\x98\x64\x16\xd1\x83\x7e\x38\x44\x4e\xec\xee\x8e\xe4\xb4\xd9\x19\x0e\x6b\x93\xe4\xd8\x36\xa8\x27\x10\xe8\x80\x45\xd9\x12\xfd\x1b\xf9\xe7\x11\x9f\x21\x35\x98\x61\x52\x74\x99\x96\x46\xbb\x05\x5b\x6f\x7f\xb6\x4d\xb6\x89\x2b\x6c\xe4\x71\x8f\x3d\x1e\xf8\x56\xa1\xf2\xa8\x86\xf9\x64\x2c\x7d\x93\x64\x10\xc9\x60\x10\x64\x15\xfb\xa3\x28\x1d\xcd\xd3\xa8\xe2\x31\xd4\xa2\xb6\x09\xda\xae\x81\xdf\x2a\x89\xdc\x4b\x8a\x49\xc2\x2a\xf2\xdb\xbe\x8c\x9e\xff\x12\x3d\xa6\x35\x1e\xf2\xdb\x1a\x37\x8b\x26\xdc\x7c\x93\xdf\x72\x85\x9b\xad\xc8\x4f\x9d\x54\x5c\x13\x15\xd6\x97\x61\x5d\x5c\xf1\x44\x96\x1d\xea\x06\x6c\x16\x05\x90\x26\x24\xce\x28\x35\x61\x53\x10\x69\x95\x47\x57\x30\x07\x6e\xa4\xe8\xf0\xea\xc8\x20\xfe\x6a\x6d\x7e\xe1\xcb\xab\x3c\x2a\xe2\xc6\xa3\xbb\xf5\x5a\x6c\x3a\x69\xc6\xb3\x52\x52\xde\xba\xa3\xf7\xe7\x90\x0e\xb3\x55\x3b\x6e\xd7\x77\x77\x7a\x5a\x64\xe1\xc3\x67\x6f\x3b\xea\xe3\x0d\x6a\xad\xa6\x4d\x1d\x6c\x27\x94\xbd\x8c\x7f\xae\xf6\x20\xbd\x68\x8d\xff\x06\xd5\x9c\xf1\xdb\xfe\x62\x92\x8c\x26\x40\xa2\x54\xc6\xc6\x3e\xcf\x2a\xc7\xef\xa4\x86\x72\xb4\xa1\x1e\x2d\x29\xc8\x43\x50\x11\x27\xad\xee\xae\xe5\xc4\x54\x4f\x33\x1a\xe9\x06\xf3\x6c\xdc\xf5\xdc\xf0\xcd\x7c\x54\x48\xb3\x62\xf9\x70\x4f\x14\xa3\x64\xfc\xff\xd0\x7d\xf2\x3d\x66\x1f\x72\xdd\xbe\x68\xda\x96\x47\x41\x68\xf6\x29\x1f\x57\xce\x73\xbd\xdc\x8b\x06\x7b\x2b\x19\x5e\x76\xef\xe9\xbf\x09\x48\xd0\x24\xdf\x07\xca\x3d\x01\xe6\x53\x8a\x82\x14\x1f\x74\x27\xde\x0b\xcb\x8e\xd8\x91\x49\x32\x16\xb4\xdb\x7b\xa6\x55\x23\x7f\x3d\x64\x4f\x0f\xec\x37\x94\x07\x3b\xeb\xc4\x3f\x9e\x5e\x00\x6d\x4e\x7a\x48\x43\xa7\xea\xb0\x27\x06\xfe\xb6\x47\x9e\xf2\xf5\x3e\x4f\xcf\x08\x5f\xdf\x86\xa7\x6f\x0d\x5d\x48\x06\xf0\x56\xf9\x01\xc8\x51\x58\xdc\xf4\x12\x1c\xaa\xa4\x57\x32\x2a\x86\x8c\x20\x86\x95\x13\x99\x07\x09\xf2\x59\xa9\x1b\x5a\x9b\x48\x02\xa3\x00\x02\x0a\x88\x84\x52\x18\x51\x32\x2c\x0a\xaf\x51\x16\xe3\x60\xa2\x08\xc6\x0e\x4a\x9d\x44\x64\x34\xa0\x35\x88\x8a\x0f\xc4\x97\x11\xf2\x2b\x86\x76\x73\x3b\xb2\x09\x2f\xb8\xb4\x57\x33\x8c\x79\x92\xb1\x32\x9f\x72\xc6\xe3\x6b\xce\x46\x51\x09\x92\x58\x96\x57\x6c\x3e\x8b\x21\x12\x06\x4f\x53\x16\xcf\x0b\x95\x9d\x49\x4c\xa8\x4f\x46\xba\x9a\x57\x6c\x9c\x14\x7c\x9c\x7f\x66\x71\xce\xcb\xac\x53\xb1\x72\x3e\x83\x44\x90\x49\xd5\x63\x65\xce\x16\x18\x42\x43\xb4\x96\x31\x7f\x64\x48\x0e\x58\xed\xa4\x52\x23\x4a\xea\xac\x7b\x97\x13\x20\x69\x0b\xf8\xad\xa7\x82\x95\x8f\xb0\x72\x3b\x65\x56\x2c\x8f\x8b\xda\x46\x40\xde\xea\x7d\xc6\xf0\x2e\x6a\xb9\x05\xd3\x6a\x5e\x0b\x1f\x3f\x66\xf4\x43\x5d\xd6\x4e\x9b\xc9\x19\x45\xd9\x88\xa7\x7e\xbe\x50\x81\x7e\x52\xa3\xc3\xa3\x22\x5d\x1a\x79\xda\x96\x8c\xd4\x82\xce\x0a\x48\x1c\x69\x31\xc9\x4e\xdc\x9a\x2e\xbf\x35\x67\x2d\xcc\xcc\x49\x7a\xbf\x81\x29\xdf\x09\x70\xe5\x94\x24\x39\x3b\x64\x91\xa6\x9a\x3a\x0e\x81\x72\x86\xb3\xa9\x56\xd8\x4f\x8f\x4e\xa1\x9e\x36\x0a\xd6\x46\xa0\xb5\xbc\xa7\xc8\x5c\xf7\x1a\x67\xba\xe3\xa4\xfb\xaa\xbb\xe0\xac\xb9\x92\x81\xf6\xd4\xdf\xa1\x8b\xcf\x25\xd6\xae\xf8\xd9\x66\x55\xdc\x36\xc1\xba\x84\xaa\x2b\x78\xda\x35\xb4\x99\xda\x4d\x12\x96\x7e\x8c\xb3\x69\x1c\x04\x3f\xfa\x42\xd9\x73\x4b\x89\xb3\x5e\x6c\x6c\x9c\x76\x98\x7f\x34\x82\xa6\x1d\x3f\x26\x2c\x71\xba\x17\xd7\x7c\xd6\xe2\xda\x1a\xa5\x3c\x2a\xa0\xb8\x00\x78\x58\xc1\x41\x22\xc0\xab\x4b\x5e\x40\xec\x5c\xda\x25\x57\x39\xe3\x59\x39\x2f\xb8\x20\xbb\xa3\x28\x63\xa3\xa8\x1a\x4d\x6a\x55\x97\xb5\x17\xd7\x7c\xd6\xee\xda\xfa\x75\xf6\x20\xca\x84\x3a\x29\xd8\x21\x09\x0f\x46\xb1\xb7\xd1\x0e\x85\x72\x93\x86\x76\x7d\x6d\x0b\xb3\x9b\x29\xdf\x03\xd0\x3d\x18\x7f\xe3\xd9\x73\x92\x46\x86\x53\x56\x5a\x91\xc6\xd9\xf0\x0b\xf3\xa7\x3e\xf3\x92\x84\x21\xba\xda\xa3\x80\x99\x12\x2d\x69\x73\x38\x9d\x3c\xaf\xe1\x94\x2b\xe1\xe4\x60\x66\x4d\xbc\xb8\xb8\xcd\xfa\xe4\x50\x83\x06\x5c\xcc\xf8\xc2\xa4\x45\x1a\xca\x30\xdd\x64\x01\xf4\xc7\x67\x8d\xe8\xe8\xe6\x42\xa3\xdd\xda\x49\x4a\x15\xca\x79\x50\x5a\xe8\xe6\x7d\xed\xd2\x1e\x3d\x34\x82\x55\x1b\xcb\xfc\xe8\xb6\xa5\x66\x51\xa5\x24\x02\x14\x2a\x9c\xcc\xd3\x86\x90\x56\xcd\x2f\x10\x0b\xc9\xfb\xb1\x15\x48\x42\xf2\x33\x45\x95\xb2\x43\x15\x70\xe7\xf9\x90\x49\x03\x26\x55\xf2\x62\x88\xbd\xb0\x01\x29\x71\xea\x3c\x97\x75\x10\x70\x03\xb6\xb6\x98\xb4\x61\x8e\x0c\x80\x57\xad\x80\x8b\xc4\x98\x57\x6c\xc0\x22\x31\xd4\x95\x3f\x0c\x5a\x41\x7e\xf1\x28\xcf\xd5\x28\x2f\xf4\x28\x74\x1c\x57\x54\xda\xee\x19\xa9\x46\xd6\x5a\x5f\x64\x8f\x7a\x8f\x64\xc2\xff\xaf\x59\x24\x33\xb4\xcb\xec\xfa\x90\x21\xb6\xf3\xec\x22\x93\x15\x56\x18\x78\x55\x50\x63\x99\x7e\xbf\xbf\xdf\xef\xef\xff\x5a\x25\x69\x52\x25\x98\x78\x5f\x57\xf5\xf2\x7c\xb2\xba\xa4\xfd\x57\x51\xc9\xad\xa6\xd7\xf2\xc1\xbb\xac\x6d\x82\x11\x5f\x49\x23\x08\x1f\x06\x33\xb5\x13\x8c\x62\x3a\x79\xbf\xdc\xa4\x9a\xf7\xbf\x99\x30\x9d\x75\x1f\xc5\x87\x3a\xd0\x04\x24\x00\x99\xc9\x8b\x0f\xa4\xc1\xaa\xa5\xd9\x20\xb9\xbd\x1b\x33\xe2\xbf\x60\x43\xb9\xf8\xcf\x1f\x7c\x32\x17\xd9\x8b\xae\xd7\x5f\xcf\xec\x42\x8f\xdc\x84\x02\x07\x46\xf9\x8c\x0f\x58\xc7\x6a\xd2\x51\xb7\xa0\x9c\x33\xee\x47\x70\x33\xea\x80\x07\xd2\xb3\x15\x36\x8e\xca\xb2\x1d\x2a\xbe\xfa\xf1\xe8\xd7\xd7\xe7\x9f\x8e\x5f\xbd\x7e\xfd\xe9\xec\xfc\xbf\x5f\x0b\x31\xec\xdd\xfb\x33\x1f\xbd\x4e\xf3\x45\x1d\x6e\xa9\xb8\x4e\x7e\xa3\xd7\x49\x59\x99\x6d\x77\x1a\x99\x8e\x7f\x4c\x78\x1a\x97\x2a\x58\xa3\x3f\x30\x7e\xa7\xf8\x83\x88\x73\xcd\xab\x63\x9e\xa6\xe7\xfc\x73\xe5\x04\x98\x43\x96\x40\x47\x9c\xda\x55\x71\x1d\xf4\x3d\x26\x24\x1c\x14\xb9\x87\x10\x66\xc5\xd8\x89\x99\xbf\xfa\x63\x31\xee\xdb\x68\xca\x65\x6c\x96\x0f\x6e\xf9\x47\x36\x60\x9d\x8e\xbc\xd8\xc5\x75\x23\xbb\x24\x0f\x7e\xa6\x44\xa3\x8a\xbe\x80\x14\x00\xd0\x85\xbe\x92\x81\x3d\x58\xce\x78\x3e\x26\x8d\x3b\x92\x3e\x76\xdc\xb8\x7c\x50\xa5\x5f\xe5\x67\x30\x3f\x3b\x2e\x29\xad\x22\x48\x1a\x00\x8a\x1c\xf7\xd7\xcc\xd8\xa9\x8c\xf3\x42\x1a\x0e\xa0\xa7\x5e\x91\x2f\x3a\x25\x44\xec\x2d\x21\x26\x3b\xbb\x24\xdb\x79\x29\xd8\x6b\xec\x61\xf5\xf7\x38\x1f\x1d\x47\x15\xbf\xce\x8b\x25\x23\x75\xc4\x75\x29\x18\xe4\xd0\x29\xd7\xdb\xb9\xf9\xa0\xdb\x98\xf1\x42\xc5\xf0\xd1\x7b\x68\x29\x79\x24\x87\x28\x79\x80\x22\x5f\x98\x4c\x75\xb2\xcc\x8e\x33\xcc\x86\xb5\xc8\x2f\xeb\x8b\x1d\x27\x7f\x52\xe1\x4e\xd9\xa7\x9c\x54\x7c\x6a\xa5\xe1\x94\x18\x09\xb1\x19\x7f\xe1\x4b\x32\x72\xf9\xc3\xd2\xaa\x89\x41\xb6\xd0\x58\xfb\x28\x4b\x30\x75\x17\x01\x1f\x49\xc0\x09\x32\x35\x6b\x35\x77\x89\x6a\xf2\x35\x89\x8c\x54\xa2\x8f\x3b\x2e\xe9\xbc\xe4\xa7\x7c\xfc\x5c\xae\x8c\xc4\xda\x5f\xb8\x8e\x6e\xf2\x51\x1f\x07\xfb\xb5\x82\xb1\xf5\x0b\xcd\xa7\x06\xc6\x60\x43\x6f\x4c\x9d\x4f\x1d\xa2\xa6\xd6\x7d\x1c\xb2\x95\x16\x05\x6c\x43\x35\x30\x53\x23\x66\x38\xd6\xc6\xe1\x41\x2b\xd7\x4d\x19\xce\x34\x92\x5c\x3c\x0a\x1b\x9d\x69\xb3\x23\x2b\x42\xbe\xb2\x6a\x7c\xe1\xc7\xb1\x58\xa0\x4e\x5a\xaf\x90\xf2\xc8\xa4\x8a\x63\x79\x3e\x25\x3d\x70\xde\xa4\xf0\xc0\xea\x85\xed\x5c\x58\xba\xef\x43\xd6\x11\x33\x71\x4a\x07\x75\x7d\x3d\xb1\xeb\xb9\x68\x0c\x46\xb0\xaf\xf9\xb8\x7a\x1f\xc5\xa0\x9d\x6c\x53\x1f\x52\x34\xd4\x36\xe8\x6a\x53\x69\x51\x85\xc7\xec\x30\xd4\xc7\xab\xcf\x55\x11\x59\x1d\x59\x59\xfb\x58\xc0\x2a\x94\x0d\x43\x07\x47\x9c\x19\x85\x34\x32\xc7\x24\x41\x23\xdf\x84\xd4\xf4\x2c\xc0\x38\x46\x33\xa8\x52\x8d\x40\x27\x63\x1d\x3b\x42\xd6\x6f\xf8\x52\xd0\x35\xeb\xb3\xbb\x47\xd6\xc7\x0f\xa6\xe1\x47\x77\xdb\xd4\x8c\xdc\x0e\x54\x39\xdc\x4a\x3d\x42\x41\x24\x14\xbb\x6e\x47\xe4\x32\x93\x6d\x64\xc5\xc0\x9a\xaa\x8c\xda\x64\xdd\xac\xb3\x47\x01\x0e\x34\xa7\x75\xd9\xb0\x86\x14\x89\x05\xa3\x5b\x73\x48\x7f\xd5\xce\x8a\x66\xc5\xb3\x46\x06\xcf\xbd\x49\xbe\xd0\x03\xb0\xa1\x4e\xe2\x70\x61\x3d\xd9\x58\xd0\x79\xba\x63\x6f\xea\x5e\x0d\xaf\xbd\xdb\xc4\x79\x04\x72\xa1\xaa\x8a\x39\xaf\x7b\xb6\xa9\x5d\x65\x67\x07\xac\x49\xed\xef\xb3\x6b\x9e\xf1\x42\xc8\xd9\x11\x13\xd8\x07\x91\xb9\x05\x15\xd8\x8b\x93\x42\x30\x65\xa8\xb7\x56\x36\x7d\x18\x85\xb5\xec\x81\xdd\x5f\x5e\x8c\xb8\x34\xcf\xcb\xaa\x28\xc9\x20\x67\x00\x2b\xf8\x1e\x5e\xd9\x3d\x6b\x1c\x78\xb5\x49\xae\xaf\xe1\x65\x46\x4e\xc9\xdd\x7d\xc8\xad\xce\x6c\xf7\x86\xaf\x56\x0d\xab\x7e\xc8\x2e\xf7\xec\x0a\xeb\x4b\x60\x7c\xd6\x97\x64\x9d\x5c\x03\x64\x16\x0c\x4f\x0f\x96\xac\x7e\xca\x89\x24\xd6\xf9\x28\x12\x41\xd2\xf1\xf6\x63\x87\xf4\x26\x6c\x48\xb8\x88\xc9\x16\x83\x1d\x74\x8a\x7c\x21\xd3\x2f\x0a\x98\x55\x72\x15\x37\x3b\x0d\x98\xcf\x16\x3c\x8a\xf3\x2c\x5d\xda\x9f\x1a\x1c\x24\x98\x66\x3c\xfa\x6e\x16\x58\xaf\x42\x52\xbe\x99\xa7\x82\x09\xcf\xc0\xf3\xcc\xbe\xe8\xc8\xc7\xfa\xf6\x66\x5a\x81\xf6\xfa\xa3\xd7\xde\xae\x29\x26\x5f\x3f\x84\xa6\xf8\x7e\x23\xf9\x69\x10\xf8\xf4\x6b\x36\x83\x8f\x7e\x50\x20\xeb\x68\x79\x50\x8b\xb6\xfa\xb3\xeb\x3b\xea\x6c\x10\xc8\x1e\xc3\xd5\x0a\xaf\x67\xb6\x0e\x25\x6d\xaa\xe5\x10\x8e\x21\x9d\x4e\x63\x8b\xbd\xa6\x9c\x28\x6e\xea\x22\xff\xe6\xb1\xaa\x7b\x29\x81\xcc\x73\x86\x9a\x96\xa9\xb2\x2b\x39\xf3\x6d\xe4\x3b\x10\x13\xb2\xa4\x4a\xa2\x34\xf9\x83\x1f\x93\x04\xb4\xb0\x8a\xa0\xf1\x80\x9c\x43\xf0\x73\x54\x22\x5f\x59\x4e\x20\xa7\x88\xa8\x1e\x15\x88\x67\xd7\xbc\x7a\x8b\x4e\xa9\x5a\x0e\x8e\x93\x5b\x19\x69\x2e\xb1\xa5\xf9\x06\x31\xd2\x0f\x39\xda\x52\x16\x5c\x31\x27\x49\x67\x50\xfe\x83\x2f\x56\x2b\x9a\x50\x89\x00\x08\xc5\x3c\x16\x43\xed\x93\x2a\x35\x03\x22\xdf\xd8\x20\x71\x5a\xed\x74\x52\x8a\x1e\xf3\x13\xe7\x3a\xc2\xb6\xae\x60\xf5\x70\x66\xc7\x85\x3d\x7b\xf5\xfa\xd5\xf1\xf9\xc9\xbb\xb7\x9f\x8e\x7f\x3e\x7a\xfb\xd3\x2b\xa7\x0f\x5d\xdb\x5e\xe9\x60\x9a\x66\xbb\x25\x59\x05\x5b\x29\xa0\x4f\x9e\x92\xb9\x5a\xe8\x08\xb4\xb4\x9e\x94\xb3\x1c\xe3\x1c\xb7\x6f\x74\x2f\xbd\x80\x5e\xbc\x16\x8b\xaa\xa1\x73\xb2\x25\xd8\x2d\xd5\xd7\x46\x25\x84\x51\x15\xd1\x52\xa2\x24\xf2\x8a\xc3\xa8\xd3\x42\xdf\x01\xf8\x5c\xaf\xee\x80\xcf\x7f\x82\xda\xc4\xe9\xe8\x7d\x91\x8f\xe0\x35\x1c\x26\x73\xc6\x2b\x17\x01\xab\x65\x9a\x64\xd7\xae\xfe\xf1\xa4\x51\xc9\x49\x55\x33\xd4\xf7\xc9\xc7\xbd\xe7\x6d\x57\x59\x89\xa4\x52\x9b\x90\x64\x15\x2f\xc6\xd1\x88\x5b\x35\xd5\x61\xc1\xac\x0c\x48\x20\x4b\xf3\x22\x22\xb5\x27\xcf\x68\x39\x1e\xc4\x28\xa5\x5f\xd7\x1b\x07\x32\xfd\x97\xd6\x98\x83\x7a\x70\x9e\xa1\x38\x0d\x4f\xcb\x3c\x2a\xe7\x05\x3f\xc9\xc6\xf9\xa1\x36\x9d\x4a\xa8\x17\xc4\x33\xaa\xce\xd0\x0a\xac\x67\x4a\xef\x20\x3b\x78\x99\x67\x7c\xc0\xba\x53\xfc\x15\x4b\x33\x2a\x92\xd7\xed\x36\x97\x91\xf0\xd6\x72\xce\x2a\x6d\xc5\xa1\x37\x5d\xa9\x9e\x91\xca\x90\x97\xa7\xef\xde\xbf\x3f\x79\xfb\xd3\xa7\xe3\xb3\xb3\x4f\xc7\xaf\x8f\xce\xce\xd8\x90\x75\x92\x72\x2f\x96\x1d\xd0\x5d\x36\xef\x93\x1a\xd2\x0f\x82\x15\xfe\xf0\xd1\xd2\xf2\x8a\xbd\x67\xf6\x49\x63\xfc\x73\xc5\xb3\x58\xde\x73\xfd\xa0\xf2\xa7\xee\x44\x46\x15\x97\x62\xbb\x7e\xbd\xc2\x34\x38\x03\x72\xf3\x3d\xb3\xbe\x17\x79\x5e\x69\xf5\xc8\xa8\xe0\x51\x05\x1a\x12\xfa\x28\x20\x55\x67\x26\xfa\x1b\x4f\x53\xb9\xda\x45\x4d\xd3\xb3\x59\x94\xd5\x35\x1f\x6b\x2a\xe6\xb7\x35\x24\xce\x6b\xa6\x56\xd9\x1c\x1e\xa5\x89\x80\x7a\xfb\x5f\x7f\xcd\x7e\x93\xf1\xcd\x2b\x9a\xd6\xeb\x65\x12\xbf\xc9\xe7\xf0\x6e\x5e\xb2\x2b\x2e\x84\x09\x74\x30\xf1\x1e\xaa\x55\x4d\x74\x40\xb1\x8f\x06\x01\x03\x29\xe6\xd9\xfc\xaa\x1c\x15\x09\x50\xd5\xc3\x01\xbd\x05\xdc\x37\xd5\x11\x01\xd8\x27\x2d\xde\x61\x2f\x5f\xb8\x1b\xb4\xa0\x53\x0e\x53\xb9\x0f\x1d\xab\x5a\xe7\xa3\xdd\x87\xe0\xe1\x4f\xf3\x05\x26\x20\x07\x90\x4f\x62\xb2\x7a\x17\x26\x03\x54\x59\x45\x55\x32\x12\x44\xea\x25\x2f\x92\x5b\x01\x67\x54\xf1\x1f\x8b\x7c\x8a\xd1\xc5\xf0\xb4\x65\xfc\xb3\xf6\x2f\x0b\x61\x25\xd6\x52\xd2\x65\x80\x0a\xe8\x5c\x36\xbb\x7e\xb9\xa3\xc6\xd5\x12\x69\xbf\xdf\xb7\x7a\xd4\x6c\xb1\x4b\x6e\xae\x79\x65\x93\x99\xae\x86\x77\xd7\xca\x6d\xb3\x26\xfa\xbc\x62\x3e\xaa\xf2\x42\x85\x78\x0f\xcd\x4a\x0b\xc7\xe5\x7c\xc6\x65\x4d\xf2\x74\x1d\x64\x3a\xe1\x35\xdb\x0e\xee\x8f\x07\x12\x83\x72\x92\x53\xa9\x6b\x92\xba\xa5\x4c\xa4\xe3\x3b\x1c\xd5\xce\x74\x46\x67\x19\xa0\xad\x61\x0b\x05\x45\x02\x1d\x1b\x05\x1b\x9a\xc0\x09\xb4\x34\xf4\x1a\x87\x46\x6a\x01\xd4\x81\x0a\xdb\x10\xac\x9c\x6c\x84\x3d\x33\x3d\xd4\x9f\xf4\x18\x39\xbd\x0d\x5e\x45\x76\x37\x24\xb5\x5c\x9e\x87\xa2\x6c\x98\xb8\x2c\xee\x39\x86\x20\xa7\xb4\xaf\x7e\x89\x5f\xaf\x38\x11\x6e\xfd\xce\x7b\xee\x47\x99\x7b\xcc\x2d\xbe\xe6\x95\x38\x85\x6e\x4e\xab\x90\x5d\x94\x99\x5d\xc8\xf1\x8c\x8e\xd2\xcf\xb3\x2e\x59\x38\x97\x77\xee\x19\x53\x3e\xc7\xb2\x23\x38\x1a\x59\xf1\xc7\x8f\x61\x17\x1c\x8f\x2b\x74\x88\x84\x87\xa1\x68\x36\xe3\x51\x51\xb2\x34\xaa\xc4\xee\x2d\xb8\x90\x6a\xe7\x69\xcc\x16\x51\x82\x6f\x27\x49\xc5\xae\xe0\x3d\x5d\x27\x73\xab\x4c\xd2\xb5\xbe\x3d\x1b\x97\xfe\xba\xfa\x26\xf3\xdd\x3a\x54\x96\xc9\x86\x8f\x7f\xa8\xbb\xeb\x2a\xc2\xd1\x40\xb4\x76\x6d\xec\x54\x67\xaf\xd6\x23\x67\x33\x86\x32\xcf\xdc\x88\x1c\x44\xa8\xee\xdb\xa0\x59\x6b\xe2\x24\x66\xb0\x54\x76\xef\x9d\x6f\x77\x77\x35\x4d\x6b\x5a\x85\x1b\x38\x47\xc9\x6f\x6a\x57\xc0\x1e\x82\x91\xb1\x43\xe7\x2b\x10\x41\x28\x54\x0d\x02\xbc\xe7\x25\xb7\x0c\xbf\x63\x9e\xf2\x8a\x37\xb4\xaa\xf3\x08\xa8\x9f\xdd\x26\x42\xb1\x81\x54\xd4\x76\x1c\xa4\x1a\x1b\xe8\x46\x2d\xe5\x68\x4b\x3b\x2c\x5d\x4a\xe0\x60\xfb\x08\xa8\xd5\xfe\xa4\xb0\x9f\x64\x34\x3b\x95\x8c\xcb\x40\xf8\xbd\xda\xa8\x45\x19\x5f\xc8\x27\x9e\x86\x56\x75\x41\x8b\xfa\xa0\xba\xb2\xe2\x7f\xba\x80\x59\x0c\x7e\x57\x8d\x46\x9f\x00\x36\x18\x68\x6e\xb8\x04\xd7\x41\x72\xa8\x1e\xc0\x6d\xb2\xb8\x13\xa6\x58\x1e\x81\xfe\x13\x48\xda\x6f\x49\x9a\xfe\x9a\x4d\x9b\x6e\x55\x45\x98\x48\xd5\xba\xdb\x73\x7f\x9f\xbd\xcb\xd2\x25\x50\x67\xa0\xeb\x76\x2b\x51\x7c\x15\x8d\x6e\xc4\x52\x2c\x38\x9b\x44\xb7\x9c\x45\x99\x9b\xe3\xcc\x6e\xe3\xdf\x1a\xd6\x77\x77\xa2\xa6\x9b\x56\x64\x63\x2b\xa2\xd1\x96\x64\x38\xa9\x99\xe4\xb5\x6a\xf7\x67\x6f\x07\xde\x73\x9a\xd1\x93\x97\xcc\x26\xae\x18\xd8\xe6\x1a\x66\xd8\xcf\x99\xe4\xd0\x2e\x78\xb9\x8e\xe7\x23\x1e\x9f\xe6\x0b\xd4\xac\x5a\x2e\x6e\xfa\x14\x3a\x02\xff\xb0\x91\x1d\xf6\xa3\x48\xa3\xe1\xa1\xcd\x68\xf6\x8d\xc2\x00\xae\x04\x6f\x14\x52\x21\x14\xbb\xcb\x42\x7a\xad\x0f\x56\x49\x65\x6d\xe5\x2b\x99\x73\x8f\x79\x80\xba\x9e\x86\xfe\x00\x81\xc3\x83\xcf\x41\xdd\xa6\x68\x34\x66\x19\xbd\xc7\x8a\xa0\xcd\xb1\x46\x31\x89\x55\xaf\x6c\xb2\x4d\x0c\x24\x7c\x13\x09\xc6\x48\x98\xff\x71\x1a\x55\x34\x81\xf8\x90\x7d\x43\x72\x74\xca\x58\x1f\xa0\xfe\x1d\x6a\xa2\x42\x4a\xbd\xba\x2a\x7c\x99\x54\x3b\x7b\xdf\x3d\xbb\x8c\x3a\xcb\x0c\xe6\x24\xeb\xd2\x2b\x9e\x6b\x3a\x7f\x60\xd6\xc8\xd3\x72\xd3\xde\x4f\xf3\xc5\x51\x91\x44\xaf\xa3\x2b\x9e\x06\xca\x89\x54\x5a\xfb\xf5\x8a\xc7\x3f\x2c\xed\xe1\x7e\x00\xf7\x15\xbf\x63\x05\x8b\x98\xd3\xb1\xb7\x9b\xfb\x5f\x7f\xcd\x8e\xd2\x24\x2a\xc5\x44\x50\x80\x3e\x2a\xe1\x55\x41\x6b\xbd\xa3\x2c\xd6\xbe\x47\x55\xee\x6b\xc5\x93\xb1\xd5\x36\xce\x39\x7a\xd0\xf0\xcf\x49\x59\x91\x1c\x70\xa4\xd2\x80\x74\x3f\xf4\x7a\xf4\x57\xdc\x60\x4a\x16\x03\xd1\x8f\xab\x89\x2e\x6b\xb4\x8f\x61\x70\x55\x44\x23\xc3\x5b\x80\x5f\x89\x19\x42\x99\x22\xca\xca\x01\xfb\x1b\xc6\xae\x85\x40\xfa\x96\x97\x55\x92\x5d\xbf\xe4\x33\x32\xb6\x15\x70\x69\x68\xa7\xba\xb5\x4d\x21\xec\xce\x0c\xbe\x2b\xfd\x8e\x5d\x49\xfa\x97\xc6\xea\xe9\x9b\xf8\x71\xb5\x67\xa9\x7b\x44\x92\x6d\xf6\xa6\x27\xf4\x4c\x0d\xe8\x29\x3f\xd5\x17\xa7\x27\x87\x34\x5a\x1d\x93\x74\xfd\x44\x94\x44\xda\xc0\x0e\xd9\xce\x4e\xd7\x2e\xeb\xcb\xb4\xc2\xe2\xd2\x0c\x7f\x01\x06\x64\xd7\xb5\x1d\x60\x56\x66\x19\x4b\x24\x67\x43\xba\x08\x87\xf5\x92\xfb\xdd\x5d\x93\x62\x73\xa0\xe4\x7a\x35\x50\xa4\xce\x99\x74\xce\x25\x47\x1a\xed\x1f\x68\x09\x42\x5d\x0b\xb4\xaf\x8d\xb2\x3a\xa5\xe5\x87\xe1\xf2\x16\x03\x10\xba\x11\xe8\x1d\xcb\xfd\xde\xa1\x7c\x43\xef\xa3\x48\x8a\xd2\xe0\xf7\x60\x39\x3b\x18\x0f\x07\x5d\x49\x10\x5c\xd7\x26\x64\x17\x98\x48\x85\xf3\x0e\x0a\xc9\xd7\xd3\x5f\x33\xec\x4c\x22\xd3\xa6\xcc\x87\xd3\x79\x5a\x25\xb3\xd4\xc6\xc7\x72\x22\x9f\x4c\xae\xf2\xcf\x5e\x1f\x3b\xe1\xec\x89\x42\x2a\xf0\xdf\x2c\x77\x36\x66\x4f\xa4\x6b\x4f\x0e\x57\xab\x8c\x8d\x87\xc4\xa4\x62\x40\x0e\xa7\xd7\xb1\x0a\x10\x7c\x92\x9d\xc1\x5d\x09\xb4\xc5\x49\x0f\x08\x65\x7d\x12\x04\xf8\x09\x38\xb6\xd7\x63\xca\x19\xaf\xce\x92\x3f\x38\xe9\x0e\xbb\x18\x01\x3f\x5b\xd7\x72\xec\xbf\x74\x0e\x1d\xea\xc6\x0e\x9d\x82\x7e\xac\xeb\x0e\x02\x4f\xa5\xfd\x49\x5e\x24\x7f\xe4\x59\x15\xa5\x8e\xe6\xcd\x0a\x96\x47\x15\xa2\xee\xe7\x1e\xf9\x66\x3d\x34\x75\x25\xe1\xb7\xa5\x5b\x3e\x85\x64\xe3\x7c\xca\x77\x6c\x3f\x35\xd7\x43\x86\x19\xac\x1f\xb0\x9d\x20\x92\x92\xba\x51\xb6\xa4\x2e\x37\x36\x5d\xa5\x7d\x36\x5e\xd5\xcc\xa7\x6e\xb4\x6d\xa8\xcc\xb9\xfa\x36\xde\x95\xb5\x97\x96\xb9\x91\x88\x80\xe8\xa9\x45\x11\x13\xee\xa7\xa0\xa7\x1b\x49\x6c\x5c\x06\xde\x8e\x07\x2d\x60\x88\x55\x4b\xb0\x85\x6f\xf3\x22\x26\x1a\xa8\x6a\x19\xbd\x58\x56\x27\x35\x95\x7d\xab\x14\x63\x02\x53\xd3\xe4\xbd\x6d\x02\x43\xed\x62\x6a\x5a\x78\x66\x33\x63\x69\x18\xed\xd5\x1e\x53\x0e\x6a\xed\x09\xb6\x05\xdf\x8b\xca\x32\xb9\xce\xec\x5d\x92\x46\x65\xe6\x37\x88\xb6\x32\xc5\x77\xdf\x74\x51\x4d\x78\xb1\x48\x04\x77\x50\x4d\xf8\x12\x23\x02\x8c\xa2\x79\xc9\x7d\xae\xb0\xca\xd9\x3c\xcb\xf8\x88\x97\x65\x54\x24\xca\x52\x6a\x7f\x9f\xd8\xa3\xb1\x92\x73\x36\xa9\xaa\x59\x39\xd8\xdf\xbf\x4e\xaa\xc9\xfc\xaa\x3f\xca\xa7\xfb\xd3\x64\x54\xe4\x65\x3e\xae\xf6\xc7\xe9\x9c\x67\xd5\x3c\xd9\x9f\xcd\xd3\x74\xff\xfb\xff\xfa\xdb\xdf\x0c\x30\xa7\x7c\x1c\x8d\xaa\xbc\x08\x0e\xad\xad\xe8\xf2\x45\x26\x79\x3c\xb4\x85\x83\x98\x02\x19\xe7\x31\xe8\x63\x61\xf9\x8c\x78\x19\x14\xbd\xec\x07\x27\xc1\x27\xac\xd6\x3d\x7b\xf9\x76\xfd\x1c\xa5\x56\x9b\xa1\x5d\x3d\x1c\xf1\xa7\x20\x1c\xb1\x89\xcd\x69\x8c\x96\x8d\x10\x49\xfb\x52\x01\x65\xad\x42\x2b\xbe\xb0\xb6\x8a\x83\x40\xc5\x49\xbc\xde\x43\x23\x37\x1a\x14\xd2\x62\x7b\x87\x2b\xeb\xe7\xda\x55\x1c\x95\xca\xf8\x89\x8e\x23\x6e\x9c\xe1\x4a\xfc\xbf\x53\x78\x82\xf1\x21\xf5\x9f\x5e\x77\x67\xfa\x66\x1a\xae\xba\xd6\x0d\x8d\x11\x58\x0e\x76\xd9\x13\xd6\xf5\x58\x70\xfd\xd5\x0a\xb5\xeb\x0a\x75\xc3\x95\x5f\x46\x1a\x38\xa2\xde\x70\xe5\x14\xac\x37\x51\xce\xe1\x2a\x5c\xbe\xae\xa3\xa8\xb8\xb8\xe6\xb7\x1f\xde\xd7\xa1\xa6\x52\xf2\x3a\xcd\x81\xed\x11\x54\xd3\x66\x44\x0b\xfc\x40\x34\x23\x50\x72\xe8\x95\x0c\x68\x57\xd6\x0b\x5c\xe8\x35\x14\x79\xc4\x93\xb8\xdb\x31\xc7\x6b\x2f\x36\x35\x48\xc4\xab\xfd\x7d\xf6\x9b\x8a\xa5\x20\x23\x42\x4a\x09\xb0\x9c\xf1\x51\x32\x5e\x8a\xfb\x8f\x24\xd0\x06\xb7\x11\x89\x84\xca\x69\x5b\x29\x15\x66\xe4\xd6\xd9\xdf\x67\xe7\x13\x8e\xf6\x96\xa9\x60\xa3\x53\x1e\x5f\x2d\x75\x08\x4a\x85\x25\xde\x68\x04\xc7\xfb\x74\xa5\x26\x11\xb1\x8b\x34\xa9\x8f\xca\x7c\xca\x43\x46\xfe\x4a\x1d\xb3\xe3\x5b\x55\xaa\x03\xbc\x1b\x16\x09\x10\x4e\x30\x9c\x15\xa0\x28\x48\x2f\x05\x1e\x5b\x40\x1c\xb2\x4b\x66\x1d\x49\x90\x33\x76\xdd\x80\xe4\x86\x1a\x68\x1e\x89\xdc\xcb\x7e\xbc\x56\x27\xa6\xeb\x0a\x79\x1f\x62\xbd\x67\xe9\x94\x2c\x2b\xbe\x5d\xa7\x9d\x72\x2f\xb2\x24\x39\xea\x64\x64\xaa\x33\x76\xe8\x27\x22\xec\x28\xf0\x62\xd5\xbc\x33\xa0\x9d\xf5\x70\x97\x93\x12\xe6\xc1\x22\x15\x62\x4d\xe0\xc9\xbc\xe4\x31\xbb\x5a\x62\x88\x95\x49\x2e\x56\x78\x36\x4b\x13\x8c\xab\x54\xf6\xdd\xa1\xf4\x08\xf6\x00\x76\x35\xcb\xf8\x72\xc0\x56\x6b\x77\xc2\x36\x83\x4a\x03\xa9\x2b\xae\x74\xb8\xf2\x59\x5d\x4a\x27\x74\x7a\x06\x43\x9a\xf3\x6a\x6d\x33\x65\xea\x39\x5c\x55\xd1\x3d\xba\x91\xe1\x57\xe2\xff\xdd\x50\xf2\x70\x18\x86\x2b\x8d\x6f\xee\x77\xc5\xaa\x0d\x57\x5a\x8d\x70\x77\x17\xb4\x88\xc6\xea\x4a\xd2\xbb\x5a\x62\xa7\x8e\x2c\x7a\xd8\x44\x26\x06\xae\x70\x19\x8e\x17\xef\xf1\x29\xce\xa2\x60\x40\x3d\xc5\x17\xab\xa0\xc2\xa1\x4b\xc3\xa9\x59\xe5\xf3\xd1\x64\x2f\xc9\x6e\xf3\x1b\x1f\xf3\x9d\xba\xed\xd7\x05\xb1\xb6\xe2\xd3\x26\x48\xd0\x10\x3c\x5f\xc8\x2a\x01\x79\xcc\xb1\x8d\x37\x52\xd9\x13\x4f\xcf\x19\xb6\x58\xc7\xed\xe6\xb7\x62\xbb\x03\x57\xe0\xe3\xc7\xbe\x6a\x0a\xb3\xa9\x34\xed\xf7\x2c\x2f\x93\xac\xe4\x55\x00\x64\xb7\x6a\xc9\xab\x32\xf9\x83\x63\x4d\x29\x17\xba\xcb\x54\x6b\x4a\x4d\xcd\xa8\xb5\x4d\xf6\x54\x47\xf2\xd2\x8a\xd3\xb5\x3f\x2a\xca\x4a\x6a\x58\xfc\x45\x6b\x09\x26\x0d\x68\xe1\x69\x9e\x57\xce\xb6\x13\x6b\xea\x30\x36\xdb\x7e\x07\x10\xdd\xf9\x86\x2f\x87\x17\x8f\xc8\xf5\x56\xe7\x22\xc6\xac\xb8\xd9\xe0\x8c\x50\x7f\x38\xd6\xae\x31\xb8\x5f\xc9\x31\x06\x87\xe8\xd0\xa6\x48\x85\xfa\xa7\x34\xca\xe2\x90\x1e\x3f\xf6\xbd\x28\x14\xe0\xca\x7f\xe1\xe2\x91\x7f\x66\xae\xaf\xf5\x3d\xd1\x78\x4a\xe1\xea\x12\x0c\x91\x37\x15\x4b\xeb\xde\xf5\xe8\x7e\x22\x04\x5d\xf0\x07\x71\xef\xc0\x70\x28\x18\x89\x25\x9e\x90\x5c\x5b\xc9\x55\xc3\x6b\xd4\x68\x29\x6a\xe3\xbf\x8e\xa1\xa7\x9d\x41\xb3\x1a\x3d\xd0\x04\xee\xf9\x8e\x9c\xa8\x73\xfb\x37\x4d\x53\xab\x0e\x02\xde\x15\xae\xc0\x2e\xcb\xd5\x96\x84\xe4\x43\xeb\xdd\x43\xfd\xb3\xb5\xdc\x7a\x5b\xca\x7f\x60\x12\xdb\x41\x48\xa9\x35\x0c\x2b\xb5\xa2\x74\x11\x2d\xdd\xb8\x7c\xb5\x2f\x2c\x83\x8d\x4f\x2f\xea\x1f\xd5\x9d\xbb\xd7\xf4\x6e\xb3\x97\x84\xe5\x69\xf5\x9c\xd8\xef\xd3\x56\xe4\xad\x60\xb8\x22\x3f\xac\xae\xbd\xc3\x42\x3f\x82\xc6\x6b\xb8\xf2\x68\xec\x0e\xdb\xb3\xde\x22\x47\x41\x53\x7b\x58\xce\xd0\x17\xa9\x26\x0c\x49\x30\x42\x0a\x20\x87\x5d\x3d\xb7\x6b\xd9\x90\x52\x82\xa0\x05\x83\x4f\xdc\xec\x95\xdd\x98\x6d\xc1\xf3\x62\x0a\x2a\x24\x94\x21\x43\x2f\xac\xaf\x70\x5d\x72\x0a\xc3\xea\xd0\xd6\x4d\x9e\x33\x21\xc9\x57\x4d\x61\x0b\xf9\x57\x37\x69\x21\x05\xab\x4d\x97\x42\xee\x07\xdf\xe8\x02\x4b\x3e\x7a\x6d\x82\xd2\xaf\xf9\xd4\x20\x03\xd3\x31\xbf\x54\x12\x66\x4f\x9c\xc4\x3a\xde\x38\x5b\x0b\xc8\xf8\x6f\x0b\x31\x99\x59\xf9\x1b\x58\xf0\x56\xb3\x4f\xaf\x8b\xa3\x12\x43\x15\x7d\x72\x4e\xe4\xc6\xcb\x2a\xbf\x75\xf0\x0a\xe8\x35\x7c\x13\x1c\x85\xb9\x58\x02\x09\x2d\xc2\x37\xa4\x7d\x3a\xd5\xa4\x8c\x61\xb6\x91\xdb\x03\xc1\xfb\xa5\xdd\x3d\x68\x01\x58\x24\x53\xe7\xf6\xe1\x4d\x55\x1b\x99\xc0\x1f\x60\x57\xb2\x48\xaa\x09\x46\x8a\x94\xe6\xfa\xd8\x0e\x1d\xd9\x40\x47\x37\x4e\xb2\xa4\x9c\xa8\xef\x38\x88\x1c\x4a\xc6\x21\x4b\xa4\xde\x5f\xc8\xce\xd0\x1a\x0a\xec\x3a\x96\xf1\x90\xaa\xab\xa1\xd0\xf1\x72\x6a\x47\x44\x4b\x71\xb4\x26\x90\x1f\x04\x3e\x74\x13\x3b\x4b\x83\xeb\x84\xb0\x08\x3a\x1f\xd4\x98\xed\x6c\x1b\x74\xd2\xf1\x83\x60\x43\xb6\x32\x21\x66\x65\x36\xbd\x8f\x96\xb2\x1a\xc4\x7a\xc5\x90\xb2\xa1\x4e\xe5\xac\xbe\x44\x9f\xd5\x97\xbf\xc1\x3f\xdd\x54\x1a\xd2\x84\xfd\xf0\xdb\x85\x49\xb3\xac\xaf\xdc\x4c\xc2\x5e\x0c\xc1\x1e\xd5\x71\x91\x35\x35\xca\x78\x3b\xa2\x95\x6d\xef\x01\xd2\x65\x17\xdc\x83\x4f\xb2\x2a\xff\x31\x29\x4a\x95\x3d\xcf\x58\xd9\xc8\xd7\x5d\xdf\xee\x46\xeb\x41\x1c\x51\x55\xd9\xb0\x1d\xf6\x1b\xfa\x77\x92\xb6\xe4\x15\xbe\x83\xd9\x46\x1b\x01\x23\x73\xe3\xf7\xe4\x46\x31\x79\xee\xba\x01\xae\xc0\x0e\x5e\x08\xeb\x6c\xff\x45\x4d\x8e\x18\xd7\xd4\xb7\x29\x5e\x59\xb9\xd9\x5e\xc8\x60\xa0\x13\x82\xdd\xd1\x1f\xdb\x5d\xf5\xea\x5f\xcd\x3d\x05\x72\xc8\x6c\xcf\x35\x76\x77\x7a\xd7\xa8\xd0\x1c\xd1\xae\xc6\x6e\x72\xe0\x7b\xc6\x05\xcd\xe8\x88\x1f\xbf\x63\xeb\x83\x21\x0f\xcb\xf3\xfc\x94\x5f\x27\x65\x25\x73\x7a\xd5\x1c\xd6\x5c\x8e\x41\x1e\x7d\xa0\xf9\x9b\x68\x36\xf0\x3a\xf2\xed\x41\x64\x80\x78\xdf\x92\x08\xfc\xe2\x3f\x57\x03\xb6\x02\x92\x3e\x50\x50\x3b\xf5\x49\x2c\x68\x69\x58\x30\x70\xa6\xb3\xa3\x2c\x0e\xec\x8a\xf9\xac\xa6\x62\x3e\x23\xa6\x45\xa2\x1d\x5c\xe6\x7e\x65\xf2\xd1\x18\x91\xe8\xa4\xa0\x72\x67\x2b\x27\x57\xe8\x2c\xc9\xae\xed\x4d\xce\x6b\x60\xc9\x43\xa0\xbc\xca\xe2\x3a\x40\x68\x0e\x3d\x2c\x79\x77\xcb\x8b\xba\xda\xe2\x9b\xf7\xb4\xa4\x12\xb5\xe1\x8e\x86\x6f\x41\x9c\x0a\xb5\xc4\x40\x73\xf2\xab\xa8\x34\x61\xa2\x93\x6c\x36\x97\xa1\x96\x7a\x0c\x23\xa4\x2b\x2d\x60\x95\xcb\xc7\x28\x54\x24\xa8\x98\xca\x02\x4a\x34\x4f\x2a\xf2\x99\x75\x17\xe2\x7b\x16\x36\x91\xf1\xa9\x7b\x18\x4b\x61\xca\xa3\xac\xc4\x96\x10\x15\xbf\xcf\x16\x5c\x26\x56\x8a\x8d\x9d\x93\x7a\x69\x95\x1e\x69\x59\x34\x95\x37\x1f\xcb\x31\x9c\xe8\x68\x5e\x56\xf9\x34\x54\x8f\x75\x55\x4c\x3a\x5e\x8a\xae\xc0\x01\x52\xad\x36\x84\xe1\x17\x00\x4d\x38\x03\x4f\x33\x50\x17\x56\xfd\x26\xe0\xa5\x3d\x8e\x0b\x7d\xca\xa3\x5b\x6e\xa0\x97\x4f\x5b\x10\x28\x3a\x00\x14\x40\x61\x46\xcc\xaa\x60\xf0\xed\x8c\x2f\x80\xa7\x63\x7b\xec\x2d\x5f\xf8\xfb\x05\x9b\x63\x37\xc1\x18\xac\xc8\x42\xe0\xdf\x2a\xac\x44\x6c\xb7\x95\x13\xc2\x8d\x1d\x45\x19\xbb\xe2\x30\x11\xd8\x05\xa4\x26\x30\x25\xc6\xab\x11\xe5\x32\x14\xe1\x0a\x1c\x07\x41\xc6\x15\xc8\x24\x6e\xa0\xcc\x4d\x0b\x2b\xde\x9c\x80\xa4\xad\x7d\x94\x4b\xea\x40\x2e\x6b\xf0\xc0\xd9\x51\x50\x39\xae\x00\xe1\x63\xf5\x5a\x4c\xdb\xb2\x13\x6d\xa8\x27\x6d\x67\x60\x8e\x75\x89\x27\xea\x87\x7a\xe5\x24\x82\x68\x70\x64\x6a\xe8\x20\x04\x83\x6d\x26\x6e\xd6\x55\xda\xc7\xba\xab\xe1\x27\x9d\x31\x3e\x57\x1a\x0b\xfd\xab\xcc\x8e\xe7\x58\xe3\xee\x55\xe3\xcf\xd2\xe0\x77\x6b\x45\x09\xa3\x77\x9c\x9d\x0a\x8b\x6e\xb4\xed\x8d\x47\x3d\x88\x89\x0d\xd4\x61\x3f\x29\xa1\x27\x1d\xdb\xd5\xd8\x3c\xf5\xec\x96\xc6\xc7\xd8\x69\x0f\xa5\x87\x7d\xe9\xda\xb0\xfe\xb7\x04\x9c\x54\xae\xb7\x41\xaf\xf5\x50\xa8\xc9\x76\xfe\xee\x2d\x22\x4e\x9e\xe6\x0b\x3f\xd0\xa2\xe7\x4b\x19\x76\x08\x0f\x7d\x09\x46\x99\xb4\x7c\xef\x6b\x83\xcf\xb5\x0a\x3b\xb7\x29\xb8\xe4\x97\x80\x4e\x62\x4a\xca\x6e\x7a\xa1\xb5\xb6\x43\x4b\x8a\x9e\x9c\xe8\x92\xa7\xf9\xa2\x23\x96\xa1\x29\xb8\xa4\x5e\xf7\x20\xe4\x5b\x87\x95\x14\x50\x1c\x95\xcb\x6c\x14\x8a\x32\xa2\x72\x9e\xc0\x0f\x79\x1d\x1d\x63\xc8\x22\x2c\x1b\x27\x59\x7c\x36\x2a\xf2\x34\x8d\xae\x52\xfe\x3e\xd2\xbe\x41\xd7\xbc\xb2\x7f\xbd\xcc\x47\xf3\x29\xf9\xfd\x5b\x92\xc5\xf9\x02\x7e\x25\xa5\x94\x41\xce\xa3\xab\x2b\xfd\x14\xa8\x22\x9c\x34\xc4\x44\xc1\x87\x05\x3e\xaa\xda\xc6\x34\xb1\x2c\xf8\x08\xe6\xeb\xb0\x00\xa1\x98\x0a\x67\xc6\x45\xf1\xe4\xdd\xd5\x3f\xf9\xa8\xfa\x2d\xa9\x26\x18\xc7\x2c\xdc\xc1\x45\xb6\xbf\x6f\xc6\xc2\x8c\x0f\xf0\x74\x53\x0e\xc4\x27\xf8\x7c\x94\x8d\x26\x79\xa1\xf8\x5d\xc8\x6e\x90\x27\x99\xdc\x26\xbc\x7a\x23\x56\x20\x27\xa5\x7b\x02\xdb\xc0\xb2\x0f\x1d\xc0\xe4\x1b\xdb\xa7\xd1\x32\x9f\x93\xa0\xff\x18\xd0\x3f\xaa\x78\x09\xb5\xfa\x1a\x96\xf3\x09\x2f\x39\xab\x16\x39\xdc\xf6\x71\x32\x1e\x0b\x6e\xeb\x9c\x97\x15\x01\xf8\x64\xcc\x96\xf9\x1c\x41\xd0\xfa\x11\xf6\x1d\xce\x75\x92\x8c\x2b\x19\x76\xbd\xca\xe5\xa7\xa7\x07\xf0\x8d\x31\xe0\x38\xc6\x08\x6e\xc9\x9e\x1e\x80\x4d\x12\x8b\xe4\x02\x94\xec\xbb\xbe\x35\x00\xe9\x4b\x0f\x63\x75\x25\x5b\x16\x7c\x2a\xf0\x50\x54\xfa\xae\xa7\x7d\x3b\x4b\x76\x85\xc1\x9b\xd9\x01\x30\x9c\xdf\xb1\xa8\xe0\xfa\xbd\x02\x8a\xf8\x2d\x2f\x54\xda\xbd\xb4\x94\x49\x19\x79\x54\x80\x01\x95\x01\x04\x41\xc0\xf1\xbf\x0f\x8c\x2f\xba\xc2\x59\xe1\x08\x60\x73\xff\x7d\xdf\x44\x52\x30\x0e\xad\x2f\x4f\xce\x8e\x7e\x78\xfd\xea\xe5\xa7\xa3\xf3\xf3\xd3\x93\x1f\x7e\x3d\x7f\xf5\xe9\xed\xd1\x9b\x57\x6c\x28\x9f\xdd\xfd\x97\x4f\x81\x46\x6e\x2f\x27\x6f\x5f\xbe\xfa\x7d\x73\x17\x98\xe7\x2c\xd0\xfe\xfc\xdd\x4f\x3f\xbd\x7e\xb5\xb9\x03\xd4\xa9\x85\x21\xf8\xc7\xbb\x5f\x5a\xf4\x80\xaf\xbc\x0d\x3d\x9c\xbf\xfb\xf5\xf8\xe7\x36\x90\x98\x37\x63\xb7\xb7\xa3\xd7\xaf\xf5\x8c\x5e\xbf\xde\xdc\x57\x94\xa6\x0d\x33\xc3\xbf\x36\xf7\x82\x7f\x75\xac\xa8\xab\x76\xcc\x54\x7d\xee\x9d\x88\xa9\x24\xf4\x88\xae\x02\xb1\x24\x56\xb6\x04\xf6\x06\x5c\x8c\xe1\x18\x61\x8e\xc8\x72\x7e\x55\xf2\x7f\xcd\x31\xaa\xeb\x68\x5e\xd2\xcc\xa1\x58\xe5\x2d\xff\x5c\x01\x39\x18\xb0\x2e\x8d\x14\xb2\x7e\x38\x28\xf1\x72\x71\x02\x7c\x08\x26\x54\xe7\xda\x2b\x9f\x5b\x0d\x5e\xb8\xf3\x3a\xe5\x63\x5e\xf0\x6c\xc4\x95\x54\x35\x32\x49\x95\xd5\xa0\x74\x6a\xd4\xfa\xe2\xd0\x99\x98\xdd\xef\xbf\xe6\x49\xc1\x63\xb6\xfa\x7b\x9a\x64\x37\x04\xee\x35\x4b\xb2\xb2\x8a\xc4\x90\x57\xf9\x3c\x8b\xd5\xc0\xb2\xa2\x05\xee\x9a\x0e\xad\xb7\x7b\x40\x7a\x73\x86\xfd\xbb\x4a\x1d\xc6\x63\xf6\x36\xc7\x14\xbe\x60\x24\x35\x17\x97\xbf\xa6\x76\x59\xbe\x60\xd3\x28\x8b\xae\xd1\x42\x46\x0e\xad\x55\xd2\xd6\xb0\x48\xaf\x0f\x07\x6c\xb5\x76\x06\x3b\x87\x94\x44\x31\x67\xf9\x98\x91\xeb\x68\x01\xb9\x8e\xc4\x94\x30\xa8\x70\x52\x32\x81\x50\xf9\x58\x36\xeb\x64\x79\xc6\x3b\x3d\xd6\x29\x93\x4c\xe0\x7d\x4f\xc8\xc4\x1d\x65\x70\xdf\x71\x04\x4b\x29\x51\x63\x57\xee\x1a\x59\xa6\xfa\xeb\xd0\x5a\x89\x1a\x87\x03\xbb\x85\x33\x8d\x93\xb1\x94\xef\xcd\x8d\x96\x94\x90\xbf\x87\x17\xb7\xa8\x5e\xc8\xe7\x95\x4a\x4b\x15\xdc\x91\xf7\xaa\xf2\xbb\xec\xd5\x74\x56\x2d\x21\x4d\xee\xa1\x1d\xf1\x24\x30\xa0\x24\xab\x25\x53\x36\x10\x23\x02\x03\xe4\x87\x9a\xcd\xb5\xc0\x6d\x9d\x30\xd9\xf2\x68\x5e\xe5\x38\xb5\x77\xd9\x89\xa8\x2c\x59\x96\x72\xf3\xd8\x53\xf0\xc9\xb1\xa6\x8c\xa6\x88\xa8\x4f\x11\x24\x0e\x05\x34\x3a\x2c\xc8\xda\x20\x50\xbc\xcb\xce\x45\x95\xda\x71\x5e\xf2\x8a\x17\xd3\x24\x43\xdb\x60\x88\x22\xa3\xe6\x61\x5e\x29\x8c\xb9\xd6\x65\x03\x89\xbd\x54\x61\x10\xae\x38\x6a\x73\x22\xc1\x60\xdc\xe6\x68\xc8\x25\x33\x10\x94\x72\xdc\x31\x5c\x81\x28\x60\x27\x63\x63\x53\x08\x9a\x20\x08\x98\x20\x7a\x6e\xc2\x31\x50\x97\x58\x73\x16\xab\x02\xb3\x3d\xd1\xa3\x9e\xc3\xa0\x6d\x66\x9f\x8c\x0d\x3c\xa5\xb9\xf1\xf3\xcc\x22\x9b\x41\x48\xc4\x46\x51\xaa\xaa\x65\xc4\x77\x19\x1c\xd5\x96\xc3\x5b\xeb\x9e\xd0\x1c\xd0\x62\xf9\xfe\x10\x67\x13\x74\x43\x2f\xdf\xb1\xb7\xef\xce\xd1\x74\x5b\xd4\xa9\xb9\x80\x59\xae\x92\xe3\x34\xdc\x65\x64\x6b\x05\x1b\x02\x27\x07\x8c\xff\xf0\xe1\x2a\x63\x51\x5a\xf1\xc2\x06\x65\x8b\xa5\xd0\x6d\x8e\x91\x43\x7a\x97\x9d\xcd\x81\x54\x37\x1f\x3c\xd4\x4c\x47\xa9\x71\xc4\x16\xe8\x02\xea\x32\xb3\x47\xb2\x2e\xe2\x5e\xcc\x6e\x93\x88\xbd\x7a\x7b\xfe\xea\x54\x50\x29\xcc\xe4\xb3\xe7\x11\x82\x3c\x3b\x01\xb9\x1c\x9a\x88\x6b\x41\xf4\x75\x38\x70\x38\x73\xa9\x47\x3e\xa4\x69\xc8\x0f\x65\x24\xa9\xba\x7b\xa4\x11\x64\x05\x6a\xc5\xa7\x9d\x52\xe9\xae\xe7\x51\xca\xa6\x3c\x9b\xb3\x48\xd2\x91\xd1\x68\x5e\x94\x3e\xb4\xc7\x58\xfd\x0d\xcf\xe6\x04\x62\x88\x69\xdf\x02\x4c\x76\x57\xb3\xc6\x47\x71\x9c\x48\x90\x8f\xcf\xce\x50\x85\xd8\xe5\x25\x68\x2d\xa3\xd9\x2c\x5d\xaa\xfb\xce\xba\xe8\xac\x2b\x56\x69\x91\x0e\x49\x48\xa5\x07\x64\x1a\xac\xc0\x6d\x76\x5c\x36\x27\x4a\xf9\x3d\x06\x45\x95\xa9\xcd\x4a\xd5\x06\x20\xf3\x79\x99\x5e\x08\x56\x15\x82\xcc\x8a\x28\x25\x8f\x87\x8a\x30\xef\xe9\x91\x24\x8d\x18\x50\x9f\x52\xeb\x56\x1c\xd4\x5c\xa3\x5a\x4d\x64\x69\x4f\x23\x21\x8c\x0f\x50\x26\xb7\x63\x61\x7d\x41\x40\xb4\x97\xc9\x6d\x5d\x50\xb3\xa4\x3c\xae\x8a\xf4\x3d\x26\xd1\xab\x09\x1d\x96\x94\x20\xe1\x6d\xaa\xf4\x86\x57\xd1\xa6\x3a\xe7\xd1\x55\x73\x15\xbc\x82\x7e\x86\x54\x61\x72\x61\xdb\xd5\x3b\x4f\xa6\x3c\x9f\x57\x27\x71\x4d\xde\x5e\x1b\x0c\x71\xcb\xd4\x03\x29\xbe\x6e\xea\xcf\xc7\x94\x2d\x62\x8f\x05\x10\x12\x2b\xcd\x0a\x7e\xab\x22\x2d\xf8\x08\xaa\x23\x8f\xd5\x9d\x33\xe3\x8d\xa9\x5c\x81\xf5\xa8\x56\x16\x2b\xfc\xfa\xf8\x71\xd3\xe7\xae\x67\xdf\xee\x46\x34\xb3\x9f\xba\x64\xb3\xb6\x81\xca\xfc\x25\x68\x8e\x53\xd6\x2e\x08\x99\xa9\x09\x07\x49\x56\x84\xd3\x64\xd5\xd9\x10\xf5\xec\xc2\x7a\x55\xb0\x95\xcb\xe1\x70\x24\xa7\x7c\x0c\xae\xb5\xf8\x40\x06\x9d\x2b\xd6\x0f\xb6\x27\x1f\x53\x1e\x30\x93\xb4\x99\x64\xb7\xf3\x76\x2e\xb8\x5f\x4d\xbb\x14\x0e\xbd\xd6\xb0\x2d\xdb\x85\x3d\x5b\x24\xd2\xdd\x19\x75\x77\xdd\x40\x08\x22\xba\x20\xe7\x85\xb8\x44\xc5\x24\xd3\xa8\xe2\x65\x25\x56\x23\x19\x27\xbc\x60\x37\x7c\x59\xb2\xeb\x34\xbf\x8a\xd2\x74\xd9\xf7\x77\xb7\x9f\x67\xdd\x45\x92\xf5\x58\xe7\x86\x2f\xe3\x7c\x91\xf5\x44\x93\xf9\xac\xd3\xb3\x1e\x5c\xdf\xc8\xfe\x4a\x3b\x31\xa6\xdb\x53\xac\x34\x8f\xac\x03\xec\x84\xee\xc5\x28\x2f\x51\x55\x79\x94\xc5\xe7\xc5\x12\x18\x1d\x2a\x5d\x6c\xea\xb7\x7f\x95\xc7\xcb\x1e\xeb\x00\xbf\x0b\xea\xb1\x8e\x09\x5d\x06\x94\x04\x1e\x91\x8f\xa3\x59\x35\x2f\x78\x3b\x58\xad\x3e\x79\x16\xb7\xeb\x51\x2f\xfd\x99\x0a\xe3\xa4\x58\x00\x83\x79\x55\xce\x6e\x38\x9f\x59\xa8\x89\xcb\x19\xd7\xec\x44\x28\x0f\x9e\x58\x4b\x78\x25\xec\xd4\x46\x69\x0b\xd9\xb7\xb4\x89\x67\xa2\x0f\x40\x4d\x4e\x43\xcf\xd5\xc6\x8a\x47\xef\x98\x44\x76\xa6\xe5\x9e\x45\x67\x14\xbc\xd2\x1c\x54\xbb\xe2\xda\x0e\x31\x5e\xb3\xbd\x3d\x58\xaf\xce\x80\xed\xec\xd8\xe7\x89\xb9\x46\xb0\x45\xad\x3f\x49\x9e\xfd\xc2\x97\x2f\xf3\x45\xa6\xbe\xeb\x02\xab\x12\x24\x38\xb3\xab\xe9\xa2\x50\x6f\x12\x0d\xbc\x4e\x65\xb9\xd5\x04\x10\xda\xd4\x84\x9f\xae\x27\x4b\xbd\xcd\x69\x9e\xbd\x04\xb6\xdc\xe9\x85\x14\xda\x83\x19\xbe\x97\x0c\x69\x0a\xc3\xb3\xf6\xa6\xe3\x7e\xb1\x9a\xc1\xcd\xef\x35\x81\xd2\x06\xa7\x95\x12\xb7\x73\xb8\x52\xb8\x76\x88\x89\xb1\x43\xbe\x1d\xd4\x4b\x81\xa2\xce\x24\x49\xe3\x82\xd3\x1d\x79\x6e\xde\x23\x2c\x03\x44\x63\x12\x1d\x3a\x13\x2d\x62\xfe\x05\x6e\xca\xb0\x25\xde\xc6\x7b\xca\x0a\xcb\x18\x08\x92\x17\x0a\xd9\x28\xbd\x06\xf9\x2d\x2f\xc8\x00\x3a\x9f\x85\xb4\x18\x01\x2a\xa3\x22\x54\xb5\xa2\x33\x2e\xa5\x19\x8f\xbb\x75\xc0\x3c\x0b\xb7\xb0\xc2\x47\xb6\x24\x48\xf7\x0e\x52\xd6\x10\x62\xcb\xe2\x38\xc2\xe1\xb7\x88\x5e\x48\xa6\x22\x1f\x45\x25\xa4\x03\xc1\x2c\x20\xe5\x7c\x0a\x06\x18\x23\x9e\x45\x45\x92\xb3\x02\xb5\x9a\xe0\x0b\x5d\x72\xa9\xf9\x65\x79\x86\x3e\x99\xa0\x60\xc8\xe7\x15\x9b\x44\xb7\xa2\x99\x85\x20\x72\x1c\x78\xe9\x53\xf4\x1f\xf5\x4b\xec\x6d\x5e\x49\x15\x04\xf6\x27\x99\xa9\x24\x63\x27\xaf\xd8\xc5\xc5\xf3\x21\x7b\xfa\x14\x8d\x54\x40\x96\x65\x30\xa1\x49\x91\x67\xf9\xbc\x4c\x97\x2c\x1a\x57\xbc\x60\xd2\x8a\x70\x97\x4d\x22\x25\xc2\xd3\xe0\xc4\x39\x88\xf8\x52\x15\xa2\x32\xa3\x83\x1f\x77\xc4\xc6\x69\x74\x0d\x33\xaa\x72\xa9\xb8\x4c\x62\x1e\x21\x44\xca\x3c\xe6\x6a\x39\x13\x82\x9d\xf8\x78\xf1\x48\x70\xa7\x92\x02\x7d\x4d\x61\xc6\x26\x52\xe0\x46\xb7\x44\x0c\xcd\x89\x4e\xa6\xe2\x2b\x15\x74\xe5\x36\x3b\xda\xf2\xb0\x6d\x21\x6e\x25\xa6\x2a\xd6\x55\xbb\x24\x03\xed\xe6\xd4\xb3\xcd\x49\x56\x37\x1e\xd2\x07\xe2\x03\x03\x79\x56\x2d\x46\xb0\x76\x36\x2e\xc1\xbd\x67\xea\xe3\x94\x57\x2a\x69\x29\xa4\x1b\x97\x7f\x47\x25\x23\xed\xec\x70\xb8\x8a\xfb\x89\x46\x55\x72\xcb\x15\x7f\x20\xc8\x94\x6c\xfc\xf8\x31\xdb\x71\xde\xa1\xeb\x5a\xd9\xe3\xa8\xec\xad\x9e\xfd\xa6\x83\x13\xdd\x36\x79\xe2\x3d\x10\xb0\xef\x5e\x28\x28\xe7\xae\xeb\xa7\xec\x76\xb8\x98\x24\x29\x67\xb2\x0b\x9c\x6b\x53\x68\x4f\x13\x70\x70\x12\x99\xc7\x17\x0d\xc1\x86\xb7\xba\x5d\x3f\x48\x68\xfd\x02\x30\x76\x55\xf0\xe8\x26\x14\x9e\x54\xef\xab\x7e\xe7\x97\x10\xec\xfa\xfb\xcb\xea\xf3\x83\x83\x37\xfa\x42\x3d\x0e\x4b\xcd\x60\x0f\x14\x6f\xf8\x64\xb1\x0f\xba\x12\x89\xec\x9a\x3a\x96\x34\x64\x6f\x55\x2c\x91\x48\x42\x95\xa4\x62\xc9\x74\xca\xe3\x24\xaa\xb8\x0c\x65\x01\x36\x10\x69\x9e\x5d\x8b\xff\x56\xfa\x29\x3a\x4e\x62\x70\x46\xd7\xaf\xe2\xf8\x74\x1e\xc9\xcc\xe0\x42\xec\xd8\xa7\xca\x79\xf6\x23\x18\x14\xe6\xa5\x26\xdd\x10\x58\x52\x90\x09\xf0\xe1\x92\x63\x81\x6f\xbb\x91\x6b\xbc\x50\xed\x9a\xf2\xdc\x3b\x3b\x7c\x9b\x33\xd5\x92\xde\x50\x6a\x83\x59\x93\x95\x4c\x25\x75\x34\x3a\x76\x9f\xa5\x25\x62\x77\x77\xba\x98\xe8\x7c\x1c\x02\xe6\x04\x50\x32\xd1\x60\x2d\x6d\x58\x28\x87\xb6\xaf\xdb\xb1\x28\x5e\x43\x10\x28\x2f\xac\xa4\x9a\x97\x1e\x7f\xc3\xa9\x09\xbe\x91\x9b\x23\x21\x3b\xad\xf8\xf4\x14\x95\x6d\x46\x92\x3c\x91\x85\xea\x20\x3c\xb3\x83\xf9\xee\x68\x48\x64\x9c\x51\x51\x77\xd7\xcf\x54\x88\xf6\x06\x64\xb5\x4e\x94\x1d\x5a\x57\xb7\xf2\xd2\xab\xd5\xec\x9e\x93\x14\x6d\x7f\x1f\x58\x09\x69\xbe\x90\x67\x5a\xf6\xc6\x7f\xe6\x46\x29\x79\xe5\xd8\xc2\x39\x36\x76\xbe\xb1\x1c\x1a\xca\x59\xb2\xad\x43\xaf\x90\x6d\xf6\xde\xb5\x4c\xb0\x5e\xa9\x76\xb3\x2f\xb7\x92\x57\x50\x7b\xd7\x8d\x58\xe0\x57\xe9\xfa\x83\xab\xdb\x5c\x4c\x08\x7b\xef\x5a\xa9\xe4\x35\x5d\xd3\x7f\x3a\x51\x3a\x03\x33\xf0\x14\xbf\x1e\x68\x8a\xff\x14\x3b\x47\x5f\x4b\xba\xfc\x56\x6a\xfc\xeb\xc7\x27\xb4\x96\xf9\x01\x5e\xb7\xe3\x4a\xf4\x3d\x7e\xcf\x0b\x3c\xa8\x6b\xe9\xf2\x5b\x83\x7f\x6d\xaf\xf8\xfb\x1e\x9d\xfd\x7d\xf6\x36\xdf\xcb\x67\x62\x0f\xac\x07\x54\x65\x26\xe3\x12\x0e\x62\xa3\xf9\x52\x56\xe9\xfa\x17\xff\xbf\xef\x22\x6e\x34\x52\xb1\x2f\x63\xe7\xae\x35\xf6\xc1\x41\x62\xd1\x9a\x0d\x08\x13\x34\x07\x67\xed\xb1\xad\xd1\x1f\x8a\xd7\x68\x1c\x84\x56\x53\x1b\x30\x1c\x0e\x0d\xb6\xe8\x0b\x07\x6f\x06\xf3\x1a\x6f\x76\xf7\xf1\x63\xda\xcb\x8e\xc6\x07\xf2\x70\x51\x57\x87\x5e\x6d\x35\x55\xc8\x35\x67\xbe\x3b\x13\xd4\xe7\x1e\x5e\x27\xf5\xe9\x83\x63\xdf\x44\xce\x6d\x6a\xd0\x72\x99\x08\x45\xda\x64\xa2\xe0\xcc\x49\x2e\x59\xbf\x8a\xae\x31\xee\xe6\x70\xc8\x3a\x47\x1d\x58\xe3\xc0\x97\x1f\x7e\x3d\x3f\x7f\xf7\xb6\xf6\xf3\xc9\xdb\xf7\xbf\x9e\x77\x76\x6b\x17\xc5\x3a\x6b\xcc\x21\x71\x0f\xc2\x4e\x12\x8a\xe7\xe9\x46\x6d\xca\x07\x9f\xdb\x53\x3e\x72\x6b\x98\xab\x25\x30\x2a\x10\xf7\x7b\xd2\x58\xc5\xa4\x35\xd8\x3e\xf8\xe1\x5c\x6d\x71\xf1\x7f\x9e\x4c\x2b\x56\xcb\xa3\xbd\x84\x7d\xac\xa5\xcb\xcf\xfe\x43\xe8\xaf\x64\xd2\x3c\x38\x6b\x0e\x39\x32\x5c\x47\x69\xaa\xae\xf6\xdd\x10\x8e\x6f\x4b\xd6\xbf\x80\x07\x7c\xb8\xdb\xa0\xe5\x4a\x38\xf7\x2e\xa1\xb3\x5e\xc5\xed\x79\xa2\x30\x2b\xe6\x6f\xc0\xa6\x4e\x6a\xf8\xac\x2d\x6e\x23\x87\x37\xb5\xfb\x6f\x3a\xb6\x6e\xdd\x6d\x6e\xd2\x90\x7d\xec\xee\x2e\xc9\x7c\xb2\x6d\x87\x4e\x57\xb5\xe4\x7a\x7f\x9f\x9d\x80\x15\xb5\xb1\x04\x03\xfb\x1c\x30\x29\x12\x82\x70\x2d\x2b\xd6\xaf\xbf\x0a\x1b\x37\xa9\x89\xf7\xf0\x39\x81\xfb\xa2\xea\x17\xf0\xe4\x2d\x40\x7c\xd8\xbb\xf4\x7f\xf0\x02\x25\xaf\x33\x5f\x74\xa1\xb5\xd7\xfb\x99\x84\xf2\x8e\xa9\x94\xeb\xd2\xe5\x29\x2e\x30\x83\x87\xd3\xca\x57\x00\xdc\x43\x56\x7f\x48\xd2\xdc\xc4\x14\x6a\xbc\x73\x47\x29\x6f\x92\xd9\xfb\x02\xf4\x4e\x2f\xa5\x9f\xeb\xd0\x5f\x21\xf3\xfa\xd1\x97\x80\x94\xdd\x5d\x19\x3e\x41\x76\xde\x13\x1b\x90\x41\x3c\xc1\x57\xb7\xd6\x03\xbd\x3a\xec\x19\xcb\x8b\x18\xf3\x8f\xc3\x7b\x0d\x58\xbe\x41\x74\xa3\xaa\xa7\xec\x3a\xd1\x32\x10\x8c\x8d\x93\x92\xfa\x30\x55\x52\x7f\x27\x89\x45\x59\x25\x69\x6a\x75\x0f\xa1\x2a\x66\xd6\x4c\xba\xbb\x7d\x8c\x70\xab\x02\x4a\x46\x25\x57\x96\xcc\x05\x1a\x31\xf3\xcf\xb3\x34\x19\x25\x15\x84\xc1\x15\xd8\xcf\x63\x39\x84\xd5\xb9\x89\xc8\xc1\x61\xc5\x66\x16\x11\x42\x37\x7f\x6f\x21\x9d\xd3\xc5\x6f\xfb\x2e\x78\x35\x47\xad\xfe\xd8\xd4\x33\x37\x03\x8a\xf2\x0d\x89\x52\x02\x5a\xb1\x9a\x88\xe3\x9e\x14\xeb\x64\x10\xf9\xf3\x58\xa9\x06\x3f\x96\xdd\xf6\xa9\x53\xee\x41\xa8\xf0\x0f\xd9\x2b\x70\xc2\xb5\x0f\x6b\x54\x5b\x8c\xc9\xf8\xd0\x95\x07\xad\x49\xa5\x47\x8f\x34\xce\x95\xda\xe6\x4e\x89\xce\xd6\xdd\xab\x79\x05\xfa\x60\x62\xbb\x8b\x96\xa9\xea\x2d\xcb\x98\xe3\xda\xd6\xe2\xbb\x54\x1b\xcd\x3f\xf3\xd1\x5c\x3e\x87\xca\xe6\xa8\xb4\x29\x6a\xf4\xc1\xe4\xf1\xfc\xdf\xf2\xce\x62\xd3\x5b\x69\x48\xdb\xa8\x19\xde\x8a\x80\x52\xf2\x89\xe9\xa7\xe8\x30\x26\x03\x55\x52\x52\x11\x35\xa0\xa3\xb9\x17\xb9\xdd\x12\xef\x59\x58\xaa\xbe\x1f\x13\xfd\x6f\x60\xce\xbe\x88\x55\xfa\x12\x96\xcc\xba\xd0\xb6\x3c\xc1\x7f\x0a\x9f\x62\x9b\xb8\xd8\x07\xe7\x17\xbe\xbc\xca\xa3\x22\x7e\x18\x15\x67\x58\xf1\xda\xa8\x0f\x90\xc0\x6d\x01\x55\xc0\x28\xfa\x4f\xd1\xc3\x3e\xa4\xb8\xde\xf2\x79\x69\x7f\x9f\xf1\x32\x4d\xb2\x4a\xb9\x36\xee\x65\xfc\x73\xb5\x97\x26\x19\x67\xca\x85\x2a\xc9\xb3\x7d\xf2\x77\x08\xca\xa3\x34\xfd\x85\x2f\x71\x76\xe8\xdd\x2a\x50\x5d\xf9\x27\xf7\x23\x88\xa8\xd7\xfe\xa9\x6a\xf7\xa1\xa0\x03\x6b\x41\xbd\x58\x4d\x20\xf2\x72\x14\xcd\x38\x55\x6d\x9f\xa0\x7f\xdf\x0d\x5f\xc2\x6b\x23\x7a\xe5\x06\x5d\x91\x2c\x49\x7b\x03\xe1\xdc\xdf\x67\x47\xd0\xe7\x22\x42\xdf\x2a\xb1\x0a\x48\x18\xb5\xeb\x45\x06\x6b\x82\x1e\x29\xa2\x1a\xbc\x88\x12\xee\x29\xac\x20\xbf\xe7\xb3\x1e\x7a\xd4\x8e\xaa\x22\xdd\x8b\x94\xbf\x57\x29\xb8\x47\xf9\x64\x2b\x38\xb8\x6e\x32\x86\xff\x46\x05\x87\x4b\x38\x4a\x0b\x1e\xc5\x4b\xed\xc5\xd3\xdf\x25\xd7\x8b\x8d\x12\xde\xcb\x60\x7d\x8a\x19\xb8\x7f\xe8\x23\xd6\x51\x9a\xea\x27\xac\x5d\x87\x21\xda\x28\x56\x5a\x2f\x50\xb4\x27\xfb\x1d\x4a\xb3\x3e\xfc\xb6\x5f\x56\xf9\xec\x7d\x91\xcf\xa2\x6b\x40\x25\xc2\x6b\x36\xf1\xa1\xe1\xdd\xc0\x65\x45\xac\xb2\x96\x15\x7c\x99\xc9\xb1\x84\xb5\xcd\x96\x96\x1f\xb4\xbd\x9e\x3e\x12\x5b\x6f\x70\x7a\x6f\x79\x7c\x8c\x96\x51\xec\x05\x3b\x78\xb0\xe5\x72\x5e\xe4\xfe\xac\xf5\xba\xe7\xfb\xd3\xc9\x98\x45\xfe\x71\xb2\x58\x48\xdb\x1a\x81\x47\x15\xbb\x78\x04\xef\x9c\xe5\xc5\x23\xe5\x42\x77\xc3\x31\x3d\xdb\xc5\xa3\x72\x16\x8d\x38\x7e\x40\x17\x2e\x9f\x71\xfa\x1f\x61\x83\x1e\x4e\x7f\x08\xc1\x09\x0a\x39\x3b\x4d\xc9\x7a\x2c\x2a\xa5\x95\x1b\xa4\x24\x11\xe8\x88\xf6\xc0\xe8\x68\x78\x05\xe1\x7c\x4b\x9a\xb0\x44\xe7\x06\x89\x24\xeb\x0e\x1b\xde\x73\xc6\x42\x0b\xb3\x51\x94\xb1\x0c\xde\x0a\xd1\x31\x71\xc9\xa4\xed\x78\xa9\xc9\x9d\x90\x34\xfb\x6d\xf9\xa9\x0d\xaf\x4d\xf7\xd3\x42\x99\x34\xd4\x68\xc5\xb6\x00\x53\xb6\x9c\x18\xcc\xc9\xd0\x0d\x1a\x9b\x30\x40\x53\x34\xaf\x72\x69\xbf\xda\x23\x96\x2e\x02\xa1\x40\x04\x4f\x79\xe5\x0d\x04\xf1\xa5\xa4\xf2\xe0\x8a\x4f\xa2\xdb\x24\x2f\xd8\x0d\x86\x34\xe8\xd7\x28\xc7\x9a\x74\x14\xa6\xfa\x7d\xf4\xa8\xf7\xbe\x68\xf1\x5f\xb7\xe6\x4e\x15\xa7\x4c\x5c\xf1\xe1\xcf\x70\xd4\xdc\x97\xc1\xa0\xca\x6e\x83\x62\xae\x5e\xa3\xd7\xee\xf9\x8b\x88\xad\x3e\xa6\x6d\xe4\xdc\xbf\x70\xed\xc4\x20\x0d\xcb\x17\x44\xd2\x07\x50\x01\x6f\x25\x71\x6c\x52\xc4\xb0\x90\x22\xf4\x01\xd6\x86\xec\x43\x23\x0a\x05\x1e\x3e\x5a\x1d\xf8\x2f\x79\xae\xb8\xe7\x9a\x34\x9f\xce\x2f\x96\xe4\x58\xe3\xf3\xab\xf3\x26\xd6\x52\x97\x71\x3f\x03\xd9\x7b\xd9\x97\xb5\x65\x15\xc9\x4e\x1a\xc6\xa5\x52\xf3\x33\x4c\xe3\xb3\x2f\xe4\x56\x2c\x63\x74\x77\x25\x5b\x2e\x23\xbb\xdb\x28\x63\xea\xc0\x9a\x32\xa2\xef\xbf\x77\xe1\x2d\xd6\x0f\x4d\xa4\x31\x56\x9d\xe1\xfd\x1c\x31\x67\x1b\x63\xb1\x9d\x4d\x66\x69\x1b\x2d\xca\x36\xda\x92\x35\x5b\x91\xad\x1f\x18\xc1\x42\x73\x50\x43\x19\x7a\xb5\x69\x20\x34\xa0\x0d\x18\x44\x86\x72\x5c\xd6\xac\x9c\x6b\xf7\x78\x1f\x93\xf4\xc0\x12\x37\x70\xff\x9b\x8d\x10\x77\x48\xc6\x09\xc7\xde\x10\xa5\x99\x00\x3c\x41\x2b\xc2\xfd\x7d\x76\x96\x40\x3c\x9a\x09\x67\xd1\x55\x7e\x2b\x5f\x13\xd0\xe3\xc2\x87\x11\x05\xab\x92\x7a\xb4\xf4\xac\xde\x0a\x8e\x7e\x0d\x49\x25\x5d\x12\xd0\x3f\x81\x5d\x71\xcc\xbc\x67\xf9\xe2\xbf\x91\xe1\x5c\xac\x42\xab\xbb\x69\xb4\x94\xb1\xb8\x50\x31\x50\xe3\xca\xdf\x0e\x83\xed\xb0\x93\x61\xcc\xb7\x4e\xa6\xdd\x3c\x2c\x52\x6d\x6e\x8d\xf5\x6a\x68\xa3\x96\xb1\xde\xbe\x3b\x7f\x35\xf0\x89\x24\xc6\xcf\xa9\x94\x63\xc9\xd8\xc8\x14\x20\x0d\x94\x3d\xb2\xb2\x49\x89\x22\xc3\x4d\x22\x43\xb5\x5f\x15\xf9\xa2\xe4\x85\x66\x7d\xf5\x60\xa2\x1b\x15\xb2\x1e\xc3\x76\x2c\xf3\x39\x13\xbd\x44\x26\x55\xd9\x58\x06\x8f\xc5\xf1\xfa\x61\x22\x6d\xf3\x35\xff\x76\x22\xdd\xdb\xa4\xc3\x37\x44\xc9\xaa\x48\x0e\x81\x55\x7e\xcf\xe7\xc4\xcd\xac\x4a\xc3\xd5\x58\x73\xfd\x05\x5e\xe9\xd5\xf2\x9e\x2d\xb3\x6a\xc2\xab\x64\xf4\x27\x5c\x72\xec\x3f\xce\x1c\xfe\x1e\xb7\x49\x9d\x51\x8e\xf5\xf8\x62\xa2\x30\xd4\xea\x68\xc4\x5f\xe7\xb9\x54\x32\x68\xd2\x1b\xb6\x33\x0f\xda\x37\xb5\xb0\x49\xdf\xe2\xe6\x0b\x19\x04\xe1\x6c\x80\x2c\x1f\x65\xb1\xcc\x5a\x6d\x00\x6e\x0a\xba\xbb\xf5\xed\xd9\x72\xac\x3a\x84\x76\x24\x6b\x45\x17\x1f\x80\x68\x48\x64\xb1\xf2\x39\x5c\x60\x94\x88\x7b\xf1\x78\x2a\x01\x6d\x9c\xb3\x45\x5e\xdc\x88\xd5\x52\x31\x95\x20\x77\xa3\xd2\x20\x06\x90\xb4\x86\x8b\xd8\x68\x79\xdd\x6a\x6d\xbd\xf7\xde\xf3\x9c\x45\x30\xc3\x49\x72\x3d\xc1\xb8\x94\xf3\x19\x1b\xe5\x65\x05\xf7\x6a\x11\xdd\xf2\xa2\x94\xea\x26\xf6\xf2\xdd\x1b\x96\x67\x24\xe6\x1c\xf8\x78\xf6\x64\x57\x31\x87\x5b\x36\xc9\x62\x55\xbf\xd4\x41\x4d\xd9\x0c\x44\x23\x36\xcf\xaa\x24\xd5\x9a\x28\x08\x79\x13\x05\xa2\x29\x9d\x4f\xb8\x4a\x63\x0b\x17\xd2\xac\xc8\xaf\xa2\xab\x74\xa9\x55\xda\x26\x09\x05\x2b\x81\xfd\x58\xf0\x4e\xc1\x59\x31\xcf\x32\x31\x78\x92\xe9\x31\xe4\xc3\xb1\x02\xb2\xcc\xf1\x9e\x4b\x4a\x96\xf2\xb2\x64\x69\x72\xc3\x31\xc8\x0f\x5e\x82\x32\xdc\x67\x35\x29\xa2\x72\x22\xe7\x91\xb1\x38\x87\x5e\x2b\xd1\x31\xcc\x39\xf8\x0e\xdd\x32\x14\x02\xd0\x61\x83\xab\xbb\x4e\x3e\x06\xd2\x01\x1b\x06\x63\xc3\x86\x62\x46\x84\x85\xcd\xfd\x7d\x36\xcf\xae\x12\xd0\x70\x25\xa5\x5a\x0b\x50\x79\x15\x7c\x96\x46\x23\xce\xae\xe4\x7e\x41\x94\xb3\x48\xff\x94\x41\xea\xa3\x11\x04\x68\xf2\x36\x92\xa2\x1c\x71\x3d\xfe\xb3\xa2\x44\xd0\x45\xf1\xfa\xae\x6a\x3a\xa2\xda\xe7\x85\x64\x77\x78\xcc\x92\xac\x4c\x62\x1e\xc6\xcf\x9e\xca\x52\x53\xe4\xf3\xeb\x89\xf2\xfb\x55\xcb\x96\x2b\x15\xa8\x89\xa7\x05\x47\xd7\x02\x4f\xdc\x10\xe6\xf1\x50\xc5\x4e\xcc\xc7\xec\xad\xa0\x91\x82\xa1\x26\x95\xfb\x23\xe5\xfc\xa8\x9b\x80\x81\xa2\x83\x05\x43\xf2\x1e\xe9\x51\xd3\xd0\xf4\x89\x25\x6d\x90\x96\xd6\xb4\xb1\xd0\xd2\xa6\x7c\xa0\xac\x21\x52\x65\x73\x2c\x41\x2a\x62\xbe\xcd\x33\xf4\x41\x8b\xd5\x30\xe1\x97\x55\xcf\xa9\xd4\x19\xa8\x51\xe6\x09\xce\xb2\x96\x16\xb6\x67\x0e\x9b\x23\xb7\x09\xda\x5f\xcc\x03\x36\xe5\x94\x07\x3a\x42\x92\x75\x06\x77\x61\x50\x6c\x0c\x3c\x0d\x89\x2d\x7f\xea\x8a\x83\x35\x17\x3b\xd9\xa0\xba\xd1\x68\x47\xc1\x99\x04\x24\xdc\x87\x91\x52\xc3\x8a\x8a\x87\x16\x67\x65\xc2\x8b\x5a\x39\xf6\xee\x6e\x4b\x95\x88\x6f\xd5\xbe\xd1\x9b\xae\x85\x2f\xdd\xfa\x22\xf0\x58\xa4\x46\x0c\x19\x9a\x34\xb9\xdc\xb9\x66\x75\x6d\xe5\xd0\x75\x90\x0f\xf8\x4d\x86\x17\x80\xec\x21\x2a\xe4\x10\x8d\x35\x84\xb2\x7a\x89\x17\x68\x54\xc9\x64\x59\x34\x00\x02\x08\xea\x2a\x95\x49\x9c\xa3\xd4\x89\xf4\x4d\x0e\xa2\xfb\x93\x7d\x49\x0b\x31\x00\x92\xe5\x10\x7b\x10\x9e\x01\x6f\xb2\x7c\xc1\x26\xf9\x42\x40\x03\xa2\x27\x0f\xde\xb7\xbe\x31\xc7\x66\x3b\x11\xcd\x0c\xb6\xd3\xa6\x06\x65\x00\xa0\xc6\x10\x61\xfb\x17\xbe\x7c\x66\x57\xa4\x12\x0d\xd4\x1b\x55\x45\xea\x57\x23\x12\x0e\x56\x9b\xf2\x2a\xc2\x6a\x94\x7a\xdc\xa0\x06\x1d\x8d\x60\x74\x14\xfa\x26\x33\x98\xbe\x6c\xe2\x8c\x67\x44\x15\x36\xd4\xbd\x1e\x9a\xfe\xa9\xb6\xbe\x8a\xae\xd8\xc0\xb7\x11\xb4\xd8\x1c\xe7\xb1\xd7\x35\xd1\x24\xbf\x2c\x73\x9c\x6d\xd9\xe8\x2d\xdf\x60\xc9\x3b\x2f\x66\xd4\x50\x21\x0f\x04\x89\x35\x2f\xb2\xcd\xc1\xc0\x3d\x7d\x9d\x7c\x36\x7e\x0b\x57\x46\xd7\xf4\xee\x19\x3c\x9b\x71\x21\x0b\xc8\x3c\x05\x52\x89\xed\x5f\x0c\xd9\x81\xf9\xf5\x9c\x85\xd4\x04\x32\x8d\x61\x93\x43\xe3\x17\x19\x81\x11\xf5\xb0\x79\x2e\x6b\x5c\x50\xf9\xf0\x66\x07\x00\xf4\xed\x49\xb1\xbb\x20\xb2\x04\x9f\xd9\x5d\x74\x91\x91\x01\x57\x56\xa7\x6a\xbd\x65\x9b\xad\xb6\x70\x37\x08\x8b\xf7\x10\xcd\x55\x56\xb8\x46\x03\x63\x35\x49\xff\x69\x5f\xc7\x67\xd9\x10\x02\x3d\x0c\x4e\xa8\xab\x81\x1d\x6e\x43\x87\xa5\xc5\x64\xb8\x18\x5e\xd4\x87\x30\xe5\x96\x8f\xbe\x3a\xba\xd6\x19\xb2\x5c\xe7\x39\x0d\x0a\xd2\x68\xd4\x6c\x7a\x55\x89\x94\xac\x7d\xb0\x00\x44\xb6\xa5\x23\x2e\x9b\x8e\xd1\x5b\xc9\xa1\x28\xa2\xca\xb2\x96\xd6\xca\x0a\x86\xe0\x22\x3a\x96\x5c\x5b\xed\xa8\x9a\x51\xe0\x2d\x1a\x9e\xc3\x43\x9f\xcf\x5f\xfd\x7e\x7e\x74\xfa\xea\xa8\x53\x03\x8d\xc7\xed\xb6\x02\x08\x29\x4d\x9c\x8f\x70\x99\x54\x9a\x0f\x47\x8f\x25\xbe\x9b\xcd\x23\xbb\x24\xb7\x58\x2d\xb5\xb3\xc1\x71\x3e\xea\x2b\xc1\xec\x95\xd7\x56\x31\x4a\x4e\xf6\x10\xbd\x47\x2d\x9f\xe2\xe9\x93\xe8\xf6\x5b\xee\xbb\xea\xbb\xf6\xef\xfe\xe1\xb1\x6d\x49\x27\x81\x50\xa7\x01\x11\xa6\x26\x32\x86\x8e\x52\xea\x49\x57\x18\x8d\x0a\x24\x09\x59\x69\x73\x1f\xee\x8b\x57\x6d\x4d\x36\xac\x27\xad\x75\x31\x3c\x86\x8c\x4c\xd5\x42\x0f\x52\x5e\x33\x8d\x92\x57\x6a\x12\x98\x09\xc0\x53\x03\x86\xc6\xb3\xf7\x7a\xdd\x63\x4f\x0f\x0e\x1a\xe5\x2e\xc2\xb5\xba\x31\x62\x6b\xb7\xc4\x0d\x17\xdb\x7e\x23\xbc\x96\xce\xf2\xbb\xdf\x37\x2f\xba\x7a\x16\x1d\x2a\xf4\x33\xc0\xfa\xcc\xfa\x76\xeb\x6b\xba\xf6\x56\xf5\xdb\x0d\xab\xea\x2b\xb9\x9d\x90\xc8\xf7\x7c\x88\x5e\x79\x4a\x75\xd3\xf0\x90\xf0\x29\x90\x3a\xc1\x8d\xc2\x9c\xe5\x59\xad\x4b\xb5\x3c\xc2\x56\xef\xea\x2c\x5b\x39\xbd\x56\xe4\xfe\x3c\xfe\xf9\xe8\xed\x4f\xaf\x7a\xb5\x49\x86\xce\x8c\xb2\x5b\x65\xb4\xd2\xbd\x98\x40\xb6\x34\xf9\x97\x29\x0d\xa4\x25\x72\x02\x9e\x9b\x20\x81\xcd\x43\x3e\x44\x6c\x6f\x99\x77\xf4\xf9\xb9\xe0\x8f\xd8\xd0\x81\x45\xe2\x8e\x9f\xcb\x35\x98\xc5\x83\x1d\x63\x7e\xc6\x34\xbf\x4e\x46\x42\x6a\xd2\x46\x7f\xa0\x75\xbe\xe1\xcb\xb2\x6f\x72\x7c\x24\x63\x76\x09\xa3\x5e\x62\xa0\x37\x21\xa8\x41\x18\xfd\x88\x5d\xde\xf0\xe5\x25\x24\x7e\xe3\x45\xb5\xec\x4b\x89\xeb\x9a\x0b\x49\x47\x85\x5d\x1f\x30\x68\xec\xc6\x5d\x07\xa0\x90\x43\x61\x77\xb2\x0c\xe0\xd3\xf9\xff\x4f\x30\x66\xfb\xc6\x4e\x68\x3c\xe9\xcd\x99\x31\x20\x5f\xd1\xa1\xec\xef\xc3\x47\x37\x0e\xba\xd9\x51\x95\x84\x15\x34\x9d\x85\x5a\x8c\x4b\x9c\x1c\x99\xf4\x16\xfb\x0a\x68\xe4\x6d\xa9\xd8\x42\xb5\xd8\x3f\x41\xef\xb8\xc9\x2f\xc4\x2e\x87\xf7\xff\x05\x03\xf3\x3a\xd5\xea\xf9\xfb\x64\x74\xf3\xbc\xae\x6e\x8f\x75\x10\xe8\xce\x8b\x17\xf7\x40\x46\x27\xe6\x7b\x2d\x02\x26\xd3\x99\x8a\x7d\x71\xe2\xd4\x36\x79\x69\x24\x9b\xce\xf2\xb1\x4c\x1c\xa5\x9f\x36\xd8\x4b\x54\x01\x80\xd0\xaf\x51\x49\xc7\x8a\x9c\x67\xd5\xce\x80\xa2\x89\x8e\x6e\x1b\xc5\x79\x96\x2e\x21\x55\xcb\x8e\xbf\xe1\x2e\x4d\xfc\x85\x2f\x77\xee\x89\x98\x46\x51\x48\x31\xb4\x4d\x6f\x06\x43\xed\x7e\x8c\xce\xe5\x6c\x3e\x03\x3b\x67\x48\xa4\x37\x17\x0c\x60\x68\x60\x58\xb2\x1d\x8a\xbb\xd6\x35\x8a\x2b\x79\x62\x57\x82\x39\xa4\x69\x4d\xdd\x2c\x4e\x46\xbc\x54\xa3\x41\xed\xda\xf0\xed\x44\xe5\xb6\x53\x13\xc5\x9d\x7f\xe6\xd3\x99\xe9\x77\x67\xc0\x56\xec\x83\xd4\xa1\xe2\x92\x7e\x34\xcc\xec\x3a\xdc\xb6\x61\xfe\x37\x7c\x29\x5f\x47\xdf\x44\x33\xec\xfc\x86\x2f\x49\xd7\x52\x32\x74\x7a\xc6\xe0\x5b\x00\x95\x51\xe6\xda\x55\x7c\xc2\x39\x60\x5d\x43\x38\x77\xeb\xd7\x65\x12\x95\xb2\x45\xdd\xa2\xcc\x33\x5c\x6e\xc1\x27\xdf\x67\x61\x68\xfb\x26\xe4\x70\xb2\x3d\x78\x81\xff\x8e\x21\x3b\x01\x8b\x20\x38\xbb\xb9\xa5\xd8\x49\x5b\xfa\xde\x03\xab\x8d\xe9\xbc\xac\x44\xd1\x6d\x12\x83\x77\x8b\xa4\x93\x72\x10\x54\xcb\xa9\xe7\x21\x4d\x2d\x35\x71\x88\x70\xcc\xf7\xd0\x1e\x5e\x8e\x24\x99\x4d\x4a\xf9\x67\x94\xb2\xbc\x9a\xf0\x62\x91\x28\xcb\xf1\xaf\x59\xf7\x48\x10\x86\xb2\x82\x54\x4b\x97\xb2\xc9\xa5\x1a\x2c\x29\x59\x34\x1a\xf1\x99\xf1\xb1\x50\xd9\xac\x4c\x00\x7c\xe4\x31\xfa\xfd\xbe\x6c\x2c\xcf\x87\xce\x5e\xe1\x64\x19\x34\x46\xe3\x70\x23\x02\xe1\x9e\x44\x25\x8b\xd8\xd5\x3c\x49\xab\xbd\x24\x13\xb7\x64\xbf\xaf\xcd\x81\x0e\x19\x1c\x9e\x0f\x75\x44\xf8\x23\xc3\x9c\x7f\xf2\x9d\xac\xb8\x9e\x23\xa9\x94\xa9\x7e\x05\xea\x2f\x59\x5e\x98\xfc\x34\xf4\xfa\xc9\xe7\x95\x5e\x4a\x35\xe0\x20\x30\x56\xed\x4d\x02\xa3\xbf\x53\xab\xda\x23\xe3\xcb\x8b\xcd\xbe\xed\xd4\x58\x30\xbb\x5d\x97\x51\xf4\xcf\x4a\x4f\x5e\xf9\x3d\xfb\xf2\x86\x90\xac\xe2\x08\xa1\xbe\x1d\xa8\x57\xcf\x63\x1f\x6b\xdc\x86\xd6\x6c\xa8\xa6\x2a\x61\xfb\x70\xf0\x11\x34\xf3\xab\xb5\x90\x0a\xeb\x16\xda\xf1\x22\x9c\x3a\x3c\x2a\xb9\x16\x98\x31\x07\x41\x1f\x32\xf9\xc7\xdd\x9d\xb2\xe1\xc7\x35\x74\xaa\x37\x50\x6d\x36\x64\x07\xf6\x93\x24\xa5\x69\xde\x57\x8b\x2e\x79\x5f\xbd\x63\x2f\x6b\xd0\x3a\xc1\xdc\xfd\x7e\xa1\xd5\xaf\xbb\x45\xd6\xef\x67\xae\x68\xa3\x9e\x75\x6c\x25\x11\x7c\x2d\x95\x26\x12\x6f\xf2\xbb\x3b\xf6\xe1\xa3\x1b\x17\x1f\x2a\x8e\x24\xf4\xf0\xc3\x7f\xbd\xb2\x04\x76\x79\xdf\x53\x98\x1a\xaf\xd7\xb0\x7f\xff\x72\xc6\x05\x87\x81\xeb\x3a\x1c\xb2\x0e\xd6\xee\x50\x95\xea\x81\xaf\xb8\xa4\x42\x96\xa7\x5a\xf0\x17\xaf\x4b\xd2\xe7\x87\x66\x81\xf8\xb4\x01\x7c\xc9\x69\x58\x67\xec\x06\xd0\x91\x62\xa7\x3b\x94\x0d\x1a\x4e\x17\x5a\xd1\xc9\xde\xdd\x41\xd9\x21\xbb\xfc\x6a\x75\xc3\x97\xeb\x4b\x36\x60\x9d\x4e\x00\x50\xf7\xfd\x27\x29\x5f\x61\xb2\x34\x92\x36\xbc\x94\xb8\x8e\x15\x0f\xeb\x44\xf4\xcd\x67\xe4\xc9\x90\xe9\xfe\xd9\x21\xdb\x7b\xca\x06\xec\x69\x20\x1e\x69\xe3\x39\x1b\x4a\xfd\xb8\xd6\xb2\x4a\x4c\xf7\x24\x6d\xf3\xc9\x43\x62\x15\xae\xc2\x9a\x98\x1f\xab\x57\x02\xd2\xf5\x2d\x9b\xfc\x85\xd4\xaf\x9b\xcd\x5a\x61\x59\x2d\xbc\x13\xd8\x83\x7b\x9b\x37\x68\x42\xf0\x88\xee\x0c\x87\x6a\xf8\x40\x22\xf1\x26\x03\x70\xff\xb0\x1b\xf8\xac\x95\xf2\xbb\x37\x03\x34\x3b\x17\xda\x03\x91\x05\x6d\x84\x73\xf3\x33\xa4\x91\xd6\x32\xce\xe3\xd2\x24\xa4\xd5\x96\x19\x26\x48\xb9\x0c\xea\x5e\x4d\xf8\xb4\xaf\x2e\xf7\x52\xfa\x70\x7d\x6d\x04\x92\x04\x7b\x29\x21\x41\x85\xb1\x71\x2d\xf8\x1e\xbf\x8d\xd2\xb9\xe0\xa0\x8c\xc2\x23\xca\x62\x49\x4f\xa6\xd1\x4c\x65\x21\xa3\x17\x2d\x2a\xc8\x8e\xd1\x3b\x54\xbb\xf6\xc8\xbc\xb5\x32\x2f\xa3\x7c\x21\xa5\xde\x3d\xb2\x23\x93\x21\xd7\x8d\xaa\x6e\xd3\x5e\xcd\xec\x5b\x03\x1a\x1c\x44\xcd\x54\xd0\x7c\x21\xe3\x8b\x5f\x28\x57\xdd\xc0\x54\xb3\xa1\x4a\x92\x49\x1a\xff\xea\x33\xb7\x81\x2e\x34\x67\x4b\xfb\x48\xb9\xe0\x33\xcb\xc0\x0d\x16\xbe\x6c\x9a\x70\x18\x72\x01\xc9\xed\x65\xf4\xe6\x44\xd1\xb1\xdf\xfe\x62\xdd\xdf\x67\x3f\xcc\x93\x34\x66\x69\x9e\xdf\xcc\x67\x0c\x7b\x19\xe7\x05\xfb\xd7\x3c\x19\xdd\x90\x6d\x92\xf8\xa0\xad\xd1\xa0\x52\x17\x1e\x57\xa0\x47\x96\xb0\xe7\x88\x54\xf2\xa5\xee\x19\x4b\x9e\x3c\x09\x06\x4b\x62\xe8\x87\x56\x7e\x48\x3e\x06\xc2\x22\x05\x42\x22\x91\x1b\xc2\xbe\x20\xfc\x18\x75\x37\x7c\xe9\x28\xe5\xdd\x3d\x17\x9b\xf5\x51\x80\x50\x63\x2e\xa0\xfe\x0c\x6f\xf7\x87\xe4\xa3\x04\xdf\x58\xbb\xfa\xd7\xa4\x6d\x68\x51\xdb\x53\x80\xfc\x7a\xdb\xf5\xe4\x49\xed\x33\x00\x58\x5e\x90\x23\x77\x77\x67\x6d\x00\xde\x1b\xde\x1d\x11\x22\x5f\xb6\x79\x08\x75\x00\x3f\x9e\x70\x69\xef\x80\xdc\x9d\x40\x85\x34\x29\x2b\xd8\xfe\x38\x29\x47\x05\x9f\xf1\x6c\x94\xf0\xb2\xef\x9c\x95\x57\x54\x3a\x4e\xb6\x3b\x28\xa4\xb9\x8f\xb3\x80\x78\xe4\xf9\xf9\xbd\x14\xd8\x94\x17\x6e\xdf\x15\xcc\x83\xa6\xcb\x4e\x9d\xfe\x24\x2a\xdf\x2d\x32\xd5\x57\xd7\xea\x79\xb7\x21\x4c\x17\x7d\xf9\xd6\xf5\x9f\x79\xb5\x11\xed\xe5\xd5\x83\xc8\x0f\x66\xef\x5e\x4d\x84\x0b\x59\x74\x68\x75\x18\x40\x7c\x3a\xe8\xee\x2e\x4d\x2a\xe3\xf5\x97\xf1\x85\xe2\xb8\x4d\xd7\x87\xfe\xa9\xd0\x1f\x3f\xb2\x01\x4e\xce\x3b\x5b\xa6\xab\x21\x79\x26\xf0\x5d\x49\xcf\x95\x20\x29\x64\x48\x69\x43\x0a\xf9\x3b\xa4\x59\x65\xcc\x30\xb7\x7a\x7e\xeb\x38\x74\x86\xe9\xa3\x15\xe6\x29\x1c\xb5\x71\x7f\x9f\xfd\x26\x2d\x63\x04\xaa\x0a\x91\x1f\xf7\x27\x37\x62\x6d\x9f\xe6\x91\xe1\x9f\x93\xb2\x82\xf4\xec\x1a\xab\xe1\xc8\xf5\x1d\xca\xe1\x22\xf1\x07\xb5\x06\x1f\x7d\xc0\x98\x87\xb6\xe4\xec\xd6\x4f\x2f\x54\x7a\x77\x67\xf6\x0d\x58\x1d\xb9\x1f\x21\x7a\xe5\x91\x04\x82\x64\x86\x69\x74\x64\x33\xc5\x51\x5a\xf4\xc2\x3c\x78\x5b\xc5\xc4\xfc\x8b\x10\x0e\x3b\x1e\xc8\xc9\x98\xe6\xbc\x5f\x44\x24\x3b\xee\xd5\x1c\xef\xa9\xcc\xd1\x85\x0a\xe4\x18\x29\x89\xda\xdc\x33\xa4\x58\x6f\xc6\x46\xbc\x70\xde\xa8\x9c\xb3\x8d\x19\xfa\xdc\xad\x6c\x14\x5d\xdd\x9d\xb4\x2a\x5b\x8a\x39\xac\x6c\x9d\xa5\x5a\xc1\xd6\x82\x27\x70\x25\xd8\x76\x49\xb0\x4a\xf2\xaa\xb4\xbe\x58\xba\x4f\x36\x54\x1a\xcf\x0b\xf2\xd8\xe9\xad\x97\x77\x0d\xe0\x61\xa0\x42\x29\xab\x93\x01\xd6\x8d\xbc\x09\x09\x54\xe4\xca\x83\xd2\x74\xc7\x68\x67\x83\xe2\x81\x9e\x9f\xd7\x5e\x4f\x22\xd0\x87\xb1\xb9\xb5\xd7\x23\x70\xdf\xd9\xab\xf5\x81\x32\x1d\x86\x3a\x97\x36\x79\x0e\x30\x26\x76\x18\xfe\x6d\xd9\x1f\xeb\x74\x7a\xe6\xaa\xae\x25\x41\x10\xf8\xfe\x6c\x5e\x4e\xba\x8a\x75\xda\x3e\xc2\xbf\xb5\xec\x56\xcf\x4d\xcb\xaf\x35\x17\x35\xa6\x48\x01\xda\x70\xa1\xd5\x84\x01\x72\xb2\x17\x3c\x72\x7b\x75\xfc\xcf\x85\xd6\x00\x06\x9a\x35\xc3\x2d\x4f\x95\x81\xbc\x19\x7b\x3c\x66\x21\xf8\xfd\xff\xb3\x18\x24\xf9\x1c\xc4\xa1\x87\x42\x1e\x42\xb7\x5c\xdd\xc0\xa9\xa0\x11\x86\xcd\x2c\xf2\xa9\xf5\x22\xd1\x43\x59\xa5\x59\xb5\x35\x32\xb7\x55\x4b\xfd\x95\x64\xa2\x32\xad\x66\xd4\x03\xb3\x27\x38\xa2\xcd\x47\xaa\xf5\xd7\xd5\x70\x1f\x54\x07\xee\x1e\x18\xbc\xd9\xb0\x01\x41\x53\xa0\xb6\x76\x3c\x6a\x09\xad\x38\x00\x41\xc3\x36\x5f\xb6\x6b\x38\x71\xde\xd9\xb2\xfc\x40\x32\x99\x10\x09\xde\x16\x7b\x2a\xe0\x0d\xbc\x36\xca\xf7\x91\x69\x04\x0c\xd5\x53\x64\xa7\x1c\x86\x63\xda\xd2\xcb\xcd\x87\xf8\x4d\x54\x4d\xfa\xd3\x44\xa5\xda\xd3\x9f\x7a\xec\xa9\x77\x03\xb9\xa9\x39\xbb\x44\xe5\xfa\x82\x2a\xc9\xac\xc5\x6b\x64\x83\x68\x58\xc5\xee\xce\x96\xad\xdd\xd9\x68\xeb\x7f\x53\xf4\x82\x1d\xc8\xe0\x2d\xa1\x5b\x32\x29\x7f\xe1\x4b\xbd\xc9\x44\x3c\xaa\xb3\x83\xb3\x03\x35\xdd\x78\x92\xad\xa7\x2e\x0d\x22\x6b\x9d\x12\x37\x58\xb1\xfe\x8c\xca\x31\x76\x76\xee\xb1\x21\x3b\x41\x5e\x4d\x8a\x45\xa4\x42\x80\x81\x92\x95\xee\xb1\x73\x4e\x07\xf5\xfb\xe2\x48\xc9\x56\xb7\x4d\x6a\xca\xf0\xf8\xd3\x70\x3e\xa9\x80\x6f\xed\xe6\xb8\x78\x35\x87\xbd\xf9\xb2\xf5\xb5\x40\x03\xf7\x79\xa5\x45\xe0\x8c\x00\x6a\x93\xa8\x88\xf6\xe9\x10\xdf\xee\xee\x6c\x22\x46\x25\x0c\x4b\x96\xf0\x2e\x5d\x9f\x83\x5f\xad\xdd\x0b\xb5\x4d\xcf\xc6\x71\xda\x83\x2e\xa0\x7c\xa9\x7b\xc0\x62\x44\x6b\x4c\x3b\x1f\xda\xd3\xf3\x6a\x87\x74\xe9\x9b\xb9\xf0\xfb\xb1\xdb\x25\xe8\x07\x42\x94\xa4\x47\x22\x72\xd0\x27\x0e\x34\xf8\x86\x57\xb9\x3a\x8c\xde\x92\xe4\x68\x43\x7f\xb0\xe8\x0f\x28\xe6\x83\xfe\x49\x34\xda\x06\x05\x2a\x68\xf0\x67\x14\xc2\xf5\x74\xea\x0b\x26\xbc\xe9\x3a\x0b\x06\xc8\x0e\xa9\xcd\xd2\x68\x3a\x93\x21\x9a\x63\xfe\x59\x5d\x96\x72\x21\xf5\x8d\x87\x7f\x44\x9f\xbb\x07\xea\xb5\xab\x17\x3e\xc5\x4f\x03\x19\xab\xf2\x8c\xe5\x73\xf0\x44\xbe\xca\xe7\x59\x5c\x1a\x21\x9a\xc6\xf4\xd4\x0f\x80\x70\x1a\xd5\xe6\xf8\x83\xb4\x73\xa1\xde\x40\x24\x94\x7b\x1c\xca\xce\x1a\x65\xc2\xd4\xd7\x52\xae\x6b\x1d\x2a\x1b\x6e\x26\xfc\x16\xc2\xe9\x96\x0e\x9b\x46\xc2\xd0\x58\x64\xb8\x05\x8f\x62\xc2\xe8\xa1\x33\x34\x56\xd0\xe1\xf1\xc4\xb6\xaa\x3c\xc2\x44\x73\x61\x5e\x3c\x7c\xdd\x56\x5b\xd5\xab\x45\x22\xf6\xf7\xd9\x4b\x5e\xf1\x62\x9a\x64\x10\x52\x60\x61\xdc\xd0\x70\x04\x5b\x2f\xdb\xb7\x67\x2f\xf7\x40\xd0\xe7\xd0\x5a\xb8\xda\x9c\xbb\x3b\x12\x70\xcc\x89\xe5\x60\x91\x6a\x6b\x9d\x62\x9e\xf2\x8a\xb7\xd9\xe6\x1a\x2a\xbb\xb7\xb7\xe5\xcc\xa3\x38\x6e\x98\xf6\x4e\xd3\xbc\x83\xf3\x09\x4d\x7c\xf3\xbc\x1b\x79\x17\x4f\x33\x18\x98\xb7\xad\xd6\xa7\x53\xb0\x48\xa0\x3f\xa6\x6b\x46\x61\xab\x06\xc3\x49\xfd\xdc\x5b\xe6\x5e\xd7\x4b\x0a\xd1\x3a\x7e\xe1\x4b\xfb\x6e\x19\x59\x91\x5d\x9b\x5f\xca\xed\x90\x1f\x75\xd7\x89\xdb\x67\x13\x38\x01\xbf\xe5\xd6\x20\x3d\x08\xad\xdf\x5a\xfe\x69\xbc\x0a\x43\xae\xba\x4d\x1c\x21\x22\xc3\x89\x75\x3f\xdb\x08\x72\x77\xa7\xb9\x18\x90\x17\xab\xa8\xa8\x4e\xdc\x6b\x48\x8e\x4e\x7a\xdb\x7d\x56\x23\x4e\xeb\x1b\x2b\xdc\x66\x3b\x7e\xd2\xd9\xe7\x2f\x78\xa9\x02\x59\xfe\x19\x9d\xde\xf3\x21\x11\xe2\x4d\xb9\x25\xcd\x87\xf7\xc2\x54\x56\x1b\x12\x8e\xc5\xb6\xd5\xf9\x09\x04\xf6\x0b\x1e\x10\x6b\xc6\x4a\xd3\x60\x07\x91\xae\xed\xbd\x5e\x92\x0c\x0d\xe4\xd4\xee\x31\x35\x9a\xf3\xc1\xca\xb9\x1a\x1a\xb6\x59\x62\x0c\x0d\x1d\x8e\xba\xd6\x20\xa9\x6e\x02\x61\x6b\x5d\xd3\x83\xd3\x01\xc5\xf9\x58\x90\xa8\x33\x59\xab\x0c\x93\x80\xd5\x9e\xb6\x7a\xe5\x55\x3b\xba\x23\x2e\x33\x25\x8b\x3f\xfd\x42\x0e\x8f\xdd\x53\x65\x56\xb3\xe9\x10\xeb\xc9\x5a\x16\xff\x9c\x6d\x71\xca\x6c\xb7\x77\xbc\xea\x66\x32\xfa\x06\xd8\xf1\x40\xa6\x7a\x6a\x24\x82\x83\x85\xe4\x9d\xcd\x16\x7c\x17\x8e\x86\x52\x4b\x9f\xb8\x9d\xce\xe4\x55\x7f\x23\xf2\x92\xb4\xe9\xa9\xc5\x28\x1a\x47\x4a\xb1\xb4\xe3\xcf\x27\xb0\xcc\x68\x50\xb5\x39\xfe\x47\x2b\x05\x47\x8f\x6d\xbf\x86\xff\xab\x05\xf9\x5f\x2d\x08\x6b\x40\xf1\x0d\x5a\x90\x00\x92\xdf\xf3\xe2\xb5\x1d\x4f\xdc\xfb\x76\x0b\xd3\xcb\x8d\x4f\x8a\xda\xe5\x24\x50\x45\x6f\x1d\x35\xd1\x50\x75\x8d\xfb\x5d\xbf\x88\x92\x92\x03\x44\x3d\xcf\xe3\xcf\x0d\xa6\x80\x43\xf8\x96\xcf\x81\xcd\xf4\x2b\x05\x4c\x3b\x1d\x8b\x0a\x6c\x69\xd9\x92\xda\x6f\xed\xca\x4b\xf1\x22\x1b\xcf\x33\x14\x7e\x2d\x1b\xf2\x3a\xaf\xa9\x76\xc6\xc1\x77\xd6\x3b\xe3\xfe\x3e\x3b\x80\x40\xa5\x57\x9c\xcd\x4b\x0c\xe4\x0f\xe9\x12\x2e\x32\x63\xa4\x8f\x06\x62\x97\x5f\xad\xa0\xcf\xf5\x25\x58\x14\xc1\x68\x02\xf5\x57\x6b\xf0\xac\xb6\x81\x81\xd9\x48\xfd\xf5\x0d\xfc\x74\xdc\x2e\xaf\x79\xf5\x53\x9a\x5f\x45\xe9\x71\x1a\x95\xe5\xdb\x68\xca\xcb\x1e\x3b\xca\x92\x29\x18\xc1\xfd\x23\x2a\x12\x41\x02\x4a\xea\x4d\xd9\xef\xef\x9f\x55\xcb\x34\xc9\xae\x03\xde\x94\xb0\xcd\x3c\x7e\x9d\x94\x95\xa8\xc4\xdf\x17\xf9\xac\xec\xf9\xe5\xa4\xc7\x7d\xf2\x8d\xfa\x57\xe2\xb4\x5d\xe8\x04\x79\x80\x49\x41\x10\x89\xce\xb4\xdc\x23\xcd\x3b\x3d\x5c\xaf\xe9\x2c\x1a\xf9\x5f\xf7\xf6\x8e\xf1\x0b\x56\xbb\x16\x5f\xfc\x4a\x50\x8c\x35\xd2\x24\xbb\xc1\x0a\xaf\x93\xec\x46\x95\x95\xd5\x31\x4f\x53\x55\x5e\x56\x7b\x23\x9e\xa6\xe2\xe3\x9a\x80\x7d\xc5\xff\x48\x78\xa1\xa1\xe5\x51\xc9\x4f\xb2\x77\xf3\xea\x2c\xc9\xf8\x80\x75\x46\xf3\xab\x64\xb4\x87\x95\xba\x07\xfd\xbf\xfc\xe5\xbb\x1e\x3b\xe8\x1f\x7c\x77\x20\xfe\xf3\x1d\xfe\xe7\x6f\xdf\x1d\xec\x9a\x6e\x95\xe7\x1e\xf4\x2e\xae\x6b\x5c\xc5\x21\xeb\x82\xcb\xed\xa0\x66\xe9\x77\x03\x1f\x4a\xed\x97\xac\x30\xab\x9a\xf0\x29\xef\xa1\x5b\xe0\x5b\xb0\x92\x95\x6b\x08\x28\x66\x42\x5a\xa9\xfa\xb3\x28\xe5\x55\xa5\xdc\x7e\xf9\x94\x93\xaf\x23\xba\x55\x01\xf4\xea\xfa\xf8\x06\x5d\xec\xa8\xf3\x2f\xd1\x55\x3d\xbe\xc0\x3e\x7f\x50\xa7\xd6\xf4\xde\x17\x5f\x7a\xe6\x34\xf3\x29\xef\x8f\xf3\xac\x2a\xfb\xe5\x34\x4a\x53\xfd\x85\x10\x8b\x59\x5e\x26\x02\xad\x07\xac\x53\xf0\x14\xc2\xaf\x76\x48\xe8\x61\xa4\x66\x79\x51\x0e\xec\x47\xe6\x0f\x97\xfd\xaf\x56\x64\x60\x85\x02\xeb\xcb\x8f\x03\xf7\x39\x7a\x9a\x64\x3f\xf3\xe4\x7a\x52\x0d\xd8\xb7\xdf\xf7\xc4\xb9\xbe\xe2\xb0\x30\x49\x59\x41\x5a\x8a\xa4\x9a\xb0\x97\xbc\x8a\x92\xb4\x14\x1b\x22\x63\x1c\xd2\x4e\xd6\x04\x24\xf3\xb7\xf9\x4b\x6d\xcd\xe3\xc7\x66\x59\xac\x85\x91\x15\x48\x37\x81\x28\x55\xfe\x34\xb7\x9b\xa8\x3d\xd5\x6f\xee\x37\x55\x7b\xb2\x75\x53\xff\xd8\xf3\x76\x5f\x96\xa8\x2f\xf2\x28\x87\xb0\x04\x3e\x85\x90\xa1\x2a\xa2\x4c\xa1\xc3\xe5\x55\x34\xba\x11\x35\xb3\x78\x6f\x94\xa7\x79\xc1\xbe\x5a\xf9\x44\xb0\x1f\xcf\x0b\x59\x92\xce\xf9\x37\x6b\xf6\xd5\x4a\x1e\xf3\xbe\x75\xbe\xd7\x97\xde\xae\x59\x80\x9e\x94\x2f\x8b\x7c\x36\x4b\xb2\x6b\xb2\xaa\x06\x82\x63\x01\xc0\x40\x9d\xb1\x7e\xc6\xe7\x55\x11\xa5\xaf\xc5\x4a\xcb\x5e\xb0\x57\x41\x17\xc4\xff\x0c\x39\xff\x5a\xc7\x87\x92\xb4\xb5\x10\x7f\x07\xa8\xf4\x39\x9e\xf7\x13\x20\x07\xad\x69\xfb\x29\x1f\xbf\x93\x11\xba\xb0\xe5\x8f\xf2\x5e\x7c\x57\x60\xb9\xd3\xd3\xaf\x55\x92\x26\x55\xb2\xc1\x5f\x7e\x96\x64\x19\x2f\x1a\xbc\xe5\xb1\x02\x5b\xd9\x3e\xdd\xb2\xd4\x04\x22\xc5\xb8\x6e\x5f\x30\x02\xd0\x4b\xed\x3c\x88\x61\xb6\x7e\x3e\x7f\xf3\x5a\x87\xba\x29\xed\x30\x62\xca\xff\x19\xf6\xe4\x6b\xf6\x4e\x79\x3a\x8e\xa2\x34\x85\xec\xaf\x55\x0e\x3e\x8c\x25\x7a\x1f\xe8\x89\xe8\x91\xfb\xec\x57\x15\x73\x3b\xc9\xca\x8a\x47\x31\xcb\xc7\xac\xe0\x63\x4c\xbd\x03\x4d\x93\xec\x5a\xf6\x0f\xfa\x78\x54\x07\xa0\xf7\x03\x26\x42\x92\x8e\x9c\x09\x2f\x95\x19\xa8\x5e\x12\xea\x63\xa0\x0b\x4f\xf9\xf8\x70\x40\xf6\xf2\xb9\x82\xeb\x85\xe7\x5c\xfa\x77\x95\xec\x83\xc7\x00\xe9\x65\x99\xfc\xc1\x2f\x15\xac\x7d\xf6\x5b\x82\x39\x63\xe5\x43\x00\x8b\x2a\x76\x71\xf1\x62\xc8\xbe\xe9\x1f\xf4\x0f\xe8\xe0\xf7\x4c\x2e\x22\xf0\xee\x70\xa0\xf6\xef\x7c\xa9\xb3\xbe\x91\xd8\xb5\x13\xce\x04\x54\x62\xee\x6a\x7d\xe1\xe1\x20\x8b\x75\xa6\x50\x31\x0f\x60\xdb\x30\xfd\x2e\xe9\xae\x3f\xe5\x71\x32\x9f\x12\x48\x45\x5f\x66\xc8\xb3\xe4\x8f\xf0\x90\x69\x74\xc5\x31\xc0\xfd\x24\x5f\x30\x31\x19\x15\x28\x54\xb6\xec\xb3\xd7\x50\x05\x79\x7e\xe9\x6f\x72\xc5\x59\x94\x65\xf9\x3c\x1b\xc9\x28\x7b\x18\x7f\x14\x6d\x86\xa3\x58\xd0\x11\x39\x86\x58\x6d\x41\x75\x5e\x27\xb7\x1c\x02\xd3\xe6\x59\x55\xe4\x29\x9b\xe5\x69\x52\xf1\x0c\xa2\xd6\xf2\x5b\x9e\xd2\x45\x06\x98\x0e\x15\x7f\xe9\x81\x7d\x14\xc7\x89\x44\xd0\xe3\xb3\x33\xa4\x90\x5d\x5e\xee\x02\x96\xce\x66\x18\x00\x97\xce\x80\x22\x8f\x22\xa7\xf5\xdd\xbf\x37\x90\x95\xbc\x02\xa3\x63\x81\xc4\x29\x59\x05\x3d\xf9\xa9\xc1\x4d\x67\x6f\x70\x7e\x64\x64\xb5\x08\x87\x03\xd6\x89\xca\x52\x20\xfa\x2d\xef\xb0\x3b\xd6\xc1\xaa\xf0\x67\x3e\x1e\x77\xfc\xf9\xa6\x15\x2f\x30\xc4\x3a\xc4\x1a\x9c\x97\x12\x18\x01\x96\xb5\xea\xee\x70\xcd\xeb\x08\xa4\x13\x98\xae\xdb\x24\x16\xfb\x28\x03\xc5\x8e\x20\xfc\x46\xf2\x07\x3a\x8f\x50\x97\x65\x60\x4d\xc4\x99\x3b\x97\x9c\x92\xdd\xe1\xb1\xcc\x95\xa0\xdc\xaf\x55\x47\x3c\x86\x0b\x13\x03\x10\x47\x15\xa2\x50\x1a\x2d\x65\x14\xda\x7c\xa6\xce\xfb\xad\x80\x3a\xab\x58\x31\x4f\x95\x7f\x82\x44\x66\xb8\x6f\xc5\xc8\x41\x6a\xad\x4f\xbe\xc5\xa8\xd3\xb2\xd2\xa7\x09\x02\xfb\x15\x1b\xa5\x00\xc0\x75\x4d\xc4\x7a\x5e\x47\x45\xac\x09\x51\x29\x0f\x64\xa4\x6e\xd2\xc6\x03\x09\xeb\xfe\x5e\x76\xdd\xbf\xca\xab\x2a\x9f\xba\xe8\xad\x3e\x9b\x23\x6a\xb5\x72\x03\x7f\xbc\xcf\xcb\x32\xb9\x4a\xe5\x12\xa1\x33\xb4\x03\xdb\x28\x29\x46\x29\xd2\x90\xf6\x77\x07\xcf\xe6\x53\x4a\x23\xdc\xab\xe0\xe9\x37\xb3\xcf\x9a\x1c\xc5\x49\x34\xe5\x95\x85\x66\x9f\xcf\x04\x87\xca\x86\xec\xa0\xe7\xae\xef\xd3\xbf\x36\x37\x2d\x65\xcb\xa7\x5e\xcb\x6f\x0e\x9a\x5b\x22\xad\x63\x43\xf6\x8d\xdf\xf4\xfb\xe6\xa6\x69\x54\x5c\x73\x36\x64\xdf\xf6\xea\x16\x38\xcd\x47\xf6\xfa\x7a\x38\xa1\xe8\x1d\x8e\xd2\x7a\xa9\x81\xf7\x08\xed\x35\x1b\xb2\x4e\x95\xcf\x80\x00\x14\x82\x37\x82\xbf\x10\x6d\xe0\xcf\x94\x8f\x2b\x9b\xf1\xf0\xee\x33\xb2\x85\xdb\x5c\x6b\xdb\x23\xc9\x39\x70\x50\x1b\x6e\x57\x02\x8d\xbc\x98\xee\x73\xd7\x66\x79\x31\x8d\xc2\xb8\xd5\x38\x22\xec\xf1\x7d\x06\x54\xc8\xf1\xd4\x45\x0e\x20\x15\xc0\x53\x65\x9c\xc7\x78\xe5\xe9\xf0\x0d\x92\x38\xf5\x65\xcd\xa4\x64\x05\x07\xa5\x58\x56\x49\x67\xcd\x64\x3a\x4b\x93\x71\x22\xc8\x20\x07\xfb\x8f\x64\x3a\x9d\xa3\xe7\x1e\xf8\x5f\x94\x32\xcc\xac\xba\x1b\x81\xf5\x81\xb8\x36\x19\x30\xfe\x5f\xc0\x09\x1a\x82\x68\x82\xdc\x20\xdd\xd7\x64\xff\x6a\xc9\x7e\x4e\xae\x27\x7b\xef\x20\xe9\xff\xb1\x66\xb9\x28\xcd\xf7\x49\x3e\x3b\x93\xbc\x4a\x98\x3c\xb6\x60\x42\xcc\xe5\x0d\xd3\xd4\x09\x56\x0c\x1f\x1c\x55\x55\x34\x9a\x18\x0e\x03\xb2\xb2\x8b\xd5\x86\xa5\x8b\x0a\x1e\xf5\x5b\x5c\xeb\xec\xfd\x26\x22\x6f\x1f\x68\x7f\x16\xf7\x21\xd8\xa7\x0e\x0e\x50\xa8\x09\x7f\x0b\x1b\xfe\xc5\x1b\x4c\x36\x57\xfe\x56\x8b\x09\x4b\xa6\x62\x3f\xb2\x53\x3e\xe6\x85\x9e\xef\xa2\x88\x66\x33\x10\x3c\x20\xac\xb1\xb8\x9e\xaf\xf2\x6a\x82\x90\xe1\x65\x22\xd3\x49\xe2\x0a\xa8\xe5\x10\x7d\xea\xab\x98\x62\x84\x3d\xb4\x73\x2f\x79\xab\x8a\xe5\x2d\x3a\xc2\xfd\x8a\x46\xa0\x0c\xc8\x96\x2a\x1f\x03\xb6\xef\x3b\x3c\xe3\xa6\xce\x26\x49\x1c\xf3\x8c\x4d\x78\x2a\xa6\xae\x82\x3b\x0a\xce\x31\xc1\x24\xae\x2e\x1f\xab\x30\x19\x4a\x4f\xa1\xf0\x9c\x7f\xb6\x16\xa0\x8d\x22\xf2\x9a\x63\x6c\x47\x68\x13\xd2\x4b\xf6\xd8\x8f\x79\x56\xfd\x06\x6a\x08\xc1\xbd\x8c\xf2\x4c\x14\x88\x33\xb3\x59\x67\x09\x83\x9e\x9e\xbf\xee\xb1\x93\x12\x86\xf9\x47\x02\xb7\x99\x86\xa0\x49\x9e\xd5\x7d\xbc\x7c\xf5\xe3\xd1\xaf\xaf\xcf\x3f\x1d\xbf\x7a\xfd\xfa\xd3\xd9\xf9\x7f\xbf\x7e\xf5\xe9\xfd\xe9\xbb\xf7\x67\xb4\x31\xd1\x82\xa8\xbf\x4f\xf3\x45\x1f\x69\xa0\xd5\xdb\xf1\xcf\xaf\x8e\x7f\xc1\xbe\x7e\x3b\x79\x79\xfe\xf3\xe6\x5e\xc0\x77\x95\x74\x25\xb3\xc6\x82\xa3\x1a\xea\x1b\x50\x56\x10\x1b\x59\x40\x86\xe3\x88\x81\x46\xf0\x6c\x16\x8d\xc4\xc1\x8d\x63\x1e\xf7\xd9\x09\x40\x80\x68\x92\x94\x52\x97\x57\xe5\x26\x78\x4d\x99\xcf\x8b\x91\x60\xa5\x04\xcf\x96\x64\x10\xb6\x07\x1c\x1d\xfb\x04\xfc\xb3\xf7\x47\xc7\xaf\x4e\x25\xe8\x51\xc9\x5e\xfd\xfe\xfe\xe8\xed\xcb\x4f\x98\x16\xd4\x9d\xd1\x3e\x01\xa3\x4e\x95\xfc\x33\xe0\x8e\xaf\x4a\x26\xe5\x9e\x2a\x19\xbf\x79\xd1\x01\x55\xbf\x1b\x94\x1e\x5b\x2a\x9e\x71\xb0\x3a\xc5\x33\x7e\xdd\xdb\x1b\x51\xc5\x33\x64\xc7\xf2\x2b\x41\x31\xd6\x88\x8b\x7c\x26\x70\xd9\xaf\xa4\xbe\x60\x3d\xfe\x79\x16\x65\xb1\x5f\x0b\xcb\xb1\x4e\x52\x1e\xe7\x69\x1a\xcd\x4a\x2e\x2a\x26\xe5\xde\x48\xfd\xc4\xef\x55\x52\xa5\xdc\xef\x02\x8a\x55\x0f\xe6\xc9\x54\x74\xa0\x5e\x7d\xe4\xd7\x51\x9e\x9d\x47\xd7\xd8\x83\x00\x6d\x6f\xef\x3c\xba\x6e\xab\x62\x4f\x88\x2e\x4c\xf4\x1d\xcb\x5f\x2d\xf4\xe9\xef\xe6\xd5\x71\x52\x8c\x7c\x6d\xfa\xc1\x7f\x81\x36\xfd\xfb\x6f\x40\x8d\xfe\xf4\xaf\xdf\xf5\xd8\xd3\xfe\xc1\x01\x6a\xd3\x75\xdb\xb0\x26\xfe\xdb\xbf\xa1\x0a\x1e\xbb\xf8\x2e\xd4\xf6\x24\xfb\x21\x82\xfd\x73\x9a\xfe\xf5\xe0\xa0\xc7\xf6\x0e\xfa\xdf\x7c\x0f\x5d\xfc\xd7\xb7\xa8\xd3\xff\xcb\x77\xbb\xee\x64\x14\xc9\xf8\xe9\xf4\xdd\xaf\xef\x3f\xfd\xfc\xea\xe8\xe5\xab\xd3\x4f\x3f\xbf\x3a\xf9\xe9\xe7\x73\x36\x64\x7f\xf9\xfe\x99\xaa\x78\xfc\xee\xcd\xfb\xa3\xe3\xda\x8a\x07\xdb\xbc\x0c\xb8\x27\x69\x37\xf0\xa1\xcd\xcb\x40\xa9\x0d\x19\x08\x66\xd5\x3d\x18\xec\xef\xb3\x59\x14\x43\x50\x30\x9d\x7b\x4f\x12\x12\x71\x7b\xa4\xc9\x75\xc6\x08\x10\x88\x8c\x96\xe6\xf8\x34\x5f\x74\x4a\x36\x4e\x8a\xb2\x62\x23\x9e\xa2\xca\x43\x41\x27\x0a\x5e\xf3\x71\xf5\x5e\x8e\x21\x06\xaf\xa3\xc7\xe4\x89\x62\x9c\x64\x51\x7a\x9a\x2f\x50\x7d\x0d\x36\x0b\x08\xfc\x61\xe3\x8a\x0f\x9a\x36\x4e\x5e\x9e\x26\xa0\xea\x34\xca\xaa\x64\x04\xca\xdc\xb2\xa7\xb4\xb9\x3d\x06\x4f\x14\xd6\xc3\xc9\xc5\xc3\x3d\x9d\xc8\x6e\x04\x21\x79\x05\x24\x00\x02\x68\xe0\xd6\xaa\xab\x97\x0d\x95\x9e\xdc\xba\x5d\xbb\xd0\xd3\xae\xd4\x30\x9b\x78\x16\xf3\xa2\xcc\x8b\x01\xeb\x48\x91\xdd\xbc\x97\x18\x85\xf5\x80\x75\xb2\x3c\xe3\xa1\x4f\x52\x97\xdd\x01\x65\x3b\x26\xd8\x21\xd5\x72\xc1\x3c\x7b\xad\x25\xc2\x0c\xd8\x01\x3c\x2a\x8c\xa2\x6c\xc4\x53\x9d\x82\xfb\x39\xe6\x37\x7f\xa1\xaa\x51\x8d\xf8\xc7\x2f\x79\x41\x6a\x58\x0d\xfb\x79\x09\x65\xb3\xd0\x93\xc2\xfe\x3e\xbb\xe1\x1c\x2d\xe2\x71\x72\xc0\x41\x4d\x10\xcd\xae\xe6\xe2\x90\xa6\x79\xc1\x92\x8a\x95\x39\x4b\xaa\x0e\xe4\xb4\x47\xa6\x83\x98\x51\x63\xd3\x1f\x40\x94\x1d\xb0\xcb\xa7\xb3\xcf\xac\xcc\xd3\x24\x66\x5f\xad\x6c\xb4\x82\x07\x9a\x1f\xf4\x62\x93\x77\x87\xa6\x8d\x63\x6c\x5e\x72\x69\x90\xe8\x2d\x7e\xfd\xf3\x50\x67\x30\xc9\x6f\x79\xd1\xf1\x5e\x82\x28\x22\x04\xe0\x3b\xa9\xf8\xd4\xc0\xf8\xb3\xe8\x83\xc7\x3d\xbb\x8b\x11\xa2\x89\xd3\x1a\xd3\x82\xbd\x4e\xb2\x9b\x50\x2b\xfb\xe5\xe8\xc3\xe5\x63\x84\x8f\xd9\x4f\x58\x70\x16\x42\xef\x57\xf9\x2c\x1a\x25\xd5\x72\x00\x72\x6b\x7d\xaf\xfd\xaf\x56\x35\xcc\xe1\x9a\x3d\x1e\x60\xf2\x93\x87\x1d\x71\x70\x0d\x87\xbc\x6b\xf7\x0a\x57\xe6\xda\x2e\x33\x77\xe7\x7a\x37\x30\x5e\xfd\x3b\x1f\x2c\x17\x7b\xe1\x00\x2e\x4e\xc3\xda\x29\x53\xec\x46\xf8\x05\xd0\x7a\x44\xf3\x3f\x32\x76\x09\xdf\xc7\x79\x31\x6d\xf1\xa0\xf6\x17\xf7\x41\x4d\x5e\xf0\x6b\x76\xc9\x9e\x04\x7b\x97\x2b\xda\xa2\xef\xa7\x81\xbe\x9d\xa7\xba\xd0\xa4\x5e\xf2\x34\x5a\x0e\x02\x72\x87\xdd\xfb\xb7\x81\x4e\x6a\x76\x9b\x8c\x20\x96\x65\xc0\x2e\x8b\xbc\x8a\x2a\xde\x3d\xe8\x7f\x13\xf3\xeb\x5d\x56\x8e\xa2\x94\x77\x9f\xee\x3e\xbb\x04\xea\x07\x5f\x85\x18\x2e\xb3\x82\x96\xec\x9f\x49\x55\x09\xd6\x7e\x9a\x63\x60\xa9\x8c\x9d\xbc\x72\x47\x58\xf7\x68\x54\x13\xb5\xe5\x2d\xf1\xd4\x82\xfe\xc0\x83\x7e\xed\x94\xb4\x79\xc1\x35\x7f\x95\xc4\x5c\x2e\xfc\x7a\x4d\x1c\xa5\x2e\xc2\x0f\xd8\x5b\x11\x1c\x10\x8f\x1c\xd2\x51\x7f\x32\x6a\x89\xdc\xfd\x46\x0d\x53\x3b\x77\x05\x3f\x5c\xb6\xdd\x98\x5a\xa4\xda\xf2\x19\x9d\x58\x10\x04\xec\x06\xd8\xca\xb9\x9a\xd9\xba\xe5\x13\x3c\x72\x71\xc7\xa8\x1a\x11\xed\x3f\x04\x6e\xc9\x38\x29\x67\x70\xac\x3a\xe3\x94\x7f\xa6\x57\x0f\xf0\x83\x27\x18\xfd\xac\x33\x82\x14\x5d\xf4\xf3\x44\x5a\x1b\xd8\xec\x5b\xed\x5b\xfb\x44\x02\x03\x36\xd1\x21\x40\x34\xa3\xd1\x39\x98\x7d\x66\x7f\x99\x11\x58\xdc\xbe\xa4\xc8\x16\x62\x22\xe0\x93\x59\x9e\x20\xef\x15\x62\x16\xee\xbd\x0c\xff\x9c\x97\x55\x32\x5e\x8a\x55\x86\xb4\x22\x81\x2a\x86\xed\x3e\xcf\x67\xa0\x8f\x9a\x46\xc5\x75\x92\x89\x5f\x57\xf0\x5e\x55\x19\x7e\xdc\x53\x48\xf4\x2b\x19\x33\x96\x7f\x9e\xa5\x51\x86\xf4\xe7\x8a\xa7\xf9\xa2\x6f\x0d\xf1\x2a\x2b\xe7\x05\xc7\xd7\x29\xd0\x2d\x41\x14\x2d\xc1\x93\xb3\x91\x40\xfc\x52\xa6\x7e\x9e\x29\x66\x48\x29\xf0\x14\x1b\xaf\x7b\x02\x05\x30\x87\xee\x4a\xa9\xc8\x4d\x46\x37\x2a\xc1\x91\x8e\x60\x9c\x72\x74\xd1\x2f\x67\x79\x25\xb5\xbf\x8b\x7c\x9e\xc6\x56\x5f\x98\xc4\x13\xc2\x0d\xcb\x80\x15\x90\x42\x8c\xc5\xdc\x49\xb9\x4a\x50\xe0\x3c\x9f\xd9\x67\x4a\x2f\xd7\x80\xed\xd1\xf2\x20\x5d\x5c\x24\x71\x35\x19\x78\xaa\x9b\xf6\x98\xbb\xc1\xf4\x68\x13\x03\x72\x3f\x5e\xc3\xa7\xce\x0a\xd9\x95\x56\x21\x84\xed\xf8\xed\x3f\x0c\xdd\xc7\x52\xe5\x37\x60\xc4\x00\xac\xaf\x4a\xfd\x9d\x0a\x68\xa5\xb6\xd9\x2c\xcd\xad\xca\xab\xec\xd0\xb5\xd5\x79\x5f\x24\xd3\xa8\x58\x32\xcf\x88\xe7\x8c\x8f\xf2\x2c\x8e\x8a\xe5\xc3\xf0\xdb\xc7\x9b\x00\xf9\x7f\xe6\x11\xbc\x82\x87\x60\x79\xed\xcc\xca\xbd\x44\x3a\x03\xc1\x7f\xdf\xf2\x2f\x02\xe0\x9c\x17\x55\x12\x15\xcb\xa3\xb4\xf2\x21\x30\xd0\x1d\xa5\xf5\x90\x6c\xc2\xd3\x13\xaa\xdf\xd2\x28\x4b\x74\x13\xa6\xab\x43\xca\x72\x30\x97\xed\x30\xca\x0c\xbb\x92\x77\x0b\x13\xee\xad\xa3\xb8\x37\xc1\xbb\x75\x3c\x5e\x49\xd7\x7c\x57\x24\xd7\x49\x36\x60\x9d\xef\x0e\xfe\x0f\xfb\xee\xe0\xff\xd4\x54\x55\xd6\x89\x86\x6d\xee\x3f\x2d\x59\x9a\x64\x3c\x2a\xdc\x26\xf6\x6e\x7d\x34\x3f\xbc\xfd\x22\xf0\xa2\xc2\x5b\x4a\xb7\xec\x50\xc3\xbf\xf7\x37\x9c\x01\x33\x53\xfa\x5b\x70\x4e\xad\x67\xb4\xe5\x7c\xdc\xbd\x95\x5a\xc9\x10\x09\x82\x4f\x41\xf3\x4e\x24\xe6\xaf\xf9\xb8\x1a\xb8\xaa\xa1\x20\xb5\x30\x6a\x1f\x2a\xd9\x6b\xc2\xc1\x06\x56\xf9\xfb\x74\x5e\x86\x88\xca\x58\xbf\x40\x0c\x28\xda\xb1\x43\xfa\x36\xd1\x2f\xf8\xf5\x3c\x8d\x0a\x36\xb0\x4a\x4b\x3e\x4d\xae\xf2\x34\x0e\x09\xee\xb3\x3c\x71\x09\x5d\x3e\xaf\x52\x50\x5b\x5a\xd7\xcf\x24\xa9\x38\x68\xd1\x81\x5f\x5b\x14\xd1\x8c\xb6\xa9\xf8\xe7\xea\xdd\x2d\x2f\xc6\x69\xbe\x18\xb0\x0e\x4f\xd3\x64\x56\x26\x65\x3d\xaf\x63\x94\xcf\xa1\xd5\x57\x5f\x83\x1b\x60\xec\x6b\xa3\xab\x32\x4f\xe7\x95\xa5\x59\x48\x61\x63\xf6\xbe\xf9\x6b\x70\x33\xac\xb7\x1b\x7c\x8e\xf6\x69\x6e\x0b\x7a\x5a\x23\x92\x6e\x25\x8a\x06\x6c\x3b\x05\x6f\xbf\xee\xb9\xa2\xe8\x16\x22\x68\x48\xbc\xf5\x44\xd0\x20\x7f\x11\xa2\x37\x96\xb4\x78\xd0\xff\xeb\x77\xbb\x9d\x7b\xc9\x8b\xfe\x79\x7e\x2a\x98\x61\xf1\x7f\xed\x4c\xa3\xc3\xea\x0a\xf9\x28\x10\xd4\x4b\x6c\xc0\x92\x76\xd4\xff\x1e\xc6\xaf\x2b\x6a\x8d\xd1\xb3\xec\x77\x48\xa6\x27\x69\xfd\xe6\xa7\x96\x32\xb3\x53\x86\x54\x3d\x06\xfa\x01\x1e\x9f\x82\xb9\x21\x3c\x57\xbe\x05\x8b\x33\xf9\x54\x15\x27\xb7\xef\x8d\x79\xe6\xe6\xc7\x44\xfd\x42\x45\x0c\x52\x7b\x01\xab\x04\xd7\x4c\xab\x09\x7e\xf5\x94\x70\xcd\x2b\xeb\x2d\xcb\x9f\x4e\x1b\x7b\x30\xe9\x17\x68\xa7\x11\xc2\x1a\x3f\x44\x25\x77\xac\x67\xb5\x59\xc4\x73\x67\x4a\x51\xa6\xb2\x5b\x29\x4f\x77\x81\xb5\x23\xa5\xe4\x7d\x2f\xdf\x2d\x2c\xc3\xdc\xa1\xc2\xa3\x12\xc8\x85\x6f\x2d\x23\xf1\x43\x99\x0c\x0e\xb4\x8d\xa0\xfc\x60\x19\x24\x0c\xb4\xad\x90\x46\xa7\x0b\x9a\x81\x48\x6c\x68\x57\x7b\x1a\xdd\xd3\x80\x95\x3c\xa3\x00\xca\x09\xc8\x7b\xc6\xc8\xb0\xa7\x61\xed\x49\x73\x98\x1e\x02\xd9\x0b\x3c\xbb\x58\xd0\x37\xa5\x1b\x47\x63\xc7\x37\xbc\x2c\x23\xb0\xcb\xd1\xc3\xd9\x61\xbe\x0d\x9e\xe2\x5b\x03\x41\xdc\xe7\xb5\xb6\xcf\x2f\x93\x5b\x65\xfe\xfc\x82\x64\xd3\x76\x30\xbd\xc7\x3e\x74\xc4\x54\x3b\x1f\xad\x78\x2e\xd4\x16\x2a\x29\x99\x31\x46\x82\xd0\xed\x65\x3e\xe5\x79\x06\x5f\xca\x2a\x49\x53\x36\x2f\xf5\x63\xb4\x49\x56\x53\x44\x20\xd7\x55\x93\x28\x63\xb3\x79\x55\x29\xb3\x06\xab\xef\x0c\x4d\x35\xf4\xc0\x21\xbc\x5e\xf0\x4e\x9a\xb2\x69\x34\xb3\x9a\x56\x39\x4b\xaa\x92\xf1\x7f\xcd\x93\xdb\x28\xe5\x59\x65\x51\x09\x30\xb7\x8e\xc0\x9c\x3b\xaa\x58\x92\xf5\xd9\xbb\x6c\x64\x8d\xad\x87\x04\xd9\x21\x5d\xb2\x6b\x21\xba\x46\x8b\x68\xc9\x16\x5c\x85\x4e\xa1\xd1\x44\x24\x66\x72\x69\x0f\x05\xc3\x0c\x01\x4f\xe4\x6e\x81\x2b\xa6\xf9\x44\x43\x12\x83\xc7\xa9\x80\x7a\xa7\x26\x50\xf1\xbd\xb1\x96\x59\xd0\xc0\x18\xe0\x7b\x4d\x2c\xa7\xd1\xea\xeb\x90\x79\x26\x64\x2c\x74\x34\xc3\x3e\xae\xee\x73\x17\x79\xe8\xc2\xe3\xb0\xd3\xa3\xee\x7a\x60\x51\x85\xef\x5d\x46\x9d\x08\xb4\x40\x43\x5b\xab\xa5\x72\x4e\xbf\x2c\x5d\x7b\x69\x37\x74\x84\xb7\xe7\x71\x72\xcb\x56\xfd\x7e\x9f\x1c\x94\xb5\xe9\x76\xe8\x29\xce\x5f\x98\x3b\x0b\xda\x86\xab\xa2\xf9\xcd\x9a\xed\x93\xea\x2b\x34\xd5\x79\xfc\xb8\xa9\x21\xd4\x59\xbf\xc0\xba\xeb\xe7\xfb\x71\x72\xfb\x82\x04\xb4\x5c\xd9\xa7\xfe\xf1\x63\x33\x13\x0d\x51\x91\xa7\x7c\x78\xf1\x08\x6b\x5e\x3c\x02\xc2\xb0\x97\x26\xb7\x7c\xb8\x52\x74\x88\xce\x02\xda\x59\x17\xdc\x0b\x57\x66\x69\x80\xd7\xb5\xfc\x59\xbf\xb0\x41\x94\x53\x70\x86\xdb\xaf\x1f\xcf\xad\xbf\xab\x67\x4f\xbf\xec\xd6\x65\x97\xdc\xee\xb2\x17\x9d\xa0\xcd\x93\x54\x3b\xa0\x01\x92\x28\xbe\xe1\xcb\x71\x01\x6f\xaf\xe2\xd7\xcf\xc9\xf5\x44\x54\x29\xa2\x52\x3a\xd0\xe7\x05\x5a\x3e\x04\xcc\x99\x64\x39\x6d\xf3\x36\x3f\x8a\xff\x39\x2f\x75\xff\x9b\x4d\x96\xa6\x7c\x9a\x27\x7f\x68\x63\xee\xed\xb9\x8a\x2f\x63\x23\x36\x5b\xc5\xc8\xa6\xd2\xd4\x05\xf0\xdd\xfa\xb0\x87\x65\xd2\x9b\x52\xa0\xb3\xfd\x19\x8a\x5c\x8b\x89\x72\x96\x64\x9a\xc1\x66\x43\x77\x15\x30\xad\x9b\xb5\x3d\x5d\x49\x39\x3a\x07\xff\x87\x6a\x30\x36\xc9\xee\x8a\xcb\xec\x3c\x3d\xd8\xd8\xf0\xdb\xbf\x06\x9a\xae\x77\x7b\x17\xd9\x6e\x4b\xc3\x0c\x6f\x4b\x76\x07\xee\x9e\xd4\x18\x64\x20\x2b\xd1\xc8\x1f\xd0\x54\xac\x4d\x8e\x9b\x17\x5f\x6c\x7f\xf0\x45\x9e\x9b\xad\x74\x84\xe2\xf7\xcb\xa4\x40\x17\xef\x01\xeb\x8c\xf2\x74\x3e\xcd\x1e\x52\x8b\xb8\x0e\xdf\x14\x32\x9f\x79\x3e\x83\x3c\x53\xab\x4d\x10\xed\x09\xa9\xab\x28\x79\xcb\x7e\xa5\xe1\x7a\x73\xcf\x45\xbe\x68\xd9\x1d\x98\xbc\x6f\xee\xad\x09\xc8\xba\xe7\x1d\x75\x90\x83\x2f\x20\xf0\x2d\xb4\xa1\x57\xf9\xe7\xb3\xe4\x0f\x7c\x63\xc1\x37\x80\xbd\xab\xdc\xda\x58\x2c\x3d\x8d\xe2\x64\x5e\xa2\x32\xc9\xff\x2a\x84\xd2\xfe\x77\xda\x0a\xa2\xc3\x9e\x68\x3d\x00\xa0\x9f\xab\xc9\xc4\x56\xe7\xf9\xcc\xf1\xa4\x84\xca\x52\x37\x4b\x31\x47\xd1\x15\x99\x61\x9f\x92\x9a\xee\x6e\xa8\xe2\x4b\x29\xd7\x03\x60\xdf\x96\x9d\x50\x9d\x93\x8a\x63\x25\xf9\x00\xd5\x49\xb2\x71\x92\x25\xb6\xac\xab\x6b\x9f\x27\xd3\x24\xbb\x56\xe4\xcc\xb5\x2d\xeb\x7f\xf7\x6d\xaf\xff\xcd\xd3\x5e\xff\x9b\xbf\xf5\xfa\x7f\xfd\xaf\xdd\x56\x92\x79\xe8\x6a\xf2\x85\x71\x77\xad\x3a\xa2\x59\x0a\x68\xe9\x28\xf4\xfa\xfd\x7e\xd3\xe5\x65\xad\x54\x8b\x77\x60\xc5\xce\x52\x66\x51\xfa\xc5\xd8\x4f\xc3\xf4\x6e\xd8\xc3\x1a\x14\x34\x6b\x3e\x52\xbf\xff\xf4\x1b\x0b\x16\xa5\xd0\xb7\x8a\x43\xef\xa2\x41\xa0\xca\x4d\x30\x95\xad\x40\xfa\x6b\x18\xa4\xbf\xde\x07\x24\xe9\xca\xd3\x00\x13\xd6\xd8\x04\xd4\x37\x07\x41\xa0\xac\xe2\xd6\x40\x21\xf7\xdf\x00\x13\x54\xd8\x08\xd2\xf7\x61\x90\xbe\x6f\x04\xe9\x23\x15\xf1\xc3\x44\x0a\x05\x6b\x4b\x9a\xd8\x14\x2e\x60\xd4\x8a\x7c\xe0\x53\xe1\x80\x75\xbe\x9f\x7d\x66\x07\xec\xc0\xd5\xbd\x1e\x89\x8b\xe9\x01\x2e\x1c\x3d\xce\x01\x3b\x60\xdf\x87\x1e\xab\xdb\x5f\x31\x56\x5f\xdb\xf4\x16\xba\x61\x48\x67\xde\x12\xb8\xba\x65\x57\x2c\x18\xd4\xb1\xd9\xf7\xd2\xef\x81\x1c\x18\xb7\xb2\xda\xa7\x4a\x2b\x9f\xed\xbd\x8a\x4a\xee\x3a\x0a\xd4\xf2\xc8\x9e\x15\x7f\x0b\x35\x5e\x50\xad\xd7\xcc\x7f\x5b\xdc\xa4\xfc\x3e\x90\x8a\x36\x75\x71\xd4\x28\xdc\x5e\xb0\xa1\x5c\x9b\xe7\x62\x6d\x6d\xc0\x68\x09\x91\x0d\xbc\xe2\xf2\x22\x7b\xd1\x25\xcb\xd6\x33\x8b\xd2\x33\xea\x87\x9e\xd8\x86\x51\x3e\x13\x3c\xbf\x92\x04\x50\xce\xde\x6a\x27\xc1\x9d\xa9\xe4\x28\x07\x1a\x7d\x6b\x48\x07\x7b\xcd\xab\x13\xcc\x56\x0b\xae\x1c\xf8\xdf\xb3\x68\xcc\x7f\xe1\xcb\x63\x08\xf2\x2f\xff\x68\xa3\x81\x5d\xd9\x51\xbb\x5c\x2f\x01\xf5\xcd\x76\xd9\x00\xb3\x07\xbb\x26\x94\x59\xb5\x4e\x46\x9e\xb0\x06\x76\xfc\xb4\x0e\x75\xcb\xd8\xe4\x25\xa1\x51\xd8\x85\x51\x2e\xfa\xc3\x3a\x95\x38\x98\xfd\xbe\xc8\x47\xbc\x2c\x79\x0c\xfb\x7f\xc6\xab\x9e\x74\x75\x6b\x19\x4b\x02\x90\x2b\xec\xdf\x11\xfc\xe4\x17\x87\x2b\x03\xd8\x57\xf9\x67\xf5\x75\x83\x63\xc8\x36\xba\xf1\xd6\xde\x28\x8e\x8e\x9c\x38\x9f\x59\x55\xa3\x4a\xae\x83\xe5\x9f\x41\x93\x8d\x27\xe5\xeb\x3c\x8a\x93\xec\x5a\x1a\x7e\xd0\xaf\x6b\x4f\x0b\x4f\x3a\x6f\xd6\xc4\x7b\x8b\xe8\x03\xd6\x46\x37\xef\x76\x63\xf4\xf3\xf8\x2c\xff\x03\x98\x69\xcb\xda\x2b\xd6\x41\x6d\x13\xc8\xf6\x03\xd6\xc1\x3a\x4c\xb9\xa2\xa0\xf5\x58\x87\x04\x36\xb9\xb0\x62\x9b\xe9\xfd\x18\x04\x70\xcf\xdf\x1b\xf0\x5b\xa7\x69\xd4\x63\xc7\xc1\xd1\x9e\xd9\x35\xaf\x5e\xf2\x22\xb9\x15\x5d\x46\x15\xff\xb1\xc8\xa7\x00\xb7\x54\xa1\x65\xfc\x73\xed\xac\xe5\xb5\xa6\xe2\x64\xcb\xd0\x81\xde\x82\x42\x35\xcf\xe1\x42\xa3\x80\x4a\x3c\x27\xc7\x41\x63\x5f\x2f\xa9\x64\xc6\x17\xe6\x71\x79\xc8\x9c\xea\xd4\x80\xe1\x99\xdd\x30\x29\x61\x58\x89\x4d\x56\x53\xfb\xd3\x33\x6f\x40\x1b\x03\xd9\x90\xed\x58\x50\x3c\x7e\xec\x76\xee\x95\x78\xd3\x22\x51\xde\x6c\x7d\x01\x43\x21\xc3\x5a\x4b\xc2\x4b\x59\xe7\xc4\x82\xe2\xee\x0e\x43\x34\x5a\x95\xdd\xb3\xe3\x4f\xc6\x6b\xb6\xae\xc9\xc3\x62\x41\x44\x83\xef\xd1\x64\xf4\x01\x5f\x1b\xd4\xe8\xe8\x67\xab\xf9\x8c\xcb\x6a\xbb\x6e\x4a\xee\x18\xf5\x2d\x27\x71\xb7\x43\x9d\xca\xdc\x58\xc3\x80\x31\x43\x12\x00\x9e\x2e\x09\x79\x8f\xc1\x95\xd6\x11\x29\x67\x61\x2c\x81\x70\x71\x2a\x04\xa6\xe9\xd2\x5d\x38\xba\x46\xeb\x40\x6c\x5a\xf5\x56\x36\x60\xff\xf7\xd9\xef\x7d\xf9\x3c\x04\xe1\xed\xd2\xd4\x8e\x38\xaa\xe1\xb6\x63\x32\xc1\xaf\xd7\xe0\xa2\x38\x24\xef\xde\xb7\x09\x5f\x08\xfa\x66\xa4\x0e\x7a\x33\x1b\x26\x15\xc1\x15\xcc\xa4\x2e\xfb\x82\x87\x0f\x12\x22\x7d\xe8\xa0\x47\x59\xf7\x21\xc9\x62\x9e\x55\xbf\x09\x01\x46\x97\xe5\x19\xf2\x2e\xe7\xe0\xd0\x34\xd4\x71\x0a\x49\xa9\x57\x37\x70\x91\xf5\x02\x5b\x8d\xfc\x00\x00\x63\xce\x25\x84\x70\x56\x95\x3d\x0a\x1c\xfc\x62\x59\x71\xe0\xe4\x8e\xd2\x34\xd4\x0a\x75\x8e\xba\xaa\x6d\xe3\xe7\x3f\xb5\xb8\xf1\xc7\x04\xe9\x7f\x9f\x97\x27\x99\x60\x14\x68\xe1\x19\xb7\x6d\x69\x44\xd9\x69\x8e\x19\x21\x75\xe1\xbc\xe4\x3f\x46\x65\x25\xa0\x55\x83\x7a\xaf\x9f\x14\xcb\xe4\x3d\xa5\x56\x10\x97\x96\x0d\xad\x7e\x74\x00\xd5\x71\x54\x56\x2f\x83\x0d\x54\x26\xb6\x60\x77\xce\x90\x6a\x03\x55\x25\x48\xd8\x5f\xbb\xa7\x6a\x62\x87\x61\x2e\xb7\xdb\x84\x0e\xe1\xd9\xed\xaa\x2e\x07\xe1\xef\x0e\xb8\x2b\xdb\x73\xcf\x3d\xf2\x66\x79\x4b\x49\xf0\x68\x63\x9d\x88\x02\xc0\x63\x43\xfb\x58\x06\x62\x34\xab\xc0\xb7\xd6\xf3\x73\x42\x53\x37\xf2\xd1\x8d\x41\x64\xa7\xff\xc7\x8f\x59\xb7\x19\xf7\xef\xee\xd8\x4e\x57\x13\x3c\x9f\xca\xd9\x61\xa7\x47\xf3\xa2\xe0\x59\x95\x2e\xc9\x31\x2f\x49\x00\x59\x73\xfe\xbd\x74\x1f\xa7\xe7\xaf\x91\x4c\x1b\x0b\x3a\x87\x8e\x6f\x7c\xd0\xdc\xf8\x9e\xe9\x1f\xa6\x52\xbb\xde\x7a\xa0\x87\x88\x43\xcd\x21\x5c\xdb\xc1\x7d\x77\x5c\x0e\x43\xde\x74\x24\xc4\x6b\x6d\x32\xb2\xe7\x71\x72\x4b\x74\x24\xe6\xf5\xcf\x5d\x03\x7c\x17\x35\x55\x61\x09\x86\x2b\x45\xd7\xd9\x21\x5b\xb1\x69\x92\xfd\x86\x8a\x1f\x55\xdc\x07\x45\x10\x5b\xb3\x01\x5b\xad\x49\xeb\x3c\x3b\x4e\x93\xd1\x8d\x1a\x26\xcf\xe4\xc9\x10\x85\xa4\x9a\x7c\xe4\x2c\xf2\xc5\xc5\x23\x53\x0a\xcc\x67\xc9\xab\x32\xf9\x43\xbe\x76\x4a\xd2\xb3\x76\xea\xcc\xf2\x32\xc9\x4a\x5e\x61\x25\x45\xb4\xdc\x5a\x45\xbe\x80\x10\xac\x58\x4b\x51\x2c\x52\x2b\x8e\xaa\x68\x2f\x29\xf7\xc0\x3c\x5b\x5c\x40\xc3\x95\x20\xd0\xd6\x74\x7e\xe1\xcb\x5f\x67\x66\x3a\xf0\xd3\x1d\x08\xf8\xe5\xe1\x0a\x91\x5a\x1b\x72\x04\x6b\xa5\x3c\xbe\x5a\x7a\x55\xd9\x21\xb1\x17\x18\x68\x76\xc3\xed\x01\xaf\x05\x1e\x0f\x57\x3b\xe6\xe0\xd3\x53\xe4\x36\x50\x58\x39\x5c\x39\xe7\xf5\x30\x70\xc2\x48\xe2\x66\x0f\x74\x71\xed\x4b\xa8\x91\x05\x78\xc2\x9e\xea\x4a\x0d\x6f\xea\x1e\xb2\x85\xfc\x4f\xd6\x0a\x1d\x64\x54\x11\xbc\xe9\x1f\x59\xef\xca\xab\x3a\x52\x74\x68\x3f\xa1\xdb\x8f\xe8\xd7\x45\x12\x8f\x78\x9a\x3a\x9d\x41\x35\x74\x50\x75\x8b\x83\x48\x01\x7c\xc4\xda\xaf\x2a\x24\xd4\xe1\xc5\x23\xd9\xd3\x23\xbf\x42\xd3\x4a\xa0\xff\x90\xdf\x46\x82\x3e\x52\xd7\x50\xa0\xdb\x24\x1e\xae\x2e\xbf\x5a\x69\x34\xc1\x98\x04\x97\x81\xce\x60\xf7\x46\xe8\xe5\x34\x5c\x79\x7b\x5e\xd7\x82\xa2\xaa\x3f\x10\x23\x25\xa1\x41\x61\x05\xf5\x7d\xb3\x87\x59\x11\xbc\xa3\xa5\xfe\x79\x14\xe3\x1c\xea\x13\x6c\x75\x89\x87\xfa\xb7\xea\xf7\xfb\x21\x86\xc8\xab\xea\x6d\x3e\x63\x2b\x97\x19\xe8\xae\x98\x5c\xa7\x10\x09\xc7\x0b\x80\xad\x7b\x1e\x13\xb1\xeb\x8d\xf6\x7c\x5f\xfa\x3e\x3b\x78\xe9\x59\x52\xec\xb2\x81\x8b\xbc\xfb\xfb\xec\x3c\x67\xd3\xe8\x06\x83\x79\xe0\x7d\x89\x1e\x52\xd2\x0d\x1f\x8d\xac\xd2\x25\xba\xfe\x60\xa0\x9d\x74\x3e\xcd\x64\xad\x12\x73\x76\xb1\x12\x14\x51\x5e\xe7\x19\xe7\xb1\xf2\xb4\x01\x27\xff\x68\xca\x51\xa7\x2f\xa4\x0c\xc7\x3b\x08\x52\xd8\x3b\xfd\xf7\xed\x2e\x6d\xae\xc2\x0f\xa7\x9f\xe5\x19\x3c\x36\x3c\xa7\x3a\x33\xc2\x88\x0f\x57\xae\xd2\x6b\x8d\x99\x09\x86\xab\xa7\xb6\xf9\x0d\x9a\x92\xd0\xdf\xf5\x7d\x92\x1f\xba\x3b\x43\xbb\x76\xb0\x63\xab\xab\x4d\x64\x4b\x3b\xd8\xb6\x20\x55\x8c\x3d\x07\x2d\x62\x32\xc2\xb7\xca\xe1\xc5\xa3\xf3\xe8\xfa\xe2\x91\x33\x1d\x1f\x1f\x5a\x51\xae\x1a\xba\xd5\x9a\x6a\x6d\xa0\x59\x4d\x8b\x80\xd7\x8f\xd7\x63\xcd\x01\x0e\x9f\xda\xad\xef\x31\xfc\x27\x8e\xba\x27\x2e\x39\xb5\x7c\x12\x2f\xb6\x61\x3b\xa2\xec\xf9\xaa\x04\xc8\x8e\xde\xd7\x95\x2b\xa6\x41\xfa\x2e\xe4\x40\x0f\x59\xe7\x78\xc2\x6f\x8b\x3c\x7b\xcd\xc7\xd5\x1b\x1e\x83\xcf\x86\x2c\x3a\x4d\xae\x27\x50\xe6\x13\x8f\x7d\x8f\x6a\x04\x88\x89\x42\x1d\xeb\x82\xb4\x84\x56\xcb\xea\x33\x20\xd4\xda\x03\xaf\x3c\xd9\x42\x1c\x59\xa5\xb8\x96\xdc\x0d\x91\xe0\xc5\x01\x22\x1d\xd8\x98\x1c\xb4\xf3\xba\xa0\x7a\x3e\xbc\x10\xd4\x12\xb3\x21\x03\xb3\x20\x47\x09\x21\xb5\x0f\x4c\xa3\x93\xac\xde\x73\x55\x59\x0d\x36\xb6\x96\x04\xd5\x2c\x2f\x39\x5a\xbb\x1d\x5f\x4d\xf7\x90\xca\x36\x98\xdb\x8e\x9f\xa3\x0a\x54\x57\xdd\xb0\xe2\x88\x0e\xd2\xa0\x07\xf2\x01\xf4\xd4\x47\xeb\x5d\x62\xb5\xea\xae\x2f\x91\x36\xdc\x4f\x04\x6c\xa6\x73\x2f\xb8\x4a\x60\xc9\x22\x8b\x5d\xe5\xb7\xea\xe1\xeb\x17\xbe\xbc\xca\xa3\x22\x86\x14\x13\x56\x78\x66\x95\x08\xa3\x61\xff\x89\x80\x8d\x5d\xd7\xe8\x15\x70\x36\x6e\x6d\x6b\x3e\xee\xc7\x2e\xbf\xed\x31\xad\xef\x64\x5e\xce\x1b\x7e\xdb\xd7\xfa\x74\xf0\xd3\x78\x28\xc3\x5d\x69\x2e\x07\x96\xc6\xef\x66\x3c\xb3\x50\x93\x52\x42\x81\x3c\xfc\xb6\x8f\x5e\xb4\x42\x6a\xf7\x1e\xce\xba\xea\xdd\xac\x0f\x6f\xc8\x3d\xaa\x4c\xd4\xe2\xef\x83\x02\x7c\x9c\xe6\x70\x6c\x6b\x88\xf7\x36\x20\xa7\x7c\xdc\x08\xb1\xc9\x41\x88\x83\xde\xdd\x91\x45\x0b\x64\x18\xb1\x49\x4b\x97\x66\x96\xe7\xb7\xfd\xb2\xca\x67\xe2\xe6\x88\xae\xa5\xd5\x90\xfd\x59\xfa\xe2\x48\x45\x53\x20\x35\x49\x0d\xc2\x93\xfb\xce\x46\xfb\x37\xf9\xbc\xe4\x6d\x70\xbe\x11\xf8\x06\xc0\xeb\x80\xae\x05\xd2\xe5\xaa\xef\x09\xaf\x3a\xa3\x81\x6e\xe5\x79\x6a\x3e\xa4\x5e\xab\x00\xd5\x21\x5f\x7d\xc2\xd3\x3c\xfd\x86\x35\x0b\xac\x0c\xd1\x50\xc0\x5d\xb4\x15\x45\x82\x66\xbd\x10\xd0\xad\xc9\x14\x74\x51\x47\xa6\xe0\xa3\x3b\x7f\x4c\x91\xf3\x40\x4b\x19\x58\x93\xa0\x76\xb2\x3b\xa2\xaf\xb6\x83\xfa\x07\x5d\x0d\x80\x54\x49\x3d\xc7\x97\x77\x23\x85\xd2\xca\x7d\x59\x2c\x58\x8a\x20\xb3\x50\xab\xfa\xbd\x3f\x3c\x3f\x46\x25\xf6\x85\x52\x9d\x0b\x11\x14\xae\xef\x0b\xaf\xfb\xa2\x50\xff\xe2\x14\x7c\x89\xa9\xc5\x3a\xc1\x38\x1f\xe7\xe9\xd9\x2c\xf2\xcd\x86\x1f\x46\x5b\xd8\xc8\x18\x83\x37\xef\x1a\x34\x0f\x5a\xf6\xf7\x65\x15\xa9\x6f\xc8\xd3\x72\x16\x65\xa8\x76\x93\x30\x5b\x8e\x17\xe2\xeb\x0b\xa9\x03\xcb\xa2\x29\x5f\x3f\xdf\x87\x22\x53\xc5\xb2\x39\xdb\xdf\x67\x93\xa8\x7c\x93\x17\xfc\x65\x54\x45\x6c\x9c\x46\xd7\xe0\x7f\xc4\x2b\xb6\x98\xf0\x0c\x57\x48\x30\x5a\x49\x09\x71\xde\xab\x2a\xc5\xd0\xbf\x67\xef\xdf\x31\xc8\xdf\x55\xc8\x30\x14\x42\xa2\x15\xf3\x2e\x78\x99\x17\x55\x89\x39\x08\xc0\xe1\xd7\x19\xaf\x54\x41\x36\x73\x56\x26\xd3\x79\x2a\xb6\x56\x0f\x73\xc5\x27\xd1\x6d\x02\xf1\xe2\x92\x4c\x85\x37\x8e\xd4\xf3\xb8\xcc\xd8\x97\xa0\x38\x2d\xb3\x47\xe5\x63\x19\xe4\x02\x17\x9e\x7a\xbb\xcb\xf1\xd8\x38\x2a\xfa\xec\x7c\x12\x55\x1d\x6c\x59\xf0\xa8\xcc\x33\x9a\x6d\x78\x5e\x72\x76\xf1\xe8\xc9\xc5\x23\x9d\xd2\x60\xc1\xd9\x14\x82\x96\x41\xf8\xcf\x69\x5e\x70\x15\x4b\x63\x12\x65\x08\x88\x33\x50\x92\xc5\xc9\x28\xaa\x54\x04\x7a\x7a\xbd\xe9\xad\x69\x44\x04\x12\xae\xc5\x76\x43\xe9\xca\x0d\x85\x51\x6d\xf1\x02\x3f\xd0\x3d\x7c\xfc\x98\x75\x9e\x74\xd6\xbb\x54\x88\xb0\x50\x20\x20\x45\x28\x7b\x0a\x3c\x18\xe6\x10\x0f\xe5\xed\x35\xe5\xd3\xbc\xab\x8e\xdb\xca\x8d\xe7\xaf\xce\xb3\xc9\xc0\xfb\x2c\x10\x59\x99\xad\x8d\x28\x62\x93\x2f\x49\x2a\x66\x41\x12\x31\xb3\x49\x03\x59\x3f\xf9\xc5\x04\x03\xb1\xde\xb7\x80\x86\x6c\x6f\x76\xb5\x85\x01\x5d\xc8\x22\x8e\x1a\xd9\x04\x62\xdb\xba\x26\x2a\xe1\x86\x8e\xed\x5d\x20\x1a\x6c\xad\xe9\x4d\xa0\xcc\x35\xac\xab\xb1\x03\xb2\x8c\xeb\x48\x9d\x06\x03\x3b\x17\x20\xd7\xc8\x6e\xa3\xb1\xd2\x46\xa3\xa7\x8b\xec\x45\xd7\x59\xb3\x5a\xa3\xbb\x0b\x88\xb6\x8c\x76\x77\x4e\x5c\xda\xb5\x65\x8f\x54\xb7\x9e\xcc\xb6\xb6\x0c\x06\x64\xde\x2e\x0b\xdc\xd9\x24\x5f\x1c\xa5\xa9\xb5\x5b\xb2\xcc\xb7\xa0\xa2\x1f\xbc\xfd\x92\x1f\xef\x9d\x1c\x4e\xb6\xaf\x4b\xea\xb6\x55\x82\x35\x6f\x06\xbb\xa1\x2f\x35\x7e\x3b\x35\xe9\xd4\xfe\x8c\x98\xa0\x0f\xe5\x93\xb3\x21\x67\x9a\x89\xa1\x05\x71\x03\xbe\xff\x8b\x1d\x37\xa0\x29\x98\x45\xfb\x74\x6b\x59\x30\x1c\x5a\xeb\xa8\x3f\xdb\x45\x14\x08\x9f\x14\x8a\xcc\x6c\x6b\xc3\xe4\x79\xc9\x8f\x55\x56\xa8\x75\xbd\xd1\xab\x67\x76\xd8\x8a\x12\x0b\x34\x76\x2a\x02\x66\xdf\xd7\xb2\xf4\xdf\x7d\x88\x5b\x5b\x5f\xb6\x1b\xd7\x8d\x51\x60\x48\xba\xac\x26\xe8\xe8\x26\xba\x4e\xa7\xfd\x42\x9d\x59\xef\x4c\x5f\x13\xb9\x14\x5e\x00\x7a\xc0\x3d\x1d\xa5\xa9\xd8\x80\x73\xfe\xb9\x62\x43\xd6\x11\x7d\x31\x20\x3f\xda\xcb\x5f\x3a\xf1\x69\x31\x6a\x3e\x9d\x46\x05\xfa\xa6\xfa\xf4\xa1\x8d\x55\x81\x6d\x4e\x60\x9e\xfb\xb1\x07\xe9\x2d\x19\xbf\xcb\x94\x30\x4a\x10\x52\xb2\xea\x2d\xa4\x75\x22\x43\x30\x1f\xf6\x1d\x4f\xf9\xb8\x41\x35\x52\x2f\x64\xab\x83\xf9\xc1\x1b\x44\x2e\x36\x9e\x58\x35\x92\x90\x51\x6c\x11\x65\x93\x14\xd2\xe4\xbc\x4d\x8f\x4a\xdd\x13\x8f\xae\x0c\x67\x4f\xbf\x53\x38\xeb\xbc\x7e\xb1\x72\xd0\x61\xfd\x1c\x8e\xe6\x66\x95\xb6\x2d\x61\xfd\x99\x8e\x10\xb5\x7c\x9c\x3a\xaf\x75\x8c\x1c\x39\x4d\x75\x4d\x9b\x58\xb9\x3f\x95\xb0\xd4\x9e\xfd\x6d\xcf\xbd\xc7\xd0\x59\x60\x7b\xc5\x41\x96\xce\x02\x5e\xf3\x74\x64\xf9\x36\x7b\x52\x58\x5c\x0c\x6b\x60\xe8\x1a\xae\xa9\x07\xe0\xe8\x7e\xcc\xf3\x2a\x64\xfe\x4e\xca\xbd\xdd\xc1\x6f\xf7\x61\xdd\xae\x4d\xf3\xad\xb9\x34\x17\xd2\xdd\xc0\x87\xcd\xc1\xee\x5b\x91\xe3\x87\xcd\x6f\xdb\x10\x68\xfc\x21\x99\xb5\xef\x66\x9f\xd9\xb7\x35\x6e\x5f\x61\x17\xe0\x7b\x39\x64\xdd\x93\xa3\xb9\x37\xb7\xd2\x06\x41\xed\xb2\xa0\x7c\x58\x87\xb3\xad\x39\x95\x36\x70\xd4\xf3\x29\x58\xab\x0d\x9b\x42\xe6\xb0\x15\x97\x32\x86\x76\x60\x33\x6d\x59\x2f\xdb\x0c\xca\x83\x73\x23\xfa\xa2\x66\x8f\x1f\x13\x18\x1e\xfc\xda\xde\xde\x66\x43\x75\xb3\x32\x50\x35\xc7\x17\xf9\x0f\xb9\xa4\x25\xa6\xd6\xdd\xd1\x06\x93\x6a\x1a\x36\xdd\xd0\x04\xb9\x36\x9f\xa3\x7a\x65\x8b\x7f\x98\xea\x30\x7e\x4b\x6c\xf7\xee\x66\x0a\xb0\x5b\x1a\xbc\x99\xe9\x74\xf4\xc5\x6c\xd6\xac\xbd\xb2\x85\xdc\x52\xf5\x77\xb3\x45\x70\xb6\x45\x16\x48\xa0\x6d\x56\x16\x92\xdd\x37\x67\x68\x3e\xe5\xa3\x2a\xca\xae\x53\x0e\x7f\x53\x0b\xf3\xfb\xa4\x69\x16\x03\x3a\x69\xd5\xa4\x27\xea\xa8\xc8\xd3\xf4\x3c\x47\xeb\x6f\x37\xc9\xe1\x4b\x15\xba\x19\x2c\xcf\xa2\x6c\x89\x09\xc2\x63\x19\x1b\x81\x55\x39\x5b\x60\x5a\x2a\x34\x09\xd3\xc6\xc1\xe2\x47\x52\xf1\xa9\x0a\x9a\x85\x36\x6a\x55\x4e\x33\x0f\x46\xf3\x2a\x1f\xb0\x03\xb1\x78\xe8\x36\x42\xb2\xbf\x56\x15\x9f\xce\x50\x11\x5f\x02\x84\x98\x14\x0d\xd2\x90\xe7\x3a\x2e\xb5\x0c\x48\x1d\xf3\x32\x29\x78\x8c\x03\x26\x25\x0e\xc6\x63\x63\x09\x47\xb3\xad\x2a\x3b\x65\x02\x48\x05\xe1\xa3\x05\x1c\x4f\xb7\x87\x03\xc3\xd0\xb5\x06\xc5\xae\x1e\x82\xe6\x4a\x26\x0e\xf9\x46\x00\xf4\xcd\xf6\x00\xb9\x20\xc8\xad\xe1\x9f\x05\x7e\xa2\x17\x7b\xd3\xf0\x58\x63\xc0\xbe\x15\xc3\x7f\xab\x19\xb7\xd6\x68\x85\x19\x3f\x6d\xac\x12\x65\xf9\xd8\x2a\xfd\x70\xc3\x97\x02\x0a\xff\xcb\x47\x6b\x3c\x3c\x6f\xb3\xa8\x2c\x49\x4a\x44\x74\xf1\xc8\x6f\x79\x51\x24\xb1\x49\xa2\x08\xab\x20\x6e\x96\x50\x6e\xc1\x00\xa8\xc4\xb7\x53\x7c\x7d\x27\x5f\xe8\x4e\xf3\x1c\x3d\xde\x9e\x9f\x7b\x59\xc2\xcf\x61\xf8\xb1\xb4\x94\x8c\x66\xb3\x34\x31\x70\x59\xe3\xab\xda\x97\xa2\xeb\x4b\x21\xb1\x97\x68\x81\x49\xd2\xef\x55\x45\x34\xba\x51\xfb\xa8\xd3\xf2\x46\x59\xcc\x4a\x08\xbb\x42\xf7\x45\xf4\x7b\xca\xc7\x8a\xc8\x9e\xf2\xb1\x1b\xd2\xef\x99\x0d\x2a\xae\x9c\x9b\x1e\x5a\xc3\xa8\x13\x24\x92\x31\x64\x18\xc0\x72\x50\x9f\x3e\xbd\x7e\x3c\x31\x59\x0c\x39\xcd\x66\xd1\x35\x57\xd6\xa4\xb8\x59\x02\x1f\x33\x02\x02\x59\xa1\x92\x63\x6e\x64\x78\xaa\xba\xc2\x2c\x84\xb2\x09\xc6\x10\xbc\x54\x4f\xa7\xef\xa3\x6b\x7e\x49\xe1\x85\x71\x06\xec\x44\x7c\x78\x7e\xfe\xe2\xc3\xc7\x00\x48\x23\x0c\x4d\xe0\x42\x23\xad\x5a\xf1\xe0\xcc\x11\x0b\xec\x15\xc1\xa8\xf6\x2d\x41\x3b\xc3\x2e\x2c\xe8\x64\xb7\x72\xb9\x42\xaf\xba\x5e\xc2\xe3\x6d\x91\x5d\x0e\xf1\x65\xf8\x2e\x61\xaf\x43\xf9\xa3\x7a\x84\xaf\x5d\xb8\x36\x68\xaf\x36\xa6\x54\xb1\x19\xc1\x44\x35\xb0\x80\x0f\x85\xf5\x61\x68\xff\xff\x86\xf8\x3a\x4f\xaf\x18\x21\x4a\x53\x0b\x74\x77\x0c\x39\xe3\xd2\x42\x5e\x18\x6d\xbd\xd5\xa5\xe0\x60\x9e\x8b\x62\x3f\xe6\x90\x51\xce\xca\x83\x5b\xe5\x32\xef\x3c\x85\x69\x2c\x2a\xfe\x0a\xc5\x03\x69\x1d\x7a\x9b\x27\xb1\x97\xe6\xfc\x27\x2e\x53\x5a\xa0\xc1\xbe\x4a\xe1\xa5\x51\x41\xa0\x1b\xe4\xef\xf2\x66\x7d\xcd\xab\xf3\xbc\x8a\x52\x01\x26\x66\x0e\x38\x54\x23\xe1\x93\xbd\x37\xd6\x99\xbc\x86\x71\x8f\xaf\x93\x5b\x9e\x81\x04\xf3\xb9\xcf\x7e\x58\xea\xbc\x67\xb0\xd3\x57\x85\x0a\x78\x2a\xc6\x95\x09\x63\xf9\x08\xd3\x24\xab\xfb\x1a\x82\x3c\xcb\xde\xc4\x05\x0d\xe1\x55\x23\x36\x92\xfa\x5e\x39\x6a\x95\xb3\x29\x8f\x64\x02\x0f\xae\x26\x98\x8f\x59\x04\xa3\x27\xb7\x49\x3c\x8f\x52\xdd\xa9\x1e\xa6\x87\x90\xe4\x59\xba\xd4\x0c\x44\x4e\x00\x93\x15\x47\xb2\xa5\x00\x04\x80\xc0\x61\xe5\xe0\x6f\x73\xb1\xfe\xc0\xd3\xa0\x59\x41\x3e\xc6\x1c\xed\x57\xa9\x06\x45\x2c\x71\x96\x2b\x62\x96\x64\xec\xf2\x9a\x57\x02\x5f\x71\x55\x2f\xd9\x94\x57\x93\x1c\x3d\x28\x70\x53\xd0\x62\xe1\x9f\xf3\xe9\x8c\x45\x63\xc1\xa5\x20\x7c\x2a\x49\xdc\xd7\x68\xd4\xb1\x48\xb2\x38\x5f\x94\xec\x8a\x8f\xf3\x82\xef\x47\x13\x1e\xc5\x2c\x2a\xc4\x09\x12\x73\x50\x78\xde\xd3\x69\x7c\x79\x59\x25\x53\x48\x9a\x2d\x21\xc3\x64\xd5\x69\x34\xd2\x07\x2d\x1a\x55\x62\xb1\x24\x61\x28\xed\xc9\xfe\x7d\x16\x15\xd1\x14\xb7\x94\xed\x31\xf0\x15\x53\x76\x1b\x94\x0d\xcb\xed\xfa\x72\x77\x4e\x44\xad\x3d\xf6\x6e\x26\xae\xf6\x28\xd5\xdb\xb8\xcd\x06\xda\x1d\x97\x94\xb7\x22\x3d\xa3\x7c\x83\xd7\x9a\xb2\x44\xd1\xb9\xaa\xd5\x4a\x22\x43\x8a\x89\x91\xa5\xda\x1e\xa9\xe5\x5c\xf3\xe6\x4c\x6e\xef\xb9\x6e\x27\xc7\x2a\xf8\xbf\xe6\x89\xca\xf0\x42\xa7\xa7\xe7\x84\xb1\x7e\x31\xc3\x76\x95\xb3\xb1\x14\x58\x2c\x9a\x2e\x7b\x84\x65\x1c\xb0\x6e\x82\xff\xc5\xb3\xd5\xa3\xdd\x8a\x73\x27\x66\x7f\x42\x6b\x90\x83\xd8\xb3\xa0\x3b\x1c\x58\x4c\xe4\x66\xd2\x50\x56\x11\x10\x26\xb9\x9b\xe4\x50\x46\x80\x22\xda\xd7\x47\xe0\xae\x38\x02\x36\x91\x38\x13\xcd\x4f\x14\x78\x27\xd9\x3f\x12\xbe\xf0\x08\xc5\x17\x11\x49\x79\x1f\xb3\x21\x86\xdb\xb6\x03\x82\x38\x17\x94\xa8\x2f\xae\xee\x3b\xe6\x5c\x55\x2e\xa5\x0d\xe2\x61\x34\x1a\xf1\x12\xb7\x15\xc9\xb3\x86\xa4\x0f\x89\xe6\xe1\xfe\x96\x99\xe5\xc5\x5a\x09\x7e\x40\xb0\x21\xd8\xce\x9c\x4f\x58\x43\x8c\x2a\x80\x87\xbb\xc4\x98\xcb\x26\x86\xba\x4e\x01\xae\xf2\xad\x53\xc1\x43\x15\x9e\xf2\xf1\xe1\x80\x08\xc3\xcf\x01\xa8\x17\x24\xbd\xb5\x99\x45\x1a\x95\x25\x24\x52\xc7\x1b\x9f\x67\x80\x78\xc0\xdf\xc2\x6d\xdb\x26\x55\xfa\x89\xca\x32\x84\xb4\x43\xb5\x01\xca\x76\x38\x60\xe7\x1f\x3e\x7a\x48\xf4\x06\xa6\x07\x19\xf1\xc5\x15\x0a\x84\xa9\x2a\x96\xd2\x32\x4c\xb2\x6c\xe2\x20\x57\x7c\xda\x77\xe8\x08\x12\x04\x71\xba\xe2\xa8\x8a\x58\x54\x96\xf9\x28\x01\xfa\x64\x3c\xb7\x38\xc8\x75\x88\x88\x36\x5d\x73\x7b\x93\x54\x49\x74\x67\xe1\x32\x74\xd1\xdc\xb4\x3c\xd3\x54\x61\x8f\x9d\x17\x73\xb0\x1c\xd5\xd4\x58\x8f\x8c\xa7\x8c\xc7\x7d\xf6\x26\x5a\x0a\x56\x62\x5e\xf2\xf1\x3c\x05\x0c\xc0\xae\x81\xae\x60\x32\xe9\x49\x9e\x8a\xa9\x27\x63\xb6\xcc\xe7\x05\x40\x51\xca\x61\x05\x8d\x16\x7b\x9c\xf2\xcf\x74\xdb\xb5\xdf\x1c\x4f\x53\x75\xe4\xc5\xaa\xa3\x66\xf3\xf3\xa1\xa1\x0d\x04\x60\x63\xac\x05\x07\x4e\x31\x87\xd1\xa8\x7a\x9b\xc7\xdc\xdb\x2e\x1f\xeb\x93\xec\x36\xbf\x11\x4b\x2e\x76\x0e\x70\xde\x4c\x05\x81\xac\xcc\x82\x81\x20\x30\x8a\x32\x31\x79\xb8\x9d\x93\x2a\x89\x52\x36\x05\x7b\x3e\x41\x64\x05\xe7\xb6\x27\x77\x3d\x9e\x73\x73\x2b\x18\x19\x0e\x3b\xc1\x63\x21\x99\x01\x0e\xe0\xa0\x2c\x12\xb1\x82\x97\x82\x4f\xc8\xc7\x6c\x34\x89\x32\xc1\x46\x26\x12\x32\x64\x2a\xbb\x90\xe8\x9b\xc1\xa2\x4f\xf3\x5b\x1e\xcb\x80\x8d\x5f\xc3\x19\xc3\x0b\xf3\xe8\xf5\x6b\xe9\xab\x87\x3d\xa8\x99\x68\x18\x14\xef\x4d\x2e\x18\x20\x7a\x47\x71\xcc\xf6\xd9\x29\x74\x0c\xe6\x84\x79\x26\xae\xea\x23\x18\x72\x5f\xfe\xc2\xcf\xb1\xa2\x04\x0e\x3a\x21\x94\x88\x89\x8a\xed\x8a\x8a\x22\x5a\x8a\x29\xe1\x47\xa9\x89\x78\x6d\xd8\x60\x89\x01\xa2\xf7\x12\xd9\xba\x58\xe0\x80\xc7\xde\x06\xc8\x79\x60\x53\x05\x46\x4e\xf3\x2c\xa9\x72\xd8\x47\xd8\xdb\x08\x27\x98\x94\x2a\x51\x3a\x1d\x13\xe6\xa7\x06\x34\xe3\x3d\xc4\x68\x72\x93\xec\xf1\xe4\x0a\xde\x77\xc4\x2a\x17\x37\x8f\xd1\xad\xdd\xf0\x65\x4f\xb2\xf7\x73\xc1\x64\xe5\x99\x43\xc2\xae\x79\xf5\x0b\x5f\xaa\x53\x15\x38\x54\x30\xae\x4b\x10\xe5\xbe\x1e\x23\x72\x5e\x2d\x0d\x4d\x20\x00\x28\x3e\x11\xf5\x80\x70\x1b\xc0\xdc\x15\x56\xe8\x7b\x63\xaa\x49\xa5\x64\x0d\x04\x5d\x8c\xd2\x34\x97\x4d\xb5\x05\xec\x8c\x17\xd0\x83\x46\xeb\x92\x2d\x04\x11\x13\xa7\x23\x23\x5c\x9c\x96\x64\x24\xcb\xa4\x04\x62\x3a\xfa\xb9\x82\x78\x81\xa9\x08\x24\x2c\x55\xce\xf2\x59\x95\x4c\x85\xc4\x79\x9b\x14\x82\xe9\x4b\xfe\x88\x5c\x16\x45\xf2\xa9\x67\x74\x86\x16\x33\x42\x68\x92\xcc\xfe\x7b\xca\x47\x15\xde\x59\x52\x69\x0b\x0b\x7b\xe2\x75\x53\x77\x91\x8c\x6a\xd7\x7a\x92\x2f\xd8\x34\xca\x96\x26\x17\x9e\xa4\x33\x6a\xb9\x50\x17\x4c\xc4\x08\x10\x3d\x64\xf7\x27\x19\xbb\xe6\x19\x2f\xa2\xb4\x07\xab\x70\x19\x9a\xdb\xa5\x73\xa2\xd5\x22\x88\x7b\x11\xec\x79\x7f\xcc\x41\x02\xbd\xd7\x1a\xd4\x08\x4d\x1b\xe7\x0d\x3b\x9a\x7c\xe6\x29\xdd\xe6\x48\x8a\x57\xb0\xd5\x44\xba\xea\x81\xc1\x33\xe1\xa6\x21\xdf\xb8\x1c\x4a\x54\xee\x94\x54\x2c\x51\x32\x99\xb8\xba\x31\xd1\xa0\x96\xdb\xe1\xd2\x95\x55\xe1\x44\x8f\xa2\x74\x34\x4f\x23\x9d\xa9\x42\x29\x11\xc0\x8f\xba\xcf\x4e\xc4\x45\x29\x07\x4a\x62\x1e\xa5\x4a\x51\x22\x24\x21\xc1\x93\xc4\xfc\x5f\xf3\xa8\xe2\xe9\x92\xcd\x0a\x1e\x27\x23\x24\xe7\x72\x08\x20\x89\x98\x5b\xb1\xca\x4d\xee\x69\x6b\x0c\xdc\x5f\x21\x15\x19\x46\x2b\xc9\x70\x6d\xca\x9e\xb4\x32\x9f\x44\x25\x6a\x10\x4a\xf1\x7f\xc0\x96\x88\xed\xbe\x2a\xf2\x45\x89\xb8\x32\xce\x8b\x69\x94\x8d\x04\x6d\x2a\xe7\x5a\xe4\xfd\x32\x04\x31\xd2\xdc\xb6\xa8\xd1\x03\x74\x06\xe4\x3a\x0c\xb0\xf6\xdb\xa1\x4b\x0c\xc1\xdf\x0c\x07\x0f\x0f\x4b\x2c\x07\xde\xb1\xcf\x7e\xcc\x0b\xe9\xf4\x8e\xbb\x4c\x04\x4e\x20\x0e\xd8\x9a\x70\xb0\x04\x51\x8c\xf0\xaa\xf6\x4b\xdd\xdc\xc9\x75\x96\x1b\x96\xca\x22\x1b\x62\xf4\x1a\x0a\x1f\x65\x4b\x6f\x6a\x27\x99\xb8\x99\x12\xf5\x9c\x82\x52\x3f\x3a\x68\xa2\xa8\xdb\x33\x34\x00\x0b\x7e\x96\xb0\xc8\xa7\x95\x85\xd6\x11\x82\x2c\xac\xaf\x65\x89\xe5\xb7\x51\x3a\xe7\xec\x1b\xaa\x49\x96\x04\xf4\x37\x94\xa4\x8f\x44\x2b\xbd\x0b\x7f\x26\x7c\x57\x7c\x92\x64\xdb\x03\xf8\x03\x34\x6b\x82\x50\xf0\xbd\x49\xc6\x2e\x81\x46\x5e\x4a\xb6\x43\x30\x61\x20\xe3\x19\xce\x4e\x1c\x25\x77\x78\x76\x40\xa5\x53\x90\xea\x2c\x24\xf6\x86\x7b\xeb\x78\x6e\x18\xc1\xc1\xed\x19\xbe\xf7\x53\x9e\x5d\x57\x13\x6f\x7a\x36\xf2\x7b\xa3\xfc\x80\xec\x2d\xc3\xd5\xa9\x72\xc6\x33\xa0\x29\x8a\xfa\x0b\x44\x1f\x45\xa3\x89\xe0\x30\x91\xb7\x4c\xf0\x9e\xfc\x3c\xe3\x45\x22\x64\x3f\xc1\xdb\x91\x73\x2f\x2f\x3e\xe3\xbc\xf9\xb5\x96\x30\xf2\xf1\x58\x9c\x29\x09\x76\x78\x7f\x20\x68\x00\x99\xc4\xbc\xe4\x02\xb3\x8f\xa3\xd1\x84\x1f\xd2\xd0\x96\x2d\xe4\xcd\x98\x57\xbc\x98\x26\x19\x17\x24\x56\x26\x04\x52\x3a\x5a\xc4\x19\x5b\x7d\xca\xc6\xf3\x34\xed\x09\xd6\xf7\xff\x65\xef\x5d\x97\xdb\xc8\x95\x04\xe1\x57\x81\x3a\x36\x2c\xd2\xa6\x28\x7b\xe6\xdb\xfd\x41\x9b\xd6\xa8\x6d\x75\x5b\xdb\xbe\x85\xe4\x73\x7c\xce\xda\x0e\xbb\xc4\x02\xa5\x1a\x17\xab\x38\x55\x45\xc9\x6a\x4a\xef\xfe\x05\x12\xb7\x4c\x20\x51\xa4\xd4\xdd\x13\xb3\x1b\xe3\x1f\xdd\x62\x01\x48\xdc\x33\x13\x79\x75\x44\xdb\x33\xe7\x7f\x27\x74\x5c\x5f\xd0\x2c\xcf\xe1\xfe\x6a\x26\xcc\x60\x77\xb7\x61\x46\xf4\xbf\x6a\x9d\x88\x09\x3e\x2c\xb0\xd8\x4d\x1f\xf0\x46\xb1\xd1\x84\x81\x3f\x93\x95\x9c\x17\x5d\x2b\x20\x1a\x76\x63\x06\x3d\x93\x55\xd6\x14\x75\xab\x56\xb1\x91\xf9\x6a\x66\xa9\xc5\xcb\x77\x6f\x14\x57\x66\x44\x30\x52\x56\x23\x71\xb6\x82\x20\x5c\xa2\x92\xe7\x60\xe0\x53\x5e\x8b\x6c\x3e\x97\x8a\x30\xa0\xdd\x9a\xd7\x8d\xe9\x16\xcc\xa2\x4d\x4f\x2d\xe6\x6f\xdc\x29\x53\x3c\xfe\xc2\xc6\x9c\xd0\x0b\xe0\xd7\xc9\xbc\x4d\xf5\x0b\xc6\x8b\x69\xaa\xba\x73\xa2\x1a\xca\x8b\x9f\xc2\x0e\xb8\x55\xd5\xa8\xcc\xd8\x66\x21\xb1\x84\x46\x68\xa9\x6d\x07\x35\x59\x6d\x48\x60\xdb\x6a\xdd\x6f\xaf\xfe\xc9\x33\x8c\x8a\x49\xb3\xca\x8e\x0e\xcd\x53\xc3\x01\x1d\x42\x3d\x17\xbb\x0a\xd0\xae\x53\x92\x28\x80\x6a\xc7\xe1\xb3\xda\x66\x57\x04\x4f\x50\xaa\x48\x2b\x39\x31\x00\xe5\x7a\xcd\xaa\xe9\xc7\x8a\x5e\x53\x8b\x64\x09\xa3\xf9\xce\x8f\x54\x0f\x7d\x56\x57\x5d\x53\x97\x80\x13\xa1\x6b\x78\xf7\xba\xc3\xac\x9e\xf8\x45\x45\x81\x90\x67\xb0\x61\xb4\x02\x95\xff\x33\x20\x23\x76\xe9\x9f\x47\xa3\x3e\x49\x28\x89\xac\xd2\xc5\x64\x78\x86\x65\x32\x02\x02\xad\xa0\xe1\x56\x5f\x6b\x4e\xda\x7a\x21\x75\x1e\x2c\x91\x39\x41\x93\xba\x83\x3a\x64\x26\x70\x5a\x66\x85\xb5\xa2\xc1\x40\x92\xd9\xec\x42\x74\xc5\x42\x12\x51\x82\x16\xe5\x1b\x11\x47\x25\xaf\xa8\xc2\xa4\x36\xa9\x9e\xb9\x05\x39\xa9\xeb\x8e\x5b\x90\x94\xc6\xf6\xee\x8b\x43\x34\x22\x98\xff\xda\xbc\x52\x65\x67\x90\x97\x5f\x14\xd3\xc8\xed\xb8\x55\xc3\x14\x73\x51\xc9\x99\x6c\xdb\xac\xb9\x56\x38\x01\xd6\x29\xd6\x70\x04\x0a\xc5\x4d\x33\x0f\x74\x77\xf1\xe4\x15\xfb\xa3\x10\x8b\x71\x1b\x6c\x47\xfa\x44\x67\xea\xb1\xd9\x7a\xb1\x85\x9a\xfa\xaa\x2a\x65\xdb\x8a\x99\x6c\xba\xac\xa8\x8c\x35\x1a\x28\xa7\xb4\x3c\x21\x8f\x96\x40\x55\x31\xb2\x1e\xe7\x8c\x08\x2a\x1a\x51\x74\x9a\x2e\x5a\xa9\x88\xe2\x73\x01\xd3\xcf\xb2\x56\xb6\x63\xf1\xcf\x7a\x05\x58\x10\xf2\xb1\x29\xd6\x01\xcc\x06\xea\xb9\xe9\x41\xd3\x9c\xac\x15\x65\x5d\x9d\xab\xff\x17\x9d\x56\x59\x58\xc9\xc6\xe0\xdb\x74\x3a\xfd\xa6\xa3\xe4\x35\x45\x5b\x57\x43\xfb\x00\xf7\x7d\x1a\x5a\x72\x01\x72\x41\xbc\xc6\x97\xb2\x69\xf5\x9b\x8e\x63\xc8\x3e\x5a\x9a\x54\x0b\x13\x0d\xc1\x8a\xf8\x75\x00\x57\xbd\x67\xed\xd8\x8a\x85\x8c\x8a\x53\x12\x81\x5a\xd6\x9c\xc3\x9c\x91\x70\x4b\x1f\x98\xab\xec\xba\x85\x07\xbb\xb5\x47\x22\xe4\x45\xd1\xf0\x24\xd5\x56\x00\x4a\xd9\xe9\x0d\x6c\xbf\x17\x4b\x98\x2d\x4c\x75\x76\x3d\x2b\xa5\xa2\x3e\x0a\xaf\xc3\x00\xc1\xed\x55\x31\x61\x6e\x48\x3a\x1e\x03\x5a\x06\xcd\xc3\xba\x31\x43\x8c\x91\x83\x28\x4a\xf5\x7d\xc4\xd7\x9a\xe7\xb5\x92\x6b\x10\x41\x7f\x97\xd7\x08\xe7\x1a\xe9\x2a\x08\x57\xc5\x8d\x5f\x8c\xa7\x94\x09\x43\xdc\x91\xf0\x2f\x06\xf2\x15\x98\x7d\xab\xb6\x7d\x71\x7a\xea\xd3\x18\x42\x31\x98\xf6\xa0\xea\x36\x21\x05\xfa\x94\x67\x5d\xe6\x8e\x02\x44\x90\x85\xd7\xc2\x41\x18\xcd\xdb\x84\x4d\xf9\xf3\x56\x88\x0a\xf8\x55\x27\xbd\x32\xfe\x40\xb2\x6f\xac\x7b\xcd\xc4\xcb\xac\x6d\xd3\x75\x59\x2b\x16\x45\x9e\xb5\x84\x57\x53\xd6\xd0\xe4\x40\xe6\x9a\xcb\xb4\x68\x12\xbd\xba\xfa\xc8\x69\xa4\x19\xf7\xa2\x1e\x90\x77\x33\xe2\x1a\xa7\x6e\xf6\xcf\xa5\x3f\xba\xb6\xe4\xfd\xca\x4d\x3f\xf4\xbf\x86\xcb\x09\x23\x75\x74\x2d\x1c\x61\xfc\x64\x65\xa6\xeb\xe5\x54\x44\x7a\x81\x34\x4c\x18\xe4\x85\x7d\x3d\xb3\xf0\xc0\x23\xba\xab\x6d\xd2\xca\xa6\x5e\x9d\x5f\xe0\xc1\x69\x94\xe7\x10\x38\x31\x68\xa0\x87\x9a\x8e\xf1\xbb\xbc\xb6\x6e\xe3\x5a\xc6\xd1\x48\x2f\xe0\x08\x87\xf8\x1d\x04\x88\x6e\x7b\x6f\xef\x66\xf8\xa8\x20\x1c\xb6\xd7\xd5\x0c\x8e\x2b\x38\x25\xe9\x68\x20\xea\xe7\xac\xd5\xd6\x9c\x34\xfb\xa8\xfa\x32\x2f\xaa\xdc\x87\x11\x56\xbf\x34\x9a\x52\xd8\xf8\x7d\xd6\xc8\x4a\x9b\xcf\x07\x09\x7b\xdd\x2b\x1c\x57\xd0\x8f\x48\xf8\x65\x04\xf7\xc5\xef\xf2\x05\xd2\x35\x45\x69\xfb\x12\x89\x25\xb0\x2a\x94\x5a\x72\x72\xd9\x86\xb9\xd0\xc0\x77\x48\xf6\x77\x3f\xeb\xcf\x38\x49\x83\x1a\xde\xc8\xfd\x85\x0c\x68\xdf\x5b\x49\xab\x47\x45\xbe\x1e\xc7\x5d\xc4\xa5\x8e\xeb\x22\x99\x1a\xe8\x82\x58\xd3\xfb\x93\xa3\xd3\xe3\xff\x73\xf4\xf5\xe5\xd1\xeb\xc3\x7f\x8a\xa9\x78\xf2\xbf\x9e\xda\x92\x37\xc7\x6f\xbf\x9e\xbe\x38\x79\xf7\xfa\xf5\xd7\xbf\xbd\x7f\x79\xf8\x01\x55\x7a\xfc\xd8\xd7\x3a\xfc\x47\xa2\xd6\xff\x44\xb5\x8e\x5f\xbe\x56\x05\x3f\xbf\xfb\xdb\xdb\x17\xbe\xc6\xbf\x40\x8d\xfd\x7d\x8d\x8e\x8c\xd6\x66\x6e\x78\xd4\x5a\x5c\x65\x45\x67\xac\x09\x44\x2e\x67\x65\x66\x6c\x21\xb2\x0e\x73\xb0\xd5\x6e\x87\xed\x11\x74\x7f\x2f\xdf\xbd\x3d\x32\xc3\x3a\x7e\xfb\xeb\xd7\x8f\x87\xc7\x1f\x82\x11\xbd\x3c\xfa\xe5\xf0\x6f\xaf\x3f\x7c\x3d\xfe\x70\xf4\xe6\xf4\xeb\xfb\xa3\x93\xaf\xef\x0f\x7f\x3d\x82\xc9\x45\x75\x54\xc9\xd7\x57\x47\xc7\xbf\xbe\x52\x50\xfe\x35\xae\x70\x72\xf4\xf6\xe5\xd1\xc9\xd1\xcb\xaf\x1f\x8f\xdf\xbe\x7c\xf7\xf1\xf4\xeb\xcf\x47\xaf\x8e\xdf\xbe\x54\x53\xdc\x5c\xf7\xf0\xd5\xd1\x21\xad\x0a\xfd\xfd\x76\xf4\xcf\xaf\xef\x4f\x8e\x7e\x39\xfe\x87\x98\x8a\x5d\x75\xf9\xf7\x76\x5d\x8d\xd3\xf7\x87\x2f\x8e\x4e\x82\x3a\x5a\x98\xb6\xb7\x9b\xc8\x92\xa1\xf6\x1f\x58\x89\x80\x01\x00\x4e\xff\x20\xb0\x59\x32\xb8\x49\xcb\xeb\xb3\xb6\xb3\xac\x59\xdb\x65\x8b\x25\x90\x0a\x83\x85\x8c\x70\xf7\xef\x8e\x73\xc3\x8c\x01\xa7\x17\x7c\x6a\xae\x3f\x9f\x19\x02\xe7\x84\xc0\x8f\xda\x51\x94\x0a\x02\x4d\xe7\xf9\x30\xf8\x6d\xc3\xe3\xa8\x99\xf9\x91\xad\x5d\x40\x8a\x80\x26\x81\xac\xe4\xb8\x93\x0b\x67\x64\x17\xd1\x3c\x62\x75\x75\x40\xac\xae\xfa\x80\x3a\x80\x9f\x10\x9b\xf5\x65\x12\x77\x4b\x43\x65\x1c\xbd\x79\xff\xe1\x9f\x5f\x4f\x8e\x5e\x7c\xb0\x96\xdf\xc0\x2e\xed\x69\x2b\x68\x6b\x87\x6c\x7e\x9a\xec\xff\xfa\x47\xa3\xb9\x28\xf3\xcb\xe4\xfe\xd2\x46\xdc\x96\xc3\x7a\xec\x4d\x87\xf7\xc5\xdb\x6c\xa1\x2e\x95\xfc\xb1\x94\x55\xab\xde\x7d\x66\x3f\x5b\x6d\xb4\xac\xaf\xda\xf5\x6e\x23\x45\x95\x2d\xb4\xcc\x67\xd9\xd4\xf3\xa2\x04\x49\xb5\x1e\xed\x57\xd3\x46\x2b\xd2\x66\x1d\x84\xa8\xb2\xb6\x95\xc8\xd1\x15\x04\x13\x56\xb8\x70\x2e\xbb\x9f\xeb\x55\x95\x17\xd5\xf9\x8b\xb2\x00\x84\x3f\xd3\x8e\xaa\x14\xe8\xa9\x35\x35\x04\xb8\x61\x57\x71\x75\x38\x70\xe9\xda\x9e\x71\xf9\x60\x65\x08\x9a\x4c\xb7\x58\x84\x15\x08\xa6\xc6\xe2\x48\xbd\x09\x8d\xbe\x02\x34\x7c\x2e\x64\x8c\x13\x99\x39\xe9\x37\xa3\xa0\xc1\x36\x62\x0f\xd5\xbb\xcc\x19\xe3\x98\x36\x20\x3f\x6f\x40\x92\xf6\x04\xec\xee\xad\xc8\x8f\xf4\xec\xcd\xa4\xd8\x5e\xbd\xd4\x1f\x49\x94\xe6\xd0\x65\x4f\x7f\x67\xd7\x20\xae\x94\xb9\xdd\x7a\xb0\xb4\x52\x83\xcc\x2e\xb3\x02\x08\xbb\xad\x97\x89\x66\x55\x55\xc0\x98\x5e\xca\x46\xd1\x29\x01\xba\x1f\x2b\x08\x9a\x9b\x5e\xc1\xea\xd5\x2d\x72\x56\x9e\xd7\x4d\xd1\x5d\x2c\x02\xc3\x04\xbd\xc6\x57\x75\xf3\xbd\x15\x65\xf1\x5d\xbf\x5c\x27\xae\xe9\x93\xb1\x78\x6f\x14\x33\x56\xea\xa7\x5b\x9c\x65\x46\xa5\xfa\xf9\x27\xab\xce\xb6\x1a\x26\xc5\x5c\x7d\xfe\x49\x4b\xf8\xad\x66\x60\xe4\xa4\x06\xd6\x8e\x7b\x14\xc8\xc9\x87\xd0\xdf\xbf\x80\x39\x9f\x7d\xc6\x66\xea\xc4\x5b\xa9\xc0\xc8\x48\x5e\xdc\x1b\x37\xcb\xf3\x7d\x2c\xc2\xd4\x10\xfe\x55\xeb\x34\x8c\xca\x4a\xdd\x1d\x05\x05\xb4\xdb\x23\xa2\x04\xa3\x8a\xa6\x39\x8d\x18\xa4\x96\x86\xbd\x1c\xd0\xc7\xff\x07\xa3\x24\x3b\x95\xd7\x8a\x04\x2e\xb2\x4e\x1d\x14\xbd\x62\x05\xc8\x13\xf4\x7b\x98\x2c\x0e\x88\xe2\xce\x6b\x90\xc0\xcb\x25\xb8\x56\x5c\x57\xb3\x8b\xa6\xae\xea\x55\x5b\x5e\xbb\xc5\x7f\x03\x6d\xb4\xd5\x4c\x2d\xe6\x8d\xfc\x8f\x95\x36\xb9\x02\xd1\xc0\xaa\xa4\x12\xec\xbc\xbe\xaa\x84\x7a\xa9\x00\x63\xaf\xea\x8d\xc5\x87\x1a\x58\x2d\x59\xb5\x59\x27\x41\x0d\x08\xa7\xcc\x8e\x26\xd7\x92\x04\x87\x66\xa0\x57\xa8\x54\x69\x11\x88\x68\xe4\xde\xc2\x8d\x22\xd7\xff\x53\xac\x28\x3c\x1c\xcc\xfa\x1a\x41\x82\x7a\x5b\x6b\x89\x8f\xdb\x73\x38\x50\xc4\xd4\xc3\x1c\x48\xa4\x68\x3e\x87\xfc\x4e\xe8\x40\xfa\x29\x8d\x18\x79\xab\x35\x34\x69\x65\x37\x16\x1f\x15\x7b\xce\xd4\x31\xae\x6b\x2e\x8f\xc9\x43\x2c\xa7\x5c\x55\x20\x33\x57\xe4\x74\xa1\x98\xd5\x81\x1a\x38\x42\x3b\x43\x6c\xa3\x54\x96\xe6\x01\x74\x55\x74\x17\xf5\xaa\x03\x61\x0c\xd9\xf8\xae\x16\xc5\x42\xdd\x6c\x73\xa2\xca\x3a\xcb\x81\x79\xd2\x56\xe7\x87\x15\xa8\x78\xb4\xaa\x25\xaf\xd5\x0c\x49\x73\x2d\x87\xb7\x93\x07\x5b\x3a\x8f\x00\x61\x7c\xf0\x06\xd1\x83\x38\x6f\xea\x2b\x27\x5b\x87\x58\x55\x5a\xd4\x76\xd1\xc8\xf6\xa2\x2e\x73\xbf\xc2\xaf\xea\x2b\x79\xa9\x70\x8b\x15\x57\xa1\x4d\x53\x2b\x08\x0e\x4b\xe4\x4c\xb6\x5d\x56\x4a\x7d\x77\xe4\x8f\x6c\xb1\x54\x08\xa7\x91\xda\xd1\xc2\x71\x7a\x80\x6a\xd4\x7b\xcb\x0c\xb6\x92\x57\x5a\x10\xa6\x57\xb9\x6e\x40\xbe\x05\xb8\xa9\xb2\x27\x5f\xdf\x57\xa3\x72\x75\x9a\xe4\xf6\xa2\x29\xaa\xef\xfb\x6a\x46\x66\x1f\x3b\x30\xf9\x46\xe3\xac\x67\xb3\x55\x03\x87\xb6\xa8\x66\x8d\x91\xd4\x06\xac\x0e\x74\x6b\xd5\xa9\x5a\xd9\x7b\x25\xbd\xd1\x98\x16\xa8\x72\x98\x55\xad\x3b\x18\x3e\x60\x7d\x8b\x42\xb7\x42\xd5\xd0\xeb\x62\x0e\x36\x8c\x63\x1c\x78\x87\xc1\xa9\xd5\x76\x85\xbc\x09\x22\x72\xef\xa3\x2c\x14\xe1\x91\x9e\x7b\xfd\x44\x8b\x8d\xbf\xd3\xc9\xc9\x7c\x86\x24\x2c\x08\xb2\x89\x85\xb0\x44\xcd\xd9\xb5\x64\xd5\xb5\xb1\x6c\xf1\xaa\xe7\x99\xce\x22\xd0\xfe\x52\xcf\x56\x2d\x35\x17\x7b\xf6\x7c\x0d\x0d\x21\x00\x6f\x27\x17\x10\x6b\x6e\x28\x6e\x6e\xc4\xee\xee\xed\xb3\x7d\x2b\x5a\xe1\xf4\xa4\x93\x0d\x0c\x36\xdf\x54\x6b\x30\x7b\xda\x6a\x46\x9e\xcf\x9e\x06\x42\x7b\x1b\xcb\x0c\x9e\xea\x92\x71\x83\x30\xc1\x37\x5c\x2b\x4b\x8d\xee\xdc\x70\x09\x5c\xcc\x1c\x5c\x21\x66\x75\x93\x3f\xd3\xdc\xe4\x48\xac\xaa\xef\x55\x7d\x55\x3d\x57\xfb\x73\x4b\xdb\x00\x7a\x9f\xe8\x87\x3e\x2d\x81\xf8\x20\xed\x04\xbd\xfc\x83\x72\x2b\x2e\xf1\x5c\x05\xe1\xed\x51\x6c\xe8\x2e\x2b\x8f\x4c\xed\x96\xaf\xa3\xaf\x81\x87\xe4\x23\x13\x05\x7c\xb1\x73\xb9\x67\xc4\x81\xea\x1f\xbd\x82\x41\xf1\xad\x8b\x3a\x87\xa3\x51\xaa\x53\x26\xf3\x58\x6a\xe9\x37\x04\xa8\x84\x67\xed\x11\xc7\x4a\x2b\x5e\x64\xed\x0b\x6b\x81\xf8\x4b\xd1\xb4\x9d\x3e\xf0\x91\x8e\x75\xdf\x71\x1c\x8d\xe2\x43\x6d\xc0\x00\x78\xd2\xc2\xb1\xe3\xce\x83\xa2\xf0\xd8\x10\x23\x10\xbe\x1a\xc0\x1f\xb0\x0e\x54\x01\x07\x32\x78\x25\x77\x1b\x67\x05\x9e\x23\x22\xa2\x8d\x72\xb0\xbf\x85\x56\x8b\x3a\x81\xb3\x3f\xcb\xa6\x31\x33\x0c\xe3\x0f\xb5\xc5\x08\xb2\xb2\xac\xaf\xf4\x00\xc0\x64\xc6\xd9\xb7\x8a\xf7\x9a\x9f\x5e\x75\x6d\x91\x1b\x4d\x0c\x98\xe2\xcd\x3a\x67\xb8\x61\xed\xf2\xe8\xf9\xd5\x10\xc3\x51\xd1\xe1\xf8\x61\x14\xad\x1b\x9b\x91\xc6\xad\x5a\x9d\x53\xc1\x41\x44\x86\x2f\x9b\x97\x5b\x1d\xe9\xa6\x30\x24\x11\xba\xc9\x1a\xc5\x97\xb9\x5e\x80\x38\x8e\xc8\x16\x9b\xfd\x24\x9d\x62\x38\xfd\x2b\x1c\x6d\x08\xc5\x71\xdc\xf9\x0d\x6a\x5a\x94\x46\xcc\x17\xfc\x48\xd2\x17\x28\xb8\x10\xaf\x18\x09\x68\x50\xe5\x43\x20\xc3\x27\xa8\x0a\x5e\xb7\x13\xfa\x16\xbe\x53\x96\xc8\x67\x7f\x33\xe4\x8d\x49\x17\xe9\xe9\xda\xdf\x9e\x27\x52\x45\x7a\x5a\x67\xaa\x0c\x83\x8f\x41\x70\x04\xd2\x7e\xbc\x59\x40\x11\x48\x24\x86\x9b\xf2\x17\x52\x15\x7d\x5f\xee\x42\x5e\x1a\x0a\x09\x02\x36\x25\x2e\x34\xf6\xb9\x9f\xbe\xa0\x78\xf3\x4e\x06\x33\x09\xd2\xeb\xa5\xe6\x68\xd3\x19\xa5\xca\x51\xce\x42\x34\x16\x4d\x6b\x20\x09\xe6\x95\x26\x38\x6e\xc4\xbe\x8e\xa6\x3a\xa6\x92\x27\x3d\x5c\xcd\x98\xfe\x88\xa9\x78\x4c\xea\x50\xd2\x13\x15\x73\x57\x68\x53\x25\x7d\x7b\x4c\x2d\x5d\x4f\x61\x19\xb0\xcd\x46\xde\x35\x56\x1c\x06\x4f\x5a\xc5\xee\x5e\x77\x17\x4e\xd0\x6f\x20\xd3\xab\x16\x82\x3c\xaa\xcc\x73\x30\xeb\x9c\xad\x8b\x7a\x2e\x96\xd9\xef\xd7\x56\x29\x4f\xc0\xd5\x15\x2c\xaa\x71\x6a\x9b\xe2\x45\x1f\xe7\xf2\xac\x5e\x55\x33\x93\x44\x82\x56\x1d\xa5\x04\xb9\x28\x67\x5a\x29\xb3\x9c\x39\x20\x8b\xec\xc7\xc7\xac\xe8\x26\x29\x21\x6f\x9c\x03\x8d\xf4\x7f\x9c\xa3\x0c\x8d\x7d\x03\x55\x15\x47\x9c\x8c\x78\xd3\x10\x53\x3d\x9f\x48\x9d\x49\x7f\x8b\xbe\x75\xd5\x11\x91\x83\xdf\xa3\x5b\x77\xc9\x5e\xd6\xd5\xc6\x8e\x49\xe5\x11\x27\xac\xbe\xf3\x08\x22\x0e\xcb\x33\x83\x77\xb9\x51\x98\x5b\x12\x53\xb1\xf7\x84\x94\x3a\xb4\xee\x81\xd3\x94\xa5\xe7\x52\x5b\xd1\x2a\x36\x75\x30\x04\xe5\x6f\x5e\x57\xe5\xf5\xb3\x04\xc7\x1a\xe2\x60\xdf\x8d\x82\x80\x3b\xf8\x6f\xaf\xce\xff\xf6\xea\xfc\xaf\xe9\xd5\x49\xc2\xac\xe8\xd5\x8a\x82\xac\x9c\x79\xe1\xa3\x66\x8f\x61\x69\x83\xf5\xde\xc7\xac\x11\x76\xc6\x1c\x58\xb6\x00\x3f\xa3\xf5\xb7\xbb\x78\x65\x1a\x8e\x03\x4d\x67\x12\x86\x03\xc1\x3f\xc7\xd9\xaa\xab\x2d\xe3\x04\x12\x39\x12\xe6\xde\x8b\x00\x48\xd2\x84\x31\xfa\x9e\xb5\xf4\x7d\xa6\x1b\x22\x23\x5b\x87\x27\xcf\xa5\x79\x4b\xc1\xe7\x01\xcd\x2c\x2a\x2b\x87\x8f\x10\xf0\x47\x18\x50\x90\x1a\x08\xbd\x1a\x3c\x2a\xf6\xdf\x5c\xed\x52\x76\x6e\x3d\x96\x84\x40\xab\x12\xb8\x6a\xef\xb5\xe1\x9f\x98\x0a\x8b\x0a\x15\xc5\x1f\xd8\xf2\x78\x60\x4f\xd1\xf7\x67\x6e\xec\xf8\xeb\xa3\x29\x01\x1d\xa5\x23\x5f\x46\x56\x12\x68\x99\x22\x13\x0a\xbf\xe7\x23\x3c\x6f\x1c\x2c\xd4\x83\x75\x58\x3f\xea\x63\xac\x2f\x84\x4f\xe3\x42\x27\x1f\xd7\x77\x36\x17\x51\x47\x20\x2c\x6e\x3b\x43\x45\x8e\xdb\xe3\xca\x00\x41\x0b\x33\x35\xf7\xdb\xc8\x79\xec\x96\x92\x5e\x9f\xeb\x3a\x24\xb3\x0c\x0f\x9b\xa4\x95\xd9\xdf\x17\x1f\xa5\xb6\x8e\x9b\xc3\x5b\xcd\xd9\x4e\x28\xc4\xee\xec\x8b\x9d\x46\x24\x13\x57\xda\x26\xdd\xa2\x87\x18\x21\x80\x24\x10\xf0\x78\xd7\x5c\x23\x1c\x54\x54\xa4\xdb\x7f\x5f\xb5\x1d\x26\x4a\xd0\x12\x8c\xeb\xae\x8a\x56\xaa\x37\xb2\xa5\x04\x01\x61\x72\x68\xdf\x83\x53\x93\xc5\x28\xcd\xa6\x1c\xa7\xd2\x8a\x21\x0d\xdd\x6c\x6e\x26\xa7\x02\xf3\x7a\xb1\x01\x07\xe7\x69\x0a\x8c\x66\x8b\xf1\x13\x43\xff\x03\x7d\x24\x03\x69\xec\xee\xd3\x88\x36\xb0\x4a\xcb\xde\x36\xe2\x11\x1a\xbd\x39\x92\x34\xde\xf4\x53\x9a\x43\x6d\x7f\x5f\x1c\xe6\xb0\xee\xda\xed\xb9\x73\x44\xd8\x05\xed\x31\x86\xbd\x6a\xa1\xe3\x49\xaa\xaa\xef\x4d\xcd\x8f\x50\xd1\x9e\x55\x43\x7e\xdc\xe9\x24\x2b\x14\xe3\x00\x77\xc8\x1f\x3f\x8d\x3e\x3e\x4b\x74\xf3\x54\x3c\x7a\x14\xd4\x1d\x86\xeb\x8c\x96\x66\x8a\xb1\xfd\x20\xbc\x36\x18\x08\x19\xeb\x6d\x6a\x6b\x7f\xd6\x01\xaf\xa6\xb8\x0f\xda\x85\x02\x39\x8c\x57\xfc\x78\x4e\x89\xa2\xc9\xec\xa1\xee\x45\xad\xb8\x0c\xd0\xd4\x18\xef\x81\xac\x82\x08\x06\x70\x83\x8c\x8d\xe5\x55\x06\x41\x44\x02\xa0\x28\x66\x96\x67\x85\x32\xcf\x1f\xb9\xfd\x34\x56\xfb\xde\x1a\xca\xae\xd4\x55\xd1\xcd\x2e\xc4\xa0\x25\xc1\x06\x82\xe5\x84\xa4\x1f\x84\xca\xa9\x83\x4c\xeb\x88\x0d\x67\x14\x2d\xd8\xd3\xb0\xa5\xe6\x63\x9f\x6e\xea\xd4\x5c\x86\xfb\xf5\x6b\xf6\x6d\x2f\xbe\x2a\xf7\x1d\x8e\x89\x2c\x76\xd7\xe1\x0c\xe2\x7b\x9b\x1e\xdb\x50\xec\x83\x85\xcb\xbd\x06\x08\x01\xe9\x68\x25\xc3\xe8\x47\x83\x3e\x6b\x64\xf6\x3d\xbc\x00\xfc\xc5\x3f\x6e\x7f\x59\x95\xe5\xb5\x4f\x0b\xe8\xe7\xf3\x7c\x4a\xf0\x9f\x3a\x25\x0a\x05\x93\x49\x3e\x0b\xea\xe8\x4d\x25\x5d\x2b\x2c\x1e\xf7\x14\x9d\x4a\x75\xa7\x5c\x58\xba\x46\x66\xf9\xb5\x15\x30\x8e\x44\x5e\x8b\xaa\xc6\xc2\x85\x9e\xa5\xeb\x99\xe9\xfb\xac\xe9\x8a\xac\x2c\xaf\x0f\xcf\xea\x4b\x3a\xd7\x67\xd1\x54\x19\x6a\x10\x40\xf9\x59\x96\x40\x15\xc8\x82\x3c\x4f\xac\x07\xbf\x22\x74\x44\xdc\x9a\x28\x3a\x0e\x54\x17\x10\xbc\x7f\x3d\xed\xba\xb1\xef\xc6\x6d\xc6\x7b\xf0\x6f\x2c\x84\x3b\x85\x1f\xea\x65\x5c\xef\x06\x56\x5c\xdc\x30\x25\x1a\xc6\xcd\xde\xd8\x41\xf0\x4b\x13\x57\xdf\xd5\x1d\xee\x72\xa0\x14\x30\xf8\xc7\x96\xd9\x96\x64\x0b\x7d\xa6\x30\x6e\xc9\xd9\x65\x32\x14\xd0\xef\xa8\xc3\x95\x5d\xad\xd7\xee\xcc\xaa\x78\x91\x77\x45\x04\xc7\xaf\x5c\xdf\xc2\x25\x27\x74\xe3\x00\x44\x45\xbb\x7b\x37\x66\x89\xc2\x15\xd5\x67\x84\x59\x9c\x1b\x7d\x23\xb8\x75\x73\x0b\xbe\x47\x8e\x5f\x8a\x6e\xde\x11\x6d\x22\x72\x49\xae\x93\xda\x91\xcd\x1c\xd8\x7d\x28\x07\x4e\xb2\x4f\xef\x34\x1a\x00\xe1\x03\x3c\x2b\x4f\x92\xc2\x85\xa2\x18\x2e\x12\xce\xe0\x0e\x2f\xc6\xa1\xfd\x46\x5f\x7e\x5a\x91\x4e\xd2\x5f\xea\x4f\x37\x37\xc2\xc4\x3b\x33\x1c\x92\xaf\xef\x42\x4d\x44\xaf\x9d\xa2\x55\x2c\x8b\xc3\xc1\x7e\x2d\x76\x80\xc2\x5b\xa3\x7f\x85\x7d\xc9\xfa\xab\xa5\xb8\xb9\x11\x8f\x87\x0a\x57\x43\x55\x83\xa3\x13\xb5\x9e\xa1\x5a\x8f\xf4\x9f\xe1\x93\x47\xdd\x39\x3c\x1a\xb2\xb7\x90\xaf\x0d\x2d\x1e\xcb\x7a\x37\xd6\xc7\x56\x4c\xc5\x9b\xac\xbb\x18\xcf\xcb\xba\x6e\x06\xa8\x37\xb1\xaf\xfb\x76\xcf\x27\xca\xac\x59\x5d\x84\xaa\x42\x1e\xbb\x08\x5a\x34\xc1\x3d\x37\x33\x45\x64\xdd\x18\x30\x64\x83\x56\xc8\x90\x4b\xe0\xd9\xba\xac\x3c\x41\xa3\x7e\xbc\x81\xcf\x35\x6f\xc1\x71\xea\xc1\x1b\x8f\x9c\x4e\x17\xd5\x7e\xf4\x28\x66\xcf\xa2\x55\x64\x59\xde\x61\xc0\x30\xa8\xbd\x09\xf9\x00\xb4\xd9\xc1\x24\x9f\x4d\x45\xb8\x82\x0f\x1e\xf4\xf1\x3e\x9a\x48\xa6\x01\x3e\xf2\x23\xa6\x60\xa2\xf9\xb9\x0d\xe6\x9f\x15\xfc\x3e\xc1\x70\x82\x1e\xa7\xbe\xcb\x10\x42\x1a\x99\x91\x3f\x6e\x89\xe0\xf5\x31\x23\xcc\x75\x61\x9f\x5e\x16\xf9\x1b\x2d\x97\xa1\x82\x20\x9a\x03\x59\xaf\x98\xd6\x5c\x80\xba\x37\xce\x68\x0d\xc8\x62\x48\xf5\x3c\x54\x4b\xf2\xe8\x11\x29\x24\x88\x54\x4c\x59\x7f\x03\xd3\x31\x44\x77\x35\x5a\xee\xa1\xc8\xda\x40\x8d\x8f\xa1\x6a\x25\xd4\xb8\xae\x06\xd6\x4f\x7e\x17\xcc\x8d\xe4\xee\x88\x53\x23\xe0\xdc\xcb\x5c\x5f\x6e\xb3\x42\xe8\x71\xe5\x91\xd8\x05\x09\x3b\xea\x08\xac\x60\x46\xa2\x6b\x56\x92\xa4\xf8\xdc\x86\xe2\xf0\x1d\x92\xda\x23\xcb\x2d\xa1\x2e\xf5\x0a\xfa\x4b\x74\x4f\x30\x48\xc7\x34\x4c\xd3\x21\x7c\x8a\x74\x20\xa1\x81\xd5\x9b\x46\xca\xdc\x8d\x46\xde\xf8\xf4\xed\xef\x8b\x37\xab\xb2\x2b\x96\xa5\xf3\xfc\x13\x8b\xec\x1a\x05\xed\xfc\x8f\x95\x5c\xc9\x7c\x64\xc3\x2f\x3b\x51\xb0\x71\x1a\x9e\x97\xa0\xd0\x2f\x4b\xe3\x03\x64\x02\x10\x28\xc0\x27\x72\x6f\x2e\xd5\x6b\x12\x9b\x4e\x68\xb7\x4b\x88\x01\xdc\x41\x6f\xea\x81\x0a\x23\x32\x52\x6d\x6d\xc8\x66\xea\x81\x3f\x2e\x18\xa1\x65\xcb\x6e\x65\xdc\xe5\x01\x5c\x59\xab\x03\x3f\xc6\x24\x15\xbc\x79\xad\x8d\x55\x22\x35\x3a\xd4\x39\x35\x0a\x5f\x26\x2b\xba\x3b\x2e\x88\x24\x5b\xdd\xe3\xce\x74\x1a\xe8\xb7\x71\x31\x4d\x90\x7d\x0c\xf6\xa8\x57\xb2\x91\xd5\xae\x77\x45\xf7\x21\xd0\x90\xf1\x6a\x6c\xd5\xda\x62\x62\xba\xe3\xa7\x35\x26\xca\x88\x50\x5e\xe7\x2d\x5a\x73\xa7\x58\x85\xc0\x76\x97\x59\x59\xe4\xa2\x2d\xaa\x19\x88\xcf\x2e\xa5\x73\x57\x36\x3e\xfc\x1e\x8c\x5e\x24\x63\xff\xf9\x42\xbb\xc5\x3a\xc1\xa9\xc7\x4a\x6f\x90\x25\xde\xc0\x2f\xa9\x5e\x8f\x1d\x2a\xec\xd8\xdf\x17\xef\x2a\x1d\xb1\xc6\x08\x9b\x41\x8c\x61\x64\xfa\xce\x3e\x55\x3a\x53\xf9\x2b\x69\x8c\x71\xcf\x65\x27\x32\xf5\x86\x5b\x65\xa5\x38\x2f\x8b\x6e\x76\x31\xa6\xac\x04\x1d\x28\xcb\x45\x86\x46\x23\x62\x8a\x13\xc3\xa2\x65\xd6\xd5\x13\xd6\x49\x11\x0d\xea\xad\xad\x56\xac\x59\xc9\xa7\x4c\x93\x1e\x44\xef\xf7\x79\x84\x8e\xe9\x30\x90\x43\xb1\xa4\x8d\x41\x26\x83\xa4\xfc\x8a\x03\x01\xaa\x74\xb8\xe9\x20\xb8\xcd\x4b\x29\xce\x56\x8b\xe5\x38\x5e\x4f\xa4\x6c\x26\x5d\x78\xca\x18\x81\x4f\x00\xf7\x15\xfa\x20\x23\xee\x7d\x7f\x5f\xbc\xad\xbb\x62\x8e\x8d\xef\xf5\x91\xf1\x06\xb8\xaa\x04\x8c\x5a\x81\x97\xbe\xc8\x7c\x90\xb8\x1c\x5f\x2a\x74\xa7\x68\x78\x36\xb2\xd1\xc9\x5a\xd1\x99\x57\xa4\x12\x85\x73\xe3\x33\xa8\xf3\x18\xfd\x63\x51\x96\x7f\xab\x16\x49\xd6\xc0\xaa\xbf\x8b\x76\x59\xa3\xec\xe8\x84\xdc\xe0\x42\x5d\x9c\x4b\x35\x67\x8e\x01\x60\x78\x14\x93\x69\xde\x8e\xc8\x10\x98\x4a\x5e\xf1\x3e\x44\x95\xbc\x4a\x50\x16\x63\xc2\x17\xa6\x72\x36\xf6\x34\x75\x99\x6b\x0b\xb6\xdb\x10\xf7\x32\x95\x55\xef\xae\xb2\xed\xd1\x54\x05\x8d\x13\x37\x66\xc5\xdc\x64\x65\x2b\xb1\x89\x88\x29\x29\xe6\x38\x82\x92\xa2\x11\x54\x71\xa8\x91\x80\xed\x68\x8c\x9d\xdd\xad\xd6\xa0\x0d\x4b\xe2\x9c\xd3\xe8\xda\xdf\x62\x92\x62\xd7\x72\x7c\x89\x68\x09\xd2\xf7\x5d\x46\x34\x64\x5b\x80\x5a\x95\x3d\xa5\xe0\xf4\xc7\x07\x0f\xdc\x92\xef\x98\x30\x3d\x50\xd1\x2e\xad\xfd\x88\x7a\xf5\x4f\x15\x23\x84\x17\xcf\x22\x18\x4f\x45\x11\x3c\x3a\xf4\xd6\x99\x7a\x62\xea\x5b\x7c\x2a\xbe\x3c\x0d\xab\x99\xde\x05\x1a\x87\xae\x46\x51\xbb\x81\x31\xfe\x2e\xaf\x61\xb1\x4c\x65\xf8\x7d\x73\x63\xbb\xf0\x4f\x22\x52\xc9\xbf\x0b\x29\x9a\x4b\x1d\x9a\x08\x5b\x87\xf2\xcf\x88\xef\x0f\x90\xdc\x16\x80\xc3\x1c\xe4\x6c\x13\xe6\x72\xa2\x98\xe0\x3c\x7e\x30\x04\xde\xd0\x11\xb0\x2c\x71\x58\x22\x30\x91\x72\x61\x5f\x6c\xdc\x12\x1d\xcd\xc2\x45\x2f\xb1\x7f\x7a\x4e\xc4\x10\x6e\xe3\x3f\x8a\x03\x41\x11\xa6\xc0\x78\xcc\xca\x59\x97\x7a\xb0\x50\xe6\xfc\xaf\x7a\xf4\xe8\x62\xb0\x07\x1c\x93\x85\xe3\xad\x60\xee\x1f\x47\xdd\xcb\x87\x82\x70\xea\x83\x48\xde\x43\xac\x72\x90\x9d\xf2\x0e\x16\x9d\xd0\x3d\xd7\xeb\x3c\xe0\x53\xe5\x07\xc8\xd5\xe7\x43\xd3\x31\x0f\xa6\x26\x76\xd0\x28\x8c\xb5\x32\x22\x31\x67\x3c\x12\x8e\x99\xe4\xb5\x93\x4e\x7d\xfa\xd2\x87\xac\x7b\x42\xe8\x43\x5b\x52\xd9\xe6\x20\xd0\x79\xb9\x90\x5f\xfb\xb3\x6d\xc2\x41\x3c\x27\x47\x82\x78\xd4\x7b\xa2\xb7\x85\xb8\x0c\x0f\x79\xbc\x5c\xb5\x17\xf6\x7d\xe9\xa2\x13\x81\x9c\x69\x38\x0c\x6f\x2d\x7a\x3e\x04\xee\xe3\x0a\xe1\xd1\x2f\xb6\xb3\x03\xde\x4f\x7e\x10\x6d\x8c\x65\x80\xc8\x67\x97\x24\x7e\xc2\x97\x3f\xed\x19\xda\x89\x76\xaa\xc0\x1b\xbe\xed\xa0\x54\xdd\x70\x44\xea\x5b\x72\x38\xaa\xf0\x69\x80\xdc\xa2\xc1\x0c\x3c\x61\xb3\x89\x5e\xfc\xc3\x7e\x84\x77\xa7\x75\xbf\xc2\x04\x23\xdc\xe2\x0f\x10\x7e\xc7\xf9\x34\xc8\x6d\x23\x39\x06\x71\x0f\xf4\x3c\xa0\xcf\x3e\x61\x06\xa1\x1f\xea\x82\x4d\xc4\xae\x89\xa7\x04\x26\x1c\xbb\x44\xb3\xee\x2e\xa3\x4d\xe1\xdd\x76\x7b\x66\x10\xbb\x7c\x92\xe7\xa1\xfb\x93\xed\x73\x3c\x1e\xdb\xef\x38\x6f\xb5\xef\x66\xd6\xb6\x03\xdb\xd5\x2e\x4a\x0e\x39\x44\xd5\xf5\xb0\xc9\xd1\x37\xec\xc0\x73\xf1\x58\x1c\x68\xbc\x31\x41\x39\xc4\x7c\xd3\xdd\xac\x29\xb2\xbd\x32\x3b\x93\xe5\x6e\x1f\x08\x3b\xc8\x4f\xb8\xc1\x17\x16\xe8\x2d\xb6\xbe\xf4\x98\xcf\x5a\xbd\xa7\xec\xa5\xc5\x54\xfc\x49\x7e\xed\x28\x51\x30\x96\x79\x3a\xe0\x86\x7d\xda\xe1\x78\xaa\x9b\x9b\xb8\x3a\xb6\xc5\x0a\x1a\xe1\x22\xae\x29\x92\xf1\x06\x2d\x51\x09\xd7\xb0\x9f\x8f\xd4\xf5\xa9\x44\xc2\x9a\xf3\x34\x72\x26\xd5\xea\xc2\x33\x49\x4f\xaa\xad\x41\x58\xa1\x2d\x0a\xb4\x6b\xa1\xe7\x19\x8c\x1d\x7d\x79\xad\xea\x80\xdd\x8d\x8b\x14\xd7\x16\xe0\x7a\x61\xcd\xf5\x6a\xd4\xdb\xbc\x30\x66\x08\x3e\xcf\x00\xf6\x77\x71\x86\x8e\x95\x28\xd5\x03\xdd\xc1\x34\xa1\x38\xb3\xd2\x9a\x4c\x8e\xa9\x7c\x4d\xdd\xbc\xee\x84\x5a\x9b\x0f\x42\x21\x1c\x76\xc3\xf1\xef\x7d\x5a\x27\x21\x31\xdd\xc4\x54\x85\xec\x79\xc4\xb9\xf4\x7b\x36\xc4\x6c\x20\xa9\xe4\x5c\xaf\xc8\x8d\x68\x03\xf7\x58\xd6\x19\x82\x50\xf3\xf4\x53\x8c\x71\xb6\xa5\x69\x34\xdd\xc0\x76\x98\xaa\x8a\xf1\x8e\xbe\x7a\xc7\x0b\x86\xc3\x02\x8e\x13\x5f\x20\xe3\x4d\x6a\x3c\x4d\x0d\x7f\x66\x22\xdf\x8e\x20\x0a\xd0\x95\xc8\xae\x32\xe7\x4e\xef\xe5\x61\x86\xf1\xb2\xab\xc2\xee\x10\xc7\x1f\xf7\xd8\x5b\x7b\xe7\x1f\x42\xfd\x51\x58\x5b\xca\x81\x05\x8b\x89\x83\x84\xf2\xfc\x94\x7a\x4a\x79\xa3\x72\xcf\x94\x17\x73\xda\xd8\x18\xff\xa8\x4b\x81\xe6\xed\x62\x53\x19\x9f\x69\xb0\xc4\x1b\x69\x65\xb4\xd9\x25\x54\xdb\x63\x34\x0c\x1a\xab\x0a\xdd\x40\x9c\x48\xcf\xad\xcd\xa7\xa5\x79\x5c\x7d\x21\x9a\x3c\xd4\xe4\xc1\x03\x04\x60\x8c\x28\x01\x79\x63\x91\x61\x85\x35\x19\xb1\x48\xc8\x4e\x42\x78\xe1\xc8\x54\x53\x7d\xd4\x7c\x59\xc0\xf4\xac\x49\x60\x49\xd7\x8e\x7c\x8c\x36\x26\xc1\xc2\x22\x7e\x09\x4e\x82\x1d\xec\x9a\x72\x0b\x13\x14\xc5\x3d\x49\xf3\x21\xd4\x04\xaa\x03\xfe\x99\x76\x89\x31\x65\x56\xbc\x8a\x7a\xcc\x03\xd3\x62\x0c\xfa\x69\x26\x7b\x7a\x90\x4f\xe4\xbc\xf5\x7b\xa5\x1f\xd1\x27\x72\xfe\x94\xe3\x2d\x5c\xf4\x38\xb7\xb0\x11\x4f\x90\x60\x65\x3c\x8c\x78\x3d\x4d\xd1\x10\xcb\x58\x74\x50\x02\x17\x99\xdc\x04\x6e\xaf\x1b\x51\xd5\x57\x46\xf0\x5c\x18\x13\xf6\x3d\x9f\xa2\x4e\x94\x75\x07\x9e\xf6\xad\x58\x55\x36\x4c\x44\x51\x5e\x7b\x0d\x42\x57\xe7\xf5\x44\x64\x62\xa1\x1e\x9f\xd9\xf9\x79\x23\x21\xba\x8a\x09\x0c\x2c\x16\x52\x61\x93\xa2\x05\x9b\x1f\x88\x0a\x3e\x73\xef\x56\xd8\xde\xac\xa8\xac\x50\x50\x63\x9f\xaa\xee\x68\xb4\x47\xd5\x8b\x1a\x24\x44\x71\xde\x43\xd1\x87\xdb\x20\x66\xc3\x48\x3b\x29\x59\xcf\x7a\x8c\xd2\xc0\xbb\x1d\xc2\x69\x40\x90\xa8\x7f\x7d\xac\xc6\xf2\xbf\x1e\x8f\x44\x56\x76\x17\x3a\xa8\xd9\x85\x74\xbd\xe9\x15\xfa\xd7\xc7\x66\x44\x79\x91\xa3\x51\x69\xd1\x78\xa7\x55\x2b\x68\xa9\xbc\x7a\x45\x2b\x40\x4c\x70\x4a\x8a\x54\xc7\x3c\x06\x50\x37\x37\x54\x28\x4f\xa7\x53\xf1\x38\xd2\x81\x31\xd8\x80\xda\xac\xb2\xe7\x1f\x5d\x21\xc2\x21\xfa\xd3\x44\x35\x72\x48\x3b\xcf\x89\x24\x2d\x4e\xae\xe9\x53\x86\x10\x3d\x2e\x30\x6a\x80\xaa\xfd\x15\xb2\x98\xc2\x3c\x3c\x46\xc1\xbb\x62\xe4\x5f\xa6\x98\x12\x92\xb1\xd2\x94\xcf\x8d\x9c\x4f\xd7\x06\xda\xad\x58\x23\x16\x1d\xa7\x7c\x5e\xd3\x6e\xfa\xf2\x35\x87\x04\xbf\x8e\x1e\x98\xec\xec\x83\xe0\xa8\x1b\x17\xc0\xbf\x8f\x46\xf4\xdd\x73\xbf\x15\xf0\xe0\x7a\x16\x01\xf7\xb3\xc5\x12\xec\x3f\x7c\x28\x7e\x85\x80\xfd\x46\x08\x85\x83\xdd\xd3\xd8\x8a\x21\x3f\x10\xd1\x0a\x42\xc5\xb5\x8c\x01\x0a\xfb\x05\x0d\xe1\xa2\x61\xb0\x29\x52\x42\x53\xe6\xc3\xa3\x6d\x40\xda\x1d\x88\x98\x92\x89\x89\x58\xa3\xd7\x9f\x6a\xb3\xe3\xac\x3c\x5a\xbf\x84\x07\xa1\xb2\xc7\x3a\xf5\x23\x7b\x18\x6a\xdd\xed\x7f\xe0\x2e\x78\xce\x27\x20\x9f\x30\x34\xfb\xc2\xc2\x31\x99\x47\xd6\x54\x54\x57\xdf\x18\xc2\x79\x08\x51\x2b\x98\x43\x88\x03\x5c\x18\x89\x55\x2f\x81\x26\x92\x9b\x89\x58\x1b\xb4\x39\x15\x9f\xbe\x8c\xb0\x27\xcb\x2d\x5e\x49\x7b\x14\xcd\xcc\x8d\xb9\xcd\x7b\x02\x7e\x7f\x5f\xbf\x66\x4c\xfc\x6e\x2d\x11\xed\xe4\x42\x8f\xa9\x98\x8b\xaa\x36\x7f\xb6\x2e\x82\x28\x1e\xd8\x4c\x96\xe5\x89\x16\xb8\x69\xb9\xdb\x74\xea\x1f\xbb\xe2\x00\x87\xea\x0e\xe9\xec\xd3\x10\x4e\x3b\x09\x73\x3c\x79\x09\xda\x67\x2f\xda\x0a\x04\xf3\x38\xfe\x7e\x28\x94\x37\x66\x61\x9c\xc7\x4f\xf1\x34\xa8\xa4\x26\x6d\xbc\x69\xa8\x24\xde\xda\x2c\xfd\x26\xaf\xa9\x7b\x92\x4e\xbc\x23\x0e\xe2\x6f\x03\xed\xaf\xa1\x8d\xde\xc5\x44\xd8\x38\x24\x3a\x20\x09\xe4\xba\xb9\x1e\x2a\xca\x82\xba\xb1\x66\x9a\xd0\xcd\x54\xbf\xd7\xd4\x53\x03\x7f\x73\x2b\x4b\xcd\xc9\xdc\xe0\xa8\x93\x0b\x52\x1a\xea\xf8\xe8\x20\xe9\xf3\xed\x14\x12\x0b\xe5\x3a\xd3\xb5\xdd\xd1\x5b\x56\xa2\x33\x5d\x3b\xee\x4e\x55\xdc\x25\xb5\xbe\xcb\xeb\xe9\xda\x8c\x86\x14\xe4\x59\x97\xed\xa9\x93\xb0\x07\x23\xd4\xf9\xfe\x7f\xc4\x55\xb2\x55\x57\x2f\xe0\x74\x14\xf9\xf4\xf3\x4f\xaa\x1b\x75\x43\x3e\xff\xe4\x6b\x3e\xc7\x8d\xd6\x24\xf4\x72\x68\x79\x85\x0b\xf1\x8e\x8c\xc4\x0e\x96\x68\x30\x01\x92\xed\x9e\x46\xba\x2e\x2c\xca\x19\xa2\xf1\x6b\x5c\xee\x2e\x5f\xea\x99\x0b\x64\x83\x52\x09\x58\xef\xf6\x56\x03\x88\xa8\x80\x77\x16\x87\xc0\x89\xc6\x9b\x41\x9d\x60\xe3\x5d\x8b\xed\x05\xa4\xd6\x71\x5c\x49\x1d\x31\xa3\xe8\x50\xd0\x8c\x80\x4c\x18\x5b\xa1\x81\xbc\x04\x0c\x15\xbc\x18\xc1\x9a\x2f\x6b\xce\xa5\x62\x39\xe4\xe5\xd8\xfc\x9d\x30\x84\xba\xba\x28\x4a\x29\x06\xa6\x92\x13\xc5\x58\xb1\x23\x63\xdc\x84\xae\xe5\x29\x78\xf1\xaa\x7b\x05\xcd\xd5\xfd\x71\x54\x69\xb0\x1b\x9c\x9b\xdd\x61\x78\x5f\x3c\x08\x72\x23\x58\x07\x64\x9d\xd2\x83\xb4\x41\x0f\x06\xaa\xeb\x42\x57\xc7\x2d\x84\x0b\x3a\x6b\xa6\xca\x58\x86\x89\x40\xcb\x1d\x65\x1c\x20\x11\xd2\x74\x70\x95\xd6\x68\x5f\x5c\xc8\x15\xc3\x7e\x43\x5a\x0a\x55\xe5\xb1\xa8\x91\x7f\xe7\x58\x1c\x82\x83\xad\x8e\x90\x60\x0c\xd9\x2f\xb2\x56\xc8\x1f\x72\xb6\xea\xac\x84\xf1\xa1\x73\x33\x83\xdc\x85\xd8\x8b\xde\xc4\x97\xd2\xdc\x75\x0b\xc8\x4d\x58\xb7\x56\x50\xf3\xcc\xea\x06\xe2\x93\x40\x54\xb5\x31\x27\x75\xb0\x76\x5f\xa1\xa8\xc1\x9b\x90\xc4\x37\xe7\xc1\x83\x8d\xd7\x2e\x64\xc5\x9d\x6a\x6c\x4d\x43\x4f\x74\xcd\x4a\x5a\xc1\xa9\xa3\xf4\x5b\x48\xc6\x58\x9f\xf9\x01\x2f\x80\xe5\x01\x71\x92\x95\x3f\x1c\x1a\x82\x39\x2e\x2f\x8d\x9b\x7f\x8e\x32\xab\xd1\xf0\x7a\x58\x47\xe9\x65\x8a\xe7\xc6\xab\x29\xb3\x27\x03\x4c\x23\x12\x7b\x48\xec\x64\xb8\x99\x6d\xab\xd5\x24\xaf\xe0\x77\x95\x1f\x9c\x09\xcb\x68\xf5\xad\x24\xd6\xcf\x3c\x2b\xcb\x20\x8c\x8f\x8c\x83\xe4\x8c\xc3\x83\x15\x9b\x32\xdd\xdc\x88\x9d\xaf\x45\xfb\x42\x87\x02\x53\x4b\xdc\x5d\x14\xce\x62\x12\x0b\x41\xb3\x96\xc4\x5c\xe6\xe1\x0d\x93\xa7\xf0\xce\x0a\xda\x50\x3f\xbe\xbf\x0f\xa8\xaf\x2e\xe5\xb8\xac\xcf\x07\xbb\x64\x70\x33\x3b\x7e\xf5\xb6\xc5\x83\x72\x66\x92\xb8\x7a\x72\xf4\xbd\x58\x08\xa5\x10\xd2\xf8\x23\x8f\xce\x19\xd0\x12\xeb\x9e\x0a\x9a\x5f\x17\xb5\xce\x3b\xa5\xb7\x3e\xdf\xd3\xd8\x18\xf9\xcd\xc0\xd5\xd5\x54\x35\xdd\xc9\xa2\xbb\x90\x28\xf6\x5d\xd6\xea\xf3\x6a\xc2\x33\xa3\x9c\x56\x10\x3e\x70\x4f\x2a\x8c\x13\xe4\x2f\x08\xcf\xab\x36\x8c\xe2\xbc\xc8\xd7\x6c\x2c\xb7\x11\x1f\xa6\xad\x5f\xf1\x9b\x88\x98\xc4\x7d\x1d\x25\x83\x26\xf1\x57\xde\xf6\x4b\x7a\xbc\xa2\xa8\x03\x0c\xf4\x17\x45\x35\xe0\x26\xe4\x5d\xe1\x47\xec\x80\xc4\x23\xf1\x64\xc8\x41\x77\x38\x27\x05\xde\x54\x48\xc3\x37\x15\x4c\x07\xfe\x66\x92\xe1\x2b\x06\x80\x1d\xd7\xcd\x4d\x30\x12\xa6\xa6\x2e\x19\xa6\xaf\x4c\x91\x2b\xbc\xbd\x3b\xa2\xa0\x46\x64\x05\x87\x91\x9a\x23\x81\xa2\x71\xa3\x84\xf2\x24\xc4\xd7\xa4\xdb\xa0\xcd\x5d\xd0\xe5\x9f\x83\x5f\xf0\x26\x70\x67\x65\x47\x3c\xa7\x67\xeb\xe6\x86\xbf\x0e\xa8\x22\xb7\x05\x70\xf3\x10\x26\xa8\x2b\x50\xc2\x89\xae\xd0\x01\x7a\x85\xe8\xb5\x5f\xe4\x91\x91\x8b\x75\x4f\x13\x2c\x23\xbb\x9c\xbc\xae\x64\x22\xc7\xae\xcd\x3a\xae\x03\x18\x1b\x24\xd6\xcb\xab\x38\x72\x9f\x62\x59\xfe\x38\x5f\x02\x56\x77\x01\x63\x12\x8b\x1a\x90\x3b\x00\x4b\x76\x93\x16\x3b\x0e\x06\xab\x69\xfb\x63\xca\x60\x6f\x08\x4f\xae\x9b\xcb\x32\x03\x94\x7c\x97\x5e\xfb\x9d\x98\x2c\x45\xc2\xd4\xf8\x4e\x6c\xad\x1a\x74\x86\x72\x6e\xa0\x4e\xb3\x71\xb6\x2a\x8c\x71\xdd\x46\x70\xce\x2a\x0f\x16\xc7\x18\xf4\x30\xf6\xeb\x3b\x81\x63\x47\x05\x36\xb6\x20\x3e\xd6\x91\x9a\x07\x18\xc6\x88\x8c\xcb\x40\x18\x61\xdd\x63\x9f\x58\x8c\x74\x8f\x25\x36\x18\x28\x35\x07\x71\x41\xf6\xd6\xb7\x9c\x24\x0b\x25\x2e\xd4\xb6\xc1\x6a\xda\xab\x85\x6c\x5a\x9f\xe3\x80\x24\x7c\xa1\x39\x9f\x4c\x5b\x13\xa5\xc6\x59\xa8\xea\x3c\xcf\x75\x49\xf4\x8f\xb6\x96\x33\x4d\xd5\xb5\x9c\xb9\x31\xad\xa5\x1d\x18\x74\x15\xfd\xb7\xce\x49\xc2\xdd\x54\x76\xc9\xdf\x87\x59\xa2\x47\xae\x67\xfa\x95\x8d\x8d\xc7\xf3\x09\x28\x2f\xf4\x28\x48\x7b\x1d\x8b\x7e\xc1\x0c\x13\x25\xca\x06\xed\x2f\x6a\x12\xbd\x6b\xed\x3a\xc3\xbb\x53\x52\x43\x96\x4f\x24\xf0\xce\x97\x20\x2d\x80\x30\x62\xba\x35\x0e\x4d\xc1\x98\x73\xd9\x65\x89\x9c\x0a\xbd\xe4\x34\x30\xf9\x0c\xc6\xf4\x29\xd0\x84\x7c\x31\xb2\xc1\x84\xad\x67\xcf\x50\xec\x5e\x6c\x3f\x14\xc0\x1c\x9b\xc6\x93\xf0\x34\x40\xfb\xe0\x14\xa1\xbe\x0e\xef\x15\x60\x6c\xc0\x37\xf5\xd8\xe3\xb8\xdb\xb7\x0e\x85\x4d\x4b\x1a\xc0\x8f\xd6\x23\x28\x1f\x5f\x64\xed\xbb\xab\xca\xd8\xef\x5d\x9b\xf8\x18\xac\xef\x06\x39\x6d\x21\x1c\x7d\xa0\xbe\xf0\x3e\x08\x3d\x64\x28\xe1\xc5\xb2\x8c\x72\xb2\x47\x36\x14\xa5\xb4\x16\xa2\xde\x33\x26\x32\x37\x07\x52\x5e\xd5\x1d\x0d\x05\x0e\x91\xc0\x47\x98\xef\x47\x51\x3a\x7c\x70\x72\x38\x5b\x28\xcc\x75\x44\x71\x22\x53\x90\x61\x6c\x32\x4e\x86\x18\x92\x16\x4e\x8e\xac\x8d\x5b\xfb\xe4\xc8\x4b\x1f\xbf\x28\x10\x11\xf7\x1c\xf8\x70\xa9\x88\xdd\x8d\xb7\xb4\x54\x68\x85\x1b\x72\x6c\x25\x90\x9c\x5f\x6c\xd7\x0b\xa1\x83\x74\x16\x4a\xef\x5e\x55\x74\xad\xc8\x8b\x85\xac\x5a\x12\xd9\x1f\xb4\xc6\x2e\x2b\xac\xee\xa4\x15\x1f\x9a\x95\x73\x1a\x30\x66\xc1\xe0\x4d\x42\x52\x05\x52\x2c\x1e\x4e\x8d\x28\xa0\xb8\xb3\x94\x59\xcf\x25\xe7\xa8\x6b\x8f\x93\x48\x18\x28\x24\x0d\x01\x58\x81\x9c\x51\x30\x80\x2d\x86\xeb\x42\x83\x88\x22\x1d\x72\x68\x81\xe7\x8c\x60\x9d\x5c\x98\xa7\xae\x93\x8b\x65\xb7\x3b\x0a\x55\xcc\x23\xd2\x2f\x65\x9f\x30\x7d\xb7\x73\xf3\x22\xec\xd4\x49\x47\x55\x06\x3b\x64\x52\x37\x37\xa4\xb3\x71\x10\x33\xd4\x0b\x66\x69\x81\xb1\x68\x8d\x4e\x7b\x25\xaf\x7c\xbe\x08\xaa\x00\x37\xa9\x60\xd0\xc0\xc7\x33\xa8\xfa\x51\x15\x8c\xc2\xc3\xcf\xd5\x7c\x45\x35\x76\xb7\xc1\x65\x22\x9d\x5b\x77\xf7\x9b\x1b\x3a\xa8\x31\x8c\x83\xde\xb6\xf8\x30\x61\x87\x79\xe3\x1d\x11\x81\x0e\x5d\xf5\xec\x4e\x5f\x65\x4d\x35\xd8\x15\x0f\x1f\x3e\x44\x59\x6d\x30\x7a\xe2\x76\x1c\x6b\x24\xd9\xde\xa8\x67\x20\x1e\xdf\x16\xa3\xdb\xf6\xe0\x86\x61\xb6\x5c\x10\x74\xa6\x03\xa2\x38\x0d\xa3\x3a\x73\x67\x06\x1b\xf1\x32\xa3\xe3\xa3\x83\x82\xd8\x01\x42\x5e\x13\x07\xfb\x41\xba\xcd\x43\x03\x2f\x88\xcd\xfb\x88\x5f\x55\xb1\x6f\x61\x45\xf5\x9f\x60\x3b\xe0\x21\x33\x62\xda\x02\xd9\x41\xa6\xb0\x6f\x70\xce\x02\x04\x4c\x12\x0c\x67\xc6\xcd\xd5\x66\xef\x87\x24\x2e\x36\xe6\xe8\xcb\x77\x6f\x18\xe5\x0c\xe5\x72\x08\x06\xdd\xc0\xcf\xa6\xd4\xc8\x21\xfa\x82\x21\xc1\x48\xb8\x23\x1c\xfa\xfe\x8e\x17\xd9\x52\x27\xc2\x99\x3e\x77\x06\x5c\xc3\xf1\xbf\xd7\x45\x35\xd8\x1d\x89\xdd\xe1\x30\xc5\x2e\xa3\xdb\x99\x62\xde\x6e\xef\xb0\x76\x26\xb0\xbb\x36\x31\xea\x5f\x3f\xcb\x30\xdd\x61\x05\xf1\x23\x60\x8b\x35\x14\x62\x6f\x4f\xc7\xcb\xb0\xe3\xfa\xcb\xd6\x32\x7e\x6b\xc4\x93\x4c\xad\xe7\xcf\xea\xb1\x2c\x56\x4b\xe4\xce\x84\x13\xde\xa0\x2c\xec\xd1\x4a\xa2\x77\x36\xf7\xbc\x1a\x69\xb7\xf4\x2d\x65\x0b\x8a\xd8\xaf\x49\xc8\xce\xd0\xe6\xd6\xee\x86\x89\x84\x8f\x57\x91\xa6\xa4\xe2\x0c\x74\x36\x46\x02\x0d\xde\xe5\xba\x33\xc6\x31\x7a\xad\x5e\xe2\x28\x6b\xda\x6d\xc4\x89\x10\x0e\x99\x5a\x28\xf4\x04\xfb\x2c\x4d\x40\x63\x1f\x1f\xd4\x7e\x35\x1a\x52\x13\x9d\x86\xb8\x66\x1b\xaf\x16\xaa\xc9\x8c\xd5\x9b\xa4\x36\x1b\xe4\x74\x27\x8a\x72\xea\x1b\x84\x5c\x86\xeb\x82\xb7\xb9\x26\xea\x9e\x5f\x90\x4b\x3b\xe4\x4c\x90\xcd\xb5\xd0\x29\x2a\x8d\x25\x7d\xd7\x64\xb3\xef\x4f\x4d\x04\x60\xc7\xfa\x83\xda\x1b\xde\x02\x20\x88\xa8\x6a\x51\xe4\x32\x53\x4f\x4a\x94\x5c\xd5\x87\x07\xf0\x76\x8a\xa7\x35\x72\x9c\xb7\x21\x9a\x5d\x9a\x0a\x88\x17\x58\x95\xd7\xa1\x19\x26\x52\x93\xcf\xb2\x0a\x9c\xea\x8b\x0a\x32\x34\x41\x04\x52\x07\xdd\x64\x1c\xb2\x3c\x2f\x0e\xef\xd9\xfa\xb4\x3d\x4e\xfc\x38\x52\xfb\xb7\xdb\x6a\x63\xe4\xac\x6d\x57\x3a\x23\xfa\xb5\xf8\x5e\x99\xd0\xbd\x8d\x66\x9a\x35\x95\x26\x81\x1a\x8a\x36\x70\x96\x4f\xd3\xce\xe9\x54\x3c\x06\x05\x2a\xb9\x06\xf7\x8c\x54\xbb\x21\xe8\xec\xce\x7f\xa1\xa8\xb3\x21\xd0\xed\x63\xce\xfa\x36\x90\x5f\x97\x6b\x91\x67\x5d\x16\xd4\xff\x0e\x56\x34\x71\xd5\xc0\x52\xe7\xfe\xf1\x6c\x55\x5d\x17\x2b\xd3\x22\x83\x47\x78\x6e\x7b\x80\x2f\x68\x2b\x1d\x49\xea\xc4\xca\xef\x50\x60\x2b\x97\x42\x77\xd0\xa6\xdc\xf0\x47\x22\x24\x81\x8a\xf0\xec\x20\x2b\xbb\x94\x69\xac\x8f\x91\x24\x9e\xfb\xf0\xed\x74\x50\xc7\xd5\xa1\xd9\x32\x30\x57\x98\x8a\x1d\x7c\x0c\x6f\x6e\x74\xe7\x36\xa8\xdf\x14\x6f\xb0\x0d\xb2\x65\x97\xe1\x19\x2d\xd5\xe1\xdc\x76\xc2\x63\x60\xbb\xb5\xaa\x79\xd3\xaf\x5f\x12\x46\x2a\xcd\x8c\x23\xae\xc4\x0c\x87\xa9\xd4\x3b\x2a\x26\xf2\xd8\x60\x87\x5e\x73\x30\x02\x63\xa7\xa0\xc6\xc8\xae\xe9\x83\x07\xc1\x01\x18\x0e\x41\x5c\xb0\x13\x62\x67\x76\x4c\xbf\x18\x3b\xa1\x29\x25\x22\xcf\x71\x08\xe5\x07\x0f\x68\xe1\xb3\x64\x20\xe5\xa8\x0b\x98\x5b\x14\x93\x59\x9d\x1e\x14\xd5\x8b\x04\xaf\x20\x2c\x14\x30\x18\x56\xbf\xb0\x3b\x12\x08\x15\xec\x9a\x8d\x98\x88\x5d\x73\x43\x3e\xd4\xcb\x91\xd8\x2d\xec\xea\x40\x01\x02\xcc\x2d\x1e\xd4\xb7\xeb\xac\x21\xb1\xab\x3f\xa4\x63\x7c\x87\x1c\xbc\xae\x2e\xb2\xae\xf5\x31\x34\xcd\x42\x41\x0a\x39\x4f\x5f\x46\xa8\x71\xdd\x98\x94\xdd\x26\xbf\xa5\x4d\xd3\xe7\x09\x94\x4f\xd8\xc7\x64\xca\x1b\x86\x02\x32\xeb\x96\x6d\xcd\xec\xe3\xe0\x38\xf4\xf4\xdd\xdc\x04\x5b\x0f\x1f\xdc\x46\x45\x92\x49\xc2\x7d\x04\x12\x48\xcd\xb1\x82\xdd\x20\xad\x46\xc3\x7a\xa6\xf9\x17\x11\xc6\x3e\xf4\xd6\x96\x3e\x98\xb7\x53\x48\xe3\xa3\x36\xf2\x7c\x0c\x0a\x9d\x3c\xec\x89\xa4\x60\x9e\xc6\x90\x03\x8d\xf8\xae\x08\x6d\x9b\x48\x9e\xb9\xd0\xd5\xce\xb8\x2d\x8b\x99\xc4\x14\x28\x3a\xf9\x26\x0e\x72\xd4\xd8\x67\x2e\xb7\xff\x38\xcf\xd1\xd4\x57\x4b\x99\x92\xef\x52\x1b\xc4\xa1\x03\x6e\xd1\x1c\xff\xa7\x71\xf9\x05\x26\x89\x51\x14\x37\x1f\xf7\x0b\xe5\xaa\xf2\x01\xc0\xd1\x47\x83\xd9\x82\xfd\x77\xa1\x24\x5a\x1f\xd9\x96\x43\xa4\x18\x50\x0a\x8f\xc6\x9d\xa5\xce\x08\x3a\x75\x66\x00\xc3\x28\x32\x06\x8f\x44\xdd\xcc\x30\x23\x41\xa7\xf4\x75\x21\x1b\x9d\xc2\x77\x10\x32\xff\x23\x36\x32\xb9\x45\x3d\xb4\xc8\xc6\x20\xf7\xab\x11\x54\xc0\xb2\xaf\x57\xb1\x98\xc5\xe6\x5a\xc6\x24\x4f\x7d\x09\x2a\x99\x1c\xcc\xb8\x56\xc3\xc0\x32\x12\x39\x5c\xed\x2a\x90\xc5\x09\xaf\x98\x16\xfd\x91\x8a\x40\xd2\xde\x87\x15\xc2\xfb\xde\x7b\xf1\x04\x93\x60\xfc\x51\xe2\x06\xa5\x6e\x4b\xea\xc6\x09\x97\x31\x72\x53\x7b\xe6\xbe\xa9\x7f\x60\x49\xb8\xff\xd0\x46\x06\x7d\xb8\x4f\xca\xd9\xf5\x0a\xa6\xef\x2f\xe0\x80\xfd\xae\x23\x86\x3e\x22\xfc\xc7\x9e\x3d\x53\xaa\xe0\xc9\xd3\x14\x64\x1f\xd5\x25\x60\xb8\x43\xe9\x94\xf0\xac\x24\xb9\x9e\x7b\x88\xc5\x7c\x42\x29\x1c\x43\x78\x30\xdd\xb1\x29\x84\xcd\x4f\xf4\x90\x02\x6f\x65\x30\x96\x05\xab\x2d\xf3\x20\x22\xf4\xcf\x66\x29\x08\x09\x19\xd5\xf2\x20\x05\x8f\xf3\xb7\xf6\x24\x52\x51\x4c\x4a\xe2\x02\x2e\x2a\x64\x7e\xc8\x11\x8d\x8c\x79\x45\x68\x2d\x93\x3a\xde\x74\x07\xf4\x7b\x80\x3b\xbf\xbb\xb2\xca\x77\x9f\xe2\xe5\xef\x23\x93\xb7\xd4\xb6\x80\x11\x3a\x84\x9f\x92\x42\x27\x5c\x71\x22\x76\x47\x51\xcb\x21\x75\x60\xc6\x76\x07\x6d\x6c\x57\x30\x09\x62\x41\xdc\x41\xfa\xcb\xbb\xd2\xb0\x2f\x3c\xb3\xee\x61\x7c\x60\x03\x28\x91\x46\xd1\xe6\x8b\xf1\xa6\x29\x1f\x20\xb7\xae\x99\x98\xc9\xf9\x0c\xc9\xb5\xeb\x2b\x51\xd5\xa2\xac\xab\x73\xd9\x40\x4e\xe6\xba\xca\xca\xb1\xef\x15\x6e\x51\x90\xe1\x93\xcd\x0a\xaa\xde\x84\x07\x60\x12\x6f\x3e\x7c\x97\xd7\x07\x36\xa7\xa8\x9e\x6f\xca\x35\x8a\xbc\x77\x59\xeb\x42\x75\xee\xb8\xda\xec\xfb\xd9\x3c\x5b\x37\x3d\x98\xd1\xda\xc5\x69\x5a\xd6\x7e\xf2\xf8\x05\x1e\x66\x94\x4f\xc1\x73\x2e\x43\x2f\xf5\x4b\x39\x04\x7e\x41\x95\x69\x44\x36\x91\x80\x39\x12\x28\x28\x55\x02\x7c\x78\x70\xc9\x16\xba\x3f\x19\x2d\x53\xa4\xcc\x50\xbb\x39\x71\x5d\xc0\x83\x9f\xf3\x46\x86\x42\xcc\x1f\xde\x26\xec\x77\x3d\xef\x7a\xef\x35\xfd\x33\xe6\x79\xbf\xe5\xe6\x1d\x51\x93\xc1\xa0\x96\xc5\x0f\x59\xe2\xd4\x56\x90\x89\xc6\x38\x1d\x7e\x2c\xca\x52\xe7\x9d\x76\x66\x3d\x54\x40\x0b\x04\x43\x87\xb7\x00\x1f\x32\x1f\xfc\x73\xe4\x32\xfb\xfb\xb4\x5b\xc6\x7d\xdf\xea\xcc\xea\x86\x97\x01\x42\x89\x95\xf8\x45\xb2\x41\xde\x11\x32\x5c\x1e\x9f\x3a\x3a\x85\x75\x08\xa5\x9d\xa4\xc2\x97\x3b\xc6\x7a\xd9\x1b\x92\x14\x07\xc8\x60\x6a\xf6\x6e\x9b\x13\xaf\xf5\x9e\xc6\x2d\xf5\xda\xae\xa3\x2f\xf1\x09\x24\x20\x0e\xa8\x12\xd9\x1c\x80\x49\x8f\x74\xf2\xe6\xc6\xa5\xbc\x7e\x7f\xf8\xeb\xd1\xd7\x57\x47\xc7\xbf\xbe\xfa\xd0\x67\x03\xd9\x7b\x5f\x82\x1d\x2a\xe2\x2d\x4a\xc4\x92\x0f\xc4\x72\x74\xcd\xc3\xfe\xec\x12\x84\xce\x7b\x1b\xef\xb1\x19\x0f\x8a\x03\x65\x27\x7f\xfc\xe1\xe8\xcd\xe9\xd7\xf7\x47\x27\xb0\x0c\xa1\xfd\x1f\x19\xdd\x01\xfd\xd9\x03\x23\x5e\xbc\x88\xcd\x56\x37\xe1\x37\x9f\xf9\x1a\x67\x1f\x1e\x79\x12\xd8\x02\x55\xfb\xf4\x85\x29\xc6\x19\xd8\xcd\xc2\x4e\xc5\xde\x93\x91\x5d\x5c\x44\x3b\xad\x87\xa4\x9d\x81\x0d\x7f\xe4\x53\xb7\x9b\x60\x0b\x26\x7b\xfc\xe9\xa9\x8f\x50\x06\x86\x6d\xa3\x90\xce\xda\x21\x1a\x0e\xfc\xc0\xd9\x88\xb8\x3c\xbb\x46\x6c\x69\x37\xdb\x4c\xd7\xd0\x8e\xdf\x74\x20\x44\x38\x78\x84\x41\x23\xe2\xa7\xf0\xba\xf4\x44\xff\xf8\xcd\x07\xff\xd8\x18\xfa\x23\xbe\xe8\x41\x85\x84\x1b\xa0\x6b\xe5\x48\xd0\x6f\x88\xfa\xe0\xed\x40\x2a\x30\xc7\x0d\x7b\x22\x31\x23\x04\xc2\xec\xb2\x56\x9e\x79\x60\xb0\x1d\x2d\x89\x7b\x01\xcf\x5a\xff\x72\xb2\x74\xc5\x7f\xd1\x84\x93\xd0\x4b\xbb\x41\x13\xf7\x97\x5a\x77\x92\x47\x34\xc5\x0f\x46\x4a\xb8\x83\xd8\x4c\x93\xbb\xd0\xac\x22\x90\xd5\x1f\xaa\xa1\xa4\x3d\xd2\x89\x6e\x30\xf0\x4f\x1e\xb0\xc7\x79\x8f\x28\xce\x26\xea\x05\x37\x89\xb4\x67\x54\x65\x3d\x5b\x95\xb1\x3b\x16\xa4\x24\x87\x94\x61\xce\xac\x5d\xa7\x78\xd4\x3b\x00\xf4\x51\x8b\x01\x1e\x43\xf0\x8e\x0b\x28\xd9\x57\x9f\xac\x47\x94\x6a\x14\xe9\x65\x63\xab\xea\xed\xd5\xb3\x23\x1c\x72\xc8\x5f\xb7\x3f\xc9\xa5\x26\x1d\x46\xf1\x56\x6b\x99\x3a\x14\xff\xe7\x0e\x56\x82\xbd\x6f\x47\xc5\xf1\x2f\x54\x4b\xa3\x8b\xb7\x8f\xc8\xa5\x6c\xe6\xfe\x2a\xa7\x8c\x07\xb5\x4e\x33\xba\xcb\xe1\xdd\x85\x70\xbb\x3e\x6e\xa5\x98\xc6\xb1\x2c\xd5\x31\xec\xd7\x1e\xe3\x74\xe8\x62\xca\x05\x26\x4e\x64\xe7\x1b\xe3\x96\x0c\x48\xad\x54\xe6\xe0\x1d\xf4\x80\x53\xad\x26\x34\x97\xf4\xc7\xc3\x93\xb7\xc7\x6f\x7f\x9d\x88\xa3\x7f\xbc\x3f\x7a\x7b\x7a\xfc\xf7\x23\xf1\xe2\xf0\xf5\xeb\x1d\xf1\x51\x3a\xa9\x80\x53\x6e\x9a\xb9\xab\x43\x4b\xf2\xd6\x7b\x4f\xb1\x31\x7a\xbc\x15\x2d\x40\x00\x13\xf0\x33\x1b\xed\x4a\x4b\x19\x66\xee\x02\xe9\x33\xe1\x62\x57\x7b\x23\x85\xb2\xce\x72\x1c\xaf\xe6\xa3\x14\xb3\x0b\xa9\xdd\x56\x5b\x29\xc5\x45\x7d\x25\xe6\x59\x63\x62\xbb\xeb\xf9\xc9\xdc\xb2\xa0\xe0\xd8\x3a\x5f\x35\x28\x95\x9c\x5a\x97\x26\xd7\xbc\x2d\x1c\x1c\x75\xe2\x56\x8a\x52\x8b\xec\x3c\x2b\x2a\xe4\x7a\xe8\x10\x27\xe7\xd8\x8c\x2d\xf2\x70\x34\xaf\x1b\x94\x70\x68\x67\x69\xb2\xda\xa0\x4f\xdc\xf1\x41\xc5\xe4\xa8\xe0\x12\x52\x80\xdc\xad\x53\xf5\x41\xba\x9e\x9d\xb5\x4c\xae\x17\xf7\xf7\x50\x3c\xef\xe1\xf0\xf6\xc5\xbf\xc6\x56\x82\x9b\xee\x02\xca\x17\xe9\xbf\x0e\x78\xd7\xf0\xc0\x91\xaa\x2f\xcb\xd1\x2d\x3a\xab\x26\x07\xa7\x75\x82\x8e\xec\x53\x47\x28\x89\xa0\xcd\x98\x60\xbc\x2c\x1b\x51\x16\xdf\x25\x68\x79\x5a\x90\x80\x65\x55\xee\xf1\x12\x0a\xcc\x9f\xd7\x61\xa6\x02\x08\x75\x64\x5c\x19\x8b\x06\x20\xaa\x53\x60\x00\xa1\x53\x43\x0f\x43\xb4\xa3\xdb\x6c\x64\xe4\x4f\x93\x08\xd8\x17\x08\x98\x02\x34\x13\x76\x4c\x2e\xbc\x5d\x44\x73\x95\x8b\x56\x64\x90\xd6\x8d\xae\x96\xba\xe1\x75\x23\xce\x20\x57\x1b\x2d\xd2\x92\x70\x78\x9c\x81\xd5\x84\x76\x31\x55\x68\xdd\xd9\x60\xb8\xce\xac\x6f\xbb\x26\xcc\x72\xb1\xec\xae\xb1\x9b\xaf\x96\xf1\x18\x71\x63\x57\x68\x63\x0a\x4d\x37\xcf\x65\xd7\x7a\x17\x96\x2b\x8f\x8c\x66\x84\xf6\x36\xf6\x91\x30\x06\x48\x20\x04\xc7\xa4\x54\x14\xad\xeb\x0a\x94\x63\x11\x04\xa6\x09\xb0\x06\x18\xe7\x1a\x0a\xaf\x4f\xa8\xd6\x5e\x65\x3f\x06\x8f\x47\x62\x0f\xdd\x00\x48\xa2\x14\x3a\x62\x6a\x91\x8e\xa6\x9b\x5c\x06\x98\xa7\x4c\x37\xa1\x01\x2e\x30\x0f\x7e\x08\x8e\x45\xd3\x9c\x04\x1e\x01\x51\x28\x58\x8d\x05\x1a\xfc\x23\x35\xa4\x9d\x71\x51\x55\xb2\x09\x74\x14\x46\xf1\x80\xa1\x51\xc5\x83\x51\x39\xe0\x0a\x54\xe5\x60\xd9\xca\x44\x17\xb7\xf8\x10\x7e\x40\x01\x10\xf6\x8d\x16\x03\xf6\x52\x0b\xf8\x32\xc8\x4a\xe7\x33\x7a\xb4\x76\x7f\x30\xab\x45\x02\x72\x07\xc1\x2f\xbf\xca\x1f\xcb\xac\x82\x5f\x03\xf2\xd0\xee\xf1\xf6\x4c\x14\x3a\x17\x53\xdf\x19\xb5\xbc\x49\xf6\xc5\x7b\x5e\x46\xdf\xb5\xe7\x26\x31\xb2\x6a\xbb\xba\x61\x78\xcb\x79\xdd\x98\xc0\xa1\xab\x56\x92\xe9\xd3\x93\x83\x7e\x59\xce\x15\x10\x86\x73\xa2\xc4\x43\x6e\x22\x81\x08\xd0\xae\x9f\x21\xf6\xb9\x7f\x9c\xc3\x47\x08\x45\x81\x64\x24\xbe\x95\x3e\xad\xfa\x18\x6b\x15\x66\x63\x75\x83\x7b\x18\xa0\x78\xa8\x0b\x90\xf9\x0e\xce\xbe\x62\xdb\x5d\xd8\xec\x58\x03\xdc\xf6\x11\x1a\xc5\x30\x82\xa4\x60\xd1\x07\x97\x4e\x34\xec\x6e\x8c\x4b\x23\x0c\x37\x81\x48\x0f\x59\x91\xa2\xbe\x5f\x4d\x70\xb1\xcc\x45\x69\xc2\x1b\x62\xee\x47\x43\x2f\x86\x3a\xf5\xc1\xda\xc7\xa1\x0b\xe0\xb2\xc4\x82\xa9\x7a\xd5\xc5\x9f\x43\xa7\x0a\x1a\xa9\xcc\x41\x82\x95\x7f\x3e\xf5\x30\x8c\x9a\x36\xac\x06\x4f\x0f\x52\x0f\xbe\xc4\x15\x8d\x21\x8c\x78\x86\xeb\xda\x8f\x71\x75\x58\x99\xa0\xb6\xfe\x06\xcf\xfc\x78\x55\xbc\x96\x56\x47\x5b\x89\x97\x03\x62\x3e\x46\x8b\x11\x1e\x41\xdf\xda\xa8\xd2\x4d\x33\xf8\xf5\x2c\x2c\x56\xef\xc8\xa0\xc1\x74\x2a\xf6\x9e\x88\x03\xd2\x6e\x12\xd4\x7a\x1a\xf4\x04\x6b\xe6\xbb\x82\x9f\xcf\xa2\x0a\xb4\x33\xdd\x26\xec\x0d\xbe\x4e\xc2\x7a\x61\x7f\x67\xc6\xa4\x4c\xaf\xba\x6d\x6b\x77\xe3\x79\x5c\x75\x27\xe8\xdc\x02\x08\xbb\x37\xdf\x27\x71\xdd\x70\x08\x8d\x77\x60\xc0\x1b\xfe\x3c\xaa\x13\x76\xdd\x38\x13\x47\xd2\x73\x63\xe5\x8e\x41\xcd\xb0\x5f\x4d\xae\xa7\x4c\x37\x7b\xd1\xea\x5a\x65\x2b\xfa\xee\x75\x18\xf1\x12\xed\x85\x67\xc1\x6b\x51\xad\x5c\xd7\x95\xeb\x03\xfc\xd3\xe8\x27\x6d\xfa\x2a\x1e\x8a\xac\xd5\x42\x30\x6d\xab\xbe\xdb\xa8\xbf\x77\x9f\x7e\xae\x4c\x85\xb5\x0d\x29\x5d\xfc\x2e\x5d\xfa\x0b\x08\x4a\x38\x6b\x5b\xb0\x77\x3e\xce\x47\xe2\xe8\x52\x56\xdd\xaf\x4d\xbd\x5a\x8a\x5b\x03\x68\x3c\xde\x1f\x8f\xf7\xff\xd6\x15\x65\xd1\x15\xb2\xdd\x85\x11\x39\xa0\xa7\xb2\x94\x70\x83\xde\xc0\x23\xfa\xf4\xe8\xf5\xd1\x8b\x0f\xc7\xef\xde\x7e\x7d\xf1\xea\xf0\xed\xaf\x47\x01\x14\x57\x3b\x80\x02\x3d\xbe\x92\x99\xe2\xd5\x5c\x8b\x7d\xf4\x95\x4c\x04\xbe\x9f\x5e\xd4\x57\x87\x65\x19\x56\x37\x9f\xe3\xfa\xbf\xd4\x75\x17\x43\xd7\x5f\x83\xd1\xbc\x56\x4c\x18\x1d\x38\xc4\x79\xf7\x30\xbb\xeb\xa5\x14\x6b\x71\x0c\x30\x46\xe6\xff\x2f\x8b\xcb\x22\x97\x8d\x71\x0e\xd7\xdf\x4c\x98\x3f\xfc\x49\xe6\x5a\x3a\x72\x5d\x82\x90\x82\x0c\x47\x97\x8d\x15\xf8\x36\xd5\x9d\x5e\x10\x1b\x38\x92\x59\xab\xfe\xe6\x7a\xc6\x6c\x73\x5d\xd4\xdf\xdc\xac\x2f\xdb\xde\x94\x25\x01\xbc\x6c\xb2\xf3\x97\x4d\xbd\x54\xe4\x47\xfe\xe8\x46\xfe\x0b\x1c\xbb\x16\x7d\x78\x25\xcb\xa5\xa2\xfa\xee\xc3\x3b\x50\xb2\xb6\xc1\xb6\xd8\x52\xa6\xb3\xf7\x4d\x3d\x93\x6d\x2b\x73\x58\xe9\x53\x19\xee\xa8\xfa\x5c\x54\xe7\x4c\x4b\x1a\x61\x51\x8d\x01\xf2\x3c\x65\x67\x10\x34\x31\x79\x29\x02\x28\xee\xa8\xf7\x5d\x81\xa0\x8d\x13\xa6\x6d\x77\xfa\xfe\x5e\xc8\x2b\xf8\x40\x6b\xaf\xec\xa8\xf6\x73\x39\xab\x9b\xac\xab\x9b\x76\xff\xaa\xe8\x2e\x6c\x7d\x7d\xdc\xe5\x0f\x68\x5b\x54\x9d\xd4\x2f\x31\x72\x3c\xf5\x18\xf5\x60\xe4\x8f\x4e\x56\x79\x6b\x65\xec\x65\xd6\xb6\x28\x92\x67\xdc\xca\x88\xce\x21\xaa\xa8\x2f\x54\x0f\xd6\xba\xbc\x94\xb9\x0e\xee\x27\xaa\x6c\x21\x5b\x23\x68\x3c\xf7\xd5\x5e\xd8\xc8\x7f\x20\xb5\x8d\x76\xf1\x59\x7c\x89\x9e\x3f\x65\x74\x8a\xad\x79\x34\x1a\x44\x27\x1a\x39\xc7\x6a\xbb\x19\xc2\x80\x07\x13\x31\x00\x1b\xe5\xcb\xba\xc8\x51\x2c\xbc\x8f\x17\x52\x4b\x6f\x9c\x59\x4a\x51\x41\x43\x85\x64\xc1\xa4\xd2\xc3\xca\x66\x9d\x17\x6d\x22\x18\x6f\xb2\xa5\x7a\x3a\xb8\xf4\x8d\x96\xdf\x68\xb5\xf8\x4a\xbf\x07\xf3\x26\x3b\x07\xb9\x51\xde\xd4\x4b\x57\x25\x2b\x8b\xee\xda\x4a\x62\x73\x72\x51\xd4\xca\xd0\xab\x83\xba\xbc\x80\xab\xa3\x4d\x5c\xaa\xec\x5c\x42\xdb\x7d\x00\x9d\xcd\x9a\xba\x6d\x6d\xbc\xcd\x2b\x9d\x10\x12\xd6\xbe\x0d\xfa\xd1\xf7\x0f\xf7\xa3\xbf\xa0\x7e\xa0\x63\xb3\x8b\x10\x41\xbd\x6e\x1a\xd9\x2e\xeb\x0a\xec\x6b\xed\x8c\x5b\x14\xe1\xe9\x4c\x47\x0c\x6b\x3b\x78\x52\x1b\xb1\x1d\x74\x6f\xf3\x12\xf8\x07\xb7\x89\xc1\x6e\xc7\xa5\x33\xae\x7d\xa8\x4f\x4c\xfb\x83\x89\x58\xeb\x8f\x3a\x04\xb8\x31\x98\x70\xdd\x4e\xc0\x5f\x5e\x61\x99\x09\x83\x77\xa0\xa1\x56\x07\xb9\x8d\x17\xb7\xce\xab\x46\xcd\xee\xd8\x3b\x6b\xa8\x91\x2e\xd5\x89\x2d\x2a\x3a\xe8\xb9\xc6\x97\x66\x88\x73\x8f\x58\xd5\xba\x85\xc8\x16\x87\xda\x55\x45\x20\x23\x52\x1b\x51\x16\x8b\xc2\x49\xdc\xcf\xa5\xa6\xbe\xc7\x9d\x5c\xbc\x56\x05\xea\x70\x42\x6f\x16\x24\xca\x71\x8d\x40\xbe\x33\x36\x28\x7a\x64\x5a\xfe\xd4\x76\xcd\x4a\x1f\xb6\x31\xbe\x66\xa0\x64\x38\x98\x6c\x82\x21\x2a\xd9\x42\x24\x96\x52\x5e\xca\x92\x40\x78\xab\x4b\x5e\xca\x65\x77\xb1\x19\x50\xef\x60\xdc\x4a\x71\xcd\xeb\x4b\xd9\x34\x45\xae\x35\xfe\x46\xa7\xe7\x2f\xa3\x3e\xb7\x04\x1a\x5d\x7c\x44\x7b\xef\xb8\xb1\x17\x9a\x8e\x1a\xd0\x17\x9e\xe0\x3a\xd8\x88\x08\x23\xd8\x80\xe6\xea\xb9\x51\x1e\xb8\xa1\x5a\x40\x58\x2d\xca\xcd\x17\x84\x3f\x2e\x68\x09\x8c\xac\xab\xf5\x57\x73\x2f\x9a\xb1\x45\x60\xa5\x25\x15\x44\xb7\x85\xa0\x9e\x38\xad\xc4\xcc\xdb\x3f\xd8\xb5\xf3\x53\xd5\xb2\x26\x03\x14\x07\x30\x85\x00\xf9\xcc\x3e\x6b\x5b\x01\xa3\x4b\xd5\xe1\x28\x0e\x48\xfe\xf5\x20\xa4\x2e\x37\xd1\xd6\xd1\x46\x85\x46\x4b\xe7\xb4\x85\x0a\xb4\x7b\x89\x9d\xad\xfb\xae\x66\xeb\x28\x28\x02\xad\xae\x76\x53\x97\xad\xb8\xa8\xaf\xf6\x8d\x2f\x55\x2e\xbb\xac\x28\x5b\xbd\x80\x1a\x17\xb6\x1e\xd2\x38\x04\xad\x18\xd8\x83\x09\x65\x68\xef\x78\x6e\x14\x03\x24\x14\x53\x4a\x31\x43\x8b\x78\x26\x77\x82\x30\x23\xc5\xad\x91\x25\xd6\x23\x9f\xc6\xf6\xec\xda\x88\x86\x41\x0b\xe0\x48\x98\xed\xe6\xd2\xb4\x50\x5d\xd8\xd6\x18\xb2\xbd\x4d\xf3\xba\x09\x52\x77\x72\xa7\xde\x9e\x05\x74\xdc\xb9\xf0\xd3\xe1\x6d\x78\x7e\x97\x1e\xdd\x7a\x95\x45\xf5\x9d\xed\xd8\xac\x52\xb2\x67\xbc\x8a\x77\xea\x9a\xee\x10\xe9\x53\x23\xed\x64\x97\x08\xa7\xc7\x9c\x87\xdb\x3e\x7c\xe9\x72\xd9\xc9\x66\x51\x54\xa0\x6c\x32\x0a\x21\x23\xea\x8d\x7d\x62\xc1\x7d\x63\x55\x96\x20\xdf\x46\x26\xb3\x36\x54\x86\x53\x24\xea\xa3\x08\x84\x35\xcb\x73\x13\xd2\x70\x51\x5f\x5a\x9f\x5b\x87\x87\xb2\xd6\xbb\x16\x6a\xc9\x7c\x6b\x73\x1a\x98\xd3\xeb\x84\x7c\x3e\x9f\x81\x09\x7b\x76\x26\x2b\x39\x2f\xba\x56\x94\xea\xe5\xd9\x98\x41\xcf\x64\x95\x35\x45\xdd\xaa\x13\xd9\xc8\x7c\x35\xb3\x6b\xfb\xf2\xdd\x1b\x51\x57\x56\x49\x22\x65\x35\x12\x67\x2b\x9d\x48\xa5\x92\xe7\xa0\xae\x2b\xaf\x45\x36\x9f\xcb\x59\x07\xda\x52\x75\xa5\xaa\x19\x6c\x93\xe9\xb6\x5d\xe8\x0c\xb3\xaa\xa7\xd6\x8f\x45\x3a\x43\xac\x62\xb1\xd4\xbc\x01\x5a\x00\xa4\xcc\x35\x41\xdd\x8a\xd6\x6f\x81\xd1\x0e\xd8\x7b\x84\xf9\xc0\x38\xaf\x8e\x22\xb8\x91\x72\x1b\x10\x5b\xcc\xdd\x9d\x76\x75\x23\x5b\x7b\x21\xe1\x60\xed\xb6\x62\x76\x51\x94\x79\x23\x2b\x42\x9a\xfc\xc5\x07\xdc\x7f\xbb\x2d\x07\xae\xe3\x90\x01\x3f\x5d\xb4\x8a\x89\x51\xf4\x94\xb0\x9a\x60\x2a\x01\x48\x4b\xe6\xa4\x00\xfa\xd0\xc2\x4d\x6b\xee\xf3\xf2\xe4\xdd\xfb\xf7\xc7\x6f\x7f\xfd\xfa\xe2\xf4\xf4\xeb\x8b\xd7\x87\xa7\xa7\x62\x2a\x76\x8b\x76\x2f\x37\x90\xc9\xd3\x40\xf3\xe9\xf1\x98\xc2\x07\x81\x45\x44\xcf\x52\x2f\x88\x51\x72\x66\xe6\xa9\xe0\xa3\xe0\xea\xb4\x13\x1a\xb0\xb6\x3c\x3a\x91\xf3\x30\x5b\x80\x09\x53\xe7\x5a\xc1\xa9\x8c\x5b\xa9\xce\xa2\xba\xed\xea\xcc\x70\x07\x73\x88\xff\x3e\xab\x9b\xfc\x99\x66\x1f\x47\xdc\x5c\x75\xfa\xc7\xe7\x3e\x8b\x91\x4f\x85\x94\x13\x43\x5d\xf7\x5d\xf3\xaa\x13\x24\x4b\x09\x33\x4d\x58\x2e\xfb\x74\x75\xd6\xce\x9a\x62\x69\x29\x9b\x7f\x68\x3e\x0d\xea\xeb\xdd\x79\xe1\x73\xde\xb4\x36\x8e\xf5\xee\xae\x81\x0e\x3b\xad\x98\xac\xba\x71\x07\x38\xb1\x1f\x4e\xcb\x07\x29\x3b\x79\x47\xf5\xb5\xa7\x8c\x23\x83\x33\x99\x58\x65\xac\x48\x09\xf4\x4c\xc3\x20\xbe\x5d\x91\x6b\x55\xd4\x71\x3e\xd8\x8d\x87\xb5\x1b\x54\x6f\x4d\xf8\x3d\xa7\x83\xf2\x87\x7f\x42\x8c\x80\xf0\xe9\x9f\x20\xfe\xe1\xc1\x03\x33\xe8\x03\x44\xf2\x8b\x16\xbc\x76\x6c\x7d\xcd\x58\x93\xe0\x09\xfa\xcb\x4c\xdb\x0b\x4f\x22\x73\x23\x3c\x21\xbd\xcd\x5a\x02\x89\xf6\xda\x4d\x3e\x99\x7a\xfa\x65\x91\xbf\xe1\xf2\x4e\xdb\x75\xcf\x03\x19\x48\x8b\x24\x09\x6c\x9c\x88\x62\x2e\x06\xb4\x91\x37\xea\x20\xca\xbe\x50\xb9\xcb\x9d\x43\x31\x0d\x06\x30\x6e\x75\xe9\x19\x76\xb3\x89\x81\x8f\xc2\x42\xbd\x3e\xd1\x67\xfb\xc2\x09\x04\x3b\x83\x61\x3a\x98\xbd\x9a\x9f\x5b\x84\x68\x12\x26\x19\x77\x5d\x0d\xd0\x81\x0d\xe5\x90\x3e\xb5\xa6\xe3\xef\x74\x3c\x15\x36\x76\x66\x5f\xae\x70\x1a\xb1\x3a\x99\x09\xdc\x3b\xc2\x71\x8b\xbc\xd5\x4e\x44\xc9\xc7\xfb\xc6\xf8\xb2\xc8\x4d\x08\x4f\x1b\xec\xf1\xfd\x96\x38\x20\xb2\x37\x31\xb6\xa9\x70\x7b\x76\xa6\x3e\x78\xe5\x7b\xf4\xdd\xdb\x7b\x84\x4d\x7c\x5a\x45\xa6\x5d\x98\x59\x11\x35\x0e\x0e\x70\x0c\x80\x56\xf8\x1c\x9a\x87\x6c\xbd\xe0\x77\x5a\x72\x11\x26\x75\xe7\x5a\x71\x51\xfc\x03\x7b\xed\x3b\x5e\xcf\x0d\x17\x34\x09\x98\xbd\xab\x1b\x6e\x6b\xf2\xbe\x6e\x7f\x63\xb1\xe7\x5a\x3a\xf7\x3e\x9f\x5e\x99\x22\x3f\x0b\x25\x92\x83\xb8\xbe\xe0\x1c\xd1\x5f\xd4\x5e\x15\x3d\xd7\xbd\x55\x2a\x7a\x26\xb8\x8f\x48\x60\xe3\xbe\xd9\x37\x94\x6f\x49\xf4\x1b\xf6\x2b\xf3\x38\x8a\xb2\xe0\xa1\x32\xbe\x9d\xd5\x60\xb0\x0d\x4d\x21\xdf\xd2\xe8\x32\xd8\x86\xba\x0c\xb5\x0b\x19\x5c\xba\x76\xa1\xd0\x95\x96\xfa\x9f\x46\xc8\xe9\x6d\x3f\x9c\xa8\x1a\x59\x59\xf7\xc6\x38\xf7\x74\xba\x2f\xb9\x35\x8d\xab\xa3\x91\x8d\xa2\xe5\xe1\x79\xd0\xc9\x9d\xe8\x37\x4d\xcf\x15\xdd\x3e\xae\xe6\x8a\x35\xb9\x26\xa0\x8b\xd6\x2c\x6a\x14\x36\xc1\x76\x63\x7f\xef\x18\x36\xc0\x30\xf2\x71\x49\xd1\xbe\xa8\xcb\x32\x5b\xb6\x32\xe7\x0a\x55\x3f\x45\x75\x7e\x48\x72\xc4\x0c\x10\x6f\x21\x9e\x0b\x9a\xa3\xd6\x30\x1e\x17\x59\xfb\xa6\x6e\xc0\x41\x88\x5a\xe6\x5c\x64\xed\x5b\xd9\x76\x32\xff\x55\x4b\x6b\xf1\xd2\x84\x63\x0d\xbe\xa0\x8c\xc1\x11\x8b\x67\xf3\xd9\xaa\x0d\x29\x03\x21\x12\xca\x20\xee\xd4\x5a\x13\x46\xd5\x85\xb9\xb4\x8d\x97\x13\x3e\xbd\x96\x97\xb2\x9c\x38\xfe\x4c\x0f\x17\xc4\x8c\x02\x1b\x85\xfb\x03\x13\xdc\x46\xc5\xe9\x31\x85\x5b\xde\xdd\xde\x83\x7d\x1b\xc6\xb8\x69\x8a\xcc\xca\x96\xc8\x0a\x60\x2d\x5c\xb8\x00\xfa\x4e\x1d\xe7\x13\xc7\xfa\xba\xde\x14\xbc\x53\xd9\x9d\x16\xbf\xcb\x89\x95\xbc\x1f\x58\x51\xa6\xf3\x6d\x88\x9d\x8a\x55\xbb\xf7\x75\x7b\x5c\x9d\xca\x6e\x22\x02\x42\x8b\xed\xcb\x51\xd1\x23\xf1\x84\x81\x15\xce\xf0\x3c\x98\x4d\x62\x82\x62\x3c\x1e\x63\xcc\x6a\xf2\x7d\x15\xe4\x43\xb4\x5a\x81\x35\xf2\x79\x28\xb2\xe1\x84\x61\xb6\x37\x82\xb3\xc3\xee\x38\xc0\x48\x30\xc3\xc8\xdf\x2d\x58\x8c\xf5\x59\xa8\x14\x65\x28\xa2\x77\xae\x5e\x64\xde\xec\xc5\xa1\x8d\x9d\x9d\x3e\x0a\x4f\x19\xbc\x24\x11\x1d\xcf\xb2\x4a\x7d\xdc\xb1\xd8\x0b\xe1\x13\x0e\xbe\xd6\xf7\xec\xd8\x66\x1a\x1f\xf4\xe6\x0d\xf4\x54\x1a\x12\x08\x7a\x66\x00\xb9\x98\xaf\xc7\xe3\xf1\x00\xcd\x56\xa1\x11\xfd\x12\x31\x93\x37\x29\x70\xb0\x57\xba\x4f\xd1\x35\x6b\xdb\x01\x4b\x4d\x1c\x36\x0a\x0b\x34\x3b\x38\xf2\x8b\xf3\x32\x7c\xe2\x0e\x86\xb8\x33\x48\x15\xf6\xf9\x27\x9c\xcf\xcd\x27\xe9\xc2\x99\x0f\x19\xea\x3b\x08\x8f\x78\x98\x67\x1f\xd5\xc5\x7d\xae\x03\x14\x8b\x91\xfe\x81\x4e\x97\x36\x89\x10\xf3\x81\x20\x9c\x17\xc8\x20\xf0\x87\x0d\x53\x89\xf6\x49\x61\xe5\x5b\x5a\x0a\x52\xbd\xe9\x9a\xa2\x4f\x87\xff\x27\xe2\xd3\x97\xa0\x01\x16\xeb\xbb\xfd\x37\xb9\x2c\xb5\x30\x24\x68\xc0\xf8\xa5\xf9\x76\xea\x80\xbd\xab\x64\xd4\x47\xc8\x67\x4c\xd7\xf1\xb7\xa0\x91\x21\x3f\xd3\xb5\xf9\x23\x9c\x68\x6e\x7b\x2d\x72\x52\xb4\x8f\x76\x5c\x91\x7b\x86\xd9\x25\x7b\x3b\x40\xc4\x76\x88\x9a\x6e\xb7\xd9\x18\xb8\xde\x77\xfc\x65\x12\xf3\x15\x0f\x1e\xb0\x8c\xde\x20\x42\x7f\xec\x41\x34\x15\xc8\xe0\x18\x0e\x6f\x10\xe2\x3c\x16\x98\x2e\x1f\xf6\xe5\x00\x25\x3c\x3a\xc9\x05\x41\xa4\x44\x4c\x9a\x08\x9c\x3f\x42\x9d\x73\x36\x87\x04\x82\x8b\xeb\x44\x5e\xed\x4e\xc2\x94\x10\x70\xf8\xeb\x90\x14\x67\xe0\xc2\x68\xb8\xf8\x61\x76\x1f\xde\x89\xbc\xce\x8c\x27\x8c\xb9\x3d\x84\x5b\x0d\xdb\x92\x40\x32\x5c\x1c\x70\x02\x25\x0c\x04\x1e\x77\xe6\xb8\x7e\x32\x5b\x17\x9b\x7a\xd7\xd6\xfb\xba\x2b\x1e\x09\x9d\x76\x6e\x50\x0c\x21\x54\x75\x2c\x09\x20\x83\x33\x82\x16\xd3\x3e\x8a\x88\x6f\x0b\x12\xfb\x6d\xff\x25\x42\xd9\x8b\xa4\x43\x71\x34\x31\x2c\xa1\xe5\xe7\xf3\x78\x18\x06\x43\x67\x47\xbd\xc5\x88\xfb\x42\xd6\xf3\x8f\x3c\x2a\x5b\x45\x54\x25\x99\x08\xd8\xe6\x62\xc4\x70\xd6\x90\x95\xa3\x5e\xb6\xb7\x62\x9f\x66\x61\xe4\xbb\xf7\x6f\x45\xda\x3f\xc6\x26\xdb\x0d\xc0\x42\xba\xeb\x08\xdc\x9b\x93\x0e\x00\x21\xa0\xed\xfa\x37\x70\xb6\xea\x3e\x90\xd5\xa5\x04\xa6\x86\x97\xe8\x91\x93\x8a\x50\x8a\xe8\xae\x7a\x9c\x25\xd2\x3f\x53\xa7\xf7\x16\x1d\x87\x69\x23\x3d\x4c\xe7\x76\xe3\x12\x16\x9a\x92\x58\xfa\x43\xb3\xfe\xb8\xb7\xf3\x3d\x0e\x2f\x24\x24\xd5\x95\xa9\x8a\xdf\xfb\x43\x47\x86\x1d\xce\x45\x36\xf6\xdf\x26\xf6\x28\x51\xf9\x70\xa2\x9d\x5c\xad\x85\x40\xe8\x67\x8f\x1b\x70\x06\x03\xc1\xa9\xd9\x1e\x56\x94\xcd\x97\x24\xf4\x37\xe0\x48\x8e\xd6\x68\xd2\xba\x0b\x12\x16\x50\x9f\x92\xa7\xfe\xf1\xb4\x61\xad\x31\xaf\x81\x3c\x15\xd2\x22\x2f\x7b\x7c\x8d\xef\x31\xcd\xd4\xec\x1e\xe5\xa3\x78\x87\x46\x9c\x70\x07\x19\xc2\xf4\x89\x63\x66\xa1\x80\x85\x93\x5d\x1c\xe0\x33\x6d\xb2\x0a\xb7\x9e\xac\x21\x14\x8e\xe2\x78\x06\xcf\x7a\x54\x84\x1d\x3f\xa3\x77\x0a\xe5\x93\x75\x66\x60\x34\x15\x7b\x5d\xb5\x28\x18\x32\x3f\x1f\x44\x5f\x26\x62\xb7\xa9\xaf\xb4\x1a\x16\x91\x21\xf5\x2a\xdd\x2b\xb3\x33\x59\x1a\x90\x07\xe3\x2a\x5b\x60\x5e\xd4\x70\xd4\xf0\x3f\xf4\x99\xe3\x9b\xe3\x7b\x45\x37\x8c\xd9\x25\x7d\x82\x6e\xd9\x67\x58\xc0\xde\xa3\xb3\x33\x5d\xbb\x28\x85\xda\xed\x1e\x17\x62\x68\x7e\x85\xa7\x6b\xff\x37\x99\xc6\x1d\x59\xf3\x04\xdf\xad\x50\xb6\x3b\x8f\xee\xfb\x3e\xcb\x4d\xfa\xac\xa6\xf8\x99\xa1\xa8\x87\x25\xca\x13\x67\x3d\x6d\xbf\x90\x9b\x1d\x5c\x19\xad\x85\x8d\x13\x9b\xdb\x51\xd0\xd7\xf1\x28\xfc\x6c\x54\x69\xf6\x73\x68\x4d\xe8\x65\x43\xfd\x62\x67\xb2\xaf\xa4\x84\x4a\x91\x69\x48\x84\x3f\x24\x90\xf6\x08\xc0\x7e\x21\xe7\xed\x73\x28\xea\xda\x20\xfc\x8a\x64\x64\x77\x95\x56\xf7\x09\xa4\xb7\x16\x3a\xa7\x84\x6f\x7d\x19\xe9\xb1\x31\x9a\xa2\xcc\x96\xb7\xd3\x72\xc3\x83\xf0\x83\x16\x7e\x45\xbb\x16\x22\xa0\x1d\xc7\x7d\xde\xdc\x78\x10\x56\x46\xfb\x18\x82\xe4\x26\xd1\x90\xda\xc4\xa3\xc5\xb2\xbb\xd6\x6f\xff\x21\x7e\xfc\x33\x66\xd1\x01\x02\x68\xe4\x5c\x9d\xe7\xc1\x46\xa6\x97\xdc\x8f\x2f\xe0\xa1\x36\xc7\x08\x00\xb2\xa0\x53\x29\xd3\x6f\xf2\xda\x5d\xb4\xe0\x82\xe1\x96\xf4\xd6\x4c\xd7\xf4\x37\x53\x51\xdf\x23\x5f\x51\xff\x46\x15\xc3\x9b\x35\x5d\x87\x5f\x6e\xf1\x6b\xc8\x9d\xf7\xe9\x1a\xfd\x40\x55\xa2\x0b\x39\x5d\x47\x9f\x70\x75\x55\x30\x5d\xb7\xb1\x58\xc3\xcb\x45\x7d\x71\x88\x28\xa3\xd3\x32\x5d\xe3\x53\x17\xd6\x34\x03\xf7\x7f\xa3\x0a\xe8\xce\x4f\xd7\xe8\xc7\x66\xa2\xe3\x2e\xfc\x74\x1d\x23\xdb\x90\x26\xe1\x5f\x98\x24\xd8\xbb\x3f\x5d\xbb\x3f\xb9\x62\x85\x1a\x50\x15\xf5\x13\x57\x43\x38\x6a\xba\xc6\xbf\x50\x25\x8b\x50\xa6\x6b\xfb\x17\x33\x58\x84\x5c\xa6\x9c\x84\x2e\xd5\xc4\xe0\x9c\xa0\x8d\xf9\x9a\x6a\xa4\x71\xd1\x94\x93\x99\xfc\x11\xa2\xa8\x65\xf4\xdb\x8a\xdd\x0c\x62\x9b\xae\xcd\x1f\x31\xb9\x14\x13\x1f\xb6\x38\x7a\xfa\x38\x29\xdb\x20\x0a\x55\x63\x10\xd7\x93\x54\xf0\x1b\x77\xff\xcf\x29\x95\x2d\x02\xea\x6a\x0c\x88\x28\xd4\x5d\x68\xb4\xa7\xb0\x4e\x28\x24\xf9\x2e\xaf\xdd\xac\xd5\xdf\x13\xfb\x18\x47\xea\x9b\x21\x12\x39\xe8\xfc\x72\x7c\xa2\xb0\x59\x5d\x96\x90\x1f\xdb\xa4\x63\xcb\xb3\x2e\xc3\x2e\xf6\xb2\x02\x19\xb4\x77\x5c\x98\xd7\x8d\xc8\x74\xe7\x1a\x44\x14\x7b\x8d\x13\xae\x2b\x76\x63\x38\x89\x7d\x88\x22\x2e\xc2\xb2\xe0\x48\x61\x15\x72\x14\x11\x66\xeb\xe3\xae\x6b\xd7\xff\x9a\xb0\x1c\x6f\xb2\xe5\x24\xcd\x7c\xb8\x7b\x68\x18\x21\x17\x11\x4b\x08\xe7\xcb\xb0\x36\xa1\x92\xce\xc9\xa6\xe2\x71\x17\xad\x61\xaf\xb4\xc4\xde\x81\xd0\x21\x7c\xc0\x98\x40\x07\xe9\xd1\x14\xc3\x7f\x5e\xda\xec\xb3\xbe\x57\xad\x62\x98\x88\x84\xee\x81\x56\xac\x97\x89\x8a\x28\x62\x40\x9d\xa8\x57\xc7\xd5\x32\x35\x98\xa6\xe3\xeb\x9a\xc2\xa0\xc1\x51\x05\xde\xe1\x7c\x03\x28\x0c\x1a\xbc\x96\xd9\xa5\x4c\x35\x80\xc2\xa8\x87\x3c\x0d\x3f\x0f\x2a\xbf\xbb\x4c\x8f\x46\x95\x91\x30\x56\xfe\x81\x6a\xce\x4e\xd6\x46\x07\x97\xe0\x0a\x7f\x9b\x4c\x42\x3d\x7d\x08\x9c\x99\x9c\xb6\xa0\x17\x67\x59\x2b\x73\x6b\x93\x5b\x54\xcb\x55\xa7\x03\x99\x8e\xc4\xd5\x45\x31\xbb\x10\x45\xeb\xc3\x52\x80\x90\x45\x87\xee\x12\xf9\x0a\xd0\x03\x71\x4d\xd2\xfd\x99\x5e\x7d\x56\xd6\xbf\x2b\x78\x62\x0f\xec\xe0\x8a\xb0\x7f\xe8\x8c\x36\x81\x0b\x20\xf6\x60\x44\xfa\xef\xae\x29\xce\xcf\x65\x23\x72\xda\xd6\x0c\x48\x0f\x74\x96\x55\xe2\x4c\xe3\x04\x09\x5b\x09\x7f\x96\x6a\x93\x84\xec\x66\x1c\x5a\x60\xce\xb6\x42\x09\x95\xbc\x3a\x46\xd6\x84\x36\xfc\x9b\x1e\xcb\x44\xc0\x66\xaa\x3f\xad\xb4\x29\x46\x17\x68\x96\x3d\xa6\x0c\xeb\x08\x87\x6c\x14\x72\x23\xc0\x26\x75\x9c\x1f\x69\x60\xeb\x54\x70\x05\xd4\x16\x50\x77\xab\x50\x38\xfd\x82\x0f\x78\x20\xe6\x4d\x57\x1c\x18\x94\x03\xab\x74\x87\xc0\xde\x5b\x0e\x06\xae\x27\x9b\x8e\x34\x32\x7e\x45\x16\x8a\x31\x88\x2d\x86\xe9\x65\x73\xb1\x98\xcd\x1f\x0b\xb2\xf6\x61\x8e\xed\xe8\x0e\x9e\x9b\x28\xa6\xe0\x04\x37\xeb\xc4\xac\x6d\x8d\xf9\x34\x38\xdd\xcc\x81\xdc\x01\xa9\xa3\x47\xdc\x10\x36\x48\x9c\x89\xc8\x9b\x81\x6a\x42\xe5\x18\x4f\x1d\xe3\xd2\x68\x82\x40\x01\x5d\xd4\xfe\xe0\x23\x1f\xf6\xd3\x9b\xc9\xbb\x8e\xbc\xb7\xa5\x81\xfa\xce\xc7\xcb\xb6\x64\xdf\x44\x96\x7e\x98\x20\xae\x8c\x72\x36\x64\x20\x74\xb2\xad\x6d\x2f\x06\xa6\xb7\x91\xce\x38\x75\x3f\x3c\xec\xa9\xd8\xd9\xf1\xfc\x09\xba\x09\xe1\xf3\x6e\xd6\xb6\xee\x45\x86\xda\x3b\xf3\xbb\xe8\x6c\x8d\xf8\xda\x69\xfb\xf9\x44\x83\xfb\x68\xc3\xfd\x71\x1b\x05\x22\x95\x3f\xcd\xd3\xdf\xf5\xe8\xbd\x9b\x7f\x93\xd7\x2f\xea\x5c\xea\x10\x00\x27\x1f\x5e\x9f\x66\x73\x69\xbe\x41\x68\x80\x2d\x5c\x9e\xd7\x9c\xdd\x3c\xeb\xd9\x7e\x1a\xb9\x3e\x6b\x6f\xfb\x91\x38\x35\x61\xb7\xd4\x1b\xa4\xdf\xfb\x39\x88\x39\xb0\x85\x7b\xf5\xda\xed\xdf\xc9\xbb\x8f\x26\x5c\xec\x29\x6e\xf7\x52\x7b\x8a\xa9\x8e\xec\xdf\x27\xf5\xd5\x18\x28\x21\x9d\x28\xa4\x38\xf9\x3f\x75\x25\x47\xfe\xcf\x97\x45\xc3\x7a\x7a\xbb\x0a\x7f\xa2\x77\xba\x3a\x10\xd8\xa2\x77\x14\x7e\xf0\xb2\x22\xc3\xf8\x87\x15\xa0\xc3\xb0\x16\x76\xa7\x1e\x7d\xae\xee\x16\x95\xe0\x8e\x5e\xeb\x91\x75\xd1\xa6\x80\x0f\x77\x8e\x3f\x10\xed\xdb\x7d\x03\x20\x58\xf7\x99\x73\x89\x6f\xf1\x94\xb9\x47\xb1\x5b\x7a\x32\xe6\x83\xf6\x48\x71\xf1\x2e\xeb\xab\x57\x26\xf6\x8f\x3f\x9c\x23\xfb\x7e\x3c\xf1\xa5\x2f\xde\xbd\x79\x7f\xf8\x02\x1f\x61\x40\x94\xcc\xc9\xde\xc2\xbb\xdf\x3b\x15\x85\xee\x8f\xd1\x59\xfa\xb4\x4b\xaa\xec\x7e\x31\x31\x93\xac\xcf\x3b\xd3\xc0\x14\x9a\xaa\x9c\xfb\x93\x91\x7e\xf0\xcd\xa1\xc8\x34\x26\x6e\xae\x71\x55\x57\x6c\xaa\x5f\xda\x34\x02\xeb\xdb\xc0\xc9\x2a\xf2\x65\xfa\x39\x6b\xe5\x56\x8e\x4c\xec\x46\x82\xeb\x92\xf3\x44\x6b\x49\xa9\x71\x69\xd2\x86\x0f\x8a\xfa\x15\x33\x4b\x95\x03\x7b\x41\xb2\xb2\x81\xeb\xe9\x78\xb1\x2a\xbb\x62\xe9\xa2\xe8\x16\xad\xbe\x18\xc6\xc8\x44\xbf\xef\xb0\x42\xce\x18\xbe\x39\x63\x5c\xb3\x0b\xd8\x89\x25\x92\x33\xf8\x83\x7c\xc7\x58\x0b\xdb\xbb\x5e\x91\xda\x45\x7b\x5a\x2f\x24\x40\x3d\x82\x08\x60\x32\x0f\xa3\x26\xd0\x75\x53\xcc\x87\x6c\x8a\x4b\x35\xa8\xac\x93\xbf\x34\xf5\x02\xe6\x69\xa8\x7a\x25\x7f\x74\x8c\x9f\x03\x16\x98\x5b\x27\x02\xf3\xea\x8d\xb6\xd1\x85\x7d\xe6\xef\x47\xc0\xb3\xb4\xa3\x40\xb0\xee\x44\xd8\x56\x7f\x57\x22\x6c\x38\xf5\x03\x24\x0c\x90\xaa\x63\xd3\x64\x23\xc3\x5b\xc5\x1f\xb8\x1f\x63\x73\x96\x49\xa6\x4f\x05\xee\x34\x74\x8d\x02\x4d\x3a\x9a\xe4\x06\x15\x40\x68\xc9\x1d\xd8\xc3\x86\x0a\x87\x5b\x32\x00\xed\xaf\xfa\x8b\xb7\xad\x69\xa3\x6c\xfc\x26\xa5\x84\x19\xd1\x6b\x32\x55\x32\xce\x31\x99\x78\xa2\x28\x5a\x06\xec\xae\x82\xd7\x11\x3b\x8c\xe0\x4e\xbd\xb3\x89\xf6\x86\xc5\xf5\x74\x5f\xfa\xbb\xaf\x67\xcc\x72\xe3\x8a\xa6\xc0\xd7\x24\x0b\xcc\x34\xa0\xe5\xbe\x9d\x0d\x22\x12\xb7\x30\x25\x56\x46\xe8\xf6\xd8\xc5\xcd\x6c\xa4\x0e\x50\x58\x5d\x9b\x48\x01\xe0\xd9\x9a\xa9\x6b\x2b\xe4\x8f\x65\x59\xcc\x8a\xae\xbc\x56\xaf\x8e\x6f\x6a\x15\xbe\x99\xd7\x33\xe4\x3c\xcd\x2a\x85\xb2\x54\xc7\x46\x1e\x70\x26\x2f\xb2\xcb\xa2\x6e\x44\x3d\x17\xdf\xb0\x2c\xf9\xdb\x08\x75\xdc\x41\x16\x14\x2b\x9b\xdb\x05\x63\x9a\x3d\xfd\xb6\xde\x35\x9e\xb6\x2e\xcc\x0a\x38\x04\x5f\x5e\x5a\x7f\x60\xb3\x79\x63\xfc\xe6\x50\xdf\x01\x4d\x2e\x20\x12\x96\xcd\x7a\x57\x74\x17\xea\xd2\x97\x12\xf5\x9c\x67\x5d\x36\xfe\xec\x55\x66\xf1\xd1\x53\x48\x90\x73\x17\xdb\xb0\x87\x68\x65\xd9\x2b\x05\x97\xca\x95\x8c\x42\x29\x30\x97\xda\xc2\xf7\x7d\xd7\x53\xb1\xf9\x38\xe0\x28\xb8\x77\x59\x85\xb8\xf2\xbd\x27\x8e\x28\x6b\x7a\xf6\xe6\xd5\xe5\xda\x63\xe9\xef\x06\xf7\xd4\x2d\xfc\x52\xef\xe2\x6c\x1a\xd3\x19\x9f\xab\xa2\x5e\x2c\x57\x9d\x3c\x8e\xab\x0c\x90\x1b\x1b\xe3\x0f\xeb\x70\xd2\x04\x79\x4e\x4c\xc5\xfa\x16\x30\xbd\xf9\x1f\x7d\xb3\xf2\xbe\xac\xba\x83\x89\xc0\xdd\x85\x51\xf5\x75\x19\x55\x24\xa3\x01\xe8\xe2\x58\x39\x7c\xd9\x93\x31\xc9\x10\x56\xf3\xd0\xd2\x59\x5c\x0b\x9a\x01\xc3\x44\xfb\x3d\xd6\x11\x3e\xe2\x1c\x19\x28\xf8\xcc\xc8\x41\xb2\x81\x33\xd0\xcf\xc0\x50\xeb\x3e\xf6\x9b\xcc\x38\xc9\xf8\x68\xff\x3d\x2e\x92\xe7\x20\xdf\x69\xc0\xa2\x19\x80\x1d\x57\x7f\x2f\xe4\x55\x52\xb3\x12\x8f\x65\x67\x9c\x84\x61\xa3\x1b\x6f\xe1\xec\xcb\xf2\x13\xd8\xb6\xa7\x85\xcc\xde\x7d\xe2\xc1\xa4\x26\xba\x68\x0f\xcb\x52\x6b\xa1\x9d\xd9\x72\xb4\xbc\xad\xd1\x92\xf8\x2a\x5a\xee\x65\x19\x9b\x4d\xf0\xd2\x4b\x7c\x17\xcf\xbe\x59\x24\x6a\x59\xb5\x90\x5d\x04\x52\x62\x6c\x63\x42\xd0\x5d\x48\xd4\x1a\x2c\x7f\xa6\x62\xb7\x6b\xa4\x3c\x6f\x8a\x7c\x97\xa6\xa2\x48\x7b\xb0\xcd\xed\xf3\x3c\x72\x63\x53\x40\xeb\xee\xf5\x9d\x3d\xdc\xec\x42\x62\xaf\x2a\x22\x02\xc3\x28\x6a\x86\x1f\x94\xe4\x81\x39\x30\x03\xc7\xfb\x27\x17\xa0\xb1\x91\x0b\xb9\x33\x4a\xaf\xa4\x63\xf9\x03\xbb\x0a\xc6\xb7\x1f\x16\x17\x24\xa6\xc7\x55\x25\x1b\xb5\x0e\x0e\x43\x16\xad\xfb\xf6\x9b\xbc\x6e\xbb\xa6\xfe\x2e\x61\x32\x74\xc9\xd2\xc6\x5c\x4e\xf2\xe1\xe9\x47\x6e\x85\x24\xd3\x75\x2c\x38\x51\x4c\x5e\x57\xcc\x32\xac\xd3\x55\xb4\x7f\x2f\x5b\x75\xb5\x8e\xb9\x53\xe4\xd3\xcf\x3f\x21\x7a\x81\x5d\x26\xa0\x6a\xd1\xee\x69\x84\x90\x9d\x81\x7f\x05\x30\xa5\xb8\xd6\x06\xbf\x8b\x35\xf8\x06\xe1\xf9\x51\x55\x78\xb4\x5c\xa0\x12\x8f\xbe\xa6\x1d\x64\xc2\x6d\x1f\xab\x43\x36\x0a\xd6\x74\xec\xca\xbd\x9d\x06\x76\x6f\xd9\x71\x3e\x63\x9c\x83\x2f\xb2\x42\xf4\x36\x99\xe2\x31\x76\x79\x08\xbd\x25\x38\x07\x95\x5e\xef\x13\x6d\x9a\xa7\xfe\xdb\xe3\x96\xd2\x6e\xed\x81\xf2\x27\xb9\x9f\x90\x2c\x57\xc8\x1a\xc6\x7f\xe4\x1b\x90\x3c\x77\x41\x3b\x52\x16\x34\xc7\x38\x6b\xba\xc6\xbf\xfe\x13\xfc\x62\xd4\x51\x25\x18\x2a\xed\x1c\x83\x1c\x3f\xdc\xb5\xfb\x93\xdd\x3f\xbe\x06\xd6\xf5\x2d\xeb\x00\xd2\xd5\xe7\xe7\xa5\xb4\xc4\xe4\xb0\x2c\x07\x59\x59\x3a\xda\xb2\x29\x2b\x0c\x4b\x1f\x93\x8a\x85\x8d\xd6\xaf\x75\xf5\x21\x1c\x8e\x35\x5c\xe5\xa8\x2b\x53\x3d\x26\xcb\x2d\xef\x2b\xa2\xca\x99\xf6\x44\xd3\xc5\x94\x93\xd5\x19\x72\x01\x06\xb6\xa3\xe9\x21\x18\xda\x5a\x3f\xe2\x38\x4e\x38\xaa\xcb\x6d\x3f\x6b\x78\xde\x3f\x22\x2f\x05\x1c\x09\xe4\x62\x95\xda\x7f\xe7\x2f\x83\xdc\x5a\xc1\x71\x06\xfd\x7e\x46\xdd\x67\x71\x19\x71\xa5\xd1\xb5\x3e\xf9\xd2\x2f\xc4\xa3\x6f\x8a\xc7\xd3\x37\x41\x84\xb7\xc4\x34\x08\xce\x48\x8c\xe1\xd1\x40\x90\xdd\x4d\xda\x46\xfd\x2f\x32\x69\x6d\x36\x98\xa7\xde\xd5\xc2\x94\x08\x93\x62\xbb\x53\xc6\xc2\xb4\xdf\x18\x34\xe9\x8a\xcd\xf3\xc1\xfb\xfb\x3e\x2e\xa4\x56\x01\x6a\xf3\xba\x7d\x6d\x40\x68\xa4\x22\x99\x4e\xfd\x63\x9d\xf7\x62\x4f\x76\xfc\x1e\xb3\xf7\x4f\xcb\x5f\xad\xf9\x8c\x31\xf7\x8e\x8a\x46\x61\x33\x7b\x6a\xc2\x36\xf6\x7b\xd4\xe0\x74\xb5\x58\x64\x0d\xb8\x80\x07\xbd\xd8\x82\x84\xaf\xf6\xc5\x56\x6e\xda\x7e\xc7\x77\x7a\x5d\xb6\xc3\x54\x51\x5b\xfa\x65\x63\xf0\x77\xf1\xd1\x9e\x6f\xe5\x9e\x8d\xa1\x6f\x74\xd5\x16\xd4\x01\xfc\x2d\x35\x11\xa6\x26\xb1\xb8\x30\x88\xd3\xb3\x13\x4e\x09\x19\xf5\xfa\x40\x52\xde\x39\xd0\x25\x76\x7b\x1c\x27\xe4\x73\x36\x7d\x08\x59\x9b\xf9\x17\x55\x56\xbe\xf6\x4f\xf8\x63\xf2\xc0\xb0\x60\xc6\xe3\xf1\xc0\xcb\x45\x6f\x6e\xc4\xfa\x76\x18\xbe\xee\x27\xd8\x83\x28\x7e\xf1\x27\x98\xf2\x3e\x83\xe4\x84\x09\x71\x64\x16\xf7\x7f\xbf\xf1\x70\x8a\xc6\x6f\x61\x55\x7c\xde\xa4\x4d\x8a\xfd\xdf\xfd\xf6\xc4\xd1\xa7\x3f\xd9\xa8\x18\x59\x0f\xd3\xf3\x76\x57\x6f\x97\x84\x65\x31\x6b\xd1\x8b\xaf\x8f\xad\xb0\xa5\x61\x2f\xd7\x74\x4b\xfb\x5e\xae\x69\x64\xe6\xbb\xad\xa9\xf3\x06\x83\xe9\x3f\xc1\x12\xfa\x3e\xe6\xc6\xa1\x9d\x88\xbd\xa3\xfe\x11\x99\x32\x50\x6e\xef\x64\x8b\xfc\xa7\x1b\x21\xbf\xd4\xea\x4e\x7a\xa3\x22\x6e\xc9\x83\x8d\x7c\x45\xef\xe0\x98\x1d\xd9\x62\xfb\x38\x2a\x08\x5f\xf3\x53\x8c\xc3\x0a\x6d\x33\xc6\xbb\x3d\x36\x98\x3e\x62\xde\x6c\x13\x36\xa2\xde\x6e\x71\x31\x4a\xd2\xcd\xae\x7d\x48\x16\x52\xb1\x93\xfa\x97\xc9\x25\x78\xdb\x76\x8d\x9c\x75\x03\x0d\x5a\x66\x15\x1e\x07\x9c\x55\x03\x36\x84\x88\x32\xab\x3a\x78\xd6\x40\x3d\x88\xca\xf1\x58\x4c\x50\xa5\x87\x01\x0f\x10\xce\x36\x3d\x5d\x2f\x37\xc0\x84\xfa\xd3\x2e\x29\xda\xfd\xa2\x96\x82\x17\x92\xf3\x0f\xd8\xfe\xb7\x6b\xb8\xca\x74\xf0\xe6\x73\xcf\x49\x5b\x66\xe7\xd2\xbe\x4b\xce\x29\xf7\xc2\x26\xe4\x56\xbc\x8f\x6b\x13\xb3\x32\xb4\x63\x5f\x13\xb9\xc7\xa6\x52\x85\x1b\x08\x8f\x39\xa3\xc9\xcd\xce\x0a\xf4\x15\xf5\x97\x39\x2e\x30\x2e\x0a\xd1\xd8\x28\xd7\x98\x4a\x1b\xdc\xb7\xbb\xea\xf5\xaa\x5d\xd2\xa6\x6e\x3d\xdc\x8b\xb6\x3d\xae\x5e\x9b\x32\xfd\xdb\xed\xcd\xd5\x45\x51\x4a\x2b\x5a\xb0\xb5\xdc\x6e\x9a\x0f\xbc\xc8\x01\x7a\x73\x99\x1a\x45\xa2\x27\xf3\xfb\xd3\xe3\x2f\x0e\x71\x26\xd4\x79\x00\x2f\xe1\xf8\x4c\x5f\x3a\x1c\x66\x48\x98\x50\xdf\x4f\x50\xd3\x27\xa5\x41\x0c\x51\xba\x24\x92\xe5\xc4\x82\x9c\x0d\xc2\x9b\x5e\xc9\x0d\xc6\xa2\x82\xca\x6b\x62\x6c\x35\x65\xa2\xc9\x3d\xbd\x8b\x80\x06\xd5\x4c\x8b\x67\xe2\xa8\x0a\xd1\x8b\xf6\x0e\xdb\x86\x42\xac\xb6\x81\x15\x66\xbf\xd6\x4a\x6d\x09\x89\xbe\x40\x9b\xab\xd7\x14\x6f\xfe\x84\x75\xdf\x2e\x1a\x83\x96\x26\xde\x31\x22\x43\x7a\x4d\x58\x85\xc7\x54\x0c\xe4\xa5\x95\xd7\xfc\x26\xaf\xcf\xea\xac\xc9\xe1\x71\x03\xe1\xa8\x6d\x2c\x6a\x94\x0f\xcf\x2f\xd7\xfe\xbe\x90\x6d\x59\x54\xdd\x5e\x5e\x40\x3c\xe7\xbd\x4a\xfe\xe8\xf6\xca\xa2\x92\x22\x97\xcb\x46\x6a\xa1\xf2\x3e\xfa\x9b\x5c\x39\x79\x39\xd6\x76\x1b\x6a\x5d\x22\xbb\xdc\x81\xb5\xd9\xd5\x99\xc7\x12\x54\x2c\x12\xcb\x46\x86\x78\x81\xb0\x2d\xb0\x86\x8f\x1e\x9d\x5e\x09\xc6\xe3\xcc\x48\x8a\xf1\x97\xa1\x03\xdc\x43\x12\x1f\x60\x36\xbd\xa7\x68\x1c\x01\x25\x87\x37\x2a\x1d\x32\x72\x23\x5b\x46\xaf\x7f\x48\x14\x39\x0c\xe3\xf1\x02\x8a\xbb\x30\xe5\xa2\x31\x24\x65\xc0\xdb\x5f\x7d\x4e\xaf\xa1\xf6\xc8\xcc\x36\xe4\x63\xac\x65\x9c\x19\xec\x77\x79\x7d\x40\x02\x9e\xdf\x46\xfb\xe8\xc4\xf4\x48\x3e\xe1\xe8\xda\x7d\xf8\x14\x74\x25\xdc\x92\x7d\x97\xd7\x13\x04\xe2\xc1\x03\xff\x43\xd1\x77\x6a\xfa\x10\x19\x3c\xa6\x8d\x3f\x42\x01\x75\x10\x5b\x84\x24\xbd\xf4\xfe\xe3\x3b\x03\x4a\x66\x51\xf8\x3e\x23\x96\x6e\xeb\x85\x39\x18\xe0\xee\x1d\xbc\x6c\x0e\x36\x5b\xa5\xd0\x16\x43\x31\x61\xe8\xc6\x70\x48\x9e\x72\xc1\xac\x7b\xc8\x48\xaf\xbe\xa5\x97\x5d\xad\x2b\x04\x0a\x70\x86\x8e\xd2\x93\x6f\xf2\xe3\xbf\x62\x06\xb2\x8d\x75\x8e\xb7\xcb\x11\xc4\xa6\x84\x33\xf6\x71\xde\x53\x51\x51\x44\xde\x13\xb3\x08\xe8\x7c\xa2\xd6\x20\xd1\x49\x18\xa3\xa7\xdf\x30\x89\x07\x12\x28\x21\xee\xea\x04\x02\x56\x04\xf9\x56\xee\x1b\x60\xde\xd2\x93\x8f\x90\x71\x84\x08\x2d\xa9\xf9\x86\x67\x59\xcb\x79\x3f\x6c\xb2\xae\xd6\xe6\x0f\xbc\x49\xfd\xa6\x94\x89\xde\xe2\x1b\x8e\x1b\xaa\x63\x69\xb9\xb5\xd9\xef\x31\xf7\x7e\x2e\xa6\x66\xfd\x9e\x7d\xde\xe0\x60\xb1\xa5\x57\xc5\xe7\xea\xf9\x20\x58\xb3\x91\x5f\xf7\x11\x7e\xf0\x68\xbb\xfc\x59\xbd\x94\x13\x81\x53\x25\xec\x8e\x3e\x57\xc6\x94\xc3\x4c\x31\xb5\x9e\x80\xf7\xfc\x61\xf1\x89\x0d\x6d\xa6\x5a\x74\x28\xfc\x57\xbd\x7a\xda\xa7\xed\xa1\x78\xe5\xd2\xc8\x9d\xcb\x4e\x9c\xd5\x2b\x93\xd7\xad\x2c\x74\x3a\xbd\x59\x37\x16\xef\xb3\xb6\x35\xb9\xee\xaf\x20\x97\xb4\xce\xc6\x62\x9d\xe1\xcc\xb7\xb6\xf8\x1d\x92\xca\x68\xb8\xff\xa6\x15\xc2\xea\xef\x7d\x37\x11\x97\x86\xd7\x64\x37\x1d\x98\xf4\x6f\x13\x81\x58\x2d\x71\x23\x74\xc6\x6a\x13\x0d\x86\x26\xdf\x45\xd8\x5a\xaf\xa0\x7a\x64\x85\xb9\xa5\x71\x2d\xed\x86\x30\x17\xb6\x2f\x12\x10\x5f\xda\x20\x66\xd3\xa9\x99\x06\x79\x1f\xd3\xfc\xe8\x36\x53\xf3\x63\x64\x2f\x09\xa9\x9f\xf1\x07\x93\x9e\x59\x03\xd3\xe9\xc9\x3f\x92\xf4\xe5\x24\x81\xb9\xab\x13\x64\x49\x77\xe9\x9f\xfb\xe0\xd8\x3c\xd3\x3d\x70\x6e\x29\x8f\xa2\xa6\xec\xe6\x9c\xb5\x1a\x25\xfc\x6c\xf6\xfc\x05\x6c\xb9\x5a\xc3\x83\x89\x58\x55\xdf\xab\xfa\xaa\x12\xb7\xc3\x31\x5b\x25\x5e\x26\x0c\x17\xed\x66\xa2\x7d\xa4\x5c\xf6\xb2\x9f\xfb\x65\xbd\x55\x37\xed\xa5\xcd\x83\x89\x90\x07\xf9\x4e\x5a\xcc\x8b\x2a\x3f\x75\xa6\x44\xef\x21\xb9\xcf\xc8\x9e\xcc\x91\x4f\xa7\x3f\x12\x87\xed\x75\x35\xdb\x3e\x69\xae\xbd\x5a\x2e\x6f\x67\xe3\xce\x65\x5e\x2c\x64\x05\x99\xe6\xfd\x4d\x59\xff\x5b\x5e\xcf\x5e\x64\x9d\x3c\xaf\x9b\x6b\x81\x7c\xd4\x6e\xe9\xe5\x41\x3e\x3e\x0e\xb2\x4d\xc0\x09\x6b\xf9\x50\xc0\x09\x51\xd7\x74\x59\xfc\x90\x65\x8b\x33\x20\x99\x73\xe9\x92\xf8\xe1\x66\x46\xe4\xc4\xb6\xb3\x87\xd5\x35\x4c\xa4\x34\xfa\x88\x12\x8f\x22\xbf\x8a\x44\xb2\xb2\x5b\xbc\x4e\x1a\x97\x79\x58\xf3\xba\x31\x78\xc5\x83\x44\x69\xd0\xfe\xc8\xc2\xe1\x51\xea\x6e\xc3\x15\x34\x99\xbb\xea\x06\x2c\xee\xbf\xe1\x31\x7c\xb3\x69\xbc\xcc\x63\x4f\x14\x5d\xeb\x26\x68\x6d\x56\x17\x26\x8c\x04\xe4\xbe\xd2\x79\xb0\x16\xd9\x77\x6d\x28\x5f\xb4\xc2\xa5\x6a\x35\xfd\x2d\xb3\xb6\xdd\xeb\x2e\x9a\x7a\x75\x7e\xa1\x8d\xe3\xab\x3a\xb0\xde\x77\x19\xc3\xc8\x12\x78\xef\xe1\xd3\xa2\x9a\xc9\x70\xa4\x66\x34\xda\x97\xf8\xdb\xa5\xfb\x0e\xb9\xf8\x20\xcc\x58\x36\xef\x64\x23\x64\x36\xbb\x30\x37\x4b\x73\x8f\x23\x08\x03\x50\xa8\x7b\xd8\x2e\xeb\xaa\x95\x10\xa8\x03\xd9\x26\x3c\x14\x45\x27\x16\xd9\xb5\x98\x65\xab\x56\x8a\x0c\x79\x05\xe8\xb7\x6c\x5e\x4b\xed\xae\x60\xcc\x6a\xcb\x6b\xe3\x54\xa0\xe6\x5f\xa0\xf4\x7a\xf9\x0a\x80\xab\x55\x9c\xd5\xd5\xbc\x38\x5f\x35\x2e\xef\x5e\x23\xf7\xf4\xbc\x4d\x9f\x5d\x5d\x8b\x7a\xde\xc9\x6a\x2c\xbe\xb5\xdf\x8b\xa5\x9d\xe9\x1b\x33\xcf\x6f\x30\xa4\x33\x69\x0c\x90\x20\x14\x82\x9a\x48\x3d\x9f\xfb\xd8\x08\xd6\xa7\x1a\xd8\x5c\x3d\x51\x20\x64\xed\xaa\x5d\xca\xca\xe6\x56\x6b\x57\xce\x85\x1a\xed\xa9\xc8\xda\x3d\x6d\x6a\x40\x57\xff\x97\xba\x11\xf2\x47\xb6\x58\x96\x10\x6b\xc1\x26\x25\xbb\x6a\xb2\x65\x2b\xbe\xa1\x43\xf9\x6d\x24\x5a\xd9\xa5\x46\xdf\xd5\xe2\x5b\xd7\xac\xe4\x37\x0b\x43\x8a\x6f\x65\x76\x5d\xaf\xba\x37\x75\x2e\xbf\x89\xa2\x35\xfd\x7d\x9b\x17\x3f\x64\xfe\xa2\x2e\x57\x8b\xaa\x55\x30\x61\xf7\xa1\x3e\xee\xcc\xef\x82\xda\x24\x9d\xfc\xcd\x1c\x54\x45\xa7\xd5\x06\x67\x95\xda\xc3\x72\xb6\x2a\xb3\xce\x62\x24\xe4\x93\x5e\x89\x2c\xcf\x0b\x2d\x03\x52\x3c\x56\x91\xcb\x46\xcd\x00\x92\x85\x6e\x37\x8b\x66\x55\x55\xaa\xb6\x3a\x9a\xaa\x43\x73\xd0\x3a\x89\x32\x5d\x8e\x54\xa3\x4c\x3d\x4e\x4c\xc7\xda\x82\x14\x52\xcc\xe5\x52\x6d\x8b\xac\x66\x85\x44\x38\x09\xd8\x26\xa6\xfb\x20\x5b\x5a\xf2\x4e\xab\xf3\xec\x3d\x68\xec\x5d\x5e\xb5\xd9\xb9\x14\xb5\xf6\xc4\xff\x76\x22\xd5\x2a\xbd\x3b\x6b\x65\x73\x29\x9b\x6f\x90\xac\x2f\xbb\xd4\x1e\x34\x99\xf8\xb6\xdb\x40\xf9\xee\x37\x13\xd8\xa2\xae\xd4\xfd\x53\xc4\xe2\x9b\xbd\x24\xaa\x40\x98\x0c\x95\x67\x4d\x7d\x05\x59\xf9\x56\x4b\x35\xe0\x36\x82\x3f\xd6\x59\xf8\xcc\x11\xae\xe4\x4c\xb6\x6d\xd6\x5c\xab\xf6\x6a\xfb\xea\x79\x3c\x22\x75\x4e\xcb\xce\xe4\xa6\xac\xed\x79\x55\x7b\xea\xae\x4e\x6b\xa7\xa3\x0e\xe3\x12\x23\x10\x7b\xf5\x54\xe1\xbc\x91\xff\xb1\x92\xd5\xec\x5a\x64\xf6\x06\x9b\x94\x57\x59\x23\xc5\xbc\x68\xc2\x13\x0f\x43\xbd\xc8\x5a\x84\xa9\x8a\x79\xea\x44\x14\xad\x39\x11\x23\xa1\x5b\x70\xf8\x52\xb4\x5d\xa3\xd0\xf8\xb5\x0d\x53\x82\x09\x90\xd9\x20\x3a\x7f\x2e\x09\xf3\x56\x18\x1c\xee\x7b\x2e\x4b\x58\xe9\x79\xad\x67\xd8\xda\xd1\x38\x7f\x26\x7c\x57\x6c\x72\xc2\x53\x73\xf6\xf5\xfd\xf6\x70\xf0\x44\x4c\xea\xce\x36\x5b\x48\x91\x01\xa2\xb5\x69\x19\x73\xa9\x78\xeb\x99\xcd\x54\xd9\x16\xbf\xdb\xce\x0c\xfb\x86\x57\x57\x2f\xc3\x7c\x55\x42\xed\xf3\xc2\x39\x5a\x81\x74\xc0\x6e\xab\x1b\x65\x57\x2c\x24\xca\xfa\x6a\x26\xe6\xa6\xc4\x6c\x5f\xd1\x8a\x0c\x62\xd0\xec\x15\x95\xbb\xd4\x59\x2b\xe4\x8f\x42\x67\x03\x6e\xaf\x5b\x70\x97\xd3\x0e\x65\xfe\x26\x5e\xab\xb3\x5e\x2c\x16\x32\x2f\x14\x8d\xc7\x73\x57\x43\x45\xb9\x1e\xed\x84\xfe\xcd\x46\xaa\xd0\x96\xda\x68\x63\xd5\xea\xfd\xa2\x56\xdf\x1c\x97\x54\x56\xc3\x93\xa3\xd3\xe3\xff\x73\xf4\xf5\xe5\xd1\xeb\xc3\x7f\x8a\xa9\xf8\x9f\x8f\x1f\x3b\xc7\xea\x37\x87\xff\xf8\x6a\x8a\x0f\x3f\x7c\x38\x7a\xf3\xfe\xc3\xa9\x98\x8a\x7f\x25\x6c\xd8\xa1\x27\xba\x6a\x91\x4c\x18\x1d\xf3\x8d\xdc\x8a\xba\xf2\x6b\x5a\x37\xf6\x5d\xa3\xef\xba\xb9\x14\xf8\x81\x03\x51\x6e\xe0\x75\xd9\x2a\x8c\xec\xee\x96\x83\xac\xd1\x1d\x49\x4e\x2e\x1b\x69\xd6\x86\x7b\x16\xe1\xb3\xfa\xec\x83\x66\x50\xac\xef\xf2\x9a\xe5\xa5\xc4\xed\x48\x7c\xd0\x7e\xca\x20\xa1\x8a\x86\x03\x11\x4e\x5c\x30\xe7\x0f\xde\xca\x2a\x6b\xce\x6d\x92\x62\x14\x9e\xd7\x3f\x96\x6d\x55\x03\x7d\xf4\xb9\x1a\x42\x75\xcd\x31\xd9\xc0\x1b\xe0\x6e\x8d\xb9\x2a\xbf\x0e\x76\xe0\x84\x03\x77\x60\x63\x86\xd1\x09\x19\xef\x97\x25\x92\x58\x34\xa8\x1d\x3b\xec\x3a\xb9\x58\x76\x2d\x61\x7a\x51\x2d\xbb\x9c\x14\xb3\xc0\x1c\xc3\xaa\x99\x7a\x00\x4c\xf4\x3b\x20\x2c\x4b\xa6\x81\x64\x7d\xe1\x3e\x50\x07\xb8\x84\x0b\x9c\x15\x23\x41\xbf\x26\xf5\x20\x74\x8e\xb2\x0e\x8a\x3b\x64\x28\x14\xc8\x77\x00\x2f\x8d\xd1\x55\x92\x2a\x91\x1b\x9b\x67\xe2\x27\x34\x6e\x8f\x79\x52\xe0\xd7\xaf\x7f\x2f\xe0\xaf\x3d\xae\x84\xdb\x26\x4d\x44\xc1\x96\x42\xb4\x31\xe2\x49\xc4\x88\x65\x12\x02\xa1\x25\x84\xdf\x8a\x1e\x05\x4f\x69\x9f\x57\x45\xa5\x7d\x77\xf4\x7b\x70\xc0\xa4\x74\x8b\x76\xae\xae\x60\xbf\xf4\x90\x9c\xd4\x13\xf6\x73\x6c\x49\xc1\x80\xa9\x3a\x22\xd8\x6e\x44\x85\x0f\x59\xce\xe4\xc5\xbc\x0d\xa3\x90\xef\x70\xf3\x8e\x82\x47\xed\xb0\x8b\xe6\x43\xe6\x14\x2d\x2d\x39\xbc\xcc\x0a\x78\x28\x0f\x86\x6c\xf8\x26\x9b\xf1\x9f\xb6\x22\x49\x03\xe2\xc0\x51\x71\x6e\xc7\xab\xa2\x1a\x09\xcb\x5e\x8d\xb8\xc5\x0c\x82\x3d\xd1\x59\x45\x87\x83\x1d\xab\xde\x86\x56\x76\x1f\x8a\x85\xac\x57\xdd\x60\x30\x24\x31\xc4\x71\x5d\x4d\x2e\xec\x72\x86\x49\x10\xe8\x76\x6d\x37\xd9\x1e\x88\x51\x26\x85\x9e\x6b\xc2\xa7\x81\x8c\xf0\x8b\xd3\xe8\x32\x87\x62\xe2\xdd\x90\x53\x57\x85\x80\xdf\xea\xb6\xac\xff\x6b\x5d\x47\xf0\x8f\xe6\x7a\x26\x5e\xd8\x5b\xdd\x98\x8d\xf7\xea\xcf\xbe\x59\x06\x9e\x6e\xc6\x93\xab\xa8\xc5\x1d\xee\xa3\xa0\x69\x3c\xf8\x33\xfb\x47\xaf\x68\x70\x49\xb7\xb9\x04\xe9\x9b\x53\x6d\x35\x2b\x3a\xe0\xf9\xfc\xee\x48\x65\xbb\x4b\x48\xf2\xc5\x86\xe4\x8a\x0c\x22\x4e\x37\x4a\xe8\x41\xa2\x74\xe3\x74\xc3\x91\xf5\xfa\xe7\xa2\x6c\x80\x8e\x77\xe4\xf4\x7e\x48\x81\xe7\x98\xcc\xa9\x6b\xb3\x33\x06\xaa\x0f\x06\x99\x0f\x1e\xa0\xcf\x9a\xee\x1b\x43\x4d\xd7\xc3\x84\xc8\xe1\xbd\xc4\x98\xda\xac\xeb\xfc\x65\xc8\x91\xf2\xf3\x4f\x8b\x76\xcf\xf6\xfe\xf9\xa7\x28\xa1\x99\x56\xda\x4c\xd7\x6b\xb1\x28\xaa\x8f\x9a\x0d\x79\x32\x52\x3f\xac\x31\xdf\x13\x71\x7b\xfb\x1c\x1f\x8a\x67\x31\xa3\x8e\xa0\xea\xe3\x18\x55\x39\x91\xf3\x5b\x64\xf0\x8b\x96\xe4\x56\xa7\x52\xa3\xa8\x2b\xab\xae\x87\xb7\xc4\x31\x0f\xe7\x61\x62\x32\x1e\x73\xee\x78\xfc\x41\x0a\xee\x8b\x7a\x52\xc7\xd0\xbc\x85\x06\x3a\xda\x5b\x42\x4c\x43\xeb\xc1\x57\x91\xba\xfc\x7e\x38\xda\x9c\x07\xd5\xe8\xc1\x03\xa1\xae\xab\x5d\xcd\x31\xed\x3a\x39\x46\xfe\xa2\x40\x60\x60\x42\xd9\xef\xcf\xd0\xf1\xe8\xd7\x30\xdd\x3d\x43\xe6\x98\xbc\xf0\xa2\xf3\xb0\xc7\xb5\xfe\x23\x31\x3c\x41\xdc\x40\xbc\x0d\x40\x02\x69\xc4\x6b\xe1\x35\xeb\x5b\x90\x96\xde\x81\xe6\x45\x3b\xab\xab\x0a\xab\x75\x44\x98\x50\x99\x6f\x1a\xe5\xb8\xf1\xfe\x5f\x0f\xc5\xdb\xba\x93\x13\xb1\x02\xd5\x63\x99\x2d\xce\xf2\x4c\x40\x60\x9c\x33\xa9\x45\xcf\xee\x59\xdf\x8a\xbc\xae\x76\x3b\xd1\x4a\xb9\x50\x4f\xfc\xab\xba\xf9\x2e\x8a\x0a\x55\x18\x1b\x99\x43\x64\x2c\x81\x50\xdc\x40\xbd\xbe\x51\x10\x15\x2f\x8e\xe0\xce\xd0\xb6\x68\xd4\xd6\x72\xe9\x92\x98\x2c\xcd\x41\x13\xed\xdf\xee\x1b\x70\x8a\xaa\x41\x00\x77\x18\xa8\xdd\x58\x90\x27\x5a\x53\x67\x95\xaf\xa4\x9f\x61\xd0\x62\xe6\x54\x75\xa8\x45\xd8\x69\xd0\x06\x61\xd1\x4a\x0f\x3d\x62\xac\xd5\xa1\x0b\xd6\xd9\x73\x46\xb3\x10\xff\x1e\x57\x6d\x97\x55\x33\x9e\x8b\x4f\xd6\x66\x4d\xa5\x04\xa1\xec\xe8\x7a\xbb\x74\x50\xc5\xef\xce\xb2\x65\xea\xdb\x0c\xd0\x42\x3c\x78\x80\x96\x45\x13\xc2\x21\xf0\x91\x21\x75\xbc\xb9\x11\x03\xb4\xe4\x0f\x1e\xa0\x0d\x30\x94\x32\x6c\xa8\xbf\xc6\x09\xa5\xd0\xa8\x7c\x36\x71\xfa\x88\x7f\xc6\x8a\xc1\xc8\x60\xe9\x10\x98\x9b\x4d\x41\x22\xab\xe2\xd0\x5e\x10\xef\x43\xc0\x28\x26\xc4\x04\xc2\x8b\x0a\xc2\xd5\x1b\x85\xf5\xac\xf4\x20\x5a\xae\xa0\xe6\xed\x88\x3e\xc3\xf0\xaf\xed\x1f\x73\xc1\x41\x0c\xdf\x76\xfe\x17\xb2\xf3\x89\x98\xd3\x1e\xb9\x8a\xad\x12\xdc\x0b\x26\x2f\x9d\xb3\x62\xbb\xe5\x0c\x3a\x38\x9d\xb3\xe3\x42\x5b\x6c\x1f\x93\xb2\x95\xb1\xb2\xd0\x0f\xd9\x77\x09\xa2\xdf\xac\x69\xb2\x6b\x51\xcf\xad\x09\x98\x56\x7d\x29\x32\xdc\x82\x4a\x6f\x55\x75\x56\xcc\x8c\x6a\x64\x20\xf4\x6e\x67\xb2\xca\xb3\xca\xda\x01\x8e\xb1\x38\xd4\x54\xde\x13\x1f\x2e\x64\xd4\x49\x57\x6b\xc8\x81\xf8\xd3\x58\xf0\x18\x53\x7c\x9b\x65\x71\x93\xa1\x5e\xe0\x8a\x52\xca\x4e\x74\x75\x97\x95\x48\xa6\xe5\x9d\xf6\x83\xa8\x3c\x8d\x5c\x64\x45\x55\x54\x26\xad\xae\x98\x8a\x4f\xd6\x27\xb5\xfd\x82\x8c\xf7\x0d\x7e\xfe\x15\x1b\xb7\x86\xa6\xfb\x21\xac\x07\x0f\x42\xf0\xbc\xf9\xfe\xa3\x47\x30\x5c\x8c\x89\x50\x6f\x90\xfe\x85\x42\x59\xd6\xcb\x01\xa0\xf9\x60\x1c\x7a\x9e\xa4\xb1\xba\xfb\xe8\x37\x32\x2a\x44\x07\x37\x82\xbf\x6a\x2f\x06\xe3\xf1\x98\x6f\x19\x1d\xd9\xcf\xde\x00\xd1\x46\x54\x32\xf3\xa1\x56\x49\x69\xdb\x0d\x6f\x8b\x01\x9b\xc5\x07\x33\x56\x45\x10\xd2\x42\x21\x03\xad\x82\xd6\xe6\x18\xea\x2f\x17\xd4\x58\xfd\x30\xf6\x27\x2f\xea\xaa\xcb\x8a\x4a\x7f\x8b\x63\x1d\xab\xaf\x4c\x7c\x64\xf5\x79\x21\x17\x75\xf1\xbb\x44\xdf\xb6\x30\xaa\x53\x0d\x5f\x5c\xc8\xd9\xf7\xb3\xfa\x07\xc4\xec\x54\x75\xb4\x75\xaa\x56\xd2\x1e\x02\xb0\xd6\xb9\xd3\xbf\x00\xa1\x70\x56\x78\x07\x7b\xa4\xb7\x7d\xed\x54\xbe\x08\x82\x49\x3b\xf0\xba\xd6\xa6\xbc\xda\xf2\xcc\x17\xbd\x6c\xea\xa5\x01\x41\x87\xcc\x84\x3b\x66\x03\xfc\xae\xed\x08\x4c\xd2\xca\x7e\x10\x51\xdc\x5e\x1b\xa8\xd9\x66\xc6\x85\x05\xd8\x0a\x48\x7a\x24\x27\xf5\x15\x35\x37\x4c\x06\x6f\x0e\x4c\x0f\x31\x84\xcd\xad\xff\xd4\x98\xcf\x28\x60\xf5\x88\x3a\x39\xa0\x9f\x10\x80\xa9\x27\x94\x35\x9e\x08\xcd\x34\x4e\x1b\xd9\xc2\x94\xb1\x66\x50\x1d\x9b\x17\xfe\xb1\xa0\xdc\xc4\x28\x87\xd6\x5d\xd9\xfb\xb1\xef\x19\xef\x7d\x5c\x9f\x0e\x96\xe0\xfb\x14\xa4\x73\x9e\xb6\xe9\xab\x78\xcd\x06\xff\x7e\x71\xf4\xfa\xf5\xd7\xd3\x0f\xff\x7c\x7d\xf4\xf5\xfd\xc9\xbb\xf7\x28\x02\xf8\x86\xa0\xdf\x2f\x5e\x1d\xbd\xf8\x4d\x37\xff\x78\xfc\xf2\xc3\x2b\x85\xb8\xe0\xdb\xcf\xef\xfe\x61\xbe\x70\xa0\xe0\xf6\x23\x78\xfb\xfb\xda\x28\xe4\x52\x36\xd7\x26\xa6\x80\x76\x0c\xd3\x61\x3d\x0b\x45\x60\xb5\x77\xf4\x32\x9b\xc9\x46\x64\x79\x2e\xf3\xb1\x38\x86\x61\x38\x05\xb3\x26\x54\x5d\xad\x35\xb0\xa0\x54\xae\x57\xcd\xcc\x64\xda\x50\xaf\x1b\x75\x92\x96\x65\x06\xda\x44\x7f\x04\xdf\x1f\xbe\x38\x3a\xf1\xe3\xff\xf5\xe4\xdd\xdf\xde\x7f\x3d\xfa\xc7\xfb\xc3\xb7\x2f\xc3\x39\x8c\x63\xce\x41\x0f\x89\xac\x8a\x61\xb3\x8d\xe3\xb5\x8b\x27\x7f\x2e\xbb\x63\x6f\x75\xfc\x6f\xf3\x72\x25\xab\x6e\x55\xf8\xad\x23\x40\x56\xad\x04\xbc\xc7\x34\x00\x72\xb0\x77\x51\xd7\xdf\xb9\x50\xde\xb4\xdb\x2d\xac\x9c\x51\xfc\x74\x8d\x22\x35\xba\x44\xf7\x3f\xfa\x80\xec\x79\xd1\xd7\x53\x1f\x56\x2e\xfa\x6c\x5b\xdc\x03\xd9\xa2\xf1\x11\x5c\x38\x8a\x3f\xa1\x71\xe9\xa9\x9c\xc8\xba\x71\x3e\xf7\xdb\x8d\x21\x81\x68\xed\xf2\x9a\x5a\x6c\xac\x74\x16\x5e\x18\x3a\x9d\x87\x77\x52\x5f\x6d\x03\x4c\xdd\xc3\x14\x24\x84\x8d\xfd\xdf\x5c\xf8\xf9\xbe\xf0\xfb\xef\xce\xfe\x5d\xce\xba\x8f\x45\x77\xf1\x9b\xbc\x1e\x89\xe3\x53\x94\x3a\x78\x53\x36\x01\xc6\xe8\xda\xda\xaa\xbf\x44\x01\x4a\xec\x37\x7d\x50\xc9\xa7\xad\x70\xf0\xb6\xd1\xf5\xef\x12\xa3\x9e\x3f\xae\xcc\xe9\xb6\xa1\xbb\x63\x43\x49\x52\xd5\x59\x73\x42\x10\x3b\x99\x1f\x87\x2e\x44\x3a\x86\x7b\xd6\x76\x20\x8b\x3d\x88\x3e\x9f\x06\xd1\xe7\xc9\x6f\xa8\x95\xe5\xff\xbe\x6a\x3b\x67\xd8\x36\xb1\x47\xde\x86\x91\xf7\x2e\x30\x81\x99\x17\x3c\x91\x8b\xea\x3c\xfe\x1c\xfa\x59\x24\xed\xc3\x0e\xc5\xaa\x2a\xfe\x63\x25\x45\x0d\xc7\xc5\x25\x4a\xc2\x11\x90\x7d\x38\x63\xb0\x6c\x2b\x3a\x93\xb5\x88\xd8\xca\xd2\xb0\xf4\x22\x1d\xd5\x1c\xc7\x33\x8f\x10\x51\x14\xca\x3c\xdc\x8b\x21\xf3\x8d\x5a\xcc\xbc\x39\x7e\xfb\xf5\xc5\xbb\xd7\x7f\x7b\xf3\xd6\xe0\xfc\xa9\x78\xf2\xf8\xf1\x53\x1d\xe5\x59\x9b\xff\xc0\xcb\xae\xac\xcf\xb2\x52\x2c\xc0\xae\x3f\xef\x2e\x3c\x00\x97\x6e\xe0\xe8\xed\xcb\xa3\x93\x23\x45\x3a\xde\xbe\x7c\xf7\xf1\xf4\xeb\xe1\xab\xa3\xc3\x97\x62\x2a\xfe\xe5\xe9\xc6\xaa\x3f\x1f\xbd\x3a\x7e\x6b\xeb\x7e\xae\xe0\xa0\xe3\x71\x83\x2f\xa6\x0d\x8c\xf3\x6e\x51\x74\xcf\x98\xb5\xf0\x59\x09\x76\x9f\x8b\x07\x31\x32\x06\xf9\x51\x14\x67\x7f\x82\xae\xba\x79\xb8\xd0\x68\x34\x93\x90\xbb\x0a\x1d\x06\x74\x6c\xd0\x13\x39\xf7\x91\xbc\xe6\x1a\x9b\x84\xe6\x27\xf6\xb9\x58\xb4\x7c\x75\x08\x91\x6f\x2a\x21\x6e\x86\xad\x8b\x91\x8d\x6d\xe3\x02\x47\xf2\x2d\x7c\xb8\x3f\x53\x5f\x7b\x41\xf3\x95\x09\x51\xb0\x0d\x5a\xcc\x9b\xb2\xed\x08\xf7\x6a\x9b\x25\x7d\xa5\x26\x20\xb7\x4a\xc6\xff\x07\xe9\xcc\x65\x5d\xe4\x0e\x8e\xbe\xe9\xc7\xe6\x22\x7b\x28\x33\xf8\xee\x50\xc1\xc8\xdd\xf5\x1e\x58\x27\xf5\x95\x35\x21\x99\x88\x41\x53\x5f\x4d\x82\x27\x05\xdb\x04\x69\xf2\xb6\x6d\x65\x29\x72\x5b\xfc\x0e\x83\xb5\x26\x7d\x2f\xc2\x41\x57\xf2\xea\x23\xb6\xbd\x1f\x09\x5a\x35\x8e\x29\xc1\xf4\x73\xb8\xea\x6a\xdf\x57\xb4\x30\xb3\x6d\x20\x85\x51\xcc\x14\x98\x30\x2c\x5f\xd4\xe8\x10\x8c\xd8\x81\xcb\xb5\xdb\x22\xcb\x03\xe2\xaf\x33\x12\xf2\xf2\xc0\x39\x5d\xa9\xe3\xc8\x78\x4f\x47\x80\x7f\x2e\x57\x8d\x02\xa6\x93\xb1\xdd\xb1\xb1\x26\xb6\x26\x02\xca\x89\xda\xae\x41\x4e\x39\x8f\x49\xc4\x8b\x00\x14\xa4\x17\x45\x8e\xa3\xce\x17\x4a\x31\xa1\x7b\xda\x5c\xdc\x25\xfd\xd0\x26\xe9\xf5\x1c\x3f\xd3\xb5\xc8\x4b\x1b\xde\x83\xcd\xad\xb3\x9b\x54\x38\x71\xb5\x30\xb6\xb7\xa8\x85\x90\x3f\x96\x8a\xb6\x7c\x6b\xe4\xfc\x9b\xb6\xd5\x04\x99\x49\x16\xd8\x88\x03\x60\x63\x29\x5f\xc9\x06\x19\x0f\x5e\x64\x55\x5e\xca\xd6\x28\x79\xc1\xac\x1a\x04\x50\x0a\x91\xd7\xab\x4e\x36\x62\x91\x15\x5a\xf4\xa1\x43\x01\x75\xe6\x29\x6e\xa5\x6d\x06\x5d\x07\x08\x78\x12\x1a\xfe\x7d\xb8\x5e\xca\x67\x3c\x9e\x7e\x6e\xbd\x88\x97\x31\xed\xf2\xb5\xb4\xa5\x60\x4f\x56\xef\x28\xc8\x40\x14\x51\x9d\x84\x48\xcc\x9a\x22\x7b\x9d\x9d\xc9\xf2\x97\xba\x51\x3d\x91\xec\xd5\xb8\xd0\x89\x21\xac\x3c\x26\x59\xa7\xb0\xf7\xca\xe6\x50\x09\x42\x2c\xcf\x78\x81\x4e\x18\xba\x70\x16\x89\x72\x12\xe1\x1c\x49\x00\xc4\x28\x52\x63\x51\xe5\x60\x4d\xe0\x05\xe2\x38\x72\x63\xd1\xbe\x57\x8f\xbc\x8b\xba\x54\x47\x3e\xeb\x32\x3e\x51\x8c\xf9\x5a\x52\x01\x92\xba\x2c\x9a\x5b\xbb\xac\xbf\xcb\x9c\x7c\x7b\xa1\x93\x8d\xbe\x91\xd5\x6a\x44\xb1\x8d\x06\xfc\xa2\x2c\x66\xdf\xf9\x92\xa8\x65\x10\xe5\x01\x85\x70\x58\xf8\xa1\xb8\x8f\xef\x1b\x09\xea\xbf\xfc\x5d\x05\x21\xf8\x70\x4f\x84\x1a\xe1\x55\x72\xbb\xc8\xec\xea\xaf\x4d\x61\xe7\xd6\xd4\x57\xe6\xd8\x1d\x99\x54\xac\x16\x30\xf8\xee\x1c\x2e\x97\xe5\xb5\xfa\x8f\xf1\x8b\x3f\xd1\x61\xc5\xb1\x49\xdd\xb9\xec\x7e\x73\xfe\xe5\x61\xd4\x4c\x26\x88\x79\x32\xf0\x65\x10\x22\x73\x51\x54\xc5\x62\xb5\x78\x0f\x2e\x56\xbf\xd4\x0d\x4a\xad\x4a\x43\xf0\xd8\x01\xe3\xb8\xe6\x38\x18\xfa\x4c\x96\x25\x72\x94\x9d\x26\x25\x1f\x23\x8a\x2f\x83\x6b\xb1\x6a\xe5\x2f\x59\xdb\x1d\xab\x53\x3c\xe2\x98\x24\xbb\xd0\x94\x35\x77\xc7\xcf\x71\xe4\xee\x8b\xa6\xce\xfe\x67\xc8\x03\xd8\x75\x21\xa1\x0c\x0d\x9f\x35\x22\x6c\xd4\x28\xe6\x7d\xdc\x9d\x43\x2f\x61\x93\x30\x75\xc4\x71\x57\xa3\x80\x1d\x1a\x6d\x60\x5b\x46\xbd\xec\xc8\x88\x61\x30\x46\x3c\x07\x61\xd7\x52\x5b\x81\x11\xde\x69\xc4\x72\x0f\xa3\x24\xad\x1f\xf1\xb4\x7b\x94\xa2\xce\x23\x4c\x5d\x93\x17\x22\x99\x9b\xd8\x1e\x94\x37\x05\xf8\xfb\x42\xfa\x05\x5a\xa2\xf1\x06\xc2\x9c\xea\x39\x2a\xcb\x12\x72\xc3\xfa\x5b\x73\x2e\x15\x55\x3e\x0c\x6e\xac\xff\xfa\x52\xb6\xb3\xa6\x38\x93\xf9\xcf\xd7\x18\xe3\xfe\xbc\xea\xba\xba\x0a\x9b\xa1\x22\xd8\x3a\xb6\xfc\xac\xfe\xa1\xc6\x11\x26\x78\x5c\xb5\xf2\x44\xe6\xab\x99\xcc\x4f\xea\xab\x13\xeb\x72\xa4\xcb\x74\xf6\x69\xad\xfa\x3b\xac\x0a\xed\x94\xd6\xba\xc2\x4e\x36\x6f\xea\x3c\x2b\xdd\x06\xbe\xab\x3e\xd4\xab\xd9\xc5\x28\xc5\x84\x70\x08\x8c\x39\xca\x1e\x9b\xf0\x54\x2f\xb7\x00\x75\xbe\x03\xc8\x75\xf0\xd4\x17\x9b\x3c\x08\x3a\xc0\x1a\xfc\x38\xc0\x3f\x26\xb8\x3d\x81\xdb\xd4\x57\xc7\xb9\xd6\xe5\x1f\xe7\x83\xdd\xa6\xbe\xda\x1d\x92\x0a\x5c\x6c\x55\x36\x3e\x16\x0e\xd0\x80\x9a\xca\x9c\xb0\x03\xb9\xfc\xf1\x26\x5b\x8a\xa9\xda\x83\x5f\x93\xe5\x08\x98\x07\x67\x1d\xcf\x50\x5c\x4b\xe7\x06\xb0\x6a\xe5\x1b\xb9\xa8\x07\x90\xf1\x1b\x15\x87\x91\x05\x91\x7b\xb2\x76\x9f\xd4\xb6\x3e\xed\xa1\x42\x08\x13\x87\xac\x4c\x2c\xb9\xfe\xf7\xee\x28\x01\xeb\x67\x79\x51\x54\x77\x00\xa6\x5f\xc4\x3e\x2c\x32\x26\x34\x21\x5a\x84\x10\xb1\x5c\x92\x2e\xb0\x3a\xfe\xe4\x90\xad\x85\xe2\x9a\x7b\x92\xf5\xc5\xae\x2a\x64\xf4\x62\x74\x34\x53\x4e\x73\x33\xae\xea\x4a\x82\xa8\x60\x5e\x37\x41\xb0\xa6\xca\xe4\x7a\x88\xd3\x1f\xc5\x81\x9d\x14\x06\x41\x61\x9d\xb6\xef\xff\xa2\xc8\x73\x13\xa4\xec\x76\xdb\xce\xa2\x28\x52\xfb\xfb\xaa\x1d\x22\x52\x5a\xbc\x0d\x8d\x0c\xc7\x24\x8a\xd6\xd0\x7d\xe7\x04\xa8\xbb\x01\x35\xb7\x73\xc3\x84\xcc\x77\x17\x59\x0b\x5f\xdd\x93\xc9\xb0\x74\x9f\x9d\xaa\xb8\xbf\xab\xcd\xa1\x20\xb7\x0b\x6b\xd6\xdb\x0b\x8a\x98\xb2\x61\x34\xd3\x29\x52\xa5\x23\x8b\xb0\xfe\x56\x41\xfe\x29\x81\x8d\x67\xc8\x3e\x42\xe5\x7e\x60\x37\x37\xc2\xe6\xb8\xb8\xb9\xe1\x78\x85\xa7\x7d\xc7\x86\xe9\xf0\x80\x3d\x4b\x97\xa6\x74\xb2\xc5\x49\xb3\x67\x2d\x66\xfe\x61\xc1\x62\x25\xaf\x69\x7f\x8f\x23\x0e\x57\xec\x73\x90\x34\xcb\x62\xee\x77\x8e\xb2\x60\xa5\x2c\xc2\x7f\x2f\xb2\xb2\x3c\xcb\x66\xdf\x8d\x2d\x8e\x7d\xfa\xbe\x22\x51\xc3\x63\x4d\x42\xff\xa3\x0c\xa1\xce\x67\xb4\xe7\xf5\x78\x3c\x8e\xbb\xb8\x15\xfb\x56\x12\x64\x2d\x65\x3e\x7d\xd1\xa1\xa4\x38\x72\x16\x4c\x4a\xab\x11\xd8\x49\x85\xe6\xcb\xd1\x38\xc3\x08\xdc\x0a\x1d\x7e\xa1\x9d\x02\x41\x4c\xad\xe3\xd2\x84\x03\x63\x4a\x09\x10\xb6\x06\x43\x87\xe2\xa1\xa5\xbb\xb7\x2b\x7d\xc0\xab\xd5\x06\xe9\x96\xa3\xde\xe3\xe1\x52\xbf\x4c\x7a\xab\xb9\xf5\xba\x6f\x3f\x5b\xac\xb3\xdb\x5a\x76\x9d\x75\x69\xdf\x3a\xc7\x47\xe3\x4e\xeb\xac\x9b\xdf\x67\x9d\x75\xcb\xd4\xfc\x75\xe9\xc6\x75\x76\xf3\x4b\xaf\xf3\x36\xfd\x7c\x09\x2f\x51\xa4\xa6\x63\xf9\x21\x46\x9d\x97\x66\x8c\x66\x56\xd5\xc2\x3f\xf0\x98\xb8\xe6\xae\x24\x4e\x07\xc1\xa7\x8d\x88\x92\x44\x24\x05\x2b\x9c\x14\x24\x7c\xe9\x46\x4c\x50\xdf\xfb\x34\x35\xf8\x70\xe8\xdc\xc0\x83\x61\x27\x07\x1d\x0f\x99\x19\x70\xb0\x95\xf4\xfd\x6a\x6d\x7b\xc4\x94\x7d\xd8\x82\x21\x17\xf3\x7d\x5c\xdb\x86\xc1\x4d\x22\x06\x43\x7d\x34\xc3\xae\x30\xb2\x07\xcb\x9b\x7a\x49\x6c\x8c\x60\xb1\x27\xa9\x2a\x07\x13\xde\x3c\xc9\x1b\x8a\x39\x20\x46\xc8\xfb\xa6\x5e\xb5\x12\x1e\xa1\xa6\x24\x8e\x13\xa9\x79\x29\x08\x69\xff\x12\xf5\x95\xe8\x4a\x4c\xf9\xef\xe3\x7a\xd5\xb5\x45\xee\x4d\xb1\x81\xac\xb3\x0b\x1f\x79\x79\xe1\x29\xaa\xe5\x27\xbf\x77\xa6\xa9\x1e\x35\x93\x16\xd8\x29\x47\xf3\x10\x53\x02\x2f\x76\x7a\x52\x23\x30\x02\x11\x26\x7d\xa2\xe0\xad\xb3\x83\x06\x1b\x02\x2e\xf9\xa9\xe2\xdf\x66\x93\xc6\x1a\xf0\x3f\xc4\x73\x6c\xab\x5b\xca\x79\x87\x02\x1e\x72\xf5\x9f\xe1\xfa\x10\xbb\xaa\xb7\xc1\x3f\x69\x07\x5d\xbd\xdc\x50\x9d\xc0\xd7\x81\xaf\x70\xf5\xc8\x0d\x8e\x5b\x7a\x7e\xe7\xda\x15\xa8\xbc\x43\x97\x35\xe6\x4f\xfe\x04\x0d\xa2\xae\x62\x5b\x49\xcb\x20\xf1\x10\x46\x76\x07\x39\xfe\x89\x34\xe9\x41\xfd\x29\x0b\x11\x12\x30\xcd\x5f\xb4\xf8\x46\x68\xcc\x12\x87\x07\x47\x0b\x3b\x1e\x8f\x7b\xc4\x6f\x02\xc9\xb0\xec\xcc\xdc\x42\x90\x68\x5f\xa3\x70\x25\x0c\x9c\xb0\x79\x80\x3a\x9b\xfa\xca\x19\x07\x07\xd2\x6f\x71\x20\x9e\x88\x89\x78\x3c\x14\x8f\xa8\x61\x99\xb3\xff\x7d\xa4\x23\xb8\xb7\xe2\x40\x4b\xd7\x7d\xf6\x80\xc7\x58\x92\x31\xab\x4b\xd3\x87\x41\x94\x1c\x53\xbf\x33\x4d\xb3\xf5\x68\x24\x06\x42\x40\x9f\xc4\x41\x48\xb1\xf0\x50\x5c\x2b\xf3\x38\xb2\xd0\xe8\x99\xc0\x06\x20\x9b\xd9\xa4\xfb\x65\x9d\x0c\xd2\x68\x16\xed\x2f\xc5\x0f\x99\x4f\x90\x86\x01\x9e\x45\xac\xf1\xea\x18\x07\x29\x42\x20\x5e\xd5\x4d\xf1\x7b\x5d\x75\x59\xe9\xac\x60\x15\x48\xa2\x47\xd1\x8f\x2d\xfc\x65\x7c\xc1\x35\xf3\x23\x0d\x64\x7e\x36\x6c\xf1\x48\x7c\xb2\x73\xd5\xd2\x73\x9f\xc3\x1d\x69\x49\x02\x25\x8e\x87\x16\x1c\xbe\x80\x4b\x45\x29\x4a\xfa\x53\xca\xe1\x84\x25\x04\x20\xa0\x8d\x77\x7d\x50\x37\xef\x6c\x7a\x50\x9e\x01\xd6\x27\xe9\x97\x38\x2b\x13\xb5\x62\xb2\x62\x43\x80\x77\x30\x09\x2d\xef\x9e\xc5\x6d\x9e\xc7\x7e\x16\x1b\x87\x15\xd0\x9c\xc8\x4f\xc4\x5a\xe1\xa3\xe1\x8e\xc2\x3a\x1b\xf9\x56\xfb\x2f\xcd\xbf\xda\x7f\x1c\xcf\x69\xff\xc5\x3c\x6e\x54\x42\x78\x5d\xfb\x2f\xe2\x79\xdd\xb8\xd3\xbc\xaf\xab\xc2\xf1\xbb\xf6\xdf\x6d\xf0\x9b\xec\x18\x29\x63\x7d\x9e\x26\x81\x85\x8b\x67\xa0\xd3\xdb\xd5\xab\x01\x4a\x2d\x6f\xbc\xa8\x7f\x26\xcf\xbd\x99\xc3\xe6\xa6\xe3\x1e\xef\x1b\x6f\x2a\x23\x08\x48\xde\xd4\x3b\x88\x04\xd2\x83\x0a\x6f\xea\xab\x38\xf9\xdb\x5f\x70\x53\x49\x04\x68\x9d\x60\xf1\xd6\x2e\x0f\x1a\xc1\xd3\xb8\x0d\x54\xf9\x4d\x5e\xbb\x0c\x1d\x84\xc1\xa0\x47\x14\x41\xdf\xc1\x32\x47\x9b\xa8\x03\xf5\x64\xbc\x6f\x0e\xc6\x38\x73\xe3\x81\xc9\xe4\x11\xda\x66\xe1\xf1\x80\xd7\xc9\x89\x61\x0d\xbc\x5b\x10\x33\x90\xdf\xe4\x75\x30\x0c\x7b\x04\x58\xd5\xc4\x27\xdb\xe8\x4b\x78\x4d\x0f\xb6\x6a\x35\x26\x23\x0b\x61\x4c\x48\xe4\x9d\xad\x4e\xca\xb6\xc8\x33\xb4\x1e\xc6\xff\xfe\x6b\x21\xcf\x09\x73\xcf\xf5\x23\x2b\x25\x6c\x15\x07\x81\xad\xc1\x84\x51\x51\xfc\xe7\xe1\x64\x6d\x86\xf0\xa2\x2e\x4f\x97\x59\x15\x2d\xaa\x61\xec\xd8\x36\xef\xeb\xf6\xb8\x3a\x95\x1d\x3a\xdc\x6c\xbd\x53\xd9\x9d\x42\x0a\xc9\xfe\x6a\xfe\x02\x6c\xac\x67\xcc\xc4\x7a\xee\x26\x39\xb8\xc0\x39\xa7\xb8\xed\x74\x77\x7f\x98\x5a\xdd\x07\x1b\xfe\x37\x32\xfc\x7f\x0c\x19\x92\xdd\x1d\x04\x18\x6f\x33\xbe\xbb\xfb\xe5\xdc\xee\x6a\x6e\x75\x31\xb7\xbb\x96\xff\x89\x97\xf2\x96\xdc\xb4\x2d\x98\x40\x6a\x69\xf7\x07\x99\x40\xde\x5e\xed\x2f\x66\x0d\x45\xcf\xe1\xe4\x78\x47\x60\xf5\x7e\xf5\x3c\x22\x2b\x6a\x09\xfd\x3d\x12\x22\x96\x50\x7e\x42\xb2\xde\x7a\x93\x82\xba\x94\x13\x63\xd5\x31\x9d\x12\xeb\x8f\x03\xb1\xdb\xd4\x57\xd0\x66\x57\x4c\xc4\xee\xb2\x91\xad\x35\x48\xdd\x75\x00\xe8\x13\x73\xb2\xe9\x5d\x19\xb5\xd3\xbb\xd2\xd3\x8e\x9c\x02\xd0\xac\x2f\xb3\xb6\x15\x36\x68\xf5\x6c\xd5\x76\xf5\x82\xe4\x68\x76\x5b\x24\xca\xec\x4c\x96\xb6\x25\x49\x6b\x4c\xc5\x4a\x7e\x61\x0e\x48\x2e\x63\x5f\xc9\xc9\x61\xb4\x25\x50\x0c\x45\x88\x5d\x75\x97\xf6\xa0\xcb\xdd\xc9\x46\xb3\xa1\x4d\x7d\x1f\x8c\xb9\x2e\x51\x63\x14\xd5\x30\xd2\x4c\xa0\x8d\xde\xb8\x21\x1b\x57\xbe\x67\x2a\x70\x70\x82\x33\xdc\xae\x8c\x89\x16\xdc\xbe\x56\x5b\xe0\x80\xe0\x44\xbf\x4c\xf4\x58\x03\x67\xe7\xc1\x60\x16\x79\xde\x0c\x23\xc1\x3c\xe0\x20\x62\xcd\x1e\x44\x90\x34\x40\xc6\xf3\xba\x39\xca\x66\x17\x83\xd0\x54\x1d\x40\x0e\x3c\x18\xf1\xc8\x2a\x3e\xc6\x36\x14\xb5\xcc\x3f\xda\x18\x1a\xa6\xc4\xc6\x78\x1a\x32\x31\x83\x3c\x28\x2b\x61\x1c\xf2\x42\x54\x9b\x71\x9f\xe8\xe6\x93\xaf\x41\xb6\x41\x28\x8c\xd4\xe3\xdc\xe6\xf5\x17\x6c\x49\x28\x12\xf4\x02\xab\x10\xc9\x86\x2d\x13\x4f\xdd\x17\x12\xd2\x49\x25\xb5\x3d\x15\x42\xd0\xde\x0f\xa1\xe8\xe4\x02\xc2\x9d\x06\xc9\x17\x4d\x46\xb5\x03\x94\xce\x2b\x9d\xcd\x9e\x7d\x24\x9f\xd4\x57\x91\x02\xf8\xa4\xbe\xf2\x77\xa7\x57\x2f\x8b\x9b\x8c\x18\x43\xbb\xa1\x87\x33\x61\x8a\xa3\xd8\x2e\xfd\x4c\x9a\xc1\x5c\x34\x75\x64\xcc\x63\x99\xa0\x68\xab\xc5\xbb\x39\xba\x9b\xed\xcf\x10\x6b\xf9\x18\x56\x32\xe6\xb6\x1c\xa7\x75\x0f\xde\x6a\x4b\xbe\xaa\x67\x44\x18\xda\x24\xb8\xa6\xe6\x08\x1b\x2b\xc3\x04\xf9\xf1\xab\x14\x52\x1f\x0e\x56\xc2\xef\x82\x86\x92\xd5\x67\xae\xf0\x96\xa5\x82\xa6\x24\x83\x83\x88\x8a\xe6\x65\xa6\x67\xfd\x6e\x3e\x6f\x15\x4b\xc6\xb0\x3d\xff\x22\x26\xe2\xc9\x50\x3c\xea\xdb\x1d\x04\x32\x94\x6c\x6f\xf5\x28\x8e\xf8\x9c\x89\xa8\xf8\xc7\x71\x91\x4f\xc4\xb7\xff\xb1\x06\x73\xcb\xdb\xbd\xff\xb1\x86\x19\xdd\x7e\x8b\x48\x59\x2c\x3f\xe4\x1e\xcd\x75\xe5\xdd\x99\x38\xe3\x63\x5d\x87\xf8\x2f\x25\xec\x91\x45\x9f\x19\xaf\x48\x9a\xf2\x0a\x26\x61\x3b\x2a\x62\xdd\x1d\x44\xca\x94\x5c\xf0\x6f\xf1\xde\x57\x38\x8b\x8a\xe9\xb0\x19\x5b\x63\xb1\xc1\xde\x58\xf4\xdb\x1c\x8b\x0d\x76\xc5\x62\x83\x6d\xb1\x48\xca\x47\x92\xe2\x84\x80\x01\xb7\x12\x90\x49\xca\x7c\x5f\x6c\x32\x61\x16\xda\xf8\x3b\x1c\x00\x63\xf6\x2f\x10\x1f\x0a\x28\x81\xe8\xed\xec\xdf\x10\x8b\x54\x5d\xd5\x48\x67\xce\xd8\x8d\x0f\x7b\x15\x03\xa8\xa2\x4e\xcf\x3b\x72\x08\x24\x19\xde\x37\x34\xfb\x0a\x2a\x98\xe2\x90\x0c\x0d\x42\xb8\x4e\x17\xeb\xf1\x17\x45\x07\x29\x1c\xc0\xdf\xda\xf8\xce\xc2\xc5\xc7\x5c\x36\x73\x67\x93\x57\xb4\xe7\x82\xa6\xae\x67\xf2\x72\x26\xae\x66\xe2\x62\xde\xc5\x54\xa7\xff\x4a\xa6\x2e\x64\xff\x75\xe4\x9f\x87\x1b\x2e\x69\xff\x15\xed\xbf\xa0\x5b\xdb\x1b\x25\x1d\x68\x36\xde\x3f\xf6\xaa\x25\x1d\x07\xfa\xfc\x2f\x44\xcc\x4c\xe1\x03\x47\x67\xd1\xe0\x1b\xbc\xe1\xfd\x2b\x04\x67\x74\x60\xbb\x51\xd5\xef\xc3\x5b\x0e\x27\x62\x30\xc0\xec\x25\x9b\x3b\x3d\x60\x2a\x87\x9c\x2d\x6a\x3f\x94\x7e\xc6\x34\x42\x3b\x6a\x2a\x64\xbc\x1a\x26\x93\xe8\x1c\x59\x2c\x58\x7c\x81\x81\x70\x6b\x56\xb4\x27\xc5\xf9\x45\x77\xd8\x34\xc0\xfc\x26\xd7\x8b\x78\xbc\xf6\xe4\x1b\x26\x53\xb9\x77\xa2\x61\x94\x6a\x58\x56\xdd\x1d\xb2\x0d\x1b\xa5\x79\x84\x36\xe1\x2b\x37\x7f\xe7\xe0\xe2\x3d\x41\x27\x51\xe8\x0e\xc7\x0b\x8e\xc7\x63\xc6\x23\x46\x78\x7f\x57\x70\x44\xa7\x55\x14\x17\x4d\xbf\x8c\x71\x75\x71\xd0\x5b\x3a\x61\xbd\xc9\x2c\xd2\x98\x20\xa3\x0a\x3f\x32\x53\x2b\xb7\x51\xa0\xa2\x11\x45\x5d\xba\xaa\x62\xc2\x44\x91\x1a\x5f\xca\xa6\x2b\x66\x99\xc5\x60\xda\x27\xf1\xa8\xea\x64\xe3\x32\x53\x4f\xec\xc6\x6d\x9c\x3c\xd7\x3a\x1e\x11\x5b\x6b\x42\x8e\xab\x19\x8d\xf5\x27\x33\x47\xd0\x7a\x7c\x6f\x3d\x1e\xbe\x3d\x7e\xf4\xdd\xb1\xc1\x24\xed\xe2\xa6\x67\x75\x92\x15\xad\x04\xef\xd1\xf6\x5d\x05\x53\xa4\xd9\x11\xac\x9b\xf9\x16\x43\x57\x15\xb9\x11\xc2\xf7\x09\x76\xa9\xbb\x25\xc7\x1e\xdc\x43\x5c\x7e\xe3\x03\x6b\x55\xf7\x0c\x45\x72\xe0\x17\x70\xba\x66\x6e\xcc\x2d\xe6\x4a\xec\xd1\x9d\xae\xa9\x67\xe3\x2d\xc1\xed\xad\x29\x6e\xe9\x67\xdb\x07\x15\x68\xba\x3a\x60\x03\x35\x5d\xc3\xff\x6e\x23\x3a\x27\xcb\x72\xba\xc6\xbf\x6e\x31\x6d\x99\x7e\xfe\x09\x3f\x06\x3f\xff\x14\x31\x43\xd3\xb5\xfb\xf3\x96\xe5\x9f\xa6\xeb\xbf\x44\xf1\x77\xcb\xf3\x3e\xd3\x35\xfd\x1d\x55\xd3\xbc\x90\xaf\xa6\x7f\xdf\xa6\x58\xac\xe9\x3a\x76\xaa\x74\x95\x9d\xfb\xd5\x74\xcd\xf8\xb1\xa1\xb5\x4e\xf8\xa1\xaa\x85\x4f\x14\xdd\x22\xc6\xc2\x79\x21\x4f\xd7\xf8\x17\x82\x1f\x7a\x25\x2b\xc0\xe1\xb7\x5b\xc4\x9c\x21\x0f\xe4\xe9\x9a\xfe\xbe\x0d\x98\xe5\xe9\xda\xfc\x61\x0a\x74\xc8\xf3\xa1\x98\xb8\xe3\xef\x70\x1f\xb8\x8f\x70\x27\xdd\x45\x45\x7f\x86\xef\x88\xd0\x51\xd9\xcb\xe0\xa4\x6f\x38\x78\x89\xf3\x9c\x3a\xd1\x96\xad\x19\x3c\x1e\xde\x92\x87\xd1\xa6\x45\xbd\xf3\xb2\x0a\x98\x7e\xdf\x39\xb0\xd1\xe2\x9f\xf9\x40\x56\xcf\x39\x86\x4c\x73\xc7\xbf\xc9\xeb\x97\xf5\x55\xd5\xcf\x5f\x6c\xc1\x5c\x30\x86\xd7\x7f\x80\xc5\x80\x4c\xba\x97\x88\xb9\x70\xac\x44\x5e\x5f\x55\xd1\x73\x11\xd3\x61\x6b\xb4\x4c\x70\x32\x36\x66\x86\x8f\x51\x66\x8c\xfd\x7d\xeb\xab\x07\x29\xec\x20\x85\x9b\xda\x7b\x51\x54\x1a\x23\xeb\xec\x96\xaa\x7b\x91\x01\x47\xf6\x5d\x5e\xeb\x7b\x1c\x80\xa9\xab\x12\xf2\xec\x55\x75\x77\x01\x41\x35\xb2\xd6\x80\x96\xf9\x53\x51\x77\x17\xb2\xb9\x2a\x5a\x29\xda\x2e\x6b\x3a\x9d\xa1\x53\x75\x99\x95\x8d\xcc\xf2\xeb\x3d\x5b\x15\x7a\xc7\xa0\x89\xd7\xe2\xf8\x5c\x9a\x18\x58\x32\x3f\xae\xf2\x62\x26\xdb\xc1\xd0\x9a\x7d\xaa\x05\x7b\x1c\x19\x30\xfb\xb6\xad\xd4\x2c\xbb\x05\x30\x78\x3c\x02\x4f\xbc\x91\x26\x75\xbd\xc9\x36\xe4\xe5\x78\xd9\xc0\xb4\xcd\x73\x23\x30\x03\x97\x97\xe3\xb6\xab\x81\x36\x64\xe7\xb0\xa7\xfd\xf9\x68\x2c\x17\xe8\x9f\xbd\x64\xd7\xf8\xb7\x04\x84\x8b\xa8\xba\xff\xdb\xce\xae\x8e\xa3\xbb\x23\x2f\xc7\x59\xa9\x06\x1f\x9d\x63\x17\x5a\x00\x1f\xe2\xe8\x63\xe2\x04\xff\x55\x3b\xe3\xfa\xa7\x7b\x41\x53\x6e\xec\xef\x8b\xe3\x79\x5f\x44\x8c\xa2\x35\x47\x0c\x24\xc3\x99\x2f\xd5\x89\x0f\xcf\xcc\x37\x1d\x27\x6d\x91\x7d\x97\xfe\x96\xb5\x10\x7e\xdf\xf5\x03\x37\xe6\x7f\x1f\x7e\x3c\x1d\x1b\x3c\x97\x17\x97\xfe\x69\x32\x57\xa4\xb4\x26\xa8\xde\x67\x01\x59\x23\x96\x1c\xd2\x7e\x38\xb2\x9d\x75\xd9\x5e\xb6\xea\x6a\xfd\xe0\x2e\xf2\xe9\xe7\x9f\xd0\x03\xd7\xd3\x05\xa8\x58\xb4\x7b\xad\x8b\x9e\x3f\xfd\xfc\x93\xce\x43\xe8\xea\x78\xa5\xe1\x74\xed\x62\x8a\xb8\xae\x20\xcb\x47\xcf\x42\x1d\x88\xb5\x11\x9d\xed\xa2\x55\xda\x15\xb7\x62\x22\xd6\xb7\x96\xbc\x78\x5a\xe7\x43\x19\xa3\x3c\x21\x78\x4d\x0c\xa5\x5b\xab\xff\x22\x32\xc2\x8e\xd2\x44\x3e\x09\xab\x35\xf5\x15\x84\xd9\x9e\xae\xa3\xd8\x31\xe2\x40\xec\x3d\x11\x13\x67\x4a\x1f\x36\x9d\xd5\xa5\x69\x6a\x0d\xe1\x23\xe0\x32\xcb\x15\xce\x9c\x7e\xfe\x49\x9d\x10\x4c\x83\xa1\xfc\x6c\xd5\x5e\x33\x1d\x3b\x30\x38\x39\x4a\x5e\x5c\x8a\xba\x32\x78\x41\xd1\x51\x42\xe4\x6e\x79\x9a\x9f\x38\x20\xfa\xdc\x7f\x84\x4c\xa7\x0d\x4d\xfd\xb2\x0e\x55\x06\xa1\xab\x09\xeb\xe9\x19\x58\xdb\x31\xf6\x76\xe1\x6b\x35\x0c\x35\x82\xff\x05\x66\x6f\xfd\x26\xc4\x38\x8c\x0f\x36\xb8\xdf\xe9\x03\x3c\xe9\x31\xba\xbb\x83\xdd\x9f\xf7\xe1\x80\x77\xd5\xa4\x27\x28\x10\xdb\xc8\x87\x06\x8a\x9a\x46\x51\x83\x38\x00\x2e\xca\x19\x1f\x24\x85\x6b\x12\x45\x8e\xeb\x8f\xe1\xc2\x81\x20\xf1\xd5\xd2\x81\x58\xf0\x3f\x46\x23\xb4\xd9\x66\x52\x88\xa2\x3d\x2c\xcb\x17\x3e\xf2\x5a\x1c\x47\x87\x8e\x8f\x46\x7e\x39\x2c\xcb\x49\x2a\x1c\x0c\xfe\xe7\x50\xc4\xa4\x3f\x7c\x16\xdb\x86\x0b\xa5\x35\xd9\x2a\xd2\x56\x3f\x38\x17\x75\x8b\x03\x16\x86\xe4\xc2\xff\x18\x1f\x9c\x09\xf7\x91\x3f\xf7\xb1\xa8\x7a\x72\x47\xc5\x3f\x03\xd7\xe7\xba\x48\xda\x96\x0a\xc6\x77\x6b\xc2\x7c\x63\x1a\x72\xa1\xa2\x26\x7d\x01\xa4\x48\xaf\x44\x88\x3d\xd9\x64\xc0\xba\x95\x11\x6c\xbf\xb5\xef\xfd\x94\x57\xf6\x9f\x95\x5f\x4f\x36\x9a\x49\x30\x8d\x13\xda\x2c\xfd\x2f\xb4\x41\x4d\x60\xfa\xa0\x16\x7e\x13\xd2\xfc\x5d\x1c\xc9\xa2\xcc\xed\xdd\x68\xd6\x4c\xb7\xe5\x89\xd6\x0e\x17\x40\xca\x0b\x98\xdc\x88\x48\x79\x38\x5f\xe0\xb0\xc2\x88\x44\xb7\x61\xad\x5e\xb9\x4d\x54\x89\x8d\xde\x86\x5a\xb2\xe5\x69\x70\x5a\x1c\x44\x7e\x46\x95\x49\x10\x3b\xb5\xea\xe8\x67\xa2\x32\xa2\x36\xb6\x01\xfa\x14\x35\xf2\xf1\x9e\x4c\x98\xa7\xe9\x3a\x1d\x02\x2a\x6a\xad\xb9\xc4\x28\x72\x9d\xb8\xb9\x41\x4c\xa0\xfd\xf7\x3c\x6a\xad\x5e\xac\x41\xa5\x67\xfb\x34\xe8\x2a\x2e\x45\x72\x16\xfb\xaf\x24\x22\x94\xfe\x33\xbc\x66\x03\x2e\x50\xe3\x5a\x1f\xf2\x83\xf7\xc4\x42\x93\xc2\xe0\xfd\xdf\x43\x93\x07\xe4\x73\xf5\x6f\x38\x03\x80\xcf\xf9\x02\x89\xa3\x11\xd3\x0e\xe9\x1e\x6c\xca\xe8\x30\x17\x35\x13\x18\x38\x0a\x03\xfc\xdc\x87\xec\x6c\x49\xa9\x66\xdc\x4c\xaa\xbd\x56\x5d\xc9\x99\xb5\x73\x09\x94\x12\x98\xeb\xe2\xfd\x1a\x15\x3e\x2a\xe6\x85\x17\x43\x53\xb6\x8e\x0f\x4a\xe4\x54\x1b\xc8\xd1\x70\x72\x07\x17\xc7\x18\x3f\x4f\x38\x39\x69\x5d\xbd\xaa\x2f\x1d\x36\x0b\x78\xde\x89\x7e\xcf\xd9\x91\x80\xf0\x8e\xca\xca\x31\x26\x45\xb5\xad\xb4\x7b\x7f\x5f\x9c\xd8\xf4\xe5\x10\xf6\x28\x9d\x1c\xfb\x7e\xf9\xbb\x5d\xab\x0b\xea\x55\xe5\xdb\x05\xe1\x8b\xc3\x76\x48\x48\xce\x35\xc6\xa1\x95\xc3\xa6\x25\xdf\x86\xad\xeb\xe4\x1d\x5c\x27\x5e\x86\x17\x36\x23\xd8\x81\x69\x4a\xaf\xfb\xc0\xbe\xdb\xe3\xf6\x51\x6c\x6b\xbf\x11\x56\x55\xd2\x4e\xc4\x5a\x7c\xfa\xee\x2d\xde\xbe\x84\xf1\x8c\x8d\x7a\xd3\x35\xbd\x63\x74\x6c\x9f\x1b\x52\x27\xed\xf9\xc5\xc4\x85\xc7\xca\xd9\xa0\x11\x69\xa6\x99\xa0\x77\x97\xb2\x69\x8a\x5c\x7a\x3b\xde\x60\xcc\xc6\x68\xf4\x29\x3e\x87\xf4\x1e\x27\x23\xac\x6b\x78\xbd\x71\xd6\x75\x95\x4d\xc1\xd6\xb5\x14\x85\x29\x88\x62\xd1\x20\x38\xe3\xcd\x91\xdf\x83\x30\xef\xc3\x28\x1c\x14\xcd\x1b\x1f\x0d\xdf\x47\x9d\xe2\x12\xc8\xf3\xc9\x94\x48\x46\xf8\x4d\x19\xe6\x49\x2d\x77\xb2\x14\xb2\xbc\x25\x10\x82\xbd\xb4\x15\x50\x95\x28\xa3\x7c\x9c\x46\x60\xef\x89\x23\x2e\x2e\x8d\x00\xce\x21\x1f\xa5\x07\xd0\x7d\x9f\xcb\xee\x90\x96\xe8\x85\x18\xa1\xf0\x66\xc8\xc2\xc4\x46\x0f\xa7\x09\xd4\xd1\x0b\x6c\x62\xcc\x2c\xe8\xf3\x20\xfc\x36\x86\x37\x9c\xce\x9a\x15\x3f\xde\xd8\xd8\xe7\x1c\xd8\x9d\xbb\xc1\x45\xc9\x05\xb0\x49\x0d\x7b\xcc\xd0\xfa\xb0\xe5\x06\x40\xb0\x4f\x1e\xc7\x78\x1b\x56\x3d\x46\x5f\x70\x73\x63\x4b\xd4\x89\x71\x88\x08\x73\x0f\x75\xe5\x5f\x74\xf6\x45\xce\x39\xa4\xe8\xc0\x85\x6e\x6d\x68\x30\xc4\x88\xb4\x06\x03\x21\x72\x13\x94\x02\xdf\x27\xcc\x5e\x1a\x7d\x7c\xcc\x44\x0f\xc3\x54\xb8\x54\xd6\xde\xc9\x85\x39\x46\x63\x1d\x31\x22\x6b\x83\x4c\x22\x9f\xbe\x04\xb2\xf7\x5b\xba\x8e\x14\x9b\x3a\x4b\x68\xaa\x84\xb4\x43\x38\x80\x95\xa4\x08\x97\x32\x63\x08\xf5\x07\xe3\x25\x2f\x17\xfe\xd1\xa8\xbb\xde\xf0\x74\xbc\x45\x71\xad\x42\xd3\x67\x93\xb4\x3c\x46\xf4\x6e\x5e\x4c\x19\xc6\x66\x16\x63\x9b\x24\x53\x50\x3e\x08\x0c\xce\x17\x3a\x9d\xba\x5a\xfb\x83\x89\x36\xfa\x89\xed\x85\x6c\xe5\x16\xa5\xab\x3a\x98\x90\xec\x55\x41\xae\x63\x3d\x76\x45\xdd\xb1\x88\x3e\xfe\x3a\x66\x06\x47\x06\x45\x3b\xa5\x28\x14\xf1\x1d\x71\x2f\x4c\xe1\xbd\x3a\xa3\x6b\x09\x08\x54\x37\xb7\xf8\x1e\x2f\xa7\xfe\x06\xe9\x4b\x8e\xab\xae\xfe\xa5\x68\x5a\x9b\xb2\xd5\x67\x6c\xa6\x41\xaf\xef\xb2\x01\x86\xee\xa4\x77\xc1\xd2\x4c\xbc\x15\xc6\x48\xaa\x93\x0b\x92\xf1\x5f\x5f\xb1\x4f\x30\xfe\x2f\x38\x80\x25\xb5\x21\xd5\x74\xe4\xce\xeb\x66\x9b\xfb\xce\x7f\x93\xd7\x2e\x05\xef\xb9\xbe\xec\xbf\xc9\xeb\x81\x31\x03\xa3\x26\x60\xce\xb2\xdd\xb5\xf0\x74\xf0\x93\x01\xf6\x85\xc4\x98\x6a\xea\x2b\x26\xb7\x6a\x2b\x3b\xb8\x1b\x1f\x6a\x63\x90\x3a\xe2\xf7\xa6\x37\xc7\xa2\xd9\xf9\x73\xc8\xc3\xda\x74\x8e\x76\x1e\x57\xea\x6d\x35\xf0\x09\x31\x51\x80\x1f\x7f\xd0\xf9\x63\x1f\x07\xfb\x61\xae\x46\xb2\x47\x8b\xfb\x7c\xe4\xaa\xe8\xc8\xf7\xde\x83\x54\xef\xdc\x95\xd9\x38\x08\xc2\x8b\x3d\x66\xae\x8c\xcd\xc1\xaa\xb8\x84\x38\x81\x46\xad\x23\x10\x4d\x20\xc1\x1d\x49\x61\xa4\xb0\x33\x4a\xd4\xe1\x0a\xc4\x6d\x90\x53\xf4\xed\x3b\x93\x72\xe7\x14\xb9\x50\x89\xa9\x80\x0c\x46\xb8\xe2\xda\x0a\xe3\xc5\x14\x35\x1a\x05\x3a\x01\x4e\x2a\xc7\xc7\x88\xbb\x25\x17\xea\x29\xed\x4a\xa7\xd9\x0d\x26\x01\x4d\xcc\x94\x49\xfd\xc2\xe0\x75\xe7\xc6\x55\x54\x1a\x9f\xab\x15\x53\x18\x60\x56\x97\xe0\x21\x33\x9d\x3a\xbf\xad\xef\xf2\x9a\x92\x5f\x93\x17\x39\xa0\xb1\x81\x38\xdf\x6c\xc1\xc8\x0e\x10\x7a\xde\x89\xe8\xa9\x82\x17\x8c\x3d\x72\x5a\xde\x10\xc6\xca\x5a\x67\xda\x17\xb3\x51\x49\x68\xa3\xa2\x69\x82\xdf\x60\x42\x0c\x43\x70\xa7\x9b\x1b\x2e\x62\x41\x6f\x78\xd8\x08\x0d\xb5\x17\x26\x67\xe0\x59\x0d\x6b\x7d\x47\x43\xa8\x30\x4f\x37\x5a\x9a\xa9\x18\x10\xe0\xc8\x35\x46\xaf\x6f\x34\x16\xc5\x92\x9c\x7b\x7a\x9e\x58\xa5\x03\xd2\xcb\x1e\xf8\x19\xd3\x2f\xff\x12\x8c\xaa\xcb\x9a\x73\x63\xb6\xd0\x07\x36\xd8\x5a\x0d\x39\xfa\xf8\x2f\xd1\xb0\xe7\x4d\xfd\xbb\x74\x1a\xa7\x55\xd5\x29\xce\x16\x10\x44\x22\x90\xe2\xb8\xa7\xc5\xc1\x01\x4a\xd6\xdc\x03\x3f\x1d\xa6\x91\x87\xae\xea\x33\xb0\x8b\xf6\xef\x59\x59\xe4\x1f\xf0\x0a\x21\x8a\x81\x3e\x3f\x9f\xf6\x4d\x54\xa1\x56\x54\xf9\x99\xbb\xb4\xc6\xac\x64\x2f\x39\x8b\x28\xc9\x78\x38\xa0\xc8\xd2\x21\x11\x83\xd2\x06\x6b\xab\x97\x6c\x90\xc2\x9c\x26\xa7\x9d\x24\x92\xd6\x52\x07\x31\x61\xcc\xf2\xce\x9d\x38\x01\xff\x0a\x44\xf5\x68\x01\x26\xf8\x07\xa9\x76\x1b\xc4\x49\xd8\x30\x95\x41\x30\x6c\x6a\x96\xb1\xff\x30\xb0\x34\x49\xd9\x97\x98\x94\x70\x66\x08\x9e\x46\xb2\xfd\xeb\xdc\x3e\x24\x84\x5f\xb4\xa2\xdb\x35\x1b\x90\xd5\xc2\x6b\x92\x9a\x87\xf6\x61\xd8\x6e\x1a\x9b\xf9\x13\xa7\x11\x47\xde\x2d\x83\x80\x15\xf4\xac\x02\x7d\x28\x0d\x89\x41\xcf\x87\x77\x2f\xdf\x89\x63\x9d\x82\x3c\x10\x47\x5d\x65\x2d\xf8\xa0\xcb\x5c\x5c\x16\x99\x30\x4f\x7e\xc8\x9a\x04\xe6\x29\x79\xd1\x2e\x6b\xb5\xde\xdd\x48\x68\xc3\x1e\xc8\xa7\x34\xab\x9b\x46\xce\x3a\x71\x26\x2f\xb2\xcb\xa2\x6e\xc6\x94\x42\xd1\xc1\x8c\x0d\x90\x90\xc5\x40\x62\x93\xa0\x4a\x62\x21\x5e\x16\xb9\x76\x10\x19\x2c\x1b\x79\xd9\x9f\xf5\x2f\x99\xf1\x8f\x3e\x68\xaa\xba\x2b\xe6\xd7\x46\xe2\x61\x09\x2a\x25\xc2\xe9\x57\xdb\x4e\x22\xf8\x7b\x3f\x83\x9e\x84\x47\x19\xe0\xc8\x3d\x6c\x4b\xce\x3b\x09\x1e\x9f\xda\xbb\xf1\xe3\x3c\x47\xce\xf2\xe4\xc7\xf3\xf7\x12\xc2\xa5\x42\xf5\x3e\x2b\x2b\xbc\xc4\xe4\xf4\x60\x79\x81\x5a\x61\xb7\xd7\xe6\x9b\x37\x39\x09\xab\xa3\xec\xf0\x61\x2d\x10\x9c\x8d\x43\x69\x19\xc0\xdf\x7b\x82\x2a\xef\x04\xa9\xcf\xcd\xee\x37\x75\xed\x38\xe8\x91\xc8\xeb\xd9\x4a\x55\x1a\x67\xd8\xe6\x5e\x64\x2d\xcd\xe5\xa6\xe5\x1a\x1a\x32\xbd\x90\x6a\x00\xa2\x95\x3a\x19\x82\xce\x7e\x99\x8b\xac\xca\x9d\x20\xb3\xbc\xde\x33\x63\x35\xb6\x98\xad\x38\xaf\x2b\x39\x46\x30\x4e\xa5\x71\x14\x11\x5d\xad\x2b\x65\x96\xeb\xac\xe7\x69\x40\x73\x51\x74\xfa\x0e\x8b\x46\xf5\x3b\x42\x20\x01\xb3\xb6\x18\x2e\x64\x6d\xc8\xcc\xb1\x1b\x07\xe7\x3b\x22\xb8\x3d\x0b\xfd\x2c\xb5\x59\xf8\x3c\x1d\xf4\x81\xc0\x15\x27\xc9\xad\xdf\x13\x4f\x42\x26\x61\x9b\x77\xf2\xdd\x6e\x17\x3f\xc0\xff\x84\xd7\x2e\x7a\xd6\xea\xcd\x8a\x9a\xf0\xc2\xa5\xc2\x09\x92\x42\x92\x83\x50\x9c\x75\x8b\x73\x58\x36\x7c\x78\x44\x15\x88\x10\x9c\xa1\x60\x3a\xc7\x4b\x98\x85\x80\x0a\xfb\xdd\xdd\x7f\x16\x66\xc0\xf3\x53\x5b\x8f\xc7\x63\x3f\x82\x5b\xa6\x00\x76\xe4\x96\x79\x81\x4c\xd7\x81\x9c\x0f\x55\x0a\x5d\x16\x38\xda\x45\xcc\xe6\x6b\xed\x42\xe2\x51\x02\x2a\x35\x66\xf6\xb6\x34\xd0\x43\x53\xaf\x13\x5b\x09\x7d\x45\x75\xb1\x15\xb0\xad\xe9\xbe\xa1\x7a\xce\x46\xce\x56\xd2\x1f\xb8\x55\x08\xa0\x91\xef\xc4\x22\x3f\xe9\x48\x61\x5f\x9e\x9b\xdc\x29\x92\xa6\x64\x1e\x04\x5b\x4c\x1d\x0d\xbc\x9f\xaf\x6f\x86\x3e\x86\x95\x11\x83\x44\xea\xa3\xef\xcc\x00\x0d\xb5\x0f\x07\x66\x3e\x33\x0d\x90\x11\x5b\xd8\x08\x15\x91\x86\xd4\xba\xcc\xb7\xa2\xdf\x49\x93\xd0\x4b\xcb\x37\x0a\x4b\x48\xb3\x9f\xcb\x55\xe3\xab\xaa\x5f\x8c\xef\x86\x77\x94\x45\xeb\x64\xbd\x60\x23\x3f\x0a\x5e\x5c\xda\xcc\x8c\x97\x6e\xc8\x8b\x82\xf6\x6c\x4c\x2a\x10\xe1\x2e\x94\xa8\xb3\xae\x4b\xdb\x80\xd7\x6b\xea\x4e\x9b\xff\xe3\x31\xd9\x2c\x99\x51\x9e\x4c\x1b\x12\xc3\xba\x15\x6e\x0a\xe4\x19\x34\x7b\x6e\xe5\xaa\x18\x31\x45\xb1\x66\x9e\xf9\x56\x80\x6a\x34\xfa\xb1\xd9\x5a\x6e\x43\x55\x6c\x4a\x45\xe4\x27\xf1\x97\x2a\x51\xfd\xf0\x49\xce\xcf\xfe\x4c\x11\x28\x3b\xa6\xc2\x17\x44\x71\x14\x66\xa2\x0c\x35\x3c\x0b\xac\x38\x9a\x05\x46\xb0\xb1\x13\x7c\x10\x1c\x80\xf5\xa9\x8f\x04\x70\x54\x04\xc7\x69\xf5\x04\x96\x61\xd1\xf6\x58\x4b\x08\xf6\x43\x44\x42\x57\xc9\x2b\x6b\x4b\x63\xc3\x0f\x79\x9d\xf2\xd8\x8e\x5f\x3c\x78\x20\xe2\xaf\x63\x23\x99\xbb\xb9\x71\x42\x09\xe3\xa2\x51\xe6\x11\x50\x0c\x6a\x23\x00\xe3\x8d\x29\x5b\xe9\x53\xbd\x83\x52\xd9\x0e\x41\x6f\x12\x70\xae\xe6\xcf\x9b\x9b\xb8\x98\xe4\xa5\xb2\x79\xb5\xa5\x05\xff\x8b\xbf\xa4\xad\xd5\x5e\x3c\xa5\x82\x42\x0b\x0f\xc5\x28\x57\x5d\xa2\xc5\xf5\x25\x88\x51\x60\xe1\xd3\x64\x57\x7e\x30\xaa\x17\x73\x76\xe9\xb9\x27\x63\xe1\x56\x24\x92\x89\xf2\x7c\x8f\x9f\x46\x4a\xb1\x26\x34\xe7\xdb\x48\xc7\xf6\x62\xae\x15\x32\x97\x99\x15\x35\x49\xea\x6d\x23\x3c\x76\x1a\x80\xcd\x95\x8c\x02\x9a\x4e\xd4\xf4\x5b\xbe\x2a\x2d\x4f\xcc\xd6\x24\xca\xfe\x5b\x4e\xe0\xbb\x49\x7f\x4b\x4f\xb7\x7f\x73\xc1\x5f\xdb\x28\x77\x83\xc6\x23\xf6\xfc\xb2\xb2\x68\xbc\x90\xc6\x60\x98\x17\xdf\x32\x9f\xb1\xea\xdc\xb5\x36\x9a\x80\x1d\x27\x4f\x6f\xa9\x8a\x9d\xde\x4b\x55\x2d\xba\xac\x3c\x5c\xc0\x5b\x06\x2e\xfc\x1d\x3d\xe9\xb6\x3e\xf5\xec\xa9\x61\xcf\x8c\xe5\x6c\xbf\x6a\x7b\x0d\x6b\x93\x81\x8c\x5e\x7c\x1b\xe8\x6a\x18\x59\x22\xd0\x8b\x4c\xb1\xb9\x46\x1f\xe8\xcb\x7d\x66\x83\xb7\x91\x47\xcd\x81\x82\x21\x5e\x5d\x62\xc7\xd1\x57\xcc\x5a\x74\xd0\xbb\x12\x6d\xcb\xdd\xee\x28\x31\x5e\xd9\x7a\x08\x04\x00\x63\xae\xb2\x73\x77\x48\xec\x4d\xf6\x60\x28\xe1\x84\x25\xa0\x9f\xa2\x7b\x1b\x18\x51\x38\x4d\xe2\x06\x31\x5d\xd2\x06\x23\x35\x16\xbf\x14\x9b\x2d\x31\xb6\xb6\xc5\x48\x59\x63\xf8\x41\x6c\x34\xe6\xbf\x25\x61\xee\xe2\x80\x74\x77\x3a\xf0\x71\xe5\x7b\x9f\x38\xce\x0e\x29\xda\x7c\x1b\xac\xc9\xb6\xe7\x79\xcf\xe4\xcb\x4c\x67\x78\x61\x0e\xa6\x31\x5e\x88\x7d\x40\xf5\x83\x5a\xea\xde\x06\x6b\xfe\x58\x33\x1f\x5d\xb6\x90\x78\x6c\xec\x93\x4f\x8d\x2c\xd2\x1e\x7b\xcb\xb2\xbb\x8c\xcf\x34\x71\xc9\x63\x53\x23\x61\x73\xf0\x46\xfa\x7e\x12\xc3\x3a\xa1\x14\x56\xec\x4b\x29\x2f\x65\x69\xa2\x76\xda\x6f\xba\xcd\x71\xf5\xda\x94\xe9\xdf\x0e\x25\x5f\x5d\x14\xa5\xb4\x19\x69\x6c\x2d\xeb\x36\x63\x3f\x20\x31\xe6\x10\x07\x0d\xbd\x94\xe5\xa3\x47\xee\xd0\xf2\x3d\x99\xdf\x9f\x1e\x7f\x19\xcf\x2e\x8a\x32\x6f\x9c\x96\x33\x3c\x50\x00\x8f\xbe\xc0\xdc\x7e\xa1\xb7\xb6\xda\xa5\xa6\xbe\x0a\xad\x5e\xe3\x6d\x71\x3c\x3a\x0d\x03\x04\xcb\xd7\xd4\x57\x8c\x4a\x7d\xb3\x11\x49\x28\x5a\x4b\x0a\xd3\x74\x1f\x90\x6a\x17\x74\x17\x45\x2b\x40\xe6\x39\xaf\x1b\xc3\x0c\x88\x6c\xd5\xd5\x8a\xcf\x2b\x7e\x97\xa1\xa9\x5e\x9f\xfc\x9a\x4e\x8e\x2e\x0d\x7b\x32\x4c\x14\x37\x5f\x0d\xed\x21\xf9\x9e\x9a\xe4\x2d\x7b\x74\xd3\xa3\x4c\x6d\x0d\xb3\x2f\xe9\x1d\xb9\x83\xa2\x43\x9d\x57\x0f\x6c\x6a\x1f\x05\xac\xca\x21\xe6\x20\x93\x12\xcd\x5c\x96\xb2\x93\x69\x58\x9c\x98\x91\x5d\x1c\x6e\x4d\x12\x66\x42\x91\x09\x57\x52\xbd\x46\x44\x66\x8c\xd9\x4d\x4f\xad\x71\x71\x5e\xd5\x8d\x7c\x2b\x7f\xe8\x41\xf6\xa9\xc1\x5a\xd9\x7d\x28\x16\xb2\x5e\x75\x83\x01\xe7\x9d\xaf\xb6\x4d\x3b\xc1\xf7\x9a\x3d\xdd\x8e\x6c\x2a\x2e\xf6\x6e\x23\xb9\xd8\x9d\xaf\x77\x04\x60\xd3\x93\xfd\x2f\x44\x07\xe4\xc8\xf0\x22\xf6\xe0\x4e\xa2\x81\x87\xd7\x12\x6b\x59\xef\x74\x33\x43\x69\x9e\xa1\x6b\x96\x93\xdc\x96\x8e\x79\x46\x1a\xb1\xa1\xb3\x80\x39\x74\x71\xe7\x59\x1b\xb1\xe4\xb9\xe4\xec\xc0\xba\xd0\x1b\xd6\x0f\xba\x7f\xbe\xb1\x1c\x2f\x75\x69\xee\x3b\x34\x4e\x86\x18\x6a\x2b\x52\xd6\x77\x8c\xd9\x5d\x12\x5c\x78\x39\x78\x65\x30\x63\x07\xab\x15\x40\x61\x16\x04\x1b\xa9\xdb\x10\x1c\x7c\x6f\xbd\xb9\xc2\x98\xca\x99\x03\x0d\x2f\x53\xc3\xb6\x33\xb3\xd1\xe1\xbb\x23\x5d\x0e\x7f\xdb\xe9\xdb\xd1\x3e\x41\xc3\xf0\xc2\xf7\x12\x41\x0a\x2c\x0a\x3e\x70\xc7\x7c\x64\x79\x8c\x56\xb3\x7a\x8c\xb9\xdf\x46\x37\x10\x8d\x0e\xc2\x5c\x7f\xd3\xb4\xa3\x82\x9d\x52\xe0\x08\x32\xc2\x43\x1c\x71\x63\x1a\x06\x26\x7e\x4e\x52\xd7\x63\x08\x78\x19\x88\xf7\xd2\xd2\x3d\x71\x10\x7e\xc0\xa1\xa3\x99\x9c\x06\x74\xf4\xb6\x20\x72\xd8\x48\xc5\x1d\x40\xee\x1e\x64\x90\x48\x30\xe0\x8e\xc8\xfe\xc3\x87\xe2\x04\x46\xd0\x3a\x78\x4e\x86\x2b\xce\x8b\x4b\x93\xb2\xdf\xcd\x4e\x1d\x45\x50\x51\x6b\xb1\x9f\x58\xd4\xb9\x1c\x1b\x93\x16\xcc\x5f\x87\x7b\xf3\x67\x1d\x3a\xec\x03\xf5\x67\x1d\x40\x67\x5a\xca\xb0\x4a\x2d\x58\xcf\x1d\x6b\xa1\x16\x4e\x72\x18\xd8\x96\x92\x23\x63\xa7\xf9\x27\x1f\x18\xfb\xb8\x58\xfb\xd8\x13\xce\xb2\xaf\x0d\x3b\xc6\x5d\xcf\xe8\xdd\x59\x9a\x40\x8b\x48\x28\x68\x6b\x4c\xb4\x71\xad\x6f\xea\x0e\x53\x28\x9b\x15\x07\x81\x83\x96\xaf\x39\x11\x7b\x4f\x22\x20\xa7\x81\x16\x61\x33\xb0\xd3\x20\x38\x5d\xe8\xfb\x46\x05\x4f\x3b\xe8\x18\x20\x19\x12\x1a\xff\x74\x1a\xec\x01\xad\x75\x1a\x59\xab\x52\x51\x99\xaf\x3d\xd8\xf1\x82\x45\xbc\x03\xde\x84\xb7\x8d\xcd\x3d\xdc\xfb\xdd\x55\xbf\xb9\xf1\x8b\x8d\x24\x83\x1e\x5c\x50\xf9\x6c\x55\x94\x18\xd7\x99\x43\x09\x42\xbf\xa7\x58\x9e\x1e\x61\x0a\x77\xc2\xc9\xca\xdd\x39\xed\x28\x9a\x4d\x0f\x56\xfe\x05\xb5\xf0\x96\xc6\xed\x28\x40\x46\xee\xac\x62\xaf\x82\xfd\x7d\x61\x7d\xdd\x43\x74\x24\x7c\x36\x0b\x6d\xe1\xdc\x8e\x13\x83\xe9\x23\xc0\x96\x31\x68\xe4\x42\x2a\x1c\xf0\x82\xa6\xc8\x70\x36\xd4\x7c\x06\x8d\x1d\x44\x70\x03\x63\xfd\x6d\x56\xe6\x7f\x5b\x57\xe7\x7b\xae\xce\x3d\xe6\x79\x2e\x0d\xd9\xb7\xde\x84\x03\x64\x63\x4e\x78\x09\x91\x4a\x1b\xc2\x4c\x39\xa0\x5d\xc1\xb8\x42\xfa\xf2\xb3\x3a\xb7\xad\xc8\xc0\xa4\xa8\x9e\x3b\x6c\x74\x96\xa9\xa7\x79\xad\x09\x8c\x26\x35\xb6\x68\xa1\xce\x90\x0f\x0d\x67\x7d\x80\x6a\xeb\x12\xc9\x51\x9c\xc4\xb9\x43\xa7\x3f\x58\x64\xef\x2b\x95\xf4\x08\xed\x21\x0e\x5b\x69\x45\x59\x97\x83\x79\x29\x7f\xbc\xc9\x9a\xf3\xa2\x1a\x89\xf6\x7b\xb1\xb4\xba\x87\x37\xda\xef\xa6\x47\xd2\xd4\xc8\x45\x56\x54\x45\x75\x1e\xd2\x10\xfd\x7b\x4f\x0c\x3c\x6c\x50\x29\x0e\xb1\xca\x6f\x05\x6a\xe8\xba\xd1\x71\x13\x2d\x08\xcf\x89\xf8\x35\x23\xc9\x66\x68\xa6\x19\xc2\xca\xb2\xa3\xbf\xb9\x11\x0a\x3f\x8e\xd5\x50\x7e\x0d\x0d\x9a\x82\x19\xec\xc1\xa1\x1b\x2f\xb2\x1f\x38\x43\x8d\x4b\x4f\xa3\x7e\xbf\x39\x7e\x6b\x1c\x3a\xbe\x7e\x3c\x7e\xf9\xe1\x55\x8f\xe9\x53\x02\xf8\x36\xc0\x04\xbf\x3c\x3a\x97\x8e\x9b\x0a\x1f\x25\x3f\xec\xf4\x5c\x76\xef\xb3\x3c\x47\x28\x65\xe4\x0c\x6a\x0d\xae\x16\xd4\xc5\xd2\x27\xe3\x56\xc7\xc5\xec\x8c\xed\x20\x56\xd8\x30\x5e\x14\x0f\x1e\xdc\x27\xef\xe3\x8b\x57\x47\x2f\x7e\xfb\xf9\xdd\x3f\xf4\x62\x20\x2e\x03\x65\x79\xd1\x62\x5d\x7b\x5a\x1c\x56\x61\xe4\xa7\xe2\xa1\xf8\xf5\xe4\xdd\xdf\xde\x7f\x3d\xfa\xc7\xfb\xc3\xb7\x2f\xc9\x0a\xc7\xab\x44\x67\xfb\x28\xea\x8c\x50\x34\x40\xf8\xbf\x34\x99\x55\x83\x07\xe0\xf6\xd9\xdd\x73\x10\xf6\xf7\xc5\xe9\x45\x53\x54\xdf\x5b\xd8\x07\x5b\xc9\x61\x1b\x6d\xe0\x58\x34\x62\x91\xfd\xd0\x5d\x01\x87\x9b\xe5\x79\x0b\xe8\xc7\xf5\x66\x0a\xbb\x5a\xe4\x45\xdb\x35\xc5\xd9\xaa\x93\xea\x17\xc4\xb4\x74\xde\x02\x9e\xc2\xee\x70\x17\x84\xa8\x09\xd8\x1b\x17\xa5\x77\x8a\xac\x7f\x5d\x43\x57\x4f\x4c\xc5\xda\x67\x93\x1f\x79\xbd\x61\xe0\x4c\xfe\xc9\xe3\xff\x2f\x24\x17\x45\xe0\x19\xe4\xce\xbc\x56\x0d\xdb\xaf\xf6\xa6\xb2\xde\x09\xf3\x55\xe9\xd0\x0a\x03\xe8\x61\xb0\x8d\x8f\x30\x5c\x73\x49\x9f\xc6\x50\x5b\xd8\x3a\x0b\xd7\xf7\xb1\xc7\x0c\x2b\x48\x79\xa8\xf5\x34\xbe\xf9\x73\x26\x2a\x68\x70\x94\x1e\x4d\x71\x87\x4f\x69\x5d\x16\x47\xec\x4d\x69\x27\xfb\x62\x90\x18\xa4\x4b\xba\x25\x1e\x32\xeb\x13\x06\x1d\x8d\xfe\x8c\xe9\xef\x86\x6b\xf1\x5c\x3c\x16\x07\xdb\xdd\x15\xee\x49\x8a\x4e\xe7\x22\x5b\x72\x5c\xc6\x5f\x76\x18\xf7\xf7\xc5\x4b\x59\x66\xd7\xa0\x69\x5f\xe9\x98\x4f\x62\x55\x75\x45\xe9\x9f\x4d\xfa\x2e\x16\xad\xc8\x2e\xb3\x02\x22\x51\x8e\x31\x6d\x62\xef\x1e\x3d\xcc\xf8\x88\x07\xab\xf4\x2c\x0c\x20\x1b\xae\x09\x47\x0a\xa0\x5b\x0f\x3e\xe0\xa3\x22\x17\xa0\x3b\x8c\x30\x8e\xd5\x7b\xd8\xb6\xc5\x79\xa5\xf1\x93\x47\x6a\x8a\xbd\xa2\x18\x4b\xfe\xe8\x9a\xcc\x22\x35\x88\xe0\x9b\x95\x1e\xf3\x5d\x64\x97\x52\x2c\x64\x67\x75\xab\x21\x67\x4d\x90\x54\x94\x4f\x6e\xca\x1c\x6e\x72\xab\x53\x57\xff\xe9\xb6\xf0\xdf\x64\xdd\x85\x02\x3d\x48\x56\x1a\x31\x58\x40\x51\xfa\xb7\xc0\xda\x8d\xdf\x1c\xfe\xe3\xeb\xdf\x0f\x5f\xff\xed\x88\xf8\x20\x44\x9c\xc3\xd6\xb3\x44\x3d\x30\x73\xef\xe7\x30\x6e\x59\xee\x81\x3d\x56\x54\x8e\xd7\xc7\x44\x77\xb5\x98\x17\x3f\x80\x55\x2e\x02\x51\x0d\x2c\x39\xc7\x29\xf7\xbc\x43\xfe\xab\x71\xcb\xc0\x0b\xc7\xc2\xb7\xff\x97\x59\x25\x9a\x15\x12\x38\x74\x88\xaa\x0d\xd9\xda\xc4\x99\x9c\x65\xab\x56\x8a\x2b\xa9\x2f\xaf\x9a\x51\x29\xdb\x56\x14\x55\x25\x1b\xb1\xcc\xf2\xbc\xa8\xce\xc7\x1e\x94\xb9\xd9\x98\xdd\xf7\xc3\x76\xa8\x33\xf9\xa0\xd8\xc4\xa6\x51\xd1\x69\x5a\xf2\x40\xa4\x19\x40\x4f\xdc\x5b\xbb\x18\x32\x44\x45\x3d\x0e\x3d\x31\xf1\x97\xc8\x53\x15\xc4\x13\xd1\x1b\x3b\x09\xb3\x5c\x72\xf7\x92\x18\x5a\x24\xe8\x59\xd4\xb3\x1f\xd4\x88\x7c\xdf\x48\xdc\xd8\xde\xfe\x60\x88\xed\x9d\x81\x1f\xce\xd8\x69\x8b\x20\x1a\xef\xcd\x8d\xe0\xca\x54\x1f\x34\x68\x36\x39\x1c\x8f\xa2\xa7\x0b\x9a\xaf\x70\xe1\x90\x22\x1c\x46\x73\x8f\x06\x20\xdc\x62\x22\x08\xdb\x20\x3f\xcf\x44\x93\x31\x3e\x0f\x8e\x6c\x2c\x60\xe3\x84\x11\x81\xbd\x69\x99\xb5\xce\x91\x9a\x4f\x61\x6d\xfc\x87\x82\xe7\x83\xa8\x1b\x45\x59\xeb\x4b\x69\x15\x72\xe0\xe7\x49\xf9\x7e\x63\xda\xe1\xfb\x78\x3e\x05\x37\x34\xbc\x4c\x3d\xb3\xc0\x02\xdb\x78\x78\x9f\x1c\xd8\x2f\xd1\xb1\x75\xa7\x7d\xba\xcd\xf9\x0f\x9c\x94\xea\x4b\xd9\xcc\x4b\x9f\x80\x15\x0d\x76\x2f\x18\xec\x9f\x77\x82\x13\x42\x36\xb1\xe7\xe7\xf2\x7c\x1a\x0c\xed\xe6\x46\xec\xd8\x86\xd1\xa1\x0f\xbf\xc7\x07\xde\xcc\xb6\x29\xce\x0b\x24\x03\x49\x0c\x84\x38\x4a\xf6\x72\x28\xd9\x8f\x9e\xc9\x90\x09\x8c\xdc\xdc\x30\x47\x82\x97\x7b\x1a\x0c\x6f\x6f\xa3\x5c\x2e\xf6\x01\x23\xe0\x62\x79\x04\x77\xa1\x63\xf1\x62\xbb\x2c\x8b\x99\xf4\x27\x79\x24\x9e\x44\x0a\x47\xe1\x2f\xd3\xde\x5e\x78\xd7\xf6\xf7\xc5\x87\x0b\x59\x09\x09\xe4\xc2\xb1\x2c\x90\xf7\x41\xf1\xa6\x99\xce\x35\x71\x26\xcf\x8b\x4a\x31\xab\x23\xc3\xe2\x5f\xc9\xdd\x4b\x29\xe6\x45\x59\xca\x1c\x6a\x68\x4e\xe6\xb3\xd5\xf6\x88\x81\xba\xc5\x85\x26\x8d\x85\x78\x96\xba\xc4\xf4\xd2\x3d\x0b\xcf\xb1\x28\x1e\x3d\xda\xfe\xe6\x15\x91\x8f\x60\xfb\x3a\x83\x18\x87\x05\x88\xcf\x7b\x11\x49\x78\xd5\x6c\x5c\xb7\x8d\x84\x83\x78\x07\xfa\x96\x0f\x1e\x20\x59\x68\x78\x28\x1f\x3c\x10\x3b\x7a\x70\xe1\xd1\xef\x8a\xca\x19\x33\x12\x14\x6e\x5e\xda\xcb\x6c\x26\x5f\xcb\xb9\x9a\x54\xc0\x19\xec\xc5\x69\xa1\x35\x2e\x2d\xaa\x59\x63\x6c\x68\x4c\x78\x17\x3c\x62\x66\x18\xae\x81\x98\xfa\x0e\x7b\xce\xb2\x41\x6e\x96\xf1\xf6\xc8\xcd\x3f\xf9\x83\xaa\xbd\x78\x10\x73\xf0\x3d\xbc\x3a\x1e\xa5\x6b\x72\xe0\xdf\x23\x6e\xe4\x23\x5f\xec\xd1\xd6\x50\x4c\xb8\xb9\x85\x49\xbd\x19\x74\x92\x40\x23\x22\x6b\x5d\xd4\xa8\x47\x7e\x70\x4f\x79\x12\x1c\x96\xdf\x41\x5e\x1f\x19\x6b\x1a\xf3\x07\xb0\x0f\x22\xba\x54\x64\xac\x59\xc9\xab\xe0\x89\xc0\xa8\x5d\x51\x86\x41\xd6\xa4\x48\x71\x01\x69\xec\x4a\x01\xf6\x73\x76\x6e\x3c\x91\x91\x8c\xf5\x5c\x4d\x58\x5e\x24\xeb\x04\xdd\x8f\x98\xc1\xf6\xda\x15\x04\xc1\xec\x52\xca\xa7\xcd\xbd\x04\x51\x24\x63\xab\xa1\x84\xbb\x80\x9f\x19\x76\x5d\xb6\x49\x6f\xb8\x91\xf7\x04\x49\x4c\x59\xd5\xf6\xeb\xd4\xe8\x79\x79\x11\xb2\xec\xf4\x70\x90\x93\x11\x23\xcc\x5e\xad\x96\x59\xf3\x34\x7e\x9c\x32\x03\x88\x1b\x51\xd5\x58\xa2\x45\x78\x6b\xe2\x81\xa1\xf0\xab\xfe\x7d\x1c\xfa\x3e\xf3\x64\xe0\xbb\x36\x68\xed\x29\xd4\xc1\xb0\x03\x51\x01\x80\x7e\x28\x6c\x22\x20\x31\x37\xce\x8f\xda\x8b\x29\xaf\x57\xc0\xb3\x96\xc5\xec\xbb\xd7\xbe\x99\xc8\xd4\xc6\x97\xd8\x12\x41\x6d\x25\xdb\x18\x80\x3a\xec\x07\x44\x03\x31\x11\xe2\xb4\x6e\x4e\xd7\x9d\xc9\xb2\x6c\x45\x3d\x07\xf1\x12\xa4\x73\x02\x3b\x3c\xf5\x52\x6f\x41\x9a\xae\x81\xa9\x22\x03\xcf\x34\x34\xd1\x05\x16\xd9\x0f\x80\x81\x69\xbd\x9d\xca\xbf\x2d\xb3\x26\x5b\xd8\x06\x7b\xe1\x1c\xcc\x77\x30\x0e\x28\x1c\x8f\x19\x34\xb3\x91\x8f\xf8\xb6\x85\x8b\x2c\xf0\x10\xa2\xa4\x40\x66\x00\x23\x35\x7b\xf2\xf8\xb1\xf1\x0c\x10\x67\xd2\x45\x69\xe8\x6a\x6b\xd6\x91\x95\x2b\x6d\x11\x83\x2a\xd5\x55\x5b\xb4\x9d\x22\x1f\x56\x87\x69\x80\xeb\xda\x2b\xa3\xf8\xfc\x5a\x57\xa7\x6a\x85\xdf\xd4\x5a\x0c\x77\x51\xe7\xa2\xa8\x04\x09\xca\xac\x1b\xee\xb3\xc8\x19\xb9\x1b\xb3\x56\xf4\xb3\x6d\xd0\x2f\x08\x09\xb2\x1f\x81\x01\xfb\xcc\x58\x85\x52\x79\x01\xd0\x99\x17\xa6\x48\x07\xf0\x54\x77\xce\x86\xc7\xf0\xb6\x97\x36\x15\x97\xc3\x57\xc0\xb6\x69\x20\xdf\xe5\xb5\x28\xaa\xc8\x5c\x73\x48\x75\x8b\x61\xf1\xf8\x22\x6b\xdf\x5d\x55\xef\x9b\x7a\x29\x9b\xee\x5a\x5d\x2c\x8e\xb5\x37\xf7\xf6\x84\x0f\xba\xf0\x9d\x86\x33\xf1\x95\xc7\xe6\x48\x43\x0e\x3b\xb4\x6c\x23\x13\x7c\x8d\x04\x6d\x24\x82\x43\xbd\x74\x8e\x50\x2d\xfe\x7f\xf6\xde\x85\xab\x8d\x24\x49\x14\xfe\x2b\x89\x4f\xaf\x25\xb9\x45\x09\x7b\x66\x76\xe6\xca\x16\x8c\x8d\xdd\xdd\x7c\x63\x1b\x7f\x06\x6f\xef\x5d\xe0\xb4\x93\xaa\x14\xca\xa1\x54\xa5\xa9\x2c\x01\x6a\x99\xff\x7e\x4f\x46\xbe\x1f\x55\x2a\x1e\x9e\xd9\x73\xef\xb2\x3b\x6d\xa8\x7c\x47\x46\x46\x46\x44\xc6\x03\xdf\xc8\x08\x6c\x03\xef\x2d\x63\x59\xd4\x96\xd9\x3e\xd2\x32\x10\x00\x73\x32\xb1\x60\x1b\xbc\x51\xb4\xc7\x7b\x83\x21\xd3\xf0\xd6\xd1\x5c\x87\xfe\xb5\x21\x1c\xe2\xcb\x18\xed\x40\x11\xe2\x81\x0b\x24\xe3\xa2\xf0\x0d\x34\x09\x09\xcf\x49\x5a\xce\x09\x93\x67\x3e\x41\x07\xb5\xa0\x13\x75\x85\x0b\xc6\x49\x26\x04\x1b\x29\x64\x80\x12\x39\x08\x88\x04\x7c\x20\xe5\xd1\x0e\x09\x05\xe4\xf1\x4a\x15\xf5\xa2\x53\xc4\x16\x24\x05\x75\x65\x94\x2a\x54\xe5\x35\xda\xd6\xd3\xaa\x67\x58\xe8\xc8\xe6\x9a\x02\xa9\x99\x22\x9d\xcd\x41\xb7\x15\xf1\x4d\xb6\x45\x16\x3b\x34\xad\xca\x79\x50\xd5\x3f\x78\xbe\xf3\x3d\x3f\x77\x24\xdf\x1b\xbb\x21\x5f\xc8\xd5\x9e\x4a\xbb\x06\x1d\x76\xc9\xb9\xe6\x58\x9d\x0d\xa3\x50\x69\xb0\xb1\x06\x6d\x10\xc9\x03\x5d\x48\x44\x1e\x03\x5d\x9e\x78\xdd\x84\x07\x04\x15\x29\x46\xa6\xec\xe3\x94\x58\x00\xe3\x1a\x33\x54\x61\x0a\xce\x13\x1c\x2e\xb8\x58\x59\xb6\xe1\x0a\xde\x66\x7c\x92\x27\x17\xa4\x7e\x5d\xcb\x57\xd1\x7e\x4f\x24\x0a\xab\xc9\x7c\x1b\x86\xe8\x0d\xc2\xc0\x48\x52\x05\x23\x54\xf5\x5d\x7a\x70\x65\x0b\xad\x5d\x89\x64\xcf\x0f\x60\xe7\x9d\xa9\x48\x8d\xbe\x1d\x0f\x46\x86\x4f\xe4\x3b\x19\x8d\x5e\xd4\xc8\x80\xa1\xa8\x97\x2f\xf5\x42\xa8\x6d\x38\x89\x16\xbe\x41\xb2\xdc\x89\x97\xe3\xba\x33\x4e\x35\x4c\xb2\x25\x5a\x78\x8b\xcb\x94\x6d\x85\xdf\x92\x3f\x5c\x30\x3b\xe8\x5b\x93\x37\x95\x70\xa3\x6e\x40\x65\x10\x29\xc5\x38\x61\x4f\x96\xe9\x27\x0a\xdd\xda\x23\xc1\xb2\x8c\x2b\x01\xc4\x2d\xba\x24\xab\x98\x27\x9f\x98\x51\xb4\x99\x28\x6a\xf1\x03\xb0\x0e\xa0\x6c\xd5\x38\xbc\xe7\xbd\xe2\x70\x80\xb2\xa6\xe2\xe4\xa0\x58\xa6\xf5\xd0\x14\xd8\x31\xff\xe3\x15\xa5\x79\x2a\x2e\x56\x27\x42\xc1\x9c\x62\x79\x37\xc8\x5a\x9e\x35\xac\x93\x85\x6c\x6f\x6c\xe7\x86\xfc\x50\x2e\x19\x09\x11\x4a\x5d\x2b\xae\x35\x02\xc7\x31\xe8\x90\x95\x95\x96\x22\xff\x46\x56\x7b\x6a\xc7\xa0\x90\xb2\x23\x28\x7e\x4b\x58\x2a\x9c\x94\xbc\xe9\x48\x8b\xff\xc6\xe6\x1f\x96\x79\x4d\x73\x5a\xf8\x46\xbd\x62\x4a\xaf\x01\x28\x4c\x86\x4a\xde\xf7\xbf\x0d\x4f\x55\x6c\x00\xc7\x02\xb6\x21\x8e\xac\x42\x1d\xa6\x7c\x9a\x94\xfa\xc6\x0b\x48\x0b\x59\x51\x0f\x44\x20\x29\x41\x2d\x76\xce\x62\x1c\x0e\xc7\xe9\x8f\xfc\x0a\xa2\x85\x69\xe3\xf1\x37\xfa\xbb\xcf\xd8\xa8\xc6\x3e\x77\x23\xd4\x4a\x8b\x25\x9b\xb9\xd4\xe6\x52\x45\x7c\xe7\x8d\x1c\x7f\xd7\x02\xb2\xb0\x47\x8b\xa6\x94\xe4\xd9\xc7\xe6\x72\x25\x60\x8f\x9b\x1f\x4e\x90\x60\x7e\x64\xb5\x3f\xec\xec\x38\x25\x8e\x0e\x76\x8c\xb6\xb6\xdc\x58\x9a\xf1\xba\xb4\x4b\x5d\x8d\x17\x63\xfb\x0f\xcf\xc7\x7c\x4f\xf8\x71\x21\xa7\x8e\xd7\x91\xc0\xcf\xb1\x8f\xc6\xd0\x53\x14\x28\x21\x4a\xf3\xc9\x86\x5f\xbd\x46\x9f\xcb\x6b\xc1\xca\xfb\x69\x12\xcc\xbe\x5a\x98\x3b\x0e\x3f\xa1\xbd\xbd\x10\xc3\x13\x10\x61\x38\x74\xfd\xe1\x38\x09\x10\x50\xf7\x09\xc2\xd0\xbd\x02\x2d\x72\x30\x76\xff\xf4\xba\x94\x89\x5e\xc6\xc1\x99\x6d\x82\x55\xd3\xfd\xe6\x64\x4e\x4d\xb5\xfa\x09\xbe\x6b\x42\x17\xd5\x57\x5b\x52\x4d\xd3\xfb\xf3\x50\xbd\x7e\x1e\x16\x39\xa7\x26\x60\x6c\xe7\x3a\xf5\xea\x70\xd1\x4e\x02\x37\x34\x41\x6f\xdf\xfd\xf4\xfa\xcb\xfb\xe3\xdf\xf6\xdf\xbd\x7f\xff\xdb\xd1\xf1\xff\x7e\xff\xee\xb7\x4f\x9f\x0f\x3f\x1d\x39\xef\xcf\xa7\x41\xd6\xd7\xbe\x35\x22\xda\x43\x3b\x3a\x8a\x6f\x68\x39\x8c\x7e\x94\x94\xc4\x19\x3a\xe1\x7f\xbe\x27\x53\x58\x31\xbf\xec\x9a\x6b\x7d\xa6\x17\x33\xbf\x9a\x79\x09\x11\x10\x43\x7b\xb1\x96\xef\x6e\xea\x0a\x3b\xcd\xc7\x68\x07\x2c\xd4\x07\x31\xe0\x87\xef\xd5\xc2\xa7\x38\x02\xf2\x93\x9e\x28\xea\x9d\x79\x80\x0e\xfd\xa2\x37\x7a\x45\xdf\xdb\x27\xda\xf5\x88\xbe\x9b\x3f\xb4\x8b\x91\xca\x17\x1a\xbe\xd2\xa2\x26\xd5\x14\xa7\x04\xa9\x44\x47\x4e\x64\xba\x8c\xdc\x7c\xc0\x0b\x31\x07\x2f\xc9\xce\x9a\x83\xe2\x70\x2a\xb3\xbd\xf3\x93\xcf\xde\x90\x69\x29\x42\xea\x9b\x30\xe8\x20\xf0\x7d\x96\x69\x63\x4d\x10\xf4\x60\x4b\x96\x8c\x34\x4f\xa0\xd3\xde\x88\x59\xca\x45\xea\x54\xd1\x1f\xc8\xbc\x04\xf7\xd2\xb6\xf5\xf9\xf2\x09\x95\x05\x1b\x5a\x99\x20\x4b\xc0\x61\xc1\x44\x1c\x27\xf6\x5a\x27\xcc\x45\x13\xeb\x89\x04\xc2\x01\x2d\xe7\x36\xe8\x9c\x72\xeb\x92\x85\x4e\x51\x39\x45\x41\xef\xe6\x9c\x5f\x4a\x4e\x13\xaa\x38\xea\x7d\x31\x51\xa5\x63\xdb\xbc\x63\x76\xd1\xd0\xdf\x3a\xbd\x14\x3b\x30\xb2\xd7\xc8\x91\xfd\x75\x83\x1f\xe5\xdc\x12\xa1\x07\xf8\xd1\x5a\xaa\x1b\x9e\x51\x31\x8a\x72\xe2\x02\x79\x87\xe8\x44\x2c\xfe\x4c\x1e\xe4\x27\xc3\x27\x74\x0e\x6c\x23\x30\xda\x3f\xe7\xe5\x39\xce\xf7\x75\x7a\x44\x74\x2b\x84\xb9\x5e\x92\x8c\x92\x64\xc4\xc9\x04\x2d\x2e\x7a\x2f\x4f\x0b\xd9\xaa\x5e\x2d\x08\x5a\x7b\x5e\x57\x3a\xcf\x65\xf8\xdd\xea\x71\x64\x95\x25\xbc\x1f\xd6\x83\x83\x2d\xb6\x22\x98\x89\x34\xad\xa8\xca\xb2\x1e\xa3\xde\x9c\x6d\x5b\xcd\x7b\x92\xcf\x93\x29\xd5\xbc\xd2\xed\xed\x7d\x51\xa2\xaa\xd9\x19\x1f\xc3\xda\x6e\xb9\x68\xe3\x64\x36\x0e\x9b\x38\xc5\x3d\xc9\x8e\x82\x7b\xc1\x18\xf5\x28\xdb\x06\x9f\x18\xf5\xfd\x97\x58\x9a\x39\x51\x2f\x9a\x81\x4e\xb4\xcb\x29\xab\xf7\x49\x9e\x8b\xc1\xc5\x44\x49\x9e\xf3\x42\x21\x7a\xa9\xa4\x7e\x02\xd5\x89\x02\xf7\x04\xc5\xd2\x57\x99\x3d\x0a\xfc\x29\x45\xab\x5d\xf7\xfa\xab\x67\x64\x4e\x86\x26\x85\xe6\xb0\x69\x1d\x43\x1d\xae\x4d\x41\xc0\x33\xc8\x32\xf6\x5d\x73\x5c\xd4\x34\xdd\x2f\xf3\xb2\x52\x1e\x0c\x64\x4e\xac\x4a\xa9\xbd\xf9\x11\xe4\xec\xfb\x1f\x86\xa2\x0b\x2f\xdf\xba\x52\x9d\x03\xe2\x9c\x68\x8d\x82\x9b\xd7\x5c\xb3\x22\xd0\x43\x32\x2d\x8b\x9a\x25\x6c\x8e\xf3\x5c\x97\x58\xd4\x62\x51\x32\x2a\x02\xd0\xf4\x2a\x92\xe3\x9a\x5e\x91\xde\xd0\x61\xbd\xcb\x6a\xec\x2d\x31\xe1\x3b\x78\x4c\x6e\xea\x20\xbf\x52\x59\x99\xec\x6b\xe2\xe7\xe4\xeb\x53\x94\xfc\x60\xa7\x29\x55\xdb\x7f\xfb\xf5\x6c\xec\x2b\xfb\xe6\xb4\xf8\x85\xf0\xcb\x7a\x8c\xfe\xf0\x17\x2f\x04\xce\x75\x59\x65\x6f\x2a\x82\x2f\xc7\xa8\x77\xce\xff\xdd\xe6\x5f\x7a\x6e\x94\x1b\x9b\x0f\x33\x86\x47\x43\xcb\x4e\x55\x6e\xe5\xd3\xa7\x36\xdc\xe4\xd7\xa1\xfd\x4a\x29\x42\x5e\x3d\x7d\x6a\x00\xed\x80\xda\x8f\xe5\xe7\x65\xf4\x6e\x82\x07\x87\x48\x77\x78\xb8\x10\x79\xe1\x41\xe4\xb6\xc3\xda\xcf\x9c\xb5\x47\x11\xbd\x79\x8d\x4d\x27\xa3\x61\xcd\xca\xd8\xe3\x3f\xc7\xa8\x87\x97\x75\xe9\xee\x8d\x2a\xfd\xdf\x63\xd4\xbb\x12\x69\x24\xdd\x0a\xbf\x92\xf3\x4b\x5a\x1f\xca\x6a\x22\x03\x10\xc8\x19\xbd\xba\x5c\xa6\xb3\xde\xc6\xf5\x99\x33\x2d\xbe\x98\x32\x1d\x3b\xd6\x3a\x36\xd6\xd4\x33\xca\x16\x39\x5e\x71\xca\x55\x70\x61\x69\xfb\x3c\x2f\xd3\x4b\x7b\x40\x23\x13\xf6\x9e\xef\xec\xfc\x9b\x57\xa4\x76\xe8\xb9\x83\x72\x6a\x0a\x08\x05\x54\xb7\x29\xd3\xbc\xc9\xed\xe9\xd0\xf5\xc6\x24\xbf\x3a\xa7\x26\xff\x9f\xb9\x00\x9f\x21\x2c\xb3\x9e\xca\x1b\xaa\xe2\xbf\x5b\x77\xdd\x1a\x31\x4e\x1d\x33\xef\x52\xfc\xc2\x65\xc5\x9a\x8a\xeb\x4b\x57\xf5\xd3\xaa\xc6\xaf\xbd\x73\xcc\x88\xd3\xcc\x10\xee\x78\x03\x98\x01\x6b\xbf\x80\x9b\xee\xde\x07\xdc\xc9\xce\xe5\x62\xd5\xd1\xfa\x45\xc9\x7a\xb6\xa4\x8b\xdd\x45\x13\x09\xbf\x57\x1c\xfe\x71\x77\xee\x86\x39\x47\x8b\xd8\x69\xb1\xdb\xf7\xc0\x3c\x34\x00\xb4\xf2\x0f\x0e\x05\xda\xb2\xb4\x5c\x90\x31\xea\x79\x8c\x83\xb4\x1e\x94\x4b\x6c\x82\x27\x72\x91\x05\x3a\xbc\x24\xab\x69\x05\x17\x0f\xa8\xa7\xc2\x1b\x4a\xf0\x0e\x60\x11\x2c\x73\x54\xc3\xdc\xe0\xf3\x2f\xf4\x62\xc6\x3f\x56\xda\x93\xb8\xac\x54\x3f\x76\xd9\xc7\x52\x78\xc6\xab\x96\x9b\x38\x32\xc0\xa1\xcf\xc7\xef\x87\x68\x4e\xe6\x25\xfd\x9d\xa8\xbd\xe9\x80\xb6\x6a\xf1\x47\x33\x3a\x9f\x93\xca\xc1\x1a\xfb\x9b\x8d\x31\xf2\xfb\x7d\x38\x38\xd9\x14\x38\x2e\x4e\x23\x25\xeb\xc4\xc4\x67\x87\xdb\x52\x55\xdd\x32\xa7\xfe\xcf\x15\xce\x28\xe8\xbc\x23\x0d\x54\xa1\x68\x91\xe1\x1a\x47\xbb\xb7\x0a\x0c\x67\x25\x96\xf3\xe6\xf5\xfe\xdf\x7e\xfe\x7c\xf8\xe5\xe3\xdb\xdf\x0e\x7f\xfa\xe9\xb7\xa3\xfd\xcf\xef\xde\x7d\xfc\xed\xd3\xe1\xd1\xc1\xf1\xc1\xe1\x47\x34\x91\x34\xce\x6a\x21\x87\x7e\x5d\xd0\x39\x96\xfe\x36\xde\x96\xf4\xfb\x03\x34\xd9\x75\x50\x49\xa9\xea\x7a\x3b\xff\xd6\xb3\x6e\x36\x78\x18\x9b\x96\xd5\x7c\x8c\xbe\xea\x47\xb2\xff\xec\x6f\xff\xb0\x6e\x9f\xd7\xed\xe0\xab\xd2\xd3\xcb\x7f\xc5\x34\x37\x77\x7d\xd7\x9e\x6f\x07\xc3\xd3\x62\xd0\xb2\xfc\xcf\xc7\xef\xef\x06\x81\x8e\x13\xbd\x0f\x0c\xbe\x37\x04\x7c\x55\xbc\xa6\x4a\x9a\x19\x0f\x8e\xd8\x60\xec\x9f\x31\x87\x03\xa7\xec\x2d\xae\xf1\xfb\x12\x67\xc0\x64\x1b\x46\x5c\xb2\xe6\x30\x6f\x60\x4a\x35\xc0\x0f\x8a\x9a\x54\x57\x38\x1f\xaa\xad\x00\x46\x54\xff\xf5\x2b\xbe\x22\xf0\x25\x50\x59\xfd\x13\x79\x74\x65\x19\x29\x90\x43\x50\xae\xfe\xe3\x72\xf1\x73\x92\xd1\xe5\xfc\x1e\x6c\xfc\x4c\x32\x28\x1e\x5b\x66\xd8\xa8\x18\xeb\x84\x50\x48\xc0\x62\xd3\x75\xeb\xdc\x63\x76\x8a\x33\x1c\xa3\x9e\xb8\x61\xec\x42\x0b\xa3\x7b\x1a\xa3\xff\xab\xbf\x33\xb0\x2b\x9d\xe3\xf4\xf2\xa2\x2a\x97\x45\xb6\x2f\x05\x16\x0b\x4d\xd0\xb7\x6f\xbe\x00\x23\x4d\xb6\xb3\x37\xba\x9d\x3f\xa2\x9c\xef\xd7\x72\x81\x53\x5a\xaf\xd0\x0f\xeb\x16\xb4\xbc\x9d\xb3\xaf\x1d\x64\xa1\xde\x2e\x7a\xd6\x0b\x78\xfc\x4e\x0b\xf4\x99\xfd\x93\xd8\x9d\x1b\xca\x0f\x06\x2e\x63\xf4\xf5\x57\x5a\x64\xe5\x35\x97\xdb\x7c\x21\xc3\xfc\x70\xee\x17\x57\xdb\x17\xf2\x8e\xe9\x37\xd7\x44\xa8\x2e\x51\xc5\xd1\x6a\xd8\x5a\x89\xaf\x68\x81\x21\x84\xc1\xce\xbf\xb5\x56\x15\xf3\x43\x7f\xda\x50\xcd\xee\x91\xd3\xd5\x41\x73\xe5\x1d\xb4\x83\x46\xe8\x7f\xed\xfc\x1b\x54\x6c\xae\x57\x94\xdb\x15\x59\x10\x5c\x7f\xf5\x46\x4e\x92\xa4\x8d\x87\xe9\x0f\x3a\x4a\x9f\xe2\x37\x9b\xf0\x71\xa1\xcb\xda\x2c\x89\x66\x63\xd4\xdb\xb1\xb7\xdd\x3a\x38\xf8\x9c\x95\xf9\xb2\x76\x0e\x4e\x5d\x2e\xfc\x16\xe7\x65\x5d\x97\x73\xff\x6b\x4e\xa6\xb5\xff\xad\x92\x24\x61\x27\xa4\x07\xde\xe9\x37\xec\x48\xcb\xf1\x57\x95\x36\x9c\xff\xc6\x65\xec\x04\xd3\xb5\xbf\x5c\x37\x08\x5f\x9a\xb0\xf9\x05\x0e\xe6\xff\xb0\xbe\x33\x3d\xb8\x6d\xc2\x96\xee\x27\xa4\xc3\xf9\xb8\xcf\xc4\xda\x8f\x91\xee\xd1\xdc\x89\x61\xaf\xe7\x65\xb6\x7a\x4b\xaf\x68\x46\xaa\xdb\x0d\xe7\xed\x5e\x33\x6c\x3d\x96\xdd\x0e\x65\xf4\x48\x3e\x9c\x6d\xe2\x3f\x58\x91\xef\xb7\xcb\x0a\x4b\xb4\x7c\xc1\x7a\xb1\x1a\xc7\x74\x4e\x8b\x0b\xc5\xe1\x8d\x51\x8f\x60\x46\xb6\x69\xb1\x5d\x2e\xeb\x68\x83\xb7\xb4\x52\x01\x9d\x7b\x45\x59\xcd\x71\x1e\xad\x76\x50\x13\x31\xb4\x54\xa2\xf7\x68\x01\x06\x9c\x24\x5a\x5b\xbc\x55\x0b\xce\x62\x2f\xc6\x8c\xf6\xc1\xe8\xde\xfb\x6e\x11\x27\xff\x5c\x3b\x42\x43\xec\x4c\x5b\x15\xee\x7b\x9e\x1f\x91\x2c\x35\x92\x47\xfb\x90\xf7\x8a\xb2\x20\xad\x3c\x41\xcf\xba\x39\xdc\xb9\x55\xf0\x40\x1d\xf4\xf0\x40\x46\xe0\x8e\x84\xff\x79\x03\xe1\x67\x35\xae\x69\xda\x42\xa4\xd3\x8a\x90\xe2\x33\xa8\x91\xf8\xe5\x3e\x6e\x12\xd3\x6f\xfd\x77\x92\x0e\x6a\x22\x83\x13\x0d\xb2\x77\x37\xf1\xfb\x3d\x2d\x7c\xe9\x9b\x7f\x8a\x49\xe5\xfa\x7b\x44\x32\xe7\x65\xa1\x74\x7e\x41\x6a\x47\x34\x0f\xe7\xfc\xaa\xfb\xa0\xbb\x32\xf3\xa1\x30\x08\x7d\x86\xd6\x7f\xcd\xca\x74\x1f\xd7\xe4\xa2\xac\x56\x48\x56\xe7\x97\xc3\xb3\x91\xa7\x4b\xb2\xba\x7a\x83\x19\x69\xd1\x27\xf9\x40\xd9\x55\x42\x8b\x7e\xac\xb8\xa7\x73\xa1\x92\x76\xc4\xad\x38\x14\x4a\x2a\x26\x6d\x72\xb5\x5c\x3f\x94\x18\x2f\x30\x43\x08\x18\x0d\x82\x93\x2f\x13\x59\xd2\x90\xe8\x7b\x6b\x68\xcc\xed\x08\xa7\x52\xf0\xcf\x96\xd6\x7a\x5a\xf7\x9f\x3d\xa8\x90\x31\xa3\x66\x05\xaf\x32\x7a\xa5\x50\x1d\xc6\x98\xac\xd7\xea\xfa\xbf\x76\xbd\x08\xc7\x80\x66\xe5\x54\xad\x6f\x32\x41\x3d\xf1\x92\xdc\x43\x7b\xfc\xd6\x87\xef\xb7\x8b\x9b\xaf\x48\x89\x3e\xe8\xf6\x36\x20\x77\x93\xb5\x27\x7b\xc9\x2a\xbb\xaa\xe6\x2b\x76\x25\xc3\xdf\x4c\x4e\x9f\xbc\x38\x7d\x22\xd7\x25\xff\x88\xf7\x53\x97\x8b\xf7\x64\x5a\xef\x97\x55\x41\xaa\xdb\x5d\x73\xb2\x5f\x2d\x70\x3d\x43\xd9\xe4\xf4\xc9\x87\x1d\xf4\x02\xbd\x46\x2f\xd0\x8b\x21\xda\x81\xff\x7f\x3e\x44\x2f\xd0\x0e\x7a\x0f\x77\xe4\x7f\x9d\x3e\xd1\x69\xa8\x10\x7a\x35\x62\x57\x17\x0f\x9d\x11\xd8\x41\x6c\x98\xd2\x4e\x64\x4a\x2f\xd0\x7b\x98\xd8\x63\x4f\x49\xdc\x0a\x9b\x67\xf5\x22\x32\xab\x1d\x39\xab\x17\xdf\x69\x56\x1b\x77\xef\x45\x64\xf7\x76\xe4\xee\xb5\x4d\xea\xd5\x28\xa3\x57\xf0\xfb\x20\x50\xdc\x47\x5f\xae\x87\x51\x05\x6b\x48\x87\x9b\x9f\xb4\x1f\x8d\xe4\x7a\xfd\x7e\xc6\xd7\xd0\xae\x75\x2e\x77\x56\xa2\xf2\x21\xb7\xf9\x57\x71\xe7\x39\x27\x29\xac\xe8\x14\xeb\x16\x16\x4e\x45\x9b\x58\xe5\xa2\x8d\xbf\xe9\x61\x2b\xbf\x86\xdd\xae\x75\xb8\xa0\x4a\xf0\xd2\xbd\x59\xb9\xe6\x6e\xdd\x20\x52\xc0\x1e\xf5\xe6\xe8\x7c\x43\x74\x52\xad\x5d\x84\x5b\x7f\x6f\x05\x9b\x35\x33\x0e\x1f\x8d\x82\x13\xbb\x44\xa7\x3a\x33\xed\xd8\x0c\x57\x24\x13\x1b\x10\x6b\x2d\xaf\xb1\x16\xd6\x76\x4a\xf3\x3c\x78\x0a\xe7\xa2\x94\xa7\x45\xba\xed\xa2\xee\xf3\x41\x72\x1f\xa5\x9f\x12\x7e\xbf\xfe\xb0\x16\xbf\xf2\xab\xce\x61\x6c\x6f\x54\x5a\x90\x9e\x7c\x37\xdc\x3e\x2f\x6f\x1a\xf8\xcc\x98\x66\x4e\x80\xf4\xb8\x5c\x00\x94\x38\x33\x5a\xe6\x34\x0b\x6b\xbc\x01\x14\xdf\x50\x69\x3f\x6a\x4b\x10\x01\xa0\xdd\x48\x5e\xf4\x3b\x5d\x4c\x0d\x3a\xea\xc4\xec\xc9\xf4\x84\xd2\xa9\xe7\x49\xc0\xcd\xaf\xf7\x4d\x5a\x3c\x83\x20\x0d\x5d\xfa\x1a\xbc\x6e\xcf\xf7\xe6\x37\x1b\xef\x3d\x09\xc0\xa3\x90\xcd\x38\xe6\x54\x8c\x61\x54\x44\x72\x0b\x65\x34\x33\xa7\xf0\x4c\x85\x33\x73\x48\x63\xeb\xd4\xac\x9a\x1d\xe7\xd6\xa2\xc2\xea\x30\xb9\x08\xe9\x6e\x9e\x5f\x50\x39\x36\xc5\xb8\x94\xfb\x18\xb3\xec\xb6\xbf\x7e\xdd\xee\x73\x7c\xc0\x2e\xdf\x47\xac\x8c\x5a\x1f\x34\x1a\x20\x78\x92\x55\x03\x93\xd2\xc9\x00\xc1\x6e\xd0\x68\x80\xf0\x7d\x85\xd6\x26\xa1\xf1\x8e\x02\xa3\x6d\x80\x10\x4c\xd8\xff\xea\x1b\x20\x04\xd3\x3e\x2d\x76\xfb\x1e\x98\x3b\x19\x20\x58\x6d\xb4\x01\xc2\xbf\x42\xc1\xf0\x33\x5e\x78\x5b\xf2\x33\x5e\xc4\x76\x4a\x7d\x8e\x6c\xd4\xcf\x78\xf1\x20\xe5\xc2\xa6\x11\x1f\xac\x5a\xf8\x19\x2f\xba\x69\x16\x14\x34\xfe\x99\x8a\x85\xc5\xcd\xff\x28\x16\x44\xe7\x1b\x15\x0b\xa3\x7f\x89\xf4\xf7\xc0\x03\xf1\x4f\x11\xfd\x7e\xc6\x0b\x2d\xf9\xdd\x51\x42\x72\x96\x37\x08\xbf\xff\x8f\x7c\xd4\x24\x1f\x7d\x77\x39\x25\x7c\x9d\xef\x28\x02\x3c\x82\x80\xf3\xaf\x94\x60\x1e\x2a\xa8\x04\x0f\x18\x71\xc9\x62\xb3\x40\x73\x6f\xd9\xe2\x9f\xc6\xdb\xc9\xab\x2d\x4e\x83\xee\xc2\xd9\xf1\xfa\x9b\x18\xbb\xef\xc0\x2c\x34\x5c\xd7\x77\xbb\xaa\x23\x2c\x9d\x9e\xaa\xf7\xb1\x81\xa1\xd3\x13\xb6\xf8\x39\x09\xda\xbb\xb0\x73\x3f\xe3\x45\x84\x9b\xfb\xbe\xd7\xd3\x3e\xad\xd2\x3c\xca\x5c\x5b\x25\x91\x8d\x10\xa5\xff\xe4\x7b\x4a\x0c\x6a\x29\x29\xd9\xd5\x45\xac\x02\xbb\xba\xb8\xc7\x55\xe6\x83\x62\x10\x2d\xfa\x9f\x0b\xed\x5f\x76\xa1\x49\xae\xb1\xe9\x5a\xda\x74\x6d\x19\x36\xd3\xad\xc1\xf7\xf2\x27\x7a\x03\x8e\x7e\x07\xef\x9e\x3f\x87\x6c\x29\xc2\xd9\xfe\xff\x99\x3b\xef\xfb\xdd\x65\xf2\x90\x36\x23\x02\xbb\xba\x88\x6d\xb6\x71\x0e\x09\xbc\x42\xba\x6a\x84\x1f\x05\x34\x2d\xda\xc5\x76\x98\xdc\xff\x2a\x7f\x24\xe1\x5c\x10\xad\x66\xaa\xfe\x20\x7a\x7f\x0f\x41\xbd\xdb\xd0\x4a\x5c\x8f\x5d\xed\xa2\x5e\x37\x61\xdc\x5a\xfd\x77\x97\xc7\x37\x50\xf1\x7f\xb1\xf4\xdd\x26\x19\xbb\x2f\xb6\x57\x94\x5c\xbf\x29\x6f\x26\xa7\x4f\x76\xd0\x0e\x7a\xce\xff\xff\xf4\x89\x7c\xc7\x55\x14\x53\x3d\xe5\xea\xbf\xe3\xbd\xb3\xab\x8b\xa6\xb7\xee\xe1\x0e\x7a\xff\x5c\xfd\xf7\xf9\x0e\x7a\xaf\xfe\xbb\x83\xfe\x0b\x7d\xd8\x19\xfe\x09\xed\xef\x0c\xff\x9c\xfc\xf9\xdf\x9f\xff\xf1\xc5\x1f\xfe\xfc\x27\xf4\x22\x79\xf1\x87\xbf\xfc\xe9\xcf\xff\xfe\xe2\x4f\xbc\x1e\xfc\x67\xdf\x14\x0f\x61\x9a\x76\xfd\xe7\xd0\xc5\xf3\x9d\xa1\x69\x88\xac\xfa\x2f\x92\x17\x2f\x76\xfe\xf8\xc7\x7f\xdf\xf9\x13\xd9\x7e\xfe\xef\xe8\x4f\xc3\x1d\xb4\x6f\x0d\xb1\xed\x95\x3b\xdd\xf0\x9e\xdf\xf3\xff\xdc\xef\x9d\xf9\xd1\xd9\xf8\x16\x8e\x5c\x1e\xd8\x80\x29\x5f\x87\x87\xa9\xb1\xb1\x27\x01\xfc\x73\xe9\x4b\x33\x01\xb8\xf3\xe1\x8f\x70\xf8\xf6\xe4\xc3\xef\x0d\x7c\xbe\xbd\x04\x8b\xd5\x37\x90\x6c\xe4\xf6\x7d\x56\x5f\x34\xe9\xa1\xc7\xd0\xdc\x6e\xf2\xd3\xda\x24\x04\xca\xd0\x4b\xc7\xab\x05\x19\x7a\xdf\xd8\x5b\x32\xc5\xcb\xbc\x16\x9e\x96\x8e\x33\x7f\xe0\xb5\x15\x7b\x37\x88\x34\xe0\x9f\xed\xdf\x1b\xc4\xd2\x48\xcb\x9f\xf1\xc2\xfa\xb5\x19\xa5\x23\x4d\x45\x81\xfb\xd7\x7d\xa5\x16\xa7\x8d\x8d\x1d\x0a\x66\x10\x82\x21\x44\x1e\xa7\xb8\x01\xc1\xc2\x3a\xcc\x76\xd8\x1b\xc5\xaa\x35\xca\x60\x6e\xe5\x2e\x7b\xd7\x64\xb8\x12\xdb\x78\x7f\x1f\x37\x75\x16\x11\xea\x1b\x76\x76\x53\x4f\x71\x42\xd2\xba\xd7\x0f\xe2\x5b\x9a\x36\xae\x6d\xd7\x1e\xfc\xe8\xe0\xf4\xd9\x8d\xe3\x09\xf1\x2f\x64\x7c\x24\x07\x23\x19\x73\x9b\x5b\xd7\x6f\x0a\xb6\xaf\x12\x73\x7b\x1e\x2a\xd1\xee\x5a\x10\x04\x34\x41\x53\x5a\x64\x1f\xf0\x8d\xac\x21\x3e\xf7\xbd\x66\x22\xed\xac\xb2\x8b\xe6\xd2\xd5\xaf\x15\x44\x6c\xb1\x63\x53\x09\x2f\x34\xc9\xdc\xb8\x2a\x38\xc1\xe0\x7c\x8f\x07\x0d\x35\x97\x8d\x2c\x54\xf4\xe5\x02\xdd\x36\x71\x3f\x2e\x6f\xb5\xbe\x20\xf5\x67\x52\x64\xa4\x22\x99\x82\x89\x0f\xa3\x61\xb0\x68\x03\xe6\xc1\x6d\x13\x6b\xe1\x46\x51\x0a\xc6\x38\x2d\x82\x2d\xdc\x1b\xfb\x68\x2b\x23\xf9\x79\xc3\xbb\xa1\xf1\xf4\x54\xec\x4c\xd6\x03\x85\x92\xf0\xdf\x8f\x65\x46\x6c\x1c\xab\xbc\xc9\x84\x95\x27\xfe\xdc\xd0\x9e\x82\xb9\x57\x00\xc9\x7b\x14\x34\x47\x23\x19\x68\x4d\x18\xd1\x5c\x11\xab\xa0\x91\xa9\xc7\x55\x85\x57\xdb\x2a\xc4\xeb\xb6\xd8\x61\xd5\xb0\x2f\x43\x8b\x06\xa0\x91\x21\x39\xad\x48\x93\xff\xdf\xd1\x7f\x26\x8a\xa0\xc6\xb2\x24\xae\x81\x58\x41\xfa\xb9\x29\xcd\x6b\x05\x00\xc0\x5e\x39\x4a\x90\x3d\x60\x8d\xae\x48\x55\xd3\x14\xe7\xaf\x73\x7a\x51\x0c\x25\x87\x0d\x6d\xec\x4e\x82\x86\x4c\x86\x5a\xe1\x7b\x2f\x27\x25\x35\x5b\x5e\x87\x62\x4e\x5a\xe7\xd4\x8c\x68\x4e\x32\x43\x76\x4d\xeb\x74\xa6\xa1\x03\x34\xd4\x4f\xc2\xc8\xb9\xc7\x90\x8d\x48\x52\xc1\xa7\xb9\x92\xb4\x3c\x56\xaf\xdc\xcb\xfa\x92\xac\x26\x6b\x00\xf3\x2d\x5a\x7b\x60\xbb\x95\x4b\x9c\xac\xc5\xbf\xb7\x68\xb4\xfb\xb2\xcb\xf8\x17\x78\xd1\x3e\x38\xe7\x30\xbe\xcb\xc8\x10\x25\xb0\x75\x68\xe0\x8b\x1e\x30\xf6\xad\xaf\x68\x10\x61\xd5\xd0\x58\x13\x2c\x7b\x20\x25\xad\xb5\xf2\x75\x30\xeb\x5b\xeb\x81\xd4\xa2\x82\xfe\x39\x56\xb1\xc2\xf4\x35\xea\x60\x5e\xc4\x3f\x9b\xf7\x25\x67\xe6\xa0\xe5\x18\xf5\x52\x52\xd4\xa4\xea\xa1\x6f\xa8\x27\xec\x63\xe0\xd7\xba\x5c\xf4\x22\x39\xf7\x89\x81\xf2\x38\xc6\xba\x3a\xb5\x54\x68\x90\x30\x8c\x6b\xfc\x8a\x71\xc9\x5d\x03\xc1\x13\xa9\xfb\x63\x5c\xc8\xb7\x08\x9b\xf3\x2d\xc6\x47\xf9\xb1\xcd\x32\x3a\xd5\x93\x9c\x58\x17\xeb\xd3\xa7\xee\x4a\xd0\x9e\x55\xb8\xed\x95\xd9\x89\x34\x73\xe2\xa8\x6e\x6d\xcd\xed\xb7\x86\x74\xf6\x5b\xce\xb6\xf0\xcb\xda\xfd\x00\xef\xf0\x72\xab\xac\xf3\x6f\xab\x81\x27\xae\xa9\x93\xd1\x72\x1a\x85\x6b\x46\xa7\x2a\x9b\xc9\x34\x2f\xcb\xaa\xcf\x3f\x8c\xd0\x0b\x8e\xb8\x3b\xc1\x03\xa3\xd4\xa4\x46\x9b\xa7\x84\xe6\xcd\xad\x6f\xdd\x24\xe9\x7c\x81\xee\x72\x9e\x3e\x8d\xad\x8f\x23\xdd\x83\x16\xb7\x69\x09\x3b\x8f\x30\x49\x79\x48\xee\x3b\xcf\x9d\x2e\x50\x8e\x03\xd3\xc6\x17\xef\xe8\x58\xb3\xf1\x6e\x8c\x63\xff\xc2\xb8\xc3\x75\xe1\x3e\x26\xe8\xaf\xf0\xa8\x00\x89\x5e\x1d\x9d\x9b\xa3\xbf\xf6\xe6\x17\x18\x80\x82\x3e\x7a\x2d\x15\xbb\xed\x95\xed\xe0\x7a\x5d\xef\x9a\xc7\x9b\x79\x70\x55\x3f\xc6\x74\x83\x0b\xea\x3b\x42\xda\xb3\x90\xed\x06\xf3\xd0\x7c\xb5\x6b\xbb\xd0\x66\xf3\x6e\x2d\xef\x31\xe8\x6d\x24\x76\xa2\xbc\x41\x3c\xb0\x0a\x80\xfa\x6a\x5b\xd5\xc3\xad\x0e\xfc\xa1\x24\xc6\x2f\x8c\x54\x2a\xbf\x47\x51\xd6\xe8\xba\xac\xaa\x15\xaa\x4b\x2e\x04\x5d\xd1\x8c\xc8\xe4\x28\x32\xfb\x2e\x51\x2c\x34\x15\xf9\x79\x67\xf4\x62\x46\x38\x8b\x58\xa2\x6b\x82\x32\x91\xf0\x44\x05\x88\xe5\xe2\xc2\xb4\xac\xd0\x8c\xce\x13\x18\xeb\x53\xbe\x64\xfc\x68\x2f\xf9\x98\xd3\xb2\xba\x28\x6b\x3e\x92\xc8\x82\xb0\x12\x1d\x8a\xab\xe6\x9a\xa8\x28\xfe\x22\x7d\x79\x26\xf8\x08\xc8\x44\xc8\x45\x59\x2d\x8e\x74\x91\x0b\x23\xa2\x48\x34\x78\x2e\x8b\xf2\x2e\x24\x8b\xb4\x0f\x85\x0a\x4b\x76\x68\xe4\xf3\x07\xc1\x17\x87\xb9\xdf\xc8\x08\xdf\x81\xae\xc9\xc4\x09\xa2\x23\x01\xd4\x20\xf7\x86\x5b\x8c\x26\xed\x4a\x39\x39\x4a\x53\x06\x0e\x84\x20\x6a\xdf\x7d\x28\xc3\x77\x98\x2b\x1f\xe3\xe1\x33\xf5\x49\xee\x77\x98\xe8\x05\x5e\x74\x9d\xa7\x2e\x92\x47\xde\x95\xf3\x04\xbd\x70\xdf\xd6\x6d\x05\x4a\x13\x72\x27\x15\xc9\x96\x29\xe9\xf7\x71\x9a\x9a\x2c\x67\x05\x78\x1a\x87\xe8\xab\x58\xc8\x5d\x2f\xcf\x13\xaf\xaf\x96\xbc\x87\xfa\xf6\x9f\xbb\x08\xa7\x29\xda\x73\xaa\x8c\xf9\xb7\x81\xf8\x47\xc5\x7b\xdd\xf1\x05\x02\x35\xf9\xfb\xc4\x7f\xed\x62\x92\x72\x1f\x7d\x5b\xf8\xa0\xd0\xa0\x23\xbd\xb3\xcd\x89\xd3\xcf\x7d\xad\x24\x1b\x96\x14\xd2\x1d\x67\x4d\x4e\xf8\x26\xad\xaa\xba\x93\x81\xef\x3f\x3d\xe2\x69\xb3\xf5\x86\x79\xd0\xe7\x4b\x71\x22\x2e\x70\x0e\xf7\x40\xa4\x96\x50\x82\x86\xfd\xdc\x2f\x57\x3e\x36\xaa\xc3\x3d\xd4\xbb\xae\xf0\xa2\x87\x20\x7c\x00\xfc\xda\xd5\xbb\xea\xe1\xcf\xf3\xf7\xb2\xb4\x0b\xf4\xb9\x9b\x30\xf6\x2e\xd6\x77\x6e\xcb\x06\x3b\xbc\xd3\xff\x4e\x4f\x15\x1d\x94\xde\xf7\x55\x78\x47\x1e\xfb\xbe\xcf\x72\xad\x17\xc0\x60\x77\x3b\x3f\x04\x3a\x2d\x1f\xeb\x3d\xf0\x2d\xc9\xf1\x8a\x64\x42\x1f\x0c\x53\xf9\x08\xa7\x40\xd2\xd1\x8c\x5e\xc9\xd4\x1f\x34\x20\xd0\xdd\x91\x78\x03\x1a\x46\x3f\x3a\x9d\x2e\x19\x39\x22\xf5\x31\x9d\x93\x72\x59\x0f\xf9\x9f\x10\xec\x56\xf7\xfb\xd7\x69\xbe\x24\x45\xbd\xa4\x23\x58\xf5\xf6\xac\x2c\x2f\x5b\x9e\x85\x62\x61\x26\xef\x1d\x7a\xf2\xf8\xf3\xeb\x8f\x22\x88\xcd\x6f\xaf\x3f\x1e\x7c\x78\x0d\xbf\x1d\x7c\x3c\x7e\xf7\xf9\x3f\x5e\xbf\x47\x13\xf4\x62\x67\xe7\x25\x1a\x3d\x43\x73\x06\x6c\xaf\x68\xb4\x7f\xf8\xe1\xd3\xe1\xc7\x77\x1f\x8f\x7f\xfb\xf8\xfa\xc3\x3b\x34\xd1\x9b\x7c\xcf\x87\xa7\xe6\x25\x3c\xf8\x79\xa9\xdb\x8b\x92\x3e\x53\xa2\xe2\xb4\xac\xae\x71\x95\x7d\x26\x53\x48\xd9\xf3\x96\x5e\x69\x3d\xb9\xdb\x42\xe8\xfc\x64\xf2\xcf\x8a\x4c\x07\x61\xce\x31\xcd\x5b\xdb\x6f\x50\x4d\x0f\x4e\x08\xa9\x0c\x0a\xfa\x83\x70\x1d\x09\x6e\x26\xf3\x65\xc9\xea\x72\xee\x20\x9f\x7b\x5f\xe9\xbf\x70\x45\xf1\x7b\x7c\x4e\x72\x7f\x12\xc2\xb0\x4c\x7f\x75\xa2\xc9\xb8\x6f\x57\xfe\x5d\x6c\xb4\x7b\x57\x2a\xdb\x87\x7b\x06\x5f\x09\x80\x72\x28\xea\xec\x63\xcc\x03\xea\xee\xae\x82\xa0\x73\x5e\x07\xde\x18\x06\x7f\xb8\xcc\x7a\x22\x33\x1d\x5e\x92\x55\x39\xf5\x90\xe6\x4c\xa7\xb7\xba\xdd\xf8\x58\x16\x7f\x2e\x73\x81\xd0\x02\xfd\x96\x58\x3d\xe3\xf6\xb3\x15\xdd\x04\x37\xb0\x20\xa4\x4c\x72\x3e\xa8\x60\x68\x7e\x63\x1d\x8c\xab\x6b\x07\xbc\x81\xda\x53\x1f\xd0\x90\x9c\xa3\xc0\x39\x24\x36\x43\x13\x4d\xaf\x4c\x6a\xa4\x1c\x33\x45\xce\x0e\x32\xe3\x3c\x1d\xf4\xb4\x46\xcc\xa2\x7b\x69\x4e\x70\x25\xff\x82\x9d\x71\xe8\x62\xdf\x34\x56\xc9\x12\x11\x7a\x86\x7e\xca\xf1\x05\xc8\xf0\x97\x45\x79\xcd\xb7\x14\x92\x25\xd6\x25\xaa\xc8\xbc\xbc\x12\x69\x52\xdd\x00\x91\x82\xe6\xf1\xef\x6f\x0f\x3f\x24\xaa\xa3\x91\x3d\xaf\x13\x69\xd8\xaa\x62\x84\x32\x52\xef\xdb\x5f\xce\x34\x25\xe0\x53\x84\xfc\x6e\x36\x3e\xf8\xcb\xcc\xe8\x95\xa6\x60\x90\xf0\xc2\x79\x3b\xdd\x93\xff\xaa\x20\x72\xda\x7f\x1f\x99\x31\xde\x4d\xa7\x24\xad\x45\x84\x57\x37\x95\x95\x73\x18\xb7\x26\x13\xe4\x4c\x3d\xc8\xce\xe7\x4c\xd3\x95\x0c\x9d\x6d\x4d\x9c\x2d\xe4\xcc\x84\xd9\x88\x7e\x98\x88\x13\x05\x20\xea\x43\x06\x20\x57\x72\x1c\xb6\x63\xbc\xfb\xe8\x66\x5e\x9f\x61\x38\x1b\x39\xfa\x2d\x53\x75\x32\x06\x06\x09\xcd\x23\xf3\x04\xf2\x15\xcd\x33\xa8\x7f\x69\x7b\x4f\xb5\x6e\xe4\x11\xb9\x99\xe1\x25\xe3\xb4\x6d\x3b\x23\x0b\x86\xb6\xb7\xd1\x91\xd0\x5b\x41\x8e\xc7\x6a\x29\x53\x79\x3a\x7b\x26\x92\xda\xb2\x44\x09\xc9\xe8\xc4\x2e\x3e\x33\x40\x71\x1f\xe3\xe5\x73\xfc\x3a\x49\x12\x45\x5c\x5b\xdf\xe0\xf9\xed\x33\x59\x57\x64\x6a\x1b\x23\xae\xb7\x1c\x6c\xe1\xd4\xc0\x89\x27\x68\xbf\xf8\xdb\x48\xdc\x68\xeb\xe8\x1c\x34\x7b\x24\xd4\x6e\x82\xe9\xc5\x70\xbc\xb5\x4c\x0a\xe5\x4c\x23\xd7\x98\x79\x25\x37\x3f\x91\x6a\x6e\x15\xeb\x79\xd0\x9a\x59\x8c\x45\xf3\x2b\x05\x77\xf2\x64\xed\x7d\x88\xc4\x6c\xf4\x94\xa6\x93\xf5\x06\xf2\x7b\xde\x1c\x00\xd2\x07\xc9\xc0\xa9\x61\x4c\x22\xc2\xd2\xb5\x62\x1a\xf8\x78\x2d\xbb\x60\x45\xdd\xbb\xdd\xd5\x8d\x6e\x45\xd7\x76\x7f\x9a\x53\xe0\x1d\x6e\xf9\xd1\xe5\x42\x14\xaa\xca\x9c\x4c\x4e\x9f\xb0\x1a\xd7\x4b\x76\xfa\x04\x38\x8d\xed\x9c\x5e\xf1\x8f\x8b\x32\xa7\x35\x39\x7d\xe2\x23\x8b\xc3\xba\xef\x06\x3b\xd6\x82\x4b\x5e\x3c\xba\xdb\x5d\x33\xdf\x5b\x1f\x4c\x02\x74\xcd\x63\x35\x83\xd5\x2e\x19\x38\xaa\x6b\x8b\xb3\x4c\xa4\xac\x0f\x09\x09\x27\x1e\x5f\xfc\x1d\x53\x26\xb4\x88\xc8\x2d\x86\xb0\x71\x69\x7c\x83\xf1\xeb\x23\x49\x1b\x31\xde\xfc\x0e\x7c\x79\x44\xd6\x0d\x45\xd7\x06\x89\x36\x10\x62\xef\xea\xae\x66\xfb\xaa\xc9\x75\x58\x09\xcc\x84\x47\x05\xbf\x36\x0e\x17\x20\xd5\x1c\xa3\x09\xc2\xc5\x4a\x59\xe0\xeb\xcc\xcf\xaf\xab\x73\x5a\x57\xb8\x5a\x29\xee\x14\x33\x56\xa6\x14\xd7\x24\x53\xa9\xcc\x29\x43\x25\x74\x22\xd3\x31\x03\xd7\x72\x19\xc9\xd7\x1a\xa4\x95\x3e\x78\x8b\xb0\x62\xb0\xdb\x3a\xb6\xfa\xa5\x99\x36\x06\x08\xba\xe3\x07\x4b\x70\x59\xfc\xc8\x00\x03\x16\xef\xa4\x06\x3d\x6d\x53\x2f\xb4\xce\x89\x35\xaf\xfe\xf9\x92\xe6\x90\xdf\xba\x2e\xcb\xbc\xa6\x8b\x01\xf4\x8c\xd1\x05\xbd\x22\x45\x64\xe9\x35\xef\xe0\x61\xb3\x44\x1f\xcb\x5a\xb0\xf7\x48\xec\xd4\xeb\x3c\x07\x9f\xa7\x63\x8e\xe7\xbc\x32\xbf\xbb\xd9\x72\xb1\x80\x4c\x93\xa8\x2c\x50\x59\x10\xd9\x05\x9f\xea\x7c\x99\xd7\x54\xf8\xd6\x40\xd6\x1e\xc0\x50\x66\xc3\x51\x76\xb6\x37\x46\x3e\x2e\x7c\x20\xc5\xf2\x40\x16\x87\x5b\x06\x49\x96\x9b\x41\x0b\x56\x33\xda\x2c\x23\x5c\xfc\x8c\x00\xa1\x45\x39\x50\x6a\xd1\x0f\x41\x59\x55\x2e\xb2\xf2\x5a\x43\x13\x1d\x4c\xe1\x59\x6d\x51\x11\x06\x12\x2c\xaf\xf4\x95\x6f\xdb\x57\x91\x48\xfc\x5c\xe4\xcc\xb7\xc1\xae\xe9\x69\x04\xf4\xbc\x3f\x05\x1c\x26\x7d\x8e\x48\x96\xc8\x96\xea\x6f\x93\x57\x36\x98\xf7\xaf\x33\x52\xcf\x88\x98\xac\xe9\x48\x85\xf9\x95\x95\xfe\x2a\xdf\xdb\x44\x4e\x7f\xe0\xe1\xac\xf9\xa9\xca\x2d\xa3\xbc\x85\x03\xcd\x38\x43\x16\x19\x4d\x44\x30\x45\x65\xc5\x41\x93\x74\x1a\x53\x34\x69\x1b\x11\xd7\x18\xe1\x2b\x4c\x73\x3e\x37\x8e\x96\x82\x59\x41\x65\xf1\x59\xe2\xa7\xa4\x73\xcc\x86\x35\xbf\x94\xf7\xc6\xe8\xf8\xa5\x9b\x9a\x98\x14\xcb\x79\x2b\x3a\x09\xea\xf2\x11\x62\x00\xa3\x89\x94\xc1\x64\xd0\x65\x34\x91\xa9\x82\x44\x7e\x3c\x34\x41\x22\xb5\x93\x39\x00\x13\xf4\x87\x61\xf0\xaa\x21\x32\xa0\xbe\x59\xd6\xb5\x6b\x5a\x6f\x7f\x77\xfe\xe8\xb5\xe8\x66\x44\x8d\xa8\x6a\x66\xbf\x9c\xcf\x71\x91\xc9\x81\x26\xce\xb8\x9e\x47\xf0\x5b\x89\xcd\xce\xca\xad\xa9\xa9\xf2\x46\x53\x6a\x55\x41\x00\xb0\xbd\xa9\x59\xca\x6b\xb4\x84\x7b\x77\x25\x78\x10\xd8\x4c\x9c\x72\x51\x93\xfe\x4e\x20\xc5\xbb\x52\xbd\x73\x0a\x01\x45\xf0\x30\x0c\x8d\xdf\xba\x27\x90\xa1\x19\x66\xa8\x28\x8b\x6d\xa6\xb7\x53\xbd\x11\xc0\x34\x19\x24\xf5\x17\xef\xd9\x15\x64\x46\x84\x03\x9b\xce\x08\x5e\xf0\x91\x33\x52\x93\x6a\x4e\x21\x6b\xfe\x33\x40\x64\x48\x91\xa8\x9e\xc2\xca\x29\xc2\x69\xbd\xc4\x39\xb2\xfa\x57\x43\x63\x86\xae\x49\x9e\xf3\x7f\x79\x43\x3d\x6b\x5c\x58\xa7\x81\xc2\x23\x37\xf4\x9e\x53\x56\xf3\x1e\x55\xfb\x6d\x74\xd8\x2f\x06\x28\x2d\x59\x0d\x14\x86\xe0\x74\x86\xf2\xb2\xbc\x5c\x2e\xcc\x82\x7f\x06\xea\x5d\xcf\x30\x3c\x9b\x2f\x4a\x2e\x71\x50\x9c\xe7\x2b\x34\xc3\x57\x70\x12\xe6\xf8\x92\x08\x2a\xa7\x16\x23\x1e\xe7\xcb\x02\x91\x2b\xc2\x6f\x44\x5a\x5c\xe4\x44\x11\xf2\x05\x66\xf0\x5e\x43\x19\xf4\x2f\x41\x2f\x44\x2d\x65\x15\x80\x51\x4e\x6b\x7e\xbd\x9c\x53\x98\x71\x45\x72\x4a\xa6\x89\x87\x6f\xb0\x7b\x6a\x43\x8e\xe8\xef\xe4\x53\xc9\xf6\xa1\x3b\x38\x3e\x3a\x05\x3b\x0c\x91\x09\x24\x81\x04\x80\x0e\xda\x40\x32\x6b\xab\xb6\xdc\xbd\xc3\x22\x5f\xc9\x26\xd0\xa7\x22\xd5\x7e\x75\x40\x9a\x89\xb6\x5d\xb3\x6f\x80\x2b\x9c\xd3\x0c\xd7\x84\x49\xbb\x05\x3e\x33\x8e\x5e\x15\xd1\x49\x6e\x85\x8a\x83\x77\x51\x4e\x23\x5b\x6c\xd3\x92\xc5\xf2\x3c\xa7\x29\x5a\x2e\x78\x97\x72\x66\xfd\xb2\x71\x51\x03\xdf\x44\x2f\xba\x2a\x95\xcc\x1b\x49\xa3\x3b\x6b\x35\x48\x65\x0d\x85\xd4\xf2\xf0\x11\x51\xf4\x4a\x4f\x4d\x24\x94\x7d\x89\xe8\x8f\x3f\x7a\x19\xba\x65\x8d\x13\x7a\x96\xe8\xbb\x78\x32\x99\x44\xcf\x7b\xa2\xa8\xda\xb7\x6f\xe8\x4e\xed\x04\xf5\x1b\x44\xde\xe6\xfc\x35\x8a\xd4\xdf\xd4\xca\xac\x6c\xec\xd5\xb6\xac\x31\xc5\x25\xe0\xf4\xc8\xc1\x61\xe5\x1f\xf5\xad\x63\x20\x0f\xbf\xc2\x00\xfe\xcf\x4b\xfb\x7b\x33\xc8\x1b\x4a\x9c\xd6\x0e\xd2\xf2\x6d\x4a\x92\x44\x4e\xf6\xcc\xce\xc0\xeb\xf2\x0c\x0a\x95\x70\x9e\x0b\xd4\xea\x82\x52\x17\xa4\x96\xa5\x47\xa4\xe6\xe7\xa8\xef\x19\xb0\x68\xfd\x85\x59\x70\xf3\x14\xd2\x19\xcc\xdc\x50\xa9\xaa\xc2\xab\x86\x51\x9d\x45\x42\x46\x5d\x1f\x8d\xa3\x13\x70\x9a\xc5\x67\xf2\x19\xea\x7b\x84\x11\xcc\x8c\x34\x37\xa6\x4c\x1c\x90\x7a\x5e\xe5\xc4\x8c\xd7\x9f\x2e\x73\x4e\x6f\xeb\xe8\x99\xd4\x46\x4a\x49\xc0\x82\x42\x66\x7a\xbb\x85\x1a\x80\x32\x33\x87\xe7\x92\x22\xf3\x01\x34\x73\xb2\xc0\x15\x9e\x0b\x9e\x10\x60\x58\xe1\x6b\xf9\x97\xb4\x8c\x72\xc7\x8e\x40\x53\xf5\x7f\xc0\xf7\xb0\xef\x18\xfc\xdb\x26\xb3\x83\xd8\x47\x05\x63\xd0\x31\xc2\xa8\x4e\x4e\x78\xeb\x44\xc8\x5d\xb0\x2d\x70\x9d\x03\x31\x1a\xf1\x4b\x22\x15\xb4\xbc\x64\x8c\x9e\xe7\x2b\x65\x4a\x2d\x40\x5f\x97\x25\x3a\x5f\xd6\xe2\x0f\x49\xf5\xcf\x09\xba\x28\xcb\x0c\x91\xa2\x5c\x5e\xcc\x86\x68\x5e\x8a\x7b\x0a\x6e\x43\x3a\x27\xa8\x0f\xc6\x61\x37\x0b\x0e\x57\x75\xaf\xf1\x1b\xc9\x0c\x3a\x23\x05\x5a\x95\x4b\x71\x27\x61\x94\x97\xf6\x45\x37\x6c\x38\x0a\x82\x45\x9e\x11\x7c\x45\xf3\x15\xca\x4a\xb8\xb9\x08\x64\x14\x82\x16\xde\xb5\xee\x1c\x20\xa0\x96\xe5\x74\xca\xd1\xc4\xd0\x4b\x99\x8a\x5b\x00\x71\xb7\x9d\x0e\x9c\x88\xd6\x67\x16\x78\xc5\x17\x4d\x70\x1c\x7b\xd5\x4e\x7d\xc1\xc6\xc1\xe8\x03\xfb\x0d\xa4\x2a\xaf\x51\x41\xae\xd1\xbb\xaa\x2a\xab\xfe\xd7\x2f\x85\x80\x25\xc9\xc6\x48\xb2\x4e\x58\x26\xa8\x46\x3f\x28\x7b\x7e\xca\x80\x51\xc1\x11\x7c\x4e\xbe\x0e\xfc\x19\xda\x59\x96\xd1\xb6\x02\x8c\xca\xca\x7c\xeb\x71\xa3\x5a\x0b\xe1\xb1\xc0\x9e\x7a\x64\xa9\xd4\x23\x23\xe6\x55\x1c\xf9\x2d\x23\xda\x08\xdb\x9e\xe5\x75\x9e\x1f\x49\xe1\x25\xbc\x39\xfd\xbe\x4e\xce\x86\x5a\xd4\x39\x28\x32\x9a\x12\x66\x2e\xff\x41\xb4\x81\x63\xe7\xe7\x0e\x14\xaf\xaf\xaf\x5d\x2b\x2f\xb7\x3e\xf0\xde\xe0\xde\x4d\x2e\x49\xc1\xc4\x5c\x97\xbc\xdd\x99\x63\x0c\x2f\x8a\x6c\x9b\x66\x77\x52\xe2\x4a\x94\xb5\xcc\x5e\xfa\x69\xdd\xbd\x56\xf7\xb0\x32\x09\x9e\xc3\x93\x91\xfa\xd4\x0b\xd2\x4d\xee\x83\x36\x7d\x5f\xba\x37\x81\x3e\xe8\x58\x59\x32\x92\x9b\x9a\x14\x19\x43\xbf\x1c\x7f\x78\xaf\xde\x6b\xa1\xc2\x7f\x70\x81\x4e\xfc\xfa\xee\xca\xae\x29\xd4\x4f\x47\xab\xa2\x9e\x91\x9a\xa6\x50\xf8\x4a\xf5\xb7\x6b\xd3\xbf\xd3\x62\x17\x4d\x50\x9f\x5c\x8d\x65\x1f\x43\x7e\x5a\xa0\xe3\xb1\x1c\xc0\xa1\xa1\x68\xb2\x8b\xae\x4a\x9a\x39\x52\xc5\x2f\x65\x79\x29\xb8\xe1\x02\x5f\x70\x1a\x24\x24\x4d\x60\x9c\x53\x45\xe6\x08\x05\x79\x35\x2d\x8b\xba\x2a\xf3\x9c\xdf\x92\x15\x5a\x16\xe6\xef\x21\x62\xcb\x74\xc6\xe1\x8a\xb9\x8c\x90\x5e\x92\x0c\x31\x78\xaa\x2b\x2b\x21\x21\x90\x9b\x1a\x9d\x97\x37\x52\x74\x17\x96\xaf\xf2\xfe\x30\xdd\x88\x39\x6f\x8b\xfb\xd8\x0c\x26\xa6\xc4\x19\x70\x92\xa9\x6b\x08\x5e\x67\x13\x74\xcc\xe9\xb1\x28\x07\xaa\x88\xf3\x6b\xbc\x62\x4a\x7f\xc0\x91\x4a\xf2\xe6\xf0\x60\xfa\x0c\xf8\x58\xde\x5c\xbd\xe6\xc8\x59\x6a\xa5\x03\x70\xa9\x99\xd0\xdf\x4c\x41\xbd\x42\x6b\x67\xb2\x52\x1e\xff\x52\x84\xb3\x3e\x28\x28\x17\x31\xe4\x74\x94\xee\xc3\x1b\x49\x4e\xdf\x06\x1e\x58\x5a\xca\x41\x2a\x79\xff\xbf\x2e\x04\x03\xa2\xee\x93\x74\x59\x41\xf2\x2f\xd1\x37\x5f\x05\x2e\xe4\x6c\x2b\xa4\x3c\xeb\x12\xf4\x9e\x5e\x12\xf4\xd5\x7d\x26\xfc\x2a\xee\x11\x59\x59\x0a\x2f\xa2\x81\x02\xd7\x4c\x8a\x62\x0c\xcf\x09\xa2\x19\x17\x95\xea\xd5\x10\x86\xa1\x9c\xdb\x29\x50\xcd\x85\x25\x89\x06\x18\x88\x32\xcc\x64\x88\x40\x55\xa6\x69\x16\x98\x45\xc3\x10\x9c\x77\x10\x1b\x26\x76\x8b\x5c\xd1\x72\xc9\xac\xf9\x57\x16\xa7\xa3\xfb\x93\x50\x60\x84\xa0\x59\x5d\x2f\xd8\x78\x24\xcc\x4f\xfe\xce\x92\xb2\xba\x18\x65\x65\xca\x46\x36\xe8\xb6\x8d\xf2\x2b\x99\xd5\xf3\xdc\x95\xb4\xf4\xb4\xc4\xd9\x85\x36\x9c\x9c\xc1\x86\xbd\x92\x47\xb0\xf5\xac\x0a\x63\x0a\x6f\xab\x63\x87\x0b\x4e\x72\x13\x6e\x34\x34\x10\x2e\x9c\x59\x59\xe4\xab\x57\x27\x91\x1a\xa8\x2f\xf6\x4c\xa9\xa4\x39\x97\xcb\x37\x54\xa8\x26\x5e\x85\x2d\x76\xf5\x11\x3f\xdb\x7d\xd9\x11\x0a\x01\x31\xda\x44\xb8\x1e\x40\xad\xbe\x27\x30\x11\x2a\x0b\x41\x88\xc7\x3e\x41\x3e\xd6\x86\x32\x66\xcb\xaf\xfc\xe9\x79\xfb\xc1\x3b\x7c\x9c\x3d\x19\x22\x72\xb5\xa7\x5f\x15\xca\x6a\xee\xc1\xc8\xec\xd9\x69\xf1\xff\xf0\xae\xed\x75\xdf\x36\xbe\x55\x36\xe7\x72\x22\x49\x11\x23\x35\x54\x0c\x2d\x25\x62\xfb\xd2\x6f\x9a\xea\xc0\x0a\x1a\x44\xd9\xbe\x21\xd3\xc6\xea\xe4\x95\xd4\xb7\xee\xf6\xfd\x5b\x60\xcb\x91\x40\xec\xf0\x43\x82\x80\x8b\x5a\x13\xb7\xe3\xbd\xe0\x0a\x1c\x0b\x72\xa8\x94\x33\x23\xf4\x76\xb9\xc8\x69\xaa\x34\x2f\xe1\x6d\xa0\xc0\xc8\xef\x97\x8a\x4c\x19\x62\x20\x13\xae\x7a\x15\x41\x38\x4d\x09\xc8\x34\x04\x98\x19\xd9\xa3\x82\xd6\x61\xc5\x21\x7e\xa8\xda\x5f\xd3\x7a\x56\x2e\x6b\x94\x56\x04\xd7\xf0\x20\x04\xd4\x59\xdf\x18\x42\x35\xc6\xc5\x1b\xb3\x36\x98\xc6\x67\x32\xb5\xe1\xfe\x99\x4c\xfb\xf6\x9a\x6d\x58\xa8\xc9\x46\x9a\xa8\x22\x51\xbd\xd5\x16\x45\x8d\x9a\x28\x68\x4c\x1c\x20\x4b\xf6\xd0\x1a\xcb\xaa\xa8\xbe\x0a\x36\x7f\x60\xe0\x7c\xcc\x39\xa1\x3a\x9d\x01\x98\xcf\xc9\x0c\x5f\xd1\xb2\x52\x97\x30\x23\x35\xbf\x6e\xc5\xcd\x45\x32\x74\xbe\xf2\xf0\x4c\xe8\x07\x35\xb0\x7a\x4c\x5f\xa6\x0a\xe8\xd2\xa5\x88\x43\x51\x5a\x61\x48\x1e\x66\x4e\x70\xc1\xf8\x6d\xfb\xe1\xcb\xd1\x31\xfa\x78\x78\x8c\x32\x48\xab\x97\xaf\xf8\x7e\x92\x8a\x14\x29\x41\x57\xb8\xa2\x9c\x08\x30\xc9\x9f\xe1\x42\x75\x62\xf3\xf1\xd1\x7d\xb5\x4c\xa6\x04\x14\xef\x4b\xc8\xc4\x21\xb4\x37\x62\x34\x42\xaf\x19\x5b\xce\x39\xb6\xcc\x48\x25\x99\x47\xd9\x83\x96\xc7\xa6\xda\x40\xf6\x9c\xa4\x78\xc9\x38\xaf\x99\x5a\x84\xcd\xe6\xe2\xea\xd5\x82\x72\x20\xae\xf4\x00\xe7\x04\xb1\x72\x4e\xea\x99\x40\x49\xf0\x95\xe2\xcb\x07\x7b\x75\xce\x77\xd2\x62\xb1\xac\x6d\x79\x43\xb1\xc2\x68\xa2\x02\x5b\x8b\x05\x0b\x67\x4e\x35\x9b\x1e\xda\x53\x90\xe0\xbd\xa8\x57\xdf\x41\xdf\xc7\xae\x01\x1a\xcb\x0e\x5c\x89\x25\x44\x2f\x5b\x30\x0e\x4b\xfb\xe4\x6a\xcb\xf0\xe9\x81\x40\x0a\xca\x3d\x9b\x38\x38\xc2\x90\xd8\xd9\x7e\xa4\x75\x18\x40\xe3\xc4\x3e\x0c\xc3\x06\xb4\x38\xe3\x8b\x06\x78\xdd\x5b\x48\x72\x6f\x26\xb0\x24\x3e\xc8\xe0\x9f\x0f\xa4\xba\x20\xd9\x67\x32\x65\xf0\xe7\xaf\xb8\x2a\x68\x71\xc1\x3a\x9b\x18\xc3\x08\x3f\x95\xe9\x92\x7d\x26\x69\xcd\x86\x6d\xa1\xf9\x4c\x5f\xcb\xa8\x71\xc2\x41\xea\x8a\xe9\xfc\x6f\xf8\x4f\xe4\x79\x66\x9f\x0b\x30\xe7\xe5\x8d\xb2\x28\x50\x7f\x3b\x66\x06\xce\x47\xdb\xce\x40\x15\xdc\x2f\xea\x4d\x87\xb1\xa2\x31\xfa\x54\x95\x0d\xa6\xc5\xce\xd2\xba\xd9\x16\xbb\x4d\x1c\xe3\x62\xd9\x0c\xf6\xb8\xc5\xca\x58\xbd\x8c\x0e\x8d\x3a\xee\x1f\x4b\x5a\x59\x1f\xe0\xf0\x1a\x23\x09\xfe\x53\xe0\x56\x2b\x61\xfd\x25\x27\xd9\x9b\x95\xf3\xf9\x2d\x61\x69\x45\xcf\x83\xef\x9f\x6c\x55\xa3\x53\x22\xd5\xc7\xc6\x80\x96\xd6\xb9\x65\xcc\xcc\x01\x30\xc7\xd5\x25\x47\x17\x77\x92\x9e\xfd\xb4\x6b\xda\x1c\x1a\xe6\x42\x18\x53\x88\xbd\xd2\x63\x35\xae\x74\x42\xce\x26\x0b\x66\x2a\x79\x8e\x83\xac\xdf\x4b\xe5\x36\x6c\xf7\x86\x52\xf6\xa5\x81\xcd\x67\x55\x96\x75\x78\xa7\x7a\x5b\x0a\xe6\x1a\x79\xbe\xdb\xe7\xff\x55\x14\x44\xb4\x9f\x8b\x03\x2b\x7a\xb1\x62\xc6\xf8\x5d\xec\x8a\x69\x99\xf3\xdd\x97\x23\x7b\x28\xe1\x74\x0e\x7b\xdc\x30\xbb\x03\x5e\xa6\x45\x2e\x35\x31\xbb\xf5\x09\x65\xfb\x42\xaf\x00\xa4\xec\x40\xfd\x75\xa6\x2f\x36\x97\x0e\x09\x14\x4d\x52\xd5\x46\xfc\x29\x59\xbe\x7d\xf7\xab\xcb\x73\x58\x23\x1e\x14\xe6\x65\x90\xc8\x71\x9d\x6f\x1b\x46\xa7\x6e\x7b\x67\x0e\x4e\x3f\x66\xb5\x0e\xc5\x53\x60\x55\x13\x5b\x32\xf2\x96\x9c\x2f\x2f\x24\x25\x15\xa3\x58\x85\xfa\xa0\x73\x4e\x4a\x9e\x51\x0b\x6e\xc1\x82\xd4\x96\x34\x5b\xb5\xdf\xdb\x54\x3d\x44\xfe\x80\x0a\x38\xd0\x19\x07\xb3\x73\x8e\x1f\xc9\xc6\xd6\x4a\x0c\x1d\xb9\x22\x15\xe3\x65\xea\x64\x71\xf6\xdb\x3d\x5b\x08\x51\xf6\x85\xd1\xe2\x62\x1f\x0c\x1f\x80\x66\x08\xd3\x87\x31\xda\xda\x52\x08\x20\xbe\xd8\x24\x26\xb0\x1b\x2f\x0d\x27\x05\x2a\x37\x81\xc4\xe2\x9b\x10\xa0\x6c\xbd\xc1\x60\x0c\x32\x5d\xc4\x74\xda\xdd\x78\xfb\xd5\x6e\x34\x42\x07\x53\xe4\x21\x4d\x9a\xd3\xf4\x92\x33\x3d\xc0\xf7\x4b\x22\x80\x9e\x71\x21\xf5\x99\xb4\x37\x67\x52\xcf\x64\xb5\x93\xca\xa6\x7e\x59\x21\x3a\x75\x46\xb0\x75\x76\x39\xa9\xe5\x1b\x6f\x59\xb0\xe5\x9c\x08\x83\x76\x30\x2c\x90\xc2\x44\xcd\x79\x5c\xce\x89\xf1\x19\xe8\x73\x02\xb6\x01\x59\x49\x58\xd1\xab\xdd\xce\x45\x33\x3d\x55\xa5\x05\x4c\x4c\x2d\xfb\xf0\xf6\xb7\xb6\x2c\xf4\x24\x57\xb6\x45\x74\x78\xd8\x7c\xab\xe9\xd0\xd2\xda\xed\xbb\xa1\x6b\xf5\x18\xea\xdb\xcb\x8b\x63\x69\xe1\x07\xd8\xa8\x68\x52\xa5\xc4\x52\x6d\x68\xda\x4f\xed\x8b\x71\x6f\xec\xdd\x94\x5e\xb8\x2a\x41\x74\x3d\x1b\x76\x60\xf6\x9c\x6e\x3c\xf3\x78\xe5\x47\xbc\xcc\xf3\x98\xb1\xb8\xae\xe0\xf4\x91\x08\xdb\x2b\xcf\x50\xf9\x15\x5b\x70\x69\x21\x9e\x25\x95\xdc\xd4\xb7\xe2\xd6\x9b\xac\xdd\xbe\xe0\xa3\x6f\x54\xbd\x8e\x8c\xe7\x19\x06\xf3\xd1\x6c\x13\x56\x34\x76\x57\x61\x02\x39\x9c\x78\x13\x51\x81\xab\xc3\xf3\x67\x1d\x52\x75\x61\xba\x47\x17\x7d\xfb\x16\xdd\x47\xaf\x27\x7e\xe5\xef\x2b\xaa\x22\x36\x18\x2e\xa0\x88\x43\x90\x73\x31\x9d\xf4\xc0\x86\x58\x62\x76\xef\x0c\xc4\x78\x07\x45\xd5\x9a\xf6\x50\x6f\x4e\x6f\x48\xd6\x53\x1f\xc6\x91\xe8\x3f\xf6\x9d\x7b\xa0\x19\xa0\x3b\xcd\xc8\x8e\x3a\xa3\xc1\x38\xb6\x5d\x85\x81\xc4\x1b\x06\x05\xc2\x37\x69\x5e\xa2\xa7\x79\xfc\xae\x00\xe0\x1d\xf4\xce\x74\x7f\x49\x92\x44\x58\x37\x4d\xb1\xed\xe3\xdd\x9d\x19\x74\x38\x3f\x9a\x35\x70\x65\x8a\x18\xe9\x0f\x62\x73\x54\xf7\xbd\x71\x38\x92\xa8\x01\xd8\xda\x1b\x47\x78\x4a\xab\x3c\x27\xd9\xf9\xca\xae\xe4\xb2\x99\x72\x2c\xc5\x68\xea\xaa\x31\xd6\x53\xd4\x5d\x94\x8c\x16\x8c\xd4\xb2\x62\x9c\x17\x15\x55\x19\xa9\x19\xfd\x9d\xc8\x9a\x3e\x6f\xea\xe2\xe0\xd8\x46\xe6\xa1\x4f\xd9\xa2\xde\x1b\x6d\xfe\x1a\x92\x04\x88\x43\x2f\xbc\x37\x5c\x9e\xd0\x89\x2a\x0d\x5b\x0f\xde\x20\x3e\x12\xcb\xb6\x8a\xbf\xf0\x3b\xce\x70\x8d\xb7\x2f\xeb\xc5\x36\xb9\x21\xe9\xb2\x26\xdb\x35\xae\x2e\x48\x3d\x59\xd7\xd5\x92\xb8\x7e\x18\xaf\x04\x31\x8b\x4f\x5a\x10\x1e\x34\xab\xe7\xf9\x4f\x65\x35\x59\xd3\xcc\xa5\x54\x2d\xeb\x55\x47\xc0\x9a\x8c\x33\x09\xdf\x5c\x1f\xe4\x47\x9a\x96\x05\xf4\x74\xfa\x04\x40\xfe\x01\x57\x97\xa7\x4f\x00\x02\xa1\x90\xd0\xe4\xaf\xa2\x6b\xfa\x0e\x27\xa1\x9b\xc0\xda\xa1\x6e\xda\x21\x31\x42\xe1\x6c\xcf\x8b\x57\x23\x80\x8b\x15\x1f\xbb\xc9\x69\xe0\xb4\xb0\xc5\x46\xcf\x6f\xa0\x67\x97\xf5\xdc\x70\x97\x51\x46\x34\xb8\x01\x05\x6d\xe2\x97\xdc\xa2\x2a\x53\xc2\x58\x42\x8a\xab\xe4\xe3\xe1\xdb\x77\xbf\xbd\xfb\xf8\x1f\x82\x57\x5b\x54\x65\xb6\x14\x9a\x98\x81\xa5\x4f\xea\xe4\xfa\x54\x2d\x73\xc2\xb6\xcb\xa9\xf8\x13\x6d\x6f\xa3\xf3\x25\xcd\xb3\x6d\xb0\xbd\x48\xcb\x22\x83\x23\x86\x73\xcd\x1f\x2b\x0d\x84\x71\x1a\x2c\x80\x5e\xea\xa5\x1a\xa6\x71\xe1\x50\xb4\xf9\xb2\x5e\xe2\x3c\x5f\xbd\xbb\x49\xf3\x25\xa3\x57\xc4\x49\x54\xa0\xe9\x5d\xcf\x95\x2f\xec\xa8\x08\x1e\xb3\xdb\x8b\x49\x01\x61\x98\x84\xdb\x81\x65\x87\xe0\xc2\xdf\xe1\xf5\x4f\x0b\x39\x63\x7f\x0f\xa0\x1f\x4d\x84\xb5\x9d\x70\xa0\x85\xf7\xee\xb1\xe6\x8a\xb0\xd6\x37\xe5\xcd\x67\x32\xb5\xe4\xc3\xc3\xf3\xbf\x93\xb4\x0e\x2f\x0c\xa3\xa9\xd7\x7c\xd4\xc1\x7c\x41\x2a\x30\x5b\xfa\x05\x17\x59\x4e\x24\x71\x92\xe2\x9a\xb5\x28\x09\x02\xa9\xac\xd4\xe0\x06\xf3\x2b\xc9\xe2\x39\xdc\x92\x24\x76\xd6\x9d\x13\x61\x36\x78\x6b\x67\x2b\x1a\xfb\x70\xe0\x11\xe9\x69\xca\xa5\xb4\x7e\xe0\xeb\x68\xc1\x27\xa2\x0f\xd4\xd8\xe2\xd6\x48\x64\x67\x6d\x71\x26\x6f\x55\x04\xdf\x13\xab\x83\x36\xf1\xee\x4c\x87\xbe\xf1\x2c\xaa\x63\x99\x37\x86\xf1\x34\x47\x17\xa4\xb6\x6b\x7f\x2c\x5f\x67\x7f\x5f\xb2\xda\x0d\xd3\x6d\x54\x6f\x20\x1c\x6e\x37\x28\xe0\x18\xc8\xb5\xff\x41\xe1\x21\x42\x0f\xd2\x51\x81\xe7\xab\xe6\xee\xab\x8a\xf3\x0d\x79\xba\x2f\xa4\x7b\xe8\x1a\x97\x98\x00\x2d\x76\x0b\x24\x0b\x62\xce\xd3\x79\x79\xe3\xd5\x48\x9d\x3e\xf4\x95\x11\xab\xc5\xbf\xcb\x14\xf0\xe0\xf6\xe2\xd4\xe0\x9f\x4c\xc4\x1c\xb1\x82\x0f\x47\xbf\xed\xff\xf2\x6e\xff\x6f\x6f\x0e\xff\xf3\xb7\xf7\xaf\xdf\xbc\x7b\xff\xdb\xd1\xc1\x7f\x41\xc0\x84\x17\x3b\x8b\x1b\xbe\xd6\xb0\x9e\xe5\x43\xfb\xf6\xcb\x67\x70\xa1\x15\x0d\x76\xe6\x6c\x63\x8b\xe3\x83\x0f\x07\x1f\x7f\xe6\xf5\xd3\xe5\x39\x4d\xb7\xcf\xc9\xef\x94\x54\xfd\xe4\x8f\x43\xb4\x33\x44\xc9\x8b\x3f\x0c\xd1\xf3\x41\xc4\x23\xcb\x38\x94\x4d\x50\x70\xc5\xb8\x71\x7c\x3c\x14\xf0\x02\x6e\x5b\xda\x08\xa9\xa3\xd3\xaa\x83\x21\xd2\x2a\x22\xcd\x2f\x36\x6a\x0c\x86\x9e\x90\x1d\x4b\x33\xe2\xa7\x8a\x1a\x22\x02\x6f\x57\x6c\x88\x16\x38\x27\x35\x97\xe9\x21\x58\x8f\x93\x43\xea\xf4\xd1\x62\x08\xc9\x5e\x14\x66\xfc\x54\x16\xb5\x08\x9d\x37\xf1\x73\xf6\x00\x77\xf6\x53\x59\x11\xe9\x2b\x6a\x11\xcd\xd1\x08\x1d\x1f\xbe\x3d\x1c\x23\x3c\xad\x49\x25\xde\x3d\x94\x0e\xc2\xcb\x84\xc5\xf2\xb2\x66\x68\x8e\x17\x0b\x51\x81\x32\x54\x10\x92\x81\x7b\xc2\xb9\x5f\x5b\x8c\xf9\x06\xc2\xf0\xb5\x4d\xf6\x97\xf2\x8a\x54\xf0\xe2\x2a\x61\x96\x14\x64\x59\x57\x38\x3f\x22\xfc\x5e\xc7\xd5\xea\xfb\x4e\x93\xcd\x71\x9e\x1f\x34\xce\x95\x33\x45\x26\x12\x63\x38\xcb\x4f\x15\x9d\xab\x39\xc6\x9a\x39\x74\xba\x6d\x77\x4c\x4a\x25\x7b\x77\x1a\x67\x22\x2b\x3d\x4e\x67\x6f\xe5\x71\x08\x7b\x53\x07\xe5\x4d\x99\xad\x8e\x96\xe7\x9c\xc6\x34\x76\x25\x77\xb2\x75\x91\x76\xc5\x6e\x30\xeb\xd2\xab\xbf\xda\x96\x01\xfc\xaa\x77\x02\xe0\x03\x90\x90\xa0\x69\x99\xe7\x22\x84\xc4\x0b\x54\x97\x97\xa4\x10\x68\x29\xb0\xf2\x54\x3d\xd4\x77\x5f\x5d\x87\xc5\x99\xb3\xf5\x50\xb0\x05\x88\xf7\x68\x5d\xcb\x92\x63\x72\xd3\x4a\xbc\x78\x79\x97\x6d\x55\xa8\xdc\xb8\xbd\xdd\x30\xba\x65\x3a\xe7\x65\xb6\x3a\xde\xd0\x6a\xf3\x81\x92\x3d\x98\x3e\x9c\xeb\xe6\x6d\x59\xeb\x84\x80\x2a\xe6\xb0\x8c\x0e\x67\x94\x40\x22\xb4\xc2\x18\xf5\x4e\x9f\x9c\x3e\xe9\x59\x2f\x4f\x7c\xaf\x3e\xe3\x8c\x2e\xd9\x58\xdd\x48\x09\x00\x47\x65\xb9\x7f\x61\x64\x1f\x13\xc1\x0d\x9f\xb3\x32\x5f\xda\xa2\x89\x0c\x23\xf2\x7c\x47\x7f\x51\x99\xff\xac\x4f\x75\xb9\x18\xa3\x3f\xea\x3f\x45\xa2\xfd\x3f\xba\xef\x60\x32\x9d\x9f\x98\x99\x9b\xcd\x4f\x7c\x93\x81\x91\xff\xe4\x7d\x6e\x48\xdd\xe7\x84\xc6\x55\x00\x45\x7b\xad\x94\x6d\xbc\x91\x2e\x47\x62\xea\xc8\x60\x40\x2b\x33\x77\x99\x48\x5b\xfc\xa5\xfe\xdd\x4e\x79\xfb\x5e\xa4\x83\xb7\xcb\x0a\x0b\xf0\x6e\xe0\xb0\x22\x6d\x8f\xe9\x9c\x16\x17\xea\x61\xb7\xb1\x07\xc1\x71\x19\x15\xeb\xe6\x64\x7b\xb1\x1c\x84\xc7\x92\x79\xf4\x04\x11\xf8\xf7\xec\x21\x21\x0b\xad\x71\x5b\xa3\x05\x36\x87\x2d\xbc\x0d\xde\x80\xd0\xd3\xa7\xbc\x0b\xf1\x47\xcf\xd7\x45\x42\x29\x65\x5a\x6f\xa6\xcb\xb7\x34\xaa\xc8\x1a\xa4\x10\xfa\xc3\x40\x61\xa9\x2a\x68\x0d\x63\xbc\x8f\x13\x33\xf9\x2d\x6b\x70\x37\xf9\xe1\xd7\xf1\x0c\xbc\x35\x92\x1f\xa2\x3a\xa9\xaf\x1b\x72\x44\x36\x5f\xb1\x43\xb7\x55\xc7\x2c\x8b\xfe\xf6\xf3\x56\x39\x3f\xd4\x7e\xd6\x65\x2f\xfc\xf2\xd0\x5b\x14\x88\xb1\xad\x8b\xea\xba\x8e\xb0\xef\x46\x80\x81\x2a\x2d\x02\xb1\xd4\x1a\x23\xc6\x5c\x7a\x4b\x2b\x17\x38\xa5\x70\xaa\x9f\xfb\xab\xee\x0c\xc5\xf4\xfe\xf0\xb3\x7f\x37\x68\x63\xd7\xde\x72\x65\x0f\x1f\xa7\xee\x85\x55\x76\xac\x98\xf1\x46\x96\x61\xd8\x8a\x35\x1b\xd9\x82\x56\x58\x74\xc4\x9f\xff\xc6\xd3\xef\x8a\x24\xf7\xda\x26\x77\xa5\xcd\x08\x16\x2c\xab\xad\xaa\xbf\x84\x7b\xee\x41\xf7\xb9\x35\x0f\xf8\x5d\x41\x72\x9f\x61\x9b\xa8\x0a\xb2\x8e\x79\x3c\x33\x7d\xc3\x78\xff\x94\x91\x9a\xe9\x4b\x3b\xf1\xd8\x84\x93\x43\xd4\x5e\x3e\x06\xd9\xe7\x6e\xd7\x56\xa3\x40\xf7\x38\x77\x58\x8c\x85\xd9\x04\xa4\x7b\x1d\x80\x07\x2f\xf1\xe1\x57\x9d\xb9\xbb\x76\xba\xe4\x48\x46\x9d\x36\x1f\x8c\x02\x86\x28\x0a\x0f\x28\xdb\x70\xe7\x46\xc4\xb8\x07\xde\xab\x16\x57\xdf\xfb\xb9\xc2\x20\x70\x41\x10\xea\xfb\xec\xb5\xf9\xfd\xac\xd1\x68\x49\x95\x80\xb0\x69\xcd\xab\x55\x40\x72\xa8\x52\x51\x16\x50\xa4\x0a\xf5\x4e\x19\x59\xe9\xe4\x6b\xf2\xc3\xba\x41\x3b\x7e\x8b\x9e\x4a\xf8\xff\x28\x15\xc9\xe3\x73\x08\xc6\xe1\xc1\xbe\x5c\xd6\x90\x3f\x00\xf5\x9e\x2f\x6e\x10\x48\x46\xa8\x87\x7e\x94\xb1\xc1\x9b\x74\x68\xc3\xa0\x83\x43\xf0\x7f\x1d\xa3\xde\x8b\x85\x13\x23\xbc\xd3\x4e\xc5\x26\x11\xdf\x99\x30\x5d\xb7\xfa\x57\x6a\xcb\x63\x12\x44\xee\xbc\xd5\x3f\x66\xd4\xf3\x26\x75\x2f\xc7\x33\x95\x24\x4b\x76\xb1\xed\xd9\x96\x21\x94\x2e\x2b\xe6\x23\xa7\x7c\xdc\x83\x56\x8b\x92\xfa\x21\xd5\x37\xc8\x3c\x4b\x46\x2a\x01\x63\x0b\x81\x7c\xc0\xd9\x62\x8f\xb5\x60\x3e\xc7\xb7\xe0\x37\x20\xfb\x2f\xaf\xb7\x65\x55\x7b\x88\xbf\x2f\x59\x4d\xa7\xab\x7d\xad\x2d\x80\xb5\x91\x22\x8b\x0d\x65\x75\xdf\x7b\xaa\x10\xb0\xe7\x6d\x7e\xeb\x91\x40\x5a\x07\xb0\xe3\x7c\xab\x84\xe2\xc0\xfd\x08\xba\x03\xf7\x93\x48\x10\xe3\x7f\x6d\xd2\x75\x88\xe9\x00\xd4\xc1\x2e\x8f\x05\x60\x6c\x4e\x18\x6f\x3f\xc8\xc4\x90\x50\x95\x3e\xa2\x28\x2b\x36\xed\x68\x56\xd1\xe2\xd2\x5d\xe2\x86\xc8\xfc\xc1\x26\x86\x55\x94\x6a\x26\xfe\xe4\x63\x55\x94\x5a\x9d\x8d\xf5\xc4\x65\x37\x46\x5f\xcd\x11\xff\x61\x1d\x61\x9d\x6f\xc3\x54\x57\x1d\x95\x4f\x9b\xb5\x43\x4d\xca\x18\x4d\x77\x37\xa9\x62\x1e\xa6\x8c\x79\x88\x3a\xc6\xf4\x31\x7a\x26\x82\x34\x31\x61\x2d\x49\x53\x11\x1d\xe2\x9c\x5e\x5c\x40\x14\x07\x2c\xdc\x84\xc1\xd6\x73\x64\xd1\xe9\x2b\x52\x4d\xf3\xf2\x7a\x8c\x7a\x22\xec\x8b\xbd\xaa\x9e\x60\xc3\x7a\x63\x8f\xdb\xdb\x6b\xd0\x23\x4a\x9b\xbc\xbb\xd2\xf9\x6e\x7c\x56\x92\x24\x6d\xaf\xc7\xfd\x41\xeb\x69\x6c\x67\x58\xbb\xb2\x5c\x2e\xd3\x61\xfa\xde\x52\xd4\xd3\x74\xb9\x07\x7a\x7c\x70\xc4\xc2\xd5\x05\x85\x28\x50\x8e\xc5\x2d\x65\xe0\xd1\xcd\xb1\xec\x1a\x57\x19\x83\xb0\x7b\xb8\x4e\xd0\xc7\xb2\xc6\xe7\xf9\x0a\xd1\x5a\xbb\x51\x0b\x14\x47\xd7\xe0\x0c\x85\x65\xc8\x35\x71\xa7\xd8\x20\x1a\x8d\x78\xaf\x4b\x78\x85\x84\x30\x5b\xda\x0d\x1d\xc2\xff\x61\xf4\xc7\xc5\x8d\x9a\x0e\xbc\x50\xeb\xc9\xd4\xa5\xb8\x29\x13\xf0\x94\x17\x26\x52\xe7\x2b\x65\x19\x84\xae\xc1\xc9\x6c\x86\x4d\x76\x56\x39\x1c\x2e\x4a\xf0\xe0\xb6\x3b\x06\x07\x6e\x11\xbc\xab\x9c\xa2\xbf\x98\x92\x73\x52\x5f\x13\x62\x8c\x4b\xc1\xcf\x50\x0e\xfb\x2b\x41\x59\x59\xf4\x20\xf8\xe0\x39\x2d\x04\x12\xd7\xd7\xa5\x37\x5e\x9f\x37\x81\x90\xd8\x14\xc2\x53\x8a\x38\x35\x9c\x7b\x1c\xf0\x35\x14\x25\xff\x9a\x2e\xf9\x0c\x20\xab\x0f\x2d\x2e\x94\x0d\x31\x04\xf6\xba\x22\xd5\xaa\x2c\x08\x5a\x32\x28\x11\xa1\xeb\x64\x3c\x2e\x5c\xcf\x13\x7b\x38\x8f\x6b\x14\x8b\xf8\x2c\xe8\xdf\x1f\x5d\x36\xd0\xfc\x11\x30\x9b\xa2\xd9\x7b\x4f\x61\xed\xa1\x8f\xa5\xef\x33\x35\x02\xfd\x8c\xc5\x23\x34\xe8\x01\x3b\x69\x2f\x86\x8d\x67\xaf\x59\x65\xe1\x4a\x14\xdd\xd8\xec\x6e\xd2\x74\x27\xe5\x42\x9c\xcf\xb6\xb5\xa4\xdd\x0e\xb3\xa3\xad\x7f\x18\x99\xd2\xf2\xc2\x06\xb2\x13\xd3\xbd\x35\x4c\x7c\xd3\xfe\x79\xaf\x4e\x77\xda\xc7\xc8\xa2\xef\xb7\x91\x31\xcd\x41\x6c\x7b\x1c\xf6\x47\x98\x9a\x34\xf2\x3f\xbc\x38\xc6\x00\x69\xe1\xc6\xc2\xf7\x2d\xff\x2a\xea\x3d\x07\xb6\xd8\x11\x54\x1b\x55\xb5\x77\xdd\xf3\x6e\x82\xe2\x63\x5e\x54\x0a\x6e\xc2\xf6\x26\x06\x32\x5e\x12\x83\x56\x38\xd7\xe6\x17\xc3\x71\x58\x66\xf3\x8f\x65\x01\x36\xc2\x63\x64\xcb\x43\x89\xfa\x6c\xd5\xe4\xf2\x99\x4a\xce\x2b\xac\x7d\xbe\x0f\x84\x1f\x9f\x1d\x88\x5e\xd9\xdd\x69\xf7\x46\x8a\x1f\xbf\x28\x9c\x4d\xbe\x95\x69\xdf\x1f\x12\x3f\x7b\x93\x9b\xaa\x6d\x73\x1b\x33\x64\xeb\x94\x97\x4a\xd7\x6e\xc8\x45\xf5\x3d\x3c\x5c\xa3\xce\xa8\x77\x71\x44\xb5\x83\x69\x87\x26\xac\xb1\x19\x86\xdf\x21\x9e\xb6\x0d\xc2\xcd\x89\xa0\xb4\xb1\xde\xdd\x93\x3f\xf1\xf1\xff\x46\x56\xfb\x65\x26\x5d\x40\x23\xc9\xa0\x4e\x21\x30\xb0\x95\x40\x06\xbe\x4c\x69\x91\x41\xa0\x65\xf8\xeb\x82\xd4\x6f\xcb\x74\xa9\x63\x75\x5c\x90\xfa\x27\x5a\xb1\x1a\x34\x42\xfc\x94\xa9\xaf\x07\x99\xfa\xed\x3d\x8e\x14\xdb\x59\xa6\x4e\x21\x54\x33\x84\x23\xa2\xbf\x3b\xb6\xc2\xa2\x88\x1d\x1c\x1e\xc9\xdf\x3e\xe0\x14\x7e\x03\x1b\xfe\xd7\x15\xc5\xda\x03\x04\x5c\x19\x45\x5f\x0c\x4f\xc9\x67\xf2\x8f\x25\x61\xb5\xce\x29\xf3\x53\xa5\x34\x65\xd7\xb8\x2a\xf4\x2f\x6f\xc9\xa2\x22\x29\x16\x11\xec\xd4\xc7\x0f\xbe\x01\xb5\x9d\xad\xac\x25\xa6\xfc\x3e\xce\x73\xc8\xd3\xa2\x95\x1a\x38\xff\x85\x16\xb5\x17\x71\x4d\x56\x73\x9b\x3a\x01\x7d\xdd\xfa\x26\x52\x70\xc7\xa0\xbe\xcd\x31\x7d\xd7\xf1\x48\xae\x56\xdc\x30\x1d\x0d\x2e\x56\xd1\xe9\x09\xb6\xf4\xbf\xca\x82\x0c\xcd\xaf\x7a\xe1\xde\x12\x74\x05\xa7\x87\xcf\x24\xad\x71\x71\x91\x93\x77\xd9\x05\xf1\x5a\x28\x9f\x13\x37\xfd\x63\xe8\x1a\x2f\xbd\xe3\x9d\x3a\xc2\xbd\xca\xad\x04\xdf\x9c\x5a\x9f\x70\x11\xd4\x82\x6f\xde\x1c\xd9\xa2\x2c\x38\x12\x7c\x28\x33\x11\x30\xc0\xfd\xe4\xf5\xe0\x16\xba\x39\x04\x5a\x62\x51\x0f\xe3\x01\xf4\xbc\xce\xfd\x1e\x78\xf7\x5c\x2e\x13\x23\x70\xf1\x65\xc9\x08\xfa\x8f\x3f\x6b\x9a\xc6\xe5\x16\x52\xb0\x25\x04\x44\xf6\xa5\x16\x96\x44\x68\xb9\x8f\xab\x8a\xe2\x78\x64\x1c\x0e\xee\xaf\xb4\x9e\xc9\x24\xa4\xb1\x38\x09\xf1\x4b\x23\x0c\xb5\xf0\x49\x85\xdb\xba\x73\x36\x37\x4e\x2b\x15\xf5\x3a\xac\x84\x5d\x7f\x87\xec\x0f\x56\x92\x43\x37\x12\xea\xd0\xf9\x66\x11\x6e\x7d\x18\x3c\x82\xee\x7c\xf7\xbe\x39\x29\x0e\x37\x46\xd9\x96\x44\x41\xa1\x3d\xc9\x0e\x8a\x69\xd9\xe9\x4c\xa8\x1e\x00\xc3\x9d\x3b\xd1\x7c\xf1\x11\xc9\x3f\x0d\xaa\x8f\x4f\xc2\xf5\x85\x64\xd0\xea\x88\xf8\xd0\x6c\x4e\xc8\x0a\x27\xc7\x19\xdd\x7c\xf1\x47\xf7\x4f\x99\xea\x83\xe3\x93\x7b\x7e\x44\x02\xad\x8e\x27\x2c\x0c\x78\xc9\xa1\xbe\xe0\xbf\x70\x16\x4f\xa4\x57\xdb\x7c\xa0\x1e\x62\xc4\x1f\x9c\x99\xe6\x7c\x7f\x0a\x23\x8c\x41\x7a\x97\x88\x1b\x11\x44\xf4\xb1\xd0\x4a\xf8\x87\x0e\x54\x38\x3f\xd0\xd1\x80\xf5\xb7\x95\x78\xa3\x2e\x55\xd6\x06\x34\xa7\x37\x9c\x30\x40\x3c\x26\x05\x5e\x34\xe7\xe4\xed\xd9\x08\x68\x4c\xa3\x8f\x53\x66\x6e\xd0\x91\xf5\xfb\x69\x61\x25\xf8\x50\x13\x54\xd3\x11\x5b\xa1\xe2\x7b\x1d\xce\x69\xfd\xca\x3b\x75\x9c\x83\x99\xf6\x76\x87\xcd\x48\x01\xe7\x77\x56\x52\x06\x11\x56\x2d\x93\x2e\xd7\xd9\xc7\x0f\x06\x21\xbd\x56\x1a\x43\x8f\xea\xf2\xfa\xc8\xaf\x22\xfa\x7c\x4b\xd9\x02\xd7\xe9\xec\x55\x34\x12\x91\xea\x66\x57\x0c\x74\xab\x72\x12\x44\x80\x61\x2d\x83\xb2\xc3\x05\x29\xec\xc4\x08\x22\x51\xc4\x17\x26\xac\x6b\xeb\x0a\xa7\x97\x3a\x11\x83\x78\x63\xa3\x0c\xe1\xbc\x22\x38\x5b\x41\x14\x2c\x19\xa9\x51\x13\x1f\x50\x49\x95\x0b\x52\x1c\x16\x70\xf9\xa2\x19\x2e\x32\x7e\x76\x55\x9e\x89\x19\x16\xaf\x78\xee\xa8\xa9\x20\x43\x42\xfd\xc7\xaf\x65\x08\x06\x67\x5d\xd3\x6a\x41\x02\x65\xdf\xbe\xfb\xe9\xf5\x97\xf7\xc7\xbf\x7d\xfa\x7c\xf8\xe9\x68\x8c\x3e\xe1\x8a\x33\x71\xde\x66\x6a\xc7\x5f\x1d\x0d\xf6\xe4\x4c\x7b\x79\xd8\x5e\x62\x1a\xe2\x35\x99\x33\x91\x34\x0e\xda\x49\x4d\xa1\x2a\xfe\x1b\x59\x49\x3e\xcf\xff\x10\x56\xf4\xeb\x0d\xad\x79\x08\x46\x72\x99\xd7\x54\x34\xe0\x73\x1a\x7b\xe4\xdf\x09\xdd\x56\xe6\x56\xa8\x70\xeb\xe2\x52\x61\x6e\xed\xa8\x61\x27\x1e\x86\x0d\x23\x28\x15\x09\xfd\xa6\xf1\xa7\x7f\x72\x66\x05\xfa\x3a\x28\xec\x08\xa3\xda\xf1\x0c\x2d\x19\xbe\x20\x52\x75\x6b\xad\x12\xe2\x59\xaa\x48\xa2\x2a\x92\x94\x09\xcf\x4c\x04\x3f\x2f\xfb\x96\x91\x3e\x45\xd0\xb0\x4b\xb2\x42\x80\x38\x62\x99\x56\xbc\x2e\x08\x5c\x6f\x86\xe0\xd0\x39\x2e\xbf\x30\x12\x24\xd6\x41\xdf\xe4\x97\x93\x33\xfd\x4d\xfe\x9a\xe7\xb6\x8b\x9e\x59\x9e\xc8\x6b\x50\x12\x86\x30\x62\x33\x8e\x82\xd7\x42\x63\x5d\x11\xd4\xc7\x8c\x2d\x39\x41\x34\xa1\xce\x09\x5a\x2c\x2b\x32\x18\xea\xa8\xa5\x8b\x65\xb5\x28\x19\xaf\x33\xd5\xe9\x11\x64\xa6\x43\x7e\x62\xe4\x28\x21\x76\x8c\x22\x98\x05\xfd\x73\x22\x28\xb2\xb2\x98\x1d\xcd\xa8\xda\x7d\x1d\x5a\x43\x4d\x69\x6b\x32\xb1\x90\x43\xae\x8b\x4e\x51\xdf\xc2\xae\x81\x1d\x00\x3c\xe8\xeb\xe9\xd3\x18\x96\x7b\x01\xfa\xc2\x48\xc3\xf6\x46\xa0\x49\xac\x0b\x15\x74\xcb\x0b\x3f\xd1\xd0\x01\x8b\xb4\x04\x3a\xe6\x34\xef\xbe\x82\x87\x2f\xe0\xde\xf3\x8f\x04\x5c\xd6\xa7\xf8\xc8\x6d\xed\x9d\xe6\x58\xdf\xea\x2c\xb6\xc6\xf8\xe3\x24\xfb\x67\x52\x43\x5e\x00\xd5\x89\x08\x38\x4d\xc4\x7b\x0c\xa0\x83\x8c\x76\x6e\x6e\x57\xa4\xc3\x2b\x5c\x38\x24\x02\x9a\x4d\x90\xc9\x13\x70\x72\x16\x44\x68\x89\xc3\xa1\x01\xe8\xcd\x38\x29\x7e\xa4\x79\xb4\x2b\x89\x48\x5a\x15\xf7\xf7\xf4\xc3\x71\x8b\x84\x4c\x93\x60\x21\x4e\xf8\x26\x6b\x28\xb7\x1d\x47\x96\xed\xe7\x68\xcf\x21\x9e\xe4\xe6\x0c\x8d\x4d\xfe\x0c\x37\xb1\xc4\x6b\x48\x7b\x40\x19\xfc\x1b\xdf\xb8\x81\xab\xc6\xec\x34\xdb\x26\x0c\x78\x8c\xd9\x9b\x77\x55\x19\x06\x0b\xfa\x92\x61\x47\xcd\x3e\xdb\x6d\xac\xf0\xe5\x40\x9f\xa7\x51\xf4\xbf\xcf\x42\x2f\xc9\xca\x0d\x63\x13\x59\xd0\xd3\xa7\xf6\x1c\x45\x50\x73\xa7\x62\x10\xad\x46\x03\xc8\x6a\xa7\x8e\xa3\x17\x50\x24\x8a\x6b\x6d\x48\x2f\x7b\x96\x94\xd7\x4c\x3d\x99\xe3\x45\x5f\x5e\xc4\x41\x86\x0b\xe1\x0a\xa9\x73\x35\x08\x27\x6d\x99\xdd\x4b\x1f\xd4\x3d\x19\x1b\x7e\x8c\xb6\x9f\x0f\x06\x56\xcf\x53\x9a\xd7\xa4\x52\x49\x1b\x76\x65\x35\x01\x9d\x41\xf3\xba\x8e\x3c\xe0\xf7\x19\xc1\x55\x3a\xfb\x5b\x24\x17\x5d\xe4\x72\x34\x39\x24\x22\xab\xd7\x2a\xb9\xbe\x4e\xbe\xa0\x02\xd6\xef\x7a\x31\x9a\x1a\xf9\x76\xf2\x0f\xfe\x7f\x2e\x69\xd0\x33\x44\x5b\x13\x98\x51\x9c\x40\x48\xc8\x71\x5c\xe4\xa4\x46\xb7\xda\x90\x58\xf6\x5e\x52\x44\x30\xf8\xd6\x96\xbf\x71\xdf\xbe\x99\x8f\x94\x29\xb0\x47\xdd\xd3\xc3\xed\xe2\xcb\x56\xc5\x71\x6a\xea\x5c\x61\x30\x98\xb9\xea\x07\xd6\xd3\x5b\x73\xeb\xc8\x8d\xf3\xed\x5b\xc0\x4f\x48\x94\x73\x43\x68\xfa\x54\x38\xbc\x21\xfa\x03\x37\xb0\xe6\x10\x9d\xf8\x3d\x0f\x1d\x2e\xd7\xe2\x54\x86\x91\xa9\x0d\x4d\x42\x8f\xd8\x82\xce\xfc\xc0\x9d\x9d\xf8\x5c\x37\x6e\xa7\xa7\x80\x57\x67\x75\x43\x34\xc8\x40\xa6\xd8\x1c\x0d\xd2\x6d\x62\x45\x83\xfc\x55\xc4\x0d\x56\xca\xab\x4d\xc1\x21\x17\x26\x33\x7b\xa0\xf8\xea\x3b\x32\x90\x8c\x9b\xe7\xf5\x7f\xaf\xd0\x87\x1b\x63\x1e\x06\x71\x0d\xed\x45\x0c\x91\x15\x8e\xcf\x19\xdb\xd5\x5e\x4e\x42\x8d\xa6\x89\x8f\x28\xe2\x5c\xb8\x2d\xbc\xb8\x83\x1d\xc5\x9c\xb8\x74\xa7\x43\x02\x4a\xe9\xdd\x8f\x00\xe4\xeb\x0d\xcc\x91\x5e\x27\x49\x22\x9a\x73\xdc\x6a\xd1\x20\x0c\x9c\xf8\x63\xf6\x42\x26\x6b\xf7\x6f\xab\xa2\x54\x2b\x4c\xd6\x6b\xa3\x51\x70\x40\x1f\xe4\x2e\x89\xad\x1b\xdd\x9a\xfc\xd8\xd1\x88\x36\x36\xe2\xfb\xf1\x6c\xec\x32\xa9\x48\x72\x32\xb1\x69\xcd\x8e\x1b\x25\x3d\x72\x5e\x1c\xa5\xcb\xd0\xd3\x3f\xec\x22\x3a\x5f\xc8\x5c\x4b\xa6\x48\xa6\x76\x13\x49\x8f\xb8\x7c\x48\x53\xc5\x9a\x7f\x92\x47\x41\x9e\x0f\x4b\xa4\xe7\x1b\x11\x64\x96\xd2\x6f\x91\xa7\x76\x3a\xb7\x59\xc9\x6a\x8d\xfc\x10\xbb\x3b\x8a\xff\x03\x37\x09\xdc\x54\x3d\x22\x44\x9a\xea\x07\x86\xa0\x55\x56\x95\x8b\xb7\x7c\x4d\x77\x1e\x8f\x66\x56\xee\x4e\xeb\x3b\x58\x15\x1d\x34\x15\x52\x56\x37\x95\x09\x60\x35\x95\x52\x76\x94\x72\x01\xff\x20\xcb\x49\xa8\x0a\xd2\x59\xfc\x41\x17\x04\xba\x3a\x21\xb1\x4b\xc5\x31\x98\x73\xa9\xc4\x15\xf9\x0a\x9d\x13\x52\x68\x23\x4f\x9d\x9b\x14\x09\xab\x31\x88\x27\x90\x12\xc6\x70\xb5\x42\x75\x09\xe7\x9c\x54\xf9\x4a\x29\x19\xa4\x8a\x49\x66\x1b\x99\x11\xa1\x5b\x02\xb3\x4b\xd5\x8f\x0c\x32\xae\x31\x86\x0b\xf0\xab\x02\xcf\x69\x8a\xfa\x24\xb9\x18\xa2\xd3\x27\x53\x5a\x6f\x4b\xb3\xd7\xd3\x27\x03\x27\x9d\x96\x46\x04\xcc\xde\x10\x52\x18\xad\xb7\xbb\x70\x55\xaf\x92\x89\x0e\xd0\x6f\x4c\x83\x08\x32\x52\x1b\x26\x09\xbd\xf8\xd3\x0e\x1a\x3d\x43\x73\x86\x9e\x8d\xbc\xe4\x81\xba\x8d\xce\x81\x1f\x4b\xd0\xa5\x41\x7d\x5c\x2d\xb5\x3e\x04\xb2\x64\x55\x24\x25\x05\xf0\xde\xb0\x54\x02\xd9\x09\xae\xb1\x90\xe9\x70\x5e\x9b\x54\x40\x5c\xc6\x23\x35\xe6\xdc\x3a\xbc\xe7\x0d\x12\x7f\xc5\x39\x66\xf5\xdf\xc8\x8a\x63\xe4\xaf\x98\xbd\xce\xeb\xc3\xea\x03\xa9\x71\x34\x86\x51\x98\x03\x51\x3d\xc4\x8d\xe3\xef\x78\x13\x88\x7e\x1f\x2b\xf2\x71\xdb\xe8\x96\xc7\x11\xad\xff\x2b\x5f\xa5\xec\x36\xae\x62\x6f\xab\x5c\xfa\x6e\x7a\x77\x85\xbc\x5a\x83\x10\x97\x01\xb5\xae\x09\x04\x3a\x32\xb9\xdd\xe6\x25\xbf\xd6\xca\x2b\xe2\xc3\xee\xa2\xac\x3f\xa8\xb2\x2e\x27\x24\x50\x98\xd6\x15\x58\xac\x8a\x60\xf8\x10\xab\x14\xf5\x71\x0e\xe4\xb1\xa6\x57\x24\x5f\xb9\x35\x2e\xc9\xea\xbc\xc4\x55\x86\x0a\x7c\x35\xf0\x27\x43\x85\xfa\x94\x64\x6f\x56\xfb\xbc\x27\x3f\xad\x2d\xdc\x8f\xd5\x32\xad\xcb\x4a\x87\x83\x89\x92\x64\xcd\xf0\xb1\xe5\x82\x54\xfe\x9d\x18\x7f\x17\xd7\x00\xb5\xef\xe2\xb5\xcb\xe6\xd9\x5a\x4f\x57\x55\x1a\xd3\x93\x46\x95\xac\x5a\xc1\x15\xc6\x7c\xbe\x7b\xa0\xb4\xf0\xc1\xbd\xef\xbe\x8a\x48\x7e\x63\xe8\x28\x2c\x98\x32\x2b\x1a\xa3\x5e\xe8\xcc\x6c\x22\x2b\xf2\x72\xf5\xbb\xe3\xbe\x90\xe3\x94\xfc\x52\xe6\x60\x08\xde\x83\xbf\x66\xf0\x97\xdb\x89\x50\x78\x7f\x72\x2a\x3b\x5f\xfd\x46\x56\xc4\xdd\x06\xa3\x81\x0e\xab\x0b\x61\x3e\x46\x3d\x6b\xab\x1c\x8b\xfc\x70\x7f\xdc\xca\xcc\xae\xcd\x1a\xab\x35\x2c\xa1\x4d\x33\x24\xd0\x4b\x2c\x52\xd7\x50\x61\x8e\xc6\xfc\x98\x94\xd3\x40\x6f\x3e\x71\x82\x03\xf2\xc6\xfd\xaf\xfa\xb6\x58\x48\x4b\x78\xd4\xfb\x61\xcd\x7f\xbf\xed\xa1\x14\x17\x45\x59\xeb\x5c\x58\x40\x1a\x7a\xd6\x8c\x7a\xe2\x00\x2f\x49\x82\xb8\x5c\xa5\x1a\xb2\x1e\xa2\x05\xab\x09\xce\x4c\xc2\x3c\x14\x2a\xc7\x1a\x15\x91\x66\xfb\xf4\x48\x7d\x07\x5c\x0d\x7a\x2f\xd0\x81\x76\xd7\x77\x46\x87\x09\xdb\xc7\x47\x0b\x85\x69\xb3\x23\x1f\xcb\xfa\xbb\x6d\x0a\xeb\xb8\x2b\x10\xea\x78\xb4\x2c\x18\xa9\xdd\xcd\xe9\xb6\x37\xcd\x6a\x6e\x35\x49\x77\x91\x0f\xd8\x9f\xbb\x0f\xd5\x79\x8f\xb4\x0c\x2e\x7e\x11\x99\x24\x21\x26\xbe\x0a\x80\xcf\x85\x7e\x30\x8c\xea\x9b\xc7\xdf\x81\x93\x8e\x56\x72\x96\x10\x6a\x4b\x36\xff\x11\xf5\x64\x04\x36\xb7\x26\xb0\x99\x41\x45\x2a\x32\xfe\x99\x7a\x8a\xe5\xf4\x6b\x96\xfa\xb9\xdb\x9a\xac\xc5\x80\xf2\xfa\xd5\xd2\x4d\x96\x1b\x30\x6b\x68\x22\xb6\xfe\x65\x98\xaa\x57\xf1\x1d\x49\x34\x93\xf2\xc0\x6d\x21\xf8\x4c\x2b\x3a\xb0\x7a\x0f\x85\xde\x35\xbd\x32\x2f\x96\xee\xf7\xe0\xcd\x72\xec\x85\x81\x14\x12\x48\x24\x7f\xed\x6b\x5b\x51\x6f\xab\x14\x83\x1c\xba\x5e\x92\xc6\xd6\x2c\xba\x5e\x42\x09\xfb\xb5\x11\x21\xfb\xcd\xda\x17\x22\x8d\x83\xa1\xda\x2e\xf7\xce\x8d\xea\xe7\x3d\xd0\x06\x92\xe9\xc0\x5e\xba\x5c\x91\x7e\x40\xfc\x95\xe6\xf9\x97\x62\x5e\x2e\x8b\xda\x44\x87\x4c\x73\x82\x2b\xc9\x2a\xcb\x8c\xa8\x11\x16\xba\xb5\xdf\xb7\x34\xfb\x02\x1b\xdf\xe7\x22\xc9\x27\x8f\xfd\x91\x92\x28\x2f\x02\x21\x74\xec\x09\xa5\xce\x53\x99\xae\x95\x08\xac\x00\x95\x23\xc7\x4d\xf4\xf4\xa9\x85\x3e\x76\xa9\x08\xbd\x6e\x07\xfd\xe7\x6b\xb0\xb9\x47\x0b\x73\xed\x2a\x9b\x31\xdc\x4a\x13\xab\x42\x7a\xbf\xa5\x6c\x4e\x99\x1b\x0c\x3d\x56\xa1\x1f\x46\x75\x0f\x21\x28\xdc\x45\xfa\x5e\x3c\x76\x07\xb1\xa8\x7d\x98\x3d\x16\x50\x29\xaa\x1c\xe4\x89\xe0\x64\x98\xf0\xc0\x75\x58\xf5\x71\x36\x0c\x3f\x1d\x04\xc2\x26\x55\x55\x56\x1f\xb8\x4c\x69\x85\xb9\x66\x32\x04\x14\x9f\xca\x51\x5b\xfa\x91\x05\x2e\x48\xee\x05\xe6\x96\x16\x51\xce\x47\xc5\x93\x1d\xd3\x5a\x10\x29\xb1\xb5\xa4\x3e\xf6\xe2\x6d\x8b\x6a\xfb\x65\x51\x63\x5a\x80\x80\x28\x09\xa2\x5f\x12\xb6\xc1\x15\xa9\xa5\xc6\xc0\x6b\xa3\x4a\x82\x36\x2a\xcc\xbb\x5b\xdf\x85\x58\xc7\x73\x1f\xd9\x35\x49\x0f\x87\x21\xa5\x1b\x6a\xa2\x68\x68\x06\x1c\x07\xd9\xc1\xbd\x55\xee\x6e\x14\x7b\x8b\x03\x0e\x62\xd9\xdb\x65\xdf\xbe\xc5\x0a\x7f\xd1\x85\x7a\xb7\xac\x46\x2f\xad\xb4\xd6\x07\x53\x54\x2e\x2b\x99\xb0\xdc\x79\xf0\x2f\x97\x90\x6b\x1a\x0c\x19\xa4\x3d\x83\xae\x69\x68\x85\xfd\x1e\x1f\xb9\x8b\x9c\x8c\xe6\x01\x7d\xe8\x76\x6d\x39\x97\x7c\x34\x17\xb1\xd0\x13\xdf\x99\x42\x1b\x33\x83\xab\x4f\x46\xdd\x6c\x99\x49\xeb\x88\xda\xb6\x85\xb6\x2f\x03\x66\x26\x6c\x9b\xba\xd4\x95\x00\xd5\xf7\xeb\xda\x27\x16\x38\x04\xc9\x1b\xd8\xdf\x7b\xce\xdc\x38\x19\x78\x9d\xf2\x19\xbd\x25\x2c\x25\x45\x86\x21\x3f\x9d\x1a\x54\xc1\x73\xcf\xce\xc8\x28\x3e\x8d\x25\x0e\x73\xa2\xed\x2d\x3f\xc9\x49\x71\x51\xcf\x80\x72\x3f\x8f\x94\x9f\xec\x9c\xa1\xdd\x09\xda\x31\xbd\x3b\x2c\xd0\x8f\x91\xfa\x66\xd4\x30\x91\x81\x4c\x6e\xdf\x9c\x34\xc6\xa2\x55\x5e\xde\x98\x61\x33\xf9\x9c\x61\x06\x79\xbf\xc7\x68\x6b\xab\x6f\x03\x90\x2f\xc8\xfe\x5b\xad\x76\x17\xed\x0c\xec\xd6\xef\x45\x2c\x81\xad\x2d\x97\x10\xcb\x93\xdf\x48\x75\xc3\x3c\x35\x4c\x9c\x3c\x5a\x5c\x58\x87\x6c\x8c\xb6\xfc\xe4\xd4\x62\x1e\x2e\x01\xde\x37\x59\x19\x0c\x41\x46\x7b\xd6\x1f\x89\x5e\x3a\x0a\xb9\x2c\x4d\xb3\xad\x7e\x6c\x2a\x8e\xf6\x9c\x3f\xbb\xf5\x65\xb3\x75\x21\xfd\x93\x07\xd2\x47\x6d\xb5\x1d\x12\xe8\x46\xbb\x36\x41\x5b\x5b\x1d\xb7\xa7\x35\x31\x81\x25\x8a\x99\xb8\xf9\x3e\x6a\x89\x3c\x05\xa7\xd6\xfb\xc3\x54\x56\x12\x54\x52\xde\x08\x89\x7c\x63\xb0\x6a\x42\xda\x84\xf2\xba\x60\x93\xb5\x3c\x37\x1e\xd6\x5b\x00\xd3\xcd\x2c\xd9\xce\x8b\xc5\x6f\xc6\x1c\xc6\xae\x28\x27\x1e\xbf\xb3\x38\x24\x12\x0e\x50\xb6\x3d\x55\x0e\x1c\x93\xb5\xf6\x28\xbd\x0d\x2a\x06\x99\x09\xec\x1a\x66\xf9\x5a\x29\xef\x94\xd3\x0c\x92\x22\xd8\x9f\x6a\x7c\x0e\xcf\x9c\x93\xb5\xe5\xc3\xb5\xfd\x1c\x8d\xd1\x8e\xdb\x75\x99\x93\xc9\xe9\x93\xb4\x9c\x9f\x97\xe7\xe5\xcd\xe9\x13\xbb\x10\x80\x39\xc3\x6c\x51\x2e\x96\x8b\xc9\xe9\x13\x0e\xc2\x78\x25\x72\xb3\xc0\x45\x46\x32\x0b\xea\x3d\xbe\x0c\x11\x51\x83\x33\x82\xbd\xdb\xa0\x11\x1c\xd8\xc9\x5a\xb3\x48\x0d\x35\x20\x49\xc7\x64\x2d\xdc\x9f\x9f\x3e\x45\x5b\xba\x01\xda\x6b\x74\x67\xe9\x3b\x72\xe1\xd0\x13\xea\x06\x51\x34\xd0\xc3\x5a\x19\x3f\x26\x6b\xef\x44\x68\x7c\x8a\xd1\xfc\xf6\x6e\x31\x5c\x00\x99\xbe\x00\xc4\xd2\xfd\x6b\x21\x6c\xa7\x68\xd7\x64\xad\x7e\x8b\x4c\x59\xee\xb2\xd9\xef\xb0\x8e\x7c\xa3\xb8\xd3\xd1\x40\xf2\xc9\x50\x5d\xae\x4e\x41\xdb\x09\xce\xa4\x5c\xe2\x34\x28\x8b\x37\xf9\xb2\x52\xb5\x4b\xf3\x8e\x97\x2f\x2b\xaf\xa2\x54\xf5\x87\x75\x65\x41\x58\xfd\xcb\x22\x5a\xf9\xcb\xc2\xab\x0a\x4a\xe7\xb0\x2a\x7c\xf6\xaa\x82\xd8\x13\x9f\x86\x2e\xf2\x9a\x00\x4f\x69\xaa\xc3\x9f\x56\x15\x37\x15\x08\x5b\x60\xc7\x52\x43\x1c\x65\x17\x57\x6f\xdd\x0a\x6d\x30\x17\x79\x57\xdc\xfa\xe2\x1c\xd1\x2b\x02\x98\x2c\x38\xde\x3d\xd4\x5b\x94\x39\xad\x5b\x10\x56\xa1\x6c\x5d\xce\x69\xea\x34\x05\x09\x72\x43\x33\x5a\x5c\xe1\x9c\x2f\xc5\x3b\x3c\x4e\x5d\x3f\xdb\x94\xfb\xa7\x66\x6b\x85\x79\x0e\x65\x46\xdf\x20\x23\x03\x88\x44\x41\x08\x42\x1d\x5c\x53\x46\xf4\xf7\x19\x41\x96\xba\x1a\x7c\x76\xfd\xbe\xe3\x77\xba\x5f\x8b\xb3\x4c\x8e\xdc\xd4\xf7\xda\xf9\x97\x02\x54\x1a\x84\xdd\x8c\x63\x02\x41\x3f\x7a\xaf\x58\x15\xbc\x8e\xda\x53\x6f\x45\x52\x7f\x05\xf8\x91\x2a\x31\xec\xd7\x0a\x2f\x16\xa4\xba\xdd\x5d\x07\x12\x5a\x7c\x56\xba\x78\x70\x1b\x8c\xec\x27\xb4\x59\x1b\x86\x35\x90\x19\xfb\x6b\x94\x24\xea\x42\xd5\x02\xfe\x58\x8f\x26\x3f\xa0\xdb\x60\x02\xaa\x07\xfb\xca\x0d\x68\xf3\xd3\xa7\x5e\x36\xb4\x8c\x5e\xa9\x2b\x0e\xe7\xa4\xaa\x4f\x9f\xc0\x09\x73\x19\xf8\xdb\x56\xa0\xd9\x75\x83\x0c\x69\xa4\x09\xb9\x7d\xa0\x98\x69\x47\xf2\xf4\x38\x8a\x0c\x91\x24\x44\x64\x90\x3e\x34\x6e\x08\x7b\x9a\x15\x53\x39\x07\x2d\x55\x8f\xcb\x1b\x44\x32\x92\xc4\x2b\x58\x09\x49\x6c\x25\x4d\x30\x76\xa8\xa1\x61\xd2\x79\xa3\xef\x9c\x5a\xa5\x7d\xe4\x24\xc2\x76\xf4\xee\xa2\xbf\x61\xbe\x85\x25\x3c\x16\x87\x09\xf5\x3d\xd3\x03\xdf\x40\xd1\x85\xcd\x06\x85\xa2\xef\xde\xe0\x7d\xb3\x13\x03\xd9\xbe\x0e\xe2\x5b\x51\xd6\x74\xba\x3a\x2c\x3e\x13\xe6\x16\xb4\xa8\x2b\x26\xe8\xe4\xac\x59\x57\x69\x66\x9c\xfa\x89\x7c\x26\x41\x57\x7b\x81\x34\x08\x80\x38\x9c\x0a\x73\xcb\x01\xda\x15\xec\x9e\xad\xad\xcb\x09\xe4\xcb\x96\xf6\x6f\xa1\xd1\xac\x44\x28\x69\x76\xf9\x01\xd7\xb3\x64\x8e\x6f\xfa\x3b\x43\xf9\x3b\x2d\x94\x28\xae\xb8\xfd\x6d\xf4\x5c\xee\xc0\x60\xe0\xe9\x23\x6a\x69\x2f\x81\xe3\x0e\x18\xf5\x8c\x14\xa8\x28\xa5\xa9\x84\x8c\x06\x23\xf3\xa6\xd7\xf8\x52\x92\xf0\xc4\xe0\x78\xe3\x9b\x14\xfa\xf6\x0d\x75\x7a\x14\x51\x14\x45\xbc\x75\x0a\x04\xb3\x8c\xf6\x60\x19\x56\xa2\x10\xfb\x51\xef\xa5\x91\x23\xb9\x48\x13\x4d\xe7\x6d\xd5\x07\x36\xd5\x47\x10\xfe\x51\xc2\x76\x12\xec\xe7\xc9\xce\xd9\xc0\xb7\x56\x75\x2d\xf8\x9b\xdf\x19\xcd\x96\x46\xf1\x44\x52\xb4\x72\xb1\x72\x8d\xbd\x95\x12\xc5\x35\xb3\xd6\xd9\x8d\xbc\x47\x1e\xa9\x26\x95\x0a\x5e\x61\x30\x21\x47\xf5\x30\xcf\x7b\xaf\xd2\x4d\x38\x42\x0e\x02\xc3\xd6\x65\xa1\xc2\x88\x40\x1c\x26\x99\xba\xbf\x2c\x9c\x98\x46\xd6\x58\x6c\x91\xd3\x94\xe8\x5e\x87\xe8\x79\xc7\x97\xbf\xd1\x08\xe1\x4c\x8c\x52\x90\x6b\xcf\xcd\xc0\x44\x2d\x22\x37\x94\xd5\x22\x0d\xaa\x35\x05\x6b\x02\x60\xc6\x4d\xa3\xe6\xdb\xfe\xa0\xa3\x11\x3a\x92\x06\x1a\xde\x63\x89\xb0\x92\x91\x07\xa4\xe0\x40\x88\x9c\x91\xe8\xfe\x9e\xc0\xd0\x67\x3e\x06\x02\x32\x27\x0b\x52\x31\xca\x6a\xad\x30\x1f\x8d\xc0\xca\xc9\x24\xb5\x15\xc9\x2b\xa4\xe3\x12\x93\x0a\xc1\xcc\xd2\xef\xb8\xf2\x75\xc4\x8e\xd6\x4c\xc6\x7d\x81\xbb\xff\xb1\xba\xf5\x6c\xdc\xec\x0c\xbc\xd6\xe2\x36\x5f\x05\xa2\xb2\x36\xac\x8b\x9b\xd4\x21\xf7\xc2\xb0\xe3\xe1\x90\xcc\x5c\xb2\xf2\xbb\x35\x59\xaf\xcc\x71\x5f\x79\x98\xb2\x78\x6d\xb2\x5c\x1a\xab\x8c\xf8\xf5\x00\xba\x5a\x05\x9f\x6f\xdf\x4c\xf5\x81\x83\x75\xd3\xb2\x42\x8c\x16\x17\x39\x91\x3e\x33\xda\xcc\x7d\x81\x19\x03\xa4\x17\x41\xc8\x70\x7e\x8d\x57\x4c\xa4\xc6\xc9\x8d\xdf\x96\xd5\x8d\xed\x79\x33\x44\xd3\x9c\x2e\x9c\xbc\xbf\x57\x5c\xda\xd6\x8a\x27\x79\x79\xc1\x8c\x0e\x17\x35\x9a\xd8\x00\x44\x7b\x08\xb8\x3f\xb9\x41\x12\x91\x8d\x52\x77\x6c\x22\xe9\xdf\x72\x8e\xd9\xa9\x66\xb1\x28\x7a\xfd\xc0\x60\x4a\xac\x83\x9e\x25\xea\x09\x3d\xca\xb8\x81\xe9\x41\x98\x21\xc0\x9f\x63\xa8\xc6\x59\x4d\x33\x63\x75\x99\xbd\xf4\x07\xcb\xec\xd1\xb2\x7e\x63\x0b\xc1\xd9\xbc\xd4\xef\xa5\xe0\xd6\x44\x28\x58\x53\x89\xb3\x65\x8b\x26\xfc\x34\x41\x72\x42\x30\x80\xb3\xca\xa5\xe6\xbf\x5f\xe6\x99\x2c\xf7\x2d\xba\x9c\xa7\x00\xe9\xf7\xa1\x9d\x23\xcc\xdd\xf8\x08\x48\x2a\xb5\x78\x16\x79\x58\xb8\x2f\x17\x7e\xc9\x2f\xea\x79\x22\x62\xc0\x6a\xae\x21\xcc\xff\x3b\x46\xb8\x58\x9d\x9c\x0d\xe4\xbf\x2e\xdf\x56\x90\x6b\xa8\x6a\xfb\xf4\x58\x1e\x3d\x44\xbe\xf1\x95\x53\x04\x7d\xb9\x37\xa2\x70\x70\x02\x62\x2d\x2b\x3a\x5b\x64\x92\x2e\xcb\xaa\xf1\x77\xee\x9f\x68\x91\x31\x79\x67\xdc\xd4\x08\xa4\x5a\x63\xba\x29\xcf\x14\x2e\x32\xce\xbe\x32\x97\xd0\x8b\x7b\xa5\x2e\x11\xad\x95\x0d\xe9\x5f\x17\xb8\xc2\x73\xc4\x6a\xb2\x00\x2d\x15\xda\x46\xe2\xdf\x72\x8a\x66\xe5\x35\x9a\xe3\x62\x85\x68\x4d\xe6\xa2\x2b\xed\xe1\xab\xd8\xa2\x0a\x43\x70\xa4\x04\xa1\x23\xf1\xe5\x9c\x70\x26\xaf\xac\xd0\x73\x6f\x08\x31\xf8\x36\x12\x2e\x34\xe5\x54\x7a\xba\x8a\x09\xe2\x2a\x9d\xa9\x3e\x21\xd0\xad\x37\x3d\xc7\xfd\x66\x1b\x62\x0f\xba\xdf\xb4\x11\x86\xb4\x74\x55\xed\x05\x48\x19\xb4\xb0\xe0\x95\xb9\xf0\xea\x31\x31\x3d\xd1\xca\x45\xeb\x79\x79\x45\x04\xfb\x7f\x0f\xca\xaf\xe1\xea\x11\xf7\x18\xc1\x77\x16\xe4\x94\x19\xff\xa1\xb5\x47\xa4\x2d\x93\xbe\x80\x30\x8f\x46\xe8\x73\xcc\xb7\x8d\x4e\xb9\xa0\x30\xe3\xc7\x72\x86\x95\x5b\x70\x66\x7b\x0a\x53\x86\xc8\x7c\x51\xaf\x42\x4e\xf7\x40\x33\x8b\x62\x3b\x39\xbd\x77\xd9\x6f\x5e\xb6\x13\xf0\x8d\xee\x14\x7c\x4e\x41\x71\xe7\x60\x98\x54\x09\x87\x67\xc2\x98\x4a\x55\xb5\x5c\xf0\xc9\xc1\x76\x5d\x92\x15\xba\x26\xe8\x1a\x73\x76\xbd\x44\x73\x7c\x49\x74\x17\x10\x19\xa5\x9e\x61\xc1\xdd\xe8\x1d\x4e\x57\x69\x0e\x89\xea\xab\x72\x79\x31\x83\x32\xb5\xce\x6b\xe1\xd9\xa1\x7b\x48\xf1\x52\x0f\xca\xd2\x8a\x90\x02\xc2\x2a\x80\xbd\x44\x82\x0e\x0a\x14\xea\xfc\x74\x5b\x39\xec\x15\xa9\x56\x88\x14\x99\x14\x33\xf8\xe5\x01\x7d\x10\xe0\x96\x15\xa7\x02\xf2\x80\x03\x92\xc4\x87\x84\xe4\x01\x19\xca\x09\x63\x22\x2c\xeb\x0e\x1c\xeb\x6b\x8e\xfa\x35\x24\xc8\xc7\xa2\xf3\x1d\x08\xe2\x69\xa6\xa2\x47\x81\xfb\x94\xfc\x63\x89\x73\x0f\x05\x78\x3f\x45\x59\x23\x56\x97\xe2\xee\xc4\xa9\x21\xae\xa3\x91\x32\x08\xe7\xd0\x86\x9d\x40\x33\xbc\x58\x10\x70\xc3\xe6\x4d\xaf\x68\x0a\x2b\x65\x18\x88\x9f\xf2\x8a\xbd\x00\x63\xfc\x4a\xf7\x02\x93\x2e\x2b\x39\x03\xc9\xcc\x2a\xd8\x0b\x74\xb1\x84\x29\xb1\xe0\xdd\x89\x87\x50\x16\x2a\x29\x29\x70\x27\x94\x42\x44\xd1\x2b\x07\xf3\x54\xf5\x50\x3e\xf4\xf1\x0f\xdc\xe1\x6b\xb2\xd8\x2f\x97\x45\x0d\x57\xd7\xce\x4b\x7b\x3f\xd4\x35\xad\xf7\x04\xa3\x19\xc1\xfc\xaa\xe1\x78\x49\xaf\x28\x84\xfc\x85\xdf\x75\x22\xc7\x22\xad\xc4\x5d\x70\xbe\x82\xbe\x45\x7f\xd7\x33\x9a\x13\xa3\x10\x72\x19\x8a\x84\xaa\xe8\x4f\xfc\x10\xc5\xc2\x42\x25\xbf\x88\x61\xbf\x7d\xbb\x77\x0f\x6f\xc5\x74\x9b\xbb\x70\x1f\x80\x5d\x26\xee\x60\xea\xc0\x89\xdc\xa4\x90\xc9\x50\x42\xb6\x9c\x1a\x16\x1b\x64\xe9\xa8\x6b\x6d\x7f\xfb\xf9\xc0\x51\xed\x58\x1d\xb6\xed\x7e\x2b\x29\xb1\xc4\x2c\x31\x4d\xb1\x55\x3f\x5a\x17\x1b\x65\xca\xf0\xe0\xbc\x5c\x16\x19\x1b\xa2\xeb\x0a\x2f\x10\x86\x78\x95\xf6\x84\xc2\xa6\x2e\x5e\x35\x61\x56\xcc\xa9\x39\xec\xab\x7d\x89\xaa\xe7\xed\xe7\x31\x27\x63\x55\x1a\xf4\xaa\x2b\x5b\xc0\xfc\xf1\x47\x1f\xcd\xb5\x9a\x2c\x54\x6a\x79\x2c\xa3\x84\x34\xd5\x10\xbe\x75\xb9\xc7\x9a\xdf\xa4\xb4\x30\x44\x56\x24\x64\xc7\x10\xf3\x41\x70\x7c\x21\x73\xa8\xcc\x7c\xfa\x54\x04\x16\x0f\x85\x21\xf4\xdb\xb2\x58\x32\x90\x79\x96\xc5\x65\x51\x5e\x17\x86\x83\xf4\xdd\xf8\x1c\x03\xf9\xb7\x24\xa7\x73\x2a\x8e\x6e\x6f\x88\x7a\xf1\x0b\x51\xad\x8a\x0f\x0f\x2e\xc6\x14\x3c\x80\x21\x4e\xe6\x20\xf9\x7b\x49\x8b\x7e\xac\xcf\xc1\x4b\x9f\x81\x96\x41\xfa\x1b\xa0\xe0\xad\xdc\xb7\x72\x6a\x5c\xbe\x67\x27\x66\x16\x2c\xe7\xfd\x6a\x77\xed\x5a\x48\x89\x9e\x06\xb7\xaf\x46\xbb\x4d\x53\xf4\x1f\x1d\xba\x4f\xd7\x63\xe5\x7d\xaf\x07\x95\xff\xd6\x9e\xb1\x74\x7c\x36\x13\x07\x1d\x54\xcc\x4e\xa8\x3f\x08\x39\x04\xde\x36\xca\x0e\xdb\xeb\x76\xfa\x68\x5b\xb8\xf2\xa4\x2a\x2b\x19\x1b\x2e\xd5\xd6\x63\xfc\x06\xe3\x32\x27\x87\x45\x4e\x59\x23\x04\x6c\x7b\x33\xbd\xfe\xb6\x78\x54\xc6\xd3\x66\x88\x3c\x76\xb0\x71\x6f\x75\x9e\x60\xdb\x40\xce\x36\xd8\x68\x32\x23\xab\xbc\x58\x76\x6a\x57\x21\x77\x61\x93\xd1\xa9\x34\x3a\x64\x47\x73\xcc\x37\xca\xeb\x64\x0b\xbd\x9a\x78\x31\xf2\x64\x44\x57\xdf\x32\xd1\x8a\x06\x36\x09\x8c\x70\x12\xb6\x3c\xd7\xfe\x2d\x2a\x3a\xa6\xd8\xea\x3d\xf5\x2e\xd0\x5a\x3b\x81\xfe\xc1\x05\x31\x1a\x15\xee\x55\x7b\x80\xb2\x5d\x7d\xbd\xc4\x4c\x86\xf8\x5d\x2f\x81\x2d\x40\x35\xf1\x7c\xb4\x9c\x2a\x1f\x68\xd1\x54\x0b\x8c\xd2\x1d\xa0\xf3\x3b\xb7\x87\x97\x75\x69\xfb\xc9\x84\x1d\x35\xe8\x00\xf6\x9a\x5e\x44\xd2\x9c\x82\x75\x2f\x6f\x3d\xf6\x99\x1f\x7f\x1c\x35\x88\x3b\xb3\x6f\xdf\x9a\x1e\x64\x3a\x0f\x1b\xd8\xcb\x29\x6a\x2a\x91\x69\xcf\xb2\xa9\x81\xcd\xb0\x2e\x35\x78\x83\x09\x8c\x48\x28\x7b\x4f\x2f\x66\xb5\x7c\x5f\x0b\x8a\xf5\xcb\x9b\xf5\xd0\x2d\x3e\xd8\xce\xbd\x98\xed\xe7\x25\x23\x22\xac\xe6\x64\x0d\x4f\x0b\x56\xb9\xb0\x59\x9d\xac\x2d\x8c\xb5\x1f\xeb\x92\x24\x31\x47\x2d\x6a\x7b\x23\x86\x16\xcf\xb8\x3a\xee\xe9\x7b\xca\x6a\xe9\xdb\x65\xbd\xa1\xc1\xaa\xd5\x2b\x1a\x1a\x5b\xf0\x90\xc4\xc8\x5e\xfa\x1b\x82\x2f\x65\xce\x9d\x70\xd6\x17\x78\x71\xb4\xc0\x29\x99\xac\x6d\xcb\x98\xac\xfc\x58\xd6\xef\xf1\x8a\x54\x61\x8b\xcc\x0d\x52\xfa\x13\xbd\x21\xd9\xc6\x5a\x93\xb5\x17\xdb\x34\x11\xe9\x4e\xde\x93\x69\xfd\x2e\x73\x5e\x0f\x6d\xec\x9a\xac\xed\xbf\xc2\x4a\x0a\xd5\x75\x3d\xf5\xc1\x83\xbc\x4d\xf2\xec\x5e\x5a\x5f\x8b\xa1\x89\x55\x5b\x1b\x28\x45\x91\xf8\xae\xe8\x54\x16\xc2\x6b\xc2\xd4\x11\x7f\x3b\x55\x8c\x45\xb9\xa9\x66\xbe\x3d\x14\x8b\x24\xae\xb8\xaf\xb1\xb1\xfb\xad\x22\x35\x02\xcb\x66\x88\xa2\xda\x74\x87\x59\xf6\xcf\x9d\xee\xf0\x90\xeb\x80\xee\x3b\x3d\xe1\xdf\x42\x32\x11\xa8\x75\xfa\x64\x7f\x46\xae\xaa\xb2\x00\x19\xf9\x89\x34\xdb\x82\xbc\x21\xf2\xa0\xa3\xc8\xdd\xfd\x2b\x67\xc8\x39\x53\x23\xee\x65\x5a\x20\x6c\xc2\xd1\xfa\x4b\x6c\x84\xe6\xa3\xdd\xd2\xbe\xb2\x45\x99\xd9\x51\x70\x78\xf7\x6c\xef\x28\xab\x87\xd2\xf0\xde\xb2\xb0\x77\x94\xcd\xa1\xe3\xe5\xfd\xad\x11\x15\x7d\x87\x00\x0c\xca\x76\xc2\xc6\xd2\xc0\x58\x89\xc3\x30\x34\x54\x0a\xcc\x94\x64\x35\xc7\x44\xc9\x32\xf6\x9b\x95\xcc\x3d\x7e\xca\xa6\x6f\x27\x86\xf8\xc6\x95\xdf\x7c\x73\xba\xd3\x61\x00\x5c\xf3\x43\x45\x96\x26\xeb\x30\x1a\x71\x72\x45\xaa\x9a\xa6\x38\x0f\xec\x0d\x6d\xcb\xb1\x3b\x1b\x85\x01\x20\x63\x76\x88\xcd\x16\x86\x8f\x61\x2c\xe8\xfa\x8a\xb5\xda\xea\x01\x2a\x31\x8d\xd9\x93\xb5\x85\x5b\x4d\xe6\x5c\x6b\x1b\x3f\xe3\x76\x34\xbc\xc4\x31\x1a\x35\x01\x9e\x77\x0d\x59\x6a\x30\x10\xb1\x28\x12\x1c\x8b\x72\x2a\x95\xc5\x0d\xf4\x48\x9e\x9d\xef\xce\x4e\xab\xf1\xf8\xae\x06\x67\x15\x3e\x86\x87\x91\xb3\x7d\xff\x58\x92\x25\x19\xa3\x35\xa2\x5c\x08\x95\x91\x1d\x90\x94\xd8\xac\x21\x4f\xce\xa0\x83\xb5\x2a\xe2\x7f\x5b\xdc\xa3\xa0\x4d\x24\xe3\xcb\xf5\xdb\x39\x86\x0d\xf2\xd9\x60\xbe\xa8\x57\xff\x3f\x1f\x5a\xbe\x9a\x80\xc1\x88\x1d\xfe\x49\xbf\x3e\xfc\x5c\x95\xcb\x05\x9a\x88\x89\x26\xd4\x49\x4a\x70\x62\xef\xbc\x6b\x69\x74\xc1\x9b\x9d\x3e\x41\x97\x64\x35\x59\xab\xb6\xb7\x21\x92\xea\x22\xcf\xaa\x08\x21\x55\x14\x1c\x13\x85\x1d\x4e\xfe\x82\x33\xf3\xc7\x18\x59\x2d\xad\x37\x33\x1b\x46\x1c\x28\x49\x92\xd8\x9f\x86\x28\x49\x12\xb5\x60\x63\x0b\x30\x1a\xa1\x9f\xf2\x25\x9b\x49\x34\xe3\xb2\x9c\x01\xc2\x3f\x24\x08\x63\xdb\xe2\x07\xf5\x02\xc9\xf8\xb3\x1c\x50\x88\xe0\x07\x45\x5d\xea\x5d\xe0\x3d\x74\x8a\x3d\x66\xf4\x63\xcf\xcc\xa2\xf7\x31\x23\x48\x28\xeb\x6c\xb0\xc0\x46\xcb\x69\x52\x7e\x54\x7a\x0c\xf4\xb0\x2a\xf8\xab\xa5\x75\x97\x0d\x44\xbc\xef\x65\x41\xff\xb1\x24\xe8\xe0\x2d\xe8\x5b\xa5\xee\x51\xbe\xf1\xc8\xee\x0e\xde\xda\xed\x16\x1c\x44\xb2\x1e\xd8\x11\x40\x25\x6f\x7e\x52\x15\x18\xb4\x93\x1a\x4d\xab\xa1\x7c\x33\x90\x31\x1d\x38\x68\x5a\x56\xd5\xb2\x20\x19\x43\x29\x18\x11\xee\xfc\x70\x9e\x26\xff\x18\xbb\xa6\x75\x3a\x13\xbb\xa2\x95\x9c\xae\x31\x08\x5f\x51\x5b\x54\x76\xa9\x3b\x1d\xdb\x83\x5b\x98\x69\x39\x0b\x80\x1f\x81\x3e\x92\x8e\x2d\x1a\x8a\x7b\xee\xa1\x1f\x61\x09\xc9\xa5\x13\x37\xcd\xed\x1f\xde\xfd\x6c\x12\xd4\xe7\x54\x06\xd0\x9c\x57\x90\xa8\x15\x9a\x19\xf2\xaa\x83\xad\x41\xac\x5f\xe1\xe7\xe3\x94\x40\x58\xf8\x97\x77\x01\x8b\xc4\x02\x07\x2e\x52\x17\x2f\x40\xb1\x69\x11\xdd\x17\x70\x2f\xd0\x37\xaf\x4d\xba\x73\x37\xee\xe8\xc3\x26\x2b\xfa\xbb\xf5\xa9\xc7\x68\x84\x40\x09\x65\x1e\xcb\x94\x99\x8e\x18\x1a\x09\x0a\xa2\xf2\xa9\xf1\xc5\x50\x92\x21\x5c\xac\x6a\x3a\x27\x08\x4b\xaa\x80\xca\x4a\x9d\x3f\x78\x6e\x2b\x52\xa1\xb5\x55\x7a\x77\xe9\x7a\x27\x35\xc5\xd3\xb2\x7a\x87\xd3\x59\xff\x1e\x54\xa9\x8d\xce\xf5\x2d\x50\x68\xf9\xde\x31\x9a\xfb\xc4\x4f\x67\x45\xe6\x58\xc4\xe0\x15\x44\x17\x56\xcc\x65\x7e\x9b\x5e\x8b\x26\x77\x3c\x50\x46\xc3\x67\x77\x15\xe8\xf5\x02\x36\x42\x5e\xeb\x71\x70\x6c\xd2\x4a\x6e\xa2\x25\xf7\x39\x32\xb6\x41\x82\x94\x4c\x8e\xc8\x02\x57\xb8\x2e\x2b\x18\xc8\x60\xd4\x3d\x08\x55\xa4\x77\x51\xc7\xeb\x3a\x3c\x10\x91\x96\x62\x40\xa7\xe5\x6d\x14\xd8\xb1\x65\x74\x04\xb6\xc7\x8d\x49\x7b\xab\x4b\xb2\x02\xae\x89\x77\xe4\x68\x33\x99\x1a\x43\xfb\x9a\xc9\x5a\x89\x10\x19\x8d\xc5\x60\xc8\xb7\xcb\xbd\xf8\x45\x54\x1c\x6f\xac\x68\x69\xef\x60\x5a\x5b\xe0\xbd\x17\x68\xa3\x6d\xe6\x49\x4f\x4f\x31\x50\x97\x64\xe5\x18\x68\x87\xf3\xd7\xe2\x6d\x60\xdb\xa1\xb4\xdc\xbe\x89\x59\xb0\xad\x9b\x40\xdd\xc0\xf1\x1e\xca\xd8\xa1\x1e\x5d\x93\x9f\x5b\x0c\x7c\xd7\x7c\x6d\x43\x7e\xaf\x45\xf7\x48\x30\x13\x0d\x1b\xa4\x80\xd7\xb2\x4f\x1c\xbb\xc5\xea\x7e\x71\x9a\xb4\xec\x98\x69\xd2\x2a\x30\x2b\x5f\xb3\xf8\xde\x78\xf3\xbe\x8d\x39\xd6\x59\x47\xc2\xbf\x0f\x24\xe8\x3b\x98\xca\xbb\x1b\xa9\xb7\xa1\xd3\x5e\x06\x02\x8c\x1a\xae\xd3\xae\x3e\xa6\x99\x37\x65\x1c\xea\xea\x85\x10\x4d\x54\xd7\x82\x58\x6a\xdb\x05\x63\xcd\x15\xfa\xf8\xb6\xd9\x81\xeb\x5e\x02\x63\x70\x7d\xe5\x48\xcb\x64\x7e\xa3\x42\x96\x66\xb3\x99\xe8\x1c\x33\x92\xe9\xfc\xa8\x90\xff\x13\x8c\xc2\xec\x28\xca\x23\xf7\xfd\x5a\xae\xaa\x26\xf3\x26\xda\x32\x1a\xa1\x45\x45\x32\x9a\x42\xf0\x0a\xe0\x44\xef\x86\xd4\x1e\x3a\x7b\x10\x7c\xfa\x54\x8c\x66\x9c\xb9\x55\xc8\x0b\x77\xe0\xf3\xb2\x9e\x19\x4b\x2d\xce\xdb\x87\x9e\xd8\xad\xf3\x50\x23\xbe\x36\xf9\x1f\x1b\x27\xe5\x0e\x6d\x0c\x81\x8b\x7c\x75\xc7\xd1\xac\x21\xba\xac\x52\x97\xdf\x61\xa8\x70\x35\xad\xd5\x83\x40\x6a\xe0\x94\x65\x13\x35\xbb\xd8\xd2\xa1\xc0\xb2\xbe\xdf\xa3\x96\x37\x52\xcb\xf3\x96\xcd\xcf\x36\xa5\x9f\x8b\x97\x5b\x31\xb4\xdb\x5f\xc1\x54\xfc\x65\xcb\x4e\xd2\x35\x8b\xb5\x1e\x2f\xec\x6c\x66\xa6\x7f\x5f\xe1\xa6\x44\x20\x38\xdd\x96\x82\x00\x88\xb2\x12\x8e\xec\xb7\x08\xf0\x45\x16\xba\xc3\x68\xc3\x98\xb3\xb2\x83\x63\xce\xc3\x86\x72\x35\x6d\xaa\x61\xdd\x08\x0e\x31\x70\x54\xa1\x9e\x1b\xe6\x01\x54\xa4\xe9\xa5\x60\x96\xac\xaa\x6d\x86\xab\x90\xe6\x6a\xf4\x77\x76\xb3\x5d\x94\xdb\xe7\xb4\xc8\xec\x11\xc0\x45\xf3\x1d\x67\xf4\xdd\x61\xcc\xf7\x84\x37\x01\x84\x1a\xa2\xc7\x1d\xf6\x3d\xc1\x57\xc4\x0c\x0b\xdf\xf8\xd8\xf0\xfd\xfb\x0d\xfb\xa1\xb4\x47\xd5\x8b\xe5\x9f\xdb\x06\x95\xbc\x97\x90\x80\x6c\xe5\x2b\xe8\xac\x14\xc9\x9a\xac\x3d\xca\xd6\xea\xe4\xad\x15\xaf\x12\x4f\x62\x9a\x5b\xa0\x16\x93\xb5\xef\xb7\x0a\xa3\x2e\x4a\x46\x0b\x66\x9e\x9b\x9c\x28\x23\xca\xfd\xe3\xa0\x38\x22\xb5\x7d\xd3\xf9\xbd\x30\x52\xf3\x86\xd1\x4e\xc4\x72\x8f\x08\xa4\x4f\x6d\x0d\x06\x70\x27\x9e\xc5\x39\xc3\xf1\x27\x4a\x49\x46\x1e\xf1\x80\x6f\x3c\x93\xca\x76\xbd\xcb\x89\x03\x5b\x15\x20\x7f\x93\xb5\xe3\xaf\xd3\x73\xf0\xa1\xe7\x5f\x75\x0e\xb1\xb4\xcf\x9f\x71\xf0\xdc\x70\xfe\x62\x3d\xc0\x91\x31\x3d\x6c\x38\x4a\xb1\x1e\x44\xd8\xd3\x6e\xa7\xc2\x69\xcf\xcf\xc5\x18\xf5\xa4\xdd\xb2\x9f\xe9\xb6\xef\xb9\x2c\xf7\x0c\x99\xed\x8d\xad\xfd\x1b\x46\xab\x59\xc4\xb6\x37\x46\x2e\xb5\x75\xd3\xd3\x82\xa9\x57\xb1\x72\x72\xe7\x5a\xbb\x95\x5b\x87\xac\x26\x37\xf5\xe6\xf3\x75\x6f\x1a\x63\x85\xbe\x30\x78\x64\xb4\x04\x50\xd0\x46\x67\x3a\x5c\x0c\xd2\x05\xc4\xa7\x35\x11\x33\x83\x28\x37\xe1\x9d\xff\x4f\x36\x9d\x78\x10\x25\x91\x64\xe2\x0e\x84\xa4\x0b\x09\x1c\x6d\x7a\x7a\x96\x61\xa0\xd5\x5b\x0f\xea\xd3\x84\x24\x60\x5d\x36\xa2\x69\x59\x20\x5a\x30\x9a\x81\x03\xc1\x39\xd0\x9b\xc0\x51\x24\x10\x6a\xee\x28\x23\x29\x11\x7d\xa3\x73\x79\xe6\xf4\x77\xcc\x11\x71\xd7\x42\x4a\xe9\x36\xde\xb8\x4e\x91\xf4\x5f\xbc\xdb\x4d\xcb\x0a\x6c\x6a\x84\x19\x3a\xac\xbb\x61\x55\x1a\xeb\xee\xad\xa0\x7a\x04\x91\x5e\x25\xf7\xe8\x7c\x59\x34\xe9\xdb\x9c\xf0\x79\xda\xc5\x91\xed\x8d\x1b\xb2\x5c\x86\x8f\x57\xc6\x19\x5c\x3f\xf6\x46\xbc\xc1\x47\x23\xf1\xd2\x2f\x4c\xcc\xb5\x23\x4d\x8a\x0b\x15\xc6\x19\x61\x54\x91\x69\x5e\x5e\x27\xe8\x83\xc8\x7c\x0a\xde\x8a\xd7\x98\xd6\x68\x59\xd4\x34\xe7\x52\x61\x45\xa4\xfb\x22\x56\x31\xab\xad\x01\xa6\x10\xda\x9a\x77\x49\xe7\x8b\xaa\xbc\x22\x68\x41\xaa\x29\x62\xf4\xa2\xa0\x53\x9a\xe2\xa2\xce\x57\xda\xd7\x4c\xa9\xcc\x62\x11\xb0\xfb\x03\x2f\x37\x4b\x90\xa1\x47\xca\xdc\x51\xff\x45\xa7\x92\xe7\x99\xba\x19\x50\xc8\xcb\x73\x22\x7e\xa4\x95\x65\x18\xf3\xd0\xa4\x34\x91\x94\xca\x9b\xe3\x86\xf2\x93\x9d\xb3\xa0\x8a\x2d\x34\x28\xdb\xf1\xb0\x99\x6f\x48\x2e\x7e\x06\x7e\x4c\x0d\xc7\x6f\x6a\x0c\xef\xbc\xfe\xb9\xb0\xd3\x54\xf7\x07\x5b\xc9\x05\xa9\x65\x95\x37\xab\x83\xac\xff\xf5\x87\xb5\x7a\x86\xb9\x85\xa0\xa9\x3f\xac\xc3\xd9\xdc\x7e\x75\x9f\x12\x04\x0c\x95\x17\x56\x18\xe8\xa3\x61\x1f\x44\x74\x02\x39\xba\xef\xc4\xa5\x7e\xbc\xd7\xd1\xa6\x9d\x71\x82\xb2\xca\x96\x91\x44\x3b\x1b\xe6\xe2\x3d\x91\x58\x63\x47\x12\xe5\x38\xbe\xe1\xc2\x1a\x1c\xc2\x6d\x06\xa1\xb8\xb4\x0b\x5d\x53\xf9\xd6\x64\xa2\x1d\xaf\xd9\x56\x22\xac\xb0\x78\x89\xef\xdb\x1e\x8b\xca\x10\x09\x06\x16\xed\x6b\x18\x5b\x41\x94\x4a\x69\xbe\xb1\x8d\xe6\xf6\xdd\xf8\x0d\x82\xe5\x8b\xf9\x6e\xc1\xe9\xe6\x54\x6c\x10\x5e\x3a\x9d\xfb\x88\x3c\xe2\x03\xd8\x1d\xa6\x2a\x1e\xc5\x22\x6a\x9e\xaf\xb9\x80\x2d\xdf\x9b\xbd\x41\x88\x0f\xfd\xda\x21\xeb\x42\x9a\x97\x4c\x78\xdd\xc9\x6d\x10\x71\xa0\xe1\x29\x9a\x16\xae\x8b\x2e\xa4\xb5\xb3\x3b\x69\x09\xb4\xd1\x14\xe8\x17\xb9\xd1\x36\x22\x51\x96\xfd\xfb\x17\x3e\x3f\x43\xc2\xf2\x4e\xa4\x3a\x85\xb8\xff\x95\x33\x6b\xe9\xfd\xa5\xbc\xbe\x88\xc8\x34\x20\xbc\xf3\x64\xdc\x5f\x68\x03\xfe\xe4\xfc\xb6\x10\x89\x03\x30\x64\xcf\xae\x45\xe2\x5c\x9c\x42\x49\xb6\x04\x0f\x03\xe1\xe7\x25\x9a\xfa\x57\xbb\x9c\x4c\xd4\x3a\xc3\xb2\x72\x77\xa2\x2e\xab\x90\xb6\xb1\x80\xbb\x8d\x01\x21\xee\x12\xaf\xd7\x10\x87\xd8\x08\xa1\xc5\xb2\x4f\x5e\x22\x73\x76\x43\xe9\x7a\x01\xb0\xe3\xa3\x5c\xd3\x22\x2b\xaf\x39\x56\xa8\x69\x7b\xd7\x63\x74\x18\x8b\xf6\xe9\x37\x58\x2f\x1f\x48\x23\x4f\xe2\x0a\x6c\xf2\xbc\xe3\x62\x35\x44\xe4\xaa\xe1\x64\xfa\xc7\x32\xe0\x4d\x84\xef\xe9\xc1\x45\x51\x56\xc4\xb4\x8d\xf8\x29\xc4\xc3\x86\x4a\xa2\xa5\x58\x55\x44\xae\x14\x99\x96\x2e\xdd\x98\xd9\x77\x9b\x0a\x53\x60\xb7\x72\xe8\x79\x18\x80\xc0\x11\x11\x1f\xb2\xe6\x07\x4d\x58\xf8\x61\xb8\xc1\x97\xe5\x56\xb6\x1f\x86\x6f\xdf\x50\x26\xef\xf0\x44\x04\x9d\xd3\x63\x4f\x26\xee\x6c\x36\x82\xfc\x2e\x60\x73\x45\x73\x73\x3d\xdc\x0d\x74\x31\x6e\xf6\xde\x18\xa3\x48\x1c\xa7\x50\x07\xef\x9e\x3f\x97\xe1\x95\x06\x68\x4e\xea\x59\x99\x71\xaa\xc5\x39\xb3\x05\xae\x20\x91\x93\xf6\x40\x05\x0f\xca\x72\xc1\x05\x2b\xc9\x79\x24\xba\x1f\xb8\x94\x71\x91\xa1\x83\x77\x88\xdc\x2c\x38\x89\xc7\x88\x91\x5a\x44\xf2\xeb\x0f\x8c\xe3\x36\xa7\x89\x5a\xca\x47\x19\xbd\x02\xe7\xd2\x5a\xf7\xa4\xbd\xc6\x17\xf8\x82\x48\xa2\x79\xbe\xac\x45\x46\x5f\xf0\x19\x95\x93\x81\x2a\xe0\x42\xe0\xcf\x66\xe4\x83\x6a\x56\xb2\x3a\xc2\xca\xf2\x0a\x91\x1a\x4a\xb7\x90\xe8\xf9\xbb\xd7\x64\xb5\x72\x6f\xb6\x4e\x5d\xb8\x29\x4f\x51\x8a\xc1\x04\x80\xf8\x97\xe4\x33\x54\x94\xdb\xe5\xc2\xb2\x3c\x6a\x0d\xe0\x12\x8e\x1c\x70\x65\xb7\x6d\x9c\x4b\x13\x0e\x99\x28\x4b\x2e\xf7\xd1\x70\xb2\xb6\xc2\x73\xd9\x70\x1c\x54\x30\xb3\xe8\x45\xe6\xdd\xee\xee\x85\xae\x2e\xf1\x08\x3d\xb6\x43\x26\xf2\x9e\xcd\xb1\x02\x91\xae\x23\x7f\x24\xfc\x36\x75\x20\x03\xfd\x52\x94\x95\x80\x76\x90\x9f\x86\x64\xe0\xb3\x2d\x24\xbf\xbc\xbc\xa0\x69\x62\x13\xb5\x4d\x01\x93\x91\xce\x77\x1c\xb0\x5f\xcd\x41\x94\x2c\x3e\x58\x00\xc4\x95\x5a\xdf\x8a\xe9\xa5\x22\xa6\x0d\x80\x40\x71\x1d\x24\x9e\x7a\x4b\x71\x30\x94\x41\x4e\x77\x23\x20\x35\x50\x3b\x6f\x57\xbc\xcc\x09\xb6\xc1\x4e\x10\xce\x9e\x4f\xc7\xe7\xc8\xed\xb2\x3e\xb9\xda\xc4\x5a\x7b\xfe\xee\xee\xfe\xfe\x4d\x26\x55\x7a\xc4\x2d\x66\x70\x72\x4d\xba\x26\xc1\xd0\x7d\xdf\x6d\x1e\x8d\xd0\x31\xe7\x25\x8b\x52\x24\x4f\xbf\x26\x22\x31\xb9\x98\x8f\x54\x49\xb4\xe7\x06\x53\x09\xc5\x8c\x1f\xff\x11\x81\x37\xea\xb9\x70\x1c\x57\x67\xfd\x17\x60\x67\xc1\xc0\x1e\x48\x71\x45\x30\x2b\x0b\x5a\x5c\x24\xf6\x0d\xdb\x90\x58\xcc\x5a\xb0\xfe\x26\xb7\xb0\x01\x01\x64\x27\x4d\x38\x20\x8b\x2d\x34\x90\x82\xf1\x55\xa2\x53\x04\xc2\x06\x78\xa2\x8a\x03\xc6\x30\x5f\x8a\x1d\xd4\xad\x31\x3b\x5b\x53\x5e\xe3\xcd\x3a\x13\x65\x59\xb6\xd7\xa1\xee\xc9\xce\x19\x24\x01\x76\x63\xd9\x09\xcf\x4e\xf6\x0e\x42\x04\xef\x97\x79\x8e\x17\x9c\x6c\x66\x74\x4a\xc1\xdd\x93\x5c\x25\x38\xe7\x3b\xc0\xa9\x2b\xb9\x4a\xf8\x5e\x9b\x9c\xb8\xca\x52\x42\xe4\xa8\x08\xf3\x56\xd8\xd6\x0c\xf7\x8b\x6f\xa3\x4c\xd4\xc8\x55\x72\x3d\xa3\xe9\xcc\xb7\x4e\xfb\x1b\x59\xed\x97\x19\x61\x09\x81\xa7\x8c\x88\x0c\xd9\x1c\x09\x71\xcb\x0b\x43\xee\x89\x67\xca\xc8\xb2\x61\x3c\x96\xe2\x05\x19\x7b\x02\x68\x40\x17\x23\x38\xe2\x38\xb2\x77\x9a\xa8\x2f\x47\xde\x61\x9a\xcb\x85\x37\xc5\xf6\x1d\x8f\xa8\xd7\xa2\x4b\xea\x78\x45\x9a\x1f\xdf\x62\xd5\x03\x42\x1c\x48\xf6\x34\x3a\x89\xf6\x4d\x93\x02\xfb\x0b\x57\xf6\xb6\xd2\xad\x87\xa4\xd3\xeb\x56\x87\x11\x51\x54\xc7\x44\xc2\x21\x57\x43\xb4\xfd\x7c\x18\xc4\xe5\xf1\x3f\x35\xe4\x73\x6a\xdf\x3c\x4e\x46\x1f\xb2\x7d\xe4\x2a\x61\x75\xb9\xf8\x54\x95\x0b\x7c\x01\x87\xca\x53\x92\x91\xab\x64\x21\xc8\x9a\xb4\x47\x6f\xca\x87\x0f\x0c\xea\x06\x62\xf1\xf4\x29\xd2\xf8\xef\x06\x9e\xfa\xef\xb6\x61\xc1\x7e\xfd\xf8\x38\xfb\x35\x2b\xe7\x01\x45\xe8\x04\x86\xcd\xf3\xdd\x79\x8c\xf9\x91\x22\xfb\x1e\xd3\xe3\xf8\x1f\x6a\xc2\x9d\x28\xa4\x0f\x9f\x3b\x5b\xe0\xd4\x06\x2e\xbf\x51\x20\x63\xa9\x50\x8b\x41\xd4\x3c\x3f\xb6\x78\x73\xdf\x4d\xf6\xc1\x31\xb6\xb7\x39\x54\x91\x05\xa6\xd6\xa3\xd6\x7c\xcc\x3a\xf0\x9a\x5f\x16\xff\x57\x72\x9a\x92\xe5\x71\x59\x41\xdd\x7b\xc0\x22\x5a\x8c\x59\x67\xa6\x23\xc6\x03\x7e\x59\xb4\x70\x80\xce\x30\x0f\xe4\xff\xd0\x3f\x85\xeb\xf1\x4f\xc5\xe3\x73\x3d\xe1\x49\x31\x51\xa8\xcd\xbe\x3d\x7d\x8a\xa2\x7c\xc2\x1d\xb8\x84\xdb\x4d\x67\xb1\xe5\x88\x35\x1d\xb0\x50\x97\xfe\x59\x46\xc1\xab\xad\x6c\xc8\x97\x64\xa5\x95\xea\x82\xa6\x50\x26\x84\x9c\x0f\x38\x45\x81\xa0\xc3\x3f\xea\x44\xc8\xa2\x5b\x3f\x87\xae\x2d\x93\x34\x9f\x5b\xeb\xd0\x7a\x4a\x8e\x87\x86\x83\x54\x78\x03\x2a\x45\x8d\x2c\x7c\x49\x82\x8b\xe7\x2b\x86\x18\x1d\x7c\x8e\xbd\x78\x74\xc5\x5f\x89\xf5\x42\x32\x27\xc5\x12\x95\x22\xea\xdc\x72\x21\xde\x4f\xe8\x14\xbd\x7e\xff\x5e\x45\x48\x9b\x96\x79\x5e\x5e\x83\x84\x58\x11\x00\xef\x58\x76\xb4\x8d\x3e\xb8\xe9\xa6\x85\xe5\xc0\x35\x16\x40\x0e\x04\x48\xdd\xec\x78\x46\x78\x8d\x11\x14\x3b\xed\x3e\x1e\x1e\xcb\x01\x45\x4a\x63\x56\xce\x89\xc8\x35\x00\xf5\xfa\x6c\x99\xce\x10\x66\xd0\x60\xb4\x5c\x20\x5c\x55\xe5\x35\xaa\x4b\xd9\x35\x42\x22\x25\xca\x28\x95\x3c\x8c\x5e\xa3\x19\xfc\x57\xd2\x93\x0f\x24\x65\x81\x30\xe2\x9b\xde\x2f\x2b\x44\x0f\x8f\x64\x1d\x59\x53\x65\x1e\x3f\x27\x29\x5e\x32\xc2\x6b\xff\x0a\xef\x00\x22\x15\xa0\x14\x9a\xf3\x1a\xf1\x3b\x93\x49\x3d\x88\xf4\x93\xc2\x8b\x45\x4e\xc5\xf6\x09\x08\x9f\x63\xd0\x99\x30\x3a\xa7\x39\x96\xd1\x10\x9f\xc1\x36\x08\xd1\x7b\x05\x7a\x12\x61\x77\x72\x53\x43\x1b\x96\x70\x38\x89\xd7\x7e\xf0\x37\x54\xad\xd1\x39\x99\xe1\x2b\x5a\x56\x7c\x4a\x1f\x70\xca\xa2\xb8\x1a\x23\xb4\xf7\xc1\x58\x41\x94\x2f\xc9\xea\x13\x5f\xf3\x81\x39\x01\xaf\x73\x91\xda\xbe\x5d\x9c\xd7\x2f\x44\xa1\x3c\x8f\x3a\xe8\x02\xec\xa7\x1a\xa5\x20\xdc\x6a\x9c\x0c\x67\x54\xfb\x94\x7d\xc0\x69\x1f\x38\x55\xca\x0e\x0e\x8f\xfa\x83\x26\xc5\xb9\x15\x2e\x60\xd3\x4d\xdc\x7c\x0d\xe7\x44\x6b\x87\x8f\x4b\xd0\x5a\xbd\xfc\xbf\x48\xe7\x82\x1e\x43\xa1\xf0\xcf\xba\x33\x1f\x26\x12\xdf\xe5\x46\x8b\x18\x31\x6c\x7c\x0a\x10\x3f\x2e\xaa\x08\xcb\x8f\xf7\x98\xd5\x3a\xc8\x47\xa4\x93\x61\x4c\x09\xcf\xf7\x72\x7f\x46\xf3\xcc\x7b\xc6\x1a\x02\x89\xde\x6c\x32\x11\x32\x04\xa3\x11\x24\x98\xb5\x22\xe8\x70\xec\x63\x75\x55\x5e\x12\xa6\x22\xd7\x9e\x83\x75\x51\x4a\x72\x95\x5d\x99\x93\xbb\xdf\xf9\xe1\xa3\x4c\x3b\x4b\xda\xd1\xac\x81\x8c\x62\x7e\x68\xc4\x9b\xcb\x79\x99\xad\xd4\x03\xcb\xb4\x2a\xe7\xc2\xf4\x51\x85\xdd\xac\x67\x4b\xc6\x59\xd2\x39\x35\xb1\x51\x95\x89\x5b\xd2\x41\x36\x6b\x16\x8b\xdc\x92\x05\xbe\x20\x5f\x16\x2d\x85\x6f\x5d\x09\xfd\xce\xe2\xfc\xd6\x66\x99\x7a\x23\xb6\xc4\x70\xe5\x27\x5a\xdd\x03\x59\xc0\xa9\xbd\x1b\xb6\x74\x97\x39\x7d\x3d\xd9\x1d\x0e\x50\x7b\xcf\x35\x3e\xbf\x5f\xb7\x9a\xbd\xbc\x8f\x34\xe8\x42\xdb\x96\x00\x9d\x02\xef\xf5\xeb\x31\x98\xd8\xf0\x4a\xda\x2c\x1a\x36\x5f\x48\xf7\x93\xbf\x0c\x1c\x22\x12\x40\xdb\xfb\x50\xe7\xed\xb9\xbf\xac\xac\xcd\x9e\x1a\x1f\xb3\x5b\x05\xe5\x40\x5a\x84\xfe\x9a\xa4\x45\x61\x9b\xff\xc8\xaf\x05\x6e\x62\xdc\x78\xee\xdb\xbb\x24\x44\x05\x0a\xa3\xab\x72\xb6\xc7\xde\x5d\x2b\x87\x90\xa3\x40\x6b\x94\x21\x9b\x24\xc8\xd0\xac\x4e\xcd\x09\x3a\x27\xd9\x9b\x95\xda\x1b\xc1\xa8\x71\x82\x5f\x11\x46\xea\x0d\x3b\xaa\xd3\xb8\xb5\xbc\xd2\xc6\x46\xd1\x26\x35\x91\xbe\x15\x91\xbc\xe7\xdb\xec\xbd\xc1\xef\xbd\xf6\x3b\xc8\xd4\x90\xc7\xc9\x29\x76\x70\x4d\x53\x5f\x79\x8a\x45\xba\xf1\x4f\x34\xbd\x7c\xe5\xe6\x1c\x1f\xa2\x9e\x7a\x25\xed\xed\xa2\x6f\x9b\xaa\xa0\x6f\xa8\x27\x36\xb7\xb7\x0b\xd1\x63\xcc\x13\xab\xd0\xc8\xbe\x0c\xd6\xb0\x01\x99\x10\xea\x8b\x47\x5f\xcc\xee\x32\xf8\x20\x31\xfa\x1d\xdb\x36\xd4\x7a\x34\x70\xd1\x14\x06\x69\xca\xf3\x20\xe5\xa8\x37\x52\x44\x83\xa0\xe2\x7a\xc3\x20\xc0\x04\x67\x4b\x14\x47\x49\xb2\x21\xe7\xc1\x67\xf8\x8a\xff\x27\xe3\xc2\x5a\x45\x16\x04\xc2\x9a\xab\xc7\x76\x08\xfa\x50\x5e\xd9\x09\xed\x12\x5b\x20\x9c\x91\x7c\x41\x2a\x65\xc7\x22\xf9\x1a\x2c\x8d\x45\x78\x6f\x35\x18\x79\x36\xa8\x0f\xd4\xd4\xc6\x48\x18\x90\x29\x59\xcb\xc9\x1d\x81\x1c\xe3\x32\x2e\x5f\xac\x0d\x5e\x36\x85\xc1\x7f\x58\x26\x14\x0b\x68\x0d\x61\x55\x21\xd2\x3e\x97\x74\x05\xac\xac\x9e\xd0\x75\x59\x5d\x8a\x10\xd3\x08\xd7\xe8\x79\xb2\x93\xec\x9c\x06\x6a\x43\xd0\x4a\xc4\xac\x01\xad\x13\x67\x66\xd1\x10\x88\x33\xb3\x8b\x1b\x23\x67\x68\xcf\x84\x7b\x05\xf4\x55\x20\x91\x71\xee\x74\x06\x63\x77\x0b\x62\x31\x67\xa1\xc5\x77\xf4\xae\x15\x5e\x1a\x2d\x21\x63\xdf\xeb\x09\xa8\x90\xb1\xe6\xcb\x86\x90\xb1\x12\xc0\xb9\x0c\xd9\x66\x9c\xe6\xa0\x07\x73\xe6\xdb\x5c\x51\x72\xcf\xcd\xd0\xf2\xae\x13\xb1\xdf\x1c\x45\x60\x4b\x72\x55\xe5\x6a\x64\x01\x34\xea\x74\x17\xf8\xdb\xd9\x4e\x84\xee\x6c\x5e\x8d\x60\x21\x96\x5f\xa0\x89\x52\xb1\x51\x95\xa8\xa3\x49\xab\xec\x1d\x04\x6c\x73\x41\x63\x03\xe6\x66\x9c\x2d\x94\x6d\x0f\x55\x5e\xcc\xa1\xba\xec\x05\x95\x34\xe2\x53\x5d\x5e\x5c\x08\xf7\x70\x94\xf2\x6b\xad\x59\x79\xe3\x90\xde\x06\xc5\xcc\x7a\x43\x46\x7d\x93\x46\x83\xf7\xa5\xf8\x48\xaf\x41\xc4\xad\x66\xab\xe1\x0e\x7e\xfa\x34\xda\x95\xf6\x85\xe7\xbc\x88\x9a\x91\x52\xbb\xdc\x9e\x16\x4f\x86\x4f\xe8\x7c\x51\x56\x35\x7a\xc6\x31\x18\xae\x67\x21\xfe\xf5\x40\xfe\xeb\xbd\x3c\x2d\x64\x85\x35\x22\x37\x35\xe1\x22\x93\x4a\x5a\x77\x2b\x6b\x26\x23\xaf\xa4\x07\x5b\x27\x36\xee\x19\xfa\x99\x14\xa4\xc2\x35\x61\x08\x1b\x5b\xc0\xba\xe4\x30\xc7\x75\x2d\x72\xf4\xd7\x25\xc2\x72\x74\x9d\xf0\x6b\x88\x84\x4a\x35\xc5\x85\x10\x6f\x73\xe1\xd1\xf1\x4c\x04\x7b\xaf\x08\xdc\x02\x40\x2d\xea\x12\x7d\x7e\xfd\x53\x82\x0e\x8a\xed\x69\x0e\x91\x1b\x30\x5b\x15\x29\xb4\x61\x3a\x20\x12\x5e\xd6\xa5\x91\x92\xa5\x2e\xda\xce\x2f\xf6\x0c\xb2\x80\x15\xf3\x72\x59\x80\xe4\x7b\x4e\xa6\xa5\x34\xf1\x96\xfd\x95\x19\x08\xd4\xe4\x86\xa4\x4b\xb8\xb7\x24\xeb\x0c\xb5\x97\x17\x4c\x66\x96\x49\x85\xf1\xfa\x33\x84\xd3\x94\x30\x06\x39\x40\x68\x71\x21\xd2\x7e\xd0\xc2\x1d\x58\xa6\x21\x3b\x27\xbc\x13\x39\xba\x90\xd5\x39\xf6\x91\x1b\x80\xbe\xe4\x3b\xf0\x94\x7c\x8e\xf9\x05\x71\xb2\xaa\x3b\x54\x6c\x96\xde\x0f\xf0\x40\x48\xcf\xc7\x48\xd1\xa6\x88\x9b\x01\xbf\xcf\x84\x75\xac\xb4\xa5\x66\x63\x74\x44\xea\x57\xc2\x84\x66\x57\x1e\x46\xe5\x8a\x10\x74\x66\x1b\xa4\xbb\xdd\x58\x77\x8a\x5b\x20\xb2\xe6\xd9\x83\x38\xf1\xce\x3c\x9c\xea\x5b\x78\xe1\xb8\x3f\xc9\xaf\xbf\xd2\x3c\xff\x22\x80\x37\x46\x81\x97\x94\x3f\xb6\x15\xd6\x2a\x73\x82\x57\x09\xf4\xf0\x9c\xae\x68\x36\x70\x44\xf1\x16\x46\x5c\x9a\x38\x5b\x46\xea\x9d\xfc\xb8\xbc\xd9\x65\x24\x27\x35\xe9\xd7\xa1\xd1\x7d\x7a\xde\x8f\x84\xcb\xf2\x9a\xe3\x2c\xf3\xdb\x72\x6a\xca\xff\x67\x0e\xfc\x1a\x1d\x08\x72\x20\x63\x41\x9b\x20\x25\xfa\x5c\x27\xa3\x24\x19\x7d\xa9\x69\x4e\x6b\x4a\x98\x43\x0b\x3e\x93\xb4\xc6\xc5\x45\x4e\xc0\xfc\xd7\x6d\xa1\x3c\x8d\x68\x71\x61\xb7\xe1\xd3\xf8\xa9\x2c\xea\x5f\x09\x3f\xa1\x22\x96\xc4\x2f\xf4\x62\xb6\x5f\x16\x75\x85\x99\x74\x3e\x29\x85\x16\xfe\x82\xd4\x3f\xe7\xe5\x39\xce\xf5\xb4\x44\x83\xa2\xac\xe6\x38\xa7\xbf\x93\xc6\xe6\xbf\xce\x68\x4d\x54\x1f\x47\x90\x4a\xc7\xe9\x59\x7c\x82\xa8\xd0\x1f\x68\xf1\x01\x82\xcc\xab\xea\x76\x7f\x1f\xcb\xd7\xd9\xdf\x97\x4c\xdc\xf2\xc3\xd3\xc2\x5d\x23\xff\xea\xae\xaf\x5e\x2d\x08\x07\xaa\x61\xb7\xf9\x05\x39\xf4\x3e\xa8\xc8\xfa\x8a\x72\xaa\xc2\x84\x37\x67\x91\xee\x1c\x9e\xa2\xc3\xd6\xa8\x76\x9f\xf1\xb5\x98\xb9\xec\x02\x35\xce\xff\xb4\x10\x48\xeb\xc3\x9b\xcb\x23\x70\xe6\xcb\xb2\x1e\xa3\xde\x9c\x6d\xab\xc9\x6e\xeb\x8c\x06\xc2\x0b\x1c\xee\x74\xaf\x0a\x7c\x13\xc5\xea\x9e\x76\x6b\x88\x32\x70\xc6\xf6\x9a\xc2\x37\x51\xec\xe7\x68\xf6\xe7\xe1\x15\x7b\x8d\x9a\x6a\xab\x6a\x60\x0c\x1b\x54\x82\xaf\xa2\x0a\x44\x68\xf7\x2a\xc0\x37\x77\x61\x07\x22\xe4\xa7\x53\x0d\x02\xd1\x85\xd5\x22\xb5\xdc\x4a\x2a\xc0\x9b\x5b\x4f\xc6\xc5\x74\xab\x1a\xdf\x62\xaf\x76\xa9\x0b\xc2\x09\xc8\x08\x6f\x6e\x03\x11\xa9\xca\xda\x91\x03\xf6\xc9\xe4\xae\x8b\x6d\x8f\x53\xc1\x6a\xf8\x8b\xcc\x41\x1d\x6b\xb3\xbd\xad\x32\x54\xf3\x06\xb7\x16\xea\xbd\xfd\x7c\xf8\xe9\xed\xe1\xaf\x1f\x7f\xfb\xe5\xdd\xc1\xcf\xbf\x1c\xa3\x09\xfa\xc3\x8b\x97\x41\xe1\xc1\xf1\xbb\x0f\x56\x8d\x7f\xb7\x3a\x98\x59\x07\x57\x1c\xdb\x0f\xf4\x86\x16\x0a\x85\x4f\xbe\xfe\xb0\x8e\xd1\x8a\xdb\x21\x8a\x17\x00\x11\x49\x24\x8b\xd1\xef\xfd\x75\x4e\x32\x8a\x21\xbf\x4b\x6f\x70\xfb\xf5\x6c\xac\x28\x77\x92\x24\x6d\x64\xa3\x2f\xa2\x14\xdc\x7a\xcb\xb5\x67\xcb\xf7\xe4\x75\x91\x41\x56\x15\x90\xac\x61\xe2\x63\x73\x80\xd5\x1a\x98\x9c\x1a\xd3\x83\x9f\xc4\x66\x6e\xe6\x86\x20\x4b\xd7\x05\x48\x80\xfb\x65\x0e\x7b\xc2\x5b\x00\x83\x64\xc2\x37\x9c\x97\x15\x64\x1c\x69\xac\x90\xfa\x45\x06\xb1\xcc\x5d\x98\x24\x49\xc3\x1e\x6c\x84\xc0\x1b\x98\xc0\x91\x50\xa9\x3c\xca\xb2\xdb\x57\x74\x1b\x9d\xd1\x07\x5a\xd0\xf9\x72\xee\x5e\x18\x42\xb7\xef\x7e\xeb\xef\x0c\xa3\x77\x88\xb8\x8d\x1d\x76\x8d\xb7\x85\x5b\x60\xec\xd1\xf1\x57\x91\x4b\xc1\xbf\x29\xd8\xae\x92\x67\x35\xa7\xe0\x44\x68\xab\x67\x64\xae\x6c\x54\xd5\xb9\x32\x7f\x8a\x18\xf0\x92\x27\x51\x24\x5d\x65\x00\xb4\xb5\x89\x5e\x90\x0d\x2d\x57\xab\xaa\x42\x76\xa7\xc5\x85\x95\xff\x46\x16\x02\x25\xdc\xf7\x3a\x97\xf4\xb3\xe1\xb3\x71\xbc\x15\x9b\xe0\x89\xec\xd2\x42\x8e\xcc\x8d\x77\x4c\x3d\xab\xca\x6b\x60\x14\x61\x85\xfd\x1e\x14\x0b\x46\x5d\xa9\x66\xca\x4a\x68\x0b\x68\x01\x71\xda\x8c\xf1\x95\xde\x00\x2d\x78\x24\x3d\xe7\xd5\x59\xee\x93\xb9\xf9\x0a\x79\xf3\x45\xf8\x8f\x7e\xc0\x90\x88\x3d\x10\x1d\x2a\x81\x6e\x81\x73\x52\xd7\x64\x88\x18\x99\xe3\xa2\xa6\x29\xe0\x21\x1b\x22\x32\x9d\x92\xb4\x66\x43\x34\x2d\x8b\x5a\x09\x79\x64\xae\xfc\xd7\x44\x7b\x7e\xd7\xfe\x52\x5e\xc9\xe4\x02\xc2\x7f\x48\x21\xde\x47\xb2\xac\x2b\x9c\xbf\xc5\xd5\xa5\xa2\x11\xce\x49\xd1\x27\xd5\x1d\x39\x99\xab\x00\x9f\xe4\x46\xf4\x2d\x77\xf7\xf6\xae\x23\x7f\xaa\xe8\x1c\x57\xab\x7b\x0f\x1e\x19\xd5\x3a\xaa\xf2\xda\xf0\xbb\x75\x0e\xb3\xd7\x39\xe1\x4d\x1a\x7a\x76\x22\xc6\xf1\x2e\xad\xae\x65\xb4\x72\x7f\xdb\x9d\x58\x6e\x12\x6f\x5b\x68\x69\x5d\xe1\x82\x09\x3f\x34\x9b\x9a\xde\x1c\xd1\xdf\x69\x71\x31\x46\x3d\x31\xf5\xed\xf3\xf2\xc6\x22\xa6\xcb\x8a\x41\xeb\x45\x09\x7e\xc0\xa6\x24\xa3\x6c\x91\xe3\xd5\x18\xf5\xa6\x39\xb1\x5a\xe0\x9c\x5e\x68\x0e\x23\x25\x6e\xa3\x05\xce\x32\x31\xd8\x0e\xfa\xcb\xc2\x6a\x75\xcd\x69\xd3\x18\xf5\x9e\xef\xec\xfc\x9b\xf9\x3a\xa7\xc5\x2f\xc0\x7d\x8f\xa3\xb7\xaa\xae\x97\xd3\x82\xa8\x8a\x2f\x76\x4c\x90\x47\xf9\xc9\x7c\x51\xce\xf3\x63\xd4\xab\x48\x8e\x39\xd2\xf8\x37\x0b\x9f\xc4\xe2\x06\xb1\x32\xa7\x90\xb4\x35\x06\x33\x5e\xef\x33\xce\xe8\x92\xd9\x9d\x5f\x97\x55\xc6\x19\x3b\x0e\xca\x8a\xe0\xcb\x6d\xfe\xc1\x34\xe3\xc8\x3a\xcd\xcb\xeb\x96\x2a\x35\xb9\xa9\x5f\x73\xf8\x8d\x51\x2f\x27\x53\x18\x53\x95\xf5\x92\x39\xdb\x16\x61\xa9\xb6\x39\xc4\x75\xce\xad\xde\xd8\x96\x1c\xe3\x80\xbc\x75\xee\x92\xb3\x28\xe6\x09\x4e\xeb\x3e\xb8\x27\x5a\xfa\x18\x98\x24\x09\x90\x0e\x99\x18\x4b\xcf\x65\xaa\x65\xaa\xb1\x2d\x5f\x25\x8c\xcc\xe9\x79\x99\x67\xfe\x45\x1e\x39\xa1\xce\x80\x36\xae\x8f\x51\xaf\x28\x0b\x7b\x4f\xbb\x1e\x03\xb9\xf5\x6e\xeb\xd9\x5d\x91\xaf\xb5\xa2\x3e\x4b\xf2\x09\xb0\xc3\xb1\x58\x32\x52\x09\xaa\x16\xcc\x2d\x86\x2b\xa2\x24\x64\x41\x3a\xb1\x21\x16\xc8\x7b\x3f\x57\x78\x65\xb3\x4d\x7a\x47\x3b\x70\x8f\x2e\xc6\xb5\xe3\x9e\xb6\x96\xae\xc9\xfc\x8d\xbb\x55\x68\xd2\x44\x9b\x4d\x45\x30\xdf\xd2\xea\x67\x13\xc0\x54\x2d\x0f\xde\xf1\x28\x3b\xd2\x39\xca\x95\xee\x53\x3e\x34\x46\xa2\x56\xac\xdb\xa1\xd8\x7b\x3a\x9e\xf1\x83\x3c\x06\x6d\x6d\x6f\xec\x66\x92\x08\x22\xb6\xdc\xe5\x7e\x33\x3f\x01\xd2\x6e\x99\x35\x40\xc8\xd8\x0d\x60\x91\xbd\xa2\x71\x1b\x7c\xdd\xb0\x13\xce\x5f\x9b\xf9\x7d\xab\xfa\xd9\xd0\x81\x4e\x17\xb8\x6c\x58\x9f\x73\x44\xff\x25\x8b\x10\xfa\xa9\xff\x36\xbb\x6b\x16\x8d\x1a\xc7\x0b\x76\xff\x7b\x80\xe6\xe4\x6b\xf2\xc3\xba\x41\x0d\x77\x8b\xe4\xe6\x8f\x41\x3f\xfc\xd5\x27\x2d\x9c\x46\xd9\xb7\x25\xff\xa9\xcb\x85\xff\x49\xe4\x55\xf3\xbf\x56\xfe\x45\xee\x2e\xa9\x13\x6d\x6b\xa0\xf1\x51\x52\xf5\x72\x03\x83\xa6\x09\x8a\x7f\x4f\x26\x49\x12\x70\x72\x1b\x59\xb3\x2e\x08\x7e\x57\x6c\x53\x4b\x71\xc8\x61\x1f\xac\xb4\x94\xd4\xd5\x0d\x0b\xe2\xcc\x82\x1d\x6d\xf8\x7e\x50\x88\x2f\x48\x89\x77\x9a\x4b\x46\xad\x17\xe7\x77\xbb\xea\xee\x82\x2c\x11\x30\x81\xfe\x88\x4b\xad\x6f\x2c\x5e\x51\x85\x08\x0f\x63\x44\x4d\x26\x13\x57\x43\x2d\xd3\x0b\xaa\xa1\xf6\xd0\xd7\x1f\xd6\x52\x20\x4b\x00\x39\x48\xb6\x5f\x56\x05\xa9\x5e\xdc\xa2\xe6\x92\x1d\xb4\xf3\x55\x75\x31\x46\x5f\x77\xd0\x4e\x4b\xe5\xc6\x92\xaf\xce\xca\xe4\xe4\x1f\x75\x6d\xf7\x9d\x98\xb5\xb6\xfb\x82\xc7\x7d\x27\x52\xac\x00\x68\x90\x4f\x02\x9e\x97\x7f\x1f\x1a\xf5\x84\xa2\x8c\x52\x9d\x1c\x54\xcf\x2d\x9d\x86\xd1\x29\xeb\x2b\xa5\x91\xa5\xd6\x18\xe6\x3e\x1e\x20\xc9\x3b\x07\x0c\xb5\xf3\xbc\xd4\x49\xa8\xb5\x71\x3c\x2e\xaa\x02\x25\x17\x1b\x6c\xb5\x68\x15\x9f\x10\x2a\x97\x35\x67\x86\x5d\x3a\xdd\xc2\xc2\x36\x9d\x5f\x84\x4e\x14\x9f\x85\x92\x1e\xfa\x31\x04\x15\x9c\xaf\xb3\xb1\x9f\xc7\xcb\xb1\x65\xbb\x8b\x6e\xc2\xbb\xa2\xd7\x2e\x6c\xe4\x0b\xfc\x9e\x52\x96\x24\x85\x68\x7e\x44\xd2\xb2\xc8\x70\xb5\x42\x63\xbf\x48\xea\x1e\xbc\x8b\x17\x35\x29\x12\x9d\x5a\x67\x43\x1f\x14\xc2\x29\xe4\x5f\x04\x0a\x7b\x8f\x9a\x49\x6b\xa8\x76\xed\xa1\x5b\xfe\x7f\xc1\xd2\xa2\x8b\x13\x4c\x43\x2f\x5c\x47\x10\x6f\x50\x2a\x22\xc0\x1c\x8f\x45\x50\x4a\xfc\xc8\xc8\xab\x63\x74\xfa\xa4\xd7\x3b\x7d\x12\x94\x5b\x98\x8c\xcf\x59\x99\x2f\xeb\x48\x27\x9b\x94\x23\xea\x07\xd8\x98\xde\xce\x22\x52\x24\xb8\x9e\x78\x59\x5c\x54\x57\x3f\x4a\xf6\x6c\x28\x86\xf4\x0f\x04\xcd\xea\x7a\xc1\xc6\xa3\xd1\x05\xad\x67\xcb\xf3\x24\x2d\xe7\xa3\x39\x4d\xab\x92\x95\xd3\x7a\x34\xcd\x97\xa4\xa8\x97\x74\xb4\x58\xe6\xf9\xe8\x7f\x3d\xff\xcb\x0b\x70\xea\x50\x47\x5d\x6c\x19\xca\x28\x4b\xc3\x95\x8b\xeb\xcf\x60\xd1\x1e\xfa\xfa\x42\xab\x45\x7e\x58\x2b\x74\x07\x95\xa0\x44\xf6\xdb\xaf\xa8\x71\x3f\x5c\x9d\x49\xef\x85\x80\x87\x5f\xab\x89\x1c\x88\x9f\x4e\xd7\xba\xfa\x09\xd1\x31\x98\x93\xcf\x16\xc7\xbe\x84\xe8\x6b\xcd\x47\x4b\x0a\xff\x2d\xa8\x54\x6c\x4b\xee\x4d\x7f\xee\x42\x8c\xf5\x3b\xe5\xd9\xf8\xce\x6b\xb3\x75\xb4\x77\x22\x7b\xf6\xa0\x0f\x84\x6f\xe3\x1c\xbe\x07\xf5\xbb\x03\xfa\x3c\x22\x5c\xef\x7c\xb7\x3a\xef\xa5\x67\xe3\xef\x04\xe0\x4e\x77\xdb\x3f\x6f\x2a\x9b\x0f\xf3\xf7\x9c\xcb\x9d\xf7\x48\xbd\x5d\x9f\x8d\x83\x77\x89\x7b\x2c\xad\x5b\x6f\xa1\xf8\xa3\xde\xe7\xf8\xa2\x7b\x94\x6d\x97\x0b\x52\x38\xaf\x04\x1a\x24\xbc\x54\xfd\x6d\x6a\xa8\x17\x3c\x55\x43\xfd\x1d\xad\x61\x26\xb2\xa5\x1e\x0d\x79\x3b\xe7\x06\x68\xbe\x44\x7a\x63\x61\x21\xd7\x8b\xdc\x19\x9a\x61\xf8\xda\x7b\xd6\xfb\x1a\xe1\x27\x36\x3f\xe8\xd8\x3f\x9d\xf8\x0b\xe0\x1b\xb6\xff\x14\x7c\x97\xda\x8e\xed\xe7\x3b\xad\xb7\xd1\x1d\x6e\xc4\xf6\x8b\xb5\x27\xb9\xaf\x86\xab\x54\x4f\xe7\x8f\x43\xce\x76\xcc\xcb\x2b\xe5\x52\xf7\x0c\xfd\x11\x2d\xe8\x0d\x81\x80\x8b\x22\x05\x95\xc8\x77\x48\xae\x28\xae\x89\x44\x24\x94\xe6\x74\xb1\x80\xa4\x88\x05\xfa\x65\x1f\x42\xe5\x26\x0f\xbf\x8c\x6f\x23\x68\xa9\x28\xac\x34\xd3\x69\x96\xb5\xa0\x42\x8b\xa0\x65\x01\x22\xa2\xae\x71\x90\x00\xf2\x6d\x18\xb5\x4d\x20\x60\xfd\x2a\xd8\xbc\xe7\x41\x81\x7c\x6a\xe9\x01\x4f\xd5\xeb\x28\x98\x89\xd1\x7c\xc1\xcc\x65\xaf\xb4\xbc\x12\x57\x43\x8c\x51\x5c\x22\xb6\xfa\x6b\x7e\xf6\xb3\x1f\xfe\xce\xf3\x32\xbd\xb4\x8b\x82\xf7\x12\xef\x05\xa4\xe1\xb1\x44\xda\xc8\x6c\x23\x7b\x0a\xfa\x4d\xe4\xeb\x0e\x7a\xf1\x97\xc5\x0d\x82\xa7\x91\xaf\x77\x90\x46\xe5\x7b\xdb\x18\xf5\x44\x96\x32\xbb\xf0\x7a\x46\x6b\x72\x04\xc1\x31\x38\xcb\x7a\x5d\xe1\x85\x5d\x5c\x93\x9b\xfa\xd0\xb4\x27\x79\x4e\x17\x8c\xb2\xf0\x41\xad\xc9\xe4\x80\x53\xa5\x50\x81\x10\xde\x21\x43\xc3\x3b\xc4\x36\xda\xea\x91\x93\x19\x74\x6b\x58\x08\x65\x43\xd1\x32\x92\x22\xe9\xc3\x80\xa2\x9f\x45\x09\xf4\x1d\x90\x5e\x35\x6b\xc1\xfb\x88\x2c\x70\x07\x9d\x5f\x9b\xd6\xaf\x45\x6f\xd0\x8d\x20\x46\x5e\x7a\xe3\x6a\xc0\x4d\x6a\xc2\xd8\x03\xa3\x88\xee\xe0\xd7\xbb\xcb\xdb\x59\x9c\xb6\x85\x54\x2e\xb4\x36\x6c\x26\x78\x7e\xdd\x18\xa5\x7b\xf8\xf1\xe5\xf7\x83\xe8\x05\xcd\x69\xb1\x54\xae\xda\x95\x93\x3b\x5b\x9e\xec\x63\x7e\xfb\x3d\x8f\x9f\xe7\xd8\x9d\x29\xaf\xa1\xbf\xd8\xc7\xd4\x7d\x3f\x30\x90\xda\x6a\x40\xeb\x66\xba\xd6\x08\xdb\x4e\x40\x35\xd0\x54\x08\xd3\xa4\x2a\x12\xf6\x34\x47\xf4\x77\x32\x96\xda\x3c\x36\xc7\x79\x9e\xa8\xaf\xc3\xb8\x82\xc3\x5a\x5b\xd3\xd2\xee\x72\xb6\xee\x7c\x7e\x22\xe7\x60\x33\x4a\x77\x44\x63\xe0\xa2\x3e\x10\xc6\xf0\x05\x19\x37\xd2\x43\xc3\x6b\xf1\x81\x41\xc8\x4d\x2c\x00\x0e\x1d\xb4\xfa\x93\x1e\x44\x5b\xcd\xb6\xed\x22\x54\x89\xde\xfd\xe5\xcd\xd1\x0c\x67\xfc\x12\x50\x77\x26\xc9\xc9\x15\x18\xc6\xff\xa5\xf1\xfe\x6d\xd0\x91\x77\xd2\x7b\x26\x73\xb6\x2d\xd3\xc5\x6c\xcf\x31\x2d\x7a\x00\xfd\x4e\xfd\x6f\x00\x77\xa3\xad\xdb\x99\xa7\xa3\x06\xe3\x1d\x4d\x52\x3c\x11\xd8\x7a\xe2\x5d\x5b\x0a\x5f\x47\xda\xf5\xec\x8c\xc3\xdb\xc9\xa9\x30\x14\x7e\x89\x0e\x4f\x61\x2e\x3a\xd7\x18\xf9\x24\xfa\xb2\xe4\x3d\x72\x0d\x62\x6d\xcd\x93\x5d\xec\x6b\xa4\x81\x79\xdd\x8a\x7d\x6d\x19\xc1\xca\x2a\x3a\x46\x27\xd1\xd1\xe2\x5d\xf2\x7d\x6e\x35\x57\x89\x43\x45\x64\x55\x6d\x84\x8d\x0d\x5c\x49\x4a\xfc\x5e\xb4\x0d\x77\xf3\x4e\xc9\x2a\xbc\x3b\x75\x4b\x3c\x1f\x6e\xe4\x12\xce\xcb\x6c\xa5\x52\xb7\x37\x8d\xaa\xa7\xdf\x65\xec\x8d\x4b\xb1\x6d\xcc\x37\xbf\xb4\x98\xda\xb1\xc3\xff\x5d\x19\x48\x30\x6e\x93\xa2\x81\x2d\xe6\xcd\xf1\xcd\xaf\x0d\x7a\xe1\x0d\xf6\x65\x9d\x2c\xcc\xf8\x00\xd5\x05\x2d\x04\xef\xd3\x7c\xfd\xc5\x4c\xf0\x23\x86\x62\x8d\xb5\x63\x48\x69\xb7\x6b\xdb\xcb\xd0\x67\xd5\xa2\x92\xf2\xb1\x6d\x2d\x1f\xe9\xec\x6e\x68\xc1\x89\xd1\xb6\xa2\x20\x16\xe1\xf3\x92\xcd\x39\x44\x57\xf6\x63\x53\x61\x2d\x7a\x34\xd9\x1b\xa8\x49\xd8\x8d\xc0\xee\xf1\x88\xe4\x53\x2e\xd1\xd5\x15\xa9\xd3\x99\xcb\x03\x36\x1a\x79\xa1\x96\xb7\x00\x7b\x54\x90\x08\xc6\x5d\x95\x1d\x9d\x6c\x35\xd0\x8f\x72\x2d\x52\x33\x12\x58\x6d\x20\xf3\xac\x77\x38\x9d\x32\xd2\xf0\x98\xb1\x59\x32\xb7\x7f\x93\x6e\x2a\xc1\x26\x9c\xb8\x16\xda\x67\x0e\xd6\x72\x9c\xed\xb8\xf4\xd1\x08\x1d\x14\x22\x18\x4c\x39\x45\xe4\xa6\xae\x30\x02\x26\x01\x31\x30\x84\x47\x8c\xfe\x6e\x27\x00\x06\x70\x45\x0d\xea\x63\xe0\x18\x8d\xc4\x02\xe0\x98\xa2\x1b\xe6\x97\xcb\xad\x7c\xf1\xe7\x17\xf7\x00\x92\x56\x44\x1d\x14\x85\xb8\x7d\x6d\xb4\xd9\x41\x2f\x38\xf0\x1b\x8d\x10\x42\xaf\xb9\x0e\x6e\xb2\xe0\x26\x9d\x75\xf2\xa2\xd3\xe9\x0b\x38\x68\x23\x4e\x61\xe7\x98\x11\xa7\x81\x31\x68\x8f\xd4\x16\xfe\xd9\x2d\x2e\x69\x51\x3f\x83\xb8\xf3\x41\xab\x8b\x9a\xe7\xe6\xf0\x56\xbf\xc5\xcb\xf0\x1e\xd2\xd6\x5e\x13\x9d\x57\xee\x0c\x76\xd1\x44\x02\x09\xf2\x4d\x7b\xd3\x73\x3e\x79\xa9\xa7\xbd\x49\x9e\x16\xbb\x7d\x1b\x84\x43\x03\x9f\xa1\x71\x0f\x90\xfe\xa2\x2c\x2d\x17\xfc\x6e\xb1\xfd\xcf\xc0\x85\x52\xaf\x4f\x52\x3e\x99\xa8\xdd\x54\xbc\x2b\x02\xfc\x8d\xac\x6a\xba\xf8\x80\x0b\x7c\xc1\xef\x69\x07\x0f\x96\x0a\x0f\x46\x97\x50\x8b\x8d\x9c\xda\x4e\x3f\x4b\x46\xf6\x39\x80\x87\xfc\xb7\x4f\x15\xb9\xa2\xe5\xd2\x6c\xcc\x5f\xf5\x6b\x24\xcc\x60\x7b\x56\x96\x97\xb1\xcd\x17\xfd\x7b\x7e\x87\x30\x17\x51\x12\x69\xa2\x2e\xda\x23\x02\xe4\x5d\x61\x88\xf5\xd9\x77\x63\xb4\x8a\x6c\x34\x91\xae\x05\xe4\x82\xb2\x9a\x54\x9f\x48\xc5\x20\x52\xbe\x18\x18\x8c\x49\xf9\xce\x48\x48\x1c\x97\x9f\x65\xc5\xb1\x33\xeb\x13\x41\xb7\x2e\x6d\x38\x8d\x5d\x20\x43\x05\x35\x0c\xc9\xfc\x81\xe0\xa9\x69\x59\xd0\x7f\x2c\xc9\xc1\xdb\x31\x62\x75\x45\x8b\x8b\xb3\xb1\x07\x9b\xe1\xa9\xe5\xca\x3c\x2d\x2b\x88\x53\x27\x62\x2c\xd6\x14\x72\xdf\x04\x13\x1d\xb8\x4e\xff\x6a\x08\x34\x71\x67\x9b\xa8\xa9\xf5\xc5\x67\x37\xba\xd7\x68\x84\xbe\x88\x9c\x1d\x73\x2c\x23\x28\x37\x2f\x45\x2f\xe3\x4c\x0f\xa2\xdd\xf9\x2d\x90\x2f\x8b\x6e\x40\xff\x17\x80\x53\x03\xa9\x9c\x22\x11\x21\x23\xb9\x24\x2b\xd6\x6f\x1e\xcf\x84\xb7\x71\xa1\x6a\x16\xd9\xd2\xd8\x00\x6c\xa8\x87\x76\xe1\x2f\x9c\xad\x3b\xc1\x3c\x0a\x6a\x46\x44\x3d\x81\x14\x15\xc8\xb2\x1a\xcc\x8f\x00\xc5\x47\x3a\x20\x03\xcf\x8d\x6c\x51\x91\xab\x08\x72\x58\xa4\xa6\x6d\x4b\x54\x70\x0e\x85\xbb\xfc\x0f\x41\xfd\x97\x8c\xbc\x03\xd1\xde\xf5\x71\xa7\x53\xd4\x8f\x0d\xe9\xa6\xb4\xf9\xa2\xb7\x14\x95\x79\xa6\x16\xae\x2a\x34\x63\x75\xdf\x59\xfc\x30\xba\x38\xe3\x44\x0f\x41\x73\xe4\x30\x05\xb9\xf6\x87\xd9\x30\x88\xb5\x0f\x43\xe4\x8d\xdb\x0e\x31\xa4\x43\x25\x59\xf0\xfb\x50\x2e\x8b\x7a\x24\x43\x17\x6c\x04\xa3\x3d\xf5\xb2\x40\xba\xd1\x77\x9e\xb5\x8a\xfb\xe0\x46\x2d\xf0\x36\xac\x50\xd1\x2b\xee\xbe\x5f\x1d\xe0\xd6\x21\xa6\x92\x75\x11\x8e\xc8\xcd\x0c\x2f\x59\x4d\xaf\xc8\x76\x46\xc4\xde\xde\x0e\xd1\xc9\xd9\xe0\xa5\x3a\xbe\x0e\x0f\xa3\x2e\x30\xe1\x10\x64\x47\x29\xf2\x6f\x3d\xff\x1c\xb5\x1d\x3b\x34\x71\xff\x4e\x2e\x48\x7d\x50\xb0\x1a\x17\xa9\x4a\x0b\xa6\xfc\x06\x8d\x93\xa6\x16\x3b\xa5\x36\x47\x0c\x70\x44\xfe\xb1\x24\x45\x4a\x64\x1e\xf1\xa3\xe5\xf9\x07\x52\x2c\x3f\x55\xa5\x94\xe5\x75\x52\x65\x77\x21\xbe\x87\xa5\x3c\xfb\xd1\x73\x0f\xcc\xc6\xab\x2e\x54\x69\xb7\xbf\xb6\x51\xf8\x67\x95\xb8\x8d\x89\x59\x01\xb9\xc7\x85\x5e\x08\xcc\xd8\x8c\xce\x99\x34\x51\xf1\xa7\x12\x72\x56\xa3\x89\x41\xfa\x7d\x9c\xe7\xe7\x38\xbd\x94\xa1\x8e\x54\x4a\xd5\x18\x4b\x12\x20\xe3\xfe\x8c\xa4\x97\x8c\x93\x9a\x08\x88\xd0\x0c\x33\x74\xce\xa5\x15\xcd\x17\xd2\x29\x44\x70\x96\xef\x21\x22\xdf\x9d\x6e\x64\xe8\x01\x24\x65\x09\x3b\x8c\x04\x1a\x8c\x8d\x0b\x4d\x23\x91\xe4\x54\xaf\x89\x3d\x64\x53\x9f\x4e\xa5\x04\x62\x0b\x84\x3d\xca\xfa\x41\xee\x4d\x29\xd2\x9c\x44\x26\x27\x6e\x8e\x81\x83\x1c\x6b\x34\x17\xd1\x50\xb3\xc3\x18\x22\x5a\x84\x04\xb0\x4b\xef\xdc\x07\x32\x2f\x5d\x62\x25\xfa\x2b\xc8\xf5\xdf\x36\x5d\x60\x68\x82\x4e\xce\xe4\x7c\x65\x0a\x27\x67\xf0\x06\x0c\x38\x39\xf3\x42\xb4\x9d\x9c\x39\xc1\x00\xbd\xa3\x63\x41\xd7\x39\x63\x7b\x3a\x1c\x8c\xfd\x39\x9a\x68\x5b\x32\x83\x13\xe4\x56\xc5\xac\x01\x45\x93\x4b\xb3\xcc\x97\xb6\x4d\x8a\x99\x5e\x98\x2d\x77\xbf\x22\x9c\x1d\xd4\xa7\x54\x8e\x6a\xd7\x8a\x9e\x63\xef\x98\x4e\x42\x0f\x1b\x69\x93\x21\xfa\x4b\xe4\xdf\x9e\x58\x7d\x49\x56\x1a\x62\xba\xaa\xfd\xd1\xab\x9f\x69\xe5\xac\xac\xab\x1f\x54\xbe\x7d\x43\x5b\x5b\x0e\xa0\x9c\x32\xa7\xc0\x04\x99\x1b\x78\xfd\xcf\x30\x7b\xbb\x2a\xf0\x9c\xa6\x10\x29\xb7\x22\x85\x1e\x29\x2c\x0a\xdb\x72\x74\xb7\x1b\xf0\xbf\x5d\xc5\xc1\x4b\xd7\x56\xc8\xec\x4c\xa4\x7f\x3e\xef\x80\x7e\x39\x4b\xf4\x53\xe3\xa8\x8c\x20\x32\xf1\x01\xc7\x9e\x19\x04\xb0\x62\xcb\x73\x11\xe5\xbf\x42\xa9\xea\xbd\x28\x33\x4e\xe1\xd3\x19\x2e\x2e\x08\x2a\x8b\x77\x22\xd0\x14\xa7\x4c\xde\x5e\xcb\x12\x77\x24\xaf\x4e\x62\x3a\xf0\x25\x12\x3e\xb2\x2c\x4b\xce\x69\x91\xf5\x7d\xad\xcb\x65\x20\x10\x84\xa5\x4d\x18\xe1\x1e\xaf\x3d\xfb\x0c\xec\xb5\x61\x92\x9f\xc3\xca\x5f\xce\x0c\x33\x7d\xc8\xe4\x4d\xd3\x39\x95\x79\xb0\x09\x59\x49\x58\xd1\xab\x45\xd8\x49\xbd\x1b\x43\xf4\xf7\x25\xab\x55\x80\x2f\xa8\x5f\x56\xf4\x82\x16\x38\xd7\x31\x04\xee\x0a\x73\xf3\xa9\x2d\x1f\x57\x8c\x4c\x26\x8b\x25\x9b\xf5\xbd\x11\x06\x1e\xbe\x8e\x46\xe8\x75\x96\x89\xa9\xaa\x0b\x97\x49\x08\x8b\xc4\x07\x94\xe9\x1b\x58\xfd\x68\xd2\x7c\xe8\x50\x3c\x1f\x6a\x49\x92\xd8\x5b\x19\x52\x0a\xb5\xaf\x11\xbd\x5e\x92\xc8\x8d\x6f\xc4\x8e\x23\x52\x2b\x54\x18\x6f\x40\xa9\xdb\xe0\xc8\x3a\x90\x3b\x74\xc9\x39\x80\xcd\xfb\xbc\x29\x50\xfc\x68\x84\x3e\x96\x10\xa6\x8d\x03\x4d\x9c\xc0\x21\xc2\x59\xe6\x20\x33\x2f\xcb\x29\xab\x3b\x8c\x5f\x36\x0d\xae\x2f\xee\x41\x43\x76\x6c\xbf\x43\x34\x71\xef\x2b\x5b\x94\x30\xbe\x36\xf1\x6b\x7b\x1c\xf4\x16\xb9\xc8\xc7\x51\xec\x53\x6e\x7b\x43\x74\xe2\xb1\xa4\x01\x05\x0c\x44\x0a\x6f\x37\xcf\x14\xd2\xc6\xa5\x65\x1f\xc5\x63\x73\xf4\x86\x18\xb8\x9e\x46\xaf\x32\x7a\x65\x47\xc1\xd4\xbf\xde\xee\xae\xe3\xac\x71\x3f\x0a\xae\xc1\xed\xab\x51\x46\xaf\x76\xef\xa3\xf8\x05\x1e\xa8\xba\x20\xd9\x67\x32\xed\xae\xa7\xb3\x58\x7f\xa6\x34\xa7\x43\x94\xd1\x2b\x7e\xae\x48\x55\x53\x7e\x21\xc8\x58\xe7\x32\x46\x81\xd8\x81\x8f\x60\xa1\x25\x95\x73\xf0\xfa\xf0\x93\x09\x27\xdf\x45\xfb\x1c\x88\x0a\xbe\x36\x4f\x14\x44\x14\x84\x9f\x44\xaa\x0c\x92\x81\xb2\xf5\x88\xd4\xcd\xd1\xc5\x9a\x55\x8b\x11\xb5\xa2\x8e\x99\xe6\x7f\x8b\xd4\xed\xaa\x7d\xbc\x20\xb5\x13\xd3\x2c\x84\xf6\xab\x2e\xc3\xc9\x98\x3c\x20\xb5\x89\x8e\xf7\x0f\x3f\x7c\x3a\xfc\xf8\xee\xe3\xf1\x6f\x1f\x5f\x7f\x78\x87\x26\xa8\x67\x55\xef\xb9\x1a\x22\xad\x0a\xff\x4c\xa6\x6d\xc2\x25\x6c\xbc\x8e\x44\xa1\x14\xea\x9f\xc9\x54\xc6\x92\xf5\xc3\x65\x6b\x1e\x55\x73\xe1\x07\xf3\x05\xa9\x00\x33\x44\xa8\x78\x79\xb1\x8b\xd0\xd6\xa9\x35\x0d\x49\x50\xfb\x03\x77\x1a\xbc\x47\x13\x83\x5c\xf8\x12\x21\x3b\xcc\xa9\xcb\x15\x73\x66\x1d\x2a\x1d\x2d\xd3\x94\x90\x0c\xb8\x70\x3b\x3b\x0c\xd2\x01\x87\xcd\xba\x1a\xf2\x2a\x84\xfd\xb8\x48\x1d\xef\xa3\x2d\xa3\x95\xd7\xe5\x4b\xff\x95\x47\x8e\x29\xc1\x39\x46\x7d\x60\xc4\xe4\x9f\x7b\x63\x3b\x23\x83\x1f\x51\xb2\xf3\xc2\xb7\xec\x3e\xa3\x89\x4a\x83\x66\xb7\x9b\x41\x87\x9e\x3e\xf5\x89\x42\xb4\xde\x10\x39\xc3\x7b\xe3\xdb\x65\x41\xfa\xf0\xe8\x96\xb4\x64\xd2\xb7\x3b\x7b\xc8\xa6\xdc\x2a\x01\xe0\xc4\x5e\x90\x91\x54\x5b\xb4\x37\x47\xa4\x7e\x83\x19\x69\x79\x88\xf2\x0f\xdc\xae\x96\x60\xa7\x65\x75\x8d\x2b\x4e\xbb\xe1\x55\xca\x3d\x69\xe2\xf5\xc9\x6f\x7c\x5a\xec\xf6\xc5\x51\xe6\x04\x18\x9a\x03\xf1\xf7\x55\x44\xf6\x3a\x6c\x89\x99\x8f\xe5\x9d\xe8\x7e\xb1\xcc\x73\x5b\x33\x34\x57\x37\x8a\xd0\xd1\x98\x0b\xc6\xd9\x6e\x6f\xfc\x97\xf2\xaa\xb5\xc9\x8e\x9a\xa8\xdd\xcc\x17\xfc\xa9\xb8\xde\xbd\xdb\xde\x52\x4d\x31\x49\xa0\xaf\xf8\xc5\x94\xe2\x7c\x88\xaa\x32\xb7\x54\x56\x47\x34\x83\xb7\x33\x52\x64\x3d\xa3\x93\x02\xc6\x29\xae\x89\x32\xd4\x78\x1c\xb9\x56\x42\xca\x0c\x1b\xe6\x90\xf4\xbe\x9a\x93\xa3\x43\x53\x13\x34\xaa\x56\x9d\x7f\x43\x73\x43\x68\x82\xb6\xb6\x9c\xb5\x42\x18\x65\xfb\x83\xca\xa9\xb9\x8b\x76\xbc\x08\xb8\x02\x45\x39\xdb\xa1\xf0\x77\x2d\xec\xf7\xac\x6b\xf9\x95\xd8\x69\xbe\xc5\xaf\xeb\xba\xa2\xe7\xcb\x9a\x30\x7f\xc7\x77\xad\x8d\x31\x57\xfe\xc0\x68\x75\xca\x9c\x4c\xd6\xfc\xbf\x5c\xf6\xec\x5d\x54\xe5\x72\xd1\xd3\xa5\xb8\xa2\x78\xbb\xac\x28\x29\x6a\x60\xa5\x64\x4d\xc8\x35\xc7\xe5\x99\x73\x5c\xf5\xd0\x1e\xea\x6b\x78\xe8\x88\xd0\x7b\xa8\xa7\x3e\xf6\xd0\x18\xf5\x66\x65\x45\x7f\xe7\x88\x91\xf7\x06\x76\x2c\x72\x93\xfa\x20\xc2\x5d\x09\x1f\x6e\x4b\x03\x35\x9d\xac\x35\xc6\xca\xcf\x3a\xfa\xf7\xda\xc5\x12\x3e\x45\x56\xe3\xaa\xee\x71\xb0\x3b\x1b\xf3\xf4\x29\x7a\xe5\x71\x27\x1c\xba\x00\xa8\xdb\x86\x89\x94\x4e\xfd\x5b\x34\xda\xd5\xd3\x5a\x53\xb9\xb9\x16\x5d\x85\xdd\x9d\xe3\x45\x1f\x94\x70\x43\x44\xe1\xd0\x3a\x62\x70\x23\x4f\x29\x34\x70\xb7\x9c\x21\x9d\x40\xdf\x5c\xd0\xb9\x15\x3b\x75\xfa\xa4\x28\x0b\x72\xfa\x64\xd7\x95\x5f\xd6\xf6\x59\x10\x2a\xc1\x5b\x67\x2c\xe0\x3a\xcd\x97\x81\x29\x8e\x80\x8d\x1f\xaf\xef\x0b\x34\x33\x1f\x20\xb9\xfc\x3f\x1e\x91\xf5\x9e\xcb\x5d\x6e\xc8\x61\x9d\x23\xbc\x5f\x3b\xa3\xb7\x89\xb5\x7b\xa4\x10\xb9\x1d\xe3\xe2\xda\x04\xc1\x8f\xe6\x25\x1e\x37\x73\x72\x73\x34\xab\x68\x71\xa9\x2c\x9c\x6c\x1b\xaa\x19\xa9\x68\x6d\x02\x9e\x76\x0d\x10\xd9\x9d\x25\x6d\x0a\x13\x19\x27\x87\x16\x15\x6e\x08\xd3\xa0\xf0\xae\x37\x67\xdb\x36\x47\x1b\x33\xe9\xdb\xe0\x32\xd2\x14\xd3\x4e\xc0\x4c\x9a\xd5\xf9\xc6\x7e\x86\x39\xd3\xb3\x7e\xfa\x14\xad\xa1\xc9\x5b\x95\x04\x6d\x8c\x7a\x69\x99\x2f\xe7\x85\x6d\xbc\xe3\x07\xba\x54\x06\x4f\xe2\x0d\xe1\xc4\x5b\x90\x0c\xbe\x1b\xee\xaf\x6a\xe6\x1e\x8e\x48\x07\x6e\x85\xe6\xae\xee\x61\x46\xe4\xe0\xe8\x10\x1d\x1c\x43\xd4\xcb\xae\x52\x96\x16\x18\x86\x0d\x49\x29\xda\x4e\x89\x89\xdc\xbf\xfe\x6b\x56\xa6\xfb\xb8\x26\x17\x65\xb5\x42\x9f\x09\xa3\xbf\x93\x9f\xf9\xfd\x73\xeb\x06\xa7\x27\xc5\x72\x6e\x17\xeb\x5d\x12\xa8\x62\x6e\x16\x34\x91\x07\xc4\x5c\x47\xe0\xb1\x70\x7b\x9f\x51\xc1\xaa\x7f\x8a\x53\xc2\xd7\xab\x2b\x89\x21\xed\xa4\x11\x73\x82\xd9\xb2\x22\xe2\x85\x0a\x5f\x61\x9a\xe3\xf3\x9c\x20\xc8\xe4\x6b\xe7\x83\xa9\x54\x4d\x95\xf9\xe8\xe5\xa3\x4e\x4c\x50\x36\x11\xd5\x5e\xee\xfd\x06\xce\x60\x68\xc4\xbf\xe6\x4a\xfe\x7a\x85\x09\x2e\xce\xc1\x38\xfd\x1c\xa7\x97\xe0\x41\x08\x69\x08\x00\x00\x0e\xac\xf4\x4c\x13\xf4\x85\xc9\x14\x32\xb4\x60\x35\xc1\x19\x2a\xa7\xfc\x3a\x17\x4f\x79\xa9\x4c\x8c\x29\xc7\x80\x14\x3c\xcb\xf3\x9c\xa6\x32\xe1\x0e\x83\x24\x81\x0b\xcd\xbd\xa8\x1c\xb5\x5a\xde\xb4\xe1\x6c\x0b\xa1\x7b\x63\x0b\x59\x5f\xd9\x73\xdb\x0d\xd2\x7f\xec\x43\x3a\x9f\x92\x0f\x73\xc5\x6f\xc2\x74\xc9\xea\x72\x4e\x7f\x27\x19\xb0\xa5\xc2\x87\x12\xd7\x22\xdd\x43\x8e\x57\xe2\x49\xba\x2e\x17\x6a\x36\x57\x9c\x59\x2a\x6a\x54\x2d\x55\x92\x97\x67\xe8\xaf\x26\x09\x91\x4c\xa4\x23\xf3\x0f\x65\xcb\x94\xa0\xf3\x25\x17\xa1\xc1\xbc\x31\x41\xe8\x53\x4e\x30\x23\x9c\xaf\x46\x5f\x35\xa9\xf9\x0a\x4b\xc7\x59\x86\x52\xc6\x44\xd7\xbc\x03\xbb\x82\x84\xa8\x0d\x03\xc1\xb3\xee\xf9\x64\xdf\xe4\x8c\xb1\x20\xe1\x90\x7f\xff\x3b\x0b\xe1\x24\x48\x85\x84\x12\x64\xeb\xfd\xe5\x70\xdf\x1e\x1c\x7c\x3d\xf8\xd8\xc7\x56\xfc\x59\xd3\xfe\x75\x96\x51\x85\x43\xec\xff\xb0\xf7\xee\xdd\x6d\xdc\x58\xe2\xe0\x57\x81\xfb\xec\x9a\x64\x9a\xa2\xec\x9e\xf4\xfc\xe6\x47\x9b\x56\xdb\x56\x9c\x68\x3b\x7e\xac\xad\xb4\x77\xc7\xd6\x89\x20\x16\x48\x56\xbb\x58\x60\x17\x8a\x92\x19\x59\xdf\x7d\x0f\xee\xc5\xe3\xe2\x51\x24\x25\x3b\xd3\xd3\x7b\xc6\x7f\x24\x62\x15\x0a\xb8\xb8\x00\xee\x0b\xf7\xa1\x90\xa8\xc2\x26\x5a\xad\xaa\x8d\xad\xa4\xfb\x9c\x94\xcd\x30\x78\x84\x4b\xd4\x4b\x5e\xad\x85\x17\x1e\xe9\xb2\x5b\x84\x1c\xd9\x6b\xe5\x64\x64\x4f\x37\x60\xc5\xa0\x72\xa5\x9e\x2e\x03\xa1\x97\x70\x31\xd9\x10\xa2\x92\x85\x20\x47\x8d\x46\xf1\x37\x87\xc8\xab\xcd\xeb\xa3\x71\xf6\xab\x04\xca\x93\xba\x6c\x4b\x5e\xb1\x82\xb7\xdc\xd4\x31\x59\x71\xad\xb5\x58\xdc\x9c\x5b\x59\xef\x98\xb7\xfc\xdc\xa7\x1e\x66\xef\x4d\x61\x4e\x5b\x3c\x58\xb7\xfc\xb1\x91\x57\xd8\xce\xae\xd8\xd0\x94\x72\xd2\xdd\x63\xc1\x19\x33\x70\xa3\xb7\xaa\xd2\xea\xf6\x95\xde\xe7\xbe\x74\x4d\x38\x3c\x56\xfb\xf4\xa5\x56\x5c\x39\x50\x8c\x7a\x60\x2e\x79\xbf\x3d\x17\x01\x45\x50\x8c\xb7\xac\x6c\xed\xf9\x58\xf2\xcf\xe5\x72\xbd\x64\x6a\xbd\xd2\xb4\x4d\x14\xe8\x8e\x3b\x62\x4f\xd9\xf9\x94\x4f\x17\xe2\xaf\x62\x73\x6e\x4f\xfe\x86\x2d\xf9\xc6\xd4\xef\xe6\x55\xb5\xd1\xb0\x95\xf5\xb4\x5a\xeb\x7d\xc8\x95\x06\xa0\xb5\x83\xea\xe9\x8d\xd8\xe9\x95\xc4\x89\x4a\xd8\xf7\x76\xd4\xab\xb2\x5d\xa0\x43\x81\x16\x2e\xc9\x40\xae\x94\x8b\x52\xeb\xa5\x99\x32\xff\x24\xd8\x7a\xe5\x9b\x03\x80\x70\x2a\xa1\xb5\xa9\xd0\xc2\x0c\x71\x5f\xfa\x4a\xfb\x70\x54\x90\x67\xca\x19\x1d\xa5\x84\xeb\x39\xd8\xa3\xf4\xdc\x68\x40\xc7\x8c\xd7\x9b\x64\x4b\xbc\x20\x65\x6d\x0c\xfa\xfd\x1c\x9f\x43\xe1\x1a\x5c\x86\xc6\x86\xb6\x1a\xf2\x08\xf7\xaf\xae\x3c\xb5\xf1\xa6\x06\xd0\x17\xa2\x76\xcb\x6e\xbf\x29\x6b\xc6\x19\x86\x4e\x68\x6d\x51\x7f\x66\x66\x85\x9f\xeb\xa3\xe2\x28\x2f\x76\x4d\xe1\xa7\xdb\x72\xcc\xfa\x6e\x3a\xa0\xf9\x90\xe2\x5b\x5b\xa7\x77\x01\xf7\xd2\x33\xd9\x2c\xb1\x56\x92\x9d\xa7\x06\x0e\xa3\xd3\x3d\xf9\x2c\x5b\x45\x56\x63\xa9\x17\xaa\x6c\xd9\xac\x04\x16\x89\x53\x9e\x97\x97\xa2\x0e\x78\xb1\xb9\xa6\x6b\xb0\x28\x73\x2d\xd9\x52\x36\x1a\x35\x1c\x28\xbc\x6a\xc5\xca\x53\xa3\xa1\xee\xcf\x9c\x83\xd8\xfb\x01\x59\x05\xac\xbd\xe9\x98\xd7\xac\xac\x67\x65\x5d\xb6\xee\x90\x54\x52\xae\x62\x14\x69\xd0\x0d\x8a\xf4\xf7\xc7\x01\x9a\x76\xad\xfe\x5e\xe8\x29\xeb\x69\x03\xac\xc4\x21\x68\xc4\x4e\xa0\x08\x3e\x16\x39\xd2\x8d\xd5\x54\xd4\xbc\x29\xa5\x2d\x29\xd4\x2e\x84\x19\xce\x9f\xdf\x05\x57\x88\x9d\x46\xca\xa5\x66\x7e\xe6\x9c\x5b\x57\x61\x33\x49\xd8\x4f\x02\xce\xa6\x3e\x3a\x5a\xf8\x69\x25\x2c\x03\x7c\x6c\xb6\xca\x28\x8b\x78\x33\xa6\x45\xbf\x44\xe3\xb2\xac\x95\xb9\x92\xd6\x33\x85\x79\x8a\x05\xcc\x73\xcf\x15\xd9\x6f\x2d\x2c\x6d\x3c\xba\xeb\x52\x18\x74\x8a\x4b\xd1\x6c\xa0\x28\x8f\x59\x0b\x52\x12\x59\x23\xde\x50\x5e\xe5\x57\x0b\x05\x09\xae\x18\x9f\xb6\x6b\x20\x65\x61\x0d\xe5\xef\xd8\x53\x90\x03\x20\x26\xe2\xca\xd2\x61\x8c\x2c\x60\x2d\x18\x66\xdb\x66\x83\x67\x9e\x03\xdd\x2b\xa7\xeb\x8a\x37\x80\xec\x46\x56\x1a\x04\xad\xbc\xd7\x70\xa6\x89\xa7\xd4\x95\xa8\x34\x7b\x33\x83\x14\x8d\x5c\xad\x90\x76\x72\xcd\x0b\xd7\x15\xd0\x4f\xba\x4b\x35\x2f\x6c\x25\x9b\xca\x75\xdd\x02\xfc\x58\xcc\x08\xc5\x37\x0d\xb2\xc2\xc9\x68\x84\x2f\x57\x78\xc0\xb9\xe1\xb1\x66\x94\xa0\xbb\xb6\x29\xe7\x73\xd1\xa8\x98\xf0\x1d\x97\x05\x52\x0f\xbd\x18\x16\x19\xe1\x82\x7c\x7b\x99\x99\x98\x04\x22\x31\xf7\xe9\x74\x2a\x56\x2d\x8a\x32\xc0\x7e\x12\x01\xa7\x5b\xbe\xc1\x4f\x51\x7c\x24\x06\xc8\x5d\xb2\xca\xb7\x9e\x57\x32\x27\x34\x2a\x68\x81\x1b\xd8\xb8\x94\xae\x82\x7d\xa0\xa6\x80\x96\x8e\x72\xe3\xa3\xdb\x17\x71\xbb\x45\x74\x4a\x64\xf0\xe9\xb0\xca\xec\x15\xa3\x42\x3f\xe8\x0c\x53\xb9\x7d\x7c\x41\xd7\x25\xc0\x2d\x2f\x00\x10\x27\xfd\x68\xbe\x7b\x45\x93\x44\x06\x12\x30\x94\xdd\x6a\x3d\x9e\xaa\x4d\x3d\x4d\xee\x7b\x43\x3b\xf2\x9e\x15\xb9\x32\xfa\xb7\xc7\x20\x79\x9d\x18\xd2\xa2\x50\x13\x7f\xc7\x00\x3f\x0d\x84\x6b\x25\x5e\xd7\x10\x44\x0f\x7f\xbf\xe7\x4d\x0d\x25\xed\xf6\xbf\xe7\xd6\x5f\x41\x2e\x87\x68\x3e\xf8\xd0\xba\x24\x66\xcd\x19\x91\x16\xbd\x63\x5a\xd6\x72\xf7\xf6\x87\x77\x27\xff\xf9\xc3\xaf\xc7\x3f\xfc\xfc\xf4\xff\x65\x13\xf6\xf0\xdf\xe9\xa6\xe9\x3a\x99\xbc\x15\xf1\xc1\x7c\x01\xee\x3f\xc0\x18\xd6\xca\x2a\x88\xc0\xb3\x50\xf0\x05\xc9\xab\x08\x4a\x09\x7a\xa3\x82\xa7\x94\x47\x79\xe1\xf1\xd8\xe8\x11\xa6\xcb\x58\xc8\xd3\xf4\x80\xc8\xae\x11\x59\x3e\x95\x2f\xf1\x5d\x47\xe7\xef\xb0\x26\x26\x58\xfc\x9d\x22\x60\x38\x3e\x91\x24\x96\x90\x62\x02\x5c\xa1\x6a\x71\xc5\x8a\x72\x29\x6a\x05\x6c\x5e\x0b\x0f\x81\x16\x72\x21\xbc\xa5\x24\xd0\x69\xcd\x33\x77\xb9\x74\xe4\xee\x8c\x53\x12\xdc\x08\x2d\x91\x80\x76\x67\x1c\x6e\xf8\x74\x2a\x97\x4b\x09\x71\x30\x0b\x0e\x19\x91\x40\x3a\x91\x0d\xab\x84\x52\xb1\xe1\xe6\x88\x48\xf0\xbd\x79\x23\xaf\x7a\x5e\x91\xd3\xcc\x35\x98\xab\x99\x23\xdf\xe0\x0c\x33\x22\x53\xc5\x21\x4e\xa9\x76\x59\x80\xbe\x63\x6a\x3d\x5d\xe8\xe3\x6b\x78\xf8\x15\xee\x5c\xa3\x90\xca\xe9\x74\xdd\xa8\x11\xd6\x1e\x5e\x0a\x5e\x2b\x3d\x1f\xd0\x37\x34\xdf\xcf\x88\x57\xcc\x94\x7d\xc4\x7e\xa8\x02\xd2\x53\x60\x3b\xde\x36\x01\x50\x12\x0a\x59\xf7\xac\xf4\x1c\x4d\xcd\x48\x78\xb5\xb0\x1a\x37\x42\x50\x17\x8c\x63\xc9\x0d\x2d\xa6\x71\xaf\x59\x53\x29\x47\x8b\xe5\x0a\x45\x24\xf4\x7e\x9a\x95\x21\xbf\x81\x19\x1f\x13\x2d\xd9\xe0\xfb\x8b\x83\x3c\x66\x8e\xb6\x50\x2b\x67\x0a\x64\x0e\xa3\xdd\x81\x5e\x65\xa4\x4f\xd5\x6a\xdc\x50\x9d\x0c\x95\x3e\x6e\x34\x82\x4f\x62\x93\xad\x80\x39\x17\xed\x4b\xff\xd1\x73\xad\xb2\x85\x95\x99\xed\xad\xa9\xef\x18\x1a\x41\xb4\xcd\x27\xb1\x21\x2e\xed\x46\x50\xba\x61\x13\x76\x7d\x93\xcd\x5b\x6c\x37\x2c\x58\x9f\x9c\x6f\x39\x8a\xd8\xc6\xba\x02\x78\x44\x7f\x4e\xab\x3f\x82\x20\x5d\xb6\xd1\x53\x58\x23\xa7\xfb\x73\xd7\xef\x54\x36\x8d\x50\x2b\x59\x83\xe8\x28\x6a\xbd\x7d\xcc\xfa\x26\x93\x80\x82\x43\xb5\xee\x1b\x76\x9a\x01\x16\x56\x11\xac\x1e\x23\xd7\xab\x5d\x01\x52\x23\xc9\x16\xc0\x75\x8d\x0e\xf1\x8f\xb9\x40\x34\x16\x04\xaf\x81\x76\xe8\x30\x15\xb8\x5a\x3f\x09\xcb\xab\x03\x1e\xee\xdf\x47\x95\xd7\xcd\xf9\xfe\xfd\x74\x12\xe0\xc5\x89\xc1\x9e\xa2\x69\x37\xfd\xe0\x8b\x41\xce\x01\x3e\xe9\xe2\x43\xf0\xcd\x59\xae\x58\xf9\x0e\x5f\x78\xba\xb2\xef\x9c\x1d\x65\xea\x35\x75\x61\x4a\x8d\x9b\xe5\x02\xaa\x48\xe0\x60\x5c\x29\x39\x2d\x39\x1a\x44\xc8\xbe\x25\xc6\x0c\xbf\x1a\x27\xe4\xcc\x85\xbb\x62\x68\x0e\x02\x9e\x44\xd2\x7f\xd7\x16\x88\x57\x8f\x17\x74\xdd\x4e\xa5\xd9\xec\x7e\xf9\x86\xb4\x0f\x57\xea\x34\x29\xb3\xef\x57\xd1\xaf\x05\x5d\x8a\x5d\x6b\xc0\x26\xb4\x49\x1c\x9b\x10\x46\x53\xe7\x08\x85\x2f\x0c\xac\x31\x41\x08\x85\x66\xaa\xd6\x13\xb7\x16\x9f\x4d\xed\x7d\x27\x25\x53\xdb\x15\xae\x00\x50\x46\x74\x7e\x81\x31\x4c\x35\x7c\x4d\x0b\xeb\x4d\x80\xe3\x35\x44\xae\xa9\x2e\x3a\xf3\x4a\x7c\x6e\x63\xc9\xc0\x05\x93\x4c\x58\x7f\x99\xd2\xa1\x0c\x75\xea\x0f\x62\xda\xf4\x6b\xe6\xc3\xf8\x11\x20\xb0\x12\x2d\xfb\xd5\x11\xf9\x63\xcb\x93\x73\xe7\x31\xe1\xb0\x2e\x24\x07\xcc\x0b\x87\x26\x87\x14\x25\xfe\x56\x32\x89\x05\x0e\xcb\x9a\xfe\xb2\xe2\x0d\x5f\x5a\xc8\x40\x80\x61\x07\xc0\xb0\xe0\xf3\x90\x6e\x19\x6b\x0e\xc5\x2e\xf0\x43\xb5\xb0\x26\xba\xa8\xdb\xb9\x68\x8d\xb5\xc9\x49\x30\x6e\x82\xec\x80\x3d\x8d\x36\x44\x63\x4b\x7f\x47\x83\x98\x09\xb9\xb9\xc0\xa6\xb4\x37\x21\x75\xb5\xa1\x47\x3a\xf9\x18\x6c\xb0\x9e\x9b\xfa\xe3\x85\x87\xcb\x41\xf0\xab\x5f\xd6\xc2\x01\xd9\xa7\x88\x31\x27\x6d\xdb\xa4\x6c\x51\x62\x77\x00\xcd\x22\x06\xa1\x32\x00\x83\x1f\x83\x4d\xd2\xcd\x32\xca\xd1\xeb\x00\x18\xeb\xc1\xa5\x0f\x74\xdc\xe1\xbd\x8e\x6a\xff\x86\x5c\x46\xcd\xf3\xc5\x8d\x97\x31\x2a\x70\xe3\x77\xce\xdc\xb9\x94\xa5\x73\xc9\x52\xaf\x60\x32\xc3\x74\xb8\x28\x26\x31\x79\x4f\xeb\xfb\xf9\x03\xf1\x5e\x73\xcc\xb9\x68\x3d\x21\x49\xc5\x7e\xad\xca\x3a\xab\x9d\x75\xb4\x83\xdd\x7e\xb5\x28\x35\x39\x6a\x36\x66\xb3\xa3\xe0\xe3\x64\x33\x2a\x74\xa5\xe2\x59\xb4\xf5\x0b\x7f\x92\x4a\x7a\x95\x00\x79\xca\x50\x36\xe2\x8d\x45\xb3\x37\x41\xdb\xcf\x03\x6b\xcd\x01\xb1\x78\xe9\x73\xe2\x84\x3d\x45\x2d\x8f\xba\x4f\xb9\x14\xc6\xb9\x9d\xdc\x1d\x18\x95\x03\x38\x18\x48\xd9\x94\x5a\xfc\x2b\x9f\x58\x5c\x9f\xe7\x66\x79\x7e\xa9\xdb\xb2\x3a\x5d\x88\xcd\x8b\xb2\x35\x1e\x3e\x9e\x3f\xe2\xef\x7d\x0c\xbf\x43\x27\x30\xed\x79\xca\xd1\x65\x71\xdc\xa5\x60\x22\x85\x0f\xb4\x38\x36\x81\xdf\x24\x12\x2e\xd9\xde\x79\x71\xac\x83\x48\xa1\x49\x76\x1b\xc4\x3e\x9a\x04\xf7\x78\x3f\x3d\xde\x4f\x72\x5c\xe8\xde\x80\x96\x9e\xc1\x60\x92\xcf\x1e\x02\xbd\xf1\x26\x01\x56\xfb\xc1\x44\x69\x10\xcb\xe1\x21\x7b\x2f\x8c\x7a\x73\xc5\xf1\x0c\xe8\x93\xaa\xda\xf5\xf4\x93\x31\x90\xe6\x8c\xc5\x6e\x8f\x64\x4c\xd6\x26\xa3\x3f\xbd\x35\x18\x32\x25\x23\x1b\xa8\x4a\xac\xa9\x5d\xa6\x6b\x77\x1f\x83\x1d\x6f\xbb\xa0\xd0\x32\x85\xbb\xa1\x18\x51\xf1\x2a\xc5\x50\x07\x39\x4e\xab\xa7\xe1\x33\x6a\x75\x0d\xd0\x39\x0c\xdb\x05\x1a\x1b\xf1\xe5\x0b\x9a\x05\x1d\xe4\x1b\xdd\xe4\x44\xeb\x1c\xfd\xdf\x93\x4d\xc5\x08\x88\x76\x81\x91\x93\xc3\x13\xaf\x77\x05\x3d\xf0\x43\xab\xe9\xa2\xcd\xe4\x80\xd2\x30\x4d\xe5\xdc\x75\x0b\x15\x6a\xe8\x2a\x64\xe0\xbf\xd5\x32\x44\x78\x8b\xe7\xb4\x7d\x29\xac\xca\xbc\x0b\xc9\x31\x55\x88\x47\x89\x59\x73\x0c\xe8\x3e\x7b\x65\x8f\x7d\xb2\x63\x8f\xdc\xe4\x79\x2d\x58\x45\x1c\x31\x56\x39\xfd\x0a\x2f\x2c\x81\x16\x62\xa8\x95\xc2\x25\x5b\xf2\xba\x06\xcd\x4b\xeb\x43\x20\xb3\xf2\xaa\x92\x57\x68\x05\xa3\xe6\x14\xe4\xb5\xee\x06\x83\xdc\x9f\x0e\x9d\xe9\xc6\xdb\x5b\x42\x31\x78\xde\xc8\xab\x94\xb1\x7e\x35\x5f\xb6\xd7\x55\x77\xe6\xca\x4b\xbe\x71\xd7\xd9\x48\x54\x56\x7c\x2a\xa2\x9b\xe3\x7f\x65\xb6\x3c\x37\x18\x02\x86\x7c\xd2\x1e\x4b\xa1\x5e\xc9\x76\x1b\x57\xb6\x38\xfd\xb6\x3c\xf9\x16\xfc\xfe\x5f\x9f\x7d\x3f\xfe\x0a\xf6\x6d\xd1\xff\xdf\x98\x79\xbb\x53\xf7\x3f\xac\xfb\xbf\x9a\x75\xff\xff\x96\x71\x7f\x13\x96\x7c\x78\xc8\x5e\x43\x08\xf6\x42\xe0\x8e\x2f\xc1\x86\x8f\x78\x30\x9b\xb5\x96\x57\x56\x97\x5c\x6b\x9a\x18\x5a\xfc\x9d\x25\x3e\xc3\xde\x77\xc9\x15\xa3\xd1\x68\x9b\x16\x14\x6e\xc1\x80\x1c\xee\x20\x38\xdb\x59\x3f\x06\x1d\x2a\x7d\xea\xd1\xbc\x66\x4d\x43\xfe\xb2\x22\xa7\x63\x1a\x1b\xac\xac\xd1\x69\x8c\x32\x9b\x2b\xc1\x3e\xd5\xe2\x2a\xf4\x6c\xd9\xde\x9b\x61\x8d\xb5\xb8\xa2\xac\xf0\x74\x81\x97\x5b\x39\x8b\x58\x97\xae\x3e\x5b\x57\x95\xeb\xe3\xb8\x4b\x40\x40\xf7\x3b\xbd\x73\x15\xe3\x70\x27\x88\x5b\xdc\x5f\x4d\x86\xbd\x52\x6a\x40\x6d\x6a\xce\xeb\xc4\xb1\xe1\x55\x53\xa2\x7f\x47\x88\x42\xb8\x83\x02\xb9\x69\x87\x1c\x42\xaf\xff\x4a\xea\xed\x87\x2e\x95\x68\x8d\xae\xe9\x37\xce\x5b\x31\xcb\xc0\x71\x4d\x9f\x27\xec\xc4\xf0\x6f\x8a\xf1\x71\xc8\x70\x13\x4c\x52\x3e\x9f\xf8\x93\x24\xfc\xbf\xd3\x05\x68\x2f\x26\xad\x8f\x2a\x3c\xcc\xb4\x23\xd6\xb2\x60\xc3\xec\xd4\x7a\xf5\x17\x1e\xc0\x80\xfa\xb8\xf1\xe2\x8c\x0a\xe9\xb9\x85\xbb\xb4\x6d\xc4\x9d\x30\x61\x8a\xa6\x41\x9e\x5c\x25\x89\x0d\x6e\x01\x4a\xaa\x9a\x24\xc0\x24\xab\xd8\x45\x34\x73\xc0\x74\x80\xb2\x0f\x20\x11\x18\x14\x11\x3e\x6e\x24\x4c\x8b\x90\x59\x3d\x20\xda\x57\xb1\x79\xd3\xe5\x4f\x18\x8d\x46\x0e\xc4\x61\x72\x9d\x3d\xc6\x30\xdd\x90\xf0\xb9\x93\x61\xee\x0b\xe0\x5b\x1a\x72\x3d\x4e\xbd\x17\x6c\x22\x7d\xb4\x2f\x76\x6d\xcb\xbb\x0a\xb6\xb5\xb8\x4a\x8f\xe7\xd1\x78\xa7\x45\x8a\x8a\xa3\x3e\xd7\x9c\x73\x09\x44\x7f\x65\x4d\x3e\xf3\xa4\x97\xc9\xc6\x39\x44\x2f\x2d\x57\x09\x3f\x15\x05\x06\x13\x40\x2f\xa8\xfa\xad\x5d\xee\x40\x77\x00\x53\xe0\x43\x2e\xcf\xee\xdf\x0f\x50\x37\x8a\xd8\xf2\x76\x03\x77\x72\x1f\x48\xb3\x45\x65\x47\x0f\xf3\x13\x9e\xcc\x90\x1f\xc9\x2b\xef\x36\x10\x91\x65\x73\x17\x1f\x68\x52\x4c\x2b\x81\x18\x9b\xe0\x51\x06\x72\xc0\x94\xd7\xac\x90\x40\x83\x57\x6d\x89\xd1\x0c\xf8\x29\x25\x33\xb9\xbd\x1c\xe3\x21\x60\x2a\xf7\xef\xb3\x7b\xdd\x58\xda\x29\x29\x8d\x46\x23\xfa\xf5\x30\x7a\xd7\xcd\x06\xb2\x28\x1c\x9a\xec\x03\xa8\xcd\x74\x02\x6d\x9b\x11\x9a\xba\x4b\x24\x73\x2b\xa2\xc5\x79\x48\xdc\xa3\x44\xdb\x52\xf7\xea\xcc\x4e\xb5\x57\x87\xb3\xb2\x81\xca\xd2\x4b\x61\x57\xa2\xd7\xe2\x5a\x6c\xec\x62\xa0\x9e\x61\x47\xeb\xa4\x28\xe9\x94\xe3\xed\xb5\x8b\x09\x51\x8a\xd8\x85\xfc\x0e\x82\x44\xe4\x31\xbf\x95\xf7\x5a\xfb\xa4\x61\x44\x89\x31\xd6\x14\x9d\x3d\xee\xdf\x4f\x57\x67\x2f\x36\x13\x10\xd5\x78\x1f\xed\xb2\x07\xd8\x7f\xdd\xd3\x89\xd2\x04\xc5\x30\x46\xaf\xb7\x51\xd3\x8e\x9e\x88\x5c\x4c\x1b\x7c\x35\xfb\xdd\x8a\x97\x2d\x82\xfb\x16\x54\xe4\x60\xde\x4b\x96\x4f\xce\x17\xcb\x98\x16\x1d\xb4\x91\xe0\x1f\xd9\xba\x0a\xd1\x8a\x66\x59\xd6\x02\x7c\x65\x02\x8d\x0f\xd4\x3d\x6b\xbf\x8b\xdc\xda\xc2\xbb\x37\xfa\x02\x74\x47\x1f\xcf\x10\x8b\xa4\xa8\x48\xf9\xc0\x86\x17\xb2\xa1\x6a\x6b\x24\x38\xe8\xb3\x4d\x38\x1d\x49\x6b\x42\xd2\xd4\xde\x0b\x59\xca\x97\x2f\xfb\xea\xc8\xd1\x41\xdb\x71\xd9\x4a\xb3\x7e\xc4\xc8\x76\x49\xcd\x32\x72\x86\x89\x3f\x8a\x49\x48\xe0\xb1\xd3\x29\x0d\xc7\xd4\x3e\xc2\x0f\x08\x41\xc0\xb1\x6e\xba\xcd\xc4\x91\xcc\x9a\xd2\x25\x0d\x7d\x4e\x4d\x0c\x07\xa7\x22\x93\xad\x54\xb1\x75\x31\xbd\x48\xd4\x81\x82\xd8\xcb\xe4\x90\xbd\xb1\x9e\xfd\x1c\x77\xd0\xe7\xd6\xc7\x2a\xc1\x76\xed\x6b\xad\xa8\x59\x8b\x01\x6b\x45\x55\x29\xd8\x20\x90\xc8\xc4\x7b\x73\xa2\x03\x3d\x74\xd7\x2e\xc4\x06\x78\x8d\x51\x54\x35\xa7\x01\x8f\xd0\x78\x37\xaf\xd6\xcd\x4a\x2a\xa1\x7c\x18\x52\x2d\x5b\xad\xd9\x5e\x62\xe5\x88\x51\xe4\x6e\x62\xed\x08\xcf\x0d\x90\x36\x49\xc8\x14\x32\x41\x9a\xa7\xfd\x6b\x56\x2a\xdb\xd2\x89\xa3\x03\x3b\x57\xe3\x74\x6d\xd9\x1b\x71\x21\xcd\x81\x68\x7d\x64\xb1\xd9\x71\x79\x69\x03\xd1\x71\xe0\xe7\xef\xde\x79\x7f\x64\x4d\xbb\x68\xa8\xf7\xac\xfc\x2c\x8a\xde\x10\x27\x53\x56\x65\xbb\xf1\x25\x5d\x00\xff\xb4\xeb\x37\xbc\x21\x75\x47\xf6\xe8\xdd\x05\x92\x93\xae\xd2\x5c\x4b\x64\xed\xd1\xe5\x17\x9c\x85\xf1\xa9\xde\x3a\x4f\x0d\x0b\xc3\xdd\xa6\x5f\x42\xd7\xf6\x75\x8f\x7d\x61\x9f\xc4\x46\xce\x3a\x14\x42\xf0\xa7\xcb\x9c\xa3\x0f\x1d\x1f\x9d\xb1\x2f\xd9\x9e\x42\x7f\xa7\x5f\x30\x7c\x14\xe9\x73\x43\x43\x6d\xa1\xaa\x3f\x3a\x21\x88\x29\x5f\x2b\x61\xdc\xc6\x8d\x69\xfd\x82\xb7\xd3\x85\x95\x6b\xa8\xec\xac\xa0\x5f\x30\x94\xe0\xe3\x52\x69\x19\x88\x95\xb5\x0b\x00\x06\x3b\xa9\x12\xed\x69\xb9\x14\x72\x0d\x92\x7a\x23\xfe\xb1\x16\xaa\x7d\x5a\x97\xe8\x15\xfa\xa2\xe1\x4b\x30\xd9\x7f\xc7\xde\x09\xdd\x87\xd2\x93\xcf\xd4\x42\x9f\xf1\xa9\xb8\x90\xf2\x13\xfa\x78\x1f\x42\x43\x75\xf8\xf0\xfb\x3f\xfd\xf9\x7f\x1b\x2f\x2a\x47\xa9\x3c\xae\xcd\x74\xfb\xaa\x4b\xd5\x61\xdc\x50\x96\x78\xf9\xba\x29\x99\xba\x2a\xdb\xe9\x82\xf5\xf1\x4b\x70\xfd\xf6\xc9\xf8\xb9\x12\xc1\x5a\x8f\x23\xca\x0b\x54\xce\x7c\x89\xe1\xa2\x96\xfb\xe1\xa7\x01\x51\xcc\x7f\xad\x10\xf0\x98\xbd\x90\x3e\x87\x9d\x84\xb3\x83\x62\x3a\x20\x4c\x20\xeb\xb6\x71\x3f\x90\x79\x9f\x85\xe3\x7a\x92\x0b\x54\xd7\xad\x07\xec\x3b\x0d\x90\xd7\x51\xb7\x6a\xa8\xf5\x16\xf7\xb7\xb1\xf1\xdc\x3b\xdd\xac\xc4\x63\x0d\x83\x9c\xed\xf2\x98\x7b\x82\x45\x05\xa4\x6c\xdf\x8a\xd9\xae\xc4\x66\xec\x0b\xab\xd7\x55\xf5\x04\xd2\xd6\x13\xd7\x39\x63\x76\x83\x8e\xcd\x1d\x85\x8d\x5c\x30\x99\x87\xb7\x41\x3d\xda\xc2\x3c\xbd\x86\x32\xa0\xd9\x97\x3e\xf8\x5d\x34\x84\x6c\x16\xfa\x1c\xc6\xbb\xf4\x2c\xcc\xe9\x84\x9b\x3d\xd9\xfe\xc3\x04\x7a\x92\x41\xfb\xad\x50\xc2\xba\x36\xc2\x61\x06\x2f\x7c\x13\xab\x66\x9d\x8d\x3f\xee\x4a\x0e\xdf\x05\xa0\xcf\xe7\x66\xe8\x60\xb8\xc1\x7d\xbe\x0d\x24\x7a\x44\x5b\x33\x4c\x7c\xe0\x12\x41\xfa\x77\x67\x04\xfc\x67\x86\x66\x95\x6d\x4f\x69\x52\x0e\x3c\xce\x68\xbc\x18\x78\x38\x93\xcd\xd4\x78\xde\x83\xd3\xbd\x84\x74\xed\xf6\x0e\x60\x05\x3e\xec\x86\x18\xb1\x59\xc3\x51\x27\x33\xbd\xdb\x6b\x25\x08\x20\x35\xd1\xae\x1c\x1d\xb9\xde\x3e\x7d\x61\x89\x99\xc6\xd4\x5a\x59\x1a\xb9\x94\xe0\xd0\x3f\xb5\x1e\x5c\x23\xbf\xa6\x80\x65\x4c\xa8\x15\x64\xe2\x4a\x28\xcd\x93\x7e\x6e\xc5\x98\xeb\xc0\xe5\x62\x9b\xe0\xd9\xf4\x4b\xee\xb4\x31\x93\x00\x10\x48\x35\x39\x7d\xd9\x84\xe7\x7d\x27\x61\x1f\x65\xc8\x5e\x5c\x4b\xc1\x35\x26\x82\xe5\xee\xf5\xcf\x71\x42\xa2\x04\x98\x0d\x90\x2a\x26\x37\x61\xf9\x02\x9b\x48\xdf\x4f\xd1\x85\x84\x58\xa3\x14\xfa\x17\xe7\xa6\x19\xcf\xc4\xd0\x84\x4c\x52\xc0\x5b\xcc\x27\x26\xa9\x99\x59\x11\xa9\x34\x37\x21\x03\xc6\x59\x94\x58\xf4\x83\x5d\xed\x61\xba\x8c\x43\x3f\xed\x33\xc6\x15\xa2\xe2\x51\x17\xe1\x2d\xeb\xf9\x33\xb1\xe0\x97\xa5\x6c\xfa\x9d\x94\xf7\xb6\x14\x32\x20\x8f\xdb\x88\x1f\x25\x95\x3b\x48\x35\x39\xd8\x4f\x31\xce\x5c\x1f\xb7\x29\xaf\xb5\x00\xeb\x64\xc9\x96\x5c\x83\x50\xd1\x57\x49\x77\xf0\xf5\x27\x1c\x36\x02\x94\x85\xd0\x67\x93\x33\x05\x95\x5b\x41\xf6\xe1\xf5\xd4\x9e\xf1\x38\x61\x88\x11\xae\xed\x95\x5f\x32\x22\x12\x8e\x51\xc2\x1a\x7e\xb2\xe2\xec\xf6\x3c\x7b\x16\x7d\x24\xdd\x1e\xcc\x96\x06\xd7\x1b\x47\x74\x2f\x3c\xfb\x39\x68\xea\x6c\x27\x90\x82\x1e\x2b\x03\xe4\x4a\xd3\x0c\xa4\xfb\xbf\x2a\xdb\x85\x16\xc7\x4c\xcd\x0c\x67\xb4\xc2\x53\x50\x6d\xac\xaa\xe0\xe2\xb3\x63\x7a\x72\xd7\xa9\x1a\x18\x4e\x1b\x6e\x02\x5a\x40\xe7\x31\x6a\xb9\x2b\x92\xe0\xec\x97\xe6\xf2\x49\x0b\xa8\x26\xde\x49\xd4\xfc\x42\x6b\x1a\x6b\xb8\x2b\x2f\xd0\x8d\xc5\x06\x83\x23\x4a\x62\xf3\xd9\xe1\xe1\xee\x15\x5c\x70\x53\xf9\xdb\xa8\x41\x75\x1b\x4d\xac\x0f\x1a\x4f\x48\x77\xb8\xda\xd4\xd3\x31\x46\x51\xe2\x16\x87\x3f\xfb\x61\xab\xbd\x0f\xf1\x24\x16\x93\x4c\x6e\xbe\x6d\x27\xcb\x9d\x59\x3b\xe6\xce\x3a\x38\x31\x03\x09\xcc\xa0\x84\xfe\xa5\x18\x21\x2c\x27\xc8\x7b\xee\xd9\xb2\x8f\xd3\x1e\xed\x18\x27\x5b\x90\x26\x85\x3d\x09\x15\x01\x94\x8f\xb2\x2a\x44\x3f\x2a\x10\x53\x09\x62\x1e\xa7\x46\xd3\xd8\x0e\xdf\x81\x97\x98\xaa\xb3\xfb\xf7\x59\x37\xbb\xb0\xab\x7d\x21\xd7\x10\x95\xf0\x56\x4c\x35\xa2\xa2\x0f\xb4\x14\xf8\xcc\xb4\x78\x5e\x95\x90\x87\x68\xda\x06\x79\x4f\x73\x20\x53\x13\x9d\xc1\x76\x60\x27\xcd\x26\x9c\x71\x09\x6b\x8e\x02\xa0\x46\xc6\x12\x3d\x0e\x9f\x82\x95\x3a\x2d\xeb\xe1\x69\xbb\x95\x1d\x76\x09\xb9\xf1\x4d\x94\x83\x99\x30\xc5\x18\xd7\xe4\x55\x3f\xce\x75\xeb\x99\xfc\x8c\x3a\x40\xdc\xdb\xb2\x3f\x8f\x52\x82\x3c\x8e\xe9\x56\x90\x69\x16\x0c\x6f\x74\x80\x8e\x24\xc1\x8e\x31\x3f\x88\x93\xe9\x27\x2d\x6e\xbd\x4c\xe1\x38\x47\x2c\x07\xce\x48\x4d\x1b\x59\x55\x58\xb4\x3d\xfc\x60\xbc\xed\x83\xf7\xc1\xe2\xa6\x25\x2a\xa3\x2b\x13\xfb\x92\xba\x5a\x25\xa4\x8b\x08\x81\x2e\xbe\x2d\x39\x1f\x8f\x82\xf3\x8d\x0b\x79\x55\xd6\x48\xea\x30\xf4\xba\xef\x12\xc6\x9a\x08\xef\xfe\x55\x59\x0f\xad\x90\xd8\x1b\x9a\x23\x5f\x08\xbd\x5d\xa7\xa2\xef\x08\xe6\x30\x08\xb1\x1e\xb2\x6b\x56\x09\x8e\xd5\x35\x51\xa3\x1d\x84\xe3\x6a\x02\xf5\x4a\x88\xc2\x58\xb1\x34\xcf\xdb\xb1\x9b\x77\x98\x77\x8d\xd9\x30\xa6\x1b\xe9\x15\x41\x08\x47\xa9\x8c\x1e\xb8\xdf\x66\x36\x71\x8d\x21\xe4\x91\x98\xb8\x37\x24\x99\x46\x99\xeb\x6c\x8f\x62\xc3\x36\xa2\xd3\x64\x1e\x47\x27\xca\x3c\x4d\x81\xb5\xbd\x44\xf3\x86\xc7\xdb\x45\xd7\x63\x71\xb1\x9e\xdb\x60\xff\x4e\xb9\xd5\x1c\x52\x2c\xf2\x06\x49\x7c\x47\xa2\xbe\x1c\xbd\x7a\x7d\xfc\xc3\xaf\x3f\xbc\xfa\x1b\x98\xc2\x7b\xab\x46\x16\x6b\xe8\xb8\x37\x20\x77\xcc\x7b\x95\xf3\x82\xc4\x6a\x07\x72\x86\x3f\xd9\xc1\x01\xbb\x58\x97\x55\x71\x00\x49\x5d\xb4\x40\x69\x52\x96\x19\xb4\xf8\xfc\x04\x5e\x57\xa8\xf9\x52\x8c\x23\x4b\xe2\x30\x60\xa0\xde\xed\xd9\x24\x85\xd3\xe2\xcb\xd8\x26\xcd\x50\x63\xd6\x73\x89\x41\x7a\x24\x5d\x75\x60\x6f\x09\x63\xa4\x8c\xe5\xf6\x6f\x60\x98\xd1\x6a\x22\x35\xe0\x3a\xa3\x4f\x64\x0c\x26\xc8\xdd\x91\xcd\x3a\x5e\x86\x5b\x65\xb3\x8e\x3f\xde\x37\x9b\xb5\x21\x30\x77\x11\xb0\x4f\x6d\x5e\x13\x10\x80\x17\xe5\x74\xa1\x25\xec\xf0\xae\xb6\xac\x55\x59\x80\x54\x8d\x0d\xcc\xed\xae\x8f\xbd\x9a\x95\x6d\x46\x26\x36\x59\x87\x1d\x6c\x61\xae\x6c\x03\x73\x9a\x26\x9b\xc8\x88\xfe\xec\xc4\x07\xf6\x9f\x7d\x3e\x27\xdd\x3a\x64\xb7\xf0\x99\x14\x02\xc8\x94\x00\x30\xac\xbe\x7f\xed\xe7\xc3\x6e\x06\x5a\x19\x76\x22\x31\x29\xdc\x91\x21\x05\x71\x02\x71\x5a\xc5\x8e\x64\x1b\x8b\xd2\xce\xba\xac\xe8\xb6\x4e\xd5\x37\x4b\x9b\x3d\x64\x1f\xc0\xb8\xd5\xa3\xd6\xa9\xf7\xe6\xbe\x06\x62\xba\x49\x7a\xb6\x19\xa4\xf5\x20\x01\x05\x5e\xcf\x79\x5a\x55\x61\x72\x02\xbd\x05\x0b\x59\x8b\x6c\xb4\xec\xe1\x21\x7b\x91\xd5\x6e\xc0\xb1\x00\xcd\x57\x5a\x71\xc2\xa4\x54\x5c\xb1\x19\x07\xd5\xc5\x99\xca\xc0\xbb\x99\xdc\x95\x46\x96\xae\x2b\x33\x01\x50\x14\x99\xac\xad\xd2\x7c\x29\x1a\x45\x72\x3a\x74\x6b\xa0\x26\xf7\x80\x99\xb1\xd1\xbc\x00\xe6\x20\x47\x94\xf1\xd8\xbc\x32\x9a\xaf\xac\x5d\x44\xc5\x1e\xb6\x38\xef\x54\xfd\x77\xde\x00\x6b\x17\xa0\x42\xa8\x20\x1c\xc3\xa4\xb8\x9b\x55\x5c\xc1\x7d\x06\x87\xc4\x19\x98\x5a\x32\xcc\xf1\x36\xc3\x2c\x58\x87\x87\x74\x26\x23\x76\x82\x37\xc4\x06\xd4\x29\xe4\xe9\xb9\x12\x06\x35\xce\xba\xd0\x89\x19\x70\x12\xd9\x76\x5b\x67\xc6\xac\x04\xbf\x14\x61\x48\x84\xdd\x28\xeb\xba\x95\xeb\xe9\x42\x14\xc6\x65\x97\x3a\x04\x91\x08\x75\x88\x12\xd5\x8f\xc9\xbe\xfa\x98\x4d\x20\x0f\x69\xba\xed\x69\xc8\x67\xea\xbe\x09\x52\xab\xe3\x89\xbf\x71\xe9\xc2\xa1\x13\xe0\x51\x93\xeb\xf4\xd2\xed\x86\xa4\x15\xbf\xce\x48\x60\xf7\xef\xb3\x7b\x89\x40\x74\xff\x7e\x26\x17\x7a\x30\x84\xbb\x32\x34\xb0\x45\xa4\xee\x26\x4a\x80\xfe\x38\xba\xe2\x1c\x39\xc3\x14\x98\xe7\xf4\xdc\x52\x96\x19\x77\x42\xf2\xa8\x67\xa2\x12\x6e\xa2\x11\x0f\xbb\x86\x0c\x7a\x4d\x32\xaf\x07\x75\xb9\x68\x82\x7f\x66\x33\xdc\xc7\xc4\x3e\x18\xd8\x20\x29\xc1\xe8\x51\x7c\xd5\x9a\x4d\xb2\x6f\xd9\xc3\x01\x5f\xb7\x12\x35\xeb\x83\xb2\x98\x7c\xfc\x83\xb1\x06\x19\xd1\xf4\xe3\x1f\xfc\x07\xc1\x6c\x72\xe3\x6e\x41\x19\x0b\x7d\x29\xa1\xfe\x01\x6d\x1d\x18\x0c\x08\x90\x21\xd2\xe8\xaf\x4c\xe2\xf8\x48\x9e\x89\xeb\xac\x47\xaf\x6f\x5d\x6e\x3d\xfa\xbe\x23\x39\x54\x94\xa6\xec\xee\xa9\xa5\xba\x44\xb5\x5b\x8b\x69\x01\xd4\xc1\xa4\xaf\x75\xef\x53\xde\xda\x32\x18\x98\x10\xec\x05\x94\x4d\xc1\x7c\xe0\x3f\x95\xf3\x85\xde\x0a\x0d\x57\xed\x3b\x51\x89\x69\x2b\x1b\x68\x44\x5f\xbc\x92\x4f\x0b\x4d\xef\x72\x79\xee\xb3\xe9\xc3\xaf\xd9\x52\x2c\x65\xf9\x5b\x57\x32\xfd\xce\xdc\x63\x3e\xe5\x1b\x57\xfa\x87\x9e\x11\x26\x45\x8f\x33\xc1\x8d\x0e\xfd\xbb\x34\x13\x5c\xda\xd3\xbb\x55\x55\xb6\x5d\x5d\x91\x97\xf4\xef\x5c\xbf\xf8\xe6\xc7\x4a\x5e\xf0\x8a\x94\x83\xca\xc3\xe5\x73\x02\x66\x76\x4c\xe7\xbc\xf0\xdb\xae\x22\x05\xb9\x04\xee\x71\xbd\x81\x7c\x6d\x00\x48\x0f\x12\x2c\x0b\x50\xe6\x7e\x90\xe5\x70\x68\xf2\x19\xbe\x73\x89\xa5\x29\x9c\xa6\x3e\xd8\x49\xad\x44\xeb\x52\x1a\x9a\x87\xcf\x65\x25\x1b\xf7\x70\x10\x7d\x99\x54\x73\xbd\x88\x96\x36\x69\x9f\x5b\x7f\x84\xd5\x1a\x29\x7c\x47\xc9\xea\x66\x7b\x4b\x5a\xf9\xee\x68\x87\xd7\x6c\xc5\x2b\xd1\xb6\x62\xcc\x56\x43\xa6\xc4\x92\xd7\x6d\x39\x85\xe9\x29\x10\x40\x5b\x92\x0e\xd2\x65\xdc\x90\xcb\x25\xaf\x0b\xec\x9d\x1e\x1e\x38\x6d\xd4\x69\xaf\x12\xb3\x76\xcc\xbe\x77\x3a\x62\x2b\x57\xf4\xe7\x85\x6c\x5b\xb9\xa4\x4f\x9a\x72\xbe\x68\xc3\x26\x0d\xdc\x9d\xf7\x6a\x59\xbb\x5b\xd7\x9b\x6d\x00\x75\x21\xc5\xbb\x92\x85\x25\x1b\x58\x48\x27\x10\x4f\xc3\xd0\x80\x56\xea\x4d\x30\x66\x7f\x0a\x9c\x0e\x17\x94\x9e\x60\x8d\x8b\xed\x98\x09\xbe\xc6\x89\x01\xa6\xc7\xac\x07\xd1\xae\x98\x6b\x3a\x08\x73\xa6\xde\x86\x00\xd8\x68\x26\xeb\x56\x8d\x96\xa2\x28\xd7\xb4\xb4\x64\x00\xee\xb2\xac\xc1\x74\x36\x66\xbd\xef\x1f\xac\x3e\x87\xd1\x09\x17\x7c\xfa\x69\xde\xc8\x75\x5d\x98\xc1\x57\xa3\xab\x45\x19\x39\x54\x4e\xed\xab\x5a\xac\xdb\x86\x57\x6f\x9a\x72\xc9\x9b\x4d\xd0\x66\x85\xa9\x5b\xc7\xac\xf7\x80\x7d\x9f\x8c\x92\x5b\x37\xfa\xea\x2d\x2f\xca\xb5\xb2\xc5\x3f\xec\x3f\x65\xe8\x72\x5a\x1b\xf3\x43\x8e\x7c\x9f\x65\x4a\x68\x6e\x19\x39\x29\x89\x39\xcc\xd9\x16\xcf\x86\x24\x25\x96\x94\xed\x4f\xf2\x52\x80\xed\x81\x0c\x95\x41\xa2\xc1\xd4\xcf\x7a\x07\x07\xd5\x5f\x63\x5c\x1e\xf3\xe6\x13\x35\x2a\x77\x4c\x79\xcf\x09\x9b\xde\x7b\xba\x75\xa5\xc7\xee\x75\x4e\x91\xb1\x0f\xe7\xa3\xff\xe3\x3a\x4f\xd6\x47\x4b\x85\x2f\x4e\xa6\xb2\xbe\x39\xef\x1c\x68\x35\x82\x7d\xa8\x27\xf1\xb4\x6a\xbf\x72\xac\x97\xa2\x5e\xef\x1c\x6f\xcb\x16\xcc\x2f\xe0\x4d\xb4\x80\x6f\x1a\x28\x90\x75\x9b\x05\xfc\x06\xcb\xf7\x4d\x51\xfd\x2f\x81\x67\x48\xf7\xf7\x3f\x78\xfe\xaf\xc2\xf3\xed\xe8\xd2\xff\xbd\xe6\xad\x68\x6a\xde\x6c\xc2\x63\xfb\x3f\x78\x75\x78\xfd\xe1\xf3\x8a\xd7\xc5\xff\x6c\xe0\xff\x32\x44\x7f\x8b\x1d\x1c\xf7\x7d\xec\x2a\xeb\x6f\xef\x34\x96\x79\x7e\xc7\xe5\x09\xc5\x6a\x57\xce\xff\x99\x2c\x36\xef\xd6\x17\xad\xf8\xdc\x46\x52\x4a\xb7\x14\x74\x0b\x39\xc8\x8b\x06\x3f\x36\x7c\x73\x2a\x3e\xb7\xb1\x30\xc4\x30\x72\x66\x9b\x06\xdc\x1f\x24\xdf\xdc\xec\x2d\x52\xdd\x5a\x86\xe9\x02\x34\x59\xbe\x1e\xde\xc1\xc6\xed\x6e\x37\x99\xdd\x7b\xf5\xf0\x90\x81\x1e\xc5\x2e\xb0\x34\x20\xea\xc8\xf6\xad\xf2\x2a\x16\xf1\x4a\x26\x53\x43\x8f\x85\x31\xeb\x3d\x7c\xf0\xe0\xff\xec\x7d\x3b\x91\x6f\x8b\x84\xbb\x7b\x4e\x04\xea\xe3\x12\x2c\x7b\xd9\x13\xf3\xb5\x20\xee\xb5\x62\x77\x81\x76\x4f\x62\x71\x2a\x9a\xb6\xdc\x42\x2a\x48\xc7\x9a\xe6\xd9\x72\x75\xb7\xa3\x19\x9d\x0b\x81\x2f\x4e\xe5\xea\xad\xde\x01\x56\xd5\xe9\x3d\x48\xdb\x3c\x03\x15\x78\x4b\xb3\x98\xea\xbe\x03\x63\x7d\x48\x77\xbb\x16\xab\x37\x5e\x68\x0a\xdb\xdb\xbd\x3c\x5b\xd4\x97\x1c\x10\x09\xa7\xf9\xe6\x34\xab\x43\x9d\x89\x77\x8d\xe9\xff\x2b\x68\x74\x6e\x7a\x39\xce\x96\x1b\x79\x1b\xe9\xeb\x8d\xb1\xda\xf3\xad\x91\x7f\x1b\xbc\xfe\xb7\x9b\xf7\xce\x53\xec\x0f\xdb\x37\x67\xd4\xdf\x88\xd7\x6c\x33\x1f\xfc\xb3\x18\x51\x16\x81\xff\x14\x75\xeb\x0e\x24\xa5\x4b\xf3\xb8\xf3\xc4\xbf\x95\x9c\x7e\x51\xf1\xe9\x7f\xff\x39\xeb\x03\x3c\x0e\x1d\x36\xb7\x9f\xda\x1d\x7d\x65\xcf\x5d\xdc\xa7\x65\x9f\xd9\x4e\x2b\x7e\x21\xaa\xe0\xf3\x99\xac\xdb\xf7\x56\xda\xa9\x65\xb3\xe4\x55\x6f\x68\x12\x87\x19\x9b\x25\xbe\x56\x23\x25\x96\xe5\x85\xac\x8a\x6c\xcf\x65\xe7\x5c\xa1\xa3\x6d\x33\x5d\xee\x83\xaa\x1c\xf3\xdc\x8b\x6e\x6c\xa3\x1a\xe1\x2a\xb2\xc0\x3e\x6d\x73\x44\x87\x57\x53\xfd\xf8\x42\x60\x98\xb7\xec\x0f\x73\x96\xed\xf0\xd6\x62\x70\xcf\x84\x19\x7d\xac\x6f\x5d\x46\xc7\xdf\x38\xe4\xef\x74\x82\xc6\xb6\x72\x28\x07\xd7\x8b\x7a\x5d\x55\x78\xe5\x79\xfb\xeb\x2e\x7f\x5b\xf8\xdc\xcc\x8e\x37\x5d\x97\x50\xe1\x05\x52\x52\xd8\x27\xbe\x3f\xea\xaa\x35\x65\x4a\x75\x9b\x70\xcb\xbf\xd0\xb9\xf4\x7b\x31\x14\xbd\x21\xfb\xd0\x83\xfd\xd6\x1b\xb2\x9e\x01\xe9\x6c\x88\x21\xcf\xfe\xc2\x09\x4a\x7c\xc6\xdf\x46\xb5\x6a\xc9\x7d\x26\x99\xc1\x90\x5d\xdf\x98\x1b\x22\x53\x11\x16\xaf\x8c\xfb\x83\x31\x2d\x29\x18\xde\x21\x59\x87\xba\xa1\xa9\xdf\x85\x97\x33\xa5\x1a\x59\x17\xa1\x60\xc3\x39\x3f\x84\xc7\x7e\x39\xfd\x8e\xbd\x1e\x8d\x46\xfe\x5b\x72\x45\x6d\xaa\xbd\x3a\x31\x62\xf2\xf1\x0f\x4b\x75\x80\x9f\x1f\x1c\x4c\xdd\x64\xe9\x55\x3a\x82\x35\xb9\x76\x0b\x8c\x37\x28\xf7\x86\xe6\x0d\xbd\x02\x77\xf7\xe4\x42\x4d\x9b\x72\x85\xc5\xf7\xfd\x5e\x72\x2d\x0f\xcd\xc5\x38\x75\x13\xa4\x57\xbd\xdb\xaf\x5c\xb7\xd5\x2f\xf7\x0b\x16\x94\x88\x8d\x1e\xe7\x37\x69\xe7\x3d\x65\xd7\xf5\xa6\xdb\xa1\x77\x2f\xa4\xfe\xfc\xf5\xcb\x97\x4f\x5f\x1d\xff\xfa\xec\xe9\xdb\x5f\x7f\xfa\xe1\xe4\xc7\x9f\x4e\xd9\x84\x7d\xff\xfd\xf6\xab\x4f\xe7\x72\x9a\x9b\xed\x20\x7d\xbe\xb5\x0c\xba\xdf\x6e\xb1\x33\xda\xf5\xae\x0b\xc3\xad\xa5\xd2\xb7\x5c\x67\xf5\x96\xea\xc0\x83\x98\x2d\xa2\xde\x5d\x25\x3d\x61\xca\x91\xf9\xe5\x42\x16\x9b\x67\xae\x0d\xf9\x90\xde\x67\x3d\xfc\x7e\xf5\x99\x3d\x60\x7f\x8a\xee\xb5\xac\x46\x9f\xae\x4a\xc2\x03\xba\x2b\xab\xaf\x90\x8b\x41\xc9\xb5\x0f\xf9\x29\x1f\x98\x36\xe6\x49\x16\x03\x7a\xde\x3f\x36\xf2\x6a\xcc\x7a\x0f\xf7\xab\x1f\xcf\xab\x72\x5e\x9f\xb4\x62\xa9\x95\x4c\xd5\x36\xa2\x9d\x2e\xd2\x12\xf2\x16\x4c\x65\x79\xe5\x56\x40\x5d\xab\x5d\xa0\xda\x62\xff\xa1\x76\xfb\x6d\x80\xf5\xe9\x2b\xe2\x23\xf1\x3c\xe5\x9f\x5d\xae\x01\x94\xab\xc6\xb7\xc7\x61\xfa\x93\xed\x97\xfd\x7a\x9b\xbb\x5e\xf0\x94\x93\xcb\xe7\xac\x4d\xe8\x26\xb8\xe4\x07\xf1\xaa\xbb\x07\xd0\x87\xde\xad\xf8\x54\x80\xac\x75\xd5\xf0\x55\xd7\xbd\xf8\x35\x00\x33\xc4\x1e\x87\x26\xdc\xb6\x7d\x4e\x26\x0a\x47\x96\xce\x9c\x7d\xf9\xe2\x2b\x3b\xa5\xa9\x4f\x32\x5d\xb8\x35\xc1\xf3\x0d\xae\xca\x47\x18\x1a\x6a\x05\x16\xfd\xf7\x19\x1b\x13\xd4\x0c\x23\x59\x12\xfe\xa7\x3f\x23\x93\x37\x70\xeb\x0f\xe9\x53\x8a\xb2\xbb\x88\x3d\x1f\x69\xad\x4a\x65\xf7\x00\x74\x3b\x55\x26\x8c\xdf\x71\x24\xf8\x19\x7a\xda\xc2\xa3\xd0\x81\xf6\xa3\xad\xd0\xae\x84\xe3\xf8\x4f\xf1\xb1\x71\x7b\x2b\x7f\xf3\x6f\xde\x8a\xd9\xf0\x63\x7d\xcb\x62\x92\x11\xa7\xa0\x25\x14\x3b\xfc\xba\xa2\x2f\xa2\xdc\x1f\xee\x0b\xf0\x4c\xf8\x4f\x48\xb1\xea\xfe\xcc\xd4\x42\x84\x3e\x5c\x83\xa0\x87\x44\x06\xda\xc1\x01\xaf\xd9\xa9\x94\x55\x5b\xae\x7e\x92\x2a\x9e\x97\x79\x13\x4b\x8e\xb9\x63\x9c\xe5\xd0\x9d\x02\x24\x59\x97\xbd\xa5\x05\xbd\x7e\x84\x55\x0e\xa3\xdf\x9a\x38\xf9\x1d\x41\x5e\x64\x1f\x12\x71\x23\xf7\x46\xd1\x2d\xb1\x8f\xcc\x71\xdb\xbd\x91\x71\xde\xdb\x6b\x87\xec\x90\xc0\x83\x05\xb6\x42\x8b\x5e\x31\xef\x2f\x36\xc9\x1c\xb7\xc7\xfb\x0a\x62\x4f\x4c\x54\x6a\x5a\x80\xd2\xb7\x04\x2f\x4c\x58\x2d\x52\x70\x5e\x73\x0e\x13\x10\x4d\xab\x36\x61\x46\x5c\x60\xae\xac\x11\xf3\xd2\x88\xc5\x98\x20\xcb\xbc\x30\x5c\x27\xb7\xd4\x1f\xb0\x70\xda\x7e\xe3\xd8\x02\xc5\x64\x04\xfb\xe8\xab\x87\x30\x49\xbf\x66\xbc\x61\xaa\x2c\x04\x19\x62\x86\x7d\x75\xf6\x1e\x95\xc0\xa2\x23\xfd\x2c\xea\x79\xbb\x80\x14\xe1\x4d\x39\x07\xbf\xf7\x00\x60\xd6\x4a\x26\xea\xc0\x83\x7d\x63\x1c\xd8\x5b\xb6\x94\x97\x30\x75\x28\x58\x4d\x11\xcc\x5c\x62\x1b\x02\xe5\xb2\xac\xcb\xe5\x7a\xf9\x3a\xc4\x07\x26\xdc\x8c\xa0\xfa\xa5\x2e\xff\xb1\x16\xc6\xd7\xce\x15\x13\xc5\x14\x67\xae\x5a\x17\xf1\x5a\xd7\x53\x66\x17\xbc\x21\xa3\xd9\x92\x6b\x71\x65\xe2\x2e\x5d\x8e\x2b\xd1\xad\xc9\xc5\x07\x1d\xb4\x39\x97\x66\x5d\x51\xb4\x07\x4a\x9e\x6a\x79\x5b\x4e\x6d\xa6\x9a\x37\x89\x88\x6e\x03\x3b\x6c\xd0\x33\xa2\xe4\x83\x95\xc7\xa2\xad\xf3\xc1\x8b\x3e\x66\xeb\x5e\xf2\x56\xb0\x5f\x25\xa1\x0b\x61\x46\x2c\xc8\xd7\x41\x88\xc3\x13\x13\xc2\xe8\x3e\x25\xc9\x97\x73\x9f\x12\xfa\x90\x7c\xea\x4f\xb8\x2d\x1a\xa9\x0f\x81\xc9\xfb\x14\x9f\xe9\x33\xbb\x0c\x61\xca\x8f\x66\x3d\x6d\x49\x9a\x87\x08\x31\x2e\xfa\x4d\xad\x57\xa2\x09\x23\x69\xba\xd8\x6c\x5f\x2b\xb9\x03\x9a\x4d\xed\x16\xfa\xb6\xb3\x49\x69\x7c\x3b\x79\x25\x58\x05\xf7\xd4\x9e\x39\xf7\x40\x85\x52\x0e\xfa\x14\xda\x5f\x41\xc8\xb9\xef\x99\x96\xd4\x31\xba\xfd\xaf\xd9\x5c\x8a\x24\xf3\xb4\x6f\x97\x64\x6f\x24\xab\xf9\x54\x8d\xa9\x64\xf0\x54\x85\xbe\xd4\x56\xa4\xca\x5b\x14\x42\x17\x4b\xa4\xb6\xe3\x84\xfc\x12\x01\x35\xa4\xa2\x1f\x46\xa3\x11\xa0\xf0\x2c\x8f\x43\x6c\x11\x3c\xba\xe7\x9b\xe6\xc9\x44\xe6\x8b\x51\x05\xb4\x6b\xe8\xb2\x26\x34\x7c\xfa\xa9\xac\xe7\x9d\x2b\xe4\x49\x02\x62\xd0\xd4\x4c\x7c\x6e\x1e\xd3\x74\x29\x3b\x27\xe4\xa7\x34\x8e\x08\xe6\xfd\xfb\xe1\x03\x03\x26\x7b\x42\xfc\x1e\x6f\x06\x89\xf8\x6e\x40\xa2\x3c\x34\xe0\xa9\x7d\xdc\x5f\xf7\x86\xec\xda\x16\x6e\x47\xa3\x8b\x0f\x5a\xb6\x29\x92\xdc\x89\x36\xe5\x4f\x6d\x24\x97\x12\x8c\xbb\x40\x31\x1b\x70\x03\xc2\xfb\xe3\xa2\xbc\x7c\x32\x72\x7d\x9c\xbe\x3e\x7e\xcd\xde\x63\x46\x22\x1b\x6b\x25\x2a\x01\xe7\x9e\x40\x08\x12\xc1\x63\x27\x21\x3e\x41\x4e\xf0\x98\x12\x0d\x76\x44\x77\x54\x4d\x6a\x75\xdf\x31\x9a\xcd\xef\xd6\x28\xa4\x6d\xd0\x6d\x0f\x0b\xce\x41\x68\x12\x23\x10\x11\x9b\x15\x0d\xfe\x9b\x5c\xe3\xca\x34\x61\xed\x7a\xe6\xcf\xf5\xe4\x3a\x3c\x29\x91\xf1\xcb\x9e\xe5\xc9\x35\xfd\x15\x34\xb2\x07\x59\x37\xb1\x7f\xe7\x4c\x68\xd0\xc4\x53\x09\xfb\x2c\x82\xc7\xd1\x99\xc9\x75\xf0\xb3\xdb\xd4\x46\xc8\x24\xf8\xba\xbb\x6c\x16\x91\x39\xd2\x04\x62\xfb\x1d\x8f\x92\xa8\xa3\x48\xfe\xa9\x5b\x0c\xda\x92\x9c\x8c\x77\xa2\x1d\x99\xa1\xb2\xb4\xda\x44\x39\xc5\x80\x24\x4b\x41\x63\xcf\x3b\x5f\x8e\x48\x7f\xc1\x68\x8e\x81\xd2\x18\xcc\x89\xad\x0a\x1b\xd1\xbb\x88\x73\xc4\x36\x80\x6b\xc6\x9b\x92\xff\x8c\x6a\xb7\x21\x1f\xb8\xe5\xfc\x63\x4b\x91\xc2\xe7\x29\x15\xf6\xbd\x2e\xb8\xc2\x0b\x0c\xe4\xed\x90\xa2\xcb\xf6\xe2\xea\x08\xdb\x07\x84\xd2\x74\x1f\x06\x77\x5c\xc9\x76\x27\x91\x74\x4a\xf5\x63\x4a\x34\xd2\x24\x82\x9a\x74\x5d\xaa\x88\xc9\x75\xaa\x3f\x8e\x16\xb2\x29\x7f\x93\x75\xcb\x2b\xf2\x49\x23\x2b\x31\xb9\xee\x2d\x45\xbd\xbe\xe0\x4d\x8f\xbc\xd1\x58\x3b\x00\x65\x7f\x72\xed\x30\xe8\xde\xd3\x98\xbc\xc3\xef\xcc\x65\x10\x8a\xc7\xdf\x1d\xd2\x40\x2b\x22\xe4\x7c\x24\x97\x38\x38\x6e\x80\xc5\x23\xc8\x2f\xb8\x5e\xf5\x98\xbd\xf1\x0d\xa2\xca\x28\x3c\xd1\x77\xd9\x55\xed\x0c\x4f\xcb\x11\x11\xb2\xfd\xc3\xb6\x3b\x56\xc0\xdb\x0f\xc3\xe8\x3d\x60\x4a\x78\xcc\x47\x94\x65\x05\x8d\x02\x6e\x64\x1a\x67\x39\xd4\x11\x4b\xdf\x75\x4e\xcf\x9e\x19\xdd\x2a\x26\x4a\xfa\x59\xb6\xb1\x5d\x25\xd4\x1f\xe3\xcf\xc2\xb7\xa4\x03\x4d\xb0\x82\x8d\xe0\x2e\xf5\x32\x5b\x21\x5c\xb5\x24\x40\xb3\x63\xa3\x98\xad\xf2\xf1\x0f\xb0\x37\xe8\x65\x47\xbc\x29\xf2\x87\x38\x0a\xaa\xdc\xb5\xa0\xd4\xd2\x1a\x07\x64\xd2\x45\xb5\x83\x45\x4d\x6e\x85\xfc\x6e\xf4\x67\xae\x61\x18\xe1\x0f\xcc\x84\x79\x1a\xcc\x79\x5b\x50\xc8\x3f\x12\x75\x84\x00\xa2\xa9\xa9\x9e\x4f\x5e\x33\x8d\x48\xea\x17\x97\xcc\x8d\x4f\xdb\x57\xb2\x10\x51\x3e\x28\xdd\xd1\xc8\xf6\x1e\x16\x1c\x38\x45\xe9\xa6\x41\xf5\xb0\x95\x2b\x56\x89\x4b\x51\x19\x49\x3e\xa8\xb0\xd0\x80\x24\x53\xb7\x70\x7d\xcc\x8a\x52\x2d\x4b\x05\xf9\x10\x7d\x05\x38\x49\x7a\x36\x59\x25\x5d\x5e\xae\x13\x13\x25\xbb\xe6\x15\x5c\xaf\xeb\x49\x5a\x98\x7c\x55\x18\xf6\x46\xab\x97\x10\x04\x5f\x4b\x26\x57\xbe\x73\x93\xcc\x76\xe4\x65\x76\x20\xd0\xc1\xdc\x60\xa6\x36\xeb\x80\x37\x43\x67\x2a\x27\x75\x26\x05\x21\xa9\x39\x0e\xc9\xdf\x94\xb7\xe8\x41\x4e\x31\x8b\x32\x8c\x0e\x19\x95\xbf\x7c\xc1\x1f\x35\x5f\x8a\x47\x39\x6d\xc0\xdb\x84\xf2\x6b\x4a\xd5\x02\xa8\x49\x68\x9d\x0f\x60\xf7\x44\xe9\x05\xf5\x99\x83\xac\x84\xf5\x5a\x8f\x1a\x94\x65\x02\x1c\x84\xca\xd5\xb8\xc3\x30\x88\x3b\xe3\x82\x3c\x19\xa4\x57\x32\x63\xa6\x4f\x62\x78\x97\xa1\xa1\xd6\xf8\xfa\xd4\x1b\xe2\xb4\x5d\x6b\xdf\x81\x46\xcb\x98\xdd\x83\xd7\xe5\x54\xd6\x50\xe6\xef\xc8\x63\x2f\x57\x57\x4c\x4f\xc8\xe0\x08\xbe\x53\xeb\x8b\x97\xf6\x11\xd1\xe9\x9e\x57\xe5\xf4\xd3\xd8\xe9\x73\xc6\xc7\x47\x3f\x84\x19\xa5\x4a\x82\x3b\x05\x0e\x10\x4d\xdf\x1c\x28\x41\x26\x75\xb7\x94\xad\x37\xbd\xe2\xa9\x4b\x73\xac\x13\x12\xf9\x98\x5a\x6a\x0d\x4d\xd4\x5c\xf2\xe3\x1f\x6c\x64\xff\xe4\xda\x0e\x78\xc3\x94\x68\x35\x09\xc4\xcb\xdd\x0b\x51\x3c\xdb\x68\x02\x59\x29\x71\x03\xe2\x75\x76\xfc\x30\x5a\xfd\xda\xe9\x62\x7e\x55\xcd\xfe\x4f\xb7\x5c\x18\x5b\x4d\x20\x75\x5d\x26\x87\xc4\x66\x8a\xbf\xcd\x28\x79\xba\x16\x34\xdc\x4e\xd8\x86\x2c\x35\x69\x74\x51\xbd\x58\x90\xc4\xfe\x41\x61\xf7\x42\xa1\xd9\xdc\x4f\x21\xde\x97\x5a\xb6\x1f\xe7\x46\x78\x92\x18\xfc\x6c\xe7\xb1\xe1\x1e\x86\xc1\x9d\x9f\xbe\xf9\xba\xa1\x8e\xd1\xe8\x45\xc6\xe9\x27\xd7\x06\x5c\xb1\xeb\x9b\xc1\x7e\x03\x51\x25\xf7\x14\x4c\xba\x72\x05\xa6\x6a\xc5\x2e\x44\x7b\x25\xb0\x4c\xa2\xd2\x1c\xa0\x11\xc2\xa7\xd7\x4d\xaa\x21\x5e\x8a\xa6\xe2\x2b\x26\x6a\xb9\x9e\x2f\xd0\xaa\xc9\x31\xf1\xee\xc1\x94\x63\x82\x5c\xc5\x67\xa6\x34\x27\xe4\xe6\x3b\xdd\xac\x04\x9b\xc4\x33\x0a\x4e\x65\x8a\x58\x72\xca\xcc\xf7\xe9\x7d\x51\xe6\xb3\x21\xb4\x4e\xb6\xb1\x1e\xe3\x56\x3d\xef\xe8\xef\xf0\x90\x3d\xad\xae\xf8\x46\x41\x59\x36\xac\xb7\x8a\xd3\x8b\x10\x66\xed\x04\x1a\x6d\x8d\x66\x84\x4a\xb2\x12\x6b\xb0\x5e\x08\x3b\x70\x11\xd6\xdf\x7b\x0c\x60\x69\x02\x80\x46\x3b\xbb\xc0\xc9\x49\xb8\x61\x87\x4f\xba\x84\x88\x98\x1a\x76\x1e\xa6\xbe\xb8\xb4\x49\x05\x5e\xca\xb5\x12\x90\x9a\x0d\x2c\x07\xc6\x77\xd0\x18\x0f\x7c\xbe\xdd\xb0\xc8\x83\xb8\x0c\xf2\xf8\x1d\x1e\xb2\xb2\x46\x47\x5e\x28\x45\x68\x98\xa7\x28\x46\x5a\x2f\x95\x97\x82\x4d\x17\x02\x6b\x76\xfe\xaf\xd1\x03\xf2\xd5\xdd\x78\x31\x25\xea\x66\xd8\x4c\xdd\xa1\x34\xdd\x21\x11\x88\x00\x47\xc1\x47\xf4\x45\x5f\x5c\x22\x73\x1b\x24\xa5\x4b\xb6\x2a\xc3\xa1\xb0\xa8\x8f\xef\x5e\x37\x19\xbb\xd4\xe4\xd8\x22\x48\x2f\x99\x26\xec\xfa\x06\xcc\x79\x5c\xf9\x1b\x07\xdc\x41\x26\xc1\xbf\x58\xae\xda\xcd\x7e\xb6\xcb\x0b\x4d\x91\x5e\xef\x03\x32\x9b\x78\x5f\x07\xbd\x67\x33\xa0\x8d\x1c\x47\x67\x47\x39\xd0\xfd\x7b\x34\x14\xb2\x31\xfb\x70\x36\xa0\xe2\x4c\xce\x8a\x7c\x16\x41\x6d\xdb\x58\xf1\x2a\xc2\xcd\x3e\x52\x53\x06\xb6\x44\x88\xba\xa6\x9e\x93\xe0\xc8\xf9\xae\xfc\x4d\xf7\xf8\xf0\x7f\xad\x3e\xf7\xd8\xcd\xb0\xa3\x23\x73\xd5\x9a\xf3\x77\xc9\x09\x57\x07\x61\x17\xbd\x61\x16\x71\x19\x89\x8b\x48\x4f\xd7\x5d\xa0\xb8\x36\x43\x7b\x6b\x92\x5d\x72\x02\xab\x9d\xb3\xeb\x59\xcb\x50\x08\x7b\xef\xa5\x6c\x44\xaf\x73\xda\xc1\x97\x19\x8f\x4f\x5c\xbc\xf0\xbc\x18\xc2\x4c\x38\x78\xd8\xb3\x37\x44\x1e\xe5\xa8\xf7\x96\xef\x86\x09\x13\x1f\xd8\xae\xc6\xc9\xab\xd8\x0e\xf4\x38\x03\xe5\x35\xdd\xf3\x6f\x1c\xbd\x0e\xc4\xae\x4e\x3a\x1d\xdb\xd0\xd1\x74\x76\x1d\x18\xd0\x8f\x3a\x6f\x3d\xdd\x8e\x38\xf2\x15\x86\x6e\x06\xee\xae\x28\x32\xb0\xd1\x3e\xfd\x66\x02\x42\x40\xca\x49\xdb\x1c\xac\x7a\xbe\x7f\x15\x1b\x4d\xb8\xf8\x74\xea\xb3\x79\x38\x23\x66\x07\x3b\x31\x63\x53\x96\xe0\xec\x9f\x66\x96\xe0\x40\x83\xa6\xc5\x4f\x62\x63\x1c\x6a\xe0\xf7\xa3\x48\xb0\xe6\xd3\x29\xfb\xa3\xfb\xee\x51\x7e\xe7\x98\x79\x61\xc7\x74\x92\x58\x4e\xcc\xff\x1e\x35\x60\x3f\xee\xbb\xc9\x0d\x59\xaf\x17\xa6\x0b\xb1\x58\xc1\xce\x1c\x8e\x8e\x58\xcf\xfe\x0d\x76\xaf\x5e\xbc\x31\x3e\x78\x20\x86\xb4\x93\xb3\xd1\xdf\x65\x59\xf7\xed\x30\x39\x66\x41\x6e\xb0\x3a\x2d\xa7\xf1\xdd\x51\x50\xd5\x3b\xb1\xa4\xaa\x45\x39\x6b\x5f\x9b\xae\x87\x0c\x4b\x68\xe2\xaf\x22\x6f\x2d\xd5\x52\x5a\xd7\x06\x31\x3f\xdd\xe2\x91\xfd\xe2\x64\xa1\x5f\x94\x2d\x74\xa7\xa9\x89\x66\xae\x31\x0c\xed\x42\x34\x57\x25\x16\xa6\xc1\x82\x86\xba\x25\x85\x1b\x6e\xc3\x8d\xd1\x83\x42\xf2\x21\xe8\x8a\x1d\xb1\x07\x6c\x1c\x2e\xab\xb1\xbf\x1d\xb0\x87\x67\x81\x50\xe9\x7b\xec\xaa\x91\xe5\x5a\xb8\xe4\xa8\x27\xb5\x3d\xe2\x3e\xf9\x75\xcc\x73\x71\x73\x4d\xd8\x07\xf7\xf9\x30\x61\x51\x67\x24\x69\x36\xd9\x91\x13\x16\xcf\x26\x98\x89\xaa\xca\xa9\xe8\x3f\x1c\xc4\x33\xc4\xe7\x0f\x86\xec\xe0\x21\x4d\xd5\x6b\x73\x36\xdb\x9b\x4d\x57\x57\x6b\xb8\x6d\x2d\x49\x11\x36\x72\x22\x3b\xee\xf4\x3a\x3a\x1a\x77\x5e\xd2\xd1\xfb\x34\x5b\xbd\x96\xec\xbf\x40\xce\x0a\xde\xf8\xe5\x1a\xe4\x8a\x30\x9a\x59\x8e\x28\x11\x09\xe9\x02\xa9\x21\x77\x95\xab\x94\x9d\x2d\xce\x99\x91\x9c\xc9\x55\xf1\xef\x79\x20\xf5\x30\xf5\xb6\xcb\x8b\xeb\xec\x5d\x6e\x4c\xaf\xef\x78\x74\xf3\xe7\x2e\xf8\xf0\xc3\x83\x33\x7a\xc6\x5f\x86\xb9\x18\x8d\xf3\x8a\xfe\x4e\x7c\x2e\x55\x8b\x45\xc8\x8c\x9c\x29\x6b\x57\xb0\x20\xf1\x8b\x41\x81\x63\xe7\x29\xdd\x72\x11\x9c\x43\xcb\xfe\x87\xda\x16\xc4\xeb\x3a\xd5\xe1\xa0\xf6\x44\xd2\x3a\xf4\x29\x79\xf3\x73\x98\x4b\xa1\x90\x14\x12\xa2\x37\x04\x8a\x37\xda\x93\x22\x44\x64\x85\xb6\x3e\x63\x78\x9b\x1e\x2e\xb7\x6b\x7f\xf6\x2f\x4a\x1b\xe0\x28\x64\x28\x03\x3c\xff\xe7\xd1\x85\x9b\x5b\x46\x07\x81\x7c\x5f\xec\xe1\x2c\x79\x1d\x7b\x4e\x65\xfd\x18\xa3\x5c\x82\xbb\x02\x82\xb6\x7a\x72\x86\xee\x57\xdf\x28\xa6\x03\xea\x01\x3e\x07\x77\x27\xc6\xc9\x94\x6c\x50\x8c\x49\xad\xbc\x56\x42\x19\xdb\x92\xb5\x91\x18\x4d\x08\x13\xc6\x96\xca\x62\x4e\xad\x2f\xdc\xb5\x5f\x5c\xbb\xd0\x77\xbf\x25\x05\x62\x34\xd3\x27\xfa\x74\x41\xd7\x90\x9e\xfa\x6b\x1d\x4e\x3f\xd6\x4f\xfa\xe1\xc2\x0d\xfd\x9a\x0c\x89\x1d\x1b\x77\xb2\x9a\x4a\x28\x1a\x14\xc6\x65\xdc\x84\xde\xd7\x2e\xb8\x05\x2b\x0a\xeb\x55\xb0\x7f\xa6\xb1\x3a\x87\xcf\x6d\x18\x16\xd8\xe2\xc2\xf8\x2d\xc8\x43\x0d\x35\x63\x34\x5a\x65\x55\xd8\x2a\xc5\x6a\xc8\xe6\xe5\xa5\x16\xca\xa1\xce\x7f\xd9\x6e\x58\x8b\x45\xb6\x6d\x03\xac\xc9\xf7\x8a\x3c\x81\xc4\xbc\x2b\x4c\x76\xce\xca\xda\xac\x24\xd4\xad\x93\x55\xf1\x8e\xb4\xc2\xd3\x23\x0a\xc6\xd5\x41\x69\x7a\xfa\xcb\x8a\x37\x7c\x19\xb4\x3c\x60\xaf\x09\x44\x90\x60\x9b\x57\x15\x84\x9e\xb0\x56\x06\x9f\xd5\xe2\x8a\x7c\x16\x40\x65\xaa\x5b\xeb\x0f\x85\xc9\xc5\x0d\xc4\x86\x0e\x65\xfa\x42\xb8\x14\xa2\xa5\x08\xa7\x7a\xe8\xf6\x96\xbb\x57\x82\xce\x6c\x17\x7d\xd2\xdd\xd8\x2f\x88\x31\xb0\x10\xf8\x8e\xe8\xdb\x2f\xe9\xd2\x0d\xe8\x7b\x12\x2e\x14\x8c\xf6\xbe\x6c\x17\x6c\xc2\x7e\x2d\x55\xfc\x79\x9f\x0c\x35\x60\x47\x01\x66\xc6\xec\x57\x3b\x27\x98\xa2\xee\x25\x68\x1f\x46\x14\x25\x23\xd2\x39\x0e\x22\xef\xce\x08\x2b\x7a\x1f\xbb\xb6\x70\xd7\xb1\x0d\x3f\x1f\xa1\xaa\xdf\xde\x28\x1a\x7e\xfc\xbd\xb1\x14\x80\xff\xed\x70\xe5\x90\x94\x03\x49\xed\xbf\x41\xe8\x91\x4b\xcf\xfe\x35\x81\xcb\x94\x40\x74\x1f\x40\xe1\x6c\x0b\x46\x2f\x85\x6b\xeb\xfe\x38\x1a\x33\x09\x25\xbf\x06\x63\xe6\xc0\x25\xd0\x82\xb9\x37\x5a\x16\x7b\xdd\xd5\xd5\x9c\xf6\xcf\x8e\x4c\x29\x49\x47\x84\xa0\x16\xb5\x7f\x7f\xc3\xfc\xdc\x33\x48\xed\x5a\xb6\xf0\xf9\x8b\x46\x2e\xad\xb9\x2f\xd8\x86\x30\xab\xa0\xe9\x9e\x73\xd3\x4b\xdd\xf9\x5d\x30\x4a\x24\xe6\xeb\xb9\x75\x7d\x68\xe5\xaf\xa4\x73\x62\xcc\x98\xc9\x86\xf5\xb5\x34\x0f\x60\x43\xda\xe2\xb2\x66\x1d\xd3\x8d\xea\xab\x77\xb4\x1a\x2d\xb8\x7a\x7d\x55\x1b\x2f\xbf\x4d\xdf\xf5\x3c\x88\xaa\xaa\x47\x90\x7f\x70\x0d\xcf\x3a\x21\x27\x6d\x60\x69\x3b\x40\xa0\x5d\xed\x51\xfc\x3b\x02\xe4\xce\xa2\x58\xc8\x28\xb7\x72\xd0\xe4\x1b\xd1\xd8\xfa\xc8\xe9\x67\xee\x5d\x94\xcf\xb8\x99\x8b\xce\x21\x33\x6f\x73\x42\xda\x1d\x47\x4f\xbf\x8f\x33\x4c\xfb\x37\xb9\xb0\xef\xd3\x85\x20\x33\x27\x39\xec\xc1\xfb\x00\x0b\x3d\x5b\xb1\x0d\xef\x12\xb0\xbe\xc0\xb2\xfc\x6c\x83\x17\x48\x0d\x6b\x90\x13\xa0\x5f\x28\x65\x20\xa6\xb2\xe1\xad\x28\xa0\x0c\x9d\x29\x3c\x47\x02\xc9\x07\xb6\x85\x6c\x86\x4c\x36\x60\x1b\xc2\xd2\xc3\x20\x0e\xfe\xf4\xfa\x79\x58\x0b\x0e\x3a\x2e\xeb\xbf\x9b\x50\x2b\x35\x15\x35\x6f\x4a\xa9\x58\x55\x7e\x12\x63\xfd\x16\x5a\x3c\x1c\x59\xaf\x5d\x75\x39\x07\x3b\xb5\xa2\x45\x90\xa1\x80\xc2\x54\xd6\x60\xba\x07\xc8\xca\x9a\x81\x30\x02\x26\x5b\x1c\xe5\x4f\x23\x33\x10\xe3\x06\x66\x13\xd6\x8b\x44\x13\x27\xce\xfd\xd4\xdd\xe0\xc6\x02\xdc\x08\x57\x50\x95\x5d\x96\x1c\xa7\x65\x0f\x3d\xdc\xbd\xa2\x48\x85\x95\x87\x34\x42\x89\xce\x3c\x93\x1a\xf7\x65\x3d\x87\x39\xb1\x03\xf6\x94\xfd\x5d\x69\x76\xcc\xed\x67\xa6\x90\x89\x62\x0f\x19\xd4\x0c\x6c\x04\x14\x9e\x39\xc4\xda\xbc\x2b\x5e\x36\x5a\x32\x5b\x35\x42\x09\x2c\xfa\x87\x93\xd1\x58\x34\x05\xab\x5c\xcf\xb3\xa0\xb0\x7e\x23\xa6\xa2\xbc\x14\x8a\x56\x09\xf4\x80\x6b\xc9\xd2\x0a\x56\x58\x88\xe0\x4a\xc3\x6d\x04\x33\xac\xaf\x60\x2e\x3c\xe1\xdc\x3b\xac\xfc\x05\x5d\x53\xfd\x6f\x7f\x2f\x88\x2b\xec\xf7\x5d\x70\x69\x08\xdb\xcf\x14\x4e\xd0\xd8\x81\x21\x4c\x11\xc3\x25\x54\x3f\xf0\x9b\x0f\xb7\x1d\xd4\xa1\x3e\xff\xcb\xac\x5a\x8b\xba\x5d\x97\x58\x42\xfa\xdc\x95\x6a\xf8\x8f\x11\x18\x2b\xcf\x4f\x31\x3b\x06\x66\xea\x3f\x87\x61\xa2\xbe\x89\xa7\x11\x11\x18\x4d\xe0\x8b\x3f\x30\xdd\x41\x2f\xe1\x81\x0c\xd3\x17\x38\xa8\x8f\xcb\xe2\xa5\x5c\xd7\x6d\xec\xaa\x1b\xd2\x8b\x91\xbc\x50\xa2\xb9\x14\x7d\xeb\xeb\x12\xbc\x7e\xbe\xe0\xf5\x5c\xe4\x3c\x81\xdd\x30\xef\xcb\xaa\xfa\x05\x4b\x40\xee\x18\x69\x5d\xdf\x71\x2c\x1f\x21\x42\xdc\xd0\xcc\x3d\xe6\x63\x97\xbe\x81\xdc\x06\x20\x29\x3b\x6d\x78\xad\x66\xb2\x59\xe6\x4d\x61\x89\x03\x6e\x42\x0b\x47\xcf\x65\xad\xd6\xcb\xa0\xde\xc2\x75\x1f\x33\x43\x9b\x26\xe3\x0c\x79\x4d\xab\xcf\x69\xde\x5b\x8b\x2b\x5f\x1c\x3f\x43\xb8\x03\x07\xfa\x60\x0c\x6a\xd9\xb0\x6c\x39\x9e\x62\x52\x64\x2e\x18\x2e\x6e\xdd\xf7\x6f\x07\x71\x15\x3a\xfa\xd3\xde\x4d\xa5\x98\x89\x8b\x5f\xf8\x0e\x6f\x9e\x5c\x93\x3b\xb2\xe9\xa2\xac\x8a\x46\xd4\x37\x8f\x53\x56\xe3\xcb\x59\xd0\xb2\x72\xc4\xad\x71\xe7\x82\x74\x5d\x7d\x64\xf6\x15\x9b\x18\xaf\x3d\x00\x0e\x9c\x4a\x7e\x81\x82\x1f\xfd\x41\x2c\x04\x5c\x87\x62\xfa\x30\xa7\xab\xc4\x4c\xd8\x3e\xff\x6a\xf6\xf9\xb5\xbc\x3b\xd6\xda\x8d\x9b\x47\x5d\x78\xfe\x88\x52\x44\x46\x71\xc7\xb6\xa0\xf5\x9a\x1d\x63\xd4\xf7\xd7\xa7\x3f\x8c\x91\x98\x3a\x92\x0e\xaa\x32\x37\x8e\x2a\x58\x39\x95\x2d\xd7\x55\x5b\xae\x2a\xa3\x3f\x33\x89\xf5\x9b\xf4\xd1\x07\xca\x08\x9c\x7a\xca\xd7\xe0\x87\x49\xd5\x72\x1c\x37\x56\xc8\xa5\xe9\xa6\x8c\x1a\xd3\xa3\xc1\x0e\x98\xfd\xcb\xf0\x2d\x3d\xa7\x98\xb9\xe4\xf5\xf6\x10\x1f\x5b\xb5\xf7\xe8\xa4\x3a\x17\xb2\x70\x65\xa3\x63\x9b\x25\x0d\xb9\x87\x51\xb6\x8f\x70\x99\x26\x90\xd9\xc3\x8a\xfd\xd7\x37\x43\x16\xeb\x1e\xd7\x37\xec\x06\x53\x82\x04\x98\xa1\xb9\x03\xc2\xcc\x01\xe1\x08\x24\xb9\x92\x1f\x27\xb4\x59\x44\x98\xf2\x7a\x17\x9e\x71\xa7\x6a\x79\x7f\x86\x08\xc4\x9c\xb2\x1f\x77\x1a\xbc\x75\x5d\x07\x4f\xfd\x00\x65\x9d\x60\x31\x70\x60\xbd\x19\xde\x51\xbc\xff\xb8\x77\x8a\x81\x7c\xd6\x82\xb9\x68\x8f\xe5\x74\xed\x8a\xd4\x45\xd9\x2d\x6c\x9b\xb7\xa7\x3f\xc3\x9f\x7e\x16\xf0\x73\xad\x04\x38\xe3\xbe\x15\xd3\x56\xed\x99\x97\x00\x83\x42\x73\xd5\x39\x72\xf5\x51\x82\xaa\x72\xae\x7d\x24\xd3\x60\x8d\xc2\x0c\x35\x7a\xc1\x2f\x9a\x72\x6a\x6d\xba\xf8\x2b\x30\xf3\x92\x47\x94\xd0\xe1\xe3\x4e\x22\xf7\x06\x2b\x2e\x8a\xc2\x26\xe5\xca\x00\x06\x5b\xe8\xa0\xd3\x10\xbd\x63\xfe\xb7\x09\x86\xdf\x31\x2d\x0c\xb7\x75\xdd\xe1\x2b\x1c\x3e\x4d\x66\x82\xe9\x97\x8e\x7c\x91\x93\x52\xbd\x3d\xfd\xd9\xfb\x54\x00\x47\x22\x2b\xd8\x07\x8d\xd8\x54\xbd\x68\xda\x6a\x8c\x1f\xb8\x3a\xa4\x6e\xd8\xe3\xb2\xd1\x1c\xcd\x44\x1c\x0e\x59\x51\x36\xec\x66\x1c\xac\x50\x5c\xf6\xd0\x90\x74\xfc\x12\xf7\xa0\xa9\x43\xc2\x8e\x58\xaf\x69\x2b\xf0\x3f\xa8\xda\xa6\x47\xd2\x0a\xad\xf8\x5c\x04\x5f\x6c\x6b\x4c\x44\x4f\xfd\x85\x86\xe9\x08\xfe\x3b\x26\x83\x3f\x4a\x09\xd2\xe1\x21\x3b\x99\x31\x04\x1d\xda\xdf\x9b\x4c\xc8\x17\xae\xd1\xeb\x46\xb7\x23\xf3\xd0\xed\x0c\x84\x1f\x89\x07\x6a\x4d\x4b\xd1\x29\xd1\x42\x9f\x46\x01\x32\xa3\x34\x52\x9a\x28\x13\xcc\x53\xdd\x8c\x43\xe8\x43\x08\x34\x31\x4d\x5e\x5b\xd4\x1c\x85\xaf\xc6\x7a\xb4\x21\x9d\x58\x3a\x23\xdd\x5f\x0c\x77\xab\xe1\x56\xc2\xad\xd3\x9a\x57\x46\x5d\xe0\x90\x1c\xc9\x3a\x79\xe3\x07\x7a\x76\xea\x14\xa3\x4d\xb7\x00\xbe\x2d\x23\x0f\x62\x62\x47\x81\x4e\xb2\x9f\xb2\xb5\x39\xa3\xba\x9c\xc1\x06\x7c\x82\xb9\x7c\x6c\x99\x47\x5a\x88\xb3\x3b\xb9\xd5\x10\x95\xa5\xd3\xf8\xef\x53\xf9\x4c\x16\x1b\x9b\xc7\x2c\x48\x81\x45\x3b\xdc\x19\xa6\x4b\x8a\xc9\x04\xc1\xba\x8e\xb5\xf8\x21\xc7\x14\x94\x8f\xb1\x63\x9d\xe5\x34\x71\x15\x1f\xc8\xa9\x6e\x7d\x2c\x6f\x59\x61\x14\x38\xc0\xd3\x68\xce\xfd\x14\x09\x7e\x96\x43\x3a\x1e\xe9\xc4\xb3\x91\x7e\xd4\x20\x50\x7e\x1e\x3f\xb9\x06\xd8\x82\xb2\xc1\x76\xc5\x3a\x46\xc1\xa5\xbc\x79\x6c\x1d\xcf\x4c\xda\x1f\xbf\x9d\xe2\xfa\x68\xfe\x0d\x92\x62\x5a\x9d\x37\x1e\x1a\x05\x79\x14\xaf\x28\xb7\xd1\xcf\x31\x83\x12\x90\xb9\x84\x63\x3c\x0e\x69\x34\xb4\x27\x30\x7b\xcd\x71\xf6\x1a\xac\x2c\xe9\x5a\xb8\x3b\x36\xf3\xb1\x98\x91\x8f\xe2\x70\x67\x3d\xe7\x50\x6c\xe3\x6a\xcc\xde\x6a\xf0\x26\xac\x57\x94\x97\x3d\x20\xc9\xdb\x12\xb6\xfd\x6e\xd5\x43\xcb\xc6\x17\x0f\xa5\xa9\xa7\x34\x39\x20\x74\x03\x80\x42\x4e\x12\x26\x70\xd0\xca\x6a\x13\x2e\x0b\x9b\xb0\xc7\x6f\xb1\xec\x6d\x33\xb9\x36\x9d\xdd\x74\x97\x7d\xd4\x2d\x6c\x55\xc5\xa4\x8c\x6d\xb8\x8d\xd0\x7f\xf1\x23\x16\xad\x34\x37\xbe\xb6\x9e\x6e\x40\x05\xcb\x19\xb1\xe4\xf8\x9a\xe8\x85\x14\xe8\x18\xb2\xe4\xed\x74\x61\x64\x60\xff\x1e\x3c\x23\xb4\xc2\xec\x27\x4e\x4b\x37\x63\x08\x94\xd6\x19\x02\xab\x0d\x83\xa8\xb4\x0b\x31\xe5\xc6\x6e\xb8\x14\x30\x50\xdd\x6b\x1d\x5f\xb9\x10\xac\x11\x07\xce\x12\x77\xb1\x89\xba\x28\x91\xf0\x2f\xb8\x62\x53\xd0\x40\xbd\x2b\x7e\x8c\xdb\xfe\xc7\xaf\xf7\x55\x27\x3a\xba\x93\xe3\x27\xd7\x2e\x23\x41\x28\xa9\xf4\x89\xd4\x00\x57\x3d\x9a\xa1\x0f\xd8\xcd\xcd\x93\xeb\x08\xba\x40\x6f\xcf\x69\xdd\x86\x90\x44\x9f\xe5\x0a\x71\x27\x74\x4d\x7f\x1e\xd3\x36\xef\x6d\xfa\x25\x8a\xde\xba\x66\x17\xb2\xc0\xa6\xc5\x7f\x09\x0d\x30\xfb\xc4\x51\xf0\x1f\xa0\x1a\x6c\xdf\x19\xb9\xbe\xb0\x7e\xdf\x45\x2e\x0c\xa2\x88\xc8\x78\x5e\x83\xd8\x67\xd5\xe8\xa8\xc7\x72\x6a\x8e\xa1\xd1\x1a\xe8\x11\x09\x4b\xe0\x3b\xd3\x8f\xfb\x32\x30\xfa\xf8\xc7\x90\x55\x11\xdd\xb7\x7f\x2e\x55\x3b\xe2\x45\xd1\xf7\xb8\xa3\x06\x1f\x6b\x02\x4b\x2d\x56\xdd\xbd\x61\xa8\x45\x47\x87\xb9\x7b\x18\x28\xea\xff\xc1\xb7\xcf\x71\x75\x32\xe9\xb3\xe8\xca\x94\xbc\x4a\x0d\x35\x73\xd1\x6e\x2b\x89\x98\x55\x82\x42\x65\xe6\x2e\xea\x8b\x95\xc3\xcb\x7a\x21\x9a\xb2\x7d\x21\xe1\x14\xa3\xc3\xfe\x0b\xbe\x2c\xab\xcd\x98\xf5\xcc\xcb\x9e\xb9\x87\xc3\x2f\x12\x60\x4d\xf0\x00\xa6\xeb\xeb\x2d\xd5\x01\x8e\x85\x91\x03\x1e\x67\xf4\xdd\x81\x7f\x0c\x5e\x1f\x1d\x29\xb9\xb0\x31\x19\x8a\x0c\xe4\x12\x2f\x85\x63\xe4\xf3\x31\x75\x67\x34\x8d\x31\x38\x18\x47\x28\x8c\x33\x99\x1a\xb2\x43\x64\x3e\xbf\x15\xb2\x4c\x32\x16\xe7\x62\xfc\xf5\xe3\x07\x86\xe3\x0e\x32\x5a\x46\x94\xf2\x34\x4a\xa3\x10\xa6\x07\xca\xa7\x42\x4d\x93\x59\x63\x63\x53\xb6\xb1\x3b\x73\x7f\x67\x32\xf3\xfb\xe6\x66\xa8\x37\xa6\x9b\x69\x18\xb5\x29\xeb\xd5\xba\xdd\xde\x44\xf3\x4a\xde\x08\xde\xd9\x2a\x4d\x8c\x0d\xec\xc6\x5c\xac\xd8\x2b\x0f\xa8\xd2\x5d\xce\xe8\xb2\x94\x0a\x0c\x2b\xa9\x78\xcc\xee\xdf\xef\xc4\x48\x26\xcd\xeb\x69\x58\x5a\x27\xc9\x0c\xdb\xf9\x61\x26\x3f\xec\xee\xbc\xae\x74\x5b\x7f\xc8\xac\xdf\x37\x19\x3e\x4c\x78\xfa\x7b\x39\xf4\x79\xf1\x39\x25\x49\x7b\x39\xf2\x99\xb6\x9d\xb6\x93\x6f\x65\xd5\xf1\xa6\xe7\xbd\xef\xe0\xee\x78\xa7\xd6\x71\x81\x46\xd4\xda\xfd\x55\x5a\xe3\xc5\x77\x3b\x2c\xa0\x6a\xeb\x57\xc6\xda\xf5\x48\x5a\xd4\x48\x7a\xc1\x1d\x63\x1d\xf7\x28\x95\x27\x79\x53\x71\x06\xbf\x56\x7c\x23\x1a\xf5\x6c\xf3\x93\x54\xed\x49\x01\x49\xdc\x16\xe6\x4f\x24\xd1\x67\xe3\x40\xf6\xf8\x70\x06\xc4\xd3\x98\x7b\xb5\xfc\xfe\xab\xb9\x57\xd7\x3d\xd8\x34\xfa\x2e\x80\x26\x8c\x0b\xf6\xab\xf6\x56\xcc\x4b\xd5\x8a\x86\x71\x06\x10\xe0\xd5\x25\x9b\x97\x97\xa2\x66\x1a\x00\x56\x16\xd4\x12\x8f\x30\xb1\x13\x77\xf5\x8d\x5f\xe9\xc7\xb4\x19\x3e\xfd\x19\xfe\xab\x17\x8e\xd7\x53\xd1\x61\x6c\x6f\x0c\x04\xd0\xb8\x1f\xce\x79\xc8\xa6\xbc\xaa\xf4\xb9\x1d\x33\x2a\x77\x5d\x5b\x09\xff\x5e\x84\x37\x83\xb3\x33\x27\x25\x75\xbc\x67\x13\x66\xd2\x3c\x1a\x91\xb6\xa3\xdd\x68\xb5\x56\x8b\xbe\x05\xc2\xf9\x15\x59\xec\xfd\x52\x37\xff\x74\xfc\xad\xeb\xaf\xc2\xe0\x2e\x04\x1a\xa9\xa7\xf8\xcc\x26\x9d\x48\x2a\xeb\x42\x7c\x7e\x3d\x0b\xf0\x64\x25\x57\xfd\xe5\x93\x09\x7b\x40\xe4\xd6\xae\x6e\xd4\x0a\xbc\xe3\xcb\xe2\xf3\x90\x3d\x0c\xe5\xdf\xae\x4f\x8c\x33\xb8\xd6\x67\x1e\x04\x92\x71\x21\x2a\xd1\x8a\xae\xa1\xf2\x12\x6b\xbc\xb8\xca\x38\x0c\xd4\xb2\x2d\x67\x70\x95\xaf\x19\x61\x39\x05\xb7\x07\x40\xb6\xf5\x54\x30\x2b\xad\x18\xbf\xe4\x65\xa5\xdf\x1f\xae\x6b\xf7\x37\x3a\x26\x4b\xad\x3a\x8a\x4b\x5e\xad\xb5\xba\x4b\x3e\x87\xc1\xa6\xbc\x11\x8c\x5f\xc8\x75\x8b\xee\x0e\x2b\x31\x2d\x67\xe5\x14\x3a\xee\xba\xa6\x42\xb8\xf4\xcc\xf0\xba\xb3\xe8\x97\x6e\xdd\xb7\xac\x70\xb9\xe5\x78\x94\xc5\xd9\x68\x26\x9b\x1f\xf8\xd4\xef\x7a\x30\x57\x9b\xbf\xfb\x03\x5a\x11\xc0\xe3\xea\x9d\x68\xc3\xb0\xf5\x96\x37\x73\xd1\x3a\x21\x48\x4f\x5f\xab\xd5\x57\x0b\x51\xb3\x42\xb4\xa2\x59\xe2\xb5\x9d\xfe\x06\x91\x57\x13\x6f\x1f\xc0\x8e\x70\xe6\x4f\xe7\xa3\x8b\x6e\x27\xc6\x51\x68\xc4\x4e\x66\x60\x05\xb0\xfa\xf8\x90\xf1\x9a\x09\xa3\xd8\x99\x4f\x10\xb9\x60\x62\x28\x18\x66\x4c\x65\xa2\x76\xa7\xaf\x30\x1a\x18\xc8\x0e\x23\xef\x75\xc3\x31\x09\x0d\xa4\x8c\x99\xf1\x4a\x6d\xf0\xce\x1b\x7b\x9d\x56\x82\x37\xb9\xd9\xa2\x3f\x8b\x12\xad\x75\x44\x86\xce\xd6\xd0\x15\x77\x50\x58\x08\x43\x68\x52\x48\x32\x2b\xae\x44\x6b\xd2\x1e\x9c\xc2\x88\x7d\x8b\xdf\xa3\x68\xdd\x73\xbc\x40\xf3\x3d\xf3\x67\x4c\xc7\x7e\x14\xed\xd6\xd5\x4b\x96\x8d\x3b\x8a\x95\x81\x72\x1e\x43\x39\xc8\xb1\xa1\xc0\x4f\x32\x07\xef\xad\x2f\xf2\x7c\x83\xe3\xd7\x2f\x69\x9b\x83\x42\x2e\x33\xe2\x55\x9c\x5c\x1b\xf9\x73\x70\xcf\x96\x5e\xf8\xe9\x35\x78\x23\x9b\x96\x57\xce\x50\x07\xcf\xfe\x56\x36\xed\x9a\x57\x6f\xd0\x16\xb5\x8f\x8c\x17\x90\xed\x61\x82\xb5\x61\x4c\xd9\x89\x14\x06\xbf\x47\x70\xfe\x4b\x34\x09\xc5\x17\x7e\x27\x4a\x2e\x65\xb3\x5a\x94\xd3\x9f\xf9\x46\xae\x5b\x34\x64\x0c\xc3\xbb\x40\xf8\xf9\x9e\x37\x75\xe0\xdd\xb0\xeb\x62\x10\xfa\xb7\xa6\x8b\x68\xa6\x58\x8d\xcb\x0a\x6d\x19\xb9\x13\x20\xb7\xd2\x15\xfc\x08\xe4\x2d\xff\x44\x25\xd3\x4d\x54\xf1\x7d\x2e\xf6\xb6\x0e\x11\xe5\xb6\xc6\x5e\xe1\xfd\x8e\x1b\x12\x3f\x8b\xfd\x2e\x48\x48\xfb\xdd\xf7\x23\x5a\x33\x7d\x2b\x66\xb9\x8b\x84\x77\x2b\xee\x12\x68\x04\x57\x08\xc4\xc3\xbd\xc0\x6f\x53\x1b\xec\x5b\x31\xc3\x11\xa3\x62\x07\x1b\xd1\x74\x0c\x47\x6c\xcf\xfd\x20\xad\xe9\x69\xc3\xa7\x9f\x94\xe6\x2e\x5e\x84\x01\x6f\x30\x26\x2e\xc1\x71\x93\x1a\x4c\x79\xe9\x53\x92\x40\x4a\xd4\x7f\xac\xcb\x06\x5f\x83\x53\x28\xf4\xa1\x4f\x2c\xb0\x48\x70\xb4\xe4\xb3\x16\x93\xa4\x9a\xbe\x2d\xc9\xd4\x1c\xb6\x28\x5c\x6f\x38\x83\x0f\x7a\xb0\xb7\x7a\x14\x40\x33\xf8\xbf\xc1\x91\x7c\x95\x3e\x3f\xa3\xd3\x7c\xd7\xf2\x56\xf4\x21\x80\x2f\xbe\xd0\x29\xc0\x44\x47\xf6\x79\x3f\x6e\xe1\x64\x0d\x98\xf1\xb3\xf5\x05\x98\x94\x7f\x00\xcf\xd2\x62\xbf\x34\xc4\xb1\x1e\xcb\x98\xf5\x9c\x72\x0f\x50\x5e\x21\x49\xaa\x60\x2a\xd6\xcb\xcf\xf9\x37\xa5\x39\xaf\xbe\xc2\xaa\x6c\x06\x81\x11\x44\xb1\x65\x0c\xd3\x90\x38\x03\x12\x5f\x0d\x25\x9a\xf6\x05\x04\x2e\x1a\x11\xeb\xae\x97\x77\xf7\x76\xde\xde\xa5\x78\x2c\xd5\x2b\x09\xbc\x64\xcc\xee\x05\x28\x8c\xb3\xf3\x7a\xdf\xd3\xb5\x12\x8d\xf7\xb1\x35\x62\x3a\x3a\x29\x09\x7b\x8e\xb7\xb0\x48\x7f\xf9\x2b\x1b\xc2\xe3\x4a\xc2\xd8\xed\x65\x02\xc4\xb7\x06\x3b\x78\x2e\x00\x58\x40\xf5\x98\x41\xae\xbd\x7c\x04\xb0\x51\x7a\x8a\xc8\x0c\x9c\x0d\x39\x64\xa1\x6b\x9f\xfe\x10\x67\x95\xfb\xb4\x90\xd3\xd1\x5c\x58\x9b\xeb\xb3\xcd\x49\xe1\x1a\x73\x05\x10\xf9\x3e\x99\xa8\x94\x08\xad\x40\x70\x64\xb2\x12\x47\x2a\x0b\xa4\xa6\xe8\xdc\x97\x47\xac\xaf\x61\xfa\xc7\x5a\x34\x1b\xfb\xb0\x9f\x69\xe8\xe0\x1b\xb0\x31\xcc\x42\x8b\x4f\xb9\xd4\x3a\x64\xd1\x97\x32\xf6\x48\x0e\xa8\x4c\x4f\x99\x1b\x25\x58\x08\x90\xe9\xd6\xb5\xca\xec\x76\x74\xbc\x2e\x67\x6e\xdb\x04\x8b\x8a\x36\x73\xf8\xc6\x5f\x0d\xbb\x8b\x04\xba\xa6\x69\xcf\x47\xa3\x7e\x1a\x98\xaf\xc1\x63\x13\x47\xb0\x47\x3e\xc9\x05\x39\xf4\xcf\x41\x36\x6d\xc4\x8c\x5d\x88\x99\x6c\x04\x82\x01\x09\x15\x1b\x74\x3a\xd7\xa4\xd6\x7e\x10\xf7\xc5\x26\x91\x99\xc0\xef\x1d\x18\xfd\xfe\x7d\x80\x62\xe4\xf1\x13\x6c\xa6\xe8\x9d\xb9\x36\x78\xae\x89\x1a\x7c\x9f\xcd\x79\xf4\x91\x78\x4d\x70\x20\xbc\x12\xf5\x61\x13\x08\x3e\x64\x65\x6b\x73\x67\x43\xc2\x27\xbd\x22\x6b\x70\xe3\x34\xeb\xe6\x47\x54\xc1\x0a\xa0\xc0\x9d\xac\x40\x26\x99\xc8\x02\x4f\x9f\x39\x87\xfd\x38\xac\x58\x1f\x38\xf6\xe5\x0b\xd2\x92\x1d\xf9\xa0\xc8\x5a\xbc\xf5\xf0\x36\xe2\x60\x6a\x22\x5b\xeb\x0d\x5b\x35\xe2\xb2\x94\x6b\x85\x33\xd4\x8b\x13\x6c\x40\x45\xd2\x51\xc6\x7b\x28\xbb\x2f\xc6\x2c\xba\xd5\x9a\xc0\x51\xc0\x11\xed\x87\x70\x43\x4d\xbf\x16\x95\x4f\xf7\x13\x48\x4f\x60\x1b\xbf\xe7\x26\x95\x0a\xbc\x7d\x51\x0d\xe8\xeb\x40\xf6\xed\x8b\x6a\x68\x65\x18\xbb\xaf\xee\x05\x18\xf5\xbc\x81\x1d\xa1\x82\x8b\x8f\x9e\xc1\x8e\x85\xef\xe1\x29\xc4\xbd\xc3\xee\xd1\x87\x1b\x1e\xf1\xd5\x4a\xd4\x85\xdd\x51\x1e\x88\xcc\x46\x16\x15\x05\x31\x23\x0b\xf4\xa1\x9e\x60\x92\x05\xa6\x53\x78\xee\xc7\x5b\x27\xd9\x5e\xfd\x20\xae\xff\x39\x26\x26\x9b\x65\xd8\x0b\xa7\x0c\xc6\x6c\x10\x63\x47\xf2\x42\x8f\x0b\x72\x39\x39\x1e\xed\xa4\xe2\xa9\x05\x68\x98\x01\x30\x1b\xf2\xde\x75\x21\xb8\x63\xf3\x75\x02\xc3\x3a\x4c\x52\xdb\x01\x22\xc9\xd4\x6e\x1e\xed\x23\xc5\x10\xe5\xe4\x50\x7c\x5e\xf0\xb5\x6a\xcb\x4b\x71\x50\x88\x95\x62\x07\x07\x36\x12\xa6\x59\xd7\x76\x09\x0c\xca\x91\x74\xd8\x33\x76\x33\x64\xce\xe4\xe5\x26\x97\x5e\xff\x26\x3c\x38\xd9\x70\xf7\xef\xb3\x8c\x1c\x1a\x65\x21\xa0\x82\x95\xa1\xf1\xd1\x4b\x2b\xda\x45\x6f\x3b\x76\xb0\x93\x5d\x43\xaa\x3a\xec\x90\x89\x43\x00\x86\xf1\x98\x04\x03\x5a\xf2\x15\x17\xeb\xb9\x55\x0e\xe3\x72\x1f\x49\x1c\x85\x5a\xf1\x9a\x78\x83\x40\xd9\x4a\xc0\xd1\xc7\x3f\xa0\x4f\x88\xd3\x4d\x68\xc2\xd1\xeb\x0c\x1a\xe9\x46\xb2\xca\xbc\x21\x65\x48\x86\x82\x0c\xd2\x8c\x1d\x7e\x17\xed\x91\x2e\xf9\xd6\x94\xa2\xf1\xff\x1e\x1b\x33\x00\xa4\xdc\xba\x97\x93\xe3\xf5\xaa\xce\x45\xfb\xa2\xac\x5a\xd1\x88\x02\x72\x19\xaa\xfe\x60\x10\x38\xbe\x10\xc2\x69\xec\x55\x61\x4e\x55\x98\xa8\x8b\x89\x88\x40\x30\x56\x87\x27\xc3\xae\x49\x61\xac\xda\xde\x73\x8a\x11\x1a\xf4\x4b\xd3\x47\xeb\x05\x0b\x7d\x3b\xcc\x95\x84\xd3\x7f\x63\x97\x2e\xf7\xa2\xe7\xae\x1c\x66\x14\x31\x2e\x95\xdb\x87\x4f\xbe\xd0\xcf\x59\x90\x11\xf2\xdd\xa6\x6e\x17\xa2\x2d\xa7\x3e\x2b\xa4\x53\x92\xe1\x11\x49\x0b\x49\xaf\xd0\x65\x8d\x4b\x00\x6d\x34\x13\xdf\xa7\xcb\x27\xb1\xac\x75\x78\xc8\xde\x0b\x4b\x18\xfe\xbe\x56\xad\x56\x4f\x01\xbb\xad\x34\x69\x24\xc5\xe5\xe8\x42\x6f\x01\x81\xde\x40\x90\xfa\xa0\xae\x36\x4c\xb5\x72\x65\x75\x5b\x34\xf9\x36\x82\x5d\x98\xcd\xc2\xd6\xab\x11\xfb\x49\x5e\x89\x4b\xd1\x0c\xa1\x15\x6b\x17\x72\x3d\x5f\x98\x41\x97\x72\xad\x84\xa8\xe1\x96\xa0\x2e\xf0\x67\x25\xf8\xa5\x60\x85\x64\xaf\x5e\x9f\x32\x33\xe4\x7a\x35\xf4\x15\x9d\xd4\x02\x42\xf6\xd8\x7a\xa5\x25\x5c\x3b\xd4\x88\x9d\x6a\xc0\x40\xb2\xbb\x12\x01\x58\x17\x5c\x41\x59\x2a\x33\x28\x3c\x85\x28\x3e\xd6\xf0\x76\x01\x9c\x85\xd7\x7e\x82\xce\x49\x0a\xf7\x80\xb8\x1c\xc1\x17\x6f\x16\x5c\x09\xb0\xa7\x03\x3e\x47\xcf\x7e\x79\xf6\xec\xe7\x93\x57\x3f\xfe\xfa\xe6\xa7\xa7\xef\x7e\x70\xc7\x53\x5c\x82\x39\x06\x3c\x4f\x7b\x7e\x7e\xbd\x2d\x0d\x60\xc6\x1d\x0d\x5a\xb9\x9e\x2e\x54\xcb\x9b\x76\x5b\x03\x51\x17\x3d\xfd\xce\x11\x55\x71\x39\xd2\x18\xd0\x1b\x8f\xcf\xe1\x3c\xf8\x92\x12\x37\xa1\xdb\x61\xe6\x14\x93\x5b\xa4\x74\x1f\xbb\x31\xd2\x57\x70\xeb\xa6\x17\x85\xd7\x56\xd3\xf0\xc5\x39\x4d\x9a\x4f\x9f\x05\x52\x3f\x41\xb7\xb6\x97\xa2\x5e\x07\xcf\x8f\xe5\xfa\xa2\x12\x69\xfb\xe3\x86\xcf\x93\x07\x3f\xd0\xd2\x9e\xee\x99\xc6\x79\xf2\xf4\x73\xd9\x26\x0f\x7f\x06\xec\xc7\x4f\x5f\x5f\x66\xbe\x7f\x07\xeb\x10\x3e\x95\xab\xe0\x01\x64\x76\x3d\x96\x57\x75\xfa\x34\x85\x09\x1e\xa7\xe3\xc3\xe3\x97\x32\xf7\x34\x01\x0b\x9f\xae\xdb\xf4\xe1\x2f\x21\x60\xa7\x7a\x9f\x24\x9d\xc2\xd3\x74\x5a\xf0\xf8\x39\xaf\xa7\xa2\x4a\x9f\xc7\xf8\xfe\xab\xd8\x24\x13\xfe\xab\xd8\xbc\x69\x84\x52\xf1\xc3\x08\x28\xf0\xcb\x0d\x9e\x3c\xab\xd6\xe1\x04\xf1\x02\x27\x78\x74\x02\x0e\x20\xe1\x93\x4b\x5e\x95\x21\x58\xef\xd6\x17\x4b\xbf\xdc\xfe\xf2\x06\x0e\xfe\xe4\x09\xeb\xa7\xfb\xf7\x43\x6d\x22\xf1\x03\xaa\xea\x2f\x76\x1c\x77\x4f\x3f\xcd\xb9\xf8\x65\xe4\x84\x31\xb5\x78\x92\x73\xb6\x42\xef\xbd\x91\xa8\x2f\x47\xaf\x5e\x1f\xff\xf0\xeb\x0f\xaf\xfe\x86\xe7\x7b\xd5\xc8\x62\x8d\x89\x27\xa8\xab\xe6\x5e\xc2\x5f\xb3\xae\x84\x3a\x90\x33\xfc\xa9\x65\xbf\x8b\x75\x59\x15\x07\x6d\xb9\x04\x97\xd2\xa2\xc4\xc4\x33\x4e\xb2\x71\xc0\x3a\xd9\xac\xc6\xc4\xa3\x00\xb4\x47\xef\x2a\xc8\xd7\x4a\xb8\x2e\x70\xb9\x50\x98\x1a\xeb\xc5\x08\xa4\xa9\x9e\xcf\x4d\xda\x55\x45\xfb\xc4\x28\x4e\x56\x6d\xf3\x16\xef\xe8\x8d\xe6\xb8\xc9\x55\xdb\x25\x36\xb1\xee\xaf\x72\x46\xae\xbf\x46\xee\x1a\x8b\x9d\x3b\x8d\xfe\x5c\x13\x2d\xfd\xe5\x39\x7e\x72\x0e\x7c\xcf\x5d\x66\x85\xfd\x8d\x72\xc1\xd6\xf9\x2b\xa9\x50\xfd\x03\x49\x07\x35\x52\xc7\xdb\xb1\xcb\xe0\xa1\xf1\x84\x0f\xa2\x87\x91\xd9\x1b\x38\x40\xc9\x63\x13\xf6\x38\xc2\xc5\x13\x18\xe0\x51\xd2\xde\xdc\xbc\xa4\x1f\x58\x9f\x7b\x04\xc2\x88\xb0\x40\xf6\xe9\x48\xa3\x5f\xcd\x2f\xb7\xff\xb2\x6f\x69\xe6\x5f\x2b\xd3\x91\x1a\x81\x41\x12\x67\x23\xbb\x54\x85\x03\x2d\xdb\xe5\x28\x01\xcc\x7f\x72\xff\x3e\xf9\x1e\x03\x50\xc0\x39\x94\x9c\x11\x63\x65\x00\x73\x16\xa0\x0c\xf6\x50\xd9\x2a\x48\xda\xe4\x17\xd3\xdf\xe5\xd7\x85\xf8\xac\x8f\xbf\xed\xd8\x43\x62\x67\xe4\x6e\xf4\x29\xc0\x83\xb0\xf0\x01\xf4\xf2\x84\x1d\x3c\x24\x3a\xce\xb6\x2e\xed\xed\xbe\xfe\x8e\xdc\xef\xdf\x10\x84\x6d\x43\x8f\xc7\x9e\xc1\xc6\x97\xd8\xa5\x05\xe1\x0a\x1a\x0d\xa8\x7b\xee\xbd\xe0\x55\xba\xde\x8c\xe5\x1b\xd0\x25\xcf\x2e\xba\xd7\x58\x9d\x56\x9d\xef\xc9\x23\x03\xdc\x4a\x62\xe4\xe6\x48\xc4\x7f\x9e\x68\x7c\x09\x35\xfc\x2a\xb7\xd7\xaf\xbc\x68\xdb\xed\xc1\x4a\x28\xa7\x7e\xf8\x4a\xa2\xf1\xdd\xbd\x3a\x38\x98\x95\x9f\x85\x61\x5d\x46\x4b\xa2\xaf\xcd\xa3\xc4\xb7\x75\x8b\x23\x6a\x34\xa7\xc1\x38\x9c\xd4\x96\x82\xfa\xee\x76\x20\x17\xaa\xf1\xf1\x9b\xf8\xa1\x7e\xfc\x1d\x3c\x51\x1d\xd8\x9a\x2a\x7c\x20\x3b\x32\xec\x0a\x71\x4f\xf4\xbe\xc0\x34\xb3\x92\x0a\xd8\xe1\x98\xf5\xc8\x8a\xd8\x7f\xbf\xc1\x6e\x1b\xbb\x5d\x37\xc2\xbb\x69\xda\xa4\x95\xab\x31\xa9\x9d\xc8\x20\xd3\xc1\xac\x8d\x9f\x5d\xc8\xb6\x95\xcb\xf8\x69\x83\xb5\xd7\xc3\x87\x97\xa5\x2a\x2f\xca\xaa\x6c\x37\x63\xd6\x5b\x94\x45\x21\xea\x5e\xd6\x89\xf5\x6c\xa7\x07\xa8\xdb\x59\x39\x3c\x9b\x97\x39\xcf\xde\x00\x04\xf8\x51\x89\x5d\xb5\xee\x7f\x2f\xd7\x4f\xa7\x66\x27\xe7\x72\x2f\xc7\x4f\x6c\xda\xe9\xf7\xf9\x6d\xee\xdf\xd3\x0b\xf3\xbd\x2f\xcb\xad\xeb\xe5\xfe\x80\xe0\x95\xb9\x43\xcb\x6d\xdd\x2e\x03\xa1\x6e\x56\x8a\xaa\x50\x63\xf6\xa1\x87\x46\xbf\xde\x90\xf5\xe0\xc8\xe9\x3f\x0c\xd2\xce\x62\x0f\xcd\x7d\x97\xd9\xe0\x38\x0c\x4b\xf6\xde\x14\x38\x4e\x8a\x3f\x68\xef\xf3\x76\xd0\xb2\xbf\xe6\xe9\x63\xec\x92\xc6\xaa\xf4\x83\x42\x54\x94\x63\xac\x95\x88\xd3\x46\xa4\xfb\x51\x37\xa2\xb1\xf8\x49\x8a\x0b\x0f\xf6\x7a\xef\x08\xf4\xcc\x54\x7d\xc5\x79\x3a\x49\xbf\xb3\xe8\xe3\xae\x08\xef\xe1\x3e\x18\x8d\x3c\x99\x96\x02\x1b\xa7\x79\x17\x64\x13\x67\xf3\x52\x65\x3d\xaf\x44\x6b\xf2\x53\x1c\x86\xda\x8d\xde\xc7\xbc\xc5\x00\xaa\x81\x0d\xe9\xee\x74\x63\xea\x42\x6b\xff\x83\xd9\x65\x67\x03\x0c\xf4\x8e\x1d\xb0\x70\x5b\x69\x05\x06\x53\x14\x35\x72\xde\xf0\xe5\x92\xb7\xe5\x94\x57\xd5\x86\xf1\xa9\x56\x9c\xac\xc3\x1c\x32\x89\x9c\x23\xf4\x5a\x09\x1b\x96\xae\xc1\x35\x7f\x07\xac\xb0\x35\xef\xfd\x3e\xe9\xd3\x55\x18\x10\xc9\xba\x12\x73\x3e\xdd\x9c\xd2\x0f\x08\x36\x42\x36\x87\xdd\x7e\xf9\x12\x7c\xf4\xe5\x4b\x18\xe8\x0e\x9a\x50\x48\x3c\x01\x32\x3c\xcb\x0b\x21\x6c\x02\x85\x66\x2e\x9e\x2b\xa5\x55\x1d\x78\x80\x41\x36\x53\xa1\x4f\x20\xbc\x7c\x61\x1e\xc0\xdb\x4f\x62\x33\x6b\x80\x4f\xdb\xd7\x7f\xb5\x4f\x48\x3e\x85\x7d\xd3\x0a\x00\x2c\x26\x44\x95\xfa\x5c\x11\xf2\x07\xde\xd6\x4a\x80\x73\xc4\x83\xf4\x40\x63\xe6\x0b\xe8\xde\xf6\x33\x8e\xba\xb5\x02\x94\x50\xa2\x1d\x87\x57\x2f\x78\x13\xea\xf2\x96\x01\x56\x8c\x57\xa1\xde\x0b\xac\x54\x6c\xc9\x0b\x2d\xc6\xa0\x39\xc0\x05\x4f\x42\x3d\xf6\x4f\x62\x63\xaf\x36\x3c\x52\x47\x73\xd1\x9e\x18\x2f\xe2\xfe\x00\x0a\xdb\x29\x61\xaf\x35\x60\x22\x7f\xfc\xa3\x37\x02\x1b\xfa\x7a\x52\x58\xc0\xa0\xc5\xd0\xae\xb6\x9e\xc1\x3b\x53\xbb\x04\x5d\x34\xde\x89\x76\x68\xd2\xbb\x2a\x3a\x13\x9a\xff\xd2\xac\x66\xbf\xff\xb4\x69\xf8\x66\x54\x2a\xf8\xbf\xfb\x7e\xc0\x8e\x98\xfd\x9b\x8d\xd9\x07\xfb\xf7\xd9\xc0\x18\xda\xc8\x00\xc4\xf2\x76\x13\x40\x65\x37\xc5\x98\xf5\xed\x86\xd9\x09\x97\xfd\xc6\x7d\x31\xc8\x74\xec\xb6\xd3\x98\xec\xb5\x7c\x7f\xae\x69\x3f\xd8\x95\xbc\xde\xf8\x8e\x6f\x2d\x3d\x4c\xd5\xfe\x84\x39\xe7\x9b\x17\x7b\xf4\x5d\x81\x97\x9e\x8d\x63\x6d\xc2\xe4\x83\xfc\x93\x48\x04\x00\xff\xb0\x83\xdd\x59\x8f\x3f\x70\xa9\x8a\xe9\xbb\x7d\xd9\x95\x0b\x64\x1f\xf2\x7e\x17\x77\xa6\x90\x24\x7a\x10\x8d\x26\xe1\x27\x65\x52\x76\x18\x7a\x19\xe7\xd0\xb8\x66\x61\x84\xd0\x10\xc8\x91\x32\x09\xc6\x90\x98\xa7\xf2\xfe\x05\x04\xb6\xe6\xc2\x90\x4c\xd0\xd4\x6d\xc2\xa5\xb2\xad\x33\x41\x4a\x2c\x08\x47\xa4\x5a\xc4\xc8\xbf\x88\x5a\xbf\x17\x28\x94\x27\xad\xf1\x45\xd4\x1a\x6b\x13\x25\x6d\xf5\x63\xd2\xf2\xa5\xfc\xed\xb5\xfa\xac\xcf\xd6\xbb\xa5\x94\xed\xa2\xac\xe7\xd1\x47\x99\x16\xe4\xfb\xf7\xe2\xe2\x13\x46\xb3\x75\x7d\x9f\x69\xd1\x25\xaf\xe3\xf9\x9a\xca\xa6\x78\x6c\x63\x22\x78\xbd\x79\xf2\xc8\x24\xcf\xf6\x4c\xf8\x27\xcd\x7e\x5b\xc9\x78\x51\x98\xc4\x7c\xad\x84\x75\x0c\xac\x6a\x87\x99\x08\x67\xd0\x01\x4d\x84\xb3\xd2\x47\x60\x9c\x39\x16\x26\x06\x52\xa8\x53\x09\x1f\xd9\x2b\x32\xa8\xd2\x15\x1b\xc1\xae\x4d\xd0\x9d\x84\x6d\x06\x7d\x06\xca\xa9\x79\xab\x47\x64\x13\xd7\x16\xe2\xba\x35\xc4\x34\x43\xcb\x05\xb6\x09\x9c\x19\x8f\xac\x9f\xd4\xc7\x6c\xb4\x73\x14\xd8\x7c\x8f\x8e\xf6\xe5\x0b\xbb\x77\x11\x46\x37\x07\x5e\x30\x37\x41\x06\x5a\xa2\x4a\x9b\x69\x33\x39\x8b\x10\x11\x65\x9f\xa5\x8d\x83\xfb\xf3\x4c\x88\x73\xd0\x76\x57\x3e\xd8\xcc\x35\xfe\xae\x99\x6d\xf3\xf0\xb9\xcb\xfc\x76\xcc\x30\x99\xa3\x09\xbc\xce\x4f\x93\xba\x4c\x04\xe6\xc7\x21\xfb\x40\xe6\x35\x84\x4e\xe3\xdd\x77\xd6\x99\xa5\x3b\x26\x98\xcf\xf1\xbb\xee\x8d\x9d\xd9\xbe\x66\x2c\xdc\x76\x19\xf2\x8b\x9d\x51\x59\xf3\x3a\x8d\x10\x4e\xf7\x7e\xe7\x79\x1b\xb2\x0f\x66\x48\x34\xa7\x58\x00\x60\x9b\x3b\xbf\x06\x68\x1a\x3a\x3d\x29\xd5\x27\xe3\x86\x7d\x04\xa7\xca\x3a\x07\xb2\xfb\xf7\x83\xce\x33\x99\x04\x9d\x10\xee\xf9\xa0\x7d\x14\xb3\x6a\xf4\x97\xbf\x1b\xa3\x4e\xa5\x4c\x32\xa0\xa2\xe2\xa6\x3a\xcc\x34\xce\xa8\x5b\xd0\x20\x03\x0c\x74\x76\x90\x93\x37\xf6\xe7\xe0\xc6\x92\xd7\xf0\xd5\xe2\x47\xa8\x9e\xdf\x87\xbf\x5f\xc9\x42\x8c\xd9\x4b\xbe\x7a\x0c\x42\x9e\x26\xcc\x43\xb6\xe2\xed\x62\xac\xff\x06\xd2\xc8\xeb\x4d\xd6\x1d\x96\x9c\xbf\x4f\x02\x8e\x9d\xfe\xce\x9d\x27\xd7\x3d\x9b\xf8\xbf\xb5\x24\xac\x25\xb3\xd0\x96\x7d\xcf\xbd\xdf\x42\xd4\xe2\xec\x17\xee\x1b\x97\x69\x89\x4c\xf1\xdd\x2d\xa6\x38\xc4\xd8\x22\xf8\x35\x08\x67\xa7\x15\x8d\x12\x94\x0c\x56\xb2\xc7\xf0\x11\x29\x4f\xf5\x88\x95\x7f\xfc\x63\x14\xa8\xf7\x09\xcb\x96\xf1\x76\xf1\xa1\xf4\xf5\x5b\x74\x3f\xde\x33\x6e\x17\x36\x6c\x06\x0a\x72\xd3\xe1\xbe\xad\xc5\x95\x9e\x4a\xe0\x09\xe6\xfb\x53\xd8\x9f\x2b\xeb\x96\x14\x3a\xa5\x8b\x42\x8b\xb4\x99\x06\x61\x4f\x30\x8b\x68\xce\x16\x5b\x03\x87\x75\xcb\xbd\x5f\xa3\xa0\x8f\xee\x19\x53\x5e\xb3\x0b\x92\x33\xd9\x64\x11\x06\x05\x7b\x2e\x6a\x81\x69\xa4\x2f\x36\xec\xdc\x4b\x81\xe7\xa3\x24\x8e\x19\x8a\x3a\xaf\x15\x04\x9c\xd1\x10\x66\xfa\x55\x5c\xa1\xf5\x42\x54\xf2\x2a\x52\xce\xe1\x98\xfc\xa2\xcc\x27\x16\x52\xa3\x04\xda\x74\x71\xa7\xd6\x30\x90\x0d\xd0\x55\x8c\x83\x1e\x80\x09\xa3\x87\xae\x9c\x46\xb5\x01\xfd\xc2\x93\x6f\x13\xd9\xe6\x6d\x04\x34\xae\x14\x4e\xf2\xeb\xc6\xd5\x03\x38\x60\x3f\x94\xe0\x1c\x82\x9d\xff\x9d\x5f\x72\x35\x6d\xca\x55\xeb\xc7\x69\x68\xe7\x98\x2e\xba\xe5\x9f\x04\xd4\x53\x3f\x47\x7b\xc8\x39\xe6\x4a\x26\xd9\x9c\x3b\xba\x1b\x65\x33\x36\x43\xb4\x37\xa1\x50\x2e\xd6\x1b\x0e\xc1\xe5\x7f\xb0\x46\x54\xd0\x70\xaa\x77\x06\x7b\x2f\x5c\x3c\xa0\x0d\xad\xd3\xbb\x32\x5a\x06\x39\x8b\x56\xa9\x86\x71\x67\xeb\x76\xdd\x08\x1b\x6b\xae\x5c\x14\x6e\x79\xd1\xf0\xa6\x33\xee\xce\x77\xf4\xf8\xd4\xe5\x2b\xb4\xa9\x9a\xd1\xe1\x49\xa3\xe3\x93\xd8\xc8\x19\x73\x2d\xce\xc6\x9e\xa4\x4e\x52\xbf\x28\xfb\x0e\xed\x9b\xd1\xca\x8c\x7d\x37\x90\x74\x26\x51\x50\xdc\x6b\x4c\x90\x79\x27\x05\x69\x30\x66\x7d\xa3\x1f\x1f\x8d\x93\xfd\x89\xb4\x68\xcb\xe4\x4c\x4c\xdf\x8d\xf3\xae\x32\xa9\x9c\xe0\x14\x6b\xcc\x42\x0e\x0b\xcc\xea\xca\x57\x90\x6a\x62\xdd\xae\xd6\x78\x1b\x49\x88\x65\x86\xac\xdc\x31\x7c\xc5\x55\x5d\x58\x99\x6b\xfa\xdc\x99\xbb\xa1\x62\x20\xd6\x3b\xf3\xd7\x40\xe6\xcb\x20\x44\xea\xaa\xac\x51\x90\x41\x6e\xdd\x1f\x44\xa5\xf8\x6d\xd2\x2a\x62\x28\x0b\x4d\x64\xcc\x19\xdd\x9c\x95\x2c\xfa\x2a\xaa\x96\xe9\xac\x44\x19\xbe\x1d\xc5\xcf\x94\x05\x9b\xb8\x2f\xc0\xd0\x53\x44\x00\x96\x0a\x3a\x70\x67\x7e\xe2\x2a\x7f\x44\xc4\x20\x29\x00\xe2\xfb\xd0\x54\x98\x4d\x92\xae\x8e\xd8\x87\xb2\x18\x6a\x04\x99\xbb\x2f\xa8\x28\x66\x1e\x9d\x91\x92\x72\x18\x3d\x3b\x71\xfc\x1f\x39\x23\xb2\xc1\x88\xfb\x20\x79\x8f\x3d\xf4\x95\xd5\xda\x53\x10\xfa\xf1\x3c\xb8\x62\xdb\xce\x0b\xbe\xbb\x37\x60\xe3\x18\x03\x84\xa7\x59\x80\x33\x0b\x30\xa2\x36\x30\x9f\x61\xd0\x44\x04\xe1\x1e\x19\x23\x4e\x20\x9b\xe7\xbd\x7b\x38\xe0\xa8\x69\x2b\xeb\x0b\xe2\x78\xe1\xbb\x10\x17\x84\xbb\xe5\x34\x18\x78\xf9\xd5\x55\x2c\x9c\x31\x7c\xe8\xb3\xd0\x19\x5f\x09\x73\xfd\x22\x97\x65\xce\x7a\x94\xb7\x38\xdd\xc9\xb4\x7f\x17\xab\x51\x64\x66\xc5\x65\x08\x13\xb0\x4d\xd8\x16\x35\xa5\x33\x35\x51\x26\xdf\xb6\xd7\x3b\x6c\x73\x93\xe8\x0f\x75\x08\xae\xf4\x21\x86\x90\x0a\xd2\x44\xab\x0d\xd6\x45\xd0\x9d\x31\xd3\x1c\x0e\x17\x52\xcc\x1e\x3b\xca\x23\xbe\x6f\x5b\x0f\xf1\x3b\xbd\x45\xf5\x52\x38\x1d\xa7\xc7\x55\x2f\xce\x95\x65\x1c\x38\x1f\x53\x7c\x27\xa9\xda\x61\xa6\xde\x2d\x79\x8f\xe4\xee\x09\x52\xa8\x53\x33\x26\x06\xbc\x1e\x8d\x46\x6e\xca\x37\xec\xd0\x77\xbf\x2d\xef\xbb\x01\xf7\x30\x0b\x2f\xbc\xcd\x5c\x12\xe0\x39\x84\x4f\x72\xa6\xd0\xf8\xbe\x69\x8f\xc3\xb0\xaf\x92\x06\x14\x75\xcf\xb3\x60\xf6\xf6\x1b\xde\xb4\xa5\x21\xec\x7b\x5c\x5e\x7d\x6b\x73\xea\x96\xfc\xf1\x1d\xe0\x5b\xd5\xa5\xc5\xf4\x6c\x27\xc5\x4b\xbe\xf2\x4c\xf9\xf1\x6b\x23\x0a\xe2\xee\xb5\xa1\xc0\xce\x35\x03\x80\x3a\x81\x40\x51\x9b\xc7\x58\x8d\x59\xdf\xde\x94\x51\x6c\x50\x3d\x6e\xf0\xe1\x2c\x3e\x91\x65\xa1\xbc\x51\xcc\xa6\x68\x89\x54\x3d\x53\x36\x65\x86\x7f\xa8\xc0\xc3\xa7\x0d\x52\x3d\x22\xe7\x01\xfe\xd8\x37\x49\x75\x95\x61\x08\xa3\xb2\xd0\xe7\x97\xce\x17\x74\xa1\xc0\x7f\xc3\x71\xa4\x32\x8c\x6f\x81\x1e\x91\xd1\xfa\x7a\xcf\x8e\xc9\xdb\xee\x94\xed\x6e\xc8\xca\x22\x31\x4d\xe9\x5e\x14\x7a\x01\xf9\xb7\x19\x25\x53\xb7\xc2\x92\xcf\x07\xbd\x41\x3e\xa5\x6f\x6a\x60\xd1\x7b\x66\xc2\xfa\x45\xc3\x67\xed\xbb\x7d\xa9\xe1\x5a\x19\x5a\x3a\x0e\x57\x6c\xc2\x7c\x3f\x23\x6a\xee\x3e\x3c\x64\x6f\xd6\x55\x95\x24\xed\x24\xd2\x1d\x7a\x6e\x75\x8a\x45\x87\x87\x0c\xcb\x31\x60\x0d\x9d\x7a\x2a\x97\xbe\x5e\x0a\x44\x3f\x71\x9b\x5c\xbb\x70\xd9\xa1\x8c\xc0\x6e\xaa\xf5\xc5\x23\x5a\x39\xab\x1f\x03\x4d\xe3\xbe\x5f\x8a\xa5\x44\x72\xf9\x24\xb4\x75\xd2\x28\xfa\x53\x22\x40\x58\x39\x00\xe9\x4f\x9f\x4c\x6b\xe8\xf1\xe6\xb7\x0d\xe9\x60\x64\x37\x8b\x39\x24\x3b\xbf\xa5\x77\x49\x85\x17\x0d\x6f\x86\xec\x43\xfe\xd3\xb3\x81\xfd\x98\x4c\x39\xe5\x68\xf1\xf4\x53\x22\xf1\xc4\x30\x12\xc4\x48\x9f\xe8\xfe\x1d\x95\x03\x76\x67\xe4\x67\x41\x7d\x01\x27\x66\xd3\xb7\x51\xd1\x00\x5c\x4f\x52\x01\x0a\x2a\x1a\x24\x96\xfd\x1b\x5b\x15\xe0\x03\x4a\x9d\x43\xcb\x36\x3e\x1a\x2f\xc0\x78\xf9\x41\xf6\xf2\xfe\x93\xa7\xf6\x99\x3b\xd8\xe4\x83\x02\x13\x99\xe7\x7a\xc8\xa5\x41\xbf\xb9\xc3\x85\x5e\x87\x89\x35\xc3\x8b\xa2\x16\x5b\x7b\xd9\xf2\x79\xfc\x9d\x4f\x15\x7d\x9b\x8b\xc5\xbb\x57\x11\x08\x80\x89\x4b\xa2\x74\x8a\x7b\xa4\xa8\x98\x6f\x30\x44\x83\x8c\x71\x93\xb8\x2c\x0b\xa8\xfe\xa1\x14\x96\x89\xbd\xb0\x85\x60\x6d\x04\xa2\x7e\xeb\x2f\xd2\xe3\x92\x1f\xc4\x03\xc7\xf6\xdf\xed\xc9\x94\x4e\x22\x9b\xfd\x43\x6f\x8a\x28\x03\x88\x7e\x94\x7e\xfd\xb1\x7e\xd2\xb7\xee\x8c\xe9\xdb\xe1\x8e\x74\xd4\x31\x01\xf7\x69\x43\xa2\xd4\x1f\x62\x36\x4c\x53\x7b\x84\x59\x44\x42\x43\x3c\x0a\xd6\x46\x06\x05\x59\x38\xde\x4e\x36\x7f\x89\xbb\x00\x9f\x8d\xed\xf8\xe6\x60\x72\x35\x36\x39\xb1\xcd\x6f\xb4\xa5\x8f\xbd\x21\x1d\x2f\xe7\x08\x2f\x78\x6b\x8a\xac\xc1\x62\x8d\x8c\xb9\xbf\xfb\x26\x82\x7c\x89\xf7\x2e\x33\xbd\xa7\x59\x23\xa6\xb6\xac\x96\x04\xa3\x05\x5b\x35\x02\xac\xf5\x1f\xe3\x62\x1b\x46\xdc\x36\x29\x51\x1c\x14\xd6\x9d\xc5\xe5\x37\xb6\x6e\x85\xa3\x8f\x71\xee\x63\x0f\x89\x99\x48\xb8\x95\xa3\x00\xba\xe4\x44\x52\x01\x37\xa7\xcd\x70\x65\x13\xa2\xf8\xc3\x92\x69\xb7\x95\x28\xc4\x22\x64\xf6\x7d\x2c\xf1\xc2\x06\x7c\x5f\xb6\x0b\x93\xbb\x61\x5f\x2a\xd1\x79\xda\x87\x77\x54\xf8\xbc\x15\xd4\x67\xea\x08\x71\x64\x10\xe4\x4c\x75\x50\xf5\x88\x57\xd3\x35\x9a\x0c\x8d\xe6\x84\xf9\xf8\x20\x08\x1b\x8c\x52\x70\xb8\x86\xba\x31\x9a\x2e\xa1\x08\x83\x9c\x05\xa5\x09\x51\x13\xca\x53\x8c\x84\xf4\x7a\xc7\xe4\xdc\xe4\x4d\xb7\x6f\xba\x5a\xc4\x67\x59\x19\x19\x2e\xb7\x14\x7d\xda\x99\xa9\x99\x33\x70\xa2\x6d\x80\xe1\xf8\x84\x60\x4e\x72\x30\xc8\xe1\xd6\xcf\x1d\x32\xcc\x8a\x13\x1c\xb1\xd0\xb3\x01\x51\x6a\x4f\x3e\x90\x8a\x8f\x77\xf5\x8b\x3d\x95\xb2\x6a\xcb\xd5\x4f\x52\xb5\x91\xcb\x2b\x79\x93\x3a\xbe\x9a\x97\xc7\xa2\xe2\x9b\xf4\x9b\x44\x31\xba\x66\xc7\x36\x37\x3c\xaf\x7e\x2a\x93\xac\x55\x53\xb9\x5c\xca\xfa\x30\x6a\x94\xf3\x47\xc4\x01\x12\x06\xd6\x31\xae\x53\xc8\x78\x55\xc9\x75\x1b\x7d\x06\x43\x9b\x57\x99\x8f\x5c\xca\xf2\xa1\xb1\x14\x5b\x86\xf4\xba\xc1\xe7\x7b\x78\x13\x07\x17\x7b\xc3\x3d\x2a\xe6\xd8\xf3\x76\xfd\x97\x42\x4e\x9f\xf3\x56\xcc\x65\xb3\xb1\xe8\xbe\x09\x4f\x02\xc9\x3b\x4d\x16\xcb\x18\x83\xa1\x1f\xc6\xbe\x63\xef\x16\xf2\x0a\xcf\x6d\x6b\xb0\x84\x2f\x20\x6e\x59\x2d\xe4\x15\xcd\x4b\x69\x37\xac\xfb\xfa\xb8\x54\xcb\x52\x99\x8a\xef\xb9\x1e\x0a\x6c\x10\x75\x72\x73\xdb\xb9\x88\x7a\xbd\xb4\xaf\x5e\x5f\x8a\x66\x56\xc9\xab\x97\xb2\x10\x6e\x36\x78\x15\xa4\xe1\xb5\x50\x40\xe2\x17\x0c\x45\x39\x7e\xfd\x92\xa6\xa8\x92\xa6\x03\x2d\x7a\x20\x94\x18\x07\x32\x8c\x67\x97\xed\xd3\xfe\xb9\x90\xaa\xed\x29\x97\x02\x31\xec\xd7\xa0\x80\xbd\x92\xa0\x3d\x41\x2a\xc1\x52\xf9\xc2\x08\x18\xcd\xec\x62\x82\x1a\x51\x83\xc0\x64\x7b\x18\x62\x54\x33\x50\x53\xb2\x74\x9a\x85\x53\xe4\xbe\x13\x95\xe6\xe7\x01\x36\x69\x7b\xac\xd7\x45\x80\xa8\xc1\xa4\x65\xd2\x26\xf5\xd5\x7a\xba\xd0\x24\xe0\xbc\x2c\xce\x87\xec\xdc\xdd\xb3\x9f\x03\xe1\x65\xe7\x5a\x5e\x3b\x38\x77\x14\xac\xc1\x64\x8d\x2b\xcd\xe3\xb5\x66\xd7\xc8\xf5\x7c\x61\x6f\xee\x4e\x2d\x82\x5a\xa5\x81\x0a\x62\x9a\x2f\x04\x04\x4a\x63\xf8\xb3\xcf\x28\x19\x84\xc2\xdd\x7d\x43\xe3\xa9\x0d\xeb\x72\x6e\xad\xd3\xc1\xbe\xc4\x64\xed\x49\x7c\x28\x5e\xdb\x5a\xf8\x2e\xc7\x66\x2b\x8d\x8f\x2f\x66\xfc\xa0\x58\x76\x60\x61\x5e\x64\x58\x68\x52\x7f\xb6\x11\x33\x4c\x3a\x6b\x5d\x84\xcd\x18\xba\x1f\x53\x4b\x73\x29\xda\x85\x2c\x50\x2e\x5e\xb9\xc2\x21\x56\x95\x76\xda\x16\x5d\x7a\xf7\xf0\xad\x98\x1d\x8d\x09\x35\x7a\x4c\x61\x7b\x92\x1c\xd8\xa7\x85\x0d\xb7\xa4\x23\xb5\x12\x96\xd5\x2d\xaa\x86\xd7\x50\xbe\x60\x50\x42\x27\xf5\xa0\x94\x6e\x26\x23\xbd\x5a\x2f\x2f\x04\x94\x78\x5a\x96\x55\x55\x2a\x31\x95\x7a\x81\x5a\xc9\x0a\x60\x0b\xd3\x4a\x7a\x87\x69\x04\x79\xc8\x94\xb4\xa7\xc5\xa4\x64\x59\x70\xc5\x20\x50\xb4\x95\x6c\x81\xb5\xff\x2f\x45\x43\x50\x68\x8f\xa3\xc6\x1d\xac\x84\x66\x67\x60\x9c\x28\xdb\x11\xfb\x49\xb7\xd6\xa3\xc0\xa7\xb4\x3d\x66\x0a\x85\x34\x51\x5c\x61\xd7\xb4\x9d\x19\x61\x01\x51\x48\x14\xaa\xe0\x7b\xd5\xf2\x0d\x93\x2b\x51\x07\x69\x64\x4a\xc5\xf8\x54\x1f\xb4\x6a\xe3\x40\xd2\x7d\x5b\xa8\x28\x46\x2b\xa9\x04\xb0\xc9\xa3\x31\xab\x01\x63\x09\x22\x6d\x4d\x12\x8d\x39\x14\x58\x59\x59\xd3\x43\x17\xee\x0b\x68\x7c\x44\x32\x7a\xfe\x5f\xef\xfe\x9f\x91\xdf\xfa\xe4\x97\x33\xdf\xf9\xb1\x7e\xc6\x8b\x7c\x90\xb4\xf4\x40\x26\x49\x95\x4d\x76\x40\x11\x20\x6b\xc4\x9a\x25\x75\x7f\x31\x72\x0f\xde\xcc\x50\x09\xc0\xf8\x04\x52\xae\x60\x66\x4c\x5b\x25\xb0\xfc\x64\x52\x0f\xda\x01\x7d\xed\x64\x5e\x4f\x17\xd2\xa4\x28\x2c\x5b\xc5\xce\xf1\x6a\xc7\x4c\xeb\x3c\x0f\x51\x24\x3d\x8c\x5a\xb9\x7a\x0e\x49\x11\x02\x6e\x15\xb4\x39\x1a\xc7\x5f\x75\x02\x69\xd9\x8b\x07\xd2\x46\x72\xa1\x73\xc2\xdb\xd3\x9f\x59\x05\xc9\x8a\x94\x05\xcf\x64\xc7\x35\xa9\x84\x21\x3d\x2e\x5b\x96\x4d\x23\xe1\xd0\x9c\x47\xb0\x9c\x93\x4b\x75\x9b\xc9\x2c\x0b\xf4\x0b\xd9\x60\x39\xbb\x5d\xa0\x83\xb6\x86\x19\x28\x34\x75\x73\xd5\x9c\x09\x7f\xa3\xc3\xe8\xdf\x2e\x96\xee\x88\x14\xa6\xd8\xaf\xd7\x85\x60\xdf\xb5\x01\x93\xf8\x6e\x08\xf3\xb7\xfc\xc0\xa2\xe5\xd4\x7e\xc5\xbd\x93\xa7\x6d\x03\xb6\x05\x76\x1e\x80\x72\xce\x64\xc3\xce\x8d\x56\xaa\x39\xe4\x79\x78\xc0\x76\x42\x0c\xde\xfc\x9a\x66\x2b\xb6\xae\xb5\x9e\xd1\x27\x79\x04\x07\xc3\x60\x0f\xea\xa3\x8d\xf5\x55\xf5\x91\xa8\x31\x99\x08\x9e\xfd\x46\xf4\x34\x6f\x77\x3c\xdc\x40\xe1\x07\x51\xe0\x86\xef\x45\x0a\xda\xed\x8c\x66\x95\x26\x39\x88\xfb\xe7\x9a\xc7\xe3\x14\x51\x48\x39\x1f\x00\x4d\x8c\x46\x61\xef\x6d\xa5\xba\x56\xba\x96\x08\xba\x91\x81\x68\x8a\xce\x4a\x49\x64\xc7\x3c\x90\xdb\x7a\xca\x66\x4d\x24\xac\xd9\x4f\xc1\x8b\x11\x30\x6b\xa0\x66\x06\xbc\xa5\x2c\xb0\x56\x5c\x20\x7e\x7c\x67\xc5\x9d\xef\x8c\xbc\x73\xb5\x10\xe8\xcc\x52\x6f\xbc\xdc\xb3\xe0\x97\x22\x9e\x0e\x2c\x9d\x24\x72\x9e\xa7\x15\x54\xfa\x4b\x96\xf2\xbd\x19\x00\x93\x82\xa3\x63\x43\xf3\x29\x2b\x47\xf9\x34\xcf\x8a\x15\x42\x4d\x9b\xf2\x02\x3d\x8e\x52\x41\x96\xbd\x2b\xeb\xa9\x61\xec\x90\x61\x5c\x28\x06\xb2\x91\xfb\xee\x02\xf6\x38\x47\xd7\xa5\x72\xca\x1e\x17\xe5\xe5\x13\x9b\x8f\x12\x3d\x6c\x5c\x7d\x5e\x0d\xd8\x85\xe5\x2f\x8d\x16\x12\x2e\x36\x4c\x4d\x1b\x21\x6a\xf8\x29\x1a\x35\x62\x27\x28\x3f\x0c\x4d\xe4\x48\x55\x89\xc6\x92\x16\x60\xd4\xbc\x06\xa9\x2d\x92\xbe\x7e\xc2\x9c\xcf\xba\xe3\x3e\x26\x77\xdd\x2a\xac\x0d\x30\xdd\x8d\xc5\x10\x5f\x69\x89\xa0\x29\xb5\x6a\x4b\x90\x73\x1e\x4f\xf5\xdc\x0c\xe1\xf2\x9f\x69\x48\xf2\x34\xd7\x15\x29\x09\x1d\x8a\xf4\x21\x4e\x10\x68\x44\xc3\x1c\x14\x46\x9a\xa2\x8a\x89\x68\x9f\x36\x25\x3f\xb6\xdf\x3f\xdb\xf8\xfa\x9d\x5f\x21\xf3\x64\x18\x6a\x4b\x54\x4a\xa8\x19\x4a\x7e\x27\x23\x39\xb9\xf1\xe4\x38\xe9\xdf\xe0\xde\x1e\xf9\xbe\xde\x07\x89\x4c\x8c\x94\x71\x60\xb1\xf9\x74\xdd\xca\x03\xef\x0f\x57\x86\xf9\xd4\x29\x98\x65\xb1\x85\x24\xf3\xaa\x32\xa5\xa4\xf5\x77\xfe\x3e\xbd\x00\x63\x1e\x32\x76\x6e\x92\x38\x62\x6e\x3b\x0d\x93\x5c\x59\x09\x14\x2c\xb7\x75\xcb\x20\x93\x47\xa0\x1f\x02\xd5\x3d\x1a\x77\x68\xc0\x81\x2c\x1a\x84\x8f\xc6\xcf\x55\x2a\xa9\xa2\x2e\x4c\x6b\xb9\x2d\xca\xf9\x42\x34\x07\xb2\x29\xa0\x18\x76\x46\x2a\x0e\x2b\xbb\xa6\x22\x29\x24\xe4\x16\x0a\xf3\xa5\xdb\x95\xb8\x10\x53\xb9\x14\x8a\x99\xb8\x62\x48\x6f\x09\x51\xce\x43\x76\xb5\xe0\xad\x70\x92\x63\x53\xce\xe7\xa2\x61\x57\x3c\xc0\x81\xac\xcd\x64\x4e\xe5\x7c\x5e\x89\xa3\x7e\xa9\xcc\x83\xbf\x61\x87\xbe\xb0\xec\xf8\xce\xfa\x6f\x5e\xf5\xf1\x28\x25\x9e\x8a\x64\xf6\x1d\xec\xef\x5b\x8e\xae\x12\x7b\x02\x38\xcd\xe9\xc3\xe4\x36\xf5\x55\xc3\x57\x2b\x9f\x3e\x93\x22\x0f\xa3\xee\x71\xf7\xdc\xc1\x63\xc6\x40\x93\x37\x4d\xa5\x66\xa9\x6f\x64\x65\xba\xa3\xb9\x08\x42\xe0\x5c\x9a\xfa\x7f\x45\xfb\x11\xbb\xfe\x06\x5b\xe7\x2b\xf4\xf5\xaf\xd2\xd5\xff\xbb\xea\xe9\x29\xe5\x7b\x73\x1b\xc5\x3c\xe2\xb8\xe7\xd7\xac\x54\xcf\x04\xff\xe4\x88\x0f\xdc\xf7\xb2\x0b\xc1\x3f\xbd\x2f\x8b\x76\x31\x66\x0f\xff\x7d\xc8\xe6\x7c\xf5\x6e\x05\xa1\x98\x0f\x20\x15\xfb\x49\x5d\xb6\x25\xaf\xe0\xee\xc5\x7e\x52\xc8\x57\xb2\x35\xc9\x03\x20\x91\x25\xbb\x39\xbf\xab\x31\x80\xe8\xb0\x44\x2a\x09\x38\xe2\xb7\x53\x62\xdf\x46\x57\x0e\x1a\x89\x72\x05\x17\x0e\x8e\xe8\xd3\x2b\x23\x47\xc8\xf1\xc3\xe7\x6e\xf4\xe8\xd0\x3e\x0e\xb6\x70\xba\x6e\x91\xf2\x3c\x62\xef\x8c\x3c\x1e\x28\xc3\xbf\x89\x46\x9e\x6b\x56\xbe\x91\x6b\x56\x48\xe0\xe8\x57\x9a\xbb\x72\xf3\xd9\xef\xa5\x4f\xbf\xe4\x9f\xd9\x95\xde\x02\xb0\x61\x29\xd2\xa3\xb1\xfe\xed\xdf\xbf\x5f\x7d\x26\xbd\x2f\xf9\x67\xd8\x3a\x74\x3d\xea\x75\x55\x25\x23\xd8\x05\xd2\x07\x10\x54\xf4\xc0\x34\xd8\xca\x80\x55\x53\x95\xfd\x28\x48\x3d\xf5\x3f\x96\x80\x5b\x58\x02\x32\xc2\xf1\x5d\x0d\x02\xbf\x83\xc4\xf5\xcf\x17\x3d\x73\x62\xa7\x17\x39\xbf\xea\x22\x02\xaf\xb7\x80\x1d\xe9\x43\xcd\x26\x26\x71\xce\xe1\x77\xdf\xb1\x7f\x7b\xf0\x80\x2d\xd5\x6e\x2b\x9a\x39\x61\x70\xa0\xd9\x84\x3d\x74\x1d\xfc\xf9\x56\x1d\x54\xb2\x9e\xb3\x09\xfb\x53\x7c\x1b\x70\x37\x16\xbd\x4b\xae\xdc\xd3\xb0\x72\x4c\x61\x77\x76\xda\xd5\x4a\xf0\x46\x8d\x32\x6a\x21\xb6\xaf\xe4\x5c\xb3\x5a\x79\x89\xa7\x9a\xea\xed\x97\x8a\x35\xa2\x82\x4a\x5f\x70\x93\x5c\x2e\x31\x96\x84\xd2\xcd\x5b\xd1\xc3\x72\xb9\x5e\x26\x34\x71\xb4\x8d\xf4\xe5\x0e\x8d\xe6\xa6\xec\x42\xb4\x57\x42\xa0\x2a\x67\x58\x21\xd6\x15\xd3\x6b\x05\x44\x29\x4b\x8b\x1e\x90\xc1\x2c\x53\xee\x36\x05\xeb\xc1\x3c\xb8\x7e\xa4\x9e\x02\x06\x9f\x1d\xe1\xe1\xbf\x93\x21\x9c\x18\x40\xc7\xf8\x56\x3b\x66\x87\x2e\x40\xad\x2e\x5b\x74\x80\x6d\x5d\xd8\xcb\xb6\x4c\x2f\x2e\xb5\xd4\x5e\x1d\xa9\xf5\x05\xb8\xdd\x65\x3a\x52\xeb\x8b\x53\x70\x94\xbb\xb3\x56\x92\xab\x4a\x15\x95\x84\x0f\xab\xcb\xef\x95\x77\xca\x6e\xaa\x5d\x0a\xc7\x37\x53\x73\x92\x5a\xde\x7b\xa7\xb3\xa3\x62\xd2\x30\x43\x55\x62\x4a\xbc\xed\xaa\xfe\x36\xc5\xa4\x76\x93\xfc\xa8\xa0\x14\xd8\x97\xa9\x12\x19\xaa\x25\x24\x49\x56\x38\x25\x5e\x6f\x7c\xce\xea\x77\xc0\xb6\x37\x81\x6f\x8a\x32\xce\x29\xba\x89\x51\x1e\x54\xcb\xdb\x72\x1a\xb9\x9a\x18\x57\xde\x48\xb2\xf4\x19\x0d\x23\x56\x9e\xf0\x70\x2f\xbb\x18\x87\x0f\x4b\xb0\xc6\xac\x07\x62\x9c\xf5\xef\xa2\xd2\x3a\xf1\x11\xcd\xe9\x0a\xf6\x5d\xa8\x32\xd8\xa7\x54\x73\xb0\xcf\xf2\x0a\x84\x7d\x9b\xe8\x11\xd6\x49\xd4\xb9\xa5\x00\x96\x9a\xf2\x52\x0b\xe8\xbf\xfa\x85\xcd\xd7\x93\x4f\x78\x38\xc1\xb1\xf1\xfa\x1a\x8c\x03\x7d\x21\xf0\x1e\xf6\x7e\xb3\x69\x75\x27\x82\x23\x0f\x7d\x88\xf0\xae\xe7\x28\x64\x75\xd5\x95\x2a\x7d\x0a\x10\xbb\x40\xa4\x4a\x53\xa0\x76\x40\x10\x5a\xa9\x46\xbf\x46\xcf\x7d\x06\x42\x2a\xe1\x66\x2b\x57\xdd\xd8\x3e\xc2\x7a\x4e\xd8\xed\xb7\xac\xe7\x34\xf6\x7f\xb2\x2f\x5f\x58\x9f\x22\x10\xe2\xf0\xc9\x6f\x1f\xd6\x3f\xc8\xed\xb0\xad\x9f\xba\x76\x99\x5d\xb8\xf5\x43\xdb\x2c\xc1\xfe\xd8\xfd\x75\x2f\xad\x3c\x95\x14\x4f\x30\x44\xd6\xfe\xb6\x6b\x30\xb9\x0e\xd6\x82\x94\x0e\x88\x36\xc7\xe4\x3a\x7a\xd0\xdd\x14\xf7\x51\xf2\x01\x3e\x26\x9f\x5d\x8f\x46\x23\x3a\xd5\xe8\x55\xc8\x5f\xfa\x7e\x37\x24\x9c\xe8\x43\xaf\x2c\x7a\x67\x83\x1b\x28\x8d\xb5\x2c\xc1\xd1\x9b\x9d\x1c\xb3\x62\x2d\x50\xa9\xa2\xee\x1b\xe6\xde\xb9\x28\x2f\x31\x8c\xda\x0f\x4a\xea\x2d\xc4\xfb\x0c\x2e\xe5\x1c\x7c\x34\x4a\xa9\x28\x2f\xfd\xaf\xed\x7d\xd8\xca\x0d\xb4\x7d\x59\x4c\xae\xcb\x22\x78\x44\x93\x9c\x9b\x5e\xd0\x09\x86\xbe\xc8\x7d\x01\xf9\xcf\x73\x5f\xc0\x0b\xf2\x45\x50\x3a\xe2\x3a\x3a\xa4\x01\xa2\xb3\xc7\x78\x40\xba\x7a\x7c\x58\x94\x97\x34\x28\x0b\xd7\x33\xac\xfa\x10\x51\xc7\x94\x5a\xb8\x84\xab\x94\x85\x44\x14\x30\x4c\x17\x63\x42\xdf\x70\x9a\x56\xa4\xa2\xf1\x6f\x49\x96\x05\xf6\x78\xb5\x75\x75\x8c\xcc\x74\xf3\xe4\x3a\xe8\xf4\xe6\xf1\x21\x98\xb7\x58\xa6\x2c\x99\xed\x58\xef\xa5\xbb\x75\xad\x91\x17\x44\xe6\xdc\x41\x54\xbb\x45\xde\xcf\x5b\xda\x9a\x73\xb9\x3f\x6d\xe3\xce\xec\x9f\xdf\x56\x70\x0a\x7d\xe8\xf1\xfd\x96\x3c\xa0\xb1\x08\x62\x32\x81\x6a\xd4\x86\x80\xd1\x27\x04\xb6\xe4\x31\x38\xd0\x13\xb4\x0d\x49\x5a\x50\x92\x13\x14\xf7\x84\x4d\x07\x6a\xda\x43\xa6\xe1\x38\x75\xe6\x53\xab\xf1\xdd\x21\xc5\xf2\xb7\xc4\x65\x36\xdf\x71\x32\xc0\x60\x1c\x8f\xb0\x25\xe7\xb1\x63\x71\x6c\x12\x18\x68\xc1\xa8\xe0\x85\x86\x4c\x42\xe4\x1d\x69\xd0\x86\x4c\x40\xd6\xa8\x34\x1f\xda\xe1\x21\xe8\x93\x4b\xde\x2e\xb0\x9a\x0a\x38\x28\xd6\xc2\xd8\xcf\xc1\x35\xca\xea\x4b\xdf\xff\x99\x15\x62\xde\x08\xad\xc5\xf9\x04\x0e\xfa\x8d\xd5\x3b\x0f\x0f\x41\xdd\x55\xeb\x8b\x83\x55\xf9\x59\x54\x0c\x32\x9f\x39\x03\x4f\x51\xce\x66\x90\x24\x63\xda\x48\xa5\xd8\x45\x23\xaf\x94\xd0\x40\x62\xc6\x8a\x52\xb1\xa5\x6c\x04\x94\xcc\x9e\x0a\xa8\xf9\x72\xb5\x10\x16\x4c\xbc\x47\xbf\x2c\xa7\x82\x99\xbe\x35\x08\xfa\xa3\x4a\x33\xe0\xc6\x23\xc1\xa8\xf0\x3f\x7a\xec\x1d\xf4\x5f\xf2\x76\x31\x52\xff\x68\xda\x7e\xdf\x63\xf9\x3b\x8f\xf1\x01\x3b\x64\x7f\x1a\xb0\x3f\x3a\x9c\xeb\xbf\x1f\xb2\x43\x86\xd9\x7d\x46\x38\xf2\x1b\x3d\xf0\x5b\x3d\xee\x3e\xe9\xa3\x7b\x4b\x75\x40\x76\x32\x91\xa6\xf2\xb9\xa3\x33\x3b\x7b\x34\xe3\x85\x38\xa9\xff\xf4\xe0\x41\x2e\x23\xf2\x96\xdc\x73\x4b\x51\xaf\xb3\xb9\xe7\x2e\xe4\xe7\x77\x0b\x0e\xd1\xef\x66\x4f\x8c\x44\x25\x2e\x61\xdc\xff\x20\xed\x56\xbc\x28\x20\xa3\x5b\xef\x3f\xbc\x02\xc1\xb2\xd2\x53\x10\x48\x86\x15\x1f\xc3\x10\x34\xc6\x7a\x63\xa8\x16\xdb\x8b\x1e\x13\x8d\xfd\xbc\xd7\x3b\x8f\xea\x2b\x91\x34\xd8\xfc\x42\xc9\x6a\xdd\x8a\x5e\xd4\xc4\x66\xb0\x8e\x96\x3c\x6a\x85\xb9\xaf\xb7\xb7\x31\x59\xaf\xb7\x37\x82\xbc\xda\xdb\x9b\xd8\xec\xdc\x61\xfa\xec\x9b\x6c\xae\xec\x9b\x3b\xe4\xca\x26\x9b\x8a\x26\x64\xc7\x97\xb8\xad\xd4\x92\x57\x55\x6e\xbf\x10\x84\x42\xb6\x96\xf2\x32\x40\xa8\x05\xfd\x21\x79\x96\xcf\x83\xa8\x77\xd7\x49\x2b\x96\x51\x2e\xc4\x2b\xd9\x14\xef\x1b\xbe\x1a\xb3\xde\x45\x23\xf8\xa7\x03\xfd\x80\x8e\x60\xbd\x79\xf6\x6a\x94\x49\x34\x7e\x13\xa1\xc7\x99\x69\xb2\xe8\x31\xf6\x9d\x5e\x0e\x15\x87\x87\xec\x17\x53\x3d\x7e\x21\x9a\xb2\x45\xe2\xa7\x89\x1e\x64\x49\x5b\xd7\x25\xa0\x16\x2f\x15\xe7\x90\x43\x1e\x00\x6b\xca\xc2\x5f\xf6\x3d\x5e\x3d\x61\x2d\x9f\x8f\x7c\xb7\x3e\xfb\x62\xcf\x74\xdc\xeb\xc8\xe4\x98\x7b\x6f\x90\x9d\x7b\xb5\xe4\xcd\xbc\xac\xe9\xb6\xfa\x06\x09\xcf\x11\xbd\x46\x8a\x0c\xf3\x8a\x75\x71\x52\x2c\x13\x83\x7a\x7e\xf9\x9b\x78\x4e\x6e\x36\x01\x8e\xa7\x6a\x53\x4f\xe1\xaf\x50\xc5\xf8\x88\xf9\x6a\x89\x3e\x62\x1f\x99\xb2\xbf\x5c\xa9\x72\x8e\x35\x95\x17\x5c\x59\x07\x2f\xf8\xbd\x82\x8a\x72\x1a\x4c\x5e\xd6\x8a\x2a\xbd\x19\x23\x9b\x7e\xfc\x57\xb1\x79\x2e\x8b\x20\xb1\xf0\x1e\x42\x5d\x10\x52\x90\x8f\x71\x49\x63\x56\xec\xbd\x56\xd2\xfe\x6b\x42\x61\x22\x71\xc5\x39\xb8\xe7\x7c\x66\x32\xcf\x32\x6d\x77\xcd\x67\xa7\x97\x87\xd6\x3b\x70\xed\xd5\xd3\xa6\xe4\x6f\x2a\x3e\x15\x0b\x59\x15\xa2\x31\x19\x57\x0a\xea\x7a\xa5\x9b\x75\xf8\xbf\x58\x53\xf3\xad\x0d\x7a\x7b\xb8\x0f\x6d\x31\xec\xb9\xe0\xa5\x5d\xc6\xbd\x4e\x64\xf3\x56\x3c\xf1\xf9\xab\x54\x26\x9e\xa6\xdb\xc6\x47\x6c\x79\x7a\x0b\x8c\x73\x37\xb9\x59\x43\x98\xe9\xeb\x57\x93\x86\xcd\x20\xd3\x89\xf1\x01\x0c\x69\xa9\x15\x23\xdc\x81\xeb\x8d\xa6\x75\x5a\xcd\x02\x41\x6c\x6e\xcb\x13\xa1\x37\x3d\x16\xa7\x0b\x54\xcc\x96\x74\x1c\xa6\xbb\xdf\x56\x77\x3e\x6b\xbf\x8b\xb3\x53\xa5\x0b\x47\xd2\x54\x3d\x0a\xba\xe1\x9a\x9a\x8c\x91\xa8\x84\x6f\x4c\x48\xd1\x69\xb9\x14\xcd\x49\x41\xee\x31\xa8\x9a\xbc\x12\xf5\xd6\x06\x66\x89\x0c\x3c\x27\x24\x65\x84\x75\x86\x1d\x84\x1f\x94\xf3\x5a\x36\xe2\x95\xf8\xdc\x82\x8d\x13\x6a\x6e\x25\x2e\x87\x87\xec\xb9\xde\xdb\xcd\x5a\x0b\x42\x4e\x2a\xc5\x9f\xb1\xa2\xe0\x76\x9b\xd3\xb6\xd5\x7a\x65\x43\x77\x49\xce\xa5\x2c\xc1\x05\x43\xc3\x20\x34\xed\xd9\xa0\x44\x62\xdc\xed\x3c\xaf\xd4\x0e\x9b\x3b\xb1\x81\x9d\x36\xb2\x20\xc2\xca\x98\xf4\x23\xb0\x3c\x0e\x18\x67\xae\x70\xd1\xc2\x1f\xef\x68\x9b\xcd\x59\x62\xad\xc7\xb0\x7f\x10\x59\x46\xef\x66\xaa\x0d\x9c\xc9\xc7\xb9\x62\xf5\x5e\x86\xbe\x63\xda\x33\xc6\x72\x1e\xab\x5a\x1d\xa3\x76\xf2\x36\xd6\xb1\x59\x6a\x48\xfe\xa7\x98\x79\x53\x0b\xa9\xd5\x38\x3b\x77\xd8\x30\xd9\x53\x1e\x5c\x9f\xb8\x29\xd2\xda\xe0\x14\xda\xcc\x2f\x7a\x12\xf1\x21\x8d\xd2\xa6\x19\xe9\xe5\x4d\x23\x14\x9a\xc2\xee\xdd\xeb\x47\x7b\x83\x7d\xf9\x62\x9f\xf4\x29\x7e\xd9\xfd\xfb\x01\xbe\x47\xb1\x5d\x6d\xc7\xfb\xfe\x60\x40\xad\x74\x2e\x2e\x78\x21\xaf\xac\x58\x30\x49\x51\x70\xff\x7e\x02\x75\xf0\x39\x4f\x36\x48\x66\xd7\x40\x27\xbb\x3b\x66\x47\x04\xad\xe3\x4c\xd9\xf8\xc4\xca\x1d\x58\x63\xf7\xb6\xe7\x32\x2c\x1f\x8c\x8d\x08\xeb\x88\x0c\xd2\xd7\xcc\xd4\x59\x7c\xce\x57\xed\xba\x81\xdd\x86\xe6\x51\x33\x15\x78\xc9\x6e\x32\x9f\x3d\xab\xd6\x4d\xd7\x57\xfa\x5d\xf0\x51\xc6\x00\xec\x5b\x67\x4d\xc0\x19\x03\x70\xf4\x45\x6c\x02\x76\xc5\x26\x93\xe6\xe6\x39\x45\x8e\xac\xc4\xe4\xe3\x1f\x6a\x59\x8b\x8f\x7f\x08\x74\x90\xf7\x4f\xdf\xbe\x3a\x79\xf5\xe3\xb8\xc3\x13\xbe\x54\xac\xd6\xd2\xa8\xf1\x9c\x81\xd0\x12\xb8\x53\x1c\x32\x05\xe1\x08\xa5\x3e\x02\x75\xaf\x65\x9a\x56\x5e\x89\xc2\x05\x1f\xd8\x2a\xf5\x7e\xb4\x78\x84\xc9\x75\xb4\xd3\x72\xd6\xf9\x5c\x49\xe4\x6b\xba\xc1\xef\xdf\x67\x41\xa9\xe7\xc7\xa7\xc4\xa7\xcc\xfd\x2b\x8b\xc9\xb5\xdb\x88\x37\x59\x0b\xc0\xe4\x3a\x67\xdd\x8f\x6e\xba\x2c\xae\xe7\xa2\x3d\xa5\xcf\xfb\x83\xe8\xab\x5b\xdc\xbd\x64\x9a\xef\x7b\xff\xc2\x22\x2e\x35\xb9\x46\x2d\xa6\x7f\x7d\x33\x0c\xd9\x57\x6c\xf6\xd0\xfb\xe7\xd8\x46\x45\xe3\x9c\x16\x65\x61\x05\xbb\x61\xda\xd8\xef\xda\x64\xfb\xfb\x57\x5d\xdf\xc1\xde\xcd\x7f\x07\xaf\xa2\xef\x6e\x62\x6c\xde\xfe\x3c\xc5\x83\xef\x77\xa6\xd8\x2d\x2f\xae\x62\x38\xf5\xb7\x94\x60\x07\xaf\x0f\xc9\xb6\xa6\x1f\x5e\x77\xf2\xaf\x74\x73\x6b\x01\x3a\xdc\xcb\xe1\xd9\x46\x4e\x3d\xb9\xce\x28\xd6\xdc\xa9\x1c\xef\xde\xf9\x19\xc4\x45\xc8\xb3\x87\x20\xbc\x22\x0a\x2b\x84\xfb\x37\xe1\x55\x11\x8a\x5b\xce\x5b\xef\x7d\x59\x55\xbf\xd4\x4b\xa8\x47\x1f\x64\x82\xc7\xcb\xa0\x48\x49\x1a\xe5\xf5\x0d\x8d\x8f\x3d\x5b\x4e\x26\xc8\xe7\xc9\x25\xd2\xbe\x5f\x06\x5c\x8a\xd1\xfc\x9a\x44\xf2\x84\xac\x2d\x52\x89\x7e\x6e\xd6\x10\x59\x87\xb5\x95\x82\xd2\xe2\xb6\x87\x16\x62\x34\xcc\x80\x7d\x2d\x7e\x0d\x1e\x05\xca\x17\x76\x63\x54\x8c\x6d\x3d\x91\x33\xdb\x8f\xfa\xb0\x2a\x43\x4c\xaa\x4c\x77\x61\x91\xd5\x34\x6f\xba\xc9\x6a\x97\x70\xd4\x51\x9a\xf7\xdb\x96\xb5\xea\x42\x9b\x95\xd3\x64\x68\xdf\xc8\xca\x8d\x87\x87\xec\x1d\x98\x70\xa3\x20\x40\x57\xb8\xdc\xf5\x02\xe1\x7e\x23\xf6\x42\x36\x36\xb8\x10\xe3\xff\x36\x72\x8d\x9e\xcc\xe0\x70\x8d\xf6\xc6\xc0\x57\xd1\x5a\x1e\xdd\x80\xc6\x03\x3c\x0c\x51\x1c\x32\xd9\x2e\x44\x73\x55\x2a\x60\x72\xcb\x72\xbe\x68\x59\x25\xe5\x27\x26\x67\xb3\x91\xc7\x50\x30\xa9\x7b\x13\xb2\x7b\x08\x86\xd4\x55\xd9\x4e\x17\x61\xe3\x20\x5b\xe0\x94\x2b\x91\x33\x03\x8d\x30\x88\x72\x4c\x4f\xa3\x2b\xa5\xd5\xb1\x32\xa6\x14\xaa\x59\xdc\x7b\x24\x4f\xe1\x96\x71\xde\x89\x6a\x76\xab\x51\x76\x95\xd1\xd8\xfe\x61\xb2\x4b\x23\x09\x2c\x28\xde\xef\x55\xdd\xb0\x70\x7f\x7c\xa1\x0c\x23\xe6\x34\xe4\x01\x55\x32\xba\x1a\xb1\x09\xea\x9b\x8f\xc2\x6d\x9d\xa7\x01\x19\xe6\xd3\x17\x97\x1d\x27\x30\x94\x13\x6f\x3b\x35\x63\x43\x81\xbc\x55\x24\x26\x17\x2c\x28\x9c\x5d\xe8\x2e\xb1\x8a\x3f\x86\x93\x2d\x04\x2b\x6c\x65\xa7\x4a\x2a\xa1\xf0\x4b\xd7\x57\x5f\x8c\xe6\x23\xb3\x21\xe1\x5e\x8c\x5f\x28\xeb\x51\x61\xee\xc3\x06\x43\x76\xb1\x6e\xd9\x95\xee\x49\x8b\x76\xf6\x34\xd9\x80\x61\x72\x70\x8c\x37\xed\x9c\x97\x75\x66\x7c\x80\x11\x13\x6e\x5d\xf0\xe9\xa7\x11\xfb\x89\xd7\x45\x65\x82\x5e\x60\x2b\x5e\x6c\x5c\x67\x10\x9c\x0b\x06\x71\x73\xa5\x57\xe9\xfd\x52\xd0\x90\x61\xd5\x96\x55\x15\x0c\xd1\xb3\x49\x0e\x42\x4f\x24\x73\x0d\x08\xcb\x0c\x39\x0f\x34\x68\x65\xcb\xb4\x9e\x9c\x40\x45\x08\x8f\x60\x8b\xb6\x5d\xa9\xf1\xe1\xe1\xbc\x6c\x17\xeb\x8b\xd1\x54\x2e\x0f\x97\xe5\xb4\x91\x4a\xce\xda\x43\x97\xd5\xaa\x54\x6a\x2d\xd4\xe1\xc3\x7f\xfb\xf3\xf7\x0f\xe9\xb6\xe8\xd8\x57\x16\xda\xa3\x51\x00\x2c\x30\x29\x71\x39\x42\x4a\x17\xa9\xce\xdd\x94\x5d\x43\xaa\x57\x82\x08\xba\xe9\x56\xf3\xfb\xd2\x6e\x38\x5e\x6f\x52\x2e\x92\x23\xcd\x43\xe3\xee\xdd\x41\xa1\x7f\x17\x76\x7d\xef\xae\xec\x7a\x64\x98\x64\x3f\x48\x8f\x7a\x0b\x66\xaf\x47\x0d\xe6\xb6\x17\x41\x37\x45\xbb\x4d\x53\xcf\x59\xbb\xb4\x03\x47\x54\xe8\x08\xf6\xb3\xfb\xf7\xd9\x3d\x72\xe5\x10\xbf\x1f\xec\xa8\x34\x14\x90\x27\xdd\xbf\xdb\x52\xba\xe7\xec\xdd\x05\x69\xc2\x55\x58\x84\xbd\x6b\x06\x14\x8a\xc3\x43\x76\x8c\x21\x43\x41\x5a\x22\x24\x00\xd8\x2d\x46\xb5\x95\x85\x60\xdc\x80\xe0\xf8\x6e\xe4\x4f\x3f\xda\x87\xde\x42\xfd\xf9\x63\x62\x72\x75\x28\x25\xef\x5f\x5b\x73\x6b\x3f\x4c\x16\x8f\xdb\x59\x2f\x65\x12\x02\x15\x73\x06\x25\xd0\xd0\xde\xdf\x62\x55\x42\xc7\x52\x9a\xa3\x1d\x77\x03\x0c\xa3\xc7\xa7\xfb\xe0\xd8\x3e\x44\x28\xee\x0d\x1e\x69\xec\xd5\xb2\x3e\xa8\xd7\x55\xc5\xb8\x52\x5a\x0e\x87\x82\x20\x53\xbe\x56\x42\x53\x5d\xa5\xf1\xd7\x42\xe5\x0c\x6a\xc3\x3f\xf7\x8c\xdc\x30\x21\x6f\x5e\x76\x43\xa2\x70\xaa\x44\xab\x5f\xc8\x75\x54\xa6\x6b\xb7\x08\x0a\xb8\x1f\xfa\xb9\x0c\x3a\x1c\xa7\x76\xf5\x72\x13\x51\xac\x9f\xf4\x56\xd8\x4d\xb1\x40\x21\xdb\x8b\x62\xf9\x9c\x35\xbb\x4c\x90\x5f\xb1\x73\xfc\x20\x89\x08\x11\xda\xff\xbf\x12\xff\x20\x78\x04\x0b\x40\x46\xbe\xc5\x0a\x04\xfd\xdc\xdc\x81\x62\x7f\x63\xb5\x69\x9b\x30\x64\xac\x54\xa1\x3c\xf4\x57\xb1\xb9\x90\xbc\x29\x32\x22\x51\xb2\x13\xee\x6c\x06\xd7\xf8\xd0\x14\x10\x9d\x7e\xf4\x94\xed\x7d\xed\x48\xa8\x29\x5f\x81\x1b\xb1\xb8\x1c\x4d\xdb\xa6\xfa\xab\xd8\x0c\xc0\x0c\xeb\x6c\xc6\xa3\xd8\xee\x99\x6c\x8d\x94\x75\xeb\x7f\xe2\x72\xa4\x5a\x09\x76\x01\x3e\x07\x68\xfa\xd9\xc3\x42\xae\xb0\xa2\x9d\xbb\x4d\x11\xc4\x7d\x07\x9f\xd8\x9d\x97\xdb\xa7\x1d\x12\x6a\x78\x08\xee\x34\x0e\x21\x46\x89\xb8\xd2\x79\xf8\x09\xa6\xb6\x0d\x9a\x39\xa3\xfb\x1f\xf0\xce\x13\x92\x60\x21\x68\xa9\xe1\xd9\x95\x43\x21\xa7\x80\xd8\x3d\xd2\xc1\x3c\xba\x19\x8e\xa7\x10\x7b\xdf\x98\xdd\x64\x8f\xfa\x96\xad\x0a\x4c\x70\xd7\xfe\x75\x20\x11\x13\x55\xe6\x22\x85\xd8\xec\x90\xc6\x05\x5e\xcb\xa6\x35\x66\xa3\x70\x07\x28\xfb\x36\x41\xb3\x77\xcd\xdf\x7e\x40\x28\x7b\x85\x6c\xee\xe9\xd5\xf6\xc0\xde\xbb\x92\xa5\xb2\xca\x78\x11\xd1\x75\xaa\x1b\xd3\x7b\xf1\x71\x2c\x7c\xb1\x7f\x7b\xf0\xe0\x51\xf7\x57\x95\xac\xe7\xe9\x37\x7f\x26\xdf\x18\xae\x9e\x36\x7a\x90\xf7\x24\xb6\x51\x71\xc7\xa2\x05\x1f\x4a\x9f\xc1\xc8\x6a\x47\x24\x05\xe4\x02\x12\xc9\x35\xe5\x6f\x5a\xe4\xab\x9c\x8c\x4a\x6a\x7c\x81\x75\x89\xd6\xfb\xb2\x2a\xd6\x01\x8d\x9d\xc6\x64\x49\x34\x1f\x24\x7e\x62\x8b\x77\x9d\x6a\x21\xa8\x9c\x65\x20\xb0\xed\x55\x47\x9d\xac\x05\x57\x3f\x39\x00\x9d\xd4\x6b\xfa\x09\x2c\x53\x03\x77\xe2\x82\x02\xea\x36\x5e\x6e\x5a\x95\x60\x5a\x2c\xda\x05\x7b\xec\x9e\xaa\x69\x23\xab\x0a\x9e\xc6\x61\x85\x7b\x23\xf0\x52\x4b\x65\xd3\xff\xb6\xe8\xfb\x9b\x01\xef\xeb\x91\xf7\x13\x78\x83\x25\xd8\xc3\xc7\x77\x46\x9f\xb3\xd1\x95\x35\xa4\xd9\x72\xf7\x18\xff\xbd\xd0\x78\x17\xf4\x6d\xdd\xbc\x03\x2d\x39\x6c\x59\x9f\x4c\x19\xd0\xb9\x68\x7f\x04\xef\xbe\xbb\x7b\x93\xef\x76\x4c\xda\xed\x7d\x85\x62\x75\x02\x89\xad\x40\x0f\x7e\xc5\xc4\xb5\x51\x7f\x8e\xde\x81\x3c\x64\x55\x49\xab\x03\xb8\xf6\x5b\xf9\x16\xbd\x61\xb6\x40\xc9\x36\x6f\xf6\x70\x82\x83\xcc\x8b\xad\x5e\xed\xdd\xde\xea\xb1\x7f\x42\x3c\xff\x7e\xfc\xc0\x74\x96\x4f\x79\x1d\x79\x5f\x47\x77\xd5\x39\x27\x50\x93\x49\x13\x3c\x2e\xb5\xdc\x9a\x3a\x9a\x76\x79\xe6\xde\xc9\xdd\xf2\xf6\x71\x26\xb7\x4d\xb9\xbd\x25\xde\x04\x3e\xd8\x15\x73\xb2\xcd\xd3\xf0\x2b\x76\x77\x2e\x06\x45\xb7\xd9\x1d\x87\xe2\x00\xea\x88\x45\xf1\x00\xc7\x4f\x3b\x62\x52\x3c\xd8\x24\x2e\xc5\xa2\xf9\x36\xb1\x29\xf6\x08\xda\xf8\x14\x9f\x04\x7f\xda\xf2\x5a\x4b\x5d\x0b\x51\xad\x44\x83\x1b\x68\x94\xa5\xbc\x61\x98\xbd\xfb\x32\x0a\xb4\x47\x3f\x46\xdf\x2f\xf5\x35\x04\x87\x74\xea\xda\x86\x8f\xad\x5b\x7c\xfa\x06\x5d\xe1\xd3\xe7\xc6\xfd\x3d\x48\x39\x40\xfd\xd6\xe8\x77\x18\x8e\x12\x7c\x81\x8f\x08\x34\xf8\x20\x84\x43\x3f\x1b\x04\xaa\x45\x2b\xc1\x06\x28\x57\x54\x65\xc0\x8f\xd8\xc4\x7c\x4d\x5f\x69\x28\xd8\x04\x26\x41\x1f\x03\x28\x6c\x82\x20\x05\x2e\x68\x34\x07\x89\xad\x36\xc0\xd7\xad\x5c\x72\x60\x10\xd5\x06\xf2\x2e\xae\x2f\x5a\x9b\x9e\x17\x72\x14\x40\x77\xb0\xa7\xf5\x48\xd8\xc3\x21\x41\xd6\x5c\xb4\x98\x81\xa1\xef\x05\x5c\x57\x65\xc3\x5f\xbf\x60\x3f\x07\x1e\xf4\xaf\x07\xcd\xe0\x06\x60\x6b\x65\x90\xa5\x82\xc0\xb6\x00\xf1\x61\x3b\x70\xa6\xa7\x03\xb7\x10\x79\xe0\x4e\x85\x6a\x95\xe6\xf0\xbc\x86\x0b\x39\x2c\xdd\x81\x39\x30\x1b\xf9\xb9\x5c\xf2\x56\x54\x1b\x26\xfe\x01\xa5\xa5\x24\xde\x2d\x40\x9b\xfe\x55\xd9\x2e\xca\x9a\x7d\xcf\x0a\x31\x2d\x97\xbc\x62\xc0\x85\xd4\x68\x90\x02\x0d\x9f\xab\xbe\xfe\x6e\xec\x77\x7a\x2c\x02\x80\x32\xfb\xa2\xfc\x0c\xc8\x90\x49\xc7\xce\x86\x57\x1a\x77\x18\xc5\x44\x0d\x09\xb3\x56\x8d\x98\x96\xca\x16\x9e\x80\x34\x33\x0b\xbc\x0a\xd1\xea\x83\xc9\x04\xa8\xe4\x52\x68\x80\xe7\x6e\x28\x9f\xbc\x07\x82\x68\x34\x25\xa8\xca\x4f\x82\x8d\xfe\x37\xfc\xb3\xef\xe1\xa5\x06\xe8\xe1\x28\x40\xb3\x53\xe0\x56\xbc\x51\xe2\x45\x25\xb9\x51\xd6\xf5\xc2\xb5\xf2\x45\xf9\x59\x14\xfd\xef\x07\x03\x30\x81\x90\x36\x1a\x0b\x49\x9b\xfb\xf7\xbb\x7a\xc3\x85\xdc\xd9\x61\xa6\x59\x77\x9f\x7a\xb3\xee\xec\x31\x69\xd4\xdd\x1f\x9c\x84\x9d\x1d\x26\xad\xb0\x3b\x77\xc5\x1f\x89\x6e\x5f\x99\xe1\x02\xb9\x25\x88\xdb\x17\xbc\x31\x91\x75\x73\xd1\xbe\x3d\xfd\x79\x2f\x16\xed\xb6\xe9\x0f\xc5\x9c\x32\x68\x7b\xe9\x5d\xd6\xf3\x4c\xbc\x80\x27\xe3\xfb\x27\xf6\x73\xdf\x0c\xd9\x1b\x99\xce\xb4\xfb\x53\x60\x7c\x6f\x0c\x3c\x11\x26\x8e\x79\xcb\x87\x41\x03\x51\xf8\x67\x36\x8f\x9b\x7b\x75\x52\xcf\x64\xf0\xea\x99\xe0\x9f\x72\xaf\xed\x33\xc2\x7a\xa3\xce\xc8\x1b\xac\xc3\xfa\xbe\x6c\x17\xef\xc4\x1c\xfc\xd5\x68\xc8\x46\x1e\x95\x1f\x6b\xa7\x43\xfc\x8a\x1e\xe9\x6e\x86\xbc\xe5\x70\xe8\x8c\xcf\x58\x31\x17\xe3\x70\x99\x50\x64\xae\xca\x79\xad\x07\xd3\x4f\x8e\x72\x2d\x4a\xf5\x74\xdd\x4a\x9f\x4c\x76\x08\x55\x98\xb7\x61\x32\xd0\x51\x2c\x87\x23\x50\xf8\xbf\x6d\xa9\x25\x0a\xc4\x38\xfc\x69\x9a\x20\x14\x63\xf3\xff\x21\xb1\x49\x7c\xac\x0f\x0f\xd9\x73\xb4\x03\x9b\x0a\x11\x17\x7a\x39\x44\x33\xb5\x57\xb5\x98\x74\xee\xcf\x0f\x30\x9b\x61\x55\x39\x5f\x0c\xc5\x96\x82\xd7\x2e\x24\xb3\x74\x39\xca\x5a\x51\xbb\x6c\x7c\x53\xc8\x26\xe2\xaa\x94\x9b\xcc\x45\x28\xbf\x91\xd9\x1f\x97\xf8\x47\xb3\x19\xbb\xca\xd9\xc8\x71\xce\x76\xa0\xeb\xc6\xaa\x36\x1f\x32\xb9\x4c\x7e\x16\x33\xc0\xc3\xd9\x38\xbb\xc2\xc1\x7a\xe9\xf6\xc3\x70\x09\x81\x30\xa1\x11\x2b\xd7\x3b\x66\x4a\xd9\xb7\xef\xee\x7e\xde\x6a\x6a\xf5\x35\x60\x02\xb9\xeb\xee\x5f\x2f\xfa\xed\xba\x27\x12\x2b\xdc\x05\xe5\xbb\x46\x46\x70\x2b\x1c\xe3\x27\xb7\x40\x33\x7e\x70\x0b\x4c\xe3\x07\x5b\x7b\xbb\x1d\xbe\xf3\x20\x6f\x43\x39\x7e\x71\x2b\xac\xdb\x41\xf6\x43\xbc\xc6\xd7\xa9\x5c\xed\xdd\xbb\x6e\x1f\x4f\xa0\x7b\x47\xea\xd6\xb7\x40\xf8\x96\xc5\xd3\xaf\x9e\xc1\xcc\xbe\x0a\xd4\xad\x4b\x0a\x0b\x71\x1b\x64\xc0\x07\xfb\x63\x03\x9a\xdf\x02\x1d\xdb\x36\x06\xbc\xbb\x25\x42\xb2\xe0\x7a\x8c\xdc\x04\x79\x78\xcd\x65\xbe\x16\xfa\x5d\x76\x59\x94\xf0\xa1\x5c\x10\x80\x53\x6d\xb0\xec\x81\x28\x41\x0a\xb7\xd4\xdc\xe6\x03\x93\xfe\x91\xb5\xde\xc9\x86\x2d\xf9\x27\xe1\x04\x77\x9f\x09\x75\xc1\x5b\x18\x17\x8a\xc3\xfd\x86\x65\x9b\x96\x58\x81\xe7\xdd\xe9\xd3\xb7\xa7\xec\x8d\x31\xf1\xdb\x4f\x94\x2f\xac\x32\xd3\x92\xb6\xd1\x4f\x73\x41\x83\xb6\x52\xb6\xf5\xfc\x03\x22\x6f\xcc\x6f\x0e\x1b\x84\xe7\x3e\xda\xca\xaf\x1f\x25\xfc\x3a\x6a\x10\x05\xbd\x41\x11\xe2\xa9\x16\x47\x9e\x69\xa1\x5c\x1d\x25\x61\x87\x3b\x21\xd6\x92\x8c\x0b\x12\xcc\x4f\x07\xc1\xed\x98\x0d\x8c\x02\xe2\x97\x49\xeb\xe5\xc5\x37\x36\xf1\xa9\xbe\xdc\x43\x4c\x5e\x45\xe0\x49\x3f\xb3\xd0\xa4\x6f\x90\x85\x02\xdf\xc5\x00\xba\x33\xa7\xf2\x85\x88\xb9\x09\xe5\xa6\x52\xb9\x3e\xde\x83\x96\x86\xe8\x8a\x15\x30\xad\xc0\x63\xfe\x86\xb7\xdb\x35\xb3\x72\xc6\x9c\xda\xc2\x1e\x07\x5f\xc1\x21\x8d\x14\x50\xef\xe8\x77\x13\x7c\x6d\x74\xd2\x27\x61\x07\xe6\xd8\xec\xd9\x07\x98\x08\x22\x10\x80\xd8\xed\xf9\x3d\x2a\xed\x11\x08\x48\x1e\xb6\xf5\x40\xc4\x3f\xcd\x02\x62\xd3\xfd\x8f\xe0\x2e\x58\x55\x56\xa4\x12\xc5\x1c\xc3\xc8\x39\x28\xcb\xb8\x9a\x20\x90\xf1\x46\x30\xb9\x6e\xc1\x77\xc7\x34\xc6\xba\x88\x00\x10\x1a\x92\xb0\x5a\x89\x68\x04\xb4\xae\x25\x03\x12\x30\x33\x4d\x4c\xe7\x65\xcb\xac\x95\x9e\xd7\x4c\x2c\x57\xed\x86\xf1\xa6\xc1\x1c\x99\xfa\xf8\xfa\xed\x30\x17\xed\xeb\x75\xfb\x7a\x86\xbb\x40\x9f\xab\x5b\x6d\x85\xe0\x44\x7e\x38\xa3\x86\x60\xe9\xbb\x4d\xdb\x91\xda\xe1\xfb\x6e\x20\xd2\x1f\x16\xe6\x4e\x19\xc2\x5d\xf7\xd5\x8e\xae\x4d\xeb\xbb\xec\xb8\x1d\x3d\x43\xdb\xbb\xed\xc4\x1d\x3d\x63\xe3\xcc\x16\x25\xdf\xa5\xc4\xc1\x90\xe2\xbf\xf1\x6a\x2d\xd2\x6d\x20\x52\x22\x1c\xd9\x99\xac\xf9\x03\xac\x40\x5c\x81\x1f\xd1\x87\x70\xed\x75\x27\x67\x67\xfa\x65\x98\x7f\xd4\x03\xa1\x6e\x0b\xc4\x10\x03\xa3\x2c\x28\x06\x45\x7b\x00\x31\xc1\x0f\x1f\x7d\xa4\x75\x63\xa7\xc9\xe5\x1b\x2d\x6e\xba\x2c\x8b\xa2\x12\xf8\x1d\x1c\xe2\x1a\x20\x1a\x61\xad\x40\x7b\xea\x1e\x9a\x06\xb4\x0a\xde\xe7\x0d\x9b\x4a\xd9\x14\x65\xcd\x5b\xa1\x18\x07\x56\x8a\x95\xd5\xa1\xe8\x07\xe3\x55\x23\x78\xb1\x81\x6b\x34\x5e\x9a\xf1\x90\x81\xfb\x0f\x91\x08\xbc\x90\x0d\xe4\x7d\xe6\xf5\x54\x0c\x19\xb7\xb6\x41\x0d\x49\x4f\x31\xe3\x26\x64\x60\x28\x35\x3d\xe8\x29\x46\x87\x37\x25\xcd\x84\x5d\x3c\x84\x5b\x14\xba\xb1\x7e\xfc\x39\x4b\x28\x50\xa8\xba\xf3\xe6\x40\xb2\x80\x14\x6a\x02\x1d\xbe\xa8\x78\xfd\xa9\xac\xe7\x48\x76\xf4\x9b\x01\x5d\x8b\x7e\xba\x1f\x71\x1c\x35\x42\x89\xe7\x12\x87\x61\x7f\xcc\xec\x5c\xdb\xb2\x16\x73\xee\x5a\x42\xaa\x9f\x78\x79\x5f\x54\xe5\x4a\x99\x64\xd3\x1a\x61\x85\x58\x09\xcc\x5c\x64\xc2\x17\x60\x81\x09\xf1\x85\x07\x60\x08\x65\x1f\xff\x60\x21\xf9\xf8\x07\x78\x3c\x64\xa7\x72\xa5\x05\xb0\x9f\x41\x2e\x6e\xad\x67\x36\x76\x6d\xf4\x6d\x28\x1b\xc7\x15\x86\xf0\x75\xf6\x6c\x21\x77\x3d\xa3\x20\xaa\x3b\x7f\x8b\x32\x66\xbe\xf7\x0b\xc1\x66\x55\xb9\x5a\x61\x81\x98\xef\xd8\xa9\x29\x6e\x95\x49\xeb\x34\xe3\xd3\xd6\x97\xb6\x0b\xb6\x67\x23\x4c\x92\x20\xac\x63\xd7\x08\x25\x9a\x4b\x4c\x01\x38\x15\x8d\xde\xa0\xc6\x82\x6a\xfa\x82\xa1\x12\xa0\xc9\xed\x87\xde\xb3\xe2\x33\x5f\xae\xf4\x6e\x41\x87\x55\xa1\x5a\x63\xd0\x55\x02\xee\x92\x83\x9d\xcc\x1e\x6a\xa8\x8d\x29\x19\x2d\xe0\xc0\xe3\xa4\xb7\x48\xd3\xd6\x7f\x1a\x5b\x44\xfa\x8f\xe7\x20\xac\x9b\x03\x88\xad\x10\x69\x25\x16\xec\xa4\xbc\x73\xe4\x10\xd5\x88\x4b\xd1\xd8\x1a\xe6\x9a\x2b\x99\x0e\x21\x9d\xb3\xfd\xf9\x27\xbf\x6e\xbe\x45\xa9\x58\x85\x75\x27\xf6\x18\x2f\x77\xc4\xde\x1a\x4f\x5d\xbf\x97\xf7\xa0\x77\xe1\x31\x03\x3f\x64\x3d\xf4\x13\x72\xe5\x62\x4e\x94\x27\x77\xa1\x4f\x23\x7d\xcd\xbe\x63\x07\x0f\x89\xdd\xb5\x03\x42\x0d\xd1\x0e\x28\x53\x9b\x7e\x86\x57\x74\xcf\x7a\xd8\x79\xaa\x07\x83\x2c\xeb\xa2\xdd\x1c\x43\xbe\x31\x51\x4f\x33\xa4\x6a\x21\x55\xfb\xf6\x6b\xe8\x97\xef\xdc\x10\xb2\x2c\x90\xec\x20\x7a\x67\xc7\x35\xef\x1f\xed\x89\x85\x70\xc4\x41\x4c\xbe\x5e\xca\x4b\x53\x7e\x17\x56\x3d\x16\x2c\x25\x21\x10\x20\x4d\x8e\xd8\x49\x8b\x65\xe8\x96\xe1\x97\x65\xcd\x38\xab\xca\x5a\xf0\xc6\xbb\x8d\xf8\xe8\x2f\xac\xfc\xe6\x48\x61\x70\x9c\xcb\x19\xf2\x98\xf0\xfc\x96\x26\xaf\x3f\x0c\x86\xb5\xad\x03\x2e\x64\x48\x5f\x39\x63\x4b\x5e\x02\xcf\x7b\x57\xfe\x26\x88\x0d\x13\x7d\xee\xc2\x7e\x78\xf1\xf7\xb5\x6a\xe3\x72\x79\x7a\x38\x98\x63\x72\xa8\xf4\x24\x35\x46\xf7\x94\x24\x6a\x71\xf5\x37\x7a\xb8\x86\x21\x6c\x98\xb2\x81\x0a\xbe\x74\x6f\x14\xfb\xee\x0b\x3b\x0a\x6c\x81\x4a\x58\x71\x5d\x77\xaa\xbf\x4c\x24\xa0\xa1\xe1\x00\xf6\x3b\xdc\x3b\xfa\xa4\x53\xe8\xa2\xd3\xbe\xa3\x37\x38\xe7\xdd\x67\x0c\x5e\x6b\x58\x8b\x60\xeb\x19\x49\xd5\x49\x4b\x76\xa0\x78\x57\x3e\xd5\x9a\x3b\xdd\x96\xb5\x89\xf4\x53\x26\x8f\x2c\x48\x67\xb6\x02\x0c\x68\xd5\x23\xaf\xdb\x00\x07\x9c\xf3\x95\x23\x9e\xe6\xe2\xee\xd2\x68\x4a\x0a\x92\xfb\xd1\x94\xfb\xed\x95\x4c\x09\x2a\x98\x0f\x3a\x74\x1a\x1c\x73\xf7\x86\x98\xf3\xe0\x62\x3b\x5d\x7a\x7b\x82\x83\x8d\x66\x17\x2c\xc4\x2e\x8e\x69\xb7\xc1\x1f\xb7\x9e\xfa\x39\x5f\x0d\x92\xb3\x4e\xb0\xea\x0d\x27\x29\x6e\x4d\x24\x88\xc1\x6e\x03\x9e\x63\x53\xd9\x34\x42\xad\xa4\x91\x6c\x56\x20\xb7\x88\xe8\x40\x5b\x99\x12\x22\xc1\xfc\x00\xa5\x62\xd6\xde\xe9\x44\x0e\xec\x55\xf3\x3e\x5b\x8d\xc4\x95\x6c\x58\xf2\x76\x6a\x0b\xdd\x66\x16\xe4\xb5\x19\x1b\x17\x06\x51\x18\x2e\x8e\xb7\xb4\xe4\x9f\x76\x5d\xef\x44\x6b\x85\x77\x37\xd9\x93\x2a\x09\x0c\xfa\x50\xfb\xb9\x3a\xee\x67\x52\x72\x00\xb9\x11\xc5\x8f\x7c\x65\xce\x74\xba\x60\xb4\x33\x5c\xb8\x47\x5b\x36\x46\x34\x56\xd7\x1e\xf1\xcd\xf4\x4e\x21\x60\x24\x9b\x02\xef\xe9\xbd\x10\xe5\xed\x06\x56\x9a\xcc\xca\x50\xbe\x99\xe3\x16\xe9\x82\x95\x60\x12\x38\xd9\x6e\x24\x52\x7b\x30\xd2\xc0\x66\x14\xa2\x56\x37\x85\xb9\x47\x08\x4e\x25\x0c\x14\x29\x02\xec\xa6\x9d\x3c\xd9\xd9\x09\x02\x9d\xe0\xd1\xaa\x79\x9c\x2d\x05\x57\xeb\x06\x78\xe9\x42\x5e\xb1\x25\xd4\x49\x27\x4c\x35\x16\xe5\xf0\xa6\xcd\x60\xd3\xd9\x2c\x1f\x19\x05\x0f\x22\x2e\x6b\x57\xaf\xa7\x95\x10\x9b\xaf\x05\x6c\x0c\x83\x08\xfa\x85\x2c\xa8\xb2\x41\x31\x32\x95\x17\xd9\x53\xaf\x7a\x3e\x80\xeb\x3c\xe5\x4e\xa3\xeb\x43\xd4\x6d\xd9\x60\xf1\x69\xf3\xed\x0e\xb3\xcf\x31\xa4\x76\xdd\x63\x75\x07\x74\xfd\x20\x85\xa3\xd5\xde\xcc\xda\x65\x6d\x49\x14\xe3\xc8\xee\x5a\xd9\xf2\x4a\x1f\x51\x6b\xb8\x65\x7d\x2f\x5d\xc1\x94\x69\xdf\xde\x71\x08\x3e\xfb\x63\x7a\x0e\x23\x69\xcf\x0e\x68\x29\xed\x77\xdf\x81\xd6\x97\x58\xeb\x74\x77\x09\x89\x6d\x5b\xb1\x5c\xe1\x81\xd2\x27\x37\x42\xaf\x2d\xc4\x76\xc9\x9b\x52\xae\x15\x53\x34\x29\xa4\xa7\xbb\xb3\xb2\x2e\x18\x47\xef\x14\xfc\xdd\x3a\x7d\xa1\x86\x9f\x7a\xa1\x66\x90\xa0\x15\x3e\xad\x04\xd7\x28\xe5\x05\x93\x58\x2b\x96\x78\xa0\x18\xe5\x3c\x3d\x9d\x5a\xcd\x3b\x95\x2f\xca\xf6\x96\x54\xd4\x9a\x95\xe2\xe7\x2b\x72\xab\xb1\xfd\x16\xb7\x9b\xdc\xe6\xed\xe6\x56\x3e\x32\x1d\xe5\x2d\x82\xb8\xc8\x99\xeb\xa5\xdc\x0b\xbc\x66\xc9\xbd\x31\xac\x2a\xf7\xaa\x95\x98\x60\xe5\x0c\x76\xc3\xe1\x21\x3b\xc1\x7a\x5c\x2b\xae\xe9\x42\x66\x00\xf0\xa9\xe6\xa6\x0e\x16\x5b\x35\xa5\x6c\xca\x76\x83\xfa\x5d\xee\x1e\xcc\x98\x55\xb0\x60\x96\x5f\xc2\xf5\xaa\xe0\xad\x29\xd8\xaa\xa5\x36\xf4\x35\xe9\xfb\xc8\x4e\x8f\x99\x0f\x0f\xce\xd8\x77\x13\xcb\x84\x82\x37\x0f\xe9\x9b\x1b\x7b\x96\x8c\xb5\xe7\x07\xd5\x82\x47\x16\x9b\x58\x1b\x56\xf8\x1a\x19\x1d\x5d\xe1\x91\x67\x31\x71\xeb\xa7\x96\x86\xc5\x9f\x04\x17\x32\x3e\xcc\xe8\x93\x10\x2b\xd6\x36\x7c\xfa\x49\x1f\x85\x78\x2f\x0f\x99\x31\x16\xe8\xad\x8f\x07\x66\x56\xb6\x76\x48\x29\x2f\x90\xfe\x38\x20\x2e\x84\xb2\xf0\x12\xe8\x83\xd7\x14\xc0\x18\x66\x0f\xd6\x5f\x35\x58\x3e\xe0\x1e\x87\x5e\xd7\x6d\xa9\x75\x09\xe1\x4e\x20\x56\x32\x36\x0e\x63\x20\x5a\x8e\xec\xf6\x98\x81\xe5\x1e\x3f\xc4\x90\x7c\x7d\x74\x41\x08\x72\x1e\x75\x82\xad\xeb\xa5\x2c\x82\xc2\xdd\x23\x47\xd7\x34\xc4\x25\x90\x3a\x56\xb2\xc7\xec\xfb\x47\xac\xfc\xe3\x1f\x07\x41\xa6\x8f\x98\xcb\x46\x2b\xea\xed\xef\x43\x8a\x8f\x28\x2c\x18\xb7\x18\xe2\xfe\x40\xe3\x1e\xcc\x2f\x1f\x83\x38\x59\xf3\xf5\xeb\xd7\xcf\x10\xe3\x29\xd1\x36\x9c\xa0\x13\x82\x30\x9c\xfa\x9e\x5b\x3b\xf6\xe5\x4b\xda\xfb\x63\xbf\xb6\x41\x20\xb5\xff\x6a\x92\x7c\xf4\xc8\x37\xdb\xb2\x0d\x7c\x83\x1d\x1b\xc1\xb8\x74\xfb\xf8\x5d\x7f\x9c\x46\x6a\x55\x95\x53\xd1\x27\x4f\xca\xba\x10\x9f\x5f\xcf\xfa\x14\xcb\x43\xf6\x30\x9c\x34\x69\x5f\x61\xc1\x47\x6a\x68\xc9\xb4\xca\xf4\x6a\x94\xab\x27\xf0\xdf\x20\x3f\x54\x78\x5c\xe3\x4f\xc8\xe4\xe3\xa0\x54\xf2\x71\x06\x27\x11\xe6\xe2\x71\x28\x56\x00\x29\x07\x0f\x07\x1f\x1e\x9c\xd1\xe1\xfc\x9f\x29\xc1\xf9\x55\x98\xbf\x2d\xd1\x0f\x52\x27\x01\x47\xa6\x0f\x8c\x88\x4b\x1f\x5d\x07\x92\x3d\x01\x6e\x18\xdf\x01\x27\x73\xbc\x09\x3a\x9a\x73\x9a\x42\x6b\x90\x44\xeb\xe7\xab\x50\x10\x2c\xa6\x17\xd6\xf1\x61\xf0\x6d\xbb\x60\xf6\x2d\x76\x00\xef\x83\x0e\x82\xf0\x33\x47\xc0\x6a\x09\x6e\xa9\x9a\xe8\x28\x74\x02\xf0\xe7\x1b\x69\x2b\x30\xd7\x3d\x16\x84\xea\x1e\xc3\x08\xdd\xf6\xa0\x25\xb8\x0e\x0f\xd8\x4d\xaa\xdb\x18\xbc\xed\x8b\xb3\xec\xa0\x1f\x73\x4e\x71\xc1\xc8\x91\xff\x5b\x60\xb6\x07\x9b\x10\xd4\x8d\x77\x70\x3a\x33\x98\x8b\x91\x22\x1a\x8e\x33\xf2\xd2\xda\x99\xba\x75\xbd\x2e\xe6\xd6\xd5\x3a\xec\x0b\x2f\x6a\xca\x9a\x64\x35\x32\x06\xec\x73\x68\x78\xea\x66\x75\x0e\xb6\x2b\x6b\x95\xca\xcb\x6b\x4f\xe9\x44\xe1\x9c\x18\x20\x2d\xae\x52\x11\x6a\x8b\x24\x47\x44\x30\xcc\x8a\x2d\x2f\x45\x83\x00\x25\x3e\x8c\x5b\x04\xb3\xeb\xc8\x0b\x91\x3a\x2d\x26\xab\x0b\x1e\x7c\x11\xd0\x8f\x3a\x55\xeb\xa0\xe3\x7b\xb1\x7a\x5d\x8b\xab\x3d\xe8\x48\x0c\x41\xb0\x9d\xcc\x8f\xeb\x2e\xa7\xcb\x78\x6b\x05\xf0\x59\xe2\xe1\xc9\x06\xc1\x20\x3c\xc9\x07\x1c\xa5\x3b\x9e\xcc\x24\xb3\xdb\x77\x39\x81\x06\x26\x84\xec\x76\x7f\x0a\x8a\xae\x16\x46\x93\x4d\x6d\x14\x8c\x8c\x9a\x6f\x0d\xbe\xb3\x24\xcd\x61\xf9\x59\x14\x5a\xcf\x84\xe9\xfa\xcc\x21\xce\x86\x64\x2f\x27\xeb\xa0\xa6\x2d\x98\x7a\x6a\xd9\xc2\x05\x93\xd5\x7d\xea\xc0\x86\x77\xba\x10\x1b\x68\x37\xd4\xba\xb3\xb8\x14\xcd\x50\x4b\xc0\xfa\x78\xa1\xf2\xbb\x0d\xd2\xd4\x60\x04\xb3\x7e\x51\xb6\x81\xaf\x0a\x39\x35\xff\x64\x85\x27\xcd\x1f\xa9\x11\x1b\x1c\xbd\x6f\x77\x28\x23\x6a\x83\x71\x75\x64\x06\x4e\x42\xde\x49\x51\x7c\x96\xe8\x74\x23\x8b\x20\x9f\x13\xdd\xc4\x1d\xca\xc3\xbe\x6e\xcd\x37\xc4\xe1\xe3\x5e\x76\x3f\xde\xbf\xcf\xee\x11\x64\x0d\x22\x20\x29\xa5\xf0\xaa\xaf\xcb\x1a\x67\x99\x9b\x97\x96\x29\xc0\x84\x79\xdd\x7c\xcc\x39\xa9\x74\x59\x30\xa2\xc1\x47\x09\x31\x8a\x84\xe3\xc3\x43\x3d\xc3\xec\xfc\x28\x77\x18\xb2\x2b\xc1\x6a\x61\xce\x84\x6c\xa6\x82\x9a\x10\x80\x87\xb5\xc6\x39\x10\x6e\x4e\x4c\xd7\xf6\xa3\xef\x0e\x1e\xba\xa0\x17\x62\x51\x6c\x04\x54\xd9\x09\xec\xea\x3d\x74\x0b\x7a\x84\x77\xbc\xc6\x6b\xd0\x9a\x06\x41\x5b\x35\xc4\xc7\xa3\x65\xa6\xc1\x8d\x65\x43\x3a\x93\x23\x76\x10\xe3\x85\x40\x91\xa6\x1b\x86\xe4\x4b\xc4\x63\x25\x23\x39\xeb\x26\xd1\x0e\x0f\x35\x9c\x53\x77\x97\x60\x8d\xd7\x66\x9a\x11\xeb\xc7\x84\x81\x17\x22\x35\x9f\xd9\x9e\xb4\xe8\x40\xbe\xf2\xa6\xd3\x2b\x01\xa6\xba\x39\xa6\x01\x32\x54\x2a\xfa\x1e\xee\x57\xa3\xb9\x07\x9b\x5d\x6f\x63\x3a\x57\x2b\xff\x6f\xff\xa8\x43\x23\x30\xeb\x81\xf7\xf9\x3f\xe4\xcf\x41\x28\x52\x44\xc3\xf8\x73\xa1\x79\x1c\xa5\x45\x83\x47\xa1\xca\xd2\xe9\x1a\x98\x1f\x7d\xdb\x41\x88\x94\x1a\xeb\x35\x97\xed\x67\x87\x4e\x83\x5a\x38\x38\x2b\xe0\xe7\x2e\xbf\xb1\x71\x25\xe1\x8d\x30\xe9\xe9\x82\xf5\x1e\xb2\xb6\xd9\x38\xa9\xae\x6c\x47\xb4\xd3\x0c\x41\xc1\xab\x89\xf8\xf0\xd3\x8f\x58\x9e\x3e\xdc\x1e\x3b\x51\xce\xdd\x78\xc1\xc2\xb7\x8e\x9a\x85\x8f\xdd\x09\x0d\x9e\x0f\x72\x1a\x5b\x8a\xd5\xbd\xa7\x4f\xb6\xf1\x30\x81\x93\x10\x5a\x07\xcd\x4e\x85\xeb\xf7\x1f\xfa\x26\x35\xf4\xa6\xc2\x6a\x20\x5a\x9d\xb4\xa2\x01\xa7\x17\x6b\xdc\xe5\xac\x2a\x15\xec\xa5\x9c\x77\x25\xb8\x81\x34\xa5\x00\x32\x0b\x72\x0d\x3c\x82\x69\x10\x7f\x6a\x93\x5b\x41\x46\x13\x63\x07\xec\x69\xd3\xf0\x8d\xee\x16\xfb\xa3\xbe\x9f\x7e\xb0\x4c\x7e\x06\x87\xb4\x03\xa0\x85\xd6\xcd\xcb\x0a\x67\x24\x64\x8a\x59\x41\x9a\xf6\x62\x71\x16\x7d\x9e\x0e\xb7\x32\xce\x3e\x40\x97\x0e\x5c\x7d\x63\xeb\xd2\x82\x37\xb0\x68\xdb\xd4\xfc\x09\xae\xfe\xd0\xfc\xd5\x71\xe1\x97\x3b\x55\x31\x5e\x12\x8b\xf0\x70\x7f\xdd\xa8\x53\xbc\x23\x13\xc9\x44\x7b\x19\x2a\x45\xae\x1f\xbc\xdb\x03\xae\x7d\x00\xa1\x23\x6a\x95\x61\xd0\xe6\xaa\x80\x66\xd0\x2d\x67\x21\xf6\x42\x8e\x5f\x10\x6f\x7f\x72\x39\x3d\x64\xea\x53\xb9\x72\xde\xfe\x7a\x5b\xb9\x4b\x43\xd7\x73\x6b\xf4\x56\xcb\xf4\xc9\xf7\x28\x96\xbb\xcb\x8a\xe0\x6e\xd7\xf3\xd6\x00\xae\xfb\xf7\x43\x38\x27\x13\xc2\xe8\x0d\x2f\xf2\x67\xd6\xcf\x55\x9f\x57\x77\x9f\xb9\x5b\x32\x72\x5d\xc6\xb7\x9c\xfe\xfc\xba\x26\x83\x21\x8b\x92\xb1\xc5\xfd\x87\x0e\xfe\xc6\x17\xa3\x23\x47\x5b\x04\x33\xf1\x04\xd8\x5f\x9e\xa3\xc0\x45\x19\x07\x4b\x0f\x44\x6c\xbd\x25\x23\x67\xbb\x42\xec\x3e\x22\xe2\x08\xd8\x30\x8c\xfd\xd6\x1e\x5c\x7b\x91\xcb\xcd\x1c\x8a\xb2\xa8\x7b\xe6\xce\xcd\x12\x8a\x60\xb1\xdd\xe9\xf6\xab\x6e\x44\x6d\x0b\x6b\xc0\x94\x3b\xd7\x94\x42\x1f\xc2\xbc\xc7\x1a\xe2\xdc\x92\x85\xbc\xdd\x52\xa6\xa9\x35\x77\x2d\x19\x9b\x44\xe7\xf1\x96\x0c\xc0\xbb\x50\x19\xf7\xde\x15\xc4\xda\x42\xd0\xb8\x13\xc5\xc1\xc5\x02\x9e\x7b\x5d\x15\xbd\x7e\xd1\x8f\xaa\xac\xe1\x52\xc1\xe1\x62\x94\x78\x54\x44\xde\x51\x44\xdb\x46\xbf\x0a\xe7\x10\x4c\x9b\x85\xde\x15\x46\x69\xfe\xcc\xf8\x67\xf4\xe8\x44\x5f\x0b\x07\x5b\xaa\x41\x63\x3c\xa7\x5e\xb5\x53\x09\x21\xc4\x7b\x3a\x42\x41\x77\xc4\xc5\x30\xeb\x46\x71\xcd\xa8\x23\x2e\x28\xa4\xdb\xfc\x7a\xcd\x1d\x2f\x2e\xc6\x4b\x44\xf5\x24\xeb\x5a\x4c\x5d\xe4\x2c\x69\x46\x44\x9e\x4a\xf7\x61\xd8\x51\xec\x6d\x87\xdd\x04\x8e\xc2\xdb\xdc\x32\x68\x43\x33\x7b\x70\x7e\x0a\x47\xdd\xe6\x7d\x97\x33\xcb\x5c\x08\xcc\x96\xb0\x6a\x4a\xcc\x96\xb0\x72\x71\xd3\x41\x56\x56\xeb\x3c\x60\xac\x28\x26\x36\x0c\xaa\x7e\x18\x63\x8b\x6c\xa8\xeb\x1b\xb9\x66\x0a\x97\x3b\x6b\x41\x33\xad\xf5\x06\xb0\x55\x20\xf7\xb1\x9a\x7c\x03\xeb\xc8\x16\xd3\x47\xb4\xa1\x80\xa9\x1a\xe0\x8b\xd4\x5c\x51\x8b\x2b\xff\x45\x68\x16\xf4\xd3\xa2\xb7\xc5\xe9\x4b\x7a\x63\x9c\xbe\xb5\x57\xc3\xb9\x77\xe4\x46\x79\xf0\x68\x2f\xab\x69\xde\x36\x13\xec\x7f\x7b\xc5\xe3\x31\xc4\x8e\x58\xa0\x44\xe7\xbc\x92\xb6\xa0\x88\xf4\x84\x13\x39\x0a\xf9\x5e\xc7\x97\x5e\x41\xa4\x46\xd3\x39\x5f\x99\x1c\x0c\xe3\xac\xdb\xd6\xed\x7b\x23\xc6\x91\x5a\xc6\x3a\xbb\x26\x86\x58\xe8\xa6\x40\x4f\x52\xb5\xd6\xc3\xa1\x75\xe4\xc2\x46\xa5\x93\x1b\xf4\x7b\x01\xea\x07\x61\x8e\x5a\x1c\x1a\x4f\x2c\xa6\x4d\x48\xa9\x4c\xc6\xcf\xca\xf0\x9f\x2d\x28\xce\x50\xd3\x6e\x44\x90\x75\x1e\xa6\x20\x0d\x32\x6e\xd8\xdb\x46\xbe\xd5\x4a\x86\xc8\xc9\x31\xc4\x8e\x2e\xb6\x85\xbe\xd4\xb2\x3e\x08\x64\xcb\xd8\xef\xa5\xdb\x97\xd0\x30\x34\xca\xf2\xd0\xb8\x0c\x01\x54\x5a\x7b\x42\x6f\x0b\xcb\xec\xba\x5d\x5e\xb2\xdc\x25\x75\x37\x0b\x19\x53\x1c\x5a\xca\x68\x50\x48\x1c\x56\x7a\x13\xb9\xd1\x6b\xd1\x38\xf1\x22\x81\x3c\xb5\xf9\xb7\xf9\x98\x45\x27\x7a\x6d\x81\x8b\x92\x2f\xb6\x0d\xc6\x80\x94\xdd\x74\xfb\xf3\xef\x35\xa8\x27\x7c\xdb\xc7\x0c\xdc\x6a\x6e\x82\x00\x01\xb2\x5b\x9a\x52\x18\x35\x64\x56\xd6\xbc\x32\xde\x6a\x36\xde\xc4\xee\x3e\x73\x43\x77\x1e\x0b\x72\xe7\xd6\x07\x38\xf3\x4a\xef\x1e\xc8\xcd\xdc\x68\x9a\xa0\x45\x2d\x55\x16\xa8\xe0\xda\x52\xe4\x28\x4c\x5e\x8a\x46\xad\x49\xf4\xd4\x30\x19\xba\x54\xce\x98\xd4\x4a\x36\x6f\x20\x5d\xe2\x15\x6f\x72\x57\x76\x7a\x16\xe5\x6f\x02\x0f\x42\x7c\x67\x97\x0b\x04\x1e\xfa\x63\x96\x41\xa3\xd7\x57\xd5\x51\xf8\x51\x1c\x4d\xe9\xb7\x21\xa2\xdc\xcc\xce\x66\xda\x81\xaa\xe6\xfc\x42\xf5\xb7\xf8\xc2\x75\xa8\x36\x6a\x48\xe0\x1b\x0c\x7c\xd1\xaf\x6f\xd5\x27\xaa\x01\xc0\x3f\xe2\x73\x10\x35\xca\x90\x26\xdf\x22\x26\x46\xef\x4d\xf2\x4b\xd9\x80\x58\x84\x21\x4b\x90\xea\xbe\xb1\x31\x00\x36\xc6\x36\x56\x10\x4a\xc5\xaa\x4d\x14\xd2\x15\x6e\x9b\x8c\xbd\xc5\x7f\x7e\x1a\xf8\x00\x5e\x2d\xa4\x32\x5d\x5c\x61\x1c\xae\x05\x03\x53\x48\x85\x16\x17\x15\x7d\xbd\xe4\xcd\x27\x9f\xd3\x2b\x19\x5a\xf7\x7a\x1a\x5d\x04\x5c\x89\x5e\x6e\x10\x1b\x6d\x78\x92\x50\xe1\x6d\x78\x30\x2a\x84\xe2\x4b\xc1\x2a\x89\xd9\xb9\x19\x57\x3e\xbe\x23\xc5\x4b\xc6\x25\xf8\xb5\x53\x77\xb7\x9c\x84\xbc\x66\x91\xee\xfe\x8e\x84\x9f\x06\x7d\x41\x25\x08\x76\xff\x7e\x24\xe7\xa7\x1b\x12\x9d\x3e\x35\x65\xce\x28\xac\xca\xab\x16\xa1\x3b\x81\x39\xe8\xa1\x30\xef\xca\x18\x91\x30\x18\x01\x01\x44\x86\x71\x46\x81\x9f\x36\x10\xce\x2f\x37\x10\x40\x15\x94\x44\x52\x6b\x50\xd9\x30\xea\x6e\x03\x1b\x88\xd7\xd3\x85\x6c\x44\x11\x45\x44\xf8\xf8\xbd\x85\xa8\x56\x5a\x46\xc2\x82\x33\x8d\x50\xe5\x6f\xe0\x18\x02\x99\xea\xa4\x84\x1d\x75\x29\x9a\x0d\x53\x6d\xc3\xeb\x1c\x1f\x1e\x5a\x93\x02\xdd\x27\x25\xba\xf0\x3b\xfb\xa5\x30\xce\x70\xe8\x92\x3a\x6b\x81\xc6\x66\x95\x53\xfd\x09\xb4\x30\x13\xd4\xb3\x70\x61\xa4\x4a\xe2\x8e\x12\xcc\x66\xa9\x50\x8b\xa6\xac\x3f\x29\x4c\x3a\x84\x7f\xb6\x52\x93\x5c\xb3\xf1\xa6\xb2\xa9\x45\xd3\x4d\x7f\x23\x39\x65\x2f\x22\x4c\x96\x29\xc8\x2f\xbb\x47\x24\x41\x96\x42\xef\x93\x3f\xaa\x4b\xe1\x61\xac\x90\xaf\x64\xfb\x22\x61\x27\x51\x2b\x30\x8c\xd0\xdb\x97\x34\x15\x55\x3e\x15\x04\x4a\xbe\xb8\x02\x26\x82\x29\xd3\x74\xc2\xae\x6f\x68\x8a\xc7\x5c\x2c\x9c\x73\xc3\x37\xbf\x5f\x34\x72\x69\x8b\x91\x10\x94\x66\x54\xfa\xbb\xa9\x34\x3e\xfe\x29\xe7\x32\xc2\x8e\xa2\xdf\xe3\x8c\x10\x48\x84\xf8\x20\x34\xd8\xbb\x82\x9e\xcc\x2c\xad\x36\x3b\xca\x65\x7c\xf4\x72\xc1\x90\x4d\x17\x52\x93\x76\xc7\x21\xfc\x49\xbd\x12\x28\x27\xf0\x2b\xbe\xb1\x19\x5a\x08\x89\x0c\x87\x00\xa5\xbd\x73\x18\x28\xf1\x94\x18\x6a\x51\x28\x59\xab\x05\xd6\x74\x32\x7a\xbe\x21\x59\x66\x04\x07\x1e\x6f\xed\xf9\x42\xc2\x61\xa0\x95\x89\x21\x02\xaf\x33\xbb\x00\xef\x39\x63\x21\xba\x42\xfb\xea\x50\x18\x86\xe5\xdc\x3d\x2e\x04\xe3\xec\xb2\x54\x6b\x5e\xd1\x20\x37\x77\x01\x6d\x83\xb6\x6a\x89\x01\x0c\x8d\x94\x4b\x27\xf4\x25\x4c\xc8\xc8\x5c\x56\x1f\x34\x3e\xb4\xa6\x73\x9f\xae\xda\x38\x0a\xe4\x8f\x8d\x16\xc0\x77\xb1\x22\xc8\xe9\x47\xd5\xd6\x3e\x11\x7b\x5c\x50\x42\x24\xa1\x98\x3d\x98\x13\xfc\xd2\xfe\xfd\x27\x61\x8c\x43\x20\xd1\xc0\x69\x8c\x13\x10\xf8\x03\x03\x79\x08\x6e\x25\x70\x91\x38\x52\xdf\x0d\x35\x6e\xe5\x46\xf4\xa0\x7e\xcd\x80\x04\x81\xfe\x6c\x19\xbe\x42\x4c\x5b\x81\xbf\x90\xb9\x9c\x35\x09\xb9\x87\x2e\x72\xa7\xaa\xd8\x4c\xae\x1b\xa3\x4a\x02\xdb\x29\xeb\x03\x2b\xc4\x03\x57\xb1\xbb\x20\xa1\x8a\xd1\xa2\xed\x40\x31\xd0\x9a\x5d\xd3\x8e\x6e\x1d\x62\x67\x33\xe6\xb1\x10\xdf\x4f\xb8\x50\x2e\x7c\x61\xed\x08\xfb\xac\xc5\xef\x04\x59\x34\x40\x00\x58\x4e\xda\xb6\xc1\xa8\x36\xc1\xe0\x3b\xa8\x30\x6c\x93\x0b\x42\x4c\xbc\x6c\x21\x4d\xed\xf7\x7f\x66\x05\x38\x6a\x1b\xf2\x33\x6d\xf5\xb1\xc5\xac\xb3\x87\x90\x18\xd7\x7a\x95\x18\x17\x0f\x23\x4c\x16\x25\x9f\xcb\x9a\x57\x23\xe8\xff\xbd\xbd\xb2\xcf\x96\x8b\x84\x31\x9d\xc0\x05\xe6\xa0\x65\x59\xa0\x49\x16\x43\xa6\x0a\x6b\x1a\x45\xdf\x18\x08\x69\xd6\x7b\x0d\x3a\xd7\xc4\xaa\x65\x7d\xdd\x0b\x02\x74\xc8\xfe\x34\x64\xc1\xcf\x41\x60\x21\xb7\x49\x78\x9f\xc2\x64\x9e\x09\xfe\x09\x52\x82\x9e\xd4\x6f\xca\xcf\xa2\x52\xd0\x13\x3c\xe9\x88\xb8\x37\xa8\x04\xed\x49\xfd\xa3\x69\xfd\x07\xec\x3b\x46\xff\xfe\x53\x67\xcc\x19\xe0\xd2\x1b\x8a\x89\xb1\x95\xb7\x3c\x14\x3e\x21\x93\x3a\xe3\x15\xd8\xc3\x80\xc8\xbe\x3d\xfd\xd9\x05\x17\x65\xeb\x16\xc7\x86\x17\xde\x7a\x0f\x58\x73\x76\x39\x72\xa0\x2d\x5d\x45\x77\x99\xb5\xec\x1e\x8b\x5f\xf2\xb2\xe2\x17\x9a\x74\xc0\x65\x79\x38\x00\xea\xe3\x8b\xb2\x76\xf6\x1e\x18\xd1\x6a\xe4\x58\x26\x31\x4c\x55\xc8\xae\x4c\x24\xcd\x54\x2e\xad\x04\xea\x92\x02\x0e\x7c\x8e\x09\x1a\x40\x9c\x02\x48\xef\x5b\xc2\x94\x7f\x60\x5b\xd0\x5a\x5d\x1d\xe6\x61\xce\xda\x9f\x92\x9c\xa3\xd1\x30\xe3\x24\x3d\xed\x24\x7e\x12\x65\x1c\xcc\x3a\x12\x02\x36\x8f\x92\xce\xec\xc5\xf6\x65\x29\xd7\xca\x82\xa2\xa5\xc4\x1d\xf6\xf9\xbd\xb2\x98\x9a\x7b\xe2\xb0\xef\x4e\x53\x56\xe4\xf1\x97\x7c\x38\xca\xa5\x36\xf5\xc9\x4d\xd3\xf6\x24\xdd\x29\x8b\x7d\x0f\x93\xc6\x89\x03\xe2\x4d\xec\xdc\xb7\x22\x79\xdd\x9a\x25\xc7\x8b\x8f\xad\x48\xf8\xff\xd8\x7b\x17\xee\xb6\x8d\x24\x51\xf8\xaf\xb4\x72\xe7\x9a\xa4\x43\x91\xb6\x77\x66\x37\x87\x36\xa5\x71\x6c\x25\xd1\xb7\x71\xe4\x63\xd9\xc9\xce\xda\x5e\x1b\x22\x9a\x22\xc6\x20\xc0\x01\x40\x49\x8c\xac\xff\xfe\x9d\xae\xea\x47\x55\x77\x03\xa4\x64\x67\xee\xee\x3d\xd7\xbb\x67\x22\x36\xfa\xdd\xd5\xd5\xf5\xae\xa9\xb8\x16\xa3\xd1\x28\x1a\xe7\xf4\xad\x77\x40\xef\xf5\x80\x51\x7f\x2e\xe3\x3b\xc4\x84\xdc\xf2\x2a\x03\x0b\x5e\xb8\x12\x8a\x84\x0b\x64\xe0\xfb\x8f\x44\x59\x29\x6c\x85\xe2\x50\xf0\x03\xb5\x61\x64\x40\x0d\x64\x0d\x99\xe0\xa8\xc2\x05\x86\xa6\x68\xdb\x2b\xfd\x6f\xf1\x08\xb8\x65\xea\xc5\xb2\xbd\xd5\x74\x87\x3a\xc4\x67\xc5\xcf\x52\x1b\x47\x1e\x9c\xd7\x3f\x8c\x47\x9c\xf5\x4f\x02\xdb\xbe\x17\x93\xd8\x8c\x82\x98\x05\xf1\x3a\x61\xc8\x36\x6e\x59\x98\x2a\xf0\x30\x14\x2d\xea\xea\x32\xb2\x6c\x64\xd2\x4b\x14\x05\x40\x04\xf7\x65\xd2\x34\xb2\xaa\x7d\xe2\x08\x8c\xd1\x6a\xa1\xe0\xdc\x22\x5a\x74\x06\x55\x88\xc7\x59\x5c\xf3\x7d\x74\x9e\x84\x1a\x4b\xb1\x17\x81\x30\xf4\xbd\xda\x3d\xa5\x44\xbf\x68\x99\x77\x1e\xdd\x57\x21\xe5\x28\x8a\xb3\x16\x85\x16\xc7\xdd\x52\x17\xd8\x6d\x86\xed\x07\x5f\xe9\x66\x9c\x3d\xa3\xd0\xdb\xc7\x66\xa6\x57\x05\x6c\x97\x11\xcf\x58\x68\x6f\xf7\x70\xc4\xdc\x24\xcf\x20\x9b\x2f\x5a\x57\xb6\xd9\x40\x07\xd6\xc7\xaf\xac\xa7\xba\xc9\x50\x1e\x8c\x42\x4c\xb9\xa7\xfe\x2a\x1f\x47\x20\x56\xeb\x11\x79\xe0\x1b\x6f\x7e\xed\x62\x8d\x58\xc4\x8b\x1d\x03\xfb\x51\x09\x03\xf6\x82\x9a\x34\xa2\xee\xdd\x55\xbd\xa6\x5d\xc7\xf5\xb8\x5b\xbb\xa1\x13\x6c\xeb\xec\xda\xd3\xdd\x53\x25\x46\x8b\x49\x82\xdf\x11\x24\x6f\x23\x0b\x13\x4f\xa6\xde\x1c\xfd\x47\xd0\x93\x32\xb4\x28\x60\xe8\x54\x5a\x42\x2a\x79\xb1\x5b\xdb\xfc\x1c\x6e\xab\xbb\xff\xfa\x1e\x0f\x7f\xb0\xb7\x43\x9b\x46\xd2\x13\x4c\x75\x7b\x08\xb9\x5d\x8a\xb9\x08\x31\x77\x80\x77\x3b\xf8\xfd\x6c\xb1\x8b\x6e\xd7\xc3\x86\x86\xd0\x3e\xed\x14\xf1\xbb\x68\xeb\x2d\x4a\x0e\x75\xba\x62\x84\xa4\x59\x2b\x86\xdb\xae\x44\xec\xf0\xc1\xe9\xd2\x59\x7b\xd3\xb6\x3f\x03\x7b\xe6\xc8\xa9\x70\x37\xce\x18\xcc\xd9\x8f\xfe\xb1\xf1\x9c\x11\x31\x49\x32\xcd\x5e\x40\x6f\x98\x03\xb8\x58\x5c\x60\x76\x79\x64\xaa\x3a\x89\x5e\xb9\x88\x56\xaf\x3d\x6d\x42\x88\x57\xf5\x63\xe0\x4d\x69\x14\x13\x9b\x6a\x8f\x88\x77\xdf\x28\xee\xff\xdd\x37\x56\xe6\x62\xc4\x95\xc0\x5b\x81\x74\xae\x04\xed\x41\xc8\x63\x8f\xdc\xe8\xc8\xc7\xbb\x6c\xda\x31\x73\x9b\x07\xdc\x3e\xc6\x4e\xce\x07\xe5\x11\xb0\xd9\xc3\x5b\x36\x42\x11\x42\x60\x63\xb3\xa3\x40\x9b\x57\xef\x90\xe1\xed\x36\x9b\x96\x49\xfb\x82\xe9\xee\xef\xb7\x11\x54\x0f\xa9\x8e\x97\xf9\x1d\x1a\xfb\x50\xcc\xf7\x6d\x25\x32\x73\xe6\xcd\x93\x69\x43\xb1\xb5\xa2\x3c\xe1\x4a\x18\xb9\x73\x63\xed\x81\xf4\xcb\x2b\x93\x4f\x47\xb1\x10\x76\x9d\xb2\xa7\x3b\xee\x97\x17\x2d\x3b\x70\x29\x0b\x4e\x5b\x2d\x52\x5d\x13\x31\x8d\x4d\xf4\x80\x2b\xa8\x9d\x62\x8f\xdf\x4b\x46\x27\x70\xf7\xcd\x98\x30\xce\x55\xb6\x72\xb8\x9d\x7a\xfe\x6a\xf2\x56\x7f\x0c\x76\x17\x63\x22\xd7\xa8\x2b\xaa\x43\x5f\xc0\xc2\x92\x89\x59\x27\xd7\x99\xa3\x13\x27\x3e\xdd\xd8\x8e\x71\x86\xa2\x73\x82\x83\x5d\xbc\x5d\x17\x59\x2a\x11\x65\xee\x99\x23\xe6\x5e\xae\x21\x3d\xa4\xea\x84\x92\xb7\xe1\x6e\xd8\xba\xcd\x5e\x55\x73\x4a\x6d\x08\xd6\xb6\x41\x04\x6b\x33\x61\xfd\x52\x36\x52\x24\x67\xea\xa6\xc1\xed\x23\xcc\xdc\x04\x90\xb0\x16\x83\xc2\x47\x14\x32\x62\x80\x45\xcd\x03\x2a\xbe\xf1\x5c\x36\x36\x95\xd7\x79\xb2\x62\xc1\xeb\xcc\x35\x4e\x8a\x54\x8f\x68\xc8\xe7\xac\x71\xb2\xce\x6c\xb9\xc2\x70\xad\x1a\x07\x40\x70\x21\x2d\x66\xb7\xee\xb4\xba\xab\x11\x8d\xcf\xc8\xe2\x34\x9a\xe6\xbf\x19\x59\xed\x77\x43\x33\xa6\xe5\x3d\xdd\x6a\x6c\xad\xfa\x1f\x55\x55\x96\x4d\xff\xbb\xff\x7a\x24\xbe\x15\xdf\xfd\xd7\xa3\x81\x98\x8a\x87\x0f\x47\xff\xf2\xf0\x0a\xfe\x77\x24\x4e\x4b\xb6\x16\xd4\x1d\x49\x6b\xc1\x97\x14\x42\x5e\x35\x55\x22\xfe\x45\xac\x40\xac\xaa\x47\x75\x7a\xa9\x4c\x31\xdd\xda\x8b\xf8\xb7\x45\x96\x73\x01\xf4\x99\x54\xbb\x47\x74\x0c\x7c\xc1\xa0\x58\x06\x91\x72\x32\x6b\x6a\xd4\x8e\x81\x2f\x4f\xa6\x1e\xc3\x4a\x8a\xef\xae\xbe\xa3\x29\xd3\xee\xcc\x3a\xb4\x5f\x14\xc6\xe0\xc8\xe4\x13\x52\x25\xdb\xec\x0f\x77\xeb\x4f\xd7\xb2\xe6\xf2\xb1\xf7\xd9\x9d\xd7\x58\x3c\xba\xd5\x5b\x2d\xf6\xa3\x8d\xef\xd4\x21\xbe\xe3\xd1\x1e\x0d\xfe\xc2\x20\x3e\x8e\x18\xe2\x24\x3e\x5f\xda\x83\xa1\xeb\x68\x28\xe8\x2f\xd3\x1b\xed\x89\xb9\x32\xd0\x0f\x5d\xfb\xac\x9d\x1b\xf6\xd9\x84\xdb\x7a\x0f\x0d\x40\xdd\x5e\x79\xa4\xef\xb6\x11\x5d\x43\x0a\x29\xfb\x1d\xe1\xeb\x38\xb0\x6e\x3b\x8a\x01\xdb\xf4\x68\xa4\xa1\xe8\x16\x19\xa7\x3b\x66\x3a\x6f\x19\x19\x7f\x43\x88\x5d\xea\xee\xbd\x51\x6e\xe3\xf6\x13\xf3\x42\x7a\x7f\xe1\xc4\x58\x6f\x11\x0d\x19\x6d\xdc\x12\x76\x38\x62\x28\x61\xc3\x13\xb8\x9c\xc6\xd1\x17\x09\x73\x41\xa3\xfc\xe5\x99\xfd\xdb\xbd\x50\xa3\x73\x89\x33\xcd\x8a\x73\xf7\xbd\xef\x91\x02\xfc\xce\xb8\x3e\x75\x54\x32\x52\xa0\xb3\xd3\x90\x12\xc8\x1f\x45\x7e\xbb\x6c\x07\x5b\x96\x0a\x54\xb8\xf6\x26\x39\x8e\xca\x8e\x98\x7a\x8c\xcf\xb1\x72\xb3\xab\xc8\xbc\x2a\x3b\xa3\x6a\xdb\x5c\x5e\xdb\x27\xbb\x1f\x89\x42\x69\xa4\x22\x86\xa5\xf9\x2c\x5e\x94\xeb\x5a\x1e\x5d\xe0\x0f\xbc\x6b\x9f\xc9\x54\x49\xd2\x94\xb8\x73\x42\x67\xea\x17\x2a\x42\xa2\x4a\x00\x59\xe7\x59\xd1\xec\xa7\x59\x9d\x9c\xe5\x72\xbf\x90\x57\xcd\x7e\x9e\x15\x52\x14\xe5\x3e\x3c\x87\xfb\x5a\x40\xb2\x3f\x4b\xea\xc6\x49\xf6\xf7\xf6\x74\x67\xea\x25\x73\x33\x1f\x8c\xb4\x05\xd8\x73\xcc\x63\x4f\x73\xe8\xe3\x3b\x71\x61\xa3\x99\xf2\x96\x8f\x39\x3b\xde\x8e\x70\xe5\x85\xce\x4f\xfe\x1f\x43\x11\xfd\xfb\x6f\xf4\x6f\xe6\xc7\x76\x97\xc5\x52\x24\x40\xd7\x6c\xae\x4d\x1c\xfe\xc9\xba\xc3\xf5\xb4\xde\xc9\xb0\x77\x3a\xfb\x9f\x5e\xbf\xf8\xf9\x78\x79\xae\x3f\x61\xcc\x4e\x88\x38\x7c\x05\x1a\x9b\x8d\x36\x49\x18\xa1\xf3\xac\x4d\x8e\x9e\x35\x9a\x34\x49\xb4\xd3\xd0\x72\x5d\x37\xe2\xbc\x14\x79\x52\x1b\x5d\x8d\xef\x9c\x68\x78\xd5\x59\x73\x52\xbd\x44\x3f\x2b\x04\xc8\x7b\xec\x25\x74\xf3\x0d\xbe\xee\xb4\xed\xa9\x5c\x55\x12\x0d\x3c\xc7\xe4\x6f\x3e\x0b\x9d\x57\x97\x4c\x06\xb3\x9a\x7c\xfe\xcc\xca\xae\xbe\xde\x88\x98\xf9\x97\x76\xae\x0d\xea\x69\xd1\xc6\x73\xb8\xb4\x79\x7e\x49\x1d\x2c\xfb\xfc\x99\x26\x05\x76\x12\x66\x9d\x49\x98\x36\xd0\x85\x9f\x3f\x93\xbc\xc3\xdb\x6f\x84\xc6\x52\x3a\xe5\x82\xc2\x4d\x34\x21\x0c\xd1\x6c\x99\x97\x2c\x2e\x2d\xf4\x99\xe1\xc0\xfe\x68\xc7\xc4\x39\xd1\x20\x04\x6d\x9d\x3f\x76\x91\xef\x76\x70\x73\x66\x1e\xa2\x7e\x9f\x2d\xa9\x54\x6c\x5f\xc0\xe6\x6a\x54\xbc\xbd\x6e\xc4\xd7\xd3\xbf\x27\xdb\xce\xe5\x01\xd0\x83\xea\xff\x63\xcf\x76\xc8\xd1\x71\x9f\xff\xb9\x58\x26\x57\xda\x70\x85\xe7\x6d\xf8\x5d\x56\x25\x4d\xa1\x44\x5c\x0b\x4c\x75\x0c\x1b\x16\x55\x9d\xbd\x48\xae\x7e\x82\x5a\x0a\xf3\xbc\xe6\x93\x20\x19\x4a\x5b\x8d\x56\x29\x1f\x1d\x53\xfd\x9f\x27\xab\xd3\x55\x32\x93\x4c\x2c\x1f\x3e\x80\x9d\x92\x78\xf7\xa8\x2d\xcd\x6c\x6d\x30\x5e\x0f\x42\x62\x16\x0c\x44\x13\x4b\x84\x27\xcc\xd6\x12\x86\x16\x2e\xae\x54\x2d\x69\xba\x12\xb2\xf3\x44\xb3\xe9\x72\x61\xaf\x6b\xc3\x29\x5b\x13\xc9\xd0\xd3\x48\xd4\x59\x31\x33\xc6\x8b\xcd\x22\x69\x7a\xb5\xb6\x34\x32\xc0\xed\x12\x9b\x50\x9e\x54\x5e\xad\x30\xa5\x9d\x09\xf2\x19\x35\x92\x26\x1b\xb0\xd0\xc6\x2f\x9e\x49\x8a\x5d\x0d\xeb\xdd\x19\x79\x97\x68\xb9\x44\x7c\x79\xf5\x78\x59\x1d\xda\x5a\xeb\x5a\x7c\x95\x6a\x9a\x7a\xb6\xeb\x15\x31\x97\x96\x80\x42\x75\xdd\x7a\x56\x49\x59\x58\x3b\x1b\xb2\x8b\x6e\x97\xdd\xc0\x7d\x32\x90\x26\x56\xf6\x45\x5f\x77\x87\x5d\xa9\x12\x03\x64\xa3\x88\xe8\x84\x5b\xf7\xa6\x7e\xf6\x52\xce\xe4\x88\x49\x47\x0d\xc2\x99\x98\xde\x63\xbe\x56\x16\x2b\x51\x60\x8d\x05\x4d\x7f\x15\x09\x3c\x10\x0c\xaa\x96\xa7\x23\xfa\xa8\x65\xbb\xb5\xfa\x3c\x49\xeb\x94\x3c\x07\x2f\x3a\x2b\xdd\xb1\x4d\xb0\xfe\x45\xb3\x8c\x4d\x6c\x87\x31\xbd\x51\xa2\xab\x64\x98\xd2\x75\x76\x20\x1e\x88\x43\xf2\x7b\x62\x3a\x47\x30\x6a\x17\xd6\x1d\x19\xd6\x13\xb9\x56\xb4\x18\xa8\xca\x55\x3d\x89\x65\x85\x8e\xa8\x34\x7d\xeb\xfc\x2e\x4b\x81\x4e\xe3\x27\x9b\xc9\x3a\xa2\x6e\xf4\x55\x2e\xdc\x61\x19\xe6\x3b\x32\xfb\x24\x0e\xfd\x82\x09\x43\x90\x6e\x97\x43\xcb\x79\x9f\x33\xb1\xfa\x6b\xec\xb1\x21\xd1\x97\xb8\xa1\xd2\x76\xa5\xac\x1e\x21\xb4\xcf\x10\xa1\x69\x1a\x8e\xe6\xc1\x98\x99\x44\xd4\x84\x66\x18\xee\xed\x60\x6f\xe8\xbf\xc6\x54\x57\x61\x96\x86\x45\xd8\x75\xa8\x92\xc3\x72\xcf\xc2\x21\x10\xfe\x3b\xd9\x9e\x75\xda\x88\xc4\xad\xdb\xaa\x30\x17\x5b\x99\x72\x07\x78\x83\xdb\x2c\xae\x4b\x7b\x1c\xdf\x54\xa2\xa9\x8c\x6f\x0d\x0f\xa6\x2a\x46\xa3\x51\xb0\x09\xc3\x90\x60\x70\x05\x31\x01\xba\x51\x7a\x05\x66\x8a\x3b\xec\xef\x76\xb7\x99\x16\xc7\x98\x2f\x73\x7b\x19\x04\x17\x98\x5e\x53\xb3\x20\x32\xed\x98\x1e\xb0\xd3\x55\x28\xb2\xfa\x36\x25\x16\x59\xfe\xb0\xad\x69\xa0\xe0\x20\x8a\xbb\x58\xfd\x98\xca\x3d\xbc\x26\x2d\x5b\xd5\xda\x2b\x0f\xa2\x12\x01\xa8\x16\x05\x91\xbf\xa1\x1d\xa1\x1e\x3b\x96\xdc\x62\x62\xd0\xb5\xe8\x0e\x75\x8f\xb9\xa2\xdd\x2f\x47\x27\x68\xee\xf0\xac\xec\xfe\x74\xb4\x83\x63\xcb\xd3\x64\x5f\x10\xe7\x13\x04\x11\x18\xe2\x52\x33\x5a\xd5\xc6\x59\x08\xd8\x9b\xcb\xac\x48\xcb\xcb\x51\x56\x14\xb2\xfa\x4d\x0b\xea\xcf\x65\x73\x3a\xab\xca\x3c\x3f\x4b\xb0\xac\x3f\x00\x26\x88\xd6\xc5\xe7\xfb\xcb\x71\x2b\x7b\xcf\xf5\xb9\xb4\x05\xc9\xe8\x7a\x15\xbc\x4d\x0f\x21\x35\x8e\xb4\x22\xb8\x90\x5e\x4e\x11\x7b\x5c\xbd\xf8\x86\x2d\xd0\xa6\x2d\x32\x18\xb4\xe9\xb2\x5b\x02\x9d\x26\xfe\x77\x04\x35\x6f\x0c\xb4\x02\xb9\x15\x9a\x8c\xf6\xc0\xc0\xd3\x57\x99\x5a\xc0\xcc\xea\xef\x65\xf2\xe9\xd7\xac\xce\xce\x72\x47\xdf\x38\xad\xc7\xe7\xcf\xe2\x81\x47\xe5\x70\x0a\xe9\x16\x9e\x12\x90\x68\x53\x7c\x2b\xfa\x3b\x50\x55\x31\x38\x7d\x19\x43\x01\x66\x25\x8f\xe9\x6b\xf6\x92\xf7\x37\x55\x73\x8e\x58\x1a\xfe\xdf\x76\x5b\xe1\xd8\xb7\xdf\xd8\x00\x98\x2d\xc4\xde\xe5\xbe\x72\x28\x73\x30\xe8\x91\xc0\x71\x15\xfe\x30\x5c\x16\x5d\xb3\x7d\x94\xbe\x67\x9a\xc1\x0e\xe3\xa9\x69\x87\x4d\x57\xe4\xb9\x24\xfa\x36\xd7\x51\xdb\x2e\xc4\x4d\x2d\x46\xa3\xd1\x1f\x82\xa9\x86\x6d\xd7\x7f\x10\x99\xf4\x24\xbe\x55\xdb\x1e\xd8\x67\x49\x95\xfe\xb7\xc1\x77\x5b\x30\x99\x79\x15\x7c\x74\x8d\x0f\x10\xdf\x5a\x03\xce\x11\xb0\xc5\x5c\x8d\xb8\x25\xe3\xb1\x38\xfa\xe5\xb9\x78\xf9\xea\xf8\xd7\xa7\xaf\x8f\xc4\x0f\x6f\x7e\x79\xf6\xfa\xf8\xe4\x97\x53\xb5\x59\xf2\x6a\x55\x56\x8d\x86\xc3\x0f\x1f\x88\x75\xc7\x6b\x59\x37\x2f\x93\xd9\xa7\x04\xec\xc9\x60\x6e\x51\x00\x18\xb2\x2f\xc1\xb1\x6c\x45\x9c\x58\xab\x83\xb3\xe1\x15\xac\xfd\x8c\xcf\xf3\xd9\xc2\x2e\x29\xe4\xf0\x5d\x81\x3e\xe0\x46\x16\xfa\x46\xc7\x59\xb2\xb2\x2b\x96\x39\xc1\x05\x29\x73\xae\x0f\xd4\x9b\x01\xa1\xd9\x08\x55\xe9\x97\x45\x52\x8b\x33\x29\x0b\xc8\x77\x96\xcb\x46\xa6\xe2\x4c\xce\xcb\x4a\x46\x0e\xcb\xa4\x48\xd3\x2e\x5a\x4d\x29\x64\x01\x39\xd8\xac\x10\x8f\x85\x37\xc5\xd9\xe9\x50\x0b\x2b\xdb\x09\x71\x1a\xac\xed\x18\x9a\xb0\xad\x59\x36\xee\xba\x51\x2c\x44\x71\x8e\x22\x38\x4f\xda\x67\x04\xbb\x1a\x30\xec\x65\xfa\x9f\x44\xac\xfa\x77\xc8\xcc\x39\x76\x87\x42\x62\x2e\x22\x08\x30\xa8\xa5\x6d\x53\x62\x34\xd5\x3f\x69\x53\xfe\x09\x68\xe6\x2b\x6d\x91\x87\x83\xff\xa7\xed\x4f\x95\x7e\xf9\xe6\x04\x4e\x56\xcb\xe4\x2a\x5b\xae\x97\x46\x23\x80\xae\x71\x24\x82\x8a\x55\xc4\x66\x85\x4e\xac\xa6\xb3\x48\x9c\xc9\xbc\xbc\x84\xc0\x88\x67\xe5\x85\x14\x09\x8b\x9a\x72\x1c\xc8\xf1\xd1\xe5\xd4\xb8\xb0\xd6\x22\x41\xdd\x67\x59\x69\xe5\x22\x28\x15\xfa\xd9\x48\x8e\xe0\x83\xf1\xfb\x30\xd9\x67\xf3\x6c\x89\xa9\xbf\xec\x44\x4b\x23\x8b\xff\x1e\xa6\x45\x43\x51\x69\xe1\x31\x89\x14\x8a\x89\xff\x8c\x7a\xac\x92\x2e\xde\x9d\x55\x24\x20\x51\x08\xfe\xd3\x90\xb7\x3c\x35\x41\x1e\x78\xc2\x70\x1f\xba\x28\xba\x27\x1a\xa6\xdd\x6d\x1f\xee\xa4\x77\xb2\x21\x1e\xad\x44\xe8\x78\x47\xed\x53\x2c\xab\xf6\x52\x4d\xf0\xb5\x9e\x37\x99\x6d\x87\x31\x03\x33\x8c\x7b\xed\x2d\x99\xb6\xd3\x65\xcc\x4a\xdc\xea\x84\x4d\xc3\xbb\xe8\xdf\xb9\x55\x88\x6f\x10\x12\xf2\x1f\xa6\xdf\x9d\x78\x8e\x3f\x9e\xdb\x78\x57\xdc\x59\x99\xdf\x66\x3a\x80\xbb\x19\x33\x20\xd0\x5f\xae\x1e\x7f\xf1\xa8\x81\xf9\x80\xee\x3a\x34\x22\xd0\x1f\x36\xf4\xe4\x43\x33\x02\x5d\x2b\x34\x26\x68\x37\x24\xd0\x4d\x7c\x73\x82\x6d\x4b\x8b\x9a\xc1\x88\xfd\x7d\xb1\x4c\x36\x60\xe1\x8b\x86\xb7\xf9\x06\xe3\xad\x38\x78\x7f\x67\xec\xf7\xf6\xc8\x3d\x19\xd5\x4d\xb9\x52\x0f\x47\x72\x0e\x3b\x34\x08\xf5\xe6\x81\xca\x9c\x36\xb7\x96\x3d\x3b\x16\xfe\x2d\x5a\x18\x98\xf2\xc1\xd9\x07\x21\xbb\xd4\xe1\xb0\xc2\x5d\x66\xdb\x6d\x78\xd1\x66\x2c\xd0\x65\x01\xc4\xb0\x45\xcc\x6a\x60\xab\x06\x9f\x68\x0a\xfc\x08\xa7\x80\x1e\x87\xe1\x8d\x0f\x92\x6e\xb4\x46\x80\xe0\x01\x81\x58\x8e\x66\xae\x82\x6c\x7f\x09\x58\xb8\x9b\x78\x6c\xcc\x57\xa1\x6b\x27\x8d\x4e\xa4\x1d\x8c\x42\x83\x3b\xe4\x44\xdc\xa6\xfc\x06\x58\xe5\x4e\x2f\x8e\xf8\x2c\x8a\x75\x9e\x93\x87\x07\x3b\x9b\x88\x63\xfc\x43\xf1\x3e\xa7\xf2\x1c\x2c\xb1\x34\xa1\x12\x31\xc9\xab\x75\x0d\x31\x65\x09\x67\xa8\x4a\x19\xbb\x1b\xd9\xbf\x4c\xa7\x16\xfe\x48\x1f\xdd\x2d\xfa\x0c\x5e\xc6\x63\x71\x9c\xca\xa2\xc9\xe6\x1b\x4c\x1c\xd3\xab\x14\xee\x4a\x72\xcb\x53\xd4\x19\x4c\x56\xeb\xe7\xeb\x99\x2c\x92\x2a\x2b\x6b\x1b\xc1\xd6\x0d\xcc\x2e\xcb\xe7\xcf\x76\x4a\x26\x4b\xce\x93\xa9\x78\xd8\xea\x48\xd8\x94\xab\x89\xf5\xb2\x12\x80\xbd\xe8\x6f\xb8\x3d\x13\xbe\x34\xf7\x66\x10\xaf\x3c\x75\xb1\x62\xf5\x7e\x92\x24\xd6\xa8\x40\xef\x86\xed\xfd\x21\x89\xb4\xb5\xbf\x1b\x6f\x4b\x7f\x2e\xcf\xb3\x19\x58\x2a\xa5\xb2\x91\xd5\x32\x03\x6e\x2f\x5d\x27\x79\x7c\x1f\x15\x10\x5c\x59\x7a\x82\x98\x70\x5a\x73\x16\x55\x63\xd3\x51\xe3\x5d\x41\x53\xcc\x38\x83\x95\xa4\xb0\xc0\xac\x4a\x66\x65\x59\xa5\x59\x01\x59\x42\xd0\xea\xaf\xd6\xbe\xf4\x23\x0e\x6f\x80\xe5\x14\x6c\x43\x32\xab\x3b\x58\x34\xfa\x66\xc1\x62\x2a\x76\xee\xa4\x6f\x4c\xd2\xae\x54\x2b\xcf\x0c\x58\x7c\x1b\xd8\x01\x83\x94\x56\x37\xd9\x78\x4d\x14\xc6\xfe\x36\x62\x17\x6c\x9b\xdc\xb4\x6d\x9d\x7a\xc9\x60\x07\xd4\xef\xab\x7d\x88\x54\x0f\x16\x94\xf8\x27\xdd\x4a\x93\xf2\x62\x84\xdc\x0d\xb7\xbc\x30\x3b\xb9\x93\x3d\x6d\xa7\xe5\xe1\x15\xdf\x44\x8c\xbf\x6c\xa9\x94\xa8\xa5\xad\xc1\x5a\x03\x6b\xf9\x78\xe7\xd1\x37\xd1\xd1\x35\xb9\xb2\x65\xf0\x0d\xbd\x20\xe0\x37\x61\x3c\x40\xae\xcd\xcd\xb7\x57\xde\xdc\xf5\x07\x43\x7b\x9d\x81\xf6\x83\x0b\xfb\x60\x68\xef\xe4\x03\x9b\x89\x6d\x3c\x16\xcf\xe1\x36\xe8\xb0\x4a\x9a\x01\xd1\xf8\x07\xb8\x14\x0c\xb2\xea\x4e\x2c\x43\x53\x23\x2b\xd0\x32\x13\x22\x01\x29\x12\x92\xfd\x58\xbb\xf5\xe9\x0e\xcb\xb9\xc5\x6d\x2c\xed\xd7\x95\xba\x2c\xfa\x0b\x1e\xcb\x93\xa9\x60\x85\x48\x9d\x1d\xe8\xd2\x0d\xfd\xa4\x36\xf2\xc9\x94\x97\x69\xca\xec\x60\x2a\x36\xc4\xa6\xd1\xed\xdd\x3b\x6b\xe5\x08\x9b\x48\xba\x1a\xba\x4f\xb8\xaf\x74\x5a\xe4\xa3\xde\x6b\x36\x3f\xf2\xd9\x1c\x00\x9f\x10\xa9\xa0\x8f\xc5\x7c\xbf\x64\xd8\xd3\xe1\x4f\xf3\x7d\xc1\xb1\x70\x2c\x5d\x2c\x0b\x9a\xda\x26\x89\xf8\x6f\xf7\x8c\x13\xba\xab\x65\x62\x3c\x92\x04\x16\x6a\x2a\xea\x9b\xe1\x37\xd9\x12\x16\x78\x5f\x5d\xa0\x57\x32\x99\x35\xe8\x4b\xd6\xab\xd4\xdf\xbd\xc7\xef\x0a\x5d\xe1\x3a\x08\xca\x74\xa3\x6b\x8e\x46\xe3\xd1\x68\x3c\x2b\x97\xcb\xb2\x18\x7b\x95\x68\x07\xc0\x12\xd4\x28\xa5\x49\xb3\x0b\x45\x79\xcb\xaa\xc9\x24\xb3\x69\x7a\x56\x16\x4d\x92\x69\x95\xc9\xbc\x9c\xad\xeb\x1f\xb2\xaa\x6e\x9e\x2d\xb2\x1c\x75\x0d\xe7\xb2\xf9\x05\x04\xaa\x4e\xe4\xa3\x85\xc4\xf5\x22\xc9\xf3\xf2\xf2\x59\xb9\x5c\x25\x95\x34\x95\xa1\x9a\xda\x46\x6d\xf1\x8f\x4d\x9e\xd6\x9b\x62\x36\x7c\x57\xf0\x35\xbc\x69\xb2\x3c\x53\x33\x62\xeb\xf6\xa4\x5b\xc3\x30\xd1\x87\x93\xee\x0c\xdb\x01\xc4\xdb\xaf\x97\x4e\x1a\xcb\x46\x7b\x59\xae\xd6\xab\xa0\xee\x6a\xbd\x62\xb5\x66\x79\x52\xd7\xbf\x24\x4b\x59\xff\x60\x20\x73\x97\xa5\x3c\x2d\x32\x8c\xb7\xf3\xcc\xb6\xf7\xda\x9d\x36\x9b\xdc\x9f\xd2\xba\x96\x2f\x64\x75\x2e\xd3\x57\x72\x8e\x59\x94\x71\xfb\xd4\x5f\xcf\x14\x7e\x82\xbf\x8c\x26\x66\x5d\xcb\x93\x02\x21\xde\x74\xfd\xd7\x79\xbe\x96\x45\xb3\xce\xc6\x00\x55\xfb\x8b\xb2\xfc\x44\x27\xd6\x6c\x56\x52\x5c\x3b\x51\x1a\x4a\xc8\xcc\x4f\x05\x12\xb2\x68\xd4\xcc\x64\xc7\x27\xb2\x92\xb1\xfe\x3c\x52\x1d\x47\x06\x82\x7b\x38\xa4\x57\x69\xfb\xe6\xf9\x73\xe4\xa2\x40\x5f\x12\xe9\x7e\xef\x74\xec\xba\x73\x6d\x14\xba\x75\xdb\xde\x15\xf8\x2c\x3c\x3b\x79\xf1\xf2\xe4\x97\xa3\x5f\x5e\x7f\xf8\xe5\xe9\x8b\x23\x31\x15\x3d\xbe\x2f\xdf\x27\xb5\xa4\xf5\x9f\xfe\x72\xfc\xe2\x29\x68\x6d\x26\xe2\x5a\xbc\xfd\x24\x2d\x61\xf7\x7e\x22\xea\x06\x7c\xde\x29\x85\x77\x63\x50\xfd\xdb\xc0\xa6\xf4\xfd\x24\x06\x4c\xa3\x3a\xcf\x52\xf9\x66\x75\x5c\x3c\x44\x0a\xfa\x6d\xcc\xf2\xb3\xab\xed\xf3\xf2\xb2\x68\x6b\xad\x5e\x90\xae\xb6\x3f\xcb\x79\xd3\xd6\x16\xde\x97\xae\xc6\x10\x0d\x4f\xb7\xbe\x21\x7b\xf6\xfd\xd1\xd3\x7f\xff\x70\xf2\xea\xf8\xc7\xe3\x5f\x3e\xbc\x3c\x39\x3d\x56\xdb\x17\xa3\x1e\xe0\x49\x19\x8f\xc5\x8b\x6c\x56\x95\x75\x39\x6f\xc4\x91\xcd\x3e\xa4\xb8\xd7\xcb\x4a\xf1\xa5\x59\x01\xe4\x4e\x8d\x00\x9b\x91\x68\x7b\x89\xa2\x0b\xf4\xdc\x84\x42\x8c\x09\xd2\xee\x20\x24\x4d\x1a\x6c\x82\xc1\x1f\x5f\xeb\x78\x14\x54\xc1\xe3\x52\x1d\x55\xb2\x5e\x49\xed\xe6\x5c\xce\xe7\x86\xec\x57\xcd\x45\xb9\x4a\x66\x59\xb3\x81\x5e\xe6\x59\xde\xc8\x0a\x3c\x8c\x6b\xe3\x62\x9c\xa6\x28\x33\x55\x93\x49\xd3\x4c\x8b\x7d\x2f\x93\x0d\xa6\xf8\x6c\x4c\x07\x38\x8f\xa7\x79\x8d\xa5\xe0\xb7\x23\xab\x7d\xf0\xac\xaa\x27\xa2\x80\xe4\x02\x65\x8b\xfd\xb8\x22\x6f\xcb\xd9\x2c\x5f\xa7\x92\x85\xdb\x85\x28\x5e\xd0\xf1\x79\xa9\x57\x7e\xc6\x82\xa2\xea\xb8\xbe\xe6\x64\x4e\x7e\xf8\xe1\xc3\xe9\xb3\x57\x47\x47\xbf\x7c\x38\x7d\xfd\xb7\x9f\x8f\x26\xf8\x7e\x8d\x9e\x9d\x9e\xba\xb7\xc5\x40\xb0\x9e\xb8\xe1\xec\x70\xf1\x13\xd1\xd3\xe5\xfd\x07\x83\x9e\x8e\x50\x02\x4b\x39\xd2\x2b\xe9\xa9\xa5\xf4\x34\x48\x8c\xc7\xa2\x2a\x73\x4c\x56\x08\x7f\xa4\xb2\x9e\x55\xd9\x0a\x09\x83\x52\x2c\x92\x22\xdd\xcf\x8a\x7d\xf5\xdf\x91\xf8\xbe\x6c\x16\x36\xec\xa2\xc8\x0a\x58\x70\x2a\xce\x36\xa2\x5e\x55\x32\x81\x54\x63\xfc\x31\x03\x8a\x0f\x82\x55\x66\x33\xa7\xa1\x83\x30\x25\x40\xf6\x83\x89\xbd\xa2\x2a\xab\x64\x63\xd4\x7d\xeb\xda\x24\x85\x86\xd3\x6c\x16\xb2\xb6\x79\x10\x0b\x54\x3c\x62\xbc\x4b\x1c\x54\x11\x98\xe6\x30\xaa\xb2\x44\x13\xf9\x64\xb5\xc2\x1c\xf0\x4b\xd1\x94\xe7\x3a\x45\x00\xc6\x31\xd5\x75\x5f\x24\x59\x21\xfa\xea\xb0\xf0\x79\x9a\x95\xcb\x55\x59\xc4\x3d\xe7\x07\x16\xdb\xbc\x3a\x7e\xfa\xe1\xd5\xc9\xcf\x47\x1f\x9e\xbe\x7e\xfd\xea\xf8\xfb\x37\xaf\x8f\x4e\xc5\x54\xbc\xed\xa9\xbd\xeb\x0d\x45\x2f\xa9\xb2\x64\x5f\xfd\x20\xfb\xd8\x7b\x4f\xee\xde\xf3\xa3\x1f\x9e\xbe\xf9\xf9\xf5\x87\x97\xaf\x4e\x5e\x9e\x9a\x93\x34\x0e\x7c\x59\xbd\xcc\xea\xfa\xa4\xf8\xb9\xac\x9b\x1f\x14\xa1\x30\xc1\xac\x69\xc3\x58\x25\x94\xea\x76\xd5\x78\x25\xeb\xec\x77\x49\x6b\x30\x73\x9f\x09\xe8\xc2\x51\x5e\xef\x0c\x84\x1e\xfe\xab\x27\xda\x47\xe8\x5a\x66\xc5\xcb\xe4\x5c\xbe\x54\x77\xa8\x38\x9f\xe8\x08\x01\xdb\xa2\x5c\x86\x31\x2d\x6f\xd4\x5d\x84\xad\x20\x9b\x02\x71\x27\xec\xeb\x3d\x8d\x90\x02\x4f\x6e\xfb\x72\x1e\xf4\xaf\x71\x82\xc0\x96\x3d\x4b\x66\x0b\x98\x36\xac\x58\xf1\x38\xf8\x41\x01\xec\x0c\xbf\xd9\xc0\xd5\x88\xc8\x54\xdf\xd6\xf0\x56\x2c\xd7\x0d\x70\x3a\xe5\xbc\x91\xc5\xbb\xe2\x66\xc0\x74\xe5\xfd\x9f\xca\xf2\xd3\x40\x81\xac\x09\x63\xec\x88\xeb\xa6\x14\x79\xf2\x7b\x96\x6f\xc4\x5c\x9a\xac\x6c\x9a\xe7\xf0\xdc\x57\x34\xca\x30\xf1\x04\x4d\xd0\x06\xdf\x9f\x68\x5d\x4b\x62\xd8\x7c\x6d\x33\x6d\xf0\x03\x12\x53\x0e\x69\x23\xfe\xd9\x50\xce\xe2\x66\xe2\x91\x28\xef\x88\x37\xd2\xdc\xa0\x9f\x57\x72\x7e\x72\xf6\x77\x39\x6b\x9e\x6c\xe1\x02\x14\xe5\x7f\x10\x21\xfd\x35\xb9\x48\x1e\x62\xe7\x72\x84\x20\xf0\x96\x36\x40\xc0\x4d\x87\x0a\x13\xbf\x0e\xcb\xdf\x8b\xa9\x9e\xd8\xba\x96\xa7\xea\x64\xfa\x24\xb9\xa0\x16\x96\x24\xb3\x85\x4c\x6d\x6c\x04\x5b\xfd\x95\x9c\x3f\x39\x8e\x7a\xf8\x1e\xf4\xb9\x39\x93\xa5\x7a\x69\x73\xb5\x57\x67\xc9\xec\x53\xbf\xcf\xf9\x16\x26\x44\x3a\xa0\x7c\xec\x1e\x9d\xc9\xc8\x24\x58\xfd\xfc\x59\x44\x16\x4c\xf8\x52\xc5\xd7\xeb\xca\x66\x16\x84\x41\xdd\xac\xa4\xcb\x40\x3b\x9d\x4e\x45\xcf\xc0\x47\x4f\x1c\x72\x31\xa7\x38\xd4\xf5\xe2\x4c\x13\xcd\xcb\x3d\xb0\xce\x1d\xc4\x45\x10\xd7\xc0\x66\x72\xef\x9e\xd7\x07\xcd\x4d\xcd\xe7\xdc\xc1\x5c\x5a\x28\x33\x9b\x12\xb2\x73\x6d\x9d\xb2\x64\xd0\x40\xb4\xb0\x1a\x5a\x4e\xe5\x81\x3c\x6d\x83\x04\x0e\x6f\xa4\xe5\x61\x1d\xad\x34\x7f\xcf\x9b\x41\xe1\x9e\xd8\xef\x6a\x68\x38\x7f\xde\x12\x4b\xb7\x34\xd5\x32\x01\xde\xd2\x04\xe8\xf0\xee\xfc\x7d\x1b\x91\x83\x0b\x0c\x78\x63\x1b\x8c\xa3\xb3\xf5\x8d\xef\x8c\x29\x44\x14\x90\xa7\xbc\x77\xcf\x81\x96\x41\x37\x0a\x63\x62\x17\xba\xcf\x72\x83\xfa\x51\x61\x63\xe3\xa2\x08\x6c\x28\xde\xc6\xd1\x9f\x9f\x71\xee\x95\x9c\x73\xe8\x1a\xc6\x26\xf8\x9e\x23\x80\x44\x71\x84\x13\xe4\xab\xc5\xd4\xf2\x88\x5a\xa0\xea\x78\xc2\x3e\xd5\x36\xe9\xee\xb1\xa8\x07\x39\x59\x64\xcf\x58\xc7\xab\xe6\xa3\x54\xaa\x39\x93\x10\xee\xfd\x01\x41\x19\x02\xd4\x0f\xd1\x4d\x32\x96\x6b\xfa\x58\xec\x61\xfd\xe5\x81\x13\xed\x5f\x8b\x1c\xe9\x30\x7c\xea\x6c\xad\x41\xcc\x82\xd1\xde\x4d\x5f\xff\x14\x3c\x68\xd4\x24\xc3\x06\xf2\x36\x36\x0f\xe6\xc5\x32\x69\x5d\xa0\x59\x91\xca\x4a\x64\x85\x8e\x68\xeb\x3d\x60\xdc\x34\xe1\xda\x91\x64\xba\x78\x88\xe6\x8c\xe6\x47\xe0\xae\x14\xf5\xa9\x11\x8b\x2c\x4d\x65\x11\x7f\xd2\xec\x52\x27\x7a\xbb\xe3\xb8\x5b\xd3\xcb\xbb\x98\xc9\xb0\xc7\x6b\xe9\x66\x5e\x13\x65\x61\xf8\x50\x3d\x09\x95\x0e\x07\x7d\x1e\xb8\x94\x28\x35\x59\xc6\xc8\xfa\x70\xe4\x79\x6d\x88\xc3\x43\x97\xba\xc5\x8e\x73\x34\x9f\xcb\x59\xd3\x67\x50\x45\xfa\x9e\xa0\x71\x0a\xde\x1a\x83\x98\xf0\xbf\x1a\xbf\xde\x50\xb4\xdd\x1f\xb0\x51\xec\x9b\xc6\x0f\x0c\x14\x1b\xb8\xff\xe4\x35\x00\xb9\x3d\x3e\x55\xa0\xa0\x57\xef\x14\xae\xbf\xa7\x1a\xd0\x41\x07\x1e\xfc\x3b\x08\x61\x53\xdb\x57\x1d\x91\x3b\x40\xf4\x03\xe6\x49\x44\xcd\xbc\x37\x94\x9b\xc5\xf7\xe4\xcd\xfc\x0a\x73\xb1\x7f\x73\xf7\x7f\x3f\xd5\xbd\x9a\xa1\xbf\x67\x64\x18\x36\x48\x50\xaf\x25\x9b\x35\x6b\xe4\xde\x70\x26\x05\x06\x04\x09\x52\xe6\xaf\x74\xc7\x2c\x5c\x98\xeb\xe6\x64\x85\x35\xe8\xe3\xdf\x7b\x38\xc6\xde\x8c\x76\x1c\x33\xcf\x8c\x9f\xb2\x7e\x53\x2c\xd9\x5d\xce\x0d\x52\x81\x1c\x80\xcf\x5c\x64\xc3\x4a\x3f\x29\x60\x27\x95\x80\x8d\x80\x6d\x05\xf9\x6a\x8c\xc7\x73\x0c\xfd\x58\xfb\xb3\xa8\xed\x73\xdc\xec\xce\x27\x84\x7f\x7a\xfd\xe2\xe7\xe7\xd9\x85\xfe\x7e\x40\xed\xa0\x99\xa9\x9e\xab\x13\x0a\xc6\xbf\x8c\xc2\xde\x1d\xa5\x71\x5c\x45\xce\xab\x76\x96\xc2\x75\x04\x57\xc5\x91\x1f\xc7\x57\xa6\x37\x9d\x67\xdb\xa7\xb5\xfb\xdc\x93\x43\x1b\x00\xbe\x36\x7e\xe3\x8c\x2c\xc7\x52\xde\x7d\x12\x7f\x7c\x0d\x3e\x33\x30\x68\x5e\x7b\x06\xd2\x21\xc4\x97\x05\xb1\xf2\x0f\xe2\x19\xdc\x10\x5f\x92\xad\x18\x15\xd0\x60\x80\xf1\xb4\x35\x52\xb6\x94\xd5\x71\x2a\xa6\xfa\xc5\xaf\xe4\x3f\xd6\xb2\x6e\xac\x9c\xee\x87\x2a\x59\xca\x7e\xf0\xec\xab\x2e\x69\x16\x39\x73\x1d\xee\xdd\xf3\x20\x6b\xc0\x09\x60\xcd\xf0\x60\xed\x36\x27\x19\xd6\x02\xbc\x16\xa8\xe7\x96\xf9\x67\x94\x3d\x01\x6d\xbe\xe7\x55\x34\xc1\x25\xc8\x3b\xc1\x6a\xdc\x10\x0e\x42\xa0\xa2\x34\x5d\xaf\xf2\x6c\x96\x34\xd2\x5b\x8d\xb8\x27\x2a\xb9\x2c\x2f\x24\xa3\x0c\x7a\x35\xf1\x39\x57\x14\x86\xbd\xde\xea\x6e\x87\xcb\x4f\xd7\x2b\xf9\x8c\xf7\x3b\xf5\x06\x1a\xcd\xf2\xb2\x90\xbf\x94\xa9\x44\x52\x4a\x24\x35\x35\x95\x7d\x4c\x3b\x0d\xbb\x1b\xa1\xb4\x92\x7a\xd9\x07\xaf\xe0\xa1\xf8\xf8\xa7\x6b\xbf\xf4\xe6\xa3\x98\x88\x5e\x6f\xb7\xee\x2f\xb2\x3a\x3b\xcb\xf2\xac\xd9\x88\xa9\xe8\x21\x7c\xf1\xa6\xde\x9a\x56\x89\x3a\x1e\xfd\xeb\x70\x94\xac\x56\xb2\x48\x41\xb5\xd4\x0f\x07\x19\x78\xa7\xc2\x6f\xa5\xb3\xbb\x9f\x7a\x37\xd5\x51\xfb\x53\x6b\x01\x79\xe8\x10\x3f\xe5\x21\xc3\x73\xa7\xf9\x57\x12\x7a\x43\x4d\x7a\x73\x85\xc2\x2f\xa5\x48\xea\x7a\xbd\x24\xb6\xfd\xeb\x5a\x56\xe2\x53\x51\x5e\xa2\xa5\x00\xc8\x59\x17\x49\x91\xe6\xd2\x1b\x80\x88\x75\xa9\x3f\x00\x86\xa8\x46\x73\x9a\xba\x54\x23\xe8\xb8\x22\x6a\x07\x99\x86\x2b\xdc\x92\x42\x5e\xda\xdd\x68\xb5\x87\x9e\xd2\xc5\xf0\xeb\x71\xc8\xcd\xbb\xe9\xdd\x64\x66\xd2\x8e\xf5\x0d\x0f\x2b\x66\x2f\xcd\x47\x99\x04\x76\xf6\x5f\x6d\xa0\xf0\x18\x67\x90\x8a\x73\xbd\x6a\xbd\xc7\xbb\x03\x29\x5e\xf7\x5d\x81\x74\x3c\x16\xa7\x12\x41\x82\x3d\xf3\x10\x4d\xf5\xd2\xd8\x49\x3b\x60\x4c\x4b\x10\xc7\x43\x62\x15\x51\x56\x90\x15\x58\x8b\xda\x54\x7b\x23\x2a\xb6\x0d\xbc\xb1\xb2\xda\x66\xb3\x6b\x30\xae\x97\x0b\xdf\x82\xf0\xe3\x72\x4c\xf9\x89\x3c\x54\x63\x2d\x3d\x7e\x24\x52\x39\xcb\x96\x0a\x26\xf3\x64\x26\xeb\x11\x1d\xc6\x25\xf0\x35\xff\xfa\x7b\x6e\x01\xf7\xee\x31\xf8\x1b\x88\xcf\x9f\xbd\xca\xad\x75\x81\x0e\x4f\x2a\x47\xe1\x1c\xfd\x63\x9d\xe4\x7d\xf2\xe4\xf3\x9e\x49\x2a\x18\xf3\x80\xdb\xbb\xfe\x44\xfc\x85\xc1\xdb\xc0\x7f\x43\x74\xce\x2e\xb7\x29\xce\xeb\x86\x69\x48\x20\xfb\x1f\x38\xd8\x24\x62\x2e\x2f\xe1\x79\xac\x21\xa8\x0e\x26\x39\x71\x41\x73\x50\x80\x0b\x91\x97\xb2\x4f\x12\xf2\xa6\x60\x4e\xd3\x60\x60\xc0\x08\x76\xf0\x5a\xb1\x17\x4d\xb5\xd1\x2a\x16\x3a\x8f\xd2\xe6\x47\x4d\x44\xdd\x24\xb3\x4f\x36\xe9\xdc\x88\x77\xda\xb6\x0f\xdf\x7e\xfb\x98\x57\xa4\x44\x53\x9f\x6d\x27\xab\x48\x28\xff\xd6\x2d\x3e\x60\xe9\x75\xec\xe2\x20\x7b\x2c\x60\x29\x50\x78\x11\xa2\x05\x4a\xcf\xd4\x2a\xbc\x60\xdf\xd6\xad\xaa\x92\xfb\x54\xbd\xd4\x88\x5c\x26\xea\x1e\x14\x3a\x70\xcf\xf6\x05\x5b\x33\x39\xf7\x8f\x4e\xe1\x70\xe4\xc0\xc9\x5b\x31\x91\x1e\x39\x29\x85\x4f\xbb\x90\xdb\xdd\xf6\xc8\xe8\x27\x86\xd4\xd4\xcc\x44\x40\x32\x21\x7d\x35\x4b\x8a\x99\xcc\x3d\xf2\x4a\x13\x61\x74\x8a\xad\xe3\x71\x43\x51\x41\x8d\x69\x3c\xa6\x4b\xc1\xbc\x1f\xe3\x29\xab\x2d\x1d\xaa\x90\x24\x21\x55\x6a\x45\x46\x5b\xad\x61\x66\x2d\xe1\x92\xd9\x2c\x4b\x65\xd1\x80\x5d\x37\xa8\xbb\x0a\x79\xd5\x68\xa9\xc9\x88\x30\x78\x0e\xd0\x02\x06\x6f\xa7\x03\xb4\x5c\x20\xfe\xd4\xd3\xc4\x1f\x3e\xc7\x47\x64\x54\xdc\x2b\x98\xfb\xca\x06\x54\xb5\xee\x3a\x88\x90\xe1\x24\x6f\xf8\x9b\xd2\xe6\x58\xe2\x98\x49\xfc\xcd\xc8\x73\x2c\x5a\x31\x7f\x63\x1e\x6e\x80\x24\x91\xf0\xb9\x4e\xdb\xac\x9d\xeb\xac\x65\xa3\x5e\xb3\x33\xb9\x48\x2e\xb2\x12\xfc\x87\x58\x9a\x37\xb4\xd4\xe1\xaa\x5e\x75\xf2\x59\x23\x14\x91\x95\x54\x1a\x85\x15\x29\x3c\x86\xa0\x05\x75\x6e\x8f\x1e\xc7\xf9\x74\xdd\x94\xa0\xd0\xd3\x02\x2f\x03\x2f\xb5\x6c\x8e\x8b\xac\xc9\x92\x1c\xbe\xc6\x65\x57\xab\xad\x94\x88\x2f\xc1\xda\x95\x11\x65\x8c\x61\x27\xab\xb5\x48\x18\x79\xb8\xb7\x47\x77\x78\x77\x56\x49\x8b\x80\xd9\x9a\xef\xdd\xe3\xbd\x77\xb1\x3b\xb7\xe7\xaf\x3c\x7b\xab\xbe\xd7\x75\x17\x7a\x62\x48\x67\x77\x4c\x63\xef\x9c\x39\x64\xba\xba\xa1\xbe\x60\xfe\xdd\xf2\x77\xe5\x7d\xe0\x13\x10\x40\xee\x45\x52\x81\x27\x2b\xd2\xc4\x15\x18\x3c\xa4\xa8\xfa\xd5\x44\xc9\x6a\xbd\xb2\x30\x0b\x61\xfd\x35\x4c\x6b\x79\xad\xb1\xec\x04\x3d\x32\x94\xd6\xd9\x32\xcb\x93\x0a\xd2\xfd\x46\xe1\x58\xab\x96\x7f\xd2\x43\x22\x34\x47\x70\x4b\x59\xe8\x9a\xfa\xf7\x9d\xed\x64\xe3\x4a\xef\xaf\xdd\x2b\x4a\xd8\xbf\x76\xaf\x56\x8b\x6f\x11\xae\xfe\x80\xef\xcf\xb3\x3c\x9b\x7d\xd2\x9f\x90\x8e\xb1\x2d\x51\xee\x4f\xdb\xfa\x7d\x83\x58\x08\xdd\xfb\xbf\x0e\xca\xb8\xb5\xb0\xeb\xff\x84\x92\x38\xab\xa1\xc3\xe7\xe5\x65\x71\x52\xa0\xd9\x86\x27\x6e\x0a\xf4\xc0\x51\xac\xf6\x8e\xfb\x18\xaa\xfe\x0c\x48\x63\x55\x30\x01\xec\xeb\x57\xd3\xa3\x3a\xc2\x49\x50\xca\xa5\x5a\x9b\x38\xbc\x46\xf5\x72\x9b\xe6\x30\x7d\xd6\xfe\xbd\xb5\x97\xe0\x13\xb7\x27\x7c\x84\x09\x24\x7d\x9c\xbc\x15\x2b\x9b\x98\x9e\xec\x62\x89\xa9\xe8\xcb\x8b\x89\xc0\xc0\xd2\x7c\xde\x84\x90\x35\x83\x2a\x6e\x23\x7e\x43\x19\x59\x6b\x07\x01\x90\x3f\xa9\xb0\x4a\x5f\x5e\x84\xe2\x72\x8b\x7e\xbd\xe9\xe1\x0d\xdd\x32\xbd\x60\x2e\xba\x95\x9a\x66\x3f\x7a\x83\x80\x01\x8a\x7d\x50\x93\x1b\xb0\x45\x58\x94\x76\x38\xba\xd5\xcc\x2d\x16\xb8\xed\xe4\x6d\xc3\xaf\xbd\x97\xac\x65\xc7\xac\x4c\xf4\x70\x59\x34\x2f\x93\x66\x51\x4f\xc4\xd3\xaa\x4a\x36\x4f\xa0\xaa\x16\xd6\x8a\x29\x04\xfe\x2e\x97\xab\xb2\x96\xa9\xaa\x26\x0e\xfd\x92\xfe\x40\x4c\xc4\xdb\xf7\x5e\x30\x66\x97\x76\xc5\x0e\x60\x7c\x9b\x30\xe4\x64\xdf\x7d\x78\xfb\xe0\xbd\x27\xac\x53\x5d\xf6\xe5\xc5\xc8\x79\x4a\xd0\x8f\xde\x50\x59\x4d\xa6\x7c\xb2\x6e\xea\x2c\x35\x32\x07\x31\x8d\x49\x49\x00\x62\x3c\xeb\xed\x98\x68\xd6\x08\x9e\x29\xd5\x80\x12\x2f\xc0\x2b\x90\x62\xb9\x92\x10\xbc\x22\x2d\x2f\x0b\x6a\xa9\x76\x06\x8c\xf1\x85\x4c\x45\x89\x13\x42\x36\xb8\x92\x8a\x5f\x03\xe9\x74\x59\xf4\x1a\xf6\xa0\x13\x8b\x20\x0b\x35\x5d\x4b\xbb\x77\xaf\x03\xd9\x30\xa0\xda\x19\x27\x39\xb2\x88\x42\x1b\x9d\x90\xab\xd7\xdf\x0b\xa4\xc8\x38\xa5\xd6\x19\x73\x49\x07\x39\xde\xbd\x29\x77\xc4\x13\xf7\xee\x31\x71\x4a\xe7\x26\xd0\x9a\xb1\x39\xf9\xd2\x95\x9e\xe7\x43\xdb\x83\xac\x32\x5b\x9b\xc5\x5e\xf7\x50\x72\x13\x2c\xc8\xdb\x9d\x00\xea\xc2\x5a\x1c\xd6\x2d\x08\x0e\x06\x56\x5a\x33\xf0\xb5\x0a\x77\xc0\x7d\x5c\x2c\xe1\x9d\x39\xe3\xf5\xef\x8a\x18\xa9\x89\xc3\xf7\xf9\xba\x32\x98\x08\x70\x5e\x04\x1d\x8d\xc7\xe2\x39\x88\xf6\x16\x44\x20\x04\x98\xb3\x9d\x7a\x62\xcb\xd8\x19\x70\xdb\xf7\x2b\x40\xd2\x64\xc3\xf8\x59\x87\xf8\xbc\xbd\x13\x87\xe9\x07\x0c\x5e\xf7\x28\xcc\x1f\x8e\xd2\x72\xb6\x46\xc7\x9f\xa4\x46\x66\x92\x57\x97\x17\x23\x88\xcc\x23\x53\xa3\x5f\xd3\xce\x72\x51\xb8\xd8\xf9\xd8\x8c\xb1\x6e\x56\x6b\x63\xea\x3a\x92\xd4\xc9\xe0\xa9\xcb\x30\x6e\x05\xf2\x17\x32\xb5\xbd\x29\xd4\x57\x94\x9a\x9d\xae\xcb\xa5\x84\x13\x15\x59\x61\xd0\x20\x95\xac\x98\xd6\x28\x8a\x4d\x65\x9e\x6c\x44\x2d\xe5\xb2\xb6\xdd\xa1\x4d\xb5\xe2\x01\xb3\x0a\x0d\x87\x93\x8b\x32\x4b\x8d\xe7\x4f\x06\x2e\x00\x49\xa1\x29\x41\xe4\x80\x50\x22\x98\x15\xe2\xf8\x08\x1c\x13\x5c\x67\xce\x20\x13\x44\xbc\xaa\x2d\x36\xf9\xc7\x3a\x9b\x7d\xca\x15\x8f\xaf\xa5\x05\x28\xad\x31\x41\xc9\x39\x72\xb6\xa0\xbe\x2a\x81\x85\xa8\x5f\x56\xe5\x32\xab\x4d\xbc\x7a\xfd\xeb\x09\x12\x64\x6a\xb6\x07\xfd\x4a\xd6\x65\x7e\x21\x19\xc8\x23\xd3\x59\xcb\xe6\x75\xb6\x94\xe5\xba\x89\xeb\x0c\x09\x6f\xdd\x6a\x96\x17\x99\x92\x98\x1a\xb1\x90\x03\x89\x3e\xb7\x91\xea\xe1\xee\xf7\x86\x3e\x9d\xa8\xc3\x68\x0d\xb7\xb5\x37\xf6\x4f\x3e\x21\xb7\x53\x7b\x07\xf0\xe6\x0f\x8b\xf3\x7a\x70\x26\xb4\x5f\xc7\x6c\x7d\x69\xd7\x33\x85\xb9\xef\xde\xf5\x50\xf4\xce\xf2\x75\x45\x3b\xf0\x31\x5d\xac\x9f\xf7\x9e\xd6\x43\x83\x43\x78\xe2\x02\xdf\x1a\x73\x8a\xa3\x79\x59\x1d\x25\xb3\x45\x1f\xcb\x00\x7e\xf4\x9f\xfd\x81\x27\x9f\x1d\xc4\x10\xf8\x8d\xcd\x95\xa0\x6b\xe0\x9f\x71\x89\x6b\x08\xd1\x23\x45\xb6\x74\x0e\x7e\x63\x6d\xf5\x22\x82\x02\x2a\x6e\xdc\x2e\x42\x8c\x98\xd8\xf9\x92\x86\xad\x9c\x74\x07\x17\xbe\x8d\x81\xef\x14\x1b\x74\x4a\x2a\x3c\xc6\x69\x2b\x53\x1f\x58\xd1\xf8\x6c\xaa\xe7\xcb\xa9\x7d\xa7\x02\x4f\x29\xc3\x9b\x1b\x33\xfa\x67\xc6\xc9\xe1\x09\x93\x19\x1c\x58\x36\x7a\x29\x97\x65\xdf\xf1\x8e\xf3\xb2\xba\x4c\xaa\xf4\x95\x9c\x7b\x32\x80\x21\x17\x3a\x1c\xf4\x31\x06\xd4\x6f\x59\xb3\x28\xd7\x8d\xf5\x4b\x14\xba\x03\xf0\xb3\x0b\xb9\xcf\x95\x36\x4e\x88\xf9\x34\xf6\x99\xfd\xba\x0e\x90\xe8\xf5\x3f\xf0\x68\x0b\x67\x1b\x05\x36\xfc\x43\xf6\xd3\xfe\x4a\xaa\x2c\xf9\x39\x39\x93\x39\x2b\x79\x0e\x0e\x1b\x67\x32\xfd\x7e\x13\xd6\xcc\x59\xb1\x75\x4f\x18\x3a\xa6\x9e\xf8\x55\xb8\x7a\x8b\x2c\x4f\x2b\xe9\xd2\x1e\xbb\xb8\x97\xb6\x0a\x6e\x62\xb4\xf0\x45\x72\x15\x2f\xcf\x0a\x5e\x0e\x81\x22\x7f\x4e\x36\x3a\xf1\x87\x88\x0a\xdb\x31\xe1\xe6\x89\x56\x7e\x81\xbc\x20\x56\xe9\x2c\x99\x7d\x3a\xaf\xca\x75\x91\x3e\x2b\xf3\xb2\x8a\xcc\xc9\x6b\x50\x72\x48\xff\xa2\x5c\x40\x78\x79\x5f\xc9\xba\x29\x2b\x69\x98\x66\xeb\xa4\x22\xc2\xc4\xd1\x0c\x97\xa8\xb9\xc0\x2e\xbc\x28\xd7\x45\x63\x55\x08\xbe\x59\x8f\x15\x69\x3b\x74\xe3\x5b\x22\x79\xf2\xae\x3e\x44\x1c\x78\x4c\x1b\xbf\x8d\xc8\x6f\xb9\x1a\x3b\x62\x4f\x15\x15\xc3\xc7\x7a\xd7\x9d\x1b\x67\x83\xa8\x03\x82\x9d\x00\x43\xd0\xc1\x34\x5c\x3d\x8b\x8f\x87\xe2\xed\x7b\x3e\x5e\x55\x96\x0a\xcb\xa2\xec\xcb\xf9\xc5\xf6\x59\x40\x37\x76\x95\xbd\xbd\x7c\xdb\x62\x66\xfd\x1e\xbb\x44\x54\xdb\xa7\xa9\x0e\x86\x44\xce\x80\x8c\xcd\x24\xae\x6f\xba\xe1\x53\xa5\x5e\x19\xce\x15\x46\x07\xa0\x6b\x99\x05\xef\x61\x45\xf4\x18\xcc\x18\xb0\x23\x92\x68\x10\x77\x7f\x4e\x4c\x21\x79\xf7\xd4\x40\x88\x99\x3a\xeb\xee\x89\x05\x65\xa0\x47\x35\xd6\xc4\x1e\x33\xae\x83\x2c\xbd\x59\xe9\xdf\x7a\x57\x63\xc2\x78\xe1\xe9\xc8\x42\x0d\x5a\xec\x9d\x0d\x5f\xda\xe8\x5b\x3b\xa0\x3c\x81\x36\xb3\xa8\x21\xfe\x44\xb3\x00\x0b\xdf\xa4\x48\x8d\x05\xee\xac\xae\x35\x7a\x07\xc7\x5f\xcf\xda\x62\x3c\x36\xf9\x92\xc0\xb9\xda\x6d\x1a\xdd\x87\xac\xfe\x81\x05\xb3\xef\xb4\x85\x06\x9f\x0f\x62\xce\x10\xa9\x81\x33\xe3\x17\xad\x66\x6a\x2d\x0b\x92\x24\xe9\x42\xd8\x91\xdd\xa2\xa5\x87\x0c\x8d\xd2\x18\x05\x33\x7c\xf2\x54\x89\x45\x06\x1d\xd9\x50\x62\xbe\x0e\xda\xb2\xa7\x4c\x7d\xa8\x81\x88\x18\x74\xb4\xe9\xaf\x3a\x85\xbf\x6d\xf6\x8b\x3e\x0a\x3d\x1c\xf5\x03\xce\xb0\x1b\xc3\x13\xb7\xee\xb1\xbc\x5a\x24\xeb\xba\xc9\x2e\xe4\x7e\x2a\x57\xb5\xd8\xdf\x37\x06\x1b\x60\xbb\x53\xad\x0b\x35\x0d\xcd\xbd\xa0\x45\x4d\xed\x70\x14\x96\xbf\x67\x40\x47\x6d\xc9\x8a\xd2\x70\x6a\x9a\xd7\xb4\x86\x64\x95\x34\xf6\x23\x59\x21\x6a\x59\x5d\xc8\x4a\x00\x6f\xe9\x58\x36\x6e\x3f\x82\xc6\x2b\xe0\xb2\x90\x14\x1b\x60\x47\x47\xee\x28\xf7\x5a\xb8\x2a\x93\xc3\x72\x9d\xe7\xfe\x99\xe9\xa4\x6d\xfa\xb1\xfd\xdb\x4f\xb8\xc4\x29\x7b\x82\x3d\x14\x7a\x46\xe2\xb0\x4f\x39\x41\x81\x61\x83\xac\x51\x04\x01\x5f\xea\x34\xc9\x9c\x28\xfb\x48\x01\xed\x11\x34\xdb\x2c\xe4\x52\x4e\x4c\xbe\x19\xf5\x63\xaf\x83\xa2\xf1\xe6\x3e\xf1\x0b\xba\x29\x98\x10\xe9\x84\xa4\xcf\x76\x4a\xe3\x8e\xd4\xcf\x8d\xff\x3a\x99\xa9\x83\x67\x68\xa7\x4b\x35\xbb\xd5\x93\x98\x81\x67\x50\x34\x11\xbd\x87\x0f\x1e\xfc\xef\xde\x90\xe0\x0e\x4e\x6f\x8e\x46\xa3\xbe\x0f\x0a\xf7\xee\x89\x6b\xb7\xa5\x13\x6b\xea\x29\x6e\x06\x43\x5f\x00\x83\x8b\x70\x96\xa1\x1d\xcb\xe0\xb1\xac\xf0\xa8\xf5\xfd\x3a\x14\xd7\xa4\x0f\x3a\xa2\x67\xbe\xa9\xaf\x5a\xac\x7b\x9b\x76\x5c\xd5\xaf\xea\x46\xdd\xa2\xe3\x57\x09\x6e\xec\xd0\x08\x86\x74\x40\x00\xeb\xfa\x5f\x07\x79\xbf\x21\xc6\x21\xa6\x03\x04\xdb\xde\xc2\x5a\x63\x19\xb6\xd3\xec\xdd\x93\x34\xbb\x10\x95\x9c\x4f\xaf\x35\x8d\x72\xe3\x60\x75\x7a\xed\xe0\x7f\x34\x43\x81\xa9\xac\x6e\x90\xda\x9f\x5e\x7b\x1b\x76\x73\xe0\x90\x9c\xea\x95\x72\xc6\xd7\xa3\xd1\x88\xfb\xad\x1b\x44\xcb\x83\xba\x44\xfd\xbf\x07\x37\x4c\xcc\x42\x66\x57\xd7\x7d\x32\x43\xb5\x00\x82\xb9\xd9\x63\x45\x53\xa4\xdd\xbb\x47\x82\x5a\xbc\x8d\x55\xd9\x7b\xcf\xc7\xd4\x0b\x76\x5d\x1f\x62\xde\x20\xf6\xba\xa9\x63\xf6\xc3\x0b\xb0\x5e\xc6\x63\x71\x9a\xcc\x93\x2a\x03\xe4\xf8\x43\x56\xc9\x79\x79\x25\xca\x42\xbc\x48\x66\xe2\xe4\xd4\x48\xd8\x6a\xd1\x2c\x32\x8c\xae\x90\xcc\x3e\xed\x83\xe9\x1d\x88\x4c\x50\xa8\x06\xb6\xb6\x28\x31\xab\xe4\x32\xc9\x8a\xda\x24\x65\x7f\xe6\xa9\x2f\xcc\x98\x52\x8a\x45\xd3\xac\xea\xc9\x78\x9c\xca\x0b\x99\xab\xdd\x1e\x2d\xcb\xdf\xb3\x3c\x4f\x46\x65\x75\x3e\x96\xc5\xfe\x9b\xd3\x71\x5a\xce\xea\xf1\x6f\xf2\x6c\xac\xa8\xe8\xb1\x7e\xee\xc6\x67\xeb\xa6\x29\x8b\xff\x05\x5c\x7c\x56\x9c\x7f\x48\x8a\xf4\x03\x8c\x4e\x47\x69\x92\xb3\xe3\x22\x95\x57\xd3\xeb\xfd\x87\x37\x5c\xc8\x32\x9f\x5e\x7b\xc4\x36\xa9\x70\xc0\x60\xe4\x8c\x23\x64\x80\xcc\x38\x2c\xaa\x9a\x16\x0c\x15\xbd\x47\x33\x11\x38\xa2\xef\x46\x8c\x0f\x6e\xbe\x60\x88\x67\x6b\x88\xa8\x11\x74\xf3\x04\x88\x44\x2e\x31\x02\x82\xad\xe8\x35\x40\x6d\x59\x50\x37\xf9\x23\x6c\xa4\x06\x16\x0b\x82\x86\x82\x30\xce\xf1\x26\xf0\x71\x92\xd7\x65\x30\xc2\x2a\x01\x4d\x55\x05\x39\xf6\xd3\xa4\x49\xf6\xef\x6b\x1a\xb0\x5f\xc9\x7a\x9d\x37\x28\xe6\xc5\xb0\x0c\x98\x20\x17\x8c\xdf\x54\xd1\x65\xa9\x0d\x65\x3d\x1b\x67\x35\x91\xe9\x35\x62\x32\xf5\xf7\x0d\xff\x1c\x8b\xb7\xa0\xab\xbf\x6d\x09\xc6\x10\xe9\x81\xf0\xfe\xd3\x6b\xaf\x20\x52\x1d\x44\x02\x58\x11\xfe\x6c\xab\x92\xbb\x0e\xdd\x6f\xaf\x72\x0b\x36\x73\x31\x2a\xbc\xfa\x56\xde\x65\x36\xc5\x16\x04\x15\xad\x4e\x6f\x7a\xed\x73\x14\xf1\xba\x6f\x56\xba\xa6\xe5\x34\x82\x7a\x94\x37\x77\x33\xa0\xa5\x41\x13\x14\x0f\x4c\xaf\xcd\x5f\x5e\x85\x90\xe7\x9f\x5e\x87\x65\x7e\x23\xbc\x5b\xec\x61\x67\x55\x0e\x78\xfd\x6b\x23\x8a\xe1\x17\x05\xa3\x50\xd1\x87\x61\x9c\x66\x17\xf6\x37\xfd\xa5\x03\x7d\xe2\xeb\xdc\xb7\x06\xf3\x31\xdf\x31\x30\xe6\x8c\x7d\x09\x8c\xe2\x6c\xc5\x11\xae\xf8\xcd\x2a\x4d\x1a\xf9\xdb\x42\x16\x8e\x4c\x60\x43\x8d\x9c\xa8\xdf\xb5\x0d\xa8\x78\xab\x29\x13\x6b\xe8\x10\x35\x2d\x58\x6d\xe4\x51\xaf\xd4\x60\x85\x3d\xc1\x3c\xf4\x18\x5f\x31\x59\xa2\xde\x97\xe1\xbb\xc2\x8b\x89\x81\x01\xa7\x36\xce\xc3\x0f\xd0\x8a\x73\x27\x36\xea\xcc\x8f\x7a\x87\x3e\x0a\x85\x26\xed\x93\x08\xd6\x67\xd0\xd3\x5f\x57\x49\x95\x70\x0e\x92\x99\xa5\xb5\x22\xd8\x56\xf7\xdd\x41\x9c\x78\xf2\x12\x26\x99\x36\xbb\x50\x8d\x9c\x5f\xa4\xad\xdb\xb8\xc7\x34\xab\x57\x79\xb2\x99\x88\xd6\x76\x8a\x57\x80\x2d\x39\xd4\x21\x7b\x28\x9d\x86\xa6\x5f\x24\x59\xea\x5e\x30\x65\xc3\x11\x47\xbe\x68\xa6\x33\xfe\x11\xe2\x20\xc4\x3f\x55\xcc\x6f\xb5\xa5\xe9\x34\x1a\x5f\x6a\x44\xf2\x71\xc7\xa7\xda\xd2\xce\x64\xe5\xf6\x22\x1a\xfa\x5d\x04\xe6\x92\x16\xfe\x4c\x38\xa1\x19\x42\x32\x3c\x35\xd6\xc3\xc3\x4f\x84\x87\x56\x94\x3a\xce\x2c\x5c\x1c\x9d\x1e\x44\x6e\x80\xaf\x94\xff\x58\x27\x79\x08\x9b\x95\xbc\xf0\x72\x31\xd5\xf4\x7b\x21\x2f\xbd\xcf\x3e\x10\x87\x3e\x1b\xef\x74\x40\x1f\xbf\xdf\xce\x8c\x61\xe1\x40\xdd\x99\x1e\x74\xd0\x71\x16\x76\xb1\x6f\xb8\x0e\xd8\x2e\x2a\x1e\x0b\x27\x13\x00\x77\x64\x06\x7e\x1d\xa7\xb4\xde\x6d\x08\x7a\xd4\x3b\x8d\xd7\xd5\x00\xa8\x8b\xd0\xb6\x96\x03\x4b\x56\x88\xfb\xf7\x83\x13\xb9\x7f\x7f\x77\x28\xfa\x0a\x10\x12\xe0\xb9\x9d\x76\x8b\x78\x7e\xc6\xf6\x86\x7e\xf7\x8f\x9f\xc4\x66\xfd\x24\x41\x74\x12\x69\xcf\x42\xb4\x46\xbe\x8f\x16\x49\x7d\x72\x59\x68\x1c\xb9\xe9\x7f\x92\x9b\x48\x32\xfb\x3c\x35\x0d\x80\xe3\x99\x46\xb7\xe7\xed\x27\xb9\xf1\x8d\xc6\x88\xbb\x8d\x6e\x19\x99\x03\x6f\xa8\x26\xea\x0f\x18\x84\xa2\xf7\xfb\x8d\x87\xa5\x6f\xe9\x6e\xd4\x94\xe0\x1d\xdf\x7f\x34\xc0\xf8\xc4\xbc\x33\xf2\x39\x6a\x55\x13\x18\x58\x39\xd5\xac\xe7\x7c\xd2\xd2\x82\x65\xcb\x27\x17\x59\x3f\xed\x00\xe9\xa1\x6a\x70\xa4\x5f\x20\x45\x70\x8a\xa9\x17\x77\xf1\x31\x8d\xa3\x7a\x2d\x7e\xca\xce\x17\xaa\x69\x95\xd4\xcd\xa9\xcc\xe5\xac\x29\xab\x21\x72\x79\xcf\x72\x99\x54\x20\xd5\xfe\x31\x2f\xcf\x92\xdc\x89\xa0\x86\xe2\x3f\x81\xeb\xda\x21\x1e\xa7\x09\x44\x69\x44\x09\x3b\x37\xf8\x8a\xe1\x34\x43\x8a\x02\xda\xb8\x5c\x75\x87\x26\xb0\x24\x44\x7e\x32\x33\xa5\x98\xd3\x58\xc2\x6b\xe9\x91\x2f\xf2\xd2\xa1\x7c\x78\xb1\xcd\xce\x86\x00\xee\x6f\xa2\x21\x31\xac\x78\x63\x22\x7a\xcb\x7a\x5f\xcf\x7e\xdf\x16\xa3\xf8\xa9\x2a\xcb\x86\x55\xe8\xd9\xe8\x6e\xbc\x9d\x2a\x71\xdf\x34\x23\x19\x56\xd1\x1f\x7a\xd4\xa9\xe4\x45\x50\x73\xa9\xab\x20\x39\xc2\x34\xd2\xe7\xd2\xec\xfc\x54\xa7\x7d\x9c\xb4\x1f\xda\x20\xfe\xad\xb6\x54\x33\x53\xf2\x82\x04\xd3\xf8\x24\x79\xe2\xcb\xb8\xac\x32\x22\xa9\xf4\x8f\x28\x2e\x93\x8c\x4b\x24\xe3\xf2\x48\x4f\x1a\xe9\x2b\x1f\xe3\x72\x5b\xff\xd4\xfb\xe1\x5d\x82\xe5\x72\x13\xf0\x6b\x51\xcb\x65\x52\x34\xd9\x0c\x26\x5b\x0f\x85\x04\x51\x3f\x46\x70\x81\x06\xd1\x8c\x85\x04\x96\xde\x06\x02\x60\x22\x49\x73\x41\x85\x1c\x02\x5a\x59\xb2\xa2\x67\xb2\xc0\x39\xc9\xa7\xb1\x78\x7f\xaf\xff\x8b\xe0\x18\x1b\x03\x64\x61\x4c\x30\x3d\x9a\x97\x45\x53\x8f\x96\x32\xcd\xd6\xcb\x2d\x23\x27\x67\x75\x99\xaf\x1b\x32\x32\xa1\xa7\x7b\xf3\x5c\x5e\xd1\x2f\xbf\x03\x16\x9a\x90\x93\x11\x87\x16\x35\x8d\xb0\xc0\xa7\xac\xf1\xdf\x59\x79\x75\x0a\xee\xa7\x13\xd1\x3b\x83\x74\x4e\xfb\x67\x25\xeb\x1b\x4b\x5f\x25\x69\xb6\xae\x27\x66\xfb\x47\x00\x40\x32\x7d\x56\x56\x85\xac\x1e\x79\x1d\x2e\x12\x70\x76\x30\x75\x65\x2e\x2f\x40\x4a\xaa\xe3\x2e\xe2\xbf\x5a\x23\xd9\x7a\xc2\x5f\x8c\xb7\x31\x4c\xfc\x7e\xe2\xdb\x07\xe1\xb4\x4c\x40\xc7\x20\x74\x83\xfa\xa8\xb9\x9a\x5e\x5d\xe6\x59\xda\x8b\x56\x01\xa8\x9a\x88\x1e\x2a\x3e\x5e\xcb\xab\x86\xd7\xbb\x21\xbf\x6e\x02\x20\x10\xe4\x7d\x20\xc1\x21\x42\x4d\xc3\xde\x1e\xbd\x98\x28\x19\x37\x51\xcf\xe8\x87\x9b\xb0\x85\xb9\x91\xd8\x68\xa9\x7f\x4d\xfc\x0b\x1b\x6d\xaa\xaf\xad\x6e\xaa\x7f\x4d\xfc\x5b\x1d\xc0\x34\xe2\xd2\x18\x4c\x9f\x99\x04\x8c\xb7\x03\x5c\x0f\xe5\x4c\xbc\x4b\x3d\x5a\xca\x62\xfd\xbd\xad\x13\x07\xa6\x5e\x56\x2c\x64\x95\x35\x21\x68\xb6\x7d\xdb\x06\xd8\x4d\x95\x14\xf5\xbc\xac\x96\xea\xa2\x97\x10\x62\xf1\xcf\x7f\x49\xe5\xf9\x20\xbc\xed\xa2\xe5\xbd\x1c\xb4\x69\x7a\x60\xcb\x3b\x36\xa0\x4d\x31\x14\x3b\x0a\xfb\x74\xb5\x9d\x88\xae\x70\x87\x83\xf1\x92\xa8\x08\x97\x4a\x81\x6e\xa4\xc9\xa9\xe0\xca\xfc\x6c\x2b\x5f\x74\xc4\xb7\x40\x2f\xfe\xf6\xb0\xf7\x3a\x8a\xe8\x5d\x85\xd8\xf6\xdc\x79\xd6\xe6\xf5\xfd\x0f\xa7\x64\x8a\x7c\xfd\x9b\xda\xf6\x75\x53\xd2\x6f\x9d\xaf\x8b\x25\xa0\x3c\x7d\xdb\x1d\xb7\x29\xa0\x12\x3c\xb0\x8c\x28\xe7\x22\x7d\xfc\x21\xa0\x0d\x34\xe1\xe3\x5b\xa6\x32\x00\x91\x68\xba\x53\xc8\xfc\x90\x19\x08\x09\x63\xfd\x71\x74\xa6\xe3\xad\xdb\xc6\x8e\xa4\x6b\x6d\x83\xba\xe7\x2d\xc1\xf0\xbb\x69\xf1\x0e\xbb\xc6\x5b\xd8\x34\xe2\x9e\xf4\xc3\xf5\x0e\xdd\x32\x86\xe4\xe9\xc7\xb3\xab\x67\xe5\x4a\x3d\x8d\xbc\x19\x50\xb8\x83\xdb\x9e\x0a\xef\xa3\x75\xcb\x58\x1b\x24\x49\xf8\x41\x42\xd9\x57\xdf\xd1\x5b\x9b\x87\xee\x6e\x0f\xaa\x36\xb2\x7f\x2d\x72\x35\x6f\xcd\x92\x11\xd2\x58\x8c\x46\xa3\x4a\xd6\x8d\xb8\xd9\x66\x22\x6a\x62\x82\x4c\xc5\x13\x6f\x2f\xaf\x75\x1f\x37\xa4\xe3\xe9\xb5\xfb\xfb\x06\xd5\x7b\xb4\xfb\x1b\x31\x3e\xd0\x6c\xb3\x26\x89\x19\x51\x68\xc6\x9a\x88\x27\x58\xa4\x86\x70\x2b\xb8\x39\xb8\xd6\x35\x6e\x9e\xe0\x81\x1c\x30\xe1\xb7\xd9\x74\xce\x58\x1b\x30\xea\xdd\x16\x74\x40\x65\x14\x80\xc1\x99\xcc\x59\xad\xe3\x59\x90\x8f\x41\x15\xf9\x49\x4a\x9e\x5a\x3b\xeb\x30\xb6\x36\x14\x3f\x97\x6a\xa1\xe9\x2b\xb0\x82\x81\x92\x73\xd9\x1c\xb7\xe6\x27\xe1\xa6\x61\x19\x7a\xae\x67\xbf\x4b\x0b\x41\xc6\x94\x2c\x2b\x56\x08\x13\x24\x2f\x4a\x56\x03\x09\x0b\x7e\x1d\xba\xe0\xf8\xe8\x21\xd2\xa9\x8d\xbc\x6a\x9e\x56\x32\xf1\x9a\x5c\x26\x55\x61\xff\x70\xad\xdf\xd4\xc9\xb9\xb4\xe5\x2f\xd6\x98\x2a\xf1\xe8\x6a\x96\xaf\xeb\xec\x42\xee\x94\x0d\xc5\x5c\xa5\x97\x55\x39\x03\x5f\x3d\xc0\x0b\xa7\xd2\xcf\x06\xd3\x2e\x85\x80\x53\x61\xc2\x07\x57\xe2\x0b\x3f\xfc\x13\x34\x7d\x40\x65\x73\x22\x27\x15\x7a\x52\xdf\x22\x87\x87\x22\xcf\x7f\xc8\x64\x9e\x0e\xc9\xdf\x66\x3a\xb6\x80\x4d\x92\x97\x52\xf4\x61\xbf\x50\x04\xb2\x7b\xa8\xf6\x9d\x86\x33\xe1\xb6\xc7\xf7\xef\x8b\xbf\x42\x82\x82\x22\xc9\x69\x06\x43\x28\x9b\x27\x33\xc9\x9a\x26\x8d\x96\xb9\xa8\x76\xaf\x9d\x1e\x29\xdf\x18\x16\x50\xa6\xe2\x22\xc9\xd7\x10\x7a\x67\xad\x66\xdd\x18\x0f\x22\xd5\xb9\x60\x65\xbf\xaa\x8a\xb1\x3c\x21\x26\x19\xd6\xfd\xfb\xe2\xb8\xc6\x50\xba\x97\x34\x4c\x51\x55\xe6\x10\x73\x07\x78\x1c\xd3\x73\x86\x6e\x59\x32\x75\xb9\x6d\x5d\x3f\x80\x76\xee\x8b\xe7\x9b\x22\x59\x66\x33\x21\xab\xaa\xac\xc4\x52\xd6\x0a\x82\x35\x36\xc2\x20\x22\x1f\xcb\xe2\x47\xd9\x1c\xa9\xef\x2f\xf0\xf3\xc7\x91\x6e\xfc\xa6\x96\xe2\x63\xb3\xc8\xea\xd1\x07\x49\xbf\x8b\xa6\x84\xc4\x6a\x6a\x76\x98\x2f\xd4\xaa\xd7\xd8\x38\xba\x1f\x98\x2c\xed\x80\xec\xc0\xff\x77\xfa\x1f\x23\x17\x10\x8f\xcf\xfd\x37\xab\x0d\xc9\x6a\x31\x57\xe7\x01\x7b\xf0\x51\x01\xc9\xb4\xb7\x4a\xea\xfa\xb2\xac\xd2\xde\x47\x50\xf5\x7d\x9c\x25\xc5\x2b\x79\x21\x93\xfc\xa5\xfe\x30\x55\xdb\xf8\x71\x08\x5f\x21\x40\x85\x2e\x87\x14\x19\x30\x80\x3b\x4b\xb4\x0e\xa8\xa0\x3d\x06\xf1\x14\x76\x93\xb1\xd7\xac\x38\x37\x1d\xb3\xed\xbe\xb9\x3d\x50\x15\xc9\xaa\x5e\x94\x8d\x85\x2b\x3d\x9b\xe3\xb9\xa8\x21\x84\xf4\x42\x02\x5a\xd2\x4b\xce\x6a\xe7\x1a\x76\x26\x9b\x4b\x48\x45\x02\x79\x1d\xf7\x61\x69\xcb\x75\xde\x64\x60\x0c\x39\xc4\xb8\x73\x3d\x62\xfc\x54\xc9\x5a\x36\xba\x7f\x64\xf2\xb3\xb2\x18\xcf\xd6\x55\x5d\x56\x22\x99\xeb\x7c\x17\x26\xbc\x98\xc9\x91\x5f\xd3\x0d\xb0\xcd\x0e\x27\xe2\xad\x0d\x27\x0c\x11\x5d\x04\xfb\xf9\x9e\x8b\x16\x8d\x3f\xc5\xe9\xeb\xa7\xaf\x8f\x3e\xfc\xfa\xf4\xe7\x37\x90\x5e\x47\x5d\xee\xb6\xd4\x3b\x76\x8b\x28\x06\x78\x75\xf4\xeb\xd1\xd3\x9f\x3f\x1c\x3f\x3b\xf9\xc5\x56\x7c\x25\xd3\xa3\x8d\x74\x5d\xfd\x74\xfc\xfc\x88\xd7\xf8\x29\x4b\x25\x27\x44\x14\xe2\x10\x76\x04\x45\x95\x01\x58\x5e\x35\xb2\x48\x6b\xa3\x6e\x75\x04\x49\x17\x52\x4b\x1a\x39\x8c\x1c\x28\xa8\xee\x33\xb5\x85\x18\x05\xd0\xd5\xd0\x69\x37\xd6\x67\x79\x36\x83\x28\x4d\xd9\x4c\xa4\xe8\x54\x62\x14\xf7\x7c\x3c\xa7\xea\x05\x97\xb6\x84\xa7\xcf\x10\xaa\xb1\xac\x2a\x40\x28\x59\x0a\xf2\x9c\xd7\xd9\x52\x4e\xc4\x23\x1b\x9b\xfb\x02\xbf\xc8\x93\xe2\xe7\x32\x49\x49\xe3\x1b\x82\x6b\x7e\x30\x16\xff\xc7\xcf\x15\xfa\x82\xa4\x33\xe0\x44\xae\xd3\x82\x67\x85\x36\xea\x13\x4f\x67\xea\xb1\x82\x5f\xb2\xd2\x08\xef\x22\x4b\x0c\x7a\xc8\xd2\x8f\x06\x2b\xad\xaa\xec\x42\x61\xcd\x0f\x73\xdd\xf9\x71\x6a\xee\xfb\x63\xf6\x9d\x58\xc9\xb4\x55\xc9\xd5\xeb\xd5\xf6\x71\x55\xc9\x79\x76\xd5\xf6\xb5\x5e\xcf\x3b\xbe\xa6\x48\x7e\xe8\xed\x93\x13\xd1\xbf\x68\x43\xcd\xd6\x67\xd2\x9f\x5a\xdd\xb8\xdd\x37\xb2\x7a\xbf\x4e\x23\x6d\x2d\xd9\x85\xfc\x49\xa3\x45\x52\xff\x96\x28\xe4\xfc\xcb\x3a\xcf\x75\x1b\xa3\x38\x6b\x6d\xa4\xf0\x85\xef\x5c\x32\x83\x04\xee\x86\x76\x7e\xad\x09\x1d\xe7\x0d\xa2\x4a\x8f\x15\xb9\x64\xfd\x4e\x06\xbc\x53\xf7\xd6\x4e\x22\xe4\x8a\xff\xee\xd6\x07\xbc\x35\x0d\x67\xff\xd8\x00\xdc\x8b\x12\x53\x9f\xab\x19\x20\x10\x01\x0d\x90\x18\x0c\x54\x56\x48\xc1\xa1\x71\xdf\x50\xa1\x30\xc8\xd3\x84\x2e\xb6\x2b\x9c\x83\xda\x3e\x6d\xfc\xd7\x5c\x66\x33\xe9\x03\x9e\x3a\x9a\x67\xd0\xdf\xb6\xf7\x56\xdf\x48\x40\x22\xd5\x7a\xd6\x94\x95\xd5\x1a\xf0\xfb\xe8\x52\xf5\xae\x57\x52\x57\x72\x66\xbf\x71\x7a\xb4\xaf\xae\x86\x31\x67\xc7\x6b\x62\xa2\xc3\x14\xf2\x12\x37\xc6\xd6\x79\x67\xb5\x9c\x7a\x91\x23\x59\x5c\x8c\x7e\x39\x79\x7e\xf4\xe1\xe8\x97\x5f\x41\xcf\xd7\x5b\x55\x65\xba\xc6\xac\x1b\x44\xb3\x17\xa5\x44\xfb\x1c\xb9\x6a\x77\xb6\x21\x15\x16\xf0\x07\xb9\x17\x50\x01\x44\xfc\x10\x64\x4a\xc0\xd5\xb8\x0b\x8e\x6a\x85\xe3\xd4\x1b\x96\x2f\x9e\xdd\xf7\x96\x16\xe2\x5b\xd1\x7b\x4e\xac\xe7\x78\x0f\x1a\x1d\x74\xb4\x45\x72\x97\xb7\x32\x78\xa2\xa3\xd9\x4b\xa8\xe2\xb5\x33\x18\xa4\xa3\xdd\x29\x54\xe9\xb9\x03\xc4\x96\x11\xa6\xa1\xef\xea\xe4\x52\x31\x52\x1a\xfd\x03\x84\x92\xec\x39\xf4\xb5\xa4\xca\x1c\xc1\xe3\xdb\xf3\xd6\x24\xb8\x3c\x37\xcb\xd2\x8e\xf4\x45\xaf\x11\x60\x5d\x25\x53\xb1\xd2\x4f\xbe\x06\x88\x33\x08\xe6\xb8\x5a\xc9\x02\xcc\xa3\x2f\x93\x8d\xb5\xd8\xf2\x66\x78\x0a\x97\xa8\x4f\x4b\x07\xdc\x92\x0b\x16\x8f\x31\x08\x89\x7d\x7b\x84\xfe\xd5\x6f\x06\x61\xcb\xc4\x21\x51\x90\x4f\xd8\xd0\x16\x0c\x2d\xb9\x4b\x33\x4c\x45\x20\xb9\x17\x58\xb4\x1b\xf8\x63\x38\x1f\x74\x56\xf6\x52\xba\x34\x19\x58\x68\x9e\xcf\x21\x56\xc2\x57\x30\xfe\xea\xfa\x30\x4a\xdf\x05\x1b\x1b\xf1\xc6\x27\x6e\x7f\x94\x4d\xcd\x0c\xd3\x10\x1d\x9a\x24\x4d\x96\xfe\xa3\xa4\x98\x46\x57\x8a\xf4\x86\xda\xfd\x41\x34\xe7\x20\xcf\xd2\xfd\xe1\x5c\xe2\x46\xf6\xdd\x4a\x86\xe4\xac\x58\x4a\x71\x8b\x10\x35\x1a\x7b\x9e\xa5\xe0\x9a\xa3\x46\x02\x14\x7c\xcd\xd0\x19\x84\x3c\x86\x37\x44\x3b\x9d\x71\x54\x46\xb6\x8e\x93\x23\x03\xea\x26\x42\xb7\x1b\x9b\x5c\x04\xc0\xd5\x32\xbd\xdf\xb2\x3c\x7f\x53\x2c\x71\x86\xde\xdc\xf0\x54\x8d\x77\x78\x64\x91\xe7\xb2\x31\x94\xdb\xf7\x72\x5e\x56\x12\xcd\x21\xc1\xce\x25\x4e\x95\x61\xe4\x62\xa0\xff\x26\x3e\x41\x38\x98\xc4\x48\x7c\xa4\x8c\xdb\xf2\xa6\x5b\xd2\x7a\x22\xde\xe2\x81\x98\x82\xd3\x26\xa9\x1a\x73\x4a\xa6\xf0\xa8\x48\xdf\x33\xd7\xaf\xf6\x43\xd3\x4b\xc1\xca\x1d\x0b\x72\x15\xe2\xab\xd2\x15\x6a\xbd\x9e\xd8\x1a\xa1\x8a\x07\x1e\xdc\xdd\xda\x81\x01\xf3\x26\xba\x76\xeb\x17\x53\xc5\x5a\x20\x47\x91\xe7\xef\x01\xf3\xd5\x76\x0f\x3f\x63\x3e\x10\xd7\xf2\x6d\x8d\xdb\x23\x0b\xc8\xcd\x65\xbb\xe1\x49\x43\xf6\xec\xba\x47\xc0\x23\x81\x97\x88\x7a\x48\xd5\x17\x5e\xaa\xed\x5e\x61\xc9\x23\x8b\x67\x7c\x5c\xca\xd8\x32\xc5\x89\x2a\xe8\xd7\x94\x4b\xba\x1b\x6f\xc6\x19\x33\xc1\x5c\x07\x74\x98\x61\x9f\x4d\x1b\xb1\x9b\x32\xc7\x40\x2c\xcc\xdc\x08\x76\x83\x25\x7d\x97\x45\xca\x7e\x63\x8d\x83\xa9\x78\x60\xbe\xaa\xbf\x99\x79\x90\x06\x35\xad\xe5\xcd\xca\xe2\x95\x5a\x56\xdf\xed\x74\x18\xb2\x85\x53\x2d\x66\xaf\x11\x8f\xa9\xd1\x57\xee\x37\xdf\x4a\x08\x38\xac\x23\x0a\x6b\xd9\x89\x66\x34\xcc\x6e\x0e\xf5\x06\xa9\x1a\x95\x9c\x29\xae\x5d\x63\x46\x85\x5f\x75\xa3\x5a\x6d\xf7\xd9\x46\x24\xa4\x6b\x6c\x3f\x26\x44\xa4\xe8\xeb\xd0\x56\x25\x0a\x12\xfc\x71\xf1\xc1\xb2\xe3\xd6\x59\x31\x93\x2e\x90\x71\x56\x08\x45\xc3\xd3\x43\x52\xad\xb1\x91\x36\x77\x5e\x26\x1b\xfd\x86\x8a\x33\x40\x24\x58\x45\xce\xca\x22\x75\xa1\x5f\x12\x51\xcb\x2a\x23\x0e\x07\xee\xbd\x20\xc4\x6a\x97\x67\xa6\x0b\x9f\x6f\xaa\x3a\xdc\x6e\xf7\x9f\xe0\x28\xee\xe6\x7b\xa1\xdb\x38\x0c\xfb\x98\x1f\xdf\xaf\xf6\xe0\x22\x47\x86\x5e\xbf\xc2\x3d\xe5\x63\xfa\xae\x03\x11\x9a\x15\xe7\x18\x3a\x5f\x6d\x8e\x03\xeb\x76\x92\xc8\xce\xd9\x8b\x67\x06\x3a\x7c\x4f\x62\xa5\xb8\x53\x29\x53\x99\xd2\x1b\x79\xf2\xfc\x64\xa2\x23\x7a\x57\x12\xbc\xbb\x74\x9e\x55\x73\xd6\x97\x18\xbf\x41\x24\x85\x62\xf4\xab\x44\x7b\x5d\x1e\xd2\xdb\xe3\x5e\xc2\x11\x25\x24\x74\xe4\x24\x05\xc1\xb4\x38\x7e\x67\x40\x61\x7d\x1d\x10\x22\x34\x04\xca\x0d\x5b\xe2\x53\x78\x39\x4d\x46\x2b\xbb\x38\x97\xc2\x5e\x71\x08\x70\x0c\x7c\x1b\xbb\x5e\x5c\xb2\x27\xff\xeb\x2f\xdf\xfd\xdb\x5f\x74\xf8\xa4\xbc\x3c\xcf\x66\x90\x03\xb7\xca\xce\xcf\x91\x79\x37\xd4\x49\x56\xf0\xb7\xf4\x95\x9c\x49\x9b\x4a\x55\x1d\x65\x09\x02\x38\x2f\xa4\xbc\x21\x2c\x21\x2e\x92\x48\xc4\x59\xd6\x88\x32\x45\x8b\xfb\x45\x52\x01\x7e\xcb\x8a\x46\x9e\x57\xe0\x0c\x90\x35\x0b\x1b\x0d\x3f\x59\xad\xaa\x32\x99\x2d\x68\x5f\x7d\x78\xec\x6c\xa2\xde\xac\xf8\x44\x5c\x65\x61\x9b\xd4\x5d\xd6\x77\xd6\xcc\x1c\x57\xa5\xaf\xd5\x2a\xc1\x91\x2a\x75\x09\x2b\xb7\xa4\xd1\x68\x74\x38\xa0\x67\xfd\x01\x7b\x35\x24\xe0\xd3\x3c\xc7\xab\xa7\xfd\xef\x06\xe1\xe9\xfa\x54\x63\x9f\xd1\x26\x81\x31\x24\x79\x8e\x11\xd4\x14\xe1\x44\x64\x9c\x5e\x82\x2c\xd3\x0b\x6a\x94\x73\x59\xd7\x1d\x86\x2b\xda\xf9\xd9\xa9\xbe\xb3\x02\x36\xc4\xfd\x9e\x99\xdc\xd9\xae\xc6\x6a\xed\xe4\xe7\xb6\x38\x67\xd1\x48\xec\x33\x68\x4b\x4c\x70\xab\xa1\xa3\xe1\xd5\xf4\x98\xb9\x12\x72\x55\xa4\x89\x16\x53\xd9\x12\x64\x9f\xb8\xd5\x95\xfb\xc8\x03\xa6\x24\xeb\xa6\xc4\x2b\xe1\x45\xfb\x08\x84\xba\x64\x40\x5a\xfc\x34\x88\xb1\xa2\x18\x25\xa7\x7a\x2f\x50\xd1\x84\x7c\x9e\xa5\xfc\x79\x71\x50\x1b\xb9\xbb\xa0\xf6\x29\x5f\x98\x29\x46\xfd\x99\x5f\x99\x4f\xca\x94\x12\x16\x37\x68\x41\xbe\x19\x62\xaf\x8b\x86\xb2\xd4\xca\x30\x26\xaa\x76\x6d\x01\xc3\xb1\xb6\x0c\xdb\x99\x59\xd0\x42\x56\x3b\xab\x8f\x11\xdc\x54\x55\x64\x42\x33\x53\xa0\xf8\x4f\x2d\xa2\xea\x89\x43\x5b\x3e\x11\x7b\x7b\x5e\x7f\xb4\xc7\x45\xa2\xe7\xfb\x3d\x38\x55\x42\x88\x98\xe0\xbc\x4d\x36\x35\x1c\xc4\xca\xfc\x55\xf1\x87\xb3\xaa\xbc\xac\x65\xf5\x8b\x94\x29\xeb\xa9\xef\x3b\x64\x33\xfb\x47\xcd\xe0\xdd\xc5\x97\x7d\xab\x17\x7b\x70\x45\xe7\x86\x63\x75\xc7\xd4\x7a\xc9\xc2\x7b\xb8\x48\x6a\x80\x1f\xb5\x91\xfc\xce\x2e\x92\xfa\x88\x3d\x36\xf6\x78\x86\x1d\x38\x25\xbc\xa4\x8b\xa4\x3e\x9e\x29\xfe\x63\x6f\x2f\xc4\x1e\x91\x5b\xdf\x82\x50\x5a\xef\xaf\x77\xc6\x06\xa0\x07\x61\xe0\x2f\xf2\x20\xdc\x35\x9c\x8f\x73\xde\x26\x8c\xa7\x76\x95\xe8\x70\xe5\xae\xca\xb2\xf1\xbd\xb5\x5b\xaa\xea\x17\xe6\x86\x7b\xea\xb2\xbb\x1e\x72\xd9\x1c\x17\x70\x57\xea\x8e\xb1\x80\xcd\xf8\xb1\x2a\xd7\xab\x1b\xdf\xbb\xb0\x8f\xc8\xd7\xf3\x2b\xf8\xfc\x99\xca\x2a\x38\x6e\x83\xd4\x2b\x5e\x0e\x98\xce\xd1\x71\x84\x1b\x91\xa5\x7a\x37\xad\x18\xcd\x9f\x0d\xdb\x02\x1c\xad\x63\x0f\xf4\x74\x6e\x82\xa9\x30\x4f\x48\xfc\xe7\xd7\xba\x76\x0c\xdb\xa1\xee\x16\x1f\x59\x23\xdb\x86\xc8\xbf\xf4\x03\x10\x4a\xfd\xa0\x1f\x0b\xea\xe0\xf5\x0c\x26\x0d\xf1\x5d\x50\x15\x6f\xc0\x2c\xc3\x36\x09\xdc\x9f\x85\xb8\xf6\x31\x59\x6c\xaf\xc7\x63\x71\x74\xb5\xca\xb3\x59\xd6\xe4\x1b\x08\x63\x03\x6a\xcc\x77\xdf\xa0\x4b\xf9\xbb\x6f\x34\xe7\xd1\x40\xd8\x49\x10\x7f\x09\xfc\x84\xf8\x4f\xe7\xf9\x49\xc4\xbc\xac\x96\x8a\xe8\x7d\xf7\x4d\xbd\x3e\x5b\x66\xcd\xbb\x6f\x82\xbd\xd4\x5d\x06\xc7\x04\x0e\xca\x39\x7a\x13\xb7\xbc\x9f\xc1\xc1\xb4\xb9\x0c\x57\x64\xc1\x91\x46\x25\x86\x7d\x36\xc0\x53\x16\x74\x83\xe0\x53\xa4\x11\xcc\x4f\x47\x30\x9e\x5e\xef\xed\x45\x1e\xb4\x48\x2b\x6f\x1f\xfd\x0a\x11\x70\x7d\x52\xaf\x92\xb6\x23\xc7\x75\x9d\xae\x92\x22\x06\xe8\x02\xc1\x25\xf6\xa1\x7b\xa3\x54\xab\xc8\xdc\x85\x26\xdb\xb0\x55\xec\x01\x3f\xf4\x95\x9b\x93\x40\x23\x1a\xed\x77\x1c\x5b\xf7\x58\x2d\x3c\xf8\xf0\x44\x87\x35\xd8\x76\xfd\xfa\x48\xd2\xed\x84\x76\x90\x48\xba\x35\xda\xc1\x11\x28\xda\x31\x52\xf8\x4e\xb4\x83\xa3\x75\xa0\x1d\x3d\x9d\x3b\xa0\x1d\xbf\x86\xff\xfb\xda\x08\xb3\x09\xdd\xf6\xd4\xa6\x2c\xf6\x97\x8f\x90\xe7\x56\xc7\x74\x22\x01\x9e\x8f\x90\x84\x1d\x6b\x24\xb5\x82\xa3\xf3\x39\xdb\xf8\x99\x40\xf0\x83\x77\xdf\x24\xb9\xac\x9a\x77\xdf\xc4\x00\x88\x99\x6d\x1d\x5c\x53\x5c\x4b\xe9\x91\xfe\xe0\xe6\xc9\x98\xd7\xbd\xcb\xce\x7b\xd0\xea\x3e\x47\x3c\xe5\x7d\xf9\xfa\xa9\x6c\x6c\xfe\x91\xc2\x93\xa9\x63\x15\x2a\x52\xd7\x62\x35\xea\x6d\x88\x6b\x23\x8a\xd5\x48\x28\xf3\xd6\x3a\x9e\x9c\xee\x26\x3a\xc5\xef\xf3\x75\x55\x6f\x17\xf7\x9f\xe5\xeb\xea\x6b\x4e\x0d\xfb\xeb\x9c\x19\x0a\x01\xfd\xb9\x85\x53\x43\x59\xe5\xd7\x9c\x9c\xe9\x71\xcb\xf4\xf4\xdc\x9c\x00\x19\x25\x9c\x81\xf6\x04\xc2\x33\x8b\x7a\x25\x67\xd9\x3c\x33\x96\x5a\xb1\x75\x38\xb9\x27\x48\x23\x8c\x39\x80\xf5\xc0\xa3\xd2\xed\xaf\xb5\x4a\x33\x98\xd0\x12\xb7\xdb\xae\x59\x16\xe9\x57\x59\xf1\x51\x91\xfe\xb3\xd6\x7b\x54\xa4\x3b\xad\xf6\xc7\x9d\x4f\x38\x5c\xda\xb9\x6c\x04\xdf\xe0\xfe\x60\xc2\x4d\x95\x3c\x85\x4c\xeb\xc4\x2d\x9d\xb9\xc3\x21\x4e\xc4\xfe\xc3\x2d\xaa\xbe\x2d\x47\xb7\x65\x29\xea\x98\xfe\xd8\x85\xa8\xd3\x69\x5f\x86\x83\x40\x58\x6f\x52\xa4\xb0\x0c\x17\x06\xaa\x9c\x83\x34\xce\xac\x11\xa8\xd5\x00\xb3\x19\x0f\x74\xec\x64\x5f\x80\x63\x9c\xd9\x0b\x76\xc6\xb6\x27\xaf\xa5\x1a\xd4\x6b\x47\xb6\xd3\x6f\xd5\x06\xf4\x44\xbd\x61\xf6\x14\xd4\x1c\x5f\x78\x07\xda\x2b\x99\x44\x0a\xd4\xe4\x66\xb0\x93\xc6\x85\x09\x17\x8d\x91\x4b\xa7\x40\xfd\x30\x34\x60\xe1\xcb\x19\x8f\xc5\xe9\xa2\xbc\x74\x72\xfb\x6c\xae\x15\x30\x49\x25\xbd\x58\x49\x8a\x60\xd1\x12\x9d\xcb\x64\x83\xed\x63\xa3\x13\xaf\x7b\x2d\x7f\x3d\x4e\xad\xae\xdf\x89\x10\xec\x57\x45\xf1\x4d\x3c\x2b\x40\x22\x5e\x04\x7d\x25\xa1\x76\xcc\x97\x52\xaf\x68\xe2\xf4\x9a\xf6\x1b\x20\x16\x55\x34\x11\x3d\xf8\xdb\x19\xb1\x50\x93\x02\x5d\x83\x16\xf5\x88\x8c\x0e\x65\xc2\xba\x92\xf9\xd9\x23\x52\x94\x24\x3d\x29\xf2\x8d\xae\x60\x7e\x5a\xb3\x83\x2e\x1d\xb8\xb6\xd6\x30\x7a\xb9\x3d\xdc\x9d\xd0\xe4\x2b\xc0\xaa\x61\x15\x9e\xfd\x09\x8f\x84\x90\x75\x1f\x7f\xc3\xa3\xb5\x3b\x01\x5b\xaa\x68\xa1\xde\x9f\xae\xf9\xa6\xdf\xf4\x68\x60\xca\x33\x09\xd3\x1b\x89\x67\x25\x64\x48\xa8\xc4\xba\xd6\x29\x0d\x3e\x8a\x6f\x29\x81\xd6\x93\xcb\x55\xb3\x31\x16\x08\x4d\xa9\xd3\x51\xa2\xcd\xb2\x3e\x64\x51\x56\x84\x57\x00\xc5\x00\x26\x30\x54\xfd\x31\x15\x92\x93\xda\xbb\xad\x6e\x21\x03\xc4\x2b\x40\x77\xb5\xf8\x88\x1b\x9b\xa5\x1f\xd5\x5e\x27\x86\xec\x1e\xaa\x51\x13\x31\x27\xc9\x4b\x8b\xb2\xf1\x0d\x14\x15\x72\xfd\x90\xa5\xc4\x88\x22\x82\x4c\xcd\x00\x96\xcd\x21\x56\x4f\x8f\x23\xf7\x12\x3b\x25\x96\x2d\x7d\x3f\xee\x85\xed\x9f\xd5\xa2\x64\xbd\x3e\xb0\x41\xac\xff\x0f\x65\xc1\xb2\x3b\x69\x87\x1a\x9b\xc3\xe4\x89\x8f\x62\xb4\xa1\x9f\x67\xfe\x77\x60\xf0\x01\x8f\x10\xc5\x18\x39\x3f\xa3\x49\xf8\x91\x24\xf2\xe0\xa6\x61\x44\x27\x46\xac\x76\xc0\xac\xfd\x66\x18\x64\x28\x6b\xb3\x14\x81\x86\xc7\x45\x44\x29\xd3\x61\x2e\xe2\x54\x32\x7a\xff\x1e\x07\x1b\x48\xb3\xbf\xfc\x81\xfb\xa7\x86\x69\xdb\x3e\xf5\xed\x96\xbb\x07\x36\x4f\xb7\xde\xbe\x93\x75\xf3\xd5\xf7\x8f\xeb\x3b\xda\x2c\x26\xb9\xde\x4b\x93\x2b\xbe\xbb\xd5\xb5\xd6\x45\xb9\x7c\x2a\xbe\xd1\xdb\x78\x1c\x73\x95\x01\x84\x82\x49\x6f\x6d\x9c\xc8\x59\x52\x37\x98\x3f\xa5\x12\x97\x8b\xa4\xd1\x1e\x4d\xf2\x6a\x05\xbc\x4c\x52\x8b\xac\xa9\xb5\xe6\x09\x86\xa0\x13\xc9\x89\x07\x8d\xd1\x85\x30\xb9\xc4\x99\x35\xed\xc4\x5a\x66\xb7\x0e\x43\x85\x42\xa4\xf6\x08\xfa\x57\x73\x88\x7b\xde\x3c\xe9\x76\xea\x39\xb0\x5a\xcc\x58\xea\x7b\x05\x01\xd0\x7f\x18\x2c\x98\x3c\x08\x4f\x70\x3b\xcc\x46\x4f\xaf\xcd\x5f\x37\x62\xd1\x2c\xf3\x1f\xca\xca\x08\x25\xb2\x54\x47\x93\xac\xa7\xd7\x64\x5f\x6e\xac\x7a\xc3\x44\xe2\x33\xbf\xa9\xbc\x46\xdb\x68\x7a\x22\x72\xac\x9f\x7b\x12\xc6\x27\xe8\x9e\x74\x10\x45\xf7\x61\xc0\xe3\x56\x50\xe4\xea\xb4\x3b\x02\xa4\xb6\xbd\x05\x33\x3f\x27\x48\x09\x76\x34\x90\x1d\x06\xa7\x4f\x9a\xdf\x1c\x5c\x07\x5d\xde\x68\xb9\xc6\x1d\xd7\xaa\x25\xec\x3b\xad\xd1\xbb\x6a\x5a\x6b\xe0\xdf\x30\xb6\x30\x1d\xe9\xf0\x5a\xac\x92\x34\xcd\x8a\xf3\xef\xb5\xc7\x79\xef\xe1\xea\xaa\x27\x6e\x60\x41\xa0\x19\xa0\xab\x08\xdf\x28\x26\x96\xbb\xcb\x5c\xb5\xa8\xf1\x0b\xe7\xaa\xc5\x89\x91\xb9\x3a\xb6\xe6\x59\xcc\x73\x09\xcd\xd2\x65\x06\xe6\x0f\x1f\x43\x33\x90\x8f\x26\xa9\x2d\x06\x1a\x55\xcc\xc7\x47\x83\xdb\x5b\xbc\xa9\xf4\x70\xfb\x7e\x50\x71\x62\xd4\x80\x53\x50\xe8\x4b\x8a\x45\x72\x21\x81\x1e\x33\xb8\x3a\xd5\xc1\x8e\x57\x6b\x6d\xcb\x33\xe4\x1a\xdc\xac\x06\x33\x17\x42\x92\x8d\xe8\x90\xa6\xcb\xb4\x2c\xa4\x6f\x4c\xa1\x3d\xa4\x70\x4a\xfe\x7c\xc2\x61\xbc\xd6\xad\x2e\x5f\x8c\x26\x92\x4c\x3c\x18\xf7\x00\xf3\x81\x20\xa6\xa1\x8e\x58\xea\x44\xf5\xe3\x1a\x52\x58\xc5\xcf\x9f\xd1\xff\x28\x02\x05\x08\xb0\xb5\x07\x05\xd6\x1c\x07\x18\xf5\xcd\xca\xda\xe7\xf2\xd5\xd2\x7d\xf6\xcc\x96\x6a\xbd\xd0\xa1\x0d\x65\xab\x03\xbf\x23\x51\xad\xfa\x3a\x5b\x67\x79\x83\x96\x68\xf0\x54\x74\xf6\xa6\x8e\xd8\xb8\x40\xaf\x6b\x59\xa1\x57\xa0\xc2\x64\xc6\x4d\xb0\xbc\x50\xa5\xe5\xa5\xc8\x9a\x5e\xad\x47\xe3\x2e\x6d\xf6\x9e\xc6\x04\xb7\x51\x2c\xc9\xce\x65\x17\xbb\x81\xf6\x33\x38\x74\x6f\x92\x36\x23\xe0\xfd\x4d\xa7\xa2\x87\x5b\xd6\xa3\x75\x85\x78\xb2\xea\xc4\xba\xb4\x17\xfe\xf8\x20\xb2\x80\xf8\xc0\x26\xe3\x7a\x59\xec\x67\xe9\xf4\xdd\x37\xd0\x68\x5f\x6f\xef\xbb\x6f\x0e\x98\x9c\xfc\x26\x10\x40\x3f\x19\xbb\xe0\xad\x90\x11\x94\x7c\xf2\x74\x1a\xdd\xf3\xdb\x6d\x36\xec\x05\x65\xed\xe9\x94\xa8\x18\x5d\x93\x09\x6a\x6e\xee\x25\xf1\x41\xfd\x78\x2e\x12\x31\x5b\xd7\x4d\xb9\x14\x34\xe6\xb2\x06\x4c\x1b\x96\x4c\xc1\xee\x7a\xb5\xca\x33\x44\x3d\x85\x68\x2a\x99\x34\xac\x49\x52\x8b\x24\xbf\x4c\x36\xb5\xe3\xbd\x0c\xf8\x9e\x28\x84\x72\x99\xd5\x12\x7d\xd5\xd0\xb6\x4b\x42\x7e\x52\x59\xcc\xe0\x22\xd1\x9e\x4a\xdf\xe0\xaf\x91\x57\x4d\x2b\x32\x89\x6b\x5b\x22\xac\xd6\x16\x43\x64\x0d\xa0\x7b\x7b\x7d\xae\xbd\xa2\x04\xc5\xe7\xcf\x22\x78\xc3\x1d\x37\xc8\x6c\x03\xa3\x8f\xa1\xaf\xa2\x76\xf9\xab\x93\x99\x61\x32\x9e\x60\x91\x62\x34\x9e\x36\x4d\x95\x9d\xad\x1b\x59\x03\x2b\x42\x79\x8e\x80\x76\xb6\x06\x38\x62\x6f\x2f\x9c\x4e\x97\xdd\x10\x75\x7b\xd7\x06\x30\xc4\xe5\x5e\x4f\x47\xcd\x39\xa9\x64\x12\x99\x96\xcf\x0e\x1d\xf4\x43\x36\xc7\x99\x62\xc5\x7d\xec\xd5\xbf\xb7\x5c\x08\x63\xcc\xdb\xb9\xe5\x2a\x0f\x68\xcd\x16\xa5\x83\x6e\xe7\xfa\xeb\xd9\xa6\xf7\x5e\x9d\x0d\x65\x88\x90\xf2\x3e\xf4\x5c\x88\x08\x1d\x3d\xe0\xc0\xe0\x72\x01\x34\x7a\xfd\xee\xb6\x39\x32\x37\xa3\x9a\xe8\xeb\xd1\x68\xc4\x76\x94\x7c\x73\xf6\x28\xcc\x49\xcf\x84\x63\xf0\xb2\x9e\xfb\xfb\x4a\x3a\x82\x37\x5f\x77\x85\x92\x24\x78\xce\x58\x66\x54\x60\x5c\x9d\xce\x1d\x7e\xa2\xf8\x8a\x55\xc3\xa2\x6d\xf5\xba\xb0\x19\x48\x74\x49\x5d\xef\x14\x3a\x82\x90\x43\xcd\xd4\xc4\x3b\x57\x55\x3b\x15\xa8\x87\x51\xe7\xb1\x49\x08\x02\xa4\x4b\x16\x73\x1d\x3e\xea\x8b\x32\xbd\xd6\x7f\x44\x67\xce\xcc\x86\x62\xc1\xd6\x8d\xa4\x8f\x55\x34\x85\x6c\x83\x75\x5c\x71\xb3\xbf\x7e\x48\x71\xe4\xff\xdd\x77\xf5\xcb\x65\xbb\x89\xe9\x35\x3d\x6c\xa2\xed\x5a\xb6\xbf\xd5\x2e\xb5\x67\x60\x20\xd9\x8d\x3c\x5a\x4c\x27\x5b\x6c\x24\xdb\xac\x42\x7d\x1b\x50\x30\xe4\x13\xbd\x86\xc5\x76\xa3\x96\x6d\x01\xca\xb2\x42\x00\x45\x25\xa5\x3e\x9c\x89\x3c\xab\x75\x44\x13\x2d\x47\xd0\x13\x40\x3b\x74\x18\x3d\xe0\xf2\x8f\x21\xb5\x93\x4d\x10\x8e\xf8\xe1\xde\x3d\xfb\x71\xb4\x5a\xd7\x8b\x3e\x43\x17\x06\x45\xb4\x1a\x5e\x45\xac\xad\x62\xdd\x19\x1b\x2a\xdb\x5f\x9b\x45\x45\xc4\x8c\x22\xd6\x9f\x31\x8e\xf0\x0d\x1e\x6d\x14\x94\xda\xbc\x36\x68\x32\x1e\x22\x72\xe6\x00\x2c\xee\x39\xa4\xd4\x59\x8f\xb8\xf7\xa9\x33\x9d\x50\xd2\x3c\x6e\xc4\x82\x67\xae\x2e\x2e\xb5\xcb\xcd\x62\x0a\x82\x30\x39\x0a\x15\x8e\xfa\x01\x5e\xfc\x27\x64\x28\x7a\x6a\x88\xde\x7b\x17\x0f\x2e\x78\x23\x22\xe8\x23\x78\x41\xec\x76\xb3\x24\xf1\xb6\xf4\xef\x65\x56\xf4\x7b\xa2\x37\x60\x2f\x09\xd1\x11\xcc\x27\xa1\xc6\xad\x0d\xeb\xb3\xcd\xe5\xca\x8c\x89\xf0\x11\x3e\xb9\x82\xd0\x6e\x22\x22\x68\x3c\xd0\x66\x74\xd7\xb2\x98\x7d\x12\x8a\xbe\x00\xd5\xc7\xf6\xb2\x37\x89\x60\x95\x10\x19\x3b\x77\xcf\xaf\x88\xe0\xbd\xf1\x34\x2e\xeb\x4d\x02\x9b\x78\x8d\x7c\xdd\xf2\x69\x82\x55\x83\x89\xdd\x57\x48\x97\xab\x51\x91\x9f\x48\x1c\xa1\x0c\xef\xa5\x98\x8a\x3e\x7a\xff\xa4\xc7\x77\xbb\x6b\x5c\x88\x6b\xe4\x1a\xc8\xde\x2b\x7a\x22\xe8\x9d\x04\x93\xe2\xde\x70\x06\x57\x40\x55\x86\x3f\x47\xfc\xd3\xe7\xcf\x7c\x11\x9c\xee\x61\x75\xfb\x0e\x83\x0c\x79\xa3\x36\xad\x44\x60\xdf\x87\x12\x76\x12\x40\x0d\x72\x7e\x38\x21\x3b\x56\x6d\x97\xa7\x73\x51\xb8\x75\x6a\x52\x35\x40\x30\x1e\x60\x99\x09\x66\x3a\x3f\x6d\xc5\x42\x37\x83\x56\x91\x36\xb9\x14\xc1\xbc\x7f\x28\xab\xe5\x17\xea\x06\xc6\x63\xf1\x52\x27\xb4\xc8\x37\x43\xe3\x07\xa8\xf3\x04\x24\x79\x8e\x29\x0d\xf5\x34\xd0\xf1\x46\xdf\x5b\x91\xae\xa5\xaa\x55\x97\x4b\x29\x2e\x65\x56\xa5\xe2\xf8\x68\x8c\x91\xbc\xb2\xba\x5e\x5b\x5a\x7a\x3c\x16\x97\x8b\x6c\xb6\x40\x29\xcf\xfd\x55\x55\x9e\x25\x67\xf9\xe6\xbe\x38\x93\xb2\x10\xf3\xec\x4a\xa6\xa2\x28\x2f\x27\xb6\xf6\xbe\x4d\x83\x74\x9e\x35\x8b\xf5\xd9\x68\x56\x2e\xc7\xcb\x6c\x56\x95\x75\x39\x6f\xc6\xf3\x7c\x2d\x8b\x66\x9d\x8d\x71\x94\xf1\xbf\xfd\xf9\xcf\xa2\xaf\xd3\xdc\x41\x6f\x83\xbb\xf6\xf4\xdd\xa3\x3f\x43\xe0\xf7\x79\x56\x2d\x65\x6a\x3b\xb3\xdd\xbd\x3e\x79\x7e\x22\xfa\x3f\x24\x67\x55\x36\x13\xdf\x1d\x0e\xc4\xbe\x38\xbd\xcc\x9a\xd9\xc2\xec\x56\x56\x9c\x63\x46\x3f\xb3\x49\x23\xed\x8f\x84\xb5\x20\x80\x89\x6c\x1a\x88\xd0\x54\xad\x57\xea\x1d\x11\xf3\xb2\xb2\x03\x80\x43\x9f\xe8\x97\xeb\x0a\x9d\x9c\x96\xc9\xe6\x0c\x5c\xdb\xea\xf5\x52\x56\x75\x4f\x34\x65\x39\x00\x87\xcd\xac\x01\x27\x27\xf0\xee\x54\x5c\x93\xf6\x2c\x93\x76\xa8\x42\x24\x62\x99\xfc\xbd\xac\xc4\xd9\x7a\xb9\x1a\x71\x8c\x21\x6d\x40\x0e\x80\x27\x9d\x51\x2b\x66\x07\x10\x75\xd4\xd3\xcd\x99\xaf\xde\x78\x2c\x8e\xcf\x0b\x74\x31\xcc\x6c\x5e\xf9\x39\xf8\xbe\x69\xd1\xd4\xbc\xcc\xf3\xf2\x12\x34\xb6\xaa\x5a\xb5\x96\xf4\xcc\x89\xeb\x63\x4d\x48\x8e\x7e\x56\x88\x59\x52\x4b\x51\x16\x56\xc6\x75\x7c\x24\xce\xd6\xe7\xb5\x98\x95\x4b\x59\x43\x28\x49\x7a\xe4\x20\x5d\x4a\x44\xba\x5e\xe5\xa8\xcf\xd5\xce\x96\x18\x27\x2c\x29\x1a\x6d\xcf\xcc\xef\x56\x56\xc3\x09\x2a\xc8\x87\xc8\x1d\x2b\x59\x99\x08\x52\x20\xcd\x82\x4e\x82\x61\x60\xc7\x93\xa5\x54\x5b\xa7\x85\x08\x70\x97\xa8\x87\x9c\x73\x8e\x54\x5f\x42\x07\xc9\xc0\x6e\x12\x9d\xdf\x89\x4c\x10\x55\x00\x4e\x49\xcf\x08\x32\x57\x1c\x77\xdb\x64\x55\xd8\x2c\x02\x55\xfe\x76\x8f\x4f\x83\x93\x23\xe1\x15\x22\xad\x0d\x7c\x90\x5a\x06\xfb\x63\xc5\xc3\x51\x5f\x87\x53\xb1\x9a\x3e\xb7\xde\x3d\xf3\x3a\x3b\x65\xb4\xe7\xac\xfb\xcb\xcf\x7f\x43\xa7\x59\x88\x25\xd1\xae\xb7\x1f\x1a\x7f\x58\x30\x61\xe7\xc1\xd1\x98\xbf\xdf\xb3\x48\xe3\x5a\x2c\xd7\x75\x43\x7b\xf8\x08\x0d\x3f\xa2\xd9\x02\x90\xf8\x1f\xcd\x82\x3e\x8e\xb8\x13\x2d\x51\x98\x46\xa2\x4d\xe0\xb9\xdc\x70\x5b\x02\xff\x09\xb8\x60\xfe\x7d\xd1\x38\x40\x81\x05\xcd\xb1\xbe\x33\xb6\x31\x01\xef\xe4\x3c\xc9\x0a\x85\x91\x73\x26\x2b\x5f\x61\x16\x7b\x55\x51\x5e\xc9\xd9\xba\xc9\x8a\x73\x77\x16\xe6\x84\x83\xa8\x41\x00\x55\xb8\x8e\x7b\xf7\x44\xbb\x17\xa3\x3b\xfc\x41\xa0\xb9\x8a\xc7\x70\x89\x0e\xc6\x0c\xf4\x0c\x91\xe1\xa9\x35\x7c\x42\xc3\xfb\xcc\xf3\x3d\xa3\x92\x64\x1a\xe9\xe5\xde\xbd\xb0\xb0\x4f\xa8\x5d\x0e\xac\xba\xa3\xb6\x74\x19\x24\x40\x8a\x19\x92\x8a\x93\x3f\x7f\x16\x7b\xfd\x5e\xb3\x90\x45\x4f\x61\x6e\xac\x12\xf1\xf9\x6c\xf5\xe8\xd5\x9d\x12\xaf\x5e\xb3\x8d\x45\xd9\x64\xf3\xcd\xd3\x79\x23\x2b\xee\x29\x3a\x34\xc3\x38\xf5\x7a\x90\x65\x43\x3b\xa9\xa1\x1e\x2a\x8c\x29\x25\xa6\xe2\xdb\x6f\xdd\xe5\x77\x15\x88\xe7\xaf\xd0\xc3\x8c\xd4\xea\xfa\xfd\xed\xc1\xf6\x38\xf9\x69\x36\x2f\x98\x83\x87\xf1\xdc\x87\x81\x1f\x03\xbe\x6b\xe7\xf8\x8e\x91\x8c\x23\x3b\x6d\x60\x28\x62\xd5\xbd\x84\x26\x0b\xde\xd6\x6e\xed\xba\xd7\xeb\xb4\xb1\x6b\x6d\x19\xc3\x0f\xc3\x1d\x42\x1c\x46\x8c\x0a\xbd\x87\xc5\x5e\x72\x76\xb9\x7e\x81\x89\xb8\xdd\x7f\x85\x30\xd5\x62\x5c\x12\xaf\xcd\x80\x82\x3c\x05\xad\xab\x8f\xf8\x9a\xdf\xc2\x26\xd2\x5b\x83\xef\x21\xe8\x7d\xb6\x9e\x5d\x41\xf2\x9e\xc6\xc6\xd0\x9b\xb6\x9b\xb0\x3e\xa6\xa2\x66\x8c\x24\x0a\xca\xb4\xd1\xc2\xa4\x46\xb7\x6f\x7c\x47\x1d\xf2\x01\x32\x07\xea\x99\x7e\x2b\x7a\xab\xab\x9e\xb7\x53\x36\xec\xe3\x8f\xb2\x21\x44\x15\xbc\x53\xea\xe7\x79\x76\x21\x4d\x6c\x09\x45\x63\xea\xbc\x94\xb3\xb2\xb8\x90\xe8\xec\x0e\x55\xf5\x0d\x57\x04\x3e\x82\x8b\x0d\x05\x30\xe0\xd9\x98\x68\xa4\x87\x78\x68\x9a\xba\x2d\x2c\x4d\x5b\x84\x20\xa3\x45\x30\xf4\x26\x8a\x6f\x82\x07\xd4\xd3\xc1\x13\x1c\x7b\xd1\x1e\x7d\x6a\x3c\x06\xdd\x35\x0b\x3a\xb5\x59\x65\xc5\x79\x34\xe4\x14\xe3\x43\x75\x9c\x29\x02\x9f\x34\xc9\x90\x79\x99\x58\x3e\xad\xe3\x39\x50\x0b\xdc\x6c\x0c\x54\xf4\x7e\xf1\xc9\xba\xf9\x08\x2a\xec\x6a\x8d\x77\xc0\xe0\x39\x6d\x00\x59\xad\x0b\x71\xff\xbe\x62\x2e\xee\xdf\x47\xbd\x6f\xa2\xc3\x88\x40\x8a\x2d\xa7\xd5\x6a\x6b\x5c\x16\xaa\x7a\xb5\xd1\x01\x45\x46\x7e\x56\xad\x2d\x11\x08\x62\x56\x12\xb1\xa4\x69\x46\x61\x15\xac\xda\xa9\xab\x22\x86\x60\x76\xdf\x74\x08\x96\x59\x92\xcf\xd6\x39\x12\x5c\x59\x2d\x4a\x88\x7c\xa2\xd8\xb6\x5a\x9d\x9c\x0b\x96\x59\x9b\xb0\x28\xa0\xc0\xae\x9b\x64\x63\x49\xf2\x77\x45\x2e\x1b\xf1\xa1\xd5\x17\xbb\x2d\x76\x21\xdd\x92\x76\x3f\x6e\x5c\x33\x01\xb9\xf6\x81\x30\x44\x9e\xf1\x42\x1f\x70\x31\xf8\x65\x56\xa0\x92\x0b\x83\x48\x7b\x61\xaa\x2e\xb3\xe2\x70\x54\x24\x17\xd9\x79\xd2\x94\x15\xa7\x7e\x8f\x52\x85\x2c\x9f\x2d\x14\xdd\xb6\x5e\xc2\x4f\x8e\x9f\xb2\x5a\x67\x06\x1b\xff\xd7\x51\x7a\x3e\x1e\x29\x72\x4a\xf5\xe8\x3a\x1c\x29\xce\xe6\xe9\x39\xc8\x0b\x38\x49\x23\xba\xd6\x33\x15\x7b\x7d\x0c\x54\xdd\x07\x2e\x05\x07\xb2\x18\xdb\x7b\xea\x3a\x3b\xf2\x93\x6e\xd2\x0b\xd5\xde\x10\xa1\x85\xe6\xe5\xb2\x1b\x48\x62\x37\xa7\xe5\x72\x6c\xcb\x23\xa1\xdf\x71\x09\x62\x2a\xa8\x76\x96\x67\x58\x6a\x3b\x1d\x60\x4f\xf8\xe1\x1c\xba\xcd\x1c\x78\xe6\xb4\x2e\x49\x19\x4f\xdd\xd8\x72\x16\xa3\xac\x48\xe5\xd5\xc9\xbc\xdf\xab\x2e\x26\x0f\x1f\x8e\x1e\xf4\x06\xe2\x00\x7d\x1f\x74\x2e\x04\x83\x5d\x9e\x9b\xf4\x8c\xb5\xcd\xcf\x98\x10\x03\x67\x45\xf3\xbb\xa0\xcf\x3c\x09\x9f\xc2\xf9\xfb\xc2\xda\x02\x62\x09\xad\x62\x0d\xd6\xc5\xbe\x80\xff\xe8\x6c\x48\xc6\x36\x84\xf0\x59\x86\xd7\xbd\x2f\xfe\x5a\x69\xf3\x67\x30\xa8\xcd\xe6\xa4\xd6\x50\x9b\x89\x7a\xb1\xa8\x35\x16\xd2\x07\x43\x34\xfc\x8e\x15\x7b\xf2\xf2\xc0\xa0\xa0\x97\x43\x6a\x48\xff\x49\x6e\xca\xb9\x78\xe9\x23\x22\x93\xb2\xbd\x57\xa3\x01\xcb\x7e\x66\xc4\x97\x07\x70\xac\x19\x98\xd3\x24\xc8\xbe\x61\x1a\x76\x17\x56\x76\x0e\xa6\x98\x56\x0e\x51\x94\xc5\x7e\xb1\xce\xf3\xb1\xc5\x10\x23\x3d\xc4\x8b\x0c\x8c\x02\x00\x0d\x9f\xc9\x45\x72\x91\x95\x95\x00\x4b\xa5\x7e\x95\xe8\xe0\xd0\x49\x21\x66\x0b\x09\xf9\xb8\xc1\xf6\x13\x42\xc6\x38\xf6\x60\x44\x60\x01\xe5\xc9\x76\x71\xef\xc3\xcc\x7c\xd1\x1a\xda\x96\x82\xdf\x06\xd5\xed\x53\x93\x73\x9e\xa4\xce\x7a\x87\xe1\xea\x01\xe9\x9e\xda\xc4\xfc\xb1\x84\x75\xba\x1c\x28\x2c\xaf\x7a\x34\x03\x9e\xfa\x50\x94\xd5\x12\x22\x8d\x9a\xd6\x2f\xf3\x64\x26\x17\x65\x6e\x72\x2c\x61\xb7\xc7\xb3\xb2\xf8\xa1\x2c\x9a\xd3\xec\x77\x37\x10\xed\xf4\x17\x4d\x8d\x99\x21\x77\x8d\x3d\x7f\xbb\x7c\x79\xc4\x84\x75\x18\xc4\xad\xdf\x31\x52\xfd\x57\x08\x26\x7f\xab\xd8\xf7\x7f\xb5\xf2\xca\x35\x8d\x7f\x6f\x03\xd2\xb7\x64\xcc\x73\xb9\xf0\x5c\x14\x6b\xd8\x78\xa2\xd8\xf0\xbe\xef\xd3\x3c\xe1\x50\xd7\x0b\x20\xc5\x2a\xcb\x20\x36\x2b\x68\x66\xfc\x6a\x73\x37\xb2\x8b\x20\x11\xad\x04\x5f\xb0\x26\xea\x25\xfd\x5a\x58\x8a\x35\x50\xd3\xe8\xd7\xc0\x52\xac\xa1\x63\x63\xf8\x55\x74\xb1\x4e\x18\xc8\x28\x03\x5e\x11\xbf\xa9\x7a\xaa\xa6\x65\x08\xfc\x6a\xfb\xf6\x8b\x4e\x28\x68\xc3\x9c\x04\x35\xdd\x27\xac\xea\xe2\x99\x04\x55\xdd\x27\x53\x95\xc4\xdd\x0e\xea\xda\x6f\x66\xb6\xc6\x94\x7a\x22\x7a\x59\xbd\x6f\x7e\xe9\xf3\xd7\x46\xd2\xf8\xcd\xfc\xc2\x6f\xc9\xac\xc9\x2e\x24\x7e\xc1\xbf\x5d\x62\x43\x9a\x1e\x92\xdc\xa3\x90\x4e\xe4\x19\x0d\xef\x64\x5e\xce\x19\x02\x12\xf7\xc5\x45\xb4\x31\xa1\x6c\x74\x6a\x40\x8f\x2b\xb0\x26\xc6\x49\x2e\x9b\x46\xaa\xda\x45\x7b\x62\x40\xf4\x60\x30\x0e\x63\x5e\xda\x3e\x37\xba\x4d\xdc\x2b\x48\x68\x1d\x2f\xe5\x91\x1a\x1a\x52\x1d\xe9\x91\x47\x85\x5c\x37\x55\x92\xbf\x56\x5c\x56\x52\x6d\x48\xda\xa6\x9b\x48\x60\x1b\xaf\xb7\xb9\x46\x99\x13\x41\xd3\x03\x8e\x4c\x31\xe9\x6c\x99\x54\xe7\x59\xf1\x0a\x53\x74\x7d\x47\x3e\x68\x5b\xe4\x9f\x21\x2b\xd7\xc3\x47\xe1\x97\x57\x61\x5a\x2f\x35\x95\x9f\x74\x16\xcf\xde\xa3\x47\x2b\x96\x1a\xcd\xa4\xf7\xfc\x97\x58\x4e\xa9\x96\xcd\xd2\x67\x15\xec\x55\x5b\x9e\xbf\x9d\x33\xfd\x91\xe9\x3c\x1c\x82\x84\xfe\xe1\xea\x4a\x3d\xef\xab\x0a\xe5\xff\x7f\x5f\x2f\x57\x8a\x54\xaa\x45\x56\x88\x9f\x9e\xb9\xe8\x6f\x59\x31\xab\x24\x98\xd3\xea\x0c\x70\x90\x5d\x4b\x35\x7d\xb4\xba\xe2\x83\xd0\x44\x7f\xf1\xb4\x7f\x3a\x6f\x95\x65\x68\x7c\xc2\xc6\x66\x5b\xda\x76\x5b\xfc\x67\xe4\x76\x79\x3f\xbd\x70\x4f\x73\x16\xe1\xc9\x8b\xef\xe4\x47\x77\x32\xb1\x9d\xf4\xcf\x20\x5a\x53\x10\x7c\x49\x87\x6a\xb2\xbd\xf3\x50\x4e\x5e\x40\x28\x5d\x1a\x0d\xd7\xd4\x12\xac\x29\x16\xaa\x29\x9e\x4e\xb4\x35\x11\x68\xdb\xb5\xdf\x31\x0b\xa9\xff\xb4\x46\xb3\x90\xce\x91\x35\x56\x2f\xd3\xa9\x7e\x93\x34\x51\x32\xa5\xce\xad\xf0\x69\xac\xe3\xbd\x25\x15\x9a\xd2\xcb\x34\x6b\xc0\xe8\xa0\x2e\x8d\x92\x02\x71\x4a\x9d\x97\x8d\x58\xc9\x4a\xad\x02\xf4\x9b\x8d\x89\x76\xe8\x32\xa8\x05\x09\xe9\x4c\xeb\x20\x29\x9d\xc6\x48\x7b\xb6\xfb\x43\xbf\x29\x6a\xd7\x1d\xe5\xa6\xc0\x50\xb4\x0e\xa0\xbe\x3a\x88\x8b\xa4\x1d\x4d\xf2\xec\xbc\x38\x6e\xe4\x52\xbd\x81\x33\x59\x34\xe6\xbd\xb5\x48\x67\x22\x7a\x0f\xc4\xc3\x07\x0e\xb3\x50\x94\x63\x32\x76\x5e\x2e\xb2\x46\x9e\xae\x92\x99\x7a\x91\x8a\x52\xbd\xdc\xa6\xba\x1a\xed\x74\x51\x65\xc5\x27\x87\xb9\x62\xc8\x64\x07\x34\x42\x77\x54\xe7\xfa\xa4\xe8\x4e\x6f\x1e\xd9\xbb\xde\x8f\x55\xb2\x79\xad\xcd\x87\xa2\xd9\x41\x0d\x5a\xc0\xff\xda\x04\x17\x63\x0c\x5c\x89\x5b\x8c\xd6\xf5\x08\x44\x49\x81\x01\x5d\xb5\xce\xd0\xa7\xa0\x09\x44\xe9\x57\x89\xc8\x24\x63\xa9\x09\x63\xc7\xe9\x4c\x4c\x56\xc9\x2c\x6b\x36\x34\x31\x6a\x1c\x0d\xef\x84\x82\xf5\x04\xdc\x9e\x44\x1f\x38\xbe\x21\xef\xd9\x05\x32\x3b\x1b\x30\x0e\xe1\x45\x8a\xaf\x36\x02\x96\x77\x04\x85\xf6\xc5\xc4\x4f\x94\xc7\xcf\xde\x31\xdd\x6f\x34\xd1\xaf\x75\x37\xbc\x77\x8f\x35\xf4\x63\xf2\x51\xaa\x83\xba\x78\xb5\xc4\xf9\xf3\xaa\x21\x49\x17\x06\xf8\xf3\xaa\x85\x81\xff\xdc\x6b\xe0\x55\x8d\x04\xf5\xe3\xc4\x0c\xa9\x1b\x09\xdf\xc7\xb9\x47\x71\x87\x5c\xcb\xe1\x23\x68\x6c\xb1\x2c\xfd\x1f\x3b\x11\xfd\x71\xe8\x24\x5f\x7c\xda\x6f\xdd\x34\x18\xb8\xb7\xa7\x59\x36\x9b\x64\x9c\xbe\x3e\x2a\x42\x04\xb2\x0b\x8b\x3f\x5d\xef\x79\xcf\x61\x0b\x06\xfe\x1e\x7a\x08\x11\x2f\xb0\x5a\x0a\x20\x6f\x3e\xb2\x11\xdb\x12\x82\x52\x12\xa5\x95\x4e\xa5\xd3\x8d\x67\x38\x6d\x7d\x50\xf0\xdf\x57\x20\xde\x78\xa2\xe5\x18\x0e\xc1\x7f\x68\x82\xd9\x2a\x2f\x20\xf9\x95\xc3\x0d\x68\x4b\xd4\x2c\xc8\x83\xb8\x3b\x5d\xda\x9b\x2c\xca\x0b\x59\xf5\x5a\x17\xc3\x36\xf4\x56\xe7\xfe\x93\xea\x18\xd2\x4d\xb4\x1d\x7f\xb0\x2f\xed\xf3\xbc\xd5\x31\xb4\xcc\xbe\xa7\xda\xe7\xea\x4d\x0e\x4f\xe4\x2e\xa7\x12\x9e\x4c\xac\x64\xb7\xb3\x23\x08\xee\x2d\xad\xef\xad\x6d\x4b\x46\x5d\x7f\xb4\x50\xfa\xe5\x05\x26\xdb\xf1\x40\xa1\x3d\x9e\xea\xd3\x3c\x42\x49\xb5\x9d\xe8\x03\xef\x77\x8f\x9e\x0a\x9f\x38\xdd\x5c\x67\x7e\xfa\xde\x43\x82\x54\xe4\x12\xc3\x83\xee\xfb\x6e\x38\xd9\x64\xd5\x66\xd8\xad\x1d\xa4\x19\xbe\xba\x6d\xb2\xf8\x76\x4a\x17\x47\x88\x61\x25\x4c\x51\x30\xf1\x4d\xfa\xa3\x5c\x6b\x17\x36\x57\xbf\x9f\x67\x95\xc9\x86\xd1\xab\x38\x51\xc8\x08\xdc\xba\xa9\x64\x33\x5b\xec\x9c\xc8\xf9\x26\xfe\x00\x93\x5d\x5e\x66\x85\x65\xbf\xff\xf5\x41\x9c\xfd\x0e\x92\x47\xb7\x2d\xe6\x86\x3c\x72\x7b\xee\xda\xfc\xc1\x68\x30\xfe\xa2\x84\xd8\xee\x8f\x47\x69\xff\x8d\x91\x59\x48\xad\x91\x53\x69\x11\xa5\x6c\x41\x51\x7f\x28\x82\xda\x7a\x67\x07\x51\x42\x35\xc0\x1f\x77\x20\x37\xda\xc0\x62\x47\x80\xd8\x8d\xd0\xb8\x1d\x0c\xb4\x9d\x26\xc1\x42\xda\x52\x3d\x9a\x39\x9d\x91\xd4\x11\x14\xdb\x2b\xca\x22\x8a\x35\x58\xcb\xe8\x8b\x18\xa1\xf3\x82\xfe\xba\x36\x55\xdd\x6f\x48\xc6\xd9\x7e\xbf\xa3\xfd\xed\xf6\x78\xb7\x4b\x3b\x73\x79\xa5\xa8\x59\xf1\x50\x78\x48\xaf\x75\x4c\xf0\x72\x54\xc8\x78\x22\x7a\xb9\x9c\x47\x77\xfa\xb6\x02\xdc\x20\x6b\x7d\xaf\xa9\x92\xa2\x5e\x25\x95\x4e\x83\x1e\x3b\x74\xff\xda\xb5\x5f\xe5\xd8\xe9\xc4\x2f\x44\xfc\x12\x76\x1c\xda\xbd\xbb\x61\xe5\x36\x6a\x64\x97\xc3\xdc\x33\x72\x43\xb6\x62\xca\xce\xee\xfc\xa2\x60\xae\x9a\xd8\xe4\x67\x26\xf3\xfd\xc7\xde\xfd\xde\xc7\x00\xe9\xc6\xc5\x02\xed\x54\x33\x79\x9d\x93\xb3\xba\xcc\xd7\x4d\x00\xc7\x42\x34\xe5\x6a\x22\xf6\xff\x12\x94\x57\xf8\xfc\xee\x3f\xf4\x69\x35\x1f\xf5\xef\xfc\x54\x75\xbf\x78\x5d\xfb\x42\x16\x1f\x95\x43\x45\xe7\xfd\x67\x90\x93\x2f\xcb\x0b\xa3\xd3\xbf\x2f\xfe\x2c\x56\xd9\x95\xcc\x21\x0f\x14\x98\x98\x35\xa5\x48\xf2\x5c\x5e\x64\x49\x23\x35\xe8\x88\x59\x9e\xad\x56\x60\x12\x06\x82\xf4\x65\x99\x3a\x2b\xea\xf6\x5d\xb8\x0b\x7d\xcf\x88\x57\x42\xb7\x46\x25\x27\xad\x9e\x61\x3b\xd0\xb1\x86\x16\x7d\xb0\x0b\xaa\x61\x72\xc2\xf6\x8f\x5b\x70\x46\x87\xc0\xce\x83\x55\x2a\x29\xfd\x8e\xa3\xc3\x36\xbe\x7f\x99\x15\xbf\xe1\xa7\x07\x1e\x8e\x3c\xb9\x90\xd5\x3c\x2f\x2f\x27\xa2\x27\xf3\x3c\x5b\xd5\x59\x4d\x1b\x96\xeb\x06\x75\x9b\x0f\x76\x78\x72\x7b\xf7\x26\x5a\x90\x24\xee\x4d\xe0\xd5\x51\x7f\x58\xcc\x43\x3a\xf3\xce\xba\x37\x99\xec\x2f\xeb\x7d\x88\xca\x17\x82\xb3\xa3\x5f\xc3\x87\x85\xf7\xb3\xeb\x9b\xdf\x2d\xd8\x15\x77\x14\xee\xfa\xf3\x09\xa5\x9c\x71\x3b\x88\x7e\x20\xd7\x1d\x44\x19\x01\xf2\x6e\x58\xa5\x4a\xc0\xe6\x32\xb1\x5a\x98\x46\x43\x84\x9c\x30\x54\x92\x5b\x77\xf7\xfd\xad\x98\x93\xac\x58\xc8\x2a\x63\x9b\xc3\x04\xf9\xff\xe6\xb1\x54\x3f\x56\x0a\x04\x1f\x86\x50\xfe\x5a\x61\xdb\x7f\x0d\xcb\x8d\x34\x8d\x7e\x2a\x1d\x2c\xfb\x3c\x50\xfc\x62\xc4\x19\x2e\xd7\x2a\x66\x0b\xcc\x76\x8f\x8c\xb8\xc8\xd2\x54\x16\x71\x61\x9b\xd6\x88\xf1\x33\x8c\xe4\x62\x60\x7d\x73\x2d\xec\xa3\x3f\x47\x7b\x8e\xcf\xdb\x8d\xd7\xd5\xe5\x9f\x1f\x44\xbb\xa4\xe4\x4f\x9b\xb4\x33\xc0\x6a\xb7\x13\x10\xee\x2c\xae\xd7\xa3\xdd\x95\x37\xa0\xf0\x1b\xbd\x79\xad\x2a\x86\x41\x20\x38\xe9\x20\x4f\x77\xa1\x35\xa3\x9c\x5c\x2b\xa9\xff\x55\x64\xa8\x5c\xc1\xff\x30\xa4\x76\x18\x34\x04\x15\x76\x21\xf2\x62\xab\x6a\x41\x59\xff\x94\xb5\x02\xb6\x40\x3a\xa6\x49\x3e\x49\x91\x15\x4d\x69\x8d\xfc\xd0\x04\x5a\x11\x36\x8f\x56\x57\x6d\x6a\xfe\x7e\x51\x36\xe2\x72\x21\x0b\xc2\x4d\x0d\x46\xb7\xdf\x99\xa8\x42\xdb\xc0\x52\x06\x99\x8c\xde\x6e\x43\xa8\x1d\x18\x80\xc9\x99\x14\x02\xdd\x97\x45\x1a\x83\x3b\xa6\x36\xc9\x8a\x46\x56\xe0\x21\x5c\x47\xf0\xfd\x16\xea\xf7\x2c\x82\x71\xab\xd0\xac\x04\xc8\xe3\x00\xff\x3a\x7b\x15\x66\xf0\xe7\xd3\x6c\xde\x2b\xf1\x5d\x64\x41\x2d\xdc\xd9\x2d\x50\x8a\x4f\x4d\x32\xbb\xb7\x98\x2c\x34\x0d\x12\x9d\x89\xed\x43\x9f\x95\xe9\xe6\x74\x7d\xd6\x70\x64\xe6\xdb\xed\x5c\x9d\x2e\x93\x3c\x0f\xed\x76\xfc\x39\x72\x7b\xbb\xd8\x24\xa3\x31\x51\x22\x66\x9f\xa3\x3a\xcf\x52\xf9\xbc\xbc\x2c\x8e\x8b\x47\x0f\x86\x9c\x84\xae\xd5\x6c\x76\x5f\x63\x8c\x93\x42\x7b\x23\x4e\x30\xd2\xdb\x49\x19\xa7\x76\x31\x6b\x87\xa1\x40\xb8\x39\xc6\x28\xf0\x6d\x90\x16\x6a\x18\x5a\x61\x98\x46\xc6\x4e\xf0\x6d\x90\xd4\xa5\xa3\x11\x37\x0b\x8c\x6a\x74\xc3\x24\x62\x02\xec\xf2\xb0\xa8\x17\x29\xdb\xdf\x57\xf8\xa0\x47\x69\x44\x22\xc3\x43\xb3\x1e\x88\xa1\x55\x4b\x75\x29\xc4\xcd\x20\x76\x42\x56\x8e\xfd\x20\x24\x7b\x98\x6c\xbb\x95\x8f\x21\x7c\xc5\xea\x4a\xfc\xd9\x13\xb4\x7c\x19\x1f\x93\x67\xc5\xa7\x5d\x38\x88\x36\x39\x45\x94\x0f\x69\x1f\x6e\x55\x65\xcb\xa4\xda\xe0\xfe\x3a\xd2\x20\x2e\x5a\xde\x46\xcc\x9c\xed\xd4\x4b\x17\xb3\x7e\x0b\xe1\xf4\x2d\x44\xd3\xb3\xed\x95\x76\x67\xb1\xd5\xde\xc3\x6b\xde\xc5\xa9\xc5\x38\x9a\x38\xad\xc9\xac\x0e\x1f\x85\x78\x9c\x5f\xa8\xd3\x55\x52\x90\xdd\x68\x43\x0b\x56\xc3\xc1\xa9\xf8\x0e\x5c\x71\xc3\x86\xc1\x04\x82\x76\x18\x83\xa9\x42\x70\xef\x7e\x29\xc3\x87\x30\x78\x06\x63\x8f\xe0\x8e\x4f\x60\xf4\x01\xbc\xb1\x48\xcb\x8f\xd7\x4c\xd6\x93\x63\x06\xc6\x98\x15\xee\x80\xf5\x73\xe3\xbb\x08\xdc\xb7\xf1\x7e\xb4\x69\x79\x05\x0e\x13\xce\x20\xfd\x1a\x8d\x92\x52\xcf\x12\xfe\x0d\xb5\x3b\xb7\x55\xad\xa9\xe2\xf7\x49\x2d\xa3\xf6\xee\x67\x49\x2d\x59\x13\x6b\x06\x19\xad\x8e\xe1\x46\xbb\x2c\xee\x5b\x8c\xed\x83\x12\xcf\x9c\x3f\x66\x82\xef\x79\x05\xd9\x1a\x36\xc8\x8a\x36\xdd\xb4\xe7\xf0\xc4\x9b\xc6\x01\x78\x28\xaa\xdd\x7a\xa2\x36\x3b\x96\xc8\x3e\xea\x2a\x10\xf9\x50\xbf\x2b\x0e\xfa\x6c\x3b\x87\x6e\xab\x86\xd4\xa3\x17\x80\xa0\x9e\x95\x2b\xc5\xc8\x33\xbb\x7e\x9d\xe5\x41\x2f\x2a\xd8\xb9\xee\xcd\x70\x20\x62\x1b\x6a\x9b\xea\x5d\x9d\x30\x92\xd9\x27\x7f\xd3\xa1\x90\x6e\xf8\x78\x2c\x7e\x92\xf9\x8a\x86\xf4\x04\x3f\x1a\xed\x83\x5a\x8b\x04\xed\x2b\x53\x51\xaf\x92\x59\x56\x9c\x8b\x4f\x72\x23\xfa\xd9\x1c\x9d\x57\x07\x26\x64\xe7\xac\xac\x2a\x59\xaf\xca\x22\xd5\x12\x4c\xda\xc4\x44\x77\xc0\x63\xfd\x70\x2e\x1b\x58\x4a\x7a\xaa\xbf\x4f\x45\xbf\x46\x8b\x42\x13\x07\x57\xe7\x52\xc5\x25\x3b\xf7\x54\xe3\x12\x86\x4e\xc5\x72\x29\x47\x7a\x88\xd1\x22\xa9\x4f\x2e\x0b\x1d\xf2\x6b\x83\xdd\x0d\x7c\xef\x2f\xd6\xe4\x2d\xd4\x51\xb7\x0f\x9d\x97\xb4\xf3\x20\xab\xf3\x3e\x70\x2d\x85\x46\x8f\x8d\xf9\x7d\xdb\xee\x29\x06\x48\x6d\xdd\x79\xb2\x82\xf0\xa7\x66\xfe\x49\x91\xba\x9d\xcd\x1a\xe4\x91\x12\xe3\x5e\xab\xa0\x2a\x6b\xc4\x8d\xa8\x24\x46\x40\x6d\x12\x9d\xa3\xc6\x6d\x1c\x78\xdb\xbe\x29\xb2\xe6\xc7\x64\xa5\xf6\xed\x3c\x59\x99\xdd\x19\x4c\x4c\x47\x26\x28\xc0\x63\xe8\xd0\xee\xde\x8d\xe7\x52\x57\xac\x97\xb2\xca\x66\x49\xfe\x12\xf3\x4b\xad\x92\xaa\x96\x3f\xe4\x65\xd2\xa8\x6e\x07\x8f\x23\x35\x4d\xec\x87\xac\xfe\x25\xf9\xa5\xcf\x3a\x18\x88\x43\xf1\x00\x62\xca\x92\xc2\x58\x1f\xa7\xfa\x2c\xdb\x3a\xe9\xf5\xfc\x5e\x46\x4d\xa9\x1d\x7e\xb9\x99\xaf\x5a\x9d\x9e\xfb\x79\xb2\x1a\xd5\xeb\x33\x5c\x69\xdf\x1b\x8b\xb4\xd7\x91\xda\x06\x51\x63\x41\xb7\x79\x64\xb5\x1a\x7d\xe3\x4e\xda\x11\x3f\x7f\x06\x87\x6f\x87\xd3\x1f\x53\x5f\xe3\xd7\x70\xfe\x10\xf8\x47\x81\x40\x9d\xfd\xae\xf8\x61\x13\x2a\x3c\x11\xcf\x4e\x4f\xf7\xd1\xd4\x74\x5e\x56\xcb\xa4\x11\x7d\x39\x3a\x1f\x89\x87\x0f\x44\x59\x89\x77\xdf\x3c\x7c\xb0\xba\x7a\xf7\xcd\x00\xba\xc2\x2c\x25\xea\xd2\x41\xe6\xa4\xd8\xcd\xd2\xad\xdf\x7d\x53\x3f\x7c\xf7\xcd\x00\xbd\x0b\x4d\xf2\x13\xcc\x76\xa4\x73\x9f\xdb\x85\xe9\x76\x3a\x86\x8f\x26\x3e\xed\x24\xf4\xc0\x3a\xe0\xb7\x9a\x2c\x02\xa6\x19\x06\x26\x37\xe2\xee\x82\xda\x4a\x56\x41\x90\x86\x4c\xb5\x33\x00\x9d\x04\x13\xbd\xed\x9d\x27\x2b\x1d\x98\x8d\x5d\xf1\xe1\xbb\x02\xc0\xb7\x2a\x2f\x7f\x54\x6d\xb6\x00\xf2\x63\x45\x80\xad\x97\xc5\x2e\x75\x09\xd8\x2b\xb4\xa1\xce\x23\x08\xdc\x63\x0a\x7b\x3d\x1f\x65\xb8\xf8\x28\x66\x66\x8e\xd0\xd2\xc3\x52\xb2\x18\x87\xee\xad\xae\xa2\x46\x91\x64\xce\x77\xed\xe5\x86\x3a\xaf\x12\x9f\x67\xbb\x02\xdf\xc9\x7e\xf7\x75\x9c\x27\xab\xaf\xb2\x92\x9d\xfb\x61\x6b\x41\x00\xaa\x57\xb9\x41\x6d\x70\xa3\xd5\x4f\x88\xa0\xe8\xcc\xb5\x31\x32\xbe\x48\xaa\x2a\xd9\x40\x60\xf3\x25\x46\xba\x4a\x0a\xd1\x5c\x96\x38\x09\xf4\x0a\x28\xcc\xe2\x1f\xac\xae\x46\x66\xbf\xcc\x08\x2e\x64\xe3\xa3\xff\x51\x67\x1e\xdb\x81\x60\xdd\x70\x0f\x85\x4c\x66\x0b\x51\x16\xb2\x75\xed\x0a\x60\xb6\xaf\xde\x7f\x76\xfa\xc1\x03\x6e\x3b\x7e\xfb\xe0\xbd\xf1\xc7\x18\xc4\xb6\xe0\x36\x5d\x3d\x0c\xba\xf2\xf7\xe1\x28\x57\x44\x19\xae\x55\x6d\x88\x8f\xde\x20\xa4\x46\x52\xc3\x4b\x9b\xd4\x18\x3e\x0f\xa2\x70\xc8\xaa\x81\x6a\xaa\xc2\xa2\xac\xb2\xdf\xcb\xa2\x49\x72\x80\x38\x07\x8a\x36\xee\x41\x8a\xf0\xb8\xc3\xdc\x15\xe4\x9b\x39\xb7\x58\xa3\xe3\x96\xb2\xbe\xf5\xea\xc8\x36\x85\x9f\x3b\x9f\x18\x83\xbf\xe1\x47\xeb\xd3\x32\xb4\x0f\x8b\xf9\x4b\x98\x9f\xb2\x99\x8d\x34\xd2\xbf\x04\xbf\x69\xf6\x6a\x98\xee\x11\xc2\xc4\x2c\x29\x44\x92\xd7\xe0\xac\xad\xea\x75\x3e\x4d\xd8\xa9\x7b\x9f\xc4\x92\x0c\x9f\x3f\x14\x8f\xe0\xbf\x8f\xec\x24\xf8\xe3\x45\x57\xa3\x67\xd1\xfe\xec\xbc\xd4\xd3\x9c\x8a\xbe\x95\xa6\xd8\x34\x88\xb1\x48\x3c\x3e\x8d\xd9\x51\x99\xbd\x20\x66\x3f\x82\x57\x44\xa3\x62\xfa\xdd\xa0\x63\x88\xb8\x41\xcb\x03\x04\xad\xbf\x86\x28\x51\x7f\xf8\x15\x77\x7f\x6a\x37\x82\xe1\x46\x36\x33\xac\x6a\x2e\xf9\x93\xf0\x8a\x87\x90\xab\x5b\x12\x67\x2a\x3f\x42\x02\xef\xbb\x92\xe9\x7a\x26\xfb\xa6\xdd\x43\x47\xb9\xeb\x92\x47\x96\x2a\x25\x31\xa4\xb6\x0d\xff\xd0\x8c\x2f\xbe\x15\x3d\xd1\x13\xdf\xb6\x57\x7d\xc4\xa7\x3a\x70\x11\x19\x2c\x63\x6b\x88\x91\x21\x87\x0f\x8f\x19\x52\x7c\x74\xed\x33\xc4\xbe\xd7\xd9\xed\x98\xae\x67\x2e\xd8\x1d\x16\x58\x8e\x98\xfc\x42\x18\x7f\xad\xda\x75\xb0\x67\x9a\x74\x4e\x96\xf2\x05\x92\x3a\x6f\x3f\xc9\x8d\xd9\xda\xf7\x94\xb2\xd7\x6c\x28\xa6\xaa\x44\xb5\x04\xfc\xd0\x3e\xe3\xa0\x6f\xa7\xca\x8a\x1b\xd2\x7f\xb0\xdc\xc0\x5d\x1d\x26\x86\x5d\x65\x45\x61\x1c\xb8\xa1\x74\x1f\x0a\x5c\x97\xec\x66\xd6\xce\x69\x88\x6e\xcc\xdb\x9e\x96\x2b\xbc\xb7\xa9\x98\xf4\x79\x0e\x45\x53\x7e\x92\x85\xf6\x52\x8e\xed\x16\xe7\x61\x0c\xe5\xae\x51\xfa\x0f\x99\x95\xa1\x3b\xc4\x4e\x04\x51\x95\x73\xbd\x3c\xaf\xca\x4b\xfd\xe7\x65\x65\xb1\xb0\x6b\x05\x5a\xc5\x21\xef\x9e\x96\x69\xfd\x06\x3a\xbc\x19\x1c\xce\x94\x4e\x71\xc7\xc8\xad\x1e\x8e\x41\x08\x08\xee\xe1\x38\xbe\x2f\x64\x9d\x67\x45\x63\xdc\xc4\x45\xaa\xd8\xc5\x19\xf0\x8a\x63\xf2\xb7\xce\x89\xa1\x47\x5d\x64\x79\x5a\xc9\x02\xdf\x32\xdc\x63\x08\xaf\x05\x7f\x8d\xe8\xe7\xc3\x58\xe1\x44\x07\x0c\x3a\x4f\x56\x84\xa7\x5b\x26\x57\x3f\xd9\xc0\x58\x7e\x9f\xee\xe3\x61\x58\x64\xfa\xb3\x25\xbc\x57\xb0\x98\x69\xe9\x14\xbf\x1d\x06\x25\xa4\x4b\x28\x78\x1c\xe0\xd0\x58\x87\xe6\xd3\xa1\x5f\x60\xba\xa3\x88\xd9\xed\xbd\x2c\xb6\x6e\x3d\x01\x52\xfd\xf0\x0f\xdd\x23\x8f\xc0\xa1\x31\x54\x9f\xec\x74\xd4\x9f\xd5\x41\xe5\x0b\x10\x9c\x8a\xa9\xf8\xf8\xa7\xeb\xfd\x07\xa3\xbf\x88\xfb\xae\x4f\x8c\x0b\x77\xf3\xa7\x6b\x57\xa2\xa8\xca\x9b\x8f\x64\x27\x0c\x24\x47\xfa\xc1\x39\xda\x4e\xf4\x4f\xdb\x83\x26\xba\x74\x6a\x3c\x0c\xd6\x92\x98\xcc\x2f\x60\x9a\x26\x52\x30\xce\xb7\xb0\x26\x2a\x79\x9e\x54\x29\xe8\x9d\xcb\x39\xdc\x32\xc5\xcd\xa6\xc6\x84\xdf\x83\x4e\x9b\x58\xcf\x38\x55\x77\x99\x48\x11\xff\x4d\x2b\xfd\xf7\x26\xb5\xfb\xe8\xe5\x72\x59\x16\xa7\xb6\x1b\xea\x23\xec\x7c\x5a\xcd\xca\x93\xca\x0d\x71\x86\x31\xae\x00\x51\x1d\x37\x72\x89\xcd\x7a\x07\xe2\xfe\xa4\x28\x9b\xfe\xc8\xe0\x48\xf5\x6d\x40\x35\x2b\xd4\x55\x96\x21\x12\x2d\x44\x79\x18\x08\x8d\xcd\x1b\xaf\xd6\xd1\x41\xb2\x33\x6f\xc7\x76\x7f\x47\xcf\xa6\x44\x4d\xe7\xb7\x4a\xbd\x30\x3d\xea\xd0\x8b\xff\xcc\x7d\xf2\x0b\x99\x63\x38\xfe\x33\xa6\x3e\xbe\x0a\x9a\x59\xeb\x5c\x64\x75\xa6\xc3\x62\xb8\xef\x2d\xfa\x05\xae\x28\xf1\x90\x73\x60\xcc\xf0\x96\x10\xf3\x87\xa2\xf7\xf7\x75\xdd\x64\xf3\xcd\x33\x34\x54\x05\xdb\x31\xa7\xaf\xe8\xbd\x9f\x98\x77\xf5\xad\xd7\x2f\xc4\xf6\x8f\x3f\x04\xfe\x8c\xd8\xc3\xb0\x6d\x3e\x64\x70\x35\x17\x6f\x7a\x64\x3e\xac\x57\x98\x4d\xec\x01\xf2\xe7\xe2\xfb\x5c\x06\xa7\xec\xc5\xdb\xc3\xdb\xa2\x0e\xa6\x02\xfb\x29\x05\xcd\xb6\x0f\xaf\x1d\x46\x76\x33\xd1\x7d\x0b\x39\x93\x75\x9d\x54\x1b\xc5\x72\xa0\x21\x2a\x89\xee\x30\x2b\xf3\x3c\x59\x41\xe6\x32\x54\xf3\xd4\xb4\xb3\x76\xbd\x73\xfc\xa4\x83\x4d\x35\x90\x42\x9f\x7c\xb5\xbb\x00\x38\x22\x02\x7c\xae\xdf\xf7\xc4\x36\x5c\x93\x31\xf1\xbb\x02\x1f\xdb\xb6\xb1\xcb\xdd\x74\xcb\x45\x52\xbb\x81\x36\x41\x3e\x46\x8f\x54\xd4\x1a\xbc\x1d\x6a\x82\x72\x9f\x63\xf6\x48\x2d\x63\xb6\xd7\x51\x71\xdb\x2d\x3d\x2b\xaf\x4e\xb3\xdf\x51\x51\xad\x4d\x77\xce\x4a\x6f\x0b\x2c\xf3\x45\xa9\x6e\x9f\xc1\x18\x7a\xf0\x95\x40\xc8\xd0\x75\xe1\x20\x4b\xf1\xc0\xfd\x01\x44\x4a\x86\xc4\xe3\x9c\x4f\x57\x50\xf8\x20\x82\x79\xbc\xb7\x10\x78\xad\x07\x14\x3a\x3e\x42\xbf\xea\x97\xf8\x56\xd0\x97\xb2\xe5\xed\x1c\x7c\x8c\xe2\x42\x44\x54\x17\x97\x3d\xe6\x62\xd2\x69\x4a\x7f\x20\xee\xc7\xcc\xc5\x8d\x26\xf4\xe3\x9f\xae\xb7\x3e\xc3\xc2\xd4\xd9\xfe\xe4\x7b\xf3\x12\xe8\x48\x43\xde\xd9\x4e\xed\x34\x56\xe6\xcf\x62\xab\xfa\xfa\xff\x61\xe8\x5d\x31\x74\x07\x56\xf3\x7c\x1b\x0d\xaf\xa2\x26\x55\x95\x97\xfb\xfa\x37\xcc\x4a\xbb\x3d\xde\xfa\x06\x59\xb1\x57\xec\xfe\x18\xac\x4a\xa1\x6f\xeb\xed\xe9\x00\xd5\x81\x0f\x81\x77\xb9\x19\xe6\xae\xdd\xe6\x56\xef\xdf\xe1\x56\xef\xec\x9b\x7e\xb7\x03\xc4\xc1\xd9\x19\x62\x51\x9c\x04\xfa\x67\x6f\xf2\x4f\xb7\x3d\xfa\xfd\x1d\x66\x75\xdb\xcd\x35\x46\x29\x37\x3a\xfd\xb5\xe5\xfc\x23\xa2\xa8\xdb\x85\xf6\x20\x4b\xde\xd9\xb5\x98\x61\x85\xfe\xb6\xcb\x38\x10\x77\x38\x6f\x42\x29\xf0\x28\x3a\xa2\x83\x8e\xbe\x35\xed\x13\xa1\xdd\x63\x94\xfb\x6d\xdf\xec\x76\x3a\xc0\xd5\x69\xb5\x33\x43\x48\xe4\x4f\x91\x8f\xcc\x56\xab\x7c\x03\x78\x0a\x9f\x47\x45\x5e\x62\xc4\x64\xca\x62\x0a\x79\x35\x93\x2b\x8c\xac\x3d\xcf\x2a\x08\x5b\x43\xbe\x66\x73\x1d\xbf\x49\x1f\x2b\x06\x11\x6d\x7c\x39\x90\x1b\x54\xeb\x3b\xf3\xc4\xf5\x54\x16\x12\x03\x91\x8a\x8c\x51\xb1\x6f\xe9\x79\x1b\x76\x6f\xa2\x5a\xee\xc3\xe0\x03\x38\x0d\xfb\x01\x66\x67\xbe\xbc\x9f\x70\xb7\x91\xce\x77\x41\x78\x74\xe3\xc7\x1d\xb0\x5b\xf7\xfd\xeb\x46\x63\x82\x13\x95\x1f\x3b\x6f\x7a\xf7\x40\xef\xbd\x73\xed\x24\x29\xa2\x0e\x3b\x55\x79\x19\xf1\x46\x45\x7f\x15\xf8\x08\x11\xf1\xab\xb5\x14\x87\xe2\xa1\x98\x50\x91\x1e\x33\x93\xeb\x24\x4a\xfe\x19\x24\x89\x9b\x4b\x17\x39\xf2\x47\x13\x23\xdb\xc3\xf3\xe8\xc4\x4a\x98\xea\x4c\xcc\x12\x10\xc6\x6d\x14\x9b\xb8\xc8\x40\x28\x06\x19\xa6\x56\xa5\x9a\x41\x96\xe4\x3a\xb9\x14\xc6\xef\xab\x51\x28\x0e\xd7\xa8\xb0\x1c\xe4\x78\x6c\x56\x97\x97\xe5\xa7\xf5\x0a\x93\x29\xe9\x58\xe8\x67\x52\x54\x72\x59\x5e\x40\xec\xe1\x28\xea\xf7\x65\xfa\xdb\x65\xf3\xdb\xc5\xf3\x6a\x4b\x03\x11\xbd\x2a\xe4\x62\x7a\x57\xd2\x2e\xaa\x57\x75\x42\x71\xfd\x8e\xe2\x74\xd5\xd8\x97\xc4\xc3\x99\xff\x31\xa2\x7e\x26\x97\xf7\x56\x38\x89\x6d\xcd\x2d\x84\xf4\xd1\xbd\xf2\x04\xf5\x78\x3b\x45\x8d\xf2\x72\x4f\x7c\x8e\x0b\x1f\x72\x39\x3e\x8a\x16\x86\x0e\x5a\xff\x20\x89\x7a\x27\x59\x81\xf6\x60\xdb\xbc\x5c\xdb\x28\x0e\xc3\xdd\x59\x59\xb5\xc7\x72\xdb\x87\x97\x0b\x9f\xbf\xe4\xc9\x8f\xd3\x0e\x11\xac\xba\x03\x32\x25\xcd\xfa\x5c\x4c\xf9\xf9\xb3\xe8\xef\x99\xae\xf6\xf0\x50\x07\x83\x08\xb6\xf6\x03\x02\xd2\xa9\x60\xb3\x68\xdc\x93\x53\xf3\x29\xa4\xb2\x4d\x8f\x0f\xa3\xcf\x47\x12\x41\xac\x50\x76\x2a\xf3\xf9\xc4\x5e\xb0\xb7\x89\x45\x96\x49\x0b\x92\x44\xc1\x16\xef\x49\xdb\xef\x23\x60\xfe\xcf\xc3\xab\xee\x9e\xb2\x08\xf6\xe2\xaf\x7f\xaf\xaf\x5e\xad\x8b\x26\x5b\x4a\x5c\x43\x36\x03\x15\x86\xf9\x06\x33\x39\xcd\xcb\xa6\x86\xe2\xdd\x4d\x97\x6d\xbb\xa1\x98\x55\x32\x69\x24\x41\xbc\xe7\xb2\xc1\x2e\xc3\xa0\xda\xf3\x72\x5d\x60\xda\x8c\xfd\x5c\x9e\x27\xb3\x8d\xaf\xa0\x25\x89\x5f\x87\x62\xd1\x2c\x73\x9d\xeb\xc5\xe5\x7c\x0d\x9f\x85\xb8\xc5\xb4\xb7\x2f\x6a\x49\xb5\x6f\x0e\xed\x70\x7d\xab\x39\x74\xf7\xcb\x62\x6c\xa4\xdd\x60\x6c\xe1\x9d\xaf\x89\xfd\xf4\x6b\x26\x2f\x5b\x10\xf5\x45\x26\x2f\x01\x4d\xeb\x24\xf6\x1e\xe6\xb5\x0a\x99\x58\x3c\xe6\xc2\x6d\x65\x5b\x8e\xf7\x48\x9a\xd2\xe7\xd9\x85\x4b\xeb\xbe\xea\x38\x07\x54\xd0\x8f\xc7\x9e\xd2\x72\xbf\x90\x57\xcd\x3e\x38\xde\xc9\x7f\xa8\xff\x7b\xa7\xf5\x1b\x76\xae\x3a\xa4\xbe\xaf\xeb\xd0\x61\xf6\x3d\x23\x09\xdc\xcf\xa9\x85\xa9\x27\xdb\xf6\xde\x4e\x9a\x61\xfd\x5e\x9a\x5d\x68\xfd\x92\xf7\x38\x3c\x81\x56\x80\xe7\x21\xf3\x2a\xd9\xb5\x9b\x83\x6b\x33\xe9\x9b\x27\x63\x57\xef\xe0\x71\xf7\xd3\xdb\x61\xd5\xce\x27\x7f\x20\xa6\xfe\xed\xe9\x33\xa8\xd0\xab\xd0\xec\x2d\xa6\xe8\xed\x31\x1a\x43\x68\xa0\x0e\x8c\xd2\x75\x30\x1c\x37\xab\xff\xab\x91\xc2\x50\x5c\x26\x55\xf1\xdc\x29\x6a\x7d\x34\x11\xc7\x11\x71\x84\x10\x22\x03\x82\x4d\x62\x77\xdb\xfd\xb5\xb3\xe5\x08\x03\xde\x28\xd2\xe8\x48\x60\x40\x61\xa8\x7b\x3e\x2d\x58\x87\x62\x9c\xdd\xb1\x4d\x52\x4f\xc4\xab\xb2\x6c\x5e\xeb\x44\xee\x70\xa7\x7c\x7a\x0f\x4c\x2e\x14\x4b\x58\xc9\xba\x09\xe8\x3a\xff\x94\xfa\x3d\x6d\x80\x22\xf8\xad\x05\xfb\xe2\x5e\x68\xae\x60\xe8\x1e\x22\xdd\xea\xf9\x26\x08\xa4\x8e\x11\xe9\x7b\x16\x05\x61\x78\x64\x4e\xa5\x79\x98\xc2\x24\x3b\x19\xfd\x50\x25\xe7\x90\xd3\xb5\x90\x32\x35\x5a\xe9\x0c\x32\xb2\xaa\xb7\x79\x5e\x56\x92\x27\x23\xc1\xc5\xd5\x16\x4f\xab\xde\x72\xd9\x28\x12\x7f\xf6\xe9\x99\x45\x88\xba\x7b\x53\x30\x6a\xca\xa7\x55\x95\x6c\x74\x96\x27\xd3\xd8\x99\x83\xe1\xec\x59\x27\xd4\xf2\xf3\xa1\x25\xbc\xb0\xdf\xac\x86\x84\x53\xfa\xd2\xf4\x59\xbb\xb7\x0f\xde\x0f\x6c\x75\xff\xcb\x08\x53\xf6\x4f\xa7\xde\xfa\x55\x6d\x8b\xbe\xfd\xb5\x04\x9d\xf0\x55\x50\x14\xbf\x65\x1b\x96\xc9\x8a\x4f\x76\xa8\x5f\x91\x89\xcd\xa3\x9e\xcc\x4c\x32\xb8\x00\xb7\x0e\x05\xe4\xf8\x31\xe6\x7f\xd4\x5c\x0d\x52\x0b\xa1\xd0\x86\xa8\xd8\xbd\x67\x88\x24\xcb\x54\xf5\x3f\x64\xb5\x1d\x00\x67\x31\x08\xb2\xd5\x69\x9c\x6b\xe7\x30\x09\x2e\xeb\x94\xd2\x9c\xb5\xa6\x77\xf7\x62\x16\x47\x34\x05\xb9\x9d\x1c\x2e\x7b\x96\x97\x85\x34\xa7\x09\x53\x19\xd2\x6e\x47\xa3\x91\x3f\x91\x21\xfb\x0a\x4d\x74\x36\x5c\x3b\xd8\xc0\x5f\xb4\x1e\x12\x2a\x3f\x66\xf7\xe1\xab\x91\x17\x0a\x45\x74\x50\x17\x5b\xa9\x80\x10\x89\xc6\x5f\x7f\x83\xb4\xf4\x6a\x8d\xa1\x5b\x48\x13\xb4\xd9\x61\xd8\xa0\x7f\x9d\xd4\x82\xdb\x64\x5d\x0d\x06\x3a\xb8\x66\x30\x6c\x29\x09\xfc\x68\x3b\xa6\xf4\x05\x16\xc6\x8c\x35\xbb\xa9\x95\xf8\x40\x9c\x64\x71\x89\xd7\x28\x40\x67\x84\x6c\x81\xff\xfd\xa5\x4c\xe5\x60\x22\x54\x39\x64\xcc\x43\x0b\x58\xf7\x0a\x5e\x6b\xc4\x78\x0c\xce\x57\x65\x85\x79\xcd\x1d\x9b\x02\x46\x54\x4d\x89\xe9\x98\x00\x27\x42\x5f\x0e\xa3\xb8\x27\x4a\xf7\xf4\x53\x79\x29\x2f\x64\x85\x1e\x78\x95\x98\xc9\xaa\x49\x32\xc8\x36\x9c\xcb\xa4\x12\xb3\xac\x9a\xad\x97\x75\x93\x14\x33\x59\x8b\x7e\x2d\xe5\xed\xf2\x8e\x3f\x7c\xf0\x6f\xdf\xfd\x05\x45\xdd\xe3\x31\x88\x83\x4b\xcc\xfc\x93\xa5\x8a\x37\x6b\x36\x6a\x99\x69\x36\x9f\x4b\xc8\x5f\x99\xca\x7a\x95\xe9\x5c\xc4\x2e\x63\xd6\x72\x85\x70\x8a\xb6\x60\x67\xd2\x04\xf5\xaa\x93\xa5\xa4\x99\xa6\x34\xbc\xec\xed\xc1\xfe\x19\xf4\xaa\x37\x11\xca\xc0\x56\x18\x67\xd0\xb3\x15\xf6\xf6\xe0\x20\x2c\xa1\xc5\x10\xdc\x00\xf7\xce\xd4\x1d\x8f\xc9\x69\x64\xb5\x38\x97\x85\xac\x92\x06\x6d\x97\x02\xea\xab\x2e\x4d\xda\x79\x48\xa3\xae\xcf\xa3\xa6\x94\xa5\xc8\x8a\xba\x91\x49\x2a\xca\x39\x61\x47\xfb\xdb\x67\x64\xbf\xd9\xf1\xd4\x5d\x1b\x8c\x68\xdf\xfc\xc4\xc9\x17\x78\x4a\x4c\x22\x0f\x42\xa1\x9c\xaa\x3d\x9e\x59\x84\x89\x64\xb5\xed\xa1\x43\xf6\xb5\x8d\xf8\xd6\x84\xf7\x3d\xda\xef\xae\xe4\xba\x9a\x67\x1b\xc9\xde\x4d\xae\x7b\xa4\x3a\x3c\x7d\x6a\x7d\x13\xb6\xda\x6e\x22\xde\x93\x98\xda\x30\x14\xbf\x26\x55\xa6\xae\x5b\x3d\x8c\xe6\x19\x13\xff\x79\xac\xde\xc1\x5b\xd8\x3a\xbf\x28\xd3\x84\x67\x0b\x72\x25\x94\xde\x84\xd2\x56\x27\xdf\xc4\xcc\xef\xf9\x5a\x47\x89\x99\x46\xe6\x3c\x4a\xf5\x57\xb0\x3f\x7f\x74\xab\x54\x5b\x30\x3e\xee\xec\x32\xc9\x74\x4a\xa9\xe7\x59\x92\x97\xe7\xfb\xaa\x40\x6f\x3a\x64\x73\x55\x83\x3d\x33\x81\x0d\x6d\xe3\xfd\xe0\xa3\x36\x85\xae\x4f\x56\xb2\xc0\xcc\x4c\xe5\xca\x44\xa0\xca\x93\x8d\x31\x90\xc6\xd6\x3f\xab\x82\x16\x41\xac\xf3\xbe\x36\x32\xd6\x49\xb0\xb3\x83\x09\xdf\xda\xa8\x05\xb4\x2f\x7a\xd2\x39\x02\x65\xe5\x07\xc2\x09\xd6\xe2\x57\xc0\x55\xd9\x1f\xbf\xa2\x21\x90\xb1\x8f\x4e\xea\xef\xa5\x2c\x54\x0d\x97\xb5\x46\xcd\xed\x95\x9c\x35\x49\x71\x9e\xcb\xd7\xa5\xb1\xa5\xa6\x59\x71\x9a\x72\x75\x32\x9f\xd7\xb2\xf9\x21\xbb\xb2\x0d\xb3\xfa\x45\x99\x4a\x92\xa8\x00\xb6\x2e\x9c\xcf\x73\x84\xef\xe7\x55\x72\xfe\x53\x52\xa4\x76\x32\x97\x10\x09\xee\x58\xbd\x90\x44\xa5\xb9\x25\xe9\xd4\x3f\x25\x0d\xcd\xd7\x4b\x42\x41\xe3\x23\xee\x1a\x07\xc4\x45\x13\x72\x3b\x0c\x1a\x25\x13\x5a\x48\x4c\x44\x6f\xae\x0e\x22\x1a\xc4\xda\x37\xc1\x6c\x8b\x6c\x78\xc7\x10\x32\x42\x70\x55\x56\xb4\x8a\x4d\x88\xc2\x62\xd9\x6c\x89\xa2\x04\xdb\xa1\x57\xfe\x51\xf7\x20\xfe\x74\x1d\xa0\x18\xa2\xb8\x74\xb2\x5b\x0e\xa1\x4c\x28\xad\x5f\xe4\x00\xce\xb9\x8b\x8f\x17\x05\xce\x5d\x93\x40\x8a\x1d\x46\x90\x22\xfa\x1b\x7f\x5e\x78\x1d\xbd\xb4\x1d\xec\x8e\x92\x5b\xea\x8b\xab\xc3\xb4\x32\xe1\x2e\xb6\x29\x0a\xda\x84\xd9\x88\x44\x63\xd0\xac\xbe\x44\x01\xb7\xbc\x3a\x5d\x24\x69\x79\xe9\x22\xcc\xcb\x5c\x5e\xc0\x59\xfc\xeb\x9f\x99\x5d\xc1\x1d\xa3\xd1\x3f\xe3\xf9\xdd\x20\x49\xd1\x4e\xf6\x0a\xe1\x95\x89\xe6\x24\x68\x0f\x33\x47\xe2\xe3\xf4\xfe\xc5\xc6\xdf\x6f\xb9\x98\x54\x1e\x41\xed\x69\xfe\xe5\xd1\xea\x6a\x10\xb3\xdb\xd8\x5a\x8f\xc4\x7d\x7c\xf8\x6f\xff\xca\xe3\x06\xb9\xc8\xa3\xbd\x47\xdf\x79\xd1\x4a\x8d\xa5\xe7\xdf\x22\x1a\xa4\xdf\x8f\x91\x23\x66\xc8\xc3\x90\x07\x23\x78\xcd\xc4\x84\x78\xd2\xfd\x1f\xbd\x4b\x10\xee\xa5\xed\x05\xf2\x6f\x52\xf0\x90\xf8\x91\xcc\x4c\x8c\xf0\x65\xd9\x92\xd7\xa6\xed\x55\x7d\xdf\xf6\xba\xc6\x6f\x4a\x50\x2d\x76\x6d\xba\xce\x28\x1e\xb8\x93\xc2\xd7\xc3\x07\x0f\x2e\x58\xfe\x83\xd6\x68\xed\xbd\xbf\xd6\xeb\x95\xa2\x49\x6a\xd1\xdf\xbf\x94\x67\x9f\xb2\x66\xdf\x8c\xad\x49\x1f\xad\xa3\x5c\xcf\x16\x60\xbf\xe2\x99\x8c\x90\x61\xe3\x4f\x72\x78\x16\x71\x8b\x8f\xad\xb4\xc9\x7b\x4a\x28\x30\x08\xa5\x11\x33\xa3\x64\x04\xdb\x7f\xa8\x11\xdb\x73\x82\x07\x90\xf6\x8e\x3d\x84\xeb\xa2\x96\xd1\x44\x16\xfe\x17\x3f\xe4\xd2\x27\xb9\x39\x2b\x93\x2a\x7d\x51\x5e\xc8\xe3\x99\xe2\x21\x34\x38\x91\x2d\xed\x0c\x05\xd8\xf6\xe4\x6e\x7d\x51\xe3\x6f\xb8\x93\x6c\x2a\xd4\x45\xe2\xbb\xdf\xb4\x4c\x98\xcc\xb3\x4b\xa5\xd3\xe2\x16\x45\x09\x1d\x16\x89\xef\xe7\xa4\x3a\x97\x2f\xf3\x75\x1d\x46\xe3\x33\x13\x7f\xf4\x67\x7f\x76\x37\x11\xfb\x90\xa5\x5c\x96\xd9\xef\x36\xb5\xe9\x4e\xd2\xfd\xa5\xac\xce\xa5\xcf\xb5\xf8\xbc\x8f\x25\xdb\xe1\xed\x9c\x27\x33\x29\x8e\x15\x1a\x39\x57\x2b\xff\xcf\xb2\x90\x34\x37\x24\xd2\x7b\x68\xb0\xe1\x65\x9f\xb4\x54\x3f\xe3\x58\xbc\x69\x83\x5c\xa0\x6f\xc1\xd5\x39\xd7\x66\x35\x8c\x09\x47\xa6\x13\x6d\x2b\xe6\x20\x36\x91\xc0\xeb\xd6\x73\x12\x22\xab\x26\xb9\x2a\x62\x3e\x24\x6e\xd0\x08\xf2\x5d\xcf\x16\x4f\x4d\x3e\x96\x5b\xe5\x32\xb8\x17\xb7\x47\x5d\xd7\xb2\x42\xfb\xb0\x2f\x48\x66\xe0\x05\x0c\x18\xbe\x03\xa1\xf8\xad\x62\x6e\xf1\x13\x72\xcc\x2c\xdb\xea\x98\x06\x68\x27\xa0\x33\x2c\x34\xeb\xcd\x70\xd1\xcf\xca\xb2\x4a\xb3\x22\x69\xc0\x16\x49\x55\x79\x9e\x34\x49\xeb\x1c\x42\xc6\xba\x1d\x44\x93\x46\x6a\x3f\xf6\x10\x90\x60\xaf\x1c\xf2\xa1\xd3\x80\x4f\x79\x52\x37\x2f\xf5\xe7\xc3\xe0\x3b\x11\xcc\x80\x17\xd0\x8b\x04\xe3\xd2\x6b\x6e\x1c\x00\x65\x42\x74\x01\x15\xaa\x64\xd6\xb3\x05\x23\x7d\xd5\xbb\x6b\x3e\xd0\x37\xb8\xc6\xa8\x6e\x50\x6e\xa3\xad\xe2\x81\x2f\xcb\x75\x2d\x83\xae\xa1\x34\x2d\x2f\x0b\xaf\x67\x28\x8f\xf4\x0c\xe5\x26\xd3\xf5\xcd\x90\x04\x78\x7a\xbd\x90\xb5\xc4\xec\xa0\x52\xa6\x32\xc5\xbc\xa0\x49\x23\x2e\x25\xc4\x42\x40\x89\x5a\x9e\xfd\x8e\x52\x40\x58\x7d\x0d\x2d\xc1\x22\x03\x24\x6a\x8b\xe4\x42\x8a\x64\x36\x53\x0f\x55\x53\x8a\x59\x9e\xc9\xa2\xf9\x0f\x0c\x07\x05\x7f\xff\x4d\x64\x18\x1e\x17\x56\x68\x3b\x01\x38\x79\xa1\xa6\xf6\x5a\x95\x03\xc9\xfe\xe4\xf5\x81\xd5\x81\xc0\x27\x5b\x7a\x4f\x97\xf2\xba\xf7\x04\xfc\xc9\x44\x0f\x0a\xb2\x05\x83\x0d\x21\xaf\x1a\x59\xa4\x81\x8c\xee\x49\x1c\x46\x43\xb8\xd2\xe8\x66\x55\x65\x17\x0a\xca\x3e\xc0\x42\x8e\xd3\x43\x1b\x96\x87\x7d\x9d\xad\x2b\x45\x1b\xc3\xcc\xb4\x9e\x90\x82\xcd\x08\x8e\x83\x37\x91\x9a\x5f\xe9\x63\x62\xe8\x8b\x32\x4b\x07\x6f\xdf\x8b\xa9\x78\xcb\x52\x57\x56\x6b\x85\x70\xac\x28\x25\x9c\xbd\xd3\x48\xad\x57\x52\x57\x1c\x58\x1d\x4a\xb3\xc8\xea\x51\x0d\x17\x85\x28\x61\xe8\x75\x99\x27\x79\xed\xd0\xa3\xbb\x30\xd0\x52\xbb\x0c\xeb\x42\xf1\xf9\xb3\xb8\x16\x57\x8a\x89\x15\x1b\x1e\xd0\x91\xde\xa6\x90\x96\x66\x91\x4e\x56\xeb\xb3\x3c\x9b\x89\x99\x39\x92\xe7\x59\xfa\x66\x95\x26\x8d\xec\xaf\x2a\x79\xf1\x72\xfb\x42\x31\x5a\x5a\x38\xbb\x7b\xf7\x44\x7f\xcf\xf6\xc1\x66\x1d\xab\xbe\x37\x9d\x8a\xb0\x36\x55\x6f\xe1\xe6\xc9\x06\x00\xa2\x7f\xbd\x65\x73\xa8\x2e\xa9\x75\xb1\xbf\x65\x79\xfe\xa6\x58\x96\xeb\xa2\xe9\xdb\x91\xa0\x37\x0d\x10\xa3\x79\x59\x1d\x25\xb3\x45\x5f\x91\x46\x65\x0d\x66\x87\xfa\xcf\xfe\x60\x10\xd9\xc7\x4a\x16\xa9\xac\x5c\x67\xc4\x03\x79\x22\x92\x62\x13\x2a\x18\xcb\x22\xdf\xd0\x0d\xe4\x9a\x56\x22\x62\xd2\x8a\xf6\x29\xd1\x86\x91\xaf\x76\xdd\x20\x71\x32\xbd\xb5\xd4\x9a\x80\xe8\x57\x1a\x10\xa1\x4f\xbf\xeb\x00\xaa\xe8\x0e\x72\xd9\x88\x2b\xd4\xab\xba\x66\xa3\x2b\xf2\x75\x13\x7c\xdd\x3c\xa6\xaa\x4b\x0a\x17\x7b\x6e\x38\x72\xbe\xaa\xff\x95\xdf\xb5\x80\x8e\x57\xb4\x4f\x11\x51\x10\xee\xa0\x93\x84\xd7\x74\xe2\xe9\x28\x71\xcb\xe1\x93\x2f\xe9\x99\x97\xd5\x72\x22\x3e\xc2\xdf\xb9\x82\xb8\x3f\x5d\x5f\xdd\xac\xae\x86\xe2\x4f\xd7\x9b\x9b\xd5\xd5\x20\x26\xe5\x21\x44\x15\x7b\xe2\x8d\x12\xdd\xd2\x3f\x64\x87\x47\x64\x33\xb8\xc4\xae\x2c\x00\x03\x3f\x2f\x2f\x0d\x8c\x7f\x20\x45\x7e\xb5\x37\x2b\xaf\xd2\x9b\x15\xa9\x02\x58\xfb\x14\x9f\x2f\x53\xcb\x95\xf9\x15\x8f\x8a\xd4\xab\x76\x64\xc3\xef\xdf\x70\xb0\x37\x08\x94\xcc\x4c\x4c\x45\x1f\xae\xcf\x24\x78\x5d\x7e\x7a\xfd\xe2\x67\xa3\x7a\xa5\xca\x70\x04\x50\xaf\x8f\x5d\x2f\x0a\x04\x41\x2c\x36\x03\x5d\x4e\x7a\x79\xec\xe0\x8f\x94\x12\x98\x23\xa5\x38\xe5\x40\x03\x8d\xbb\xb0\xfb\x8b\x42\xc2\x41\xe2\xf6\xa9\xc3\x85\x4d\xa6\x03\x18\xb5\xba\xbf\x7d\x6f\x56\x5f\xba\x79\xd8\xc3\x97\x6d\xdd\x9b\x55\xb8\x71\x6f\x56\xe1\xb6\xbd\x59\xfd\xb1\x9b\x56\xae\xb6\xec\x99\x83\xe0\x2f\xd8\x36\xde\xc9\x9d\x77\xce\x75\xc3\x36\xcf\x15\xb3\xfd\x73\xc5\x5f\xb4\x85\x40\x07\x7d\x19\xdc\x99\xeb\xfd\xa5\x3b\xa8\xbb\xf8\xb2\xfd\x3b\x2a\xd2\x70\xf7\x8e\x8a\x34\xdc\xbb\xa3\x22\xfd\x6a\x3b\x77\x4b\xa8\xb3\x3b\x7b\x87\x2d\x1b\x8f\xc5\x49\x91\x6f\xc4\x02\x05\x84\xb9\x9c\x2b\x82\x39\x9b\x7d\x02\x53\xad\x54\x3f\x04\x84\xb2\x42\x81\x26\x8c\xa2\xe3\x95\xfb\xb2\x4c\xfe\x51\xd1\x51\x0f\x42\x8b\x22\xa0\x2b\xfd\x9d\x72\xd1\xfe\x9a\xa4\x3a\x97\x8d\x48\x4b\x59\x17\xbd\x46\x2c\x93\x66\x86\xd1\xec\x70\x9e\xc6\xa7\x4a\x9c\xbc\xb2\x2d\xb3\xa0\x25\x69\xa6\xa3\x35\xc0\x4e\xe9\xb6\x43\x71\x96\x64\xb9\x28\xd7\x8d\x5b\x9d\x99\x24\x85\x10\x6f\x44\x45\x2e\xe0\xf9\x40\xef\xb2\x36\x5f\x70\xe7\x47\x7a\xfc\xa4\x16\x64\xcb\x87\xa2\xb5\xc3\xc1\x40\x7c\xfe\x1c\x1b\x37\x32\x65\x2e\x5a\xfe\xa2\x49\x44\x7a\x1f\x0c\xb0\xf3\xe0\xb0\x22\xc7\xf4\x4a\x2e\x25\xc4\x8f\x73\x5c\x1c\x9a\x8c\xcc\x33\x59\xe1\x51\x60\xf0\x8c\x84\xf2\x78\x9a\x3f\x9c\x25\xae\xa3\x34\xab\x9b\xac\x38\x5f\x67\xf5\x42\x9c\xc9\xe6\x52\xca\x42\x64\x45\x9a\x5d\x64\xe9\x3a\xc9\xb1\x31\x46\xfe\x83\xdc\x25\xd8\x59\x3d\x93\x45\x52\x65\x65\x6d\xbb\x39\xdb\x88\x4a\x4f\x49\xd1\x8c\x97\x8b\x4c\x1d\x3c\x54\x06\x05\x90\x1a\xf6\x52\x56\x12\xe3\x38\xd3\x5b\xa6\x39\x37\x43\x64\x42\x08\x36\x2c\x72\xb7\x8e\x62\x17\x4b\x37\x92\x06\x10\x70\xbf\xcc\x0d\xa5\xc9\xf1\x00\x23\x36\x59\x14\xbd\xad\x1b\xad\x0d\xe8\x8c\x4c\xc4\x8c\x88\xa6\x16\x46\x54\xf2\x43\x55\x2e\xed\xc8\x96\x4f\xa1\x98\xc4\x60\x34\xc4\x11\xf7\xee\x45\x4a\x71\xca\x43\x3b\x96\xcf\x22\x5a\x2e\x27\xc6\x23\x36\xd5\x5a\xb6\xb0\x7a\x66\x3e\x94\x56\xb3\x87\xb6\x28\xcb\x4f\x62\xbd\xc2\xf0\x9e\x2b\x35\x9f\x0a\xb2\xfd\xc1\x3b\x3c\xa6\xb2\x01\x13\x77\xfb\xac\x4c\x37\xe0\x1d\x5b\xd4\xeb\xca\xf9\x86\xd4\xcb\xb2\x6c\x16\x1e\xb6\xa2\x6c\x93\xe2\x9b\x1d\xbe\xee\xa7\xe5\x6c\xbd\x04\x1c\x55\xa6\x9b\x61\x0b\x82\x1e\x2d\xcb\x0b\x43\x18\x6b\x24\x3b\x44\x8f\xa1\xf1\x7d\xb1\xae\x15\x18\xaf\x9a\x75\x25\xc5\x6a\x91\xd4\x52\xdc\x1f\x0f\x86\xb7\x1e\xa2\x6e\xca\xd5\x30\x40\xf7\xbb\x0d\xf3\xbe\xeb\x39\xb8\xdb\x4b\xf0\x52\xc7\xb4\xb1\x5a\x10\x51\x16\x62\x59\x9e\x65\x10\xfb\xeb\x22\x9b\xc9\xda\xc1\xb4\xc6\x34\xc6\x74\x8d\x48\xb1\x08\x5c\x63\x25\x83\x6c\x50\x1f\xd5\x0f\x5e\xc8\x2f\xb8\x59\x7b\x16\xe2\x77\xc0\x5a\x78\x71\x00\x92\xd6\x20\x53\x48\x01\x66\x44\xaa\x6e\x17\xc8\x1b\xe1\xad\x30\xf3\x50\xc5\x74\x82\xba\x4d\xe4\x2e\xbe\xd1\x5f\xf4\xed\xe9\xef\x7e\x4f\x39\x57\xad\x47\x78\xe9\x76\x82\x8c\x69\x65\x09\xfc\x6e\x9a\x7b\xac\xc6\x79\xb6\x48\x0a\xc8\xfc\xda\xf6\xc9\xdc\x73\xd2\xed\xd6\xab\xee\x98\x74\x6f\x7a\xb7\xb8\xf3\x1d\x74\x4b\x79\x17\x16\x03\x8e\x3e\xce\xb3\xee\x86\x54\xff\x60\x60\xc3\x41\xce\x92\xda\x1e\xff\x6d\xb1\xb7\x05\xda\x53\xd9\x58\xcc\xa6\x70\x1f\x50\x4e\x20\x4c\xad\x64\x2d\x1b\xeb\xc4\x6f\x7a\xd9\x19\x6d\x73\xd1\xde\x16\x11\xdd\x20\x0e\x74\x70\x7c\xe1\x8b\x62\x48\xd6\x21\xdb\x82\x01\x13\xc0\x44\x84\x64\xed\xc2\x35\x47\xf6\x74\x4a\xd9\x3a\x2c\xb7\x91\x68\x29\x2f\xb4\xcc\x5a\x13\x92\x55\x1d\x3e\x16\xbb\xc8\xd8\x6c\x74\xca\xfb\xd0\xfe\xbe\xf8\x51\x9f\xc4\x0c\x61\xc8\xc1\xd7\x19\x64\x7e\x2b\xe7\x73\x27\x2f\x47\x81\xfa\x3c\xab\xd0\x63\x51\xdc\x17\x7f\x5d\x25\x55\xb2\xd4\x5f\xf7\xc5\x6b\x57\xb3\x14\x8a\x90\x2b\xc1\xbc\xa0\x06\x1c\x85\x4d\xc6\xec\x2e\xb5\x01\xef\x96\x0b\xc5\xf5\x1a\x2c\x04\x30\xe3\xa8\x00\xb5\x9f\x9c\xfd\x9d\x5e\x96\xa7\x90\x7f\x15\x7a\xf6\x09\x25\x20\xeb\x52\x45\x72\x9d\xeb\x5d\x31\x29\x7d\xd7\xb3\xc5\xa1\x07\x01\x96\x00\xdb\x63\x01\x86\x81\xcc\xd6\xc3\x86\xdc\x83\xad\x17\xbf\x77\x30\x9f\xd7\xe5\x8f\xb2\x41\xbb\x0c\x88\x84\xa9\x97\xf0\xf9\x33\x7e\xe6\x4c\xaa\x13\xfa\x4d\x82\xd6\x23\xad\xc0\xb0\xc0\xb5\x69\xad\xf3\xb7\x98\x44\x3b\x04\x12\xcc\x5d\xcb\xe8\x53\xa3\x63\x01\xdd\x49\x9d\x5c\xc8\xd4\x3d\x48\x30\x58\xaf\x16\xb0\xd9\x3f\x67\x75\xb3\x0d\x6a\x20\x53\xa2\x06\x1d\xd5\x81\x6d\x08\x4c\x5d\x7c\x06\x2d\x60\x15\x1c\xf3\x56\x90\x22\x5a\x99\x18\x44\xf9\xce\x03\x8c\x63\x79\xad\xc9\x7d\x83\x51\x3e\xcc\xb3\x22\x45\x72\xbc\xb0\x8b\x88\xb5\xe0\x5c\x14\x56\x98\xc1\x8b\x97\xde\xa6\x4f\xde\xc4\x32\x44\xdd\xa7\x99\x15\x19\xb8\x31\x07\x6c\x50\x52\xd7\xe5\x2c\x03\x32\x03\x7c\x9b\x55\x65\xe0\x3f\xf0\x98\xb6\xde\x7d\x9d\x99\xa6\x49\x32\x9d\xda\xc2\x03\x80\xe0\xb0\x18\xe3\xb2\xf5\xa0\x6c\x04\xf0\xae\x5b\xdf\x7e\x9e\xd3\x6d\x27\x18\x29\x06\xc7\xaa\xcf\x9f\xdb\x4f\x28\x56\xae\x1a\xf1\x97\x03\x2c\x73\x02\xa4\x00\xc5\x23\xb7\xff\x11\x7d\x8b\x3b\x3c\x13\x74\x3d\x9b\x8b\xa4\x10\x12\x77\x45\xf4\xcb\x0a\x94\x22\x3a\x55\x88\x2e\xee\xd5\x02\x8d\xdb\xea\x01\x11\x29\xe0\x49\x1a\x9d\x7f\xec\x44\x02\xde\x1c\xbb\x9b\x50\xa6\x5c\x7c\x06\xe7\xaa\xa1\xed\x88\xe4\xb7\xd1\xaa\x6a\x46\xf3\x98\x99\x2a\x34\xa6\xff\x54\xd4\x37\x63\x37\x76\x94\xb6\x98\xf0\xc3\x6c\x92\x3f\x14\x13\x61\xed\x49\xec\x11\xeb\xa1\x46\xba\x32\x19\x7d\x84\x16\x54\x2f\x78\x2f\x78\xc6\x7a\x7e\x46\xb0\xb6\xac\xbd\x5a\x8f\x15\x8b\xa3\x30\xd2\xf1\x91\x0d\x21\xac\x97\x19\xcc\x6a\xc7\x35\xe9\x6f\x41\xf3\xd1\x2c\xc9\x73\x33\x23\xb7\xd9\x03\xab\xfd\x6b\x3b\xac\x11\x9e\xfc\x51\xd0\x32\x8e\x13\x9e\x36\x8d\x5c\xae\x90\x61\x55\x78\xc6\x5d\x5b\xbc\xce\x66\x03\x01\x6f\x38\x4c\x01\x6e\x42\x0d\x78\x4c\x66\x05\x50\x7b\xc0\x95\x73\x0c\xd1\x58\x2c\xfe\x9a\xe1\xf4\xa6\x84\xa8\x08\x16\xb7\x9b\x8e\x5c\xf7\xf0\x92\x78\xbd\x72\x50\x8d\xe2\x44\x3b\x20\x43\x02\xaa\x60\x3b\x9a\x0f\xdf\xf7\xdb\x89\x3e\xd4\x62\xfa\xb9\x6c\x44\x26\xa6\xe2\xc1\x63\x91\x89\x27\x6e\x03\xb4\x5f\xe7\x63\x91\x7d\xfb\x2d\xe9\xc9\xe2\x06\x55\xe7\x6d\xf6\x9e\xe0\x02\x0c\xf7\x41\xe7\x33\xa0\x9a\x37\x8a\x41\x74\x63\xab\xef\xbb\x89\x83\x18\x27\x41\x02\x40\x78\x86\xac\xa6\xa5\xfe\x1d\x19\xa8\x71\x0b\xc4\xdd\xfa\x54\x94\x97\x85\xa3\x15\x4d\x4c\xae\x42\x5e\xba\xc2\x55\x52\xd7\x00\x17\x1c\x1a\xec\xf7\xd7\x7e\x83\x04\xd0\x55\x63\x06\x52\xe7\x1e\x3b\xf2\x1d\xf8\x10\x4e\x1f\x1a\xdb\x2b\x58\x0f\x7b\x29\xae\x19\xf7\x10\x6a\x6c\xdf\x11\xe9\xae\xa1\x71\x8a\x92\x35\x1a\x82\xac\xc3\xe1\xd5\x15\xe3\x66\xc6\x63\x00\x08\xd8\x33\xfe\x45\x9d\x39\x1b\xbc\x1b\xcc\x58\x7c\x3c\x99\x37\xc9\xa4\xcd\x64\x61\x0b\x57\x4b\x59\x11\xc7\x75\xb4\xa0\x23\x3b\xa8\x19\xd2\xf5\x71\x35\x21\x3a\x66\xb1\xcf\x06\x1d\x5d\x91\xc1\x36\xa4\xe2\xc6\xaf\xb8\x89\xe8\x7e\xd9\xee\xfa\xbc\x7c\x37\x9d\x8a\xc0\xab\xd0\xb6\x95\x93\x44\x00\x19\xd8\x1d\x94\x68\x71\x10\xc6\x13\xa4\x9c\x1f\x07\x5d\xc6\x16\x2b\xf0\x55\x05\x6e\x84\x3e\xa0\xab\x0e\xf8\x1c\x58\x02\xd7\xa6\x8e\x61\x32\x1d\x33\x99\xba\x1d\xec\x7d\x81\x0d\x9d\x12\x01\xf3\x2e\x90\x0f\x2d\x1c\xa8\x81\x82\x7f\xf2\xee\x4a\xb5\x1e\xfe\xb7\x6c\x63\x46\x00\x2b\x1d\x20\x10\xad\x1e\x03\x04\x0d\x74\x61\xed\x1d\xe5\x37\x06\x46\x6e\x99\xc8\x53\xb5\x72\x36\xc8\x86\xa6\x80\x4e\x21\x26\xf7\x29\x08\x19\x4f\x0a\xf3\xb4\xda\x0f\x27\x17\xb2\xaa\x23\x1f\xcf\x25\xb8\x42\xd7\xbf\x65\xcd\x42\x8b\x12\xd1\x93\xea\xdf\xe5\xe6\x59\x99\x6a\x1f\x42\xfd\x6e\x6b\x5b\x63\x2c\x03\xf2\xf7\xc7\xaa\x5c\xaf\x86\xef\x8a\x5d\x8c\x64\x21\x2b\xf2\xeb\x2a\x59\x81\xb1\x18\x6f\xc1\xbe\xb1\x56\xa1\x73\x9f\xef\x16\x18\xb1\xa0\x54\xab\xcd\x93\x8d\x37\x88\x2e\x65\x35\xd1\x15\x81\xd7\x43\x67\x3b\x5a\xeb\x65\xb9\x5a\xaf\xbc\x5a\x50\xc6\x6a\xbd\x82\xec\x95\x75\x76\x21\x5f\x94\xa9\x04\xe4\xcb\x8b\xbc\x1e\xf8\x47\xd6\x95\x0d\x24\x9a\xe4\x3f\x29\x4e\x96\x37\xc4\x18\x88\x63\xaf\x12\xeb\x00\x92\xfa\xf2\x56\xaa\x88\x0f\xc2\xac\xf7\x78\xe5\xb5\x39\x42\x6e\x2a\x3a\x86\x48\x07\xac\x97\x75\x2d\x7f\x03\x8b\xfd\x48\xbc\x15\x80\xdf\x7d\x34\xe8\xdf\x5f\x55\xe5\x45\x96\xf2\x9d\x55\x80\xb4\xae\xe5\xf7\x48\x94\x0f\xf5\xcf\x17\xb2\x3a\x97\xe9\x2b\x39\xaf\x4d\xc9\x6f\x49\x55\x64\xc5\xb9\xfd\xfd\x4c\xe1\x0b\xf3\xe3\x54\x36\xaf\xb3\xa5\x2c\xd7\xb6\xe4\x38\x35\x7f\x69\xc3\x2f\x02\xa2\xfe\xec\x16\x65\xf9\x29\x66\x58\x7b\x17\x70\xa5\x46\xb9\x27\x90\x71\xde\xfa\xb4\x86\x0e\xae\xb7\x72\x79\xf5\x06\x00\x10\xf5\xa2\xb2\x44\x61\xd7\x34\xd8\x66\x11\xbc\xdb\xa1\x83\x4d\xea\x5f\x5f\x9f\x3c\x3f\x11\xfb\xc4\xc7\x1b\xe4\xe3\xa0\x9c\x84\x5c\xa4\xab\xa4\x90\xb9\xb8\x5c\xc8\x42\x5e\x68\x6d\xe6\x59\x25\x93\x4f\x28\x94\xc9\x6a\xed\x77\x8f\x5e\x8a\xa2\x7f\x21\xab\x6c\x8e\x59\x30\xea\x95\x9c\x0d\xd4\x30\xc4\xfe\x18\x36\xe2\x58\xfd\x2e\xd4\x36\x59\xfb\xe3\xb2\x80\x2f\xcf\xf2\xb2\x96\xea\xf8\x2b\x66\x26\x0a\x48\x0f\x08\xe9\xef\xcb\x74\x83\x68\xf1\x90\x1b\x2a\x47\xfc\x6c\x78\xdc\x08\xcd\x46\x5a\xd3\xe5\x53\xd9\x90\x6d\x8c\xd8\x37\x8f\xef\xdf\x17\x2f\xb2\x22\x5b\xae\x97\x0a\x4b\x2f\x57\xe4\xdd\x1c\x2a\xaa\xca\x8a\x9c\xd1\x6c\x37\x59\x82\x81\x73\xff\x63\xea\xe0\x65\xf4\x49\xca\xd5\x71\xf1\x7d\xb9\x2e\xd2\xfa\xe3\x00\xac\x86\x31\x53\x4c\xaa\x5f\xdd\x65\x56\xb4\x1b\x51\xeb\x49\x24\x57\x7f\xf4\x24\x92\xab\xae\x49\x18\x4b\x5b\xf7\x48\xd8\xb9\x1d\x81\x9a\xb1\x56\x34\xab\x91\x05\x9b\xc0\x06\xe2\x93\xdc\xa4\x8a\x78\x57\x8c\xe5\x59\x32\xfb\xa4\xde\xc3\xcb\xa4\x16\x95\x3c\xcf\xea\x46\x56\x76\x78\xdd\xf2\xa4\xf8\x77\xb9\x79\x5e\x5e\xaa\x39\x38\x9b\xde\x5d\x87\x5a\xaf\xba\x06\xea\x43\x86\xba\xa6\x4a\x66\x9f\x6a\x05\xcc\x90\x77\x15\x5b\x2d\x92\x5a\x9c\x49\xcc\x4e\xa3\xab\x0f\x22\x13\x7b\xb3\x0a\xa7\x95\xd5\xc7\xea\x93\xf5\x88\x51\x98\xdf\x83\x4b\xe6\xac\xc6\xbe\x11\x0b\xf9\xff\x3c\x7a\x75\xe2\x49\x9a\xa7\x1e\xd5\x4d\x3c\xdc\x9f\x1f\xfd\xf0\xf4\xcd\xcf\xaf\x3f\xbc\x7c\x75\xf2\xf2\x74\x22\x5e\x26\x55\x93\x25\xf9\x13\x82\x99\x0e\x8c\xad\xb2\x71\x48\x77\x8a\x8c\xac\x7e\x9e\x54\x9f\xf4\xe3\x49\x14\xd3\xc4\x0e\xb2\x87\x46\xef\xa1\x6b\x9b\xfd\x84\xd0\xf3\xb4\xca\x92\x9f\x20\x53\xc8\x69\x76\x96\x2b\x84\x6e\xfb\xa3\xd3\xf5\x7d\x5b\x42\x8a\xe7\x49\x37\x1e\x3d\xd0\x59\x7e\x6d\x77\x6a\xab\x9f\x2b\xf2\x0c\xd5\x62\x86\xd3\x36\x27\xd1\x25\xca\x33\xfa\x31\xc5\x37\xa7\xba\x8b\x87\x0f\x6c\x84\x24\x79\x31\xaa\x17\xd9\xbc\xf9\x77\xb9\x19\x70\xa1\xd2\xc5\x68\xd6\x54\x39\x2d\x17\xb6\x83\xbf\x3c\x60\x82\x34\x21\xf3\x5a\x9a\xee\xfc\x56\x76\xd0\x48\x94\x16\xf8\xf6\x98\xef\x1e\x3c\x8f\xda\xf6\xf9\x95\x9c\x07\x51\x01\xf4\x7e\xcd\xe9\x1b\xe6\x22\xb2\xcc\x4f\x20\x54\xc8\x13\xfe\xfe\x11\x3d\x21\x56\x54\x8f\xec\x72\x25\x2b\x70\x73\x45\x47\x48\x2d\x7d\xd6\x26\x60\x64\x06\x9a\xe6\xc5\x9b\xe0\xd4\x4e\x30\x81\x3e\x13\x19\xa8\x1d\x60\xf3\x1a\x69\x5e\x68\xe0\xc5\xf0\x8c\xd5\x19\xe9\x0e\x1f\xbb\x9a\x37\x3e\xe1\x7e\x63\x14\xfd\x6f\x59\x17\xe8\x5c\x37\x88\x47\xdb\x83\x4d\xfb\x3e\xa9\x65\x47\xf8\x0e\x7e\x91\xb0\xda\xbc\xac\x2e\x93\x4a\x91\x31\x5e\x3c\x22\x46\x12\x1c\xa0\xa7\xd6\xca\x10\xe1\xe5\xba\xb1\x74\xb8\xa8\xe4\x3c\x34\xc5\x5b\xb9\x40\x48\x01\xe9\xde\x67\x37\x5d\xc7\x3a\xf3\xba\xf5\x6c\xce\xcd\x16\xc5\x5e\xcc\x56\x47\x6e\x61\x03\x8d\x6d\xf7\x6b\xdd\xc1\x27\xd3\x72\x18\xaf\x4b\x00\xbb\x93\xe2\x79\x56\x2f\xb3\xda\x45\x8d\x82\xf0\xe7\xf0\x0d\xe2\x57\x19\x73\x33\x07\x4b\xd5\x4c\xc2\xe7\xe3\xa2\xce\x52\xf9\xba\x22\x19\x84\x31\x6e\xda\xd1\x15\x92\x10\x50\x8b\x06\xc8\xcd\xea\xef\xf3\x12\x22\xa9\x91\xa2\xa7\xb9\x24\x16\xd3\x59\xfd\x2c\xcf\x66\x9f\xd4\xd0\x27\xeb\x46\x0d\x60\x6f\x07\x75\x0d\x76\x68\x92\x58\xad\xf8\x2b\xc9\x2d\xe9\xe6\x2a\x79\x8d\x3c\xd7\xfc\x26\x6b\x10\x75\x1e\x3b\x47\xe9\x9a\x67\x60\xa9\xd7\x67\xb1\x5a\x34\x7c\x46\x4b\x00\x0d\x85\x4a\x18\xdb\x62\x8a\xbf\xc0\x39\xb3\x2c\x80\x0c\x7d\x9e\xa5\x2f\x34\xf1\x6d\xd6\xe5\x05\xeb\x10\x82\x10\x1d\xe1\x9e\x91\x49\x7e\xc1\x6c\xda\x9e\x1e\x83\x12\xbc\xc0\x81\xe6\x62\x54\x65\xa9\xd1\xa7\xc5\x78\xe1\x55\x3e\xe8\x43\x80\x51\x76\xa3\x18\x66\xf1\x9b\x7b\x68\x75\x5b\xf3\xa3\x7c\x79\xfb\x09\x2c\x0d\xfb\x24\xa6\x9c\x9b\xea\xeb\x35\x21\x62\xf1\xd6\xab\x1d\xe0\x19\xbf\x3a\x0d\x79\xd8\xbe\xed\xdd\xef\x80\x4d\x1c\x8c\xff\x80\x13\xeb\xf7\x00\xd9\x71\x96\xc9\x6f\x7b\x09\x89\x04\x2d\x2b\xd9\xf7\xbf\x5f\x8b\xda\x31\x79\x02\xe2\x74\xe9\x5f\x70\x7e\x8c\x09\x0c\x1a\xbf\x05\xb8\x4b\x72\xb8\x54\xaa\xa3\x63\xf7\xfb\x3d\xdd\x5e\xb4\x8b\xc0\xdb\xc7\xb7\xf4\xad\x0b\x62\x83\x1d\xe8\x5f\xbb\x36\x9f\x51\xf6\xab\x66\x7c\x44\xd8\xc5\x13\x4a\xd6\x1d\xf4\x15\xa9\xe7\x75\x17\x06\x2b\x50\x9d\xbe\xf0\x4b\x23\x5d\x87\xfa\xc9\x83\xd6\xfd\x7a\x21\x8b\x35\xee\xd9\xb5\x68\xca\xf3\xf3\x5c\x4e\xf4\x7f\xbd\xcf\x0a\xa5\x28\x72\x71\x62\x67\xa1\xbe\x01\x67\x26\x6e\xde\xe3\xf9\x68\x16\xbf\x0f\x74\xa5\x3f\x62\xc6\xd8\xbb\xa9\xe5\xf0\x9f\x44\xb8\xbf\x83\xbe\x4f\x48\x44\x38\x41\x17\xf2\xa5\xf3\x59\x8b\xb0\x80\xa0\x38\xa4\x32\x3c\x9f\xeb\x53\xc7\xe1\x9e\x2d\xcd\xe7\x14\xf2\x92\xf0\x3a\xfd\x6b\x4b\x67\xdc\x0c\x42\x50\xa6\xcc\x15\x80\x2f\x41\x82\xa0\xe4\xbb\xc6\x78\xdb\x44\x8a\xc0\xcf\x5f\x3f\x4f\xaf\xca\x5c\x6d\x96\xfe\x25\x0e\x0f\x45\xdf\xbd\x65\xda\x05\xcb\x20\x5c\x7f\x16\x3c\xbe\x81\x98\x92\x67\xc9\xcb\x4a\x7d\x28\x7a\x3d\x31\x21\xdf\x9d\x87\x13\x9b\x94\x1f\xef\x88\x38\x46\xe9\xc7\x8a\x1a\x22\x41\xde\x6c\xf8\xcf\x5e\x17\x91\xf1\x45\x34\x45\x5b\x84\x1b\x5b\xc2\x38\xad\x09\x87\xc2\x51\x2c\x4c\x55\x7b\xa0\xaa\xd6\xd7\x35\xf2\xe6\xb5\xc4\x96\x08\xe2\x5e\x40\x28\x8c\x43\x0c\xdf\xe8\x45\xc2\x88\xc4\x21\x99\x30\x30\x52\xa7\x4f\x19\xfa\xd4\xd6\xf3\x68\xa7\x9b\xe0\x1d\x00\xfc\xee\x04\x4c\x13\x26\x6d\x9a\x7a\x66\xa8\xdf\xaf\xcf\xe0\x35\x3d\x42\xe9\x80\x6f\x00\x37\x1a\x8d\x62\xf4\x0e\xa7\x0f\x28\x70\xa9\x89\x13\x50\xf3\x6a\x8a\xc3\xae\x8f\x93\x76\xc2\xa3\xa8\x65\xd5\xfc\xa0\x68\xc8\x49\xec\x44\x08\x2b\xdb\x12\xe1\xe3\x86\x6a\xdc\x9e\x2a\x9c\x82\xda\x91\x1a\x13\x57\x22\x34\x82\x45\x8a\xf6\xc2\x06\x40\x11\x67\xeb\x06\x12\x06\x95\x85\x35\xb5\xa6\x7b\xcd\x64\xf6\x80\xc4\x28\xc6\x7e\xa6\x85\x13\xc4\xac\x27\x6f\x13\x52\x0d\x26\x20\x63\x20\xcc\x82\x30\x26\xc5\xb9\xcf\x3d\xa9\x52\x0e\xeb\x31\x24\x39\xf0\x23\x2b\xb4\xe9\x11\xd4\x08\x43\xef\xf2\x20\x5e\xa4\xac\x98\xe5\x72\x63\xbd\x9e\xde\xb1\x47\xc2\xe9\x45\x3a\x8f\x75\x30\x2a\xe7\x73\x6f\xf1\x01\x26\x89\x72\x90\x7e\x77\x41\x2b\x31\x15\x32\x6f\x1e\xfb\x1c\xa7\x10\x6f\x59\x43\x13\xc7\xc5\xbf\x76\x46\x94\x74\x8c\x86\x4f\xc8\x20\x3a\x7b\xda\x7e\xec\x80\xb5\x2b\x03\xc4\x21\x7c\x91\x00\x09\xe5\x53\x8f\x86\x39\x7e\xcc\xdb\x70\x34\xa6\x9e\x20\xdb\xc9\xe1\xe8\x5c\x36\xf0\x38\x65\xc5\xf9\x33\xb0\xc0\x53\x15\x09\x95\x80\x10\xc4\xbb\x08\xd8\x78\x8e\x0e\x3d\x60\x8a\x11\x2b\x5e\x87\xa3\xa6\x5c\x79\x07\xc1\x07\xa0\xaf\xa8\xd7\xfd\x78\x2c\xae\xc6\x1b\x90\x5a\xae\x8b\xe4\x22\xc9\xe0\x9c\x44\x56\x88\xe3\x23\x88\x50\x6a\xd4\xe2\xf2\x1f\xeb\xec\x22\xc9\xd5\xe9\xe5\x72\xde\x8c\x9b\x72\xd5\x0e\x40\x44\xee\x6a\x64\x6d\xfb\xde\x9c\x55\x27\x20\x7e\xf3\x3f\x34\xe5\xca\x2a\xb2\xa3\x7d\x3b\x71\xaa\xe9\xbb\xad\xeb\x2d\x3d\x3b\x91\x47\x80\xb8\xb4\x2a\x1a\x94\xd1\x79\xb2\x84\x84\x1f\x22\xb9\x32\x62\xfb\x7a\x25\x67\xd9\x3c\x93\xa9\x58\x66\xa8\x73\x5e\x26\x57\x4e\x39\x6a\xda\xda\x3e\xb4\xe2\x19\x3a\x78\x6a\x72\x0b\x81\x41\x4e\xa5\x98\xb0\x1a\x7d\x4c\x16\x12\x6b\xf4\xaf\xc6\x9b\xc1\xc8\x6f\xcc\x0c\x2e\xec\x0f\x8d\x2d\x55\x3b\xdb\x62\x4c\x2f\x0b\x92\x17\xcb\x95\x4c\x9f\xaa\xbe\x3b\x71\xa6\xea\x65\x22\x3e\xc9\x4d\x39\xf7\xd4\x20\x4e\x7d\x1c\x06\xee\x16\x84\x5e\x23\x07\x3f\xa4\x82\x6f\xa0\xdd\xd8\x39\x3e\x6e\x07\x51\xf5\xb0\x51\x08\x52\x3f\x5d\x57\x1e\x00\x13\x43\xfa\x17\x49\xb3\x50\xe0\xd1\x27\x8d\xdf\xaa\x35\xbd\x77\x0b\xe0\x58\x31\x68\x9c\x15\x7d\x32\x54\x57\x63\x82\xed\xb4\x80\x91\xb8\x47\x04\x78\x8d\x2e\xcf\x43\xd7\x6d\x58\x0e\x0d\xc4\x1d\xb9\xde\x86\xd9\xf8\xed\x08\xc9\x70\x31\x05\x3a\x9c\xa0\xa4\x80\xf3\x20\x82\x40\xde\x5b\x4c\x04\xaf\x30\x27\x31\x7d\x13\x1e\x97\xe8\xb8\x16\xfb\x95\x4c\xc6\x72\x68\xf1\xf1\x3c\x95\xc0\x88\x61\x52\x22\xeb\xd0\x5f\xf8\xa5\xa5\xdb\x46\x5d\x52\x43\x80\x8f\xee\xe3\x57\xdd\x95\x9b\xa1\xf7\x96\x0d\xc3\xfe\xdf\xc7\x4f\x5c\xbb\x4f\x75\x91\x36\x56\x28\x4f\x22\xd2\x50\x89\x7c\x2c\x36\x0d\xfd\xee\xfc\xec\xb8\xad\x49\x84\x2c\xf2\x8e\x6f\x55\xc9\x8b\x5f\x31\x65\x29\x65\x2b\x05\x1a\x93\x70\x5c\xd3\xef\x5d\x41\x0a\x09\xdd\x02\x2c\x4c\x52\xcf\xba\x84\xa7\xa6\xde\x84\x5d\x6c\x58\x17\x9b\xb0\x8b\x0d\xed\xe2\x66\x30\x88\xdd\x3e\xde\x69\xf7\x85\x23\x4e\x41\x3b\x02\xce\x6e\x92\xf8\xdd\xe4\xf0\x37\x0e\x7c\x5a\xc0\xe3\x48\x41\x55\x04\xfa\xfa\x1c\x25\x8f\xc7\xe2\x37\x1d\x5b\x3c\xd1\x51\x9b\x75\x07\x5a\x0d\xa8\x8d\xbc\x2f\x17\xb2\x10\x97\x18\x71\xc9\x92\xe3\x17\x40\x93\x4b\x2f\xf6\x12\xe9\x5a\x7b\x6b\xab\xda\x9f\xe4\x46\x1d\x50\x5d\xcb\xda\xda\x0f\x5a\x8d\x46\xad\xd8\x89\x2c\x95\x84\xcc\x4f\x4b\xa0\xf2\x8d\x6b\x80\x89\xbd\x44\x9f\x11\x3e\xcf\xdd\xb5\x50\x6d\x54\xfd\xc5\x28\xc9\x9b\x7f\x97\x1b\x34\xf0\x36\x4a\x23\xfd\xeb\x13\x1a\xef\x00\x27\x6f\x0c\x79\x46\xf5\xff\xcf\xde\x9b\x70\xb7\x91\x23\x09\xc2\x7f\x05\xf2\xd4\x9a\xa4\x8b\x22\x6d\x97\xbb\xba\x86\x36\xad\xf6\xd9\xe5\x6d\x1f\xb5\x96\xab\x6b\x76\x2d\x7f\x25\x90\x09\x92\xd9\x4a\x66\x72\x12\x49\x49\x2c\x5a\xff\xfd\x7b\x08\x5c\x81\x23\x93\x49\x49\xee\xe9\x9d\xb7\x35\xf3\xda\x22\x12\x67\x20\x10\x88\x08\xc4\xb1\xa2\x53\x16\x72\x4a\x2f\x3e\x7d\x7c\x4b\xbe\x27\xcf\xde\x7e\x22\xdf\x93\xe3\x5f\x9e\xbd\x78\x45\x52\xae\xa6\x9b\x90\x64\x0d\xd7\xfa\x99\x20\x5d\xb8\x21\x3b\xaf\x73\x40\x34\xdf\x79\x55\xac\x84\xa0\x46\xe7\xa0\x8e\xf5\x2a\x38\x16\xaa\x24\xc6\xe0\x79\x5a\x28\x88\x35\x64\x97\x0d\x2e\x27\xf1\x85\x32\x3e\xa5\x2b\xd6\xab\xe1\x39\x63\xa4\x30\x36\xfa\x6e\xea\xa8\x26\xd4\x30\x87\xc6\x59\x8a\x01\xfc\x49\x5e\xe3\xa6\xba\x85\xdd\xb8\xc6\xe2\xbd\x79\x67\x4c\x63\xb8\xc4\x62\x22\xf3\x00\x3a\x93\xd0\x99\x4b\xe4\x6b\x26\x7e\x94\xed\xb2\x73\x7c\x27\xc2\x6e\x5d\xa4\xd5\x74\x81\xe1\x1b\xc8\xa3\xc3\x7b\xde\x93\x00\xc9\x8b\xc3\x19\xcd\xb2\x6a\x51\x16\xeb\xf9\xc2\xf0\x8c\x66\x02\x94\x33\x7f\x87\x46\x6e\x95\xe0\x6e\xd8\xc5\x88\xb8\x70\x0e\xc6\x10\xad\x23\x21\x0a\x4d\x32\xbf\x84\x55\xac\x5c\xa6\x32\x45\x30\x9e\xfb\x05\xe5\x80\x0c\xb9\xb4\xef\x0a\x3a\x30\x6b\x97\xaf\x1b\xbb\x96\xbe\x0f\x47\x15\x4c\x15\x78\xa1\x10\x05\x7c\xa6\x48\xff\x07\xb6\x3e\x5e\xe9\x55\x13\x94\xd6\xab\x08\x88\x9a\xef\x68\xb0\xf2\xb4\x97\x70\xbf\xcd\x2d\x7b\x28\x71\xaf\xe7\x5c\xa8\xd7\x9e\x74\x02\x01\x9b\xfe\x09\xd3\xfe\xfe\x56\xa7\x9d\x41\x0a\xe8\x6b\x4c\x7b\x17\x1b\xa4\xa1\x0b\x6b\xc2\xf3\xbf\x95\x69\x97\x52\x1f\xfa\x0d\xe6\xfd\xfd\x2d\xcf\x5b\x25\xd2\x88\xcc\xd5\xa3\x8f\x21\x15\xf7\xfa\xba\xf2\x75\x76\xb8\x83\x80\x1a\xee\xba\x02\x5a\x5c\xc9\x57\x31\x2d\x42\xad\x58\x13\x25\x21\x53\xcf\x0e\x8c\xdc\x86\x0c\xa2\x6e\x92\x78\x1b\xad\xd6\xcb\xbb\x17\x69\xde\x27\x1d\x65\x42\xd6\xe9\xbb\x1c\x97\x13\xfe\xe1\x85\x8a\xfe\x70\x6f\x58\x37\x13\xdf\xbe\x2c\xe4\x45\x1b\xd4\x8b\x37\x9b\x48\x8b\xa9\xf8\x9e\xba\xc8\x49\x22\xce\x5e\x5f\xa6\xd5\x6e\xee\x7a\xdf\x1b\xe2\x1a\xbc\x4a\xf3\xca\x1a\x04\x60\xad\x1d\x7d\x5d\x94\x20\x45\x37\x6b\x44\x0d\xc0\x75\xa4\xb5\xeb\x72\xda\xc3\x21\x79\xaf\x13\xf0\x21\xf1\x20\xc2\x32\x0b\x89\xc1\xf2\xca\xeb\x15\x49\xd6\x90\x95\xea\x75\x5a\xb2\xd7\xc5\x25\x99\xac\xe7\x23\xa7\x5f\x9d\x52\x6a\xb2\x9e\xff\x91\x66\x19\x1d\x2c\x0b\xf9\x6f\x51\xce\x87\x7c\x51\x5c\xfc\x3e\x59\xcf\x07\xd3\x79\x7a\x94\x26\xe3\x07\x0f\x1f\xde\x7f\xf0\xe8\x87\x6f\x22\x02\xc8\x37\x02\xc7\xbe\x7f\x97\x82\xbc\x2f\x06\x88\x86\x43\xf2\xf9\x59\x12\x7b\x30\x8e\x51\xa6\x6f\x4e\xbb\x66\xa4\x7b\xd0\xa4\x97\xe9\xed\x3e\xda\x88\xc4\xac\x57\xf8\x5c\xff\xba\xba\xd1\xa9\x56\xe8\xec\xe1\x5e\x1b\x02\x73\x8d\x69\xec\x9c\x48\x48\x5c\x08\x52\x30\x07\x5a\x65\xa3\x4f\x78\x05\xa9\x36\xba\xde\x3a\xb0\xa9\x86\x87\x56\xc1\xb3\xbd\x9d\xe6\x70\x48\x04\xa2\xe8\xa4\x67\xf2\x71\x02\x6f\xa5\x32\xb2\xf0\xce\xea\xa7\x45\xca\xc9\x72\xcd\x2b\x32\x61\x24\x29\x72\x46\xe8\xac\x52\x16\xe8\x52\x50\x9f\xaa\xb7\x9a\x05\xd8\xfa\xe6\x09\xd3\xe1\x22\xe0\xbf\x92\xfd\xe7\x9a\xf1\xca\xe4\x8e\x7a\x5d\xd2\x25\x53\x2b\xb2\xf6\x27\xdd\xa6\xa7\x9a\x3e\xb9\xdf\x73\x65\x19\x4f\x93\x28\x36\xc8\xad\x30\x1c\x92\x67\x49\x42\xa8\x14\xb2\x75\x0c\x0d\xf0\xcd\xa3\x59\x06\x94\x65\xbd\xd2\x31\x9b\x8a\x7c\xca\x10\x4c\x84\xa8\x5e\xac\x98\xd1\xce\x2b\xf0\xa0\x97\x5f\xef\x40\xfa\x84\xb4\x41\x0e\xac\x7f\x0d\x0f\xa5\x3b\x6c\x13\x63\x96\x18\x74\x3a\x1c\x12\xb1\xdb\xf5\xdb\x7a\x60\x33\xd5\x20\x9b\x9d\x86\xa3\x19\xe0\x10\x19\xe3\x9d\xf2\xd5\xcd\x7d\xb2\xa2\x25\x67\xaf\xb3\x82\x56\xdd\xc0\xb3\xa8\x47\xee\x91\x07\xf7\xef\xdf\xef\xd5\x2d\xcc\x13\x78\xae\xd0\xba\x6a\x8d\xd3\x90\x93\xc9\x90\x5d\x2e\xe8\x9a\x57\xe9\x39\x3b\x4c\xd8\x8a\x93\xc3\x43\x9d\xc7\xb0\xc8\xb3\x0d\x29\xd7\xb9\x80\x02\x5a\x39\x29\x4a\x9d\xbc\x67\xb9\x16\x0b\xd6\xef\x21\xa0\x8a\xc5\x56\x4d\xb2\x16\x52\xaf\x59\xdf\x17\xff\x48\x46\xc9\x8a\x89\xc5\xa2\x2f\x60\xa7\x27\x6c\x4f\xac\xf3\x5e\x3a\xba\x3f\xdd\x6c\xcd\xd9\x4b\x36\x59\xcf\xb5\xbf\x8e\x1f\x1b\x1b\xbd\x3e\xda\x67\x53\x9b\xf3\xd2\x31\x12\x43\x7b\x9e\x8c\xb7\x9e\x75\x99\xf3\x52\x31\xf3\x3e\xbf\xca\x96\xe8\x3b\x36\x45\xf6\x2a\xe2\x5a\xfa\xdd\x7f\xbc\xf5\xd2\x11\xa1\x4a\x35\x56\xaa\xe3\x6d\xcd\x07\xfc\x7a\x5c\x6f\x42\x3a\xde\xa2\x24\x24\x5f\xbf\x36\x55\x15\x9f\x0f\xac\x91\x0f\xee\x3f\x6a\xe4\x3a\xde\xc6\xcb\x51\xc3\x98\xe9\xac\x00\x53\x58\xea\x99\x14\xe1\x3e\xa2\xd6\xb9\xe3\x6d\xbc\xdc\x19\x7c\xba\xe6\xbf\x94\xec\x3c\x2d\xd6\x3c\xdb\x40\x55\x96\x80\x0d\x8c\xe2\x28\x6c\xdd\x22\x7f\x9e\xad\xcb\xf1\xb6\x05\xdf\x79\xd4\xc4\xf8\xa2\x40\x4c\x57\x0e\x15\xae\x33\x14\xc5\xfa\xd0\x89\x74\x54\x02\xe7\x3f\xdd\x18\xa5\x63\xdd\x7a\x36\x38\x2d\xb5\x88\x98\x42\x3f\x49\xd2\xf3\x1a\x6c\xac\xcd\xfd\x82\x33\xc2\xfa\xd3\x08\x5a\x49\x3b\x9b\x23\x77\x54\x18\x19\x9c\x06\xb7\x83\xc1\x60\x67\xf3\x2b\x32\xf4\x86\xec\x91\x51\x5d\x8f\xe9\xb4\xc8\x61\x2d\x27\x77\x96\xc5\x39\x3b\xb9\xd3\x72\x79\x91\x41\x1c\x99\xf8\xc9\x30\x49\xcf\x51\x0d\xfc\x15\xa0\x08\x94\x21\xb4\xb1\xb9\xaa\x19\x3f\xe0\x73\xaf\x20\x5a\xdd\x61\xca\x51\xf6\x46\x67\x46\xc1\x76\x47\x54\xd6\xee\x0a\x9e\x60\xd0\x2e\x59\xbe\x0e\xf4\x74\x15\x5b\xf2\xf1\xf6\xb3\x5f\x4e\xc0\x70\x70\x63\x12\x4b\x41\x3e\x31\xc7\xe6\x0b\x62\x2b\x8a\xa1\xdf\x54\x6c\xf9\x89\x5d\x56\x7d\x52\xe4\x40\x49\x46\x8d\xcf\x2c\x57\xfd\xfa\xb1\xa6\xe2\xd6\x8c\x0e\x06\x5f\x1a\x47\x43\xaf\xbc\xe1\x10\x5f\xae\xfc\x92\xc2\x52\xd3\x40\x63\x10\x54\x86\xf4\x77\x9f\x40\x02\x79\x95\xcc\x99\xff\x79\x5a\x9c\xb3\x52\x7e\xf6\x3f\x25\xae\xd3\xec\x78\xeb\x79\xd1\x0e\xaa\x62\xf5\x96\xcd\xa0\xdb\x60\x58\xaf\x31\x98\xb6\x04\x2a\x29\xb8\xd1\xd5\x3d\x00\x66\x68\x7e\x0d\x29\x39\xf9\x84\x2c\xc4\x3e\xb7\x9d\x7b\x16\xdc\x93\xb0\xd5\xde\x18\xf8\x04\x38\xa7\xe3\x89\xeb\xb3\x8a\x12\x3f\xcb\xbf\x82\x08\x52\x98\x0b\xb9\x7b\x37\x66\x1d\x7e\x40\x9e\x8e\x49\xd7\xf5\x1e\x10\xf7\x93\x5b\x6b\xc0\x97\x34\xcb\x7a\xde\x51\x78\x22\xfd\xae\xe1\x80\x1a\x83\xf2\x2b\xa0\x3d\xbe\xfd\xa1\x4b\xdb\x9e\x38\x94\x57\xfe\x57\x16\x19\x13\x77\xa8\x35\x8a\x3d\x22\x1d\x2a\x7e\x48\x0e\x13\x72\x55\xaa\x3f\x3d\xa0\xd2\x32\xa5\x6f\xe9\x84\x65\x19\x4b\x9e\x6f\xc6\x5b\xe4\x44\x11\xa9\xf9\x92\xf1\x69\x99\x4e\x64\x55\xd7\xe5\xc2\xab\x8d\x90\xb9\x88\x30\x03\x16\x4f\x3e\x32\x88\x2c\x03\x9b\x33\xde\x1e\xec\xbc\xad\x89\xbc\xaa\x0c\xbb\x00\xfb\xc2\x55\x67\x79\xa7\x22\x8b\x34\x61\x84\xab\x9b\x6b\x10\x34\x94\x9e\xec\x17\x69\x96\x11\xba\xae\x0a\xc1\x00\x4f\x69\x66\x63\x55\x83\x17\xaf\x0a\x47\xa1\xac\x70\xca\x94\x4a\x73\x26\xc1\x0c\x57\x69\x3e\xf7\x7a\xad\xbb\x36\xc7\xdb\xba\x2f\x11\xd0\xca\x11\x04\x04\x62\xfc\x85\x73\xc7\x92\xe6\x4b\xb2\x2c\x8a\xea\x4a\xe1\xc4\x81\x9b\xbc\x54\x07\x74\xea\x38\x3c\xc0\x53\xff\x7c\x3a\xcd\x42\x12\x0e\xe3\x2b\x3f\x9f\xf0\x8b\x5a\xce\x02\x16\x3c\xde\x0a\x59\x28\x20\x23\xc4\xb8\x0b\x7d\x5a\xb0\x25\x4b\x04\xf2\x22\xe7\xa1\x68\x7d\x45\x5c\x45\x55\x63\xe2\x7d\x84\xcc\xb4\x47\xa4\x0e\xd1\xd4\xac\x22\x26\x9e\xea\x72\xf4\x4a\xa3\xcd\xc5\xc9\x2c\x6a\xa7\xe7\xdf\xd3\x3e\x7d\x22\xfe\x5d\x19\xe1\x3e\x08\x79\xe2\x78\x9d\xc7\x66\xe1\x46\xf9\x1e\x6f\x9b\x2d\x9c\x05\x31\x3a\xfd\xb7\xef\x02\xd1\xe1\x34\xba\xc2\x48\xf0\xee\xf1\xc9\x1d\x19\x70\xfd\xe4\x4e\x7c\x4b\xc0\x1a\x67\xbc\xf5\xcc\x73\x6a\xf6\xcf\x06\x8c\xc5\x2d\x6a\x2a\x1f\x57\xc5\xca\xed\xb8\x58\xc5\xa7\xad\x14\x0f\xe3\x2d\xd2\xbd\x47\x6a\x06\x3b\x24\xfe\xdb\x62\x49\x2c\xd2\xe8\x89\x1b\x08\x20\xdc\xe5\x18\xd3\x47\x1c\xf9\x6e\x17\x62\xf8\x4c\x9c\x28\x01\x22\xf5\x14\x5f\x65\x70\x1d\x98\x12\x27\x30\x61\xbe\xce\x32\x7b\x9b\xd9\x5c\x6d\xc6\x6d\xd3\x4d\x0f\x4f\xa4\x3b\x92\x8c\x66\x60\xf2\xed\xc7\xe5\x56\xc7\x63\x56\x69\x21\x20\xf2\x78\x59\x4c\x19\xe7\x03\x96\x9f\x0f\xde\x7f\x78\xf9\xea\xf7\x57\xef\xff\x0e\xa1\x36\x3b\xab\xb2\x48\xd6\xd0\xa5\x0d\xd8\xdc\x56\x3b\x50\xae\x33\xc6\x0f\x8b\x99\xfc\x49\x0e\x0f\xc9\x64\x9d\x66\xc9\x61\x95\x2e\x21\x04\x6a\x92\xe2\xb7\x60\x14\x14\xc3\x9a\x2c\xe5\xd2\xe5\x1a\xa5\x2b\x27\xda\x23\x17\x45\xae\x31\x1e\x72\x7c\x04\xd9\xe6\x3c\x63\xfc\x4e\xbd\x89\x7d\x07\x39\xd2\x5e\x33\x82\x8d\xf4\x5c\x4c\x5a\xa5\x55\x34\x5b\x18\xc4\xc5\x10\x37\x94\x9f\x6c\xaf\x26\x84\x46\x10\x1e\xc6\x49\x3e\x7f\xc3\xb0\x1c\x31\x57\xe1\xd6\x6e\xc2\x12\x12\x4f\xf6\x98\x88\x74\x16\x36\x60\xd1\x11\x7c\x8e\xad\x33\xa8\x1b\x63\x58\xa7\x29\x9b\x16\xab\x00\x2f\x66\x29\xcb\x12\x3e\x22\x9f\x3b\xe0\x86\xd3\xe9\x93\x8e\x02\x55\x9f\x74\xea\x6e\xee\xce\x97\x7e\x70\xc6\x6a\xcf\x17\xce\xaa\x39\x2d\xf2\x29\x95\x13\x3d\x66\x15\xef\x93\xd7\x45\x5e\xfd\x06\x4e\x2d\x7e\x08\x13\x37\x6b\x66\xcb\xbc\x9c\xb5\x38\x64\x11\x83\x72\xf1\x43\xc0\xed\x39\x10\xf5\x30\x5f\xa7\xfd\x16\x0b\x2a\xe4\xf7\x74\xbc\xca\xd2\xaa\xae\x2b\xf4\x11\xff\x8d\xfa\x45\x3d\xaf\xca\x74\x49\xcb\x8d\xda\x46\xc2\x2b\x9a\x27\xb4\x4c\x22\x13\x84\x4e\x80\x69\x88\x61\x74\xed\xba\xe4\xd8\x75\xc1\x64\xa0\xbf\xc6\x4d\xf0\xe3\x48\x3c\xff\xf5\xd3\xa7\x0f\xef\x7f\xff\xf9\xd5\x9b\xbf\xfe\xfc\x49\xec\xf9\x0f\x0f\x57\x10\x20\x26\x5a\xed\xdd\x9b\xf7\xbf\xff\xf6\xe6\xe5\xa7\x9f\x45\xcd\x9f\xee\xaf\x2e\x23\x27\xc7\x02\xb7\x26\x95\xa9\x72\x19\x93\x93\xed\x93\xe9\x9a\x57\xc5\x52\x36\x39\x1a\xb9\x4b\xef\x6b\x80\x1e\x39\x29\x4e\x1d\xe8\xf8\x4e\xf5\x13\x0f\x2d\x82\xfa\x31\xdc\xe9\x9a\x84\xfd\xb6\x23\xee\x63\x45\xb4\xa7\x00\x77\x62\x5d\x29\x53\x82\xe6\xce\xbc\x9c\xac\x48\x53\x6e\x73\x77\xd7\xed\x07\x92\xca\x75\xfa\xe1\xe8\x0e\x47\x03\xe1\x4d\x58\x36\x72\x6d\x41\xf5\x81\x1e\xe1\xc3\x3d\xe0\x6c\x99\x4e\x8a\x2c\xcc\xf1\x7d\xe5\x0b\x9f\x1e\x8d\x30\x8c\x85\xbf\x37\xe8\x2a\x0b\x00\x84\x2e\x3d\x40\x01\x72\xe4\x9e\x2e\x05\x67\x32\xf2\x4e\x99\x2a\xb7\xee\x85\xfe\x06\x59\x5f\x31\x84\x79\xda\xe8\xf6\xc0\xe1\x3c\x30\xdd\xfb\x39\x9d\x2f\x20\x8a\x38\x3c\xa7\xeb\x24\x39\x73\x56\xe1\x0f\xef\x8b\x67\xc9\x3f\xd6\x5c\x2e\xbd\x3e\x81\xb0\x0d\xee\xc5\x41\x32\x54\xcf\x12\xd6\x8b\xb3\x7d\xd6\xd8\x38\xa5\x68\x45\x28\xfa\xe4\xcd\x47\x7a\xb1\x63\xaa\x9a\x12\x20\x30\xbe\x4c\x21\xfa\x97\x38\x43\x06\x79\xbb\xe2\x5c\x9a\xde\xf4\x99\x74\xc3\xfc\x35\x24\xb3\x56\x89\x9d\x75\xfa\x72\x65\x24\xf4\x83\xfe\x0d\x69\x59\x7f\x52\x3f\x26\x45\x55\x15\x4b\xfd\xfb\xca\x0f\xf5\x61\x38\xc1\x18\x5a\x68\xb2\x13\x50\x11\x19\x8f\xcf\x78\xa8\x2f\x69\x5e\xa5\xd3\x17\x45\x06\xe9\x8a\x05\x1d\xa2\x19\xab\x2a\x36\x22\x2b\x15\xd0\x90\x2d\x19\xce\x34\x4a\xa4\x78\xf1\x9c\x4e\xcf\xe6\x65\xb1\x86\xe4\x5a\x7c\xe0\x17\x3e\xae\xaf\xff\x0b\x18\x29\xc7\x9b\xa9\x6f\x0d\xad\x7f\x16\x12\x5d\x4d\x6b\xf5\xad\xa1\xf5\x4b\xc9\xcd\xc6\x9b\xeb\x8f\x91\xd5\x7e\x62\x97\x15\x6a\x23\x7e\x06\xa3\x88\xc2\x70\x76\xa8\x34\xda\x22\x32\x23\x5c\x1c\x6d\xf3\x62\xc1\xa6\x67\x41\x13\x55\xda\xd4\x22\x3e\x3d\xf7\xe3\x63\x27\x58\x8f\x0e\xd6\xee\x12\xea\x89\x81\x19\x20\xce\x28\x80\x33\xf2\x86\x46\xdf\x41\xe5\xaa\x08\x69\xdf\x10\xd2\xa2\xd0\x00\xda\x67\x04\xd5\xa4\x7e\x20\xbf\x42\x3c\x29\xf7\xe7\x18\xb1\xf3\x53\xfd\x4f\x8a\x32\x61\xa5\x9a\x48\x47\xb4\xc8\xc4\xb1\x75\x73\x74\x4f\x9b\x3e\x87\x59\xff\x5d\x00\x28\xbc\xdf\x07\x00\xaa\x49\x3d\x00\xd4\xb6\x46\xc7\x7b\x75\xb9\xa2\x79\xf2\x4f\x1c\x50\x7d\xfb\x67\x8f\x77\x0d\xc4\x6a\x3b\xac\x8b\x5f\xee\xe8\xfa\xf4\x8e\xb0\x95\x97\xd7\x8d\xae\xd3\x6f\x3d\xb3\xa0\xc5\x0d\x50\x5a\x63\xeb\x5f\x4b\xba\x11\xb3\x71\x71\xd9\x45\xf8\x9a\x3a\xfe\x74\x3b\x32\x0e\x4a\x5b\xb4\x1f\x0e\x09\x70\x94\x6a\x99\x2a\x3a\x90\x12\xfe\xec\x15\x6c\xde\x0b\x47\xd8\x43\xec\x86\x47\x39\x92\x64\xbf\x69\xaa\x68\x3a\xef\x58\xbe\x96\x7f\x85\x7b\xbb\x1a\x5c\x2c\xd2\x8a\xd5\x6f\x68\x07\x72\xf6\xca\x40\xf2\x9d\x1d\xbb\xd8\x19\x2d\x04\x82\x75\xfc\xf9\xfb\x7d\xae\x06\x39\x5b\x57\x25\xcd\xde\x3a\xc1\x16\xea\x3b\x6e\x0d\x2a\xb2\x8b\xa8\xb9\x60\xf3\x7f\xed\x0d\xd0\xc8\xa1\x09\x56\x5b\x7f\x69\xdf\x12\x38\x5b\x0c\xd0\x7a\x69\x8a\x7b\x44\x43\x0e\x06\x83\x26\xee\xb2\xdb\xab\xc7\x1d\xb3\xcf\x9f\x58\x59\xa5\xb4\xdc\x3c\xcb\xaa\x5b\xb9\xdb\x6a\x8e\xb1\x7f\xe0\xf7\x5b\x73\x9b\xbd\x04\xce\x72\xa0\xd8\xcd\xfa\xd5\xed\xc0\x9a\x16\x17\x8b\x01\xdd\xff\x5a\x53\x78\xa4\x6a\x03\xbc\xbd\xcf\x5f\xbc\xf3\x6b\x9c\x83\x36\x77\xf3\xff\x35\x4b\x7a\x33\x8d\x51\x4a\xcc\x7d\xb6\xe9\xa1\xfe\x3e\x8d\xf1\xcc\xa8\x47\x25\x35\xc5\x84\xa6\x88\x88\xdd\x4e\x66\xb2\x02\x52\x3f\x94\x9f\x02\x99\x69\x3f\x3e\x9a\x0f\xd4\xb4\x9e\xd7\x31\xd4\xfa\x02\x3b\x7d\xb0\xba\x24\xbc\xc8\xd2\x84\x7c\xb7\xad\x6d\x76\x75\xea\xf3\x31\x5e\x55\xb4\x03\xb7\xc2\x4f\x84\x3c\x40\x7b\x12\xe3\xf3\x1d\x75\xb5\x06\x83\x41\x93\x32\xa2\xdb\x8b\xa2\x2a\x21\x9f\x4f\x07\xdf\x6d\x6b\xf4\x10\x57\xe4\xee\x08\xde\xdc\x4e\xfd\x95\xd5\xdf\xa2\x9d\x11\x98\xea\xfa\xe7\xc9\xd9\x25\xc1\x66\x9c\x06\x96\x24\xc5\xba\xca\xd2\x9c\xbd\x88\xf3\x0d\xe1\xcc\xdb\xdf\xac\x2d\xa5\xa9\x5a\x84\xf1\xa5\xa6\xfd\xd0\x4d\xb5\x6e\x85\x75\xb7\x28\x9f\xed\x87\x7c\x35\xbc\x4c\x0b\x21\xef\x16\xa4\xb8\x5a\xd0\xf9\x62\xc7\x7e\x80\x57\xad\x5b\x01\xde\x1f\xe9\xbf\xf5\xa9\x8f\x6f\x54\x9b\x2b\xb6\xf5\x4e\xb5\x85\xf4\xde\x02\xf1\x3f\x67\x06\x37\xa1\x16\xb7\x33\x91\xa6\xdb\x3d\xe8\x68\xb7\xd8\x5c\x3b\xdb\xff\x27\x3f\xdf\x82\xb8\x70\x43\xf9\xf9\x96\x65\x22\xf7\xe2\xfc\x06\x62\xd0\x6d\xa9\x08\xae\xc1\xe9\x7d\x5b\x86\x6d\x7f\xb9\x6f\x1f\x21\xba\x25\x77\x51\xbf\x86\xd6\xeb\x20\xff\x92\x5a\x8a\x9b\x51\xa0\x1b\xc3\xf9\xfa\x3a\x8b\xbd\x04\xeb\xd6\xf7\xc2\x37\x5a\xa6\x3f\xcc\x37\x12\xb6\xff\xaf\x5e\x66\x9d\x00\x5e\x47\x54\xae\x29\x87\x07\xea\xa9\x3e\x0e\x73\xf6\x4d\xae\xd9\x38\x10\x8c\xc4\xbf\x97\x81\x97\xb5\x92\x88\xdb\xd6\x38\x95\xe5\x6b\x7a\xfa\x07\x85\xd0\xda\xf9\x3a\xcb\x3e\x82\x5b\xe6\xfe\xe6\x3d\xf6\x15\xfb\x25\x36\x0b\xa8\xb7\xff\x92\xdf\x83\x24\x4a\xfe\x1b\xf8\x49\x2e\x03\x27\xde\x23\xdb\xbf\x24\xc5\xf4\x05\xad\xd8\xbc\x28\x37\x44\xd6\xbb\x12\x5f\x86\x27\xf9\x5f\xf0\x42\xba\x1d\x67\x0a\x9d\x7e\xc4\xc8\xea\x8b\xf4\xd5\xed\x59\x3b\x18\x21\x3e\x13\xa7\x21\x61\x97\x15\xcb\x13\x05\xf0\x01\x32\x24\x43\x73\xef\x93\xed\x95\x7a\x38\x5f\xad\x27\x59\x3a\x55\x8e\xad\xdd\xde\x88\xfc\xcf\xe3\xff\x18\xe8\x38\xb1\x8e\xb9\x8b\xb1\x39\xd2\x2e\xfa\x7d\x9d\x51\x40\x2a\x5c\x6c\xfe\x3d\x37\x34\xbe\xef\x26\xf0\xc4\x6e\xab\x45\xa6\xed\x60\x30\xb0\x6d\x91\xbd\xe7\x39\x2d\x53\x8a\x22\x35\x8f\xb7\xd6\x4a\xa3\xb3\xe4\x87\xb2\xa3\xc3\x43\x55\x0a\x76\xfb\xa8\x58\x99\x7b\x60\x1b\x7e\x39\xe9\xf1\xd6\xa0\x41\x57\xc5\x94\x36\xcb\x51\x7d\x61\xb3\xd3\x22\x97\x38\x26\xcd\xf9\x57\xd2\x7a\xd6\xa2\x9e\x75\xeb\x44\x5e\x12\xd7\x32\x75\xbc\x29\x72\xbb\xc8\x80\x1a\x39\x1f\xdc\x5f\xff\x64\x44\xff\x05\x93\xbe\x7d\x10\xdd\x69\xf8\x2d\x10\x5d\xa1\xea\x13\x17\x88\x1e\x6e\x6a\xf4\x50\x86\xfa\x3b\x51\x83\x0c\x9f\x5e\x17\x19\x5e\xb2\x8c\x6e\x58\x22\x3b\xea\xc7\xb2\x38\x0a\x62\xf6\x1e\x12\xea\xa8\xf5\x2e\xaa\x65\xa6\x56\x25\x4a\xc4\x6d\x20\x50\x7a\xca\x7d\x93\xc9\x38\xfa\x88\x5b\x26\xc4\x1d\xb3\xf3\x7b\xe7\x0b\x7c\xc7\x38\xa7\x73\xf6\x9c\x96\x9f\x04\x66\x21\xa3\x58\xf3\x21\x30\x1d\xda\xaa\x74\x7c\x28\x05\x40\x6d\x9e\xc0\xba\x4c\x7c\xb6\x7b\x63\x12\x6b\x4a\x5c\x4b\x59\xb7\x98\xef\x98\xa2\x36\x52\x7a\xf3\xe2\xc3\xfb\xdf\xdf\x3d\xfb\x45\x5b\xd3\x7d\x76\x17\x3a\x48\xf3\x59\xf1\x65\x44\x3a\x6f\xf2\x59\x21\x2f\x4d\xbf\xc6\x85\xb4\xc4\x6e\xae\xc4\xca\x12\x2e\xe5\xce\x2b\xf1\xc7\x73\x9a\xcc\x59\xbc\xe2\x24\x2b\x04\xb7\x28\xaa\x3e\x97\x7f\x3e\x8c\x57\xe4\x4c\x88\x00\xbf\xd9\xc1\xd5\x9f\x35\xb5\xd7\xd3\x29\xe3\x5c\xd4\x13\x07\x2c\x63\x15\x4b\x3a\x5e\xe6\xad\x17\x1f\xde\xfd\xf2\xe1\xfd\xab\xf7\x9f\x7e\x7f\xff\xec\xdd\x2b\xb0\xe6\x35\x9d\x74\xf6\xcd\xd0\xd5\x6e\x93\x82\x5c\x5d\xcf\xf2\xbc\x58\xe7\x53\x85\xf6\x69\x51\xa6\x95\xb8\xa6\xba\x4b\x67\x39\x23\x0f\x1d\x7b\x23\xd2\xa1\x9c\x8b\x33\x72\xce\x3a\xe4\x2b\xe9\xac\x8a\x2c\xad\x58\xc7\x98\x95\xe9\x90\x72\x6e\x3f\xc6\x4c\x1f\x02\x4e\xc5\x77\x62\x54\x5f\x03\x36\xb5\xe1\xbb\xb3\x45\x26\x02\x8c\xa2\x4d\x68\xc2\x9a\xaa\xd8\x6f\x6a\xfa\x8f\x83\xd4\x68\x2a\xed\x43\x1b\x78\x64\xac\xac\x00\x16\xbc\xa2\xd5\x9a\xff\x6b\xc3\x02\x26\x1b\xc2\x41\x4d\xbd\x26\x37\x97\x19\x61\x57\x82\x2e\x97\x86\x44\xb3\x74\x89\x51\xbd\x4c\x5d\xa2\xc8\x6f\x7b\x92\x3f\xed\xea\x20\x08\x4e\x82\x2e\x95\x3d\x85\x81\x18\x74\x9c\xe6\xf3\x8c\xbd\x4d\x73\x16\xa6\x4f\x79\xe5\xd5\xa8\x4f\x92\x62\xd3\x75\x4c\x58\xe6\xe4\xd4\xb1\xc7\xb2\xe7\xd8\xd8\xa9\x1d\xa4\x53\x9c\x53\xc9\xcf\xac\xe1\x25\xef\xba\x76\x72\x25\x21\x8b\xcd\xb2\xe2\x42\x5e\x28\xcf\xb4\x33\xa5\xea\x36\x91\xee\x68\xc6\x69\x5c\x15\x3b\xa9\xab\x70\x86\x2a\x17\x19\xc9\xd8\xc7\x1f\x41\x87\x55\x55\xe3\xeb\x86\x03\xd6\xa8\x6f\x29\x7f\xb7\xce\xc4\x85\x98\xeb\xe0\x61\x7a\xac\x72\x9d\x4f\x69\x65\x2a\xaa\xf9\xc5\x27\x6f\x27\xe3\xcf\xbf\x2c\x4c\x0a\x91\x04\xdf\xe9\xee\x60\x12\x0b\x30\xfb\x02\x98\xed\x25\x9b\x92\x7b\x96\xdb\x4b\x5f\x9a\x87\x23\x2e\xe0\x89\x44\x53\x81\x97\xcf\xaa\xaa\x4c\x27\xeb\x8a\x71\x08\x5d\x75\xbc\xa2\x3a\x61\xc2\xd3\xa7\x1a\x21\x6b\x58\x06\xe5\x4e\xde\x31\x88\xa0\x85\xbf\x8e\x58\x8d\xfc\xf1\xc5\x45\x24\x4b\xd2\x47\x64\x4b\x3e\x9f\xb1\x0d\x49\x73\x1d\x47\xdd\x27\xe2\x5f\x46\x3a\x00\xfc\xd5\xae\xec\x2f\xb1\xdc\x2f\x3e\x29\xf3\x30\xe1\xeb\xd7\x36\xa8\x80\x3c\x20\xc1\x19\xcb\xc7\x0b\x75\x24\x46\xfa\x8f\x68\x25\x83\x23\xa3\x00\x5d\x10\x5e\x8d\xf0\x0f\x67\xc3\xed\xa1\x1e\x05\x25\xd1\xc3\x78\xe5\x42\x5d\xb6\xb1\x61\x1a\xc6\x64\x6b\xe2\x27\x84\x3d\x0a\xb9\xe9\x65\xb1\x9e\x64\xec\xc5\x82\x9d\x97\x45\xfe\xeb\x0a\x84\x26\xa7\xec\x65\x71\x91\x77\x54\x08\x27\x1b\x4d\xcd\x0e\xa0\xc1\xf1\xf5\x2b\x02\xe0\x11\xd9\x92\x0e\x78\xb2\x26\xda\xe9\x79\xb2\xe9\x8c\x34\x21\xea\xc3\x29\x18\x09\x3e\x57\x74\xd5\x21\x57\x64\x44\xb6\x78\x0c\xd5\xeb\xcb\xf4\x1c\x0d\x71\xd4\xe4\xb8\xab\x2a\x5d\x3d\xdd\xea\xbf\xa4\x6f\x20\x19\xe9\x34\xbc\xb6\x77\xe7\xe8\x92\xb1\x33\x71\x25\x9c\x3e\xb1\xec\xaf\xbe\x6a\x14\x75\x4b\xc6\x5b\x20\xb0\x46\xd0\x8b\xcf\x47\x8d\x41\xad\x43\xac\xf1\xc1\x0d\x5d\x6d\x53\xbd\x63\xe3\xad\x4f\xf6\xc8\x51\x40\x09\x05\xb0\xd0\xb6\x76\x5e\x64\x8c\x96\x1d\x72\x65\xba\x03\xcf\x72\xd3\x95\x47\xa1\x4c\x2d\xe3\xbd\xbe\xa3\xa6\x14\x64\x7b\x2e\x20\x5d\x51\xde\xc6\xcb\x28\xd9\xac\x2e\x40\x86\x74\xad\x16\x22\x14\xc2\x20\xeb\x3f\xdd\xb0\xb7\x2a\xee\x16\xf6\xb5\x6e\xa8\x9d\x3a\xb1\x4d\xb0\x43\xb5\x1b\x7d\x23\x42\xa3\x43\xcf\x62\x1b\xd5\x24\x52\xdd\x5d\x29\xe7\x5d\x6f\x16\xfd\xd8\x3d\x60\x13\x60\xf5\xfc\x10\x25\x11\x87\x58\x2f\x06\xca\x56\x4b\x1b\x9f\x5d\x22\x77\xf0\xa5\x0e\xea\x69\x24\x14\x4a\xaf\x36\xd0\x83\x04\xac\xa3\xf7\x8b\xf6\x5a\xb1\x4b\xd7\xe3\x37\x4d\xc6\x5b\x75\xba\x9d\x72\xe9\x49\x2f\xfe\x57\x50\x08\xc5\x7f\xfa\x8c\xa3\xd3\x02\xf6\x2b\x4b\xcf\x19\xe8\x65\x62\xec\x7c\x43\x73\xd7\x15\x98\xaf\x68\x5e\x07\x96\x3c\x67\xe5\x27\xb1\x0a\xd8\x5c\x74\x87\x86\xd1\x70\x9c\x6b\x3a\x16\xf9\xc6\x11\xce\x23\xae\xd2\x30\x91\xa7\x36\xcc\xc6\x93\x21\x14\x04\xfd\x0c\x9b\x3a\x8a\x7a\x4b\x0f\x87\x32\xe6\x02\xac\x34\xe5\x82\x3b\x98\xd0\x49\xb6\x81\x80\xf2\x39\x13\x12\x1b\x2d\x37\x7d\xc8\x24\x05\x59\x55\xca\x73\x71\xcd\xa6\x15\x04\x88\xcb\x8b\x0b\x71\x2b\x03\xb7\x4d\xf3\x4d\xc4\x6d\x1e\x02\xdb\x73\x60\xba\x4c\x7e\x16\x76\xb9\x62\xd3\x8a\x8b\x4e\xaa\x82\x4c\x18\x51\xe9\x5a\x82\xe5\xb4\x59\xb5\x1f\x93\xc7\xab\xe2\x63\xa7\x1b\x7e\xfe\x1e\xe1\x70\x99\x01\xb3\x26\x6f\xb7\xe1\xb4\xc8\x32\xba\xe2\x4c\x3f\xc6\xde\x1b\x42\xd4\x29\xc3\xd3\xdd\xbd\x4b\x0e\xd0\xed\x72\xf7\xae\xbd\xa9\xa3\x01\x77\x6a\xc9\x8c\x7f\x9b\x86\x91\x20\x22\x77\x88\xfd\xaf\xee\x36\xb1\xff\x35\x0d\x1b\xa9\x6e\xae\x97\xb8\x94\x10\x69\x81\x6e\x1d\x8f\x71\x88\x54\x46\xb7\x45\x0d\xdf\x5e\xd3\xe8\x90\xa9\x87\x1d\x3d\x4a\xe3\x9c\xc4\x61\x0c\x98\xdf\xa0\x9e\x1f\x31\x22\x0c\x03\xd0\xb3\x3f\x50\xeb\xad\x8b\x32\x9a\xb1\x88\xe0\x88\x45\x91\xab\x56\xd8\xa7\x6e\xd0\x58\x57\x2e\xb7\xb1\x17\x8e\xa9\xa6\x18\xc9\xdc\xbb\xfa\x6a\x9f\x95\x2f\xcd\xac\xd0\x6c\x9b\x26\x6b\xda\xbb\xa3\xb8\x7d\x21\x20\xee\x82\xa1\xed\x06\x92\x65\x83\x0f\xb8\x23\x82\x7b\xce\xe0\xae\x3e\xc9\xf5\x8d\x04\x71\x3b\xe6\x1e\x29\x3e\x1c\x4f\x4b\xc6\xa4\xff\xea\x3b\x7a\x79\xbc\xa4\x2a\x2b\xe7\x9c\x55\xf2\x93\x53\x7b\xce\xaa\xbf\x42\x3a\x10\x2b\x76\xe8\x72\xb0\x50\x04\x21\x45\x0a\xf3\xd3\x22\x7f\x5d\xe4\xd5\x71\xfa\x87\xad\x53\x6b\x08\xd5\x3f\xc9\x77\x7b\x63\x5e\x47\x2d\xaa\x55\x9b\x72\x14\xf2\xe6\xd8\xb1\x7d\xdd\xe9\x02\x1a\x6a\x46\x6f\x43\x0f\xea\x83\x50\xeb\x43\xa5\xa1\x6d\x67\xc9\x0f\x91\xd6\x01\x60\x27\x35\x3e\xde\xa7\xc3\x43\x28\x96\x35\xb4\xd6\x28\xa8\xa3\x3e\xc8\x5a\xae\x66\x28\xa8\xeb\x7c\x56\x2d\xa4\x32\x33\x52\x57\x7e\x90\xb5\x2e\xea\x7a\xbc\xc0\x7d\x2d\xad\x58\xe7\xd5\x33\x5f\xd4\xa0\x86\x5a\x04\x35\xed\x27\x59\xd5\x08\x0f\x58\x20\xf4\xda\x44\xea\x28\xb0\x02\xf9\x4c\xf3\x79\x43\xe3\x48\x1d\xd9\x78\xaa\x33\xd9\x7a\x0d\x54\xb9\xac\xe4\x70\xd8\x41\x55\xf1\x55\xd6\x93\x71\xdf\xbc\xcf\x95\x79\x3c\x36\x3c\x58\xd8\x85\xfe\xe2\x80\x63\x37\x30\xe2\xa0\xd8\x09\x07\xbf\x99\x01\x6d\x3d\xd0\x71\xff\x35\xbd\xca\x2a\x46\x6f\xe0\xd5\x51\xe5\x4e\xa5\xe3\x7a\x0c\x71\x6a\xe8\x99\x62\xd5\x6e\x60\xc4\x20\xb5\x2e\x5a\xb3\xf2\xc5\x24\xb1\x0b\x88\x45\xcd\xbb\x85\x79\x70\x60\xf2\xc1\x41\x77\xbf\xf3\xd5\xa1\x55\x7d\xf4\x9c\xa0\xfe\xdc\xd5\x02\xbd\x92\xa8\x3f\x77\x8e\xe1\x3f\x70\x38\x05\xbb\x5a\xeb\x77\x1b\xf1\xaf\x5b\x17\x83\x7d\x81\x88\xff\xf3\x9d\x5b\x80\xb4\x5c\xcd\x30\x2f\xe7\x13\xda\x7d\xf8\xa7\x3f\xf5\xc9\x7d\xf9\xff\x83\x1f\x7a\x3b\x01\xdf\xbe\x11\x82\x3e\x34\x7a\xf4\x53\x9f\x3c\x7c\xf4\xa0\x4f\xfe\xfc\x43\x53\x33\xb4\x05\x76\xac\x87\x7f\x7a\xd4\x27\x7f\xfa\x73\xe3\x70\xfe\x46\xb4\x9f\xa9\xde\x05\x6b\x03\x88\xa1\x2f\x09\xd1\x37\x40\xf7\x37\x86\x86\xed\x42\xf4\xfa\x9a\x21\x8a\xd7\xd7\x0d\x91\xbb\xa1\xdf\x46\xb4\xae\x6f\x87\x11\x5a\xd7\x8a\x3c\x8a\xe0\x58\x2a\x36\x90\x55\x84\x55\xe8\x85\xe5\xdc\x7b\xcd\xc0\x4a\xdb\x9a\xc7\x04\xa3\x0c\xab\x51\xb3\xef\x56\x95\xee\xab\xff\xc7\x5a\xf4\xba\xf8\x0b\x7d\x08\x48\x12\xfa\x10\xc9\xda\xc0\x50\xba\x8c\xa4\x0a\xcc\xe2\x94\x75\xef\xf7\x63\x9c\x68\x9d\xa2\x5c\x76\xe1\xb3\x51\xdd\x80\x35\x25\x26\xd8\x4b\xa0\xd1\xa4\xd9\xb3\x3c\x79\x65\x64\x39\xd8\x93\x91\xe2\x13\x6d\xb4\x97\x99\xe2\x60\x47\x2e\x3f\x3b\x40\x8c\xb2\x0d\xe9\xf2\x40\x27\xc3\x17\x3b\xa0\x33\x8b\x77\x1e\xdc\x5f\x5d\xea\x47\x00\x6d\xc8\xe6\x00\x50\xab\xcb\x90\x3d\x5b\xcc\xf8\xac\x85\xe9\xd9\x3e\xde\x06\xd3\x06\x03\xda\xd0\x34\xad\x09\x7c\x3e\xe8\xd4\x13\x88\x23\x12\x48\x6b\xa1\x3e\x8e\x8d\xce\x59\x65\x23\x8a\x10\xe7\x76\x50\x3d\xa2\x95\x29\xdf\x23\x99\xe8\x78\x44\x3a\x87\x3f\x5a\xa0\xa2\xef\x02\xdc\xc6\xf3\x24\x62\x58\x6b\xad\xef\x5c\x63\xf7\x88\x8b\xf3\x95\x06\x96\x99\xc5\x2c\x63\x97\xc7\x8b\x32\xcd\xcf\x46\xe4\xbe\xe9\x48\x85\x46\xf9\xe1\xa1\x5d\x89\xda\x79\x54\xb4\xa2\x49\x22\xd9\xe3\x9f\x56\x97\xe4\xc1\x43\x3c\xf9\x1a\xfb\xcb\xbb\x64\x60\x2d\xb2\x80\x4f\x1c\x35\xa1\xee\x35\x0c\x9e\xe3\x8e\xdd\xbe\xf1\xb4\xe0\xa6\xce\xd9\x2d\x74\xe6\x22\xd5\x97\x06\x4f\x43\x13\x92\xd9\xd3\x88\x9b\xae\x80\xe0\x0c\x96\x2c\x49\xd7\x4b\x53\xe8\x13\xb5\x71\x40\xd6\xe0\x12\x12\xd2\x36\xd6\x11\x89\xb2\x3d\xfa\x50\x77\x9a\xd7\x8b\x2a\xdd\xa3\x1f\xe7\x22\xf2\x7a\x73\xbe\xed\xd3\xa7\xbc\x3a\xfd\xde\x64\xe9\x1e\xfd\x5c\x44\x67\x75\xe1\xcd\x07\x6b\x30\x8e\x70\x45\xab\xef\x70\x92\xfc\x5b\xc1\xcd\x74\xe1\xab\x7f\xec\xe3\x92\x3b\x74\x44\x7e\xab\xed\xc3\x51\x51\x06\xca\x40\x47\x8c\x33\x7d\x20\xd4\xb6\x88\xed\x93\xe9\xcf\x1e\xce\x7b\xcf\x0a\x5f\xbe\x84\xc4\x75\x27\x9d\x27\x32\x7a\xd8\xcf\x21\xc5\x30\x84\xa5\xf3\xe0\xfe\xfd\xff\x81\x4f\x94\xd2\xfb\x8c\x48\x47\x10\x24\xfc\xe5\xa2\x28\x93\xe7\x25\xa3\x67\x23\xd2\x81\x04\x6a\x87\xa2\x04\xd7\xa8\x73\x5b\xe8\x08\x5a\xf3\x36\xcd\xcf\x42\xb7\xd0\xc6\xa5\x88\x26\x7d\xb7\x7e\xbd\x67\x44\x2d\x65\x6a\x39\x50\xcc\x0f\x83\x04\x7e\x12\x4d\x7e\x13\xad\xbd\x33\xf6\xb9\x48\x89\x87\x35\x0d\x62\x8e\x8f\x32\x7e\x2f\xda\x4d\xc9\xde\x61\x75\x7e\x85\xcd\xf7\xb7\xbf\xee\x90\x08\x13\x5f\x01\x89\xe3\xcb\x65\xec\xd2\xc4\x6a\x1f\x91\xce\xb4\xc8\xd6\xcb\x3c\x76\x89\xfa\x0c\xea\x17\xc3\xe6\x28\xcd\x48\x8c\x92\xab\x8f\xb1\xc3\xd7\x80\xda\x35\x87\xc1\xe1\xb4\xf2\xa2\x5c\xe2\x70\xac\x57\xde\xb4\x3c\x5d\x4c\x6c\x72\x4e\x95\xd8\x14\xeb\x18\x42\xef\x32\xc2\x41\x01\x1f\xfc\x18\x3f\xed\x4e\x79\xfd\xd2\xe3\x6c\x07\x21\x4b\x5a\xce\xd3\x5c\xb1\x14\xf7\x49\xc8\x58\xc4\x96\x1f\x71\xaa\x70\x89\x9c\x11\x13\xeb\xc9\xdb\x0d\x3c\x23\xf6\x3b\x57\xcd\x28\x5e\xc7\x59\x68\x5d\x5a\x6c\x7b\x2b\x4c\x7a\xa3\x11\x1c\xef\xb7\xde\x93\xbf\x96\xc5\x05\x66\x60\xed\x8e\xfc\xd4\x77\x58\x72\xc9\xad\x70\x24\x30\xd4\x43\xf1\x1b\x51\xa8\x5d\xc4\xe0\xc0\xb9\x79\xb7\xfe\x92\x3e\x2a\x84\x7d\x58\x8f\x5b\x56\x3f\x19\x3d\x56\xfa\x73\x0c\xf8\xf8\x0c\x3b\x67\xa2\xf6\xb6\xba\x2b\x1f\x71\xe9\x28\xa3\xbc\x3a\x84\x57\xd3\xf0\x4e\x51\x3c\xf7\x5b\xc8\xc3\xfa\x68\x2f\x70\x38\x3c\x04\x96\x42\xd4\x6b\xde\x88\x74\xce\x65\x28\x06\x87\x46\x2d\xd2\x8a\x1d\xaf\xe8\x54\x88\x21\xab\x92\x1d\x5e\x94\x74\x15\x23\x9b\x3e\xcb\x82\x46\x18\x0e\xc9\x9b\x1c\xae\x10\x20\xa2\x62\x5f\xe5\xab\xf5\x94\xae\x39\xe3\x90\x27\xa0\x2a\x56\x90\x2b\x5d\x06\x5a\x24\xc5\x4c\x40\xf0\x8c\x77\x64\x8e\x1f\x2d\x0a\xa9\x07\xe7\x69\x96\xae\x56\x38\x77\xc6\x70\x48\xba\x79\x51\x11\xbe\x2e\x99\x68\x4b\xc9\xbc\x28\x12\x72\x41\x37\x84\xca\xc8\x88\x32\x69\xfb\x22\xcd\x18\xe1\x55\x9a\x65\x64\x49\x53\xa0\x88\xf0\xac\xcd\x2e\x2b\xd9\x69\x9a\xcf\x7b\x51\xd0\x48\x03\x12\x0c\x19\xd1\xe8\x83\xad\xc0\xb2\x2c\x5d\xf1\x94\xd7\x02\x2f\x2f\x5a\x82\xce\xb6\x3f\xa8\xdb\xb3\x46\x5f\xcd\x88\x76\x22\xe6\xaa\xd9\xbc\xef\xad\x76\x3f\x44\xbc\x3a\x34\x0c\x4c\xcf\xbe\x01\x0e\xea\x63\x1b\x79\x2d\x68\x7a\x52\xad\xd1\x2a\x8d\x42\x3e\x3b\x68\x83\xde\x09\x3e\xc7\x38\xfb\x7e\x9d\x62\xe1\x8b\x33\xa8\xdb\x5a\x96\xed\x6c\x6a\xde\x15\x3e\xef\x94\x5d\xf4\x0b\xed\x28\x52\x78\x1c\x0a\x30\xad\x78\x17\x7b\x59\xdc\x6f\x71\xad\x8b\xf2\xe7\x94\xa7\x7c\x44\x3a\x74\x5d\x15\x7e\x4f\x98\x33\x2b\x8b\x8b\xc3\x52\x08\x8b\xdc\x41\x02\xc8\xd9\xf3\xa6\x62\x4b\xd1\xc7\x14\x52\xa3\x77\x62\x8c\xc3\x7d\x60\x18\x24\xef\xd0\x4a\x4a\xb8\xab\x2c\x45\x46\x79\xb5\x90\x64\xb7\x9b\x7f\xff\xb0\x17\xd2\x5e\x39\x84\x24\xbd\x3f\xdd\x12\x5b\x2a\xfb\x7c\xee\x44\x97\x75\xdb\xe2\x4b\x0c\x51\x86\xfa\x2e\xbd\xfb\xed\x7e\x64\x6e\x5f\x8c\x0a\xec\xea\xf1\x37\x8c\xbf\xef\x3c\xed\xc7\x5f\x91\xdb\x45\xe2\xb7\xf5\xeb\xc3\xf1\x7f\x33\x2f\x9f\x1a\x8f\x81\xfd\xbc\x05\x54\xb0\xfe\x93\x88\x43\x40\xdf\x2b\x44\xb3\x8d\x7d\x01\x07\x02\x17\xb4\x7d\x14\xc5\x1f\x99\x24\x2b\x5f\x0d\x1d\xbd\xdf\x79\x7c\xbf\xea\xed\xbb\xf1\xfb\xb8\x83\xc9\xf4\x4c\x6e\x35\x28\x73\x6a\xa9\x7c\x35\x5e\x3d\x55\xea\xd4\x94\x69\x87\xdc\x7a\x50\x86\x6b\x89\xc5\x3a\xd9\xda\xb0\x17\x06\x7c\x10\x5d\xf3\xc8\xc7\x88\x33\xdd\x09\xbc\x02\x9f\x23\x23\x78\x51\xe2\x25\x3a\x86\xb2\x39\xab\xde\x24\xfa\x2f\xec\x7f\xa7\x8a\x3e\x7e\x7a\x2b\x07\x51\xda\xaa\x0b\x5a\xe6\x2f\x51\x12\x0d\x28\x7c\xc6\x37\xf9\x14\xfe\x82\xdc\xd2\x7f\x2d\x8b\xf5\x0a\x7e\xa6\x32\x49\x6c\xfa\x87\x93\x44\x33\x30\x2c\x89\x1f\x40\x27\x67\x17\x06\x9f\xf3\x61\x98\xe6\x09\xbb\x74\xe1\x4d\x73\x96\x79\xe6\x28\x50\x56\x6b\x89\xf2\x8b\xcc\x69\xc2\x12\x1d\x7f\xbd\xb5\x11\x0a\xf4\xdb\x57\xff\xea\x43\x0a\x3f\x9c\x63\x6b\x4b\x78\xfd\xa4\xf6\xf1\x2f\x6b\x1c\x42\x7a\x95\xd5\x39\xb5\x41\x45\x45\x1c\xf2\xf5\x52\x82\x0b\xc2\x98\x89\x5d\xd8\x40\x42\x36\xf5\x0a\x96\x15\x3a\x5c\x80\xca\x17\x9b\xcf\x21\xe3\xaa\x28\x29\xf4\x1f\xe6\xd3\x0b\x5d\x1d\xc2\xe4\x41\x82\xb7\x19\x9d\x32\x33\x35\xd3\x6f\xca\x5f\x17\x45\xc5\xca\xe3\x2a\x9d\x9e\xa1\x44\x05\xf0\xa2\x95\x26\x47\xfa\x19\x14\x7e\x9f\x9b\x99\x8d\xa2\x53\xf5\xc2\xf2\x29\x07\x5b\x51\x11\xe8\x76\xad\x73\x6d\x6c\xc7\x68\xc5\x9e\x92\x74\xb9\x92\x07\x85\xab\x72\xc7\xed\x96\x57\xb4\x4a\xa7\x3a\xfa\xfe\x2f\xea\x81\xd1\x76\x66\xdf\xa9\x52\x2e\xd3\x87\x7c\xb0\x3e\x1a\xd2\xdb\x5c\x7f\x16\xa0\x1c\x45\x3c\x78\x74\x8a\xab\x11\x76\xa9\x59\x50\x0e\xf0\xd5\x01\x61\xb0\x6b\x0f\xb8\x8d\x18\xac\x97\x62\x2d\xa4\xe7\x7b\x4d\x4b\x73\x57\xc2\x1a\xca\xf4\x5c\xec\xc2\xef\x54\x9c\xd8\x91\x3c\xb8\x8f\x9d\x2f\x32\x25\xee\x08\x9d\x64\xf7\xfb\x0a\x20\xa2\x1d\xc8\xa6\x25\xa3\x15\xfb\xc8\x66\x4f\x5c\xdf\xb1\xa7\x2a\x97\xae\x69\x86\x1d\x6a\xc2\xe3\xf6\xc4\xc1\x5e\xb7\x65\x90\x1a\x70\xe4\xf9\xa9\x91\xaf\xda\xb2\x1f\x2f\x50\xe7\x37\x7e\x41\xb3\x6c\x42\xa7\x67\x23\x92\xaf\x97\x13\x56\xaa\xda\x64\x1c\x69\x24\x60\x0c\x0e\xde\xef\xe9\x79\x2a\x33\xad\x1b\xdc\x24\x63\x72\x70\xd0\xb5\xde\xd3\x03\xed\x2d\x6d\xeb\x92\xaf\x5f\x49\x63\x05\xb5\x00\x0f\x34\x0b\x46\x13\x29\x89\xbf\x49\x8c\x8d\xc5\x57\x2f\x15\xb9\x5d\x58\x24\x69\x19\x3e\x40\x21\xaa\xce\x59\xf5\x92\x95\xe9\xb9\x00\x37\xad\xd8\xeb\xb2\x58\x02\xa6\x2a\x3b\xce\x1c\x82\x6a\x01\x1a\x7f\x64\x34\x29\xf2\x6c\x83\x0f\xc7\x53\x85\x64\xab\x92\x9d\x43\xfb\xa0\x9a\x3c\x36\x50\xad\x27\xd0\xb0\x14\x24\xdf\xf9\xa6\x61\xae\x0f\xc6\x8c\x74\xcd\xa8\x03\x95\xe2\x79\x8c\xfd\x91\x50\xd2\x6b\xf5\x18\x05\x9b\x25\x04\xe5\xbc\x80\x75\x31\xb2\x5e\x25\xb4\x52\x16\xdf\x57\xb6\x63\xdd\x2e\x18\xc0\xf2\x9f\x5d\xb3\x96\x81\x25\x2e\x30\x81\x18\x7d\x91\xc9\x3e\x13\x94\x74\x0b\x01\xa3\x55\x07\x1e\x81\x54\x12\x7a\xb8\xc6\xed\x4e\x5a\x37\x70\xc8\xb0\xc9\x4c\x1f\x59\xfe\xc1\xed\xad\x5f\x10\xfa\xdb\x58\x3d\x64\x33\xbf\x8d\xb5\x4b\x30\xfa\xab\xc7\x88\x72\x92\x9b\xd4\xeb\x70\x0b\x96\x6b\x30\x68\x58\x05\xd4\xda\x4c\x84\xaf\x57\xac\x8c\x27\xec\xde\x46\xd3\x07\xea\xd8\x21\x61\xb0\x10\x20\xc9\xa2\x20\x7a\x56\xc9\x38\xda\x9d\x19\x53\xb5\x14\x84\x59\xd0\x28\x76\x21\x89\x34\x50\x9e\x9e\xd3\xbb\x4a\x8a\x2f\x2b\x59\x72\xed\xd4\x8c\x33\x60\xa6\x8a\xac\xe4\xf3\x74\x5d\x97\x67\xe8\xab\x1c\x6a\xc8\x50\x20\x9a\xa8\x53\x88\xd9\x98\x33\x03\x00\x5b\x19\x36\x96\x54\x7b\x57\x93\x68\x06\xed\xc6\x46\x28\x75\x3b\x40\x49\xd2\x0a\x94\x29\xc8\xe5\x3d\xdc\x2b\x19\x34\x71\x29\xd0\x68\x48\x36\x97\x6d\xd4\x52\x25\x04\x08\x2f\x88\xb9\x57\x48\x45\xcf\x18\x27\xab\x4c\x70\x38\xc9\x1a\x88\xb6\x49\xb6\xae\x53\xc6\xe9\x6e\x77\xe2\x36\xe2\xb4\x60\x92\xc9\x48\x72\xe6\x5d\xc5\xad\x69\xd5\xf1\x15\x46\x6d\x45\xe6\x83\x51\xbb\xbd\x11\x39\x2f\xd2\xc4\xda\x2f\x59\x74\x19\x14\x79\xf7\x02\x74\xf7\x7d\x21\x26\xf1\xf4\x0f\xc8\x70\x0c\x35\x24\x45\x95\xe0\xf9\x45\x25\x9e\xb1\xe0\x14\xd4\x45\xd6\x93\xf9\x56\xdf\xa6\xbc\x62\xf9\xeb\xa2\xfc\xb0\xae\x58\x09\xce\x1b\xe8\x7a\xec\xa1\x23\xee\x8f\xaf\x33\x91\x0e\x26\x45\xb2\xe9\x93\xce\xb2\x58\x73\x96\x14\x17\xb9\x99\x89\x52\x1e\x7d\xc8\x6d\xdf\x2a\x90\x8a\x3d\xf3\xde\xac\x56\x88\xd6\xf9\x63\x73\x21\x5f\xd2\x8a\x75\xf7\xa7\xb0\x3d\x4c\x64\xea\xe1\xfe\x2b\x80\x0e\x08\x6b\x5a\xac\x79\xc8\x16\xf6\x89\xfe\xa6\x2e\x51\x74\x3f\x7a\xdb\xa5\x92\x07\x21\x20\x63\x38\x68\x6a\xd3\x6e\x17\x9c\x94\x5a\x66\x06\xd7\xef\xda\x59\x60\x04\x37\xb8\x7f\x2d\x1c\x8c\xc7\xee\xca\xd1\xc7\x00\x45\xa6\x19\xa3\xe5\xab\xcb\x94\x0b\xf8\x3f\xd3\x27\xed\x53\xba\x64\x65\x57\x2f\xa5\x69\xb0\x96\x77\x10\x56\x37\x29\x72\x0b\xdf\xd9\xa7\xa2\x5b\x7b\x03\xda\xf1\xaf\x08\x13\x74\xff\x26\xd3\x50\x8c\xc0\xde\x13\x91\x64\x02\x4d\x25\x72\x1a\x6a\x11\xe7\xee\x5d\x72\xb0\x0b\x05\xbe\xf1\xa9\xb5\x90\x3b\x68\x9a\xe6\xb5\x67\x39\x9b\xdd\x12\x71\xa9\x3d\xeb\xbf\xa5\x59\xf6\x6b\xbe\xac\x27\xb3\x70\x73\x83\x23\x50\xc1\x59\x37\x76\x63\x7b\x1f\xdd\x81\xe2\x51\x9d\x5c\xfe\xd9\x31\x4e\x45\xfa\x1f\x21\xdc\xdb\xcb\x53\x69\x7b\x3e\x15\x2a\x1b\xbb\x6b\xa7\x0a\x0e\x60\x6e\xdc\x8b\xba\x68\x17\x10\xf9\xaa\xe9\x42\x46\x57\xbc\x7f\x2d\x37\xde\xfe\xe6\xa3\x2b\xdb\xda\x62\x23\x18\x79\x45\x2f\xe2\x2b\x8e\xb3\x25\x48\x8d\xad\x05\xeb\xbe\xcf\x0c\x3c\xab\xa4\x0e\x1b\x7d\x80\x2c\x28\x3e\xcc\x02\x91\xde\x7c\xb1\x69\x63\xad\xea\x5b\xaa\x02\xdd\xc2\x55\xb1\x5a\xaf\xdc\x22\x21\xbe\xdb\x87\x7c\x37\xdf\x1e\x36\x3d\xd6\xd9\xf7\xe0\x55\x1c\x29\xd8\xf1\x4c\x5d\x3a\x5e\xe4\x40\x45\x24\x8a\xdb\x06\x81\xdc\x6a\xeb\xfb\x9f\x82\x56\x3f\xc3\x06\x04\x2d\x64\x71\x50\x5b\xf0\xb7\x41\x5d\x51\x18\xd4\x94\xfb\x10\xd4\x95\xc5\x9a\xf9\x89\x71\xda\x9a\x47\x77\xf9\xba\x3e\xba\xe8\xfb\x24\x4d\x6c\x5b\xae\x74\x46\xb6\x6d\xca\xdf\xb2\x59\x25\xbe\x6b\xdb\xbb\x98\x2a\xe5\x3d\xa3\x90\x53\x3b\x52\x49\x6e\x0b\x54\x38\x02\x42\x42\x14\x5b\xe9\x0d\xf3\xf1\xd3\x5b\x69\x24\xfd\xf1\xd3\xdb\x58\xca\xcb\x94\x7f\x90\xcf\x1e\xc7\x69\x22\x50\x5b\xb6\x38\xd2\x13\x1c\x91\x03\xf9\x97\xd3\x08\xe1\x84\xb1\x7b\xaf\x9d\x63\x9b\x05\x6c\xb5\x61\x0f\xea\x19\x47\xb8\xb8\x59\xdc\x16\xa4\x22\x7a\x8a\x18\x95\xbe\xab\xae\x0e\xe0\x02\x1a\x02\xb9\x81\x29\x7f\x06\xe6\xaf\x5e\x95\x67\xfa\x6e\x25\xe3\x90\xeb\x6e\x7d\x25\x0b\x00\xed\xcd\x50\x78\xb2\x1b\xd6\xe7\x90\x31\xa2\x62\xe2\x6a\x4b\x13\xf2\x3d\xe9\x1c\xda\xc2\x8e\xc3\x44\x1d\x18\x61\x5d\x6c\xb6\x5d\x93\xfc\xed\x11\x9f\x1a\x2d\x89\xc7\x13\x68\xd6\xca\xb5\xd3\x0f\x42\xd4\x1c\xf4\xf1\xa5\x1a\x46\xa9\x09\x2d\xcb\x3c\x7a\x6f\x7a\x1c\x45\xee\x01\x72\x14\x29\xb4\xa1\x24\x48\xa8\x06\xdd\x71\x2b\xbc\x08\x26\x83\xc0\x15\xd0\x77\x45\x14\x5a\x90\x7d\x74\x02\x71\xe9\x8a\xe5\x2d\x2e\x01\x87\x92\x47\x95\x89\x0a\x43\xc2\x4f\xa1\xf8\xaa\x09\x1b\xda\xba\x7e\x5c\xfd\x67\x88\x9b\x69\x9b\xb1\x4a\x5f\x3f\x8f\x2d\x72\xd9\x0b\x10\x30\xd1\x17\x95\x54\x03\x32\xc6\x1e\xde\x4f\xd4\x83\x96\x2d\x71\x3c\xfb\xd1\xe4\x06\xaa\xbd\x1b\x57\x83\xbf\xa4\xe5\x19\xe4\xc2\x89\x86\x0a\x30\x5e\xff\xee\x85\x4b\x8e\xa2\xf7\x1a\xc2\x12\x37\xe6\x46\x04\x28\xe3\x6d\x14\x56\x4e\xbb\xed\x60\x30\xc0\xb7\x34\xfa\x68\x5d\xf4\x03\x91\x33\x08\x03\x2b\xdf\x0b\x45\x67\x96\x0b\x70\x82\xbd\xc0\x63\x1f\x1e\x18\xc2\x8a\x9c\xdc\x49\x52\x9a\x15\xf3\x93\x3b\xce\x5a\xca\x94\x1e\x2e\x8b\x84\x66\x02\x28\x66\xc3\x8e\x48\x47\xdc\x2c\x9d\x7a\x18\xe8\x38\x06\x19\x4b\x9e\x6f\xc6\xdb\x08\x2d\x3a\x8a\x11\xa8\xba\xfe\xcc\xc3\xbd\xea\x2a\xf1\x62\xfe\x34\x20\x82\x34\x36\x02\xba\xe9\x54\xaf\xcb\xab\xae\xe2\x8f\xfa\x3b\x63\x59\xa5\xda\x08\x29\x49\x7a\x8e\x03\xe4\x8c\xb7\x88\x7e\x22\x7a\x10\x06\x49\x91\xd1\x7e\x24\x38\xe0\x45\xe3\xaa\x6e\x31\x10\xf6\xc7\x8f\xa9\x12\x43\x75\x42\x9e\x38\x0f\x93\xee\xb7\x3a\xee\x74\xbc\x8d\x97\x07\x31\x23\x62\x0c\x34\xac\xd7\xa0\xc8\xd7\xaf\xe2\x88\x7b\xb4\x49\xdd\x1c\xf2\xa8\x1f\x29\x95\xe5\x28\xda\x5b\x38\x64\x94\xdb\x1f\x6f\xe3\xe5\x41\xf3\x54\x9e\x5a\x51\xe7\xc3\xba\x12\xa3\x18\xf8\x44\x76\x5c\xef\x7a\x78\x4d\x04\xd5\x6a\x76\x6a\x49\xd3\x3c\xa8\x0b\x97\xdb\x78\x1b\x70\x49\x41\xc5\x1a\x71\x69\xbc\xad\xf9\xe0\x75\x10\x46\x4f\xf1\xc2\x62\xfc\x1e\x9a\x5b\xbf\xc9\x73\x56\x86\x71\x57\x70\x3c\x2a\xa4\x47\xd6\x76\x01\xbf\x34\xa2\x6b\xf0\x5a\x76\x45\x12\x5a\xd1\xc3\x94\x1f\xda\x4f\x0a\xfc\x91\x91\x77\xcd\x7b\xb9\xa4\x79\xc2\x6d\x9f\xca\xdc\xad\xa9\x43\x71\x5c\x02\xb9\xc2\x61\xfd\xea\x84\x8f\x5e\x24\xc0\x4a\x2c\x58\x8a\x19\xa7\x5b\x7b\xbd\x8a\xc3\x71\xe0\x32\x14\x3d\xc7\x22\x09\xff\xe7\x0a\x35\x0d\x53\x55\x52\x4f\x84\xac\xc6\xa7\xbe\xc5\x22\x50\x43\xbf\xe2\xf3\x8e\x1e\x24\x03\xd3\xd0\x87\xac\x10\xeb\x25\x0e\xc0\x58\xe9\x13\xd7\xd4\xc2\xa5\xbd\x7e\xe0\x2d\x69\xd2\x62\xe3\xa1\x49\x93\x19\x3f\x8a\x38\x52\x75\x14\x2b\x96\x77\x7b\xf8\x51\x30\x50\xe4\xba\x51\x0a\x03\x7e\xb7\x56\x19\xac\x65\x84\x9d\x2d\x6e\x47\x3d\xec\xe9\x8a\x32\x50\xee\xdc\xf6\xc2\x0e\xfe\x59\x2b\xd3\xcf\x6b\xb1\xb5\x25\x26\xf0\x68\x97\x9d\x1f\x69\x23\xb2\xe3\x4d\x5e\x2d\x58\x95\x4e\xe1\x15\x0a\xe4\x3c\x2d\xe4\x91\xaf\xe4\x6f\x6c\x33\x29\x68\x99\xc0\x47\xad\x33\xd3\x8e\xd6\x01\x7c\x1c\xab\xf7\xba\x25\xc7\xea\x77\xd9\x79\xf4\x75\xe0\x80\x9d\xc3\xd5\xc8\x20\x5a\xd6\x01\x3b\x1f\x18\xdb\x0d\xd0\xc7\xb1\x24\x78\xab\x50\x3b\xe8\xa8\x03\x15\x6f\x3d\xbc\x77\x8f\xe8\x09\x91\x94\x4b\x71\xff\x62\xc1\x72\x22\x0d\x23\x52\x0e\x78\x4d\x8a\x12\xfe\x4d\xf3\xf9\x40\xe9\xcf\x14\x04\xe7\xac\x32\x1d\x74\x7b\xd6\xbc\x60\x1b\x67\x2e\xf7\xd4\x30\x7b\x6f\xb5\x37\x51\x93\x47\x0e\xee\x70\x48\x9e\x89\xab\x08\x4c\xde\xd7\x9c\x95\xa4\x2a\x88\xbc\x56\xc8\x45\x5a\x2d\xd2\x1c\xbe\x48\x48\x4c\xd6\x15\x84\x71\x2b\x64\xe1\xa4\x48\x40\x88\x70\x0d\x19\x9c\x4b\x0d\xb0\x2a\xab\xb3\xef\x88\x63\x0e\xcb\x2a\xb4\x7b\xf6\x8d\x2a\xc6\xfb\x3b\xfa\xf6\x3a\x93\x3a\xd1\x63\xdf\xd1\xd7\x06\x9a\x7f\xbf\x97\xe3\x3d\x7a\xd0\x9a\x2c\xb7\xa3\x40\x8b\xad\xde\x61\xfc\xcb\xbc\xe7\x3e\x79\xd7\xd4\x22\x63\xc2\x32\xa9\x25\x0a\x0c\x7f\x9a\x9e\x76\x82\xc7\xf1\x3a\xec\x3c\x38\xd0\xb4\x0c\x0b\x94\xb6\x54\x29\x45\x2c\xf1\xd0\xa3\x47\x75\x8f\xf1\x91\x23\xea\x6f\x77\xe7\x0f\xda\x98\xda\xc0\xbc\x9a\x8d\x76\xbc\x1a\x3e\x93\xd0\xac\x62\x21\x48\x50\xaf\x9f\x44\xbd\x7e\x55\xd7\x88\xaa\x36\x03\x41\xd3\x63\xcd\x7c\xcd\xce\x20\x37\xfd\x62\x56\x2c\xc2\x7e\xa9\x61\xbb\x3b\x18\x30\x8d\x75\xd1\x40\x6a\xbd\x38\x82\x35\x41\xe1\x1a\x3b\xad\x81\x3b\xb5\x7b\x62\x83\x55\xfb\x2a\xa2\x76\x5a\x6a\x2f\x82\x86\xc4\xa6\xda\x6d\xb7\x91\x5a\x9c\x44\xbe\xe3\x40\xaf\x36\xe0\xeb\x89\x31\xb2\x90\xb5\x8e\x06\x68\xda\x5d\xab\xda\x09\xb7\x96\x90\x27\x6e\x74\xd7\x83\x7a\x56\x16\x9c\xb2\x6f\x99\x43\xad\x8d\xf5\xa8\x73\xcc\xf8\x00\xf0\xf8\xca\x26\xac\x44\x30\xf0\x5a\xd9\x98\x8f\xc1\x73\x85\x57\x13\x85\x6f\x8c\x61\x82\x57\x5b\x05\x10\x6e\x51\x33\x2e\xc7\xb8\x75\x50\x9c\x49\x37\x6e\x31\xcd\xa7\x2c\xc3\x81\x8b\x89\x17\xdb\xf1\x49\x54\x8b\x14\x23\x26\xb5\xc7\xc8\x60\xb2\x42\x95\xf0\x04\x69\x67\x1e\xc9\xd4\xc8\x56\x47\x23\x75\xd6\x8e\x3c\x6b\xa7\xf1\xd3\xc8\x71\xd3\x16\xa6\x08\x3b\x8e\x62\x86\x88\xda\xc4\xaf\xd5\x81\x45\x8f\x77\xe8\x6f\x63\x22\x7b\x15\x44\x83\x57\xe7\xd0\x54\x0d\x49\x2f\x3e\x2d\xbb\x48\xa1\xec\xe7\x2a\x50\x17\x79\x5b\x9b\x8c\xb7\x78\xd9\xde\xce\x2b\x35\x9d\xa8\x91\xe6\x9e\x9e\x4e\x47\xfa\x65\xe7\x02\x29\x1f\x78\x2d\xb7\x83\xc1\xc0\x5b\x75\xfd\x89\x99\x72\xde\xad\x59\x40\x14\x7e\x38\x04\x33\xee\xd4\xd7\x52\xd9\x66\x57\xcd\x92\x1b\xfe\x7d\x5d\x44\x55\x4f\x7d\xbb\x49\xbc\x45\x15\x9d\xa4\x68\xd7\x5e\x9a\xf8\xd9\x5b\x79\x45\xa3\x90\xbc\x62\xe6\xcd\xf3\x32\x0f\x8b\x37\xb8\x7c\xdc\xbe\xec\x7d\x06\xd5\xa3\x57\xb7\x40\xe5\x68\xab\x9b\x61\xf5\x0c\xba\x0a\xb1\xba\x45\x23\xa5\x6c\xda\x46\x67\xd5\xed\x05\x91\x58\x6f\x86\x15\x31\x53\x32\xdf\x5e\x42\xd9\x39\x45\xb8\xd7\x1a\xbe\x16\xc1\x36\xe4\x8c\xfd\x1b\x5b\x46\xfc\x21\xe3\x70\x80\xc1\x34\x4b\x59\x5e\x49\xf7\xe6\xc7\xde\x3d\x2f\xa0\xf4\x73\x7d\x53\x59\x62\x9a\xba\x72\x96\x11\xb6\x2d\x14\x7d\x6b\x43\x35\xab\x27\xce\x40\xee\xa3\xb1\x75\xa2\x8b\xda\xa3\x68\x08\x47\xac\x58\xba\xec\x5c\x4b\xe4\xef\x8a\x35\x67\x56\x1a\x47\xaf\xae\xd1\x4d\xd0\x46\xfd\x48\x21\x3e\x98\xae\xcb\xd2\x05\xba\x23\x8d\x83\x9d\x0e\x34\xab\x93\xaa\x5d\xb1\xec\xc0\xf3\x3e\xea\xae\xa4\xe7\x0c\x3b\x1f\x54\xb4\x14\x52\x31\xe5\x04\x69\x0e\x7a\x8e\xb4\x16\x28\x09\xa2\xc6\x40\xc4\x57\x0d\x38\xb0\xb1\x52\x58\x4c\x92\x53\x2d\x93\x40\x99\x40\x70\x24\xe2\xab\x86\x1d\x31\xb6\x5b\x82\xd8\xe4\xec\xc2\x93\xae\xe3\x6a\x97\xb8\x54\x1b\xb6\xde\x21\xf2\x6b\x5d\x89\x59\x78\xc4\x0a\x12\x7f\xeb\x06\xaa\x12\x6c\x7f\x86\xdc\x26\x0c\x52\x48\xbb\x26\xce\xaa\x4f\xe9\x92\x15\xeb\xaa\xdb\xed\xa1\x49\x37\xeb\x9b\x22\xcb\xb9\xb2\xe0\xd5\xcc\xdf\xa7\x92\xe6\x92\x52\xe8\x0c\x5d\x76\x96\x7d\xf2\xf0\xfe\xfd\x1a\x89\xa3\xc1\x6a\x50\xec\x44\x83\xc6\x29\xb2\xdc\x83\xb1\x24\xeb\x81\x89\x99\x5c\x3f\x8c\xa5\x21\x50\xd3\x47\x54\x6f\x84\xee\x25\xcb\xe4\x1a\x35\x1a\xcd\x37\xe1\x34\xa3\xf8\x18\xe9\x2f\x84\x5b\x7c\xd9\xf5\x46\xbe\xdd\x36\x96\x9c\xfb\x23\xa0\x43\x03\x22\x5f\x43\x24\xbc\xc6\xe8\xca\x3b\xc3\x1f\x5f\x29\x05\xeb\xa7\x60\x2a\x84\x7a\x3e\x27\xb9\xe1\x3e\xee\x84\x30\x92\xc1\x40\x2f\x1c\xb7\x29\xff\xbb\x60\x1c\x27\x99\x8d\xc0\x1d\x8d\xde\xdd\x2a\x38\x78\x9a\xbf\xb3\x31\x6e\xdc\x0f\x6f\x05\x51\x8d\x94\xff\x47\xed\x87\xda\x2f\xbf\x2e\x66\xef\x8a\x49\x5a\x13\x44\x7c\x2f\x4f\xc9\xfd\x9d\x22\x63\x31\xc3\xeb\xbd\x33\xdb\x47\xf3\x96\x76\xf5\xb0\xa2\x25\x05\xd7\x7b\x5d\x78\x28\x7e\xeb\x70\xd2\xf2\xc1\x0b\x7f\xd5\x65\x4e\xc0\x69\xe0\xae\xdc\x5a\xb6\x5c\xc5\xcf\x0e\xfd\xd8\x6c\xf5\xe0\xa3\x6c\x93\x23\xd3\x11\x5b\xd9\x96\xaa\x39\x60\xbf\x40\x34\x05\x5b\x4c\x74\xe1\x33\x70\x1f\x95\x9f\x64\x63\x29\x24\xe0\x76\xb2\x04\x7f\xb5\x41\xae\x71\x0d\x1b\xfc\x67\x1a\x2e\xc8\x09\xb8\x2d\x39\x50\xfc\x59\x96\xe0\xaf\x01\x04\x51\xb1\x8a\xb7\xad\x1c\x26\x3b\x29\x3f\x14\x34\x47\xcd\xd0\xf3\x8b\xb4\x1d\x1c\xba\x9f\xd4\x2e\x80\x41\x5f\xb6\x4e\x13\xa7\x2a\x5f\x42\x19\xae\xa3\x8d\xfe\xbc\x7a\x6f\xd9\xac\xf2\xab\xbd\x0e\x6a\x29\xc4\x82\xc3\xe9\x7c\x5a\xaa\x31\x32\x71\xd6\x9c\x2f\xd9\x1c\x7d\x81\x6e\x9d\xcf\x33\x51\xa2\xc3\x76\x57\x25\x7d\x1b\x74\x70\xa9\xd0\x59\xbe\x75\x3b\x9f\x64\x11\xfe\x1c\xac\x4c\x16\xeb\xd5\xe1\x28\xc5\xc0\xa8\x49\x33\x40\x75\x8a\x66\xeb\x2c\x73\x02\x7f\xd1\x75\x55\x38\xb1\x31\x2e\xf9\x88\x3c\xfc\xf3\x43\x05\xa7\x11\xf9\xe1\x91\x0c\xe4\xb0\x4c\x1e\x8c\xc8\x9f\xfe\xfd\xa1\xfa\xf1\x70\x44\x7e\x7c\x24\xe3\x00\x65\xf3\x11\xf9\x77\xa8\x15\x8c\xfd\x0e\x02\x42\xe8\xc1\x83\xb1\xf2\x22\x67\x3a\x50\xc4\x32\x19\x91\x47\x3f\x99\x0e\x1f\x3d\x94\x7f\x5f\x66\x23\xf2\xe0\xcf\x3f\x9a\xce\x87\x43\xf2\xba\xc8\xb2\xe2\x42\x7a\xed\xe4\xbc\xe2\x84\x96\xf0\xa6\x91\x90\x09\xcb\x64\x62\x99\xd3\x39\xab\xa4\x23\x71\xc9\xe8\xd9\xaa\x48\xf3\x8a\x77\x7b\xa7\x64\xa6\xbc\xb0\x49\x55\x90\x55\x59\x9c\xa7\x09\x83\x2e\x4d\xc2\x1a\xc1\xc8\x03\x2b\xc0\x21\x4f\x4d\x92\xce\x66\x4c\xf0\xd2\x40\xc5\x38\x29\x66\xf2\x4e\x11\x63\xd8\x6f\x13\x3b\xc8\x40\x2f\x1f\x50\x4c\x92\x49\x1d\xff\xc3\x04\x80\x3e\xfd\x8b\x40\x2f\x4a\xba\xcb\x34\x3f\x54\x26\x9b\xdf\x6d\x63\xb7\xc3\xd5\xea\xb2\x77\x6a\x63\xe8\xa8\xba\x76\x5b\x07\x5c\x5e\x20\x57\x1e\xf0\x25\xfa\xde\x60\x78\xc0\xd1\x9d\xa3\x2f\x93\x07\x66\xf8\x96\x1d\xff\x47\xdb\x9e\x1f\x46\x17\x06\x47\xec\x06\xeb\x32\x17\xa2\x37\x83\x0c\x82\xab\x20\x9c\x1d\x2c\xb5\x39\x63\x38\x39\x81\xc0\x7b\xaf\x3b\xba\xf0\x70\xd8\x6c\x5e\xbf\x6e\x20\x2d\x37\x58\x7c\xdb\x39\x98\xf5\xc5\x16\x5f\x33\x41\x4b\xd9\xfe\x09\x13\xbc\xcc\xbc\x39\x0c\x87\xe4\x1d\x3d\x63\x32\x0c\x17\x4c\x80\x93\x05\x3d\x67\xe8\x38\x57\x45\xfc\xc4\x92\xc9\x86\x94\x0c\x2c\xb7\x08\xa7\x4b\x66\xe3\xf5\x0c\xa0\xdf\x4f\x8b\x94\x93\x94\x93\xa4\xc8\x19\x51\xcf\xa4\x6c\x36\x03\xce\xa6\x20\x33\xa0\x45\x24\x61\x3c\x9d\xe7\xa4\x64\x49\x96\xe6\xcc\x52\x81\x08\x19\x12\x1c\xbe\xe7\xf6\xdf\x83\x20\xf2\x97\x28\x84\xbc\x61\x96\x90\x0e\xd7\xc8\x03\x19\xab\xec\x24\x1f\x9b\xf7\x5d\x49\x98\x24\x9d\x3a\xb5\x97\xe5\x69\x5f\xff\xd2\xd7\xa2\x28\x91\x77\xc6\x29\x44\x3e\x3b\xb5\xf7\xca\xa9\xea\x4b\x50\xd4\xbc\xa8\xc8\x74\xc1\x20\x3e\x6f\x9a\x93\x05\x2b\x19\x99\x30\x88\x9c\x26\x80\xb0\x51\x0e\x2f\x00\x10\x00\x5c\x9a\x13\x9a\x65\xf2\xc9\xd8\xae\x57\xf7\x98\x27\x72\x47\xc4\x67\xe8\x56\x81\x94\xb3\x15\x2d\x69\xc5\xb2\x8d\x86\xee\xa9\x09\x2a\x83\x08\x36\x90\xf6\xc1\x09\xca\x01\x5c\x05\x99\x7f\x6b\xe2\x28\x98\x94\xbd\xdc\x47\x4a\xf9\xdf\x60\x30\x88\x50\x6b\xab\xcc\x31\xe2\x2e\xac\xea\x71\x74\x40\xc5\x2f\xdc\x6c\x24\xa8\x10\x23\xdd\xfb\xcd\x45\x32\x28\xdf\x7a\x2a\x50\x23\x42\x8e\xaf\x31\x57\xc9\x32\xfd\x97\x4f\xd8\x56\x88\x10\xda\xfd\x96\x85\xf8\xbc\x7f\x8d\x65\xd5\x91\xe7\x1d\xcb\x52\x9a\xc1\x51\xf8\xed\xca\x09\x38\x8e\xc9\x11\xbe\x15\x94\xc4\xf5\x9c\x5a\xcd\x6c\xe7\xd1\xa3\xd5\x25\x16\xf8\xf8\x82\x96\x02\xda\x10\x5f\xd2\xbc\xd1\xca\xc0\x2d\x38\xe8\x64\xe7\xe1\x23\x1d\x58\x4d\x95\xab\x40\x63\xe6\x43\xdb\x9c\x12\x9e\x3c\xdb\x1b\xb9\x02\x6d\x34\x93\x84\xef\x42\x11\x77\xa0\x88\x46\x7c\x71\x1e\xe9\xfc\xaa\xa1\xef\x43\xd4\xf3\xa1\xc6\xef\x21\xe6\xf5\xe0\xf8\x3c\xd4\x79\x3c\xd4\xfb\x31\x60\xbf\x35\xe9\x70\xd4\x1c\x9f\x26\x9a\xd3\x82\xcd\x66\x6c\x5a\xe9\x64\x16\x7d\x2f\x2c\xae\x93\xdc\xe2\x36\xd2\x51\x58\x5f\x22\xb9\x28\x6d\x93\x74\x7d\x6f\xaa\x9b\xc4\xd3\x87\x69\x0d\xa2\x51\xf5\xad\x8d\x3b\x0e\xe7\xea\x3a\xa9\xb8\xc8\xe3\xd5\xad\xf1\xac\x41\x04\x05\x6e\x5d\x56\xbe\x52\xc1\x80\x3a\x42\xc6\xc2\xe1\x08\x57\x4a\x73\x28\x04\xb1\x09\x2f\xb2\x75\xe5\x7c\xae\x8a\x95\x1b\xba\x4f\x72\x5f\xb8\xa4\x0c\xe3\xfb\x4d\x54\x1c\x41\x5b\x86\x63\x10\xe2\x4d\x91\xee\x2b\xc8\x59\xce\x5d\x9f\xdc\x81\xfa\xb6\x07\xbb\x1b\x8b\xed\xab\xf5\x7c\xd2\x41\x2c\x95\x1b\x00\xda\xcd\x06\x10\xfa\x81\x23\xa7\xeb\x92\x43\x30\x0b\x55\x31\x16\x5a\x35\xea\xcd\x20\x7e\x46\x94\x8c\x83\x19\x4d\xd8\x9b\xfc\xc1\x7d\x0b\xbe\xb8\x37\x44\x53\xfb\x0f\xeb\xca\x76\xa0\x97\x89\xfc\x39\xd0\x52\x0f\x82\xb8\x32\xc4\xf7\x59\x3b\x41\xef\x60\x11\xbf\x04\xe7\xf5\x05\xbf\x17\x44\xc2\xd5\xfa\x51\x52\xa5\xce\x2e\x76\x8a\xc4\x97\x18\x4a\x07\xe9\x31\xbc\xa8\xf6\x93\x22\xd9\xd8\xd8\xf0\x0e\x5a\x5e\x1e\x2f\x68\x52\x5c\x8c\x34\x45\x1a\xb0\x8c\x9d\x03\xf8\x7e\x7c\xd4\x6f\xbf\xe3\x3b\x0e\x4d\x73\xb4\xd2\xa6\xe8\xef\x36\x02\xed\x7f\x44\x81\xa7\xbf\xfe\xef\xc8\xa4\x7e\x63\x93\xb3\xd4\x44\x02\x96\xa6\x8c\x32\x98\x4b\x55\xac\xa7\x8b\x4e\xe3\xf9\x8c\x9c\xf4\xe1\x10\x0e\x7b\x5f\x1e\xf0\xbe\x94\xfd\x40\x14\x10\xb3\x28\x61\x6e\x24\x61\x2b\x06\x89\x1f\xb4\x75\x28\x90\xd1\x62\x06\x7f\xcb\x63\x4a\x21\xea\x31\x23\x1c\x64\x3b\x24\x0b\x0c\x7c\xaa\x52\x23\x74\x12\x4b\x64\x70\x0d\x41\xc9\x50\x8d\x50\x34\x9d\xad\x6f\x33\x26\xb8\xcc\x1f\x20\x79\x8f\xd3\x1f\x4c\x0e\x81\xef\xb6\x1e\xf6\x9d\xd3\x32\xa5\x79\xf5\x1c\xaa\x5f\x9d\xf6\x63\xbd\x28\x4e\xe5\xba\xdd\xb8\x81\x8e\x65\xb0\xf2\x40\xbd\x05\xf2\x50\xe4\xdc\x39\xa1\xb8\xeb\xfc\xa4\x85\xa4\xe8\x1d\xec\x70\x8b\x9c\x0d\x68\xd1\xa9\x71\xbe\xde\xab\xe3\xe8\xde\x7b\xd8\x11\xee\xfd\x25\x6f\x37\x33\xe4\x30\xed\xce\x4a\x0d\x1a\x9c\x32\xff\xfe\x6b\xb8\xd8\x9c\xf0\xba\x97\xbf\xd9\x24\x0b\xe7\x17\x7b\x5d\x11\xe1\x25\x17\x23\xfa\x3c\x4b\x13\x06\xb5\xde\xe4\x8f\xee\xef\xee\xb5\x7d\xa7\x02\xe7\x9d\x3e\xeb\x6f\xa3\x3d\xa6\x2a\x7a\xfd\xb0\xae\x5a\x75\xbb\x27\x00\xdc\x6e\x1b\x59\x73\x9b\x54\x43\xbf\x0f\xc5\xb3\x6a\xc8\xaf\xb1\xdb\x48\x06\x39\xfe\x24\xa8\xe7\x83\x9f\x1c\xf2\xf9\x2a\xe7\xeb\x12\xc2\xca\xd3\x4a\x52\x40\xc1\xc2\xa7\x2c\x51\xbc\x3f\xa1\xd9\x05\xdd\x70\x48\x6c\x4e\xd1\xad\x26\xb5\xd1\x60\x7c\xa1\x18\x93\x15\x17\xe4\x55\x3e\x2d\x0d\x62\x17\x21\x64\xd3\x5b\xb0\x32\xad\xda\x84\x9a\x76\x95\x6f\x3a\xa3\x56\x2b\x95\xb3\xfe\x0f\xdd\x80\xb0\xaa\x8d\x1f\x8c\x3d\xb8\x4e\xc4\x7f\x7f\xbc\xc9\x13\x76\xe9\xe6\x75\xd8\x1d\xb5\xba\xc6\x74\x36\xbe\x07\x21\x1c\x7c\x86\x03\x3f\xc5\xc5\x36\x3b\x0f\x63\x66\xb4\x8a\x44\xfe\x8f\x35\xaf\xd2\xd9\xc6\xbe\x09\x8a\x0a\x87\x2c\x4f\x62\x87\x7d\xf7\x9a\xf4\xb6\xf8\x32\x73\xed\xba\xdc\x07\xcc\x86\xe4\x30\x50\x63\xbf\xb5\xed\xe6\x5b\xe2\x49\x3b\x30\xbf\x12\x72\x33\xcd\xf8\xeb\xaf\x4f\xbf\x6f\xc6\x56\xb6\x70\xa3\x96\x44\x74\x08\xb1\xf5\x42\x28\xf7\x63\x96\xcd\xf4\x66\xf1\x8a\x96\xd1\x84\x76\x81\x10\x86\x38\xe5\xdd\x5b\x59\x07\x9d\x7d\xd0\x61\x38\x24\x92\x9e\x28\x72\x92\x56\x19\x23\x49\xc1\x78\xde\xa9\x08\x87\x50\xf7\x24\x9d\x69\x26\x2b\xe5\xa4\x2a\x0a\xf9\xea\xe4\xee\x51\x18\x15\x3f\x0e\xe7\xfa\x74\x23\x91\x60\x3e\x52\xb8\xbd\xb4\x66\x07\x1e\xa0\xe3\xd9\xa7\x04\x9f\xee\xa5\xeb\x72\x32\x0e\x3d\xfc\xb3\x97\x86\x50\x21\xd3\x6f\x32\xde\x60\x3c\x09\x97\xf8\xbd\xb3\x42\x73\x1e\xaf\xc5\x66\xb5\x60\x79\xc8\xf7\xa3\xed\x8a\xea\x6e\x34\x00\x23\xf6\x01\x31\x38\x06\xd5\x62\x90\x6b\x62\xf8\xdb\x1d\x9f\x50\x59\x14\xc9\x48\x15\xe2\xa6\xa5\x05\x91\x8b\xc5\x27\x07\x3b\xcf\xee\x5e\x39\xab\x5a\x9e\x5e\xa5\xf5\xd3\x39\x0b\x1e\xc6\x79\xb2\xc6\xa5\x7f\xc3\x0b\x32\x0e\xd5\x5d\x97\x9d\x86\x97\xb6\xb3\x88\x81\x6b\x86\x23\x29\x91\x06\x1a\x21\x2b\xde\x0e\x91\xd0\x92\x8b\xbc\x63\x6d\x0a\xb5\x9a\xc4\x94\x95\xb1\x64\x1b\x91\xd3\x62\x45\xa7\x69\xb5\x21\xdf\x6d\x43\xcb\xa9\x41\xb2\x2e\x55\x49\xb6\x66\x3f\x5c\xc5\x2b\x31\xca\x99\x8e\x98\xfe\xd0\x11\x86\xfe\x2b\x59\x9c\x98\x14\xdd\x26\x07\x07\xd6\xe7\x7a\x08\x59\x9f\x20\xb1\x49\xab\xa1\x36\x26\xae\x0d\x71\x04\xc9\x1d\x08\xd7\xc0\x3b\xa0\x0a\x37\x3c\xa8\x4e\x16\x2a\xf5\x4d\xb2\xcf\x3f\xd6\x4e\x2f\xf4\xc8\xc2\xb9\xd6\xb0\xd5\x10\x16\xe1\x5c\xfd\xac\xb7\xa0\x69\x44\x6f\xea\x4d\x9c\x04\x39\xba\x1e\x79\x28\xa0\x2e\x36\xa9\xe2\x5d\xd1\x8c\x55\x15\x1b\xe4\x6c\x5d\x95\x34\x3b\x66\xd3\x22\x4f\x68\xb9\xf1\xda\xd4\x25\xb9\xcb\x9c\xdb\xd3\x47\xa5\x36\x3c\x42\x30\x5f\x9f\xff\xd6\xe7\x20\xb8\x4a\x08\xca\x02\xf8\xe8\x91\x7b\xed\xba\xf3\xc0\x69\x15\x05\x80\x55\xde\x48\xef\xf4\x34\xc1\xe5\x97\x32\x5d\xba\x50\xa9\x4b\x36\xf7\xad\x13\xc3\xd8\xdc\x02\xbe\xd1\x62\xab\x74\x30\xb2\x6a\x6d\x26\x98\x58\x5a\x82\xfd\x13\x49\x0c\xef\xdd\x3b\xc9\xc9\x3d\xa5\x4b\x4b\x18\x9f\x96\xe9\x4a\xec\xfd\x89\x0c\xe7\xe8\x3c\x6f\x29\xcd\x6e\x6d\x42\x18\x14\x0c\xde\xe6\x82\xd9\x63\xa2\x4f\xc1\xc5\xc5\x80\x0d\x36\xc9\xa6\x7c\x11\xbf\x5c\x17\x33\x1d\x92\x5b\xa5\x7e\x41\x96\x9a\x62\x83\xf7\x4d\xfd\x72\x52\x9f\x22\x25\x92\xf2\x24\x92\x35\x05\xa2\x16\x59\x2f\x72\x55\x8d\x47\x4a\x6f\x90\xee\x44\x6f\xff\x07\x1c\x34\xd2\xfc\x74\x20\x8b\xcb\x30\x12\xa8\xf2\xeb\xe5\x13\xd9\x39\xd0\x53\x65\x24\xee\xa4\xd9\x50\x35\x9a\x13\x6d\xb8\x4b\xda\x5e\xa9\x87\xd1\xbd\x32\x1a\xc4\xa2\xb8\xe3\x7e\x9b\xe3\xb8\xef\x88\x82\x4e\xfe\xe9\xa1\xde\xf7\x0e\xe1\x7d\xd0\x30\xca\xdd\xbb\x21\x3a\x46\x63\xcb\xb6\x09\x62\xbb\x63\x20\xff\x30\xec\x11\xc3\xd6\xf3\xa9\xc3\x91\xe1\x46\xea\x57\x1f\xbd\xb4\xa9\x27\x64\xe5\x80\x1c\x82\x1e\xf7\xa6\x0e\xed\xb7\x89\x43\x89\x07\xfa\x26\x51\x14\xd5\xda\xd5\x15\x66\x87\xc4\xee\x91\xdb\xc1\x60\xa0\x57\xe9\xc4\x7e\xf2\x23\x95\x91\xe1\x53\xbd\x23\x9e\x1b\x43\xd4\xa1\x20\xf6\x46\xde\x3a\xf7\xd1\xad\x10\xa7\xdd\x96\xfa\x3a\xa5\x56\x5f\x17\x0b\x70\x39\x9f\x0e\x0f\x13\x5a\x9e\xed\x63\xbc\x11\x4c\xbd\x37\xf2\xe7\xee\x19\x70\x44\x50\x33\xe5\xef\x8b\x1c\xfe\x15\x33\x0a\x1c\x9a\x75\x43\xc5\xc8\x38\xf6\x0a\x27\xb7\x62\xb1\x70\xf2\x0d\x8c\x0b\x9a\x5e\x4c\x35\x4b\x06\x19\x2d\xc1\xed\x28\x5b\x4f\x59\x8e\xd5\xe6\x11\x15\x6e\xab\x97\xfe\x98\x89\x40\xcd\x7b\x69\x0b\x31\x6e\x9f\xb7\xb9\x96\xb9\xbd\x95\x38\xda\x5e\x6e\xb3\xc7\x5b\x60\x89\xc7\x73\x37\xbe\x76\xbb\xad\x01\xb7\xee\xde\xc5\x12\x89\xb7\xad\x88\x7c\x10\x5f\x14\xa9\xdd\xc3\x49\x46\xa7\x67\x75\x7b\x68\x57\xf2\x05\xcd\x25\x6e\x06\xf1\xad\xd9\x6d\xcc\x63\x84\xf4\xa4\x15\xcb\xad\x2b\xd7\x32\xdd\xb7\xcb\x75\x39\xe4\xe7\x83\xb6\x11\xa9\x65\xaf\xf1\xe0\x7e\xb2\xc5\x0f\x7e\x0c\xf1\xc8\xdc\x82\x62\xc8\xb1\x88\xc0\xd6\x2a\xc1\x22\xa2\xb2\xfb\x67\x57\x74\xb9\x66\xef\x12\x6e\xb5\xcb\x21\x4f\xda\xa2\x99\xde\x3e\x88\xec\xa1\x37\x0a\x7e\x38\x5b\x67\x4b\xf0\xc6\x41\xe9\xf5\x98\xe5\xc6\x21\x9e\x4a\xff\xef\xe1\x90\x40\x21\x49\xb9\x74\x2b\xa1\x24\x2b\x2a\x32\xd9\x90\xa2\x5a\xb0\xd2\x32\x63\x7c\xa0\xaa\xbf\xa9\x3a\x9c\x64\xe9\x19\xcb\x36\x10\x57\x8b\x09\x9e\x7a\xc5\xa6\x15\x4b\xc0\x32\x94\x93\x8b\x45\x3a\x5d\x90\x95\xe0\xbc\xad\x15\xba\x0d\xa2\x5c\x15\xf0\x5e\x28\x17\xa6\x3a\xfd\xb4\x60\x25\x9b\x15\x25\x23\x9c\x55\xf0\x30\x4a\xa5\x1b\x40\x49\xa6\x74\xba\x60\x84\xa7\x7f\x30\xa8\x0c\x3f\xa5\x86\x41\x9a\x00\x5d\x45\x18\x7e\xe8\xbb\x99\xdd\xc7\x9b\x61\x99\xfd\x3d\x38\x43\xca\x47\xe4\x63\x51\x54\x9f\xa4\xdd\x60\x27\x13\x1d\x76\xfa\x44\x87\x7d\x70\xb8\x44\xc5\xf9\x26\x9a\x51\xec\x93\x92\xfd\xe7\x3a\x2d\x45\x09\xdc\x72\x4d\x51\xe3\x77\xb2\x73\xfd\x48\x96\x05\x43\x1a\xcd\xd0\xba\xc0\x8c\xdc\xc4\x01\x1a\xc7\xe7\x20\xba\x93\x59\xf3\x56\xda\x66\xa0\x23\xd4\xc0\xa1\x36\x72\x83\x38\x0a\x94\x89\x9a\x61\x06\x1c\xea\x11\xfd\x20\x8d\x57\xdf\x8e\x9a\x5b\x04\xf2\x4f\x62\x2b\x4a\x2e\xab\xd6\xd2\xf1\xdb\x21\x04\x0e\xfd\x86\xaf\x0d\xd4\xdb\x0e\x89\x95\x23\xed\x27\x22\x95\x23\x06\x2c\xfb\x2a\x47\xde\xca\xc3\x11\x57\x8e\xd4\x31\xfd\xaf\x8b\xbc\xfa\x0d\x94\x7a\x92\x58\xe3\x5a\xef\x8b\x67\xc9\x3f\xd6\xbc\xda\xe1\x68\x1b\x03\xfc\x8d\x61\x1d\x65\xd5\xbd\xae\x7b\x23\xb7\x6f\x9f\x4d\x57\xbc\x79\x94\x44\xe8\x03\x5a\x63\x6f\xdc\x60\x5f\xac\xa9\x69\x71\xc6\x72\x6e\xdb\x00\x69\xb2\xd0\x24\x63\x0c\xda\x01\x67\xcb\x74\x52\x64\xc9\x63\xaf\x01\xf4\x2f\x90\x25\xfe\xb0\xe9\x57\x7f\xa9\xe6\x5f\xd3\x4c\x2f\xef\x79\x4d\xf3\x8f\x6a\xd1\xc7\x15\x2d\x6b\xba\x60\x65\x59\x94\xaa\xed\x4e\x99\x42\xc8\x5d\x08\xeb\x48\x6b\x71\x62\x66\x40\x33\xf2\x01\x87\x58\x4f\xa5\x03\xb6\x80\x72\xc4\x86\xcb\xe3\xf4\x0f\x69\x9d\x28\x99\xf7\xc3\x49\x71\xd9\xf1\x6a\x28\x5b\xcd\xc0\x66\x59\xe7\x58\xbf\x1f\x7d\xaf\x9c\x64\xc5\xf4\xac\x13\xbe\x31\x8c\x48\xe7\x4f\xab\x4b\x72\x7f\xaf\xd7\xe2\x16\x6f\xce\x57\xc1\x3d\xe2\x89\x08\x18\x10\x0e\x0a\xb4\x79\xc7\x6a\x27\x00\xa9\x21\x3a\x7f\x2d\xe9\x26\x26\xf3\xc8\x7b\xa8\x96\x3a\x74\x7b\x7b\x3d\x61\x99\xd3\xd7\xee\x35\xb5\x33\x1a\xd1\x59\xc5\xca\x30\x93\xbd\x79\x16\x3e\xed\x90\x7b\x1d\xdf\x56\x12\xc3\x2d\xc0\x7d\xaf\xae\xeb\x02\xf2\xe0\xe1\x5e\xeb\xb9\x45\x71\x48\xa6\xd1\x35\xb7\x8a\x21\x98\x7f\x99\x65\x6b\x96\x57\xeb\x74\x38\x13\x22\x1c\xbc\xde\x1c\x66\x6c\x4e\xa7\x6e\x86\x71\xb1\x79\x7f\x4f\xd9\x05\xa2\xb4\xa2\x68\x70\x9e\xb2\x8b\xa0\xa2\x22\x9c\x94\x5b\xdd\x9a\xd3\xa8\xf6\x76\xb5\x01\xdc\xbc\x16\x75\xf4\x5c\x5a\x83\xd4\x5e\x9d\xa6\x3f\x71\x73\x7a\x20\xe8\xea\x25\x29\x16\x4c\x1d\x54\x15\x7a\xcf\x22\xab\xc9\x97\xe4\x72\xab\xca\xe5\x88\x28\xa2\x76\xa7\x7f\x67\x78\xef\x1e\xf9\xcb\x3f\xf8\xe5\xc7\x75\x5e\xa5\x4b\x26\x77\x2f\x9d\xc2\x6b\x88\xfe\x06\x41\x6c\x8f\xb3\xa2\xe2\x50\x6c\xa0\x66\x8a\xa5\x24\x05\x15\xf6\xdd\x22\xef\xad\x81\x2c\xaa\x65\xa6\x18\x60\xcb\xcd\xed\x21\xf3\x88\x95\x19\x68\xf5\xd1\xe6\xa8\xbf\xdd\x59\xb6\xd8\x28\x01\xec\x91\xd7\xef\xe7\x0e\x60\xd0\x17\x7d\x5d\x9a\xdb\x76\x38\xf4\x92\x87\x1d\xe6\xec\xb2\x3a\xcc\xd2\x9c\x11\xf6\x9f\xe2\xff\x44\xad\x74\xa6\xae\x71\x13\xb2\x8d\xf8\xe1\x75\x9a\xb2\xb6\x92\x2d\x01\xaa\xec\xdc\xe6\xbe\x74\xc0\x57\x34\xef\xf4\x89\x7a\xaf\xee\x93\xbc\xb8\x28\xe9\xaa\x2f\x68\x57\xc9\x78\x55\xa3\x95\x93\xd0\x19\x9b\xed\x7c\x12\x87\xdf\xd3\xae\x9b\xfa\x54\x5e\x85\x7a\x78\x79\xde\x3d\x45\xdc\x13\x68\x08\xec\x77\x8c\x91\x17\x73\xaa\xd9\xfc\x9e\x52\xde\xba\xd4\xa3\x69\xbf\xb5\x4c\x8f\x7e\x7c\x84\x59\xc0\xec\xda\x1c\x58\x7f\x10\x25\x31\xd5\x46\x57\x09\xb0\x46\x3f\xab\xfb\x78\xa3\x88\xc8\x17\xcc\xc9\x21\x10\x2b\xc9\x48\x0e\xd8\x1b\xc5\x57\x10\xf0\x76\x94\x3b\xa8\xa0\x90\x43\xef\xb8\x42\x81\x1a\xe6\xae\xbd\x0f\x99\xea\xe7\xc3\xe4\x1f\x6c\x2a\x58\x3a\x68\xf9\x59\xf7\xfe\xf5\x2b\xe9\x48\x1e\xa7\xf3\xa5\x0d\xbb\xe4\xf4\x16\x63\x8b\xd4\x7d\xe5\xd4\x1b\x40\xa1\x18\x6b\xb7\xf1\x9b\x61\x61\x00\x1c\xe4\x88\x74\x29\x07\x73\xf5\x4e\x95\x74\x20\x6f\x0c\x9c\xcf\x29\xcb\xb2\x0e\x31\x8c\x4e\x8f\x80\x01\x96\x38\xb0\x0e\x8f\x54\xfc\xf1\x81\x5f\x82\x75\xc1\xb2\x28\xaa\x05\x30\x40\xee\xd4\xde\x85\x55\x30\x6b\x04\xee\x24\x8d\x1d\xfc\x16\x56\x89\xdc\xae\x72\x57\x3d\x5e\x01\x14\xcf\xc7\x2b\x3a\x65\xc0\xdf\x89\x1a\x31\xb6\x2b\x6a\x36\x5a\xb1\x4b\xe3\xe6\x32\x22\x1d\x96\x65\xe9\x8a\xa7\x3c\xc6\x91\xd5\xdc\xec\xe2\xca\x44\x88\x7a\x9d\x8b\x5e\xc6\xdf\x51\xf6\xa0\xee\x39\x53\x51\x6a\x70\xed\x09\x8e\x38\x6c\x8f\xf0\x7b\x7a\x1e\x5e\xd2\x31\x15\x5a\xbf\x59\x31\x07\xbf\x7f\x53\xc9\x80\xe3\x6f\xa4\xad\x64\x7a\x48\x12\xf1\x7f\xe0\x29\xc4\xfc\x69\xec\xfc\xbc\x1e\x4c\x05\xa7\x87\x37\xd3\xa0\xa2\x28\x72\x97\x27\xa6\xc5\xed\xec\x9e\x09\x62\x20\xcb\x54\x44\x4b\x5f\x71\x68\xaf\xe6\x75\xc3\x45\x6a\x66\xd4\x62\xa6\xb2\x0d\x28\x5c\xdf\xd3\xf3\xbe\xfe\xe3\x6d\x9a\x9f\x39\x3f\x20\x11\xb7\x29\x41\x6a\xda\xf7\xf4\xdc\xd7\xdc\xea\x22\xf5\x53\xae\x05\x3a\x90\xb1\x7f\x75\x55\x77\xff\xb1\xad\x07\x68\xf9\x48\xbe\x5e\x4e\x58\x49\x56\xe9\x25\xcb\x38\x59\xb1\x92\xa4\x79\xc2\xf2\x4a\x9a\xfc\x40\x9c\x5a\x88\x46\xf3\x9e\x9e\x93\x2c\xcd\xcf\x6c\x7c\x89\xdf\x51\xc5\xe3\xf4\x0f\x71\xad\x3e\x78\x14\xe9\xba\x98\xe9\xde\x8b\x19\x3c\xd7\x28\x91\xca\xf4\x33\xa1\x9c\xbd\x81\xbe\xc8\x98\xfc\xa0\x7b\x98\xc3\x03\x96\x20\x02\x52\x11\x9a\xe6\xe4\xf7\x94\x0b\x30\x49\xc9\x84\x25\x7f\x63\x9b\x93\x3c\x63\x15\xf9\x7d\x5d\x66\x1f\x19\x2f\xb2\x73\x56\xca\x34\x00\xcf\xf2\xe9\xa2\x28\x6d\x84\x56\xa3\x0c\xc1\xd7\x91\x89\xef\x90\xf2\x8f\x2c\x03\x04\xff\xb5\xcc\xba\xeb\x32\xd3\xd1\x30\xfc\x50\xf6\xc3\x21\x79\x46\x7e\xfd\xf8\x96\xa4\x9c\x94\xaa\x89\x60\x57\xd2\x0a\xfc\x2a\x72\x08\xec\x53\x15\xd3\x42\x2a\x52\x4d\xdc\xfb\x75\x29\x1d\x48\x87\xff\xdf\x67\x7a\xf8\xc7\xfd\xc3\x7f\xff\xfe\x70\xf0\xe5\xfb\xd1\xc9\xc9\xf0\xe4\x64\x38\x4c\x07\x15\xe3\x95\x18\xb7\x27\xc3\xc8\xed\xa3\x54\x76\x51\x03\xe1\x85\x67\x79\x01\x3e\x86\x33\x3a\x65\xaa\x0a\xad\x14\x4a\xa6\x1c\xb0\xe6\x45\x91\x65\x74\xc5\xc1\xb8\x8a\x7c\x3e\x63\x1b\x14\x11\x44\xc3\x40\xfa\xe9\xcb\x4d\x78\x75\xb9\xa2\x79\x02\xfd\xbc\x58\xd0\x7c\xce\x92\x23\x6c\x7d\xa1\x05\x34\xd8\x25\x13\x16\x5a\x2f\xcf\x51\x0e\xbf\xa7\xe7\xcd\xaa\x61\x73\x16\xec\xd4\x9f\x92\x74\xb9\x92\xbb\xcb\xa1\xd4\xd1\x17\x73\x81\x94\x53\x62\x42\x8b\x4a\x3e\x42\x77\x63\x63\x20\xcc\xc5\xc2\xf9\xc8\x46\xb3\x0e\xc2\x24\xce\xcc\x29\x1f\xab\x79\x49\x81\xe3\x23\x9b\x3d\xb1\x24\xe0\x69\x17\x39\x82\x7b\xe6\x26\x7a\xd4\x3a\x53\x13\xd2\xce\xd0\xa4\x2e\x2b\x7d\xb0\x77\xf6\x3a\x12\xa7\xf0\xc3\xcb\x0f\x23\x98\x56\x9a\xb0\x92\x94\x6c\x59\x9c\xa7\xf9\x1c\xd5\xa8\x65\xc7\xe1\x12\x1a\xe6\xc5\xe1\x3a\x17\xc7\xef\x10\xc6\xb6\xe3\xc6\x51\xc0\x8f\x45\x8b\x70\x60\x44\x54\x9a\x07\xb9\x56\x74\x86\x05\xbf\x22\xbf\xa1\xea\x5a\xed\x7d\xb3\x5c\xc7\x46\xbb\x2f\x77\xda\x61\x03\x53\xfe\x21\xff\x54\xac\x6a\xf5\xfd\x6a\x6b\x66\xa4\x7b\x20\x5b\xb7\xcb\x9b\xa9\x4e\xae\x68\xa1\xa6\xc6\xb5\x2c\x0b\xff\xab\x0a\x9f\x6c\xaf\x9e\x7e\x16\x6c\xae\xec\x7b\xb0\xa4\x2b\x15\x18\xb4\xb4\x94\xfc\x5a\x76\x24\xde\xf3\x41\x74\xc9\x72\xd0\x88\xd5\x88\x7d\x56\xb0\xf7\x5b\xa2\xef\xe4\xf1\x36\xbc\xa7\x07\xe7\x82\x49\x98\xd2\xec\xca\x3e\x4d\x7d\xb4\x29\xc8\xcc\xf9\x71\x12\x1b\xe6\xf4\x5c\x07\x49\xb7\xfe\x4f\x27\x77\x1a\x0d\x54\x64\xd8\x74\x19\xcb\x1f\x45\xe4\x34\x11\xfe\xdd\xe8\xd6\x5b\x67\x03\x50\x1c\xf3\x27\xc3\x9c\x9e\xa3\x6c\x53\xf6\x0c\x7b\x8f\x19\x27\x6e\xee\x1d\x84\x9a\x02\xf3\xc2\x28\xf7\x9e\x64\x8a\xc2\x91\xa2\xa6\x4e\x56\x1c\xb0\xb5\x24\xe4\x1e\x39\x66\x15\x97\x8e\x83\xfa\x2d\x0e\x52\xe5\x91\x8a\x4e\x26\x90\x61\x3b\xad\xd8\x52\x07\x28\xfa\xa3\xc8\xe5\xc3\x1b\xb9\x47\xfe\xb2\xa2\x25\x5d\xca\xac\x7c\x6f\xf2\xaa\x78\x2d\x9a\xe9\x03\x71\x48\xde\xcc\x20\x42\x74\x5f\xf5\x7d\x91\x66\x19\x99\x30\x59\x5d\xdc\xa7\xce\x60\x2a\xce\x72\x9f\xb0\x73\x95\xc4\xe7\x9e\x40\x7e\xd9\x34\xe5\x84\x66\x25\xa3\x89\x89\x93\x24\xcb\x9d\xc9\xc8\x95\x73\xf2\xa9\x5c\x33\xdb\x74\x5a\xac\xb3\x44\x0c\xcb\x19\x04\xad\xa2\x39\xa1\x32\x12\xb4\x19\x51\x5a\xc9\xa5\x33\x71\x7f\x0a\xa6\x53\xb2\x1e\x17\x94\x93\x8a\x9e\xb1\x5c\x0d\x80\xb3\x21\x41\xd7\xdd\xe8\xba\xed\x6d\xa5\xcc\xef\xc2\x74\x34\x36\x90\xaf\x25\xef\x3a\x10\xac\x2d\xd2\x91\xac\xc3\x63\x5f\x53\x71\xd0\x30\xab\x78\x20\x74\x9b\xed\xb9\x2e\xe3\x8d\x20\xb3\x42\x16\xce\xc0\x43\x42\xf3\x89\xb5\xa1\xf1\xeb\xc8\xde\xcd\x9f\x34\x63\x94\x05\x53\x11\x52\x1f\x98\x1f\x1d\x65\xb1\x0c\x48\x2c\xf0\x74\x2b\xfe\x1c\xe4\x74\xc9\x1a\xc3\xf1\x97\x3a\x29\x8c\x58\xb6\x07\x85\x3e\xf0\xa3\xca\xc9\x53\xf2\x9a\x7d\x92\x33\x88\xe7\xfc\x56\xf0\xad\xba\xb4\xf9\xdd\x78\x6f\x58\xc9\xcb\xef\xb7\xb4\x5a\x80\xfc\x31\x86\x69\x0c\xd2\xa9\x4c\x17\x68\x7e\xfc\x12\x69\xa8\x6f\x3d\xb5\xad\x12\x91\x5c\xa6\x16\x16\x19\x98\x97\x96\x29\x7d\x21\xb1\x8c\x8c\x49\x67\x45\xe7\xac\x03\x53\x14\x95\xf7\xdf\xc8\x93\x86\x87\x66\x82\xa6\x39\xf2\xa6\x8c\x6d\x0f\xd5\xd3\xc2\x48\x2e\x38\x78\xd4\x4e\xb9\x14\x4c\x5f\xe5\x55\xb9\x51\x95\x54\xde\x16\xe0\x84\xa1\x00\x8e\x8a\x64\xd5\x4d\x43\x21\x20\xfc\xa2\xdf\x50\x02\x11\xe3\x9e\xb3\xc1\xe4\x7b\x47\x78\xf8\x9e\x74\xbd\xbd\x39\x22\xf7\xc9\x88\x3c\x7c\x64\x5f\x1c\xd4\x2e\x9f\xd8\x47\x75\xf9\xe7\x70\x48\x54\x08\x7a\xb2\x48\xff\x41\x65\x76\x2a\x15\x59\x42\x7a\x1c\x91\x0b\x10\x79\x05\xf5\x80\xc9\xab\xf0\xf3\x29\x27\xea\x06\xc0\xdb\x50\x42\x08\x20\xa8\xa7\x78\x7f\xdc\x46\xfa\xae\x63\x99\x43\xd7\xec\x91\x23\xd2\xc9\x8b\x62\xc5\x72\x56\x92\xbc\x28\xd9\x8c\x95\x25\x2b\x9d\x04\xbe\x1e\x57\x20\x56\xfc\x8c\x3b\xf8\x0a\x07\xed\x19\x27\x47\x11\xf1\xb7\x1b\x54\xeb\x3b\xfa\x85\x1e\x19\x39\xbf\x1d\xf4\xf2\xe8\x52\x24\x45\x96\xf8\xa2\x81\x7d\x14\x97\xb4\xbb\x35\xcd\xfc\x2c\x44\x40\xea\x74\x5f\xa3\xc8\xc7\x7a\xee\x45\xc2\xe4\x24\x34\x7d\x0b\xc8\x11\xe2\x0d\x74\xd2\xa2\x49\x3c\x61\xd1\x02\x52\xab\x9a\x3d\xfd\xfa\x55\x92\x65\x8c\xc5\x62\xf7\xfe\xcd\xd9\x2b\x9c\x6a\x05\x65\x04\x72\xa9\x84\xe8\x0b\xe7\x08\xb2\x04\x05\x27\x09\xda\xcd\xad\xff\x83\x5f\x1e\xe6\xc5\xe1\x24\xcd\x13\xa4\xdd\xd2\xd9\x92\x30\x7f\xe4\x9c\xc7\x23\x03\x5a\x21\x8a\xc1\xe2\x05\xfc\xe0\x23\x4b\x06\xa2\x3b\xd8\x32\x49\x70\x7b\x68\x2b\xde\xd3\x73\xb9\xf0\xa6\xfa\xe8\x39\x0c\xa9\xd5\x64\xae\x25\x79\x2a\xc0\xbd\xd8\x49\x6d\x49\x8e\x08\xfa\xa4\x20\x02\xb7\x05\xea\x02\x0e\x93\xee\x03\x7e\xa0\xaf\xa5\x60\x14\x4b\x27\x73\x93\x26\x52\xaa\x89\xfe\x89\x6a\x00\x93\xa9\xae\xf3\xf1\xd6\xa3\xd7\x47\x0e\x19\x8e\x27\xc0\xc6\x5c\x2a\x0c\x62\xf8\x53\xbd\x22\x5b\x10\xef\x41\x54\x92\x6d\x4d\x61\x2c\x29\x9b\xb9\x0f\x71\x96\x35\x89\xf5\x51\x4e\xd6\xbd\x50\x81\x1c\xf0\xb4\x62\x37\xbc\x56\xe3\x72\x8d\x7b\xc3\x6a\xfb\x73\x5d\xfb\xe7\x4f\xef\xde\x4a\x2b\x7b\xcf\xa0\x5e\x08\xb6\x24\x7c\xfa\xc8\x60\x4e\x9e\x46\xf2\x73\x47\x21\x6f\xe7\x4b\xcf\x84\x0f\x6c\x3a\x20\x09\x5b\x95\x6c\x0a\x17\xc9\x10\xfd\xed\x5e\xb3\x0c\x04\xda\x20\x5d\xdc\xb7\xe1\xa6\x76\x5d\xc2\x52\xba\x16\x37\xec\x81\xbc\x2d\x6d\x51\xf4\xaa\xae\x67\x26\xfa\xae\xd8\x3e\x92\x52\x41\xfb\xbb\xdc\x1a\x54\xef\xbe\x8f\x1f\xec\xbc\x69\x33\x56\x91\x59\x9a\xd3\x4c\xae\xe6\x79\x65\x41\x2d\x78\x9b\x0e\xca\x1c\x03\xd3\x01\xa5\xa3\xb9\x41\xa5\x0a\x32\x63\xf9\xbc\x5a\x90\xa7\xe4\xbe\x97\x2e\x06\xea\x4c\x95\x3a\xc4\xf6\xab\xf9\x32\xb9\xc1\xa6\xdc\xc9\x01\x53\x3f\x27\x0f\xfa\xfa\x24\x07\xc3\x1c\x68\x42\xe5\x0d\x73\xd0\x90\x09\x54\x29\x69\xa4\x6a\x46\xa5\x84\x3d\x8d\xe2\xe1\xa9\x54\x3a\x8a\x6a\xc9\xc0\x44\x06\xce\x8b\x4a\x88\x54\x69\xc2\x68\x26\xb0\x6f\x4a\x2b\x96\x4b\x01\x6a\x56\x94\x24\x2b\xa6\x34\x4b\xff\x80\x82\x41\x9b\xb5\x46\x87\x26\x47\xe4\xf4\x3b\xc4\xb1\x93\xef\xb6\xd1\x7a\x57\xa7\x98\x54\x07\xd9\x4b\x6b\x6f\xeb\xd0\x55\xe5\x8c\x6d\x14\x01\x3d\x93\x0a\x22\x43\x93\xea\x0c\x17\xa7\x98\xa4\x39\x16\x8c\x2d\xb0\x88\x1c\xe1\x7c\x5a\x84\x3c\x99\x44\x72\x1a\xd6\x8c\xbb\x60\xe7\xa5\xe6\x95\x76\x25\x2a\xb4\x5a\xb3\xba\xcb\x32\x92\xc0\x50\xdf\x27\x35\x9b\x16\x6b\xc1\x14\xaa\x6a\x46\x03\xe3\x6e\x47\x9c\x7e\x78\xd2\x03\xf1\xb3\xd3\x94\x0b\x0e\xf2\x3b\x36\x2f\x5c\xd4\xb8\x32\xbc\xcb\xf8\xe4\xce\x0b\x59\xfe\xb2\xb8\xc8\x4f\xee\x38\x79\x0d\xc5\x15\x25\x01\x8b\x0a\x05\x3b\x91\xaf\x33\xbc\x8c\x2d\x56\x84\x61\xd9\x0f\x5d\x4d\xee\x95\xd4\x98\x6a\x34\x7a\x03\xfe\x13\x2e\xbe\xff\x0a\x31\xbc\xe6\x80\x65\x69\xe3\x89\x52\xba\xb8\x2c\xe5\x55\x5a\xb1\x65\xad\x26\x2e\xa7\xe7\x6f\x2a\xb6\x74\x4e\x17\xde\xab\x90\xad\x68\xb1\x63\xfa\x84\x3a\x48\x8a\x7b\x15\x9d\x71\x74\x17\xf4\xc9\xf7\xdf\x3b\x5d\xf9\x18\xf4\x64\x98\xa5\x2d\x51\x40\xf6\xcb\x2d\x12\x7c\xfe\xe2\xa4\xae\xdc\x73\xff\x5d\x25\x34\xe8\x8e\x25\xe1\xf9\xfa\x55\x8a\xbc\x9a\xe8\xb4\x4f\x10\x2c\x5a\xb5\x52\x24\xcb\xee\x97\x74\xd5\xdd\x8d\xd7\x3d\x32\x7e\x6a\xf9\x0f\x17\xd4\x3b\xf6\xad\x6f\x01\xfb\x2f\x8a\xec\xeb\x0c\x23\xf4\x2e\x64\xe6\xc1\x5d\x11\x68\x8d\x9f\x0c\xd7\x59\x0b\x7c\x02\x95\x3d\x19\x93\x2e\xcc\x71\xe4\xbd\xea\xca\x99\xbb\xbb\x50\x8b\x47\x2d\x35\x7a\x36\x73\x31\x7a\xf8\x35\x7a\xa5\x32\xf8\xd2\xe8\x0d\x8b\xce\x9f\xd5\x4c\x41\x6b\x5d\x2e\x17\xf6\x0d\x9c\x5b\xd5\x38\x01\x63\x1a\xf0\xbb\x75\x3c\xa5\x9c\x09\x5c\x90\x1f\xf2\x9f\x55\xbc\x24\x95\x29\x4d\xb7\x85\x8c\x69\xd1\x34\x87\xaf\xb4\x22\xda\x96\x3f\x0d\x12\xd8\xca\x19\xa9\x97\xb6\x34\x9f\xdb\xd7\xce\x48\xd5\x48\x8e\xbb\xdf\x8b\x1c\x6d\x85\xba\xfe\x25\x44\xfb\xc4\xa6\x0d\xbc\x7a\x1c\x79\x48\xd2\x2f\x98\xf1\x47\x7e\xfc\x20\x28\xc4\x27\x63\x44\x50\x03\xc4\x02\x43\x68\x14\x81\x5a\xdf\x9f\x4a\x94\x61\x83\x0b\xc5\x22\x75\x1d\x5f\x06\x35\x9c\x33\x66\x97\x04\x6c\x22\x39\x8a\x61\x71\xd7\xd6\xea\xd7\xe1\x73\x84\x75\x68\xd0\x3d\xcf\xe5\x4b\xa9\xce\x09\x1b\xde\x30\x68\x5e\xea\x9e\xb9\x4f\x86\x9e\x80\x73\x6f\xe8\xa7\x3c\x6d\x91\xdb\x3c\x3c\x88\x88\x48\xc4\xf7\xb4\x0d\x69\xb8\xb1\xb8\x5b\x43\x53\xe2\x22\x40\x23\xed\xd8\x62\xea\x71\xa5\x5f\x35\xff\x65\x09\x45\xa6\x84\x9d\xae\xc3\x73\x40\x9b\x88\xf0\x38\x52\x5f\x02\xe1\xf1\xeb\xd7\x38\xac\x02\xe0\x38\x27\xae\x16\x3e\x5a\x1d\x37\x76\xeb\x5b\x65\x6a\xf7\xfa\x24\xcc\x25\x48\x01\x15\xe8\xb2\xf3\x3e\x02\x63\x34\x87\x69\x4c\x01\x1d\x10\x06\xc9\xde\xb7\x12\x95\xac\x74\xa4\xfe\x70\xdf\x78\xe1\x9f\x2b\x5f\x9c\xb1\x73\x74\x1e\x94\x6f\x55\x4c\x91\x04\xca\xd5\x36\x7a\x82\x4b\x6d\x52\xcd\x3a\x12\x1f\x70\x03\x3b\xb7\xd2\xcf\xb8\x2b\x98\x49\x39\x31\x67\xe7\x10\x23\x19\xf9\x0a\xfb\xda\x74\x97\x47\x53\x69\xca\x8e\x30\x3f\x80\x55\xb3\x41\x8a\xd3\xaa\x98\xcf\x33\x66\x6c\x50\x2c\x97\x10\x74\xcc\xce\x51\x63\x76\x3e\x50\x71\x67\x5f\x4a\x3b\x9d\xae\x45\x3b\x76\x3e\xe0\x55\x01\xc4\x98\x4a\xeb\x80\x6e\x63\x56\xe3\x88\x64\x1d\x30\xc1\xb5\x59\x8e\x1b\x53\x1c\x8b\xc3\xeb\xf5\xdd\x64\x2a\x12\x54\x46\x0b\x0e\xbe\xc1\xee\xe0\xe7\x3e\x07\x58\x3b\x92\x23\xfb\x32\xd3\x98\xf8\x5a\x42\x03\xcd\x6b\x9b\xf9\xf8\xc9\x79\xeb\xcd\x7e\x20\x13\xf5\x55\xb0\x8e\xfa\x3d\xae\xdd\x61\x7f\x6b\x55\xfb\xe7\xc5\x3a\x9f\xb2\x1b\x6f\xaa\x11\xc9\x9c\x67\x39\xf4\x82\xd3\x0a\x41\x6b\x70\x30\xf6\x1a\x72\xe3\x19\x0f\x87\x60\xc7\xb1\x60\xf0\xfe\x44\x52\x4e\x4e\xee\xfc\xdb\xc9\x1d\x72\xc1\x08\x5f\x80\x6d\xc5\x94\x66\x19\x71\x67\x8a\x83\x3a\x73\x1d\x9b\x5f\x1b\x97\x54\xc5\xca\xbe\x6c\xce\xd5\x66\xab\x14\xde\x01\xb0\x35\x6f\x6a\xc1\xe7\x3c\xde\x99\x95\xd6\xe5\xcb\x35\x15\x62\xc8\x5e\xbf\x23\xad\x95\xbe\xb5\x9a\x35\x67\xf6\x24\x48\x59\x8d\xb0\xda\x31\x52\x33\x1a\x92\xab\x38\x3a\xc6\xdf\xc8\xfe\xfb\xed\x32\x7e\x20\xf4\xa9\x8e\x2a\xfe\x6f\xb2\xa3\x91\x17\x13\xc7\xd2\xc6\x33\x1e\x1a\x0e\xc5\x02\xc5\x6e\xb0\x12\x62\x2a\x30\x4e\xd2\x1c\x0f\xd9\x27\x6b\xce\x48\x0a\x99\xe9\xa5\x6d\xd5\x74\x51\xa4\x53\x46\x8a\xd2\xe9\x42\x3d\x24\x06\x46\x62\xa4\x0b\x16\xdb\x34\x49\x4a\xc6\xf9\x84\x96\x3d\x81\x0f\x4b\x5a\x4d\x17\x7a\x73\xc5\x24\x71\x77\x90\xd3\x4e\x74\xaa\x6c\x93\xa1\xb2\x40\x86\xac\x90\x8c\xff\x00\xd0\xaa\xab\x6d\x17\xc4\xc6\xb0\xcb\x94\x57\xbc\x17\x3d\xd8\x78\x36\x07\x35\x97\xbf\xe2\xfd\x0c\x78\x05\x93\x10\xef\x42\x6f\x97\x7c\xfc\xf0\x92\x75\xdf\x68\xa8\xb8\x81\x9d\x3b\xd4\x66\xc5\x8a\x99\x75\x59\xe8\xf6\xa4\x97\x8b\x19\xa7\x63\x94\x73\xd2\x00\x63\x8b\xae\xcd\x52\x1a\x95\xeb\x87\x16\xbe\x5e\xad\x8a\xb2\x62\x09\xbc\xad\x70\x5e\x7a\x13\xb4\xf6\x5c\xe1\x53\x8f\x3c\xe1\x78\xb5\x29\x47\xef\xdd\x69\xae\x5c\xe5\x68\x9e\x48\x94\x00\x79\x2c\x57\x5b\xfb\xeb\xc7\xb7\xba\x23\x6c\xec\x4e\xc6\xee\xcf\xaf\x5f\x49\x52\x4c\xd7\x82\xc2\x28\x43\x65\x45\x6f\xba\x1d\xda\xb1\x07\xdc\xed\x44\xe2\x06\xb2\x56\xf9\xfa\xd5\x3e\xc3\x69\x3e\x48\xbe\xaf\x1b\xc3\xc7\x71\xd8\x03\xea\x1d\x08\x88\x83\x79\xb0\x63\xd0\x85\xf3\xe6\xa6\x0d\xea\xca\xb5\xf3\x5a\xd4\x08\x33\xb1\x11\x08\x6a\x51\x58\x41\xc2\x4d\x56\xb1\x72\x29\x78\x1c\x38\x2d\xba\x17\x68\xb0\xe6\xd1\xa9\x6a\xe3\x7d\xf2\x3d\xe9\x0c\x87\x1d\xf2\x3d\x3a\x3f\x05\xaf\xf0\xef\x15\xad\x16\xa0\xbd\xb8\xde\xca\x5c\x08\x51\xbe\xe8\x79\x8f\x82\xef\xe4\x71\x17\x17\x02\xe5\xe6\xdc\xaf\x4b\x9c\x91\x21\xe8\x04\x26\x13\xc1\xe4\xba\x09\x39\x53\x42\xc3\x52\x52\xb2\x09\xe5\x2c\x81\x01\x49\x97\x0d\xe6\x03\xf2\x6f\xb3\xa2\x20\x13\x36\x2d\x84\x00\xbf\xa8\xaa\xd5\x68\x38\x14\x50\x11\x50\x18\xce\x8a\x02\xd9\x79\x44\xb1\x0b\x4f\x74\xc0\xd7\x13\x89\x49\xdd\x07\x18\x2d\xcd\x34\x23\x3d\x18\x38\xef\x7a\x57\xac\xb7\xaa\x8c\xca\x40\x9e\x68\x16\x37\x17\x0d\x44\xa2\x1d\xa4\xca\xaf\x1f\xde\x90\x56\xc8\x34\xb6\xa7\x92\x9a\xf9\x36\xfd\x02\x60\x1f\x2e\x72\x65\xfd\xb0\x41\x0d\x7b\xe1\xb8\x07\x0d\x1d\x7d\xb6\x2d\xbf\xd4\xcd\x47\x6b\x3f\x9e\x6f\x34\x8f\xb1\x63\xa1\x07\x35\xed\xa2\xf6\xae\x06\xf9\xfc\x8d\x89\x8a\x90\xe1\xc6\xc4\xe5\x61\x00\x05\x8a\xb8\x03\xf4\x2a\x67\x17\xee\xea\x83\xcc\x97\x0d\x90\xea\x13\x9d\xd3\x97\x92\x69\xb1\x02\xa3\x67\x88\x1b\x21\xce\xa1\xa0\x3f\xcb\x22\x49\x67\x1b\xe2\x08\x4b\x84\x60\x00\x8f\x1a\xc5\x6e\x18\x80\xa7\x53\x72\x28\x18\x38\xce\xf2\x2a\xdb\x90\x62\xc5\x72\x63\xa4\x3d\x35\xf3\x86\x68\x06\x44\x73\x37\x06\xf7\x1f\xd7\x0b\x69\xbe\x4f\x48\x08\x8b\x2b\x5f\x92\x71\x83\x3e\x8a\xc2\x48\xd2\x1b\x1d\x64\x06\x6c\xe6\xc1\x3c\x0e\x4a\xfe\x0f\xe8\x7f\xed\xe7\x20\xf2\xa0\x28\x8f\x46\x94\x11\x1f\x70\x50\x19\x3f\xe2\x6d\x7d\xe0\x98\x5a\xaf\x27\x52\xe3\xef\xe6\xb5\x7f\x1e\x75\x91\xf4\x1c\x2a\xdb\xc7\x9a\x7c\x4f\xcf\x55\x16\x7e\x65\xe0\x6c\x8a\x0f\x75\x89\xca\xa2\x8f\x5f\x48\x6d\x25\xa7\xd8\xf6\xe4\xf6\xa2\x7a\xc0\x4a\x34\xd4\x03\x2e\x76\x6a\xbe\x99\x46\xea\xa9\x14\xf8\xf2\x09\xcc\x7e\x55\x05\xce\x57\x1e\x7c\x56\xce\xaf\xea\x90\xea\x8f\xf0\x13\x7d\xb1\xa9\x69\x70\x05\x55\x5a\x13\x74\x13\x5b\x5e\x8e\xbc\x5d\x52\x40\xaf\xc0\x61\x3c\xaf\x68\x0a\xd1\xe3\xd5\x99\xae\x71\xe1\x95\xce\x50\x99\x8c\xc5\xa4\xaa\x36\x38\x03\xef\xf0\xf5\x6d\x18\xa4\x6d\x00\x51\x07\x6f\x7b\x23\x8c\xb8\xad\x32\xbf\xe2\x04\xa9\xda\x9b\x47\xff\xf2\x94\xe0\x8a\x0e\x98\x5f\xc8\x80\xdb\x9a\x8d\x99\x82\x97\xae\xd1\x97\x63\xbe\xad\xca\x72\x7a\x6e\x12\xe9\x3e\xd2\xb1\xe9\xb5\x6d\x98\xfa\x89\xac\xb7\xc9\xd8\x66\xc9\x40\xc5\x48\x61\xf5\x50\x67\xb0\x82\x50\x9f\x41\xb3\x1d\x81\x51\x7d\xa7\x7c\x95\xef\xf5\x5f\x29\x5e\x6a\x18\xfc\x6d\x57\xb0\xa3\xa6\x0c\x2c\x6b\xce\x4a\xb9\x6f\x91\x28\x45\xad\xf3\x31\x3a\x29\xe0\x04\xfe\x78\x41\x42\x1d\xa6\x71\x47\xea\x49\x1c\xea\x66\x8f\x2c\x71\x5f\x1c\xff\x78\x4c\x34\x63\x10\xd5\x5f\x63\xe0\xd2\xb1\x99\x3a\xf7\xc9\xa3\x78\xfa\x9e\xa8\x4f\xbf\xf6\x59\x7b\x96\xa5\x73\xa0\x8d\x69\x92\x64\xcc\xf7\xfa\xd7\x5f\x05\xf2\x5e\x2b\x22\x00\x4a\xf7\x86\x89\x7e\x4d\xce\x37\x5b\x25\xb6\xd2\xa6\x88\x53\x76\x93\xb4\x4f\xb2\x93\x30\xb6\x5d\x3a\xa4\xab\xc8\x73\x9a\x40\x8d\x4e\xca\xcd\xfb\x4b\x27\x62\x78\xaa\xeb\x68\xf9\xaa\x13\x31\x2c\xd5\x75\xb4\x65\x69\x5d\x9d\x30\xbc\x45\x4d\xd0\xb2\xe8\xcc\x31\x3a\xd5\xa3\x92\x7d\x22\xc4\x8c\x4c\x57\x1e\xf6\xdb\x85\xbc\x4e\x80\x61\x08\x27\x0e\x78\x61\x13\x34\xfe\x0f\x27\xe3\x23\xca\x49\x75\xfa\xdd\xd6\x34\xbd\x5a\x5d\x9e\x7a\x38\xf8\x92\x4d\x8b\x52\xa5\x96\x0b\xe8\x41\x7d\x9a\xe0\x16\x08\x7c\xb3\x88\x19\x4e\xe2\x74\x44\xf9\xc3\x2a\x2a\x80\x16\x26\xff\xfb\x23\xee\xad\xc5\x73\xf6\xf3\x97\xd4\x75\x4b\x20\xca\x18\x38\xfb\x85\x41\xc6\xc8\xbe\x01\xa2\xfd\xc4\x2b\xfe\xef\x5d\xe1\xc4\x0e\x6a\x8f\x50\x6d\x84\xb4\x41\x8c\xeb\x1c\x2d\xc4\xa6\x92\xbb\xe1\x92\xf6\xcb\x80\xac\x52\xb4\xec\xb5\x06\x97\x9a\xec\xa4\x02\x1a\x05\x5e\x2c\xd8\xf4\xcc\x19\x0a\xc7\x0a\x8c\x85\x54\x04\xb9\xab\x2a\x92\x62\x04\x4e\xbd\xc0\xf6\xc3\xc9\xb7\x5d\xec\xb7\xda\x70\x0a\xb5\x50\xbf\x5b\x17\x97\xce\xc9\xf5\xfb\x10\x25\xe9\xd5\x31\xb7\x61\x86\x2a\x91\x4d\x90\xe3\xd7\x44\xb5\xeb\x9c\xdc\x39\xb9\xe3\x63\xd7\x8e\x0b\x9c\xd4\xe5\xce\x8c\x04\x5f\x27\xb5\x49\xa8\x62\x41\xd8\x49\x8b\x6c\xf0\x6d\x10\xe3\xf6\xae\x07\x8f\xa9\x8d\x77\x18\x03\x79\xfd\xbd\xee\x8a\x62\xd1\x7b\x1d\x57\x69\x77\xf5\x48\x16\x11\xf2\xa4\xed\x79\x1d\x35\x31\x2d\x2d\xef\x15\xc3\x50\x05\xc1\x2b\x4d\x5c\xcb\xd3\xfb\xab\xcb\x3e\xf9\x6e\x8b\xa9\xf6\x95\x28\x52\xe5\x11\x5e\xdf\x1b\xc4\xd0\x47\x1f\x21\xbe\xf1\xc5\xd4\x74\x27\xb6\xbe\x6c\x02\xfa\xd0\xa9\xc9\x4a\xd7\x40\x08\xce\x53\x41\x75\x93\x58\x88\xca\x96\xb3\x68\x73\x74\xa4\x3d\xaa\x97\x7e\xd1\xa4\x03\x93\x68\x06\x31\xbd\x07\xba\xb4\x05\x7f\xd2\xc4\xd3\xc8\x7d\xd5\x99\xd7\x4e\x1f\xd4\xe7\x1b\x17\x2b\x7a\x99\x9e\xa7\x6e\xb6\x71\x3c\x79\xf0\xb8\x73\xe7\xde\x80\xf9\x6a\xb6\x31\x31\xf3\x90\x3c\x6c\x9a\xbe\xf7\x7d\x07\xbd\xac\x74\x42\xc2\x30\x49\xf7\xe9\x77\x5b\xdd\xd8\x43\x77\x9d\x87\x58\xeb\xc9\x06\x3a\x06\x94\x1a\x52\x1f\xac\xfb\x91\x73\x18\x4f\x33\xd9\x7c\x5b\x36\xd2\xb0\x86\xd4\x0e\x2a\x63\xda\x5b\x01\x16\x56\x3e\xcb\xda\xb0\x58\xff\xef\x56\xdb\xfb\x56\xf3\x6e\x0f\xa9\x9e\x6b\xb8\x3b\x44\x85\xd8\x45\xb0\x03\x08\x72\xf2\x9d\x9f\x5c\x5c\x6d\x3a\xbe\xc3\x21\x91\x91\xfd\x0e\x67\x19\xbb\xd4\x96\x05\x1c\x1e\x9e\xd4\x5c\x24\xc7\xc4\x17\xe9\x0c\x72\x02\x5c\xa4\xd5\x82\xc8\xa4\xf6\x70\xc1\xa8\xee\x95\x61\x69\xec\xe4\xa2\x01\xf0\xb4\x20\x37\xb2\x56\x36\x4e\x99\x4f\x9c\x5b\x5e\x5e\x3e\x71\x83\x3b\x34\x46\xdc\x70\xc2\x50\x49\xbe\x67\x45\xb9\x24\x83\x07\x1c\x86\xa2\x65\x5c\x5d\x82\xc5\xe2\xad\xd7\x9b\xe8\x40\x88\x81\x05\x68\xe1\x0f\x1f\xfc\x74\x3f\x61\xf3\x5e\xbc\x9f\x08\x6d\xf3\xd0\x35\x92\x45\x5c\x2a\x6a\x6b\x52\x88\x8b\x8f\x51\x1c\x09\x69\x4b\x4d\xd7\x35\xb9\xe8\xf5\xd7\x58\xe7\x59\xaa\x02\x3a\x7f\xda\xac\x58\xe4\x20\xec\x20\x6c\xf2\x7d\x1d\xbc\x1e\x75\xd8\xdd\x27\xbf\xbe\x7d\xea\x21\x8f\x3f\x5d\xa5\x74\xfe\xec\x1b\x76\xf7\x9b\xd4\x16\x4e\xe3\xc6\x34\xc9\xb8\x46\x33\xf7\x15\x0f\x13\xae\x2f\xbf\xce\xa3\xfb\xf8\xe0\xd9\xdd\xaf\x55\x93\xbd\x2c\x2e\xf2\x37\x39\xca\x2b\x5c\x8b\x6f\xb5\xf7\xa0\x0b\xab\x6f\x9d\x60\x47\x87\x6d\x73\x1f\x5c\x5a\xa5\x63\x88\x46\xa2\x44\x4f\x3b\xfe\xab\x4e\xeb\x57\x1e\x4f\x05\xff\x9e\x9e\x37\xc4\x91\xd6\x03\xe1\x04\x0c\x6d\x06\x97\xa9\x17\xd4\xf2\x01\xd4\x7b\x24\x5e\x30\x2f\x45\xd7\xc9\x49\x79\xb3\x74\x37\xc7\x6c\x45\x4b\x5a\x15\xa5\x5e\x91\x29\x30\x01\x81\xdd\x12\x3f\x06\xb0\xf9\x7a\xbd\xf4\x37\x91\xce\xc3\x49\xf8\xf9\x22\x65\xd8\x65\x5d\x47\x40\xbc\x61\x47\xdd\x15\x3e\x35\x31\xfb\x66\x45\x79\x41\xcb\xe4\x23\x9b\x41\x7a\x24\x37\xee\x00\xec\x86\xd7\xf4\x24\x7f\xda\xd5\x31\x9c\x4b\x36\xeb\x05\x21\x85\xb5\xeb\x44\x98\x36\x42\xeb\x96\xfb\xf2\x52\xd3\xb4\xc4\xa4\xa1\xa9\x79\xd6\xd8\xc3\x39\x22\xe6\x1a\xe1\xbf\x34\xe0\xb1\x47\xee\x4c\x64\x05\x3d\xcd\x91\x9d\xf0\x49\x24\x2c\xb5\xb2\xec\x6f\x70\xab\x91\xd1\xd9\x20\x34\x4a\xc9\x66\xd6\x2a\xbf\xa1\x89\x62\xee\x8c\xdf\x29\xd7\xb0\x3f\xb9\x23\xed\xfd\x8b\x32\xd5\x51\x06\xc6\x5b\x3d\x3f\x72\x44\x3a\xfa\x6f\x70\x5f\x5e\x14\x65\xfa\x47\x91\x57\x34\xeb\xec\xca\x58\x63\x5d\x74\xec\xdf\x10\x6b\x73\xef\x13\xb8\x07\x81\x8c\x51\x3e\x7b\x84\x22\x91\x78\x1d\x34\x8f\x36\xf2\xa8\x6b\xcb\x93\x5d\x73\xd4\x76\x9d\xec\xf8\x11\xdc\xeb\xf8\xe1\x9c\x64\xde\x24\xdd\x32\x3f\xba\xad\x37\x55\x71\x1e\x1d\xe8\xb4\xca\x4d\x66\x5a\x98\xec\x64\x76\x9d\x28\x31\x00\x19\xe3\xaa\x2d\x32\xe1\xb4\x4e\x6f\x73\xfb\xdb\x10\x7d\x54\x8e\x0c\xd3\x0b\x8a\x6b\x53\xde\xb8\x64\xca\x92\x2f\x9b\x20\x2c\x4e\xb1\xa0\xdd\x71\x45\xcb\x0a\x12\xd6\xda\x4e\xa4\x7d\x25\x17\x5f\x3a\x8f\xbd\xfa\x2f\x80\xb7\x8f\x36\x50\x6c\xbf\xdf\xe2\x55\x9e\x44\xab\xb3\x3c\xe9\xb4\x79\x9b\x6d\x97\x64\xa6\xf1\x25\xc7\x72\x6f\xce\x34\x3c\x0e\xde\x2a\xdf\x22\xe4\xd6\xd1\xd8\xb7\xeb\x25\x90\x83\x6c\x0f\x86\x24\xde\xbd\x6b\x9b\x76\x31\x80\xbf\x7e\x75\x87\xe9\x05\xc9\xdb\x77\xbf\x81\xee\x18\x0f\xed\xff\xae\xbe\xab\x62\xb5\x6f\xc7\x62\xdb\x77\x75\x2b\xe5\xf6\x9d\x3d\x47\x05\xa2\xf0\xc5\xd8\xa4\xab\x4f\xf3\x05\x2b\x53\x47\x97\x67\x59\x6e\x14\x15\x3f\xa2\xe2\x79\xd0\x46\x65\x52\xab\x31\xf1\x15\x33\xd1\x84\xf6\x4a\x3d\xe3\x29\x25\x8c\xba\xce\xcf\xa6\x7f\x5b\xaa\x94\xce\x7d\xbf\x58\x6b\x4d\xc2\x2f\x4a\xf5\xf0\x27\x57\x73\x48\xac\x02\x26\x6c\xa2\x01\x78\xf8\xc0\xfb\xd0\xf2\x0d\x2f\xa6\x97\xad\x7f\x73\xdb\xf3\x85\x6d\x27\x2e\x3d\xf2\x95\xe5\xf5\x7b\x3f\x81\xac\x8a\xb7\xbb\xf9\x06\x73\xf7\xde\xfd\x06\x95\x2a\xd9\x07\x39\x22\x5b\xbd\x13\x3d\x82\xf2\x5a\xe4\xf8\x17\xc0\x81\x78\x6a\x07\x04\xde\xcf\xfb\x5e\x2a\x11\xad\x58\x43\x2e\xb1\xfb\xe4\xc1\x43\x77\x73\xa7\x18\x4d\xf6\x79\xb6\x68\x68\x63\xdf\x35\x9b\x2f\x9d\xf8\x29\x10\x33\xc4\xc7\xe0\x16\xd4\x11\x6b\xce\xde\xb1\x72\xce\x84\xe8\x16\xcb\x9d\x04\x2d\x0e\x17\x45\x71\xb6\x3b\xa7\xc5\x9a\x33\x78\x74\xfb\xc8\xa6\xd1\x3c\x4c\x4d\xc9\x1e\xa4\x53\x17\xfc\x63\x12\x15\xa6\xf9\x99\x9b\xb9\x50\x17\x38\x89\x0b\x21\x36\xe1\xb5\x92\xc5\xd6\xf7\xaf\x65\x64\x19\x41\xfa\x1e\xe4\x5a\x58\x73\x78\xc5\x27\x02\x16\x82\x59\x9b\x32\xf0\x4c\x82\xc4\xae\xa2\xdc\x04\xe7\x46\x6e\x26\x2a\x60\x33\xf4\xa1\xdc\x28\x38\x24\x38\x02\x1f\x94\xac\x50\x49\x80\x66\x45\x09\x0c\xd9\x7a\xb9\x02\x8d\xc3\x64\x23\x55\xc2\xba\xc7\x81\xe8\x60\xe8\x31\xaa\x7a\x3e\x38\x23\xa3\x85\x9e\x12\xc8\x61\x5f\x6d\xa4\x83\x99\xef\x21\x47\xf3\xcd\xae\x64\x3e\x36\x4b\xe3\xa2\x64\xb3\xbe\x76\x2a\xef\xfb\x12\xba\x90\x11\x4a\xd0\x51\xc7\xf2\xfc\x08\x9e\xf1\x23\xb8\x29\xc8\xb9\xac\x39\xd3\xd3\xb1\x8a\x02\x15\xdd\xe7\x69\x17\x32\x51\xa1\xd6\x4b\x89\xa2\xb2\x0f\x5e\xb7\x1e\x32\x76\xd1\xb9\xab\x06\x75\xa1\xa1\xe5\xef\x35\x77\x73\x01\x68\x65\x84\x6c\x23\x47\x77\x30\xba\x8b\x3e\x5d\x4b\xad\xe0\x93\x38\xfd\x5a\x3e\x22\x07\x00\x5a\x5d\x6a\xa3\x05\x26\xbe\xcd\xe8\xaf\x1a\xc8\xc9\xc8\x02\xbc\x5f\xa7\xb5\xb8\x72\xa7\xfa\xbb\x8d\x7f\xd0\xad\x75\x9f\xf4\xf3\x7a\x88\x32\xf5\xa8\xaf\xd1\x06\x45\x3a\x48\x67\xa4\xab\x27\xd9\xce\xb1\xd7\xfa\x8d\x85\xbe\x8f\xd6\xed\xd1\xb5\x9e\x77\x56\x51\xda\x1c\x63\x94\x93\x23\xf1\x3f\x23\xe9\xd3\x79\x44\x3a\x54\x66\x52\x42\x06\xe6\xba\x99\xc9\xec\x70\x85\xf0\x8a\xab\x6c\x63\x5b\x25\xd3\x98\xbe\xfd\x4a\x5e\x18\x18\x59\x1b\xc7\x84\xa1\x90\x7d\x11\xaa\xbd\x2e\x4a\x9d\x88\xac\xab\x3b\xec\xcb\x03\x61\x6d\x10\x3a\xa0\x86\x31\xe6\x7a\xc1\x56\x23\x6c\x19\xd5\x5a\xbf\x2a\x78\x8d\xcc\xce\x9a\x2f\xa5\x38\xf5\xee\xa9\x51\xdf\xae\xfa\x18\xa4\x5a\xb0\x73\xa8\x53\x1f\x2d\x59\x5f\x2a\x9a\xb0\x7a\xa7\xa6\x86\xfa\x48\x03\x41\x73\x4a\x65\x7e\x29\x49\x71\x11\xfa\x18\x4a\xf0\x66\x29\x63\xd2\x9f\xb3\x9f\x69\x9e\x64\x4c\xe9\xc4\x54\x86\x3a\x34\x9c\x5a\x43\x17\xfa\xe8\x1a\xf8\xcb\xb0\xf0\x8e\x3b\x96\x0d\x55\x19\xc4\x98\x27\xda\xcb\xd6\x8d\x2a\x1f\x0d\xc9\xa1\x6f\xd8\x2b\xbd\x73\x9f\x45\x4b\x79\xdf\xf6\x3c\xd0\xc4\x51\x40\x07\x48\xd2\xbf\x51\x66\x03\x2f\x0d\x0b\x50\x0e\x53\x1c\x68\x7f\x60\xcc\x00\xd6\xe4\x2e\xd6\x83\x1d\x49\x8a\x0e\x9a\xef\x11\xf9\x85\x96\x55\x4a\xb3\x27\xb6\xf6\x53\x9c\x27\xf0\x25\x33\xd9\x54\xa4\x13\x33\xf4\xc7\x0b\x72\xc1\xf4\xb3\x91\x2c\xca\xd2\x33\x46\x4e\x29\x3f\xed\x93\x53\xa0\x2e\xa7\x70\x7f\x9d\x4a\xfa\x76\xaa\xba\xa3\xe2\x2e\x2c\x38\x93\x0e\x36\x34\xbb\xa0\x1b\x4e\x26\xcc\x06\xd4\xfc\x8d\x11\x9a\xf1\x02\x52\x0e\x10\x5e\x2c\x75\xf7\xd5\x82\x56\x84\x96\x8c\x14\x70\xfb\xd1\x4c\x75\x28\xfd\xe3\x0a\x99\x0d\x41\x83\x6f\xe0\xdf\x54\xf6\x7a\x92\xbe\x6b\xfa\x9a\x52\xb7\x12\x52\x62\xe9\xfb\xca\x41\x28\x44\x45\x75\x66\x42\xad\x94\x77\x55\x32\xc3\xa1\xcd\x6e\xa8\x5d\x88\xa8\xde\xcb\x74\x46\x2e\x58\xa7\x64\x24\x61\x34\x33\xef\xb6\x34\x87\x7c\x82\x76\xc0\x13\x95\x7a\x51\x79\xcc\x5a\x14\x91\xea\x1c\xd1\x55\xa7\x87\xdc\xa0\x3f\xca\x5d\x10\xeb\x37\xb9\x68\xc5\x9c\x80\x61\xa0\x32\x1e\xb6\xca\xf1\xc0\x2d\x3d\x76\xbb\xa5\x9d\xd0\xa5\x0c\xab\x43\x24\xd0\x90\x90\x0e\xa4\xc3\x0c\x77\x84\x3c\x68\x25\x99\x45\x75\x31\xc0\x2c\x53\xea\xfb\x8e\x0f\x87\xe4\x59\x92\x48\x97\xf9\xcd\x8a\x8d\x35\x79\xb6\x4b\x51\x31\x6d\x76\x2d\x45\xb5\x6b\x5e\x8f\x7c\x29\x9d\x20\x2f\x1d\x23\x0b\xb8\xf4\x75\x8f\xe9\xa3\x7d\x50\xf1\xe5\x05\xfe\xc3\x9d\xb3\x32\x0c\x1c\xcd\x32\x52\x54\x0b\x08\x2a\x9f\xc7\x77\xc7\x50\x5b\x67\x64\x0b\x6c\x27\x17\x0f\x8c\x5b\xd1\x34\x27\x32\x2e\x81\x18\x87\x5d\x4e\xd9\xaa\x22\x1d\xca\x3b\x30\x26\x90\x0a\x43\x21\xb8\x43\xd1\xdd\xe3\x60\x8f\x89\x8b\xe5\xd7\x94\x19\x80\xf3\xb4\x4c\xb8\x2a\xa9\xe1\xeb\xfd\x57\x2e\x9f\x65\x77\xd3\xba\xa7\xf9\xd9\x8e\x47\x28\x4c\xce\xc2\xf7\x27\x27\x58\x13\xaa\xbb\xe3\xb9\x29\xb8\xf8\x24\x37\x09\xf1\x1a\x51\x43\x2f\xa7\x28\x77\x73\x8a\x9a\xe6\xea\xd1\x46\xa6\x0d\x95\x8d\xf4\xc2\x7c\xc5\xb8\x2e\xef\xdc\xf0\xa1\xa4\x59\xce\xda\x1a\xc0\xfa\x1b\xd1\x2e\xbd\xbf\xa8\x59\x9f\xdd\xff\xc6\x52\x5b\x80\x02\x6d\xb7\xdf\xe4\xf5\x6f\x37\x05\x95\xd4\x5f\x81\x62\xdf\xa7\x65\xeb\x3b\x18\x4b\xe9\x3f\x67\xd5\x4b\x15\x1a\x00\xad\x34\x29\x96\x43\xf4\x05\x41\x0f\xb6\x18\xc2\x47\x1f\x57\x45\x49\xe7\xcc\xb4\xc1\x85\x7e\x03\xce\x38\x4f\x8b\xdc\x6f\xe2\x16\x9b\xfc\x83\x28\x8e\x89\xa5\xe3\xe2\x0e\x16\x77\xee\x05\x43\x79\xd1\xc4\x45\x2b\x63\x69\x94\x8c\x26\x03\x95\xf6\x2f\xa3\xf9\x7c\x4d\xe7\x98\x6b\x51\x61\x54\x35\xd7\x73\xfc\xe9\xc3\xc7\x67\x7f\x7d\xf5\xfb\xdf\x5e\xfd\x6f\x81\xcd\xba\x41\xc7\x91\x9f\xff\xca\x94\x95\x93\xfe\x0c\xb9\x8a\x04\x05\xd3\xd1\x53\x40\xc4\xd5\xe9\x96\x56\xac\xe4\x29\xaf\x58\x3e\x05\xcb\x17\x72\x48\x7e\x5b\xb0\x92\x41\x34\x16\xf9\x09\xda\x9d\xd3\x6c\xcd\x06\x66\x8d\x29\x27\xa7\x2e\x18\x4e\xc5\x25\x42\xcf\x69\x9a\x09\xda\xe7\x49\xd1\x26\x37\xe1\x9c\x55\x6f\xd5\xb4\x00\x3b\xbc\xd1\x47\xa4\xe3\xec\x07\xf9\x4a\x3a\x1e\xb4\x45\x11\x58\xab\x40\xde\x63\xf7\x9b\x64\xc5\x1c\xe8\x49\xb4\x12\xf7\x9b\x81\x6f\x4d\x00\x30\xb1\x07\x49\x31\x95\x92\xa5\x46\xa1\xae\x9b\xbb\x86\xd3\x73\x96\xbc\x35\xfd\xe8\x7b\xcc\x87\x21\xdc\xa0\xce\x42\xec\x45\x78\xe4\xa0\xe1\x60\xce\xaa\x37\x15\x5b\x76\xd1\xd6\xa2\xd0\x03\xa3\x78\xd7\xde\xb2\x71\xe7\xee\xa7\x9d\xdd\x87\x41\xf0\x04\xa8\x9c\x65\x22\x16\x00\x81\xd0\x05\x45\x2c\xe2\x57\x0d\xbc\xc9\xdd\xbb\x02\xcc\x35\xbd\x26\xc5\x74\xa0\x63\x7e\xa8\x8b\x45\xac\xe1\x59\x55\x95\xe9\x64\x5d\xb1\x2e\x20\x7d\x27\x1a\x62\x6c\xd7\x06\xbb\x23\x75\x58\xde\x89\x04\xc0\xd2\x11\x1b\x32\xbb\xb2\x2b\x7c\xba\x8e\x83\xd3\x85\x4f\x16\xe9\x4e\x36\x4a\x36\x81\xe0\x45\xaa\x1e\xa1\x7a\xfe\x3a\x88\x11\xf0\xaa\x8a\x61\xe9\x39\xe7\xd1\xf4\x7b\x48\x0c\xa2\x55\x85\x38\xc3\xff\x85\xc7\x96\xa3\x63\xeb\x93\xa9\xbe\x3f\x97\xa3\x7d\x4e\xb1\x8a\x83\xf0\xf8\x9f\x02\x61\x1d\x3b\x94\x25\xe4\x57\xce\x34\xa1\x00\x80\xb2\x8a\x95\xe4\x5c\x2c\x44\xa6\x16\xd8\x77\x3f\xa8\x58\xc5\x2f\x12\x10\xa2\x53\x94\xaf\x2e\x29\xf2\x4e\x45\x78\x55\x94\x0c\xed\xc9\xb5\x20\xed\x8d\x62\xa3\xf6\x5a\x30\x36\x75\x78\x02\xee\xe3\x5e\xa7\x1e\x19\xfe\x45\x2c\x67\xaf\x2d\x24\x5f\xf5\x2c\x24\xfd\xb5\x71\x2d\xea\x49\xaa\x26\xca\x98\x12\xc4\xce\x3e\x0f\xcf\x7e\xdf\x2c\xa1\x17\x26\xcb\x0f\xc8\x65\xb0\x34\x19\x7a\xa5\x5c\x33\x99\x9b\x2a\x87\xe4\x01\x07\x41\xad\xa3\x70\xbd\xa3\xa0\xaf\xc7\x7a\x19\xbb\x2f\x00\x7b\xcd\x60\xea\xcf\x43\xf2\x1c\x2c\xcf\x2a\xf1\xda\xdc\x05\x36\x31\xab\x7b\x11\xb4\x19\x49\x02\x12\x13\x49\x97\x0a\x62\x06\x6c\x56\xe4\xd5\x6b\x3a\x65\x11\x96\x18\x54\x61\x87\x11\x8b\x20\x1c\x1c\x83\xbc\x95\xb9\x3c\x58\xf2\x1a\x7a\x5a\xa6\x19\xa4\xc2\x71\x8a\xa5\xaa\xd7\xf2\x77\xaf\x61\x08\xf1\xc5\x7b\x20\x81\xe0\x50\x90\x4c\xdd\x67\x7e\xfd\x4f\x3e\xf7\xad\xcf\x06\x4a\x03\xbe\x77\xea\x6c\xbd\xaa\xf6\xb0\xc0\x6d\xc3\xb0\x1d\xc0\xab\x0f\xdf\x44\x27\x6d\x5a\xd2\x49\x99\x4e\x5f\x14\xf9\x2c\x9d\xc7\xda\xa2\xcf\x01\x83\xba\x2e\x33\x9b\xf7\x5a\x15\x0a\x16\xfd\xd7\x12\x72\xd6\x2c\xaa\x6a\xc5\x47\xc3\xa1\xcc\x3b\xfc\x70\xc0\x17\xb4\x64\xe0\x27\x50\xc0\xcb\xde\x60\x5a\x2c\x87\xb3\x34\x63\x7c\x38\x83\x61\x86\x94\x73\x56\xd9\x44\xdc\xc7\x15\xcd\x13\x5a\x26\x80\x24\x20\x35\xa4\xf9\x7c\xe0\x09\x1e\x6a\x5c\xbb\xc8\x91\x03\x8e\x71\xb0\xa9\x5d\xcc\x3b\xf6\x24\x11\x31\x54\xee\xf7\x92\xcd\xc5\xd1\x28\x5f\x2b\xbc\xec\xce\x34\x5a\x6d\x2c\xf9\x44\xb9\xb0\xfb\xc8\xbb\xf2\x68\x84\x77\xb1\x2f\x8f\xa8\xc6\xbf\x23\x94\x3d\xdb\x52\x36\xdb\x3b\x19\x93\xd3\xce\x77\x5b\x5b\x70\xd5\x39\x75\x94\xe1\xa6\xb7\xe3\x72\xaa\x22\x47\x99\xce\x83\x34\x61\xa7\xf0\xb9\xdb\xf9\x6e\xeb\xd4\xbb\xea\xf4\xfa\xa7\x64\x24\x03\x99\xd9\xf1\xa7\x4c\xeb\x65\xed\xf0\x4a\xb9\xc2\xcb\xe9\xc8\x1d\xfa\x7b\x72\xba\x2e\xa1\xeb\x75\x99\x5d\x0d\x2e\x8a\xd9\xec\x61\xa7\x27\x2e\xd7\x25\xad\xba\x1d\xf5\xbb\x7f\x1a\xab\xe8\xd5\xeb\xf4\xb4\xa3\x82\x05\x22\x2a\x80\xfd\x02\xa3\xf2\x72\x49\x8d\x65\x89\xf8\xf2\xd2\x3c\x12\xf3\x0b\xed\xea\x76\x65\xd2\x84\xd7\xef\xe6\x31\xab\xe0\xf2\x9a\x48\x2c\x75\xee\xae\xc8\x46\x03\xf0\x93\xfc\x75\x91\x81\x67\x9e\x5f\x2a\x61\x8a\xa2\xbf\x75\x38\x9b\x17\x6c\x9d\xaa\x58\x35\xd1\xed\xf7\xef\x36\xa5\xa2\x2f\x33\x90\xf3\xc7\xe4\xf4\xbb\xad\x9a\xdd\xd5\xf0\xbb\xad\x19\xdd\xfc\x50\x1b\xa9\x71\xa3\x09\x61\xfb\xa6\xdb\xef\x49\xe7\x30\x13\xd0\xed\xf4\x1d\x0f\xe0\x2c\x82\xa8\x10\x8d\xd2\x29\xf8\x9e\x74\x08\xd8\x58\x28\x7e\x39\x1c\xb3\x06\x79\xf0\xf0\x9c\x09\xd2\x0c\x53\x90\x1f\x7d\x4f\xe4\x0c\xed\x7e\x8b\x09\x1d\xb3\x65\xfa\xd6\xf6\x57\x37\xb3\x3a\x68\x94\x6c\xbe\xce\x68\xe9\xc1\x43\x95\x7a\x10\xb9\xe1\xaa\x27\x45\x96\xd4\x2d\x1a\xdc\xaf\xf7\x5a\xf3\x73\xd3\xdb\xbe\x4b\x96\xf3\x70\xa6\x20\xbd\xbf\x5b\x8c\x0c\xa3\xf6\xbc\x44\xf5\xe6\x9c\xe9\x29\x20\x5a\x2c\x66\xc2\xbb\xde\x39\x73\x10\x5f\x70\x22\xea\x7b\xcf\x8d\x2e\x2d\x16\x20\xef\x10\x7c\x18\xc0\x58\xf1\xd4\x4d\x4d\x5a\x24\xeb\x29\x23\x7f\x11\x9f\x0e\x21\x8b\x3f\x50\x40\x30\x2f\xb1\x0a\x5e\x1b\x9f\xf2\x82\x4d\x94\x13\x94\xec\x23\x4a\x1f\xd4\xe8\x31\x16\x62\xf0\x69\x41\xd3\x3e\xe9\x64\x8c\x65\xf4\x82\x26\x8c\xad\xd3\xc3\x6a\x41\xd3\x8e\x57\x68\x04\xcb\xbd\x47\x78\x56\xd2\x49\x3a\xed\x1b\x52\x72\x48\xa1\xe0\xfa\x1d\xbe\xd8\x94\x69\x96\x39\x5d\x4e\x55\xd1\xf5\x3b\x7d\x45\x79\xf5\x6a\x5d\x16\x2b\xc1\xac\xdb\x8e\x19\xe5\x15\x53\xc5\xd7\xef\xfc\xaf\x25\x63\x67\xa8\xd7\xb9\xf8\x7d\xfd\xee\x7e\x66\x93\x92\x5d\xa0\xfe\x16\x50\x70\xfd\x0e\xff\x9e\x32\x08\xef\xc8\x19\xea\xf4\xdc\x14\x5e\xbf\xe3\xdf\x58\x14\xaa\x17\x0c\x41\xb5\x8f\x2e\x19\xd2\x39\x16\x7f\x92\x5f\xdf\x5c\x67\x4c\xcd\x2b\x0f\x8e\x05\xde\xa6\x12\xe2\xf0\x57\x07\xfd\x79\x03\x44\x5e\xb2\x3c\x75\x16\x42\x55\xd1\x0d\x50\x83\x15\xe5\xdc\xed\x74\xae\x8a\x3a\x4e\xd6\xe2\xb7\xe6\x30\x92\x5f\xdf\x90\xae\x38\xb7\x3d\x92\x14\x4c\x06\x4a\x5d\xd0\x73\x46\x28\xe9\xc8\xfb\x88\x5c\x28\x7e\x4d\x3e\xa3\x16\xe7\xac\x2c\xd3\x84\x99\xbe\x64\x62\x77\x4d\x61\xe6\x2c\x67\x25\x88\xfe\x74\x02\x0f\x4c\x05\x04\x36\x16\x95\x3a\xf6\x8e\x53\x7d\x92\x34\xe7\x95\x54\xcd\x46\xd7\xdb\xed\xb8\x13\xfd\x8d\x4d\x3a\x7d\x41\xf5\x14\x10\xae\x86\x01\xa9\x71\x4b\xcc\x88\xa7\x91\x8b\xfd\x1a\x10\x31\xf7\xd5\xed\x01\x05\x77\xf7\xcd\xe1\x21\x06\xf3\x40\xa1\x97\x64\x84\x53\x47\x0f\xf7\x91\xd1\x84\x9b\xd5\x68\xe9\x05\xc4\x20\x99\xd9\x7a\x80\x45\xa0\x01\xae\x54\x94\x64\x46\xb3\x8c\x83\x15\x21\x24\xf1\xd7\x2e\x9b\x5a\x29\x63\x19\x51\x88\x6d\x61\x9a\x76\xad\x76\x59\x3f\xec\xd7\xa6\x22\xf8\x0b\x48\x62\xd3\x32\x5d\x55\x87\xb2\xd2\x30\x2f\x0e\xd9\xe5\x2a\x4b\xa7\x69\x75\x48\xf3\x8d\xe5\x22\x67\x68\xaa\x23\x4f\xb6\x43\x69\x4f\x20\xd1\x0e\x8a\xfc\x4c\x39\xa1\xf9\xa6\x77\xe4\x2c\xd5\x7d\x34\xc3\x3d\x1f\x39\x50\x38\x3a\xf2\x44\x3f\x5f\xd3\xf9\x51\xed\xb1\x01\x32\x11\x28\xc3\x35\x8c\x6a\x79\x87\x00\x66\x91\xb7\x1b\x4f\xd0\x36\x2f\x37\xb2\xdc\x7d\xcf\x78\xcd\xaa\xe9\x82\x71\xc8\x0b\x5a\xb1\xa5\x6c\x02\x9c\x0e\xe8\xd4\xe8\x9c\x81\x05\x40\xb1\xae\x48\xb5\x28\x8b\x0b\xb1\x3b\x34\x57\xcf\xb7\x32\x4b\x90\xd1\xd2\x9d\xb1\x0d\xd8\x17\x8a\x7f\x95\x9e\x10\xfa\xac\x0a\x32\x13\xc3\x44\x3a\xaf\x7f\xc8\x00\x7d\xca\x19\xdb\x20\x2e\x29\xf2\xf4\x90\xb1\x8a\x94\x8c\x0b\xb9\x7b\x6c\xd3\xe2\x55\xe5\xc6\xe5\x9d\x2e\xd2\x5c\xaa\xc9\xf4\xee\x3e\xd6\xcf\xd8\xaa\xa9\xa8\x70\x24\xfe\x77\x10\x7d\x3f\x38\x63\x1b\x9d\x40\x4a\xa9\x8d\xa6\x10\xfc\xb8\x6b\xf5\xf7\xc3\x7b\xe4\x15\x95\x6a\x61\x03\x1c\x58\x9b\xd2\x80\x2b\x94\x91\x23\xfa\xd8\xf0\x26\xe7\xac\xac\xec\x2e\xa4\x79\x55\x7c\x83\x5d\xa0\x49\x42\xfc\x8e\x71\xd3\x84\x56\x14\xda\xc2\x1f\x55\x41\x56\xeb\x2a\x32\x97\x7a\xe5\xaa\xbf\x69\x7d\xe8\x29\xca\xe8\xb6\xda\x23\xf9\x5d\x7c\xb9\x7b\x37\xdc\x1d\x34\xa0\x1c\xa8\x77\xbd\xcd\xf1\x94\x6f\x32\x33\x2e\x88\xd9\xc7\xac\xe2\xfd\x36\x7e\x5d\x51\xd7\xae\x2d\x59\xb2\x65\x91\xfe\xc1\x6a\x1c\x70\x5b\x78\x03\x52\x2e\x7e\x88\xc3\x5e\x17\x85\xd6\x7e\x8b\xb9\x09\xfa\x3d\x1d\xaf\xb2\xb4\xaa\xeb\x0a\x7d\xc4\x7f\xd7\xbf\x96\xd7\xce\x49\xb6\xab\x0b\xa8\xfb\x49\x65\x7b\xac\x07\x60\x83\x27\x9b\x07\x52\x10\x37\xbb\xca\x60\x54\xf6\xdc\x57\x61\x26\x8c\x21\x99\x33\xcf\x5e\x10\x2b\xd6\xcb\x9f\x38\xf1\x80\x1d\xc6\x96\x8d\xec\x48\xd7\x04\x00\x45\xcf\x99\x3e\xac\xa3\x3d\x05\x3b\x12\xeb\xaa\x36\x90\xa9\x13\xc1\xd4\xd6\x4f\xa7\x3a\x8e\x54\x63\x7c\x5c\x12\x1a\x80\x36\xba\x3d\x69\xcf\xa1\x1f\x1e\xd6\xb8\x43\xf9\x1f\x5a\x07\x40\xaa\x0d\xf3\x14\x8f\x72\xe4\x04\x67\xbc\xea\xdb\xa0\xf0\x62\x35\x2a\xaa\xdc\x68\x57\xb8\x9b\x97\xb4\x3c\x73\x23\xd7\xb4\x0c\x77\xd3\xc2\x79\x67\xaf\x70\x82\x1a\x36\xa2\x8d\xa3\x0c\xf2\x66\x5f\x57\xa1\xde\x21\xc5\x01\x0b\xe5\xef\x58\xbe\x76\xe6\xa0\x37\xd4\x0d\x1f\xeb\xb7\xfc\xa5\x64\x9c\xb7\x04\xe8\xbe\xd0\xac\x1d\xd4\xa6\xb4\xff\x67\x8e\xaa\x62\xf4\xfd\x97\x0c\xba\x0f\xde\xee\x31\xf6\xff\x5a\xd3\x8a\x95\x39\x2d\x37\x18\xd9\xfd\x39\x58\x4b\xfd\xfa\xd1\x55\x87\x9f\x58\x59\xa5\x91\xee\x48\x2c\x0f\xa8\x77\x99\x76\x7d\xea\xda\x0f\x68\x55\x3f\x24\x9c\x2e\x45\xef\xc9\x1c\xf9\xd7\x0a\x8a\x61\xe9\x76\xfc\x0e\x75\x1f\xbe\x60\xd0\xf4\x0f\x01\x98\x3e\x30\x7f\x32\x01\xe7\xfe\xd7\xb8\x65\xc5\xdf\x98\xd5\xee\xba\x56\x3d\x5b\xc3\xf0\x56\xb5\xec\xe3\xf6\x2f\x49\x31\x7d\x41\x2b\x36\x2f\xca\x0d\xb1\xe9\xe5\x05\x87\xf3\x17\xbc\x8a\x6e\xc7\x8e\xdf\xe9\x93\xcf\x1d\x40\x28\xd0\x6c\xc8\xc9\x7c\xe9\xc3\xeb\x6d\xcf\x5e\xc0\x60\xca\x6d\x5b\x11\x76\x59\xb1\x3c\xe1\xbe\xc9\xf7\x13\x3c\xeb\x3e\x31\x09\xce\x57\xeb\x49\x96\x4e\x89\x4c\x6b\x2a\x24\xbc\xff\x79\xfc\x1f\x03\xed\x93\xb1\x75\xef\x38\xc7\x0d\xa7\x2e\x73\x5e\x90\x46\xd2\x6e\x9e\x45\xdc\xad\xce\xd9\x00\x6d\x51\xce\xd7\x73\x5a\xa6\x34\xb7\xae\x2d\xe3\x93\x3b\x4b\x7e\x28\x9b\x1f\x1e\x0a\x54\x3c\xb9\x83\xa8\x3b\x4c\x68\xbc\x35\x1b\xd9\xd5\xa9\xa5\xe5\x17\x9c\x98\x5c\xe7\xa5\xfd\xc4\x2e\xab\xf1\xd6\x22\x4b\xa4\xca\x4b\x25\xb9\x42\xc8\x8a\x48\xcd\xa1\x9f\x40\xda\x63\x50\xff\xc6\x36\x2f\x8a\xc4\x41\x2b\x5d\x84\x3d\xc7\x5e\xa6\x25\x9b\x4a\x3b\x74\xfd\x79\x44\xb6\xe4\x33\xf0\xe7\x32\xab\xf4\x17\xfd\x07\x40\x1b\xb6\xe3\xb3\xae\x3b\x58\xaf\xbe\x68\x2f\x65\x5b\x98\x14\x17\x79\xa4\x38\x63\xb3\x2a\x52\x0c\x6e\x9a\x91\xf2\x45\x01\x69\x2f\xfc\x62\x96\x27\x91\xd2\x8a\x4e\x22\xa5\x2b\x3a\x67\xbf\xc6\x66\x28\x3e\xbc\xb4\xb3\xbc\x7a\xec\x8a\xdd\xe0\xc6\x26\x4d\x14\x52\x29\x1d\x9d\xb1\xcd\xb4\x48\x20\x71\x13\x25\x89\x05\x9a\xf8\x30\x29\x68\x99\x88\x3f\xea\x2c\x4a\x52\x1e\x82\xb9\x7b\xb1\x48\xa7\x0b\x94\xb9\xdb\x49\x12\xa3\x93\xa1\x1c\x44\xf6\xe7\x33\xb4\xfc\xe2\x8b\x87\xcf\x92\x44\xcc\x4d\x4f\xd4\x24\xf6\xe2\x95\x90\xf0\xce\xd8\x46\xba\x1e\xf4\xc9\xc5\x82\xe5\x90\x25\x04\x12\x93\x98\x6c\x70\x5a\xeb\x04\xee\x21\xa4\x58\x57\x59\x9a\x33\x2e\xfa\x99\x30\x72\x9e\xf2\x54\x1b\x27\x91\x4f\x8b\x94\x93\x29\xcd\xc5\x87\x35\x67\x89\x96\x1a\xe7\x10\xf1\x5e\xf4\x58\x56\xd3\x75\x65\xc7\xc4\x00\xcb\x36\x04\xac\xcb\x65\xe0\x37\x59\x2a\xad\x79\xe4\x9f\x42\x84\x4d\xa5\xac\x4a\x73\x42\x57\x2b\x52\x94\x64\xc2\xaa\x0b\xc6\x72\x35\xb7\xaa\xa4\x2b\xf2\x47\x91\x5b\x4d\x88\x0f\x70\x9a\x24\x2d\x20\x6e\xe5\xcc\x7a\x28\x93\x31\x79\xe0\x9b\x5e\xb4\xb8\x42\x5a\x29\x58\x4c\xed\x18\x7e\xa0\x86\x1a\xc5\x5c\x73\x68\x15\xf2\xf5\xef\x62\x67\xc4\xc5\xb2\x41\x2d\xc2\x8f\xee\x5d\xf0\xa2\x58\x43\x54\x87\x59\x51\x92\x25\xfc\x9d\x20\x87\x4e\xd8\xb2\x35\x67\x5c\xc1\x5b\x4c\x8d\xe6\x73\xbd\xfd\xbf\x31\x72\x41\x73\x30\xb2\x9d\x0a\x8c\x5d\xaf\x0c\xa6\xe5\xac\xe4\x44\x7a\xa4\x93\x8c\xf2\xaa\x4d\xa7\x64\x9d\xc3\x14\xcc\x66\x66\xac\x92\x93\x52\xb3\x14\x92\x48\xce\x2e\xc8\x6f\x8c\x9e\xbd\xa3\xab\x27\x12\x80\x7d\xb5\x8f\xda\x77\x15\x6b\x18\xde\xe1\xd6\x52\xd5\xa0\x1b\x25\x2c\xab\x28\xc2\x01\x45\xd9\x8c\x9e\x28\x67\x17\x7f\xa7\x99\xca\x2a\xa4\x5c\x1e\xd7\x65\x09\x65\x42\xb0\xc4\x3d\x0f\xe6\xac\x02\xad\x8f\x31\x42\x32\x55\x8d\x52\x41\xf7\x47\xc6\xa8\x9f\xef\xe5\x34\xb0\x71\x51\x58\xfd\x01\xb6\x08\x72\xc7\xe5\x72\xdc\xbe\xa9\x2e\x67\xa0\x88\x06\x5a\x02\xb4\x06\x8e\xe1\xd9\x6a\xa5\x10\x72\x4c\xba\xea\xaf\xbb\x64\x4b\xb0\xde\xf2\x48\x50\x7e\xa5\x46\xb5\x7e\xa0\x28\x2f\xfd\x15\xb9\xea\x61\x6d\xe8\x63\x57\x3d\xa5\x6d\xab\x95\xed\x60\x31\x4f\xa7\x44\x9e\x39\x51\x01\x2a\x3d\x18\x90\xe3\xf5\x44\xdc\x6c\x13\xc6\x05\x81\x10\x57\x05\xb8\x97\x2c\x0b\x41\x4a\xc4\x2f\x19\x25\x72\x40\xba\x6f\x2a\xe9\x7a\x54\xe4\xd9\x86\x24\x05\x49\x2b\x52\xe4\x53\x46\x56\xac\x54\x1a\xe6\x3e\x74\x2a\x2e\x61\xf1\xb5\xc3\x09\xa7\x33\x20\x7d\x90\xdc\x52\x5c\xee\x64\xc9\xaa\x45\x91\x90\xe5\x3a\xab\xd2\x55\xc6\x48\x95\x2e\x19\x1f\xf4\xa0\xe1\xc3\x01\xf9\x4d\x10\xc3\x4a\xfa\x3b\x97\x8a\x2a\xf2\x5a\x02\xcf\xfb\x82\xb4\xc8\xf5\x75\x96\xfc\x50\x42\xef\xf0\x30\xe5\xf6\xb8\x65\xac\x23\x19\xa2\x9c\x2e\x99\x9e\x9f\xa2\xc6\xda\xb6\x8e\x4c\x8a\x64\xd3\x57\xbe\x62\x41\x77\xaa\xb7\x9f\x65\xbc\x61\xdb\x99\x3c\x7e\x3f\xf8\x93\x9e\x66\xe9\xf4\x4c\x90\x7e\x00\xa1\xf2\x2e\x8a\x4f\xb4\xae\x67\x35\x3f\x3d\xdb\x76\xd3\xac\x5f\xf5\xc0\xec\x37\x5c\x15\x12\x13\x68\x96\x15\x17\xdc\x52\x04\xae\x7d\xdd\x56\xca\x9e\x73\x5a\xe4\x49\x6a\x2e\x09\xc9\x0c\x1a\x8a\xcf\x68\x05\x9e\x45\xc6\x4d\x0e\xba\x97\xba\x3a\x65\x90\x27\xae\x39\x75\x05\x99\x99\xf0\xbe\xc4\x40\xc2\xd3\xe5\x2a\x4b\x67\x29\xd3\xd3\x11\x72\x14\xcd\x32\x3b\x55\xa5\xde\xd4\x9e\xdb\x87\xe4\x19\x11\xff\x16\xe0\xcc\x39\x20\xaf\x3d\xaa\xa5\xee\x3f\xba\x5a\x65\xa9\xf4\xdb\x4b\x2b\xce\xb2\x19\x20\xb3\xc0\xbe\xb4\xe2\x26\x46\x5b\xdd\x3d\x15\x75\xb8\x3e\x0a\x5d\x49\x6b\x13\xbd\x1a\x9f\xd2\x57\xb3\x19\x9b\x56\xdd\x6e\x2f\x50\x55\xf9\x2a\x53\x3d\x8a\x75\x15\xa5\xdc\x92\x07\xc7\x08\xfd\x40\xb4\xfd\xfa\x15\x94\xaa\x0e\xa1\x18\x04\x54\xc2\xd8\x74\x86\xee\x6a\x98\x5c\x10\x6c\x31\x2e\xe8\xed\x54\xd0\x34\x32\x0e\xa9\xf6\x45\x9a\xf7\xc9\x03\xad\xe1\x02\xe2\x0a\x55\x9f\x8c\xc9\x03\x34\x86\x98\x1a\x4d\x12\x70\xe8\x7e\x0b\x88\xc0\xca\x6e\xc7\x10\x93\x4e\x9f\xfc\x5e\xe4\xe0\xf3\x2d\xd8\x3d\x25\xb8\x3c\x6e\x6e\xad\x02\xf2\xda\xf6\xbf\xc8\x82\xf6\x3d\x28\xc2\x26\x5b\xff\x8d\x6d\xc2\x96\x7e\x8e\xc1\xae\x9b\x50\xff\x16\xa0\xaf\xbb\x8e\x65\x8b\x6c\x86\xfa\xe1\x03\xbb\x3e\x0b\x78\x31\xc4\xfd\x9e\xab\x18\xca\x07\x92\x36\x5c\x13\xfc\x0d\x5d\xec\xb3\x07\x0d\xdd\xec\xde\x08\x9b\xf5\x51\x29\x0c\xc8\x67\x75\x42\xbe\xf4\x7c\x16\xdb\xa8\xe8\x8d\x44\x4b\x2e\x4a\xba\x82\xfb\x08\xa8\x0c\xcb\xc5\xbe\x70\xb8\x7e\xd2\x7c\x4e\x4e\x9d\x03\x7e\x0a\xc1\x34\x06\x4a\xc6\x10\xe4\x0d\x5e\x90\x17\xd2\x34\x33\x0c\x79\x61\x5b\xd6\xbb\x87\x6d\x49\x3b\xaa\x41\xae\x9e\x6a\x0f\x5f\x83\x68\x2e\xf5\x59\x19\x47\x3e\x13\x0f\x42\x33\x14\xf2\x45\xeb\xca\xb3\xf7\x44\x1b\x0b\xf1\x15\x6c\x64\x05\x87\x44\x85\xbc\x68\x17\x12\x6a\xf6\x09\x3b\x1f\x68\xff\x52\x4e\xd4\x44\x23\x96\x88\xce\xde\xc3\x48\xbf\xa0\x88\xd9\x81\x61\x14\x3b\x1f\x28\xe4\x01\x0b\xed\x83\xf1\x98\x48\x84\xc4\x86\xd9\xfb\x4e\xc9\xbe\x7e\xe3\x79\x29\x84\x82\x39\xfd\x4d\xb1\x09\xe1\xa4\x9a\x9e\xa8\xb5\x3b\x44\x5a\xe4\x43\xf4\xb7\x5e\x4b\x54\x70\x64\xe7\x03\xc0\xb6\x5e\xd3\x7a\xa4\xdf\xc3\xae\xe5\xec\x25\xd3\x3c\xe3\x9b\x7c\x8a\x84\x0c\xf8\xed\xd4\x80\xb5\xcb\x2c\x01\xb6\x9a\x2d\x74\xea\x5e\xd0\x32\x7f\x81\x6f\xfc\x8f\xec\x3f\xd7\x69\xc9\x12\xdf\x7d\x56\x54\x1c\x36\xd7\x0e\x3a\x7e\xb7\xae\xd6\xa2\xd6\xab\xcb\x69\xb6\xe6\xe9\x39\x8b\xf5\x17\x54\x0a\xba\x79\x69\x77\x24\x3a\x23\xfc\x3d\xa2\xa2\x7b\x99\xf2\x55\x01\x3b\x8e\x75\x7b\xb6\x34\x1a\xe0\xb1\xaa\xd2\x7c\xce\xdf\xd1\x55\x6c\xc0\x48\x0b\x73\xdc\x03\x8b\xfb\x8f\x6c\x16\xd3\x1b\x52\x1e\xc4\xe1\x15\x65\x86\xa4\xc4\x74\x87\x4e\x05\xc9\x5d\x69\xc6\x6a\x55\x16\xe7\x69\xc2\x80\x31\x4b\xa7\x64\xc1\xb2\x95\xa0\x6b\xda\x82\xd0\xb2\x7b\x98\xd3\x02\x7d\x5f\x4c\x2b\x89\xc7\xb9\xb2\x0d\x90\xd7\xd0\x4b\x99\x30\x75\xcd\x99\x0c\xb1\x50\x32\xb2\x2c\xce\xe1\xad\xfb\x82\x6e\xe4\x92\xa4\x3e\xb2\x36\x9e\x10\x7c\x75\x86\x7a\xf2\xe9\x17\xe5\x70\x2e\xf5\x96\x08\x4a\x63\xb2\xbd\xea\x93\x4f\xc7\x26\x9e\xca\xd3\x5a\xed\xe6\x27\xa5\xd7\x94\x95\x75\xe4\x09\x00\x21\x89\xf8\x3e\x41\xf3\x0e\x27\xac\x2c\x8b\x92\x4c\x8a\x75\x9e\xd0\x32\x85\xec\xef\xc8\xd2\x47\x3e\x40\xdf\xdc\xcc\x45\xe9\x58\xa5\x47\x01\x29\xf2\x57\x62\xd4\x11\xe9\xc2\xe8\xef\x18\xe7\x74\x8e\x2c\xad\x09\xbb\x94\xc1\x35\x80\x2d\x51\x7e\x4d\xee\x72\xe0\xe1\xaa\xc8\x38\xb9\x58\x30\x88\x03\xe0\xc4\x70\xfa\xa8\x82\x05\x98\xe0\x11\x2a\xf3\x79\x22\xa3\x3d\xa5\x68\x7b\x60\xbd\x34\x9f\xb2\x01\x79\x33\x23\x9b\x62\x2d\x36\x55\x0d\x22\xb8\x76\xa0\x5a\xb0\xc1\x90\x1e\xbf\x5a\x94\xc5\x7a\xbe\x20\xdd\x45\x3a\x5f\xb0\xf2\x50\xe6\xd1\x35\xbd\xf5\xfa\xd0\xc5\x05\x68\xb5\x38\xab\xe4\x60\x55\x21\xb3\x38\x03\x77\x2e\x7a\x21\xaa\x1b\x35\x8e\x0d\x08\xa2\x24\xb5\x34\xcf\x71\xaf\x7d\x29\xbe\x40\xf0\x0b\xd0\x7c\xe8\x44\xee\xfe\xa2\xf1\xa6\xad\xca\xa2\x92\x69\x35\x7e\xe7\x67\xe9\x0a\x07\x92\x81\x54\xd4\x6b\x41\x38\x0e\x8c\x78\xfd\xd8\xcb\x61\xfc\x3b\x15\x04\xf6\x60\x24\x09\xef\x63\xf7\x9b\x14\x92\x0f\x46\x88\xe6\x7a\x35\x12\x43\x67\x44\x35\x44\x76\x3e\x7f\xb1\x6e\xcd\xb8\x81\x5a\x92\xa8\xbd\x25\x9f\x73\x64\x9f\xff\x65\x44\xba\x25\x0e\xac\x45\xa7\xd5\xfb\x22\x61\x80\x1c\x5e\x99\xe2\xa3\x6c\xb7\x26\x9a\xcf\x81\xee\x2e\x40\x25\x8f\xbc\xe8\x30\x2d\x45\xa9\x4f\x8e\x72\xb8\x84\x0d\x3a\x04\xe3\x13\x1b\x88\x22\x08\x1d\x86\x5a\x40\x34\xbd\xcb\x4a\xb5\xd1\xbf\xea\x5a\xdd\xd2\x49\x43\xf3\xd7\xc1\x82\x34\x65\x50\x33\xd0\x47\x4b\x5f\xdf\xeb\x15\x2b\x75\xd4\x05\x55\xc5\x31\x40\xbc\x0e\xfb\x40\xc8\xef\x4b\x7a\xc6\x9e\x65\xd9\x31\x9d\xb1\xae\x38\x05\x7d\x17\xd0\x32\x3b\x7d\x05\xe1\x9a\x4c\xb4\xc1\x8e\x01\xca\xcb\x34\x01\xd9\xc0\x3e\xf9\x76\xa4\xae\xd8\x74\xf0\xeb\x2a\xa1\x38\x80\x63\x67\xce\xaa\xe3\x9c\xae\xf8\xa2\xa8\x9e\x83\x12\x30\xa8\x21\xa5\x7a\x54\x80\x87\x0b\x6a\x9b\x8f\xbf\xa5\x59\xf6\xab\x54\x13\xea\xcf\x5f\x1c\x8f\x39\x8b\x4b\x46\x37\x62\xe9\x4b\xc9\xa6\x2c\x3d\x67\x9c\x28\x10\x2f\x21\x22\xcf\xba\x0c\x4f\x2f\x49\x39\x59\xc3\x2c\x1c\xea\xab\x68\x67\x38\xd7\xee\xaa\x64\x32\xbe\xbf\xdd\x63\x51\x04\x17\xc0\x48\x5d\x04\x5e\x9e\x71\x99\xc6\x5b\x8e\xe2\x45\x64\x63\x3a\x57\x80\x7d\x96\x6a\xbf\xca\x05\xe5\x5a\x97\xdb\x57\x8b\x68\xa6\x4e\xe1\xa2\x60\xbf\xbb\xd1\xf9\x72\x56\x39\x93\xb5\x33\x74\x23\x56\x41\xf5\x9a\x49\xbf\x99\x91\x0b\x26\xed\x65\x11\x71\xea\xab\x1f\x30\xdb\x25\xa1\xeb\xaa\x58\x52\x08\x0c\x99\x6d\x48\x91\x6b\xf5\x70\xd3\xd4\x11\x7a\xdc\x70\xf6\x3a\x12\x9f\xd5\x3a\xc8\x0e\x30\x35\x45\x32\xb0\xa0\x24\xdd\x8c\x55\x24\x25\x63\x72\xbf\x4f\x32\x96\xeb\x07\x49\xdc\x62\x90\xb1\x7c\x5e\x2d\x1e\x93\x94\x3c\x11\x75\x1e\x93\xf4\xfb\xef\x1d\x51\x1a\xdc\x74\x2d\xbb\xa8\xfb\xc0\x9d\x7c\x4e\xbf\x3c\x3e\x41\xcf\x97\x2a\x16\x9d\xfa\x3c\x50\x40\xf4\x02\x7f\x85\x15\x6a\x02\x7f\xe9\x3f\xc2\x71\xb1\xcd\xa4\xeb\xa8\x6f\x77\xd6\x04\xbc\x90\xda\xb2\x0e\x57\x4c\x96\x56\x06\x7a\x1b\x27\x04\x12\x73\x2d\xf8\x16\xbd\x4a\xf9\xa1\x26\x62\xaa\xa1\x85\x09\x60\x09\x31\x4c\x14\x7f\x64\x73\x76\x49\xc6\x64\x68\xe4\xb2\xee\x60\xfb\xa0\x7f\xd5\x3b\x39\xe9\x0e\x1f\xe3\x16\xd2\xa8\x52\x2c\xc7\x69\x3b\x60\x97\x6c\x2a\x77\x19\x11\xee\x41\x55\x1c\xc3\x9c\xb4\x9b\xa3\x03\x1d\x1b\xc9\x7c\x6c\xba\xbd\x7b\x57\xff\xa9\x76\x9b\x3c\x25\x0f\xc8\x91\x2e\xfc\xfc\xe0\x8b\x76\x1e\x8c\xa9\x7f\xfc\x8e\xe3\x07\xe8\x99\x54\xa1\xf2\xf5\x04\x2a\xca\xd7\xb9\xd5\x9a\x2f\x08\x28\x11\x14\xf3\xe2\x21\x9f\x7a\xc1\x13\xe7\x4a\x9f\xb4\x24\xce\xa5\x88\x6d\xc1\x2d\xc5\xce\xb8\x7c\x43\x64\x83\xe2\x07\x23\x8a\x46\x9f\xbf\x60\x24\xf2\xd7\x8e\xea\xc6\x57\x6f\x90\x0c\xf8\x22\xc3\x35\x12\xca\x79\x31\x4d\x81\xad\x86\x38\x64\x0e\xd1\xeb\x2b\x27\x56\xd0\xd0\x26\x6c\x49\xf3\x64\x00\xcc\x80\xd7\xc9\x5c\x5c\x10\x6a\x20\x04\x5f\x4a\x84\x50\x51\x15\x44\x60\xc9\xba\x82\x40\x2e\x9f\xd2\x25\x2b\xd6\xd5\x90\xb3\xea\x4d\x5e\xb1\xf2\x9c\x66\xaa\xb7\x29\xd8\xb4\x73\x3a\x63\xd9\x06\xde\x59\xf5\x15\x43\xb3\x6c\x42\xa7\x67\x7a\x00\xcd\x13\x4f\x33\x46\x4b\x96\x0c\xd3\x79\x5e\x94\x2c\xf1\x68\x1f\x44\xf5\xd6\xe4\x2f\xcd\xe7\x72\xde\x5a\xc0\x92\xef\xa4\x08\x1e\xf2\xe8\x41\xcc\x39\x35\xcc\xaa\x64\x9c\x95\x3a\x92\x97\x60\x83\x95\x62\xc4\x84\xc4\x11\x9c\xb2\x8c\x8d\x90\x33\xf9\x8e\x7b\x72\x67\x92\xe6\xc9\xc9\x1d\x77\xde\x0d\xf8\x02\x83\x0b\x4c\x91\xea\x81\x08\x86\x40\x8d\x10\x37\xe4\xac\xe5\xd3\x1e\xb4\xed\xda\xab\xc3\x56\xc3\x54\x54\x60\x7a\xd7\xe9\xb4\xf9\x34\x51\xc3\x37\xd7\xe3\x12\xf0\xd1\x32\x8f\x93\x87\x51\x34\xdd\x13\xa3\x64\x57\xba\x13\xb3\x07\x4a\x3c\x2e\xf2\x61\x31\x9b\xa9\xe7\x28\xc9\xb9\x66\xa0\xa6\x84\x18\x1a\x05\x79\xf9\xe1\x1d\xe9\x16\x25\x51\x7e\x94\xe4\x1f\xf4\x9c\x4a\x56\x53\xed\x6c\xcf\x3c\x8c\xd9\xc1\xea\x10\xcb\x45\xa4\x24\xe5\xd3\x22\xcf\xe5\xa6\xb5\xc6\x2a\x95\xac\xad\x0d\x5a\x95\x6c\xc6\x4a\x78\x82\xb9\x45\xc4\x92\xe3\x0b\xcc\x42\x6a\xa5\x08\x7a\xc9\x7a\x21\x7e\xa9\xf9\x4b\x04\xb3\x5d\xec\x85\x65\xaa\xef\x66\x34\x93\x95\xe2\x78\xf6\x33\xc0\x55\x0a\x8c\xd0\x86\x6a\xdb\xe4\x44\x40\x4d\x8b\x91\xa5\x79\x12\xf2\x04\x98\x92\xcd\xe0\x9e\x39\x24\xf0\x8f\x32\xd5\x5f\x32\x78\xb4\xae\x0a\x81\xa9\xe9\x5c\xee\x97\xe8\xae\x2a\x4c\x7b\x15\x8b\x99\x3c\x43\x66\x28\x1a\xbf\xcf\xd8\x86\x25\x26\x59\x31\xd0\xbe\x5c\xb4\x47\xd7\x75\xa0\xad\x38\x35\x4a\xa5\x53\xd9\x52\xca\x7d\xa6\xb4\x46\xf0\x55\x0b\x14\x4c\x97\x5a\x0b\x32\xf4\x6f\x2f\x54\x46\xf6\x5d\x8b\xab\xe1\xce\xeb\x2f\x36\xfc\xad\x17\xa6\xc8\xef\xe2\xb3\x9a\xda\x97\xfa\xbe\x4c\x15\x32\x6e\x98\x36\xe2\xbd\x6e\x2e\x47\xca\xff\xf4\xfb\x10\xa0\xa4\xf6\x37\xc2\xb3\x29\xb5\xb6\x9e\xc4\xc2\x39\xba\xa8\x1a\xac\x26\x8e\xb5\x52\xb8\xe1\xa1\x78\xd4\x9d\x6c\xcc\xdb\x46\x5a\x49\xe2\x78\x72\x47\x74\x7e\x72\x47\xda\x15\xe5\x6c\xca\x38\xa7\xe5\x66\xd0\x8b\x23\x44\x44\xf0\x51\x0f\x91\x4a\x8e\xb2\xba\x37\xb0\x6f\x08\x4a\x61\x57\x3d\x2e\x7f\x38\x24\xb8\x13\x72\x4f\x4a\xaa\xf7\x50\x5c\x56\x93\xd1\x67\xb2\xae\xc8\x39\x2b\xd3\xd9\x46\x92\xaa\x7f\xac\xb9\xa0\xda\x64\x4a\x39\x84\x38\x55\x97\xbf\x10\x05\x97\x34\x07\x0d\xb1\x1d\x44\xad\x9d\x92\x2c\x9d\xb1\xe9\x66\x9a\x31\x6d\x60\x00\xb0\xc8\x0b\x1b\xca\x88\x13\x69\x70\x04\x82\xd9\x82\xae\x56\x0c\x22\x61\x15\xa5\x0a\x9b\x59\x24\x09\x59\x73\x15\x0b\x8e\x58\xfb\x11\xb3\x88\xbb\x77\xcd\xfa\xc5\xdf\xf8\x9b\x23\xb5\xc0\x13\x87\xae\xe9\x7c\x09\xd0\xd9\x97\x83\x6a\xfb\xb4\x92\x50\x53\xf3\xe8\xa0\x58\x04\xac\x93\x17\x7e\xa3\x82\x34\x01\xc2\x50\x82\x08\x8d\x0a\x25\x5f\x32\x32\x61\x02\xce\x6b\xcb\xab\xba\x74\x11\x29\x3b\xde\xd1\x95\xd2\xef\x2c\xe9\x4a\x50\x48\xf4\x8d\x6b\x2e\xec\x8c\x6d\xc4\x86\x6a\x35\x1f\x08\x26\xa0\x0b\x34\xd1\xa0\x48\xaa\x2f\x51\x96\xca\xb0\xa6\xeb\x0c\x1c\x15\x29\x29\xd9\x2a\xa3\x53\x69\x8d\x6a\x5a\xd7\xd0\x3b\xff\x59\xa0\xeb\xce\x74\xe4\xa8\xf8\x95\xc6\xf8\xa9\x87\xcd\x41\x1f\x52\x3a\xb1\x31\xea\xad\xf8\xda\xf7\x20\x51\xa7\x2e\xb0\xf0\x96\x20\x96\x98\x09\xca\x73\xf5\x0a\x42\x98\x79\x2b\x01\x54\x66\x74\xba\x50\x98\x0a\xfb\x51\x54\x8b\xfa\xed\x58\xfa\x4f\x29\xc1\xa6\x44\x86\x91\xf2\x77\x3d\x18\x83\xf7\x99\x6e\x6c\x98\xd6\x10\x0d\xbb\x6b\x02\x6b\x6c\xa8\xb6\xc0\x15\xf0\x2a\xd5\xfb\x14\xc4\x76\xb3\xa6\x2d\x44\x5a\x24\x45\x81\x58\x3a\x0f\x60\x12\x7a\x39\xba\xf5\xbd\xf0\xd1\x66\x84\x0b\xab\x0b\x8a\x8e\x82\x94\xa1\xfa\xfd\x4c\x0c\xa1\xf8\x8a\xd8\x28\x72\x90\xa0\x4b\x6d\x7a\x53\xd7\xaf\x8c\x80\x87\xde\x02\xa2\xd3\x89\x6d\x75\xfd\xd3\x5e\x57\x5f\x63\xa8\x4c\x73\x10\x9f\x51\xd2\x14\x7f\x65\x4e\xc8\x19\x54\x63\x84\x02\xa5\x11\x12\x41\x93\x86\xa9\x34\xe1\x8b\x33\xc1\x7e\x6c\x46\xa8\xd0\x41\x24\xa3\x29\xf7\xa8\xeb\x93\x4f\x1f\xd9\x0c\x04\xcc\x19\x9d\xb2\xa7\x06\x10\xb3\x11\x7a\xf4\xf3\x2a\x61\xe3\x3c\xb5\x72\x20\x6e\x23\xe2\xd4\x53\xfa\xff\x18\x08\x10\x7b\x54\xff\x66\x21\x95\x1d\xf8\x7a\x41\x61\xbe\x05\x1f\x0a\x61\xd1\x34\xdf\xd9\xf1\x8c\x52\x66\xdd\x73\x6b\xb3\x48\x5c\xc3\x94\x58\x3f\x4a\xa7\xd4\xfb\x16\xdc\x95\x60\xe5\x34\x53\xa5\x0d\xa2\xc8\x58\x02\x2d\x30\x10\x39\x89\x38\xc1\x5b\x06\x5f\xfb\xf9\x13\xaa\x18\x6a\xcc\x18\x50\x63\x28\xa2\x4a\xe1\x84\x4d\x69\x4e\xaa\x72\x33\x94\xae\xa8\xa0\x3f\x2b\xd3\x79\x9a\xd3\x4c\xb2\x29\x4a\xe8\xba\x47\x58\xce\xd7\x25\xe3\xf6\x5c\x3a\x8a\xfc\x0e\x37\x62\xa5\x20\x0c\x82\x49\x61\x89\x36\xc3\x15\xb5\x35\x4f\xd3\x01\xe1\x31\xe5\x4e\x7f\x30\x40\x4c\x95\x4a\x94\x20\x28\x8e\x3d\x49\xb9\xee\x57\xde\x9a\x30\x0f\xd0\x39\xa9\x5a\x8e\xae\x87\x96\x25\xdd\xc0\x64\xb0\xc6\x49\x1c\xfd\x6b\xbd\x66\x58\x9b\x0b\xfc\xa4\x51\x4c\xfe\x31\xf2\x9e\x71\xb7\x57\xe0\x55\x02\xe9\x27\xe4\xd3\xc6\x88\xc8\x83\xd2\x57\x20\x82\x60\x18\x96\x80\x78\x11\xc5\x62\xda\x5c\xd4\xae\x59\x8f\x0b\x93\xd3\x33\x43\x53\x70\x86\xfe\x9c\x7e\xf1\xa2\x29\xdc\x1c\x20\x37\x83\x46\xd4\xf1\x7a\x78\xcf\x9b\x55\x8b\x53\xa5\x48\x7b\xa6\x95\xbb\xef\x24\xa6\x8f\x89\x98\x9b\x91\x5c\xec\xc0\x52\xf8\x10\xd5\xcd\xfc\x6c\x13\x53\x54\xd3\xf0\x44\x5b\x5c\xa3\x91\xbe\x7e\xf5\x7b\x32\x7b\x53\x37\x05\xa5\x0d\x56\x8a\xe3\xc1\x80\x96\x73\x0e\x8f\x73\x80\x1a\x62\x51\x86\xe8\x58\x90\x48\x2b\xaf\xf6\x10\xb1\x1a\xe8\xea\xef\x34\x7b\xec\x52\xbb\xba\x19\x2b\xe1\xed\xef\x34\x93\x76\x5b\xb8\xd2\x80\xae\x56\xd9\x46\xbd\xe9\x89\x29\x07\xc6\x6c\x21\x70\x84\x90\xd0\x6a\x2c\xd4\xa8\x79\x1c\xfd\xa7\x09\x5a\xa0\x56\x67\xe5\x50\x9f\x58\x1e\xc3\x73\xbe\x7c\x20\xa5\x39\xb2\x83\x9d\x81\xe2\x4b\x74\x23\xb8\x7e\xb8\x9b\x8c\x67\x89\x32\x04\x66\xcb\x55\xb5\x21\x15\x5b\xae\x32\x90\x4d\xd3\x1c\xbc\xc4\x62\x46\x25\x11\x43\x5b\xeb\x40\xe5\xbb\x97\xe1\x40\x11\x9e\xbd\x1b\xd8\x47\xa9\x9e\xc0\x98\x78\x25\xee\xce\x97\x6c\x55\x2d\xb8\x6c\xe0\x98\xeb\x25\xe2\xc3\x7d\x32\x26\x9d\xfb\x44\xfe\x1f\xf6\x63\x7e\x1c\xaf\xff\x48\xd6\x7f\x30\xf8\x71\x75\x49\x7e\x80\xff\xbd\x4f\xca\xf9\x84\x76\xef\xf7\x89\xfa\xff\xc1\x83\x1f\x1e\xf6\xfa\xa2\xc7\xc1\x0f\xe2\xfb\xe0\xdf\xe3\xb5\xee\xff\xd4\xab\x1b\xe6\x27\x39\xcc\x0f\x83\x87\xab\x4b\xf2\x67\xf8\xdf\xa6\x61\xc4\x34\x1e\x0c\x7e\xda\x7b\x98\x07\x3f\xca\x71\x7e\x1c\x3c\x12\x3d\x3c\x82\x7f\xea\x07\x7a\x00\x13\xa9\x5d\x75\xc3\x40\x3f\x2a\xb8\x3d\xfc\x13\x34\xfe\xd3\x9f\x6b\xfa\x78\x28\x07\x7a\x04\x6b\xa9\x9f\x8f\x1c\xc8\xf3\xa0\x53\x1b\xed\xc7\x3e\x95\xc5\x11\xcb\x2a\x69\x82\x1d\x09\x23\x9a\xe6\x09\xbb\x8c\x44\x2c\x50\x71\x5b\x54\xbb\x91\xed\x41\x79\xd9\xb1\x8c\x9d\x03\xc1\x7f\x34\x52\x93\x19\x48\x9c\xe9\x3b\x5f\x7f\x72\xbf\xfe\xe4\x7e\x7d\xf0\xa3\xfb\xf9\xc1\x8f\xee\xf7\x1f\xbd\xce\x7f\x7c\xa4\x9c\x7e\xc1\x5b\x98\x25\x2f\x8a\x32\x67\xe5\xc3\x11\xe9\x18\xb7\x7d\xe7\xcb\x23\x99\xae\x32\xf2\xe5\xc7\x11\xe9\xfc\x28\xbf\x40\xce\x8d\x2f\xfd\x3b\xbc\x58\x97\x53\xf6\xb1\x28\xaa\x3b\xa3\x3b\x77\xae\xfe\xff\x00\x00\x00\xff\xff\x02\xf0\xa5\xf2\x7e\x30\x2a\x00") -func v2BuildStaticJsMainD2a3e4e8JsMapBytes() ([]byte, error) { +func v2BuildStaticJs2Fc3140a1ChunkJsMapBytes() ([]byte, error) { return bindataRead( - _v2BuildStaticJsMainD2a3e4e8JsMap, - "v2/build/static/js/main.d2a3e4e8.js.map", + _v2BuildStaticJs2Fc3140a1ChunkJsMap, + "v2/build/static/js/2.fc3140a1.chunk.js.map", ) } -func v2BuildStaticJsMainD2a3e4e8JsMap() (*asset, error) { - bytes, err := v2BuildStaticJsMainD2a3e4e8JsMapBytes() +func v2BuildStaticJs2Fc3140a1ChunkJsMap() (*asset, error) { + bytes, err := v2BuildStaticJs2Fc3140a1ChunkJsMapBytes() if err != nil { return nil, err } - info := bindataFileInfo{name: "v2/build/static/js/main.d2a3e4e8.js.map", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + info := bindataFileInfo{name: "v2/build/static/js/2.fc3140a1.chunk.js.map", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _v2BuildStaticJsMainDd6fa5f8ChunkJs = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x7c\x7b\x73\xdb\xb6\xb2\xf8\xff\xbf\x4f\xc1\xa0\xbd\x1e\x62\x0a\x21\xa4\xde\xa6\x87\x37\xe3\x47\x12\xbb\x75\x62\xd7\x4e\x9a\xb6\x1e\x4f\x07\x26\x57\x12\x63\x0a\x60\x41\x48\xb6\xa2\xc3\xef\xfe\x1b\x80\x0f\x91\x7a\x38\x6e\xda\x7b\xe6\xce\xb9\x93\x19\x87\x02\xb0\x0b\x60\x17\x58\xec\x0b\xb0\xd5\x24\x4a\x6f\xd0\x03\xdc\x25\x2c\xb8\xff\x31\x15\x3c\x61\x52\xb4\x64\x82\x6e\xfd\xdd\x55\xff\xfa\xd7\xcd\x2d\xa6\xc9\x2c\x9d\xd8\x37\x37\xce\x2d\x59\xba\xfd\x7d\x6f\x34\xe3\x81\x8a\x04\xb7\x81\x28\xc2\xf1\x12\xcd\x52\xb0\x52\x25\xa3\x40\xa1\x03\x4e\xa5\xad\xf0\xc1\x9c\x49\x4b\xfa\xdc\xee\x77\x31\x89\x7c\x4e\xb9\x2d\x31\x61\x3e\xb7\xdd\x2e\x26\xa9\xcf\x6d\x07\x13\xe1\x73\xbb\x8b\x49\xe0\x73\xbb\xdd\xeb\x63\x12\xeb\x8f\xee\x00\x93\xd0\xe7\xf6\x10\x93\x99\xf9\xdd\xc5\xe4\xb3\xf9\x18\x62\x72\xa7\x3f\x1c\x4c\x26\xa6\xc0\xc1\x24\x31\xb0\x2e\x26\x53\x53\xe2\x62\x72\xa1\xfb\x70\x07\x98\x8c\x74\x89\xdb\xc7\xe4\x51\x77\xd3\xc1\x64\xac\x0b\xfa\x98\xcc\xcd\x70\xc6\x98\x2c\x74\xd3\x41\x1b\x93\x63\x5d\xd3\x19\x60\x72\x6d\xb0\x74\x30\xb9\x37\x1f\x3d\x4c\x1e\xcc\x47\x1f\x93\x43\x8d\xa5\x8b\xc9\x99\x81\x3e\xc4\xe4\x83\xae\xc1\xe4\xbd\xbf\x8c\x02\xc1\xdf\xb3\x29\x78\xe8\x98\xf1\x00\x62\x94\x91\xab\x46\xa9\x48\x16\x28\x23\xe7\xfe\xcd\xf2\x1e\x16\x9e\x43\x14\x3c\x2a\x0f\x4d\x59\xaa\x40\xb6\x1c\x94\x11\x53\xee\x36\xcb\xdd\xb2\xbc\xdd\x2c\x6f\xa3\xec\x96\x5c\xfa\x17\x77\x9f\x21\x50\xb6\xa0\x47\xd8\xc6\xe4\x64\xf5\xfb\x35\xb6\x97\x81\xe0\x8a\x45\x1c\xa4\xb7\x0c\xa3\x34\x89\xd9\xc2\x43\xa3\x18\x1e\x11\xd1\x7f\xdf\xc4\xe2\xc1\x43\x81\x88\x67\x53\x6e\x71\xf1\x20\x59\x82\x08\x8b\xa3\x31\x3f\x53\x30\x4d\x3d\x94\x2a\x09\x2a\x98\xa0\x8c\x4c\x80\x85\x20\xbd\x9b\xa5\x86\xf3\x90\x6b\xb9\x16\x9b\x29\x81\xc8\x9d\x90\x21\xc8\x0f\x22\xf1\x50\x37\x79\xb4\x52\x11\x47\xa1\x85\x68\x20\x78\xc0\x94\x7d\x49\x13\x16\x83\x52\x40\xd5\x04\xa6\x70\x29\xa3\x29\x93\x0b\x4c\x02\x11\x0b\xe9\xad\x6a\x39\xcc\x94\x64\x71\x51\x4f\xd6\xc6\x5a\x1f\x52\x00\x5c\x81\x44\x64\x24\xb8\xba\x8e\xbe\x80\x27\x28\xd0\xc7\x73\x26\xc7\x70\x19\xcf\x52\x53\xfe\x09\xa2\xf1\x44\x79\x82\x8e\x68\x0a\xd3\xe8\x4e\xc4\x21\x49\x58\x18\x46\x7c\xec\x21\xb7\x9d\x3c\x5a\xf9\x1f\x3d\xe0\x76\x37\x79\xd4\x84\xbc\x13\xe1\xc2\x2b\x66\xd7\xb5\xba\xc5\xec\x2a\x28\xc7\x34\x5c\xfd\x41\x44\xcc\x41\x8e\x62\xf1\xf0\x9b\x87\x26\x51\x18\x02\x47\x24\x85\x18\x02\x25\x64\xea\x2d\x13\x6f\x39\x65\x72\x1c\x71\x0f\x99\x6e\x34\x73\x51\xe2\x8d\x22\x99\xaa\x56\x30\x89\xe2\x10\x95\x2d\x34\xed\x1c\x53\x1b\xb3\x8d\xca\x23\xa1\x94\x98\x7a\x4e\x96\x65\x19\x26\x47\xfe\x52\x0a\xa1\xbc\xe5\x57\xe8\x97\xc3\x9e\xc3\x48\x79\x28\x9f\xc8\xaa\x2b\x64\x46\x9f\xff\xbe\x32\x74\x42\x6d\x4d\x02\xa2\x31\x9f\xea\x59\x41\xb8\xb3\x83\x13\x26\xef\xb3\x8c\x9c\x96\xab\x2c\xa5\x23\x21\x1f\x98\x0c\xaf\x60\x84\x6d\xbb\x2e\x10\xf0\x52\x6f\x7d\xee\x03\x0d\x52\x39\xfa\x20\xee\x81\x13\x59\xc2\x8d\x28\xc3\xf6\x0b\x57\x8b\x84\xa2\x84\xe9\x12\x49\xda\x5a\x1a\x44\x5a\xc2\x7c\xf6\xa3\x1b\xf7\x96\xdc\xf9\x9f\x69\x0a\xea\x83\x9c\x01\x99\xe4\xdf\x6f\x58\x9c\x02\x49\x4a\xc8\x85\x86\x44\x2a\x52\x31\x20\xbd\xff\xd7\xbb\xb8\x68\x74\x31\xd5\x5d\x8c\xfd\x0b\xdd\xc5\xa1\x7f\xa1\xbb\xb8\xf4\x0f\xab\x2e\x4e\xf3\xef\xbc\x8b\xd7\xab\x69\xce\x52\xb8\x56\x4c\x01\xb6\x11\xc2\xe4\x4b\x03\xe5\x6b\x8d\xf2\x9d\xff\x45\xa3\xfc\xc3\xff\xa2\x51\xbe\xd9\x06\x89\xc9\xdb\x06\xdc\x1b\x0d\xf7\xc9\x7f\xab\xe1\x7e\xf7\xdf\x6a\xb8\x8f\x1b\xa3\xff\xa5\x01\xf2\x51\x83\xfc\xe4\xff\xa2\x41\xfe\xf4\x7f\xd1\x20\x3f\xfa\x7f\x56\xa3\xff\x35\xff\xce\x47\xff\xdb\xf6\x31\xfc\xdc\x40\xf8\x9b\x46\xf8\xbd\xff\xb3\x46\x08\xe0\xff\xac\x31\x2a\xd8\x06\xc9\x67\x71\x8c\x09\x87\x06\xb8\x02\x0d\x2f\xc1\xe7\xa0\x31\x44\xe6\xc3\xbd\x3d\xa8\xc3\x9f\x4d\x13\x90\x4c\x45\x73\x38\x65\x3c\x8c\x01\xdb\x8a\xac\x56\x0a\x5e\x4a\x50\x33\xc9\x97\xe7\x82\x85\xd7\xd7\xa7\xb5\x43\x05\x2f\x7f\xb5\x31\x01\x28\xba\x8e\xca\x8f\x3b\x1b\x93\x3f\x6c\xc0\x7a\x4b\x60\x52\xef\xea\xf5\x68\x04\x81\xaa\x2f\x44\xbc\x2c\x3f\x2d\xa8\xfa\xb2\xab\x49\x3c\xea\x49\xcc\x29\xa3\x53\x26\xef\x57\x60\xa6\xad\x5e\xbe\xea\x20\x87\xb0\x74\x1b\x2d\x1f\xeb\x6b\x1c\x2f\x47\x42\xda\x07\x07\x38\x7d\x88\x54\x30\xb1\x81\x26\x12\xe6\xbe\xde\x2c\x8f\x0a\x2f\x03\x96\x82\xe5\x78\x05\x82\xa2\xd2\x59\x4d\x23\x6f\xe7\x77\xc9\x99\x8d\xed\xe5\x14\xd4\x44\x84\x1e\x4a\x44\xaa\x10\x99\xc9\xd8\x7b\xf7\x03\x7a\x99\xa6\x93\x97\x1c\x1e\x10\x09\x99\x62\x5a\x26\x68\xc9\xef\x69\x78\xdf\xf7\x3f\xfd\xeb\x5f\x73\x11\x85\x96\xa3\xbf\x5f\xe5\x9f\xde\x27\x7a\x0f\x8b\x52\x5e\xa7\xde\x12\xfd\xda\x3a\xbe\xbe\x7a\xd3\x32\x1b\x10\x79\x9c\x06\x33\x29\x81\xab\x2c\xc3\x07\x66\x84\x5d\x4f\xf9\x40\x53\xe0\x4a\x93\x5a\x51\xdd\x13\x26\x3f\xda\xd5\x00\xdd\xce\xc1\x9d\x04\x76\x9f\x37\xdf\xf7\x8a\x99\xec\x13\xa0\xca\xd1\xdb\x9b\xe9\xc9\x3b\x39\x4c\x04\xb6\x2e\xa6\x12\xd2\x44\xf0\x14\x8a\x4e\xdc\x8e\xa7\xff\x47\xc0\x43\xb4\xa2\x48\xaa\x44\x62\x63\x2d\xd8\x80\xe8\x39\x91\x9b\x1b\x87\xec\xdf\xde\xe2\x0c\x63\x8c\x29\x4b\x92\x78\x61\xd4\x15\xc2\xe4\x78\x36\x05\xae\x52\x9c\x8d\xf7\xf6\x3e\xed\xed\xd9\xa7\x36\x26\x35\x2e\xc3\x8e\xd6\x36\xc6\x19\x26\x37\xef\xc8\x27\xc2\xc9\x98\x9c\x92\x1f\x6f\x73\x9d\x84\x81\xdf\x94\x56\xbf\xdb\xca\x4c\x21\x2b\x59\x5e\x2c\x91\x0f\xf4\x73\xfa\x88\x6d\x14\x46\x73\x44\x96\x46\x3a\x4b\xe0\x5e\xbd\x36\xc5\xf6\x3d\x65\x64\x69\x64\xd0\xa1\x8c\xd8\x59\xe8\x25\x24\x4a\x2f\x12\xe0\x9e\x20\x82\x9f\x44\xe9\x34\x4a\x53\x6f\x42\xa2\xf4\x9d\x08\x21\x86\x34\xf5\x5e\x38\xa4\x3a\x9e\x8f\x63\x96\xa6\x46\x49\x38\xa1\x55\x21\xa9\x3a\xbb\x59\xeb\xad\x1c\x4c\x0d\x2a\x67\xf8\x0e\x10\x6c\xa3\x34\x61\x1c\x91\x65\xa4\x47\x56\x35\x42\xd7\xd7\xa7\xd6\x61\x10\x40\x9a\xa2\xac\xda\x4a\x05\x48\xa0\xa7\x94\xaa\x45\x0c\xa9\x77\x44\xb4\x16\x73\x29\x45\x92\x7a\xef\x09\x93\x11\x3b\x67\x77\x10\x7b\xe8\x38\x16\x29\x58\x89\x48\x66\x89\x35\x15\x21\x8b\x11\x11\xfc\x38\x8e\x82\x7b\x6f\x92\xe1\xdb\x35\xa4\xdb\x87\xae\x8f\xde\x27\xe6\x9a\xd4\xc9\x7e\x83\x8e\x60\x24\x24\x58\x12\xfe\x9c\x41\xaa\x22\x3e\xb6\xf4\x24\x98\x99\x04\xb1\x92\x18\xf4\x7a\x03\x9e\xce\x24\x58\x0b\x31\xb3\x26\x6c\xae\x5b\xb3\xd0\x52\x13\x40\x04\x59\x68\x6d\x9e\x88\x21\xb2\x9c\x48\x18\x79\x68\xa2\x54\x92\x7a\x2f\x5f\x4e\x53\xf6\x65\x26\x81\xce\xa3\x74\xc6\xe2\x54\xcd\xc2\x48\xd0\x40\x4c\x5f\x1e\xea\xe2\x2b\x08\x4f\x99\xd2\xcc\xbd\x9e\x44\x23\xf5\xf2\x8f\x87\xe8\x3e\x7a\xa9\xff\xa4\x2f\x0f\xaf\x2e\xa8\xf9\xe9\x76\xfa\xc3\x76\x47\xff\x6e\x5d\x5f\xbd\x6e\x25\x42\x2a\x16\xbf\x62\x3c\x98\x08\xe9\xa7\xe9\xa4\x65\x43\x0c\x73\xa6\x20\xc4\x68\x8d\x21\xa1\x08\x0c\x3b\x10\x45\x9a\x80\x12\xf6\xf6\x9a\x23\x8e\x35\x67\xa6\x90\xa6\x6c\x0c\x47\x4c\x7e\x58\x24\xe0\x85\x94\x51\x90\x52\x48\xbd\xc4\x66\xb1\x8a\xe2\x88\x83\xf7\xc2\xad\xad\xbe\x0d\x99\x6b\x95\xb2\x28\xd3\x1a\x97\x6e\x73\x34\x53\x4a\xf0\xc3\x35\xfe\xd6\x06\x58\x88\x1e\x09\x35\xd9\x23\xa1\x14\x3e\x52\xef\x69\xa6\x66\xe9\x07\x78\x54\x19\x26\xdf\xbf\xfa\x4b\x9b\x68\xa6\xe7\xb5\x73\x21\x98\xda\x89\x90\xd1\x17\xbd\x41\x62\xbd\x7f\xe6\x20\x55\x14\xb0\xf8\x50\x2b\x88\x9e\x91\x2e\x3b\x77\xc0\x8c\x32\xaa\x75\x48\xb2\x1c\x4b\xf1\x60\x76\xdf\xb6\x61\x60\xfb\x5a\xf7\x13\x17\xd3\x17\xd3\x29\xd3\x58\xe7\x2c\x9e\x41\x39\xfb\xef\x6b\x93\xff\xbe\x9c\xfb\xf7\x7a\x81\xe8\xc6\x44\x2f\xb6\x0b\x1e\x2f\xbc\x17\x4e\x86\x37\xb6\xd5\x6a\x1c\x3b\xfa\x37\xfb\x6e\xb5\xdd\xae\x1a\xdb\x4d\x24\x0b\x2b\x28\x07\x55\xee\xb4\x1a\x63\xbf\xdf\xdb\xe3\x6c\x1e\x8d\x99\x12\x92\x06\x71\x94\xdc\x09\x26\x43\xfa\x20\x23\x05\x9a\x29\x76\x35\x4c\x2d\x77\xb7\xee\xd0\xbf\x45\xe7\xf4\x49\x42\xdf\xec\xa6\xf4\x25\x4b\xd3\x07\x21\x9f\x49\xea\xa4\x68\x4d\x94\x5e\xfb\x28\xa9\x80\x03\xc6\xaf\x60\x0e\x2c\x2e\xf1\xe9\xfe\x1b\x0c\xd1\x12\x60\x7d\xd6\xff\x04\x57\x56\x63\xf8\x36\xb6\x94\xf0\x15\x5f\x6e\xf5\xff\x5b\xb7\x88\xd2\x67\x79\xea\x55\x43\x7d\xcb\x12\xcf\xed\x65\x3b\xe9\x7c\x5c\xa3\xf3\x3b\x16\x4c\x22\x0e\xd6\xb5\xb1\x55\x22\xc1\xcd\x78\x27\x8c\x8f\xc1\x63\x40\x44\xa2\xcb\x52\xef\x7c\x83\x42\x0f\x1a\x49\x39\xb5\xcb\xc2\x14\xbd\xca\xa5\x30\xd2\xf2\x83\xdd\xc5\x10\x7a\x2f\x7e\x2a\x07\x6f\xc6\x9f\x61\x7c\x70\x4a\x0b\x7b\x4e\xcb\x7b\x1f\xa5\xe9\x24\x3f\x29\xcc\x39\xfc\xda\x18\xee\x1d\xad\x53\xd7\x35\xab\x42\x40\x75\x9d\x8e\xef\xfb\xa5\x54\x79\x65\x87\x22\x30\x27\x3b\x8d\x45\xc0\x74\x5b\xaa\x05\xb7\x8f\x5e\xb2\x24\x7a\x19\x8b\x71\xc4\x91\xd1\x24\xb0\x07\x19\x79\xe7\xd7\x38\xa0\xfb\x7a\xbe\xda\x47\xf8\x3f\xaf\xf8\x15\xea\x54\xc7\xe8\x7b\xf9\x88\x83\x78\xa6\x15\xba\x14\x15\x6a\x52\xa7\x04\x5a\xa9\x64\x94\xdd\xc9\x59\xa2\x6c\x94\xd7\x20\xa2\x8a\xb6\x83\xb5\x0e\x06\x1b\xfa\x98\xb6\xbd\x6a\xaa\xd8\x16\x5c\x5f\x6c\x8e\x4b\x0d\xcd\x7d\xb6\x86\x36\x28\x34\xb4\x92\x44\x9b\xe7\xca\x2e\x6d\x2c\xd3\x9a\xfb\x37\x70\xa5\x34\x26\x89\xfc\xb7\xb0\x05\xfd\xa0\x68\x3a\xbb\x4b\x03\x19\x99\xed\xf0\x03\x32\x45\x12\x52\x31\x93\x01\xbc\x95\x62\x96\x14\x65\x9c\x4d\x61\x9d\x79\x7c\x37\xf3\xf8\xb3\x99\x27\x9f\xc1\x3c\xf9\x4f\x32\x4f\x3d\x8b\x7b\x6f\xfe\xd7\xef\xa9\x88\x8f\xc4\xff\xa5\xfd\xf4\xf6\x7f\x31\x47\x2a\xab\xf6\xf2\xe2\xfa\x43\x6e\xd5\x56\xa2\x5a\xcc\x14\xca\xbe\x89\x4f\xcf\x66\x50\x20\x78\x2a\x62\xa0\xb1\x18\xdb\x7c\xc5\x97\x67\x1c\x22\x45\xdb\xf6\xbf\x89\x87\x9f\xbe\x45\x26\x12\x9e\xb7\x95\x24\xfa\xf7\xb3\x51\xcb\xc4\xfb\xd9\x1d\x04\x82\x8f\xa2\x71\xee\xa3\xd8\xe5\x73\x58\xf9\x1a\x2a\x3e\xcb\xdd\x7c\x96\xcf\xde\x8f\xd1\x33\xf6\x63\xf4\x8f\x8a\x48\x4d\xf2\x67\xb0\xf3\x77\xa3\xd3\xb4\x31\xf9\xe8\x73\xbb\x3f\xc4\xe4\x17\xfd\xff\x3e\x26\x3f\xf9\xdc\x1e\x74\x30\xf9\x53\xff\xef\x60\xf2\xa3\x6e\x38\xc4\xe4\x57\x13\x77\xe8\x63\xf2\x9b\xbf\x64\x49\x74\x0d\x72\x0e\xf2\x97\x28\x8d\xee\xa2\x38\x52\x0b\x0f\x1d\x96\x85\xd6\xaa\x14\x91\xaa\xe9\xc7\xab\xf3\x7a\x9b\x8f\x57\xe7\x88\x30\x19\x4c\x22\x05\x81\x9a\x49\xf8\x05\x64\x1a\x09\xee\xa1\xc3\x5a\xa1\x55\x94\xa2\x72\x9f\x9c\x47\xfc\x5e\x2b\xb3\xe6\x87\xa5\x7f\x21\x12\x48\xd0\x36\xea\xa1\xf2\xd0\x71\xfe\x69\x1d\xaa\xaa\xf8\x68\xb1\x2a\x3e\x5a\x20\x32\x62\x51\x0c\xe1\xa5\x14\xf3\x48\x63\x8e\xf8\xd8\x38\x0f\x3d\xf4\xc6\x54\x58\xf5\x1a\xcb\x54\x21\x12\xf1\x91\x64\x67\xa1\x87\xce\xf4\x87\x75\x16\x22\x12\xb3\x54\x1d\x86\xd3\x88\x7f\x4c\x42\xa6\xe0\xb5\x36\x6b\x3d\x74\xce\x52\x65\x99\x62\x2b\x2f\xb7\x4c\x45\xde\xfc\x9d\x08\xa3\x51\x94\x0f\xd4\x34\x2c\x0b\xcc\x70\xeb\x2d\xf4\x98\x9b\x2d\xf4\xc8\x75\x8b\x2d\xe3\x36\x0d\xb7\x8d\xba\x14\x1d\x1e\x3a\x2f\xbe\x10\xe1\x26\xc8\xa3\x95\x5c\x44\x92\x4d\x5c\xdb\xd0\xcc\x4b\xc6\x54\xbc\x88\x78\xaa\x58\x1c\x5f\x1b\x85\x57\x13\xc5\xfc\x34\x3d\x58\x79\x21\xca\xc8\xcf\x65\x1c\xa0\x8a\x31\xb8\x79\x8c\x21\x23\xdf\x6f\x54\xf5\xca\x2a\x00\xff\x66\x69\x0c\xa6\x1f\x29\xa3\x71\xc4\x81\x4c\xf2\x48\x49\xa7\x4d\x1e\xa2\x50\x4d\x3c\xd4\xee\xfd\x17\xca\x8c\x0b\x78\x47\x53\x77\x58\x36\x1d\xe4\x4d\x39\x94\x3d\x16\xc1\x92\x0f\x22\xf1\x5c\xa7\x0c\x9d\xe4\x21\x06\xb7\x97\x65\x44\x6e\x6f\x99\x65\x24\xaa\x6a\x4c\x58\x47\x2d\x62\xf0\xd0\x9d\x88\xc3\x22\xf6\x73\x0d\xf1\x28\x0f\x06\xb5\x52\xc5\xa4\xca\xc3\x3f\xbf\x68\x13\x8c\xab\xc3\x58\x81\xe4\x4c\x41\x5a\xc2\xe4\xc1\x0b\x34\x96\xb0\xa8\x42\x38\x45\x20\xc5\x74\xc7\xd6\x07\x52\xab\x3c\xa8\x44\x6c\x0a\x5a\x78\x46\x23\x1b\xa5\x4a\x46\x7c\x8c\x7c\x5f\x53\x44\x8c\x2c\xa0\xc6\x46\xc5\x5b\x1d\x85\x2b\x4b\xb2\xf0\x9d\x69\x29\xb3\x88\x61\x97\xbb\x21\xa9\xb9\xd9\xca\xa6\xf3\x7c\x66\x1e\x9a\x42\x18\xcd\xa6\x35\x63\xbb\xe8\xda\x98\x56\x5a\xf8\x0b\x68\x98\x4d\x05\xea\x9f\xf4\xa9\xc1\x09\xe4\xae\x4e\x55\x1e\x26\x7f\x9a\x62\xbc\x9a\x62\xdd\xd4\x2a\xda\x7c\x34\x6e\x7d\x2d\xd4\x38\x26\x8a\x06\x2c\x8e\xf3\x9f\x80\xb3\x66\xcb\x5f\xf2\x4e\xf2\x58\x26\x92\xc0\x43\x90\xa5\xf5\xbe\x71\x9c\x19\x14\xe5\x40\x28\x70\x25\x23\x48\xed\xdf\xf0\x41\x71\x2a\xe9\x7a\x9a\x68\xd3\x9a\x86\xa0\x58\x14\x5f\x32\x0e\xb1\x11\x76\x31\xe4\xa7\x14\xba\x98\x83\x9c\x47\xf0\x50\xc9\x6f\xe7\x85\x5f\x83\x8b\x14\x4c\x69\x0c\x7c\xac\x26\xaf\x36\x58\x52\x91\xf8\x64\x07\x23\xb6\x3b\x3e\x9e\x70\x26\x55\x18\x79\x0d\xa3\xa2\xd3\xe6\xe9\x4b\xd4\x3a\x81\x0b\x0c\x29\x14\x08\xbc\x08\x0a\xa2\xc1\x8d\x7b\x9b\x11\xa5\xcf\x9e\x6d\xfe\x89\xad\x1d\x1e\x4a\xc9\x16\xb6\x2a\xe6\x8d\xe9\x28\x8a\x63\x1b\x79\x08\xff\xad\x81\x3c\x67\x14\xf2\x89\x69\xd7\x0f\xca\x5d\xbd\x31\xa8\x79\x7a\x5e\xf8\x50\xe3\xe2\x8d\xba\x71\x6e\x6f\xf7\xf6\x36\xcb\xa8\x12\xd7\x66\x33\xda\xb8\x98\xf2\x7f\x3b\xaf\x36\x9b\x79\xe8\x23\x0f\x61\x14\x71\x08\x51\x46\x78\x3e\x97\xdd\xfe\x94\x5d\x5c\xfe\xb5\x36\xdd\xef\x49\x3a\x89\xa6\x53\x90\xaf\x63\x30\x47\xbd\x07\xd0\x10\x9a\x7a\xb7\x3c\x97\xe6\x75\xc4\x3f\x6f\x20\x56\xd0\x10\xb1\x39\x2f\x6e\x0b\x1d\x0a\xbd\x17\x21\xa4\xc8\x33\xf6\xf0\xb6\x50\x45\xba\x7b\xbd\xdf\x6c\x91\x3c\x95\xa8\x79\xcc\x83\xe8\x9b\xbe\x5e\x9b\xd7\x77\x59\xe1\xb2\xc0\x35\xbf\x1c\x2f\xfd\x72\xdc\x98\xc3\xcf\xf2\x28\xfe\xd5\x8d\x65\xa6\x6d\xe5\xa2\x61\x33\x54\xf1\x1c\xa8\xf6\xd3\x60\x72\x07\x58\x07\x55\xce\xac\x2c\xbb\xc5\x84\x67\x76\x4a\x8f\xc5\x34\x11\x1c\xb8\xc2\x24\xa8\xce\x92\x9c\x67\x6e\xaf\xd7\x3c\xfa\x90\xeb\x98\xf0\x7a\xac\xb5\xab\xe5\x83\x56\xbf\xae\x13\x16\x80\x87\xb8\x90\x53\x16\x23\x5d\x03\xa7\xf9\xe9\x8a\x22\x3e\x01\x19\x29\x94\x91\xb1\x14\xb3\xe4\x58\x70\x05\x5c\xad\x65\x03\x20\x83\x31\x23\xb1\x3e\xa5\x35\xde\xd4\xbb\x59\xe6\xda\x47\x25\x23\x89\x91\xca\xa2\xfa\x69\x6c\xaf\xef\x56\xbf\xa3\x40\xab\x1d\x1f\x26\x51\x7a\x79\x8c\xb2\xdb\xec\x96\x84\xd5\x4c\x94\x49\x13\xd0\x9d\x90\xd8\xe4\x10\xb4\xdb\x3d\x33\x87\xa0\x1c\x4e\x31\x43\x93\x61\xd0\x59\x3b\xeb\x7b\x19\x29\x7c\x9d\x5a\xb3\x59\x7e\x9e\xa5\x2a\x1a\x2d\xca\x99\xd4\x4f\xf1\x2c\x23\xb3\xaa\xd3\x5d\x07\x7d\x0c\x8f\x6f\xa5\x78\xf0\xda\xa5\x06\xd2\x1d\x92\xb5\xee\x1b\xc4\x31\xaa\xc6\xe7\x0a\x6d\x01\x84\x5c\xc7\xf9\x2f\x54\xec\xab\x6e\x35\x62\xad\x81\x74\xd7\x54\x15\x87\xa4\xf3\xb1\xb7\xd4\x92\xd4\x43\xdf\x41\xa7\xdd\x6e\x8f\x50\x96\x65\xe4\x0e\x9a\xba\x55\xad\xc3\xd5\x91\x3a\x31\x5a\x43\x61\x5e\x6f\x8b\xa3\xdf\xdc\xe2\x55\x1e\x04\xcb\xcf\xd0\xb6\x36\x66\xe4\x8d\x73\x4b\x84\x2f\x6f\xdc\x5b\x12\xec\x8e\xc0\x4f\x1a\xb0\x81\x86\x4d\xfc\x89\x86\x9d\xfa\x13\x0d\xfb\xd8\x80\x35\x89\x19\x39\xe4\x78\x57\x3a\xc3\xbc\x81\x72\xac\x51\x2e\xfc\xb9\x46\x79\xec\xcf\x35\xca\xeb\x8d\xb4\x84\xfb\x06\xc8\xb5\x06\x79\xf0\xef\xf3\xa4\x8a\x7b\x0d\x72\x56\x4b\xaa\x78\x5f\x4f\xaa\xb8\xda\x36\x0a\x8d\xf2\xbc\x81\xf2\x4a\xa3\xbc\xf4\xcf\x35\xca\x13\xff\x5c\xa3\x3c\xda\x3a\xfe\x6a\xc5\xe3\x55\x5a\x8a\xc1\x70\xa4\x31\x7c\xf1\x4f\x35\x86\x77\xfe\xe9\x7a\x5a\xc2\xb6\x5c\x81\x68\x64\x97\xa7\x51\x11\x26\x3f\x2e\xc4\x5d\xce\xd1\x8d\xf2\xca\x27\x78\x16\x1e\x20\xe4\xfb\xfe\x62\x6f\x0f\x9d\x5c\xbc\x7f\x8d\x8c\xdb\xba\xca\x7c\x39\x9c\xb3\x28\x66\x77\x31\xec\xed\x21\xf4\xc2\x57\x7b\x7b\xf6\xb1\x8d\xde\xbc\xfe\x70\x7c\x7a\xf6\xfe\x2d\xc2\x64\x5a\xf0\xe8\x0f\x7b\xa3\x6b\xaa\x26\xc0\x9b\x16\x7d\x2e\xfc\xdb\x8e\x63\xc4\x73\x2e\xa6\xeb\x11\xb9\x2a\x20\x57\x7a\xce\xf1\x2b\x9b\xfb\x60\x62\xfb\x44\xd8\x1c\x93\xc7\xbd\xbd\xc7\xb2\xa3\xda\xa7\x66\x93\x21\xac\xbd\xd4\xa7\xa9\xc7\x33\x4c\x4e\xec\x17\x0e\xc6\xde\xd4\x06\x4c\x8e\x6d\x73\x18\x19\x8b\xf9\x26\x22\x0b\x72\x7c\xfb\xf5\x0c\x8c\xbf\x49\xd5\x9c\x5c\xca\xf7\x17\xaf\xec\x33\xbb\x1a\x8f\x2d\xcc\x56\x3a\x36\x2b\xf8\xc4\xac\xa0\x33\x5b\x0f\x0d\xe2\x14\x2c\x53\xa0\x07\x59\x1e\x62\x9b\xbd\xd4\x8f\x30\x55\x12\x4c\xd5\xfa\xbe\xc5\xdb\x53\x01\x3e\x9b\x50\x50\x1e\xdd\x7f\xc8\x23\x50\x77\x94\xd1\x60\x96\x2a\x31\xdd\x1e\x6f\x7d\x6f\xd2\x29\x04\x37\xe1\x54\x1b\x93\xcd\xb1\x4f\xcb\x48\x6c\x94\x1e\xc5\x22\xb8\x8f\xf8\xd8\x7b\xe1\x92\xe2\x74\x0a\x81\x04\x1a\x74\x57\x7c\x56\xf0\x2b\xa3\x7f\x9f\xe6\x69\x7a\x6b\xea\xb7\xda\x3e\x8f\x0f\xf4\x8d\x64\x63\xad\x73\x7c\x25\x24\x5b\x0c\x62\x06\xe4\xd9\x87\xf8\xd3\xc1\xb4\x8b\x1a\xd6\xcf\x40\x56\x19\x92\x22\x01\x9e\x4e\xa2\x91\x6a\xa5\xf3\x31\xda\x88\x9e\xa6\x5b\x71\xaf\xa7\x3a\xac\x67\x18\xbc\x03\x6a\x32\x33\x3e\xc0\xa3\xda\xd4\x6e\x9e\xbd\x30\xb6\xe8\x36\xdb\x3b\x4b\x67\x77\x5b\xfa\x43\x05\x76\x54\x0b\x8e\x3d\x6d\x8a\x7c\x43\x24\x3b\xf9\x1f\x4b\x15\x98\x3e\x33\x53\xa0\xe0\xea\x1d\x6c\x50\x3a\xa9\x91\x35\x29\xc9\x9a\x34\x12\x06\xfe\xae\xea\xf8\xf4\xaa\xfb\x3d\x8f\x60\x9e\x47\xfc\x7e\x2d\x40\x6b\x34\x75\x95\xcb\x66\x3f\xe7\xf4\xde\xde\x3b\xbb\x08\xef\x64\xf5\x58\x6f\x1e\x37\xb5\x98\xa5\xd8\x9d\xa5\x84\x95\x6b\x53\xc5\xac\x03\xc8\xd5\xb6\xd4\x8b\x61\x4b\xe8\xff\xb5\x51\xb8\x8b\x58\x7a\x1e\x8c\xfe\xc6\x1c\x05\x01\x24\x17\xd0\x11\x29\x14\x72\x6f\x7d\x15\x93\x28\x3d\x61\x8a\x9d\x0b\x16\x42\xe8\x5d\x92\x4d\xb3\xda\xfb\x52\x8f\x34\x1b\x77\x42\x02\xc6\x75\xd9\xc5\x64\x6a\xbe\x3a\x43\x4c\x2e\xf2\xaf\x1e\x26\x23\xfd\xd5\x69\x63\xf2\x08\x26\xb9\x1a\x93\x71\xfe\xd1\xc3\x64\x0e\x5f\xcd\x09\xad\x89\xfb\x2a\x23\x54\x9f\x4a\x2b\x89\xbb\x52\x8c\xea\x47\x7c\xa1\xda\xa2\x4a\xfd\x44\x5a\x95\xdf\x9d\x39\x1a\xe7\x99\xa3\xe1\x6e\x1d\x6a\xd6\x80\x0d\x35\xec\x67\x7f\xa6\x61\xef\xfc\x99\x86\x9d\x6c\x55\x35\xcc\xc1\x8e\x57\x99\xa7\x06\x7a\xa2\xa1\x2f\xfc\x44\x43\x8f\xfc\xe4\x29\x0d\x6c\x4d\x0c\xef\x3c\x30\x8d\x26\x71\xb1\xb7\x67\x8f\x1a\x3a\xc2\x27\x5b\x95\x3c\x26\x7c\x9b\x5a\x10\x8d\xec\xbf\xa2\x13\x94\xfc\xe0\xf0\x60\x1d\xc5\xe2\xce\xbe\xd1\xbc\x30\x01\xfd\xca\xa9\xae\x2d\x1e\xff\xe3\xd5\x39\xcd\x3d\xbe\xf9\xc8\x3f\x5e\x9d\xdb\xaa\xa6\xc5\x8e\x81\x26\x4c\xa6\x80\x6d\x28\xf2\xd0\xd2\x1b\x54\x30\xab\x15\x46\x69\x22\xd2\xc8\xb8\x48\x6f\xb1\x6e\xc8\xa6\xa0\x40\xa6\x74\x14\xc5\xa0\x59\x7b\x10\xe7\x89\xea\x9a\xb5\x3c\xf7\xa2\xca\xac\x38\xc7\xef\x6c\xc0\x07\xa3\x92\xf4\x46\xf5\xc0\xe4\xe6\x82\x7c\x26\x82\x70\xa2\xd6\xb4\x8f\x73\xb6\x10\x33\xb5\x8d\xa4\x82\x16\x3d\xec\xed\x35\x55\x1f\x7b\xa5\xfb\x98\x28\x50\xd5\x90\xac\x2a\x42\xf1\xc0\x63\xc1\x42\x5f\x18\x81\x50\xab\x09\xb4\x1c\xb1\x31\xd1\x14\x92\x30\x17\xf7\x35\x0a\x55\x98\x30\xa9\x3e\x7d\x84\xcc\x04\xc4\xed\xfa\xd6\x7f\xce\x61\x3c\x35\xa7\x42\xb9\x09\x4e\x8a\x51\x59\x3f\x55\x71\x98\xdd\xd9\x4f\x6b\xe9\x2b\xb5\x4b\x09\xa7\x4c\x86\x27\x32\x9a\xe7\x61\x6d\x94\xad\x52\x39\x56\x6b\x4f\x2f\x47\x82\xb4\x14\x6c\x99\x34\x12\xb4\xa3\xf7\x2d\x99\x2f\x65\x0c\x45\xab\x3a\xd9\xe6\xf1\xc9\x50\xe9\x0f\x5a\x5d\x50\xe0\x82\x03\xca\x88\x84\x91\xf7\x48\xf2\xc4\xbc\xef\xea\x39\x72\x61\x8c\x6a\xd9\x25\x73\x68\xa6\x97\xac\xa2\x52\x77\xe6\x88\xca\xd3\x4c\x16\xbb\x6d\x37\x72\x0c\x9b\x97\x26\xa4\x88\x3f\x49\x96\x24\x3b\x6e\x4e\xe8\x3a\x0f\x99\x0b\x13\x19\x19\xcd\xe2\xf8\x93\x31\x2c\x0b\x1f\x40\x6e\x6c\x66\x44\x2f\xf0\xb3\x40\xf0\xb3\xe9\xd8\x5b\xae\xe5\x50\x4d\xa3\x30\x8c\x01\x91\x29\x7b\x2c\x6d\xff\xb6\x93\x67\xe6\x3f\x7e\x2a\xdc\x4a\xb9\xe3\x20\xdf\x51\x1a\x4f\x65\xcd\xba\xc3\xba\x01\xeb\x66\x46\x83\x3a\x5e\xdd\xf5\x28\x7d\xff\xad\x3c\x2e\xa0\xd1\x96\xc6\x73\x3b\xb7\xe2\xa5\x88\xf3\x13\xbc\x06\x55\xb7\xaa\x9d\x8c\xe8\xf3\x25\x3d\x16\xb3\x9a\xbd\x9f\x3b\x33\xac\xdc\xfd\x80\xc9\xf5\xba\x1f\xbd\x00\xcd\xc8\x7d\xd3\xa1\x1f\x7d\x01\x6f\xcd\x4c\x6f\x57\x36\xb8\x01\x78\x00\x7f\x99\x4f\xb4\x22\x7b\xed\xca\x42\xcb\xed\xe7\x1e\x8f\xc3\xbf\xef\xee\x36\x21\xd3\x83\x6d\xde\x6e\x5b\xfa\x4d\x87\x37\xa6\x7f\xa4\xe9\xe4\x9d\x08\x59\xec\xe7\xc2\x93\x48\xfa\x47\x99\x2e\xa5\x55\x96\xb5\x1c\x62\xb9\x66\x3f\xa5\x9e\x7a\x25\x6b\xde\x49\x23\xf3\x14\xc8\xa6\xd8\xae\x22\x8a\xab\x83\x90\x2a\x71\x2e\x1e\x40\x1e\x33\x6d\x2e\xd0\x88\x87\xf0\x78\x31\xb2\x15\xfe\xef\x96\x9b\x61\xec\x35\x90\x6a\x45\x32\x1f\x97\xb9\xc9\x63\xb6\xa0\xbf\xed\x2a\x86\x34\x92\x1f\xcc\x3d\xac\xfc\xd6\x4f\x4a\x98\xcf\x73\x2c\x24\xf5\x23\x9a\xc6\x51\x60\xec\x13\xff\xc9\xa1\x2a\x7a\x0f\x0b\x63\xe1\xde\xc3\x22\xc3\xf8\xc6\xb9\x3d\x30\xc7\xfe\x6b\x16\x4c\x9a\x10\xe0\xfb\xbe\x78\x65\x0b\x1a\xa5\xd7\x42\x2a\x08\x4f\x20\x0d\x80\x6b\xc6\xfb\x2f\xb6\x95\x92\x55\xa1\xff\xc2\xc1\x9e\x0d\xb5\xdf\x2e\x81\xad\x88\x1c\x2d\x0a\x48\x9d\xfc\xc5\xfc\xbc\x34\x5f\xc7\x1e\x2b\xa8\x54\x31\x14\x68\xf9\x79\x05\x23\xb3\x70\xa2\xe2\x5e\x16\xd2\xbb\xa9\x0c\xe7\x21\x32\x8a\x20\x0e\xdf\x17\x3f\xa6\x11\xcf\x77\x67\xbb\x4b\xa2\xf4\x4a\x3c\x14\x16\xd7\x0b\x37\x4f\xd1\x2f\x63\x45\x24\x4a\x2f\x59\xa8\x35\xaf\x17\xee\x6a\x4b\xb7\xbb\x95\xa5\xb6\x45\x46\x6e\x71\x4e\x3e\x99\x86\x59\x5e\x85\x5a\x19\x1f\xc7\x40\x1b\x92\x60\x97\xfa\x88\xa2\xe9\x58\x0b\x5e\x19\x78\xe8\xe5\x88\xcd\x35\x90\x86\x5c\xc3\xb5\x92\x3c\x84\xc5\xb9\xda\x95\xe1\xac\xb8\x8d\x86\xb8\x09\x74\xd6\x83\x9e\x35\x4a\xe5\x95\x15\xb5\x5c\xc7\x59\x79\xf2\x5c\xa7\x49\x3a\xf3\x13\xd2\xe8\x8b\x3e\x76\xf2\x9f\x39\x87\xeb\xdf\x2b\x6e\x1b\xb3\x58\x48\x75\x58\x16\xd4\x8c\x90\xbc\xad\x75\xa8\x35\xf3\xdf\x91\x69\xb6\x02\xdc\x6c\xf7\xbb\x6e\x77\x68\xce\xad\xd5\xd6\xf1\xd6\xf7\xd2\x1a\x67\x37\x39\xb8\x11\x44\x2b\x1d\xec\x50\xcf\x99\xdc\x64\x78\xde\x51\xae\xae\x9f\xf1\x91\xa8\x2c\x13\x1b\xea\xb6\x21\x14\xa6\x67\x56\x5b\x54\x4e\xc9\x85\x7a\x9e\x5a\xc9\x8d\xeb\x46\x59\x8d\x2b\xcd\xc6\xff\x91\xdc\xd9\x42\xa2\x79\x19\x5b\xcf\xa9\x53\x85\xda\x6b\x84\xa9\x9a\x54\x34\xe9\xd5\x48\xd2\xf9\x4f\xa3\x48\x91\xbe\x71\x62\x72\x10\x72\xaa\x98\x34\x0e\x7d\x48\xe6\x85\x35\xda\x54\x29\x20\xbb\x56\x4c\xef\x3f\x8d\x3c\x55\xf2\x06\x84\x47\x8b\x92\x40\x97\xab\xc2\x3c\xd7\x65\x45\xa1\xb5\xf6\xff\x47\xa8\x94\xaa\xda\xf2\x29\xf2\x59\xb6\x11\xa5\xcc\x80\xf9\x4f\x21\xcc\x73\xe5\x7f\x5a\x44\x58\x57\x26\x99\x09\x54\x37\x89\x42\x80\xee\x48\x9a\xda\xdb\x43\x56\xcb\x42\x3f\xec\x6c\xa0\x2d\xa0\xaf\x73\x49\x1f\xed\x69\xc9\xa5\x43\x33\xde\xb4\xc1\xa7\xa2\x41\xc5\x9b\xfd\xf6\x4e\xd6\xec\xd6\x71\x9c\x2d\x54\xd9\x1e\xfc\x7e\xd6\x05\x93\xbf\xa2\xd9\xac\x19\xba\x4d\x1b\xd9\xdc\xcc\xb8\x2a\xd4\x6a\xeb\xec\x04\xed\xd2\x88\x76\xdb\xc7\xc5\xa5\xfd\xa6\xf5\xbb\x89\xf7\x6b\xa7\xbc\x48\x16\x65\xfb\xb3\x13\x5b\xe5\xb7\x3c\xc8\x53\x63\xbf\x94\x62\x0a\x6a\x02\xb3\xf4\x1b\x46\x7d\x74\x76\xc2\xd2\x89\xb9\x65\xb2\x31\xf8\x3a\x62\x63\x5e\xd7\x83\x1e\x3f\xa0\x97\xc9\xaa\xfe\xab\x83\xbc\xbe\x3e\xfd\x26\x9a\x9a\x2b\x48\x7a\x20\x89\xda\x18\x9f\xc1\xf9\x15\x7a\x5e\x5f\x9f\xe6\x9a\xd2\x76\x4a\xce\x81\x2c\x57\x73\x6a\x4c\x90\x54\xce\x47\xaf\xe6\x88\x2c\x22\xfc\xb7\x07\x55\x27\x46\xbc\xf9\x85\x19\xd7\xb0\xb7\x48\x69\x5b\x44\xc4\x5c\x64\x31\x81\xa0\x17\x6e\x46\xe4\xdf\xcd\x90\x2a\xec\x33\xe3\x22\x2d\xec\x33\xee\x43\xde\xeb\x53\xb9\x1e\xcf\x0e\x85\x1c\x03\x6d\x7a\x37\x9e\xbc\x04\x97\xc4\x2c\x80\x89\x88\xf5\xb6\x46\x6f\x8c\x39\x68\x09\x6e\xc9\xb5\x75\x9f\x5f\x1e\x32\xe3\x6f\x18\xc7\xdb\xfc\xf9\xb9\x44\x6c\x6c\xeb\xca\xcd\x50\xdb\xd3\xe8\x7a\x22\x1e\x22\x3e\xb6\x10\xe1\x45\xa2\x0f\x41\x96\x69\xba\xe5\xf2\xd6\x85\xd1\xb3\x73\x4e\xf1\x8a\x3b\xaa\x78\x8f\x21\x12\xfc\x9d\x08\xc1\x1b\x01\xbd\xa3\x5c\x70\x20\x63\x50\x3f\xc1\xa2\x18\x71\xfe\x83\xa4\x79\x59\xee\x7c\x22\xb1\x71\x24\x1a\xb0\x47\xa0\x40\x47\xd1\x23\x84\xc7\x05\x4b\xa2\x34\x17\x88\xa5\x1b\xdd\x48\xbf\x33\x05\xd3\x33\x3e\x17\xf7\x10\x56\xa4\xa8\x95\x95\x11\x82\x07\x28\x56\x5a\x21\x9e\x8b\xee\x37\x56\x45\xdd\x2d\xa0\x6d\xec\xaa\xfd\x6a\xe9\x6f\x83\xc9\xfd\x1f\x79\xff\xa5\x79\x7b\xa0\xf6\xf6\xd4\xca\xe1\x59\x7d\xd2\xe2\xc6\xbd\x5d\x77\x3c\xe0\x7a\x4f\x4d\xa1\xb5\xad\xbf\xa7\x2f\xb5\xed\x46\xbc\xc5\xe6\xd9\x86\xbe\x96\x77\x94\x82\x3a\x6e\xc4\x37\xcc\x03\x00\x2b\x94\x35\x5a\x6f\xc3\xc4\x62\x90\xca\x46\xba\x95\x15\x15\x6c\x5a\x3d\x53\xd2\x18\x28\xde\x96\xe7\xb3\x72\x22\x9d\xad\x12\x3c\x76\xa5\x77\xf0\xe6\x1b\x09\xe6\x89\x04\x9f\x9b\x07\x12\x7c\x7e\xe3\xde\x12\xb1\x3b\x34\x11\x34\x60\x45\x1e\x9a\x08\xf2\xd0\x44\xb0\x19\x9a\xa8\xa5\x77\x24\xbb\xd2\x3b\xa6\x0d\x94\x49\x1e\xaf\x98\xe6\xf1\x8a\x69\x1e\xaf\x68\x44\x11\x6c\xc0\x64\xb2\xb7\x37\x59\xad\x99\xc9\x8e\xfc\x80\xd4\xd3\x66\xe9\x57\xd3\x2a\xca\x78\xc6\x57\x32\x23\xd6\xc2\x1d\xef\xec\x6d\x31\x8e\xbf\x94\xf4\xf0\x68\xe7\x39\x0f\xd8\xbb\xd3\x93\xda\x88\x23\x48\x72\x41\x46\x64\xdb\x68\x8a\x57\x02\xc6\x7e\x25\xbc\x47\x12\xd2\x09\xaa\xee\x3d\x16\x3f\xb7\x1e\x6f\x65\x6d\xb6\xed\x14\x7b\x34\x4b\xa4\xf0\x87\xdf\x7e\x93\x54\x2f\xee\xf2\x7f\x2d\xc2\x5d\x46\x9c\xb7\xdc\xed\xdf\x8a\x62\x47\xdc\xda\xdc\x79\xb7\xae\x20\xb4\x4e\x99\xb2\xaa\x6b\xef\x9b\x48\xa7\x35\x31\x3c\xae\xc7\x4c\x3f\xa6\x60\xc5\x30\x52\x16\xe3\xa1\x25\xa3\xf1\x44\x59\x4c\x4a\xf1\x60\xdd\xc3\x22\xd5\x4a\x77\x21\x46\xc0\xba\x03\xf5\x00\xc0\xcb\x2b\xce\xe9\x9a\x0a\xb8\xdd\x73\x5d\xca\xd6\xeb\xcd\xf0\xfc\xeb\x5a\xa2\xc1\xbd\xae\xfe\xfc\x3f\x16\x20\xbf\xfb\x6b\x01\xf2\xc5\x66\x80\xfc\x73\x6d\x31\x7f\x2e\x17\xf3\xe7\xe6\x8d\xfa\xe6\xe0\x0f\xa1\xa4\xb7\x34\xe1\x92\x09\xa9\xf9\x34\x3d\xe3\xe1\x3c\x12\x8f\x64\x43\x76\xea\xaa\xf5\xb2\xa7\xf4\x22\xbd\x15\x3e\x80\xbf\xcc\xc8\x7b\xf0\x9b\xd7\x8e\x9d\x8c\x5c\x3d\x11\x5b\x39\x2f\xeb\x6e\x1a\xb1\x91\x9a\xef\xff\x36\x23\x97\x8d\x68\x41\xf1\x7a\x53\xdf\x71\xb2\x8c\x9c\xac\xe0\x4b\x90\xb6\x81\x39\x5a\x8f\x3d\x98\xac\x48\xcb\xed\xd5\x83\x1d\x1a\xc3\x29\xe4\x4f\x70\x95\x6f\x1a\x09\x1a\x52\x93\x85\x99\x65\xe4\x35\xf8\xcb\x14\xa6\x8c\xab\x28\x38\xd6\xb5\xa9\xb7\xbc\x13\xe1\xe2\x88\x05\xf7\x63\x29\x66\x3c\x34\xcd\xeb\x6f\x57\x99\x87\xa2\x34\x33\x1a\x88\xbe\x80\xbf\xac\x27\x3d\x56\x03\xa8\x27\x77\x76\x9d\xd5\xab\x55\x6e\xaf\x91\xc4\xe8\xf6\xc8\x7a\x9e\x64\x91\xff\xb8\xe5\xed\xab\x2c\x23\xef\xd6\x42\x56\xd5\xbe\x5d\x27\xe1\xaa\xc7\x76\xb7\x3e\x96\x4e\x3b\x23\xf5\xfd\x5e\x52\x07\x7d\xd7\xef\xea\x7f\xb5\x07\xb6\xdc\x76\x1d\xd0\xed\x16\x71\x1c\xcf\xc9\x32\x7c\x50\x8d\xe2\x0c\xdb\x86\xcc\xa9\xb7\x5c\xcb\xe2\x59\x8f\x62\x22\x5d\x48\x96\x8f\xd3\x98\xa7\xf9\x93\x1b\xde\xcb\x97\x0f\x0f\x0f\xf4\xa1\x43\x85\x1c\xbf\x6c\x3b\x8e\xf3\xd2\xb4\x69\xac\x98\x66\x22\xe7\x3c\x82\x87\x23\xf1\xe8\x21\xc7\x72\xac\x7e\xd7\xd2\x23\xde\xfd\x84\xc8\x18\x3d\x21\x4d\x13\xa6\x26\x88\x2c\x43\x0f\xbd\x73\x07\xb4\xdb\xee\x5a\xed\x01\x75\x7b\xc3\xf3\x01\x1d\x5a\x1d\x87\xf6\xfb\xdd\x80\xba\xed\x8e\xe5\xd2\x5e\xb7\x47\xbb\x56\x87\x3a\x03\x3a\xe8\x77\xad\x2e\xed\xf5\xfb\xf1\x3e\x75\x7b\xad\x0e\xed\x74\x3a\x41\x8b\xb6\xf7\x07\x2d\xdd\x6e\xd0\xa2\x5d\xa7\xd3\xea\x50\xb7\xdb\x6e\xd1\xf6\xb0\xd5\xa5\x83\xee\xbb\xbe\x63\xb9\x7d\xda\x73\xba\x41\x8b\xf6\x07\xed\x96\x4b\x3b\xc3\x7e\xcb\xa5\xdd\x5e\xab\x4d\x07\xed\x7e\xab\x4d\x3b\x1a\xd7\xfe\x70\x18\xb7\xf6\x69\xbf\xd3\xb6\x3a\xb4\xe7\xf4\x03\x97\xba\x6d\xcb\xa5\x6e\x77\x60\xb5\xa9\xd3\xb7\xda\xb4\xdb\xe9\x59\x6d\x3a\xec\x58\x1d\x3a\x74\x3b\x5f\xb6\x88\xf8\xda\xbc\x3a\x43\x3a\x74\xda\x96\xdb\xa1\x83\x41\x3f\x68\x53\xc7\xe9\xd2\xfd\x4e\xcf\xea\xd0\x41\xd7\x6a\xd3\xb6\x6b\xf5\x68\xdb\xd1\x33\x1b\x38\x83\x58\x77\xac\x87\xde\x73\xfa\xac\x3d\xa0\x9d\xa1\x95\xff\xd5\xa4\x76\x5a\xae\x43\x07\xbd\x7e\x6b\x48\xf7\x7b\x41\xcb\x60\x6c\xf5\x69\xb7\xdd\xea\x38\xd4\xdd\x1f\xb6\x68\x57\x7f\xf7\x69\xdf\x74\xd7\x69\x6f\x43\xd1\xa6\xdd\xe1\x30\x1f\x8d\x6b\x7a\xeb\x9a\xde\x7a\x01\x75\x35\x09\x9c\xe1\x80\xf6\x07\xad\x2e\x75\x87\x96\x4b\xfb\x4e\xa7\xd5\xa7\xee\x50\x93\xdb\x1d\x74\x74\xc7\xdd\x81\xe5\x76\xe9\xb0\xdb\x6d\xb9\x86\x04\xed\x0e\x1d\xec\xb7\x86\xb4\xdf\x1b\xa2\xcd\x27\x2d\x9a\xa4\xd0\xdc\xea\x58\x9d\x1e\x75\xdc\x73\xc7\xea\x0c\x69\xa7\xdb\x0e\xe8\x50\xcf\xbd\xd3\xd1\xd4\xed\x58\x9a\x43\x43\xab\x4b\x3b\x4e\xd7\xda\xa7\x9d\x8e\x1e\xa2\xdb\xd6\x43\x64\xee\x80\xee\xef\x5b\xf9\x5f\x3d\x17\x57\xf3\xb5\xdf\x69\xed\x53\xb7\xdf\x7d\x9a\x07\xdd\x7d\xea\x0c\xba\x56\x47\xf3\x5c\xe3\xe9\x77\xad\xfc\x6f\x8e\xc7\xa5\x7d\xb7\x6f\xe9\x89\xf6\x83\x96\x99\xa9\x65\x66\xda\x32\x33\xed\x58\x66\xa6\x2d\x33\x53\x4b\xcf\x74\xa0\x71\x0c\x5c\x2b\xff\x9b\xe3\xe8\xd1\xb6\x59\x8a\x03\xb3\x78\x5c\xb3\x78\x82\x36\xed\xf7\xdb\x86\xd3\x5d\xab\x4f\xdb\xfb\x7a\x7e\xc3\x41\xd7\xd2\x7c\xec\x0e\x75\x27\xbd\x4e\xce\x0b\x4b\xf3\xd1\x32\x7c\xec\xd3\x6e\xd7\xd2\x5c\x74\x87\x2d\xc3\xc6\xa1\x66\x63\xdb\xb0\xb1\x5d\xb0\x51\x2f\xc2\xc1\xbe\x59\x02\xfd\x5e\xde\xa3\xd5\xa1\xdd\xfd\xe1\x57\x16\x63\xcf\xa5\xdd\x6e\xcf\x72\x35\x80\x59\xe6\x86\x21\xb4\xd3\x69\x07\x2e\x1d\xe8\xdd\xd5\xd5\x0b\xbc\xe7\x18\x4e\xf4\x3a\x7a\x81\x9a\xe1\x3a\xc3\x8a\x13\xdd\xfd\x81\xde\x6c\x03\x3d\xdb\x6e\xaf\xe5\x52\x77\xbf\xd7\xea\xd3\xa1\x3b\xd0\x1b\xa9\xb5\x4f\xf7\xdd\x5e\x91\x24\x90\xe5\x9a\xdc\x1f\xb0\xf3\x8e\x6d\x23\xd7\x68\x75\xb1\x0f\x99\x13\x51\xff\x5f\xbe\xd4\xa3\x55\x80\x59\x0a\xb2\x88\x0c\x66\xb8\xba\xd1\x94\xab\xd6\xe6\x31\x34\xee\x2b\xad\x5a\x4b\x5f\x69\xd5\x3a\xda\xad\xe9\x8b\x06\x6c\xa4\x61\x1f\x7d\xa1\x61\xc7\xbe\xd0\xb0\xf3\x8d\xac\xeb\x45\x03\x64\x4e\xcc\x93\x95\x0b\x0d\x72\xed\x2f\x34\xc8\xbd\x7f\x5d\x65\x5d\x3f\xe4\xdf\x79\xd6\xf5\xe1\x2e\xe3\xe0\xac\x81\xf2\x90\x98\x97\x2c\xcf\x34\xca\x2b\xff\x4c\xa3\x3c\xdf\x3d\x83\xcb\x06\xec\xb9\x86\x3d\xf1\x2f\x35\xec\x91\x7f\xa9\x61\xb7\x3e\xa0\x77\x02\xcf\x78\x40\xef\xd3\x2e\x2b\xe7\xf7\xcd\x0a\x84\xf0\xf3\x4c\x90\xf7\x7b\x7b\xf6\x55\xc3\xc6\x78\xf3\xf7\x6d\x0c\x5b\x96\x46\x06\xf9\xbd\x34\x93\x8a\x54\x6b\xa3\x46\x61\x6f\xac\x6d\x8f\xab\x75\xdb\xe3\x3d\x79\x24\xbc\x30\x33\x3e\x36\x26\x75\xcc\xe2\xf8\x8e\x05\xf7\xcd\x19\x7c\x5b\x0a\xef\x53\x5e\xb8\xb7\xb1\xb8\x63\xf1\x7b\x36\xcf\x55\xd5\x9a\xb9\xf2\x90\x27\xd7\x90\x9b\x87\x5d\x39\xd0\x7f\x35\x77\xf8\x1c\x48\xf1\x6a\xcd\x87\x7a\x16\x71\xe1\xef\x2d\xdf\x19\xdd\xe9\xd5\x2d\x52\xae\xcf\xb5\x0a\x50\xaa\xe0\x2f\x9c\x52\x97\xfe\x02\xab\x2c\xec\x74\xca\xe2\xf8\x4d\xf4\x08\xe1\x7b\x60\xb2\x7c\x84\xed\xb8\xa6\xba\x3f\x3c\x2f\x95\xfa\x7d\xa5\xce\x95\x2a\xd9\xc7\x9d\xe1\xf4\xc6\x13\x65\x48\xc2\x38\x12\x3c\xb5\xc6\xc2\x9a\x80\x84\x6d\x4e\xd4\x89\x79\xc6\x47\xab\x95\xde\xeb\xaf\x5c\x48\x2c\x33\x41\x0b\xf2\xbd\xdf\x4a\x3e\xa3\x2a\xee\x70\xa2\x37\x3d\xed\xe5\x83\x6e\xbb\xaf\x85\xfd\xd5\xa7\x90\x9e\xb5\xa2\xee\xcb\x8e\x4f\xb7\x25\xc6\x3e\x33\xef\x35\x6d\xde\x96\xbd\xac\xcf\x01\x1d\x5e\x5d\x58\x97\xe6\x95\xb5\xdc\x69\x58\xc8\xf1\x57\xc8\x46\x3f\xac\x7e\xfe\x80\x30\xf2\x10\xba\xfd\x96\x87\xb9\x9a\xd1\x1c\x4e\xcb\xa3\xe0\x49\x5c\xf9\xdb\xb0\xde\x0b\x4e\xcb\x53\x64\xd7\x2a\x6a\x3a\xd6\x5f\x17\xad\xad\x8f\xa9\x89\x84\x3c\x91\x48\xbf\xa2\xbf\xb9\x1d\x8f\x8a\xcd\xfb\x8f\x71\xf5\x3a\x1a\xf3\x8b\x99\xda\xee\xce\x78\x6b\xe3\xac\xc9\xdb\x4d\xda\xae\xc9\x82\x77\xdf\xf2\x46\xdb\xe3\xde\x9e\x5d\x7f\xcf\xe3\x71\x7d\x82\xff\x98\x21\x3f\xfe\x6b\x86\xfc\xd5\xa6\x21\xff\x58\x3b\x31\x1e\xcb\x13\xe3\xb1\x61\xc8\x7f\xf3\x1e\xc0\xf6\x19\x90\xe5\xca\x56\xff\x9d\xe4\x46\xbe\xf7\x69\x8b\x99\x7f\x44\x36\x3d\x5b\xde\xfb\x6f\xdf\x80\xd8\x9e\xac\x75\xbe\x0d\x3f\x69\x26\xa2\x7b\x27\xa4\xb8\xf8\x52\x27\xf6\x51\x75\xe1\xe9\x04\xb6\x3f\x45\x87\xed\xd3\x66\x5f\x12\x46\xde\xa7\xea\xea\xc4\x9b\x3c\xf5\xbc\x5f\x9d\xfd\x6f\x40\xeb\x12\x15\x0e\x41\xdf\x60\x7b\x89\xbc\xb1\x91\x49\xb6\x79\x64\x72\xa2\xa6\x31\xf9\x4e\x0a\xa1\x70\xf5\xc2\xb2\x57\x4b\x44\xac\x1b\x99\xf3\x89\xc9\x71\x8c\x28\xa3\x79\xe4\xc6\x6e\x0e\xee\x0f\x20\xcb\x0c\x93\xea\x31\x99\x31\xa8\xe2\x06\xef\xd1\xe2\x2c\xb4\x91\xee\x05\x61\x9c\x65\xe4\xe6\xc6\xed\xef\x13\x97\xb4\x6f\x6f\x6f\xf1\xc1\xff\x7b\xf9\xf2\x3b\x2b\x77\x36\xbf\x63\x49\x12\xf1\xf1\xc7\xab\x73\x7f\xca\x22\x4e\xc3\xb0\x3f\x62\xbd\xd1\x90\x06\x93\x19\xbf\xa7\x9f\x53\x3a\x65\xc9\xff\x0f\x00\x00\xff\xff\x53\xf8\x16\xd7\xb0\x5d\x00\x00") + +func v2BuildStaticJsMainDd6fa5f8ChunkJsBytes() ([]byte, error) { + return bindataRead( + _v2BuildStaticJsMainDd6fa5f8ChunkJs, + "v2/build/static/js/main.dd6fa5f8.chunk.js", + ) +} + +func v2BuildStaticJsMainDd6fa5f8ChunkJs() (*asset, error) { + bytes, err := v2BuildStaticJsMainDd6fa5f8ChunkJsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "v2/build/static/js/main.dd6fa5f8.chunk.js", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _v2BuildStaticJsMainDd6fa5f8ChunkJsMap = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xfd\x09\x77\xdb\x38\xf2\x28\x8a\x7f\x15\x8c\xe6\xde\x39\xf6\x2f\xb4\x76\xaf\xff\x38\xfd\x07\x29\x59\x56\x64\x59\x5e\x93\x4e\x5a\x39\x3d\xb4\x04\x49\xb4\x29\x52\x21\x29\xd9\x8e\xaf\xbf\xfb\x3b\x55\x05\x90\xe0\x22\xc7\xe9\x4e\xdf\xe9\x77\xde\x74\x9f\xe3\x88\x24\x96\x42\xa1\x50\x1b\x0a\x85\xa7\xd2\x4a\x04\xa1\xe3\x7b\xa5\x83\x86\x51\x0a\xfd\x65\x30\x12\x61\xe9\xe0\xb7\xd2\xe5\xe5\x71\xdf\x1f\xdb\x6e\x39\x0a\x1f\x4a\x46\xe9\x42\x7c\x5d\x8a\x30\x92\x4f\x96\xbb\x0c\x23\x11\xb4\x44\x64\x3b\xee\x89\x53\xfc\x5e\xbe\xeb\x2d\x6f\xc4\xc8\xf7\x26\xce\x34\x5d\x48\xab\xc6\x17\x0b\xf9\xcb\xf1\xc6\xe2\x01\x7f\x7f\x31\x4a\x9e\x3d\x27\x58\x46\xb6\x37\x12\x6e\x77\xe4\x7b\x50\x64\xe4\x7b\xa7\xf6\x5c\x94\x8c\xd2\xc8\x5f\x3c\xca\xb7\x73\x7b\x34\x73\x3c\x31\x58\x44\x8e\xef\x85\x25\xa3\x74\x27\x1e\x4b\x46\x29\x12\x0f\x11\xfc\x33\x13\x58\x61\x2a\xa2\x2b\xf9\x73\xe4\x7b\x91\xf0\xa2\xcb\xe8\xd1\x15\x50\x7e\x2e\x82\xa9\xc0\xa7\x4b\x11\x85\xb2\x80\xed\x78\x22\x28\x19\xa5\xb1\x13\x2e\x5c\x1b\x1a\x9c\xb8\xe2\xe1\xc8\xf5\xef\x4b\x46\xc9\x76\x9d\xa9\xd7\x8d\xc4\x1c\x4a\xcf\x84\x3d\xc6\xa2\x50\xa0\x64\x94\x6e\xfc\x60\x2c\x82\x2b\x7f\x51\x32\x4a\x0b\xdb\x15\x51\x24\x14\x1c\x67\x81\x33\xb7\x83\x47\xec\xc2\xf5\xa1\x8e\x27\x96\x51\x60\xbb\xc9\x87\x89\xef\x45\x97\xce\x37\xa8\x72\x24\x7f\x42\x27\x0f\x27\x76\x30\x15\x67\xee\x32\x94\x65\x3e\x0a\x67\x3a\x8b\x64\x29\x7a\x80\x4f\xa1\x98\x3b\x37\xbe\x3b\xc6\xbe\xc7\x63\xc7\x9b\x22\x44\x63\x68\xda\x5f\x89\x60\xe2\xfa\xf7\x9f\xb0\x9c\x2b\x46\x91\x1f\xe0\xf8\xed\x60\xea\x78\xf1\x0f\x82\x9c\x7e\x9b\x7e\x14\xf9\x73\x89\x7a\x73\x19\x45\xbe\x17\xa3\x2d\xf0\xfd\x28\x2e\x78\x22\x26\xc9\xc3\x85\x04\x0d\x4a\x1c\x43\xaf\x62\x9c\x0c\xb5\x65\x07\x77\x25\x23\x26\x32\x1c\x4e\x70\x6f\x07\xe3\x0b\x31\x81\x3a\xf8\x77\x14\x06\x93\x2b\xff\x4e\x00\x54\xcb\x50\x98\xbe\xef\x0a\x1b\x49\x20\xc4\x5a\x83\x05\x7e\x0a\x67\xfe\xbd\x6a\x25\x14\xd1\x55\xb0\x04\xbc\xcd\x9c\xb1\xd0\xde\x1e\xd9\x6e\x88\x33\xe0\x44\xae\xe8\x8e\xa9\x45\xfa\x77\x31\xb6\x71\x72\x02\x22\xf1\xcb\xcb\x63\xa8\x12\xce\x24\xc9\x0b\x59\xf8\x32\x52\xc5\x68\x95\x74\x5b\xd4\xf2\x85\xfe\x2c\xc9\x50\xd2\x67\x28\xa2\x7e\xea\x85\xec\xc2\xbe\x71\x85\xaa\x9c\x79\x71\xed\xa5\xcb\x8c\xed\xc8\xa6\x2f\x2d\xfa\x25\x82\x00\x69\x26\x14\x51\x5b\xfe\x84\x91\xcc\x17\x22\xb0\x23\x67\x25\x8e\x6d\x6f\x8c\x35\x4f\x7c\x7b\x4c\x63\x71\x22\x31\xa7\x62\xed\xc9\x44\x8c\x60\x52\xa0\x25\xfb\xc1\xf1\x89\xf2\xa3\x99\x8f\x83\x0c\x5c\x1c\x02\xac\xce\x98\xa4\x71\x29\x2c\x83\x40\x78\x11\x0d\x7e\xe9\xca\x1f\x0b\xdf\x43\x94\x4e\x44\x34\x9a\x49\xe8\x7c\xcf\x9a\xd9\xde\x14\x5e\x8b\x15\x55\xf1\x71\x49\x96\x8c\x92\x9a\x0d\x9c\x02\x1e\x38\x36\xa2\xdf\x09\xe5\x34\xfa\x5e\xcb\x09\xe7\x4e\x18\xaa\x09\x16\xae\x08\x53\x0b\xd1\x72\xed\x30\x54\x4b\x5f\xfb\xed\x40\x3b\xdd\x98\x36\x01\x39\x8a\x3c\x81\x62\xcf\x02\x7f\x01\xbf\xed\xc0\xb1\x4f\xec\x1b\xe1\x12\x9c\xae\x33\x02\x12\x9c\x11\xad\xf5\x45\x18\xda\x53\x61\xda\x01\x62\x44\x3d\x5c\x3d\x2e\x44\xea\xab\x7c\xe1\x84\xfd\xa5\x1b\x39\xae\xe3\x09\x62\x0f\x00\x38\x75\xcf\xb5\x6e\xc2\xc8\x8e\x96\xe1\x15\x31\xa1\xcb\xc8\xa6\x1e\xfd\xc0\xf9\x06\x63\x82\x12\x2b\x11\x44\xce\xc8\x76\x39\x30\x13\x18\x06\xcd\xd5\x34\x40\x16\x03\x35\x8f\x1c\x81\x2b\xd9\x95\x6d\xae\x6c\x77\x49\x0c\x6c\x3e\xb7\xbd\x31\xce\x85\x3d\x1e\x78\x2e\xac\x6e\xcf\x5e\x39\x53\x3b\x42\xb2\x18\xb9\xce\xe2\xc6\xb7\x03\x28\x72\x1f\x38\x91\x90\x70\x2c\xec\x30\xbc\xf7\xf1\x75\x44\xa3\x19\xd9\xde\x85\x58\x09\xdb\x3d\xd3\x3e\xc1\xc2\x43\xf4\xcf\x1c\x77\x1c\x08\xaf\x63\x03\x47\x68\x05\xfe\x62\xec\xdf\x7b\xf1\xc4\x42\x11\xc9\xb8\x62\xf4\x8f\x9d\x10\xc8\x77\x9c\x70\x4e\x39\x53\x03\x4f\xd1\xac\x08\x82\x18\x3f\x50\xcc\x1f\x2d\xe7\x44\x2f\xae\x3f\xb2\x25\xc5\x1c\x01\x65\x49\x71\x11\x66\x9e\xbb\xde\xc4\xc7\x41\x2e\x25\xb9\x86\xcb\x9b\x70\x14\x38\x8a\xda\xd4\x32\xed\x04\xfe\x72\x51\x22\x61\xa2\x9a\x90\x75\xcf\x02\x7f\x24\xc2\xf0\xc4\x9f\x0e\x96\x11\x11\x5a\xe8\xe3\xda\x71\xfd\x69\x22\xf3\x12\x01\x96\xf4\x47\x12\xee\x58\xd8\xc0\x5c\x91\xb8\x16\xce\xa5\x08\x56\x22\xf8\xe0\x84\xce\x8d\xe3\x3a\xd1\xa3\xfe\xf6\xfa\xe2\x04\x29\x70\x34\x73\x22\x31\x8a\x96\x81\xf8\x20\xc5\x6e\xdc\xed\x89\xe3\x01\x75\x8c\x02\x61\x47\x62\xcc\xa3\xe4\xb7\x89\x22\xc1\x76\x5c\x31\x3e\x0b\xfc\x95\x03\xf5\x1c\x6f\xaa\x18\x92\xe3\x4d\x02\x5a\x4b\xae\x1d\x46\x7c\x3c\x77\xbc\x6b\xe4\x69\x0a\xd7\xf0\xba\xef\x8f\x9d\x89\x23\xdb\xd5\x5f\x60\xe3\xf0\xa2\xa8\xe9\x45\xc1\xbb\x55\x0c\xb8\xe3\x85\x91\xed\xba\x97\x6a\x12\x2f\x67\xce\x7c\x2e\x02\x94\x0d\x92\x7f\x14\xbc\x12\x81\x7c\x99\xd4\x68\xbb\x02\x26\x5f\xae\x2d\xb9\xa8\x66\x4a\xb6\xdd\x3b\xe3\x68\x86\x82\xe4\x3e\xa9\xd9\x13\x8f\x96\xef\x2e\xe7\x9e\x6a\x5a\x0a\x3a\x25\x71\xf1\x41\x89\xa0\x0f\xb0\x64\xd2\xc5\x7b\xe2\x51\xfd\x44\x61\x2b\x7f\xa3\x4c\xbf\x14\xee\x44\xbe\xff\x00\x4c\xc3\x8b\xb8\x1b\x89\xc0\xb3\x23\xe4\x29\xb2\xf1\x58\x2a\x62\xeb\xaa\x81\x94\x06\x64\x09\xd7\x55\xdc\x48\xae\x66\x5c\xc0\xd8\x66\xae\xb0\x3f\x5f\xf8\x1e\xad\x81\x85\x64\x59\x84\xaf\xb6\x17\x05\x0e\x76\x3d\xb8\xb9\x25\xfe\x2d\xe2\x57\xd1\xcc\xc1\x05\x84\x6d\x9c\xd9\x9e\x70\x91\x02\x89\x8c\x85\x37\x45\xd4\xc5\xca\x8e\x3d\xba\x23\xd1\x7d\xea\x07\x73\x9b\xd8\xfd\x42\xe9\x5d\xa0\x89\x05\x01\xa9\x39\x0e\x42\x1e\xf9\x97\x51\x40\xea\x43\x82\xfa\x30\x35\x69\xd0\xb9\x0e\xba\x67\xaf\x62\xe5\xc0\x25\x92\xbe\x07\xa2\xbf\x5c\xd8\x23\x35\xbb\xc7\x6a\x6a\xa7\xb0\x38\x2d\x02\x8e\xea\xc2\x2a\xc0\x25\xab\xea\x2b\x2e\x8e\x62\x28\x8c\xfc\x39\x8e\x51\xa1\x3b\xc2\xe9\x76\x49\xef\x18\xc5\x0d\xc9\x29\x92\xfa\x88\x64\x8a\x44\xb4\xb7\xcb\x30\x72\x26\x8f\x49\xa7\x92\x26\x15\x31\xb8\xe2\xa1\x43\xcc\x97\x3e\x80\x5c\x89\x07\x14\xae\xa6\x4a\x04\x9b\x76\x10\xbf\x4e\xcd\x23\xc2\x27\x79\x9b\x20\xb1\x4b\x4a\x0d\xca\x49\x42\x26\x28\x24\xc9\x93\xbf\x10\x9e\xaa\x25\x45\x49\xfc\x68\x47\x36\x08\x72\xe4\xa5\x52\x09\xd0\x9f\x0b\xa7\x5d\x8a\x6b\x2b\x66\x8d\xb1\xca\x32\xd6\xb5\x2a\xbe\xb2\x1d\x57\xaa\x19\xd1\x0c\x65\xb0\x27\xee\x5b\xb1\xc2\xa1\x16\xbc\x82\x05\xff\x95\x6b\x94\xa6\x42\x0a\x52\x3f\x24\x91\x68\xba\xfe\xe8\x8e\x86\x34\x82\x97\x79\x79\xe8\x7b\x17\xc2\x1b\x8b\xe0\x58\x69\xcb\x52\x7b\xd7\xe6\x20\x54\x1a\x82\x5c\x2d\xe1\xf2\x46\x7f\x3c\xb5\x57\xd8\x0e\xd0\x89\x12\xe1\x62\xa5\x48\x09\xb9\x90\x58\xd8\x81\x14\x81\x4a\xba\x22\x78\x29\xdc\x25\x4c\x3d\x96\x5a\x37\xf8\x83\xe6\xea\xc6\xf5\x6f\x4a\x46\xc9\xa4\x7f\xa4\x4a\x46\xeb\x42\xb4\xfc\x7b\xcf\xf5\xed\xf1\x35\xaa\x4b\xc4\xd9\x89\x53\xd3\xf2\xa4\x37\x50\x52\xca\x9c\x85\x1d\x84\x42\x12\x5c\xcb\x09\x17\x7e\xe8\x48\x62\x04\x48\xe7\x42\x4a\xb7\x65\x28\x4e\xec\x47\x7f\x19\xc5\x5a\xda\x58\xf6\x44\xc2\x1c\xc7\x1a\x88\x95\x7f\x97\xea\xe8\xca\xf7\xdd\xc8\x59\x1c\xfb\x08\x60\xac\x17\x29\xcd\x29\xf0\xdd\x8f\x81\xbd\x58\xc4\xc6\x09\x3c\xc1\xcf\xa5\xeb\x7e\x94\x9c\x15\x60\x85\x99\xe8\xce\xa7\xc8\x11\x1e\xe2\x05\x3a\xb7\x1f\x54\xa1\x64\x39\xc8\x15\x69\x69\x06\x92\xec\x89\x70\xa9\x7f\x00\xdd\x33\xb4\xfc\xa5\x17\x25\xa5\x92\xe5\xa4\xa6\x4a\xad\xbe\x51\x62\x1a\xd2\x62\x8a\x8b\x52\xef\xc9\x48\x34\x23\x52\xe7\x3e\xbf\x87\xe1\x4c\xe9\x99\xbf\x2b\x65\x54\x92\x8e\x23\x4d\xb5\x89\xe3\xd2\xb2\x70\x90\x81\x9c\xf8\xf7\x22\xb0\x6c\xa2\x61\x60\x83\x83\x89\xac\x8c\x02\x43\x11\xd9\x08\x9f\xe2\x1f\x21\xad\x16\x2b\x7e\x08\x5d\x67\xa4\x16\x9f\x15\x97\xa5\x07\x32\x6f\xda\xf6\x68\x16\xd7\x42\x8a\xbc\xf4\x83\x48\x8c\x5b\x22\x1c\x09\x4f\x5a\x69\xea\x25\x99\x20\x38\x14\xc9\x3d\x40\x0d\x94\x6a\xd4\xdc\xf1\xd4\xac\x38\xe1\x85\x7f\x1f\x2f\x27\x27\x3c\xb3\xc7\x44\xe0\x6a\xa9\x41\x43\xc1\x08\x45\x5b\x44\xe5\x45\xe8\x7c\x53\x06\x87\x1f\x44\x5c\xf5\x9e\x52\x5c\xfd\x20\x4a\xe0\x4a\x2f\xe1\x34\x5e\xa4\xda\x02\xf8\x4a\x14\x33\x7d\x75\x22\x26\x17\x8f\x29\x33\xe9\x77\xdf\xbb\xbc\x3c\x56\x25\xe6\x9a\x31\xb7\x70\xed\x91\x98\xf9\x2e\x41\x4e\x44\x10\xc2\x2c\xc7\xe6\xaa\xe3\x7b\x60\x1c\xe0\x4a\x4f\x3f\x7b\xbe\x27\x8d\xfc\x1e\x1a\xff\xbf\xc7\xbf\x42\xf5\xc3\xc5\x05\x26\xcb\x6b\xad\x9f\xe8\xef\x27\xce\x83\x18\x27\x33\xeb\x84\x84\xdf\x84\xc1\xfa\x68\xf6\x77\x3d\x58\x8a\x63\x1a\x4e\xfa\xc5\x3c\x31\x3c\xad\x2c\x33\xb6\x5d\x11\x44\x69\x0a\x8e\xad\x50\xc9\x7c\x7f\x57\xa4\x6a\x91\x8e\x4f\x56\x49\x18\xce\x4c\xff\x41\x37\x88\x50\x9e\x5f\x29\x45\xdd\x5e\x2c\xd2\x2f\xc2\x44\xdc\xc7\x2b\x08\xd6\x42\xb2\xfe\xa0\xc0\xa9\x26\xb0\xfb\xc2\x5b\x66\x0c\xfc\x96\x98\xd8\x4b\x37\x3a\x8b\x7d\x18\x28\xcd\x51\x34\x05\x77\xca\x99\x12\x8a\xb9\xed\x45\xce\xc8\xf2\x5d\xf2\x26\xdc\xf8\xe3\x47\xd3\x1e\xdd\x01\x57\x46\x1b\x05\x5e\xc8\x75\xe8\xd9\xab\x44\x86\xa3\x0f\x41\x4c\x1d\xa4\x9c\x11\x99\x13\x8e\xfc\xf7\x61\xee\xe2\xbf\x2b\x47\xdc\xd3\xc8\xc7\xe4\x2c\x92\x52\x0c\x58\xbf\x2b\x56\x76\x6c\xa2\x07\x9e\x9d\xf6\xed\xe8\xe3\x87\xb9\x28\x7c\x0f\x96\xbe\x72\x37\xd0\x2f\xb5\x76\x4e\x63\xc5\x21\x51\x17\x96\xa1\xb0\x6c\xd7\xbd\xc9\xda\x72\xca\x80\x73\xc2\x13\xe0\x9d\x89\x2d\x1b\xce\x6d\xd7\x3d\x02\x92\x3a\x15\x38\x8f\x57\xe4\x04\xf2\x57\x0e\x11\xf9\xcc\x19\x8f\x05\xe9\xd3\x4e\xe4\xd8\xae\xf3\x4d\x28\x4c\x24\x4e\xa9\x10\xed\x11\x7b\x14\xb5\x06\x7d\x44\x99\x5c\xdb\x53\x11\x49\x45\xcc\x7c\xec\x8e\x4b\x5f\x50\xa1\x5b\xa0\x51\x72\x50\xba\xff\xc0\x1f\xcd\x3e\x37\xda\x9c\x3f\x9a\x86\xc5\x79\xdb\x32\x2e\x39\xbf\x36\xae\xb9\x15\x58\x16\xbc\x5f\xd2\xfb\x16\xbd\x3f\xe7\x6d\xcf\x6a\xc3\x7b\x07\xde\x5b\x81\xaa\xd5\xe5\xbc\x07\xaf\x3b\x96\xd1\xe3\xbc\x6f\x7c\xe2\xd6\x4c\xd5\xfc\x91\x6f\x36\x1f\x7c\xc6\x7e\xcf\x2d\x63\xc4\xad\x0b\xfc\x3d\x35\x2d\xe3\x13\xe7\x02\x7a\xf4\x2c\xcb\xb8\xe6\xfc\x23\xfc\xbe\xb2\x8c\x73\xce\x2f\x8d\x01\xfe\x44\x00\xa7\x26\xb7\x3e\x58\xc6\x47\xce\x3f\x19\x1f\x79\x7b\x6c\x19\x03\xce\xcf\xa1\xf0\x29\xfc\x69\xcb\x6e\x3e\x72\xeb\x14\xdb\xb9\x36\x6c\xce\x5b\x50\x48\x7c\x80\xae\xfa\x1f\xa1\x49\xea\x3c\xb2\x2c\xa3\xcf\xf9\xe0\x46\xfb\xd0\x31\x04\x8c\xfa\x2a\xe9\xb8\x4d\x9d\x5d\x72\xeb\xf3\x39\xc2\x80\xc8\xb8\x06\x18\xac\x85\x49\xa0\xe0\xab\x4f\x00\xa2\xf5\x60\x4a\xa0\xef\x4d\xde\xb9\x91\xe0\x58\xdc\x7a\x7f\x93\x40\xf6\x89\x4a\xcc\x4d\x6c\x1e\x47\x7b\xc9\xad\x5f\xb5\x81\x03\x44\x3d\x89\x7a\x1c\xe0\x35\xb7\x26\x30\x78\x9a\x17\x78\x8d\x65\x3b\xdc\xda\x37\x0d\x01\x28\x94\xaf\x6d\xce\x47\xc6\x80\xf7\x66\x34\xbd\x73\x9c\xc6\x95\xa9\x01\x32\x33\xd7\x8d\x7a\x6a\xd2\x58\x07\xdc\xfa\xfc\x9e\x3a\xe8\x73\xeb\xd7\x1e\x4c\x8e\x6d\x0c\x78\x7b\x62\xd1\x4f\x8b\x5b\xbf\x7a\xf9\x66\x42\xd3\x18\xa9\xf9\xfd\x68\x19\xa1\xc9\xf9\x1b\x6c\x12\x26\xb8\x03\x43\xee\x72\x1e\x99\xf8\xfd\xab\x09\x7f\x03\x93\xc3\xd0\x1e\x5a\x08\x2b\x81\x0f\xa3\xe2\xfb\x6d\x40\x0f\x1f\x60\xd9\x33\xe8\xf5\x0d\xd5\xab\x60\xbd\x90\xb0\xbc\x47\xef\x16\x58\xbd\x6a\xc1\x04\xb4\x17\x34\xf0\x6b\x04\xb5\x0f\x88\x8d\xb0\xca\x5d\xfb\x2c\x6e\x7d\x57\xb6\x7e\x1e\xb7\x5e\xa5\x96\x6a\x26\xd1\xfe\x29\xb4\xfe\xc6\x1c\xc0\xd3\x0c\x5b\x0f\xad\x13\x6c\x0b\x8b\xf9\x56\x1f\x1b\xc0\x01\xed\x5a\x29\x50\x7b\x80\x74\xfc\xed\x99\x46\x8f\x5b\x9c\x6a\x1f\x19\x5f\x4d\xce\x23\x59\xb6\x13\x97\xf5\xe5\x10\x92\xb2\x6f\xda\x93\x18\xd0\xda\x11\x95\x9f\x9a\xeb\xf0\x30\x06\x48\xe7\x96\x80\xa7\x6f\x08\xe9\x1b\xeb\x06\x20\xad\x60\xb1\x7b\xb3\x8f\x1d\x3f\x98\xa9\x11\xf7\x38\xb7\x71\x4a\x6e\xa8\xdb\x0e\x60\xe0\x0a\x8b\xbc\xc1\x79\xfd\xd6\xc2\x6a\x83\x6b\xf8\x74\x06\x6f\x46\x58\x7e\x6c\xf4\x79\x9b\x5b\xc6\x9e\x09\xa0\x7f\x33\xe1\x5d\xcf\x70\xa0\x28\x50\xc5\xbe\x59\x35\x89\xb8\x2f\x39\xb7\xa0\x86\x75\x71\x66\x74\xb9\xc5\xdb\x50\xf2\x1c\xe8\xe9\xa2\x4d\xb4\xd0\xe7\xd6\xd5\xc2\xc4\x8f\x1f\x01\xaa\x11\x2c\x8b\xae\x6b\x5a\xd8\xf3\x35\xd0\x4d\xdf\x68\x5a\xdc\x1a\x1b\x4d\x93\x73\x8e\xe3\xe1\x46\xd8\xe6\xed\xee\x89\x6a\xe2\x08\xc6\xda\x79\x34\xfb\x30\x13\x48\xdf\xdf\x4c\xb9\x64\x06\xc8\x5e\x80\x01\xb9\x88\x2b\x1b\xd6\x9e\x6b\x0e\x92\x95\x00\x94\xce\xfb\xf0\xa7\x7d\x8b\x60\x1f\x41\xf1\x36\x87\x37\x47\x50\xa5\x8d\x13\x62\x47\x2d\xa3\xc7\xdb\x2b\xf3\xbe\x4d\x63\x83\x95\x46\x8b\xee\x96\x68\xed\x0e\xd8\xc0\x55\x03\x3a\xee\x5c\xc3\xab\xe3\x0f\xc6\x80\x7f\xec\x8e\x71\xd0\x23\x28\x33\x98\xc0\x80\x27\xd0\xc3\xe7\xf7\xc6\xb4\xc5\x47\x5d\x8e\x63\xef\xd1\x50\x00\x28\xdb\xb8\xe6\x13\xcf\x34\xaa\x2d\xde\x1a\xc1\xf2\x99\x9b\x1f\x1a\x88\xe2\x6b\x18\x1f\x2c\xca\x2e\x5f\x98\x30\x10\xde\x02\x06\xf3\xd5\xfc\x5c\x85\xe9\xea\xb4\x00\x26\xeb\x01\xc7\xf9\x09\xf9\xb7\x3d\xc1\x55\x78\x89\xbc\x16\xdf\x8c\x06\x46\x97\xb7\xf7\x91\x27\xf7\x7d\x6c\x16\xf9\xce\x04\x00\xb6\x38\x4c\x56\x9b\x53\x13\xe2\x1e\x3e\x5b\x93\x08\xa8\x72\xd9\x3e\x02\x5c\xb6\x61\xce\x2d\x1c\xb7\xb5\x34\x69\x2e\xda\x00\x07\xb1\x5d\xe0\x0b\x1e\xb6\x74\xe3\xd3\x04\x7c\xc3\xa7\x8b\x2a\xb1\xaa\x15\x3e\xfd\x7a\x8f\x25\x3f\xc1\xef\xcf\xb4\x16\x7c\xf3\x16\x71\x3d\x02\x4e\x78\xb2\x80\xd2\xfd\x36\xf2\x8e\xde\xf4\x08\xab\xba\xf4\x1d\x27\x6a\xdf\x04\x7e\x41\xdf\xfb\x3b\x48\x49\x5d\xec\x88\x7f\x00\x84\x58\xdc\x18\x71\x6e\x55\xad\x1c\x7c\x00\x51\xa3\x85\x10\x35\x5b\xd8\xec\xfe\x11\x42\xf4\xe6\x88\xe4\x84\x4f\x92\x05\x26\x78\x06\x02\xa3\x7b\x43\x40\x48\xf8\x25\x10\x3e\x60\x24\x86\x62\xef\x88\x5b\xd3\x36\x4c\xcd\x7e\x0b\x07\xd3\xf9\xda\x36\x7a\xdc\x7d\x7f\x63\x3c\x1e\xf3\xbb\xf7\xd7\xd0\xc4\x11\xa0\xaf\x6b\xcd\x80\x16\xbf\x1d\x9d\x20\x80\x4e\x1e\x40\x41\x6c\xb2\xcb\xb9\xf0\x40\x2e\x59\x15\xd3\x47\x7e\x68\x23\x52\xc7\xc4\x8f\xef\x60\xdc\x81\x49\x34\x33\xe0\x56\x0d\x0a\x2d\x4d\x94\xe3\xe7\xfc\xfd\x37\x13\x84\x44\xaf\x13\x00\x2b\x3c\x39\x36\xba\xbc\xd7\xe1\xc6\x39\xfc\x6c\xe3\xcf\x0e\xe7\x83\x10\x9a\xfd\x7a\x74\xf2\x00\x40\x04\xed\x13\x6d\x62\x1f\x75\xb8\x3e\xaa\xb7\x3c\x05\x2c\x70\xba\x4f\x80\xb1\x36\x2e\xf1\x11\x08\xee\x3e\xe7\xb7\x16\xe1\x04\x86\x77\x14\x57\xe8\x77\x00\x5f\x67\x50\xed\x13\x4a\xdb\x2e\xb2\x54\x13\x08\x8f\xca\xa6\x31\x01\x72\xa3\x0f\x8b\xf2\x1a\x59\x78\x1f\xb8\x0b\xac\xcf\x59\x6b\xfd\xfa\xec\x3b\xf8\xf1\x12\x27\x0a\x58\x4c\xbb\xd1\xc2\xa6\xaf\x72\x60\xc4\x10\x4e\x32\xf8\x27\x31\xbc\x4d\x24\xb1\x23\x49\x42\xc4\x14\x01\xb8\x38\xbe\x45\x7e\x76\x34\x6f\x49\xe0\x92\xbf\x01\x32\xde\x9e\xd3\x02\x4e\xd8\xdf\xc5\xc9\xb4\x2e\x7e\x04\x6b\xe2\x75\x58\xbb\x2e\xc6\x1a\xd0\x4f\x3f\xd1\x7b\x5e\x87\xb5\x10\x74\x3e\x8b\x54\x94\x1e\xd4\x3c\xa1\x05\xe9\xc0\xe2\xb6\x6e\xcd\x53\x42\x67\x97\x5b\x67\x20\xfb\x4f\x7e\x0a\x4a\xa7\xe6\x0f\xe2\x34\x6c\x01\x79\x37\xac\xdb\x16\xe2\xe8\x26\x83\xd4\xa9\xa9\x14\x40\x2e\x99\x10\x0c\x76\x7f\x2d\xa6\xf8\xf5\x67\x42\x8f\x8f\x6b\x66\xd7\x44\x95\x0e\xd7\xc5\x75\x95\xe0\x7a\x80\x65\x63\x79\x54\xfb\xf1\x38\x5d\x5d\x6c\x93\x7c\x6b\x60\xb3\x9f\x66\x2d\xc2\x1e\x00\x7c\x7f\x8c\x03\xbe\x6d\xc3\x22\x9d\x1f\x45\xed\x05\x72\xc9\xcb\xf0\x08\xe0\x1a\x19\x1f\x0d\xdb\x6a\x0c\x6e\x49\x7c\x5f\x27\x02\x72\x02\x23\x98\xa3\xd4\x9d\x60\x47\x5d\x80\x03\xe6\xf1\x12\x89\x1a\xfe\xba\x38\x4b\x03\xc3\x06\x09\x86\x22\xf8\x0d\xf0\x80\x6e\xbb\x4b\x92\x6d\x69\x71\xde\x41\xa1\xcc\x77\x5b\x04\xf1\x9b\x36\x6f\xbf\xb7\x48\x2c\x3a\xc8\x85\x46\xbc\xed\x99\x7d\xa3\xcd\x8f\xe6\xa6\xf1\x68\xf2\x8e\x6b\xc2\xc0\x8f\xef\x4c\xa8\xdf\x0b\xcc\x3b\xac\xda\x87\xae\xda\xb7\x40\x1d\x27\x36\x8c\xa5\xef\x9a\xd3\x96\xd4\xd9\xbb\xfc\xf4\xda\x78\x6c\x71\x7e\x6c\x7c\x6d\xf1\xeb\x9b\x1e\xe9\xef\x12\x80\x8f\x48\xe6\xa8\x31\x80\x4a\xc0\x2b\x1a\x2c\x67\x16\xa2\x15\xd1\x77\xbd\xa7\xda\xb3\x61\x1d\x00\x8c\x2d\x29\xa8\x46\xd8\x1c\xbc\x41\x5a\x3d\xef\x18\x7d\x7e\xec\xc1\x7a\x6e\x47\x26\x32\xf0\xa3\x10\xa1\xef\x05\x08\xfd\xc9\x57\xec\x7c\xf0\x90\x87\xfe\x6c\x6a\x02\xf8\xe7\x81\x0e\xfe\x85\x2d\xc1\x0f\x5b\xfc\xd3\xcc\xc4\xf5\x78\xa9\xe3\xcf\x6b\x27\x30\x73\x89\x3f\x9b\x1f\x9d\x02\x04\x13\xc4\x9e\x40\xe4\x8d\x11\x77\x23\x44\xdd\x6d\x01\xea\x2e\x11\x75\x63\x1d\x73\x7d\x0d\x73\x57\x1f\x73\x33\xb7\x68\xe7\x67\x4e\x33\x01\x06\xb2\x19\xde\x83\x55\x74\xf4\xcd\xa4\x09\xed\x16\x4e\xe8\xb4\x78\x42\xad\xcf\x3b\x2d\x69\x00\x75\x39\x88\xb8\x0e\x3f\xb5\x8d\x73\x7e\xde\x30\xdb\x85\xe4\x76\xd1\x4e\x60\xfe\x78\xb3\x63\x49\xd3\x50\x4d\xb7\x55\x31\xbd\x0e\xaa\x0f\xb6\xd1\xe1\x47\x6f\x4c\x9a\x77\x11\x0f\xa4\x77\x61\xbd\x46\x33\xbb\x33\x81\xb0\x7d\x53\xe9\x57\xd6\x59\xac\x5f\xf5\xf8\xd5\xa5\x31\xe2\xbd\x95\x39\x87\xde\x4f\x96\x38\xd4\x4f\x11\x0e\xf5\x73\x88\xb0\x8c\xbe\xe5\x87\x3a\x76\x70\xf6\x45\xa4\xcf\xfe\x64\x24\x87\x73\xdf\x32\xaa\x2d\xcb\x33\x1f\x4c\x84\xf5\xd1\x82\x4e\x77\x2d\x0b\xf9\x02\x90\x94\x09\x06\x91\x34\xa7\x80\x69\x8d\x73\x9f\x90\xd9\x08\xe4\xa0\x28\x9a\xed\xc4\x84\xa3\x9f\xf7\x26\x9a\xdd\x4d\x93\x86\xae\x78\xde\x15\x29\xb8\xa1\x69\x54\x4d\x30\x4e\xa4\xe8\x47\x73\x70\x96\x7b\x0a\x49\xb6\x43\xd1\x95\xf9\x40\xec\x0a\x5a\xf9\xd0\x27\x3d\x76\xc0\xad\xd3\x39\x8e\x14\x78\xc8\x57\x13\x96\x98\xec\xeb\x1a\xfb\x42\x49\xb3\x34\x79\xe7\x57\x32\x08\x70\xa4\xdb\xd6\xf6\x71\xa2\x07\xbf\xa7\x69\xf9\xc8\xbb\xa7\x0e\x32\x94\x26\x16\x9a\xb5\x76\x8b\x0b\xdd\x75\x61\x8d\x93\xc9\x69\x21\x89\x36\xc8\xbe\x6c\xe2\xac\xce\xa5\xb5\x29\x67\xbb\x83\x1c\x0d\x6c\x45\xe3\x9c\xb7\x83\x36\x32\x08\x3b\xa9\x4b\x3c\xf4\x35\x75\xdd\x36\x2a\x7c\x6a\x08\x8b\x6e\x02\xdd\xd7\x2e\x99\xae\x1d\xd4\x2b\x71\xd6\x7a\xbc\xfb\x19\xfb\xaa\x62\xf9\x7d\x6b\x55\x50\xbe\xc7\xbb\x1f\x3a\x50\x68\x07\x0d\xe5\x5b\xeb\x41\x2b\xf4\xd8\xa5\xe9\x1c\x64\x67\x56\x4e\xca\x00\xe6\xa4\xf1\x9e\xe0\x1b\x70\xeb\xac\xf9\x9e\xd0\xdd\xe3\xdd\x1b\xec\xfa\x8d\x49\x3e\x8d\x5d\xad\xd5\x66\x37\x2e\xe4\xe1\x7c\x5e\xe2\xa8\xee\x4c\x17\xfe\xb5\xc8\xa6\xaa\xd2\x4a\x22\x81\xd0\xe7\x68\x3b\x90\x16\x0e\x52\xe9\xac\x50\x53\x18\x23\xce\xee\x70\x49\xf5\xe7\x6d\x00\xab\xb6\x5e\xd1\xea\x47\x47\xf9\xf2\x83\x76\x6c\xbd\x2d\xd0\x9d\xd1\x09\xda\x12\x82\x6b\x3e\xf8\x80\x4b\x39\x6c\x93\xe1\x78\xd7\xe2\xdd\xb6\x74\x7f\x00\x02\xdb\xb0\x12\xad\xdb\x23\xe4\xca\x1f\x8c\xaa\x05\xec\xfc\x23\xb2\x8b\x2e\xf9\x60\x34\x77\xcf\x00\x25\x05\x70\xa2\x1a\x0a\xc1\x80\x26\xbc\x4e\xda\x08\xa2\xb4\x8f\x42\xda\xba\x35\x89\xe7\x7d\xe4\x6d\xf4\xe3\xec\x21\x7e\x6a\x66\x4b\x2b\x79\x8b\x74\xda\x5b\x1e\x83\xa2\x32\x33\x71\xb8\x8b\xa3\x8c\xaa\xf0\x2b\xf6\x30\xc5\xd9\x9e\x10\x5a\x40\xa3\x08\xb2\xe5\x12\x3d\xed\x56\x53\x23\x5a\x85\xad\x55\xdb\x71\x6b\x1d\xb2\xd1\x47\x68\x5f\x76\x51\xbc\x57\x10\x77\x9f\xa6\x47\x84\xb0\x01\x0e\x06\x1a\x43\xbb\x10\xdb\x01\x7a\x07\xbc\x9f\xc1\x9b\xd0\xdc\x6e\xe1\x13\x4d\x2d\x8c\x7b\x61\x4e\x8f\xc0\x2c\xde\xc5\x85\x6c\xad\x8a\x07\xa5\x83\xf1\x88\x9a\x44\x1f\x15\xb5\x51\x0f\x34\x09\xd7\xec\x91\x96\xd2\xe3\xd6\xc9\xf1\x4b\xe0\x1d\xbf\x12\xba\x0e\xe7\x63\x82\xab\xf2\x22\x5c\x3b\x1a\x5c\x76\x31\x76\xe6\x26\xf5\xbf\x30\x8b\xf0\x23\x15\xdb\x01\x14\x69\x9f\xdd\x02\x8d\x5a\xe4\xa0\xd8\x45\x6c\xf7\x96\x6d\x9d\x00\xc8\xee\x03\xce\x28\x9d\x3e\x6b\xbe\x83\xec\x9b\x1f\x01\x71\x7e\x3c\x05\x40\xc1\x4a\xb6\x6a\xf8\xb1\x77\x5a\x5c\x01\x1a\xb4\xf9\x49\x6b\x7a\x64\xd8\x5c\x4c\x90\x74\x52\xa3\xfe\xa8\x28\xa5\x7e\x94\x51\x84\xa3\x0e\x22\x63\xde\x46\xeb\xd3\xb7\xa4\x1f\xcf\x43\xc2\xbf\x35\xbb\xa4\xba\x9f\x73\xeb\xec\x6e\x0d\x09\x15\x22\xa9\x5b\xdc\xcd\x1d\xd4\x68\x5f\x7c\x55\xdd\xec\x9b\xd4\x4d\x8b\xba\x19\xf0\xa3\x56\x15\xb8\xc2\xb9\x27\x17\xd6\x39\x58\x1e\xb8\x42\xdb\x30\x84\x81\x5a\x18\x6b\xe6\x54\x2d\xa0\x78\x65\x7c\xc8\xf0\x15\x5a\xd6\xc0\x2e\xc7\x68\x4f\x3c\x9a\x7d\x6d\xa9\xce\x50\x8f\x5f\x20\x8f\x7e\xc4\xe1\xfa\x26\x00\x6e\x49\xab\xe9\xd6\xfa\x09\xcb\xf1\xd1\x04\x23\x07\xca\x55\x5e\x2e\x58\xfd\x5e\x41\x45\xc1\x5f\x2d\xbe\x0d\x9c\xa5\x03\xc2\xb1\x6e\x1a\xb6\xf5\xed\x28\x42\xfd\x9d\x3b\x28\x5e\x02\xcb\xeb\x25\x3c\xfe\xae\x4b\x42\x01\x8c\xa7\x2e\x89\xa3\x73\xe0\x4c\x7b\x66\x52\xc6\x4a\x1c\xcb\x29\x87\x36\x96\xb6\xb8\xf5\xf9\x5b\x4f\xd5\xec\x7e\xae\xf6\xf4\xae\xb4\x95\x01\x3f\x4f\xf0\xd9\x6b\x27\x1e\xe6\xa0\xab\x98\xa6\x75\x12\xb6\xe9\xf7\x27\x6e\x9d\xcc\xbb\xca\x0d\x3f\x35\x2f\x52\xc2\xb1\x11\x43\xcf\xdb\xcd\x1e\xd5\x20\x8d\xb3\x27\xdd\xa8\x0d\xa5\x57\x68\xb6\x96\x74\xbf\x20\x98\x1d\x58\x42\x55\x39\x14\x0b\xcd\x3c\x52\x65\x04\xef\x8e\xb1\xaf\xaf\xd8\xd7\x37\xcb\x3d\x49\xb0\x50\xed\x26\x82\xf5\x51\x3a\xf9\xdb\xdc\xfa\xe0\xb6\x94\x06\x60\x5d\xec\xc5\xbd\x59\x37\xb7\x27\x89\x74\x0f\xd1\x0d\xa8\x74\xb7\x85\xd6\xaa\xd3\xd5\x35\x4d\xc4\x53\x87\x5b\x67\x1d\x02\xae\x9d\x28\x09\x1d\x6e\x8d\xdf\x48\xad\xda\xe2\xd6\xf1\xca\x54\x08\xea\x9d\xa2\x13\x8c\xef\x90\x96\x12\x9d\x24\xf8\x39\x52\x20\xb4\x17\xa4\x35\x3f\x22\x20\x73\x73\x01\xc3\xec\x55\xcc\x78\x39\x21\x51\xdd\x9b\x95\x63\x5c\x09\x23\xf4\x7f\x5b\x05\x9e\xd8\x76\xec\x89\x6d\x17\x78\x62\xe7\xe4\x89\x55\xe5\x47\x58\x7e\x0c\xe5\xfb\x8f\xef\xa5\x6e\xeb\xa8\x0a\xb0\x90\x40\xc8\x5a\x41\x2f\xf1\x51\x7f\x93\x9d\x86\xbd\xb8\x15\x87\x0c\xd1\xdb\xc4\xf1\xec\xb4\xdd\x93\xd8\xf3\xbc\x2d\x5d\xe4\xd5\xc4\x03\x5f\x35\x1f\x91\xe7\x28\x27\xf9\xec\x84\x7c\xf0\xce\x09\x3c\x93\xbf\xf9\xab\x55\xe9\x01\xb1\x04\xb1\x9f\x1c\xb4\xe6\x3b\xc4\x64\x24\x47\x52\x4d\x80\xc8\x7b\xca\xfd\x56\xa3\xa7\xdc\x10\x9f\x38\x0f\x24\x18\x7e\x37\xae\x53\x37\xef\xb1\x52\x03\x2a\xdd\x59\x7c\xf7\x7d\xec\x30\xb6\x2e\x70\x81\x22\xde\x1e\xcc\x29\xda\xee\xfd\x3d\xa4\xc3\x0f\x86\xc5\x3b\x1c\x39\xff\x36\xf6\x6f\xef\xe9\x9f\x05\xd0\xed\xa7\x00\x67\xff\x06\x5b\x99\xe2\x96\xd8\xae\xb9\x22\x11\x30\x6d\xe1\x48\x88\x56\xc6\xfb\xb0\x42\xac\xed\x16\xe1\xf3\x13\xac\xad\xcf\xdb\xef\xc9\x96\xec\x73\xeb\x6a\x2e\xf7\xd0\x9c\x96\xea\x03\x98\xf1\xd4\x04\x6b\xf6\x06\x95\x32\x6e\x7d\x7b\x6f\x74\x70\x37\xa4\xcb\xb9\x55\x85\xca\x4b\x13\xd4\x48\x14\xc5\xfc\xb4\xf6\x1e\xb0\x8b\xb2\xea\x14\x7d\x37\xe4\x85\xc3\xbf\xe7\x73\x00\x6e\x65\x76\x97\x60\x7c\xdd\x9b\xc7\x35\xec\x7b\x30\x31\x7a\x7c\x65\xca\x1d\x96\xf3\x7b\xe0\x19\xd6\xfb\x1b\x74\x16\x92\x4a\xb1\x0f\x52\xc5\xba\x35\xf7\xba\xea\x11\x78\x75\xf3\x3d\x52\x31\xd2\xf6\x82\xf8\xc0\x1c\x06\x18\x9a\xbb\xe6\x29\xd4\x06\xc2\x6d\x8f\x67\x38\xd8\x4b\x50\xb2\xdb\xbf\x4e\xb1\xc7\x4f\x51\xcf\xb8\xe6\xe7\x37\xa8\xcd\x0f\x68\xac\xf8\x01\x77\xc9\xda\x0b\xf3\xe1\xd5\x93\xd3\xfd\xce\xe4\xb4\x71\xaf\x80\x8f\x77\x11\xf5\x6d\x54\x42\x46\x5f\x71\x88\x33\x13\x7d\xb0\xbc\x43\xb0\xf6\x78\x7b\xec\x62\x33\xe8\xbd\xba\x20\x88\x3e\xa1\x07\xbd\x4b\x45\x60\xd9\x1f\x1b\x1f\xf9\xcd\x51\x5c\x67\x6a\x4e\x80\x3b\x58\xdb\x96\xea\x19\xb4\x7c\xdc\x33\xc2\x37\x21\x5a\x83\x8f\x66\xcd\x4c\xf4\xf0\x5e\x46\x04\x2f\xc8\x48\xe2\x28\xe8\xa7\xc4\x3a\xbf\x1e\xcb\xfd\xc2\x01\x00\x1a\xbc\x37\xae\x79\xa5\x7d\x67\xd2\xf6\xe1\x63\x17\x01\x27\xd5\xa3\xbf\x6c\x81\x80\x3b\xdd\xfd\x3e\xec\x72\x2a\x8c\x01\xaf\xb6\xcf\x9a\xbd\xc4\xa7\x7e\x4b\x10\x38\xc7\xc8\x38\x1d\x32\x35\xbf\x82\x5d\x8d\x36\xab\xe0\xdf\xcc\x39\xf6\x7d\x1c\xf3\xa8\x5b\x39\xa0\xb9\xa5\x24\xff\x43\xb7\x50\x16\xde\x1f\xa3\xe5\xb6\xdd\x89\x25\x72\x64\x15\x49\xe4\x9c\x67\x30\xcc\xb4\xd7\x97\x78\xaa\x1e\x93\xe1\x13\x9d\x12\xfd\xf9\x26\x5a\x92\xb8\xc3\xd0\xc9\x35\x87\x0a\x16\x0c\xa7\x87\x8a\x00\xff\x78\xff\x1e\xe1\x41\xcb\x6c\x97\xf6\xb7\x1e\xad\xdd\x96\x3e\x7d\x15\xd2\x33\xe4\x04\x36\x70\x23\xa3\x42\x5b\x5b\xbd\x8a\xa5\xb7\xd2\x86\x82\xbb\xa6\xb1\x67\xf2\xf3\x0b\x50\x8f\x08\x15\xdb\xdd\x22\x15\x8f\x17\xda\x5f\x19\xff\x36\xbf\x33\x1b\x20\x0f\x6a\x9d\x85\xf9\x73\x9c\xfe\xed\x42\xa7\xbf\xb5\x32\xaf\x10\x9d\xcd\x63\xb2\xbc\xa6\x26\xef\x77\x1e\x80\x7d\x9c\xc2\x2c\xf7\x3b\xc0\x3e\x4e\x61\x41\xc1\xcf\x36\xed\x00\x08\xfe\xb5\x73\x81\x43\xfc\x51\x85\x2b\x37\xbd\xd5\xac\x26\x0a\x2d\x04\xd6\x67\xc0\x41\x68\x4a\x41\xe0\x82\x88\xb4\x16\x2d\x4e\xa6\x04\x34\x31\xc6\x2a\x3d\x1f\xb5\xfa\x49\xf5\x88\x26\x69\xff\xbd\x7a\x3b\xe0\xbe\xe5\x99\x35\xb9\x8f\xbf\x34\xb9\xf5\x81\x4c\xd6\xc7\x0e\x52\xf7\x1d\xa9\x08\xbb\xb8\xed\xf6\x19\x41\xd9\xcb\xef\x26\x28\x27\xb6\x47\x93\xe0\xbe\x7f\xcd\xdc\xc9\x91\x25\x66\xc8\x8a\x16\xf3\x29\x4c\xcb\xe9\x92\xac\xe4\x69\x2b\xe1\x51\xd6\x64\x69\xa2\x56\x80\xc2\xd1\x1a\x47\x6a\x73\x8b\x1b\x23\x63\xaf\x65\x2d\x4e\x03\xd3\x69\x93\x96\xe0\x9d\x02\x6d\x5a\xfb\x28\xe0\xa6\x38\xfb\xbb\x26\x0a\x8c\x26\xce\xf1\x36\x6e\x8a\xf3\x8f\xd5\x13\x12\x22\x34\x15\x1c\xc8\xef\x33\xe9\x13\xfb\x24\x22\x65\xec\xc6\xdd\x11\xa9\x26\xa0\x8c\xa9\x2d\xca\x1e\xba\x13\x51\x74\xd2\x88\xff\xac\xa6\xc1\x49\xa9\xf8\x55\xea\x14\xe7\xdf\xd7\x29\xfa\x6f\x68\x3b\xf2\x96\x94\x13\x07\x50\x3c\xb5\x3c\x98\xb4\x7d\x93\x47\x89\x60\x18\x21\xb8\x37\xcb\xf7\x30\x4d\x47\x56\x22\x51\x67\x48\x12\x77\xe4\x62\xc4\x5d\x56\x18\x1b\x2d\xd8\x4f\x40\x35\x13\x74\x52\x48\x51\x4a\x56\x23\xba\x65\xa4\x08\xe5\x2f\x4b\xd0\x73\xe9\xc3\xb2\x6a\xe4\x70\xde\x41\x99\x33\x40\x31\x24\x77\x45\x40\xac\xdd\xe2\x34\x0c\xee\x50\xdb\x39\xbf\x3d\x81\x79\x98\x59\x77\x27\x04\x9b\x25\x8b\x93\x7c\x47\x22\x8f\xac\xbe\x41\x11\x10\x30\xee\x7b\x73\x45\x0d\x1c\x91\x5d\x74\x8f\xef\xaa\xd8\xcc\x6e\xfb\x08\x88\xed\x78\xd1\x27\x8e\x0f\xb3\xe9\xbc\xd7\x88\xcb\x31\x1f\xc8\x05\x57\x3f\x36\x2e\x79\xbb\x66\xb9\xfd\xbc\x0c\x36\x46\x7c\x40\x12\x18\xeb\x5c\x93\x22\x32\x40\xe4\xf5\xa5\x86\x52\x3b\x01\x79\xbc\xb2\x9a\xa7\x46\x1d\x21\x45\x1f\xe2\x03\xb6\xd6\xbb\x43\xf9\xff\xb1\x49\x9e\x39\xc4\xcf\xf5\xec\x04\x16\xf8\x37\x6b\x7a\xa2\x1e\x01\x7a\xda\xfe\x1c\xb8\x96\xaa\x77\x0e\x74\xdc\xb4\xf4\x32\xf5\x13\x6c\xed\x1b\xb5\x5d\x05\xab\xc4\x72\x2d\xff\x58\x2f\xd3\x3c\x21\xc7\xc4\x19\x62\xef\x5c\x62\xaf\xa1\x81\x63\x7d\x33\x89\x70\xa9\x17\x7e\x6d\xf4\xd1\xb5\x63\xd1\x1a\xee\xf2\xce\x91\x26\xb1\x9a\xfd\xf4\xba\xb7\x6b\x38\xbd\x03\x14\x02\x0b\x8d\x8d\x05\xc7\x46\xd1\x2e\x15\x62\x7e\xf7\x88\xcc\x8f\x3b\xf4\xb5\x36\x01\xe3\x9c\x56\xf5\xcd\x14\x9d\xdc\x1f\x48\x3b\x86\xc5\xfb\xeb\xee\x31\x2d\x34\xe4\xcd\xa4\xad\x7c\x32\x06\xbc\x2d\x05\x51\x67\x3b\x36\xcf\x78\x7b\xd5\xa3\xb2\x30\x8c\x37\x64\x75\xcf\x4f\x91\x44\xb6\xdf\xd3\xd2\xed\x72\x1e\xe0\x8e\xfe\xe5\x87\x3a\x92\xb7\x63\xee\x1f\xd3\xb6\xd1\xdc\xb4\xf6\x2d\x32\x29\xfa\xf5\xa3\xef\x5a\x24\x41\xbb\x3e\xc0\x69\xf4\xce\xe3\x98\xaa\x99\xe5\x9f\xc7\x41\x42\xd6\xd8\x3d\x4f\xa2\x9b\xe6\xe7\x71\xe0\xd7\x67\x2d\xfe\xa8\xd6\x89\x9d\xae\x57\xf5\x4e\x12\xf4\x13\xf5\xc8\x77\x79\x09\x0c\xaf\xa7\x7b\x47\xb5\x56\x62\x03\xb0\xd2\x49\x6c\xb8\xd8\x3f\xdb\x1e\x37\x3b\xd4\x88\xc5\xad\x9b\xe0\x8c\x8a\x7c\xe2\xd6\xc5\x57\x69\xb4\x75\x79\xfb\x83\x73\x8c\x02\xee\x1e\x21\x8e\x4c\xaf\xad\x2c\xc0\xf6\xc4\x6f\x27\x3d\x34\xce\x68\x28\x23\xde\x3d\x6b\x9e\xc5\x5e\x69\x6b\x61\x2e\xce\x12\x6b\xf0\x4d\x4f\xed\x0c\x76\x7f\x25\xef\xa5\x8a\x6e\x0b\xb4\x52\xe3\xc4\xf8\xfc\x94\x18\x87\xa7\xd4\x41\x97\x5f\x9f\xed\x61\x07\x4b\xa4\x9b\x46\xcb\x4a\x06\x51\x3b\x23\x4c\x5c\xf3\xd1\x55\xfd\xcc\xe8\x18\x77\x2d\xde\x79\x8f\x50\x06\xa8\x5f\xce\x2d\xd2\xb6\x40\x86\x6d\x63\xc5\x3e\x68\xbb\xc7\x3c\xec\x18\x82\xb7\x43\xf8\xbc\xec\x47\xb4\x2f\x3c\x35\x29\x68\x29\xa2\xb8\x0c\xf7\x0c\x03\x33\x48\x28\x0e\x94\xa2\x6e\x7d\xfe\x4a\xce\xb8\x6f\x17\x50\x0a\xe9\xaf\xe7\x9c\xa0\x8b\xe5\x1e\x27\x8f\xfc\x30\x83\x78\x9f\x91\xa2\xe0\xc8\xb5\xd8\x6e\xb4\xd0\xf9\xd5\xc4\x7d\xf2\x11\x79\x6c\x76\x2f\x00\x48\xe0\xc5\x56\xa3\x9d\x69\xef\x92\xef\xf7\xeb\xc0\xce\xbf\x0e\x22\xab\x07\xb4\xe4\x90\x11\x43\xda\xf2\xdc\xda\x41\x67\x56\x03\x61\xaa\x93\xeb\xed\x5b\x9b\x34\xfd\x2a\x36\x86\xbb\xe1\xe7\xc8\x91\x2f\xcf\xa4\x90\x40\x06\x87\xbe\xed\x5f\xcf\x49\xb0\xa9\x5d\xc0\x73\x20\x5a\xa9\xb5\x21\x1f\xfb\x78\x96\x8c\xe6\x3a\x1e\x8d\x4d\x9c\x75\x06\x46\x17\x3f\xff\x4a\xc1\x2e\x01\x50\x36\x86\xd5\x58\xab\xa3\x3b\x7c\xf7\x11\x9d\x69\xe7\xc9\x9e\xeb\x18\x8d\x8d\x8f\xa8\x25\xdf\x70\x59\xc4\xc7\x5d\x99\xf7\xf2\x69\x8e\x73\x45\x4f\x92\xd2\xbb\xbc\x1d\x11\x38\x03\xc9\x36\xda\xc0\xc4\xe8\x4d\xbc\x3f\xd4\xe7\x9d\x19\xf1\x47\xaf\x9d\x4c\x57\x53\xc5\x28\xb4\xb9\x75\x75\x21\xfd\xa8\x3d\x7e\x7b\x46\xb1\x7e\xb8\x3d\xfe\x29\x42\x41\xd7\xbf\x87\xa5\xdf\x5e\xd1\x9a\xc7\xef\x5f\x4d\xda\x40\x43\x96\x75\x7b\xa9\xdc\x33\xd6\xc9\xd7\xae\x92\xfd\xd6\x69\xd8\x8b\x83\x02\xd5\x82\xec\xa0\x1b\x26\xd6\x27\xdd\xb3\xd8\x9b\x73\x3a\x3f\x23\xbd\x0a\xe8\x7d\xa6\x15\x77\xac\x84\x0b\x5e\x20\xcf\x6c\xf4\xd7\x6a\x88\x44\xb1\x23\x1c\xe6\x8c\xb4\xf2\x3b\xf4\x85\x7c\x3c\x87\x0f\x95\x16\xe9\x52\xa8\x6f\x93\xa6\xd3\x45\x83\xae\x76\xaa\x97\x1d\xe0\x52\xb9\x93\xdf\x2f\x79\x77\xd1\xa6\x81\x5e\xe5\x07\x3a\xd0\x06\xaa\x71\x9e\x2e\xb7\x3e\xd4\x8e\x92\x51\xd4\x8f\x92\x51\xf7\x92\x9f\x57\xc9\x98\xc9\x9e\xf7\x51\x5d\x5b\x98\x1f\x15\xbb\x99\x9a\x14\xc3\x29\x37\xef\xa6\x72\xf3\x6e\x24\x37\x35\x7b\x91\x09\xda\xde\xc2\x5c\x0c\x12\x54\xfa\x67\xd4\x31\x90\xd7\xfe\x40\x51\xa7\xc4\xde\x57\xe4\x1a\x9a\xf1\x53\x3b\xd5\x24\x07\xb6\x59\x3f\x95\x5a\x41\x84\xf2\xd0\x45\xcf\x43\xb5\x15\xab\xc7\xe7\xbc\x7d\xdb\x7e\xa4\x28\x03\x60\x06\x9f\x11\x3b\xfb\x92\x0c\x84\x86\x1d\xa1\x61\x47\xfc\x4d\xb0\xa3\x08\x2d\x07\xf8\xb5\x06\xf8\xb5\x06\xf8\x75\x9a\x7e\x15\xe0\xed\xbf\x0d\xe0\x23\x0d\x70\x68\x29\x86\xfc\x53\x31\xca\xff\x3e\x90\x43\xed\x18\x74\x47\x07\x1d\xbe\xfc\xbd\x61\x3f\xd7\x40\x3f\xd7\x20\xf7\xff\x93\x90\x4f\xcd\x35\x4b\x1f\xb4\xd2\xbd\x4e\xda\x79\xd0\xd9\xc7\x17\xbd\xe5\x11\x72\xd7\x13\xda\x61\xe9\x39\x47\xc6\xa3\x89\x62\x13\xa4\xd8\x6d\xfc\xb2\x69\xf2\x8e\xdb\x5a\x1d\xfd\x20\x6e\xf4\xa5\x74\xfe\xba\xa5\xb4\x4e\x2e\x58\x2f\x0c\x6e\xbe\xde\x6f\xf0\x7d\xa9\x10\xeb\xe3\x57\x6b\xf4\xf6\x39\xe9\xed\x97\x3f\xa2\xb7\xa3\x2b\x84\x54\x74\x10\xde\xbf\xbe\x39\xca\x32\xda\xe6\x29\x3e\xdc\x99\x2b\x50\x27\x3a\x35\xda\xbc\x0c\xd7\x19\x0f\xf6\x8f\xc3\x20\x12\x18\x6c\x6e\xfd\x3a\x45\x17\x43\x7f\x9b\x34\xa2\x69\x0f\x04\xdd\x09\xc0\xd0\xf9\x40\x5d\x5b\x6b\xba\xee\xff\x78\xd7\x8e\x99\xf4\xdd\x2f\x1c\xfe\xce\x29\x3a\x0a\x1f\x70\xf0\x0b\x1a\xfc\xf2\x24\xde\xed\xbd\x33\x57\x74\x00\x80\xbc\x8b\x12\x5c\x30\x1d\xa1\xaf\x3a\xb9\x8c\x1b\x5d\x68\x70\xff\xfd\x36\xd8\xd9\x7e\x8f\xf4\xbf\xde\x14\x35\x45\x3c\x87\xf1\xab\x8c\x24\xc0\xf7\x0f\x9d\x44\x23\xc5\xd8\xeb\x73\xe9\x8a\xb6\xae\x1e\xb1\x2f\xd0\x56\x56\xbd\x37\xa6\xd1\x36\xaa\x16\xaf\xf7\xf6\x2d\xf2\xb2\xa1\x1a\x49\x01\x1e\x3d\xf4\x1c\xbc\x4e\x91\x6c\x2b\x67\x26\x50\x68\x74\x62\x64\x7c\x77\xa8\x87\x8c\x75\x82\x44\x17\x5c\x43\xc3\xf4\xac\x97\xf1\x20\xdd\x11\xd2\xa4\x84\xde\x47\x15\xf4\xfa\x11\xe7\xb5\x37\xef\x00\x32\xda\x33\xea\xaf\xd6\x49\x57\xed\x7f\x3b\xd2\xbb\xc2\x88\xf6\x6d\x8c\xd1\xe1\x4e\x0b\x15\xde\xbe\x8b\x16\xd2\xaa\x05\x92\x83\xf6\x21\xfd\x6e\x4a\x5d\xb0\xda\xae\x15\x87\x04\x58\x67\x3a\x02\x9b\xe8\xd0\x12\x96\x74\xd4\xf4\xb8\xb5\x2b\x03\xac\x6a\x84\xb7\x7a\x17\x96\xc4\x0d\x05\x5b\x60\x7c\x8a\x3a\xad\xd2\x53\xee\x6c\xcb\xb5\xa4\x77\x46\x06\x7d\x12\x8b\xbb\x45\xb3\x14\x2c\x6f\x64\x72\x95\x01\xf9\x17\x4f\x8c\x6b\x80\xbe\x4f\xee\xcd\xa9\xb9\x38\x25\xb7\x4b\x6c\x57\xf4\x6e\xdb\x46\x1f\x98\xd9\x08\x8d\x29\x9f\x5c\x5e\x96\x4b\x9a\xec\x3d\x8e\xf9\xdc\x93\x8d\x77\xf0\x50\x8b\xd3\xd2\xb6\x27\x66\xe7\xb4\x3d\x31\x3d\x57\x8f\x60\x98\x5c\xc9\x88\x35\x49\x93\x23\xe3\x8d\xc9\xbb\x15\x84\xa1\x6a\xce\x50\xd1\x7f\x30\x77\xac\x5c\x04\x69\x45\xab\xf2\xd5\xe2\x14\x14\xcd\xa7\x16\x55\xd9\x37\xbf\x1e\x6b\xfb\xd2\xf7\xef\x25\x6b\xf8\x76\x6e\xf4\x90\xf5\x52\x0f\x4b\x8c\x33\xb3\x02\xb3\x7a\x4e\x1b\xe8\x80\x2d\x34\x3e\xee\xcc\xda\xb9\xea\xc0\x31\x8d\x0e\x0f\x06\xa0\xf8\xdb\xbc\x79\xb6\x4d\x71\x3d\x75\x9c\xcb\x4f\x35\xb0\xe8\xfb\x35\x64\xef\xff\xd7\xf6\x02\x77\x70\x2f\xb0\xf1\xe3\x7b\x81\x8e\xd9\x9f\x23\xb7\xb1\xc9\xb5\xd6\xa1\x19\x7c\xa0\x4d\x89\x3f\xb4\xa7\x24\x4d\x55\x3c\x46\xd1\x5d\x58\x6e\x2f\x76\xfd\x5d\xc7\xae\xbf\xc2\x1d\xb7\xaf\x26\xb7\x1a\xe6\x85\x11\x7b\x04\x6b\x18\xa9\x30\x35\xe7\xc0\x50\x7e\x3d\xd6\x9c\x7f\x97\x3f\xe0\xf6\xb3\x3e\x4c\xc9\xfd\xe2\x21\xe2\xf1\x68\x46\xdb\x35\x3b\x2f\xb9\xd6\x2a\xf8\x22\xd9\xdd\x02\x04\x3d\xe8\x80\xb6\x57\x14\xe9\xd8\xc4\x66\x52\x3b\xf5\xfb\xd7\x89\xc2\x6b\x25\x42\xfa\xf1\x28\xcf\xc4\x3f\x02\x0f\x57\x9c\xfb\x23\xb7\xce\x1c\xe4\x71\x60\x7b\x5a\xbf\x7a\xb1\x9b\xa9\xe7\xea\x7c\xee\x38\xcb\xe7\xf0\x74\xc4\x38\xb7\x49\xb2\x6f\xa2\xef\x8a\xd3\xf7\x6f\xef\x73\xfb\x1f\xfb\x26\x2c\x14\xc9\x89\xde\x1c\x65\x38\x51\x40\xd3\xe8\xe3\xae\xd1\x99\x27\xf5\x84\x9d\x16\xb7\x3e\x9c\xe8\x8c\xee\x12\xfd\x1c\x91\xf9\x70\x42\xbb\x3c\x27\x46\x8f\xb7\x49\xde\xed\x9b\x19\xee\xba\x4d\x3b\x41\x75\x2c\xe3\x9a\x2b\xe0\x28\xdb\xad\xd6\xdf\x6f\xbf\xc4\xe6\xcb\xd6\x87\xcc\xa6\xc0\x12\xa5\xde\xa0\x82\xbb\x02\x67\x01\x79\xf6\x70\x37\xdc\x3a\x99\x63\xd4\xb7\xfd\x70\xac\xc8\x66\xc0\x2d\xcf\x3c\x95\x81\x9a\x0f\x44\x4d\xc4\x74\xac\x6f\xa6\x77\x99\x91\xb1\xc2\xaa\x7d\xfa\x46\x6c\xb3\x7a\x29\x63\x27\x3a\x74\x68\x53\x85\x15\xf2\xf6\xee\xa9\xf2\x6b\xb5\xf7\x2d\x8a\xcb\x79\xc9\x37\xe8\x98\x41\x3b\xbc\x92\x9b\xb0\xe8\x16\x5c\x5c\x25\xee\x2f\x1c\x91\x8a\x5b\x01\x61\x51\xeb\xaa\xad\x84\xde\xd5\x0e\x56\x9b\x22\x39\x2f\xac\x40\xab\xf6\x2b\x39\xe3\xfa\xbc\x7b\x8c\x9b\xb1\x32\x1c\x63\xd1\xaa\xbd\xcf\xb4\x7d\x41\xcd\xf5\x79\xef\x6a\xef\x4a\x0f\x8e\x8c\xb4\xe6\x2e\x92\x30\xd9\x47\xe9\x0e\xec\xf1\xee\x29\x45\x7a\xdc\x61\xd3\x91\x16\x4d\xc9\xdb\x35\x9a\x83\x7b\x5c\x62\xc2\x42\xb5\x8e\x4e\x1b\x56\x4d\x3a\x91\x66\x69\xae\x4f\xf9\xfb\x3d\x16\xfe\x76\x0d\x12\xb0\x62\xee\xa1\x86\x7b\x7d\x12\xb7\xd0\x5d\x99\x3d\x3d\xd0\x74\xbf\xab\xf9\x34\xad\xc4\xa7\xf9\xd5\x4a\x82\x4e\x17\x27\x89\x9a\xbd\x73\x92\xc4\xab\xc8\x83\x62\xe8\xd1\x32\x57\x7d\x15\xe8\xd3\x3d\xfe\x8a\x0a\xb5\xf8\x36\x88\xdd\xb4\xdf\xac\xea\x20\x71\xc1\x36\x4e\xa9\x6c\x97\x5b\x9f\x8f\x93\xb6\xfd\x13\xf5\xba\x3d\xae\x6b\xc1\x42\xb7\x03\x9a\xb9\x6b\x6e\x9d\xb5\xf3\xc5\x01\xc4\x5a\x2f\x46\xe8\xe7\xf9\x35\x79\x97\x2d\x0c\x85\x49\x02\x89\xa6\xa6\xe2\x1f\x3d\x79\xa4\x64\x07\x85\x49\xe5\x44\x85\x8f\xf1\x41\x4b\x29\x14\x7c\xe0\xf4\x69\x53\xe3\x13\xe7\x8d\xb6\x3c\x13\x15\xb7\xd0\xc7\xf5\xdb\x36\xa6\x7d\xb0\x19\xf0\x0d\x79\x1f\x8d\xf9\x19\x30\x04\xfd\x8d\xd3\xc9\x96\x71\xce\xb2\x6f\xfc\x63\xfe\xf8\xbe\x05\xf8\xdf\xed\x4e\x34\x35\x71\x76\x25\x85\x1b\xc6\x2e\xc5\x83\xe7\xdd\xaf\x83\x64\x63\xcc\x52\x56\x0d\x18\x2a\x58\xa2\xc7\xf9\x37\x79\xbc\xb2\x71\x99\x08\xe0\xbb\x8b\xac\x04\xae\x5d\xfc\xd0\x26\x99\xd3\x8e\xcc\x9f\x1b\x46\x33\xd5\x8f\x9b\xbe\x2a\x94\xa7\x69\xad\x48\xe2\xe3\xf1\x40\x1e\x49\x28\x76\x92\x3a\x4b\xb3\x8a\x82\x0a\x03\x9e\xd0\xbd\x6c\xb5\x57\x17\x72\x5b\x31\xec\x1a\x5d\xde\xfa\x26\xcf\x8c\xee\x25\xb5\xea\x66\x12\x7a\xd3\xa6\xf9\xbd\xbc\x7d\xaf\x05\x1f\x3d\x58\x77\x24\x21\x5d\x7a\x2b\x8c\x2e\x1f\x54\x4c\x6d\xb7\xef\xe3\xba\xdd\xbe\x05\xca\xf6\x4f\x3b\x47\x46\x9f\x7f\xb6\xfe\x90\x68\xbf\x2c\x14\xed\x96\x6b\xbe\x21\xd7\xf0\x2d\xed\xc1\x58\x86\x0a\x96\xe1\xbd\x47\xe0\x48\xed\x7d\x33\xba\x7c\x49\xfa\x67\x36\xd6\xba\xbc\x4d\xdc\xbe\x3f\x45\x03\xb6\xda\x42\xf9\x62\xed\xb7\x90\x9f\xab\x58\x0a\x0c\x43\xce\x1c\x03\xfb\x54\x60\xb9\xcd\xd1\x71\x2c\xa5\xfe\x14\xd8\x6e\x27\x68\x63\xbf\xdc\xe8\xf2\x47\xf3\x38\x17\xa0\x91\x39\x95\xa4\xa2\x1a\xd1\xd5\x68\x57\x4e\x29\x74\xf1\x94\xb6\xda\x9b\xa6\x3a\x38\x7e\x9d\xac\x52\x0c\xda\xcd\xee\xdb\xdf\x77\xb1\xe4\x08\x77\xb0\x83\x0b\x6c\xc5\x27\x56\xd7\x18\xe8\xc1\x2c\xf7\x5d\x30\x0c\x66\xe6\xee\x85\x16\xef\x42\xdb\x47\x48\xdb\xd6\xaf\x22\x15\x78\x32\xed\x1a\x55\xf4\x70\x40\xc9\x33\x3c\x74\x75\xde\x36\xee\x5a\x20\x9c\xf2\x71\x34\x5c\xec\x7f\x44\x96\xb4\xfc\x80\x61\x63\xa6\x16\xac\x7d\x96\x01\xb9\xab\xf6\xed\xe5\x69\xde\xf3\x3d\xb4\x49\x2e\xea\xf1\xa0\xcf\x41\x37\x5d\x9d\x27\xfb\x56\x2d\xe5\xa7\xb0\x3e\x7c\x26\x3d\x00\xd0\x76\xfa\xc1\xb8\xe6\x03\x42\xcc\x6d\x3e\xbe\xfe\x3b\xa7\xdc\xb2\xd3\x99\x28\x71\x6f\x8e\xd1\x58\x73\x49\x98\xed\x9c\x25\xb1\x0a\x6e\x71\x14\x7f\x3e\x12\x01\xe3\x61\xda\x46\x61\xf4\x7e\xfd\x8c\x4e\x65\xdf\x9b\xdc\x1a\xe1\x5e\x10\x7a\x8c\x2f\x49\x65\xe4\x7d\x3a\x53\x94\x7a\x05\xe4\xb5\x4d\x1a\x56\xc3\x5c\x3f\xd0\x7b\xbd\xc7\x6b\xce\x07\x0b\xda\x64\xaa\x5f\x1a\x36\xef\x8c\x69\x08\xe7\x85\x43\xa8\xd2\x06\x63\x44\x5b\x1b\x55\x3c\x4e\xa0\x9f\x44\xd8\xcf\x44\x16\xc7\x5e\x8f\x69\xc6\xeb\x33\xcd\x9e\x59\x98\x49\x4f\xfb\x88\xab\xa0\x9a\x82\x40\xa1\x1f\x99\xab\x44\xdf\xf6\xda\xe8\x7a\xb8\xc1\x23\x08\xf3\xf6\xa7\x7d\x4b\xcd\xd8\x27\xde\x9b\x61\x92\x05\x7d\xca\xf4\x75\xb7\x87\x68\xd0\x42\xa2\xbd\x62\xbc\x14\x06\x08\x75\x79\xd0\x7e\x30\xeb\x6d\xed\x58\xd6\x36\x58\xcd\x52\x63\xfe\x5b\x29\xc1\x53\x93\xef\xb5\x4e\x33\xa7\x49\xbe\x1f\x46\xe3\x0f\x12\x9d\x39\x20\x4d\x77\x8e\x0b\xf0\xd7\x1a\x1d\xdf\xc4\x40\x70\xeb\xa2\xa2\xce\x31\x21\x43\xf1\xcc\x87\x8e\x0c\xa2\xb9\x32\xfa\xbc\xf3\x60\x66\x5d\x61\xdf\xef\x79\xaf\x93\xf4\x5c\xe9\xe9\x3d\x3f\x74\xe3\xb6\xd1\xf3\x3b\x20\xb4\x62\xcf\x33\x13\xe4\xc4\xea\x98\xa2\x24\x6a\xa6\x83\x34\x76\x67\x92\x2c\xd9\x93\x99\x17\x2a\x3d\xe3\x13\x7f\x3c\x76\x25\x58\xef\x63\xaa\xb8\xee\x24\x1d\xf1\xcb\x05\x19\x7f\xf3\x6b\xe3\xda\xb8\xb6\xf6\xcf\x1b\xd6\xa5\x21\x78\x87\xcb\x83\xf0\xa0\x53\x62\x48\x46\x53\x86\xa2\x3c\x7c\x20\x2d\x0d\x10\x42\xa1\x20\xe4\x2e\xeb\xc6\xe7\xaf\x3e\xfb\xa7\xb8\x53\x2b\x1d\x3b\x89\x4d\x02\x2f\x57\xb8\x42\x2e\xef\xf1\x00\x9d\x30\x3e\xca\xec\x5e\xa5\x03\xcc\x47\xe7\x8c\x2a\xb7\x61\x65\x6e\x3b\x5e\x79\x3c\xde\x99\xd8\xdb\x93\xbd\xf2\x68\xb6\xf4\xee\xca\xb7\x98\xaa\x86\xd2\x3f\xab\x64\x37\x07\xbf\x95\x9c\xf9\xc2\x0f\x22\xf6\xc4\x30\x5b\xae\xc1\x92\x34\xbc\xec\x99\x4d\x02\x7f\xce\x86\xa5\xff\xff\xc4\x5d\x0a\x2f\x5a\x3a\x95\x40\xd8\xa3\x68\x6b\xe6\xfb\x77\xe1\xb0\x34\xf4\x54\xe5\xa1\xc7\x18\x66\xb2\x32\xe0\x97\xca\xc1\x8c\x0f\xe9\xac\xcb\xf8\x4a\x4b\x65\x8c\xcf\xdd\xae\xca\xe1\x8a\x8f\x2a\x01\x29\x7d\x53\x4f\x94\xf7\x19\xdf\xc5\x39\x53\xf1\x29\xc9\xdc\x9a\x79\xbc\x7a\x5c\x10\x08\x98\x0d\x28\xee\x19\x53\x2d\x1b\x43\x6f\xdd\xe8\xf4\x71\xb1\x54\xde\x53\x83\x25\x29\x68\xd7\x22\xa7\xe2\x3a\x37\x15\x2a\xa3\xb5\x84\x99\x78\x0d\xf6\xc4\x38\xfc\xb8\x90\xa9\x75\x93\x46\xf0\xbb\x56\x1e\x13\x01\x19\x84\x58\x95\x99\xd8\x90\x0f\xd9\x4c\xc0\xea\x3d\x25\x95\xc3\xa7\x24\xd5\x32\xe1\x64\x89\xc9\x86\x2f\xc4\x84\xd2\xca\xe9\xa3\x8f\xc7\x3c\xf4\x46\xbe\x17\x46\x2c\x49\xc5\x7d\xa0\xcd\x0c\x3b\x64\x4f\x4c\x25\xe6\x3e\x60\xc3\x92\x85\xc5\x86\x25\xf6\x1c\x57\x94\xb9\xba\x5f\xae\xe6\x2f\x1e\xa9\x92\xaa\x96\xce\xeb\xcd\x0e\xd9\x6f\x00\xf2\x13\xbb\x13\x8f\x07\xac\x6a\xb0\x48\x3c\x44\x50\x93\xb2\x16\x6f\x55\xa1\xb6\xa1\x15\xa9\xe5\x8a\xd4\xb2\x45\xea\xb9\x22\x75\x59\xe4\x0b\xc0\x11\x3d\x2e\x04\x53\x89\xaa\x63\xb0\xa1\x7e\x9c\x49\xf1\x20\x87\xc3\xb7\x21\xe6\xcd\x7c\x37\xf4\xb4\xb1\x60\xf6\x6f\x76\x18\xaf\x80\x8d\xcd\x04\x39\x5a\x32\x72\x76\x98\x59\x16\x1b\xd4\x9b\xca\xfa\x75\x40\xbd\x33\x26\x73\xeb\x02\xe0\x13\x57\x3c\x0c\x4b\x06\xbd\x57\x39\xca\xe1\x03\x65\xab\x63\x9e\x7f\x1f\xd8\x8b\xb8\x44\x92\xba\x1c\xca\x84\x51\x20\xa2\xd1\x4c\x7e\x25\xdc\x50\xb6\xb0\x03\x42\x37\x53\x3d\x52\xdb\x50\xa7\xc6\x6a\xcc\x5e\x46\x7e\xdc\x24\x63\x71\xca\xf3\x03\xf6\xef\xe6\xe2\x81\x85\xbe\xeb\x8c\xd9\xff\x7a\xc2\x61\x97\x65\x12\xf4\xb2\x9e\x02\xfd\xf9\xdf\x71\x65\x4c\x85\x7e\xc0\xd2\x65\xd3\x79\xd1\xe3\xb2\xeb\xc6\x9d\x1d\xd7\x48\x78\x91\x08\xb4\xcf\x2a\xad\xfa\x41\xb2\xd4\xcb\x49\x4e\xf5\x54\x31\xe2\x40\x07\x3a\x37\x2a\xab\xb4\xea\x71\x41\x99\x66\x14\xf1\x51\x5f\x3c\x30\xfa\x03\x63\xaf\x37\x17\x09\x5c\x84\xd1\x2f\xf8\xf7\xc6\x1f\x3f\xc6\x13\xa8\x90\xd9\x64\xcd\x34\x32\xb5\x86\xab\xd8\x56\xf2\x27\x2e\x13\x27\x72\x87\x52\x94\x43\x2c\xfe\x16\x27\x76\x3f\x48\x66\x6e\x58\x5a\x0c\x4b\x07\xec\x89\x51\x7a\x76\x04\x1a\x1a\x4d\x96\x8c\x2c\x75\x30\x71\x82\x30\xda\xc2\xbc\xcf\x7a\x0d\x9c\xd9\x6a\xa6\xac\x6b\x17\x15\xa5\xdc\xb8\x7a\xe9\xe7\x98\xb6\x9e\x37\x93\x15\x91\x4d\x28\xaf\x56\x56\xe0\xfb\x51\x0c\xfa\xeb\x49\x23\xc9\x42\x0f\xa3\x4b\x61\x54\x1b\xc2\xb0\xa4\xa3\x51\x4b\x56\x0f\x9f\xea\xf1\x27\x82\x58\xcb\x5e\xff\x2a\x80\x5a\x76\x70\x97\x0c\x35\x19\x69\x18\xce\x5a\xfe\x28\x3c\x60\xc4\x18\xd8\x21\x94\x19\x96\x66\x51\xb4\x08\x0f\x2a\x95\x79\x68\x7f\x5b\x06\xa2\xbc\x72\xc2\xa5\xed\x86\xd1\x72\xec\xf8\xe5\x91\x3f\xaf\x70\x78\x7d\x21\xc6\xc7\x76\x34\x58\x08\xef\x72\xe6\x4c\xa2\xca\xef\xf7\xce\x9d\x53\x81\x3f\x61\x85\x5f\x0c\xca\xf8\x58\x6b\xec\xec\xd5\x1b\xf0\xbc\x75\x79\xd1\xde\x02\x41\x61\xbb\xbf\xd8\xde\x68\xe6\x07\x87\x61\x38\xdb\xda\x50\xc9\xf2\x36\x89\xa1\x8b\x07\x14\x26\x04\x9f\x62\x70\xec\x50\x13\x0f\x6f\x6d\xef\xd1\x48\xf3\xbe\x77\x1b\x1b\x4f\x09\xe3\x63\xcf\x06\x0b\xc4\x64\x93\x1d\xbe\x63\x8a\x49\x85\x11\xfb\x4d\x4b\xd0\x0f\x62\x4d\x66\xe5\x3f\x60\x71\xaa\x7e\x83\xa9\x9c\xfc\x07\x2c\xce\xd4\xcf\x9e\xbf\xb0\x43\x4d\xc5\xd8\x98\x40\x01\x24\x17\xd5\xb2\x4c\xdf\x4f\xc5\xba\xe3\x8d\x21\xe5\x8a\x1d\x96\x36\xb5\xde\x29\x97\x62\xaa\xe3\x24\xb7\xbf\xde\xb3\x9e\xe4\x7f\x6d\xe7\x71\xb3\x49\xe2\x7f\x6c\x23\x49\x68\x29\x2b\xa2\x18\xde\x18\x96\xd2\xc0\x68\x37\x02\x60\x35\xed\x42\x00\xbd\xde\xdb\x8c\x2a\xf3\x6e\x23\xdd\x75\x7c\x27\x40\x1a\x9f\xa9\x1b\x04\x52\x43\xcb\x5c\x25\xf0\xfd\xe1\x8d\xed\xc8\xc6\x16\x5a\x76\x64\xa7\x40\x7b\x62\x32\xd7\xbc\xa2\xde\xff\x1f\x53\x39\xe4\x63\x7a\x7e\x66\xff\x87\x79\x4b\xd7\x4d\xc3\x8d\x99\x92\xb1\x51\xcc\x45\x9e\x6a\x35\xad\xeb\xa8\xda\xf0\x57\xce\x78\x81\x32\xb3\x11\x88\x89\xc1\x36\x90\xde\x36\xe4\x6a\x94\xf7\x1c\x1c\xb0\x0d\x27\x12\x73\x05\x50\x42\x92\xc4\x0f\xd3\xd8\x20\x20\xe5\x17\x18\xaf\xea\x37\x7e\x89\xf0\x66\xde\x2a\xe2\x4d\xd5\x4e\xc8\x00\xfb\xdf\x4c\xb1\xbb\xcd\x64\x28\xa4\x7f\x6d\x6c\xe8\x80\xd9\xe1\xa3\x37\x62\x93\xa5\x87\x59\x4c\x59\x7c\x91\xc2\xc6\x66\x02\x7a\x14\x3c\x26\x0f\xeb\x40\x53\x08\xa7\xeb\x19\xd8\x21\xb3\xef\x6d\x47\xea\x95\x1b\x5a\x6d\x50\xb8\xa3\x99\x3f\x06\x4e\xb7\xf0\xc3\x48\x93\x8d\xf0\xdf\x32\x70\x61\xa9\xa8\x01\xb1\x37\x6c\x58\xaa\x84\xe1\xac\xe2\x89\xfb\x4c\x51\xa0\x96\x03\x96\x6a\x1a\x78\x29\xa8\x4f\x07\x4c\xa3\xf9\x5f\xca\x77\xe2\x31\x55\xf3\x39\xf5\x24\x2f\x99\x00\xd1\x31\x2c\xfd\xba\x65\x5d\x5e\x1c\x6d\x21\x6b\x01\x71\x12\xf3\x99\xb2\x4c\x69\x9d\xaa\xfc\xbc\x99\x42\x0b\x22\x8e\x10\x50\x06\xe8\xd2\x5f\x2f\x8a\x26\xff\x99\x8d\xec\x68\x34\x63\x1b\x48\xa7\x07\xcc\xf6\x1e\x37\x33\xc8\x2e\xac\xa7\x4d\x03\xd6\x2c\xab\xdb\x30\x92\x96\x25\x19\xd0\x3f\xce\x84\x6d\x10\x53\x62\xff\xfa\x97\x8e\x1d\xad\x37\x9d\x17\x25\x3d\x69\x24\x91\x6a\x31\x10\xd1\x32\xf0\x48\xce\xa4\x39\x53\x8a\xdf\xc4\x08\x34\x98\x62\x8a\x7a\x3f\x46\x66\x84\x5f\x52\xbc\x56\xa5\x4f\x66\x87\x6c\x83\x7a\xc5\x2b\x3d\x0e\xc8\xfc\x28\x1f\xf9\xc1\xbc\x0d\x2f\xde\x1e\x5f\xf5\x4f\x5a\xce\x4a\xe6\x21\x7d\xa7\xf4\x13\xe4\x63\xbf\x1c\x64\x8d\x34\x10\x2a\xef\xa0\xc8\xe6\x01\x5b\xf9\xce\x58\x5b\x0f\x69\xf6\xb8\x41\x2d\x6c\xc6\xdf\x72\x73\xf1\xac\x83\xab\xb2\xb2\x03\xb8\x9b\x38\x97\x5a\xcb\x84\x2f\x35\x0e\xc6\xde\x26\x86\x60\x32\xa9\xe9\x6b\x3f\x0e\x9f\xd2\xc6\x62\x19\x3b\x78\x4e\x8a\x6b\x77\x80\x1c\x3e\x21\x3b\xd5\x3e\xc6\xb7\x99\x1c\x3e\xd1\x92\x4f\x2f\x5c\xad\x64\xf1\xe5\x21\x87\xc3\x12\x26\x56\x1f\x96\xde\x25\x45\x9f\x10\x84\x5f\xca\xc9\xb5\x22\x71\x3b\x6f\x2b\x09\xb4\xb2\x46\x1e\x45\x71\x02\x65\xb4\x8f\x5f\x87\x28\x34\x8f\x19\xdd\x06\x72\xf8\xf4\xc4\xb4\xeb\x40\x0e\x58\x6d\x9b\x3d\x3f\x6b\x00\xbe\x55\x53\xcd\xf0\xb6\x92\xc3\xa7\x7f\xcb\xf9\x64\x71\xae\xe6\x7f\x3f\xc7\x84\x75\xf8\xa4\x7e\x3d\x4b\x6a\x09\x0f\x9f\xd2\x06\xdf\x33\xab\xe8\xcd\xa7\x0c\x6e\x26\x2f\x71\x39\x7c\x4a\xa4\xfb\x33\x9a\x72\x87\x43\x75\x77\xc7\xb0\xc4\xd4\x65\x24\x87\x4f\xff\xd0\x24\x80\xde\xf0\xdb\x0a\x0e\x72\x2d\xda\x80\x9b\x5c\x28\xce\xfa\x0a\x94\x8d\x9d\x95\x0e\xb4\xde\x78\x0a\xa9\x49\xf2\x60\x96\xba\x06\xe6\xf0\x69\x58\x12\xde\x78\x58\x7a\x7e\x97\xe6\xaf\x54\xaf\x0c\x06\x0e\x9b\x06\xfe\x7d\xe6\x33\x63\x6f\x63\xe7\x87\x9c\x80\xa1\x4a\x21\x3d\x2c\x31\xbc\x38\xe6\xf0\x09\x46\xf3\x4b\x59\x4a\xf4\x67\xa6\x2e\x8f\x49\x21\x5a\xc3\x0a\xf6\xb6\x1e\x8e\x3c\x08\x89\x17\x24\xfb\x89\xb1\xf8\x3a\x9e\xc3\x27\xe5\x0f\x78\xce\x97\xb2\xf5\x45\xe0\x2f\x1e\x95\xfa\x01\x6a\x6b\xb6\x6c\x4c\x03\x1b\x69\x89\x9f\xea\x75\xc2\x36\x50\x22\x14\x7f\x66\x2c\xbe\x35\xa7\x1c\xdf\x99\x53\x8e\x6f\xcc\xc1\xaa\x0a\x5f\x9b\x45\x0d\x14\x0c\xe1\x39\xf7\xee\xd5\xe8\x4d\x53\xa3\x7c\xf7\xd7\x13\x4c\x7e\x0c\x8a\x82\xd4\xa5\x40\x45\xe8\x4f\xd1\x94\x52\x0a\x0b\xf0\x11\x01\x43\x1d\xc6\x57\x0f\x15\x35\x95\xbb\x84\x28\x5f\x44\xd1\x6a\x1e\xb7\x4f\xc3\x12\x1b\x96\x9e\xff\xb6\x14\xfc\xd2\xc0\xff\x6f\x91\xb0\x82\xe1\x3f\x42\xc3\xd9\x37\x6f\x2b\x09\x97\xd4\x39\x6e\x9a\x99\xa6\x58\xe9\x5b\x54\xbe\x93\x26\xb5\x7b\xc4\x0e\x9f\xa4\x61\x98\x12\xcf\x60\x7e\x1e\x3e\x69\xb6\x68\xb1\x7c\x8e\xed\xcf\xb4\x6c\x97\x17\x90\x1d\x3e\x45\xc1\x52\x97\xec\xf9\xeb\xc8\x80\x14\x34\xff\x5d\x39\x2e\x91\x12\x8d\x63\x67\xc5\x46\xeb\xaa\x90\x1a\x9c\x5e\xbe\x6f\xc3\x85\xed\x31\x47\x1b\xdc\xbb\xcb\xcb\x63\xc6\x47\x23\x11\x86\x6f\x2b\xf0\x35\x5d\x7e\x1d\xdd\xd2\x6d\x68\x87\x4f\x59\x6f\x4b\x66\x7e\x75\xd2\x8e\xbd\xbc\x99\x32\x76\x56\x3f\x61\x0b\x7f\xb1\x5c\x30\xbc\xf0\x20\x4b\xdc\x31\x61\x17\x61\x38\x4d\x4d\x8a\x1c\x5e\x8b\xaf\x1b\x7f\xfc\x98\xc1\xd6\x22\x43\x9c\xa6\x98\xf8\x81\x50\x96\x3f\xd8\xa8\x80\x3d\x1b\xb1\x67\xb0\x85\x2b\xec\x50\x30\xe1\x85\xcb\x40\xb0\x47\x7f\xc9\x66\xf6\x4a\x20\x87\x61\xd1\x4c\x14\xf3\x13\x9b\xcd\x02\x31\x39\x7c\x92\xce\x1c\x9a\x8f\xb1\x3f\x0a\xdf\x56\xec\x77\xe5\xf4\x02\x48\x83\x43\x9a\x1b\x68\xff\x4a\x4d\xdd\xd8\x4c\xb5\x8e\x2c\x94\xfd\xa2\xe9\x1a\x1b\x9b\xec\x20\xa3\xb1\xa5\xea\xe8\x2b\x08\xf5\x3f\x40\xb0\x7c\x4e\xbe\x6d\x2a\x87\x5b\x7c\x9f\xa7\x76\x23\x1b\x3b\x64\xc3\x52\x18\xce\xe2\xd9\x2b\x19\xa5\x3f\xb8\x25\xf1\xc4\xba\xf2\x42\x8b\xa4\x4c\xb9\xc2\x17\x0b\x7d\xf3\x40\x5e\xff\x06\x5a\x94\x08\x82\x83\x74\xdb\x9b\x99\x67\xe9\x12\x88\x59\x22\xb0\x40\x11\x04\x52\xf9\x65\x87\x87\x87\xac\x59\x6d\xc4\x0c\x51\xdd\x20\x57\x56\xf7\xc7\x95\x61\xae\x70\x84\x15\x7b\xe1\x54\x5c\x7f\xea\x78\x8a\x42\x25\x97\x81\xf6\x91\xf7\x30\xe1\x86\x22\xa3\xcf\x89\x20\x90\x7c\xe9\x39\xe7\x2d\x4b\x5d\x4c\x07\xe6\x36\x1a\xf2\xa0\x1a\x9e\x05\xfe\xdc\x09\xd7\x78\x37\xe2\xb1\x68\x46\xfd\x0b\x86\xbb\x84\x5c\x5e\x8a\x13\x4a\xbf\x52\x0c\x20\xd5\x21\xf8\x95\x1d\x9b\xb6\x61\x5d\x81\x66\x11\x3b\x64\x22\x36\x51\x99\x1d\xa6\xf1\x9c\x6a\x53\xce\x10\x20\x7a\xf3\x55\xa3\xef\x7a\x13\x3f\x41\x80\x04\xf5\x20\x26\x86\x9f\x8d\x11\x49\xed\x12\x33\xc3\x12\x7b\xc3\x64\x9f\x65\xfd\xfe\x3f\xf2\x5c\xa4\x3e\xa7\xee\x03\x2c\xf8\xee\xd9\x73\xa1\x89\xa3\xbf\x09\x96\xd3\xe8\xfd\x6b\xe8\xcb\xf1\x26\xfe\xdf\x86\xb6\x52\x77\x32\x16\x8e\xdc\xf6\x1e\x7f\x74\xa0\x4f\x9a\xdb\xeb\x6c\x70\x79\x35\x2c\x19\xe4\xeb\x4a\x78\x83\xbf\x04\x5b\xf1\xf9\x2f\xc4\x82\xbc\xe6\xb1\xec\xfa\x53\x1d\x05\x3f\xc0\xb9\xf2\xd8\xca\xdd\x50\x99\x60\x6c\x98\xde\xa0\x24\xaf\x28\x6d\x69\xc4\xde\x22\xf5\x7a\xe8\xfd\x64\xca\x8a\x95\xd4\x1c\xde\xd5\x87\x42\x57\xe3\x5d\x3c\x8e\x8c\xc7\x31\xf1\x12\x26\xf2\xef\x05\x77\x61\x5c\x2f\xde\x7d\xfa\x4f\x51\x77\x22\x50\x9f\x58\x57\xbf\x0c\x33\x34\x98\x7c\x8c\x7f\x68\xb7\x60\xbe\x1c\x3f\x20\xcb\xa7\xa4\x6f\x7c\x09\x1a\xcb\xef\xdd\xc7\x85\x28\xd4\x01\x23\x24\x0c\xd6\xd5\xae\x41\x52\x4f\xa0\xc8\xcb\x9d\xb8\x57\x05\x40\xac\xbb\x57\xd2\x78\x59\x1b\x70\xbc\x48\x04\x13\x7b\x24\x58\xf1\x0d\x98\xb4\xcb\x4e\x52\x1f\x7d\xfa\xb6\x87\x36\x5f\x4e\xbc\x48\xf2\xc4\x82\xda\xfd\x7e\x07\xec\x86\x76\x39\x70\x79\xe5\xae\x48\x4c\xc8\xfe\x39\x0d\x4d\xb7\x18\x1c\xdc\xaf\xd0\xc1\x49\x97\x0b\x59\xa5\xc2\xee\x67\x8f\xec\xc6\x8f\x66\x0c\xaf\x7d\x64\xb6\x37\x66\x78\x89\xe7\x2f\xe9\x65\xbb\xae\x2f\x39\xda\x82\x5b\x64\x13\x60\xb5\xcf\xd7\x17\x27\xa9\xf7\xf9\x7b\x65\xf5\xcf\xda\x05\xb3\xa9\xd7\xea\xa6\xd9\x82\x97\x66\xaa\xdf\x35\x77\xcf\xea\x45\xe4\x25\xb4\xfa\xab\xa2\xdb\x68\xb3\xdf\x93\x6b\x69\xd7\x7d\x49\x43\x52\x78\x51\x6d\xaa\x80\xe4\xa1\xfa\x3b\x0f\xa3\x4b\x92\xe7\xdc\xad\xb6\xfa\xc7\x55\x1e\x7f\xa9\x7b\x6e\x33\xc4\x23\xe3\x37\x8a\x6e\x05\xce\xd3\xc9\xe1\x0b\xb3\x3c\x2c\x71\xf5\x9a\x25\xef\x25\x0f\x4c\x4f\xbc\x5e\xf4\xfa\xe2\x44\x95\x29\x22\x82\x61\x89\x6b\xaf\x99\x7c\x2f\x6b\xa4\xe8\x62\x58\xb2\xe8\x91\xc1\xb3\x2a\x91\x90\xc8\xb0\x64\xd1\x03\xe3\x51\xfa\xab\xf9\xa8\x7f\x35\x15\xcc\x6b\x89\x66\x58\x3a\xc2\x4f\x4c\xff\xc6\xf0\xa3\xac\x1a\x13\xd3\xb0\xd4\x85\x9f\xac\x3b\x96\x5f\x8a\x69\x6a\x58\x3a\xb1\xc3\x88\xe1\x07\x46\x5f\x18\x7e\xd2\x6a\xe9\x94\x26\xcb\xab\x57\xc9\x88\xb2\x84\x97\x2d\x18\x0f\x6e\x0d\x1d\xca\xf2\x6b\x07\x96\x50\xe7\xb0\x74\x22\x7f\xcb\x4f\x9e\x0c\x81\x02\xbb\x4c\xbe\x2a\xa0\xd3\x61\x69\x6d\xdb\xab\x64\xce\xd3\xd3\x9c\x21\x5f\xc0\x29\xbe\xc0\xde\x19\xbd\xc6\xa2\x1a\x41\xeb\xa2\xea\x80\x9d\xd9\x41\xe4\xd8\xee\xdb\xb4\x04\x7b\x57\x18\xad\xa1\x45\x97\xd4\x28\xba\xa4\x28\x1c\x22\x7b\x37\xf4\x1f\xee\x63\xfb\xe5\x3e\xe2\xcb\xa6\xd9\x21\xfb\xed\x09\xdd\x90\x07\x05\xf2\xb6\xec\x3a\x9e\x30\xd8\x4c\x06\xfd\x34\xea\x06\xc3\x5b\xa7\x31\x22\x64\xfb\x7f\x83\x66\xf8\x25\x69\x38\xb9\x88\xfa\x87\x5a\xad\xed\x69\xad\xee\xe6\x5a\x4d\xdf\x68\xad\x23\x24\x91\xae\xc5\xe8\x48\xae\xbe\x3e\x60\xb5\x6a\x3a\x84\x48\x06\xb6\xd4\xb6\x8b\x30\x94\xbd\x17\xfb\x4f\x76\x9a\x69\x5d\x5d\xb1\x7d\x90\x57\x2e\x8a\x1a\x8c\xaf\xe1\x06\xf4\xdc\xf8\xee\x38\x1d\xad\x76\x29\xdc\x89\x8a\xf8\xda\x0a\x23\x3b\x48\x36\xaf\x0b\x2f\xea\xce\xb5\x22\xa3\x76\x86\xa5\x69\x20\x1e\xb3\x91\x56\x2a\x60\xa9\x78\x24\xc9\x0d\xdf\xaf\x1c\xcb\x77\x5a\x8d\x77\xfc\x73\xb7\x85\x6f\xa0\x43\x9d\x74\x51\xda\x67\x8a\x7d\x1f\x40\x65\xfe\x84\x3c\xee\x65\xfc\xcb\x0e\x0f\x99\x7c\x8b\xee\xaa\xcd\x97\x37\xf1\x68\x1b\x40\x39\x03\xa9\x1d\x7c\x4a\xb9\x29\x41\x39\x2c\x2c\xc4\xe4\xbd\xe5\x87\x4f\xc3\xd2\x5c\x8c\x9d\xe5\x3c\xbb\xdf\xf0\xa4\xc1\x96\x72\x54\x41\x9b\xd9\xdd\x36\xdd\x69\x5c\x68\x0e\xba\x76\x18\xae\xd1\x0f\x99\x78\x88\x84\x37\x0e\x13\xad\xf7\x2d\xb4\xf0\x82\x32\x49\xd1\xc2\x2f\xa8\x77\x43\x4f\x8f\x60\x0a\x96\xa3\xc8\x0f\x36\x50\x83\x3b\x78\x51\x49\xfd\x3f\xec\x42\xd8\x63\xdf\x73\x1f\xdf\xbe\x50\xec\x5d\x3c\x35\xe1\x72\x21\x64\xc3\xba\xdb\x7b\xb1\xbc\x71\x9d\x11\xa3\x6b\x3d\x93\xf0\x0f\x9d\x91\xc9\x5b\xe0\xd9\x21\xa3\x10\xd3\xb2\xbc\x03\x7e\xa3\x50\xf9\x50\xbb\xe6\xf7\x0e\x9a\x37\xd1\xcc\x09\xcb\xd8\x6b\x39\xaf\x0f\x6b\x9b\x0a\x23\x3b\x14\x6c\x58\x1a\xac\x44\xb0\x72\xc0\x04\x3b\x48\xe6\x31\xb5\xf3\x80\x14\x99\x34\x0a\x7a\x71\x99\xae\x9b\x67\xff\x38\x64\xd5\xdc\x3e\x45\x96\x24\x63\xe2\xa0\x9d\x2d\x45\x70\xeb\x0c\x8a\xec\xc6\x16\x2b\xda\x14\x2b\x28\x93\xeb\x20\xcd\x65\x8b\x9a\xc5\xa1\xa6\x50\x5e\x9e\xdb\x8b\x0d\x6d\x65\x1a\x0c\xef\x89\x3e\x60\xde\x72\x7e\x23\x02\x8a\x46\x2a\x6e\x88\xb1\xb7\xb9\x35\x4e\xb0\x20\x28\x04\x04\xbb\x13\x8f\x87\x4f\xd8\xe6\xb3\xda\x51\xc3\x7f\x7e\xab\x7d\x79\xce\x6d\xba\xa8\xff\x36\x37\x0b\xf6\x6c\xf4\x8d\x96\x9f\x87\x0d\x1e\x04\xf6\xe3\x46\x1a\x27\x34\xd9\x85\x7b\x49\xf0\x5f\x79\xe2\xb8\xee\x06\xd0\x4f\x69\x7d\x99\x3f\x83\xd7\x3f\x87\xd9\xf5\x68\xfd\x39\x88\xcd\x4a\xd6\x3f\x40\x68\xbf\x21\x46\x6c\xef\xf1\xcb\x9f\xa4\xb7\xf5\x18\x94\xe8\x4a\xc4\x5b\xe1\xc0\xe9\x3f\x0d\x93\xeb\x0b\x49\x14\xaf\x2f\xc0\x58\x86\x69\xfc\x46\x84\x5e\xfd\xf2\x05\xf8\x06\x3a\xfc\xff\xf5\xaf\x3f\x54\xbf\x1c\xf9\x97\x68\x99\x6d\x6c\x2a\x4e\xf4\x8e\x55\x5f\x6a\x8a\xb1\x5f\xd6\x37\xf7\x72\x45\xd0\x23\xae\xbd\xb1\x98\x38\x9e\x28\xdc\xd4\x55\xff\xad\x45\xd6\x1f\x5e\xd6\xaf\xfd\x52\xfc\x3e\xb5\x18\xd3\xfb\x1e\xea\xbf\x97\x59\x75\x21\x23\x96\x0e\xa9\x02\xb8\xd5\x82\xc8\x2a\xfc\x85\x83\x0c\x53\x2a\xb4\xac\x15\xab\xf0\x85\x55\x50\xa1\x3e\x94\x5a\xfa\xbb\xb7\xca\x37\x56\x00\xe5\xcf\x5d\x6a\x2f\x8d\x39\x19\xf5\x77\x47\xfc\x8a\x75\x95\x43\x4a\x62\x7e\xac\xa9\xa1\x70\xb2\xfb\x5d\x9c\x14\x10\xdb\x6b\xc8\x26\x79\x78\xce\x28\x0e\xa7\xfe\x58\x84\xeb\xb5\x86\x62\xd2\xfa\xc3\x3a\x00\x29\xab\x4a\x2f\x1d\x96\x1e\xe8\x30\xc7\xb0\xf4\xee\x49\x5b\xd7\x52\x3f\xfa\x05\xb7\x78\x9e\x33\xda\x68\x06\x86\x17\x95\x89\xef\x08\x4f\x18\xbb\xf4\x36\xbe\x24\x2b\x5e\xdf\x4a\xfd\x07\x9a\xc9\x0b\x1c\xad\xa1\xc6\x8f\xf1\x88\xa2\xb7\x9b\xb9\x39\x7f\x1e\x16\x79\xb9\x51\xcf\xd6\xae\xf7\x47\xc5\x1b\x9f\x93\x5f\xf2\xe8\xdd\x8b\x3e\x6e\x2c\x98\xf2\x35\xff\xa1\xa3\x87\xc9\xf1\x38\xed\x0c\x1c\xfc\xbc\x10\x13\x23\x7f\xf2\x8d\x42\x5b\xe5\x52\x7b\xc1\x93\x8e\xa3\x4c\x02\x2e\xb5\xa1\xfe\xc8\x79\xc3\x4b\xb1\xb0\x03\x3b\xf2\xa9\x68\xca\x1f\x8f\x2f\x46\xf2\x44\x23\x1e\x98\x8b\x3f\xbc\xca\x31\xff\xea\x5d\xfb\xdc\x5e\xae\xe6\xaf\x8f\x63\x28\x0b\x76\xf9\x0d\xe5\x5e\xc9\xec\x16\xc4\x5e\xfe\xb8\xc6\xa9\xbd\x32\x58\xf7\xd4\x5e\x9d\x38\xde\x5d\xf2\x0b\xf7\x61\xe9\xf1\x3b\x3b\x0e\x48\x0f\xa7\xf6\x2a\xbd\xdf\x51\x6c\x18\x6a\x70\xa4\x4a\x9c\x38\xa9\x71\xe0\x34\xaf\x3d\xe3\xe8\x29\x90\x34\x7f\x48\x0c\x66\xb1\x37\x44\xfa\x75\x6a\xdb\xdb\x85\xee\x97\x61\xa9\x56\xcd\x1c\x2c\x72\xd1\xeb\xaa\xaa\xcf\x9c\x48\x5c\x2e\xec\x11\x3a\x3f\x3c\x64\x77\xb1\x8b\xc2\x75\x3c\x71\x2c\x54\x43\x8e\x37\x13\x81\x13\xa5\xda\x9a\x02\x2e\xe5\xa9\xdd\x8c\x93\x4c\xb9\x20\x86\xa5\x34\x00\xcf\xa9\xe1\xc6\x13\x12\x1e\xa4\x27\xe8\xb7\x2f\xf1\x91\xcb\x18\x98\xbb\x30\x3e\x16\x98\x62\xef\xca\x83\x99\x18\x8f\x5a\xb0\x3e\x9e\xb4\x1c\x96\xfc\xa2\x6f\x72\x2b\xf6\x9f\x85\x1f\x9d\x11\xf9\x34\xaf\x66\x4e\x78\x66\x69\x9f\xd4\xde\xde\x17\x0d\x11\x95\xff\xf9\x11\x40\xa5\xb0\xca\x43\xe9\xe5\x3e\x28\x10\xf3\x5f\x14\x7c\xe6\xd2\x71\xc7\xe7\x4b\xb1\x14\x2f\xc0\xc8\xfe\xa7\x22\x4f\x95\xca\x7d\x83\x65\x18\xf9\xf3\x84\x5d\x6a\x04\xa7\xf1\xd0\x2c\xc9\xb1\x48\x1e\x63\xa3\x29\x65\xae\x3c\xf0\x56\xaf\x6f\xc3\x0b\xd9\xeb\x28\xa6\x07\x45\x8c\x74\x30\xae\x51\x35\x32\xd4\xb9\x2d\x6b\xc8\x18\x42\x74\x22\x4b\x74\xdd\x2e\xc3\xc8\x99\x3c\xc6\xb4\x55\xe0\x7f\x2b\xf6\xba\xfe\xa8\x3b\xf1\xbb\x3e\x3e\x57\x3c\x74\x02\xff\xfe\x80\xd5\xe5\x1b\xe5\x56\x6d\xee\xa5\x97\x5c\x3c\xca\xa2\x65\x50\xec\x07\x25\x98\x13\x2e\xab\x01\x9e\xbc\x2c\x86\x7b\x26\x92\x15\x5e\xfd\xdf\x31\xb8\x92\x1f\x34\x33\xde\x58\xf4\x96\x36\x8b\x3d\xb4\xaa\x68\xb8\x9a\x6a\xfb\xdc\x60\x46\x23\xe5\x89\x46\xbd\x5e\x9f\x64\xce\x94\x66\xc6\xa1\x62\xcb\x72\xa3\xc8\x8a\x2a\x1c\x4b\x4c\x4e\x59\x14\xb1\x67\xa6\x7b\xe2\x8a\xbd\x95\x48\x9f\xca\x43\xf6\xfa\xe3\xd0\x8c\xc9\xa3\x3c\xd6\x0b\x7b\xb9\xbe\x87\xb1\x85\x07\xec\x48\x76\x9d\x6a\x9e\xaf\x6c\xc7\xb5\xd3\xfb\xb8\x9b\xa9\xe3\x87\xeb\x8f\xb2\xd9\xde\xe3\xbb\x8d\xdf\xbe\xfc\x94\x33\x6a\xf1\xa9\x0a\xdc\xf1\x3d\x94\x5a\xc5\x1a\x37\x60\xae\xd6\x6f\x78\xb4\xc7\xf1\xa6\x74\x6a\x4f\x3e\xbc\x78\x94\x90\x22\x5a\x53\x07\x00\xfd\x85\xf0\x48\xbb\xd2\xce\xfe\xc9\x13\x25\xf8\x7e\xcd\xb9\x3f\x56\xa9\xb0\x05\x7e\x07\x36\x11\xf8\x6e\x98\x41\x1f\x6d\xa4\xc7\x48\xa4\xc7\x14\x6e\xe4\x16\xfb\xbb\x82\x93\x84\x39\x0f\x23\xb6\x93\x7f\x9d\x6a\x4f\x92\xc8\x86\x2e\x40\x36\xff\xbf\x70\xc0\x27\x29\xa9\x94\xf9\xf4\x3a\x7e\xfe\x29\x27\x80\x2a\x15\x79\x04\x0c\xa6\x93\x6d\xc9\x87\x90\x45\x33\x21\x29\xd8\x9f\xe0\xc3\x48\x91\xac\xac\x35\xb2\x3d\x76\x23\x60\x9e\xc6\xcc\x99\xb0\x7b\xc1\xee\x6d\x2f\x62\x36\x0b\xc4\x24\x10\xe1\x8c\xdd\xe0\xc0\xca\xb2\xb8\x16\xb1\x48\x13\x2e\xa7\x26\x64\x36\x0b\x1d\x6f\xea\x0a\x0c\xa2\x28\x27\xf3\xaa\x81\x75\xc8\x36\x3c\x71\xdf\xc2\xb3\x85\x18\x8e\x93\x3a\x1b\x46\x07\x35\xe9\xbb\xb4\x47\x9c\x09\xdb\x20\xe8\xff\xf5\x2f\x1a\x86\x3a\x2a\xa8\x1f\xad\xd3\xdf\x97\x43\x41\x1e\xff\x8d\x27\x19\xcd\x21\x5b\x8c\x83\x84\x9e\x87\xd9\x03\x40\xbf\xa7\x56\xd4\x21\x4b\x05\xea\xeb\xdf\xd4\x29\x3d\x32\x3c\x25\x1b\xdb\xc0\xd5\x16\x9b\x1f\xbf\xa4\xc7\x23\x99\x11\xd3\xb9\x40\xb2\xf2\x59\x7a\x01\x6a\x6b\xad\xe8\x28\xe8\xf3\x8b\xa7\x4d\x01\x57\xd2\x22\x4e\xb1\x60\x76\x48\x8e\x37\x0d\x63\xc9\xf1\xc2\xd8\xdc\x5b\xd9\x81\x1e\xaf\x75\xc8\x8a\x9a\x8a\xa3\x2c\xbb\x63\x65\xb3\xaa\xb3\x84\x6a\x7e\x29\xf6\xaa\x38\xd6\x37\x7d\xfe\x01\xe0\xa5\xd2\xbf\xe8\x41\xbf\xf5\x6a\x7a\x77\x21\x21\x9f\xf5\xa7\x3f\x35\x0c\x46\xc1\x52\x3b\xa6\x99\x73\x80\xc5\x48\xa5\xb6\xb2\x07\x3a\xd3\xd3\x94\xe0\x23\x21\x9d\x04\xd7\x8a\xc1\x23\xd4\x30\xa3\x40\xa3\x12\x6b\x39\x59\x26\x0b\xb5\x06\xa7\x6d\x2a\xa8\xe1\xfa\x1f\x54\x7d\x33\x75\x9e\x59\xa3\x95\xa3\xf6\x95\x75\xdc\x3d\xed\x68\xae\xf6\xe2\x63\xc2\x59\x63\xaf\x90\x1c\x36\xcb\xd1\x4c\x78\x1b\x34\x63\x48\xba\x57\x83\xd6\xe0\x80\x8e\xa2\xea\x96\xa2\x3d\x1a\x89\x45\x14\x66\xb6\xd5\xf4\x35\x64\x28\x51\x5c\x2c\xeb\x5e\x3e\x1c\xfd\x03\xe4\xba\x7e\x8d\xfc\x54\x52\x96\x04\xb9\x7e\x5a\x32\x05\x0e\x0f\xe3\x81\xa7\x28\x36\x16\xda\x1b\x7f\x82\x4a\xd3\xcc\xe3\x05\x06\xb2\x0e\x41\xc8\xac\x47\x91\xb3\x02\xee\x19\x66\xbd\x99\x05\x30\x3e\x67\xa6\xb6\x08\x6b\xbf\x68\x68\x53\xf3\x1b\xeb\x8f\xbf\xfb\x1e\x18\x96\x78\x28\x64\x43\xac\x7e\x51\x27\x89\xfb\x3e\x90\x40\x7c\x94\x38\x3e\x47\x8c\xfc\xf9\x97\xc4\x22\xdd\xd4\x49\x03\xbe\xc1\x3a\x41\x61\x02\x16\x1d\xfb\xc7\x61\xd1\x3a\xc9\x6b\x1d\x1b\x71\x95\xb5\x0c\xdf\xf7\x2e\x70\x27\xf6\x18\x0d\x03\x75\x00\x7a\xf3\x20\xed\x1f\x7a\x41\xfb\xc8\x9d\xff\x4c\x39\xc2\x95\x47\x78\x9d\xbb\x71\xfd\xe9\x34\x3c\xe3\x93\x69\x2b\x31\x51\x9e\xe3\x64\x4a\x87\xc3\x12\xcc\x60\x38\x73\x26\xd1\x56\xb8\x9a\xa2\x1f\x18\x0a\x16\x1d\xd3\x2a\x38\xbf\xb5\x1e\x80\xcc\xb1\x1c\xdd\x0b\x54\xc6\x73\x4a\xa8\x94\xbc\x7b\x2a\xa6\x0e\xe9\x82\x4d\x9f\x90\xfd\x6e\xbb\xe1\xf2\x46\x6b\x5a\x36\x96\x6f\x65\xcd\x70\xf2\x47\xcf\xbe\x7f\xee\x8c\xdc\x8f\x6a\x59\xc7\x27\xc9\x52\x87\xc8\xf0\x4c\xe3\x53\xec\xd1\x2c\x93\x31\x1f\x7f\xd6\x14\xc4\x94\xfe\xf0\x9c\x34\x6b\xba\xfe\xe8\xce\xf1\xa6\x59\xed\x32\xf6\x84\x67\xdc\x03\x89\xb7\x1d\xf4\x8a\xef\x2a\x94\x69\x2a\x3e\x7c\x4a\x3f\x27\x6a\x65\x6e\x63\x27\x77\x6c\xb4\xf0\xf8\xd2\x3a\x74\xbf\xe8\x49\x7f\x81\xb2\x4e\xed\xd5\x30\xe3\x9f\xd6\x18\xc6\xe1\x93\xce\x3e\x72\xdb\x16\xfa\xc1\x34\x3a\x6b\xce\x6c\x16\xd9\x37\x2c\xf2\x19\xd9\x12\xd9\x1a\x0a\xc9\xb1\xb7\x2f\xd7\x26\xba\xd5\xa8\x44\xe2\x20\xcb\x94\xaa\xbc\x76\x41\x29\x5f\x6f\x7c\x72\x37\x5b\xf5\xe5\xa3\xba\x6b\xcc\xca\x2c\xc8\xc0\xda\xe8\x38\x6e\x6e\x34\x52\x29\x3f\x2c\x5c\x99\xb9\xd2\x7a\x38\x35\x35\x48\xbf\x73\x05\xf3\xfc\xf5\xf0\x29\xff\xee\x8f\x60\x2d\xbf\x6e\xf5\xe7\xb7\xb4\x45\x10\x1f\x72\xcb\xc4\xda\xc7\x47\x1d\x0d\x76\xe5\xfb\x6e\xe4\x2c\x8e\xfd\x30\x7a\x5d\x54\xfb\xab\x9d\xe7\xf9\xe3\x17\xdf\xf1\x9e\xe7\x37\x1c\xd2\xbb\x12\x27\xf6\xa3\xbf\x8c\xe8\xc5\x4b\x81\xfc\xca\x68\xfe\x4e\x99\x0b\x31\x79\xa9\x44\x92\xe8\xe9\xa5\x52\x0b\x3b\xa0\xb3\x0f\xf8\x43\x7a\x02\x5b\x4e\xb8\xf0\x43\x07\xc5\x7a\x5c\x57\x7a\x1c\xb7\xc6\xc9\x47\x72\xab\x63\x0a\xbd\x04\x4b\x34\x31\x3f\x9e\x4a\x4f\x3b\xba\x32\xce\x84\x61\x63\x0f\x47\x8e\x2b\x5a\xfe\xbd\xe7\xfa\xf6\x58\x35\x9c\x8d\xfd\x8e\xbd\xa2\xa9\xea\xa9\x43\x35\x59\x40\x0b\x52\x62\x15\x8e\xe5\x1d\x0a\x0f\x3d\x3d\x96\xa1\x01\xcc\x9e\x75\xe5\xf6\xbb\x8e\x2a\x7d\x2c\xef\x36\x9e\x62\x9f\xf5\xb0\x64\x24\x63\x40\xa3\x42\x99\xad\x7f\xde\x9d\xf5\x43\xae\x29\xb2\x54\x52\xf5\xc8\x11\x70\x81\x67\x97\xa4\x33\x0c\xf4\x39\x8e\x29\xc8\x94\xd2\x54\x90\xe8\x69\xad\x09\xf0\x67\xac\xc7\x57\xdb\x8f\x31\xf4\xae\x7f\xc3\x0e\x99\x27\xee\x99\xe9\xfa\x37\x1b\xbf\x49\x6b\x52\x1e\x20\x8e\x8f\x01\x7d\xd9\xcc\xd7\x9d\x68\xb3\x75\x1d\xb8\xec\x90\x5d\x5f\x9c\x94\x29\x3e\x9e\xa8\xf8\xfa\xe2\x64\x03\x7a\x58\x53\xd9\xa3\xd3\xb8\x6b\x96\x98\x32\x6c\xe5\x31\xa8\xdf\xd6\x2c\xb5\x2f\x9b\x65\x10\x32\x73\x81\xa7\x45\x53\x0c\xb7\xac\x3a\xd1\x5f\x2b\x2b\xe2\x29\xa1\xa8\xcc\x40\x0c\x49\x77\x31\x88\x7a\xce\xa5\xa2\xe8\x91\x75\xe6\x73\x2a\x68\x20\x6d\xa8\xa4\x08\x49\x33\xa1\xd7\x18\xd1\xd9\x04\x4d\x2f\xdb\xc1\x2c\xcf\xa3\x37\x72\x59\xa5\xf4\x65\x9a\xb6\x7e\xb3\xa6\x8f\xa1\xaf\x0d\xb9\xd2\x68\x0d\x27\x2d\x68\x59\x97\xbe\xe8\x04\xae\xf3\xf6\x2c\x99\xab\xf4\x0e\x65\x39\x11\xa0\x69\x25\xab\x49\x7f\x28\x70\x6f\xb1\xfc\x57\x75\x82\x50\x6f\xf3\xa5\xe2\xe3\x84\x6b\x62\x95\x34\xa5\xe4\xcb\x8f\xd0\x84\xd3\xb0\x0c\xe4\x1e\x88\x95\x7f\xa7\x91\xbb\xde\xb9\x56\x34\x35\x4e\x9a\xd3\x02\x34\x43\xa9\x04\x7d\x2f\xda\x57\xba\x7c\x97\xed\x1e\x3e\xfd\x3b\x16\x04\xc9\xcc\xff\xfb\xf9\x75\xf9\x12\xb4\x44\x08\xe9\xf4\xb4\xc7\x76\x30\x6e\x05\xce\x8a\x0e\x11\x03\xef\xcd\xe8\x35\x49\xae\xa1\x0c\xdd\x26\xa4\x59\x90\x50\x61\x4b\x65\x5a\x29\x80\x79\x6d\x4e\x85\xd8\xe9\x9c\xb6\xf9\xd7\x66\x58\xc0\xf4\x05\x32\xe0\xef\x49\x4f\xa1\xea\xf9\x9e\xc0\xa1\x30\xcc\x6d\x10\x4f\xf6\xb3\x4c\x76\x30\x2c\xfd\x33\x9f\x58\x66\xec\xa6\x15\x38\x3b\xa5\xb7\x69\x33\xb2\xde\xea\xc2\xc9\xcd\x0a\xd2\x5c\x76\x82\xe4\x48\xe8\x4d\x9c\x35\x39\x51\xf4\x54\x22\xe4\x1f\x0d\xf3\x78\xcd\x69\xc9\x61\x2a\x56\x43\x53\x28\x87\xc5\x71\x1d\x99\xc8\x0f\x99\x77\x49\x3d\x76\x93\x67\x50\x73\x93\xa0\xf4\x74\x10\x08\x1e\xcd\x1c\xae\x8d\x2e\x29\x48\x97\xad\xe1\x3a\x6e\x21\x49\x7f\x8d\x31\x17\xaf\x8b\x19\x81\xe2\xf2\xa0\xda\x89\x23\x1b\xd3\x9e\x89\x7d\xf5\xfd\xb1\x8c\x62\x51\x89\x29\xe2\x37\x5d\x8a\x3e\xa2\xdf\x5a\xc5\xef\x06\xae\x60\x7c\x87\x56\x61\x6d\x7c\x4a\xf8\x3d\xf5\x3a\xa7\xb9\x69\xe5\xd3\x4b\xea\xc7\x75\xfd\x57\x07\xbe\xfc\x45\x9b\xb1\xea\xa0\xa1\xf4\x90\xbc\x94\x25\x3a\xf0\xdd\x8f\x81\xbd\x58\xbc\x32\x55\x34\x94\x85\x0f\x5a\x86\x68\xda\x5d\x9e\x2c\x5d\xf7\x23\x6d\x64\xa7\xc3\x5c\x52\x9b\xdd\xb2\xac\xe3\x0a\x58\x23\xdd\x79\xb2\x7b\x9d\xca\x51\x85\xe9\xb5\x9d\xf1\xd8\x15\x5a\xea\xdd\x87\x24\xae\xa5\x5e\x4d\x25\xe5\x7d\xf8\x18\x9f\xbf\xca\x46\xce\x24\x5e\xaf\xdc\x2e\x7c\x6d\xaf\x60\xbf\xbd\xa6\xd5\x05\x6e\x6e\xe5\x12\x69\x27\xe7\xc9\xb6\xe8\xd0\x9a\x06\x4a\x1c\x66\x50\xd7\x9a\x91\x58\x26\x2a\xcb\xb7\x97\x8a\x44\xa8\xea\xdd\x47\x62\x1e\x5a\xfe\xd2\xcb\x1d\x15\x52\x31\x42\x2c\x13\xa6\xa3\x25\x4b\x96\x9d\x7e\xff\xd8\x51\xb6\x5f\x3d\x0d\xb1\xe2\x36\xd8\xca\xfa\x73\x58\x98\x24\xbb\x38\x84\xa2\x9e\x89\x69\xc8\xf5\x94\x3f\xe3\x4c\x6c\x20\x3e\x44\x4d\x39\xc9\xf1\x7c\x2c\xfe\xfa\xed\x4b\x8c\x9b\x24\x1c\x80\x5e\xce\x55\xea\x26\xed\x48\x77\xfe\xdc\x2d\xb4\x4f\x0c\x24\xb7\xd8\x72\x8c\x28\x0e\xe3\x20\x32\xca\x2e\x94\x54\x9e\xe8\xad\xda\x4e\x3e\x68\xaa\xf2\x3f\x4c\x84\xae\x43\xca\x37\x6e\xdd\xfc\x4f\xa5\xf0\x50\x3b\xf4\xb9\xee\x48\x7b\x6e\xa0\x61\x38\xc3\xf4\x3c\x17\x62\x52\x60\x02\xab\x94\x99\xa1\x88\xac\x4c\xf8\xc4\x46\xfa\x48\x3a\x6a\x05\x2b\xdf\x19\xbf\xda\xaa\xce\x0c\x4a\x78\xf1\x98\x52\x47\xb0\x52\xa3\x29\x38\x80\xb5\x76\xd0\x46\x9e\x0c\xa4\xe6\xbb\x08\x68\xf3\xe1\x77\x35\xf8\xb5\x23\x1f\xbe\x78\x30\x2b\xdf\xe7\x9a\xe3\x56\xf4\x0e\x43\x83\xe3\x3e\xe3\xed\x1f\x6d\x06\xd2\x7b\x97\x79\x72\x55\x31\x71\x2c\x1d\x57\x26\xa3\xc7\x80\xc7\xa4\x42\xc4\x34\xdb\x3d\x79\x39\x01\x19\x7d\x5a\xf4\x65\xee\x78\x92\xf9\xd5\x9b\x7a\xa0\x59\x78\xe1\xdf\x1f\xcb\xb4\xfc\xe8\x2f\x36\xd2\x4a\xb5\x4c\xe5\xef\x78\xd3\x74\x80\x5a\x78\x66\x8f\x31\x29\x42\xb6\x52\xc2\x65\x53\x1d\x29\x37\xf1\x81\x4a\xb4\x3c\xcc\xb9\x29\xd7\x67\x22\x4c\xb2\xee\xa7\x92\x77\xc5\x62\xab\x9c\xe2\xc0\xb9\x7c\x85\xce\x7c\xca\xc2\x60\x74\x38\x2c\x55\x26\xf6\x0a\xca\x42\x85\xb5\x8d\x25\xa2\xe0\x99\xd9\x6e\x74\x88\x0e\x91\x42\xe7\xa2\xf6\x6e\x33\x17\x9e\x57\x34\x8b\x5e\x72\x0e\x3b\x3d\x8b\xa7\xd9\x0f\xa9\x99\xcc\x55\x4b\x66\xb3\x56\xad\xea\xb5\xe2\x80\xb6\x5a\x75\xdd\x2c\x47\xc1\x52\xa4\xbf\x89\xd0\xf9\x46\xa1\x4f\xb9\x6f\x97\x7e\x10\xc1\x2c\xaf\xf9\xd0\x12\xe1\x48\x78\xc4\xb0\xb3\x84\x10\xfa\x41\xc4\xd5\xe7\x78\x43\x01\x86\x43\x75\x19\x67\x91\xcf\x3e\xa7\xc6\x05\x75\x92\x36\x8b\x2a\x7d\x86\x4a\x3c\x55\x09\xa6\x1e\x96\x10\xda\x30\x07\x72\x25\xa6\x5e\xbe\x8e\xa6\x35\x12\x2d\x60\x7f\x69\x82\x05\x15\x38\x6b\x36\xc5\x1d\x27\xdb\xd9\xc9\xce\x24\xa6\xf1\x7e\x7e\xf7\x14\x6f\x13\x3e\xbf\xad\xc0\xd7\x42\x12\xd2\xd7\x57\x0a\xf3\x2f\xd1\x96\x9e\xaa\xaa\x90\xc6\x2e\xd7\x15\x48\xd1\xda\xda\x66\xfe\x4b\x73\x7f\x01\xcd\xfd\x81\x79\x5e\xa5\xf2\x30\xa4\xa7\xf8\x43\xc1\xb7\xd4\xec\x16\x55\x4e\x26\x76\xbb\x78\x5e\x1b\xff\x9d\xd6\xbf\x7e\x5a\x65\xde\x93\x56\x92\x7b\x23\x3d\xb5\x98\x0a\xc5\xf1\x3d\x96\x2b\x91\x9a\xe0\x38\xb9\xca\x0f\xae\xdd\xed\xff\xce\xf1\x5f\x3f\xc7\x71\xee\x15\x31\x36\x1f\x0b\x67\xf9\x2c\x29\xc1\x32\x45\x52\xd3\xbc\xbe\xa5\xff\x4e\xf5\xdf\x62\xaa\xc3\x68\xdd\x42\xbe\xcc\x7d\x29\x9e\x59\x95\x9f\xe7\xbf\xb3\xfb\x33\x66\xf7\x47\x94\xbb\x82\xb3\x9c\xa4\xb7\xe5\xe6\xe6\xb9\xa8\xd4\x9a\x1c\x55\xec\x5f\xff\x62\xc3\x12\xdb\x62\x98\x21\xf4\xa5\x92\xcf\x69\x53\x23\x03\xce\xe6\x5f\x46\xb3\x60\x19\x85\x85\x34\xcb\xd1\x2b\x1b\xae\xa7\xda\x7c\xd5\x84\x52\xf7\xeb\x3f\x46\xa8\x7f\xc8\x0c\xcd\x10\xea\x8f\x4c\xf7\x5f\x6b\x7c\x16\x6f\x24\x61\xfe\x76\x75\xcb\x0f\xeb\xb6\xfe\x5d\x70\x0e\xf9\x95\x19\xe3\x8b\x2f\x3b\x5c\x93\x3f\x7e\xcb\xd5\x13\xc8\x6b\x00\xbc\x22\x87\x7c\xb2\xc0\x16\x8f\xd9\x0b\x8a\x5e\x91\xd5\xbd\x68\xff\xe6\x45\x1c\x9d\x05\xfe\x5c\x44\x33\xb1\x0c\x7f\x1a\x76\xcc\x6e\xcb\x0e\x67\x98\xc8\xfe\x35\x48\x4a\x20\x28\x42\x0f\xed\x64\xe1\x42\xd6\x22\x32\xde\xb0\x7f\x57\x16\x1a\xe4\x7f\x01\x62\x2e\x2f\x8f\x7f\x22\xbd\xe0\x0e\x12\x8c\x74\x11\xbd\x06\x27\x97\x97\xc7\x3f\x40\x2b\x97\x97\xc7\xba\xfd\xfb\xa7\x90\x91\xdb\x88\x49\xb0\x9e\x9b\x86\xe7\xc4\x4d\x19\xc7\xa6\xa9\x17\xd9\x34\x2d\xaf\x71\xe6\x7c\x49\xf9\xf9\xd4\xe1\xac\x64\xab\x9d\xbc\xaf\x99\xbc\x1f\xc9\xe5\x8f\xb1\xb7\x4f\xfe\x88\x3f\x68\xae\x68\x9d\xed\xe9\xc1\xc3\x2f\x66\x71\x7a\x8a\x5b\x24\x18\xd8\x33\x3b\xd4\x60\x5c\xbb\xd5\x9d\x0b\xce\xcc\x26\xc6\x4f\xd8\x5b\x7a\xf3\x27\xb3\xdb\x9d\x5c\x0d\xb3\x70\xed\x91\x98\xf9\xee\x58\x04\x87\xc3\xd2\x91\xe3\x46\x22\x60\xda\x24\x21\x8f\xd1\x6e\xe9\x89\xb9\x09\x3e\x63\x10\x6e\x61\xf2\xfe\x54\x57\xeb\x38\x70\xbc\x03\xf2\xfc\xee\x72\xe6\xdf\x3b\xde\x94\x64\xb1\xca\x28\xf4\x4c\xd8\xc9\xc9\xd2\xb7\xfa\x0e\xa1\x36\x2e\x2c\x4d\x44\x95\x8e\xcd\x94\xd8\x3e\x7c\x92\x3f\x52\x1f\x43\x7d\xfb\xf2\xf0\x29\xb5\x9b\x59\xf6\x7c\x2f\x2d\xd8\xa7\x22\xea\x89\x47\x85\x08\x7a\xca\x34\x87\x05\xd4\x66\xba\xfe\xc9\x8d\xf7\x4d\x0f\x9f\x0a\xb7\x53\xcb\x13\xe7\x41\x8c\xad\x02\x20\x9d\x90\xe4\x6c\x1c\x57\x99\xb9\x89\x02\x96\x72\x37\x12\xf3\xae\xb7\xf2\xef\xc4\x38\x99\x28\xed\x65\x1a\x4c\x15\x57\x5c\xbc\x6d\xa2\x95\x7d\xcd\xe5\x48\xb1\xfb\x9e\x10\xb2\x11\xa7\xea\xdd\x8c\x6f\x05\x4c\x87\xc7\xe3\xc2\xbf\x13\x8f\x45\x6d\xe8\xd4\xa5\x5f\x38\x56\x7c\xdb\x58\xd7\x5b\x2c\xa3\x24\xa2\x0c\x5e\x41\x45\x1e\x08\x3b\x73\x0b\x59\x24\x1e\xa2\x5f\xf4\x00\xc0\xfc\xad\x63\xb4\x06\xe3\x53\x61\x59\x46\x21\x1e\x34\x7a\xcb\x25\x0c\x0a\xcb\x13\x5c\x3f\x1b\x1b\x0e\x72\x53\x47\xe3\x6c\xe5\xc8\x3f\xf1\xef\x45\x60\xd9\xa1\xd8\xd8\x2c\x63\x92\x97\xc1\x64\x03\x5a\xdc\x64\xef\xd8\x56\x4d\x8b\x8a\x59\xcb\x91\x9e\x0b\x51\x9e\x61\xd7\x0a\xed\x38\xb2\x14\xd7\x99\xcb\x3d\x8e\xf4\xa6\x07\x95\x70\x26\x6c\x83\xbe\xff\xeb\x5f\x54\xb0\x20\xba\x28\xf5\xbe\x2c\x2f\x5b\xdc\xc8\xf0\xf0\x82\x83\x14\xfa\xcc\xe6\xb5\x90\x22\x80\x5f\xbe\xc2\xa6\xa8\xc7\x82\xae\xd6\x39\x74\x53\x57\x12\xe8\xbd\x6a\x68\xcf\xed\xae\x25\x37\x3a\xe6\x7b\xd2\xd6\xd8\xda\x11\xd9\xae\x08\xa2\x8d\x7f\x63\x4c\xb7\x43\x65\x0f\xd8\xff\xca\x09\xc0\x7f\xaf\x1b\x4c\x62\x1e\xe1\x95\x19\xab\xef\x1e\x98\x21\x56\x17\xef\x54\xe5\x69\xfd\x95\xa2\x28\x29\xea\x89\x7b\xab\x68\xff\x4b\x36\x50\x0e\x5d\x67\x14\xdf\x8c\xa8\x92\x1a\x04\x81\x95\x06\x84\xe2\x2a\x65\x43\xf1\x8a\x91\x05\x71\xdd\x50\x7b\xc0\x1d\x30\x62\x4a\x7e\x82\xe7\xcd\xdf\xaa\x32\x19\x97\xde\x84\x1f\xb4\xed\xd1\x6c\x63\x83\xde\x25\x23\xce\x85\xd5\x51\x01\xbd\x51\x2c\xa6\x99\x54\xc9\xeb\x72\xde\x68\x66\x87\xec\x1f\x2f\x16\x78\xb1\x1d\x40\x6b\xb0\x8c\x43\xe9\xf2\x11\x93\x04\x9d\x5e\x1e\x75\x8b\xb5\x05\x52\x80\xa5\x9a\xd6\xb9\xc5\x5a\x9e\x16\x2b\x37\x09\x2a\x8d\x0c\xbf\x2b\xe4\x3d\x2f\xa5\x03\x00\x29\xf2\x47\xf2\x00\x84\xe1\xcc\xf4\x1f\x7e\x6c\xb3\x5b\xe5\x81\xff\x7f\x57\x2a\x80\xd4\xfe\xf4\x9f\x48\x04\x30\xfc\xef\x51\xf8\x9f\x75\x14\xfe\x58\xb8\x0b\x11\x24\xb4\x1c\xf9\xf1\x71\xf6\x68\x26\x98\x3d\x8a\x96\xb6\x9b\x3e\x17\xaf\x25\x12\xa2\x36\x42\x21\x98\xba\xbf\x7b\x2c\x56\xc2\xf5\x17\x22\x28\xcf\x9d\x51\xe0\x87\xfe\x24\xc2\xeb\xbb\x85\xb7\xb5\x0c\x2b\x2a\xde\xed\x9f\x15\x95\x6d\xa1\x72\x2f\x6e\x2a\x74\x4c\x26\x74\x9d\x30\xfa\xe7\x8d\x08\xa3\xad\x45\x60\x8f\x22\x67\x24\xb4\x64\x0c\xff\xd9\xc3\xf1\xe1\xcb\xa7\xe3\xd7\x84\xed\xff\xa7\x8f\x7c\xff\xc9\x53\xdd\x99\x90\xf4\x9f\x74\xa6\xfb\x47\x4e\x6f\xa7\x82\x1e\x37\x8a\x42\xd2\x5f\x73\xbe\xda\x58\x0b\x58\xfa\x9e\xdf\xdf\xe3\x80\xa4\x7c\x88\xaa\x1e\xeb\x12\xc3\x2f\x7d\x90\x72\xc1\x68\x5e\x3e\xd0\x6c\xe1\xcb\x45\xee\x4b\xec\xd4\x38\x60\x69\xa7\x46\x5c\x54\x73\x77\xfa\xca\x4f\x9c\xbb\x10\x51\x9b\xf8\xd7\x1d\x7d\x8e\x2f\x80\xc1\x7f\xbf\x14\x9e\xf5\xcc\x9c\x32\xc3\x5b\xf7\x5e\x71\xc2\x55\xcd\x4f\xe6\x26\xbe\x97\xeb\xa7\x4f\xb2\xe2\xe5\xfe\xec\x42\x8c\xd9\xb1\x1d\xb1\xf8\x7e\xff\x6c\x8b\xc9\xbc\x68\x0c\x99\xcc\xde\xdf\xb3\x76\xaf\x7e\x0e\xf2\x3a\x14\x98\x1b\x0a\x6f\x23\x09\x9c\xe9\x2c\x62\x76\x10\xf8\xf7\x30\x81\x21\xb0\x3c\xa9\x71\x0b\x76\x23\xa2\x7b\x21\x3c\x75\xd1\x6a\xca\x87\xf6\xa2\xab\x21\x13\x01\xf9\x9c\x67\xe0\xa9\xa8\xc5\xf8\xbb\x66\x5f\x26\x27\x23\x55\x95\x74\x90\x22\xf9\x1a\x54\xf1\x17\x2f\xd2\x2b\x14\xb8\x39\x9c\x65\x4e\x47\xd2\x8d\x7e\xe8\xcc\x57\x17\xb9\x8c\x7d\x76\x2f\x98\x27\xc4\x18\xbe\xb2\x99\x08\xc4\x2f\xda\xc8\x92\x40\x31\xe5\xb0\x22\x5d\x26\x7d\xc4\x25\xad\xbb\xc4\x25\xb3\x1f\xf4\x9b\x25\xd7\xfb\xc1\xb2\x78\xd3\xad\xf2\xfc\xe9\xc7\x17\xa3\xe1\x97\xa1\xb0\x6c\xd7\xbd\xb1\x47\x77\xaf\x8e\x7e\x8f\xc3\xd2\x93\x4c\x8e\x94\xd2\x0b\xa1\x4b\xd2\x15\x6a\x11\xf2\xb9\x74\x86\x2d\x31\xb1\x97\x6e\x74\x66\xbb\x22\x8a\xc8\x7b\x76\x35\x13\x73\x81\x7b\x2a\x63\x11\xc8\xf6\x31\x6e\x13\x3f\x24\x1d\xc6\x31\xf6\x5d\xfd\xfa\x4a\x7a\x83\x05\x92\x70\xfa\x4c\x14\x7e\x97\xf6\x16\x54\x1e\x29\x7a\x07\xa3\xc9\x35\xa1\xbd\xc8\x86\xd4\x7f\x2f\xd3\x63\x02\x9e\xca\xd8\x58\x10\xa7\x1f\x88\xa9\x83\xa6\x29\x30\xdd\x9f\x9e\xc6\xf1\x8f\x25\xc7\x54\x77\x42\xea\x51\xec\xea\xdd\xfa\x6c\x8b\x32\xaf\xd4\x9a\x4c\x8b\x45\xf5\x60\x3d\x16\x54\x28\x0e\xf6\x07\xdb\xdd\xc8\xdc\x03\x57\x1c\xf7\xaf\x07\x46\x23\xfb\xd1\x48\xf2\x20\x45\xa0\xec\x90\x3d\x3d\xab\xe2\xf6\x62\xf1\x62\xc1\xcc\x15\xe7\x55\xf6\x97\x67\x58\xcb\x47\x4c\xd3\x02\x44\x41\xbb\xfe\x1e\x23\x3d\xfe\x4b\x7f\x9f\xba\xea\x30\x75\x91\xd1\xf8\x3b\x37\x1d\x69\x91\x2d\x85\x17\x26\x65\xaf\x63\x7a\xf1\x26\xa5\x57\xdc\x1a\x55\x74\x9e\x77\xcd\x7d\x55\x7a\x10\x7b\xc2\x59\x0e\x52\x7c\x26\x1d\xcf\x9e\x55\x5b\x8a\x0e\x2f\xb0\x7c\x1c\x7b\xac\x2c\x14\xe5\x08\x4c\x58\xc7\x81\xce\x47\xd6\x06\xd2\x7f\x94\xa7\x07\x76\xaa\x99\x20\xf9\xd4\x89\xe3\x75\x19\x8f\x7f\x64\x74\xf1\x28\xea\x2f\x0e\x03\x71\x77\x9a\x24\x38\x5d\xdf\x41\xfe\x7c\x42\x75\xf1\xc0\x6a\xdb\x45\x67\x23\x0a\xcf\x1a\xf4\x85\xb7\xd4\xf9\xf5\x41\x9a\x7d\xab\xde\x28\x81\xe6\x93\xba\x9f\x25\x2d\x26\xca\x98\x19\x35\xdb\xf2\xd8\x0e\xee\x50\x44\x1c\xa4\x04\x86\x6a\x31\x14\x73\xdb\x8b\x9c\x91\x05\x2d\x26\x97\x06\xde\xf8\xe3\x47\xd3\x1e\xdd\x4d\x03\x7f\xe9\x8d\x73\x3d\x45\x24\x8c\x9c\xb9\x1d\x3c\x1a\x49\x8d\x2b\xd4\x69\x8b\xa0\x2a\x1a\xb3\x67\xaf\x34\x69\xf2\x9d\x74\x9e\x05\xf9\x36\x33\x18\x4d\x27\x7f\x8d\x5f\x26\x47\x34\x6a\x99\x7c\xb3\x74\xf4\x23\x7e\x9b\x4f\xdf\x99\xce\xaa\x89\x59\x37\xbb\xa4\xfe\x27\x9b\xe7\x2f\x50\x6a\xea\xec\x53\xf1\x09\xa4\x58\xbf\x7d\x71\x21\xe8\x83\x88\xa3\xcf\xf5\xc1\x36\xf4\xf3\x36\xba\xda\x7c\x90\x98\x99\xf2\x42\x9f\x7f\xee\x34\xe1\xff\xd4\x7d\x40\x12\x3d\xf5\x82\x96\x6b\xaa\x3b\x75\xec\x47\xa3\x5e\x34\x8c\x52\xa2\x7a\x23\x26\xd2\x84\x92\x72\xc9\x75\x0e\x34\x6f\x4b\xb8\x9a\xb2\x87\xb9\xeb\x85\x87\xc3\xd2\x2c\x8a\x16\x07\x95\xca\xfd\xfd\x7d\xf9\xbe\x51\xf6\x83\x69\xa5\x5e\xad\x56\x2b\x58\x27\x4e\xd3\x4e\xec\x48\x4e\x7d\xf2\xbc\x72\xc4\xbd\xe9\x3f\x1c\x0e\x4b\x55\x56\x65\x3b\x4d\x06\x23\xd4\x37\xc4\xa6\x99\xfb\xaf\xed\x68\xc6\xc6\x87\xc3\x52\xbf\xb6\x5b\x6e\xd6\x9b\xac\xbe\x5b\xae\x6d\xef\x9d\xec\x96\xf7\x58\xa3\x5a\xde\xd9\x69\x8e\xca\xb5\x7a\x83\xd5\xca\xdb\xcd\xed\x72\x93\x35\xca\xd5\xdd\xf2\xee\x4e\x93\x35\xcb\xdb\x3b\x3b\xee\x7e\xb9\xb6\xbd\xd5\x28\x37\x1a\x8d\xd1\x56\xb9\xbe\xbf\xbb\x05\xe5\x76\xb7\xca\xcd\x6a\x63\xab\x51\xae\x35\xeb\x5b\xe5\xfa\xde\x56\xb3\xbc\xdb\xec\xef\x54\x59\x6d\xa7\xbc\x5d\x6d\x8e\xb6\xca\x3b\xbb\xf5\xad\x5a\xb9\xb1\xb7\xb3\x55\x2b\x37\xb7\xb7\xea\xe5\xdd\xfa\xce\x56\xbd\xdc\x80\xb6\xf6\xf7\xf6\xdc\xad\xfd\xf2\x4e\xa3\xce\x1a\xe5\xed\xea\xce\xa8\x56\xae\xd5\x59\xad\x5c\x6b\xee\xb2\x7a\xb9\xba\xc3\xea\xe5\x66\x63\x9b\xd5\xcb\x7b\x0d\xd6\x28\xef\xd5\x1a\xdf\xf2\xd1\xfb\xc9\xa8\x1a\x7b\xe5\xbd\x6a\x9d\xd5\x1a\xe5\xdd\xdd\x9d\x51\xbd\x5c\xad\x36\xcb\xfb\x8d\x6d\xd6\x28\xef\x36\x59\xbd\x5c\xaf\xb1\xed\x72\xbd\x0a\xe3\xda\xad\xee\xba\xd0\x2d\x00\xbe\x5d\xdd\xb1\xeb\xbb\xe5\xc6\x1e\xa3\xbf\x80\xcb\xea\x56\xad\x5a\xde\xdd\xde\xd9\xda\x2b\xef\x6f\x8f\xb6\xb0\xc5\xad\x9d\x72\xb3\xbe\xd5\xa8\x96\x6b\xfb\x7b\x5b\xe5\x26\xfc\xde\x29\xef\x60\x77\x8d\x7a\x51\x13\xf5\x72\x73\x6f\x8f\xa0\xa9\x61\x6f\x4d\xec\x6d\x7b\x54\xae\x01\x02\xaa\x7b\xbb\xe5\x9d\xdd\xad\x66\xb9\xb6\xc7\x6a\xe5\x9d\x6a\x63\x6b\xa7\x5c\xdb\x03\x64\xd7\x76\x1b\xd0\x71\x73\x97\xd5\x9a\xe5\xbd\x66\x73\xab\x86\x08\xa8\x37\xca\xbb\xfb\x5b\x7b\xe5\x9d\xed\xbd\x0c\x16\xde\x56\xf4\x99\xd6\x30\x02\x53\xd6\x60\x8d\xed\x72\xb5\x76\x52\x65\x8d\xbd\x72\xa3\x59\x1f\x95\xf7\x00\x05\x8d\x06\xa0\xb8\xc1\x60\x9a\xf6\x58\xb3\xdc\xa8\x36\xd9\x7e\xb9\xd1\x00\x48\x6b\x75\x80\xd4\xae\xed\x96\xf7\xf7\x19\xfd\x85\x21\xd5\x60\x72\x77\x1a\x5b\xfb\xe5\x1a\x50\x5a\x1a\x84\xa4\xd3\xe6\x7e\xb9\xba\xdb\x64\x0d\x98\x74\x68\x63\xa7\xc9\xe8\x2f\xb5\x51\x2b\xef\xd4\x76\x18\x8c\x75\x67\xb4\x85\x83\x65\x38\xd8\x2d\x1c\x6c\x83\xe1\x60\xb7\x70\xb0\x0c\x06\xbb\x0b\x6d\xec\xd6\x18\xfd\xa5\x36\xb6\xcb\x75\xa4\xc5\x5d\xa4\x9e\x1a\x52\xcf\xa8\x5e\xde\xd9\xa9\xe3\x64\x37\xd9\x4e\xb9\xbe\x0f\x63\xdb\xdb\x6d\x32\x98\xca\xe6\x1e\x74\xb2\xdd\xa0\xe9\x60\x30\x95\x0c\xa7\x72\xa7\xdc\x6c\x32\x98\xc8\xda\xde\x16\xce\xe4\x1e\xcc\x64\x1d\x67\xb2\x2e\x67\x12\xa8\x70\x77\x1f\xa9\x60\x67\x9b\x7a\x64\x8d\x72\x73\x7f\x2f\x4b\x8d\x1a\x12\xb6\x6b\xe5\x66\x73\x9b\xd5\xa0\x30\xd2\x38\x4e\x44\xb9\xd1\xa8\x8f\x6a\xe5\x5d\x58\x5a\x4d\xa0\xee\xed\x2a\xce\xc0\x76\x03\xe8\x13\x41\xad\xee\xc5\x33\xd0\xdc\xdf\x85\x95\xb6\x0b\x23\x6d\x6e\x6f\xd5\xca\xb5\xfd\xed\xad\x9d\xf2\x5e\x6d\x17\x56\xd1\xd6\x7e\x79\xbf\xb6\x9d\x82\xe0\x2d\xf0\x0d\xe5\xce\xcc\xb0\xac\xef\x5c\x2f\x2a\xe5\xe2\x8f\xea\x8b\x72\x9f\xf8\x34\xa5\x77\xa6\x6f\x30\xe3\x8b\xc5\x46\x91\xc7\x3d\xf1\xd4\xa4\x3c\xd9\x4f\xa9\x2b\x10\x31\x99\x49\x18\x4c\xd4\x6f\xe1\x8a\x95\x1d\x25\x47\x95\xa0\x5e\x90\x9c\x9e\x92\x3e\xc8\x9f\xe5\xac\xff\x99\xf9\x74\x87\x7f\x26\xaf\x6f\x3a\x15\x93\x91\x77\x1e\xa4\xc6\x96\xc9\x97\x9c\xca\xa4\xa2\x1a\xcc\xe9\x93\xd4\x68\xee\xf5\x17\x76\x48\xf4\x94\xb4\xae\x67\xea\xde\x58\xa7\x98\xea\x5b\x1e\xe1\x2c\x95\xf1\x45\x5e\x48\x17\x9b\x96\x6b\x90\x0f\xd3\x9e\xaa\x97\xa4\xff\xcd\xec\x75\xfc\x2e\xd3\xa8\xea\xc6\x67\x26\x05\x6b\x7e\xe3\x56\xcb\x69\x53\x38\xf0\x97\x47\xf6\xf7\x76\x6f\x33\x85\x3c\xe5\xb5\x67\x87\x4c\x2b\x87\x5e\xa3\xe1\x7f\xc0\x15\xfe\xc3\x1e\x6e\x4c\x41\xfa\xa2\x77\xbb\x30\xd9\x4a\xda\x7b\xad\xc2\x47\x4f\x63\x65\x3a\xd6\x76\x33\xce\x9f\xb7\x9a\xaf\xe8\x1d\x11\x9e\x72\x84\x49\xed\x2d\x73\xde\x31\x95\x65\x24\x71\x6f\xad\x8f\xd0\xeb\xb8\xfe\x8d\xed\x9e\xda\x2b\x19\xdb\x87\x59\x35\xe2\x70\xbb\x54\x12\xc0\x14\x5f\x4f\x31\x75\xc6\x7e\xd3\x4b\x7e\x91\x2e\xbe\x64\xc4\xae\xba\x1b\x3f\x45\x95\x29\x87\xc9\x86\x4e\xc6\xaf\xd8\x32\xcc\xdc\x4d\xef\x07\xe9\xfb\xd2\xff\xbb\x95\xf8\xc2\x56\x22\x5f\x2c\x5c\x87\x64\x9a\xdc\x30\x9c\xdb\x0e\x3a\xa4\x28\xb9\xb6\x5a\xa4\x71\x74\x9d\x33\xae\x80\x4c\xab\x60\x7a\x41\xd9\xc8\xfd\x4c\x78\xec\x5e\x30\x4c\xac\xc3\x6c\x16\xe1\xca\x0a\x45\x94\xe4\xe7\x96\x25\xcb\xe5\x72\xe1\x2e\x46\x26\x9b\x63\xe2\x4c\x4f\x38\xdc\x33\x8b\xd0\xc9\x45\x4e\xf9\xac\xc7\x4c\xcf\x46\x4a\xe1\xd4\x4f\x18\xc8\x0d\x4b\x30\x9d\x00\x26\x9d\x1d\x93\xe6\xf4\x04\x8c\x17\x39\x77\xfa\x17\x2d\xcb\xa2\x66\x02\xa7\xa2\xd2\xb2\x79\x34\xc3\xb9\xed\xba\x47\xce\x83\x18\x9f\x0a\x3b\xc8\x44\xc4\x15\x66\xe2\xcc\x50\x4e\x61\xb6\x4d\xf6\xea\xb4\x99\x4c\x0b\x4a\xcf\x71\x95\x24\x8b\x66\xee\x53\x26\xde\x72\xf1\x0e\xec\x48\xdf\x0b\xd9\xd4\xc7\x2d\x84\xb7\x95\x45\x4a\xab\x4f\xf2\x17\xca\x37\x29\x77\x38\x43\x7f\xc4\xe1\x53\xec\xeb\x78\x2e\x48\x17\xa9\xbf\xc1\x7c\x95\xf7\xe9\x37\x6a\xbe\xd3\x2e\xcf\x4c\x6c\x6f\xe1\xb4\xa3\x97\x20\x53\x30\x1d\x6c\xff\x94\x38\x0c\xd6\x36\x98\x7e\x9f\x22\xc9\xd8\x07\x95\x0b\xc3\x5f\x9b\x21\xf4\x8f\x06\x4e\x17\xb1\xe5\x7c\xf5\x98\x4f\xc7\x3a\x60\x41\x21\x35\x84\xac\x6f\xeb\x15\xe1\xd2\xeb\x13\x9f\xbe\x9c\xf9\x33\x7b\x27\x6f\xd6\x11\x59\x74\xb5\x24\xbf\x18\xb0\x33\x3f\x88\x6c\x97\xe1\x76\x57\x59\x69\xdd\xec\x17\x36\x2c\x6d\xe0\xb1\x96\xf4\xfb\x37\x0c\xa4\x73\x89\x91\xa6\x5d\x70\x2b\x5c\xc1\x49\x9b\xd7\x8d\xa9\x78\x38\xef\x08\x2e\xa5\xe0\x17\x5f\xcb\x96\xe9\x60\x3d\xda\x66\xce\x78\x0c\x7c\xe1\x1f\xd8\xa8\x32\x23\x8a\x2e\x8c\x2b\x8c\xd2\x6f\xcb\x0a\xec\x3a\x14\x41\x41\xbc\xbe\xca\xbb\x1c\x67\x57\x7e\x1a\x96\xf0\xb2\x79\xe0\x8b\x05\x79\x95\xd9\xf7\xe2\xe3\xff\x20\xe2\xfe\x10\xf5\x5f\x3a\x53\x6f\xb0\x5c\x77\x60\x20\xa6\x7a\xd2\x2a\xfe\xaf\x90\x7c\x3e\x8a\xff\x6d\x25\xc5\xfb\xd6\x67\xcf\xce\xab\xed\x45\x6c\xf1\x0f\x66\x2e\x7e\x75\x12\xde\x6c\x0c\x3a\x4b\x6f\xde\x4a\xf5\x3c\x87\x20\xda\x25\x3e\x7c\x22\x93\x29\xff\x39\xbf\x67\xfc\xd2\x6e\x71\xa6\xdb\x38\xb8\x23\xc9\x3d\xf7\x47\x53\x15\xff\x40\x22\xe2\x9c\x26\xf0\x4a\x54\xfc\x00\xd8\xd9\x1b\x83\x0e\x9f\xbe\x93\xba\x58\xda\x8b\x98\x30\x3a\x6b\x39\xfe\x8c\x3c\xc4\x80\x22\x65\xdd\x16\x0c\x55\x06\x14\xd0\x1c\xaf\x0d\xa4\x97\x4a\xff\x66\xda\xc9\x3e\xa6\x6d\x06\xd0\x29\x73\x69\xee\x5a\x83\x7e\x6a\xb7\x7e\x6b\xec\xcf\xb5\xdd\x53\xbe\x58\xac\xbf\x83\x2f\xf1\xd3\xaf\xbf\x66\x8f\x76\x54\xe3\x2a\x8e\xe7\x44\x8e\xed\x3a\xdf\x30\xad\x57\x61\xb5\x89\xef\x45\x5b\xe8\x19\xdf\x9a\x8f\xdd\x3a\xf6\x98\xae\xb5\x81\x86\x4b\xa5\xc2\xba\xde\xad\x18\x45\x2c\xf4\xe7\x82\x4d\x51\x1c\xcb\x25\x3d\xf4\x34\xd8\xc8\xd7\x3e\x2c\x1d\x50\x91\x8d\x1b\x7f\xfc\x68\xcc\xa2\xb9\x6b\xfc\x33\xf0\xfd\x68\x73\x58\xca\xa5\xec\x5a\x93\x8c\x2a\x73\x31\xd7\x6a\x96\xcb\xa9\xa5\x70\x5a\x96\xa7\x75\xde\x02\x02\x2b\xef\x0c\x36\xf6\x47\xcb\xb9\xf0\xa2\xf2\x54\xa8\x23\x06\xe6\x63\x77\xbc\x31\x2c\x01\x0c\xc3\xd2\xe6\xe6\xd0\x2b\x7d\x31\x4a\xa4\xcd\x5f\xf8\x7e\x54\x3a\x28\x95\x9e\xff\x9f\x00\x00\x00\xff\xff\xf5\x6e\xf8\x03\x49\x05\x01\x00") + +func v2BuildStaticJsMainDd6fa5f8ChunkJsMapBytes() ([]byte, error) { + return bindataRead( + _v2BuildStaticJsMainDd6fa5f8ChunkJsMap, + "v2/build/static/js/main.dd6fa5f8.chunk.js.map", + ) +} + +func v2BuildStaticJsMainDd6fa5f8ChunkJsMap() (*asset, error) { + bytes, err := v2BuildStaticJsMainDd6fa5f8ChunkJsMapBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "v2/build/static/js/main.dd6fa5f8.chunk.js.map", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _v2BuildStaticJsRuntimeMain23de3f81Js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\x4d\x8f\xdb\x36\x10\xbd\xf7\x57\xd8\x2a\x40\x70\xe0\x59\xae\xbc\xe9\x21\xb0\x76\xd0\x7b\xd1\x20\x45\xd3\x9e\x04\x21\xa0\x65\xca\x56\x4a\x93\xc4\x88\x4a\xba\xd0\xea\xbf\x17\x94\x2d\x39\xd9\x76\x8b\x00\x06\x3c\xd2\x7c\xbd\x79\x6f\x34\xeb\xa6\x77\x75\x6c\xbd\x93\x06\x86\xd9\x5e\xb1\x64\x18\x1a\xcf\xf2\xb3\xe6\x95\x43\x8b\x9a\xb8\xcc\x2b\x0c\xc4\xe5\xb6\xc2\x86\xb8\x7c\xa8\xb0\xa6\x1c\x3b\x2a\xab\xa2\x7e\xd4\xca\x1a\x77\x8c\xa7\xa2\xde\x6c\xc0\x92\x2e\xeb\x0a\xdf\xef\x3f\x99\x3a\xaa\xc0\x3e\xfa\xf8\x14\x8c\x3a\xe9\xee\xfd\x17\xf7\x1b\xfb\x60\x38\x3e\xa9\x5a\x5b\x2b\x3d\x5a\x10\xc2\x97\xb6\x12\xa2\x53\xa1\xef\x4e\x32\x3d\x94\x79\x05\x98\x0c\xca\x8b\x84\xc3\xad\x5a\xb7\x0a\xf0\x5d\x25\x03\x3a\x10\x42\x9a\xd2\x55\x14\x4a\x57\xc1\x54\xa1\x15\xa2\x95\x0c\x45\x37\x23\x85\x4e\x75\xa7\xb6\x89\x12\x24\x14\x6c\x62\xcf\x6e\xd5\x4f\x08\x94\x0e\xc1\x3e\xc9\x1e\x9b\xe7\xe7\xb2\x02\x8c\x12\xc6\x85\x9a\x28\x6f\xcc\x18\x64\xca\x0b\x7e\xec\xe7\x9a\xbc\xd9\xdc\xbc\x91\xfa\x92\x2b\x74\xb4\xce\x51\xd3\xb6\xd0\x8f\x71\x8e\xd3\x29\x2e\xc5\x04\x8a\xa5\xae\x8a\x7c\x4d\xe4\xcb\x50\x09\x21\x1d\xad\xb7\x30\x3a\x21\x64\xaf\xba\x60\xdb\xda\x48\xbe\xbb\xc3\x2d\xa0\x21\x2b\xad\xea\x28\x26\x72\x60\xbc\x42\x36\xe3\xa4\x11\x0d\x23\x7a\x1a\xb6\xbb\x7c\xc4\x3e\x69\xb2\x00\xb6\x49\xcb\xb6\x91\xae\xe4\x0a\xae\x49\xc9\x56\xe6\xef\xe0\x39\x76\xc5\x05\x6b\x7a\x45\x43\xbb\x63\xb4\xbb\xf5\x16\xaf\xce\xdd\x30\x8e\x33\x39\x26\x25\x4d\x0c\xc7\x39\x17\x23\xde\x6c\x0b\x18\x95\x4d\xd3\x2e\xef\x46\xab\xce\x64\xd0\xaa\x9a\x1c\x5a\x75\xa0\xdb\xb6\x21\x63\x84\xc1\x2a\x9f\x4c\x78\x7e\xbe\x4a\x7b\x30\x4d\xeb\xcc\x2c\xe8\x14\x36\x18\xd7\x9f\x0d\xeb\xbd\x35\xbb\x75\x8e\x47\x13\x77\x71\x84\x11\xad\x62\xfa\x7a\x7b\xb3\xde\x5d\xb2\x0f\xd9\x9a\x28\xad\x87\x6f\x56\x1f\x9e\xce\x7b\x6f\x85\xb8\xfc\xab\xe8\x3f\x44\x6e\xdd\xf1\x0f\x7d\x14\xe2\xb5\x96\xff\x8e\xc5\xe1\xb3\xb6\xbd\xd9\x65\xef\xfc\xa1\xb7\x26\x1b\x01\x5f\x4b\xce\x3e\x7e\x34\xdd\x35\x6c\x4e\x5b\xe7\x17\xbc\xf1\x9b\xf9\x27\x55\xb6\x82\xd3\xae\x92\x95\x06\x00\xdf\x0a\x9e\x25\x32\x45\xdb\xc8\x9f\x92\x37\xf3\x53\xab\x8c\x96\xa1\x8c\x10\xe9\xa7\x6e\xad\x6e\x59\x17\x35\xaf\xe8\x6a\x36\x3a\x1a\xe9\x7a\x6b\x21\xd5\xb3\x8a\x65\x7c\x0d\x7b\xc4\xec\x60\x1a\xdd\xdb\x98\xbd\xe4\xfc\x32\x86\x19\x01\x1f\x26\x44\xdd\x44\x4c\xb6\x5e\x00\xc1\x72\x2c\xd2\x87\x6a\xc0\xaa\x83\x8c\xe8\x70\x99\x97\x61\xf8\x6a\x8d\x46\xb5\x6f\xdd\x61\xc2\x85\x0e\x96\xcf\x2f\x26\x92\xdc\x37\xa2\xa6\x9a\x4c\x2f\xa6\xfd\x79\x89\xb8\x55\x55\x57\xec\xe3\xee\x3f\x9c\xcb\x0e\x27\x5c\x8c\x99\xce\x90\x01\x39\xb5\xf3\x2f\x34\xb9\x06\x7e\xd7\xa5\x49\x09\xa9\x46\xa0\xec\x3e\x9b\x98\xd7\x14\x4f\x6d\x57\x66\x5f\xcc\x3e\xe8\xfa\xaf\x5f\x3a\xef\x82\x66\x7f\xc7\x21\xab\xfe\xc7\x95\xee\x0c\x06\xd2\x97\xf3\x33\x71\xa3\xa1\xb8\x3c\x12\xa3\x26\xad\xba\xe9\x14\x5c\x6e\x59\xea\xd4\xa4\xcb\x78\xbb\xbb\xcd\x66\x03\x2c\x75\xd9\x54\x30\x01\x69\x29\x14\xe9\x6e\xc9\xb2\x82\xe2\x87\xfb\xfb\x1f\x57\x9d\xef\xb9\x36\xef\x74\x08\xad\x3b\xfe\xf9\xfb\xaf\xc4\xbd\x8b\xed\xd9\xdc\x9d\x75\xeb\xd4\xc3\x9b\x83\x79\xd3\xbc\xdd\xaa\x4f\x9d\x3a\xeb\xf0\x4f\x00\x00\x00\xff\xff\xf8\x6c\xfd\x36\x17\x06\x00\x00") + +func v2BuildStaticJsRuntimeMain23de3f81JsBytes() ([]byte, error) { + return bindataRead( + _v2BuildStaticJsRuntimeMain23de3f81Js, + "v2/build/static/js/runtime-main.23de3f81.js", + ) +} + +func v2BuildStaticJsRuntimeMain23de3f81Js() (*asset, error) { + bytes, err := v2BuildStaticJsRuntimeMain23de3f81JsBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "v2/build/static/js/runtime-main.23de3f81.js", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _v2BuildStaticJsRuntimeMain23de3f81JsMap = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x59\xff\x57\xe2\xb8\x16\xff\x57\xb2\xfd\x61\x85\xb3\x19\xd0\x71\x76\x77\x16\x1f\xe7\x9d\x34\x60\xad\x8c\xc3\xa0\xe3\x38\x2e\x78\x3c\x15\x82\x54\x4a\xdb\x69\x83\xca\xce\xfa\xbf\xbf\x73\x6f\x92\x36\x85\xba\x3b\xef\x17\x84\xe4\x7e\xf9\xdc\xaf\xb9\x89\xdf\x9d\x47\x91\xe5\x61\x12\x3b\x9d\x43\xea\xe4\xc9\x3a\x9b\x8a\xdc\xe9\x8c\x9d\x56\xab\xfd\x24\xee\xd2\x60\xba\x6c\xdf\x25\x89\xcc\x65\x16\xa4\xce\x0d\x75\xe2\x60\xa5\x08\xf4\xee\x69\x9e\xc4\x29\x0f\xa2\xe8\x2e\x98\x2e\x1d\xea\xcc\x02\x19\x38\xd4\x59\x25\xb3\x75\x24\xfc\x99\x43\x9d\xe9\x62\x1d\x2f\xed\x6f\x39\xee\x67\xe2\x0c\x69\xe0\x97\x78\x16\xd3\xb5\xb4\x16\x42\x87\x3a\x99\xc8\x93\xe8\x11\x7f\x46\x22\xbe\x97\x0b\x87\x3a\xc3\xbb\x07\x31\x95\x0e\x75\xd2\x2c\x91\x89\xdc\xa4\xc2\xa1\xce\x22\xc8\x87\x4f\xf1\xa7\x2c\x49\x45\x26\x37\xa0\x27\x88\x22\x10\x12\xe7\x32\x88\x22\x31\xe3\xa0\x17\xe4\xa4\xeb\x7c\x51\x80\xc3\x85\x20\x13\xb1\x44\x1b\x8e\xd7\xf1\x54\x82\x23\xa8\x93\x2f\xc2\x39\x28\x99\x89\xb9\xc8\x32\x31\x2b\x71\x05\x69\x1a\xa1\x86\x85\x98\x2e\x7b\x3b\xdb\x99\xc8\xd7\xd1\x2e\xa7\x43\x9d\xf9\x3a\x9a\x87\x80\xc5\xa1\xce\x03\x12\xa4\xe8\x92\x3c\x8d\xc2\x29\x10\xdc\xde\x6a\x87\xde\x66\xe2\xdb\x3a\xcc\xc4\xed\x2d\x6c\xdb\x66\xd8\xfe\x4a\x93\x4c\xe6\x85\x29\xe0\x22\xf8\x01\xc8\x40\xb8\xa3\xe2\xe4\x50\xe7\x5e\x48\x29\x32\x87\x3a\x89\x42\x15\xc6\xc2\x72\x94\x88\xd7\x2b\x91\x05\x77\x91\x26\x05\x13\x1c\xea\x5c\x6c\x56\x77\x09\x08\x94\xc9\x85\xcc\xc2\xf8\xfe\x73\x70\xef\x50\xe7\x31\x88\xd6\x40\x28\x95\x5e\x85\x5a\xe4\x85\x8d\x31\x00\x9a\x66\x22\x90\xf0\x6b\x29\x40\xc3\x5d\x18\x23\x1a\x40\x60\xc5\xce\x00\x48\xc1\x1d\xe0\x7d\x96\x65\x01\x2c\xc8\x45\x08\x52\x92\x68\xb6\x13\x14\x74\xd4\x0d\x75\x56\x41\x9a\x86\xf1\x7d\xee\x74\x9c\x80\xf1\x3e\xbd\x60\xec\x82\xd1\x3e\x63\xdf\x5c\x4e\x3d\x36\xfa\xdd\xa5\x3e\xfb\xc4\xa8\xcf\xce\x7c\x0e\xeb\x97\xf0\xf9\xf1\x0b\x7e\xbf\x3a\x81\xcf\x01\xf5\x18\x5f\xb8\x3e\x7c\x9f\x9e\x16\x2b\xb1\x3b\x80\xef\xa1\xfb\xc1\x2c\xf9\x27\x67\xf0\x15\x09\x3d\x25\x00\x08\x53\xde\xc3\x65\x14\x76\x31\xa0\x43\xc6\x46\xc7\xd4\x67\xfc\x2f\xf7\xb4\xd0\xc8\x2e\x3c\xa5\xc6\x83\xfd\x21\xa7\x97\xb8\x21\x18\x13\x9c\x0e\x18\x1b\x70\xa5\xec\x2b\xf5\x19\xbb\xbe\x82\x1f\xf7\xf8\x83\xa7\xc7\x88\xe3\x62\x88\x64\x3d\xb3\xe3\x31\x76\x41\x7d\xd6\x7f\xe6\x57\xd6\x12\x7c\xef\xff\x0a\x36\x33\xbf\x07\x0c\xd7\x1e\xed\x33\xfe\xe7\xe0\x15\xad\xe7\xc0\x1b\x9c\xd0\x01\xe3\x69\x6f\x0a\x3f\x46\x33\x90\x83\x6c\xec\xfa\x84\xfa\x6c\x10\x71\xea\xb3\x63\x4f\xc0\xfa\x37\x17\x9d\x9b\xb8\x0b\x97\x7a\xac\x2f\xf9\x10\xb1\x71\x3a\x62\x7c\x86\xd8\x2e\x2e\x41\xd5\xe7\x2f\xd4\x63\xc3\x1e\x1d\xb2\x13\xa6\xf1\x9d\xa2\xc2\x01\x3d\x63\xec\xac\xa7\x8c\xbd\x03\x91\x4b\x40\xeb\x3d\xf6\x04\x58\x73\xae\x03\x88\x5f\x7d\xd6\x63\x68\x09\xf8\x86\xfb\xf3\xd2\xf9\x08\xc2\xbf\x56\x82\xbf\x14\x1e\x67\x03\xca\x99\xd7\x46\xbc\x8a\xf3\xde\x55\x9a\x4e\x15\xe9\x9f\x10\x83\x07\x1e\xba\x68\x23\x48\x3d\xe7\xdb\x52\x8f\xe1\x53\xcc\x50\xe8\xbd\x6b\xa4\xf2\x3f\x78\x01\x85\x8d\x30\xd4\xa2\x0f\xd2\x3c\x58\x3e\x74\xbf\x2a\x05\xd7\x60\xe4\xf4\x58\x89\xf7\x58\xff\x90\x03\x0e\x7e\xfc\x41\x6d\x8f\x30\x0c\xa9\x96\xea\x31\xfe\xab\x2b\xd0\x69\x67\xca\xab\xda\xb9\x0a\xd3\x47\x54\x42\x07\xcc\x97\x7d\xe4\x03\xaf\xf9\xe7\x08\x63\x04\x7b\x2b\x30\x63\x10\x43\x2c\xfa\xe8\x47\xce\x78\x86\xdf\x21\xd7\x3c\x36\xd0\xcb\x1e\xf3\xa4\x8b\x8e\xbd\x50\xf2\x0f\x70\xed\x57\xf4\x82\xf7\x4e\xbb\x08\x7f\xf2\xd8\x45\x55\x95\x45\x76\xf9\x9b\x4b\x47\xcc\x8b\x2d\x17\x5c\x1c\xdb\x04\xd7\xa0\xfa\x2f\x8e\x0a\x3d\xb0\x95\x9f\xfc\xa2\xa4\xe3\xf7\x63\x3a\x52\xd9\x7a\x09\xb1\xfa\xc8\xe6\x65\xa2\x5d\x5e\x61\x5a\xac\x50\xdf\xb0\x87\x84\xca\xc7\xcc\x5a\x39\x01\xbc\xed\x1e\x86\x69\x08\x75\x8d\x11\xf3\x4e\x7b\x05\xcd\x60\x7e\xa2\x6c\x53\x25\x1a\x81\x3c\xef\xd9\xbd\x56\x8b\x98\xa5\xfe\x07\xb5\x76\xac\xd6\x46\x2a\xf0\xe0\x96\x0f\x65\x0c\xce\x40\x3a\x3f\xe4\x5f\x14\x11\xe6\x6e\xff\x5c\xef\xfb\x8c\x47\xfc\x50\x79\xe8\xbd\x8b\x65\xf4\xd9\x62\xa5\x9c\xb1\xbe\x4f\xaf\x55\x6a\x81\x28\x08\x33\xe4\xfd\x60\xd1\xd7\x02\x45\xa9\x15\x93\xf1\x2b\xfd\xe6\x32\xf6\x35\x00\x33\xf7\x5d\xa6\xcb\x34\x60\xfc\x80\xc7\x7c\x57\x51\xa0\x09\xae\x19\x0b\x50\x1d\x87\x7a\x1a\xd2\x2b\xd6\xff\xbd\x97\xd6\x30\xd0\x80\xb1\x29\x52\x0a\xdc\xa4\x03\x36\x7a\xec\xa1\x7b\x58\xe2\x2a\xb7\x2b\x38\xca\x97\x90\xd3\xfd\x47\x70\x42\xef\x12\x16\xb0\x75\xb2\x4b\xf4\xd9\xc8\xb0\x61\xc9\xf2\x36\xfe\xfa\xd4\xc7\x1e\x87\xc2\x81\x8a\xa7\xae\x69\x44\xb0\xe7\x31\xf6\xde\xa5\x4b\x97\xb1\x2f\x58\x15\xb9\xcb\xb0\x75\x61\x74\xcf\x3c\x7a\x05\xce\x02\x5e\x08\x1f\x5f\x60\x15\xfb\x18\xe7\xc1\xb3\x32\x67\xa3\xfe\xd0\x33\xe6\x3d\x82\xe8\x63\xf6\xe8\x5a\xbe\xec\x0f\xc1\x8d\xd2\x7d\xae\x18\x7f\xa9\xec\xba\x04\x20\x60\xfc\xe7\x32\x2a\xd8\x81\x86\x58\x96\xb2\x57\xa2\x7c\xe7\xd2\xd0\x65\xec\xf3\xb1\xae\x2c\xc0\x81\x1f\x67\x90\xa0\x43\x2c\xc6\xa1\x71\x00\xe6\x4e\x1f\xfb\xa5\xdf\x57\xc7\x83\xea\x5b\x1e\x20\x1d\x1a\xfa\x33\x48\x19\x36\x52\xad\x16\x3e\xce\x7a\xa0\xf6\x0f\x5f\x7b\xcb\x63\xfe\xb9\xd4\x22\xf7\xad\x50\x48\x2c\xc5\x05\xd7\xfa\x21\x8e\x1f\xb1\x58\x54\x4d\x84\x2e\xbd\x62\xfc\x77\xf8\x64\x4f\x2a\x1b\x1f\x5c\xd5\x60\xe8\x05\xe3\x6d\x0e\x1b\xef\xd5\x06\x53\x6d\x9a\x0e\x59\x8f\x9d\xda\xe0\x11\xf6\x08\x33\x94\xa9\x4e\xc4\x10\x8f\x9d\xf8\x0a\x8d\xea\xa1\x23\xae\x0a\x1d\x84\xfe\xc1\x5f\x39\x4e\xf6\xb9\x26\xf5\x99\xf7\x17\x34\x18\x94\xf5\x9b\x36\x0d\x4e\x2b\xb7\x6c\x21\x81\xf6\x4b\xee\x82\x19\x4c\xfd\x58\xbb\x8c\x6d\xd0\xfc\xe7\x3e\x57\xa1\xc0\x88\x5c\x1d\x2a\xea\x9c\xeb\x63\x04\x20\x73\x66\x6d\x0d\xa1\xab\xf0\xc8\xdd\xc7\xa0\x06\x6a\xcb\x83\x83\xe9\xd9\x8a\xa6\x0a\xb9\xdd\xef\x57\xb8\x72\xf5\xd0\xb3\x8e\x91\x4f\x6a\x82\x50\xa2\xae\x62\x8c\xda\x61\x1f\x05\x60\x66\xe5\xee\x5b\x00\xe7\x1f\xb8\x8f\x9c\xfa\x30\xd1\x85\x91\x70\x3a\x4e\x2e\x03\x19\x4e\xdb\x0f\x79\x3b\x5b\xc7\x32\x5c\x89\x37\xab\x20\x8c\x5b\x6f\x0f\x67\xe2\x70\xfe\xfe\xa0\xf5\x00\xe3\x8c\x9e\xab\x79\x12\x4b\x11\x4b\x98\x9e\xc9\x44\xb6\xdb\x44\x8f\x76\x24\x20\xa7\x17\xc3\x8f\x9f\xc8\x54\xcf\xd1\x64\x9e\x64\x04\xa7\x65\x12\x25\xc1\x2c\x8c\xef\x27\x31\x99\xc8\xb9\x9e\x86\x48\xdd\xec\xdd\x80\xc9\xbb\x49\xbe\x23\xe5\x44\x3e\x06\x5a\x82\x3f\xcb\x49\x97\xc0\xe6\x78\xff\xe6\xc8\xda\xb5\x46\x70\x43\x70\x50\x21\xa8\x4e\xe5\x86\xe6\x2d\xd0\x68\xaa\x76\x9b\x04\xb3\x19\x99\xd8\xe3\xfc\xc4\x21\x32\x21\x72\x21\x88\x1e\xb3\x89\x1a\xfc\x68\xc9\x23\x17\x22\x26\xf3\x28\xb8\x27\x60\xfc\xa4\xb8\x17\x4c\x1c\x12\xe4\x68\xb1\x98\x91\x20\x9e\x91\x79\x98\x89\xc2\x29\x15\xe8\xea\x76\x41\x8d\x89\x94\x84\xa4\x4b\xf6\x29\x31\x97\x06\xd2\x25\xe3\xc2\x98\x79\x92\x35\x8e\x42\xf2\x9f\xc2\x21\x2d\x75\xa1\x38\x22\xe1\x2f\xbf\x94\x2e\x9b\x48\xbd\x4f\xba\x05\xe5\x38\x2c\xa4\x4c\x64\x38\x6f\xa8\x0b\x48\xab\xb8\x7e\xb4\xaa\x97\x8f\x16\x80\x6d\x6c\x5d\x3c\x0a\x94\x4d\xf2\xf3\xcf\x64\x6b\x73\xac\xf7\x6e\x6c\x1c\x13\x69\xec\x68\xc1\x95\x65\x5b\x60\xc1\x33\xde\xbf\x69\x96\xf0\x5e\x4a\xa0\xaf\xd0\x83\x8f\x0c\xfd\x8b\xe5\x1c\xe3\x4f\x12\xc6\x76\x5a\xd8\x90\x7e\xd4\x76\x8b\x9d\x16\x71\x6a\x56\x8d\xd3\x89\x31\x36\xdb\x80\xcb\xe2\x2b\xd7\x77\x6d\x33\x7f\xc3\x79\xa3\xe6\xee\xd6\x24\x35\x8b\xaa\x30\xca\xa4\x7d\x5a\x84\x91\x68\x14\x0e\x56\xa9\x60\x03\x2c\xb6\xf0\x1e\xd8\x68\x36\x9a\x96\xcf\xaa\x99\x2f\x62\x99\x6d\x8a\x44\x9f\x67\xc9\xca\xa4\xaf\xaa\x5e\x99\x10\x73\x15\x24\x51\x98\x4b\xcd\xbd\x75\xb1\xc4\x20\xb7\xf0\x6e\xd9\xd8\xda\xa2\xdb\x55\xf8\xf7\xdf\x64\x7c\xd3\xac\x94\x60\xb6\x8e\x4b\x2d\x06\xcb\x13\xd4\x18\x94\x17\x02\xc9\x49\x26\x82\xd9\x46\xf3\x64\x42\xae\xb3\x98\xd4\x5d\x62\x8d\xad\x2f\x47\xd5\x8e\x53\x4f\x5b\xe9\x36\xea\xf2\x6b\xd7\x1c\xac\x62\x5d\x1e\x11\xa8\xbe\x6d\xab\x5f\x29\x42\xe0\xaa\x92\x42\xeb\xa9\xf2\x56\xca\x12\x18\x8a\xfb\x35\xe9\x12\x99\xad\x45\xb9\x6b\x80\x3c\x90\x2e\x39\x38\x22\x0f\x3b\x40\x0a\x1c\x0f\x55\x1c\x06\x49\x8a\x0d\xa1\xca\x33\x7e\xb0\xf4\x63\x36\x6e\x97\x1c\xf2\xdd\x90\x9f\xba\x5d\xb2\xdf\xac\xc0\x9b\x07\x51\x2e\x6a\xab\x76\xde\x28\xe8\xaa\x40\xb6\x3d\xa7\x5e\x0d\x1a\xe1\x9b\x37\x94\x1c\x34\x8f\xaa\x7d\x63\x1d\x49\xd2\x25\x35\xef\x09\x8d\x9a\xb5\x56\xbe\x6b\x5b\x6d\x53\x29\x53\x5f\x67\x8f\x1d\x6e\xb3\xd9\x6e\x93\xcf\x45\xe3\x27\xd3\x60\xba\x10\xb8\x8e\x89\xb0\xf5\x8c\x41\xba\xe4\xfb\xcb\x51\xc9\xa8\x4e\x09\xa8\x98\x5c\x26\x99\xb0\x8f\x01\x7d\x06\xea\x54\x36\x0c\xeb\x58\xbd\x67\x14\xed\x9a\xc4\x89\xd4\x6c\x94\xc4\xeb\x28\x2a\x36\xd2\x4c\xa8\xf5\x76\x9a\x89\xb9\x90\xd3\x85\x98\x19\x31\x9f\xb2\x64\x15\xe6\xa2\xa0\xd5\xca\x28\xd9\xaf\x2c\x69\x86\x8a\x25\x2a\xd4\x60\x88\x76\xcd\x41\x87\xec\x17\xe5\x53\xd0\x6f\x45\xcf\x1c\x4d\xb6\xc7\x74\x3c\x88\xa9\xb7\x6a\xf1\xd5\xc5\xb2\x68\xad\xa0\xbc\xec\x05\x1c\xea\x94\x84\x73\x13\x83\x30\x87\x9e\x5e\x46\xa2\x9a\xab\x3b\x0d\xb7\xda\x06\x31\xce\xaf\x13\xb7\xf4\x33\xd4\xf6\x89\x02\x30\xf0\x15\x88\x04\x24\x16\x4f\x06\x4a\x03\x42\x99\xae\x25\x09\x25\x09\x63\x3d\x23\x20\xb2\xe6\xce\xd1\x4e\xba\xff\xa0\xd7\x72\xf8\x44\x86\x9d\x72\x1a\x28\x16\xa3\x8e\xaa\xb2\x72\x45\x43\xed\x90\xef\x45\x42\x57\x7a\x68\x5f\x75\x59\x6b\x6e\xa9\xc6\xa2\xe6\xd0\x32\xe7\x1d\xf6\x10\x2d\xdf\x1c\x79\xe6\x6f\xb9\x5e\x13\xc3\x6a\x17\x3f\x86\x79\xc8\x52\x5f\x4c\x42\x15\xfd\xad\xa8\x6c\x70\x25\xef\xb9\x0a\x15\x70\x6b\x85\x24\x99\x5b\xc2\xaa\x95\x5b\x85\x66\x55\xb0\xc9\x48\xd8\xc9\x45\xcd\x0c\x47\xac\x16\xa2\x77\x6e\x6f\x55\xf4\xea\x7a\xcb\x0a\xcf\x75\x24\x3b\xfa\x07\xe9\x56\x7a\xd6\x49\x99\xd6\x24\x83\x25\x4e\x35\x01\xa2\x1e\x3a\x8b\xa0\xe1\x04\xbd\x08\xb2\x55\x12\x6f\x8c\x4f\x5e\xd5\x80\x5d\xd9\x4c\x0b\x45\xc4\xe2\x60\x25\xa8\x96\x5b\xd6\x45\x38\x6f\xfc\x54\x27\x23\xa9\x32\x56\x26\x1e\x3d\x38\x55\x9f\x5f\xb7\x15\x7d\x27\xe5\x6b\x6c\x07\x43\x8c\xca\x3b\xc6\xb2\x97\x66\xb5\xce\x5e\x76\x7d\x50\xbe\xc6\x92\x24\xfe\x57\xab\xb3\x1a\xab\x2b\x76\xc2\x8c\x97\xcc\x89\x7a\x0d\xc6\x93\x6c\xaf\xe8\xb9\x7b\x30\xca\xaa\x9d\x96\xf5\x4a\xfc\x7f\x58\xbd\xcb\x0c\x3e\xc0\x37\xe6\x0e\xd9\x53\x66\xec\xed\x58\xfd\xaf\x62\xf7\x4a\x27\xec\x59\x02\xc1\x9f\x85\x30\xdb\x75\x53\xd3\xa9\xe6\xc1\x52\x60\x28\xf2\x34\x98\x0a\x9d\xf0\x86\x6a\x95\xcc\x04\xf9\x99\x1c\x74\x94\x3c\x68\xab\x41\xd1\x62\x67\xb4\xe8\xdf\xe1\x36\xc7\xdb\x0e\x59\x89\xec\x5e\xe0\x28\xa6\x1f\xbe\x43\x81\xe5\xa9\x25\x99\x4e\x18\xe7\x5b\xac\xef\x3a\x44\x17\xac\xa2\xd4\x13\x1d\x0e\x72\x24\xce\xeb\x11\xbe\xff\xfb\xa0\x43\xee\xc4\x22\x78\x14\x24\x0a\x97\xc5\xc9\xf2\x6a\x16\x48\x3b\x0b\x50\x11\xf6\x2e\x51\xc9\x04\x63\x7e\x53\x43\xa9\x1f\x2f\x70\xaf\x88\x57\xc9\xf6\xbe\x59\x31\xc4\x22\x30\x14\xef\xf0\x66\xa4\xf3\x4d\xab\x80\x74\x53\x26\x62\xae\xa9\x55\xf3\xa5\x55\x46\xb9\x5e\x38\x1c\x25\x31\x1c\xb5\x3a\x5d\x54\x98\x1b\x30\x15\x14\x08\x6b\x8b\xa2\x11\xe7\x05\x41\x7d\xaa\xc5\x90\x65\x33\x31\x0f\xd6\x91\xdc\xab\xaf\x5b\x9d\x74\x0a\xf3\x4b\x8d\x4b\xde\xee\xd8\xfb\x53\x97\xec\xe5\x58\x09\x7b\x4d\x62\x66\xd6\xa5\xd8\xc0\xf1\xad\x1c\x5b\xe7\xf3\xd6\x0c\xe1\x2c\xc5\x86\x96\x51\x5c\x8a\x4d\x93\x7c\xaf\xb8\x65\xbc\x14\x9b\x9b\x23\xf2\xd2\xba\x0b\xe3\x19\x7a\x01\x99\x9a\x05\x34\x4d\x1c\xe7\xbb\x15\x72\x2f\x64\x4f\x59\xdb\xc7\x22\xab\xf6\xd8\x69\xb2\x4a\x03\x19\xde\x85\x51\x28\x37\xe4\x29\x94\x0b\x12\x27\xf1\x1b\xd3\x7a\x75\xfb\x7f\x35\xfd\x62\x3b\xfd\x56\x3a\xa0\xf6\xad\x42\x77\x3f\x73\x90\x80\xdf\xf4\xf9\x65\x75\xbb\xff\x96\xd3\xbe\xc1\x56\xa2\x6e\x58\xce\x50\xac\xe3\x22\x7c\xe0\x13\xd2\xa9\xe5\x56\xa2\x95\xc9\xf9\xae\x8c\x23\xf2\xf2\x4f\x79\x34\x6b\x28\xe0\x94\xec\x05\x7b\xc5\x29\xb2\xe5\x6d\xb5\xba\xeb\xf1\x1f\xb9\x68\xbf\xea\xd1\xc4\xf6\xa8\x7e\x7a\x31\x9d\xc7\xce\x8b\x1f\xba\xcd\xef\xf0\x2b\xb3\x0d\xd0\x52\x7f\xba\xbe\x8b\xc2\xe9\x6d\x1a\xc8\xc5\xed\xed\xab\xd8\x52\xd2\x25\x13\xa7\x3d\x71\xec\xf1\xb8\xfc\xff\x1f\x8c\x36\x8b\x30\x1f\x4f\x2a\xff\x5c\x0e\xb2\xe4\x4d\x96\x4e\x9c\x9b\x7f\xdb\xc6\xab\xf1\x51\x21\x77\xfb\x7f\x88\xa4\x6b\xa9\x52\x57\x6e\xac\x86\x72\x51\xc7\x67\x8b\x8a\x74\x6b\xdf\xdb\xb6\x69\xab\xe2\xf1\xbf\x95\xe6\x32\x5d\x73\x17\xb6\x48\x2b\xd7\xe0\xda\x97\xbd\x92\x78\x1c\x9a\xbb\x19\xc8\xab\x79\xec\x20\xdd\x1d\xbb\x8f\xec\xd1\xae\xf6\xad\x00\xdf\x2d\x12\xb9\x10\x99\x7d\xc5\x7a\xf5\x79\xc0\xb9\x31\x2f\x9a\xe7\x49\x22\x9d\x8e\xe3\xbc\xfc\x2f\x00\x00\xff\xff\xec\xf8\x0c\x3f\x47\x20\x00\x00") + +func v2BuildStaticJsRuntimeMain23de3f81JsMapBytes() ([]byte, error) { + return bindataRead( + _v2BuildStaticJsRuntimeMain23de3f81JsMap, + "v2/build/static/js/runtime-main.23de3f81.js.map", + ) +} + +func v2BuildStaticJsRuntimeMain23de3f81JsMap() (*asset, error) { + bytes, err := v2BuildStaticJsRuntimeMain23de3f81JsMapBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "v2/build/static/js/runtime-main.23de3f81.js.map", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} a := &asset{bytes: bytes, info: info} return a, nil } @@ -338,16 +422,20 @@ func AssetNames() []string { // _bindata is a table, holding each asset generator, mapped to its name. var _bindata = map[string]func() (*asset, error){ - "v1/build/index.html": v1BuildIndexHtml, - "v1/build/main.js": v1BuildMainJs, - "v1/build/main.js.LICENSE.txt": v1BuildMainJsLicenseTxt, - "v1/build/styles.css": v1BuildStylesCss, - "v2/build/asset-manifest.json": v2BuildAssetManifestJson, - "v2/build/favicon.ico": v2BuildFaviconIco, - "v2/build/index.html": v2BuildIndexHtml, - "v2/build/static/js/main.d2a3e4e8.js": v2BuildStaticJsMainD2a3e4e8Js, - "v2/build/static/js/main.d2a3e4e8.js.LICENSE.txt": v2BuildStaticJsMainD2a3e4e8JsLicenseTxt, - "v2/build/static/js/main.d2a3e4e8.js.map": v2BuildStaticJsMainD2a3e4e8JsMap, + "v1/build/index.html": v1BuildIndexHtml, + "v1/build/main.js": v1BuildMainJs, + "v1/build/main.js.LICENSE.txt": v1BuildMainJsLicenseTxt, + "v1/build/styles.css": v1BuildStylesCss, + "v2/build/asset-manifest.json": v2BuildAssetManifestJson, + "v2/build/favicon.ico": v2BuildFaviconIco, + "v2/build/index.html": v2BuildIndexHtml, + "v2/build/static/js/2.fc3140a1.chunk.js": v2BuildStaticJs2Fc3140a1ChunkJs, + "v2/build/static/js/2.fc3140a1.chunk.js.LICENSE.txt": v2BuildStaticJs2Fc3140a1ChunkJsLicenseTxt, + "v2/build/static/js/2.fc3140a1.chunk.js.map": v2BuildStaticJs2Fc3140a1ChunkJsMap, + "v2/build/static/js/main.dd6fa5f8.chunk.js": v2BuildStaticJsMainDd6fa5f8ChunkJs, + "v2/build/static/js/main.dd6fa5f8.chunk.js.map": v2BuildStaticJsMainDd6fa5f8ChunkJsMap, + "v2/build/static/js/runtime-main.23de3f81.js": v2BuildStaticJsRuntimeMain23de3f81Js, + "v2/build/static/js/runtime-main.23de3f81.js.map": v2BuildStaticJsRuntimeMain23de3f81JsMap, } // AssetDir returns the file names below a certain @@ -406,9 +494,13 @@ var _bintree = &bintree{nil, map[string]*bintree{ "index.html": {v2BuildIndexHtml, map[string]*bintree{}}, "static": {nil, map[string]*bintree{ "js": {nil, map[string]*bintree{ - "main.d2a3e4e8.js": {v2BuildStaticJsMainD2a3e4e8Js, map[string]*bintree{}}, - "main.d2a3e4e8.js.LICENSE.txt": {v2BuildStaticJsMainD2a3e4e8JsLicenseTxt, map[string]*bintree{}}, - "main.d2a3e4e8.js.map": {v2BuildStaticJsMainD2a3e4e8JsMap, map[string]*bintree{}}, + "2.fc3140a1.chunk.js": {v2BuildStaticJs2Fc3140a1ChunkJs, map[string]*bintree{}}, + "2.fc3140a1.chunk.js.LICENSE.txt": {v2BuildStaticJs2Fc3140a1ChunkJsLicenseTxt, map[string]*bintree{}}, + "2.fc3140a1.chunk.js.map": {v2BuildStaticJs2Fc3140a1ChunkJsMap, map[string]*bintree{}}, + "main.dd6fa5f8.chunk.js": {v2BuildStaticJsMainDd6fa5f8ChunkJs, map[string]*bintree{}}, + "main.dd6fa5f8.chunk.js.map": {v2BuildStaticJsMainDd6fa5f8ChunkJsMap, map[string]*bintree{}}, + "runtime-main.23de3f81.js": {v2BuildStaticJsRuntimeMain23de3f81Js, map[string]*bintree{}}, + "runtime-main.23de3f81.js.map": {v2BuildStaticJsRuntimeMain23de3f81JsMap, map[string]*bintree{}}, }}, }}, }}, diff --git a/pkg/util/arm/deploy.go b/pkg/util/arm/deploy.go deleted file mode 100644 index 3bad254fc..000000000 --- a/pkg/util/arm/deploy.go +++ /dev/null @@ -1,66 +0,0 @@ -package arm - -// Copyright (c) Microsoft Corporation. -// Licensed under the Apache License 2.0. - -import ( - "context" - "encoding/json" - "net/http" - - mgmtfeatures "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-07-01/features" - "github.com/Azure/go-autorest/autorest" - "github.com/Azure/go-autorest/autorest/azure" - "github.com/sirupsen/logrus" - - "github.com/Azure/ARO-RP/pkg/api" - "github.com/Azure/ARO-RP/pkg/util/azureclient/mgmt/features" - "github.com/Azure/ARO-RP/pkg/util/azureerrors" -) - -func DeployTemplate(ctx context.Context, log *logrus.Entry, deployments features.DeploymentsClient, resourceGroupName string, deploymentName string, template *Template, parameters map[string]interface{}) error { - log.Printf("deploying %s template", deploymentName) - err := deployments.CreateOrUpdateAndWait(ctx, resourceGroupName, deploymentName, mgmtfeatures.Deployment{ - Properties: &mgmtfeatures.DeploymentProperties{ - Template: template, - Parameters: parameters, - Mode: mgmtfeatures.Incremental, - }, - }) - - if azureerrors.IsDeploymentActiveError(err) { - log.Printf("waiting for %s template to be deployed", deploymentName) - err = deployments.Wait(ctx, resourceGroupName, deploymentName) - } - - if azureerrors.HasAuthorizationFailedError(err) || - azureerrors.HasLinkedAuthorizationFailedError(err) { - return err - } - - serviceErr, _ := err.(*azure.ServiceError) // futures return *azure.ServiceError directly - - // CreateOrUpdate() returns a wrapped *azure.ServiceError - if detailedErr, ok := err.(autorest.DetailedError); ok { - serviceErr, _ = detailedErr.Original.(*azure.ServiceError) - } - - if serviceErr != nil { - b, _ := json.Marshal(serviceErr) - - return &api.CloudError{ - StatusCode: http.StatusBadRequest, - CloudErrorBody: &api.CloudErrorBody{ - Code: api.CloudErrorCodeDeploymentFailed, - Message: "Deployment failed.", - Details: []api.CloudErrorBody{ - { - Message: string(b), - }, - }, - }, - } - } - - return err -} diff --git a/pkg/util/arm/deploy_test.go b/pkg/util/arm/deploy_test.go deleted file mode 100644 index 4ea0b3ba2..000000000 --- a/pkg/util/arm/deploy_test.go +++ /dev/null @@ -1,120 +0,0 @@ -package arm - -// Copyright (c) Microsoft Corporation. -// Licensed under the Apache License 2.0. - -import ( - "context" - "testing" - - mgmtfeatures "github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-07-01/features" - "github.com/Azure/go-autorest/autorest" - "github.com/Azure/go-autorest/autorest/azure" - "github.com/golang/mock/gomock" - "github.com/sirupsen/logrus" - "k8s.io/apimachinery/pkg/util/wait" - - mock_features "github.com/Azure/ARO-RP/pkg/util/mocks/azureclient/mgmt/features" -) - -const deploymentName = "test" - -func TestDeployARMTemplate(t *testing.T) { - ctx := context.Background() - - resourceGroup := "fakeResourceGroup" - - armTemplate := &Template{} - params := map[string]interface{}{} - - deployment := mgmtfeatures.Deployment{ - Properties: &mgmtfeatures.DeploymentProperties{ - Template: armTemplate, - Parameters: params, - Mode: mgmtfeatures.Incremental, - }, - } - - activeErr := autorest.NewErrorWithError(azure.RequestError{ - ServiceError: &azure.ServiceError{Code: "DeploymentActive"}, - }, "", "", nil, "") - - for _, tt := range []struct { - name string - mocks func(*mock_features.MockDeploymentsClient) - wantErr string - }{ - { - name: "Deployment successful with no errors", - mocks: func(dc *mock_features.MockDeploymentsClient) { - dc.EXPECT(). - CreateOrUpdateAndWait(ctx, resourceGroup, deploymentName, deployment). - Return(nil) - }, - }, - { - name: "Deployment active error, then wait successfully", - mocks: func(dc *mock_features.MockDeploymentsClient) { - dc.EXPECT(). - CreateOrUpdateAndWait(ctx, resourceGroup, deploymentName, deployment). - Return(activeErr) - dc.EXPECT(). - Wait(ctx, resourceGroup, deploymentName). - Return(nil) - }, - }, - { - name: "Deployment active error, then timeout", - mocks: func(dc *mock_features.MockDeploymentsClient) { - dc.EXPECT(). - CreateOrUpdateAndWait(ctx, resourceGroup, deploymentName, deployment). - Return(activeErr) - dc.EXPECT(). - Wait(ctx, resourceGroup, deploymentName). - Return(wait.ErrWaitTimeout) - }, - wantErr: "timed out waiting for the condition", - }, - { - name: "DetailedError which should be returned to user", - mocks: func(dc *mock_features.MockDeploymentsClient) { - dc.EXPECT(). - CreateOrUpdateAndWait(ctx, resourceGroup, deploymentName, deployment). - Return(autorest.DetailedError{ - Original: &azure.ServiceError{ - Code: "AccountIsDisabled", - }, - }) - }, - wantErr: `400: DeploymentFailed: : Deployment failed. Details: : : {"code":"AccountIsDisabled","message":"","target":null,"details":null,"innererror":null,"additionalInfo":null}`, - }, - { - name: "ServiceError which should be returned to user", - mocks: func(dc *mock_features.MockDeploymentsClient) { - dc.EXPECT(). - CreateOrUpdateAndWait(ctx, resourceGroup, deploymentName, deployment). - Return(&azure.ServiceError{ - Code: "AccountIsDisabled", - }) - }, - wantErr: `400: DeploymentFailed: : Deployment failed. Details: : : {"code":"AccountIsDisabled","message":"","target":null,"details":null,"innererror":null,"additionalInfo":null}`, - }, - } { - t.Run(tt.name, func(t *testing.T) { - controller := gomock.NewController(t) - defer controller.Finish() - - deploymentsClient := mock_features.NewMockDeploymentsClient(controller) - tt.mocks(deploymentsClient) - - log := logrus.NewEntry(logrus.StandardLogger()) - - err := DeployTemplate(ctx, log, deploymentsClient, resourceGroup, deploymentName, armTemplate, params) - - if err != nil && err.Error() != tt.wantErr || - err == nil && tt.wantErr != "" { - t.Error(err) - } - }) - } -} diff --git a/pkg/util/cluster/cluster.go b/pkg/util/cluster/cluster.go index bb3d8be6a..e32f9c8c4 100644 --- a/pkg/util/cluster/cluster.go +++ b/pkg/util/cluster/cluster.go @@ -26,8 +26,8 @@ import ( "k8s.io/apimachinery/pkg/util/wait" "github.com/Azure/ARO-RP/pkg/api" - "github.com/Azure/ARO-RP/pkg/api/v20210901preview" - mgmtredhatopenshift20210901preview "github.com/Azure/ARO-RP/pkg/client/services/redhatopenshift/mgmt/2021-09-01-preview/redhatopenshift" + v20220401 "github.com/Azure/ARO-RP/pkg/api/v20220401" + mgmtredhatopenshift20220401 "github.com/Azure/ARO-RP/pkg/client/services/redhatopenshift/mgmt/2022-04-01/redhatopenshift" "github.com/Azure/ARO-RP/pkg/deploy" "github.com/Azure/ARO-RP/pkg/deploy/generator" "github.com/Azure/ARO-RP/pkg/env" @@ -402,8 +402,9 @@ func (c *Cluster) createCluster(ctx context.Context, vnetResourceGroup, clusterN oc := api.OpenShiftCluster{ Properties: api.OpenShiftClusterProperties{ ClusterProfile: api.ClusterProfile{ - Domain: strings.ToLower(clusterName), - ResourceGroupID: fmt.Sprintf("/subscriptions/%s/resourceGroups/%s", c.env.SubscriptionID(), "aro-"+clusterName), + Domain: strings.ToLower(clusterName), + ResourceGroupID: fmt.Sprintf("/subscriptions/%s/resourceGroups/%s", c.env.SubscriptionID(), "aro-"+clusterName), + FipsValidatedModules: api.FipsValidatedModulesEnabled, }, ServicePrincipalProfile: api.ServicePrincipalProfile{ ClientID: clientID, @@ -453,19 +454,19 @@ func (c *Cluster) createCluster(ctx context.Context, vnetResourceGroup, clusterN oc.Properties.WorkerProfiles[0].VMSize = api.VMSizeStandardD2sV3 } - ext := api.APIs[v20210901preview.APIVersion].OpenShiftClusterConverter().ToExternal(&oc) + ext := api.APIs[v20220401.APIVersion].OpenShiftClusterConverter().ToExternal(&oc) data, err := json.Marshal(ext) if err != nil { return err } - ocExt := mgmtredhatopenshift20210901preview.OpenShiftCluster{} + ocExt := mgmtredhatopenshift20220401.OpenShiftCluster{} err = json.Unmarshal(data, &ocExt) if err != nil { return err } - return c.openshiftclustersv20210901preview.CreateOrUpdateAndWait(ctx, vnetResourceGroup, clusterName, ocExt) + return c.openshiftclustersv20220401.CreateOrUpdateAndWait(ctx, vnetResourceGroup, clusterName, ocExt) } func (c *Cluster) registerSubscription(ctx context.Context) error { @@ -478,10 +479,6 @@ func (c *Cluster) registerSubscription(ctx context.Context) error { Name: "Microsoft.RedHatOpenShift/RedHatEngineering", State: "Registered", }, - { - Name: "Microsoft.RedHatOpenShift/FIPS", - State: "Registered", - }, }, }, }) diff --git a/pkg/util/clusterdata/worker_profiles_task.go b/pkg/util/clusterdata/worker_profiles_task.go index 33273cfd2..1dc15bd6f 100644 --- a/pkg/util/clusterdata/worker_profiles_task.go +++ b/pkg/util/clusterdata/worker_profiles_task.go @@ -75,14 +75,17 @@ func (ef *workerProfilesEnricherTask) FetchData(ctx context.Context, callbacks c continue } - obj, _, err := scheme.Codecs.UniversalDeserializer().Decode(machineset.Spec.Template.Spec.ProviderSpec.Value.Raw, nil, nil) + o, _, err := scheme.Codecs.UniversalDeserializer().Decode(machineset.Spec.Template.Spec.ProviderSpec.Value.Raw, nil, nil) if err != nil { ef.log.Info(err) continue } - machineProviderSpec, ok := obj.(*machinev1beta1.AzureMachineProviderSpec) + + machineProviderSpec, ok := o.(*machinev1beta1.AzureMachineProviderSpec) if !ok { - ef.log.Infof("failed to read provider spec from the machine set %q: %T", machineset.Name, obj) + // This should never happen: codecs uses scheme that has only one registered type + // and if something is wrong with the provider spec - decoding should fail + ef.log.Infof("failed to read provider spec from the machine set %q: %T", machineset.Name, o) continue } diff --git a/pkg/util/dynamichelper/discovery/bindata.go b/pkg/util/dynamichelper/discovery/bindata.go index 55614a68d..77956ff5d 100644 --- a/pkg/util/dynamichelper/discovery/bindata.go +++ b/pkg/util/dynamichelper/discovery/bindata.go @@ -12,6 +12,7 @@ // cache/authorization.k8s.io/v1/serverresources.json // cache/authorization.openshift.io/v1/serverresources.json // cache/autoscaling/v1/serverresources.json +// cache/autoscaling/v2/serverresources.json // cache/autoscaling/v2beta1/serverresources.json // cache/autoscaling/v2beta2/serverresources.json // cache/autoscaling.openshift.io/v1/serverresources.json @@ -20,6 +21,7 @@ // cache/batch/v1beta1/serverresources.json // cache/build.openshift.io/v1/serverresources.json // cache/certificates.k8s.io/v1/serverresources.json +// cache/cloud.network.openshift.io/v1/serverresources.json // cache/cloudcredential.openshift.io/v1/serverresources.json // cache/config.openshift.io/v1/serverresources.json // cache/console.openshift.io/v1/serverresources.json @@ -31,6 +33,7 @@ // cache/events.k8s.io/v1/serverresources.json // cache/events.k8s.io/v1beta1/serverresources.json // cache/flowcontrol.apiserver.k8s.io/v1beta1/serverresources.json +// cache/flowcontrol.apiserver.k8s.io/v1beta2/serverresources.json // cache/helm.openshift.io/v1beta1/serverresources.json // cache/image.openshift.io/v1/serverresources.json // cache/imageregistry.operator.openshift.io/v1/serverresources.json @@ -294,7 +297,7 @@ func aroOpenshiftIoV1alpha1ServerresourcesJson() (*asset, error) { return a, nil } -var _assets_version = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd1\xb3\xd4\x33\xb2\xe0\x02\x04\x00\x00\xff\xff\x98\x5c\x9f\xc0\x07\x00\x00\x00") +var _assets_version = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd1\x33\x34\xd0\x33\x34\xe5\x02\x04\x00\x00\xff\xff\xa3\xd0\x80\xb2\x08\x00\x00\x00") func assets_versionBytes() ([]byte, error) { return bindataRead( @@ -394,6 +397,26 @@ func autoscalingV1ServerresourcesJson() (*asset, error) { return a, nil } +var _autoscalingV2ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x52\x41\x4b\xf3\x40\x10\xbd\xf7\x57\x2c\x39\x17\xca\xf7\x81\x08\x05\x0f\xbd\x55\x10\xa9\x1e\xbc\x88\x87\x71\x33\x6e\xd6\xae\x3b\xcb\xec\x6c\x05\x4b\xff\xbb\x6c\x9a\xa4\x26\x24\x2d\x78\xb2\xa7\xe6\xbd\x37\x6f\x67\xde\xcc\x7e\xa6\x94\x52\xc5\xd6\xfa\xb2\x58\xaa\x62\xb5\xb9\x7d\xc4\x48\x89\x35\xde\xd9\x28\xc5\xfc\x48\x43\xb0\x4f\xc8\xd1\x92\xcf\xa2\xdd\xbf\x16\x37\x4c\x29\xfc\x60\x20\x09\x45\x0d\xce\x7a\xb3\xd8\xfd\x6f\x55\xdc\x38\xc6\x62\xa9\x9e\x6b\x28\xff\xf6\xdd\xbf\x5a\xe4\xe1\x03\xb3\x45\x45\x6c\xbf\xc8\x0b\xb8\x40\x65\xeb\x87\x1c\x1b\xb3\x4e\x1f\xad\x37\xc9\x01\xdf\x37\x75\x43\x3e\xfb\xc5\x00\x1a\xf3\x5c\xc2\x09\x07\x7c\x3b\xf1\xba\x7b\x6f\x43\xe5\xaa\x7b\x6f\x68\xb7\x43\x7e\xed\xf7\xdf\x51\x9a\x11\x04\x07\x05\x35\x53\xa2\xc3\x73\x8c\x26\xe7\x50\x4b\x0e\x6f\x44\x63\x50\xc6\x60\x77\xda\x4b\x0f\x0f\x20\xba\x1a\x23\x52\x28\x27\xfa\xfb\xac\x4b\x7a\xf8\xcb\x30\xe6\x8a\x58\x72\xc6\x13\xc3\x57\x01\xce\x1b\x68\x10\x34\xc4\x76\xca\x00\x9c\xbb\xd0\x81\x10\x83\xc1\xe6\xca\xd6\x10\xab\xbc\x36\x7a\x70\x5b\xb9\x7e\xbb\x7a\x5f\xac\x6e\x4e\xf5\x87\xf9\x6f\xcf\x6b\x11\x05\x24\xfd\xe1\x2b\x9b\xb8\x86\x4b\x5b\xef\x47\x7b\x0a\x6a\x76\xfc\x3e\xcc\xbe\x03\x00\x00\xff\xff\x49\x53\x7b\x82\x01\x04\x00\x00") + +func autoscalingV2ServerresourcesJsonBytes() ([]byte, error) { + return bindataRead( + _autoscalingV2ServerresourcesJson, + "autoscaling/v2/serverresources.json", + ) +} + +func autoscalingV2ServerresourcesJson() (*asset, error) { + bytes, err := autoscalingV2ServerresourcesJsonBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "autoscaling/v2/serverresources.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + var _autoscalingV2beta1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x52\xc1\x4a\xc3\x40\x10\xbd\xf7\x2b\x42\xce\x85\xa2\x20\x42\xc1\x43\x6f\x15\x44\xaa\x07\x2f\xe2\x61\xba\x19\x37\x6b\xd7\x9d\x65\x76\xb6\x82\xa5\xff\x2e\x9b\xa6\x5b\x13\x92\x16\x3c\xd9\x53\xf3\xde\x9b\xb7\x33\x6f\x66\x37\x29\x8a\xa2\x28\x37\xc6\x55\xe5\xbc\x28\x17\xab\xfb\x67\x0c\x14\x59\xe1\x83\x09\x52\x4e\x0f\x34\x78\xf3\x82\x1c\x0c\xb9\x24\xda\x5e\x1d\x71\xcd\x14\xfd\x2f\x06\xa2\x50\x50\x60\x8d\xd3\xb3\xed\xf5\x1a\x05\xb2\x94\x5b\xdb\x50\xce\x8b\xd7\x06\x4a\xbf\x5d\xfe\xd7\x88\x1c\x7c\x62\xf2\xa9\x89\xcd\x37\x39\x01\xeb\xa9\x3a\x9a\x22\x87\xd6\x2c\xeb\x83\x71\x3a\x5a\xe0\xc7\xb6\xae\xcf\x27\xbf\xe0\x41\x61\x1a\x4e\x38\x62\x8f\x3f\x8e\xbd\xcc\xef\xad\xa8\x5a\xe4\xf7\xfa\x76\x5b\xe4\x75\xb7\xff\x4c\x29\x46\x10\xec\x15\x34\x4c\x85\x16\xcf\x31\x8a\xac\x45\x25\x29\xc1\x01\x8d\x46\x19\x82\xed\x69\x39\x1d\xdc\x83\xa8\x7a\x88\x88\xbe\x1a\xe9\xef\xab\x29\xe9\xe0\x6f\xfd\x98\x6b\x62\x49\x19\x8f\x0c\x5f\x7b\x38\x6f\xa0\x40\x50\x13\x9b\x31\x03\xb0\xf6\x42\x07\x42\x0c\x1a\xdb\x53\x5b\x42\xa8\xd3\xda\xe8\xc9\x6e\xe4\xf6\xfd\xe6\x63\xb6\xb8\x3b\xd5\xef\xa7\x7f\x3d\xaf\x59\x10\x90\xf8\x8f\xaf\x6c\xe4\x1a\x2e\x6d\xbd\x1b\xed\x29\xa8\xc9\xe1\x7b\x3f\xf9\x09\x00\x00\xff\xff\x76\x38\x3d\xac\x06\x04\x00\x00") func autoscalingV2beta1ServerresourcesJsonBytes() ([]byte, error) { @@ -554,6 +577,26 @@ func certificatesK8sIoV1ServerresourcesJson() (*asset, error) { return a, nil } +var _cloudNetworkOpenshiftIoV1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x52\xcf\x6b\xc2\x30\x14\xbe\xfb\x57\x84\x9e\x45\x11\x2f\x43\xd8\x61\x13\xc6\x1c\x63\xc8\x0e\x5e\xc6\x0e\x59\xfa\xda\x06\xb3\xbc\x90\xf7\x52\x0f\xe2\xff\x3e\xd2\xd6\x76\x2d\x55\x61\x97\x79\xb2\xdf\xaf\x34\xdf\xd7\xe3\x44\x08\x21\x92\xbd\xb6\x69\xb2\x12\xc9\xc3\x76\xf3\x0e\x84\xc1\x2b\x78\xd5\xc4\xc9\xb4\xa6\xa5\xd3\x3b\xf0\xa4\xd1\x46\x51\xb9\x38\xe3\xb9\xc7\xe0\x7e\x31\xca\x60\x48\x67\x16\xf8\x80\x7e\x3f\x43\x07\x96\x0a\x9d\xf1\x4c\xe3\xbc\x33\xf9\xe6\x00\x4a\x56\xe2\xa3\x82\xe2\xef\xd8\xfe\xab\x44\x56\x7e\x43\x9b\xe8\xbc\x2e\x25\x83\x76\x0a\x6d\xa6\x73\x6a\x92\x5a\x31\x69\x9b\x07\x23\xfd\xdb\x15\xd3\xd0\x13\x0f\x20\x27\x15\xc4\x7b\x67\xd2\x10\x0c\x04\xe7\x4a\xd6\x31\x6c\x5b\x87\x6d\xb6\xeb\xd1\xb0\x12\xfc\x57\xff\x3a\x2d\xa5\x3c\x48\x86\x81\xa1\x62\x52\x30\x70\x8d\x51\x68\x0c\x28\x8e\xd5\x8e\x68\x72\xe0\x31\xd8\x74\xab\xf5\x70\x27\x59\x15\x63\x44\x70\xe9\x85\xf7\x3b\x54\x96\x1e\xfe\x39\x2c\x9e\xd1\xcb\x1c\x9a\x2f\xe0\x59\x52\x11\x1b\x5b\xee\xee\x9e\xca\xc5\x63\x58\xbe\xe0\x7d\xe7\x3f\x4d\xff\xb4\xf5\x9c\x58\x72\xb8\x39\xf9\x7f\xcd\x7b\x61\x86\x5b\x75\xf7\x5b\xed\x3a\x9a\xd4\xcf\xa7\xc9\x4f\x00\x00\x00\xff\xff\x75\x6c\x7f\x7c\x98\x03\x00\x00") + +func cloudNetworkOpenshiftIoV1ServerresourcesJsonBytes() ([]byte, error) { + return bindataRead( + _cloudNetworkOpenshiftIoV1ServerresourcesJson, + "cloud.network.openshift.io/v1/serverresources.json", + ) +} + +func cloudNetworkOpenshiftIoV1ServerresourcesJson() (*asset, error) { + bytes, err := cloudNetworkOpenshiftIoV1ServerresourcesJsonBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "cloud.network.openshift.io/v1/serverresources.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + var _cloudcredentialOpenshiftIoV1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x51\xb1\x4e\xc3\x30\x10\xdd\xf3\x15\x56\xe6\xaa\x55\xc5\x56\x89\x01\xc1\x00\xa2\x42\xa8\x03\x08\x21\x06\xe3\x1c\x89\x55\xd7\x36\x77\xe7\x32\x54\xfd\x77\x64\x37\x4d\x48\x48\xa8\xc4\xd2\x4c\xc9\x7b\xf7\x5e\xee\xde\xdb\x65\x42\x08\x91\xaf\xb5\x2d\xf2\x85\xc8\xaf\x1e\xef\x56\x40\x2e\xa0\x82\xa5\x26\xce\x27\x07\x5a\x7a\xfd\x04\x48\xda\xd9\x38\xb4\x9d\x1f\xf1\x12\x5d\xf0\x3f\x18\x65\x5c\x28\x14\x42\x01\x96\xb5\x34\x53\xe7\xc1\x52\xa5\x3f\x78\xaa\xdd\xac\x95\x61\xfd\x0b\xca\x17\xe2\x35\x41\xf1\xd9\x35\x6f\x69\xc8\xca\x0d\x24\xcf\xc6\x8e\x10\x3e\x03\x10\x53\xed\xd3\x8c\x92\xb6\x65\x30\x12\x1f\x46\x25\x7d\x45\x34\x27\x2f\x15\xc4\xab\x19\x03\xf4\xf8\x63\x1e\xd7\xad\xd3\x6a\xd8\x69\x0b\xf8\xde\xbd\xa3\xa1\x14\x82\x64\xe8\x09\x12\x53\x80\x81\xbf\x18\xe5\x8c\x01\xc5\x31\xd5\x81\x99\x12\xfa\x5b\x24\xd8\xe8\x5f\xdb\x25\xdc\x4b\x56\xd5\x10\x11\x7c\x31\xb2\xdf\x57\x92\x74\xf0\xb7\x7e\xe6\xec\x50\x96\x50\x97\x7f\x2b\xa9\x8a\x79\xbd\xcc\xef\xfd\x92\x2e\x36\xcf\x37\xeb\xcb\x56\xbf\x9f\xfc\xa3\xe4\x19\xb1\xe4\x70\xb2\xeb\xb3\x34\x3b\xd2\xc0\xa9\xa4\xbb\x81\xb6\xf1\x64\x87\xef\x7d\xf6\x1d\x00\x00\xff\xff\xa1\x6a\x5a\x41\x8e\x03\x00\x00") func cloudcredentialOpenshiftIoV1ServerresourcesJsonBytes() ([]byte, error) { @@ -574,7 +617,7 @@ func cloudcredentialOpenshiftIoV1ServerresourcesJson() (*asset, error) { return a, nil } -var _configOpenshiftIoV1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x9a\x4f\x73\xda\x38\x18\xc6\xef\xf9\x14\x0c\xd7\xed\x34\xe9\x2e\x65\xb3\x9d\xd9\x03\x69\x93\xc0\x36\x04\x88\x53\x5a\xd8\xd9\x83\x90\x5f\x6c\x15\x63\x19\xfd\x81\xd0\x4e\xbf\xfb\x8e\xff\x00\x32\x31\x31\x52\x6a\xf7\x10\x73\x02\xe9\x79\xdf\xb1\x9f\xe7\x27\x8d\xc0\x7c\x3f\xa9\xd5\x6a\xb5\xfa\x8c\xf8\x76\xfd\x5d\xad\xde\xea\x77\xee\x80\x53\xc9\x30\xdc\x10\x2e\xea\xaf\xe2\x69\x14\x90\x21\x30\x4e\xa8\x1f\x8a\x96\x6f\x36\xe3\x0e\xa3\x32\x50\x66\x30\xf5\xa7\xc4\x79\x4d\x03\xf0\xb9\x4b\xa6\xe2\x35\xa1\xa7\x3b\x35\x4b\x3a\xf3\xfa\xbb\xda\xbf\xd1\x50\xf8\xfa\xbe\x7d\x17\x89\x7c\x34\x87\xb0\x15\x0a\x08\x07\xb6\x04\xc6\x93\xf2\xad\x82\x13\xdf\x91\x1e\x62\xb7\xfb\xca\x7d\x61\xd8\x8a\x07\x08\x43\x78\x6b\x53\xe4\x71\xd8\x13\x28\x77\x6d\x65\x76\x58\x02\x9b\xa4\xaf\x76\x3b\x85\x19\x20\x01\x7b\x05\xd1\x8c\x0d\x1e\x3c\x35\x83\xa9\xe7\x01\x16\xa1\x65\x19\x1a\x07\x44\xd6\xb0\xb7\x4b\x23\x35\x1e\x20\x81\xdd\xac\x09\x19\xd8\x07\xae\x6f\x15\x95\xa4\xc6\xff\xdb\xb7\x58\x50\x86\x1c\x48\x92\x6d\x23\xee\x86\x36\xad\x59\x63\xb8\xe8\x74\x97\xbd\x99\xf3\xf7\xae\xfe\xc7\xab\xe3\xa3\x3c\xe5\x02\x09\x99\x9b\x68\xa9\x41\x1e\x30\x3c\xcf\xd8\xb4\x7f\x3a\x6e\x48\xe1\x82\x2f\x08\x46\x21\x02\xf9\x74\xa7\xe4\xe6\xce\x3c\xd9\xa6\xe2\x5c\xe5\xfc\x7a\x74\xbe\xfa\xcc\xce\x89\xd5\x6e\xe9\x71\x9e\x4e\xb6\x70\xd8\x4d\x23\x2d\x9b\xf8\x89\x24\x9e\x9d\xeb\x43\xa4\x32\x36\xe3\x22\xab\xba\xc2\x5a\xc5\xba\xf7\x3e\x18\xbe\xf5\xbf\x3c\x30\x39\xd0\xc2\x3a\x8e\xaf\x68\x9a\x75\x03\x2c\x1b\x62\xec\x49\x2e\x80\xd1\x00\x18\x12\x34\xff\x54\xb2\xa7\x37\xf6\xe5\x7d\xdc\xa7\x77\xa0\xcf\x8b\x45\xdc\xa5\x4c\x84\x5e\x1f\xba\x79\x6a\xb2\x44\xdc\xce\x97\xee\x1b\x2a\xbf\xad\x91\xde\x09\x67\x1f\x8e\xa2\x17\x8b\x39\x14\xbf\x68\xd9\x2c\x63\x9f\x8f\x5d\x35\x89\xfc\xb9\xfe\x0c\xb3\xdb\xbc\xd8\x35\x93\xc9\xfc\xd7\xe9\x7a\x7c\x0f\x73\x3c\x23\x97\x26\xcc\x6f\x92\x2d\x09\x79\xfd\x48\x4b\x27\x9e\xfa\x9c\x7a\x90\x8f\x7a\xac\x33\x37\x24\xbb\xbe\x82\x5b\x85\xfb\xac\x1d\xc0\x87\x4f\x37\xfe\xe0\xf3\x48\x0f\xee\x24\xc4\xc2\xa9\xd6\x0e\xb1\x6c\x9c\x6d\x9f\xe7\xb3\x6c\x3f\xde\xd9\x8f\xb6\xe0\xc3\xad\x55\x31\x1c\x4b\xb2\x19\xb6\x5a\x6d\x10\xd7\x67\xe7\xce\x85\x1e\xc3\x51\x72\x45\x03\xac\x97\x5e\xd9\xf0\x4e\x01\x09\xc9\xc0\x41\x22\x9f\x61\x45\x6b\xec\xc6\x55\xdc\xe3\x3a\xa3\x47\xc5\xb4\xca\x74\xdb\x92\x4d\xcc\xee\x97\xe4\xad\xde\xa1\x43\x0d\xb4\x68\xb4\xcd\xc2\x2c\x1b\x71\x32\x47\x4e\x3e\xdc\x91\xca\xd8\x89\x4e\x56\x75\x05\xb4\x0a\x74\x93\x77\x91\xf7\x11\x16\x4d\xa1\xb7\x49\xc7\xf1\x15\x8d\xb2\x6e\x80\xa5\x43\xec\x4f\x19\xe2\x82\x49\x1c\xae\xb8\x7c\x9a\x53\x72\x73\x57\x9e\x6c\x53\xf1\xad\xf2\xcd\x4f\xad\xb3\xc5\xea\xe6\x12\x7d\x6c\xe8\xf1\x9d\x4e\xb6\x70\xd0\x4d\x23\x2d\x9f\x78\x87\x01\x3f\xe2\x68\x9d\x08\x9f\xe1\x48\x66\x7d\x45\xb7\x4a\x77\xbf\x4d\x06\xbd\x40\x4c\x46\x9a\x4f\x36\xb7\x29\x16\xcf\xb5\x6e\x8a\x65\x03\xed\x83\x58\x51\x36\xcb\xb5\x20\xd1\x19\x3b\x71\x9b\x5d\x5f\xf1\xac\xf2\xec\xb4\x2e\xe9\x7a\xb5\x9a\x5f\x7d\xd3\xdb\xad\x29\x92\xc2\xcd\x8d\x30\x52\x19\x07\xd8\x6b\x65\x54\x57\xf1\xa9\xf1\x35\x2e\xc6\xd6\x1f\x77\xb8\xf9\x5b\x43\x6f\x3b\x8a\xe3\x2b\x7a\x2f\xd2\x0d\xb0\xec\x9d\x68\xf3\x14\xc6\x95\x93\x7c\x94\x77\x5a\x73\x3f\x92\x1e\xed\xc7\x3d\x2a\xac\x53\x0f\xa0\xff\x9c\x0c\x60\x6c\xdd\x5f\x89\xae\x1e\xd6\x4a\xa0\x85\xc3\x6d\x14\x66\xd9\x88\x07\x8c\x7e\x05\x2c\x72\x6d\x48\x74\xc6\x6e\xf4\xb3\xeb\x2b\xac\x55\xac\x17\x0d\xc7\xbe\xf8\x67\xcc\x1f\x46\x58\x0b\xeb\x4d\x88\x45\x23\xad\x1f\xe2\x2f\xc0\xf9\x81\xe4\x7f\x15\x0a\x65\xeb\xe7\xd8\xf0\xb8\xba\x22\x59\x25\xf9\xf7\x4e\xc3\x1a\x34\xfb\xdc\xbd\xd3\xfb\x11\x2b\xc9\xaf\x04\x90\xb5\x12\x2c\x1b\x63\x8e\x5d\xb0\xa5\x77\xc4\x5f\x96\xb7\x4a\x63\x2f\xac\x43\x1d\x2a\xa2\x55\xa2\x03\x01\xf6\x27\x3c\xfa\x0b\x75\xf5\x4e\xd2\xbb\x28\x8b\x86\xda\x24\xc8\x9f\x0c\xf6\x49\xfc\xf9\xc7\xc9\xff\x01\x00\x00\xff\xff\xdb\x69\xd7\xba\x0d\x30\x00\x00") +var _configOpenshiftIoV1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x9a\x5f\x73\xda\x38\x14\xc5\xdf\xf3\x29\x18\x5e\xb7\xd3\xa4\x5b\xca\x66\x3b\xb3\x0f\x24\x4d\x02\xdb\x10\x20\x4e\xd3\x92\x9d\x7d\x10\xf2\xc5\x56\xe3\x58\x46\x7f\x20\xb4\xd3\xef\xbe\x63\x6c\x40\x26\x22\x46\x62\xed\x74\xa6\xce\x53\x22\x9d\x7b\x07\x9f\xf3\x93\x22\x6c\x7f\x3f\xa8\xd5\x6a\xb5\xfa\x3d\x09\xdd\xfa\xfb\x5a\xbd\xd5\xef\x5c\x03\xa7\x92\x61\xb8\x24\x5c\xd4\x5f\x25\xd3\x28\x22\xb7\xc0\x38\xa1\x61\x2c\x9a\xbe\x59\x8e\x7b\x8c\xca\x48\x99\xc1\x34\x1c\x13\xef\x35\x8d\x20\xe4\x3e\x19\x8b\xd7\x84\x1e\xae\xd5\x2c\xed\xcc\xeb\xef\x6b\xff\x2c\x86\xe2\x9f\xef\xab\xdf\x16\xa2\x10\x3d\x40\xdc\x0a\x45\x84\x03\x9b\x02\xe3\x69\xf9\x4a\xc1\x49\xe8\xc9\x00\xb1\xab\x4d\xe5\xa6\x30\x6e\xc5\x23\x84\x21\xbe\xb4\x31\x0a\x38\x6c\x08\x94\xab\x76\xb4\x1d\xa6\xc0\x46\xd9\x4f\xbb\x9a\xc2\x0c\x90\x80\x8d\x82\xc5\x8c\x0b\x01\x3c\x37\x83\x69\x10\x00\x16\xb1\x65\x1a\x8d\x07\x42\x37\x1c\xac\xd3\xc8\x8c\x47\x48\x60\x5f\x37\x21\x23\x77\xcb\xe7\x9b\x2d\x4a\x32\xe3\xff\x6e\x5a\x2c\x28\x43\x1e\xa4\xc9\xb6\x11\xf7\x63\x9b\xe6\xac\x71\x3b\xe9\x74\xa7\xbd\x7b\xef\xaf\x75\xfd\x8f\x57\xbb\x47\x79\xc8\x05\x12\x32\x37\xd1\x52\x83\xdc\x62\x78\x9e\xb1\x59\xff\x4c\xdc\x90\xc2\x87\x50\x10\x8c\x62\x04\xf2\xe9\xce\xc8\xed\x9d\x79\xb6\x4d\xc5\xb9\xca\xf9\xc5\xf0\x78\xf6\x99\x1d\x13\xa7\xdd\x32\xe3\x3c\x9b\x6c\xe1\xb0\xdb\x46\x5a\x36\xf1\x23\x49\x02\x37\xd7\x87\x85\xca\xda\x8c\x13\x5d\x75\x85\xb5\x8a\x75\xef\x34\xba\x7d\x17\x7e\x79\x64\x72\x60\x84\x75\x12\x5f\xd1\x34\x9b\x06\x58\x36\xc4\x38\x90\x5c\x00\xa3\x11\x30\x24\x68\xfe\xa9\x64\x43\x6f\xed\xcb\x69\xd2\xa7\xb7\xa5\xcf\x2f\x8b\xb8\x4f\x99\x88\xbd\xde\x76\xf1\xd4\x66\x89\xf8\x9d\x2f\xdd\x37\x54\x7e\x9b\x23\xb3\x13\xce\x26\x1c\x45\x2f\x16\x7b\x28\x5e\x68\xd9\x4c\x13\x9f\x77\x5d\x35\xa9\x7c\x5f\x7f\x6e\xf5\x6d\x7e\xd9\x35\xa3\x65\xfe\xeb\x78\x7e\x77\x03\x0f\xf8\x9e\x9c\xd9\x30\xbf\x4c\xb6\x24\xe4\xcd\x23\x2d\x9d\x78\x1a\x72\x1a\x40\x3e\xea\x89\xce\xde\x10\x7d\x7d\x05\xb7\x0a\xf7\x51\x3b\x82\x0f\x9f\x2e\xc3\xc1\xe7\xa1\x19\xdc\x69\x88\x85\x53\x6d\x1c\x62\xd9\x38\xbb\x21\xcf\x67\xd9\x7d\xba\xb3\xef\x6c\xc1\x87\x2b\xa7\x62\x38\x91\xe8\x19\x76\x5a\x6d\x10\x17\x47\xc7\xde\x89\x19\xc3\x8b\xe4\x8a\x06\xd8\x2c\xbd\xb2\xe1\x1d\x03\x12\x92\x81\x87\x44\x3e\xc3\x8a\xd6\xda\x8d\xf3\xa4\xc7\x85\xa6\x47\xc5\xb4\xca\x74\xdb\x91\x4d\xcc\x6e\xa6\xe4\x9d\xd9\xa1\x43\x0d\xb4\x68\xb4\xed\xc2\x2c\x1b\x71\xf2\x80\x3c\xc0\x34\x14\x10\x8a\x88\x06\x04\x93\x7c\xd4\x9f\xd4\xcc\xad\x4d\xea\xc4\xad\x4e\x93\x56\x7d\x6d\xab\x0a\x7c\x15\xfc\x06\x77\xde\x62\x8c\xae\xae\x5b\x0d\x23\xf0\x75\x31\x17\xbd\x00\xf6\xca\xf6\x45\xd6\xc1\x6e\xe4\xef\x67\x48\xc5\x77\x22\xd1\xf3\xdd\xe4\x5d\x14\x7c\x84\x49\x53\x98\x1d\x56\x92\xf8\x4a\x21\xfa\x67\x86\x38\x1c\x33\xc4\x05\x93\x38\xfe\xcf\x93\x4f\x73\x46\x6e\xef\xca\xb3\x6d\x2a\xbe\x55\xbe\xf9\xa1\x73\x34\x99\x5d\x9e\xa1\x8f\x86\xfb\x77\x36\xd9\xc2\x41\xb7\x8d\xb4\x7c\xe2\x3d\x06\x7c\x87\xaf\x98\xa9\x70\x0f\x47\xb4\xf5\x15\xdd\x2a\xdd\xfd\x36\x19\xf4\x22\x31\x1a\x1a\x3e\xe1\x5f\xa5\x58\x3c\xd7\xa6\x29\x96\x0d\x74\x08\x62\x46\xd9\x7d\xae\x05\xa9\xce\xda\x89\x2b\x7d\x7d\xc5\xb3\xca\xb3\xd7\x3a\xa3\xf3\xd9\xec\xe1\xfc\x9b\xd9\x6e\x4d\x91\x14\x7e\x6e\x84\x0b\x95\x75\x80\xbd\x96\xa6\xba\x8a\x2f\xf3\x65\xe9\xe4\xce\x79\x7b\x8d\x9b\xbf\x35\xcc\xb6\xa3\x24\xbe\xa2\xf7\x22\xd3\x00\xcb\xde\x89\x96\x4f\x23\x7d\x39\xca\x47\x79\xad\xb5\xf7\x23\xed\xd1\x7e\xda\xa3\xc2\x3a\xf3\x22\xc6\x1f\xa3\x01\xdc\x39\x37\xe7\xa2\x6b\x86\xb5\x12\x68\xe1\x70\x5b\x85\x59\x36\xe2\x11\xa3\x5f\x01\x8b\x5c\x1b\x52\x9d\xb5\x1b\x7d\x7d\x7d\x85\xb5\x8a\xf5\xa4\xe1\xb9\x27\x7f\xdf\xf1\xc7\x21\x36\xc2\x7a\x19\x62\xd1\x48\x9b\x87\xf8\x02\x38\x3f\xee\x70\xfb\x36\x96\xd9\xdf\xb1\xed\xeb\xaa\x2b\x92\x55\x92\x7f\xef\x34\x9c\x41\xb3\xcf\xfd\x6b\xb3\x9b\x58\x69\x7e\x25\x80\x6c\x94\x60\xd9\x18\x73\xec\x83\x2b\x83\x1d\x5e\xdd\x5f\x29\xad\xbd\x70\xb6\x75\xa8\x88\x56\x89\x8e\x04\xb8\x9f\xf0\xf0\x4f\xd4\x35\x3b\x49\xaf\xa3\x2c\x1a\x6a\x9b\x20\xff\x67\xb0\x0f\x92\xbf\x7f\x1c\xfc\x17\x00\x00\xff\xff\x61\xe9\x0b\x9b\x15\x33\x00\x00") func configOpenshiftIoV1ServerresourcesJsonBytes() ([]byte, error) { return bindataRead( @@ -774,7 +817,27 @@ func flowcontrolApiserverK8sIoV1beta1ServerresourcesJson() (*asset, error) { return a, nil } -var _helmOpenshiftIoV1beta1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x51\x4d\x6b\xb3\x40\x10\xbe\xfb\x2b\x16\xcf\x21\x21\xb7\x97\xc0\x7b\x28\x1e\x9a\x42\x29\x25\x87\x52\x28\x3d\x4c\xd6\x51\x97\xae\xee\xb2\x33\x6b\x09\x21\xff\xbd\xac\xf1\xa3\x8a\x36\xd0\x4b\x3d\xe9\xf3\x85\xf3\x3c\xe7\x48\x08\x21\xe2\x0f\x55\xa5\xf1\x4e\xc4\x77\xcf\x0f\x07\x24\xe3\x9d\xc4\x47\x45\x1c\xaf\xae\x34\x58\xf5\x82\x8e\x94\xa9\x82\xa8\xde\x76\x78\xee\x8c\xb7\xdf\x98\x02\x75\xb9\x36\x16\x2b\x2a\x54\xc6\x6b\x65\x36\xf5\xf6\x88\x0c\xbd\xc1\xb5\xe1\x14\xef\xc4\x5b\x03\x85\xe7\xdc\xbf\x35\xa2\x0a\x4a\xec\xd2\x64\x01\x8e\x1d\x5a\x43\x8a\x8d\x53\x48\x6d\x52\x2f\x26\x55\xe5\x5e\x83\x7b\x5a\x34\x9d\xa6\x96\x90\x4f\x16\x24\x86\x93\x33\xd0\x84\x13\x41\xd7\xc6\x1e\x75\x99\x84\xac\xc3\x62\x56\x8d\xee\x38\x3e\xa6\xa7\xa4\x43\x60\x9c\x18\x1a\x26\x45\x8d\x3f\x31\xd2\x68\x8d\x92\x43\xa9\x33\x9a\x1c\x79\x0e\xd6\xc3\x5e\x23\xdc\x02\xcb\x62\x8e\xf0\x36\x5d\xf8\xbf\xcf\xc6\x32\xc2\xdf\xa7\xb5\xb3\x71\x90\x63\xbb\xfd\x1e\xa8\x08\x85\xf9\xec\xf4\x7a\xff\x2f\x51\x89\xa7\xff\x83\xff\xb2\xfa\xd5\xd2\x1b\x62\x60\x7f\x73\xf0\x3f\x5a\x77\x61\x85\x5b\x6d\x8f\x4b\x1d\x2a\x8a\xae\xdf\x97\xe8\x2b\x00\x00\xff\xff\x48\x1f\x36\x96\x91\x03\x00\x00") +var _flowcontrolApiserverK8sIoV1beta2ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x53\x41\x6b\xf2\x40\x10\xbd\xfb\x2b\x42\xce\xa2\x9f\xdf\xc9\x4f\xf8\x0e\x6d\x41\xda\x22\x45\x6a\x11\xa4\xf4\x30\xae\x93\xb8\xb8\xee\x2e\x33\x9b\x84\x22\xfe\xf7\xb2\x31\x51\x13\xa2\x45\x50\xe8\xa1\x9e\xcc\xbc\x37\xf3\x76\xdf\x9b\xdd\xb4\x82\x20\x08\xc2\x95\xd4\x8b\x70\x10\x84\x77\xe3\xa7\x57\x64\x93\x90\xc0\x91\x64\x17\xb6\x77\x30\x58\x39\x45\x62\x69\xb4\x27\xa5\xbd\xb2\x1e\x93\x49\xec\x11\x12\x29\x93\x09\xa3\x1d\x19\xd5\x01\x2b\x19\x29\x45\xea\xac\xfa\xdc\x91\xa6\x9b\xf6\xe6\xe8\xe0\x6f\xd9\x4b\x85\x0e\x87\x83\xe0\x3d\x2f\xf9\xdf\x66\xff\x2f\x27\x69\x58\x63\x39\x98\xc5\x12\xd7\xc0\x45\xff\x9e\xc2\x52\xc7\x89\x02\x7a\x29\xa8\x75\xdc\x8f\x60\x0b\x02\xfd\x05\x23\x50\x8c\x35\x42\x79\xf7\xa1\x32\xd9\x24\xd7\xa8\x8f\x48\x91\xe6\xd5\x63\xee\x21\x41\x08\x0e\x6b\x0d\x39\xb2\x40\x85\xe7\x10\x61\x94\x42\xe1\xbc\x73\x0d\x9c\x18\x5d\x53\x59\x1d\x42\xa9\xd4\x2d\x38\xb1\x6c\x02\x12\xbb\x38\x71\xbe\x2c\x6f\xa9\xd4\x3f\xea\xd6\x3a\x43\x10\x63\x11\xf0\x23\xf0\xd2\xfb\xf4\x6f\x3e\xd1\x6f\xa3\x59\x86\xcf\x7f\xfe\x1f\xfa\xb7\xed\x0b\x32\xec\xb2\x03\x97\xfc\xb0\x28\x4f\x58\xfe\x9d\xb5\x55\x07\x2f\xf0\xc3\x92\x34\x24\xdd\xa7\xc2\x14\x95\x30\x3a\x92\x71\x42\xe0\x17\xe2\x76\xc6\x8c\x0b\xcd\x91\xd7\x7c\x38\xd6\xfc\xdd\xf9\x1d\xa5\x79\xe7\xef\x87\xd3\x2c\xea\xe3\x4c\x73\x76\xd1\xce\x9f\xc9\xf8\xd6\x6f\xe0\x2a\x51\x5f\xf9\x4d\xb4\x76\xdf\xdb\xd6\x57\x00\x00\x00\xff\xff\x80\x33\x72\xcd\x77\x06\x00\x00") + +func flowcontrolApiserverK8sIoV1beta2ServerresourcesJsonBytes() ([]byte, error) { + return bindataRead( + _flowcontrolApiserverK8sIoV1beta2ServerresourcesJson, + "flowcontrol.apiserver.k8s.io/v1beta2/serverresources.json", + ) +} + +func flowcontrolApiserverK8sIoV1beta2ServerresourcesJson() (*asset, error) { + bytes, err := flowcontrolApiserverK8sIoV1beta2ServerresourcesJsonBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "flowcontrol.apiserver.k8s.io/v1beta2/serverresources.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} + a := &asset{bytes: bytes, info: info} + return a, nil +} + +var _helmOpenshiftIoV1beta1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x53\xc1\x6a\xc2\x40\x10\xbd\xfb\x15\x21\x67\x51\xec\xa9\x0a\x3d\x88\x94\x5a\x90\x22\x1e\xa4\x50\x7a\x58\xd7\x49\xb2\xed\x9a\xdd\xce\xcc\x5a\x44\xfc\xf7\xb2\x51\x63\x13\x4c\xac\x62\xe9\xa5\x7b\x4a\xe6\xcd\x7b\xec\xbe\xc7\x5b\x37\x82\x20\x08\xc2\x77\x95\xce\xc3\x5e\x10\xf6\xc7\x8f\x13\x20\xe3\x50\xc2\x48\x11\x87\xcd\x2d\x2c\xac\x9a\x02\x92\x32\xa9\x5f\x5a\x76\xf6\xf3\x18\x8d\xb3\xdf\x90\x04\xf4\xa2\x65\x2c\xa4\x94\xa8\x88\x5b\xca\xb4\x97\x9d\x19\xb0\xc8\x09\xb8\x13\xa7\xb0\x17\xbc\x64\x23\x7f\xd6\xf9\x57\xb6\x94\x8a\x05\xec\xd5\x64\x22\x90\x11\xac\x21\xc5\x06\x15\xd0\x4e\x29\x5f\x26\x95\xc6\x4e\x0b\x7c\xaa\x24\xad\xca\x14\xaf\x4f\x56\x48\xf0\x4f\x8e\x84\x26\x28\x2d\xec\xdd\x18\x82\x5e\x0c\xbc\xd6\xa4\x52\x6b\x09\x38\x2b\x3e\x26\x87\x24\x82\x60\x28\x11\x32\x64\x0e\x1a\xea\x10\x69\xb4\x06\xc9\xde\xd4\x23\x3b\x31\xf0\xb1\xb1\x3e\xe4\x55\x98\x5b\xc1\x32\x39\x06\x38\x3b\xaf\xb8\xdf\x67\x46\x29\xcc\x5f\xcb\xb6\xb3\x41\x11\xc3\x2e\xfb\xa1\xa0\xc4\x1b\xe6\xa2\xd5\xf3\xc3\xed\x40\x0d\x1c\xdd\x1d\xf8\x9b\xe6\x45\x49\xb7\x89\x05\xbb\x93\x81\xff\x51\xba\x15\x29\x9c\x72\xbb\x68\xea\x19\x16\x59\x34\x6f\x20\xf9\xa2\x4e\x54\x72\xeb\xab\xc1\xe8\xaa\xbc\x1b\x6f\x15\xff\x0b\x92\x9f\x1f\x16\xa4\xdb\xfd\x18\x4d\x6f\x54\xd4\xbf\x3f\xab\x20\x75\xe9\x5f\xa3\x27\xbf\x1d\xf5\x95\xdb\xd2\xd8\xfe\x6f\x1a\x5f\x01\x00\x00\xff\xff\xab\x96\xed\xa0\xbf\x06\x00\x00") func helmOpenshiftIoV1beta1ServerresourcesJsonBytes() ([]byte, error) { return bindataRead( @@ -914,7 +977,7 @@ func machineconfigurationOpenshiftIoV1ServerresourcesJson() (*asset, error) { return a, nil } -var _metal3IoV1alpha1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x53\xc1\x4a\xc3\x40\x10\xbd\xf7\x2b\x42\xae\x16\x4b\x11\x04\x0b\x1e\xec\x41\x5a\xb0\xa5\x54\x14\x41\x3c\x4c\xd2\x31\x59\xdc\x64\x97\x99\x4d\x3c\x94\xfe\xbb\xec\xb6\x8d\x4d\xdc\xa4\x14\xaa\x17\x7b\x6a\xe6\xbd\x7d\x99\x7d\xef\x65\xdd\x0b\x82\x20\x08\x3f\x44\xbe\x0a\x47\x41\x78\xb7\x98\x2e\x91\x55\x41\x31\x3e\x08\x36\x61\x7f\x0b\x83\x16\xcf\x48\x2c\x54\x6e\x49\xe5\x70\x3f\x4f\x48\x15\xfa\x00\xc9\xd0\x80\xbc\xba\x14\x6a\x50\x0e\x41\xea\x14\x2a\x26\xed\x54\x39\x1c\x05\xaf\x6e\x64\x7f\xeb\xea\x9f\x23\xe5\x90\xa1\x95\x89\x80\xd0\x49\xa5\x8a\x0d\xef\x24\x2a\x16\x8b\x3c\x29\x24\xd0\xdc\xc7\x6e\x92\xad\x24\x6b\x88\xd1\x5e\xcf\x50\x81\x0d\x7c\x7f\xf1\x31\x10\xce\xac\xc8\xc4\x23\x52\x22\x45\xf5\xc5\x2b\x28\x26\x04\x83\x8d\x03\x0e\x59\xa1\xc4\x2e\x24\x56\x52\x62\x6c\xac\x73\x1e\x4e\x82\xcd\x2d\xdc\x58\x8a\x1f\xdb\xb9\xb9\x06\x13\xa7\x3e\xa0\xd0\xab\x96\xfd\x3e\xdd\x91\xda\xfc\xad\xe9\x74\xaa\xc8\x58\x9b\x5b\x2e\x1f\x65\xde\x77\x46\x99\x4b\xa2\x5b\xda\x28\x82\x04\x77\xdd\x99\x00\xa7\x36\x85\xeb\xe9\x4d\xa6\x1f\x67\x4b\x7c\x4a\x6e\xbf\xcf\x6f\xfa\xa7\x15\x66\xc0\x06\x4c\x71\xb4\x37\x7f\x5d\x95\x96\x48\x8f\x45\x57\xb7\xf1\x04\x53\x34\xa9\x52\x58\x77\x45\x9e\x1c\x35\xe3\x90\xdc\x69\xcc\x3b\x48\x6e\x73\x66\xd1\x21\xf2\x6f\xbf\x21\x6f\xd1\x67\xf7\x3c\x79\x59\x8c\xf9\x62\xae\x4e\x2a\x7a\x2d\xd3\x73\xf4\xfc\x17\xe2\x3c\x73\xcf\x7b\xdb\xe7\x4d\xef\x2b\x00\x00\xff\xff\xb4\x9b\x06\xe9\xab\x06\x00\x00") +var _metal3IoV1alpha1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x56\x5b\x6f\xda\x3c\x18\xbe\xe7\x57\x44\xdc\xb6\xfa\xfa\x75\x45\x3b\x54\xda\xc5\x58\x5b\x01\x1a\x94\x96\x32\x6d\x9a\x76\xe1\x98\x17\xdb\x6a\x1c\x7b\xb6\x93\x4a\xab\xfa\xdf\x27\x87\x34\x34\xc1\x21\x24\x14\x6e\x68\xaf\xca\x7b\x78\xb0\x9f\x43\xc2\x63\xcb\xf3\x3c\xaf\x7d\xcf\xc2\x59\xfb\xdc\x6b\x7f\x19\xf7\x6f\x41\x8b\x48\x61\xf8\xc6\xb4\x69\x1f\x2f\xda\x48\xb2\xef\xa0\x34\x13\xa1\x1d\x8a\x4f\x9f\xeb\x44\x89\x48\xbe\xe8\x70\x30\x28\x38\xfb\x8f\x89\x93\xf8\x14\x05\x92\xa2\x6c\x52\xa5\xa8\xba\x7d\xee\xfd\x4a\x4a\xf6\xef\x31\xfb\x2f\x19\x0a\x11\x07\x0b\xe3\x23\x05\x09\x14\x15\xda\xe8\x14\x22\x9b\xd2\x2c\x24\x51\x80\xd4\xc8\x35\x5d\x1c\xb6\x90\x5a\x22\x0c\xf6\x7a\x46\x45\x50\xe8\x3f\x5f\xbc\x8b\x14\x0c\x2d\x48\xcf\x01\x12\x83\xf2\xf3\x07\xcf\x5a\x58\x01\x32\x50\x58\x48\x3a\x33\x08\x60\x5d\x07\x8b\x20\x00\x6c\x2c\x73\x8e\x19\x02\xc5\x53\x24\xe5\x80\xad\x9c\x2e\xa9\x4b\x64\x30\x75\x35\x22\x39\x2b\x39\xdf\x43\xb2\x92\xab\xff\x2e\x32\x4d\x85\x32\x96\xe6\x92\xcb\xfb\xdc\xf9\x9d\x3e\x4f\x94\x58\x0f\x6d\x84\x42\x04\x52\xef\xf4\x90\xa6\x56\x85\xf7\xfd\x4f\x5c\x4e\x86\xb7\x30\x25\x9f\x97\xfb\x4f\xc7\xf5\x0c\x73\xa2\x0d\x32\x51\xa5\x6f\xf6\x6d\x95\x12\x49\xab\xa4\xcb\xd3\x58\x87\x14\x8e\x21\x86\xd0\xe8\xc8\xd7\x58\x31\x69\xad\x56\x1d\x26\xc7\x52\x63\xa2\x86\x5f\x2f\x2d\xd6\x64\x0d\xd6\x5b\xb4\x4a\xa2\x05\x45\xa9\x16\xe5\x54\x9e\x26\xe1\x62\xe4\xa2\x83\xee\x08\xbd\x19\xfc\x5f\x2f\x5c\x2e\x1f\xed\x3a\x63\xdb\x59\x67\xdf\x51\x9b\x33\xc5\x1f\x90\x02\x8d\x29\x70\x54\xc9\x4a\x7e\xbc\x29\x47\x57\x29\xca\xc4\x89\x72\xb0\xc1\x72\x7a\xff\x0f\xfe\xa9\xff\x76\x3b\x1f\x2e\x06\x97\xb5\xbc\x6f\xdf\x27\x99\x5a\x60\x0c\x0b\x49\xa5\xba\x9b\xec\x6c\xaa\xb1\x7d\xc5\x64\x3a\x97\x60\x1d\xac\xd2\x15\x8f\x50\x3a\xd7\x4d\xac\x72\x7d\xff\xf1\x8e\x8e\xa6\xbe\xdf\x99\x6e\x6d\x95\x1d\x3f\x25\xb7\x74\xc7\xbe\x9f\x92\x52\x81\x54\x22\x66\x96\x6d\x16\x12\xc6\x11\x59\x79\xcb\xad\x70\xe3\x5a\x6a\xca\xd7\x38\x8f\xd5\x77\x61\xbd\xa5\xc9\x7d\x79\x29\x19\x27\x4d\xf2\x74\x44\xcf\xcc\x0d\x7f\x77\x3d\xe8\xd5\xfb\x4d\xef\x74\xcb\x8e\x03\xb5\xa5\x41\xf6\x1f\xa8\xe5\x59\x37\x08\xd2\x72\x78\x2d\x3f\x73\x14\xe8\x72\x82\xca\x41\x0e\x36\x39\x4e\xdb\x0f\xaf\x74\xef\xc7\xb8\xab\x8f\x46\xa2\xa6\xed\x5f\x68\xfa\x1a\x76\xdf\x81\x9c\xaf\xec\xf3\xd6\xe2\xf3\x53\xeb\x5f\x00\x00\x00\xff\xff\xc7\x3a\x92\x40\x8d\x12\x00\x00") func metal3IoV1alpha1ServerresourcesJsonBytes() ([]byte, error) { return bindataRead( @@ -974,7 +1037,7 @@ func migrationK8sIoV1alpha1ServerresourcesJson() (*asset, error) { return a, nil } -var _monitoringCoreosComV1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x96\xdf\x4f\xdb\x30\x10\xc7\xdf\xfb\x57\x44\x79\x85\x81\xd0\x80\x01\xd2\x1e\xca\x36\x8d\x5f\xeb\xa2\xb2\x6e\xaa\x26\x1e\x5c\xe7\xe6\x78\x24\x3e\xef\xec\x74\x15\x88\xff\x7d\x72\xc8\x5a\x52\xb9\x2d\x09\xca\x5e\x96\x3c\x59\x77\xdf\xfb\xc6\x67\x7f\x12\xdd\x7d\x2f\x08\x82\x20\xbc\x95\x2a\x0e\x4f\x82\xb0\x1f\x9d\x0f\xc1\x60\x4e\x1c\xae\xa4\xb1\xe1\xf6\x63\x9a\x69\xf9\x15\xc8\x48\x54\x4e\x34\xdd\xfb\x1b\x17\x84\xb9\x7e\x92\xc9\x50\x49\x8b\x24\x95\xd8\xe1\x48\x80\x66\x87\x63\xb6\xbb\xd0\x53\xe9\x6d\xc2\x93\xe0\x7b\x11\x72\xcf\xfd\x7c\x55\x88\x14\xcb\xc0\x99\xb1\x14\xc8\x66\x4c\x31\x01\x64\x4a\x87\xb9\xc8\x48\x25\xf2\x94\xd1\xc0\x23\x5e\xd6\x3a\x43\xa3\x19\x07\xd7\xa2\xa5\x1c\x96\xf2\xf3\xe6\xd7\x78\x4c\x81\x26\xd5\x5d\xcf\x53\x9c\x80\x59\x58\x2a\x28\x32\x31\xa4\xb0\x2e\xc3\x31\x4d\x81\x5b\x77\x78\x1e\x8d\x00\xeb\x0b\xa7\x8b\x7b\xa9\xc4\x35\xb3\x3c\xf1\x25\x72\x1d\xaf\xd8\xdf\xef\xa2\xa4\x12\xbf\x59\xea\x9b\x33\x0b\x02\x49\xc2\x8a\xe6\x35\x61\x06\x36\x81\xdc\xbc\x42\x0d\xc4\x2c\xd2\x7a\x43\x63\x91\x98\x80\x12\x9a\x33\x66\x12\x77\xf4\x03\x93\x7c\x7b\x7d\x27\xf6\x2e\xdf\xe0\xdb\x45\xfd\xc3\xf6\x26\x46\x34\xc6\x25\x73\x1b\x09\x59\x48\x9b\xf2\x11\x61\xfc\xc9\xef\xd0\xd1\xd1\x2a\x1d\xf6\xf0\xf4\x4c\x8f\xfa\x77\x91\x14\xf5\xe8\x20\x9c\xc0\x66\x30\x9c\xaa\x31\x13\xbe\xe2\x0e\x87\x56\x71\x98\xed\xc7\xc7\xc7\xbf\x06\x93\x83\xf1\x79\x5d\x1c\xca\xd7\x3f\x0b\x8a\x52\xfb\x02\x32\x56\x38\x74\x78\xb4\x8a\xc7\xbb\x23\xc5\xa2\xf1\x3e\xe0\xcf\x51\x43\x3c\x28\x4f\xeb\x10\xe2\xe4\x2f\xa7\x64\xe8\x71\xf9\x5f\x49\xf1\x5f\xec\xf0\xfa\xe2\x48\x7e\xdc\xba\x7c\xff\xb9\xde\x90\x60\x80\xa6\x92\xc3\x73\x07\x85\xaa\xbc\xe9\xc5\x5e\x3f\xba\x74\x03\x43\xb5\xb9\x7f\xf3\x0b\xb8\xb8\x4a\x22\xfe\x83\x6d\x1d\xcc\x3e\xd4\x22\xc5\x26\x4c\x61\xf1\x3d\x6f\xc6\xe4\x89\xb6\x29\x23\x5f\x0a\x8b\xa1\xcf\xa2\x03\xa4\x55\x40\xc6\xa7\x33\x2d\x76\x6f\xfb\x87\xa3\xca\x08\x51\xac\x6e\x7a\x0f\xbd\x3f\x01\x00\x00\xff\xff\x69\x2c\x86\x44\x17\x0f\x00\x00") +var _monitoringCoreosComV1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x96\x5f\x4f\xdb\x30\x14\xc5\xdf\xfb\x29\xa2\xbc\xc2\x40\x68\xc0\x00\x69\x0f\x65\x9b\xc6\xbf\x75\x51\x59\x37\x55\x13\x0f\xae\x73\xe7\x78\x24\xbe\xde\xb5\xd3\x55\x20\xbe\xfb\xe4\x90\xb5\xa4\x72\x5b\x12\x14\x9e\xd2\x27\xeb\x9e\x73\x4f\x7d\xdd\x9f\xaa\x7b\xdf\x0b\x82\x20\x08\x6f\xa5\x8a\xc3\x93\x20\xec\x47\xe7\x43\x30\x98\x13\x87\x2b\x69\x6c\xb8\xfd\x28\x33\x2d\xbf\x03\x19\x89\xca\x99\xa6\x7b\xff\xeb\x82\x30\xd7\x4f\x94\x0c\x95\xb4\x48\x52\x89\x1d\x8e\x04\x68\x76\x38\x66\xbb\x0b\x3f\x95\xd9\x26\x3c\x09\x7e\x16\x25\xf7\xb9\x9f\x9f\x0a\x93\x62\x19\xb8\x30\x96\x02\xd9\x8c\x29\x26\x80\x4c\x99\x30\x37\x19\xa9\x44\x9e\x32\x1a\x78\xcc\xcb\x5e\x17\x68\x34\xe3\xe0\x46\xb4\x94\xc3\x92\x3e\x1f\x7e\x4d\xc6\x14\x68\x52\xbd\xf5\x5c\xe2\x04\xcc\xc2\x52\x43\xa1\xc4\x90\xc2\x3a\x85\x63\x9a\x02\xb7\xee\xf1\x3c\x1e\x01\xd6\x57\x4e\x17\xbf\x4b\xa5\xae\x99\xe5\x89\x4f\xc8\x75\xbc\xe2\x7e\x7f\x8b\x96\x4a\xfd\x66\x69\x6e\xce\x2c\x08\x24\x09\x2b\x86\xd7\x84\x19\xd8\x04\x72\xf3\x06\x35\x10\xb3\x48\xeb\x03\x8d\x45\x62\x02\x4a\x68\xce\x98\x49\xdc\xd3\x0f\x4c\xf2\xe3\xed\x9d\xd8\xbb\x7c\x87\xef\x17\xfd\x0f\xdb\x9b\x18\xd1\x18\x97\xcc\x6d\x24\x64\x61\x6d\xca\x47\x84\xf1\x17\x7f\x42\x47\x47\xab\x74\xd8\xc3\xd3\x33\x3d\xea\xdf\x45\x52\xd4\xa3\x83\x70\x02\x9b\xc1\x70\xae\xc6\x4c\xf8\x9a\x3b\x1c\x5a\xc5\x61\xb6\x1f\x1f\x1f\xff\x19\x4c\x0e\xc6\xe7\x75\x71\x28\xbf\xfe\x59\x50\x94\xde\x17\x90\xb1\x22\xa1\xc3\xa3\x55\x3c\x3e\x1c\x29\x16\x8d\xf7\x01\x7f\x8f\x1a\xe2\x41\x79\x5a\x87\x10\x67\x7f\x39\x25\x43\x4f\x4a\x47\x4a\xab\xa4\x0c\xaf\x2f\x8e\xe4\xe7\xad\xcb\x8f\x5f\xeb\x6d\x1d\x06\x68\x2a\x39\x3c\x77\xf3\xa8\xda\x9b\x92\x72\xfd\x98\xd2\x6d\x20\xd5\xe1\x5e\x87\x94\x8b\xab\x24\xe2\xbf\xd8\xd6\xc1\xec\x53\x2d\x52\x6c\xc2\x14\x16\x7f\x10\x9b\x31\x79\xe2\x6d\xca\xc8\xb7\x22\x62\xe8\x8b\xe8\x00\x69\x15\x90\xf1\xe9\x4c\x8b\xdd\xdb\xfe\xe1\xa8\xb2\x93\x14\xa7\x9b\xde\x43\xef\x5f\x00\x00\x00\xff\xff\xcd\xf1\x41\xc8\x68\x0f\x00\x00") func monitoringCoreosComV1ServerresourcesJsonBytes() ([]byte, error) { return bindataRead( @@ -1174,7 +1237,7 @@ func operatorOpenshiftIoV1alpha1ServerresourcesJson() (*asset, error) { return a, nil } -var _operatorsCoreosComV1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x53\x41\x4f\xf2\x40\x10\xbd\xf3\x2b\x9a\x9e\xc9\xd7\x7c\xd1\x68\x42\xe2\xc1\x90\x08\x8a\x41\x83\x89\x17\xe3\x61\xdd\x8e\x65\x75\xdb\xd9\xcc\x6e\xf1\x40\xf8\xef\x66\xdb\x52\x68\xd3\xa5\x80\x28\x17\xb8\xd0\xce\x9b\x79\xdd\x79\xfb\xde\xbc\xe3\x79\x9e\xe7\x7f\x8a\x24\xf4\x7b\x9e\x7f\xfd\x78\x3b\x01\x8d\x29\x71\xb8\x17\xda\xf8\xdd\x1c\x66\x4a\x3c\x03\x69\x81\x89\x6d\x9a\xfd\x5f\xd6\x23\xc2\x54\xad\x21\xa8\x80\x98\x41\xd2\xff\x38\x12\xa0\xfd\x8b\x83\x55\x3b\x15\xd4\xda\xef\x79\x2f\x59\xc9\xfe\xe6\xe5\x53\xd6\x94\xb0\x18\xd6\xb9\x38\x26\xa1\x30\x02\x13\x5d\xd0\x94\x9d\x5a\x24\x51\x2a\x19\x8d\x5d\x13\xf5\x01\x4b\xad\x15\xe3\x60\x77\x35\x94\x42\x0d\x5f\xaa\xf0\x50\x10\xf5\x5d\x44\x33\xa0\xb7\xea\x12\x25\xc4\x09\x98\x81\xda\x40\x86\x84\x20\x61\x13\xc2\x51\x4a\xe0\x0d\x9f\xcb\xa5\x06\xd3\x54\x96\xab\x5b\xaa\xd4\x15\x33\x7c\xda\x04\xa4\x2a\x74\x9c\xef\x2b\x1b\xa9\xd4\x5f\xeb\x8a\x4f\x91\x8c\x95\xdb\xb5\x7c\x29\xd8\x46\x1a\xce\x0c\x44\x48\xc2\x45\x83\x32\x6e\x39\x87\x41\x62\x11\x14\xce\x1b\x32\x3d\xb5\xd7\xd6\x17\xf2\x2c\x0c\x4c\x30\x52\xfc\x6a\x35\xbf\xe8\xee\xee\xb4\x40\x1b\x66\xd2\x56\xc3\x1d\xc3\x5f\x0e\x1f\xb4\xdd\x77\x55\xce\x3d\xc4\xc9\xa2\xbe\x75\x04\xb3\xee\x9f\xca\x33\x68\x22\x39\x45\xcf\x91\x99\xe8\x28\x99\xd3\x31\x0d\xc7\xe7\xb3\x11\xc6\x7a\xaf\xcc\xe5\xb6\xfa\xa3\xbc\xed\x6a\xa8\x63\x65\x6d\xeb\x98\x6d\x14\xe4\x9d\x49\xdd\xa6\xc8\x29\x5d\xc5\x72\xbf\x93\x8e\xc1\xe5\xc7\xe4\x06\x9e\x2e\xee\x46\xb8\x57\x3a\x0e\x12\x8c\x03\xfb\xe0\xc0\xa1\xe8\xe4\xef\x8b\xce\x77\x00\x00\x00\xff\xff\x53\xae\x1f\x72\x8a\x0a\x00\x00") +var _operatorsCoreosComV1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x96\x4b\x8f\xda\x30\x10\xc7\xef\x7c\x8a\x28\x67\xd4\xa8\x0f\xb5\x12\x52\x0f\x15\x6a\xa1\xe5\xd1\x0a\x24\x0e\xad\x7a\x30\xce\x10\xdc\x3a\x99\x74\xec\xd0\x03\xe2\xbb\xaf\x1c\x42\xd8\x64\x63\x20\x2c\x90\x03\xcb\x05\x98\x97\x32\x7f\xff\x7f\x8a\xd7\x2d\xc7\x71\x1c\xf7\xaf\x88\x7c\xb7\xe3\xb8\x9f\x7e\x7c\x9d\x80\xc2\x84\x38\x0c\x85\xd2\x6e\x7b\x9b\x66\xb1\x98\x01\x29\x81\x91\x29\x5a\xbd\xde\xc5\x03\xc2\x24\x7e\x94\xc1\x18\x88\x69\x24\xf5\x8a\x23\x01\x9a\xaf\xd0\xdb\x97\x53\x36\x5a\xb9\x1d\xe7\x57\x1a\x32\x9f\x75\xfe\x2b\x2d\x8a\x58\x08\xe9\x2c\x19\x72\x8c\x16\x22\x50\x59\x7b\x5e\xa1\x44\x14\x24\x92\xd1\xb8\x5c\x59\x2e\x34\xa3\x54\xcc\x38\x98\xdd\x16\x4c\x2a\x28\x15\xec\xd6\xfe\x3e\x1c\x75\x2b\x27\xac\x80\xe6\xc5\xa7\xcd\x53\x9c\x80\x69\x28\x35\xa4\x19\x1f\x24\x1c\xca\x70\x94\x12\xb8\x36\x9a\x55\xd4\x04\xa0\xab\xc2\x72\x7f\x1c\x85\x78\xcc\x34\x5f\x56\x25\x92\xd8\xb7\x3c\xdf\xff\xb4\xa5\x10\xff\x5d\xda\x9b\x33\x0d\x01\x92\x00\xcb\xf2\x28\xc3\xc3\x03\x94\x46\x62\x01\x64\xde\xe8\x33\xb5\x34\x3a\xd3\xec\xcd\xe7\xe9\xfc\x5f\xf4\xd3\x1f\x7d\xdc\xf7\x6f\xda\xa7\x7b\xc1\x53\x9a\xe9\xe4\xa8\x25\x6e\xea\x04\xcb\x89\x1d\x3b\x99\xa2\x7e\x75\xd4\xc8\x28\xe3\x18\xf9\xc2\xd8\xe8\x38\x21\xe5\x8e\x83\xfa\x68\x4a\xac\xf2\x64\x83\xba\xb6\x41\xf7\x0a\x8c\x5a\x22\x69\x23\xb7\x6d\xf9\x5c\xb0\x26\xb8\xeb\x0a\xf9\xd6\xf7\xb4\x37\x88\x79\x3d\xee\x9e\x38\xed\x12\xfc\x5d\xc9\x5f\x4d\x61\x98\xbe\x04\x4f\x46\x30\xad\x7e\xae\x3c\xbd\xaa\x21\x2f\xe8\x59\x98\x09\x1a\x61\x4e\x85\xd4\x1f\xbf\x5b\x0d\x30\x54\x67\x31\xb7\xb5\xd5\x8d\x78\xab\x6b\xa8\xa6\x58\x3b\x19\xb3\xf3\x2f\x00\x96\x01\xf7\x4a\xd7\x95\xe8\xe8\x7d\xf8\x33\xf9\x02\xd3\xf7\xdf\x06\x78\x16\x1d\xd7\xbf\x08\xd6\xf7\xc1\x85\xa1\x68\x6d\xff\x6f\x5a\x0f\x01\x00\x00\xff\xff\x59\xd1\x2e\xf7\xa4\x0d\x00\x00") func operatorsCoreosComV1ServerresourcesJsonBytes() ([]byte, error) { return bindataRead( @@ -1494,7 +1557,7 @@ func securityOpenshiftIoV1ServerresourcesJson() (*asset, error) { return a, nil } -var _servergroupsJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x9c\x3f\x93\xdb\x36\x10\xc5\xfb\xfb\x14\x3b\xaa\x33\xcc\xe4\xd2\x78\xdc\xa5\xca\x64\x26\x45\xaa\x34\x19\x17\x38\x72\x45\x21\x47\x01\x0c\x00\xea\x72\xf1\xf8\xbb\x67\xf4\xe7\x7c\x96\x08\x71\x41\x2e\x60\xae\x1b\xcb\x32\xf5\xf0\xd3\x7b\x20\x01\x2c\x48\x7d\x7e\x00\x00\xd8\xa8\x5e\xff\x89\xce\x6b\x6b\x36\x1f\x61\x73\xf8\x69\xf3\xc3\xf9\xfd\xd6\xd9\xa1\xf7\x9b\x8f\xf0\xd7\xe9\xdf\xc7\x3f\x9f\xbf\xbe\x3a\x1d\x61\xd4\x1e\x8f\x9f\xb9\x7c\xe2\xeb\xfb\xbd\xc3\x2d\x3a\x87\xcd\xbb\xee\xf5\x27\xdf\xf5\x63\x2d\x5f\x1d\x75\xb8\x3a\xe0\xea\xff\xbf\xdc\x34\x7b\x39\xf4\x1a\x39\x8e\x3e\x0f\x82\x02\x39\xc1\x5c\xbd\xf3\xe9\x21\x02\x79\xc7\x3d\xd5\x6b\x87\xad\xf6\xc1\xa9\xa0\xad\xa9\x9e\x3f\xf8\x4a\xdb\x3c\x9e\xc6\xb5\x7f\x14\x61\xf5\x1c\x36\x8a\x0f\x98\x09\xf4\x3e\x97\xdf\xbd\x97\xe2\xee\x3d\x12\x8a\x06\x58\x5e\xe2\x01\x4d\xf0\x59\x3b\xf1\x95\xa4\x0c\x77\x13\x90\x28\xac\x08\x1a\x03\xe0\x09\x83\x4a\xa3\x38\x1f\x99\xf3\xec\x19\xc2\x0e\x4d\xd0\x75\x81\xcb\x57\x4c\x5a\x46\x0f\x98\x81\x46\xe1\x01\xdb\x7e\xeb\xf4\x7f\x65\xdc\xbf\x55\x96\x63\x7e\x1a\x19\x45\x07\x5c\xef\xad\xaf\x55\xa7\x4d\x9b\xcd\xf2\x37\x41\x31\x4e\x4f\x03\x51\x50\x11\xb0\xa5\xcd\x3f\x26\x5f\xe4\x1e\xef\x5d\xe4\x32\x82\x3c\x26\x83\x3c\xe6\xec\x72\x4f\x2a\xd4\xbb\x3c\x9d\xed\x24\x25\xa3\x9b\x4d\xa0\x50\x38\x11\xa4\x05\x0d\xaf\x38\x7e\xd6\xe8\x82\xde\x1e\x07\x12\xcc\x3b\x6f\x8a\x08\xcb\x48\x3b\x19\x8c\x82\x03\x96\xf1\x06\xc3\x8b\x75\xcf\xda\xb4\x59\x6d\x1f\xc9\xca\x30\x3d\x11\x8b\x42\x03\x96\xe5\xbd\xed\x74\xfd\x9a\xc7\xe7\xb3\x96\x0c\x73\xa7\x58\x28\x9e\x08\xd3\x92\x96\x57\xbc\x82\xb9\x27\x55\x57\xe5\xe6\xa1\x77\xe5\x65\x64\x3f\x13\x8f\x42\x04\x56\x14\x3e\x58\xa7\x5a\xcc\xea\xff\xb5\xa6\x0c\xd3\x53\x98\x28\xae\x08\x1b\x87\x60\xcd\x25\x78\xb3\xd7\xfe\xa8\x5f\xae\x90\x38\xd1\x82\x8c\x1e\x31\x9f\x90\xa2\x04\x6e\x59\x17\xff\x0d\x68\x4e\x5f\x2c\x77\x51\x77\xa4\x2c\x24\x83\x64\x32\x8a\x0e\x78\x57\xc1\x7a\x87\xcd\xd0\xe5\x9e\xd9\x8d\x64\x65\xb8\x9e\x88\x45\xa1\x01\x6f\x15\x63\xad\x6b\xb4\xc9\x7f\xe5\x89\x08\xcb\xb0\x3d\x19\x8c\x82\x03\xde\x2a\xc6\x36\x79\x87\xfb\x6f\x04\x65\x18\x4d\x02\x51\x50\x11\xb0\xc5\xcd\xaf\x38\xca\x37\xda\xd7\xf6\x80\xee\x35\x6b\xdc\xb7\xaa\x32\x32\x4f\xa3\xa2\xc8\x22\x74\x3c\x86\x15\xd3\xdf\x76\xf6\xa5\xb6\x26\x38\xdb\x55\xaa\xd7\x1e\xdd\x01\x5d\xd6\x9e\x30\xd5\xc2\xc4\x77\x27\xbf\x77\x89\xfe\xb1\x90\x35\x89\x17\xd8\x9b\xc9\x95\xed\xd1\xf8\x9d\xde\x86\x8c\x93\xbe\x1b\x59\x19\xe7\x69\x22\x16\x85\x06\x19\xb7\xc0\x0a\x78\x7f\x57\x5f\x48\x08\x33\xf9\x28\x46\xe0\xed\x50\x0c\xba\x6b\x0a\xa4\x30\xd6\x95\xe1\x7e\x2a\x17\xc5\x06\x2c\xd7\xf5\x5e\xb5\x58\xc0\xf5\xb1\xae\x0c\xd7\x53\xb9\x28\x36\x60\xb9\x6e\x8f\xa7\x5e\x01\xd7\xc7\xba\x32\x5c\x4f\xe5\xa2\xd8\x80\xb7\x8b\xe0\xec\xdf\x58\x87\x02\xbe\xc7\x94\x65\x38\x9f\x4e\x46\xd1\x01\xcb\xfb\x7f\x06\x1b\x54\x01\xe7\xc7\xba\x32\x7c\x4f\xe5\xa2\xd8\x80\xb7\xc3\x62\x87\x50\xe2\xea\x3e\xd6\x95\xe1\x7a\x2a\x17\xc5\x06\xbc\x32\x22\xd6\x83\xd3\xe1\xb5\x80\xf1\x51\x69\x19\xde\xcf\x40\xa3\xf0\x80\x65\x7f\xc0\x7d\xdf\xa9\x22\xfd\x3e\x2a\x2d\xc3\xfe\x19\x68\x14\x1e\xb0\xec\x1f\x3c\xba\x02\xd6\x8f\x64\x65\xd8\x9e\x88\x45\xa1\x01\x6f\x62\xa3\xea\x67\xd5\xe2\x69\x45\xed\x54\xb0\xce\x57\xb5\x75\x68\x8f\x7f\xed\x33\xcd\x70\xa6\x9a\x90\x11\xc5\x02\x44\x0a\x13\x98\x7b\x1b\x66\xab\xdb\x02\xe7\x42\x44\x58\x46\x04\xc9\x60\x14\x1c\xf0\x96\x57\x97\x0e\x50\x62\x85\x15\x93\x96\x61\xfe\x0c\x34\x0a\x2f\x82\x98\x01\x44\x75\xfd\x2e\xb1\xbc\x7a\x39\x34\x63\x9f\x78\xaf\xf6\x96\x28\xb2\xc6\xb4\x65\xf4\x8a\x39\x6c\x14\x1f\xe4\xba\xeb\xbd\x4c\xb1\x35\xaa\x2e\x24\x85\x59\x74\x14\x61\x84\x32\x0f\xcb\x9a\xb7\x33\x77\x76\x68\x6a\x87\x0d\x9a\xa0\x55\x57\x62\xd4\x9c\x68\x41\x46\x2f\x99\x4f\x48\x51\x02\x77\x02\xe3\x6d\x57\x62\x21\x15\x53\x16\x92\x41\x32\x19\x45\x17\x21\xe4\x73\xac\x3a\x86\x9e\x8a\xe7\x97\xfb\xe4\x5e\xab\x82\xb3\xac\x84\x86\x64\xf4\x96\xc5\xa0\x14\x2c\xf0\x82\x32\xad\x43\xef\x8b\x46\x34\xd5\x84\x90\x70\xe6\x23\x52\x98\xc0\x8a\xe5\xf9\x83\xaf\x6a\xa3\xab\xda\xd4\xdb\x6c\x41\xdc\x88\xca\xb0\x3e\x09\x8a\x02\x03\x96\xd9\x7b\x55\xef\xb4\xc1\xf3\x92\x74\x70\xa5\x36\xf9\xc9\x66\x64\x04\xb2\x10\x93\x42\x05\x5e\x44\xd6\xe8\x60\xdd\x71\x22\x9a\xbb\x5e\x15\x95\x16\x12\x45\x3a\x1a\x85\x17\x41\xcc\x00\xb2\xea\x1c\xe3\xf2\xbc\x59\x81\x33\x35\xa6\x2c\xa3\x47\xa4\x93\x51\x74\x90\xcb\xfb\x52\xd3\x86\xc9\x26\xc4\xa5\x21\x63\xda\x50\xae\xaa\x1f\xaf\x94\xc7\x1e\x51\xbf\x7e\x3c\xfd\xfb\x15\x33\x69\x32\x8a\x2e\x42\xc8\xe6\x58\xaf\xa6\xea\x23\x97\xea\x24\x57\xde\x0e\xfd\x4e\x4c\x6b\x0d\x1f\x5e\xed\xfb\x0e\x8b\xae\x7c\x26\x9b\x90\x71\x09\x5b\x80\x48\x61\x42\x9e\x5b\x22\xb4\x09\xe8\x4c\x91\xfa\xde\x74\x1b\x42\x82\x59\xc0\x48\x71\x02\x2f\x19\xa3\x7a\xbf\xb3\xa1\x2a\xf2\x08\x70\x5c\x5c\x48\x16\x73\xe0\x28\xc0\x08\x64\x16\x94\x15\x2b\xf2\x61\x30\x58\xe2\x86\xec\xb1\xae\x8c\xfe\x90\xca\x45\xb1\x01\x6f\x97\xcc\xd9\x12\xbb\x63\x37\xaa\x53\xc3\x34\x3d\x44\x17\xd9\x21\x9b\x41\x98\x46\x09\xdc\xbd\x8f\xe0\x6c\xd7\x77\xca\x60\xc9\xd9\x04\xdd\x8e\xbc\xac\x78\xcc\x69\xdc\xc0\xab\x2c\x61\x50\xdd\xcf\xf9\x8a\x7c\x6f\x72\xf2\xb2\x48\x42\x4b\xc3\x03\x9e\xe5\xba\x2d\xf0\x03\x12\xb7\xaa\x02\x03\x98\x41\x98\x46\x09\xcc\xa7\x1c\xf0\xa0\xf1\xa5\x2a\x33\x90\xdc\x53\x97\x97\xcb\x12\xd2\x34\x5a\xe0\xdd\x1f\xdb\xb7\x4e\x35\x58\xed\x95\x51\x6d\x91\x09\xd6\x54\x0b\xf2\x72\x5a\x4a\x9b\x46\x0c\xac\xac\x5e\x76\xe8\x50\x3d\xd9\x21\x14\xd8\xb8\xbb\x23\x2e\x2f\xa1\x05\xa0\x69\xb0\xc0\x0a\x67\x87\xdd\xbe\xc0\xd9\x33\x92\x95\xf6\x0c\xfb\x1c\xc0\x24\x48\xc8\xb1\xcf\x5a\x6e\x6b\x55\x74\x18\x33\x19\x93\x38\x81\x3b\xf5\x75\xba\xce\xfb\xd3\x51\xd7\x9a\xe2\x32\x48\xa5\x4b\x22\x84\x29\xf7\x4f\xaf\x3e\x9d\x95\x37\xcf\xda\x34\x47\x99\x5f\xfe\xf8\xed\xd7\x23\xd2\xef\xda\x87\xcd\xc3\x97\x87\xff\x03\x00\x00\xff\xff\xea\x62\x91\x8a\x21\x63\x00\x00") +var _servergroupsJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x9c\x3f\x93\xdb\x36\x10\xc5\xfb\xfb\x14\x3b\xaa\x33\xf4\xd8\x69\x3c\xee\x52\x65\x32\x93\x22\x55\x9a\x8c\x0b\x1c\xb9\xa2\x90\xa3\x00\x06\x00\x75\xb9\x78\xfc\xdd\x33\xfa\x63\x9f\x25\x42\x5c\x90\x0b\x1c\xd7\x8d\x65\x99\x7a\xfb\xd3\x7b\x10\xfe\x52\xfa\xf2\x00\x00\xb0\x51\xbd\xfe\x13\x9d\xd7\xd6\x6c\x3e\xc1\xe6\xf0\x7e\xf3\xd3\xf9\xf9\xd6\xd9\xa1\xf7\x9b\x4f\xf0\xd7\xe9\xdf\xc7\x3f\x5f\xbe\x3f\x3a\x5d\x61\xd4\x1e\x8f\xaf\xb9\xbc\xe2\xfb\xf3\xbd\xc3\x2d\x3a\x87\xcd\xab\xee\xf5\x2b\x5f\xf5\x63\x95\xaf\xae\x3a\x5c\x5d\x70\xf5\xff\x5f\x6f\xca\x5e\x2e\xbd\x46\x8e\xa3\xcf\x83\xa0\x40\x4e\x30\x57\xcf\x7c\x7e\x88\x40\xde\x71\x4f\xf5\xda\x61\xab\x7d\x70\x2a\x68\x6b\xaa\xa7\x8f\xbe\xd2\x36\x8f\xa7\x71\xed\x77\x22\xac\x9e\xc3\x46\xf1\x01\x33\x81\xde\xe7\xf2\xbb\xf7\x52\xdc\xbd\x47\x42\xd1\x00\xcb\x4b\x3c\xa0\x09\x3e\x6b\x23\xbe\x92\x94\xe1\x6e\x02\x12\x85\x15\x41\x63\x00\x3c\x62\x50\x69\x14\xe7\x2b\x73\x7e\x7a\x86\xb0\x43\x13\x74\x5d\xa0\xfb\x8a\x49\xcb\x68\x01\x33\xd0\x28\x3c\x60\xdb\x6f\x9d\xfe\xaf\x8c\xfb\xb7\xca\x72\xcc\x4f\x23\xa3\xe8\x80\xeb\xbd\xf5\xb5\xea\xb4\x69\xb3\x59\xfe\x4d\xf0\xdd\xe1\x03\xe5\xf4\x87\x37\x71\x7a\x1a\x88\x82\x8a\x80\x2d\x2d\xff\xf6\xbd\xec\xf5\xbb\x4f\xee\x63\x3f\xdc\xeb\x63\x33\x82\xa4\x65\x71\xbe\x32\x63\x8b\x7f\x54\xa1\xde\xe5\x69\xeb\x27\x29\x19\xfd\xc9\x04\x0a\x85\x13\x41\x5a\x50\x78\xc5\xe1\xbb\x46\x17\xf4\xf6\x38\x8e\x61\xde\x69\x5b\x44\x58\x46\xda\xc9\x60\x14\x1c\xb0\x8c\x37\x18\x9e\xad\x7b\xd2\xa6\xcd\x6a\xfb\x48\x56\x86\xe9\x89\x58\x14\x1a\xb0\x2c\xef\x6d\xa7\xeb\x97\x3c\x3e\x9f\xb5\x64\x98\x3b\xc5\x42\xf1\x44\x98\x96\x54\x5e\xb1\x07\x73\x8f\xaa\xae\xca\x4d\x83\xef\xca\xcb\xc8\x7e\x26\x1e\x85\x08\xac\x28\x7c\xb0\x4e\xb5\x98\xd5\xff\x6b\x4d\x19\xa6\xa7\x30\x51\x5c\x11\x36\x0e\xc1\x9a\x3b\x00\xcd\x5e\xfb\xa3\x7e\xb9\x7d\xcc\x89\x0a\x32\x5a\xc4\x7c\x42\x8a\x12\xb8\xbb\xca\xf8\x6f\x40\x73\x7a\x63\xb9\xf7\x94\x47\xca\x42\x32\x48\x26\xa3\xe8\x80\xd7\x0b\xd6\x3b\x6c\x86\x2e\xf7\xcc\x6e\x24\x2b\xc3\xf5\x44\x2c\x0a\x0d\x78\xab\x18\x6b\x5d\xa3\x4d\xfe\x9e\x27\x22\x2c\xc3\xf6\x64\x30\x0a\x0e\x78\xab\x18\xdb\xe4\x1d\xee\x7f\x10\x94\x61\x34\x09\x44\x41\x45\xc0\x16\x97\x5f\x71\x94\x6f\xb4\xaf\xed\x01\xdd\x4b\xd6\xb8\x6f\x55\x65\x64\x9e\x46\x45\x91\x45\xe8\x78\x0c\x2b\xa6\xbf\xed\xec\x73\x6d\x4d\x70\xb6\xab\x54\xaf\x3d\xba\x03\xba\xac\x2d\x61\xaa\xc2\xe5\xbd\x93\x3b\xe2\xef\x23\x1b\x9e\x25\xda\xc7\x42\xd6\x24\xde\x08\x73\x5e\xb2\xb5\x56\x09\x7d\xef\x2b\xdb\xa3\xf1\x3b\xbd\x0d\x19\xa7\xa3\x37\xb2\x32\x7a\x90\x44\x2c\x0a\x0d\x32\x9e\x0d\x16\xf0\xfe\xae\xbe\x90\x10\x66\xf2\x51\x8c\xc0\x3b\x3b\x19\x74\xd7\x14\x48\x61\xac\x2b\xc3\xfd\x54\x2e\x8a\x0d\x58\xae\xeb\xbd\x6a\xb1\x80\xeb\x63\x5d\x19\xae\xa7\x72\x51\x6c\xc0\x72\xdd\x1e\x3f\x7a\x05\x5c\x1f\xeb\xca\x70\x3d\x95\x8b\x62\x03\xde\xf9\x86\xb3\x7f\x63\x1d\x0a\xf8\x1e\x53\x96\xe1\x7c\x3a\x19\x45\x07\x2c\xef\xff\x19\x6c\x50\x05\x9c\x1f\xeb\xca\xf0\x3d\x95\x8b\x62\x03\xde\xd9\x8f\x1d\x42\x89\xde\x7d\xac\x2b\xc3\xf5\x54\x2e\x8a\x0d\x78\x1b\x9c\x58\x0f\x4e\x87\x97\x02\xc6\x47\xa5\x65\x78\x3f\x03\x8d\xc2\x03\x96\xfd\x01\xf7\x7d\xa7\x8a\xb4\xfb\xa8\xb4\x0c\xfb\x67\xa0\x51\x78\xc0\xb2\x7f\xf0\xe8\x0a\x58\x3f\x92\x95\x61\x7b\x22\x16\x85\x06\xbc\x89\x8d\xaa\x9f\x54\x8b\xa7\x15\xb5\x53\xc1\x3a\x5f\xd5\xd6\xa1\x3d\xfe\xb5\xcf\x34\xc3\x99\x2a\x21\x23\x8a\x05\x88\x14\x26\x30\x4f\x5d\xcc\x56\xb7\x05\x3e\x0b\x11\x61\x19\x11\x24\x83\x51\x70\xc0\x5b\x5e\x5d\x1a\x40\x89\x15\x56\x4c\x5a\x86\xf9\x33\xd0\x28\xbc\x08\x62\x06\x10\xd5\xf5\xbb\xc4\xed\xd5\xcb\xa5\x19\xdb\xc4\xeb\x6e\x6f\x89\x4d\xd6\x98\xb6\x8c\x56\x31\x87\x8d\xe2\x83\x5c\x5f\x07\x28\xb3\xd9\x1a\x55\x17\x92\xc2\x2c\x3a\x8a\x30\x42\x99\x87\x65\xcd\x1b\xad\x3b\x3b\x34\xd5\xe5\x3e\xd8\x12\x63\xe6\x5d\x7d\x19\x2d\x64\x2e\x1f\xc5\x08\xfc\x34\x6a\x87\x0d\x9a\xa0\x55\x57\x2a\x8f\x3b\x15\x04\x25\x32\x8b\x90\xa2\x04\xee\x74\xd2\xdb\xae\xc4\xb2\x36\xa6\x2c\x24\x83\x64\x32\x8a\x2e\x42\xc8\xe7\x58\x75\x46\x73\x3a\xca\xb8\xdc\x4f\xf9\x52\x15\x9c\xf3\x26\x14\x92\xd1\x5a\x16\x83\x52\xb0\xc0\x0b\xca\xb4\x0e\xbd\x2f\x1a\xd1\x54\x09\x21\xe1\xcc\x47\xa4\x30\x81\x15\xcb\xd3\x47\x5f\xd5\x46\x57\xb5\xa9\xb7\xd9\x82\xb8\x11\x95\x61\x7d\x12\x14\x05\x06\x2c\xb3\xf7\xaa\xde\x69\x83\xe7\x0d\x82\xc1\x95\xba\xe5\x82\x2c\x23\x23\x90\x85\x98\x14\x2a\xf0\x22\xb2\x46\x07\xeb\x8e\xcb\x82\xdc\xbb\x87\x51\x69\x21\x51\xa4\xa3\x51\x78\x11\xc4\x0c\x20\xab\xce\x31\xca\xad\xc7\xe4\xae\xc4\xa4\xac\xc1\x7e\xe0\x28\x35\x6d\x98\x2c\x21\x2e\x0d\x19\xd3\x86\x72\x67\x2c\xf1\x73\x0b\x09\xbf\x73\x91\x4e\x46\xd1\x45\x08\xd9\x1c\xeb\xed\x70\xfb\x48\x57\x9d\x76\x67\xf3\xe5\xd2\x37\x62\x5a\x6b\xf8\xf0\x6a\xdf\x77\x58\x74\xe5\x33\x59\x42\x46\x17\xb6\x00\x91\xc2\x84\x3c\x37\xa8\x68\x13\xd0\x99\x22\xfb\x7b\xd3\x35\x84\x04\xb3\x80\x91\xe2\x04\x5e\x32\x46\xf5\x7e\x67\x43\x55\xe4\xab\xe2\x71\x71\x21\x59\xcc\x81\xa3\x00\x23\x90\x59\x50\x56\x3c\x1f\x09\x83\xc1\x12\xb7\xc7\x8f\x75\x65\xb4\x87\x54\x2e\x8a\x0d\x78\x67\x96\xce\x96\x38\xab\xbc\x51\x9d\x1a\xa6\xe9\x21\xba\xc8\x79\xe5\x0c\xc2\x34\x4a\xe0\x9e\x7d\x04\x67\xbb\xbe\x53\x06\x4b\xce\x26\xe8\x3a\xf2\xb2\xe2\x31\xa7\x71\x03\x6f\x67\x09\x83\xea\x7e\xce\xb7\xc9\xf7\x4d\x4e\x5e\x16\x49\x68\x69\x78\xc0\xb3\x5c\xb7\x05\x7e\x68\xe4\x56\x55\x60\x00\x33\x08\xd3\x28\x81\xf9\x9d\x13\x3c\x68\x7c\xae\xca\x0c\x24\xf7\xd4\xe5\xe5\xb2\x84\x34\x8d\x16\x78\x77\x2b\xf7\xad\x53\x0d\x56\x7b\x65\x54\x5b\x64\x82\x35\x55\x41\x5e\x4e\x4b\x69\xd3\x88\x81\x95\xd5\xf3\x0e\x1d\xaa\x47\x3b\x84\x02\x07\x77\x77\xc4\xe5\x25\xb4\x00\x34\x0d\x16\x58\xe1\xec\xb0\xdb\x17\xf8\xf4\x8c\x64\x27\x56\x61\xe4\x0a\xac\x44\x1c\x73\x00\x93\x20\x21\xc7\x39\x6b\xb9\xa3\x55\xd1\x61\xcc\x64\x4c\xe2\x04\xee\xd4\xd7\xe9\x3a\xef\x4f\x8c\x5d\x6b\x8a\xcb\x20\x95\x2e\x89\x10\xa6\xdc\x3f\x3d\xfa\x7c\x56\xde\x3c\x69\xd3\x1c\x65\x7e\xf9\xe3\xb7\x5f\x8f\x48\xbf\x6b\x1f\x36\x0f\x5f\x1f\xfe\x0f\x00\x00\xff\xff\x58\x85\xb6\xec\xc8\x65\x00\x00") func servergroupsJsonBytes() ([]byte, error) { return bindataRead( @@ -1514,7 +1577,7 @@ func servergroupsJson() (*asset, error) { return a, nil } -var _snapshotStorageK8sIoV1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x93\x4f\x6b\xf2\x40\x10\xc6\xef\x7e\x8a\x90\xb3\x28\xbe\x87\x97\x22\xf4\x50\x7a\xa9\x54\xc4\x6a\x11\xa4\xf4\xb0\xae\xd3\x64\xeb\xba\x1b\x76\x66\x2d\x28\x7e\xf7\x92\x4d\xfc\x93\xb0\x6a\xd3\xa6\xf4\x62\x4e\xc9\xcc\x3c\x4f\xb2\xcf\x6f\xb2\x69\x04\x41\x10\x84\x0b\xa1\xe6\x61\x37\x08\xef\x86\xbd\x11\xa0\xb6\x86\x43\x5f\x20\x85\xcd\xac\xcd\x12\x31\x01\x83\x42\xab\x74\x68\xd5\xd9\xd5\x23\xa3\x6d\x72\xd4\x41\xc5\x12\x8c\x35\xb5\x90\xb4\x61\x11\xb4\x16\x37\xd8\x12\xba\x7d\x50\x98\xdc\x1d\xc3\x6e\xf0\xe2\x4a\xe9\xb5\xd9\xdf\xb9\x21\xc5\x96\xe0\x5e\xa4\xa5\x5d\xc2\xce\x94\x4b\x86\x08\x98\x3b\xed\x87\x51\xa8\xc8\x4a\x66\x06\xa7\x45\x65\x49\xea\x8f\x09\xe3\x90\x9e\xf9\x8d\x49\x84\xd2\xc0\x2e\x8e\x89\xf3\x1a\xe7\x5e\xf7\x3e\xaf\x15\x98\x59\xf1\x30\xfb\x16\x37\xc0\x08\x4a\x02\xd7\x99\x83\x84\x73\x1d\xae\xa5\x04\x4e\x69\xaa\x9e\x99\x08\xc8\x57\x96\x07\x60\x85\x7a\xc2\x88\xc7\xbe\x86\x4d\xe6\x27\xbe\xef\xc3\x49\x0a\xf5\xd7\x72\xec\x19\xe1\x1c\xfe\x03\xc3\xd8\xed\x8f\x5d\x77\xf4\xf0\x3d\x16\xff\xa7\xb7\x07\xfd\xb6\x59\x91\xb4\x56\x04\x8a\xaa\xa2\xce\x54\x75\xc1\xf6\xbb\x5d\x71\x1f\xe3\x56\xa3\xe1\xba\xbf\xe8\x0d\x66\x88\x35\xe0\x6e\x23\x31\xb2\x17\xa9\xff\x19\xe0\x13\x20\x2e\x05\x5e\xcc\xf5\xdb\x29\x55\xfc\x1b\xce\xa6\x44\xc6\x7e\x2d\xa4\xeb\xfa\x67\x23\xfe\xf5\x7f\x1e\x3f\x2e\xa7\x7a\xa0\xfe\x8d\x9f\x7e\xb0\xfe\xb5\xec\xfd\x6f\x10\xad\x79\xdf\x1b\xd9\xf3\xb6\xf1\x19\x00\x00\xff\xff\xe2\x8a\x93\x04\x74\x08\x00\x00") +var _snapshotStorageK8sIoV1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x53\x4d\x6f\xe2\x30\x10\xbd\xf3\x2b\xa2\x9c\x11\x2c\xbb\x97\x15\xd2\x1e\x80\x15\x2a\x55\x45\x2b\x5a\xd1\x43\xd5\x83\x6b\xa6\x49\x1a\x63\x5b\x9e\x31\x3d\x20\xfe\x7b\xe5\x24\x7c\x24\x4a\x48\xa1\xa9\x7a\x21\xa7\x64\x66\xde\x73\xfc\xe6\xbd\x75\xcb\xf3\x3c\xcf\x8f\x23\xb9\xf0\xfb\x9e\x3f\xb8\x9b\xcc\x00\x95\x35\x1c\x6e\x22\x24\xbf\x9d\xb6\x99\x8e\xe6\x60\x30\x52\xd2\x0d\xad\x7a\xdb\x7a\x60\x94\xd5\x07\x1d\x94\x4c\x63\xa8\xa8\x83\xa4\x0c\x0b\xa0\x13\xff\xc5\x4e\xa4\xba\x7b\x84\xc9\xd8\xd1\xef\x7b\x4f\x49\xc9\x3d\xeb\xdd\x5b\x32\x24\xd9\x12\x92\x83\x94\xb0\x4b\xd8\x92\x72\xc1\x10\x01\x33\xa6\xdd\x30\x46\x32\xb0\x82\x99\x69\x35\xa8\x08\x71\xfc\xa8\x19\x07\x77\xe7\x57\x26\x10\x0a\x03\x5b\x39\xe6\x09\xd7\x7d\xc6\x35\x2a\xe3\x5a\x81\x79\xc9\x5f\x66\xd7\xe2\x06\x18\x41\x01\x90\x74\x16\x20\xe0\x58\x87\x2b\x21\x80\x93\x53\xb5\x64\x26\x00\x2a\x2b\x8b\xfd\xc2\x72\x75\xcd\x88\x87\x65\x0d\xab\x17\x15\xff\xf7\x9e\x40\x72\xf5\xe7\xa2\xec\xa1\x32\xe4\x34\xaf\xb8\xfc\x0a\xcb\xa4\x3f\x6c\x01\xd6\x9c\x90\x7a\x28\xb3\xd7\x15\xc3\xd0\xad\x84\x05\x6f\xe6\xe1\xff\xf8\x11\x7e\x4d\xfe\xed\xf1\x9b\xf6\x89\x5e\x52\x92\x40\xd2\xa9\x66\x4a\x51\x4d\xd9\xa9\x9c\xed\x62\xa8\x4a\x43\x55\x98\xe9\x2c\x1f\xc5\x38\x5c\xfe\xbe\x9e\xfd\x11\xe3\xa0\x01\x1f\x75\x91\x18\xd9\x5a\x3b\xfd\x98\x73\x2a\x36\x5c\xb7\xc9\xbc\xae\x67\xab\x74\x62\xcc\x8e\xaa\x44\xc6\x7e\x4e\xa4\x4b\xae\xd2\x91\xfa\x5c\x9d\x13\x9f\xd1\x30\x1e\xa9\xe9\xb4\x77\xab\x07\x5f\x88\x4f\x23\xb9\xf9\x0e\x47\x34\x9c\x97\x56\xfa\xbd\x69\x7d\x04\x00\x00\xff\xff\xf3\x37\xbe\xcc\x6f\x09\x00\x00") func snapshotStorageK8sIoV1ServerresourcesJsonBytes() ([]byte, error) { return bindataRead( @@ -1534,7 +1597,7 @@ func snapshotStorageK8sIoV1ServerresourcesJson() (*asset, error) { return a, nil } -var _snapshotStorageK8sIoV1beta1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x53\x41\x6b\xf2\x40\x10\xbd\xfb\x2b\x42\xce\xa2\xf8\x1d\x3e\x8a\xd0\x43\xe9\xa5\x52\x11\xab\x45\x90\xd2\xc3\x18\xa7\xc9\xd6\x75\x37\xec\xcc\x5a\x50\xfc\xef\x25\x9b\x18\x4d\x88\x5a\xdb\x94\x5e\xf4\x64\x66\xde\x7b\x9b\x7d\xef\x65\xd3\xf0\x3c\xcf\xf3\x17\x42\xcd\xfd\xae\xe7\xdf\x0d\x7b\x23\x24\x6d\x4d\x80\x7d\x41\xec\x37\xd3\x35\xc4\x62\x82\x86\x84\x56\x09\x68\xd5\xd9\xcd\x43\xa3\x6d\x7c\xb0\x21\x05\x31\x45\x9a\x5b\xc4\xda\x40\x88\xad\xc5\x0d\xb5\x84\x6e\xaf\x3a\x33\x64\xc8\x69\x26\x3b\x82\xfc\xae\xf7\xe2\x46\xc9\x6f\x93\xff\x73\x20\x05\x4b\x74\xa7\x69\x69\x97\xb8\x53\x0e\x24\x10\x21\x65\x4a\x39\x98\x84\x0a\xad\x04\x33\x38\x4e\x2a\x53\x12\x7d\x8a\x21\xc0\xe4\xe2\x6f\x20\x09\x4b\x80\x9d\x27\x13\xa7\x35\xce\xb4\xee\xab\xb4\x56\x68\x66\xc5\xcb\xe4\xab\xc0\x20\x30\x96\x08\x6e\x33\x47\x89\xa7\x36\x81\x96\x12\x03\x4e\xac\xad\xc0\x84\xc8\x55\x63\xb9\x4f\xad\x30\x8f\x81\x83\xa8\x6a\x61\xe3\xf9\x91\xf7\xfb\x70\x94\xc2\xfc\xb5\x6c\x7b\x1a\x73\xd6\x80\x07\xa0\xc8\x95\xc8\xae\x3b\x7a\xf8\x1e\x89\xff\xd3\xdb\x3d\x7f\xdb\xbc\x30\x69\xad\x18\x15\x5f\x1a\x75\xca\xaa\x2b\xec\x6a\xb5\x6b\xdc\x87\x71\xab\xd1\x70\xdd\x5f\xf4\x06\x33\xa2\x1a\xe2\x6e\x13\x03\xdb\xb3\xa9\xff\x59\xc0\x47\x82\x38\x67\x78\xd1\xd7\x6f\xbb\x74\xe1\xd7\x70\xd2\x25\x36\xf6\x6b\x26\x5d\xeb\x9f\x42\xaa\xeb\xff\x3c\x7e\x5c\x4e\xf5\x40\xfd\x1b\x3f\xfd\xa0\xfe\xb5\xf4\xfe\x37\x12\xad\xb9\xef\x8d\xf4\x79\xdb\xf8\x0c\x00\x00\xff\xff\x2a\x46\x22\x4b\x79\x08\x00\x00") +var _snapshotStorageK8sIoV1beta1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x53\xc1\x6e\x82\x40\x10\xbd\xfb\x15\x84\xb3\xd1\xda\x5e\x1a\x93\x1e\xd4\xc6\xd4\xa6\xb1\x8d\x6d\xec\xa1\xe9\x61\xc4\x29\x50\x56\x96\xec\x0c\xf4\x60\xfc\xf7\x66\x01\x51\x08\x48\xb5\x34\xbd\xc8\x09\x66\xe6\xbd\x65\xdf\xbc\xb7\x6e\x19\x86\x61\x98\x9e\xeb\x2f\xcd\xbe\x61\x0e\x9e\x26\x33\x24\x19\x2a\x0b\x1f\x5c\x62\xb3\x9d\xb4\x21\x70\xe7\xa8\xc8\x95\xbe\x1e\x8a\x7a\xdb\xba\xad\x64\x18\xec\x75\xc8\x87\x80\x1c\xc9\x1d\x62\xa9\xc0\xc6\x8e\x77\x4d\x1d\x57\x76\xa3\xde\x02\x19\x32\x98\x4a\x8f\x20\xb3\x6f\xbc\xc5\x25\xfd\xac\xb3\xb7\x78\xc8\x87\x15\xc6\xa7\x49\x11\xae\x70\xcb\x6c\x09\x20\x42\x4a\x99\xb2\x61\x72\x7d\x3b\x14\xa0\xa6\xd5\xa0\x22\x44\xf3\x53\x00\x16\xea\x8b\x7f\x80\x20\x2c\x0c\x6c\x35\x99\xc7\x5c\xcf\x29\xd7\xa8\x8c\x2b\x42\xb5\xc8\x5f\x26\x6b\x59\x0a\x81\xb1\x00\x88\x3b\x4b\x14\x78\xa8\x63\x49\x21\xd0\x62\x2d\x6d\xc9\x8c\x8d\x5c\x56\x16\xbb\xad\xe5\xea\x01\xb0\xe5\x94\x35\xc2\x60\x59\xf1\x7f\x5f\x31\x24\x57\x7f\x2f\xca\xee\x48\xc5\x5a\xf3\x8a\xcb\x47\x54\x26\xfd\x7e\x0b\xa9\xe6\x84\xc4\x48\xa9\xc7\xee\x80\x1c\xbd\x12\xb0\x3f\xd5\xcb\xed\xf8\x15\x2f\x26\x37\x3b\xfc\xa6\x7d\xa4\x97\xa4\xcf\xe8\xf3\xb1\x66\x4a\x50\x4d\xd9\xa9\x9c\xed\x6c\xa8\x4a\x43\x55\x98\xe9\x24\x1f\x79\x34\x5c\x5d\xde\xcf\xae\xc4\xd8\x6e\xc0\x47\x5d\x62\xe0\xb0\xd6\x4e\xff\xe6\x9c\x8a\x0d\xd7\x6d\x32\xaf\xeb\xc9\x2a\x1d\x19\xb3\x83\x2a\xb1\x0a\x7f\x26\xd2\x39\x57\xc9\x48\x7d\xae\x4e\x89\xcf\x68\xe8\x8d\xe4\x74\xda\x7b\x0c\x06\xbf\x88\x4f\x23\xb9\xf9\x0b\x47\x34\x9c\x97\x56\xf2\xbd\x69\x7d\x07\x00\x00\xff\xff\x74\x48\xa6\x61\x74\x09\x00\x00") func snapshotStorageK8sIoV1beta1ServerresourcesJsonBytes() ([]byte, error) { return bindataRead( @@ -1674,7 +1737,7 @@ func userOpenshiftIoV1ServerresourcesJson() (*asset, error) { return a, nil } -var _v1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\xdf\x73\xda\x38\x10\x7e\xcf\x5f\xc1\xf0\xda\x4e\x49\xd2\x5e\x2e\xed\xcc\x3d\x04\x0e\x1a\x7a\xe1\x47\x20\x93\xa4\xbd\xb9\x07\x21\x2f\x46\x45\x58\x42\x92\x6d\x48\xa7\xff\xfb\x8d\x2c\x87\x6b\xc0\xc4\x67\x1b\x41\xda\x71\x9e\x82\xb5\xf2\x6a\xf7\xfb\xbe\xf5\x5a\xf2\xb7\xa3\x4a\xa5\x52\xa9\x4e\x89\xe7\x54\x3f\x54\xaa\x17\xfd\xf6\x00\x24\xf3\x05\x86\x2b\x22\x55\xf5\xb5\x19\x46\x9c\xdc\x82\x90\x84\x79\xda\x28\x38\x79\xbc\xee\x0a\xe6\xf3\xc4\x11\x11\xdf\x45\x56\x3f\x54\xfe\x8e\x2e\xe9\xbf\x6f\xab\xff\x22\x23\x0f\xcd\x40\x4f\x1b\x11\xcf\x21\x9e\x2b\xe3\xc9\xab\x71\x49\x3c\xd7\xa7\x48\x74\x63\xbb\xf5\x71\x3d\x5f\x72\x84\x41\xaf\x5d\x09\x1f\xd6\xc6\x1f\xa3\xaa\x9b\xfb\xaf\x4f\x0f\x40\x8c\x9e\xae\x6f\x35\x84\x05\x20\x05\xd5\x27\x03\xff\xac\x7e\x7d\x7f\x9d\x16\x11\x66\x33\xce\x3c\xf0\x94\x54\x48\xf9\x12\x8a\x85\x36\x46\x54\x6e\x8b\xad\xf1\xe8\x69\x18\x79\xca\x10\xa3\x0b\x6a\xcd\x3a\xba\x4c\x35\xee\x4f\x03\x5f\x5f\xfb\x84\x09\xa5\x17\xbe\x2d\x79\xb2\x48\xe2\xbc\x31\x71\x67\x88\x5b\x23\x43\x23\xf2\xd0\x41\x3c\x3b\x1d\x12\xb2\xe5\x00\x85\xe7\x46\x30\xa3\x14\xb0\xd2\xfa\x48\xb0\x79\x0e\x82\x84\xeb\x1c\x29\x3c\x49\x1a\xf0\xb9\xb3\x65\x7d\x61\x34\xa5\x18\x9c\xb3\x94\xf9\x8a\x09\xe4\x42\x5c\x06\x2e\x91\x9c\xe8\x34\xcf\x5b\x72\x49\xcf\xc2\xd6\xdd\xd7\xeb\x3f\xaa\x19\x08\x00\x9e\xc3\x19\xf1\x94\x35\xfc\x9b\xdb\x1c\x94\xf8\x27\x07\x0f\x3c\x0f\xfe\xe3\x3b\x80\xce\x1c\x75\x6b\xbd\x8b\x6c\xf8\x07\x60\x13\x7c\x7d\xf7\x12\x78\x63\x92\x0a\x7c\x90\x07\x78\x71\xba\x24\x1f\xef\x2f\x7f\x0f\xfd\xf3\x4c\xc0\x53\x32\x23\x4a\x20\xcf\x2d\xf8\xb0\x7c\x06\xfd\x2b\xed\x62\xa0\x5d\x94\x14\x30\x26\x69\x14\x88\x40\x59\x7f\x9c\xff\x2f\x1a\x34\xeb\x7f\x75\x5a\xb7\x70\x86\x43\x96\x89\x06\x2b\x2c\xed\xb5\x4c\xdd\x47\x43\xcb\x2c\xf8\x29\x10\xf6\x72\xa1\x7b\xfd\x96\x91\xdf\xba\xa7\x9f\x3b\xe7\x9d\x9c\xe8\xd6\xc6\xc4\x43\x94\x3c\x6c\x80\x70\x50\x98\xe3\x54\xe7\x6e\x5f\x7f\x88\x4f\x26\xf6\xe3\x07\x8d\x6e\x0b\x21\xd3\x88\x97\x3f\x1b\xcc\xb1\x29\x63\xe6\x94\x75\x3c\x36\x49\x55\x39\xcb\xa3\xf2\xfb\x70\x38\xf9\xda\x59\x7c\x7c\xdf\x92\xd9\x54\xae\x71\xaf\x71\xc1\x16\x4b\xab\xe8\xf7\xb5\x87\x1e\xd7\xc8\xd8\xee\xe6\x0f\x22\x1d\xeb\x35\x24\x9b\x82\xf6\x9d\x03\xae\xd9\x28\x15\x78\x2a\x60\xd4\x9f\x01\xa6\x88\xcc\xac\x35\x87\xfd\x95\xb7\xdb\xc8\x5b\x43\x7b\x2b\xeb\x8b\x31\x49\xab\x2f\x3c\xc0\xb9\xda\x88\xbb\x9b\x65\xf7\xcf\xf9\xb1\xd3\x78\x97\xa9\xc0\x24\x33\x63\x17\x72\xb1\x48\x90\x43\xcb\xc7\x5e\x1d\x59\xcf\x4c\xa9\x1a\x63\x92\xae\x9a\x3c\xa2\xb9\xec\xd6\x1e\xc2\x66\xe3\xd5\x27\x37\x5b\xef\xbd\xc1\x07\xdb\x8f\x97\x02\xb4\xd8\xbb\x56\x98\x63\xaf\x6e\x30\xa7\x14\x84\x31\x49\x15\x44\x4a\x9b\x8a\x91\x02\x97\x09\xb2\x6d\x3e\xa2\x34\x8f\xa2\x16\xfd\x5e\x38\xf8\xf2\xea\xf3\x24\xcc\xb6\x65\xa5\x59\x53\x43\x4a\xa1\x8d\x54\xed\x92\x3c\x17\x91\x83\x5d\xb6\xb9\x9a\x0b\x85\xa4\x52\x1b\x25\x9f\xa8\xfd\xbc\x07\x76\x51\x54\x10\x90\x24\xfd\x14\x0e\x2b\x3a\x26\x35\x5e\x28\xc1\x1b\xef\x44\x41\xc2\x01\xea\x46\x4a\x9a\x5b\xd6\x66\x3d\x27\x0b\xc0\x16\xc9\xdd\x5c\x00\x7e\x59\xd4\xa6\xcc\x1a\xad\xb3\x3d\x09\x8a\x87\xc2\x99\x50\x63\x26\x42\x24\x36\xfc\xee\x30\xa4\x3e\x13\xaa\x65\xbc\xbc\x2c\x24\x8b\x6f\x40\xa4\x04\xfe\xeb\x6e\x3f\x44\xf9\xb3\xfc\x3a\x95\x59\x0c\x7b\x4e\x80\x82\x19\xa7\x48\xd9\x3b\x8e\xea\x33\xe7\x26\xf6\x51\x36\x88\xc6\x24\xb9\x3f\xbb\x6a\xdf\xd7\x4f\x17\xef\xda\x2d\x3e\xcd\xd4\x9f\x09\xe0\x94\x60\xa4\x23\xc6\xcc\x53\x42\xc7\x2f\xac\xc1\x39\xf8\xcf\x5b\x63\xe5\xad\x04\xd6\x98\xa4\x75\xfe\x22\x65\xff\xc8\x52\xe7\xff\x89\x79\xce\x69\x7b\xfc\xf6\x64\x72\xbc\x03\x66\xd5\x24\x46\xb4\xd8\x81\xd6\x73\xdd\x23\xf2\x15\xd3\x1e\x92\x3b\xe3\xf4\x16\x72\x98\xb4\xba\x17\x54\x73\xb7\x25\xd5\xea\x63\xa8\xa8\x6a\xf7\x9f\x24\xf3\x61\xe5\xdc\x67\x0a\x59\xcc\x8a\xf1\x72\xad\xbd\x94\x35\xcc\x98\xa4\xd5\xb0\x08\x92\x3c\x55\xe8\xdc\x9f\x0c\xdd\xf1\x78\x70\x7f\x16\x66\xac\x42\x3f\x72\xc1\xba\x50\xf2\x51\x62\xdf\x02\x91\x80\x05\xd8\xfb\x82\x6c\x18\xdd\xbe\x94\x84\x31\x49\xe6\xf3\xf0\xcc\x3f\xe1\xbd\xbb\x87\xd1\x79\xb6\x63\x1d\x09\x22\x20\x18\x10\xc6\xcc\xb7\xf8\x11\xe0\xd0\xb8\xb9\x30\x6e\x4a\x28\x8d\x49\x5a\x75\x93\xb9\x4a\x1b\x1f\x2d\xde\x7f\x09\x96\x2d\x5e\x6f\x16\xa1\x42\x4d\xb1\x29\xd8\xdb\x97\x43\xbe\x9a\x80\xa7\xe2\x3e\xe0\xcd\xf4\x5c\xbe\x21\x2c\x57\x8f\x75\xa3\xd7\x39\x80\xb9\x0f\x1b\xd8\xd9\xdc\xaa\x8b\xd3\x65\x5b\x32\x87\xd9\xe5\x78\x61\x3a\x48\x3b\xea\xb6\xf4\xaa\x72\x5c\x6b\xf4\x4e\xe8\x64\xda\xac\xb7\xf3\x28\xc9\xf2\x76\x58\x4c\x90\x5f\x78\x4b\x6c\x95\x47\xbb\x6d\x56\x76\xa5\xed\x38\x11\x47\xe6\xf7\xf7\xa3\x7f\x03\x00\x00\xff\xff\x4f\x53\x36\xa1\x1b\x36\x00\x00") +var _v1ServerresourcesJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5a\x51\x53\xdb\x38\x10\x7e\xe7\x57\x64\xf2\xda\x4e\x0d\xb4\xc7\xd1\xce\xdc\x03\xe4\x92\x42\x8f\x84\x90\x30\x40\x7b\x73\x0f\x42\xde\xd8\x6a\x14\x4b\x91\x64\x3b\xa1\xd3\xff\x7e\x23\xcb\xe4\x4a\xe2\xe0\xb3\x1d\x91\xb4\x63\x9e\x88\xb5\xf2\x6a\xf7\xfb\xbe\xf5\x5a\xf2\xb7\xbd\x46\xa3\xd1\x68\x8e\x49\xe0\x36\x3f\x34\x9a\x27\xfd\xf3\x01\x48\x16\x0a\x0c\x17\x44\xaa\xe6\x6b\x33\x8c\x38\xb9\x01\x21\x09\x0b\xb4\x51\x74\xf0\x78\xdd\x13\x2c\xe4\x99\x23\x22\xbd\x8b\x6c\x7e\x68\xfc\x9d\x5c\xd2\x7f\xdf\x16\xff\x25\x46\x01\x9a\x80\x9e\x76\x4f\x02\x97\x04\x9e\x4c\x27\x2f\xc6\x25\x09\xbc\x90\x22\xd1\x4b\xed\x96\xc7\xf5\x7c\xc9\x11\x06\xbd\x76\x25\x42\x58\x1a\x7f\x8c\xea\xd4\xdc\x7f\x79\x7a\x04\xe2\xfe\xe9\xfa\x16\x43\x58\x00\x52\xd0\x7c\x32\xf0\xcf\xe2\xd7\xf7\xd7\x79\x11\x61\x36\xe1\x2c\x80\x40\x49\x85\x54\x28\xa1\x5a\x68\x23\x44\xe5\xba\xd8\x5a\x8f\x9e\x86\x89\xa7\x02\x31\x7a\xa0\x96\xac\x93\xcb\x54\xe3\xfe\x34\xf0\xe5\xb5\xfb\x4c\x28\xbd\xf0\x75\xc9\x93\x55\x12\x17\x8c\x88\x37\x41\xdc\x1a\x19\x5a\x89\x87\x2e\xe2\xc5\xe9\x90\x91\x2d\x17\x28\x3c\x37\x82\x19\xa5\x80\x95\xd6\x47\x86\xcd\x73\x10\x64\x5c\xe7\x48\x61\x3f\x6b\x20\xe4\xee\x9a\xf5\xc5\xc9\x94\x6a\x70\x4e\x72\xe6\x2b\x26\x90\x07\x69\x19\x38\x43\xd2\xd7\x69\x9e\x76\xe4\x9c\x1e\xc5\x9d\xdb\xaf\x57\x7f\x34\x0b\x10\x00\x02\x97\x33\x12\x28\x6b\xf8\xb7\xd7\x39\xa8\xf1\xcf\x0e\x1e\x78\x19\xfc\x47\xb7\x00\xdd\x29\xea\x39\x97\x27\xc5\xf0\x8f\xc0\x26\xf8\xfa\xee\x35\xf0\xc6\x24\x17\xf8\xa8\x0c\xf0\xe2\x70\x4e\x3e\xde\x9d\xfd\x1e\x87\xc7\x85\x80\xa7\x64\x42\x94\x40\x81\x57\xf1\x61\xf9\x0c\xfa\x17\xda\xc5\x40\xbb\xa8\x29\x60\x4c\xf2\x28\x90\x80\xb2\xfc\x38\xff\x5f\x34\x68\x9f\xfe\xd5\xed\xdc\xc0\x11\x8e\x59\x21\x1a\x2c\xb0\xb4\xd7\x32\xf5\x1e\x0d\x2d\xb3\xe0\xa7\x40\x38\x28\x85\xee\xd5\x5b\x46\x7e\xeb\x1d\x7e\xee\x1e\x77\x4b\xa2\xeb\x8c\x48\x80\x28\x79\x58\x01\x61\xab\x30\xa7\xa9\x2e\xdd\xbe\xfe\x10\x9f\xcc\xec\xc7\xb7\x1a\xdd\x1a\x42\xe6\x11\xaf\x7c\x36\x98\x6b\x53\xc6\xcc\xad\xeb\x78\x6a\x92\xab\x72\x56\x46\xe5\x77\xf1\xd0\xff\xda\x9d\x7d\x7c\xdf\x91\xc5\x54\xae\x71\x77\xb8\x60\xb3\xb9\x55\xf4\xfb\xda\xc3\x25\xd7\xc8\xd8\xee\xe6\xb7\x22\x1d\xeb\x35\xa4\x98\x82\x5e\x3a\x07\x5c\xb3\x51\x2a\x08\x54\xc4\x68\x38\x01\x4c\x11\x99\x58\x6b\x0e\xfb\x0b\x6f\x37\x89\xb7\x96\xf6\x56\xd7\x17\x63\x92\x57\x5f\x78\x84\x4b\xb5\x11\xb7\xd7\xf3\xde\x9f\xd3\x7d\xb7\xf5\xae\x50\x81\xc9\x66\xc6\x26\xe4\x62\x91\x20\xdb\x96\x8f\xbd\x3a\xb2\x9c\x99\x5a\x35\xc6\x24\x5f\x35\x65\x44\x73\xd6\x73\x1e\xe2\x76\xeb\xd5\x27\xaf\x58\xef\xbd\xc2\x07\xdb\x8f\x97\x0a\xb4\x78\x71\xad\x30\xd7\x5e\xdd\x60\x6e\x2d\x08\x63\x92\x2b\x88\x9c\x36\x15\x23\x05\x1e\x13\x64\xdd\x7c\x44\x69\x19\x45\xcd\xfa\x97\xf1\xe0\xcb\xab\xcf\x7e\x5c\x6c\xcb\x4a\xb3\xc6\x41\x4a\xa1\x95\x54\x6d\x92\x3c\x27\x89\x83\x4d\xb6\xb9\x9a\x0b\x95\xa4\xe2\xdc\x67\x9f\xa8\xfd\xbc\x07\x76\x49\x54\xc0\x7d\x98\x80\x40\x14\xb3\x40\x21\x12\x80\xd8\x91\xa2\xb0\x8d\x72\xe8\x40\x44\xb2\xaa\x49\xe5\x14\x24\x87\xc6\xc6\x0b\x25\x78\xe5\x0d\x31\xca\x38\x4e\x5e\x49\x5f\x7b\xcd\xda\xac\x33\x64\x06\xd8\x22\x25\xda\x33\xc0\xbb\x25\x74\xca\xac\x89\xbc\xb8\x04\xaa\x85\xc2\x99\x50\x23\x26\x62\x24\x56\xfc\x6e\x30\xa4\x3e\x13\xaa\x63\xbc\xec\x16\x92\xd5\xb7\x63\x72\x02\xff\x75\x37\x63\x92\xfc\x59\x7e\xb9\xdc\xf5\xe7\x81\x82\x09\xa7\x48\xd9\x3b\x9c\xeb\x33\xf7\x3a\xf5\x51\xb7\xcb\xc6\x24\xbb\x5b\xbd\x38\xbf\x3b\x3d\x9c\xbd\x3b\xef\xf0\x71\xa1\x6e\x55\x00\xa7\x04\x23\x1d\xb1\xee\x6f\x84\x8e\xdf\x5e\x83\x33\xf8\xcf\x5b\x6b\xe1\xad\x06\xd6\x98\xe4\xbd\x07\x89\x9c\xdd\x34\x4b\xef\x41\x9f\x58\xe0\x1e\x9e\x8f\xde\x1e\xf8\xfb\x1b\x60\x96\x23\x31\xa2\xd5\x8e\xf7\x9e\xeb\x1e\x51\xa8\x98\xf6\x90\xfd\x9e\x90\xdf\x42\x0e\xb3\x56\xb7\x43\x35\x77\x5d\x52\xad\x3e\x86\xaa\xaa\xf6\xe5\x93\x64\x3e\x33\x9d\x86\x4c\x21\x8b\x59\x31\x5e\xae\xb4\x97\xba\x86\x19\x93\xbc\x1a\x96\x40\x52\xa6\x0a\x1d\x87\xfe\xd0\x1b\x8d\x06\x77\x47\x71\xc1\x2a\xf4\x23\x17\xac\x0b\xa5\x1c\x25\x5e\x5a\x20\x12\xb0\x00\x7b\xdf\xd3\x0d\x93\xdb\xd7\x92\x30\x26\xd9\x7c\x1e\x1e\x85\x07\xfc\xf2\xf6\xe1\xfe\xb8\xd8\x21\x97\x04\x11\x11\x0c\x08\x63\x16\x5a\xfc\x24\x72\x68\xdc\x9c\x18\x37\x35\x94\xc6\x24\xaf\xba\xc9\x52\xa5\x8d\xdf\xcf\xde\x7f\x89\xe6\x1d\x7e\xda\xae\x42\x05\x47\xb1\x31\xd8\xdb\x97\x43\xa1\xf2\x21\x50\x69\x1f\xf0\x66\x7c\x2c\xdf\x10\x56\xaa\xc7\xba\xd6\xeb\x1c\xc0\x34\x84\x15\xec\x6c\x6e\xd5\xa5\xe9\xb2\x2d\x99\x5a\x2b\xc6\x24\x57\x2b\x79\x1f\x07\x58\x7a\x9d\xd9\x77\x5a\x97\x07\xd4\x1f\xb7\x4f\xcf\xcb\xa8\xcd\xf2\x96\x59\x4a\xa2\x5f\x78\xdb\x6c\x91\x47\xbb\xad\x58\x71\x35\x6e\x38\x11\x7b\xe6\xf7\xf7\xbd\x7f\x03\x00\x00\xff\xff\xb1\x85\x35\x38\x4d\x37\x00\x00") func v1ServerresourcesJsonBytes() ([]byte, error) { return bindataRead( @@ -1778,6 +1841,7 @@ var _bindata = map[string]func() (*asset, error){ "authorization.k8s.io/v1/serverresources.json": authorizationK8sIoV1ServerresourcesJson, "authorization.openshift.io/v1/serverresources.json": authorizationOpenshiftIoV1ServerresourcesJson, "autoscaling/v1/serverresources.json": autoscalingV1ServerresourcesJson, + "autoscaling/v2/serverresources.json": autoscalingV2ServerresourcesJson, "autoscaling/v2beta1/serverresources.json": autoscalingV2beta1ServerresourcesJson, "autoscaling/v2beta2/serverresources.json": autoscalingV2beta2ServerresourcesJson, "autoscaling.openshift.io/v1/serverresources.json": autoscalingOpenshiftIoV1ServerresourcesJson, @@ -1786,6 +1850,7 @@ var _bindata = map[string]func() (*asset, error){ "batch/v1beta1/serverresources.json": batchV1beta1ServerresourcesJson, "build.openshift.io/v1/serverresources.json": buildOpenshiftIoV1ServerresourcesJson, "certificates.k8s.io/v1/serverresources.json": certificatesK8sIoV1ServerresourcesJson, + "cloud.network.openshift.io/v1/serverresources.json": cloudNetworkOpenshiftIoV1ServerresourcesJson, "cloudcredential.openshift.io/v1/serverresources.json": cloudcredentialOpenshiftIoV1ServerresourcesJson, "config.openshift.io/v1/serverresources.json": configOpenshiftIoV1ServerresourcesJson, "console.openshift.io/v1/serverresources.json": consoleOpenshiftIoV1ServerresourcesJson, @@ -1797,6 +1862,7 @@ var _bindata = map[string]func() (*asset, error){ "events.k8s.io/v1/serverresources.json": eventsK8sIoV1ServerresourcesJson, "events.k8s.io/v1beta1/serverresources.json": eventsK8sIoV1beta1ServerresourcesJson, "flowcontrol.apiserver.k8s.io/v1beta1/serverresources.json": flowcontrolApiserverK8sIoV1beta1ServerresourcesJson, + "flowcontrol.apiserver.k8s.io/v1beta2/serverresources.json": flowcontrolApiserverK8sIoV1beta2ServerresourcesJson, "helm.openshift.io/v1beta1/serverresources.json": helmOpenshiftIoV1beta1ServerresourcesJson, "image.openshift.io/v1/serverresources.json": imageOpenshiftIoV1ServerresourcesJson, "imageregistry.operator.openshift.io/v1/serverresources.json": imageregistryOperatorOpenshiftIoV1ServerresourcesJson, @@ -1942,6 +2008,9 @@ var _bintree = &bintree{nil, map[string]*bintree{ "v1": {nil, map[string]*bintree{ "serverresources.json": {autoscalingV1ServerresourcesJson, map[string]*bintree{}}, }}, + "v2": {nil, map[string]*bintree{ + "serverresources.json": {autoscalingV2ServerresourcesJson, map[string]*bintree{}}, + }}, "v2beta1": {nil, map[string]*bintree{ "serverresources.json": {autoscalingV2beta1ServerresourcesJson, map[string]*bintree{}}, }}, @@ -1975,6 +2044,11 @@ var _bintree = &bintree{nil, map[string]*bintree{ "serverresources.json": {certificatesK8sIoV1ServerresourcesJson, map[string]*bintree{}}, }}, }}, + "cloud.network.openshift.io": {nil, map[string]*bintree{ + "v1": {nil, map[string]*bintree{ + "serverresources.json": {cloudNetworkOpenshiftIoV1ServerresourcesJson, map[string]*bintree{}}, + }}, + }}, "cloudcredential.openshift.io": {nil, map[string]*bintree{ "v1": {nil, map[string]*bintree{ "serverresources.json": {cloudcredentialOpenshiftIoV1ServerresourcesJson, map[string]*bintree{}}, @@ -2023,6 +2097,9 @@ var _bintree = &bintree{nil, map[string]*bintree{ "v1beta1": {nil, map[string]*bintree{ "serverresources.json": {flowcontrolApiserverK8sIoV1beta1ServerresourcesJson, map[string]*bintree{}}, }}, + "v1beta2": {nil, map[string]*bintree{ + "serverresources.json": {flowcontrolApiserverK8sIoV1beta2ServerresourcesJson, map[string]*bintree{}}, + }}, }}, "helm.openshift.io": {nil, map[string]*bintree{ "v1beta1": {nil, map[string]*bintree{ diff --git a/pkg/util/dynamichelper/discovery/cache/assets_version b/pkg/util/dynamichelper/discovery/cache/assets_version index 1e066c5c5..25406511b 100644 --- a/pkg/util/dynamichelper/discovery/cache/assets_version +++ b/pkg/util/dynamichelper/discovery/cache/assets_version @@ -1 +1 @@ -4.9.28 +4.10.15 diff --git a/pkg/util/dynamichelper/dynamichelper_test.go b/pkg/util/dynamichelper/dynamichelper_test.go index b5e1791b1..b7103d823 100644 --- a/pkg/util/dynamichelper/dynamichelper_test.go +++ b/pkg/util/dynamichelper/dynamichelper_test.go @@ -8,15 +8,24 @@ import ( "testing" "time" + "github.com/Azure/go-autorest/autorest/to" + mcv1 "github.com/openshift/machine-config-operator/pkg/apis/machineconfiguration.openshift.io/v1" + appsv1 "k8s.io/api/apps/v1" corev1 "k8s.io/api/core/v1" + extensionsv1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1" + extensionsv1beta1 "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" kruntime "k8s.io/apimachinery/pkg/runtime" + "k8s.io/apimachinery/pkg/runtime/schema" + "k8s.io/apimachinery/pkg/util/intstr" + arov1alpha1 "github.com/Azure/ARO-RP/pkg/operator/apis/aro.openshift.io/v1alpha1" "github.com/Azure/ARO-RP/pkg/util/cmp" ) func TestMerge(t *testing.T) { serviceInternalTrafficPolicy := corev1.ServiceInternalTrafficPolicyCluster + for _, tt := range []struct { name string old kruntime.Object @@ -249,6 +258,217 @@ func TestMerge(t *testing.T) { }, wantEmptyDiff: true, }, + { + name: "DaemonSet changes", + old: &appsv1.DaemonSet{ + ObjectMeta: metav1.ObjectMeta{ + Annotations: map[string]string{ + "deprecated.daemonset.template.generation": "1", + }, + }, + Status: appsv1.DaemonSetStatus{ + CurrentNumberScheduled: 5, + NumberReady: 5, + ObservedGeneration: 1, + }, + }, + new: &appsv1.DaemonSet{}, + want: &appsv1.DaemonSet{ + ObjectMeta: metav1.ObjectMeta{ + Annotations: map[string]string{ + "deprecated.daemonset.template.generation": "1", + }, + }, + Status: appsv1.DaemonSetStatus{ + CurrentNumberScheduled: 5, + NumberReady: 5, + ObservedGeneration: 1, + }, + Spec: appsv1.DaemonSetSpec{ + Template: corev1.PodTemplateSpec{ + Spec: corev1.PodSpec{ + RestartPolicy: "Always", + TerminationGracePeriodSeconds: to.Int64Ptr(corev1.DefaultTerminationGracePeriodSeconds), + DNSPolicy: "ClusterFirst", + SecurityContext: &corev1.PodSecurityContext{}, + SchedulerName: "default-scheduler", + }, + }, + UpdateStrategy: appsv1.DaemonSetUpdateStrategy{ + Type: appsv1.RollingUpdateDaemonSetStrategyType, + RollingUpdate: &appsv1.RollingUpdateDaemonSet{ + MaxUnavailable: &intstr.IntOrString{IntVal: 1}, + MaxSurge: &intstr.IntOrString{IntVal: 0}, + }, + }, + RevisionHistoryLimit: to.Int32Ptr(10), + }, + }, + wantChanged: true, + }, + { + name: "Deployment changes", + old: &appsv1.Deployment{ + ObjectMeta: metav1.ObjectMeta{ + Annotations: map[string]string{ + "deployment.kubernetes.io/revision": "2", + }, + }, + Spec: appsv1.DeploymentSpec{ + Template: corev1.PodTemplateSpec{ + Spec: corev1.PodSpec{ + DeprecatedServiceAccount: "openshift-apiserver-sa", + }, + }, + }, + Status: appsv1.DeploymentStatus{ + AvailableReplicas: 3, + ReadyReplicas: 3, + Replicas: 3, + UpdatedReplicas: 3, + }, + }, + new: &appsv1.Deployment{}, + want: &appsv1.Deployment{ + ObjectMeta: metav1.ObjectMeta{ + Annotations: map[string]string{ + "deployment.kubernetes.io/revision": "2", + }, + }, + Status: appsv1.DeploymentStatus{ + AvailableReplicas: 3, + ReadyReplicas: 3, + Replicas: 3, + UpdatedReplicas: 3, + }, + Spec: appsv1.DeploymentSpec{ + Replicas: to.Int32Ptr(1), + Template: corev1.PodTemplateSpec{ + Spec: corev1.PodSpec{ + RestartPolicy: "Always", + TerminationGracePeriodSeconds: to.Int64Ptr(corev1.DefaultTerminationGracePeriodSeconds), + DNSPolicy: "ClusterFirst", + SecurityContext: &corev1.PodSecurityContext{}, + SchedulerName: "default-scheduler", + DeprecatedServiceAccount: "openshift-apiserver-sa", + }, + }, + Strategy: appsv1.DeploymentStrategy{ + Type: appsv1.RollingUpdateDeploymentStrategyType, + RollingUpdate: &appsv1.RollingUpdateDeployment{ + MaxUnavailable: &intstr.IntOrString{ + Type: 1, + StrVal: "25%", + }, + MaxSurge: &intstr.IntOrString{ + Type: 1, + StrVal: "25%", + }, + }, + }, + RevisionHistoryLimit: to.Int32Ptr(10), + ProgressDeadlineSeconds: to.Int32Ptr(600), + }, + }, + wantChanged: true, + }, + { + name: "KubeletConfig no changes", + old: &mcv1.KubeletConfig{ + Status: mcv1.KubeletConfigStatus{ + Conditions: []mcv1.KubeletConfigCondition{ + { + Message: "Success", + Status: "True", + Type: "Success", + }, + }, + }, + }, + new: &mcv1.KubeletConfig{}, + want: &mcv1.KubeletConfig{ + Status: mcv1.KubeletConfigStatus{ + Conditions: []mcv1.KubeletConfigCondition{ + { + Message: "Success", + Status: "True", + Type: "Success", + }, + }, + }, + }, + wantEmptyDiff: true, + }, + { + name: "Cluster no changes", + old: &arov1alpha1.Cluster{ + Status: arov1alpha1.ClusterStatus{ + OperatorVersion: "8b66c40", + }, + }, + new: &arov1alpha1.Cluster{}, + want: &arov1alpha1.Cluster{ + Status: arov1alpha1.ClusterStatus{ + OperatorVersion: "8b66c40", + }, + }, + wantEmptyDiff: true, + }, + { + name: "CustomResourceDefinition Betav1 no changes", + old: &extensionsv1beta1.CustomResourceDefinition{ + Status: extensionsv1beta1.CustomResourceDefinitionStatus{ + Conditions: []extensionsv1beta1.CustomResourceDefinitionCondition{ + { + Message: "no conflicts found", + Reason: "NoConflicts", + }, + }, + }, + }, + new: &extensionsv1beta1.CustomResourceDefinition{}, + want: &extensionsv1beta1.CustomResourceDefinition{ + Status: extensionsv1beta1.CustomResourceDefinitionStatus{ + Conditions: []extensionsv1beta1.CustomResourceDefinitionCondition{ + { + Message: "no conflicts found", + Reason: "NoConflicts", + }, + }, + }, + }, + wantEmptyDiff: true, + }, + { + name: "CustomResourceDefinition changes", + old: &extensionsv1.CustomResourceDefinition{ + Status: extensionsv1.CustomResourceDefinitionStatus{ + Conditions: []extensionsv1.CustomResourceDefinitionCondition{ + { + Message: "no conflicts found", + Reason: "NoConflicts", + }, + }, + }, + }, + new: &extensionsv1.CustomResourceDefinition{}, + want: &extensionsv1.CustomResourceDefinition{ + Spec: extensionsv1.CustomResourceDefinitionSpec{ + Conversion: &extensionsv1.CustomResourceConversion{ + Strategy: "None", + }, + }, + Status: extensionsv1.CustomResourceDefinitionStatus{ + Conditions: []extensionsv1.CustomResourceDefinitionCondition{ + { + Message: "no conflicts found", + Reason: "NoConflicts", + }, + }, + }, + }, + wantChanged: true, + }, { name: "Secret changes, not logged", old: &corev1.Secret{ @@ -288,3 +508,76 @@ func TestMerge(t *testing.T) { }) } } + +func TestMakeURLSegments(t *testing.T) { + for _, tt := range []struct { + gvr *schema.GroupVersionResource + namespace string + uname, name string + url []string + want []string + }{ + { + uname: "Group is empty", + gvr: &schema.GroupVersionResource{ + Group: "", + Version: "4.10", + Resource: "test-resource", + }, + namespace: "openshift", + name: "test-name-1", + want: []string{"api", "4.10", "namespaces", "openshift", "test-resource", "test-name-1"}, + }, + { + uname: "Group is not empty", + gvr: &schema.GroupVersionResource{ + Group: "test-group", + Version: "4.10", + Resource: "test-resource", + }, + namespace: "openshift-apiserver", + name: "test-name-2", + want: []string{"apis", "test-group", "4.10", "namespaces", "openshift-apiserver", "test-resource", "test-name-2"}, + }, + { + uname: "Namespace is empty", + gvr: &schema.GroupVersionResource{ + Group: "test-group", + Version: "4.10", + Resource: "test-resource", + }, + namespace: "", + name: "test-name-3", + want: []string{"apis", "test-group", "4.10", "test-resource", "test-name-3"}, + }, + { + uname: "Namespace is not empty", + gvr: &schema.GroupVersionResource{ + Group: "test-group", + Version: "4.10", + Resource: "test-resource", + }, + namespace: "openshift-sdn", + name: "test-name-3", + want: []string{"apis", "test-group", "4.10", "namespaces", "openshift-sdn", "test-resource", "test-name-3"}, + }, + { + uname: "Name is empty", + gvr: &schema.GroupVersionResource{ + Group: "test-group", + Version: "4.10", + Resource: "test-resource", + }, + namespace: "openshift-ns", + name: "", + want: []string{"apis", "test-group", "4.10", "namespaces", "openshift-ns", "test-resource"}, + }, + } { + t.Run(tt.uname, func(t *testing.T) { + got := makeURLSegments(tt.gvr, tt.namespace, tt.name) + if !reflect.DeepEqual(got, tt.want) { + t.Error(cmp.Diff(got, tt.want)) + } + }) + } +} diff --git a/pkg/util/namespace/namespace.go b/pkg/util/namespace/namespace.go index 74a6f23b1..10c87e790 100644 --- a/pkg/util/namespace/namespace.go +++ b/pkg/util/namespace/namespace.go @@ -67,7 +67,6 @@ func IsOpenShiftNamespace(ns string) bool { "openshift-oauth-apiserver": {}, "openshift-openstack-infra": {}, "openshift-operators": {}, - "openshift-operator-lifecycle-manager": {}, "openshift-ovirt-infra": {}, "openshift-sdn": {}, "openshift-service-ca": {}, diff --git a/pkg/util/namespace/namespace_test.go b/pkg/util/namespace/namespace_test.go index 55233aedd..cff837fe7 100644 --- a/pkg/util/namespace/namespace_test.go +++ b/pkg/util/namespace/namespace_test.go @@ -58,7 +58,7 @@ func TestIsOpenShiftNamespace(t *testing.T) { }, { namespace: "openshift-operator-lifecycle-manager", - want: true, + want: false, }, { namespace: "openshift-cluster-version", diff --git a/pkg/util/version/const.go b/pkg/util/version/const.go index 4d53141b1..7a5bbc5e8 100644 --- a/pkg/util/version/const.go +++ b/pkg/util/version/const.go @@ -27,14 +27,18 @@ var GitCommit = "unknown" // InstallStream describes stream we are defaulting to for all new clusters var InstallStream = &Stream{ - Version: NewVersion(4, 9, 28), - PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:4084d94969b186e20189649b5affba7da59f7d1943e4e5bc7ef78b981eafb7a8", + Version: NewVersion(4, 10, 15), + PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:ddcb70ce04a01ce487c0f4ad769e9e36a10c8c832a34307c1b1eb8e03a5b7ddb", } // UpgradeStreams describes list of streams we support for upgrades var ( UpgradeStreams = []*Stream{ InstallStream, + { + Version: NewVersion(4, 9, 28), + PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:4084d94969b186e20189649b5affba7da59f7d1943e4e5bc7ef78b981eafb7a8", + }, { Version: NewVersion(4, 8, 18), PullSpec: "quay.io/openshift-release-dev/ocp-release@sha256:321aae3d3748c589bc2011062cee9fd14e106f258807dc2d84ced3f7461160ea", @@ -64,16 +68,18 @@ func FluentbitImage(acrDomain string) string { } // MdmImage contains the location of the MDM container image +// https://eng.ms/docs/products/geneva/collect/references/linuxcontainers func MdmImage(acrDomain string) string { - return acrDomain + "/genevamdm:master_20220419.1" + return acrDomain + "/genevamdm:master_20220522.1" } // MdsdImage contains the location of the MDSD container image +// see https://eng.ms/docs/products/geneva/collect/references/linuxcontainers func MdsdImage(acrDomain string) string { - return acrDomain + "/genevamdsd:master_20220419.1" + return acrDomain + "/genevamdsd:master_20220522.1" } // MUOImage contains the location of the Managed Upgrade Operator container image func MUOImage(acrDomain string) string { - return acrDomain + "/managed-upgrade-operator:aro-b1" + return acrDomain + "/managed-upgrade-operator:aro-b4" } diff --git a/portal/v1/package-lock.json b/portal/v1/package-lock.json index db986ce72..23af00a29 100644 --- a/portal/v1/package-lock.json +++ b/portal/v1/package-lock.json @@ -2363,9 +2363,9 @@ } }, "node_modules/eventsource": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.0.tgz", - "integrity": "sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.1.tgz", + "integrity": "sha512-qV5ZC0h7jYIAOhArFJgSfdyz6rALJyb270714o7ZtNnw2WSJ+eexhKtE0O8LYPRsHZHf2osHKZBxGPvm3kPkCA==", "dev": true, "dependencies": { "original": "^1.0.0" @@ -9625,9 +9625,9 @@ "dev": true }, "eventsource": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.0.tgz", - "integrity": "sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.1.tgz", + "integrity": "sha512-qV5ZC0h7jYIAOhArFJgSfdyz6rALJyb270714o7ZtNnw2WSJ+eexhKtE0O8LYPRsHZHf2osHKZBxGPvm3kPkCA==", "dev": true, "requires": { "original": "^1.0.0" diff --git a/portal/v2/build/asset-manifest.json b/portal/v2/build/asset-manifest.json index 27b124e87..918041840 100644 --- a/portal/v2/build/asset-manifest.json +++ b/portal/v2/build/asset-manifest.json @@ -1,10 +1,17 @@ { "files": { - "main.js": "/static/js/main.d2a3e4e8.js", + "main.js": "/static/js/main.dd6fa5f8.chunk.js", + "main.js.map": "/static/js/main.dd6fa5f8.chunk.js.map", + "runtime-main.js": "/static/js/runtime-main.23de3f81.js", + "runtime-main.js.map": "/static/js/runtime-main.23de3f81.js.map", + "static/js/2.fc3140a1.chunk.js": "/static/js/2.fc3140a1.chunk.js", + "static/js/2.fc3140a1.chunk.js.map": "/static/js/2.fc3140a1.chunk.js.map", "index.html": "/index.html", - "main.d2a3e4e8.js.map": "/static/js/main.d2a3e4e8.js.map" + "static/js/2.fc3140a1.chunk.js.LICENSE.txt": "/static/js/2.fc3140a1.chunk.js.LICENSE.txt" }, "entrypoints": [ - "static/js/main.d2a3e4e8.js" + "static/js/runtime-main.23de3f81.js", + "static/js/2.fc3140a1.chunk.js", + "static/js/main.dd6fa5f8.chunk.js" ] } \ No newline at end of file diff --git a/portal/v2/build/index.html b/portal/v2/build/index.html index e12eac01f..725b22e0c 100644 --- a/portal/v2/build/index.html +++ b/portal/v2/build/index.html @@ -1 +1 @@ -ARO Portal
\ No newline at end of file +ARO Portal
\ No newline at end of file diff --git a/portal/v2/build/static/js/main.dd6fa5f8.chunk.js b/portal/v2/build/static/js/main.dd6fa5f8.chunk.js new file mode 100644 index 000000000..defecc015 --- /dev/null +++ b/portal/v2/build/static/js/main.dd6fa5f8.chunk.js @@ -0,0 +1,2 @@ +(this["webpackJsonparo-rp"]=this["webpackJsonparo-rp"]||[]).push([[0],{169:function(e,t,n){"use strict";n.r(t);var r=n(64),i=n.n(r),a=n(14),s=n(0),o=n(4),c=n(256),l=n(247),d=n(8),u=n(244),j=n(248),b=n(20),h=n(240),p=n(251),m=n(241),O=n(117),f=n(216),x=n(43),g=n(26),v=n.n(g),y=n(172),C=n(237),S=n(243),k=n(245),w=n(246),A=n(44),I=n.n(A),T=n(2),N={iconName:"Cancel"},R={iconName:"Copy"},L=[{key:0,text:"master-0"},{key:1,text:"master-1"},{key:2,text:"master-2"}],P=Object(o.B)(),D=Object(o.E)({container:{display:"flex",flexFlow:"column nowrap",alignItems:"stretch"},header:[{flex:"1 1 auto",borderTop:"4px solid ".concat(P.palette.themePrimary),color:P.palette.neutralPrimary,display:"flex",alignItems:"center",fontSize:o.e.xLargePlus,fontWeight:o.f.semibold,padding:"12px 12px 14px 24px"}],body:{flex:"4 4 auto",padding:"0 24px 24px 24px",overflowY:"hidden",selectors:{p:{margin:"14px 0"},"p:first-child":{marginTop:0},"p:last-child":{marginBottom:0}}}}),B={root:{color:P.palette.neutralPrimary,marginLeft:"auto",marginTop:"4px",marginRight:"2px"},rootHovered:{color:P.palette.neutralDark}},H=Object(s.forwardRef)((function(e,t){var n=e.csrfToken,r=Object(f.a)(!1),i=Object(a.a)(r,2),o=i[0],j=i[1],b=j.setTrue,h=j.setFalse,p=Object(y.a)("title"),m=Object(f.a)(!1),O=Object(a.a)(m,2),g=O[0],A=O[1],P=A.setTrue,H=A.setFalse,E=Object(s.useState)(""),z=Object(a.a)(E,2),M=z[0],_=z[1],F=Object(s.useState)(),G=Object(a.a)(F,2),W=G[0],Z=G[1],U=Object(f.a)(!1),V=Object(a.a)(U,2),K=V[0],q=V[1],J=q.setTrue,X=q.setFalse,Y=Object(s.useState)(),Q=Object(a.a)(Y,2),$=Q[0],ee=Q[1],te=Object(s.useState)(null),ne=Object(a.a)(te,2),re=ne[0],ie=ne[1];Object(s.useImperativeHandle)(t,(function(){return{LoadSSH:function(e){X(),ee(null),ie(null),b(),_(e)}}})),Object(s.useEffect)((function(){function e(){return(e=Object(x.a)(v.a.mark((function e(){var t;return v.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,ie(null),e.next=4,I()({method:"post",url:M+"/ssh/new",data:{master:null===W||void 0===W?void 0:W.key},headers:{"X-CSRF-Token":n.current}});case 4:t=e.sent,ee(t.data),J(),e.next=13;break;case 9:e.prev=9,e.t0=e.catch(0),J(),ie(e.t0.response);case 13:case"end":return e.stop()}}),e,null,[[0,9]])})))).apply(this,arguments)}g&&W&&(H(),function(){e.apply(this,arguments)}())}),[M,W,n,g,H,J]);var ae=function(e,t){Z(t),J()};return Object(T.jsx)("div",{children:Object(T.jsxs)(k.a,{titleAriaId:p,isOpen:o,onDismiss:h,isModeless:!0,containerClassName:D.container,children:[Object(T.jsxs)("div",{className:D.header,children:[Object(T.jsx)("span",{id:p,children:"SSH Access"}),Object(T.jsx)(c.a,{styles:B,iconProps:N,ariaLabel:"Close popup modal",onClick:h})]}),Object(T.jsxs)("div",{className:D.body,children:[Object(T.jsxs)("p",{children:["Before requesting SSH access, please ensure you have read the"," ",Object(T.jsx)("a",{href:"https://msazure.visualstudio.com/AzureRedHatOpenShift/_wiki/wikis/ARO.wiki/136823/ARO-SRE-portal?anchor=ssh-(elevated)",children:"SSH docs"}),"."]}),re&&Object(T.jsx)(l.a,{messageBarType:d.a.error,isMultiline:!1,onDismiss:function(){return ie(null)},dismissButtonAriaLabel:"Close",children:null===re||void 0===re?void 0:re.statusText}),$?Object(T.jsx)("div",{children:Object(T.jsxs)(u.a,{children:[Object(T.jsxs)(u.a,{horizontal:!0,verticalAlign:"end",children:[Object(T.jsx)(u.a.Item,{grow:!0,children:Object(T.jsx)(S.a,{label:"Command",value:null===$||void 0===$?void 0:$.command,readOnly:!0})}),Object(T.jsx)(u.a.Item,{children:Object(T.jsx)(c.a,{iconProps:R,ariaLabel:"Copy command",onClick:function(){$&&navigator.clipboard.writeText($.command)}})})]}),Object(T.jsxs)(u.a,{horizontal:!0,verticalAlign:"end",children:[Object(T.jsxs)(u.a.Item,{grow:!0,children:[Object(T.jsx)(S.a,{label:"Password",value:null===$||void 0===$?void 0:$.password,type:"password",canRevealPassword:!0,readOnly:!0})," "]}),Object(T.jsx)(u.a.Item,{children:Object(T.jsx)(c.a,{iconProps:R,ariaLabel:"Copy password",onClick:function(){$&&navigator.clipboard.writeText($.password)}})})]})]})}):Object(T.jsxs)(u.a,{tokens:{childrenGap:15},children:[Object(T.jsx)(C.a,{label:"Machine Selection",onChange:ae,options:L}),Object(T.jsx)(w.a,{onClick:P,text:"Request",disabled:!K})]})]})]})})}));H.displayName="sshmodal";var E=n(253),z=function(e){return 403===e.status?(document.location.href="/api/login",null):e},M=function(){var e=Object(x.a)(v.a.mark((function e(){var t,n;return v.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,I()("/api/clusters");case 3:return t=e.sent,e.abrupt("return",t);case 7:return e.prev=7,e.t0=e.catch(0),n=e.t0.response,e.abrupt("return",z(n));case 11:case"end":return e.stop()}}),e,null,[[0,7]])})));return function(){return e.apply(this,arguments)}}(),_=function(){var e=Object(x.a)(v.a.mark((function e(t){var n,r;return v.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,I()("/api/"+t.subscription+"/"+t.resourceGroup+"/"+t.name);case 3:return n=e.sent,e.abrupt("return",n);case 7:return e.prev=7,e.t0=e.catch(0),r=e.t0.response,e.abrupt("return",z(r));case 11:case"end":return e.stop()}}),e,null,[[0,7]])})));return function(t){return e.apply(this,arguments)}}(),F=function(){var e=Object(x.a)(v.a.mark((function e(){var t,n;return v.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,I()("/api/info");case 3:return t=e.sent,e.abrupt("return",t);case 7:return e.prev=7,e.t0=e.catch(0),n=e.t0.response,e.abrupt("return",z(n));case 11:case"end":return e.stop()}}),e,null,[[0,7]])})));return function(){return e.apply(this,arguments)}}(),G=function(){var e=Object(x.a)(v.a.mark((function e(){var t,n;return v.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,I()({method:"POST",url:"/api/logout"});case 3:return t=e.sent,e.abrupt("return",t);case 7:e.prev=7,e.t0=e.catch(0),n=e.t0.response,console.log(n);case 11:document.location.href="/api/login";case 12:case"end":return e.stop()}}),e,null,[[0,7]])})));return function(){return e.apply(this,arguments)}}(),W=function(){var e=Object(x.a)(v.a.mark((function e(t,n){var r,i;return v.a.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,I()({method:"POST",url:n+"/kubeconfig/new",headers:{"X-CSRF-Token":t}});case 3:return r=e.sent,e.abrupt("return",r);case 7:return e.prev=7,e.t0=e.catch(0),i=e.t0.response,e.abrupt("return",z(i));case 11:case"end":return e.stop()}}),e,null,[[0,7]])})));return function(t,n){return e.apply(this,arguments)}}(),Z=n(252),U=n(68),V=n(69),K=n(73),q=n(70),J=n(28),X=n(236),Y={apiServerVisibility:"ApiServer Visibility",apiServerURL:"ApiServer URL",architectureVersion:"Architecture Version",consoleLink:"Console Link",createdAt:"Created At",createdBy:"Created By",failedProvisioningState:"Failed Provisioning State",infraId:"Infra Id",lastAdminUpdateError:"Last Admin Update Error",lastModifiedAt:"Last Modified At",lastModifiedBy:"Last Modified By",lastProvisioningState:"Last Provisioning State",location:"Location",name:"Name",provisioningState:"Provisioning State",version:"Version",installStatus:"Installation Status"},Q={root:{margin:"11px 0"}},$={root:{margin:"15px 0"}},ee=[{type:J.a.line,height:32,width:"25%"}],te=[{type:J.a.line,height:18,width:"75%"}],ne={root:{paddingTop:10,paddingRight:15}},re={root:{paddingTop:10}},ie={root:{fontStyle:"bold",alignSelf:"flex-start",fontVariantAlternates:"bold",color:"grey",paddingBottom:10}},ae={root:{paddingBottom:10}};function se(e){if("string"==typeof e.value)return Object(T.jsx)(u.a.Item,{styles:e.style,children:Object(T.jsx)(p.a,{styles:e.style,variant:"medium",children:e.value})})}var oe=function(e){Object(K.a)(n,e);var t=Object(q.a)(n);function n(e){return Object(U.a)(this,n),t.call(this,e)}return Object(V.a)(n,[{key:"render",value:function(){var e=this,t=Object.entries(Y);switch(this.props.detailPanelVisible){case"Overview":return 0!=this.props.item.length?Object(T.jsx)(u.a,{styles:De,children:Object(T.jsxs)(u.a,{horizontal:!0,children:[Object(T.jsx)(u.a,{styles:ne,children:t.map((function(e,t){return Object(T.jsx)(se,{style:ie,value:e[1]},t)}))}),Object(T.jsx)(u.a,{styles:ne,children:Array(t.length).fill(":").map((function(e,t){return Object(T.jsx)(se,{style:ie,value:e},t)}))}),Object(T.jsx)(u.a,{styles:re,children:t.map((function(t,n){return Object(T.jsx)(se,{style:ae,value:null!=e.props.item[t[0]]&&e.props.item[t[0]].toString().length>0?e.props.item[t[0]]:"Undefined"},n)}))})]})}):Object(T.jsxs)(u.a,{children:[Object(T.jsx)(X.a,{styles:$,shimmerElements:ee,width:"25%"}),t.map((function(e,t){return Object(T.jsx)(X.a,{styles:Q,shimmerElements:te,width:"75%"},t)}))]});case"Nodes":var n;return Object(T.jsxs)(u.a,{styles:De,children:[Object(T.jsx)(p.a,{variant:"xxLarge",children:null===(n=this.props.cluster)||void 0===n?void 0:n.name}),Object(T.jsxs)(u.a,{horizontal:!0,children:[Object(T.jsx)(u.a,{styles:ne,children:"Node detail"}),Object(T.jsx)(u.a,{styles:ne,children:"Node detail2"}),Object(T.jsx)(u.a,{styles:re,children:"Node detail3"})]})]})}}}]),n}(s.Component),ce={root:{width:155,paddingRight:"10px"},link:{whiteSpace:"normal",lineHeight:"inherit"},groupContent:{marginBottom:"0px"}},le=[{links:[{name:"Overview",key:"overview",url:"#overview",icon:"ThisPC"}]}],de={root:{top:"40px",left:"225px"},content:{paddingLeft:30,paddingRight:5},navigation:{justifyContent:"flex-start"}},ue={root:{alignSelf:"flex-start",flexGrow:2,height:48,paddingLeft:30,marginBottom:15}},je={root:{height:"100%",width:40,paddingTop:4,paddingRight:10,svg:{fill:"#e3222f"}}},be={root:{marginBottom:15}};function he(e){var t,n=Object(s.useState)([]),r=Object(a.a)(n,2),i=r[0],o=r[1],c=Object(s.useState)(null),h=Object(a.a)(c,2),p=h[0],m=h[1],x=Object(s.useRef)(null),g=Object(s.useState)(""),v=Object(a.a)(g,2),y=v[0],C=v[1],S=Object(f.a)(!1),k=Object(a.a)(S,2),w=k[0],A=k[1],I=A.setTrue,N=A.setFalse,R=Object(s.useState)(!1),L=Object(a.a)(R,2),P=L[0],D=L[1],B=Object(s.useState)("Overview"),H=Object(a.a)(B,2),z=H[0],M=H[1];Object(s.useEffect)((function(){if(null!=e.currentCluster){var t=e.currentCluster.resourceId;""===y&&"DONE"===e.csrfTokenAvailable&&""!=t&&(C("FETCHING"),m(null),_(e.currentCluster).then((function(e){var n;200===(null===e||void 0===e?void 0:e.status)?(n=e.data,o(n),x&&x.current&&x.current.setState({item:n}),D(!0)):m(e),C(t)})))}}),[i,y,C]),Object(s.useEffect)((function(){if(null!=e.currentCluster){var t=e.currentCluster.resourceId;""!=t&&(t==y?(I(),D(!0)):(o([]),C(""),D(!1),I()))}else D(!1)}),[null===(t=e.currentCluster)||void 0===t?void 0:t.resourceId]);return Object(T.jsx)(j.a,{isOpen:w,type:b.a.custom,onDismiss:function(){N(),e.onClose(),o([]),C(""),D(!1),m(null)},isBlocking:!1,styles:de,closeButtonAriaLabel:"Close",onRenderHeader:function(){var t;return Object(T.jsx)(T.Fragment,{children:Object(T.jsxs)(u.a,{styles:ue,horizontal:!0,children:[Object(T.jsx)(u.a.Item,{children:Object(T.jsx)(O.a,{styles:je,iconName:"openshift-svg"})}),Object(T.jsxs)(u.a.Item,{children:[Object(T.jsx)("div",{className:Me.titleText,children:null===(t=e.currentCluster)||void 0===t?void 0:t.name}),Object(T.jsx)("div",{className:Me.subtitleText,children:"Cluster"})]})]})})},children:Object(T.jsxs)(u.a,{children:[Object(T.jsx)(u.a.Item,{grow:!0,children:p&&Object(T.jsx)(l.a,{messageBarType:d.a.error,isMultiline:!1,onDismiss:function(){return m(null)},dismissButtonAriaLabel:"Close",styles:be,children:null===p||void 0===p?void 0:p.statusText})}),Object(T.jsxs)(u.a,{horizontal:!0,children:[Object(T.jsx)(u.a.Item,{children:Object(T.jsx)(Z.a,{onLinkClick:function(e,t){t&&""!==t.name&&M(t.name)},ariaLabel:"Select a tab to view",styles:ce,groups:le})}),Object(T.jsx)(E.a,{vertical:!0}),Object(T.jsx)(u.a.Item,{grow:!0,children:Object(T.jsx)(oe,{item:i,cluster:e.currentCluster,isDataLoaded:P,detailPanelVisible:z})})]})]})})}var pe=n(254),me=n(238),Oe=n(235),fe=n(32),xe=n(11),ge=n(115),ve=Object(s.forwardRef)((function(e){var t=e.csrfToken,n=e.resourceId,r=Object(s.useState)({name:"",content:""}),i=Object(a.a)(r,2),o=i[0],l=i[1],d=Object(s.useState)(null),u=Object(a.a)(d,2),j=u[0],b=u[1],h=Object(s.useState)("DONE"),p=Object(a.a)(h,2),O=p[0],f=p[1],x=Object(s.useRef)(null);return Object(s.useEffect)((function(){""===O&&(f("FETCHING"),W(t.current,n).then((function(e){if(200===(null===e||void 0===e?void 0:e.status)){var t=new Blob([e.request.response]),n=URL.createObjectURL(t),r=Object(ge.parse)(e.headers["content-disposition"]).parameters.filename;l({content:n,name:r})}else b(e);f("DONE")})))}),[O,j,o,n,t]),Object(s.useLayoutEffect)((function(){o.content&&x&&x.current&&(x.current.href=o.content,x.current.download=o.name,x.current.click(),URL.revokeObjectURL(o.content),o.content="")}),[o]),Object(T.jsx)(T.Fragment,{children:Object(T.jsxs)(m.a,{content:"Download Kubeconfig",children:[Object(T.jsx)(c.a,{iconProps:{iconName:"HardDriveGroup"},disabled:"FETCHING"===O,"aria-label":"Download Kubeconfig",onClick:function(){return f("")}}),Object(T.jsx)("a",{style:{display:"none"},ref:x,href:"#",children:"dl"})]})})}));ve.displayName="kubeconfigbutton";var ye={root:{marginBottom:15}},Ce=Object(o.E)({controlWrapper:{display:"flex",flexWrap:"wrap"},fullWidth:{width:"100%"},fileIconImg:{verticalAlign:"middle",maxHeight:"20px",maxWidth:"20px"},headerIcon:{height:18,paddingTop:1},iconContainer:{margin:"-11px 0px",height:42},controlButtonContainer:{paddingLeft:0},itemsCount:{padding:"10px 0px"}}),Se={root:{paddingLeft:0}},ke={root:{fontSize:0,marginBottom:20,padding:0}},we={headerWrapper:{marginTop:"-16px"}},Ae=function(e){Object(K.a)(n,e);var t=Object(q.a)(n);function n(e){var r;Object(U.a)(this,n),(r=t.call(this,e))._sshModal=void 0,r._onChangeText=function(e,t){r.setState({items:t?r.props.items.filter((function(e){return e.resourceId.toLowerCase().indexOf(t)>-1})):r.props.items})},r._onColumnClick=function(e,t){var n=r.state,i=n.columns,a=n.items,s=i.slice(),o=s.filter((function(e){return t.key===e.key}))[0];s.forEach((function(e){e===o?(o.isSortedDescending=!o.isSortedDescending,o.isSorted=!0):(e.isSorted=!1,e.isSortedDescending=!0)})),r.setState({columns:s,items:a})},r._sshModal=e.sshModalRef;var i=[{key:"icon",name:"",fieldName:"",minWidth:24,isRowHeader:!1,data:"string",isPadded:!1,maxWidth:24,onRender:function(){return Object(T.jsx)(u.a,{horizontal:!0,verticalAlign:"center",className:Ce.iconContainer,children:Object(T.jsx)("img",{src:"/favicon.ico",className:Ce.headerIcon,alt:""})})}},{key:"name",name:"Name",fieldName:"name",minWidth:100,flexGrow:10,isRowHeader:!0,isResizable:!0,isSorted:!0,isSortedDescending:!1,sortAscendingAriaLabel:"Sorted A to Z",sortDescendingAriaLabel:"Sorted Z to A",onColumnClick:r._onColumnClick,data:"string",onRender:function(e){return Object(T.jsx)(pe.a,{onClick:function(){return r._onClusterInfoLinkClick(e)},children:e.name})},isPadded:!0},{key:"subscription",name:"Subscription",fieldName:"subscription",minWidth:100,flexGrow:10,isRowHeader:!0,isResizable:!0,isSorted:!0,isSortedDescending:!1,sortAscendingAriaLabel:"Sorted A to Z",sortDescendingAriaLabel:"Sorted Z to A",onColumnClick:r._onColumnClick,data:"string",isPadded:!0},{key:"version",name:"Version",fieldName:"version",minWidth:50,flexGrow:3,isRowHeader:!0,isResizable:!0,isSorted:!0,isSortedDescending:!1,sortAscendingAriaLabel:"Sorted A to Z",sortDescendingAriaLabel:"Sorted Z to A",onColumnClick:r._onColumnClick,data:"string",isPadded:!0},{key:"createdDate",name:"Creation Date",fieldName:"createdAt",minWidth:100,flexGrow:5,isRowHeader:!0,isResizable:!0,isSorted:!0,isSortedDescending:!1,sortAscendingAriaLabel:"Sorted A to Z",sortDescendingAriaLabel:"Sorted Z to A",onColumnClick:r._onColumnClick,data:"string",isPadded:!0},{key:"provisionedBy",name:"Provisioned By",fieldName:"provisionedBy",minWidth:100,flexGrow:5,isRowHeader:!0,isResizable:!0,isSorted:!0,isSortedDescending:!1,sortAscendingAriaLabel:"Sorted A to Z",sortDescendingAriaLabel:"Sorted Z to A",onColumnClick:r._onColumnClick,data:"string",isPadded:!0},{key:"state",name:"State",fieldName:"provisioningState",minWidth:100,flexGrow:5,isRowHeader:!0,isResizable:!0,isSorted:!0,isSortedDescending:!1,sortAscendingAriaLabel:"Sorted A to Z",sortDescendingAriaLabel:"Sorted Z to A",onColumnClick:r._onColumnClick,onRender:function(e){return Object(T.jsxs)(p.a,{children:[e.provisioningState,e.failedProvisioningState&&" - "+e.failedProvisioningState]})},data:"string",isPadded:!0},{key:"icons",name:"Actions",fieldName:"icons",minWidth:92,flexGrow:5,isRowHeader:!1,data:"string",isPadded:!0,onRender:function(t){return Object(T.jsxs)(u.a,{horizontal:!0,verticalAlign:"center",className:Ce.iconContainer,children:[Object(T.jsx)(m.a,{content:"Copy Resource ID",children:Object(T.jsx)(c.a,{iconProps:{iconName:"Copy"},"aria-label":"Copy Resource ID",onClick:function(){return r._onCopyResourceID(t)}})}),Object(T.jsx)(m.a,{content:"Prometheus",children:Object(T.jsx)(c.a,{iconProps:{iconName:"BIDashboard"},"aria-label":"Prometheus",href:t.resourceId+"/prometheus"})}),Object(T.jsx)(m.a,{content:"SSH",children:Object(T.jsx)(c.a,{iconProps:{iconName:"CommandPrompt"},"aria-label":"SSH",onClick:function(){return r._onSSHClick(t)}})}),Object(T.jsx)(ve,{resourceId:t.resourceId,csrfToken:e.csrfToken})]})}}];return r.state={items:r.props.items,columns:i,modalOpen:!1},r}return Object(V.a)(n,[{key:"render",value:function(){var e=this.state,t=e.columns,n=e.items;return Object(T.jsxs)(u.a,{children:[Object(T.jsx)("div",{className:Ce.controlWrapper,children:Object(T.jsx)(S.a,{placeholder:"Filter on resource ID",onChange:this._onChangeText})}),Object(T.jsxs)(p.a,{className:Ce.itemsCount,children:["Showing ",n.length," items"]}),Object(T.jsx)(Oe.a,{items:n,columns:t,selectionMode:fe.b.none,getKey:this._getKey,setKey:"none",layoutMode:xe.e.fixedColumns,isHeaderVisible:!0,onItemInvoked:this._onItemInvoked,styles:we})]})}},{key:"_getKey",value:function(e){return e.key}},{key:"_onSSHClick",value:function(e){var t=this._sshModal;t&&t.current&&t.current.LoadSSH(e.resourceId)}},{key:"_onCopyResourceID",value:function(e){navigator.clipboard.writeText(e.resourceId)}},{key:"_onClusterInfoLinkClick",value:function(e){this.props.setCurrentCluster(e)}},{key:"_onItemInvoked",value:function(e){alert("Item invoked: ".concat(e.resourceId))}}]),n}(s.Component);function Ie(e){var t=Object(s.useState)([]),n=Object(a.a)(t,2),r=n[0],i=n[1],o=Object(s.useState)(null),c=Object(a.a)(o,2),j=c[0],b=c[1],h=Object(s.useRef)(null),p=Object(s.useState)(""),m=Object(a.a)(p,2),O=m[0],f=m[1],x=function(e){i(e),h&&h.current&&h.current.setState({items:e})};Object(s.useEffect)((function(){""===O&&"DONE"===e.csrfTokenAvailable&&(f("FETCHING"),M().then((function(e){200===(null===e||void 0===e?void 0:e.status)?x(e.data):b(e),f("DONE")})))}),[r,O,f,e.csrfTokenAvailable]);var g=[{key:"refresh",text:"Refresh",iconProps:{iconName:"Refresh"},onClick:function(){x([]),f("")}}];return Object(T.jsxs)(u.a,{children:[Object(T.jsx)("span",{className:Me.titleText,children:"Clusters"}),Object(T.jsx)("span",{className:Me.subtitleText,children:"Azure Red Hat OpenShift"}),Object(T.jsx)(me.a,{items:g,ariaLabel:"Use left and right arrow keys to navigate between commands",className:Ce.controlButtonContainer,styles:Se}),Object(T.jsx)(E.a,{styles:ke}),j&&Object(T.jsx)(l.a,{messageBarType:d.a.error,isMultiline:!1,onDismiss:function(){return b(null)},dismissButtonAriaLabel:"Close",styles:ye,children:null===j||void 0===j?void 0:j.statusText}),Object(T.jsx)(Ae,{items:r,ref:h,sshModalRef:e.sshBox,setCurrentCluster:e.setCurrentCluster,csrfToken:e.csrfToken})]})}var Te={},Ne={childrenGap:10},Re={root:{marginBottom:15}},Le={root:[{width:"100%",padding:0}]},Pe={root:{fontWeight:600}},De={root:[{padding:20}]},Be={root:{padding:"0px 15px",height:40}},He={icon:{color:o.d.white}},Ee={semanticColors:{bodyBackground:o.d.themePrimary,bodyText:o.d.white}},ze={navigation:{height:40,lineHeight:40,fontSize:15,paddingLeft:15,justifyContent:"start",alignItems:"center"}},Me=Object(o.E)({titleText:{fontWeight:600,fontSize:24,lineHeight:32},subtitleText:{color:"#646464",fontSize:12,lineHeight:14,margin:0}});Object(o.I)({icons:{"openshift-svg":Object(T.jsxs)("svg",{xmlns:"http://www.w3.org/2000/svg",width:"100%",height:"100%",viewBox:"0 0 64 64",children:[Object(T.jsxs)("g",{children:[Object(T.jsx)("path",{d:"M17.424 27.158L7.8 30.664c.123 1.545.4 3.07.764 4.566l9.15-3.333c-.297-1.547-.403-3.142-.28-4.74M60 16.504c-.672-1.386-1.45-2.726-2.35-3.988l-9.632 3.506c1.12 1.147 2.06 2.435 2.83 3.813z"}),Object(T.jsx)("path",{d:"M38.802 13.776c2.004.935 3.74 2.21 5.204 3.707l9.633-3.506a27.38 27.38 0 0 0-10.756-8.95c-13.77-6.42-30.198-.442-36.62 13.326a27.38 27.38 0 0 0-2.488 13.771l9.634-3.505c.16-2.087.67-4.18 1.603-6.184 4.173-8.947 14.844-12.83 23.79-8.658"})]}),Object(T.jsx)("path",{d:"M9.153 35.01L0 38.342c.84 3.337 2.3 6.508 4.304 9.33l9.612-3.5a17.99 17.99 0 0 1-4.763-9.164"}),Object(T.jsx)("path",{d:"M49.074 31.38a17.64 17.64 0 0 1-1.616 6.186c-4.173 8.947-14.843 12.83-23.79 8.657a17.71 17.71 0 0 1-5.215-3.7l-9.612 3.5c2.662 3.744 6.293 6.874 10.748 8.953 13.77 6.42 30.196.44 36.618-13.328a27.28 27.28 0 0 0 2.479-13.765l-9.61 3.498z"}),Object(T.jsx)("path",{d:"M51.445 19.618l-9.153 3.332c1.7 3.046 2.503 6.553 2.24 10.08l9.612-3.497c-.275-3.45-1.195-6.817-2.7-9.915"})]})}});var _e=function(){var e=Object(s.useState)({location:"",csrf:"",elevated:!1,username:""}),t=Object(a.a)(e,2),n=t[0],r=t[1],i=Object(s.useState)(null),o=Object(a.a)(i,2),x=o[0],g=o[1],v=Object(f.a)(!1),y=Object(a.a)(v,2),C=y[0],S=y[1],k=S.setTrue,w=S.setFalse,A=Object(s.useState)(""),I=Object(a.a)(A,2),N=I[0],R=I[1],L=Object(s.useState)(null),P=Object(a.a)(L,2),D=P[0],B=P[1],E=Object(s.useState)(De),z=Object(a.a)(E,2),M=z[0],_=z[1],W=Object(s.useRef)(null),Z=Object(s.useRef)("");Object(s.useEffect)((function(){""===N&&(R("FETCHING"),F().then((function(e){200===(null===e||void 0===e?void 0:e.status)?(r(e.data),Z.current=e.data.csrf):g(e),R("DONE")})))}),[N,x,n]);var U=Object(s.useCallback)((function(){return Object(T.jsx)(T.Fragment,{children:Object(T.jsx)(c.a,{iconProps:{iconName:"GlobalNavButton"},onClick:w})})}),[w]);return Object(T.jsx)(T.Fragment,{children:Object(T.jsxs)(u.a,{styles:Le,tokens:Te,horizontalAlign:"stretch",children:[Object(T.jsx)(j.a,{isLightDismiss:!0,styles:ze,type:b.a.smallFixedNear,isOpen:C,onDismiss:w,closeButtonAriaLabel:"Close",onRenderNavigationContent:U,children:Object(T.jsx)("p",{children:"regions go here"})}),Object(T.jsx)(h.a,{theme:Ee,children:Object(T.jsxs)(u.a,{grow:!0,tokens:Ne,horizontalAlign:"start",verticalAlign:"center",horizontal:!0,styles:Be,children:[Object(T.jsx)(u.a.Item,{children:Object(T.jsx)(c.a,{iconProps:{iconName:"GlobalNavButton"},onClick:k,styles:He})}),Object(T.jsx)(u.a.Item,{grow:!0,children:Object(T.jsxs)(p.a,{styles:Pe,children:["ARO Portal ",n.location?"("+n.location+")":""]})}),Object(T.jsx)(u.a.Item,{children:Object(T.jsx)(p.a,{children:n.username})}),Object(T.jsx)(u.a.Item,{hidden:!n.elevated,children:Object(T.jsx)(m.a,{content:"Elevated User",children:Object(T.jsx)(O.a,{iconName:"Admin"})})}),Object(T.jsx)(u.a.Item,{children:Object(T.jsx)(c.a,{iconProps:{iconName:"SignOut"},onClick:function(){G()},styles:He})})]})}),Object(T.jsxs)(u.a,{styles:M,children:[Object(T.jsx)(u.a.Item,{grow:!0,children:x&&(console.log(x),Object(T.jsx)(l.a,{messageBarType:d.a.error,isMultiline:!1,onDismiss:function(){return g(null)},dismissButtonAriaLabel:"Close",styles:Re,children:null===x||void 0===x?void 0:x.statusText}))}),Object(T.jsx)(u.a.Item,{grow:!0,children:Object(T.jsx)(Ie,{csrfToken:Z,sshBox:W,setCurrentCluster:B,csrfTokenAvailable:N})}),Object(T.jsx)(u.a.Item,{grow:!0,children:Object(T.jsx)(he,{csrfToken:Z,csrfTokenAvailable:N,currentCluster:D,onClose:function(){B(null),_(De)}})})]}),Object(T.jsx)(H,{csrfToken:Z,ref:W})]})})},Fe=n(116);Object(Fe.a)(),Object(o.F)({":global(body,html,#root)":{margin:0,padding:0,height:"100vh"}}),i.a.render(Object(T.jsx)(_e,{}),document.getElementById("root"))}},[[169,1,2]]]); +//# sourceMappingURL=main.dd6fa5f8.chunk.js.map \ No newline at end of file diff --git a/portal/v2/build/static/js/main.dd6fa5f8.chunk.js.map b/portal/v2/build/static/js/main.dd6fa5f8.chunk.js.map new file mode 100644 index 000000000..e070e3ef6 --- /dev/null +++ b/portal/v2/build/static/js/main.dd6fa5f8.chunk.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["SSHModal.tsx","Request.tsx","ClusterDetailList.tsx","ClusterDetail.tsx","Kubeconfig.tsx","ClusterList.tsx","App.tsx","index.tsx"],"names":["cancelIcon","iconName","copyIcon","machineOptions","key","text","theme","getTheme","contentStyles","mergeStyleSets","container","display","flexFlow","alignItems","header","flex","borderTop","palette","themePrimary","color","neutralPrimary","fontSize","FontSizes","xLargePlus","fontWeight","FontWeights","semibold","padding","body","overflowY","selectors","margin","marginTop","marginBottom","iconButtonStyles","root","marginLeft","marginRight","rootHovered","neutralDark","SSHModal","forwardRef","ref","csrfToken","useBoolean","isModalOpen","showModal","setTrue","hideModal","setFalse","titleId","useId","update","requestSSH","sshRequested","useState","resourceID","setResourceID","machineName","setMachineName","requestable","setRequestable","setUnrequestable","data","setData","error","setError","useImperativeHandle","LoadSSH","item","useEffect","a","axios","method","url","master","headers","current","result","response","fetchData","onChange","event","option","Modal","titleAriaId","isOpen","onDismiss","isModeless","containerClassName","className","id","IconButton","styles","iconProps","ariaLabel","onClick","href","MessageBar","messageBarType","MessageBarType","isMultiline","dismissButtonAriaLabel","statusText","Stack","horizontal","verticalAlign","Item","grow","TextField","label","value","command","readOnly","navigator","clipboard","writeText","password","type","canRevealPassword","tokens","childrenGap","Dropdown","options","PrimaryButton","disabled","displayName","OnError","err","status","document","location","FetchClusters","FetchClusterInfo","cluster","subscription","resourceGroup","name","FetchInfo","ProcessLogOut","console","log","RequestKubeconfig","clusterDetailHeadings","apiServerVisibility","apiServerURL","architectureVersion","consoleLink","createdAt","createdBy","failedProvisioningState","infraId","lastAdminUpdateError","lastModifiedAt","lastModifiedBy","lastProvisioningState","provisioningState","version","installStatus","ShimmerStyle","headShimmerStyle","headerShimmer","ShimmerElementType","line","height","width","rowShimmer","KeyColumnStyle","paddingTop","paddingRight","ValueColumnStyle","KeyStyle","fontStyle","alignSelf","fontVariantAlternates","paddingBottom","ValueStyle","ClusterDetailCell","style","Text","variant","ClusterDetailComponent","props","headerEntries","Object","entries","this","detailPanelVisible","length","contentStackStylesNormal","map","index","Array","fill","toString","Shimmer","shimmerElements","Component","navStyles","link","whiteSpace","lineHeight","groupContent","navLinkGroups","links","icon","customPanelStyle","top","left","content","paddingLeft","navigation","justifyContent","headerStyle","flexGrow","headerIconStyles","svg","errorBarStyles","ClusterDetailPanel","state","useRef","fetching","setFetching","openPanel","dismissPanel","dataLoaded","setDataLoaded","setdetailPanelVisible","currentCluster","resourceId","csrfTokenAvailable","then","newData","setState","Panel","PanelType","custom","onClose","isBlocking","closeButtonAriaLabel","onRenderHeader","Icon","headerStyles","titleText","subtitleText","Nav","onLinkClick","ev","groups","Separator","vertical","isDataLoaded","KubeconfigButton","buttonRef","blob","Blob","request","fileDownloadUrl","URL","createObjectURL","filename","parseContentDisposition","parameters","useLayoutEffect","download","click","revokeObjectURL","TooltipHost","classNames","controlWrapper","flexWrap","fullWidth","fileIconImg","maxHeight","maxWidth","headerIcon","iconContainer","controlButtonContainer","itemsCount","controlStyles","separatorStyle","clusterListDetailStyles","headerWrapper","ClusterListComponent","_sshModal","_onChangeText","items","filter","i","toLowerCase","indexOf","_onColumnClick","column","columns","newColumns","slice","currColumn","currCol","forEach","newCol","isSortedDescending","isSorted","sshModalRef","fieldName","minWidth","isRowHeader","isPadded","onRender","src","alt","isResizable","sortAscendingAriaLabel","sortDescendingAriaLabel","onColumnClick","Link","_onClusterInfoLinkClick","_onCopyResourceID","_onSSHClick","modalOpen","placeholder","DetailsList","selectionMode","SelectionMode","none","getKey","_getKey","setKey","layoutMode","DetailsListLayoutMode","fixedColumns","isHeaderVisible","onItemInvoked","_onItemInvoked","modal","setCurrentCluster","alert","ClusterList","updateData","_items","CommandBar","sshBox","containerStackTokens","appStackTokens","stackStyles","headerTextStyles","stackNavStyles","MenuButtonStyles","DefaultPalette","white","darkTheme","semanticColors","bodyBackground","bodyText","navPanelStyles","registerIcons","icons","xmlns","viewBox","d","App","csrf","elevated","username","contentStackStyles","setContentStackStyles","sshRef","csrfRef","onRenderNavigationContent","useCallback","horizontalAlign","isLightDismiss","smallFixedNear","ThemeProvider","hidden","initializeIcons","mergeStyles","ReactDOM","render","getElementById"],"mappings":"wVAyBMA,EAAyB,CAAEC,SAAU,UACrCC,EAAuB,CAAED,SAAU,QAEnCE,EAAiB,CACrB,CAAEC,IAAK,EAAGC,KAAM,YAChB,CAAED,IAAK,EAAGC,KAAM,YAChB,CAAED,IAAK,EAAGC,KAAM,aAOZC,EAAQC,cACRC,EAAgBC,YAAe,CACnCC,UAAW,CACTC,QAAS,OACTC,SAAU,gBACVC,WAAY,WAEdC,OAAQ,CACN,CACEC,KAAM,WACNC,UAAU,aAAD,OAAeV,EAAMW,QAAQC,cACtCC,MAAOb,EAAMW,QAAQG,eACrBT,QAAS,OACTE,WAAY,SACZQ,SAAUC,IAAUC,WACpBC,WAAYC,IAAYC,SACxBC,QAAS,wBAGbC,KAAM,CACJb,KAAM,WACNY,QAAS,mBACTE,UAAW,SACXC,UAAW,CACT,EAAK,CAAEC,OAAQ,UACf,gBAAiB,CAAEC,UAAW,GAC9B,eAAgB,CAAEC,aAAc,OAKhCC,EAAmB,CACvBC,KAAM,CACJhB,MAAOb,EAAMW,QAAQG,eACrBgB,WAAY,OACZJ,UAAW,MACXK,YAAa,OAEfC,YAAa,CACXnB,MAAOb,EAAMW,QAAQsB,cAOZC,EAAWC,sBAA+B,WAAgBC,GAAS,IAAtBC,EAAqB,EAArBA,UACxD,EAAmEC,aAAW,GAA9E,mBAAOC,EAAP,YAA+BC,EAA/B,EAAsBC,QAA8BC,EAApD,EAA0CC,SAEpCC,EAAUC,YAAM,SACtB,EAAkEP,aAAW,GAA7E,mBAAOQ,EAAP,YAA0BC,EAA1B,EAAiBN,QAA+BO,EAAhD,EAAsCL,SACtC,EAAoCM,mBAAS,IAA7C,mBAAOC,EAAP,KAAmBC,EAAnB,KACA,EAAsCF,qBAAtC,mBAAOG,EAAP,KAAoBC,EAApB,KACA,EAA+Ef,aAAW,GAA1F,mBAAOgB,EAAP,YAA+BC,EAA/B,EAAsBd,QAAmCe,EAAzD,EAA+Cb,SAC/C,EAAwBM,qBAAxB,mBAAOQ,EAAP,KAAaC,GAAb,KACA,GAA0BT,mBAA+B,MAAzD,qBAAOU,GAAP,MAAcC,GAAd,MAEAC,8BAAoBzB,GAAK,iBAAO,CAC9B0B,QAAS,SAACC,GACRP,IACAE,GAAQ,MACRE,GAAS,MACTpB,IACAW,EAAcY,QAIlBC,qBAAU,WAAM,4CACd,4BAAAC,EAAA,sEAEIL,GAAS,MAFb,SAGyBM,IAAM,CACzBC,OAAQ,OACRC,IAAKlB,EAAa,WAClBO,KAAM,CACJY,OAAM,OAAEjB,QAAF,IAAEA,OAAF,EAAEA,EAAatD,KAEvBwE,QAAS,CAAE,eAAgBjC,EAAUkC,WAT3C,OAGUC,EAHV,OAWId,GAAQc,EAAOf,MACfF,IAZJ,gDAcIA,IACAK,GAAS,KAAMa,UAfnB,0DADc,sBAmBV3B,GAAUM,IACZJ,IApBa,WAAD,wBAqBZ0B,MAGD,CAACxB,EAAYE,EAAaf,EAAWS,EAAQE,EAAcO,IAE9D,IAAMoB,GAAW,SACfC,EACAC,GAEAxB,EAAewB,GACftB,KAuEF,OACE,8BACE,eAACuB,EAAA,EAAD,CACEC,YAAanC,EACboC,OAAQzC,EACR0C,UAAWvC,EACXwC,YAAY,EACZC,mBAAoBjF,EAAcE,UALpC,UAME,sBAAKgF,UAAWlF,EAAcM,OAA9B,UACE,sBAAM6E,GAAIzC,EAAV,wBACA,cAAC0C,EAAA,EAAD,CACEC,OAAQ3D,EACR4D,UAAW9F,EACX+F,UAAU,oBACVC,QAAShD,OAIb,sBAAK0C,UAAWlF,EAAcoB,KAA9B,UACE,8FACgE,IAC9D,mBAAGqE,KAlJb,yHAkJU,sBAFF,OAIChC,IAzFL,cAACiC,EAAA,EAAD,CACEC,eAAgBC,IAAenC,MAC/BoC,aAAa,EACbd,UAAW,kBAAMrB,GAAS,OAC1BoC,uBAAuB,QAJzB,gBAKGrC,SALH,IAKGA,QALH,EAKGA,GAAOsC,aAqFLxC,EArEL,8BACE,eAACyC,EAAA,EAAD,WACE,eAACA,EAAA,EAAD,CAAOC,YAAU,EAACC,cAAe,MAAjC,UACE,cAACF,EAAA,EAAMG,KAAP,CAAYC,MAAI,EAAhB,SACE,cAACC,EAAA,EAAD,CAAWC,MAAM,UAAUC,MAAK,OAAEhD,QAAF,IAAEA,OAAF,EAAEA,EAAMiD,QAASC,UAAQ,MAE3D,cAACT,EAAA,EAAMG,KAAP,UACE,cAACf,EAAA,EAAD,CACEE,UAAW5F,EACX6F,UAAU,eACVC,QAAS,WACHjC,GACFmD,UAAUC,UAAUC,UAAUrD,EAAKiD,iBAM7C,eAACR,EAAA,EAAD,CAAOC,YAAU,EAACC,cAAe,MAAjC,UACE,eAACF,EAAA,EAAMG,KAAP,CAAYC,MAAI,EAAhB,UACE,cAACC,EAAA,EAAD,CACEC,MAAM,WACNC,MAAK,OAAEhD,QAAF,IAAEA,OAAF,EAAEA,EAAMsD,SACbC,KAAK,WACLC,mBAAiB,EACjBN,UAAQ,IACP,OAEL,cAACT,EAAA,EAAMG,KAAP,UACE,cAACf,EAAA,EAAD,CACEE,UAAW5F,EACX6F,UAAU,gBACVC,QAAS,WACHjC,GACFmD,UAAUC,UAAUC,UAAUrD,EAAKsD,uBA3CjD,eAACb,EAAA,EAAD,CAAOgB,OAAQ,CAAEC,YAAa,IAA9B,UACE,cAACC,EAAA,EAAD,CAAUZ,MAAK,oBAAuB7B,SAAUA,GAAU0C,QAASxH,IACnE,cAACyH,EAAA,EAAD,CAAe5B,QAAS3C,EAAYhD,KAAK,UAAUwH,UAAWjE,kBAmFtEpB,EAASsF,YAAc,W,aC3OjBC,EAAU,SAACC,GACf,OAAmB,MAAfA,EAAIC,QACNC,SAASC,SAASlC,KAAO,aAClB,MAEA+B,GAIEI,EAAa,uCAAG,8BAAA7D,EAAA,+EAEJC,IAAM,iBAFF,cAEnBM,EAFmB,yBAGlBA,GAHkB,uCAKrBkD,EAAM,KAAEjD,SALa,kBAMlBgD,EAAQC,IANU,yDAAH,qDAUbK,EAAgB,uCAAG,WAAOC,GAAP,iBAAA/D,EAAA,+EAEPC,IACnB,QAAU8D,EAAQC,aAAe,IAAMD,EAAQE,cAAgB,IAAMF,EAAQG,MAHnD,cAEtB3D,EAFsB,yBAKrBA,GALqB,uCAOxBkD,EAAM,KAAEjD,SAPgB,kBAQrBgD,EAAQC,IARa,yDAAH,sDAYhBU,EAAS,uCAAG,8BAAAnE,EAAA,+EAEAC,IAAM,aAFN,cAEfM,EAFe,yBAGdA,GAHc,uCAKjBkD,EAAM,KAAEjD,SALS,kBAMdgD,EAAQC,IANM,yDAAH,qDAUTW,EAAa,uCAAG,8BAAApE,EAAA,+EAEJC,IAAM,CAAEC,OAAQ,OAAQC,IAAK,gBAFzB,cAEnBI,EAFmB,yBAGlBA,GAHkB,gCAKrBkD,EAAM,KAAEjD,SACZ6D,QAAQC,IAAIb,GANa,QAQ3BE,SAASC,SAASlC,KAAO,aARE,yDAAH,qDAWb6C,EAAiB,uCAAG,WAC/BnG,EACAa,GAF+B,iBAAAe,EAAA,+EAKRC,IAAM,CACzBC,OAAQ,OACRC,IAAKlB,EAAa,kBAClBoB,QAAS,CACP,eAAgBjC,KATS,cAKvBmC,EALuB,yBAYtBA,GAZsB,uCAczBkD,EAAM,KAAEjD,SAdiB,kBAetBgD,EAAQC,IAfc,yDAAH,wD,0DCnBxBe,EAAyC,CAC7CC,oBAAqB,uBACrBC,aAAc,gBACdC,oBAAqB,uBACrBC,YAAa,eACbC,UAAW,aACXC,UAAW,aACXC,wBAAyB,4BACzBC,QAAS,WACTC,qBAAsB,0BACtBC,eAAgB,mBAChBC,eAAgB,mBAChBC,sBAAuB,0BACvBxB,SAAU,WACVM,KAAM,OACNmB,kBAAmB,qBACnBC,QAAS,UACTC,cAAe,uBAGXC,EAAwC,CAC5C5H,KAAM,CACJJ,OAAQ,WAINiI,EAA4C,CAChD7H,KAAM,CACJJ,OAAQ,WAINkI,GAAgB,CAAC,CAAE3C,KAAM4C,IAAmBC,KAAMC,OAAQ,GAAIC,MAAO,QAErEC,GAAa,CAAC,CAAEhD,KAAM4C,IAAmBC,KAAMC,OAAQ,GAAIC,MAAO,QAElEE,GAAwC,CAC5CpI,KAAM,CACJqI,WAAY,GACZC,aAAc,KAIZC,GAA0C,CAC9CvI,KAAM,CACJqI,WAAY,KAIVG,GAA6B,CACjCxI,KAAM,CACJyI,UAAW,OACXC,UAAW,aACXC,sBAAuB,OACvB3J,MAAO,OACP4J,cAAe,KAIbC,GAA+B,CACnC7I,KAAM,CACJ4I,cAAe,KAInB,SAASE,GAAkBlE,GACzB,GAA0B,iBAAfA,EAAMA,MACf,OACE,cAACP,EAAA,EAAMG,KAAP,CAAYd,OAAQkB,EAAMmE,MAA1B,SACE,cAACC,EAAA,EAAD,CAAMtF,OAAQkB,EAAMmE,MAAOE,QAAS,SAApC,SACGrE,EAAMA,UAOV,IAAMsE,GAAb,kDAIE,WAAYC,GAA6E,uCACjFA,GALV,0CAQE,WAAiB,IAAD,OACRC,EAAgBC,OAAOC,QAAQ1C,GACrC,OAAQ2C,KAAKJ,MAAMK,oBACjB,IAAK,WAED,OAA8B,GAA1BD,KAAKJ,MAAMjH,KAAKuH,OAEhB,cAACpF,EAAA,EAAD,CAAOX,OAAQgG,GAAf,SACE,eAACrF,EAAA,EAAD,CAAOC,YAAU,EAAjB,UACE,cAACD,EAAA,EAAD,CAAOX,OAAQ0E,GAAf,SACGgB,EAAcO,KAAI,SAAC/E,EAAYgF,GAAb,OACjB,cAACd,GAAD,CAAmBC,MAAOP,GAAsB5D,MAAOA,EAAM,IAApBgF,QAI7C,cAACvF,EAAA,EAAD,CAAOX,OAAQ0E,GAAf,SACGyB,MAAMT,EAAcK,QAClBK,KAAK,KACLH,KAAI,SAAC/E,EAAYgF,GAAb,OACH,cAACd,GAAD,CAAmBC,MAAOP,GAAsB5D,MAAOA,GAAdgF,QAI/C,cAACvF,EAAA,EAAD,CAAOX,OAAQ6E,GAAf,SACGa,EAAcO,KAAI,SAAC/E,EAAmBgF,GAApB,OACjB,cAACd,GAAD,CACEC,MAAOF,GAEPjE,MAC+B,MAA7B,EAAKuE,MAAMjH,KAAK0C,EAAM,KACtB,EAAKuE,MAAMjH,KAAK0C,EAAM,IAAImF,WAAWN,OAAS,EAC1C,EAAKN,MAAMjH,KAAK0C,EAAM,IACtB,aALDgF,aAef,eAACvF,EAAA,EAAD,WACE,cAAC2F,EAAA,EAAD,CACEtG,OAAQmE,EACRoC,gBAAiBnC,GACjBI,MAAM,QACPkB,EAAcO,KAAI,SAAC/E,EAAmBgF,GAApB,OACjB,cAACI,EAAA,EAAD,CACEtG,OAAQkE,EAERqC,gBAAiB9B,GACjBD,MAAM,OAFD0B,SAQnB,IAAK,QACF,IAAD,EACE,OACE,eAACvF,EAAA,EAAD,CAAOX,OAAQgG,GAAf,UACE,cAACV,EAAA,EAAD,CAAMC,QAAQ,UAAd,mBAAyBM,KAAKJ,MAAMhD,eAApC,aAAyB,EAAoBG,OAC7C,eAACjC,EAAA,EAAD,CAAOC,YAAU,EAAjB,UACE,cAACD,EAAA,EAAD,CAAOX,OAAQ0E,GAAf,yBAEA,cAAC/D,EAAA,EAAD,CAAOX,OAAQ0E,GAAf,0BAEA,cAAC/D,EAAA,EAAD,CAAOX,OAAQ6E,GAAf,qCA5EhB,GAA4C2B,aCzFtCC,GAAiC,CACrCnK,KAAM,CACJkI,MAAO,IACPI,aAAc,QAEhB8B,KAAM,CACJC,WAAY,SACZC,WAAY,WAEdC,aAAc,CACZzK,aAAc,QAIZ0K,GAAiC,CACrC,CACEC,MAAO,CACL,CACEnE,KAAM,WACNrI,IAAK,WACLsE,IAAK,YACLmI,KAAM,aAgBRC,GAA0C,CAC9C3K,KAAM,CAAE4K,IAAK,OAAQC,KAAM,SAC3BC,QAAS,CAAEC,YAAa,GAAIzC,aAAc,GAC1C0C,WAAY,CACVC,eAAgB,eAIdC,GAAqC,CACzClL,KAAM,CACJ0I,UAAW,aACXyC,SAAU,EACVlD,OAAQ,GACR8C,YAAa,GACbjL,aAAc,KAIZsL,GAAyC,CAC7CpL,KAAM,CACJiI,OAAQ,OACRC,MAAO,GACPG,WAAY,EACZC,aAAc,GACd+C,IAAK,CACHvB,KAAM,aAKNwB,GAA6C,CAAEtL,KAAM,CAAEF,aAAc,KAEpE,SAASyL,GAAmBpC,GAK/B,IAAD,EACD,EAAwB/H,mBAAc,IAAtC,mBAAOQ,EAAP,KAAaC,EAAb,KACA,EAA0BT,mBAA+B,MAAzD,mBAAOU,EAAP,KAAcC,EAAd,KACMyJ,EAAQC,iBAA+B,MAC7C,EAAgCrK,mBAAS,IAAzC,mBAAOsK,EAAP,KAAiBC,EAAjB,KACA,EAAiElL,aAAW,GAA5E,mBAAO0C,EAAP,YAA0ByI,EAA1B,EAAiBhL,QAA8BiL,EAA/C,EAAqC/K,SACrC,EAAoCM,oBAAkB,GAAtD,mBAAO0K,EAAP,KAAmBC,EAAnB,KACA,EAAoD3K,mBAAiB,YAArE,mBAAOoI,EAAP,KAA2BwC,EAA3B,KAkCA7J,qBAAU,WACR,GAA4B,MAAxBgH,EAAM8C,eAAV,CAGA,IAAI5K,EAAa8H,EAAM8C,eAAeC,WAYrB,KAAbR,GAAgD,SAA7BvC,EAAMgD,oBAA+C,IAAd9K,IAC5DsK,EAAY,YACZ5J,EAAS,MACTmE,EAAiBiD,EAAM8C,gBAAgBG,MAb1B,SAACzJ,GAtBC,IAAC0J,EAuBO,OAAb,OAAN1J,QAAM,IAANA,OAAA,EAAAA,EAAQmD,SAvBIuG,EAwBH1J,EAAOf,KAvBtBC,EAAQwK,GACJb,GAASA,EAAM9I,SACjB8I,EAAM9I,QAAQ4J,SAAS,CAAEpK,KAAMmK,IAsB7BN,GAAc,IAEdhK,EAASY,GAEXgJ,EAAYtK,UAQb,CAACO,EAAM8J,EAAUC,IAEpBxJ,qBAAU,WACR,GAA4B,MAAxBgH,EAAM8C,eAAV,CAIA,IAAI5K,EAAa8H,EAAM8C,eAAeC,WAEpB,IAAd7K,IACEA,GAAcqK,GAChBE,IACAG,GAAc,KAEdlK,EAAQ,IACR8J,EAAY,IACZI,GAAc,GACdH,WAbFG,GAAc,KAgBf,WAAC5C,EAAM8C,sBAAP,aAAC,EAAsBC,aAyB1B,OACE,cAACK,EAAA,EAAD,CACEpJ,OAAQA,EACRgC,KAAMqH,IAAUC,OAChBrJ,UA/EkB,WACpByI,IACA1C,EAAMuD,UACN7K,EAAQ,IACR8J,EAAY,IACZI,GAAc,GACdhK,EAAS,OA0EP4K,YAAY,EACZjJ,OAAQiH,GACRiC,qBAAqB,QACrBC,eAzBmB,WACH,IAAD,EACjB,OACE,mCACE,eAACxI,EAAA,EAAD,CAAOX,OAAQwH,GAAa5G,YAAU,EAAtC,UACE,cAACD,EAAA,EAAMG,KAAP,UACE,cAACsI,EAAA,EAAD,CAAMpJ,OAAQ0H,GAAkBtN,SAAS,oBAE3C,eAACuG,EAAA,EAAMG,KAAP,WACE,qBAAKjB,UAAWwJ,GAAaC,UAA7B,mBAAyC7D,EAAM8C,sBAA/C,aAAyC,EAAsB3F,OAC/D,qBAAK/C,UAAWwJ,GAAaE,aAA7B,8BAQR,SAQE,eAAC5I,EAAA,EAAD,WACE,cAACA,EAAA,EAAMG,KAAP,CAAYC,MAAI,EAAhB,SAAkB3C,GA1GpB,cAACiC,EAAA,EAAD,CACEC,eAAgBC,IAAenC,MAC/BoC,aAAa,EACbd,UAAW,kBAAMrB,EAAS,OAC1BoC,uBAAuB,QACvBT,OAAQ4H,GALV,gBAMGxJ,QANH,IAMGA,OANH,EAMGA,EAAOsC,eAqGR,eAACC,EAAA,EAAD,CAAOC,YAAU,EAAjB,UACE,cAACD,EAAA,EAAMG,KAAP,UACE,cAAC0I,EAAA,EAAD,CACEC,YArCZ,SAAsBC,EAAoClL,GACpDA,GAAsB,KAAdA,EAAKoE,MACf0F,EAAsB9J,EAAKoE,OAoCnB1C,UAAU,uBACVF,OAAQyG,GACRkD,OAAQ7C,OAGZ,cAAC8C,EAAA,EAAD,CAAWC,UAAQ,IACnB,cAAClJ,EAAA,EAAMG,KAAP,CAAYC,MAAI,EAAhB,SACE,cAAC,GAAD,CACEvC,KAAMN,EACNuE,QAASgD,EAAM8C,eACfuB,aAAc1B,EACdtC,mBAAoBA,c,8DCpNrBiE,GAAmBnN,sBAC9B,YAAgC,IAA7BE,EAA4B,EAA5BA,UAAW0L,EAAiB,EAAjBA,WACZ,EAAwB9K,mBAAuB,CAAEkF,KAAM,GAAIwE,QAAS,KAApE,mBAAOlJ,EAAP,KAAaC,EAAb,KACA,EAA0BT,mBAA+B,MAAzD,mBAAOU,EAAP,KAAcC,EAAd,KACA,EAAgCX,mBAAS,QAAzC,mBAAOsK,EAAP,KAAiBC,EAAjB,KACM+B,EAAYjC,iBAAiC,MAgCnD,OA9BAtJ,qBAAU,WAcS,KAAbuJ,IACFC,EAAY,YACZhF,EAAkBnG,EAAUkC,QAASwJ,GAAYE,MAfpC,SAACzJ,GACd,GAAuB,OAAb,OAANA,QAAM,IAANA,OAAA,EAAAA,EAAQmD,QAAgB,CAC1B,IAAM6H,EAAO,IAAIC,KAAK,CAACjL,EAAOkL,QAAQjL,WAChCkL,EAAkBC,IAAIC,gBAAgBL,GACtCM,EAAWC,iBAAwBvL,EAAOF,QAAQ,wBAAwB0L,WAC7EF,SACHpM,EAAQ,CAAEiJ,QAASgD,EAAiBxH,KAAM2H,SAE1ClM,EAASY,GAEXgJ,EAAY,cAOb,CAACD,EAAU5J,EAAOF,EAAMsK,EAAY1L,IAEvC4N,2BAAgB,WACVxM,EAAKkJ,SAAW4C,GAAaA,EAAUhL,UACzCgL,EAAUhL,QAAQoB,KAAOlC,EAAKkJ,QAC9B4C,EAAUhL,QAAQ2L,SAAWzM,EAAK0E,KAClCoH,EAAUhL,QAAQ4L,QAClBP,IAAIQ,gBAAgB3M,EAAKkJ,SACzBlJ,EAAKkJ,QAAU,MAEhB,CAAClJ,IAGF,mCACE,eAAC4M,EAAA,EAAD,CAAa1D,QAAO,sBAApB,UACE,cAACrH,EAAA,EAAD,CACEE,UAAW,CAAE7F,SAAU,kBACvB4H,SAAuB,aAAbgG,EACV,aAAW,sBACX7H,QAAS,kBAAM8H,EAAY,OAE7B,mBAAG5C,MAAO,CAAEvK,QAAS,QAAU+B,IAAKmN,EAAW5J,KAAM,IAArD,wBASV2J,GAAiB9H,YAAc,mBC9C/B,IAAM2F,GAA6C,CAAEtL,KAAM,CAAEF,aAAc,KAErE2O,GAAanQ,YAAe,CAChCoQ,eAAgB,CACdlQ,QAAS,OACTmQ,SAAU,QAEZC,UAAW,CACT1G,MAAO,QAET2G,YAAa,CACXtK,cAAe,SACfuK,UAAW,OACXC,SAAU,QAEZC,WAAY,CACV/G,OAAQ,GACRI,WAAY,GAEd4G,cAAe,CACbrP,OAAQ,YACRqI,OAAQ,IAEViH,uBAAwB,CACtBnE,YAAa,GAEfoE,WAAY,CACV3P,QAAS,cAIP4P,GAAgB,CACpBpP,KAAM,CACJ+K,YAAa,IAIXsE,GAAiB,CACrBrP,KAAM,CACJd,SAAU,EACVY,aAAc,GACdN,QAAS,IAUP8P,GAAuD,CAC3DC,cAAe,CACb1P,UAAW,UAcT2P,G,kDAGJ,WAAYrG,GAAmC,IAAD,uBAC5C,cAAMA,IAHAsG,eAEsC,IAuMtCC,cAAgB,SACtBtC,EACAlP,GAEA,EAAKoO,SAAS,CACZqD,MAAOzR,EACH,EAAKiL,MAAMwG,MAAMC,QAAO,SAACC,GAAD,OAAOA,EAAE3D,WAAW4D,cAAcC,QAAQ7R,IAAS,KAC3E,EAAKiL,MAAMwG,SA9M2B,EAqOtCK,eAAiB,SAAC5C,EAAmC6C,GAC3D,MAA2B,EAAKzE,MAAxB0E,EAAR,EAAQA,QAASP,EAAjB,EAAiBA,MACXQ,EAAwBD,EAAQE,QAChCC,EAAsBF,EAAWP,QAAO,SAACU,GAAD,OAAaL,EAAOhS,MAAQqS,EAAQrS,OAAK,GACvFkS,EAAWI,SAAQ,SAACC,GACdA,IAAWH,GACbA,EAAWI,oBAAsBJ,EAAWI,mBAC5CJ,EAAWK,UAAW,IAEtBF,EAAOE,UAAW,EAClBF,EAAOC,oBAAqB,MAGhC,EAAKnE,SAAS,CACZ4D,QAASC,EACTR,MAAOA,KAjPT,EAAKF,UAAYtG,EAAMwH,YAEvB,IAAMT,EAAqB,CACzB,CACEjS,IAAK,OACLqI,KAAM,GACNsK,UAAW,GACXC,SAAU,GACVC,aAAa,EACblP,KAAM,SACNmP,UAAU,EACVhC,SAAU,GACViC,SAAU,kBACR,cAAC3M,EAAA,EAAD,CAAOC,YAAU,EAACC,cAAc,SAAShB,UAAWkL,GAAWQ,cAA/D,SACE,qBAAKgC,IAAI,eAAe1N,UAAWkL,GAAWO,WAAYkC,IAAI,SAIpE,CACEjT,IAAK,OACLqI,KAAM,OACNsK,UAAW,OACXC,SAAU,IACV1F,SAAU,GACV2F,aAAa,EACbK,aAAa,EACbT,UAAU,EACVD,oBAAoB,EACpBW,uBAAwB,gBACxBC,wBAAyB,gBACzBC,cAAe,EAAKtB,eACpBpO,KAAM,SACNoP,SAAU,SAAC9O,GAAD,OACR,cAACqP,GAAA,EAAD,CAAM1N,QAAS,kBAAM,EAAK2N,wBAAwBtP,IAAlD,SAA0DA,EAAKoE,QAEjEyK,UAAU,GAEZ,CACE9S,IAAK,eACLqI,KAAM,eACNsK,UAAW,eACXC,SAAU,IACV1F,SAAU,GACV2F,aAAa,EACbK,aAAa,EACbT,UAAU,EACVD,oBAAoB,EACpBW,uBAAwB,gBACxBC,wBAAyB,gBACzBC,cAAe,EAAKtB,eACpBpO,KAAM,SACNmP,UAAU,GAEZ,CACE9S,IAAK,UACLqI,KAAM,UACNsK,UAAW,UACXC,SAAU,GACV1F,SAAU,EACV2F,aAAa,EACbK,aAAa,EACbT,UAAU,EACVD,oBAAoB,EACpBW,uBAAwB,gBACxBC,wBAAyB,gBACzBC,cAAe,EAAKtB,eACpBpO,KAAM,SACNmP,UAAU,GAEZ,CACE9S,IAAK,cACLqI,KAAM,gBACNsK,UAAW,YACXC,SAAU,IACV1F,SAAU,EACV2F,aAAa,EACbK,aAAa,EACbT,UAAU,EACVD,oBAAoB,EACpBW,uBAAwB,gBACxBC,wBAAyB,gBACzBC,cAAe,EAAKtB,eACpBpO,KAAM,SACNmP,UAAU,GAEZ,CACE9S,IAAK,gBACLqI,KAAM,iBACNsK,UAAW,gBACXC,SAAU,IACV1F,SAAU,EACV2F,aAAa,EACbK,aAAa,EACbT,UAAU,EACVD,oBAAoB,EACpBW,uBAAwB,gBACxBC,wBAAyB,gBACzBC,cAAe,EAAKtB,eACpBpO,KAAM,SACNmP,UAAU,GAEZ,CACE9S,IAAK,QACLqI,KAAM,QACNsK,UAAW,oBACXC,SAAU,IACV1F,SAAU,EACV2F,aAAa,EACbK,aAAa,EACbT,UAAU,EACVD,oBAAoB,EACpBW,uBAAwB,gBACxBC,wBAAyB,gBACzBC,cAAe,EAAKtB,eACpBgB,SAAU,SAAC9O,GAAD,OACR,eAAC8G,EAAA,EAAD,WACG9G,EAAKuF,kBACLvF,EAAKiF,yBAA2B,MAAQjF,EAAKiF,4BAGlDvF,KAAM,SACNmP,UAAU,GAEZ,CACE9S,IAAK,QACLqI,KAAM,UACNsK,UAAW,QACXC,SAAU,GACV1F,SAAU,EACV2F,aAAa,EACblP,KAAM,SACNmP,UAAU,EACVC,SAAU,SAAC9O,GAAD,OACR,eAACmC,EAAA,EAAD,CAAOC,YAAU,EAACC,cAAc,SAAShB,UAAWkL,GAAWQ,cAA/D,UACE,cAACT,EAAA,EAAD,CAAa1D,QAAO,mBAApB,SACE,cAACrH,EAAA,EAAD,CACEE,UAAW,CAAE7F,SAAU,QACvB,aAAW,mBACX+F,QAAS,kBAAM,EAAK4N,kBAAkBvP,QAG1C,cAACsM,EAAA,EAAD,CAAa1D,QAAO,aAApB,SACE,cAACrH,EAAA,EAAD,CACEE,UAAW,CAAE7F,SAAU,eACvB,aAAW,aACXgG,KAAM5B,EAAKgK,WAAL,kBAGV,cAACsC,EAAA,EAAD,CAAa1D,QAAO,MAApB,SACE,cAACrH,EAAA,EAAD,CACEE,UAAW,CAAE7F,SAAU,iBACvB,aAAW,MACX+F,QAAS,kBAAM,EAAK6N,YAAYxP,QAGpC,cAACuL,GAAD,CAAkBvB,WAAYhK,EAAKgK,WAAY1L,UAAW2I,EAAM3I,kBA9J5B,OAoK5C,EAAKgL,MAAQ,CACXmE,MAAO,EAAKxG,MAAMwG,MAClBO,QAASA,EACTyB,WAAW,GAvK+B,E,0CA2K9C,WACE,MAA2BpI,KAAKiC,MAAxB0E,EAAR,EAAQA,QAASP,EAAjB,EAAiBA,MAEjB,OACE,eAACtL,EAAA,EAAD,WACE,qBAAKd,UAAWkL,GAAWC,eAA3B,SACE,cAAChK,EAAA,EAAD,CAAWkN,YAAY,wBAAwB9O,SAAUyG,KAAKmG,kBAEhE,eAAC1G,EAAA,EAAD,CAAMzF,UAAWkL,GAAWU,WAA5B,qBAAiDQ,EAAMlG,OAAvD,YACA,cAACoI,GAAA,EAAD,CACElC,MAAOA,EACPO,QAASA,EACT4B,cAAeC,KAAcC,KAC7BC,OAAQ1I,KAAK2I,QACbC,OAAO,OACPC,WAAYC,KAAsBC,aAClCC,iBAAiB,EACjBC,cAAejJ,KAAKkJ,eACpB/O,OAAQ4L,U,qBAMhB,SAAgBpN,GACd,OAAOA,EAAKjE,M,yBAcd,SAAoBiE,GAClB,IAAMwQ,EAAQnJ,KAAKkG,UACfiD,GAASA,EAAMhQ,SACjBgQ,EAAMhQ,QAAQT,QAAQC,EAAKgK,c,+BAI/B,SAA0BhK,GACxB6C,UAAUC,UAAUC,UAAU/C,EAAKgK,c,qCAGrC,SAAgChK,GAC9BqH,KAAKJ,MAAMwJ,kBAAkBzQ,K,4BAG/B,SAAuBA,GACrB0Q,MAAM,iBAAD,OAAkB1Q,EAAKgK,iB,GArOGhC,aA4P5B,SAAS2I,GAAY1J,GAM1B,MAAwB/H,mBAAc,IAAtC,mBAAOQ,EAAP,KAAaC,EAAb,KACA,EAA0BT,mBAA+B,MAAzD,mBAAOU,EAAP,KAAcC,EAAd,KACMyJ,EAAQC,iBAA6B,MAC3C,EAAgCrK,mBAAS,IAAzC,mBAAOsK,EAAP,KAAiBC,EAAjB,KAiBMmH,EAAa,SAACzG,GAClBxK,EAAQwK,GACJb,GAASA,EAAM9I,SACjB8I,EAAM9I,QAAQ4J,SAAS,CAAEqD,MAAOtD,KAIpClK,qBAAU,WAUS,KAAbuJ,GAAgD,SAA7BvC,EAAMgD,qBAC3BR,EAAY,YACZ1F,IAAgBmG,MAXH,SAACzJ,GACS,OAAb,OAANA,QAAM,IAANA,OAAA,EAAAA,EAAQmD,QACVgN,EAAWnQ,EAAOf,MAElBG,EAASY,GAEXgJ,EAAY,cAOb,CAAC/J,EAAM8J,EAAUC,EAAaxC,EAAMgD,qBAEvC,IAAM4G,EAAiC,CACrC,CACE9U,IAAK,UACLC,KAAM,UACNyF,UAAW,CAAE7F,SAAU,WACvB+F,QAAS,WACPiP,EAAW,IACXnH,EAAY,OAKlB,OACE,eAACtH,EAAA,EAAD,WACE,sBAAMd,UAAWwJ,GAAaC,UAA9B,sBACA,sBAAMzJ,UAAWwJ,GAAaE,aAA9B,qCACA,cAAC+F,GAAA,EAAD,CACErD,MAAOoD,EACPnP,UAAU,6DACVL,UAAWkL,GAAWS,uBACtBxL,OAAQ0L,KAEV,cAAC9B,EAAA,EAAD,CAAW5J,OAAQ2L,KAElBvN,GA5DD,cAACiC,EAAA,EAAD,CACEC,eAAgBC,IAAenC,MAC/BoC,aAAa,EACbd,UAAW,kBAAMrB,EAAS,OAC1BoC,uBAAuB,QACvBT,OAAQ4H,GALV,gBAMGxJ,QANH,IAMGA,OANH,EAMGA,EAAOsC,aAuDV,cAAC,GAAD,CACEuL,MAAO/N,EACPrB,IAAKiL,EACLmF,YAAaxH,EAAM8J,OACnBN,kBAAmBxJ,EAAMwJ,kBACzBnS,UAAW2I,EAAM3I,eC1YzB,IAAM0S,GAAqC,GACrCC,GAA+B,CAAE7N,YAAa,IAE9CgG,GAA6C,CAAEtL,KAAM,CAAEF,aAAc,KAiBrEsT,GAA4B,CAChCpT,KAAM,CACJ,CACEkI,MAAO,OACP1I,QAAS,KAKT6T,GAAgC,CACpCrT,KAAM,CACJX,WAAY,MAIHqK,GAAyC,CACpD1J,KAAM,CACJ,CACER,QAAS,MAKT8T,GAA+B,CACnCtT,KAAM,CACJR,QAAS,WACTyI,OAAQ,KAINsL,GAAkC,CACtC7I,KAAM,CAAE1L,MAAOwU,IAAeC,QAG1BC,GAA0B,CAC9BC,eAAgB,CACdC,eAAgBJ,IAAezU,aAC/B8U,SAAUL,IAAeC,QAIvBK,GAAwC,CAC5C9I,WAAY,CACV/C,OAAQ,GACRqC,WAAY,GACZpL,SAAU,GACV6L,YAAa,GACbE,eAAgB,QAChBvM,WAAY,WAIHqO,GAAezO,YAAe,CACzC0O,UAAW,CACT3N,WAAY,IACZH,SAAU,GACVoL,WAAY,IAEd2C,aAAc,CACZjO,MAAO,UACPE,SAAU,GACVoL,WAAY,GACZ1K,OAAQ,KAIZmU,YAAc,CACZC,MAAO,CACL,gBACE,sBAAKC,MAAM,6BAA6B/L,MAAM,OAAOD,OAAO,OAAOiM,QAAQ,YAA3E,UACE,8BACE,sBAAMC,EAAE,gMACR,sBAAMA,EAAE,mPAEV,sBAAMA,EAAE,iGACR,sBAAMA,EAAE,iPACR,sBAAMA,EAAE,oHAyJDC,OA7If,WACE,MAA2BhT,mBAAS,CAAE4E,SAAU,GAAIqO,KAAM,GAAIC,UAAU,EAAOC,SAAU,KAAzF,mBAAO3S,EAAP,KAAakR,EAAb,KACA,EAA0B1R,mBAA+B,MAAzD,mBAAOU,EAAP,KAAcC,EAAd,KACA,EAAiEtB,aAAW,GAA5E,mBAAO0C,EAAP,YAA0ByI,EAA1B,EAAiBhL,QAA8BiL,EAA/C,EAAqC/K,SACrC,EAAgCM,mBAAS,IAAzC,mBAAOsK,EAAP,KAAiBC,EAAjB,KACA,EAA4CvK,mBAA0B,MAAtE,mBAAO6K,EAAP,KAAuB0G,EAAvB,KAEA,EACEvR,mBAAuBsI,IADzB,mBAAO8K,EAAP,KAA2BC,EAA3B,KAEMC,EAASjJ,iBAA+B,MACxCkJ,EAAUlJ,iBAAe,IAO/BtJ,qBAAU,WAWS,KAAbuJ,IACFC,EAAY,YACZpF,IAAY6F,MAZC,SAACzJ,GACS,OAAb,OAANA,QAAM,IAANA,OAAA,EAAAA,EAAQmD,SACVgN,EAAWnQ,EAAOf,MAClB+S,EAAQjS,QAAUC,EAAOf,KAAKyS,MAE9BtS,EAASY,GAEXgJ,EAAY,cAOb,CAACD,EAAU5J,EAAOF,IAErB,IAAMgT,EAA0DC,uBAC9D,kBACE,mCACE,cAACpR,EAAA,EAAD,CAAYE,UAAW,CAAE7F,SAAU,mBAAqB+F,QAASgI,QAGrE,CAACA,IAyBH,OACE,mCACE,eAACxH,EAAA,EAAD,CAAOX,OAAQ0P,GAAa/N,OAAQ6N,GAAsB4B,gBAAiB,UAA3E,UACE,cAACvI,EAAA,EAAD,CACEwI,gBAAc,EACdrR,OAAQoQ,GACR3O,KAAMqH,IAAUwI,eAChB7R,OAAQA,EACRC,UAAWyI,EACXe,qBAAqB,QACrBgI,0BAA2BA,EAP7B,SAQE,kDAEF,cAACK,EAAA,EAAD,CAAe9W,MAAOuV,GAAtB,SACE,eAACrP,EAAA,EAAD,CACEI,MAAI,EACJY,OAAQ8N,GACR2B,gBAAiB,QACjBvQ,cAAe,SACfD,YAAU,EACVZ,OAAQ4P,GANV,UAOE,cAACjP,EAAA,EAAMG,KAAP,UACE,cAACf,EAAA,EAAD,CACEE,UAAW,CAAE7F,SAAU,mBACvB+F,QAAS+H,EACTlI,OAAQ6P,OAGZ,cAAClP,EAAA,EAAMG,KAAP,CAAYC,MAAI,EAAhB,SACE,eAACuE,EAAA,EAAD,CAAMtF,OAAQ2P,GAAd,wBACczR,EAAKoE,SAAW,IAAMpE,EAAKoE,SAAW,IAAM,QAG5D,cAAC3B,EAAA,EAAMG,KAAP,UACE,cAACwE,EAAA,EAAD,UAAOpH,EAAK2S,aAGd,cAAClQ,EAAA,EAAMG,KAAP,CAAY0Q,QAAStT,EAAK0S,SAA1B,SACE,cAAC9F,EAAA,EAAD,CAAa1D,QAAO,gBAApB,SACE,cAACgC,EAAA,EAAD,CAAMhP,SAAU,cAGpB,cAACuG,EAAA,EAAMG,KAAP,UACE,cAACf,EAAA,EAAD,CACEE,UAAW,CAAE7F,SAAU,WACvB+F,QAnEC,WACb2C,KAmEY9C,OAAQ6P,YAKhB,eAAClP,EAAA,EAAD,CAAOX,OAAQ8Q,EAAf,UACE,cAACnQ,EAAA,EAAMG,KAAP,CAAYC,MAAI,EAAhB,SAAkB3C,IArExB2E,QAAQC,IAAI5E,GAEV,cAACiC,EAAA,EAAD,CACEC,eAAgBC,IAAenC,MAC/BoC,aAAa,EACbd,UAAW,kBAAMrB,EAAS,OAC1BoC,uBAAuB,QACvBT,OAAQ4H,GALV,gBAMGxJ,QANH,IAMGA,OANH,EAMGA,EAAOsC,gBA8DN,cAACC,EAAA,EAAMG,KAAP,CAAYC,MAAI,EAAhB,SACE,cAACoO,GAAD,CACErS,UAAWmU,EACX1B,OAAQyB,EACR/B,kBAAmBA,EACnBxG,mBAAoBT,MAGxB,cAACrH,EAAA,EAAMG,KAAP,CAAYC,MAAI,EAAhB,SACE,cAAC8G,GAAD,CACE/K,UAAWmU,EACXxI,mBAAoBT,EACpBO,eAAgBA,EAChBS,QAvHgB,WAC1BiG,EAAkB,MAClB8B,EAAsB/K,YAyHlB,cAACrJ,EAAD,CAAUG,UAAWmU,EAASpU,IAAKmU,U,UC9Q3CS,eAGAC,YAAY,CACV,2BAA4B,CAC1BxV,OAAQ,EACRJ,QAAS,EACTyI,OAAQ,WAIZoN,IAASC,OAAO,cAAC,GAAD,IAASvP,SAASwP,eAAe,W","file":"static/js/main.dd6fa5f8.chunk.js","sourcesContent":["import { useId, useBoolean } from \"@fluentui/react-hooks\"\nimport {\n Modal,\n getTheme,\n mergeStyleSets,\n FontWeights,\n IIconProps,\n Dropdown,\n IDropdownOption,\n TextField,\n MessageBar,\n MessageBarType,\n Stack,\n FontSizes,\n} from \"@fluentui/react\"\nimport { PrimaryButton, IconButton } from \"@fluentui/react/lib/Button\"\nimport axios, { AxiosResponse } from \"axios\"\nimport React, {\n useState,\n useImperativeHandle,\n useEffect,\n forwardRef,\n MutableRefObject,\n} from \"react\"\n\nconst cancelIcon: IIconProps = { iconName: \"Cancel\" }\nconst copyIcon: IIconProps = { iconName: \"Copy\" }\n\nconst machineOptions = [\n { key: 0, text: \"master-0\" },\n { key: 1, text: \"master-1\" },\n { key: 2, text: \"master-2\" },\n]\n\ntype SSHModalProps = {\n csrfToken: MutableRefObject\n}\n\nconst theme = getTheme()\nconst contentStyles = mergeStyleSets({\n container: {\n display: \"flex\",\n flexFlow: \"column nowrap\",\n alignItems: \"stretch\",\n },\n header: [\n {\n flex: \"1 1 auto\",\n borderTop: `4px solid ${theme.palette.themePrimary}`,\n color: theme.palette.neutralPrimary,\n display: \"flex\",\n alignItems: \"center\",\n fontSize: FontSizes.xLargePlus,\n fontWeight: FontWeights.semibold,\n padding: \"12px 12px 14px 24px\",\n },\n ],\n body: {\n flex: \"4 4 auto\",\n padding: \"0 24px 24px 24px\",\n overflowY: \"hidden\",\n selectors: {\n \"p\": { margin: \"14px 0\" },\n \"p:first-child\": { marginTop: 0 },\n \"p:last-child\": { marginBottom: 0 },\n },\n },\n})\n\nconst iconButtonStyles = {\n root: {\n color: theme.palette.neutralPrimary,\n marginLeft: \"auto\",\n marginTop: \"4px\",\n marginRight: \"2px\",\n },\n rootHovered: {\n color: theme.palette.neutralDark,\n },\n}\n\nconst sshDocs: string =\n \"https://msazure.visualstudio.com/AzureRedHatOpenShift/_wiki/wikis/ARO.wiki/136823/ARO-SRE-portal?anchor=ssh-(elevated)\"\n\nexport const SSHModal = forwardRef(({ csrfToken }, ref) => {\n const [isModalOpen, { setTrue: showModal, setFalse: hideModal }] = useBoolean(false)\n\n const titleId = useId(\"title\")\n const [update, { setTrue: requestSSH, setFalse: sshRequested }] = useBoolean(false)\n const [resourceID, setResourceID] = useState(\"\")\n const [machineName, setMachineName] = useState()\n const [requestable, { setTrue: setRequestable, setFalse: setUnrequestable }] = useBoolean(false)\n const [data, setData] = useState<{ command: string; password: string } | null>()\n const [error, setError] = useState(null)\n\n useImperativeHandle(ref, () => ({\n LoadSSH: (item: string) => {\n setUnrequestable()\n setData(null)\n setError(null)\n showModal()\n setResourceID(item)\n },\n }))\n\n useEffect(() => {\n async function fetchData() {\n try {\n setError(null)\n const result = await axios({\n method: \"post\",\n url: resourceID + \"/ssh/new\",\n data: {\n master: machineName?.key,\n },\n headers: { \"X-CSRF-Token\": csrfToken.current },\n })\n setData(result.data)\n setRequestable()\n } catch (error: any) {\n setRequestable()\n setError(error.response)\n }\n }\n if (update && machineName) {\n sshRequested()\n fetchData()\n }\n return\n }, [resourceID, machineName, csrfToken, update, sshRequested, setRequestable])\n\n const onChange = (\n event: React.FormEvent,\n option?: IDropdownOption\n ): void => {\n setMachineName(option)\n setRequestable()\n }\n\n const errorBar = (): any => {\n return (\n setError(null)}\n dismissButtonAriaLabel=\"Close\">\n {error?.statusText}\n \n )\n }\n\n const selectionField = (): any => {\n return (\n \n \n \n \n )\n }\n\n const dataResult = (): any => {\n return (\n
\n \n \n \n \n \n \n {\n if (data) {\n navigator.clipboard.writeText(data.command)\n }\n }}\n />\n \n \n \n \n {\" \"}\n \n \n {\n if (data) {\n navigator.clipboard.writeText(data.password)\n }\n }}\n />\n \n \n \n
\n )\n }\n\n return (\n
\n \n
\n SSH Access\n \n
\n\n
\n

\n Before requesting SSH access, please ensure you have read the{\" \"}\n SSH docs.\n

\n {error && errorBar()}\n {data ? dataResult() : selectionField()}\n
\n \n
\n )\n})\n\nSSHModal.displayName = \"sshmodal\"\n","import axios, { AxiosResponse } from \"axios\"\nimport { ICluster } from \"./App\"\n\nconst OnError = (err: AxiosResponse): AxiosResponse | null => {\n if (err.status === 403) {\n document.location.href = \"/api/login\"\n return null\n } else {\n return err\n }\n}\n\nexport const FetchClusters = async (): Promise => {\n try {\n const result = await axios(\"/api/clusters\")\n return result\n } catch (e: any) {\n let err = e.response as AxiosResponse\n return OnError(err)\n }\n}\n\nexport const FetchClusterInfo = async (cluster: ICluster): Promise => {\n try {\n const result = await axios(\n \"/api/\" + cluster.subscription + \"/\" + cluster.resourceGroup + \"/\" + cluster.name\n )\n return result\n } catch (e: any) {\n let err = e.response as AxiosResponse\n return OnError(err)\n }\n}\n\nexport const FetchInfo = async (): Promise => {\n try {\n const result = await axios(\"/api/info\")\n return result\n } catch (e: any) {\n let err = e.response as AxiosResponse\n return OnError(err)\n }\n}\n\nexport const ProcessLogOut = async (): Promise => {\n try {\n const result = await axios({ method: \"POST\", url: \"/api/logout\" })\n return result\n } catch (e: any) {\n let err = e.response as AxiosResponse\n console.log(err)\n }\n document.location.href = \"/api/login\"\n}\n\nexport const RequestKubeconfig = async (\n csrfToken: string,\n resourceID: string\n): Promise => {\n try {\n const result = await axios({\n method: \"POST\",\n url: resourceID + \"/kubeconfig/new\",\n headers: {\n \"X-CSRF-Token\": csrfToken,\n },\n })\n return result\n } catch (e: any) {\n let err = e.response as AxiosResponse\n return OnError(err)\n }\n}\n","import { IShimmerStyles, Shimmer, ShimmerElementType } from \"@fluentui/react/lib/Shimmer\"\nimport { Component } from \"react\"\nimport { Stack, Text, IStackStyles, IStackItemStyles } from \"@fluentui/react\"\nimport { contentStackStylesNormal, ICluster } from \"./App\"\n\ninterface ClusterDetailComponentProps {\n item: any\n cluster: ICluster | null\n isDataLoaded: boolean\n detailPanelVisible: string\n}\n\ninterface IClusterDetailComponentState {\n item: IClusterDetails // why both state and props?\n}\n\nexport interface IClusterDetails {\n apiServerVisibility: string\n apiServerURL: string\n architectureVersion: string\n consoleLink: string\n createdAt: string\n createdBy: string\n failedProvisioningState: string\n infraId: string\n lastAdminUpdateError: string\n lastModifiedAt: string\n lastModifiedBy: string\n lastProvisioningState: string\n location: string\n name: string\n provisioningState: string\n version: string\n installStatus: string\n}\n\nconst clusterDetailHeadings: IClusterDetails = {\n apiServerVisibility: \"ApiServer Visibility\",\n apiServerURL: \"ApiServer URL\",\n architectureVersion: \"Architecture Version\",\n consoleLink: \"Console Link\",\n createdAt: \"Created At\",\n createdBy: \"Created By\",\n failedProvisioningState: \"Failed Provisioning State\",\n infraId: \"Infra Id\",\n lastAdminUpdateError: \"Last Admin Update Error\",\n lastModifiedAt: \"Last Modified At\",\n lastModifiedBy: \"Last Modified By\",\n lastProvisioningState: \"Last Provisioning State\",\n location: \"Location\",\n name: \"Name\",\n provisioningState: \"Provisioning State\",\n version: \"Version\",\n installStatus: \"Installation Status\",\n}\n\nconst ShimmerStyle: Partial = {\n root: {\n margin: \"11px 0\",\n },\n}\n\nconst headShimmerStyle: Partial = {\n root: {\n margin: \"15px 0\",\n },\n}\n\nconst headerShimmer = [{ type: ShimmerElementType.line, height: 32, width: \"25%\" }]\n\nconst rowShimmer = [{ type: ShimmerElementType.line, height: 18, width: \"75%\" }]\n\nconst KeyColumnStyle: Partial = {\n root: {\n paddingTop: 10,\n paddingRight: 15,\n },\n}\n\nconst ValueColumnStyle: Partial = {\n root: {\n paddingTop: 10,\n },\n}\n\nconst KeyStyle: IStackItemStyles = {\n root: {\n fontStyle: \"bold\",\n alignSelf: \"flex-start\",\n fontVariantAlternates: \"bold\",\n color: \"grey\",\n paddingBottom: 10,\n },\n}\n\nconst ValueStyle: IStackItemStyles = {\n root: {\n paddingBottom: 10,\n },\n}\n\nfunction ClusterDetailCell(value: any): any {\n if (typeof value.value == typeof \" \") {\n return (\n \n \n {value.value}\n \n \n )\n }\n}\n\nexport class ClusterDetailComponent extends Component<\n ClusterDetailComponentProps,\n IClusterDetailComponentState\n> {\n constructor(props: ClusterDetailComponentProps | Readonly) {\n super(props)\n }\n\n public render() {\n const headerEntries = Object.entries(clusterDetailHeadings)\n switch (this.props.detailPanelVisible) {\n case \"Overview\":\n {\n if (this.props.item.length != 0) {\n return (\n \n \n \n {headerEntries.map((value: any, index: number) => (\n \n ))}\n \n\n \n {Array(headerEntries.length)\n .fill(\":\")\n .map((value: any, index: number) => (\n \n ))}\n \n\n \n {headerEntries.map((value: [any, any], index: number) => (\n 0\n ? this.props.item[value[0]]\n : \"Undefined\"\n }\n />\n ))}\n \n \n \n )\n } else {\n return (\n \n \n {headerEntries.map((value: [any, any], index: number) => (\n \n ))}\n \n )\n }\n }\n case \"Nodes\":\n {\n return (\n \n {this.props.cluster?.name}\n \n Node detail\n\n Node detail2\n\n Node detail3\n \n \n )\n }\n }\n }\n}\n","import {\n IPanelStyles,\n Panel,\n PanelType,\n} from \"@fluentui/react/lib/Panel\"\nimport { useBoolean } from \"@fluentui/react-hooks\"\nimport { useState, useEffect, useRef, MutableRefObject, ReactElement } from \"react\"\nimport {\n IMessageBarStyles,\n MessageBar,\n MessageBarType,\n Stack,\n Separator,\n IStackStyles,\n Icon,\n IIconStyles,\n} from \"@fluentui/react\"\nimport { AxiosResponse } from \"axios\"\nimport { FetchClusterInfo } from \"./Request\"\nimport { ICluster, headerStyles } from \"./App\"\nimport { Nav, INavLink, INavLinkGroup, INavStyles } from \"@fluentui/react/lib/Nav\"\nimport { ClusterDetailComponent } from \"./ClusterDetailList\"\nimport React from \"react\"\n\nconst navStyles: Partial = {\n root: {\n width: 155,\n paddingRight: \"10px\",\n },\n link: {\n whiteSpace: \"normal\",\n lineHeight: \"inherit\",\n },\n groupContent: {\n marginBottom: \"0px\",\n },\n}\n\nconst navLinkGroups: INavLinkGroup[] = [\n {\n links: [\n {\n name: \"Overview\",\n key: \"overview\",\n url: \"#overview\",\n icon: \"ThisPC\",\n },\n ],\n },\n /* {\n links: [\n {\n name: \"Nodes\",\n key: \"nodes\",\n url: \"#nodes\",\n icon: \"BuildQueue\",\n },\n ],\n }, */\n]\n\nconst customPanelStyle: Partial = {\n root: { top: \"40px\", left: \"225px\" },\n content: { paddingLeft: 30, paddingRight: 5 },\n navigation: {\n justifyContent: \"flex-start\",\n },\n}\n\nconst headerStyle: Partial = {\n root: {\n alignSelf: \"flex-start\",\n flexGrow: 2,\n height: 48,\n paddingLeft: 30,\n marginBottom: 15,\n },\n}\n\nconst headerIconStyles: Partial = {\n root: {\n height: \"100%\",\n width: 40,\n paddingTop: 4,\n paddingRight: 10,\n svg: {\n fill: \"#e3222f\",\n },\n },\n}\n\nconst errorBarStyles: Partial = { root: { marginBottom: 15 } }\n\nexport function ClusterDetailPanel(props: {\n csrfToken: MutableRefObject\n currentCluster: ICluster | null\n onClose: Function\n csrfTokenAvailable: string\n}) {\n const [data, setData] = useState([])\n const [error, setError] = useState(null)\n const state = useRef(null)\n const [fetching, setFetching] = useState(\"\")\n const [isOpen, { setTrue: openPanel, setFalse: dismissPanel }] = useBoolean(false) // panel controls\n const [dataLoaded, setDataLoaded] = useState(false)\n const [detailPanelVisible, setdetailPanelVisible] = useState(\"Overview\")\n\n const errorBar = (): any => {\n return (\n setError(null)}\n dismissButtonAriaLabel=\"Close\"\n styles={errorBarStyles}>\n {error?.statusText}\n \n )\n }\n\n // updateData - updates the state of the component\n // can be used if we want a refresh button.\n // api/clusterdetail returns a single item.\n const updateData = (newData: any) => {\n setData(newData)\n if (state && state.current) {\n state.current.setState({ item: newData })\n }\n }\n\n const _dismissPanel = () => {\n dismissPanel()\n props.onClose() // useEffect?\n setData([])\n setFetching(\"\")\n setDataLoaded(false)\n setError(null)\n }\n\n useEffect(() => {\n if (props.currentCluster == null) {\n return\n }\n var resourceID = props.currentCluster.resourceId\n\n const onData = (result: AxiosResponse | null) => {\n if (result?.status === 200) {\n updateData(result.data)\n setDataLoaded(true)\n } else {\n setError(result)\n }\n setFetching(resourceID)\n }\n\n if (fetching === \"\" && props.csrfTokenAvailable === \"DONE\" && resourceID != \"\") {\n setFetching(\"FETCHING\")\n setError(null)\n FetchClusterInfo(props.currentCluster).then(onData) // TODO: fetchClusterInfo accepts IClusterDetail\n }\n }, [data, fetching, setFetching])\n\n useEffect(() => {\n if (props.currentCluster == null) {\n setDataLoaded(false)\n return\n }\n var resourceID = props.currentCluster.resourceId\n\n if (resourceID != \"\") {\n if (resourceID == fetching) {\n openPanel()\n setDataLoaded(true)\n } else {\n setData([])\n setFetching(\"\")\n setDataLoaded(false) // activate shimmer\n openPanel()\n }\n }\n }, [props.currentCluster?.resourceId])\n\n function _onLinkClick(ev?: React.MouseEvent, item?: INavLink) {\n if (item && item.name !== \"\") {\n setdetailPanelVisible(item.name)\n }\n }\n\n const onRenderHeader = (\n ): ReactElement => {\n return (\n <>\n \n \n \n \n \n
{props.currentCluster?.name}
\n
Cluster
\n
\n
\n \n )\n }\n\n return (\n \n \n {error && errorBar()}\n \n \n \n \n \n \n \n \n \n \n \n )\n}\n","import { IconButton, TooltipHost } from \"@fluentui/react\"\nimport { AxiosResponse } from \"axios\"\nimport { RequestKubeconfig } from \"./Request\"\nimport { MutableRefObject, useEffect, useLayoutEffect } from \"react\"\nimport { useState } from \"react\"\nimport { useRef } from \"react\"\nimport { forwardRef } from \"react\"\nimport { parse as parseContentDisposition } from \"content-disposition\"\n\ntype KubeconfigButtonProps = {\n csrfToken: MutableRefObject\n resourceId: string\n}\n\ntype FileDownload = {\n name: string\n content: string\n}\n\nexport const KubeconfigButton = forwardRef(\n ({ csrfToken, resourceId }) => {\n const [data, setData] = useState({ name: \"\", content: \"\" })\n const [error, setError] = useState(null)\n const [fetching, setFetching] = useState(\"DONE\")\n const buttonRef = useRef(null)\n\n useEffect(() => {\n const onData = (result: AxiosResponse | null) => {\n if (result?.status === 200) {\n const blob = new Blob([result.request.response])\n const fileDownloadUrl = URL.createObjectURL(blob)\n const filename = parseContentDisposition(result.headers[\"content-disposition\"]).parameters\n .filename\n setData({ content: fileDownloadUrl, name: filename })\n } else {\n setError(result)\n }\n setFetching(\"DONE\")\n }\n\n if (fetching === \"\") {\n setFetching(\"FETCHING\")\n RequestKubeconfig(csrfToken.current, resourceId).then(onData)\n }\n }, [fetching, error, data, resourceId, csrfToken])\n\n useLayoutEffect(() => {\n if (data.content && buttonRef && buttonRef.current) {\n buttonRef.current.href = data.content\n buttonRef.current.download = data.name\n buttonRef.current.click()\n URL.revokeObjectURL(data.content)\n data.content = \"\"\n }\n }, [data])\n\n return (\n <>\n \n setFetching(\"\")}\n />\n \n dl\n \n \n \n )\n }\n)\n\nKubeconfigButton.displayName = \"kubeconfigbutton\"\n","import React, { useState, useEffect, useRef, MutableRefObject, Component } from \"react\"\nimport {\n Stack,\n IconButton,\n MessageBarType,\n MessageBar,\n CommandBar,\n ICommandBarItemProps,\n Separator,\n Text,\n IMessageBarStyles,\n mergeStyleSets,\n TooltipHost,\n TextField,\n Link,\n} from \"@fluentui/react\"\nimport {\n DetailsList,\n DetailsListLayoutMode,\n SelectionMode,\n IColumn,\n IDetailsListStyles,\n} from \"@fluentui/react/lib/DetailsList\"\nimport { FetchClusters } from \"./Request\"\nimport { KubeconfigButton } from \"./Kubeconfig\"\nimport { AxiosResponse } from \"axios\"\nimport { ICluster, headerStyles } from \"./App\"\n\nconst errorBarStyles: Partial = { root: { marginBottom: 15 } }\n\nconst classNames = mergeStyleSets({\n controlWrapper: {\n display: \"flex\",\n flexWrap: \"wrap\",\n },\n fullWidth: {\n width: \"100%\",\n },\n fileIconImg: {\n verticalAlign: \"middle\",\n maxHeight: \"20px\",\n maxWidth: \"20px\",\n },\n headerIcon: {\n height: 18,\n paddingTop: 1,\n },\n iconContainer: {\n margin: \"-11px 0px\",\n height: 42,\n },\n controlButtonContainer: {\n paddingLeft: 0,\n },\n itemsCount: {\n padding: \"10px 0px\",\n },\n})\n\nconst controlStyles = {\n root: {\n paddingLeft: 0,\n },\n}\n\nconst separatorStyle = {\n root: {\n fontSize: 0,\n marginBottom: 20,\n padding: 0,\n },\n}\n\ninterface IClusterListState {\n columns: IColumn[]\n items: ICluster[]\n modalOpen: boolean\n}\n\nconst clusterListDetailStyles: Partial = {\n headerWrapper: {\n marginTop: \"-16px\",\n },\n}\n\n/* eslint-disable */\n\ninterface ClusterListComponentProps {\n items: ICluster[]\n sshModalRef: MutableRefObject\n setCurrentCluster: (item: ICluster) => void\n csrfToken: MutableRefObject\n}\n\n/* eslint-enable */\nclass ClusterListComponent extends Component {\n private _sshModal: MutableRefObject\n\n constructor(props: ClusterListComponentProps) {\n super(props)\n\n this._sshModal = props.sshModalRef\n\n const columns: IColumn[] = [\n {\n key: \"icon\",\n name: \"\",\n fieldName: \"\",\n minWidth: 24,\n isRowHeader: false,\n data: \"string\",\n isPadded: false,\n maxWidth: 24,\n onRender: () => (\n \n \"\"\n \n ),\n },\n {\n key: \"name\",\n name: \"Name\",\n fieldName: \"name\",\n minWidth: 100,\n flexGrow: 10,\n isRowHeader: true,\n isResizable: true,\n isSorted: true,\n isSortedDescending: false,\n sortAscendingAriaLabel: \"Sorted A to Z\",\n sortDescendingAriaLabel: \"Sorted Z to A\",\n onColumnClick: this._onColumnClick,\n data: \"string\",\n onRender: (item: ICluster) => (\n this._onClusterInfoLinkClick(item)}>{item.name}\n ),\n isPadded: true,\n },\n {\n key: \"subscription\",\n name: \"Subscription\",\n fieldName: \"subscription\",\n minWidth: 100,\n flexGrow: 10,\n isRowHeader: true,\n isResizable: true,\n isSorted: true,\n isSortedDescending: false,\n sortAscendingAriaLabel: \"Sorted A to Z\",\n sortDescendingAriaLabel: \"Sorted Z to A\",\n onColumnClick: this._onColumnClick,\n data: \"string\",\n isPadded: true,\n },\n {\n key: \"version\",\n name: \"Version\",\n fieldName: \"version\",\n minWidth: 50,\n flexGrow: 3,\n isRowHeader: true,\n isResizable: true,\n isSorted: true,\n isSortedDescending: false,\n sortAscendingAriaLabel: \"Sorted A to Z\",\n sortDescendingAriaLabel: \"Sorted Z to A\",\n onColumnClick: this._onColumnClick,\n data: \"string\",\n isPadded: true,\n },\n {\n key: \"createdDate\",\n name: \"Creation Date\",\n fieldName: \"createdAt\",\n minWidth: 100,\n flexGrow: 5,\n isRowHeader: true,\n isResizable: true,\n isSorted: true,\n isSortedDescending: false,\n sortAscendingAriaLabel: \"Sorted A to Z\",\n sortDescendingAriaLabel: \"Sorted Z to A\",\n onColumnClick: this._onColumnClick,\n data: \"string\",\n isPadded: true,\n },\n {\n key: \"provisionedBy\",\n name: \"Provisioned By\",\n fieldName: \"provisionedBy\",\n minWidth: 100,\n flexGrow: 5,\n isRowHeader: true,\n isResizable: true,\n isSorted: true,\n isSortedDescending: false,\n sortAscendingAriaLabel: \"Sorted A to Z\",\n sortDescendingAriaLabel: \"Sorted Z to A\",\n onColumnClick: this._onColumnClick,\n data: \"string\",\n isPadded: true,\n },\n {\n key: \"state\",\n name: \"State\",\n fieldName: \"provisioningState\",\n minWidth: 100,\n flexGrow: 5,\n isRowHeader: true,\n isResizable: true,\n isSorted: true,\n isSortedDescending: false,\n sortAscendingAriaLabel: \"Sorted A to Z\",\n sortDescendingAriaLabel: \"Sorted Z to A\",\n onColumnClick: this._onColumnClick,\n onRender: (item: ICluster) => (\n \n {item.provisioningState}\n {item.failedProvisioningState && \" - \" + item.failedProvisioningState}\n \n ),\n data: \"string\",\n isPadded: true,\n },\n {\n key: \"icons\",\n name: \"Actions\",\n fieldName: \"icons\",\n minWidth: 92,\n flexGrow: 5,\n isRowHeader: false,\n data: \"string\",\n isPadded: true,\n onRender: (item: ICluster) => (\n \n \n this._onCopyResourceID(item)}\n />\n \n \n \n \n \n this._onSSHClick(item)}\n />\n \n \n \n ),\n },\n ]\n\n this.state = {\n items: this.props.items,\n columns: columns,\n modalOpen: false,\n }\n }\n\n public render() {\n const { columns, items } = this.state\n\n return (\n \n
\n \n
\n Showing {items.length} items\n \n
\n )\n }\n\n private _getKey(item: any): string {\n return item.key\n }\n\n private _onChangeText = (\n ev: React.FormEvent,\n text?: string\n ): void => {\n this.setState({\n items: text\n ? this.props.items.filter((i) => i.resourceId.toLowerCase().indexOf(text) > -1)\n : this.props.items,\n })\n }\n\n private _onSSHClick(item: any): void {\n const modal = this._sshModal\n if (modal && modal.current) {\n modal.current.LoadSSH(item.resourceId)\n }\n }\n\n private _onCopyResourceID(item: any): void {\n navigator.clipboard.writeText(item.resourceId)\n }\n\n private _onClusterInfoLinkClick(item: ICluster): void {\n this.props.setCurrentCluster(item)\n }\n\n private _onItemInvoked(item: any): void {\n alert(`Item invoked: ${item.resourceId}`)\n }\n\n private _onColumnClick = (ev: React.MouseEvent, column: IColumn): void => {\n const { columns, items } = this.state\n const newColumns: IColumn[] = columns.slice()\n const currColumn: IColumn = newColumns.filter((currCol) => column.key === currCol.key)[0]\n newColumns.forEach((newCol: IColumn) => {\n if (newCol === currColumn) {\n currColumn.isSortedDescending = !currColumn.isSortedDescending\n currColumn.isSorted = true\n } else {\n newCol.isSorted = false\n newCol.isSortedDescending = true\n }\n })\n this.setState({\n columns: newColumns,\n items: items,\n })\n }\n}\n\nexport function ClusterList(props: {\n csrfToken: MutableRefObject\n sshBox: MutableRefObject\n setCurrentCluster: any\n csrfTokenAvailable: string\n}) {\n const [data, setData] = useState([])\n const [error, setError] = useState(null)\n const state = useRef(null)\n const [fetching, setFetching] = useState(\"\")\n\n const errorBar = (): any => {\n return (\n setError(null)}\n dismissButtonAriaLabel=\"Close\"\n styles={errorBarStyles}>\n {error?.statusText}\n \n )\n }\n\n // Helper function to refresh the actual state of the DetailList\n // see https://developer.microsoft.com/en-us/fluentui#/controls/web/detailslist#best-practices\n const updateData = (newData: any) => {\n setData(newData)\n if (state && state.current) {\n state.current.setState({ items: newData })\n }\n }\n\n useEffect(() => {\n const onData = (result: AxiosResponse | null) => {\n if (result?.status === 200) {\n updateData(result.data)\n } else {\n setError(result)\n }\n setFetching(\"DONE\")\n }\n\n if (fetching === \"\" && props.csrfTokenAvailable === \"DONE\") {\n setFetching(\"FETCHING\")\n FetchClusters().then(onData)\n }\n }, [data, fetching, setFetching, props.csrfTokenAvailable])\n\n const _items: ICommandBarItemProps[] = [\n {\n key: \"refresh\",\n text: \"Refresh\",\n iconProps: { iconName: \"Refresh\" },\n onClick: () => {\n updateData([])\n setFetching(\"\")\n },\n },\n ]\n\n return (\n \n Clusters\n Azure Red Hat OpenShift\n \n \n\n {error && errorBar()}\n \n \n )\n}\n","import { useState, useEffect, useRef, useCallback } from \"react\"\nimport {\n Stack,\n Text,\n Panel,\n IStackTokens,\n IconButton,\n IStackStyles,\n DefaultPalette,\n ThemeProvider,\n PartialTheme,\n PanelType,\n IButtonStyles,\n IPanelProps,\n MessageBar,\n IRenderFunction,\n ITextStyles,\n IPanelStyles,\n TooltipHost,\n IMessageBarStyles,\n MessageBarType,\n Icon,\n mergeStyleSets,\n registerIcons,\n} from \"@fluentui/react\"\nimport { AxiosResponse } from \"axios\"\nimport { useBoolean } from \"@fluentui/react-hooks\"\nimport { SSHModal } from \"./SSHModal\"\nimport { ClusterDetailPanel } from \"./ClusterDetail\"\nimport { ClusterList } from \"./ClusterList\"\nimport { FetchInfo, ProcessLogOut } from \"./Request\"\n\nconst containerStackTokens: IStackTokens = {}\nconst appStackTokens: IStackTokens = { childrenGap: 10 }\n\nconst errorBarStyles: Partial = { root: { marginBottom: 15 } }\n\nexport interface ICluster {\n key: string\n name: string\n subscription: string\n resourceGroup: string\n id: string\n version: string\n createdDate: string\n provisionedBy: string\n provisioningState: string\n failedProvisioningState: string\n resourceId: string\n consoleLink: string\n}\n\nconst stackStyles: IStackStyles = {\n root: [\n {\n width: \"100%\",\n padding: 0,\n },\n ],\n}\n\nconst headerTextStyles: ITextStyles = {\n root: {\n fontWeight: 600,\n },\n}\n\nexport const contentStackStylesNormal: IStackStyles = {\n root: [\n {\n padding: 20,\n },\n ],\n}\n\nconst stackNavStyles: IStackStyles = {\n root: {\n padding: \"0px 15px\",\n height: 40,\n },\n}\n\nconst MenuButtonStyles: IButtonStyles = {\n icon: { color: DefaultPalette.white },\n}\n\nconst darkTheme: PartialTheme = {\n semanticColors: {\n bodyBackground: DefaultPalette.themePrimary,\n bodyText: DefaultPalette.white,\n },\n}\n\nconst navPanelStyles: Partial = {\n navigation: {\n height: 40,\n lineHeight: 40,\n fontSize: 15,\n paddingLeft: 15,\n justifyContent: \"start\",\n alignItems: \"center\",\n },\n}\n\nexport const headerStyles = mergeStyleSets({\n titleText: {\n fontWeight: 600,\n fontSize: 24,\n lineHeight: 32,\n },\n subtitleText: {\n color: \"#646464\",\n fontSize: 12,\n lineHeight: 14,\n margin: 0,\n },\n})\n\nregisterIcons({\n icons: {\n \"openshift-svg\": (\n \n \n \n \n \n \n \n \n \n ),\n },\n})\n\nexport interface IClusterDetail {\n subscription: string\n resourceGroup: string\n clusterName: string\n}\n\nfunction App() {\n const [data, updateData] = useState({ location: \"\", csrf: \"\", elevated: false, username: \"\" })\n const [error, setError] = useState(null)\n const [isOpen, { setTrue: openPanel, setFalse: dismissPanel }] = useBoolean(false)\n const [fetching, setFetching] = useState(\"\")\n const [currentCluster, setCurrentCluster] = useState(null)\n\n const [contentStackStyles, setContentStackStyles] =\n useState(contentStackStylesNormal)\n const sshRef = useRef(null)\n const csrfRef = useRef(\"\")\n\n const _onCloseDetailPanel = () => {\n setCurrentCluster(null)\n setContentStackStyles(contentStackStylesNormal)\n }\n\n useEffect(() => {\n const onData = (result: AxiosResponse | null) => {\n if (result?.status === 200) {\n updateData(result.data)\n csrfRef.current = result.data.csrf\n } else {\n setError(result)\n }\n setFetching(\"DONE\")\n }\n\n if (fetching === \"\") {\n setFetching(\"FETCHING\")\n FetchInfo().then(onData)\n }\n }, [fetching, error, data])\n\n const onRenderNavigationContent: IRenderFunction = useCallback(\n () => (\n <>\n \n \n ),\n [dismissPanel]\n )\n\n const logOut = () => {\n ProcessLogOut()\n }\n\n const errorBar = (): any => {\n console.log(error)\n return (\n setError(null)}\n dismissButtonAriaLabel=\"Close\"\n styles={errorBarStyles}>\n {error?.statusText}\n \n )\n }\n\n // Application state maintains the current resource id/name/group\n // when we click a thing set the state\n // ...\n\n return (\n <>\n \n \n

regions go here

\n \n \n \n \n \n \n \n \n ARO Portal {data.location ? \"(\" + data.location + \")\" : \"\"}\n \n \n \n {data.username}\n \n\n \n \n \n \n
\n \n \n {error && errorBar()}\n \n \n \n \n \n \n \n \n \n \n )\n}\n\nexport default App\n","import ReactDOM from \"react-dom\"\nimport App from \"./App\"\nimport { mergeStyles } from \"@fluentui/react\"\n\nimport { initializeIcons } from \"@fluentui/font-icons-mdl2\"\ninitializeIcons()\n\n// Inject some global styles\nmergeStyles({\n \":global(body,html,#root)\": {\n margin: 0,\n padding: 0,\n height: \"100vh\",\n },\n})\n\nReactDOM.render(, document.getElementById(\"root\"))\n"],"sourceRoot":""} \ No newline at end of file diff --git a/portal/v2/package-lock.json b/portal/v2/package-lock.json index 199c76aae..f2573fada 100644 --- a/portal/v2/package-lock.json +++ b/portal/v2/package-lock.json @@ -7853,9 +7853,9 @@ } }, "node_modules/eventsource": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.0.tgz", - "integrity": "sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.1.tgz", + "integrity": "sha512-qV5ZC0h7jYIAOhArFJgSfdyz6rALJyb270714o7ZtNnw2WSJ+eexhKtE0O8LYPRsHZHf2osHKZBxGPvm3kPkCA==", "dependencies": { "original": "^1.0.0" }, @@ -26510,9 +26510,9 @@ "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==" }, "eventsource": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.0.tgz", - "integrity": "sha512-VSJjT5oCNrFvCS6igjzPAt5hBzQ2qPBFIbJ03zLI9SE0mxwZpMw6BfJrbFHm1a141AavMEB8JHmBhWAd66PfCg==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/eventsource/-/eventsource-1.1.1.tgz", + "integrity": "sha512-qV5ZC0h7jYIAOhArFJgSfdyz6rALJyb270714o7ZtNnw2WSJ+eexhKtE0O8LYPRsHZHf2osHKZBxGPvm3kPkCA==", "requires": { "original": "^1.0.0" } diff --git a/python/az/aro/azext_aro/_validators.py b/python/az/aro/azext_aro/_validators.py index 8d2569613..fc76d41f1 100644 --- a/python/az/aro/azext_aro/_validators.py +++ b/python/az/aro/azext_aro/_validators.py @@ -24,76 +24,70 @@ logger = get_logger(__name__) def validate_cidr(key): def _validate_cidr(namespace): cidr = getattr(namespace, key) - if cidr is None: - return - try: - ipaddress.IPv4Network(cidr) - except ValueError as e: - raise InvalidArgumentValueError(f"Invalid --{key.replace('_', '-')} '{cidr}'.") from e + if cidr is not None: + try: + ipaddress.IPv4Network(cidr) + except ValueError as e: + raise InvalidArgumentValueError(f"Invalid --{key.replace('_', '-')} '{cidr}'.") from e return _validate_cidr def validate_client_id(namespace): - if namespace.client_id is None: - return - try: - uuid.UUID(namespace.client_id) - except ValueError as e: - raise InvalidArgumentValueError(f"Invalid --client-id '{namespace.client_id}'.") from e + if namespace.client_id is not None: + try: + uuid.UUID(namespace.client_id) + except ValueError as e: + raise InvalidArgumentValueError(f"Invalid --client-id '{namespace.client_id}'.") from e - if namespace.client_secret is None or not str(namespace.client_secret): - raise RequiredArgumentMissingError('Must specify --client-secret with --client-id.') + if namespace.client_secret is None or not str(namespace.client_secret): + raise RequiredArgumentMissingError('Must specify --client-secret with --client-id.') def validate_client_secret(isCreate): def _validate_client_secret(namespace): - if not isCreate or namespace.client_secret is None: - return - if namespace.client_id is None or not str(namespace.client_id): - raise RequiredArgumentMissingError('Must specify --client-id with --client-secret.') + if isCreate and namespace.client_secret is not None: + if namespace.client_id is None or not str(namespace.client_id): + raise RequiredArgumentMissingError('Must specify --client-id with --client-secret.') return _validate_client_secret def validate_cluster_resource_group(cmd, namespace): - if namespace.cluster_resource_group is None: - return - client = get_mgmt_service_client( - cmd.cli_ctx, ResourceType.MGMT_RESOURCE_RESOURCES) + if namespace.cluster_resource_group is not None: + client = get_mgmt_service_client( + cmd.cli_ctx, ResourceType.MGMT_RESOURCE_RESOURCES) - if client.resource_groups.check_existence(namespace.cluster_resource_group): - raise InvalidArgumentValueError( - f"Invalid --cluster-resource-group '{namespace.cluster_resource_group}':" - " resource group must not exist.") + if client.resource_groups.check_existence(namespace.cluster_resource_group): + raise InvalidArgumentValueError( + f"Invalid --cluster-resource-group '{namespace.cluster_resource_group}':" + " resource group must not exist.") def validate_disk_encryption_set(cmd, namespace): - if namespace.disk_encryption_set is None: - return - if not is_valid_resource_id(namespace.disk_encryption_set): - raise InvalidArgumentValueError( - f"Invalid --disk-encryption-set '{namespace.disk_encryption_set}', has to be a resource ID.") + if namespace.disk_encryption_set is not None: + if not is_valid_resource_id(namespace.disk_encryption_set): + raise InvalidArgumentValueError( + f"Invalid --disk-encryption-set '{namespace.disk_encryption_set}', has to be a resource ID.") - desid = parse_resource_id(namespace.disk_encryption_set) - compute_client = get_mgmt_service_client(cmd.cli_ctx, ResourceType.MGMT_COMPUTE) - try: - compute_client.disk_encryption_sets.get(resource_group_name=desid['resource_group'], - disk_encryption_set_name=desid['name']) - except CloudError as err: - raise InvalidArgumentValueError( - f"Invalid --disk-encryption-set, error when getting '{namespace.disk_encryption_set}':" - f" {str(err)}") from err + desid = parse_resource_id(namespace.disk_encryption_set) + compute_client = get_mgmt_service_client(cmd.cli_ctx, ResourceType.MGMT_COMPUTE) + try: + compute_client.disk_encryption_sets.get(resource_group_name=desid['resource_group'], + disk_encryption_set_name=desid['name']) + except CloudError as err: + raise InvalidArgumentValueError( + f"Invald --disk-encryption-set, error when getting '{namespace.disk_encryption_set}':" + f" {str(err)}") from err def validate_domain(namespace): - if namespace.domain is None: - return - if not re.match(r'^' + - r'([a-z0-9]|[a-z0-9][-a-z0-9]{0,61}[a-z0-9])' + - r'(\.([a-z0-9]|[a-z0-9][-a-z0-9]{0,61}[a-z0-9]))*' + - r'$', namespace.domain): - raise InvalidArgumentValueError(f"Invalid --domain '{namespace.domain}'.") + if namespace.domain is not None: + if not re.match(r'^' + + r'([a-z0-9]|[a-z0-9][-a-z0-9]{0,61}[a-z0-9])' + + r'(\.([a-z0-9]|[a-z0-9][-a-z0-9]{0,61}[a-z0-9]))*' + + r'$', namespace.domain): + raise InvalidArgumentValueError(f"Invalid --domain '{namespace.domain}'.") def validate_pull_secret(namespace): @@ -103,23 +97,20 @@ def validate_pull_secret(namespace): "Red Hat or from certified partners." logger.warning(warning) - return - try: - if not isinstance(json.loads(namespace.pull_secret), dict): - raise Exception() - except Exception as e: - raise InvalidArgumentValueError("Invalid --pull-secret.") from e + else: + try: + if not isinstance(json.loads(namespace.pull_secret), dict): + raise Exception() + except Exception as e: + raise InvalidArgumentValueError("Invalid --pull-secret.") from e def validate_sdn(namespace): - if namespace.software_defined_network is None: - return - - target_values = ['OVNKubernetes', 'OpenshiftSDN'] - if namespace.software_defined_network not in target_values: - raise InvalidArgumentValueError( - f"Invalid --software-defined-network '{namespace.software_defined_network}'.") + if namespace.software_defined_network is not None: + if namespace.software_defined_network not in ['OVNKubernetes', 'OpenshiftSDN']: + raise InvalidArgumentValueError( + f"Invalid --software-defined-network '{namespace.software_defined_network}'.") def validate_subnet(key): @@ -141,18 +132,15 @@ def validate_subnet(key): raise InvalidArgumentValueError( f"--{key.replace('_', '-')} subscription '{parts['subscription']}' must equal cluster subscription.") - expected_namespace = 'microsoft.network' - if parts['namespace'].lower() != expected_namespace: + if parts['namespace'].lower() != 'microsoft.network': raise InvalidArgumentValueError( f"--{key.replace('_', '-')} namespace '{parts['namespace']}' must equal Microsoft.Network.") - expected_type = 'virtualnetworks' - if parts['type'].lower() != expected_type: + if parts['type'].lower() != 'virtualnetworks': raise InvalidArgumentValueError( f"--{key.replace('_', '-')} type '{parts['type']}' must equal virtualNetworks.") - expected_last_child_num = 1 - if parts['last_child_num'] != expected_last_child_num: + if parts['last_child_num'] != 1: raise InvalidArgumentValueError(f"--{key.replace('_', '-')} '{subnet}' must have one child.") if 'child_namespace_1' in parts: @@ -169,7 +157,7 @@ def validate_subnet(key): except Exception as err: if isinstance(err, ResourceNotFoundError): raise InvalidArgumentValueError( - f"Invalid --{key.replace('_', '-')}, error when getting '{subnet}': {str(err)}") from err + f"Invald --{key.replace('_', '-')}, error when getting '{subnet}': {str(err)}") from err raise CLIInternalError(f"Unexpected error when getting subnet '{subnet}': {str(err)}") from err return _validate_subnet @@ -197,13 +185,10 @@ def validate_subnets(master_subnet, worker_subnet): def validate_visibility(key): def _validate_visibility(namespace): visibility = getattr(namespace, key) - if visibility is None: - return - visibility = visibility.capitalize() - - possible_visibilities = ['Private', 'Public'] - if visibility not in possible_visibilities: - raise InvalidArgumentValueError(f"Invalid --{key.replace('_', '-')} '{visibility}'.") + if visibility is not None: + visibility = visibility.capitalize() + if visibility not in ['Private', 'Public']: + raise InvalidArgumentValueError(f"Invalid --{key.replace('_', '-')} '{visibility}'.") return _validate_visibility @@ -211,16 +196,15 @@ def validate_visibility(key): def validate_vnet(cmd, namespace): validate_vnet_resource_group_name(namespace) - if not namespace.vnet: - return - if not is_valid_resource_id(namespace.vnet): - namespace.vnet = resource_id( - subscription=get_subscription_id(cmd.cli_ctx), - resource_group=namespace.vnet_resource_group_name, - namespace='Microsoft.Network', - type='virtualNetworks', - name=namespace.vnet, - ) + if namespace.vnet: + if not is_valid_resource_id(namespace.vnet): + namespace.vnet = resource_id( + subscription=get_subscription_id(cmd.cli_ctx), + resource_group=namespace.vnet_resource_group_name, + namespace='Microsoft.Network', + type='virtualNetworks', + name=namespace.vnet, + ) def validate_vnet_resource_group_name(namespace): @@ -229,34 +213,18 @@ def validate_vnet_resource_group_name(namespace): def validate_worker_count(namespace): - if not namespace.worker_count: - return - - minimum_workers_count = 3 - if namespace.worker_count < minimum_workers_count: - raise InvalidArgumentValueError('--worker-count must be greater than or equal to ' + str(minimum_workers_count)) + if namespace.worker_count: + if namespace.worker_count < 3: + raise InvalidArgumentValueError('--worker-count must be greater than or equal to 3.') def validate_worker_vm_disk_size_gb(namespace): - if not namespace.worker_vm_disk_size_gb: - return - - minimum_worker_vm_disk_size_gb = 128 - if namespace.worker_vm_disk_size_gb < minimum_worker_vm_disk_size_gb: - error_msg = '--worker-vm-disk-size-gb must be greater than or equal to ' + str(minimum_worker_vm_disk_size_gb) - - raise InvalidArgumentValueError(error_msg) + if namespace.worker_vm_disk_size_gb: + if namespace.worker_vm_disk_size_gb < 128: + raise InvalidArgumentValueError('--worker-vm-disk-size-gb must be greater than or equal to 128.') def validate_refresh_cluster_credentials(namespace): - if not namespace.refresh_cluster_credentials: - return - if namespace.client_secret is not None or namespace.client_id is not None: - raise RequiredArgumentMissingError('--client-id and --client-secret must be not set with --refresh-credentials.') # pylint: disable=line-too-long - - -def validate_install_version_format(namespace): - if namespace.install_version is not None and not re.match(r'^' + - r'[4-9]{1}\.[0-9]{1,2}\.[0-9]{1,2}' + - r'$', namespace.install_version): - raise InvalidArgumentValueError('--install-version is invalid') + if namespace.refresh_cluster_credentials: + if namespace.client_secret is not None or namespace.client_id is not None: + raise RequiredArgumentMissingError('--client-id and --client-secret must be not set with --refresh-credentials.') # pylint: disable=line-too-long diff --git a/test/e2e/admin_portal.go b/test/e2e/admin_portal.go index 97e65d3dc..d7affcd61 100644 --- a/test/e2e/admin_portal.go +++ b/test/e2e/admin_portal.go @@ -1,4 +1,3 @@ -//nolint:unparam package e2e // Copyright (c) Microsoft Corporation. @@ -7,13 +6,13 @@ package e2e import ( "os" - . "github.com/onsi/ginkgo" - . "github.com/onsi/gomega" - . "github.com/serge1peshcoff/selenium-go-conditions" - . "github.com/tebeka/selenium" + . "github.com/onsi/ginkgo" //nolint + . "github.com/onsi/gomega" //nolint + . "github.com/serge1peshcoff/selenium-go-conditions" //nolint + . "github.com/tebeka/selenium" //nolint ) -var _ = FDescribe("Admin Portal E2E Testing", func() { +var _ = Describe("Admin Portal E2E Testing", func() { BeforeEach(skipIfNotInDevelopmentEnv) var wdPoint *WebDriver var wd WebDriver @@ -61,42 +60,36 @@ var _ = FDescribe("Admin Portal E2E Testing", func() { Expect(text.Text()).To(Equal("Showing 0 items")) }) - It("Should be able to populate cluster info panel correctly", func() { - testValues := [17]string{ - "Public", - "Undefined", - "1", - "Undefined", - "2021-11-03T06:04:39Z", - "unknown", - "Undefined", - "elljohns-test-hrqbs", - "Undefined", - "Undefined", - "Undefined", - "Undefined", - "Undefined", - "elljohns-test", - "Succeeded", - "4.8.11", - "Installed"} - - wd.Wait(ElementIsLocated(ByCSSSelector, "div[data-automation-key='name']")) + FIt("Should be able to populate cluster info panel correctly", func() { + err := wd.Wait(ElementIsLocated(ByCSSSelector, "div[data-automation-key='name']")) + if err != nil { + panic(err) + } cluster, err := wd.FindElement(ByCSSSelector, "div[data-automation-key='name']") if err != nil { panic(err) } - cluster.Click() - - wd.Wait(ElementIsLocated(ByCSSSelector, "ms-Panel is-open ms-Panel--hasCloseButton ms-Panel--custom root-225")) - - panelFields, err := wd.FindElements(ByCSSSelector, "css-287") + err = cluster.Click() if err != nil { panic(err) } + err = wd.Wait(ElementIsLocated(ByCSSSelector, "div.css-113")) + if err != nil { + panic(err) + } + + err = wd.Wait(ElementIsLocated(ByCSSSelector, "span.css-287")) + if err != nil { + panic(err) + } + + panelFields, err := wd.FindElements(ByCSSSelector, "span.css-287") + if err != nil { + panic(err) + } var filteredPanelFields []string for _, panelField := range panelFields { panelText, err := panelField.Text() @@ -109,20 +102,22 @@ var _ = FDescribe("Admin Portal E2E Testing", func() { } } - panelValues, err := wd.FindElements(ByCSSSelector, "css-290") + Expect(panelFields).ShouldNot(BeEmpty()) + + panelValues, err := wd.FindElements(ByCSSSelector, "span.css-290") if err != nil { panic(err) } - for i, panelValue := range panelValues { - panelFieldText := filteredPanelFields[i] + Expect(len(panelValues)).To(Equal(len(filteredPanelFields))) + for _, panelValue := range panelValues { panelValueText, err := panelValue.Text() if err != nil { panic(err) } - Expect(panelFieldText + " : " + panelValueText).To(Equal(panelFieldText + " : " + testValues[i])) + Expect(panelValueText).To(Not(BeNil())) } }) diff --git a/test/e2e/adminapi_cluster_getlogs.go b/test/e2e/adminapi_cluster_getlogs.go index a06950fd5..a012909d8 100644 --- a/test/e2e/adminapi_cluster_getlogs.go +++ b/test/e2e/adminapi_cluster_getlogs.go @@ -5,7 +5,6 @@ package e2e import ( "context" - "errors" "net/http" "net/url" "time" @@ -53,21 +52,13 @@ func testGetPodLogsOK(ctx context.Context, containerName, podName, namespace str err = clients.Kubernetes.CoreV1().Pods(namespace).Delete(ctx, pod.Name, metav1.DeleteOptions{}) Expect(err).NotTo(HaveOccurred()) }() - err = wait.PollInfinite(time.Second*5, func() (done bool, err error) { + err = wait.Poll(time.Second, time.Second*60, func() (done bool, err error) { pod, err = clients.Kubernetes.CoreV1().Pods(namespace).Get(ctx, pod.Name, metav1.GetOptions{}) Expect(err).NotTo(HaveOccurred()) - - switch pod.Status.Phase { - case corev1.PodSucceeded: + if pod.Status.Phase == corev1.PodSucceeded { return true, nil - case corev1.PodPending: - if pod.CreationTimestamp.Time.Add(5*time.Minute).Unix() < time.Now().Unix() { - return false, errors.New("pod was pending for more than 5min") - } - return false, nil - case corev1.PodFailed: - return true, errors.New(pod.Status.Message) } + return false, nil }) Expect(err).NotTo(HaveOccurred()) diff --git a/test/e2e/operator.go b/test/e2e/operator.go index 6cd90b4b8..331e615a6 100644 --- a/test/e2e/operator.go +++ b/test/e2e/operator.go @@ -367,7 +367,7 @@ var _ = Describe("ARO Operator - Azure Subnet Reconciler", func() { // Creates an empty NSG that gets assigned to master/worker subnets. createE2ENSG := func() { testnsg = mgmtnetwork.SecurityGroup{ - Location: to.StringPtr(location), + Location: &location, Name: to.StringPtr(nsg), Type: to.StringPtr("Microsoft.Network/networkSecurityGroups"), SecurityGroupPropertiesFormat: &mgmtnetwork.SecurityGroupPropertiesFormat{}, diff --git a/test/e2e/setup.go b/test/e2e/setup.go index bd33dfe6f..91acbb1da 100644 --- a/test/e2e/setup.go +++ b/test/e2e/setup.go @@ -1,4 +1,3 @@ -//nolint:unparam package e2e // Copyright (c) Microsoft Corporation. @@ -7,20 +6,15 @@ package e2e import ( "context" "encoding/gob" - "flag" "fmt" "math" - "net/http" "os" "os/exec" - "strings" "time" - . "github.com/gorilla/securecookie" - . "github.com/gorilla/sessions" - . "github.com/onsi/ginkgo" - . "github.com/onsi/gomega" - . "github.com/tebeka/selenium" + . "github.com/onsi/ginkgo" //nolint + . "github.com/onsi/gomega" //nolint + . "github.com/tebeka/selenium" //nolint "github.com/Azure/go-autorest/autorest/azure/auth" configclient "github.com/openshift/client-go/config/clientset/versioned" @@ -44,7 +38,6 @@ import ( redhatopenshift20220401 "github.com/Azure/ARO-RP/pkg/util/azureclient/mgmt/redhatopenshift/2022-04-01/redhatopenshift" redhatopenshift20220904 "github.com/Azure/ARO-RP/pkg/util/azureclient/mgmt/redhatopenshift/2022-09-04/redhatopenshift" "github.com/Azure/ARO-RP/pkg/util/cluster" - "github.com/Azure/ARO-RP/pkg/util/keyvault" utillog "github.com/Azure/ARO-RP/pkg/util/log" "github.com/Azure/ARO-RP/test/util/kubeadminkubeconfig" ) @@ -90,69 +83,6 @@ func skipIfNotInDevelopmentEnv() { } } -func generateSession(ctx context.Context, log *logrus.Entry) (string, error) { - const ( - SessionName = "session" - SessionKeyExpires = "expires" - sessionKeyState = "state" - SessionKeyUsername = "user_name" - SessionKeyGroups = "groups" - username = "testuser" - groups = "" - ) - - flag.Parse() - - _env, err := env.NewCore(ctx, log) - if err != nil { - return "", err - } - - msiKVAuthorizer, err := _env.NewMSIAuthorizer(env.MSIContextRP, _env.Environment().ResourceIdentifiers.KeyVault) - if err != nil { - return "", err - } - - portalKeyvaultURI, err := keyvault.URI(_env, env.PortalKeyvaultSuffix) - if err != nil { - return "", err - } - - portalKeyvault := keyvault.NewManager(msiKVAuthorizer, portalKeyvaultURI) - - sessionKey, err := portalKeyvault.GetBase64Secret(ctx, env.PortalServerSessionKeySecretName, "") - if err != nil { - return "", err - } - - store := NewCookieStore(sessionKey) - - store.MaxAge(0) - store.Options.Secure = true - store.Options.HttpOnly = true - store.Options.SameSite = http.SameSiteLaxMode - - session := NewSession(store, SessionName) - opts := *store.Options - session.Options = &opts - - session.Values[SessionKeyUsername] = username - session.Values[SessionKeyGroups] = strings.Split(groups, ",") - session.Values[SessionKeyExpires] = time.Now().Add(time.Hour) - - encoded, err := EncodeMulti(session.Name(), session.Values, - store.Codecs...) - if err != nil { - log.Infof(err.Error()) - return "", err - } - - // encoded - log.Infof("session=%s", encoded) - - return encoded, nil -} - func adminPortalSessionSetup() (string, *WebDriver) { const ( port = 4444 @@ -169,11 +99,12 @@ func adminPortalSessionSetup() (string, *WebDriver) { var err error - for { + for i := 1; i < 5; i++ { wd, err = NewRemote(caps, fmt.Sprintf("http://localhost:%d/wd/hub", port)) if wd != nil || ctx.Err() != nil { break } + time.Sleep(time.Second * 1) } if err != nil { @@ -193,23 +124,26 @@ func adminPortalSessionSetup() (string, *WebDriver) { log.Infof("Could not get to %s", host) panic(err) } - - session, err := generateSession(context.Background(), log) + cmd := exec.Command("go", "run", "./hack/portalauth", "-username", "test", "-groups", "$AZURE_PORTAL_ELEVATED_GROUP_IDS", "2>", "/dev/null") + output, err := cmd.Output() if err != nil { - panic(err) + log.Fatalf("Error occurred creating session cookie\n Output: %s\n Error: %s\n", output, err) } + os.Setenv("SESSION", string(output)) + + log.Infof("Session Output : %s\n", os.Getenv("SESSION")) + cookie := &Cookie{ Name: "session", - Value: session, + Value: os.Getenv("SESSION"), Expiry: math.MaxUint32, } if err := wd.AddCookie(cookie); err != nil { panic(err) } - return host, &wd } @@ -354,10 +288,22 @@ func setup(ctx context.Context) error { } log.Infof("Starting Selenium Grid") - cmd := exec.CommandContext(ctx, "docker", "run", "-d", "-p", "4444:4444", "--name", "selenium-edge-standalone", "--network=host", "--shm-size=2g", "selenium/standalone-edge:latest") + cmd := exec.CommandContext(ctx, "docker", "pull", "selenium/standalone-edge:latest") output, err := cmd.CombinedOutput() + log.Infof("Selenium Image Pull Output : %s\n", output) + + if err != nil { + log.Fatalf("Error occurred pulling selenium image\n Output: %s\n Error: %s\n", output, err) + } + + cmd = exec.CommandContext(ctx, "docker", "run", "-d", "--name", "selenium-edge-standalone", "--network=host", "--shm-size=2g", "selenium/standalone-edge:latest") + + output, err = cmd.CombinedOutput() + + log.Infof("Selenium Container Run Output : %s\n", output) + if err != nil { log.Fatalf("Error occurred starting selenium grid\n Output: %s\n Error: %s\n", output, err) } diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2017-03-30/compute/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2017-03-30/compute/_meta.json index 4d8e2621b..8204ecf61 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2017-03-30/compute/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2017-03-30/compute/_meta.json @@ -4,8 +4,8 @@ "tag": "package-compute-2017-03", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-compute-2017-03 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/compute/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-compute-2017-03 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/compute/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/_meta.json index bf3d0a857..e6ac6c440 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2018-10-01/compute/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2018-10-01", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2018-10-01 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/compute/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2018-10-01 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/compute/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute/_meta.json index 9d91c561e..6a12a17eb 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2020-06-01/compute/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2020-06-01", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2020-06-01 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/compute/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2020-06-01 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/compute/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-01-15/documentdb/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-01-15/documentdb/_meta.json index 4cc49d524..4b688b3dc 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-01-15/documentdb/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/cosmos-db/mgmt/2021-01-15/documentdb/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2021-01", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2021-01 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/cosmos-db/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2021-01 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/cosmos-db/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/dns/mgmt/2016-04-01/dns/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/dns/mgmt/2016-04-01/dns/_meta.json index 77f94e0b3..a8b1d8a69 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/dns/mgmt/2016-04-01/dns/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/dns/mgmt/2016-04-01/dns/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2016-04", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2016-04 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/dns/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2016-04 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/dns/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/dns/mgmt/2018-05-01/dns/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/dns/mgmt/2018-05-01/dns/_meta.json index 337d15007..f3f569081 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/dns/mgmt/2018-05-01/dns/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/dns/mgmt/2018-05-01/dns/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2018-05", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2018-05 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/dns/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2018-05 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/dns/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/graphrbac/1.6/graphrbac/dataplane_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/graphrbac/1.6/graphrbac/dataplane_meta.json index 7d27265f2..1e5687d47 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/graphrbac/1.6/graphrbac/dataplane_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/graphrbac/1.6/graphrbac/dataplane_meta.json @@ -4,8 +4,8 @@ "tag": "1.6", "use": "@microsoft.azure/autorest.go@2.1.183", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.183 --tag=1.6 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/graphrbac/data-plane/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.183 --tag=1.6 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/graphrbac/data-plane/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/keyvault/mgmt/2019-09-01/keyvault/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/keyvault/mgmt/2019-09-01/keyvault/_meta.json index ae28d815a..c90c716d6 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/keyvault/mgmt/2019-09-01/keyvault/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/keyvault/mgmt/2019-09-01/keyvault/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2019-09", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2019-09 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/keyvault/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2019-09 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/keyvault/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/keyvault/v7.0/keyvault/dataplane_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/keyvault/v7.0/keyvault/dataplane_meta.json index 8f489243d..65071c997 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/keyvault/v7.0/keyvault/dataplane_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/keyvault/v7.0/keyvault/dataplane_meta.json @@ -4,8 +4,8 @@ "tag": "package-7.0", "use": "@microsoft.azure/autorest.go@2.1.183", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.183 --tag=package-7.0 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/keyvault/data-plane/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.183 --tag=package-7.0 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/keyvault/data-plane/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/msi/mgmt/2018-11-30/msi/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/msi/mgmt/2018-11-30/msi/_meta.json index fa8574295..b2bed06fc 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/msi/mgmt/2018-11-30/msi/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/msi/mgmt/2018-11-30/msi/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2018-11-30", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2018-11-30 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/msi/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2018-11-30 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/msi/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2017-10-01/network/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2017-10-01/network/_meta.json index 831c7b58e..fcf0b2aa5 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2017-10-01/network/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2017-10-01/network/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2017-10", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2017-10 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/network/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2017-10 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/network/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-08-01/network/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-08-01/network/_meta.json index 803b0868e..c5d1bf709 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-08-01/network/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/network/mgmt/2020-08-01/network/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2020-08", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2020-08 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/network/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2020-08 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/network/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/preview/authorization/mgmt/2018-09-01-preview/authorization/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/preview/authorization/mgmt/2018-09-01-preview/authorization/_meta.json index 206cd1ae6..85da6e0a0 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/preview/authorization/mgmt/2018-09-01-preview/authorization/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/preview/authorization/mgmt/2018-09-01-preview/authorization/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2018-09-01-preview", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2018-09-01-preview --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/authorization/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2018-09-01-preview --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/authorization/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2020-11-01-preview/containerregistry/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2020-11-01-preview/containerregistry/_meta.json index c4fdc4398..27c4c018e 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2020-11-01-preview/containerregistry/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/preview/containerregistry/mgmt/2020-11-01-preview/containerregistry/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2020-11-preview", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2020-11-preview --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/containerregistry/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2020-11-preview --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/containerregistry/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2018-03-01/insights/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2018-03-01/insights/_meta.json index 883f1195e..b55c341f8 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2018-03-01/insights/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/preview/monitor/mgmt/2018-03-01/insights/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2018-03", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2018-03 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/monitor/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2018-03 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/monitor/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/privatedns/mgmt/2018-09-01/privatedns/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/privatedns/mgmt/2018-09-01/privatedns/_meta.json index 3d97252b9..10e0d5369 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/privatedns/mgmt/2018-09-01/privatedns/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/privatedns/mgmt/2018-09-01/privatedns/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2018-09", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2018-09 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/privatedns/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2018-09 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/privatedns/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-06-01/subscriptions/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-06-01/subscriptions/_meta.json index 33a26dd62..975a5b6ec 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-06-01/subscriptions/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2016-06-01/subscriptions/_meta.json @@ -4,8 +4,8 @@ "tag": "package-subscriptions-2016-06", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-subscriptions-2016-06 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/resources/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-subscriptions-2016-06 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/resources/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-02-01/resources/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-02-01/resources/_meta.json index 5f5db3b11..44a402b64 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-02-01/resources/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2018-02-01/resources/_meta.json @@ -4,8 +4,8 @@ "tag": "package-resources-2018-02", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-resources-2018-02 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/resources/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-resources-2018-02 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/resources/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-07-01/features/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-07-01/features/_meta.json index a0ef34e83..09f65e968 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-07-01/features/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/resources/mgmt/2019-07-01/features/_meta.json @@ -4,8 +4,8 @@ "tag": "package-resources-2019-07", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-resources-2019-07 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/resources/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-resources-2019-07 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/resources/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage/_meta.json b/vendor/github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage/_meta.json index 0db3303ff..03415d0dc 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage/_meta.json +++ b/vendor/github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage/_meta.json @@ -4,8 +4,8 @@ "tag": "package-2019-06", "use": "@microsoft.azure/autorest.go@2.1.187", "repository_url": "https://github.com/Azure/azure-rest-api-specs.git", - "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2019-06 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/storage/resource-manager/readme.md", + "autorest_command": "autorest --use=@microsoft.azure/autorest.go@2.1.187 --tag=package-2019-06 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/storage/resource-manager/readme.md", "additional_properties": { - "additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION" + "additional_options": "--go --verbose --use-onever --version=2.0.4421 --go.license-header=MICROSOFT_MIT_NO_VERSION" } } \ No newline at end of file diff --git a/vendor/github.com/Azure/azure-sdk-for-go/version/version.go b/vendor/github.com/Azure/azure-sdk-for-go/version/version.go index b9622b6fc..24c87e2e3 100644 --- a/vendor/github.com/Azure/azure-sdk-for-go/version/version.go +++ b/vendor/github.com/Azure/azure-sdk-for-go/version/version.go @@ -4,4 +4,4 @@ package version // Licensed under the MIT License. See License.txt in the project root for license information. // Number contains the semantic version of this SDK. -const Number = "v61.3.0" +const Number = "v63.1.0" diff --git a/vendor/github.com/Azure/go-autorest/autorest/adal/go.mod b/vendor/github.com/Azure/go-autorest/autorest/adal/go.mod deleted file mode 100644 index 264ef2d6a..000000000 --- a/vendor/github.com/Azure/go-autorest/autorest/adal/go.mod +++ /dev/null @@ -1,13 +0,0 @@ -module github.com/Azure/go-autorest/autorest/adal - -go 1.15 - -require ( - github.com/Azure/go-autorest v14.2.0+incompatible - github.com/Azure/go-autorest/autorest/date v0.3.0 - github.com/Azure/go-autorest/autorest/mocks v0.4.1 - github.com/Azure/go-autorest/logger v0.2.1 - github.com/Azure/go-autorest/tracing v0.6.0 - github.com/golang-jwt/jwt/v4 v4.0.0 - golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 -) diff --git a/vendor/github.com/Azure/go-autorest/autorest/adal/go.sum b/vendor/github.com/Azure/go-autorest/autorest/adal/go.sum deleted file mode 100644 index 919ea16d6..000000000 --- a/vendor/github.com/Azure/go-autorest/autorest/adal/go.sum +++ /dev/null @@ -1,20 +0,0 @@ -github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs= -github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= -github.com/Azure/go-autorest/autorest/date v0.3.0 h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw= -github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74= -github.com/Azure/go-autorest/autorest/mocks v0.4.1 h1:K0laFcLE6VLTOwNgSxaGbUcLPuGXlNkbVvq4cW4nIHk= -github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= -github.com/Azure/go-autorest/logger v0.2.1 h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg= -github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= -github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= -github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= -github.com/golang-jwt/jwt/v4 v4.0.0 h1:RAqyYixv1p7uEnocuy8P1nru5wprCh/MH2BIlW5z5/o= -github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 h1:7I4JAnoQBe7ZtJcBaYHi5UtiO8tQHbUSXxL+pnGRANg= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= diff --git a/vendor/github.com/Azure/go-autorest/autorest/azure/auth/go.mod b/vendor/github.com/Azure/go-autorest/autorest/azure/auth/go.mod deleted file mode 100644 index cc3d35770..000000000 --- a/vendor/github.com/Azure/go-autorest/autorest/azure/auth/go.mod +++ /dev/null @@ -1,12 +0,0 @@ -module github.com/Azure/go-autorest/autorest/azure/auth - -go 1.15 - -require ( - github.com/Azure/go-autorest v14.2.0+incompatible - github.com/Azure/go-autorest/autorest v0.11.24 - github.com/Azure/go-autorest/autorest/adal v0.9.18 - github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 - github.com/Azure/go-autorest/logger v0.2.1 - github.com/dimchansky/utfbom v1.1.1 -) diff --git a/vendor/github.com/Azure/go-autorest/autorest/azure/auth/go.sum b/vendor/github.com/Azure/go-autorest/autorest/azure/auth/go.sum deleted file mode 100644 index b43ae3207..000000000 --- a/vendor/github.com/Azure/go-autorest/autorest/azure/auth/go.sum +++ /dev/null @@ -1,35 +0,0 @@ -github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs= -github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= -github.com/Azure/go-autorest/autorest v0.11.24 h1:1fIGgHKqVm54KIPT+q8Zmd1QlVsmHqeUGso5qm2BqqE= -github.com/Azure/go-autorest/autorest v0.11.24/go.mod h1:G6kyRlFnTuSbEYkQGawPfsCswgme4iYf6rfSKUDzbCc= -github.com/Azure/go-autorest/autorest/adal v0.9.18 h1:kLnPsRjzZZUF3K5REu/Kc+qMQrvuza2bwSnNdhmzLfQ= -github.com/Azure/go-autorest/autorest/adal v0.9.18/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ= -github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 h1:0W/yGmFdTIT77fvdlGZ0LMISoLHFJ7Tx4U0yeB+uFs4= -github.com/Azure/go-autorest/autorest/azure/cli v0.4.5/go.mod h1:ADQAXrkgm7acgWVUNamOgh8YNrv4p27l3Wc55oVfpzg= -github.com/Azure/go-autorest/autorest/date v0.3.0 h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw= -github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74= -github.com/Azure/go-autorest/autorest/mocks v0.4.1 h1:K0laFcLE6VLTOwNgSxaGbUcLPuGXlNkbVvq4cW4nIHk= -github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= -github.com/Azure/go-autorest/logger v0.2.1 h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg= -github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= -github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= -github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= -github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U= -github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE= -github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= -github.com/golang-jwt/jwt/v4 v4.2.0 h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU= -github.com/golang-jwt/jwt/v4 v4.2.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= -github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= -github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 h1:0es+/5331RGQPcXlMfP+WrnIIS6dNnNRe0WB02W0F4M= -golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= diff --git a/vendor/github.com/Azure/go-autorest/autorest/azure/cli/go.mod b/vendor/github.com/Azure/go-autorest/autorest/azure/cli/go.mod deleted file mode 100644 index ae72c2d99..000000000 --- a/vendor/github.com/Azure/go-autorest/autorest/azure/cli/go.mod +++ /dev/null @@ -1,13 +0,0 @@ -module github.com/Azure/go-autorest/autorest/azure/cli - -go 1.15 - -require ( - github.com/Azure/go-autorest v14.2.0+incompatible - github.com/Azure/go-autorest/autorest/adal v0.9.18 - github.com/Azure/go-autorest/autorest/date v0.3.0 - github.com/dimchansky/utfbom v1.1.1 - github.com/golang-jwt/jwt/v4 v4.2.0 // indirect - github.com/mitchellh/go-homedir v1.1.0 - golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 // indirect -) diff --git a/vendor/github.com/Azure/go-autorest/autorest/azure/cli/go.sum b/vendor/github.com/Azure/go-autorest/autorest/azure/cli/go.sum deleted file mode 100644 index 7bb519aea..000000000 --- a/vendor/github.com/Azure/go-autorest/autorest/azure/cli/go.sum +++ /dev/null @@ -1,31 +0,0 @@ -github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs= -github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= -github.com/Azure/go-autorest/autorest/adal v0.9.18 h1:kLnPsRjzZZUF3K5REu/Kc+qMQrvuza2bwSnNdhmzLfQ= -github.com/Azure/go-autorest/autorest/adal v0.9.18/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ= -github.com/Azure/go-autorest/autorest/date v0.3.0 h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw= -github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74= -github.com/Azure/go-autorest/autorest/mocks v0.4.1 h1:K0laFcLE6VLTOwNgSxaGbUcLPuGXlNkbVvq4cW4nIHk= -github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= -github.com/Azure/go-autorest/logger v0.2.1 h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg= -github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= -github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= -github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= -github.com/dimchansky/utfbom v1.1.1 h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U= -github.com/dimchansky/utfbom v1.1.1/go.mod h1:SxdoEBH5qIqFocHMyGOXVAybYJdr71b1Q/j0mACtrfE= -github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= -github.com/golang-jwt/jwt/v4 v4.2.0 h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU= -github.com/golang-jwt/jwt/v4 v4.2.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= -github.com/mitchellh/go-homedir v1.1.0 h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y= -github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 h1:0es+/5331RGQPcXlMfP+WrnIIS6dNnNRe0WB02W0F4M= -golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= diff --git a/vendor/github.com/Azure/go-autorest/autorest/azure/environments.go b/vendor/github.com/Azure/go-autorest/autorest/azure/environments.go index 737950eb3..e19ea7556 100644 --- a/vendor/github.com/Azure/go-autorest/autorest/azure/environments.go +++ b/vendor/github.com/Azure/go-autorest/autorest/azure/environments.go @@ -51,6 +51,7 @@ type ResourceIdentifier struct { ServiceBus string `json:"serviceBus"` SQLDatabase string `json:"sqlDatabase"` CosmosDB string `json:"cosmosDB"` + ManagedHSM string `json:"managedHSM"` } // Environment represents a set of endpoints for each of Azure's Clouds. @@ -63,6 +64,7 @@ type Environment struct { ActiveDirectoryEndpoint string `json:"activeDirectoryEndpoint"` GalleryEndpoint string `json:"galleryEndpoint"` KeyVaultEndpoint string `json:"keyVaultEndpoint"` + ManagedHSMEndpoint string `json:"managedHSMEndpoint"` GraphEndpoint string `json:"graphEndpoint"` ServiceBusEndpoint string `json:"serviceBusEndpoint"` BatchManagementEndpoint string `json:"batchManagementEndpoint"` @@ -74,6 +76,7 @@ type Environment struct { SQLDatabaseDNSSuffix string `json:"sqlDatabaseDNSSuffix"` TrafficManagerDNSSuffix string `json:"trafficManagerDNSSuffix"` KeyVaultDNSSuffix string `json:"keyVaultDNSSuffix"` + ManagedHSMDNSSuffix string `json:"managedHSMDNSSuffix"` ServiceBusEndpointSuffix string `json:"serviceBusEndpointSuffix"` ServiceManagementVMDNSSuffix string `json:"serviceManagementVMDNSSuffix"` ResourceManagerVMDNSSuffix string `json:"resourceManagerVMDNSSuffix"` @@ -95,6 +98,7 @@ var ( ActiveDirectoryEndpoint: "https://login.microsoftonline.com/", GalleryEndpoint: "https://gallery.azure.com/", KeyVaultEndpoint: "https://vault.azure.net/", + ManagedHSMEndpoint: "https://managedhsm.azure.net/", GraphEndpoint: "https://graph.windows.net/", ServiceBusEndpoint: "https://servicebus.windows.net/", BatchManagementEndpoint: "https://batch.core.windows.net/", @@ -106,6 +110,7 @@ var ( SQLDatabaseDNSSuffix: "database.windows.net", TrafficManagerDNSSuffix: "trafficmanager.net", KeyVaultDNSSuffix: "vault.azure.net", + ManagedHSMDNSSuffix: "managedhsm.azure.net", ServiceBusEndpointSuffix: "servicebus.windows.net", ServiceManagementVMDNSSuffix: "cloudapp.net", ResourceManagerVMDNSSuffix: "cloudapp.azure.com", @@ -125,6 +130,7 @@ var ( ServiceBus: "https://servicebus.azure.net/", SQLDatabase: "https://database.windows.net/", CosmosDB: "https://cosmos.azure.com", + ManagedHSM: "https://managedhsm.azure.net", }, } @@ -138,6 +144,7 @@ var ( ActiveDirectoryEndpoint: "https://login.microsoftonline.us/", GalleryEndpoint: "https://gallery.usgovcloudapi.net/", KeyVaultEndpoint: "https://vault.usgovcloudapi.net/", + ManagedHSMEndpoint: NotAvailable, GraphEndpoint: "https://graph.windows.net/", ServiceBusEndpoint: "https://servicebus.usgovcloudapi.net/", BatchManagementEndpoint: "https://batch.core.usgovcloudapi.net/", @@ -149,6 +156,7 @@ var ( SQLDatabaseDNSSuffix: "database.usgovcloudapi.net", TrafficManagerDNSSuffix: "usgovtrafficmanager.net", KeyVaultDNSSuffix: "vault.usgovcloudapi.net", + ManagedHSMDNSSuffix: NotAvailable, ServiceBusEndpointSuffix: "servicebus.usgovcloudapi.net", ServiceManagementVMDNSSuffix: "usgovcloudapp.net", ResourceManagerVMDNSSuffix: "cloudapp.usgovcloudapi.net", @@ -168,6 +176,7 @@ var ( ServiceBus: "https://servicebus.azure.net/", SQLDatabase: "https://database.usgovcloudapi.net/", CosmosDB: "https://cosmos.azure.com", + ManagedHSM: NotAvailable, }, } @@ -181,6 +190,7 @@ var ( ActiveDirectoryEndpoint: "https://login.chinacloudapi.cn/", GalleryEndpoint: "https://gallery.chinacloudapi.cn/", KeyVaultEndpoint: "https://vault.azure.cn/", + ManagedHSMEndpoint: NotAvailable, GraphEndpoint: "https://graph.chinacloudapi.cn/", ServiceBusEndpoint: "https://servicebus.chinacloudapi.cn/", BatchManagementEndpoint: "https://batch.chinacloudapi.cn/", @@ -192,6 +202,7 @@ var ( SQLDatabaseDNSSuffix: "database.chinacloudapi.cn", TrafficManagerDNSSuffix: "trafficmanager.cn", KeyVaultDNSSuffix: "vault.azure.cn", + ManagedHSMDNSSuffix: NotAvailable, ServiceBusEndpointSuffix: "servicebus.chinacloudapi.cn", ServiceManagementVMDNSSuffix: "chinacloudapp.cn", ResourceManagerVMDNSSuffix: "cloudapp.chinacloudapi.cn", @@ -211,6 +222,7 @@ var ( ServiceBus: "https://servicebus.azure.net/", SQLDatabase: "https://database.chinacloudapi.cn/", CosmosDB: "https://cosmos.azure.com", + ManagedHSM: NotAvailable, }, } @@ -224,6 +236,7 @@ var ( ActiveDirectoryEndpoint: "https://login.microsoftonline.de/", GalleryEndpoint: "https://gallery.cloudapi.de/", KeyVaultEndpoint: "https://vault.microsoftazure.de/", + ManagedHSMEndpoint: NotAvailable, GraphEndpoint: "https://graph.cloudapi.de/", ServiceBusEndpoint: "https://servicebus.cloudapi.de/", BatchManagementEndpoint: "https://batch.cloudapi.de/", @@ -235,6 +248,7 @@ var ( SQLDatabaseDNSSuffix: "database.cloudapi.de", TrafficManagerDNSSuffix: "azuretrafficmanager.de", KeyVaultDNSSuffix: "vault.microsoftazure.de", + ManagedHSMDNSSuffix: NotAvailable, ServiceBusEndpointSuffix: "servicebus.cloudapi.de", ServiceManagementVMDNSSuffix: "azurecloudapp.de", ResourceManagerVMDNSSuffix: "cloudapp.microsoftazure.de", @@ -254,6 +268,7 @@ var ( ServiceBus: "https://servicebus.azure.net/", SQLDatabase: "https://database.cloudapi.de/", CosmosDB: "https://cosmos.azure.com", + ManagedHSM: NotAvailable, }, } ) diff --git a/vendor/github.com/Azure/go-autorest/autorest/go.mod b/vendor/github.com/Azure/go-autorest/autorest/go.mod deleted file mode 100644 index 5c2ef4b8b..000000000 --- a/vendor/github.com/Azure/go-autorest/autorest/go.mod +++ /dev/null @@ -1,13 +0,0 @@ -module github.com/Azure/go-autorest/autorest - -go 1.15 - -require ( - github.com/Azure/go-autorest v14.2.0+incompatible - github.com/Azure/go-autorest/autorest/adal v0.9.18 - github.com/Azure/go-autorest/autorest/mocks v0.4.1 - github.com/Azure/go-autorest/logger v0.2.1 - github.com/Azure/go-autorest/tracing v0.6.0 - github.com/golang-jwt/jwt/v4 v4.2.0 // indirect - golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 -) diff --git a/vendor/github.com/Azure/go-autorest/autorest/go.sum b/vendor/github.com/Azure/go-autorest/autorest/go.sum deleted file mode 100644 index 0ebf4d182..000000000 --- a/vendor/github.com/Azure/go-autorest/autorest/go.sum +++ /dev/null @@ -1,27 +0,0 @@ -github.com/Azure/go-autorest v14.2.0+incompatible h1:V5VMDjClD3GiElqLWO7mz2MxNAK/vTfRHdAubSIPRgs= -github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= -github.com/Azure/go-autorest/autorest/adal v0.9.18 h1:kLnPsRjzZZUF3K5REu/Kc+qMQrvuza2bwSnNdhmzLfQ= -github.com/Azure/go-autorest/autorest/adal v0.9.18/go.mod h1:XVVeme+LZwABT8K5Lc3hA4nAe8LDBVle26gTrguhhPQ= -github.com/Azure/go-autorest/autorest/date v0.3.0 h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw= -github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74= -github.com/Azure/go-autorest/autorest/mocks v0.4.1 h1:K0laFcLE6VLTOwNgSxaGbUcLPuGXlNkbVvq4cW4nIHk= -github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= -github.com/Azure/go-autorest/logger v0.2.1 h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg= -github.com/Azure/go-autorest/logger v0.2.1/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= -github.com/Azure/go-autorest/tracing v0.6.0 h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo= -github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= -github.com/golang-jwt/jwt/v4 v4.0.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= -github.com/golang-jwt/jwt/v4 v4.2.0 h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU= -github.com/golang-jwt/jwt/v4 v4.2.0/go.mod h1:/xlHOz8bRuivTWchD4jCa+NbatV+wEUSzwAxVc6locg= -golang.org/x/crypto v0.0.0-20210921155107-089bfa567519/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3 h1:0es+/5331RGQPcXlMfP+WrnIIS6dNnNRe0WB02W0F4M= -golang.org/x/crypto v0.0.0-20211215153901-e495a2d5b3d3/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= diff --git a/vendor/github.com/IBM/go-sdk-core/v5/core/base_service.go b/vendor/github.com/IBM/go-sdk-core/v5/core/base_service.go index c124c12d5..687a236d1 100644 --- a/vendor/github.com/IBM/go-sdk-core/v5/core/base_service.go +++ b/vendor/github.com/IBM/go-sdk-core/v5/core/base_service.go @@ -1,6 +1,6 @@ package core -// (C) Copyright IBM Corp. 2019, 2021. +// (C) Copyright IBM Corp. 2019, 2022. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -227,31 +227,69 @@ func (service *BaseService) SetDefaultHeaders(headers http.Header) { service.DefaultHeaders = headers } -// SetHTTPClient updates the client handling the requests. +// SetHTTPClient will set "client" as the http.Client instance to be used +// to invoke individual HTTP requests. +// If automatic retries are currently enabled on "service", then +// "client" will be set as the embedded client instance within +// the retryable client; otherwise "client" will be stored +// directly on "service". func (service *BaseService) SetHTTPClient(client *http.Client) { - service.Client = client + setMinimumTLSVersion(client) + + if isRetryableClient(service.Client) { + // If "service" is currently holding a retryable client, + // then set "client" as the embedded client used for individual requests. + tr := service.Client.Transport.(*retryablehttp.RoundTripper) + tr.Client.HTTPClient = client + } else { + // Otherwise, just hang "client" directly off the base service. + service.Client = client + } } -// DisableSSLVerification skips SSL verification. -// This function sets a new http.Client instance on the service -// and configures it to bypass verification of server certificates -// and host names, making the client susceptible to "man-in-the-middle" -// attacks. This should be used only for testing. +// GetHTTPClient will return the http.Client instance used +// to invoke individual HTTP requests. +// If automatic retries are enabled, the returned value will +// be the http.Client instance embedded within the retryable client. +// If automatic retries are not enabled, then the returned value +// will simply be the "Client" field of the base service. +func (service *BaseService) GetHTTPClient() *http.Client { + if isRetryableClient(service.Client) { + tr := service.Client.Transport.(*retryablehttp.RoundTripper) + return tr.Client.HTTPClient + } + return service.Client +} + +// DisableSSLVerification will configure the service to +// skip the verification of server certificates and hostnames. +// This will make the client susceptible to "man-in-the-middle" +// attacks. This should be used only for testing or in secure +// environments. func (service *BaseService) DisableSSLVerification() { - client := DefaultHTTPClient() - tr, ok := client.Transport.(*http.Transport) - if tr != nil && ok { - tr.TLSClientConfig = &tls.Config{InsecureSkipVerify: true} // #nosec G402 + // Make sure we have a non-nil client hanging off the BaseService. + if service.Client == nil { + service.Client = DefaultHTTPClient() } - service.SetHTTPClient(client) + client := service.GetHTTPClient() + if tr, ok := client.Transport.(*http.Transport); tr != nil && ok { + // If no TLS config, then create a new one. + if tr.TLSClientConfig == nil { + tr.TLSClientConfig = &tls.Config{} // #nosec G402 + } + + // Disable server ssl cert & hostname verification. + tr.TLSClientConfig.InsecureSkipVerify = true // #nosec G402 + } } // IsSSLDisabled returns true if and only if the service's http.Client instance // is configured to skip verification of server SSL certificates. func (service *BaseService) IsSSLDisabled() bool { - if service.Client != nil { - if tr, ok := service.Client.Transport.(*http.Transport); tr != nil && ok { + client := service.GetHTTPClient() + if client != nil { + if tr, ok := client.Transport.(*http.Transport); tr != nil && ok { if tr.TLSClientConfig != nil { return tr.TLSClientConfig.InsecureSkipVerify } @@ -260,6 +298,17 @@ func (service *BaseService) IsSSLDisabled() bool { return false } +// setMinimumTLSVersion sets the minimum TLS version required by the client to TLS v1.2 +func setMinimumTLSVersion(client *http.Client) { + if tr, ok := client.Transport.(*http.Transport); tr != nil && ok { + if tr.TLSClientConfig == nil { + tr.TLSClientConfig = &tls.Config{} // #nosec G402 + } + + tr.TLSClientConfig.MinVersion = tls.VersionTLS12 + } +} + // SetEnableGzipCompression sets the service's EnableGzipCompression field func (service *BaseService) SetEnableGzipCompression(enableGzip bool) { service.Options.EnableGzipCompression = enableGzip @@ -278,7 +327,7 @@ func (service *BaseService) buildUserAgent() string { // SetUserAgent sets the user agent value. func (service *BaseService) SetUserAgent(userAgentString string) { if userAgentString == "" { - service.UserAgent = service.buildUserAgent() + userAgentString = service.buildUserAgent() } service.UserAgent = userAgentString } @@ -348,25 +397,9 @@ func (service *BaseService) Request(req *http.Request, result interface{}) (deta } } + // Invoke the request, then check for errors during the invocation. var httpResponse *http.Response - - // Try to get the retryable Client hidden inside service.Client - retryableClient := getRetryableHTTPClient(service.Client) - if retryableClient != nil { - retryableRequest, retryableErr := retryablehttp.FromRequest(req) - if retryableErr != nil { - err = fmt.Errorf(ERRORMSG_CREATE_RETRYABLE_REQ, retryableErr.Error()) - return - } - - // Invoke the retryable request. - httpResponse, err = retryableClient.Do(retryableRequest) - } else { - // Invoke the normal (non-retryable) request. - httpResponse, err = service.Client.Do(req) - } - - // Check for errors during the invocation. + httpResponse, err = service.Client.Do(req) if err != nil { if strings.Contains(err.Error(), SSL_CERTIFICATION_ERROR) { err = fmt.Errorf(ERRORMSG_SSL_VERIFICATION_FAILED + "\n" + err.Error()) @@ -577,31 +610,89 @@ func getErrorMessage(responseMap map[string]interface{}, statusCode int) string return http.StatusText(statusCode) } -// EnableRetries will construct a "retryable" HTTP Client with the specified -// configuration, and then set it on the service instance. -// If maxRetries and/or maxRetryInterval are specified as 0, then default values -// are used instead. -func (service *BaseService) EnableRetries(maxRetries int, maxRetryInterval time.Duration) { - client := NewRetryableHTTPClient() - if maxRetries > 0 { - client.RetryMax = maxRetries +// isRetryableClient() will return true if and only if "client" is +// an http.Client instance that is configured for automatic retries. +// A retryable client is a client whose transport is a +// retryablehttp.RoundTripper instance. +func isRetryableClient(client *http.Client) bool { + var isRetryable bool = false + if client != nil && client.Transport != nil { + _, isRetryable = client.Transport.(*retryablehttp.RoundTripper) } - if maxRetryInterval > 0 { - client.RetryWaitMax = maxRetryInterval - } - - service.SetHTTPClient(client.StandardClient()) + return isRetryable } -// DisableRetries will disable automatic retries by constructing a new -// default (non-retryable) HTTP Client instance and setting it on the service. +// EnableRetries will configure the service to perform automatic retries of failed requests. +// If "maxRetries" and/or "maxRetryInterval" are specified as 0, then default values +// are used instead. +// +// In a scenario where retries ARE NOT enabled: +// - BaseService.Client will be a "normal" http.Client instance used to invoke requests +// - BaseService.Client.Transport will be an instance of the default http.RoundTripper +// - BaseService.Client.Do() calls http.RoundTripper.RoundTrip() to invoke the request +// - Only one http.Client instance needed/used (BaseService.Client) in this scenario +// - Result: "normal" request processing without any automatic retries being performed +// +// In a scenario where retries ARE enabled: +// - BaseService.Client will be a "shim" http.Client instance +// - BaseService.Client.Transport will be an instance of retryablehttp.RoundTripper +// - BaseService.Client.Do() calls retryablehttp.RoundTripper.RoundTrip() (via the shim) +// to invoke the request +// - The retryablehttp.RoundTripper instance is configured with the retryablehttp.Client +// instance which holds the various retry config properties (max retries, max interval, etc.) +// - The retryablehttp.RoundTripper.RoundTrip() method triggers the retry logic in the retryablehttp.Client +// - The retryablehttp.Client instance's HTTPClient field holds a "normal" http.Client instance, +// which is used to invoke individual requests within the retry loop. +// - To summarize, there are three client instances used for request processing in this scenario: +// - The "shim" http.Client instance (BaseService.Client) +// - The retryablehttp.Client instance that implements the retry logic +// - The "normal" http.Client instance embedded in the retryablehttp.Client which is used to invoke +// individual requests within the retry logic +// - Result: Each request is invoked such that the automatic retry logic is employed +func (service *BaseService) EnableRetries(maxRetries int, maxRetryInterval time.Duration) { + if isRetryableClient(service.Client) { + // If retries are already enabled, then we just need to adjust + // the retryable client's config using "maxRetries" and "maxRetryInterval". + tr := service.Client.Transport.(*retryablehttp.RoundTripper) + if maxRetries > 0 { + tr.Client.RetryMax = maxRetries + } + if maxRetryInterval > 0 { + tr.Client.RetryWaitMax = maxRetryInterval + } + } else { + // Otherwise, we need to create a new retryable client instance + // and hang it off the base service. + client := NewRetryableClientWithHTTPClient(service.Client) + if maxRetries > 0 { + client.RetryMax = maxRetries + } + if maxRetryInterval > 0 { + client.RetryWaitMax = maxRetryInterval + } + + // Hang the retryable client off the base service via the "shim" client. + service.Client = client.StandardClient() + } +} + +// DisableRetries will disable automatic retries in the service. func (service *BaseService) DisableRetries() { - service.SetHTTPClient(DefaultHTTPClient()) + if isRetryableClient(service.Client) { + // If the current client hanging off the base service is retryable, + // then we need to get ahold of the embedded http.Client instance + // and set that on the base service and effectively remove + // the retryable client instance. + tr := service.Client.Transport.(*retryablehttp.RoundTripper) + service.Client = tr.Client.HTTPClient + } } // DefaultHTTPClient returns a non-retryable http client with default configuration. func DefaultHTTPClient() *http.Client { - return cleanhttp.DefaultPooledClient() + client := cleanhttp.DefaultPooledClient() + setMinimumTLSVersion(client) + return client } // httpLogger is a shim layer used to allow the Go core's logger to be used with the retryablehttp interfaces. @@ -615,30 +706,34 @@ func (l *httpLogger) Printf(format string, inserts ...interface{}) { } } -// NewRetryableHTTPClient returns a new instance of go-retryablehttp.Client +// NewRetryableHTTPClient returns a new instance of a retryable client // with a default configuration that supports Go SDK usage. func NewRetryableHTTPClient() *retryablehttp.Client { + return NewRetryableClientWithHTTPClient(nil) +} + +// NewRetryableClientWithHTTPClient will return a new instance of a +// retryable client, using "httpClient" as the embedded client used to +// invoke individual requests within the retry logic. +// If "httpClient" is passed in as nil, then a default HTTP client will be +// used as the embedded client instead. +func NewRetryableClientWithHTTPClient(httpClient *http.Client) *retryablehttp.Client { client := retryablehttp.NewClient() client.Logger = &httpLogger{} client.CheckRetry = IBMCloudSDKRetryPolicy client.Backoff = IBMCloudSDKBackoffPolicy client.ErrorHandler = retryablehttp.PassthroughErrorHandler - return client -} -// getRetryableHTTPClient returns the "retryable" Client hidden inside the specified http.Client instance -// or nil if "client" is not hiding a retryable Client instance. -func getRetryableHTTPClient(client *http.Client) *retryablehttp.Client { - if client != nil { - if client.Transport != nil { - // A retryable client will have its Transport field set to an - // instance of retryablehttp.RoundTripper. - if rt, ok := client.Transport.(*retryablehttp.RoundTripper); ok { - return rt.Client - } - } + if httpClient != nil { + // If a non-nil http client was passed in, then let's use that + // as our embedded client used to invoke individual requests. + client.HTTPClient = httpClient + } else { + // Otherwise, we'll use construct a default HTTP client and use that + client.HTTPClient = DefaultHTTPClient() } - return nil + + return client } var ( diff --git a/vendor/github.com/IBM/go-sdk-core/v5/core/constants.go b/vendor/github.com/IBM/go-sdk-core/v5/core/constants.go index b02274edf..923d1ebce 100644 --- a/vendor/github.com/IBM/go-sdk-core/v5/core/constants.go +++ b/vendor/github.com/IBM/go-sdk-core/v5/core/constants.go @@ -1,6 +1,6 @@ package core -// (C) Copyright IBM Corp. 2019, 2021. +// (C) Copyright IBM Corp. 2019, 2022. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -76,7 +76,6 @@ const ( ERRORMSG_PARAM_NOT_SLICE = "The 'slice' parameter must be a slice" ERRORMSG_MARSHAL_SLICE = "An error occurred while marshalling the slice: %s" ERRORMSG_CONVERT_SLICE = "An error occurred while converting 'slice' to string slice" - ERRORMSG_CREATE_RETRYABLE_REQ = "An error occurred while creating a retryable http Request: %s" ERRORMSG_UNEXPECTED_STATUS_CODE = "Unexpected HTTP status code %d (%s)" ERRORMSG_UNMARSHAL_AUTH_RESPONSE = "error unmarshalling authentication response: %s" ERRORMSG_UNABLE_RETRIEVE_CRTOKEN = "unable to retrieve compute resource token value: %s" // #nosec G101 diff --git a/vendor/github.com/IBM/go-sdk-core/v5/core/container_authenticator.go b/vendor/github.com/IBM/go-sdk-core/v5/core/container_authenticator.go index ff7328375..9892da9cc 100644 --- a/vendor/github.com/IBM/go-sdk-core/v5/core/container_authenticator.go +++ b/vendor/github.com/IBM/go-sdk-core/v5/core/container_authenticator.go @@ -54,7 +54,8 @@ type ContainerAuthenticator struct { // [optional] The IAM token server's base endpoint URL. // Default value: "https://iam.cloud.ibm.com" - URL string + URL string + urlInit sync.Once // [optional] The ClientID and ClientSecret fields are used to form a "basic auth" // Authorization header for interactions with the IAM token server. @@ -223,6 +224,20 @@ func (authenticator *ContainerAuthenticator) Authenticate(request *http.Request) return nil } +// url returns the authenticator's URL property after potentially initializing it. +func (authenticator *ContainerAuthenticator) url() string { + authenticator.urlInit.Do(func() { + if authenticator.URL == "" { + // If URL was not specified, then use the default IAM endpoint. + authenticator.URL = defaultIamTokenServerEndpoint + } else { + // Canonicalize the URL by removing the operation path if it was specified by the user. + authenticator.URL = strings.TrimSuffix(authenticator.URL, iamAuthOperationPathGetToken) + } + }) + return authenticator.URL +} + // getTokenData returns the tokenData field from the authenticator with synchronization. func (authenticator *ContainerAuthenticator) getTokenData() *iamTokenData { authenticator.tokenDataMutex.Lock() @@ -332,7 +347,6 @@ func (authenticator *ContainerAuthenticator) invokeRequestTokenData() error { // that to obtain a new IAM access token from the IAM token server. func (authenticator *ContainerAuthenticator) RequestToken() (*IamTokenServerResponse, error) { var err error - var operationPath string = "/identity/token" // First, retrieve the CR token value for this compute resource. crToken, err := authenticator.retrieveCRToken() @@ -343,18 +357,9 @@ func (authenticator *ContainerAuthenticator) RequestToken() (*IamTokenServerResp return nil, NewAuthenticationError(&DetailedResponse{}, err) } - // Use the default IAM URL if one was not specified by the user. - url := authenticator.URL - if url == "" { - url = defaultIamTokenServerEndpoint - } else { - // Canonicalize the URL by removing the operation path if it was specified by the user. - url = strings.TrimSuffix(url, operationPath) - } - // Set up the request for the IAM "get token" invocation. builder := NewRequestBuilder(POST) - _, err = builder.ResolveRequestURL(url, operationPath, nil) + _, err = builder.ResolveRequestURL(authenticator.url(), iamAuthOperationPathGetToken, nil) if err != nil { return nil, NewAuthenticationError(&DetailedResponse{}, err) } diff --git a/vendor/github.com/IBM/go-sdk-core/v5/core/iam_authenticator.go b/vendor/github.com/IBM/go-sdk-core/v5/core/iam_authenticator.go index 6a3247e45..da4e95775 100644 --- a/vendor/github.com/IBM/go-sdk-core/v5/core/iam_authenticator.go +++ b/vendor/github.com/IBM/go-sdk-core/v5/core/iam_authenticator.go @@ -48,7 +48,8 @@ type IamAuthenticator struct { // The URL representing the IAM token server's endpoint; If not specified, // a suitable default value will be used [optional]. - URL string + URL string + urlInit sync.Once // The ClientId and ClientSecret fields are used to form a "basic auth" // Authorization header for interactions with the IAM token server. @@ -226,6 +227,20 @@ func (authenticator *IamAuthenticator) Authenticate(request *http.Request) error return nil } +// url returns the authenticator's URL property after potentially initializing it. +func (authenticator *IamAuthenticator) url() string { + authenticator.urlInit.Do(func() { + if authenticator.URL == "" { + // If URL was not specified, then use the default IAM endpoint. + authenticator.URL = defaultIamTokenServerEndpoint + } else { + // Canonicalize the URL by removing the operation path if it was specified by the user. + authenticator.URL = strings.TrimSuffix(authenticator.URL, iamAuthOperationPathGetToken) + } + }) + return authenticator.URL +} + // getTokenData returns the tokenData field from the authenticator. func (authenticator *IamAuthenticator) getTokenData() *iamTokenData { authenticator.tokenDataMutex.Lock() @@ -260,9 +275,24 @@ func (authenticator *IamAuthenticator) setTokenData(tokenData *iamTokenData) { // and that the ClientId and ClientSecret properties are mutually inclusive. func (this *IamAuthenticator) Validate() error { - // The user should specify exactly one of ApiKey or RefreshToken. - if this.ApiKey == "" && this.RefreshToken == "" || - this.ApiKey != "" && this.RefreshToken != "" { + // The user should specify at least one of ApiKey or RefreshToken. + // Note: We'll allow both ApiKey and RefreshToken to be specified, + // in which case we'd use ApiKey in the RequestToken() method. + // Consider this scenario... + // - An IamAuthenticator instance is configured with an apikey and is initially + // declared to be "valid" by the Validate() method. + // - The authenticator is used to construct a service, then an operation is + // invoked which then triggers the very first call to RequestToken(). + // - The authenticator invokes the IAM get_token operation and then receives + // the response. The authenticator copies the refresh_token value from the response + // to the authenticator's RefreshToken field. + // - At this point, the authenticator would have non-empty values in both the + // ApiKey and RefreshToken fields. + // This all means that we must try to make sure that a previously-validated + // instance of the authenticator doesn't become invalidated simply through + // normal use. + // + if this.ApiKey == "" && this.RefreshToken == "" { return fmt.Errorf(ERRORMSG_EXCLUSIVE_PROPS_ERROR, "ApiKey", "RefreshToken") } @@ -271,10 +301,9 @@ func (this *IamAuthenticator) Validate() error { } // Validate ClientId and ClientSecret. - // If RefreshToken is not specified, then both or neither should be specified. - // If RefreshToken is specified, then both must be specified. - if this.ClientId == "" && this.ClientSecret == "" && this.RefreshToken == "" { - // Do nothing as this is the valid scenario + // Either both or neither should be specified. + if this.ClientId == "" && this.ClientSecret == "" { + // Do nothing as this is the valid scenario. } else { // Since it is NOT the case that both properties are empty, make sure BOTH are specified. if this.ClientId == "" { @@ -348,17 +377,8 @@ func (authenticator *IamAuthenticator) invokeRequestTokenData() error { // RequestToken fetches a new access token from the token server. func (authenticator *IamAuthenticator) RequestToken() (*IamTokenServerResponse, error) { - // Use the default IAM URL if one was not specified by the user. - url := authenticator.URL - if url == "" { - url = defaultIamTokenServerEndpoint - } else { - // Canonicalize the URL by removing the operation path if it was specified by the user. - url = strings.TrimSuffix(url, iamAuthOperationPathGetToken) - } - builder := NewRequestBuilder(POST) - _, err := builder.ResolveRequestURL(url, iamAuthOperationPathGetToken, nil) + _, err := builder.ResolveRequestURL(authenticator.url(), iamAuthOperationPathGetToken, nil) if err != nil { return nil, err } diff --git a/vendor/github.com/IBM/go-sdk-core/v5/core/version.go b/vendor/github.com/IBM/go-sdk-core/v5/core/version.go index 9f8c0a039..7b09a3b3a 100644 --- a/vendor/github.com/IBM/go-sdk-core/v5/core/version.go +++ b/vendor/github.com/IBM/go-sdk-core/v5/core/version.go @@ -15,4 +15,4 @@ package core // limitations under the License. // Version of the SDK -const __VERSION__ = "5.9.1" +const __VERSION__ = "5.9.5" diff --git a/vendor/github.com/IBM/go-sdk-core/v5/core/vpc_instance_authenticator.go b/vendor/github.com/IBM/go-sdk-core/v5/core/vpc_instance_authenticator.go index e0130d7ee..11a851b40 100644 --- a/vendor/github.com/IBM/go-sdk-core/v5/core/vpc_instance_authenticator.go +++ b/vendor/github.com/IBM/go-sdk-core/v5/core/vpc_instance_authenticator.go @@ -280,11 +280,6 @@ func (authenticator *VpcInstanceAuthenticator) invokeRequestTokenData() error { // and then (2) exchange that for an IAM access token. func (authenticator *VpcInstanceAuthenticator) RequestToken() (iamTokenResponse *IamTokenServerResponse, err error) { - // Use the default VPC base endpoint if user didn't specifiy the URL property. - if authenticator.URL == "" { - authenticator.URL = vpcauthDefaultIMSEndpoint - } - // Retrieve the instance identity token from the VPC Instance Metadata Service. instanceIdentityToken, err := authenticator.retrieveInstanceIdentityToken() if err != nil { diff --git a/vendor/github.com/IBM/networking-go-sdk/common/version.go b/vendor/github.com/IBM/networking-go-sdk/common/version.go index 0d3277ae8..032d477de 100644 --- a/vendor/github.com/IBM/networking-go-sdk/common/version.go +++ b/vendor/github.com/IBM/networking-go-sdk/common/version.go @@ -17,4 +17,4 @@ package common // Version of the SDK -const Version = "0.24.0" +const Version = "0.28.0" diff --git a/vendor/github.com/IBM/platform-services-go-sdk/common/version.go b/vendor/github.com/IBM/platform-services-go-sdk/common/version.go index 316517ac8..ae9cff6d5 100644 --- a/vendor/github.com/IBM/platform-services-go-sdk/common/version.go +++ b/vendor/github.com/IBM/platform-services-go-sdk/common/version.go @@ -17,4 +17,4 @@ package common // Version of the SDK -const Version = "0.22.7" +const Version = "0.24.0" diff --git a/vendor/github.com/IBM/platform-services-go-sdk/iamidentityv1/iam_identity_v1.go b/vendor/github.com/IBM/platform-services-go-sdk/iamidentityv1/iam_identity_v1.go index d353f7181..0068e54e8 100644 --- a/vendor/github.com/IBM/platform-services-go-sdk/iamidentityv1/iam_identity_v1.go +++ b/vendor/github.com/IBM/platform-services-go-sdk/iamidentityv1/iam_identity_v1.go @@ -1,5 +1,5 @@ /** - * (C) Copyright IBM Corp. 2021. + * (C) Copyright IBM Corp. 2022. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -15,7 +15,7 @@ */ /* - * IBM OpenAPI SDK Code Generator Version: 3.37.0-a85661cd-20210802-190136 + * IBM OpenAPI SDK Code Generator Version: 3.46.1-a5569134-20220316-164819 */ // Package iamidentityv1 : Operations and models for the IamIdentityV1 service @@ -37,7 +37,7 @@ import ( // IamIdentityV1 : The IAM Identity Service API allows for the management of Account Settings and Identities (Service // IDs, ApiKeys). // -// Version: 1.0.0 +// API Version: 1.0.0 type IamIdentityV1 struct { Service *core.BaseService } @@ -434,6 +434,9 @@ func (iamIdentity *IamIdentityV1) GetAPIKeyWithContext(ctx context.Context, getA if getAPIKeyOptions.IncludeHistory != nil { builder.AddQuery("include_history", fmt.Sprint(*getAPIKeyOptions.IncludeHistory)) } + if getAPIKeyOptions.IncludeActivity != nil { + builder.AddQuery("include_activity", fmt.Sprint(*getAPIKeyOptions.IncludeActivity)) + } request, err := builder.Build() if err != nil { @@ -687,7 +690,7 @@ func (iamIdentity *IamIdentityV1) UnlockAPIKeyWithContext(ctx context.Context, u // ListServiceIds : List service IDs // Returns a list of service IDs. Users can manage user API keys for themself, or service ID API keys for service IDs // that are bound to an entity they have access to. Note: apikey details are only included in the response when -// creating a Service ID with an apikey. +// creating a Service ID with an api key. func (iamIdentity *IamIdentityV1) ListServiceIds(listServiceIdsOptions *ListServiceIdsOptions) (result *ServiceIDList, response *core.DetailedResponse, err error) { return iamIdentity.ListServiceIdsWithContext(context.Background(), listServiceIdsOptions) } @@ -845,7 +848,7 @@ func (iamIdentity *IamIdentityV1) CreateServiceIDWithContext(ctx context.Context // GetServiceID : Get details of a service ID // Returns the details of a service ID. Users can manage user API keys for themself, or service ID API keys for service // IDs that are bound to an entity they have access to. Note: apikey details are only included in the response when -// creating a Service ID with an apikey. +// creating a Service ID with an api key. func (iamIdentity *IamIdentityV1) GetServiceID(getServiceIDOptions *GetServiceIDOptions) (result *ServiceID, response *core.DetailedResponse, err error) { return iamIdentity.GetServiceIDWithContext(context.Background(), getServiceIDOptions) } @@ -886,6 +889,9 @@ func (iamIdentity *IamIdentityV1) GetServiceIDWithContext(ctx context.Context, g if getServiceIDOptions.IncludeHistory != nil { builder.AddQuery("include_history", fmt.Sprint(*getServiceIDOptions.IncludeHistory)) } + if getServiceIDOptions.IncludeActivity != nil { + builder.AddQuery("include_activity", fmt.Sprint(*getServiceIDOptions.IncludeActivity)) + } request, err := builder.Build() if err != nil { @@ -1331,6 +1337,10 @@ func (iamIdentity *IamIdentityV1) GetProfileWithContext(ctx context.Context, get } builder.AddHeader("Accept", "application/json") + if getProfileOptions.IncludeActivity != nil { + builder.AddQuery("include_activity", fmt.Sprint(*getProfileOptions.IncludeActivity)) + } + request, err := builder.Build() if err != nil { return @@ -1645,7 +1655,7 @@ func (iamIdentity *IamIdentityV1) GetClaimRuleWithContext(ctx context.Context, g pathParamsMap := map[string]string{ "profile-id": *getClaimRuleOptions.ProfileID, - "rule-id": *getClaimRuleOptions.RuleID, + "rule-id": *getClaimRuleOptions.RuleID, } builder := core.NewRequestBuilder(core.GET) @@ -1706,7 +1716,7 @@ func (iamIdentity *IamIdentityV1) UpdateClaimRuleWithContext(ctx context.Context pathParamsMap := map[string]string{ "profile-id": *updateClaimRuleOptions.ProfileID, - "rule-id": *updateClaimRuleOptions.RuleID, + "rule-id": *updateClaimRuleOptions.RuleID, } builder := core.NewRequestBuilder(core.PUT) @@ -1799,7 +1809,7 @@ func (iamIdentity *IamIdentityV1) DeleteClaimRuleWithContext(ctx context.Context pathParamsMap := map[string]string{ "profile-id": *deleteClaimRuleOptions.ProfileID, - "rule-id": *deleteClaimRuleOptions.RuleID, + "rule-id": *deleteClaimRuleOptions.RuleID, } builder := core.NewRequestBuilder(core.DELETE) @@ -1985,7 +1995,7 @@ func (iamIdentity *IamIdentityV1) GetLinkWithContext(ctx context.Context, getLin pathParamsMap := map[string]string{ "profile-id": *getLinkOptions.ProfileID, - "link-id": *getLinkOptions.LinkID, + "link-id": *getLinkOptions.LinkID, } builder := core.NewRequestBuilder(core.GET) @@ -2046,7 +2056,7 @@ func (iamIdentity *IamIdentityV1) DeleteLinkWithContext(ctx context.Context, del pathParamsMap := map[string]string{ "profile-id": *deleteLinkOptions.ProfileID, - "link-id": *deleteLinkOptions.LinkID, + "link-id": *deleteLinkOptions.LinkID, } builder := core.NewRequestBuilder(core.DELETE) @@ -2232,6 +2242,134 @@ func (iamIdentity *IamIdentityV1) UpdateAccountSettingsWithContext(ctx context.C return } +// CreateReport : Trigger activity report across on account scope +// Trigger activity report across on account scope for a given accountid. +func (iamIdentity *IamIdentityV1) CreateReport(createReportOptions *CreateReportOptions) (result *ReportReference, response *core.DetailedResponse, err error) { + return iamIdentity.CreateReportWithContext(context.Background(), createReportOptions) +} + +// CreateReportWithContext is an alternate form of the CreateReport method which supports a Context parameter +func (iamIdentity *IamIdentityV1) CreateReportWithContext(ctx context.Context, createReportOptions *CreateReportOptions) (result *ReportReference, response *core.DetailedResponse, err error) { + err = core.ValidateNotNil(createReportOptions, "createReportOptions cannot be nil") + if err != nil { + return + } + err = core.ValidateStruct(createReportOptions, "createReportOptions") + if err != nil { + return + } + + pathParamsMap := map[string]string{ + "account_id": *createReportOptions.AccountID, + } + + builder := core.NewRequestBuilder(core.POST) + builder = builder.WithContext(ctx) + builder.EnableGzipCompression = iamIdentity.GetEnableGzipCompression() + _, err = builder.ResolveRequestURL(iamIdentity.Service.Options.URL, `/v1/activity/accounts/{account_id}/report`, pathParamsMap) + if err != nil { + return + } + + for headerName, headerValue := range createReportOptions.Headers { + builder.AddHeader(headerName, headerValue) + } + + sdkHeaders := common.GetSdkHeaders("iam_identity", "V1", "CreateReport") + for headerName, headerValue := range sdkHeaders { + builder.AddHeader(headerName, headerValue) + } + builder.AddHeader("Accept", "application/json") + + if createReportOptions.Type != nil { + builder.AddQuery("type", fmt.Sprint(*createReportOptions.Type)) + } + if createReportOptions.Duration != nil { + builder.AddQuery("duration", fmt.Sprint(*createReportOptions.Duration)) + } + + request, err := builder.Build() + if err != nil { + return + } + + var rawResponse map[string]json.RawMessage + response, err = iamIdentity.Service.Request(request, &rawResponse) + if err != nil { + return + } + if rawResponse != nil { + err = core.UnmarshalModel(rawResponse, "", &result, UnmarshalReportReference) + if err != nil { + return + } + response.Result = result + } + + return +} + +// GetReport : Get activity report across on account scope +// Get activity report across on account scope for a given accountid. +func (iamIdentity *IamIdentityV1) GetReport(getReportOptions *GetReportOptions) (result *Report, response *core.DetailedResponse, err error) { + return iamIdentity.GetReportWithContext(context.Background(), getReportOptions) +} + +// GetReportWithContext is an alternate form of the GetReport method which supports a Context parameter +func (iamIdentity *IamIdentityV1) GetReportWithContext(ctx context.Context, getReportOptions *GetReportOptions) (result *Report, response *core.DetailedResponse, err error) { + err = core.ValidateNotNil(getReportOptions, "getReportOptions cannot be nil") + if err != nil { + return + } + err = core.ValidateStruct(getReportOptions, "getReportOptions") + if err != nil { + return + } + + pathParamsMap := map[string]string{ + "account_id": *getReportOptions.AccountID, + "reference": *getReportOptions.Reference, + } + + builder := core.NewRequestBuilder(core.GET) + builder = builder.WithContext(ctx) + builder.EnableGzipCompression = iamIdentity.GetEnableGzipCompression() + _, err = builder.ResolveRequestURL(iamIdentity.Service.Options.URL, `/v1/activity/accounts/{account_id}/report/{reference}`, pathParamsMap) + if err != nil { + return + } + + for headerName, headerValue := range getReportOptions.Headers { + builder.AddHeader(headerName, headerValue) + } + + sdkHeaders := common.GetSdkHeaders("iam_identity", "V1", "GetReport") + for headerName, headerValue := range sdkHeaders { + builder.AddHeader(headerName, headerValue) + } + builder.AddHeader("Accept", "application/json") + + request, err := builder.Build() + if err != nil { + return + } + + var rawResponse map[string]json.RawMessage + response, err = iamIdentity.Service.Request(request, &rawResponse) + if err != nil { + return + } + if rawResponse != nil { + err = core.UnmarshalModel(rawResponse, "", &result, UnmarshalReport) + if err != nil { + return + } + response.Result = result + } + + return +} + // AccountSettingsResponse : Response body format for Account Settings REST requests. type AccountSettingsResponse struct { // Context with key properties for problem determination. @@ -2293,8 +2431,8 @@ type AccountSettingsResponse struct { // * NOT_SET - to 'unset' a previous set value. const ( AccountSettingsResponseRestrictCreateServiceIDNotRestrictedConst = "NOT_RESTRICTED" - AccountSettingsResponseRestrictCreateServiceIDNotSetConst = "NOT_SET" - AccountSettingsResponseRestrictCreateServiceIDRestrictedConst = "RESTRICTED" + AccountSettingsResponseRestrictCreateServiceIDNotSetConst = "NOT_SET" + AccountSettingsResponseRestrictCreateServiceIDRestrictedConst = "RESTRICTED" ) // Constants associated with the AccountSettingsResponse.RestrictCreatePlatformApikey property. @@ -2304,8 +2442,8 @@ const ( // * NOT_SET - to 'unset' a previous set value. const ( AccountSettingsResponseRestrictCreatePlatformApikeyNotRestrictedConst = "NOT_RESTRICTED" - AccountSettingsResponseRestrictCreatePlatformApikeyNotSetConst = "NOT_SET" - AccountSettingsResponseRestrictCreatePlatformApikeyRestrictedConst = "RESTRICTED" + AccountSettingsResponseRestrictCreatePlatformApikeyNotSetConst = "NOT_SET" + AccountSettingsResponseRestrictCreatePlatformApikeyRestrictedConst = "RESTRICTED" ) // Constants associated with the AccountSettingsResponse.Mfa property. @@ -2317,11 +2455,11 @@ const ( // * LEVEL2 - TOTP-based MFA for all users // * LEVEL3 - U2F MFA for all users. const ( - AccountSettingsResponseMfaLevel1Const = "LEVEL1" - AccountSettingsResponseMfaLevel2Const = "LEVEL2" - AccountSettingsResponseMfaLevel3Const = "LEVEL3" - AccountSettingsResponseMfaNoneConst = "NONE" - AccountSettingsResponseMfaTotpConst = "TOTP" + AccountSettingsResponseMfaLevel1Const = "LEVEL1" + AccountSettingsResponseMfaLevel2Const = "LEVEL2" + AccountSettingsResponseMfaLevel3Const = "LEVEL3" + AccountSettingsResponseMfaNoneConst = "NONE" + AccountSettingsResponseMfaTotpConst = "TOTP" AccountSettingsResponseMfaTotp4allConst = "TOTP4ALL" ) @@ -2376,6 +2514,30 @@ func UnmarshalAccountSettingsResponse(m map[string]json.RawMessage, result inter return } +// Activity : Activity struct +type Activity struct { + // Time when the entity was last authenticated. + LastAuthn *string `json:"last_authn,omitempty"` + + // Authentication count, number of times the entity was authenticated. + AuthnCount *int64 `json:"authn_count" validate:"required"` +} + +// UnmarshalActivity unmarshals an instance of Activity from the specified map of raw messages. +func UnmarshalActivity(m map[string]json.RawMessage, result interface{}) (err error) { + obj := new(Activity) + err = core.UnmarshalPrimitive(m, "last_authn", &obj.LastAuthn) + if err != nil { + return + } + err = core.UnmarshalPrimitive(m, "authn_count", &obj.AuthnCount) + if err != nil { + return + } + reflect.ValueOf(result).Elem().Set(reflect.ValueOf(obj)) + return +} + // APIKey : Response body format for API key V1 REST requests. type APIKey struct { // Context with key properties for problem determination. @@ -2426,6 +2588,8 @@ type APIKey struct { // History of the API key. History []EnityHistoryRecord `json:"history,omitempty"` + + Activity *Activity `json:"activity,omitempty"` } // UnmarshalAPIKey unmarshals an instance of APIKey from the specified map of raw messages. @@ -2487,6 +2651,10 @@ func UnmarshalAPIKey(m map[string]json.RawMessage, result interface{}) (err erro if err != nil { return } + err = core.UnmarshalModel(m, "activity", &obj.Activity, UnmarshalActivity) + if err != nil { + return + } reflect.ValueOf(result).Elem().Set(reflect.ValueOf(obj)) return } @@ -2634,7 +2802,7 @@ type CreateAPIKeyOptions struct { StoreValue *bool `json:"store_value,omitempty"` // Indicates if the API key is locked for further write operations. False by default. - EntityLock *string `json:"-"` + EntityLock *string `json:"Entity-Lock,omitempty"` // Allows users to set headers on API requests Headers map[string]string @@ -2643,7 +2811,7 @@ type CreateAPIKeyOptions struct { // NewCreateAPIKeyOptions : Instantiate CreateAPIKeyOptions func (*IamIdentityV1) NewCreateAPIKeyOptions(name string, iamID string) *CreateAPIKeyOptions { return &CreateAPIKeyOptions{ - Name: core.StringPtr(name), + Name: core.StringPtr(name), IamID: core.StringPtr(iamID), } } @@ -2699,7 +2867,7 @@ func (options *CreateAPIKeyOptions) SetHeaders(param map[string]string) *CreateA // CreateClaimRuleOptions : The CreateClaimRule options. type CreateClaimRuleOptions struct { // ID of the trusted profile to create a claim rule. - ProfileID *string `json:"-" validate:"required,ne="` + ProfileID *string `json:"profile-id" validate:"required,ne="` // Type of the calim rule, either 'Profile-SAML' or 'Profile-CR'. Type *string `json:"type" validate:"required"` @@ -2731,8 +2899,8 @@ type CreateClaimRuleOptions struct { // NewCreateClaimRuleOptions : Instantiate CreateClaimRuleOptions func (*IamIdentityV1) NewCreateClaimRuleOptions(profileID string, typeVar string, conditions []ProfileClaimRuleConditions) *CreateClaimRuleOptions { return &CreateClaimRuleOptions{ - ProfileID: core.StringPtr(profileID), - Type: core.StringPtr(typeVar), + ProfileID: core.StringPtr(profileID), + Type: core.StringPtr(typeVar), Conditions: conditions, } } @@ -2794,7 +2962,7 @@ func (options *CreateClaimRuleOptions) SetHeaders(param map[string]string) *Crea // CreateLinkOptions : The CreateLink options. type CreateLinkOptions struct { // ID of the trusted profile. - ProfileID *string `json:"-" validate:"required,ne="` + ProfileID *string `json:"profile-id" validate:"required,ne="` // The compute resource type. Valid values are VSI, IKS_SA, ROKS_SA. CrType *string `json:"cr_type" validate:"required"` @@ -2813,8 +2981,8 @@ type CreateLinkOptions struct { func (*IamIdentityV1) NewCreateLinkOptions(profileID string, crType string, link *CreateProfileLinkRequestLink) *CreateLinkOptions { return &CreateLinkOptions{ ProfileID: core.StringPtr(profileID), - CrType: core.StringPtr(crType), - Link: link, + CrType: core.StringPtr(crType), + Link: link, } } @@ -2863,7 +3031,7 @@ type CreateProfileLinkRequestLink struct { // NewCreateProfileLinkRequestLink : Instantiate CreateProfileLinkRequestLink (Generic Model Constructor) func (*IamIdentityV1) NewCreateProfileLinkRequestLink(crn string, namespace string) (_model *CreateProfileLinkRequestLink, err error) { _model = &CreateProfileLinkRequestLink{ - CRN: core.StringPtr(crn), + CRN: core.StringPtr(crn), Namespace: core.StringPtr(namespace), } err = core.ValidateStruct(_model, "required parameters") @@ -2909,7 +3077,7 @@ type CreateProfileOptions struct { // NewCreateProfileOptions : Instantiate CreateProfileOptions func (*IamIdentityV1) NewCreateProfileOptions(name string, accountID string) *CreateProfileOptions { return &CreateProfileOptions{ - Name: core.StringPtr(name), + Name: core.StringPtr(name), AccountID: core.StringPtr(accountID), } } @@ -2938,6 +3106,53 @@ func (options *CreateProfileOptions) SetHeaders(param map[string]string) *Create return options } +// CreateReportOptions : The CreateReport options. +type CreateReportOptions struct { + // ID of the account. + AccountID *string `json:"account_id" validate:"required,ne="` + + // Optional report type, supported value is 'inactive' - List all identities that have not authenticated within the + // time indicated by duration. + Type *string `json:"type,omitempty"` + + // Optional duration of the report, supported unit of duration is hours. + Duration *string `json:"duration,omitempty"` + + // Allows users to set headers on API requests + Headers map[string]string +} + +// NewCreateReportOptions : Instantiate CreateReportOptions +func (*IamIdentityV1) NewCreateReportOptions(accountID string) *CreateReportOptions { + return &CreateReportOptions{ + AccountID: core.StringPtr(accountID), + } +} + +// SetAccountID : Allow user to set AccountID +func (_options *CreateReportOptions) SetAccountID(accountID string) *CreateReportOptions { + _options.AccountID = core.StringPtr(accountID) + return _options +} + +// SetType : Allow user to set Type +func (_options *CreateReportOptions) SetType(typeVar string) *CreateReportOptions { + _options.Type = core.StringPtr(typeVar) + return _options +} + +// SetDuration : Allow user to set Duration +func (_options *CreateReportOptions) SetDuration(duration string) *CreateReportOptions { + _options.Duration = core.StringPtr(duration) + return _options +} + +// SetHeaders : Allow user to set Headers +func (options *CreateReportOptions) SetHeaders(param map[string]string) *CreateReportOptions { + options.Headers = param + return options +} + // CreateServiceIDOptions : The CreateServiceID options. type CreateServiceIDOptions struct { // ID of the account the service ID belongs to. @@ -2958,7 +3173,7 @@ type CreateServiceIDOptions struct { Apikey *APIKeyInsideCreateServiceIDRequest `json:"apikey,omitempty"` // Indicates if the service ID is locked for further write operations. False by default. - EntityLock *string `json:"-"` + EntityLock *string `json:"Entity-Lock,omitempty"` // Allows users to set headers on API requests Headers map[string]string @@ -2968,7 +3183,7 @@ type CreateServiceIDOptions struct { func (*IamIdentityV1) NewCreateServiceIDOptions(accountID string, name string) *CreateServiceIDOptions { return &CreateServiceIDOptions{ AccountID: core.StringPtr(accountID), - Name: core.StringPtr(name), + Name: core.StringPtr(name), } } @@ -3017,7 +3232,7 @@ func (options *CreateServiceIDOptions) SetHeaders(param map[string]string) *Crea // DeleteAPIKeyOptions : The DeleteAPIKey options. type DeleteAPIKeyOptions struct { // Unique ID of the API key. - ID *string `json:"-" validate:"required,ne="` + ID *string `json:"id" validate:"required,ne="` // Allows users to set headers on API requests Headers map[string]string @@ -3045,10 +3260,10 @@ func (options *DeleteAPIKeyOptions) SetHeaders(param map[string]string) *DeleteA // DeleteClaimRuleOptions : The DeleteClaimRule options. type DeleteClaimRuleOptions struct { // ID of the trusted profile. - ProfileID *string `json:"-" validate:"required,ne="` + ProfileID *string `json:"profile-id" validate:"required,ne="` // ID of the claim rule to delete. - RuleID *string `json:"-" validate:"required,ne="` + RuleID *string `json:"rule-id" validate:"required,ne="` // Allows users to set headers on API requests Headers map[string]string @@ -3058,7 +3273,7 @@ type DeleteClaimRuleOptions struct { func (*IamIdentityV1) NewDeleteClaimRuleOptions(profileID string, ruleID string) *DeleteClaimRuleOptions { return &DeleteClaimRuleOptions{ ProfileID: core.StringPtr(profileID), - RuleID: core.StringPtr(ruleID), + RuleID: core.StringPtr(ruleID), } } @@ -3083,10 +3298,10 @@ func (options *DeleteClaimRuleOptions) SetHeaders(param map[string]string) *Dele // DeleteLinkOptions : The DeleteLink options. type DeleteLinkOptions struct { // ID of the trusted profile. - ProfileID *string `json:"-" validate:"required,ne="` + ProfileID *string `json:"profile-id" validate:"required,ne="` // ID of the link. - LinkID *string `json:"-" validate:"required,ne="` + LinkID *string `json:"link-id" validate:"required,ne="` // Allows users to set headers on API requests Headers map[string]string @@ -3096,7 +3311,7 @@ type DeleteLinkOptions struct { func (*IamIdentityV1) NewDeleteLinkOptions(profileID string, linkID string) *DeleteLinkOptions { return &DeleteLinkOptions{ ProfileID: core.StringPtr(profileID), - LinkID: core.StringPtr(linkID), + LinkID: core.StringPtr(linkID), } } @@ -3121,7 +3336,7 @@ func (options *DeleteLinkOptions) SetHeaders(param map[string]string) *DeleteLin // DeleteProfileOptions : The DeleteProfile options. type DeleteProfileOptions struct { // ID of the trusted profile. - ProfileID *string `json:"-" validate:"required,ne="` + ProfileID *string `json:"profile-id" validate:"required,ne="` // Allows users to set headers on API requests Headers map[string]string @@ -3149,7 +3364,7 @@ func (options *DeleteProfileOptions) SetHeaders(param map[string]string) *Delete // DeleteServiceIDOptions : The DeleteServiceID options. type DeleteServiceIDOptions struct { // Unique ID of the service ID. - ID *string `json:"-" validate:"required,ne="` + ID *string `json:"id" validate:"required,ne="` // Allows users to set headers on API requests Headers map[string]string @@ -3226,13 +3441,44 @@ func UnmarshalEnityHistoryRecord(m map[string]json.RawMessage, result interface{ return } +// EntityActivity : EntityActivity struct +type EntityActivity struct { + // Unique id of the entity. + ID *string `json:"id" validate:"required"` + + // Name provided during creation of the entity. + Name *string `json:"name,omitempty"` + + // Time when the entity was last authenticated. + LastAuthn *string `json:"last_authn,omitempty"` +} + +// UnmarshalEntityActivity unmarshals an instance of EntityActivity from the specified map of raw messages. +func UnmarshalEntityActivity(m map[string]json.RawMessage, result interface{}) (err error) { + obj := new(EntityActivity) + err = core.UnmarshalPrimitive(m, "id", &obj.ID) + if err != nil { + return + } + err = core.UnmarshalPrimitive(m, "name", &obj.Name) + if err != nil { + return + } + err = core.UnmarshalPrimitive(m, "last_authn", &obj.LastAuthn) + if err != nil { + return + } + reflect.ValueOf(result).Elem().Set(reflect.ValueOf(obj)) + return +} + // GetAccountSettingsOptions : The GetAccountSettings options. type GetAccountSettingsOptions struct { // Unique ID of the account. - AccountID *string `json:"-" validate:"required,ne="` + AccountID *string `json:"account_id" validate:"required,ne="` // Defines if the entity history is included in the response. - IncludeHistory *bool `json:"-"` + IncludeHistory *bool `json:"include_history,omitempty"` // Allows users to set headers on API requests Headers map[string]string @@ -3266,10 +3512,14 @@ func (options *GetAccountSettingsOptions) SetHeaders(param map[string]string) *G // GetAPIKeyOptions : The GetAPIKey options. type GetAPIKeyOptions struct { // Unique ID of the API key. - ID *string `json:"-" validate:"required,ne="` + ID *string `json:"id" validate:"required,ne="` // Defines if the entity history is included in the response. - IncludeHistory *bool `json:"-"` + IncludeHistory *bool `json:"include_history,omitempty"` + + // Defines if the entity's activity is included in the response. Retrieving activity data is an expensive operation, so + // please only request this when needed. + IncludeActivity *bool `json:"include_activity,omitempty"` // Allows users to set headers on API requests Headers map[string]string @@ -3294,6 +3544,12 @@ func (_options *GetAPIKeyOptions) SetIncludeHistory(includeHistory bool) *GetAPI return _options } +// SetIncludeActivity : Allow user to set IncludeActivity +func (_options *GetAPIKeyOptions) SetIncludeActivity(includeActivity bool) *GetAPIKeyOptions { + _options.IncludeActivity = core.BoolPtr(includeActivity) + return _options +} + // SetHeaders : Allow user to set Headers func (options *GetAPIKeyOptions) SetHeaders(param map[string]string) *GetAPIKeyOptions { options.Headers = param @@ -3303,10 +3559,10 @@ func (options *GetAPIKeyOptions) SetHeaders(param map[string]string) *GetAPIKeyO // GetAPIKeysDetailsOptions : The GetAPIKeysDetails options. type GetAPIKeysDetailsOptions struct { // API key value. - IamAPIKey *string `json:"-"` + IamAPIKey *string `json:"IAM-ApiKey,omitempty"` // Defines if the entity history is included in the response. - IncludeHistory *bool `json:"-"` + IncludeHistory *bool `json:"include_history,omitempty"` // Allows users to set headers on API requests Headers map[string]string @@ -3338,10 +3594,10 @@ func (options *GetAPIKeysDetailsOptions) SetHeaders(param map[string]string) *Ge // GetClaimRuleOptions : The GetClaimRule options. type GetClaimRuleOptions struct { // ID of the trusted profile. - ProfileID *string `json:"-" validate:"required,ne="` + ProfileID *string `json:"profile-id" validate:"required,ne="` // ID of the claim rule to get. - RuleID *string `json:"-" validate:"required,ne="` + RuleID *string `json:"rule-id" validate:"required,ne="` // Allows users to set headers on API requests Headers map[string]string @@ -3351,7 +3607,7 @@ type GetClaimRuleOptions struct { func (*IamIdentityV1) NewGetClaimRuleOptions(profileID string, ruleID string) *GetClaimRuleOptions { return &GetClaimRuleOptions{ ProfileID: core.StringPtr(profileID), - RuleID: core.StringPtr(ruleID), + RuleID: core.StringPtr(ruleID), } } @@ -3376,10 +3632,10 @@ func (options *GetClaimRuleOptions) SetHeaders(param map[string]string) *GetClai // GetLinkOptions : The GetLink options. type GetLinkOptions struct { // ID of the trusted profile. - ProfileID *string `json:"-" validate:"required,ne="` + ProfileID *string `json:"profile-id" validate:"required,ne="` // ID of the link. - LinkID *string `json:"-" validate:"required,ne="` + LinkID *string `json:"link-id" validate:"required,ne="` // Allows users to set headers on API requests Headers map[string]string @@ -3389,7 +3645,7 @@ type GetLinkOptions struct { func (*IamIdentityV1) NewGetLinkOptions(profileID string, linkID string) *GetLinkOptions { return &GetLinkOptions{ ProfileID: core.StringPtr(profileID), - LinkID: core.StringPtr(linkID), + LinkID: core.StringPtr(linkID), } } @@ -3414,7 +3670,11 @@ func (options *GetLinkOptions) SetHeaders(param map[string]string) *GetLinkOptio // GetProfileOptions : The GetProfile options. type GetProfileOptions struct { // ID of the trusted profile to get. - ProfileID *string `json:"-" validate:"required,ne="` + ProfileID *string `json:"profile-id" validate:"required,ne="` + + // Defines if the entity's activity is included in the response. Retrieving activity data is an expensive operation, so + // please only request this when needed. + IncludeActivity *bool `json:"include_activity,omitempty"` // Allows users to set headers on API requests Headers map[string]string @@ -3433,19 +3693,67 @@ func (_options *GetProfileOptions) SetProfileID(profileID string) *GetProfileOpt return _options } +// SetIncludeActivity : Allow user to set IncludeActivity +func (_options *GetProfileOptions) SetIncludeActivity(includeActivity bool) *GetProfileOptions { + _options.IncludeActivity = core.BoolPtr(includeActivity) + return _options +} + // SetHeaders : Allow user to set Headers func (options *GetProfileOptions) SetHeaders(param map[string]string) *GetProfileOptions { options.Headers = param return options } +// GetReportOptions : The GetReport options. +type GetReportOptions struct { + // ID of the account. + AccountID *string `json:"account_id" validate:"required,ne="` + + // Reference for the report to be generated, You can use 'latest' to get the latest report for the given account. + Reference *string `json:"reference" validate:"required,ne="` + + // Allows users to set headers on API requests + Headers map[string]string +} + +// NewGetReportOptions : Instantiate GetReportOptions +func (*IamIdentityV1) NewGetReportOptions(accountID string, reference string) *GetReportOptions { + return &GetReportOptions{ + AccountID: core.StringPtr(accountID), + Reference: core.StringPtr(reference), + } +} + +// SetAccountID : Allow user to set AccountID +func (_options *GetReportOptions) SetAccountID(accountID string) *GetReportOptions { + _options.AccountID = core.StringPtr(accountID) + return _options +} + +// SetReference : Allow user to set Reference +func (_options *GetReportOptions) SetReference(reference string) *GetReportOptions { + _options.Reference = core.StringPtr(reference) + return _options +} + +// SetHeaders : Allow user to set Headers +func (options *GetReportOptions) SetHeaders(param map[string]string) *GetReportOptions { + options.Headers = param + return options +} + // GetServiceIDOptions : The GetServiceID options. type GetServiceIDOptions struct { // Unique ID of the service ID. - ID *string `json:"-" validate:"required,ne="` + ID *string `json:"id" validate:"required,ne="` // Defines if the entity history is included in the response. - IncludeHistory *bool `json:"-"` + IncludeHistory *bool `json:"include_history,omitempty"` + + // Defines if the entity's activity is included in the response. Retrieving activity data is an expensive operation, so + // please only request this when needed. + IncludeActivity *bool `json:"include_activity,omitempty"` // Allows users to set headers on API requests Headers map[string]string @@ -3470,6 +3778,12 @@ func (_options *GetServiceIDOptions) SetIncludeHistory(includeHistory bool) *Get return _options } +// SetIncludeActivity : Allow user to set IncludeActivity +func (_options *GetServiceIDOptions) SetIncludeActivity(includeActivity bool) *GetServiceIDOptions { + _options.IncludeActivity = core.BoolPtr(includeActivity) + return _options +} + // SetHeaders : Allow user to set Headers func (options *GetServiceIDOptions) SetHeaders(param map[string]string) *GetServiceIDOptions { options.Headers = param @@ -3478,59 +3792,59 @@ func (options *GetServiceIDOptions) SetHeaders(param map[string]string) *GetServ // ListAPIKeysOptions : The ListAPIKeys options. type ListAPIKeysOptions struct { - // Account ID of the API keys(s) to query. If a service IAM ID is specified in iam_id then account_id must match the + // Account ID of the API keys to query. If a service IAM ID is specified in iam_id then account_id must match the // account of the IAM ID. If a user IAM ID is specified in iam_id then then account_id must match the account of the // Authorization token. - AccountID *string `json:"-"` + AccountID *string `json:"account_id,omitempty"` - // IAM ID of the API key(s) to be queried. The IAM ID may be that of a user or a service. For a user IAM ID iam_id must + // IAM ID of the API keys to be queried. The IAM ID may be that of a user or a service. For a user IAM ID iam_id must // match the Authorization token. - IamID *string `json:"-"` + IamID *string `json:"iam_id,omitempty"` // Optional size of a single page. Default is 20 items per page. Valid range is 1 to 100. - Pagesize *int64 `json:"-"` + Pagesize *int64 `json:"pagesize,omitempty"` // Optional Prev or Next page token returned from a previous query execution. Default is start with first page. - Pagetoken *string `json:"-"` + Pagetoken *string `json:"pagetoken,omitempty"` - // Optional parameter to define the scope of the queried API Keys. Can be 'entity' (default) or 'account'. - Scope *string `json:"-"` + // Optional parameter to define the scope of the queried API keys. Can be 'entity' (default) or 'account'. + Scope *string `json:"scope,omitempty"` - // Optional parameter to filter the type of the queried API Keys. Can be 'user' or 'serviceid'. - Type *string `json:"-"` + // Optional parameter to filter the type of the queried API keys. Can be 'user' or 'serviceid'. + Type *string `json:"type,omitempty"` // Optional sort property, valid values are name, description, created_at and created_by. If specified, the items are // sorted by the value of this property. - Sort *string `json:"-"` + Sort *string `json:"sort,omitempty"` // Optional sort order, valid values are asc and desc. Default: asc. - Order *string `json:"-"` + Order *string `json:"order,omitempty"` // Defines if the entity history is included in the response. - IncludeHistory *bool `json:"-"` + IncludeHistory *bool `json:"include_history,omitempty"` // Allows users to set headers on API requests Headers map[string]string } // Constants associated with the ListAPIKeysOptions.Scope property. -// Optional parameter to define the scope of the queried API Keys. Can be 'entity' (default) or 'account'. +// Optional parameter to define the scope of the queried API keys. Can be 'entity' (default) or 'account'. const ( ListAPIKeysOptionsScopeAccountConst = "account" - ListAPIKeysOptionsScopeEntityConst = "entity" + ListAPIKeysOptionsScopeEntityConst = "entity" ) // Constants associated with the ListAPIKeysOptions.Type property. -// Optional parameter to filter the type of the queried API Keys. Can be 'user' or 'serviceid'. +// Optional parameter to filter the type of the queried API keys. Can be 'user' or 'serviceid'. const ( ListAPIKeysOptionsTypeServiceidConst = "serviceid" - ListAPIKeysOptionsTypeUserConst = "user" + ListAPIKeysOptionsTypeUserConst = "user" ) // Constants associated with the ListAPIKeysOptions.Order property. // Optional sort order, valid values are asc and desc. Default: asc. const ( - ListAPIKeysOptionsOrderAscConst = "asc" + ListAPIKeysOptionsOrderAscConst = "asc" ListAPIKeysOptionsOrderDescConst = "desc" ) @@ -3602,7 +3916,7 @@ func (options *ListAPIKeysOptions) SetHeaders(param map[string]string) *ListAPIK // ListClaimRulesOptions : The ListClaimRules options. type ListClaimRulesOptions struct { // ID of the trusted profile. - ProfileID *string `json:"-" validate:"required,ne="` + ProfileID *string `json:"profile-id" validate:"required,ne="` // Allows users to set headers on API requests Headers map[string]string @@ -3630,7 +3944,7 @@ func (options *ListClaimRulesOptions) SetHeaders(param map[string]string) *ListC // ListLinksOptions : The ListLinks options. type ListLinksOptions struct { // ID of the trusted profile. - ProfileID *string `json:"-" validate:"required,ne="` + ProfileID *string `json:"profile-id" validate:"required,ne="` // Allows users to set headers on API requests Headers map[string]string @@ -3658,26 +3972,26 @@ func (options *ListLinksOptions) SetHeaders(param map[string]string) *ListLinksO // ListProfilesOptions : The ListProfiles options. type ListProfilesOptions struct { // Account ID to query for trusted profiles. - AccountID *string `json:"-" validate:"required"` + AccountID *string `json:"account_id" validate:"required"` // Name of the trusted profile to query. - Name *string `json:"-"` + Name *string `json:"name,omitempty"` // Optional size of a single page. Default is 20 items per page. Valid range is 1 to 100. - Pagesize *int64 `json:"-"` + Pagesize *int64 `json:"pagesize,omitempty"` // Optional sort property, valid values are name, description, created_at and modified_at. If specified, the items are // sorted by the value of this property. - Sort *string `json:"-"` + Sort *string `json:"sort,omitempty"` // Optional sort order, valid values are asc and desc. Default: asc. - Order *string `json:"-"` + Order *string `json:"order,omitempty"` // Defines if the entity history is included in the response. - IncludeHistory *bool `json:"-"` + IncludeHistory *bool `json:"include_history,omitempty"` // Optional Prev or Next page token returned from a previous query execution. Default is start with first page. - Pagetoken *string `json:"-"` + Pagetoken *string `json:"pagetoken,omitempty"` // Allows users to set headers on API requests Headers map[string]string @@ -3686,7 +4000,7 @@ type ListProfilesOptions struct { // Constants associated with the ListProfilesOptions.Order property. // Optional sort order, valid values are asc and desc. Default: asc. const ( - ListProfilesOptionsOrderAscConst = "asc" + ListProfilesOptionsOrderAscConst = "asc" ListProfilesOptionsOrderDescConst = "desc" ) @@ -3748,26 +4062,26 @@ func (options *ListProfilesOptions) SetHeaders(param map[string]string) *ListPro // ListServiceIdsOptions : The ListServiceIds options. type ListServiceIdsOptions struct { // Account ID of the service ID(s) to query. This parameter is required (unless using a pagetoken). - AccountID *string `json:"-"` + AccountID *string `json:"account_id,omitempty"` // Name of the service ID(s) to query. Optional.20 items per page. Valid range is 1 to 100. - Name *string `json:"-"` + Name *string `json:"name,omitempty"` // Optional size of a single page. Default is 20 items per page. Valid range is 1 to 100. - Pagesize *int64 `json:"-"` + Pagesize *int64 `json:"pagesize,omitempty"` // Optional Prev or Next page token returned from a previous query execution. Default is start with first page. - Pagetoken *string `json:"-"` + Pagetoken *string `json:"pagetoken,omitempty"` // Optional sort property, valid values are name, description, created_at and modified_at. If specified, the items are // sorted by the value of this property. - Sort *string `json:"-"` + Sort *string `json:"sort,omitempty"` // Optional sort order, valid values are asc and desc. Default: asc. - Order *string `json:"-"` + Order *string `json:"order,omitempty"` // Defines if the entity history is included in the response. - IncludeHistory *bool `json:"-"` + IncludeHistory *bool `json:"include_history,omitempty"` // Allows users to set headers on API requests Headers map[string]string @@ -3776,7 +4090,7 @@ type ListServiceIdsOptions struct { // Constants associated with the ListServiceIdsOptions.Order property. // Optional sort order, valid values are asc and desc. Default: asc. const ( - ListServiceIdsOptionsOrderAscConst = "asc" + ListServiceIdsOptionsOrderAscConst = "asc" ListServiceIdsOptionsOrderDescConst = "desc" ) @@ -3836,7 +4150,7 @@ func (options *ListServiceIdsOptions) SetHeaders(param map[string]string) *ListS // LockAPIKeyOptions : The LockAPIKey options. type LockAPIKeyOptions struct { // Unique ID of the API key. - ID *string `json:"-" validate:"required,ne="` + ID *string `json:"id" validate:"required,ne="` // Allows users to set headers on API requests Headers map[string]string @@ -3864,7 +4178,7 @@ func (options *LockAPIKeyOptions) SetHeaders(param map[string]string) *LockAPIKe // LockServiceIDOptions : The LockServiceID options. type LockServiceIDOptions struct { // Unique ID of the service ID. - ID *string `json:"-" validate:"required,ne="` + ID *string `json:"id" validate:"required,ne="` // Allows users to set headers on API requests Headers map[string]string @@ -3985,9 +4299,9 @@ type ProfileClaimRuleConditions struct { // NewProfileClaimRuleConditions : Instantiate ProfileClaimRuleConditions (Generic Model Constructor) func (*IamIdentityV1) NewProfileClaimRuleConditions(claim string, operator string, value string) (_model *ProfileClaimRuleConditions, err error) { _model = &ProfileClaimRuleConditions{ - Claim: core.StringPtr(claim), + Claim: core.StringPtr(claim), Operator: core.StringPtr(operator), - Value: core.StringPtr(value), + Value: core.StringPtr(value), } err = core.ValidateStruct(_model, "required parameters") return @@ -4142,6 +4456,96 @@ func UnmarshalProfileLinkList(m map[string]json.RawMessage, result interface{}) return } +// Report : Report struct +type Report struct { + // IAMid of the user who triggered the report. + CreatedBy *string `json:"created_by" validate:"required"` + + // Unique reference used to generate the report. + Reference *string `json:"reference" validate:"required"` + + // Duration in hours for which the report is generated. + ReportDuration *string `json:"report_duration" validate:"required"` + + // Start time of the report. + ReportStartTime *string `json:"report_start_time" validate:"required"` + + // End time of the report. + ReportEndTime *string `json:"report_end_time" validate:"required"` + + // List of users. + Users []UserActivity `json:"users,omitempty"` + + // List of apikeys. + Apikeys []EntityActivity `json:"apikeys,omitempty"` + + // List of serviceids. + Serviceids []EntityActivity `json:"serviceids,omitempty"` + + // List of profiles. + Profiles []EntityActivity `json:"profiles,omitempty"` +} + +// UnmarshalReport unmarshals an instance of Report from the specified map of raw messages. +func UnmarshalReport(m map[string]json.RawMessage, result interface{}) (err error) { + obj := new(Report) + err = core.UnmarshalPrimitive(m, "created_by", &obj.CreatedBy) + if err != nil { + return + } + err = core.UnmarshalPrimitive(m, "reference", &obj.Reference) + if err != nil { + return + } + err = core.UnmarshalPrimitive(m, "report_duration", &obj.ReportDuration) + if err != nil { + return + } + err = core.UnmarshalPrimitive(m, "report_start_time", &obj.ReportStartTime) + if err != nil { + return + } + err = core.UnmarshalPrimitive(m, "report_end_time", &obj.ReportEndTime) + if err != nil { + return + } + err = core.UnmarshalModel(m, "users", &obj.Users, UnmarshalUserActivity) + if err != nil { + return + } + err = core.UnmarshalModel(m, "apikeys", &obj.Apikeys, UnmarshalEntityActivity) + if err != nil { + return + } + err = core.UnmarshalModel(m, "serviceids", &obj.Serviceids, UnmarshalEntityActivity) + if err != nil { + return + } + err = core.UnmarshalModel(m, "profiles", &obj.Profiles, UnmarshalEntityActivity) + if err != nil { + return + } + reflect.ValueOf(result).Elem().Set(reflect.ValueOf(obj)) + return +} + +// ReportReference : ReportReference struct +type ReportReference struct { + // Reference for the report to be generated. + Reference *string `json:"reference" validate:"required"` +} + +// UnmarshalReportReference unmarshals an instance of ReportReference from the specified map of raw messages. +func UnmarshalReportReference(m map[string]json.RawMessage, result interface{}) (err error) { + obj := new(ReportReference) + err = core.UnmarshalPrimitive(m, "reference", &obj.Reference) + if err != nil { + return + } + reflect.ValueOf(result).Elem().Set(reflect.ValueOf(obj)) + return +} + // ResponseContext : Context with key properties for problem determination. type ResponseContext struct { // The transaction ID of the inbound REST request. @@ -4276,6 +4680,8 @@ type ServiceID struct { // Response body format for API key V1 REST requests. Apikey *APIKey `json:"apikey,omitempty"` + + Activity *Activity `json:"activity,omitempty"` } // UnmarshalServiceID unmarshals an instance of ServiceID from the specified map of raw messages. @@ -4337,6 +4743,10 @@ func UnmarshalServiceID(m map[string]json.RawMessage, result interface{}) (err e if err != nil { return } + err = core.UnmarshalModel(m, "activity", &obj.Activity, UnmarshalActivity) + if err != nil { + return + } reflect.ValueOf(result).Elem().Set(reflect.ValueOf(obj)) return } @@ -4446,6 +4856,8 @@ type TrustedProfile struct { // History of the trusted profile. History []EnityHistoryRecord `json:"history,omitempty"` + + Activity *Activity `json:"activity,omitempty"` } // UnmarshalTrustedProfile unmarshals an instance of TrustedProfile from the specified map of raw messages. @@ -4503,6 +4915,10 @@ func UnmarshalTrustedProfile(m map[string]json.RawMessage, result interface{}) ( if err != nil { return } + err = core.UnmarshalModel(m, "activity", &obj.Activity, UnmarshalActivity) + if err != nil { + return + } reflect.ValueOf(result).Elem().Set(reflect.ValueOf(obj)) return } @@ -4570,7 +4986,7 @@ func UnmarshalTrustedProfilesList(m map[string]json.RawMessage, result interface // UnlockAPIKeyOptions : The UnlockAPIKey options. type UnlockAPIKeyOptions struct { // Unique ID of the API key. - ID *string `json:"-" validate:"required,ne="` + ID *string `json:"id" validate:"required,ne="` // Allows users to set headers on API requests Headers map[string]string @@ -4598,7 +5014,7 @@ func (options *UnlockAPIKeyOptions) SetHeaders(param map[string]string) *UnlockA // UnlockServiceIDOptions : The UnlockServiceID options. type UnlockServiceIDOptions struct { // Unique ID of the service ID. - ID *string `json:"-" validate:"required,ne="` + ID *string `json:"id" validate:"required,ne="` // Allows users to set headers on API requests Headers map[string]string @@ -4628,10 +5044,10 @@ type UpdateAccountSettingsOptions struct { // Version of the account settings to be updated. Specify the version that you retrieved as entity_tag (ETag header) // when reading the account. This value helps identifying parallel usage of this API. Pass * to indicate to update any // version available. This might result in stale updates. - IfMatch *string `json:"-" validate:"required"` + IfMatch *string `json:"If-Match" validate:"required"` // The id of the account to update the settings for. - AccountID *string `json:"-" validate:"required,ne="` + AccountID *string `json:"account_id" validate:"required,ne="` // Defines whether or not creating a Service Id is access controlled. Valid values: // * RESTRICTED - to apply access control @@ -4683,8 +5099,8 @@ type UpdateAccountSettingsOptions struct { // * NOT_SET - to unset a previously set value. const ( UpdateAccountSettingsOptionsRestrictCreateServiceIDNotRestrictedConst = "NOT_RESTRICTED" - UpdateAccountSettingsOptionsRestrictCreateServiceIDNotSetConst = "NOT_SET" - UpdateAccountSettingsOptionsRestrictCreateServiceIDRestrictedConst = "RESTRICTED" + UpdateAccountSettingsOptionsRestrictCreateServiceIDNotSetConst = "NOT_SET" + UpdateAccountSettingsOptionsRestrictCreateServiceIDRestrictedConst = "RESTRICTED" ) // Constants associated with the UpdateAccountSettingsOptions.RestrictCreatePlatformApikey property. @@ -4694,8 +5110,8 @@ const ( // * NOT_SET - to 'unset' a previous set value. const ( UpdateAccountSettingsOptionsRestrictCreatePlatformApikeyNotRestrictedConst = "NOT_RESTRICTED" - UpdateAccountSettingsOptionsRestrictCreatePlatformApikeyNotSetConst = "NOT_SET" - UpdateAccountSettingsOptionsRestrictCreatePlatformApikeyRestrictedConst = "RESTRICTED" + UpdateAccountSettingsOptionsRestrictCreatePlatformApikeyNotSetConst = "NOT_SET" + UpdateAccountSettingsOptionsRestrictCreatePlatformApikeyRestrictedConst = "RESTRICTED" ) // Constants associated with the UpdateAccountSettingsOptions.Mfa property. @@ -4707,18 +5123,18 @@ const ( // * LEVEL2 - TOTP-based MFA for all users // * LEVEL3 - U2F MFA for all users. const ( - UpdateAccountSettingsOptionsMfaLevel1Const = "LEVEL1" - UpdateAccountSettingsOptionsMfaLevel2Const = "LEVEL2" - UpdateAccountSettingsOptionsMfaLevel3Const = "LEVEL3" - UpdateAccountSettingsOptionsMfaNoneConst = "NONE" - UpdateAccountSettingsOptionsMfaTotpConst = "TOTP" + UpdateAccountSettingsOptionsMfaLevel1Const = "LEVEL1" + UpdateAccountSettingsOptionsMfaLevel2Const = "LEVEL2" + UpdateAccountSettingsOptionsMfaLevel3Const = "LEVEL3" + UpdateAccountSettingsOptionsMfaNoneConst = "NONE" + UpdateAccountSettingsOptionsMfaTotpConst = "TOTP" UpdateAccountSettingsOptionsMfaTotp4allConst = "TOTP4ALL" ) // NewUpdateAccountSettingsOptions : Instantiate UpdateAccountSettingsOptions func (*IamIdentityV1) NewUpdateAccountSettingsOptions(ifMatch string, accountID string) *UpdateAccountSettingsOptions { return &UpdateAccountSettingsOptions{ - IfMatch: core.StringPtr(ifMatch), + IfMatch: core.StringPtr(ifMatch), AccountID: core.StringPtr(accountID), } } @@ -4786,12 +5202,12 @@ func (options *UpdateAccountSettingsOptions) SetHeaders(param map[string]string) // UpdateAPIKeyOptions : The UpdateAPIKey options. type UpdateAPIKeyOptions struct { // Unique ID of the API key to be updated. - ID *string `json:"-" validate:"required,ne="` + ID *string `json:"id" validate:"required,ne="` // Version of the API key to be updated. Specify the version that you retrieved when reading the API key. This value // helps identifying parallel usage of this API. Pass * to indicate to update any version available. This might result // in stale updates. - IfMatch *string `json:"-" validate:"required"` + IfMatch *string `json:"If-Match" validate:"required"` // The name of the API key to update. If specified in the request the parameter must not be empty. The name is not // checked for uniqueness. Failure to this will result in an Error condition. @@ -4808,7 +5224,7 @@ type UpdateAPIKeyOptions struct { // NewUpdateAPIKeyOptions : Instantiate UpdateAPIKeyOptions func (*IamIdentityV1) NewUpdateAPIKeyOptions(id string, ifMatch string) *UpdateAPIKeyOptions { return &UpdateAPIKeyOptions{ - ID: core.StringPtr(id), + ID: core.StringPtr(id), IfMatch: core.StringPtr(ifMatch), } } @@ -4846,15 +5262,15 @@ func (options *UpdateAPIKeyOptions) SetHeaders(param map[string]string) *UpdateA // UpdateClaimRuleOptions : The UpdateClaimRule options. type UpdateClaimRuleOptions struct { // ID of the trusted profile. - ProfileID *string `json:"-" validate:"required,ne="` + ProfileID *string `json:"profile-id" validate:"required,ne="` // ID of the claim rule to update. - RuleID *string `json:"-" validate:"required,ne="` + RuleID *string `json:"rule-id" validate:"required,ne="` // Version of the claim rule to be updated. Specify the version that you retrived when reading list of claim rules. // This value helps to identify any parallel usage of claim rule. Pass * to indicate to update any version available. // This might result in stale updates. - IfMatch *string `json:"-" validate:"required"` + IfMatch *string `json:"If-Match" validate:"required"` // Type of the calim rule, either 'Profile-SAML' or 'Profile-CR'. Type *string `json:"type" validate:"required"` @@ -4886,10 +5302,10 @@ type UpdateClaimRuleOptions struct { // NewUpdateClaimRuleOptions : Instantiate UpdateClaimRuleOptions func (*IamIdentityV1) NewUpdateClaimRuleOptions(profileID string, ruleID string, ifMatch string, typeVar string, conditions []ProfileClaimRuleConditions) *UpdateClaimRuleOptions { return &UpdateClaimRuleOptions{ - ProfileID: core.StringPtr(profileID), - RuleID: core.StringPtr(ruleID), - IfMatch: core.StringPtr(ifMatch), - Type: core.StringPtr(typeVar), + ProfileID: core.StringPtr(profileID), + RuleID: core.StringPtr(ruleID), + IfMatch: core.StringPtr(ifMatch), + Type: core.StringPtr(typeVar), Conditions: conditions, } } @@ -4963,12 +5379,12 @@ func (options *UpdateClaimRuleOptions) SetHeaders(param map[string]string) *Upda // UpdateProfileOptions : The UpdateProfile options. type UpdateProfileOptions struct { // ID of the trusted profile to be updated. - ProfileID *string `json:"-" validate:"required,ne="` + ProfileID *string `json:"profile-id" validate:"required,ne="` // Version of the trusted profile to be updated. Specify the version that you retrived when reading list of trusted // profiles. This value helps to identify any parallel usage of trusted profile. Pass * to indicate to update any // version available. This might result in stale updates. - IfMatch *string `json:"-" validate:"required"` + IfMatch *string `json:"If-Match" validate:"required"` // The name of the trusted profile to update. If specified in the request the parameter must not be empty. The name is // checked for uniqueness. Failure to this will result in an Error condition. @@ -4986,7 +5402,7 @@ type UpdateProfileOptions struct { func (*IamIdentityV1) NewUpdateProfileOptions(profileID string, ifMatch string) *UpdateProfileOptions { return &UpdateProfileOptions{ ProfileID: core.StringPtr(profileID), - IfMatch: core.StringPtr(ifMatch), + IfMatch: core.StringPtr(ifMatch), } } @@ -5023,12 +5439,12 @@ func (options *UpdateProfileOptions) SetHeaders(param map[string]string) *Update // UpdateServiceIDOptions : The UpdateServiceID options. type UpdateServiceIDOptions struct { // Unique ID of the service ID to be updated. - ID *string `json:"-" validate:"required,ne="` + ID *string `json:"id" validate:"required,ne="` // Version of the service ID to be updated. Specify the version that you retrieved as entity_tag (ETag header) when // reading the service ID. This value helps identifying parallel usage of this API. Pass * to indicate to update any // version available. This might result in stale updates. - IfMatch *string `json:"-" validate:"required"` + IfMatch *string `json:"If-Match" validate:"required"` // The name of the service ID to update. If specified in the request the parameter must not be empty. The name is not // checked for uniqueness. Failure to this will result in an Error condition. @@ -5049,7 +5465,7 @@ type UpdateServiceIDOptions struct { // NewUpdateServiceIDOptions : Instantiate UpdateServiceIDOptions func (*IamIdentityV1) NewUpdateServiceIDOptions(id string, ifMatch string) *UpdateServiceIDOptions { return &UpdateServiceIDOptions{ - ID: core.StringPtr(id), + ID: core.StringPtr(id), IfMatch: core.StringPtr(ifMatch), } } @@ -5089,3 +5505,34 @@ func (options *UpdateServiceIDOptions) SetHeaders(param map[string]string) *Upda options.Headers = param return options } + +// UserActivity : UserActivity struct +type UserActivity struct { + // IAMid of the user. + IamID *string `json:"iam_id" validate:"required"` + + // Username of the user. + Username *string `json:"username" validate:"required"` + + // Time when the user was last authenticated. + LastAuthn *string `json:"last_authn,omitempty"` +} + +// UnmarshalUserActivity unmarshals an instance of UserActivity from the specified map of raw messages. +func UnmarshalUserActivity(m map[string]json.RawMessage, result interface{}) (err error) { + obj := new(UserActivity) + err = core.UnmarshalPrimitive(m, "iam_id", &obj.IamID) + if err != nil { + return + } + err = core.UnmarshalPrimitive(m, "username", &obj.Username) + if err != nil { + return + } + err = core.UnmarshalPrimitive(m, "last_authn", &obj.LastAuthn) + if err != nil { + return + } + reflect.ValueOf(result).Elem().Set(reflect.ValueOf(obj)) + return +} diff --git a/vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credential.go b/vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credential.go deleted file mode 100644 index 7f20b7a40..000000000 --- a/vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credential.go +++ /dev/null @@ -1,18 +0,0 @@ -/* - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package auth - -type Credential interface { -} diff --git a/vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors/error.go b/vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors/error.go deleted file mode 100644 index 49962f3b5..000000000 --- a/vendor/github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors/error.go +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -package errors - -type Error interface { - error - HttpStatus() int - ErrorCode() string - Message() string - OriginError() error -} diff --git a/vendor/github.com/asaskevich/govalidator/go.mod b/vendor/github.com/asaskevich/govalidator/go.mod deleted file mode 100644 index 42d5b1f63..000000000 --- a/vendor/github.com/asaskevich/govalidator/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/asaskevich/govalidator - -go 1.13 diff --git a/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go index 983cac3bc..bbdf14987 100644 --- a/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go +++ b/vendor/github.com/aws/aws-sdk-go/aws/endpoints/defaults.go @@ -814,6 +814,61 @@ var awsPartition = partition{ }: endpoint{}, }, }, + "amplifyuibuilder": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "ap-northeast-1", + }: endpoint{}, + endpointKey{ + Region: "ap-northeast-2", + }: endpoint{}, + endpointKey{ + Region: "ap-south-1", + }: endpoint{}, + endpointKey{ + Region: "ap-southeast-1", + }: endpoint{}, + endpointKey{ + Region: "ap-southeast-2", + }: endpoint{}, + endpointKey{ + Region: "ca-central-1", + }: endpoint{}, + endpointKey{ + Region: "eu-central-1", + }: endpoint{}, + endpointKey{ + Region: "eu-north-1", + }: endpoint{}, + endpointKey{ + Region: "eu-west-1", + }: endpoint{}, + endpointKey{ + Region: "eu-west-2", + }: endpoint{}, + endpointKey{ + Region: "eu-west-3", + }: endpoint{}, + endpointKey{ + Region: "me-south-1", + }: endpoint{}, + endpointKey{ + Region: "sa-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-east-2", + }: endpoint{}, + endpointKey{ + Region: "us-west-1", + }: endpoint{}, + endpointKey{ + Region: "us-west-2", + }: endpoint{}, + }, + }, "api.detective": service{ Defaults: endpointDefaults{ defaultKey{}: endpoint{ @@ -1669,6 +1724,147 @@ var awsPartition = partition{ }, }, }, + "api.tunneling.iot": service{ + Defaults: endpointDefaults{ + defaultKey{}: endpoint{}, + defaultKey{ + Variant: fipsVariant, + }: endpoint{ + Hostname: "api.tunneling.iot-fips.{region}.{dnsSuffix}", + }, + }, + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "ap-east-1", + }: endpoint{}, + endpointKey{ + Region: "ap-northeast-1", + }: endpoint{}, + endpointKey{ + Region: "ap-northeast-2", + }: endpoint{}, + endpointKey{ + Region: "ap-south-1", + }: endpoint{}, + endpointKey{ + Region: "ap-southeast-1", + }: endpoint{}, + endpointKey{ + Region: "ap-southeast-2", + }: endpoint{}, + endpointKey{ + Region: "ca-central-1", + }: endpoint{}, + endpointKey{ + Region: "ca-central-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "api.tunneling.iot-fips.ca-central-1.amazonaws.com", + }, + endpointKey{ + Region: "eu-central-1", + }: endpoint{}, + endpointKey{ + Region: "eu-north-1", + }: endpoint{}, + endpointKey{ + Region: "eu-west-1", + }: endpoint{}, + endpointKey{ + Region: "eu-west-2", + }: endpoint{}, + endpointKey{ + Region: "eu-west-3", + }: endpoint{}, + endpointKey{ + Region: "fips-ca-central-1", + }: endpoint{ + Hostname: "api.tunneling.iot-fips.ca-central-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "ca-central-1", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-east-1", + }: endpoint{ + Hostname: "api.tunneling.iot-fips.us-east-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-east-1", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-east-2", + }: endpoint{ + Hostname: "api.tunneling.iot-fips.us-east-2.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-east-2", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-west-1", + }: endpoint{ + Hostname: "api.tunneling.iot-fips.us-west-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-west-1", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-west-2", + }: endpoint{ + Hostname: "api.tunneling.iot-fips.us-west-2.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-west-2", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "me-south-1", + }: endpoint{}, + endpointKey{ + Region: "sa-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-east-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "api.tunneling.iot-fips.us-east-1.amazonaws.com", + }, + endpointKey{ + Region: "us-east-2", + }: endpoint{}, + endpointKey{ + Region: "us-east-2", + Variant: fipsVariant, + }: endpoint{ + Hostname: "api.tunneling.iot-fips.us-east-2.amazonaws.com", + }, + endpointKey{ + Region: "us-west-1", + }: endpoint{}, + endpointKey{ + Region: "us-west-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "api.tunneling.iot-fips.us-west-1.amazonaws.com", + }, + endpointKey{ + Region: "us-west-2", + }: endpoint{}, + endpointKey{ + Region: "us-west-2", + Variant: fipsVariant, + }: endpoint{ + Hostname: "api.tunneling.iot-fips.us-west-2.amazonaws.com", + }, + }, + }, "apigateway": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -2097,15 +2293,60 @@ var awsPartition = partition{ endpointKey{ Region: "eu-west-1", }: endpoint{}, + endpointKey{ + Region: "fips-us-east-1", + }: endpoint{ + Hostname: "apprunner-fips.us-east-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-east-1", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-east-2", + }: endpoint{ + Hostname: "apprunner-fips.us-east-2.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-east-2", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-west-2", + }: endpoint{ + Hostname: "apprunner-fips.us-west-2.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-west-2", + }, + Deprecated: boxedTrue, + }, endpointKey{ Region: "us-east-1", }: endpoint{}, + endpointKey{ + Region: "us-east-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "apprunner-fips.us-east-1.amazonaws.com", + }, endpointKey{ Region: "us-east-2", }: endpoint{}, + endpointKey{ + Region: "us-east-2", + Variant: fipsVariant, + }: endpoint{ + Hostname: "apprunner-fips.us-east-2.amazonaws.com", + }, endpointKey{ Region: "us-west-2", }: endpoint{}, + endpointKey{ + Region: "us-west-2", + Variant: fipsVariant, + }: endpoint{ + Hostname: "apprunner-fips.us-west-2.amazonaws.com", + }, }, }, "appstream2": service{ @@ -2133,6 +2374,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-southeast-2", }: endpoint{}, + endpointKey{ + Region: "ca-central-1", + }: endpoint{}, endpointKey{ Region: "eu-central-1", }: endpoint{}, @@ -2632,6 +2876,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-southeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-southeast-3", + }: endpoint{}, endpointKey{ Region: "ca-central-1", }: endpoint{}, @@ -2808,8 +3055,25 @@ var awsPartition = partition{ }, }, }, + "billingconductor": service{ + PartitionEndpoint: "aws-global", + IsRegionalized: boxedFalse, + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "aws-global", + }: endpoint{ + Hostname: "billingconductor.us-east-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-east-1", + }, + }, + }, + }, "braket": service{ Endpoints: serviceEndpoints{ + endpointKey{ + Region: "eu-west-2", + }: endpoint{}, endpointKey{ Region: "us-east-1", }: endpoint{}, @@ -3389,6 +3653,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-northeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-northeast-3", + }: endpoint{}, endpointKey{ Region: "ap-south-1", }: endpoint{}, @@ -3398,6 +3665,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-southeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-southeast-3", + }: endpoint{}, endpointKey{ Region: "ca-central-1", }: endpoint{}, @@ -4888,6 +5158,9 @@ var awsPartition = partition{ }, "connect": service{ Endpoints: serviceEndpoints{ + endpointKey{ + Region: "af-south-1", + }: endpoint{}, endpointKey{ Region: "ap-northeast-1", }: endpoint{}, @@ -4952,6 +5225,147 @@ var awsPartition = partition{ }: endpoint{}, }, }, + "data-ats.iot": service{ + Defaults: endpointDefaults{ + defaultKey{}: endpoint{ + Protocols: []string{"https"}, + CredentialScope: credentialScope{ + Service: "iotdata", + }, + }, + }, + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "ap-east-1", + }: endpoint{}, + endpointKey{ + Region: "ap-northeast-1", + }: endpoint{}, + endpointKey{ + Region: "ap-northeast-2", + }: endpoint{}, + endpointKey{ + Region: "ap-south-1", + }: endpoint{}, + endpointKey{ + Region: "ap-southeast-1", + }: endpoint{}, + endpointKey{ + Region: "ap-southeast-2", + }: endpoint{}, + endpointKey{ + Region: "ca-central-1", + }: endpoint{}, + endpointKey{ + Region: "ca-central-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "data.iot-fips.ca-central-1.amazonaws.com", + }, + endpointKey{ + Region: "eu-central-1", + }: endpoint{}, + endpointKey{ + Region: "eu-north-1", + }: endpoint{}, + endpointKey{ + Region: "eu-west-1", + }: endpoint{}, + endpointKey{ + Region: "eu-west-2", + }: endpoint{}, + endpointKey{ + Region: "eu-west-3", + }: endpoint{}, + endpointKey{ + Region: "fips-ca-central-1", + }: endpoint{ + Hostname: "data.iot-fips.ca-central-1.amazonaws.com", + CredentialScope: credentialScope{ + Service: "iotdata", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-east-1", + }: endpoint{ + Hostname: "data.iot-fips.us-east-1.amazonaws.com", + CredentialScope: credentialScope{ + Service: "iotdata", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-east-2", + }: endpoint{ + Hostname: "data.iot-fips.us-east-2.amazonaws.com", + CredentialScope: credentialScope{ + Service: "iotdata", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-west-1", + }: endpoint{ + Hostname: "data.iot-fips.us-west-1.amazonaws.com", + CredentialScope: credentialScope{ + Service: "iotdata", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-west-2", + }: endpoint{ + Hostname: "data.iot-fips.us-west-2.amazonaws.com", + CredentialScope: credentialScope{ + Service: "iotdata", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "me-south-1", + }: endpoint{}, + endpointKey{ + Region: "sa-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-east-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "data.iot-fips.us-east-1.amazonaws.com", + }, + endpointKey{ + Region: "us-east-2", + }: endpoint{}, + endpointKey{ + Region: "us-east-2", + Variant: fipsVariant, + }: endpoint{ + Hostname: "data.iot-fips.us-east-2.amazonaws.com", + }, + endpointKey{ + Region: "us-west-1", + }: endpoint{}, + endpointKey{ + Region: "us-west-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "data.iot-fips.us-west-1.amazonaws.com", + }, + endpointKey{ + Region: "us-west-2", + }: endpoint{}, + endpointKey{ + Region: "us-west-2", + Variant: fipsVariant, + }: endpoint{ + Hostname: "data.iot-fips.us-west-2.amazonaws.com", + }, + }, + }, "data.jobs.iot": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -6211,6 +6625,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-southeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-southeast-3", + }: endpoint{}, endpointKey{ Region: "ca-central-1", }: endpoint{}, @@ -7121,6 +7538,15 @@ var awsPartition = partition{ }: endpoint{ Hostname: "elasticfilesystem-fips.ap-southeast-2.amazonaws.com", }, + endpointKey{ + Region: "ap-southeast-3", + }: endpoint{}, + endpointKey{ + Region: "ap-southeast-3", + Variant: fipsVariant, + }: endpoint{ + Hostname: "elasticfilesystem-fips.ap-southeast-3.amazonaws.com", + }, endpointKey{ Region: "ca-central-1", }: endpoint{}, @@ -7256,6 +7682,15 @@ var awsPartition = partition{ }, Deprecated: boxedTrue, }, + endpointKey{ + Region: "fips-ap-southeast-3", + }: endpoint{ + Hostname: "elasticfilesystem-fips.ap-southeast-3.amazonaws.com", + CredentialScope: credentialScope{ + Region: "ap-southeast-3", + }, + Deprecated: boxedTrue, + }, endpointKey{ Region: "fips-ca-central-1", }: endpoint{ @@ -9275,6 +9710,13 @@ var awsPartition = partition{ }: endpoint{}, }, }, + "gamesparks": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "us-east-1", + }: endpoint{}, + }, + }, "glacier": service{ Defaults: endpointDefaults{ defaultKey{}: endpoint{ @@ -9659,6 +10101,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-southeast-2", }: endpoint{}, + endpointKey{ + Region: "ca-central-1", + }: endpoint{}, endpointKey{ Region: "eu-central-1", }: endpoint{}, @@ -9793,6 +10238,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-southeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-southeast-3", + }: endpoint{}, endpointKey{ Region: "ca-central-1", }: endpoint{}, @@ -10712,12 +11160,42 @@ var awsPartition = partition{ endpointKey{ Region: "eu-west-1", }: endpoint{}, + endpointKey{ + Region: "fips-us-east-1", + }: endpoint{ + Hostname: "iotsitewise-fips.us-east-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-east-1", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-west-2", + }: endpoint{ + Hostname: "iotsitewise-fips.us-west-2.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-west-2", + }, + Deprecated: boxedTrue, + }, endpointKey{ Region: "us-east-1", }: endpoint{}, + endpointKey{ + Region: "us-east-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "iotsitewise-fips.us-east-1.amazonaws.com", + }, endpointKey{ Region: "us-west-2", }: endpoint{}, + endpointKey{ + Region: "us-west-2", + Variant: fipsVariant, + }: endpoint{ + Hostname: "iotsitewise-fips.us-west-2.amazonaws.com", + }, }, }, "iotthingsgraph": service{ @@ -10795,6 +11273,18 @@ var awsPartition = partition{ }, "ivs": service{ Endpoints: serviceEndpoints{ + endpointKey{ + Region: "ap-northeast-1", + }: endpoint{}, + endpointKey{ + Region: "ap-northeast-2", + }: endpoint{}, + endpointKey{ + Region: "ap-south-1", + }: endpoint{}, + endpointKey{ + Region: "eu-central-1", + }: endpoint{}, endpointKey{ Region: "eu-west-1", }: endpoint{}, @@ -10808,6 +11298,9 @@ var awsPartition = partition{ }, "kafka": service{ Endpoints: serviceEndpoints{ + endpointKey{ + Region: "af-south-1", + }: endpoint{}, endpointKey{ Region: "ap-east-1", }: endpoint{}, @@ -10817,6 +11310,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-northeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-northeast-3", + }: endpoint{}, endpointKey{ Region: "ap-south-1", }: endpoint{}, @@ -13517,6 +14013,9 @@ var awsPartition = partition{ }, "mq": service{ Endpoints: serviceEndpoints{ + endpointKey{ + Region: "af-south-1", + }: endpoint{}, endpointKey{ Region: "ap-east-1", }: endpoint{}, @@ -13538,6 +14037,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-southeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-southeast-3", + }: endpoint{}, endpointKey{ Region: "ca-central-1", }: endpoint{}, @@ -14794,9 +15296,15 @@ var awsPartition = partition{ }, "profile": service{ Endpoints: serviceEndpoints{ + endpointKey{ + Region: "af-south-1", + }: endpoint{}, endpointKey{ Region: "ap-northeast-1", }: endpoint{}, + endpointKey{ + Region: "ap-northeast-2", + }: endpoint{}, endpointKey{ Region: "ap-southeast-1", }: endpoint{}, @@ -14999,6 +15507,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-southeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-southeast-3", + }: endpoint{}, endpointKey{ Region: "ca-central-1", }: endpoint{}, @@ -17560,6 +18071,21 @@ var awsPartition = partition{ endpointKey{ Region: "ca-central-1", }: endpoint{}, + endpointKey{ + Region: "ca-central-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "secretsmanager-fips.ca-central-1.amazonaws.com", + }, + endpointKey{ + Region: "ca-central-1-fips", + }: endpoint{ + Hostname: "secretsmanager-fips.ca-central-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "ca-central-1", + }, + Deprecated: boxedTrue, + }, endpointKey{ Region: "eu-central-1", }: endpoint{}, @@ -18347,6 +18873,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-southeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-southeast-3", + }: endpoint{}, endpointKey{ Region: "ca-central-1", }: endpoint{}, @@ -20060,6 +20589,76 @@ var awsPartition = partition{ }, }, }, + "synthetics": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "af-south-1", + }: endpoint{}, + endpointKey{ + Region: "ap-east-1", + }: endpoint{}, + endpointKey{ + Region: "ap-northeast-1", + }: endpoint{}, + endpointKey{ + Region: "ap-northeast-2", + }: endpoint{}, + endpointKey{ + Region: "ap-northeast-3", + }: endpoint{}, + endpointKey{ + Region: "ap-south-1", + }: endpoint{}, + endpointKey{ + Region: "ap-southeast-1", + }: endpoint{}, + endpointKey{ + Region: "ap-southeast-2", + }: endpoint{}, + endpointKey{ + Region: "ap-southeast-3", + }: endpoint{}, + endpointKey{ + Region: "ca-central-1", + }: endpoint{}, + endpointKey{ + Region: "eu-central-1", + }: endpoint{}, + endpointKey{ + Region: "eu-north-1", + }: endpoint{}, + endpointKey{ + Region: "eu-south-1", + }: endpoint{}, + endpointKey{ + Region: "eu-west-1", + }: endpoint{}, + endpointKey{ + Region: "eu-west-2", + }: endpoint{}, + endpointKey{ + Region: "eu-west-3", + }: endpoint{}, + endpointKey{ + Region: "me-south-1", + }: endpoint{}, + endpointKey{ + Region: "sa-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-east-2", + }: endpoint{}, + endpointKey{ + Region: "us-west-1", + }: endpoint{}, + endpointKey{ + Region: "us-west-2", + }: endpoint{}, + }, + }, "tagging": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -20554,6 +21153,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-northeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-northeast-3", + }: endpoint{}, endpointKey{ Region: "ap-south-1", }: endpoint{}, @@ -21616,6 +22218,9 @@ var awsPartition = partition{ endpointKey{ Region: "ap-southeast-2", }: endpoint{}, + endpointKey{ + Region: "ap-southeast-3", + }: endpoint{}, endpointKey{ Region: "ca-central-1", }: endpoint{}, @@ -21839,6 +22444,16 @@ var awscnPartition = partition{ }: endpoint{}, }, }, + "api.tunneling.iot": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "cn-north-1", + }: endpoint{}, + endpointKey{ + Region: "cn-northwest-1", + }: endpoint{}, + }, + }, "apigateway": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -21992,6 +22607,16 @@ var awscnPartition = partition{ }, }, }, + "cloudcontrolapi": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "cn-north-1", + }: endpoint{}, + endpointKey{ + Region: "cn-northwest-1", + }: endpoint{}, + }, + }, "cloudformation": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -22057,6 +22682,16 @@ var awscnPartition = partition{ }: endpoint{}, }, }, + "codepipeline": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "cn-north-1", + }: endpoint{}, + endpointKey{ + Region: "cn-northwest-1", + }: endpoint{}, + }, + }, "cognito-identity": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -22101,6 +22736,24 @@ var awscnPartition = partition{ }: endpoint{}, }, }, + "data-ats.iot": service{ + Defaults: endpointDefaults{ + defaultKey{}: endpoint{ + Protocols: []string{"https"}, + CredentialScope: credentialScope{ + Service: "iotdata", + }, + }, + }, + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "cn-north-1", + }: endpoint{}, + endpointKey{ + Region: "cn-northwest-1", + }: endpoint{}, + }, + }, "data.jobs.iot": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -23120,6 +23773,16 @@ var awscnPartition = partition{ }: endpoint{}, }, }, + "synthetics": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "cn-north-1", + }: endpoint{}, + endpointKey{ + Region: "cn-northwest-1", + }: endpoint{}, + }, + }, "tagging": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -23327,6 +23990,14 @@ var awsusgovPartition = partition{ }, }, "acm": service{ + Defaults: endpointDefaults{ + defaultKey{}: endpoint{}, + defaultKey{ + Variant: fipsVariant, + }: endpoint{ + Hostname: "acm.{region}.{dnsSuffix}", + }, + }, Endpoints: serviceEndpoints{ endpointKey{ Region: "us-gov-east-1", @@ -23617,6 +24288,54 @@ var awsusgovPartition = partition{ }, }, }, + "api.tunneling.iot": service{ + Defaults: endpointDefaults{ + defaultKey{}: endpoint{}, + defaultKey{ + Variant: fipsVariant, + }: endpoint{ + Hostname: "api.tunneling.iot-fips.{region}.{dnsSuffix}", + }, + }, + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "fips-us-gov-east-1", + }: endpoint{ + Hostname: "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-gov-east-1", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-gov-west-1", + }: endpoint{ + Hostname: "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-gov-west-1", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "us-gov-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-east-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "api.tunneling.iot-fips.us-gov-east-1.amazonaws.com", + }, + endpointKey{ + Region: "us-gov-west-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-west-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "api.tunneling.iot-fips.us-gov-west-1.amazonaws.com", + }, + }, + }, "apigateway": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -23760,6 +24479,14 @@ var awsusgovPartition = partition{ }, }, "autoscaling": service{ + Defaults: endpointDefaults{ + defaultKey{}: endpoint{}, + defaultKey{ + Variant: fipsVariant, + }: endpoint{ + Hostname: "autoscaling.{region}.{dnsSuffix}", + }, + }, Endpoints: serviceEndpoints{ endpointKey{ Region: "us-gov-east-1", @@ -23944,20 +24671,40 @@ var awsusgovPartition = partition{ "cloudtrail": service{ Endpoints: serviceEndpoints{ endpointKey{ - Region: "us-gov-east-1", + Region: "fips-us-gov-east-1", }: endpoint{ Hostname: "cloudtrail.us-gov-east-1.amazonaws.com", CredentialScope: credentialScope{ Region: "us-gov-east-1", }, + Deprecated: boxedTrue, }, endpointKey{ - Region: "us-gov-west-1", + Region: "fips-us-gov-west-1", }: endpoint{ Hostname: "cloudtrail.us-gov-west-1.amazonaws.com", CredentialScope: credentialScope{ Region: "us-gov-west-1", }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "us-gov-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-east-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "cloudtrail.us-gov-east-1.amazonaws.com", + }, + endpointKey{ + Region: "us-gov-west-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-west-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "cloudtrail.us-gov-west-1.amazonaws.com", }, }, }, @@ -24260,6 +25007,54 @@ var awsusgovPartition = partition{ }: endpoint{}, }, }, + "data-ats.iot": service{ + Defaults: endpointDefaults{ + defaultKey{}: endpoint{ + Protocols: []string{"https"}, + CredentialScope: credentialScope{ + Service: "iotdata", + }, + }, + }, + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "fips-us-gov-east-1", + }: endpoint{ + Hostname: "data.iot-fips.us-gov-east-1.amazonaws.com", + CredentialScope: credentialScope{ + Service: "iotdata", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-gov-west-1", + }: endpoint{ + Hostname: "data.iot-fips.us-gov-west-1.amazonaws.com", + CredentialScope: credentialScope{ + Service: "iotdata", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "us-gov-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-east-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "data.iot-fips.us-gov-east-1.amazonaws.com", + }, + endpointKey{ + Region: "us-gov-west-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-west-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "data.iot-fips.us-gov-west-1.amazonaws.com", + }, + }, + }, "data.jobs.iot": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -24553,6 +25348,14 @@ var awsusgovPartition = partition{ }, }, "ec2": service{ + Defaults: endpointDefaults{ + defaultKey{}: endpoint{}, + defaultKey{ + Variant: fipsVariant, + }: endpoint{ + Hostname: "ec2.{region}.{dnsSuffix}", + }, + }, Endpoints: serviceEndpoints{ endpointKey{ Region: "us-gov-east-1", @@ -24941,20 +25744,40 @@ var awsusgovPartition = partition{ "events": service{ Endpoints: serviceEndpoints{ endpointKey{ - Region: "us-gov-east-1", + Region: "fips-us-gov-east-1", }: endpoint{ Hostname: "events.us-gov-east-1.amazonaws.com", CredentialScope: credentialScope{ Region: "us-gov-east-1", }, + Deprecated: boxedTrue, }, endpointKey{ - Region: "us-gov-west-1", + Region: "fips-us-gov-west-1", }: endpoint{ Hostname: "events.us-gov-west-1.amazonaws.com", CredentialScope: credentialScope{ Region: "us-gov-west-1", }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "us-gov-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-east-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "events.us-gov-east-1.amazonaws.com", + }, + endpointKey{ + Region: "us-gov-west-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-west-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "events.us-gov-west-1.amazonaws.com", }, }, }, @@ -25604,9 +26427,24 @@ var awsusgovPartition = partition{ }, "iotsitewise": service{ Endpoints: serviceEndpoints{ + endpointKey{ + Region: "fips-us-gov-west-1", + }: endpoint{ + Hostname: "iotsitewise-fips.us-gov-west-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-gov-west-1", + }, + Deprecated: boxedTrue, + }, endpointKey{ Region: "us-gov-west-1", }: endpoint{}, + endpointKey{ + Region: "us-gov-west-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "iotsitewise-fips.us-gov-west-1.amazonaws.com", + }, }, }, "kafka": service{ @@ -25825,20 +26663,40 @@ var awsusgovPartition = partition{ "logs": service{ Endpoints: serviceEndpoints{ endpointKey{ - Region: "us-gov-east-1", + Region: "fips-us-gov-east-1", }: endpoint{ Hostname: "logs.us-gov-east-1.amazonaws.com", CredentialScope: credentialScope{ Region: "us-gov-east-1", }, + Deprecated: boxedTrue, }, endpointKey{ - Region: "us-gov-west-1", + Region: "fips-us-gov-west-1", }: endpoint{ Hostname: "logs.us-gov-west-1.amazonaws.com", CredentialScope: credentialScope{ Region: "us-gov-west-1", }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "us-gov-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-east-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "logs.us-gov-east-1.amazonaws.com", + }, + endpointKey{ + Region: "us-gov-west-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-west-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "logs.us-gov-west-1.amazonaws.com", }, }, }, @@ -25854,6 +26712,46 @@ var awsusgovPartition = partition{ }, }, }, + "meetings-chime": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "us-gov-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-east-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "meetings-chime-fips.us-gov-east-1.amazonaws.com", + }, + endpointKey{ + Region: "us-gov-east-1-fips", + }: endpoint{ + Hostname: "meetings-chime-fips.us-gov-east-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-gov-east-1", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "us-gov-west-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-west-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "meetings-chime-fips.us-gov-west-1.amazonaws.com", + }, + endpointKey{ + Region: "us-gov-west-1-fips", + }: endpoint{ + Hostname: "meetings-chime-fips.us-gov-west-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-gov-west-1", + }, + Deprecated: boxedTrue, + }, + }, + }, "metering.marketplace": service{ Defaults: endpointDefaults{ defaultKey{}: endpoint{ @@ -27174,25 +28072,55 @@ var awsusgovPartition = partition{ "sns": service{ Endpoints: serviceEndpoints{ endpointKey{ - Region: "us-gov-east-1", + Region: "fips-us-gov-east-1", }: endpoint{ Hostname: "sns.us-gov-east-1.amazonaws.com", CredentialScope: credentialScope{ Region: "us-gov-east-1", }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "fips-us-gov-west-1", + }: endpoint{ + Hostname: "sns.us-gov-west-1.amazonaws.com", + CredentialScope: credentialScope{ + Region: "us-gov-west-1", + }, + Deprecated: boxedTrue, + }, + endpointKey{ + Region: "us-gov-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-east-1", + Variant: fipsVariant, + }: endpoint{ + Hostname: "sns.us-gov-east-1.amazonaws.com", }, endpointKey{ Region: "us-gov-west-1", + }: endpoint{ + Protocols: []string{"http", "https"}, + }, + endpointKey{ + Region: "us-gov-west-1", + Variant: fipsVariant, }: endpoint{ Hostname: "sns.us-gov-west-1.amazonaws.com", Protocols: []string{"http", "https"}, - CredentialScope: credentialScope{ - Region: "us-gov-west-1", - }, }, }, }, "sqs": service{ + Defaults: endpointDefaults{ + defaultKey{}: endpoint{}, + defaultKey{ + Variant: fipsVariant, + }: endpoint{ + Hostname: "sqs.{region}.{dnsSuffix}", + }, + }, Endpoints: serviceEndpoints{ endpointKey{ Region: "us-gov-east-1", @@ -27514,6 +28442,16 @@ var awsusgovPartition = partition{ }, }, }, + "synthetics": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "us-gov-east-1", + }: endpoint{}, + endpointKey{ + Region: "us-gov-west-1", + }: endpoint{}, + }, + }, "tagging": service{ Endpoints: serviceEndpoints{ endpointKey{ @@ -28498,6 +29436,20 @@ var awsisoPartition = partition{ }: endpoint{}, }, }, + "synthetics": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "us-iso-east-1", + }: endpoint{}, + }, + }, + "tagging": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "us-iso-east-1", + }: endpoint{}, + }, + }, "transcribe": service{ Defaults: endpointDefaults{ defaultKey{}: endpoint{ @@ -29008,6 +29960,13 @@ var awsisobPartition = partition{ }: endpoint{}, }, }, + "synthetics": service{ + Endpoints: serviceEndpoints{ + endpointKey{ + Region: "us-isob-east-1", + }: endpoint{}, + }, + }, "tagging": service{ Endpoints: serviceEndpoints{ endpointKey{ diff --git a/vendor/github.com/aws/aws-sdk-go/aws/version.go b/vendor/github.com/aws/aws-sdk-go/aws/version.go index 07b1c9a33..3ec894aaf 100644 --- a/vendor/github.com/aws/aws-sdk-go/aws/version.go +++ b/vendor/github.com/aws/aws-sdk-go/aws/version.go @@ -5,4 +5,4 @@ package aws const SDKName = "aws-sdk-go" // SDKVersion is the version of this SDK -const SDKVersion = "1.42.40" +const SDKVersion = "1.43.34" diff --git a/vendor/github.com/aws/aws-sdk-go/service/ec2/api.go b/vendor/github.com/aws/aws-sdk-go/service/ec2/api.go index 0e644512e..e2df85864 100644 --- a/vendor/github.com/aws/aws-sdk-go/service/ec2/api.go +++ b/vendor/github.com/aws/aws-sdk-go/service/ec2/api.go @@ -4790,7 +4790,7 @@ func (c *EC2) CreateFleetRequest(input *CreateFleetInput) (req *request.Request, // You can create a single EC2 Fleet that includes multiple launch specifications // that vary by instance type, AMI, Availability Zone, or subnet. // -// For more information, see Launching an EC2 Fleet (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html) +// For more information, see EC2 Fleet (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html) // in the Amazon EC2 User Guide. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions @@ -5039,6 +5039,12 @@ func (c *EC2) CreateImageRequest(input *CreateImageInput) (req *request.Request, // Creates an Amazon EBS-backed AMI from an Amazon EBS-backed instance that // is either running or stopped. // +// By default, Amazon EC2 shuts down and reboots the instance before creating +// the AMI to ensure that everything on the instance is stopped and in a consistent +// state during the creation process. If you're confident that your instance +// is in a consistent state appropriate for AMI creation, use the NoReboot parameter +// to prevent Amazon EC2 from shutting down and rebooting the instance. +// // If you customized your instance with instance store volumes or Amazon EBS // volumes in addition to the root device volume, the new AMI contains block // device mapping information for those volumes. When you launch an instance @@ -10277,7 +10283,7 @@ func (c *EC2) DeleteFleetsRequest(input *DeleteFleetsInput) (req *request.Reques // * Up to 1000 instances can be terminated in a single request to delete // instant fleets. // -// For more information, see Deleting an EC2 Fleet (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#delete-fleet) +// For more information, see Delete an EC2 Fleet (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#delete-fleet) // in the Amazon EC2 User Guide. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions @@ -14806,9 +14812,16 @@ func (c *EC2) DeregisterImageRequest(input *DeregisterImageInput) (req *request. // DeregisterImage API operation for Amazon Elastic Compute Cloud. // // Deregisters the specified AMI. After you deregister an AMI, it can't be used -// to launch new instances; however, it doesn't affect any instances that you've -// already launched from the AMI. You'll continue to incur usage costs for those -// instances until you terminate them. +// to launch new instances. +// +// If you deregister an AMI that matches a Recycle Bin retention rule, the AMI +// is retained in the Recycle Bin for the specified retention period. For more +// information, see Recycle Bin (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html) +// in the Amazon Elastic Compute Cloud User Guide. +// +// When you deregister an AMI, it doesn't affect any instances that you've already +// launched from the AMI. You'll continue to incur usage costs for those instances +// until you terminate them. // // When you deregister an Amazon EBS-backed AMI, it doesn't affect the snapshot // that was created for the root volume of the instance during the AMI creation @@ -14887,8 +14900,6 @@ func (c *EC2) DeregisterInstanceEventNotificationAttributesRequest(input *Deregi // DeregisterInstanceEventNotificationAttributes API operation for Amazon Elastic Compute Cloud. // -// c -// // Deregisters tag keys to prevent tags that have the specified tag keys from // being included in scheduled event notifications for resources in the Region. // @@ -18180,7 +18191,7 @@ func (c *EC2) DescribeFleetInstancesRequest(input *DescribeFleetInstancesInput) // // Describes the running instances for the specified EC2 Fleet. // -// For more information, see Monitoring your EC2 Fleet (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html#monitor-ec2-fleet) +// For more information, see Monitor your EC2 Fleet (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet) // in the Amazon EC2 User Guide. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions @@ -18263,7 +18274,7 @@ func (c *EC2) DescribeFleetsRequest(input *DescribeFleetsInput) (req *request.Re // // Describes the specified EC2 Fleets or all of your EC2 Fleets. // -// For more information, see Monitoring your EC2 Fleet (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet.html#monitor-ec2-fleet) +// For more information, see Monitor your EC2 Fleet (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/manage-ec2-fleet.html#monitor-ec2-fleet) // in the Amazon EC2 User Guide. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions @@ -31680,6 +31691,8 @@ func (c *EC2) DisableFastLaunchRequest(input *DisableFastLaunchInput) (req *requ // process for each instance. All pre-provisioned snapshots must be removed // before you can enable faster launching again. // +// To change these settings, you must own the AMI. +// // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. @@ -33323,6 +33336,8 @@ func (c *EC2) EnableFastLaunchRequest(input *EnableFastLaunchInput) (req *reques // used for subsequent launches. The reserved snapshots are automatically replenished // as they are used, depending on your settings for launch frequency. // +// To change these settings, you must own the AMI. +// // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. @@ -38420,6 +38435,140 @@ func (c *EC2) ImportVolumeWithContext(ctx aws.Context, input *ImportVolumeInput, return out, req.Send() } +const opListImagesInRecycleBin = "ListImagesInRecycleBin" + +// ListImagesInRecycleBinRequest generates a "aws/request.Request" representing the +// client's request for the ListImagesInRecycleBin operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See ListImagesInRecycleBin for more information on using the ListImagesInRecycleBin +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// +// // Example sending a request using the ListImagesInRecycleBinRequest method. +// req, resp := client.ListImagesInRecycleBinRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ListImagesInRecycleBin +func (c *EC2) ListImagesInRecycleBinRequest(input *ListImagesInRecycleBinInput) (req *request.Request, output *ListImagesInRecycleBinOutput) { + op := &request.Operation{ + Name: opListImagesInRecycleBin, + HTTPMethod: "POST", + HTTPPath: "/", + Paginator: &request.Paginator{ + InputTokens: []string{"NextToken"}, + OutputTokens: []string{"NextToken"}, + LimitToken: "MaxResults", + TruncationToken: "", + }, + } + + if input == nil { + input = &ListImagesInRecycleBinInput{} + } + + output = &ListImagesInRecycleBinOutput{} + req = c.newRequest(op, input, output) + return +} + +// ListImagesInRecycleBin API operation for Amazon Elastic Compute Cloud. +// +// Lists one or more AMIs that are currently in the Recycle Bin. For more information, +// see Recycle Bin (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html) +// in the Amazon Elastic Compute Cloud User Guide. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for Amazon Elastic Compute Cloud's +// API operation ListImagesInRecycleBin for usage and error information. +// See also, https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ListImagesInRecycleBin +func (c *EC2) ListImagesInRecycleBin(input *ListImagesInRecycleBinInput) (*ListImagesInRecycleBinOutput, error) { + req, out := c.ListImagesInRecycleBinRequest(input) + return out, req.Send() +} + +// ListImagesInRecycleBinWithContext is the same as ListImagesInRecycleBin with the addition of +// the ability to pass a context and additional request options. +// +// See ListImagesInRecycleBin for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *EC2) ListImagesInRecycleBinWithContext(ctx aws.Context, input *ListImagesInRecycleBinInput, opts ...request.Option) (*ListImagesInRecycleBinOutput, error) { + req, out := c.ListImagesInRecycleBinRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + +// ListImagesInRecycleBinPages iterates over the pages of a ListImagesInRecycleBin operation, +// calling the "fn" function with the response data for each page. To stop +// iterating, return false from the fn function. +// +// See ListImagesInRecycleBin method for more information on how to use this operation. +// +// Note: This operation can generate multiple requests to a service. +// +// // Example iterating over at most 3 pages of a ListImagesInRecycleBin operation. +// pageNum := 0 +// err := client.ListImagesInRecycleBinPages(params, +// func(page *ec2.ListImagesInRecycleBinOutput, lastPage bool) bool { +// pageNum++ +// fmt.Println(page) +// return pageNum <= 3 +// }) +// +func (c *EC2) ListImagesInRecycleBinPages(input *ListImagesInRecycleBinInput, fn func(*ListImagesInRecycleBinOutput, bool) bool) error { + return c.ListImagesInRecycleBinPagesWithContext(aws.BackgroundContext(), input, fn) +} + +// ListImagesInRecycleBinPagesWithContext same as ListImagesInRecycleBinPages except +// it takes a Context and allows setting request options on the pages. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *EC2) ListImagesInRecycleBinPagesWithContext(ctx aws.Context, input *ListImagesInRecycleBinInput, fn func(*ListImagesInRecycleBinOutput, bool) bool, opts ...request.Option) error { + p := request.Pagination{ + NewRequest: func() (*request.Request, error) { + var inCpy *ListImagesInRecycleBinInput + if input != nil { + tmp := *input + inCpy = &tmp + } + req, _ := c.ListImagesInRecycleBinRequest(inCpy) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return req, nil + }, + } + + for p.Next() { + if !fn(p.Page().(*ListImagesInRecycleBinOutput), !p.HasNextPage()) { + break + } + } + + return p.Err() +} + const opListSnapshotsInRecycleBin = "ListSnapshotsInRecycleBin" // ListSnapshotsInRecycleBinRequest generates a "aws/request.Request" representing the @@ -40056,6 +40205,83 @@ func (c *EC2) ModifyInstanceEventWindowWithContext(ctx aws.Context, input *Modif return out, req.Send() } +const opModifyInstanceMaintenanceOptions = "ModifyInstanceMaintenanceOptions" + +// ModifyInstanceMaintenanceOptionsRequest generates a "aws/request.Request" representing the +// client's request for the ModifyInstanceMaintenanceOptions operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See ModifyInstanceMaintenanceOptions for more information on using the ModifyInstanceMaintenanceOptions +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// +// // Example sending a request using the ModifyInstanceMaintenanceOptionsRequest method. +// req, resp := client.ModifyInstanceMaintenanceOptionsRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyInstanceMaintenanceOptions +func (c *EC2) ModifyInstanceMaintenanceOptionsRequest(input *ModifyInstanceMaintenanceOptionsInput) (req *request.Request, output *ModifyInstanceMaintenanceOptionsOutput) { + op := &request.Operation{ + Name: opModifyInstanceMaintenanceOptions, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &ModifyInstanceMaintenanceOptionsInput{} + } + + output = &ModifyInstanceMaintenanceOptionsOutput{} + req = c.newRequest(op, input, output) + return +} + +// ModifyInstanceMaintenanceOptions API operation for Amazon Elastic Compute Cloud. +// +// Modifies the recovery behavior of your instance to disable simplified automatic +// recovery or set the recovery behavior to default. The default configuration +// will not enable simplified automatic recovery for an unsupported instance +// type. For more information, see Simplified automatic recovery (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html#instance-configuration-recovery). +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for Amazon Elastic Compute Cloud's +// API operation ModifyInstanceMaintenanceOptions for usage and error information. +// See also, https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/ModifyInstanceMaintenanceOptions +func (c *EC2) ModifyInstanceMaintenanceOptions(input *ModifyInstanceMaintenanceOptionsInput) (*ModifyInstanceMaintenanceOptionsOutput, error) { + req, out := c.ModifyInstanceMaintenanceOptionsRequest(input) + return out, req.Send() +} + +// ModifyInstanceMaintenanceOptionsWithContext is the same as ModifyInstanceMaintenanceOptions with the addition of +// the ability to pass a context and additional request options. +// +// See ModifyInstanceMaintenanceOptions for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *EC2) ModifyInstanceMaintenanceOptionsWithContext(ctx aws.Context, input *ModifyInstanceMaintenanceOptionsInput, opts ...request.Option) (*ModifyInstanceMaintenanceOptionsOutput, error) { + req, out := c.ModifyInstanceMaintenanceOptionsRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + const opModifyInstanceMetadataOptions = "ModifyInstanceMetadataOptions" // ModifyInstanceMetadataOptionsRequest generates a "aws/request.Request" representing the @@ -43039,7 +43265,7 @@ func (c *EC2) MonitorInstancesRequest(input *MonitorInstancesInput) (req *reques // (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-cloudwatch.html) // in the Amazon EC2 User Guide. // -// To disable detailed monitoring, see . +// To disable detailed monitoring, see UnmonitorInstances (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_UnmonitorInstances.html). // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -43195,6 +43421,12 @@ func (c *EC2) MoveByoipCidrToIpamRequest(input *MoveByoipCidrToIpamInput) (req * // // Move an BYOIP IPv4 CIDR to IPAM from a public IPv4 pool. // +// If you already have an IPv4 BYOIP CIDR with Amazon Web Services, you can +// move the CIDR to IPAM from a public IPv4 pool. You cannot move an IPv6 CIDR +// to IPAM. If you are bringing a new IP address to Amazon Web Services for +// the first time, complete the steps in Tutorial: BYOIP address CIDRs to IPAM +// (/vpc/latest/ipam/tutorials-byoip-ipam.html). +// // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. @@ -43358,7 +43590,7 @@ func (c *EC2) ProvisionIpamPoolCidrRequest(input *ProvisionIpamPoolCidrInput) (r // ProvisionIpamPoolCidr API operation for Amazon Elastic Compute Cloud. // -// Provision a CIDR to an IPAM pool. You can use thsi action to provision new +// Provision a CIDR to an IPAM pool. You can use this action to provision new // CIDRs to a top-level pool or to transfer a CIDR from a top-level pool to // a pool within it. // @@ -43972,7 +44204,7 @@ func (c *EC2) RegisterInstanceEventNotificationAttributesRequest(input *Register // Registers a set of tag keys to include in scheduled event notifications for // your resources. // -// To remove tags, use . +// To remove tags, use DeregisterInstanceEventNotificationAttributes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DeregisterInstanceEventNotificationAttributes.html). // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -46150,6 +46382,82 @@ func (c *EC2) RestoreAddressToClassicWithContext(ctx aws.Context, input *Restore return out, req.Send() } +const opRestoreImageFromRecycleBin = "RestoreImageFromRecycleBin" + +// RestoreImageFromRecycleBinRequest generates a "aws/request.Request" representing the +// client's request for the RestoreImageFromRecycleBin operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See RestoreImageFromRecycleBin for more information on using the RestoreImageFromRecycleBin +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// +// // Example sending a request using the RestoreImageFromRecycleBinRequest method. +// req, resp := client.RestoreImageFromRecycleBinRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RestoreImageFromRecycleBin +func (c *EC2) RestoreImageFromRecycleBinRequest(input *RestoreImageFromRecycleBinInput) (req *request.Request, output *RestoreImageFromRecycleBinOutput) { + op := &request.Operation{ + Name: opRestoreImageFromRecycleBin, + HTTPMethod: "POST", + HTTPPath: "/", + } + + if input == nil { + input = &RestoreImageFromRecycleBinInput{} + } + + output = &RestoreImageFromRecycleBinOutput{} + req = c.newRequest(op, input, output) + return +} + +// RestoreImageFromRecycleBin API operation for Amazon Elastic Compute Cloud. +// +// Restores an AMI from the Recycle Bin. For more information, see Recycle Bin +// (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/recycle-bin.html) in +// the Amazon Elastic Compute Cloud User Guide. +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for Amazon Elastic Compute Cloud's +// API operation RestoreImageFromRecycleBin for usage and error information. +// See also, https://docs.aws.amazon.com/goto/WebAPI/ec2-2016-11-15/RestoreImageFromRecycleBin +func (c *EC2) RestoreImageFromRecycleBin(input *RestoreImageFromRecycleBinInput) (*RestoreImageFromRecycleBinOutput, error) { + req, out := c.RestoreImageFromRecycleBinRequest(input) + return out, req.Send() +} + +// RestoreImageFromRecycleBinWithContext is the same as RestoreImageFromRecycleBin with the addition of +// the ability to pass a context and additional request options. +// +// See RestoreImageFromRecycleBin for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *EC2) RestoreImageFromRecycleBinWithContext(ctx aws.Context, input *RestoreImageFromRecycleBinInput, opts ...request.Option) (*RestoreImageFromRecycleBinOutput, error) { + req, out := c.RestoreImageFromRecycleBinRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + const opRestoreManagedPrefixListVersion = "RestoreManagedPrefixListVersion" // RestoreManagedPrefixListVersionRequest generates a "aws/request.Request" representing the @@ -49516,6 +49824,47 @@ func (s *AddPrefixListEntry) SetDescription(v string) *AddPrefixListEntry { return s } +// Describes an additional detail for a path analysis. +type AdditionalDetail struct { + _ struct{} `type:"structure"` + + // The information type. + AdditionalDetailType *string `locationName:"additionalDetailType" type:"string"` + + // The path component. + Component *AnalysisComponent `locationName:"component" type:"structure"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s AdditionalDetail) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s AdditionalDetail) GoString() string { + return s.String() +} + +// SetAdditionalDetailType sets the AdditionalDetailType field's value. +func (s *AdditionalDetail) SetAdditionalDetailType(v string) *AdditionalDetail { + s.AdditionalDetailType = &v + return s +} + +// SetComponent sets the Component field's value. +func (s *AdditionalDetail) SetComponent(v *AnalysisComponent) *AdditionalDetail { + s.Component = v + return s +} + // Describes an Elastic IP address, or a carrier IP address. type Address struct { _ struct{} `type:"structure"` @@ -50762,7 +51111,7 @@ type AnalysisRouteTableRoute struct { // The ID of a network interface. NetworkInterfaceId *string `locationName:"networkInterfaceId" type:"string"` - // Describes how the route was created. The following are possible values: + // Describes how the route was created. The following are the possible values: // // * CreateRouteTable - The route was automatically created when the route // table was created. @@ -50864,7 +51213,7 @@ type AnalysisSecurityGroupRule struct { // The IPv4 address range, in CIDR notation. Cidr *string `locationName:"cidr" type:"string"` - // The direction. The following are possible values: + // The direction. The following are the possible values: // // * egress // @@ -54259,7 +54608,8 @@ type AvailabilityZone struct { // The name of the Region. RegionName *string `locationName:"regionName" type:"string"` - // The state of the Availability Zone, Local Zone, or Wavelength Zone. + // The state of the Availability Zone, Local Zone, or Wavelength Zone. This + // value is always available. State *string `locationName:"zoneState" type:"string" enum:"AvailabilityZoneState"` // The ID of the Availability Zone, Local Zone, or Wavelength Zone. @@ -57435,11 +57785,22 @@ func (s *ClientData) SetUploadStart(v time.Time) *ClientData { return s } +// Options for enabling a customizable text banner that will be displayed on +// Amazon Web Services provided clients when a VPN session is established. type ClientLoginBannerOptions struct { _ struct{} `type:"structure"` + // Customizable text that will be displayed in a banner on Amazon Web Services + // provided clients when a VPN session is established. UTF-8 encoded characters + // only. Maximum of 1400 characters. BannerText *string `type:"string"` + // Enable or disable a customizable text banner that will be displayed on Amazon + // Web Services provided clients when a VPN session is established. + // + // Valid values: true | false + // + // Default value: false Enabled *bool `type:"boolean"` } @@ -57473,11 +57834,19 @@ func (s *ClientLoginBannerOptions) SetEnabled(v bool) *ClientLoginBannerOptions return s } +// Current state of options for customizable text banner that will be displayed +// on Amazon Web Services provided clients when a VPN session is established. type ClientLoginBannerResponseOptions struct { _ struct{} `type:"structure"` + // Customizable text that will be displayed in a banner on Amazon Web Services + // provided clients when a VPN session is established. UTF-8 encoded characters + // only. Maximum of 1400 characters. BannerText *string `locationName:"bannerText" type:"string"` + // Current state of text banner feature. + // + // Valid values: true | false Enabled *bool `locationName:"enabled" type:"boolean"` } @@ -57890,6 +58259,8 @@ type ClientVpnEndpoint struct { // The options for managing connection authorization for new client connections. ClientConnectOptions *ClientConnectResponseOptions `locationName:"clientConnectOptions" type:"structure"` + // Options for enabling a customizable text banner that will be displayed on + // Amazon Web Services provided clients when a VPN session is established. ClientLoginBannerOptions *ClientLoginBannerResponseOptions `locationName:"clientLoginBannerOptions" type:"structure"` // The ID of the Client VPN endpoint. @@ -57923,6 +58294,11 @@ type ClientVpnEndpoint struct { // The ARN of the server certificate. ServerCertificateArn *string `locationName:"serverCertificateArn" type:"string"` + // The maximum VPN session duration time in hours. + // + // Valid values: 8 | 10 | 12 | 24 + // + // Default value: 24 SessionTimeoutHours *int64 `locationName:"sessionTimeoutHours" type:"integer"` // Indicates whether split-tunnel is enabled in the Client VPN endpoint. @@ -60195,6 +60571,8 @@ type CreateClientVpnEndpointInput struct { // The options for managing connection authorization for new client connections. ClientConnectOptions *ClientConnectOptions `type:"structure"` + // Options for enabling a customizable text banner that will be displayed on + // Amazon Web Services provided clients when a VPN session is established. ClientLoginBannerOptions *ClientLoginBannerOptions `type:"structure"` // Unique, case-sensitive identifier that you provide to ensure the idempotency @@ -60246,6 +60624,11 @@ type CreateClientVpnEndpointInput struct { // ServerCertificateArn is a required field ServerCertificateArn *string `type:"string" required:"true"` + // The maximum VPN session duration time in hours. + // + // Valid values: 8 | 10 | 12 | 24 + // + // Default value: 24 SessionTimeoutHours *int64 `type:"integer"` // Indicates whether split-tunnel is enabled on the Client VPN endpoint. @@ -61155,11 +61538,11 @@ type CreateFleetError struct { _ struct{} `type:"structure"` // The error code that indicates why the instance could not be launched. For - // more information about error codes, see Error Codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html). + // more information about error codes, see Error codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html). ErrorCode *string `locationName:"errorCode" type:"string"` // The error message that describes why the instance could not be launched. - // For more information about error messages, see Error Codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html). + // For more information about error messages, see Error codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html). ErrorMessage *string `locationName:"errorMessage" type:"string"` // The launch templates and overrides that were used for launching the instances. @@ -61218,7 +61601,7 @@ type CreateFleetInput struct { _ struct{} `type:"structure"` // Unique, case-sensitive identifier that you provide to ensure the idempotency - // of the request. For more information, see Ensuring Idempotency (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html). + // of the request. For more information, see Ensuring idempotency (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html). ClientToken *string `type:"string"` // Reserved. @@ -61287,7 +61670,7 @@ type CreateFleetInput struct { // desired capacity, and returns errors for any instances that could not // be launched. // - // For more information, see EC2 Fleet request types (https://docs.aws.amazon.com/https:/docs.aws.amazon.com/ec2-fleet-request-type.html) + // For more information, see EC2 Fleet request types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-request-type.html) // in the Amazon EC2 User Guide. Type *string `type:"string" enum:"FleetType"` @@ -62568,7 +62951,9 @@ type CreateIpamPoolInput struct { // The IP protocol assigned to this IPAM pool. You must choose either IPv4 or // IPv6 protocol for a pool. - AddressFamily *string `type:"string" enum:"AddressFamily"` + // + // AddressFamily is a required field + AddressFamily *string `type:"string" required:"true" enum:"AddressFamily"` // The default netmask length for allocations added to this pool. If, for example, // the CIDR assigned to this pool is 10.0.0.0/8 and you enter 16 here, new allocations @@ -62678,6 +63063,9 @@ func (s CreateIpamPoolInput) GoString() string { // Validate inspects the fields of the type to determine if they are valid. func (s *CreateIpamPoolInput) Validate() error { invalidParams := request.ErrInvalidParams{Context: "CreateIpamPoolInput"} + if s.AddressFamily == nil { + invalidParams.Add(request.NewErrParamRequired("AddressFamily")) + } if s.IpamScopeId == nil { invalidParams.Add(request.NewErrParamRequired("IpamScopeId")) } @@ -64513,10 +64901,9 @@ type CreateNetworkInterfaceInput struct { // The IDs of one or more security groups. Groups []*string `locationName:"SecurityGroupId" locationNameList:"SecurityGroupId" type:"list"` - // Indicates the type of network interface. To create an Elastic Fabric Adapter - // (EFA), specify efa. For more information, see Elastic Fabric Adapter (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) - // in the Amazon Elastic Compute Cloud User Guide. To create a trunk network - // interface, specify trunk. + // The type of network interface. The default is interface. + // + // The only supported values are efa and trunk. InterfaceType *string `type:"string" enum:"NetworkInterfaceCreationType"` // The number of IPv4 prefixes that Amazon Web Services automatically assigns @@ -71452,6 +71839,25 @@ func (s DeleteInternetGatewayOutput) GoString() string { type DeleteIpamInput struct { _ struct{} `type:"structure"` + // Enables you to quickly delete an IPAM, private scopes, pools in private scopes, + // and any allocations in the pools in private scopes. You cannot delete the + // IPAM with this option if there is a pool in your public scope. If you use + // this option, IPAM does the following: + // + // * Deallocates any CIDRs allocated to VPC resources (such as VPCs) in pools + // in private scopes. No VPC resources are deleted as a result of enabling + // this option. The CIDR associated with the resource will no longer be allocated + // from an IPAM pool, but the CIDR itself will remain unchanged. + // + // * Deprovisions all IPv4 CIDRs provisioned to IPAM pools in private scopes. + // + // * Deletes all IPAM pools in private scopes. + // + // * Deletes all non-default private scopes in the IPAM. + // + // * Deletes the default public and private scopes and the IPAM. + Cascade *bool `type:"boolean"` + // A check for whether you have the required permissions for the action without // actually making the request and provides an error response. If you have the // required permissions, the error response is DryRunOperation. Otherwise, it @@ -71495,6 +71901,12 @@ func (s *DeleteIpamInput) Validate() error { return nil } +// SetCascade sets the Cascade field's value. +func (s *DeleteIpamInput) SetCascade(v bool) *DeleteIpamInput { + s.Cascade = &v + return s +} + // SetDryRun sets the DryRun field's value. func (s *DeleteIpamInput) SetDryRun(v bool) *DeleteIpamInput { s.DryRun = &v @@ -76834,7 +77246,7 @@ type DescribeAccountAttributesInput struct { _ struct{} `type:"structure"` // The account attribute names. - AttributeNames []*string `locationName:"attributeName" locationNameList:"attributeName" type:"list"` + AttributeNames []*string `locationName:"attributeName" locationNameList:"attributeName" type:"list" enum:"AccountAttributeName"` // Checks whether you have the required permissions for the action, without // actually making the request, and provides an error response. If you have @@ -77269,7 +77681,7 @@ type DescribeAvailabilityZonesInput struct { // * region-name - The name of the Region for the Zone (for example, us-east-1). // // * state - The state of the Availability Zone, the Local Zone, or the Wavelength - // Zone (available | information | impaired | unavailable). + // Zone (available). // // * zone-id - The ID of the Availability Zone (for example, use1-az1), the // Local Zone (for example, usw2-lax1-az1), or the Wavelength Zone (for example, @@ -77797,6 +78209,9 @@ type DescribeCapacityReservationsInput struct { // instances that have matching attributes (instance type, platform, and // Availability Zone), and explicitly target the Capacity Reservation. This // ensures that only permitted instances can use the reserved capacity. + // + // * placement-group-arn - The ARN of the cluster placement group in which + // the Capacity Reservation was created. Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"` // The maximum number of results to return for the request in a single page. @@ -78899,11 +79314,12 @@ type DescribeCoipPoolsInput struct { // it is UnauthorizedOperation. DryRun *bool `type:"boolean"` - // The filters. The following are the possible values: + // One or more filters. // - // * coip-pool.pool-id + // * coip-pool.local-gateway-route-table-id - The ID of the local gateway + // route table. // - // * coip-pool.local-gateway-route-table-id + // * coip-pool.pool-id - The ID of the address pool. Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"` // The maximum number of results to return with a single call. To retrieve the @@ -80314,11 +80730,11 @@ type DescribeFleetError struct { _ struct{} `type:"structure"` // The error code that indicates why the instance could not be launched. For - // more information about error codes, see Error Codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html). + // more information about error codes, see Error codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html). ErrorCode *string `locationName:"errorCode" type:"string"` // The error message that describes why the instance could not be launched. - // For more information about error messages, see Error Codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html). + // For more information about error messages, see Error codes (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/errors-overview.html.html). ErrorMessage *string `locationName:"errorMessage" type:"string"` // The launch templates and overrides that were used for launching the instances. @@ -80710,7 +81126,10 @@ type DescribeFleetsInput struct { // * type - The type of request (instant | request | maintain). Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"` - // The ID of the EC2 Fleets. + // The IDs of the EC2 Fleets. + // + // If a fleet is of type instant, you must specify the fleet ID, otherwise it + // does not appear in the response. FleetIds []*string `locationName:"FleetId" type:"list"` // The maximum number of results to return in a single call. Specify a value @@ -82038,7 +82457,7 @@ type DescribeImageAttributeOutput struct { // The block device mapping entries. BlockDeviceMappings []*BlockDeviceMapping `locationName:"blockDeviceMapping" locationNameList:"item" type:"list"` - // Describes a value for a resource attribute that is a String. + // The boot mode. BootMode *AttributeValue `locationName:"bootMode" type:"structure"` // A description for the AMI. @@ -82050,6 +82469,13 @@ type DescribeImageAttributeOutput struct { // The kernel ID. KernelId *AttributeValue `locationName:"kernel" type:"structure"` + // The date and time, in ISO 8601 date-time format (http://www.iso.org/iso/iso8601), + // when the AMI was last used to launch an EC2 instance. When the AMI is used, + // there is a 24-hour delay before that usage is reported. + // + // lastLaunchedTime data is available starting April 2017. + LastLaunchedTime *AttributeValue `locationName:"lastLaunchedTime" type:"structure"` + // The launch permissions. LaunchPermissions []*LaunchPermission `locationName:"launchPermission" locationNameList:"item" type:"list"` @@ -82112,6 +82538,12 @@ func (s *DescribeImageAttributeOutput) SetKernelId(v *AttributeValue) *DescribeI return s } +// SetLastLaunchedTime sets the LastLaunchedTime field's value. +func (s *DescribeImageAttributeOutput) SetLastLaunchedTime(v *AttributeValue) *DescribeImageAttributeOutput { + s.LastLaunchedTime = v + return s +} + // SetLaunchPermissions sets the LaunchPermissions field's value. func (s *DescribeImageAttributeOutput) SetLaunchPermissions(v []*LaunchPermission) *DescribeImageAttributeOutput { s.LaunchPermissions = v @@ -83552,8 +83984,8 @@ type DescribeInstanceTypesInput struct { // * instance-storage-info.disk.type - The storage technology for the local // instance storage disks (hdd | ssd). // - // * instance-storage-info.encryption-supported - Indicates whether data - // is encrypted at rest (required | unsupported). + // * instance-storage-info.encryption-support - Indicates whether data is + // encrypted at rest (required | supported | unsupported). // // * instance-storage-info.nvme-support - Indicates whether non-volatile // memory express (NVMe) is supported for instance store (required | supported @@ -83591,6 +84023,9 @@ type DescribeInstanceTypesInput struct { // * network-info.ipv6-supported - Indicates whether the instance type supports // IPv6 (true | false). // + // * network-info.maximum-network-cards - The maximum number of network cards + // per instance. + // // * network-info.maximum-network-interfaces - The maximum number of network // interfaces per instance. // @@ -83629,7 +84064,7 @@ type DescribeInstanceTypesInput struct { // The instance types. For more information, see Instance types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html) // in the Amazon EC2 User Guide. - InstanceTypes []*string `locationName:"InstanceType" type:"list"` + InstanceTypes []*string `locationName:"InstanceType" type:"list" enum:"InstanceType"` // The maximum number of results to return for the request in a single page. // The remaining results can be seen by sending another request with the next @@ -85253,6 +85688,9 @@ type DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput struct // // * local-gateway-id - The ID of a local gateway. // + // * local-gateway-route-table-arn - The Amazon Resource Name (ARN) of the + // local gateway route table for the virtual interface group. + // // * local-gateway-route-table-id - The ID of the local gateway route table. // // * local-gateway-route-table-virtual-interface-group-association-id - The @@ -85261,6 +85699,9 @@ type DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsInput struct // * local-gateway-route-table-virtual-interface-group-id - The ID of the // virtual interface group. // + // * owner-id - The ID of the Amazon Web Services account that owns the local + // gateway virtual interface group association. + // // * state - The state of the association. Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"` @@ -85390,10 +85831,16 @@ type DescribeLocalGatewayRouteTableVpcAssociationsInput struct { // // * local-gateway-id - The ID of a local gateway. // + // * local-gateway-route-table-arn - The Amazon Resource Name (ARN) of the + // local gateway route table for the association. + // // * local-gateway-route-table-id - The ID of the local gateway route table. // // * local-gateway-route-table-vpc-association-id - The ID of the association. // + // * owner-id - The ID of the Amazon Web Services account that owns the local + // gateway route table for the association. + // // * state - The state of the association. // // * vpc-id - The ID of the VPC. @@ -85525,10 +85972,16 @@ type DescribeLocalGatewayRouteTablesInput struct { // // * local-gateway-id - The ID of a local gateway. // + // * local-gateway-route-table-arn - The Amazon Resource Name (ARN) of the + // local gateway route table. + // // * local-gateway-route-table-id - The ID of a local gateway route table. // // * outpost-arn - The Amazon Resource Name (ARN) of the Outpost. // + // * owner-id - The ID of the Amazon Web Services account that owns the local + // gateway route table. + // // * state - The state of the local gateway route table. Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"` @@ -85658,10 +86111,13 @@ type DescribeLocalGatewayVirtualInterfaceGroupsInput struct { // // * local-gateway-id - The ID of a local gateway. // - // * local-gateway-virtual-interface-id - The ID of the virtual interface. - // // * local-gateway-virtual-interface-group-id - The ID of the virtual interface // group. + // + // * local-gateway-virtual-interface-id - The ID of the virtual interface. + // + // * owner-id - The ID of the Amazon Web Services account that owns the local + // gateway virtual interface group. Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"` // The IDs of the virtual interface groups. @@ -85787,6 +86243,27 @@ type DescribeLocalGatewayVirtualInterfacesInput struct { DryRun *bool `type:"boolean"` // One or more filters. + // + // * local-address - The local address. + // + // * local-bgp-asn - The Border Gateway Protocol (BGP) Autonomous System + // Number (ASN) of the local gateway. + // + // * local-gateway-id - The ID of the local gateway. + // + // * local-gateway-virtual-interface-id - The ID of the virtual interface. + // + // * local-gateway-virtual-interface-group-id - The ID of the virtual interface + // group. + // + // * owner-id - The ID of the Amazon Web Services account that owns the local + // gateway virtual interface. + // + // * peer-address - The peer address. + // + // * peer-bgp-asn - The peer BGP ASN. + // + // * vlan - The ID of the VLAN. Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"` // The IDs of the virtual interfaces. @@ -85911,24 +86388,19 @@ type DescribeLocalGatewaysInput struct { // it is UnauthorizedOperation. DryRun *bool `type:"boolean"` - // One or more filters. - Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"` - // One or more filters. // // * local-gateway-id - The ID of a local gateway. // - // * local-gateway-route-table-id - The ID of the local gateway route table. - // - // * local-gateway-route-table-virtual-interface-group-association-id - The - // ID of the association. - // - // * local-gateway-route-table-virtual-interface-group-id - The ID of the - // virtual interface group. - // // * outpost-arn - The Amazon Resource Name (ARN) of the Outpost. // + // * owner-id - The ID of the Amazon Web Services account that owns the local + // gateway. + // // * state - The state of the association. + Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"` + + // The IDs of the local gateways. LocalGatewayIds []*string `locationName:"LocalGatewayId" locationNameList:"item" type:"list"` // The maximum number of results to return with a single call. To retrieve the @@ -86917,7 +87389,7 @@ type DescribeNetworkInsightsAnalysesInput struct { // it is UnauthorizedOperation. DryRun *bool `type:"boolean"` - // The filters. The following are possible values: + // The filters. The following are the possible values: // // * PathFound - A Boolean value that indicates whether a feasible path is // found. @@ -87069,7 +87541,7 @@ type DescribeNetworkInsightsPathsInput struct { // it is UnauthorizedOperation. DryRun *bool `type:"boolean"` - // The filters. The following are possible values: + // The filters. The following are the possible values: // // * Destination - The ID of the resource. // @@ -87531,6 +88003,12 @@ type DescribeNetworkInterfacesInput struct { // * ipv6-addresses.ipv6-address - An IPv6 address associated with the network // interface. // + // * interface-type - The type of network interface (api_gateway_managed + // | aws_codestar_connections_managed | branch | efa | gateway_load_balancer + // | gateway_load_balancer_endpoint | global_accelerator_managed | interface + // | iot_rules_managed | lambda | load_balancer | nat_gateway | network_load_balancer + // | quicksight | transit_gateway | trunk | vpc_endpoint). + // // * mac-address - The MAC address of the network interface. // // * network-interface-id - The ID of the network interface. @@ -91139,7 +91617,7 @@ type DescribeSpotPriceHistoryInput struct { Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"` // Filters the results by the specified instance types. - InstanceTypes []*string `locationName:"InstanceType" type:"list"` + InstanceTypes []*string `locationName:"InstanceType" type:"list" enum:"InstanceType"` // The maximum number of results to return in a single call. Specify a value // between 1 and 1000. The default value is 1000. To retrieve the remaining @@ -99187,7 +99665,7 @@ type EbsBlockDevice struct { // Encrypted volumes can only be attached to instances that support Amazon EBS // encryption. For more information, see Supported instance types (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html#EBSEncryption_supported_instances). // - // This parameter is not returned by . + // This parameter is not returned by DescribeImageAttribute (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImageAttribute.html). Encrypted *bool `locationName:"encrypted" type:"boolean"` // The number of I/O operations per second (IOPS). For gp3, io1, and io2 volumes, @@ -100122,6 +100600,7 @@ type EnableFastLaunchInput struct { LaunchTemplate *FastLaunchLaunchTemplateSpecificationRequest `type:"structure"` // The maximum number of parallel instances to launch for creating resources. + // Value must be 6 or greater. MaxParallelLaunches *int64 `type:"integer"` // The type of resource to use for pre-provisioning the Windows AMI for faster @@ -101619,7 +102098,7 @@ type Explanation struct { // The destination VPC. DestinationVpc *AnalysisComponent `locationName:"destinationVpc" type:"structure"` - // The direction. The following are possible values: + // The direction. The following are the possible values: // // * egress // @@ -101707,6 +102186,18 @@ type Explanation struct { // The route table for the subnet. SubnetRouteTable *AnalysisComponent `locationName:"subnetRouteTable" type:"structure"` + // The transit gateway. + TransitGateway *AnalysisComponent `locationName:"transitGateway" type:"structure"` + + // The transit gateway attachment. + TransitGatewayAttachment *AnalysisComponent `locationName:"transitGatewayAttachment" type:"structure"` + + // The transit gateway route table. + TransitGatewayRouteTable *AnalysisComponent `locationName:"transitGatewayRouteTable" type:"structure"` + + // The transit gateway route table route. + TransitGatewayRouteTableRoute *TransitGatewayRouteTableRoute `locationName:"transitGatewayRouteTableRoute" type:"structure"` + // The component VPC. Vpc *AnalysisComponent `locationName:"vpc" type:"structure"` @@ -101981,6 +102472,30 @@ func (s *Explanation) SetSubnetRouteTable(v *AnalysisComponent) *Explanation { return s } +// SetTransitGateway sets the TransitGateway field's value. +func (s *Explanation) SetTransitGateway(v *AnalysisComponent) *Explanation { + s.TransitGateway = v + return s +} + +// SetTransitGatewayAttachment sets the TransitGatewayAttachment field's value. +func (s *Explanation) SetTransitGatewayAttachment(v *AnalysisComponent) *Explanation { + s.TransitGatewayAttachment = v + return s +} + +// SetTransitGatewayRouteTable sets the TransitGatewayRouteTable field's value. +func (s *Explanation) SetTransitGatewayRouteTable(v *AnalysisComponent) *Explanation { + s.TransitGatewayRouteTable = v + return s +} + +// SetTransitGatewayRouteTableRoute sets the TransitGatewayRouteTableRoute field's value. +func (s *Explanation) SetTransitGatewayRouteTableRoute(v *TransitGatewayRouteTableRoute) *Explanation { + s.TransitGatewayRouteTableRoute = v + return s +} + // SetVpc sets the Vpc field's value. func (s *Explanation) SetVpc(v *AnalysisComponent) *Explanation { s.Vpc = v @@ -103533,7 +104048,7 @@ type FleetData struct { ActivityStatus *string `locationName:"activityStatus" type:"string" enum:"FleetActivityStatus"` // Unique, case-sensitive identifier that you provide to ensure the idempotency - // of the request. For more information, see Ensuring Idempotency (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html). + // of the request. For more information, see Ensuring idempotency (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Run_Instance_Idempotency.html). // // Constraints: Maximum 64 ASCII characters ClientToken *string `locationName:"clientToken" type:"string"` @@ -105455,15 +105970,17 @@ type GetCoipPoolUsageInput struct { // it is UnauthorizedOperation. DryRun *bool `type:"boolean"` - // The filters. The following are the possible values: + // One or more filters. // - // * coip-address-usage.allocation-id + // * coip-address-usage.allocation-id - The allocation ID of the address. // - // * coip-address-usage.aws-account-id + // * coip-address-usage.aws-account-id - The ID of the Amazon Web Services + // account that is using the customer-owned IP address. // - // * coip-address-usage.aws-service + // * coip-address-usage.aws-service - The Amazon Web Services service that + // is using the customer-owned IP address. // - // * coip-address-usage.co-ip + // * coip-address-usage.co-ip - The customer-owned IP address. Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"` // The maximum number of results to return with a single call. To retrieve the @@ -106411,7 +106928,7 @@ type GetInstanceTypesFromInstanceRequirementsInput struct { // The processor architecture type. // // ArchitectureTypes is a required field - ArchitectureTypes []*string `locationName:"ArchitectureType" locationNameList:"item" type:"list" required:"true"` + ArchitectureTypes []*string `locationName:"ArchitectureType" locationNameList:"item" type:"list" required:"true" enum:"ArchitectureType"` // Checks whether you have the required permissions for the action, without // actually making the request, and provides an error response. If you have @@ -106435,7 +106952,7 @@ type GetInstanceTypesFromInstanceRequirementsInput struct { // The virtualization type. // // VirtualizationTypes is a required field - VirtualizationTypes []*string `locationName:"VirtualizationType" locationNameList:"item" type:"list" required:"true"` + VirtualizationTypes []*string `locationName:"VirtualizationType" locationNameList:"item" type:"list" required:"true" enum:"VirtualizationType"` } // String returns the string representation. @@ -110961,6 +111478,75 @@ func (s *ImageDiskContainer) SetUserBucket(v *UserBucket) *ImageDiskContainer { return s } +// Information about an AMI that is currently in the Recycle Bin. +type ImageRecycleBinInfo struct { + _ struct{} `type:"structure"` + + // The description of the AMI. + Description *string `locationName:"description" type:"string"` + + // The ID of the AMI. + ImageId *string `locationName:"imageId" type:"string"` + + // The name of the AMI. + Name *string `locationName:"name" type:"string"` + + // The date and time when the AMI entered the Recycle Bin. + RecycleBinEnterTime *time.Time `locationName:"recycleBinEnterTime" type:"timestamp"` + + // The date and time when the AMI is to be permanently deleted from the Recycle + // Bin. + RecycleBinExitTime *time.Time `locationName:"recycleBinExitTime" type:"timestamp"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ImageRecycleBinInfo) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ImageRecycleBinInfo) GoString() string { + return s.String() +} + +// SetDescription sets the Description field's value. +func (s *ImageRecycleBinInfo) SetDescription(v string) *ImageRecycleBinInfo { + s.Description = &v + return s +} + +// SetImageId sets the ImageId field's value. +func (s *ImageRecycleBinInfo) SetImageId(v string) *ImageRecycleBinInfo { + s.ImageId = &v + return s +} + +// SetName sets the Name field's value. +func (s *ImageRecycleBinInfo) SetName(v string) *ImageRecycleBinInfo { + s.Name = &v + return s +} + +// SetRecycleBinEnterTime sets the RecycleBinEnterTime field's value. +func (s *ImageRecycleBinInfo) SetRecycleBinEnterTime(v time.Time) *ImageRecycleBinInfo { + s.RecycleBinEnterTime = &v + return s +} + +// SetRecycleBinExitTime sets the RecycleBinExitTime field's value. +func (s *ImageRecycleBinInfo) SetRecycleBinExitTime(v time.Time) *ImageRecycleBinInfo { + s.RecycleBinExitTime = &v + return s +} + type ImportClientVpnClientCertificateRevocationListInput struct { _ struct{} `type:"structure"` @@ -112866,6 +113452,9 @@ type Instance struct { // The license configurations for the instance. Licenses []*LicenseConfiguration `locationName:"licenseSet" locationNameList:"item" type:"list"` + // Provides information on the recovery and maintenance options of your instance. + MaintenanceOptions *InstanceMaintenanceOptions `locationName:"maintenanceOptions" type:"structure"` + // The metadata options for the instance. MetadataOptions *InstanceMetadataOptionsResponse `locationName:"metadataOptions" type:"structure"` @@ -113141,6 +113730,12 @@ func (s *Instance) SetLicenses(v []*LicenseConfiguration) *Instance { return s } +// SetMaintenanceOptions sets the MaintenanceOptions field's value. +func (s *Instance) SetMaintenanceOptions(v *InstanceMaintenanceOptions) *Instance { + s.MaintenanceOptions = v + return s +} + // SetMetadataOptions sets the MetadataOptions field's value. func (s *Instance) SetMetadataOptions(v *InstanceMetadataOptionsResponse) *Instance { s.MetadataOptions = v @@ -114211,6 +114806,71 @@ func (s *InstanceIpv6Prefix) SetIpv6Prefix(v string) *InstanceIpv6Prefix { return s } +// The maintenance options for the instance. +type InstanceMaintenanceOptions struct { + _ struct{} `type:"structure"` + + // Provides information on the current automatic recovery behavior of your instance. + AutoRecovery *string `locationName:"autoRecovery" type:"string" enum:"InstanceAutoRecoveryState"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InstanceMaintenanceOptions) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InstanceMaintenanceOptions) GoString() string { + return s.String() +} + +// SetAutoRecovery sets the AutoRecovery field's value. +func (s *InstanceMaintenanceOptions) SetAutoRecovery(v string) *InstanceMaintenanceOptions { + s.AutoRecovery = &v + return s +} + +// The maintenance options for the instance. +type InstanceMaintenanceOptionsRequest struct { + _ struct{} `type:"structure"` + + // Disables the automatic recovery behavior of your instance or sets it to default. + // For more information, see Simplified automatic recovery (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html#instance-configuration-recovery). + AutoRecovery *string `type:"string" enum:"InstanceAutoRecoveryState"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InstanceMaintenanceOptionsRequest) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s InstanceMaintenanceOptionsRequest) GoString() string { + return s.String() +} + +// SetAutoRecovery sets the AutoRecovery field's value. +func (s *InstanceMaintenanceOptionsRequest) SetAutoRecovery(v string) *InstanceMaintenanceOptionsRequest { + s.AutoRecovery = &v + return s +} + // Describes the market (purchasing) option for the instances. type InstanceMarketOptionsRequest struct { _ struct{} `type:"structure"` @@ -114511,7 +115171,7 @@ type InstanceNetworkInterface struct { // One or more security groups. Groups []*GroupIdentifier `locationName:"groupSet" locationNameList:"item" type:"list"` - // Describes the type of network interface. + // The type of network interface. // // Valid values: interface | efa | trunk InterfaceType *string `locationName:"interfaceType" type:"string"` @@ -114868,10 +115528,6 @@ type InstanceNetworkInterfaceSpecification struct { // The type of network interface. // - // To create an Elastic Fabric Adapter (EFA), specify efa. For more information, - // see Elastic Fabric Adapter (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/efa.html) - // in the Amazon Elastic Compute Cloud User Guide. - // // Valid values: interface | efa InterfaceType *string `type:"string"` @@ -115174,7 +115830,7 @@ type InstanceRequirements struct { // * For instance types with Xilinx devices, specify xilinx. // // Default: Any manufacturer - AcceleratorManufacturers []*string `locationName:"acceleratorManufacturerSet" locationNameList:"item" type:"list"` + AcceleratorManufacturers []*string `locationName:"acceleratorManufacturerSet" locationNameList:"item" type:"list" enum:"AcceleratorManufacturer"` // The accelerators that must be on the instance type. // @@ -115193,7 +115849,7 @@ type InstanceRequirements struct { // * For instance types with Xilinx VU9P FPGAs, specify vu9p. // // Default: Any accelerator - AcceleratorNames []*string `locationName:"acceleratorNameSet" locationNameList:"item" type:"list"` + AcceleratorNames []*string `locationName:"acceleratorNameSet" locationNameList:"item" type:"list" enum:"AcceleratorName"` // The minimum and maximum amount of total accelerator memory, in MiB. // @@ -115209,7 +115865,7 @@ type InstanceRequirements struct { // * For instance types with inference accelerators, specify inference. // // Default: Any accelerator type - AcceleratorTypes []*string `locationName:"acceleratorTypeSet" locationNameList:"item" type:"list"` + AcceleratorTypes []*string `locationName:"acceleratorTypeSet" locationNameList:"item" type:"list" enum:"AcceleratorType"` // Indicates whether bare metal instance types must be included, excluded, or // required. @@ -115255,7 +115911,7 @@ type InstanceRequirements struct { // Image (AMI) that you specify in your launch template. // // Default: Any manufacturer - CpuManufacturers []*string `locationName:"cpuManufacturerSet" locationNameList:"item" type:"list"` + CpuManufacturers []*string `locationName:"cpuManufacturerSet" locationNameList:"item" type:"list" enum:"CpuManufacturer"` // The instance types to exclude. You can use strings with one or more wild // cards, represented by an asterisk (*), to exclude an instance type, size, @@ -115281,7 +115937,7 @@ type InstanceRequirements struct { // For previous generation instance types, specify previous. // // Default: Current and previous generation instance types - InstanceGenerations []*string `locationName:"instanceGenerationSet" locationNameList:"item" type:"list"` + InstanceGenerations []*string `locationName:"instanceGenerationSet" locationNameList:"item" type:"list" enum:"InstanceGeneration"` // Indicates whether instance types with instance store volumes are included, // excluded, or required. For more information, Amazon EC2 instance store (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html) @@ -115304,7 +115960,7 @@ type InstanceRequirements struct { // * For instance types with solid state drive (SDD) storage, specify sdd. // // Default: hdd and sdd - LocalStorageTypes []*string `locationName:"localStorageTypeSet" locationNameList:"item" type:"list"` + LocalStorageTypes []*string `locationName:"localStorageTypeSet" locationNameList:"item" type:"list" enum:"LocalStorageType"` // The minimum and maximum amount of memory per vCPU, in GiB. // @@ -115332,6 +115988,10 @@ type InstanceRequirements struct { // This parameter is not supported for GetSpotPlacementScores (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html) // and GetInstanceTypesFromInstanceRequirements (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html). // + // If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection + // threshold is applied based on the per-vCPU or per-memory price instead of + // the per-instance price. + // // Default: 20 OnDemandMaxPricePercentageOverLowestPrice *int64 `locationName:"onDemandMaxPricePercentageOverLowestPrice" type:"integer"` @@ -115355,6 +116015,10 @@ type InstanceRequirements struct { // This parameter is not supported for GetSpotPlacementScores (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html) // and GetInstanceTypesFromInstanceRequirements (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html). // + // If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection + // threshold is applied based on the per-vCPU or per-memory price instead of + // the per-instance price. + // // Default: 100 SpotMaxPricePercentageOverLowestPrice *int64 `locationName:"spotMaxPricePercentageOverLowestPrice" type:"integer"` @@ -115548,7 +116212,7 @@ type InstanceRequirementsRequest struct { // * For instance types with Xilinx devices, specify xilinx. // // Default: Any manufacturer - AcceleratorManufacturers []*string `locationName:"AcceleratorManufacturer" locationNameList:"item" type:"list"` + AcceleratorManufacturers []*string `locationName:"AcceleratorManufacturer" locationNameList:"item" type:"list" enum:"AcceleratorManufacturer"` // The accelerators that must be on the instance type. // @@ -115567,7 +116231,7 @@ type InstanceRequirementsRequest struct { // * For instance types with Xilinx VU9P FPGAs, specify vu9p. // // Default: Any accelerator - AcceleratorNames []*string `locationName:"AcceleratorName" locationNameList:"item" type:"list"` + AcceleratorNames []*string `locationName:"AcceleratorName" locationNameList:"item" type:"list" enum:"AcceleratorName"` // The minimum and maximum amount of total accelerator memory, in MiB. // @@ -115583,7 +116247,7 @@ type InstanceRequirementsRequest struct { // * To include instance types with inference hardware, specify inference. // // Default: Any accelerator type - AcceleratorTypes []*string `locationName:"AcceleratorType" locationNameList:"item" type:"list"` + AcceleratorTypes []*string `locationName:"AcceleratorType" locationNameList:"item" type:"list" enum:"AcceleratorType"` // Indicates whether bare metal instance types must be included, excluded, or // required. @@ -115629,7 +116293,7 @@ type InstanceRequirementsRequest struct { // Image (AMI) that you specify in your launch template. // // Default: Any manufacturer - CpuManufacturers []*string `locationName:"CpuManufacturer" locationNameList:"item" type:"list"` + CpuManufacturers []*string `locationName:"CpuManufacturer" locationNameList:"item" type:"list" enum:"CpuManufacturer"` // The instance types to exclude. You can use strings with one or more wild // cards, represented by an asterisk (*), to exclude an instance family, type, @@ -115655,7 +116319,7 @@ type InstanceRequirementsRequest struct { // For previous generation instance types, specify previous. // // Default: Current and previous generation instance types - InstanceGenerations []*string `locationName:"InstanceGeneration" locationNameList:"item" type:"list"` + InstanceGenerations []*string `locationName:"InstanceGeneration" locationNameList:"item" type:"list" enum:"InstanceGeneration"` // Indicates whether instance types with instance store volumes are included, // excluded, or required. For more information, Amazon EC2 instance store (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/InstanceStorage.html) @@ -115678,7 +116342,7 @@ type InstanceRequirementsRequest struct { // * For instance types with solid state drive (SDD) storage, specify sdd. // // Default: hdd and sdd - LocalStorageTypes []*string `locationName:"LocalStorageType" locationNameList:"item" type:"list"` + LocalStorageTypes []*string `locationName:"LocalStorageType" locationNameList:"item" type:"list" enum:"LocalStorageType"` // The minimum and maximum amount of memory per vCPU, in GiB. // @@ -115708,6 +116372,10 @@ type InstanceRequirementsRequest struct { // This parameter is not supported for GetSpotPlacementScores (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html) // and GetInstanceTypesFromInstanceRequirements (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html). // + // If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection + // threshold is applied based on the per-vCPU or per-memory price instead of + // the per-instance price. + // // Default: 20 OnDemandMaxPricePercentageOverLowestPrice *int64 `type:"integer"` @@ -115731,6 +116399,10 @@ type InstanceRequirementsRequest struct { // This parameter is not supported for GetSpotPlacementScores (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetSpotPlacementScores.html) // and GetInstanceTypesFromInstanceRequirements (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements.html). // + // If you set TargetCapacityUnitType to vcpu or memory-mib, the price protection + // threshold is applied based on the per-vCPU or per-memory price instead of + // the per-instance price. + // // Default: 100 SpotMaxPricePercentageOverLowestPrice *int64 `type:"integer"` @@ -115925,14 +116597,14 @@ type InstanceRequirementsWithMetadataRequest struct { _ struct{} `type:"structure"` // The architecture type. - ArchitectureTypes []*string `locationName:"ArchitectureType" locationNameList:"item" type:"list"` + ArchitectureTypes []*string `locationName:"ArchitectureType" locationNameList:"item" type:"list" enum:"ArchitectureType"` // The attributes for the instance types. When you specify instance attributes, // Amazon EC2 will identify instance types with those attributes. InstanceRequirements *InstanceRequirementsRequest `type:"structure"` // The virtualization type. - VirtualizationTypes []*string `locationName:"VirtualizationType" locationNameList:"item" type:"list"` + VirtualizationTypes []*string `locationName:"VirtualizationType" locationNameList:"item" type:"list" enum:"VirtualizationType"` } // String returns the string representation. @@ -116573,16 +117245,16 @@ type InstanceTypeInfo struct { // The supported boot modes. For more information, see Boot modes (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html) // in the Amazon EC2 User Guide. - SupportedBootModes []*string `locationName:"supportedBootModes" locationNameList:"item" type:"list"` + SupportedBootModes []*string `locationName:"supportedBootModes" locationNameList:"item" type:"list" enum:"BootModeType"` // The supported root device types. - SupportedRootDeviceTypes []*string `locationName:"supportedRootDeviceTypes" locationNameList:"item" type:"list"` + SupportedRootDeviceTypes []*string `locationName:"supportedRootDeviceTypes" locationNameList:"item" type:"list" enum:"RootDeviceType"` // Indicates whether the instance type is offered for spot or On-Demand. - SupportedUsageClasses []*string `locationName:"supportedUsageClasses" locationNameList:"item" type:"list"` + SupportedUsageClasses []*string `locationName:"supportedUsageClasses" locationNameList:"item" type:"list" enum:"UsageClassType"` // The supported virtualization types. - SupportedVirtualizationTypes []*string `locationName:"supportedVirtualizationTypes" locationNameList:"item" type:"list"` + SupportedVirtualizationTypes []*string `locationName:"supportedVirtualizationTypes" locationNameList:"item" type:"list" enum:"VirtualizationType"` // Describes the vCPU configurations for the instance type. VCpuInfo *VCpuInfo `locationName:"vCpuInfo" type:"structure"` @@ -118199,7 +118871,7 @@ func (s *IpamResourceTag) SetValue(v string) *IpamResourceTag { // overlap or conflict. // // For more information, see How IPAM works (/vpc/latest/ipam/how-it-works-ipam.html) -// in the Amazon VPC IPAM User Guide +// in the Amazon VPC IPAM User Guide. type IpamScope struct { _ struct{} `type:"structure"` @@ -120135,6 +120807,71 @@ func (s *LaunchTemplateIamInstanceProfileSpecificationRequest) SetName(v string) return s } +// The maintenance options of your instance. +type LaunchTemplateInstanceMaintenanceOptions struct { + _ struct{} `type:"structure"` + + // Disables the automatic recovery behavior of your instance or sets it to default. + AutoRecovery *string `locationName:"autoRecovery" type:"string" enum:"LaunchTemplateAutoRecoveryState"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s LaunchTemplateInstanceMaintenanceOptions) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s LaunchTemplateInstanceMaintenanceOptions) GoString() string { + return s.String() +} + +// SetAutoRecovery sets the AutoRecovery field's value. +func (s *LaunchTemplateInstanceMaintenanceOptions) SetAutoRecovery(v string) *LaunchTemplateInstanceMaintenanceOptions { + s.AutoRecovery = &v + return s +} + +// The maintenance options of your instance. +type LaunchTemplateInstanceMaintenanceOptionsRequest struct { + _ struct{} `type:"structure"` + + // Disables the automatic recovery behavior of your instance or sets it to default. + // For more information, see Simplified automatic recovery (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-recover.html#instance-configuration-recovery). + AutoRecovery *string `type:"string" enum:"LaunchTemplateAutoRecoveryState"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s LaunchTemplateInstanceMaintenanceOptionsRequest) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s LaunchTemplateInstanceMaintenanceOptionsRequest) GoString() string { + return s.String() +} + +// SetAutoRecovery sets the AutoRecovery field's value. +func (s *LaunchTemplateInstanceMaintenanceOptionsRequest) SetAutoRecovery(v string) *LaunchTemplateInstanceMaintenanceOptionsRequest { + s.AutoRecovery = &v + return s +} + // The market (purchasing) option for the instances. type LaunchTemplateInstanceMarketOptions struct { _ struct{} `type:"structure"` @@ -120258,6 +120995,12 @@ type LaunchTemplateInstanceMetadataOptions struct { // not available. HttpTokens *string `locationName:"httpTokens" type:"string" enum:"LaunchTemplateHttpTokensState"` + // Set to enabled to allow access to instance tags from the instance metadata. + // Set to disabled to turn off access to instance tags from the instance metadata. + // For more information, see Work with instance tags using the instance metadata + // (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/Using_Tags.html#work-with-tags-in-IMDS). + // + // Default: disabled InstanceMetadataTags *string `locationName:"instanceMetadataTags" type:"string" enum:"LaunchTemplateInstanceMetadataTagsState"` // The state of the metadata option changes. @@ -121557,8 +122300,8 @@ type LaunchTemplateTagSpecificationRequest struct { _ struct{} `type:"structure"` // The type of resource to tag. Currently, the resource types that support tagging - // on creation are instance and volume. To tag a resource after it has been - // created, see CreateTags (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html). + // on creation are instance, volume, elastic-gpu, network-interface, and spot-instances-request. + // To tag a resource after it has been created, see CreateTags (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateTags.html). ResourceType *string `type:"string" enum:"ResourceType"` // The tags to apply to the resource. @@ -121820,6 +122563,126 @@ func (s *LicenseConfigurationRequest) SetLicenseConfigurationArn(v string) *Lice return s } +type ListImagesInRecycleBinInput struct { + _ struct{} `type:"structure"` + + // Checks whether you have the required permissions for the action, without + // actually making the request, and provides an error response. If you have + // the required permissions, the error response is DryRunOperation. Otherwise, + // it is UnauthorizedOperation. + DryRun *bool `type:"boolean"` + + // The IDs of the AMIs to list. Omit this parameter to list all of the AMIs + // that are in the Recycle Bin. You can specify up to 20 IDs in a single request. + ImageIds []*string `locationName:"ImageId" locationNameList:"ImageId" type:"list"` + + // The maximum number of results to return with a single call. To retrieve the + // remaining results, make another call with the returned nextToken value. + // + // If you do not specify a value for MaxResults, the request returns 1,000 items + // per page by default. For more information, see Pagination (https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination). + MaxResults *int64 `min:"1" type:"integer"` + + // The token for the next page of results. + NextToken *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ListImagesInRecycleBinInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ListImagesInRecycleBinInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *ListImagesInRecycleBinInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ListImagesInRecycleBinInput"} + if s.MaxResults != nil && *s.MaxResults < 1 { + invalidParams.Add(request.NewErrParamMinValue("MaxResults", 1)) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetDryRun sets the DryRun field's value. +func (s *ListImagesInRecycleBinInput) SetDryRun(v bool) *ListImagesInRecycleBinInput { + s.DryRun = &v + return s +} + +// SetImageIds sets the ImageIds field's value. +func (s *ListImagesInRecycleBinInput) SetImageIds(v []*string) *ListImagesInRecycleBinInput { + s.ImageIds = v + return s +} + +// SetMaxResults sets the MaxResults field's value. +func (s *ListImagesInRecycleBinInput) SetMaxResults(v int64) *ListImagesInRecycleBinInput { + s.MaxResults = &v + return s +} + +// SetNextToken sets the NextToken field's value. +func (s *ListImagesInRecycleBinInput) SetNextToken(v string) *ListImagesInRecycleBinInput { + s.NextToken = &v + return s +} + +type ListImagesInRecycleBinOutput struct { + _ struct{} `type:"structure"` + + // Information about the AMIs. + Images []*ImageRecycleBinInfo `locationName:"imageSet" locationNameList:"item" type:"list"` + + // The token to use to retrieve the next page of results. This value is null + // when there are no more results to return. + NextToken *string `locationName:"nextToken" type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ListImagesInRecycleBinOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ListImagesInRecycleBinOutput) GoString() string { + return s.String() +} + +// SetImages sets the Images field's value. +func (s *ListImagesInRecycleBinOutput) SetImages(v []*ImageRecycleBinInfo) *ListImagesInRecycleBinOutput { + s.Images = v + return s +} + +// SetNextToken sets the NextToken field's value. +func (s *ListImagesInRecycleBinOutput) SetNextToken(v string) *ListImagesInRecycleBinOutput { + s.NextToken = &v + return s +} + type ListSnapshotsInRecycleBinInput struct { _ struct{} `type:"structure"` @@ -123562,6 +124425,8 @@ type ModifyClientVpnEndpointInput struct { // The options for managing connection authorization for new client connections. ClientConnectOptions *ClientConnectOptions `type:"structure"` + // Options for enabling a customizable text banner that will be displayed on + // Amazon Web Services provided clients when a VPN session is established. ClientLoginBannerOptions *ClientLoginBannerOptions `type:"structure"` // The ID of the Client VPN endpoint to modify. @@ -123606,6 +124471,11 @@ type ModifyClientVpnEndpointInput struct { // be provisioned in Certificate Manager (ACM). ServerCertificateArn *string `type:"string"` + // The maximum VPN session duration time in hours. + // + // Valid values: 8 | 10 | 12 | 24 + // + // Default value: 24 SessionTimeoutHours *int64 `type:"integer"` // Indicates whether the VPN is split-tunnel. @@ -124098,7 +124968,8 @@ func (s *ModifyFleetInput) SetTargetCapacitySpecification(v *TargetCapacitySpeci type ModifyFleetOutput struct { _ struct{} `type:"structure"` - // Is true if the request succeeds, and an error otherwise. + // If the request succeeds, the response returns true. If the request fails, + // no response is returned, and instead an error message is returned. Return *bool `locationName:"return" type:"boolean"` } @@ -125521,6 +126392,113 @@ func (s *ModifyInstanceEventWindowOutput) SetInstanceEventWindow(v *InstanceEven return s } +type ModifyInstanceMaintenanceOptionsInput struct { + _ struct{} `type:"structure"` + + // Disables the automatic recovery behavior of your instance or sets it to default. + AutoRecovery *string `type:"string" enum:"InstanceAutoRecoveryState"` + + // Checks whether you have the required permissions for the action, without + // actually making the request, and provides an error response. If you have + // the required permissions, the error response is DryRunOperation. Otherwise, + // it is UnauthorizedOperation. + DryRun *bool `type:"boolean"` + + // The ID of the instance. + // + // InstanceId is a required field + InstanceId *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyInstanceMaintenanceOptionsInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyInstanceMaintenanceOptionsInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *ModifyInstanceMaintenanceOptionsInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "ModifyInstanceMaintenanceOptionsInput"} + if s.InstanceId == nil { + invalidParams.Add(request.NewErrParamRequired("InstanceId")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetAutoRecovery sets the AutoRecovery field's value. +func (s *ModifyInstanceMaintenanceOptionsInput) SetAutoRecovery(v string) *ModifyInstanceMaintenanceOptionsInput { + s.AutoRecovery = &v + return s +} + +// SetDryRun sets the DryRun field's value. +func (s *ModifyInstanceMaintenanceOptionsInput) SetDryRun(v bool) *ModifyInstanceMaintenanceOptionsInput { + s.DryRun = &v + return s +} + +// SetInstanceId sets the InstanceId field's value. +func (s *ModifyInstanceMaintenanceOptionsInput) SetInstanceId(v string) *ModifyInstanceMaintenanceOptionsInput { + s.InstanceId = &v + return s +} + +type ModifyInstanceMaintenanceOptionsOutput struct { + _ struct{} `type:"structure"` + + // Provides information on the current automatic recovery behavior of your instance. + AutoRecovery *string `locationName:"autoRecovery" type:"string" enum:"InstanceAutoRecoveryState"` + + // The ID of the instance. + InstanceId *string `locationName:"instanceId" type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyInstanceMaintenanceOptionsOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ModifyInstanceMaintenanceOptionsOutput) GoString() string { + return s.String() +} + +// SetAutoRecovery sets the AutoRecovery field's value. +func (s *ModifyInstanceMaintenanceOptionsOutput) SetAutoRecovery(v string) *ModifyInstanceMaintenanceOptionsOutput { + s.AutoRecovery = &v + return s +} + +// SetInstanceId sets the InstanceId field's value. +func (s *ModifyInstanceMaintenanceOptionsOutput) SetInstanceId(v string) *ModifyInstanceMaintenanceOptionsOutput { + s.InstanceId = &v + return s +} + type ModifyInstanceMetadataOptionsInput struct { _ struct{} `type:"structure"` @@ -127449,7 +128427,8 @@ func (s *ModifySpotFleetRequestInput) SetTargetCapacity(v int64) *ModifySpotFlee type ModifySpotFleetRequestOutput struct { _ struct{} `type:"structure"` - // Is true if the request succeeds, and an error otherwise. + // If the request succeeds, the response returns true. If the request fails, + // no response is returned, and instead an error message is returned. Return *bool `locationName:"return" type:"boolean"` } @@ -127664,7 +128643,7 @@ type ModifyTrafficMirrorFilterNetworkServicesInput struct { _ struct{} `type:"structure"` // The network service, for example Amazon DNS, that you want to mirror. - AddNetworkServices []*string `locationName:"AddNetworkService" locationNameList:"item" type:"list"` + AddNetworkServices []*string `locationName:"AddNetworkService" locationNameList:"item" type:"list" enum:"TrafficMirrorNetworkService"` // Checks whether you have the required permissions for the action, without // actually making the request, and provides an error response. If you have @@ -127673,7 +128652,7 @@ type ModifyTrafficMirrorFilterNetworkServicesInput struct { DryRun *bool `type:"boolean"` // The network service, for example Amazon DNS, that you no longer want to mirror. - RemoveNetworkServices []*string `locationName:"RemoveNetworkService" locationNameList:"item" type:"list"` + RemoveNetworkServices []*string `locationName:"RemoveNetworkService" locationNameList:"item" type:"list" enum:"TrafficMirrorNetworkService"` // The ID of the Traffic Mirror filter. // @@ -127792,7 +128771,7 @@ type ModifyTrafficMirrorFilterRuleInput struct { // // When you remove a property from a Traffic Mirror filter rule, the property // is set to the default. - RemoveFields []*string `locationName:"RemoveField" type:"list"` + RemoveFields []*string `locationName:"RemoveField" type:"list" enum:"TrafficMirrorFilterRuleField"` // The action to assign to the rule. RuleAction *string `type:"string" enum:"TrafficMirrorRuleAction"` @@ -127974,7 +128953,7 @@ type ModifyTrafficMirrorSessionInput struct { // // When you remove a property from a Traffic Mirror session, the property is // set to the default. - RemoveFields []*string `locationName:"RemoveField" type:"list"` + RemoveFields []*string `locationName:"RemoveField" type:"list" enum:"TrafficMirrorSessionField"` // The session number determines the order in which sessions are evaluated when // an interface is used by multiple sessions. The first session with a matching @@ -133178,7 +134157,7 @@ type PacketHeaderStatement struct { DestinationPrefixLists []*string `locationName:"destinationPrefixListSet" locationNameList:"item" type:"list"` // The protocols. - Protocols []*string `locationName:"protocolSet" locationNameList:"item" type:"list"` + Protocols []*string `locationName:"protocolSet" locationNameList:"item" type:"list" enum:"Protocol"` // The source addresses. SourceAddresses []*string `locationName:"sourceAddressSet" locationNameList:"item" type:"list"` @@ -133264,7 +134243,7 @@ type PacketHeaderStatementRequest struct { DestinationPrefixLists []*string `locationName:"DestinationPrefixList" locationNameList:"item" type:"list"` // The protocols. - Protocols []*string `locationName:"Protocol" locationNameList:"item" type:"list"` + Protocols []*string `locationName:"Protocol" locationNameList:"item" type:"list" enum:"Protocol"` // The source addresses. SourceAddresses []*string `locationName:"SourceAddress" locationNameList:"item" type:"list"` @@ -133343,6 +134322,9 @@ type PathComponent struct { // The network ACL rule. AclRule *AnalysisAclRule `locationName:"aclRule" type:"structure"` + // The additional details. + AdditionalDetails []*AdditionalDetail `locationName:"additionalDetailSet" locationNameList:"item" type:"list"` + // The resource to which the path component is attached. AttachedTo *AnalysisComponent `locationName:"attachedTo" type:"structure"` @@ -133373,6 +134355,12 @@ type PathComponent struct { // The subnet. Subnet *AnalysisComponent `locationName:"subnet" type:"structure"` + // Describes a path component. + TransitGateway *AnalysisComponent `locationName:"transitGateway" type:"structure"` + + // The route in a transit gateway route table. + TransitGatewayRouteTableRoute *TransitGatewayRouteTableRoute `locationName:"transitGatewayRouteTableRoute" type:"structure"` + // The component VPC. Vpc *AnalysisComponent `locationName:"vpc" type:"structure"` } @@ -133401,6 +134389,12 @@ func (s *PathComponent) SetAclRule(v *AnalysisAclRule) *PathComponent { return s } +// SetAdditionalDetails sets the AdditionalDetails field's value. +func (s *PathComponent) SetAdditionalDetails(v []*AdditionalDetail) *PathComponent { + s.AdditionalDetails = v + return s +} + // SetAttachedTo sets the AttachedTo field's value. func (s *PathComponent) SetAttachedTo(v *AnalysisComponent) *PathComponent { s.AttachedTo = v @@ -133461,6 +134455,18 @@ func (s *PathComponent) SetSubnet(v *AnalysisComponent) *PathComponent { return s } +// SetTransitGateway sets the TransitGateway field's value. +func (s *PathComponent) SetTransitGateway(v *AnalysisComponent) *PathComponent { + s.TransitGateway = v + return s +} + +// SetTransitGatewayRouteTableRoute sets the TransitGatewayRouteTableRoute field's value. +func (s *PathComponent) SetTransitGatewayRouteTableRoute(v *TransitGatewayRouteTableRoute) *PathComponent { + s.TransitGatewayRouteTableRoute = v + return s +} + // SetVpc sets the Vpc field's value. func (s *PathComponent) SetVpc(v *AnalysisComponent) *PathComponent { s.Vpc = v @@ -134408,7 +135414,7 @@ type PlacementGroupInfo struct { _ struct{} `type:"structure"` // The supported placement group types. - SupportedStrategies []*string `locationName:"supportedStrategies" locationNameList:"item" type:"list"` + SupportedStrategies []*string `locationName:"supportedStrategies" locationNameList:"item" type:"list" enum:"PlacementGroupStrategy"` } // String returns the string representation. @@ -135231,7 +136237,7 @@ type ProcessorInfo struct { _ struct{} `type:"structure"` // The architectures supported by the instance type. - SupportedArchitectures []*string `locationName:"supportedArchitectures" locationNameList:"item" type:"list"` + SupportedArchitectures []*string `locationName:"supportedArchitectures" locationNameList:"item" type:"list" enum:"ArchitectureType"` // The speed of the processor, in GHz. SustainedClockSpeedInGhz *float64 `locationName:"sustainedClockSpeedInGhz" type:"double"` @@ -138005,7 +139011,9 @@ type ReleaseIpamPoolAllocationInput struct { DryRun *bool `type:"boolean"` // The ID of the allocation. - IpamPoolAllocationId *string `type:"string"` + // + // IpamPoolAllocationId is a required field + IpamPoolAllocationId *string `type:"string" required:"true"` // The ID of the IPAM pool which contains the allocation you want to release. // @@ -138037,6 +139045,9 @@ func (s *ReleaseIpamPoolAllocationInput) Validate() error { if s.Cidr == nil { invalidParams.Add(request.NewErrParamRequired("Cidr")) } + if s.IpamPoolAllocationId == nil { + invalidParams.Add(request.NewErrParamRequired("IpamPoolAllocationId")) + } if s.IpamPoolId == nil { invalidParams.Add(request.NewErrParamRequired("IpamPoolId")) } @@ -139155,7 +140166,7 @@ type ReportInstanceStatusInput struct { // * other: [explain using the description parameter] // // ReasonCodes is a required field - ReasonCodes []*string `locationName:"reasonCode" locationNameList:"item" type:"list" required:"true"` + ReasonCodes []*string `locationName:"reasonCode" locationNameList:"item" type:"list" required:"true" enum:"ReportInstanceReasonCodes"` // The time at which the reported instance health state began. StartTime *time.Time `locationName:"startTime" type:"timestamp"` @@ -139409,6 +140420,9 @@ type RequestLaunchTemplateData struct { // The license configurations. LicenseSpecifications []*LaunchTemplateLicenseConfigurationRequest `locationName:"LicenseSpecification" locationNameList:"item" type:"list"` + // The maintenance options for the instance. + MaintenanceOptions *LaunchTemplateInstanceMaintenanceOptionsRequest `type:"structure"` + // The metadata options for the instance. For more information, see Instance // metadata and user data (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) // in the Amazon Elastic Compute Cloud User Guide. @@ -139637,6 +140651,12 @@ func (s *RequestLaunchTemplateData) SetLicenseSpecifications(v []*LaunchTemplate return s } +// SetMaintenanceOptions sets the MaintenanceOptions field's value. +func (s *RequestLaunchTemplateData) SetMaintenanceOptions(v *LaunchTemplateInstanceMaintenanceOptionsRequest) *RequestLaunchTemplateData { + s.MaintenanceOptions = v + return s +} + // SetMetadataOptions sets the MetadataOptions field's value. func (s *RequestLaunchTemplateData) SetMetadataOptions(v *LaunchTemplateInstanceMetadataOptionsRequest) *RequestLaunchTemplateData { s.MetadataOptions = v @@ -141642,7 +142662,6 @@ type ResetInstanceAttributeInput struct { // The attribute to reset. // // You can only reset the following attributes: kernel | ramdisk | sourceDestCheck. - // To change an instance attribute, use ModifyInstanceAttribute. // // Attribute is a required field Attribute *string `locationName:"attribute" type:"string" required:"true" enum:"InstanceAttributeName"` @@ -142112,6 +143131,9 @@ type ResponseLaunchTemplateData struct { // The license configurations. LicenseSpecifications []*LaunchTemplateLicenseConfiguration `locationName:"licenseSet" locationNameList:"item" type:"list"` + // The maintenance options for your instance. + MaintenanceOptions *LaunchTemplateInstanceMaintenanceOptions `locationName:"maintenanceOptions" type:"structure"` + // The metadata options for the instance. For more information, see Instance // metadata and user data (https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-metadata.html) // in the Amazon Elastic Compute Cloud User Guide. @@ -142277,6 +143299,12 @@ func (s *ResponseLaunchTemplateData) SetLicenseSpecifications(v []*LaunchTemplat return s } +// SetMaintenanceOptions sets the MaintenanceOptions field's value. +func (s *ResponseLaunchTemplateData) SetMaintenanceOptions(v *LaunchTemplateInstanceMaintenanceOptions) *ResponseLaunchTemplateData { + s.MaintenanceOptions = v + return s +} + // SetMetadataOptions sets the MetadataOptions field's value. func (s *ResponseLaunchTemplateData) SetMetadataOptions(v *LaunchTemplateInstanceMetadataOptions) *ResponseLaunchTemplateData { s.MetadataOptions = v @@ -142435,6 +143463,95 @@ func (s *RestoreAddressToClassicOutput) SetStatus(v string) *RestoreAddressToCla return s } +type RestoreImageFromRecycleBinInput struct { + _ struct{} `type:"structure"` + + // Checks whether you have the required permissions for the action, without + // actually making the request, and provides an error response. If you have + // the required permissions, the error response is DryRunOperation. Otherwise, + // it is UnauthorizedOperation. + DryRun *bool `type:"boolean"` + + // The ID of the AMI to restore. + // + // ImageId is a required field + ImageId *string `type:"string" required:"true"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RestoreImageFromRecycleBinInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RestoreImageFromRecycleBinInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *RestoreImageFromRecycleBinInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "RestoreImageFromRecycleBinInput"} + if s.ImageId == nil { + invalidParams.Add(request.NewErrParamRequired("ImageId")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetDryRun sets the DryRun field's value. +func (s *RestoreImageFromRecycleBinInput) SetDryRun(v bool) *RestoreImageFromRecycleBinInput { + s.DryRun = &v + return s +} + +// SetImageId sets the ImageId field's value. +func (s *RestoreImageFromRecycleBinInput) SetImageId(v string) *RestoreImageFromRecycleBinInput { + s.ImageId = &v + return s +} + +type RestoreImageFromRecycleBinOutput struct { + _ struct{} `type:"structure"` + + // Returns true if the request succeeds; otherwise, it returns an error. + Return *bool `locationName:"return" type:"boolean"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RestoreImageFromRecycleBinOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s RestoreImageFromRecycleBinOutput) GoString() string { + return s.String() +} + +// SetReturn sets the Return field's value. +func (s *RestoreImageFromRecycleBinOutput) SetReturn(v bool) *RestoreImageFromRecycleBinOutput { + s.Return = &v + return s +} + type RestoreManagedPrefixListVersionInput struct { _ struct{} `type:"structure"` @@ -143890,6 +145007,9 @@ type RunInstancesInput struct { // The license configurations. LicenseSpecifications []*LicenseConfigurationRequest `locationName:"LicenseSpecification" locationNameList:"item" type:"list"` + // The maintenance and recovery options for the instance. + MaintenanceOptions *InstanceMaintenanceOptionsRequest `type:"structure"` + // The maximum number of instances to launch. If you specify more instances // than Amazon EC2 can launch in the target Availability Zone, Amazon EC2 launches // the largest possible number of instances above MinCount. @@ -144200,6 +145320,12 @@ func (s *RunInstancesInput) SetLicenseSpecifications(v []*LicenseConfigurationRe return s } +// SetMaintenanceOptions sets the MaintenanceOptions field's value. +func (s *RunInstancesInput) SetMaintenanceOptions(v *InstanceMaintenanceOptionsRequest) *RunInstancesInput { + s.MaintenanceOptions = v + return s +} + // SetMaxCount sets the MaxCount field's value. func (s *RunInstancesInput) SetMaxCount(v int64) *RunInstancesInput { s.MaxCount = &v @@ -145705,6 +146831,23 @@ type SearchLocalGatewayRoutesInput struct { DryRun *bool `type:"boolean"` // One or more filters. + // + // * route-search.exact-match - The exact match of the specified filter. + // + // * route-search.longest-prefix-match - The longest prefix that matches + // the route. + // + // * route-search.subnet-of-match - The routes with a subnet that match the + // specified CIDR filter. + // + // * route-search.supernet-of-match - The routes with a CIDR that encompass + // the CIDR filter. For example, if you have 10.0.1.0/29 and 10.0.1.0/31 + // routes in your route table and you specify supernet-of-match as 10.0.1.0/30, + // then the result returns 10.0.1.0/29. + // + // * state - The state of the route. + // + // * type - The route type. Filters []*Filter `locationName:"Filter" locationNameList:"Filter" type:"list"` // The ID of the local gateway route table. @@ -151242,7 +152385,7 @@ type Tag struct { // The value of the tag. // - // Constraints: Tag values are case-sensitive and accept a maximum of 255 Unicode + // Constraints: Tag values are case-sensitive and accept a maximum of 256 Unicode // characters. Value *string `locationName:"value" type:"string"` } @@ -152295,7 +153438,7 @@ type TrafficMirrorFilter struct { IngressFilterRules []*TrafficMirrorFilterRule `locationName:"ingressFilterRuleSet" locationNameList:"item" type:"list"` // The network service traffic that is associated with the Traffic Mirror filter. - NetworkServices []*string `locationName:"networkServiceSet" locationNameList:"item" type:"list"` + NetworkServices []*string `locationName:"networkServiceSet" locationNameList:"item" type:"list" enum:"TrafficMirrorNetworkService"` // The tags assigned to the Traffic Mirror filter. Tags []*Tag `locationName:"tagSet" locationNameList:"item" type:"list"` @@ -154939,6 +156082,96 @@ func (s *TransitGatewayRouteTablePropagation) SetTransitGatewayAttachmentId(v st return s } +// Describes a route in a transit gateway route table. +type TransitGatewayRouteTableRoute struct { + _ struct{} `type:"structure"` + + // The ID of the route attachment. + AttachmentId *string `locationName:"attachmentId" type:"string"` + + // The CIDR block used for destination matches. + DestinationCidr *string `locationName:"destinationCidr" type:"string"` + + // The ID of the prefix list. + PrefixListId *string `locationName:"prefixListId" type:"string"` + + // The ID of the resource for the route attachment. + ResourceId *string `locationName:"resourceId" type:"string"` + + // The resource type for the route attachment. + ResourceType *string `locationName:"resourceType" type:"string"` + + // The route origin. The following are the possible values: + // + // * static + // + // * propagated + RouteOrigin *string `locationName:"routeOrigin" type:"string"` + + // The state of the route. + State *string `locationName:"state" type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s TransitGatewayRouteTableRoute) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s TransitGatewayRouteTableRoute) GoString() string { + return s.String() +} + +// SetAttachmentId sets the AttachmentId field's value. +func (s *TransitGatewayRouteTableRoute) SetAttachmentId(v string) *TransitGatewayRouteTableRoute { + s.AttachmentId = &v + return s +} + +// SetDestinationCidr sets the DestinationCidr field's value. +func (s *TransitGatewayRouteTableRoute) SetDestinationCidr(v string) *TransitGatewayRouteTableRoute { + s.DestinationCidr = &v + return s +} + +// SetPrefixListId sets the PrefixListId field's value. +func (s *TransitGatewayRouteTableRoute) SetPrefixListId(v string) *TransitGatewayRouteTableRoute { + s.PrefixListId = &v + return s +} + +// SetResourceId sets the ResourceId field's value. +func (s *TransitGatewayRouteTableRoute) SetResourceId(v string) *TransitGatewayRouteTableRoute { + s.ResourceId = &v + return s +} + +// SetResourceType sets the ResourceType field's value. +func (s *TransitGatewayRouteTableRoute) SetResourceType(v string) *TransitGatewayRouteTableRoute { + s.ResourceType = &v + return s +} + +// SetRouteOrigin sets the RouteOrigin field's value. +func (s *TransitGatewayRouteTableRoute) SetRouteOrigin(v string) *TransitGatewayRouteTableRoute { + s.RouteOrigin = &v + return s +} + +// SetState sets the State field's value. +func (s *TransitGatewayRouteTableRoute) SetState(v string) *TransitGatewayRouteTableRoute { + s.State = &v + return s +} + // Describes a VPC attachment. type TransitGatewayVpcAttachment struct { _ struct{} `type:"structure"` @@ -161446,6 +162679,9 @@ const ( // ImageAttributeNameBootMode is a ImageAttributeName enum value ImageAttributeNameBootMode = "bootMode" + + // ImageAttributeNameLastLaunchedTime is a ImageAttributeName enum value + ImageAttributeNameLastLaunchedTime = "lastLaunchedTime" ) // ImageAttributeName_Values returns all elements of the ImageAttributeName enum @@ -161459,6 +162695,7 @@ func ImageAttributeName_Values() []string { ImageAttributeNameBlockDeviceMapping, ImageAttributeNameSriovNetSupport, ImageAttributeNameBootMode, + ImageAttributeNameLastLaunchedTime, } } @@ -161586,6 +162823,22 @@ func InstanceAttributeName_Values() []string { } } +const ( + // InstanceAutoRecoveryStateDisabled is a InstanceAutoRecoveryState enum value + InstanceAutoRecoveryStateDisabled = "disabled" + + // InstanceAutoRecoveryStateDefault is a InstanceAutoRecoveryState enum value + InstanceAutoRecoveryStateDefault = "default" +) + +// InstanceAutoRecoveryState_Values returns all elements of the InstanceAutoRecoveryState enum +func InstanceAutoRecoveryState_Values() []string { + return []string{ + InstanceAutoRecoveryStateDisabled, + InstanceAutoRecoveryStateDefault, + } +} + const ( // InstanceEventWindowStateCreating is a InstanceEventWindowState enum value InstanceEventWindowStateCreating = "creating" @@ -163212,6 +164465,24 @@ const ( // InstanceTypeX1e32xlarge is a InstanceType enum value InstanceTypeX1e32xlarge = "x1e.32xlarge" + // InstanceTypeX2iezn2xlarge is a InstanceType enum value + InstanceTypeX2iezn2xlarge = "x2iezn.2xlarge" + + // InstanceTypeX2iezn4xlarge is a InstanceType enum value + InstanceTypeX2iezn4xlarge = "x2iezn.4xlarge" + + // InstanceTypeX2iezn6xlarge is a InstanceType enum value + InstanceTypeX2iezn6xlarge = "x2iezn.6xlarge" + + // InstanceTypeX2iezn8xlarge is a InstanceType enum value + InstanceTypeX2iezn8xlarge = "x2iezn.8xlarge" + + // InstanceTypeX2iezn12xlarge is a InstanceType enum value + InstanceTypeX2iezn12xlarge = "x2iezn.12xlarge" + + // InstanceTypeX2ieznMetal is a InstanceType enum value + InstanceTypeX2ieznMetal = "x2iezn.metal" + // InstanceTypeX2gdMedium is a InstanceType enum value InstanceTypeX2gdMedium = "x2gd.medium" @@ -163727,6 +164998,12 @@ func InstanceType_Values() []string { InstanceTypeX1e8xlarge, InstanceTypeX1e16xlarge, InstanceTypeX1e32xlarge, + InstanceTypeX2iezn2xlarge, + InstanceTypeX2iezn4xlarge, + InstanceTypeX2iezn6xlarge, + InstanceTypeX2iezn8xlarge, + InstanceTypeX2iezn12xlarge, + InstanceTypeX2ieznMetal, InstanceTypeX2gdMedium, InstanceTypeX2gdLarge, InstanceTypeX2gdXlarge, @@ -164182,6 +165459,22 @@ func KeyType_Values() []string { } } +const ( + // LaunchTemplateAutoRecoveryStateDefault is a LaunchTemplateAutoRecoveryState enum value + LaunchTemplateAutoRecoveryStateDefault = "default" + + // LaunchTemplateAutoRecoveryStateDisabled is a LaunchTemplateAutoRecoveryState enum value + LaunchTemplateAutoRecoveryStateDisabled = "disabled" +) + +// LaunchTemplateAutoRecoveryState_Values returns all elements of the LaunchTemplateAutoRecoveryState enum +func LaunchTemplateAutoRecoveryState_Values() []string { + return []string{ + LaunchTemplateAutoRecoveryStateDefault, + LaunchTemplateAutoRecoveryStateDisabled, + } +} + const ( // LaunchTemplateErrorCodeLaunchTemplateIdDoesNotExist is a LaunchTemplateErrorCode enum value LaunchTemplateErrorCodeLaunchTemplateIdDoesNotExist = "launchTemplateIdDoesNotExist" @@ -164694,6 +165987,45 @@ const ( // NetworkInterfaceTypeTrunk is a NetworkInterfaceType enum value NetworkInterfaceTypeTrunk = "trunk" + + // NetworkInterfaceTypeLoadBalancer is a NetworkInterfaceType enum value + NetworkInterfaceTypeLoadBalancer = "load_balancer" + + // NetworkInterfaceTypeNetworkLoadBalancer is a NetworkInterfaceType enum value + NetworkInterfaceTypeNetworkLoadBalancer = "network_load_balancer" + + // NetworkInterfaceTypeVpcEndpoint is a NetworkInterfaceType enum value + NetworkInterfaceTypeVpcEndpoint = "vpc_endpoint" + + // NetworkInterfaceTypeBranch is a NetworkInterfaceType enum value + NetworkInterfaceTypeBranch = "branch" + + // NetworkInterfaceTypeTransitGateway is a NetworkInterfaceType enum value + NetworkInterfaceTypeTransitGateway = "transit_gateway" + + // NetworkInterfaceTypeLambda is a NetworkInterfaceType enum value + NetworkInterfaceTypeLambda = "lambda" + + // NetworkInterfaceTypeQuicksight is a NetworkInterfaceType enum value + NetworkInterfaceTypeQuicksight = "quicksight" + + // NetworkInterfaceTypeGlobalAcceleratorManaged is a NetworkInterfaceType enum value + NetworkInterfaceTypeGlobalAcceleratorManaged = "global_accelerator_managed" + + // NetworkInterfaceTypeApiGatewayManaged is a NetworkInterfaceType enum value + NetworkInterfaceTypeApiGatewayManaged = "api_gateway_managed" + + // NetworkInterfaceTypeGatewayLoadBalancer is a NetworkInterfaceType enum value + NetworkInterfaceTypeGatewayLoadBalancer = "gateway_load_balancer" + + // NetworkInterfaceTypeGatewayLoadBalancerEndpoint is a NetworkInterfaceType enum value + NetworkInterfaceTypeGatewayLoadBalancerEndpoint = "gateway_load_balancer_endpoint" + + // NetworkInterfaceTypeIotRulesManaged is a NetworkInterfaceType enum value + NetworkInterfaceTypeIotRulesManaged = "iot_rules_managed" + + // NetworkInterfaceTypeAwsCodestarConnectionsManaged is a NetworkInterfaceType enum value + NetworkInterfaceTypeAwsCodestarConnectionsManaged = "aws_codestar_connections_managed" ) // NetworkInterfaceType_Values returns all elements of the NetworkInterfaceType enum @@ -164703,6 +166035,19 @@ func NetworkInterfaceType_Values() []string { NetworkInterfaceTypeNatGateway, NetworkInterfaceTypeEfa, NetworkInterfaceTypeTrunk, + NetworkInterfaceTypeLoadBalancer, + NetworkInterfaceTypeNetworkLoadBalancer, + NetworkInterfaceTypeVpcEndpoint, + NetworkInterfaceTypeBranch, + NetworkInterfaceTypeTransitGateway, + NetworkInterfaceTypeLambda, + NetworkInterfaceTypeQuicksight, + NetworkInterfaceTypeGlobalAcceleratorManaged, + NetworkInterfaceTypeApiGatewayManaged, + NetworkInterfaceTypeGatewayLoadBalancer, + NetworkInterfaceTypeGatewayLoadBalancerEndpoint, + NetworkInterfaceTypeIotRulesManaged, + NetworkInterfaceTypeAwsCodestarConnectionsManaged, } } @@ -165440,6 +166785,9 @@ const ( // ResourceTypeSubnet is a ResourceType enum value ResourceTypeSubnet = "subnet" + // ResourceTypeSubnetCidrReservation is a ResourceType enum value + ResourceTypeSubnetCidrReservation = "subnet-cidr-reservation" + // ResourceTypeTrafficMirrorFilter is a ResourceType enum value ResourceTypeTrafficMirrorFilter = "traffic-mirror-filter" @@ -165543,6 +166891,7 @@ func ResourceType_Values() []string { ResourceTypeSpotFleetRequest, ResourceTypeSpotInstancesRequest, ResourceTypeSubnet, + ResourceTypeSubnetCidrReservation, ResourceTypeTrafficMirrorFilter, ResourceTypeTrafficMirrorSession, ResourceTypeTrafficMirrorTarget, diff --git a/vendor/github.com/aws/aws-sdk-go/service/iam/api.go b/vendor/github.com/aws/aws-sdk-go/service/iam/api.go index 4c5f41c92..8b0ad2cff 100644 --- a/vendor/github.com/aws/aws-sdk-go/service/iam/api.go +++ b/vendor/github.com/aws/aws-sdk-go/service/iam/api.go @@ -5421,9 +5421,9 @@ func (c *IAM) GenerateServiceLastAccessedDetailsRequest(input *GenerateServiceLa // Generates a report that includes details about when an IAM resource (user, // group, role, or policy) was last used in an attempt to access Amazon Web // Services services. Recent activity usually appears within four hours. IAM -// reports activity for the last 365 days, or less if your Region began supporting -// this feature within the last year. For more information, see Regions where -// data is tracked (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period). +// reports activity for at least the last 400 days, or less if your Region began +// supporting this feature within the last year. For more information, see Regions +// where data is tracked (https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_access-advisor.html#access-advisor_tracking-period). // // The service last accessed data includes all attempts to access an Amazon // Web Services API, not just the successful ones. This includes all attempts @@ -12378,8 +12378,8 @@ func (c *IAM) ListVirtualMFADevicesRequest(input *ListVirtualMFADevicesInput) (r // // IAM resource-listing operations return a subset of the available attributes // for the resource. For example, this operation does not return tags, even -// though they are an attribute of the returned object. To view all of the information -// for a virtual MFA device, see ListVirtualMFADevices. +// though they are an attribute of the returned object. To view tag information +// for a virtual MFA device, see ListMFADeviceTags. // // You can paginate the results using the MaxItems and Marker parameters. // @@ -15991,12 +15991,12 @@ func (c *IAM) UpdateAccountPasswordPolicyRequest(input *UpdateAccountPasswordPol // // Updates the password policy settings for the Amazon Web Services account. // -// * This operation does not support partial updates. No parameters are required, -// but if you do not specify a parameter, that parameter's value reverts -// to its default value. See the Request Parameters section for each parameter's -// default value. Also note that some parameters do not allow the default -// parameter to be explicitly set. Instead, to invoke the default value, -// do not include that parameter when you invoke the operation. +// This operation does not support partial updates. No parameters are required, +// but if you do not specify a parameter, that parameter's value reverts to +// its default value. See the Request Parameters section for each parameter's +// default value. Also note that some parameters do not allow the default parameter +// to be explicitly set. Instead, to invoke the default value, do not include +// that parameter when you invoke the operation. // // For more information about using a password policy, see Managing an IAM password // policy (https://docs.aws.amazon.com/IAM/latest/UserGuide/Using_ManagingPasswordPolicies.html) @@ -23869,7 +23869,7 @@ type GetAccountAuthorizationDetailsInput struct { // The format for this parameter is a comma-separated (if more than one) list // of strings. Each string value in the list must be one of the valid values // listed below. - Filter []*string `type:"list"` + Filter []*string `type:"list" enum:"EntityType"` // Use this parameter only when paginating results and only after you receive // a response indicating that the results are truncated. Set it to the value @@ -32263,7 +32263,11 @@ func (s *OrganizationsDecisionDetail) SetAllowedByOrganizations(v bool) *Organiz type PasswordPolicy struct { _ struct{} `type:"structure"` - // Specifies whether IAM users are allowed to change their own password. + // Specifies whether IAM users are allowed to change their own password. Gives + // IAM users permissions to iam:ChangePassword for only their user and to the + // iam:GetAccountPasswordPolicy action. This option does not attach a permissions + // policy to each user, rather the permissions are applied at the account-level + // for all users by IAM. AllowUsersToChangePassword *bool `type:"boolean"` // Indicates whether passwords in the account expire. Returns true if MaxPasswordAge @@ -32271,8 +32275,11 @@ type PasswordPolicy struct { // not present. ExpirePasswords *bool `type:"boolean"` - // Specifies whether IAM users are prevented from setting a new password after - // their password has expired. + // Specifies whether IAM users are prevented from setting a new password via + // the Amazon Web Services Management Console after their password has expired. + // The IAM user cannot access the console until an administrator resets the + // password. IAM users with iam:ChangePassword permission and active access + // keys can reset their own expired console password using the CLI or API. HardExpiry *bool `type:"boolean"` // The number of days that an IAM user password is valid. @@ -38115,8 +38122,8 @@ type UpdateAccountPasswordPolicyInput struct { _ struct{} `type:"structure"` // Allows all IAM users in your account to use the Amazon Web Services Management - // Console to change their own passwords. For more information, see Letting - // IAM users change their own passwords (https://docs.aws.amazon.com/IAM/latest/UserGuide/HowToPwdIAMUser.html) + // Console to change their own passwords. For more information, see Permitting + // IAM users to change their own passwords (https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_passwords_enable-user-change.html) // in the IAM User Guide. // // If you do not specify a value for this parameter, then the operation uses @@ -38124,12 +38131,22 @@ type UpdateAccountPasswordPolicyInput struct { // not automatically have permissions to change their own password. AllowUsersToChangePassword *bool `type:"boolean"` - // Prevents IAM users from setting a new password after their password has expired. - // The IAM user cannot be accessed until an administrator resets the password. + // Prevents IAM users who are accessing the account via the Amazon Web Services + // Management Console from setting a new console password after their password + // has expired. The IAM user cannot access the console until an administrator + // resets the password. // // If you do not specify a value for this parameter, then the operation uses // the default value of false. The result is that IAM users can change their // passwords after they expire and continue to sign in as the user. + // + // In the Amazon Web Services Management Console, the custom password policy + // option Allow users to change their own password gives IAM users permissions + // to iam:ChangePassword for only their user and to the iam:GetAccountPasswordPolicy + // action. This option does not attach a permissions policy to each user, rather + // the permissions are applied at the account-level for all users by IAM. IAM + // users with iam:ChangePassword permission and active access keys can reset + // their own expired console password using the CLI or API. HardExpiry *bool `type:"boolean"` // The number of days that an IAM user password is valid. diff --git a/vendor/github.com/aws/aws-sdk-go/service/s3/api.go b/vendor/github.com/aws/aws-sdk-go/service/s3/api.go index 7aa9475c5..2ecfb9416 100644 --- a/vendor/github.com/aws/aws-sdk-go/service/s3/api.go +++ b/vendor/github.com/aws/aws-sdk-go/service/s3/api.go @@ -313,8 +313,8 @@ func (c *S3) CopyObjectRequest(input *CopyObjectInput) (req *request.Request, ou // You can store individual objects of up to 5 TB in Amazon S3. You create a // copy of your object up to 5 GB in size in a single atomic action using this // API. However, to copy an object greater than 5 GB, you must use the multipart -// upload Upload Part - Copy API. For more information, see Copy Object Using -// the REST Multipart Upload API (https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjctsUsingRESTMPUapi.html). +// upload Upload Part - Copy (UploadPartCopy) API. For more information, see +// Copy Object Using the REST Multipart Upload API (https://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjctsUsingRESTMPUapi.html). // // All copy requests must be authenticated. Additionally, you must have read // access to the source object and write access to the destination bucket. For @@ -363,7 +363,7 @@ func (c *S3) CopyObjectRequest(input *CopyObjectInput) (req *request.Request, ou // in the Amazon S3 User Guide. For a complete list of Amazon S3-specific condition // keys, see Actions, Resources, and Condition Keys for Amazon S3 (https://docs.aws.amazon.com/AmazonS3/latest/dev/list_amazons3.html). // -// x-amz-copy-source-if Headers +// x-amz-copy-source-if Headers // // To only copy an object under certain conditions, such as whether the Etag // matches or whether the object was modified before or after a specified date, @@ -435,6 +435,13 @@ func (c *S3) CopyObjectRequest(input *CopyObjectInput) (req *request.Request, ou // all objects written to the bucket by any account will be owned by the bucket // owner. // +// Checksums +// +// When copying an object, if it has a checksum, that checksum will be copied +// to the new object by default. When you copy the object over, you may optionally +// specify a different checksum algorithm to use with the x-amz-checksum-algorithm +// header. +// // Storage Class Options // // You can use the CopyObject action to change the storage class of an object @@ -2826,13 +2833,14 @@ func (c *S3) GetBucketCorsRequest(input *GetBucketCorsInput) (req *request.Reque // GetBucketCors API operation for Amazon Simple Storage Service. // -// Returns the cors configuration information set for the bucket. +// Returns the Cross-Origin Resource Sharing (CORS) configuration information +// set for the bucket. // // To use this operation, you must have permission to perform the s3:GetBucketCORS // action. By default, the bucket owner has this permission and can grant it // to others. // -// For more information about cors, see Enabling Cross-Origin Resource Sharing +// For more information about CORS, see Enabling Cross-Origin Resource Sharing // (https://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html). // // The following operations are related to GetBucketCors: @@ -4298,7 +4306,7 @@ func (c *S3) GetBucketTaggingRequest(input *GetBucketTaggingInput) (req *request // // GetBucketTagging has the following special error: // -// * Error code: NoSuchTagSetError Description: There is no tag set associated +// * Error code: NoSuchTagSet Description: There is no tag set associated // with the bucket. // // The following operations are related to GetBucketTagging: @@ -4573,8 +4581,6 @@ func (c *S3) GetObjectRequest(input *GetObjectInput) (req *request.Request, outp // more information about request types, see HTTP Host Header Bucket Specification // (https://docs.aws.amazon.com/AmazonS3/latest/dev/VirtualHosting.html#VirtualHostingSpecifyBucket). // -// To distribute large files to many people, you can save bandwidth costs by -// using BitTorrent. For more information, see Amazon S3 Torrent (https://docs.aws.amazon.com/AmazonS3/latest/dev/S3Torrent.html). // For more information about returning the ACL of an object, see GetObjectAcl // (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAcl.html). // @@ -4767,7 +4773,10 @@ func (c *S3) GetObjectAclRequest(input *GetObjectAclInput) (req *request.Request // GetObjectAcl API operation for Amazon Simple Storage Service. // // Returns the access control list (ACL) of an object. To use this operation, -// you must have READ_ACP access to the object. +// you must have s3:GetObjectAcl permissions or READ_ACP access to the object. +// For more information, see Mapping of ACL permissions and access policy permissions +// (https://docs.aws.amazon.com/AmazonS3/latest/userguide/acl-overview.html#acl-access-policy-permission-mapping) +// in the Amazon S3 User Guide // // This action is not supported by Amazon S3 on Outposts. // @@ -4786,6 +4795,8 @@ func (c *S3) GetObjectAclRequest(input *GetObjectAclInput) (req *request.Request // // * GetObject (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html) // +// * GetObjectAttributes (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAttributes.html) +// // * DeleteObject (https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObject.html) // // * PutObject (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObject.html) @@ -4823,6 +4834,166 @@ func (c *S3) GetObjectAclWithContext(ctx aws.Context, input *GetObjectAclInput, return out, req.Send() } +const opGetObjectAttributes = "GetObjectAttributes" + +// GetObjectAttributesRequest generates a "aws/request.Request" representing the +// client's request for the GetObjectAttributes operation. The "output" return +// value will be populated with the request's response once the request completes +// successfully. +// +// Use "Send" method on the returned Request to send the API call to the service. +// the "output" return value is not valid until after Send returns without error. +// +// See GetObjectAttributes for more information on using the GetObjectAttributes +// API call, and error handling. +// +// This method is useful when you want to inject custom logic or configuration +// into the SDK's request lifecycle. Such as custom headers, or retry logic. +// +// +// // Example sending a request using the GetObjectAttributesRequest method. +// req, resp := client.GetObjectAttributesRequest(params) +// +// err := req.Send() +// if err == nil { // resp is now filled +// fmt.Println(resp) +// } +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/GetObjectAttributes +func (c *S3) GetObjectAttributesRequest(input *GetObjectAttributesInput) (req *request.Request, output *GetObjectAttributesOutput) { + op := &request.Operation{ + Name: opGetObjectAttributes, + HTTPMethod: "GET", + HTTPPath: "/{Bucket}/{Key+}?attributes", + } + + if input == nil { + input = &GetObjectAttributesInput{} + } + + output = &GetObjectAttributesOutput{} + req = c.newRequest(op, input, output) + return +} + +// GetObjectAttributes API operation for Amazon Simple Storage Service. +// +// Retrieves all the metadata from an object without returning the object itself. +// This action is useful if you're interested only in an object's metadata. +// To use GetObjectAttributes, you must have READ access to the object. +// +// GetObjectAttributes combines the functionality of GetObjectAcl, GetObjectLegalHold, +// GetObjectLockConfiguration, GetObjectRetention, GetObjectTagging, HeadObject, +// and ListParts. All of the data returned with each of those individual calls +// can be returned with a single call to GetObjectAttributes. +// +// If you encrypt an object by using server-side encryption with customer-provided +// encryption keys (SSE-C) when you store the object in Amazon S3, then when +// you retrieve the metadata from the object, you must use the following headers: +// +// * x-amz-server-side-encryption-customer-algorithm +// +// * x-amz-server-side-encryption-customer-key +// +// * x-amz-server-side-encryption-customer-key-MD5 +// +// For more information about SSE-C, see Server-Side Encryption (Using Customer-Provided +// Encryption Keys) (https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html) +// in the Amazon S3 User Guide. +// +// * Encryption request headers, such as x-amz-server-side-encryption, should +// not be sent for GET requests if your object uses server-side encryption +// with Amazon Web Services KMS keys stored in Amazon Web Services Key Management +// Service (SSE-KMS) or server-side encryption with Amazon S3 managed encryption +// keys (SSE-S3). If your object does use these types of keys, you'll get +// an HTTP 400 Bad Request error. +// +// * The last modified property in this case is the creation date of the +// object. +// +// Consider the following when using request headers: +// +// * If both of the If-Match and If-Unmodified-Since headers are present +// in the request as follows, then Amazon S3 returns the HTTP status code +// 200 OK and the data requested: If-Match condition evaluates to true. If-Unmodified-Since +// condition evaluates to false. +// +// * If both of the If-None-Match and If-Modified-Since headers are present +// in the request as follows, then Amazon S3 returns the HTTP status code +// 304 Not Modified: If-None-Match condition evaluates to false. If-Modified-Since +// condition evaluates to true. +// +// For more information about conditional requests, see RFC 7232 (https://tools.ietf.org/html/rfc7232). +// +// Permissions +// +// The permissions that you need to use this operation depend on whether the +// bucket is versioned. If the bucket is versioned, you need both the s3:GetObjectVersion +// and s3:GetObjectVersionAttributes permissions for this operation. If the +// bucket is not versioned, you need the s3:GetObject and s3:GetObjectAttributes +// permissions. For more information, see Specifying Permissions in a Policy +// (https://docs.aws.amazon.com/AmazonS3/latest/dev/using-with-s3-actions.html) +// in the Amazon S3 User Guide. If the object that you request does not exist, +// the error Amazon S3 returns depends on whether you also have the s3:ListBucket +// permission. +// +// * If you have the s3:ListBucket permission on the bucket, Amazon S3 returns +// an HTTP status code 404 Not Found ("no such key") error. +// +// * If you don't have the s3:ListBucket permission, Amazon S3 returns an +// HTTP status code 403 Forbidden ("access denied") error. +// +// The following actions are related to GetObjectAttributes: +// +// * GetObject (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html) +// +// * GetObjectAcl (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAcl.html) +// +// * GetObjectLegalHold (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectLegalHold.html) +// +// * GetObjectLockConfiguration (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectLockConfiguration.html) +// +// * GetObjectRetention (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectRetention.html) +// +// * GetObjectTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectTagging.html) +// +// * HeadObject (https://docs.aws.amazon.com/AmazonS3/latest/API/API_HeadObject.html) +// +// * ListParts (https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListParts.html) +// +// Returns awserr.Error for service API and SDK errors. Use runtime type assertions +// with awserr.Error's Code and Message methods to get detailed information about +// the error. +// +// See the AWS API reference guide for Amazon Simple Storage Service's +// API operation GetObjectAttributes for usage and error information. +// +// Returned Error Codes: +// * ErrCodeNoSuchKey "NoSuchKey" +// The specified key does not exist. +// +// See also, https://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/GetObjectAttributes +func (c *S3) GetObjectAttributes(input *GetObjectAttributesInput) (*GetObjectAttributesOutput, error) { + req, out := c.GetObjectAttributesRequest(input) + return out, req.Send() +} + +// GetObjectAttributesWithContext is the same as GetObjectAttributes with the addition of +// the ability to pass a context and additional request options. +// +// See GetObjectAttributes for details on how to use this API operation. +// +// The context must be non-nil and will be used for request cancellation. If +// the context is nil a panic will occur. In the future the SDK may create +// sub-contexts for http.Requests. See https://golang.org/pkg/context/ +// for more information on using Contexts. +func (c *S3) GetObjectAttributesWithContext(ctx aws.Context, input *GetObjectAttributesInput, opts ...request.Option) (*GetObjectAttributesOutput, error) { + req, out := c.GetObjectAttributesRequest(input) + req.SetContext(ctx) + req.ApplyOptions(opts...) + return out, req.Send() +} + const opGetObjectLegalHold = "GetObjectLegalHold" // GetObjectLegalHoldRequest generates a "aws/request.Request" representing the @@ -4867,11 +5038,15 @@ func (c *S3) GetObjectLegalHoldRequest(input *GetObjectLegalHoldInput) (req *req // GetObjectLegalHold API operation for Amazon Simple Storage Service. // -// Gets an object's current Legal Hold status. For more information, see Locking +// Gets an object's current legal hold status. For more information, see Locking // Objects (https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html). // // This action is not supported by Amazon S3 on Outposts. // +// The following action is related to GetObjectLegalHold: +// +// * GetObjectAttributes (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAttributes.html) +// // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. @@ -4949,6 +5124,10 @@ func (c *S3) GetObjectLockConfigurationRequest(input *GetObjectLockConfiguration // placed in the specified bucket. For more information, see Locking Objects // (https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html). // +// The following action is related to GetObjectLockConfiguration: +// +// * GetObjectAttributes (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAttributes.html) +// // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. @@ -5026,6 +5205,10 @@ func (c *S3) GetObjectRetentionRequest(input *GetObjectRetentionInput) (req *req // // This action is not supported by Amazon S3 on Outposts. // +// The following action is related to GetObjectRetention: +// +// * GetObjectAttributes (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAttributes.html) +// // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. @@ -5114,12 +5297,14 @@ func (c *S3) GetObjectTaggingRequest(input *GetObjectTaggingInput) (req *request // For information about the Amazon S3 object tagging feature, see Object Tagging // (https://docs.aws.amazon.com/AmazonS3/latest/dev/object-tagging.html). // -// The following action is related to GetObjectTagging: -// -// * PutObjectTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectTagging.html) +// The following actions are related to GetObjectTagging: // // * DeleteObjectTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjectTagging.html) // +// * GetObjectAttributes (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAttributes.html) +// +// * PutObjectTagging (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutObjectTagging.html) +// // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. @@ -5539,10 +5724,12 @@ func (c *S3) HeadObjectRequest(input *HeadObjectInput) (req *request.Request, ou // * If you don’t have the s3:ListBucket permission, Amazon S3 returns // an HTTP status code 403 ("access denied") error. // -// The following action is related to HeadObject: +// The following actions are related to HeadObject: // // * GetObject (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObject.html) // +// * GetObjectAttributes (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAttributes.html) +// // See http://docs.aws.amazon.com/AmazonS3/latest/API/ErrorResponses.html#RESTErrorResponses // for more information on returned errors. // @@ -6019,6 +6206,7 @@ func (c *S3) ListBucketsRequest(input *ListBucketsInput) (req *request.Request, // ListBuckets API operation for Amazon Simple Storage Service. // // Returns a list of all buckets owned by the authenticated sender of the request. +// To use this operation, you must have the s3:ListAllMyBuckets permission. // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about @@ -6753,6 +6941,9 @@ func (c *S3) ListPartsRequest(input *ListPartsInput) (req *request.Request, outp // requests you can include the part-number-marker query string parameter and // set its value to the NextPartNumberMarker field value from the previous response. // +// If the upload was created using a checksum algorithm, you will need to have +// permission to the kms:Decrypt action for the request to succeed. +// // For more information on multipart uploads, see Uploading Objects Using Multipart // Upload (https://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html). // @@ -6769,6 +6960,8 @@ func (c *S3) ListPartsRequest(input *ListPartsInput) (req *request.Request, outp // // * AbortMultipartUpload (https://docs.aws.amazon.com/AmazonS3/latest/API/API_AbortMultipartUpload.html) // +// * GetObjectAttributes (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetObjectAttributes.html) +// // * ListMultipartUploads (https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListMultipartUploads.html) // // Returns awserr.Error for service API and SDK errors. Use runtime type assertions @@ -7428,8 +7621,10 @@ func (c *S3) PutBucketEncryptionRequest(input *PutBucketEncryptionInput) (req *r // Default encryption for a bucket can use server-side encryption with Amazon // S3-managed keys (SSE-S3) or customer managed keys (SSE-KMS). If you specify // default encryption using SSE-KMS, you can also configure Amazon S3 Bucket -// Key. For information about default encryption, see Amazon S3 default bucket -// encryption (https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html) +// Key. When the default encryption is SSE-KMS, if you upload an object to the +// bucket and do not specify the KMS key to use for encryption, Amazon S3 uses +// the default Amazon Web Services managed KMS key for your account. For information +// about default encryption, see Amazon S3 default bucket encryption (https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-encryption.html) // in the Amazon S3 User Guide. For more information about S3 Bucket Keys, see // Amazon S3 Bucket Keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/bucket-key.html) // in the Amazon S3 User Guide. @@ -7903,8 +8098,10 @@ func (c *S3) PutBucketLifecycleConfigurationRequest(input *PutBucketLifecycleCon // PutBucketLifecycleConfiguration API operation for Amazon Simple Storage Service. // // Creates a new lifecycle configuration for the bucket or replaces an existing -// lifecycle configuration. For information about lifecycle configuration, see -// Managing your storage lifecycle (https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html). +// lifecycle configuration. Keep in mind that this will overwrite an existing +// lifecycle configuration, so if you want to retain any configuration details, +// they must be included in the new lifecycle configuration. For information +// about lifecycle configuration, see Managing your storage lifecycle (https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-lifecycle-mgmt.html). // // Bucket lifecycle configuration now supports specifying a lifecycle rule using // an object key name prefix, one or more object tags, or a combination of both. @@ -8391,6 +8588,10 @@ func (c *S3) PutBucketNotificationConfigurationRequest(input *PutBucketNotificat // You can disable notifications by adding the empty NotificationConfiguration // element. // +// For more information about the number of event notification configurations +// that you can create per bucket, see Amazon S3 service quotas (https://docs.aws.amazon.com/general/latest/gr/s3.html#limits_s3) +// in Amazon Web Services General Reference. +// // By default, only the bucket owner can configure notifications on a bucket. // However, bucket owners can use a bucket policy to grant permission to other // users to set this configuration with s3:PutBucketNotification permission. @@ -9028,8 +9229,7 @@ func (c *S3) PutBucketVersioningRequest(input *PutBucketVersioningInput) (req *r // PutBucketVersioning API operation for Amazon Simple Storage Service. // -// Sets the versioning state of an existing bucket. To set the versioning state, -// you must be the bucket owner. +// Sets the versioning state of an existing bucket. // // You can set the versioning state with one of the following values: // @@ -9043,10 +9243,10 @@ func (c *S3) PutBucketVersioningRequest(input *PutBucketVersioningInput) (req *r // state; a GetBucketVersioning (https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketVersioning.html) // request does not return a versioning state value. // -// If the bucket owner enables MFA Delete in the bucket versioning configuration, -// the bucket owner must include the x-amz-mfa request header and the Status -// and the MfaDelete request elements in a request to set the versioning state -// of the bucket. +// In order to enable MFA Delete, you must be the bucket owner. If you are the +// bucket owner and want to enable MFA Delete in the bucket versioning configuration, +// you must include the x-amz-mfa request header and the Status and the MfaDelete +// request elements in a request to set the versioning state of the bucket. // // If you have an object expiration lifecycle policy in your non-versioned bucket // and you want to maintain the same permanent delete behavior when you enable @@ -9630,7 +9830,7 @@ func (c *S3) PutObjectLegalHoldRequest(input *PutObjectLegalHoldInput) (req *req // PutObjectLegalHold API operation for Amazon Simple Storage Service. // -// Applies a Legal Hold configuration to the specified object. For more information, +// Applies a legal hold configuration to the specified object. For more information, // see Locking Objects (https://docs.aws.amazon.com/AmazonS3/latest/dev/object-lock.html). // // This action is not supported by Amazon S3 on Outposts. @@ -9808,12 +10008,6 @@ func (c *S3) PutObjectRetentionRequest(input *PutObjectRetentionInput) (req *req // // This action is not supported by Amazon S3 on Outposts. // -// Permissions -// -// When the Object Lock retention mode is set to compliance, you need s3:PutObjectRetention -// and s3:BypassGovernanceRetention permissions. For other requests to PutObjectRetention, -// only s3:PutObjectRetention permissions are required. -// // Returns awserr.Error for service API and SDK errors. Use runtime type assertions // with awserr.Error's Code and Message methods to get detailed information about // the error. @@ -10535,7 +10729,7 @@ type SelectObjectContentEventStream struct { // (e.g. http.Response.Body), that will be closed when the stream Close method // is called. // -// es := NewSelectObjectContentEventStream(func(o *SelectObjectContentEventStream{ +// es := NewSelectObjectContentEventStream(func(o *SelectObjectContentEventStream){ // es.Reader = myMockStreamReader // es.StreamCloser = myMockStreamCloser // }) @@ -10897,7 +11091,7 @@ func (c *S3) UploadPartCopyRequest(input *UploadPartCopyInput) (req *request.Req // in the Amazon S3 User Guide. // // * For information about copying objects using a single atomic action vs. -// the multipart upload, see Operations on Objects (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectOperations.html) +// a multipart upload, see Operations on Objects (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectOperations.html) // in the Amazon S3 User Guide. // // * For information about using server-side encryption with customer-provided @@ -11161,17 +11355,17 @@ type AbortMultipartUploadInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Key of the object for which the multipart upload was initiated. @@ -11181,8 +11375,8 @@ type AbortMultipartUploadInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -12346,6 +12540,85 @@ func (s *CSVOutput) SetRecordDelimiter(v string) *CSVOutput { return s } +// Contains all the possible checksum or digest values for an object. +type Checksum struct { + _ struct{} `type:"structure"` + + // The base64-encoded, 32-bit CRC32 checksum of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `type:"string"` + + // The base64-encoded, 32-bit CRC32C checksum of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `type:"string"` + + // The base64-encoded, 160-bit SHA-1 digest of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `type:"string"` + + // The base64-encoded, 256-bit SHA-256 digest of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s Checksum) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s Checksum) GoString() string { + return s.String() +} + +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *Checksum) SetChecksumCRC32(v string) *Checksum { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *Checksum) SetChecksumCRC32C(v string) *Checksum { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *Checksum) SetChecksumSHA1(v string) *Checksum { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *Checksum) SetChecksumSHA256(v string) *Checksum { + s.ChecksumSHA256 = &v + return s +} + // Container for specifying the Lambda notification configuration. type CloudFunctionConfiguration struct { _ struct{} `type:"structure"` @@ -12360,7 +12633,7 @@ type CloudFunctionConfiguration struct { Event *string `deprecated:"true" type:"string" enum:"Event"` // Bucket events for which to send notifications. - Events []*string `locationName:"Event" type:"list" flattened:"true"` + Events []*string `locationName:"Event" type:"list" flattened:"true" enum:"Event"` // An optional unique identifier for configurations in a notification configuration. // If you don't provide one, Amazon S3 will assign an ID. @@ -12469,17 +12742,45 @@ type CompleteMultipartUploadInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 32-bit CRC32 checksum of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `location:"header" locationName:"x-amz-checksum-crc32" type:"string"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 32-bit CRC32C checksum of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `location:"header" locationName:"x-amz-checksum-crc32c" type:"string"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 160-bit SHA-1 digest of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `location:"header" locationName:"x-amz-checksum-sha1" type:"string"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 256-bit SHA-256 digest of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `location:"header" locationName:"x-amz-checksum-sha256" type:"string"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Object key for which the multipart upload was initiated. @@ -12492,11 +12793,33 @@ type CompleteMultipartUploadInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` + // The server-side encryption (SSE) algorithm used to encrypt the object. This + // parameter is needed only when the object was created using a checksum algorithm. + // For more information, see Protecting data using SSE-C keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html) + // in the Amazon S3 User Guide. + SSECustomerAlgorithm *string `location:"header" locationName:"x-amz-server-side-encryption-customer-algorithm" type:"string"` + + // The server-side encryption (SSE) customer managed key. This parameter is + // needed only when the object was created using a checksum algorithm. For more + // information, see Protecting data using SSE-C keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html) + // in the Amazon S3 User Guide. + // + // SSECustomerKey is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by CompleteMultipartUploadInput's + // String and GoString methods. + SSECustomerKey *string `marshal-as:"blob" location:"header" locationName:"x-amz-server-side-encryption-customer-key" type:"string" sensitive:"true"` + + // The MD5 server-side encryption (SSE) customer managed key. This parameter + // is needed only when the object was created using a checksum algorithm. For + // more information, see Protecting data using SSE-C keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html) + // in the Amazon S3 User Guide. + SSECustomerKeyMD5 *string `location:"header" locationName:"x-amz-server-side-encryption-customer-key-MD5" type:"string"` + // ID for the initiated multipart upload. // // UploadId is a required field @@ -12559,6 +12882,30 @@ func (s *CompleteMultipartUploadInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *CompleteMultipartUploadInput) SetChecksumCRC32(v string) *CompleteMultipartUploadInput { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *CompleteMultipartUploadInput) SetChecksumCRC32C(v string) *CompleteMultipartUploadInput { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *CompleteMultipartUploadInput) SetChecksumSHA1(v string) *CompleteMultipartUploadInput { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *CompleteMultipartUploadInput) SetChecksumSHA256(v string) *CompleteMultipartUploadInput { + s.ChecksumSHA256 = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *CompleteMultipartUploadInput) SetExpectedBucketOwner(v string) *CompleteMultipartUploadInput { s.ExpectedBucketOwner = &v @@ -12583,6 +12930,31 @@ func (s *CompleteMultipartUploadInput) SetRequestPayer(v string) *CompleteMultip return s } +// SetSSECustomerAlgorithm sets the SSECustomerAlgorithm field's value. +func (s *CompleteMultipartUploadInput) SetSSECustomerAlgorithm(v string) *CompleteMultipartUploadInput { + s.SSECustomerAlgorithm = &v + return s +} + +// SetSSECustomerKey sets the SSECustomerKey field's value. +func (s *CompleteMultipartUploadInput) SetSSECustomerKey(v string) *CompleteMultipartUploadInput { + s.SSECustomerKey = &v + return s +} + +func (s *CompleteMultipartUploadInput) getSSECustomerKey() (v string) { + if s.SSECustomerKey == nil { + return v + } + return *s.SSECustomerKey +} + +// SetSSECustomerKeyMD5 sets the SSECustomerKeyMD5 field's value. +func (s *CompleteMultipartUploadInput) SetSSECustomerKeyMD5(v string) *CompleteMultipartUploadInput { + s.SSECustomerKeyMD5 = &v + return s +} + // SetUploadId sets the UploadId field's value. func (s *CompleteMultipartUploadInput) SetUploadId(v string) *CompleteMultipartUploadInput { s.UploadId = &v @@ -12632,9 +13004,9 @@ type CompleteMultipartUploadOutput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. Bucket *string `type:"string"` @@ -12642,16 +13014,50 @@ type CompleteMultipartUploadOutput struct { // encryption with Amazon Web Services KMS (SSE-KMS). BucketKeyEnabled *bool `location:"header" locationName:"x-amz-server-side-encryption-bucket-key-enabled" type:"boolean"` + // The base64-encoded, 32-bit CRC32 checksum of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `type:"string"` + + // The base64-encoded, 32-bit CRC32C checksum of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `type:"string"` + + // The base64-encoded, 160-bit SHA-1 digest of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `type:"string"` + + // The base64-encoded, 256-bit SHA-256 digest of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `type:"string"` + // Entity tag that identifies the newly created object's data. Objects with // different object data will have different entity tags. The entity tag is // an opaque string. The entity tag may or may not be an MD5 digest of the object // data. If the entity tag is not an MD5 digest of the object data, it will // contain one or more nonhexadecimal characters and/or will consist of less - // than 32 or more than 32 hexadecimal digits. + // than 32 or more than 32 hexadecimal digits. For more information about how + // the entity tag is calculated, see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. ETag *string `type:"string"` // If the object expiration is configured, this will contain the expiration - // date (expiry-date) and rule ID (rule-id). The value of rule-id is URL encoded. + // date (expiry-date) and rule ID (rule-id). The value of rule-id is URL-encoded. Expiration *string `location:"header" locationName:"x-amz-expiration" type:"string"` // The object key of the newly created object. @@ -12721,6 +13127,30 @@ func (s *CompleteMultipartUploadOutput) SetBucketKeyEnabled(v bool) *CompleteMul return s } +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *CompleteMultipartUploadOutput) SetChecksumCRC32(v string) *CompleteMultipartUploadOutput { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *CompleteMultipartUploadOutput) SetChecksumCRC32C(v string) *CompleteMultipartUploadOutput { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *CompleteMultipartUploadOutput) SetChecksumSHA1(v string) *CompleteMultipartUploadOutput { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *CompleteMultipartUploadOutput) SetChecksumSHA256(v string) *CompleteMultipartUploadOutput { + s.ChecksumSHA256 = &v + return s +} + // SetETag sets the ETag field's value. func (s *CompleteMultipartUploadOutput) SetETag(v string) *CompleteMultipartUploadOutput { s.ETag = &v @@ -12808,6 +13238,38 @@ func (s *CompletedMultipartUpload) SetParts(v []*CompletedPart) *CompletedMultip type CompletedPart struct { _ struct{} `type:"structure"` + // The base64-encoded, 32-bit CRC32 checksum of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `type:"string"` + + // The base64-encoded, 32-bit CRC32C checksum of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `type:"string"` + + // The base64-encoded, 160-bit SHA-1 digest of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `type:"string"` + + // The base64-encoded, 256-bit SHA-256 digest of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `type:"string"` + // Entity tag returned when the part was uploaded. ETag *string `type:"string"` @@ -12834,6 +13296,30 @@ func (s CompletedPart) GoString() string { return s.String() } +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *CompletedPart) SetChecksumCRC32(v string) *CompletedPart { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *CompletedPart) SetChecksumCRC32C(v string) *CompletedPart { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *CompletedPart) SetChecksumSHA1(v string) *CompletedPart { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *CompletedPart) SetChecksumSHA256(v string) *CompletedPart { + s.ChecksumSHA256 = &v + return s +} + // SetETag sets the ETag field's value. func (s *CompletedPart) SetETag(v string) *CompletedPart { s.ETag = &v @@ -12965,9 +13451,9 @@ type CopyObjectInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field @@ -12985,6 +13471,11 @@ type CopyObjectInput struct { // Specifies caching behavior along the request/reply chain. CacheControl *string `location:"header" locationName:"Cache-Control" type:"string"` + // Indicates the algorithm you want Amazon S3 to use to create the checksum + // for the object. For more information, see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // Specifies presentational information for the object. ContentDisposition *string `location:"header" locationName:"Content-Disposition" type:"string"` @@ -13007,7 +13498,7 @@ type CopyObjectInput struct { // the source bucket and the key of the source object, separated by a slash // (/). For example, to copy the object reports/january.pdf from the bucket // awsexamplebucket, use awsexamplebucket/reports/january.pdf. The value - // must be URL encoded. + // must be URL-encoded. // // * For objects accessed through access points, specify the Amazon Resource // Name (ARN) of the object as accessed through the access point, in the @@ -13023,7 +13514,7 @@ type CopyObjectInput struct { // For example, to copy the object reports/january.pdf through outpost my-outpost // owned by account 123456789012 in Region us-west-2, use the URL encoding // of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/object/reports/january.pdf. - // The value must be URL encoded. + // The value must be URL-encoded. // // To copy a specific version of an object, append ?versionId= to // the value (for example, awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893). @@ -13065,13 +13556,13 @@ type CopyObjectInput struct { CopySourceSSECustomerKeyMD5 *string `location:"header" locationName:"x-amz-copy-source-server-side-encryption-customer-key-MD5" type:"string"` // The account ID of the expected destination bucket owner. If the destination - // bucket is owned by a different account, the request will fail with an HTTP - // 403 (Access Denied) error. + // bucket is owned by a different account, the request fails with the HTTP status + // code 403 Forbidden (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The account ID of the expected source bucket owner. If the source bucket - // is owned by a different account, the request will fail with an HTTP 403 (Access - // Denied) error. + // is owned by a different account, the request fails with the HTTP status code + // 403 Forbidden (access denied). ExpectedSourceBucketOwner *string `location:"header" locationName:"x-amz-source-expected-bucket-owner" type:"string"` // The date and time at which the object is no longer cacheable. @@ -13109,7 +13600,7 @@ type CopyObjectInput struct { // with metadata provided in the request. MetadataDirective *string `location:"header" locationName:"x-amz-metadata-directive" type:"string" enum:"MetadataDirective"` - // Specifies whether you want to apply a Legal Hold to the copied object. + // Specifies whether you want to apply a legal hold to the copied object. ObjectLockLegalHoldStatus *string `location:"header" locationName:"x-amz-object-lock-legal-hold" type:"string" enum:"ObjectLockLegalHoldStatus"` // The Object Lock mode that you want to apply to the copied object. @@ -13120,8 +13611,8 @@ type CopyObjectInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -13268,6 +13759,12 @@ func (s *CopyObjectInput) SetCacheControl(v string) *CopyObjectInput { return s } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *CopyObjectInput) SetChecksumAlgorithm(v string) *CopyObjectInput { + s.ChecksumAlgorithm = &v + return s +} + // SetContentDisposition sets the ContentDisposition field's value. func (s *CopyObjectInput) SetContentDisposition(v string) *CopyObjectInput { s.ContentDisposition = &v @@ -13669,6 +14166,38 @@ func (s *CopyObjectOutput) SetVersionId(v string) *CopyObjectOutput { type CopyObjectResult struct { _ struct{} `type:"structure"` + // The base64-encoded, 32-bit CRC32 checksum of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `type:"string"` + + // The base64-encoded, 32-bit CRC32C checksum of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `type:"string"` + + // The base64-encoded, 160-bit SHA-1 digest of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `type:"string"` + + // The base64-encoded, 256-bit SHA-256 digest of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `type:"string"` + // Returns the ETag of the new object. The ETag reflects only changes to the // contents of an object, not its metadata. ETag *string `type:"string"` @@ -13695,6 +14224,30 @@ func (s CopyObjectResult) GoString() string { return s.String() } +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *CopyObjectResult) SetChecksumCRC32(v string) *CopyObjectResult { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *CopyObjectResult) SetChecksumCRC32C(v string) *CopyObjectResult { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *CopyObjectResult) SetChecksumSHA1(v string) *CopyObjectResult { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *CopyObjectResult) SetChecksumSHA256(v string) *CopyObjectResult { + s.ChecksumSHA256 = &v + return s +} + // SetETag sets the ETag field's value. func (s *CopyObjectResult) SetETag(v string) *CopyObjectResult { s.ETag = &v @@ -13711,6 +14264,38 @@ func (s *CopyObjectResult) SetLastModified(v time.Time) *CopyObjectResult { type CopyPartResult struct { _ struct{} `type:"structure"` + // The base64-encoded, 32-bit CRC32 checksum of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `type:"string"` + + // The base64-encoded, 32-bit CRC32C checksum of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `type:"string"` + + // The base64-encoded, 160-bit SHA-1 digest of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `type:"string"` + + // The base64-encoded, 256-bit SHA-256 digest of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `type:"string"` + // Entity tag of the object. ETag *string `type:"string"` @@ -13736,6 +14321,30 @@ func (s CopyPartResult) GoString() string { return s.String() } +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *CopyPartResult) SetChecksumCRC32(v string) *CopyPartResult { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *CopyPartResult) SetChecksumCRC32C(v string) *CopyPartResult { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *CopyPartResult) SetChecksumSHA1(v string) *CopyPartResult { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *CopyPartResult) SetChecksumSHA256(v string) *CopyPartResult { + s.ChecksumSHA256 = &v + return s +} + // SetETag sets the ETag field's value. func (s *CopyPartResult) SetETag(v string) *CopyPartResult { s.ETag = &v @@ -13938,9 +14547,7 @@ func (s *CreateBucketInput) SetObjectOwnership(v string) *CreateBucketInput { type CreateBucketOutput struct { _ struct{} `type:"structure"` - // Specifies the Region where the bucket will be created. If you are creating - // a bucket on the US East (N. Virginia) Region (us-east-1), you do not need - // to specify the location. + // A forward slash followed by the name of the bucket. Location *string `location:"header" locationName:"Location" type:"string"` } @@ -13988,9 +14595,9 @@ type CreateMultipartUploadInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field @@ -14008,6 +14615,11 @@ type CreateMultipartUploadInput struct { // Specifies caching behavior along the request/reply chain. CacheControl *string `location:"header" locationName:"Cache-Control" type:"string"` + // Indicates the algorithm you want Amazon S3 to use to create the checksum + // for the object. For more information, see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // Specifies presentational information for the object. ContentDisposition *string `location:"header" locationName:"Content-Disposition" type:"string"` @@ -14023,8 +14635,8 @@ type CreateMultipartUploadInput struct { ContentType *string `location:"header" locationName:"Content-Type" type:"string"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The date and time at which the object is no longer cacheable. @@ -14058,7 +14670,7 @@ type CreateMultipartUploadInput struct { // A map of metadata to store with the object in S3. Metadata map[string]*string `location:"headers" locationName:"x-amz-meta-" type:"map"` - // Specifies whether you want to apply a Legal Hold to the uploaded object. + // Specifies whether you want to apply a legal hold to the uploaded object. ObjectLockLegalHoldStatus *string `location:"header" locationName:"x-amz-object-lock-legal-hold" type:"string" enum:"ObjectLockLegalHoldStatus"` // Specifies the Object Lock mode that you want to apply to the uploaded object. @@ -14069,8 +14681,8 @@ type CreateMultipartUploadInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -14208,6 +14820,12 @@ func (s *CreateMultipartUploadInput) SetCacheControl(v string) *CreateMultipartU return s } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *CreateMultipartUploadInput) SetChecksumAlgorithm(v string) *CreateMultipartUploadInput { + s.ChecksumAlgorithm = &v + return s +} + // SetContentDisposition sets the ContentDisposition field's value. func (s *CreateMultipartUploadInput) SetContentDisposition(v string) *CreateMultipartUploadInput { s.ContentDisposition = &v @@ -14424,9 +15042,9 @@ type CreateMultipartUploadOutput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. Bucket *string `locationName:"Bucket" type:"string"` @@ -14434,6 +15052,9 @@ type CreateMultipartUploadOutput struct { // encryption with Amazon Web Services KMS (SSE-KMS). BucketKeyEnabled *bool `location:"header" locationName:"x-amz-server-side-encryption-bucket-key-enabled" type:"boolean"` + // The algorithm that was used to create a checksum of the object. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // Object key for which the multipart upload was initiated. Key *string `min:"1" type:"string"` @@ -14526,6 +15147,12 @@ func (s *CreateMultipartUploadOutput) SetBucketKeyEnabled(v bool) *CreateMultipa return s } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *CreateMultipartUploadOutput) SetChecksumAlgorithm(v string) *CreateMultipartUploadOutput { + s.ChecksumAlgorithm = &v + return s +} + // SetKey sets the Key field's value. func (s *CreateMultipartUploadOutput) SetKey(v string) *CreateMultipartUploadOutput { s.Key = &v @@ -14709,8 +15336,8 @@ type DeleteBucketAnalyticsConfigurationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The ID that identifies the analytics configuration. @@ -14839,8 +15466,8 @@ type DeleteBucketCorsInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -14956,8 +15583,8 @@ type DeleteBucketEncryptionInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -15072,8 +15699,8 @@ type DeleteBucketInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -15286,8 +15913,8 @@ type DeleteBucketInventoryConfigurationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The ID used to identify the inventory configuration. @@ -15416,8 +16043,8 @@ type DeleteBucketLifecycleInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -15532,8 +16159,8 @@ type DeleteBucketMetricsConfigurationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The ID used to identify the metrics configuration. @@ -15684,8 +16311,8 @@ type DeleteBucketOwnershipControlsInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -15800,8 +16427,8 @@ type DeleteBucketPolicyInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -15916,8 +16543,8 @@ type DeleteBucketReplicationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -16032,8 +16659,8 @@ type DeleteBucketTaggingInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -16148,8 +16775,8 @@ type DeleteBucketWebsiteInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -16385,22 +17012,22 @@ type DeleteObjectInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // Indicates whether S3 Object Lock should bypass Governance-mode restrictions - // to process this operation. To use this header, you must have the s3:PutBucketPublicAccessBlock + // to process this operation. To use this header, you must have the s3:BypassGovernanceRetention // permission. BypassGovernanceRetention *bool `location:"header" locationName:"x-amz-bypass-governance-retention" type:"boolean"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Key name of the object to delete. @@ -16416,8 +17043,8 @@ type DeleteObjectInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -16608,17 +17235,17 @@ type DeleteObjectTaggingInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The key that identifies the object in the bucket from which to remove all @@ -16775,27 +17402,51 @@ type DeleteObjectsInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // Specifies whether you want to delete this object even if it has a Governance-type - // Object Lock in place. To use this header, you must have the s3:PutBucketPublicAccessBlock + // Object Lock in place. To use this header, you must have the s3:BypassGovernanceRetention // permission. BypassGovernanceRetention *bool `location:"header" locationName:"x-amz-bypass-governance-retention" type:"boolean"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // This checksum algorithm must be the same for all parts and it match the checksum + // value supplied in the CreateMultipartUpload request. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // Container for the request. // // Delete is a required field Delete *Delete `locationName:"Delete" type:"structure" required:"true" xmlURI:"http://s3.amazonaws.com/doc/2006-03-01/"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The concatenation of the authentication device's serial number, a space, @@ -16806,8 +17457,8 @@ type DeleteObjectsInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` } @@ -16873,6 +17524,12 @@ func (s *DeleteObjectsInput) SetBypassGovernanceRetention(v bool) *DeleteObjects return s } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *DeleteObjectsInput) SetChecksumAlgorithm(v string) *DeleteObjectsInput { + s.ChecksumAlgorithm = &v + return s +} + // SetDelete sets the Delete field's value. func (s *DeleteObjectsInput) SetDelete(v *Delete) *DeleteObjectsInput { s.Delete = v @@ -16985,8 +17642,8 @@ type DeletePublicAccessBlockInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -18050,8 +18707,8 @@ type GetBucketAccelerateConfigurationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -18175,8 +18832,8 @@ type GetBucketAclInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -18309,8 +18966,8 @@ type GetBucketAnalyticsConfigurationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The ID that identifies the analytics configuration. @@ -18448,8 +19105,8 @@ type GetBucketCorsInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -18575,8 +19232,8 @@ type GetBucketEncryptionInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -18829,8 +19486,8 @@ type GetBucketInventoryConfigurationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The ID used to identify the inventory configuration. @@ -18968,8 +19625,8 @@ type GetBucketLifecycleConfigurationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -19093,8 +19750,8 @@ type GetBucketLifecycleInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -19218,8 +19875,8 @@ type GetBucketLocationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -19345,8 +20002,8 @@ type GetBucketLoggingInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -19473,8 +20130,8 @@ type GetBucketMetricsConfigurationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The ID used to identify the metrics configuration. @@ -19612,8 +20269,8 @@ type GetBucketNotificationConfigurationRequest struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -19706,8 +20363,8 @@ type GetBucketOwnershipControlsInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -19832,8 +20489,8 @@ type GetBucketPolicyInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -19957,8 +20614,8 @@ type GetBucketPolicyStatusInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -20082,8 +20739,8 @@ type GetBucketReplicationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -20208,8 +20865,8 @@ type GetBucketRequestPaymentInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -20333,8 +20990,8 @@ type GetBucketTaggingInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -20460,8 +21117,8 @@ type GetBucketVersioningInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -20596,8 +21253,8 @@ type GetBucketWebsiteInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -20756,8 +21413,8 @@ type GetObjectAclInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The key of the object for which to get the ACL information. @@ -20767,8 +21424,8 @@ type GetObjectAclInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -20930,6 +21587,423 @@ func (s *GetObjectAclOutput) SetRequestCharged(v string) *GetObjectAclOutput { return s } +type GetObjectAttributesInput struct { + _ struct{} `locationName:"GetObjectAttributesRequest" type:"structure"` + + // The name of the bucket that contains the object. + // + // When using this action with an access point, you must direct requests to + // the access point hostname. The access point hostname takes the form AccessPointName-AccountId.s3-accesspoint.Region.amazonaws.com. + // When using this action with an access point through the Amazon Web Services + // SDKs, you provide the access point ARN in place of the bucket name. For more + // information about access point ARNs, see Using access points (https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-access-points.html) + // in the Amazon S3 User Guide. + // + // When using this action with Amazon S3 on Outposts, you must direct requests + // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form + // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When + // using this action with S3 on Outposts through the Amazon Web Services SDKs, + // you provide the Outposts bucket ARN in place of the bucket name. For more + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // in the Amazon S3 User Guide. + // + // Bucket is a required field + Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + + // The account ID of the expected bucket owner. If the bucket is owned by a + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). + ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` + + // The object key. + // + // Key is a required field + Key *string `location:"uri" locationName:"Key" min:"1" type:"string" required:"true"` + + // Sets the maximum number of parts to return. + MaxParts *int64 `location:"header" locationName:"x-amz-max-parts" type:"integer"` + + // An XML header that specifies the fields at the root level that you want returned + // in the response. Fields that you do not specify are not returned. + // + // ObjectAttributes is a required field + ObjectAttributes []*string `location:"header" locationName:"x-amz-object-attributes" type:"list" required:"true" enum:"ObjectAttributes"` + + // Specifies the part after which listing should begin. Only parts with higher + // part numbers will be listed. + PartNumberMarker *int64 `location:"header" locationName:"x-amz-part-number-marker" type:"integer"` + + // Confirms that the requester knows that they will be charged for the request. + // Bucket owners need not specify this parameter in their requests. For information + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // in the Amazon S3 User Guide. + RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` + + // Specifies the algorithm to use when encrypting the object (for example, AES256). + SSECustomerAlgorithm *string `location:"header" locationName:"x-amz-server-side-encryption-customer-algorithm" type:"string"` + + // Specifies the customer-provided encryption key for Amazon S3 to use in encrypting + // data. This value is used to store the object and then it is discarded; Amazon + // S3 does not store the encryption key. The key must be appropriate for use + // with the algorithm specified in the x-amz-server-side-encryption-customer-algorithm + // header. + // + // SSECustomerKey is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by GetObjectAttributesInput's + // String and GoString methods. + SSECustomerKey *string `marshal-as:"blob" location:"header" locationName:"x-amz-server-side-encryption-customer-key" type:"string" sensitive:"true"` + + // Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321. + // Amazon S3 uses this header for a message integrity check to ensure that the + // encryption key was transmitted without error. + SSECustomerKeyMD5 *string `location:"header" locationName:"x-amz-server-side-encryption-customer-key-MD5" type:"string"` + + // The version ID used to reference a specific version of the object. + VersionId *string `location:"querystring" locationName:"versionId" type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s GetObjectAttributesInput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s GetObjectAttributesInput) GoString() string { + return s.String() +} + +// Validate inspects the fields of the type to determine if they are valid. +func (s *GetObjectAttributesInput) Validate() error { + invalidParams := request.ErrInvalidParams{Context: "GetObjectAttributesInput"} + if s.Bucket == nil { + invalidParams.Add(request.NewErrParamRequired("Bucket")) + } + if s.Bucket != nil && len(*s.Bucket) < 1 { + invalidParams.Add(request.NewErrParamMinLen("Bucket", 1)) + } + if s.Key == nil { + invalidParams.Add(request.NewErrParamRequired("Key")) + } + if s.Key != nil && len(*s.Key) < 1 { + invalidParams.Add(request.NewErrParamMinLen("Key", 1)) + } + if s.ObjectAttributes == nil { + invalidParams.Add(request.NewErrParamRequired("ObjectAttributes")) + } + + if invalidParams.Len() > 0 { + return invalidParams + } + return nil +} + +// SetBucket sets the Bucket field's value. +func (s *GetObjectAttributesInput) SetBucket(v string) *GetObjectAttributesInput { + s.Bucket = &v + return s +} + +func (s *GetObjectAttributesInput) getBucket() (v string) { + if s.Bucket == nil { + return v + } + return *s.Bucket +} + +// SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. +func (s *GetObjectAttributesInput) SetExpectedBucketOwner(v string) *GetObjectAttributesInput { + s.ExpectedBucketOwner = &v + return s +} + +// SetKey sets the Key field's value. +func (s *GetObjectAttributesInput) SetKey(v string) *GetObjectAttributesInput { + s.Key = &v + return s +} + +// SetMaxParts sets the MaxParts field's value. +func (s *GetObjectAttributesInput) SetMaxParts(v int64) *GetObjectAttributesInput { + s.MaxParts = &v + return s +} + +// SetObjectAttributes sets the ObjectAttributes field's value. +func (s *GetObjectAttributesInput) SetObjectAttributes(v []*string) *GetObjectAttributesInput { + s.ObjectAttributes = v + return s +} + +// SetPartNumberMarker sets the PartNumberMarker field's value. +func (s *GetObjectAttributesInput) SetPartNumberMarker(v int64) *GetObjectAttributesInput { + s.PartNumberMarker = &v + return s +} + +// SetRequestPayer sets the RequestPayer field's value. +func (s *GetObjectAttributesInput) SetRequestPayer(v string) *GetObjectAttributesInput { + s.RequestPayer = &v + return s +} + +// SetSSECustomerAlgorithm sets the SSECustomerAlgorithm field's value. +func (s *GetObjectAttributesInput) SetSSECustomerAlgorithm(v string) *GetObjectAttributesInput { + s.SSECustomerAlgorithm = &v + return s +} + +// SetSSECustomerKey sets the SSECustomerKey field's value. +func (s *GetObjectAttributesInput) SetSSECustomerKey(v string) *GetObjectAttributesInput { + s.SSECustomerKey = &v + return s +} + +func (s *GetObjectAttributesInput) getSSECustomerKey() (v string) { + if s.SSECustomerKey == nil { + return v + } + return *s.SSECustomerKey +} + +// SetSSECustomerKeyMD5 sets the SSECustomerKeyMD5 field's value. +func (s *GetObjectAttributesInput) SetSSECustomerKeyMD5(v string) *GetObjectAttributesInput { + s.SSECustomerKeyMD5 = &v + return s +} + +// SetVersionId sets the VersionId field's value. +func (s *GetObjectAttributesInput) SetVersionId(v string) *GetObjectAttributesInput { + s.VersionId = &v + return s +} + +func (s *GetObjectAttributesInput) getEndpointARN() (arn.Resource, error) { + if s.Bucket == nil { + return nil, fmt.Errorf("member Bucket is nil") + } + return parseEndpointARN(*s.Bucket) +} + +func (s *GetObjectAttributesInput) hasEndpointARN() bool { + if s.Bucket == nil { + return false + } + return arn.IsARN(*s.Bucket) +} + +// updateArnableField updates the value of the input field that +// takes an ARN as an input. This method is useful to backfill +// the parsed resource name from ARN into the input member. +// It returns a pointer to a modified copy of input and an error. +// Note that original input is not modified. +func (s GetObjectAttributesInput) updateArnableField(v string) (interface{}, error) { + if s.Bucket == nil { + return nil, fmt.Errorf("member Bucket is nil") + } + s.Bucket = aws.String(v) + return &s, nil +} + +type GetObjectAttributesOutput struct { + _ struct{} `type:"structure"` + + // The checksum or digest of the object. + Checksum *Checksum `type:"structure"` + + // Specifies whether the object retrieved was (true) or was not (false) a delete + // marker. If false, this response header does not appear in the response. + DeleteMarker *bool `location:"header" locationName:"x-amz-delete-marker" type:"boolean"` + + // An ETag is an opaque identifier assigned by a web server to a specific version + // of a resource found at a URL. + ETag *string `type:"string"` + + // The creation date of the object. + LastModified *time.Time `location:"header" locationName:"Last-Modified" type:"timestamp"` + + // A collection of parts associated with a multipart upload. + ObjectParts *GetObjectAttributesParts `type:"structure"` + + // The size of the object in bytes. + ObjectSize *int64 `type:"long"` + + // If present, indicates that the requester was successfully charged for the + // request. + RequestCharged *string `location:"header" locationName:"x-amz-request-charged" type:"string" enum:"RequestCharged"` + + // Provides the storage class information of the object. Amazon S3 returns this + // header for all objects except for S3 Standard storage class objects. + // + // For more information, see Storage Classes (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html). + StorageClass *string `type:"string" enum:"StorageClass"` + + // The version ID of the object. + VersionId *string `location:"header" locationName:"x-amz-version-id" type:"string"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s GetObjectAttributesOutput) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s GetObjectAttributesOutput) GoString() string { + return s.String() +} + +// SetChecksum sets the Checksum field's value. +func (s *GetObjectAttributesOutput) SetChecksum(v *Checksum) *GetObjectAttributesOutput { + s.Checksum = v + return s +} + +// SetDeleteMarker sets the DeleteMarker field's value. +func (s *GetObjectAttributesOutput) SetDeleteMarker(v bool) *GetObjectAttributesOutput { + s.DeleteMarker = &v + return s +} + +// SetETag sets the ETag field's value. +func (s *GetObjectAttributesOutput) SetETag(v string) *GetObjectAttributesOutput { + s.ETag = &v + return s +} + +// SetLastModified sets the LastModified field's value. +func (s *GetObjectAttributesOutput) SetLastModified(v time.Time) *GetObjectAttributesOutput { + s.LastModified = &v + return s +} + +// SetObjectParts sets the ObjectParts field's value. +func (s *GetObjectAttributesOutput) SetObjectParts(v *GetObjectAttributesParts) *GetObjectAttributesOutput { + s.ObjectParts = v + return s +} + +// SetObjectSize sets the ObjectSize field's value. +func (s *GetObjectAttributesOutput) SetObjectSize(v int64) *GetObjectAttributesOutput { + s.ObjectSize = &v + return s +} + +// SetRequestCharged sets the RequestCharged field's value. +func (s *GetObjectAttributesOutput) SetRequestCharged(v string) *GetObjectAttributesOutput { + s.RequestCharged = &v + return s +} + +// SetStorageClass sets the StorageClass field's value. +func (s *GetObjectAttributesOutput) SetStorageClass(v string) *GetObjectAttributesOutput { + s.StorageClass = &v + return s +} + +// SetVersionId sets the VersionId field's value. +func (s *GetObjectAttributesOutput) SetVersionId(v string) *GetObjectAttributesOutput { + s.VersionId = &v + return s +} + +// A collection of parts associated with a multipart upload. +type GetObjectAttributesParts struct { + _ struct{} `type:"structure"` + + // Indicates whether the returned list of parts is truncated. A value of true + // indicates that the list was truncated. A list can be truncated if the number + // of parts exceeds the limit returned in the MaxParts element. + IsTruncated *bool `type:"boolean"` + + // The maximum number of parts allowed in the response. + MaxParts *int64 `type:"integer"` + + // When a list is truncated, this element specifies the last part in the list, + // as well as the value to use for the PartNumberMarker request parameter in + // a subsequent request. + NextPartNumberMarker *int64 `type:"integer"` + + // The marker for the current part. + PartNumberMarker *int64 `type:"integer"` + + // A container for elements related to a particular part. A response can contain + // zero or more Parts elements. + Parts []*ObjectPart `locationName:"Part" type:"list" flattened:"true"` + + // The total number of parts. + TotalPartsCount *int64 `locationName:"PartsCount" type:"integer"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s GetObjectAttributesParts) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s GetObjectAttributesParts) GoString() string { + return s.String() +} + +// SetIsTruncated sets the IsTruncated field's value. +func (s *GetObjectAttributesParts) SetIsTruncated(v bool) *GetObjectAttributesParts { + s.IsTruncated = &v + return s +} + +// SetMaxParts sets the MaxParts field's value. +func (s *GetObjectAttributesParts) SetMaxParts(v int64) *GetObjectAttributesParts { + s.MaxParts = &v + return s +} + +// SetNextPartNumberMarker sets the NextPartNumberMarker field's value. +func (s *GetObjectAttributesParts) SetNextPartNumberMarker(v int64) *GetObjectAttributesParts { + s.NextPartNumberMarker = &v + return s +} + +// SetPartNumberMarker sets the PartNumberMarker field's value. +func (s *GetObjectAttributesParts) SetPartNumberMarker(v int64) *GetObjectAttributesParts { + s.PartNumberMarker = &v + return s +} + +// SetParts sets the Parts field's value. +func (s *GetObjectAttributesParts) SetParts(v []*ObjectPart) *GetObjectAttributesParts { + s.Parts = v + return s +} + +// SetTotalPartsCount sets the TotalPartsCount field's value. +func (s *GetObjectAttributesParts) SetTotalPartsCount(v int64) *GetObjectAttributesParts { + s.TotalPartsCount = &v + return s +} + type GetObjectInput struct { _ struct{} `locationName:"GetObjectRequest" type:"structure"` @@ -20947,33 +22021,39 @@ type GetObjectInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // To retrieve the checksum, this mode must be enabled. + // + // The AWS SDK for Go v1 does not support automatic response payload checksum + // validation. This feature is available in the AWS SDK for Go v2. + ChecksumMode *string `location:"header" locationName:"x-amz-checksum-mode" type:"string" enum:"ChecksumMode"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` - // Return the object only if its entity tag (ETag) is the same as the one specified, - // otherwise return a 412 (precondition failed). + // Return the object only if its entity tag (ETag) is the same as the one specified; + // otherwise, return a 412 (precondition failed) error. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` - // Return the object only if it has been modified since the specified time, - // otherwise return a 304 (not modified). + // Return the object only if it has been modified since the specified time; + // otherwise, return a 304 (not modified) error. IfModifiedSince *time.Time `location:"header" locationName:"If-Modified-Since" type:"timestamp"` // Return the object only if its entity tag (ETag) is different from the one - // specified, otherwise return a 304 (not modified). + // specified; otherwise, return a 304 (not modified) error. IfNoneMatch *string `location:"header" locationName:"If-None-Match" type:"string"` - // Return the object only if it has not been modified since the specified time, - // otherwise return a 412 (precondition failed). + // Return the object only if it has not been modified since the specified time; + // otherwise, return a 412 (precondition failed) error. IfUnmodifiedSince *time.Time `location:"header" locationName:"If-Unmodified-Since" type:"timestamp"` // Key of the object to get. @@ -20995,8 +22075,8 @@ type GetObjectInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -21095,6 +22175,12 @@ func (s *GetObjectInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumMode sets the ChecksumMode field's value. +func (s *GetObjectInput) SetChecksumMode(v string) *GetObjectInput { + s.ChecksumMode = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *GetObjectInput) SetExpectedBucketOwner(v string) *GetObjectInput { s.ExpectedBucketOwner = &v @@ -21246,7 +22332,7 @@ func (s GetObjectInput) updateArnableField(v string) (interface{}, error) { type GetObjectLegalHoldInput struct { _ struct{} `locationName:"GetObjectLegalHoldRequest" type:"structure"` - // The bucket name containing the object whose Legal Hold status you want to + // The bucket name containing the object whose legal hold status you want to // retrieve. // // When using this action with an access point, you must direct requests to @@ -21260,23 +22346,23 @@ type GetObjectLegalHoldInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` - // The key name for the object whose Legal Hold status you want to retrieve. + // The key name for the object whose legal hold status you want to retrieve. // // Key is a required field Key *string `location:"uri" locationName:"Key" min:"1" type:"string" required:"true"` // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` - // The version ID of the object whose Legal Hold status you want to retrieve. + // The version ID of the object whose legal hold status you want to retrieve. VersionId *string `location:"querystring" locationName:"versionId" type:"string"` } @@ -21387,7 +22473,7 @@ func (s GetObjectLegalHoldInput) updateArnableField(v string) (interface{}, erro type GetObjectLegalHoldOutput struct { _ struct{} `type:"structure" payload:"LegalHold"` - // The current Legal Hold status for the specified object. + // The current legal hold status for the specified object. LegalHold *ObjectLockLegalHold `type:"structure"` } @@ -21431,8 +22517,8 @@ type GetObjectLockConfigurationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -21563,6 +22649,38 @@ type GetObjectOutput struct { // Specifies caching behavior along the request/reply chain. CacheControl *string `location:"header" locationName:"Cache-Control" type:"string"` + // The base64-encoded, 32-bit CRC32 checksum of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `location:"header" locationName:"x-amz-checksum-crc32" type:"string"` + + // The base64-encoded, 32-bit CRC32C checksum of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `location:"header" locationName:"x-amz-checksum-crc32c" type:"string"` + + // The base64-encoded, 160-bit SHA-1 digest of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `location:"header" locationName:"x-amz-checksum-sha1" type:"string"` + + // The base64-encoded, 256-bit SHA-256 digest of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `location:"header" locationName:"x-amz-checksum-sha256" type:"string"` + // Specifies presentational information for the object. ContentDisposition *string `location:"header" locationName:"Content-Disposition" type:"string"` @@ -21587,14 +22705,13 @@ type GetObjectOutput struct { // Marker. If false, this response header does not appear in the response. DeleteMarker *bool `location:"header" locationName:"x-amz-delete-marker" type:"boolean"` - // An ETag is an opaque identifier assigned by a web server to a specific version - // of a resource found at a URL. + // An entity tag (ETag) is an opaque identifier assigned by a web server to + // a specific version of a resource found at a URL. ETag *string `location:"header" locationName:"ETag" type:"string"` // If the object expiration is configured (see PUT Bucket lifecycle), the response // includes this header. It includes the expiry-date and rule-id key-value pairs - // providing object expiration information. The value of the rule-id is URL - // encoded. + // providing object expiration information. The value of the rule-id is URL-encoded. Expiration *string `location:"header" locationName:"x-amz-expiration" type:"string"` // The date and time at which the object is no longer cacheable. @@ -21626,7 +22743,8 @@ type GetObjectOutput struct { // The date and time when this object's Object Lock will expire. ObjectLockRetainUntilDate *time.Time `location:"header" locationName:"x-amz-object-lock-retain-until-date" type:"timestamp" timestampFormat:"iso8601"` - // The count of parts this object has. + // The count of parts this object has. This value is only returned if you specify + // partNumber in your request and the object was uploaded as a multipart upload. PartsCount *int64 `location:"header" locationName:"x-amz-mp-parts-count" type:"integer"` // Amazon S3 can return this if your request involves a bucket that is either @@ -21722,6 +22840,30 @@ func (s *GetObjectOutput) SetCacheControl(v string) *GetObjectOutput { return s } +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *GetObjectOutput) SetChecksumCRC32(v string) *GetObjectOutput { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *GetObjectOutput) SetChecksumCRC32C(v string) *GetObjectOutput { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *GetObjectOutput) SetChecksumSHA1(v string) *GetObjectOutput { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *GetObjectOutput) SetChecksumSHA256(v string) *GetObjectOutput { + s.ChecksumSHA256 = &v + return s +} + // SetContentDisposition sets the ContentDisposition field's value. func (s *GetObjectOutput) SetContentDisposition(v string) *GetObjectOutput { s.ContentDisposition = &v @@ -21907,8 +23049,8 @@ type GetObjectRetentionInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The key name for the object whose retention settings you want to retrieve. @@ -21918,8 +23060,8 @@ type GetObjectRetentionInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -22077,17 +23219,17 @@ type GetObjectTaggingInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Object key for which to get the tagging information. @@ -22097,8 +23239,8 @@ type GetObjectTaggingInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -22262,8 +23404,8 @@ type GetObjectTorrentInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The object key for which to get the information. @@ -22273,8 +23415,8 @@ type GetObjectTorrentInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` } @@ -22428,8 +23570,8 @@ type GetPublicAccessBlockInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -22769,17 +23911,17 @@ type HeadBucketInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -22900,33 +24042,40 @@ type HeadObjectInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // To retrieve the checksum, this parameter must be enabled. + // + // In addition, if you enable ChecksumMode and the object is encrypted with + // Amazon Web Services Key Management Service (Amazon Web Services KMS), you + // must have permission to use the kms:Decrypt action for the request to succeed. + ChecksumMode *string `location:"header" locationName:"x-amz-checksum-mode" type:"string" enum:"ChecksumMode"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` - // Return the object only if its entity tag (ETag) is the same as the one specified, - // otherwise return a 412 (precondition failed). + // Return the object only if its entity tag (ETag) is the same as the one specified; + // otherwise, return a 412 (precondition failed) error. IfMatch *string `location:"header" locationName:"If-Match" type:"string"` - // Return the object only if it has been modified since the specified time, - // otherwise return a 304 (not modified). + // Return the object only if it has been modified since the specified time; + // otherwise, return a 304 (not modified) error. IfModifiedSince *time.Time `location:"header" locationName:"If-Modified-Since" type:"timestamp"` // Return the object only if its entity tag (ETag) is different from the one - // specified, otherwise return a 304 (not modified). + // specified; otherwise, return a 304 (not modified) error. IfNoneMatch *string `location:"header" locationName:"If-None-Match" type:"string"` - // Return the object only if it has not been modified since the specified time, - // otherwise return a 412 (precondition failed). + // Return the object only if it has not been modified since the specified time; + // otherwise, return a 412 (precondition failed) error. IfUnmodifiedSince *time.Time `location:"header" locationName:"If-Unmodified-Since" type:"timestamp"` // The object key. @@ -22946,8 +24095,8 @@ type HeadObjectInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -23028,6 +24177,12 @@ func (s *HeadObjectInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumMode sets the ChecksumMode field's value. +func (s *HeadObjectInput) SetChecksumMode(v string) *HeadObjectInput { + s.ChecksumMode = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *HeadObjectInput) SetExpectedBucketOwner(v string) *HeadObjectInput { s.ExpectedBucketOwner = &v @@ -23156,6 +24311,38 @@ type HeadObjectOutput struct { // Specifies caching behavior along the request/reply chain. CacheControl *string `location:"header" locationName:"Cache-Control" type:"string"` + // The base64-encoded, 32-bit CRC32 checksum of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `location:"header" locationName:"x-amz-checksum-crc32" type:"string"` + + // The base64-encoded, 32-bit CRC32C checksum of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `location:"header" locationName:"x-amz-checksum-crc32c" type:"string"` + + // The base64-encoded, 160-bit SHA-1 digest of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `location:"header" locationName:"x-amz-checksum-sha1" type:"string"` + + // The base64-encoded, 256-bit SHA-256 digest of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `location:"header" locationName:"x-amz-checksum-sha256" type:"string"` + // Specifies presentational information for the object. ContentDisposition *string `location:"header" locationName:"Content-Disposition" type:"string"` @@ -23177,14 +24364,13 @@ type HeadObjectOutput struct { // Marker. If false, this response header does not appear in the response. DeleteMarker *bool `location:"header" locationName:"x-amz-delete-marker" type:"boolean"` - // An ETag is an opaque identifier assigned by a web server to a specific version - // of a resource found at a URL. + // An entity tag (ETag) is an opaque identifier assigned by a web server to + // a specific version of a resource found at a URL. ETag *string `location:"header" locationName:"ETag" type:"string"` // If the object expiration is configured (see PUT Bucket lifecycle), the response // includes this header. It includes the expiry-date and rule-id key-value pairs - // providing object expiration information. The value of the rule-id is URL - // encoded. + // providing object expiration information. The value of the rule-id is URL-encoded. Expiration *string `location:"header" locationName:"x-amz-expiration" type:"string"` // The date and time at which the object is no longer cacheable. @@ -23222,7 +24408,8 @@ type HeadObjectOutput struct { // is only returned if the requester has the s3:GetObjectRetention permission. ObjectLockRetainUntilDate *time.Time `location:"header" locationName:"x-amz-object-lock-retain-until-date" type:"timestamp" timestampFormat:"iso8601"` - // The count of parts this object has. + // The count of parts this object has. This value is only returned if you specify + // partNumber in your request and the object was uploaded as a multipart upload. PartsCount *int64 `location:"header" locationName:"x-amz-mp-parts-count" type:"integer"` // Amazon S3 can return this header if your request involves a bucket that is @@ -23234,7 +24421,7 @@ type HeadObjectOutput struct { // these buckets, Amazon S3 will return the x-amz-replication-status header // in the response as follows: // - // * If requesting an object from the source bucket — Amazon S3 will return + // * If requesting an object from the source bucket, Amazon S3 will return // the x-amz-replication-status header if the object in your request is eligible // for replication. For example, suppose that in your replication configuration, // you specify object prefix TaxDocs requesting Amazon S3 to replicate objects @@ -23244,12 +24431,12 @@ type HeadObjectOutput struct { // header with value PENDING, COMPLETED or FAILED indicating object replication // status. // - // * If requesting an object from a destination bucket — Amazon S3 will - // return the x-amz-replication-status header with value REPLICA if the object - // in your request is a replica that Amazon S3 created and there is no replica + // * If requesting an object from a destination bucket, Amazon S3 will return + // the x-amz-replication-status header with value REPLICA if the object in + // your request is a replica that Amazon S3 created and there is no replica // modification replication in progress. // - // * When replicating objects to multiple destination buckets the x-amz-replication-status + // * When replicating objects to multiple destination buckets, the x-amz-replication-status // header acts differently. The header of the source object will only return // a value of COMPLETED when replication is successful to all destinations. // The header will remain at value PENDING until replication has completed @@ -23362,6 +24549,30 @@ func (s *HeadObjectOutput) SetCacheControl(v string) *HeadObjectOutput { return s } +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *HeadObjectOutput) SetChecksumCRC32(v string) *HeadObjectOutput { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *HeadObjectOutput) SetChecksumCRC32C(v string) *HeadObjectOutput { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *HeadObjectOutput) SetChecksumSHA1(v string) *HeadObjectOutput { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *HeadObjectOutput) SetChecksumSHA256(v string) *HeadObjectOutput { + s.ChecksumSHA256 = &v + return s +} + // SetContentDisposition sets the ContentDisposition field's value. func (s *HeadObjectOutput) SetContentDisposition(v string) *HeadObjectOutput { s.ContentDisposition = &v @@ -23956,7 +25167,7 @@ type InventoryConfiguration struct { IsEnabled *bool `type:"boolean" required:"true"` // Contains the optional fields that are included in the inventory results. - OptionalFields []*string `locationNameList:"Field" type:"list"` + OptionalFields []*string `locationNameList:"Field" type:"list" enum:"InventoryOptionalField"` // Specifies the schedule for generating inventory results. // @@ -24483,7 +25694,7 @@ type LambdaFunctionConfiguration struct { // in the Amazon S3 User Guide. // // Events is a required field - Events []*string `locationName:"Event" type:"list" flattened:"true" required:"true"` + Events []*string `locationName:"Event" type:"list" flattened:"true" required:"true" enum:"Event"` // Specifies object key name filtering rules. For information about key name // filtering, see Configuring Event Notifications (https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) @@ -24688,7 +25899,7 @@ type LifecycleRule struct { // The Filter is used to identify objects that a Lifecycle Rule applies to. // A Filter must have exactly one of Prefix, Tag, or And specified. Filter is - // required if the LifecycleRule does not containt a Prefix element. + // required if the LifecycleRule does not contain a Prefix element. Filter *LifecycleRuleFilter `type:"structure"` // Unique identifier for the rule. The value cannot be longer than 255 characters. @@ -25008,8 +26219,8 @@ type ListBucketAnalyticsConfigurationsInput struct { ContinuationToken *string `location:"querystring" locationName:"continuation-token" type:"string"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -25334,8 +26545,8 @@ type ListBucketInventoryConfigurationsInput struct { ContinuationToken *string `location:"querystring" locationName:"continuation-token" type:"string"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -25503,8 +26714,8 @@ type ListBucketMetricsConfigurationsInput struct { ContinuationToken *string `location:"querystring" locationName:"continuation-token" type:"string"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -25683,7 +26894,7 @@ func (s ListBucketsInput) GoString() string { type ListBucketsOutput struct { _ struct{} `type:"structure"` - // The list of buckets owned by the requestor. + // The list of buckets owned by the requester. Buckets []*Bucket `locationNameList:"Bucket" type:"list"` // The owner of the buckets listed. @@ -25735,9 +26946,9 @@ type ListMultipartUploadsInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field @@ -25762,8 +26973,8 @@ type ListMultipartUploadsInput struct { EncodingType *string `location:"querystring" locationName:"encoding-type" type:"string" enum:"EncodingType"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Together with upload-id-marker, this parameter specifies the multipart upload @@ -26091,8 +27302,8 @@ type ListObjectVersionsInput struct { EncodingType *string `location:"querystring" locationName:"encoding-type" type:"string" enum:"EncodingType"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Specifies the key to start with when listing objects in a bucket. @@ -26408,9 +27619,9 @@ type ListObjectsInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field @@ -26428,8 +27639,8 @@ type ListObjectsInput struct { EncodingType *string `location:"querystring" locationName:"encoding-type" type:"string" enum:"EncodingType"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Marker is where you want Amazon S3 to start listing from. Amazon S3 starts @@ -26719,9 +27930,9 @@ type ListObjectsV2Input struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field @@ -26739,8 +27950,8 @@ type ListObjectsV2Input struct { EncodingType *string `location:"querystring" locationName:"encoding-type" type:"string" enum:"EncodingType"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The owner field is not present in listV2 by default, if you want to return @@ -26963,9 +28174,9 @@ type ListObjectsV2Output struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. Name *string `type:"string"` @@ -27087,17 +28298,17 @@ type ListPartsInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Object key for which the multipart upload was initiated. @@ -27114,11 +28325,33 @@ type ListPartsInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` + // The server-side encryption (SSE) algorithm used to encrypt the object. This + // parameter is needed only when the object was created using a checksum algorithm. + // For more information, see Protecting data using SSE-C keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html) + // in the Amazon S3 User Guide. + SSECustomerAlgorithm *string `location:"header" locationName:"x-amz-server-side-encryption-customer-algorithm" type:"string"` + + // The server-side encryption (SSE) customer managed key. This parameter is + // needed only when the object was created using a checksum algorithm. For more + // information, see Protecting data using SSE-C keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html) + // in the Amazon S3 User Guide. + // + // SSECustomerKey is a sensitive parameter and its value will be + // replaced with "sensitive" in string returned by ListPartsInput's + // String and GoString methods. + SSECustomerKey *string `marshal-as:"blob" location:"header" locationName:"x-amz-server-side-encryption-customer-key" type:"string" sensitive:"true"` + + // The MD5 server-side encryption (SSE) customer managed key. This parameter + // is needed only when the object was created using a checksum algorithm. For + // more information, see Protecting data using SSE-C keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html) + // in the Amazon S3 User Guide. + SSECustomerKeyMD5 *string `location:"header" locationName:"x-amz-server-side-encryption-customer-key-MD5" type:"string"` + // Upload ID identifying the multipart upload whose parts are being listed. // // UploadId is a required field @@ -27211,6 +28444,31 @@ func (s *ListPartsInput) SetRequestPayer(v string) *ListPartsInput { return s } +// SetSSECustomerAlgorithm sets the SSECustomerAlgorithm field's value. +func (s *ListPartsInput) SetSSECustomerAlgorithm(v string) *ListPartsInput { + s.SSECustomerAlgorithm = &v + return s +} + +// SetSSECustomerKey sets the SSECustomerKey field's value. +func (s *ListPartsInput) SetSSECustomerKey(v string) *ListPartsInput { + s.SSECustomerKey = &v + return s +} + +func (s *ListPartsInput) getSSECustomerKey() (v string) { + if s.SSECustomerKey == nil { + return v + } + return *s.SSECustomerKey +} + +// SetSSECustomerKeyMD5 sets the SSECustomerKeyMD5 field's value. +func (s *ListPartsInput) SetSSECustomerKeyMD5(v string) *ListPartsInput { + s.SSECustomerKeyMD5 = &v + return s +} + // SetUploadId sets the UploadId field's value. func (s *ListPartsInput) SetUploadId(v string) *ListPartsInput { s.UploadId = &v @@ -27267,6 +28525,9 @@ type ListPartsOutput struct { // not return the access point ARN or access point alias if used. Bucket *string `type:"string"` + // The algorithm that was used to create a checksum of the object. + ChecksumAlgorithm *string `type:"string" enum:"ChecksumAlgorithm"` + // Container element that identifies who initiated the multipart upload. If // the initiator is an Amazon Web Services account, this element provides the // same information as the Owner element. If the initiator is an IAM User, this @@ -27358,6 +28619,12 @@ func (s *ListPartsOutput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *ListPartsOutput) SetChecksumAlgorithm(v string) *ListPartsOutput { + s.ChecksumAlgorithm = &v + return s +} + // SetInitiator sets the Initiator field's value. func (s *ListPartsOutput) SetInitiator(v *Initiator) *ListPartsOutput { s.Initiator = v @@ -27982,6 +29249,9 @@ func (s *MetricsFilter) SetTag(v *Tag) *MetricsFilter { type MultipartUpload struct { _ struct{} `type:"structure"` + // The algorithm that was used to create a checksum of the object. + ChecksumAlgorithm *string `type:"string" enum:"ChecksumAlgorithm"` + // Date and time at which the multipart upload was initiated. Initiated *time.Time `type:"timestamp"` @@ -28019,6 +29289,12 @@ func (s MultipartUpload) GoString() string { return s.String() } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *MultipartUpload) SetChecksumAlgorithm(v string) *MultipartUpload { + s.ChecksumAlgorithm = &v + return s +} + // SetInitiated sets the Initiated field's value. func (s *MultipartUpload) SetInitiated(v time.Time) *MultipartUpload { s.Initiated = &v @@ -28366,6 +29642,9 @@ func (s *NotificationConfigurationFilter) SetKey(v *KeyFilter) *NotificationConf type Object struct { _ struct{} `type:"structure"` + // The algorithm that was used to create a checksum of the object. + ChecksumAlgorithm []*string `type:"list" flattened:"true" enum:"ChecksumAlgorithm"` + // The entity tag is a hash of the object. The ETag reflects changes only to // the contents of an object, not its metadata. The ETag may or may not be an // MD5 digest of the object data. Whether or not it is depends on how the object @@ -28421,6 +29700,12 @@ func (s Object) GoString() string { return s.String() } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *Object) SetChecksumAlgorithm(v []*string) *Object { + s.ChecksumAlgorithm = v + return s +} + // SetETag sets the ETag field's value. func (s *Object) SetETag(v string) *Object { s.ETag = &v @@ -28565,11 +29850,11 @@ func (s *ObjectLockConfiguration) SetRule(v *ObjectLockRule) *ObjectLockConfigur return s } -// A Legal Hold configuration for an object. +// A legal hold configuration for an object. type ObjectLockLegalHold struct { _ struct{} `type:"structure"` - // Indicates whether the specified object has a Legal Hold in place. + // Indicates whether the specified object has a legal hold in place. Status *string `type:"string" enum:"ObjectLockLegalHoldStatus"` } @@ -28673,10 +29958,110 @@ func (s *ObjectLockRule) SetDefaultRetention(v *DefaultRetention) *ObjectLockRul return s } +// A container for elements related to an individual part. +type ObjectPart struct { + _ struct{} `type:"structure"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 32-bit CRC32 checksum of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `type:"string"` + + // The base64-encoded, 32-bit CRC32C checksum of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `type:"string"` + + // The base64-encoded, 160-bit SHA-1 digest of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `type:"string"` + + // The base64-encoded, 256-bit SHA-256 digest of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `type:"string"` + + // The part number identifying the part. This value is a positive integer between + // 1 and 10,000. + PartNumber *int64 `type:"integer"` + + // The size of the uploaded part in bytes. + Size *int64 `type:"integer"` +} + +// String returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ObjectPart) String() string { + return awsutil.Prettify(s) +} + +// GoString returns the string representation. +// +// API parameter values that are decorated as "sensitive" in the API will not +// be included in the string output. The member name will be present, but the +// value will be replaced with "sensitive". +func (s ObjectPart) GoString() string { + return s.String() +} + +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *ObjectPart) SetChecksumCRC32(v string) *ObjectPart { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *ObjectPart) SetChecksumCRC32C(v string) *ObjectPart { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *ObjectPart) SetChecksumSHA1(v string) *ObjectPart { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *ObjectPart) SetChecksumSHA256(v string) *ObjectPart { + s.ChecksumSHA256 = &v + return s +} + +// SetPartNumber sets the PartNumber field's value. +func (s *ObjectPart) SetPartNumber(v int64) *ObjectPart { + s.PartNumber = &v + return s +} + +// SetSize sets the Size field's value. +func (s *ObjectPart) SetSize(v int64) *ObjectPart { + s.Size = &v + return s +} + // The version of an object. type ObjectVersion struct { _ struct{} `type:"structure"` + // The algorithm that was used to create a checksum of the object. + ChecksumAlgorithm []*string `type:"list" flattened:"true" enum:"ChecksumAlgorithm"` + // The entity tag is an MD5 hash of that version of the object. ETag *string `type:"string"` @@ -28721,6 +30106,12 @@ func (s ObjectVersion) GoString() string { return s.String() } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *ObjectVersion) SetChecksumAlgorithm(v []*string) *ObjectVersion { + s.ChecksumAlgorithm = v + return s +} + // SetETag sets the ETag field's value. func (s *ObjectVersion) SetETag(v string) *ObjectVersion { s.ETag = &v @@ -29042,6 +30433,36 @@ func (s ParquetInput) GoString() string { type Part struct { _ struct{} `type:"structure"` + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 32-bit CRC32 checksum of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `type:"string"` + + // The base64-encoded, 32-bit CRC32C checksum of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `type:"string"` + + // The base64-encoded, 160-bit SHA-1 digest of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `type:"string"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 256-bit SHA-256 digest of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `type:"string"` + // Entity tag returned when the part was uploaded. ETag *string `type:"string"` @@ -29074,6 +30495,30 @@ func (s Part) GoString() string { return s.String() } +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *Part) SetChecksumCRC32(v string) *Part { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *Part) SetChecksumCRC32C(v string) *Part { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *Part) SetChecksumSHA1(v string) *Part { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *Part) SetChecksumSHA256(v string) *Part { + s.ChecksumSHA256 = &v + return s +} + // SetETag sets the ETag field's value. func (s *Part) SetETag(v string) *Part { s.ETag = &v @@ -29254,7 +30699,7 @@ type PublicAccessBlockConfiguration struct { // for this bucket and objects in this bucket. Setting this element to TRUE // causes the following behavior: // - // * PUT Bucket acl and PUT Object acl calls fail if the specified ACL is + // * PUT Bucket ACL and PUT Object ACL calls fail if the specified ACL is // public. // // * PUT Object calls fail if the request includes a public ACL. @@ -29345,9 +30790,26 @@ type PutBucketAccelerateConfigurationInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -29407,6 +30869,12 @@ func (s *PutBucketAccelerateConfigurationInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketAccelerateConfigurationInput) SetChecksumAlgorithm(v string) *PutBucketAccelerateConfigurationInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutBucketAccelerateConfigurationInput) SetExpectedBucketOwner(v string) *PutBucketAccelerateConfigurationInput { s.ExpectedBucketOwner = &v @@ -29476,9 +30944,30 @@ type PutBucketAclInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Allows grantee the read, write, read ACP, and write ACP permissions on the @@ -29565,6 +31054,12 @@ func (s *PutBucketAclInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketAclInput) SetChecksumAlgorithm(v string) *PutBucketAclInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutBucketAclInput) SetExpectedBucketOwner(v string) *PutBucketAclInput { s.ExpectedBucketOwner = &v @@ -29664,8 +31159,8 @@ type PutBucketAnalyticsConfigurationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The ID that identifies the analytics configuration. @@ -29815,9 +31310,30 @@ type PutBucketCorsInput struct { // CORSConfiguration is a required field CORSConfiguration *CORSConfiguration `locationName:"CORSConfiguration" type:"structure" required:"true" xmlURI:"http://s3.amazonaws.com/doc/2006-03-01/"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -29882,6 +31398,12 @@ func (s *PutBucketCorsInput) SetCORSConfiguration(v *CORSConfiguration) *PutBuck return s } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketCorsInput) SetChecksumAlgorithm(v string) *PutBucketCorsInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutBucketCorsInput) SetExpectedBucketOwner(v string) *PutBucketCorsInput { s.ExpectedBucketOwner = &v @@ -29949,9 +31471,30 @@ type PutBucketEncryptionInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Specifies the default server-side-encryption configuration. @@ -30015,6 +31558,12 @@ func (s *PutBucketEncryptionInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketEncryptionInput) SetChecksumAlgorithm(v string) *PutBucketEncryptionInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutBucketEncryptionInput) SetExpectedBucketOwner(v string) *PutBucketEncryptionInput { s.ExpectedBucketOwner = &v @@ -30224,8 +31773,8 @@ type PutBucketInventoryConfigurationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The ID used to identify the inventory configuration. @@ -30372,9 +31921,30 @@ type PutBucketLifecycleConfigurationInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Container for lifecycle rules. You can add as many as 1,000 rules. @@ -30433,6 +32003,12 @@ func (s *PutBucketLifecycleConfigurationInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketLifecycleConfigurationInput) SetChecksumAlgorithm(v string) *PutBucketLifecycleConfigurationInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutBucketLifecycleConfigurationInput) SetExpectedBucketOwner(v string) *PutBucketLifecycleConfigurationInput { s.ExpectedBucketOwner = &v @@ -30500,9 +32076,30 @@ type PutBucketLifecycleInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Container for lifecycle rules. You can add as many as 1000 rules. @@ -30561,6 +32158,12 @@ func (s *PutBucketLifecycleInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketLifecycleInput) SetChecksumAlgorithm(v string) *PutBucketLifecycleInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutBucketLifecycleInput) SetExpectedBucketOwner(v string) *PutBucketLifecycleInput { s.ExpectedBucketOwner = &v @@ -30635,9 +32238,30 @@ type PutBucketLoggingInput struct { // BucketLoggingStatus is a required field BucketLoggingStatus *BucketLoggingStatus `locationName:"BucketLoggingStatus" type:"structure" required:"true" xmlURI:"http://s3.amazonaws.com/doc/2006-03-01/"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` } @@ -30702,6 +32326,12 @@ func (s *PutBucketLoggingInput) SetBucketLoggingStatus(v *BucketLoggingStatus) * return s } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketLoggingInput) SetChecksumAlgorithm(v string) *PutBucketLoggingInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutBucketLoggingInput) SetExpectedBucketOwner(v string) *PutBucketLoggingInput { s.ExpectedBucketOwner = &v @@ -30766,8 +32396,8 @@ type PutBucketMetricsConfigurationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The ID used to identify the metrics configuration. @@ -30915,8 +32545,8 @@ type PutBucketNotificationConfigurationInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // A container for specifying the notification configuration of the bucket. @@ -31060,9 +32690,30 @@ type PutBucketNotificationInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The container for the configuration. @@ -31121,6 +32772,12 @@ func (s *PutBucketNotificationInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketNotificationInput) SetChecksumAlgorithm(v string) *PutBucketNotificationInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutBucketNotificationInput) SetExpectedBucketOwner(v string) *PutBucketNotificationInput { s.ExpectedBucketOwner = &v @@ -31191,8 +32848,8 @@ type PutBucketOwnershipControlsInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The OwnershipControls (BucketOwnerEnforced, BucketOwnerPreferred, or ObjectWriter) @@ -31326,13 +32983,34 @@ type PutBucketPolicyInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // Set this parameter to true to confirm that you want to remove your permissions // to change this bucket policy in the future. ConfirmRemoveSelfBucketAccess *bool `location:"header" locationName:"x-amz-confirm-remove-self-bucket-access" type:"boolean"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The bucket policy as a JSON document. @@ -31391,6 +33069,12 @@ func (s *PutBucketPolicyInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketPolicyInput) SetChecksumAlgorithm(v string) *PutBucketPolicyInput { + s.ChecksumAlgorithm = &v + return s +} + // SetConfirmRemoveSelfBucketAccess sets the ConfirmRemoveSelfBucketAccess field's value. func (s *PutBucketPolicyInput) SetConfirmRemoveSelfBucketAccess(v bool) *PutBucketPolicyInput { s.ConfirmRemoveSelfBucketAccess = &v @@ -31466,9 +33150,30 @@ type PutBucketReplicationInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // A container for replication rules. You can add up to 1,000 rules. The maximum @@ -31536,6 +33241,12 @@ func (s *PutBucketReplicationInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketReplicationInput) SetChecksumAlgorithm(v string) *PutBucketReplicationInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutBucketReplicationInput) SetExpectedBucketOwner(v string) *PutBucketReplicationInput { s.ExpectedBucketOwner = &v @@ -31611,9 +33322,30 @@ type PutBucketRequestPaymentInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Container for Payer. @@ -31677,6 +33409,12 @@ func (s *PutBucketRequestPaymentInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketRequestPaymentInput) SetChecksumAlgorithm(v string) *PutBucketRequestPaymentInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutBucketRequestPaymentInput) SetExpectedBucketOwner(v string) *PutBucketRequestPaymentInput { s.ExpectedBucketOwner = &v @@ -31746,9 +33484,30 @@ type PutBucketTaggingInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Container for the TagSet and Tag elements. @@ -31812,6 +33571,12 @@ func (s *PutBucketTaggingInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketTaggingInput) SetChecksumAlgorithm(v string) *PutBucketTaggingInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutBucketTaggingInput) SetExpectedBucketOwner(v string) *PutBucketTaggingInput { s.ExpectedBucketOwner = &v @@ -31881,9 +33646,30 @@ type PutBucketVersioningInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The concatenation of the authentication device's serial number, a space, @@ -31946,6 +33732,12 @@ func (s *PutBucketVersioningInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketVersioningInput) SetChecksumAlgorithm(v string) *PutBucketVersioningInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutBucketVersioningInput) SetExpectedBucketOwner(v string) *PutBucketVersioningInput { s.ExpectedBucketOwner = &v @@ -32021,9 +33813,30 @@ type PutBucketWebsiteInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Container for the request. @@ -32087,6 +33900,12 @@ func (s *PutBucketWebsiteInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutBucketWebsiteInput) SetChecksumAlgorithm(v string) *PutBucketWebsiteInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutBucketWebsiteInput) SetExpectedBucketOwner(v string) *PutBucketWebsiteInput { s.ExpectedBucketOwner = &v @@ -32171,9 +33990,30 @@ type PutObjectAclInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Allows grantee the read, write, read ACP, and write ACP permissions on the @@ -32215,9 +34055,9 @@ type PutObjectAclInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Key is a required field @@ -32225,8 +34065,8 @@ type PutObjectAclInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -32304,6 +34144,12 @@ func (s *PutObjectAclInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutObjectAclInput) SetChecksumAlgorithm(v string) *PutObjectAclInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutObjectAclInput) SetExpectedBucketOwner(v string) *PutObjectAclInput { s.ExpectedBucketOwner = &v @@ -32441,9 +34287,9 @@ type PutObjectInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field @@ -32463,6 +34309,51 @@ type PutObjectInput struct { // (http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9). CacheControl *string `location:"header" locationName:"Cache-Control" type:"string"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 32-bit CRC32 checksum of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `location:"header" locationName:"x-amz-checksum-crc32" type:"string"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 32-bit CRC32C checksum of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `location:"header" locationName:"x-amz-checksum-crc32c" type:"string"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 160-bit SHA-1 digest of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `location:"header" locationName:"x-amz-checksum-sha1" type:"string"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 256-bit SHA-256 digest of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `location:"header" locationName:"x-amz-checksum-sha256" type:"string"` + // Specifies presentational information for the object. For more information, // see http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1 (http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1). ContentDisposition *string `location:"header" locationName:"Content-Disposition" type:"string"` @@ -32494,8 +34385,8 @@ type PutObjectInput struct { ContentType *string `location:"header" locationName:"Content-Type" type:"string"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The date and time at which the object is no longer cacheable. For more information, @@ -32543,8 +34434,8 @@ type PutObjectInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -32705,6 +34596,36 @@ func (s *PutObjectInput) SetCacheControl(v string) *PutObjectInput { return s } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutObjectInput) SetChecksumAlgorithm(v string) *PutObjectInput { + s.ChecksumAlgorithm = &v + return s +} + +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *PutObjectInput) SetChecksumCRC32(v string) *PutObjectInput { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *PutObjectInput) SetChecksumCRC32C(v string) *PutObjectInput { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *PutObjectInput) SetChecksumSHA1(v string) *PutObjectInput { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *PutObjectInput) SetChecksumSHA256(v string) *PutObjectInput { + s.ChecksumSHA256 = &v + return s +} + // SetContentDisposition sets the ContentDisposition field's value. func (s *PutObjectInput) SetContentDisposition(v string) *PutObjectInput { s.ContentDisposition = &v @@ -32904,7 +34825,7 @@ func (s PutObjectInput) updateArnableField(v string) (interface{}, error) { type PutObjectLegalHoldInput struct { _ struct{} `locationName:"PutObjectLegalHoldRequest" type:"structure" payload:"LegalHold"` - // The bucket name containing the object that you want to place a Legal Hold + // The bucket name containing the object that you want to place a legal hold // on. // // When using this action with an access point, you must direct requests to @@ -32917,28 +34838,49 @@ type PutObjectLegalHoldInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` - // The key name for the object that you want to place a Legal Hold on. + // The key name for the object that you want to place a legal hold on. // // Key is a required field Key *string `location:"uri" locationName:"Key" min:"1" type:"string" required:"true"` - // Container element for the Legal Hold configuration you want to apply to the + // Container element for the legal hold configuration you want to apply to the // specified object. LegalHold *ObjectLockLegalHold `locationName:"LegalHold" type:"structure" xmlURI:"http://s3.amazonaws.com/doc/2006-03-01/"` // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` - // The version ID of the object that you want to place a Legal Hold on. + // The version ID of the object that you want to place a legal hold on. VersionId *string `location:"querystring" locationName:"versionId" type:"string"` } @@ -32995,6 +34937,12 @@ func (s *PutObjectLegalHoldInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutObjectLegalHoldInput) SetChecksumAlgorithm(v string) *PutObjectLegalHoldInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutObjectLegalHoldInput) SetExpectedBucketOwner(v string) *PutObjectLegalHoldInput { s.ExpectedBucketOwner = &v @@ -33092,9 +35040,30 @@ type PutObjectLockConfigurationInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The Object Lock configuration that you want to apply to the specified bucket. @@ -33102,8 +35071,8 @@ type PutObjectLockConfigurationInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -33158,6 +35127,12 @@ func (s *PutObjectLockConfigurationInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutObjectLockConfigurationInput) SetChecksumAlgorithm(v string) *PutObjectLockConfigurationInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutObjectLockConfigurationInput) SetExpectedBucketOwner(v string) *PutObjectLockConfigurationInput { s.ExpectedBucketOwner = &v @@ -33248,6 +35223,38 @@ type PutObjectOutput struct { // encryption with Amazon Web Services KMS (SSE-KMS). BucketKeyEnabled *bool `location:"header" locationName:"x-amz-server-side-encryption-bucket-key-enabled" type:"boolean"` + // The base64-encoded, 32-bit CRC32 checksum of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `location:"header" locationName:"x-amz-checksum-crc32" type:"string"` + + // The base64-encoded, 32-bit CRC32C checksum of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `location:"header" locationName:"x-amz-checksum-crc32c" type:"string"` + + // The base64-encoded, 160-bit SHA-1 digest of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `location:"header" locationName:"x-amz-checksum-sha1" type:"string"` + + // The base64-encoded, 256-bit SHA-256 digest of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `location:"header" locationName:"x-amz-checksum-sha256" type:"string"` + // Entity tag for the uploaded object. ETag *string `location:"header" locationName:"ETag" type:"string"` @@ -33255,7 +35262,7 @@ type PutObjectOutput struct { // (https://docs.aws.amazon.com/AmazonS3/latest/API/API_PutBucketLifecycleConfiguration.html)), // the response includes this header. It includes the expiry-date and rule-id // key-value pairs that provide information about object expiration. The value - // of the rule-id is URL encoded. + // of the rule-id is URL-encoded. Expiration *string `location:"header" locationName:"x-amz-expiration" type:"string"` // If present, indicates that the requester was successfully charged for the @@ -33325,6 +35332,30 @@ func (s *PutObjectOutput) SetBucketKeyEnabled(v bool) *PutObjectOutput { return s } +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *PutObjectOutput) SetChecksumCRC32(v string) *PutObjectOutput { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *PutObjectOutput) SetChecksumCRC32C(v string) *PutObjectOutput { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *PutObjectOutput) SetChecksumSHA1(v string) *PutObjectOutput { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *PutObjectOutput) SetChecksumSHA256(v string) *PutObjectOutput { + s.ChecksumSHA256 = &v + return s +} + // SetETag sets the ETag field's value. func (s *PutObjectOutput) SetETag(v string) *PutObjectOutput { s.ETag = &v @@ -33398,9 +35429,30 @@ type PutObjectRetentionInput struct { // Indicates whether this action should bypass Governance-mode restrictions. BypassGovernanceRetention *bool `location:"header" locationName:"x-amz-bypass-governance-retention" type:"boolean"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The key name for the object that you want to apply this Object Retention @@ -33411,8 +35463,8 @@ type PutObjectRetentionInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -33483,6 +35535,12 @@ func (s *PutObjectRetentionInput) SetBypassGovernanceRetention(v bool) *PutObjec return s } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutObjectRetentionInput) SetChecksumAlgorithm(v string) *PutObjectRetentionInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutObjectRetentionInput) SetExpectedBucketOwner(v string) *PutObjectRetentionInput { s.ExpectedBucketOwner = &v @@ -33587,17 +35645,38 @@ type PutObjectTaggingInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Name of the object key. @@ -33607,8 +35686,8 @@ type PutObjectTaggingInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -33682,6 +35761,12 @@ func (s *PutObjectTaggingInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutObjectTaggingInput) SetChecksumAlgorithm(v string) *PutObjectTaggingInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutObjectTaggingInput) SetExpectedBucketOwner(v string) *PutObjectTaggingInput { s.ExpectedBucketOwner = &v @@ -33779,9 +35864,30 @@ type PutPublicAccessBlockInput struct { // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + // + // The SDK will automatically compute the Content-MD5 checksum for this operation. + // The AWS SDK for Go v2 allows you to configure alternative checksum algorithm + // to be used. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The PublicAccessBlock configuration that you want to apply to this Amazon @@ -33844,6 +35950,12 @@ func (s *PutPublicAccessBlockInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *PutPublicAccessBlockInput) SetChecksumAlgorithm(v string) *PutPublicAccessBlockInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *PutPublicAccessBlockInput) SetExpectedBucketOwner(v string) *PutPublicAccessBlockInput { s.ExpectedBucketOwner = &v @@ -33913,7 +36025,7 @@ type QueueConfiguration struct { // A collection of bucket events for which to send notifications // // Events is a required field - Events []*string `locationName:"Event" type:"list" flattened:"true" required:"true"` + Events []*string `locationName:"Event" type:"list" flattened:"true" required:"true" enum:"Event"` // Specifies object key name filtering rules. For information about key name // filtering, see Configuring Event Notifications (https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) @@ -34002,7 +36114,7 @@ type QueueConfigurationDeprecated struct { Event *string `deprecated:"true" type:"string" enum:"Event"` // A collection of bucket events for which to send notifications. - Events []*string `locationName:"Event" type:"list" flattened:"true"` + Events []*string `locationName:"Event" type:"list" flattened:"true" enum:"Event"` // An optional unique identifier for configurations in a notification configuration. // If you don't provide one, Amazon S3 will assign an ID. @@ -34919,17 +37031,34 @@ type RestoreObjectInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Object key for which the action was initiated. @@ -34939,8 +37068,8 @@ type RestoreObjectInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -35009,6 +37138,12 @@ func (s *RestoreObjectInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *RestoreObjectInput) SetChecksumAlgorithm(v string) *RestoreObjectInput { + s.ChecksumAlgorithm = &v + return s +} + // SetExpectedBucketOwner sets the ExpectedBucketOwner field's value. func (s *RestoreObjectInput) SetExpectedBucketOwner(v string) *RestoreObjectInput { s.ExpectedBucketOwner = &v @@ -35521,7 +37656,7 @@ type ScanRange struct { // Specifies the start of the byte range. This parameter is optional. Valid // values: non-negative integers. The default value is 0. If only start is supplied, - // it means scan from that point to the end of the file.For example; 50 + // it means scan from that point to the end of the file. For example, 50 // means scan from byte 50 until the end of the file. Start *int64 `type:"long"` } @@ -35740,8 +37875,8 @@ type SelectObjectContentInput struct { Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The expression that is used to query the object. @@ -35772,20 +37907,26 @@ type SelectObjectContentInput struct { // Specifies if periodic request progress information should be enabled. RequestProgress *RequestProgress `type:"structure"` - // The SSE Algorithm used to encrypt the object. For more information, see Server-Side - // Encryption (Using Customer-Provided Encryption Keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html). + // The server-side encryption (SSE) algorithm used to encrypt the object. This + // parameter is needed only when the object was created using a checksum algorithm. + // For more information, see Protecting data using SSE-C keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html) + // in the Amazon S3 User Guide. SSECustomerAlgorithm *string `location:"header" locationName:"x-amz-server-side-encryption-customer-algorithm" type:"string"` - // The SSE Customer Key. For more information, see Server-Side Encryption (Using - // Customer-Provided Encryption Keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html). + // The server-side encryption (SSE) customer managed key. This parameter is + // needed only when the object was created using a checksum algorithm. For more + // information, see Protecting data using SSE-C keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html) + // in the Amazon S3 User Guide. // // SSECustomerKey is a sensitive parameter and its value will be // replaced with "sensitive" in string returned by SelectObjectContentInput's // String and GoString methods. SSECustomerKey *string `marshal-as:"blob" location:"header" locationName:"x-amz-server-side-encryption-customer-key" type:"string" sensitive:"true"` - // The SSE Customer Key MD5. For more information, see Server-Side Encryption - // (Using Customer-Provided Encryption Keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html). + // The MD5 server-side encryption (SSE) customer managed key. This parameter + // is needed only when the object was created using a checksum algorithm. For + // more information, see Protecting data using SSE-C keys (https://docs.aws.amazon.com/AmazonS3/latest/dev/ServerSideEncryptionCustomerKeys.html) + // in the Amazon S3 User Guide. SSECustomerKeyMD5 *string `location:"header" locationName:"x-amz-server-side-encryption-customer-key-MD5" type:"string"` // Specifies the byte range of the object to get the records from. A record @@ -36921,7 +39062,7 @@ type TopicConfiguration struct { // in the Amazon S3 User Guide. // // Events is a required field - Events []*string `locationName:"Event" type:"list" flattened:"true" required:"true"` + Events []*string `locationName:"Event" type:"list" flattened:"true" required:"true" enum:"Event"` // Specifies object key name filtering rules. For information about key name // filtering, see Configuring Event Notifications (https://docs.aws.amazon.com/AmazonS3/latest/dev/NotificationHowTo.html) @@ -37011,7 +39152,7 @@ type TopicConfigurationDeprecated struct { Event *string `deprecated:"true" type:"string" enum:"Event"` // A collection of events related to objects - Events []*string `locationName:"Event" type:"list" flattened:"true"` + Events []*string `locationName:"Event" type:"list" flattened:"true" enum:"Event"` // An optional unique identifier for configurations in a notification configuration. // If you don't provide one, Amazon S3 will assign an ID. @@ -37134,9 +39275,9 @@ type UploadPartCopyInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field @@ -37149,7 +39290,7 @@ type UploadPartCopyInput struct { // * For objects not accessed through an access point, specify the name of // the source bucket and key of the source object, separated by a slash (/). // For example, to copy the object reports/january.pdf from the bucket awsexamplebucket, - // use awsexamplebucket/reports/january.pdf. The value must be URL encoded. + // use awsexamplebucket/reports/january.pdf. The value must be URL-encoded. // // * For objects accessed through access points, specify the Amazon Resource // Name (ARN) of the object as accessed through the access point, in the @@ -37165,7 +39306,7 @@ type UploadPartCopyInput struct { // For example, to copy the object reports/january.pdf through outpost my-outpost // owned by account 123456789012 in Region us-west-2, use the URL encoding // of arn:aws:s3-outposts:us-west-2:123456789012:outpost/my-outpost/object/reports/january.pdf. - // The value must be URL encoded. + // The value must be URL-encoded. // // To copy a specific version of an object, append ?versionId= to // the value (for example, awsexamplebucket/reports/january.pdf?versionId=QUpfdndhfd8438MNFDN93jdnJFkdmqnh893). @@ -37214,13 +39355,13 @@ type UploadPartCopyInput struct { CopySourceSSECustomerKeyMD5 *string `location:"header" locationName:"x-amz-copy-source-server-side-encryption-customer-key-MD5" type:"string"` // The account ID of the expected destination bucket owner. If the destination - // bucket is owned by a different account, the request will fail with an HTTP - // 403 (Access Denied) error. + // bucket is owned by a different account, the request fails with the HTTP status + // code 403 Forbidden (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // The account ID of the expected source bucket owner. If the source bucket - // is owned by a different account, the request will fail with an HTTP 403 (Access - // Denied) error. + // is owned by a different account, the request fails with the HTTP status code + // 403 Forbidden (access denied). ExpectedSourceBucketOwner *string `location:"header" locationName:"x-amz-source-expected-bucket-owner" type:"string"` // Object key for which the multipart upload was initiated. @@ -37236,8 +39377,8 @@ type UploadPartCopyInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -37605,14 +39746,62 @@ type UploadPartInput struct { // When using this action with Amazon S3 on Outposts, you must direct requests // to the S3 on Outposts hostname. The S3 on Outposts hostname takes the form // AccessPointName-AccountId.outpostID.s3-outposts.Region.amazonaws.com. When - // using this action using S3 on Outposts through the Amazon Web Services SDKs, + // using this action with S3 on Outposts through the Amazon Web Services SDKs, // you provide the Outposts bucket ARN in place of the bucket name. For more - // information about S3 on Outposts ARNs, see Using S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) + // information about S3 on Outposts ARNs, see Using Amazon S3 on Outposts (https://docs.aws.amazon.com/AmazonS3/latest/userguide/S3onOutposts.html) // in the Amazon S3 User Guide. // // Bucket is a required field Bucket *string `location:"uri" locationName:"Bucket" type:"string" required:"true"` + // Indicates the algorithm used to create the checksum for the object when using + // the SDK. This header will not provide any additional functionality if not + // using the SDK. When sending this header, there must be a corresponding x-amz-checksum + // or x-amz-trailer header sent. Otherwise, Amazon S3 fails the request with + // the HTTP status code 400 Bad Request. For more information, see Checking + // object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // If you provide an individual checksum, Amazon S3 ignores any provided ChecksumAlgorithm + // parameter. + // + // This checksum algorithm must be the same for all parts and it match the checksum + // value supplied in the CreateMultipartUpload request. + // + // The AWS SDK for Go v1 does not support automatic computing request payload + // checksum. This feature is available in the AWS SDK for Go v2. If a value + // is specified for this parameter, the matching algorithm's checksum member + // must be populated with the algorithm's checksum of the request payload. + ChecksumAlgorithm *string `location:"header" locationName:"x-amz-sdk-checksum-algorithm" type:"string" enum:"ChecksumAlgorithm"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 32-bit CRC32 checksum of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `location:"header" locationName:"x-amz-checksum-crc32" type:"string"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 32-bit CRC32C checksum of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `location:"header" locationName:"x-amz-checksum-crc32c" type:"string"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 160-bit SHA-1 digest of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `location:"header" locationName:"x-amz-checksum-sha1" type:"string"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This header specifies + // the base64-encoded, 256-bit SHA-256 digest of the object. For more information, + // see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `location:"header" locationName:"x-amz-checksum-sha256" type:"string"` + // Size of the body in bytes. This parameter is useful when the size of the // body cannot be determined automatically. ContentLength *int64 `location:"header" locationName:"Content-Length" type:"long"` @@ -37623,8 +39812,8 @@ type UploadPartInput struct { ContentMD5 *string `location:"header" locationName:"Content-MD5" type:"string"` // The account ID of the expected bucket owner. If the bucket is owned by a - // different account, the request will fail with an HTTP 403 (Access Denied) - // error. + // different account, the request fails with the HTTP status code 403 Forbidden + // (access denied). ExpectedBucketOwner *string `location:"header" locationName:"x-amz-expected-bucket-owner" type:"string"` // Object key for which the multipart upload was initiated. @@ -37640,8 +39829,8 @@ type UploadPartInput struct { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information - // about downloading objects from requester pays buckets, see Downloading Objects - // in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) + // about downloading objects from Requester Pays buckets, see Downloading Objects + // in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. RequestPayer *string `location:"header" locationName:"x-amz-request-payer" type:"string" enum:"RequestPayer"` @@ -37737,6 +39926,36 @@ func (s *UploadPartInput) getBucket() (v string) { return *s.Bucket } +// SetChecksumAlgorithm sets the ChecksumAlgorithm field's value. +func (s *UploadPartInput) SetChecksumAlgorithm(v string) *UploadPartInput { + s.ChecksumAlgorithm = &v + return s +} + +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *UploadPartInput) SetChecksumCRC32(v string) *UploadPartInput { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *UploadPartInput) SetChecksumCRC32C(v string) *UploadPartInput { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *UploadPartInput) SetChecksumSHA1(v string) *UploadPartInput { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *UploadPartInput) SetChecksumSHA256(v string) *UploadPartInput { + s.ChecksumSHA256 = &v + return s +} + // SetContentLength sets the ContentLength field's value. func (s *UploadPartInput) SetContentLength(v int64) *UploadPartInput { s.ContentLength = &v @@ -37838,6 +40057,38 @@ type UploadPartOutput struct { // encryption with Amazon Web Services KMS (SSE-KMS). BucketKeyEnabled *bool `location:"header" locationName:"x-amz-server-side-encryption-bucket-key-enabled" type:"boolean"` + // The base64-encoded, 32-bit CRC32 checksum of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32 *string `location:"header" locationName:"x-amz-checksum-crc32" type:"string"` + + // The base64-encoded, 32-bit CRC32C checksum of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumCRC32C *string `location:"header" locationName:"x-amz-checksum-crc32c" type:"string"` + + // The base64-encoded, 160-bit SHA-1 digest of the object. This will only be + // present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA1 *string `location:"header" locationName:"x-amz-checksum-sha1" type:"string"` + + // The base64-encoded, 256-bit SHA-256 digest of the object. This will only + // be present if it was uploaded with the object. With multipart uploads, this + // may not be a checksum value of the object. For more information about how + // checksums are calculated with multipart uploads, see Checking object integrity + // (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html#large-object-checksums) + // in the Amazon S3 User Guide. + ChecksumSHA256 *string `location:"header" locationName:"x-amz-checksum-sha256" type:"string"` + // Entity tag for the uploaded object. ETag *string `location:"header" locationName:"ETag" type:"string"` @@ -37893,6 +40144,30 @@ func (s *UploadPartOutput) SetBucketKeyEnabled(v bool) *UploadPartOutput { return s } +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *UploadPartOutput) SetChecksumCRC32(v string) *UploadPartOutput { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *UploadPartOutput) SetChecksumCRC32C(v string) *UploadPartOutput { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *UploadPartOutput) SetChecksumSHA1(v string) *UploadPartOutput { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *UploadPartOutput) SetChecksumSHA256(v string) *UploadPartOutput { + s.ChecksumSHA256 = &v + return s +} + // SetETag sets the ETag field's value. func (s *UploadPartOutput) SetETag(v string) *UploadPartOutput { s.ETag = &v @@ -38091,6 +40366,58 @@ type WriteGetObjectResponseInput struct { // Specifies caching behavior along the request/reply chain. CacheControl *string `location:"header" locationName:"x-amz-fwd-header-Cache-Control" type:"string"` + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This specifies the base64-encoded, + // 32-bit CRC32 checksum of the object returned by the Object Lambda function. + // This may not match the checksum for the object stored in Amazon S3. Amazon + // S3 will perform validation of the checksum values only when the original + // GetObject request required checksum validation. For more information about + // checksums, see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // Only one checksum header can be specified at a time. If you supply multiple + // checksum headers, this request will fail. + ChecksumCRC32 *string `location:"header" locationName:"x-amz-fwd-header-x-amz-checksum-crc32" type:"string"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This specifies the base64-encoded, + // 32-bit CRC32C checksum of the object returned by the Object Lambda function. + // This may not match the checksum for the object stored in Amazon S3. Amazon + // S3 will perform validation of the checksum values only when the original + // GetObject request required checksum validation. For more information about + // checksums, see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // Only one checksum header can be specified at a time. If you supply multiple + // checksum headers, this request will fail. + ChecksumCRC32C *string `location:"header" locationName:"x-amz-fwd-header-x-amz-checksum-crc32c" type:"string"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This specifies the base64-encoded, + // 160-bit SHA-1 digest of the object returned by the Object Lambda function. + // This may not match the checksum for the object stored in Amazon S3. Amazon + // S3 will perform validation of the checksum values only when the original + // GetObject request required checksum validation. For more information about + // checksums, see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // Only one checksum header can be specified at a time. If you supply multiple + // checksum headers, this request will fail. + ChecksumSHA1 *string `location:"header" locationName:"x-amz-fwd-header-x-amz-checksum-sha1" type:"string"` + + // This header can be used as a data integrity check to verify that the data + // received is the same data that was originally sent. This specifies the base64-encoded, + // 256-bit SHA-256 digest of the object returned by the Object Lambda function. + // This may not match the checksum for the object stored in Amazon S3. Amazon + // S3 will perform validation of the checksum values only when the original + // GetObject request required checksum validation. For more information about + // checksums, see Checking object integrity (https://docs.aws.amazon.com/AmazonS3/latest/userguide/checking-object-integrity.html) + // in the Amazon S3 User Guide. + // + // Only one checksum header can be specified at a time. If you supply multiple + // checksum headers, this request will fail. + ChecksumSHA256 *string `location:"header" locationName:"x-amz-fwd-header-x-amz-checksum-sha256" type:"string"` + // Specifies presentational information for the object. ContentDisposition *string `location:"header" locationName:"x-amz-fwd-header-Content-Disposition" type:"string"` @@ -38122,8 +40449,8 @@ type WriteGetObjectResponseInput struct { // A string that uniquely identifies an error condition. Returned in the // tag of the error XML response for a corresponding GetObject call. Cannot // be used with a successful StatusCode header or when the transformed object - // is provided in the body. All error codes from S3 are sentence-cased. Regex - // value is "^[A-Z][a-zA-Z]+$". + // is provided in the body. All error codes from S3 are sentence-cased. The + // regular expression (regex) value is "^[A-Z][a-zA-Z]+$". ErrorCode *string `location:"header" locationName:"x-amz-fwd-error-code" type:"string"` // Contains a generic description of the error condition. Returned in the @@ -38132,9 +40459,10 @@ type WriteGetObjectResponseInput struct { // is provided in body. ErrorMessage *string `location:"header" locationName:"x-amz-fwd-error-message" type:"string"` - // If object stored in Amazon S3 expiration is configured (see PUT Bucket lifecycle) - // it includes expiry-date and rule-id key-value pairs providing object expiration - // information. The value of the rule-id is URL encoded. + // If the object expiration is configured (see PUT Bucket lifecycle), the response + // includes this header. It includes the expiry-date and rule-id key-value pairs + // that provide the object expiration information. The value of the rule-id + // is URL-encoded. Expiration *string `location:"header" locationName:"x-amz-fwd-header-x-amz-expiration" type:"string"` // The date and time at which the object is no longer cacheable. @@ -38245,7 +40573,10 @@ type WriteGetObjectResponseInput struct { // * 503 - Service Unavailable StatusCode *int64 `location:"header" locationName:"x-amz-fwd-status" type:"integer"` - // The class of storage used to store object in Amazon S3. + // Provides storage class information of the object. Amazon S3 returns this + // header for all objects except for S3 Standard storage class objects. + // + // For more information, see Storage Classes (https://docs.aws.amazon.com/AmazonS3/latest/dev/storage-class-intro.html). StorageClass *string `location:"header" locationName:"x-amz-fwd-header-x-amz-storage-class" type:"string" enum:"StorageClass"` // The number of tags, if any, on the object. @@ -38316,6 +40647,30 @@ func (s *WriteGetObjectResponseInput) SetCacheControl(v string) *WriteGetObjectR return s } +// SetChecksumCRC32 sets the ChecksumCRC32 field's value. +func (s *WriteGetObjectResponseInput) SetChecksumCRC32(v string) *WriteGetObjectResponseInput { + s.ChecksumCRC32 = &v + return s +} + +// SetChecksumCRC32C sets the ChecksumCRC32C field's value. +func (s *WriteGetObjectResponseInput) SetChecksumCRC32C(v string) *WriteGetObjectResponseInput { + s.ChecksumCRC32C = &v + return s +} + +// SetChecksumSHA1 sets the ChecksumSHA1 field's value. +func (s *WriteGetObjectResponseInput) SetChecksumSHA1(v string) *WriteGetObjectResponseInput { + s.ChecksumSHA1 = &v + return s +} + +// SetChecksumSHA256 sets the ChecksumSHA256 field's value. +func (s *WriteGetObjectResponseInput) SetChecksumSHA256(v string) *WriteGetObjectResponseInput { + s.ChecksumSHA256 = &v + return s +} + // SetContentDisposition sets the ContentDisposition field's value. func (s *WriteGetObjectResponseInput) SetContentDisposition(v string) *WriteGetObjectResponseInput { s.ContentDisposition = &v @@ -38748,6 +41103,42 @@ func BucketVersioningStatus_Values() []string { } } +const ( + // ChecksumAlgorithmCrc32 is a ChecksumAlgorithm enum value + ChecksumAlgorithmCrc32 = "CRC32" + + // ChecksumAlgorithmCrc32c is a ChecksumAlgorithm enum value + ChecksumAlgorithmCrc32c = "CRC32C" + + // ChecksumAlgorithmSha1 is a ChecksumAlgorithm enum value + ChecksumAlgorithmSha1 = "SHA1" + + // ChecksumAlgorithmSha256 is a ChecksumAlgorithm enum value + ChecksumAlgorithmSha256 = "SHA256" +) + +// ChecksumAlgorithm_Values returns all elements of the ChecksumAlgorithm enum +func ChecksumAlgorithm_Values() []string { + return []string{ + ChecksumAlgorithmCrc32, + ChecksumAlgorithmCrc32c, + ChecksumAlgorithmSha1, + ChecksumAlgorithmSha256, + } +} + +const ( + // ChecksumModeEnabled is a ChecksumMode enum value + ChecksumModeEnabled = "ENABLED" +) + +// ChecksumMode_Values returns all elements of the ChecksumMode enum +func ChecksumMode_Values() []string { + return []string{ + ChecksumModeEnabled, + } +} + const ( // CompressionTypeNone is a CompressionType enum value CompressionTypeNone = "NONE" @@ -39119,6 +41510,9 @@ const ( // InventoryOptionalFieldBucketKeyStatus is a InventoryOptionalField enum value InventoryOptionalFieldBucketKeyStatus = "BucketKeyStatus" + + // InventoryOptionalFieldChecksumAlgorithm is a InventoryOptionalField enum value + InventoryOptionalFieldChecksumAlgorithm = "ChecksumAlgorithm" ) // InventoryOptionalField_Values returns all elements of the InventoryOptionalField enum @@ -39136,6 +41530,7 @@ func InventoryOptionalField_Values() []string { InventoryOptionalFieldObjectLockLegalHoldStatus, InventoryOptionalFieldIntelligentTieringAccessTier, InventoryOptionalFieldBucketKeyStatus, + InventoryOptionalFieldChecksumAlgorithm, } } @@ -39219,6 +41614,34 @@ func MetricsStatus_Values() []string { } } +const ( + // ObjectAttributesEtag is a ObjectAttributes enum value + ObjectAttributesEtag = "ETag" + + // ObjectAttributesChecksum is a ObjectAttributes enum value + ObjectAttributesChecksum = "Checksum" + + // ObjectAttributesObjectParts is a ObjectAttributes enum value + ObjectAttributesObjectParts = "ObjectParts" + + // ObjectAttributesStorageClass is a ObjectAttributes enum value + ObjectAttributesStorageClass = "StorageClass" + + // ObjectAttributesObjectSize is a ObjectAttributes enum value + ObjectAttributesObjectSize = "ObjectSize" +) + +// ObjectAttributes_Values returns all elements of the ObjectAttributes enum +func ObjectAttributes_Values() []string { + return []string{ + ObjectAttributesEtag, + ObjectAttributesChecksum, + ObjectAttributesObjectParts, + ObjectAttributesStorageClass, + ObjectAttributesObjectSize, + } +} + const ( // ObjectCannedACLPrivate is a ObjectCannedACL enum value ObjectCannedACLPrivate = "private" @@ -39581,8 +42004,8 @@ func RequestCharged_Values() []string { // Confirms that the requester knows that they will be charged for the request. // Bucket owners need not specify this parameter in their requests. For information -// about downloading objects from requester pays buckets, see Downloading Objects -// in Requestor Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) +// about downloading objects from Requester Pays buckets, see Downloading Objects +// in Requester Pays Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/ObjectsinRequesterPaysBuckets.html) // in the Amazon S3 User Guide. const ( // RequestPayerRequester is a RequestPayer enum value diff --git a/vendor/github.com/chai2010/gettext-go/LICENSE b/vendor/github.com/chai2010/gettext-go/LICENSE deleted file mode 100644 index 8f3940825..000000000 --- a/vendor/github.com/chai2010/gettext-go/LICENSE +++ /dev/null @@ -1,27 +0,0 @@ -Copyright 2013 ChaiShushan . All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/github.com/containers/image/v5/docker/docker_image_src.go b/vendor/github.com/containers/image/v5/docker/docker_image_src.go index 314e9b394..c08e5538a 100644 --- a/vendor/github.com/containers/image/v5/docker/docker_image_src.go +++ b/vendor/github.com/containers/image/v5/docker/docker_image_src.go @@ -16,7 +16,7 @@ import ( "github.com/containers/image/v5/docker/reference" "github.com/containers/image/v5/internal/iolimits" - internalTypes "github.com/containers/image/v5/internal/types" + "github.com/containers/image/v5/internal/private" "github.com/containers/image/v5/manifest" "github.com/containers/image/v5/pkg/sysregistriesv2" "github.com/containers/image/v5/types" @@ -147,6 +147,11 @@ func (s *dockerImageSource) Close() error { return nil } +// SupportsGetBlobAt() returns true if GetBlobAt (BlobChunkAccessor) is supported. +func (s *dockerImageSource) SupportsGetBlobAt() bool { + return true +} + // LayerInfosForCopy returns either nil (meaning the values in the manifest are fine), or updated values for the layer // blobsums that are listed in the image's manifest. If values are returned, they should be used when using GetBlob() // to read the image's layers. @@ -248,13 +253,14 @@ func (s *dockerImageSource) getExternalBlob(ctx context.Context, urls []string) return nil, 0, errors.New("internal error: getExternalBlob called with no URLs") } for _, u := range urls { - if u, err := url.Parse(u); err != nil || (u.Scheme != "http" && u.Scheme != "https") { + url, err := url.Parse(u) + if err != nil || (url.Scheme != "http" && url.Scheme != "https") { continue // unsupported url. skip this url. } // NOTE: we must not authenticate on additional URLs as those // can be abused to leak credentials or tokens. Please // refer to CVE-2020-15157 for more information. - resp, err = s.c.makeRequestToResolvedURL(ctx, http.MethodGet, u, nil, nil, -1, noAuth, nil) + resp, err = s.c.makeRequestToResolvedURL(ctx, http.MethodGet, url, nil, nil, -1, noAuth, nil) if err == nil { if resp.StatusCode != http.StatusOK { err = errors.Errorf("error fetching external blob from %q: %d (%s)", u, resp.StatusCode, http.StatusText(resp.StatusCode)) @@ -288,7 +294,7 @@ func (s *dockerImageSource) HasThreadSafeGetBlob() bool { } // splitHTTP200ResponseToPartial splits a 200 response in multiple streams as specified by the chunks -func splitHTTP200ResponseToPartial(streams chan io.ReadCloser, errs chan error, body io.ReadCloser, chunks []internalTypes.ImageSourceChunk) { +func splitHTTP200ResponseToPartial(streams chan io.ReadCloser, errs chan error, body io.ReadCloser, chunks []private.ImageSourceChunk) { defer close(streams) defer close(errs) currentOffset := uint64(0) @@ -322,7 +328,7 @@ func splitHTTP200ResponseToPartial(streams chan io.ReadCloser, errs chan error, } // handle206Response reads a 206 response and send each part as a separate ReadCloser to the streams chan. -func handle206Response(streams chan io.ReadCloser, errs chan error, body io.ReadCloser, chunks []internalTypes.ImageSourceChunk, mediaType string, params map[string]string) { +func handle206Response(streams chan io.ReadCloser, errs chan error, body io.ReadCloser, chunks []private.ImageSourceChunk, mediaType string, params map[string]string) { defer close(streams) defer close(errs) if !strings.HasPrefix(mediaType, "multipart/") { @@ -357,9 +363,12 @@ func handle206Response(streams chan io.ReadCloser, errs chan error, body io.Read } } -// GetBlobAt returns a stream for the specified blob. +// GetBlobAt returns a sequential channel of readers that contain data for the requested +// blob chunks, and a channel that might get a single error value. // The specified chunks must be not overlapping and sorted by their offset. -func (s *dockerImageSource) GetBlobAt(ctx context.Context, info types.BlobInfo, chunks []internalTypes.ImageSourceChunk) (chan io.ReadCloser, chan error, error) { +// The readers must be fully consumed, in the order they are returned, before blocking +// to read the next chunk. +func (s *dockerImageSource) GetBlobAt(ctx context.Context, info types.BlobInfo, chunks []private.ImageSourceChunk) (chan io.ReadCloser, chan error, error) { headers := make(map[string][]string) var rangeVals []string @@ -401,7 +410,7 @@ func (s *dockerImageSource) GetBlobAt(ctx context.Context, info types.BlobInfo, return streams, errs, nil case http.StatusBadRequest: res.Body.Close() - return nil, nil, internalTypes.BadPartialRequestError{Status: res.Status} + return nil, nil, private.BadPartialRequestError{Status: res.Status} default: err := httpResponseToError(res, "Error fetching partial blob") if err == nil { @@ -516,7 +525,7 @@ func (s *dockerImageSource) getOneSignature(ctx context.Context, url *url.URL) ( return sig, false, nil case "http", "https": - logrus.Debugf("GET %s", url) + logrus.Debugf("GET %s", url.Redacted()) req, err := http.NewRequestWithContext(ctx, http.MethodGet, url.String(), nil) if err != nil { return nil, false, err @@ -529,7 +538,7 @@ func (s *dockerImageSource) getOneSignature(ctx context.Context, url *url.URL) ( if res.StatusCode == http.StatusNotFound { return nil, true, nil } else if res.StatusCode != http.StatusOK { - return nil, false, errors.Errorf("Error reading signature from %s: status %d (%s)", url.String(), res.StatusCode, http.StatusText(res.StatusCode)) + return nil, false, errors.Errorf("Error reading signature from %s: status %d (%s)", url.Redacted(), res.StatusCode, http.StatusText(res.StatusCode)) } sig, err := iolimits.ReadAtMost(res.Body, iolimits.MaxSignatureBodySize) if err != nil { @@ -538,7 +547,7 @@ func (s *dockerImageSource) getOneSignature(ctx context.Context, url *url.URL) ( return sig, false, nil default: - return nil, false, errors.Errorf("Unsupported scheme when reading signature from %s", url.String()) + return nil, false, errors.Errorf("Unsupported scheme when reading signature from %s", url.Redacted()) } } diff --git a/vendor/github.com/containers/image/v5/manifest/common.go b/vendor/github.com/containers/image/v5/manifest/common.go index 511cdcc37..20955ab7f 100644 --- a/vendor/github.com/containers/image/v5/manifest/common.go +++ b/vendor/github.com/containers/image/v5/manifest/common.go @@ -51,7 +51,7 @@ const ( // other than the ones the caller specifically allows. // expectedMIMEType is used only for diagnostics. // NOTE: The caller should do the non-heuristic validations (e.g. check for any specified format -// identification/version, or other “magic numbers”) before calling this, to cleanly reject unambigous +// identification/version, or other “magic numbers”) before calling this, to cleanly reject unambiguous // data that just isn’t what was expected, as opposed to actually ambiguous data. func validateUnambiguousManifestFormat(manifest []byte, expectedMIMEType string, allowed allowedManifestFields) error { @@ -71,7 +71,7 @@ func validateUnambiguousManifestFormat(manifest []byte, expectedMIMEType string, Manifests interface{} `json:"manifests"` }{} if err := json.Unmarshal(manifest, &detectedFields); err != nil { - // The caller was supposed to already validate version numbers, so this shold not happen; + // The caller was supposed to already validate version numbers, so this should not happen; // let’s not bother with making this error “nice”. return err } diff --git a/vendor/github.com/containers/image/v5/signature/mechanism.go b/vendor/github.com/containers/image/v5/signature/mechanism.go index ee3442cdf..961246147 100644 --- a/vendor/github.com/containers/image/v5/signature/mechanism.go +++ b/vendor/github.com/containers/image/v5/signature/mechanism.go @@ -13,13 +13,12 @@ import ( // code path, where cryptography is not relevant. For now, continue to // use this frozen deprecated implementation. When mechanism_openpgp.go // migrates to another implementation, this should migrate as well. + //lint:ignore SA1019 See above "golang.org/x/crypto/openpgp" //nolint:staticcheck ) // SigningMechanism abstracts a way to sign binary blobs and verify their signatures. // Each mechanism should eventually be closed by calling Close(). -// FIXME: Eventually expand on keyIdentity (namespace them between mechanisms to -// eliminate ambiguities, support CA signatures and perhaps other key properties) type SigningMechanism interface { // Close removes resources associated with the mechanism, if any. Close() error @@ -38,6 +37,15 @@ type SigningMechanism interface { UntrustedSignatureContents(untrustedSignature []byte) (untrustedContents []byte, shortKeyIdentifier string, err error) } +// signingMechanismWithPassphrase is an internal extension of SigningMechanism. +type signingMechanismWithPassphrase interface { + SigningMechanism + + // Sign creates a (non-detached) signature of input using keyIdentity and passphrase. + // Fails with a SigningNotSupportedError if the mechanism does not support signing. + SignWithPassphrase(input []byte, keyIdentity string, passphrase string) ([]byte, error) +} + // SigningNotSupportedError is returned when trying to sign using a mechanism which does not support that. type SigningNotSupportedError string diff --git a/vendor/github.com/containers/image/v5/signature/mechanism_openpgp.go b/vendor/github.com/containers/image/v5/signature/mechanism_openpgp.go index 2f5ebb171..ef4e70e7f 100644 --- a/vendor/github.com/containers/image/v5/signature/mechanism_openpgp.go +++ b/vendor/github.com/containers/image/v5/signature/mechanism_openpgp.go @@ -20,6 +20,7 @@ import ( // For this verify-only fallback, we haven't reviewed any of the // existing alternatives to choose; so, for now, continue to // use this frozen deprecated implementation. + //lint:ignore SA1019 See above "golang.org/x/crypto/openpgp" //nolint:staticcheck ) @@ -30,7 +31,7 @@ type openpgpSigningMechanism struct { // newGPGSigningMechanismInDirectory returns a new GPG/OpenPGP signing mechanism, using optionalDir if not empty. // The caller must call .Close() on the returned SigningMechanism. -func newGPGSigningMechanismInDirectory(optionalDir string) (SigningMechanism, error) { +func newGPGSigningMechanismInDirectory(optionalDir string) (signingMechanismWithPassphrase, error) { m := &openpgpSigningMechanism{ keyring: openpgp.EntityList{}, } @@ -61,7 +62,7 @@ func newGPGSigningMechanismInDirectory(optionalDir string) (SigningMechanism, er // recognizes _only_ public keys from the supplied blob, and returns the identities // of these keys. // The caller must call .Close() on the returned SigningMechanism. -func newEphemeralGPGSigningMechanism(blob []byte) (SigningMechanism, []string, error) { +func newEphemeralGPGSigningMechanism(blob []byte) (signingMechanismWithPassphrase, []string, error) { m := &openpgpSigningMechanism{ keyring: openpgp.EntityList{}, } @@ -110,10 +111,16 @@ func (m *openpgpSigningMechanism) SupportsSigning() error { // Sign creates a (non-detached) signature of input using keyIdentity. // Fails with a SigningNotSupportedError if the mechanism does not support signing. -func (m *openpgpSigningMechanism) Sign(input []byte, keyIdentity string) ([]byte, error) { +func (m *openpgpSigningMechanism) SignWithPassphrase(input []byte, keyIdentity string, passphrase string) ([]byte, error) { return nil, SigningNotSupportedError("signing is not supported in github.com/containers/image built with the containers_image_openpgp build tag") } +// Sign creates a (non-detached) signature of input using keyIdentity. +// Fails with a SigningNotSupportedError if the mechanism does not support signing. +func (m *openpgpSigningMechanism) Sign(input []byte, keyIdentity string) ([]byte, error) { + return m.SignWithPassphrase(input, keyIdentity, "") +} + // Verify parses unverifiedSignature and returns the content and the signer's identity func (m *openpgpSigningMechanism) Verify(unverifiedSignature []byte) (contents []byte, keyIdentity string, err error) { md, err := openpgp.ReadMessage(bytes.NewReader(unverifiedSignature), m.keyring, nil, nil) diff --git a/vendor/github.com/containers/image/v5/version/version.go b/vendor/github.com/containers/image/v5/version/version.go index a743ca7a9..c928b87ab 100644 --- a/vendor/github.com/containers/image/v5/version/version.go +++ b/vendor/github.com/containers/image/v5/version/version.go @@ -6,7 +6,7 @@ const ( // VersionMajor is for an API incompatible changes VersionMajor = 5 // VersionMinor is for functionality in a backwards-compatible manner - VersionMinor = 18 + VersionMinor = 21 // VersionPatch is for backwards-compatible bug fixes VersionPatch = 0 diff --git a/vendor/github.com/containers/storage/pkg/idtools/idtools.go b/vendor/github.com/containers/storage/pkg/idtools/idtools.go index 0abe886eb..a19ba288b 100644 --- a/vendor/github.com/containers/storage/pkg/idtools/idtools.go +++ b/vendor/github.com/containers/storage/pkg/idtools/idtools.go @@ -297,7 +297,7 @@ func parseSubidFile(path, username string) (ranges, error) { func checkChownErr(err error, name string, uid, gid int) error { if e, ok := err.(*os.PathError); ok && e.Err == syscall.EINVAL { - return errors.Wrapf(err, "potentially insufficient UIDs or GIDs available in user namespace (requested %d:%d for %s): Check /etc/subuid and /etc/subgid if configured locally", uid, gid, name) + return errors.Wrapf(err, "potentially insufficient UIDs or GIDs available in user namespace (requested %d:%d for %s): Check /etc/subuid and /etc/subgid if configured locally and run podman-system-migrate", uid, gid, name) } return err } diff --git a/vendor/github.com/containers/storage/pkg/unshare/unshare_linux.go b/vendor/github.com/containers/storage/pkg/unshare/unshare_linux.go index 6d351ce80..c352efce0 100644 --- a/vendor/github.com/containers/storage/pkg/unshare/unshare_linux.go +++ b/vendor/github.com/containers/storage/pkg/unshare/unshare_linux.go @@ -9,6 +9,7 @@ import ( "io" "os" "os/exec" + "os/signal" "os/user" "runtime" "strconv" @@ -484,6 +485,30 @@ func MaybeReexecUsingUserNamespace(evenForRoot bool) { // Finish up. logrus.Debugf("Running %+v with environment %+v, UID map %+v, and GID map %+v", cmd.Cmd.Args, os.Environ(), cmd.UidMappings, cmd.GidMappings) + + // Forward SIGHUP, SIGINT, and SIGTERM to our child process. + interrupted := make(chan os.Signal, 100) + defer func() { + signal.Stop(interrupted) + close(interrupted) + }() + cmd.Hook = func(int) error { + go func() { + for receivedSignal := range interrupted { + cmd.Cmd.Process.Signal(receivedSignal) + } + }() + return nil + } + signal.Notify(interrupted, syscall.SIGHUP, syscall.SIGINT, syscall.SIGTERM) + + // Make sure our child process gets SIGKILLed if we exit, for whatever + // reason, before it does. + if cmd.Cmd.SysProcAttr == nil { + cmd.Cmd.SysProcAttr = &syscall.SysProcAttr{} + } + cmd.Cmd.SysProcAttr.Pdeathsig = syscall.SIGKILL + ExecRunnable(cmd, nil) } @@ -501,11 +526,11 @@ func ExecRunnable(cmd Runnable, cleanup func()) { if exitError.ProcessState.Exited() { if waitStatus, ok := exitError.ProcessState.Sys().(syscall.WaitStatus); ok { if waitStatus.Exited() { - logrus.Errorf("%v", exitError) + logrus.Debugf("%v", exitError) exit(waitStatus.ExitStatus()) } if waitStatus.Signaled() { - logrus.Errorf("%v", exitError) + logrus.Debugf("%v", exitError) exit(int(waitStatus.Signal()) + 128) } } diff --git a/vendor/github.com/docker/go-metrics/go.mod b/vendor/github.com/docker/go-metrics/go.mod deleted file mode 100644 index 7e328f0cf..000000000 --- a/vendor/github.com/docker/go-metrics/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module github.com/docker/go-metrics - -go 1.11 - -require github.com/prometheus/client_golang v1.1.0 diff --git a/vendor/github.com/docker/go-metrics/go.sum b/vendor/github.com/docker/go-metrics/go.sum deleted file mode 100644 index b8fb9d079..000000000 --- a/vendor/github.com/docker/go-metrics/go.sum +++ /dev/null @@ -1,67 +0,0 @@ -github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= -github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= -github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= -github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= -github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= -github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= -github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= -github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= -github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs= -github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= -github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= -github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= -github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU= -github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= -github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= -github.com/prometheus/client_golang v1.1.0 h1:BQ53HtBmfOitExawJ6LokA4x8ov/z0SYYb0+HxJfRI8= -github.com/prometheus/client_golang v1.1.0/go.mod h1:I1FGZT9+L76gKKOs5djB6ezCbFQP1xR9D75/vuwEF3g= -github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= -github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 h1:S/YWwWx/RA8rT8tKFRuGUZhuA90OyIBpPCXkcbwU8DE= -github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= -github.com/prometheus/common v0.6.0 h1:kRhiuYSXR3+uv2IbVbZhUxK5zVD/2pp3Gd2PpvPkpEo= -github.com/prometheus/common v0.6.0/go.mod h1:eBmuwkDJBwy6iBfxCBob6t6dR6ENT/y+J+Zk0j9GMYc= -github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= -github.com/prometheus/procfs v0.0.3 h1:CTwfnzjQ+8dS6MhHHu4YswVAD99sL2wjPqP+VkURmKE= -github.com/prometheus/procfs v0.0.3/go.mod h1:4A/X28fw3Fc593LaREMrKMqOKvUAntwMDaekg4FpcdQ= -github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= -github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= -golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3 h1:4y9KwBHBgBNwDbtu44R5o1fdOCQUEXhbk/P4A9WmJq0= -golang.org/x/sys v0.0.0-20190801041406-cbf593c0f2f3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= diff --git a/vendor/github.com/fatih/color/README.md b/vendor/github.com/fatih/color/README.md index ce4008671..5c751f215 100644 --- a/vendor/github.com/fatih/color/README.md +++ b/vendor/github.com/fatih/color/README.md @@ -127,11 +127,14 @@ fmt.Println("All text will now be bold magenta.") There might be a case where you want to explicitly disable/enable color output. the `go-isatty` package will automatically disable color output for non-tty output streams -(for example if the output were piped directly to `less`) +(for example if the output were piped directly to `less`). -`Color` has support to disable/enable colors both globally and for single color -definitions. For example suppose you have a CLI app and a `--no-color` bool flag. You -can easily disable the color output with: +The `color` package also disables color output if the [`NO_COLOR`](https://no-color.org) environment +variable is set (regardless of its value). + +`Color` has support to disable/enable colors programatically both globally and +for single color definitions. For example suppose you have a CLI app and a +`--no-color` bool flag. You can easily disable the color output with: ```go var flagNoColor = flag.Bool("no-color", false, "Disable color output") diff --git a/vendor/github.com/go-openapi/errors/go.mod b/vendor/github.com/go-openapi/errors/go.mod deleted file mode 100644 index d7a9030ab..000000000 --- a/vendor/github.com/go-openapi/errors/go.mod +++ /dev/null @@ -1,12 +0,0 @@ -module github.com/go-openapi/errors - -go 1.14 - -require ( - github.com/davecgh/go-spew v1.1.1 // indirect - github.com/kr/text v0.2.0 // indirect - github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e // indirect - github.com/stretchr/testify v1.6.1 - gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f // indirect - gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c // indirect -) diff --git a/vendor/github.com/go-openapi/errors/go.sum b/vendor/github.com/go-openapi/errors/go.sum deleted file mode 100644 index ecd91c75b..000000000 --- a/vendor/github.com/go-openapi/errors/go.sum +++ /dev/null @@ -1,26 +0,0 @@ -github.com/creack/pty v1.1.9 h1:uDmaGzcdjhF4i/plgjmEsriH11Y0o7RKapEf/LDaM3w= -github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/kr/pty v1.1.1 h1:VkoXIwSboBpnk99O/KFauAEILuNHv5DVFKZMBN/gUgw= -github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= -github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= -github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= -github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU= -gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c h1:grhR+C34yXImVGp7EzNk+DTIk+323eIUWOmEevy6bDo= -gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= diff --git a/vendor/github.com/go-openapi/strfmt/.golangci.yml b/vendor/github.com/go-openapi/strfmt/.golangci.yml index 7ffaa32b9..da12d5e3b 100644 --- a/vendor/github.com/go-openapi/strfmt/.golangci.yml +++ b/vendor/github.com/go-openapi/strfmt/.golangci.yml @@ -35,6 +35,8 @@ linters: - godot - exhaustivestruct - paralleltest + - varnamelen + - ireturn #- thelper issues: diff --git a/vendor/github.com/go-openapi/strfmt/format.go b/vendor/github.com/go-openapi/strfmt/format.go index 602e47806..172055d22 100644 --- a/vendor/github.com/go-openapi/strfmt/format.go +++ b/vendor/github.com/go-openapi/strfmt/format.go @@ -76,6 +76,7 @@ type defaultFormats struct { // NewFormats creates a new formats registry seeded with the values from the default func NewFormats() Registry { + //nolint:forcetypeassert return NewSeededFormats(Default.(*defaultFormats).data, nil) } diff --git a/vendor/github.com/go-openapi/strfmt/go.mod b/vendor/github.com/go-openapi/strfmt/go.mod deleted file mode 100644 index 0c31ea8cf..000000000 --- a/vendor/github.com/go-openapi/strfmt/go.mod +++ /dev/null @@ -1,13 +0,0 @@ -module github.com/go-openapi/strfmt - -require ( - github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef - github.com/go-openapi/errors v0.19.8 - github.com/google/uuid v1.1.1 - github.com/mitchellh/mapstructure v1.3.3 - github.com/oklog/ulid v1.3.1 - github.com/stretchr/testify v1.6.1 - go.mongodb.org/mongo-driver v1.7.5 -) - -go 1.13 diff --git a/vendor/github.com/go-openapi/strfmt/go.sum b/vendor/github.com/go-openapi/strfmt/go.sum deleted file mode 100644 index 6978f85d1..000000000 --- a/vendor/github.com/go-openapi/strfmt/go.sum +++ /dev/null @@ -1,63 +0,0 @@ -github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef h1:46PFijGLmAjMPwCCCo7Jf0W6f9slllCkkv7vyc1yOSg= -github.com/asaskevich/govalidator v0.0.0-20200907205600-7a23bdc65eef/go.mod h1:WaHUgvxTVq04UNunO+XhnAqY/wQc+bxr74GqbsZ/Jqw= -github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/go-openapi/errors v0.19.8 h1:doM+tQdZbUm9gydV9yR+iQNmztbjj7I3sW4sIcAwIzc= -github.com/go-openapi/errors v0.19.8/go.mod h1:cM//ZKUKyO06HSwqAelJ5NsEMMcpa6VpXe8DOa1Mi1M= -github.com/go-stack/stack v1.8.0 h1:5SgMzNM5HxrEjV0ww2lTmX6E2Izsfxas4+YHWRs3Lsk= -github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= -github.com/golang/snappy v0.0.1/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= -github.com/google/go-cmp v0.5.2 h1:X2ev0eStA3AbceY54o37/0PQ/UWqKEiiO2dKL5OPaFM= -github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY= -github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/klauspost/compress v1.13.6/go.mod h1:/3/Vjq9QcHkK5uEr5lBEmyoZ1iFhe47etQ6QUkpK6sk= -github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= -github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= -github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/mitchellh/mapstructure v1.3.3 h1:SzB1nHZ2Xi+17FP0zVQBHIZqvwRN9408fJO8h+eeNA8= -github.com/mitchellh/mapstructure v1.3.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= -github.com/montanaflynn/stats v0.0.0-20171201202039-1bf9dbcd8cbe/go.mod h1:wL8QJuTMNUDYhXwkmfOly8iTdp5TEcJFWZD2D7SIkUc= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= -github.com/oklog/ulid v1.3.1 h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4= -github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= -github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.6.1 h1:hDPOHmpOpP40lSULcqw7IrRb/u7w6RpDC9399XyoNd0= -github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/tidwall/pretty v1.0.0 h1:HsD+QiTn7sK6flMKIvNmpqz1qrpP3Ps6jOKIKMooyg4= -github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk= -github.com/xdg-go/pbkdf2 v1.0.0/go.mod h1:jrpuAogTd400dnrH08LKmI/xc1MbPOebTwRqcT5RDeI= -github.com/xdg-go/scram v1.0.2/go.mod h1:1WAq6h33pAW+iRreB34OORO2Nf7qel3VV3fjBj+hCSs= -github.com/xdg-go/stringprep v1.0.2/go.mod h1:8F9zXuvzgwmyT5DUm4GUfZGDdT3W+LCvS6+da4O5kxM= -github.com/youmark/pkcs8 v0.0.0-20181117223130-1be2e3e5546d/go.mod h1:rHwXgn7JulP+udvsHwJoVG1YGAP6VLg4y9I5dyZdqmA= -go.mongodb.org/mongo-driver v1.7.5 h1:ny3p0reEpgsR2cfA5cjgwFZg3Cv/ofFh/8jbhGtz9VI= -go.mongodb.org/mongo-driver v1.7.5/go.mod h1:VXEWRZ6URJIkUq2SCAyapmhH0ZLRBP+FT4xhp5Zvxng= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20200302210943-78000ba7a073/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190531172133-b3315ee88b7d/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543 h1:E7g+9GITq07hpfrRu66IVDexMakfv52eLZ2CXBWiKr4= -golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU= -gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c h1:grhR+C34yXImVGp7EzNk+DTIk+323eIUWOmEevy6bDo= -gopkg.in/yaml.v3 v3.0.0-20200605160147-a5ece683394c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= diff --git a/vendor/github.com/go-openapi/strfmt/time.go b/vendor/github.com/go-openapi/strfmt/time.go index 9c9359a54..023676e6c 100644 --- a/vendor/github.com/go-openapi/strfmt/time.go +++ b/vendor/github.com/go-openapi/strfmt/time.go @@ -18,6 +18,7 @@ import ( "database/sql/driver" "encoding/binary" "encoding/json" + "errors" "fmt" "regexp" "strings" @@ -227,6 +228,15 @@ func (t DateTime) MarshalBSONValue() (bsontype.Type, []byte, error) { // assumed to be valid. UnmarshalBSONValue must copy the BSON value bytes if it // wishes to retain the data after returning. func (t *DateTime) UnmarshalBSONValue(tpe bsontype.Type, data []byte) error { + if tpe == bsontype.Null { + *t = DateTime{} + return nil + } + + if len(data) != 8 { + return errors.New("bson date field length not exactly 8 bytes") + } + i64 := int64(binary.LittleEndian.Uint64(data)) // TODO: Use bsonprim.DateTime.Time() method *t = DateTime(time.Unix(i64/1000, i64%1000*1000000)) diff --git a/vendor/github.com/go-playground/validator/v10/README.md b/vendor/github.com/go-playground/validator/v10/README.md index 5c42ee4fb..6712e95aa 100644 --- a/vendor/github.com/go-playground/validator/v10/README.md +++ b/vendor/github.com/go-playground/validator/v10/README.md @@ -1,7 +1,7 @@ Package validator ================= [![Join the chat at https://gitter.im/go-playground/validator](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/go-playground/validator?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -![Project status](https://img.shields.io/badge/version-10.10.0-green.svg) +![Project status](https://img.shields.io/badge/version-10.10.1-green.svg) [![Build Status](https://travis-ci.org/go-playground/validator.svg?branch=master)](https://travis-ci.org/go-playground/validator) [![Coverage Status](https://coveralls.io/repos/go-playground/validator/badge.svg?branch=master&service=github)](https://coveralls.io/github/go-playground/validator?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/go-playground/validator)](https://goreportcard.com/report/github.com/go-playground/validator) diff --git a/vendor/github.com/go-stack/stack/go.mod b/vendor/github.com/go-stack/stack/go.mod deleted file mode 100644 index 876fb81ba..000000000 --- a/vendor/github.com/go-stack/stack/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/go-stack/stack - -go 1.17 diff --git a/vendor/github.com/go-test/deep/go.mod b/vendor/github.com/go-test/deep/go.mod deleted file mode 100644 index 021ffba07..000000000 --- a/vendor/github.com/go-test/deep/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/go-test/deep - -go 1.16 diff --git a/vendor/github.com/golang-jwt/jwt/v4/README.md b/vendor/github.com/golang-jwt/jwt/v4/README.md index 3072d24a9..01b21646e 100644 --- a/vendor/github.com/golang-jwt/jwt/v4/README.md +++ b/vendor/github.com/golang-jwt/jwt/v4/README.md @@ -46,9 +46,16 @@ See [the project documentation](https://pkg.go.dev/github.com/golang-jwt/jwt) fo ## Extensions -This library publishes all the necessary components for adding your own signing methods. Simply implement the `SigningMethod` interface and register a factory method using `RegisterSigningMethod`. +This library publishes all the necessary components for adding your own signing methods. Simply implement the `SigningMethod` interface and register a factory method using `RegisterSigningMethod`. -Here's an example of an extension that integrates with multiple Google Cloud Platform signing tools (AppEngine, IAM API, Cloud KMS): https://github.com/someone1/gcp-jwt-go +A common use case would be integrating with different 3rd party signature providers, like key management services from various cloud providers or Hardware Security Modules (HSMs). + +| Extension | Purpose | Repo | +|-----------|----------------------------------------------------------------------------------------------|--------------------------------------------| +| GCP | Integrates with multiple Google Cloud Platform signing tools (AppEngine, IAM API, Cloud KMS) | https://github.com/someone1/gcp-jwt-go | +| AWS | Integrates with AWS Key Management Service, KMS | https://github.com/matelang/jwt-go-aws-kms | + +*Disclaimer*: Unless otherwise specified, these integrations are maintained by third parties and should not be considered as a primary offer by any of the mentioned cloud providers ## Compliance @@ -112,3 +119,5 @@ This library uses descriptive error messages whenever possible. If you are not g Documentation can be found [on pkg.go.dev](https://pkg.go.dev/github.com/golang-jwt/jwt). The command line utility included in this project (cmd/jwt) provides a straightforward example of token creation and parsing as well as a useful tool for debugging your own integration. You'll also find several implementation examples in the documentation. + +[golang-jwt](https://github.com/orgs/golang-jwt) incorporates a modified version of the JWT logo, which is distributed under the terms of the [MIT License](https://github.com/jsonwebtoken/jsonwebtoken.github.io/blob/master/LICENSE.txt). diff --git a/vendor/github.com/golang-jwt/jwt/v4/claims.go b/vendor/github.com/golang-jwt/jwt/v4/claims.go index 41cc82656..9d95cad2b 100644 --- a/vendor/github.com/golang-jwt/jwt/v4/claims.go +++ b/vendor/github.com/golang-jwt/jwt/v4/claims.go @@ -56,17 +56,17 @@ func (c RegisteredClaims) Valid() error { // default value in Go, let's not fail the verification for them. if !c.VerifyExpiresAt(now, false) { delta := now.Sub(c.ExpiresAt.Time) - vErr.Inner = fmt.Errorf("token is expired by %v", delta) + vErr.Inner = fmt.Errorf("%s by %s", ErrTokenExpired, delta) vErr.Errors |= ValidationErrorExpired } if !c.VerifyIssuedAt(now, false) { - vErr.Inner = fmt.Errorf("token used before issued") + vErr.Inner = ErrTokenUsedBeforeIssued vErr.Errors |= ValidationErrorIssuedAt } if !c.VerifyNotBefore(now, false) { - vErr.Inner = fmt.Errorf("token is not valid yet") + vErr.Inner = ErrTokenNotValidYet vErr.Errors |= ValidationErrorNotValidYet } @@ -149,17 +149,17 @@ func (c StandardClaims) Valid() error { // default value in Go, let's not fail the verification for them. if !c.VerifyExpiresAt(now, false) { delta := time.Unix(now, 0).Sub(time.Unix(c.ExpiresAt, 0)) - vErr.Inner = fmt.Errorf("token is expired by %v", delta) + vErr.Inner = fmt.Errorf("%s by %s", ErrTokenExpired, delta) vErr.Errors |= ValidationErrorExpired } if !c.VerifyIssuedAt(now, false) { - vErr.Inner = fmt.Errorf("token used before issued") + vErr.Inner = ErrTokenUsedBeforeIssued vErr.Errors |= ValidationErrorIssuedAt } if !c.VerifyNotBefore(now, false) { - vErr.Inner = fmt.Errorf("token is not valid yet") + vErr.Inner = ErrTokenNotValidYet vErr.Errors |= ValidationErrorNotValidYet } diff --git a/vendor/github.com/golang-jwt/jwt/v4/errors.go b/vendor/github.com/golang-jwt/jwt/v4/errors.go index b9d18e498..10ac8835c 100644 --- a/vendor/github.com/golang-jwt/jwt/v4/errors.go +++ b/vendor/github.com/golang-jwt/jwt/v4/errors.go @@ -9,6 +9,18 @@ var ( ErrInvalidKey = errors.New("key is invalid") ErrInvalidKeyType = errors.New("key is of invalid type") ErrHashUnavailable = errors.New("the requested hash function is unavailable") + + ErrTokenMalformed = errors.New("token is malformed") + ErrTokenUnverifiable = errors.New("token is unverifiable") + ErrTokenSignatureInvalid = errors.New("token signature is invalid") + + ErrTokenInvalidAudience = errors.New("token has invalid audience") + ErrTokenExpired = errors.New("token is expired") + ErrTokenUsedBeforeIssued = errors.New("token used before issued") + ErrTokenInvalidIssuer = errors.New("token has invalid issuer") + ErrTokenNotValidYet = errors.New("token is not valid yet") + ErrTokenInvalidId = errors.New("token has invalid id") + ErrTokenInvalidClaims = errors.New("token has invalid claims") ) // The errors that might occur when parsing and validating a token @@ -62,3 +74,39 @@ func (e *ValidationError) Unwrap() error { func (e *ValidationError) valid() bool { return e.Errors == 0 } + +// Is checks if this ValidationError is of the supplied error. We are first checking for the exact error message +// by comparing the inner error message. If that fails, we compare using the error flags. This way we can use +// custom error messages (mainly for backwards compatability) and still leverage errors.Is using the global error variables. +func (e *ValidationError) Is(err error) bool { + // Check, if our inner error is a direct match + if errors.Is(errors.Unwrap(e), err) { + return true + } + + // Otherwise, we need to match using our error flags + switch err { + case ErrTokenMalformed: + return e.Errors&ValidationErrorMalformed != 0 + case ErrTokenUnverifiable: + return e.Errors&ValidationErrorUnverifiable != 0 + case ErrTokenSignatureInvalid: + return e.Errors&ValidationErrorSignatureInvalid != 0 + case ErrTokenInvalidAudience: + return e.Errors&ValidationErrorAudience != 0 + case ErrTokenExpired: + return e.Errors&ValidationErrorExpired != 0 + case ErrTokenUsedBeforeIssued: + return e.Errors&ValidationErrorIssuedAt != 0 + case ErrTokenInvalidIssuer: + return e.Errors&ValidationErrorIssuer != 0 + case ErrTokenNotValidYet: + return e.Errors&ValidationErrorNotValidYet != 0 + case ErrTokenInvalidId: + return e.Errors&ValidationErrorId != 0 + case ErrTokenInvalidClaims: + return e.Errors&ValidationErrorClaimsInvalid != 0 + } + + return false +} diff --git a/vendor/github.com/golang-jwt/jwt/v4/go.mod b/vendor/github.com/golang-jwt/jwt/v4/go.mod deleted file mode 100644 index 6bc53fdcb..000000000 --- a/vendor/github.com/golang-jwt/jwt/v4/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/golang-jwt/jwt/v4 - -go 1.15 diff --git a/vendor/github.com/golang-jwt/jwt/v4/go.sum b/vendor/github.com/golang-jwt/jwt/v4/go.sum deleted file mode 100644 index e69de29bb..000000000 diff --git a/vendor/github.com/golang-jwt/jwt/v4/map_claims.go b/vendor/github.com/golang-jwt/jwt/v4/map_claims.go index e7da633b9..2700d64a0 100644 --- a/vendor/github.com/golang-jwt/jwt/v4/map_claims.go +++ b/vendor/github.com/golang-jwt/jwt/v4/map_claims.go @@ -126,16 +126,19 @@ func (m MapClaims) Valid() error { now := TimeFunc().Unix() if !m.VerifyExpiresAt(now, false) { + // TODO(oxisto): this should be replaced with ErrTokenExpired vErr.Inner = errors.New("Token is expired") vErr.Errors |= ValidationErrorExpired } if !m.VerifyIssuedAt(now, false) { + // TODO(oxisto): this should be replaced with ErrTokenUsedBeforeIssued vErr.Inner = errors.New("Token used before issued") vErr.Errors |= ValidationErrorIssuedAt } if !m.VerifyNotBefore(now, false) { + // TODO(oxisto): this should be replaced with ErrTokenNotValidYet vErr.Inner = errors.New("Token is not valid yet") vErr.Errors |= ValidationErrorNotValidYet } diff --git a/vendor/github.com/golang-jwt/jwt/v4/parser_option.go b/vendor/github.com/golang-jwt/jwt/v4/parser_option.go index 0fede4f15..6ea6f9527 100644 --- a/vendor/github.com/golang-jwt/jwt/v4/parser_option.go +++ b/vendor/github.com/golang-jwt/jwt/v4/parser_option.go @@ -1,6 +1,6 @@ package jwt -// ParserOption is used to implement functional-style options that modify the behaviour of the parser. To add +// ParserOption is used to implement functional-style options that modify the behavior of the parser. To add // new options, just create a function (ideally beginning with With or Without) that returns an anonymous function that // takes a *Parser type as input and manipulates its configuration accordingly. type ParserOption func(*Parser) @@ -13,7 +13,7 @@ func WithValidMethods(methods []string) ParserOption { } } -// WithJSONNumber is an option to configure the underyling JSON parser with UseNumber +// WithJSONNumber is an option to configure the underlying JSON parser with UseNumber func WithJSONNumber() ParserOption { return func(p *Parser) { p.UseJSONNumber = true diff --git a/vendor/github.com/golang-jwt/jwt/v4/token.go b/vendor/github.com/golang-jwt/jwt/v4/token.go index 12344138b..09b4cde5a 100644 --- a/vendor/github.com/golang-jwt/jwt/v4/token.go +++ b/vendor/github.com/golang-jwt/jwt/v4/token.go @@ -74,22 +74,19 @@ func (t *Token) SignedString(key interface{}) (string, error) { // the SignedString. func (t *Token) SigningString() (string, error) { var err error - parts := make([]string, 2) - for i := range parts { - var jsonValue []byte - if i == 0 { - if jsonValue, err = json.Marshal(t.Header); err != nil { - return "", err - } - } else { - if jsonValue, err = json.Marshal(t.Claims); err != nil { - return "", err - } - } + var jsonValue []byte - parts[i] = EncodeSegment(jsonValue) + if jsonValue, err = json.Marshal(t.Header); err != nil { + return "", err } - return strings.Join(parts, "."), nil + header := EncodeSegment(jsonValue) + + if jsonValue, err = json.Marshal(t.Claims); err != nil { + return "", err + } + claim := EncodeSegment(jsonValue) + + return strings.Join([]string{header, claim}, "."), nil } // Parse parses, validates, verifies the signature and returns the parsed token. diff --git a/vendor/github.com/golang-jwt/jwt/v4/types.go b/vendor/github.com/golang-jwt/jwt/v4/types.go index 80b1b9694..2c647fd2e 100644 --- a/vendor/github.com/golang-jwt/jwt/v4/types.go +++ b/vendor/github.com/golang-jwt/jwt/v4/types.go @@ -49,9 +49,13 @@ func newNumericDateFromSeconds(f float64) *NumericDate { // MarshalJSON is an implementation of the json.RawMessage interface and serializes the UNIX epoch // represented in NumericDate to a byte array, using the precision specified in TimePrecision. func (date NumericDate) MarshalJSON() (b []byte, err error) { + var prec int + if TimePrecision < time.Second { + prec = int(math.Log10(float64(time.Second) / float64(TimePrecision))) + } f := float64(date.Truncate(TimePrecision).UnixNano()) / float64(time.Second) - return []byte(strconv.FormatFloat(f, 'f', -1, 64)), nil + return []byte(strconv.FormatFloat(f, 'f', prec, 64)), nil } // UnmarshalJSON is an implementation of the json.RawMessage interface and deserializses a diff --git a/vendor/github.com/golangci/golangci-lint/pkg/config/linters_settings_gocritic.go b/vendor/github.com/golangci/golangci-lint/pkg/config/linters_settings_gocritic.go deleted file mode 100644 index 34f850758..000000000 --- a/vendor/github.com/golangci/golangci-lint/pkg/config/linters_settings_gocritic.go +++ /dev/null @@ -1,365 +0,0 @@ -package config - -import ( - "fmt" - "sort" - "strings" - - _ "github.com/go-critic/go-critic/checkers" // this import register checkers - "github.com/go-critic/go-critic/framework/linter" - "github.com/pkg/errors" - - "github.com/golangci/golangci-lint/pkg/logutils" -) - -const gocriticDebugKey = "gocritic" - -var ( - gocriticDebugf = logutils.Debug(gocriticDebugKey) - isGocriticDebug = logutils.HaveDebugTag(gocriticDebugKey) - allGocriticCheckers = linter.GetCheckersInfo() - allGocriticCheckerMap = func() map[string]*linter.CheckerInfo { - checkInfoMap := make(map[string]*linter.CheckerInfo) - for _, checkInfo := range allGocriticCheckers { - checkInfoMap[checkInfo.Name] = checkInfo - } - return checkInfoMap - }() -) - -type GocriticCheckSettings map[string]interface{} - -type GocriticSettings struct { - EnabledChecks []string `mapstructure:"enabled-checks"` - DisabledChecks []string `mapstructure:"disabled-checks"` - EnabledTags []string `mapstructure:"enabled-tags"` - DisabledTags []string `mapstructure:"disabled-tags"` - SettingsPerCheck map[string]GocriticCheckSettings `mapstructure:"settings"` - - inferredEnabledChecks map[string]bool -} - -func debugChecksListf(checks []string, format string, args ...interface{}) { - if isGocriticDebug { - prefix := fmt.Sprintf(format, args...) - gocriticDebugf(prefix+" checks (%d): %s", len(checks), sprintStrings(checks)) - } -} - -func stringsSliceToSet(ss []string) map[string]bool { - ret := map[string]bool{} - for _, s := range ss { - ret[s] = true - } - - return ret -} - -func buildGocriticTagToCheckersMap() map[string][]string { - tagToCheckers := map[string][]string{} - for _, checker := range allGocriticCheckers { - for _, tag := range checker.Tags { - tagToCheckers[tag] = append(tagToCheckers[tag], checker.Name) - } - } - return tagToCheckers -} - -func gocriticCheckerTagsDebugf() { - if !isGocriticDebug { - return - } - - tagToCheckers := buildGocriticTagToCheckersMap() - - var allTags []string - for tag := range tagToCheckers { - allTags = append(allTags, tag) - } - sort.Strings(allTags) - - gocriticDebugf("All gocritic existing tags and checks:") - for _, tag := range allTags { - debugChecksListf(tagToCheckers[tag], " tag %q", tag) - } -} - -func (s *GocriticSettings) gocriticDisabledCheckersDebugf() { - if !isGocriticDebug { - return - } - - var disabledCheckers []string - for _, checker := range allGocriticCheckers { - if s.inferredEnabledChecks[strings.ToLower(checker.Name)] { - continue - } - - disabledCheckers = append(disabledCheckers, checker.Name) - } - - if len(disabledCheckers) == 0 { - gocriticDebugf("All checks are enabled") - } else { - debugChecksListf(disabledCheckers, "Final not used") - } -} - -func (s *GocriticSettings) InferEnabledChecks(log logutils.Log) { - gocriticCheckerTagsDebugf() - - enabledByDefaultChecks := getDefaultEnabledGocriticCheckersNames() - debugChecksListf(enabledByDefaultChecks, "Enabled by default") - - disabledByDefaultChecks := getDefaultDisabledGocriticCheckersNames() - debugChecksListf(disabledByDefaultChecks, "Disabled by default") - - var enabledChecks []string - - // EnabledTags - if len(s.EnabledTags) != 0 { - tagToCheckers := buildGocriticTagToCheckersMap() - for _, tag := range s.EnabledTags { - enabledChecks = append(enabledChecks, tagToCheckers[tag]...) - } - debugChecksListf(enabledChecks, "Enabled by config tags %s", sprintStrings(s.EnabledTags)) - } - - if !(len(s.EnabledTags) == 0 && len(s.EnabledChecks) != 0) { - // don't use default checks only if we have no enabled tags and enable some checks manually - enabledChecks = append(enabledChecks, enabledByDefaultChecks...) - } - - // DisabledTags - if len(s.DisabledTags) != 0 { - enabledChecks = filterByDisableTags(enabledChecks, s.DisabledTags, log) - } - - // EnabledChecks - if len(s.EnabledChecks) != 0 { - debugChecksListf(s.EnabledChecks, "Enabled by config") - - alreadyEnabledChecksSet := stringsSliceToSet(enabledChecks) - for _, enabledCheck := range s.EnabledChecks { - if alreadyEnabledChecksSet[enabledCheck] { - log.Warnf("No need to enable check %q: it's already enabled", enabledCheck) - continue - } - enabledChecks = append(enabledChecks, enabledCheck) - } - } - - // DisabledChecks - if len(s.DisabledChecks) != 0 { - debugChecksListf(s.DisabledChecks, "Disabled by config") - - enabledChecksSet := stringsSliceToSet(enabledChecks) - for _, disabledCheck := range s.DisabledChecks { - if !enabledChecksSet[disabledCheck] { - log.Warnf("Gocritic check %q was explicitly disabled via config. However, as this check"+ - "is disabled by default, there is no need to explicitly disable it via config.", disabledCheck) - continue - } - delete(enabledChecksSet, disabledCheck) - } - - enabledChecks = nil - for enabledCheck := range enabledChecksSet { - enabledChecks = append(enabledChecks, enabledCheck) - } - } - - s.inferredEnabledChecks = map[string]bool{} - for _, check := range enabledChecks { - s.inferredEnabledChecks[strings.ToLower(check)] = true - } - - debugChecksListf(enabledChecks, "Final used") - s.gocriticDisabledCheckersDebugf() -} - -func validateStringsUniq(ss []string) error { - set := map[string]bool{} - for _, s := range ss { - _, ok := set[s] - if ok { - return fmt.Errorf("%q occurs multiple times in list", s) - } - set[s] = true - } - - return nil -} - -func intersectStringSlice(s1, s2 []string) []string { - s1Map := make(map[string]struct{}) - for _, s := range s1 { - s1Map[s] = struct{}{} - } - - result := make([]string, 0) - for _, s := range s2 { - if _, exists := s1Map[s]; exists { - result = append(result, s) - } - } - - return result -} - -func (s *GocriticSettings) Validate(log logutils.Log) error { - if len(s.EnabledTags) == 0 { - if len(s.EnabledChecks) != 0 && len(s.DisabledChecks) != 0 { - return errors.New("both enabled and disabled check aren't allowed for gocritic") - } - } else { - if err := validateStringsUniq(s.EnabledTags); err != nil { - return errors.Wrap(err, "validate enabled tags") - } - - tagToCheckers := buildGocriticTagToCheckersMap() - for _, tag := range s.EnabledTags { - if _, ok := tagToCheckers[tag]; !ok { - return fmt.Errorf("gocritic [enabled]tag %q doesn't exist", tag) - } - } - } - - if len(s.DisabledTags) > 0 { - tagToCheckers := buildGocriticTagToCheckersMap() - for _, tag := range s.EnabledTags { - if _, ok := tagToCheckers[tag]; !ok { - return fmt.Errorf("gocritic [disabled]tag %q doesn't exist", tag) - } - } - } - - if err := validateStringsUniq(s.EnabledChecks); err != nil { - return errors.Wrap(err, "validate enabled checks") - } - if err := validateStringsUniq(s.DisabledChecks); err != nil { - return errors.Wrap(err, "validate disabled checks") - } - - if err := s.validateCheckerNames(log); err != nil { - return errors.Wrap(err, "validation failed") - } - - return nil -} - -func (s *GocriticSettings) IsCheckEnabled(name string) bool { - return s.inferredEnabledChecks[strings.ToLower(name)] -} - -func sprintAllowedCheckerNames(allowedNames map[string]bool) string { - var namesSlice []string - for name := range allowedNames { - namesSlice = append(namesSlice, name) - } - return sprintStrings(namesSlice) -} - -func sprintStrings(ss []string) string { - sort.Strings(ss) - return fmt.Sprint(ss) -} - -// getAllCheckerNames returns a map containing all checker names supported by gocritic. -func getAllCheckerNames() map[string]bool { - allCheckerNames := map[string]bool{} - for _, checker := range allGocriticCheckers { - allCheckerNames[strings.ToLower(checker.Name)] = true - } - - return allCheckerNames -} - -func isEnabledByDefaultGocriticCheck(info *linter.CheckerInfo) bool { - return !info.HasTag("experimental") && - !info.HasTag("opinionated") && - !info.HasTag("performance") -} - -func getDefaultEnabledGocriticCheckersNames() []string { - var enabled []string - for _, info := range allGocriticCheckers { - enable := isEnabledByDefaultGocriticCheck(info) - if enable { - enabled = append(enabled, info.Name) - } - } - - return enabled -} - -func getDefaultDisabledGocriticCheckersNames() []string { - var disabled []string - for _, info := range allGocriticCheckers { - enable := isEnabledByDefaultGocriticCheck(info) - if !enable { - disabled = append(disabled, info.Name) - } - } - - return disabled -} - -func (s *GocriticSettings) validateCheckerNames(log logutils.Log) error { - allowedNames := getAllCheckerNames() - - for _, name := range s.EnabledChecks { - if !allowedNames[strings.ToLower(name)] { - return fmt.Errorf("enabled checker %s doesn't exist, all existing checkers: %s", - name, sprintAllowedCheckerNames(allowedNames)) - } - } - - for _, name := range s.DisabledChecks { - if !allowedNames[strings.ToLower(name)] { - return fmt.Errorf("disabled checker %s doesn't exist, all existing checkers: %s", - name, sprintAllowedCheckerNames(allowedNames)) - } - } - - for checkName := range s.SettingsPerCheck { - if _, ok := allowedNames[checkName]; !ok { - return fmt.Errorf("invalid setting, checker %s doesn't exist, all existing checkers: %s", - checkName, sprintAllowedCheckerNames(allowedNames)) - } - if !s.IsCheckEnabled(checkName) { - log.Warnf("Gocritic settings were provided for not enabled check %q", checkName) - } - } - - return nil -} - -func (s *GocriticSettings) GetLowercasedParams() map[string]GocriticCheckSettings { - ret := map[string]GocriticCheckSettings{} - for checker, params := range s.SettingsPerCheck { - ret[strings.ToLower(checker)] = params - } - return ret -} - -func filterByDisableTags(enabledChecks, disableTags []string, log logutils.Log) []string { - enabledChecksSet := stringsSliceToSet(enabledChecks) - for _, enabledCheck := range enabledChecks { - checkInfo, checkInfoExists := allGocriticCheckerMap[enabledCheck] - if !checkInfoExists { - log.Warnf("Gocritic check %q was not exists via filtering disabled tags", enabledCheck) - continue - } - hitTags := intersectStringSlice(checkInfo.Tags, disableTags) - if len(hitTags) != 0 { - delete(enabledChecksSet, enabledCheck) - } - debugChecksListf(enabledChecks, "Disabled by config tags %s", sprintStrings(disableTags)) - } - enabledChecks = nil - for enabledCheck := range enabledChecksSet { - enabledChecks = append(enabledChecks, enabledCheck) - } - return enabledChecks -} diff --git a/vendor/github.com/googleapis/gax-go/v2/gax.go b/vendor/github.com/googleapis/gax-go/v2/gax.go index f634b4372..28ea5fe20 100644 --- a/vendor/github.com/googleapis/gax-go/v2/gax.go +++ b/vendor/github.com/googleapis/gax-go/v2/gax.go @@ -36,4 +36,4 @@ package gax // Version specifies the gax-go version being used. -const Version = "2.1.1" +const Version = "2.2.0" diff --git a/vendor/github.com/googleapis/gax-go/v2/go.mod b/vendor/github.com/googleapis/gax-go/v2/go.mod deleted file mode 100644 index 3a9f820e2..000000000 --- a/vendor/github.com/googleapis/gax-go/v2/go.mod +++ /dev/null @@ -1,12 +0,0 @@ -module github.com/googleapis/gax-go/v2 - -go 1.11 - -require ( - github.com/google/go-cmp v0.5.6 - google.golang.org/api v0.56.0 - google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af - google.golang.org/grpc v1.40.0 - google.golang.org/protobuf v1.27.1 - -) diff --git a/vendor/github.com/googleapis/gax-go/v2/go.sum b/vendor/github.com/googleapis/gax-go/v2/go.sum deleted file mode 100644 index 6acac60a9..000000000 --- a/vendor/github.com/googleapis/gax-go/v2/go.sum +++ /dev/null @@ -1,535 +0,0 @@ -cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= -cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= -cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= -cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= -cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= -cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= -cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4= -cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M= -cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc= -cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKVk= -cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= -cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOYc= -cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= -cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKPI= -cloud.google.com/go v0.74.0/go.mod h1:VV1xSbzvo+9QJOxLDaJfTjx5e+MePCpCWwvftOeQmWk= -cloud.google.com/go v0.78.0/go.mod h1:QjdrLG0uq+YwhjoVOLsS1t7TW8fs36kLs4XO5R5ECHg= -cloud.google.com/go v0.79.0/go.mod h1:3bzgcEeQlzbuEAYu4mrWhKqWjmpprinYgKJLgKHnbb8= -cloud.google.com/go v0.81.0/go.mod h1:mk/AM35KwGk/Nm2YSeZbxXdrNK3KZOYHmLkOqC2V6E0= -cloud.google.com/go v0.83.0/go.mod h1:Z7MJUsANfY0pYPdw0lbnivPx4/vhy/e2FEkSkF7vAVY= -cloud.google.com/go v0.84.0/go.mod h1:RazrYuxIK6Kb7YrzzhPoLmCVzl7Sup4NrbKPg8KHSUM= -cloud.google.com/go v0.87.0/go.mod h1:TpDYlFy7vuLzZMMZ+B6iRiELaY7z/gJPaqbMx6mlWcY= -cloud.google.com/go v0.90.0/go.mod h1:kRX0mNRHe0e2rC6oNakvwQqzyDmg57xJ+SZU1eT2aDQ= -cloud.google.com/go v0.93.3/go.mod h1:8utlLll2EF5XMAV15woO4lSbWQlk8rer9aLOfLh7+YI= -cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= -cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= -cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= -cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= -cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= -cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= -cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= -cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= -cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= -cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= -cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= -cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= -cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= -cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= -cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= -cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= -cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= -dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= -github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= -github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= -github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= -github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= -github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= -github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= -github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= -github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= -github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= -github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= -github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= -github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= -github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0/go.mod h1:hliV/p42l8fGbc6Y9bQ70uLwIvmJyVE5k4iMKlh8wCQ= -github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= -github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= -github.com/golang/mock v1.5.0/go.mod h1:CWnOUgYIOo4TcNZ0wHX3YZCqsaM1I1Jvs6v3mP3KVu8= -github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs= -github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= -github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= -github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= -github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= -github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= -github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= -github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= -github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM= -github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= -github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= -github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= -github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.6 h1:BKbKCqvP6I+rmFHt06ZmyQtvB8xAkWdhFyr0ZUNZcxQ= -github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= -github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/martian/v3 v3.2.1/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk= -github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20201023163331-3e6fc7fc9c4c/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210122040257-d980be63207e/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= -github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= -github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/googleapis/gax-go/v2 v2.1.0/go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pfu6SK+H1/DsU0= -github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= -github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= -github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= -github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= -github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= -github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= -github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= -go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= -go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= -go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= -go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= -go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= -golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= -golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= -golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= -golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= -golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= -golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= -golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= -golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= -golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20210508222113-6edffad5e616/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= -golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= -golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= -golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= -golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= -golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= -golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= -golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420 h1:a8jGStKg0XqKDlKqjLrXn0ioF5MH36pT7Z0BRTqLhbk= -golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210514084401-e8d321eab015/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210603125802-9665404d3644/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf h1:2ucpDCmfkl8Bd/FsLtiD653Wf96cW37s+iGx93zsu4k= -golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= -golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.6 h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M= -golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= -golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= -golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= -golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= -golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.3/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= -google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= -google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.19.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM= -google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc= -google.golang.org/api v0.35.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= -google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34qYtE= -google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8= -google.golang.org/api v0.41.0/go.mod h1:RkxM5lITDfTzmyKFPt+wGrCJbVfniCr2ool8kTBzRTU= -google.golang.org/api v0.43.0/go.mod h1:nQsDGjRXMo4lvh5hP0TKqF244gqhGcr/YSIykhUk/94= -google.golang.org/api v0.47.0/go.mod h1:Wbvgpq1HddcWVtzsVLyfLp8lDg6AA241LmgIL59tHXo= -google.golang.org/api v0.48.0/go.mod h1:71Pr1vy+TAZRPkPs/xlCf5SsU8WjuAWv1Pfjbtukyy4= -google.golang.org/api v0.50.0/go.mod h1:4bNT5pAuq5ji4SRZm+5QIkjny9JAyVD/3gaSihNefaw= -google.golang.org/api v0.51.0/go.mod h1:t4HdrdoNgyN5cbEfm7Lum0lcLDLiise1F8qDKX00sOU= -google.golang.org/api v0.54.0/go.mod h1:7C4bFFOvVDGXjfDTAsgGwDgAxRDeQ4X8NvUedIt6z3k= -google.golang.org/api v0.56.0 h1:08F9XVYTLOGeSQb3xI9C0gXMuQanhdGed0cWFhDozbI= -google.golang.org/api v0.56.0/go.mod h1:38yMfeP1kfjsl8isn0tliTjIb1rJXcQi4UXlbqivdVE= -google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= -google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= -google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= -google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA= -google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200312145019-da6875a35672/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= -google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= -google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= -google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210222152913-aa3ee6e6a81c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1/go.mod h1:9lPAdzaEmUacj36I+k7YKbEc5CXzPIeORRgDAUOu28A= -google.golang.org/genproto v0.0.0-20210513213006-bf773b8c8384/go.mod h1:P3QM42oQyzQSnHPnZ/vqoCdDmzH28fzWByN9asMeM8A= -google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c/go.mod h1:UODoCrxHCcBojKKwX1terBiRUaqAsFqJiF615XL43r0= -google.golang.org/genproto v0.0.0-20210604141403-392c879c8b08/go.mod h1:UODoCrxHCcBojKKwX1terBiRUaqAsFqJiF615XL43r0= -google.golang.org/genproto v0.0.0-20210608205507-b6d2f5bf0d7d/go.mod h1:UODoCrxHCcBojKKwX1terBiRUaqAsFqJiF615XL43r0= -google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84/go.mod h1:SzzZ/N+nwJDaO1kznhnlzqS8ocJICar6hYhVyhi++24= -google.golang.org/genproto v0.0.0-20210713002101-d411969a0d9a/go.mod h1:AxrInvYm1dci+enl5hChSFPOmmUF1+uAa/UsgNRWd7k= -google.golang.org/genproto v0.0.0-20210716133855-ce7ef5c701ea/go.mod h1:AxrInvYm1dci+enl5hChSFPOmmUF1+uAa/UsgNRWd7k= -google.golang.org/genproto v0.0.0-20210728212813-7823e685a01f/go.mod h1:ob2IJxKrgPT52GcgX759i1sleT07tiKowYBGbczaW48= -google.golang.org/genproto v0.0.0-20210805201207-89edb61ffb67/go.mod h1:ob2IJxKrgPT52GcgX759i1sleT07tiKowYBGbczaW48= -google.golang.org/genproto v0.0.0-20210813162853-db860fec028c/go.mod h1:cFeNkxwySK631ADgubI+/XFU/xp8FD5KIVV4rj8UC5w= -google.golang.org/genproto v0.0.0-20210821163610-241b8fcbd6c8/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= -google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= -google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af h1:aLMMXFYqw01RA6XJim5uaN+afqNNjc9P8HPAbnpnc5s= -google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= -google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= -google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= -google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= -google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= -google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= -google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60= -google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= -google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.31.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.33.1/go.mod h1:fr5YgcSWrqhRRxogOsw7RzIpsmvOZ6IcH4kBYTpR3n0= -google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= -google.golang.org/grpc v1.34.0/go.mod h1:WotjhfgOW/POjDeRt8vscBtXq+2VjORFy659qA51WJ8= -google.golang.org/grpc v1.35.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.36.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.36.1/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.37.0/go.mod h1:NREThFqKR1f3iQ6oBuvc5LadQuXVGo9rkm5ZGrQdJfM= -google.golang.org/grpc v1.37.1/go.mod h1:NREThFqKR1f3iQ6oBuvc5LadQuXVGo9rkm5ZGrQdJfM= -google.golang.org/grpc v1.38.0/go.mod h1:NREThFqKR1f3iQ6oBuvc5LadQuXVGo9rkm5ZGrQdJfM= -google.golang.org/grpc v1.39.0/go.mod h1:PImNr+rS9TWYb2O4/emRugxiyHZ5JyHW5F+RPnDzfrE= -google.golang.org/grpc v1.39.1/go.mod h1:PImNr+rS9TWYb2O4/emRugxiyHZ5JyHW5F+RPnDzfrE= -google.golang.org/grpc v1.40.0 h1:AGJ0Ih4mHjSeibYkFGh1dD9KJ/eOtZ93I6hoHhukQ5Q= -google.golang.org/grpc v1.40.0/go.mod h1:ogyxbiOoUXAkP+4+xa6PZSE9DZgIHtSpzjDTB9KAK34= -google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= -google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= -google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= -google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= -google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= -google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= -google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= -google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.27.1 h1:SnqbnDw1V7RiZcXPx5MEeqPv2s79L9i7BJUlG/+RurQ= -google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= -gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= -honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= -rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= -rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= diff --git a/vendor/github.com/gophercloud/gophercloud/go.mod b/vendor/github.com/gophercloud/gophercloud/go.mod deleted file mode 100644 index c51d7daaa..000000000 --- a/vendor/github.com/gophercloud/gophercloud/go.mod +++ /dev/null @@ -1,8 +0,0 @@ -module github.com/gophercloud/gophercloud - -go 1.14 - -require ( - golang.org/x/crypto v0.0.0-20211202192323-5770296d904e - gopkg.in/yaml.v2 v2.4.0 -) diff --git a/vendor/github.com/gophercloud/gophercloud/go.sum b/vendor/github.com/gophercloud/gophercloud/go.sum deleted file mode 100644 index dec4af3cd..000000000 --- a/vendor/github.com/gophercloud/gophercloud/go.sum +++ /dev/null @@ -1,15 +0,0 @@ -golang.org/x/crypto v0.0.0-20211202192323-5770296d904e h1:MUP6MR3rJ7Gk9LEia0LP2ytiH6MuCfs7qYz+47jGdD8= -golang.org/x/crypto v0.0.0-20211202192323-5770296d904e/go.mod h1:IxCIyHEi3zRg3s0A5j5BB6A9Jmi73HwBIUl50j+osU4= -golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 h1:SrN+KX8Art/Sf4HNj6Zcz06G7VEz+7w9tdXTPOZ7+l4= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 h1:v+OssWQX+hTHEmOBgwxdZxK4zHq3yOs8F9J7mk0PY8E= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= -gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= diff --git a/vendor/github.com/hashicorp/go-cleanhttp/go.mod b/vendor/github.com/hashicorp/go-cleanhttp/go.mod deleted file mode 100644 index 005ccdef9..000000000 --- a/vendor/github.com/hashicorp/go-cleanhttp/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/hashicorp/go-cleanhttp - -go 1.13 diff --git a/vendor/github.com/hashicorp/go-retryablehttp/go.mod b/vendor/github.com/hashicorp/go-retryablehttp/go.mod deleted file mode 100644 index 7cc02b76f..000000000 --- a/vendor/github.com/hashicorp/go-retryablehttp/go.mod +++ /dev/null @@ -1,8 +0,0 @@ -module github.com/hashicorp/go-retryablehttp - -require ( - github.com/hashicorp/go-cleanhttp v0.5.1 - github.com/hashicorp/go-hclog v0.9.2 -) - -go 1.13 diff --git a/vendor/github.com/hashicorp/go-retryablehttp/go.sum b/vendor/github.com/hashicorp/go-retryablehttp/go.sum deleted file mode 100644 index 71afe5682..000000000 --- a/vendor/github.com/hashicorp/go-retryablehttp/go.sum +++ /dev/null @@ -1,10 +0,0 @@ -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/hashicorp/go-cleanhttp v0.5.1 h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM= -github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= -github.com/hashicorp/go-hclog v0.9.2 h1:CG6TE5H9/JXsFWJCfoIVpKFIkFe6ysEuHirp4DxCsHI= -github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w= -github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= diff --git a/vendor/github.com/jgautheron/goconst/README.md b/vendor/github.com/jgautheron/goconst/README.md deleted file mode 100644 index 8dd093baf..000000000 --- a/vendor/github.com/jgautheron/goconst/README.md +++ /dev/null @@ -1,50 +0,0 @@ -# goconst - -Find repeated strings that could be replaced by a constant. - -### Motivation - -There are obvious benefits to using constants instead of repeating strings, mostly to ease maintenance. Cannot argue against changing a single constant versus many strings. - -While this could be considered a beginner mistake, across time, multiple packages and large codebases, some repetition could have slipped in. - -### Get Started - - $ go get github.com/jgautheron/goconst/cmd/goconst - $ goconst ./... - -### Usage - -``` -Usage: - - goconst ARGS - -Flags: - - -ignore exclude files matching the given regular expression - -ignore-tests exclude tests from the search (default: true) - -min-occurrences report from how many occurrences (default: 2) - -min-length only report strings with the minimum given length (default: 3) - -match-constant look for existing constants matching the values - -numbers search also for duplicated numbers - -min minimum value, only works with -numbers - -max maximum value, only works with -numbers - -output output formatting (text or json) - -set-exit-status Set exit status to 2 if any issues are found - -Examples: - - goconst ./... - goconst -ignore "yacc|\.pb\." $GOPATH/src/github.com/cockroachdb/cockroach/... - goconst -min-occurrences 3 -output json $GOPATH/src/github.com/cockroachdb/cockroach - goconst -numbers -min 60 -max 512 . -``` - -### Other static analysis tools - -- [gogetimports](https://github.com/jgautheron/gogetimports): Get a JSON-formatted list of imports. -- [usedexports](https://github.com/jgautheron/usedexports): Find exported variables that could be unexported. - -### License -MIT diff --git a/vendor/github.com/json-iterator/go/go.mod b/vendor/github.com/json-iterator/go/go.mod deleted file mode 100644 index e817cccbf..000000000 --- a/vendor/github.com/json-iterator/go/go.mod +++ /dev/null @@ -1,11 +0,0 @@ -module github.com/json-iterator/go - -go 1.12 - -require ( - github.com/davecgh/go-spew v1.1.1 - github.com/google/gofuzz v1.0.0 - github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 - github.com/modern-go/reflect2 v1.0.2 - github.com/stretchr/testify v1.3.0 -) diff --git a/vendor/github.com/json-iterator/go/go.sum b/vendor/github.com/json-iterator/go/go.sum deleted file mode 100644 index 4b7bb8a29..000000000 --- a/vendor/github.com/json-iterator/go/go.sum +++ /dev/null @@ -1,14 +0,0 @@ -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw= -github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421 h1:ZqeYNhU3OHLH3mGKHDcjJRFFRrJa6eAM5H+CtDdOsPc= -github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M= -github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q= -github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= diff --git a/vendor/github.com/openshift/cluster-api-provider-gcp/LICENSE b/vendor/github.com/julz/importas/LICENSE similarity index 100% rename from vendor/github.com/openshift/cluster-api-provider-gcp/LICENSE rename to vendor/github.com/julz/importas/LICENSE diff --git a/vendor/github.com/klauspost/compress/README.md b/vendor/github.com/klauspost/compress/README.md index e8ff994f8..0e2dc116a 100644 --- a/vendor/github.com/klauspost/compress/README.md +++ b/vendor/github.com/klauspost/compress/README.md @@ -17,6 +17,42 @@ This package provides various compression algorithms. # changelog +* Mar 3, 2022 (v1.15.0) + * zstd: Refactor decoder by @klauspost in [#498](https://github.com/klauspost/compress/pull/498) + * zstd: Add stream encoding without goroutines by @klauspost in [#505](https://github.com/klauspost/compress/pull/505) + * huff0: Prevent single blocks exceeding 16 bits by @klauspost in[#507](https://github.com/klauspost/compress/pull/507) + * flate: Inline literal emission by @klauspost in [#509](https://github.com/klauspost/compress/pull/509) + * gzhttp: Add zstd to transport by @klauspost in [#400](https://github.com/klauspost/compress/pull/400) + * gzhttp: Make content-type optional by @klauspost in [#510](https://github.com/klauspost/compress/pull/510) + +
+ See Details +Both compression and decompression now supports "synchronous" stream operations. This means that whenever "concurrency" is set to 1, they will operate without spawning goroutines. + +Stream decompression is now faster on asynchronous, since the goroutine allocation much more effectively splits the workload. On typical streams this will typically use 2 cores fully for decompression. When a stream has finished decoding no goroutines will be left over, so decoders can now safely be pooled and still be garbage collected. + +While the release has been extensively tested, it is recommended to testing when upgrading. +
+ +* Feb 22, 2022 (v1.14.4) + * flate: Fix rare huffman only (-2) corruption. [#503](https://github.com/klauspost/compress/pull/503) + * zip: Update deprecated CreateHeaderRaw to correctly call CreateRaw by @saracen in [#502](https://github.com/klauspost/compress/pull/502) + * zip: don't read data descriptor early by @saracen in [#501](https://github.com/klauspost/compress/pull/501) #501 + * huff0: Use static decompression buffer up to 30% faster by @klauspost in [#499](https://github.com/klauspost/compress/pull/499) [#500](https://github.com/klauspost/compress/pull/500) + +* Feb 17, 2022 (v1.14.3) + * flate: Improve fastest levels compression speed ~10% more throughput. [#482](https://github.com/klauspost/compress/pull/482) [#489](https://github.com/klauspost/compress/pull/489) [#490](https://github.com/klauspost/compress/pull/490) [#491](https://github.com/klauspost/compress/pull/491) [#494](https://github.com/klauspost/compress/pull/494) [#478](https://github.com/klauspost/compress/pull/478) + * flate: Faster decompression speed, ~5-10%. [#483](https://github.com/klauspost/compress/pull/483) + * s2: Faster compression with Go v1.18 and amd64 microarch level 3+. [#484](https://github.com/klauspost/compress/pull/484) [#486](https://github.com/klauspost/compress/pull/486) + +* Jan 25, 2022 (v1.14.2) + * zstd: improve header decoder by @dsnet [#476](https://github.com/klauspost/compress/pull/476) + * zstd: Add bigger default blocks [#469](https://github.com/klauspost/compress/pull/469) + * zstd: Remove unused decompression buffer [#470](https://github.com/klauspost/compress/pull/470) + * zstd: Fix logically dead code by @ningmingxiao [#472](https://github.com/klauspost/compress/pull/472) + * flate: Improve level 7-9 [#471](https://github.com/klauspost/compress/pull/471) [#473](https://github.com/klauspost/compress/pull/473) + * zstd: Add noasm tag for xxhash [#475](https://github.com/klauspost/compress/pull/475) + * Jan 11, 2022 (v1.14.1) * s2: Add stream index in [#462](https://github.com/klauspost/compress/pull/462) * flate: Speed and efficiency improvements in [#439](https://github.com/klauspost/compress/pull/439) [#461](https://github.com/klauspost/compress/pull/461) [#455](https://github.com/klauspost/compress/pull/455) [#452](https://github.com/klauspost/compress/pull/452) [#458](https://github.com/klauspost/compress/pull/458) @@ -53,6 +89,9 @@ This package provides various compression algorithms. * zstd: Detect short invalid signatures [#382](https://github.com/klauspost/compress/pull/382) * zstd: Spawn decoder goroutine only if needed. [#380](https://github.com/klauspost/compress/pull/380) +
+ See changes to v1.12.x + * May 25, 2021 (v1.12.3) * deflate: Better/faster Huffman encoding [#374](https://github.com/klauspost/compress/pull/374) * deflate: Allocate less for history. [#375](https://github.com/klauspost/compress/pull/375) @@ -74,9 +113,10 @@ This package provides various compression algorithms. * s2c/s2d/s2sx: Always truncate when writing files [#352](https://github.com/klauspost/compress/pull/352) * zstd: Reduce memory usage further when using [WithLowerEncoderMem](https://pkg.go.dev/github.com/klauspost/compress/zstd#WithLowerEncoderMem) [#346](https://github.com/klauspost/compress/pull/346) * s2: Fix potential problem with amd64 assembly and profilers [#349](https://github.com/klauspost/compress/pull/349) +
- See changes prior to v1.12.1 + See changes to v1.11.x * Mar 26, 2021 (v1.11.13) * zstd: Big speedup on small dictionary encodes [#344](https://github.com/klauspost/compress/pull/344) [#345](https://github.com/klauspost/compress/pull/345) @@ -135,7 +175,7 @@ This package provides various compression algorithms.
- See changes prior to v1.11.0 + See changes to v1.10.x * July 8, 2020 (v1.10.11) * zstd: Fix extra block when compressing with ReadFrom. [#278](https://github.com/klauspost/compress/pull/278) @@ -297,11 +337,6 @@ This package provides various compression algorithms. # deflate usage -* [High Throughput Benchmark](http://blog.klauspost.com/go-gzipdeflate-benchmarks/). -* [Small Payload/Webserver Benchmarks](http://blog.klauspost.com/gzip-performance-for-go-webservers/). -* [Linear Time Compression](http://blog.klauspost.com/constant-time-gzipzip-compression/). -* [Re-balancing Deflate Compression Levels](https://blog.klauspost.com/rebalancing-deflate-compression-levels/) - The packages are drop-in replacements for standard libraries. Simply replace the import path to use them: | old import | new import | Documentation @@ -323,6 +358,8 @@ Memory usage is typically 1MB for a Writer. stdlib is in the same range. If you expect to have a lot of concurrently allocated Writers consider using the stateless compress described below. +For compression performance, see: [this spreadsheet](https://docs.google.com/spreadsheets/d/1nuNE2nPfuINCZJRMt6wFWhKpToF95I47XjSsc-1rbPQ/edit?usp=sharing). + # Stateless compression This package offers stateless compression as a special option for gzip/deflate. diff --git a/vendor/github.com/klauspost/compress/flate/huffman_bit_writer.go b/vendor/github.com/klauspost/compress/flate/huffman_bit_writer.go index fd49efd75..25f6d1108 100644 --- a/vendor/github.com/klauspost/compress/flate/huffman_bit_writer.go +++ b/vendor/github.com/klauspost/compress/flate/huffman_bit_writer.go @@ -8,6 +8,7 @@ import ( "encoding/binary" "fmt" "io" + "math" ) const ( @@ -24,6 +25,10 @@ const ( codegenCodeCount = 19 badCode = 255 + // maxPredefinedTokens is the maximum number of tokens + // where we check if fixed size is smaller. + maxPredefinedTokens = 250 + // bufferFlushSize indicates the buffer size // after which bytes are flushed to the writer. // Should preferably be a multiple of 6, since @@ -36,8 +41,11 @@ const ( bufferSize = bufferFlushSize + 8 ) +// Minimum length code that emits bits. +const lengthExtraBitsMinCode = 8 + // The number of extra bits needed by length code X - LENGTH_CODES_START. -var lengthExtraBits = [32]int8{ +var lengthExtraBits = [32]uint8{ /* 257 */ 0, 0, 0, /* 260 */ 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, /* 270 */ 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, @@ -51,6 +59,9 @@ var lengthBase = [32]uint8{ 64, 80, 96, 112, 128, 160, 192, 224, 255, } +// Minimum offset code that emits bits. +const offsetExtraBitsMinCode = 4 + // offset code word extra bits. var offsetExtraBits = [32]int8{ 0, 0, 0, 0, 1, 1, 2, 2, 3, 3, @@ -78,10 +89,10 @@ func init() { for i := range offsetCombined[:] { // Don't use extended window values... - if offsetBase[i] > 0x006000 { + if offsetExtraBits[i] == 0 || offsetBase[i] > 0x006000 { continue } - offsetCombined[i] = uint32(offsetExtraBits[i])<<16 | (offsetBase[i]) + offsetCombined[i] = uint32(offsetExtraBits[i]) | (offsetBase[i] << 8) } } @@ -97,7 +108,7 @@ type huffmanBitWriter struct { // Data waiting to be written is bytes[0:nbytes] // and then the low nbits of bits. bits uint64 - nbits uint16 + nbits uint8 nbytes uint8 lastHuffMan bool literalEncoding *huffmanEncoder @@ -215,7 +226,7 @@ func (w *huffmanBitWriter) write(b []byte) { _, w.err = w.writer.Write(b) } -func (w *huffmanBitWriter) writeBits(b int32, nb uint16) { +func (w *huffmanBitWriter) writeBits(b int32, nb uint8) { w.bits |= uint64(b) << (w.nbits & 63) w.nbits += nb if w.nbits >= 48 { @@ -571,7 +582,10 @@ func (w *huffmanBitWriter) writeBlock(tokens *tokens, eof bool, input []byte) { // Fixed Huffman baseline. var literalEncoding = fixedLiteralEncoding var offsetEncoding = fixedOffsetEncoding - var size = w.fixedSize(extraBits) + var size = math.MaxInt32 + if tokens.n < maxPredefinedTokens { + size = w.fixedSize(extraBits) + } // Dynamic Huffman? var numCodegens int @@ -672,19 +686,21 @@ func (w *huffmanBitWriter) writeBlockDynamic(tokens *tokens, eof bool, input []b size = reuseSize } - if preSize := w.fixedSize(extraBits) + 7; usePrefs && preSize < size { - // Check if we get a reasonable size decrease. - if storable && ssize <= size { - w.writeStoredHeader(len(input), eof) - w.writeBytes(input) + if tokens.n < maxPredefinedTokens { + if preSize := w.fixedSize(extraBits) + 7; usePrefs && preSize < size { + // Check if we get a reasonable size decrease. + if storable && ssize <= size { + w.writeStoredHeader(len(input), eof) + w.writeBytes(input) + return + } + w.writeFixedHeader(eof) + if !sync { + tokens.AddEOB() + } + w.writeTokens(tokens.Slice(), fixedLiteralEncoding.codes, fixedOffsetEncoding.codes) return } - w.writeFixedHeader(eof) - if !sync { - tokens.AddEOB() - } - w.writeTokens(tokens.Slice(), fixedLiteralEncoding.codes, fixedOffsetEncoding.codes) - return } // Check if we get a reasonable size decrease. if storable && ssize <= size { @@ -717,19 +733,21 @@ func (w *huffmanBitWriter) writeBlockDynamic(tokens *tokens, eof bool, input []b size, numCodegens = w.dynamicSize(w.literalEncoding, w.offsetEncoding, extraBits) // Store predefined, if we don't get a reasonable improvement. - if preSize := w.fixedSize(extraBits); usePrefs && preSize <= size { - // Store bytes, if we don't get an improvement. - if storable && ssize <= preSize { - w.writeStoredHeader(len(input), eof) - w.writeBytes(input) + if tokens.n < maxPredefinedTokens { + if preSize := w.fixedSize(extraBits); usePrefs && preSize <= size { + // Store bytes, if we don't get an improvement. + if storable && ssize <= preSize { + w.writeStoredHeader(len(input), eof) + w.writeBytes(input) + return + } + w.writeFixedHeader(eof) + if !sync { + tokens.AddEOB() + } + w.writeTokens(tokens.Slice(), fixedLiteralEncoding.codes, fixedOffsetEncoding.codes) return } - w.writeFixedHeader(eof) - if !sync { - tokens.AddEOB() - } - w.writeTokens(tokens.Slice(), fixedLiteralEncoding.codes, fixedOffsetEncoding.codes) - return } if storable && ssize <= size { @@ -833,9 +851,9 @@ func (w *huffmanBitWriter) writeTokens(tokens []token, leCodes, oeCodes []hcode) bits, nbits, nbytes := w.bits, w.nbits, w.nbytes for _, t := range tokens { - if t < matchType { + if t < 256 { //w.writeCode(lits[t.literal()]) - c := lits[t.literal()] + c := lits[t] bits |= uint64(c.code) << (nbits & 63) nbits += c.len if nbits >= 48 { @@ -858,12 +876,12 @@ func (w *huffmanBitWriter) writeTokens(tokens []token, leCodes, oeCodes []hcode) // Write the length length := t.length() - lengthCode := lengthCode(length) + lengthCode := lengthCode(length) & 31 if false { - w.writeCode(lengths[lengthCode&31]) + w.writeCode(lengths[lengthCode]) } else { // inlined - c := lengths[lengthCode&31] + c := lengths[lengthCode] bits |= uint64(c.code) << (nbits & 63) nbits += c.len if nbits >= 48 { @@ -883,10 +901,10 @@ func (w *huffmanBitWriter) writeTokens(tokens []token, leCodes, oeCodes []hcode) } } - extraLengthBits := uint16(lengthExtraBits[lengthCode&31]) - if extraLengthBits > 0 { + if lengthCode >= lengthExtraBitsMinCode { + extraLengthBits := lengthExtraBits[lengthCode] //w.writeBits(extraLength, extraLengthBits) - extraLength := int32(length - lengthBase[lengthCode&31]) + extraLength := int32(length - lengthBase[lengthCode]) bits |= uint64(extraLength) << (nbits & 63) nbits += extraLengthBits if nbits >= 48 { @@ -907,10 +925,9 @@ func (w *huffmanBitWriter) writeTokens(tokens []token, leCodes, oeCodes []hcode) } // Write the offset offset := t.offset() - offsetCode := offset >> 16 - offset &= matchOffsetOnlyMask + offsetCode := (offset >> 16) & 31 if false { - w.writeCode(offs[offsetCode&31]) + w.writeCode(offs[offsetCode]) } else { // inlined c := offs[offsetCode] @@ -932,11 +949,12 @@ func (w *huffmanBitWriter) writeTokens(tokens []token, leCodes, oeCodes []hcode) } } } - offsetComb := offsetCombined[offsetCode] - if offsetComb > 1<<16 { + + if offsetCode >= offsetExtraBitsMinCode { + offsetComb := offsetCombined[offsetCode] //w.writeBits(extraOffset, extraOffsetBits) - bits |= uint64(offset-(offsetComb&0xffff)) << (nbits & 63) - nbits += uint16(offsetComb >> 16) + bits |= uint64((offset-(offsetComb>>8))&matchOffsetOnlyMask) << (nbits & 63) + nbits += uint8(offsetComb) if nbits >= 48 { binary.LittleEndian.PutUint64(w.bytes[nbytes:], bits) //*(*uint64)(unsafe.Pointer(&w.bytes[nbytes])) = bits @@ -1002,6 +1020,29 @@ func (w *huffmanBitWriter) writeBlockHuff(eof bool, input []byte, sync bool) { // https://stackoverflow.com/a/25454430 const guessHeaderSizeBits = 70 * 8 histogram(input, w.literalFreq[:numLiterals], fill) + ssize, storable := w.storedSize(input) + if storable && len(input) > 1024 { + // Quick check for incompressible content. + abs := float64(0) + avg := float64(len(input)) / 256 + max := float64(len(input) * 2) + for _, v := range w.literalFreq[:256] { + diff := float64(v) - avg + abs += diff * diff + if abs > max { + break + } + } + if abs < max { + if debugDeflate { + fmt.Println("stored", abs, "<", max) + } + // No chance we can compress this... + w.writeStoredHeader(len(input), eof) + w.writeBytes(input) + return + } + } w.literalFreq[endBlockMarker] = 1 w.tmpLitEncoding.generate(w.literalFreq[:numLiterals], 15) if fill { @@ -1019,8 +1060,10 @@ func (w *huffmanBitWriter) writeBlockHuff(eof bool, input []byte, sync bool) { estBits += estBits >> w.logNewTablePenalty // Store bytes, if we don't get a reasonable improvement. - ssize, storable := w.storedSize(input) if storable && ssize <= estBits { + if debugDeflate { + fmt.Println("stored,", ssize, "<=", estBits) + } w.writeStoredHeader(len(input), eof) w.writeBytes(input) return @@ -1031,7 +1074,7 @@ func (w *huffmanBitWriter) writeBlockHuff(eof bool, input []byte, sync bool) { if estBits < reuseSize { if debugDeflate { - //fmt.Println("not reusing, reuse:", reuseSize/8, "> new:", estBits/8, "- header est:", w.lastHeader/8) + fmt.Println("NOT reusing, reuse:", reuseSize/8, "> new:", estBits/8, "header est:", w.lastHeader/8, "bytes") } // We owe an EOB w.writeCode(w.literalEncoding.codes[endBlockMarker]) @@ -1065,6 +1108,9 @@ func (w *huffmanBitWriter) writeBlockHuff(eof bool, input []byte, sync bool) { // Go 1.16 LOVES having these on stack. At least 1.5x the speed. bits, nbits, nbytes := w.bits, w.nbits, w.nbytes + if debugDeflate { + count -= int(nbytes)*8 + int(nbits) + } // Unroll, write 3 codes/loop. // Fastest number of unrolls. for len(input) > 3 { @@ -1074,13 +1120,16 @@ func (w *huffmanBitWriter) writeBlockHuff(eof bool, input []byte, sync bool) { binary.LittleEndian.PutUint64(w.bytes[nbytes:], bits) bits >>= (n * 8) & 63 nbits -= n * 8 - nbytes += uint8(n) + nbytes += n } if nbytes >= bufferFlushSize { if w.err != nil { nbytes = 0 return } + if debugDeflate { + count += int(nbytes) * 8 + } _, w.err = w.writer.Write(w.bytes[:nbytes]) nbytes = 0 } @@ -1096,13 +1145,6 @@ func (w *huffmanBitWriter) writeBlockHuff(eof bool, input []byte, sync bool) { // Remaining... for _, t := range input { - // Bitwriting inlined, ~30% speedup - c := encoding[t] - bits |= uint64(c.code) << (nbits & 63) - nbits += c.len - if debugDeflate { - count += int(c.len) - } if nbits >= 48 { binary.LittleEndian.PutUint64(w.bytes[nbytes:], bits) //*(*uint64)(unsafe.Pointer(&w.bytes[nbytes])) = bits @@ -1114,17 +1156,33 @@ func (w *huffmanBitWriter) writeBlockHuff(eof bool, input []byte, sync bool) { nbytes = 0 return } + if debugDeflate { + count += int(nbytes) * 8 + } _, w.err = w.writer.Write(w.bytes[:nbytes]) nbytes = 0 } } + // Bitwriting inlined, ~30% speedup + c := encoding[t] + bits |= uint64(c.code) << (nbits & 63) + nbits += c.len + if debugDeflate { + count += int(c.len) + } } // Restore... w.bits, w.nbits, w.nbytes = bits, nbits, nbytes if debugDeflate { - fmt.Println("wrote", count/8, "bytes") + nb := count + int(nbytes)*8 + int(nbits) + fmt.Println("wrote", nb, "bits,", nb/8, "bytes.") } + // Flush if needed to have space. + if w.nbits >= 48 { + w.writeOutBits() + } + if eof || sync { w.writeCode(w.literalEncoding.codes[endBlockMarker]) w.lastHeader = 0 diff --git a/vendor/github.com/klauspost/compress/flate/token.go b/vendor/github.com/klauspost/compress/flate/token.go index 3a9618ee1..d818790c1 100644 --- a/vendor/github.com/klauspost/compress/flate/token.go +++ b/vendor/github.com/klauspost/compress/flate/token.go @@ -13,11 +13,10 @@ import ( ) const ( - // From top - // 2 bits: type 0 = literal 1=EOF 2=Match 3=Unused - // 8 bits: xlength = length - MIN_MATCH_LENGTH - // 5 bits offsetcode - // 16 bits xoffset = offset - MIN_OFFSET_SIZE, or literal + // bits 0-16 xoffset = offset - MIN_OFFSET_SIZE, or literal - 16 bits + // bits 16-22 offsetcode - 5 bits + // bits 22-30 xlength = length - MIN_MATCH_LENGTH - 8 bits + // bits 30-32 type 0 = literal 1=EOF 2=Match 3=Unused - 2 bits lengthShift = 22 offsetMask = 1< 258 { // We need to have at least baseMatchLength left over for next loop. - xl = 258 - baseMatchLength + if xl > 258+baseMatchLength { + xl = 258 + } else { + xl = 258 - baseMatchLength + } } xlength -= xl xl -= baseMatchLength t.extraHist[lengthCodes1[uint8(xl)]]++ - t.offHist[oc]++ + t.offHist[oc&31]++ t.tokens[t.n] = token(matchType | uint32(xl)<> lengthShift) } -// The code is never more than 8 bits, but is returned as uint32 for convenience. -func lengthCode(len uint8) uint32 { return uint32(lengthCodes[len]) } +// Convert length to code. +func lengthCode(len uint8) uint8 { return lengthCodes[len] } // Returns the offset code corresponding to a specific offset func offsetCode(off uint32) uint32 { diff --git a/vendor/github.com/klauspost/compress/huff0/decompress.go b/vendor/github.com/klauspost/compress/huff0/decompress.go index 2a06bd1a7..04f652995 100644 --- a/vendor/github.com/klauspost/compress/huff0/decompress.go +++ b/vendor/github.com/klauspost/compress/huff0/decompress.go @@ -4,6 +4,7 @@ import ( "errors" "fmt" "io" + "sync" "github.com/klauspost/compress/fse" ) @@ -216,6 +217,7 @@ func (s *Scratch) Decoder() *Decoder { return &Decoder{ dt: s.dt, actualTableLog: s.actualTableLog, + bufs: &s.decPool, } } @@ -223,6 +225,15 @@ func (s *Scratch) Decoder() *Decoder { type Decoder struct { dt dTable actualTableLog uint8 + bufs *sync.Pool +} + +func (d *Decoder) buffer() *[4][256]byte { + buf, ok := d.bufs.Get().(*[4][256]byte) + if ok { + return buf + } + return &[4][256]byte{} } // Decompress1X will decompress a 1X encoded stream. @@ -249,7 +260,8 @@ func (d *Decoder) Decompress1X(dst, src []byte) ([]byte, error) { dt := d.dt.single[:tlSize] // Use temp table to avoid bound checks/append penalty. - var buf [256]byte + bufs := d.buffer() + buf := &bufs[0] var off uint8 for br.off >= 8 { @@ -277,6 +289,7 @@ func (d *Decoder) Decompress1X(dst, src []byte) ([]byte, error) { if off == 0 { if len(dst)+256 > maxDecodedSize { br.close() + d.bufs.Put(bufs) return nil, ErrMaxDecodedSizeExceeded } dst = append(dst, buf[:]...) @@ -284,6 +297,7 @@ func (d *Decoder) Decompress1X(dst, src []byte) ([]byte, error) { } if len(dst)+int(off) > maxDecodedSize { + d.bufs.Put(bufs) br.close() return nil, ErrMaxDecodedSizeExceeded } @@ -310,6 +324,7 @@ func (d *Decoder) Decompress1X(dst, src []byte) ([]byte, error) { } } if len(dst) >= maxDecodedSize { + d.bufs.Put(bufs) br.close() return nil, ErrMaxDecodedSizeExceeded } @@ -319,6 +334,7 @@ func (d *Decoder) Decompress1X(dst, src []byte) ([]byte, error) { bitsLeft -= nBits dst = append(dst, uint8(v.entry>>8)) } + d.bufs.Put(bufs) return dst, br.close() } @@ -341,7 +357,8 @@ func (d *Decoder) decompress1X8Bit(dst, src []byte) ([]byte, error) { dt := d.dt.single[:256] // Use temp table to avoid bound checks/append penalty. - var buf [256]byte + bufs := d.buffer() + buf := &bufs[0] var off uint8 switch d.actualTableLog { @@ -369,6 +386,7 @@ func (d *Decoder) decompress1X8Bit(dst, src []byte) ([]byte, error) { if off == 0 { if len(dst)+256 > maxDecodedSize { br.close() + d.bufs.Put(bufs) return nil, ErrMaxDecodedSizeExceeded } dst = append(dst, buf[:]...) @@ -398,6 +416,7 @@ func (d *Decoder) decompress1X8Bit(dst, src []byte) ([]byte, error) { if off == 0 { if len(dst)+256 > maxDecodedSize { br.close() + d.bufs.Put(bufs) return nil, ErrMaxDecodedSizeExceeded } dst = append(dst, buf[:]...) @@ -426,6 +445,7 @@ func (d *Decoder) decompress1X8Bit(dst, src []byte) ([]byte, error) { off += 4 if off == 0 { if len(dst)+256 > maxDecodedSize { + d.bufs.Put(bufs) br.close() return nil, ErrMaxDecodedSizeExceeded } @@ -455,6 +475,7 @@ func (d *Decoder) decompress1X8Bit(dst, src []byte) ([]byte, error) { off += 4 if off == 0 { if len(dst)+256 > maxDecodedSize { + d.bufs.Put(bufs) br.close() return nil, ErrMaxDecodedSizeExceeded } @@ -484,6 +505,7 @@ func (d *Decoder) decompress1X8Bit(dst, src []byte) ([]byte, error) { off += 4 if off == 0 { if len(dst)+256 > maxDecodedSize { + d.bufs.Put(bufs) br.close() return nil, ErrMaxDecodedSizeExceeded } @@ -513,6 +535,7 @@ func (d *Decoder) decompress1X8Bit(dst, src []byte) ([]byte, error) { off += 4 if off == 0 { if len(dst)+256 > maxDecodedSize { + d.bufs.Put(bufs) br.close() return nil, ErrMaxDecodedSizeExceeded } @@ -542,6 +565,7 @@ func (d *Decoder) decompress1X8Bit(dst, src []byte) ([]byte, error) { off += 4 if off == 0 { if len(dst)+256 > maxDecodedSize { + d.bufs.Put(bufs) br.close() return nil, ErrMaxDecodedSizeExceeded } @@ -571,6 +595,7 @@ func (d *Decoder) decompress1X8Bit(dst, src []byte) ([]byte, error) { off += 4 if off == 0 { if len(dst)+256 > maxDecodedSize { + d.bufs.Put(bufs) br.close() return nil, ErrMaxDecodedSizeExceeded } @@ -578,10 +603,12 @@ func (d *Decoder) decompress1X8Bit(dst, src []byte) ([]byte, error) { } } default: + d.bufs.Put(bufs) return nil, fmt.Errorf("invalid tablelog: %d", d.actualTableLog) } if len(dst)+int(off) > maxDecodedSize { + d.bufs.Put(bufs) br.close() return nil, ErrMaxDecodedSizeExceeded } @@ -601,6 +628,7 @@ func (d *Decoder) decompress1X8Bit(dst, src []byte) ([]byte, error) { } if len(dst) >= maxDecodedSize { br.close() + d.bufs.Put(bufs) return nil, ErrMaxDecodedSizeExceeded } v := dt[br.peekByteFast()>>shift] @@ -609,6 +637,7 @@ func (d *Decoder) decompress1X8Bit(dst, src []byte) ([]byte, error) { bitsLeft -= int8(nBits) dst = append(dst, uint8(v.entry>>8)) } + d.bufs.Put(bufs) return dst, br.close() } @@ -628,7 +657,8 @@ func (d *Decoder) decompress1X8BitExactly(dst, src []byte) ([]byte, error) { dt := d.dt.single[:256] // Use temp table to avoid bound checks/append penalty. - var buf [256]byte + bufs := d.buffer() + buf := &bufs[0] var off uint8 const shift = 56 @@ -655,6 +685,7 @@ func (d *Decoder) decompress1X8BitExactly(dst, src []byte) ([]byte, error) { off += 4 if off == 0 { if len(dst)+256 > maxDecodedSize { + d.bufs.Put(bufs) br.close() return nil, ErrMaxDecodedSizeExceeded } @@ -663,6 +694,7 @@ func (d *Decoder) decompress1X8BitExactly(dst, src []byte) ([]byte, error) { } if len(dst)+int(off) > maxDecodedSize { + d.bufs.Put(bufs) br.close() return nil, ErrMaxDecodedSizeExceeded } @@ -679,6 +711,7 @@ func (d *Decoder) decompress1X8BitExactly(dst, src []byte) ([]byte, error) { } } if len(dst) >= maxDecodedSize { + d.bufs.Put(bufs) br.close() return nil, ErrMaxDecodedSizeExceeded } @@ -688,195 +721,10 @@ func (d *Decoder) decompress1X8BitExactly(dst, src []byte) ([]byte, error) { bitsLeft -= int8(nBits) dst = append(dst, uint8(v.entry>>8)) } + d.bufs.Put(bufs) return dst, br.close() } -// Decompress4X will decompress a 4X encoded stream. -// The length of the supplied input must match the end of a block exactly. -// The *capacity* of the dst slice must match the destination size of -// the uncompressed data exactly. -func (d *Decoder) Decompress4X(dst, src []byte) ([]byte, error) { - if len(d.dt.single) == 0 { - return nil, errors.New("no table loaded") - } - if len(src) < 6+(4*1) { - return nil, errors.New("input too small") - } - if use8BitTables && d.actualTableLog <= 8 { - return d.decompress4X8bit(dst, src) - } - - var br [4]bitReaderShifted - start := 6 - for i := 0; i < 3; i++ { - length := int(src[i*2]) | (int(src[i*2+1]) << 8) - if start+length >= len(src) { - return nil, errors.New("truncated input (or invalid offset)") - } - err := br[i].init(src[start : start+length]) - if err != nil { - return nil, err - } - start += length - } - err := br[3].init(src[start:]) - if err != nil { - return nil, err - } - - // destination, offset to match first output - dstSize := cap(dst) - dst = dst[:dstSize] - out := dst - dstEvery := (dstSize + 3) / 4 - - const tlSize = 1 << tableLogMax - const tlMask = tlSize - 1 - single := d.dt.single[:tlSize] - - // Use temp table to avoid bound checks/append penalty. - var buf [256]byte - var off uint8 - var decoded int - - // Decode 2 values from each decoder/loop. - const bufoff = 256 / 4 - for { - if br[0].off < 4 || br[1].off < 4 || br[2].off < 4 || br[3].off < 4 { - break - } - - { - const stream = 0 - const stream2 = 1 - br[stream].fillFast() - br[stream2].fillFast() - - val := br[stream].peekBitsFast(d.actualTableLog) - val2 := br[stream2].peekBitsFast(d.actualTableLog) - v := single[val&tlMask] - v2 := single[val2&tlMask] - br[stream].advance(uint8(v.entry)) - br[stream2].advance(uint8(v2.entry)) - buf[off+bufoff*stream] = uint8(v.entry >> 8) - buf[off+bufoff*stream2] = uint8(v2.entry >> 8) - - val = br[stream].peekBitsFast(d.actualTableLog) - val2 = br[stream2].peekBitsFast(d.actualTableLog) - v = single[val&tlMask] - v2 = single[val2&tlMask] - br[stream].advance(uint8(v.entry)) - br[stream2].advance(uint8(v2.entry)) - buf[off+bufoff*stream+1] = uint8(v.entry >> 8) - buf[off+bufoff*stream2+1] = uint8(v2.entry >> 8) - } - - { - const stream = 2 - const stream2 = 3 - br[stream].fillFast() - br[stream2].fillFast() - - val := br[stream].peekBitsFast(d.actualTableLog) - val2 := br[stream2].peekBitsFast(d.actualTableLog) - v := single[val&tlMask] - v2 := single[val2&tlMask] - br[stream].advance(uint8(v.entry)) - br[stream2].advance(uint8(v2.entry)) - buf[off+bufoff*stream] = uint8(v.entry >> 8) - buf[off+bufoff*stream2] = uint8(v2.entry >> 8) - - val = br[stream].peekBitsFast(d.actualTableLog) - val2 = br[stream2].peekBitsFast(d.actualTableLog) - v = single[val&tlMask] - v2 = single[val2&tlMask] - br[stream].advance(uint8(v.entry)) - br[stream2].advance(uint8(v2.entry)) - buf[off+bufoff*stream+1] = uint8(v.entry >> 8) - buf[off+bufoff*stream2+1] = uint8(v2.entry >> 8) - } - - off += 2 - - if off == bufoff { - if bufoff > dstEvery { - return nil, errors.New("corruption detected: stream overrun 1") - } - copy(out, buf[:bufoff]) - copy(out[dstEvery:], buf[bufoff:bufoff*2]) - copy(out[dstEvery*2:], buf[bufoff*2:bufoff*3]) - copy(out[dstEvery*3:], buf[bufoff*3:bufoff*4]) - off = 0 - out = out[bufoff:] - decoded += 256 - // There must at least be 3 buffers left. - if len(out) < dstEvery*3 { - return nil, errors.New("corruption detected: stream overrun 2") - } - } - } - if off > 0 { - ioff := int(off) - if len(out) < dstEvery*3+ioff { - return nil, errors.New("corruption detected: stream overrun 3") - } - copy(out, buf[:off]) - copy(out[dstEvery:dstEvery+ioff], buf[bufoff:bufoff*2]) - copy(out[dstEvery*2:dstEvery*2+ioff], buf[bufoff*2:bufoff*3]) - copy(out[dstEvery*3:dstEvery*3+ioff], buf[bufoff*3:bufoff*4]) - decoded += int(off) * 4 - out = out[off:] - } - - // Decode remaining. - for i := range br { - offset := dstEvery * i - br := &br[i] - bitsLeft := br.off*8 + uint(64-br.bitsRead) - for bitsLeft > 0 { - br.fill() - if false && br.bitsRead >= 32 { - if br.off >= 4 { - v := br.in[br.off-4:] - v = v[:4] - low := (uint32(v[0])) | (uint32(v[1]) << 8) | (uint32(v[2]) << 16) | (uint32(v[3]) << 24) - br.value = (br.value << 32) | uint64(low) - br.bitsRead -= 32 - br.off -= 4 - } else { - for br.off > 0 { - br.value = (br.value << 8) | uint64(br.in[br.off-1]) - br.bitsRead -= 8 - br.off-- - } - } - } - // end inline... - if offset >= len(out) { - return nil, errors.New("corruption detected: stream overrun 4") - } - - // Read value and increment offset. - val := br.peekBitsFast(d.actualTableLog) - v := single[val&tlMask].entry - nBits := uint8(v) - br.advance(nBits) - bitsLeft -= uint(nBits) - out[offset] = uint8(v >> 8) - offset++ - } - decoded += offset - dstEvery*i - err = br.close() - if err != nil { - return nil, err - } - } - if dstSize != decoded { - return nil, errors.New("corruption detected: short output block") - } - return dst, nil -} - // Decompress4X will decompress a 4X encoded stream. // The length of the supplied input must match the end of a block exactly. // The *capacity* of the dst slice must match the destination size of @@ -916,12 +764,12 @@ func (d *Decoder) decompress4X8bit(dst, src []byte) ([]byte, error) { single := d.dt.single[:tlSize] // Use temp table to avoid bound checks/append penalty. - var buf [256]byte + buf := d.buffer() var off uint8 var decoded int // Decode 4 values from each decoder/loop. - const bufoff = 256 / 4 + const bufoff = 256 for { if br[0].off < 4 || br[1].off < 4 || br[2].off < 4 || br[3].off < 4 { break @@ -942,8 +790,8 @@ func (d *Decoder) decompress4X8bit(dst, src []byte) ([]byte, error) { br1.value <<= v & 63 br2.bitsRead += uint8(v2) br2.value <<= v2 & 63 - buf[off+bufoff*stream] = uint8(v >> 8) - buf[off+bufoff*stream2] = uint8(v2 >> 8) + buf[stream][off] = uint8(v >> 8) + buf[stream2][off] = uint8(v2 >> 8) v = single[uint8(br1.value>>shift)].entry v2 = single[uint8(br2.value>>shift)].entry @@ -951,8 +799,8 @@ func (d *Decoder) decompress4X8bit(dst, src []byte) ([]byte, error) { br1.value <<= v & 63 br2.bitsRead += uint8(v2) br2.value <<= v2 & 63 - buf[off+bufoff*stream+1] = uint8(v >> 8) - buf[off+bufoff*stream2+1] = uint8(v2 >> 8) + buf[stream][off+1] = uint8(v >> 8) + buf[stream2][off+1] = uint8(v2 >> 8) v = single[uint8(br1.value>>shift)].entry v2 = single[uint8(br2.value>>shift)].entry @@ -960,8 +808,8 @@ func (d *Decoder) decompress4X8bit(dst, src []byte) ([]byte, error) { br1.value <<= v & 63 br2.bitsRead += uint8(v2) br2.value <<= v2 & 63 - buf[off+bufoff*stream+2] = uint8(v >> 8) - buf[off+bufoff*stream2+2] = uint8(v2 >> 8) + buf[stream][off+2] = uint8(v >> 8) + buf[stream2][off+2] = uint8(v2 >> 8) v = single[uint8(br1.value>>shift)].entry v2 = single[uint8(br2.value>>shift)].entry @@ -969,8 +817,8 @@ func (d *Decoder) decompress4X8bit(dst, src []byte) ([]byte, error) { br1.value <<= v & 63 br2.bitsRead += uint8(v2) br2.value <<= v2 & 63 - buf[off+bufoff*stream2+3] = uint8(v2 >> 8) - buf[off+bufoff*stream+3] = uint8(v >> 8) + buf[stream][off+3] = uint8(v >> 8) + buf[stream2][off+3] = uint8(v2 >> 8) } { @@ -987,8 +835,8 @@ func (d *Decoder) decompress4X8bit(dst, src []byte) ([]byte, error) { br1.value <<= v & 63 br2.bitsRead += uint8(v2) br2.value <<= v2 & 63 - buf[off+bufoff*stream] = uint8(v >> 8) - buf[off+bufoff*stream2] = uint8(v2 >> 8) + buf[stream][off] = uint8(v >> 8) + buf[stream2][off] = uint8(v2 >> 8) v = single[uint8(br1.value>>shift)].entry v2 = single[uint8(br2.value>>shift)].entry @@ -996,8 +844,8 @@ func (d *Decoder) decompress4X8bit(dst, src []byte) ([]byte, error) { br1.value <<= v & 63 br2.bitsRead += uint8(v2) br2.value <<= v2 & 63 - buf[off+bufoff*stream+1] = uint8(v >> 8) - buf[off+bufoff*stream2+1] = uint8(v2 >> 8) + buf[stream][off+1] = uint8(v >> 8) + buf[stream2][off+1] = uint8(v2 >> 8) v = single[uint8(br1.value>>shift)].entry v2 = single[uint8(br2.value>>shift)].entry @@ -1005,8 +853,8 @@ func (d *Decoder) decompress4X8bit(dst, src []byte) ([]byte, error) { br1.value <<= v & 63 br2.bitsRead += uint8(v2) br2.value <<= v2 & 63 - buf[off+bufoff*stream+2] = uint8(v >> 8) - buf[off+bufoff*stream2+2] = uint8(v2 >> 8) + buf[stream][off+2] = uint8(v >> 8) + buf[stream2][off+2] = uint8(v2 >> 8) v = single[uint8(br1.value>>shift)].entry v2 = single[uint8(br2.value>>shift)].entry @@ -1014,25 +862,26 @@ func (d *Decoder) decompress4X8bit(dst, src []byte) ([]byte, error) { br1.value <<= v & 63 br2.bitsRead += uint8(v2) br2.value <<= v2 & 63 - buf[off+bufoff*stream2+3] = uint8(v2 >> 8) - buf[off+bufoff*stream+3] = uint8(v >> 8) + buf[stream][off+3] = uint8(v >> 8) + buf[stream2][off+3] = uint8(v2 >> 8) } off += 4 - if off == bufoff { + if off == 0 { if bufoff > dstEvery { + d.bufs.Put(buf) return nil, errors.New("corruption detected: stream overrun 1") } - copy(out, buf[:bufoff]) - copy(out[dstEvery:], buf[bufoff:bufoff*2]) - copy(out[dstEvery*2:], buf[bufoff*2:bufoff*3]) - copy(out[dstEvery*3:], buf[bufoff*3:bufoff*4]) - off = 0 + copy(out, buf[0][:]) + copy(out[dstEvery:], buf[1][:]) + copy(out[dstEvery*2:], buf[2][:]) + copy(out[dstEvery*3:], buf[3][:]) out = out[bufoff:] - decoded += 256 + decoded += bufoff * 4 // There must at least be 3 buffers left. if len(out) < dstEvery*3 { + d.bufs.Put(buf) return nil, errors.New("corruption detected: stream overrun 2") } } @@ -1040,23 +889,31 @@ func (d *Decoder) decompress4X8bit(dst, src []byte) ([]byte, error) { if off > 0 { ioff := int(off) if len(out) < dstEvery*3+ioff { + d.bufs.Put(buf) return nil, errors.New("corruption detected: stream overrun 3") } - copy(out, buf[:off]) - copy(out[dstEvery:dstEvery+ioff], buf[bufoff:bufoff*2]) - copy(out[dstEvery*2:dstEvery*2+ioff], buf[bufoff*2:bufoff*3]) - copy(out[dstEvery*3:dstEvery*3+ioff], buf[bufoff*3:bufoff*4]) + copy(out, buf[0][:off]) + copy(out[dstEvery:], buf[1][:off]) + copy(out[dstEvery*2:], buf[2][:off]) + copy(out[dstEvery*3:], buf[3][:off]) decoded += int(off) * 4 out = out[off:] } // Decode remaining. + // Decode remaining. + remainBytes := dstEvery - (decoded / 4) for i := range br { offset := dstEvery * i + endsAt := offset + remainBytes + if endsAt > len(out) { + endsAt = len(out) + } br := &br[i] - bitsLeft := int(br.off*8) + int(64-br.bitsRead) + bitsLeft := br.remaining() for bitsLeft > 0 { if br.finished() { + d.bufs.Put(buf) return nil, io.ErrUnexpectedEOF } if br.bitsRead >= 56 { @@ -1076,7 +933,8 @@ func (d *Decoder) decompress4X8bit(dst, src []byte) ([]byte, error) { } } // end inline... - if offset >= len(out) { + if offset >= endsAt { + d.bufs.Put(buf) return nil, errors.New("corruption detected: stream overrun 4") } @@ -1084,16 +942,22 @@ func (d *Decoder) decompress4X8bit(dst, src []byte) ([]byte, error) { v := single[uint8(br.value>>shift)].entry nBits := uint8(v) br.advance(nBits) - bitsLeft -= int(nBits) + bitsLeft -= uint(nBits) out[offset] = uint8(v >> 8) offset++ } + if offset != endsAt { + d.bufs.Put(buf) + return nil, fmt.Errorf("corruption detected: short output block %d, end %d != %d", i, offset, endsAt) + } decoded += offset - dstEvery*i err = br.close() if err != nil { + d.bufs.Put(buf) return nil, err } } + d.bufs.Put(buf) if dstSize != decoded { return nil, errors.New("corruption detected: short output block") } @@ -1135,12 +999,12 @@ func (d *Decoder) decompress4X8bitExactly(dst, src []byte) ([]byte, error) { single := d.dt.single[:tlSize] // Use temp table to avoid bound checks/append penalty. - var buf [256]byte + buf := d.buffer() var off uint8 var decoded int // Decode 4 values from each decoder/loop. - const bufoff = 256 / 4 + const bufoff = 256 for { if br[0].off < 4 || br[1].off < 4 || br[2].off < 4 || br[3].off < 4 { break @@ -1150,104 +1014,109 @@ func (d *Decoder) decompress4X8bitExactly(dst, src []byte) ([]byte, error) { // Interleave 2 decodes. const stream = 0 const stream2 = 1 - br[stream].fillFast() - br[stream2].fillFast() + br1 := &br[stream] + br2 := &br[stream2] + br1.fillFast() + br2.fillFast() - v := single[uint8(br[stream].value>>shift)].entry - v2 := single[uint8(br[stream2].value>>shift)].entry - br[stream].bitsRead += uint8(v) - br[stream].value <<= v & 63 - br[stream2].bitsRead += uint8(v2) - br[stream2].value <<= v2 & 63 - buf[off+bufoff*stream] = uint8(v >> 8) - buf[off+bufoff*stream2] = uint8(v2 >> 8) + v := single[uint8(br1.value>>shift)].entry + v2 := single[uint8(br2.value>>shift)].entry + br1.bitsRead += uint8(v) + br1.value <<= v & 63 + br2.bitsRead += uint8(v2) + br2.value <<= v2 & 63 + buf[stream][off] = uint8(v >> 8) + buf[stream2][off] = uint8(v2 >> 8) - v = single[uint8(br[stream].value>>shift)].entry - v2 = single[uint8(br[stream2].value>>shift)].entry - br[stream].bitsRead += uint8(v) - br[stream].value <<= v & 63 - br[stream2].bitsRead += uint8(v2) - br[stream2].value <<= v2 & 63 - buf[off+bufoff*stream+1] = uint8(v >> 8) - buf[off+bufoff*stream2+1] = uint8(v2 >> 8) + v = single[uint8(br1.value>>shift)].entry + v2 = single[uint8(br2.value>>shift)].entry + br1.bitsRead += uint8(v) + br1.value <<= v & 63 + br2.bitsRead += uint8(v2) + br2.value <<= v2 & 63 + buf[stream][off+1] = uint8(v >> 8) + buf[stream2][off+1] = uint8(v2 >> 8) - v = single[uint8(br[stream].value>>shift)].entry - v2 = single[uint8(br[stream2].value>>shift)].entry - br[stream].bitsRead += uint8(v) - br[stream].value <<= v & 63 - br[stream2].bitsRead += uint8(v2) - br[stream2].value <<= v2 & 63 - buf[off+bufoff*stream+2] = uint8(v >> 8) - buf[off+bufoff*stream2+2] = uint8(v2 >> 8) + v = single[uint8(br1.value>>shift)].entry + v2 = single[uint8(br2.value>>shift)].entry + br1.bitsRead += uint8(v) + br1.value <<= v & 63 + br2.bitsRead += uint8(v2) + br2.value <<= v2 & 63 + buf[stream][off+2] = uint8(v >> 8) + buf[stream2][off+2] = uint8(v2 >> 8) - v = single[uint8(br[stream].value>>shift)].entry - v2 = single[uint8(br[stream2].value>>shift)].entry - br[stream].bitsRead += uint8(v) - br[stream].value <<= v & 63 - br[stream2].bitsRead += uint8(v2) - br[stream2].value <<= v2 & 63 - buf[off+bufoff*stream+3] = uint8(v >> 8) - buf[off+bufoff*stream2+3] = uint8(v2 >> 8) + v = single[uint8(br1.value>>shift)].entry + v2 = single[uint8(br2.value>>shift)].entry + br1.bitsRead += uint8(v) + br1.value <<= v & 63 + br2.bitsRead += uint8(v2) + br2.value <<= v2 & 63 + buf[stream][off+3] = uint8(v >> 8) + buf[stream2][off+3] = uint8(v2 >> 8) } { const stream = 2 const stream2 = 3 - br[stream].fillFast() - br[stream2].fillFast() + br1 := &br[stream] + br2 := &br[stream2] + br1.fillFast() + br2.fillFast() - v := single[uint8(br[stream].value>>shift)].entry - v2 := single[uint8(br[stream2].value>>shift)].entry - br[stream].bitsRead += uint8(v) - br[stream].value <<= v & 63 - br[stream2].bitsRead += uint8(v2) - br[stream2].value <<= v2 & 63 - buf[off+bufoff*stream] = uint8(v >> 8) - buf[off+bufoff*stream2] = uint8(v2 >> 8) + v := single[uint8(br1.value>>shift)].entry + v2 := single[uint8(br2.value>>shift)].entry + br1.bitsRead += uint8(v) + br1.value <<= v & 63 + br2.bitsRead += uint8(v2) + br2.value <<= v2 & 63 + buf[stream][off] = uint8(v >> 8) + buf[stream2][off] = uint8(v2 >> 8) - v = single[uint8(br[stream].value>>shift)].entry - v2 = single[uint8(br[stream2].value>>shift)].entry - br[stream].bitsRead += uint8(v) - br[stream].value <<= v & 63 - br[stream2].bitsRead += uint8(v2) - br[stream2].value <<= v2 & 63 - buf[off+bufoff*stream+1] = uint8(v >> 8) - buf[off+bufoff*stream2+1] = uint8(v2 >> 8) + v = single[uint8(br1.value>>shift)].entry + v2 = single[uint8(br2.value>>shift)].entry + br1.bitsRead += uint8(v) + br1.value <<= v & 63 + br2.bitsRead += uint8(v2) + br2.value <<= v2 & 63 + buf[stream][off+1] = uint8(v >> 8) + buf[stream2][off+1] = uint8(v2 >> 8) - v = single[uint8(br[stream].value>>shift)].entry - v2 = single[uint8(br[stream2].value>>shift)].entry - br[stream].bitsRead += uint8(v) - br[stream].value <<= v & 63 - br[stream2].bitsRead += uint8(v2) - br[stream2].value <<= v2 & 63 - buf[off+bufoff*stream+2] = uint8(v >> 8) - buf[off+bufoff*stream2+2] = uint8(v2 >> 8) + v = single[uint8(br1.value>>shift)].entry + v2 = single[uint8(br2.value>>shift)].entry + br1.bitsRead += uint8(v) + br1.value <<= v & 63 + br2.bitsRead += uint8(v2) + br2.value <<= v2 & 63 + buf[stream][off+2] = uint8(v >> 8) + buf[stream2][off+2] = uint8(v2 >> 8) - v = single[uint8(br[stream].value>>shift)].entry - v2 = single[uint8(br[stream2].value>>shift)].entry - br[stream].bitsRead += uint8(v) - br[stream].value <<= v & 63 - br[stream2].bitsRead += uint8(v2) - br[stream2].value <<= v2 & 63 - buf[off+bufoff*stream+3] = uint8(v >> 8) - buf[off+bufoff*stream2+3] = uint8(v2 >> 8) + v = single[uint8(br1.value>>shift)].entry + v2 = single[uint8(br2.value>>shift)].entry + br1.bitsRead += uint8(v) + br1.value <<= v & 63 + br2.bitsRead += uint8(v2) + br2.value <<= v2 & 63 + buf[stream][off+3] = uint8(v >> 8) + buf[stream2][off+3] = uint8(v2 >> 8) } off += 4 - if off == bufoff { + if off == 0 { if bufoff > dstEvery { + d.bufs.Put(buf) return nil, errors.New("corruption detected: stream overrun 1") } - copy(out, buf[:bufoff]) - copy(out[dstEvery:], buf[bufoff:bufoff*2]) - copy(out[dstEvery*2:], buf[bufoff*2:bufoff*3]) - copy(out[dstEvery*3:], buf[bufoff*3:bufoff*4]) - off = 0 + copy(out, buf[0][:]) + copy(out[dstEvery:], buf[1][:]) + copy(out[dstEvery*2:], buf[2][:]) + copy(out[dstEvery*3:], buf[3][:]) out = out[bufoff:] - decoded += 256 + decoded += bufoff * 4 // There must at least be 3 buffers left. if len(out) < dstEvery*3 { + d.bufs.Put(buf) return nil, errors.New("corruption detected: stream overrun 2") } } @@ -1257,21 +1126,27 @@ func (d *Decoder) decompress4X8bitExactly(dst, src []byte) ([]byte, error) { if len(out) < dstEvery*3+ioff { return nil, errors.New("corruption detected: stream overrun 3") } - copy(out, buf[:off]) - copy(out[dstEvery:dstEvery+ioff], buf[bufoff:bufoff*2]) - copy(out[dstEvery*2:dstEvery*2+ioff], buf[bufoff*2:bufoff*3]) - copy(out[dstEvery*3:dstEvery*3+ioff], buf[bufoff*3:bufoff*4]) + copy(out, buf[0][:off]) + copy(out[dstEvery:], buf[1][:off]) + copy(out[dstEvery*2:], buf[2][:off]) + copy(out[dstEvery*3:], buf[3][:off]) decoded += int(off) * 4 out = out[off:] } // Decode remaining. + remainBytes := dstEvery - (decoded / 4) for i := range br { offset := dstEvery * i + endsAt := offset + remainBytes + if endsAt > len(out) { + endsAt = len(out) + } br := &br[i] - bitsLeft := int(br.off*8) + int(64-br.bitsRead) + bitsLeft := br.remaining() for bitsLeft > 0 { if br.finished() { + d.bufs.Put(buf) return nil, io.ErrUnexpectedEOF } if br.bitsRead >= 56 { @@ -1291,7 +1166,8 @@ func (d *Decoder) decompress4X8bitExactly(dst, src []byte) ([]byte, error) { } } // end inline... - if offset >= len(out) { + if offset >= endsAt { + d.bufs.Put(buf) return nil, errors.New("corruption detected: stream overrun 4") } @@ -1299,16 +1175,23 @@ func (d *Decoder) decompress4X8bitExactly(dst, src []byte) ([]byte, error) { v := single[br.peekByteFast()].entry nBits := uint8(v) br.advance(nBits) - bitsLeft -= int(nBits) + bitsLeft -= uint(nBits) out[offset] = uint8(v >> 8) offset++ } + if offset != endsAt { + d.bufs.Put(buf) + return nil, fmt.Errorf("corruption detected: short output block %d, end %d != %d", i, offset, endsAt) + } + decoded += offset - dstEvery*i err = br.close() if err != nil { + d.bufs.Put(buf) return nil, err } } + d.bufs.Put(buf) if dstSize != decoded { return nil, errors.New("corruption detected: short output block") } diff --git a/vendor/github.com/klauspost/compress/zstd/blockdec.go b/vendor/github.com/klauspost/compress/zstd/blockdec.go index dc587b2c9..7d567a54a 100644 --- a/vendor/github.com/klauspost/compress/zstd/blockdec.go +++ b/vendor/github.com/klauspost/compress/zstd/blockdec.go @@ -76,16 +76,25 @@ type blockDec struct { // Window size of the block. WindowSize uint64 - history chan *history - input chan struct{} - result chan decodeOutput - err error - decWG sync.WaitGroup + err error + + // Check against this crc + checkCRC []byte // Frame to use for singlethreaded decoding. // Should not be used by the decoder itself since parent may be another frame. localFrame *frameDec + sequence []seqVals + + async struct { + newHist *history + literals []byte + seqData []byte + seqSize int // Size of uncompressed sequences + fcs uint64 + } + // Block is RLE, this is the size. RLESize uint32 tmp [4]byte @@ -108,13 +117,8 @@ func (b *blockDec) String() string { func newBlockDec(lowMem bool) *blockDec { b := blockDec{ - lowMem: lowMem, - result: make(chan decodeOutput, 1), - input: make(chan struct{}, 1), - history: make(chan *history, 1), + lowMem: lowMem, } - b.decWG.Add(1) - go b.startDecoder() return &b } @@ -137,6 +141,12 @@ func (b *blockDec) reset(br byteBuffer, windowSize uint64) error { case blockTypeReserved: return ErrReservedBlockType case blockTypeRLE: + if cSize > maxCompressedBlockSize || cSize > int(b.WindowSize) { + if debugDecoder { + printf("rle block too big: csize:%d block: %+v\n", uint64(cSize), b) + } + return ErrWindowSizeExceeded + } b.RLESize = uint32(cSize) if b.lowMem { maxSize = cSize @@ -157,7 +167,19 @@ func (b *blockDec) reset(br byteBuffer, windowSize uint64) error { } return ErrCompressedSizeTooBig } + // Empty compressed blocks must at least be 2 bytes + // for Literals_Block_Type and one for Sequences_Section_Header. + if cSize < 2 { + return ErrBlockTooSmall + } case blockTypeRaw: + if cSize > maxCompressedBlockSize || cSize > int(b.WindowSize) { + if debugDecoder { + printf("rle block too big: csize:%d block: %+v\n", uint64(cSize), b) + } + return ErrWindowSizeExceeded + } + b.RLESize = 0 // We do not need a destination for raw blocks. maxSize = -1 @@ -192,85 +214,14 @@ func (b *blockDec) sendErr(err error) { b.Last = true b.Type = blockTypeReserved b.err = err - b.input <- struct{}{} } // Close will release resources. // Closed blockDec cannot be reset. func (b *blockDec) Close() { - close(b.input) - close(b.history) - close(b.result) - b.decWG.Wait() } -// decodeAsync will prepare decoding the block when it receives input. -// This will separate output and history. -func (b *blockDec) startDecoder() { - defer b.decWG.Done() - for range b.input { - //println("blockDec: Got block input") - switch b.Type { - case blockTypeRLE: - if cap(b.dst) < int(b.RLESize) { - if b.lowMem { - b.dst = make([]byte, b.RLESize) - } else { - b.dst = make([]byte, maxBlockSize) - } - } - o := decodeOutput{ - d: b, - b: b.dst[:b.RLESize], - err: nil, - } - v := b.data[0] - for i := range o.b { - o.b[i] = v - } - hist := <-b.history - hist.append(o.b) - b.result <- o - case blockTypeRaw: - o := decodeOutput{ - d: b, - b: b.data, - err: nil, - } - hist := <-b.history - hist.append(o.b) - b.result <- o - case blockTypeCompressed: - b.dst = b.dst[:0] - err := b.decodeCompressed(nil) - o := decodeOutput{ - d: b, - b: b.dst, - err: err, - } - if debugDecoder { - println("Decompressed to", len(b.dst), "bytes, error:", err) - } - b.result <- o - case blockTypeReserved: - // Used for returning errors. - <-b.history - b.result <- decodeOutput{ - d: b, - b: nil, - err: b.err, - } - default: - panic("Invalid block type") - } - if debugDecoder { - println("blockDec: Finished block") - } - } -} - -// decodeAsync will prepare decoding the block when it receives the history. -// If history is provided, it will not fetch it from the channel. +// decodeBuf func (b *blockDec) decodeBuf(hist *history) error { switch b.Type { case blockTypeRLE: @@ -293,14 +244,23 @@ func (b *blockDec) decodeBuf(hist *history) error { return nil case blockTypeCompressed: saved := b.dst - b.dst = hist.b - hist.b = nil + // Append directly to history + if hist.ignoreBuffer == 0 { + b.dst = hist.b + hist.b = nil + } else { + b.dst = b.dst[:0] + } err := b.decodeCompressed(hist) if debugDecoder { println("Decompressed to total", len(b.dst), "bytes, hash:", xxhash.Sum64(b.dst), "error:", err) } - hist.b = b.dst - b.dst = saved + if hist.ignoreBuffer == 0 { + hist.b = b.dst + b.dst = saved + } else { + hist.appendKeep(b.dst) + } return err case blockTypeReserved: // Used for returning errors. @@ -310,30 +270,18 @@ func (b *blockDec) decodeBuf(hist *history) error { } } -// decodeCompressed will start decompressing a block. -// If no history is supplied the decoder will decodeAsync as much as possible -// before fetching from blockDec.history -func (b *blockDec) decodeCompressed(hist *history) error { - in := b.data - delayedHistory := hist == nil - - if delayedHistory { - // We must always grab history. - defer func() { - if hist == nil { - <-b.history - } - }() - } +func (b *blockDec) decodeLiterals(in []byte, hist *history) (remain []byte, err error) { // There must be at least one byte for Literals_Block_Type and one for Sequences_Section_Header if len(in) < 2 { - return ErrBlockTooSmall + return in, ErrBlockTooSmall } + litType := literalsBlockType(in[0] & 3) var litRegenSize int var litCompSize int sizeFormat := (in[0] >> 2) & 3 var fourStreams bool + var literals []byte switch litType { case literalsBlockRaw, literalsBlockRLE: switch sizeFormat { @@ -349,7 +297,7 @@ func (b *blockDec) decodeCompressed(hist *history) error { // Regenerated_Size uses 20 bits (0-1048575). Literals_Section_Header uses 3 bytes. if len(in) < 3 { println("too small: litType:", litType, " sizeFormat", sizeFormat, len(in)) - return ErrBlockTooSmall + return in, ErrBlockTooSmall } litRegenSize = int(in[0]>>4) + (int(in[1]) << 4) + (int(in[2]) << 12) in = in[3:] @@ -360,7 +308,7 @@ func (b *blockDec) decodeCompressed(hist *history) error { // Both Regenerated_Size and Compressed_Size use 10 bits (0-1023). if len(in) < 3 { println("too small: litType:", litType, " sizeFormat", sizeFormat, len(in)) - return ErrBlockTooSmall + return in, ErrBlockTooSmall } n := uint64(in[0]>>4) + (uint64(in[1]) << 4) + (uint64(in[2]) << 12) litRegenSize = int(n & 1023) @@ -371,7 +319,7 @@ func (b *blockDec) decodeCompressed(hist *history) error { fourStreams = true if len(in) < 4 { println("too small: litType:", litType, " sizeFormat", sizeFormat, len(in)) - return ErrBlockTooSmall + return in, ErrBlockTooSmall } n := uint64(in[0]>>4) + (uint64(in[1]) << 4) + (uint64(in[2]) << 12) + (uint64(in[3]) << 20) litRegenSize = int(n & 16383) @@ -381,7 +329,7 @@ func (b *blockDec) decodeCompressed(hist *history) error { fourStreams = true if len(in) < 5 { println("too small: litType:", litType, " sizeFormat", sizeFormat, len(in)) - return ErrBlockTooSmall + return in, ErrBlockTooSmall } n := uint64(in[0]>>4) + (uint64(in[1]) << 4) + (uint64(in[2]) << 12) + (uint64(in[3]) << 20) + (uint64(in[4]) << 28) litRegenSize = int(n & 262143) @@ -392,13 +340,15 @@ func (b *blockDec) decodeCompressed(hist *history) error { if debugDecoder { println("literals type:", litType, "litRegenSize:", litRegenSize, "litCompSize:", litCompSize, "sizeFormat:", sizeFormat, "4X:", fourStreams) } - var literals []byte - var huff *huff0.Scratch + if litRegenSize > int(b.WindowSize) || litRegenSize > maxCompressedBlockSize { + return in, ErrWindowSizeExceeded + } + switch litType { case literalsBlockRaw: if len(in) < litRegenSize { println("too small: litType:", litType, " sizeFormat", sizeFormat, "remain:", len(in), "want:", litRegenSize) - return ErrBlockTooSmall + return in, ErrBlockTooSmall } literals = in[:litRegenSize] in = in[litRegenSize:] @@ -406,7 +356,7 @@ func (b *blockDec) decodeCompressed(hist *history) error { case literalsBlockRLE: if len(in) < 1 { println("too small: litType:", litType, " sizeFormat", sizeFormat, "remain:", len(in), "want:", 1) - return ErrBlockTooSmall + return in, ErrBlockTooSmall } if cap(b.literalBuf) < litRegenSize { if b.lowMem { @@ -417,7 +367,6 @@ func (b *blockDec) decodeCompressed(hist *history) error { b.literalBuf = make([]byte, litRegenSize) } else { b.literalBuf = make([]byte, litRegenSize, maxCompressedLiteralSize) - } } } @@ -433,7 +382,7 @@ func (b *blockDec) decodeCompressed(hist *history) error { case literalsBlockTreeless: if len(in) < litCompSize { println("too small: litType:", litType, " sizeFormat", sizeFormat, "remain:", len(in), "want:", litCompSize) - return ErrBlockTooSmall + return in, ErrBlockTooSmall } // Store compressed literals, so we defer decoding until we get history. literals = in[:litCompSize] @@ -441,15 +390,10 @@ func (b *blockDec) decodeCompressed(hist *history) error { if debugDecoder { printf("Found %d compressed literals\n", litCompSize) } - case literalsBlockCompressed: - if len(in) < litCompSize { - println("too small: litType:", litType, " sizeFormat", sizeFormat, "remain:", len(in), "want:", litCompSize) - return ErrBlockTooSmall + huff := hist.huffTree + if huff == nil { + return in, errors.New("literal block was treeless, but no history was defined") } - literals = in[:litCompSize] - in = in[litCompSize:] - huff = huffDecoderPool.Get().(*huff0.Scratch) - var err error // Ensure we have space to store it. if cap(b.literalBuf) < litRegenSize { if b.lowMem { @@ -458,14 +402,53 @@ func (b *blockDec) decodeCompressed(hist *history) error { b.literalBuf = make([]byte, 0, maxCompressedLiteralSize) } } - if huff == nil { - huff = &huff0.Scratch{} + var err error + // Use our out buffer. + huff.MaxDecodedSize = maxCompressedBlockSize + if fourStreams { + literals, err = huff.Decoder().Decompress4X(b.literalBuf[:0:litRegenSize], literals) + } else { + literals, err = huff.Decoder().Decompress1X(b.literalBuf[:0:litRegenSize], literals) } + // Make sure we don't leak our literals buffer + if err != nil { + println("decompressing literals:", err) + return in, err + } + if len(literals) != litRegenSize { + return in, fmt.Errorf("literal output size mismatch want %d, got %d", litRegenSize, len(literals)) + } + + case literalsBlockCompressed: + if len(in) < litCompSize { + println("too small: litType:", litType, " sizeFormat", sizeFormat, "remain:", len(in), "want:", litCompSize) + return in, ErrBlockTooSmall + } + literals = in[:litCompSize] + in = in[litCompSize:] + // Ensure we have space to store it. + if cap(b.literalBuf) < litRegenSize { + if b.lowMem { + b.literalBuf = make([]byte, 0, litRegenSize) + } else { + b.literalBuf = make([]byte, 0, maxCompressedBlockSize) + } + } + huff := hist.huffTree + if huff == nil || (hist.dict != nil && huff == hist.dict.litEnc) { + huff = huffDecoderPool.Get().(*huff0.Scratch) + if huff == nil { + huff = &huff0.Scratch{} + } + } + var err error huff, literals, err = huff0.ReadTable(literals, huff) if err != nil { println("reading huffman table:", err) - return err + return in, err } + hist.huffTree = huff + huff.MaxDecodedSize = maxCompressedBlockSize // Use our out buffer. if fourStreams { literals, err = huff.Decoder().Decompress4X(b.literalBuf[:0:litRegenSize], literals) @@ -474,27 +457,56 @@ func (b *blockDec) decodeCompressed(hist *history) error { } if err != nil { println("decoding compressed literals:", err) - return err + return in, err } // Make sure we don't leak our literals buffer if len(literals) != litRegenSize { - return fmt.Errorf("literal output size mismatch want %d, got %d", litRegenSize, len(literals)) + return in, fmt.Errorf("literal output size mismatch want %d, got %d", litRegenSize, len(literals)) } if debugDecoder { printf("Decompressed %d literals into %d bytes\n", litCompSize, litRegenSize) } } + hist.decoders.literals = literals + return in, nil +} +// decodeCompressed will start decompressing a block. +func (b *blockDec) decodeCompressed(hist *history) error { + in := b.data + in, err := b.decodeLiterals(in, hist) + if err != nil { + return err + } + err = b.prepareSequences(in, hist) + if err != nil { + return err + } + if hist.decoders.nSeqs == 0 { + b.dst = append(b.dst, hist.decoders.literals...) + return nil + } + err = hist.decoders.decodeSync(hist) + if err != nil { + return err + } + b.dst = hist.decoders.out + hist.recentOffsets = hist.decoders.prevOffset + return nil +} + +func (b *blockDec) prepareSequences(in []byte, hist *history) (err error) { + if debugDecoder { + printf("prepareSequences: %d byte(s) input\n", len(in)) + } // Decode Sequences // https://github.com/facebook/zstd/blob/dev/doc/zstd_compression_format.md#sequences-section if len(in) < 1 { return ErrBlockTooSmall } + var nSeqs int seqHeader := in[0] - nSeqs := 0 switch { - case seqHeader == 0: - in = in[1:] case seqHeader < 128: nSeqs = int(seqHeader) in = in[1:] @@ -511,8 +523,16 @@ func (b *blockDec) decodeCompressed(hist *history) error { nSeqs = 0x7f00 + int(in[1]) + (int(in[2]) << 8) in = in[3:] } + if nSeqs == 0 && len(in) != 0 { + // When no sequences, there should not be any more data... + if debugDecoder { + printf("prepareSequences: 0 sequences, but %d byte(s) left on stream\n", len(in)) + } + return ErrUnexpectedBlockSize + } - var seqs = &sequenceDecs{} + var seqs = &hist.decoders + seqs.nSeqs = nSeqs if nSeqs > 0 { if len(in) < 1 { return ErrBlockTooSmall @@ -541,6 +561,9 @@ func (b *blockDec) decodeCompressed(hist *history) error { } switch mode { case compModePredefined: + if seq.fse != nil && !seq.fse.preDefined { + fseDecoderPool.Put(seq.fse) + } seq.fse = &fsePredef[i] case compModeRLE: if br.remain() < 1 { @@ -548,34 +571,36 @@ func (b *blockDec) decodeCompressed(hist *history) error { } v := br.Uint8() br.advance(1) - dec := fseDecoderPool.Get().(*fseDecoder) + if seq.fse == nil || seq.fse.preDefined { + seq.fse = fseDecoderPool.Get().(*fseDecoder) + } symb, err := decSymbolValue(v, symbolTableX[i]) if err != nil { printf("RLE Transform table (%v) error: %v", tableIndex(i), err) return err } - dec.setRLE(symb) - seq.fse = dec + seq.fse.setRLE(symb) if debugDecoder { printf("RLE set to %+v, code: %v", symb, v) } case compModeFSE: println("Reading table for", tableIndex(i)) - dec := fseDecoderPool.Get().(*fseDecoder) - err := dec.readNCount(&br, uint16(maxTableSymbol[i])) + if seq.fse == nil || seq.fse.preDefined { + seq.fse = fseDecoderPool.Get().(*fseDecoder) + } + err := seq.fse.readNCount(&br, uint16(maxTableSymbol[i])) if err != nil { println("Read table error:", err) return err } - err = dec.transform(symbolTableX[i]) + err = seq.fse.transform(symbolTableX[i]) if err != nil { println("Transform table error:", err) return err } if debugDecoder { - println("Read table ok", "symbolLen:", dec.symbolLen) + println("Read table ok", "symbolLen:", seq.fse.symbolLen) } - seq.fse = dec case compModeRepeat: seq.repeat = true } @@ -585,140 +610,89 @@ func (b *blockDec) decodeCompressed(hist *history) error { } in = br.unread() } - - // Wait for history. - // All time spent after this is critical since it is strictly sequential. - if hist == nil { - hist = <-b.history - if hist.error { - return ErrDecoderClosed - } - } - - // Decode treeless literal block. - if litType == literalsBlockTreeless { - // TODO: We could send the history early WITHOUT the stream history. - // This would allow decoding treeless literals before the byte history is available. - // Silencia stats: Treeless 4393, with: 32775, total: 37168, 11% treeless. - // So not much obvious gain here. - - if hist.huffTree == nil { - return errors.New("literal block was treeless, but no history was defined") - } - // Ensure we have space to store it. - if cap(b.literalBuf) < litRegenSize { - if b.lowMem { - b.literalBuf = make([]byte, 0, litRegenSize) - } else { - b.literalBuf = make([]byte, 0, maxCompressedLiteralSize) - } - } - var err error - // Use our out buffer. - huff = hist.huffTree - if fourStreams { - literals, err = huff.Decoder().Decompress4X(b.literalBuf[:0:litRegenSize], literals) - } else { - literals, err = huff.Decoder().Decompress1X(b.literalBuf[:0:litRegenSize], literals) - } - // Make sure we don't leak our literals buffer - if err != nil { - println("decompressing literals:", err) - return err - } - if len(literals) != litRegenSize { - return fmt.Errorf("literal output size mismatch want %d, got %d", litRegenSize, len(literals)) - } - } else { - if hist.huffTree != nil && huff != nil { - if hist.dict == nil || hist.dict.litEnc != hist.huffTree { - huffDecoderPool.Put(hist.huffTree) - } - hist.huffTree = nil - } - } - if huff != nil { - hist.huffTree = huff - } if debugDecoder { - println("Final literals:", len(literals), "hash:", xxhash.Sum64(literals), "and", nSeqs, "sequences.") + println("Literals:", len(seqs.literals), "hash:", xxhash.Sum64(seqs.literals), "and", seqs.nSeqs, "sequences.") } if nSeqs == 0 { - // Decompressed content is defined entirely as Literals Section content. - b.dst = append(b.dst, literals...) - if delayedHistory { - hist.append(literals) + if len(b.sequence) > 0 { + b.sequence = b.sequence[:0] } return nil } - - seqs, err := seqs.mergeHistory(&hist.decoders) - if err != nil { - return err + br := seqs.br + if br == nil { + br = &bitReader{} } - if debugDecoder { - println("History merged ok") - } - br := &bitReader{} if err := br.init(in); err != nil { return err } - // TODO: Investigate if sending history without decoders are faster. - // This would allow the sequences to be decoded async and only have to construct stream history. - // If only recent offsets were not transferred, this would be an obvious win. - // Also, if first 3 sequences don't reference recent offsets, all sequences can be decoded. + if err := seqs.initialize(br, hist, b.dst); err != nil { + println("initializing sequences:", err) + return err + } + return nil +} +func (b *blockDec) decodeSequences(hist *history) error { + if cap(b.sequence) < hist.decoders.nSeqs { + if b.lowMem { + b.sequence = make([]seqVals, 0, hist.decoders.nSeqs) + } else { + b.sequence = make([]seqVals, 0, 0x7F00+0xffff) + } + } + b.sequence = b.sequence[:hist.decoders.nSeqs] + if hist.decoders.nSeqs == 0 { + hist.decoders.seqSize = len(hist.decoders.literals) + return nil + } + hist.decoders.windowSize = hist.windowSize + hist.decoders.prevOffset = hist.recentOffsets + err := hist.decoders.decode(b.sequence) + hist.recentOffsets = hist.decoders.prevOffset + return err +} + +func (b *blockDec) executeSequences(hist *history) error { hbytes := hist.b if len(hbytes) > hist.windowSize { hbytes = hbytes[len(hbytes)-hist.windowSize:] - // We do not need history any more. + // We do not need history anymore. if hist.dict != nil { hist.dict.content = nil } } - - if err := seqs.initialize(br, hist, literals, b.dst); err != nil { - println("initializing sequences:", err) - return err - } - - err = seqs.decode(nSeqs, br, hbytes) + hist.decoders.windowSize = hist.windowSize + hist.decoders.out = b.dst[:0] + err := hist.decoders.execute(b.sequence, hbytes) if err != nil { return err } - if !br.finished() { - return fmt.Errorf("%d extra bits on block, should be 0", br.remain()) - } + return b.updateHistory(hist) +} - err = br.close() - if err != nil { - printf("Closing sequences: %v, %+v\n", err, *br) - } +func (b *blockDec) updateHistory(hist *history) error { if len(b.data) > maxCompressedBlockSize { return fmt.Errorf("compressed block size too large (%d)", len(b.data)) } // Set output and release references. - b.dst = seqs.out - seqs.out, seqs.literals, seqs.hist = nil, nil, nil + b.dst = hist.decoders.out + hist.recentOffsets = hist.decoders.prevOffset - if !delayedHistory { - // If we don't have delayed history, no need to update. - hist.recentOffsets = seqs.prevOffset - return nil - } if b.Last { // if last block we don't care about history. println("Last block, no history returned") hist.b = hist.b[:0] return nil + } else { + hist.append(b.dst) + if debugDecoder { + println("Finished block with ", len(b.sequence), "sequences. Added", len(b.dst), "to history, now length", len(hist.b)) + } } - hist.append(b.dst) - hist.recentOffsets = seqs.prevOffset - if debugDecoder { - println("Finished block with literals:", len(literals), "and", nSeqs, "sequences.") - } + hist.decoders.out, hist.decoders.literals = nil, nil return nil } diff --git a/vendor/github.com/mattn/go-colorable/go.mod b/vendor/github.com/mattn/go-colorable/go.mod deleted file mode 100644 index 27351c027..000000000 --- a/vendor/github.com/mattn/go-colorable/go.mod +++ /dev/null @@ -1,8 +0,0 @@ -module github.com/mattn/go-colorable - -require ( - github.com/mattn/go-isatty v0.0.14 - golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 // indirect -) - -go 1.13 diff --git a/vendor/github.com/mattn/go-colorable/go.sum b/vendor/github.com/mattn/go-colorable/go.sum deleted file mode 100644 index 40c33b333..000000000 --- a/vendor/github.com/mattn/go-colorable/go.sum +++ /dev/null @@ -1,5 +0,0 @@ -github.com/mattn/go-isatty v0.0.14 h1:yVuAays6BHfxijgZPzw+3Zlu5yQgKGP2/hcQbHb7S9Y= -github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= -golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6 h1:foEbQz/B0Oz6YIqu/69kfXPYeFQAuuMYFkjaqXzl5Wo= -golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= diff --git a/vendor/github.com/mattn/go-isatty/go.mod b/vendor/github.com/mattn/go-isatty/go.mod deleted file mode 100644 index c9a20b7f3..000000000 --- a/vendor/github.com/mattn/go-isatty/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module github.com/mattn/go-isatty - -go 1.12 - -require golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c diff --git a/vendor/github.com/metal3-io/baremetal-operator/pkg/hardwareutils/bmc/idrac.go b/vendor/github.com/metal3-io/baremetal-operator/pkg/hardwareutils/bmc/idrac.go deleted file mode 100644 index b7b8cb844..000000000 --- a/vendor/github.com/metal3-io/baremetal-operator/pkg/hardwareutils/bmc/idrac.go +++ /dev/null @@ -1,162 +0,0 @@ -package bmc - -import ( - "net/url" - "strings" -) - -func init() { - RegisterFactory("idrac", newIDRACAccessDetails, []string{"http", "https"}) -} - -func newIDRACAccessDetails(parsedURL *url.URL, disableCertificateVerification bool) (AccessDetails, error) { - return &iDracAccessDetails{ - bmcType: parsedURL.Scheme, - portNum: parsedURL.Port(), - hostname: parsedURL.Hostname(), - path: parsedURL.Path, - disableCertificateVerification: disableCertificateVerification, - }, nil -} - -type iDracAccessDetails struct { - bmcType string - portNum string - hostname string - path string - disableCertificateVerification bool -} - -func (a *iDracAccessDetails) Type() string { - return a.bmcType -} - -// NeedsMAC returns true when the host is going to need a separate -// port created rather than having it discovered. -func (a *iDracAccessDetails) NeedsMAC() bool { - return false -} - -func (a *iDracAccessDetails) Driver() string { - return "idrac" -} - -func (a *iDracAccessDetails) DisableCertificateVerification() bool { - return a.disableCertificateVerification -} - -// DriverInfo returns a data structure to pass as the DriverInfo -// parameter when creating a node in Ironic. The structure is -// pre-populated with the access information, and the caller is -// expected to add any other information that might be needed (such as -// the kernel and ramdisk locations). -func (a *iDracAccessDetails) DriverInfo(bmcCreds Credentials) map[string]interface{} { - result := map[string]interface{}{ - "drac_username": bmcCreds.Username, - "drac_password": bmcCreds.Password, - "drac_address": a.hostname, - } - if a.disableCertificateVerification { - result["drac_verify_ca"] = false - } - - schemes := strings.Split(a.bmcType, "+") - if len(schemes) > 1 { - result["drac_protocol"] = schemes[1] - } - if a.portNum != "" { - result["drac_port"] = a.portNum - } - if a.path != "" { - result["drac_path"] = a.path - } - - return result -} - -func (a *iDracAccessDetails) BIOSInterface() string { - return "" -} - -func (a *iDracAccessDetails) BootInterface() string { - return "ipxe" -} - -func (a *iDracAccessDetails) ManagementInterface() string { - return "" -} - -func (a *iDracAccessDetails) PowerInterface() string { - return "" -} - -func (a *iDracAccessDetails) RAIDInterface() string { - return "idrac-wsman" -} - -func (a *iDracAccessDetails) VendorInterface() string { - return "" -} - -// NOTE(dtantsur): change to true if we switch to redfish-based implementations -// by default. -func (a *iDracAccessDetails) SupportsSecureBoot() bool { - return false -} - -func (a *iDracAccessDetails) SupportsISOPreprovisioningImage() bool { - return false -} - -func (a *iDracAccessDetails) RequiresProvisioningNetwork() bool { - return true -} - -func (a *iDracAccessDetails) BuildBIOSSettings(firmwareConfig *FirmwareConfig) (settings []map[string]string, err error) { - if firmwareConfig == nil { - return nil, nil - } - - var value string - - if firmwareConfig.VirtualizationEnabled != nil { - value = "Disabled" - if *firmwareConfig.VirtualizationEnabled { - value = "Enabled" - } - settings = append(settings, - map[string]string{ - "name": "ProcVirtualization", - "value": value, - }, - ) - } - - if firmwareConfig.SimultaneousMultithreadingEnabled != nil { - value = "Disabled" - if *firmwareConfig.SimultaneousMultithreadingEnabled { - value = "Enabled" - } - settings = append(settings, - map[string]string{ - "name": "LogicalProc", - "value": value, - }, - ) - } - - if firmwareConfig.SriovEnabled != nil { - value = "Disabled" - if *firmwareConfig.SriovEnabled { - value = "Enabled" - } - settings = append(settings, - map[string]string{ - "name": "SriovGlobalEnable", - "value": value, - }, - ) - } - - return -} diff --git a/vendor/github.com/mgechev/dots/resolve.go b/vendor/github.com/mgechev/dots/resolve.go deleted file mode 100644 index 309ba18ad..000000000 --- a/vendor/github.com/mgechev/dots/resolve.go +++ /dev/null @@ -1,456 +0,0 @@ -package dots - -import ( - "go/build" - "log" - "os" - "path" - "path/filepath" - "regexp" - "runtime" - "strings" -) - -var ( - buildContext = build.Default - goroot = filepath.Clean(runtime.GOROOT()) - gorootSrc = filepath.Join(goroot, "src") -) - -func flatten(arr [][]string) []string { - var res []string - for _, e := range arr { - res = append(res, e...) - } - return res -} - -// Resolve accepts a slice of paths with optional "..." placeholder and a slice with paths to be skipped. -// The final result is the set of all files from the selected directories subtracted with -// the files in the skip slice. -func Resolve(includePatterns, skipPatterns []string) ([]string, error) { - skip, err := resolvePatterns(skipPatterns) - filter := newPathFilter(flatten(skip)) - if err != nil { - return nil, err - } - - pathSet := map[string]bool{} - includePackages, err := resolvePatterns(includePatterns) - include := flatten(includePackages) - if err != nil { - return nil, err - } - - var result []string - for _, i := range include { - if _, ok := pathSet[i]; !ok && !filter(i) { - pathSet[i] = true - result = append(result, i) - } - } - return result, err -} - -// ResolvePackages accepts a slice of paths with optional "..." placeholder and a slice with paths to be skipped. -// The final result is the set of all files from the selected directories subtracted with -// the files in the skip slice. The difference between `Resolve` and `ResolvePackages` -// is that `ResolvePackages` preserves the package structure in the nested slices. -func ResolvePackages(includePatterns, skipPatterns []string) ([][]string, error) { - skip, err := resolvePatterns(skipPatterns) - filter := newPathFilter(flatten(skip)) - if err != nil { - return nil, err - } - - pathSet := map[string]bool{} - include, err := resolvePatterns(includePatterns) - if err != nil { - return nil, err - } - - var result [][]string - for _, p := range include { - var packageFiles []string - for _, f := range p { - if _, ok := pathSet[f]; !ok && !filter(f) { - pathSet[f] = true - packageFiles = append(packageFiles, f) - } - } - result = append(result, packageFiles) - } - return result, err -} - -func isDir(filename string) bool { - fi, err := os.Stat(filename) - return err == nil && fi.IsDir() -} - -func exists(filename string) bool { - _, err := os.Stat(filename) - return err == nil -} - -func resolveDir(dirname string) ([]string, error) { - pkg, err := build.ImportDir(dirname, 0) - return resolveImportedPackage(pkg, err) -} - -func resolvePackage(pkgname string) ([]string, error) { - pkg, err := build.Import(pkgname, ".", 0) - return resolveImportedPackage(pkg, err) -} - -func resolveImportedPackage(pkg *build.Package, err error) ([]string, error) { - if err != nil { - if _, nogo := err.(*build.NoGoError); nogo { - // Don't complain if the failure is due to no Go source files. - return nil, nil - } - return nil, err - } - - var files []string - files = append(files, pkg.GoFiles...) - files = append(files, pkg.CgoFiles...) - files = append(files, pkg.TestGoFiles...) - if pkg.Dir != "." { - for i, f := range files { - files[i] = filepath.Join(pkg.Dir, f) - } - } - return files, nil -} - -func resolvePatterns(patterns []string) ([][]string, error) { - var files [][]string - for _, pattern := range patterns { - f, err := resolvePattern(pattern) - if err != nil { - return nil, err - } - files = append(files, f...) - } - return files, nil -} - -func resolvePattern(pattern string) ([][]string, error) { - // dirsRun, filesRun, and pkgsRun indicate whether golint is applied to - // directory, file or package targets. The distinction affects which - // checks are run. It is no valid to mix target types. - var dirsRun, filesRun, pkgsRun int - var matches []string - - if strings.HasSuffix(pattern, "/...") && isDir(pattern[:len(pattern)-len("/...")]) { - dirsRun = 1 - for _, dirname := range matchPackagesInFS(pattern) { - matches = append(matches, dirname) - } - } else if isDir(pattern) { - dirsRun = 1 - matches = append(matches, pattern) - } else if exists(pattern) { - filesRun = 1 - matches = append(matches, pattern) - } else { - pkgsRun = 1 - matches = append(matches, pattern) - } - - result := [][]string{} - switch { - case dirsRun == 1: - for _, dir := range matches { - res, err := resolveDir(dir) - if err != nil { - return nil, err - } - result = append(result, res) - } - case filesRun == 1: - return [][]string{matches}, nil - case pkgsRun == 1: - for _, pkg := range importPaths(matches) { - res, err := resolvePackage(pkg) - if err != nil { - return nil, err - } - result = append(result, res) - } - } - return result, nil -} - -func newPathFilter(skip []string) func(string) bool { - filter := map[string]bool{} - for _, name := range skip { - filter[name] = true - } - - return func(path string) bool { - base := filepath.Base(path) - if filter[base] || filter[path] { - return true - } - return base != "." && base != ".." && strings.ContainsAny(base[0:1], "_.") - } -} - -// importPathsNoDotExpansion returns the import paths to use for the given -// command line, but it does no ... expansion. -func importPathsNoDotExpansion(args []string) []string { - if len(args) == 0 { - return []string{"."} - } - var out []string - for _, a := range args { - // Arguments are supposed to be import paths, but - // as a courtesy to Windows developers, rewrite \ to / - // in command-line arguments. Handles .\... and so on. - if filepath.Separator == '\\' { - a = strings.Replace(a, `\`, `/`, -1) - } - - // Put argument in canonical form, but preserve leading ./. - if strings.HasPrefix(a, "./") { - a = "./" + path.Clean(a) - if a == "./." { - a = "." - } - } else { - a = path.Clean(a) - } - if a == "all" || a == "std" { - out = append(out, matchPackages(a)...) - continue - } - out = append(out, a) - } - return out -} - -// importPaths returns the import paths to use for the given command line. -func importPaths(args []string) []string { - args = importPathsNoDotExpansion(args) - var out []string - for _, a := range args { - if strings.Contains(a, "...") { - if build.IsLocalImport(a) { - out = append(out, matchPackagesInFS(a)...) - } else { - out = append(out, matchPackages(a)...) - } - continue - } - out = append(out, a) - } - return out -} - -// matchPattern(pattern)(name) reports whether -// name matches pattern. Pattern is a limited glob -// pattern in which '...' means 'any string' and there -// is no other special syntax. -func matchPattern(pattern string) func(name string) bool { - re := regexp.QuoteMeta(pattern) - re = strings.Replace(re, `\.\.\.`, `.*`, -1) - // Special case: foo/... matches foo too. - if strings.HasSuffix(re, `/.*`) { - re = re[:len(re)-len(`/.*`)] + `(/.*)?` - } - reg := regexp.MustCompile(`^` + re + `$`) - return func(name string) bool { - return reg.MatchString(name) - } -} - -// hasPathPrefix reports whether the path s begins with the -// elements in prefix. -func hasPathPrefix(s, prefix string) bool { - switch { - default: - return false - case len(s) == len(prefix): - return s == prefix - case len(s) > len(prefix): - if prefix != "" && prefix[len(prefix)-1] == '/' { - return strings.HasPrefix(s, prefix) - } - return s[len(prefix)] == '/' && s[:len(prefix)] == prefix - } -} - -// treeCanMatchPattern(pattern)(name) reports whether -// name or children of name can possibly match pattern. -// Pattern is the same limited glob accepted by matchPattern. -func treeCanMatchPattern(pattern string) func(name string) bool { - wildCard := false - if i := strings.Index(pattern, "..."); i >= 0 { - wildCard = true - pattern = pattern[:i] - } - return func(name string) bool { - return len(name) <= len(pattern) && hasPathPrefix(pattern, name) || - wildCard && strings.HasPrefix(name, pattern) - } -} - -func matchPackages(pattern string) []string { - match := func(string) bool { return true } - treeCanMatch := func(string) bool { return true } - if pattern != "all" && pattern != "std" { - match = matchPattern(pattern) - treeCanMatch = treeCanMatchPattern(pattern) - } - - have := map[string]bool{ - "builtin": true, // ignore pseudo-package that exists only for documentation - } - if !buildContext.CgoEnabled { - have["runtime/cgo"] = true // ignore during walk - } - var pkgs []string - - // Commands - cmd := filepath.Join(goroot, "src/cmd") + string(filepath.Separator) - filepath.Walk(cmd, func(path string, fi os.FileInfo, err error) error { - if err != nil || !fi.IsDir() || path == cmd { - return nil - } - name := path[len(cmd):] - if !treeCanMatch(name) { - return filepath.SkipDir - } - // Commands are all in cmd/, not in subdirectories. - if strings.Contains(name, string(filepath.Separator)) { - return filepath.SkipDir - } - - // We use, e.g., cmd/gofmt as the pseudo import path for gofmt. - name = "cmd/" + name - if have[name] { - return nil - } - have[name] = true - if !match(name) { - return nil - } - _, err = buildContext.ImportDir(path, 0) - if err != nil { - if _, noGo := err.(*build.NoGoError); !noGo { - log.Print(err) - } - return nil - } - pkgs = append(pkgs, name) - return nil - }) - - for _, src := range buildContext.SrcDirs() { - if (pattern == "std" || pattern == "cmd") && src != gorootSrc { - continue - } - src = filepath.Clean(src) + string(filepath.Separator) - root := src - if pattern == "cmd" { - root += "cmd" + string(filepath.Separator) - } - filepath.Walk(root, func(path string, fi os.FileInfo, err error) error { - if err != nil || !fi.IsDir() || path == src { - return nil - } - - // Avoid .foo, _foo, and testdata directory trees. - _, elem := filepath.Split(path) - if strings.HasPrefix(elem, ".") || strings.HasPrefix(elem, "_") || elem == "testdata" { - return filepath.SkipDir - } - - name := filepath.ToSlash(path[len(src):]) - if pattern == "std" && (strings.Contains(name, ".") || name == "cmd") { - // The name "std" is only the standard library. - // If the name is cmd, it's the root of the command tree. - return filepath.SkipDir - } - if !treeCanMatch(name) { - return filepath.SkipDir - } - if have[name] { - return nil - } - have[name] = true - if !match(name) { - return nil - } - _, err = buildContext.ImportDir(path, 0) - if err != nil { - if _, noGo := err.(*build.NoGoError); noGo { - return nil - } - } - pkgs = append(pkgs, name) - return nil - }) - } - return pkgs -} - -func matchPackagesInFS(pattern string) []string { - // Find directory to begin the scan. - // Could be smarter but this one optimization - // is enough for now, since ... is usually at the - // end of a path. - i := strings.Index(pattern, "...") - dir, _ := path.Split(pattern[:i]) - - // pattern begins with ./ or ../. - // path.Clean will discard the ./ but not the ../. - // We need to preserve the ./ for pattern matching - // and in the returned import paths. - prefix := "" - if strings.HasPrefix(pattern, "./") { - prefix = "./" - } - match := matchPattern(pattern) - - var pkgs []string - filepath.Walk(dir, func(path string, fi os.FileInfo, err error) error { - if err != nil || !fi.IsDir() { - return nil - } - if path == dir { - // filepath.Walk starts at dir and recurses. For the recursive case, - // the path is the result of filepath.Join, which calls filepath.Clean. - // The initial case is not Cleaned, though, so we do this explicitly. - // - // This converts a path like "./io/" to "io". Without this step, running - // "cd $GOROOT/src/pkg; go list ./io/..." would incorrectly skip the io - // package, because prepending the prefix "./" to the unclean path would - // result in "././io", and match("././io") returns false. - path = filepath.Clean(path) - } - - // Avoid .foo, _foo, and testdata directory trees, but do not avoid "." or "..". - _, elem := filepath.Split(path) - dot := strings.HasPrefix(elem, ".") && elem != "." && elem != ".." - if dot || strings.HasPrefix(elem, "_") || elem == "testdata" { - return filepath.SkipDir - } - - name := prefix + filepath.ToSlash(path) - if !match(name) { - return nil - } - if _, err = build.ImportDir(path, 0); err != nil { - if _, noGo := err.(*build.NoGoError); !noGo { - log.Print(err) - } - return nil - } - pkgs = append(pkgs, name) - return nil - }) - return pkgs -} diff --git a/vendor/github.com/mgechev/revive/rule/cyclomatic.go b/vendor/github.com/mgechev/revive/rule/cyclomatic.go deleted file mode 100644 index f597909c7..000000000 --- a/vendor/github.com/mgechev/revive/rule/cyclomatic.go +++ /dev/null @@ -1,117 +0,0 @@ -package rule - -import ( - "fmt" - "go/ast" - "go/token" - - "github.com/mgechev/revive/lint" -) - -// Based on https://github.com/fzipp/gocyclo - -// CyclomaticRule lints given else constructs. -type CyclomaticRule struct{} - -// Apply applies the rule to given file. -func (r *CyclomaticRule) Apply(file *lint.File, arguments lint.Arguments) []lint.Failure { - checkNumberOfArguments(1, arguments, r.Name()) - - complexity, ok := arguments[0].(int64) // Alt. non panicking version - if !ok { - panic("invalid argument for cyclomatic complexity") - } - - var failures []lint.Failure - - fileAst := file.AST - walker := lintCyclomatic{ - file: file, - complexity: int(complexity), - onFailure: func(failure lint.Failure) { - failures = append(failures, failure) - }, - } - - ast.Walk(walker, fileAst) - - return failures -} - -// Name returns the rule name. -func (r *CyclomaticRule) Name() string { - return "cyclomatic" -} - -type lintCyclomatic struct { - file *lint.File - complexity int - onFailure func(lint.Failure) -} - -func (w lintCyclomatic) Visit(_ ast.Node) ast.Visitor { - f := w.file - for _, decl := range f.AST.Decls { - if fn, ok := decl.(*ast.FuncDecl); ok { - c := complexity(fn) - if c > w.complexity { - w.onFailure(lint.Failure{ - Confidence: 1, - Category: "maintenance", - Failure: fmt.Sprintf("function %s has cyclomatic complexity %d", funcName(fn), c), - Node: fn, - }) - } - } - } - return nil -} - -// funcName returns the name representation of a function or method: -// "(Type).Name" for methods or simply "Name" for functions. -func funcName(fn *ast.FuncDecl) string { - if fn.Recv != nil { - if fn.Recv.NumFields() > 0 { - typ := fn.Recv.List[0].Type - return fmt.Sprintf("(%s).%s", recvString(typ), fn.Name) - } - } - return fn.Name.Name -} - -// recvString returns a string representation of recv of the -// form "T", "*T", or "BADRECV" (if not a proper receiver type). -func recvString(recv ast.Expr) string { - switch t := recv.(type) { - case *ast.Ident: - return t.Name - case *ast.StarExpr: - return "*" + recvString(t.X) - } - return "BADRECV" -} - -// complexity calculates the cyclomatic complexity of a function. -func complexity(fn *ast.FuncDecl) int { - v := complexityVisitor{} - ast.Walk(&v, fn) - return v.Complexity -} - -type complexityVisitor struct { - // Complexity is the cyclomatic complexity - Complexity int -} - -// Visit implements the ast.Visitor interface. -func (v *complexityVisitor) Visit(n ast.Node) ast.Visitor { - switch n := n.(type) { - case *ast.FuncDecl, *ast.IfStmt, *ast.ForStmt, *ast.RangeStmt, *ast.CaseClause, *ast.CommClause: - v.Complexity++ - case *ast.BinaryExpr: - if n.Op == token.LAND || n.Op == token.LOR { - v.Complexity++ - } - } - return v -} diff --git a/vendor/github.com/moby/sys/mountinfo/go.mod b/vendor/github.com/moby/sys/mountinfo/go.mod deleted file mode 100644 index 1cc3efcf7..000000000 --- a/vendor/github.com/moby/sys/mountinfo/go.mod +++ /dev/null @@ -1,5 +0,0 @@ -module github.com/moby/sys/mountinfo - -go 1.16 - -require golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 diff --git a/vendor/github.com/moby/sys/mountinfo/go.sum b/vendor/github.com/moby/sys/mountinfo/go.sum deleted file mode 100644 index c257a6a29..000000000 --- a/vendor/github.com/moby/sys/mountinfo/go.sum +++ /dev/null @@ -1,2 +0,0 @@ -golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359 h1:2B5p2L5IfGiD7+b9BOoRMC6DgObAVZV+Fsp050NqXik= -golang.org/x/sys v0.0.0-20211025201205-69cdffdb9359/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= diff --git a/vendor/github.com/moby/sys/mountinfo/mounted_linux.go b/vendor/github.com/moby/sys/mountinfo/mounted_linux.go index 5c9e3e30e..bf221e687 100644 --- a/vendor/github.com/moby/sys/mountinfo/mounted_linux.go +++ b/vendor/github.com/moby/sys/mountinfo/mounted_linux.go @@ -7,6 +7,34 @@ import ( "golang.org/x/sys/unix" ) +// MountedFast is a method of detecting a mount point without reading +// mountinfo from procfs. A caller can only trust the result if no error +// and sure == true are returned. Otherwise, other methods (e.g. parsing +// /proc/mounts) have to be used. If unsure, use Mounted instead (which +// uses MountedFast, but falls back to parsing mountinfo if needed). +// +// If a non-existent path is specified, an appropriate error is returned. +// In case the caller is not interested in this particular error, it should +// be handled separately using e.g. errors.Is(err, os.ErrNotExist). +// +// This function is only available on Linux. When available (since kernel +// v5.6), openat2(2) syscall is used to reliably detect all mounts. Otherwise, +// the implementation falls back to using stat(2), which can reliably detect +// normal (but not bind) mounts. +func MountedFast(path string) (mounted, sure bool, err error) { + // Root is always mounted. + if path == string(os.PathSeparator) { + return true, true, nil + } + + path, err = normalizePath(path) + if err != nil { + return false, false, err + } + mounted, sure, err = mountedFast(path) + return +} + // mountedByOpenat2 is a method of detecting a mount that works for all kinds // of mounts (incl. bind mounts), but requires a recent (v5.6+) linux kernel. func mountedByOpenat2(path string) (bool, error) { @@ -34,24 +62,40 @@ func mountedByOpenat2(path string) (bool, error) { return false, &os.PathError{Op: "openat2", Path: path, Err: err} } -func mounted(path string) (bool, error) { - path, err := normalizePath(path) - if err != nil { - return false, err +// mountedFast is similar to MountedFast, except it expects a normalized path. +func mountedFast(path string) (mounted, sure bool, err error) { + // Root is always mounted. + if path == string(os.PathSeparator) { + return true, true, nil } + // Try a fast path, using openat2() with RESOLVE_NO_XDEV. - mounted, err := mountedByOpenat2(path) + mounted, err = mountedByOpenat2(path) if err == nil { - return mounted, nil + return mounted, true, nil } + // Another fast path: compare st.st_dev fields. mounted, err = mountedByStat(path) // This does not work for bind mounts, so false negative // is possible, therefore only trust if return is true. if mounted && err == nil { + return true, true, nil + } + + return +} + +func mounted(path string) (bool, error) { + path, err := normalizePath(path) + if err != nil { + return false, err + } + mounted, sure, err := mountedFast(path) + if sure && err == nil { return mounted, nil } - // Fallback to parsing mountinfo + // Fallback to parsing mountinfo. return mountedByMountinfo(path) } diff --git a/vendor/github.com/moby/sys/mountinfo/mountinfo.go b/vendor/github.com/moby/sys/mountinfo/mountinfo.go index 9867a66dd..c7e5cb42a 100644 --- a/vendor/github.com/moby/sys/mountinfo/mountinfo.go +++ b/vendor/github.com/moby/sys/mountinfo/mountinfo.go @@ -13,9 +13,9 @@ func GetMounts(f FilterFunc) ([]*Info, error) { // Mounted determines if a specified path is a mount point. In case of any // error, false (and an error) is returned. // -// The non-existent path returns an error. If a caller is not interested -// in this particular error, it should handle it separately using e.g. -// errors.Is(err, os.ErrNotExist). +// If a non-existent path is specified, an appropriate error is returned. +// In case the caller is not interested in this particular error, it should +// be handled separately using e.g. errors.Is(err, os.ErrNotExist). func Mounted(path string) (bool, error) { // root is always mounted if path == string(os.PathSeparator) { diff --git a/vendor/github.com/modern-go/reflect2/go.mod b/vendor/github.com/modern-go/reflect2/go.mod deleted file mode 100644 index 9057e9b33..000000000 --- a/vendor/github.com/modern-go/reflect2/go.mod +++ /dev/null @@ -1,3 +0,0 @@ -module github.com/modern-go/reflect2 - -go 1.12 diff --git a/vendor/github.com/onsi/ginkgo/go.mod b/vendor/github.com/onsi/ginkgo/go.mod deleted file mode 100644 index 171144326..000000000 --- a/vendor/github.com/onsi/ginkgo/go.mod +++ /dev/null @@ -1,13 +0,0 @@ -module github.com/onsi/ginkgo - -go 1.16 - -require ( - github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0 - github.com/nxadm/tail v1.4.8 - github.com/onsi/gomega v1.10.1 - golang.org/x/sys v0.0.0-20210112080510-489259a85091 - golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e -) - -retract v1.16.3 // git tag accidentally associated with incorrect git commit diff --git a/vendor/github.com/onsi/gomega/CHANGELOG.md b/vendor/github.com/onsi/gomega/CHANGELOG.md index 78ca39a90..4375bbc64 100644 --- a/vendor/github.com/onsi/gomega/CHANGELOG.md +++ b/vendor/github.com/onsi/gomega/CHANGELOG.md @@ -1,3 +1,24 @@ +## 1.19.0 + +## Features +- New [`HaveEach`](https://onsi.github.io/gomega/#haveeachelement-interface) matcher to ensure that each and every element in an `array`, `slice`, or `map` satisfies the passed in matcher. (#523) [9fc2ae2] (#524) [c8ba582] +- Users can now wrap the `Gomega` interface to implement custom behavior on each assertion. (#521) [1f2e714] +- [`ContainElement`](https://onsi.github.io/gomega/#containelementelement-interface) now accepts an additional pointer argument. Elements that satisfy the matcher are stored in the pointer enabling developers to easily add subsequent, more detailed, assertions against the matching element. (#527) [1a4e27f] + +## Fixes +- update RELEASING instructions to match ginkgo [0917cde] +- Bump github.com/onsi/ginkgo/v2 from 2.0.0 to 2.1.3 (#519) [49ab4b0] +- Fix CVE-2021-38561 (#534) [f1b4456] +- Fix max number of samples in experiments on non-64-bit systems. (#528) [1c84497] +- Remove dependency on ginkgo v1.16.4 (#530) [4dea8d5] +- Fix for Go 1.18 (#532) [56d2a29] +- Document precendence of timeouts (#533) [b607941] + +## 1.18.1 + +## Fixes +- Add pointer support to HaveField matcher (#495) [79e41a3] + ## 1.18.0 ## Features diff --git a/vendor/github.com/onsi/gomega/go.mod b/vendor/github.com/onsi/gomega/go.mod deleted file mode 100644 index e4ff19d97..000000000 --- a/vendor/github.com/onsi/gomega/go.mod +++ /dev/null @@ -1,11 +0,0 @@ -module github.com/onsi/gomega - -go 1.16 - -require ( - github.com/golang/protobuf v1.5.2 - github.com/onsi/ginkgo/v2 v2.0.0 - golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 - golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect - gopkg.in/yaml.v2 v2.4.0 -) diff --git a/vendor/github.com/onsi/gomega/go.sum b/vendor/github.com/onsi/gomega/go.sum deleted file mode 100644 index 261fa56b0..000000000 --- a/vendor/github.com/onsi/gomega/go.sum +++ /dev/null @@ -1,100 +0,0 @@ -github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= -github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= -github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= -github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= -github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= -github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= -github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= -github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= -github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= -github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= -github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= -github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= -github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/pprof v0.0.0-20210407192527-94a9f03dee38/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= -github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= -github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= -github.com/onsi/ginkgo v1.16.4 h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc= -github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= -github.com/onsi/ginkgo/v2 v2.0.0 h1:CcuG/HvWNkkaqCUpJifQY8z7qEMBJya6aLPx6ftGyjQ= -github.com/onsi/ginkgo/v2 v2.0.0/go.mod h1:vw5CSIxN1JObi/U8gcbwft7ZxR2dgaR70JSE3/PpL4c= -github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= -github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= -github.com/onsi/gomega v1.17.0/go.mod h1:HnhC7FXeEQY45zxNK3PPoIUhzk/80Xly9PcubAlGdZY= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= -github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 h1:DzZ89McO9/gWPsQXS/FVKAlG02ZjaQ6AlZRBimEYOd0= -golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT/9KSuxbyM7479/AVlXFRxuMCk= -golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e h1:fLOSk5Q00efkSvAm+4xcoXD+RRmLmmulPn5I3Y9F2EM= -golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.6 h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M= -golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= -google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= -google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= -google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= -google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= -google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0 h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= -gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= -gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= -gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= diff --git a/vendor/github.com/onsi/gomega/gomega_dsl.go b/vendor/github.com/onsi/gomega/gomega_dsl.go index 81181dc94..dcb7e8879 100644 --- a/vendor/github.com/onsi/gomega/gomega_dsl.go +++ b/vendor/github.com/onsi/gomega/gomega_dsl.go @@ -22,7 +22,7 @@ import ( "github.com/onsi/gomega/types" ) -const GOMEGA_VERSION = "1.18.0" +const GOMEGA_VERSION = "1.19.0" const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler. If you're using Ginkgo then you probably forgot to put your assertion in an It(). @@ -52,7 +52,7 @@ var Default = Gomega(internal.NewGomega(internal.FetchDefaultDurationBundle())) // rich ecosystem of matchers without causing a test to fail. For example, to aggregate a series of potential failures // or for use in a non-test setting. func NewGomega(fail types.GomegaFailHandler) Gomega { - return internal.NewGomega(Default.(*internal.Gomega).DurationBundle).ConfigureWithFailHandler(fail) + return internal.NewGomega(internalGomega(Default).DurationBundle).ConfigureWithFailHandler(fail) } // WithT wraps a *testing.T and provides `Expect`, `Eventually`, and `Consistently` methods. This allows you to leverage @@ -69,6 +69,20 @@ type WithT = internal.Gomega // GomegaWithT is deprecated in favor of gomega.WithT, which does not stutter. type GomegaWithT = WithT +// inner is an interface that allows users to provide a wrapper around Default. The wrapper +// must implement the inner interface and return either the original Default or the result of +// a call to NewGomega(). +type inner interface { + Inner() Gomega +} + +func internalGomega(g Gomega) *internal.Gomega { + if v, ok := g.(inner); ok { + return v.Inner().(*internal.Gomega) + } + return g.(*internal.Gomega) +} + // NewWithT takes a *testing.T and returngs a `gomega.WithT` allowing you to use `Expect`, `Eventually`, and `Consistently` along with // Gomega's rich ecosystem of matchers in standard `testing` test suits. // @@ -79,7 +93,7 @@ type GomegaWithT = WithT // g.Expect(f.HasCow()).To(BeTrue(), "Farm should have cow") // } func NewWithT(t types.GomegaTestingT) *WithT { - return internal.NewGomega(Default.(*internal.Gomega).DurationBundle).ConfigureWithT(t) + return internal.NewGomega(internalGomega(Default).DurationBundle).ConfigureWithT(t) } // NewGomegaWithT is deprecated in favor of gomega.NewWithT, which does not stutter. @@ -88,20 +102,20 @@ var NewGomegaWithT = NewWithT // RegisterFailHandler connects Ginkgo to Gomega. When a matcher fails // the fail handler passed into RegisterFailHandler is called. func RegisterFailHandler(fail types.GomegaFailHandler) { - Default.(*internal.Gomega).ConfigureWithFailHandler(fail) + internalGomega(Default).ConfigureWithFailHandler(fail) } // RegisterFailHandlerWithT is deprecated and will be removed in a future release. // users should use RegisterFailHandler, or RegisterTestingT func RegisterFailHandlerWithT(_ types.GomegaTestingT, fail types.GomegaFailHandler) { fmt.Println("RegisterFailHandlerWithT is deprecated. Please use RegisterFailHandler or RegisterTestingT instead.") - Default.(*internal.Gomega).ConfigureWithFailHandler(fail) + internalGomega(Default).ConfigureWithFailHandler(fail) } // RegisterTestingT connects Gomega to Golang's XUnit style // Testing.T tests. It is now deprecated and you should use NewWithT() instead to get a fresh instance of Gomega for each test. func RegisterTestingT(t types.GomegaTestingT) { - Default.(*internal.Gomega).ConfigureWithT(t) + internalGomega(Default).ConfigureWithT(t) } // InterceptGomegaFailures runs a given callback and returns an array of @@ -112,13 +126,13 @@ func RegisterTestingT(t types.GomegaTestingT) { // This is most useful when testing custom matchers, but can also be used to check // on a value using a Gomega assertion without causing a test failure. func InterceptGomegaFailures(f func()) []string { - originalHandler := Default.(*internal.Gomega).Fail + originalHandler := internalGomega(Default).Fail failures := []string{} - Default.(*internal.Gomega).Fail = func(message string, callerSkip ...int) { + internalGomega(Default).Fail = func(message string, callerSkip ...int) { failures = append(failures, message) } defer func() { - Default.(*internal.Gomega).Fail = originalHandler + internalGomega(Default).Fail = originalHandler }() f() return failures @@ -131,14 +145,14 @@ func InterceptGomegaFailures(f func()) []string { // does not register a failure with the FailHandler registered via RegisterFailHandler - it is up // to the user to decide what to do with the returned error func InterceptGomegaFailure(f func()) (err error) { - originalHandler := Default.(*internal.Gomega).Fail - Default.(*internal.Gomega).Fail = func(message string, callerSkip ...int) { + originalHandler := internalGomega(Default).Fail + internalGomega(Default).Fail = func(message string, callerSkip ...int) { err = errors.New(message) panic("stop execution") } defer func() { - Default.(*internal.Gomega).Fail = originalHandler + internalGomega(Default).Fail = originalHandler if e := recover(); e != nil { if err == nil { panic(e) @@ -151,7 +165,7 @@ func InterceptGomegaFailure(f func()) (err error) { } func ensureDefaultGomegaIsConfigured() { - if !Default.(*internal.Gomega).IsConfigured() { + if !internalGomega(Default).IsConfigured() { panic(nilGomegaPanic) } } diff --git a/vendor/github.com/onsi/gomega/matchers/have_field.go b/vendor/github.com/onsi/gomega/matchers/have_field.go index 2f1a91634..e1fe934d5 100644 --- a/vendor/github.com/onsi/gomega/matchers/have_field.go +++ b/vendor/github.com/onsi/gomega/matchers/have_field.go @@ -12,6 +12,13 @@ func extractField(actual interface{}, field string) (interface{}, error) { fields := strings.SplitN(field, ".", 2) actualValue := reflect.ValueOf(actual) + if actualValue.Kind() == reflect.Ptr { + actualValue = actualValue.Elem() + } + if actualValue == (reflect.Value{}) { + return nil, fmt.Errorf("HaveField encountered nil while dereferencing a pointer of type %T.", actual) + } + if actualValue.Kind() != reflect.Struct { return nil, fmt.Errorf("HaveField encountered:\n%s\nWhich is not a struct.", format.Object(actual, 1)) } diff --git a/vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusterversion.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusterversion.crd.yaml index e27fa52f7..477435fd6 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusterversion.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_00_cluster-version-operator_01_clusterversion.crd.yaml @@ -112,7 +112,7 @@ spec: - versionHash properties: availableUpdates: - description: availableUpdates contains the list of updates that are appropriate for this cluster. This list may be empty if no updates are recommended, if the update service is unavailable, or if an invalid channel has been specified. + description: availableUpdates contains updates recommended for this cluster. Updates which appear in conditionalUpdates but not in availableUpdates may expose this cluster to known issues. This list may be empty if no updates are recommended, if the update service is unavailable, or if an invalid channel has been specified. type: array items: description: Release represents an OpenShift release image and associated metadata. @@ -133,6 +133,137 @@ spec: description: version is a semantic versioning identifying the update version. When this field is part of spec, version is optional if image is specified. type: string nullable: true + conditionalUpdates: + description: conditionalUpdates contains the list of updates that may be recommended for this cluster if it meets specific required conditions. Consumers interested in the set of updates that are actually recommended for this cluster should use availableUpdates. This list may be empty if no updates are recommended, if the update service is unavailable, or if an empty or invalid channel has been specified. + type: array + items: + description: ConditionalUpdate represents an update which is recommended to some clusters on the version the current cluster is reconciling, but which may not be recommended for the current cluster. + type: object + required: + - release + - risks + properties: + conditions: + description: 'conditions represents the observations of the conditional update''s current status. Known types are: * Evaluating, for whether the cluster-version operator will attempt to evaluate any risks[].matchingRules. * Recommended, for whether the update is recommended for the current cluster.' + type: array + items: + description: "Condition contains details for one aspect of the current state of this API Resource. --- This struct is intended for direct use as an array at the field path .status.conditions. For example, type FooStatus struct{ // Represents the observations of a foo's current state. // Known .status.conditions.type are: \"Available\", \"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge // +listType=map // +listMapKey=type Conditions []metav1.Condition `json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }" + type: object + required: + - lastTransitionTime + - message + - reason + - status + - type + properties: + lastTransitionTime: + description: lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + type: string + format: date-time + message: + description: message is a human readable message indicating details about the transition. This may be an empty string. + type: string + maxLength: 32768 + observedGeneration: + description: observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. + type: integer + format: int64 + minimum: 0 + reason: + description: reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty. + type: string + maxLength: 1024 + minLength: 1 + pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$ + status: + description: status of the condition, one of True, False, Unknown. + type: string + enum: + - "True" + - "False" + - Unknown + type: + description: type of condition in CamelCase or in foo.example.com/CamelCase. --- Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be useful (see .node.status.conditions), the ability to deconflict is important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt) + type: string + maxLength: 316 + pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$ + x-kubernetes-list-map-keys: + - type + x-kubernetes-list-type: map + release: + description: release is the target of the update. + type: object + properties: + channels: + description: channels is the set of Cincinnati channels to which the release currently belongs. + type: array + items: + type: string + image: + description: image is a container image location that contains the update. When this field is part of spec, image is optional if version is specified and the availableUpdates field contains a matching version. + type: string + url: + description: url contains information about this release. This URL is set by the 'url' metadata property on a release or the metadata returned by the update API and should be displayed as a link in user interfaces. The URL field may not be set for test or nightly releases. + type: string + version: + description: version is a semantic versioning identifying the update version. When this field is part of spec, version is optional if image is specified. + type: string + risks: + description: risks represents the range of issues associated with updating to the target release. The cluster-version operator will evaluate all entries, and only recommend the update if there is at least one entry and all entries recommend the update. + type: array + minItems: 1 + items: + description: ConditionalUpdateRisk represents a reason and cluster-state for not recommending a conditional update. + type: object + required: + - matchingRules + - message + - name + - url + properties: + matchingRules: + description: matchingRules is a slice of conditions for deciding which clusters match the risk and which do not. The slice is ordered by decreasing precedence. The cluster-version operator will walk the slice in order, and stop after the first it can successfully evaluate. If no condition can be successfully evaluated, the update will not be recommended. + type: array + minItems: 1 + items: + description: ClusterCondition is a union of typed cluster conditions. The 'type' property determines which of the type-specific properties are relevant. When evaluated on a cluster, the condition may match, not match, or fail to evaluate. + type: object + required: + - type + properties: + promql: + description: promQL represents a cluster condition based on PromQL. + type: object + required: + - promql + properties: + promql: + description: PromQL is a PromQL query classifying clusters. This query query should return a 1 in the match case and a 0 in the does-not-match case. Queries which return no time series, or which return values besides 0 or 1, are evaluation failures. + type: string + type: + description: type represents the cluster-condition type. This defines the members and semantics of any additional properties. + type: string + enum: + - Always + - PromQL + x-kubernetes-list-type: atomic + message: + description: message provides additional information about the risk of updating, in the event that matchingRules match the cluster state. This is only to be consumed by humans. It may contain Line Feed characters (U+000A), which should be rendered as new lines. + type: string + minLength: 1 + name: + description: name is the CamelCase reason for not recommending a conditional update, in the event that matchingRules match the cluster state. + type: string + minLength: 1 + url: + description: url contains information about this risk. + type: string + format: uri + minLength: 1 + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map + x-kubernetes-list-type: atomic conditions: description: conditions provides information about the cluster version. The condition "Available" is set to true if the desiredUpdate has been reached. The condition "Progressing" is set to true if an update is being applied. The condition "Degraded" is set to true if an update is currently blocked by a temporary or permanent error. Conditions are only valid for the current desiredUpdate when metadata.generation is equal to status.generation. type: array @@ -191,6 +322,9 @@ spec: - state - verified properties: + acceptedRisks: + description: acceptedRisks records risks which were accepted to initiate the update. For example, it may menition an Upgradeable=False or missing signature that was overriden via desiredUpdate.force, or an update that was initiated despite not being in the availableUpdates set of recommended update targets. + type: string completionTime: description: completionTime, if set, is when the update was fully applied. The update that is currently being applied will have a null completion time. Completion time will always be set for entries that are not the current update (usually to the started time of the next update). type: string diff --git a/vendor/github.com/openshift/api/config/v1/0000_03_config-operator_01_proxy.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_03_config-operator_01_proxy.crd.yaml index 8b6f46eea..246225397 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_03_config-operator_01_proxy.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_03_config-operator_01_proxy.crd.yaml @@ -43,7 +43,7 @@ spec: description: httpsProxy is the URL of the proxy for HTTPS requests. Empty means unset and will not result in an env var. type: string noProxy: - description: noProxy is a comma-separated list of hostnames and/or CIDRs for which the proxy should not be used. Empty means unset and will not result in an env var. + description: noProxy is a comma-separated list of hostnames and/or CIDRs and/or IPs for which the proxy should not be used. Empty means unset and will not result in an env var. type: string readinessEndpoints: description: readinessEndpoints is a list of endpoints used to verify readiness of the proxy. diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_apiserver.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_apiserver.crd.yaml index 609ee1987..3ff78377a 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_apiserver.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_apiserver.crd.yaml @@ -73,7 +73,7 @@ spec: - group x-kubernetes-list-type: map profile: - description: "profile specifies the name of the desired top-level audit profile to be applied to all requests sent to any of the OpenShift-provided API servers in the cluster (kube-apiserver, openshift-apiserver and oauth-apiserver), with the exception of those requests that match one or more of the customRules. \n The following profiles are provided: - Default: default policy which means MetaData level logging with the exception of events (not logged at all), oauthaccesstokens and oauthauthorizetokens (both logged at RequestBody level). - WriteRequestBodies: like 'Default', but logs request and response HTTP payloads for write requests (create, update, patch). - AllRequestBodies: like 'WriteRequestBodies', but also logs request and response HTTP payloads for read requests (get, list). - None: no requests are logged at all, not even oauthaccesstokens and oauthauthorizetokens. \n Warning: to raise a Red Hat support request, it is required to set this to Default, WriteRequestBodies, or AllRequestBodies to generate audit log events that can be analyzed by support. \n If unset, the 'Default' profile is used as the default." + description: "profile specifies the name of the desired top-level audit profile to be applied to all requests sent to any of the OpenShift-provided API servers in the cluster (kube-apiserver, openshift-apiserver and oauth-apiserver), with the exception of those requests that match one or more of the customRules. \n The following profiles are provided: - Default: default policy which means MetaData level logging with the exception of events (not logged at all), oauthaccesstokens and oauthauthorizetokens (both logged at RequestBody level). - WriteRequestBodies: like 'Default', but logs request and response HTTP payloads for write requests (create, update, patch). - AllRequestBodies: like 'WriteRequestBodies', but also logs request and response HTTP payloads for read requests (get, list). - None: no requests are logged at all, not even oauthaccesstokens and oauthauthorizetokens. \n Warning: It is not recommended to disable audit logging by using the `None` profile unless you are fully aware of the risks of not logging data that can be beneficial when troubleshooting issues. If you disable audit logging and a support situation arises, you might need to enable audit logging and reproduce the issue in order to troubleshoot properly. \n If unset, the 'Default' profile is used as the default." type: string default: Default enum: diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_build.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_build.crd.yaml index 442d39a65..f67be27db 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_build.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_build.crd.yaml @@ -61,7 +61,7 @@ spec: description: httpsProxy is the URL of the proxy for HTTPS requests. Empty means unset and will not result in an env var. type: string noProxy: - description: noProxy is a comma-separated list of hostnames and/or CIDRs for which the proxy should not be used. Empty means unset and will not result in an env var. + description: noProxy is a comma-separated list of hostnames and/or CIDRs and/or IPs for which the proxy should not be used. Empty means unset and will not result in an env var. type: string readinessEndpoints: description: readinessEndpoints is a list of endpoints used to verify readiness of the proxy. @@ -168,7 +168,7 @@ spec: description: httpsProxy is the URL of the proxy for HTTPS requests. Empty means unset and will not result in an env var. type: string noProxy: - description: noProxy is a comma-separated list of hostnames and/or CIDRs for which the proxy should not be used. Empty means unset and will not result in an env var. + description: noProxy is a comma-separated list of hostnames and/or CIDRs and/or IPs for which the proxy should not be used. Empty means unset and will not result in an env var. type: string readinessEndpoints: description: readinessEndpoints is a list of endpoints used to verify readiness of the proxy. diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_infrastructure.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_infrastructure.crd.yaml index 63eefa341..6be6c6812 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_infrastructure.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_infrastructure.crd.yaml @@ -49,6 +49,9 @@ spec: description: platformSpec holds desired information specific to the underlying infrastructure provider. type: object properties: + alibabaCloud: + description: AlibabaCloud contains settings specific to the Alibaba Cloud infrastructure provider. + type: object aws: description: AWS contains settings specific to the Amazon Web Services infrastructure provider. type: object @@ -92,8 +95,34 @@ spec: ovirt: description: Ovirt contains settings specific to the oVirt infrastructure provider. type: object + powervs: + description: PowerVS contains settings specific to the IBM Power Systems Virtual Servers infrastructure provider. + type: object + properties: + serviceEndpoints: + description: serviceEndpoints is a list of custom endpoints which will override the default service endpoints of a Power VS service. + type: array + items: + description: PowervsServiceEndpoint stores the configuration of a custom url to override existing defaults of PowerVS Services. + type: object + required: + - name + - url + properties: + name: + description: name is the name of the Power VS service. Few of the services are IAM - https://cloud.ibm.com/apidocs/iam-identity-token-api ResourceController - https://cloud.ibm.com/apidocs/resource-controller/resource-controller Power Cloud - https://cloud.ibm.com/apidocs/power-cloud + type: string + pattern: ^[a-z0-9-]+$ + url: + description: url is fully qualified URI with scheme https, that overrides the default generated endpoint for a client. This must be provided and cannot be empty. + type: string + format: uri + pattern: ^https:// + x-kubernetes-list-map-keys: + - name + x-kubernetes-list-type: map type: - description: type is the underlying infrastructure provider for the cluster. This value controls whether infrastructure automation such as service load balancers, dynamic volume provisioning, machine creation and deletion, and other integrations are enabled. If None, no infrastructure automation is enabled. Allowed values are "AWS", "Azure", "BareMetal", "GCP", "Libvirt", "OpenStack", "VSphere", "oVirt", "KubeVirt", "EquinixMetal", and "None". Individual components may not support all platforms, and must handle unrecognized platforms as None if they do not support that platform. + description: type is the underlying infrastructure provider for the cluster. This value controls whether infrastructure automation such as service load balancers, dynamic volume provisioning, machine creation and deletion, and other integrations are enabled. If None, no infrastructure automation is enabled. Allowed values are "AWS", "Azure", "BareMetal", "GCP", "Libvirt", "OpenStack", "VSphere", "oVirt", "KubeVirt", "EquinixMetal", "PowerVS", "AlibabaCloud" and "None". Individual components may not support all platforms, and must handle unrecognized platforms as None if they do not support that platform. type: string enum: - "" @@ -109,6 +138,8 @@ spec: - IBMCloud - KubeVirt - EquinixMetal + - PowerVS + - AlibabaCloud vsphere: description: VSphere contains settings specific to the VSphere infrastructure provider. type: object @@ -160,10 +191,50 @@ spec: - IBMCloud - KubeVirt - EquinixMetal + - PowerVS + - AlibabaCloud platformStatus: description: platformStatus holds status information specific to the underlying infrastructure provider. type: object properties: + alibabaCloud: + description: AlibabaCloud contains settings specific to the Alibaba Cloud infrastructure provider. + type: object + required: + - region + properties: + region: + description: region specifies the region for Alibaba Cloud resources created for the cluster. + type: string + pattern: ^[0-9A-Za-z-]+$ + resourceGroupID: + description: resourceGroupID is the ID of the resource group for the cluster. + type: string + pattern: ^(rg-[0-9A-Za-z]+)?$ + resourceTags: + description: resourceTags is a list of additional tags to apply to Alibaba Cloud resources created for the cluster. + type: array + maxItems: 20 + items: + description: AlibabaCloudResourceTag is the set of tags to add to apply to resources. + type: object + required: + - key + - value + properties: + key: + description: key is the key of the tag. + type: string + maxLength: 128 + minLength: 1 + value: + description: value is the value of the tag. + type: string + maxLength: 128 + minLength: 1 + x-kubernetes-list-map-keys: + - key + x-kubernetes-list-type: map aws: description: AWS contains settings specific to the Amazon Web Services infrastructure provider. type: object @@ -320,8 +391,40 @@ spec: nodeDNSIP: description: 'deprecated: as of 4.6, this field is no longer set or honored. It will be removed in a future release.' type: string + powervs: + description: PowerVS contains settings specific to the Power Systems Virtual Servers infrastructure provider. + type: object + properties: + cisInstanceCRN: + description: CISInstanceCRN is the CRN of the Cloud Internet Services instance managing the DNS zone for the cluster's base domain + type: string + region: + description: region holds the default Power VS region for new Power VS resources created by the cluster. + type: string + serviceEndpoints: + description: serviceEndpoints is a list of custom endpoints which will override the default service endpoints of a Power VS service. + type: array + items: + description: PowervsServiceEndpoint stores the configuration of a custom url to override existing defaults of PowerVS Services. + type: object + required: + - name + - url + properties: + name: + description: name is the name of the Power VS service. Few of the services are IAM - https://cloud.ibm.com/apidocs/iam-identity-token-api ResourceController - https://cloud.ibm.com/apidocs/resource-controller/resource-controller Power Cloud - https://cloud.ibm.com/apidocs/power-cloud + type: string + pattern: ^[a-z0-9-]+$ + url: + description: url is fully qualified URI with scheme https, that overrides the default generated endpoint for a client. This must be provided and cannot be empty. + type: string + format: uri + pattern: ^https:// + zone: + description: 'zone holds the default zone for the new Power VS resources created by the cluster. Note: Currently only single-zone OCP clusters are supported' + type: string type: - description: "type is the underlying infrastructure provider for the cluster. This value controls whether infrastructure automation such as service load balancers, dynamic volume provisioning, machine creation and deletion, and other integrations are enabled. If None, no infrastructure automation is enabled. Allowed values are \"AWS\", \"Azure\", \"BareMetal\", \"GCP\", \"Libvirt\", \"OpenStack\", \"VSphere\", \"oVirt\", \"EquinixMetal\", and \"None\". Individual components may not support all platforms, and must handle unrecognized platforms as None if they do not support that platform. \n This value will be synced with to the `status.platform` and `status.platformStatus.type`. Currently this value cannot be changed once set." + description: "type is the underlying infrastructure provider for the cluster. This value controls whether infrastructure automation such as service load balancers, dynamic volume provisioning, machine creation and deletion, and other integrations are enabled. If None, no infrastructure automation is enabled. Allowed values are \"AWS\", \"Azure\", \"BareMetal\", \"GCP\", \"Libvirt\", \"OpenStack\", \"VSphere\", \"oVirt\", \"EquinixMetal\", \"PowerVS\", \"AlibabaCloud\" and \"None\". Individual components may not support all platforms, and must handle unrecognized platforms as None if they do not support that platform. \n This value will be synced with to the `status.platform` and `status.platformStatus.type`. Currently this value cannot be changed once set." type: string enum: - "" @@ -337,6 +440,8 @@ spec: - IBMCloud - KubeVirt - EquinixMetal + - PowerVS + - AlibabaCloud vsphere: description: VSphere contains settings specific to the VSphere infrastructure provider. type: object diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_network.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_network.crd.yaml index 0056dc60f..c01178506 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_network.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_network.crd.yaml @@ -113,6 +113,38 @@ spec: description: Migration contains the cluster network migration configuration. type: object properties: + mtu: + description: MTU contains the MTU migration configuration. + type: object + properties: + machine: + description: Machine contains MTU migration configuration for the machine's uplink. + type: object + properties: + from: + description: From is the MTU to migrate from. + type: integer + format: int32 + minimum: 0 + to: + description: To is the MTU to migrate to. + type: integer + format: int32 + minimum: 0 + network: + description: Network contains MTU migration configuration for the default network. + type: object + properties: + from: + description: From is the MTU to migrate from. + type: integer + format: int32 + minimum: 0 + to: + description: To is the MTU to migrate to. + type: integer + format: int32 + minimum: 0 networkType: description: 'NetworkType is the target plugin that is to be deployed. Currently supported values are: OpenShiftSDN, OVNKubernetes' type: string diff --git a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_oauth.crd.yaml b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_oauth.crd.yaml index 99a84540e..883c623b3 100644 --- a/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_oauth.crd.yaml +++ b/vendor/github.com/openshift/api/config/v1/0000_10_config-operator_01_oauth.crd.yaml @@ -295,16 +295,27 @@ spec: type: array items: type: string + x-kubernetes-list-type: atomic + groups: + description: groups is the list of claims value of which should be used to synchronize groups from the OIDC provider to OpenShift for the user. If multiple claims are specified, the first one with a non-empty value is used. + type: array + items: + description: OpenIDClaim represents a claim retrieved from an OpenID provider's tokens or userInfo responses + type: string + minLength: 1 + x-kubernetes-list-type: atomic name: description: name is the list of claims whose values should be used as the display name. Optional. If unspecified, no display name is set for the identity type: array items: type: string + x-kubernetes-list-type: atomic preferredUsername: description: preferredUsername is the list of claims whose values should be used as the preferred username. If unspecified, the preferred username is determined from the value of the sub claim type: array items: type: string + x-kubernetes-list-type: atomic clientID: description: clientID is the oauth client ID type: string @@ -414,7 +425,7 @@ spec: type: object properties: accessTokenInactivityTimeout: - description: accessTokenInactivityTimeout defines the token inactivity timeout for tokens granted by any client. The value represents the maximum amount of time that can occur between consecutive uses of the token. Tokens become invalid if they are not used within this temporal window. The user will need to acquire a new token to regain access once a token times out. Takes valid time duration string such as "5m", "1.5h" or "2h45m". The minimum allowed value for duration is 300s (5 minutes). If the timeout is configured per client, then that value takes precedence. If the timeout value is not specified and the client does not override the value, then tokens are valid until their lifetime. + description: "accessTokenInactivityTimeout defines the token inactivity timeout for tokens granted by any client. The value represents the maximum amount of time that can occur between consecutive uses of the token. Tokens become invalid if they are not used within this temporal window. The user will need to acquire a new token to regain access once a token times out. Takes valid time duration string such as \"5m\", \"1.5h\" or \"2h45m\". The minimum allowed value for duration is 300s (5 minutes). If the timeout is configured per client, then that value takes precedence. If the timeout value is not specified and the client does not override the value, then tokens are valid until their lifetime. \n WARNING: existing tokens' timeout will not be affected (lowered) by changing this value" type: string accessTokenInactivityTimeoutSeconds: description: 'accessTokenInactivityTimeoutSeconds - DEPRECATED: setting this field has no effect.' diff --git a/vendor/github.com/openshift/api/config/v1/types_apiserver.go b/vendor/github.com/openshift/api/config/v1/types_apiserver.go index 12c009069..31801aacf 100644 --- a/vendor/github.com/openshift/api/config/v1/types_apiserver.go +++ b/vendor/github.com/openshift/api/config/v1/types_apiserver.go @@ -97,9 +97,10 @@ type Audit struct { // HTTP payloads for read requests (get, list). // - None: no requests are logged at all, not even oauthaccesstokens and oauthauthorizetokens. // - // Warning: to raise a Red Hat support request, it is required to set this to Default, - // WriteRequestBodies, or AllRequestBodies to generate audit log events that can be - // analyzed by support. + // Warning: It is not recommended to disable audit logging by using the `None` profile unless you + // are fully aware of the risks of not logging data that can be beneficial when troubleshooting issues. + // If you disable audit logging and a support situation arises, you might need to enable audit logging + // and reproduce the issue in order to troubleshoot properly. // // If unset, the 'Default' profile is used as the default. // diff --git a/vendor/github.com/openshift/api/config/v1/types_cluster_operator.go b/vendor/github.com/openshift/api/config/v1/types_cluster_operator.go index ba681e658..bbe359679 100644 --- a/vendor/github.com/openshift/api/config/v1/types_cluster_operator.go +++ b/vendor/github.com/openshift/api/config/v1/types_cluster_operator.go @@ -143,43 +143,50 @@ type ClusterOperatorStatusCondition struct { type ClusterStatusConditionType string const ( - // Available indicates that the operand (eg: openshift-apiserver for the - // openshift-apiserver-operator), is functional and available in the cluster. - // Available=False means at least part of the component is non-functional, - // and that the condition requires immediate administrator intervention. + // Available indicates that the component (operator and all configured operands) + // is functional and available in the cluster. Available=False means at least + // part of the component is non-functional, and that the condition requires + // immediate administrator intervention. OperatorAvailable ClusterStatusConditionType = "Available" - // Progressing indicates that the operator is actively rolling out new code, - // propagating config changes, or otherwise moving from one steady state to - // another. Operators should not report progressing when they are reconciling - // (without action) a previously known state. If the observed cluster state - // has changed and the operator/operand is reacting to it (scaling up for instance), - // Progressing should become true since it is moving from one steady state to - // another. + // Progressing indicates that the component (operator and all configured operands) + // is actively rolling out new code, propagating config changes, or otherwise + // moving from one steady state to another. Operators should not report + // progressing when they are reconciling (without action) a previously known + // state. If the observed cluster state has changed and the component is + // reacting to it (scaling up for instance), Progressing should become true + // since it is moving from one steady state to another. OperatorProgressing ClusterStatusConditionType = "Progressing" - // Degraded indicates that the operator's current state does not match its - // desired state over a period of time resulting in a lower quality of service. - // The period of time may vary by component, but a Degraded state represents - // persistent observation of a condition. As a result, a component should not - // oscillate in and out of Degraded state. A service may be Available even - // if its degraded. For example, your service may desire 3 running pods, but 1 - // pod is crash-looping. The service is Available but Degraded because it - // may have a lower quality of service. A component may be Progressing but - // not Degraded because the transition from one state to another does not - // persist over a long enough period to report Degraded. A service should not - // report Degraded during the course of a normal upgrade. A service may report - // Degraded in response to a persistent infrastructure failure that requires - // eventual administrator intervention. For example, if a control plane host - // is unhealthy and must be replaced. An operator should report Degraded if - // unexpected errors occur over a period, but the expectation is that all - // unexpected errors are handled as operators mature. + // Degraded indicates that the component (operator and all configured operands) + // does not match its desired state over a period of time resulting in a lower + // quality of service. The period of time may vary by component, but a Degraded + // state represents persistent observation of a condition. As a result, a + // component should not oscillate in and out of Degraded state. A component may + // be Available even if its degraded. For example, a component may desire 3 + // running pods, but 1 pod is crash-looping. The component is Available but + // Degraded because it may have a lower quality of service. A component may be + // Progressing but not Degraded because the transition from one state to + // another does not persist over a long enough period to report Degraded. A + // component should not report Degraded during the course of a normal upgrade. + // A component may report Degraded in response to a persistent infrastructure + // failure that requires eventual administrator intervention. For example, if + // a control plane host is unhealthy and must be replaced. A component should + // report Degraded if unexpected errors occur over a period, but the + // expectation is that all unexpected errors are handled as operators mature. OperatorDegraded ClusterStatusConditionType = "Degraded" - // Upgradeable indicates whether the operator safe to upgrade based on the current cluster state. When status is `False` - // administrators should not upgrade their cluster and the message field should contain a human readable description - // of what the administrator should do to allow the operator to successfully update. A missing condition, True, - // and Unknown are all treated by the CVO as allowing an upgrade. + // Upgradeable indicates whether the component (operator and all configured + // operands) is safe to upgrade based on the current cluster state. When + // Upgradeable is False, the cluster-version operator will prevent the + // cluster from performing impacted updates unless forced. When set on + // ClusterVersion, the message will explain which updates (minor or patch) + // are impacted. When set on ClusterOperator, False will block minor + // OpenShift updates. The message field should contain a human readable + // description of what the administrator should do to allow the cluster or + // component to successfully update. The cluster-version operator will + // allow updates when this condition is not False, including when it is + // missing, True, or Unknown. OperatorUpgradeable ClusterStatusConditionType = "Upgradeable" ) diff --git a/vendor/github.com/openshift/api/config/v1/types_feature.go b/vendor/github.com/openshift/api/config/v1/types_feature.go index 1be16fab3..032673069 100644 --- a/vendor/github.com/openshift/api/config/v1/types_feature.go +++ b/vendor/github.com/openshift/api/config/v1/types_feature.go @@ -111,14 +111,20 @@ var FeatureSets = map[FeatureSet]*FeatureGateEnabledDisabled{ Disabled: []string{}, }, TechPreviewNoUpgrade: newDefaultFeatures(). - with("CSIDriverAzureDisk"). // sig-storage, jsafrane, OCP specific - with("CSIDriverVSphere"). // sig-storage, jsafrane, OCP specific - with("CSIMigrationAWS"). // sig-storage, jsafrane, Kubernetes feature gate - with("CSIMigrationOpenStack"). // sig-storage, jsafrane, Kubernetes feature gate - with("CSIMigrationGCE"). // sig-storage, fbertina, Kubernetes feature gate - with("CSIMigrationAzureDisk"). // sig-storage, fbertina, Kubernetes feature gate - with("ExternalCloudProvider"). // sig-cloud-provider, jspeed, OCP specific - with("InsightsOperatorPullingSCA"). // insights-operator/ccx, tremes, OCP specific + with("CSIDriverAzureDisk"). // sig-storage, jsafrane, OCP specific + with("CSIDriverAzureFile"). // sig-storage, fbertina, OCP specific + with("CSIDriverVSphere"). // sig-storage, jsafrane, OCP specific + with("CSIMigrationAWS"). // sig-storage, jsafrane, Kubernetes feature gate + with("CSIMigrationOpenStack"). // sig-storage, jsafrane, Kubernetes feature gate + with("CSIMigrationGCE"). // sig-storage, fbertina, Kubernetes feature gate + with("CSIMigrationAzureDisk"). // sig-storage, fbertina, Kubernetes feature gate + with("CSIMigrationAzureFile"). // sig-storage, fbertina, Kubernetes feature gate + with("CSIMigrationvSphere"). // sig-storage, fbertina, Kubernetes feature gate + with("ExternalCloudProvider"). // sig-cloud-provider, jspeed, OCP specific + with("CSIDriverSharedResource"). // sig-build, adkaplan, OCP specific + with("BuildCSIVolumes"). // sig-build, adkaplan, OCP specific + with("NodeSwap"). // sig-node, ehashman, Kubernetes feature gate + with("MachineAPIProviderOpenStack"). // openstack, egarcia (#forum-openstack), OCP specific toFeatures(), LatencySensitive: newDefaultFeatures(). with( @@ -136,13 +142,16 @@ var defaultFeatures = &FeatureGateEnabledDisabled{ Enabled: []string{ "APIPriorityAndFairness", // sig-apimachinery, deads2k "RotateKubeletServerCertificate", // sig-pod, sjenning - "SupportPodPidsLimit", // sig-pod, sjenning - "NodeDisruptionExclusion", // sig-scheduling, ccoleman - "ServiceNodeExclusion", // sig-scheduling, ccoleman "DownwardAPIHugePages", // sig-node, rphillips + "PodSecurity", // sig-auth, s-urbaniak }, Disabled: []string{ - "LegacyNodeRoleBehavior", // sig-scheduling, ccoleman + "CSIMigrationAWS", // sig-storage, jsafrane + "CSIMigrationOpenStack", // sig-storage, jsafrane + "CSIMigrationGCE", // sig-storage, jsafrane + "CSIMigrationAzureDisk", // sig-storage, jsafrane + "CSIMigrationAzureFile", // sig-storage, jsafrane + "CSIMigrationvSphere", // sig-storage, jsafrane }, } diff --git a/vendor/github.com/openshift/api/config/v1/zz_generated.deepcopy.go b/vendor/github.com/openshift/api/config/v1/zz_generated.deepcopy.go index 9926aa1f5..00ffa3233 100644 --- a/vendor/github.com/openshift/api/config/v1/zz_generated.deepcopy.go +++ b/vendor/github.com/openshift/api/config/v1/zz_generated.deepcopy.go @@ -1,3 +1,4 @@ +//go:build !ignore_autogenerated // +build !ignore_autogenerated // Code generated by deepcopy-gen. DO NOT EDIT. @@ -307,6 +308,59 @@ func (in *AdmissionPluginConfig) DeepCopy() *AdmissionPluginConfig { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *AlibabaCloudPlatformSpec) DeepCopyInto(out *AlibabaCloudPlatformSpec) { + *out = *in + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlibabaCloudPlatformSpec. +func (in *AlibabaCloudPlatformSpec) DeepCopy() *AlibabaCloudPlatformSpec { + if in == nil { + return nil + } + out := new(AlibabaCloudPlatformSpec) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *AlibabaCloudPlatformStatus) DeepCopyInto(out *AlibabaCloudPlatformStatus) { + *out = *in + if in.ResourceTags != nil { + in, out := &in.ResourceTags, &out.ResourceTags + *out = make([]AlibabaCloudResourceTag, len(*in)) + copy(*out, *in) + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlibabaCloudPlatformStatus. +func (in *AlibabaCloudPlatformStatus) DeepCopy() *AlibabaCloudPlatformStatus { + if in == nil { + return nil + } + out := new(AlibabaCloudPlatformStatus) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *AlibabaCloudResourceTag) DeepCopyInto(out *AlibabaCloudResourceTag) { + *out = *in + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AlibabaCloudResourceTag. +func (in *AlibabaCloudResourceTag) DeepCopy() *AlibabaCloudResourceTag { + if in == nil { + return nil + } + out := new(AlibabaCloudResourceTag) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Audit) DeepCopyInto(out *Audit) { *out = *in @@ -737,6 +791,27 @@ func (in *ClientConnectionOverrides) DeepCopy() *ClientConnectionOverrides { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ClusterCondition) DeepCopyInto(out *ClusterCondition) { + *out = *in + if in.PromQL != nil { + in, out := &in.PromQL, &out.PromQL + *out = new(PromQLClusterCondition) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterCondition. +func (in *ClusterCondition) DeepCopy() *ClusterCondition { + if in == nil { + return nil + } + out := new(ClusterCondition) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ClusterNetworkEntry) DeepCopyInto(out *ClusterNetworkEntry) { *out = *in @@ -993,6 +1068,13 @@ func (in *ClusterVersionStatus) DeepCopyInto(out *ClusterVersionStatus) { (*in)[i].DeepCopyInto(&(*out)[i]) } } + if in.ConditionalUpdates != nil { + in, out := &in.ConditionalUpdates, &out.ConditionalUpdates + *out = make([]ConditionalUpdate, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } return } @@ -1077,6 +1159,60 @@ func (in *ComponentRouteStatus) DeepCopy() *ComponentRouteStatus { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ConditionalUpdate) DeepCopyInto(out *ConditionalUpdate) { + *out = *in + in.Release.DeepCopyInto(&out.Release) + if in.Risks != nil { + in, out := &in.Risks, &out.Risks + *out = make([]ConditionalUpdateRisk, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + if in.Conditions != nil { + in, out := &in.Conditions, &out.Conditions + *out = make([]metav1.Condition, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionalUpdate. +func (in *ConditionalUpdate) DeepCopy() *ConditionalUpdate { + if in == nil { + return nil + } + out := new(ConditionalUpdate) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ConditionalUpdateRisk) DeepCopyInto(out *ConditionalUpdateRisk) { + *out = *in + if in.MatchingRules != nil { + in, out := &in.MatchingRules, &out.MatchingRules + *out = make([]ClusterCondition, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConditionalUpdateRisk. +func (in *ConditionalUpdateRisk) DeepCopy() *ConditionalUpdateRisk { + if in == nil { + return nil + } + out := new(ConditionalUpdateRisk) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ConfigMapFileReference) DeepCopyInto(out *ConfigMapFileReference) { *out = *in @@ -2047,6 +2183,89 @@ func (in *Image) DeepCopyObject() runtime.Object { return nil } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ImageContentPolicy) DeepCopyInto(out *ImageContentPolicy) { + *out = *in + out.TypeMeta = in.TypeMeta + in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) + in.Spec.DeepCopyInto(&out.Spec) + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageContentPolicy. +func (in *ImageContentPolicy) DeepCopy() *ImageContentPolicy { + if in == nil { + return nil + } + out := new(ImageContentPolicy) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *ImageContentPolicy) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ImageContentPolicyList) DeepCopyInto(out *ImageContentPolicyList) { + *out = *in + out.TypeMeta = in.TypeMeta + in.ListMeta.DeepCopyInto(&out.ListMeta) + if in.Items != nil { + in, out := &in.Items, &out.Items + *out = make([]ImageContentPolicy, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageContentPolicyList. +func (in *ImageContentPolicyList) DeepCopy() *ImageContentPolicyList { + if in == nil { + return nil + } + out := new(ImageContentPolicyList) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *ImageContentPolicyList) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ImageContentPolicySpec) DeepCopyInto(out *ImageContentPolicySpec) { + *out = *in + if in.RepositoryDigestMirrors != nil { + in, out := &in.RepositoryDigestMirrors, &out.RepositoryDigestMirrors + *out = make([]RepositoryDigestMirrors, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageContentPolicySpec. +func (in *ImageContentPolicySpec) DeepCopy() *ImageContentPolicySpec { + if in == nil { + return nil + } + out := new(ImageContentPolicySpec) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ImageLabel) DeepCopyInto(out *ImageLabel) { *out = *in @@ -2513,6 +2732,58 @@ func (in *LeaderElection) DeepCopy() *LeaderElection { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *MTUMigration) DeepCopyInto(out *MTUMigration) { + *out = *in + if in.Network != nil { + in, out := &in.Network, &out.Network + *out = new(MTUMigrationValues) + (*in).DeepCopyInto(*out) + } + if in.Machine != nil { + in, out := &in.Machine, &out.Machine + *out = new(MTUMigrationValues) + (*in).DeepCopyInto(*out) + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MTUMigration. +func (in *MTUMigration) DeepCopy() *MTUMigration { + if in == nil { + return nil + } + out := new(MTUMigration) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *MTUMigrationValues) DeepCopyInto(out *MTUMigrationValues) { + *out = *in + if in.To != nil { + in, out := &in.To, &out.To + *out = new(uint32) + **out = **in + } + if in.From != nil { + in, out := &in.From, &out.From + *out = new(uint32) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MTUMigrationValues. +func (in *MTUMigrationValues) DeepCopy() *MTUMigrationValues { + if in == nil { + return nil + } + out := new(MTUMigrationValues) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *MaxAgePolicy) DeepCopyInto(out *MaxAgePolicy) { *out = *in @@ -2641,6 +2912,11 @@ func (in *NetworkList) DeepCopyObject() runtime.Object { // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *NetworkMigration) DeepCopyInto(out *NetworkMigration) { *out = *in + if in.MTU != nil { + in, out := &in.MTU, &out.MTU + *out = new(MTUMigration) + (*in).DeepCopyInto(*out) + } return } @@ -2701,7 +2977,7 @@ func (in *NetworkStatus) DeepCopyInto(out *NetworkStatus) { if in.Migration != nil { in, out := &in.Migration, &out.Migration *out = new(NetworkMigration) - **out = **in + (*in).DeepCopyInto(*out) } return } @@ -2906,6 +3182,11 @@ func (in *OpenIDClaims) DeepCopyInto(out *OpenIDClaims) { *out = make([]string, len(*in)) copy(*out, *in) } + if in.Groups != nil { + in, out := &in.Groups, &out.Groups + *out = make([]OpenIDClaim, len(*in)) + copy(*out, *in) + } return } @@ -3186,6 +3467,16 @@ func (in *PlatformSpec) DeepCopyInto(out *PlatformSpec) { *out = new(EquinixMetalPlatformSpec) **out = **in } + if in.PowerVS != nil { + in, out := &in.PowerVS, &out.PowerVS + *out = new(PowerVSPlatformSpec) + (*in).DeepCopyInto(*out) + } + if in.AlibabaCloud != nil { + in, out := &in.AlibabaCloud, &out.AlibabaCloud + *out = new(AlibabaCloudPlatformSpec) + **out = **in + } return } @@ -3252,6 +3543,16 @@ func (in *PlatformStatus) DeepCopyInto(out *PlatformStatus) { *out = new(EquinixMetalPlatformStatus) **out = **in } + if in.PowerVS != nil { + in, out := &in.PowerVS, &out.PowerVS + *out = new(PowerVSPlatformStatus) + (*in).DeepCopyInto(*out) + } + if in.AlibabaCloud != nil { + in, out := &in.AlibabaCloud, &out.AlibabaCloud + *out = new(AlibabaCloudPlatformStatus) + (*in).DeepCopyInto(*out) + } return } @@ -3265,6 +3566,64 @@ func (in *PlatformStatus) DeepCopy() *PlatformStatus { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *PowerVSPlatformSpec) DeepCopyInto(out *PowerVSPlatformSpec) { + *out = *in + if in.ServiceEndpoints != nil { + in, out := &in.ServiceEndpoints, &out.ServiceEndpoints + *out = make([]PowerVSServiceEndpoint, len(*in)) + copy(*out, *in) + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PowerVSPlatformSpec. +func (in *PowerVSPlatformSpec) DeepCopy() *PowerVSPlatformSpec { + if in == nil { + return nil + } + out := new(PowerVSPlatformSpec) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *PowerVSPlatformStatus) DeepCopyInto(out *PowerVSPlatformStatus) { + *out = *in + if in.ServiceEndpoints != nil { + in, out := &in.ServiceEndpoints, &out.ServiceEndpoints + *out = make([]PowerVSServiceEndpoint, len(*in)) + copy(*out, *in) + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PowerVSPlatformStatus. +func (in *PowerVSPlatformStatus) DeepCopy() *PowerVSPlatformStatus { + if in == nil { + return nil + } + out := new(PowerVSPlatformStatus) + in.DeepCopyInto(out) + return out +} + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *PowerVSServiceEndpoint) DeepCopyInto(out *PowerVSServiceEndpoint) { + *out = *in + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PowerVSServiceEndpoint. +func (in *PowerVSServiceEndpoint) DeepCopy() *PowerVSServiceEndpoint { + if in == nil { + return nil + } + out := new(PowerVSServiceEndpoint) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Project) DeepCopyInto(out *Project) { *out = *in @@ -3359,6 +3718,22 @@ func (in *ProjectStatus) DeepCopy() *ProjectStatus { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *PromQLClusterCondition) DeepCopyInto(out *PromQLClusterCondition) { + *out = *in + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PromQLClusterCondition. +func (in *PromQLClusterCondition) DeepCopy() *PromQLClusterCondition { + if in == nil { + return nil + } + out := new(PromQLClusterCondition) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Proxy) DeepCopyInto(out *Proxy) { *out = *in @@ -3548,6 +3923,27 @@ func (in *RemoteConnectionInfo) DeepCopy() *RemoteConnectionInfo { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *RepositoryDigestMirrors) DeepCopyInto(out *RepositoryDigestMirrors) { + *out = *in + if in.Mirrors != nil { + in, out := &in.Mirrors, &out.Mirrors + *out = make([]Mirror, len(*in)) + copy(*out, *in) + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RepositoryDigestMirrors. +func (in *RepositoryDigestMirrors) DeepCopy() *RepositoryDigestMirrors { + if in == nil { + return nil + } + out := new(RepositoryDigestMirrors) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *RequestHeaderIdentityProvider) DeepCopyInto(out *RequestHeaderIdentityProvider) { *out = *in diff --git a/vendor/github.com/openshift/api/config/v1/zz_generated.swagger_doc_generated.go b/vendor/github.com/openshift/api/config/v1/zz_generated.swagger_doc_generated.go index 8287ce6e1..326fc10bb 100644 --- a/vendor/github.com/openshift/api/config/v1/zz_generated.swagger_doc_generated.go +++ b/vendor/github.com/openshift/api/config/v1/zz_generated.swagger_doc_generated.go @@ -323,7 +323,7 @@ func (APIServerSpec) SwaggerDoc() map[string]string { } var map_Audit = map[string]string{ - "profile": "profile specifies the name of the desired top-level audit profile to be applied to all requests sent to any of the OpenShift-provided API servers in the cluster (kube-apiserver, openshift-apiserver and oauth-apiserver), with the exception of those requests that match one or more of the customRules.\n\nThe following profiles are provided: - Default: default policy which means MetaData level logging with the exception of events\n (not logged at all), oauthaccesstokens and oauthauthorizetokens (both logged at RequestBody\n level).\n- WriteRequestBodies: like 'Default', but logs request and response HTTP payloads for write requests (create, update, patch). - AllRequestBodies: like 'WriteRequestBodies', but also logs request and response HTTP payloads for read requests (get, list). - None: no requests are logged at all, not even oauthaccesstokens and oauthauthorizetokens.\n\nWarning: to raise a Red Hat support request, it is required to set this to Default, WriteRequestBodies, or AllRequestBodies to generate audit log events that can be analyzed by support.\n\nIf unset, the 'Default' profile is used as the default.", + "profile": "profile specifies the name of the desired top-level audit profile to be applied to all requests sent to any of the OpenShift-provided API servers in the cluster (kube-apiserver, openshift-apiserver and oauth-apiserver), with the exception of those requests that match one or more of the customRules.\n\nThe following profiles are provided: - Default: default policy which means MetaData level logging with the exception of events\n (not logged at all), oauthaccesstokens and oauthauthorizetokens (both logged at RequestBody\n level).\n- WriteRequestBodies: like 'Default', but logs request and response HTTP payloads for write requests (create, update, patch). - AllRequestBodies: like 'WriteRequestBodies', but also logs request and response HTTP payloads for read requests (get, list). - None: no requests are logged at all, not even oauthaccesstokens and oauthauthorizetokens.\n\nWarning: It is not recommended to disable audit logging by using the `None` profile unless you are fully aware of the risks of not logging data that can be beneficial when troubleshooting issues. If you disable audit logging and a support situation arises, you might need to enable audit logging and reproduce the issue in order to troubleshoot properly.\n\nIf unset, the 'Default' profile is used as the default.", "customRules": "customRules specify profiles per group. These profile take precedence over the top-level profile field if they apply. They are evaluation from top to bottom and the first one that matches, applies.", } @@ -528,6 +528,16 @@ func (OperandVersion) SwaggerDoc() map[string]string { return map_OperandVersion } +var map_ClusterCondition = map[string]string{ + "": "ClusterCondition is a union of typed cluster conditions. The 'type' property determines which of the type-specific properties are relevant. When evaluated on a cluster, the condition may match, not match, or fail to evaluate.", + "type": "type represents the cluster-condition type. This defines the members and semantics of any additional properties.", + "promql": "promQL represents a cluster condition based on PromQL.", +} + +func (ClusterCondition) SwaggerDoc() map[string]string { + return map_ClusterCondition +} + var map_ClusterVersion = map[string]string{ "": "ClusterVersion is the configuration for the ClusterVersionOperator. This is where parameters related to automatic updates can be set.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).", "spec": "spec is the desired state of the cluster version - the operator will work to ensure that the desired version is applied to the cluster.", @@ -566,7 +576,8 @@ var map_ClusterVersionStatus = map[string]string{ "observedGeneration": "observedGeneration reports which version of the spec is being synced. If this value is not equal to metadata.generation, then the desired and conditions fields may represent a previous version.", "versionHash": "versionHash is a fingerprint of the content that the cluster will be updated with. It is used by the operator to avoid unnecessary work and is for internal use only.", "conditions": "conditions provides information about the cluster version. The condition \"Available\" is set to true if the desiredUpdate has been reached. The condition \"Progressing\" is set to true if an update is being applied. The condition \"Degraded\" is set to true if an update is currently blocked by a temporary or permanent error. Conditions are only valid for the current desiredUpdate when metadata.generation is equal to status.generation.", - "availableUpdates": "availableUpdates contains the list of updates that are appropriate for this cluster. This list may be empty if no updates are recommended, if the update service is unavailable, or if an invalid channel has been specified.", + "availableUpdates": "availableUpdates contains updates recommended for this cluster. Updates which appear in conditionalUpdates but not in availableUpdates may expose this cluster to known issues. This list may be empty if no updates are recommended, if the update service is unavailable, or if an invalid channel has been specified.", + "conditionalUpdates": "conditionalUpdates contains the list of updates that may be recommended for this cluster if it meets specific required conditions. Consumers interested in the set of updates that are actually recommended for this cluster should use availableUpdates. This list may be empty if no updates are recommended, if the update service is unavailable, or if an empty or invalid channel has been specified.", } func (ClusterVersionStatus) SwaggerDoc() map[string]string { @@ -586,6 +597,38 @@ func (ComponentOverride) SwaggerDoc() map[string]string { return map_ComponentOverride } +var map_ConditionalUpdate = map[string]string{ + "": "ConditionalUpdate represents an update which is recommended to some clusters on the version the current cluster is reconciling, but which may not be recommended for the current cluster.", + "release": "release is the target of the update.", + "risks": "risks represents the range of issues associated with updating to the target release. The cluster-version operator will evaluate all entries, and only recommend the update if there is at least one entry and all entries recommend the update.", + "conditions": "conditions represents the observations of the conditional update's current status. Known types are: * Evaluating, for whether the cluster-version operator will attempt to evaluate any risks[].matchingRules. * Recommended, for whether the update is recommended for the current cluster.", +} + +func (ConditionalUpdate) SwaggerDoc() map[string]string { + return map_ConditionalUpdate +} + +var map_ConditionalUpdateRisk = map[string]string{ + "": "ConditionalUpdateRisk represents a reason and cluster-state for not recommending a conditional update.", + "url": "url contains information about this risk.", + "name": "name is the CamelCase reason for not recommending a conditional update, in the event that matchingRules match the cluster state.", + "message": "message provides additional information about the risk of updating, in the event that matchingRules match the cluster state. This is only to be consumed by humans. It may contain Line Feed characters (U+000A), which should be rendered as new lines.", + "matchingRules": "matchingRules is a slice of conditions for deciding which clusters match the risk and which do not. The slice is ordered by decreasing precedence. The cluster-version operator will walk the slice in order, and stop after the first it can successfully evaluate. If no condition can be successfully evaluated, the update will not be recommended.", +} + +func (ConditionalUpdateRisk) SwaggerDoc() map[string]string { + return map_ConditionalUpdateRisk +} + +var map_PromQLClusterCondition = map[string]string{ + "": "PromQLClusterCondition represents a cluster condition based on PromQL.", + "promql": "PromQL is a PromQL query classifying clusters. This query query should return a 1 in the match case and a 0 in the does-not-match case. Queries which return no time series, or which return values besides 0 or 1, are evaluation failures.", +} + +func (PromQLClusterCondition) SwaggerDoc() map[string]string { + return map_PromQLClusterCondition +} + var map_Release = map[string]string{ "": "Release represents an OpenShift release image and associated metadata.", "version": "version is a semantic versioning identifying the update version. When this field is part of spec, version is optional if image is specified.", @@ -617,6 +660,7 @@ var map_UpdateHistory = map[string]string{ "version": "version is a semantic versioning identifying the update version. If the requested image does not define a version, or if a failure occurs retrieving the image, this value may be empty.", "image": "image is a container image location that contains the update. This value is always populated.", "verified": "verified indicates whether the provided update was properly verified before it was installed. If this is false the cluster may not be trusted. Verified does not cover upgradeable checks that depend on the cluster state at the time when the update target was accepted.", + "acceptedRisks": "acceptedRisks records risks which were accepted to initiate the update. For example, it may menition an Upgradeable=False or missing signature that was overriden via desiredUpdate.force, or an update that was initiated despite not being in the availableUpdates set of recommended update targets.", } func (UpdateHistory) SwaggerDoc() map[string]string { @@ -801,6 +845,43 @@ func (RegistrySources) SwaggerDoc() map[string]string { return map_RegistrySources } +var map_ImageContentPolicy = map[string]string{ + "": "ImageContentPolicy holds cluster-wide information about how to handle registry mirror rules. When multiple policies are defined, the outcome of the behavior is defined on each field.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).", + "spec": "spec holds user settable values for configuration", +} + +func (ImageContentPolicy) SwaggerDoc() map[string]string { + return map_ImageContentPolicy +} + +var map_ImageContentPolicyList = map[string]string{ + "": "ImageContentPolicyList lists the items in the ImageContentPolicy CRD.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).", +} + +func (ImageContentPolicyList) SwaggerDoc() map[string]string { + return map_ImageContentPolicyList +} + +var map_ImageContentPolicySpec = map[string]string{ + "": "ImageContentPolicySpec is the specification of the ImageContentPolicy CRD.", + "repositoryDigestMirrors": "repositoryDigestMirrors allows images referenced by image digests in pods to be pulled from alternative mirrored repository locations. The image pull specification provided to the pod will be compared to the source locations described in RepositoryDigestMirrors and the image may be pulled down from any of the mirrors in the list instead of the specified repository allowing administrators to choose a potentially faster mirror. To pull image from mirrors by tags, should set the \"allowMirrorByTags\".\n\nEach “source” repository is treated independently; configurations for different “source” repositories don’t interact.\n\nIf the \"mirrors\" is not specified, the image will continue to be pulled from the specified repository in the pull spec.\n\nWhen multiple policies are defined for the same “source” repository, the sets of defined mirrors will be merged together, preserving the relative order of the mirrors, if possible. For example, if policy A has mirrors `a, b, c` and policy B has mirrors `c, d, e`, the mirrors will be used in the order `a, b, c, d, e`. If the orders of mirror entries conflict (e.g. `a, b` vs. `b, a`) the configuration is not rejected but the resulting order is unspecified.", +} + +func (ImageContentPolicySpec) SwaggerDoc() map[string]string { + return map_ImageContentPolicySpec +} + +var map_RepositoryDigestMirrors = map[string]string{ + "": "RepositoryDigestMirrors holds cluster-wide information about how to handle mirrors in the registries config.", + "source": "source is the repository that users refer to, e.g. in image pull specifications.", + "allowMirrorByTags": "allowMirrorByTags if true, the mirrors can be used to pull the images that are referenced by their tags. Default is false, the mirrors only work when pulling the images that are referenced by their digests. Pulling images by tag can potentially yield different images, depending on which endpoint we pull from. Forcing digest-pulls for mirrors avoids that issue.", + "mirrors": "mirrors is zero or more repositories that may also contain the same images. If the \"mirrors\" is not specified, the image will continue to be pulled from the specified repository in the pull spec. No mirror will be configured. The order of mirrors in this list is treated as the user's desired priority, while source is by default considered lower priority than all mirrors. Other cluster configuration, including (but not limited to) other repositoryDigestMirrors objects, may impact the exact order mirrors are contacted in, or some mirrors may be contacted in parallel, so this should be considered a preference rather than a guarantee of ordering.", +} + +func (RepositoryDigestMirrors) SwaggerDoc() map[string]string { + return map_RepositoryDigestMirrors +} + var map_AWSPlatformSpec = map[string]string{ "": "AWSPlatformSpec holds the desired state of the Amazon Web Services infrastructure provider. This only includes fields that can be modified in the cluster.", "serviceEndpoints": "serviceEndpoints list contains custom endpoints which will override default service endpoint of AWS Services. There must be only one ServiceEndpoint for a service.", @@ -841,6 +922,35 @@ func (AWSServiceEndpoint) SwaggerDoc() map[string]string { return map_AWSServiceEndpoint } +var map_AlibabaCloudPlatformSpec = map[string]string{ + "": "AlibabaCloudPlatformSpec holds the desired state of the Alibaba Cloud infrastructure provider. This only includes fields that can be modified in the cluster.", +} + +func (AlibabaCloudPlatformSpec) SwaggerDoc() map[string]string { + return map_AlibabaCloudPlatformSpec +} + +var map_AlibabaCloudPlatformStatus = map[string]string{ + "": "AlibabaCloudPlatformStatus holds the current status of the Alibaba Cloud infrastructure provider.", + "region": "region specifies the region for Alibaba Cloud resources created for the cluster.", + "resourceGroupID": "resourceGroupID is the ID of the resource group for the cluster.", + "resourceTags": "resourceTags is a list of additional tags to apply to Alibaba Cloud resources created for the cluster.", +} + +func (AlibabaCloudPlatformStatus) SwaggerDoc() map[string]string { + return map_AlibabaCloudPlatformStatus +} + +var map_AlibabaCloudResourceTag = map[string]string{ + "": "AlibabaCloudResourceTag is the set of tags to add to apply to resources.", + "key": "key is the key of the tag.", + "value": "value is the value of the tag.", +} + +func (AlibabaCloudResourceTag) SwaggerDoc() map[string]string { + return map_AlibabaCloudResourceTag +} + var map_AzurePlatformSpec = map[string]string{ "": "AzurePlatformSpec holds the desired state of the Azure infrastructure provider. This only includes fields that can be modified in the cluster.", } @@ -1039,7 +1149,7 @@ func (OvirtPlatformStatus) SwaggerDoc() map[string]string { var map_PlatformSpec = map[string]string{ "": "PlatformSpec holds the desired state specific to the underlying infrastructure provider of the current cluster. Since these are used at spec-level for the underlying cluster, it is supposed that only one of the spec structs is set.", - "type": "type is the underlying infrastructure provider for the cluster. This value controls whether infrastructure automation such as service load balancers, dynamic volume provisioning, machine creation and deletion, and other integrations are enabled. If None, no infrastructure automation is enabled. Allowed values are \"AWS\", \"Azure\", \"BareMetal\", \"GCP\", \"Libvirt\", \"OpenStack\", \"VSphere\", \"oVirt\", \"KubeVirt\", \"EquinixMetal\", and \"None\". Individual components may not support all platforms, and must handle unrecognized platforms as None if they do not support that platform.", + "type": "type is the underlying infrastructure provider for the cluster. This value controls whether infrastructure automation such as service load balancers, dynamic volume provisioning, machine creation and deletion, and other integrations are enabled. If None, no infrastructure automation is enabled. Allowed values are \"AWS\", \"Azure\", \"BareMetal\", \"GCP\", \"Libvirt\", \"OpenStack\", \"VSphere\", \"oVirt\", \"KubeVirt\", \"EquinixMetal\", \"PowerVS\", \"AlibabaCloud\" and \"None\". Individual components may not support all platforms, and must handle unrecognized platforms as None if they do not support that platform.", "aws": "AWS contains settings specific to the Amazon Web Services infrastructure provider.", "azure": "Azure contains settings specific to the Azure infrastructure provider.", "gcp": "GCP contains settings specific to the Google Cloud Platform infrastructure provider.", @@ -1050,6 +1160,8 @@ var map_PlatformSpec = map[string]string{ "ibmcloud": "IBMCloud contains settings specific to the IBMCloud infrastructure provider.", "kubevirt": "Kubevirt contains settings specific to the kubevirt infrastructure provider.", "equinixMetal": "EquinixMetal contains settings specific to the Equinix Metal infrastructure provider.", + "powervs": "PowerVS contains settings specific to the IBM Power Systems Virtual Servers infrastructure provider.", + "alibabaCloud": "AlibabaCloud contains settings specific to the Alibaba Cloud infrastructure provider.", } func (PlatformSpec) SwaggerDoc() map[string]string { @@ -1058,7 +1170,7 @@ func (PlatformSpec) SwaggerDoc() map[string]string { var map_PlatformStatus = map[string]string{ "": "PlatformStatus holds the current status specific to the underlying infrastructure provider of the current cluster. Since these are used at status-level for the underlying cluster, it is supposed that only one of the status structs is set.", - "type": "type is the underlying infrastructure provider for the cluster. This value controls whether infrastructure automation such as service load balancers, dynamic volume provisioning, machine creation and deletion, and other integrations are enabled. If None, no infrastructure automation is enabled. Allowed values are \"AWS\", \"Azure\", \"BareMetal\", \"GCP\", \"Libvirt\", \"OpenStack\", \"VSphere\", \"oVirt\", \"EquinixMetal\", and \"None\". Individual components may not support all platforms, and must handle unrecognized platforms as None if they do not support that platform.\n\nThis value will be synced with to the `status.platform` and `status.platformStatus.type`. Currently this value cannot be changed once set.", + "type": "type is the underlying infrastructure provider for the cluster. This value controls whether infrastructure automation such as service load balancers, dynamic volume provisioning, machine creation and deletion, and other integrations are enabled. If None, no infrastructure automation is enabled. Allowed values are \"AWS\", \"Azure\", \"BareMetal\", \"GCP\", \"Libvirt\", \"OpenStack\", \"VSphere\", \"oVirt\", \"EquinixMetal\", \"PowerVS\", \"AlibabaCloud\" and \"None\". Individual components may not support all platforms, and must handle unrecognized platforms as None if they do not support that platform.\n\nThis value will be synced with to the `status.platform` and `status.platformStatus.type`. Currently this value cannot be changed once set.", "aws": "AWS contains settings specific to the Amazon Web Services infrastructure provider.", "azure": "Azure contains settings specific to the Azure infrastructure provider.", "gcp": "GCP contains settings specific to the Google Cloud Platform infrastructure provider.", @@ -1069,12 +1181,45 @@ var map_PlatformStatus = map[string]string{ "ibmcloud": "IBMCloud contains settings specific to the IBMCloud infrastructure provider.", "kubevirt": "Kubevirt contains settings specific to the kubevirt infrastructure provider.", "equinixMetal": "EquinixMetal contains settings specific to the Equinix Metal infrastructure provider.", + "powervs": "PowerVS contains settings specific to the Power Systems Virtual Servers infrastructure provider.", + "alibabaCloud": "AlibabaCloud contains settings specific to the Alibaba Cloud infrastructure provider.", } func (PlatformStatus) SwaggerDoc() map[string]string { return map_PlatformStatus } +var map_PowerVSPlatformSpec = map[string]string{ + "": "PowerVSPlatformSpec holds the desired state of the IBM Power Systems Virtual Servers infrastructure provider. This only includes fields that can be modified in the cluster.", + "serviceEndpoints": "serviceEndpoints is a list of custom endpoints which will override the default service endpoints of a Power VS service.", +} + +func (PowerVSPlatformSpec) SwaggerDoc() map[string]string { + return map_PowerVSPlatformSpec +} + +var map_PowerVSPlatformStatus = map[string]string{ + "": "PowerVSPlatformStatus holds the current status of the IBM Power Systems Virtual Servers infrastrucutre provider.", + "region": "region holds the default Power VS region for new Power VS resources created by the cluster.", + "zone": "zone holds the default zone for the new Power VS resources created by the cluster. Note: Currently only single-zone OCP clusters are supported", + "serviceEndpoints": "serviceEndpoints is a list of custom endpoints which will override the default service endpoints of a Power VS service.", + "cisInstanceCRN": "CISInstanceCRN is the CRN of the Cloud Internet Services instance managing the DNS zone for the cluster's base domain", +} + +func (PowerVSPlatformStatus) SwaggerDoc() map[string]string { + return map_PowerVSPlatformStatus +} + +var map_PowerVSServiceEndpoint = map[string]string{ + "": "PowervsServiceEndpoint stores the configuration of a custom url to override existing defaults of PowerVS Services.", + "name": "name is the name of the Power VS service. Few of the services are IAM - https://cloud.ibm.com/apidocs/iam-identity-token-api ResourceController - https://cloud.ibm.com/apidocs/resource-controller/resource-controller Power Cloud - https://cloud.ibm.com/apidocs/power-cloud", + "url": "url is fully qualified URI with scheme https, that overrides the default generated endpoint for a client. This must be provided and cannot be empty.", +} + +func (PowerVSServiceEndpoint) SwaggerDoc() map[string]string { + return map_PowerVSServiceEndpoint +} + var map_VSpherePlatformSpec = map[string]string{ "": "VSpherePlatformSpec holds the desired state of the vSphere infrastructure provider. This only includes fields that can be modified in the cluster.", } @@ -1188,6 +1333,26 @@ func (ExternalIPPolicy) SwaggerDoc() map[string]string { return map_ExternalIPPolicy } +var map_MTUMigration = map[string]string{ + "": "MTUMigration contains infomation about MTU migration.", + "network": "Network contains MTU migration configuration for the default network.", + "machine": "Machine contains MTU migration configuration for the machine's uplink.", +} + +func (MTUMigration) SwaggerDoc() map[string]string { + return map_MTUMigration +} + +var map_MTUMigrationValues = map[string]string{ + "": "MTUMigrationValues contains the values for a MTU migration.", + "to": "To is the MTU to migrate to.", + "from": "From is the MTU to migrate from.", +} + +func (MTUMigrationValues) SwaggerDoc() map[string]string { + return map_MTUMigrationValues +} + var map_Network = map[string]string{ "": "Network holds cluster-wide information about Network. The canonical name is `cluster`. It is used to configure the desired network configuration, such as: IP address pools for services/pod IPs, network plugin, etc. Please view network.spec for an explanation on what applies when configuring this resource.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).", "spec": "spec holds user settable values for configuration. As a general rule, this SHOULD NOT be read directly. Instead, you should consume the NetworkStatus, as it indicates the currently deployed configuration. Currently, most spec fields are immutable after installation. Please view the individual ones for further details on each.", @@ -1209,6 +1374,7 @@ func (NetworkList) SwaggerDoc() map[string]string { var map_NetworkMigration = map[string]string{ "": "NetworkMigration represents the cluster network configuration.", "networkType": "NetworkType is the target plugin that is to be deployed. Currently supported values are: OpenShiftSDN, OVNKubernetes", + "mtu": "MTU contains the MTU migration configuration.", } func (NetworkMigration) SwaggerDoc() map[string]string { @@ -1423,6 +1589,7 @@ var map_OpenIDClaims = map[string]string{ "preferredUsername": "preferredUsername is the list of claims whose values should be used as the preferred username. If unspecified, the preferred username is determined from the value of the sub claim", "name": "name is the list of claims whose values should be used as the display name. Optional. If unspecified, no display name is set for the identity", "email": "email is the list of claims whose values should be used as the email address. Optional. If unspecified, no email is set for the identity", + "groups": "groups is the list of claims value of which should be used to synchronize groups from the OIDC provider to OpenShift for the user. If multiple claims are specified, the first one with a non-empty value is used.", } func (OpenIDClaims) SwaggerDoc() map[string]string { @@ -1464,7 +1631,7 @@ var map_TokenConfig = map[string]string{ "": "TokenConfig holds the necessary configuration options for authorization and access tokens", "accessTokenMaxAgeSeconds": "accessTokenMaxAgeSeconds defines the maximum age of access tokens", "accessTokenInactivityTimeoutSeconds": "accessTokenInactivityTimeoutSeconds - DEPRECATED: setting this field has no effect.", - "accessTokenInactivityTimeout": "accessTokenInactivityTimeout defines the token inactivity timeout for tokens granted by any client. The value represents the maximum amount of time that can occur between consecutive uses of the token. Tokens become invalid if they are not used within this temporal window. The user will need to acquire a new token to regain access once a token times out. Takes valid time duration string such as \"5m\", \"1.5h\" or \"2h45m\". The minimum allowed value for duration is 300s (5 minutes). If the timeout is configured per client, then that value takes precedence. If the timeout value is not specified and the client does not override the value, then tokens are valid until their lifetime.", + "accessTokenInactivityTimeout": "accessTokenInactivityTimeout defines the token inactivity timeout for tokens granted by any client. The value represents the maximum amount of time that can occur between consecutive uses of the token. Tokens become invalid if they are not used within this temporal window. The user will need to acquire a new token to regain access once a token times out. Takes valid time duration string such as \"5m\", \"1.5h\" or \"2h45m\". The minimum allowed value for duration is 300s (5 minutes). If the timeout is configured per client, then that value takes precedence. If the timeout value is not specified and the client does not override the value, then tokens are valid until their lifetime.\n\nWARNING: existing tokens' timeout will not be affected (lowered) by changing this value", } func (TokenConfig) SwaggerDoc() map[string]string { @@ -1585,7 +1752,7 @@ var map_ProxySpec = map[string]string{ "": "ProxySpec contains cluster proxy creation configuration.", "httpProxy": "httpProxy is the URL of the proxy for HTTP requests. Empty means unset and will not result in an env var.", "httpsProxy": "httpsProxy is the URL of the proxy for HTTPS requests. Empty means unset and will not result in an env var.", - "noProxy": "noProxy is a comma-separated list of hostnames and/or CIDRs for which the proxy should not be used. Empty means unset and will not result in an env var.", + "noProxy": "noProxy is a comma-separated list of hostnames and/or CIDRs and/or IPs for which the proxy should not be used. Empty means unset and will not result in an env var.", "readinessEndpoints": "readinessEndpoints is a list of endpoints used to verify readiness of the proxy.", "trustedCA": "trustedCA is a reference to a ConfigMap containing a CA certificate bundle. The trustedCA field should only be consumed by a proxy validator. The validator is responsible for reading the certificate bundle from the required key \"ca-bundle.crt\", merging it with the system default trust bundle, and writing the merged trust bundle to a ConfigMap named \"trusted-ca-bundle\" in the \"openshift-config-managed\" namespace. Clients that expect to make proxy connections must use the trusted-ca-bundle for all HTTPS requests to the proxy, and may use the trusted-ca-bundle for non-proxy HTTPS requests as well.\n\nThe namespace for the ConfigMap referenced by trustedCA is \"openshift-config\". Here is an example ConfigMap (in yaml):\n\napiVersion: v1 kind: ConfigMap metadata:\n name: user-ca-bundle\n namespace: openshift-config\n data:\n ca-bundle.crt: |", } diff --git a/vendor/github.com/openshift/api/console/v1alpha1/0000_10_consoleplugin.crd.yaml b/vendor/github.com/openshift/api/console/v1alpha1/0000_10_consoleplugin.crd.yaml index 3df6be0db..370e9a426 100644 --- a/vendor/github.com/openshift/api/console/v1alpha1/0000_10_consoleplugin.crd.yaml +++ b/vendor/github.com/openshift/api/console/v1alpha1/0000_10_consoleplugin.crd.yaml @@ -39,14 +39,66 @@ spec: description: ConsolePluginSpec is the desired plugin configuration. type: object required: - - displayName - service properties: displayName: description: displayName is the display name of the plugin. type: string + minLength: 1 + proxy: + description: proxy is a list of proxies that describe various service type to which the plugin needs to connect to. + type: array + items: + description: ConsolePluginProxy holds information on various service types to which console's backend will proxy the plugin's requests. + type: object + required: + - alias + - type + properties: + alias: + description: "alias is a proxy name that identifies the plugin's proxy. An alias name should be unique per plugin. The console backend exposes following proxy endpoint: \n /api/proxy/plugin///? \n Request example path: \n /api/proxy/plugin/acm/search/pods?namespace=openshift-apiserver" + type: string + maxLength: 128 + minLength: 1 + pattern: ^[A-Za-z0-9-_]+$ + authorize: + description: "authorize indicates if the proxied request should contain the logged-in user's OpenShift access token in the \"Authorization\" request header. For example: \n Authorization: Bearer sha256~kV46hPnEYhCWFnB85r5NrprAxggzgb6GOeLbgcKNsH0 \n By default the access token is not part of the proxied request." + type: boolean + default: false + caCertificate: + description: caCertificate provides the cert authority certificate contents, in case the proxied Service is using custom service CA. By default, the service CA bundle provided by the service-ca operator is used. + type: string + pattern: ^-----BEGIN CERTIFICATE-----([\s\S]*)-----END CERTIFICATE-----\s?$ + service: + description: 'service is an in-cluster Service that the plugin will connect to. The Service must use HTTPS. The console backend exposes an endpoint in order to proxy communication between the plugin and the Service. Note: service field is required for now, since currently only "Service" type is supported.' + type: object + required: + - name + - namespace + - port + properties: + name: + description: name of Service that the plugin needs to connect to. + type: string + maxLength: 128 + minLength: 1 + namespace: + description: namespace of Service that the plugin needs to connect to + type: string + maxLength: 128 + minLength: 1 + port: + description: port on which the Service that the plugin needs to connect to is listening on. + type: integer + format: int32 + maximum: 65535 + minimum: 1 + type: + description: type is the type of the console plugin's proxy. Currently only "Service" is supported. + type: string + pattern: ^(Service)$ service: - description: service is a Kubernetes Service that exposes the plugin using a deployment with an HTTP server. The Service must use HTTPS and service serving certificate. The console backend will proxy the plugins assets from the Service using the service CA bundle. + description: service is a Kubernetes Service that exposes the plugin using a deployment with an HTTP server. The Service must use HTTPS and Service serving certificate. The console backend will proxy the plugins assets from the Service using the service CA bundle. type: object required: - basePath @@ -57,15 +109,24 @@ spec: basePath: description: basePath is the path to the plugin's assets. The primary asset it the manifest file called `plugin-manifest.json`, which is a JSON document that contains metadata about the plugin and the extensions. type: string + default: / + minLength: 1 + pattern: ^/ name: - description: name of Service that is serving the plugin. + description: name of Service that is serving the plugin assets. type: string + maxLength: 128 + minLength: 1 namespace: - description: namespace of Service that is serving the plugin. + description: namespace of Service that is serving the plugin assets. type: string + maxLength: 128 + minLength: 1 port: description: port on which the Service that is serving the plugin is listening to. type: integer format: int32 + maximum: 65535 + minimum: 1 served: true storage: true diff --git a/vendor/github.com/openshift/api/console/v1alpha1/zz_generated.swagger_doc_generated.go b/vendor/github.com/openshift/api/console/v1alpha1/zz_generated.swagger_doc_generated.go index 78bb81c48..c36d7e00f 100644 --- a/vendor/github.com/openshift/api/console/v1alpha1/zz_generated.swagger_doc_generated.go +++ b/vendor/github.com/openshift/api/console/v1alpha1/zz_generated.swagger_doc_generated.go @@ -27,10 +27,34 @@ func (ConsolePluginList) SwaggerDoc() map[string]string { return map_ConsolePluginList } +var map_ConsolePluginProxy = map[string]string{ + "": "ConsolePluginProxy holds information on various service types to which console's backend will proxy the plugin's requests.", + "type": "type is the type of the console plugin's proxy. Currently only \"Service\" is supported.", + "alias": "alias is a proxy name that identifies the plugin's proxy. An alias name should be unique per plugin. The console backend exposes following proxy endpoint:\n\n/api/proxy/plugin///?\n\nRequest example path:\n\n/api/proxy/plugin/acm/search/pods?namespace=openshift-apiserver", + "service": "service is an in-cluster Service that the plugin will connect to. The Service must use HTTPS. The console backend exposes an endpoint in order to proxy communication between the plugin and the Service. Note: service field is required for now, since currently only \"Service\" type is supported.", + "caCertificate": "caCertificate provides the cert authority certificate contents, in case the proxied Service is using custom service CA. By default, the service CA bundle provided by the service-ca operator is used. ", + "authorize": "authorize indicates if the proxied request should contain the logged-in user's OpenShift access token in the \"Authorization\" request header. For example:\n\nAuthorization: Bearer sha256~kV46hPnEYhCWFnB85r5NrprAxggzgb6GOeLbgcKNsH0\n\nBy default the access token is not part of the proxied request.", +} + +func (ConsolePluginProxy) SwaggerDoc() map[string]string { + return map_ConsolePluginProxy +} + +var map_ConsolePluginProxyServiceConfig = map[string]string{ + "": "ProxyTypeServiceConfig holds information on Service to which console's backend will proxy the plugin's requests.", + "name": "name of Service that the plugin needs to connect to.", + "namespace": "namespace of Service that the plugin needs to connect to", + "port": "port on which the Service that the plugin needs to connect to is listening on.", +} + +func (ConsolePluginProxyServiceConfig) SwaggerDoc() map[string]string { + return map_ConsolePluginProxyServiceConfig +} + var map_ConsolePluginService = map[string]string{ - "": "ConsolePluginService holds information on service that is serving console dynamic plugin assets.", - "name": "name of Service that is serving the plugin.", - "namespace": "namespace of Service that is serving the plugin.", + "": "ConsolePluginService holds information on Service that is serving console dynamic plugin assets.", + "name": "name of Service that is serving the plugin assets.", + "namespace": "namespace of Service that is serving the plugin assets.", "port": "port on which the Service that is serving the plugin is listening to.", "basePath": "basePath is the path to the plugin's assets. The primary asset it the manifest file called `plugin-manifest.json`, which is a JSON document that contains metadata about the plugin and the extensions.", } @@ -42,7 +66,8 @@ func (ConsolePluginService) SwaggerDoc() map[string]string { var map_ConsolePluginSpec = map[string]string{ "": "ConsolePluginSpec is the desired plugin configuration.", "displayName": "displayName is the display name of the plugin.", - "service": "service is a Kubernetes Service that exposes the plugin using a deployment with an HTTP server. The Service must use HTTPS and service serving certificate. The console backend will proxy the plugins assets from the Service using the service CA bundle.", + "service": "service is a Kubernetes Service that exposes the plugin using a deployment with an HTTP server. The Service must use HTTPS and Service serving certificate. The console backend will proxy the plugins assets from the Service using the service CA bundle.", + "proxy": "proxy is a list of proxies that describe various service type to which the plugin needs to connect to.", } func (ConsolePluginSpec) SwaggerDoc() map[string]string { diff --git a/vendor/github.com/openshift/api/imageregistry/v1/00-crd.yaml b/vendor/github.com/openshift/api/imageregistry/v1/00-crd.yaml deleted file mode 100644 index 901cc09a3..000000000 --- a/vendor/github.com/openshift/api/imageregistry/v1/00-crd.yaml +++ /dev/null @@ -1,1051 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - annotations: - api-approved.openshift.io: https://github.com/openshift/api/pull/519 - include.release.openshift.io/ibm-cloud-managed: "true" - include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" - name: configs.imageregistry.operator.openshift.io -spec: - group: imageregistry.operator.openshift.io - names: - kind: Config - listKind: ConfigList - plural: configs - singular: config - scope: Cluster - versions: - - name: v1 - schema: - openAPIV3Schema: - description: "Config is the configuration object for a registry instance managed by the registry operator \n Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer)." - type: object - required: - - metadata - - spec - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - description: ImageRegistrySpec defines the specs for the running registry. - type: object - required: - - managementState - - replicas - properties: - affinity: - description: affinity is a group of node affinity scheduling rules for the image registry pod(s). - type: object - properties: - nodeAffinity: - description: Describes node affinity scheduling rules for the pod. - type: object - properties: - preferredDuringSchedulingIgnoredDuringExecution: - description: The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred. - type: array - items: - description: An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). - type: object - required: - - preference - - weight - properties: - preference: - description: A node selector term, associated with the corresponding weight. - type: object - properties: - matchExpressions: - description: A list of node selector requirements by node's labels. - type: array - items: - description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: The label key that the selector applies to. - type: string - operator: - description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. - type: string - values: - description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchFields: - description: A list of node selector requirements by node's fields. - type: array - items: - description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: The label key that the selector applies to. - type: string - operator: - description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. - type: string - values: - description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. - type: array - items: - type: string - weight: - description: Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. - type: integer - format: int32 - requiredDuringSchedulingIgnoredDuringExecution: - description: If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node. - type: object - required: - - nodeSelectorTerms - properties: - nodeSelectorTerms: - description: Required. A list of node selector terms. The terms are ORed. - type: array - items: - description: A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. - type: object - properties: - matchExpressions: - description: A list of node selector requirements by node's labels. - type: array - items: - description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: The label key that the selector applies to. - type: string - operator: - description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. - type: string - values: - description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchFields: - description: A list of node selector requirements by node's fields. - type: array - items: - description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: The label key that the selector applies to. - type: string - operator: - description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. - type: string - values: - description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. - type: array - items: - type: string - podAffinity: - description: Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). - type: object - properties: - preferredDuringSchedulingIgnoredDuringExecution: - description: The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. - type: array - items: - description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) - type: object - required: - - podAffinityTerm - - weight - properties: - podAffinityTerm: - description: Required. A pod affinity term, associated with the corresponding weight. - type: object - required: - - topologyKey - properties: - labelSelector: - description: A label query over a set of resources, in this case pods. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaceSelector: - description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaces: - description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" - type: array - items: - type: string - topologyKey: - description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. - type: string - weight: - description: weight associated with matching the corresponding podAffinityTerm, in the range 1-100. - type: integer - format: int32 - requiredDuringSchedulingIgnoredDuringExecution: - description: If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. - type: array - items: - description: Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running - type: object - required: - - topologyKey - properties: - labelSelector: - description: A label query over a set of resources, in this case pods. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaceSelector: - description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaces: - description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" - type: array - items: - type: string - topologyKey: - description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. - type: string - podAntiAffinity: - description: Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)). - type: object - properties: - preferredDuringSchedulingIgnoredDuringExecution: - description: The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. - type: array - items: - description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) - type: object - required: - - podAffinityTerm - - weight - properties: - podAffinityTerm: - description: Required. A pod affinity term, associated with the corresponding weight. - type: object - required: - - topologyKey - properties: - labelSelector: - description: A label query over a set of resources, in this case pods. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaceSelector: - description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaces: - description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" - type: array - items: - type: string - topologyKey: - description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. - type: string - weight: - description: weight associated with matching the corresponding podAffinityTerm, in the range 1-100. - type: integer - format: int32 - requiredDuringSchedulingIgnoredDuringExecution: - description: If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. - type: array - items: - description: Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running - type: object - required: - - topologyKey - properties: - labelSelector: - description: A label query over a set of resources, in this case pods. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaceSelector: - description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaces: - description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" - type: array - items: - type: string - topologyKey: - description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. - type: string - defaultRoute: - description: defaultRoute indicates whether an external facing route for the registry should be created using the default generated hostname. - type: boolean - disableRedirect: - description: disableRedirect controls whether to route all data through the Registry, rather than redirecting to the backend. - type: boolean - httpSecret: - description: httpSecret is the value needed by the registry to secure uploads, generated by default. - type: string - logLevel: - description: "logLevel is an intent based logging for an overall component. It does not give fine grained control, but it is a simple way to manage coarse grained logging choices that operators have to interpret for their operands. \n Valid values are: \"Normal\", \"Debug\", \"Trace\", \"TraceAll\". Defaults to \"Normal\"." - type: string - default: Normal - enum: - - "" - - Normal - - Debug - - Trace - - TraceAll - logging: - description: logging is deprecated, use logLevel instead. - type: integer - format: int64 - managementState: - description: managementState indicates whether and how the operator should manage the component - type: string - pattern: ^(Managed|Unmanaged|Force|Removed)$ - nodeSelector: - description: nodeSelector defines the node selection constraints for the registry pod. - type: object - additionalProperties: - type: string - observedConfig: - description: observedConfig holds a sparse config that controller has observed from the cluster state. It exists in spec because it is an input to the level for the operator - type: object - nullable: true - x-kubernetes-preserve-unknown-fields: true - operatorLogLevel: - description: "operatorLogLevel is an intent based logging for the operator itself. It does not give fine grained control, but it is a simple way to manage coarse grained logging choices that operators have to interpret for themselves. \n Valid values are: \"Normal\", \"Debug\", \"Trace\", \"TraceAll\". Defaults to \"Normal\"." - type: string - default: Normal - enum: - - "" - - Normal - - Debug - - Trace - - TraceAll - proxy: - description: proxy defines the proxy to be used when calling master api, upstream registries, etc. - type: object - properties: - http: - description: http defines the proxy to be used by the image registry when accessing HTTP endpoints. - type: string - https: - description: https defines the proxy to be used by the image registry when accessing HTTPS endpoints. - type: string - noProxy: - description: noProxy defines a comma-separated list of host names that shouldn't go through any proxy. - type: string - readOnly: - description: readOnly indicates whether the registry instance should reject attempts to push new images or delete existing ones. - type: boolean - replicas: - description: replicas determines the number of registry instances to run. - type: integer - format: int32 - requests: - description: requests controls how many parallel requests a given registry instance will handle before queuing additional requests. - type: object - properties: - read: - description: read defines limits for image registry's reads. - type: object - properties: - maxInQueue: - description: maxInQueue sets the maximum queued api requests to the registry. - type: integer - maxRunning: - description: maxRunning sets the maximum in flight api requests to the registry. - type: integer - maxWaitInQueue: - description: maxWaitInQueue sets the maximum time a request can wait in the queue before being rejected. - type: string - format: duration - write: - description: write defines limits for image registry's writes. - type: object - properties: - maxInQueue: - description: maxInQueue sets the maximum queued api requests to the registry. - type: integer - maxRunning: - description: maxRunning sets the maximum in flight api requests to the registry. - type: integer - maxWaitInQueue: - description: maxWaitInQueue sets the maximum time a request can wait in the queue before being rejected. - type: string - format: duration - resources: - description: resources defines the resource requests+limits for the registry pod. - type: object - properties: - limits: - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/' - type: object - additionalProperties: - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - requests: - description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/' - type: object - additionalProperties: - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - rolloutStrategy: - description: rolloutStrategy defines rollout strategy for the image registry deployment. - type: string - pattern: ^(RollingUpdate|Recreate)$ - routes: - description: routes defines additional external facing routes which should be created for the registry. - type: array - items: - description: ImageRegistryConfigRoute holds information on external route access to image registry. - type: object - required: - - name - properties: - hostname: - description: hostname for the route. - type: string - name: - description: name of the route to be created. - type: string - secretName: - description: secretName points to secret containing the certificates to be used by the route. - type: string - storage: - description: storage details for configuring registry storage, e.g. S3 bucket coordinates. - type: object - properties: - azure: - description: azure represents configuration that uses Azure Blob Storage. - type: object - properties: - accountName: - description: accountName defines the account to be used by the registry. - type: string - cloudName: - description: cloudName is the name of the Azure cloud environment to be used by the registry. If empty, the operator will set it based on the infrastructure object. - type: string - container: - description: container defines Azure's container to be used by registry. - type: string - maxLength: 63 - minLength: 3 - pattern: ^[0-9a-z]+(-[0-9a-z]+)*$ - emptyDir: - description: 'emptyDir represents ephemeral storage on the pod''s host node. WARNING: this storage cannot be used with more than 1 replica and is not suitable for production use. When the pod is removed from a node for any reason, the data in the emptyDir is deleted forever.' - type: object - gcs: - description: gcs represents configuration that uses Google Cloud Storage. - type: object - properties: - bucket: - description: bucket is the bucket name in which you want to store the registry's data. Optional, will be generated if not provided. - type: string - keyID: - description: keyID is the KMS key ID to use for encryption. Optional, buckets are encrypted by default on GCP. This allows for the use of a custom encryption key. - type: string - projectID: - description: projectID is the Project ID of the GCP project that this bucket should be associated with. - type: string - region: - description: region is the GCS location in which your bucket exists. Optional, will be set based on the installed GCS Region. - type: string - ibmcos: - description: ibmcos represents configuration that uses IBM Cloud Object Storage. - type: object - properties: - bucket: - description: bucket is the bucket name in which you want to store the registry's data. Optional, will be generated if not provided. - type: string - location: - description: location is the IBM Cloud location in which your bucket exists. Optional, will be set based on the installed IBM Cloud location. - type: string - resourceGroupName: - description: resourceGroupName is the name of the IBM Cloud resource group that this bucket and its service instance is associated with. Optional, will be set based on the installed IBM Cloud resource group. - type: string - resourceKeyCRN: - description: resourceKeyCRN is the CRN of the IBM Cloud resource key that is created for the service instance. Commonly referred as a service credential and must contain HMAC type credentials. Optional, will be computed if not provided. - type: string - pattern: ^crn:.+:.+:.+:cloud-object-storage:.+:.+:.+:resource-key:.+$ - serviceInstanceCRN: - description: serviceInstanceCRN is the CRN of the IBM Cloud Object Storage service instance that this bucket is associated with. Optional, will be computed if not provided. - type: string - pattern: ^crn:.+:.+:.+:cloud-object-storage:.+:.+:.+::$ - managementState: - description: managementState indicates if the operator manages the underlying storage unit. If Managed the operator will remove the storage when this operator gets Removed. - type: string - pattern: ^(Managed|Unmanaged)$ - pvc: - description: pvc represents configuration that uses a PersistentVolumeClaim. - type: object - properties: - claim: - description: claim defines the Persisent Volume Claim's name to be used. - type: string - s3: - description: s3 represents configuration that uses Amazon Simple Storage Service. - type: object - properties: - bucket: - description: bucket is the bucket name in which you want to store the registry's data. Optional, will be generated if not provided. - type: string - cloudFront: - description: cloudFront configures Amazon Cloudfront as the storage middleware in a registry. - type: object - required: - - baseURL - - keypairID - - privateKey - properties: - baseURL: - description: baseURL contains the SCHEME://HOST[/PATH] at which Cloudfront is served. - type: string - duration: - description: duration is the duration of the Cloudfront session. - type: string - format: duration - keypairID: - description: keypairID is key pair ID provided by AWS. - type: string - privateKey: - description: privateKey points to secret containing the private key, provided by AWS. - type: object - required: - - key - properties: - key: - description: The key of the secret to select from. Must be a valid secret key. - type: string - name: - description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?' - type: string - optional: - description: Specify whether the Secret or its key must be defined - type: boolean - encrypt: - description: encrypt specifies whether the registry stores the image in encrypted format or not. Optional, defaults to false. - type: boolean - keyID: - description: keyID is the KMS key ID to use for encryption. Optional, Encrypt must be true, or this parameter is ignored. - type: string - region: - description: region is the AWS region in which your bucket exists. Optional, will be set based on the installed AWS Region. - type: string - regionEndpoint: - description: regionEndpoint is the endpoint for S3 compatible storage services. Optional, defaults based on the Region that is provided. - type: string - virtualHostedStyle: - description: virtualHostedStyle enables using S3 virtual hosted style bucket paths with a custom RegionEndpoint Optional, defaults to false. - type: boolean - swift: - description: swift represents configuration that uses OpenStack Object Storage. - type: object - properties: - authURL: - description: authURL defines the URL for obtaining an authentication token. - type: string - authVersion: - description: authVersion specifies the OpenStack Auth's version. - type: string - container: - description: container defines the name of Swift container where to store the registry's data. - type: string - domain: - description: domain specifies Openstack's domain name for Identity v3 API. - type: string - domainID: - description: domainID specifies Openstack's domain id for Identity v3 API. - type: string - regionName: - description: regionName defines Openstack's region in which container exists. - type: string - tenant: - description: tenant defines Openstack tenant name to be used by registry. - type: string - tenantID: - description: tenant defines Openstack tenant id to be used by registry. - type: string - tolerations: - description: tolerations defines the tolerations for the registry pod. - type: array - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - type: object - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: integer - format: int64 - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - unsupportedConfigOverrides: - description: 'unsupportedConfigOverrides holds a sparse config that will override any previously set options. It only needs to be the fields to override it will end up overlaying in the following order: 1. hardcoded defaults 2. observedConfig 3. unsupportedConfigOverrides' - type: object - nullable: true - x-kubernetes-preserve-unknown-fields: true - status: - description: ImageRegistryStatus reports image registry operational status. - type: object - required: - - storage - - storageManaged - properties: - conditions: - description: conditions is a list of conditions and their status - type: array - items: - description: OperatorCondition is just the standard condition fields. - type: object - properties: - lastTransitionTime: - type: string - format: date-time - message: - type: string - reason: - type: string - status: - type: string - type: - type: string - generations: - description: generations are used to determine when an item needs to be reconciled or has changed in a way that needs a reaction. - type: array - items: - description: GenerationStatus keeps track of the generation for a given resource so that decisions about forced updates can be made. - type: object - properties: - group: - description: group is the group of the thing you're tracking - type: string - hash: - description: hash is an optional field set for resources without generation that are content sensitive like secrets and configmaps - type: string - lastGeneration: - description: lastGeneration is the last generation of the workload controller involved - type: integer - format: int64 - name: - description: name is the name of the thing you're tracking - type: string - namespace: - description: namespace is where the thing you're tracking is - type: string - resource: - description: resource is the resource type of the thing you're tracking - type: string - observedGeneration: - description: observedGeneration is the last generation change you've dealt with - type: integer - format: int64 - readyReplicas: - description: readyReplicas indicates how many replicas are ready and at the desired state - type: integer - format: int32 - storage: - description: storage indicates the current applied storage configuration of the registry. - type: object - properties: - azure: - description: azure represents configuration that uses Azure Blob Storage. - type: object - properties: - accountName: - description: accountName defines the account to be used by the registry. - type: string - cloudName: - description: cloudName is the name of the Azure cloud environment to be used by the registry. If empty, the operator will set it based on the infrastructure object. - type: string - container: - description: container defines Azure's container to be used by registry. - type: string - maxLength: 63 - minLength: 3 - pattern: ^[0-9a-z]+(-[0-9a-z]+)*$ - emptyDir: - description: 'emptyDir represents ephemeral storage on the pod''s host node. WARNING: this storage cannot be used with more than 1 replica and is not suitable for production use. When the pod is removed from a node for any reason, the data in the emptyDir is deleted forever.' - type: object - gcs: - description: gcs represents configuration that uses Google Cloud Storage. - type: object - properties: - bucket: - description: bucket is the bucket name in which you want to store the registry's data. Optional, will be generated if not provided. - type: string - keyID: - description: keyID is the KMS key ID to use for encryption. Optional, buckets are encrypted by default on GCP. This allows for the use of a custom encryption key. - type: string - projectID: - description: projectID is the Project ID of the GCP project that this bucket should be associated with. - type: string - region: - description: region is the GCS location in which your bucket exists. Optional, will be set based on the installed GCS Region. - type: string - ibmcos: - description: ibmcos represents configuration that uses IBM Cloud Object Storage. - type: object - properties: - bucket: - description: bucket is the bucket name in which you want to store the registry's data. Optional, will be generated if not provided. - type: string - location: - description: location is the IBM Cloud location in which your bucket exists. Optional, will be set based on the installed IBM Cloud location. - type: string - resourceGroupName: - description: resourceGroupName is the name of the IBM Cloud resource group that this bucket and its service instance is associated with. Optional, will be set based on the installed IBM Cloud resource group. - type: string - resourceKeyCRN: - description: resourceKeyCRN is the CRN of the IBM Cloud resource key that is created for the service instance. Commonly referred as a service credential and must contain HMAC type credentials. Optional, will be computed if not provided. - type: string - pattern: ^crn:.+:.+:.+:cloud-object-storage:.+:.+:.+:resource-key:.+$ - serviceInstanceCRN: - description: serviceInstanceCRN is the CRN of the IBM Cloud Object Storage service instance that this bucket is associated with. Optional, will be computed if not provided. - type: string - pattern: ^crn:.+:.+:.+:cloud-object-storage:.+:.+:.+::$ - managementState: - description: managementState indicates if the operator manages the underlying storage unit. If Managed the operator will remove the storage when this operator gets Removed. - type: string - pattern: ^(Managed|Unmanaged)$ - pvc: - description: pvc represents configuration that uses a PersistentVolumeClaim. - type: object - properties: - claim: - description: claim defines the Persisent Volume Claim's name to be used. - type: string - s3: - description: s3 represents configuration that uses Amazon Simple Storage Service. - type: object - properties: - bucket: - description: bucket is the bucket name in which you want to store the registry's data. Optional, will be generated if not provided. - type: string - cloudFront: - description: cloudFront configures Amazon Cloudfront as the storage middleware in a registry. - type: object - required: - - baseURL - - keypairID - - privateKey - properties: - baseURL: - description: baseURL contains the SCHEME://HOST[/PATH] at which Cloudfront is served. - type: string - duration: - description: duration is the duration of the Cloudfront session. - type: string - format: duration - keypairID: - description: keypairID is key pair ID provided by AWS. - type: string - privateKey: - description: privateKey points to secret containing the private key, provided by AWS. - type: object - required: - - key - properties: - key: - description: The key of the secret to select from. Must be a valid secret key. - type: string - name: - description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?' - type: string - optional: - description: Specify whether the Secret or its key must be defined - type: boolean - encrypt: - description: encrypt specifies whether the registry stores the image in encrypted format or not. Optional, defaults to false. - type: boolean - keyID: - description: keyID is the KMS key ID to use for encryption. Optional, Encrypt must be true, or this parameter is ignored. - type: string - region: - description: region is the AWS region in which your bucket exists. Optional, will be set based on the installed AWS Region. - type: string - regionEndpoint: - description: regionEndpoint is the endpoint for S3 compatible storage services. Optional, defaults based on the Region that is provided. - type: string - virtualHostedStyle: - description: virtualHostedStyle enables using S3 virtual hosted style bucket paths with a custom RegionEndpoint Optional, defaults to false. - type: boolean - swift: - description: swift represents configuration that uses OpenStack Object Storage. - type: object - properties: - authURL: - description: authURL defines the URL for obtaining an authentication token. - type: string - authVersion: - description: authVersion specifies the OpenStack Auth's version. - type: string - container: - description: container defines the name of Swift container where to store the registry's data. - type: string - domain: - description: domain specifies Openstack's domain name for Identity v3 API. - type: string - domainID: - description: domainID specifies Openstack's domain id for Identity v3 API. - type: string - regionName: - description: regionName defines Openstack's region in which container exists. - type: string - tenant: - description: tenant defines Openstack tenant name to be used by registry. - type: string - tenantID: - description: tenant defines Openstack tenant id to be used by registry. - type: string - storageManaged: - description: storageManaged is deprecated, please refer to Storage.managementState - type: boolean - version: - description: version is the level this availability applies to - type: string - served: true - storage: true - subresources: - status: {} diff --git a/vendor/github.com/openshift/api/imageregistry/v1/01-crd.yaml b/vendor/github.com/openshift/api/imageregistry/v1/01-crd.yaml deleted file mode 100644 index 24b192cf3..000000000 --- a/vendor/github.com/openshift/api/imageregistry/v1/01-crd.yaml +++ /dev/null @@ -1,618 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - annotations: - api-approved.openshift.io: https://github.com/openshift/api/pull/555 - include.release.openshift.io/ibm-cloud-managed: "true" - include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" - name: imagepruners.imageregistry.operator.openshift.io -spec: - group: imageregistry.operator.openshift.io - names: - kind: ImagePruner - listKind: ImagePrunerList - plural: imagepruners - singular: imagepruner - scope: Cluster - versions: - - name: v1 - schema: - openAPIV3Schema: - description: "ImagePruner is the configuration object for an image registry pruner managed by the registry operator. \n Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer)." - type: object - required: - - metadata - - spec - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - description: ImagePrunerSpec defines the specs for the running image pruner. - type: object - properties: - affinity: - description: affinity is a group of node affinity scheduling rules for the image pruner pod. - type: object - properties: - nodeAffinity: - description: Describes node affinity scheduling rules for the pod. - type: object - properties: - preferredDuringSchedulingIgnoredDuringExecution: - description: The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred. - type: array - items: - description: An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op). - type: object - required: - - preference - - weight - properties: - preference: - description: A node selector term, associated with the corresponding weight. - type: object - properties: - matchExpressions: - description: A list of node selector requirements by node's labels. - type: array - items: - description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: The label key that the selector applies to. - type: string - operator: - description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. - type: string - values: - description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchFields: - description: A list of node selector requirements by node's fields. - type: array - items: - description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: The label key that the selector applies to. - type: string - operator: - description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. - type: string - values: - description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. - type: array - items: - type: string - weight: - description: Weight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. - type: integer - format: int32 - requiredDuringSchedulingIgnoredDuringExecution: - description: If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node. - type: object - required: - - nodeSelectorTerms - properties: - nodeSelectorTerms: - description: Required. A list of node selector terms. The terms are ORed. - type: array - items: - description: A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. - type: object - properties: - matchExpressions: - description: A list of node selector requirements by node's labels. - type: array - items: - description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: The label key that the selector applies to. - type: string - operator: - description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. - type: string - values: - description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchFields: - description: A list of node selector requirements by node's fields. - type: array - items: - description: A node selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: The label key that the selector applies to. - type: string - operator: - description: Represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. - type: string - values: - description: An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. - type: array - items: - type: string - podAffinity: - description: Describes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). - type: object - properties: - preferredDuringSchedulingIgnoredDuringExecution: - description: The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. - type: array - items: - description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) - type: object - required: - - podAffinityTerm - - weight - properties: - podAffinityTerm: - description: Required. A pod affinity term, associated with the corresponding weight. - type: object - required: - - topologyKey - properties: - labelSelector: - description: A label query over a set of resources, in this case pods. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaceSelector: - description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaces: - description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" - type: array - items: - type: string - topologyKey: - description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. - type: string - weight: - description: weight associated with matching the corresponding podAffinityTerm, in the range 1-100. - type: integer - format: int32 - requiredDuringSchedulingIgnoredDuringExecution: - description: If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. - type: array - items: - description: Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running - type: object - required: - - topologyKey - properties: - labelSelector: - description: A label query over a set of resources, in this case pods. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaceSelector: - description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaces: - description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" - type: array - items: - type: string - topologyKey: - description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. - type: string - podAntiAffinity: - description: Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)). - type: object - properties: - preferredDuringSchedulingIgnoredDuringExecution: - description: The scheduler will prefer to schedule pods to nodes that satisfy the anti-affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling anti-affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node has pods which matches the corresponding podAffinityTerm; the node(s) with the highest sum are the most preferred. - type: array - items: - description: The weights of all of the matched WeightedPodAffinityTerm fields are added per-node to find the most preferred node(s) - type: object - required: - - podAffinityTerm - - weight - properties: - podAffinityTerm: - description: Required. A pod affinity term, associated with the corresponding weight. - type: object - required: - - topologyKey - properties: - labelSelector: - description: A label query over a set of resources, in this case pods. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaceSelector: - description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaces: - description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" - type: array - items: - type: string - topologyKey: - description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. - type: string - weight: - description: weight associated with matching the corresponding podAffinityTerm, in the range 1-100. - type: integer - format: int32 - requiredDuringSchedulingIgnoredDuringExecution: - description: If the anti-affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the anti-affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to a pod label update), the system may or may not try to eventually evict the pod from its node. When there are multiple elements, the lists of nodes corresponding to each podAffinityTerm are intersected, i.e. all terms must be satisfied. - type: array - items: - description: Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running - type: object - required: - - topologyKey - properties: - labelSelector: - description: A label query over a set of resources, in this case pods. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaceSelector: - description: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is beta-level and is only honored when PodAffinityNamespaceSelector feature is enabled. - type: object - properties: - matchExpressions: - description: matchExpressions is a list of label selector requirements. The requirements are ANDed. - type: array - items: - description: A label selector requirement is a selector that contains values, a key, and an operator that relates the key and values. - type: object - required: - - key - - operator - properties: - key: - description: key is the label key that the selector applies to. - type: string - operator: - description: operator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. - type: string - values: - description: values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. - type: array - items: - type: string - matchLabels: - description: matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels map is equivalent to an element of matchExpressions, whose key field is "key", the operator is "In", and the values array contains only "value". The requirements are ANDed. - type: object - additionalProperties: - type: string - namespaces: - description: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" - type: array - items: - type: string - topologyKey: - description: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. - type: string - failedJobsHistoryLimit: - description: failedJobsHistoryLimit specifies how many failed image pruner jobs to retain. Defaults to 3 if not set. - type: integer - format: int32 - ignoreInvalidImageReferences: - description: ignoreInvalidImageReferences indicates whether the pruner can ignore errors while parsing image references. - type: boolean - keepTagRevisions: - description: keepTagRevisions specifies the number of image revisions for a tag in an image stream that will be preserved. Defaults to 3. - type: integer - keepYoungerThan: - description: 'keepYoungerThan specifies the minimum age in nanoseconds of an image and its referrers for it to be considered a candidate for pruning. DEPRECATED: This field is deprecated in favor of keepYoungerThanDuration. If both are set, this field is ignored and keepYoungerThanDuration takes precedence.' - type: integer - format: int64 - keepYoungerThanDuration: - description: keepYoungerThanDuration specifies the minimum age of an image and its referrers for it to be considered a candidate for pruning. Defaults to 60m (60 minutes). - type: string - format: duration - logLevel: - description: "logLevel sets the level of log output for the pruner job. \n Valid values are: \"Normal\", \"Debug\", \"Trace\", \"TraceAll\". Defaults to \"Normal\"." - type: string - default: Normal - enum: - - "" - - Normal - - Debug - - Trace - - TraceAll - nodeSelector: - description: nodeSelector defines the node selection constraints for the image pruner pod. - type: object - additionalProperties: - type: string - resources: - description: resources defines the resource requests and limits for the image pruner pod. - type: object - properties: - limits: - description: 'Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/' - type: object - additionalProperties: - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - requests: - description: 'Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/' - type: object - additionalProperties: - pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$ - anyOf: - - type: integer - - type: string - x-kubernetes-int-or-string: true - schedule: - description: 'schedule specifies when to execute the job using standard cronjob syntax: https://wikipedia.org/wiki/Cron. Defaults to `0 0 * * *`.' - type: string - successfulJobsHistoryLimit: - description: successfulJobsHistoryLimit specifies how many successful image pruner jobs to retain. Defaults to 3 if not set. - type: integer - format: int32 - suspend: - description: suspend specifies whether or not to suspend subsequent executions of this cronjob. Defaults to false. - type: boolean - tolerations: - description: tolerations defines the node tolerations for the image pruner pod. - type: array - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - type: object - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: integer - format: int64 - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - status: - description: ImagePrunerStatus reports image pruner operational status. - type: object - properties: - conditions: - description: conditions is a list of conditions and their status. - type: array - items: - description: OperatorCondition is just the standard condition fields. - type: object - properties: - lastTransitionTime: - type: string - format: date-time - message: - type: string - reason: - type: string - status: - type: string - type: - type: string - observedGeneration: - description: observedGeneration is the last generation change that has been applied. - type: integer - format: int64 - served: true - storage: true - subresources: - status: {} diff --git a/vendor/github.com/openshift/api/imageregistry/v1/types.go b/vendor/github.com/openshift/api/imageregistry/v1/types.go index 7723074c6..777832af0 100644 --- a/vendor/github.com/openshift/api/imageregistry/v1/types.go +++ b/vendor/github.com/openshift/api/imageregistry/v1/types.go @@ -306,6 +306,79 @@ type ImageRegistryConfigStorageIBMCOS struct { ServiceInstanceCRN string `json:"serviceInstanceCRN,omitempty"` } +// EndpointAccessibility defines the Alibaba VPC endpoint for storage +type EndpointAccessibility string + +// AlibabaEncryptionMethod defines an enumerable type for the encryption mode +type AlibabaEncryptionMethod string + +const ( + // InternalEndpoint sets the VPC endpoint to internal + InternalEndpoint EndpointAccessibility = "Internal" + // PublicEndpoint sets the VPC endpoint to public + PublicEndpoint EndpointAccessibility = "Public" + + // AES256 is an AlibabaEncryptionMethod. This means AES256 encryption + AES256 AlibabaEncryptionMethod = "AES256" + // KMS is an AlibabaEncryptionMethod. This means KMS encryption + KMS AlibabaEncryptionMethod = "KMS" +) + +// EncryptionAlibaba this a union type in kube parlance. Depending on the value for the AlibabaEncryptionMethod, +// different pointers may be used +type EncryptionAlibaba struct { + // Method defines the different encrytion modes available + // Empty value means no opinion and the platform chooses the a default, which is subject to change over time. + // Currently the default is `AES256`. + // +kubebuilder:validation:Enum="KMS";"AES256" + // +kubebuilder:default="AES256" + // +optional + Method AlibabaEncryptionMethod `json:"method"` + + // KMS (key management service) is an encryption type that holds the struct for KMS KeyID + // +optional + KMS *KMSEncryptionAlibaba `json:"kms,omitempty"` +} + +type KMSEncryptionAlibaba struct { + // KeyID holds the KMS encryption key ID + // +kubebuilder:validation:Required + // +kubebuilder:validation:MinLength=1 + KeyID string `json:"keyID"` +} + +// ImageRegistryConfigStorageAlibabaOSS holds Alibaba Cloud OSS configuration. +// Configures the registry to use Alibaba Cloud Object Storage Service for backend storage. +// More about oss, you can look at the [official documentation](https://www.alibabacloud.com/help/product/31815.htm) +type ImageRegistryConfigStorageAlibabaOSS struct { + // Bucket is the bucket name in which you want to store the registry's data. + // About Bucket naming, more details you can look at the [official documentation](https://www.alibabacloud.com/help/doc-detail/257087.htm) + // Empty value means no opinion and the platform chooses the a default, which is subject to change over time. + // Currently the default will be autogenerated in the form of -image-registry-- + // +kubebuilder:validation:MaxLength=63 + // +kubebuilder:validation:MinLength=3 + // +kubebuilder:validation:Pattern=`^[0-9a-z]+(-[0-9a-z]+)*$` + // +optional + Bucket string `json:"bucket,omitempty"` + // Region is the Alibaba Cloud Region in which your bucket exists. + // For a list of regions, you can look at the [official documentation](https://www.alibabacloud.com/help/doc-detail/31837.html). + // Empty value means no opinion and the platform chooses the a default, which is subject to change over time. + // Currently the default will be based on the installed Alibaba Cloud Region. + // +optional + Region string `json:"region,omitempty"` + // EndpointAccessibility specifies whether the registry use the OSS VPC internal endpoint + // Empty value means no opinion and the platform chooses the a default, which is subject to change over time. + // Currently the default is `Internal`. + // +kubebuilder:validation:Enum="Internal";"Public";"" + // +kubebuilder:default="Internal" + // +optional + EndpointAccessibility EndpointAccessibility `json:"endpointAccessibility,omitempty"` + // Encryption specifies whether you would like your data encrypted on the server side. + // More details, you can look cat the [official documentation](https://www.alibabacloud.com/help/doc-detail/117914.htm) + // +optional + Encryption *EncryptionAlibaba `json:"encryption,omitempty"` +} + // ImageRegistryConfigStorage describes how the storage should be configured // for the image registry. type ImageRegistryConfigStorage struct { @@ -333,6 +406,9 @@ type ImageRegistryConfigStorage struct { // ibmcos represents configuration that uses IBM Cloud Object Storage. // +optional IBMCOS *ImageRegistryConfigStorageIBMCOS `json:"ibmcos,omitempty"` + // Oss represents configuration that uses Alibaba Cloud Object Storage Service. + // +optional + OSS *ImageRegistryConfigStorageAlibabaOSS `json:"oss,omitempty"` // managementState indicates if the operator manages the underlying // storage unit. If Managed the operator will remove the storage when // this operator gets Removed. diff --git a/vendor/github.com/openshift/api/imageregistry/v1/zz_generated.deepcopy.go b/vendor/github.com/openshift/api/imageregistry/v1/zz_generated.deepcopy.go index 59b795ad9..2f2baafd2 100644 --- a/vendor/github.com/openshift/api/imageregistry/v1/zz_generated.deepcopy.go +++ b/vendor/github.com/openshift/api/imageregistry/v1/zz_generated.deepcopy.go @@ -1,3 +1,4 @@ +//go:build !ignore_autogenerated // +build !ignore_autogenerated // Code generated by deepcopy-gen. DO NOT EDIT. @@ -74,6 +75,27 @@ func (in *ConfigList) DeepCopyObject() runtime.Object { return nil } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *EncryptionAlibaba) DeepCopyInto(out *EncryptionAlibaba) { + *out = *in + if in.KMS != nil { + in, out := &in.KMS, &out.KMS + *out = new(KMSEncryptionAlibaba) + **out = **in + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new EncryptionAlibaba. +func (in *EncryptionAlibaba) DeepCopy() *EncryptionAlibaba { + if in == nil { + return nil + } + out := new(EncryptionAlibaba) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ImagePruner) DeepCopyInto(out *ImagePruner) { *out = *in @@ -333,6 +355,11 @@ func (in *ImageRegistryConfigStorage) DeepCopyInto(out *ImageRegistryConfigStora *out = new(ImageRegistryConfigStorageIBMCOS) **out = **in } + if in.OSS != nil { + in, out := &in.OSS, &out.OSS + *out = new(ImageRegistryConfigStorageAlibabaOSS) + (*in).DeepCopyInto(*out) + } return } @@ -346,6 +373,27 @@ func (in *ImageRegistryConfigStorage) DeepCopy() *ImageRegistryConfigStorage { return out } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ImageRegistryConfigStorageAlibabaOSS) DeepCopyInto(out *ImageRegistryConfigStorageAlibabaOSS) { + *out = *in + if in.Encryption != nil { + in, out := &in.Encryption, &out.Encryption + *out = new(EncryptionAlibaba) + (*in).DeepCopyInto(*out) + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ImageRegistryConfigStorageAlibabaOSS. +func (in *ImageRegistryConfigStorageAlibabaOSS) DeepCopy() *ImageRegistryConfigStorageAlibabaOSS { + if in == nil { + return nil + } + out := new(ImageRegistryConfigStorageAlibabaOSS) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ImageRegistryConfigStorageAzure) DeepCopyInto(out *ImageRegistryConfigStorageAzure) { *out = *in @@ -547,3 +595,19 @@ func (in *ImageRegistryStatus) DeepCopy() *ImageRegistryStatus { in.DeepCopyInto(out) return out } + +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *KMSEncryptionAlibaba) DeepCopyInto(out *KMSEncryptionAlibaba) { + *out = *in + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new KMSEncryptionAlibaba. +func (in *KMSEncryptionAlibaba) DeepCopy() *KMSEncryptionAlibaba { + if in == nil { + return nil + } + out := new(KMSEncryptionAlibaba) + in.DeepCopyInto(out) + return out +} diff --git a/vendor/github.com/openshift/api/imageregistry/v1/zz_generated.swagger_doc_generated.go b/vendor/github.com/openshift/api/imageregistry/v1/zz_generated.swagger_doc_generated.go index 42a7ff811..95f5ddad0 100644 --- a/vendor/github.com/openshift/api/imageregistry/v1/zz_generated.swagger_doc_generated.go +++ b/vendor/github.com/openshift/api/imageregistry/v1/zz_generated.swagger_doc_generated.go @@ -27,6 +27,16 @@ func (ConfigList) SwaggerDoc() map[string]string { return map_ConfigList } +var map_EncryptionAlibaba = map[string]string{ + "": "EncryptionAlibaba this a union type in kube parlance. Depending on the value for the AlibabaEncryptionMethod, different pointers may be used", + "method": "Method defines the different encrytion modes available Empty value means no opinion and the platform chooses the a default, which is subject to change over time. Currently the default is `AES256`.", + "kms": "KMS (key management service) is an encryption type that holds the struct for KMS KeyID", +} + +func (EncryptionAlibaba) SwaggerDoc() map[string]string { + return map_EncryptionAlibaba +} + var map_ImageRegistryConfigProxy = map[string]string{ "": "ImageRegistryConfigProxy defines proxy configuration to be used by registry.", "http": "http defines the proxy to be used by the image registry when accessing HTTP endpoints.", @@ -79,6 +89,7 @@ var map_ImageRegistryConfigStorage = map[string]string{ "pvc": "pvc represents configuration that uses a PersistentVolumeClaim.", "azure": "azure represents configuration that uses Azure Blob Storage.", "ibmcos": "ibmcos represents configuration that uses IBM Cloud Object Storage.", + "oss": "Oss represents configuration that uses Alibaba Cloud Object Storage Service.", "managementState": "managementState indicates if the operator manages the underlying storage unit. If Managed the operator will remove the storage when this operator gets Removed.", } @@ -86,6 +97,18 @@ func (ImageRegistryConfigStorage) SwaggerDoc() map[string]string { return map_ImageRegistryConfigStorage } +var map_ImageRegistryConfigStorageAlibabaOSS = map[string]string{ + "": "ImageRegistryConfigStorageAlibabaOSS holds Alibaba Cloud OSS configuration. Configures the registry to use Alibaba Cloud Object Storage Service for backend storage. More about oss, you can look at the [official documentation](https://www.alibabacloud.com/help/product/31815.htm)", + "bucket": "Bucket is the bucket name in which you want to store the registry's data. About Bucket naming, more details you can look at the [official documentation](https://www.alibabacloud.com/help/doc-detail/257087.htm) Empty value means no opinion and the platform chooses the a default, which is subject to change over time. Currently the default will be autogenerated in the form of -image-registry--", + "region": "Region is the Alibaba Cloud Region in which your bucket exists. For a list of regions, you can look at the [official documentation](https://www.alibabacloud.com/help/doc-detail/31837.html). Empty value means no opinion and the platform chooses the a default, which is subject to change over time. Currently the default will be based on the installed Alibaba Cloud Region.", + "endpointAccessibility": "EndpointAccessibility specifies whether the registry use the OSS VPC internal endpoint Empty value means no opinion and the platform chooses the a default, which is subject to change over time. Currently the default is `Internal`.", + "encryption": "Encryption specifies whether you would like your data encrypted on the server side. More details, you can look cat the [official documentation](https://www.alibabacloud.com/help/doc-detail/117914.htm)", +} + +func (ImageRegistryConfigStorageAlibabaOSS) SwaggerDoc() map[string]string { + return map_ImageRegistryConfigStorageAlibabaOSS +} + var map_ImageRegistryConfigStorageAzure = map[string]string{ "": "ImageRegistryConfigStorageAzure holds the information to configure the registry to use Azure Blob Storage for backend storage.", "accountName": "accountName defines the account to be used by the registry.", @@ -216,6 +239,14 @@ func (ImageRegistryStatus) SwaggerDoc() map[string]string { return map_ImageRegistryStatus } +var map_KMSEncryptionAlibaba = map[string]string{ + "keyID": "KeyID holds the KMS encryption key ID", +} + +func (KMSEncryptionAlibaba) SwaggerDoc() map[string]string { + return map_KMSEncryptionAlibaba +} + var map_ImagePruner = map[string]string{ "": "ImagePruner is the configuration object for an image registry pruner managed by the registry operator.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).", } diff --git a/vendor/github.com/openshift/api/machine/v1beta1/types_vsphereprovider.go b/vendor/github.com/openshift/api/machine/v1beta1/types_vsphereprovider.go deleted file mode 100644 index 9d28632f8..000000000 --- a/vendor/github.com/openshift/api/machine/v1beta1/types_vsphereprovider.go +++ /dev/null @@ -1,158 +0,0 @@ -package v1beta1 - -import ( - corev1 "k8s.io/api/core/v1" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" -) - -// VSphereMachineProviderSpec is the type that will be embedded in a Machine.Spec.ProviderSpec field -// for an VSphere virtual machine. It is used by the vSphere machine actuator to create a single Machine. -// Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer). -// +openshift:compatibility-gen:level=2 -// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object -type VSphereMachineProviderSpec struct { - metav1.TypeMeta `json:",inline"` - // +optional - metav1.ObjectMeta `json:"metadata,omitempty"` - // UserDataSecret contains a local reference to a secret that contains the - // UserData to apply to the instance - // +optional - UserDataSecret *corev1.LocalObjectReference `json:"userDataSecret,omitempty"` - // CredentialsSecret is a reference to the secret with vSphere credentials. - // +optional - CredentialsSecret *corev1.LocalObjectReference `json:"credentialsSecret,omitempty"` - // Template is the name, inventory path, or instance UUID of the template - // used to clone new machines. - Template string `json:"template"` - // Workspace describes the workspace to use for the machine. - // +optional - Workspace *Workspace `json:"workspace,omitempty"` - // Network is the network configuration for this machine's VM. - Network NetworkSpec `json:"network"` - // NumCPUs is the number of virtual processors in a virtual machine. - // Defaults to the analogue property value in the template from which this - // machine is cloned. - // +optional - NumCPUs int32 `json:"numCPUs,omitempty"` - // NumCPUs is the number of cores among which to distribute CPUs in this - // virtual machine. - // Defaults to the analogue property value in the template from which this - // machine is cloned. - // +optional - NumCoresPerSocket int32 `json:"numCoresPerSocket,omitempty"` - // MemoryMiB is the size of a virtual machine's memory, in MiB. - // Defaults to the analogue property value in the template from which this - // machine is cloned. - // +optional - MemoryMiB int64 `json:"memoryMiB,omitempty"` - // DiskGiB is the size of a virtual machine's disk, in GiB. - // Defaults to the analogue property value in the template from which this - // machine is cloned. - // +optional - DiskGiB int32 `json:"diskGiB,omitempty"` - // Snapshot is the name of the snapshot from which the VM was cloned - // +optional - Snapshot string `json:"snapshot"` - // CloneMode specifies the type of clone operation. - // The LinkedClone mode is only support for templates that have at least - // one snapshot. If the template has no snapshots, then CloneMode defaults - // to FullClone. - // When LinkedClone mode is enabled the DiskGiB field is ignored as it is - // not possible to expand disks of linked clones. - // Defaults to LinkedClone, but fails gracefully to FullClone if the source - // of the clone operation has no snapshots. - // +optional - CloneMode CloneMode `json:"cloneMode,omitempty"` -} - -// CloneMode is the type of clone operation used to clone a VM from a template. -type CloneMode string - -const ( - // FullClone indicates a VM will have no relationship to the source of the - // clone operation once the operation is complete. This is the safest clone - // mode, but it is not the fastest. - FullClone CloneMode = "fullClone" - // LinkedClone means resulting VMs will be dependent upon the snapshot of - // the source VM/template from which the VM was cloned. This is the fastest - // clone mode, but it also prevents expanding a VMs disk beyond the size of - // the source VM/template. - LinkedClone CloneMode = "linkedClone" -) - -// NetworkSpec defines the virtual machine's network configuration. -type NetworkSpec struct { - // Devices defines the virtual machine's network interfaces. - Devices []NetworkDeviceSpec `json:"devices"` -} - -// NetworkDeviceSpec defines the network configuration for a virtual machine's -// network device. -type NetworkDeviceSpec struct { - // NetworkName is the name of the vSphere network to which the device - // will be connected. - NetworkName string `json:"networkName"` -} - -// WorkspaceConfig defines a workspace configuration for the vSphere cloud -// provider. -type Workspace struct { - // Server is the IP address or FQDN of the vSphere endpoint. - // +optional - Server string `gcfg:"server,omitempty" json:"server,omitempty"` - // Datacenter is the datacenter in which VMs are created/located. - // +optional - Datacenter string `gcfg:"datacenter,omitempty" json:"datacenter,omitempty"` - // Folder is the folder in which VMs are created/located. - // +optional - Folder string `gcfg:"folder,omitempty" json:"folder,omitempty"` - // Datastore is the datastore in which VMs are created/located. - // +optional - Datastore string `gcfg:"default-datastore,omitempty" json:"datastore,omitempty"` - // ResourcePool is the resource pool in which VMs are created/located. - // +optional - ResourcePool string `gcfg:"resourcepool-path,omitempty" json:"resourcePool,omitempty"` -} - -// VSphereMachineProviderCondition is a condition in a VSphereMachineProviderStatus. -type VSphereMachineProviderCondition struct { - // Type is the type of the condition. - Type ConditionType `json:"type"` - // Status is the status of the condition. - Status corev1.ConditionStatus `json:"status"` - // LastProbeTime is the last time we probed the condition. - // +optional - LastProbeTime metav1.Time `json:"lastProbeTime,omitempty"` - // LastTransitionTime is the last time the condition transitioned from one status to another. - // +optional - LastTransitionTime metav1.Time `json:"lastTransitionTime,omitempty"` - // Reason is a unique, one-word, CamelCase reason for the condition's last transition. - // +optional - Reason string `json:"reason,omitempty"` - // Message is a human-readable message indicating details about last transition. - // +optional - Message string `json:"message,omitempty"` -} - -// VSphereMachineProviderStatus is the type that will be embedded in a Machine.Status.ProviderStatus field. -// It contains VSphere-specific status information. -// Compatibility level 2: Stable within a major release for a minimum of 9 months or 3 minor releases (whichever is longer). -// +openshift:compatibility-gen:level=2 -type VSphereMachineProviderStatus struct { - metav1.TypeMeta `json:",inline"` - - // InstanceID is the ID of the instance in VSphere - // +optional - InstanceID *string `json:"instanceId,omitempty"` - // InstanceState is the provisioning state of the VSphere Instance. - // +optional - InstanceState *string `json:"instanceState,omitempty"` - // Conditions is a set of conditions associated with the Machine to indicate - // errors or other status - Conditions []VSphereMachineProviderCondition `json:"conditions,omitempty"` - // TaskRef is a managed object reference to a Task related to the machine. - // This value is set automatically at runtime and should not be set or - // modified by users. - // +optional - TaskRef string `json:"taskRef,omitempty"` -} diff --git a/vendor/github.com/openshift/api/operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml index 330dff7bf..acb2c4058 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_50_ingress-operator_00-ingresscontroller.crd.yaml @@ -132,10 +132,11 @@ spec: description: "endpointPublishingStrategy is used to publish the ingress controller endpoints to other networks, enable load balancer integrations, etc. \n If unset, the default is based on infrastructure.config.openshift.io/cluster - .status.platform: \n AWS: LoadBalancerService (with External - scope) Azure: LoadBalancerService (with External scope) GCP: - \ LoadBalancerService (with External scope) IBMCloud: LoadBalancerService - (with External scope) Libvirt: HostNetwork \n Any other platform + .status.platform: \n AWS: LoadBalancerService (with External + scope) Azure: LoadBalancerService (with External scope) + \ GCP: LoadBalancerService (with External scope) IBMCloud: + \ LoadBalancerService (with External scope) AlibabaCloud: LoadBalancerService + (with External scope) Libvirt: HostNetwork \n Any other platform types (including None) default to HostNetwork. \n endpointPublishingStrategy cannot be updated." properties: @@ -328,6 +329,47 @@ spec: required: - type type: object + httpCompression: + description: httpCompression defines a policy for HTTP traffic compression. + By default, there is no HTTP compression. + properties: + mimeTypes: + description: "mimeTypes is a list of MIME types that should have + compression applied. This list can be empty, in which case the + ingress controller does not apply compression. \n Note: Not + all MIME types benefit from compression, but HAProxy will still + use resources to try to compress if instructed to. Generally + speaking, text (html, css, js, etc.) formats benefit from compression, + but formats that are already compressed (image, audio, video, + etc.) benefit little in exchange for the time and cpu spent + on compressing again. See https://joehonton.medium.com/the-gzip-penalty-d31bd697f1a2" + items: + description: "CompressionMIMEType defines the format of a single + MIME type. E.g. \"text/css; charset=utf-8\", \"text/html\", + \"text/*\", \"image/svg+xml\", \"application/octet-stream\", + \"X-custom/customsub\", etc. \n The format should follow the + Content-Type definition in RFC 1341: Content-Type := type + \"/\" subtype *[\";\" parameter] - The type in Content-Type + can be one of: application, audio, image, message, multipart, + text, video, or a custom type preceded by \"X-\" and followed + by a token as defined below. - The token is a string of at + least one character, and not containing white space, control + characters, or any of the characters in the tspecials set. + - The tspecials set contains the characters ()<>@,;:\\\"/[]?.= + - The subtype in Content-Type is also a token. - The optional + parameter/s following the subtype are defined as: token + \"=\" (token / quoted-string) - The quoted-string, as defined + in RFC 822, is surrounded by double quotes and can contain + white space plus any character EXCEPT \\, \", and CR. It + can also contain any single ASCII character as long as it + is escaped by \\." + pattern: ^(?i)(x-[^][ ()\\<>@,;:"/?.=\x00-\x1F\x7F]+|application|audio|image|message|multipart|text|video)/[^][ + ()\\<>@,;:"/?.=\x00-\x1F\x7F]+(; *[^][ ()\\<>@,;:"/?.=\x00-\x1F\x7F]+=([^][ + ()\\<>@,;:"/?.=\x00-\x1F\x7F]+|"(\\[\x00-\x7F]|[^\x0D"\\])*"))*$ + type: string + type: array + x-kubernetes-list-type: set + type: object httpEmptyRequestsPolicy: default: Respond description: "httpEmptyRequestsPolicy describes how HTTP connections @@ -510,6 +552,15 @@ spec: - local6 - local7 type: string + maxLength: + default: 1024 + description: "maxLength is the maximum length of the + syslog message \n If this field is empty, the maxLength + is set to \"1024\"." + format: int32 + maximum: 4096 + minimum: 480 + type: integer port: description: port is the UDP port number of the syslog endpoint that receives log messages. diff --git a/vendor/github.com/openshift/api/operator/v1/0000_70_cluster-network-operator_01_crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_70_cluster-network-operator_01_crd.yaml deleted file mode 100644 index c0dcce7df..000000000 --- a/vendor/github.com/openshift/api/operator/v1/0000_70_cluster-network-operator_01_crd.yaml +++ /dev/null @@ -1,443 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - annotations: - api-approved.openshift.io: https://github.com/openshift/api/pull/475 - include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" - name: networks.operator.openshift.io -spec: - group: operator.openshift.io - names: - kind: Network - listKind: NetworkList - plural: networks - singular: network - scope: Cluster - versions: - - name: v1 - schema: - openAPIV3Schema: - description: "Network describes the cluster's desired network configuration. It is consumed by the cluster-network-operator. \n Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer)." - type: object - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - description: NetworkSpec is the top-level network configuration object. - type: object - properties: - additionalNetworks: - description: additionalNetworks is a list of extra networks to make available to pods when multiple networks are enabled. - type: array - items: - description: AdditionalNetworkDefinition configures an extra network that is available but not created by default. Instead, pods must request them by name. type must be specified, along with exactly one "Config" that matches the type. - type: object - properties: - name: - description: name is the name of the network. This will be populated in the resulting CRD This must be unique. - type: string - namespace: - description: namespace is the namespace of the network. This will be populated in the resulting CRD If not given the network will be created in the default namespace. - type: string - rawCNIConfig: - description: rawCNIConfig is the raw CNI configuration json to create in the NetworkAttachmentDefinition CRD - type: string - simpleMacvlanConfig: - description: SimpleMacvlanConfig configures the macvlan interface in case of type:NetworkTypeSimpleMacvlan - type: object - properties: - ipamConfig: - description: IPAMConfig configures IPAM module will be used for IP Address Management (IPAM). - type: object - properties: - staticIPAMConfig: - description: StaticIPAMConfig configures the static IP address in case of type:IPAMTypeStatic - type: object - properties: - addresses: - description: Addresses configures IP address for the interface - type: array - items: - description: StaticIPAMAddresses provides IP address and Gateway for static IPAM addresses - type: object - properties: - address: - description: Address is the IP address in CIDR format - type: string - gateway: - description: Gateway is IP inside of subnet to designate as the gateway - type: string - dns: - description: DNS configures DNS for the interface - type: object - properties: - domain: - description: Domain configures the domainname the local domain used for short hostname lookups - type: string - nameservers: - description: Nameservers points DNS servers for IP lookup - type: array - items: - type: string - search: - description: Search configures priority ordered search domains for short hostname lookups - type: array - items: - type: string - routes: - description: Routes configures IP routes for the interface - type: array - items: - description: StaticIPAMRoutes provides Destination/Gateway pairs for static IPAM routes - type: object - properties: - destination: - description: Destination points the IP route destination - type: string - gateway: - description: Gateway is the route's next-hop IP address If unset, a default gateway is assumed (as determined by the CNI plugin). - type: string - type: - description: Type is the type of IPAM module will be used for IP Address Management(IPAM). The supported values are IPAMTypeDHCP, IPAMTypeStatic - type: string - master: - description: master is the host interface to create the macvlan interface from. If not specified, it will be default route interface - type: string - mode: - description: 'mode is the macvlan mode: bridge, private, vepa, passthru. The default is bridge' - type: string - mtu: - description: mtu is the mtu to use for the macvlan interface. if unset, host's kernel will select the value. - type: integer - format: int32 - minimum: 0 - type: - description: type is the type of network The supported values are NetworkTypeRaw, NetworkTypeSimpleMacvlan - type: string - clusterNetwork: - description: clusterNetwork is the IP address pool to use for pod IPs. Some network providers, e.g. OpenShift SDN, support multiple ClusterNetworks. Others only support one. This is equivalent to the cluster-cidr. - type: array - items: - description: ClusterNetworkEntry is a subnet from which to allocate PodIPs. A network of size HostPrefix (in CIDR notation) will be allocated when nodes join the cluster. If the HostPrefix field is not used by the plugin, it can be left unset. Not all network providers support multiple ClusterNetworks - type: object - properties: - cidr: - type: string - hostPrefix: - type: integer - format: int32 - minimum: 0 - defaultNetwork: - description: defaultNetwork is the "default" network that all pods will receive - type: object - properties: - kuryrConfig: - description: KuryrConfig configures the kuryr plugin - type: object - properties: - controllerProbesPort: - description: The port kuryr-controller will listen for readiness and liveness requests. - type: integer - format: int32 - minimum: 0 - daemonProbesPort: - description: The port kuryr-daemon will listen for readiness and liveness requests. - type: integer - format: int32 - minimum: 0 - enablePortPoolsPrepopulation: - description: enablePortPoolsPrepopulation when true will make Kuryr prepopulate each newly created port pool with a minimum number of ports. Kuryr uses Neutron port pooling to fight the fact that it takes a significant amount of time to create one. Instead of creating it when pod is being deployed, Kuryr keeps a number of ports ready to be attached to pods. By default port prepopulation is disabled. - type: boolean - mtu: - description: mtu is the MTU that Kuryr should use when creating pod networks in Neutron. The value has to be lower or equal to the MTU of the nodes network and Neutron has to allow creation of tenant networks with such MTU. If unset Pod networks will be created with the same MTU as the nodes network has. - type: integer - format: int32 - minimum: 0 - openStackServiceNetwork: - description: openStackServiceNetwork contains the CIDR of network from which to allocate IPs for OpenStack Octavia's Amphora VMs. Please note that with Amphora driver Octavia uses two IPs from that network for each loadbalancer - one given by OpenShift and second for VRRP connections. As the first one is managed by OpenShift's and second by Neutron's IPAMs, those need to come from different pools. Therefore `openStackServiceNetwork` needs to be at least twice the size of `serviceNetwork`, and whole `serviceNetwork` must be overlapping with `openStackServiceNetwork`. cluster-network-operator will then make sure VRRP IPs are taken from the ranges inside `openStackServiceNetwork` that are not overlapping with `serviceNetwork`, effectivly preventing conflicts. If not set cluster-network-operator will use `serviceNetwork` expanded by decrementing the prefix size by 1. - type: string - poolBatchPorts: - description: poolBatchPorts sets a number of ports that should be created in a single batch request to extend the port pool. The default is 3. For more information about port pools see enablePortPoolsPrepopulation setting. - type: integer - minimum: 0 - poolMaxPorts: - description: poolMaxPorts sets a maximum number of free ports that are being kept in a port pool. If the number of ports exceeds this setting, free ports will get deleted. Setting 0 will disable this upper bound, effectively preventing pools from shrinking and this is the default value. For more information about port pools see enablePortPoolsPrepopulation setting. - type: integer - minimum: 0 - poolMinPorts: - description: poolMinPorts sets a minimum number of free ports that should be kept in a port pool. If the number of ports is lower than this setting, new ports will get created and added to pool. The default is 1. For more information about port pools see enablePortPoolsPrepopulation setting. - type: integer - minimum: 1 - openshiftSDNConfig: - description: openShiftSDNConfig configures the openshift-sdn plugin - type: object - properties: - enableUnidling: - description: enableUnidling controls whether or not the service proxy will support idling and unidling of services. By default, unidling is enabled. - type: boolean - mode: - description: mode is one of "Multitenant", "Subnet", or "NetworkPolicy" - type: string - mtu: - description: mtu is the mtu to use for the tunnel interface. Defaults to 1450 if unset. This must be 50 bytes smaller than the machine's uplink. - type: integer - format: int32 - minimum: 0 - useExternalOpenvswitch: - description: 'useExternalOpenvswitch used to control whether the operator would deploy an OVS DaemonSet itself or expect someone else to start OVS. As of 4.6, OVS is always run as a system service, and this flag is ignored. DEPRECATED: non-functional as of 4.6' - type: boolean - vxlanPort: - description: vxlanPort is the port to use for all vxlan packets. The default is 4789. - type: integer - format: int32 - minimum: 0 - ovnKubernetesConfig: - description: oVNKubernetesConfig configures the ovn-kubernetes plugin. This is currently not implemented. - type: object - properties: - genevePort: - description: geneve port is the UDP port to be used by geneve encapulation. Default is 6081 - type: integer - format: int32 - minimum: 1 - hybridOverlayConfig: - description: HybridOverlayConfig configures an additional overlay network for peers that are not using OVN. - type: object - properties: - hybridClusterNetwork: - description: HybridClusterNetwork defines a network space given to nodes on an additional overlay network. - type: array - items: - description: ClusterNetworkEntry is a subnet from which to allocate PodIPs. A network of size HostPrefix (in CIDR notation) will be allocated when nodes join the cluster. If the HostPrefix field is not used by the plugin, it can be left unset. Not all network providers support multiple ClusterNetworks - type: object - properties: - cidr: - type: string - hostPrefix: - type: integer - format: int32 - minimum: 0 - hybridOverlayVXLANPort: - description: HybridOverlayVXLANPort defines the VXLAN port number to be used by the additional overlay network. Default is 4789 - type: integer - format: int32 - ipsecConfig: - description: ipsecConfig enables and configures IPsec for pods on the pod network within the cluster. - type: object - mtu: - description: mtu is the MTU to use for the tunnel interface. This must be 100 bytes smaller than the uplink mtu. Default is 1400 - type: integer - format: int32 - minimum: 0 - policyAuditConfig: - description: policyAuditConfig is the configuration for network policy audit events. If unset, reported defaults are used. - type: object - properties: - destination: - description: 'destination is the location for policy log messages. Regardless of this config, persistent logs will always be dumped to the host at /var/log/ovn/ however Additionally syslog output may be configured as follows. Valid values are: - "libc" -> to use the libc syslog() function of the host node''s journdald process - "udp:host:port" -> for sending syslog over UDP - "unix:file" -> for using the UNIX domain socket directly - "null" -> to discard all messages logged to syslog The default is "null"' - type: string - default: "null" - maxFileSize: - description: maxFilesSize is the max size an ACL_audit log file is allowed to reach before rotation occurs Units are in MB and the Default is 50MB - type: integer - format: int32 - default: 50 - minimum: 1 - rateLimit: - description: rateLimit is the approximate maximum number of messages to generate per-second per-node. If unset the default of 20 msg/sec is used. - type: integer - format: int32 - default: 20 - minimum: 1 - syslogFacility: - description: syslogFacility the RFC5424 facility for generated messages, e.g. "kern". Default is "local0" - type: string - default: local0 - type: - description: type is the type of network All NetworkTypes are supported except for NetworkTypeRaw - type: string - deployKubeProxy: - description: deployKubeProxy specifies whether or not a standalone kube-proxy should be deployed by the operator. Some network providers include kube-proxy or similar functionality. If unset, the plugin will attempt to select the correct value, which is false when OpenShift SDN and ovn-kubernetes are used and true otherwise. - type: boolean - disableMultiNetwork: - description: disableMultiNetwork specifies whether or not multiple pod network support should be disabled. If unset, this property defaults to 'false' and multiple network support is enabled. - type: boolean - disableNetworkDiagnostics: - description: disableNetworkDiagnostics specifies whether or not PodNetworkConnectivityCheck CRs from a test pod to every node, apiserver and LB should be disabled or not. If unset, this property defaults to 'false' and network diagnostics is enabled. Setting this to 'true' would reduce the additional load of the pods performing the checks. - type: boolean - default: false - exportNetworkFlows: - description: exportNetworkFlows enables and configures the export of network flow metadata from the pod network by using protocols NetFlow, SFlow or IPFIX. Currently only supported on OVN-Kubernetes plugin. If unset, flows will not be exported to any collector. - type: object - properties: - ipfix: - description: ipfix defines IPFIX configuration. - type: object - properties: - collectors: - description: ipfixCollectors is list of strings formatted as ip:port with a maximum of ten items - type: array - maxItems: 10 - minItems: 1 - items: - type: string - pattern: ^(([0-9]|[0-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[0-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5]):([1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$ - netFlow: - description: netFlow defines the NetFlow configuration. - type: object - properties: - collectors: - description: netFlow defines the NetFlow collectors that will consume the flow data exported from OVS. It is a list of strings formatted as ip:port with a maximum of ten items - type: array - maxItems: 10 - minItems: 1 - items: - type: string - pattern: ^(([0-9]|[0-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[0-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5]):([1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$ - sFlow: - description: sFlow defines the SFlow configuration. - type: object - properties: - collectors: - description: sFlowCollectors is list of strings formatted as ip:port with a maximum of ten items - type: array - maxItems: 10 - minItems: 1 - items: - type: string - pattern: ^(([0-9]|[0-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[0-9][0-9]|1[0-9][0-9]|2[0-4][0-9]|25[0-5]):([1-9][0-9]{0,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5])$ - kubeProxyConfig: - description: kubeProxyConfig lets us configure desired proxy configuration. If not specified, sensible defaults will be chosen by OpenShift directly. Not consumed by all network providers - currently only openshift-sdn. - type: object - properties: - bindAddress: - description: The address to "bind" on Defaults to 0.0.0.0 - type: string - iptablesSyncPeriod: - description: 'An internal kube-proxy parameter. In older releases of OCP, this sometimes needed to be adjusted in large clusters for performance reasons, but this is no longer necessary, and there is no reason to change this from the default value. Default: 30s' - type: string - proxyArguments: - description: Any additional arguments to pass to the kubeproxy process - type: object - additionalProperties: - description: ProxyArgumentList is a list of arguments to pass to the kubeproxy process - type: array - items: - type: string - logLevel: - description: "logLevel is an intent based logging for an overall component. It does not give fine grained control, but it is a simple way to manage coarse grained logging choices that operators have to interpret for their operands. \n Valid values are: \"Normal\", \"Debug\", \"Trace\", \"TraceAll\". Defaults to \"Normal\"." - type: string - default: Normal - enum: - - "" - - Normal - - Debug - - Trace - - TraceAll - managementState: - description: managementState indicates whether and how the operator should manage the component - type: string - pattern: ^(Managed|Unmanaged|Force|Removed)$ - migration: - description: migration enables and configures the cluster network migration. Setting this to the target network type to allow changing the default network. If unset, the operation of changing cluster default network plugin will be rejected. - type: object - properties: - networkType: - description: networkType is the target type of network migration The supported values are OpenShiftSDN, OVNKubernetes - type: string - observedConfig: - description: observedConfig holds a sparse config that controller has observed from the cluster state. It exists in spec because it is an input to the level for the operator - type: object - nullable: true - x-kubernetes-preserve-unknown-fields: true - operatorLogLevel: - description: "operatorLogLevel is an intent based logging for the operator itself. It does not give fine grained control, but it is a simple way to manage coarse grained logging choices that operators have to interpret for themselves. \n Valid values are: \"Normal\", \"Debug\", \"Trace\", \"TraceAll\". Defaults to \"Normal\"." - type: string - default: Normal - enum: - - "" - - Normal - - Debug - - Trace - - TraceAll - serviceNetwork: - description: serviceNetwork is the ip address pool to use for Service IPs Currently, all existing network providers only support a single value here, but this is an array to allow for growth. - type: array - items: - type: string - unsupportedConfigOverrides: - description: 'unsupportedConfigOverrides holds a sparse config that will override any previously set options. It only needs to be the fields to override it will end up overlaying in the following order: 1. hardcoded defaults 2. observedConfig 3. unsupportedConfigOverrides' - type: object - nullable: true - x-kubernetes-preserve-unknown-fields: true - useMultiNetworkPolicy: - description: useMultiNetworkPolicy enables a controller which allows for MultiNetworkPolicy objects to be used on additional networks as created by Multus CNI. MultiNetworkPolicy are similar to NetworkPolicy objects, but NetworkPolicy objects only apply to the primary interface. With MultiNetworkPolicy, you can control the traffic that a pod can receive over the secondary interfaces. If unset, this property defaults to 'false' and MultiNetworkPolicy objects are ignored. If 'disableMultiNetwork' is 'true' then the value of this field is ignored. - type: boolean - status: - description: NetworkStatus is detailed operator status, which is distilled up to the Network clusteroperator object. - type: object - properties: - conditions: - description: conditions is a list of conditions and their status - type: array - items: - description: OperatorCondition is just the standard condition fields. - type: object - properties: - lastTransitionTime: - type: string - format: date-time - message: - type: string - reason: - type: string - status: - type: string - type: - type: string - generations: - description: generations are used to determine when an item needs to be reconciled or has changed in a way that needs a reaction. - type: array - items: - description: GenerationStatus keeps track of the generation for a given resource so that decisions about forced updates can be made. - type: object - properties: - group: - description: group is the group of the thing you're tracking - type: string - hash: - description: hash is an optional field set for resources without generation that are content sensitive like secrets and configmaps - type: string - lastGeneration: - description: lastGeneration is the last generation of the workload controller involved - type: integer - format: int64 - name: - description: name is the name of the thing you're tracking - type: string - namespace: - description: namespace is where the thing you're tracking is - type: string - resource: - description: resource is the resource type of the thing you're tracking - type: string - observedGeneration: - description: observedGeneration is the last generation change you've dealt with - type: integer - format: int64 - readyReplicas: - description: readyReplicas indicates how many replicas are ready and at the desired state - type: integer - format: int32 - version: - description: version is the level this availability applies to - type: string - served: true - storage: true diff --git a/vendor/github.com/openshift/api/operator/v1/0000_70_dns-operator_00-custom-resource-definition.yaml b/vendor/github.com/openshift/api/operator/v1/0000_70_dns-operator_00-custom-resource-definition.yaml deleted file mode 100644 index 84ff00d91..000000000 --- a/vendor/github.com/openshift/api/operator/v1/0000_70_dns-operator_00-custom-resource-definition.yaml +++ /dev/null @@ -1,132 +0,0 @@ -apiVersion: apiextensions.k8s.io/v1 -kind: CustomResourceDefinition -metadata: - name: dnses.operator.openshift.io - annotations: - api-approved.openshift.io: https://github.com/openshift/api/pull/475 - include.release.openshift.io/ibm-cloud-managed: "true" - include.release.openshift.io/self-managed-high-availability: "true" - include.release.openshift.io/single-node-developer: "true" -spec: - group: operator.openshift.io - names: - kind: DNS - listKind: DNSList - plural: dnses - singular: dns - scope: Cluster - versions: - - name: v1 - served: true - storage: true - subresources: - status: {} - schema: - openAPIV3Schema: - description: "DNS manages the CoreDNS component to provide a name resolution service for pods and services in the cluster. \n This supports the DNS-based service discovery specification: https://github.com/kubernetes/dns/blob/master/docs/specification.md \n More details: https://kubernetes.io/docs/tasks/administer-cluster/coredns \n Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer)." - type: object - properties: - apiVersion: - description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' - type: string - kind: - description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' - type: string - metadata: - type: object - spec: - description: spec is the specification of the desired behavior of the DNS. - type: object - properties: - managementState: - description: managementState indicates whether the DNS operator should manage cluster DNS - type: string - pattern: ^(Managed|Unmanaged|Force|Removed)$ - nodePlacement: - description: "nodePlacement provides explicit control over the scheduling of DNS pods. \n Generally, it is useful to run a DNS pod on every node so that DNS queries are always handled by a local DNS pod instead of going over the network to a DNS pod on another node. However, security policies may require restricting the placement of DNS pods to specific nodes. For example, if a security policy prohibits pods on arbitrary nodes from communicating with the API, a node selector can be specified to restrict DNS pods to nodes that are permitted to communicate with the API. Conversely, if running DNS pods on nodes with a particular taint is desired, a toleration can be specified for that taint. \n If unset, defaults are used. See nodePlacement for more details." - type: object - properties: - nodeSelector: - description: "nodeSelector is the node selector applied to DNS pods. \n If empty, the default is used, which is currently the following: \n kubernetes.io/os: linux \n This default is subject to change. \n If set, the specified selector is used and replaces the default." - type: object - additionalProperties: - type: string - tolerations: - description: "tolerations is a list of tolerations applied to DNS pods. \n If empty, the DNS operator sets a toleration for the \"node-role.kubernetes.io/master\" taint. This default is subject to change. Specifying tolerations without including a toleration for the \"node-role.kubernetes.io/master\" taint may be risky as it could lead to an outage if all worker nodes become unavailable. \n Note that the daemon controller adds some tolerations as well. See https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/" - type: array - items: - description: The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . - type: object - properties: - effect: - description: Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. - type: string - key: - description: Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. - type: string - operator: - description: Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. - type: string - tolerationSeconds: - description: TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. - type: integer - format: int64 - value: - description: Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. - type: string - servers: - description: "servers is a list of DNS resolvers that provide name query delegation for one or more subdomains outside the scope of the cluster domain. If servers consists of more than one Server, longest suffix match will be used to determine the Server. \n For example, if there are two Servers, one for \"foo.com\" and another for \"a.foo.com\", and the name query is for \"www.a.foo.com\", it will be routed to the Server with Zone \"a.foo.com\". \n If this field is nil, no servers are created." - type: array - items: - description: Server defines the schema for a server that runs per instance of CoreDNS. - type: object - properties: - forwardPlugin: - description: forwardPlugin defines a schema for configuring CoreDNS to proxy DNS messages to upstream resolvers. - type: object - properties: - upstreams: - description: "upstreams is a list of resolvers to forward name queries for subdomains of Zones. Upstreams are randomized when more than 1 upstream is specified. Each instance of CoreDNS performs health checking of Upstreams. When a healthy upstream returns an error during the exchange, another resolver is tried from Upstreams. Each upstream is represented by an IP address or IP:port if the upstream listens on a port other than 53. \n A maximum of 15 upstreams is allowed per ForwardPlugin." - type: array - maxItems: 15 - items: - type: string - name: - description: name is required and specifies a unique name for the server. Name must comply with the Service Name Syntax of rfc6335. - type: string - zones: - description: zones is required and specifies the subdomains that Server is authoritative for. Zones must conform to the rfc1123 definition of a subdomain. Specifying the cluster domain (i.e., "cluster.local") is invalid. - type: array - items: - type: string - status: - description: status is the most recently observed status of the DNS. - type: object - required: - - clusterDomain - - clusterIP - properties: - clusterDomain: - description: "clusterDomain is the local cluster DNS domain suffix for DNS services. This will be a subdomain as defined in RFC 1034, section 3.5: https://tools.ietf.org/html/rfc1034#section-3.5 Example: \"cluster.local\" \n More info: https://kubernetes.io/docs/concepts/services-networking/dns-pod-service" - type: string - clusterIP: - description: "clusterIP is the service IP through which this DNS is made available. \n In the case of the default DNS, this will be a well known IP that is used as the default nameserver for pods that are using the default ClusterFirst DNS policy. \n In general, this IP can be specified in a pod's spec.dnsConfig.nameservers list or used explicitly when performing name resolution from within the cluster. Example: dig foo.com @ \n More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies" - type: string - conditions: - description: "conditions provide information about the state of the DNS on the cluster. \n These are the supported DNS conditions: \n * Available - True if the following conditions are met: * DNS controller daemonset is available. - False if any of those conditions are unsatisfied." - type: array - items: - description: OperatorCondition is just the standard condition fields. - type: object - properties: - lastTransitionTime: - type: string - format: date-time - message: - type: string - reason: - type: string - status: - type: string - type: - type: string diff --git a/vendor/github.com/openshift/api/operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml b/vendor/github.com/openshift/api/operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml index 78451b2fa..cd2fe7388 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml +++ b/vendor/github.com/openshift/api/operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml @@ -41,13 +41,16 @@ spec: - ebs.csi.aws.com - efs.csi.aws.com - disk.csi.azure.com + - file.csi.azure.com - pd.csi.storage.gke.io - cinder.csi.openstack.org - csi.vsphere.vmware.com - manila.csi.openstack.org - csi.ovirt.org - csi.kubevirt.io - - csi.shared-resources.openshift.io + - csi.sharedresource.openshift.io + - diskplugin.csi.alibabacloud.com + - vpc.block.csi.ibm.io type: string type: object spec: diff --git a/vendor/github.com/openshift/api/operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml-patch b/vendor/github.com/openshift/api/operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml-patch index 508903a8c..44a72978c 100644 --- a/vendor/github.com/openshift/api/operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml-patch +++ b/vendor/github.com/openshift/api/operator/v1/0000_90_cluster_csi_driver_01_config.crd.yaml-patch @@ -7,10 +7,13 @@ - ebs.csi.aws.com - efs.csi.aws.com - disk.csi.azure.com + - file.csi.azure.com - pd.csi.storage.gke.io - cinder.csi.openstack.org - csi.vsphere.vmware.com - manila.csi.openstack.org - csi.ovirt.org - csi.kubevirt.io - - csi.shared-resources.openshift.io + - csi.sharedresource.openshift.io + - diskplugin.csi.alibabacloud.com + - vpc.block.csi.ibm.io diff --git a/vendor/github.com/openshift/api/operator/v1/types_csi_cluster_driver.go b/vendor/github.com/openshift/api/operator/v1/types_csi_cluster_driver.go index 1460d15e3..827c76dd8 100644 --- a/vendor/github.com/openshift/api/operator/v1/types_csi_cluster_driver.go +++ b/vendor/github.com/openshift/api/operator/v1/types_csi_cluster_driver.go @@ -45,13 +45,16 @@ const ( AWSEBSCSIDriver CSIDriverName = "ebs.csi.aws.com" AWSEFSCSIDriver CSIDriverName = "efs.csi.aws.com" AzureDiskCSIDriver CSIDriverName = "disk.csi.azure.com" + AzureFileCSIDriver CSIDriverName = "file.csi.azure.com" GCPPDCSIDriver CSIDriverName = "pd.csi.storage.gke.io" CinderCSIDriver CSIDriverName = "cinder.csi.openstack.org" VSphereCSIDriver CSIDriverName = "csi.vsphere.vmware.com" ManilaCSIDriver CSIDriverName = "manila.csi.openstack.org" OvirtCSIDriver CSIDriverName = "csi.ovirt.org" KubevirtCSIDriver CSIDriverName = "csi.kubevirt.io" - SharedResourcesCSIDriver CSIDriverName = "csi.shared-resources.openshift.io" + SharedResourcesCSIDriver CSIDriverName = "csi.sharedresource.openshift.io" + AlibabaDiskCSIDriver CSIDriverName = "diskplugin.csi.alibabacloud.com" + IBMVPCBlockCSIDriver CSIDriverName = "vpc.block.csi.ibm.io" ) // ClusterCSIDriverSpec is the desired behavior of CSI driver operator diff --git a/vendor/github.com/openshift/api/operator/v1/types_dns.go b/vendor/github.com/openshift/api/operator/v1/types_dns.go index 4e6c7eea7..c05a826cd 100644 --- a/vendor/github.com/openshift/api/operator/v1/types_dns.go +++ b/vendor/github.com/openshift/api/operator/v1/types_dns.go @@ -48,6 +48,16 @@ type DNSSpec struct { // +optional Servers []Server `json:"servers,omitempty"` + // upstreamResolvers defines a schema for configuring CoreDNS + // to proxy DNS messages to upstream resolvers for the case of the + // default (".") server + // + // If this field is not specified, the upstream used will default to + // /etc/resolv.conf, with policy "sequential" + // + // +optional + UpstreamResolvers UpstreamResolvers `json:"upstreamResolvers"` + // nodePlacement provides explicit control over the scheduling of DNS // pods. // @@ -70,8 +80,42 @@ type DNSSpec struct { // DNS // +optional ManagementState ManagementState `json:"managementState,omitempty"` + + // operatorLogLevel controls the logging level of the DNS Operator. + // Valid values are: "Normal", "Debug", "Trace". + // Defaults to "Normal". + // setting operatorLogLevel: Trace will produce extremely verbose logs. + // +optional + // +kubebuilder:default=Normal + OperatorLogLevel DNSLogLevel `json:"operatorLogLevel,omitempty"` + + // logLevel describes the desired logging verbosity for CoreDNS. + // Any one of the following values may be specified: + // * Normal logs errors from upstream resolvers. + // * Debug logs errors, NXDOMAIN responses, and NODATA responses. + // * Trace logs errors and all responses. + // Setting logLevel: Trace will produce extremely verbose logs. + // Valid values are: "Normal", "Debug", "Trace". + // Defaults to "Normal". + // +optional + // +kubebuilder:default=Normal + LogLevel DNSLogLevel `json:"logLevel,omitempty"` } +// +kubebuilder:validation:Enum:=Normal;Debug;Trace +type DNSLogLevel string + +var ( + // Normal is the default. Normal, working log information, everything is fine, but helpful notices for auditing or common operations. In kube, this is probably glog=2. + DNSLogLevelNormal DNSLogLevel = "Normal" + + // Debug is used when something went wrong. Even common operations may be logged, and less helpful but more quantity of notices. In kube, this is probably glog=4. + DNSLogLevelDebug DNSLogLevel = "Debug" + + // Trace is used when something went really badly and even more verbose logs are needed. Logging every function call as part of a common operation, to tracing execution of a query. In kube, this is probably glog=6. + DNSLogLevelTrace DNSLogLevel = "Trace" +) + // Server defines the schema for a server that runs per instance of CoreDNS. type Server struct { // name is required and specifies a unique name for the server. Name must comply @@ -86,21 +130,126 @@ type Server struct { ForwardPlugin ForwardPlugin `json:"forwardPlugin"` } +// ForwardingPolicy is the policy to use when forwarding DNS requests. +// +kubebuilder:validation:Enum=Random;RoundRobin;Sequential +type ForwardingPolicy string + +const ( + // RandomForwardingPolicy picks a random upstream server for each query. + RandomForwardingPolicy ForwardingPolicy = "Random" + + // RoundRobinForwardingPolicy picks upstream servers in a round-robin order, moving to the next server for each new query. + RoundRobinForwardingPolicy ForwardingPolicy = "RoundRobin" + + // SequentialForwardingPolicy tries querying upstream servers in a sequential order until one responds, starting with the first server for each new query. + SequentialForwardingPolicy ForwardingPolicy = "Sequential" +) + // ForwardPlugin defines a schema for configuring the CoreDNS forward plugin. type ForwardPlugin struct { // upstreams is a list of resolvers to forward name queries for subdomains of Zones. - // Upstreams are randomized when more than 1 upstream is specified. Each instance of - // CoreDNS performs health checking of Upstreams. When a healthy upstream returns an - // error during the exchange, another resolver is tried from Upstreams. Each upstream - // is represented by an IP address or IP:port if the upstream listens on a port other - // than 53. + // Each instance of CoreDNS performs health checking of Upstreams. When a healthy upstream + // returns an error during the exchange, another resolver is tried from Upstreams. The + // Upstreams are selected in the order specified in Policy. Each upstream is represented + // by an IP address or IP:port if the upstream listens on a port other than 53. // // A maximum of 15 upstreams is allowed per ForwardPlugin. // // +kubebuilder:validation:MaxItems=15 Upstreams []string `json:"upstreams"` + + // policy is used to determine the order in which upstream servers are selected for querying. + // Any one of the following values may be specified: + // + // * "Random" picks a random upstream server for each query. + // * "RoundRobin" picks upstream servers in a round-robin order, moving to the next server for each new query. + // * "Sequential" tries querying upstream servers in a sequential order until one responds, starting with the first server for each new query. + // + // The default value is "Random" + // + // +optional + // +kubebuilder:default:="Random" + Policy ForwardingPolicy `json:"policy,omitempty"` } +// UpstreamResolvers defines a schema for configuring the CoreDNS forward plugin in the +// specific case of the default (".") server. +// It defers from ForwardPlugin in the default values it accepts: +// * At least one upstream should be specified. +// * the default policy is Sequential +type UpstreamResolvers struct { + // Upstreams is a list of resolvers to forward name queries for the "." domain. + // Each instance of CoreDNS performs health checking of Upstreams. When a healthy upstream + // returns an error during the exchange, another resolver is tried from Upstreams. The + // Upstreams are selected in the order specified in Policy. + // + // A maximum of 15 upstreams is allowed per ForwardPlugin. + // If no Upstreams are specified, /etc/resolv.conf is used by default + // + // +optional + // +kubebuilder:validation:MaxItems=15 + // +kubebuilder:default={{"type":"SystemResolvConf"}} + Upstreams []Upstream `json:"upstreams"` + + // Policy is used to determine the order in which upstream servers are selected for querying. + // Any one of the following values may be specified: + // + // * "Random" picks a random upstream server for each query. + // * "RoundRobin" picks upstream servers in a round-robin order, moving to the next server for each new query. + // * "Sequential" tries querying upstream servers in a sequential order until one responds, starting with the first server for each new query. + // + // The default value is "Sequential" + // + // +optional + // +kubebuilder:default="Sequential" + Policy ForwardingPolicy `json:"policy,omitempty"` +} + +// Upstream can either be of type SystemResolvConf, or of type Network. +// +// * For an Upstream of type SystemResolvConf, no further fields are necessary: +// The upstream will be configured to use /etc/resolv.conf. +// * For an Upstream of type Network, a NetworkResolver field needs to be defined +// with an IP address or IP:port if the upstream listens on a port other than 53. +type Upstream struct { + + // Type defines whether this upstream contains an IP/IP:port resolver or the local /etc/resolv.conf. + // Type accepts 2 possible values: SystemResolvConf or Network. + // + // * When SystemResolvConf is used, the Upstream structure does not require any further fields to be defined: + // /etc/resolv.conf will be used + // * When Network is used, the Upstream structure must contain at least an Address + // + // +kubebuilder:validation:Required + // +required + Type UpstreamType `json:"type"` + + // Address must be defined when Type is set to Network. It will be ignored otherwise. + // It must be a valid ipv4 or ipv6 address. + // + // +optional + // +kubebuilder:validation:Optional + Address string `json:"address,omitempty"` + + // Port may be defined when Type is set to Network. It will be ignored otherwise. + // Port must be between 65535 + // + // +optional + // +kubebuilder:validation:Minimum=1 + // +kubebuilder:validation:Maximum=65535 + // +kubebuilder:validation:Optional + // +kubebuilder:default=53 + Port uint32 `json:"port,omitempty"` +} + +// +kubebuilder:validation:Enum=SystemResolvConf;Network;"" +type UpstreamType string + +const ( + SystemResolveConfType UpstreamType = "SystemResolvConf" + NetworkResolverType UpstreamType = "Network" +) + // DNSNodePlacement describes the node scheduling configuration for DNS pods. type DNSNodePlacement struct { // nodeSelector is the node selector applied to DNS pods. diff --git a/vendor/github.com/openshift/api/operator/v1/zz_generated.swagger_doc_generated.go b/vendor/github.com/openshift/api/operator/v1/zz_generated.swagger_doc_generated.go index bb4110389..e42c685eb 100644 --- a/vendor/github.com/openshift/api/operator/v1/zz_generated.swagger_doc_generated.go +++ b/vendor/github.com/openshift/api/operator/v1/zz_generated.swagger_doc_generated.go @@ -422,10 +422,13 @@ func (DNSNodePlacement) SwaggerDoc() map[string]string { } var map_DNSSpec = map[string]string{ - "": "DNSSpec is the specification of the desired behavior of the DNS.", - "servers": "servers is a list of DNS resolvers that provide name query delegation for one or more subdomains outside the scope of the cluster domain. If servers consists of more than one Server, longest suffix match will be used to determine the Server.\n\nFor example, if there are two Servers, one for \"foo.com\" and another for \"a.foo.com\", and the name query is for \"www.a.foo.com\", it will be routed to the Server with Zone \"a.foo.com\".\n\nIf this field is nil, no servers are created.", - "nodePlacement": "nodePlacement provides explicit control over the scheduling of DNS pods.\n\nGenerally, it is useful to run a DNS pod on every node so that DNS queries are always handled by a local DNS pod instead of going over the network to a DNS pod on another node. However, security policies may require restricting the placement of DNS pods to specific nodes. For example, if a security policy prohibits pods on arbitrary nodes from communicating with the API, a node selector can be specified to restrict DNS pods to nodes that are permitted to communicate with the API. Conversely, if running DNS pods on nodes with a particular taint is desired, a toleration can be specified for that taint.\n\nIf unset, defaults are used. See nodePlacement for more details.", - "managementState": "managementState indicates whether the DNS operator should manage cluster DNS", + "": "DNSSpec is the specification of the desired behavior of the DNS.", + "servers": "servers is a list of DNS resolvers that provide name query delegation for one or more subdomains outside the scope of the cluster domain. If servers consists of more than one Server, longest suffix match will be used to determine the Server.\n\nFor example, if there are two Servers, one for \"foo.com\" and another for \"a.foo.com\", and the name query is for \"www.a.foo.com\", it will be routed to the Server with Zone \"a.foo.com\".\n\nIf this field is nil, no servers are created.", + "upstreamResolvers": "upstreamResolvers defines a schema for configuring CoreDNS to proxy DNS messages to upstream resolvers for the case of the default (\".\") server\n\nIf this field is not specified, the upstream used will default to /etc/resolv.conf, with policy \"sequential\"", + "nodePlacement": "nodePlacement provides explicit control over the scheduling of DNS pods.\n\nGenerally, it is useful to run a DNS pod on every node so that DNS queries are always handled by a local DNS pod instead of going over the network to a DNS pod on another node. However, security policies may require restricting the placement of DNS pods to specific nodes. For example, if a security policy prohibits pods on arbitrary nodes from communicating with the API, a node selector can be specified to restrict DNS pods to nodes that are permitted to communicate with the API. Conversely, if running DNS pods on nodes with a particular taint is desired, a toleration can be specified for that taint.\n\nIf unset, defaults are used. See nodePlacement for more details.", + "managementState": "managementState indicates whether the DNS operator should manage cluster DNS", + "operatorLogLevel": "operatorLogLevel controls the logging level of the DNS Operator. Valid values are: \"Normal\", \"Debug\", \"Trace\". Defaults to \"Normal\". setting operatorLogLevel: Trace will produce extremely verbose logs.", + "logLevel": "logLevel describes the desired logging verbosity for CoreDNS. Any one of the following values may be specified: * Normal logs errors from upstream resolvers. * Debug logs errors, NXDOMAIN responses, and NODATA responses. * Trace logs errors and all responses.\n Setting logLevel: Trace will produce extremely verbose logs.\nValid values are: \"Normal\", \"Debug\", \"Trace\". Defaults to \"Normal\".", } func (DNSSpec) SwaggerDoc() map[string]string { @@ -445,7 +448,8 @@ func (DNSStatus) SwaggerDoc() map[string]string { var map_ForwardPlugin = map[string]string{ "": "ForwardPlugin defines a schema for configuring the CoreDNS forward plugin.", - "upstreams": "upstreams is a list of resolvers to forward name queries for subdomains of Zones. Upstreams are randomized when more than 1 upstream is specified. Each instance of CoreDNS performs health checking of Upstreams. When a healthy upstream returns an error during the exchange, another resolver is tried from Upstreams. Each upstream is represented by an IP address or IP:port if the upstream listens on a port other than 53.\n\nA maximum of 15 upstreams is allowed per ForwardPlugin.", + "upstreams": "upstreams is a list of resolvers to forward name queries for subdomains of Zones. Each instance of CoreDNS performs health checking of Upstreams. When a healthy upstream returns an error during the exchange, another resolver is tried from Upstreams. The Upstreams are selected in the order specified in Policy. Each upstream is represented by an IP address or IP:port if the upstream listens on a port other than 53.\n\nA maximum of 15 upstreams is allowed per ForwardPlugin.", + "policy": "policy is used to determine the order in which upstream servers are selected for querying. Any one of the following values may be specified:\n\n* \"Random\" picks a random upstream server for each query. * \"RoundRobin\" picks upstream servers in a round-robin order, moving to the next server for each new query. * \"Sequential\" tries querying upstream servers in a sequential order until one responds, starting with the first server for each new query.\n\nThe default value is \"Random\"", } func (ForwardPlugin) SwaggerDoc() map[string]string { @@ -463,6 +467,27 @@ func (Server) SwaggerDoc() map[string]string { return map_Server } +var map_Upstream = map[string]string{ + "": "Upstream can either be of type SystemResolvConf, or of type Network.\n\n* For an Upstream of type SystemResolvConf, no further fields are necessary:\n The upstream will be configured to use /etc/resolv.conf.\n* For an Upstream of type Network, a NetworkResolver field needs to be defined\n with an IP address or IP:port if the upstream listens on a port other than 53.", + "type": "Type defines whether this upstream contains an IP/IP:port resolver or the local /etc/resolv.conf. Type accepts 2 possible values: SystemResolvConf or Network.\n\n* When SystemResolvConf is used, the Upstream structure does not require any further fields to be defined:\n /etc/resolv.conf will be used\n* When Network is used, the Upstream structure must contain at least an Address", + "address": "Address must be defined when Type is set to Network. It will be ignored otherwise. It must be a valid ipv4 or ipv6 address.", + "port": "Port may be defined when Type is set to Network. It will be ignored otherwise. Port must be between 65535", +} + +func (Upstream) SwaggerDoc() map[string]string { + return map_Upstream +} + +var map_UpstreamResolvers = map[string]string{ + "": "UpstreamResolvers defines a schema for configuring the CoreDNS forward plugin in the specific case of the default (\".\") server. It defers from ForwardPlugin in the default values it accepts: * At least one upstream should be specified. * the default policy is Sequential", + "upstreams": "Upstreams is a list of resolvers to forward name queries for the \".\" domain. Each instance of CoreDNS performs health checking of Upstreams. When a healthy upstream returns an error during the exchange, another resolver is tried from Upstreams. The Upstreams are selected in the order specified in Policy.\n\nA maximum of 15 upstreams is allowed per ForwardPlugin. If no Upstreams are specified, /etc/resolv.conf is used by default", + "policy": "Policy is used to determine the order in which upstream servers are selected for querying. Any one of the following values may be specified:\n\n* \"Random\" picks a random upstream server for each query. * \"RoundRobin\" picks upstream servers in a round-robin order, moving to the next server for each new query. * \"Sequential\" tries querying upstream servers in a sequential order until one responds, starting with the first server for each new query.\n\nThe default value is \"Sequential\"", +} + +func (UpstreamResolvers) SwaggerDoc() map[string]string { + return map_UpstreamResolvers +} + var map_Etcd = map[string]string{ "": "Etcd provides information to configure an operator to manage etcd.\n\nCompatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).", } @@ -561,6 +586,15 @@ func (GCPLoadBalancerParameters) SwaggerDoc() map[string]string { return map_GCPLoadBalancerParameters } +var map_HTTPCompressionPolicy = map[string]string{ + "": "httpCompressionPolicy turns on compression for the specified MIME types.\n\nThis field is optional, and its absence implies that compression should not be enabled globally in HAProxy.\n\nIf httpCompressionPolicy exists, compression should be enabled only for the specified MIME types.", + "mimeTypes": "mimeTypes is a list of MIME types that should have compression applied. This list can be empty, in which case the ingress controller does not apply compression.\n\nNote: Not all MIME types benefit from compression, but HAProxy will still use resources to try to compress if instructed to. Generally speaking, text (html, css, js, etc.) formats benefit from compression, but formats that are already compressed (image, audio, video, etc.) benefit little in exchange for the time and cpu spent on compressing again. See https://joehonton.medium.com/the-gzip-penalty-d31bd697f1a2", +} + +func (HTTPCompressionPolicy) SwaggerDoc() map[string]string { + return map_HTTPCompressionPolicy +} + var map_HostNetworkStrategy = map[string]string{ "": "HostNetworkStrategy holds parameters for the HostNetwork endpoint publishing strategy.", "protocol": "protocol specifies whether the IngressController expects incoming connections to use plain TCP or whether the IngressController expects PROXY protocol.\n\nPROXY protocol can be used with load balancers that support it to communicate the source addresses of client connections when forwarding those connections to the IngressController. Using PROXY protocol enables the IngressController to report those source addresses instead of reporting the load balancer's address in HTTP headers and logs. Note that enabling PROXY protocol on the IngressController will cause connections to fail if you are not using a load balancer that uses PROXY protocol to forward connections to the IngressController. See http://www.haproxy.org/download/2.2/doc/proxy-protocol.txt for information about PROXY protocol.\n\nThe following values are valid for this field:\n\n* The empty string. * \"TCP\". * \"PROXY\".\n\nThe empty string specifies the default, which is TCP without PROXY protocol. Note that the default is subject to change.", @@ -663,7 +697,7 @@ var map_IngressControllerSpec = map[string]string{ "domain": "domain is a DNS name serviced by the ingress controller and is used to configure multiple features:\n\n* For the LoadBalancerService endpoint publishing strategy, domain is\n used to configure DNS records. See endpointPublishingStrategy.\n\n* When using a generated default certificate, the certificate will be valid\n for domain and its subdomains. See defaultCertificate.\n\n* The value is published to individual Route statuses so that end-users\n know where to target external DNS records.\n\ndomain must be unique among all IngressControllers, and cannot be updated.\n\nIf empty, defaults to ingress.config.openshift.io/cluster .spec.domain.", "httpErrorCodePages": "httpErrorCodePages specifies a configmap with custom error pages. The administrator must create this configmap in the openshift-config namespace. This configmap should have keys in the format \"error-page-.http\", where is an HTTP error code. For example, \"error-page-503.http\" defines an error page for HTTP 503 responses. Currently only error pages for 503 and 404 responses can be customized. Each value in the configmap should be the full response, including HTTP headers. Eg- https://raw.githubusercontent.com/openshift/router/fadab45747a9b30cc3f0a4b41ad2871f95827a93/images/router/haproxy/conf/error-page-503.http If this field is empty, the ingress controller uses the default error pages.", "replicas": "replicas is the desired number of ingress controller replicas. If unset, defaults to 2.", - "endpointPublishingStrategy": "endpointPublishingStrategy is used to publish the ingress controller endpoints to other networks, enable load balancer integrations, etc.\n\nIf unset, the default is based on infrastructure.config.openshift.io/cluster .status.platform:\n\n AWS: LoadBalancerService (with External scope)\n Azure: LoadBalancerService (with External scope)\n GCP: LoadBalancerService (with External scope)\n IBMCloud: LoadBalancerService (with External scope)\n Libvirt: HostNetwork\n\nAny other platform types (including None) default to HostNetwork.\n\nendpointPublishingStrategy cannot be updated.", + "endpointPublishingStrategy": "endpointPublishingStrategy is used to publish the ingress controller endpoints to other networks, enable load balancer integrations, etc.\n\nIf unset, the default is based on infrastructure.config.openshift.io/cluster .status.platform:\n\n AWS: LoadBalancerService (with External scope)\n Azure: LoadBalancerService (with External scope)\n GCP: LoadBalancerService (with External scope)\n IBMCloud: LoadBalancerService (with External scope)\n AlibabaCloud: LoadBalancerService (with External scope)\n Libvirt: HostNetwork\n\nAny other platform types (including None) default to HostNetwork.\n\nendpointPublishingStrategy cannot be updated.", "defaultCertificate": "defaultCertificate is a reference to a secret containing the default certificate served by the ingress controller. When Routes don't specify their own certificate, defaultCertificate is used.\n\nThe secret must contain the following keys and data:\n\n tls.crt: certificate file contents\n tls.key: key file contents\n\nIf unset, a wildcard certificate is automatically generated and used. The certificate is valid for the ingress controller domain (and subdomains) and the generated certificate's CA will be automatically integrated with the cluster's trust store.\n\nIf a wildcard certificate is used and shared by multiple HTTP/2 enabled routes (which implies ALPN) then clients (i.e., notably browsers) are at liberty to reuse open connections. This means a client can reuse a connection to another route and that is likely to fail. This behaviour is generally known as connection coalescing.\n\nThe in-use certificate (whether generated or user-specified) will be automatically integrated with OpenShift's built-in OAuth server.", "namespaceSelector": "namespaceSelector is used to filter the set of namespaces serviced by the ingress controller. This is useful for implementing shards.\n\nIf unset, the default is no filtering.", "routeSelector": "routeSelector is used to filter the set of Routes serviced by the ingress controller. This is useful for implementing shards.\n\nIf unset, the default is no filtering.", @@ -676,6 +710,7 @@ var map_IngressControllerSpec = map[string]string{ "httpEmptyRequestsPolicy": "httpEmptyRequestsPolicy describes how HTTP connections should be handled if the connection times out before a request is received. Allowed values for this field are \"Respond\" and \"Ignore\". If the field is set to \"Respond\", the ingress controller sends an HTTP 400 or 408 response, logs the connection (if access logging is enabled), and counts the connection in the appropriate metrics. If the field is set to \"Ignore\", the ingress controller closes the connection without sending a response, logging the connection, or incrementing metrics. The default value is \"Respond\".\n\nTypically, these connections come from load balancers' health probes or Web browsers' speculative connections (\"preconnect\") and can be safely ignored. However, these requests may also be caused by network errors, and so setting this field to \"Ignore\" may impede detection and diagnosis of problems. In addition, these requests may be caused by port scans, in which case logging empty requests may aid in detecting intrusion attempts.", "tuningOptions": "tuningOptions defines parameters for adjusting the performance of ingress controller pods. All fields are optional and will use their respective defaults if not set. See specific tuningOptions fields for more details.\n\nSetting fields within tuningOptions is generally not recommended. The default values are suitable for most configurations.", "unsupportedConfigOverrides": "unsupportedConfigOverrides allows specifying unsupported configuration options. Its use is unsupported.", + "httpCompression": "httpCompression defines a policy for HTTP traffic compression. By default, there is no HTTP compression.", } func (IngressControllerSpec) SwaggerDoc() map[string]string { @@ -784,10 +819,11 @@ func (RouteAdmissionPolicy) SwaggerDoc() map[string]string { } var map_SyslogLoggingDestinationParameters = map[string]string{ - "": "SyslogLoggingDestinationParameters describes parameters for the Syslog logging destination type.", - "address": "address is the IP address of the syslog endpoint that receives log messages.", - "port": "port is the UDP port number of the syslog endpoint that receives log messages.", - "facility": "facility specifies the syslog facility of log messages.\n\nIf this field is empty, the facility is \"local1\".", + "": "SyslogLoggingDestinationParameters describes parameters for the Syslog logging destination type.", + "address": "address is the IP address of the syslog endpoint that receives log messages.", + "port": "port is the UDP port number of the syslog endpoint that receives log messages.", + "facility": "facility specifies the syslog facility of log messages.\n\nIf this field is empty, the facility is \"local1\".", + "maxLength": "maxLength is the maximum length of the syslog message\n\nIf this field is empty, the maxLength is set to \"1024\".", } func (SyslogLoggingDestinationParameters) SwaggerDoc() map[string]string { @@ -882,7 +918,7 @@ var map_DefaultNetworkDefinition = map[string]string{ "": "DefaultNetworkDefinition represents a single network plugin's configuration. type must be specified, along with exactly one \"Config\" that matches the type.", "type": "type is the type of network All NetworkTypes are supported except for NetworkTypeRaw", "openshiftSDNConfig": "openShiftSDNConfig configures the openshift-sdn plugin", - "ovnKubernetesConfig": "oVNKubernetesConfig configures the ovn-kubernetes plugin. This is currently not implemented.", + "ovnKubernetesConfig": "ovnKubernetesConfig configures the ovn-kubernetes plugin.", "kuryrConfig": "KuryrConfig configures the kuryr plugin", } @@ -900,6 +936,15 @@ func (ExportNetworkFlows) SwaggerDoc() map[string]string { return map_ExportNetworkFlows } +var map_GatewayConfig = map[string]string{ + "": "GatewayConfig holds node gateway-related parsed config file parameters and command-line overrides", + "routingViaHost": "RoutingViaHost allows pod egress traffic to exit via the ovn-k8s-mp0 management port into the host before sending it out. If this is not set, traffic will always egress directly from OVN to outside without touching the host stack. Setting this to true means hardware offload will not be supported. Default is false if GatewayConfig is specified.", +} + +func (GatewayConfig) SwaggerDoc() map[string]string { + return map_GatewayConfig +} + var map_HybridOverlayConfig = map[string]string{ "hybridClusterNetwork": "HybridClusterNetwork defines a network space given to nodes on an additional overlay network.", "hybridOverlayVXLANPort": "HybridOverlayVXLANPort defines the VXLAN port number to be used by the additional overlay network. Default is 4789", @@ -943,6 +988,26 @@ func (KuryrConfig) SwaggerDoc() map[string]string { return map_KuryrConfig } +var map_MTUMigration = map[string]string{ + "": "MTUMigration MTU contains infomation about MTU migration.", + "network": "network contains information about MTU migration for the default network. Migrations are only allowed to MTU values lower than the machine's uplink MTU by the minimum appropriate offset.", + "machine": "machine contains MTU migration configuration for the machine's uplink. Needs to be migrated along with the default network MTU unless the current uplink MTU already accommodates the default network MTU.", +} + +func (MTUMigration) SwaggerDoc() map[string]string { + return map_MTUMigration +} + +var map_MTUMigrationValues = map[string]string{ + "": "MTUMigrationValues contains the values for a MTU migration.", + "to": "to is the MTU to migrate to.", + "from": "from is the MTU to migrate from.", +} + +func (MTUMigrationValues) SwaggerDoc() map[string]string { + return map_MTUMigrationValues +} + var map_NetFlowConfig = map[string]string{ "collectors": "netFlow defines the NetFlow collectors that will consume the flow data exported from OVS. It is a list of strings formatted as ip:port with a maximum of ten items", } @@ -969,7 +1034,8 @@ func (NetworkList) SwaggerDoc() map[string]string { var map_NetworkMigration = map[string]string{ "": "NetworkMigration represents the cluster network configuration.", - "networkType": "networkType is the target type of network migration The supported values are OpenShiftSDN, OVNKubernetes", + "networkType": "networkType is the target type of network migration. Set this to the target network type to allow changing the default network. If unset, the operation of changing cluster default network plugin will be rejected. The supported values are OpenShiftSDN, OVNKubernetes", + "mtu": "mtu contains the MTU migration configuration. Set this to allow changing the MTU values for the default network. If unset, the operation of changing the MTU for the default network will be rejected.", } func (NetworkMigration) SwaggerDoc() map[string]string { @@ -988,7 +1054,7 @@ var map_NetworkSpec = map[string]string{ "disableNetworkDiagnostics": "disableNetworkDiagnostics specifies whether or not PodNetworkConnectivityCheck CRs from a test pod to every node, apiserver and LB should be disabled or not. If unset, this property defaults to 'false' and network diagnostics is enabled. Setting this to 'true' would reduce the additional load of the pods performing the checks.", "kubeProxyConfig": "kubeProxyConfig lets us configure desired proxy configuration. If not specified, sensible defaults will be chosen by OpenShift directly. Not consumed by all network providers - currently only openshift-sdn.", "exportNetworkFlows": "exportNetworkFlows enables and configures the export of network flow metadata from the pod network by using protocols NetFlow, SFlow or IPFIX. Currently only supported on OVN-Kubernetes plugin. If unset, flows will not be exported to any collector.", - "migration": "migration enables and configures the cluster network migration. Setting this to the target network type to allow changing the default network. If unset, the operation of changing cluster default network plugin will be rejected.", + "migration": "migration enables and configures the cluster network migration. The migration procedure allows to change the network type and the MTU.", } func (NetworkSpec) SwaggerDoc() map[string]string { @@ -1010,6 +1076,7 @@ var map_OVNKubernetesConfig = map[string]string{ "hybridOverlayConfig": "HybridOverlayConfig configures an additional overlay network for peers that are not using OVN.", "ipsecConfig": "ipsecConfig enables and configures IPsec for pods on the pod network within the cluster.", "policyAuditConfig": "policyAuditConfig is the configuration for network policy audit events. If unset, reported defaults are used.", + "gatewayConfig": "gatewayConfig holds the configuration for node gateway options.", } func (OVNKubernetesConfig) SwaggerDoc() map[string]string { diff --git a/vendor/github.com/openshift/client-go/imageregistry/clientset/versioned/typed/imageregistry/v1/fake/fake_config.go b/vendor/github.com/openshift/client-go/imageregistry/clientset/versioned/typed/imageregistry/v1/fake/fake_config.go index 80a3a955a..064421584 100644 --- a/vendor/github.com/openshift/client-go/imageregistry/clientset/versioned/typed/imageregistry/v1/fake/fake_config.go +++ b/vendor/github.com/openshift/client-go/imageregistry/clientset/versioned/typed/imageregistry/v1/fake/fake_config.go @@ -94,7 +94,7 @@ func (c *FakeConfigs) UpdateStatus(ctx context.Context, config *imageregistryv1. // Delete takes name of the config and deletes it. Returns an error if one occurs. func (c *FakeConfigs) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error { _, err := c.Fake. - Invokes(testing.NewRootDeleteAction(configsResource, name), &imageregistryv1.Config{}) + Invokes(testing.NewRootDeleteActionWithOptions(configsResource, name, opts), &imageregistryv1.Config{}) return err } diff --git a/vendor/github.com/openshift/client-go/imageregistry/clientset/versioned/typed/imageregistry/v1/fake/fake_imagepruner.go b/vendor/github.com/openshift/client-go/imageregistry/clientset/versioned/typed/imageregistry/v1/fake/fake_imagepruner.go index 7678aedf8..c224e7199 100644 --- a/vendor/github.com/openshift/client-go/imageregistry/clientset/versioned/typed/imageregistry/v1/fake/fake_imagepruner.go +++ b/vendor/github.com/openshift/client-go/imageregistry/clientset/versioned/typed/imageregistry/v1/fake/fake_imagepruner.go @@ -94,7 +94,7 @@ func (c *FakeImagePruners) UpdateStatus(ctx context.Context, imagePruner *imager // Delete takes name of the imagePruner and deletes it. Returns an error if one occurs. func (c *FakeImagePruners) Delete(ctx context.Context, name string, opts v1.DeleteOptions) error { _, err := c.Fake. - Invokes(testing.NewRootDeleteAction(imageprunersResource, name), &imageregistryv1.ImagePruner{}) + Invokes(testing.NewRootDeleteActionWithOptions(imageprunersResource, name, opts), &imageregistryv1.ImagePruner{}) return err } diff --git a/vendor/github.com/openshift/client-go/machine/clientset/versioned/clientset.go b/vendor/github.com/openshift/client-go/machine/clientset/versioned/clientset.go deleted file mode 100644 index 49dd82d07..000000000 --- a/vendor/github.com/openshift/client-go/machine/clientset/versioned/clientset.go +++ /dev/null @@ -1,101 +0,0 @@ -// Code generated by client-gen. DO NOT EDIT. - -package versioned - -import ( - "fmt" - "net/http" - - machinev1beta1 "github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1" - discovery "k8s.io/client-go/discovery" - rest "k8s.io/client-go/rest" - flowcontrol "k8s.io/client-go/util/flowcontrol" -) - -type Interface interface { - Discovery() discovery.DiscoveryInterface - MachineV1beta1() machinev1beta1.MachineV1beta1Interface -} - -// Clientset contains the clients for groups. Each group has exactly one -// version included in a Clientset. -type Clientset struct { - *discovery.DiscoveryClient - machineV1beta1 *machinev1beta1.MachineV1beta1Client -} - -// MachineV1beta1 retrieves the MachineV1beta1Client -func (c *Clientset) MachineV1beta1() machinev1beta1.MachineV1beta1Interface { - return c.machineV1beta1 -} - -// Discovery retrieves the DiscoveryClient -func (c *Clientset) Discovery() discovery.DiscoveryInterface { - if c == nil { - return nil - } - return c.DiscoveryClient -} - -// NewForConfig creates a new Clientset for the given config. -// If config's RateLimiter is not set and QPS and Burst are acceptable, -// NewForConfig will generate a rate-limiter in configShallowCopy. -// NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), -// where httpClient was generated with rest.HTTPClientFor(c). -func NewForConfig(c *rest.Config) (*Clientset, error) { - configShallowCopy := *c - - // share the transport between all clients - httpClient, err := rest.HTTPClientFor(&configShallowCopy) - if err != nil { - return nil, err - } - - return NewForConfigAndClient(&configShallowCopy, httpClient) -} - -// NewForConfigAndClient creates a new Clientset for the given config and http client. -// Note the http client provided takes precedence over the configured transport values. -// If config's RateLimiter is not set and QPS and Burst are acceptable, -// NewForConfigAndClient will generate a rate-limiter in configShallowCopy. -func NewForConfigAndClient(c *rest.Config, httpClient *http.Client) (*Clientset, error) { - configShallowCopy := *c - if configShallowCopy.RateLimiter == nil && configShallowCopy.QPS > 0 { - if configShallowCopy.Burst <= 0 { - return nil, fmt.Errorf("burst is required to be greater than 0 when RateLimiter is not set and QPS is set to greater than 0") - } - configShallowCopy.RateLimiter = flowcontrol.NewTokenBucketRateLimiter(configShallowCopy.QPS, configShallowCopy.Burst) - } - - var cs Clientset - var err error - cs.machineV1beta1, err = machinev1beta1.NewForConfigAndClient(&configShallowCopy, httpClient) - if err != nil { - return nil, err - } - - cs.DiscoveryClient, err = discovery.NewDiscoveryClientForConfigAndClient(&configShallowCopy, httpClient) - if err != nil { - return nil, err - } - return &cs, nil -} - -// NewForConfigOrDie creates a new Clientset for the given config and -// panics if there is an error in the config. -func NewForConfigOrDie(c *rest.Config) *Clientset { - cs, err := NewForConfig(c) - if err != nil { - panic(err) - } - return cs -} - -// New creates a new Clientset for the given RESTClient. -func New(c rest.Interface) *Clientset { - var cs Clientset - cs.machineV1beta1 = machinev1beta1.New(c) - - cs.DiscoveryClient = discovery.NewDiscoveryClient(c) - return &cs -} diff --git a/vendor/github.com/openshift/client-go/machine/clientset/versioned/fake/register.go b/vendor/github.com/openshift/client-go/machine/clientset/versioned/fake/register.go deleted file mode 100644 index 90703036e..000000000 --- a/vendor/github.com/openshift/client-go/machine/clientset/versioned/fake/register.go +++ /dev/null @@ -1,40 +0,0 @@ -// Code generated by client-gen. DO NOT EDIT. - -package fake - -import ( - machinev1beta1 "github.com/openshift/api/machine/v1beta1" - v1 "k8s.io/apimachinery/pkg/apis/meta/v1" - runtime "k8s.io/apimachinery/pkg/runtime" - schema "k8s.io/apimachinery/pkg/runtime/schema" - serializer "k8s.io/apimachinery/pkg/runtime/serializer" - utilruntime "k8s.io/apimachinery/pkg/util/runtime" -) - -var scheme = runtime.NewScheme() -var codecs = serializer.NewCodecFactory(scheme) - -var localSchemeBuilder = runtime.SchemeBuilder{ - machinev1beta1.AddToScheme, -} - -// AddToScheme adds all types of this clientset into the given scheme. This allows composition -// of clientsets, like in: -// -// import ( -// "k8s.io/client-go/kubernetes" -// clientsetscheme "k8s.io/client-go/kubernetes/scheme" -// aggregatorclientsetscheme "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme" -// ) -// -// kclientset, _ := kubernetes.NewForConfig(c) -// _ = aggregatorclientsetscheme.AddToScheme(clientsetscheme.Scheme) -// -// After this, RawExtensions in Kubernetes types will serialize kube-aggregator types -// correctly. -var AddToScheme = localSchemeBuilder.AddToScheme - -func init() { - v1.AddToGroupVersion(scheme, schema.GroupVersion{Version: "v1"}) - utilruntime.Must(AddToScheme(scheme)) -} diff --git a/vendor/github.com/openshift/client-go/machine/clientset/versioned/scheme/register.go b/vendor/github.com/openshift/client-go/machine/clientset/versioned/scheme/register.go deleted file mode 100644 index 91805c2bb..000000000 --- a/vendor/github.com/openshift/client-go/machine/clientset/versioned/scheme/register.go +++ /dev/null @@ -1,40 +0,0 @@ -// Code generated by client-gen. DO NOT EDIT. - -package scheme - -import ( - machinev1beta1 "github.com/openshift/api/machine/v1beta1" - v1 "k8s.io/apimachinery/pkg/apis/meta/v1" - runtime "k8s.io/apimachinery/pkg/runtime" - schema "k8s.io/apimachinery/pkg/runtime/schema" - serializer "k8s.io/apimachinery/pkg/runtime/serializer" - utilruntime "k8s.io/apimachinery/pkg/util/runtime" -) - -var Scheme = runtime.NewScheme() -var Codecs = serializer.NewCodecFactory(Scheme) -var ParameterCodec = runtime.NewParameterCodec(Scheme) -var localSchemeBuilder = runtime.SchemeBuilder{ - machinev1beta1.AddToScheme, -} - -// AddToScheme adds all types of this clientset into the given scheme. This allows composition -// of clientsets, like in: -// -// import ( -// "k8s.io/client-go/kubernetes" -// clientsetscheme "k8s.io/client-go/kubernetes/scheme" -// aggregatorclientsetscheme "k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme" -// ) -// -// kclientset, _ := kubernetes.NewForConfig(c) -// _ = aggregatorclientsetscheme.AddToScheme(clientsetscheme.Scheme) -// -// After this, RawExtensions in Kubernetes types will serialize kube-aggregator types -// correctly. -var AddToScheme = localSchemeBuilder.AddToScheme - -func init() { - v1.AddToGroupVersion(Scheme, schema.GroupVersion{Version: "v1"}) - utilruntime.Must(AddToScheme(Scheme)) -} diff --git a/vendor/github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1/fake/fake_machine_client.go b/vendor/github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1/fake/fake_machine_client.go deleted file mode 100644 index f6dd022d4..000000000 --- a/vendor/github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1/fake/fake_machine_client.go +++ /dev/null @@ -1,32 +0,0 @@ -// Code generated by client-gen. DO NOT EDIT. - -package fake - -import ( - v1beta1 "github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1" - rest "k8s.io/client-go/rest" - testing "k8s.io/client-go/testing" -) - -type FakeMachineV1beta1 struct { - *testing.Fake -} - -func (c *FakeMachineV1beta1) Machines(namespace string) v1beta1.MachineInterface { - return &FakeMachines{c, namespace} -} - -func (c *FakeMachineV1beta1) MachineHealthChecks(namespace string) v1beta1.MachineHealthCheckInterface { - return &FakeMachineHealthChecks{c, namespace} -} - -func (c *FakeMachineV1beta1) MachineSets(namespace string) v1beta1.MachineSetInterface { - return &FakeMachineSets{c, namespace} -} - -// RESTClient returns a RESTClient that is used to communicate -// with API server by this client implementation. -func (c *FakeMachineV1beta1) RESTClient() rest.Interface { - var ret *rest.RESTClient - return ret -} diff --git a/vendor/github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1/machine_client.go b/vendor/github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1/machine_client.go deleted file mode 100644 index 0ccff6258..000000000 --- a/vendor/github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1/machine_client.go +++ /dev/null @@ -1,101 +0,0 @@ -// Code generated by client-gen. DO NOT EDIT. - -package v1beta1 - -import ( - "net/http" - - v1beta1 "github.com/openshift/api/machine/v1beta1" - "github.com/openshift/client-go/machine/clientset/versioned/scheme" - rest "k8s.io/client-go/rest" -) - -type MachineV1beta1Interface interface { - RESTClient() rest.Interface - MachinesGetter - MachineHealthChecksGetter - MachineSetsGetter -} - -// MachineV1beta1Client is used to interact with features provided by the machine.openshift.io group. -type MachineV1beta1Client struct { - restClient rest.Interface -} - -func (c *MachineV1beta1Client) Machines(namespace string) MachineInterface { - return newMachines(c, namespace) -} - -func (c *MachineV1beta1Client) MachineHealthChecks(namespace string) MachineHealthCheckInterface { - return newMachineHealthChecks(c, namespace) -} - -func (c *MachineV1beta1Client) MachineSets(namespace string) MachineSetInterface { - return newMachineSets(c, namespace) -} - -// NewForConfig creates a new MachineV1beta1Client for the given config. -// NewForConfig is equivalent to NewForConfigAndClient(c, httpClient), -// where httpClient was generated with rest.HTTPClientFor(c). -func NewForConfig(c *rest.Config) (*MachineV1beta1Client, error) { - config := *c - if err := setConfigDefaults(&config); err != nil { - return nil, err - } - httpClient, err := rest.HTTPClientFor(&config) - if err != nil { - return nil, err - } - return NewForConfigAndClient(&config, httpClient) -} - -// NewForConfigAndClient creates a new MachineV1beta1Client for the given config and http client. -// Note the http client provided takes precedence over the configured transport values. -func NewForConfigAndClient(c *rest.Config, h *http.Client) (*MachineV1beta1Client, error) { - config := *c - if err := setConfigDefaults(&config); err != nil { - return nil, err - } - client, err := rest.RESTClientForConfigAndClient(&config, h) - if err != nil { - return nil, err - } - return &MachineV1beta1Client{client}, nil -} - -// NewForConfigOrDie creates a new MachineV1beta1Client for the given config and -// panics if there is an error in the config. -func NewForConfigOrDie(c *rest.Config) *MachineV1beta1Client { - client, err := NewForConfig(c) - if err != nil { - panic(err) - } - return client -} - -// New creates a new MachineV1beta1Client for the given RESTClient. -func New(c rest.Interface) *MachineV1beta1Client { - return &MachineV1beta1Client{c} -} - -func setConfigDefaults(config *rest.Config) error { - gv := v1beta1.SchemeGroupVersion - config.GroupVersion = &gv - config.APIPath = "/apis" - config.NegotiatedSerializer = scheme.Codecs.WithoutConversion() - - if config.UserAgent == "" { - config.UserAgent = rest.DefaultKubernetesUserAgent() - } - - return nil -} - -// RESTClient returns a RESTClient that is used to communicate -// with API server by this client implementation. -func (c *MachineV1beta1Client) RESTClient() rest.Interface { - if c == nil { - return nil - } - return c.restClient -} diff --git a/vendor/github.com/openshift/cluster-api-provider-baremetal/LICENSE b/vendor/github.com/openshift/cluster-api-provider-baremetal/LICENSE new file mode 100644 index 000000000..261eeb9e9 --- /dev/null +++ b/vendor/github.com/openshift/cluster-api-provider-baremetal/LICENSE @@ -0,0 +1,201 @@ + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. diff --git a/vendor/k8s.io/api/flowcontrol/v1beta2/doc.go b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/addtoscheme_baremetal_v1alpha1.go similarity index 74% rename from vendor/k8s.io/api/flowcontrol/v1beta2/doc.go rename to vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/addtoscheme_baremetal_v1alpha1.go index 53b460d37..7c92cf060 100644 --- a/vendor/k8s.io/api/flowcontrol/v1beta2/doc.go +++ b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/addtoscheme_baremetal_v1alpha1.go @@ -19,7 +19,13 @@ limitations under the License. // +k8s:openapi-gen=true // +k8s:prerelease-lifecycle-gen=true +<<<<<<< HEAD:vendor/k8s.io/api/flowcontrol/v1beta2/doc.go // +groupName=flowcontrol.apiserver.k8s.io +======= +import ( + "github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1" +) +>>>>>>> 1c4e98933 (Vendor installer release 4.10):vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/addtoscheme_baremetal_v1alpha1.go // Package v1beta2 holds api types of version v1alpha1 for group "flowcontrol.apiserver.k8s.io". package v1beta2 // import "k8s.io/api/flowcontrol/v1beta2" diff --git a/vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/common_types.go b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/apis.go similarity index 52% rename from vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/common_types.go rename to vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/apis.go index 5ee990c9f..b97c5c166 100644 --- a/vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/common_types.go +++ b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/apis.go @@ -1,5 +1,5 @@ /* -Copyright 2018 The Kubernetes Authors. +Copyright 2019 The Kubernetes Authors. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -14,21 +14,20 @@ See the License for the specific language governing permissions and limitations under the License. */ -package v1beta1 +// Generate deepcopy for apis +//go:generate go run ../../vendor/sigs.k8s.io/controller-tools/cmd/controller-gen paths=./... object:headerFile=../../hack/boilerplate.go.txt + +// Package apis contains Kubernetes API groups. +package apis import ( "k8s.io/apimachinery/pkg/runtime" ) -// ProviderSpec defines the configuration to use during node creation. -type ProviderSpec struct { +// AddToSchemes may be used to add all resources defined in the project to a Scheme +var AddToSchemes runtime.SchemeBuilder - // No more than one of the following may be specified. - - // Value is an inlined, serialized representation of the resource - // configuration. It is recommended that providers maintain their own - // versioned API types that should be serialized/deserialized from this - // field, akin to component config. - // +optional - Value *runtime.RawExtension `json:"value,omitempty"` +// AddToScheme adds all Resources to the Scheme +func AddToScheme(s *runtime.Scheme) error { + return AddToSchemes.AddToScheme(s) } diff --git a/vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderspec_types.go b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderspec_types.go similarity index 86% rename from vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderspec_types.go rename to vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderspec_types.go index c54ce4429..31f5f9731 100644 --- a/vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderspec_types.go +++ b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderspec_types.go @@ -29,13 +29,15 @@ import ( // BareMetalMachineProviderSpec holds data that the actuator needs to provision // and manage a Machine. -// +k8s:openapi-gen=true type BareMetalMachineProviderSpec struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` // Image is the image to be provisioned. - Image Image `json:"image"` + Image Image `json:"image,omitempty"` + + // Custom Deploy Procedure + CustomDeploy CustomDeploy `json:"customDeploy,omitempty"` // UserData references the Secret that holds user data needed by the bare metal // operator. The Namespace is optional; it will default to the Machine's @@ -74,14 +76,22 @@ type Image struct { Checksum string `json:"checksum"` } +// Custom deploy is a description of a customized deploy process. +type CustomDeploy struct { + // Custom deploy method name. + // This name is specific to the deploy ramdisk used. If you don't have + // a custom deploy ramdisk, you shouldn't use CustomDeploy. + Method string `json:"method"` +} + // IsValid returns an error if the object is not valid, otherwise nil. The // string representation of the error is suitable for human consumption. func (s *BareMetalMachineProviderSpec) IsValid() error { missing := []string{} - if s.Image.URL == "" { + if s.CustomDeploy.Method == "" && s.Image.URL == "" { missing = append(missing, "Image.URL") } - if s.Image.Checksum == "" { + if s.CustomDeploy.Method == "" && s.Image.Checksum == "" { missing = append(missing, "Image.Checksum") } if len(missing) > 0 { diff --git a/vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderstatus_types.go b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderstatus_types.go similarity index 98% rename from vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderstatus_types.go rename to vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderstatus_types.go index 122ba5f7b..d1e6e2964 100644 --- a/vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderstatus_types.go +++ b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/baremetalmachineproviderstatus_types.go @@ -24,7 +24,6 @@ import ( // +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object // BareMetalMachineProviderStatus is the Schema for the baremetalmachineproviderstatuses API -// +k8s:openapi-gen=true type BareMetalMachineProviderStatus struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` diff --git a/vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/doc.go b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/doc.go similarity index 92% rename from vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/doc.go rename to vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/doc.go index e88a2570d..f8b60a79a 100644 --- a/vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/doc.go +++ b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/doc.go @@ -17,7 +17,7 @@ limitations under the License. // Package v1alpha1 contains API Schema definitions for the baremetal v1alpha1 API group // +k8s:openapi-gen=true // +k8s:deepcopy-gen=package,register -// +k8s:conversion-gen=github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal +// +k8s:conversion-gen=github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal // +k8s:defaulter-gen=TypeMeta // +groupName=baremetal.cluster.k8s.io package v1alpha1 diff --git a/vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/register.go b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/register.go similarity index 96% rename from vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/register.go rename to vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/register.go index ffbae771a..0d02a7581 100644 --- a/vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/register.go +++ b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/register.go @@ -19,7 +19,7 @@ limitations under the License. // Package v1alpha1 contains API Schema definitions for the baremetal v1alpha1 API group // +k8s:openapi-gen=true // +k8s:deepcopy-gen=package,register -// +k8s:conversion-gen=github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal +// +k8s:conversion-gen=github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal // +k8s:defaulter-gen=TypeMeta // +groupName=baremetal.cluster.k8s.io package v1alpha1 diff --git a/vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/zz_generated.deepcopy.go b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/zz_generated.deepcopy.go similarity index 90% rename from vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/zz_generated.deepcopy.go rename to vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/zz_generated.deepcopy.go index 81d9c6a3e..6d6a43a9b 100644 --- a/vendor/github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/zz_generated.deepcopy.go +++ b/vendor/github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1/zz_generated.deepcopy.go @@ -1,3 +1,4 @@ +//go:build !ignore_autogenerated // +build !ignore_autogenerated /* @@ -15,12 +16,13 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. */ -// Code generated by main. DO NOT EDIT. + +// Code generated by controller-gen. DO NOT EDIT. package v1alpha1 import ( - v1 "k8s.io/api/core/v1" + "k8s.io/api/core/v1" runtime "k8s.io/apimachinery/pkg/runtime" ) @@ -30,13 +32,13 @@ func (in *BareMetalMachineProviderSpec) DeepCopyInto(out *BareMetalMachineProvid out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) out.Image = in.Image + out.CustomDeploy = in.CustomDeploy if in.UserData != nil { in, out := &in.UserData, &out.UserData *out = new(v1.SecretReference) **out = **in } in.HostSelector.DeepCopyInto(&out.HostSelector) - return } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BareMetalMachineProviderSpec. @@ -61,7 +63,7 @@ func (in *BareMetalMachineProviderSpec) DeepCopyObject() runtime.Object { func (in *BareMetalMachineProviderSpecList) DeepCopyInto(out *BareMetalMachineProviderSpecList) { *out = *in out.TypeMeta = in.TypeMeta - out.ListMeta = in.ListMeta + in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]BareMetalMachineProviderSpec, len(*in)) @@ -69,7 +71,6 @@ func (in *BareMetalMachineProviderSpecList) DeepCopyInto(out *BareMetalMachinePr (*in)[i].DeepCopyInto(&(*out)[i]) } } - return } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BareMetalMachineProviderSpecList. @@ -95,7 +96,6 @@ func (in *BareMetalMachineProviderStatus) DeepCopyInto(out *BareMetalMachineProv *out = *in out.TypeMeta = in.TypeMeta in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) - return } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BareMetalMachineProviderStatus. @@ -120,7 +120,7 @@ func (in *BareMetalMachineProviderStatus) DeepCopyObject() runtime.Object { func (in *BareMetalMachineProviderStatusList) DeepCopyInto(out *BareMetalMachineProviderStatusList) { *out = *in out.TypeMeta = in.TypeMeta - out.ListMeta = in.ListMeta + in.ListMeta.DeepCopyInto(&out.ListMeta) if in.Items != nil { in, out := &in.Items, &out.Items *out = make([]BareMetalMachineProviderStatus, len(*in)) @@ -128,7 +128,6 @@ func (in *BareMetalMachineProviderStatusList) DeepCopyInto(out *BareMetalMachine (*in)[i].DeepCopyInto(&(*out)[i]) } } - return } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new BareMetalMachineProviderStatusList. @@ -149,6 +148,21 @@ func (in *BareMetalMachineProviderStatusList) DeepCopyObject() runtime.Object { return nil } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *CustomDeploy) DeepCopyInto(out *CustomDeploy) { + *out = *in +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new CustomDeploy. +func (in *CustomDeploy) DeepCopy() *CustomDeploy { + if in == nil { + return nil + } + out := new(CustomDeploy) + in.DeepCopyInto(out) + return out +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *HostSelector) DeepCopyInto(out *HostSelector) { *out = *in @@ -166,7 +180,6 @@ func (in *HostSelector) DeepCopyInto(out *HostSelector) { (*in)[i].DeepCopyInto(&(*out)[i]) } } - return } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HostSelector. @@ -187,7 +200,6 @@ func (in *HostSelectorRequirement) DeepCopyInto(out *HostSelectorRequirement) { *out = make([]string, len(*in)) copy(*out, *in) } - return } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new HostSelectorRequirement. @@ -203,7 +215,6 @@ func (in *HostSelectorRequirement) DeepCopy() *HostSelectorRequirement { // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *Image) DeepCopyInto(out *Image) { *out = *in - return } // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Image. diff --git a/vendor/github.com/openshift/cluster-api-provider-ibmcloud/pkg/apis/ibmcloudprovider/v1beta1/ibmcloudproviderconfig_types.go b/vendor/github.com/openshift/cluster-api-provider-ibmcloud/pkg/apis/ibmcloudprovider/v1beta1/ibmcloudproviderconfig_types.go index fa48483c9..a99c8ea96 100644 --- a/vendor/github.com/openshift/cluster-api-provider-ibmcloud/pkg/apis/ibmcloudprovider/v1beta1/ibmcloudproviderconfig_types.go +++ b/vendor/github.com/openshift/cluster-api-provider-ibmcloud/pkg/apis/ibmcloudprovider/v1beta1/ibmcloudproviderconfig_types.go @@ -48,6 +48,13 @@ type IBMCloudMachineProviderSpec struct { // Example: bx2-8x32 (8 vCPUs, 32 GB RAM) Profile string `json:"profile"` + // A DedicatedHost is the name of the underlying provisioned host in your VPC on which the instance/s + // will be created with the defined Profile. + // A dedicated host provides a single tenancy ensuring only your Compute/VSI's are provisioned on it. + // Instances provisioned on a dedicated host adds another layer of protection while minimizing latency + // and maximizing performance between the instances provisioned on a single host. + DedicatedHost string `json:"dedicatedHost,omitempty"` + // Region of the virtual machine Region string `json:"region"` diff --git a/vendor/github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1/register.go b/vendor/github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1/register.go index 0f58d0112..53f0b0931 100644 --- a/vendor/github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1/register.go +++ b/vendor/github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1/register.go @@ -26,7 +26,7 @@ import ( "errors" "fmt" - machinev1 "github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1" + machinev1 "github.com/openshift/api/machine/v1beta1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" "k8s.io/klog" diff --git a/vendor/github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1/zz_generated.deepcopy.go b/vendor/github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1/zz_generated.deepcopy.go index 713d4862e..873a50a7c 100644 --- a/vendor/github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1/zz_generated.deepcopy.go +++ b/vendor/github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1/zz_generated.deepcopy.go @@ -1,6 +1,11 @@ //go:build !ignore_autogenerated // +build !ignore_autogenerated +/* +Copyright oVirt Authors +SPDX-License-Identifier: Apache-2.0 +*/ + // Code generated by controller-gen. DO NOT EDIT. package v1beta1 diff --git a/vendor/github.com/openshift/cluster-api/pkg/apis/machine/common/consts.go b/vendor/github.com/openshift/cluster-api/pkg/apis/machine/common/consts.go index ea83163c3..76003dc5a 100644 --- a/vendor/github.com/openshift/cluster-api/pkg/apis/machine/common/consts.go +++ b/vendor/github.com/openshift/cluster-api/pkg/apis/machine/common/consts.go @@ -15,12 +15,15 @@ limitations under the License. */ package common +<<<<<<< HEAD:vendor/github.com/openshift/cluster-api/pkg/apis/machine/common/consts.go const ( // PausedAnnotation is an annotation that can be applied to MachineHealthCheck objects to prevent the MHC controller // from processing it. PausedAnnotation = "cluster.x-k8s.io/paused" ) +======= +>>>>>>> 1c4e98933 (Vendor installer release 4.10):vendor/github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1/consts.go // Constants aren't automatically generated for unversioned packages. // Instead share the same constant for all versioned packages diff --git a/vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/doc.go b/vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/doc.go deleted file mode 100644 index 349faed08..000000000 --- a/vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/doc.go +++ /dev/null @@ -1,23 +0,0 @@ -/* -Copyright 2018 The Kubernetes Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -// Package v1beta1 contains API Schema definitions for the machine v1beta1 API group -// +k8s:openapi-gen=true -// +k8s:deepcopy-gen=package,register -// +k8s:conversion-gen=github.com/openshift/cluster-api/pkg/apis/machine -// +k8s:defaulter-gen=TypeMeta -// +groupName=machine.openshift.io -package v1beta1 diff --git a/vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/zz_generated.deepcopy.go b/vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/zz_generated.deepcopy.go deleted file mode 100644 index 7efadb3df..000000000 --- a/vendor/github.com/openshift/cluster-api/pkg/apis/machine/v1beta1/zz_generated.deepcopy.go +++ /dev/null @@ -1,585 +0,0 @@ -// +build !ignore_autogenerated - -/* -Copyright 2018 The Kubernetes Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -// Code generated by main. DO NOT EDIT. - -package v1beta1 - -import ( - common "github.com/openshift/cluster-api/pkg/apis/machine/common" - v1 "k8s.io/api/core/v1" - runtime "k8s.io/apimachinery/pkg/runtime" - intstr "k8s.io/apimachinery/pkg/util/intstr" -) - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *LastOperation) DeepCopyInto(out *LastOperation) { - *out = *in - if in.Description != nil { - in, out := &in.Description, &out.Description - *out = new(string) - **out = **in - } - if in.LastUpdated != nil { - in, out := &in.LastUpdated, &out.LastUpdated - *out = (*in).DeepCopy() - } - if in.State != nil { - in, out := &in.State, &out.State - *out = new(string) - **out = **in - } - if in.Type != nil { - in, out := &in.Type, &out.Type - *out = new(string) - **out = **in - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LastOperation. -func (in *LastOperation) DeepCopy() *LastOperation { - if in == nil { - return nil - } - out := new(LastOperation) - in.DeepCopyInto(out) - return out -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *Machine) DeepCopyInto(out *Machine) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) - in.Spec.DeepCopyInto(&out.Spec) - in.Status.DeepCopyInto(&out.Status) - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Machine. -func (in *Machine) DeepCopy() *Machine { - if in == nil { - return nil - } - out := new(Machine) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *Machine) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineClass) DeepCopyInto(out *MachineClass) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) - in.ProviderSpec.DeepCopyInto(&out.ProviderSpec) - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineClass. -func (in *MachineClass) DeepCopy() *MachineClass { - if in == nil { - return nil - } - out := new(MachineClass) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *MachineClass) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineClassList) DeepCopyInto(out *MachineClassList) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ListMeta.DeepCopyInto(&out.ListMeta) - if in.Items != nil { - in, out := &in.Items, &out.Items - *out = make([]MachineClass, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineClassList. -func (in *MachineClassList) DeepCopy() *MachineClassList { - if in == nil { - return nil - } - out := new(MachineClassList) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *MachineClassList) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineDeployment) DeepCopyInto(out *MachineDeployment) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) - in.Spec.DeepCopyInto(&out.Spec) - out.Status = in.Status - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineDeployment. -func (in *MachineDeployment) DeepCopy() *MachineDeployment { - if in == nil { - return nil - } - out := new(MachineDeployment) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *MachineDeployment) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineDeploymentList) DeepCopyInto(out *MachineDeploymentList) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ListMeta.DeepCopyInto(&out.ListMeta) - if in.Items != nil { - in, out := &in.Items, &out.Items - *out = make([]MachineDeployment, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineDeploymentList. -func (in *MachineDeploymentList) DeepCopy() *MachineDeploymentList { - if in == nil { - return nil - } - out := new(MachineDeploymentList) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *MachineDeploymentList) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineDeploymentSpec) DeepCopyInto(out *MachineDeploymentSpec) { - *out = *in - if in.Replicas != nil { - in, out := &in.Replicas, &out.Replicas - *out = new(int32) - **out = **in - } - in.Selector.DeepCopyInto(&out.Selector) - in.Template.DeepCopyInto(&out.Template) - if in.Strategy != nil { - in, out := &in.Strategy, &out.Strategy - *out = new(MachineDeploymentStrategy) - (*in).DeepCopyInto(*out) - } - if in.MinReadySeconds != nil { - in, out := &in.MinReadySeconds, &out.MinReadySeconds - *out = new(int32) - **out = **in - } - if in.RevisionHistoryLimit != nil { - in, out := &in.RevisionHistoryLimit, &out.RevisionHistoryLimit - *out = new(int32) - **out = **in - } - if in.ProgressDeadlineSeconds != nil { - in, out := &in.ProgressDeadlineSeconds, &out.ProgressDeadlineSeconds - *out = new(int32) - **out = **in - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineDeploymentSpec. -func (in *MachineDeploymentSpec) DeepCopy() *MachineDeploymentSpec { - if in == nil { - return nil - } - out := new(MachineDeploymentSpec) - in.DeepCopyInto(out) - return out -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineDeploymentStatus) DeepCopyInto(out *MachineDeploymentStatus) { - *out = *in - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineDeploymentStatus. -func (in *MachineDeploymentStatus) DeepCopy() *MachineDeploymentStatus { - if in == nil { - return nil - } - out := new(MachineDeploymentStatus) - in.DeepCopyInto(out) - return out -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineDeploymentStrategy) DeepCopyInto(out *MachineDeploymentStrategy) { - *out = *in - if in.RollingUpdate != nil { - in, out := &in.RollingUpdate, &out.RollingUpdate - *out = new(MachineRollingUpdateDeployment) - (*in).DeepCopyInto(*out) - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineDeploymentStrategy. -func (in *MachineDeploymentStrategy) DeepCopy() *MachineDeploymentStrategy { - if in == nil { - return nil - } - out := new(MachineDeploymentStrategy) - in.DeepCopyInto(out) - return out -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineList) DeepCopyInto(out *MachineList) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ListMeta.DeepCopyInto(&out.ListMeta) - if in.Items != nil { - in, out := &in.Items, &out.Items - *out = make([]Machine, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineList. -func (in *MachineList) DeepCopy() *MachineList { - if in == nil { - return nil - } - out := new(MachineList) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *MachineList) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineRollingUpdateDeployment) DeepCopyInto(out *MachineRollingUpdateDeployment) { - *out = *in - if in.MaxUnavailable != nil { - in, out := &in.MaxUnavailable, &out.MaxUnavailable - *out = new(intstr.IntOrString) - **out = **in - } - if in.MaxSurge != nil { - in, out := &in.MaxSurge, &out.MaxSurge - *out = new(intstr.IntOrString) - **out = **in - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineRollingUpdateDeployment. -func (in *MachineRollingUpdateDeployment) DeepCopy() *MachineRollingUpdateDeployment { - if in == nil { - return nil - } - out := new(MachineRollingUpdateDeployment) - in.DeepCopyInto(out) - return out -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineSet) DeepCopyInto(out *MachineSet) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) - in.Spec.DeepCopyInto(&out.Spec) - in.Status.DeepCopyInto(&out.Status) - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineSet. -func (in *MachineSet) DeepCopy() *MachineSet { - if in == nil { - return nil - } - out := new(MachineSet) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *MachineSet) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineSetList) DeepCopyInto(out *MachineSetList) { - *out = *in - out.TypeMeta = in.TypeMeta - in.ListMeta.DeepCopyInto(&out.ListMeta) - if in.Items != nil { - in, out := &in.Items, &out.Items - *out = make([]MachineSet, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineSetList. -func (in *MachineSetList) DeepCopy() *MachineSetList { - if in == nil { - return nil - } - out := new(MachineSetList) - in.DeepCopyInto(out) - return out -} - -// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. -func (in *MachineSetList) DeepCopyObject() runtime.Object { - if c := in.DeepCopy(); c != nil { - return c - } - return nil -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineSetSpec) DeepCopyInto(out *MachineSetSpec) { - *out = *in - if in.Replicas != nil { - in, out := &in.Replicas, &out.Replicas - *out = new(int32) - **out = **in - } - in.Selector.DeepCopyInto(&out.Selector) - in.Template.DeepCopyInto(&out.Template) - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineSetSpec. -func (in *MachineSetSpec) DeepCopy() *MachineSetSpec { - if in == nil { - return nil - } - out := new(MachineSetSpec) - in.DeepCopyInto(out) - return out -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineSetStatus) DeepCopyInto(out *MachineSetStatus) { - *out = *in - if in.ErrorReason != nil { - in, out := &in.ErrorReason, &out.ErrorReason - *out = new(common.MachineSetStatusError) - **out = **in - } - if in.ErrorMessage != nil { - in, out := &in.ErrorMessage, &out.ErrorMessage - *out = new(string) - **out = **in - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineSetStatus. -func (in *MachineSetStatus) DeepCopy() *MachineSetStatus { - if in == nil { - return nil - } - out := new(MachineSetStatus) - in.DeepCopyInto(out) - return out -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineSpec) DeepCopyInto(out *MachineSpec) { - *out = *in - in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) - if in.Taints != nil { - in, out := &in.Taints, &out.Taints - *out = make([]v1.Taint, len(*in)) - for i := range *in { - (*in)[i].DeepCopyInto(&(*out)[i]) - } - } - in.ProviderSpec.DeepCopyInto(&out.ProviderSpec) - if in.ProviderID != nil { - in, out := &in.ProviderID, &out.ProviderID - *out = new(string) - **out = **in - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineSpec. -func (in *MachineSpec) DeepCopy() *MachineSpec { - if in == nil { - return nil - } - out := new(MachineSpec) - in.DeepCopyInto(out) - return out -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineStatus) DeepCopyInto(out *MachineStatus) { - *out = *in - if in.NodeRef != nil { - in, out := &in.NodeRef, &out.NodeRef - *out = new(v1.ObjectReference) - **out = **in - } - if in.LastUpdated != nil { - in, out := &in.LastUpdated, &out.LastUpdated - *out = (*in).DeepCopy() - } - if in.ErrorReason != nil { - in, out := &in.ErrorReason, &out.ErrorReason - *out = new(common.MachineStatusError) - **out = **in - } - if in.ErrorMessage != nil { - in, out := &in.ErrorMessage, &out.ErrorMessage - *out = new(string) - **out = **in - } - if in.ProviderStatus != nil { - in, out := &in.ProviderStatus, &out.ProviderStatus - *out = new(runtime.RawExtension) - (*in).DeepCopyInto(*out) - } - if in.Addresses != nil { - in, out := &in.Addresses, &out.Addresses - *out = make([]v1.NodeAddress, len(*in)) - copy(*out, *in) - } - if in.LastOperation != nil { - in, out := &in.LastOperation, &out.LastOperation - *out = new(LastOperation) - (*in).DeepCopyInto(*out) - } - if in.Phase != nil { - in, out := &in.Phase, &out.Phase - *out = new(string) - **out = **in - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineStatus. -func (in *MachineStatus) DeepCopy() *MachineStatus { - if in == nil { - return nil - } - out := new(MachineStatus) - in.DeepCopyInto(out) - return out -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *MachineTemplateSpec) DeepCopyInto(out *MachineTemplateSpec) { - *out = *in - in.ObjectMeta.DeepCopyInto(&out.ObjectMeta) - in.Spec.DeepCopyInto(&out.Spec) - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MachineTemplateSpec. -func (in *MachineTemplateSpec) DeepCopy() *MachineTemplateSpec { - if in == nil { - return nil - } - out := new(MachineTemplateSpec) - in.DeepCopyInto(out) - return out -} - -// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. -func (in *ProviderSpec) DeepCopyInto(out *ProviderSpec) { - *out = *in - if in.Value != nil { - in, out := &in.Value, &out.Value - *out = new(runtime.RawExtension) - (*in).DeepCopyInto(*out) - } - return -} - -// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ProviderSpec. -func (in *ProviderSpec) DeepCopy() *ProviderSpec { - if in == nil { - return nil - } - out := new(ProviderSpec) - in.DeepCopyInto(out) - return out -} diff --git a/vendor/github.com/openshift/console-operator/pkg/api/api.go b/vendor/github.com/openshift/console-operator/pkg/api/api.go index 12adb5397..89d6c5050 100644 --- a/vendor/github.com/openshift/console-operator/pkg/api/api.go +++ b/vendor/github.com/openshift/console-operator/pkg/api/api.go @@ -1,5 +1,7 @@ package api +import "k8s.io/apimachinery/pkg/runtime/schema" + const ( TargetNamespace = "openshift-console" ConfigResourceName = "cluster" @@ -7,34 +9,57 @@ const ( // consts to maintain existing names of various sub-resources const ( - ClusterOperatorName = "console" - OpenShiftConsoleName = "console" - OpenShiftConsoleNamespace = TargetNamespace - OpenShiftConsoleOperatorNamespace = "openshift-console-operator" - OpenShiftConsoleOperator = "console-operator" - OpenShiftConsoleConfigMapName = "console-config" - OpenShiftConsolePublicConfigMapName = "console-public" - ServiceCAConfigMapName = "service-ca" - DefaultIngressCertConfigMapName = "default-ingress-cert" - OAuthServingCertConfigMapName = "oauth-serving-cert" - OpenShiftConsoleDeploymentName = OpenShiftConsoleName - OpenShiftConsoleServiceName = OpenShiftConsoleName - OpenshiftConsoleRedirectServiceName = "console-redirect" - OpenShiftConsoleRouteName = OpenShiftConsoleName - OpenshiftConsoleCustomRouteName = "console-custom" - DownloadsResourceName = "downloads" - OpenShiftConsoleDownloadsRouteName = DownloadsResourceName - OpenShiftConsoleDownloadsDeploymentName = DownloadsResourceName - OAuthClientName = OpenShiftConsoleName - OpenShiftConfigManagedNamespace = "openshift-config-managed" - OpenShiftConfigNamespace = "openshift-config" - OpenShiftCustomLogoConfigMapName = "custom-logo" - TrustedCAConfigMapName = "trusted-ca-bundle" - TrustedCABundleKey = "ca-bundle.crt" - TrustedCABundleMountDir = "/etc/pki/ca-trust/extracted/pem" - TrustedCABundleMountFile = "tls-ca-bundle.pem" - OCCLIDownloadsCustomResourceName = "oc-cli-downloads" - ODOCLIDownloadsCustomResourceName = "odo-cli-downloads" + ClusterOperatorName = "console" + OpenShiftConsoleName = "console" + OpenShiftConsoleNamespace = TargetNamespace + OpenShiftConsoleOperatorNamespace = "openshift-console-operator" + OpenShiftConsoleOperator = "console-operator" + OpenShiftConsoleConfigMapName = "console-config" + OpenShiftConsolePublicConfigMapName = "console-public" + ServiceCAConfigMapName = "service-ca" + DefaultIngressCertConfigMapName = "default-ingress-cert" + OAuthServingCertConfigMapName = "oauth-serving-cert" + OAuthConfigMapName = "oauth-openshift" + OpenShiftConsoleDeploymentName = OpenShiftConsoleName + OpenShiftConsoleServiceName = OpenShiftConsoleName + OpenshiftConsoleRedirectServiceName = "console-redirect" + OpenShiftConsoleRouteName = OpenShiftConsoleName + OpenshiftConsoleCustomRouteName = "console-custom" + DownloadsResourceName = "downloads" + OpenShiftConsoleDownloadsRouteName = DownloadsResourceName + OpenShiftConsoleDownloadsDeploymentName = DownloadsResourceName + OAuthClientName = OpenShiftConsoleName + OpenShiftConfigManagedNamespace = "openshift-config-managed" + OpenShiftConfigNamespace = "openshift-config" + OpenShiftCustomLogoConfigMapName = "custom-logo" + TrustedCAConfigMapName = "trusted-ca-bundle" + TrustedCABundleKey = "ca-bundle.crt" + TrustedCABundleMountDir = "/etc/pki/ca-trust/extracted/pem" + TrustedCABundleMountFile = "tls-ca-bundle.pem" + OCCLIDownloadsCustomResourceName = "oc-cli-downloads" + ODOCLIDownloadsCustomResourceName = "odo-cli-downloads" + HubClusterName = "local-cluster" + ManagedClusterLabel = "managed-cluster" + ManagedClusterConfigMapName = "managed-clusters" + ManagedClusterConfigMountDir = "/var/managed-cluster-config" + ManagedClusterConfigKey = "managed-clusters.yaml" + ManagedClusterAPIServerCertMountDir = "/var/managed-cluster-api-server-certs" + ManagedClusterAPIServerCertName = "managed-cluster-api-server-cert" + ManagedClusterAPIServerCertKey = "ca-bundle.crt" + ManagedClusterOAuthServerCertMountDir = "/var/managed-cluster-oauth-server-certs" + ManagedClusterOAuthServerCertName = "managed-cluster-oauth-server-cert" + ManagedClusterOAuthServerCertKey = "ca-bundle.crt" + ManagedClusterOAuthClientName = "console-managed-cluster-oauth-client" + OAuthClientManagedClusterViewName = "console-oauth-client" + CreateOAuthClientManagedClusterActionName = "console-create-oauth-client" + OAuthServerCertManagedClusterViewName = "console-oauth-server-cert" + + ManagedClusterViewAPIGroup = "view.open-cluster-management.io" + ManagedClusterViewAPIVersion = "v1beta1" + ManagedClusterViewResource = "managedclusterviews" + ManagedClusterActionAPIGroup = "action.open-cluster-management.io" + ManagedClusterActionAPIVersion = "v1beta1" + ManagedClusterActionResource = "managedclusteractions" ConsoleContainerPortName = "https" ConsoleContainerPort = 443 @@ -46,3 +71,16 @@ const ( DownloadsPortName = "http" DownloadsPort = 8080 ) + +var ( + ManagedClusterViewGroupVersionResource = schema.GroupVersionResource{ + Group: ManagedClusterViewAPIGroup, + Version: ManagedClusterViewAPIVersion, + Resource: ManagedClusterViewResource, + } + ManagedClusterActionGroupVersionResource = schema.GroupVersionResource{ + Group: ManagedClusterActionAPIGroup, + Version: ManagedClusterActionAPIVersion, + Resource: ManagedClusterActionResource, + } +) diff --git a/vendor/github.com/openshift/installer/data/assets_vfsdata.go b/vendor/github.com/openshift/installer/data/assets_vfsdata.go index c664ff936..832f09c85 100644 --- a/vendor/github.com/openshift/installer/data/assets_vfsdata.go +++ b/vendor/github.com/openshift/installer/data/assets_vfsdata.go @@ -21,6 +21,265 @@ var Assets = func() http.FileSystem { name: "/", modTime: time.Time{}, }, + "/alibabacloud": &vfsgen۰DirInfo{ + name: "alibabacloud", + modTime: time.Time{}, + }, + "/alibabacloud/bootstrap": &vfsgen۰DirInfo{ + name: "bootstrap", + modTime: time.Time{}, + }, + "/alibabacloud/bootstrap/main.tf": &vfsgen۰CompressedFileInfo{ + name: "main.tf", + modTime: time.Time{}, + uncompressedSize: 4299, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x57\x5f\x6f\xdb\x38\x12\x7f\xd7\xa7\x18\xf0\xfa\xd0\x16\x8d\x92\xe6\x50\xe0\x6a\x34\x28\x72\xd7\xde\xa2\x2f\x9b\x45\x83\xed\x4b\x10\x10\x14\x35\x91\x59\xd3\xa4\x40\x52\x49\xbc\x81\xbf\xfb\x62\x48\xda\xfa\x63\x35\x4d\xdb\xc7\x75\x80\x58\xe6\xfc\x86\x33\xf3\x9b\x3f\x22\xb5\x95\x42\x7b\x78\x28\x00\x6a\xf4\xd2\xa9\x36\x28\x6b\xe0\x0c\xd8\xff\x1c\x8a\x80\x35\xfc\x77\x03\x17\x2d\x9a\xcb\xa5\xba\x09\xf0\xc9\xf8\x20\xb4\x46\xc7\x0a\x80\xd6\xe1\x8d\xba\x87\xf8\x39\x83\x5b\xe1\x4a\xa9\x3b\x1f\xd0\x71\x55\x17\x00\x41\x34\x1e\xce\x60\x8d\xae\xc1\xe7\x05\x81\x1e\x8a\x04\x66\xbf\x7d\xba\xfc\xc2\xe0\x49\x9f\x33\x60\x56\xb6\xec\xd5\x4e\xd5\xab\xc6\x97\xab\xff\xf8\x52\xd9\x63\xa9\x6d\x57\x1f\xb5\xce\xde\xaa\x1a\xdd\x91\xd0\xaa\x12\x95\x38\xb6\x4e\x35\xca\xb0\x03\xd5\x55\x57\xa1\x33\x18\x30\x2b\x47\x5f\x8f\x9f\x3d\x8c\x3d\xdf\xb2\x6c\xf5\xce\x60\xcd\xa2\xee\x36\x6d\x41\x38\xa1\x15\xc7\xfb\xe0\x04\xa7\xf0\x68\xfd\x45\x01\xa0\x3c\x2d\xa2\x33\x42\x67\x26\x08\xd7\x76\x95\x56\x7e\xc9\x7d\x70\x22\x60\xb3\x81\xb3\x33\x60\x1f\x33\x8e\xc1\x7b\x08\xae\x43\x58\xc0\x8d\xd0\x1e\x8b\x6d\x51\xec\x22\x01\x26\xb4\x8a\xc1\xb1\xc8\x99\x90\x12\xbd\xe7\x2b\xdc\x0c\x76\xef\x17\x0b\x00\x8f\xd2\x61\x98\x20\xfa\xc5\x02\xc0\x61\x43\x89\xed\x73\x45\x88\xb4\x48\xe9\xda\x16\x45\x2d\x82\xe8\x2d\x73\x45\xa9\x36\x12\x3d\x03\x56\x59\x1b\x28\x8a\x96\x13\x28\x39\xa5\x6a\xca\xee\xd5\x01\xbe\xdc\x83\x4b\x55\x5f\xd3\xc6\xff\x82\x3f\xbd\x32\x0d\x84\xa5\xf2\x10\xad\x78\xdb\x39\x89\x20\x85\x01\x34\xa2\xd2\x08\x17\x97\x97\xe0\xd1\xdd\x2a\x89\x20\xba\x60\xd7\x22\x28\x29\xb4\xde\x94\x53\xbf\xac\xf7\x3c\x23\x19\x30\xdb\xa2\x49\xfe\xe4\x8d\xce\x80\x5d\x18\x46\x66\x1d\x66\x33\x63\xdd\xaa\x93\x2b\x0c\x14\x54\x7e\x20\xe5\xf4\x3c\x60\x46\x35\x46\x51\x27\x64\x78\x4c\x82\xce\xf5\xd8\x3a\x75\x2b\x02\xb2\xc7\x6b\xfc\x77\xb1\xc6\x58\x83\xcf\x1e\x62\x93\x95\xa9\x5d\xb6\x47\xd9\xee\xb0\xb2\x12\xa0\xaf\xa8\xef\x79\xcf\x6d\xf5\x15\x25\x05\xb1\xf7\xf3\x46\x69\x9c\xc4\x32\xa3\x58\xe6\xaf\xd8\xa0\x54\x2d\x29\xa2\x41\xca\x1a\x43\x9e\x65\xdb\x89\x8f\x9e\x8b\x7d\x19\x90\xb5\x79\x4e\xe6\x5d\x77\x62\xcd\x9d\x25\x0f\x59\xfa\x22\x47\x8d\x58\xe3\xae\xc7\xa7\x24\x11\xea\x68\x6f\x8f\x5c\xaa\xad\xec\xd6\x68\x28\xb0\x77\xef\x3e\x5e\xfc\xbf\xd8\x71\xcd\x2e\x83\x08\x48\x22\xb6\x80\xab\x4c\xff\x2e\x0d\x00\xec\x5c\x92\xf3\x6c\x01\xcc\x07\xbf\x38\xf7\xbe\x5b\xe3\x67\x72\xe2\x55\x8f\xf9\x78\x73\x43\x7c\x2e\x80\x9d\x6b\x6d\xef\x86\xa2\x3f\x9c\x32\x52\xb5\x42\xb3\xc5\x60\x57\x32\x9b\x8b\xb0\x37\x9a\x05\x28\x3d\xd5\xd0\xa6\x33\xd2\x97\xd2\xae\xd9\x40\x7c\xbd\x7f\xde\x16\xc3\xef\xeb\x64\x91\x7d\x41\xe7\xb3\xb7\xaf\x49\x8f\xa4\x29\xd8\xf1\x78\x4e\x6c\x0d\xd6\x1e\x21\xbe\xb5\x5a\xc9\x4d\xa6\x7e\xff\x8b\x62\x49\xcf\x3c\x26\x62\x26\x09\x49\x3c\x4e\x43\x56\xf9\xf5\x6c\x0c\x49\x23\xca\x16\x1f\x62\x30\x15\xbe\x1c\xb0\x9f\x45\xe7\x21\x08\xb9\xfc\xa0\xfc\xea\x50\xf6\x01\xf7\xb2\xbd\xe8\xfa\x69\xa9\xfd\x9c\xf9\x9a\x7a\xf3\x72\xb0\xd3\x5c\x96\x1e\xc9\xd3\xe3\xe5\x9f\xc9\xe7\x22\xc6\x13\x49\x02\x96\x7e\xcc\x25\x64\x26\x8b\xe5\x60\x9b\x92\x60\xbd\x52\xd8\xb4\x4f\x51\x22\x18\xbd\x0f\x68\x29\x77\xe0\x44\x89\x44\x51\x25\x19\x98\x0f\xc9\xa3\xec\x9c\x0a\x1b\xde\x38\xdb\xb5\x0c\x98\x6f\xfa\xf9\x90\x82\xd9\x69\x25\x08\x57\x75\x9e\x27\x07\xeb\xc3\x59\xb0\xff\x1c\xd6\x23\x1f\x99\x98\xb4\xc4\x4e\xe9\xb0\x31\x00\x6e\x5b\x49\xd6\x47\x9b\x93\x23\x69\xfd\x27\xc7\xb8\x6f\xc6\x8d\xf1\x83\xc3\x7c\xcc\x1f\x77\x5d\x1c\x8e\xbe\x89\x4f\xdc\xfb\x5c\x10\x4f\x0d\x71\xb2\x5d\xe4\xfa\x1b\xb6\xca\x21\x8d\xe9\x4d\x10\x4b\x67\xca\xbe\x32\x8d\x43\xef\x29\x36\xd5\xf2\xd6\xd9\x60\xa5\xd5\xbd\x3c\xc8\x18\xb7\x51\x92\x8f\xf5\xa3\x6e\x70\xc2\xa4\xb7\x5c\xaa\xbb\xc9\xe6\x74\x7a\x69\xb3\xd8\x05\xee\x84\x69\x70\x20\x3e\x3d\x3d\x3e\x3d\x25\xa9\x54\xb5\xe3\xaa\x1d\x2b\x9f\x94\xf1\xef\xf8\xe4\x5b\xaf\x9b\xc7\xc9\xfd\x6a\x3b\x3a\x81\xd5\xbc\x11\x01\xef\xc4\xe6\x1f\xcd\xf4\xeb\xb7\x6f\xfe\xfd\xfa\x38\xfe\xff\x79\xbe\x77\x67\xbf\xe1\x51\xf1\x47\x67\x40\x01\xb0\xb4\x3e\xf0\xc3\x49\x00\xf3\x47\x84\x51\xf7\xed\x3c\x98\x51\x7f\xb2\xea\x5c\x6e\x76\xe7\xc1\xfe\xe8\x33\x82\x93\xfa\x5a\x34\x38\x19\x2f\x07\xea\x3b\x10\x0d\x23\x7f\xa7\x82\x5c\xce\x69\xe4\xa9\xb4\x07\xf8\xab\x93\xeb\x83\x8a\xf3\x63\x8d\xab\x27\xd6\xde\xab\xb8\xb7\x6f\xf8\x5a\xe4\x8b\xce\x75\x8c\x3d\xc4\x2b\x11\x5f\x8b\x7b\x5e\x09\x53\xdf\xa9\x3a\x2c\xb9\xed\xc2\xbe\xfa\x87\x77\x9b\xf7\xf0\x06\x16\x70\x32\x79\x7d\x1c\x44\xf1\xd8\xdb\x84\xe2\xd9\xf8\x80\x6b\x5e\x2b\xbf\x1a\x6d\x31\x37\xf1\x37\x3e\xe2\xc6\x19\x1b\x6e\xf0\xbd\x63\xd1\x18\x2d\xe9\x22\x66\xdd\x66\x9c\x9d\x39\xc4\x44\xd1\xab\xbf\xf0\x30\xad\x53\x04\x45\xd7\x79\x74\xf1\x9a\x34\x5b\x3d\x3e\x74\xd5\xfe\x72\xf1\xb3\x17\x88\x5f\x79\xed\xe8\x8a\x57\x42\xae\xd0\xd4\xf1\x16\x85\x8e\x06\xa3\xae\x06\x47\x92\xde\x5b\x9f\x7a\x58\xda\x2e\x1e\xf4\x34\x9a\x26\x2c\x9f\xc7\x3a\xd2\x15\xd5\xe7\x0b\x0a\x58\x5b\x51\xf3\x4a\x68\x6a\x0a\xd7\x77\x78\x86\x5c\x45\xed\x52\x99\x1a\xef\xa9\xe2\xc6\xc6\x7d\x0e\x37\xfd\x9a\x0c\xd3\xd9\x1b\x65\x84\xdf\xa1\x6a\x96\x21\xe5\xe2\xed\x49\x3c\x7e\x6d\x8b\xbf\x03\x00\x00\xff\xff\xee\x31\x08\x60\xcb\x10\x00\x00"), + }, + "/alibabacloud/bootstrap/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + uncompressedSize: 181, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x8c\x3b\x0a\xc3\x30\x0c\x86\x77\x9f\x42\xe4\x00\xa6\x73\xa1\xf4\x28\xe6\x8f\xa3\x41\x20\x2c\x61\x4b\xa1\x50\x7a\xf7\x42\x97\xec\x9d\xbf\x87\x65\x78\x06\x6d\xbb\x59\xac\x98\xf0\x26\xbe\xd1\xbb\x10\x9d\xd0\x64\x7a\x90\x5a\x87\x56\x59\x8d\x5f\xc1\x73\x40\xe9\x49\x07\x02\x15\x2a\x5d\x2d\x8f\x26\x63\x05\x46\xe7\x55\xaf\xcb\xcf\xb8\xc0\xad\x7a\xee\x2a\xbd\x89\xd3\xfd\xaf\x7c\xca\x89\xe0\x26\x5e\x3e\xe5\x1b\x00\x00\xff\xff\xfe\x08\x40\x8a\xb5\x00\x00\x00"), + }, + "/alibabacloud/bootstrap/variables.tf": &vfsgen۰CompressedFileInfo{ + name: "variables.tf", + modTime: time.Time{}, + uncompressedSize: 572, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xd1\xbf\x6a\xc3\x30\x10\xc7\xf1\x5d\x4f\xf1\xc3\x53\xbb\xf4\x0d\x32\x25\x1d\xb2\x15\x52\xba\x9a\xb3\x74\xb5\x0f\x54\x4b\xdc\x9d\x53\x42\xe9\xbb\x17\xe2\xfe\xa5\x09\x18\x6b\x16\xdf\x8f\xd0\xef\x48\x2a\xd4\x65\x46\xa3\x6c\x65\xd2\xc8\x6d\xaf\x65\xaa\xad\xa4\x06\x6f\x01\xf0\x53\x65\x7c\x9e\x0d\xcc\x55\xc6\x3e\x00\x89\x2d\xaa\x54\x97\x32\x62\x83\xe6\x71\x60\x7c\x05\x70\x0e\x60\xbf\x43\x79\x86\x0f\x8c\xae\x14\x37\x57\xaa\xb8\xdf\x1e\x40\x63\x82\x71\x9c\x54\xfc\x34\x5f\xbd\x6b\xc2\x7b\x08\x3f\x2f\x39\xd6\xb8\x82\x7f\x7a\xd8\x42\xd2\x45\xf3\x1f\x60\xaf\xe2\x71\x68\x25\xd9\x25\x25\x8b\xf9\xcd\x4c\xdd\x5e\xb1\x0e\xe7\xc0\x52\xcf\x72\xb7\xde\xca\x85\x12\x3a\xca\x34\x46\x56\xec\x77\xb6\x8c\xec\xdb\x17\x32\x67\x5d\xf1\x93\x7f\xd7\xf9\x35\xe4\x5c\xfc\xe6\x3e\x02\x00\x00\xff\xff\x38\x71\x20\x7f\x3c\x02\x00\x00"), + }, + "/alibabacloud/bootstrap/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 137, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0a\xc2\x30\x14\x44\xf7\x39\xc5\x90\x03\x58\x05\xb7\xf1\x2a\x12\x92\x5f\xfc\x10\xfb\xeb\xfc\xa6\x1b\xe9\xdd\xa5\x45\xc1\xc5\x6c\x66\xde\xbc\x45\xc8\x3c\x1a\x9f\x78\x07\x80\xf2\xea\x4a\xa9\xf7\x55\xe8\x6a\x13\x12\xe2\x2d\xe1\x7c\xba\x5c\xe3\xff\x3c\xd3\x56\xad\x42\x3f\x5e\x40\x6e\x5a\x9a\xf5\x8a\xf4\x2d\x00\xb7\xce\x22\xbb\xc0\x66\x99\xfc\xa1\xe3\x32\x34\x2b\xb9\x0d\x3f\x38\x1e\xe4\x16\xf6\x6c\xe1\x13\x00\x00\xff\xff\x5d\x24\xe9\x88\x89\x00\x00\x00"), + }, + "/alibabacloud/cluster": &vfsgen۰DirInfo{ + name: "cluster", + modTime: time.Time{}, + }, + "/alibabacloud/cluster/dns": &vfsgen۰DirInfo{ + name: "dns", + modTime: time.Time{}, + }, + "/alibabacloud/cluster/dns/outputs.tf": &vfsgen۰FileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + content: []byte("\x6f\x75\x74\x70\x75\x74\x20\x22\x70\x72\x69\x76\x61\x74\x65\x7a\x6f\x6e\x65\x5f\x69\x64\x22\x20\x7b\x0a\x20\x20\x76\x61\x6c\x75\x65\x20\x3d\x20\x6c\x6f\x63\x61\x6c\x2e\x70\x72\x69\x76\x61\x74\x65\x5f\x7a\x6f\x6e\x65\x5f\x69\x64\x0a\x7d\x0a"), + }, + "/alibabacloud/cluster/dns/privatezone.tf": &vfsgen۰CompressedFileInfo{ + name: "privatezone.tf", + modTime: time.Time{}, + uncompressedSize: 1365, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x4d\x6b\x1b\x31\x10\x86\xef\xfa\x15\x83\xe8\xa1\x85\x76\xe3\x5e\x7a\x08\x98\x92\x94\x1c\x0a\xa5\x29\x94\x5e\x1a\x82\x18\x6b\x27\xf1\x80\x2c\x09\x69\xd6\xc4\x09\xf9\xef\x45\xda\x0f\xaf\x71\x8a\x4b\xe8\x9e\xa4\xf1\x7c\xbc\xa3\xf7\xb1\x0b\x16\x5d\x86\x27\x05\xd0\x52\xb6\x89\xa3\x70\xf0\x50\xbe\x25\xe8\x2f\x89\x50\xa8\x85\xcb\x1d\x5c\x47\xf2\x3f\xd7\x7c\x27\xf0\xd5\x67\x41\xe7\x28\x69\x05\x10\x13\xdd\xf1\x03\x4c\xdf\x12\xb6\x98\x1a\xeb\xba\x2c\x94\x0c\xb7\x0a\x60\xbc\x78\xdc\x50\x9f\x92\xa3\x63\x79\xab\x1b\xfd\xfe\x20\xbb\x0d\x1b\x64\xff\xee\x66\x71\x5b\x1b\xf3\x16\x85\xcc\x63\xf0\x64\xb8\x1d\x1a\x1f\x45\x97\xa0\x35\x7c\x06\x74\x6c\x5d\xe8\x5a\x13\xb7\xf2\x58\x7f\x6d\xca\xa9\x59\x34\xdc\xc2\xf9\x4b\xa5\x0a\x80\xb3\xa1\x07\xa1\xe4\xd1\xcd\xb4\xc7\x6e\xe5\x38\xaf\x4d\x96\x84\x42\xf7\xbb\x3a\xe3\x6a\xc8\x2b\xb3\x24\x75\x04\xe7\x70\x87\x2e\x93\x7a\x56\xea\xec\x0c\x7e\x65\xf6\xf7\x20\x6b\xce\xd0\xa2\x20\xe4\xd0\x25\x4b\x60\xd1\x43\x88\xe4\xe1\x47\x3f\x1b\x7e\x07\x4f\x90\x29\x6d\xd9\x12\x60\x27\x61\x83\xc2\x16\x9d\xdb\x35\xaa\x16\xea\xc3\x45\x86\x54\x0d\xba\xb4\xd1\xd5\x26\xf2\xb8\x72\x54\xdc\xb9\xf6\xba\xcc\x4f\x34\x8c\xdb\x17\xa3\xe3\xd6\x67\x93\xc8\x86\xd4\x6a\xd0\xe5\x52\xf7\xb2\x53\xac\x3a\x5e\x1f\xbc\x37\xa6\x5f\x7e\x85\x99\x06\x1f\x14\x40\x4a\x73\x63\x35\x46\x6e\xde\x3c\x55\x62\x9a\xb9\xa9\xcf\x05\x04\xd9\x45\x9a\xe5\x5e\x94\xd8\x16\x5d\x47\x07\x60\x64\xb7\x9a\xde\xdc\x70\x54\x00\x59\x50\xba\x3c\xd5\x5d\x7d\xbf\xb8\xfc\x76\xf5\xb7\xbd\x26\x77\x35\xe8\x72\xee\xd7\xb0\xa1\xf3\x72\x02\x90\x8f\x70\x0e\x0b\x55\x76\x1a\xba\x9a\xfb\x14\xba\xb8\x27\xeb\x28\xae\x00\x6a\x93\x11\xdb\x17\xf0\x1e\x1e\xea\x84\x56\x83\x22\x68\xd7\x1b\xf2\x32\xc8\x3e\x88\xec\x37\x80\x7f\xda\x61\x90\x55\x85\xf7\x5e\x1c\x93\xbd\x8d\xd6\x70\x9b\x61\x09\x37\xa5\x61\x7f\xbd\x3d\x29\x74\xe2\xa5\x86\xfa\x9b\xc1\xc8\x86\x47\xa1\xa7\x47\x8f\x1c\x8c\x0c\x8c\x0c\xf5\xfc\x7c\x28\x9d\x66\x64\xec\xa9\x60\x3f\xa7\x42\x64\xfc\x4b\x7e\x5a\xbc\x5a\xf6\xff\x91\xfc\x0a\xb9\x7f\x02\x00\x00\xff\xff\xba\x2f\xd9\x05\x55\x05\x00\x00"), + }, + "/alibabacloud/cluster/dns/variables.tf": &vfsgen۰CompressedFileInfo{ + name: "variables.tf", + modTime: time.Time{}, + uncompressedSize: 857, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\xc1\x6a\xe3\x30\x10\x86\xef\x7e\x8a\x1f\x9f\x76\x2f\xfb\x06\xb9\x2c\xbb\x87\x40\x29\x85\xf4\x6e\xc6\xd2\x54\x16\x55\x24\x31\x33\x0e\x4d\x4b\xdf\xbd\x38\xb1\x69\x69\x02\x75\xeb\x9b\xf1\xff\xcf\xf7\x79\xa4\x03\x49\xa4\x3e\x31\x5a\x97\x46\x35\x96\x2e\xfa\x16\x2f\x0d\x60\xc7\xca\xd8\x40\x4d\x62\x0e\xcd\x6b\xd3\xbc\x47\xab\xc4\x03\x19\x77\xcf\x25\xf3\x9a\xbc\xb0\x96\x51\x1c\x77\x41\xca\x58\xd7\x34\x0e\xd5\xad\x89\x2d\xce\xbe\xec\x29\xe6\x73\xdc\xb3\x3a\x89\xd5\x62\xc9\xd8\xa0\xbd\x1f\x18\xe7\xcf\x78\x28\x02\x1b\x18\x73\x0b\x36\x90\x81\x52\xc2\xbf\xdb\x1d\x84\x5d\x11\xaf\xd8\x8f\x6a\xe8\x39\x95\x1c\xda\x05\x3e\x3f\xd7\x1d\x7a\x52\xfe\x4a\x60\xca\x2c\x16\xa3\xb2\x3f\xa9\xd4\xb1\x4f\xd1\x2d\xe0\x3f\xeb\x68\x9a\xfa\x8e\x9f\x8c\x25\x53\xea\x62\xfd\xb0\xa1\xcf\xb5\x0b\x91\xff\x73\x0d\xbb\x9b\xbf\xd8\xde\x81\xbc\x17\xd6\x09\x7c\x41\x88\xf9\x47\x84\x6d\x5e\x45\x30\x0a\x7a\x6d\xec\x9e\xea\xaf\xf3\xe8\xdf\x57\xd6\x48\x41\x61\x05\x3d\x83\x6a\x4d\x91\xfd\xf4\xe6\x84\xc9\xd8\x63\xb9\x61\x17\xac\xd3\x92\x75\xe8\xd4\x84\x8c\xc3\xf1\x3b\xbf\x33\x9d\xdc\xdc\x8f\x39\x60\x19\x71\x3a\x3c\xce\xbe\x96\x98\x4d\x91\xe2\x23\x23\x15\xf2\xe8\x29\x51\x76\x2c\x3a\x39\xbc\x05\x00\x00\xff\xff\x8b\x4f\xe4\x12\x59\x03\x00\x00"), + }, + "/alibabacloud/cluster/dns/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 137, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0a\xc2\x30\x14\x44\xf7\x39\xc5\x90\x03\x58\x05\xb7\xf1\x2a\x12\x92\x5f\xfc\x10\xfb\xeb\xfc\xa6\x1b\xe9\xdd\xa5\x45\xc1\xc5\x6c\x66\xde\xbc\x45\xc8\x3c\x1a\x9f\x78\x07\x80\xf2\xea\x4a\xa9\xf7\x55\xe8\x6a\x13\x12\xe2\x2d\xe1\x7c\xba\x5c\xe3\xff\x3c\xd3\x56\xad\x42\x3f\x5e\x40\x6e\x5a\x9a\xf5\x8a\xf4\x2d\x00\xb7\xce\x22\xbb\xc0\x66\x99\xfc\xa1\xe3\x32\x34\x2b\xb9\x0d\x3f\x38\x1e\xe4\x16\xf6\x6c\xe1\x13\x00\x00\xff\xff\x5d\x24\xe9\x88\x89\x00\x00\x00"), + }, + "/alibabacloud/cluster/main.tf": &vfsgen۰CompressedFileInfo{ + name: "main.tf", + modTime: time.Time{}, + uncompressedSize: 2680, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x56\xc1\x8a\xe4\x36\x10\xbd\xfb\x2b\x0a\x93\x43\x16\x76\x3d\x39\xe4\x10\x02\x4d\x20\x21\x84\x3d\xe5\xb0\x90\x4b\x08\xa2\x2c\xd7\xba\x8b\x96\x25\x23\xc9\x9e\xed\x59\xe6\xdf\x83\x2c\xbb\x2d\xcb\xee\xd9\x4e\xfa\xd4\x53\xf5\x4a\xf5\xf4\xea\xa9\xa6\x95\x91\xa8\x1c\x7c\x2d\x00\x1a\x72\xd2\x72\xef\xd9\x68\x38\x41\xf9\x9b\x25\xf4\xd4\xc0\xaf\x57\xf8\xb3\x27\xfd\xe9\xcc\x9f\x3d\x7c\xd4\xce\xa3\x52\x64\xcb\x02\x80\x9d\xa0\x2f\x9e\xac\x46\x05\x27\x18\xd1\x56\xa8\x58\xf4\x43\xad\xd8\x9d\x85\xf3\x16\x3d\xb5\x57\x38\x9d\xa0\xfc\x7d\xc6\x95\xf0\x0b\x78\x3b\x10\xfc\x0c\x9f\x51\x39\x2a\x00\x3c\xb6\x0e\x4e\xd0\x91\x6d\xe9\xfb\x02\x00\x26\x32\xe1\x53\xfe\xf1\xf1\xd3\x5f\x25\x3c\xf4\x39\x41\x69\x64\x5f\xbe\x5f\x4a\x1d\xb7\xae\xba\xfc\xe4\x2a\x36\x4f\x52\x99\xa1\xf9\xd0\x5b\x33\x72\x43\xf6\x03\x2a\xae\xb1\xc6\x27\x63\xb9\x65\x5d\xee\x4a\x2f\x43\x4d\x56\x93\xa7\xb9\x78\x70\x9e\xec\xd3\x77\x5f\xc3\x05\xe7\xbf\x04\x37\xaf\xe5\xdc\xf5\x59\x53\x53\x4e\xb5\xaf\xf1\x88\x45\x08\xfa\xe2\x2d\x8a\x70\xbd\x10\x7f\x57\xbc\x16\xc5\xc2\x01\x4a\x54\x3c\xd1\x2a\xa7\xdb\xa2\x94\xe4\x9c\xb8\xd0\x35\x11\x72\x0d\x16\x00\x8e\xa4\x25\x9f\x21\xd6\x60\x01\x60\xa9\x0d\x93\x8b\x62\x2c\x88\x18\x14\xdc\x84\xee\x9d\x69\x06\x45\x50\x5a\x72\x66\xb0\x92\x44\x6b\xcd\xd0\x47\x06\x31\x92\x29\x5a\x3d\x2d\xd0\x88\x2c\x00\x56\x01\x56\xdc\x56\x98\x89\x4a\xda\x20\x60\x53\x46\x59\x2e\x65\x36\xf6\x72\x4f\x67\x22\x12\x32\x05\xc0\xd8\xcb\x5b\xeb\xf5\xcc\x18\x0d\x69\xf7\xcc\x5e\x9e\x05\x37\x2e\x4d\xaf\xd1\xec\x06\x87\xdc\x67\xc5\xee\xe8\x08\xf0\x62\x34\xcd\x1d\x1a\x76\x9e\xb5\xf4\xd1\xb7\xd2\x68\x89\xf3\xf7\xd5\x06\x1d\x4e\x87\xe3\x88\xac\xb0\x66\xc5\xfe\x2a\x96\x23\xde\x67\xd8\x67\x63\x2f\x6f\x63\xdf\x45\x2f\x01\x68\xf4\xa2\x45\x4f\xcf\x78\x83\x24\x7c\x0f\xb2\x87\x73\x09\x77\x8c\xe2\x57\xdb\x64\xb5\x9f\x53\x54\x5f\x72\x63\x45\xad\x8c\xbc\xa4\x53\xe8\x50\x9e\x59\x93\x18\x7f\x9c\x00\xee\xef\x1f\xfe\x59\x9e\xf6\xee\xa1\x4e\x2b\xa7\x0a\xb9\x02\x60\xb7\x2d\x36\xb2\xe7\xd9\xd4\x2b\x8d\x76\x6f\x5a\x37\xe4\x1f\x35\x6c\x6f\x79\x44\x4f\x37\x21\x37\x1c\xb6\xb9\x3b\xf6\xfe\x6f\x22\xae\x64\x20\x1d\xc1\xd8\xcb\xea\xe6\xe5\x85\x60\x63\x3a\x64\xbd\x27\x1e\xe3\x05\x40\x8d\x8e\x12\xd4\x0d\x98\xc4\x83\x4a\xaa\xbe\x6d\x6b\xc1\x7d\xde\x36\x4b\xcf\x05\xac\xdf\x2c\x48\xd2\x87\xd3\xfe\xe6\xac\x1f\x9b\xb4\xc5\x6e\x37\xe9\xb8\x9d\xb0\xcb\x46\x7c\x30\xdb\x84\xd6\x86\x4f\xd2\x20\x3e\xd1\x7b\x6e\x5a\xba\xcd\xa8\x43\x4f\x3d\xba\x07\xff\xc7\x83\xdb\x7a\xe5\xae\x5d\x6e\x5b\x09\x76\x9c\xbe\xb5\x85\xc2\x3f\xa0\x17\xe1\x4d\xb2\x28\xf7\x8d\x72\x44\x90\xaa\xdd\x93\xcb\x4c\xd2\x2e\x8d\x63\x41\xf0\x4c\xb3\x33\x49\xee\xaa\x89\x51\xf8\x16\x95\x50\xa4\x5b\x7f\x3e\xc6\xa6\x88\xf0\x8b\x24\xfc\x3c\xd1\x92\x84\xbf\xf6\x74\x57\x84\x0d\x2a\xad\x92\x66\xd0\x7e\x53\x35\x57\x4c\x89\x80\xec\xb0\xa5\xfc\xd2\xeb\xf9\x4b\x3a\xd0\xbf\x3a\x4f\x9d\x68\xd8\x5d\x84\xe3\x17\xca\x90\x79\x3a\xab\x90\xe1\x0d\x18\x7b\xbd\x53\xb1\xa4\x0b\x80\xc1\x85\x55\x80\x1e\x05\xb7\x7a\xcb\x88\x5b\xcd\xe1\xc7\xdc\x7c\xed\xe0\x47\xa3\x48\x68\xec\xe8\x50\x7f\x8b\x5d\x35\x21\xe6\x4b\x07\xe0\x9d\x25\xfe\xc8\x16\x7f\xfb\x71\xff\x1b\x00\x00\xff\xff\x3f\x5f\x69\x03\x78\x0a\x00\x00"), + }, + "/alibabacloud/cluster/master": &vfsgen۰DirInfo{ + name: "master", + modTime: time.Time{}, + }, + "/alibabacloud/cluster/master/main.tf": &vfsgen۰CompressedFileInfo{ + name: "main.tf", + modTime: time.Time{}, + uncompressedSize: 1459, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\xb1\x6e\xdb\x30\x10\xdd\xf9\x15\x07\x21\x83\x1d\x24\x6e\x86\xa2\x40\x07\x2f\xed\xd4\xa5\x1d\x3a\x06\x01\x41\x93\x17\x89\x08\x45\x1a\x3c\x2a\x89\x62\xe8\xdf\x8b\x23\x65\x47\x8a\xe2\xa0\x2d\x17\x5b\x77\xef\xde\xbd\x7b\xe2\xc9\x05\xad\x1c\xc1\x41\x00\x18\x24\x1d\xed\x3e\xd9\xe0\x61\x0b\xd5\xf7\x88\x2a\xa1\x81\x6f\x3d\xfc\xda\xa3\xff\xdd\xd8\xfb\x04\x3f\x3c\x25\xe5\x1c\xc6\x4a\x00\xec\x23\xde\xdb\x67\xc8\x67\x0b\x8f\x2a\x6e\xb4\xeb\x28\x61\x94\xd6\x88\x41\x08\xa3\x92\x82\x4a\x39\xab\x5d\xe8\x8c\xb4\x5c\xeb\x35\x52\x05\x55\xab\x32\x8e\x11\x55\x6e\x6e\x0d\xc1\x16\x16\xd8\x4d\x01\x6e\x2e\x37\x85\x32\x22\x85\x2e\x6a\x7c\x87\xf6\xc4\x5a\x08\x75\xe8\x7c\x82\xe9\x29\x12\x8f\x70\x99\x01\x02\xe0\x48\x29\xeb\x18\xba\xbd\xb4\x66\x04\x2e\xe2\x42\x00\x34\x81\x92\xf4\xaa\x45\x58\x9c\x2d\x54\x17\x87\x6c\xe7\xa6\x18\x33\x5c\x17\x3d\xd7\x17\x87\xdc\x6b\x63\xbd\xc1\xe7\x81\x9d\x3b\x89\x58\x52\xfd\x17\x4d\xea\xf7\x0b\x9a\xd9\xb0\x0c\xe0\x82\x56\xd5\xc8\x23\xbe\x27\x3f\x17\x8c\x80\x4c\x9e\x30\x7a\x4c\xb2\x55\xcf\x72\xa7\xbc\x79\xb2\x26\x35\x32\x74\x09\xb6\x70\xc3\x66\x3c\xd2\x93\x4d\xba\x39\xf1\x15\x0a\xf5\x22\x53\x90\xaf\xb9\x5b\x0e\xbe\x04\xcf\xb4\x74\x3b\x19\xe1\xee\x4e\x00\x10\xea\x2e\xda\xd4\x17\x97\xf9\x0e\x64\x3c\xd5\xd2\x1a\xce\xc7\xe0\x66\x2e\x8d\xef\xe6\x18\x65\x19\xd4\x53\xc2\x56\x1a\x4b\x0f\x33\x3f\x97\x4e\x4a\xea\x29\xe3\xce\x5b\x3a\x25\x9b\x2f\x44\x61\x9a\xc4\xde\xa0\xb5\x4a\x58\x87\xd8\xbf\xaa\x7c\x2f\xfb\xa6\x88\xec\x0b\xce\xdf\xc0\xdb\x2c\x4f\xd8\xd1\xb8\x2b\xb0\x85\x9d\x22\xfc\xf2\x19\xbd\x0e\x06\x57\x5c\x70\x4a\x4a\x5b\xfb\xb5\x00\x48\xaa\x66\x1f\x5b\x8c\x35\xae\x04\x33\x1f\x44\xe9\x50\xfd\x54\x2d\x56\xff\x74\xc5\x00\x86\xab\xfc\xc3\xad\x98\x99\x9f\xd6\x67\x56\x91\xdc\x4e\xee\x94\x7e\x40\x6f\x24\x61\x7c\xe4\x5d\xac\x38\xa8\x52\x52\xba\x69\xd1\xf3\x6d\xe2\x4e\x74\x66\x49\xb3\xb4\x6c\x83\xdb\x8d\x8b\xe7\xd0\xd7\xa9\x81\x4b\x28\x7f\x56\x1f\x7e\x23\xd6\x59\xb4\x0b\xca\xc8\x9d\x72\x9c\x8d\x65\xa3\xab\x8b\x03\x3a\x64\x05\xab\x23\xbd\x35\x74\x05\x1a\xad\x5b\x4d\x86\x86\x4f\x7f\xd7\x67\x5d\x3a\xcd\xa7\xa5\xd1\xe9\xf2\xb4\x68\xfc\x21\xe3\x15\x4c\x54\xac\x47\xef\x9f\xd0\xd6\x4d\x2a\xc6\x7c\xbd\x11\x00\x83\x18\xc4\x9f\x00\x00\x00\xff\xff\x2f\x0a\x6b\x81\xb3\x05\x00\x00"), + }, + "/alibabacloud/cluster/master/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + uncompressedSize: 174, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcc\x41\x0a\xc3\x40\x08\x85\xe1\xbd\xa7\x90\x2c\xb3\xf0\x06\x3d\x8b\xc8\xe8\x42\x98\x26\x43\xd4\x6c\x4a\xee\x5e\x68\x0b\x03\x6d\xb7\xef\xfd\x7c\x7b\xe5\xa8\xc4\xe5\x2e\x91\x76\xb0\xb5\x60\xd7\x58\xf0\x01\x88\xa7\xf4\x32\xbc\xa1\x74\x6f\x7d\x2f\x65\xdf\x22\x65\x6b\x46\xef\x9a\x56\x72\x85\x0b\xe0\x0f\x32\x0e\x3f\x25\x8d\x7d\x7c\x61\x2a\x29\xf4\x23\xc6\x87\xe4\xd7\x3d\xd7\x95\x26\x04\x17\x3c\x03\x00\x00\xff\xff\xdb\xff\x5b\x43\xae\x00\x00\x00"), + }, + "/alibabacloud/cluster/master/variables.tf": &vfsgen۰CompressedFileInfo{ + name: "variables.tf", + modTime: time.Time{}, + uncompressedSize: 1802, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x55\x4d\x6b\x1b\x3d\x10\xbe\xfb\x57\x0c\xbe\xe4\x7d\x21\xc4\x6d\xa1\x14\x0a\x39\x94\x34\x87\x1c\x02\xa5\x09\xb9\x8a\x59\x69\xbc\x1a\xa2\x95\x16\xcd\xc8\xa9\x53\xfa\xdf\x8b\xbc\xde\x7c\x6c\x9c\xc6\x8e\x0f\x46\x2c\xf3\x7c\x68\x9e\xd9\xd9\x15\x66\xc6\x26\x10\xcc\x6d\x28\xa2\x94\x0d\xbb\x39\xfc\x9e\x01\xe8\xba\x27\x38\x05\xd1\xcc\xb1\x9d\xfd\x99\xcd\x1e\x4b\x33\x49\x2a\xd9\x92\x69\x73\x2a\xfd\x3e\x88\x55\x6f\x9f\x97\x6d\x7f\x0f\xd5\x00\x8e\xc4\x66\xee\x95\x53\x84\x53\x98\x5f\x7b\x82\x9b\x1f\x67\x70\xf1\x1d\xd2\x12\xd4\x13\x74\x58\xfd\xc1\xf9\xd9\xd5\xc9\xfc\x39\xfb\x7d\x8a\x64\xd8\xc9\x2e\xfe\xc0\xa2\xff\x0d\x22\xff\xef\x56\xc1\x15\x72\xc0\x86\x03\xeb\x1a\x2a\x95\x00\x47\xb8\xf3\x6c\x3d\x68\x02\x9b\x09\x95\x9e\x38\x90\x13\xa8\xb0\x40\xb1\x55\x3f\x98\x63\xd9\xe8\x40\x57\xea\x1f\xaa\xf5\xc0\x51\x14\xa3\x25\x63\x53\x89\x3a\x75\x8c\xf7\x46\x93\x59\xc9\x1d\xab\xf5\xaf\x74\xa6\xc3\xfe\x75\xe3\x97\xd8\xc3\x32\xa7\xee\xa5\xfb\xda\x31\x4d\x1b\xbf\x8f\xbd\xbb\xb9\xda\x28\xd5\x8b\xa9\x47\x7d\x89\x9a\xf8\x93\xf6\x1d\x71\x09\xd9\x92\x2b\xe1\x66\x2c\xf6\x4a\x4e\x42\x33\x09\x6e\x92\xd8\x8b\xea\x61\xe4\x86\xe6\x0f\xb0\x1d\x4e\x9e\x66\x43\x70\xb4\x55\x39\x82\x91\xea\xb8\x76\xe8\x2e\xe5\x5b\xc0\x9c\x4a\x74\xe0\x55\x7b\xf9\xba\x58\xb4\xac\xbe\x34\x27\x36\x75\x0b\x8f\xe2\xd9\xa6\xdc\x2f\x94\x72\xc6\x65\xca\xdd\x82\x45\x0a\xc9\xe2\xe3\xa7\xcf\x5f\x3e\x4c\xaf\xf2\x3c\xf0\x37\xdf\x88\x87\xf2\x5a\x73\x68\xa7\x47\xf0\x00\x79\xb3\xcb\xdc\x61\x4b\xef\x08\x74\x83\xdb\x2f\xc7\xb5\x28\x75\xc6\xb1\xdc\x1a\xe1\xfb\x9d\x17\x8a\xa5\x6b\x28\xbf\x32\x3a\x1b\x3c\x54\x3c\x54\xfc\x61\x8a\x16\x95\xda\x94\xd7\x07\x0f\xec\x13\xd5\x91\x63\x87\x32\xdc\x60\x60\x07\x2b\x0c\x85\x04\x30\x13\xd8\x90\x8a\x33\xb4\x5c\xb2\x65\x8a\x76\x7d\xbc\x7d\x22\xe2\xc6\x23\x89\xb8\xa9\xe7\x9c\x02\x99\x88\xdd\x41\x79\x5f\x8c\x59\xff\xfc\x76\x09\x95\x01\x2a\xc3\xb0\x83\xea\x09\x58\xa0\xcf\x69\xc5\x8e\x1c\x60\x74\xd0\x21\x47\x45\x8e\xe4\xa0\x59\x57\xd4\xd4\x46\x11\xca\xc6\xa1\xa2\xe1\x36\xbe\x39\xa8\x8a\xed\xce\xc5\xfa\xcf\xf5\x74\x8d\xad\xd4\x77\xac\x21\xc0\xbe\x0f\x4c\xee\x71\x95\x3a\x18\xbf\x1f\x32\x75\xd6\x97\x26\xb0\x78\x23\x9a\x6b\x1c\x07\x07\xba\xfd\x86\xc1\x96\x87\x63\x0b\x23\xd5\x31\x10\xab\xa7\x0c\x17\x51\x29\x47\x0c\x90\x32\x9c\xff\x1a\xce\xd5\xc6\xdf\x00\x00\x00\xff\xff\x55\x36\x19\xa5\x0a\x07\x00\x00"), + }, + "/alibabacloud/cluster/master/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 137, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0a\xc2\x30\x14\x44\xf7\x39\xc5\x90\x03\x58\x05\xb7\xf1\x2a\x12\x92\x5f\xfc\x10\xfb\xeb\xfc\xa6\x1b\xe9\xdd\xa5\x45\xc1\xc5\x6c\x66\xde\xbc\x45\xc8\x3c\x1a\x9f\x78\x07\x80\xf2\xea\x4a\xa9\xf7\x55\xe8\x6a\x13\x12\xe2\x2d\xe1\x7c\xba\x5c\xe3\xff\x3c\xd3\x56\xad\x42\x3f\x5e\x40\x6e\x5a\x9a\xf5\x8a\xf4\x2d\x00\xb7\xce\x22\xbb\xc0\x66\x99\xfc\xa1\xe3\x32\x34\x2b\xb9\x0d\x3f\x38\x1e\xe4\x16\xf6\x6c\xe1\x13\x00\x00\xff\xff\x5d\x24\xe9\x88\x89\x00\x00\x00"), + }, + "/alibabacloud/cluster/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + uncompressedSize: 380, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\xce\x4d\xae\x83\x30\x0c\x04\xe0\x7d\x4e\x11\x71\x00\x6e\xf0\xce\x62\xe5\x05\x8b\x46\x0a\xd8\xf2\x4f\xba\xa8\xb8\x7b\xa5\x42\x55\x50\x0b\xab\x2c\x66\xbe\x89\xc9\x8d\xdd\x62\x27\xa8\xe4\x92\x11\x46\x21\x67\x28\x43\x17\x1f\x21\xc6\x96\xaa\x63\xfc\x8b\x13\x0d\x5e\xb1\x3f\xb6\xfa\x2f\x14\x96\x10\xde\x8b\x8d\xf3\xd9\x4c\xe3\xdc\xaf\xf1\x01\xe8\xbd\x58\xbe\x41\x19\xf4\x5c\x7d\x3a\x7b\xaa\xf5\xff\x92\x6d\xf9\x81\x8c\x30\x25\x35\x94\xab\x23\xf7\xa5\x3d\xce\x34\x9b\x50\x05\xae\x69\x46\x28\xfc\xfb\xe7\x95\x6e\x0f\x60\x56\x60\x29\x2d\xd9\x4b\x84\x25\x3c\x03\x00\x00\xff\xff\x63\x62\x48\x45\x7c\x01\x00\x00"), + }, + "/alibabacloud/cluster/ram": &vfsgen۰DirInfo{ + name: "ram", + modTime: time.Time{}, + }, + "/alibabacloud/cluster/ram/main.tf": &vfsgen۰CompressedFileInfo{ + name: "main.tf", + modTime: time.Time{}, + uncompressedSize: 4762, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x56\xcf\x4f\xe3\x3a\x10\xbe\xe7\xaf\xb0\xac\x77\x42\x10\xe9\x5d\x23\x38\xe4\x3d\xba\x2b\xa4\xdd\xa5\x2a\x2c\x97\x15\xaa\x8c\x33\xa5\x16\x8e\x1d\xd9\x93\x42\x41\xfd\xdf\x57\x8e\x13\xea\xe6\x07\x2d\x2b\x50\x0f\x5b\x2e\x25\xf9\xbe\x99\xcf\x9e\x89\x3d\x9f\xd4\x9c\x49\x4b\x5e\x22\x42\x32\xb0\xdc\x88\x02\x85\x56\xe4\x8c\xd0\xff\x0d\x30\x84\x8c\xfc\xb7\x24\x97\x05\xa8\xab\xb9\x98\x21\xb9\x50\x16\x99\x94\x60\x68\x44\x48\x61\x60\x26\x9e\x48\xf5\x77\x46\x16\xcc\xc4\x5c\x96\x16\xc1\x4c\x45\x16\xad\xa2\xc8\x80\xd5\xa5\xe1\x40\x28\x93\x82\x4b\x5d\x66\x53\xc3\xf2\xa9\xd1\x12\x28\xa1\xee\x67\x9a\x33\xc7\xa7\x95\xbe\x62\x39\x10\xd2\xa4\xa3\xff\xbc\x54\x6b\x8b\xbd\xca\xea\xc4\xf1\x4f\x6a\x7e\x67\xb5\x9e\x1a\xbc\x73\x0c\xcd\xcb\x1c\x14\xfa\x7c\xa7\xa7\xa3\xcb\x2f\x11\xa9\x94\x08\xa1\x57\xc8\x10\x1c\x4a\x13\xf2\x2b\xf2\xa2\x2f\x51\x23\x4f\x53\xee\x92\xd0\x84\x50\x8b\x36\x49\xad\x2d\x73\x98\xb8\x75\x1f\xaf\x39\xa3\xd9\x0c\xb8\x8b\xa7\xa9\x94\xfa\x31\x84\xc6\x46\x28\x2e\x0a\x26\x69\x12\x64\x75\xb2\x60\x16\x82\x43\x20\x5a\x03\xc0\x6d\xcc\xa4\x58\x96\x8a\xdb\x98\xeb\x9c\x06\xf0\xed\xeb\xff\xab\x28\xfc\xbd\xf5\x8a\xf4\x06\x8c\xad\x57\xfb\xaf\x8b\x73\xa8\xdb\xec\x70\x0b\x0a\x2d\x05\x5f\x36\x4d\xf0\x4f\x1b\xbd\xa8\x5f\x55\x2d\xe9\xe9\x85\x87\x83\x6e\xd4\xfc\xd7\x92\x37\xf5\x76\xb9\x36\xd7\xe7\xd6\xdc\x53\xfd\xa6\x4a\xeb\xca\xaf\x0b\xe4\x8a\x93\x9c\x57\xbd\xbd\x83\xa3\xb0\xce\x0e\x48\x11\x19\x9f\x9f\x0b\xfb\xd0\x46\xfc\x17\xdc\x87\x4c\xc0\x8a\xe7\x5e\xc4\xc7\x5c\x29\x56\xd8\xb9\xc6\x7e\x74\xa2\x4b\x84\x91\x42\xb3\x6c\xe3\xe7\x20\xa1\x5f\xd1\x23\x43\x79\x3d\xfa\x56\xde\xa1\x3d\x7e\xd7\x99\x98\x2d\xd3\x12\x75\x93\x7b\x5c\xb5\x62\xf4\xd4\xcf\x74\x39\x52\x44\x23\xee\x4a\x84\xfe\xed\xfd\x00\x7c\xd4\xe6\xe1\x42\x21\x98\x19\xe3\x1d\x56\xd3\x89\x36\xcf\xf6\x77\x66\x7b\xba\xdd\x58\xae\x42\xbb\x2e\xad\xba\xa6\x14\x87\xc1\x9d\xa6\xd6\x8a\x7b\x35\x36\x62\xc1\x10\x2e\x8a\x34\xcb\x0c\x58\xdb\xdd\xc2\x4f\xc5\x76\x64\xb6\xa5\x6d\x73\x82\x6f\x1b\x22\x9d\xd4\x87\x71\xf3\xe3\x3e\xea\x12\xdb\x37\x4b\xf5\x7e\x75\xbc\xfd\xa0\x14\x0b\x7c\x4e\x7a\x12\x7e\xbe\x32\x37\xc9\x57\xc0\xb4\xc4\xb9\x36\xe2\x99\x39\xc2\xb5\x7e\x00\x15\x96\x89\x9b\xe4\x9b\xb0\xd8\x54\x68\xa4\xb2\x42\x0b\x85\x2d\xca\xb8\x94\x72\x02\x85\xb6\x02\xf5\xe6\x49\xf0\x1a\x4d\xf8\x4d\xc1\x5f\x33\xec\x61\xc3\x56\xde\xed\xa9\xd2\xb9\xdd\x8f\xf0\xa2\xe0\xfb\x11\x96\xfa\xfe\x13\x84\x23\x37\x58\xb7\x8f\xca\x70\x42\xb2\xea\x42\xab\xe6\x16\xa1\xfe\x61\xfb\xf0\xec\x19\xbc\x71\x77\xec\xc6\x8e\xbd\x8e\xc5\x65\xf1\x8e\x58\xc7\x8e\x08\xa9\x90\xda\x45\xb5\x62\x1d\x14\x07\x8e\xcb\xcb\xed\xe6\xd1\xdc\x8d\xfb\x1e\x8f\x56\xf3\x0f\x1e\x8d\x7c\xbc\x47\x0b\x7b\xb1\x9b\x47\x5b\x77\xe3\xf3\x3d\xda\xb0\x15\x1b\x36\x30\xcd\xdc\x74\x58\x67\xa8\x0e\x3b\xb8\xb7\x7d\xda\xb0\x0f\x4b\xb3\xec\x9a\xdd\x77\x84\x26\x90\xeb\x05\xf4\x21\x07\x4f\x74\xf0\x44\x07\x4f\xb4\xcf\x41\xfd\xf7\x79\xa2\x8f\xb5\x26\xc3\x33\x63\x9b\xbd\xf0\x91\x7f\x66\x4d\xea\xd8\xf7\x58\x93\x50\x6e\x15\xfd\x0e\x00\x00\xff\xff\x37\xd7\x71\x13\x9a\x12\x00\x00"), + }, + "/alibabacloud/cluster/ram/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + uncompressedSize: 149, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\x2f\x2d\x29\x28\x2d\x51\x50\x2a\xca\xcf\x49\x8d\xcf\x4d\x2c\x2e\x49\x2d\x8a\xcf\x4b\xcc\x4d\x55\x52\xa8\xe6\x52\x50\x28\x4b\xcc\x29\x4d\x55\xb0\x55\x48\xcc\xc9\x4c\xce\xc9\x2f\x4d\x89\x2f\x4a\xcc\x8d\x07\x29\xd5\x43\x52\xaf\x07\x52\xcf\x55\xcb\xc5\x85\xcd\xac\xc4\xa2\x3c\x52\x8c\x4a\x2c\xca\xe3\xaa\xe5\x02\x04\x00\x00\xff\xff\x16\x7c\xc6\x5b\x95\x00\x00\x00"), + }, + "/alibabacloud/cluster/ram/variables.tf": &vfsgen۰CompressedFileInfo{ + name: "variables.tf", + modTime: time.Time{}, + uncompressedSize: 150, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xca\x41\x0a\x02\x31\x0c\x46\xe1\x7d\x4e\xf1\xd3\x95\x6e\xbc\x41\x6f\xe1\x5e\x32\x6d\x28\x81\x3a\x2d\x49\x46\x10\x99\xbb\x8b\x28\x38\x6f\xf7\xe0\x7b\xb0\x29\x2f\x5d\x90\x4a\xdf\x3c\xc4\x6e\x5a\x13\x5e\x04\xc4\x73\x0a\x32\x3c\x4c\xd7\x46\x3b\xd1\x9f\x06\x37\x3f\xa0\x5f\x19\x77\x9e\xa7\xaf\x3f\x13\x50\xc5\x8b\xe9\x0c\x1d\x2b\x32\xd2\x95\x9b\x23\x06\x16\x01\xcf\xd9\x55\xea\xe7\x8a\x09\x87\x54\x98\xf8\xd8\xac\x88\x5f\x12\xed\xf4\x0e\x00\x00\xff\xff\xf0\x49\x9b\x9c\x96\x00\x00\x00"), + }, + "/alibabacloud/cluster/ram/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 137, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0a\xc2\x30\x14\x44\xf7\x39\xc5\x90\x03\x58\x05\xb7\xf1\x2a\x12\x92\x5f\xfc\x10\xfb\xeb\xfc\xa6\x1b\xe9\xdd\xa5\x45\xc1\xc5\x6c\x66\xde\xbc\x45\xc8\x3c\x1a\x9f\x78\x07\x80\xf2\xea\x4a\xa9\xf7\x55\xe8\x6a\x13\x12\xe2\x2d\xe1\x7c\xba\x5c\xe3\xff\x3c\xd3\x56\xad\x42\x3f\x5e\x40\x6e\x5a\x9a\xf5\x8a\xf4\x2d\x00\xb7\xce\x22\xbb\xc0\x66\x99\xfc\xa1\xe3\x32\x34\x2b\xb9\x0d\x3f\x38\x1e\xe4\x16\xf6\x6c\xe1\x13\x00\x00\xff\xff\x5d\x24\xe9\x88\x89\x00\x00\x00"), + }, + "/alibabacloud/cluster/resourcegroup": &vfsgen۰DirInfo{ + name: "resourcegroup", + modTime: time.Time{}, + }, + "/alibabacloud/cluster/resourcegroup/main.tf": &vfsgen۰CompressedFileInfo{ + name: "main.tf", + modTime: time.Time{}, + uncompressedSize: 363, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xcd\x0a\x83\x30\x10\x84\xef\xfb\x14\xc3\xd2\x6b\xc5\x5e\x05\xe9\xa3\x84\x25\x09\x12\x88\x46\x36\xa6\x50\xc4\x77\x2f\xd2\x1f\xa8\xb5\xb4\x39\x7e\x7c\x33\x61\x36\x26\x2b\x31\x63\x26\x40\x7d\x4e\x45\xad\x37\x9d\xa6\x32\x9a\xe0\xd0\xe2\x22\x5a\xed\xf0\x16\xcc\x38\x43\x62\xb0\x31\x15\x67\x5e\x4a\x2f\x83\x74\x5e\xcd\x7b\x66\x53\x51\xd5\x55\x70\x68\xf6\xcb\x69\x21\x7a\x42\xf0\xbf\x3f\x30\x78\x0b\xd6\x49\x36\x95\x61\xfa\x39\xe3\x84\x06\x35\x7d\x5e\x60\x90\xde\xa3\x05\x1f\xe6\x35\x6f\x63\xc9\x93\x57\x13\xdc\x72\xd4\x8e\x09\x70\x21\x8f\x51\xae\x77\xef\xf1\xbe\xea\x0b\xdd\x02\x00\x00\xff\xff\x9f\xb7\x66\xe7\x6b\x01\x00\x00"), + }, + "/alibabacloud/cluster/resourcegroup/outputs.tf": &vfsgen۰FileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + content: []byte("\x6f\x75\x74\x70\x75\x74\x20\x22\x72\x65\x73\x6f\x75\x72\x63\x65\x5f\x67\x72\x6f\x75\x70\x5f\x69\x64\x22\x20\x7b\x0a\x20\x20\x76\x61\x6c\x75\x65\x20\x3d\x20\x6c\x6f\x63\x61\x6c\x2e\x72\x65\x73\x6f\x75\x72\x63\x65\x5f\x67\x72\x6f\x75\x70\x5f\x69\x64\x0a\x7d\x0a"), + }, + "/alibabacloud/cluster/resourcegroup/variables.tf": &vfsgen۰CompressedFileInfo{ + name: "variables.tf", + modTime: time.Time{}, + uncompressedSize: 92, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2a\x4b\x2c\xca\x4c\x4c\xca\x49\x55\x50\x4a\xce\x29\x2d\x2e\x49\x2d\x8a\xcf\x4c\x51\x52\xa8\xe6\x52\x50\x28\xa9\x2c\x48\x55\xb0\x55\x28\x2e\x29\xca\xcc\x4b\xe7\xaa\xe5\xe2\x42\x28\x2d\x4a\x2d\xce\x2f\x2d\x4a\x4e\x8d\x4f\x2f\xca\x2f\x2d\xc0\xa9\x03\x10\x00\x00\xff\xff\x48\xf3\x29\x0d\x5c\x00\x00\x00"), + }, + "/alibabacloud/cluster/resourcegroup/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 137, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0a\xc2\x30\x14\x44\xf7\x39\xc5\x90\x03\x58\x05\xb7\xf1\x2a\x12\x92\x5f\xfc\x10\xfb\xeb\xfc\xa6\x1b\xe9\xdd\xa5\x45\xc1\xc5\x6c\x66\xde\xbc\x45\xc8\x3c\x1a\x9f\x78\x07\x80\xf2\xea\x4a\xa9\xf7\x55\xe8\x6a\x13\x12\xe2\x2d\xe1\x7c\xba\x5c\xe3\xff\x3c\xd3\x56\xad\x42\x3f\x5e\x40\x6e\x5a\x9a\xf5\x8a\xf4\x2d\x00\xb7\xce\x22\xbb\xc0\x66\x99\xfc\xa1\xe3\x32\x34\x2b\xb9\x0d\x3f\x38\x1e\xe4\x16\xf6\x6c\xe1\x13\x00\x00\xff\xff\x5d\x24\xe9\x88\x89\x00\x00\x00"), + }, + "/alibabacloud/cluster/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 137, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0a\xc2\x30\x14\x44\xf7\x39\xc5\x90\x03\x58\x05\xb7\xf1\x2a\x12\x92\x5f\xfc\x10\xfb\xeb\xfc\xa6\x1b\xe9\xdd\xa5\x45\xc1\xc5\x6c\x66\xde\xbc\x45\xc8\x3c\x1a\x9f\x78\x07\x80\xf2\xea\x4a\xa9\xf7\x55\xe8\x6a\x13\x12\xe2\x2d\xe1\x7c\xba\x5c\xe3\xff\x3c\xd3\x56\xad\x42\x3f\x5e\x40\x6e\x5a\x9a\xf5\x8a\xf4\x2d\x00\xb7\xce\x22\xbb\xc0\x66\x99\xfc\xa1\xe3\x32\x34\x2b\xb9\x0d\x3f\x38\x1e\xe4\x16\xf6\x6c\xe1\x13\x00\x00\xff\xff\x5d\x24\xe9\x88\x89\x00\x00\x00"), + }, + "/alibabacloud/cluster/vpc": &vfsgen۰DirInfo{ + name: "vpc", + modTime: time.Time{}, + }, + "/alibabacloud/cluster/vpc/eip.tf": &vfsgen۰CompressedFileInfo{ + name: "eip.tf", + modTime: time.Time{}, + uncompressedSize: 626, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x91\xc1\x4b\xc3\x30\x14\xc6\xef\xf9\x2b\x3e\x82\x87\x0d\xb4\xcc\xab\x50\x44\x2f\xde\x86\x07\x2f\x22\x12\x1e\xe9\x5b\x17\x68\x93\x90\xa4\x9b\x65\xf4\x7f\x97\x2c\x4e\x3a\xa6\x1e\xec\xa5\x6d\xde\xef\xbd\x7c\xef\xfb\x02\x47\x37\x04\xcd\x90\xd4\x19\xdd\xb9\xa1\x51\x6c\xbc\xa2\xa6\x09\x1c\xa3\x84\x64\xe3\x25\x0e\x02\xd0\x6e\xb0\x09\x35\x3a\xb6\x6d\xda\x2e\x76\x14\xaa\x5d\xdc\x9b\xa4\xb7\xca\x34\x71\x89\xba\xc6\x0a\xf7\xb8\xc5\x1d\x56\x42\x00\x0d\x47\x1d\x8c\x4f\xc6\x59\x7c\x3f\x35\x3a\xa7\xa9\xab\x66\x45\x01\x7c\xdd\xa6\x2c\xf5\x3c\x43\xe5\xd5\xa1\xd0\x3e\xf0\xc6\x7c\x4c\x37\x59\x8b\x00\x3c\x8d\x3d\xdb\xa4\xd2\xe8\xcf\xf0\x67\x1a\x1f\xe2\xab\x1b\x9e\x5c\xa6\x8c\x4d\x1c\x2c\x27\xa5\xb7\x14\x5a\x2e\x74\xa1\x1e\xc7\x97\x40\x9b\x8d\xd1\x99\x3b\x39\xa0\xda\xe0\x06\xaf\x4c\x53\xa6\xe5\xfd\x2e\x4a\x02\x48\xd4\x46\xd4\xe8\x39\xb4\xbc\x10\x99\x3d\x88\xa2\x40\xae\xa9\x67\xf9\x87\x6e\x60\xba\x3e\xbe\xf2\xec\x3c\x27\xff\x2d\xc5\x24\xc4\x6f\x29\xc4\xe8\xb4\xa1\xec\x52\x49\xe2\xfc\xe4\x3f\xa9\x50\x97\xa5\xe5\xfe\xbc\x69\x8d\x9f\x52\xaf\xd8\xf8\xb7\xd5\x7b\x75\xdc\xd7\xd8\x98\xc8\x6a\x2e\xc6\xcc\x1a\x2c\x25\xd5\x52\xe2\x3d\x8d\xd5\xec\xfb\xb2\xf1\x64\xfc\x9a\x92\x14\x93\xf8\x0c\x00\x00\xff\xff\x99\x13\x7d\x46\x72\x02\x00\x00"), + }, + "/alibabacloud/cluster/vpc/nat_gateway.tf": &vfsgen۰CompressedFileInfo{ + name: "nat_gateway.tf", + modTime: time.Time{}, + uncompressedSize: 825, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x52\xc1\x6a\xeb\x30\x10\xbc\xeb\x2b\x16\xf1\x0e\x09\xbc\x67\xf2\xae\x05\x53\x28\xf4\x56\x4a\xef\x21\x88\xad\xb4\xb5\x05\x8e\x2c\x24\x39\x89\x09\xfe\xf7\x22\xc5\x55\xe4\x34\x14\xea\x8b\x59\xed\x68\x67\x46\xb3\xcc\x91\xef\x07\x27\x09\x38\x76\x5a\x76\xfd\xa0\x84\xc1\x20\x1a\x0c\x74\xc4\x91\x03\x5f\x54\x67\x06\x20\xfb\xc1\x04\xa8\xa1\x23\xd3\x84\x76\x75\x40\x57\x1d\xfc\x51\x07\xd9\x0a\xad\xfc\x1a\xea\x1a\x36\xf0\x08\xff\xe1\x01\x36\x8c\x01\x1c\xac\x14\x5a\xc1\xf2\xab\xa1\xeb\x25\x76\xd5\xa5\xc9\x00\x0a\x1a\x61\x70\x4f\x33\x8a\xff\x39\x5f\x80\xd6\xd1\x87\x3e\x4d\xff\x4c\x73\xe4\x71\x68\x66\x5c\x0c\xcd\x1e\xe6\x7e\x56\x56\x8c\xdf\x6e\x76\x55\xa2\xd4\x26\x90\x33\x14\x84\x6c\xd1\x35\x24\xc2\x68\x29\x52\xbe\xe1\xf8\x34\xbe\xc8\x81\xcf\xb2\xd2\xf9\x52\x3c\x7f\x36\x2d\x1a\x49\x2a\x62\x14\x79\xe9\xb4\x0d\xba\x37\xdf\x0d\x16\x4d\x06\x10\xb0\xf1\x50\xc3\x9e\x5c\x43\x2b\x16\x71\x67\x76\xc1\xf3\x57\xdc\x13\xff\xc1\x31\xc0\xf4\x37\xfd\xe2\x83\xc7\x39\xb1\x5a\xb3\x89\xdd\x8b\xd0\x47\xdd\x64\x82\x8b\x09\x5e\x0b\xff\xab\x04\xe7\xf6\x1c\x54\x09\x98\x93\x55\x64\xc9\x28\x2f\xae\xbe\x6b\xd8\x66\x0d\xa4\xad\x40\xef\x7b\xa9\x31\xba\xaf\x6e\xea\x1d\x03\x48\xca\x02\xbe\x77\xf4\x15\x64\x11\x61\x11\x59\x75\x13\xdf\xe2\x9e\x8f\x83\xd2\x03\x88\x62\x2b\xf2\x82\x5d\x75\x6f\x93\xef\x4a\x1b\x45\xa7\xcc\xae\xed\xfd\x05\x4a\x6a\x95\x72\xe4\x7d\x54\x9e\x96\x26\x9f\xb0\x89\x7d\x06\x00\x00\xff\xff\x34\xee\x8a\x0d\x39\x03\x00\x00"), + }, + "/alibabacloud/cluster/vpc/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + uncompressedSize: 885, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x92\xc1\x4e\xc3\x30\x0c\x86\xef\x7d\x0a\x6b\xa7\x31\xa1\x88\x33\x12\xe2\x41\xa6\x2a\xf2\x92\xa8\xb3\xf0\x92\x28\x71\x36\x28\xe2\xdd\x51\x29\x6b\x57\x5a\xc4\x76\xe1\x56\xd9\xff\xff\xf5\x77\xec\x50\x24\x16\x81\xd5\x31\x1a\x4d\x76\x05\xef\x15\xc0\x11\xb9\x38\x78\x02\x0e\x06\x59\xf5\x9d\xea\xa3\xaa\x06\x6d\x3e\x91\x98\xbd\x26\x9b\x17\x0d\x63\xfb\xd2\x85\xad\x96\xa0\xc7\xe6\xd4\xda\x52\x3c\x60\x5c\x5b\x14\x54\xc8\x64\x38\x14\x7b\x16\xbb\xac\x96\xbe\x36\xaa\x0d\xde\x69\xb2\xf7\x70\x9b\x8d\xec\xdd\x65\xb0\xcc\xbb\xf9\x28\x26\x78\x83\xb2\x1e\x98\x9d\x88\x03\x5a\xbd\x43\x46\x6f\x5c\x52\x5d\xc5\xbd\x8a\x4b\x1e\x79\xbb\xa9\x55\x97\x63\xfb\x87\x9e\x7c\xaf\x57\x64\xeb\x59\x86\x26\x85\x12\x35\x3b\xdf\xc8\xfe\xc7\xbb\x7e\xd5\xd6\xff\x90\x69\x16\xea\x4c\xd3\x14\x97\x76\x4d\x79\x50\xc0\x33\x5c\x9b\xec\xa1\x56\x68\x6d\x72\x39\xc3\x23\xf8\xc2\x3c\x5b\x87\xff\xe5\xaf\xd7\xce\xf2\x8d\x9f\x70\x1b\x7d\xc0\x2c\x2e\xcd\x6e\x6f\x84\x3a\x53\x12\xc9\x5b\xbf\x0a\x35\x38\xd4\xf4\xfe\x73\xa3\x4f\x21\xbd\xdc\x46\xea\x1d\x3d\xe9\x33\x00\x00\xff\xff\x29\x52\x84\x38\x75\x03\x00\x00"), + }, + "/alibabacloud/cluster/vpc/sg-master.tf": &vfsgen۰CompressedFileInfo{ + name: "sg-master.tf", + modTime: time.Time{}, + uncompressedSize: 10076, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x99\xd1\x72\xa3\x20\x14\x86\xef\x7d\x0a\xc6\xd9\x8b\xdd\x99\x4d\x34\xc6\x9a\x7a\xd1\x57\xd8\x57\x60\x28\x52\xcb\x04\x81\x01\x74\xdb\xe9\xf4\xdd\x77\xc0\x34\x9b\x34\x93\x98\xb6\xa6\x48\x7a\x41\x93\x9c\x83\xe2\xc7\xcf\xf9\x45\x15\xd1\xa2\x55\x98\x80\x18\x31\x8a\x99\x68\x2b\xa8\x09\x6e\x15\x35\xcf\xb0\x56\xa2\x95\x31\x88\x75\x0d\x1b\xa4\x0d\x51\x31\x78\x89\x00\xe0\xa8\x21\x60\xef\xef\x0e\xc4\x3f\x5e\x98\xc0\x88\xcd\xa5\x22\x0f\xf4\xe9\x75\xa6\xeb\xd9\xa6\x4f\x04\x40\x45\x34\x56\x54\x1a\x2a\xf8\xb6\x47\x9f\xbe\x13\x89\x00\x78\x1b\x4c\x7f\x66\x48\x2b\x70\x07\x3a\xa4\xe6\x07\xbf\x47\x00\x74\x12\xdb\x84\xbd\x51\xf4\xc7\xec\x23\x11\x00\x06\xd5\x1a\xdc\x81\x86\xa8\x9a\xfc\x8c\x6c\xca\x4b\xd4\xa7\xc6\x7f\x50\x43\xe2\xc1\x71\x03\xf0\xfa\xdb\xfd\xb3\x83\xb0\x47\xb3\xdf\x7e\x45\xaf\x51\x34\x88\x0d\xaa\x96\x91\x9e\x9d\xfd\xb4\x01\x08\x29\xaf\x15\xd1\x1a\x36\x58\xf7\x30\xcd\xb3\x3c\x84\xb9\xc9\xb2\x43\xa0\x12\x4a\x25\x8c\xc0\x82\xfd\x8f\x1b\x2c\x6d\x4c\x0a\x46\xf1\xf3\xbb\xbe\x08\x63\x22\x4d\x1f\x56\x06\x2a\xc4\x6b\xb2\x13\xce\xb2\x22\x5b\x26\xae\xb5\x39\xef\x06\xed\x88\x1f\xb9\xa2\xf9\x56\x06\x73\x47\x17\xd3\x4a\x41\x2a\xf7\xce\x6e\x39\x59\xfc\x2e\x76\xcf\x04\x5e\x8f\x01\x8b\xe2\x46\x7e\x81\x96\xeb\xfe\x49\x5c\xb3\x45\x32\x5b\x04\x03\x4a\xeb\x47\x5f\xaa\x4a\xb2\x2c\x18\x4c\x8f\xc6\x48\x4f\xcb\xaf\xc8\xf3\x65\x62\x9b\x60\x60\x75\x4f\x0c\xf1\x2f\xc0\x6a\xab\x4f\xc3\xca\x57\xb7\x65\x62\x9b\x60\x60\xd5\x84\x93\x8e\xf8\xa1\x55\xa4\xb7\x8b\xc4\x36\xc1\xd0\xa2\x6b\x4f\xa8\x6e\xd2\x34\xb9\x49\xd3\x90\x40\x41\x8e\x0c\x34\x9e\xd6\xa1\xe5\x95\x87\x04\x4c\x74\xbc\xba\xf7\x54\xe1\x8b\x7c\x91\x14\x45\x1e\x8e\x1d\xba\x0a\x0f\x1f\x94\x68\xe0\x5f\xa1\xd6\x6f\xb7\xf9\x87\xe0\xce\xe4\x77\x86\xe6\xce\xa3\xb9\xa3\xc0\xd3\x4e\xb0\x4d\x3c\x93\xed\x66\x37\xf1\xc1\xd9\xe9\xe1\xd8\x23\x8c\xe6\x14\xd3\xa6\x3e\xe0\x28\x01\x52\xb7\x85\x74\xd2\xc8\x4f\x3a\x53\xa0\xc0\x9d\x73\x4d\x1b\xfb\x80\xc3\x05\x08\xde\x39\xe0\x45\xa0\x1f\xf5\xc6\x8f\x42\x1f\x70\xca\x00\xa1\x53\x6e\x88\xe2\x88\xf9\xb9\xf3\x28\xd3\x34\x4d\xca\xb2\x0c\x67\xbb\xf4\xc6\x6b\xda\x3a\x1d\xe0\x1a\xb0\x4e\xa1\x2d\xa0\x5e\xb6\x14\xd7\xa1\xd5\x53\xfc\x3e\xac\xd7\xd1\xcc\xec\xfa\xf4\xba\x6e\xef\x09\xd4\xf8\x91\x54\x2d\x3b\x5e\x21\x2e\x5b\x5d\x17\x69\x76\x53\x26\xae\x0d\x46\xb3\xfb\xdc\xa6\x5d\x65\x07\xf9\x7a\xd0\xed\xa7\x27\xc0\x81\xc7\x82\x1b\x25\x98\x25\xdf\x20\x8e\x6a\x9f\xca\x5d\x39\xb2\xab\x6f\x53\xee\x38\xd2\x3d\x24\x38\x7d\x0d\x9f\x24\xed\x41\xc3\x63\x4c\x04\x23\x06\x52\xee\xba\x1d\x7d\x62\xeb\x97\x7a\xea\xa8\x5f\xcf\xf6\xed\x3d\xf5\xe9\xeb\xfe\xda\x66\x80\x18\x5c\x79\x7a\x99\xba\x5c\x95\x49\xb6\xbc\x9d\xfe\xe3\x76\x4d\x54\x47\x31\xd1\xd0\x5e\xad\x17\x56\xcb\xd4\xde\xec\x2e\xb3\x55\xf1\x7d\xde\xf6\xe5\xb7\xf4\x3b\xd4\xa6\xbd\xae\x07\xe9\x6e\x53\xa7\xbf\xae\xb7\xd4\xbd\xed\x79\x83\xd6\x6a\x7b\xa1\xa7\x89\xa3\xed\x7a\x27\xa8\xd5\x7f\x01\x00\x00\xff\xff\xaa\x9c\xe1\x51\x5c\x27\x00\x00"), + }, + "/alibabacloud/cluster/vpc/sg-worker.tf": &vfsgen۰CompressedFileInfo{ + name: "sg-worker.tf", + modTime: time.Time{}, + uncompressedSize: 7096, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x97\x5f\x6e\xe2\x30\x10\xc6\xdf\x73\x8a\x51\xb4\x0f\xbb\xd2\x42\x4c\x5a\x4a\x79\xe0\x0a\x7b\x05\xcb\x38\xd3\xac\x85\x13\x5b\xb6\xc3\x16\x21\xee\xbe\x72\x02\x08\x8a\x20\xd0\x52\x25\x86\x07\xf3\x67\x66\x9c\xe1\x97\x2f\x9f\xc6\x06\xad\xaa\x0c\x47\x88\x99\x14\x5c\xaa\x2a\xa3\x16\x79\x65\x84\x5b\xd1\xdc\xa8\x4a\xc7\x10\xdb\x9c\xfe\x53\x66\x81\x26\x86\x75\x04\x50\xb2\x02\xe1\xe8\x35\x83\xf8\xc7\x5a\x2a\xce\xe4\x50\x1b\x7c\x13\xef\x9b\x81\xcd\x07\xdb\x9a\x08\x20\x43\xcb\x8d\xd0\x4e\xa8\x72\x5f\xd1\xa4\x1f\x44\x22\x80\x5d\x33\xcd\x95\xa9\xc8\x60\x06\x4b\x66\x86\x27\xbf\x47\x00\x4b\xcd\x7d\xc2\x51\x17\xcd\x9e\x4d\x24\x02\x70\x2c\xb7\x30\x83\x02\x4d\x8e\x3f\x23\x9f\xb2\x8e\x9a\xd4\xf8\x0f\x2b\x30\x6e\xed\x1b\x60\xf3\xbb\x7e\xf3\x4d\xf8\xdd\xfc\xb7\x5f\xd1\x26\x8a\x5a\xb1\x51\x53\x49\x6c\xd8\xf9\x4f\x5b\x80\x54\x94\xb9\x41\x6b\xa9\xe0\x85\x6e\x68\xba\x95\x3e\xa5\xb9\x4d\xf3\x3d\x08\x4d\xb5\x51\x4e\x71\x25\x0f\xe2\xbe\x3c\x02\xd0\x4a\x0a\xbe\xfa\x50\xcc\x38\x47\xed\x9a\xb0\x71\xd4\xb0\x32\xc7\x83\xf0\x60\x94\x0c\x46\x3e\xfa\xa1\xe1\x9a\xf6\x99\x7f\x33\xdc\x4b\x60\x58\x93\xe5\x22\x33\x54\xe8\xa3\xeb\x7a\x46\x1e\x7d\x1d\x9b\x4b\xc5\x17\xf7\x00\x65\xed\xdf\x2f\x70\x72\xfc\xd3\x98\xd2\x34\x49\xd3\x60\x30\x2d\xdf\x25\x2b\xbf\x00\xaa\xca\x3e\x0d\xea\x79\xf2\x3a\x4d\xfc\x12\x0c\xac\x1c\x4b\x5c\x62\x37\xb4\x5e\xc8\xeb\x28\xf1\x4b\x30\xb4\xc4\xa2\x23\x54\x63\x42\x92\x31\x21\x21\x81\xa2\x25\x73\xd4\x75\xf4\x1c\x7a\x5e\xcf\x21\x01\xab\x4d\x8b\xbe\x19\x55\xd0\x82\x59\xb7\x9b\x2f\x4e\xc1\x5d\xc9\xef\x0a\x8c\xd7\xd1\x3c\x80\x7a\xd9\xdc\xf6\x89\x57\xb2\xdd\x8e\x31\x37\xde\x9d\x06\x8e\xdf\xe1\x6e\xe6\xd7\x6f\xea\x2d\x26\x19\x20\x75\xef\x0d\xbd\x46\x7e\xd1\x6c\x03\x05\x5e\x9b\x71\xbf\xb1\xb7\x98\x76\x88\xe0\x4b\x87\xa6\x64\xb2\x9b\xa9\x7d\x4a\x08\x49\xa6\xd3\x69\x38\xc3\xe8\x8e\xd7\xb7\xe8\xf4\x2c\xc9\x5b\x75\xda\xc2\x35\x60\x9d\x52\xff\x2c\x77\x32\xb0\x3d\x86\x56\x2f\xf1\xbb\x59\xaf\x77\xf3\xd5\xc7\xd3\xeb\xa2\x9a\xa3\x44\x47\x45\x59\x97\x9d\x3d\x93\xdd\xcc\xfc\x6e\x1e\x31\x22\xe9\x98\x24\xf5\xfa\xb0\xd4\xfb\xed\xd2\x8f\x74\x07\x2c\x9a\xa5\xe0\x68\xa9\xa7\xd3\xc9\x2c\xf1\x44\xbc\x89\x3c\xa5\x93\x97\x49\x30\x0e\x7d\x48\xad\xdf\x5a\x6d\xa5\x1b\xa2\x56\x3b\x9b\x25\x82\xd6\x6a\x95\xcd\xfb\x7d\x4a\xeb\xa1\x56\xff\x07\x00\x00\xff\xff\x48\xa1\x79\xd0\xb8\x1b\x00\x00"), + }, + "/alibabacloud/cluster/vpc/slb.tf": &vfsgen۰CompressedFileInfo{ + name: "slb.tf", + modTime: time.Time{}, + uncompressedSize: 3009, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x54\xdd\x6e\xda\x30\x14\xbe\xf7\x53\x1c\x59\xbb\xd8\xa4\x35\x4b\x29\x42\xd5\x24\x6b\x6f\xb0\x17\xa8\x2a\xcb\xd8\x87\xc6\xc2\xd8\x99\xed\x50\x18\xe2\xdd\x27\x27\x4d\x48\x08\xd0\xee\xff\xa2\xf5\x0d\x26\xe7\xd3\x77\x7e\xfc\x9d\x8f\x78\x0c\xae\xf2\x12\x81\x0a\xa3\xa5\x71\x95\xe2\xc1\xcc\xb9\x71\x42\xf1\xb9\x30\xc2\x4a\xf4\x14\x68\xfa\x86\x9b\x88\xde\x0a\x43\x61\x47\x00\xa4\xab\x6c\x04\x06\xc6\x49\x61\x32\x1d\xba\x30\x7c\x81\x6b\xf8\x0c\x39\x21\x00\x2d\x3b\x7f\xf0\xae\x2a\xb9\x56\x00\x0c\xd6\xc2\x67\xa3\x00\x01\x18\xe4\xe4\x56\xac\x10\x18\xd0\x77\xbb\x26\x43\xe9\x71\xa1\x37\xfb\xab\x60\xe6\x57\x5d\x25\x04\x40\x28\xe5\x31\x04\x1e\xb7\x25\x42\x73\x18\x50\x6d\x13\x02\x23\x1d\xf1\x86\x12\x65\x42\x04\x33\xcf\xc2\x24\x0b\x2b\x61\x0c\x4d\xb5\x46\xf1\x10\x80\xc1\x0a\xfd\x03\xbe\x27\x89\x67\x47\x1a\x3e\xfa\x55\xac\x90\xbe\xa4\x18\x80\xfd\xc7\xfa\x27\xf5\x98\x08\xd3\xbf\x0f\x64\x4f\xce\xce\x59\x87\x88\xb6\x1e\x71\x7b\xed\x06\xc9\x67\xd3\xe9\xcd\x4f\x0c\x7b\xd8\x67\x9a\x35\x74\x03\x39\xff\xb8\x59\xff\x69\xef\xf2\xfb\xac\x7e\x8b\xb9\x90\x4b\xb4\x8a\x97\xce\x47\x18\x1c\x06\xa9\x2c\x02\xb0\xf0\xce\xc6\x93\x98\x0e\x52\x7a\x17\x9d\x74\x06\x46\x87\x01\x8d\xb2\xa4\x75\x26\xab\x1e\xb5\x8a\xc5\x09\xcc\xd5\x35\x01\x08\x51\xcb\xe5\x96\x07\x0c\x41\x3b\x7b\x44\xe2\x16\x0b\x5a\xcf\xc7\x2d\x35\xf2\xa8\x57\xe8\xaa\x38\xc4\xdc\xce\xa6\x79\x4e\x00\x0a\x14\x26\x16\x5c\x16\x28\x97\xa3\x62\x9c\xa5\x47\x90\xbe\xa0\x6a\x48\x11\x63\x39\x02\x55\x5e\x0f\x78\x3e\x79\x14\x6a\xfb\x7d\x84\x93\xce\x5a\x94\xb1\x99\x15\x83\x59\x7e\x7b\x28\x69\xcb\x63\xe1\x31\x14\xce\xa8\x1e\xd5\x84\x00\x54\xf6\x1c\xa2\x89\x0f\xeb\xed\x37\xcf\xe0\xfa\xb8\x67\x5e\xef\xc4\x5a\x98\x3e\x60\xc3\x17\xce\x3f\x0a\xaf\x50\xa5\xdb\x93\xe4\x3d\x46\xaf\xd7\x58\x8b\x45\x97\xc0\x20\xfa\x0a\xc7\x11\x75\x88\xec\xeb\x65\xff\x56\x61\x88\x5d\x21\x0c\xea\x26\xb5\x32\x83\x97\x61\x70\x93\x5f\xda\x88\x13\xce\xd3\x6c\x73\xeb\x3c\x7f\xc9\x54\xba\x24\x97\x4c\xc5\x8b\x27\x53\x59\x87\x47\x1d\x65\xd1\x5f\xb3\x76\x3d\x0f\xa1\x70\x97\xdf\xbf\xd0\x80\x7e\xdd\x7f\xfa\x75\xff\x11\xff\x69\x09\x7b\xfe\xf3\x1b\xd6\xd2\xb2\xbd\xf9\xca\x9b\xaf\xfc\x57\x5f\xb9\xa4\xf4\xc9\x64\x36\xf9\x97\x52\xaf\xf3\x3d\xa3\xf5\x16\xf3\x0a\xc5\xde\x44\x9f\x55\x7b\x9a\xd0\xf4\x95\xcb\xfd\x47\x00\x00\x00\xff\xff\x95\x51\x2d\xc1\xc1\x0b\x00\x00"), + }, + "/alibabacloud/cluster/vpc/variables.tf": &vfsgen۰CompressedFileInfo{ + name: "variables.tf", + modTime: time.Time{}, + uncompressedSize: 800, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\x41\x6a\xf3\x30\x10\x85\xf7\x3e\xc5\xc3\xab\xff\x87\xd2\x1b\x64\xd1\x0b\x74\x95\xbd\x19\x4b\x53\x79\x88\x22\x09\xcd\x38\xc6\x2d\xbd\x7b\x31\x75\x08\x31\x69\x71\xb5\x7e\x6f\xf4\xcd\x37\x17\xaa\x42\x7d\x64\xb4\x2e\x8e\x6a\x5c\x3b\xf1\x2d\x3e\x1a\xc0\xe6\xc2\x38\x40\xad\x4a\x0a\xcd\x67\xd3\xdc\xa2\x95\x83\xe4\xb4\x27\x79\x29\x6e\x57\x4c\x27\x31\x37\x74\xe2\xf5\x2e\x1b\x45\xed\xdf\x77\xe1\xff\x7d\xe3\x3d\x27\xde\xc4\xd7\xb7\x69\x01\x9e\xd5\x55\x29\x26\x39\xe1\x80\xf6\x38\x30\xe8\x42\x12\xa9\x97\x28\x36\x63\x19\xa5\x90\x84\x69\x10\x37\xc0\x32\x5c\x65\x32\x86\x0d\x8c\x33\x2d\x52\xf4\x09\x53\xae\x27\xae\x0a\x4a\x1e\x7d\xce\xa6\x56\xa9\x20\x65\xcf\xcf\xed\x3d\x5a\x22\xeb\x02\x19\x4f\x34\x77\x2b\xe6\x23\xca\xd5\xc3\x3e\xbe\x9f\xf0\x5e\x5f\x8e\x58\xff\xda\x62\x2c\xea\x9d\xf8\xda\xf5\x31\xbb\xd3\x8e\x9b\x6a\x1e\xab\xe3\x2e\xd4\x3c\x96\x3d\x47\x33\x0a\x0f\xf5\x9f\xa9\xfc\x62\x9f\x82\x2e\x3b\xf4\x0c\x2a\x25\x0a\xfb\xdb\x46\x1e\x57\x08\xdd\x2e\x53\xc6\x3e\x8a\x0e\xdd\x62\xdd\x38\xcc\x7f\x15\xba\xf6\x25\x05\x5c\x47\xe0\x2d\x57\x70\xf2\x25\x4b\x32\x45\x94\x13\x23\x66\xf2\xe8\x29\x52\x72\x5c\x75\x61\xf8\x0a\x00\x00\xff\xff\xdf\x26\x9d\x23\x20\x03\x00\x00"), + }, + "/alibabacloud/cluster/vpc/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 137, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0a\xc2\x30\x14\x44\xf7\x39\xc5\x90\x03\x58\x05\xb7\xf1\x2a\x12\x92\x5f\xfc\x10\xfb\xeb\xfc\xa6\x1b\xe9\xdd\xa5\x45\xc1\xc5\x6c\x66\xde\xbc\x45\xc8\x3c\x1a\x9f\x78\x07\x80\xf2\xea\x4a\xa9\xf7\x55\xe8\x6a\x13\x12\xe2\x2d\xe1\x7c\xba\x5c\xe3\xff\x3c\xd3\x56\xad\x42\x3f\x5e\x40\x6e\x5a\x9a\xf5\x8a\xf4\x2d\x00\xb7\xce\x22\xbb\xc0\x66\x99\xfc\xa1\xe3\x32\x34\x2b\xb9\x0d\x3f\x38\x1e\xe4\x16\xf6\x6c\xe1\x13\x00\x00\xff\xff\x5d\x24\xe9\x88\x89\x00\x00\x00"), + }, + "/alibabacloud/cluster/vpc/vpc.tf": &vfsgen۰CompressedFileInfo{ + name: "vpc.tf", + modTime: time.Time{}, + uncompressedSize: 1687, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x53\x4d\xaf\x12\x31\x14\xdd\xf7\x57\x9c\x34\x6f\x01\xca\x23\xe0\x92\x64\x62\xa2\x71\xe1\x46\x17\x2e\x8d\x69\x4a\x7b\x19\x1a\x4b\x67\xd2\x76\x78\x20\xe1\xbf\x9b\xce\x87\x94\x2f\xf5\xf9\x36\xce\x02\x66\x7a\x4e\xef\x3d\x3d\xe7\x96\xd9\x4a\x49\x1b\x70\x60\x80\xa6\xa0\xbc\xa9\xa3\xa9\x1c\x0a\xf0\xf7\x9e\x64\x24\x8d\x77\x7b\x7c\xae\xc9\x7d\x59\x9b\x55\xc4\x47\x17\xa2\xb4\x96\x3c\x67\x40\xed\x69\x65\x76\x68\x9f\x02\x5b\xe9\xa7\xca\x36\x21\x92\x17\x46\x33\x60\x5b\x2b\x61\x74\x0e\xf7\x2b\x45\x01\xce\xf1\x16\xd2\x1a\x65\xab\x46\x8b\x6d\xad\x12\x36\x9d\x4d\x8d\xc6\x22\xa3\xa6\x2a\xe1\xc9\x44\xb5\x16\x46\x07\x14\xb0\xe4\xca\xb8\x1e\xb5\x8c\x13\x30\x4e\x25\x67\x67\x15\x3b\x70\x20\x51\x98\xbe\xca\x6a\x9f\x76\x32\xc0\x04\x41\xbb\x48\xde\x49\xdb\xcb\xac\x9b\xa5\x35\x61\x2d\x42\xf4\x32\x52\xb9\x6f\x05\x7f\xe8\x39\x49\x78\xf4\x0d\x61\x81\x95\xb4\x81\xd8\x91\x31\x2d\xa3\x04\xbf\x6c\x4e\x81\x83\x67\xef\xc9\xe3\xfe\x14\xc9\xf4\x33\x19\x47\xc6\x3c\x85\xaa\xf1\x8a\xf2\x42\xb5\x4a\x25\xd2\x6f\xda\xac\xaa\xc6\xc5\xdb\x56\xce\xb1\xc0\x8c\x31\x60\xa8\x22\x4a\x5f\x35\x75\x4b\x69\xf9\x57\xeb\x7d\x40\x4e\x6e\x08\xbf\x9e\x02\xfc\xe1\xd0\xa9\xeb\xc2\x3d\x3e\xa6\xee\xa9\xb7\xd1\x5e\x2c\x6d\xa5\xbe\x9f\xb8\x83\x8e\x13\x76\x31\x45\x03\xb1\xab\x98\x21\x0c\x88\xb2\x4c\x56\x6c\xc8\x97\x34\x62\x89\x77\x60\x1d\x9f\x7f\x92\x1b\xe2\xbf\xd1\x02\x1c\x27\xed\x5f\x12\x90\xea\xa4\xaf\xf1\x3d\x0f\x3b\x97\xaf\xa3\x18\xdc\xfc\xc3\x48\x65\xf0\x8f\xca\x51\x87\xf5\x66\x0f\xfc\xd6\xc4\x5b\x7a\x3b\xfc\xf1\xe1\x90\x6f\xff\xda\x76\x9e\x1a\xa7\x69\xf7\xed\xc8\x2f\x3d\xbb\x6d\x57\x7e\x99\x4e\x13\x34\x5c\x92\xb3\x74\x8a\xf6\x33\x34\x4b\x47\x71\x74\x9d\xd1\x04\x8a\x8c\x1d\xd9\xaa\x1c\xdd\x3c\xdb\x6b\xcc\x27\x78\x33\x1e\x4f\x90\xe9\x4c\xab\x63\x06\xf4\xb4\x7c\x02\x6e\x1e\xeb\x5f\x03\xfe\x4b\xc3\x5e\x36\x01\xc2\xc9\x28\x4a\x19\xe9\x49\xee\x9f\x35\x0b\xf3\xe7\x06\xef\x64\x7c\x1c\x1a\xfd\xbf\x39\xcf\xee\x24\x9b\xd9\x24\x7a\xf8\x85\xb9\x5e\xf8\x71\x37\xc6\x9f\x01\x00\x00\xff\xff\x3a\x3a\x07\xd7\x97\x06\x00\x00"), + }, + "/alibabacloud/variables-alibabacloud.tf": &vfsgen۰CompressedFileInfo{ + name: "variables-alibabacloud.tf", + modTime: time.Time{}, + uncompressedSize: 2369, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\x5d\x8a\xdc\x46\x10\x7e\xd7\x29\x0a\x3d\xd9\xb0\x99\x03\x04\xfb\x61\x71\x36\xb0\x10\xe2\x90\x75\x9c\x47\xb9\xd4\xaa\x91\x8a\xed\xe9\x6e\xaa\x4a\x33\x2b\x1b\x83\x8f\x91\x5c\xcf\x27\x09\xad\x9f\xd9\x1d\x46\x0b\xb3\x21\x99\x87\xa1\x25\xfa\xab\xaf\xbe\xaa\xaf\xba\xb5\x47\x61\xac\x3d\x41\x89\x9e\x2b\x74\x8e\x54\xab\x7b\x1a\x4a\xf8\x52\x00\xd8\x90\x08\xde\x82\x9a\x70\x68\x8b\xaf\x45\x71\xba\x5d\xc9\x09\xd9\xc5\xdb\x85\x5a\x8e\xa1\xe2\xe6\xc9\xee\xf9\x77\x04\x01\x34\xa4\x4e\x38\x19\xc7\x00\x6f\xa1\xfc\xd0\x11\x18\x4a\x4b\x06\xd7\x9e\x6b\xac\x11\xde\xf9\xd8\x37\x30\x45\x83\x6d\x14\xb0\x8e\xc0\xf9\x5e\x8d\x64\x53\x9e\xf3\xee\x93\x3b\x25\x7d\x3e\xc5\xbd\x1e\xd8\x5c\x57\x71\xa3\x27\xfb\x3d\xab\xbd\x9a\x40\xaf\xcf\x51\xa9\xaf\x3d\x6b\x57\xa9\x09\x1a\xb5\xc3\x4b\xf5\xcd\xb9\xc3\x1c\x87\x43\x0b\x4b\xa8\x2b\x20\xb6\x8e\x04\x6e\x83\x91\x04\xf4\x10\x05\x6e\x1e\xa6\xf5\x8a\xd6\x24\xbc\x47\xa3\xea\x73\x0c\x74\xa9\xe8\x1d\x66\xf6\x0a\xf7\xc8\x1e\x6b\xf6\x6c\xc3\x82\xd7\x35\x29\x27\xc5\x58\x15\xf4\x34\x14\xe4\x50\x0a\x1c\xe0\xd0\xb1\xeb\xc0\x22\x38\x21\x34\x1a\xdb\x36\x71\xeb\x06\x32\xcc\x53\x68\xad\x83\xb8\x05\xeb\x58\x47\x1e\xd8\xf5\xf9\x0f\xcd\x75\xf3\xde\xca\xc5\x3e\xd8\x5a\x9f\x0f\x51\xee\xff\x77\x1d\x16\x21\x49\xdc\xb3\x2e\xe6\x9b\x58\x75\x03\x7f\x8e\x0b\xe0\xa0\x86\xc1\x91\x02\x0a\xcd\x52\x1b\xa8\x87\x59\xae\xeb\x38\xd0\x0f\xd7\xbf\xdd\x42\x4c\x24\x68\x51\xae\xa0\xee\x6d\x52\x7c\xd4\xe3\x62\x30\x89\x5e\x33\x88\x05\xb4\x4f\x29\x8a\x65\x63\x7c\xbc\x1b\x1d\x4a\xba\x56\x81\x80\x56\xb5\x68\x74\xc0\x61\xc5\x01\x17\x79\xf1\x4c\xf2\x73\x9d\xfb\xf5\xfa\x03\xcc\x5c\x6b\xa9\x08\x69\xec\xc5\x51\xd5\x4a\xec\xd3\xa5\x56\xac\x63\xb4\x6c\xfd\x54\x2d\x65\xac\x32\xe2\xa5\x22\x16\xf0\x04\xc9\xd9\x1e\x03\xc3\xcd\xbb\xbb\xb5\x7c\x67\x73\xfd\x87\xb4\xa3\x8d\x17\x87\x3f\x47\xcb\x3b\x6c\xff\x4d\x9b\x46\x1c\xdc\xfe\x74\x19\x8b\x0e\x6a\xb4\xab\x1a\xd6\xfb\x4a\xf9\xf3\xaa\xb0\xd0\xef\x6a\x92\x75\xb6\x09\x0f\x19\x0f\x19\xff\x72\x56\x97\x4f\xb3\x28\x2f\x3e\x1a\x9f\x32\x2f\x31\x56\xd8\xe1\x23\x7a\x6e\x60\x8f\xbe\x5f\x06\x2f\x5f\x12\x15\x6d\xb7\xec\x98\x82\x1b\xae\xe6\x37\xaa\xcd\xb2\x24\xd5\x66\x2d\x6f\x7a\x30\xc1\xca\xb0\x3d\xbd\x03\x76\x98\x8e\xa7\xc5\x59\xb2\x6f\xde\xdc\xbc\xff\xb9\x78\x15\xc7\x67\xf4\xaf\xf3\x19\x2d\x08\x39\x48\x9e\x9b\x9a\x00\x53\xf2\x4c\xcd\xe3\x14\xe5\x2b\x6c\x9a\x11\xdd\x14\xc5\xcd\x03\xee\x92\xa7\x1f\xe1\xd3\x17\x28\xc7\x1b\xf5\x2d\x94\xa3\x9e\xf2\x0a\xca\x6d\x8c\xe3\x8b\x1a\xa5\x84\xaf\x9f\x8a\x4c\x76\xee\xa5\x36\x70\xa6\xaf\xea\xde\xdd\x93\xad\x0d\xdc\x6a\x8d\xdf\xdf\xdd\xc1\x04\x81\x43\x47\x32\x0d\xcc\x12\x2c\x1f\x45\x5b\x6e\x7b\xc1\xf1\x89\x15\xd4\xa2\xd0\x6a\xe1\x1e\xa7\x57\xad\xaf\x8f\xf9\x5c\x92\xc8\x54\xbf\xb1\xe3\xd6\xd7\x70\xbb\xce\xde\xeb\x54\xc0\x4c\x74\x3e\xd6\xc7\xf9\xcb\xb7\x09\x2b\xa0\x17\xc2\x66\x80\x14\x39\xd8\xd8\x86\x0c\x49\x42\xca\x6d\xa0\x06\xfe\xf8\xfd\x97\xe3\xe7\xc3\x63\x0d\x0a\x4d\xe4\x78\x9b\x5b\xc5\x01\xbe\x7f\xfb\x6b\xa5\xb4\xdf\xbf\xfd\xbd\x99\x7b\xf0\x4f\x00\x00\x00\xff\xff\xb1\xf2\x70\xf3\x41\x09\x00\x00"), + }, "/aws": &vfsgen۰DirInfo{ name: "aws", modTime: time.Time{}, @@ -41,7 +300,7 @@ var Assets = func() http.FileSystem { modTime: time.Time{}, uncompressedSize: 5552, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x58\x5b\x6f\x23\xb7\x15\x7e\x9f\x5f\x71\x3a\xcd\x43\x12\xd8\xba\xb9\xdb\xa0\x42\x84\xc0\x69\xb6\xc0\x3e\xb4\x5b\xc4\x45\x5e\x0c\x83\xa0\xc8\xa3\x19\xc6\x1c\x72\x40\x72\xe4\x55\x17\xfa\xef\xc5\x21\x39\x1a\x8d\x24\x5f\x82\x24\x40\x81\xd8\x0f\xb6\xc8\x73\xbf\x7c\xe7\x50\xda\x0a\xae\x3d\x7c\x2e\x00\x02\xaf\x3c\xac\xa0\x41\x57\xe1\x97\x05\x00\xc4\x53\xfa\x29\x1f\xbb\x35\x3a\x83\x01\xfd\x44\xd9\xa9\xd0\x9d\x0f\xe8\xa6\x5f\x7c\xde\x72\x37\xc9\x9f\x98\x92\xfb\x12\x56\x50\xda\x27\x83\xb2\x8c\x9c\xfb\xab\xf8\x87\xa8\xf8\x93\x67\xf8\x29\x38\xce\x48\x0d\x9d\x7f\x55\x00\x48\xf4\xc2\xa9\x36\x28\x6b\x88\xf5\xef\x0e\x79\x40\x09\xdf\xef\xe0\x63\x8b\xe6\xae\x56\x9b\x00\x1f\x8c\x0f\x5c\x6b\x74\x65\x51\x00\xb4\xdd\x5a\x2b\xc1\xd0\xc8\xd6\x2a\x13\xc8\xe0\x5e\x7c\xbc\xf2\x35\xf3\xc1\xf1\x80\xd5\x0e\x56\x2b\x28\xdf\x7f\x0a\xe8\x0c\xd7\x25\x7c\x07\xc1\x75\x08\x4b\xd8\x70\xed\xb1\x00\xd8\x5a\xdd\x35\xc8\xc2\xae\xc5\xe4\xe6\x0a\xca\xaa\x5d\x94\xc3\x95\x57\xff\x3d\x5c\xdd\xcc\x86\x73\x65\x5b\xdf\x9f\xc7\x00\x4e\x8e\x65\x91\x5a\x65\xe7\xa4\x71\x3e\x9b\xc1\x12\x66\xc5\xbe\x28\x5a\x67\xb7\x4a\xa2\x83\x92\x3f\xf9\x32\x86\xd6\x61\x95\x1c\xef\x3d\x48\x07\xe4\xa6\x7f\x54\x6d\xfe\xc8\xb6\x5c\x2b\xc9\xc3\x98\xf4\x32\x01\xb1\x0e\xa1\x49\xe9\x43\xb1\x38\x98\x6a\x1f\xbb\xf6\xcb\x98\xb4\xce\x07\xdb\x0c\x61\xbc\x82\x12\xc5\xa2\xbc\x02\xd3\x69\xfd\x55\xe2\xd3\xeb\xb7\xf1\x69\xee\x83\x12\xda\x72\xb9\xe6\x9a\x1b\xa1\x4c\x35\x12\xa4\x78\xf3\x26\x41\x8a\x37\x23\x3e\x67\xbb\x80\xef\x6e\x5e\xe5\xcb\x74\x23\x5e\x7f\x03\x6f\xd2\xe9\x4f\xd8\x82\x7f\x1b\x5b\xf0\x47\x7c\x7b\xca\xaf\xe4\x81\xc7\xdc\xb2\x96\xbb\xa0\x28\x1b\x25\x94\xa2\x73\x0e\x4d\x28\xe1\xf3\x88\x04\xd7\x9e\x49\xdc\xf0\x4e\x07\xf6\xd8\x78\xf6\x88\xbb\x53\x62\x87\xde\x76\x4e\x60\x62\xf0\x37\x6c\xdd\x89\x47\x0c\x25\x94\xaa\x32\x59\x3c\x25\x38\x1d\x1f\x55\x46\x7f\x9d\x19\x0a\x00\x2e\x74\x2e\xef\xd6\xa9\x2d\x0f\x18\x3b\xe9\x85\x76\xff\x17\x6f\x30\xf6\xf2\x59\x87\x5f\xaf\xad\x0d\xd4\x60\xed\xa8\xc3\x53\x13\x0c\x9d\x5d\x00\x68\xb5\x41\xb1\x13\x1a\xb3\x58\x55\x19\xeb\x90\x89\x9a\x9b\x0a\x49\x31\xd7\xba\x8f\xdd\x33\xbe\x32\xbb\xfe\x19\xc5\x0b\x2e\x8f\xa8\x27\x3d\xd1\x44\xc9\x02\xe0\x11\x77\xd9\xe9\x83\xc9\x44\x41\x66\x67\x65\x29\x64\x43\xb8\x7a\x32\xb6\x51\x1a\x9f\x0d\x9b\x47\xb7\x45\xc7\xbc\x92\xc8\xd0\x08\xb7\x3b\xa0\xd7\xed\xfb\xbb\xc5\xbb\xbf\xfe\x7f\xc7\x56\xf1\x86\x29\x02\x54\x23\x90\xb5\xce\x92\xab\xe5\x51\x88\x52\x80\x0d\x6f\xf0\x15\x13\xaf\x7b\x66\xb2\xc7\x59\x8d\x47\x15\xd8\xf0\x44\xcf\x1b\x46\x37\x2c\x8a\xfb\xd3\x0a\x4a\x82\xc4\x17\x89\x96\xd0\x1b\x49\x67\x93\x83\xb6\xfb\xd9\xc3\x84\x08\x2e\x3b\x44\xb4\xe7\x4e\x08\xdb\x99\xf0\x9a\x55\xab\x6c\xd5\x3c\xc2\xf4\x1b\x5d\x8f\xfa\x68\x16\xf1\x50\x13\xed\x34\x06\x81\x7b\x4f\x23\x20\xca\x6e\xad\x56\x62\x07\x2b\xf8\xf6\xdb\xf7\x1f\xff\x51\xa4\x2c\x95\x3f\xa1\xf3\x54\xc4\x4b\x28\x17\xb3\xf9\xe2\x7a\x3e\xbb\x9e\x7f\x53\xa6\x2c\x97\x77\x81\x07\x6c\xa8\xfd\x97\x70\x9f\x8b\x65\x28\x9b\x5c\x3c\xb7\x22\x64\x01\x3e\xf8\xe5\x6d\xd4\xf8\x23\x59\x73\x35\xa6\xfb\xb7\x53\x46\xa8\x96\xeb\x72\x79\x22\x22\xe9\x42\xb7\x55\x02\x49\x0e\x8a\xc5\xe4\x8b\xcf\x84\x4c\x93\x11\x76\x4d\x32\x18\x4d\xa4\xf1\xcc\x77\x9b\x8d\xfa\xb4\x2f\x47\x92\xf6\x27\x3a\xdf\x6f\x36\xd4\xac\x4b\x28\x6f\xb5\xb6\x4f\xa7\x26\xdd\x29\x49\x77\x83\x8c\x7d\xfc\xef\xa1\xd8\x17\x14\xa2\x5f\xdf\x34\x87\xb4\x3c\xdb\x39\xcf\x16\x4f\xce\xd7\x6f\x52\x43\x6f\xec\x9e\xa4\x70\xe8\x9d\xe7\xeb\x5e\xc9\xb8\xf7\x9c\x57\xd4\x0b\xf5\x74\xa1\x9a\x0e\xb1\x7c\x2e\x4f\x47\xc5\x85\x62\xb1\xfc\x21\xae\x66\x6b\xfc\x7a\x20\xf8\x31\x07\x8f\x48\xbe\x1e\x45\xfa\x97\x0a\xbf\x0d\x81\x8b\xfa\xa7\xb8\x34\xfd\x1e\xf2\x7f\xc0\xb7\xca\x2f\x86\x12\x3c\x2f\x8f\x0c\x94\xe7\x75\xc1\x1b\xd5\x57\x45\xa3\x58\xca\xd0\x25\x68\xed\x6b\x7d\xc8\xef\x29\xc5\x90\xeb\x04\x70\x00\x07\x8a\x61\x31\x85\x41\x4e\x5f\x89\xc3\xb4\x1a\xd1\xd3\x80\xea\xd6\x06\x03\x53\xf2\xb4\xed\x47\xfc\xaf\x2e\xcb\x44\x98\x97\xed\x83\x44\x7f\x3f\x7b\x80\x65\xba\x4a\x23\x71\x7c\x57\x00\x74\x1e\x1d\x8b\x8b\xce\x4b\xda\x07\xeb\x7d\xe8\xd6\x87\x95\x85\x36\xec\x56\x30\x8f\xa2\x73\x2a\xec\x58\xe5\x6c\xd7\x92\xec\x9e\xff\x9e\x04\xe4\x26\xf4\x15\x53\xf2\x2a\xed\x00\x23\x86\xa3\x90\x2a\xf9\x90\x90\xd9\x0a\x45\xd6\x66\x87\x54\xcb\xb8\x94\x0e\xbd\x3f\x2c\xf0\xa7\xef\x8a\x4b\x63\xf6\xcf\xf0\x21\x0e\x5a\xe8\x07\xad\x32\x10\x6a\x84\xdb\x7f\x7e\x80\xa7\x5a\x89\x1a\x36\x96\x8a\xc7\xa1\xa0\x87\x0c\xad\x05\x76\x13\x29\xfa\xba\x9a\xc0\x7f\x6a\xe5\xb3\x30\xbe\xb5\xe4\x1a\x17\x42\x49\x34\x81\x6b\x90\xa8\xb1\x67\x33\x56\xa2\x87\xa7\x1a\x0d\x6e\xd1\x01\x07\x83\x4f\xf0\xf1\x0e\x1c\x6a\xe4\x1e\x41\xd8\x06\x3d\xd8\x2e\x4c\x2e\xaf\x00\xf7\xbc\x51\x0f\x71\x09\xf8\xfd\xf7\x11\x67\x6d\x60\x6b\x6d\xc5\x23\x93\x48\x93\x25\x8b\x1f\xbd\x8a\xce\x5f\x4a\xc7\x34\xf1\xa9\x75\x42\x43\x67\xc9\xb9\xc3\x7b\xeb\xec\xc5\x45\x57\xe9\xb9\x92\x76\x31\x94\x91\x86\x9e\x7a\xf1\x38\x6f\xd7\xb1\x1d\xce\x70\x3c\xda\x9d\x05\x1d\x11\xf6\x80\x7e\x98\x8a\x17\xd6\xf5\xc3\x7c\x24\x1e\xee\x4c\x6e\x8b\x57\x85\xf7\x19\xe9\xc3\xf0\x2b\x67\xde\xd6\xea\xd7\x92\x23\xb1\x45\x23\x3d\x8b\x4b\xea\xfd\xa5\x05\xfb\xb0\x03\x3f\x9c\x63\xa0\x5e\xb3\xc0\x5d\x85\x21\x37\x23\x8f\xc8\x1d\x27\xcb\x19\x2a\x4e\xa7\xf0\x3d\x0a\xde\x79\xec\xeb\x5e\x79\xdf\x21\xd4\x21\xb4\x7e\x39\x9d\x56\x2a\xd4\xdd\x7a\x22\x6c\x33\xad\xb9\xaf\x95\xb0\xae\x9d\x06\x74\x8e\x6f\xac\x6b\xa6\x91\xd8\x4f\xe7\x8b\x77\xdf\xcc\xae\x22\xbb\xb0\x86\x36\x1c\xe7\x41\x70\x63\x6c\x20\x74\x01\x0e\x72\x67\x78\xa3\x04\x68\xe5\x03\xb5\x5c\x1a\xd3\xc9\x00\x6e\x24\xb1\x3a\xdc\x50\xa3\x72\x87\xb9\x27\x83\x05\xd5\xb4\x5a\x09\x15\xf4\x2e\xef\x6a\x10\x6a\x1e\xa2\xa2\x28\x49\x79\x32\xfb\xcc\x61\x67\x3c\xd3\x68\xaa\x50\xc3\x35\xcc\xaf\xa8\xe9\x05\x35\x60\xd4\x42\x4c\xc6\x02\x6f\x15\xc3\x0c\x9e\x47\x6b\xc3\x65\x68\xc9\xe0\xfa\x92\xa2\xe5\xab\x14\xd7\x30\x4f\x8d\x3d\xbe\xcf\x35\x7e\x89\xf3\x3e\x5a\x35\x51\x46\xe2\xa7\x87\x81\x75\x98\x13\x79\x48\xe5\x71\x72\x84\xa2\x3d\xd6\xab\xf6\xc2\x63\x6d\x04\xbd\xe7\x35\x41\x78\xde\xab\x48\xb6\xa5\x93\xb3\x2f\x7f\x52\xac\x8e\xce\xa2\x7b\xaa\x41\xdb\x1d\xbe\xca\x88\xb0\x1a\x77\xab\xc5\xac\x29\x7f\x23\x70\xbb\xf6\xd5\x2f\xdb\x1a\x4f\xc6\x93\xeb\xe2\xeb\xc3\xfb\x3a\x79\x7c\x3e\xb6\x57\x50\x2a\x53\xd1\xb8\x89\xaf\xcf\xd3\xe9\xd6\x3f\x64\x9f\x1f\x62\x27\xc1\x1a\x03\xe1\x49\xc8\x5a\x67\x83\x15\xb6\x7f\xba\x06\x11\xd1\x5b\x28\xe9\x12\x42\x3f\x3f\xf2\xe0\x3b\xb8\x2f\x67\x93\xf8\x3b\x9d\x95\xfd\xa4\x6f\xb8\xa8\x95\x41\xb6\xfd\x0b\x23\x29\x84\xb6\x1b\x67\x1b\xd6\x5a\x17\xa2\x8e\xc5\x82\xbc\xb6\xfd\x41\x3e\x7a\x63\xd8\x86\x4d\xe0\x67\xdb\x51\xfb\x48\x56\xf1\x80\x4f\x7c\xf7\x07\x8d\xe6\xfc\x6f\xef\x6e\xe6\x67\x01\x4d\xa7\xfb\xa2\xf8\x5f\x00\x00\x00\xff\xff\x24\x75\x48\x8f\xb0\x15\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x58\x5b\x6f\x23\xb7\x15\x7e\x9f\x5f\x71\x3a\xcd\x43\x12\xd8\xba\xb9\xdb\xa0\x42\x84\xc0\x69\xb6\xc0\x3e\xb4\x5b\xc4\x45\x5e\x0c\x83\xa0\xc8\xa3\x19\xc6\x1c\x72\x40\x72\xe4\x55\x17\xfa\xef\xc5\x21\x39\x1a\x8d\x24\x5f\x82\x24\x40\x81\xd8\x0f\xb6\xc8\x73\xbf\x7c\xe7\x50\xda\x0a\xae\x3d\x7c\x2e\x00\x02\xaf\x3c\xac\xa0\x41\x57\xe1\x97\x05\x00\xc4\x53\xfa\x29\x1f\xbb\x35\x3a\x83\x01\xfd\x44\xd9\xa9\xd0\x9d\x0f\xe8\xa6\x5f\x7c\xde\x72\x37\xc9\x9f\x98\x92\xfb\x12\x56\x50\xda\x27\x83\xb2\x8c\x9c\xfb\xab\xf8\x87\xa8\xf8\x93\x67\xf8\x29\x38\xce\x48\x0d\x9d\x7f\x55\x00\x48\xf4\xc2\xa9\x36\x28\x6b\x88\xf5\xef\x0e\x79\x40\x09\xdf\xef\xe0\x63\x8b\xe6\xae\x56\x9b\x00\x1f\x8c\x0f\x5c\x6b\x74\x65\x51\x00\xb4\xdd\x5a\x2b\xc1\xd0\xc8\xd6\x2a\x13\xc8\xe0\x5e\x7c\xbc\xf2\x35\xf3\xc1\xf1\x80\xd5\x0e\x56\x2b\x28\xdf\x7f\x0a\xe8\x0c\xd7\x25\x7c\x07\xc1\x75\x08\x4b\xd8\x70\xed\xb1\x00\xd8\x5a\xdd\x35\xc8\xc2\xae\xc5\xe4\xe6\x0a\xca\xaa\xbd\x29\x87\x2b\xaf\xfe\x7b\xb8\xba\x99\x0d\xe7\xca\xb6\xbe\x3f\x8f\x01\x9c\x1c\xcb\x22\xb5\xca\xce\x49\xe3\x7c\x36\x83\x25\xcc\x8a\x7d\x51\xb4\xce\x6e\x95\x44\x07\x25\x7f\xf2\x65\x0c\xad\xc3\x2a\x39\xde\x7b\x90\x0e\xc8\x4d\xff\xa8\xda\xfc\x91\x6d\xb9\x56\x92\x87\x31\xe9\x65\x02\x62\x1d\x42\x93\xd2\x87\x62\x71\x30\xd5\x3e\x76\xed\x97\x31\x69\x9d\x0f\xb6\x19\xc2\x78\x05\x25\x8a\x45\x79\x05\xa6\xd3\xfa\xab\xc4\xa7\xd7\x6f\xe3\xd3\xdc\x07\x25\xb4\xe5\x72\xcd\x35\x37\x42\x99\x6a\x24\x48\xf1\xe6\x4d\x82\x14\x6f\x46\x7c\xce\x76\x01\xdf\xdd\xbc\xca\x97\xe9\x46\xbc\xfe\x06\xde\xa4\xd3\x9f\xb0\x05\xff\x36\xb6\xe0\x8f\xf8\xf6\x94\x5f\xc9\x03\x8f\xb9\x65\x2d\x77\x41\x51\x36\x4a\x28\x45\xe7\x1c\x9a\x50\xc2\xe7\x11\x09\xae\x3d\x93\xb8\xe1\x9d\x0e\xec\xb1\xf1\xec\x11\x77\xa7\xc4\x0e\xbd\xed\x9c\xc0\xc4\xe0\x6f\xd8\xba\x13\x8f\x18\x4a\x28\x55\x65\xb2\x78\x4a\x70\x3a\x3e\xaa\x8c\xfe\x3a\x33\x14\x00\x5c\xe8\x5c\xde\xad\x53\x5b\x1e\x30\x76\xd2\x0b\xed\xfe\x2f\xde\x60\xec\xe5\xb3\x0e\xbf\x5e\x5b\x1b\xa8\xc1\xda\x51\x87\xa7\x26\x18\x3a\xbb\x00\xd0\x6a\x83\x62\x27\x34\x66\xb1\xaa\x32\xd6\x21\x13\x35\x37\x15\x92\x62\xae\x75\x1f\xbb\x67\x7c\x65\x76\xfd\x33\x8a\x17\x5c\x1e\x51\x4f\x7a\xa2\x89\x92\x05\xc0\x23\xee\xb2\xd3\x07\x93\x89\x82\xcc\xce\xca\x52\xc8\x86\x70\xf5\x64\x6c\xa3\x34\x3e\x1b\x36\x8f\x6e\x8b\x8e\x79\x25\x91\xa1\x11\x6e\x77\x40\xaf\xdb\xf7\x77\x8b\x77\x7f\xfd\xff\x8e\xad\xe2\x0d\x53\x04\xa8\x46\x20\x6b\x9d\x25\x57\xcb\xa3\x10\xa5\x00\x1b\xde\xe0\x2b\x26\x5e\xf7\xcc\x64\x8f\xb3\x1a\x8f\x2a\xb0\xe1\x89\x9e\x37\x8c\x6e\x58\x14\xf7\xa7\x15\x94\x04\x89\x2f\x12\x2d\xa1\x37\x92\xce\x26\x07\x6d\xf7\xb3\x87\x09\x11\x5c\x76\x88\x68\xcf\x9d\x10\xb6\x33\xe1\x35\xab\x56\xd9\xaa\x79\x84\xe9\x37\xba\x1e\xf5\xd1\x2c\xe2\xa1\x26\xda\x69\x0c\x02\xf7\x9e\x46\x40\x94\xdd\x5a\xad\xc4\x0e\x56\xf0\xed\xb7\xef\x3f\xfe\xa3\x48\x59\x2a\x7f\x42\xe7\xa9\x88\x97\x50\x2e\x66\xf3\xc5\xf5\x7c\x76\x3d\xff\xa6\x4c\x59\x2e\xef\x02\x0f\xd8\x50\xfb\x2f\xe1\x3e\x17\xcb\x50\x36\xb9\x78\x6e\x45\xc8\x02\x7c\xf0\xcb\xdb\xa8\xf1\x47\xb2\xe6\x6a\x4c\xf7\x6f\xa7\x8c\x50\x2d\xd7\xe5\xf2\x44\x44\xd2\x85\x6e\xab\x04\x92\x1c\x14\x8b\xc9\x17\x9f\x09\x99\x26\x23\xec\x9a\x64\x30\x9a\x48\xe3\x99\xef\x36\x1b\xf5\x69\x5f\x8e\x24\xed\x4f\x74\xbe\xdf\x6c\xa8\x59\x97\x50\xde\x6a\x6d\x9f\x4e\x4d\xba\x53\x92\xee\x06\x19\xfb\xf8\xdf\x43\xb1\x2f\x28\x44\xbf\xbe\x69\x0e\x69\x79\xb6\x73\x9e\x2d\x9e\x9c\xaf\xdf\xa4\x86\xde\xd8\x3d\x49\xe1\xd0\x3b\xcf\xd7\xbd\x92\x71\xef\x39\xaf\xa8\x17\xea\xe9\x42\x35\x1d\x62\xf9\x5c\x9e\x8e\x8a\x0b\xc5\x62\xf9\x43\x5c\xcd\xd6\xf8\xf5\x40\xf0\x63\x0e\x1e\x91\x7c\x3d\x8a\xf4\x2f\x15\x7e\x1b\x02\x17\xf5\x4f\x71\x69\xfa\x3d\xe4\xff\x80\x6f\x95\x5f\x0c\x25\x78\x5e\x1e\x19\x28\xcf\xeb\x82\x37\xaa\xaf\x8a\x46\xb1\x94\xa1\x4b\xd0\xda\xd7\xfa\x90\xdf\x53\x8a\x21\xd7\x09\xe0\x00\x0e\x14\xc3\x62\x0a\x83\x9c\xbe\x12\x87\x69\x35\xa2\xa7\x01\xd5\xad\x0d\x06\xa6\xe4\x69\xdb\x8f\xf8\x5f\x5d\x96\x89\x30\x2f\xdb\x07\x89\xfe\x7e\xf6\x00\xcb\x74\x95\x46\xe2\xf8\xae\x00\xe8\x3c\x3a\x16\x17\x9d\x97\xb4\x0f\xd6\xfb\xd0\xad\x0f\x2b\x0b\x6d\xd8\xad\x60\x1e\x45\xe7\x54\xd8\xb1\xca\xd9\xae\x25\xd9\x3d\xff\x3d\x09\xc8\x4d\xe8\x2b\xa6\xe4\x55\xda\x01\x46\x0c\x47\x21\x55\xf2\x21\x21\xb3\x15\x8a\xac\xcd\x0e\xa9\x96\x71\x29\x1d\x7a\x7f\x58\xe0\x4f\xdf\x15\x97\xc6\xec\x9f\xe1\x43\x1c\xb4\xd0\x0f\x5a\x65\x20\xd4\x08\xb7\xff\xfc\x00\x4f\xb5\x12\x35\x6c\x2c\x15\x8f\x43\x41\x0f\x19\x5a\x0b\xec\x26\x52\xf4\x75\x35\x81\xff\xd4\xca\x67\x61\x7c\x6b\xc9\x35\x2e\x84\x92\x68\x02\xd7\x20\x51\x63\xcf\x66\xac\x44\x0f\x4f\x35\x1a\xdc\xa2\x03\x0e\x06\x9f\xe0\xe3\x1d\x38\xd4\xc8\x3d\x82\xb0\x0d\x7a\xb0\x5d\x98\x5c\x5e\x01\xee\x79\xa3\x1e\xe2\x12\xf0\xfb\xef\x23\xce\xda\xc0\xd6\xda\x8a\x47\x26\x91\x26\x4b\x16\x3f\x7a\x15\x9d\xbf\x94\x8e\x69\xe2\x53\xeb\x84\x86\xce\x92\x73\x87\xf7\xd6\xd9\x8b\x8b\xae\xd2\x73\x25\xed\x62\x28\x23\x0d\x3d\xf5\xe2\x71\xde\xae\x63\x3b\x9c\xe1\x78\xb4\x3b\x0b\x3a\x22\xec\x01\xfd\x30\x15\x2f\xac\xeb\x87\xf9\x48\x3c\xdc\x99\xdc\x16\xaf\x0a\xef\x33\xd2\x87\xe1\x57\xce\xbc\xad\xd5\xaf\x25\x47\x62\x8b\x46\x7a\x16\x97\xd4\xfb\x4b\x0b\xf6\x61\x07\x7e\x38\xc7\x40\xbd\x66\x81\xbb\x0a\x43\x6e\x46\x1e\x91\x3b\x4e\x96\x33\x54\x9c\x4e\xe1\x7b\x14\xbc\xf3\xd8\xd7\xbd\xf2\xbe\x43\xa8\x43\x68\xfd\x72\x3a\xad\x54\xa8\xbb\xf5\x44\xd8\x66\x5a\x73\x5f\x2b\x61\x5d\x3b\x0d\xe8\x1c\xdf\x58\xd7\x4c\x23\xb1\x9f\xce\x17\xef\xbe\x99\x5d\x45\x76\x61\x0d\x6d\x38\xce\x83\xe0\xc6\xd8\x40\xe8\x02\x1c\xe4\xce\xf0\x46\x09\xd0\xca\x07\x6a\xb9\x34\xa6\x93\x01\xdc\x48\x62\x75\xb8\xa1\x46\xe5\x0e\x73\x4f\x06\x0b\xaa\x69\xb5\x12\x2a\xe8\x5d\xde\xd5\x20\xd4\x3c\x44\x45\x51\x92\xf2\x64\xf6\x99\xc3\xce\x78\xa6\xd1\x54\xa1\x86\x6b\x98\x5f\x51\xd3\x0b\x6a\xc0\xa8\x85\x98\x8c\x05\xde\x2a\x86\x19\x3c\x8f\xd6\x86\xcb\xd0\x92\xc1\xf5\x25\x45\xcb\x57\x29\xae\x61\x9e\x1a\x7b\x7c\x9f\x6b\xfc\x12\xe7\x7d\xb4\x6a\xa2\x8c\xc4\x4f\x0f\x03\xeb\x30\x27\xf2\x90\xca\xe3\xe4\x08\x45\x7b\xac\x57\xed\x85\xc7\xda\x08\x7a\xcf\x6b\x82\xf0\xbc\x57\x91\x6c\x4b\x27\x67\x5f\xfe\xa4\x58\x1d\x9d\x45\xf7\x54\x83\xb6\x3b\x7c\x95\x11\x61\x35\xee\x56\x8b\x59\x53\xfe\x46\xe0\x76\xed\xab\x5f\xb6\x35\x9e\x8c\x27\xd7\xc5\xd7\x87\xf7\x75\xf2\xf8\x7c\x6c\xaf\xa0\x54\xa6\xa2\x71\x13\x5f\x9f\xa7\xd3\xad\x7f\xc8\x3e\x3f\xc4\x4e\x82\x35\x06\xc2\x93\x90\xb5\xce\x06\x2b\x6c\xff\x74\x0d\x22\xa2\xb7\x50\xd2\x25\x84\x7e\x7e\xe4\xc1\x77\x70\x5f\xce\x26\xf1\x77\x3a\x2b\xfb\x49\xdf\x70\x51\x2b\x83\x6c\xfb\x17\x46\x52\x08\x6d\x37\xce\x36\xac\xb5\x2e\x44\x1d\x8b\x05\x79\x6d\xfb\x83\x7c\xf4\xc6\xb0\x0d\x9b\xc0\xcf\xb6\xa3\xf6\x91\xac\xe2\x01\x9f\xf8\xee\x0f\x1a\xcd\xf9\xdf\xde\xdd\xcc\xcf\x02\x9a\x4e\xf7\x45\xf1\xbf\x00\x00\x00\xff\xff\x59\xbc\xd4\x07\xb0\x15\x00\x00"), }, "/aws/bootstrap/outputs.tf": &vfsgen۰CompressedFileInfo{ name: "outputs.tf", @@ -57,6 +316,13 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xce\x41\x0a\xc2\x40\x0c\x85\xe1\xfd\x9c\x22\x74\xa5\x87\xf0\x2c\x21\xd3\x86\x31\x90\x8e\x21\x49\x07\x44\xbc\xbb\x0b\x57\x5d\xa8\x75\xff\xbe\xc7\x3f\xc8\x85\xaa\x32\x4c\x5a\x31\xc9\x1b\x27\x36\xbf\x6d\x86\xe4\x3d\x26\x78\x14\x80\xbc\x1b\xc3\x05\x54\x22\x4f\x91\x2e\xbd\x9d\xcb\xb3\x94\xef\x14\x95\x7b\xcb\xeb\xee\xe1\x8d\xf7\x76\xd8\x8c\xb2\xfc\x9c\xd9\x56\x55\x66\x8c\xad\x76\x4e\x94\xe5\x68\x9a\xb9\x0c\x4a\xfe\x1f\xae\x14\xc9\x8e\xd1\x8e\xd4\xd1\x2a\x9f\x66\xaf\x00\x00\x00\xff\xff\xbc\xc3\x82\xcc\x61\x01\x00\x00"), }, + "/aws/bootstrap/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 127, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcb\x4d\x0a\xc2\x50\x10\x03\xe0\xfd\x3b\x45\x78\x07\xb0\x0a\x6e\x9f\x57\x91\xa1\x9d\xe2\x40\xed\xd4\x4c\x7f\x16\xd2\xbb\x4b\x1f\x2e\xba\x08\x04\x92\x6f\x56\x52\x7a\xe7\x1b\xdf\x04\x50\x3f\x8b\x51\xbb\xe7\xaa\x0c\xf3\x11\x05\xf9\x51\x70\xbd\xdc\xee\xf9\x3c\x4f\xf4\xd5\x3a\x65\x54\x05\xc8\x16\x28\xff\x0e\x84\x2f\x6c\xf5\xb0\x3e\xe9\x18\x2f\xeb\xe7\x66\xf0\x56\x86\x46\xb6\xc8\xf5\xb4\xa7\x23\x7b\xfa\x05\x00\x00\xff\xff\x54\x65\xba\x41\x7f\x00\x00\x00"), + }, "/aws/cluster": &vfsgen۰DirInfo{ name: "cluster", modTime: time.Time{}, @@ -79,6 +345,13 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\x4d\x4e\xc4\x30\x0c\x05\xe0\x7d\x4e\xf1\xd4\x15\x6c\xb8\x41\x17\x9c\x01\x24\x96\x95\x27\x75\x3b\x16\x69\x12\xd9\x0e\x3f\x1a\xcd\xdd\x51\xa6\x95\x00\x41\x76\xc9\x7b\xb1\xbf\x37\x52\xa1\x53\x62\x0c\x31\x35\x73\xd6\x49\xe6\x01\x97\x00\xf8\x67\x65\x8c\x30\x57\xc9\x6b\xb8\x86\xf0\x5d\x75\x5a\xed\x47\xe9\x38\x23\x36\xaa\x77\x7b\xff\x3e\x00\x33\x2f\xd4\x92\x1f\xd9\xe5\x7a\x7b\xb2\xa8\x52\x5d\x4a\xc6\x88\xe1\xf1\xe5\x09\x7d\x16\xbc\xe0\xc4\xa0\x5a\x93\xf0\xdc\x6f\x51\x99\x9c\x67\x28\x5b\x69\x1a\xd9\x1e\x86\xdf\x84\xf7\xa2\xaf\x1d\x4b\xdb\xa4\x25\xf1\x94\x69\xe3\xff\x48\x07\xff\xcf\xea\xe7\x33\xa3\xff\x41\x59\xe0\x67\x06\x7f\x88\xb9\xe4\x15\x7d\x5a\x17\x34\x63\x2c\x45\x6f\xa1\x64\x73\xca\x91\x51\xb5\x2c\x92\xf6\x60\x17\x58\x77\x7d\x05\x00\x00\xff\xff\x10\xf5\x26\xa6\x45\x01\x00\x00"), }, + "/aws/cluster/iam/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 127, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcb\x4d\x0a\xc2\x50\x10\x03\xe0\xfd\x3b\x45\x78\x07\xb0\x0a\x6e\x9f\x57\x91\xa1\x9d\xe2\x40\xed\xd4\x4c\x7f\x16\xd2\xbb\x4b\x1f\x2e\xba\x08\x04\x92\x6f\x56\x52\x7a\xe7\x1b\xdf\x04\x50\x3f\x8b\x51\xbb\xe7\xaa\x0c\xf3\x11\x05\xf9\x51\x70\xbd\xdc\xee\xf9\x3c\x4f\xf4\xd5\x3a\x65\x54\x05\xc8\x16\x28\xff\x0e\x84\x2f\x6c\xf5\xb0\x3e\xe9\x18\x2f\xeb\xe7\x66\xf0\x56\x86\x46\xb6\xc8\xf5\xb4\xa7\x23\x7b\xfa\x05\x00\x00\xff\xff\x54\x65\xba\x41\x7f\x00\x00\x00"), + }, "/aws/cluster/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, @@ -109,6 +382,13 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x56\x4d\x6f\xdc\x46\x0c\xbd\xeb\x57\x10\xbe\x38\x06\xdc\xdd\x26\x40\x51\xa0\x88\x0f\x2e\xd2\x02\x46\x9b\xa6\xa8\x0b\xe4\x50\x14\x03\x6a\xc4\x95\x88\x1d\xcd\x08\x43\x6a\x9d\x75\x90\xff\x1e\x50\x5a\x39\xfb\x69\x3b\xde\xc3\x5e\x34\xc3\xf7\x48\xbe\x47\xce\x0a\x33\x63\x19\x08\xce\x70\x85\x1c\xb0\xe4\xc0\xba\x76\xf7\x29\x92\x9c\xc1\xe7\x02\x40\xd7\x1d\xc1\xe6\x77\x05\x81\x45\x5f\x89\x66\x8e\xf5\x45\x01\x50\x91\xf8\xcc\x9d\x72\x8a\x70\x05\x67\x7f\xb2\x28\xa4\x05\x68\x43\xb0\x1d\x0f\x86\x78\xc0\x11\xee\x1a\xf6\x0d\x68\x02\x9f\x09\x95\x86\x93\x2d\x8a\x52\x96\x19\xfc\xdb\x10\x04\x8a\xb5\x36\x63\x10\x96\x01\x0f\xda\xde\xfe\x50\x7d\x03\x1c\x45\x31\x7a\x72\x3e\xf5\x51\x67\x67\xc5\x97\xa2\xd8\xca\xe1\xde\x69\x72\xd2\x97\x91\xd4\x71\x75\x2c\x81\x16\xbb\xd3\xfc\xdf\x63\x07\x8b\x9c\xda\x43\xf2\x10\xb1\x25\xe3\x6d\x84\x6f\xde\x4d\x49\x8e\x50\x96\x98\x36\xa8\x87\xd7\xf6\xf8\xf9\xd0\x5b\xaa\xbb\xd4\xae\x60\xe4\xb3\x7b\xf4\x21\x51\x3b\xf3\xe4\x69\xf2\x6f\x1c\xb6\xbc\x9b\xf0\xc3\x51\xcb\x73\x81\x7d\x50\xcb\xf1\xec\x04\xce\x50\xd0\x27\x81\x96\x7d\x49\x3e\xc5\x05\xd7\xce\xa7\xa8\xb4\x73\xe5\xb9\x98\x63\xc3\x9d\xd4\x8e\xab\x17\xa8\xcc\x64\x22\xe4\xfb\x6c\x55\xae\x73\xea\x3b\xb8\x79\x27\xd6\x9c\x92\x00\xbb\x2e\x30\x55\x53\xab\x46\x28\x88\xa9\x22\xd9\x57\x4b\x4e\x49\xdd\x2a\x85\xbe\x25\xc7\xa9\x3b\xca\x64\x2b\x9b\x03\x0e\xd8\x5a\xc9\x4c\x0a\x5d\x4e\x2b\x16\x4e\x91\x2a\xb8\xf9\xf0\xf7\x2d\x2c\x52\x1e\xe0\x0d\x02\xca\x90\xfc\x12\x2a\x5a\xb1\xa7\xc7\x38\x08\xdf\xd3\xf7\x72\xb0\x3b\x93\x18\xc7\x30\x26\xc6\x9a\x6b\x2c\xd7\x4a\xf2\x32\x22\x7b\x92\x7b\x16\x91\xe1\x64\x5a\x4c\x24\x5e\x84\x4b\xd1\xe7\x75\xa7\x74\xd4\xb8\x65\x4a\xe1\x10\xfa\x63\x43\xda\xd0\x09\x2c\x90\x26\xf5\xa1\x32\x59\x3c\x84\x7e\x0c\x7f\xd9\x8a\x5b\xd2\xfa\xc4\xe4\x78\x2c\xfb\x3f\xde\xdf\xc2\x92\xd6\xc0\xd5\x38\x08\xbe\x01\xf7\x62\x62\xec\xd2\xc4\xe0\x79\x55\x51\xac\x8f\xca\x71\x7f\x7a\x8d\x0e\x1b\xbf\x7d\xfe\x72\xc8\xed\xfa\xe3\x2d\x58\xac\x43\x73\x8c\xf3\xb7\x82\x4c\x92\xfa\xec\x0f\xdd\xa1\x98\x6b\x52\x37\xf8\xcb\x61\x8e\xcf\x33\xea\x36\xa1\xff\xfe\x3f\x5e\xac\x30\x6d\x89\x01\x61\xe3\xe0\xeb\x7f\xfe\xfa\xa6\xd6\x90\xb0\x82\x12\x83\x0d\xa6\xfc\x24\x31\x37\xee\x8c\x91\xdf\x31\xbc\xad\x95\x42\x70\x7e\x70\xff\x1c\xa6\xe0\x97\x56\x99\xbb\x94\x97\x80\x39\xf5\xb1\x82\x46\xb5\x93\x5f\xe6\xf3\x9a\xb5\xe9\xcb\x99\x4f\xed\xbc\x41\x69\xd8\xa7\xdc\xcd\x95\x72\xc6\x45\xca\xed\x9c\x45\x7a\x92\xf9\xeb\x37\x3f\xfd\xfc\xe3\x3e\xdd\x5e\x28\xbb\x0a\x15\x1d\xd7\xf1\xc9\xf9\xda\xf5\x65\x60\x69\x9c\x68\x46\xa5\x7a\xfd\x1d\x42\x7c\xfb\xf6\xb7\x0f\xbf\x17\x96\xf0\x26\x08\xc7\x1a\xa6\x38\x43\x69\x29\x56\x5d\xe2\xa8\xb6\x56\x97\x7b\x55\x96\x59\x51\xfc\x4a\x1e\x7b\x79\x98\x27\x43\x56\x2f\x29\xc1\xe5\x70\xdd\xa7\x28\x7d\x4b\x59\xc0\x63\x8c\x49\xcd\x0a\x80\x50\xad\x23\xb6\xec\x47\x15\x18\xab\x61\xf1\x14\x18\xcd\x3a\x94\x69\x91\x32\x01\xe6\x61\x84\xf8\x61\xe5\x72\xdb\x05\xf6\xac\x61\x0d\x28\x16\x72\xf4\x98\x4e\x52\x62\x31\xc6\x78\x27\x2e\x94\xee\x94\x3a\xe0\x07\x78\x7d\x69\xb3\xd1\xa3\xd0\x88\x64\x17\x63\x02\xec\xd8\xd1\x27\xa5\x1c\x31\xcc\xe0\x3a\x8e\x16\x3e\x17\xb8\x1b\x0e\x0d\xcf\x90\xa9\x41\x45\x43\xa1\x1b\xdc\x54\x91\xe7\x8a\x80\xc7\x52\x1d\xa0\x6e\x48\x6d\xb0\x5f\x9d\x62\x75\x01\x29\x9f\xfe\x6a\x9c\x2f\x0a\xeb\xea\xee\xca\xc6\xd6\xe5\x14\xc8\xd9\x9b\xe4\x98\xa2\x8e\xba\x60\x78\xc0\x6c\x3a\x4b\x9f\x58\xd4\xe4\x61\x61\x2c\x1b\x6b\xcd\x64\xbe\xe9\x45\x60\x5b\x6d\xc1\x61\x78\xc3\x7c\x0d\x00\x00\xff\xff\xe0\x5d\x75\xba\x27\x0a\x00\x00"), }, + "/aws/cluster/master/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 127, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcb\x4d\x0a\xc2\x50\x10\x03\xe0\xfd\x3b\x45\x78\x07\xb0\x0a\x6e\x9f\x57\x91\xa1\x9d\xe2\x40\xed\xd4\x4c\x7f\x16\xd2\xbb\x4b\x1f\x2e\xba\x08\x04\x92\x6f\x56\x52\x7a\xe7\x1b\xdf\x04\x50\x3f\x8b\x51\xbb\xe7\xaa\x0c\xf3\x11\x05\xf9\x51\x70\xbd\xdc\xee\xf9\x3c\x4f\xf4\xd5\x3a\x65\x54\x05\xc8\x16\x28\xff\x0e\x84\x2f\x6c\xf5\xb0\x3e\xe9\x18\x2f\xeb\xe7\x66\xf0\x56\x86\x46\xb6\xc8\xf5\xb4\xa7\x23\x7b\xfa\x05\x00\x00\xff\xff\x54\x65\xba\x41\x7f\x00\x00\x00"), + }, "/aws/cluster/outputs.tf": &vfsgen۰CompressedFileInfo{ name: "outputs.tf", modTime: time.Time{}, @@ -123,9 +403,9 @@ var Assets = func() http.FileSystem { "/aws/cluster/route53/base.tf": &vfsgen۰CompressedFileInfo{ name: "base.tf", modTime: time.Time{}, - uncompressedSize: 3038, + uncompressedSize: 3066, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x55\x4d\x6b\xeb\x38\x14\xdd\xe7\x57\x9c\x31\x43\x69\x21\xb1\x93\x19\xca\x40\xc0\x94\xce\xd0\xc5\x2c\xa6\x0c\xcc\x32\x14\xa1\xc8\x37\xb1\x40\x96\x8c\x24\x27\xcd\x94\xfc\xf7\x87\x64\xe7\xab\x69\xfa\x92\x45\xc3\x83\x97\x55\x2c\x74\xee\xb9\xf7\x9c\xe3\x6b\x65\x04\x57\x0e\x6f\xbd\x1e\x90\x65\xf8\x93\x04\x6f\x1c\xc1\xcc\xe0\x4b\x82\x74\xae\x21\x94\xde\xd7\x6e\x9c\x65\x73\xe9\xcb\x66\x9a\x0a\x53\x65\x25\x77\xa5\x14\xc6\xd6\x99\x27\x6b\xf9\xcc\xd8\x2a\x8b\x97\x5d\x36\xfa\xed\xfe\x8f\x61\x3f\xc2\x85\xd1\xae\xa9\xc8\x3a\x08\xae\xb5\xf1\x10\xa6\xd1\x1e\xc3\x6c\xd4\xb2\x4d\xb9\xa3\x02\x46\x43\xce\xc0\x6b\xc9\xe8\xd5\x93\xd5\x5c\x31\x35\x65\x85\x76\x4c\xf3\x8a\x30\x33\x16\xf4\xca\xab\x5a\x51\x1f\xcb\x52\x8a\x12\x4b\xa9\x14\xa6\x04\xdd\x28\x85\x65\x49\x3a\xb0\xd9\xd0\x2e\xb4\xc1\xa6\x0a\xd4\x34\x82\x1f\xff\xfd\x3b\x6d\xf9\xfe\x33\xa8\x9b\xa9\x92\xae\x64\xce\x5b\xee\x69\xbe\x82\x23\xbb\x20\x07\xae\x21\x8c\xb1\x85\xd4\xdc\x53\x81\xda\x9a\xd7\x55\x44\xfb\x92\x7b\x14\x24\xa4\x93\x46\x87\x3a\xb1\x82\x60\xa4\x8b\xda\x48\xed\x1d\x72\x2c\xb8\x4d\x8f\x0a\xe7\x39\x92\xa7\xae\x95\x04\x0f\xf0\xb6\x21\x8c\x31\xe3\xca\x51\x50\xbb\x71\xc4\x44\x9c\x30\x0f\x42\x79\x2e\xb5\xbb\x9d\x24\x8d\x1b\xcc\xcd\x62\xb0\x24\xe7\x07\xa3\xa4\x8f\xcd\x01\xf1\xbd\x03\xe9\xcc\xe6\xe0\xa5\x1f\xe9\x2d\xcd\xa5\xd1\x77\x5d\x5d\xae\x24\x0f\x8d\xfd\x82\xe8\x6f\xba\xe5\xea\xad\x7b\xbd\x82\x7b\x8e\x84\x2f\x1d\xb3\xa6\xf1\x74\xff\x3b\xfb\xdf\x68\x4a\x90\xb4\x93\x25\x78\xeb\xa1\x73\x2a\xef\xf0\x47\x33\x3f\x60\x84\x31\x86\x61\x8e\x6e\x84\xd0\x44\xf0\x93\x15\xa6\xe2\x52\x7f\x4a\x24\xb5\x6f\x59\xc2\x33\x93\x45\x07\x97\xba\xb3\x3f\x1c\x07\xfd\xa2\xbf\x0f\x78\x5f\x21\xd5\xb4\x64\x52\xfb\xc9\xf0\x25\x95\x05\xc6\xc7\xe0\xc0\x6e\xc9\x99\xc6\x0a\xfa\xb0\x83\xae\xc2\xe1\xac\x9f\xf5\x70\x38\xee\xf6\xd7\x82\x84\x6a\x9c\x27\xbb\x19\x1d\x21\x38\x82\x58\x41\xce\x5b\xb3\x42\x1e\xbd\x0f\xe0\x45\x2d\x22\x63\xfc\xb7\x1b\xbc\x7d\xe8\x01\xeb\x70\xc9\xf3\x79\xf0\xae\x22\x3b\xa7\xdb\x78\xb9\x85\x00\xc9\x33\xaf\x28\x41\x8e\xe4\xd7\xb7\x7d\x5e\x59\xac\x07\x61\x9a\x78\x6d\xdd\x6f\x09\xb8\x4d\x43\xa5\xf0\x74\x17\xca\x16\x54\x93\x2e\x1c\x33\x1a\x39\x26\xfb\x9a\x58\x12\xc6\x16\xe9\xc1\x1b\x18\x13\xd4\xc7\xf7\xae\xc5\x50\xbd\x9c\x96\xbb\xc5\x24\x48\x8e\x8b\x7f\x94\xb3\x5d\x76\x6f\x6e\xce\x88\xde\x2e\x3e\x21\x6a\xe9\x51\x4e\x5a\x6c\x88\x49\x77\x73\xcf\xbf\x3c\xf6\x94\x1e\x0a\xd9\x1a\xb8\x0e\x42\xfa\x55\xbd\xb9\xf7\x98\x04\xb2\xb6\xaf\xd6\x8a\xc3\x10\xbc\x4b\xc3\xa9\x4d\x16\x91\x9b\x96\xcf\x42\xee\xba\x06\x68\xc1\x55\xc3\x3d\x31\xcf\xed\x9c\x3c\x2b\x89\x2b\x5f\x22\xef\x16\x4a\xc8\xce\x79\x2e\x6c\x13\x7e\x86\x0b\x17\x68\x2d\xb5\x3f\xa9\x72\x08\xe7\x57\x29\xbd\x1d\xe7\x62\xa5\xf7\x91\x5f\xa2\xf4\xd6\xca\x83\xa5\x72\x45\xdd\x7f\x66\xcd\xe3\x66\x3a\xa5\x72\xfb\xdd\xfd\x91\x76\xcc\x5f\xcf\x8f\xff\x3c\xc5\x33\xaf\x3a\xcd\x46\x91\xbf\x9d\x2e\x7c\x10\x26\x9f\x2d\x97\x73\x77\xf0\xd6\x80\x33\xf4\xb9\xf6\xdb\x7f\x89\x06\x1f\x45\xf0\xe2\xef\xd0\xe1\x7b\x79\x3d\x45\xae\xa6\xc6\xb7\x00\x00\x00\xff\xff\x30\x46\x11\xe2\xde\x0b\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x56\xcf\x8b\xf3\x36\x14\xbc\xe7\xaf\x98\x9a\xf2\xf1\x2d\x24\x76\xd2\xb2\x14\x02\x66\xd9\x96\x3d\xf4\xd0\xa5\xd0\x63\x08\x46\x91\x5f\x62\x81\x2c\x19\x49\x4e\x36\x5d\xf2\xbf\x17\x49\xce\xaf\xcd\x26\x24\x87\x0d\x85\x2f\x27\x5b\xd1\xbc\x79\x33\xf3\x2c\x5b\x6a\xce\xa4\xc5\x7b\xaf\x07\x64\x19\x7e\x27\xce\x5a\x4b\xd0\x73\xb8\x8a\x20\xac\x6d\x09\x95\x73\x8d\x1d\x67\xd9\x42\xb8\xaa\x9d\xa5\x5c\xd7\x59\xc5\x6c\x25\xb8\x36\x4d\xe6\xc8\x18\x36\xd7\xa6\xce\xc2\x66\x9b\x8d\x7e\x79\xfc\x6d\xd8\x0f\x70\xae\x95\x6d\x6b\x32\x16\x9c\x29\xa5\x1d\xb8\x6e\x95\xc3\x30\x1b\x45\xb6\x19\xb3\x54\x42\x2b\x88\x39\x58\x23\x0a\x7a\x73\x64\x14\x93\x85\x9c\x15\xa5\xb2\x85\x62\x35\x61\xae\x0d\xe8\x8d\xd5\x8d\xa4\x3e\x56\x95\xe0\x15\x56\x42\x4a\xcc\x08\xaa\x95\x12\xab\x8a\x94\x67\x33\xbe\x5d\x28\x8d\x6d\x15\xc8\x59\x00\x3f\xff\xfd\x67\x1a\xf9\xfe\xd1\x68\xda\x99\x14\xb6\x2a\xac\x33\xcc\xd1\x62\x0d\x4b\x66\x49\x16\x4c\x81\x6b\x6d\x4a\xa1\x98\xa3\x12\x8d\xd1\x6f\xeb\x80\x76\x15\x73\x28\x89\x0b\x2b\xb4\xf2\x75\x42\x05\x5e\x90\x2a\x1b\x2d\x94\xb3\xc8\xb1\x64\x26\x3d\x29\x9c\xe7\x48\x5e\xba\x56\x12\x3c\xc1\x99\x96\x30\xc6\x9c\x49\x4b\xde\xed\xd6\x52\xc1\x83\xc2\xdc\x1b\xe5\x98\x50\xf6\xfb\x24\x69\xed\x60\xa1\x97\x83\x15\x59\x37\x18\x25\x7d\x6c\x17\x88\x1d\x2c\x08\xab\xb7\x0b\xd3\x7e\xa0\x37\xb4\x10\x5a\x3d\x74\x75\x99\x14\xcc\x37\xf6\x13\x42\xbe\xe9\x8e\xab\xb7\xe9\xf5\x4a\xe6\x18\x12\xb6\xb2\x85\xd1\xad\xa3\xc7\x5f\x8b\x7f\xb5\xa2\x04\x49\x54\x96\xe0\xbd\x87\x2e\xa9\xbc\xc3\x9f\x68\x7e\xc2\x08\x63\x0c\xbd\x8e\x4e\x82\x6f\xc2\xe7\x59\x94\xba\x66\x42\xf9\x7f\x4a\x6a\x48\x95\xb6\xd0\x0a\x39\x26\x87\x84\x86\xb8\x36\x65\x7a\x94\xb9\x50\xdd\x85\xef\x26\x2a\xe8\xe3\x36\x50\x90\x38\xbd\xa8\x51\x28\x17\x05\x06\x80\x28\xbb\xce\x8f\xea\xf8\xe8\xc2\x68\x3d\xe1\x63\x85\x54\xd1\xca\x93\x4e\x86\xd3\x54\x94\x18\x9f\x82\x3d\xbb\x21\xab\x5b\xc3\xe9\xd3\x0e\xba\x0a\xc7\x36\x5f\xea\xe1\xd8\xe9\xdd\x2f\x82\xb8\x6c\xad\x23\xb3\x75\x1d\x7e\x66\x39\x15\x25\x59\x67\xf4\x1a\x79\x18\x3b\x0f\x5e\x36\x3c\x30\x86\xab\xbd\xf0\x78\xd3\x03\x36\x7e\x93\x63\x0b\x3f\x36\x35\x99\x05\x7d\x0f\x9b\x23\x04\x48\x5e\x59\x4d\x09\x72\x24\x3f\xbf\x1f\xf2\x8a\x72\x33\xf0\x6a\xc2\xb6\x4d\x3f\x12\x30\x93\xfa\x4a\xfe\xee\xe1\xbc\x1f\x31\xcf\x04\xc9\x51\xa2\x21\xf8\xcf\x66\x70\x3f\xd7\xdf\xbe\x5d\x31\x96\xfb\x7c\xfd\x2c\xa4\x27\x41\x46\xac\xcf\xb1\xdb\x79\x60\x70\x1e\x7a\x4a\x8f\x95\x46\x87\x37\x5e\xa9\x5b\x37\xdb\x7d\xcf\x89\x27\x8b\x7d\x45\xaf\x8e\x53\xfa\x10\xd7\xb9\x53\x2e\x20\xb7\x2d\x5f\x85\xdc\x77\x0d\xd0\x92\xc9\x96\x39\x2a\x1c\x33\x0b\x72\x45\x45\x4c\xba\x0a\x79\x77\xd8\xf8\x70\xaf\x4b\x61\x37\x82\x57\xa4\x70\x83\xd7\x42\xb9\xb3\x2e\xfb\xe9\xf9\x2a\xa7\x77\x72\x6e\x76\xfa\x10\xf9\x25\x4e\x5f\x3a\xf6\xee\xe2\xfb\x8f\xec\x79\x78\x4f\x9c\x73\x39\xbe\x93\xff\x4f\x67\xcc\x1f\xaf\xcf\x7f\xbd\x84\x35\x27\x3b\xcf\x46\x81\x3f\xaa\xf3\x27\xf6\xe4\xd2\xe1\x32\xbd\xf5\xe9\xbf\xc2\x9f\x7b\x3f\xfd\xb7\x78\xf0\xd9\x08\x5e\xeb\xc1\xa5\x2f\x8b\xbb\x38\x72\x37\x37\xfe\x0b\x00\x00\xff\xff\x49\x37\x42\x45\xfa\x0b\x00\x00"), }, "/aws/cluster/route53/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", @@ -134,6 +414,20 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x94\x4f\x6b\x1b\x31\x10\xc5\xef\xfb\x29\x06\x5f\x9a\x40\xb0\x93\x96\x50\x28\xc9\x21\x69\x52\x08\x94\x36\x90\xd2\x42\x2f\x46\xab\x1d\xef\x8a\x6a\x67\xc4\xcc\xac\xe3\x34\xe4\xbb\x17\xed\xda\xf9\xe3\x38\xff\xa8\x0f\x66\x41\xd2\xfc\xde\x1b\xbd\xd1\xdc\x49\x70\x65\x44\x18\xf9\xd8\xa9\xa1\x4c\x2b\x6e\x5d\xa0\x11\x5c\x17\x00\x15\xaa\x97\x90\x2c\x30\xc1\x21\x8c\x7e\x34\x08\xc3\x32\xcc\x58\xc0\x1a\x84\xe5\x29\xb0\xc6\x19\xb8\x18\xe1\xe4\xdb\x05\x08\x7a\x96\x4a\xa1\xed\xd4\xa0\xc4\xc8\x54\x8f\x0a\x00\xbb\x4a\x08\xcb\xdf\x21\xa8\x49\xa0\xba\xb8\x29\x8a\x3b\x0d\xa5\x53\x7c\x49\x40\xde\xb3\x52\xd1\x29\x56\xbd\x94\xd4\x95\x31\xf8\x15\x78\xfc\x3a\xda\x3c\xf9\x69\xa8\x9e\x04\xfd\x3c\xff\x3c\x00\x8c\xc1\x0b\x3a\xc3\xde\x71\x92\x30\xcf\xdf\xc2\x9d\xe1\xfe\x07\xf8\xcb\x84\xe3\xd1\xc3\xca\xab\x5e\xae\xaa\x6f\xd4\xb2\x11\x1a\x2a\x24\x0b\xb3\x80\xb2\xde\xe2\x75\x86\xb9\x5a\x37\x55\x6f\x5d\xda\x1a\x08\xdb\x3d\x62\xe6\xba\x68\xcb\xb5\xeb\x9b\xc7\xd4\xa3\x5f\x17\x90\x6b\x65\x9b\x25\x82\x4b\x29\x86\xfb\xa6\x2b\x10\x54\xee\xc4\xa3\xae\x4b\x08\x64\x28\xe4\xe2\x34\xf7\xe0\x2d\x4e\x8f\x08\x70\x11\xd4\x02\xd5\xd0\xb0\x66\x48\x2e\x01\x5b\xfd\xff\xd9\xc9\x76\xc6\x77\x8a\xb7\x3d\x58\x91\xe0\xe8\xfc\x6c\x5d\x85\x4b\x61\x8a\x8b\xa5\x92\x58\x4e\x2b\xd2\x29\xb9\x16\x37\x5e\xec\xe9\xe2\xae\xd0\x3b\x85\xaf\xc7\x7d\x60\xfb\xed\xaf\xca\xcc\x3a\x2c\x0b\x7e\x2a\x44\x8f\x59\xbf\x07\x7b\xaf\x47\xdd\x76\xf8\x25\x5f\x67\xf4\xff\xbe\xee\xc3\x9e\xf3\xf5\x98\xf5\x26\x5f\xfd\xac\x6a\x33\x55\x13\x67\x58\x5f\xbd\x21\x38\x07\x07\xa7\xdf\xbf\x14\x79\x4e\x96\x45\x72\x80\x56\x75\xfa\xb0\x20\x55\x89\x03\x99\x42\x0c\x7f\x10\x22\xbb\x0a\x4a\x17\x1d\x79\x14\x2d\x8a\x63\xf4\x2e\xe7\x8a\x67\x43\xac\x54\x3b\x84\xc6\x2c\xe9\xa7\xc9\xa4\x0e\xd6\x74\xe5\xd8\x73\x3b\x69\x9c\x36\xc1\xb3\xa4\x89\xa1\x88\x9b\xb1\xb4\x93\x7e\xb3\x4e\xf6\xde\xef\x7f\xdc\xdd\x19\x26\x93\x49\xbb\x16\x45\xc1\x3b\x22\x36\xf0\xdc\x91\xc1\xee\x64\xaf\xc8\xaf\x54\x05\x4c\x10\x66\xf0\x54\x40\x07\xc1\x0b\xd7\xa6\x88\x3b\x70\xd9\x04\xdf\xc0\x65\x88\x31\x8f\x21\x75\x31\xc2\x65\x83\x94\x41\x92\x95\x02\x31\xac\xaa\x40\x2c\xfb\xc3\x79\x1a\x8a\x0b\x86\xf5\x96\x82\xa2\xcc\x51\xc1\x11\x78\x66\xa9\x02\xf5\x83\x9c\x84\x17\x57\xcb\x99\x72\x06\x15\xfa\xa0\x81\x69\x5c\xe4\xae\x3e\xb8\x23\xc1\x3a\x30\xdd\xbb\x99\xe7\x5f\x2d\x73\x52\xa3\x41\x7e\x4a\x86\x93\x1b\x1f\xaf\x7f\x01\x00\x00\xff\xff\x3d\x15\xdc\x05\x6c\x06\x00\x00"), }, + "/aws/cluster/route53/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 127, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcb\x4d\x0a\xc2\x50\x10\x03\xe0\xfd\x3b\x45\x78\x07\xb0\x0a\x6e\x9f\x57\x91\xa1\x9d\xe2\x40\xed\xd4\x4c\x7f\x16\xd2\xbb\x4b\x1f\x2e\xba\x08\x04\x92\x6f\x56\x52\x7a\xe7\x1b\xdf\x04\x50\x3f\x8b\x51\xbb\xe7\xaa\x0c\xf3\x11\x05\xf9\x51\x70\xbd\xdc\xee\xf9\x3c\x4f\xf4\xd5\x3a\x65\x54\x05\xc8\x16\x28\xff\x0e\x84\x2f\x6c\xf5\xb0\x3e\xe9\x18\x2f\xeb\xe7\x66\xf0\x56\x86\x46\xb6\xc8\xf5\xb4\xa7\x23\x7b\xfa\x05\x00\x00\xff\xff\x54\x65\xba\x41\x7f\x00\x00\x00"), + }, + "/aws/cluster/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 127, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcb\x4d\x0a\xc2\x50\x10\x03\xe0\xfd\x3b\x45\x78\x07\xb0\x0a\x6e\x9f\x57\x91\xa1\x9d\xe2\x40\xed\xd4\x4c\x7f\x16\xd2\xbb\x4b\x1f\x2e\xba\x08\x04\x92\x6f\x56\x52\x7a\xe7\x1b\xdf\x04\x50\x3f\x8b\x51\xbb\xe7\xaa\x0c\xf3\x11\x05\xf9\x51\x70\xbd\xdc\xee\xf9\x3c\x4f\xf4\xd5\x3a\x65\x54\x05\xc8\x16\x28\xff\x0e\x84\x2f\x6c\xf5\xb0\x3e\xe9\x18\x2f\xeb\xe7\x66\xf0\x56\x86\x46\xb6\xc8\xf5\xb4\xa7\x23\x7b\xfa\x05\x00\x00\xff\xff\x54\x65\xba\x41\x7f\x00\x00\x00"), + }, "/aws/cluster/vpc": &vfsgen۰DirInfo{ name: "vpc", modTime: time.Time{}, @@ -180,6 +474,13 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x31\x6f\xdb\x30\x10\x85\x77\xfd\x8a\x07\x4f\xc9\x52\x74\xe8\xea\xc1\x48\x3a\x78\x0b\x9a\xa2\x19\x85\x13\x79\x96\x0e\x66\x48\x82\x77\x92\xe3\x06\xf9\xef\x85\x64\x19\x49\x1c\x2f\x4e\xa3\x4d\xe0\xf1\xdd\x77\xf7\x1e\x07\x2a\x42\x4d\x60\x2c\x68\x20\x09\xd4\x48\x10\xdb\xd7\x7f\x53\x64\x5d\xe0\xb9\x02\x6c\x9f\x19\xf3\xb7\x44\x10\xb5\x2b\xb5\x22\xb1\xbd\xae\x00\xcf\xea\x8a\x64\x93\x14\xb1\xc4\xe2\x77\xc7\x78\xab\x83\x49\x07\x12\xb1\xeb\xc4\x75\xb0\x84\x5c\xd2\x20\x3a\xd6\x6b\xdf\x44\x36\xfd\xb6\xa8\x5e\xaa\xea\x95\xc3\x89\x2f\x75\x13\x92\xdb\x7e\x02\x60\x35\x9d\x23\x6d\xb0\xbe\x1b\x7e\xe0\x66\x7d\xfb\x4b\xb1\x13\xeb\xf0\x1d\x12\x3d\x3f\xa1\x61\x89\x2d\xac\x63\x3c\x92\xc4\xa9\xe2\x03\x41\xe8\xd5\xb8\xd4\xe2\xdf\x00\x2c\x71\x68\xfa\xbe\x34\xf7\x4d\x10\xed\x6a\xb5\x42\xc6\xed\xfe\x1c\xf1\x7c\xef\xec\xb2\xe6\xfb\x23\xd2\x51\x02\x9b\x54\xc0\xd1\xe7\x24\xd1\x14\x41\xb6\x8c\x90\xc8\xa3\xa1\x40\xd1\x71\xd1\x13\xdc\xc2\xad\xa4\x78\x69\x67\xa3\xd2\xb2\x61\xf5\x70\x8f\x83\xc0\xd4\x77\xdc\xcb\x3c\xfe\xe9\x56\x8c\xda\xb3\x86\x3c\x52\x7e\xe7\xc7\x86\xfa\x60\xf3\xd9\xf3\xcb\x19\x8b\x1e\xee\x31\x6a\x8d\x61\x68\x18\x94\x73\x10\xf6\xe3\x9f\x2b\x4c\xc6\x1e\x85\x35\xf5\xc5\xf1\x87\x68\x0c\xd9\x5d\x32\xe6\x2a\x82\x9f\x44\x6d\xdc\x6e\x64\xdb\xa5\xb2\xc5\xd5\x9f\xbb\x1b\xac\x6f\xaf\x21\xd1\xd2\x31\x95\xaf\x43\x43\xbb\xd4\x07\x3f\x82\x49\x54\xa3\x10\xd8\x9f\x52\x4c\x9e\xb9\x7a\x8e\xef\xe5\x19\xfd\x79\x64\x3a\x08\x1d\xdf\xc1\xff\x10\x15\x19\xc8\xf8\x2b\x90\x0e\x4a\x9f\x65\xfa\x17\x00\x00\xff\xff\x63\xe0\x77\xc7\x4e\x04\x00\x00"), }, + "/aws/cluster/vpc/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 127, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcb\x4d\x0a\xc2\x50\x10\x03\xe0\xfd\x3b\x45\x78\x07\xb0\x0a\x6e\x9f\x57\x91\xa1\x9d\xe2\x40\xed\xd4\x4c\x7f\x16\xd2\xbb\x4b\x1f\x2e\xba\x08\x04\x92\x6f\x56\x52\x7a\xe7\x1b\xdf\x04\x50\x3f\x8b\x51\xbb\xe7\xaa\x0c\xf3\x11\x05\xf9\x51\x70\xbd\xdc\xee\xf9\x3c\x4f\xf4\xd5\x3a\x65\x54\x05\xc8\x16\x28\xff\x0e\x84\x2f\x6c\xf5\xb0\x3e\xe9\x18\x2f\xeb\xe7\x66\xf0\x56\x86\x46\xb6\xc8\xf5\xb4\xa7\x23\x7b\xfa\x05\x00\x00\xff\xff\x54\x65\xba\x41\x7f\x00\x00\x00"), + }, "/aws/cluster/vpc/vpc-private.tf": &vfsgen۰CompressedFileInfo{ name: "vpc-private.tf", modTime: time.Time{}, @@ -226,9 +527,9 @@ var Assets = func() http.FileSystem { "/azure/bootstrap/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 8743, + uncompressedSize: 8595, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x5a\xdd\x6f\x1b\x37\x12\x7f\xdf\xbf\x62\xb2\x0d\x7a\xce\xc1\x96\x9c\x9c\x4f\x07\x18\x30\x0a\xb5\x7d\x38\x03\x69\x13\xc4\x39\xf4\x21\x08\x58\x2e\x39\x92\x78\xe6\x92\x2c\x3f\xe4\xa8\xae\xfe\xf7\x03\xb9\x9f\x5a\xad\x14\x3b\x69\x7a\x57\x9c\x5e\x6c\x91\xc3\xf9\xfc\x71\x86\x43\x4a\x6a\x46\xa5\x83\xfb\x0c\xa0\xd0\xda\x3b\x6f\xa9\x21\x4a\x30\x22\x0c\x59\x5f\x10\xa6\xd5\x42\x2c\x83\xa5\x5e\x68\x45\x14\x2d\x11\xae\x20\x6f\x29\xcf\x94\x60\x67\xc2\x9c\xad\x2f\xf2\x51\x06\xb3\x07\x33\x98\x45\x06\x1c\x1d\xb3\xc2\x44\x52\x38\xf2\xb9\x82\xfc\x3b\x8b\xd4\x23\x87\x6f\x37\xf0\xca\xa0\xba\x59\x89\x85\x87\x6b\xe5\x3c\x95\x12\x6d\xe4\xe5\xe9\xd2\xc1\x15\x94\x68\x97\x78\x92\xc5\x65\xf7\x59\xb5\x3c\xbf\x0d\x05\x5a\x85\x1e\xdd\x44\x68\xc2\x64\x70\x1e\xed\xe4\xe9\xfd\x9a\xda\x49\xfd\x8d\x08\xbe\xcd\xa3\x20\x7d\xa7\x90\xe7\x69\xe5\xf6\x34\xfd\x89\x54\xf4\xd7\x60\x91\xe0\x07\x6f\x29\x89\x82\xe2\xcc\xb3\x6c\x9b\x65\xc6\xea\xb5\xe0\x68\x21\x4f\x24\xb6\xcc\x93\xd8\x05\x52\x1f\x2c\x3a\xb8\xdf\x66\x00\x2e\x14\xad\x9d\x44\x70\xb8\xea\xf1\x1c\xcc\x65\x00\x4c\x0a\x54\x3e\xd2\x35\xd6\x77\xd4\xed\x5c\x47\xe7\x90\x59\xf4\xe3\x74\xd5\x5c\x74\x0e\x2a\x7a\x88\x67\x3b\x97\x01\xa0\x5a\x0b\xab\x55\x89\xca\xef\xd1\xf5\xe6\xa2\xe5\x9c\x7a\xda\x5a\x4d\x9c\xd7\x96\x2e\x91\x50\xc6\x74\x88\x92\xa9\xcb\x21\x17\x4b\x25\xa2\x61\x95\x53\x98\x56\x0a\x59\x32\xd4\x79\x2b\xd4\xb2\x66\x3f\x58\x3b\x31\x56\x94\xd4\x6e\xc8\x1e\x7d\x06\xb0\xf2\xde\x38\xa2\x95\xdc\x74\xe0\xf0\x36\x60\x96\x01\x58\x74\x3a\x58\x86\xc4\x6f\x0c\xba\x3a\xfc\x0e\xed\x5a\x30\x4c\x84\x0b\x2a\x1d\xa6\x51\xa6\x95\xa7\x42\xa1\xdd\x19\xd5\xc5\xbf\x91\xf9\x1e\x53\x80\x6d\x64\x5c\xf3\x68\x58\x16\x52\x17\x3d\x12\x80\x5f\x02\x06\xdc\xe1\xe4\x69\x21\x77\x47\x16\x42\x62\x5f\x87\x8a\xb1\xa7\xd6\x27\x56\xa2\x44\xe7\x69\x69\x4e\x9e\xc5\x28\x7c\x30\xc2\x6e\xea\x61\xca\xf9\x49\x6f\xfa\x14\xf2\x17\x17\xab\xfc\x59\x5c\x6e\xd0\x96\xc2\x39\xa1\x55\xa3\x9a\x45\xca\x77\xf4\x07\x90\xc2\xf9\xc1\x10\x4b\x9b\x69\xd7\x23\x94\xf3\xda\x9d\xdd\x18\x47\x89\x43\x3a\x63\x35\x43\xe7\x76\xc6\xee\xac\xf0\x43\x0f\x07\xc3\x07\x32\xb6\x11\x35\x4d\x8c\xf6\x91\xd3\x86\x64\x0f\x37\x29\x89\x8c\x25\x85\x96\x2c\xb9\x72\x17\x80\xd5\xa2\x71\x80\xc5\xb9\xac\x07\x82\x38\x81\xce\x25\xdc\x44\xbe\xc6\x8a\x35\xf5\x98\xef\x2a\x9c\x32\x27\x89\x71\xec\x69\x48\xda\xcc\xd6\x62\xdc\xa7\xcd\x53\x49\xde\x27\xcb\x2a\x28\x34\x89\xf1\xe9\xbd\xa1\x7e\x35\x29\x35\x0f\x12\xb7\xd3\x7d\xfa\xc8\x22\x3f\xee\xb9\x88\xc7\x07\x3a\x6d\x27\x17\x57\xac\x01\x6a\xbe\xfb\xa4\x9d\xc5\x23\x86\x4c\x1a\x33\x0e\x3a\xff\xb8\xf7\xf7\xe2\xde\x14\x8b\x83\xc0\x68\x95\x68\x58\xa4\x78\x8d\xda\xf8\xad\xd4\xec\x36\xef\xd2\x54\xab\x7e\x55\x9e\x72\xc8\x2d\x72\x61\x91\xf9\xca\x5b\x16\x8d\xa4\x0c\x9b\x9c\x51\x39\x24\x85\x67\xcc\xd9\x9d\x22\xc1\xca\xed\xd3\xfb\x28\x63\x72\x24\x13\x76\xf4\x8e\xba\x6d\x7e\x78\x2f\x98\x50\xc8\x54\x49\xf3\x5e\x98\xba\x51\xb2\xbe\x68\x50\x16\x94\xdf\x49\xce\x35\x64\xe1\xb7\xdf\xe0\x49\x1a\x0e\x0e\x89\x30\xeb\x0b\xf8\x06\xce\xe1\x12\x9e\xa7\x74\x73\x1b\xc6\x9c\x75\xe3\xa9\xe2\xd4\xa6\xaa\x17\x43\x3e\x2c\xc7\x7d\x39\x16\x97\x42\xab\x03\xf8\x4a\x0e\x1b\x14\xd5\xb3\xae\xf4\x9b\xf6\xe0\xd0\x66\xea\xa5\xd5\xc1\x34\x81\x8f\x2b\x47\x66\x32\x00\x2a\x1b\xbd\x48\x89\x7e\xa5\x79\xab\xb8\x17\x2c\xdf\xaf\x46\x9f\xef\xc7\x9e\xd7\xc6\x2d\xdd\x13\x35\x19\x17\xf4\xee\xfc\x7d\x03\xd7\xc7\x59\xfd\x69\x00\x99\x3d\x16\x20\xb3\xff\x35\x80\xcc\xbe\x00\x40\x00\xa2\x6f\xd0\xba\x1d\xc5\xaf\x20\xbf\x7e\x1d\xe5\x3d\x1e\x3f\x9f\xe7\xe6\xcf\x42\xd4\xec\xf7\x45\x94\x42\x7f\xa7\xed\x2d\x11\xca\xa3\x5d\x50\x86\x7d\x93\x0f\x97\x92\x8f\x44\x52\x55\x5e\x7f\x30\x58\x1e\x67\x48\xec\x1c\x36\x8a\x96\x82\x41\x2e\xcc\x6e\xcb\x91\xd7\x39\x7c\xa1\x2d\x41\xca\x56\x70\x05\xef\x16\xda\x82\x30\x20\x14\xbc\xab\x5b\x82\xa6\x35\x00\x98\x4e\xe1\xe5\xf5\x0f\xd7\x6f\xe7\x6f\xaf\x5f\xfd\x78\x59\x05\x01\xb8\x46\x07\x4a\xfb\x84\xab\x3b\xa0\x0a\x52\x08\x29\xe7\x36\x9e\x7d\xbc\x86\x02\xa1\x3e\xa6\x82\xd7\x9c\x6e\x5a\x7e\xcd\xe8\xe5\x4e\x16\x3e\x6d\xe7\x93\x69\x97\x55\x69\x9d\x3c\xac\x03\xeb\x16\x0b\x43\x6a\x1d\x5a\x34\x5f\x26\x10\x5f\xe4\x1d\x51\x87\x15\xc1\x6b\x35\x86\xb9\x4d\x05\x29\xe1\xf2\x51\x39\x4c\xf0\x9e\x1a\x8a\xc9\xc0\x71\x60\x63\xc4\x7c\x1f\xf1\x0d\xfd\xf6\x74\xcf\xe9\x9d\x93\x9e\x7c\x9a\x9b\xc6\xfa\xcc\x07\xb8\x69\xf6\x18\x37\x8d\x6d\xe1\xc7\x39\x6e\xf6\x20\xc7\xed\x3b\xea\x3d\x5c\xb6\xce\xea\x5c\x25\x4c\xd3\x19\x65\x3b\x3e\x12\xa6\x49\x07\x07\x6d\x17\x66\xb2\x3f\x9e\x8d\xfa\x21\x4a\xe9\x8d\x64\x43\xc5\x23\xab\xea\x4b\xa3\x35\x88\xc5\x70\xf4\x7d\xdb\x64\xc5\xb3\xf0\xd0\x94\xf1\xcf\x15\x0c\xb7\xf2\x64\x4d\x65\xc0\x31\xa3\x0f\x7e\x0e\x32\xe9\x79\xc8\x85\x42\x61\xaf\x17\x1e\x72\x88\xa1\x29\x69\x4a\x6a\x2d\x69\x67\x41\x84\x06\x19\x71\xf2\x31\xe1\x87\x7d\xbf\xcf\xaf\xab\x64\x31\xc7\x7e\x5f\xa5\xb9\x7c\x2f\x56\x0d\x79\xdf\x8a\xc3\x1e\x1c\x06\x74\x7b\xf8\x08\xba\x57\x0f\x48\x41\xd9\x2d\x2a\xde\x8a\x34\x5a\x4b\x42\x9d\xd3\x4c\xd4\x19\x37\xaf\x05\xc8\xa2\x6b\x0f\xda\x33\xd6\x74\x0a\x6f\x57\xc2\x81\x70\x60\xf1\x97\x20\x2c\x72\x28\x90\xd1\xe0\x10\x3c\x5a\x4b\x17\xda\x96\xc0\xa8\x8a\xf9\x96\x51\xc9\x82\x8c\xbb\x2f\x95\x56\x07\x3c\xa4\x8b\x02\x23\xa9\x02\xb3\xa2\x2e\x4e\x94\x26\xb6\xa5\x72\x03\x54\x71\xf0\x2b\xb4\xb8\xd0\x16\xe3\x7f\xf0\xf3\x5a\xa1\x9f\x56\xea\x9c\xc9\x62\xe2\x17\x3f\x57\x2a\x30\xad\x78\x3a\x82\x53\x09\x0a\x91\xd7\x39\xdc\x62\xd5\x0b\xf3\x09\xdc\x20\x56\xb7\x0b\x97\xd3\xe9\x52\xf8\x55\x28\x26\x4c\x97\xd3\x15\x75\x2b\xc1\xb4\x35\xd3\x56\xd9\xa9\x70\x2e\xa0\x9b\x3e\x7f\xf1\xf7\x7f\x9c\xf7\x4e\x01\x27\x4f\x8e\x65\x91\x6a\x58\x07\x5f\xe8\xa0\x38\x09\x0e\x2d\xe1\xb8\x10\x0a\x39\xb1\x3a\x78\xa1\x96\xcf\xe0\x1b\x78\x0e\x97\x70\x9e\x0e\x09\x7b\x81\x10\x75\x6b\x7f\x30\x54\x93\x5e\x6b\x17\x03\x3d\x1a\xb9\xf6\xfe\x09\x63\xb8\x6a\x8a\x34\xb3\xbe\xa8\xf0\x31\x44\x51\xd7\xce\x3d\xa6\x6a\x7d\x69\x78\xcd\xfe\xdf\xe0\xb5\x53\x8a\xbe\xfe\xfa\xcf\x0f\xb7\xd9\xa7\xc2\x6d\xac\xfa\xff\x8e\x70\x4b\xc4\x8a\xca\xf1\x7c\x36\x12\x8e\x8b\x3f\xd4\x91\xe2\x4f\xb3\x6f\x0f\x38\x72\xa4\x79\xea\x1d\xb1\xfe\x9b\x8e\xfc\x03\x10\x29\x85\x0a\x1f\xc8\x5a\x58\x1f\xa8\x24\x25\x65\x2b\xa1\x1e\xd8\x73\x7d\xac\xeb\x3a\xd4\x71\x3d\xa2\xe7\x82\xa3\x5d\xf6\x58\x44\x5c\x6c\xb0\x1e\x16\x90\x78\x2a\x74\xe2\xd7\x51\xbb\x3a\xfd\x7a\x40\x29\xd3\x8d\x6c\x6c\xef\x79\x29\x54\xca\x61\x7d\xbf\x5c\x41\xce\xb4\xc5\x68\xf6\x57\xf0\x76\x85\x60\xa8\x73\x77\xda\xf2\x58\x0c\x94\xb6\x25\x95\x31\x8b\x1b\x23\x45\x2c\x0a\x1b\xf8\x69\xfe\x72\x0e\x27\x31\x91\xcf\x53\x9b\x47\x97\xa8\xfc\xb3\x53\x28\x82\x07\xbf\x12\x2e\x31\x12\x4e\xfd\xc5\x83\xa8\x9f\x96\x78\xec\x1a\xdf\xfc\xf3\xbb\x57\x37\x13\x98\x3b\xa0\xd1\x6b\x41\xfa\xd3\x44\xbf\x2b\x10\xd7\x68\xc1\xa1\x9f\xc0\xb5\x87\x86\x59\x75\x28\xe6\x10\xcb\x48\x5b\x97\x84\xdf\x2d\x57\x1b\xe8\x74\x9a\xbf\xf9\x01\xe6\xaf\xaf\x27\xad\xd5\xad\x8c\x31\x34\xfc\xa8\xfd\x9c\x45\x24\xc9\xcd\xbc\xb2\xf3\x49\x7a\x57\x13\x8e\x16\x12\xdb\xb5\x84\x06\xbf\x42\xe5\x45\x7b\xb2\xac\x2e\xe5\x23\xd6\x79\x1c\xf7\x9b\xfa\x94\xbe\x73\xa5\x7a\x05\xf9\xbf\x1c\xda\xb9\x73\x62\xd9\xbe\x8a\x35\x0b\x9a\xd8\xa7\x9d\x54\x8f\xbd\x6f\x1e\x36\xb4\x23\x5c\xb8\xdb\x9a\xe9\x28\x98\x8f\x63\x99\xbc\xba\xf9\x5e\xb8\xdb\x1c\xbe\x02\xed\x20\xf1\x4a\x5c\x62\x71\x4d\x0d\x78\x49\x3d\x5b\x41\xbd\xf6\x8c\x1a\x11\x6b\xf0\x3a\xaa\x51\x9f\xae\x59\xda\x5a\xcb\x3d\xa1\x6f\x90\xf2\x9f\xac\xf0\x58\x99\x33\xbc\xae\x6d\xde\x00\x5e\x5b\x2c\x45\x28\xc9\xcb\x37\x37\x15\x61\xd4\x81\x44\xf8\x92\x65\xd1\xe3\xf7\xfc\xfc\xbc\x7d\xcd\xa9\xb6\x8c\x28\x23\xbf\x36\xcb\xac\xcb\x6a\x24\x4b\x29\xaf\x34\xc1\x77\x57\xdd\x47\xef\x50\xd6\x65\x14\xcc\x82\xf3\xba\x24\xe9\x7e\x2a\xca\x2b\xa8\xc3\xd9\x05\x2a\xa6\x39\x9e\xa4\x8b\xe7\xc1\xdd\xf6\xa4\xb9\xd9\x9e\x58\x54\x1c\x2d\xf2\xf4\x56\x14\xf9\x12\x2e\xe8\x52\x69\xe7\x05\x6b\x9f\xc7\x06\xe6\x07\x2b\x3e\xf2\x2a\x57\x48\x5d\x10\x54\xdc\x68\xa1\x7c\x63\x3a\x47\x83\x8a\x3b\x92\xb0\x55\x5d\xb2\x7c\x7a\xe5\x98\x8c\xb7\x13\xa7\x5f\x84\xed\xec\xb3\xd9\x1e\x3a\x2e\x7c\x29\xc6\xb3\x2c\x36\xd8\x47\xab\xb4\x43\x16\x6c\xdc\xa3\x36\xc8\x9d\xe2\x42\x9c\x5b\x11\xa1\x3e\xf3\xf6\xbb\xb7\x9b\xf6\x38\x67\xa9\xab\xd5\x51\xfa\xf8\x92\xe7\xe7\x7f\x4b\x19\xca\x56\x4f\xbb\xe3\x6c\xaf\x55\x3a\xb6\x46\x6e\xd5\xdb\xdc\x41\x05\xe6\x52\xea\xbb\x4a\xaa\xf6\x9a\x69\x79\x80\xee\x2d\x33\xdd\x5b\x17\x31\xda\x7a\x62\xa9\x5a\xe2\x2e\xd5\x5f\xeb\x5f\x25\x78\xa1\xaa\x42\x3e\x24\xbc\x82\xfc\xc5\x8b\x1e\xa3\x36\x78\x16\x17\xe2\xc3\x11\x46\x43\xc2\x86\x66\xbc\x0a\x37\x7c\x3e\x5e\x8b\xdb\x50\xef\xdd\x9c\x2a\xb7\x6c\x88\x8f\xfd\xce\xa2\x39\xd4\xf4\x68\xb2\x6d\xf6\x9f\x00\x00\x00\xff\xff\x20\x60\x12\xef\x27\x22\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x5a\x5b\x6f\x1b\x37\x16\x7e\x9f\x5f\x71\x32\x0d\xba\xce\xc2\x1e\x39\x59\xaf\x16\x30\x20\x14\x6a\xfb\xb0\x06\xd2\x26\x88\xbd\xe8\x43\x10\xb0\x1c\xf2\x48\xe2\x9a\x43\x4e\x79\x91\xa3\xba\xfa\xef\x0b\x72\xae\x1a\x8d\x14\x3b\x6e\xba\x5b\xac\x5f\x12\x93\x87\xe7\xfa\xf1\x5c\x38\x96\x9a\x51\x69\xe1\x3e\x01\xc8\xb5\x76\xd6\x19\x5a\x12\x25\x18\x11\x25\x59\x5f\x10\xa6\xd5\x42\x2c\xbd\xa1\x4e\x68\x45\x14\x2d\x10\x66\x90\xb6\x94\x67\x4a\xb0\x33\x51\x9e\xad\x2f\xd2\x51\x06\xd3\x07\x33\x98\x06\x06\x1c\x2d\x33\xa2\x0c\xa4\x70\xe4\x67\x06\xe9\x77\x06\xa9\x43\x0e\xdf\x6e\xe0\x4d\x89\xea\x7a\x25\x16\x0e\xae\x94\x75\x54\x4a\x34\x81\x97\xa3\x4b\x0b\x33\x28\xd0\x2c\xf1\x24\x09\xc7\xee\x93\xea\x78\x7a\xeb\x73\x34\x0a\x1d\xda\x4c\x68\xc2\xa4\xb7\x0e\x4d\xf6\xfc\x7e\x4d\x4d\x56\xff\x46\x04\xdf\xa6\x41\x90\xbe\x53\xc8\xd3\x78\x72\x7b\x1a\xff\x09\x54\xf4\x57\x6f\x90\xe0\x47\x67\x28\x09\x82\xc2\xce\x8b\x64\x9b\x24\xa5\xd1\x6b\xc1\xd1\x40\x1a\x49\x4c\x91\x46\xb1\x0b\xa4\xce\x1b\xb4\x70\xbf\x4d\x00\xac\xcf\x5b\x3b\x89\xe0\x30\xeb\xf1\x1c\xec\x25\x00\x4c\x0a\x54\x2e\xd0\x35\xd6\x77\xd4\xed\x5e\x47\x67\x91\x19\x74\xe3\x74\xd5\x5e\x70\x0e\x2a\x7a\x88\x67\xbb\x97\x00\xa0\x5a\x0b\xa3\x55\x81\xca\xed\xd1\xf5\xf6\x82\xe5\x9c\x3a\xda\x5a\x4d\xac\xd3\x86\x2e\x91\x50\xc6\xb4\x0f\x92\xa9\x4d\x21\x15\x4b\x25\x82\x61\x95\x53\x98\x56\x0a\x59\x34\xd4\x3a\x23\xd4\xb2\x66\x3f\x38\x9b\x95\x46\x14\xd4\x6c\xc8\x1e\x7d\x02\xb0\x72\xae\xb4\x44\x2b\xb9\xe9\xc0\xe1\x8c\xc7\x24\x01\x30\x68\xb5\x37\x0c\x89\xdb\x94\x68\xeb\xf0\x5b\x34\x6b\xc1\x30\x12\x2e\xa8\xb4\x18\x57\x99\x56\x8e\x0a\x85\x66\x67\x55\xe7\xff\x46\xe6\x7a\x4c\x01\xb6\x81\x71\xcd\xa3\x61\x99\x4b\x9d\xf7\x48\x00\x7e\xf1\xe8\x71\x87\x93\xa3\xb9\xdc\x5d\x59\x08\x89\x7d\x1d\x2a\xc6\x8e\x1a\x17\x59\x89\x02\xad\xa3\x45\x79\xf2\x22\x44\xe1\x63\x29\xcc\xa6\x5e\xa6\x9c\x9f\xf4\xb6\x4f\x21\x7d\x75\xb1\x4a\x5f\x84\xe3\x25\x9a\x42\x58\x2b\xb4\x6a\x54\x33\x48\xf9\x8e\xfe\x00\x52\x58\x37\x58\x62\xf1\x32\xed\x7a\x84\x72\x5e\xbb\xb3\x5b\xe3\x28\x71\x48\x57\x1a\xcd\xd0\xda\x9d\xb5\x3b\x23\xdc\xd0\xc3\xbe\xe4\x03\x19\xdb\x80\x9a\x26\x46\xfb\xc8\x69\x43\xb2\x87\x9b\x98\x44\xc6\x92\x42\x4b\x16\x5d\xb9\x0b\xc0\xea\xd0\x38\xc0\xc2\x5e\xd2\x03\x41\xd8\x40\x6b\x23\x6e\x02\xdf\xd2\x88\x35\x75\x98\x1e\x57\x38\xc0\xe0\x81\xba\xee\xa4\xc0\x4c\x2c\x2b\x8d\x2b\xbe\xfb\xa4\x41\xe5\x86\x2b\xe9\x72\x6c\x40\xd0\x41\x43\x8f\x5b\xba\xe7\xe3\x26\x31\x1f\x0c\x42\xab\x40\xc3\x22\xfa\x66\xd4\xb0\x6f\xa5\x66\xb7\x69\x97\x12\x5a\xd5\xab\x52\x90\x42\x6a\x90\x0b\x83\xcc\x55\x2e\x32\x58\x4a\xca\xb0\xb9\x9f\x95\x17\x66\x90\x3e\xbf\x1f\xf3\x70\xa7\x88\x37\x72\xfb\xfc\x3e\xc8\xc8\x8e\x64\x9d\x8e\xde\x52\xbb\x4d\x0f\xe3\xae\xf4\xb9\x8c\x55\x2b\xed\xc5\xa6\x5b\x25\xeb\x8b\x26\x6b\x79\xe5\x76\x12\x61\x0d\x0f\xf8\xed\x37\x78\x16\x97\xbd\x45\x22\xca\xf5\x05\x7c\x03\xe7\x70\x09\x2f\xe3\xd5\xbe\xf5\x63\xce\xba\x76\x54\x71\x6a\x62\x85\x09\xa5\x78\x58\xfa\xfa\x72\x0c\x2e\x85\x56\x07\x40\x15\x1d\x36\x28\x60\x67\x5d\x99\x2d\xdb\x22\xdd\x66\xc5\xa5\xd1\xbe\x6c\x02\x1f\x4e\x8e\xec\x24\x00\x54\x36\x7a\x91\x02\xdd\x4a\xf3\x56\x71\x27\x58\xba\x9f\xf9\x9f\xee\xc7\x9e\xd7\xc6\x2d\xdd\x13\x95\x8d\x0b\x7a\x7f\xfe\xa1\x81\xeb\xe3\xac\xfe\x3c\x80\x4c\x1f\x0b\x90\xe9\xff\x1a\x40\xa6\x5f\x00\x20\x00\xc1\x37\x68\xec\x8e\xe2\x33\x48\xaf\xde\x06\x79\x8f\xc7\xcf\xd3\xdc\xfc\x24\x44\x4d\x7f\x5f\x44\x29\x74\x77\xda\xdc\x12\xa1\x1c\x9a\x05\x65\xd8\x37\xf9\x70\xfd\xf8\x44\x24\x55\xe5\xf5\x07\x83\xe5\x71\x86\x84\x2e\x7d\xa3\x68\x21\x18\xa4\xa2\xdc\x6d\xef\xd3\x3a\x87\x2f\xb4\x21\x48\xd9\x0a\x66\xf0\x7e\xa1\x0d\x88\x12\x84\x82\xf7\x75\xfb\xdd\xb4\xe1\x00\x93\x09\xbc\xbe\xfa\xe1\xea\x66\x7e\x73\xf5\xe6\xc7\xcb\x2a\x08\xc0\x35\x5a\x50\xda\x45\x5c\xdd\x01\x55\x10\x43\x48\x39\x37\xa1\xcf\x70\x1a\x72\x84\xba\x25\x04\xa7\x39\xdd\xb4\xfc\x9a\xd5\xcb\x9d\x2c\x7c\xda\xee\x47\xd3\x2e\xa3\x67\x64\xf6\xb0\x69\xa7\x3b\x2c\x4a\x52\xeb\xd0\xa2\xf9\x32\x82\xf8\x22\xed\x88\x3a\xac\x08\x5e\xab\x31\xcc\x6d\xca\x4b\x09\x97\x8f\xca\x61\x82\xf7\xd4\x50\x4c\x7a\x8e\x03\x1b\x03\xe6\xfb\x88\x6f\xe8\xb7\xa7\x7b\x4e\xef\x9c\xf4\xec\xf3\xdc\x34\x36\xd3\x3d\xc0\x4d\xd3\xc7\xb8\x69\xec\x0a\x3f\xce\x71\xd3\x07\x39\x6e\xdf\x51\x1f\xe0\xb2\x75\x56\xe7\x2a\x51\x36\x53\x48\xb2\xe3\x23\x51\x36\xe9\xe0\xa0\xed\xa2\xcc\xf6\xd7\x93\x51\x3f\x04\x29\xbd\x95\x64\xa8\x78\x60\x55\xfd\xd2\x68\x0d\x62\x31\x5c\xfd\xd0\x0e\x34\x61\x68\x1b\x9a\x32\xfe\x33\x83\xe1\x55\xce\xd6\x54\x7a\x1c\x33\xfa\xe0\xcf\x41\x26\x3d\x0f\x59\x9f\x2b\xec\xcd\x9d\x43\x0e\x21\x34\x05\x8d\x49\xad\x25\xed\x2c\x08\xd0\x20\x23\x4e\x3e\x26\xfc\xb0\xef\xf7\xf9\x75\x95\x2c\xe4\xd8\xef\xab\x34\x97\xee\xc5\xaa\x21\xef\x5b\x71\xd8\x83\xc3\x80\x6e\x0f\xb7\xa0\x7b\xf5\x80\xe4\x94\xdd\xa2\xe2\xad\xc8\x52\x6b\x49\xa8\xb5\x9a\x89\x3a\xe3\xa6\xb5\x00\x99\xf7\x46\x83\xa6\xc7\x9a\x4c\xe0\x66\x25\x2c\x08\x0b\x06\x7f\xf1\xc2\x20\x87\x1c\x19\xf5\x16\xc1\xa1\x31\x74\xa1\x4d\x01\x8c\xaa\x90\x6f\x19\x95\xcc\xcb\x70\xfb\x62\x69\xb5\xc0\x7d\x1c\xca\x4b\x49\x15\x94\x2b\x6a\xc3\x46\x51\x86\x11\x50\x6e\x80\x2a\x0e\x6e\x85\x06\x17\xda\x60\xf8\x1f\xfc\xbc\x56\xe8\x26\x95\x3a\x67\x32\xcf\xdc\xe2\xe7\x4a\x05\xa6\x15\x8f\x2d\x38\x95\xa0\x10\x79\x9d\xc3\x0d\x56\x73\x27\xcf\xe0\x1a\xb1\x9a\xe4\x2f\x27\x93\xa5\x70\x2b\x9f\x67\x4c\x17\x93\x15\xb5\x2b\xc1\xb4\x29\x27\xad\xb2\x13\x61\xad\x47\x3b\x79\xf9\xea\xef\xff\x38\xef\x75\x01\x27\xcf\x8e\x65\x91\x6a\x59\x7b\x97\x6b\xaf\x38\xf1\x16\x0d\xe1\xb8\x10\x0a\x39\x31\xda\x3b\xa1\x96\x2f\xe0\x1b\x78\x09\x97\x70\x1e\x9b\x84\xbd\x40\x88\x7a\x8c\x3e\x18\xaa\xac\x37\xcf\x85\x40\x8f\x46\xae\x7d\xeb\xc1\x10\xae\x9a\x22\xee\xac\x2f\x2a\x7c\x0c\x51\xd4\x8d\x73\x8f\xa9\x5a\x5f\x1a\x5e\xd3\xff\x37\x78\xed\x94\xa2\xaf\xbf\xfe\xf3\xc3\x6d\xfa\xb9\x70\x1b\xab\xfe\xbf\x23\xdc\x22\xb1\xa2\x72\x3c\x9f\x8d\x84\xe3\xe2\x0f\x75\xa4\xf8\xd3\xdc\xdb\x03\x8e\x1c\x19\x9e\x7a\x2d\xd6\x7f\xd3\x91\x7f\x00\x22\xa5\x50\xfe\x23\x59\x0b\xe3\x3c\x95\xa4\xa0\x6c\x25\xd4\x03\x67\xae\x4f\x4d\x5d\x87\x26\xae\x47\xcc\x5c\x70\x74\xca\x1e\x8b\x88\x0d\x03\xd6\xc3\x02\x12\xba\x42\x2b\x7e\x1d\xb5\xab\xd3\xaf\x07\x94\x22\xbe\x7e\x86\xf1\x9e\x17\x42\xc5\x1c\xd6\xf7\xcb\x0c\x52\xa6\x0d\x06\xb3\xbf\x82\x9b\x15\x42\x49\xad\xbd\xd3\x86\x87\x62\xa0\xb4\x29\xa8\x0c\x59\xbc\x2c\xa5\x08\x45\x61\x03\x3f\xcd\x5f\xcf\xe1\x24\x24\xf2\x79\x1c\xf3\xe8\x12\x95\x7b\x71\x0a\xb9\x77\xe0\x56\xc2\x46\x46\xc2\xaa\xbf\x38\x10\xf5\x67\x1c\x1e\xa6\xc6\x77\xff\xfc\xee\xcd\x75\x06\x73\x0b\x34\x78\xcd\x4b\x77\x1a\xe9\x77\x05\xe2\x1a\x0d\x58\x74\x19\x5c\x39\x68\x98\x55\x4d\x31\x87\x50\x46\xda\xba\x24\xdc\x6e\xb9\xda\x40\xa7\xd3\xfc\xdd\x0f\x30\x7f\x7b\x95\xb5\x56\xb7\x32\xc6\xd0\xf0\xa3\x76\x73\x16\x90\x24\x37\xf3\xca\xce\x67\xf1\x1b\x96\xb0\x34\x97\xd8\x9e\x25\xd4\xbb\x15\x2a\x27\xda\xce\xb2\x7a\x00\x0f\x58\xe7\x61\xdd\x6d\xea\x2e\x7d\xe7\x49\x75\x06\xe9\xbf\x2c\x9a\xb9\xb5\x62\xd9\x7e\x81\x6a\x0e\x34\xb1\x8f\x37\xa9\x5e\xfb\xd0\x7c\x44\xd0\x96\x70\x61\x6f\x6b\xa6\xa3\x60\x3e\x8e\x65\xf2\xe6\xfa\x7b\x61\x6f\x53\xf8\x0a\xb4\x85\xc8\x2b\x72\x09\xc5\x35\x0e\xe0\x05\x75\x6c\x05\xf5\xd9\x33\x5a\x8a\x50\x83\xd7\x41\x8d\xba\xbb\x66\xf1\x6a\x2d\xf7\x84\xbe\x43\xca\x7f\x32\xc2\x61\x65\xce\xf0\xb9\xb6\x79\x6f\x7f\x6b\xb0\x10\xbe\x20\xaf\xdf\x5d\x57\x84\x41\x07\x12\xe0\x4b\x96\x79\x8f\xdf\xcb\xf3\xf3\xf6\xcb\x49\x75\x65\x44\x11\xf8\xb5\x59\x66\x5d\x54\x2b\x49\x4c\x79\x45\xe9\x5d\xf7\xd4\x7d\xf4\x0d\x65\x5d\x04\xc1\xcc\x5b\xa7\x0b\x12\xdf\xa7\x82\xbc\x9c\x5a\x9c\x5e\xa0\x62\x9a\xe3\x49\x7c\x78\x1e\xbc\x6d\x67\xcd\xcb\x76\x66\x50\x71\x34\xc8\xe3\x77\x99\xc0\x97\x70\x41\x97\x4a\x5b\x27\x58\xfb\x29\x6a\x60\xbe\x37\xe2\x13\x5f\xc0\x72\xa9\x73\x82\x8a\x97\x5a\x28\xd7\x98\xce\xb1\x44\xc5\x2d\x89\xd8\xaa\x1e\x59\x3e\xbf\x72\x64\xe3\xe3\xc4\xe9\x17\x61\x3b\x7d\x32\xdb\x43\xed\xc2\x97\x62\x3c\x4d\xc2\x80\x7d\xb4\x4a\x5b\x64\xde\x84\x3b\x6a\xbc\xdc\x29\x2e\xc4\xda\x15\x11\xea\x89\xaf\xdf\xbd\xdb\xb4\xc7\x39\x89\x53\xad\x0e\xd2\xc7\x8f\xbc\x3c\xff\x5b\xcc\x50\xa6\xfa\x8c\x3a\xce\xf6\x4a\xc5\xb6\x35\x70\xab\xbe\x83\x1d\x54\x60\x2e\xa5\xbe\xab\xa4\x6a\xa7\x99\x96\x07\xe8\x6e\x58\xd9\x7d\xe0\x22\xa5\x36\x8e\x18\xaa\x96\xb8\x4b\xf5\xd7\xfa\x2f\x00\x9c\x50\x55\x21\x1f\x12\xce\x20\x7d\xf5\xaa\xc7\xa8\x0d\x9e\xc1\x85\xf8\x78\x84\xd1\x90\xb0\xa1\x19\xaf\xc2\x0d\x9f\x4f\xd7\xe2\x36\xd4\x7b\x2f\xa7\xca\x2e\x1b\xe2\x63\x7f\xd3\xd0\x34\x35\x3d\x9a\x64\x9b\xfc\x27\x00\x00\xff\xff\x00\x93\x18\xd7\x93\x21\x00\x00"), }, "/azure/bootstrap/outputs.tf": &vfsgen۰CompressedFileInfo{ name: "outputs.tf", @@ -244,10 +545,12 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x94\xcf\x6e\x13\x31\x10\x87\xef\x7e\x8a\x51\xce\x90\x00\x82\x22\xa1\xe6\xc2\x3f\x29\x12\x82\x43\x8b\x38\x6e\x67\xed\xd9\x5d\xab\xde\xf1\x32\x1e\xa7\x44\xa8\xef\x8e\xbc\x9b\x06\x92\xa0\x42\x2b\x4a\x8e\x4e\x66\xbe\xcf\xbf\x19\x67\x8d\xe2\xb1\x0e\x04\x33\x0a\x75\x55\xa3\xbd\x24\x76\xd5\x10\x63\xa8\xd6\xcf\x2b\xef\x66\xf0\xdd\x00\xe8\x66\x20\xd8\x7e\x96\x90\x54\x3c\xb7\x06\xc0\x51\x83\x39\xe8\xf6\x98\x73\x08\xe3\x61\xb2\xe2\x07\xf5\x91\x61\x09\xb3\xf3\x8e\x80\xbe\x29\x09\x63\x80\x10\xd1\x41\x8d\x01\xd9\x92\x40\x8d\x05\x06\x05\x06\xde\xcd\x21\x27\x72\xa0\x11\x50\x15\x6d\x07\xda\x11\xd4\x31\x6a\x52\xc1\x01\x3e\xae\xde\xcc\xcc\xb5\x31\xb7\x09\x9f\xfc\x57\x61\x68\xa2\x80\x1f\xd6\x27\x77\x36\xf7\x0f\x17\xb5\xe7\x87\x88\xfa\x58\xf8\x9f\x45\xfd\x57\xc2\xf7\x8f\xba\xc7\xa4\x24\x55\xca\x35\x93\xfe\xd9\xf9\x48\x6f\x2a\x84\xd5\xdb\x51\x61\x9f\xc6\xd1\xd1\xfc\x80\xc7\xa9\xad\x18\x7b\xba\x2b\x87\x49\xaf\xa2\x5c\x42\x22\x9b\xc5\xeb\x06\x5a\x89\x79\xd8\x41\x27\x8d\x43\x98\x50\x8a\x59\x2c\x55\xe3\x8f\xef\xc5\xbd\x69\xb1\xe5\x95\x16\x3b\xa8\xa3\x21\xc4\x4d\x4f\x7c\x04\x4e\x1a\x05\x5b\xaa\xd0\xda\x98\x59\x7f\x07\x45\xde\x1c\x13\xc7\xab\x4c\xb5\xb0\xad\xdd\xd1\x6c\xc8\x65\x54\x73\x58\x29\x58\x64\xa8\x69\x9a\x75\xf9\xbe\x64\x0e\xce\x63\xcb\x31\xa9\xb7\xe9\xd0\x67\xdd\x57\xbe\xc7\xf6\xfe\xb7\xf7\x0e\x62\x33\x6a\xac\x7b\x18\x5b\xed\xc3\xc7\x81\x1f\x52\xbd\x23\x56\xaf\x9b\xbb\x52\x73\x22\x01\x4c\xc9\xb7\x4c\x0e\x6e\xba\xdc\xac\xf9\x24\x71\xc8\x8a\x59\xeb\x98\xd9\x55\xd9\xc9\x3e\x6f\x59\x04\xc3\x2f\x2f\x6e\x09\x0d\x86\x44\xe6\x08\x7e\x7a\xfa\xee\xd3\x7b\x73\xde\xf9\x04\x8e\x94\xa4\xf7\x85\x7f\xd5\x91\x76\x24\xf0\xb9\x58\x39\x6a\xc6\x43\x89\x59\x3d\xb7\x70\xe5\x43\xd8\x9b\x04\xb5\x42\x29\x81\x46\xb3\x1a\x1f\x2e\xe9\xdc\x7c\xe9\x88\x27\xe6\x23\x38\x53\x64\x87\xe2\xe0\xc3\xeb\x5b\x8a\xc7\x4b\xfe\x6c\x30\x39\xf9\x04\x42\x5f\xb3\x17\x72\x50\x93\xc5\x9c\x08\x94\x44\xb0\x89\xd2\x97\x95\xe0\x58\x36\x23\xd8\x1c\x50\x09\xc6\xed\x49\xe0\x72\x09\x1a\x86\x80\x0c\x43\x87\x89\x8c\x8d\xfd\x10\x48\x29\x6c\x00\xd9\x15\x94\x50\x13\x85\x46\xe8\xc5\x9a\x49\x17\x43\xae\x83\xb7\x8f\x43\x3d\xd7\xe6\xc2\xd8\xc8\xce\x97\x8c\x30\x00\xd3\xf4\xf7\x52\x97\xe5\xb0\x42\xa8\xe4\xe6\x70\x46\x64\x3a\xd5\x21\xbd\x5a\x2c\x5a\xaf\x5d\xae\xe7\x36\xf6\x8b\x0e\x53\xe7\x6d\x94\x61\xb1\xf3\x5c\xf8\x94\x32\xa5\xc5\xd3\x67\x2f\x5e\x3e\x31\x25\xef\x6b\x63\x7e\x04\x00\x00\xff\xff\x72\x03\x62\x4b\x65\x07\x00\x00"), }, - "/azure/bootstrap/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", - modTime: time.Time{}, - content: []byte("\x0a\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), + "/azure/bootstrap/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 201, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8d\xc1\x0a\xc2\x30\x10\x44\xef\xf9\x8a\xa1\x1f\x60\x15\xbc\xd6\x5f\x91\xd0\x6e\x75\xa1\xcd\xd6\x49\xd2\x83\x92\x7f\x17\x63\x45\x6f\x5e\x16\x96\x79\x6f\x26\x09\xe9\x47\xe3\x8c\x87\x03\x28\xb7\xac\x94\xe1\xbc\x0a\xa3\x5a\x40\x87\xe6\xd4\x61\xbf\x3b\x1c\x9b\xdf\x78\xa1\xad\x3a\x08\x63\xb5\x00\x7f\xcf\x14\xce\xe8\xb6\x1f\x88\x96\xd9\xcb\xcb\xb7\x45\x42\xbc\xea\x98\xda\xc9\x7a\x3f\xb5\x1b\xdb\x54\xb0\xd4\xab\x97\xa0\xe9\x3d\xf7\xdf\xff\xc0\xdf\x82\xe2\x8a\x73\xcf\x00\x00\x00\xff\xff\xa4\x2c\xd5\xff\xc9\x00\x00\x00"), }, "/azure/cluster": &vfsgen۰DirInfo{ name: "cluster", @@ -271,10 +574,12 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\xc1\x6e\xd4\x30\x10\x40\xef\xf9\x8a\xd1\x5e\x80\x4b\x4f\xab\xdc\x7a\x00\x95\xc3\x4a\xa8\x5a\x01\xe2\x1a\x39\xf1\x24\x19\xd5\xb1\xcd\x78\x9c\xa5\x54\xfd\x77\x94\x38\xa1\x90\x66\x21\x2d\x74\x6f\xbb\x9e\xf1\x7b\x9e\x9d\x99\x5e\x31\xa9\xd2\x20\xec\x44\x35\x61\x07\x77\x19\x80\xdc\x7a\x84\xe9\x73\x09\x9d\xf2\xaf\x83\x30\xd9\xe6\x4d\x06\xa0\xb1\x56\xd1\xc8\x74\x76\x77\x3f\xfe\x14\x2a\x26\x2f\xe4\x2c\x5c\xa6\x7b\x40\x1c\x94\x08\xca\x7b\x43\xa8\x87\x6f\x15\xa3\x12\xd4\xc0\x18\x5c\xe4\x0a\xc3\xc5\x2e\xbb\xcf\xb2\x07\x7c\x65\x62\x10\xe4\x82\x74\x92\x58\xdc\xfa\xb9\x45\x20\x8d\x56\xa8\x26\x64\xa8\x1d\x83\xb4\x08\x53\xd6\xc5\xee\x91\x76\x52\x5e\x67\x68\xd7\x29\xb2\x67\x39\xe9\x78\xc9\x00\x69\x95\x80\x32\x06\xae\xae\x3f\x01\x63\xe5\x58\x07\xe8\x62\x10\x28\xd1\x38\xdb\x6c\x73\x28\x55\xc0\xbf\x09\x0c\x31\xb3\x45\x0c\xa8\x47\x15\x1f\x4b\x43\xd5\x0c\x7e\x32\xac\x98\x2b\x5f\x34\xec\xa2\x2f\xac\xea\xf0\xac\xc0\x1c\x0b\x63\x2c\x9c\x5a\x64\x1c\x6b\xf1\xab\x19\x6d\x94\xc0\x6f\x82\x6c\x95\x29\x4c\x59\xd4\x5f\xb5\x2d\xfa\xfd\x2a\xf8\xfd\x14\x07\x6f\x8f\x87\x57\x01\x3e\xbc\x83\x21\x7a\x7c\xfb\xe1\xd8\xef\x9f\x0b\xcb\x9f\x01\xcb\xb7\xc1\xc8\x3e\xc0\xc8\x2b\xad\x19\x43\xd8\xfe\xbc\xc3\x11\xfa\x3d\x4c\x69\xff\x44\xdc\xfa\xc6\x81\x98\x3f\x8d\xd8\x13\x4b\x54\xa6\xb0\x28\x27\xc7\x37\x7f\x9a\xcf\xc3\xd5\x58\xbf\x2f\x29\x03\xae\x53\x46\x9a\x9b\x13\x19\x33\xac\x04\x43\xf6\x26\x6d\x84\xa1\x9d\x8e\x4c\xbd\x12\x1c\x27\xea\xbb\xb3\xb8\x71\x8e\xcf\xb6\xf2\x6a\xea\x23\xd7\x8f\xbf\x77\xf7\x3c\xe7\x1a\xbd\x71\xb7\x1d\x5a\x59\xac\x26\x9f\x2c\xd7\x10\xa5\x73\x66\xad\x18\x14\xa0\x57\x26\x0e\x97\x0a\x72\x47\x16\x03\x50\x0d\x32\x1c\x50\x00\x05\xd3\x9d\x3f\x97\x8b\x63\xb0\x4e\x96\x4b\x31\x06\x2c\xc8\xcf\x0d\xf5\x5f\xd0\x33\x30\xb4\x2e\x1a\x3d\xac\x97\x71\xba\x60\xfa\x7f\xc9\x36\x67\x24\xf2\x17\x97\xc8\x97\x12\x3f\x02\x00\x00\xff\xff\x3b\x1b\x20\xc8\x9d\x06\x00\x00"), }, - "/azure/cluster/dns/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", - modTime: time.Time{}, - content: []byte("\x0a\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), + "/azure/cluster/dns/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 215, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcc\x4d\x0a\xc2\x30\x14\xc4\xf1\x7d\x4e\x31\xf4\x00\x56\xc1\x6d\xbd\x8a\x84\xe6\x15\x03\x4d\x5e\x9c\x7c\x2c\x94\xdc\x5d\x2c\x42\xc5\x95\xdb\x19\x7e\xff\x22\xa4\x5d\x94\x01\x4f\x03\x50\xee\xd5\x53\xdc\xb5\x09\xb3\xd7\x88\x09\xc3\x65\xc2\xf1\x70\x3a\x0f\xdf\x77\xa2\x36\xef\x84\x79\x53\x80\x7d\x54\x4a\xa2\x6f\xb6\x88\x8b\x19\xd3\x67\x07\xb2\x56\xce\xf2\xee\x68\x92\x98\x6f\x7e\x29\xe3\xaa\xb3\x5d\xc7\x1f\x33\x6c\xa0\xef\x39\x86\xff\x33\x0c\x3b\xef\xa6\x1b\xf3\x0a\x00\x00\xff\xff\x3a\x50\x75\x78\xd7\x00\x00\x00"), }, "/azure/cluster/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", @@ -297,7 +602,7 @@ var Assets = func() http.FileSystem { "/azure/cluster/master/outputs.tf": &vfsgen۰FileInfo{ name: "outputs.tf", modTime: time.Time{}, - content: []byte("\x6f\x75\x74\x70\x75\x74\x20\x22\x69\x70\x5f\x61\x64\x64\x72\x65\x73\x73\x65\x73\x22\x20\x7b\x0a\x20\x20\x76\x61\x6c\x75\x65\x20\x3d\x20\x61\x7a\x75\x72\x65\x72\x6d\x5f\x6e\x65\x74\x77\x6f\x72\x6b\x5f\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x2e\x6d\x61\x73\x74\x65\x72\x2e\x2a\x2e\x70\x72\x69\x76\x61\x74\x65\x5f\x69\x70\x5f\x61\x64\x64\x72\x65\x73\x73\x65\x73\x0a\x7d\x0a"), + content: []byte("\x6f\x75\x74\x70\x75\x74\x20\x22\x69\x70\x5f\x61\x64\x64\x72\x65\x73\x73\x65\x73\x22\x20\x7b\x0a\x20\x20\x76\x61\x6c\x75\x65\x20\x3d\x20\x61\x7a\x75\x72\x65\x72\x6d\x5f\x6e\x65\x74\x77\x6f\x72\x6b\x5f\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x2e\x6d\x61\x73\x74\x65\x72\x2e\x2a\x2e\x70\x72\x69\x76\x61\x74\x65\x5f\x69\x70\x5f\x61\x64\x64\x72\x65\x73\x73\x0a\x7d\x0a"), }, "/azure/cluster/master/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", @@ -306,10 +611,12 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\x5d\x6b\xe4\x56\x0c\x7d\xf7\xaf\x10\x79\x6a\xa1\x9d\x69\x4b\x9a\x42\xd9\x7d\x29\xb4\x10\x58\x68\x61\x5b\xfa\xe8\x95\xef\xd5\xd8\x22\xd7\x92\x7b\xaf\xae\xc3\x64\xc9\x7f\x2f\xd7\x9e\x99\xce\xd7\xee\x3a\x4b\x37\x0f\x81\x64\xac\x73\x8e\x8e\x8e\xe4\x19\x31\x32\x36\x81\xe0\x26\x52\xcb\x2a\x37\xf0\xbe\x02\xb0\xed\x40\xb0\xfb\x79\x0d\xc9\x22\x4b\x5b\x01\x78\x4a\x2e\xf2\x60\xac\x02\xaf\xe1\xe6\xcf\x8e\x60\xae\x82\x8d\x46\xb0\x8e\xc0\xd3\x10\x74\xdb\x93\xd8\xea\xa6\x7a\xae\xaa\x63\xf8\xa4\x39\x3a\xaa\xdb\xa8\x79\xa8\x05\x7b\x7a\x39\xd7\x0c\x01\x13\x04\x14\x88\x05\xc4\x2e\xe4\x64\x14\x6b\xf6\x47\x7c\x07\xa2\x93\x47\xc7\xbe\x4e\xfc\x44\x4b\x9e\xe3\x1e\xdb\xcf\x6f\x80\x3d\xe8\x66\xd2\x3d\xf6\x30\x41\x41\x4e\xe4\xa7\x6e\x7a\x2c\x72\xd3\x79\x1b\xec\x49\x8c\x6d\xfb\x52\xce\x9c\x28\x02\xa6\xc4\xad\x90\x87\x3d\x4a\x51\xb0\xb7\x6e\xec\x2f\xb8\x24\x19\x8a\xa3\xda\x69\x16\xfb\xa4\x1d\x14\x9a\xba\x41\xf7\x40\xe2\xeb\x41\x35\xd4\xe3\xed\x12\xb7\x2f\xcb\xee\x96\x94\xf1\xe7\xb1\x5d\x96\x2d\x63\x6b\x85\x8b\x9d\xf5\x3c\x96\x53\xf7\x4f\x9c\xdf\x60\x0e\x56\x5c\x3f\x33\xf3\x21\x37\xe4\x54\x36\xdc\xd6\x4e\xc5\xe8\xc4\xd0\xa5\x20\x29\x37\x42\x76\x2a\x78\xd1\xf8\xe7\x42\x30\x05\x34\x43\xd7\x4d\x13\xdf\x45\x0c\x4c\xcf\x27\xaf\xa9\x1e\x35\xe4\x9e\xea\x42\xf1\x52\xb2\xe9\xc9\x7d\xb0\x27\x98\x43\xc8\xa2\xaa\x41\x13\xd4\x3d\x80\xa7\x91\x1d\x7d\x98\xf9\x6c\x05\x97\xb5\xc9\x4f\xe7\xcc\x2c\xd0\x72\x8b\xcd\xd6\x28\x2d\x97\x61\xd8\xa6\x6b\xe4\x3d\x0e\x5f\xcd\x02\xbe\x3e\x1a\xd4\xfc\xd9\xfb\xe7\x4b\x51\x05\xa7\xb8\xde\x10\xe0\x30\x04\x26\x5f\xfe\x72\x91\xd0\xc8\x1f\x0e\xc1\xc5\x96\x27\xd3\x88\x2d\xd5\xe8\xce\x57\xef\xa0\x04\x65\x7b\x85\xae\x78\x30\xd7\xc2\xae\xf6\xd0\xf3\xee\x00\xae\xe0\xde\xc0\xa1\x14\x49\x87\x63\xd3\x14\x3f\x3c\x63\x2b\x9a\x8c\xdd\xe5\xd5\xd9\xc5\xff\x93\x7b\x82\x23\x72\xc0\x86\x03\xdb\xb6\x7e\x52\xa1\xab\x2e\x06\x4e\x76\x62\xe3\x49\x13\x6f\x38\xd9\x7e\x88\xc7\x78\x30\xe1\x95\x81\x3e\x76\x5c\x22\xbc\x37\xf2\x38\xcc\x2b\x28\x39\x08\x24\xad\x75\x33\x08\xa7\x89\x0f\xfa\x5c\x7e\xa1\xb9\x0e\x4e\x0f\xdb\x79\xb3\x43\xe4\x11\xed\x6a\xf6\x1a\xd5\x70\x2d\x79\x9c\x60\xc4\x90\xcb\xfb\xc7\x28\xf6\x3c\xe9\xdc\x91\x73\x02\x84\x1d\xe6\x7e\x08\xa0\x11\x44\x2f\x98\x73\xa2\x9a\x87\xf1\xf6\x7f\xa4\xde\x13\xa6\x4e\x73\xf0\x65\xe2\x70\xff\xc7\x78\x0b\x42\xf6\xa8\xf1\x81\xa5\xfd\x80\x88\xbb\x2f\x2e\xe2\xee\x23\x22\x34\x5b\xa3\x59\x7c\x9d\xfd\xc5\xb1\x3d\x88\xd8\x5f\xc9\x0d\x86\x44\xd5\x85\xae\x57\xaf\x7e\xfd\xfd\xb7\x6a\x12\x77\x90\xe5\xe1\xb1\x23\xeb\x28\xc2\x5f\xe5\x85\xe8\x69\x33\xfd\x33\x6a\x36\x96\x16\x1e\x39\x84\x93\xc5\xa0\x36\x52\x9a\x36\xf8\x5e\x8c\xa2\x90\xad\xaa\xbf\x3b\x92\x99\xf3\x1b\x78\x6b\x28\x1e\xa3\x87\x37\xbf\x7c\xac\xb8\x04\xf4\x3f\x80\x59\x13\x27\x88\xf4\x4f\xe6\x48\x1e\x1a\x72\x58\x5c\x31\x8a\x11\x37\x1a\xfb\xb2\xa1\xa2\x65\x51\x83\xcb\x61\x4a\x4e\x89\x6a\x02\x9f\xcb\xd6\xc0\x10\x50\x60\xe8\x30\x95\x0f\xfa\x21\x90\x51\xd8\x02\x8a\x2f\x54\x91\x36\x1a\xe7\xad\x78\x37\x0a\xd9\x7a\xc8\x4d\x60\xf7\x6d\x68\x56\xb6\x79\x57\x39\x15\x3f\x6d\x33\x06\x10\x9a\x2f\x52\x53\xbe\x95\xec\xce\xd2\x0a\xde\x12\x41\x67\x36\xa4\x9f\xd7\xeb\x96\xad\xcb\xcd\xca\x69\xbf\xee\x30\x75\xec\x34\x0e\xeb\x83\xce\x35\xa7\x94\x29\xad\xbf\xff\xe1\xc7\x9f\xbe\xab\x8a\xdf\xcf\xd5\xbf\x01\x00\x00\xff\xff\x86\x08\x3c\x95\x4c\x0a\x00\x00"), }, - "/azure/cluster/master/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", - modTime: time.Time{}, - content: []byte("\x0a\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), + "/azure/cluster/master/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 135, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x31\x0e\x82\x40\x14\x44\xfb\x3d\xc5\x64\x0f\x20\x9a\xd8\xae\x57\x31\x1b\x18\xe2\x26\xc0\xc7\xf9\x2c\x85\x86\xbb\x1b\x08\x85\xc5\x14\x93\xf7\xde\x42\x29\xf7\xa6\x11\xdf\x00\x88\xef\x5a\xc4\xee\xb9\x52\x5e\x6c\x42\x42\x7c\x24\x5c\x2f\xb7\x7b\xfc\xc7\xb3\x6c\x2d\x1d\xe5\x47\x05\xe4\x4f\x15\x35\x22\x9d\x1f\x70\xab\x6a\xb9\xf7\x36\x73\xf2\x57\xe9\x97\x66\xb0\x36\x0f\xcd\xe9\xc6\x43\xdc\xc2\xbe\x2d\xfc\x02\x00\x00\xff\xff\xf4\x57\x74\x8d\x87\x00\x00\x00"), }, "/azure/cluster/outputs.tf": &vfsgen۰FileInfo{ name: "outputs.tf", @@ -323,17 +630,19 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x94\xd1\x8f\x23\x35\x0c\xc6\xdf\xe7\xaf\xb0\xfa\x0c\x2d\x20\x58\x24\x74\xf7\x02\x07\xd2\x4a\x68\x41\xda\x03\x1e\xe7\x9c\xc4\x33\x63\x6d\xc6\x99\x73\x9c\x2e\x05\xdd\xff\x8e\x32\xd3\x16\xb5\x5d\x16\x76\xb9\xbb\x3e\xa6\xe3\xef\xf7\xe5\xb3\xe3\x2d\x2a\xa3\x8b\x04\x2b\x8a\xae\x75\xe8\xef\x48\x42\x3b\xa5\x14\xdb\xed\x97\x2d\x87\x15\xfc\xd9\x00\xd8\x6e\x22\xd8\xff\x5e\x42\x36\x65\xe9\x1b\x80\x40\x1d\x96\x68\xfb\x63\x29\x31\xce\x87\xd9\x2b\x4f\xc6\x49\xe0\x25\xac\x5e\x0f\x04\xf4\xbb\x91\x0a\x46\x88\x09\x03\x38\x8c\x28\x9e\x14\x1c\x56\x18\x54\x18\x70\x58\x43\xc9\x14\xc0\x12\xa0\x19\xfa\x01\x6c\x20\x70\x29\x59\x36\xc5\x09\x6e\xae\xbf\x5b\x35\xef\x9a\xe6\x31\xc3\x57\x1f\xd5\x30\x74\x49\x81\xa7\xed\xd5\x93\x9d\xf3\x87\x8b\x9a\xe5\x43\x44\x7d\x69\xf8\xbd\x45\xfd\x9f\x0c\x3f\x3f\xea\xa9\xb8\xc8\xbe\x8d\xae\x9d\x78\xaa\x39\x77\x6f\x83\x9c\x1a\x7f\xc0\xf4\xde\xf0\x63\x4a\x57\xcf\x57\x3a\x5c\xb9\x6a\x2d\xa6\x30\x04\xa5\x9c\xdf\x8b\xda\xd5\xff\x52\xdb\xb2\x5a\xc1\xd8\x0a\xd9\x7d\xd2\xbb\x63\x97\x1f\xe8\xdc\xf5\xab\xb9\x2d\xbf\x2e\x15\x70\xb3\x54\x80\x0d\x68\x70\xcf\x31\x82\x23\x88\x2c\x77\x4b\xbf\x6a\xa3\x7e\x56\xde\xa2\x11\xbc\xba\xb9\x85\x3f\x92\xd0\x7a\xf5\x4f\xf3\x73\xe2\x69\xc4\x6c\xa4\x6d\x2e\x4e\xc8\xfe\x7d\xee\x2e\x8c\x2e\x85\x07\xbf\xa7\x13\x23\x29\x54\x1b\x27\x3c\xc9\x7d\x2b\x38\xd2\x53\x39\xfb\xcc\x20\x93\x2f\xca\xb6\x83\x5e\x53\x99\x8e\xd0\xc5\xc6\x39\x4c\x29\xa7\xa2\x9e\xda\xf9\xe3\x67\x71\x0f\x12\x7b\x5e\x95\x38\x42\x03\x4d\x31\xed\x46\x92\x0b\x70\xb6\xa4\xd8\x53\x8b\xde\xa7\x22\xf6\x10\x14\x65\x77\x49\x9c\xaf\xb2\xd4\xc2\xbe\xf6\x48\xf3\xb1\xd4\x56\xad\xe1\xda\xc0\xa3\xd4\x09\x98\xdf\x6b\xfd\xbf\x66\x0e\x81\xb1\x97\x94\x8d\x7d\x3e\xf7\xb3\x1d\x5b\x1e\xb1\x7f\xfe\xed\x39\x40\xea\x66\x1b\xdb\x11\x66\xa9\x53\xf8\xdc\xf0\x73\x2a\x07\x12\x63\xdb\x3d\x95\x5a\x32\x29\x60\xce\xdc\x0b\x05\x38\xa8\x1c\x56\xd5\x62\xe2\x9c\x95\x8a\xb9\x54\x24\xb4\x25\xe8\xf9\xe3\x74\x29\xc5\x93\xa7\xd9\x61\xcc\xd4\x5c\xc0\x5f\xbc\xf8\xfe\xa7\x1f\x9a\xd7\x03\x67\x08\x64\xa4\x23\x57\xfe\xfd\x40\x36\x90\xc2\x2f\xd5\x55\xa0\x6e\x3e\xd4\x54\x8c\xa5\x3f\xbe\xc5\x63\x18\xd4\xd7\xf5\x00\x96\x9a\xeb\x79\x77\x90\xad\x9b\xdf\x06\x92\x85\xf9\x09\xdc\x1a\x4a\x40\x0d\xf0\xe3\xb7\x8f\x14\xcf\x97\xfc\x5b\x60\xf1\xc4\x19\x94\xde\x16\x56\x0a\xe0\xc8\x63\xc9\x04\x46\xaa\xd8\x25\x1d\xeb\x48\x48\xaa\x93\x11\x7d\x89\x75\x11\xcc\xd3\x93\x21\x94\x1a\x34\x4c\x11\x05\xa6\x01\x33\x35\x3e\x8d\x53\x24\xa3\xb8\x03\x94\x50\x51\x4a\x5d\x52\x9a\xa1\x6f\xb6\x42\xb6\x59\xf6\xf1\xa7\xd1\xad\xad\x7b\xd3\xf8\x24\x81\x6b\x46\x18\x41\x68\x59\x39\xae\x0e\x87\x57\x42\xa3\xb0\x86\x5b\xa2\x66\x30\x9b\xf2\x37\x9b\x4d\xcf\x36\x14\xb7\xf6\x69\xdc\x0c\x98\x07\xf6\x49\xa7\xcd\xd1\xe7\x86\x73\x2e\x94\x37\x9f\x7f\xf1\xd5\xd7\x9f\x35\x35\xef\x77\xcd\x5f\x01\x00\x00\xff\xff\x94\x80\xe4\x29\x28\x09\x00\x00"), }, - "/azure/cluster/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", - modTime: time.Time{}, - content: []byte("\x0a\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), + "/azure/cluster/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 275, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcc\x4d\x0a\xc2\x30\x10\xc5\xf1\x7d\x4e\x31\xe4\x00\x56\xc1\x6d\xbc\x8a\x84\x66\x8a\x81\x36\x13\x5f\x3e\x16\x4a\xee\x2e\xc6\x42\x85\x6e\xba\x09\x84\xf9\xff\x5e\x66\xc0\x4e\x82\x85\xde\x8a\x08\xfc\x2c\x1e\xec\xee\x95\x91\xbc\x04\x32\xa4\x6f\x86\xce\xa7\xcb\x55\xff\x9f\x23\xa4\x7a\xc7\x48\x5d\x11\xc1\x06\x27\x0b\x99\xf5\x4b\x94\xa4\x60\xe4\x2f\x97\xc8\x21\x3d\xfc\x94\x87\x59\x46\x3b\x0f\xbf\x54\xf7\xae\xf5\xd7\xbe\x0a\x18\xc7\xf4\xda\xee\x78\x84\xaf\x36\xb3\x0b\xe9\xf8\xcc\x66\xb6\xb9\xa6\x9a\xfa\x04\x00\x00\xff\xff\x42\xe3\x54\x66\x13\x01\x00\x00"), }, "/azure/variables-azure.tf": &vfsgen۰CompressedFileInfo{ name: "variables-azure.tf", modTime: time.Time{}, - uncompressedSize: 3926, + uncompressedSize: 4282, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x97\x4b\x6f\xe3\x36\x10\xc7\xef\xfa\x14\x03\x9d\x36\x40\x60\xb4\x68\x4f\xc5\xe6\xb0\xc5\xa6\x80\x81\x05\xb6\x68\x76\xd1\x23\x33\x92\xc6\x12\x11\x8a\x14\xc8\xa1\x9c\x07\xf2\xdd\x0b\x92\x92\x2c\x3b\xca\xc3\xae\x73\x08\x22\x85\xfc\xcf\x6f\x9e\xa4\x7a\xb4\x12\x0b\x45\x90\xe3\xa3\xb7\x24\x4a\xa3\x37\xb2\x16\x3d\x59\x27\x8d\xce\xe1\x29\x03\xa8\xc8\x95\x56\x76\x2c\x8d\x86\x2b\xf8\xfc\xf9\xfa\xfb\x5f\xd9\x27\xa9\x99\xac\x46\x75\x01\x3f\x1a\xe9\xa0\xa2\x52\xa1\x25\x07\xdc\x10\x0c\xbb\xc1\x6c\xe2\xe3\x97\xa0\x0c\x49\xd9\x5b\x8c\x3a\xa3\x5d\xb7\xca\xd6\x0c\x0d\x3a\xd0\x06\x64\xdb\x61\xc9\x60\x34\xd4\xa4\xc9\x22\x53\x05\xe8\x1c\xb1\x83\xc2\xf3\xb2\x8d\xd2\x68\xb6\x71\x57\x32\xb6\x67\x66\x95\x05\xd6\x2c\xfa\xb0\x41\xaf\x18\xae\x20\xff\x65\xf5\x6b\x9e\x3d\x67\xd9\xa1\xeb\xa4\x7b\x69\x8d\x6e\x49\x73\xf2\x9b\x1f\x3a\x82\x2b\x70\x6c\xa5\xae\x5f\xc4\x21\xff\xd1\x10\x30\xda\x9a\x78\xf4\x50\x19\x5f\xc1\x4c\x06\x36\xc6\x26\x28\xe5\x1d\x93\x5d\x2d\xda\xb5\x54\x4f\xa1\x3e\xd6\x64\xda\xfb\x31\x3b\x85\x31\xec\xd8\x62\x27\xfa\x56\x04\x43\x1f\x32\xb9\xd6\x8e\x51\x97\x94\xd6\x8d\x86\x26\x2d\xd0\xa6\xa2\x15\x5c\xdf\x63\xdb\x29\xfa\x03\x6e\x6f\x18\x75\x85\xb6\x12\x5f\x6f\x7e\x17\xfd\x6f\xb7\xcb\x2c\x2d\x06\xce\x33\x80\x24\xa1\x48\xf1\xc9\x5d\x1c\x0f\x42\xf7\x6c\x51\x30\xd6\x6e\x0f\xa2\xc5\xee\x53\x02\xb9\xc8\x5e\xeb\x00\x13\x9f\x43\x07\x5c\x07\x91\x21\x23\x41\x0a\xd8\x40\x41\x80\x5d\xa7\x24\x55\xe1\xa9\xb4\x14\xab\xd9\x92\x33\xde\x96\xa1\xec\xb3\x1d\xea\x13\xe4\x77\xf4\x90\x07\x2f\x7b\x54\x9e\xf2\x4b\xc8\x37\xc6\xc4\x17\x05\xda\x1c\x9e\x6f\x17\x0a\xf9\xe9\xf9\x8d\xc8\x5a\x63\x58\xf4\x46\xf9\x96\x0e\x43\x3c\xfc\xbc\x53\x65\x61\xe5\xd0\x52\x49\x26\xfe\x19\x64\xa1\x50\xa6\xbc\x83\x8a\x7a\x59\xc6\x35\xb3\x1c\xb8\x37\xd3\x3d\x87\x72\xf2\xf1\x68\xa8\xb0\xe7\x00\x4a\x6a\xa8\x65\x8d\xc5\x03\x93\x9b\x8a\xe2\x44\xca\x02\x1d\x89\xca\xb4\x28\xb5\x18\x13\x25\x6a\x6b\x7c\x27\x34\xb6\x47\xd3\x8e\x12\x10\x25\x80\x1b\xe4\x38\xad\x50\xea\x34\xc2\x2a\xed\xe0\xd1\x68\x02\xef\xe2\xa0\x83\x00\x00\x09\xe0\x63\x2d\x2d\x5b\xac\x49\x78\xab\x8e\x65\xfb\xf9\xcf\xb7\x29\x90\x2d\x44\x99\x44\x11\xcc\xa2\x52\x6f\x85\x09\x6d\x2b\x48\x57\x9d\x91\x7b\x83\x72\xc9\x6e\x2a\xd5\xf4\x3a\xcf\x97\x51\x46\xa9\xc9\xe3\xd4\x47\x5f\xfe\x5e\xaf\xe0\xbb\x56\x0f\x89\x6b\xdb\x90\x06\x19\x46\x80\x52\x52\xd7\xa1\xa7\xd2\xba\x1b\xc6\xf2\x6e\x91\xd3\xf9\x62\x32\x26\x64\x75\x74\xb1\xcd\xb6\xa7\xe4\xb9\xc6\x78\x55\x85\xce\x8e\x48\x6c\x20\x1e\x82\xe1\xf0\xd9\x4a\x6e\x76\xe0\x8b\x38\xa5\x92\xa4\xf9\x04\x10\xec\x3a\x58\x7f\x3d\x23\x82\xa3\xd2\xd2\x7b\xa9\x7b\x81\xd1\xa1\x73\x5b\x63\xab\x73\x80\x30\x69\x3c\x29\x16\x69\xe3\x99\xc2\x31\x4c\x25\xec\x51\x2a\x2c\xa4\x92\xfc\x20\x42\x3f\xba\x25\x2a\x25\x1d\x4f\x47\xc2\x72\x9e\x66\x3a\xb1\xaf\x5d\x98\x4e\xdb\x46\x96\xcd\xee\x08\x98\x1d\x5a\x6e\x05\x61\x9b\x22\x5d\x73\x93\xba\x51\xba\x68\x07\x5a\x1f\x7e\x21\x97\xcd\xb0\x56\x94\xc6\x6b\x5e\xee\xc7\xce\x12\xdd\x4b\xc7\x52\xd7\x42\x13\x6f\x8d\xbd\x5b\x72\xa0\x30\x46\xbd\x68\xca\x0d\x2a\x47\x2f\xdd\xb9\xe9\xa8\x94\x1b\x49\x2e\xf4\x1d\x37\x64\x01\x35\x8c\x46\x60\x30\x72\x18\xfd\x30\x39\x40\xd3\x16\xc2\x48\x1b\x0f\xbc\xd0\xd4\x43\xdb\xa6\x1b\xd9\x2b\x57\xa0\xff\x33\x6d\xd3\x79\x1c\x62\x19\x36\x8e\x73\xed\x60\xfc\x1e\xce\x53\x58\x0f\x01\x97\x0e\x1c\xf1\xe5\xfc\x9f\xe1\xdd\x00\x9d\xaa\x2a\x16\xdb\xe4\xff\xbe\x72\x66\x42\x80\xb6\xd2\xd1\xe0\xfe\x81\xe1\xad\x54\x2a\xc4\x68\x8c\x88\x77\x41\x63\xb2\x54\xa5\x3b\xea\x42\x50\x86\x30\xbf\x13\x9c\xb7\xfb\x65\x1e\x90\x31\x6d\xfb\x7c\x97\x40\x32\x66\x78\x72\x2f\x04\xca\xcc\x88\x97\x53\xd6\x4b\xcb\x1e\xd5\x42\xc5\x7d\x9c\x68\xd0\x18\xc9\x4e\x45\x89\x9f\x00\x46\x89\x4e\xa1\x8e\x63\x5f\xd3\xc7\x6f\xf0\x73\x9e\xb4\x75\x57\x2a\x49\x17\xa2\xee\xe9\x70\x6d\xe7\xf9\x5c\x58\x21\x4c\xe3\x25\xe6\x7d\xa2\x57\xc6\x85\xec\x91\xf7\x4b\x68\x9a\x0d\x07\x1c\xf1\xc3\x8e\xc9\xb6\x32\x4e\xb3\x5d\xc7\x20\x0c\x32\x53\x21\x9b\x40\xf5\xca\x84\x32\x9e\x0b\xe3\x75\x25\xbc\x23\x2b\x2a\xda\x48\x4d\x95\xb0\xc6\x07\xea\x65\x90\xf1\x92\x9b\x06\xd4\xab\x2d\x3f\x07\xac\xa6\x61\xf5\xd3\x91\x85\xc1\x0c\x0c\x66\xa6\x3e\x9c\xae\x39\x54\x5b\x72\xf1\xae\xbe\x8e\xdf\xb2\xc4\xab\xec\xdf\x70\xcd\x88\x36\x2f\x61\xfc\x80\x80\x6f\x7f\xbe\xb5\x39\x64\x68\x27\x90\x7a\xf9\xbf\x00\x00\x00\xff\xff\xdd\xa8\xb3\xed\x56\x0f\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x98\x4f\x6b\xe4\x38\x13\xc6\xef\xfe\x14\x45\x9f\x12\x08\xcd\xfb\xb2\x7b\x58\x96\xc9\x61\x96\xc9\x42\x43\x60\x96\xc9\x84\x3d\x2a\x65\xbb\xda\x16\x91\x25\x23\x95\xdc\xf9\x43\xbe\xfb\x22\xc9\x76\xbb\x7b\xdc\x49\x77\xe8\x39\x0c\xe9\x8e\xf5\xd4\xaf\x4a\xaa\xa7\xe4\x74\x68\x25\xe6\x8a\x60\x81\x2f\xde\x92\x28\x8c\x5e\xcb\x4a\x74\x64\x9d\x34\x7a\x01\xaf\x19\x40\x49\xae\xb0\xb2\x65\x69\x34\x5c\xc3\x97\x2f\x37\xdf\xff\xce\x2e\xa4\x66\xb2\x1a\xd5\x25\xfc\xac\xa5\x83\x92\x0a\x85\x96\x1c\x70\x4d\xd0\xaf\x06\xb3\x8e\x1f\xbf\x06\x65\x48\xca\xde\x62\xd4\x19\xe2\xba\x65\xb6\x62\xa8\xd1\x81\x36\x20\x9b\x16\x0b\x06\xa3\xa1\x22\x4d\x16\x99\x4a\x40\xe7\x88\x1d\xe4\x9e\xe7\x63\x14\x46\xb3\x8d\xab\x52\xb0\x9d\x30\xcb\x2c\xb0\x66\x31\x87\x35\x7a\xc5\x70\x0d\x8b\xff\x2d\xff\xbf\xc8\xde\xb2\x6c\x3f\x75\xd2\x9d\xb4\x46\x37\xa4\x39\xe5\xcd\xcf\x2d\xc1\x35\x38\xb6\x52\x57\xbf\xd4\x61\xf1\xb3\x26\x60\xb4\x15\xf1\x90\xa1\x32\xbe\x84\x89\x0c\xac\x8d\x4d\x50\xca\x3b\x26\xbb\x9c\x8d\x6b\xa9\x1a\x4b\x7d\x6a\xc8\xb4\xf6\xb8\x38\xb9\x31\xec\xd8\x62\x2b\xba\x46\x84\x40\x47\x85\x5c\x69\xc7\xa8\x0b\x4a\xcf\x0d\x81\x46\x2d\xd0\xa6\xa4\x25\xdc\x3c\x61\xd3\x2a\xfa\x13\x1e\xee\x18\x75\x89\xb6\x14\xdf\xee\x7e\x17\xdd\x6f\x0f\xf3\x2c\x0d\x06\xce\x33\x80\x24\xa1\x48\x71\xe1\x2e\xe7\x41\xfe\x70\x87\x41\xe8\x89\x2d\x0a\xc6\xca\xed\x40\x34\xd8\x5e\x24\x90\xcb\xec\x50\x07\x98\xf8\x39\x74\xc0\x4d\x10\xe9\x77\x24\x48\x01\x1b\xc8\x09\xb0\x6d\x95\xa4\x32\x7c\x2a\x2c\xc5\xd3\x6c\xc9\x19\x6f\x8b\x70\xec\xb3\x2d\xea\x2b\x2c\x1e\xe9\x79\x11\xb2\xec\x50\x79\x5a\x5c\xc1\x62\x6d\x4c\xfc\x22\x47\xbb\x80\xb7\x87\x99\x83\xfc\xfa\xf6\x4e\x65\xad\x31\x2c\x3a\xa3\x7c\x43\xfb\x25\xee\xff\x7d\x70\xca\xc2\x93\x7d\x4b\x25\x99\xf8\x63\x90\x85\x5c\x99\xe2\x11\x4a\xea\x64\x11\x9f\x99\xec\x81\x7b\x77\xbb\xa7\x50\x4e\xbe\x9c\x0c\x15\xd6\xec\x41\x49\x0d\x95\xac\x30\x7f\x66\x72\xe3\xa1\xf8\x24\x65\x8e\x8e\x44\x69\x1a\x94\x5a\x0c\x1b\x25\x2a\x6b\x7c\x2b\x34\x36\x27\xd3\x0e\x12\x10\x25\x80\x6b\xe4\xe8\x56\x28\x75\xb2\xb0\x52\x3b\x78\x31\x9a\xc0\xbb\x68\x74\x10\x00\x20\x01\x1c\xd7\xd2\xb2\xc1\x8a\x84\xb7\xea\x54\xb6\xfb\x1f\xb7\x63\x21\x1b\x88\x32\x89\x22\x84\x45\xa5\xde\x2b\x13\xda\x46\x90\x2e\x5b\x23\x77\x8c\xf2\xa8\xb8\xc3\xba\x31\xbd\xd4\x34\x5f\xff\x59\x2d\xe1\xbb\x56\xcf\x09\x62\x53\x93\x06\x19\xfa\x5d\x29\xa9\xab\xd0\x40\xe9\xb9\x3b\xc6\xe2\xf1\x03\x73\x93\x95\x96\x21\xa4\x70\xec\xf3\x53\xf9\xb6\xbe\x36\xc8\x40\x90\x39\x3f\x9c\xb7\x4a\xb4\x0a\x0b\xaa\x8d\x2a\xc9\x9e\xc0\x99\xdc\x27\xc0\x4e\xd6\x43\xf4\x8d\xd0\x0d\x3c\x9f\x45\x72\x24\x4b\x71\x4d\x09\x1b\xc9\x75\x7c\x74\x7c\xe0\xfe\xc7\xed\x32\x3b\x36\xcb\xe8\x46\x33\x89\x3a\x9f\x8f\xa8\x42\x96\x47\xcf\xb4\xe9\xba\xd4\x28\xae\x36\x5e\x95\x81\x39\xe2\xb0\x81\x78\xe1\x08\x83\x3e\xb2\x8f\xe7\x66\xb6\xe0\x85\x92\xa4\xf9\x14\x02\x6c\x5b\x58\x7d\x3b\x63\x6c\x47\x85\xa5\xe3\x2f\x12\x2d\x3a\xb7\x31\xb6\x3c\x07\x01\x93\xc6\xd3\xb2\x4f\x2b\xce\x54\x80\xde\xec\xb1\x43\xa9\x30\x97\x4a\xf2\xb3\x08\x36\xb7\x3b\x61\x95\x74\x3c\x8e\xd8\xf9\x2d\x99\x08\x44\x9f\x74\xe1\x7c\x6f\x6a\x59\xd4\xdb\x91\x3a\xb9\x04\xb8\x25\x84\x65\x8a\x74\xc5\x75\x72\x37\xe9\x62\x1c\x68\x7c\xf8\x0f\xb9\xa8\xfb\x67\x45\x61\xbc\xe6\x79\x7f\x6b\x2d\xd1\x93\x74\x2c\x75\x25\x34\xf1\xc6\xd8\xc7\x1d\xf2\xdc\x18\xb5\x33\x88\xd7\xa8\x1c\xfd\x9a\xc3\x5d\x4b\x85\x5c\x4b\x72\xa1\x99\xb8\x26\x0b\xa8\x61\x50\x86\x5e\x79\xbf\xd6\xc1\x7e\x41\xd3\x06\xc2\x5c\x18\x6e\x0d\xc1\x2c\xfb\x5e\x4c\xd7\xda\x03\xf7\xc8\xf7\x46\xd6\x11\x7e\x12\x56\x0c\x53\x61\x6f\x78\xed\x4f\x23\x58\xf5\xe5\x95\x0e\x1c\xf1\xd5\xf4\x97\xe1\xbb\x9e\x36\x1d\x9e\x78\xa6\xc6\xc4\x77\x95\x33\x13\x2a\xb3\x91\x8e\xfa\xbc\xf7\x02\x6f\xa4\x52\xa1\x38\x43\x29\xbc\x0b\x1a\x63\xa4\x72\x79\xc8\x8a\xfa\xfa\x9e\x63\x90\x4f\xeb\x32\x6c\xdb\x2e\xe6\x15\x90\x8c\x3b\x3c\x66\x19\xea\x65\x26\xe0\xf3\x5b\xd6\x49\xcb\x1e\xd5\xcc\x31\x3b\x19\xac\x97\x1a\x00\x3f\x4b\x14\x5f\xa7\x4c\x9c\x4d\x3a\xfa\xb9\xa6\x93\x87\xfc\x14\x2b\x29\x6c\xcf\x4f\x92\x87\x28\xff\x79\xc6\xa6\xf5\x7c\x66\xba\x50\xb4\xe1\x7a\xf8\x31\xd8\x01\xe3\x90\x1d\xf2\xec\xf1\x1a\x3d\x63\x0f\x27\xbe\x39\x33\xd9\x46\x46\x7b\xdb\x36\x15\x42\xaf\x36\x9e\x75\x13\xe0\x0e\x58\x96\xf1\x9c\x1b\xaf\x4b\xe1\x1d\x59\x51\xd2\x5a\x6a\x2a\x85\x35\x3e\xc0\xef\xf2\x1c\xf4\xaf\x83\xc6\x30\x65\x2c\x47\x2f\xbb\x77\x64\xa1\x8f\x04\x7d\xa4\xb1\x5b\xc7\xab\x24\x55\x96\x5c\x7c\x1f\x5a\xc5\xbf\x17\x10\x2f\xb3\x7f\xc3\xd5\x22\xc6\xbc\x82\xe1\x25\x0d\x6e\xff\x7a\x6f\x71\xd8\xab\xad\x40\xea\xf8\xff\x02\x00\x00\xff\xff\xc8\x53\xb1\x93\xba\x10\x00\x00"), }, "/azure/vnet": &vfsgen۰DirInfo{ name: "vnet", @@ -381,10 +690,12 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x58\x6d\x6f\xdb\x36\x10\xfe\xae\x5f\x71\x13\x86\x62\x03\x62\x39\x5d\x3d\x7d\xf0\x60\x0c\xed\xba\x75\x05\xba\x21\x40\xb3\x4f\x45\xc1\x52\xe2\x39\x26\x42\x93\x2c\x5f\xdc\xa4\x6d\xfe\xfb\x40\xc9\x92\x25\x4b\x4a\xec\x68\x5b\xd6\xcd\x40\x10\x99\x3e\x1e\xef\xe5\xb9\xe7\x8e\x12\x2a\xa7\xc2\xc2\xa7\x08\x40\xfb\x4c\xf0\x9c\x88\x8c\x2c\x8d\x92\x0e\x25\x23\x5c\x93\xcd\x8c\xe4\x4a\x2e\xf9\x85\x37\xd4\x71\x25\x89\xa4\x6b\x84\x05\xc4\xa5\xf8\x44\x64\x13\xae\x27\x9b\x59\x3c\xac\x21\x3d\x48\x43\x1a\x47\x37\x51\xd4\xb0\x67\x3a\x85\xe7\x3f\x3f\xfb\xe3\xc5\x1c\x9e\x7e\xf4\x06\x81\x6a\x4d\x0d\x4a\x27\xae\xc1\xe0\x7b\xcf\x0d\x5a\x60\x9e\x0a\xb0\x8e\xe6\x97\xf0\xea\x19\x2c\x95\x81\x4d\x1a\x01\x48\x44\x46\xb6\xd6\x70\xbd\x99\xc1\x02\xbe\x82\x0d\x35\x09\x0d\x9a\x88\x36\x7c\x43\x1d\xc2\xe7\xcf\xad\x65\xe5\x5d\xa6\xbc\x64\xc4\x5b\x34\x84\xe1\x92\x4b\x64\xc4\x28\xef\xb8\xbc\x88\xba\x6a\x53\x58\x14\xbb\xbd\xc5\xf2\xeb\xa3\x47\xf0\xcd\xd8\x73\xbe\x0d\x51\x88\x0c\x5a\xe5\x4d\x8e\x10\x17\x5b\xcc\x7a\x77\x6c\x0c\x71\x2e\xbc\x75\x68\x76\x6b\x64\x33\x8b\x8b\x98\xe5\xca\x4b\x07\x0b\x28\xc2\x98\x74\xc2\xf0\x23\x3c\x86\x39\x9c\x06\x5f\xec\xa5\x87\xfd\xcf\x02\xe2\xd7\x8e\x4a\x46\x0d\x0b\xe9\x0c\x4a\x42\xc2\xda\x22\x3b\x3f\x0c\x5e\x70\x25\x43\x5c\x42\x42\xbb\xba\xbe\xfe\x14\x64\x2b\x63\x39\xbb\x99\xe8\x1a\x2a\x95\x83\xe4\xc2\x28\xaf\x2b\x48\x30\xea\x68\x52\x79\xdc\x16\x49\xd6\x94\xcb\x24\xc8\x45\x00\x54\x54\xb6\x91\x35\xba\x95\x62\xb5\xf1\x8e\xe7\x41\x3d\x53\x41\xbc\x50\x4b\x04\xcd\x50\xd4\xa6\xef\xcc\x09\x81\x0e\x07\x1e\x1b\xe3\x11\xb8\x3c\x3c\x3d\xfd\x21\xed\x18\x9a\xf4\x99\xf9\xe6\xf4\x6d\x15\xa8\x31\x61\xbe\x17\x0e\xd3\x03\x70\x98\x36\x1d\x0d\x9b\xd0\xd8\x16\xcc\x16\x10\xbf\x3c\x0b\x84\xf0\x90\x30\x4d\xbf\x54\x98\x1e\x9d\x82\x11\x58\x4b\xff\x3a\xac\x75\xa1\x26\xb2\xb8\x6a\x12\xa5\x4b\x07\x80\xa1\xdf\x97\xbd\x88\x8e\xcd\xeb\x81\x88\x0b\x09\xbe\x96\x74\xcd\x73\x88\x9b\x0d\xb1\xd5\x0d\x4b\xcf\x20\x70\x04\x41\x9a\xaf\x60\x01\x6f\x02\x5f\x70\x0d\x5c\xc2\x9b\xa8\xd4\x7e\x3f\xce\xc1\x2b\x87\x46\x52\x01\x42\x51\x06\x19\x15\x54\xe6\x68\x6c\xc9\x45\xe1\xf3\x29\xaa\xcc\x2f\x22\x30\xdf\x82\xe5\x88\x49\xe0\xa4\xd6\xb0\xa1\xc2\xef\x54\xf4\x70\xdb\xe1\xe4\xc5\x19\xcc\x41\x7a\x21\x76\xda\xb9\xcc\x85\x67\xc3\xfa\x1b\x92\x01\xdd\x73\x58\x52\x61\x6b\xeb\x6e\x4e\xee\xe5\x70\xdf\xe0\x72\xa0\xc3\xe9\xa1\x0e\xa7\xf7\x73\x38\xed\x38\xec\x8c\xef\xfa\xfb\x16\xe6\xb5\xcf\x5b\x8f\xb9\xae\x60\xdc\x74\x82\xeb\xa4\x78\x8c\x5a\x3a\xb9\x4e\xc2\x53\xb4\x6f\x52\x58\x2f\xbf\x54\x07\x02\x5f\xee\xaf\xbe\x8d\x8a\x7f\x79\x11\x50\xd7\x36\x63\xf0\xb3\x80\xc1\x4a\x29\x0d\x6c\x1a\xbf\x0b\x23\x65\xcc\xa0\xb5\x84\xb3\x63\x54\x35\x3d\xde\xce\x6a\x4d\x65\x8d\xbe\x74\xb7\xae\x6d\xce\xcb\xc6\x05\xf3\xe2\xa1\x98\x74\x06\x94\xef\x7a\x43\xa0\xb0\xe7\x25\x4f\x94\xf2\x37\x51\xf8\xbb\x89\xa2\xe9\x14\xce\x57\x08\x19\xcd\x2f\x51\x32\x0b\xd4\x20\x28\x29\xae\x21\x37\x48\x1d\x32\xf8\xb0\x42\x59\x5b\x06\x2d\xb3\x00\xaf\xb8\x75\xf6\x04\x32\xcc\xa9\xb7\x08\x6a\x09\x6e\x85\xb0\x54\x42\xa8\x0f\x5c\x5e\x00\x1a\xa3\x4c\xd8\xbd\xde\x92\xca\xd3\xb3\x97\x3f\x84\x33\xdf\xbd\x7b\x17\xfe\xbd\x0a\xa4\xf1\x6c\x4b\x1a\x30\xb5\x3e\xb3\xb9\xe1\x3a\x28\xb7\xd3\xab\xab\x69\x45\x90\x2f\x02\x3f\x16\x2b\xda\xa8\x0d\x67\x68\xec\xf4\x37\x9e\x1b\x65\xd5\xd2\x25\xbf\xa3\xfb\xa0\xcc\xe5\x34\x50\x50\xa5\x2c\x08\x4f\xea\xe9\x1f\x98\x42\x0b\x52\x39\x58\xd1\x0d\xc2\x2f\x95\x3b\x2f\xcf\xe0\xa7\xa6\x47\x27\x10\xac\xca\xbc\x03\x1e\x44\x2d\x28\xb7\x42\x03\xf9\x8a\x0b\x56\x13\xba\x4d\xe0\x7c\xc5\x2d\x58\x74\x5e\x03\x2f\xf5\x5a\xaf\xb5\x32\x0e\x59\x52\xb9\xd7\xd7\x6c\xc8\x36\xce\x75\x8a\xb4\x52\xa2\xee\x40\x41\x20\x2c\xdc\x63\xd4\x1e\xdb\x6c\x28\xab\xa8\xbb\xc2\xf7\xae\x3b\x8b\x6c\x4b\x5e\x49\xd1\xd7\x0e\x6a\x7f\x03\xcd\xf6\x50\xff\x8f\x9e\x2f\x1e\xdc\xff\x9e\x11\xaf\x9c\x2f\x87\x22\x61\xbc\xc0\x96\xe7\x61\x81\x50\xcd\x09\x97\x65\x4b\xed\xc0\xa0\x71\x11\x9c\x85\x8b\x60\xdf\x3d\xf0\x8e\x99\xab\x6d\x33\xd5\x7c\x52\x9d\x76\xcb\xa5\xa9\xb5\xe9\xd0\x98\x6a\xa3\x9c\xca\x95\x18\x3e\xfd\x3c\xd7\xe1\xc4\x3e\x48\x34\x48\xb6\x99\x87\x5e\xf8\x24\x9d\xe2\x29\xdb\xdd\x40\x5e\x5b\x36\x0c\xa4\xb8\x26\xe2\x50\xd2\x7d\xb6\xa7\xb3\xd9\x93\x86\xe9\xfd\x62\x3b\xb9\x41\x62\xaf\x80\x7a\xf4\x4c\x14\x01\xa0\xa4\x99\x40\xb2\x14\x8a\x86\x4b\x3d\xe1\x7a\xef\xf0\x62\x3c\x09\xd7\x1f\x26\x90\x38\xbe\x46\xe5\x1d\xe1\x92\xac\xb9\xf4\x0e\xed\x4e\xf0\xc9\xe9\x36\x56\x84\x71\xeb\x0c\xcf\xfc\xfe\xe4\x59\xe4\xeb\x39\x2e\xa9\x17\x2e\x2e\x93\x9b\x61\x4f\x44\xfb\x72\x56\xc8\x36\x93\x54\xec\x6d\x02\x7d\x9b\xaf\x31\x95\x92\x0e\x56\x4a\xfa\x37\x54\xca\xe0\xbd\xad\xb5\xe9\xdf\x5f\x29\xe9\x7f\xac\x52\xfa\x86\xe9\xff\x53\xa5\xd4\x6f\xfd\x3a\x25\xd3\xfa\xe5\xce\xc6\xd2\x2d\x96\xbd\x1a\xba\xf5\xf5\xe2\x21\x95\xb5\x80\xb8\xd2\x31\x09\x26\xdd\xd1\x7d\xc6\xb5\xf2\x5b\x11\x3c\x54\x54\x63\xfa\xce\x50\x45\x2f\x20\x7e\x2a\x44\x1c\xdd\x06\xf4\xed\x25\x66\x44\x63\xb8\x19\x8f\x8f\x3b\xe8\xf4\x21\xf0\x71\x2b\xe7\x7e\x11\xf8\x48\xff\x69\x7c\x0c\xd0\xe1\x30\x3e\x0a\xc2\x69\x8f\xe3\x1d\x0a\xea\x22\x63\xbf\xad\x9e\xc2\x1c\x1e\x0f\xbf\xf4\x6b\xf7\xd2\xf2\xc8\xd1\x13\x7c\xa1\x6f\x43\x45\x60\x6d\x8b\xb9\x0a\x57\xd9\x05\x7c\x1f\x8c\xf0\xeb\x0c\x0d\x51\xcb\xd2\x17\x5b\x1a\xf1\xdd\xb1\x53\x7f\x5f\xe3\xaa\xbb\x56\x5f\x3e\x17\x10\xff\x7a\x7e\x7e\xf6\xba\xf4\xed\xbd\x47\xeb\x88\xa6\x6e\xd5\xf8\x7d\x6a\x90\xb2\xeb\x8f\xe1\x8e\xf0\x67\x00\x00\x00\xff\xff\x2c\xa4\x32\xbf\x24\x1b\x00\x00"), }, - "/azure/vnet/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", - modTime: time.Time{}, - content: []byte("\x0a\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), + "/azure/vnet/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 196, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcb\x41\x0a\xc2\x30\x10\x85\xe1\x7d\x4e\xf1\xc8\x01\xac\x82\xdb\x78\x15\x09\xcd\x14\x03\x6d\xa6\xbe\x34\x5d\x28\xb9\xbb\x18\x03\xba\x74\x33\x30\xbc\xff\xdb\x84\xf4\x93\x72\xc1\xd3\x00\x94\x7b\x89\x94\x70\xdd\x85\x39\x6a\x82\x83\xbd\x38\x1c\x0f\xa7\xb3\xfd\x9d\x57\xea\x1e\x83\x30\x37\x05\xd0\xa7\xa0\x0b\x5c\x7f\x81\xac\x85\xa3\xbc\xb9\xae\x92\xf2\x2d\x4e\xdb\x30\xeb\xe8\xe7\xe1\x93\xda\xd6\xd5\x76\xfd\xa3\x50\xf8\x9f\xee\xed\x97\x57\x53\xcd\x2b\x00\x00\xff\xff\xca\x91\xce\xfa\xc4\x00\x00\x00"), }, "/azure/vnet/vnet.tf": &vfsgen۰CompressedFileInfo{ name: "vnet.tf", @@ -404,9 +715,9 @@ var Assets = func() http.FileSystem { "/azurestack/bootstrap/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 5328, + uncompressedSize: 5319, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x58\xdd\x6f\x1b\xb9\x11\x7f\xdf\xbf\x62\x6e\x13\xa0\x76\x61\x6f\x9d\xd4\xe8\x43\x00\xa1\x50\x73\x28\x6a\xe0\x92\x14\xf1\xe1\xee\x21\x30\x08\x2e\x39\x92\x58\x71\xc9\xbd\x21\x29\x5b\x31\xf4\xbf\x17\xe4\x7e\x4a\x5a\xc9\x4e\x51\x3f\xd8\x30\x39\x33\x9c\x8f\xdf\x7c\xad\xb6\x82\x6b\x07\xcf\x19\x40\x69\xad\x77\x9e\x78\xcd\x8c\x12\x4c\xd5\x6c\x73\xcb\x84\x35\x0b\xb5\x0c\xc4\xbd\xb2\x86\x19\x5e\x21\xcc\x20\xef\x29\xaf\x8d\x12\xd7\xaa\xbe\xde\xdc\xe6\x19\x80\x44\x27\x48\xd5\x91\x14\xce\xfc\xcc\x20\xff\x48\xc8\x3d\x4a\xf8\xc7\x16\xbe\xd4\x68\xee\x57\x6a\xe1\xe1\xce\x38\xcf\xb5\x46\x8a\xb2\x3c\x5f\x3a\x98\x41\x85\xb4\xc4\x8b\x2c\xb2\x3d\x67\x0d\x7b\xbe\x0e\x25\x92\x41\x8f\xae\x50\x96\x09\x1d\x9c\x47\x2a\xde\x3e\x6f\x38\x15\xed\x7f\x4c\xc9\x5d\x1e\x1f\xb2\x8f\x06\x65\x9e\x38\x77\x57\xe9\x4f\xa4\xe2\xdf\x03\x21\xc3\x27\x4f\x9c\xc5\x87\xe2\xcd\x65\xb6\xcb\xb2\x9a\xec\x46\x49\x24\xc8\x13\x89\xf3\x5c\xac\xf3\xf4\x32\xa7\x8a\xa1\x91\xb5\x55\xc6\x37\x46\x0c\x82\xc6\x77\x19\x80\x0b\x65\xef\x07\xa6\xe4\x1e\xe9\xc1\x5d\x06\x20\xb4\x42\xe3\x23\x5d\xe7\x9d\x81\xba\xbf\x1b\xe8\x1c\x0a\x42\x3f\x4d\xd7\xdc\x45\xe7\xa1\xe1\xa7\x64\xf6\x77\xd1\x5e\xc9\x3d\x1f\xdb\xca\x9c\xb7\xc4\x97\xc8\xb8\x10\x36\x44\x91\xdc\xe5\x90\xab\xa5\x51\x51\xe3\xc6\x15\xc2\x1a\x83\x22\x59\xe0\x3c\x29\xb3\x6c\xe5\x1f\xf0\x16\x35\xa9\x8a\xd3\x96\x1d\xd1\x67\x00\x2b\xef\x6b\xc7\xac\xd1\xdb\x01\x15\x9e\x02\x66\x19\x00\xa1\xb3\x81\x04\x32\xbf\xad\xd1\xb5\x71\x77\x48\x1b\x25\x30\x11\x2e\xb8\x76\x98\x4e\x85\x35\x9e\x2b\x83\xb4\x77\x6a\xcb\xff\xa0\xf0\x23\xa1\x00\xbb\x28\xb8\x95\xd1\x89\x2c\xb5\x2d\x47\x24\x00\x7f\x04\x0c\xb8\x27\xc9\xf3\x52\xef\x9f\x2c\x94\xc6\xb1\x0e\x8d\x60\xcf\xc9\x27\x51\xaa\x8a\x8e\xac\xea\x8b\xcb\x0c\x00\x9f\x6a\x45\xdb\xf6\x98\x4b\x79\x31\xba\xbe\x82\xfc\xfd\xed\x2a\xbf\x8c\xec\x35\x52\xa5\x9c\x53\xd6\x74\xaa\x11\x72\xb9\xa7\x3f\x80\x56\xce\x1f\x1c\x89\x94\x45\xfb\x1e\xe1\x52\xb6\xee\x1c\xce\x24\x6a\x3c\xa4\xab\xc9\x0a\x74\x6e\xef\xec\x91\x94\x3f\xf4\x70\xa8\xe5\xc1\x1b\xbb\x08\x9c\x2e\x46\x93\xe0\xe9\xa3\x72\x04\x9d\x54\x40\xa6\x0a\x42\x4f\x36\x8e\xff\x92\x6c\xa8\x59\xcb\xd3\x60\x6c\xe2\x2e\xf9\x7f\x1f\xb5\x0d\xcb\x34\x2a\x5b\x96\x5e\xc7\x78\x81\xce\x25\xb0\x45\x4d\x6a\x52\x1b\xee\x31\xdf\xb7\x32\x95\x49\x16\x83\x3f\xb2\x89\xf5\x75\xb0\x4f\x0c\x8f\xc6\x77\x2f\x1f\x93\x65\x0d\x7e\xba\x32\xfa\xf6\xb9\xe6\x7e\x55\x54\x56\x06\x8d\xbb\xbf\x1c\xd3\x47\x11\xf9\x8b\xee\x8e\x38\x7e\xa5\xa7\xf7\x8a\x77\x23\x1d\xa0\x15\x7d\x4c\x3a\x18\x3d\x61\x4b\xd1\x59\x72\x32\x62\xff\x43\xc8\xce\xc7\xec\x08\x5f\x5d\x43\x3a\x87\xc1\x5e\xf5\x4e\x4a\x0a\xf4\xb4\x67\xb4\x15\xeb\x7c\xa8\x8b\xbd\xd1\x4d\x17\xcc\x21\x27\x94\x8a\x50\xf8\xc6\xc7\x84\xb5\xe6\x02\xbb\x0a\xd5\xb8\x31\xc5\xf5\x44\x94\x06\x5d\x02\xe9\xdd\xdb\xe7\xf8\x4c\x71\xbe\xfa\x0e\x2c\x8e\xbb\x5d\x7e\x36\xff\xea\x50\xea\xd4\xb9\xf3\x51\x94\x87\x53\xb6\xb9\xed\x70\x1a\x8c\xdf\x6b\x0a\x2d\xe8\xe1\xef\x70\x03\x1f\xe0\x5d\x2c\x4a\x31\xf8\x27\x3b\xf9\x98\x97\x70\xa9\xac\x39\x0d\xb9\xde\xbd\x47\x1d\xfa\x7a\x98\x23\xea\x7e\x88\x38\x81\xa5\xf1\xbb\xd3\x88\x1a\xec\xe4\x52\x52\x4c\x69\xae\x7b\x23\x66\x90\xdf\x7b\xee\x95\xc8\x27\xdb\xde\xff\xd5\x73\x53\x7e\xd8\xc3\x68\x2f\xb7\x98\x7e\xeb\xdb\xcd\x43\x71\x26\xb3\x4e\x3b\xe1\x14\x30\x0c\xfa\x47\x4b\x6b\xa6\x8c\x47\x5a\x70\x81\x63\x33\x4f\xd7\x8b\x17\x62\x66\xa2\x37\xa7\x81\x32\x89\x8f\x1f\xb3\x25\x03\x50\xf5\xfe\xfc\xd9\x26\x5a\x3b\x57\x9c\x04\x5a\xdf\x1f\xcf\x02\xb2\xab\x6f\xc5\xeb\xc6\xde\x26\xc5\x43\x69\x70\x34\x57\x4d\x25\x45\xc5\x93\xab\x7a\xd2\x4e\xe5\x88\x92\xd3\xe0\xfc\x79\x6b\x78\xd5\xf8\x73\x0a\xc9\xe3\x17\xa7\xd1\x67\x82\xd6\xf0\xe1\x47\x51\xd6\xaa\xa7\x2d\x97\xac\xe4\x9a\x1b\x81\xc4\x4a\x2e\xd6\x68\x64\xff\x78\x6d\xad\x8e\x2a\xc4\x61\x41\x58\x23\xb8\xbf\x68\x47\xf1\x6f\xa9\xcd\xe9\xb2\x67\x89\xa4\xd1\x7f\x4a\x3e\x5c\xb5\x34\x3f\x4d\xaa\x9b\x38\x71\x9a\x13\x3e\x24\x6b\x12\xff\xe5\xd9\x82\xb7\x51\xe4\x03\xd7\xac\xe2\x62\xa5\xcc\x2b\x51\xfd\x12\xae\x4f\x61\xfa\x07\x50\x7d\xbe\x50\x1d\x65\x63\xeb\xdb\x6f\xe7\x32\xb6\x18\xb5\x6d\xf9\x90\x01\x6c\x2a\xe6\xd4\xf7\x43\xeb\xc6\x2a\x0e\x61\xdf\x54\x69\xbc\x89\x6b\xcc\x86\x2b\xcd\x4b\xa5\x95\xdf\x32\xd7\x61\xb9\xe5\x3a\xbe\x8b\x59\x68\x1d\xab\xc9\xa6\xb9\xf7\xb9\x1d\xba\xab\x3a\xf8\xae\xfb\xbe\x54\x25\x36\x55\xde\x0e\xa6\x95\x32\x2c\x38\xa4\x6e\xfc\x11\x96\xb0\xb9\x7b\x03\xbf\xae\x10\x6a\xee\xdc\xa3\x25\x09\xca\x81\xb1\x54\x71\xad\xb7\xc0\xeb\x5a\x2b\x94\x50\x6e\xe1\xf7\xf9\x2f\x73\xb8\xf0\x2b\x84\x79\xb4\x0f\xf8\x12\x8d\xbf\xbc\x82\x32\x78\xf0\x2b\xe5\x5a\x51\xca\x99\x3f\x79\x50\xed\x32\x29\x41\x19\xf8\xfa\xaf\x8f\x5f\xee\x0b\x98\x3b\xe0\x31\x5e\x41\xfb\xab\xc4\xb1\xff\x24\x6e\x90\xc0\xa1\x2f\xe0\xce\xc3\x20\xce\x08\x1d\x24\x4a\x58\x21\x21\x94\x28\x78\x70\x08\x2a\x52\x00\xe1\x1f\x41\x51\xa3\xdd\xa0\xd7\xfc\xeb\x27\x98\xff\xfb\xae\x18\x99\xdd\xbf\x33\x83\xfc\xb3\xf5\x73\x11\x61\xab\xb7\xf3\xc6\xb8\x9f\x1a\x2f\x88\xe0\xbc\xad\x58\x6a\x4e\x29\x28\x25\x77\xf8\xb7\x5b\x34\xc2\x4a\xbc\x48\xb3\xc2\xc1\x44\x52\x74\xf3\x48\x41\x68\x24\x12\xca\xcb\x6e\x25\x19\xa2\xc6\xb4\x32\xe1\xa9\xe5\x68\x43\x28\x95\x8b\x9b\x4d\xaf\x17\xe3\xc1\xaf\xd0\x78\xd5\x57\xa4\x83\xfd\xa6\x99\x4b\x54\x15\x7f\x13\x2e\x90\xd0\xf4\x83\x4f\xbf\xe2\x6e\xaa\x86\xe2\x90\xcd\x3a\x26\x95\x5b\xb7\xe4\xc7\x39\x79\x1e\x41\xec\xcb\xfd\xcf\xca\xad\x73\x78\x03\xd6\x41\x12\x94\x44\x18\x44\xe9\xc0\x5b\xa8\xb8\x17\x2b\x68\x79\xaf\x79\xad\x62\x95\xda\x44\x6b\x52\x82\x76\x7b\x12\xb3\xc3\x97\x89\x19\xe4\xff\x24\x5b\xdd\x45\x6d\xf3\xce\x23\xeb\x94\x50\x6c\x59\x76\x5a\xbd\xbb\xb9\x49\x77\x15\x37\x7c\x89\x32\x19\xd1\xef\x09\xf7\x9e\x1b\xc9\x49\xb2\x5f\xbe\xde\xe7\x9d\xc5\x51\x69\x26\x15\x5f\x1a\xeb\xbc\x12\xdd\x3a\x87\x26\x7a\xbb\x5b\xcc\xfa\xfe\xd4\xf9\x27\x90\x7a\x61\x85\x8e\xc3\xe3\xf8\x13\x43\x7a\xec\x0d\xfc\x6e\x69\xcd\xc9\x06\x23\x61\x61\x09\xca\xb0\x8c\x68\xef\x3f\x62\x3c\x26\xc8\x4a\x74\x9e\xec\x16\x16\x5c\x69\x97\x90\x4a\xdb\xb8\xb4\x7b\xdb\x2d\x86\x9f\xef\x3e\x42\x89\x0b\x4b\x08\xbf\x7d\x2a\xb2\x26\x1f\x95\x03\x89\x35\x1a\x19\xd7\x74\x40\xe3\x62\x6d\x4a\x28\xff\xed\x13\xa4\xcb\x24\x36\x82\xbf\x61\x8d\x57\x9f\xef\x3e\x16\xe9\x43\x50\xcf\x38\x83\x6f\x4d\x1e\xbc\xaa\xb6\x65\x00\x0f\x2f\x4e\x31\x0e\x45\xa0\x58\xa3\x28\xe8\xbd\x9a\xcf\x9c\x5b\x31\x75\x7e\x01\xea\xc2\x7f\xc4\x94\xa5\x2e\x6d\xa3\xe0\x69\x96\x77\x37\x7f\x8d\xa6\xa5\x7c\x9b\x9e\x8b\x67\x90\xdf\x99\x32\x86\x23\x4a\x6b\xf6\xca\x93\x0a\xcc\xb5\xb6\x8f\xcd\xab\xd6\x5b\x61\xf5\x09\xba\x5f\x45\x3d\x2c\x69\xac\xb6\xe4\x19\x71\xb3\xc4\x7d\xaa\x3f\xb7\xdf\xdf\xbc\x32\xcd\xcc\x72\x48\x38\x83\xfc\xfd\xfb\x91\xa0\xbe\xb9\x13\x2e\xd4\xd3\x19\x41\x87\x84\x1d\xcd\xb9\x39\xfd\x35\xdd\xaf\x8f\xe2\xd1\x34\x68\xdc\xb2\x23\x3e\xf7\x45\xb1\x9b\xdf\x46\x34\xd9\x2e\xfb\x6f\x00\x00\x00\xff\xff\x44\xb4\x9e\xa3\xd0\x14\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x58\xdd\x6f\x1b\xb9\x11\x7f\xdf\xbf\x62\x6e\x13\xa0\x76\x61\xab\x4e\x6a\xf4\x21\x80\x50\xa8\x39\x14\x35\x70\x49\x8a\xf8\x70\xf7\x10\x18\x04\x97\x1c\x49\xac\xb8\xe4\xde\x90\x94\xad\x18\xfa\xdf\x0b\x72\xbf\xa5\x95\xec\x14\xf5\x83\x0d\x93\x33\xc3\xf9\xf8\xcd\xd7\x6a\x2b\xb8\x76\xf0\x9c\x01\x14\xd6\x7a\xe7\x89\x57\xcc\x28\xc1\x54\xc5\xb6\xb7\x4c\x58\xb3\x54\xab\x40\xdc\x2b\x6b\x98\xe1\x25\xc2\x1c\xf2\x8e\xf2\xda\x28\x71\xad\xaa\xeb\xed\x6d\x9e\x01\x48\x74\x82\x54\x15\x49\xe1\xcc\xcf\x1c\xf2\x8f\x84\xdc\xa3\x84\x7f\xec\xe0\x4b\x85\xe6\x7e\xad\x96\x1e\xee\x8c\xf3\x5c\x6b\xa4\x28\xcb\xf3\x95\x83\x39\x94\x48\x2b\xbc\xc8\x22\xdb\x73\x56\xb3\xe7\x9b\x50\x20\x19\xf4\xe8\x66\xca\x32\xa1\x83\xf3\x48\xb3\xb7\xcf\x5b\x4e\xb3\xe6\x3f\xa6\xe4\x3e\x8f\x0f\xd9\x47\x83\x32\x4f\x9c\xfb\xab\xf4\x27\x52\xf1\xef\x81\x90\xe1\x93\x27\xce\xe2\x43\xf1\xe6\x32\xdb\x67\x59\x45\x76\xab\x24\x12\xe4\x89\xc4\x79\x2e\x36\x79\x7a\x99\x53\xc9\xd0\xc8\xca\x2a\xe3\x6b\x23\x7a\x41\xc3\xbb\x0c\xc0\x85\xa2\xf3\x03\x53\x72\x44\x7a\x70\x97\x01\x08\xad\xd0\xf8\x48\xd7\x7a\xa7\xa7\xee\xee\x7a\x3a\x87\x82\xd0\x4f\xd3\xd5\x77\xd1\x79\x68\xf8\x29\x99\xdd\x5d\xb4\x57\x72\xcf\x87\xb6\x32\xe7\x2d\xf1\x15\x32\x2e\x84\x0d\x51\x24\x77\x39\xe4\x6a\x65\x54\xd4\xb8\x76\x85\xb0\xc6\xa0\x48\x16\x38\x4f\xca\xac\x1a\xf9\x07\xbc\xb3\x8a\x54\xc9\x69\xc7\x8e\xe8\x33\x80\xb5\xf7\x95\x63\xd6\xe8\x5d\x8f\x0a\x4f\x01\xb3\x0c\x80\xd0\xd9\x40\x02\x99\xdf\x55\xe8\x9a\xb8\x3b\xa4\xad\x12\x98\x08\x97\x5c\x3b\x4c\xa7\xc2\x1a\xcf\x95\x41\x1a\x9d\xda\xe2\x3f\x28\xfc\x40\x28\xc0\x3e\x0a\x6e\x64\xb4\x22\x0b\x6d\x8b\x01\x09\xc0\x1f\x01\x03\x8e\x24\x79\x5e\xe8\xf1\xc9\x52\x69\x1c\xea\x50\x0b\xf6\x9c\x7c\x12\xa5\xca\xe8\xc8\xb2\xba\xb8\xcc\x00\xf0\xa9\x52\xb4\x6b\x8e\xb9\x94\x17\x83\xeb\x2b\xc8\xdf\xdf\xae\xf3\xcb\xc8\x5e\x21\x95\xca\x39\x65\x4d\xab\x1a\x21\x97\x23\xfd\x01\xb4\x72\xfe\xe0\x48\xa4\x2c\x1a\x7b\x84\x4b\xd9\xb8\xb3\x3f\x93\xa8\xf1\x90\xae\x22\x2b\xd0\xb9\xd1\xd9\x23\x29\x7f\xe8\xe1\x50\xc9\x83\x37\xf6\x11\x38\x6d\x8c\x26\xc1\xd3\x45\xe5\x08\x3a\xa9\x80\x4c\x15\x84\x8e\x6c\x18\xff\x15\xd9\x50\xb1\x86\xa7\xc6\xd8\xc4\x5d\xf2\xff\x18\xb5\x35\xcb\x34\x2a\x1b\x96\x4e\xc7\x78\x81\xce\x25\xb0\x45\x4d\x2a\x52\x5b\xee\x31\x1f\x5b\x99\xca\x24\x8b\xc1\x1f\xd8\xc4\xba\x3a\xd8\x25\x86\x47\xe3\xdb\x97\x8f\xc9\xb2\x1a\x3f\x6d\x19\x7d\xfb\x5c\x71\xbf\x9e\x95\x56\x06\x8d\xfb\xbf\x1c\xd3\x47\x11\xf9\x8b\xee\x8e\x38\x7e\xa5\xa7\x47\xc5\xbb\x96\x0e\xd0\x88\x3e\x26\xed\x8d\x9e\xb0\x65\xd6\x5a\x72\x32\x62\xff\x43\xc8\xce\xc7\xec\x08\x5f\x6d\x43\x3a\x87\xc1\x4e\xf5\x56\x4a\x0a\xf4\xb4\x67\xb4\x15\x9b\xd3\xfe\xae\x42\xa1\x53\x63\xcc\x07\x4e\xec\x4f\xd9\xf6\xb6\x85\x41\x30\x7e\x54\x73\x1b\x4c\xc1\xdf\xe1\x06\x3e\xc0\xbb\x98\xf3\xd1\xb7\x27\x1b\xe5\x90\x97\x70\xa5\xac\x39\x1d\xd1\x4e\xfb\xa3\x06\x78\xdd\xb7\xe9\xaa\xeb\xd1\x27\x42\x35\x7c\x77\x3a\x60\xbd\x9d\x5c\x4a\x8a\x19\xc3\x75\x67\xc4\x1c\xf2\x7b\xcf\xbd\x12\xf9\x64\x57\xf9\xbf\x7a\x6e\xca\x0f\x23\x08\x74\x72\x67\xd3\x6f\x7d\xbb\x79\x98\x9d\x01\xee\x69\x27\x9c\x02\x86\x41\xff\x68\x69\xc3\x94\xf1\x48\x4b\x2e\x70\x68\xe6\xe9\x74\x7c\x21\x66\x26\x7a\x73\x1a\x28\x93\xf8\xf8\x31\x5b\x32\x00\x55\x8d\xc7\xbb\xa6\xf7\x34\x6d\xfb\x24\xd0\xba\xf6\x73\x16\x90\x6d\xf9\x98\xbd\x6e\xaa\xac\x7b\x7c\x28\x0c\x0e\xc6\x96\xa9\xa4\x28\x79\x72\x55\x47\xda\xaa\x1c\x51\x72\x1a\x9c\x3f\xef\x0c\x2f\x6b\x7f\x4e\x21\x79\xf8\xe2\x34\xfa\x4c\xd0\x1a\x3e\xfc\x28\xca\x1a\xf5\xb4\xe5\x92\x15\x5c\x73\x23\x90\x58\xc1\xc5\x06\x8d\xec\x1e\xaf\xac\xd5\x51\x85\xd8\x8b\x85\x35\x82\xfb\x8b\x66\xd2\xfd\x96\xba\x88\x2e\x3a\x96\x48\x1a\xfd\xa7\xe4\xc3\x55\x43\xf3\xd3\xa4\xba\x89\x13\xa7\x39\xe1\x43\xb2\x26\xf1\x5f\x9e\xed\xe7\x5b\x45\x3e\x70\xcd\x4a\x2e\xd6\xca\xbc\x12\xd5\x2f\xe1\xfa\x14\xa6\x7f\x00\xd5\xe7\x0b\xd5\x51\x36\x36\xbe\xfd\x76\x2e\x63\x67\x83\xae\x28\x1f\x32\x80\x6d\xc9\x9c\xfa\x7e\x68\xdd\x50\xc5\x3e\xec\xdb\x32\x4d\x0f\x71\x4b\xd8\x72\xa5\x79\xa1\xb4\xf2\x3b\xe6\x5a\x2c\x37\x5c\xc7\x77\x31\x0b\xad\x63\x15\xd9\x34\x56\x3e\x37\x33\x6d\x59\x05\xdf\x36\xb7\x97\xaa\xc4\xb6\xcc\x9b\xb9\xaf\x54\x86\x05\x87\xd4\x4e\x17\xc2\x12\xd6\x77\x6f\xe0\xd7\x35\x42\xc5\x9d\x7b\xb4\x24\x41\x39\x30\x96\x4a\xae\xf5\x0e\x78\x55\x69\x85\x12\x8a\x1d\xfc\xbe\xf8\x65\x01\x17\x7e\x8d\xb0\x88\xf6\x01\x5f\xa1\xf1\x97\x57\x50\x04\x0f\x7e\xad\x5c\x23\x4a\x39\xf3\x27\x0f\xaa\xd9\xd5\x24\x28\x03\x5f\xff\xf5\xf1\xcb\xfd\x0c\x16\x0e\x78\x8c\x57\xd0\xfe\x2a\x71\x8c\x9f\xc4\x2d\x12\x38\xf4\x33\xb8\xf3\xd0\x8b\x33\x42\x07\x89\x12\xd6\x48\x08\x05\x0a\x1e\x1c\x82\x8a\x14\x40\xf8\x47\x50\x54\x6b\xd7\xeb\xb5\xf8\xfa\x09\x16\xff\xbe\x9b\x0d\xcc\xee\xde\x99\x43\xfe\xd9\xfa\x85\x88\xb0\xd5\xbb\x45\x6d\xdc\x4f\x79\x56\x3b\x36\x38\x6f\x4b\x96\xba\xd3\x1c\x0a\xee\xf0\x6f\xb7\x68\x84\x95\x78\x41\x58\x69\x2e\xf0\x62\x2a\xba\xdd\xe8\xe3\x7c\x28\xda\xb4\x3b\x4b\x18\x48\xb3\x24\x6f\x6d\xb5\x44\xaa\x79\xf2\xb7\xcf\x27\x66\xb7\x7e\x42\x09\xa4\xf7\x6f\x9f\xa3\x82\xb3\xf3\x3b\x59\xcf\xe2\xb8\xdb\xe7\x97\x97\xed\x26\xd2\xa3\x89\x69\x65\xc2\x53\x53\x6a\x1b\x68\x49\xe5\xe2\x42\xd3\xf9\x8b\xf1\xe0\xd7\x68\xbc\xea\x2a\xe5\xc1\x5a\x53\x3f\xac\xca\xf8\x9b\x70\x89\x84\x46\xb4\x38\xed\x36\xdb\x6d\x59\x53\x1c\xb2\x59\xc7\xa4\x72\x9b\x86\xfc\xb8\x56\x9c\x47\x36\xfb\x72\xff\xb3\x72\x9b\x1c\xde\x80\x75\x90\x04\x25\x11\x06\x51\x3a\xf0\x16\x4a\xee\xc5\x1a\x1a\xde\x6b\x5e\xa9\x58\x3d\xb7\xd1\x9a\x54\x38\xda\xf5\x88\xd9\xfe\x83\xc4\x1c\xf2\x7f\x92\x2d\xef\xa2\xb6\x79\xeb\x91\x4d\x4a\x74\xb6\x2a\x5a\xad\xde\xdd\xdc\xa4\xbb\x92\x1b\xbe\x42\x99\x8c\xe8\xd6\x83\x7b\xcf\x8d\xe4\x24\xd9\x2f\x5f\xef\xf3\xd6\xe2\xa8\x34\x93\x8a\xaf\x8c\x75\x5e\x89\x76\x8b\x43\x13\xbd\xdd\xee\x63\x5d\xdf\x6c\xfd\x13\x48\xbd\xb0\x39\x47\x74\x0c\xbf\x2c\xa4\xc7\xde\xc0\xef\x96\x36\x9c\x6c\x30\x12\x96\x96\xa0\x08\xab\x98\x85\xdd\xb7\x8b\xc7\x94\x4a\x12\x9d\x27\xbb\x83\x25\x57\xda\xa5\x0c\xa2\x5d\xdc\xd5\xbd\x6d\xf7\xc1\xcf\x77\x1f\xa1\xc0\xa5\x25\x84\xdf\x3e\xcd\xb2\xba\x4e\x28\x07\x12\x2b\x34\x32\x6e\xe7\x80\xc6\x45\x18\xa6\xec\xfb\xed\x13\xa4\xcb\x24\x36\x26\x65\xcd\x1a\xaf\x3e\xdf\x7d\x9c\xa5\xef\x3f\x1d\xe3\x1c\xbe\xd5\xf9\xf9\xaa\x9a\x9b\x01\x3c\xbc\x38\x5d\x39\x14\x81\x62\xed\xa4\xa0\x47\xbd\x88\x39\xb7\x66\xea\xfc\xde\xd3\x86\xff\x88\x29\x4b\xd3\x83\x8d\x82\xa7\x59\xde\xdd\xfc\x35\x9a\xa6\xa8\xfe\x84\x31\x2d\xf6\xce\x14\x31\x1c\x51\x5a\xbd\x4e\x9e\x54\x60\xa1\xb5\x7d\xac\x5f\xb5\xde\x0a\xab\x4f\xd0\xfd\x2a\xaa\x7e\x37\x63\x95\x25\xcf\x88\x9b\x15\x8e\xa9\xfe\xdc\x7c\x76\xf3\xca\xd4\xb3\xd4\x21\xe1\x1c\xf2\xf7\xef\x07\x82\xba\xa1\x83\x70\xa9\x9e\xce\x08\x3a\x24\x6c\x69\xce\xed\x0f\xaf\xe9\xca\x5d\x14\x8f\xa6\x54\xe3\x56\x2d\xf1\xb9\x0f\x89\xed\x5c\x39\xa0\xc9\xf6\xd9\x7f\x03\x00\x00\xff\xff\x1c\x29\x03\x2d\xc7\x14\x00\x00"), }, "/azurestack/bootstrap/outputs.tf": &vfsgen۰CompressedFileInfo{ name: "outputs.tf", @@ -427,7 +738,7 @@ var Assets = func() http.FileSystem { modTime: time.Time{}, uncompressedSize: 266, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8e\x4d\x0e\xc2\x20\x10\x46\xf7\x9c\xe2\x0b\x07\xf0\x6f\x8f\x57\x31\x84\x4e\x75\x62\x65\xea\x00\x5d\x68\xb8\xbb\x91\x6a\xda\x9d\x6e\xbe\x84\xf0\xde\xcb\x64\x52\xf5\xbd\xe8\x0d\x4f\x03\x28\xdd\x0b\x2b\x75\xa7\x89\x34\xb1\x44\x38\xd8\xa3\xc3\x6e\xb3\x3f\xd8\xf5\xf7\xa8\x32\x71\x47\x9a\x9a\x05\x0c\x12\xfc\x00\xf7\x79\x01\x49\x8a\x06\x7a\xdb\x32\x52\x4c\x17\xee\xf3\xb6\x31\xf3\xda\x86\xd5\xb6\xfe\x51\x94\x52\xf6\xe1\xfa\x97\xbf\xe0\xeb\x08\x9f\x23\xe7\xf9\xde\xdf\x89\x2f\xbc\x04\xaa\xa9\xc6\xbc\x02\x00\x00\xff\xff\x9f\xc7\xa7\x8e\x0a\x01\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8d\x31\x0e\xc2\x30\x0c\x45\xf7\x9c\xe2\x2b\x07\xa0\x20\xb1\x86\xab\xa0\x28\x75\xc1\xa2\xc4\xc5\x49\x3a\x80\x72\x77\x44\x00\xb5\x1b\x2c\x7f\xf0\xff\xef\x39\x93\xaa\x1f\x44\xaf\x78\x18\x40\xe9\x56\x58\xa9\x3f\xce\xa4\x89\x25\xc2\xc1\x1e\x1c\xb6\x9b\xdd\xde\xae\xeb\x49\x65\xe6\x9e\x34\x35\x0a\xf0\xf7\xa2\x94\xb2\x0f\x17\xb8\xcf\x09\x48\x52\x34\xd0\x4b\x21\x13\xc5\x74\xe6\x21\x77\xa3\x04\x3f\x76\xcb\xdc\xb6\x6d\x6d\xc9\xa7\xc8\xf9\xfd\xf4\xb7\xe2\x3b\x5e\x0b\x5a\xf3\x17\xdd\x72\x41\xab\xa9\xc6\x3c\x03\x00\x00\xff\xff\xbd\x31\x7b\x85\x0a\x01\x00\x00"), }, "/azurestack/cluster": &vfsgen۰DirInfo{ name: "cluster", @@ -456,7 +767,7 @@ var Assets = func() http.FileSystem { modTime: time.Time{}, uncompressedSize: 142, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0e\xc2\x30\x10\x03\xef\x79\x85\x95\x07\x50\xe0\x1e\xbe\x82\xa2\x74\x2b\x56\x94\x6e\xf1\x26\x3d\x80\xfa\x77\xd4\x0a\x09\x0e\xbe\xd8\xe3\xa9\x42\xe6\xc1\xf8\xc0\x3b\x00\x94\x67\x53\x4a\x7f\x5d\x84\xae\x36\x21\x21\x5e\x12\x8e\x87\xd3\x39\xfe\xcf\x33\x6d\xd1\x5e\xe8\xfb\x0b\xc8\xaf\x46\xf1\x9a\xcb\x1d\xe9\x5b\x01\x6e\x8d\x45\x36\x85\xcd\x32\xf9\x4d\x87\xda\x8d\x56\xf2\xd8\xfd\xf0\xb8\xb3\x6b\xd8\xb2\x86\xf0\x09\x00\x00\xff\xff\x37\xdb\x43\xcb\x8e\x00\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0a\xc2\x30\x14\x44\xf7\x39\xc5\x90\x03\x58\x05\xb7\xf1\x2a\x12\xd2\x5f\xfc\x58\xfb\xeb\xfc\xa4\x0b\xa5\x77\x97\x16\x41\x17\xb3\x99\x79\xf3\xaa\x90\x79\x30\x3e\xf0\x0e\x00\xe5\xd9\x94\xd2\x5f\x17\xa1\xab\x4d\x48\x88\x97\x84\xe3\xe1\x74\x8e\xff\xf3\x4c\x5b\xb4\x17\xfa\xfe\x02\xf2\xab\x51\xbc\xe6\x72\x47\xfa\x56\x80\x5b\x63\x91\x4d\x61\xb3\x4c\x7e\xd3\xa1\x76\xa3\x95\x3c\x76\x3f\x3c\xee\xec\x1a\xb6\xac\x21\x7c\x02\x00\x00\xff\xff\x1b\x82\xd3\xcb\x8e\x00\x00\x00"), }, "/azurestack/cluster/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", @@ -479,7 +790,7 @@ var Assets = func() http.FileSystem { "/azurestack/cluster/master/outputs.tf": &vfsgen۰FileInfo{ name: "outputs.tf", modTime: time.Time{}, - content: []byte("\x6f\x75\x74\x70\x75\x74\x20\x22\x69\x70\x5f\x61\x64\x64\x72\x65\x73\x73\x65\x73\x22\x20\x7b\x0a\x20\x20\x76\x61\x6c\x75\x65\x20\x3d\x20\x61\x7a\x75\x72\x65\x73\x74\x61\x63\x6b\x5f\x6e\x65\x74\x77\x6f\x72\x6b\x5f\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x2e\x6d\x61\x73\x74\x65\x72\x2e\x2a\x2e\x70\x72\x69\x76\x61\x74\x65\x5f\x69\x70\x5f\x61\x64\x64\x72\x65\x73\x73\x65\x73\x0a\x7d\x0a"), + content: []byte("\x6f\x75\x74\x70\x75\x74\x20\x22\x69\x70\x5f\x61\x64\x64\x72\x65\x73\x73\x65\x73\x22\x20\x7b\x0a\x20\x20\x76\x61\x6c\x75\x65\x20\x3d\x20\x61\x7a\x75\x72\x65\x73\x74\x61\x63\x6b\x5f\x6e\x65\x74\x77\x6f\x72\x6b\x5f\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x2e\x6d\x61\x73\x74\x65\x72\x2e\x2a\x2e\x70\x72\x69\x76\x61\x74\x65\x5f\x69\x70\x5f\x61\x64\x64\x72\x65\x73\x73\x0a\x7d\x0a"), }, "/azurestack/cluster/master/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", @@ -493,7 +804,7 @@ var Assets = func() http.FileSystem { modTime: time.Time{}, uncompressedSize: 142, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0e\xc2\x30\x10\x03\xef\x79\x85\x95\x07\x50\xe0\x1e\xbe\x82\xa2\x74\x2b\x56\x94\x6e\xf1\x26\x3d\x80\xfa\x77\xd4\x0a\x09\x0e\xbe\xd8\xe3\xa9\x42\xe6\xc1\xf8\xc0\x3b\x00\x94\x67\x53\x4a\x7f\x5d\x84\xae\x36\x21\x21\x5e\x12\x8e\x87\xd3\x39\xfe\xcf\x33\x6d\xd1\x5e\xe8\xfb\x0b\xc8\xaf\x46\xf1\x9a\xcb\x1d\xe9\x5b\x01\x6e\x8d\x45\x36\x85\xcd\x32\xf9\x4d\x87\xda\x8d\x56\xf2\xd8\xfd\xf0\xb8\xb3\x6b\xd8\xb2\x86\xf0\x09\x00\x00\xff\xff\x37\xdb\x43\xcb\x8e\x00\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0a\xc2\x30\x14\x44\xf7\x39\xc5\x90\x03\x58\x05\xb7\xf1\x2a\x12\xd2\x5f\xfc\x58\xfb\xeb\xfc\xa4\x0b\xa5\x77\x97\x16\x41\x17\xb3\x99\x79\xf3\xaa\x90\x79\x30\x3e\xf0\x0e\x00\xe5\xd9\x94\xd2\x5f\x17\xa1\xab\x4d\x48\x88\x97\x84\xe3\xe1\x74\x8e\xff\xf3\x4c\x5b\xb4\x17\xfa\xfe\x02\xf2\xab\x51\xbc\xe6\x72\x47\xfa\x56\x80\x5b\x63\x91\x4d\x61\xb3\x4c\x7e\xd3\xa1\x76\xa3\x95\x3c\x76\x3f\x3c\xee\xec\x1a\xb6\xac\x21\x7c\x02\x00\x00\xff\xff\x1b\x82\xd3\xcb\x8e\x00\x00\x00"), }, "/azurestack/cluster/outputs.tf": &vfsgen۰FileInfo{ name: "outputs.tf", @@ -507,17 +818,19 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\xc1\x6e\xdb\x30\x10\x44\xef\xfe\x8a\x81\x3f\x20\xa7\x5c\x73\x6a\x2e\x3e\x34\x28\xd0\x36\x57\x62\x45\xae\xe5\x45\xe8\xa5\x4a\x2e\x95\xba\x45\xff\xbd\xa0\x64\xbb\x91\x93\xa0\x48\x80\xf8\x48\x6b\xe6\xcd\xce\x52\x1a\x29\x0b\x75\x91\xb1\xe6\xd8\xb9\x8e\xfc\x03\x6b\x70\x43\x4a\xd1\x8d\xd7\x4e\xc2\x1a\xbf\x57\x80\x1d\x06\xc6\xf1\x77\x83\x62\x59\xb4\x5f\x01\x81\xb7\x54\xa3\x1d\x8f\xb5\xc6\x38\x1d\x16\x9f\x65\x30\x49\x8a\x1b\xac\xbf\xed\x18\xfc\xd3\x38\x2b\x45\xc4\x44\x01\x1d\x45\x52\xcf\x19\x1d\x35\x18\x1a\x0c\x12\xae\x50\x0b\x07\x58\x02\x99\x91\xdf\xc1\x76\x8c\x2e\x25\x2b\x96\x69\xc0\xdd\xe6\xd3\x7a\xf5\x67\xb5\xfa\x17\x58\x3e\x2e\xb0\xe8\x47\x04\x6e\x0d\x0f\x32\xb8\xf1\x7a\x19\xf2\x85\x80\xc7\x70\xaf\xc8\xdd\xf6\x47\xd0\x77\x79\xb4\xce\x66\x0b\x0a\x21\x73\x29\x4f\x5c\xce\x16\x0b\xc5\x28\xd9\x2a\x45\xa7\x6c\x8f\x29\x3f\x9c\x1b\x7e\xa1\xb5\xcd\x2d\xb6\x29\xe3\x7e\x56\xe0\x6e\x56\xc0\x76\x64\x78\x94\x18\xd1\x31\xa2\xe8\xc3\x5c\x5a\x6b\xeb\x4b\x96\x91\x8c\x71\x7b\xf7\x15\xbf\x92\xf2\xd5\xfa\xb5\xdd\x2d\x32\xed\xa9\x18\x67\x57\x6a\xa7\x6c\xff\xdf\xf9\xb3\xa0\xb3\xf0\x94\x77\xb9\x36\x4d\xa1\xc5\x58\xf0\xb4\xf4\x4e\x69\xcf\x6f\xe5\x1c\x3b\x43\x61\x5f\xb3\xd8\x01\x7d\x4e\x75\x38\x43\xe7\x18\x97\xb0\xcc\x25\xd5\xec\xd9\x4d\x0f\xbf\x8b\x7b\xb2\x38\xf2\x9a\xc5\x19\x1a\x78\x88\xe9\xb0\x67\x7d\x06\x2e\x96\x32\xf5\xec\xc8\xfb\x54\xd5\x5e\x82\x92\x1e\x9e\x13\xa7\x51\x66\x2d\x8e\xda\x33\xcd\xc7\xda\x56\x75\x85\x8d\xc1\x93\xb6\x1b\x30\xbd\x34\xed\xff\xd6\x39\x82\x50\xaf\xa9\x98\xf8\x72\x99\x67\xdc\x3b\xd9\x53\xff\xfe\xe9\x25\x20\x6d\xa7\x18\xe3\x1e\x93\xd5\x12\x3e\x2d\xfc\x92\x4a\x23\x49\xa4\x4e\xa2\xd8\xc1\x95\x37\x5f\xaf\xcd\xed\x89\xf9\xd4\x08\x85\x0d\xa2\x78\xdc\x49\xfb\x4e\x24\x0c\x91\x3c\xe3\xfe\x73\xb9\xa0\x9f\x63\x39\x19\xde\x3a\xb7\x0c\x27\xf4\xc5\x6d\xc6\xf7\xd3\xd4\x31\xf5\xe8\xc9\x76\xdc\x5c\xd0\x55\x83\xa6\x79\x59\xa2\xdb\x4c\xc5\x72\xf5\x56\x33\x63\xc8\x69\x94\x22\x49\x45\xfb\xd6\xd0\xdf\x00\x00\x00\xff\xff\xc0\xc9\xb5\x9c\x27\x06\x00\x00"), }, - "/azurestack/cluster/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", - modTime: time.Time{}, - content: []byte("\x0a\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), + "/azurestack/cluster/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 141, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0a\xc2\x30\x14\x44\xf7\x39\xc5\x90\x03\x58\x05\xb7\xf1\x2a\x12\xd2\x5f\xfc\x58\xfb\xeb\xfc\xa4\x0b\xa5\x77\x97\x16\x41\x17\xb3\x99\x79\xf3\xaa\x90\x79\x30\x3e\xf0\x0e\x00\xe5\xd9\x94\xd2\x5f\x17\xa1\xab\x4d\x48\x88\x97\x84\xe3\xe1\x74\x8e\xff\xf3\x4c\x5b\xb4\x17\xfa\xfe\x02\xf2\xab\x51\xbc\xe6\x72\x47\xfa\x56\x80\x5b\x63\x91\x4d\x61\xb3\x4c\x7e\xd3\xa1\x76\xa3\x95\x3c\x76\x3f\x3c\xee\xec\x1a\xb6\xac\xe1\x13\x00\x00\xff\xff\x9c\xe7\x5b\xbd\x8d\x00\x00\x00"), }, "/azurestack/variables-azurestack.tf": &vfsgen۰CompressedFileInfo{ name: "variables-azurestack.tf", modTime: time.Time{}, - uncompressedSize: 3926, + uncompressedSize: 4282, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x97\x4b\x6f\xe3\x36\x10\xc7\xef\xfa\x14\x03\x9d\x36\x40\x60\xb4\x68\x4f\xc5\xe6\xb0\xc5\xa6\x80\x81\x05\xb6\x68\x76\xd1\x23\x33\x92\xc6\x12\x11\x8a\x14\xc8\xa1\x9c\x07\xf2\xdd\x0b\x92\x92\x2c\x3b\xca\xc3\xae\x73\x08\x22\x85\xfc\xcf\x6f\x9e\xa4\x7a\xb4\x12\x0b\x45\x90\xe3\xa3\xb7\x24\x4a\xa3\x37\xb2\x16\x3d\x59\x27\x8d\xce\xe1\x29\x03\xa8\xc8\x95\x56\x76\x2c\x8d\x86\x2b\xf8\xfc\xf9\xfa\xfb\x5f\xd9\x27\xa9\x99\xac\x46\x75\x01\x3f\x1a\xe9\xa0\xa2\x52\xa1\x25\x07\xdc\x10\x0c\xbb\xc1\x6c\xe2\xe3\x97\xa0\x0c\x49\xd9\x5b\x8c\x3a\xa3\x5d\xb7\xca\xd6\x0c\x0d\x3a\xd0\x06\x64\xdb\x61\xc9\x60\x34\xd4\xa4\xc9\x22\x53\x05\xe8\x1c\xb1\x83\xc2\xf3\xb2\x8d\xd2\x68\xb6\x71\x57\x32\xb6\x67\x66\x95\x05\xd6\x2c\xfa\xb0\x41\xaf\x18\xae\x20\xff\x65\xf5\x6b\x9e\x3d\x67\xd9\xa1\xeb\xa4\x7b\x69\x8d\x6e\x49\x73\xf2\x9b\x1f\x3a\x82\x2b\x70\x6c\xa5\xae\x5f\xc4\x21\xff\xd1\x10\x30\xda\x9a\x78\xf4\x50\x19\x5f\xc1\x4c\x06\x36\xc6\x26\x28\xe5\x1d\x93\x5d\x2d\xda\xb5\x54\x4f\xa1\x3e\xd6\x64\xda\xfb\x31\x3b\x85\x31\xec\xd8\x62\x27\xfa\x56\x04\x43\x1f\x32\xb9\xd6\x8e\x51\x97\x94\xd6\x8d\x86\x26\x2d\xd0\xa6\xa2\x15\x5c\xdf\x63\xdb\x29\xfa\x03\x6e\x6f\x18\x75\x85\xb6\x12\x5f\x6f\x7e\x17\xfd\x6f\xb7\xcb\x2c\x2d\x06\xce\x33\x80\x24\xa1\x48\xf1\xc9\x5d\x1c\x0f\x42\xf7\x6c\x51\x30\xd6\x6e\x0f\xa2\xc5\xee\x53\x02\xb9\xc8\x5e\xeb\x00\x13\x9f\x43\x07\x5c\x07\x91\x21\x23\x41\x0a\xd8\x40\x41\x80\x5d\xa7\x24\x55\xe1\xa9\xb4\x14\xab\xd9\x92\x33\xde\x96\xa1\xec\xb3\x1d\xea\x13\xe4\x77\xf4\x90\x07\x2f\x7b\x54\x9e\xf2\x4b\xc8\x37\xc6\xc4\x17\x05\xda\x1c\x9e\x6f\x17\x0a\xf9\xe9\xf9\x8d\xc8\x5a\x63\x58\xf4\x46\xf9\x96\x0e\x43\x3c\xfc\xbc\x53\x65\x61\xe5\xd0\x52\x49\x26\xfe\x19\x64\xa1\x50\xa6\xbc\x83\x8a\x7a\x59\xc6\x35\xb3\x1c\xb8\x37\xd3\x3d\x87\x72\xf2\xf1\x68\xa8\xb0\xe7\x00\x4a\x6a\xa8\x65\x8d\xc5\x03\x93\x9b\x8a\xe2\x44\xca\x02\x1d\x89\xca\xb4\x28\xb5\x18\x13\x25\x6a\x6b\x7c\x27\x34\xb6\x47\xd3\x8e\x12\x10\x25\x80\x1b\xe4\x38\xad\x50\xea\x34\xc2\x2a\xed\xe0\xd1\x68\x02\xef\xe2\xa0\x83\x00\x00\x09\xe0\x63\x2d\x2d\x5b\xac\x49\x78\xab\x8e\x65\xfb\xf9\xcf\xb7\x29\x90\x2d\x44\x99\x44\x11\xcc\xa2\x52\x6f\x85\x09\x6d\x2b\x48\x57\x9d\x91\x7b\x83\x72\xc9\x6e\x2a\xd5\xf4\x3a\xcf\x97\x51\x46\xa9\xc9\xe3\xd4\x47\x5f\xfe\x5e\xaf\xe0\xbb\x56\x0f\x89\x6b\xdb\x90\x06\x19\x46\x80\x52\x52\xd7\xa1\xa7\xd2\xba\x1b\xc6\xf2\x6e\x91\xd3\xf9\x62\x32\x26\x64\x75\x74\xb1\xcd\xb6\xa7\xe4\xb9\xc6\x78\x55\x85\xce\x8e\x48\x6c\x20\x1e\x82\xe1\xf0\xd9\x4a\x6e\x76\xe0\x8b\x38\xa5\x92\xa4\xf9\x04\x10\xec\x3a\x58\x7f\x3d\x23\x82\xa3\xd2\xd2\x7b\xa9\x7b\x81\xd1\xa1\x73\x5b\x63\xab\x73\x80\x30\x69\x3c\x29\x16\x69\xe3\x99\xc2\x31\x4c\x25\xec\x51\x2a\x2c\xa4\x92\xfc\x20\x42\x3f\xba\x25\x2a\x25\x1d\x4f\x47\xc2\x72\x9e\x66\x3a\xb1\xaf\x5d\x98\x4e\xdb\x46\x96\xcd\xee\x08\x98\x1d\x5a\x6e\x05\x61\x9b\x22\x5d\x73\x93\xba\x51\xba\x68\x07\x5a\x1f\x7e\x21\x97\xcd\xb0\x56\x94\xc6\x6b\x5e\xee\xc7\xce\x12\xdd\x4b\xc7\x52\xd7\x42\x13\x6f\x8d\xbd\x5b\x72\xa0\x30\x46\xbd\x68\xca\x0d\x2a\x47\x2f\xdd\xb9\xe9\xa8\x94\x1b\x49\x2e\xf4\x1d\x37\x64\x01\x35\x8c\x46\x60\x30\x72\x18\xfd\x30\x39\x40\xd3\x16\xc2\x48\x1b\x0f\xbc\xd0\xd4\x43\xdb\xa6\x1b\xd9\x2b\x57\xa0\xff\x33\x6d\xd3\x79\x1c\x62\x19\x36\x8e\x73\xed\x60\xfc\x1e\xce\x53\x58\x0f\x01\x97\x0e\x1c\xf1\xe5\xfc\x9f\xe1\xdd\x00\x9d\xaa\x2a\x16\xdb\xe4\xff\xbe\x72\x66\x42\x80\xb6\xd2\xd1\xe0\xfe\x81\xe1\xad\x54\x2a\xc4\x68\x8c\x88\x77\x41\x63\xb2\x54\xa5\x3b\xea\x42\x50\x86\x30\xbf\x13\x9c\xb7\xfb\x65\x1e\x90\x31\x6d\xfb\x7c\x97\x40\x32\x66\x78\x72\x2f\x04\xca\xcc\x88\x97\x53\xd6\x4b\xcb\x1e\xd5\x42\xc5\x7d\x9c\x68\xd0\x18\xc9\x4e\x45\x89\x9f\x00\x46\x89\x4e\xa1\x8e\x63\x5f\xd3\xc7\x6f\xf0\x73\x9e\xb4\x75\x57\x2a\x49\x17\xa2\xee\xe9\x70\x6d\xe7\xf9\x5c\x58\x21\x4c\xe3\x25\xe6\x7d\xa2\x57\xc6\x85\xec\x91\xf7\x4b\x68\x9a\x0d\x07\x1c\xf1\xc3\x8e\xc9\xb6\x32\x4e\xb3\x5d\xc7\x20\x0c\x32\x53\x21\x9b\x40\xf5\xca\x84\x32\x9e\x0b\xe3\x75\x25\xbc\x23\x2b\x2a\xda\x48\x4d\x95\xb0\xc6\x07\xea\x65\x90\xf1\x92\x9b\x06\xd4\xab\x2d\x3f\x07\xac\xa6\x61\xf5\xd3\x91\x85\xc1\x0c\x0c\x66\xa6\x3e\x9c\xae\x39\x54\x5b\x72\xf1\xae\xbe\x8e\xdf\xb2\xc4\xab\xec\xdf\x70\xcd\x88\x36\x2f\x61\xfc\x80\x80\x6f\x7f\xbe\xb5\x39\x64\x68\x27\x90\x7a\xf9\xbf\x00\x00\x00\xff\xff\xdd\xa8\xb3\xed\x56\x0f\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x98\x4f\x6b\xe4\x38\x13\xc6\xef\xfe\x14\x45\x9f\x12\x08\xcd\xfb\xb2\x7b\x58\x96\xc9\x61\x96\xc9\x42\x43\x60\x96\xc9\x84\x3d\x2a\x65\xbb\xda\x16\x91\x25\x23\x95\xdc\xf9\x43\xbe\xfb\x22\xc9\x76\xbb\x7b\xdc\x49\x77\xe8\x39\x0c\xe9\x8e\xf5\xd4\xaf\x4a\xaa\xa7\xe4\x74\x68\x25\xe6\x8a\x60\x81\x2f\xde\x92\x28\x8c\x5e\xcb\x4a\x74\x64\x9d\x34\x7a\x01\xaf\x19\x40\x49\xae\xb0\xb2\x65\x69\x34\x5c\xc3\x97\x2f\x37\xdf\xff\xce\x2e\xa4\x66\xb2\x1a\xd5\x25\xfc\xac\xa5\x83\x92\x0a\x85\x96\x1c\x70\x4d\xd0\xaf\x06\xb3\x8e\x1f\xbf\x06\x65\x48\xca\xde\x62\xd4\x19\xe2\xba\x65\xb6\x62\xa8\xd1\x81\x36\x20\x9b\x16\x0b\x06\xa3\xa1\x22\x4d\x16\x99\x4a\x40\xe7\x88\x1d\xe4\x9e\xe7\x63\x14\x46\xb3\x8d\xab\x52\xb0\x9d\x30\xcb\x2c\xb0\x66\x31\x87\x35\x7a\xc5\x70\x0d\x8b\xff\x2d\xff\xbf\xc8\xde\xb2\x6c\x3f\x75\xd2\x9d\xb4\x46\x37\xa4\x39\xe5\xcd\xcf\x2d\xc1\x35\x38\xb6\x52\x57\xbf\xd4\x61\xf1\xb3\x26\x60\xb4\x15\xf1\x90\xa1\x32\xbe\x84\x89\x0c\xac\x8d\x4d\x50\xca\x3b\x26\xbb\x9c\x8d\x6b\xa9\x1a\x4b\x7d\x6a\xc8\xb4\xf6\xb8\x38\xb9\x31\xec\xd8\x62\x2b\xba\x46\x84\x40\x47\x85\x5c\x69\xc7\xa8\x0b\x4a\xcf\x0d\x81\x46\x2d\xd0\xa6\xa4\x25\xdc\x3c\x61\xd3\x2a\xfa\x13\x1e\xee\x18\x75\x89\xb6\x14\xdf\xee\x7e\x17\xdd\x6f\x0f\xf3\x2c\x0d\x06\xce\x33\x80\x24\xa1\x48\x71\xe1\x2e\xe7\x41\xfe\x70\x87\x41\xe8\x89\x2d\x0a\xc6\xca\xed\x40\x34\xd8\x5e\x24\x90\xcb\xec\x50\x07\x98\xf8\x39\x74\xc0\x4d\x10\xe9\x77\x24\x48\x01\x1b\xc8\x09\xb0\x6d\x95\xa4\x32\x7c\x2a\x2c\xc5\xd3\x6c\xc9\x19\x6f\x8b\x70\xec\xb3\x2d\xea\x2b\x2c\x1e\xe9\x79\x11\xb2\xec\x50\x79\x5a\x5c\xc1\x62\x6d\x4c\xfc\x22\x47\xbb\x80\xb7\x87\x99\x83\xfc\xfa\xf6\x4e\x65\xad\x31\x2c\x3a\xa3\x7c\x43\xfb\x25\xee\xff\x7d\x70\xca\xc2\x93\x7d\x4b\x25\x99\xf8\x63\x90\x85\x5c\x99\xe2\x11\x4a\xea\x64\x11\x9f\x99\xec\x81\x7b\x77\xbb\xa7\x50\x4e\xbe\x9c\x0c\x15\xd6\xec\x41\x49\x0d\x95\xac\x30\x7f\x66\x72\xe3\xa1\xf8\x24\x65\x8e\x8e\x44\x69\x1a\x94\x5a\x0c\x1b\x25\x2a\x6b\x7c\x2b\x34\x36\x27\xd3\x0e\x12\x10\x25\x80\x6b\xe4\xe8\x56\x28\x75\xb2\xb0\x52\x3b\x78\x31\x9a\xc0\xbb\x68\x74\x10\x00\x20\x01\x1c\xd7\xd2\xb2\xc1\x8a\x84\xb7\xea\x54\xb6\xfb\x1f\xb7\x63\x21\x1b\x88\x32\x89\x22\x84\x45\xa5\xde\x2b\x13\xda\x46\x90\x2e\x5b\x23\x77\x8c\xf2\xa8\xb8\xc3\xba\x31\xbd\xd4\x34\x5f\xff\x59\x2d\xe1\xbb\x56\xcf\x09\x62\x53\x93\x06\x19\xfa\x5d\x29\xa9\xab\xd0\x40\xe9\xb9\x3b\xc6\xe2\xf1\x03\x73\x93\x95\x96\x21\xa4\x70\xec\xf3\x53\xf9\xb6\xbe\x36\xc8\x40\x90\x39\x3f\x9c\xb7\x4a\xb4\x0a\x0b\xaa\x8d\x2a\xc9\x9e\xc0\x99\xdc\x27\xc0\x4e\xd6\x43\xf4\x8d\xd0\x0d\x3c\x9f\x45\x72\x24\x4b\x71\x4d\x09\x1b\xc9\x75\x7c\x74\x7c\xe0\xfe\xc7\xed\x32\x3b\x36\xcb\xe8\x46\x33\x89\x3a\x9f\x8f\xa8\x42\x96\x47\xcf\xb4\xe9\xba\xd4\x28\xae\x36\x5e\x95\x81\x39\xe2\xb0\x81\x78\xe1\x08\x83\x3e\xb2\x8f\xe7\x66\xb6\xe0\x85\x92\xa4\xf9\x14\x02\x6c\x5b\x58\x7d\x3b\x63\x6c\x47\x85\xa5\xe3\x2f\x12\x2d\x3a\xb7\x31\xb6\x3c\x07\x01\x93\xc6\xd3\xb2\x4f\x2b\xce\x54\x80\xde\xec\xb1\x43\xa9\x30\x97\x4a\xf2\xb3\x08\x36\xb7\x3b\x61\x95\x74\x3c\x8e\xd8\xf9\x2d\x99\x08\x44\x9f\x74\xe1\x7c\x6f\x6a\x59\xd4\xdb\x91\x3a\xb9\x04\xb8\x25\x84\x65\x8a\x74\xc5\x75\x72\x37\xe9\x62\x1c\x68\x7c\xf8\x0f\xb9\xa8\xfb\x67\x45\x61\xbc\xe6\x79\x7f\x6b\x2d\xd1\x93\x74\x2c\x75\x25\x34\xf1\xc6\xd8\xc7\x1d\xf2\xdc\x18\xb5\x33\x88\xd7\xa8\x1c\xfd\x9a\xc3\x5d\x4b\x85\x5c\x4b\x72\xa1\x99\xb8\x26\x0b\xa8\x61\x50\x86\x5e\x79\xbf\xd6\xc1\x7e\x41\xd3\x06\xc2\x5c\x18\x6e\x0d\xc1\x2c\xfb\x5e\x4c\xd7\xda\x03\xf7\xc8\xf7\x46\xd6\x11\x7e\x12\x56\x0c\x53\x61\x6f\x78\xed\x4f\x23\x58\xf5\xe5\x95\x0e\x1c\xf1\xd5\xf4\x97\xe1\xbb\x9e\x36\x1d\x9e\x78\xa6\xc6\xc4\x77\x95\x33\x13\x2a\xb3\x91\x8e\xfa\xbc\xf7\x02\x6f\xa4\x52\xa1\x38\x43\x29\xbc\x0b\x1a\x63\xa4\x72\x79\xc8\x8a\xfa\xfa\x9e\x63\x90\x4f\xeb\x32\x6c\xdb\x2e\xe6\x15\x90\x8c\x3b\x3c\x66\x19\xea\x65\x26\xe0\xf3\x5b\xd6\x49\xcb\x1e\xd5\xcc\x31\x3b\x19\xac\x97\x1a\x00\x3f\x4b\x14\x5f\xa7\x4c\x9c\x4d\x3a\xfa\xb9\xa6\x93\x87\xfc\x14\x2b\x29\x6c\xcf\x4f\x92\x87\x28\xff\x79\xc6\xa6\xf5\x7c\x66\xba\x50\xb4\xe1\x7a\xf8\x31\xd8\x01\xe3\x90\x1d\xf2\xec\xf1\x1a\x3d\x63\x0f\x27\xbe\x39\x33\xd9\x46\x46\x7b\xdb\x36\x15\x42\xaf\x36\x9e\x75\x13\xe0\x0e\x58\x96\xf1\x9c\x1b\xaf\x4b\xe1\x1d\x59\x51\xd2\x5a\x6a\x2a\x85\x35\x3e\xc0\xef\xf2\x1c\xf4\xaf\x83\xc6\x30\x65\x2c\x47\x2f\xbb\x77\x64\xa1\x8f\x04\x7d\xa4\xb1\x5b\xc7\xab\x24\x55\x96\x5c\x7c\x1f\x5a\xc5\xbf\x17\x10\x2f\xb3\x7f\xc3\xd5\x22\xc6\xbc\x82\xe1\x25\x0d\x6e\xff\x7a\x6f\x71\xd8\xab\xad\x40\xea\xf8\xff\x02\x00\x00\xff\xff\xc8\x53\xb1\x93\xba\x10\x00\x00"), }, "/azurestack/versions.tf": &vfsgen۰CompressedFileInfo{ name: "versions.tf", @@ -547,23 +860,23 @@ var Assets = func() http.FileSystem { "/azurestack/vnet/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 2639, + uncompressedSize: 2641, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\x4d\xab\xeb\x36\x10\xdd\xfb\x57\x0c\xea\x5b\xb4\xd0\x9a\x76\xd1\xcd\x03\x53\x68\x17\xa5\x50\x28\xf4\x2e\x4b\x11\x13\x6b\xe2\x88\x28\x92\x19\x8d\xf3\x92\x77\xc9\x7f\x2f\x92\x3f\xe2\xdc\xd8\x69\x2e\xed\xf3\xe6\x72\x35\xc7\x33\x67\xce\x9c\x51\xec\x42\x8d\x2e\xc2\x6b\x01\x20\xd8\x44\xa8\xe0\x40\xdc\xd0\xd7\x05\x00\xe4\xd3\xf4\xa8\x7d\xb7\x21\xf6\x24\x14\x4b\x1b\x74\xed\xba\x28\xc4\xe5\x87\xd7\x23\x72\x39\xfc\xa7\xad\xb9\x28\xa8\x40\x85\x4f\x9e\x8c\xca\x6f\x5e\xbe\xcd\x7f\x12\x0a\x3f\x77\x4c\x9a\x4e\xc2\xa8\x53\xa1\x14\xf9\xa6\x00\x30\x14\x6b\xb6\xad\xd8\xe0\xd3\xcb\xbf\x30\xa1\x90\x81\x9f\xcf\xf0\x47\x4b\xfe\x65\x67\xb7\x02\xbf\xf9\x28\xe8\x1c\xb1\x2a\x2e\x45\xd1\x72\x38\x5a\x43\x0c\x2a\xe7\x8c\x82\xf5\x5e\x65\xaa\xc8\x07\x4d\xde\xb4\xc1\x7a\x49\x75\xab\x59\xe5\x79\xac\x00\x88\xdd\x66\xaa\xab\xad\xb9\x81\xbe\x89\x15\x00\xb5\xb3\xe4\x25\xe1\xfa\x67\x8e\x9e\x62\x57\x5c\xa4\x9a\x49\x96\x71\x7d\x2c\xa9\x4d\x1e\xd7\x72\x4e\xb1\xd4\x2f\x53\x0c\x1d\xd7\x04\x8a\xd1\x9b\x70\xd0\x51\xd8\xfa\x46\x81\x8a\x12\x18\x9b\x44\x78\xbb\xb5\xa7\x5e\x03\x47\xbe\x91\x5d\x4a\xf7\x63\x01\xd0\xb5\x2d\x71\x4e\xbe\x45\x17\x29\x35\xde\x52\x6d\xd1\x4d\x27\x37\x05\xae\x82\xea\xf1\x50\x37\x1c\xba\x56\x81\x3a\xa0\xf5\x7d\x89\x3a\x74\x5e\x6e\xf8\xde\x82\xb5\xc7\x03\x41\x55\x81\x52\xf0\x13\xfc\x00\x1f\xe1\xfb\xa2\x00\xc8\xa7\x7d\xa7\xea\xce\x39\xdf\x71\x93\x2c\x93\xdc\x38\x58\x61\x9e\xbd\xb1\xc1\x8f\x06\xed\x33\x64\xdb\x96\xe9\x20\x75\x60\x50\xf0\x59\xf6\x3d\xb9\x27\xc9\x2f\x13\x85\x8f\x8f\x5f\x2f\xb2\xaf\x5b\xf2\x26\xea\xdc\xcb\x5f\xab\xd4\xca\x44\xec\xef\xe7\x7a\xf0\x24\x9f\x02\xef\xd7\x86\xd0\x32\xd1\xc9\x46\xb1\xbe\xd1\x03\xf4\x4e\xfe\x39\x7e\xc0\x2c\x36\xb0\xe6\x8a\xd1\x71\x58\xe7\xfa\x0a\xd4\x20\xcd\x4c\xdb\xa5\xa7\x9a\x80\x1f\x5e\x6f\x5c\x5c\xde\x7a\xb8\x64\x8a\x9d\x93\x4b\xf2\xc2\xd2\x5c\x86\x64\x49\xab\xf2\xb1\xa6\x65\xee\x63\xe6\xa8\x7b\x4a\x0b\x0e\x1b\xfa\xd2\x62\xf3\xda\xdc\x34\xf0\x22\xe8\x0d\x72\xbe\xda\x46\x1c\x53\xeb\x6c\x5f\x40\xcb\xb9\x4d\x02\xab\xdf\xff\x7c\xc9\xf7\xd4\x57\x50\x87\xf6\x0c\xe1\x48\x0c\xb2\x23\x38\xee\x0c\x48\x80\x41\x87\xa9\x3d\xc8\x9c\x01\xbd\x81\x3a\x5f\x7e\x80\x1e\xec\x01\x1b\x82\x2e\x5a\xdf\x80\xec\x50\x1e\x4f\xa3\x0e\x5e\xd0\xfa\x34\x05\x75\xdc\x99\x07\xb3\xa8\x7a\xc0\x9a\xba\xef\x52\xf6\x8d\x17\x86\xc5\x81\x75\xb7\x8c\x6b\x54\x3e\x65\xb1\x8d\x0b\x1b\x05\x8a\x77\x75\x88\x3a\xeb\xf1\xd0\x63\xd5\x00\x7d\xce\x5f\xe5\x23\x15\xfe\x0f\x1d\xe0\x1d\x4a\x5c\x53\x4c\x83\x7c\x20\xe6\x84\x49\x3d\x8c\x09\xb2\xf7\x16\x45\x69\x93\x70\xa9\x44\x4f\xbf\x63\xbb\xba\x05\x59\x64\xdd\xb1\x5b\x9d\xcd\x30\x86\x7f\x5f\xfa\x3e\xed\xf5\xda\x5c\x91\xfa\x3f\x6f\xf2\xc2\x12\x17\x00\x21\x6a\x63\xe3\x7e\xf8\x7c\x09\xb1\x5f\xcd\xbc\x9b\xd6\x77\x27\x35\x1e\x47\x49\xeb\x56\x81\xfa\x95\x3c\x31\x3a\xfb\x79\xfc\x70\x49\xe6\xcb\x5a\x2d\x8e\x20\x45\xcb\x99\x31\xcb\xa4\x19\xc0\x65\x55\x37\x3c\xa2\x75\xb8\xb1\xce\xca\x59\x47\x92\xfc\x83\x94\xa5\xb9\x8f\xac\x4b\xba\xf0\x63\xd4\x67\x59\x73\xf2\x97\x90\x17\xe0\x80\x1e\x1b\x32\x6f\xc8\x09\x77\x69\xa7\xff\x09\x00\x00\xff\xff\x17\x8e\x56\x0d\x4f\x0a\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x56\xcf\x8b\xf3\x36\x10\xbd\xfb\xaf\x18\xd4\xef\xd0\x42\x6b\xda\x43\x2f\x1f\x98\x42\x7b\x28\x85\x42\xa1\x7b\x2c\x45\x4c\xac\x89\x23\xa2\x48\x66\x34\xce\x26\xbb\xe4\x7f\x2f\x92\x7f\xc4\xd9\xb5\xd3\x2c\x2d\x9f\x2f\xcb\x6a\x9e\x67\xde\xbc\x79\xa3\xd8\x85\x1a\x5d\x84\xd7\x02\x40\xb0\x89\x50\xc1\x81\xb8\xa1\xaf\x0b\x00\xc8\xa7\xe9\x51\xfb\x6e\x43\xec\x49\x28\x96\x36\xe8\xda\x75\x51\x88\xcb\x4f\xaf\x47\xe4\x72\xf8\x4f\x5b\x73\x51\x50\x81\x0a\xcf\x9e\x8c\xca\x6f\x5e\xbe\xcd\x7f\x12\x0a\x5f\x3a\x26\x4d\x27\x61\xd4\xa9\x50\x8a\x7c\x53\x00\x18\x8a\x35\xdb\x56\x6c\xf0\xe9\xe5\x5f\x98\x50\xc8\xc0\xcf\x67\xf8\xa3\x25\xff\xb4\xb3\x5b\x81\xdf\x7c\x14\x74\x8e\x58\x15\x97\xa2\x68\x39\x1c\xad\x21\x06\x95\x73\x46\xc1\x7a\xaf\x32\x55\xe4\x83\x26\x6f\xda\x60\xbd\xa4\xba\xd5\xac\xf2\x3c\x56\x00\xc4\x6e\x33\xd5\xd5\xd6\xdc\x40\xdf\xc4\x0a\x80\xda\x59\xf2\x92\x70\xfd\x33\x47\x4f\xb1\x2b\x2e\x52\xcd\x24\xcb\xb8\x3e\x96\xd4\x26\x8f\x6b\x39\xa7\x58\xea\x97\x29\x86\x8e\x6b\x02\xc5\xe8\x4d\x38\xe8\x28\x6c\x7d\xa3\x40\x45\x09\x8c\x4d\x22\xbc\xdd\xda\x53\xaf\x81\x23\xdf\xc8\x2e\xa5\xfb\xb1\x00\xe8\xda\x96\x38\x27\xdf\xa2\x8b\x94\x1a\x6f\xa9\xb6\xe8\xa6\x93\x9b\x02\x57\x41\xf5\x78\xa8\x1b\x0e\x5d\xab\x40\x1d\xd0\xfa\xbe\x44\x1d\x3a\x2f\x37\x7c\x6f\xc1\xda\xe3\x81\xa0\xaa\x40\x29\xf8\x09\x7e\x80\xcf\xf0\x7d\x51\x00\xe4\xd3\xbe\x53\xf5\xce\x39\xdf\x71\x93\x2c\x93\xdc\x38\x58\x61\x9e\xbd\xb1\xc1\x8f\x06\xed\x33\x64\xdb\x96\xe9\x20\x75\x60\x50\xf0\x51\xf6\x3d\xb9\x07\xc9\x2f\x13\x85\xcf\xf7\x5f\x2f\xb2\xaf\x5b\xf2\x26\xea\xdc\xcb\x5f\xab\xd4\xca\x44\xec\xef\xc7\x7a\xf0\x24\xcf\x81\xf7\x6b\x43\x68\x99\xe8\x64\xa3\x58\xdf\xe8\x01\xfa\x4e\xfe\x39\x7e\xc0\x2c\x36\xb0\xe6\x8a\xd1\x71\x58\xe7\xfa\x0a\xd4\x20\xcd\x4c\xdb\xa5\xa7\x9a\x80\x9f\x5e\x6f\x5c\x5c\xde\x7a\xb8\x64\x8a\x9d\x93\x4b\xf2\xc2\xd2\x5c\x86\x64\x49\xab\xf2\xbe\xa6\x65\xee\x63\xe6\xa8\xf7\x94\x16\x1c\x36\xf4\xa5\xc5\xe6\xb5\xb9\x69\xe0\x49\xd0\x1b\xe4\x7c\xb5\x8d\x38\xa6\xd6\xd9\xbe\x80\x96\x73\x9b\x04\x56\xbf\xff\xf9\x94\xef\xa9\xaf\xa0\x0e\xed\x19\xc2\x91\x18\x64\x47\x70\xdc\x19\x90\x00\x83\x0e\x53\x7b\x90\x39\x03\x7a\x03\x75\xbe\xfc\x00\x3d\xd8\x03\x36\x04\x5d\xb4\xbe\x01\xd9\xa1\xdc\x9f\x46\x1d\xbc\xa0\xf5\x69\x0a\xea\xb8\x33\x77\x66\x51\xf5\x80\x35\x75\x3f\xa4\xec\x1b\x2f\x0c\x8b\x03\xeb\x6e\x19\xd7\xa8\x7c\xc8\x62\x1b\x17\x36\x0a\x14\xef\xea\x10\x75\xd6\xe3\xae\xc7\xaa\x01\xfa\x98\xbf\xca\x7b\x2a\xfc\x1f\x3a\xc0\x07\x94\xb8\xa6\x98\x06\x79\x47\xcc\x09\x93\x7a\x18\x13\x64\xef\x2d\x8a\xd2\x26\xe1\x52\x89\x9e\x7e\xc7\x76\x75\x0b\xb2\xc8\xba\x63\xb7\x3a\x9b\x61\x0c\xff\xbe\xf4\x7d\xda\xeb\xb5\xb9\x22\xf5\x7f\xde\xe4\x85\x25\x2e\x00\x42\xd4\xc6\xc6\xfd\xf0\xf9\x12\x62\xbf\x9a\x79\x37\xad\xef\x4e\x6a\x3c\x8e\x92\xd6\xad\x02\xf5\x2b\x79\x62\x74\xf6\x65\xfc\x70\x49\xe6\xcb\x5a\x2d\x8e\x20\x45\xcb\x99\x31\xcb\xa4\x19\xc0\x65\x55\x37\x3c\xa2\x75\xb8\xb1\xce\xca\x59\x47\x9a\xdd\x9b\x0b\xa1\x75\x4d\x17\x7e\x8d\xc6\x49\x7c\x41\x81\x01\x0e\xe8\xb1\x21\xf3\x86\x9d\x70\x97\xb6\xfa\x9f\x00\x00\x00\xff\xff\xa8\x7b\xcc\xa9\x51\x0a\x00\x00"), }, "/azurestack/vnet/nsg.tf": &vfsgen۰CompressedFileInfo{ name: "nsg.tf", modTime: time.Time{}, - uncompressedSize: 828, + uncompressedSize: 1367, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\x31\x4f\xc3\x30\x10\x85\x77\xff\x8a\x93\xc5\x84\x44\x44\x45\xc5\x96\x81\x91\x9d\xdd\x32\xf6\x11\x59\x75\x7d\xd6\xd9\x6e\x81\xaa\xff\x1d\x39\x6d\xd4\xa4\x24\xd0\xcc\x5f\xde\xbb\xe7\xf7\x18\x13\x15\x36\x08\x52\x7f\x17\xc6\x94\xb5\xd9\xa8\x80\x79\x4f\xbc\x51\x09\x4d\x61\x97\xbf\x54\xc7\x54\xa2\x04\x69\x7c\x49\x19\x59\xc2\x41\x00\x04\xbd\x45\xb8\xfa\x5a\x90\x77\x87\x9d\xe6\xe6\x4c\x2a\x67\x8f\x0f\x21\x75\x52\x00\x78\x32\x3a\x3b\x0a\x53\xbe\xc2\xbd\xb5\x62\xec\x1c\x05\x01\x30\xdc\x74\xb2\x55\xbd\x4f\x0b\x56\x67\xdd\x8c\x8e\x9c\x52\xcd\x56\xbb\xd0\x54\x54\x1c\xc5\x6d\xa1\xb8\x78\x94\x20\x75\x74\x09\x79\x57\x6f\x0d\xcb\xc1\x46\x01\x27\x3f\x08\x80\xc8\x8e\xaa\xe0\x3c\xbe\x7a\x5c\x09\x00\xeb\x18\xcd\x75\xf8\x8b\xe4\x6b\x78\xa7\x12\x6c\x55\xd3\xc6\x60\x4a\x8b\xe6\x2f\xde\xd3\xfe\xe4\x4a\x99\x0c\xf9\x05\xee\xcd\xc4\x4a\x9d\x9f\x28\x12\x67\xc5\x3a\x74\x38\xa5\xee\x2b\x63\x31\x65\x17\xfa\x6a\x7e\x81\x2d\xc8\xe7\xf5\xfa\x69\x24\xa5\xad\x65\x4c\x49\x45\xc6\x0f\xf7\xf9\x87\xd4\x35\x38\x30\x73\xed\x5e\x4e\xba\xb9\x65\x80\xf9\x95\x0e\x73\xf9\x77\xce\xc3\x44\x07\x39\x8b\xc9\xb0\x8b\xb3\x25\xb5\xfd\x78\x7d\x33\x62\xc4\x51\xfc\x04\x00\x00\xff\xff\x10\xfe\xcb\x40\x3c\x03\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x93\xc1\xca\xdb\x30\x10\x84\xef\x7a\x8a\x45\xf4\x54\xa8\x49\x68\xe8\xa1\x60\x4a\x8f\xbd\xf7\x56\x8a\x50\xa4\xad\x59\xe2\x48\x62\x25\x25\x69\x43\xde\xbd\xc8\x8e\x89\x9d\xd8\x6d\x0a\xfd\xff\xdc\x02\x9f\x67\x76\x67\x47\x8c\xd1\x67\x36\x08\x52\xff\xca\x8c\x31\x69\xb3\x53\x0e\xd3\xd1\xf3\x4e\x45\x34\x99\x29\xfd\x54\x0d\xfb\x1c\x24\x48\xd3\xe6\x98\x90\x25\x9c\x05\x80\xd3\x7b\x84\xbb\x5f\x0d\xf2\xcd\xf9\xa0\xb9\xba\x92\x8a\xec\xe5\x9d\x8b\x8d\x14\x00\xad\x37\x3a\x91\x77\x53\xbe\xc0\x9d\xb5\x62\x6c\xc8\x3b\x01\x30\xcc\xd4\xdb\xaa\xce\xa7\x06\xab\x93\xae\x46\x43\x4e\xa9\x6a\xaf\xc9\x55\x05\x15\x17\xf1\xdc\x52\x9c\x5b\x94\x20\x75\xa0\x88\x7c\x28\xb3\xba\xe5\xc5\x46\x0b\x4e\x3e\x10\x00\x81\xc9\x17\xc1\x79\x7c\xbd\x5a\x0b\x00\x4b\x8c\xe6\x7e\xf9\x9b\xe4\x17\xb7\xf5\xd9\xd9\xa2\xa6\x8d\xc1\x18\x17\xcd\x3f\xb7\xad\x3f\xf6\xae\x3e\x79\xe3\xdb\x05\xee\xab\x09\x85\xba\x46\x14\x3c\x27\xc5\xda\x35\x38\xa5\xde\x16\xc6\x62\x4c\xe4\xba\xd3\x3c\x80\x35\xc8\x0f\x9b\xcd\xfb\x91\x94\xb6\x96\x31\x46\x15\x18\x7f\xd0\xe9\x0f\x52\xf7\xe0\xc0\xcc\x5d\xf7\x36\xd2\xd3\x57\x06\x98\x6f\xe9\x50\x97\xbf\xd6\x79\xa8\xe8\x20\x67\x31\x1a\xa6\x30\x7b\xa4\xba\x2b\x6f\x5b\x8d\x18\x71\x11\xf3\x3d\x8b\x79\xeb\x30\x2d\x98\x2a\x1d\xa3\x37\xd4\x25\x24\x41\xee\xf5\xed\x39\x19\x9f\x5d\x9a\x3c\x88\xc0\x88\x27\x2a\x89\x36\x83\x1c\x7c\x82\x15\x7c\x84\xb5\x28\x07\xe9\x8d\xc8\xce\x8c\xfb\x30\x4f\xd5\x5b\x5d\xff\x7d\x5b\x7d\xaf\xc8\x2e\x67\x48\xf6\x9f\x12\x24\xfb\x5f\xd2\x28\xc4\x2b\xa5\xd1\x5b\xbd\x5c\x1a\xbf\x03\x00\x00\xff\xff\x54\x0a\x2e\x3d\x57\x05\x00\x00"), }, "/azurestack/vnet/outputs.tf": &vfsgen۰CompressedFileInfo{ name: "outputs.tf", modTime: time.Time{}, - uncompressedSize: 1201, + uncompressedSize: 1202, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x92\xb1\x6e\xdc\x30\x0c\x86\xf7\x7b\x0a\x36\x0f\xa0\x64\xe8\x14\xa0\xc8\x92\x3d\x4b\xb7\x20\x10\x68\x89\x71\x89\xa3\x25\x55\xa2\x1c\xa4\x45\xdf\xbd\xb0\xcf\xbe\x53\xee\xe2\x36\x19\x2d\xff\xfc\xc8\xff\x27\x63\xd5\x54\x15\xae\x48\x3a\xdb\xa1\xdb\x53\xf0\x36\xc5\x28\x76\xfc\x6a\xd9\x5f\xc1\xef\x1d\xc0\x88\x52\x09\xbe\xc1\x17\x18\x31\x1b\xfc\x55\x33\xd9\x94\x79\x44\x25\xb8\x83\xf9\xbb\x28\xba\xbd\x6d\x18\xe8\x7d\xa6\x52\x66\x96\x49\xb5\x13\x76\xd3\xef\x05\xfd\x78\xf3\x64\xd8\xc3\x2d\x84\x2a\xb2\xfb\xb3\xdb\xad\x63\xf0\x07\xc6\xf8\x40\x43\x0e\x4a\x39\xa0\x4c\x02\x17\x83\xe6\x28\x49\x30\xd0\xca\x34\xec\xdb\xae\x93\xf9\xc4\x69\x6a\xf6\xfc\xd3\x87\x43\xbb\xeb\x6b\xf8\xfe\x70\xff\x70\x0b\xf7\x11\x5e\x08\x32\xa1\xc8\x2b\x04\x22\x0f\x1a\xa1\x27\x05\xfd\x41\x30\xe9\xe1\x39\xc7\x01\x10\x3c\x2a\x42\x89\x35\x3b\x02\x0e\x45\x09\x3d\xc4\xe7\x59\x96\xe9\xf0\x7e\xf7\x99\x38\x97\xd8\x38\x19\x27\xb5\x28\xe5\xd3\xcb\x92\xe1\xdc\xfd\x32\xc5\x93\x9f\x4f\x2e\xf0\xff\x1d\x39\xad\x49\x6f\x6c\xef\x10\xe3\xa2\xf9\xc7\xe2\x8e\x3b\x32\xcb\x24\xf6\x84\xa6\xf2\x78\xf3\xd4\x82\x43\xe9\x6d\xc0\x81\x36\x79\x81\xf4\x25\xe6\xbd\x2d\xe4\x6a\x66\x7d\xb5\x7d\x8e\xf5\xe8\xc2\x4c\xb5\x2d\x6f\xe4\xac\x15\xe5\x58\x76\x7e\x62\x12\x1d\x8a\xb9\x54\xb5\x8c\x01\xe7\x80\x4a\xed\x02\xe9\x06\xe1\x5c\xd3\xd6\xaf\x27\x71\x18\xf5\x1d\x7b\xd3\x39\x99\xc6\xe3\xdb\x02\x33\x20\x87\x4b\x63\x83\xe5\x01\xfb\xed\xa0\xe6\xbf\xc7\x5c\xde\x4e\x54\x34\x66\xec\xc9\xa2\x73\xb1\x06\xdd\x64\x9c\xe9\x56\x5a\x8b\xc2\x11\x59\xb0\x63\x99\x76\x51\xde\xc9\xa7\xc1\x9d\x6b\xd7\xd4\x2e\xde\xe7\x69\xff\x06\x00\x00\xff\xff\xf2\x6b\x95\x23\xb1\x04\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x92\xb1\x6e\xdc\x30\x0c\x86\xf7\x7b\x0a\x36\x0f\xa0\x64\xe8\x14\xa0\xc8\x92\x3d\x4b\xb7\x20\x10\x68\x89\xe7\x12\x47\x4b\xae\x44\x39\x48\x8b\xbe\x7b\x61\x9f\xed\x53\xee\xe2\x36\x37\xda\xfa\xf9\x91\xff\x4f\xc6\xa2\x7d\x51\xb8\x21\x69\x6c\x83\xee\x40\xc1\xdb\x3e\x46\xb1\xc3\x57\xcb\xfe\x06\x7e\xef\x00\x06\x94\x42\xf0\x0d\xbe\xc0\x80\xc9\xe0\xaf\x92\xc8\xf6\x89\x07\x54\x82\x07\x98\xbe\xb3\xa2\x3b\xd8\x8a\x81\xde\x27\xca\x79\x62\x99\xbe\x34\xc2\x6e\x7c\x9e\xd1\xcf\x77\x2f\x86\x3d\xdc\x43\x28\x22\xbb\x3f\xbb\xdd\x32\x06\x7f\x62\x8c\x4f\x34\xe4\xa0\x94\x02\xca\x28\x70\x31\x68\x8a\xd2\x0b\x06\x5a\x98\x86\x7d\xdd\x75\x34\xdf\x73\x3f\x36\xdb\xff\xf4\xe1\xd8\xee\xf6\x16\xbe\x3f\x3d\x3e\xdd\xc3\x63\x84\x57\x82\x44\x28\xf2\x06\x81\xc8\x83\x46\x68\x49\x41\x7f\x10\x8c\x7a\xd8\xa7\xd8\x01\x82\x47\x45\xc8\xb1\x24\x47\xc0\x21\x2b\xa1\x87\xb8\x9f\x64\x89\x8e\xff\x1f\xae\x89\x73\x8e\x8d\x7b\xe3\xa4\x64\xa5\x74\xfa\x33\x67\x38\x75\xbf\x4c\xf1\xe4\xe7\xca\x05\xfe\xbf\x23\xf7\x4b\xd2\x1b\xdb\x3b\xc6\x38\x6b\xfe\xb1\xb8\x75\x47\x66\x9e\xc4\x9e\xd0\x94\x9f\xef\x5e\x6a\x70\xc8\xad\x0d\xd8\xd1\x26\x2f\x90\xbe\xc6\x74\xb0\x99\x5c\x49\xac\x6f\xb6\x4d\xb1\xac\x2e\xcc\x58\x5b\xf3\x06\x4e\x5a\x50\xd6\xb2\xf3\x13\x93\xe8\x50\xcc\xa5\xaa\x66\x74\x38\x05\x94\x4b\x13\x48\x37\x08\xe7\x9a\xba\x7e\x39\x89\xe3\xa8\x1f\xd8\x1b\xcf\xc9\x54\x1e\xdf\x17\x98\x0e\x39\x5c\x1a\xeb\x2c\x77\xd8\x6e\x07\x35\xbd\xae\xb9\xbc\x9f\x28\x6b\x4c\xd8\x92\x45\xe7\x62\x09\xba\xc9\x38\xd3\x2d\xb4\x1a\x85\x03\xb2\x60\xc3\x32\xee\x22\x7f\x90\x4f\x85\x3b\xd7\xae\xb7\x77\xf1\x30\x8d\xfb\x37\x00\x00\xff\xff\x74\x20\x5f\xd2\xb2\x04\x00\x00"), }, "/azurestack/vnet/public-lb.tf": &vfsgen۰CompressedFileInfo{ name: "public-lb.tf", @@ -575,9 +888,9 @@ var Assets = func() http.FileSystem { "/azurestack/vnet/versions.tf": &vfsgen۰CompressedFileInfo{ name: "versions.tf", modTime: time.Time{}, - uncompressedSize: 142, + uncompressedSize: 203, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0e\xc2\x30\x10\x03\xef\x79\x85\x95\x07\x50\xe0\x1e\xbe\x82\xa2\x74\x2b\x56\x94\x6e\xf1\x26\x3d\x80\xfa\x77\xd4\x0a\x09\x0e\xbe\xd8\xe3\xa9\x42\xe6\xc1\xf8\xc0\x3b\x00\x94\x67\x53\x4a\x7f\x5d\x84\xae\x36\x21\x21\x5e\x12\x8e\x87\xd3\x39\xfe\xcf\x33\x6d\xd1\x5e\xe8\xfb\x0b\xc8\xaf\x46\xf1\x9a\xcb\x1d\xe9\x5b\x01\x6e\x8d\x45\x36\x85\xcd\x32\xf9\x4d\x87\xda\x8d\x56\xf2\xd8\xfd\xf0\xb8\xb3\x6b\xd8\xb2\x86\xf0\x09\x00\x00\xff\xff\x37\xdb\x43\xcb\x8e\x00\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8c\x31\xae\xc2\x30\x10\x44\x7b\x9f\x62\x94\x03\xfc\x7c\x24\x5a\x73\x15\x64\xd9\x1b\x61\x91\x78\xc3\xd8\x4e\x01\xf2\xdd\x11\x06\x29\x94\x34\x5b\xec\xbc\xf7\x8a\x90\x6e\x52\x2e\x78\x18\x80\x72\xab\x91\x12\xce\x9b\x30\x47\x4d\xb0\x18\x4e\x16\xff\x7f\x87\xe3\xf0\x3d\xaf\xd4\x2d\x06\x61\xee\x16\xe0\xee\x95\x92\x8b\xf3\x57\xd8\xcf\x0b\xc8\x5a\xe9\xe5\x95\xd0\x55\x52\xbe\xc4\xa9\x8c\xb3\x7a\x37\x8f\x3b\x3e\x74\xb6\xf5\x4b\x97\x82\x2e\x3f\x05\xde\xe8\x2e\x37\xd3\x8c\x79\x06\x00\x00\xff\xff\x27\xe7\xe9\x88\xcb\x00\x00\x00"), }, "/azurestack/vnet/vnet.tf": &vfsgen۰CompressedFileInfo{ name: "vnet.tf", @@ -611,28 +924,16 @@ var Assets = func() http.FileSystem { "/baremetal/bootstrap/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 1290, + uncompressedSize: 1729, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x93\x51\x6e\xdb\x30\x0c\x86\xdf\x7d\x0a\x42\xdb\x6b\xec\x76\x0b\xba\xbe\xe4\x04\x3b\xc2\x30\x04\x8a\xc4\xd8\x44\x6d\xd1\x90\x68\x17\x59\xe1\xbb\x0f\x92\xe5\xc4\x45\x97\xa4\x58\x1e\x02\x88\xfa\x49\x7e\xfc\x69\x79\x0c\x3c\x78\x83\xa0\x5a\x3a\x8c\xe4\x65\xdf\x33\xb7\x0a\xd4\x81\x59\x82\x78\xdd\x2b\x78\x2b\x00\x9c\xee\x10\x76\xa0\xbe\xbe\x8d\xda\x97\xa6\x1d\x82\xa0\xdf\x93\x9d\x36\x17\x61\x01\x20\xa7\x3e\xc9\x2c\xf9\x78\xec\xb5\x34\xf1\x58\x8d\xda\x57\x2d\x1d\xaa\xdc\xa4\xe2\x1e\x5d\x68\xe8\x28\x1b\xea\x74\x8d\xa1\xba\x59\x77\x2a\x8a\x8f\x9c\x23\xb7\x43\x87\x6b\xd2\xcd\x41\x07\x5c\xe1\xc2\x1d\xe0\x59\x1f\x31\x99\xdb\xa4\x5e\x7b\x50\x9e\x75\x65\xac\x56\x00\x64\x82\x1d\xc4\x8a\x89\xfb\xb3\x64\xef\xa0\x96\xdf\x7d\x37\x33\xd7\x25\xe1\x36\x5f\x1c\x27\x37\xdf\x93\x5d\xc9\xe7\x58\xf9\x7e\xf0\x92\x6c\x01\xf0\x05\x7e\x22\xf6\x20\x0d\x05\x20\x07\xe1\xe4\x0c\xbc\x92\x34\x20\x0d\x42\xa7\xc9\x2d\x45\x20\xd0\x1f\x04\x72\x29\xc7\x6a\xd1\x55\xfa\x5b\x16\x7a\xae\x5d\xc5\xa4\x52\x8e\xd1\xaf\x98\xb1\x03\xf5\xed\x71\xfb\x63\xfb\xfc\xfd\x69\xfb\xfc\x70\x65\x97\x54\x3b\x12\x62\x77\xdd\xb3\xdb\x66\x95\x54\xbb\xb5\x61\xf7\x9c\x32\xec\x04\x9d\x2c\xab\xcc\xdd\xff\xcd\x66\x39\x4e\xf4\x9f\x2f\xa2\x00\xe8\xb0\x63\x7f\x8a\xca\xa7\xc7\xed\x36\x85\x46\xd3\x0f\x31\x30\x9f\x0c\x7b\xe4\x70\xf6\x60\x05\xbf\x84\x56\x03\x90\x8d\x29\x96\xc2\x4b\x82\x00\xf8\xcc\xbe\xe7\x55\x4f\x73\x33\x17\xb8\xc5\x9c\x9c\x9e\xeb\xe5\x73\xec\xe5\xa4\xe6\xb8\xf6\x35\x46\xf3\x7c\xf4\xe8\xe1\x9c\x9c\xb0\xe7\xd4\x8e\x6d\x1a\xbf\xe1\x20\x9b\x5e\x87\x20\x8d\xe7\xa1\x6e\xd4\x22\xb6\x27\xa7\x3b\x32\xa0\x1c\xca\x2b\xfb\x97\x3d\x39\x41\x7f\xd4\x26\x3f\x51\x80\x23\xfb\x3d\x6a\xd3\xe4\x35\x1c\x3c\xd9\x1a\x43\xba\x5a\x16\x34\x0b\x01\xe6\x3b\xd8\xc1\x87\x62\xe5\xa8\xdb\x01\x7f\xa9\xb8\x0e\xf5\x3b\xcb\x3b\x6d\xe6\x91\xae\xca\x3b\x6d\xb2\x7a\x4a\xc0\x53\xf1\x37\x00\x00\xff\xff\x9e\xf7\x61\x7a\x0a\x05\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\xdb\x6e\xdb\x30\x0c\x7d\xf7\x57\x10\xde\x5e\xe3\xa4\x6b\x96\xf5\xa5\x5f\xb0\x4f\x18\x06\x43\x91\x19\x9b\xa8\x2d\x1a\x94\xec\x22\x2b\xf2\xef\x83\x2e\xbe\x74\x69\xda\x62\x79\x08\x20\xf2\x1c\xf2\xf0\x50\x72\x2f\x3c\x52\x85\x02\x79\x4b\xc7\x91\xc4\xe5\xf0\x92\x01\x0c\x42\xf0\x08\xa3\x92\x22\x85\xcb\x41\x28\xbb\x64\xd9\x82\x27\x61\x43\x7a\x82\xb7\xf0\xcf\x2f\xb2\x23\x28\x90\x01\xc8\xd8\x1e\xb5\x63\xb9\x42\x4d\x89\x04\xec\x48\x0b\x8f\x28\x96\xd8\xcc\xc0\xfc\xae\xf8\x7e\xc8\x33\x00\x47\x1d\xf2\xe0\x5e\x37\xbb\x3f\xec\x76\x19\x80\x1a\x5c\x53\x5a\x27\xca\x61\x7d\x9e\x99\x8d\x73\x7d\x79\x54\x96\xb4\xe7\x4f\x9a\x2c\x8a\x51\x1d\x5e\x8b\x4d\x89\x05\xda\x2b\x6b\x9f\x59\xaa\x2b\xe8\x94\x58\x0f\xb7\x14\xbe\x59\x75\x86\xce\x85\xdf\xae\x7a\xc9\x32\x41\xcb\x83\x68\x9c\xf7\x53\xf6\xcc\x6d\x0e\xf9\x91\xd9\xf9\x41\xfb\xb8\x81\xd4\x30\xff\xfa\xe2\x0b\xe9\x76\xb0\x0e\xa5\xa4\xea\xb2\x59\x80\xde\xbb\x73\x1f\x60\x15\x89\x3f\xf6\xca\x35\xfe\xb8\x1d\x95\x6c\x5b\x3a\x6e\x53\x93\x2d\xf7\x68\x6c\x43\x27\xb7\xa1\x4e\xd5\x68\xb7\xef\xd6\x7d\x53\xe7\xc8\xed\xd0\xe1\x5a\xe9\xe6\xa8\x2c\xae\xe4\xc2\x07\x82\x23\xde\xcb\x64\x6e\x03\x7a\xed\x41\x31\xe3\x8a\xe4\x6b\x52\x10\xbd\x9c\xb3\x25\xdb\x32\x0c\xf1\x59\x99\xaf\x14\x2e\x37\xec\x23\x6b\x93\xc8\x85\xf0\xbe\x58\x3f\x5b\x6a\x5e\x52\xb5\x82\xc7\x58\xf1\xda\x85\x82\xfc\x1d\xfb\x02\x3f\x11\x7b\x70\x0d\x59\x20\x03\xf6\x6c\x34\x3c\x93\x6b\xc0\x35\x08\x9d\x22\x33\x15\x01\x4b\x7f\x10\xc8\x04\x4e\xa5\x9c\xda\x86\xbf\x69\xbb\x73\xed\xad\x27\x15\xee\xe4\xcd\xf3\x8c\x47\xc8\xbf\xdd\xed\x7f\xec\x1f\xee\x0f\xfb\x87\xdd\x8d\xc5\x52\x6d\xc8\x11\x9b\xdb\x9e\xbd\x6f\x56\x41\xb5\x59\x1b\xf6\x91\x53\x9a\x8d\x43\xe3\xa6\x37\x92\xba\x97\x33\xee\x6d\x95\x15\xfb\xd9\xfe\xf3\xa1\xf8\x6f\x10\x76\x2c\x67\x8f\x3c\xdc\xed\xf7\x21\x34\xea\x7e\xf0\x81\x78\xd2\x2c\xe8\xaf\x56\xd2\xb3\x1a\x63\x0a\xad\x46\xa1\xca\x53\x2a\xb2\x4f\x41\x04\xc0\x67\x36\x1f\x97\x7e\x89\xcd\x8c\xe5\x16\x13\x39\xbc\xe2\xe5\x62\xf6\xee\x9c\xc7\xb8\x92\x1a\xbd\x8d\xe2\xdd\xda\xcd\xe4\x20\x3b\x52\x3b\xae\xc2\xf8\x0d\x5b\xb7\xf1\x1f\x1a\xd7\x08\x0f\x75\x93\x4f\xe0\xea\x6c\x54\x47\x1a\x72\x83\xee\x99\xe5\xa9\x24\xe3\x50\x4e\x4a\xa7\x97\x0b\x70\x62\x29\x51\xe9\x66\x7a\x68\x42\x55\x8d\x36\xa4\xa6\x55\x45\x20\x40\xcc\xc1\x23\x5c\x15\x2b\x46\xd5\x0e\xf8\x2b\xf7\xeb\xc8\x7f\x27\x78\xa7\x74\x1c\xe9\x26\xbc\x53\x3a\xa1\x2f\x41\xf0\x25\xfb\x1b\x00\x00\xff\xff\x22\xc5\x9f\xcd\xc1\x06\x00\x00"), }, - "/baremetal/bootstrap/variables.tf": &vfsgen۰CompressedFileInfo{ - name: "variables.tf", + "/baremetal/bootstrap/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", modTime: time.Time{}, - uncompressedSize: 469, + uncompressedSize: 197, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\xcf\x4a\xc3\x40\x10\x87\xef\x79\x8a\x1f\x39\xb5\x20\xbe\x41\x0f\xc5\xab\x22\xf8\xe7\x2c\x93\xec\x24\x1d\xba\x99\x5d\x66\x47\xa5\x88\xef\x2e\xd9\xb4\x88\x5a\x0f\xdd\xf3\xfc\xbe\xef\xdb\x37\x32\xa1\x2e\x32\xda\x3e\xbe\x16\x67\x7b\x91\xd0\xe2\xa3\x01\xfc\x90\x19\xc7\xb7\x41\x71\x13\x1d\x1b\x20\x70\xe9\x4d\xb2\x4b\x52\x6c\xd0\x3e\xed\x18\x12\x58\x5d\x06\x61\xc3\x90\x0c\xbe\x63\x1c\x61\xd7\x6d\xf3\xd9\x34\xdf\x0e\x99\x68\xe4\x05\x7f\x86\xf3\xfc\x70\x8b\x34\xd4\xfd\xfd\x23\x82\x94\x3d\x96\xc1\x7f\x35\x3f\xd9\xa3\xca\x4c\xbb\xb4\xbe\x4f\xea\xac\x7e\x32\x77\x29\x79\x71\xa3\x8c\x13\x10\x83\x44\xfe\xfd\x93\xce\x24\x8c\x5c\xce\xc9\xa2\x14\x5f\x4d\x94\x57\x8b\x75\xbd\xfe\xeb\xdd\xd6\xa3\x59\xa9\xec\xef\xc9\xf6\x58\x78\x98\x28\x97\xab\x9a\x44\xa2\xa2\x63\x4d\x12\x75\xb6\x81\x7a\x86\xd2\xc4\x20\x0d\x48\x15\x45\x31\x1e\xea\xc5\xdd\xf6\x06\x14\x82\x71\x29\x73\xe7\x57\x00\x00\x00\xff\xff\x0e\x98\x5a\x7a\xd5\x01\x00\x00"), - }, - "/baremetal/bootstrap/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", - modTime: time.Time{}, - content: []byte("\x0a\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), - }, - "/baremetal/main.tf": &vfsgen۰CompressedFileInfo{ - name: "main.tf", - modTime: time.Time{}, - uncompressedSize: 892, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x61\x0e\x9b\x30\x0c\x85\xff\xfb\x14\x16\x07\xe8\x3a\x4d\xeb\xbf\x9d\x25\x0a\x21\xa3\x96\x20\x46\x8e\xc3\x34\x4d\xbd\xfb\x14\x02\x21\x2d\x5b\x7f\x55\xef\x7d\x7e\x7e\x18\x16\xe1\x95\x06\x2f\xd8\x4d\xd4\xaf\x24\xda\xe1\x1f\x40\x4c\x42\xf8\x03\x57\x2b\xb7\x5d\x36\x49\x08\x5e\x00\x27\x4f\xc2\x81\xdc\x81\x4f\xf8\xf1\x2b\xd3\x05\xda\x86\x11\x29\xc4\xc5\x3b\x65\xb9\x50\x87\xb1\x83\x33\x39\xe1\xd5\x4b\x24\x0e\x15\xec\xbe\xde\xbe\x3f\x3a\x40\x54\x9a\x3d\x27\x7d\x5f\xf6\xed\x71\xbf\x03\xa2\x4d\xfa\x34\x51\xc5\xaa\x1f\x7f\xd7\xc9\xa7\xea\x62\x7a\x1b\xc9\xe5\xf9\xa3\x53\xf4\x12\xec\xec\xaf\x65\x77\xe3\x44\x17\x1b\xe3\x2f\x96\xe1\x82\x1e\x46\xfb\x70\x67\xf0\x7f\x53\x2b\x5a\x83\xff\x9d\xfa\x02\x98\x79\x48\x93\xc7\xae\x67\xd6\xfc\x5c\x4b\x39\x78\xe4\x24\x2e\x6f\xe8\x6e\x5f\x4e\x0b\x00\xd1\x4d\x29\xaa\x17\x43\x47\xe8\x29\xe4\xd5\xb3\x1d\x7d\x7b\xfa\x3a\x6c\x38\x9a\xcd\xcd\xd4\x18\x48\xcb\xed\xf7\x62\xbb\x60\x2a\x0e\x88\xbd\xd0\x30\xfa\xd8\x64\x15\xa1\xad\x3d\xdb\xbc\x3b\x5e\x4b\x1f\x46\xae\x5c\xfe\x1b\xc7\x29\x68\x0d\x6b\xc5\xf7\x4a\x78\xad\x55\x60\x40\x7c\x72\xd4\xf8\xf9\x79\x6d\x22\x20\x2e\xc2\x8b\x17\xa5\xd2\x79\x37\x4f\x11\x10\x85\x59\xcd\xe0\x57\x72\x1b\x53\x88\x56\x04\xc4\x41\x68\xcd\xe7\x0c\x3f\xf9\x64\x5a\xb1\xbc\x61\xb5\xc1\xf9\x9d\xaa\x5f\x79\x23\xc2\x0b\xfe\x06\x00\x00\xff\xff\xf0\x7d\x79\xad\x7c\x03\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcb\x41\xca\xc2\x30\x10\xc5\xf1\x7d\x4e\xf1\xe8\x01\xbe\x7e\x82\xdb\x78\x15\xa9\xe9\x14\x07\x62\xa6\xbe\xa4\xd9\x48\xee\x2e\xc6\x82\x2e\xdd\x0c\x0c\xef\xff\x2b\x42\x4e\x8b\xf1\x86\x87\x03\x28\xf7\x4d\x29\xf3\xb9\x0a\xb3\x5a\x82\xc7\x70\xf2\xf8\xff\x3b\x1c\x87\xef\x79\xa5\x55\x9d\x85\xb9\x2b\x40\x69\x49\x03\xfc\xfe\x02\xd9\x36\x06\x79\x71\x5b\x25\xe5\xab\x2e\x65\x8c\x16\xa6\x38\xbe\xd3\xa1\x77\xad\xdf\xa8\x97\xaa\x2c\x3f\xe9\xbd\xfd\xf0\xe6\x9a\x73\xcf\x00\x00\x00\xff\xff\x6e\xa1\x39\x31\xc5\x00\x00\x00"), }, "/baremetal/masters": &vfsgen۰DirInfo{ name: "masters", @@ -641,33 +942,30 @@ var Assets = func() http.FileSystem { "/baremetal/masters/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 1316, + uncompressedSize: 1825, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x93\x51\x6e\x9c\x40\x0c\x86\xdf\xe7\x14\xd6\x3c\xb5\x55\x82\xd4\x03\xe4\x24\xab\x15\xf2\x32\xde\xc4\x12\xd8\x68\x66\xa0\xa9\xa2\xbd\x7b\xe5\x81\x6d\x80\x25\xbb\xea\x43\x79\x42\x9e\x8f\xdf\xff\x18\xff\x91\x92\x0e\xb1\x21\xf0\x1c\x55\xb8\xa9\x45\x03\xd5\xe3\x4f\x0f\x5e\x7b\x92\xf4\xc6\xe7\xfc\xdc\x61\xca\x14\x9f\xdf\x34\x65\x0f\x1f\x0e\xa0\xd1\x41\x32\xfc\x7d\x5e\x60\xc4\x58\x4d\x54\x5d\xce\x1c\x80\x60\x47\xb0\x65\x4c\x22\x1d\x0a\x52\xb1\x04\x7a\x3f\x1e\xbc\x81\xfe\xe8\x00\xae\x5e\xea\xa6\xc5\x94\xe0\x05\xfc\x09\x23\x75\x94\xb1\xf5\xce\x01\xb0\xa4\x9e\x9a\x5c\xc4\x72\x1c\xc8\x8c\xb4\x84\x32\xeb\xcf\x25\x1c\x91\x5b\x3c\xb5\x74\x2d\x39\x80\x5e\x63\x36\xc1\x83\x33\xf4\xc3\x4d\x96\x30\x84\x48\x29\x3d\xb0\x67\xdf\xd6\x33\x5a\x6c\xda\xd3\xbf\x53\x4d\x62\x5d\x82\xf9\xb4\x3e\xbe\x1c\x5d\x9e\x1c\xc0\xb1\xf4\x8c\xda\x53\xcc\x4c\xe9\xaa\xfe\x59\x59\xb5\xb0\x9b\xab\xe6\x3a\xd0\xc8\x0d\xcd\xec\xa2\xb2\xa1\x1d\x40\x88\x3c\x52\x7c\x34\xd7\x89\x2a\x96\xa7\xd7\x9a\xe5\xac\xf3\x07\x8b\xca\xad\xfe\xc9\x9a\xb3\x64\x8a\x67\x6c\xe8\xe1\x0f\x5c\xe3\xa5\x61\x87\x82\xaf\xd4\x91\x2c\x75\xbe\x56\xd8\xc3\x8b\x4e\xaf\xbf\x8a\xcb\x95\x95\x7b\xff\x6a\x85\x4f\x5b\x85\x1c\xfe\xe1\x32\x6b\xbc\x28\x8c\x24\x41\xb7\x2e\xbe\x56\xd8\xe2\xfe\xe8\x2e\xce\xdd\x04\x2d\x50\xdf\xea\x6f\xbb\xf3\x5e\xd6\x96\xa7\x9f\x89\xdb\x0f\x9a\x25\x76\x18\xd8\x36\x91\xda\x32\xc5\x6f\x65\x17\xd7\x89\xae\x76\xf3\x5c\xfd\xa8\x38\x3c\x15\x7c\x71\x0b\x2b\x7c\x9f\x23\x97\x51\x1a\x5a\xae\xce\xaa\x76\xb3\xca\x43\xa2\x58\x07\xcc\xb8\x98\x12\xbf\x0a\x67\x56\xb1\x39\x94\xa3\xeb\x0c\x58\x72\xd4\x12\x6a\x56\xd9\x1b\xc3\x06\xb8\x3b\x09\x6b\xfe\x1f\xa6\x70\x71\x7f\x02\x00\x00\xff\xff\x9d\x36\xb9\x0c\x24\x05\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x54\xcd\x6e\xdb\x30\x0c\xbe\xeb\x29\x04\x9d\xb6\xa1\x35\x5a\x0c\x28\xb0\xc3\x9e\x24\x08\x04\xc5\x62\x12\x02\xb6\x68\x50\xb4\xdb\xa2\xc8\xbb\x0f\x92\xed\xf8\x27\x5e\xba\x1e\xe6\x93\x41\x7e\xfc\x48\x7e\x14\xd9\x30\x75\xe8\x81\xb5\x41\xa6\x80\xa5\xd1\x1f\x4a\xeb\x96\x2b\xbd\xfa\x7e\xeb\xce\x71\xd1\x83\x6c\xcb\xa8\xb4\xc6\x10\x1b\x28\x85\xf8\x06\x35\x3a\x06\x60\x8d\x25\x53\x07\x1c\x91\xc2\x15\x68\x9e\x8b\x97\x5f\x46\x69\x2d\x58\x03\xb5\xb2\x4c\xf6\xf3\xe5\xe9\x49\x69\xed\x5a\x39\xdb\x28\xec\x04\x4e\xef\xd7\xc8\xb3\x48\x63\x0f\x2e\x62\x99\xe2\xc7\x9a\x22\x70\x70\x35\xdc\x16\x3b\x38\x26\x68\xe3\x62\x7c\x25\xf6\x37\xd0\xd1\x31\x6f\x6e\x22\xfe\x2b\xeb\x15\x7a\x25\xde\x66\xbd\x28\xc5\x10\xa9\xe5\x12\x46\xbd\x6d\x20\x0f\xb6\x7b\x36\xda\x50\x03\x21\x9e\xf1\x28\x8f\xb5\x8b\x02\xfc\x78\xa6\x28\xfd\x3c\x4a\x6a\x83\xac\x55\xee\x51\x36\xfb\x94\xd6\x63\xef\x1b\x98\xb8\xcb\xa0\x02\x83\x87\xb7\xfd\xce\x24\xa8\xd9\x2b\xad\xc7\x6a\x6c\x59\xb9\x18\x93\xb4\x07\xc7\x50\x83\xb8\xca\xa8\xa9\xb3\x4c\x27\xdc\xa6\x66\xcb\x0a\x5c\x18\x32\x0c\x26\xd7\x39\xac\xdc\xa1\x82\xd1\xa4\xb4\x6e\x88\x25\x11\xee\x54\x82\x7e\xa8\xbe\x28\xe7\x3d\x43\x8c\x9f\x16\x98\xa2\xed\x00\xce\x85\xa6\xaf\x79\x03\x0b\x21\xe5\x49\xfa\x9a\x94\xc9\x64\xd7\xe5\x41\x69\xbd\xcf\x59\x99\x1a\x60\x41\x88\x23\xff\x64\x59\xa4\x48\xbd\x13\x89\xf5\xd0\x61\x39\x4e\x76\x66\x59\xa1\x95\xd6\x9e\xb1\x03\xfe\x5c\xdb\x1e\x97\x8b\xee\x7f\x2d\x86\x23\x0d\x21\x33\xcb\x6d\x86\x43\x4a\x8f\x41\x80\x8f\xae\x84\x7f\x18\xe3\x32\x20\xa7\xac\x5d\x70\x27\xa8\x21\xcc\x99\xee\x71\x6c\x05\x64\xa6\x86\x5e\x73\xa5\x8b\x72\xee\xcf\x6c\x11\xd0\xbf\x2f\x87\xfe\x4b\x2d\x2d\x03\x32\x47\x07\xc1\xd3\xba\x92\x7b\x1c\xeb\x80\x7e\x16\xd0\x54\xf4\xfe\x05\x96\x75\x80\xd9\x6f\xae\x6f\x0f\x4b\xfa\x6d\x6d\xf0\xdc\x3b\xed\xf1\xf6\xfa\xa6\x3b\xd0\xb6\x98\xde\x36\x54\x79\x22\xdf\xf2\xeb\x5e\xde\x89\x62\xf3\x4a\x14\x3f\x0a\xf4\x0f\x19\x3e\xeb\x22\x19\xbe\x0f\x6b\x2c\x2e\x94\x30\x7f\x8a\x0b\xdb\xcd\x72\xa4\xeb\x66\xbd\x13\x37\xbf\xea\xa7\x80\x82\x14\x6c\x9f\x78\x12\x35\x0a\x34\xd7\x85\x9b\xdb\x96\xac\x17\xa5\x32\xe3\x28\x1d\x06\x61\xca\xf7\x05\x29\x6c\xa9\xb7\x02\xdc\x15\x30\xd5\xfc\x1f\xc4\xbb\xa8\x3f\x01\x00\x00\xff\xff\x5e\x6a\xc5\x96\x21\x07\x00\x00"), }, - "/baremetal/masters/variables.tf": &vfsgen۰CompressedFileInfo{ - name: "variables.tf", + "/baremetal/masters/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", modTime: time.Time{}, - uncompressedSize: 737, + uncompressedSize: 118, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\xd1\xb1\x4e\x84\x40\x10\xc6\xf1\x9e\xa7\xf8\x42\x75\x57\x5b\x5f\xa3\x8d\x16\x1a\x63\xec\xc9\x1c\x0c\xc7\x24\xb0\xb3\x99\x1d\x30\xc6\xf8\xee\x06\x59\x35\x17\xa5\x90\xdb\x7a\xbf\xff\xaf\x98\x89\x4c\xe8\xd8\x33\xca\x81\x92\xb3\x55\xb5\x8e\xc1\x4b\xbc\x15\x80\xbf\x46\x46\x7e\x07\x24\x37\x09\xa7\x02\x68\x38\xd5\x26\xd1\x45\x03\x0e\x28\x1f\xc6\xe1\xc8\x06\x6d\xb1\x14\x52\xf9\xf9\xa7\xa5\xb1\xf7\x3c\xbd\x2a\xde\x8b\xe2\x47\x92\x53\x90\x79\xfd\x1f\xe5\xb9\x63\xd4\x1a\x9c\x83\xcf\x94\x77\x9c\x39\x7c\xd5\xd0\x4a\xcf\xe5\xb9\xd4\x69\xf2\xf4\x17\xd3\x4b\xf2\xdd\x40\x71\xb7\x78\xfb\xfd\x6f\xf1\x96\xac\x79\x21\x63\x34\xec\x24\x7d\x42\xab\x86\x25\x78\x8e\x44\xd3\xc8\xe6\xc2\x5b\xa5\xc7\xef\xc0\xaa\x61\xaa\x5e\x35\x3c\x49\xbd\x59\x79\x52\x75\xe4\xc4\xaa\xd3\x98\x4c\x6c\x95\x84\x56\xb7\x3a\xd7\xf7\x37\x98\xf7\x36\xd0\x72\x96\x15\x4a\x42\x72\x0a\x35\x5f\x84\xdd\xe5\xc8\xba\xf8\x11\x00\x00\xff\xff\xc0\xa5\x5e\x2d\xe1\x02\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcc\x31\x0a\x02\x41\x0c\x46\xe1\x7e\x4e\x11\xb6\x14\x76\x6e\xe0\x59\x96\x30\x66\x31\x30\x26\x21\xf9\xc7\x46\xbc\xbb\x58\x89\xf5\x7b\x7c\xbe\x10\x0b\xb4\x0d\x37\xa4\xcf\x23\x26\x9b\x1c\x6a\x90\x3c\x79\x48\x6d\xf4\x6a\x44\x4f\x9e\x4b\xe8\x4a\x37\x06\x77\x4d\x37\x1d\xdf\x27\xbd\x42\x06\xd4\xad\x7b\x88\xd5\x5d\x4f\xec\x0f\x2e\x48\xee\xff\xf9\xd2\x7f\x64\x7b\xb7\x4f\x00\x00\x00\xff\xff\x7c\xe4\x49\x19\x76\x00\x00\x00"), }, - "/baremetal/masters/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", - modTime: time.Time{}, - content: []byte("\x0a\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), + "/baremetal/masters/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 134, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x41\x0e\x82\x40\x10\x04\xef\xf3\x8a\xce\x3e\x40\x34\xf1\xba\x7e\xc5\x90\x65\x88\x93\xe0\x0e\xf6\x00\x17\xc3\xdf\x0d\xab\x07\x0f\x7d\xe8\x54\xd5\xa2\x64\x3f\x3a\x9f\x78\x0b\x40\x7d\xad\x46\x1d\xee\x9b\x32\xcc\x2b\x32\xd2\x2d\xe3\x7c\xba\x5c\xd3\x3f\x9e\xe9\x9b\x0d\xca\x68\x15\x60\xf4\x6a\x05\xf9\x77\x81\xf0\x95\x45\x8f\xdc\x67\xad\xf1\xb0\x71\xe9\x26\x2f\xfd\xd4\x7d\xd5\xd4\xbc\x5d\x8e\xed\x22\x9f\x00\x00\x00\xff\xff\xdd\x41\x8f\x42\x86\x00\x00\x00"), }, "/baremetal/variables-baremetal.tf": &vfsgen۰CompressedFileInfo{ name: "variables-baremetal.tf", modTime: time.Time{}, - uncompressedSize: 1347, + uncompressedSize: 1499, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\xd2\x51\x6b\xdb\x40\x0c\x07\xf0\x77\x7f\x0a\x91\xa7\x16\xf6\x15\xfa\x90\x95\xc1\x0c\x2b\x0b\x6e\xf3\x6c\x94\x3b\x25\x11\xb5\x4f\x87\xa4\x26\x94\xb1\xef\x3e\x72\x76\xcb\xc8\xea\x07\x7b\xf5\xa3\x7d\xfa\xff\xce\x92\x4e\xa8\x8c\xbb\x8e\x60\xc5\x2a\x89\x43\xfb\xa2\xbc\x82\x5f\x15\x80\xbf\x66\x82\xf1\xb9\x03\x73\xe5\x74\xa8\x00\x22\x59\x50\xce\xce\x92\xe0\x0e\x56\xdb\xa6\x86\xbd\x28\x60\x08\x64\xc6\xe9\x00\x7e\x24\xa8\x4b\x16\x34\xdf\x1e\x9f\x60\xbd\xa9\x57\xd5\xef\xaa\xfa\x4b\x4a\x96\x29\xb8\xe8\xa7\x62\xf5\x5b\xea\x14\xdb\xf1\xee\xc4\xea\x73\xd1\xb1\x0c\x82\xa4\x44\xa1\xbc\xdd\x36\xd7\xd9\x3b\x11\x37\x57\xcc\xad\x58\xcb\x3d\x1e\x68\x0e\xf1\x74\x24\xd8\x36\x3f\x40\xf6\xe5\x87\xde\xc3\xe0\xe7\x23\x44\xb6\x67\x18\x12\xaf\xba\x38\xce\xcb\x48\x13\xf6\xb3\xbc\xed\x58\x33\x34\xf3\xc5\x8f\x94\x9c\x03\x96\xcf\x2e\x63\x43\x3f\xe6\x32\x9a\x9d\x45\xe3\x1c\x6e\x33\xd6\xcc\xe1\x8e\x62\x6e\x1f\x21\x1d\x9b\xdf\xf4\x98\x6f\x06\xed\xf6\xf6\x5f\xef\x3b\x6a\x3c\xa3\x12\x44\x72\xe4\xce\x8a\x3b\x04\x5e\x4d\x4d\x39\x1e\x68\x29\xb3\x2e\x87\x2e\x43\x4b\xe4\x67\xd1\x67\x18\xf2\xa0\xc7\x6c\x5f\x2e\xfb\xe2\xc8\xe9\x6d\x4b\x39\x39\xe9\x1e\x03\x41\xe9\x3c\xa6\x08\x52\xa2\xb0\xeb\x5e\xcb\x89\x87\xf5\x3d\x60\x8c\x4a\x76\x7d\xcf\xac\x92\x49\x9d\x17\x5f\x75\xf3\x1e\x30\xd9\x0b\x15\xf1\x36\xd2\x89\xc3\x62\xa5\x11\x71\x18\x23\x26\x9d\xa8\x7c\x22\x6d\x39\xed\x65\xa9\xf3\xf5\xe1\x1e\x2e\xf5\xda\x0f\x3b\x34\x45\x71\x32\xc7\x14\xe8\xbf\xb0\x7a\x0c\x99\x16\xff\x04\x00\x00\xff\xff\xcd\xea\xc1\x59\x43\x05\x00\x00"), - }, - "/baremetal/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", - modTime: time.Time{}, - content: []byte("\x0a\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x94\x51\x6f\xda\x40\x0c\xc7\xdf\xf9\x14\x16\x4f\xad\xb4\xaf\xd0\x07\x56\x4d\x1a\xd3\xba\x22\x28\xcf\x91\xb9\x33\x60\x35\x39\x9f\x6c\x03\x42\xd3\xbe\xfb\x94\x4b\xa8\x26\x06\xd5\xc2\x9a\xc7\xe4\xfc\xfb\x39\xf6\x5f\xb7\x47\x65\x5c\xd5\x04\x63\x56\x49\x1c\xaa\x9d\xf2\x18\x7e\x8e\x00\xfc\x98\x09\xfa\xe7\x01\xcc\x95\xd3\x66\x04\x10\xc9\x82\x72\x76\x96\x04\x0f\x30\x5e\xce\xa7\xb0\x16\x05\x0c\x81\xcc\x38\x6d\xc0\xb7\x04\xd3\xc2\x82\xf9\x97\xc5\x0b\x4c\x66\xd3\xf1\xe8\xd7\x68\xf4\x87\x29\x59\xa6\xe0\xa2\x1f\x2a\x9b\x9e\xa8\xd7\xb4\x35\xaf\xf6\xac\x3e\x54\xda\x97\x41\x90\x94\x28\x94\xb7\xcb\xf9\x39\x7b\x25\xe2\xe6\x8a\xb9\x12\xab\xb8\xc1\x0d\x0d\x51\xbc\x6c\x09\x96\xf3\xef\x20\xeb\xf2\x43\x6f\x30\x78\x5e\x40\x64\x7b\x85\x8e\x78\x36\xc5\x7e\x5f\x46\x9a\xb0\x19\xe4\x5b\xf6\x35\xdd\x30\x77\xbe\xa5\xe4\x1c\xb0\x7c\x76\xe9\x07\x7a\x59\x97\xd1\xec\x20\x1a\x87\xe8\x66\x7d\xcd\x10\x5d\x83\xe6\xa4\x76\x49\x53\xb3\xf9\x5d\x83\xf9\xae\xf3\xdd\xdf\xff\x6d\xfc\x8a\x1a\x0f\xa8\x04\x91\x1c\xb9\xb6\x62\x3e\x21\xcf\x36\xa7\x1c\x37\x74\xab\x68\x52\x0e\xb5\x8b\x4b\xe4\x07\xd1\x57\xe8\x78\xd0\x60\xb6\x4f\x6d\x66\x1c\x39\x9d\x92\xca\xc9\x49\xd7\x18\x08\xca\xf4\x31\x45\x90\x82\xc2\xba\x3e\x96\x13\x4f\x93\x47\xc0\x18\x95\xec\xbc\xcf\xac\x92\x49\x9d\x6f\x6e\x75\xf6\x06\x78\x67\x1a\x2a\xe2\x55\xa4\x3d\x87\x9b\x3d\x73\x11\x87\x1e\xf1\x8e\x29\x2a\xef\x49\x2b\x4e\x6b\xb9\xd5\xf4\xf9\xe9\x11\xda\x7a\x6d\xba\x2c\x5d\x97\x71\x32\xc7\x14\xe8\xbf\x74\xd3\x1e\xf2\x8f\xce\x48\xb9\x96\x63\x65\x4e\xf9\xba\xb1\xb7\x5d\xbe\x12\xda\xf4\x50\x72\x6b\xe3\x15\x76\xe6\xd2\x40\x07\x85\x02\x2d\xee\x36\x34\x49\x62\xdb\x14\x7c\x5b\x3c\xff\x80\xae\xb5\xb6\x97\xdf\x01\x00\x00\xff\xff\x18\xec\x34\xff\xdb\x05\x00\x00"), }, "/bootstrap": &vfsgen۰DirInfo{ name: "bootstrap", @@ -817,9 +1115,9 @@ var Assets = func() http.FileSystem { "/bootstrap/baremetal/files/usr/local/bin/startironic.sh.template": &vfsgen۰CompressedFileInfo{ name: "startironic.sh.template", modTime: time.Time{}, - uncompressedSize: 9790, + uncompressedSize: 11323, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5a\xff\x6f\xdb\x46\xb2\xff\x9d\x7f\xc5\x94\xd6\xd5\x76\x9e\x29\x3a\xe9\x25\xef\xe0\x42\x87\x27\xcb\x6a\x4c\x34\x91\x04\x49\xbe\xe2\xa1\xe9\x13\x56\xe4\xc8\xdc\x86\xdc\x65\x77\x97\x92\x75\xb6\xfe\xf7\x87\xd9\xa5\x28\xc9\x96\x5d\xbb\x69\x03\x1c\x02\xc4\xa2\xb8\x5f\x66\x3e\x3b\x5f\x3e\x33\xab\x83\x6f\xc2\x29\x17\xe1\x94\xe9\xd4\xd3\x68\x20\xc0\x1b\xcf\x6b\x42\x58\x6a\x15\x66\x32\x66\x99\x7d\xad\x30\x43\xa6\x31\xe0\x39\xbb\xc6\xa6\x4e\x3d\x2f\x1a\xf6\x7b\x51\x67\x12\x7d\x6c\xbf\xef\xb6\x1a\x47\xf6\xc5\x64\x26\x15\x70\x25\x05\x8f\x8f\xeb\x01\xbd\xd1\xa0\xdb\x19\xf7\x87\x8f\x0e\x0d\xb8\xd0\x05\xc6\x46\xaa\x63\x2f\x1a\xb4\x27\x17\xfd\x9f\x7a\x1f\xfa\xed\x8b\xee\x53\x53\x0a\x16\x24\x72\x21\x32\xc9\x12\x54\xc7\x5e\xa7\x3f\xec\xf6\x47\xcf\x9a\x9a\xb3\x38\xe5\x02\x03\xa9\xb7\x56\x80\xbb\x3b\x78\x30\x52\xa5\xf1\xce\xa0\x63\xcf\x3b\x80\x71\xca\xb5\x1b\x0a\x5c\x83\xc1\xbc\xc8\x98\xc1\x04\xb8\x80\x39\x67\x60\x52\x04\x2e\xb4\x61\x59\x86\x0a\x8a\xcf\xd7\x21\xd3\x1a\x4d\xc8\xaf\x05\x37\x5c\x8a\x70\x2a\xa5\xd1\x46\xb1\x62\xf3\xa9\x79\x2d\xbd\xe1\x65\xa7\x3f\x9a\x9c\xf7\xfb\x63\x27\xf9\xe4\x6a\xf8\xa1\xe5\xdf\xde\x36\xcf\xa5\x34\x11\x6d\xb7\x5a\xf9\xf5\xfe\x17\x97\x9d\x01\x28\x26\x9c\x10\xa5\xc6\x04\xa6\x4b\x48\x84\xce\x99\xfe\x0d\x8c\x04\x8d\x6a\x8e\x6e\x98\x91\x56\xa8\x38\x2b\xb5\x41\xd5\x84\x68\x06\x98\x17\x66\xe9\x1d\xd4\x13\x16\x3c\xcb\x40\x8a\x6c\x59\xcd\x1b\xff\x30\x1e\x9c\x00\x13\x89\x5b\xc1\xbe\x9e\x22\x24\x5c\xb3\x69\x86\x49\xd3\xa3\xaf\x27\xc3\x76\xef\x7d\xd7\xca\x38\xc8\x98\x99\x49\x95\x5f\x30\xc3\x9a\xe7\x4c\xe1\x47\x34\x2c\x6b\x0e\x94\x9c\x73\xcd\xa5\xe0\xe2\x9a\x66\x0c\x49\xe0\x4a\x8d\xab\x4a\x66\x07\x35\x09\xc9\xb2\x4c\x2e\x40\xeb\x94\x1e\x54\x29\x68\x16\x44\x83\xb6\x83\x53\xc4\xa8\xd7\x26\x35\x6c\x7f\xbc\x88\x46\x3f\x4e\x46\xa3\xcb\xc9\x8f\xdd\xff\xb5\x22\x8c\x46\x97\x3f\xe2\xb2\x5a\xfc\x07\xae\xb4\x81\x05\x82\x36\xb2\x00\x26\x96\x50\x28\x9c\x73\x59\x6a\x52\xd1\x30\x45\x07\x16\x4b\x61\x18\x17\xa8\xf4\x09\x4c\x31\x66\xa5\x46\xe8\xde\x60\x3c\xa2\x39\x16\x0c\x55\x0a\x0d\x8b\x14\x85\x05\xd0\xbd\x63\xca\x40\xa1\x64\x8c\x5a\x7b\x07\x80\xcd\x6b\x30\x74\x20\x3a\x56\xbc\x30\x74\x18\xda\x10\x5a\x95\xfc\x27\x30\x2d\xad\x20\x78\xc3\x0d\xf0\x19\xbc\x62\x62\xf9\x0a\xe4\xcc\x1d\x49\x2d\x81\x7d\xaf\xa1\x14\x78\x43\x9e\x80\x49\xb6\xf4\xc8\x10\x05\xcb\xc9\x9c\xd6\x06\xc9\x0a\xbe\xfe\x18\x4b\x91\x94\xe4\x33\x0f\x9c\x68\xfd\x45\x82\x45\x26\x97\x81\x62\x79\xc2\xf5\xe7\x20\x93\xd7\xfa\xc1\xd8\xdd\xb7\x6b\x73\x48\x8d\x29\x12\xc8\x99\xe2\x2c\x99\xc2\xae\xab\x41\x2c\x15\xee\x78\xc5\xf7\x90\x48\x0f\x00\xa0\x90\x49\xce\x04\x14\x1a\xee\xe0\x5a\x61\x01\xc1\x02\xfc\x06\xa9\xd0\xf0\xe1\xdb\x6f\xd7\xef\x3f\x13\x3e\xf6\xeb\x7b\xb3\x82\x80\x65\xd9\xd3\x73\x55\xee\x66\x42\x30\xf3\x12\x29\x90\x0e\xdb\x9d\x09\xe1\x59\x6c\xd9\x1b\x90\x55\xf1\x19\x08\x69\x80\x65\x0a\x59\x52\x9f\xbc\x37\x18\xf6\xff\x15\x8d\xa2\x7e\x2f\xea\xbd\x9f\xf4\xa2\x4e\xeb\x79\x26\x1c\x09\x83\x6a\xc6\x62\x5c\xad\x3c\xef\xf6\x96\x56\x7f\xd6\xb4\x01\xd0\x04\x3e\x83\x6f\x40\xe4\x71\xc6\x21\x30\x90\xe0\x9c\xc7\xb8\x56\xd6\x6f\xdc\x17\xe9\x0c\x4d\x8a\x4a\xa0\x39\x8b\xa5\x10\xd6\x24\xfc\xef\x49\x49\x61\x41\x73\xeb\xc4\xc0\x92\x04\xcc\xb2\x40\x58\x0f\x07\x3e\xb3\xf8\x3c\x58\x90\x8c\x2d\xb0\xaf\x76\x50\x7a\x89\x1a\xf3\x77\xb0\x5a\x01\x2f\xde\xd1\x2c\xcc\x34\xba\xc7\xbf\xdb\x47\x91\xd0\xd3\x33\x81\x1c\xac\x56\xe1\xf3\x86\x76\xa2\x8b\xe1\x6a\xb5\xa3\x73\x59\xec\xa8\xe0\x91\x24\x1e\x40\x85\x13\x97\xa2\xd5\x38\xba\x8f\xb3\x4e\xe5\x62\x0f\x26\x15\xfc\xef\xbb\xbd\xee\xb0\xfd\xa1\xd9\xe9\xf7\x7a\xdd\xce\x38\xea\xf7\xe0\x0e\xe2\xd2\x40\x90\x9c\x41\x30\x7b\x73\xec\xd5\xbb\x4b\x01\xb9\x4c\xf8\x6c\x09\x7e\x63\xb3\xa3\xff\x38\xec\xff\x31\x00\x6f\x14\x54\x48\x8e\xbd\xab\xe0\xce\x80\xb2\xb8\xf7\x72\xc6\xc9\x11\x7f\x62\xdc\x00\x45\x2d\x97\x03\x2b\x67\xa1\x68\x1e\xcb\x1c\xa1\x2c\xea\xec\xa9\x81\xce\xc3\x0e\x73\xe1\xbf\x8e\x84\x10\x97\x4a\xa1\x30\xd9\x12\x12\x34\x18\x1b\x0d\x6b\x1e\x31\x38\x71\xa1\x36\x96\x65\x96\x90\x09\x4c\xd9\x34\x5b\x52\x5e\xe2\x39\x19\x84\xcb\x27\xa5\x26\x9b\x38\xa8\xa4\xb5\xe7\xbe\x63\xf0\xe4\x27\x2e\x43\x23\x4b\xea\xf0\x2c\x10\x13\x27\xa8\x98\x71\x95\x83\x49\x99\x81\x85\x54\x9f\x35\x2c\xb8\x49\xad\xa8\xda\x30\x63\x99\x47\x90\x33\xc1\xae\x51\x79\x8b\x94\x67\x08\x3f\x43\xf0\x6f\xf0\x1b\x47\xbc\x80\x40\x92\x47\x2a\xb7\x6d\x82\xf3\xc7\x4d\x2e\x98\x43\xc6\xc5\xe7\x63\x1f\x7e\xa9\xe3\xa7\xce\x10\x0b\x78\x5d\x05\xb6\xfa\xcc\x09\x5a\x22\x66\x05\xd3\x7a\x21\x55\x02\x1b\x86\x02\x53\xa6\x79\x0c\xac\x34\xa9\xc5\x76\x1f\x9e\xee\x93\xae\x82\xfa\x11\x25\x75\x93\x96\xd5\x73\x60\xa4\xcc\xf4\xf1\x09\x68\x49\xc7\xbe\x04\x29\x80\x1b\x30\x92\xf6\x2c\x8b\x22\x5b\x5a\xd5\x53\x63\x37\xa7\x9c\x99\xe7\x4c\x24\x5e\xfb\x6a\x7c\x39\xb9\x88\x86\xad\x50\x16\x26\xcc\xc9\xaa\xbe\x0b\xad\x18\xd5\x69\x5d\x8e\x07\xed\xd1\xe8\xa7\x8b\x96\xdf\x38\x8a\x99\x81\xc6\xed\x7a\xca\x2a\x74\x32\x86\xb5\x3e\x77\x75\x74\x2f\x05\x04\x1c\x82\x40\xe5\x10\x04\x28\x8c\x5a\x16\x92\x0b\xb3\xd9\xbf\x71\xbb\x4d\x3b\x57\x10\x08\x7e\xfe\x84\x4f\x44\x76\xa7\x2b\x8d\x8a\xbc\x73\xb5\x3a\xf6\xf7\x82\x59\x65\x3a\xaf\xfa\x3b\x59\xbf\x6c\x35\x8e\xca\x92\x27\xd7\x28\x20\x50\x00\x77\x40\x9c\xc5\xd7\x61\x10\x86\xd7\xfe\x71\x4d\x81\x47\x97\xed\x61\xf7\x62\xf2\xaf\xfe\x87\xab\x8f\xdd\x96\xef\xd4\xf3\xbd\x03\x88\xae\x85\x54\x08\xa8\x94\x54\x1a\xac\xe1\x69\x49\xe6\xa6\x90\xc8\x06\xf1\x12\xbc\xe1\xda\x90\x5d\xce\x65\x56\xe6\x48\xf8\x17\x32\x01\x85\x36\x57\x79\x07\xce\xe4\xc9\x61\x30\x2b\x66\x65\x46\xc1\x84\x09\x68\x0f\x22\x4b\xd5\x28\xb6\x59\xe6\xa2\xd7\x53\x80\xcd\x0c\x56\x2e\x48\xac\x91\x58\x4a\xca\xe6\x08\x53\x44\x01\x75\xd6\x4e\xbc\x0a\xf3\x6a\xdf\x58\x21\x33\x08\x8d\x7d\x2a\x11\x37\x36\xaa\xb4\xc9\xb6\x5d\x14\xac\xf2\x4f\x81\x86\x3c\x24\x90\x22\xe3\x02\x21\x91\xa8\xc5\xa1\x01\x81\xc4\x8d\x98\xe2\xd9\x12\x72\x64\x02\x78\x61\x88\x35\x5a\x2d\x6c\x1e\xb6\xd6\xb6\xa0\x60\x51\x0a\xc3\x33\x32\x38\xae\x9b\xcd\xca\x9d\xbe\xd9\x4c\x08\x3e\x54\xbe\xb1\xeb\x19\xeb\x94\x5f\xd1\x95\x13\x6b\xca\x27\xeb\x53\x74\xbc\xf5\xbe\x1f\x68\x17\x18\x40\x5b\x42\x45\xc0\x78\x07\xd0\xa9\x63\xcd\x82\xe4\x77\x58\xcb\xd2\x68\x9e\x20\x71\x34\x66\xcf\x62\xcd\x0d\xb7\xc2\x04\x0a\x5d\x2a\xdc\x05\x99\x29\xdc\x82\x17\xa6\x38\xa3\xb3\xb7\x67\x52\xc5\x1d\x7b\x6a\x85\x4c\xf4\x0b\xc8\xc3\x45\x6f\xf4\x91\x28\xd9\x6a\xe5\x55\xea\x4e\x6a\x9d\x26\x64\xd4\x2d\xbf\xfa\xde\xf7\xb6\xbd\x28\x81\x20\x20\x3a\x90\x4a\x6d\x20\x08\x0a\xc5\xe7\x3c\xc3\x6b\xb4\xdf\xdb\x4c\xb5\x7f\x39\xf8\x64\x43\x11\xf9\x60\x65\x4f\x52\x04\x33\xc6\x33\xd2\xb7\x7e\x87\x62\x0e\x3b\x91\x2d\xea\x8d\xbb\xc3\x1f\xda\x9d\x6e\xeb\x61\xc4\xdb\x99\xb5\x55\x38\x34\x36\x9f\xeb\x31\xf3\xfd\x16\x78\x16\xea\x94\x29\x4c\xce\xfe\xbd\x1b\x17\x5c\x69\x5a\x8a\x35\x71\xbd\x17\x1e\xbc\x4d\x1a\x7d\x14\x3d\x7f\x3b\xd0\xbe\x08\xc1\x35\x3f\x7e\x0e\x62\x7f\x50\xaf\x07\x5b\x10\x84\x1f\xdb\xc3\xa8\x7d\x71\x3e\xb1\x01\xb6\x3f\xbc\x68\x35\xee\xc7\xad\x07\x38\xbc\x4c\x31\x97\x29\x9e\x6d\x08\x8f\x15\x65\x8d\xfd\x2f\xfc\x2f\x34\xa3\x3f\x08\xa5\x53\xea\x01\x30\x2f\xa6\x67\x5e\x34\x18\xb7\xcf\x3f\x74\x47\x2d\x5e\xbc\x73\x71\x6a\xdb\xcc\xb6\xde\x6e\xbd\xac\xcc\xab\xda\xec\x4a\x23\x2d\xf6\x83\x54\x3d\x99\xa0\x2b\x0f\xa2\xc1\xa4\x3f\x20\xe6\x39\x6a\xf9\xbc\x68\x25\x69\x5c\xbc\xf3\x77\x17\x7e\x30\xc0\xdf\xe5\x08\x23\x34\xd0\x69\x77\x2e\xbb\x57\xc3\x0f\xeb\xa2\xdf\xf2\x16\x3a\xd3\x68\x00\x4c\xd7\xbd\x02\x2e\x60\x5f\xbf\xe1\x04\x98\xd6\x65\x4e\xe1\x8a\x72\x53\xcc\xe2\x14\x61\x41\x74\xcb\x3b\x20\x9e\x55\xaf\x46\xa6\x73\xe2\xaa\x2b\x61\x3b\x10\x33\x59\x5a\x5e\x51\x95\xca\x3b\xe5\x62\x1d\x81\x7f\x2d\xb5\x01\xfd\x99\x17\x36\x42\xaf\xc7\x78\x07\x30\x53\x32\xdf\x90\x46\xb2\xcd\x4c\xc6\x8c\xa8\x25\x1c\x41\x34\x68\x89\xa6\xfd\x77\x26\x04\x48\x05\x3f\xdf\x9c\xdd\x9c\x9d\xdd\xfc\x42\x8f\xc7\x5e\x34\x68\x35\x8e\x30\x4e\x25\x34\xf6\xa9\x54\x25\xed\x00\xe1\x50\x87\xcd\x57\x67\x9f\xc2\x4f\xe1\xa7\xa3\x9f\xff\x2f\xfc\xe5\xd5\xa7\xe3\x4f\x61\xf3\x55\xf8\xe9\x75\x78\x7d\x08\xc7\xde\x1a\xba\x96\x4f\xa6\x72\x16\x86\x8d\x68\x10\xba\xe8\xfe\x64\x68\xb5\x2e\xf3\xa0\x28\x7e\xbe\xfb\xd4\xfb\x36\x6e\xd7\x1f\x57\xf7\x1c\x6c\x73\xf4\x8d\xdb\xcd\xc3\xea\x05\x2e\xd1\xb8\x7d\xa4\x41\xb6\xba\xdf\xe8\xbb\x46\x43\x22\xcb\x52\xc5\xd8\xd4\xe9\x7e\x54\x9f\x0c\x28\xae\x67\xb1\xdb\x34\xf8\x73\xd0\x78\x8e\x9e\xfb\x1a\x88\xbf\xa7\xa4\x25\x36\x49\x02\x33\xae\x70\xc1\x6c\xf7\x86\xe8\xc7\x6e\xa2\x8f\x06\x6d\xa8\xba\x25\x10\x93\xea\xc8\xe2\xd4\xc5\xca\x13\x70\x44\x13\x1c\xb9\x46\x88\xea\x5e\x0c\xa5\x7c\xe9\x9c\x82\xe0\xb1\x4d\x9d\x42\x2a\x43\x2e\xf8\x8f\x53\x78\x7b\xfa\xf6\x14\xde\x7d\xf7\x8f\xb7\x50\x57\x01\xb6\x4f\xa0\xcb\x44\x42\x63\x1d\x4c\x20\xe8\x40\xd4\x1b\x5c\x8d\x89\x1d\x3f\x8c\x8c\x41\x01\x26\x2e\x20\xc8\xdd\x9f\x20\xb1\x1b\x34\xec\xff\xc1\xaf\xd0\xee\x74\xba\x83\x31\xfc\x13\xc2\x04\xe7\xa1\x28\xb3\x0c\xde\xfc\xf3\xdb\xd7\x5b\xdd\x04\x5b\x7c\xdc\xdb\x31\xfa\xe2\x1d\xed\xd2\x33\x5e\x93\xb6\xc8\xb6\xc7\x0a\xa9\x35\x9f\x66\x94\x3e\x5d\x1b\x96\x15\x3c\x90\x05\x2a\x46\x70\x51\xa1\xa8\xa9\xbe\x74\x5c\x90\x60\xab\xbb\xa4\xc0\x89\x66\x39\xb6\x79\x62\xa9\xe5\xa6\x9e\x73\x35\x21\x85\xa8\x85\x74\x3d\x4b\xdb\xc8\x54\x7a\x0d\x7e\x45\x56\x9b\x30\xa6\xd2\x86\xcd\x25\x4f\xb6\x56\x56\xa8\x0b\x29\x12\xbb\x9e\x04\x66\x2b\x3f\x54\x27\x24\x45\x9c\xba\x08\xe8\x68\x36\x30\x20\xb3\x45\x8a\x5a\xae\xbf\x96\xa3\x30\x27\xc4\x0d\x67\x3c\x23\xe2\x2d\x4b\x03\x0a\x7f\x2b\x51\x1b\xed\x02\x1b\x13\x4b\x8a\x92\x36\x90\x9b\x94\x89\xba\xf5\xa7\x64\xe6\x1d\x40\x91\x31\x81\x4d\x80\x9f\xd0\x52\x48\x47\x53\x37\x9c\xd9\x15\xaa\xc4\x46\x2b\x06\x73\xa8\x81\x82\x7f\x60\xbd\xad\xe2\xa6\xde\x81\x55\x7a\xfe\x0e\x16\x4c\x18\x6b\xb9\x24\xec\xc5\x55\x74\x71\xb8\xb3\x46\xce\x6c\xcf\x48\xa1\xd6\xa8\x9b\xde\xed\xed\x73\x69\xe8\x65\x67\xd0\xce\x32\xb9\xf8\xc0\xb5\x71\xe9\x66\x88\xb9\x9c\x23\xc8\x8c\xaa\x95\x19\x2a\x14\xb1\xf3\x19\x52\xcf\x52\x3b\xe7\xab\x10\xa7\x8c\x0b\xaf\x36\xad\x40\x53\x35\x12\x18\x50\x6c\xb1\x55\x0d\x6f\xcf\xb8\xdb\x18\xa2\x0d\x18\x52\xa1\xe7\x6d\xd9\xa6\x9b\x1b\xf4\xb6\x27\xed\x79\xdf\x86\xc1\xb0\x3b\xec\x5f\x8d\xa3\xde\x7b\x32\xd9\x32\xd9\xd8\xea\xbb\xff\x26\x43\xfd\xe3\xf3\xdf\xfe\xfd\xc1\x02\x9e\x2b\x25\x63\x72\xed\xe7\xf7\xc4\xb7\x51\xb5\x11\x60\x9f\x1c\xdb\xe0\x04\xb9\xdd\x24\x08\x72\x16\x07\x2e\x84\x81\xdf\xc8\x59\xec\x6f\xb9\x9e\xf3\xb9\xdf\x5d\xea\x57\xb8\x18\xf6\x07\xde\xed\x2d\x8a\xc4\x9d\x6a\xdd\xc3\x71\x99\x8f\xce\x73\xba\x5d\xd7\x84\xb6\x82\x5b\x87\x7f\x5b\xc4\x05\x1c\x5e\x9f\x9e\x9e\xe6\xfa\x5e\xd0\x7f\x64\xd0\x83\x54\x59\xd7\x7d\x71\xa9\x32\x08\x6c\x5e\x80\x2a\x07\xdb\x90\x4d\x96\x5e\x65\xe2\xd0\x5d\xc9\x48\x69\x0a\x16\x64\xcc\xa0\x36\xcd\xdf\x62\xb9\x78\xd3\xcc\x93\xb7\xba\xcc\x6d\x18\x5d\x97\x8b\xf4\x59\xe0\xde\xe5\x83\x20\x25\x8f\x78\x6c\x97\xaa\x4d\x5e\x2c\x4d\x2a\x45\xc0\xae\x51\x98\x26\x17\xdc\x28\x96\xcf\xf4\x5f\xb8\xc7\x67\x62\x3f\xd9\xbe\x0d\x3c\x1b\x9f\x5f\x44\xe3\x1f\x5c\x14\x7c\x25\x46\xff\x8c\xfa\xe4\x4f\x28\x24\xfb\xa3\x49\xa7\xdf\xbb\xb8\xb2\x37\x8b\x93\xcb\x6e\x7b\x38\x3e\xef\xb6\xc7\x93\x71\xf4\xb1\xdb\xbf\x1a\xb7\x5e\xbf\x39\xdd\x9d\x70\x39\x1e\x0f\x26\xe7\xed\xd1\x76\x73\xaa\x2e\x07\xd6\xdf\xec\x30\xaf\x07\x35\xc4\xa3\x88\xce\xa1\xb1\x6e\x6f\x9d\xd9\x36\xd8\x99\x92\x2f\x63\x2d\xbb\x55\xc9\x01\x65\x03\xdb\x6c\x60\x30\x45\x43\x79\x65\xc1\x96\xe4\x8c\x8b\xed\x1e\xeb\xc5\x39\xe8\xa5\xb0\x97\x67\x29\x2b\x0a\x14\xcd\xa6\x57\x99\xcd\xe9\x0b\x6b\xbe\x07\x97\x48\x7f\x71\x1f\xe0\x85\xa7\xf1\x85\x00\xfb\x1b\x84\x77\x6f\xa3\x57\xfe\x17\x78\x16\x2b\xf8\xf3\x61\xfa\x3a\x5e\xf1\xe7\x19\xf9\xb6\x72\x7f\xb6\x79\xef\x47\x7c\x0b\xd9\x7d\x57\x97\xcf\x44\xfa\x81\x3e\x99\xbc\x5e\x30\x13\xa7\x54\xcc\x7c\x81\xcc\x4f\x89\xfb\xc8\x75\xea\xd7\x95\xf8\x69\x1b\x47\x03\xff\x75\xf3\x44\xdb\xde\x69\x32\x29\x55\xd6\xf2\x1b\x47\x85\xe2\xc2\xcc\xe0\xb0\xca\x5d\x7f\xd3\x67\x7f\xd3\xff\x53\x67\xb0\x33\x2a\x58\xc2\xf9\xeb\x43\xa8\x9a\xfb\xfe\x9e\xee\x7e\x59\x35\xdd\xfd\x63\xff\xa9\x61\x6b\xe3\xf7\x8f\xfd\x63\xdf\xab\x81\x7c\xa6\x20\x54\x3e\xfd\x8e\x20\x9b\xc3\x79\xa6\x48\x5b\x13\x76\x85\xab\xaf\x7b\x68\xae\xcd\xf3\x9a\xe6\x6f\x90\x5b\x85\x42\x26\xa8\x7d\xb8\x83\x5f\x7f\x83\xc3\xa6\x7d\xfa\xf9\x17\xb8\x83\x66\x59\xf2\xe4\x10\xee\x60\x11\x43\x90\x1d\xfb\x10\x64\x06\x5e\xd7\x57\x3f\xb6\x7d\xe1\x13\xf5\x22\xee\x4f\xd1\x9d\xad\x0b\x04\x57\x1e\xb8\x50\x64\xa4\xbb\x58\x2a\x0b\xa2\x98\xae\xe4\x6c\x36\x9b\x7e\xdd\x20\x7f\x73\x5a\x11\xbf\xaa\x7a\x52\x25\xd6\x65\xe5\x01\x74\x52\x8c\x3f\xdb\xfb\x83\x2c\x03\x2b\xdb\xf6\xc5\x80\xf5\x38\x4c\x36\x25\xe8\x4b\x55\xac\x6f\xd9\x26\xda\x30\x83\x87\x5b\xdc\x9e\xc5\x86\xcf\xf1\x7b\xbb\xf6\x56\xd1\xe9\xd4\x6e\x67\x99\x55\x6f\x9f\x34\x56\xb7\xcd\xd5\xd8\x77\xa7\xd5\xe3\x9a\x6e\x11\xff\x83\x60\x06\xd6\x9c\x65\x81\x42\xa7\x7c\x66\xc2\x66\xce\xb4\x41\x15\x4c\xf3\x34\x28\x8b\x84\x19\x6c\x12\x2e\x35\x16\x9b\xcd\xb7\x31\xe7\x04\xb8\x3d\x7a\x2e\x05\x24\xcc\xb0\x8a\xfd\x52\x8e\xc5\xa4\x42\x7a\x5b\x9e\xd7\x6b\x79\x1c\xea\xdb\x0b\x8f\x8c\x2c\x0a\x5a\x79\xe7\xf2\xb1\xba\xb2\xd1\x5b\x6b\x55\x71\xc5\xfe\x50\xe5\xeb\xfc\xca\xe3\xb1\xce\xff\xce\xaf\x3e\xd6\xca\xdc\x70\x03\xa7\xeb\x4a\xde\xdb\x51\xdd\x2a\xfd\xff\x01\x00\x00\xff\xff\x84\x33\x83\x84\x3e\x26\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5a\x71\x73\xdb\xb6\x92\xff\x9f\x9f\x62\x4b\xeb\xd5\x71\xcf\xa4\x9c\xb6\xc9\x65\xdc\x51\xe7\x14\x59\x89\x39\x89\x25\x8d\x24\xb7\xef\x5d\x2e\xa3\x81\xc8\x95\x89\x9a\x04\x58\x00\x94\xa2\xda\xba\xcf\x7e\x03\x80\xa4\x48\x4b\x4e\xe4\xe4\xdd\x9b\x3b\x77\xa6\x11\x09\x60\xb1\xf8\x61\x77\xf1\xdb\x05\x8f\xbe\x6b\xcf\x29\x6b\xcf\x89\x8c\x1d\x89\x0a\x3c\xfc\xe4\x38\x3e\xb4\x73\x29\xda\x09\x0f\x49\x62\x9a\x05\x26\x48\x24\x7a\x34\x25\x37\xe8\xcb\xd8\x71\x82\xf1\x70\x10\xf4\x66\xc1\x55\xf7\x6d\xbf\xd3\x7a\x66\x1a\x66\x0b\x2e\x80\x0a\xce\x68\x78\x52\x76\xe8\xbe\xed\x0f\xa6\x8f\x76\xf3\xc8\x0d\x32\x75\xe2\xf4\xae\x27\xd3\xe1\x55\xf0\x9f\xdd\x69\x30\x1c\xec\xeb\xad\x7f\x79\x61\x2e\x15\x4f\xe9\x5f\x44\x51\xce\xbc\x90\x33\x25\x78\x92\xa0\x38\x71\xae\xba\xbd\xcb\x60\xd0\x9f\x0d\x27\x76\xf0\x64\x8f\x8c\x94\x84\x31\x65\xe8\x71\x69\x97\x21\x4f\x1c\xe7\x08\xa6\x31\x95\x70\x71\xd9\x1b\x81\x20\xec\x06\x81\x4a\xc8\x25\x46\x30\x5f\x43\xc4\x64\x4a\xe4\x9f\xa0\x38\x48\x14\x4b\xb4\xdd\x14\x07\x15\x23\x84\x49\x2e\x15\x0a\x1f\x82\x05\x60\x9a\xa9\xb5\x73\x54\x0d\x58\xd1\x24\x01\xce\x92\x75\x31\x6e\xfa\x66\x3a\x3a\x05\xc2\x22\x2b\xc1\x34\xcf\x11\x22\x2a\xc9\x3c\xc1\xc8\x77\xf4\xeb\xd9\xb8\x3b\x78\xdb\xef\xb8\x77\x77\xfe\x28\x21\x6a\xc1\x45\x7a\x41\x14\xf1\x5f\x13\x81\x57\xa8\x48\xe2\x8f\x04\x5f\x52\x49\x39\xa3\xec\x46\x8f\x18\x6b\x85\x37\x1b\x57\x2f\xe3\xba\xd0\xd9\xc2\xaa\x95\x24\x49\xc2\x57\x20\x65\xac\x1f\x44\xce\xf4\x28\x08\x46\x5d\xa0\x4c\x2a\xc2\x42\x94\xe5\x16\x8d\xbb\x57\x17\xc1\xe4\xdd\x6c\x32\xb9\x9c\xbd\xeb\xff\xc3\xa8\x30\x99\x5c\xbe\xc3\x75\x21\xfc\x0d\x15\x52\xc1\x0a\x41\x2a\x9e\x01\x61\x6b\xc8\x04\x2e\x29\xcf\xa5\x5e\xa2\x22\x42\x61\x04\x7a\x3b\x08\x65\x28\xe4\x29\xcc\x31\x24\xb9\x44\xe8\x7f\xc2\x70\xa2\xc7\x18\x30\x44\xce\x24\xac\x62\x64\x06\x40\xdb\x46\x84\x82\x4c\xf0\x10\xa5\x74\x8e\x00\xfd\x1b\x50\x7a\x43\x64\x28\x68\xa6\xf4\x66\x48\xa5\xd1\x2a\xf4\x3f\x85\x79\x6e\x14\xc1\x4f\x54\x01\x5d\xc0\x0f\x84\xad\x7f\x00\xbe\xb0\x5b\x52\x69\x60\xda\x25\xe4\x0c\x3f\x65\x18\x2a\x8c\x92\xb5\xa3\x4d\x80\x91\x14\x81\xb2\xca\xf8\x32\x5a\xfe\x0c\x39\x8b\xf2\x50\x6d\x0d\x93\x32\xa9\x87\x6e\x5f\x08\x92\x46\x54\xde\x7a\x09\xbf\x91\xd5\x4e\xc7\x4a\x65\x11\xa4\x44\x50\x12\xcd\x21\xe4\x02\xb9\xf4\x22\xbe\x62\x09\x27\x11\xee\xb5\xdb\x5f\x20\xe2\x0e\x00\x40\xc6\xa3\x94\x30\xc8\x24\xdc\xc3\x8d\xc0\x0c\xbc\x15\xb8\x2d\xad\x62\xcb\x85\xef\xbf\x2f\xdb\x6f\xf5\xfa\xcd\xeb\x07\xa3\x3c\x8f\x24\xc9\xe7\xc7\x8a\xd4\x8e\x04\x6f\xe1\x44\x9c\xa1\xde\x4c\x8b\xb9\xc6\x2b\xab\xd9\x13\x68\xab\xa1\x0b\x60\x5c\x01\x49\x04\x92\xa8\xda\x59\x67\x34\x1e\xfe\x16\x4c\x82\xe1\x20\x18\xbc\x9d\x0d\x82\x5e\xe7\x30\x13\x0d\x98\x42\xb1\x20\x21\x6e\x36\x8e\x73\x77\xa7\xa5\x1f\x34\x6c\x04\x7a\x00\x5d\xc0\x77\xc0\xd2\x30\xa1\xe0\x29\x88\x70\x49\x43\x2c\x17\xeb\xb6\x1e\xaa\x74\x8e\x2a\x46\xc1\x50\x9d\x87\x9c\x31\xb3\xe5\xee\x2f\x7a\x91\xcc\x80\x66\xe5\x84\x40\xa2\x08\xd4\x3a\x43\x28\xbb\x03\x5d\x18\x7c\x76\x04\x6a\x63\xf2\x4c\x53\x03\xa5\xa7\x2c\x63\xf9\x12\x36\x1b\xa0\xd9\x4b\x3d\x0a\x13\x89\xf6\xf1\x67\xf3\xc8\x22\xfd\x74\x20\x90\xa3\xcd\xa6\x7d\x58\xd7\x5e\x70\x31\xde\x6c\x1a\x6b\xce\xb3\xc6\x12\x1c\xad\x89\x03\x50\xe0\x44\x39\xeb\xb4\x9e\x3d\xc4\x59\xc6\x7c\xb5\x07\x93\x02\xfe\xb7\xfd\x41\x7f\xdc\x7d\xef\xf7\x86\x83\x41\xbf\xa7\x23\x36\xdc\x43\x98\x2b\xf0\xa2\x73\xf0\x16\x3f\x9e\x38\xd5\xec\x9c\x41\xca\x23\xba\x58\x83\xdb\xda\xce\xe8\x3e\x0e\xfb\xff\x1b\x80\xb7\x0b\x14\xa8\x9d\xbd\xb9\xc0\x46\x87\x3c\x7b\xd0\xb8\xa0\xda\x11\x7f\x27\x54\x81\x8e\x4a\xda\x17\x69\xe9\x2c\x3a\x5a\x87\x3c\x45\xc8\xb3\xf2\x74\xa2\x12\xf4\x7e\x98\x6e\x36\xbc\x57\x91\x0e\xc2\x5c\x08\x64\x2a\x59\x43\x84\x0a\x43\x25\xa1\x3c\x98\x47\xa7\x36\x94\x86\x3c\x4f\x22\x6d\x02\x73\x32\x4f\xd6\xfa\xdc\xa1\xa9\x36\x08\x7b\x5e\xe4\x52\xdb\xc4\x51\xa1\xad\xd9\xf7\x86\xc1\x6b\x3f\x41\x73\x64\x20\x89\xaa\xf0\xcb\x10\x23\xab\x28\x5b\x50\x91\x82\x8a\x89\x82\x15\x17\xb7\x12\x56\x54\xc5\x46\x55\xa9\x88\xd2\x71\x34\xf3\x52\xc2\xc8\x0d\x0a\x67\x15\xd3\x04\xe1\x03\x78\x7f\x81\xdb\x7a\x46\x33\xf0\xb8\xf6\x48\x61\xa7\x8d\x70\xf9\xb8\xc9\x79\x4b\x48\x28\xbb\x3d\x71\xe1\x63\x15\x3f\x65\x82\x98\xc1\xf3\x22\xb0\x55\x7b\xae\xa1\xd5\x44\x26\x23\x52\xae\xb8\x88\x60\xcb\x36\x60\x4e\x24\x0d\x81\xe4\x2a\x36\xd8\xee\xc3\xd3\xfe\x92\x45\x64\x7f\xa6\x0f\x6d\x15\xe7\xc5\xb3\xa7\x38\x4f\xe4\xc9\x29\x48\xae\xb7\x7d\x0d\x9c\x01\x55\xa0\xb8\x9e\x33\xcf\xb2\x64\x6d\x96\x1e\x2b\x33\xb9\x3e\x13\xd3\x94\xb0\xc8\xe9\x5e\x4f\x2f\x67\x17\xc1\xb8\xd3\xe6\x99\x6a\xa7\xda\xaa\x7e\x6a\x1b\x35\x8a\xdd\xba\x9c\x8e\xba\x93\xc9\xef\x17\x1d\xb7\xf5\x2c\x24\x0a\x5a\x77\xe5\x90\x4d\xdb\xea\xd8\xae\xd6\x73\x5f\x45\xf7\x9c\x81\x47\xc1\xf3\x44\x0a\x9e\x87\x4c\x89\x75\xc6\x29\x53\xdb\xf9\x5b\x77\x75\x9a\xb6\x01\x8f\xd1\xd7\x9f\xf1\x89\xc0\xcc\x74\x2d\x51\x68\xef\xdc\x6c\x4e\xdc\xbd\x60\x16\xc7\x9d\x53\xfc\x3b\x2b\x1b\x3b\xad\x67\x79\x4e\xa3\x1b\x64\xe0\x09\x80\x7b\xd0\x9c\xc4\x95\x6d\xaf\xdd\xbe\x71\x4f\x2a\xca\x38\xb9\xec\x8e\xfb\x17\xb3\xdf\x86\xef\xaf\xaf\xfa\x1d\xd7\x2e\xcf\x75\x8e\x20\xb8\x61\x5c\x20\xa0\x10\x5c\x48\x30\x86\x27\xb9\x36\x37\x81\x9a\x4c\x68\xde\x81\x9f\xa8\x54\xda\x2e\x97\x3c\xc9\x53\xd4\xf8\x67\x3c\x02\x81\xe6\xac\x72\x8e\xac\xc9\x6b\x87\xc1\x24\x5b\xe4\x89\x0e\x26\x84\x41\x77\x14\x18\x2a\xa6\x63\x9b\x61\x26\xb2\x1c\x02\x64\xa1\xb0\x70\x41\x43\x0a\x9d\x23\x88\xc9\x12\x61\x8e\xc8\xa0\x3a\xc9\x23\xa7\xc0\xbc\x98\x37\x14\x48\x14\x42\x6b\xdf\x92\xe0\xfe\x1e\x94\xc8\xcd\x61\xdb\xcd\x32\x52\xf8\x27\x43\xa5\x3d\xc4\xe3\x2c\xa1\x0c\x21\xe2\x28\xd9\xb1\x02\x86\x9a\xfb\x10\x41\x93\x35\xa4\x48\x18\xd0\x4c\x69\x56\x68\x56\x61\xce\x61\x63\x6d\x2b\x1d\x2c\x72\xa6\x68\xa2\x0d\x8e\x4a\xdf\x2f\xdc\xe9\xbb\xed\x00\xef\x7d\xe1\x1b\x4d\xcf\x28\x8f\xfc\x82\xb3\x9c\x1a\x53\x3e\x2d\x77\xd1\xf2\xd2\x87\x7e\x20\x6d\x60\x00\x69\x08\x93\x06\xc6\x39\x82\x5e\x15\x6b\x56\x5a\x7f\x8b\x35\xcf\x95\xa4\x11\x6a\x0e\x46\xcc\x5e\x94\xdc\xaf\x16\x26\x90\xc9\x5c\x60\x13\x64\x22\xb0\x06\x2f\xcc\x71\xa1\xf7\xde\xec\x49\x11\x77\xcc\xae\x65\x3c\x92\x4f\x20\x0f\x17\x83\xc9\x95\xe6\x65\x9b\x8d\x53\x2c\x77\x56\xad\x69\xa6\x8d\xba\xe3\x16\xef\x5d\xa7\xee\x45\x11\x78\x9e\xa6\x03\x31\x97\x0a\x3c\x2f\x13\x74\x49\x13\xbc\x41\xf3\xde\x9c\x54\xfb\xc5\xc1\x7f\x99\x50\xa4\x7d\xb0\xb0\x27\xce\xbc\x05\xa1\x89\x5e\x6f\xd5\x86\x6c\x09\x8d\xc8\x16\x0c\xa6\xfd\xf1\x9b\x6e\xaf\xdf\xd9\x8d\x78\x8d\x51\xb5\xc4\xa0\xb5\xfd\x5d\xf5\x59\xee\xb7\xc0\xf3\xb6\x8c\x89\xc0\xe8\xfc\xaf\x66\x5c\xb0\xa9\x5c\xce\x4a\xf6\xfa\x20\x3c\x38\xdb\x63\xf4\x51\xf4\xdc\x7a\xa0\x7d\x12\x82\x25\x49\x3e\x04\xb1\xaf\x5c\xd7\xce\x14\x1a\xc2\xab\xee\x38\xe8\x5e\xbc\x9e\x99\x00\x3b\x1c\x5f\x74\x5a\x0f\xe3\xd6\x0e\x0e\x4f\x62\xab\x86\x85\x38\xc1\x68\xda\x7d\xfd\xbe\x3f\xe9\xd0\xec\xa5\x75\xc7\x3a\x9a\xb5\xd6\x5a\x63\x81\x62\x31\xd9\xb5\x44\x2d\xec\x0d\x17\x03\x1e\xa1\x65\xc1\xfd\xbf\x4f\xfb\xe3\x41\xf7\xfd\x2c\x18\xcd\x86\x23\xcd\xb4\x26\x1d\x97\x66\x9d\x28\x0e\xb3\x97\x6e\x7d\x86\xcf\xf5\x6c\xec\x59\x31\x1d\xfe\x79\xd0\xf2\x06\x36\x68\x81\x7b\x51\xe4\xaa\xae\x16\xd2\xb4\xe5\xed\x84\xad\x3d\x5a\xd4\x95\x84\xa7\xd3\xbb\x47\xe7\xaa\xc1\x00\x35\xfe\xf7\xc5\xfe\x65\x77\x0b\x47\x1d\x98\x1d\x6b\xd6\x56\xbb\x9b\xd2\x1d\xec\xf1\x75\x60\xee\x1e\x51\x6b\xf3\x04\x93\x2f\x7a\xb6\xee\x1e\x29\x76\x6c\xac\x1f\x84\x3c\x5b\x7b\x86\x62\x14\x19\x62\x21\xa1\x1d\xab\x34\x69\xdb\xf8\xdb\x6e\xf0\x4f\xfb\x4e\x07\xea\x79\x3d\x26\xb7\xcd\xe9\x53\xc2\x62\x0e\x20\x8f\xc2\xf3\xb3\xb3\xb3\x54\xee\xe2\xf2\xc4\x68\x60\xe9\xd5\xe1\x58\x3e\x52\xa9\x68\xed\x6f\x70\xbf\x31\xf6\x7e\x65\xfc\xb1\x8b\xda\x89\x26\x47\xd0\x8d\x22\x58\x50\x81\x2b\x62\x6a\x19\x89\x45\xbb\x76\x2c\x06\xa3\x2e\x14\x05\x06\x08\x35\x88\x48\xc2\xd8\x82\x74\x0a\x96\x96\x81\xa5\xa2\x08\x41\x55\x99\xd0\x07\x24\xb7\xd5\x14\x0d\xb4\x29\x71\x64\x5c\x28\xa0\x0c\x5e\x9d\xc1\x8b\xb3\x17\x67\xf0\xf2\xa7\x57\x2f\xa0\xe2\xcc\x26\xab\x6e\x95\xe1\x08\xbc\x1e\x04\x83\xd1\xf5\x54\x6f\xec\x2e\x1a\x5e\x06\x2a\xcc\xc0\x4b\xed\x3f\x5e\x64\x64\xb7\xcc\xff\xbd\x3f\xa0\xdb\xeb\xf5\x47\x53\xf8\x15\xda\x11\x2e\xdb\x2c\x4f\x12\xf8\xf1\xd7\xef\x9f\xd7\xd2\x6e\x63\xae\xdb\xc9\x82\x6f\x9e\xcc\x48\x5d\xd0\x8a\xd8\x04\xa6\x44\x94\x71\x29\xe9\x3c\xc1\xaa\xc2\x47\x32\xea\xf1\x0c\x05\xd1\x20\xe9\x64\x4a\xea\x1c\xcc\xf2\x25\x0d\xd6\x9c\x73\x25\x95\x20\x19\x50\x4d\x45\x2c\x23\x3b\x35\xf4\x6b\x9b\xf3\xd8\xbc\x69\x8e\xa0\x56\xdc\xd6\xed\x4c\x31\x4f\xc8\x12\xf2\x82\xd0\xf9\x30\xd5\xf4\x9f\x2c\x39\x8d\x6a\x92\x05\xca\x8c\xb3\xc8\xc8\xe3\x40\x4c\x76\x84\xe2\x54\x6b\x11\xc6\xb0\x32\xc2\x2d\x51\x22\xa0\x4d\x1e\x23\xe7\x08\x22\xcc\x12\xbe\x4e\x91\xa9\x53\xcd\x9f\x16\x34\xd1\xe4\x94\xe7\x0a\x04\xfe\x99\xa3\x54\x12\x16\x82\xa7\x9a\x0a\x73\x86\x36\xe6\xa9\x98\xb0\xaa\xfc\x25\x78\xe2\x1c\x41\x96\x10\x86\x3e\xc0\xef\x68\x68\x96\xa5\x72\x5b\x5e\x69\x93\x39\xcd\xd8\x8a\x53\xfe\x58\x82\x0e\x8d\x9e\xf1\xd6\x82\xbf\x39\x47\x66\xd1\xcb\x97\xb0\x22\x4c\x19\x7b\xd5\xca\x5e\x5c\x07\x17\xc7\x0d\x19\x29\x31\x75\x15\x81\x52\xa2\xf4\x9d\xbb\xbb\x43\xa9\xda\x65\x6f\xd4\x4d\x12\xbe\x7a\x4f\xa5\xb2\x69\xdb\x18\x53\xbe\x44\xe0\x89\x66\xf4\x0b\x14\xc8\x42\xeb\x29\x7a\x79\x86\xfe\x58\xcf\x82\x30\x26\x94\x39\x95\x69\x79\x52\x33\x76\x4f\x81\x20\xab\x5a\xc6\x58\x1f\x71\xbf\x35\x44\x13\x6c\xb8\x40\xc7\xa9\xd9\xa6\x1d\xeb\x0d\xea\x83\xf6\xb4\x77\x61\x34\xee\x8f\x87\xd7\xd3\x60\xf0\x56\x9b\x6c\x1e\x6d\x6d\xf5\xe5\xbf\x6b\x43\xfd\xfa\xf1\x2f\x7e\xde\x11\xe0\x14\x75\x6b\xed\xd0\x87\xd7\x85\xeb\xa8\x1a\xbf\xdf\xa7\x47\x1d\x1c\x2f\x35\x93\x78\x5e\x4a\x42\x4f\xf2\x5c\x84\x08\x6e\x2b\x25\xa1\x5b\x73\x3d\xeb\x73\x5f\x14\xf5\x07\x5c\x8c\x87\x23\xe7\xee\x0e\x59\xa4\x77\x15\x3f\x99\xc5\xbd\xbb\x7e\xdd\xef\x0d\x07\x6f\x82\xb7\x36\x07\xe6\x19\x32\x19\xd3\x85\x32\x69\x70\xfb\x36\x9f\xa3\x29\x26\xdc\x78\x09\xe7\xd9\x9c\x84\xb7\x8e\x93\xde\x46\x54\x68\x94\xda\x2a\xcd\xda\x2c\x95\x8a\x28\x93\xe9\xdb\x4a\xfd\x63\x70\x5c\x72\xa9\x64\x51\x04\xb3\x19\x13\x0f\xe1\x06\x15\x78\x0c\xaa\x69\xbd\x5a\xac\x80\x39\x11\x68\x4e\x4c\xe3\x00\x77\x77\xfe\xc0\xa4\xbf\x55\xd4\xd4\x7f\x18\xc6\xdc\x1c\x99\xda\x97\xf4\xb6\x5c\x36\xfa\x1a\x27\xcf\x32\x24\xc2\xf7\xfd\x6a\x50\x91\x88\x9d\x99\x17\x06\x40\xf3\x16\x43\x81\xca\x12\xea\xd6\xb3\xaf\x54\x0e\x3c\x0e\x7f\x48\xce\x32\xa2\xe2\x8e\x7b\xe7\xeb\x33\xc1\xcf\x04\x66\xbb\xec\x4d\xe3\x63\x06\xb9\x27\xe5\x21\xf0\x41\xcf\xe7\xb6\xee\x6a\xaa\x6c\x4c\x6d\xa5\x11\xbb\x0f\x43\xcf\xca\xd8\x91\xd6\x40\x6f\x2f\x82\x93\xfd\x03\xf7\x43\xb9\x03\x67\x03\x52\xfd\x77\xa0\x9e\xcd\xd9\x1e\xc2\x18\x69\x5b\x2a\x4c\x6d\xe3\xc2\x3d\xcc\x89\xc4\x97\x3f\x6b\x46\xf3\x6b\xc3\x0e\xdb\xd5\x4e\xf8\x6b\x92\x26\x46\x8b\xa2\xb4\x6a\xff\x14\xcf\xc3\xf8\x8b\x43\x16\x74\xeb\x2a\x55\xe5\xee\x73\x97\x40\xdd\x51\xf0\x5b\x30\xda\x6c\x4c\xc1\x64\x51\x90\x87\x6d\xd9\x8a\x40\xc8\x13\xce\x4e\xcd\x46\x02\x55\xc7\x12\x08\x03\x43\xa6\x8b\x20\x7d\x5a\x11\x89\xcb\xe9\x74\xe4\x1c\x59\x8e\xa6\x53\x75\x09\x32\x17\x82\xe7\xf6\xd4\x32\x85\xbc\xb9\x20\xe1\x2d\x2a\xe9\x68\x9b\xf9\x00\x15\xdf\x0a\x46\x2e\x74\xfe\x1b\xfc\x1f\xce\xfd\x1f\xe0\x63\xdd\x6e\xca\x82\xd6\x70\x32\xed\xb8\x1f\xb6\x5c\x68\xb4\xf9\xe8\x3a\x15\x40\x8d\x5e\xf5\x4e\xb6\x38\x5a\x1c\x22\x82\x7f\x5a\x83\x67\x68\x7a\xf5\xec\x6b\xad\xb7\x2d\xfa\x69\x36\x1a\x0f\xff\x6e\xaf\xad\x1e\x74\xd1\x30\x19\x78\xf7\x4a\x99\x34\xc5\x4c\xf6\xca\x99\x7c\x41\xd0\x80\x6f\xa5\x0c\x86\x3b\x22\x8a\xe6\x87\xe3\xcb\x5f\xce\x11\xf4\x6c\x29\x89\x94\x55\xbd\xc2\x4c\xab\xc2\xf0\x9e\x9b\x4f\x4b\x44\xc0\x69\x8e\x10\x29\x64\x79\x92\x78\xc5\x63\x59\x85\x2a\x0d\x78\x05\x67\xd0\x16\x9c\xab\xb6\x1f\xf1\xf0\x16\x45\xdb\x06\x5c\x5f\x9b\xff\xb6\xa8\x58\x8c\x2e\x0a\x5c\x75\x81\x9e\xd6\xb6\x9f\xce\x31\x02\x73\x6b\x0b\xf4\x86\x51\xad\x0f\x50\x56\x9c\xd1\x22\x0e\xb9\x84\x84\x2e\x11\xa8\xe4\x4f\xcb\x08\xf6\x2c\xb4\xe0\xe3\x45\x29\xa4\x3f\x7a\x3f\xfc\xc7\x2c\x98\x0c\x3b\xee\xbe\x94\xa6\xb8\xa6\xcb\xd6\x2a\xe6\xcc\xde\x2b\xfb\x54\x72\x77\xaf\x90\x41\x30\x1d\x5f\x3c\x41\x0e\xa3\x4a\x90\x74\x21\x9b\xd2\x0a\xb3\x7d\xdd\x9d\xf4\x67\xd7\xe3\xf7\x1d\x57\x13\xf6\xf3\x76\xbb\x32\x68\x6d\xdf\x9b\xbd\x63\x9e\x9a\xc9\x34\x06\xd7\xef\xd4\xab\x81\xb5\x97\x0f\x06\x7d\x3e\x41\x6f\xf4\x1d\xf7\xdf\x06\x93\xe9\x38\xe8\x4f\x66\xfa\xb4\x9e\x8d\xba\xd3\xcb\x8e\x89\x61\xdb\xd2\x60\x5b\xe0\x0d\x95\x4a\x50\x94\xbe\x36\xa1\x86\x80\xba\x3f\xb6\xb6\x0f\xee\x4e\xa7\x49\xa3\xd7\x64\x5f\xb7\xad\x3b\xb5\xca\x9f\xf5\x0e\x55\xfa\x75\xfc\xc1\x6d\x3f\xee\x26\xee\x29\xb8\x9e\x57\x84\x60\x2f\xa2\xa2\xd3\x88\xc9\xb6\xd9\xee\xbd\x97\xe5\xf3\x84\xca\xd8\xd3\xa1\xb2\x53\x6c\xe6\x99\x6f\xfe\x3b\x7f\x75\xf6\xea\x67\xf7\xe3\x71\xa9\xc0\xb2\x19\xda\xcf\x1b\x4f\xdb\x4e\x87\x25\xf5\x5a\x1a\xaa\xb0\x06\xf2\xf9\x03\xd0\xb7\x5d\x4b\x77\xac\xb9\xe6\x69\xca\x23\xec\xfc\x7c\x76\x56\xf4\x69\xdd\xed\xf9\x9e\xe2\xa9\xf5\xba\x9d\x8b\xf1\x7f\x51\xb2\x7e\x40\xbd\xee\x9f\x50\x58\x1d\x1a\x03\xbf\xb8\xee\x4d\x87\xe3\xd9\xec\xb2\xdf\x1d\x4f\x5f\xf7\xbb\xd3\xd9\x34\xb8\xea\x0f\xaf\xa7\x9d\xe7\x3f\x9e\x35\x07\x18\x5b\x7e\xdd\x9d\xd4\x2f\x6b\xb6\x7e\x5e\xbc\xd9\xec\x05\xe2\x5d\x7f\x3c\xe8\xbf\x9f\x8d\xba\xe3\xee\xd5\x41\xb5\xa0\x7d\xb5\x85\x47\xb7\x63\x09\xad\xf2\xae\xe8\xdc\x90\xe9\x73\xc1\x9f\x50\xc8\xd8\x53\xad\xf8\xbd\xa8\xdc\x13\x98\xa3\xd2\x09\xe8\x8a\xac\x35\x29\x5b\xd5\x2f\x2c\x2f\x5e\x83\x5c\x33\xf3\xa5\x49\xac\xd9\x1a\xf3\x7d\xa7\xe2\x67\x5f\x65\x69\xdb\x2f\x2e\xfe\x97\x8b\xea\xff\x47\xb6\x72\x77\xbd\xdf\xb8\x95\xee\x83\xbd\x74\xbf\x6e\x1f\x34\x57\x3e\x78\x07\xfe\x35\xde\xfa\xf4\x1d\x7b\x0c\xf4\xfa\xe2\xfe\xd9\x9e\xb3\xb7\x80\xbc\xef\xeb\xa1\x03\xd1\xdd\x59\x43\xc2\x6f\x56\x44\x85\xb1\x2f\xe3\x6f\xd1\x53\xa2\x82\x7f\xfb\xf4\x99\x4b\x69\xab\xf3\x2c\x17\x49\xc7\x6d\x3d\xcb\x04\x65\x6a\x01\xc7\xc5\x79\xf8\x37\x79\xfe\x37\xf9\x1f\xe6\xd3\x40\x6d\x49\xe7\x2f\x7f\x7a\xf5\xa2\xbd\x7c\x7e\x0c\xc5\xd5\xb5\xbb\xe7\xee\x3a\x2f\xae\x94\xdd\x13\xf7\x73\xdd\x4a\x93\x71\x4f\xdc\x13\xd7\xa9\xfc\xe3\x40\x45\x5e\x9c\xbd\x38\xfb\x82\x22\x5b\x9f\x3b\x50\xa5\xda\x80\xa6\x72\xd5\xc7\x0c\x7a\x6c\x2e\x12\xf0\xa4\x1e\xbf\x45\x6e\xd3\x66\x3c\x42\xa9\x53\xc8\x3f\xfe\x84\x63\xdf\x3c\x7d\xf8\x08\xf7\xe0\xe7\x39\x8d\x8e\xe1\x1e\x56\x21\x78\xc9\x89\x0b\x5e\xa2\xe0\x79\xf5\x61\x83\x49\x93\xdd\x7a\x9e\x4c\xca\xd2\x9e\x2d\xec\x59\x07\x56\xdc\x7e\x36\x91\x67\x40\x59\x51\x22\xf6\x7d\xdf\xad\xae\x7f\x7f\x3c\x2b\x4a\x36\x45\xdd\x53\xe4\x58\xa5\xe4\x47\xd0\x8b\x31\xbc\x35\xb7\xe3\x49\x02\x46\xb7\xfa\xb5\xb7\x29\x43\x62\xb4\x2d\x19\x3f\x75\x89\x55\x15\x62\x66\x08\xd1\x71\xad\x2a\x47\x42\x45\x97\xf8\x8b\x91\x5d\xab\x36\xd8\x65\x77\x93\xc4\x2c\x6f\x9f\x36\x66\x6d\xdb\x32\xc0\x4f\x65\x19\xa0\xbc\x07\x57\xa8\xe3\xda\x02\x1e\xd4\x97\xfc\x94\x48\x85\xc2\x9b\xa7\xb1\x97\x67\x11\x51\xe8\x6b\x5c\x76\x8b\x3b\x0d\xcc\xa9\x06\xdc\x6c\xbd\xce\x43\x22\xa2\x48\x71\x3f\xa2\x0f\x3d\x8c\x0a\xa4\xf7\x96\x25\x2c\xea\x75\xc1\x13\xc5\xb3\x4c\x4b\x6e\x7c\x5a\x53\x7c\x90\x20\x6b\xb2\xca\x1c\x4c\xf1\xec\xdb\xbf\x51\x7c\xec\xca\xba\xf9\xcd\xe2\x1e\xe2\x5c\xea\xfe\x89\x2a\x38\x2b\xab\x14\x4e\x63\xa5\x66\x8d\xff\x13\x00\x00\xff\xff\xee\x5a\x4c\x22\x3b\x2c\x00\x00"), }, "/bootstrap/baremetal/files/usr/local/bin/stopironic.sh": &vfsgen۰CompressedFileInfo{ name: "stopironic.sh", @@ -1045,11 +1343,6 @@ var Assets = func() http.FileSystem { name: "system.conf.d", modTime: time.Time{}, }, - "/bootstrap/files/etc/systemd/system.conf.d/10-default-env-godebug.conf.template": &vfsgen۰FileInfo{ - name: "10-default-env-godebug.conf.template", - modTime: time.Time{}, - content: []byte("\x5b\x4d\x61\x6e\x61\x67\x65\x72\x5d\x0a\x44\x65\x66\x61\x75\x6c\x74\x45\x6e\x76\x69\x72\x6f\x6e\x6d\x65\x6e\x74\x3d\x47\x4f\x44\x45\x42\x55\x47\x3d\x78\x35\x30\x39\x69\x67\x6e\x6f\x72\x65\x43\x4e\x3d\x30\x0a"), - }, "/bootstrap/files/etc/systemd/system.conf.d/10-default-env.conf.template": &vfsgen۰CompressedFileInfo{ name: "10-default-env.conf.template", modTime: time.Time{}, @@ -1127,16 +1420,16 @@ var Assets = func() http.FileSystem { "/bootstrap/files/usr/local/bin/installer-gather.sh": &vfsgen۰CompressedFileInfo{ name: "installer-gather.sh", modTime: time.Time{}, - uncompressedSize: 6234, + uncompressedSize: 6919, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\x6d\x73\xdb\x36\x12\xfe\x5c\xfc\x8a\x2d\xa4\xa9\x63\x5f\x41\x26\xfd\x76\xb9\x2a\x89\xe2\x28\x89\x26\x8e\x9d\x91\x9d\xce\xcd\xc4\x8e\x06\x26\x97\x22\xce\x20\xc0\x02\xa0\x6c\x45\xd1\x7f\xbf\x01\x49\xd1\xd4\x8b\x65\x65\xae\xd7\x2f\x1e\x59\xda\x7d\xf0\xec\xfb\x02\x9d\x9f\xc3\xc2\x9a\xf0\x5a\xa8\x10\xd5\x14\xae\xb9\x4d\x09\xe9\x80\x4d\x51\xca\x28\xc5\xe8\x06\x62\x61\xf9\xb5\xc4\xde\xf9\xf1\xb3\xa7\xff\x7c\x46\x02\x28\x15\xa4\x8e\xb8\x2c\xd5\xae\xb5\x76\xd6\x19\x9e\xb3\x48\x16\xd6\xa1\x61\x13\xee\x52\x34\x81\x47\x12\x09\x38\xb4\x0e\xe8\x5d\x77\xfe\x6c\x41\xa1\x07\x07\x77\x8c\x89\xf8\x80\xb8\x14\x15\xf9\xe9\x5d\xff\xe2\xfd\x60\x34\x1e\xbe\xe9\xd1\xee\xfc\xb7\x05\x25\x3f\xd9\x54\x24\x0e\x7e\x23\x89\x20\xa4\x3f\xba\x18\xbe\xed\x1f\x5f\x9c\xf7\x68\xe8\xb2\x3c\xe4\xc6\x89\x84\x47\xce\xb2\xee\xbc\xd1\x5c\x50\x92\xdd\xc4\xc2\x00\xcb\x81\x76\xe7\x8d\xce\x82\x12\x82\x77\x18\xc1\x2f\x2f\xe0\xc5\x13\x87\xb8\xfa\x6b\x58\xb3\x94\x7a\x42\x0f\x09\xc1\x28\xd5\x40\xdf\x95\xdf\x09\x35\x81\xc6\x2a\xb0\x68\xa6\x22\x42\x30\x18\x69\x13\x5b\x08\x82\xe0\xa1\x13\xef\x7d\x11\xd6\x5a\x96\x12\x5b\xc4\x1a\xa2\x1c\x98\x81\x70\xca\xbd\xe7\x26\xa1\xce\x51\x95\x86\x86\x47\x8f\x22\x84\x74\x27\xbb\x99\x75\x98\xc5\x60\x8b\x2c\xe3\x66\x56\xb1\x3b\xe9\x9f\xbe\xeb\x7d\x3a\x3b\x1f\xfe\xbb\xfe\x3d\x72\x12\xa4\xb0\x8e\x15\x4a\x38\x0b\x8c\x59\xc7\x1d\xf6\x12\x2e\x24\xc6\xf0\xe2\x97\x35\x12\xd5\xf7\x95\x70\xe0\xee\xdc\x4e\x06\x35\xc8\x92\x88\x57\x02\x0f\x5f\xec\x76\x95\x97\x63\x95\x1c\x25\x16\x63\x60\x0a\x0e\x6c\xf8\xf5\xf2\x08\x2e\x9f\x7c\xf9\x0a\x57\x47\x97\x87\x10\x1c\x85\x97\xcf\xc2\xfc\x00\x7e\x7f\x8c\x21\x7c\x87\xdb\x54\x48\x1f\x26\x1e\x7b\x5f\x7f\x3e\x1d\x5e\x90\x58\x13\x00\x68\x39\xa1\x26\xc6\x58\x52\x48\xe9\x31\xbd\xd8\x82\x6e\xba\xa0\x45\x2f\xac\xa5\x2a\x4f\x78\xbc\xff\xe8\xc2\x28\x2e\x3d\x20\x2b\xda\x28\x7b\x80\xf8\x7c\x23\xb1\x56\xb8\xcb\xa7\xf5\x01\xfb\x26\xdb\x52\x9c\x92\x44\x9b\x26\x61\x85\x02\x83\x12\xb9\x45\x26\x32\x3e\xc1\xd5\xff\x58\xac\x6f\x95\xd4\x3c\x86\xc8\x08\xcd\x22\xad\x12\x31\x29\x0c\x96\x2c\x6e\x8a\x6b\x04\xff\x47\xa2\x2b\x7f\x07\x9e\xe7\x46\x4f\x91\x45\xd6\x80\x30\x5a\x89\x08\x32\x5e\x56\xfb\x75\x96\xb2\x22\x8f\xb9\xc3\xa5\xbb\xdb\xee\x61\x1e\x0e\x18\x53\x9a\xe5\x7c\x82\x06\x18\xd3\x85\xcb\x0b\xd7\xb3\xa9\x36\xfe\x17\xef\x24\x5f\xfd\x35\xed\x2d\x6e\xdc\x34\x34\xbc\x17\xdf\xcf\xa1\x0a\xdd\xad\x36\x37\xfe\xcb\xfd\x5c\x5a\x2b\x50\x22\x72\xe0\x71\x6c\x36\x33\x64\x43\x36\x14\x39\xf3\xa2\x55\x9e\x88\x1c\x8c\x2e\x1c\xee\xa9\x58\xca\x56\x9a\xa9\xb6\x4e\xf1\x6c\x2f\xcd\xa5\x6c\xa5\x59\x77\x19\x74\x51\x68\xd0\x6a\x39\x0d\x7c\x58\x1f\x05\xd9\x59\xde\x91\x56\x8e\x0b\x85\x66\xdf\x64\xbc\x57\x58\xf6\x3e\x23\x7c\x2a\xe4\xbe\xec\xb8\xf4\x39\xf1\x67\x21\xd0\x6d\x54\x6c\xa3\xb8\xcc\xa3\xe6\x8b\xb1\x37\xb1\x47\xbb\x4f\xd6\xf1\x38\xf8\x61\xe2\xa9\x34\xb2\x0b\x0a\x6c\x0a\xdf\x61\x62\x30\x07\xa6\x3f\x01\x3d\xe5\x19\x3e\x87\xcb\xcb\x0f\x4f\x82\xa3\x43\x7a\x58\x95\x70\x1b\x49\xea\x89\x5d\xc7\xd8\xe1\xfb\x7b\x03\xc3\x96\x4e\xc9\x71\xc1\xda\x28\x55\x6a\xae\x9f\x26\x94\xcd\x31\x72\xff\x97\x03\x6b\xec\xba\x1e\xb6\x4d\x9e\xd6\xb4\xd6\xca\x19\x2d\x59\x2e\xb9\xc2\x70\xaf\x70\x3e\x1a\xfb\x5c\xc7\xcb\xa8\xe7\x3a\xce\xb8\x6a\x47\x3d\xd1\x26\xe3\x0e\xe8\x7c\x0e\xc1\xf0\x0d\x2c\x16\xe0\x3f\xf9\xe8\x58\x58\x2c\x36\x3b\xf8\xbd\xa5\x22\x5e\xcb\x85\xa6\xb1\xb7\x4e\xda\x88\xe2\x58\xc4\xbb\xfd\xea\xd9\xee\xf6\xa8\x87\x58\x8b\x62\x7d\xda\xb6\x28\xfe\x55\x07\xae\x46\x71\xa3\x36\x0d\xaa\x18\x0d\xc6\xc0\xad\x45\x67\x77\x55\xe5\x52\x94\x55\xa2\x9b\xcb\x88\xce\x5d\x6b\x19\xd9\x4f\x3b\xd5\xb7\x0a\xd8\xa8\x9c\x7b\xe7\x83\xd1\x82\x3e\x6f\x3e\xed\x05\x90\x08\x15\x3f\x22\x08\xcc\xcd\x72\x84\x18\x58\x6e\x84\x72\x4f\xe1\x3b\xdc\x71\x33\xb1\xc0\x9e\xd6\xb5\x94\x66\x3a\x86\xe2\x1f\x77\xa4\x03\x06\x33\x3d\x45\xb0\xa8\xac\x70\x62\xea\x07\x5f\x95\x6a\x42\x2b\xd2\x81\x8b\xb3\x37\x67\x20\x91\x4f\x11\x9c\xb4\x41\x64\x9c\x0f\x9e\x88\x11\x74\x02\x16\x23\x83\x0e\x66\x3c\x93\x90\x08\x89\x96\xec\xc5\xae\x6c\xcf\xf4\xa8\xd2\x3e\xa2\xdb\x68\x9a\x0c\x98\x49\x7e\x08\xce\x0f\xdc\x6a\x0e\x3f\x04\xf9\x43\x70\xc1\x0d\xce\xfe\x02\x9c\xc0\xd3\xda\x65\x22\xe9\xc0\xb1\x96\xd2\x57\x43\x7d\x03\x80\x98\x3b\x4e\xea\x0d\xfd\xc3\xe7\xd7\x83\xe3\xb3\xd3\xb7\xc3\x77\x3d\xba\x96\x6f\xbc\x70\x69\x78\x6f\x35\x25\xa4\x7f\x72\x31\x18\x9d\xf6\x2f\x86\x7f\x0c\x56\x15\xfd\x4c\xf3\x92\x46\xa1\x43\xdb\x6a\x63\x55\x0c\xec\x0a\x8c\x48\xe0\xcb\x17\x60\x09\x74\xe7\xdb\x01\x17\x70\x75\xf5\x2f\x28\xaf\x20\xbe\xb0\x37\x99\x3e\xa8\x58\xde\x4b\xaa\x8a\xfc\x6c\x7d\x35\x36\x37\x91\x36\x3a\xb7\x70\xff\x2f\x25\xa4\xf6\xcb\xb8\xa1\x3d\xae\x6e\x1f\x25\x53\x60\x55\x28\x3e\x0d\xc7\xe7\x83\xd1\x1f\x83\xd1\xb8\x89\xca\xf8\xcd\x70\xb4\x28\x67\x79\x61\xfc\x65\x02\xae\x48\x43\xba\xaa\xe2\x7d\x15\xd7\x6e\x46\x89\xf0\x95\x91\x22\xe0\x9d\xb0\x0e\x55\x54\x56\x83\x4b\xb1\xac\x02\xf0\xb7\x3b\x87\xb1\x5f\x21\x4f\xce\xde\x8d\x5f\x7f\x3e\x7d\x73\x32\x18\xbf\x3e\x3b\xbb\x38\xbf\x18\xf5\x3f\x8d\xfb\xa3\xe3\xf7\xde\x31\xa7\xfd\x8f\x03\x10\x16\x0a\x8b\x31\xe9\x78\xb3\x85\x8a\x45\x54\x96\x1e\xb8\x94\x3b\xe0\xad\x55\x22\x37\x3a\x42\x6b\x21\xe5\x16\xb8\xf4\x6d\x7e\x06\xb9\xc1\xa9\xd0\x85\x95\x33\x70\xfc\x06\x15\xe4\x92\x47\x08\x5c\xc5\x25\x1b\x83\xb6\x90\x4e\xa8\x09\xe9\xc0\x75\xa1\x62\x89\x8d\x66\xc9\xdc\x1f\xd8\xd0\xae\xd6\xfc\x00\x86\xf5\xd9\x11\xb7\xf8\x2b\xdc\xfa\x86\x10\xc9\x22\x46\xb0\x5c\xc4\x4b\x98\xba\x07\x78\x5d\xa9\x5b\xf0\x91\xc1\xd2\xf4\xeb\x19\xb8\x54\x58\xb0\x91\x11\xb9\x0b\x48\x87\x74\xa0\xaf\x00\xef\x78\x96\x4b\x04\xbf\x68\x73\xb0\x11\x2a\xee\xd7\xe3\xdb\x14\x0d\x56\x0a\x29\xcf\x7d\x82\x7b\xb7\xdc\xa6\xa8\xe0\x16\x0f\x0c\x82\x29\x94\xf2\xe9\x52\x1f\xcb\xc1\x27\x8f\x44\xa6\x74\x8c\xfe\xf0\x26\x9f\x85\x62\x95\x0b\x62\xcc\xa5\x9e\x65\xa8\x1c\xe4\xda\x3a\x96\x8b\xa9\x76\xf5\xd2\x0d\x5e\xed\x57\x30\x65\x12\x79\x63\x15\x70\x70\xb3\x5c\x44\x5c\xb6\xb7\x5e\x1d\x63\x40\x3a\x6b\x0e\xf1\x26\xaf\xca\x40\x54\xd5\xaf\x2d\xfd\x5e\x39\xc2\x56\x03\x35\x37\xc8\x0c\x96\x4b\x7c\x19\x13\xc3\x95\x4d\xfc\x32\x58\x02\x56\xa2\xa4\x03\x53\xc1\xc1\x4f\xc5\x89\x12\x65\xec\xcb\x2c\x72\xba\xf2\xc8\x76\xfa\x01\xd9\x9a\x5a\x3e\xa5\x7a\x54\xea\x09\xab\xc0\x59\x43\x95\x6e\x57\x68\xe7\x62\x8f\x36\x8b\x4e\x77\xfe\x20\xfc\x22\x70\xdc\x04\x93\x6f\x94\xb4\x3b\xc5\xa3\xe0\x6b\x4d\xa3\x6a\x02\xc3\x32\xb5\x7c\x64\xcb\x7c\x5c\xdd\x9d\xeb\x94\xda\x07\xbb\xda\x30\x1c\x37\xc0\xee\xbe\xed\x49\x87\xb1\x58\x18\x8c\x9c\x36\xb3\x2d\xf5\xfd\xc0\x4a\xb0\xb2\xf6\xd1\x95\xe5\xa2\x9c\xa4\xae\xac\x07\x4b\x09\xde\xe5\xfe\x82\xf6\xb1\x7f\x7e\x31\x18\x9d\xf7\x9e\x1c\x92\xea\xe3\xb8\xf5\x66\x53\x5f\x01\x57\x5f\x63\xfe\x07\x9f\xfa\x54\xb5\xce\xef\x7f\x3a\x69\x97\x8c\xe3\x52\xa2\x61\xd5\x71\xf6\xfe\x81\x09\xb4\x5a\x92\xae\x7f\xfb\xd5\xab\x81\x70\xa0\xab\xbe\x10\x15\xc6\xf8\x12\x2a\xeb\xcc\x1f\x51\x1b\xb1\xeb\x69\x69\xdd\xce\x3a\x38\xfb\x38\x34\xac\x68\xb4\xf6\xc5\xb5\xd7\xb2\x5d\xc6\x2c\xef\x32\x9b\xe7\xc3\xef\x61\x8c\xd3\x50\x15\x52\xae\xf6\xfe\x75\x6b\x16\x74\xe3\x45\x69\x1b\xbf\x90\x12\x94\xe5\xec\xa1\xdd\x8e\x9f\xf4\x08\x4f\xa1\x1d\x88\x26\xea\x40\xbb\xaf\x28\x1c\x56\xe2\xe5\x53\x1e\xb3\x1b\x8b\x43\x3d\x65\x6a\x70\x1b\x48\x61\x1d\x6d\xa1\x65\x3c\x2f\x1b\x02\x6b\xd2\x69\xe3\x41\xe7\x01\x10\x82\xd2\x62\xab\xdc\x4e\xf5\x32\xd0\x90\xe8\x42\xc5\x3f\x97\xa9\x5e\x3e\x7b\xd4\xad\x45\xa8\x7b\xbf\x9c\x7f\x79\x75\xb5\xa0\xcb\xcb\x42\x85\x50\xaf\x2a\x55\x62\x25\x1a\x12\xa3\x33\xe8\xce\x2b\xed\x3a\xd2\xd6\xfb\x57\xc3\x27\x83\x09\x1a\x83\x71\xbf\xf0\xa6\xb8\x7a\xb0\xd9\x5e\x5e\x5c\x4b\x11\xdd\xe0\xcc\x4b\x9d\x3b\x7f\xaf\x7b\xaf\xad\xfb\x80\xb3\xe3\x14\xa3\x1b\xa1\x26\xbd\x84\x4b\x8b\xfe\xe7\xcf\x16\xcd\x07\xa5\x6f\x95\x97\xb0\x6f\x85\xc4\x5e\x13\x4b\x60\x7f\xfe\x48\x7e\xd0\x48\x1b\x7c\xf5\xa5\x21\x7b\xf5\xfc\x07\x12\x73\xdd\x44\x9f\x6f\x7f\x87\x89\x15\xe9\xfb\xd3\x81\x1d\x03\x2d\x2b\x23\x78\xbc\x18\x0e\xb6\x14\xc3\xc1\x46\x35\xfc\x7d\xe1\x32\x3e\x62\x9b\x61\x78\xbc\x83\x84\x47\xeb\x77\xa3\x07\xa2\x13\x2e\x6f\x7d\x17\xfd\xd1\xf8\xed\xf0\x64\xd0\xa3\xdd\xf9\xf2\xf3\x73\xd6\x9d\xbf\x3f\xfb\x38\x58\x84\xad\xf9\xd8\x6e\xbe\xf5\x60\x5b\x50\xe2\x27\x49\xf4\xad\x74\xf6\xca\x64\x00\xc6\xaa\x19\xae\x4d\x06\xd4\xbe\xfc\x7a\x79\x19\xbc\x7c\x00\xed\x25\x85\xa0\x7a\x8c\x5b\x12\x58\x2c\x07\xc6\x89\x9e\x2c\xa7\xdb\xad\x11\xce\xa1\xf2\xd3\x7e\x45\xf0\xbf\x01\x00\x00\xff\xff\xe5\x82\x07\xd5\x5a\x18\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\x6d\x73\xda\x48\xf2\x7f\xbd\xfa\x14\xbd\x03\xb5\x7e\xf8\xef\x48\xc9\xfe\x5f\x6d\x6e\xd9\x84\x38\xc4\xa1\xe2\xd8\x29\x4c\xb6\xae\x2e\x76\xa8\xb1\xd4\xa0\x39\x0f\x33\xda\x99\x11\x86\x38\x7c\xf7\xab\x96\x04\x08\xb0\x31\xa9\xdb\xdb\x37\x94\x90\xba\x7f\xd3\xcf\x0f\xd3\xf8\x31\xca\x9d\x8d\x6e\xa4\x8e\x50\x4f\xe0\x46\xb8\x34\x08\x1a\xe0\x52\x54\x2a\x4e\x31\xbe\x85\x44\x3a\x71\xa3\xb0\x75\x79\xf2\xfc\xd9\xaf\xcf\x83\x10\x0a\x06\x65\x62\xa1\x0a\xb6\x1b\x63\xbc\xf3\x56\x64\x3c\x56\xb9\xf3\x68\xf9\x48\xf8\x14\x6d\x58\x22\x9d\xa2\x07\x2f\xec\x08\x3d\x08\x1b\xa7\xd2\x63\xec\x73\x8b\x01\xfd\x69\x35\x0f\x73\x2d\xc6\x08\x7c\x7c\x14\x04\x72\x08\x1e\x9d\x07\x36\x6d\xde\x3f\x9f\x33\x68\xc1\xc1\x94\x73\x99\x1c\x04\x3e\x45\x1d\xfc\x70\xda\xee\xbf\xeb\xf4\x06\xdd\x37\x2d\xd6\xbc\xff\x65\xce\x82\x1f\x5c\x2a\x87\x1e\x7e\x09\x86\x32\x08\xda\xbd\x7e\xf7\x6d\xfb\xa4\x7f\xd9\x62\x91\x1f\x67\x91\xb0\x5e\x0e\x45\xec\x1d\x6f\xde\x2f\x39\xe7\x2c\x18\xdf\x26\xd2\x02\xcf\x80\x35\xef\x97\x3c\x73\x16\x04\x38\xc5\x18\x7e\xfa\x1d\x7e\x3f\xf4\x88\xeb\x5f\xa3\x4a\x23\x65\x46\xec\x28\x08\x30\x4e\x0d\xb0\xd3\xe2\x9d\xd4\x23\x58\x5a\x00\x1c\xda\x89\x8c\x11\x2c\xc6\xc6\x26\x0e\xc2\x30\x7c\xec\xc4\x95\xdd\xa2\x8a\xcb\xb1\xc0\xe5\x89\x81\x38\x03\x6e\x21\x9a\x08\xb2\xf2\x28\x32\x19\xea\x42\xd1\xe8\xf8\x49\x84\x88\xed\x94\x6e\xe6\x3c\x8e\x13\x70\xf9\x78\x2c\xec\xac\x94\xee\xac\x7d\x7e\xda\xfa\x78\x71\xd9\xfd\x67\xf5\x3d\xf6\x0a\x94\x74\x9e\xe7\x5a\x7a\x07\x9c\x3b\x2f\x3c\xb6\x86\x42\x2a\x4c\xe0\xf7\x9f\x36\x84\x28\xdf\x97\xc4\xa1\x9f\xfa\x9d\x12\x54\x20\x0b\x41\x88\x09\x08\x3e\xdf\x6d\x2a\xa2\xe3\x25\x1d\x0b\x1c\x26\xc0\x35\x1c\xb8\xe8\xcb\xd5\x31\x5c\x1d\x7e\xfe\x02\xd7\xc7\x57\x47\x10\x1e\x47\x57\xcf\xa3\xec\x00\x7e\x7b\x4a\x42\xf8\x06\x77\xa9\x54\xe4\x26\x91\x90\xad\x3f\x9d\x77\xfb\x41\x62\x02\x00\xa8\x19\xa1\x12\x8c\xf3\x61\xae\x14\x61\x12\xd9\x9c\x6d\x9b\xa0\x26\x5e\x54\x51\x95\x96\x20\xbc\x7f\x9b\xdc\x6a\xa1\x08\x90\xe7\x75\x94\x3d\x40\x28\xde\x82\xc4\x68\xdc\x65\xd3\xea\x80\x7d\x83\x6d\x41\xce\x82\xa1\xb1\xcb\x80\x95\x1a\x2c\x2a\x14\x0e\xb9\x1c\x8b\x11\xae\xff\xe3\x89\xb9\xd3\xca\x88\x04\x62\x2b\x0d\x8f\x8d\x1e\xca\x51\x6e\xb1\x90\xe2\x36\xbf\x41\xa0\x1f\x85\xbe\xf8\x0e\x22\xcb\xac\x99\x20\x8f\x9d\x05\x69\x8d\x96\x31\x8c\x45\x51\x19\x6e\xc6\x29\xcf\xb3\x44\x78\x5c\x98\xbb\x6e\x1e\x4e\x70\xc0\xb9\x36\x3c\x13\x23\xb4\xc0\xb9\xc9\x7d\x96\xfb\x96\x4b\x8d\xa5\x2f\x64\x24\xca\xfe\x4a\xec\x07\xcc\xb8\xad\x68\xb4\x22\xdf\xcf\xa0\x1a\xfd\x9d\xb1\xb7\xf4\x72\x3f\x93\x56\x0c\x2c\x90\x19\x88\x24\xb1\xdb\x11\xb2\x45\x1b\xc9\x8c\x13\x69\x19\x27\x32\x03\x6b\x72\x8f\x7b\x32\x16\xb4\x25\x67\x6a\x9c\x2f\x2a\xe8\x1e\x9c\x0b\xda\x92\xb3\xaa\x32\xe8\xe3\xc8\xa2\x33\x6a\x12\x92\x5b\x9f\x04\xd9\x99\xde\xb1\xd1\x5e\x48\x8d\x76\xdf\x60\x5c\x31\x2c\x6a\x9f\x95\x14\x0a\x19\xa5\x9d\x50\x14\x13\x7f\xe6\x12\xfd\x56\xc6\x2e\x19\x17\x71\xb4\x7c\x31\x20\x15\x5b\xac\x79\xb8\x89\x27\x80\x9a\x09\x89\xb2\xa4\x9d\x33\xe0\x13\xf8\x06\x23\x8b\x19\x70\xf3\x11\xd8\xb9\x18\xe3\x0b\xb8\xba\x7a\x7f\x18\x1e\x1f\xb1\xa3\x32\x85\xeb\x48\xca\x8c\xdc\x26\xc6\x0e\xdb\xaf\x14\x8c\x6a\x3c\x85\x8c\x73\x5e\x47\x29\x43\x73\xf3\x34\xa9\x5d\x86\xb1\xff\x9f\x1c\x58\x61\x57\xf9\xf0\x50\xe7\xa9\x75\x76\xa3\xbd\x35\x8a\x67\x4a\x68\x8c\xf6\x72\xe7\x93\xbe\xcf\x4c\xb2\xf0\x7a\x66\x92\xb1\xd0\x75\xaf\x0f\x8d\x1d\x0b\x0f\xec\xfe\x1e\xc2\xee\x1b\x98\xcf\x81\x9e\xc8\x3b\x0e\xe6\xf3\xed\x0a\xbe\xd2\x54\x26\x1b\xb1\xb0\x2c\xec\xb5\x93\xb6\xbc\x38\x90\xc9\x6e\xbb\x92\xb4\xbb\x2d\x4a\x10\x1b\x5e\xac\x4e\x7b\xc8\x8b\x7f\xd5\x81\xeb\x5e\xdc\x91\x9b\x36\x1b\x73\xe3\xbc\x45\x2a\xf6\x43\xb3\x67\x82\xae\xb8\x2a\x57\xd5\x60\xaa\xfe\xb8\x43\x87\x15\x71\xb4\xec\xde\x1b\x20\x38\x85\x54\x3a\x6f\xec\x6c\x4f\xa0\x8a\xfa\x81\x3a\x64\x51\x27\x68\x31\x01\xe1\x1c\x7a\xb7\x4b\xc1\x05\x29\x2f\x49\xb7\x07\x2f\x93\xf9\xda\xe0\xb5\x1f\x77\x6a\xee\x34\xf0\x5e\xd1\xe3\x2f\x3b\xbd\x39\x7b\xb1\x7c\xda\x0b\x60\x28\x75\xf2\x04\x21\x70\x3f\xcb\x10\x12\xe0\x99\x95\xda\x3f\x83\x6f\x30\x15\x76\xe4\x80\x3f\xab\xea\x46\x3a\x36\x09\xe4\xff\x37\x0d\x1a\x60\x71\x6c\x26\x08\x0e\xb5\x93\x5e\x4e\x4a\xbf\x53\x5a\x49\xa3\x83\x06\xf4\x2f\xde\x5c\x80\x42\x31\x41\xf0\xca\x85\xb1\xf5\x14\xa8\x32\x41\x30\x43\x70\x18\x5b\xf4\x30\x13\x63\x05\x43\xa9\xd0\x05\x7b\x49\x57\xb4\x22\x76\x5c\x72\x1f\xb3\x87\xc4\xb4\x63\xe0\x76\xf8\x5d\x70\x34\x5c\x94\x33\xc7\x63\x90\xdf\x05\x17\xde\xe2\xec\x2f\xc0\x09\x49\xac\x5d\x2a\x06\x0d\x38\x31\x4a\x51\xe6\x97\x43\x65\xdd\x01\x40\x69\x2b\x87\x32\x06\x6f\xa0\xfb\xfa\x03\x9c\x49\x9d\x4f\xe1\x5f\x70\xe8\xfe\xff\xd7\x67\xd3\xa3\x8a\xc5\x85\xd0\x4f\x11\x92\x9b\x11\xf1\xd2\x62\x16\x5b\x99\x79\x90\x0e\xc4\x44\x48\x45\x9b\x19\xdc\xcc\x20\xc1\xa1\xc8\x95\x07\xe1\x20\x13\xd6\x93\x0b\x7d\x8a\x40\x58\x3c\xf7\x52\x39\xca\x39\xc8\x44\x7c\x2b\x46\x48\x9b\xd6\x67\x60\x4d\x5a\xc1\x18\xb4\x5a\xc0\x8a\x33\x19\x5c\x97\x9b\x16\xd5\xaf\xcd\xe4\xaa\x24\x00\x1a\x1a\x09\x99\x18\x2a\x19\xcb\x82\xf7\x48\xa6\x69\x93\x20\xaf\x98\x6b\x95\xb1\xd8\x21\x1d\xad\x8f\xd5\xb7\xd0\xa5\xc0\x37\x4d\xff\x08\xf3\x77\x64\xda\x3a\x02\xed\x89\x2b\xa7\x54\xeb\x2a\x24\xc2\x8b\xa0\x5a\x11\xdf\x7f\x7a\xdd\x39\xb9\x38\x7f\xdb\x3d\x6d\xb1\x8d\x22\x20\x72\x9f\x46\xab\x50\x64\x41\xd0\x3e\xeb\x77\x7a\xe7\xed\x7e\xf7\x8f\xce\x3a\x23\x0d\x55\x44\x69\x35\x7a\x74\xb5\x3e\x5a\x26\x86\x5b\x83\x21\x67\x7c\x06\x3e\x84\xe6\xfd\xc3\x80\x73\xb8\xbe\xfe\x07\x2c\x3d\xb3\x2d\xe9\xa3\x8c\x85\xc2\xa5\x27\x3f\x39\xf2\xe2\x72\x15\xae\xa3\x0b\x07\xab\xbf\x2c\x08\x2a\xbb\x0c\x96\x62\x0f\xca\xf5\xb7\x0c\x9b\xca\x49\x1f\xbb\x83\xcb\x4e\xef\x8f\x4e\x6f\xb0\xb4\xf6\xe0\x4d\xb7\x37\x2f\x86\xc9\xdc\xd2\x36\x5b\x0f\xa7\xb2\xb4\xee\xcb\xb8\xb1\x9a\x0f\x25\x95\xab\x94\x9a\x85\x74\x1e\x75\x8c\x8b\xf8\xa6\xd2\x04\xca\xc4\xc2\x63\x42\x3b\xcc\xd9\xc5\xe9\xe0\xf5\xa7\xf3\x37\x67\x9d\xc1\xeb\x8b\x8b\xfe\x65\xbf\xd7\xfe\x38\x68\xf7\x4e\xde\x91\x61\xce\xdb\x1f\x3a\x94\x38\xb9\xc3\x24\x68\x90\xda\x52\x27\x32\x2e\xd3\xd1\xa7\xc2\x83\xa8\xf5\xcb\xcc\x9a\x18\x9d\x83\x54\x38\x10\x8a\xe6\x8c\x19\x64\x16\x27\xd2\xe4\x4e\xcd\xc0\x8b\x5b\xd4\x90\x29\x11\x23\x08\x9d\x14\xd2\x58\x74\xb9\xf2\x52\x8f\x82\x06\xdc\xe4\x3a\x51\xb8\xe4\x2c\x24\xa7\x03\x97\x62\x97\xb9\x13\x42\xb7\x3a\x3b\x16\x0e\x7f\x86\x3b\xaa\xd2\xb1\xca\x13\x04\x27\x64\xb2\x80\xa9\x0a\x33\xf1\x2a\x53\x83\x8f\x2d\x16\xaa\xdf\xcc\xc0\xa7\xd2\x55\xd5\x21\x0c\x1a\x41\x03\xda\x1a\x70\x2a\xc6\x99\xc2\x22\x69\x05\xb8\x18\xb5\xa0\xfd\xec\x2e\x45\x8b\x25\x43\x2a\x32\x0a\x70\x32\xcb\x5d\x8a\x1a\xee\xf0\xc0\x22\xd8\x5c\x6b\x0a\x97\xea\x58\x01\x14\x3c\x0a\x39\x65\x13\x1d\xbe\x8c\x67\xa9\x79\x69\x82\x04\x33\x65\x66\x63\xd4\x1e\x32\xe3\x3c\xcf\xe4\xc4\xf8\x6a\xeb\x03\x62\xfb\x19\x6c\x11\x44\xa4\xac\x06\x01\x7e\x96\xc9\x58\xa8\xfa\xda\x65\x12\x0c\x83\xc6\x86\x41\x48\xe5\x75\x1a\x88\xcb\xfc\x75\x85\xdd\x4b\x43\xb8\x72\xa2\xcb\x2c\x72\x8b\xc5\x16\x59\xf8\xc4\x0a\xed\x86\xb4\x8d\x14\x80\x25\x69\xd0\x80\x89\x14\x40\x63\xd9\x48\xcb\xc2\xf7\x45\x14\x79\x53\x5a\xe4\x61\xf1\xc3\xe0\xc1\xd0\xa2\x90\x6a\x31\x65\x46\xbc\x04\xe7\x4b\x51\xd9\xc3\x0c\xf5\x58\x6c\xb1\xe5\xa4\xdd\xbc\x7f\x14\x7e\x1e\x7a\x61\xc3\xd1\x57\x16\xd4\x2b\xc5\x93\xe0\x1b\x45\xa3\x2c\x02\xdd\x22\xb4\xc8\xb3\x45\x3c\xae\x0f\x88\x55\x48\xed\x83\x5d\xd6\x62\x2f\x2c\xf0\xe9\xd7\x3d\xc5\xe1\x3c\x91\x16\xe3\x62\xd2\xdb\xce\xef\x47\xba\xc7\xda\xde\xc1\xd6\x26\xbe\x62\xbc\xf1\x45\x3e\x38\x16\xe0\x34\x33\xd6\xc3\x87\xf6\x65\xbf\xd3\xbb\x6c\x1d\x1e\x05\xe5\xe3\xa0\x76\x69\x58\xdd\x41\xac\x5f\x07\xfe\x17\x36\xa5\x50\x75\x9e\x16\x10\x33\xac\xa7\x8c\x17\x4a\xa1\xe5\xe5\x71\x6e\x75\x1b\x0a\x46\x2f\x84\xae\xbe\xfd\x4c\x6c\x20\x3d\x98\xb2\x2e\xc4\xb9\xb5\x94\x42\x45\x9e\xd1\x11\x95\x12\xbb\xee\x36\x37\xf5\x9c\xef\x6c\xc7\xeb\x8b\x5c\x29\xc6\x66\x5b\x5e\x5d\xed\xee\x52\x66\xb1\x4c\x6f\x9f\x0f\xbf\x45\x09\x4e\x22\x9d\x2b\xb5\x5e\xfb\x37\xb5\x99\xb3\xad\x2b\xcd\x87\xe4\x8b\x58\x80\xaa\x1a\x59\x1a\x34\x7e\x21\x3c\x83\xba\x23\x96\x5e\x07\xd6\x7c\xc5\xe0\xa8\x24\x2f\xee\x92\xb9\xdb\x9a\xe6\xaa\x2e\x53\x81\xbb\x50\x49\xe7\x59\x0d\x6d\x2c\xb2\xa2\x20\xf0\x65\x38\x6d\xdd\x28\x3e\x02\x12\xa0\x72\x58\x4b\xb7\x73\xb3\x70\x34\x0c\x4d\xae\x93\x1f\xcb\x09\x84\xaa\x71\x55\x5a\xa4\x5e\xd9\xe5\xf2\xf3\xab\xeb\x39\x5b\x6c\xab\x25\x42\x35\xaa\x94\x81\x45\xd3\x97\x35\x63\x68\xde\x97\xdc\x95\xa7\x1d\xd9\xd7\xc0\x47\x8b\x43\xb4\x16\x93\x76\x4e\xaa\xf8\xaa\xb1\xb9\x56\x96\xdf\x28\x19\xdf\xe2\x8c\xa8\x2e\xbd\x95\xb1\x7f\x67\x9c\x7f\x8f\xb3\x93\x14\xe3\x5b\xa9\x47\xad\xa1\x50\x0e\xe9\xf3\x27\x87\xf6\xbd\x36\x77\x9a\x28\xdc\x5b\xa9\xb0\xb5\xf4\x25\xf0\x3f\xbf\x27\x3e\x58\x6c\x2c\xbe\xfa\xbc\x14\xf6\xfa\xc5\x77\x04\xe6\xa6\x8a\x14\x6f\x7f\x87\x8a\xa5\xd0\xab\xd3\x81\x9f\x00\x2b\x32\x23\x7c\x3a\x19\x0e\x1e\x48\x86\x83\xad\x6c\xf8\xfb\xdc\x65\xc9\x63\xdb\x6e\x78\xba\x82\x44\xc7\x9b\x63\xf4\x23\xde\x89\x16\xd7\x0e\xfd\x76\x6f\xf0\xb6\x7b\xd6\x69\xb1\xe6\xfd\xe2\xf9\x05\x6f\xde\xbf\xbb\xf8\xd0\x99\x47\xb5\xfe\x58\x2f\xbe\x55\x63\x9b\xb3\x80\x3a\x49\xfc\xb5\x30\xf6\x5a\x67\x00\xce\xcb\x1e\x6e\xec\x18\x98\x7b\xf9\xe5\xea\x2a\x7c\xf9\x08\xda\x4b\x06\x61\x79\x1b\xbc\x10\x60\xbe\x68\x18\x67\x66\xb4\xe8\x6e\x77\x56\x7a\x8f\x9a\xba\xfd\x1a\xe1\x7f\x02\x00\x00\xff\xff\x34\xf6\x6f\x45\x07\x1b\x00\x00"), }, "/bootstrap/files/usr/local/bin/installer-masters-gather.sh": &vfsgen۰CompressedFileInfo{ name: "installer-masters-gather.sh", modTime: time.Time{}, - uncompressedSize: 1976, + uncompressedSize: 2624, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\x61\x8f\x1b\x35\x10\xfd\x5c\xff\x8a\xc1\x44\xdc\x25\x92\xd7\x6a\x3f\x02\x41\x8a\x28\x1c\x11\xe8\xa8\xda\x20\x90\x08\x3d\x39\xbb\xb3\x59\xf7\x76\x6d\x63\xcf\xe6\xae\xa4\xfb\xdf\x91\xb3\xbb\xc9\x36\xb9\x84\x4a\xf4\x5b\x62\xbf\x79\x6f\xe6\xcd\xf3\x7e\xf9\x85\xac\x83\x97\x2b\x6d\x24\x9a\x0d\xac\x54\x28\x18\xd3\x39\x10\x06\x02\xfe\x38\xda\x3e\x6f\x38\x4c\xe1\xea\x51\x08\x9d\x5d\x31\x2a\xd0\xb0\x67\x37\xb3\xc5\x4f\x3f\xbc\xbe\x9b\xbf\x9c\xf2\xd1\xf6\x45\xc3\xd9\xb3\x50\xe8\x9c\xe0\x05\xcb\x35\x63\xb3\xd7\x8b\xf9\x8f\xb3\xef\x17\x6f\xa6\x5c\x52\xe5\xa4\xf2\xa4\x73\x95\x52\x10\xa3\xed\xbe\xb2\xe1\xac\xba\xcf\xb4\x07\xe1\x80\x8f\xb6\xfb\x9a\x86\x33\x86\x69\x61\x81\xdf\x28\x2a\xd0\x6b\xb3\x86\x4a\x05\x42\x0f\xe1\x7d\x20\xac\x32\x08\x75\x55\x29\xff\x1e\x92\x24\xe1\xec\x97\xd9\xed\xcd\xf4\xd5\xaf\x6f\xe6\x7f\x74\xf7\x29\x95\x50\xea\x40\xa2\x36\x9a\x02\x08\x11\x48\x11\x4e\x73\xa5\x4b\xcc\xe0\xbb\xaf\x3e\x56\x93\xed\x79\x0b\x4e\xe8\x91\xce\xcb\x77\x0c\x7d\x17\xb1\x02\x22\x77\x1d\xda\x4e\x9e\x1e\x47\x46\x9c\x68\x71\x9c\x05\xcc\x40\x18\xb8\x0a\xf2\xed\x72\x02\xcb\xeb\x3f\xdf\xc2\x5f\x93\xe5\x18\x92\x89\x5c\x3e\x97\xee\x0a\xbe\xfd\xaf\xf6\xe0\x03\x3c\x14\xba\x44\xf0\xa8\x32\x10\x1e\x7e\xbb\x9d\x2f\x58\x66\x19\x00\x0c\x1c\xe8\x1a\x13\x22\xaf\xcb\x32\x72\x46\x58\xc3\x4f\xe7\x1f\xb4\x27\x3b\x54\x6b\x43\xe4\x7b\x67\x6b\x6f\x54\x19\x09\x45\x3d\x64\xf9\x04\x92\xd2\xae\x39\xcb\xac\xc1\xb3\x86\x76\xec\x97\xed\xeb\x41\x9c\xe5\xd6\x43\x40\xbf\xd1\x29\x82\x36\x70\x5f\xaf\xb0\x44\x82\xd4\x6b\x0b\x95\x4a\x0b\x6d\x50\xa4\xd6\xe4\x7a\x2d\x5a\x01\x91\x6b\x1f\x68\x65\x2d\x1d\xdf\x67\x0a\x2b\x6b\x44\x61\x03\x81\xd3\x1b\x4b\x60\x1d\x9a\x5d\x86\x85\xfa\xa7\xf6\x28\xbc\xad\x09\xc3\xe0\x78\x9d\xba\xee\xb0\x37\x7b\x68\x8e\xd8\xa9\x08\x61\xac\x70\x6a\x8d\x1e\x84\xb0\x35\xb9\x9a\xa6\xa1\xb0\x3e\xde\x44\x8b\xe2\x6b\xe9\x26\x78\xc2\xc4\x7e\x52\x79\x00\x7d\x82\x89\x06\xe9\xc1\xfa\xfb\x78\x72\xc9\xc6\x0e\xc6\x99\x76\xa0\xb2\xcc\x9f\x06\xa1\x43\x48\xed\x44\x04\xb4\x21\xd0\x0e\x76\x43\x5f\x84\xef\x10\x2d\x3e\x3a\x6a\x54\x75\x01\xdf\x23\x5a\x7c\xea\x62\x84\x25\x52\x2a\x3d\x06\x5b\x6e\x92\xb8\xa1\x33\xa5\xe7\x9f\x66\x6a\x0d\x29\x6d\xd0\x5f\xce\xd2\x01\xd6\xa6\x69\xff\x3f\xe6\x69\x74\x9d\x7a\x1d\x97\xe9\xe2\xb3\x51\x65\xdc\xea\xdf\xb5\x46\x1a\xf7\x0b\xdf\xc3\xef\xe2\x00\xd3\x8f\x0a\x14\xc4\xef\x63\xd4\xdb\xa3\x1a\x0e\x62\x03\x1f\x60\xed\xd1\x81\xb0\xaf\x80\xdf\xaa\x0a\xbf\x86\xe5\xf2\xe7\xeb\x64\x32\xe6\xe3\x96\xb4\xe5\x28\xed\x3a\x1c\x57\x9f\x78\x78\xe8\x5f\x0e\x90\xbb\x6e\x1a\x31\xac\x6d\x73\x33\xa0\xd7\x26\x38\x4c\xe9\x33\x2a\x74\x8c\x7d\x3a\x9d\xcd\x2a\x65\x86\xde\xe5\xd6\x57\x8a\x80\x6f\xb7\x90\xcc\x5f\x42\xd3\x40\xfc\x15\x2d\x08\xd0\x34\xa7\xdf\xb1\x83\x9a\xce\x8e\xac\xee\x17\xd0\x89\x9c\x78\x75\xa7\xb3\xff\x33\x4c\x2c\x3f\x38\xd6\x89\x3c\xe5\xd8\xe7\xd0\x39\xf2\xad\x0d\xf4\xef\x4a\x53\x8c\x73\x0c\xe5\x6e\xba\x5d\x8a\x5b\x7f\x1e\x94\x26\x10\xe6\x1b\xc8\x2c\xbc\xb3\xab\x10\x7f\x18\x64\xff\x06\x00\x00\xff\xff\x12\x5e\xe5\xeb\xb8\x07\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\x5b\x6f\xdb\x36\x18\x7d\x2e\x7f\xc5\x19\x6b\x2c\x71\x06\x5a\x6d\xf7\xb4\x8b\x07\x64\xed\x96\x19\xeb\xba\xa2\xcd\xb0\x61\x75\x1b\xd0\x12\x25\xb1\x91\x48\x8d\xfc\xe4\x38\x73\xf4\xdf\x07\x4a\xf2\xa5\x76\xec\x16\x58\xdf\x24\xea\x9c\xef\x72\x78\x48\x7d\x0f\xbf\x88\x6a\xef\xa2\x99\x36\x91\x32\x73\xcc\xa4\xcf\x19\x7b\x88\x0b\x45\x20\xe9\x32\x45\x90\x2e\xce\x35\xa9\x98\x6a\xa7\x58\x78\x19\x0f\x4e\x6b\x23\x4b\x05\x51\x0e\x19\xd3\x29\x48\x79\x02\x5f\x0c\x96\x8f\x1b\x8e\x31\x4e\x16\x42\xe8\xe4\x84\x51\xae\x0c\x7b\x70\x71\x7e\xf9\xcb\x4f\xaf\xae\x26\xcf\xc6\x7c\xb0\x7c\xd2\x70\xf6\xc0\xe7\x3a\x25\x3c\x61\xa9\x66\xec\xfc\xd5\xe5\xe4\xe7\xf3\xa7\x97\xaf\xc7\x3c\xa2\xb2\x8a\xa4\x23\x9d\xca\x98\xbc\x18\x2c\xd7\xcc\x86\xb3\xf2\x3a\xd1\x0e\xa2\x02\x1f\x2c\xd7\x9c\x86\x33\xa6\xe2\xdc\x82\x5f\x48\xca\x95\xd3\x26\x43\x29\x3d\x29\x07\x7f\xeb\x49\x95\x09\x7c\x5d\x96\xd2\xdd\x62\x34\x1a\x71\xf6\xfc\xfc\xc5\xc5\xf8\xe5\xef\xaf\x27\x7f\xf5\xdf\x63\x2a\x50\x68\x4f\xa2\x36\x9a\x3c\x84\xf0\x24\x49\x8d\x53\xa9\x0b\x95\xe0\x87\x2f\x3f\xcc\x16\x75\xeb\x1d\x78\x44\x0b\x3a\x9c\xbe\x8f\xb0\xaa\x22\x30\x10\x62\xd7\xbe\xab\xe4\xfe\x76\xa2\x80\x13\x1d\x8e\x33\xaf\x12\x08\x83\x13\x1f\xbd\x9b\x9e\x61\x7a\xfa\xe6\x1d\xde\x9e\x4d\x87\x18\x9d\x45\xd3\xc7\x51\x75\x82\xef\x3f\x56\x1e\xee\x70\x93\xeb\x42\xc1\x29\x99\x40\x38\xfc\xf1\x62\x72\xc9\x12\xcb\x00\x6c\x29\xd0\x17\x26\x44\x5a\x17\x45\x88\x19\x60\x0d\xdf\xef\x7f\xab\xbc\xa8\x47\x75\x32\x84\x78\xef\x6d\xed\x8c\x2c\x42\x40\x51\x6f\x47\xf9\x84\x20\x85\xcd\x38\x4b\xac\x51\x07\x05\xed\xa3\x1f\x97\x6f\x05\xe2\x2c\xb5\x0e\x5e\xb9\xb9\x8e\x15\xb4\xc1\x75\x3d\x53\x85\x22\xc4\x4e\x5b\x94\x32\xce\xb5\x51\x22\xb6\x26\xd5\x99\xe8\x12\x88\x54\x3b\x4f\x33\x6b\x69\xf7\x7b\x22\x55\x69\x8d\xc8\xad\x27\x54\x7a\x6e\x09\xb6\x52\xa6\xf5\xb0\x90\xff\xd6\x4e\x09\x67\x6b\x52\x7e\x6b\x39\x8b\xab\x7e\x71\x25\xf6\xb6\x38\xa2\xcd\x22\x84\xb1\xa2\x92\x99\x72\x10\xc2\xd6\x54\xd5\x34\xf6\xb9\x75\xe1\x4b\x90\x28\x9c\x96\xbe\x83\x7b\x44\x5c\x75\x1a\x6d\x40\x9f\x20\xa2\x51\x74\x63\xdd\x75\x58\x39\x26\x63\x0f\xe3\x4c\x57\x90\x49\xe2\xf6\x8d\xd0\x23\x22\x5d\x89\x00\xe8\x4c\xa0\x2b\xb4\x4d\x1f\x85\xb7\x88\x0e\x1f\x14\x6d\xaf\x91\x83\xf8\x15\xa2\xc3\xc7\x55\xb0\x70\xa4\x28\x8e\x9c\xf2\xb6\x98\x8f\xc2\x0e\x1d\xa0\x1e\x3e\x9a\xb1\x35\x24\xb5\x51\xee\xb8\x97\x36\xb0\xce\x4d\xeb\xf7\xe0\xa7\xc1\x69\xec\x74\xd8\xcc\x2a\x1c\x1b\x59\x84\x5d\xfd\xa7\xd6\x8a\x86\xab\x0d\x5f\xc3\xaf\x42\x03\xe3\x0f\x08\x12\xe1\x7e\x0c\xf9\xd6\xa8\x86\x43\xcc\x71\x87\xcc\xa9\x0a\xc2\xbe\x04\x7f\x21\x4b\xf5\x2d\xa6\xd3\x5f\x4f\x47\x67\x43\x3e\xec\x82\x76\x31\x0a\x9b\xf9\x5d\xf6\x9e\x86\x9b\xfa\xa3\x2d\x64\x5b\x4d\x23\xb6\xb9\x9d\x6f\xb6\xc2\x6b\xe3\x2b\x15\xd3\x67\xcc\xd0\x47\x5c\xb9\xb3\xb2\x49\x29\xcd\xb6\x76\xa9\x75\xa5\x24\xf0\xe5\x12\xa3\xc9\x33\x34\x0d\xc2\x53\x90\xc0\xa3\x69\xf6\xef\xb1\x4d\x36\x9d\xec\x48\xbd\xda\x80\x3e\xc9\x9e\x56\x57\x3a\xf9\x3f\xcd\x04\xfa\x46\xb1\x3e\xc9\x7d\x8a\x7d\x8e\x3c\x3b\xba\x1d\x30\xb4\xab\x4a\x61\x3d\x39\x15\xae\xba\xd4\x1e\x75\xf5\x06\xcb\x99\xaf\x13\xbb\x4d\xee\x7f\x03\x7b\x25\x6f\x20\xd1\xfa\xd7\xb4\x43\x55\x0b\xe4\xda\x93\x75\xb7\x47\xe9\x3d\x86\x87\x01\xe3\xa9\x2d\x8a\xa0\x59\xf7\x1b\x6a\x2b\x0f\x1e\xd0\xd6\x20\x34\xad\x53\x1d\x83\x2c\x26\x3f\xfe\x86\xe7\xda\xd4\x0b\xfc\x8d\x53\xff\xf5\x37\x8f\x16\xc3\x9e\xe2\x47\xb8\xcc\x15\x92\x59\x16\xb8\xec\x21\x7c\xec\x74\x45\xd0\x1e\x72\x2e\x75\x21\x67\x85\xc2\xec\x16\x89\x4a\x65\x5d\x10\xa4\x47\x25\x1d\xc1\xa6\xa0\x5c\x21\xc4\x12\x35\xe9\xc2\x87\x46\x50\xc9\xf8\x5a\x66\x2a\x4c\x33\x6f\xc0\x07\x61\xcc\xe1\x18\x8f\xc1\xdb\x9c\x1c\x6f\xbb\x69\x26\x6c\xfa\xee\x36\xf4\x15\x20\xdc\x12\xab\xc8\x8b\xbe\xc8\xce\x26\x87\xee\x59\x9b\x28\xd1\xb3\x3b\x60\x3b\x8a\xf9\x30\x8b\xf5\xcb\x23\x9f\x43\x24\x1f\xe5\xa5\xda\x1c\x05\x41\x54\x4e\x1b\x7a\x84\x3b\x2c\xa4\xcb\x3c\xc4\x23\xc4\x79\x69\x13\xc8\xaf\x5c\x3b\x87\x75\x4d\xfd\x29\x35\x85\x96\x42\x2b\xed\xc9\x69\xbd\xd4\x9d\xbd\x1b\xa9\x09\xc2\x7c\x87\xc4\xe2\xbd\x9d\xf9\xf0\x60\x14\xfb\x2f\x00\x00\xff\xff\x73\x1d\x15\xb8\x40\x0a\x00\x00"), }, "/bootstrap/files/usr/local/bin/kubelet-pause-image.sh.template": &vfsgen۰CompressedFileInfo{ name: "kubelet-pause-image.sh.template", @@ -1424,21 +1717,32 @@ var Assets = func() http.FileSystem { modTime: time.Time{}, uncompressedSize: 2437, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x95\x51\x6b\x1c\x47\x0c\xc7\xdf\xf7\x53\x88\x7b\x4a\x5e\x36\x4d\x30\x2e\x84\xb8\x50\x48\x0a\x7e\xa8\x6d\x38\x97\x3e\x6e\x74\x33\xda\x1b\xd1\xd9\x99\xa9\xa4\x3d\xe7\x28\xfd\xee\x65\x76\x2f\xb1\x8f\xdc\x5d\xa8\x7b\x50\xf2\xba\x3b\xd2\xff\xa7\xbf\x46\x1a\x23\x11\xec\xb3\x0c\xf0\x57\x03\x20\xf4\xe7\xc8\x42\xbe\xdb\x90\x28\xe7\x04\x57\xb0\xf8\xe9\x0a\x7e\x68\x5f\xbf\x59\x34\x7f\x37\xcd\x06\x85\x71\x15\x09\x16\x03\xba\xc0\x89\xba\xcd\x45\xe7\xd8\x8b\x2e\xa6\x78\xdb\x16\x82\x2b\x88\xac\xf6\x42\x4d\x38\xad\x5f\x36\x0d\x80\x27\x75\xc2\xc5\xe6\x8c\xef\xde\x7d\xb8\xfd\xa5\xb9\x0f\x34\x9d\x83\xdc\xc3\xf5\xdd\xe6\x02\xd0\x7b\x21\x55\xd0\x82\x8e\x14\x7a\xc9\x03\x3c\x04\x76\x01\x2c\x03\xaa\xf2\x3a\xc1\x4e\x15\xae\xef\xb4\x6d\x6a\x96\x23\x50\x97\xe7\x81\xba\x3c\x0f\x94\x1a\x49\xe7\xf2\x98\x6c\x0f\x68\x66\x99\x51\x7a\x1c\xa3\x55\xb7\x5f\x2f\x4e\xb1\xa5\x71\x58\x91\x54\xba\x39\x2b\xa4\xec\x49\x2b\xcb\x8a\xc0\x09\xa1\x91\x6f\x9b\xfb\xc0\x0a\x58\x4a\x64\x52\xc8\x29\x6e\xeb\x01\x17\xf3\xe8\xa1\x44\xb4\xda\xed\x13\xa4\xda\xa9\x0b\xe4\xc7\x58\x3f\xee\x01\xaf\x72\x8e\xfb\xb8\x3d\x46\xa5\x63\xc0\xbf\x07\xb2\x40\xb2\x8f\x8a\x42\xf0\x24\xff\x41\x8e\x15\x2a\x75\x3e\x0f\xc8\xe9\xa8\x61\x87\xfd\xa9\x91\xf0\xfe\x66\x09\x73\x74\x35\xca\x02\x81\x8b\x63\x45\x68\xe1\xda\x60\x18\xd5\xe0\xe6\xf6\x1e\x5c\x4e\x56\xcf\x20\x98\x20\x47\x4e\x6b\x28\x24\x9c\x7d\x0b\xcb\x3c\x50\x53\xd3\x14\xc9\x1b\xf6\x24\x0a\x0f\x1c\x23\xe0\x68\x79\x40\x63\x87\x31\x6e\xeb\xdd\x00\xab\x56\x73\x0f\x89\x1c\xa9\xa2\x6c\xdb\xa6\xf9\xf0\x09\x87\x12\xe9\x2d\x7c\xcc\x85\x92\x06\xee\xad\xa5\xf9\x5b\xeb\xf2\xf0\xb1\x6d\x9a\x9b\x6c\xf4\x16\xa6\x3e\xf5\x4c\xd1\xc3\xaf\xbf\x2d\xef\x6b\x0f\x95\x0c\x06\x4c\xe3\x24\x50\x84\xb3\x4c\xbd\xab\x9d\xad\x80\x4f\x8b\x79\x76\x9b\x77\x09\x9e\xe7\xf0\xff\x69\xec\xcf\x31\x4e\xaa\x42\x2e\x8b\x57\xe8\xab\x3b\x8f\x14\xd3\xdd\xda\x0d\x01\x8c\xc9\x93\xcc\x59\x66\xe4\x73\xb9\xfe\xb5\x9f\xbc\x4e\x5c\x7d\xea\xe6\x8b\xfe\xed\x19\x3f\x3a\xe2\x2f\x38\x19\x49\xc2\xf8\x12\xae\x77\x49\xab\x9b\x3d\xaf\xa1\xe7\x48\x93\xb3\x94\x4c\xdb\xb9\x88\xda\xfe\x3d\xe3\xd6\x94\x48\xa6\xf2\x57\xdb\x89\x9a\x93\x1a\xc6\xf8\x0d\xee\x55\xce\xa6\x26\x58\xbe\x63\xf4\xae\xaa\x9c\x87\xff\x0e\x6d\x5a\xef\x27\xeb\x98\x2e\xdf\x17\x75\x08\x59\xed\xbf\x94\xf6\xea\xd5\x1c\xfc\xa5\x44\xd6\xfd\xb8\xdb\x42\x69\x59\x57\x09\x7c\x06\x8d\xdb\x16\xde\x67\x48\xd9\x60\xc8\x9e\xfb\xed\x81\x11\x67\xff\x2f\xc6\xfb\x89\x05\x75\xd2\x1f\x15\x3f\xcf\x17\xfb\xb6\x99\xb7\xce\xe3\x97\x79\xec\x57\x34\xbf\x49\x9f\x20\x52\x5a\x5b\x80\x37\x3f\x02\xa6\xdd\xcf\x80\x1b\x9a\xf7\x13\xc6\x12\x30\x8d\x03\x09\x3b\xc8\x02\x61\x5b\x02\x25\x70\x01\x05\x5d\x7d\x7a\x0e\xf5\x7a\x54\xea\xb8\x6c\x2e\x8e\x3c\x45\x5f\xd7\xb1\x0c\x79\x8c\x7e\x6f\x33\x3c\xbe\x8e\xf0\xc0\x16\xa0\xe6\x83\x44\xf6\x90\xe5\x0f\x4e\xeb\x13\xb2\x97\x67\x96\xbd\x3c\x24\xfb\x4f\x00\x00\x00\xff\xff\x50\x52\x21\xca\x85\x09\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x95\x51\x6b\x1c\x47\x0c\xc7\xdf\xf7\x53\x88\x7b\x4a\x5e\x36\x4d\x31\x2e\x84\xb8\x50\x48\x0a\x7e\xa8\x6d\x38\x97\x3e\x6e\x74\x33\xda\x1b\xd1\xd9\x99\xa9\xa4\x3d\x67\x29\xfd\xee\x65\x76\x2f\xb1\x8f\xdc\x39\x34\x3d\x28\x7d\xdd\x1d\xe9\xff\xd3\x5f\x23\x8d\x91\x08\xf6\x59\x06\xf8\xb3\x01\x10\xfa\x63\x64\x21\xdf\xed\x48\x94\x73\x82\x2b\x58\xfd\x78\x05\xdf\xb5\xaf\x2f\x56\xcd\x5f\x4d\xb3\x43\x61\xdc\x44\x82\xd5\x80\x2e\x70\xa2\x6e\x77\xd1\x39\xf6\xa2\xab\x39\xde\xa6\x42\x70\x05\x91\xd5\x5e\xa8\x09\xa7\xed\xcb\xa6\x01\xf0\xa4\x4e\xb8\xd8\x92\xf1\xed\xdb\xf7\xb7\x3f\x37\xf7\x81\xe6\x73\x90\x7b\xb8\xbe\xdb\x5d\x00\x7a\x2f\xa4\x0a\x5a\xd0\x91\x42\x2f\x79\x80\x87\xc0\x2e\x80\x65\x40\x55\xde\x26\xd8\xab\xc2\xf5\x9d\xb6\x4d\xcd\x72\x02\xea\xf2\x3c\x50\x97\xe7\x81\x52\x23\xe9\x5c\x1e\x93\x1d\x00\x2d\x2c\x0b\x4a\x8f\x63\xb4\xea\xf6\xeb\xd5\x73\x6c\x69\x1c\x36\x24\x95\x6e\xc9\x0a\x29\x7b\xd2\xca\xb2\x21\x70\x42\x68\xe4\xdb\xe6\x3e\xb0\x02\x96\x12\x99\x14\x72\x8a\x53\x3d\xe0\x62\x1e\x3d\x94\x88\x56\xbb\xfd\x0c\xa9\x76\xea\x02\xf9\x31\xd6\x8f\x07\xc0\x9b\x9c\xe3\x21\x6e\x8f\x51\xe9\x14\xf0\x6f\x81\x2c\x90\x1c\xa2\xa2\x10\x3c\xc9\x7f\x94\x63\x83\x4a\x9d\xcf\x03\x72\x3a\x69\xd8\x71\x7f\x6a\x24\xbc\xbb\x59\xc3\x12\x5d\x8d\xb2\x40\xe0\xe2\x58\x11\x5a\xb8\x36\x18\x46\x35\xb8\xb9\xbd\x07\x97\x93\xd5\x33\x08\x26\xc8\x91\xd3\x16\x0a\x09\x67\xdf\xc2\x3a\x0f\xd4\xd4\x34\x45\xf2\x8e\x3d\x89\xc2\x03\xc7\x08\x38\x5a\x1e\xd0\xd8\x61\x8c\x53\xbd\x1b\x60\xd5\x6a\xee\x21\x91\x23\x55\x94\xa9\x6d\x9a\xf7\x1f\x71\x28\x91\xde\xc0\x87\x5c\x28\x69\xe0\xde\x5a\x5a\xbe\xb5\x2e\x0f\x1f\xda\xa6\xb9\xc9\x46\x6f\x60\xee\x53\xcf\x14\x3d\xfc\xf2\xeb\xfa\xbe\xf6\x50\xc9\x60\xc0\x34\xce\x02\x45\x38\xcb\xdc\xbb\xda\xd9\x0a\xf8\xb4\x98\x6f\x6e\xf3\x3e\xc1\xb7\x39\xfc\x5f\x1a\xfb\x53\x8c\xb3\xaa\x90\xcb\xe2\x15\xfa\xea\xce\x23\xc5\x7c\xb7\xf6\x43\x00\x63\xf2\x24\x4b\x96\x05\xf9\x5c\xae\x7f\xe9\x27\x6f\x13\x57\x9f\xba\xe5\xa2\x7f\x7d\xc6\x4f\x8e\xf8\x0b\x4e\x46\x92\x30\xbe\x84\xeb\x7d\xd2\xea\x66\xcf\x5b\xe8\x39\xd2\xec\x2c\x25\xd3\x76\x29\xa2\xb6\xff\xc0\xb8\x2d\x25\x92\xb9\xfc\xcd\x34\x53\x73\x52\xc3\x18\xbf\xc2\xbd\xc9\xd9\xd4\x04\xcb\xff\x18\xbd\xab\x2a\xe7\xe1\xbf\x43\x9b\xd7\xfb\xb3\x75\xcc\x97\xef\xb3\x3a\x84\xac\xf6\x6f\x4a\x7b\xf5\x6a\x09\xfe\x5c\x22\xeb\x61\xdc\x6d\xa1\xb4\xae\xab\x04\x3e\x81\xc6\xa9\x85\x77\x19\x52\x36\x18\xb2\xe7\x7e\x3a\x32\xe2\xec\xff\xc1\x78\x3f\xb1\xa0\x4e\xfa\xa3\xe2\xa7\xf9\x62\xdf\x36\xcb\xd6\x79\xfc\xb2\x8c\xfd\x86\x96\x37\xe9\x23\x44\x4a\x5b\x0b\xf0\xfd\x0f\x80\x69\xff\x33\xe0\x8e\x96\xfd\x84\xb1\x04\x4c\xe3\x40\xc2\x0e\xb2\x40\x98\x4a\xa0\x04\x2e\xa0\xa0\xab\x4f\xcf\xb1\x5e\x8f\x4a\x1d\x97\xdd\xc5\x89\xa7\xe8\xcb\x3a\xd6\x21\x8f\xd1\x1f\x6c\x86\xc7\xd7\x11\x1e\xd8\x02\xd4\x7c\x90\xc8\x1e\xb2\xfc\xce\x69\xfb\x8c\xec\xe5\x99\x65\x2f\x8f\xc9\xfe\x1d\x00\x00\xff\xff\x7a\x1c\xdc\xfc\x85\x09\x00\x00"), }, - "/fcos-amd64.json": &vfsgen۰CompressedFileInfo{ - name: "fcos-amd64.json", - modTime: time.Time{}, - uncompressedSize: 5777, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x97\xcd\x72\x63\xb7\x8e\xc7\xf7\x79\x8a\x2e\xaf\x23\x9b\x00\x08\x10\xcc\x1b\xcc\x76\xaa\x66\x3d\x05\x02\xa0\xad\x89\x65\x39\x92\xdc\x9d\xc9\xad\xbc\xfb\x2d\xd9\xed\x8e\xdd\xd6\xb1\x95\x4e\xdd\x95\x4a\xe7\x1c\xfc\x08\xfe\xf1\x41\xf0\x5f\x3f\x7d\xfa\xf4\xe9\xd3\x85\x6d\xd6\xfb\x8b\x5f\x3e\x3d\xfd\x7b\x7a\x32\x57\xfb\xed\xc3\xe1\x66\x05\xaf\x9e\x3f\xbe\xbb\xf9\xbc\xb9\xf8\xe5\xd1\x68\x55\xb2\x69\x8a\x8f\x2e\x22\x59\x55\xe4\xe2\xdb\xa7\x7f\xfe\xfc\x82\x76\xbf\x4a\xdb\x1f\x3e\x82\x75\x56\xa6\x56\xb3\x4b\x09\xe8\xd9\x16\x61\x77\xdb\xdd\xe1\xe6\x1c\x62\x8b\xc2\x1d\xbc\x4d\xe2\x04\xe7\x72\x06\x11\xdf\x27\xca\xe8\x16\xc9\x5d\xbd\x8a\x59\xf0\x19\x44\xfa\x40\x42\x91\xd2\x3b\x98\x20\x4b\xc6\xd4\x45\xe2\x59\x01\x89\x54\x6d\x53\xbb\x0e\x1d\x3d\x63\xbe\x4f\x3b\x47\x43\x72\x1e\x0c\x1a\x4a\x92\x65\xc2\xb2\x86\x7f\x11\x3f\xd0\x10\x01\x65\x72\xa5\x64\xa9\x08\xb2\xa0\xa1\xdb\xca\xf3\xee\xb0\xb3\xdb\x8f\x3c\xac\x85\x29\x39\xb0\x59\x99\x19\xb5\x9e\xe6\xe5\xc3\xb9\x3c\x62\x9c\x90\x65\x52\x72\xa1\x40\x5a\xe4\x3d\xc6\xf8\x23\xda\x54\xee\xb5\x6a\xe9\x1c\x2e\xd0\x17\x76\x9b\x0f\xe7\xc5\xb7\xf5\x5e\x72\xf4\x42\xdc\x5b\xe4\xb4\x45\xda\x97\xfc\x38\xb4\x8c\x96\xa6\x61\x43\x05\xea\x2c\xe3\x7d\xd8\x07\x51\xd5\x62\x75\x36\xaf\x95\xc6\x70\xb6\x65\xd5\x1e\x61\x1f\x14\x05\x41\x2f\xd9\x6a\xe2\xa8\xdd\x07\xf6\xd3\xb0\x4d\x9e\x27\xda\x6c\x52\x0d\x1c\xdb\x98\x9e\x19\x0b\xb4\xbd\x9d\xd5\xa5\xa2\x63\xb4\x8c\x21\xa0\x2a\xb3\x2f\x64\xdb\xc3\xfe\x2c\x98\xa6\x7a\x76\x1e\x50\xa1\x49\x21\x7c\x1f\xf6\x51\x04\x06\xf8\x9c\x31\xc0\x1d\x52\x73\x21\x37\x1e\xf6\x67\xe5\x46\x04\xfa\x00\xe5\x14\xe5\x9e\xb4\x90\x1b\xcf\xb0\x0f\x3c\x6b\x92\x00\x4d\x40\x49\x59\xe5\x95\x67\x3f\xbd\x40\x5e\xd8\x1f\x0f\xbb\x7c\x7d\x12\xad\x37\x76\x7d\x7c\x74\x31\x33\xb6\x3b\x5b\xf9\x76\x97\xdb\xfd\x8a\xea\x25\x16\x84\x22\x28\x97\x74\x09\xab\x47\xcb\xcb\xdf\x55\xfe\x57\xea\xe5\xe7\x9b\xb8\x78\xe9\xe4\xee\xf6\x08\xb8\x39\x1c\xee\xf7\xbf\x5c\x5d\x8d\x87\xf5\x6d\xec\x2f\x9f\x40\x97\x4f\xd8\xfb\xdd\xf6\xff\xd2\x0f\x97\xdb\xdd\xf5\xd5\xfd\x6e\x1b\x57\xfb\xc3\x2e\x6d\xb3\xbf\xda\x1f\x6c\xdc\xe6\x57\x9b\xab\xef\x56\xbd\x7a\x5a\xef\xea\xef\xb9\x76\xf9\xfb\x1f\x17\xaf\x76\x3d\x6c\x9f\xff\xf3\xdf\xff\xf5\x9f\xf5\xf1\xe2\x79\xb1\xe3\x57\xeb\x38\x2e\xf6\xdd\x97\xcf\x5f\x5c\xfb\xfd\xeb\x10\x4c\xdb\xac\x6f\xff\xff\x6d\x0c\x9e\xd6\x7d\xa9\xf4\x62\xb0\x56\xcf\x0b\xad\x68\x05\xab\x6b\xbf\x5f\xfd\xae\xb2\x92\xfa\xd2\xf8\xeb\xfe\xde\x9a\xfb\xed\xf6\xe1\xbd\x80\xee\x0f\xdb\x9d\x5d\xe7\xe5\xf5\x76\x7b\x7d\x9b\x76\xbf\x3e\x0a\xb7\xb9\x3a\x01\x59\x3d\x3a\xb8\x7a\xb8\xbf\xdd\x5a\xec\xaf\x9e\xfe\xad\x37\xf7\xdb\xdd\xe1\x4d\x10\x97\x5c\xbe\x3c\xd8\xee\xf2\xfa\xbb\x10\x3e\x92\xbe\x9f\xa1\xbe\xec\xdf\x56\xc5\xbd\x1d\x6e\xce\xc8\xe6\x2f\xfb\x6f\x09\xb3\x89\x5f\x8f\x19\xf3\xf3\x6b\xce\xfe\xc6\x90\xe5\x48\x82\xc9\xd1\x3b\xcf\x3a\x30\x2a\xe7\x28\x1c\xcd\xa9\x48\x31\x46\x6f\xcd\xbd\x02\x54\xc0\x69\x98\x18\x3d\xcb\x88\xb4\x88\xae\x53\xdd\x6a\x19\xfc\x86\xbc\xfe\xe3\x18\xc2\x26\xb5\x42\xc7\xa2\xdf\xbd\x7e\xb8\xf3\xed\xe6\x7e\x97\xfb\x7d\xc6\xea\x2f\x2f\x86\x56\xd5\x62\xee\x3e\x87\x26\xcf\x41\xa3\x0d\xa2\x4a\x19\x6d\xb6\x81\x66\x73\x16\xa4\x2e\x65\xb0\xc2\x4c\x41\xec\xa3\x56\x19\x40\x84\xf2\x2a\x11\x4e\x2c\xf3\xd5\x25\xc5\x2e\x05\x50\x4f\x4f\x20\x6f\x7a\xc7\xdf\x11\xfc\x44\x8d\x2e\x2a\x9e\xda\xb3\x66\xa5\x04\x71\x77\x29\x53\x2c\x18\x73\x78\x50\xa5\x12\x3d\xc0\xb8\x84\x4c\x6c\xc7\x1f\x87\xde\x54\xa3\x84\x62\xc9\xd2\x52\x62\x41\x71\x81\xd6\x0a\x36\xac\xe7\x29\x2e\x58\x94\x4d\x70\x90\x42\x97\x3a\x55\x8d\x25\x66\x6f\x12\x4a\x85\xbd\x90\x97\x68\x94\xd4\x18\x4a\x43\x62\x6d\x51\x08\x5a\xc7\x08\x77\x2a\xe7\x28\x0e\xa5\x51\xab\xa0\x8d\xf1\xa4\xe6\xdf\xb7\x8a\xbf\xa1\xf8\xb5\xdf\x3f\xeb\xfd\xb5\xa0\x16\xf5\xae\xc8\x83\x22\x66\x07\x02\x86\x09\xa0\xca\x48\xbd\x4e\x76\xa2\xf4\xc0\x5a\x19\x7b\xf5\x3a\x7b\x98\x2b\x18\x5b\x9f\x65\x50\x75\xf4\x51\x9b\x2c\x67\x78\x61\xc4\x82\xe7\xe9\x8d\x65\x66\xed\x4a\x09\x3d\xb3\x86\x0b\x26\xb4\xa1\x0d\xca\x94\x82\xdc\x7d\xa2\xf7\xa4\xd9\xa8\x1f\xe7\x0d\xc5\x38\x96\x1d\x90\x3a\x76\x64\x3c\x2b\xc3\x81\xb1\x14\x6d\xa5\x96\x93\x72\xaf\xef\xd6\x87\x9d\x6d\xe6\x0f\xf7\x95\xdb\xf5\xe7\x5c\x7d\xa3\x3c\xeb\xbf\xde\x5c\x2f\x8b\x2f\x23\x18\x38\x58\xc6\x20\x0c\x90\x1e\x58\xc1\x74\x88\x34\x03\x4d\xd3\x56\x3a\x65\x2b\xb5\x77\xb1\xe1\xdc\x2d\x4b\x53\xe9\x80\x9d\x98\xdb\xc2\x75\x66\xbd\xdf\xfe\x93\x3d\x7c\xf3\x7c\xbf\x5d\xf6\x9c\x6c\xf4\xcc\x54\x68\x85\x41\x91\xe7\x6c\x5d\x28\x12\x6b\x78\x10\x98\x96\x36\x05\xcb\xc4\xe6\x43\x72\x20\x59\x34\x70\xee\x3a\xa4\x44\x89\x85\xc1\xee\xd7\xdc\xdd\xe5\xed\x3f\x0a\xc0\x13\x62\xf5\xb4\x87\x77\xda\x4c\x1d\xec\xe6\x4d\x46\x9f\x7c\xbc\x21\x56\xd5\x89\x53\x03\x9a\x86\xe2\x6c\xc5\x3d\xa9\xf2\x71\x17\x5d\xc5\x0b\x90\x0c\x83\x6e\xa5\x0a\x99\x2d\x5c\x34\x36\x79\xb0\x1f\x76\xff\xd1\xf8\x59\xfc\x9d\x7d\x79\xb7\x4d\x12\x25\xb7\x51\x62\xd6\x52\x20\x54\x66\xb4\x04\x95\x78\x6c\x83\x63\x76\x86\x29\x53\xac\x30\x41\x6b\x39\xc9\x9b\x11\x0c\xa8\x5a\x83\x87\xeb\x78\xa7\x4d\xd6\x72\x76\x9b\xec\x16\x26\x5a\x7a\xaf\x3c\xbd\x37\x6c\xdc\xcc\xd4\x41\x32\x98\x1d\x1d\x13\xa8\x39\x73\xf3\x51\xb3\x05\x6b\x89\x48\x99\x38\xa8\x55\x4d\xf6\x73\xca\x16\x19\x98\x89\x14\xeb\x49\xc9\xb7\xf7\x79\xb7\x3f\x98\xff\xfa\xa3\xb2\x7f\x03\x3c\x4b\xff\x9b\x6f\xbf\xe0\xbb\xe2\x0b\xb7\x22\xd0\x8e\xad\xc7\xb8\xc5\x08\x9a\xd1\xc3\x85\x86\x56\xf1\xac\xe0\x4a\x66\xc5\x92\x2a\x70\x6f\x05\x02\x0b\x97\x69\xc3\x6a\x47\x70\x5b\x14\x9f\xb9\x56\xaa\x67\x4e\x05\x8e\x24\xd5\x6a\xc4\x68\xb5\x05\x12\x1e\xeb\xcf\xa9\x6b\x74\x96\xd6\x7b\x20\x1d\x73\x97\xe6\xd0\xe9\xc8\xcd\xd8\x06\x84\xb6\x21\xa5\x8a\xd2\x9b\x93\x72\xa1\x67\xf2\x71\x0f\x24\xa7\xc5\x3f\x4e\xc9\x3f\x3c\x17\x3c\x59\xbf\x38\xa8\x96\x15\x2f\xd0\x8e\xa2\xb7\x59\x50\x31\x61\x06\x50\x18\xb0\x81\x10\xe1\x34\xa5\x81\x4e\x43\x86\xcf\xc7\x13\x8b\x68\x20\x36\x6a\x9e\xd6\x48\xdc\x61\x49\xf1\xce\x45\x4b\x97\xd3\x27\xc2\x6f\xb9\x79\xf8\xd1\xbd\x1d\x6d\xcf\x4f\xa8\x09\x29\x5d\x6b\x12\x8b\x22\xce\x0a\xdd\x11\x9a\x77\x36\xd6\x39\x0a\x77\x57\xc1\xe3\xf9\x67\xd0\xb5\x63\xd3\xa0\x6c\x0e\x26\xea\x93\x30\x70\x31\xa1\xb4\x50\xa7\x5a\xce\x4b\x28\xf3\xf4\x34\x89\x68\x43\xa2\x77\x63\xae\x1e\xa4\xe0\xc0\xd4\x8b\x55\xb0\x39\x47\x64\x95\x3c\x0e\x67\x9a\xa3\x9b\x48\x36\xb3\x26\x4c\xb3\xcd\x33\x13\x4a\x44\x00\xf0\xb4\xe4\x9f\x37\x5f\xec\xc7\x07\xcd\x27\xeb\x67\xd9\xb7\x9f\xdf\x16\xda\x5f\xfd\xb3\x6b\x6d\x2a\x6d\x44\xad\x81\xc2\xd8\xad\xf7\xc7\xc3\x8a\x6b\xfa\x4c\x80\x92\x4d\x38\xa2\x50\x4e\xac\x84\xc5\x35\x88\x5b\xe9\x90\x7a\x62\xa4\x7e\x31\x45\xb7\xa2\x5a\x16\xee\xe0\x4f\x29\xbf\xf2\xed\x66\xb3\x7e\xbc\x8c\x21\xe3\x9c\xf3\xd8\x14\x59\x02\x94\x8c\x9c\xc1\x0b\x5b\x71\x29\x38\x04\x0a\xc0\x14\x1f\x35\x12\xc9\x58\x09\x68\x18\x8d\x52\x90\xc2\x49\x9e\x07\xcd\x67\xf0\xe7\xdc\xed\xd7\xdb\xbb\x53\x17\xd0\x9f\xfe\xfc\x77\x00\x00\x00\xff\xff\xa6\xa5\x6c\xb8\x91\x16\x00\x00"), + "/coreos": &vfsgen۰DirInfo{ + name: "coreos", + modTime: time.Time{}, }, - "/fcos-stream.json": &vfsgen۰CompressedFileInfo{ - name: "fcos-stream.json", + "/coreos/OWNERS": &vfsgen۰CompressedFileInfo{ + name: "OWNERS", modTime: time.Time{}, - uncompressedSize: 18245, + uncompressedSize: 288, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5c\xdb\x52\x1b\xc9\xb2\x7d\xf7\x57\x38\x78\x3e\x82\xca\xba\xe4\xc5\xdf\x71\x9e\xce\xcb\x89\xac\xcc\x2c\xac\x6d\x84\x18\x49\xd8\x9e\xd9\xe1\x7f\xdf\x21\x04\xec\xc1\x80\x6c\xa4\x19\x61\x11\xf3\x84\xa2\xbb\xaa\x7b\x65\xf6\x5a\x95\x97\xee\xe2\xdf\xef\xde\xbf\x7f\xff\xfe\x64\xb9\x5a\x84\xce\x4e\x3e\xac\x7f\x69\xbf\x88\x93\xff\xd9\x1c\x9f\xc5\x4a\x5d\x57\x7a\xf2\xe1\xfd\x66\xe4\xcd\xd1\x0b\x5d\xae\x26\xb3\xb9\x4f\xc7\x34\x7c\x3d\x29\xa7\x0c\x93\x44\x13\xa8\xff\x9b\xe1\x43\x4b\x1f\x6a\xf9\xbf\x93\x9b\xf1\xdf\x6e\x2f\xa4\x0b\xfb\x38\x5d\x85\xad\xae\x17\xb1\x7c\x78\xb5\xaf\x8c\xff\x8f\xf5\xc1\xb1\xdb\x29\xab\xe9\x50\x5b\x2d\x1f\x9d\xda\x9c\xbe\x98\xfe\x7e\x7d\xf9\xe4\xb9\x9b\xf3\x8b\xb8\x08\x5d\xc6\x1a\x5e\xa9\xa7\x6b\x84\x09\x33\x9e\x96\x53\xb8\x35\xee\xd1\x8c\x31\x5f\xcc\xf4\x99\xdb\xdd\x0f\xfa\xcd\xe6\x5f\xf2\xe9\xd7\x3f\xb6\x8e\xba\x19\xe9\xd3\xe5\xa7\x1f\x8e\xba\x19\x79\x31\x37\x5d\x4d\xe7\x6b\x63\x4e\x3e\xae\x56\x57\xcb\x0f\x67\x67\xfd\x7a\x7a\xe1\xcb\x53\x9b\x2f\x62\xbe\x3c\x1d\xe1\xf3\x85\x5e\x2d\xe6\xff\x0a\x5b\x9d\xce\x17\xe7\x67\x57\x8b\xb9\x9f\x6d\x1e\xdb\xf2\x6c\xf3\xd0\x6e\xe7\x9c\x7d\x67\xee\xd9\xc6\xc1\x67\x9b\x6b\x4c\x36\x57\x9c\x7c\x37\x68\xb2\x71\xe7\xe9\x66\xec\xe9\xbd\x95\x4f\xbb\xea\x01\xfa\xe5\xf4\xfc\x52\xd7\xcf\xf5\xd7\x83\x7f\xba\x9c\x9e\xff\x94\x09\x1f\x35\x37\x5c\xe3\x6f\x24\x03\x6a\x83\x26\x5e\xd0\x19\x3b\xa1\x90\x50\xd7\xc1\x35\x27\x6f\x05\x7a\x82\xc4\x23\x90\x4b\x6f\x45\xb2\x54\xac\x41\x5d\xd9\xaa\x76\x6d\x3f\x73\xb7\xeb\x4b\x9b\xcf\xae\x16\xb1\x5c\x86\x4f\xfe\x74\x6b\x88\xea\xa5\x85\x26\xf1\xda\x4a\xf4\x0a\x99\x7d\xb8\x70\xc1\x66\x46\x39\x5b\xce\xb5\xf6\xd1\x22\x27\xea\x2a\x3e\x6a\x2e\x2d\xe5\xcc\x2c\xd8\xd2\xc9\xd6\x3b\x7f\x7b\xf6\xec\xd3\x67\x1e\x1f\xfd\xf6\xd8\xb4\x13\xfd\xf2\xbc\x5c\xfe\x2e\x05\x7e\x9e\xf9\xa7\xb7\x28\xc0\x2f\xcb\x3b\xfa\xde\x59\x78\x34\xe2\x7b\x04\xfd\xe5\xc2\x83\xd1\x5c\xa4\x8d\xda\xb3\xd7\x16\x3d\x35\x27\x2b\x09\x93\xb6\x6c\x44\x66\x15\xa0\x42\x1e\x9a\x23\xbb\x44\xea\x1e\xea\x2e\x3c\xd8\xb4\xa6\xbe\x8f\xf0\x3a\x57\xe6\xa4\x66\x36\x3a\x47\x1b\xbd\x74\xea\xa5\xd4\x12\x4e\x83\x7a\x56\x1d\x23\xe5\x22\x98\x7a\x63\x18\x81\x39\x4b\xaf\x15\x3b\x94\x92\x11\xeb\xab\x08\xef\x8f\xcd\x33\x3f\xb0\xf4\x3e\xfa\x5b\x54\xde\xda\x97\xf7\x04\xde\x98\x78\x34\xd2\x7b\x8c\xfd\xe5\xda\x0b\x96\xa8\x51\x4b\x00\x9a\x19\xa6\x81\xea\x2d\x47\x37\x2f\xb5\x24\x17\x07\x6d\xc9\x71\x64\x5a\xff\x31\x10\x62\xf6\xe4\x9c\x53\x24\x0a\xf4\x3d\xb4\x87\x39\x71\x53\xcc\xbd\x30\x08\xd6\xc1\xac\x0d\x7d\x08\xa1\x73\x49\xcd\x52\xb1\xe4\x54\xa2\x50\x83\x44\xb9\x34\x26\x4f\x05\x48\xb2\xbb\x59\x79\x95\xa0\xe7\xd3\xf3\xe9\x4a\x2f\xe6\x16\xfa\x5a\xf9\xe7\xf9\x9b\x13\xe1\x9f\x9d\xfa\x30\x8d\x3b\x3f\x1e\x35\x6e\x33\xe2\xe5\xb2\xac\x2a\x9c\x8b\x6a\x75\xd2\x11\xec\xad\x52\x44\xe4\xdc\x40\x59\xa8\x35\x77\xca\x63\xf4\x1a\xd8\xb2\xb7\xec\x83\xb8\xaf\xd3\x47\xaf\x52\xc8\x4a\xdd\x43\x96\xb5\x64\x62\x69\xcd\xaa\x40\x6e\xbd\x28\x11\x55\x49\x66\x64\xd6\x03\x47\x30\xa7\xc2\xa8\x25\xb7\xee\x15\x10\x8d\x0c\x94\xdc\x40\x6a\x24\x1d\xaf\x21\xcb\xf8\x3a\x5f\x9a\x5e\x1c\x3e\x2a\xbe\xd5\x92\xf0\xce\xa1\x47\x5b\x14\x3e\x67\xc0\xcb\xa5\x58\x98\x48\x05\xac\x32\x93\x57\x94\x8c\x55\x51\x12\x3b\xb8\x18\x68\x0e\x1d\x45\xad\xf9\x40\xc4\x8e\x83\x5d\x8a\xc8\xa8\xc5\x49\x64\x94\xd6\xf7\x89\x90\x46\x4c\xc2\x54\xdc\xb4\x76\x4d\xc3\x92\x8e\x54\x07\x0e\x49\x6a\xc9\x2a\x24\x6a\x9e\x42\x8c\x39\xac\x8c\x1c\x92\x94\x5a\xa4\x8a\x14\xdc\xf1\x35\xa4\x78\x6e\x57\x07\x57\xe1\x4a\x17\x6f\x30\x2c\x9e\xdb\xd5\x1d\x7b\x6f\x0d\x3c\x16\xf1\x3d\x42\xbe\x43\x00\x5c\x87\x1e\xf7\x21\x50\xa0\xc1\x00\x60\x6e\xb9\x48\x1d\xcd\x4a\x09\xf3\x5c\x6b\xcb\x52\xad\x0e\x71\x35\x06\x6d\x2a\x23\xf5\x52\x2d\x5b\xaf\x84\x7b\xa8\x2e\xa7\x11\x55\xb8\x04\x48\x44\x75\xc3\x1c\x40\x9d\x09\xd2\xc0\x94\x9b\xd8\xc8\x26\x51\x06\x15\x19\x84\x95\xb3\xaf\xab\x53\x28\x6c\x59\x72\xcb\xaf\x52\x13\x4e\xfb\xcc\x2e\xe6\xd7\xfe\x4f\x00\xfc\x8b\x28\x7c\xe7\xd0\xa3\x0d\x80\xcf\x19\xf0\x72\x29\xa6\x84\x5d\xd0\x12\x78\x22\x32\xcc\xa3\x91\x58\xa9\x4e\x9d\xa1\xb1\x51\x2a\xc6\x49\x59\x93\x59\x1f\x7d\x60\x03\x21\x4a\x6e\x04\x38\x6a\x0e\xd9\x43\x8a\xa3\x70\x50\xeb\x14\x18\xc5\x2a\xa2\xf6\xe4\xad\x64\x6c\x35\x3c\x11\x72\xe9\xa6\xac\x85\xa9\x96\xe6\x69\xd4\x1e\x79\x08\x27\x20\x6e\x5e\x0d\xf5\x35\xa4\x38\x8b\x95\x5e\x1c\x5c\x87\xf5\xd3\xe9\x42\xbf\xbc\x41\x21\xde\xb8\xb3\x7e\xba\xa3\xf1\xad\x91\xc7\xa2\xc2\x27\xd1\xef\x92\x83\x7a\x8f\x1c\x61\xc8\x03\xd8\x5c\x84\xdd\xb1\xc9\xe0\x3c\xa4\x83\x42\xea\x44\x16\xa3\xb0\x43\xf4\x5c\xa0\x0b\xeb\xf0\x04\x88\xb9\x14\x8a\x7d\x5e\x4d\x60\x92\x01\x98\x8d\xba\x8a\x85\x5a\x5d\xd7\x97\xa1\xdd\x85\x72\x64\x11\x61\x14\x02\x74\x92\x80\xd1\xbd\xb8\x98\xa3\x64\x80\xa1\x65\xd4\xdd\xcb\xc1\xe7\x21\x9f\x4c\x97\xf3\xb7\x46\xf3\x8b\xe9\xe7\xfb\x5a\x65\x6d\xde\xb1\x10\xfc\x3b\xdc\x3b\x50\x5b\xbb\x44\x04\x03\xa5\x06\x9c\xdb\x18\x24\x58\x3c\x72\x75\xf3\x02\xca\x89\x06\xe6\x34\x32\x59\xc7\x35\xb7\xd5\x09\xac\x09\x77\x4c\x9e\x7c\xf7\x6c\x6b\x0b\xbf\xae\xbe\x3e\xdf\x49\xb8\x1f\xf4\x29\x16\x97\xf1\xfc\x42\xff\x60\xec\xaf\xc2\xb0\xc9\x06\xf4\xe4\xf6\xbd\xfb\x31\x91\xec\x21\xf4\x1d\x1a\xdd\xb5\x37\x53\x23\xec\x32\x9a\x08\x68\x65\x1e\x79\xb0\x03\xb1\x73\x1e\x94\xcc\xa2\xd4\xb6\x66\x9b\xf0\x3a\xdd\x29\xd8\x15\x44\x53\xc5\xa2\xda\x7e\xc0\xb3\xed\x58\x4e\xa6\x97\xd3\xd5\x42\x67\x63\x7b\x14\xbf\x1f\xfe\xcb\xf0\xe5\x1e\xf7\xbd\xc6\x67\x3f\xe7\xf7\x5f\x86\x36\x4f\x59\xf0\x72\xf6\x60\xf7\x06\xcd\x1b\xf6\x5e\xb2\x03\x8a\xe7\x0a\xca\x1d\x91\x14\x38\x94\x29\x49\x09\x4a\x55\x04\xb5\x5b\x13\x8d\x44\x8c\x02\x59\x4a\x6b\xc4\xfb\xb1\x67\x31\x9f\xaf\x8e\x8e\x3a\x1b\xd0\x47\xcb\x9b\x47\xf0\x5f\x4e\x1a\xf2\x42\x29\xc8\x7a\x02\x49\xce\x0e\x56\x99\x20\x65\x70\x60\x70\x2c\xd4\x59\x40\x69\x0c\xc2\x5e\x89\x13\x4a\xb8\x74\x18\x95\xa0\x0d\xf5\xf8\x3b\x42\xdb\x1b\x2e\x12\x8e\xb9\x44\xd8\xbb\x40\x28\xd1\xa8\x27\x1f\x35\x25\x70\xc6\xe1\x14\xc0\xe8\x37\xaf\x69\xfb\x90\x06\x03\x07\x6a\x6a\x05\x88\x62\x14\x23\x2d\xd0\xa1\x72\xf5\xd6\x8d\xf7\x69\x52\x8b\xba\x22\x27\x91\xda\x86\x09\x65\x6a\xa4\xca\x06\x18\xde\x9a\x65\xcb\x01\x85\xac\x35\xb2\x5e\x83\xbc\x71\x72\x0f\x1c\xb9\x17\xaa\x1c\xcd\x5e\xa3\x46\x9f\x5f\xc5\xe5\x72\xa5\xf6\x3c\xc5\xff\xe9\x97\xbd\x8c\xc5\xf7\x1e\x3d\xda\x86\xd9\xb3\x16\xec\x90\x2d\x34\x4a\x08\x94\x25\x37\x6d\xe4\xdd\xcb\x70\x71\xc3\xd2\xb9\xa2\x45\x05\xe3\xa2\x9a\x34\x4a\x85\x26\x94\xc0\x73\x6a\x69\x68\xd7\x2a\x19\x4c\xf7\x50\xa3\xe5\x82\x55\xab\x7b\xa7\x4a\x9e\x4b\x5e\xd7\x52\x56\x84\x5d\x1a\x92\x88\xe7\xb2\xce\x6f\xcb\xe8\x3c\x2c\x37\xd2\xa6\x1d\x9c\xa9\x63\xaa\xc8\xc5\x5f\x43\x8d\xbf\xc5\xec\xfa\x1f\x21\xfe\x45\x34\x5e\x3b\xf3\x68\x35\xf8\x14\xf8\x97\xcb\x6f\x40\xa0\x70\x8d\xd2\x90\x73\x1e\x15\xc4\x32\x90\x49\xd3\xc6\xa3\xa7\x26\xc6\x98\x25\xca\x50\x10\x96\x4c\xec\x25\xc8\x40\x91\x6d\x94\xec\x79\x0f\xf9\xa9\x85\x85\xa2\x3b\x75\x74\x11\x6d\xad\x9a\x17\x06\x83\x56\x24\x69\x05\x1d\xa3\x7b\x54\x8c\x00\x34\x8e\x2e\x8a\x18\xa4\x4a\xd8\xca\xa0\x57\xf9\x78\xe2\xf3\xec\x8b\xbe\xc2\x07\x85\xf3\xcf\xfa\xd6\xb4\xb7\xf1\xe4\x1d\x81\xd7\x06\x1e\x8b\xf0\x1e\x21\xdf\x21\x05\x15\xae\xc4\x48\xdd\x6b\xf5\x8c\x2d\x8b\x8a\xdc\x74\xed\x5a\x0d\x1b\x01\x90\x82\xb0\xb9\xa7\x12\x23\xd7\x92\x93\xb1\x97\x46\x49\x20\xf8\x95\x3e\xa5\xfd\x7c\x7d\xb1\x5a\x1c\x9c\xf9\x6f\xb3\x06\xbb\xf1\xe5\x91\xd6\x60\x4f\x60\x7f\xb9\x00\x3a\x1b\x73\x60\xc6\x3c\x3c\xb1\x3a\x44\x2e\x9c\xb8\xb3\x86\x16\x23\x29\xd5\xd0\x09\x6c\xa4\xcc\x90\x6b\xf5\x22\xdc\x53\xa5\x21\xb9\x71\xae\x69\x9f\xcf\xd8\x53\x90\x8d\x88\xe4\x15\x5b\xe1\x0c\x42\xc5\x51\x51\x47\x5d\xa7\xa1\x9a\x7a\x4f\xd5\x88\x6e\xf2\xbe\xa4\xd2\x92\x72\x35\x1b\x84\xa3\x37\xeb\x7f\xbf\xf6\x1e\x1c\xf9\x4e\x89\x27\xd3\x99\x9e\xc7\x73\x5b\xbd\xb6\xef\x32\x39\x9f\xce\x2f\x7f\xa0\x36\x1d\x93\xe5\xfc\x7a\xf5\x71\x02\x3f\x56\xdc\x8b\x05\xff\xd0\x86\x9b\x0c\x60\x36\x9d\xa4\x20\x0e\xb4\x2e\x88\x18\x95\x71\xcb\x87\x58\xdb\x7a\x35\x7a\x35\x09\x5d\xae\x0e\x09\x5c\x1a\xb7\x42\x35\x04\x93\x83\x04\xed\x0c\xfc\x72\xbe\x58\x7d\x3c\x34\x7a\xf2\xd4\x04\x8c\x46\x69\x01\xb6\x6d\x5b\xd4\x4f\xa3\xcf\x87\x43\x8f\x5d\xd4\xa3\x09\x5b\x45\x55\xdf\xf2\xc6\xe1\xa7\xd1\x97\x03\x52\x1e\x31\x89\x80\x62\x6e\x18\x3e\xb6\x74\xbc\x7f\x80\xfe\xe0\x62\xf5\x60\xa6\xc1\xc2\x9d\xbb\x84\x6f\xc9\xc1\x7f\x06\xf9\xa1\x39\x5f\xac\xf5\x06\xec\x5c\x30\xd2\x80\xdd\x39\xff\x5f\xf4\x07\xe4\x7c\x86\x8c\xa3\xd5\x12\x0d\x6b\x06\xdc\x91\xf3\xa6\x13\x8b\xcb\xd5\x42\x2f\x0e\xe9\xf9\x9a\x5a\x89\xe6\x99\x34\x8d\xf0\xba\x25\x88\x6e\xc3\x1e\xd7\xaf\x81\xbd\xb4\x3c\x20\xd2\x28\xd1\x52\xf1\x5c\x76\xc6\x7e\xb3\xd6\x1c\x12\xf9\xe0\x26\xb5\x72\x92\xe6\x86\x20\x3b\x32\x26\xae\x0f\xbf\xce\x90\x48\x8a\x2e\xa9\x34\x21\x8f\xb1\xe5\xe3\xb4\x1f\x20\xff\x12\x87\x5d\x62\x5a\xd6\x50\x76\xed\x8c\x50\x47\xea\xfb\x01\x3f\xe0\xea\xc2\x49\xeb\x20\xab\xb5\xf4\x6e\x4d\x77\x67\xf9\x0d\xf0\x03\x06\xd3\x02\x92\x82\x6a\xe4\x5e\xc5\x7a\x96\xdd\x80\xcf\xe2\xf0\x24\x1f\x84\x55\xc1\x32\xf5\x61\x11\xbe\x23\xf2\xa5\x1e\x3c\xf3\x75\xc9\x4e\xe1\x1d\x81\x19\x87\xec\xb8\x9a\x5f\x2f\x0f\x0e\x9c\x83\x2d\xa4\x75\xa8\x40\x98\x4a\xde\x0f\xf8\x21\xd5\xd9\xc1\xc6\xf0\x0e\x66\x10\x1c\x3b\xae\x87\xd7\xcb\x83\xaf\x87\xee\xd9\x3a\x70\x0b\xe4\x26\x51\x76\x5c\x0f\xef\x80\x1f\xd0\xe3\x84\x01\x40\x08\x5c\xb8\x31\x6e\xf5\xf8\x1e\x4d\xb5\xad\x3b\x80\x6e\xbb\x38\x37\x6d\xfa\x07\x2d\x99\xcd\xf6\x85\xe7\xda\x6a\x3a\x9b\x5e\xfc\xfe\x78\xd2\x83\xff\x58\xf3\x68\xd6\xa5\xce\xe2\xf1\x9c\x52\x27\x77\x1e\x9c\x94\xc9\xcd\x66\x95\xc9\x57\xc6\xc9\x53\x1d\xc8\xef\xfa\x16\xef\x1e\xfe\xfa\xf6\xee\xdb\xbb\xff\x04\x00\x00\xff\xff\xbd\x13\xf6\x11\x45\x47\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\x31\x4b\xc4\x40\x10\x85\xfb\xfd\x15\x03\xa9\x2f\xd3\x4a\xba\x2b\xae\x10\x44\xc1\x08\x96\x92\xec\x4e\x6e\x07\x77\x77\xc2\xcc\xec\x1d\xfe\x7b\x51\xe1\x10\x6d\xdf\x07\xef\x7b\x6f\x80\x99\x08\x3c\x13\x3c\xbd\x3e\x9e\x9e\x67\x48\x12\x6d\x82\xec\xbe\xdb\x84\x78\x66\x1f\xdf\xef\x6c\x64\xc1\x28\xb5\xf6\xc6\xfe\x81\x51\x9a\x2b\xaf\xdd\x45\x0d\xcf\x9d\x13\xa1\x5c\x1b\xa9\x8d\x35\x85\x01\x5e\x32\x1b\x6c\x5c\x08\x2c\x4b\x2f\x09\x2a\xab\x8a\x7e\x4b\x0a\x9b\x83\x6c\xd0\x8d\xd4\x20\xd1\xc6\x8d\x12\x48\x83\x28\x4a\x62\x87\x65\xdf\x55\x2e\x5f\x8c\xdb\x14\x86\xdf\x3b\x72\x5f\xc7\x28\x15\x65\xa7\x66\x99\x37\x47\xa5\x42\x8b\x11\xae\x45\x56\xac\x8b\x39\x29\xfe\xbc\x78\x3b\x3e\xdc\x1f\xe7\xd3\x1c\xc2\xad\x70\x0a\x00\x87\x7f\x9a\xa0\x74\x61\xba\xfe\xe5\xb7\x34\x7c\x06\x00\x00\xff\xff\x8b\xd9\xaf\xb0\x20\x01\x00\x00"), + }, + "/coreos/fcos.json": &vfsgen۰CompressedFileInfo{ + name: "fcos.json", + modTime: time.Time{}, + uncompressedSize: 31469, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xcd\x72\x54\xc9\xae\xf5\xfc\x3c\x05\xc1\xf8\xb3\xc9\x54\x4a\x29\xa9\x9f\xe3\x1b\xdd\xc9\x0d\xa5\x7e\x68\xdf\xc6\x36\xc7\x2e\x9a\x3e\xe7\x46\xbf\xfb\x8d\xb2\x0d\x7d\x68\xc0\xe0\x2a\x28\x53\x0e\x26\x1d\xd1\x7b\xe7\xa6\x96\xb4\xd7\xca\x1f\xed\xcc\xe5\xff\xfd\xc7\xb3\x67\xcf\x9e\x3d\xbf\xde\x5c\xa5\x9d\x3f\xff\xe5\xd9\xf3\x4d\x5e\x6f\xce\x2e\x5e\x3e\xff\x7f\xb7\x37\xce\x73\x63\x61\x1b\x7b\xfe\xcb\xb3\xdb\xa6\x37\x57\x5f\xd9\xf5\xe6\xe4\xfc\x32\xce\xea\x2c\x63\xfb\x14\x34\x80\x93\xd6\x4f\xba\xfc\xff\x4e\xbf\xa0\xfe\x82\xf8\x5f\x77\xff\xc4\xcd\x03\x2f\xf3\x22\xaf\x6c\x73\x79\xb5\x6d\x5c\x19\x97\x57\x76\xe2\x97\x57\x79\x79\x7d\x72\xfb\xd3\x27\xef\x5b\x3c\xfb\xbd\x9d\xc2\x69\x7f\x7e\xf3\xf0\x9f\x77\x30\xec\xca\x7f\x3d\xdb\xa4\x6f\xde\x5c\xe5\xf5\x87\x58\x6c\x7b\x6f\xe2\x07\x17\xef\x9e\xd9\x9c\x95\xf9\xe6\xfa\xa3\x5b\xb7\xb7\xdf\x7e\xfa\xc6\xcd\xcd\xab\x7c\x95\x76\x9d\x5b\xb4\x83\x4e\xb7\xd1\xb5\xde\xe7\x29\x9c\xb6\xff\x88\xea\x83\x27\xea\xf2\xea\xdc\x3e\xf3\x5b\xef\x1b\xfd\x7e\x1e\xbf\x9d\xfe\xf1\xef\x7b\x1b\xdd\x34\x8c\xb3\xeb\xdf\xbe\xd8\xea\xa6\xe5\xab\x4b\xb7\xcd\xd9\xe5\xc5\x16\xea\xaf\x9b\xcd\xeb\xeb\x5f\x5e\xbc\x58\x6f\xce\x5e\xc5\xf5\xe9\x6d\x82\x4f\x6f\xd3\xfd\xfa\xea\xf2\x7f\xd2\x37\xa7\x97\x57\x2f\x5f\xbc\xbe\xba\x8c\x17\xb7\x79\xbf\x7e\x71\xf7\xc2\xef\x1e\x7a\xf1\xb7\x70\x5f\xdc\xa5\xf7\xc5\x87\x2f\xed\x6f\xad\x4e\xec\xed\xf5\xe9\x5d\xcb\xd3\x77\x41\x7e\x3a\x51\x1f\x80\xbf\x3e\x7b\x79\x61\xdb\x77\xfa\xc3\xa1\x3f\xbd\x3e\x7b\xf9\x55\x11\xfc\x6a\x40\x73\x0b\x9f\xc8\x57\x6f\x73\x04\x17\xe2\x08\x5b\x23\xb4\xc2\x0b\x63\x59\x17\x87\x21\x84\x65\xcc\x0e\x54\x3a\x81\xa8\x0f\xf6\xee\xd3\x85\x09\x0d\xf1\x6b\x7e\xed\xcd\x85\x5f\x9e\xbf\xbe\xca\xeb\xeb\x8c\x93\xbf\x7e\x7a\xa5\x8d\x35\x67\x90\xc5\x4c\xcf\x35\x9a\xe0\x50\x6a\x9d\x29\x87\xa3\xe1\xa0\xb6\xaa\xe1\x08\xe8\xd6\x46\x50\x75\x49\xab\x08\xc0\x21\xb5\xe8\xf9\xbd\xbf\xfc\xe7\x67\xef\x7e\xfa\xce\xc7\x57\xff\xfc\x38\xb4\x9b\x8e\xe5\xd5\xc1\x05\x88\xbf\x9d\x5e\xd9\xdb\x27\x29\xc1\x9b\x84\xe2\x6f\xef\x89\x7c\x17\xe7\xf1\xa8\xf0\xd3\x01\x3c\x5c\x88\x2a\x0c\x42\xc4\x1c\xae\x4d\xbc\x2d\xf1\xf4\x61\x2b\xaa\xaf\x62\x6e\xc6\x42\xc5\x41\xbd\x33\xf7\x8c\xac\x11\xc0\x32\x50\x2a\x2d\x49\xd6\x1e\x42\xc4\x49\x0b\x4b\x75\x51\x97\xae\x6a\x3d\x50\x7d\x79\xa6\xd6\x98\x96\x81\xcb\x02\x96\x49\xf4\xe5\x39\x65\x8c\x85\x8c\xb9\x58\x4d\x84\x38\xfa\xce\x42\xfc\x3c\xe4\xe7\x67\xd7\x97\x4f\x8f\xec\xaf\xce\x7e\xcf\xf7\x44\xd9\x46\x78\x3c\x34\xff\x3b\xf4\x87\x13\x1c\x22\xa8\x37\xce\xb1\x5a\x16\x7a\x8b\xa6\xa2\x20\xc3\xb3\x77\xf0\xc1\x60\xe1\xec\xb4\x56\x0e\x43\x2b\xb1\x9e\x49\x65\x22\xdc\x14\x03\xf3\x7b\xb0\xec\xf5\x1f\xf9\x65\x96\xfd\x96\x57\x17\xf9\xf9\x4e\xff\x83\xb6\x3f\x0e\xcf\x4e\x6e\x61\x9f\xbc\x9b\x68\x1e\x17\xd5\xfe\x86\xfe\xe1\x6c\x1b\x33\x65\x25\x96\x8f\xe9\x63\x29\x08\x69\xea\x8a\x52\xd2\xb2\x4a\x06\x8a\xc1\x28\x63\x49\xa4\x4f\xca\xee\x0b\xc1\x4b\x67\xe1\xd4\x5a\xf8\x05\xb6\xdd\x8f\xe5\xf9\xd9\xc5\xd9\xe6\xca\xce\xeb\xfe\x71\xfd\x7d\xf3\x1f\x88\x35\xef\x91\xff\x25\xf6\xf3\xaf\x4b\xfd\x0f\x44\x9e\x4f\x06\xf1\x70\x0e\xa1\xa2\xf6\xa6\x40\x95\x00\x18\xba\x58\x17\x97\x0c\xe1\x4e\xc8\x94\xb3\x03\x9b\x93\x75\xe9\xb3\x88\x6c\x82\x4f\xe8\x44\x3d\x66\x09\x99\xee\xc7\xa1\xab\xcb\xcb\xcd\x11\x12\xe8\x16\xf6\x31\xb3\xe7\xe3\x08\x1e\x4e\x9d\x14\x68\x83\x1c\xb4\x0f\x95\x3e\xa0\x15\xac\x98\x09\xd3\x6b\xb0\x2f\x14\x8f\xcc\xa5\x8d\x56\xd7\xc8\x95\x7d\x39\xe2\x00\xa5\x6c\xd2\xb5\xfb\xf7\x18\xec\x9e\xf4\x12\xe2\xc8\x17\x10\x7b\x2f\x1f\x18\xb0\x65\x17\x76\x1e\xb5\x5a\xeb\x39\xab\x03\x4d\x0d\xe9\x3e\x61\x6a\x9b\x92\x55\xb5\x80\x9b\x8b\x41\xf5\x3e\xa6\x0e\x68\xd8\x83\x86\x76\xd9\x63\xf9\xd0\x13\x42\x11\xa5\xbb\x81\x5a\x9b\xb3\x35\x65\xf7\xe9\x1d\x55\x12\xd9\x84\x06\x53\xb3\xed\xca\x41\x17\x2d\x51\x1d\x25\x28\x30\x91\xa4\xf9\x7a\x8c\x75\xfc\xe5\xeb\xbc\xb8\xde\x98\x7f\x9e\xe8\xdf\x6b\x2d\xff\x4f\xbf\x7c\x0b\x4f\x52\x87\xef\x73\xfa\x9e\xcc\xef\x63\x3d\x1e\x35\x7e\x3e\x88\x1d\x96\xf4\x81\x8d\xbb\x55\x78\x57\x5d\x0a\x4b\x5a\x4b\x6c\xa5\x34\x89\xa1\x35\xed\xc9\x56\x52\x8e\x21\x68\x86\xd0\x97\x0a\x29\x82\x8e\xde\x7b\xcc\x3d\x34\x99\xc0\xe2\xa5\xb0\xaa\x08\x26\x24\xa6\x0b\x47\x56\xae\x65\xb9\x22\x98\xca\xb4\x4b\xcb\x26\x3e\xb1\x0d\x17\x97\x86\xdd\x01\x55\xa2\x78\xf7\xf1\x67\x0f\x4d\xfe\x33\xcf\xdf\xfc\x94\xe3\x37\x63\xf2\x36\x9d\xc7\xac\xc4\x4f\xe2\xdf\xa1\xc0\x3d\x17\xf5\x40\x86\x06\x18\xa2\xce\xb5\x5d\xf8\x75\x9f\x39\xb0\x47\x57\xb0\xa9\x1d\x2c\xd9\x19\xb8\xb0\x4b\x6a\x98\xd3\xc0\x24\x07\x27\xda\x43\x84\x84\x73\xb0\x03\x99\x51\x58\xe1\xd0\x66\x23\x57\xda\xb0\x91\x21\xbc\x70\xf4\xd6\x13\x1a\x2e\x82\x65\x7d\x8e\xea\xe6\xe4\x3e\x64\xe1\x6a\xde\xbe\xbb\x08\x3f\xb8\xf2\x37\x49\x3e\x3f\x3b\xb7\x97\xb9\xdb\x57\xa8\x97\x67\x97\x17\x5f\xd0\x9d\xd5\xc9\xf5\xe5\x9b\xcd\xaf\x27\xfd\xcb\xca\x7b\xb0\xf4\x3f\x8c\x61\xfb\x9c\x9d\x9f\x9d\xb4\x80\xc6\xbe\x8a\x24\x62\x1a\xc5\x3d\x13\x8f\xfb\xa6\xd1\xf6\xfa\x24\xed\x7a\x73\x48\xe0\xd2\x33\x65\x16\x52\x9a\x24\xaf\xda\x19\xf8\xc5\xe5\xd5\xe6\xd7\x43\xa3\x37\x80\x9e\x8b\xd2\xa1\x26\x4f\xbb\x87\xd6\x5f\x8d\x1e\x0e\x87\x9e\x40\xe7\xd2\x80\xce\xd1\xdb\xaa\x7b\x16\xf5\x5f\x8d\x7e\x1c\x90\x39\x83\xe7\xe8\xb8\xe6\x98\x8b\xac\x60\x67\xf4\x07\x17\xab\x53\xd3\x31\xdb\x5c\x5c\xb9\x84\x76\x67\xcd\x0d\xf2\x43\x73\xde\x27\x61\xcc\xa1\x30\x33\xfa\xbd\x6b\x9c\xaf\x46\x7f\x40\xce\x73\x05\xa4\x31\xb0\x34\x8a\x1e\xbb\xf7\x37\x7f\xa1\x3f\x20\xe7\xc3\x38\x00\xbc\x8d\x68\x56\x44\xbc\x1b\x7a\xb7\x13\xcf\x8b\xcd\x95\xbd\x3a\x24\x6f\xa0\xbb\xb0\xb6\x81\xa8\x2b\x0a\x76\xec\x6d\xf2\xcd\x63\x60\x0f\x15\x03\x1b\x06\xb9\x54\x18\xef\xf9\x2c\xf8\x05\xec\x37\x3d\xe5\x21\x91\xe7\xa0\xea\xe8\xdd\xb3\x33\x4c\xde\x51\xad\xf9\xe6\xf0\xbd\x64\xe7\xc8\xa1\x38\x96\x60\x5a\xeb\xb6\x33\xf2\xb7\x79\xd8\x0e\x72\x56\x35\x40\x97\x01\xe1\x11\x4b\xf6\x03\x7e\xc8\xf9\x80\xcf\xee\xba\x85\xde\x0b\x1b\xdd\xf3\x59\xf2\x6b\x80\x1f\xb2\x5b\xa4\x86\xad\x1a\x49\x93\x6c\x0d\x77\x24\xf9\x79\x1e\x9e\xe4\xc8\xa6\x6d\xbb\x86\x5b\xe1\x38\xda\xdc\x0d\xf9\xb5\x1d\x7c\xde\xde\x3a\x2e\x0b\x9c\x6e\x8d\xd6\xaa\x1d\xc7\xd1\x37\xd7\x07\x07\x5e\x13\x66\xb4\x11\x69\x22\x46\xb8\xe3\xe4\xeb\x1d\xf0\x03\xaa\x73\x0d\x5e\xec\x89\x50\x63\x3a\xc3\x8e\xfd\xe1\x9b\xeb\x83\xf7\x87\x80\x00\x82\xa4\x2d\x83\x50\x74\xc7\xc1\xf3\x1d\xf0\x03\x66\xdc\x00\x57\x31\x61\x5f\x43\x90\x25\xee\x01\xbe\x5b\x59\xe2\xfd\xff\xfd\x47\xe0\xcf\xff\x90\xf9\xdf\xbb\xec\x9e\x7d\x75\xf6\xaf\x37\x17\x3f\x8b\x8c\x5f\x51\xa4\xbb\xcd\xf0\x97\xb6\xa0\xde\xe4\xf3\xf4\xb6\xed\x8f\x55\x64\xdc\x03\xff\xc3\x8b\x8c\xa6\x28\x5c\x81\x4a\x83\xa6\x2b\x7b\xf6\x19\x8e\x1a\x15\x36\xc4\x2d\x28\x24\xaa\xb2\x8a\x12\x56\xb4\xb6\x5a\x72\x75\xc0\x54\x46\xea\xfb\x54\xfa\x79\x2e\x1d\xcd\x8c\x73\xd6\xf2\x11\x42\xb2\x10\x0d\x79\x62\x91\x88\x98\x38\x9b\x43\x95\x15\x36\xd0\x16\xdc\x5d\xd7\xb2\x18\x48\xab\xea\x51\x76\xd1\xfe\xdc\xc4\xfe\x0d\x29\xfc\xf6\xfa\x1d\x7f\x7f\xa4\x2d\xec\x3b\x62\x7f\xb8\xf4\x42\x65\x0c\x6b\x4d\x73\x75\x6c\xab\xf3\x68\xb0\x04\xb0\x85\xc1\xb4\x44\xf3\x39\xba\x37\x8a\x55\x2b\x39\xb0\x50\x7d\x91\x43\x6f\x5d\xdc\xab\xf6\xd9\x37\x2b\x9d\x06\x2d\x5e\x3c\x9a\xa5\x17\xa2\x18\xa7\x78\x76\x8d\x1a\xcc\x5d\x21\x99\xd0\x65\x01\xb8\x44\xcf\x89\x09\xa0\x1d\x59\x70\x62\xde\x33\x39\x79\xf6\xfd\xa4\xf7\xef\xdb\x97\x7e\x60\xf1\xfd\x1a\x4f\x52\x7b\xdb\x64\xbe\x67\xf0\x6d\x8c\xc7\x23\xbe\x8f\xc1\x3f\x5c\x7d\x1e\x38\xb1\x7a\x38\xe8\x9a\x05\x34\xd6\xa2\xec\x2d\x98\x2b\x92\xaa\xd3\xd0\xe8\x94\xa3\xc1\xe8\x33\x7b\xc8\x72\xd4\x36\x60\x09\x05\xf4\xe4\x7d\xb6\x9d\x58\xc7\x2c\x48\x9d\xd9\xd3\x5c\x39\x38\x07\xf0\xe8\x61\xcb\x67\x8c\x5c\xd0\xb1\x29\x0c\x2e\x01\x25\x42\x1c\x8b\x1a\x9a\x99\x8f\x35\xe5\x9e\x52\xf8\xb3\xef\xab\xbe\xc7\xd9\x77\xf2\x94\x25\x78\xbb\x61\xe3\x98\x75\xf8\x89\x08\x76\xd8\xf3\x5c\x32\x64\x6a\x77\x56\x0f\x16\x48\xc8\x28\xcf\x9c\xe6\x37\x13\xd3\xd6\x8b\x90\x92\x6d\xce\x8a\xed\x04\xb5\x8f\x66\xd2\x95\xcd\x8b\x71\x8e\x3d\xc4\x18\x02\xd2\x3c\x56\x2a\x70\xa6\x91\x79\x8b\x65\xb8\x86\x31\x10\xe1\x40\x70\x03\xde\x76\x0b\x89\x55\xc5\x6d\x0e\xee\x66\xd0\xa1\x63\x4c\x78\x94\xfd\x26\x71\xf6\xf2\x6c\x63\xaf\x2e\x3d\xed\xb1\x96\x84\x2f\x9f\x9e\x20\xff\x33\xab\x1f\x2e\xac\x5e\x1e\x91\x28\xef\x8b\xe2\xe1\xc2\xac\x0e\x14\x63\xb9\x2d\xe3\x6c\x8d\xb3\x6a\xcd\x29\x3a\xa1\xb1\x66\x68\x6b\x36\x52\x57\x0b\x50\x5e\xb8\x4a\x0a\xb8\xe7\x92\x95\xa5\x41\xb4\xcf\xd9\x2e\x18\x42\xc2\x5c\x86\x94\x0d\x95\x41\x2b\x11\x74\xa0\x2b\xb8\x9a\x09\x7b\xd3\x32\xee\xda\xa6\xc8\x20\x53\xd9\xce\x68\xc1\xa6\x94\x86\x7d\xe9\x1c\xc4\x77\x11\x66\xfe\x71\x79\xed\xf6\xea\xf0\xd3\xd4\x27\x5b\xa7\x79\x97\xd1\xe3\xad\xd4\x7c\x2e\x82\x87\x8b\x71\xb5\xe9\x14\x34\x19\xb8\xb8\xd0\x7b\xa7\x8e\x2e\xb2\x8a\x38\x58\x2b\x73\x11\xc7\xbc\xd9\xbd\x4f\xad\x63\x62\x07\xf6\x18\x8a\x4e\x93\xc9\xf7\x59\x30\x12\x41\xd5\x24\xd6\xae\xba\x66\x43\xa3\x1a\x33\x9d\x8b\xb8\x97\xce\x9c\x6b\x90\x33\x2f\x51\xb1\x95\xc8\xd8\x86\x90\x27\x4c\x9c\xd4\xdb\xee\x47\xe0\xf6\x10\xe3\x4b\x7f\x7d\x70\x1d\x6e\xec\xea\x29\x0e\x8d\x2f\xfd\xf5\x3b\xfa\xde\x45\x78\x34\xf2\xfb\x08\xfa\x2e\x35\xd2\x99\x32\x83\x51\xdd\x22\xda\x00\x2c\xc0\x26\xd8\x58\x69\x6c\x07\xa0\x5e\xdb\xa5\xa1\x1b\x33\xae\x85\x5a\xea\x9e\xcb\xd0\xd2\xfa\xd2\xbd\x0e\x38\xc3\x0a\x42\x5d\xd4\x23\xbc\xb4\xf5\x5e\x42\xc1\x8e\x0b\x48\xc4\xdb\x24\xe8\xb6\x5d\x91\x8a\x4f\x83\x5c\x58\xd9\xb4\xf9\x00\x66\x26\x1f\xf6\x28\xba\x3b\x5b\xe7\xfe\xea\xf2\x4d\xfc\x1c\x04\xbf\x15\x87\xdf\x65\xf4\x78\x07\xc1\xcf\x45\xf0\x70\x31\xf6\xe6\xb8\xd6\xaa\xc2\x5a\x36\x11\x6c\xf1\x04\x5c\xcd\x44\xdb\xa8\x0a\x68\x4c\xea\xcd\x2b\xbd\xb7\xd1\xa7\x57\xb6\x3e\x62\x82\xa8\x49\x8f\x7d\xaa\xa6\x55\x03\x23\x4d\x68\xe9\x1a\xa3\xa8\x07\x49\x07\x5e\xea\x63\xf4\x51\x55\x34\xfb\x58\x2e\xa9\x44\x4e\x8d\x7b\xef\xe2\x1a\x3d\x49\xb6\xc3\xe0\xf7\xdf\x15\xfd\xd3\xf6\xe3\xbb\x13\xf9\x9d\x69\xc6\x1d\x8f\x7f\xa0\x33\x7b\xbb\xc3\x7f\xb8\x08\x5b\x0c\x20\x6a\xa2\x5b\x4d\xb1\xb3\x99\x69\xab\x6a\x3c\x93\xb7\xb2\xd3\xe2\xc4\xc5\x6b\x31\x39\x95\x97\x4e\x83\x22\x2f\x9a\x3a\xb9\xdc\xf6\x39\x1f\x84\x54\xb8\xc4\x9c\x79\xe8\xc2\x25\x55\x35\x3c\x8d\x95\x6e\xae\x98\x06\x43\x63\xf3\xd5\x31\x7c\x0e\x0d\x2c\xf0\x18\xdd\x46\xa9\xe2\x77\x39\x9f\x7a\x64\x96\x1f\x5f\xc5\x94\x1b\xdb\x8c\x3b\x9a\xfc\x28\x86\x1f\xbb\x00\xdf\xa1\x18\x09\x08\xee\x13\x38\x5b\xd2\x5a\xb5\xa6\xcc\x26\xb0\x10\x14\xa0\xaa\x32\x3b\xcd\xec\x2e\x29\xbd\xb5\x99\x01\xb3\xcf\x09\x2e\x12\x30\x49\x77\xff\x2e\xfd\x94\xec\x3e\xbe\xfa\x55\xbd\xf3\xcb\xb8\xdb\x17\x73\x54\x34\xfb\x10\xfb\x0e\xdd\x68\x62\x4b\x6d\xb4\x66\xb1\x45\xa3\x90\xde\x6b\x90\x91\x8d\xa9\xc8\xa8\xe9\x02\x6e\xde\x92\x47\x6b\x5d\x67\x8f\xa1\xb3\xd8\xd7\x14\x5d\x73\x4f\x9b\x86\x1f\xcc\xea\xe3\xeb\xb3\xfe\x97\x49\xc6\x3b\x99\xff\x20\x56\x0d\xfb\x85\xb0\x43\x4f\x25\x65\x0c\xb8\x9d\x85\x16\x2e\x12\x37\xa9\x26\x33\x13\x9b\x4a\xb4\x99\x43\x7a\xb3\x2e\x38\xc6\x52\x6e\x99\xac\x8b\x57\xa3\x54\xec\x9d\xfa\x97\x56\x87\x47\x64\xf3\xf1\xf5\x99\xbf\xf3\xc8\x38\x5a\xe6\x7c\x84\x7f\x87\x3a\xe2\x30\xc9\x99\xb6\x00\xd6\xd4\x46\x26\x84\x8a\xe6\x3d\xb6\x74\x69\xa3\x96\x8d\x58\xc3\xab\x27\xf7\x8a\x84\xed\xec\x4d\xc3\xb9\x59\x05\xc6\x4f\x8b\x8f\x07\xce\xb7\x8f\x7a\xb1\xb0\xf7\x52\x01\x83\xd2\xc3\x73\xa6\x44\xd7\xd6\x44\x79\xa1\x75\xcd\xd5\x70\x0e\xce\x16\xea\x4b\x11\x4a\x28\xc8\x73\xc0\x54\x93\xea\xab\x0f\xac\x31\xf7\x39\xc5\xec\x83\x59\x56\x4d\x18\xca\x49\xc3\x53\xaa\x65\x82\x37\x80\x3e\x93\x71\x08\x77\x58\x4b\x53\x78\x74\x02\x91\xa1\x1c\x04\x32\xd6\xf0\xf4\xbc\xe7\xf8\xd5\xb3\xef\xb6\x5e\xbf\x78\xb3\xb1\x8b\xb3\x3f\x7e\xd6\xce\xbe\x15\x89\xef\x12\x7a\xbc\xa5\xb3\xcf\x04\xb0\x43\xb7\x5f\xbe\x8a\x9d\xa3\x17\x83\x78\xcb\x15\x6d\x29\x72\x25\x58\x8d\x16\xba\x50\xcc\x2c\x46\x41\xab\x6c\xa5\xc9\x94\x03\xad\x37\xb3\x36\xd7\x3e\x9f\x8f\x02\x8c\x44\x49\x5a\x0e\x0a\x17\x0f\xe8\x96\x50\xa8\x85\xa2\x7d\x82\x71\x1f\x9e\xad\x07\x0c\x04\x02\xeb\xad\xc9\x04\x93\xa1\x98\xd9\xf0\x51\x76\x3c\xfd\x34\xda\xf9\xe6\x54\xfe\xcb\xa2\xe6\x68\xd5\xf8\xd9\x10\x76\xd9\x81\x08\xd6\x07\x0d\x22\x0b\xb4\x8a\x5a\x30\x7d\x08\xa1\xcb\xd0\x70\xd4\x49\xd3\x29\xbd\x2f\x00\x80\xa8\x54\xd3\xc0\x01\xdd\x26\xcf\xda\xcb\xdf\x23\xbc\xc7\x74\x98\x39\x03\x52\x42\x7c\x64\x4f\x6a\x2c\x42\xda\x56\x08\x00\xbb\xd1\x4c\x2f\xb7\xa2\x49\x06\x5a\x2a\xd1\xdd\xa4\x77\xe5\x47\xa9\x64\xff\x34\xd9\xf9\x96\x3c\xbe\xf1\xa8\x39\x5a\x15\x7e\x0a\xfd\x0e\x9f\x92\xe6\x70\xb4\xa2\xc4\xd4\x36\xc5\x33\x0c\x3a\x34\x5c\xb3\xa4\x97\x01\xd2\x04\xac\x19\x63\x48\x5a\x9b\x3a\x8a\x46\xd3\x86\xce\x6d\x4a\xb3\x7d\x1c\xe4\x23\xdc\xaa\x67\x46\xb5\xd4\x5a\xc2\x4e\xd9\x4c\x69\x14\x1b\x62\x65\x2c\xcf\xa9\xa1\x10\x0b\x33\xd5\xfa\x70\x70\x5e\x8e\xe8\x31\xd6\xb8\xe7\xac\xda\xb3\xef\x26\xc0\xdf\xcf\xdf\xda\x23\xec\xc0\xbf\xfc\xdd\x9e\x9c\xfa\x6e\x53\xf9\x8e\xc1\xdb\x08\x8f\x46\x7a\x1f\x41\xdf\x41\x77\xb0\x54\xdc\x56\x36\x1b\x0e\x42\x8d\x75\xe8\x02\x8f\xed\x6c\x93\x7c\x71\x0c\x62\x31\x6a\xb8\x46\x4f\x6e\x4d\xc8\x47\x6f\x6b\x26\xd9\xe2\xf5\x28\x9b\x1a\x7e\x7f\xf3\x6a\x73\x75\x70\xee\x3f\xd1\xaa\xc8\x4d\x32\x8f\xb5\x2a\xf2\x09\xf0\x3b\xb8\xec\x6a\x8a\xe4\x58\xb1\xa6\x47\x69\xaf\xa6\x3c\x71\xc9\x12\x49\x64\x1c\x04\xbe\x3a\x2c\xb0\x58\x4a\x8d\x84\x27\x43\x1b\x23\xba\x91\x56\x5f\xfb\x6c\x78\x87\x3e\xa4\xe9\x64\x99\x6d\x32\x8d\x06\x22\x8b\x15\xac\xe5\xf4\xaa\x95\xa3\x85\x07\x39\xae\x98\x46\x24\x81\xd9\xc8\x09\x1d\x66\x47\x6f\xf6\xfd\x87\x9e\x0f\xae\x3c\x7d\x6f\x37\x2d\x59\x4a\x96\x49\xd9\x5b\xc9\xf1\x78\xbb\x4d\x6c\xda\x26\x28\x0c\xa4\x32\xbf\xe7\xbb\xe7\x8f\xe8\xed\xd6\x9a\xd5\xcc\x9e\xe9\xe1\x1c\xf4\x2d\xdc\xd1\x0e\xe8\x5d\xd0\x68\x35\x01\x81\x62\x6b\x84\xbc\xa3\xb1\xc8\x63\x79\xbb\x01\x40\xe6\x9c\x93\x6b\xd2\xec\xed\x3e\xe7\x85\xaf\x70\xe9\x3a\x24\x6b\x28\x3b\x85\x18\x80\x41\xef\x5e\x3b\xba\x74\x3c\x9a\xb7\x9b\xc6\x92\xd4\xd2\x0a\x5f\x34\x77\x67\xcd\xa3\x78\xbb\x59\x0d\x8d\x05\x90\xae\x18\xc0\xe3\xb8\xbc\xdd\x4a\x13\x95\x21\xd8\xa7\x5a\xdd\x77\x3c\xe5\xc7\xf3\x76\xc3\xd9\x79\x19\xdf\xd4\x86\x1d\x72\x47\x2f\xc6\xc7\xf1\x76\x63\xec\x1a\xd5\xa7\x85\xb5\x68\x6d\x77\x5f\xba\x83\x7b\xbb\x0d\xf3\xb0\x49\x2a\x32\xc1\x56\xdb\x91\xef\x8f\xe1\xed\x56\x82\xd0\xa5\x72\xa6\xb8\x72\xdf\x1d\xf9\xa1\xbd\x8c\x50\x54\xcc\x29\xda\xe4\x4a\x1f\x3b\x76\x90\x8f\xe0\xed\x36\x78\x60\x02\xf7\x8e\xd6\xb2\xc7\x9e\x19\x3f\x60\xb7\x48\x25\xd0\xb6\x63\x92\x10\xe8\x58\x3b\xba\x47\x3d\x86\xb7\x5b\x97\x70\x2f\x24\x22\x65\xe0\xba\x67\x57\xc4\x0f\xe6\xed\x56\xd4\x4a\x29\x85\xcc\x18\x56\xec\xd8\x9b\x3f\x82\xb7\x1b\xf1\xd2\x8e\x3e\x6d\xd4\x28\x94\x1d\xed\x51\x1f\xc1\xdb\xad\xe9\x2c\x0c\x30\xa3\x56\x45\xba\xbb\x9b\xde\xa1\xfb\x43\x31\x5d\xad\x98\x0c\xb2\x8a\xfa\xee\x19\x3f\xb8\xd7\x65\xac\x4e\x58\x1e\x0e\xa2\xaa\xf7\xcd\xd3\xf7\x28\x0a\x7e\xe3\x13\x86\x77\x65\xab\xe7\x1f\xfd\xc9\xe6\xdb\xe3\x54\x9f\x2b\x24\xda\xf9\xd9\xab\x7f\x7d\xfc\xd0\x87\x7f\x58\xfa\xa3\xc7\x2e\xec\x3c\x3f\x7e\x68\xd0\xc9\x3b\xa4\x27\x70\x72\x73\x7a\xee\xe4\x0f\x99\x27\xf3\x13\xf3\xd5\xcf\xba\xdd\xfd\xe3\xf6\xbf\x7f\xfe\xe3\xff\x02\x00\x00\xff\xff\xd6\x44\x9d\xf6\xed\x7a\x00\x00"), + }, + "/coreos/rhcos.json": &vfsgen۰CompressedFileInfo{ + name: "rhcos.json", + modTime: time.Time{}, + uncompressedSize: 34785, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\xdd\x56\x5b\xbb\xb2\x2d\x7c\x3f\x9f\x22\x2d\xb7\xdf\x26\xa9\x2a\xa9\x24\xd5\x7a\x8e\xef\xea\xdc\x9c\x56\xaa\x1f\x20\xfc\x98\x60\x13\x12\x4e\x5b\xef\x7e\x9a\x0d\x24\x73\x11\x82\x71\xc0\x67\x27\xd9\xf3\x66\xce\x60\xcb\x76\x57\x57\x1f\x35\x4a\xea\x43\xa5\xff\xf3\xd7\x9b\x37\x6f\x97\xab\xcb\xd0\xb3\xb7\xff\x7a\xf3\xf6\xf2\xc8\x16\xcb\x83\xfa\x0e\xe1\xed\x7f\xad\xdf\x39\x8b\x95\xba\xae\xf4\xed\xbf\xde\xac\x5b\xbe\x79\xf3\xf6\x54\x97\xab\x83\xb3\x85\x1f\xe7\x71\xf8\xfa\x23\x04\x44\x07\x80\x07\xc4\xff\x3f\xf2\xbf\x88\xfe\x55\xdb\xff\xda\x7c\xf8\xcd\x9b\xb7\x87\x71\x1e\x97\xba\x5a\x5c\xae\x1b\x5e\x9c\x5e\x9d\xc5\x1b\x5b\x2c\x95\x6e\x7f\xf0\x0d\xbc\x43\x7a\x07\xff\x9f\xe0\xc1\x61\x19\x30\x48\xd5\xec\xed\x5f\x6f\xde\xfc\x7b\xf3\xdb\x7a\x69\x47\xc7\xab\xb0\xd5\xd5\x65\x2c\xbf\x01\xd0\xf5\xeb\xad\x7e\x7d\x61\xd3\x72\x75\x9c\x6a\xab\xe5\xdf\x5e\x5c\xbf\x7c\xfd\x9f\x2f\xbc\x79\xf3\xf6\x32\x4e\x43\x97\xb1\x86\x53\x11\xde\x8d\xfa\x6e\x0d\x1f\x90\x18\x09\xca\x01\xdc\x01\xbf\x6b\x9d\x8b\xcb\x33\x5d\x3d\xfc\x92\x37\x6f\xde\x7e\x3a\xf3\x93\x77\x87\x37\xdf\xbd\xf1\xe6\xcd\x5b\x3f\x5e\x9e\x3c\xf2\xfa\x9a\xb9\x85\xe9\xea\x78\x71\xbe\xfe\xf1\xa3\xd5\xea\x62\xf9\xaf\xf7\xef\x6f\xf9\xbe\x0c\x3f\xbe\x0c\x5b\x2d\x2e\xdf\xe9\xc5\xc5\xf2\x9d\x5e\xae\xde\x7d\xfe\x88\xf6\xee\x02\xdf\x2d\x2e\xe2\x7c\x79\x74\x9c\xab\xcd\x3b\xb6\x38\x7b\xaf\x97\xab\xf7\xcb\xd5\xe2\x52\x0f\xe3\xfd\x5d\x7f\x96\xef\xbf\x0d\xdc\xc1\x1d\x41\xef\x1f\xed\xe0\xfb\xfb\x77\xef\x3e\xf0\x58\x9b\x03\xbd\x5e\xbe\xbb\x6b\xf7\xee\xbe\xab\xff\xf5\x7d\x87\x96\x47\x4a\xdc\xd6\xdd\x61\x00\x72\xf3\x74\xd3\x12\x3d\x06\x04\xe0\x68\xcd\x47\xed\x40\x38\x94\x07\x53\xa7\xe8\xc4\xe8\x13\xcc\xc4\xa0\x6a\x64\x91\xf4\x96\x06\xf4\xd8\xb7\x5f\x9d\xdb\xe2\xec\xe2\x32\x96\xcb\xf0\x83\x6f\x3f\x05\xc5\xa9\x4f\xc9\xaa\x1c\x06\x35\x27\x0c\x12\xed\xae\x45\xa6\x73\x6b\x0d\x40\x26\x8c\x98\xcd\x07\x35\x56\xa6\x61\x85\x3b\x96\xb0\x49\x21\xf0\xf6\xc1\x2f\xfd\xfb\xaf\x1f\xfd\xf5\xed\xdf\xff\xfe\x06\x6f\x73\x45\x9c\xee\x49\x56\xf5\xe4\xdd\xa5\x5e\xff\xc1\xc2\xda\x90\x57\x4f\xbe\x8a\xeb\xae\xb7\x4f\x6a\xab\x44\x89\x52\x34\x27\x75\xe3\x6a\xea\xec\x54\x8b\x0e\xaf\xa4\x26\xb3\xca\x30\x34\x2f\x34\xb1\xb4\x66\x4a\x3e\xda\x84\xde\xa4\x74\x68\x65\x0e\xd9\x41\x5b\xd2\x5b\x41\x56\x89\x61\xec\xdc\x81\xb9\x08\x78\x30\xa7\x40\x77\xcf\x49\x15\x99\x1a\xa0\x80\xe8\x2c\x3a\x95\x1b\x7a\x19\xee\x90\x2d\x5c\xb7\x68\xeb\x3f\x81\xbc\x3d\x5e\x2e\xfe\xd4\x71\x3e\x3d\xfe\x14\x5f\x07\x79\xdd\xcf\x27\x47\xb8\xb5\xa8\xa1\xe4\x3c\x40\xa0\x37\xd4\xe1\x5a\x23\x64\x60\x73\x0e\x15\x85\x99\x26\x12\xb3\x8d\x5e\x11\x65\x92\xb5\xde\xcd\xba\x67\x56\xe1\xb2\x1b\xed\x17\x9f\xe3\x31\xda\x4f\xe2\xf2\x3c\x1e\x5e\xd8\xbf\x25\xf1\x07\xb7\x5d\xb9\xff\xb6\x2d\x57\x57\x6d\x3d\xc6\xcc\xcc\xf0\xac\x40\x19\x83\x90\x5b\x48\x47\xf0\xd6\x46\x4d\xea\x45\x7b\x0f\x74\x2f\x80\x5d\x03\x4b\xcd\x2c\xda\xbc\xb8\x31\x7d\xc7\xfd\xc3\x5f\x7b\x7b\x7c\x7e\xbc\xba\xd4\xb3\xfc\x3e\xde\xfd\x8e\xdc\x7e\xed\xcd\x37\x79\x9f\x1d\x3e\x4d\xb1\x53\x75\x36\xd3\x0a\x25\x09\xa2\x4c\x82\xd9\xbb\x37\xe8\x11\xd2\x3b\x37\x10\x1b\x06\x3a\x8a\x40\x78\xad\x59\x81\xbd\x25\x22\xb8\x24\xf6\xb6\x9d\xe2\xcb\xc5\x62\xf5\x87\xf0\x7b\xdb\x95\xe7\x93\x8b\xa3\x84\x13\xa1\x98\xcc\x80\xa0\x89\x63\x74\x87\x06\xad\x95\x00\x05\xea\x92\xd9\xb5\xad\xb3\x11\x63\x19\x3e\x1a\x67\x17\x03\xa9\xb9\x8e\xdc\xbb\xc5\x8e\xff\x01\x77\xe7\x9d\xee\xcd\xd5\x1a\x10\x56\xb3\x39\xa2\x16\xe4\xd9\xa5\x4f\x74\xd2\x36\x66\xc8\xac\xd6\x4b\xe5\xa8\xa3\x62\x6d\xc4\xca\xbd\x00\x77\xad\xbd\xf7\x5e\x66\x9b\xb8\xc3\xbd\x59\x07\x83\x44\x70\x4a\x57\xa8\x69\x65\x9d\x70\x12\x70\xb7\xce\x0a\xcc\xd8\xa3\x37\x94\xec\x0c\x00\x56\x39\x30\x65\x16\x9a\xa5\x00\x24\x8a\xbd\x34\xef\xdb\x0c\xc8\x4a\xed\xe1\x28\xbf\x56\xee\xf7\xd1\x16\xd7\xf4\x07\x8b\xeb\x2b\x7f\x5f\x05\xf6\xb5\xc7\x4f\x4b\xac\x78\x07\x96\x02\xaa\xcc\x33\x06\x77\x87\xc1\x63\x9d\xe8\x33\xd7\xac\x55\x5b\x86\xd6\x31\x58\xdc\x03\x5a\x19\xa6\x54\x66\x96\x92\x44\x29\xb9\x83\xc4\xb0\x0a\x94\x89\xd5\x79\x4c\x17\x11\x0c\xb0\xe6\xa9\xde\xa9\x28\x4b\x96\xb2\x9e\xb6\xf4\x09\x42\x09\xe8\xb3\xb2\x47\x1d\x0a\x2e\x08\xa6\x75\x5b\x2c\xd9\x2a\xb1\x8f\x71\x76\xf5\x8f\xba\x7e\x4a\x5d\x6b\xea\x76\x14\xd6\xac\x35\x9c\x86\x9a\x77\xb1\x22\x1d\xb5\xe3\x8c\xcd\xff\x1b\xd4\x0a\xdd\x67\x34\x49\x33\xd0\x14\xaa\x40\x20\xeb\xe8\x16\xda\x6b\xab\x44\x65\x17\x61\x25\x5a\x6f\x0e\x03\x79\x1d\x0f\x69\x16\xa9\xa9\x43\x63\x0c\x55\x1d\x3d\x78\x40\x85\x8a\xa6\xe0\x31\x2c\x81\x63\x4c\x1c\xde\x6b\x0d\xd2\x9f\x9c\xb3\xfe\xf5\x40\x60\x6f\x8f\xcf\xf4\x30\x9e\xb3\x44\x72\x78\xbc\x38\x7f\x44\x43\x7a\x71\x10\xba\x5c\x1d\xe0\x63\x22\xda\x49\xa7\xdf\xe0\x6c\x22\xfb\xd9\xf1\x01\xe4\x40\x61\x2b\x6d\x9d\xf9\xfb\xf4\xfe\xf6\xc9\xfb\xb0\x5e\x1c\x9c\x2f\x2e\x57\x47\xfb\xc3\x03\xa0\xa3\xa5\x82\xc2\xec\x0d\x6b\xdd\x01\x0f\xed\x85\x9f\xde\x29\xd9\x8d\x4a\xed\x2a\xbc\x1d\xcf\x72\x71\xb5\x3a\xda\x0f\x37\xa4\x93\x4a\x10\xcf\x11\x43\x53\xb6\x8f\xd5\x06\xcb\xfe\xc6\x6a\xb0\x06\x6b\x77\x9b\x39\x81\x9b\xef\x80\x67\x2f\x63\x35\x38\x53\xb2\xc6\xf0\xea\xad\x05\x3c\x8d\xc7\xf4\xc0\xe2\x7c\x75\xa9\xa7\x7b\x52\x32\x83\x79\x16\xca\xde\xa6\x0e\xb2\xa7\xd1\xc4\xd5\x7e\xd1\x08\x31\xf5\xb4\xec\x46\x98\x51\x69\x2b\x9a\xcd\x75\xb5\x1f\x2c\xdd\xdb\x3a\x3f\x85\xd6\x39\x14\x4a\xd9\x8a\x65\x8f\xd7\x54\x62\x63\x35\x12\x33\x71\xea\x33\xb7\x62\xb9\x8e\x7d\x5d\x4e\x01\xe6\xdd\x29\xa6\x54\xe1\xef\xa6\x48\x3f\x82\xb2\x97\x2b\xa9\x0b\x4c\xed\xa0\xb5\xd6\x8c\xfe\x30\xc3\xfa\x11\x94\xb2\x0f\x28\x8e\x4d\x93\xa7\x13\x99\x31\xd1\x96\xa0\x77\x16\xfb\x14\x0b\x07\x4e\x15\x44\x8b\x42\x08\x0f\x17\x61\x1e\x62\x59\xea\x1e\xef\xdb\x75\x22\x55\x2e\xd5\x7a\x02\x9b\x6f\x81\x72\xb5\xdc\x23\x14\x99\x33\x4c\x70\x54\x31\x1d\x3c\xb7\x04\xba\x7b\x28\x7b\xd1\x6d\x1d\x6a\x2c\x92\xbd\x20\x2b\x3c\x03\xca\xfe\xae\x66\x4d\xf4\x32\x7b\x2a\xcf\x20\x2c\xf8\x3c\x28\x7b\x61\x65\x7a\x99\xc9\x35\xa2\xf5\x11\xa4\x0f\x16\xb6\xb6\xa4\xb1\x7f\xfd\x0d\xee\xdb\x8b\x0b\x6b\xf5\x34\x9e\xe1\x01\xee\x6a\xd7\x00\xd4\x3f\xc5\xae\xb9\x23\xe9\xbb\x59\xd5\xa6\x8b\xef\xef\xdf\x7d\x7c\x56\xb5\x69\xf3\xd5\xae\xb9\x6b\xfb\xac\x25\xa1\xc6\x38\x85\xba\x56\x41\xea\x05\x1a\x36\xed\x51\xba\x64\x57\xca\x2c\xa5\x85\xb1\x73\xce\x12\xe4\x55\x13\x67\x2b\xc5\x5b\x99\x50\xd2\x6a\xcb\x5d\xa6\x55\xa4\xa8\x9d\x10\x9a\x30\x80\xe9\x7a\xd6\xc4\x49\x91\x22\xad\x4c\x8d\x96\xd1\xd3\x43\x4b\x45\xf4\x69\x15\x23\x10\x03\x98\x87\xf4\x29\xfc\xf0\x1e\xfb\xdb\xda\x35\x2f\x1f\xe7\x8d\x5d\x73\x3f\xc8\x5b\xed\x9a\x90\x49\x20\x26\x26\x3e\xbd\x49\x27\x6e\x05\xad\x4f\x97\xaa\x0e\x9d\xb2\x2a\x15\xa8\xcc\xad\x45\x35\x1d\x2d\xc0\x8c\x64\x80\x8c\xc9\x0e\xdf\xaf\x67\x3f\x49\xfb\x2f\x6c\xd7\xbc\x0e\xf1\xf7\x76\xcd\x7d\x4c\x7b\x92\xfb\xde\xa5\x18\x31\xa0\xf4\x84\xae\xc0\x13\x0a\x70\x43\x6f\x94\x73\x22\xe3\x7a\x30\xc0\x53\x32\x9d\x6b\x94\x5a\xbc\x47\x6a\x2f\x13\x79\x76\x9f\xbf\x8d\x5d\xf3\x4a\xdc\x7e\xb3\x6b\xbe\xca\x7b\x9b\xa3\xd0\xcb\xcc\xd1\x2c\x14\xcc\x9a\x08\x11\xa3\x0c\x08\x51\x91\x52\x13\xa7\x64\x90\x18\x34\xac\xdd\xc5\xb0\x14\x49\x40\x0f\xa7\x89\xea\xb3\xfe\x26\x76\xcd\x2b\xf1\x7b\x67\xd7\x3c\x9b\xdc\x22\x59\x6b\x6d\xd8\x46\xed\x4e\xbd\x75\x65\x87\xd1\xe7\x98\x9d\x20\x4c\x0c\x95\x9a\x65\x81\x9e\x73\x66\x45\x98\x54\x95\xdc\x72\xc6\x0c\x7c\xc4\x6e\x7c\x32\x76\xfc\x0f\xb8\x3b\xef\x74\x6f\xe6\x8a\x15\x0c\x04\x47\xca\x8c\x60\x18\xde\x24\x86\x45\x49\xef\x94\xd0\x71\x54\x93\x2e\x56\x66\x2b\x4e\x95\xd5\x0b\xa0\x21\xd6\x5e\xd5\x73\xee\xf2\x28\x85\xd6\x39\x6b\xd6\x4a\xc5\xdd\xa5\x90\xce\xaa\xe6\x65\x64\x4d\xad\x8d\x01\x1c\xa3\x46\x15\x60\x82\xa2\x19\xbd\xcd\x68\xda\x04\xc0\x0b\xda\xf7\x81\xea\x39\xb9\xe2\x0b\xed\x9a\x5d\x72\xbf\x5f\x7b\x41\xfd\xe5\xe2\xfa\x66\xd7\xdc\x0b\xec\x79\xab\xea\x2c\x06\x03\xc2\xc6\x64\xc3\x1c\xd4\x7c\xe8\xb0\x48\x9d\x75\x88\x17\xc1\x3e\xb1\x35\x05\x62\xa6\x1c\xd5\x8b\x63\x5b\xc7\x01\x22\xa2\xc0\xba\xcb\xd3\x3a\x64\x98\x15\x80\x67\x15\xe3\xea\xb3\xd4\xa9\x4e\xc2\xd8\x99\x5c\xa4\x33\xa3\x99\x59\x49\x29\x04\x6c\xe2\xe9\xeb\x50\x3d\xba\x7b\xab\xd6\xb6\xa5\x7f\x5b\x25\x76\xb1\xb8\x8e\xcb\x4f\xbb\x3c\x62\xb8\x8b\xc0\x16\x9f\xf4\x0f\x96\xd7\x1d\x77\x5f\xc5\x75\xd7\xdb\xa7\x67\x16\x91\xa4\x3c\x75\xe8\x20\x6d\x4d\x82\x05\x22\xcb\x58\x87\xb3\x5e\x26\x08\x55\x15\x77\x40\x1f\x23\x35\xd0\x71\x58\xc7\x68\x88\xc6\x14\xb1\xcb\x43\x86\x88\x75\x52\x63\xad\x2e\x21\x59\x72\xf8\x1c\xda\x25\x9b\x39\x74\x61\x4e\x10\x17\x1c\x11\xdd\xb1\x4f\x50\xef\x61\x13\xaa\x63\x8b\x82\xda\x5f\xfc\x90\xe1\x8e\x4e\xe0\x3f\x81\xeb\x9b\xb2\x36\x4e\xe0\x6e\x31\xab\x26\x41\x74\xf2\xc0\xee\x06\x41\x94\x58\xad\x37\x55\x28\x09\x65\x8e\xa1\x3d\x23\xb2\xe9\x5c\xff\x51\x1b\xba\x92\x28\x6b\xc2\x10\xf2\x7c\x34\x65\xff\x81\xb0\x66\xa9\x31\x7b\x21\xeb\x11\x50\x6a\xa9\xe1\xad\xb2\xf7\x09\x3c\xbc\x73\x8e\x04\x05\x93\xe9\x2a\x6d\xaa\xa1\x6b\xa3\xca\x62\x81\x4e\xce\x88\xfb\x73\x02\x7f\x18\xcd\x7e\xe4\x06\x5e\x1d\x2c\xbf\xf8\x8e\xcb\x44\xdf\x0b\x75\xf3\x89\xc5\xfc\x10\xb6\xfa\xdb\xf3\xe7\x08\x07\xa3\x1e\x3c\x8c\x19\xb7\x83\xfa\x35\x76\xfc\x20\x66\xbc\x9d\x57\x76\x12\x7f\xfb\xb6\xbb\xf6\x07\xb7\xbd\x3e\xb8\x03\xfe\xdd\xc7\xae\x2e\x4f\xff\xae\xee\x65\x79\x77\xdb\xf2\x9d\x9d\x2e\xae\xfc\xe0\x16\xe3\xc1\x9d\x78\xd7\x5a\xf7\xc5\x99\x1e\x9f\xdf\xbe\xfd\xfe\x89\x9f\x7a\xff\x13\x9d\x7a\x32\xad\x9d\x97\x07\x4b\x7d\x74\x31\xe2\x17\xa7\xfe\x0e\xf8\x33\xa8\xbf\x6d\xf9\x02\xea\x6f\xbf\xe0\xd5\xa9\x37\x3d\xb8\xdd\xcd\xf0\xbb\x51\x7f\x07\xfc\x19\xd4\xdf\xb6\x7c\x01\xf5\xb7\x5f\xf0\xea\xd4\xc7\xd5\x81\x3f\xba\x14\xf4\x8b\x33\x7f\x8b\xfb\x19\xc4\x6f\x1a\xbe\x80\xf7\xcd\xe7\xf7\x41\xfb\xe1\xfc\x3d\x69\x3f\xfc\x7e\xc2\xfa\x38\xed\x87\xf3\x65\xb4\x1f\xce\x57\xa7\xfd\xc3\xc5\xc1\x62\xa9\xbf\x21\xef\x77\xc0\x9f\x41\xfc\x6d\xcb\x17\x30\x7f\xfb\x05\xfb\xa0\x7e\xb5\x78\x2c\x0f\xfe\x0d\xa8\x5f\x03\x7f\x1e\xf5\xab\xc5\xc9\xcb\xa8\x5f\x2d\x4e\x5e\x9d\xfa\x3b\x53\xf6\x37\xe4\xfe\x1e\xf9\x33\xc8\xbf\x6b\xfa\x02\xf6\xef\xbe\x61\x1f\xf4\x6f\x9e\x5a\xf8\x3d\xf9\xbf\x85\xfe\xbc\x01\xd8\xb4\x7d\xd9\x08\x6c\xbe\xe2\xe5\x43\xf0\xf4\x94\xed\xaf\xbf\x0d\xd3\xdb\x65\x11\xf8\xbc\x17\xcf\x9b\xfe\x14\xcf\x7b\x43\xd1\x23\xab\x07\x74\x00\xef\x6f\xdf\xfb\xd1\xda\x01\xfd\xcd\xef\xde\xb4\x7c\xd6\x8a\x7a\xce\x31\x0a\xd7\x1c\x36\x8b\x4f\xf5\x42\x83\x47\x05\xc5\xd6\xba\x67\xea\x44\xc5\xde\x78\xcc\x0a\x58\x27\x0f\x43\x69\xee\x32\x3b\x61\x1a\xc9\xf7\x57\xcd\x13\x4b\x07\xd4\xb2\x02\x8d\x6a\xc8\xb3\xca\x28\xa5\x0e\x6f\x08\x4d\xda\x98\x51\xab\x92\x66\xa5\x46\x18\xb3\xcf\x8e\x61\xbd\x0f\x6d\x39\x34\x26\xb8\xf4\x1d\x77\xc9\xfd\xb2\x6e\xf7\xcb\x46\x78\xe3\x74\xdf\x0e\xef\x56\x9f\x7b\xb4\x51\x0b\x36\x69\xec\x14\x44\xcd\xca\x20\x49\xab\x90\x5d\xa7\x4a\xad\xe4\xc9\xa2\xc9\x02\x34\x49\x46\x1f\xb5\xcf\xcd\x9e\x39\x19\x85\x6d\x47\xaf\xea\x17\xf6\xb9\x5f\x4e\xf9\xbd\xc7\x7d\x1b\xc1\x9e\x64\xdd\x5a\xe7\xa1\x3c\xcb\xe8\xce\x54\x0b\x18\x8a\x0f\x18\xd1\xa4\x06\xce\x01\xad\x02\x17\x1a\x2d\x1a\x50\xad\x32\x41\x24\x07\x95\xaa\x40\xd5\x53\x7e\x1b\x87\xfb\x15\x58\xfd\xe6\x6e\xdf\x49\x7a\x9b\xfd\x5a\xb5\x4f\x5b\xc7\xa7\xc4\x36\x52\x4a\x21\x87\x2c\x6d\x8e\x81\x36\x23\x93\x68\xc0\xe0\x0c\x36\x91\x3e\xba\xd6\x2e\x44\xd1\x6a\x26\x43\xd6\xf6\x7d\x0c\xf9\x25\xbd\xed\x57\x60\xf6\xce\xd7\x7e\x26\xad\x29\xcd\xa9\x00\x36\xe8\xb3\xb0\x68\xb8\x37\x72\xf5\xea\x36\x90\x83\xab\xe6\xfa\x06\x50\xa0\xf4\xc2\x05\x93\x2b\x31\x79\x96\x50\xf1\xda\x64\xc7\x07\x91\xfe\xf0\xfb\xef\x0e\x77\xdf\x42\x24\xa0\xb5\x35\xe4\xcc\x21\xb5\xf5\xae\x65\x50\xcf\xd9\x91\xb8\x55\xd1\x61\x25\xb4\xf4\x89\x15\x06\x96\xb4\xa0\x91\x5e\xd5\x8d\x88\x62\x97\xbb\x2f\x65\x23\x48\xec\xdc\x47\x49\xee\xa5\x23\x01\x74\x31\xc3\x46\xe9\xd6\x32\xbd\xf8\xb0\x98\xde\x90\xa1\x47\xcd\x11\xc5\x24\xba\xc4\xec\x14\xfd\xbf\xc7\xcf\x7e\x7e\x5e\xf7\x6b\xdb\x42\x2f\x93\xd5\x37\x2f\xfb\x56\x5a\xcf\x73\x85\x48\xc8\xb4\x6a\x71\x04\x8a\xc4\x69\xcd\xcd\xbc\x45\xc9\x68\x4e\xd6\x0d\x45\xbd\x37\x56\x6e\x61\xc4\xa5\xb4\xa1\x35\xbd\x23\x0f\x86\xe1\x8f\xee\xbb\xff\xa1\x93\x1d\x41\x25\x21\x9d\x40\xbc\xd7\xc9\xe0\xa4\x6a\x6c\x01\xa5\xe6\x64\xb6\x29\xda\x5a\xc5\xde\x07\x49\x1d\x96\xaa\x59\xb9\x15\x67\xd5\xfa\xe2\xbd\xad\x3b\xdb\x8d\xff\xe8\x8a\xee\xad\xc6\x5d\x24\xd5\x15\xbb\x72\xd4\xa6\x4a\x30\x6c\x9a\x4e\x69\x34\x8d\x35\x05\xa0\x6b\xe1\x54\xc6\x66\xc3\x4b\xe9\xe8\x9d\x47\xc1\x68\x5a\x05\x3a\x15\xe7\x5d\x1c\xec\x75\xac\x63\x19\xa8\xd8\xa8\x70\x9d\xd6\xb5\x66\xf7\xc1\x23\x72\x56\x1b\x7d\x68\xf5\xc1\x92\x46\x54\xa7\x39\x55\x81\x68\x2c\xd6\x30\x07\xd8\xb6\xd9\xc2\xce\x46\xe3\x7f\xce\x64\x3f\x8f\xf6\xbf\x9f\x57\xc2\xe9\xf4\xf8\xcb\xd5\xf9\x2e\x9b\x62\x11\xfe\x0c\x6d\x7e\xbf\x19\x76\xdd\xb3\xf7\xb7\xcc\xfd\x68\x2f\xec\xba\xc9\xc1\x2d\x67\xef\x6e\x5b\x3e\x53\x99\x48\xd6\xcc\x29\x7c\x52\xe4\x00\x15\x88\x28\x06\x65\x54\xc1\x28\xec\x39\x8a\xf1\x00\x98\x6d\x34\xad\x48\x15\x1c\xdd\x4b\x99\xd5\xb4\xaf\x13\xc3\xe7\x2b\xb3\x4d\x95\xa2\x3e\x14\x86\xb1\x35\xd6\x52\x50\xc3\x9b\xad\xe7\x4f\x55\x88\x87\x0a\x4a\x6b\x44\xd3\x47\x1b\x05\x9a\xc3\x74\x94\xa2\xc5\x15\xfb\x8b\x9f\x0c\xdb\xb1\x2a\xd8\x0e\x7a\xfa\x95\xab\x82\xbd\x40\x4e\xd7\xcb\x7b\x2d\x3d\xab\x16\x18\xcd\x1a\x93\x28\xa8\x25\x16\xef\x33\xc5\xb8\x49\x4b\xa8\xa3\x12\x36\x0d\xd7\x0e\x1e\xea\x38\x07\x7b\xd7\xcc\xb0\x1e\x2a\x31\x26\x52\xcd\xb6\x83\x94\x46\x72\xe9\xbd\x41\x0c\x03\x2d\xb4\x0e\x77\x39\x82\x93\x5b\xc5\x51\x46\x19\xc9\x9d\x65\xb8\x35\x4a\xc5\x59\x9a\x69\x75\xf4\x92\xc2\xa3\x0d\xe4\x17\x4b\xe9\xe6\xea\xf2\xe1\xac\xfd\xd5\xc4\x74\xe4\x7f\xa0\x96\xd6\x84\x7d\x55\xd3\x6d\x0f\x9f\x7e\xe6\x8b\x40\x65\x9d\x59\x41\x82\x40\xeb\x59\x81\x2a\xa8\xb6\x36\xa7\x85\x42\x75\x0b\x1c\x73\x3d\x9e\xda\xa1\x4a\x2d\x65\x74\xca\x24\xef\x95\x29\x79\x07\x31\x75\xe0\x09\x6e\x45\xb9\x0d\x1b\x38\x6c\x0e\x53\x09\x6d\x39\xa3\x5b\x3a\x56\x23\xc1\x99\xee\x75\x6c\x9e\x58\x54\x18\x43\x34\x6d\x50\x93\x2a\xdb\x8a\x7f\x3d\x4f\x4c\x3b\x57\x18\xf9\x47\x51\xf7\xac\xed\x22\xab\x12\xad\x07\x0a\xce\x2e\x5c\x80\xc8\x66\x0b\x2e\x8a\x65\xd0\x60\x46\xa0\xba\x9e\xda\x25\x85\xce\x44\xaf\xd8\x5b\x99\xa3\xad\x25\x98\xda\x1d\xbf\xb7\x37\x9f\x78\x94\xb0\x78\x62\x2b\x84\x80\x91\x39\x72\x7a\xeb\x40\xe0\x15\x87\x71\xab\x3d\x58\x4a\x18\x00\xc2\xac\x51\x91\xb4\x0c\x2d\x3c\x2a\xf2\x5c\xcb\xf0\xc5\x31\xea\xd0\x2e\xf6\xa4\xa7\x95\x5e\xfe\x79\x7a\x3a\xb4\x8b\x7b\x21\xdd\xf5\xef\xe9\xbd\x50\x9a\xd2\xa9\x01\x46\x04\x4d\xe9\xcd\x70\x08\x05\x4b\x0f\x29\xd9\xb9\xd7\xe9\xa0\x50\x27\x66\x08\x59\xda\x8c\x99\x92\x34\x13\x31\xb2\xef\x52\x00\xc9\xb3\x04\x62\xe1\x26\xa5\x66\xe5\x92\x36\x67\x80\xc8\x1c\x36\x65\xb3\x20\x0a\xde\x5b\xb6\x98\x1e\x05\x4a\xed\x46\xce\x05\xe6\xc4\x4e\x63\xc2\x8b\xe3\xd3\xf1\x3c\xdb\x18\x62\xff\x24\xe3\xbb\xe8\xe9\x9e\xb5\xdd\xd2\x71\x1e\xb3\x69\xa9\x80\x09\x5e\x4a\xb1\xa9\x92\x3e\xa1\x30\x3a\x57\xb7\x64\x76\xf3\xe1\x46\x9e\x8c\x4d\xbc\x1b\x19\x8e\x18\xde\xc4\x8c\x71\x17\x59\x8d\x34\xca\x61\x22\xb3\xa5\xd5\xde\x9a\x40\x4f\x88\x2e\x65\x7a\x36\x8b\xee\x10\x80\x0d\x92\x75\x90\xb4\xa8\x13\xac\xcc\x09\x3c\x27\xf7\xc4\x17\x17\x3d\xda\xb9\x9e\xea\x0e\x9a\xfa\xb5\xcd\xca\x9f\x17\xd5\xbd\x4f\x79\xa7\xa9\x67\x55\x6a\xc3\xd6\xac\xaa\x8e\x28\x99\x3c\x86\x13\x1a\x34\x2e\x43\x25\xe7\xe4\xd2\xbc\x19\x0a\xf7\x1c\x56\xcb\x5a\x75\xa1\x55\x3c\x7c\x94\x2c\x60\x73\x97\x44\x4a\x12\x43\xa0\x87\x31\xf7\x96\x5d\x5b\xe9\xc4\x61\xea\x26\x5e\x23\x87\xc3\xdc\x14\xd2\x6a\xac\x6c\x1a\x9d\x80\x3b\x38\xcd\x00\x34\x81\xb2\x63\x49\xbe\x5f\xd5\xa8\xfc\xf9\xd1\xdd\x78\x94\x77\x43\xbb\xd5\xa4\x24\x01\xb6\x75\x98\x18\xdc\x8b\xc4\x68\x00\x31\x06\x36\x03\x2f\xd4\x11\x73\x56\x00\x9a\x51\x73\x54\x0e\x98\x04\x11\x3a\x0b\x17\xac\xc1\x93\xc7\x9f\x62\x52\xbe\x8c\xee\x7b\x7f\xf2\x6e\x5d\xea\x49\xc6\xc1\xaa\xb3\xa1\xd5\xc9\x46\x05\x3c\xea\x94\xe1\x42\xc8\x4d\x44\x5a\x68\x6f\x1c\x93\x26\x36\x5f\xd3\xac\x75\xba\x0c\xef\xd2\x46\x29\x06\xf1\x0c\x0f\xed\xd7\x30\x28\x5f\xc8\xe8\x37\x6f\xf2\x5e\xca\xdb\x5c\x34\xf1\xa6\xdc\x68\x14\x71\xea\x0d\xd2\x0a\x6b\x6b\x95\x55\x14\xa2\x94\x1e\xce\x0d\x95\x35\xc8\x91\x2a\x79\xe9\x19\x2a\x3c\x93\x70\x92\xda\xf7\x99\xf2\xaf\x68\x4e\xbe\x90\xd5\x3b\x5f\xf2\xb9\x94\x7a\xa1\x94\x68\x1b\xfb\x51\x10\x6a\xd3\x29\x0a\xad\x01\x61\x13\x29\x64\xd2\x8a\x32\x56\xc0\xda\xa0\x04\x43\x75\x87\xd0\x6e\xa3\x69\x19\x63\xc7\x82\xd6\x7f\xee\xbd\x76\x97\x3b\xad\xce\x29\xd9\x04\x22\x22\x26\xc2\xd0\x46\xec\xdc\x26\x8c\xd0\xbe\xbe\x07\x6a\xc1\x02\xee\x36\xbc\xfa\x94\x6e\x03\x02\xd5\x46\x75\xc1\x80\xb2\x8b\x29\xd9\xaa\xce\x06\x6a\x5c\x9a\x68\xa3\x89\x0c\xda\xa3\xc3\x68\x6c\x06\x05\x50\x07\xd8\x3a\x89\x0c\x9f\x66\x13\x1d\x88\xd3\x1a\x36\x05\x04\xd3\x9f\x5b\xe4\xff\x5b\xee\x76\x7e\xb5\xd2\xf3\xe3\xcf\xff\xcc\x08\x76\x11\xd4\x1d\x69\xbb\x4d\x08\xbc\xc5\x64\x24\x2a\xd0\x6b\x6e\xb6\x56\xab\x9b\xe2\xc0\x5e\xd0\x66\xa9\xd2\x3b\xcd\x50\x66\x2c\x46\xd4\x83\x67\x46\x1f\x92\x92\x38\x7a\xd9\x69\x9e\x59\x86\x52\xb6\x02\x51\x27\x43\x61\xc2\xe1\xa5\x48\x47\x42\x9c\xa5\x95\x0e\x3a\x7a\x5f\xa7\xff\xb5\x75\xeb\x2d\x31\x5b\x9f\x93\x36\xeb\xf4\x92\xf6\xe2\x79\xe6\x4f\x15\xda\xfd\x47\x56\xdf\x4c\xee\x9d\x84\x95\x3c\x70\x48\x8b\x88\xd2\x09\xd7\x37\x86\x99\x16\xe2\xee\x1c\x98\x3e\x68\x88\x6d\xce\x55\x00\x47\x9f\xc4\x44\x68\xbd\xb7\x31\x3c\x06\xa7\xf7\x9d\x8c\x1f\xee\x05\x7d\xb3\x86\x36\x62\x32\x18\x74\xa1\x31\x10\x5b\x67\xef\x29\xb6\x59\x9a\xaf\x61\x0a\x2a\x55\x33\x12\xbb\xe5\xb4\xe8\xd0\xdc\x5f\xbc\x5f\x7b\xd7\xf2\xba\xff\x68\x6a\x63\x70\xef\x24\xa7\xd6\xb2\x95\x52\x4c\xaa\x45\xad\x75\x36\x94\x14\xad\x58\x32\xfb\x04\x10\x62\x65\xb4\x16\x36\x7d\xaa\x67\x2f\xd0\x88\x46\x43\x8b\xd2\x52\x78\x97\xad\xb4\x45\x85\xda\x60\x6a\x33\x8d\x54\x5b\xf3\xae\x31\x11\x0d\x1d\xb4\xa6\x37\x8f\x56\xc1\xad\x76\x76\xef\xea\x04\x16\x93\x4d\xb8\x6c\x12\x9c\x17\xfb\x88\x9f\xce\xae\x75\x6f\xee\xcf\xe2\xd3\xa3\x7b\x7f\x7e\x63\x2d\xdd\xd2\x75\xaf\xa6\x75\xff\x9e\x5e\xa1\xf7\xce\xd3\xb2\xae\x53\x7d\x4e\x74\x5c\x27\x35\xd0\x69\x16\xed\x85\x4b\x29\x49\x39\xad\x53\xa3\xc9\x9c\x9a\x06\x39\x43\x7d\xd8\xb0\xc2\xd8\x7f\x6e\x59\xea\xaf\x07\xa3\xfc\x78\xc9\xe4\x1f\x3c\x92\xf0\xe3\xaa\xc9\x2f\x28\x55\xfc\x9d\x64\xbe\xc1\x5a\xb7\x3f\x3b\x68\xd7\x51\x0e\xcf\xe5\xb3\xd7\xc5\xf5\x6c\xd7\x79\x5e\x0e\x79\x5f\xb5\x81\xb7\x82\x51\x72\xcd\xa5\x1f\x7e\x3e\xfc\x72\x7c\x2d\xc0\x17\x0b\x3a\xd9\x67\x71\xe0\xad\x80\x56\xf5\x5c\x16\x3a\x4f\xaf\x4b\xb9\x59\x1e\xf9\xf9\xc9\x21\x9d\xed\xb3\x3a\xf0\x56\x40\x17\x70\x3d\x3b\x2d\xbb\xd0\xf5\xf1\x98\x65\xd5\x67\x1c\xef\x00\x68\xe7\xca\xa6\x5b\x01\x8d\x8b\x65\x3b\x29\x1f\xec\xe4\xf2\xf8\xd3\xc7\xcb\x76\x1a\x57\xf8\xcc\xda\xd2\x1b\x40\xfc\xea\x80\x4e\x50\xe9\xf4\x64\x79\x78\x74\x04\x27\xd6\xbf\x9c\xce\x9b\x2f\x87\x3b\x00\x6a\xaf\x0e\x88\x57\xcb\x23\x39\x9a\x9f\x2d\xce\x4a\xf7\xeb\x71\x72\x54\x3f\x6e\xd9\x24\x7e\x7e\x30\xe3\xf8\xc3\xf1\xf9\xe1\xab\x83\xa1\x9b\x80\x9b\xab\x8f\xd4\xcf\xaf\x97\x37\x27\x47\xc7\x72\xf3\xb0\xe0\xd8\x23\x60\xec\x28\xce\x0f\xfd\x61\xee\xf3\x0a\x60\x3e\xad\x53\xc3\x4f\xc7\x9f\x3f\x5d\x7f\x59\x9c\x5e\x7f\x42\xba\xdc\xce\xcc\xe1\x95\x9e\x1f\xde\x1c\x2d\x5e\x1f\x4e\xff\xfc\x89\x4e\x8e\xfc\x98\xa8\x22\x5d\x46\x39\x3e\x3d\xdd\x52\x78\xd5\xce\x0f\x8e\xf6\x85\x66\x5e\x20\x5f\xc3\xc5\x51\x97\xfe\x99\x8e\x47\x59\x7d\x5c\x6d\x29\x30\xbd\x46\x13\x5f\xae\xf4\xe1\xbd\xe5\xe5\x58\x72\xdc\x30\x2e\x8f\x2f\x4e\x7d\x79\xb3\x5a\x9e\xd4\xc2\x8b\x67\x30\xb3\x38\x3f\x3c\x59\xec\x41\xc3\x1f\x9a\x79\xbb\xe6\xd3\x8f\x57\x7a\xe1\x67\xd7\xe3\x73\xed\x5b\x82\xf2\x1a\xcd\xd5\x51\x1c\xe9\x62\xb5\x6b\x05\x80\xed\x70\x8e\x2e\x0a\x0c\x17\x5b\xcc\xa3\x8b\x2f\x5f\xd4\xbf\x8c\x31\xb6\xc2\x39\xd7\xf3\xbd\x5c\xdf\x87\xd6\x53\x04\x0f\x2b\x9c\x7e\x28\xbe\x3a\xfb\x30\x0f\xb7\x83\xf9\x78\x7c\x7e\xe8\x3b\x17\x04\xd9\x0e\xe6\x8c\x63\x5c\xeb\x67\x2d\x9d\x2e\x70\x5c\x77\xbe\x38\xdf\x52\x97\xdc\xce\xd7\x09\xfa\xf9\xe1\x91\x1e\xbf\x3a\x9a\xab\x6c\x7a\x93\x3e\xb8\xb7\xd3\xde\x0f\x9b\x8c\xf3\x0f\xcf\x40\x13\xe7\x37\x47\xf1\xfa\x97\xd4\xf5\x8d\x80\xf7\xd5\xa7\xa3\x76\xb5\xb8\xfe\x72\xb1\xbc\x20\xbf\xda\x8a\xe6\xfa\xea\x54\xcf\xed\x48\xe7\xeb\x87\x1b\xf8\x70\x1a\x97\x79\xf8\xa9\x7f\xfc\x78\xfe\xe5\xf2\x3a\x3e\x9d\x9f\x6c\x0f\x37\x37\xeb\xb1\xfa\x70\xac\x27\x7b\x88\x7f\xe3\xd3\xa4\x9b\x8f\x67\x97\x9f\xe3\xf3\x97\x1b\xc9\xc3\xd3\x80\x2d\x4a\x7e\xc9\xd1\x03\xdb\x2f\xac\xeb\x71\xec\x21\x27\xcd\x56\x27\xd7\x36\x4e\x57\xfd\xe1\xc1\x6a\xaf\x56\x63\x7f\x2b\x16\xef\x8b\x72\x2d\xe4\xa7\xd1\xae\x17\xe7\x78\x74\x88\x0f\x6d\xf4\x47\xca\xc9\xef\x29\x43\x8e\x59\x0a\x0f\x39\x9a\x1f\x2f\xf4\x06\xf3\xe4\xc2\x70\x5f\x35\xdc\xb7\x6b\xf8\xf3\xf1\xb4\x1b\xe4\x8b\x43\x9a\xd7\xbc\xba\xb9\xf9\xee\x39\xf4\x57\xab\x9c\xbe\x15\xcb\xe5\x07\xc9\xab\x53\x8a\x72\xfd\xe1\xe4\x7c\xd5\xad\x18\x3f\x3c\xc7\x63\xeb\x0a\xc1\x4e\x87\xeb\xe4\x9e\x66\x65\x9b\xca\xeb\x05\xb2\x9a\x37\x52\x57\xa8\xa4\x73\x6b\x42\xbd\x97\x11\xde\x40\x69\x55\x07\xc3\xb4\x62\x63\x42\xf6\x2d\xf5\xe8\xf7\x3a\x7b\xbe\x2d\xd5\x1f\x6e\x63\xb4\xe9\xa9\x8a\xa3\x6d\xc9\x8b\x5e\x76\xd0\xcf\xb3\x86\x4a\x47\x35\x2c\x31\x72\x4c\x95\x87\xe7\xd6\x3d\x89\xe7\xb5\x67\x87\xb7\x87\xd9\xa8\x44\x8e\xd2\x09\xe7\x34\x30\xf9\x6f\x5a\x5c\xb8\x3d\x0e\xa4\x22\x15\x51\xac\xe2\xad\x05\x6e\xe7\x66\x7f\x6b\x0b\xb7\x47\xeb\x10\x62\x8d\x2a\x39\x82\x86\xd9\x96\xe4\x68\xaf\x4b\x0b\xb7\xda\x19\xcd\x91\x45\x6a\x25\x08\xdf\x16\xc8\x5f\x72\xf0\xd0\x73\xd0\x18\xcf\x54\xe8\x46\x34\x40\xcb\xdc\xb2\xac\xb0\xc7\xbb\xff\xed\x58\x8d\x36\x51\x94\x90\xbb\xb6\xec\xdb\x0f\xd8\xf9\xc9\x83\x87\x9e\x83\x25\x89\x69\x5a\x61\x76\x02\xc2\xdc\x72\x96\xcc\xcf\x1f\x3c\xf4\xac\x78\x1c\x15\x9d\x7c\x4c\x07\x73\xa5\x2d\x8b\x87\xfb\x4a\x8a\x6e\x0f\x70\x01\x2a\xe0\x43\xb3\xf7\xa2\xd1\xb6\xa7\x8b\x3f\x77\x54\xc9\x73\xa0\x68\x8a\x58\xa1\xf4\x20\x0b\xcf\xed\xda\xfd\xb9\x83\x87\x9e\x15\xf4\x66\xa7\x3a\x2c\x8b\xd1\x2c\xf8\xf0\x30\xc0\xd7\x3b\x78\xe8\x79\x97\x34\x70\xf1\x51\x9d\x3c\xa4\x3e\xdc\x8b\xf5\x6a\x07\x0f\x3d\xeb\xbe\x34\xd2\xc7\x44\xae\x0e\x5d\xda\xb6\x03\xb3\xf6\x95\xb4\xde\x1e\x98\x95\x26\x4d\x6b\x60\x8f\x3e\xa1\x6e\xd1\xed\x4f\x1f\x3c\xf4\xac\x6c\x46\x9c\xea\x48\x09\xc8\x1a\xd1\x75\x2b\x94\xc3\xc5\xa7\x3d\x32\x63\x65\x22\x4e\x33\xcb\x16\xd6\xca\xf6\x73\x90\xd6\x70\xf6\x17\x60\x46\x75\xe1\xcc\x5a\x8b\x8f\x99\xb2\x25\x97\xd9\xd7\xe4\x62\x03\x05\x53\x95\x6b\xf5\x51\x81\x2b\xca\xf6\x39\xd7\xfe\x62\x5d\xab\x65\xaa\x49\x30\x43\xef\xf6\xb0\x6e\xcd\xff\x83\x1d\x26\x17\x97\x8b\xff\xac\x14\x76\xbb\xcf\xe0\x3f\xda\x9c\xeb\x59\xbc\xfd\x61\x29\xb1\xaf\x7b\x37\x0e\x3e\x8f\x76\xd0\xfe\x16\xae\xbf\xf7\xf4\x2e\x8f\xe2\xf4\xc0\x16\x97\xb1\x58\x1e\xc4\xe7\x55\x9c\x2f\xbf\x9b\x91\xdd\xee\xc5\x3a\x78\xc4\x6d\xdd\xb1\x67\x0f\x6a\x8f\x6d\xc0\xbf\x9b\xa7\x8b\xf9\x6e\x0d\xe0\xdd\xf5\xf1\xb9\x2f\xae\x97\xef\xce\x63\xf5\x7e\x33\x26\xb7\x45\xce\x76\xda\x42\xf7\x48\x57\xff\xba\xff\xef\xbf\xff\xfa\xf7\x5f\xff\x37\x00\x00\xff\xff\x17\xe8\xf6\x1e\xe1\x87\x00\x00"), }, "/gcp": &vfsgen۰DirInfo{ name: "gcp", @@ -1476,6 +1780,13 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2a\x4b\x2c\xca\x4c\x4c\xca\x49\x55\x50\xca\x4b\x2d\x29\xcf\x2f\xca\x56\x52\xa8\xe6\x52\x50\x28\xa9\x2c\x48\x55\xb0\x55\x28\x2e\x29\xca\xcc\x4b\xe7\xaa\xe5\xe2\x42\xa8\xcb\x4d\x2c\x2e\x49\x2d\x8a\x2f\x2e\x4d\xca\x4b\x2d\x21\xa8\x3a\x39\x3f\xb7\xa0\xb4\x24\x35\x3e\x33\x37\x31\x3d\x15\xbb\x6a\x40\x00\x00\x00\xff\xff\x47\x7e\x5d\x65\x83\x00\x00\x00"), }, + "/gcp/bootstrap/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 199, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8d\x31\x0e\xc2\x30\x0c\x45\xf7\x9c\xe2\x2b\x07\xa0\x20\xb1\x86\xab\xa0\xaa\x75\x83\xa5\x10\x17\x3b\xed\x82\x72\x77\x44\x0a\x82\xad\x8b\x25\xdb\xef\xfd\x5f\x48\xb5\x9f\x44\xef\x78\x3a\x40\xe9\xb1\xb0\xd2\x78\x5d\x49\x8d\x25\x23\xc0\x5f\x02\x8e\x87\xd3\xd9\xff\xbf\x67\x95\x95\x47\x52\x6b\x16\x10\x45\x62\x22\x84\xcf\x0a\x98\x2c\x3a\xbc\x0f\x5e\x66\xca\x76\xe3\xa9\x74\x49\x86\x3e\x75\x1b\xea\x1b\x57\xdb\xe4\x98\xb9\x6c\x65\xfb\xfa\x17\xfe\x05\x54\x57\x9d\x7b\x05\x00\x00\xff\xff\xe4\xf3\x2f\xd7\xc7\x00\x00\x00"), + }, "/gcp/cluster": &vfsgen۰DirInfo{ name: "cluster", modTime: time.Time{}, @@ -1498,6 +1809,13 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\xcd\x4e\xc3\x30\x10\x84\xef\x79\x8a\x51\x2e\xdc\x78\x83\x1e\xf8\x3b\x54\xaa\x50\xc5\xdf\xd5\x72\xec\x4d\xb3\xc2\x59\x47\x5e\xa7\x50\x10\xef\x8e\xd2\x26\x42\xad\x82\xa8\xf0\x75\x77\xfd\xed\xec\xcc\xd6\x26\xb6\x55\x20\x94\x5d\x5f\x05\x76\xc6\x8b\x9a\x8f\x28\x64\xc4\xb6\x54\xe2\xb3\x00\x3c\xa9\x4b\xdc\x65\x8e\x82\x05\xca\xa7\x86\x30\x14\x11\x6b\xe4\x86\x70\x18\x44\x6b\xc5\x6e\xc8\xe3\xf6\xfe\x11\xc3\x07\x65\x01\xe4\x5d\x47\x18\xdf\x02\x9a\x13\xcb\xa6\xf8\x2a\x8a\x1f\xaa\x50\x7e\x8b\xe9\x75\x16\xf4\xfc\xb0\x9a\x18\x2f\xeb\x1b\x8c\xad\x48\xa4\xb1\x4f\x8e\x50\xc7\xb4\x2f\xba\xd0\x6b\xa6\x74\x1e\x70\x6c\x36\xec\x0f\xcc\xd9\x89\x59\xcd\xec\x49\x32\xd7\x4c\xe9\x94\x7c\x59\x1e\x33\x6c\xc7\x86\xde\x33\x25\xb1\xc1\x84\xca\x70\x37\xab\xef\x6e\x6c\xc1\xd5\x7a\x79\xa1\x58\x5d\x63\xb9\x3e\x4f\xc4\x00\x60\xf9\x13\xb0\x94\xff\x02\xa6\x2b\xf9\xd8\x5a\x96\x5f\x63\x70\x28\x9f\x9e\x03\xb9\xb1\x19\x36\x84\x7d\x16\x12\xb9\x98\xbc\xa2\xed\x35\xa3\xa2\x10\x65\x73\xde\x0e\x63\x20\x49\x7c\x17\x59\xb2\xce\xf9\x55\xc5\x18\x66\x74\xd7\x47\xeb\x68\x13\xfb\xe0\xd1\xd8\x2d\x61\xb2\x25\xec\x60\x9d\x23\x55\x1e\x58\x53\xa4\x74\xef\xe4\x77\x00\x00\x00\xff\xff\xb5\x67\xc9\xdc\x14\x03\x00\x00"), }, + "/gcp/cluster/dns/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 134, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x41\x0e\x82\x40\x14\x43\xf7\x73\x8a\x66\x0e\x20\x9a\xb8\x1d\xaf\x62\x08\x7c\x70\x92\x91\x62\x3f\xb0\x31\xdc\xdd\x30\xba\x70\xd1\x45\xdb\xf7\x16\x93\xda\x81\x7a\xe2\x1d\x00\xd9\x6b\xcd\xb2\xfe\xbe\x99\x3c\x73\x42\x42\xbc\x25\x9c\x4f\x97\x6b\xfc\xbf\x67\x71\xcb\xbd\xc9\xab\x05\x8c\xe4\x58\x0c\xe9\x57\x01\xe7\xaa\xee\x18\x22\x67\x9b\xfc\x91\x87\xa5\x29\xec\xda\xd2\x7c\xd1\x58\xb9\x3d\x1c\xd9\x43\xf8\x04\x00\x00\xff\xff\x68\x4a\xbd\x5a\x86\x00\x00\x00"), + }, "/gcp/cluster/iam": &vfsgen۰DirInfo{ name: "iam", modTime: time.Time{}, @@ -1514,6 +1832,13 @@ var Assets = func() http.FileSystem { modTime: time.Time{}, content: []byte("\x76\x61\x72\x69\x61\x62\x6c\x65\x20\x22\x63\x6c\x75\x73\x74\x65\x72\x5f\x69\x64\x22\x20\x7b\x0a\x20\x20\x74\x79\x70\x65\x20\x3d\x20\x73\x74\x72\x69\x6e\x67\x0a\x7d\x0a"), }, + "/gcp/cluster/iam/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 134, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x41\x0e\x82\x40\x14\x43\xf7\x73\x8a\x66\x0e\x20\x9a\xb8\x1d\xaf\x62\x08\x7c\x70\x92\x91\x62\x3f\xb0\x31\xdc\xdd\x30\xba\x70\xd1\x45\xdb\xf7\x16\x93\xda\x81\x7a\xe2\x1d\x00\xd9\x6b\xcd\xb2\xfe\xbe\x99\x3c\x73\x42\x42\xbc\x25\x9c\x4f\x97\x6b\xfc\xbf\x67\x71\xcb\xbd\xc9\xab\x05\x8c\xe4\x58\x0c\xe9\x57\x01\xe7\xaa\xee\x18\x22\x67\x9b\xfc\x91\x87\xa5\x29\xec\xda\xd2\x7c\xd1\x58\xb9\x3d\x1c\xd9\x43\xf8\x04\x00\x00\xff\xff\x68\x4a\xbd\x5a\x86\x00\x00\x00"), + }, "/gcp/cluster/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, @@ -1546,6 +1871,13 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x93\xbf\xce\x9b\x40\x10\xc4\x7b\x9e\x62\x45\x95\x34\x79\x03\x57\x29\x52\x44\x91\x22\x25\x3d\x3a\x8e\x05\x56\xec\xed\xa1\xbb\x3d\x7f\xe2\xfb\xe4\x77\x8f\x8e\x3f\x09\x36\x2e\x82\xdd\x59\x30\xf3\x9b\x1d\x0d\x57\x13\xc8\xd4\x8c\x50\x5a\x4e\x51\x31\x54\xd4\x94\xf0\x51\x00\xe8\x34\x22\xac\xbf\x0b\x44\x0d\x24\x5d\x01\xd0\x60\xb4\x81\x46\x25\x2f\x70\x81\xf2\x77\x8f\x20\xc6\x21\xf8\x16\xb4\x47\x58\x5d\xbe\x94\xc5\xad\x28\xfe\x99\x53\x27\x94\x25\x67\xad\xad\x17\x45\xd1\xcd\xdd\x99\x6c\x1e\x61\xb3\x83\x96\x18\x0f\x2c\x67\x3a\x3c\x0b\x9a\x45\xd0\xfa\xb0\xe3\x00\x49\x54\x23\x16\xe3\x01\xb1\x3e\xa8\xac\x4f\xa2\xa7\xfb\x4a\xae\xc6\x90\x6f\x7a\xe4\x80\x7a\x60\x93\xc4\xf6\x8f\x44\x36\x35\x72\x7c\x46\x72\x66\xfc\xb4\xd0\x3e\x1f\x71\xdf\xbe\xfe\x84\x45\x9a\xad\x6b\x04\x33\x8e\x4c\xd8\xe4\x7f\x36\xa0\x51\x6c\x20\x60\xf4\x29\x2c\x57\x66\x83\xd6\x24\xd6\xd5\xfc\xe3\x76\x1f\xc3\x19\xdb\x93\x60\x95\x23\x9c\x3d\x7b\xd5\x2e\x8a\xff\x6d\x3a\xa6\x5a\xf0\x74\xc3\x8b\xea\xcd\x87\xe1\x29\x04\xde\x88\x79\x6e\xa3\x69\xe6\x2e\x1e\xa9\xc1\x7b\xad\xae\x9e\x93\xc3\x2a\xd2\xfb\xe9\x53\xb3\x66\xdb\xec\x62\x03\x24\xd0\x51\x67\xea\x49\x31\xfe\xbd\x3e\x73\xa0\x66\x6f\x07\x68\xf0\x4a\xf6\xb0\xe5\x7d\x90\x57\x3a\x9f\xdf\xf4\xed\x16\xe2\x25\xee\xe0\x62\x35\xe0\x54\x31\xc9\x70\x96\x9f\xf7\x17\x91\x5b\xc8\xe2\x1c\xe4\xfb\x8f\x5f\x30\xe0\x94\xf7\x87\x62\xc3\x34\xea\xae\xa4\x27\x03\x94\xc4\x7c\x1f\xed\xdd\x0b\xee\x3f\x84\x0b\x30\x45\x2d\x6e\xc5\x9f\x00\x00\x00\xff\xff\x65\xb7\xea\x5e\xcb\x04\x00\x00"), }, + "/gcp/cluster/master/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 134, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x41\x0e\x82\x40\x14\x43\xf7\x73\x8a\x66\x0e\x20\x9a\xb8\x1d\xaf\x62\x08\x7c\x70\x92\x91\x62\x3f\xb0\x31\xdc\xdd\x30\xba\x70\xd1\x45\xdb\xf7\x16\x93\xda\x81\x7a\xe2\x1d\x00\xd9\x6b\xcd\xb2\xfe\xbe\x99\x3c\x73\x42\x42\xbc\x25\x9c\x4f\x97\x6b\xfc\xbf\x67\x71\xcb\xbd\xc9\xab\x05\x8c\xe4\x58\x0c\xe9\x57\x01\xe7\xaa\xee\x18\x22\x67\x9b\xfc\x91\x87\xa5\x29\xec\xda\xd2\x7c\xd1\x58\xb9\x3d\x1c\xd9\x43\xf8\x04\x00\x00\xff\xff\x68\x4a\xbd\x5a\x86\x00\x00\x00"), + }, "/gcp/cluster/network": &vfsgen۰DirInfo{ name: "network", modTime: time.Time{}, @@ -1599,6 +1931,13 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8f\x61\x4e\xc3\x30\x0c\x46\xff\xe7\x14\x9f\x7a\x00\x6e\xd0\x03\x70\x8a\xca\x4d\xdd\xd5\x22\x38\x91\xed\x8c\x4d\x68\x77\x47\x45\x20\xc1\x84\x34\xfa\x3b\x2f\xef\x7b\x4e\x67\x32\xa1\xb9\x30\x86\x5c\xba\x07\xdb\x24\xcb\x80\xf7\x04\xc4\xb5\x31\x46\x78\x98\xe8\x29\xdd\xd2\x0f\xf4\x95\x3e\x49\xef\xb3\x72\x4c\x59\x16\x7b\xf8\x45\x39\xde\xaa\xbd\xfc\x0f\xde\xc9\x83\xfe\xef\xfa\xaf\x9d\x63\x27\x1c\x0b\x7a\x48\x37\x63\xbe\x88\x87\xe8\xe9\x8f\x1e\x00\x23\xe6\x5a\x4b\x02\x16\x5e\xa9\x97\xc0\x88\x95\x8a\xf3\x9d\xa6\xcf\x45\xf2\xc4\xba\xb4\x2a\x1a\xfe\xdb\x71\xe7\xf1\x6c\xd2\x42\xaa\x62\xc4\xf0\xbc\x22\x36\xde\x1f\xc3\xc3\xa8\x41\xd4\x83\x34\x33\x7c\xab\xbd\x2c\xd8\xe8\xcc\xe0\x4b\xb0\x29\x95\x72\x05\xe5\xcc\xee\xb2\xcf\x1a\x7b\xed\x96\xd9\x9f\x86\x74\x4b\x1f\x01\x00\x00\xff\xff\x74\x56\x8b\xa6\x20\x02\x00\x00"), }, + "/gcp/cluster/network/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 134, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x41\x0e\x82\x40\x14\x43\xf7\x73\x8a\x66\x0e\x20\x9a\xb8\x1d\xaf\x62\x08\x7c\x70\x92\x91\x62\x3f\xb0\x31\xdc\xdd\x30\xba\x70\xd1\x45\xdb\xf7\x16\x93\xda\x81\x7a\xe2\x1d\x00\xd9\x6b\xcd\xb2\xfe\xbe\x99\x3c\x73\x42\x42\xbc\x25\x9c\x4f\x97\x6b\xfc\xbf\x67\x71\xcb\xbd\xc9\xab\x05\x8c\xe4\x58\x0c\xe9\x57\x01\xe7\xaa\xee\x18\x22\x67\x9b\xfc\x91\x87\xa5\x29\xec\xda\xd2\x7c\xd1\x58\xb9\x3d\x1c\xd9\x43\xf8\x04\x00\x00\xff\xff\x68\x4a\xbd\x5a\x86\x00\x00\x00"), + }, "/gcp/cluster/outputs.tf": &vfsgen۰CompressedFileInfo{ name: "outputs.tf", modTime: time.Time{}, @@ -1606,6 +1945,13 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xd2\x41\x6e\x84\x30\x0c\x85\xe1\x3d\xa7\x88\xe6\x00\xdc\xa0\x67\x89\x3c\xc1\x02\x6b\x8c\x63\x25\x76\xbb\xa8\x7a\xf7\x4a\x33\xa8\x25\x14\x45\x65\xc5\x82\xff\x7d\xc2\x12\xd9\x4d\xdd\xc2\x2d\xb1\x57\xc3\x12\x49\x6f\xe1\x73\x08\xe1\x1d\xd8\x31\xbc\x85\x35\x4f\xce\x38\x0a\xda\x47\x2e\x8f\xf1\x37\x1b\xbe\x86\xe1\x38\x56\xbf\x33\xa5\xff\x1a\x3f\xf5\x9e\xda\xa2\x2e\xb0\x3d\xf7\xb3\x15\x9e\x64\xf5\xbb\xa0\x75\xc7\x4d\xb9\x27\x40\x29\x2e\x08\x6c\x4b\x4c\x0b\xa6\x47\xed\x32\x7f\xea\x23\x45\x62\x58\x04\xf8\xa2\x79\x3e\x3b\x39\x95\xa4\x1a\x48\xc2\x73\xf2\x15\x8d\xc7\xb6\xe3\xc4\xb9\x64\xd7\x2b\xda\xb6\x68\x7e\x84\xbc\xaa\x1b\x46\x5a\x61\xc6\x96\xe2\x9c\x80\xc7\x39\xe9\xeb\x65\xbb\x12\x2b\x99\xa3\x32\x08\x46\xea\x7f\x04\x69\x84\x69\x2a\x58\xeb\xf3\x9c\xef\x00\x00\x00\xff\xff\xdf\xe5\x6f\xb0\xc0\x02\x00\x00"), }, + "/gcp/cluster/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 134, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x41\x0e\x82\x40\x14\x43\xf7\x73\x8a\x66\x0e\x20\x9a\xb8\x1d\xaf\x62\x08\x7c\x70\x92\x91\x62\x3f\xb0\x31\xdc\xdd\x30\xba\x70\xd1\x45\xdb\xf7\x16\x93\xda\x81\x7a\xe2\x1d\x00\xd9\x6b\xcd\xb2\xfe\xbe\x99\x3c\x73\x42\x42\xbc\x25\x9c\x4f\x97\x6b\xfc\xbf\x67\x71\xcb\xbd\xc9\xab\x05\x8c\xe4\x58\x0c\xe9\x57\x01\xe7\xaa\xee\x18\x22\x67\x9b\xfc\x91\x87\xa5\x29\xec\xda\xd2\x7c\xd1\x58\xb9\x3d\x1c\xd9\x43\xf8\x04\x00\x00\xff\xff\x68\x4a\xbd\x5a\x86\x00\x00\x00"), + }, "/gcp/post-bootstrap": &vfsgen۰DirInfo{ name: "post-bootstrap", modTime: time.Time{}, @@ -1624,6 +1970,13 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x91\x3d\x6e\xf3\x30\x0c\x86\x77\x9f\xe2\x85\x0f\xf0\x5d\xe0\x83\x87\x8e\xd9\x32\x74\x37\x68\x85\xb1\x88\xa8\x92\x20\x51\x0d\x82\xa2\x77\x2f\xfc\x13\xa3\x71\xda\xba\x48\x35\x0a\xef\x0f\x1f\xf2\x95\x92\x50\xe7\x18\x75\x17\x82\x66\x4d\x14\x5b\xf1\x59\xc9\x1b\xce\x35\xde\x2a\x40\x2f\x91\x31\xbf\x06\x4e\xb2\x56\xc0\x81\xb3\x49\x12\x55\x82\x47\x83\xfa\xd9\x32\x96\x00\x5c\x03\xfe\xd5\xd5\x7b\x55\xfd\x54\xd1\xf6\x29\x94\xf8\xe7\x22\x4c\x31\xeb\xbe\x17\xca\xca\xe9\x51\x9e\xc9\xbd\x74\x6c\xa5\x3f\x84\xb2\xea\xf8\x86\xc3\xb3\x9e\x43\x3a\x7d\x8a\x6e\x90\x35\x89\xef\xbf\x9c\x28\x97\xce\xb3\x6e\xaa\x8d\x2b\x13\x40\xfc\xb5\x34\x96\xce\x89\xb9\x75\x2c\x94\xb3\x71\xe0\x3c\x52\x71\x3a\x7f\xfb\xe2\xdc\x3d\xfc\x6e\x8f\x70\x84\x5a\xc6\xd3\x7e\x07\x17\xe8\x80\x8e\xdc\xb0\x83\xf4\x1f\xa2\x90\x3c\x1a\x71\x16\xb5\xa3\x4c\xbc\x72\xf2\xe4\x30\xce\x90\xad\xf8\x7e\x68\x24\xe5\xfe\xb2\xde\x17\x45\x69\x2d\x93\x53\xdb\x1a\xcb\xe6\x94\x6f\x00\xc7\x6b\xdc\xe9\xaf\xf9\x9b\xc6\x8f\x00\x00\x00\xff\xff\xef\x10\xc3\x76\x32\x03\x00\x00"), }, + "/gcp/post-bootstrap/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 134, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x41\x0e\x82\x40\x14\x43\xf7\x73\x8a\x66\x0e\x20\x9a\xb8\x1d\xaf\x62\x08\x7c\x70\x92\x91\x62\x3f\xb0\x31\xdc\xdd\x30\xba\x70\xd1\x45\xdb\xf7\x16\x93\xda\x81\x7a\xe2\x1d\x00\xd9\x6b\xcd\xb2\xfe\xbe\x99\x3c\x73\x42\x42\xbc\x25\x9c\x4f\x97\x6b\xfc\xbf\x67\x71\xcb\xbd\xc9\xab\x05\x8c\xe4\x58\x0c\xe9\x57\x01\xe7\xaa\xee\x18\x22\x67\x9b\xfc\x91\x87\xa5\x29\xec\xda\xd2\x7c\xd1\x58\xb9\x3d\x1c\xd9\x43\xf8\x04\x00\x00\xff\xff\x68\x4a\xbd\x5a\x86\x00\x00\x00"), + }, "/gcp/variables-gcp.tf": &vfsgen۰CompressedFileInfo{ name: "variables-gcp.tf", modTime: time.Time{}, @@ -1656,16 +2009,23 @@ var Assets = func() http.FileSystem { "/ibmcloud/bootstrap/ignition.tf": &vfsgen۰CompressedFileInfo{ name: "ignition.tf", modTime: time.Time{}, - uncompressedSize: 1817, + uncompressedSize: 1818, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x94\x31\x6f\xdb\x30\x10\x85\x77\xfe\x8a\x83\xd4\xa1\x05\x6a\x75\xea\x12\xc0\x43\x90\x14\x6d\x86\xc4\x40\x13\xa0\x23\x41\x93\x67\x87\xb5\xc4\x13\x8e\x27\xb7\x81\xe1\xff\x5e\x50\x92\x15\x29\x75\xd3\x3a\xc8\x52\x4e\x82\x8e\xdf\x7b\xa7\x47\x9e\xf2\x13\x96\xca\xe1\x62\x71\x0b\xcb\xc6\x6e\x50\xd4\x49\xa4\x62\x8c\xd4\xb0\x45\xc8\xfc\xb2\xd2\x96\xa2\xee\x64\x32\xc8\x96\x44\x12\x85\x4d\xad\xfd\x3a\x78\xf1\x14\x32\xd8\x29\xe8\x7d\x74\x30\x15\xc2\xb0\xe6\x90\xbd\xd9\x95\x64\x4d\x59\xd4\x8c\x2b\xff\x73\x3f\x1b\xf8\xd9\xc0\x2b\x80\x83\xa1\xf6\x21\x8a\x09\xe9\xc1\xc1\x1c\xb6\x86\x8b\xe4\x7e\xac\xdc\x52\x6b\x4f\x41\x27\x83\x24\x74\xf0\x4c\x94\x5f\x56\xb6\xa4\xc6\xe9\x6e\x8f\x02\x88\x42\x6c\xd6\xa8\x6d\x69\x62\x1c\x35\x18\x2b\xc3\x92\xa9\xbd\x3a\x2d\xa3\x2e\x5d\x5a\x7e\x47\xfb\x5a\xe9\xea\x4e\xed\xef\x21\x5b\x1e\xbe\x75\xaa\x50\xfc\x0e\x16\x96\xc3\x23\x39\x44\xf5\x2f\xe4\x93\x78\x15\xc0\x06\x1f\x60\xbc\xe6\xa3\x56\x0b\xbf\x6e\x8f\xd2\x52\x10\x0c\xa2\x57\xbe\xc4\xd1\x79\xf4\xa2\xfa\xd1\x27\x6d\x50\x00\x28\x66\x3d\xd5\x4c\x85\xca\x7d\x7c\xfb\x0c\xf7\xee\x05\xe7\x75\x75\x7e\x0d\x11\x79\xeb\x2d\x82\x65\x74\x18\xc4\x9b\x32\x9e\x78\x78\x39\xdc\x2c\xee\x3e\x7d\xb8\x5b\x5c\x2e\xce\xe0\x33\x4a\x2b\x2b\xb4\xc1\x00\x2b\xe2\x24\x6c\x04\x1d\xdc\xf6\x46\x57\x97\xef\x21\x90\x40\x6c\xea\x9a\x38\x55\x7c\x80\x9a\x69\xeb\x1d\xb2\x72\x46\x4c\x77\x0b\xbc\xa9\xb4\x69\xe4\x5e\xb7\x52\x19\x64\xe9\x45\xff\xbc\xdb\x1f\x6c\xcf\xe0\x86\x04\x9a\x88\x0e\x8c\x80\xdc\x23\x54\x54\x61\x10\x95\xc3\xf4\x52\x25\xba\xff\x56\xed\x5d\x06\x99\xa5\x98\xae\x50\x0e\x00\xed\x88\x1e\x99\x4c\x4b\x71\xd6\x33\x33\xef\x32\x95\xc3\xe9\xbe\xc3\xa0\x6e\xf0\xa1\x73\xd5\x8c\xc6\x21\x4f\xcc\x9f\xae\x3f\x34\xd3\x93\x2d\xc7\x54\x1e\xe5\xbe\x8e\xf7\x1c\xff\x89\x4c\xfa\x3a\x94\xd2\x6f\xa5\xf0\xae\xe5\x6a\xc3\xa6\x42\x41\x8e\x13\xed\xae\x61\x80\x2f\xd7\xe7\x17\xe3\xf7\xc2\x0d\xf6\xa5\x3e\x2e\xef\xda\x91\xec\xac\xa6\xd1\xb7\x3e\x69\x04\x13\xb0\x7f\xad\x4c\x7f\xb0\x97\x97\x65\xda\x93\xcf\x66\xfa\x6d\xbc\xe7\xff\xc8\xf4\x57\x00\x00\x00\xff\xff\x64\x1c\xec\xc0\x19\x07\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x94\x31\x6f\xdb\x30\x10\x85\x77\xfe\x8a\x03\xd5\xa1\x05\x6a\x75\xea\x12\xc0\x43\x90\x14\x6d\x86\xc4\x40\x13\xa0\x23\x41\x93\x67\x87\xb5\x44\x0a\xc7\x93\xdb\xc0\xf0\x7f\x2f\x28\xd1\xaa\x94\xb8\x69\x1d\x64\x29\x27\x41\xc7\xef\xbd\xd3\x23\x4f\xc5\x09\x4b\x14\x70\xb1\xb8\x85\x65\x6b\x36\xc8\xe2\x24\x52\x10\xc6\xd0\x92\x41\x90\x6e\x59\x2b\x13\xa2\xea\x65\x24\xc8\x65\x08\x1c\x99\x74\xa3\xdc\xda\x3b\x76\xc1\x4b\xd8\x09\xc8\x3e\xca\xeb\x1a\x61\x58\x73\x90\x6f\x76\x55\x30\xba\x2a\x1b\xc2\x95\xfb\xb9\x9f\x0d\xfc\x6c\xe0\x05\xc0\xc1\x50\x39\x1f\x59\xfb\xf4\x60\x61\x0e\x5b\x4d\x65\x72\x7f\x5a\x36\xe4\x3b\x6c\xed\x82\x57\xc9\x21\x29\x1d\x4c\x13\xe6\x96\xb5\xa9\x42\x6b\x55\xbf\x47\x00\x44\x0e\xa4\xd7\xa8\x4c\xa5\x63\x1c\x75\x18\x6b\x4d\x2c\xc5\x5e\x9c\x16\x52\x1f\x6f\x58\x7e\x47\xf3\x5a\xf1\xaa\x5e\xed\xef\x29\x1b\x1a\xbe\x75\xaa\x50\x3e\x05\xcb\x3e\xaa\x4c\x0e\x51\xfd\x0b\xf9\x28\x5e\x01\xb0\xc1\x07\x18\xaf\xf9\xa8\xd5\xd2\xad\xbb\xb3\x34\xc1\x33\x7a\x56\x2b\x57\xe1\xe8\x3c\xb2\xa8\xfa\xed\x93\x36\x08\x00\x64\xbd\x9e\x6a\xa6\x42\x6d\x3f\xbe\x7d\x86\x7b\xf7\x82\xf3\xba\x3a\xbf\x86\x88\xb4\x75\x06\xc1\x10\x5a\xf4\xec\x74\x15\x4f\x3c\xbc\x02\x6e\x16\x77\x9f\x3e\xdc\x2d\x2e\x17\x67\xf0\x19\xb9\x93\xe5\xb0\x41\x0f\xab\x40\x49\x58\x33\x5a\xb8\xcd\x46\x57\x97\xef\xc1\x07\x86\xd8\x36\x4d\xa0\x54\x71\x1e\x1a\x0a\x5b\x67\x91\x84\xd5\xac\xfb\x5b\xe0\x74\xad\x74\xcb\xf7\xaa\x93\x92\x20\xd3\x8b\xfc\xbc\xdb\x1f\x6c\xcf\xe0\x26\x30\xb4\x11\x2d\x68\x06\xbe\x47\xa8\x43\x8d\x9e\x45\x01\xd3\x4b\x95\xe8\xfc\xad\xca\x59\x09\xd2\x84\x98\xae\x50\x01\x00\xdd\x8c\x1e\x19\x4d\x13\xe2\x2c\x33\x33\x67\xa5\x28\xe0\x74\xdf\x61\x52\x37\xf8\xd0\xbb\x2a\x42\x6d\x91\x26\xe6\x8f\xd7\x1f\x9a\xc9\x64\xc7\x51\xa8\x8e\x72\x5f\xc7\x7b\x8e\xff\x45\x26\x7d\x1d\x4a\xe9\xbf\x52\x3a\xdb\x71\x8d\x26\x5d\x23\x23\xc5\x89\x76\xdf\x30\xc0\x97\xeb\xf3\x8b\xf1\x7b\xa6\x16\x73\x29\xc7\xe5\x6c\x37\x92\xbd\xd5\x34\xfa\xce\x27\x8d\x60\x02\xf6\xaf\x95\xe9\x0f\x72\xfc\xb2\x4c\x33\xf9\x6c\xa6\xdf\xc6\x7b\xfe\x8f\x4c\x7f\x05\x00\x00\xff\xff\x36\xa8\x8b\xb8\x1a\x07\x00\x00"), }, "/ibmcloud/bootstrap/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 3550, + uncompressedSize: 3676, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x57\x51\x6f\xdb\x36\x10\x7e\xd7\xaf\x38\xa8\x7d\x68\x81\x5a\x76\x9b\x20\x0f\x01\x8c\xa1\xc9\x32\xa4\xeb\x5a\x0f\x48\xfa\x14\x04\x04\x45\x9e\x2d\xce\x14\x29\x90\x47\xb7\x5e\x90\xff\x3e\x90\x92\x5c\x6b\x71\x93\x38\xd9\x06\x4c\x7e\xb1\x49\xde\x77\x77\xdf\x9d\xbe\xa3\xb5\x15\x5c\x7b\xb8\xc9\x00\x1a\x87\x73\xf5\x0d\x06\xcf\x14\x56\xdc\x15\x42\x07\x4f\xe8\x98\x92\xf1\x98\x75\xc4\x96\xa1\x44\x67\x90\xd0\x33\xde\x28\x98\xc2\xd1\xe1\xe1\x41\xbf\x59\x73\x51\x29\x83\x4c\x58\x33\x57\x0b\x98\xc2\xbb\x77\x47\xef\x0e\xb2\xdb\x2c\x7b\xb1\xc7\x93\xbd\x80\x13\x6b\xc9\x93\xe3\x0d\x18\x2b\x71\x3f\xeb\xcc\xa1\xb7\xc1\x09\x84\x5c\x95\x35\x53\x9e\x29\xe3\x89\x1b\x81\x39\xe4\x65\x0f\xcc\x22\x70\x9e\xd2\x37\xbc\xc6\x41\xe6\xf9\xcb\x9b\xc4\x4e\xd1\x12\x73\x3b\xda\x58\xe5\x19\x80\xaa\xf9\x02\xff\x4e\xd4\xca\x2b\x96\x36\x3a\xaa\x9c\x9d\x2b\x8d\xc3\x33\xaa\xac\x85\xb6\x41\xb2\xef\x41\xf4\x91\x31\x5a\x37\x98\x01\xf4\xa1\xb3\x85\xb3\xa1\xe9\xec\x86\x8b\xad\x03\xe2\x0b\x3f\x88\xb9\x0d\x38\x2e\x67\xc9\xbf\xaa\xb9\x5b\x33\x83\xf4\xd5\xba\x25\x53\x86\xd0\xcd\xb9\xc0\x94\xf0\x9d\x94\x63\xce\x48\xd5\x24\x4f\x9b\x3e\x94\x06\xe9\x4e\x2b\x58\x43\xce\x6a\xd6\x68\x6e\x90\xb5\x67\x98\x92\x4c\x2b\x4f\x57\x93\xeb\xd6\x12\x45\x70\x8a\xd6\x6d\xa4\x1e\xa6\x20\xac\x11\x9c\x5e\xed\x00\x18\x1c\xed\x81\xde\xc0\x55\x57\xb3\xe1\x7e\xb1\xa1\xac\x50\xf2\xfa\x75\x06\x70\x1b\xd3\x5c\x35\x62\x53\x80\x46\xb4\xcc\xfc\x69\x0d\xde\x17\x72\xdc\xdf\x0a\x7a\x89\xeb\x18\xe7\xd5\x75\xc4\x7b\x01\x5f\x3c\x82\x08\x9e\x6c\x0d\x6a\x61\x14\x29\x6b\xa0\xeb\x66\xaa\x38\x41\x13\xb4\xf6\x71\x85\xd0\x10\xcc\x9d\xad\xe1\x74\x76\x01\x65\x10\x4b\xa4\x84\x70\x39\xfb\x79\x76\x0c\x33\x23\x10\x7c\x68\xe2\x6b\x01\x73\xeb\x80\x2a\x84\x8a\xa8\x39\x47\x2e\xd1\x79\x98\x2b\xd4\x12\x94\x07\x2e\x25\x4a\x20\x9b\x8c\x09\x9d\xe3\x73\xeb\xea\x51\xe3\xec\x4a\x49\x74\xa3\x3e\x8c\x37\xf0\x15\xc1\x57\x36\x68\x09\xc1\x23\x28\x82\xd8\x3d\xc8\x25\xd8\x39\x50\xa5\x3c\x10\xd6\x8d\xe6\x84\x45\xc2\x8a\xde\xfc\xf1\x78\xbc\x50\x54\x85\xb2\x10\xb6\x1e\x0b\x5b\xd7\xc1\x28\x5a\x8f\xee\x3a\xf2\xe3\x7b\x9c\x8f\x95\xf7\x01\xfd\xf8\xed\x51\x06\xd1\xbb\x63\x92\x13\x87\xe9\xc6\x65\xec\xf6\x57\xf9\xcb\x9b\x86\x53\x55\xd4\x56\x06\x8d\xb7\xe3\x7e\xd3\x8f\xb7\xca\xb7\x30\xf9\x9b\xae\x0b\xcf\x67\x17\x97\x9f\xdf\x7f\x3a\x6b\x9b\x2c\x16\x5e\x58\xcf\x5a\x2e\x8b\xad\x97\xa4\x0b\xa2\xf0\x07\x0c\x8d\x6c\xac\x32\xc4\x9a\x50\x6a\x25\x12\xcc\xc9\x97\xd3\x8f\x67\x97\x2c\x21\x3d\x06\xa6\xdd\x61\xf1\x1d\x48\xf6\xb3\x93\x5f\xcf\x4e\x7f\x60\xcf\x6c\xf9\x07\x8a\x9d\x30\x4b\x5c\x27\xf3\x0f\xef\x3f\xb1\xcb\xd9\xc7\xb3\xcf\x29\x8b\xc8\x4b\x91\x7a\x98\xd7\x8c\x07\xaa\x18\xd9\x25\x9a\x22\xfe\xfc\xfe\x8d\x0b\x81\xde\xb7\x0b\xb1\x99\x5f\x3f\x41\x23\x7f\xd1\x96\x93\x32\x0b\xf8\xf0\xfb\x73\x05\x72\xde\x41\x31\xd5\x0c\x34\xb2\x5f\x8f\xcb\xb1\x64\xc2\x06\x43\x1b\xb1\x69\x4b\xb0\x29\x89\x87\x9f\xe0\x2d\x1c\xc3\x24\xdb\x4f\x53\x47\x51\x89\x47\x2a\x69\xeb\x1e\xfa\xe7\x16\x5b\x1a\xd5\x96\x6d\x4b\xea\x8b\xa1\xd0\x17\x3f\x14\xc4\x62\x52\x3c\x28\xa8\xfb\xd7\xe6\xa2\x53\x2f\x48\x21\x3f\xb7\x3c\x43\x2d\xdc\xae\xd0\x63\x07\x58\x8f\x30\x4a\x08\xc3\x79\xf6\x8f\xcc\x9c\x4e\x8b\xef\x8c\xc5\x56\x95\x23\x81\x70\x71\x71\xfe\x50\x6a\xcc\x05\x3d\x9c\xd2\xde\x57\x4c\x99\xd2\x06\x23\xdb\x5c\xdb\x20\x07\x35\xbf\x67\x54\x64\x00\x52\x39\x14\x49\xc7\xa7\x90\xf7\x50\x29\xed\xda\x12\x6e\x27\xb2\xa3\x9f\xf3\x49\x91\x3e\xe3\x49\x0e\xc7\xbb\x66\xca\xce\x29\xb6\xe9\x29\xd1\x74\x4a\xd7\xde\x8e\x94\x49\x57\xa2\xad\x15\xfe\xad\x5f\xb9\x7d\x42\x97\xfd\x66\xb9\x84\x92\xeb\xd8\xf0\x0e\x4a\x2e\x96\x68\x24\x34\xd6\x6a\xa8\xb1\x2e\xd1\xf9\xe7\x76\x9e\x2e\x59\x84\x63\x2d\x5c\x0e\xf9\xf0\xfa\xd7\xa9\xf0\xbe\xe2\xa0\xcb\x1d\x57\x4d\x5d\xb2\x9d\xe0\xfd\xdd\xd3\xea\x5d\x26\x29\xba\x7b\xed\x1c\xed\xe8\xd9\x1d\x57\xd9\x8d\xa8\x30\x2e\xa5\x43\xef\x9f\x27\x2a\xfd\x9e\x6a\x56\x87\x3d\x62\x2c\xf1\xfe\x14\x3b\xb5\xe2\xd4\x5d\x55\x1f\xcb\x5c\x6b\xf3\x04\xea\x86\x86\xff\x3b\xee\x86\x7f\x40\xfe\x25\xce\x86\x4e\x1e\xe6\x6a\x78\xfe\xbf\xe1\xea\xaf\x00\x00\x00\xff\xff\x19\x5b\xe5\xb4\xde\x0d\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x57\x51\x4f\x1c\x37\x10\x7e\xdf\x5f\x31\xda\xe4\x21\x48\xdc\xde\x05\x10\x0f\x48\xd7\x28\x50\x2a\xd2\x34\xb9\x4a\x90\x27\x84\x2c\xaf\x3d\x77\xeb\x9e\xd7\x5e\xd9\xb3\x97\x5c\x11\xff\xbd\xb2\x77\xf7\x72\x5b\x36\xc0\x41\x5b\xa9\xcb\x0b\xd8\x9e\x6f\x66\xbe\x19\x7f\x63\xb4\x15\x5c\x7b\xb8\x4d\x00\x2a\x87\x73\xf5\x0d\x7a\xdf\x14\x56\xdc\x65\x42\xd7\x9e\xd0\x31\x25\xc3\x31\xeb\x88\x2d\xeb\x1c\x9d\x41\x42\xcf\x78\xa5\x60\x0a\xc7\x47\x47\x87\xdd\x66\xc9\x45\xa1\x0c\x32\x61\xcd\x5c\x2d\x60\x0a\x07\x07\xc7\x07\x87\xc9\x5d\x92\xbc\xda\xe1\x4b\x5e\xc1\xa9\xb5\xe4\xc9\xf1\x0a\x8c\x95\xb8\x9b\x75\xe2\xd0\xdb\xda\x09\x84\x54\xe5\x25\x53\x9e\x29\xe3\x89\x1b\x81\x29\xa4\x79\x07\xcc\x02\x70\x1a\xd3\x37\xbc\xc4\x5e\xe6\xe9\xeb\xdb\xc8\x4e\xd6\x10\x73\x37\xda\x58\xa5\x09\x80\x2a\xf9\x02\xff\x4e\xd4\xca\x2b\x16\x37\x5a\xaa\x9c\x9d\x2b\x8d\xfd\x33\x2a\x2f\x85\xb6\xb5\x64\xdf\x83\xe8\x22\x63\xb4\xae\x30\x01\xe8\x42\x67\x0b\x67\xeb\xaa\xb5\xeb\x2f\x36\x0e\x88\x2f\x7c\x2f\xe6\x26\xe0\xb0\x9c\x44\xff\xaa\xe4\x6e\xcd\x0c\xd2\x57\xeb\x96\x4c\x19\x42\x37\xe7\x02\x63\xc2\xf7\x52\x0e\x39\x23\x15\x93\x34\x6e\xfa\x3a\x37\x48\xf7\x5a\xc1\x1a\x72\x56\xb3\x4a\x73\x83\xac\x39\xc3\x94\x64\x5a\x79\xba\x9e\xdc\x34\x96\x28\x6a\xa7\x68\xdd\x44\xea\x61\x0a\xc2\x1a\xc1\xe9\xcd\x00\x40\xef\x68\x07\xb4\x0f\xd7\x6d\xcd\xfa\xfb\xd9\x86\xb2\x4c\xc9\x9b\xbd\x04\xe0\x2e\xa4\x29\x51\x2a\xc1\x09\x25\x2b\xac\xa7\xc0\x02\x9a\x05\x15\x03\xee\xfa\x27\x3b\x77\x7b\xf0\x13\x4c\xe0\xdd\x40\x7e\xc3\xe7\xaf\x27\x37\x70\x02\xa6\xd6\x3a\x78\x5f\x55\x62\x53\xfe\x4a\x34\x75\xf9\xd3\x1a\x7c\x88\xb0\xb0\xbf\x45\xd9\x12\xd7\x81\xa5\xeb\x9b\x80\xf7\x0a\xbe\x78\x04\x51\x7b\xb2\x25\xa8\x85\x51\xa4\xac\x81\xf6\x2e\x51\xc1\x09\xaa\x5a\x6b\x1f\x56\x08\x0d\xc1\xdc\xd9\x12\xce\x66\x97\x90\xd7\x62\x89\x14\x11\xae\x66\x3f\xcf\x4e\x60\x66\x04\x82\xaf\xab\x70\x29\x61\x6e\x1d\x50\x81\x50\x10\x55\x17\xc8\x25\x3a\x0f\x73\x85\x5a\x82\xf2\xc0\xa5\x44\x09\x64\xa3\x31\xa1\x73\x7c\x6e\x5d\x39\xaa\x9c\x5d\x29\x89\x6e\xd4\x85\xb1\x0f\x5f\x11\x7c\x61\x6b\x2d\xa1\xf6\x08\x8a\x20\xf4\x2e\x72\x09\x76\x0e\x54\x28\x0f\x84\x65\xa5\x39\x61\x16\xb1\x82\x37\x7f\x32\x1e\x2f\x14\x15\x75\x9e\x09\x5b\x8e\x85\x2d\xcb\xda\x28\x5a\x8f\xee\x3b\xf2\xe3\x07\x9c\x8f\x95\xf7\x35\xfa\xf1\xdb\xe3\x04\x82\x77\xc7\x24\x27\x0e\xd3\x8d\xcb\x70\xd7\xde\xa4\xaf\x6f\x2b\x4e\x45\x56\x5a\x59\x6b\xbc\x1b\x77\x9b\x7e\xbc\xd5\x3c\x0b\x93\xee\xb7\x77\xe0\x62\x76\x79\xf5\xf9\xfd\xa7\xf3\xa6\xc5\x43\xdb\x09\xeb\x59\xc3\x65\xb6\x75\x45\xdb\x20\x32\x7f\xc8\xd0\xc8\xca\x2a\x43\xac\xaa\x73\xad\x44\x84\x39\xfd\x72\xf6\xf1\xfc\x8a\x45\xa4\xa7\xc0\x34\x3b\x2c\xdc\xc0\x68\x3f\x3b\xfd\xf5\xfc\xec\x07\xf6\xcc\xe6\x7f\xa0\x18\x84\x59\xe2\x3a\x9a\x7f\x78\xff\x89\x5d\xcd\x3e\x9e\x7f\x8e\x59\x04\x5e\xb2\x78\x83\x78\xc9\x78\x4d\x05\x23\xbb\x44\x93\x85\x3f\xbf\xff\xc6\x85\x40\xef\x9b\x85\x70\x95\xf6\x9e\xa1\xd0\xbf\x68\xcb\x49\x99\x05\x7c\xf8\xfd\xa5\xf2\x3c\x6f\xa1\x98\xaa\x7a\x0a\xdd\xad\x87\xe5\x50\x32\x61\x6b\x43\x1b\xa9\x6b\x4a\xb0\x29\x89\x87\x77\xf0\x16\x4e\x60\x92\xec\xa6\xe8\xa3\x30\x07\x46\x2a\x2a\xfb\x0e\xea\xeb\x16\x5b\x0a\xd9\x94\x6d\x6b\xd0\x64\xfd\x31\x93\xfd\x50\x8e\xb3\x49\xf6\xa8\x9c\xef\x5e\x9b\xcb\x56\x3b\x21\x86\xfc\xd2\xf2\xf4\x95\x78\xbb\x42\x4f\x1d\x9f\x1d\xc2\x28\x22\xf4\xa7\xe9\x3f\x32\xf1\x5a\x2d\xbe\x37\x94\x1b\x55\x0e\x04\xc2\xe5\xe5\xc5\x63\xa9\x31\x57\xeb\xfe\x1b\xc1\xfb\x82\x29\x93\xdb\xda\xc8\x26\xd7\x26\xc8\x5e\xcd\x1f\x18\x54\x61\x42\x29\x87\x22\xea\xf8\x14\xd2\x0e\x2a\xa6\x5d\x5a\xc2\xed\x44\x06\xfa\x39\x9d\x64\xf1\x67\x3c\x49\xe1\x64\x68\xa6\x0c\xce\xd0\x4d\x4f\x89\xaa\x55\xba\xe6\x6d\xa6\x4c\x7c\x90\x6d\xad\xf0\x6f\xdd\xca\xdd\x33\xba\xec\x37\xcb\x25\xe4\x5c\x87\x86\x77\x90\x73\xb1\x44\x23\xa1\xb2\x56\x43\x89\x65\x8e\xce\xbf\xb4\xf3\x74\xce\x02\x1c\x6b\xe0\x52\x48\xfb\x8f\xcf\x56\x85\x77\x15\x07\x9d\x0f\x3c\x74\x75\xce\x06\xc1\xbb\x97\xaf\xd5\x43\x26\x31\xba\x07\xed\x1c\x0d\xf4\xec\xc0\x43\x7a\x23\x2a\x8c\x4b\xe9\xd0\xfb\x97\x89\x4a\xb7\xa7\xaa\xd5\x51\x87\x18\x4a\xbc\x3b\xc5\x4e\xad\x38\xb5\x0f\xe5\xa7\x32\xd7\xd8\x3c\x83\xba\xbe\xe1\xff\x8e\xbb\xfe\xbf\x3f\xff\x12\x67\x7d\x27\x8f\x73\xd5\x3f\xff\xdf\x70\xf5\x57\x00\x00\x00\xff\xff\x14\xd9\xff\x9e\x5c\x0e\x00\x00"), + }, + "/ibmcloud/bootstrap/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + uncompressedSize: 195, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcc\x41\x6a\xc3\x40\x0c\x85\xe1\xbd\x4f\x21\x7c\x80\xa1\x8b\xae\x0a\xa5\x07\x29\x45\xc8\x33\x72\x11\x19\x4b\x62\x46\xe3\x10\x42\xee\x1e\x02\x31\xc9\xf6\x3d\xfe\xcf\x46\xf8\x08\x98\x17\xb3\xe8\xd1\xc8\x51\x7c\x86\xeb\x04\xb0\x53\x1d\x0c\xdf\x50\x2d\x53\x4d\x3e\x96\x2a\x19\x59\x8b\x9b\x68\x74\xf8\x01\x59\x36\x94\x8e\x6b\x35\x0a\xd1\x7f\x14\x4f\x2f\xe5\x58\xc5\x7f\x3f\xfe\x12\x95\xd2\xb8\x77\xf8\x3a\x22\xd1\x1e\xa4\x99\xdf\x0a\xb5\xc2\xc9\x9b\x6c\xd4\x2e\xa8\x1c\x67\x6b\x27\x14\x0d\x6e\x2b\x65\x7e\x28\xc7\x29\xbe\x7f\xe2\x93\x9c\x6e\xd3\x3d\x00\x00\xff\xff\xba\xad\xf9\x9f\xc3\x00\x00\x00"), }, "/ibmcloud/bootstrap/templates": &vfsgen۰DirInfo{ name: "templates", @@ -1681,9 +2041,16 @@ var Assets = func() http.FileSystem { "/ibmcloud/bootstrap/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", modTime: time.Time{}, - uncompressedSize: 821, + uncompressedSize: 915, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x5d\x4a\x44\x31\x0c\x85\xdf\xbb\x8a\x32\xf3\xa2\x8b\xf0\xc5\x8d\x84\xb4\x13\xaf\xc1\xde\xa4\x24\xe9\x85\x51\xdc\xbb\x0c\x32\xc2\x80\x3f\x1d\xb5\x4f\xa5\xf0\x7d\xe7\x34\x64\x3f\x77\xd2\x3e\xdf\xab\x86\x87\x61\xcf\xab\x1e\x46\xa3\xbc\xa1\x31\x96\x46\x9e\x66\x25\xe9\x8c\xe4\x5d\x55\x09\xd3\x06\xbd\xa1\x10\x38\xd5\x61\x1c\x47\x58\x4c\x47\x07\x3e\x40\x63\x8f\x5d\x7e\x49\x39\xc7\xb1\x53\xbe\xcb\xa7\x87\x1b\x0f\x63\x59\x6e\xd3\xeb\x37\xaa\x51\x84\xe2\x3f\x14\xcf\x2a\x74\x9d\xc4\xc1\xc8\x75\x58\x25\x60\xf1\x40\x39\x5d\x0e\x17\xf8\x3b\x79\x09\xb6\x02\x4f\xa3\x90\x09\x05\x39\x60\x67\xe8\xa3\x34\xae\xbf\x64\x8d\x37\x8c\xd9\xe0\xae\xda\xfe\x94\xfe\xa9\xe0\xfa\x0a\x2b\xd6\x47\x16\x82\xaa\xf2\xc0\xcb\x0c\xf9\x31\xea\xf3\xce\xfc\x48\x6c\x7d\xea\x53\x9b\x33\xf0\x8a\xcb\xd7\xfd\xdf\x02\x00\x00\xff\xff\xb8\xe3\xb9\xbe\x35\x03\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x92\x51\x4a\x03\x41\x0c\x86\xdf\xe7\x14\xa1\x7d\xd1\x43\xf4\xc5\x6b\x88\x84\xd9\x99\x74\x1b\x9c\x9d\x0c\x49\x66\xa1\x8a\x77\x17\x91\x0a\x95\xad\xee\x6a\x1e\x03\xdf\x97\x3f\x21\xfb\x75\x15\xf6\xf0\x20\xe2\xe6\x1a\x1b\x4c\x92\x7b\x21\x98\xa3\x72\x1c\x0a\x59\x58\x2b\x09\x17\x04\x76\x49\xaa\xab\x14\x6c\x25\x56\xc2\x4c\x99\x53\x74\xca\x78\x12\x73\xe4\x8c\x85\xcd\x77\xf0\x1a\x00\xfc\xdc\x08\x00\xe0\x00\x1f\xbd\x3b\x73\xe5\x3a\xde\x07\x80\x4c\xc7\xd8\x8b\xc3\x01\x1e\x9f\xc2\xdb\x6d\xb9\x51\xea\xca\x7e\xc6\x51\xa5\xb7\x05\xf9\x37\xf3\x4f\xaa\x3e\x54\x5a\xca\xb7\x59\xf1\x22\x95\xb6\x49\x0c\x95\x4c\xba\x26\x42\xae\xe6\xb1\x26\xc2\xa4\xf5\x8a\xff\x44\xaf\xc9\x32\xe0\x73\x1f\x48\x2b\x39\x19\xc6\xc6\xd8\xfa\x50\x38\x21\xe7\xbf\xb0\xca\x73\x74\x5a\x09\x37\x91\xf2\xaf\xe9\x8b\x82\xed\x11\xa6\x98\x4e\x5c\x09\x93\xd4\x23\x8f\x6b\xc8\xaf\x5b\x5f\x9e\xe6\x57\x62\x6e\xab\x96\x9a\x8d\x91\xa7\x38\xde\xce\xff\x1e\x00\x00\xff\xff\x33\x10\x23\xa4\x93\x03\x00\x00"), + }, + "/ibmcloud/bootstrap/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 127, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcb\x4d\x0a\xc2\x30\x14\x04\xe0\x7d\x4e\x31\xe4\x00\x56\xc1\x6d\xbc\x8a\xf4\xe7\x15\x1f\x34\x7d\x75\x5e\xdb\x8d\xe4\xee\x92\xe0\xc2\xc5\xc0\xc0\xcc\xb7\x0b\xd9\xcf\xc6\x8c\x4f\x00\x28\xef\x43\x29\xd3\xf3\x14\xba\xda\x8a\x84\xf8\x48\xb8\x5e\x6e\xf7\xf8\x3f\x6f\xb4\x53\x27\xa1\x37\x05\xe8\x90\x91\x7e\x1d\x70\x3b\x38\x4a\xb5\xb6\xc9\xea\x2f\x9d\xf7\x6e\xb1\xb1\x5f\x3a\x1d\x72\x6c\xa7\x12\x6a\x4a\xf8\x06\x00\x00\xff\xff\x80\xb5\xbf\x74\x7f\x00\x00\x00"), }, "/ibmcloud/master": &vfsgen۰DirInfo{ name: "master", @@ -1699,16 +2066,28 @@ var Assets = func() http.FileSystem { "/ibmcloud/master/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 2199, + uncompressedSize: 2354, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x55\xd1\x6a\xdc\x3a\x10\x7d\xd7\x57\x0c\x4e\x2e\xdc\x3e\xc4\x84\x34\xe4\xa1\x10\xfa\x03\xed\x17\x84\x30\xc8\xf2\xac\x33\xac\x2c\x19\x49\xde\x66\x1b\xf6\xdf\x8b\x24\x3b\x59\x25\xee\x76\x37\x85\x96\xfa\x51\xa3\x39\x73\xe6\x9c\xd1\x58\x5b\x25\xb5\x87\x27\x01\x30\x38\x5a\xf1\x23\x14\xdf\x2d\x6c\xa4\xab\x95\x1e\x7d\x20\x87\xdc\xc6\x6b\xd6\x05\x5c\x8f\x0d\x39\x43\x81\x3c\xca\x81\xe1\x16\x6e\xae\xaf\x3f\xce\xc1\x5e\xaa\x07\x36\x84\xca\x9a\x15\x77\x70\x0b\x57\x57\x37\x57\x31\xea\xc7\xc6\x50\x40\x65\x47\x13\x5e\x2a\x68\x32\x5d\x78\xf8\x3f\x15\xb2\x26\x38\xab\x71\xd0\xd2\x10\x4e\xd7\xb9\x45\xcd\x3e\x7c\x10\x00\xdf\x6d\x82\xdd\x4b\x3f\x06\x20\x65\x65\x88\x9d\x10\x67\x27\x7c\xe2\x0c\xbe\xca\xd8\x3a\x18\xdb\x92\x3f\x2d\x57\x38\xf2\x76\x74\x8a\xa0\xe2\xa6\x47\xf6\xc8\xc6\x07\x69\x14\x55\x50\xf5\x09\x16\x23\x6c\x95\xd4\xcf\x5d\x65\xbd\xa7\x60\x3a\x12\x02\xc0\xc8\x9e\x0a\x53\xaa\xf3\xa7\x64\x5c\x9d\x3d\xdb\x5d\xe4\x8c\x8b\xf3\xa7\x94\x53\xb3\x69\xe9\x71\x57\x09\x00\xee\x65\x47\xaf\xfd\xdc\x78\xc6\x14\x98\x1c\x75\x76\xc5\x9a\xca\x3b\xdc\xf4\x4a\xdb\xb1\xc5\x89\xcc\xcc\x1d\xc3\x76\x20\x01\x30\x37\x87\x9d\xb3\xe3\x30\x25\x95\x87\x19\x3d\xc8\xce\x17\xe4\x33\xf3\x78\x2c\x52\x71\xee\xa5\xdb\xa2\xa1\xf0\xcd\xba\x35\xb2\x09\xe4\x56\x52\x51\x52\xe5\x4d\xef\xb1\x79\x0a\x0f\x97\x55\x0a\x66\x83\xdf\x8c\xeb\x81\x29\xba\xdb\x13\x08\xfe\x9b\xb8\xec\xcf\xe5\x7d\x06\x26\x35\x3a\x0e\xdb\xdc\x88\x5f\x06\x2e\xee\xcc\x05\x04\xc0\x2e\xf6\xb5\x19\xd4\xb3\xdc\x83\xca\x52\xc4\x41\x3c\xc4\xf1\x79\x50\x17\x59\xbe\x0c\x7f\xe4\xb8\xa6\x6d\xa4\x75\x77\x1f\x8b\x8d\x9e\x1c\xb6\x32\xc8\xd9\xbc\xce\x70\x60\x6b\x26\xf3\xde\x31\xf6\x5f\xac\x6c\xa1\x91\x3a\x5a\xee\xa0\x91\x6a\x4d\xa6\x85\xc1\x5a\x0d\x3d\xf5\x0d\xb9\xdf\x7e\x0c\xba\xc1\x08\x87\x19\xae\x82\xaa\xdc\x29\x38\x8c\x8d\x66\x55\x3e\x8e\x69\xe8\x53\x04\xc9\xb4\x83\x65\x13\x3c\x7c\x7e\xf3\x6a\xe0\x13\x5c\x46\x61\x74\xb3\xb0\xce\x74\x83\x8b\xb5\xe6\xfd\x66\xf5\x52\x4a\x22\x7b\x30\xcf\x85\x85\x39\x5f\x58\x97\xe9\x51\xb8\x8e\x02\xca\xb6\x75\xe4\xa3\x8f\xaf\x36\x44\xbd\xb7\x1f\xf6\x87\xe1\xbe\xfe\xe9\x7b\xa9\x2f\x9f\x63\x3c\x6c\xae\x67\xec\xe8\xfd\xe9\xda\x3b\xde\xc8\x70\xc4\x66\x3a\x56\xdf\x8c\xf7\x0e\x81\xcb\xc4\x7f\x58\xe1\xf2\xa7\xf8\x17\x94\x2d\x09\xfc\x5a\xd1\xf2\xfe\x1f\x56\xf4\x47\x00\x00\x00\xff\xff\xc8\x40\x30\xcc\x97\x08\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x55\x5d\x6e\xdb\x30\x0c\x7e\xd7\x29\x08\xb7\x03\xb6\x87\x06\x41\x57\xf4\xa1\x40\xb7\x0b\x6c\x27\x28\x02\x41\x96\x18\x87\x88\x2c\x19\x92\x9c\x35\x2b\x72\xf7\x41\x92\x9d\x5a\xad\x97\xfe\x0c\xd8\x30\x3f\x8a\xe4\x47\xf2\x23\x3f\x5a\x5b\x29\xb4\x87\x07\x06\xd0\x39\x5c\xd3\x3d\x14\xdf\x2d\xec\x84\x5b\x48\xdd\xfb\x80\x8e\x93\x8a\x6e\xd6\x05\xbe\xed\x6b\x74\x06\x03\x7a\x2e\x3a\x82\x5b\xb8\xbe\xba\xfa\x3c\x1a\x5b\x21\x37\x64\x90\x4b\x6b\xd6\xd4\xc0\x2d\x5c\x5e\x5e\x5f\x46\xab\xef\x6b\x83\x81\x4b\xdb\x9b\xf0\x98\x41\xa3\x69\xc2\xe6\x63\x4a\x64\x4d\x70\x56\xf3\x4e\x0b\x83\x7c\x70\x27\xc5\x35\xf9\xf0\x89\x01\xfc\xb4\x09\x76\x12\xfe\x1a\x80\x14\x95\x21\x0e\x8c\x9d\xbd\xe1\x63\x67\xf0\x5d\xc4\xd6\xc1\x58\x85\xfe\x6d\xb1\xcc\xa1\xb7\xbd\x93\x08\x15\xd5\x2d\x27\xcf\xc9\xf8\x20\x8c\xc4\x0a\xaa\x36\xc1\xf2\x08\x5b\x25\xf6\x73\x57\x99\xef\xc1\x98\x9e\x18\x03\x30\xa2\xc5\x62\x28\xd5\xf9\x43\x1a\xdc\x22\xcf\xec\x70\x91\x23\x2e\xce\x1f\x52\xcc\x82\x8c\xc2\xfb\x43\xc5\x00\xa8\x15\x0d\x3e\x9d\xe7\xce\x13\x4f\x86\x61\xa2\xce\xae\x49\x63\xe9\x43\x75\x2b\xb5\xed\x15\x1f\x8a\x19\x6b\xe7\x61\xdf\x21\x03\x18\x9b\xe3\x8d\xb3\x7d\x37\x04\x95\x8f\x19\x3d\x88\xc6\x17\xc5\xe7\xca\xe3\x33\x4b\xc9\xa9\x15\x6e\xcf\x0d\x86\x1f\xd6\x6d\x39\x99\x80\x6e\x2d\x24\x26\x56\x9e\xf5\x1e\x9b\xc7\xb0\x59\x56\xc9\x98\x07\xfc\x6c\x5d\x4f\x6c\xd1\xdd\x84\x20\xf8\x30\xd4\x32\xdd\xcb\x55\x06\x46\xd9\x3b\x0a\xfb\xdc\x88\x9f\x07\x2e\x7c\xc6\x04\x0c\xe0\x10\xfb\x52\xa8\x48\x8a\x80\x8a\x6f\xac\x0f\xa7\xb6\xb4\xf4\x3c\xae\x3b\x7c\x81\x25\x7c\x9d\xc9\x3b\xef\x3f\xdb\xd8\xa3\x5e\x56\x70\x03\xa6\xd7\x3a\x96\xb6\xeb\xe4\x71\x13\x3a\x99\xa7\x14\x3d\x4f\xd1\x77\xd4\xd0\x4b\x79\x18\xc0\x16\xf7\x91\xb1\xbb\x55\x4c\xd6\x7b\x74\x5c\x89\x20\xc6\xbd\x6a\x0c\x05\xb2\x66\xd8\xab\x77\x28\xf2\x9b\x15\x0a\x6a\xa1\xe3\x36\x3a\xa8\x85\xdc\xa2\x51\xd0\x59\xab\xa1\xc5\xb6\x46\xf7\xc7\x3a\xd5\x35\x8f\x70\x3c\xc3\x55\x50\x95\xe7\x8e\x77\x7d\xad\x49\x96\xba\x1d\xf4\x98\x2c\x1c\x8d\xea\x2c\x99\xe0\x87\x01\x4e\x05\x0d\x37\xb0\x8c\xc4\xe8\x7a\xe6\xd2\xea\x9a\xcf\xe6\x1a\x4f\xaf\xd5\x73\x21\xa9\xd8\x93\x71\x2e\xcc\x48\x70\xe6\x92\x27\xbd\xba\x06\x03\x17\x4a\x39\xf4\x71\x8e\x4f\x8e\xd7\x62\x72\xba\xa6\xcb\xb0\x5a\xfc\x56\xca\x8b\xe5\xd1\x46\xdd\xee\x6a\xc4\x8e\xb3\x7f\x3b\xf7\x8e\x76\x22\xbc\xe2\x68\xbe\x96\xdf\x8c\xf7\x0e\x82\xcb\xc0\xff\x98\xe1\xf2\x7f\xfd\x0f\x98\x2d\x0b\x78\x99\xd1\xd2\xff\x2f\x33\xfa\x2b\x00\x00\xff\xff\x94\x08\x86\xe4\x32\x09\x00\x00"), + }, + "/ibmcloud/master/outputs.tf": &vfsgen۰FileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + content: []byte("\x6f\x75\x74\x70\x75\x74\x20\x22\x63\x6f\x6e\x74\x72\x6f\x6c\x5f\x70\x6c\x61\x6e\x65\x5f\x69\x70\x73\x22\x20\x7b\x0a\x20\x20\x76\x61\x6c\x75\x65\x20\x3d\x20\x69\x62\x6d\x5f\x69\x73\x5f\x69\x6e\x73\x74\x61\x6e\x63\x65\x2e\x6d\x61\x73\x74\x65\x72\x5f\x6e\x6f\x64\x65\x5b\x2a\x5d\x2e\x70\x72\x69\x6d\x61\x72\x79\x5f\x6e\x65\x74\x77\x6f\x72\x6b\x5f\x69\x6e\x74\x65\x72\x66\x61\x63\x65\x5b\x30\x5d\x2e\x70\x72\x69\x6d\x61\x72\x79\x5f\x69\x70\x76\x34\x5f\x61\x64\x64\x72\x65\x73\x73\x0a\x7d\x0a"), }, "/ibmcloud/master/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", modTime: time.Time{}, - uncompressedSize: 836, + uncompressedSize: 930, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x92\x51\x4a\x03\x41\x0c\x86\xdf\xe7\x14\x61\xfb\xa2\x87\xe8\x11\x3c\x43\xc8\xce\xa6\x6b\x70\x36\x33\x24\x99\x85\x2a\xde\x5d\x8a\xb4\x58\x50\xbb\x45\xe7\x69\x08\x7c\x5f\xfe\x84\xec\xb6\xbd\xb4\x83\x27\xf2\x60\x83\xa5\x4e\xbd\x30\xac\x64\x42\x63\x61\x4f\x5b\x0d\xe9\x8c\xc0\x90\xab\x86\xd5\x82\xad\x90\x32\x3a\xe7\x6e\x12\x47\x9c\xad\xf6\x86\x32\x61\x11\x8f\x01\xde\x12\x40\x1c\x1b\xc3\x1e\x4e\x85\x07\x0f\x13\x9d\x1f\xd3\xfb\x2f\xaa\x3e\x2a\xc7\x7f\x28\x5e\xab\xf2\x7d\x12\x47\x63\xaf\xdd\x32\xa3\xa8\x07\xe9\xe9\x33\x7d\xc1\x01\x60\x0f\x9f\x70\x02\x98\xf8\x40\xbd\x04\xec\x61\x18\xae\x55\x65\xc4\x97\x3e\xb2\x29\x07\x3b\x52\x13\x6c\x7d\x2c\x92\xaf\x6d\x17\xd5\x2d\xd6\x64\xa5\xe0\x8d\x70\xab\xb5\xfc\xa9\xfb\xb7\x82\xfb\x23\x2c\x94\x9f\x45\x19\x73\xd5\x83\xcc\x5b\xc8\xcb\xf2\xcf\x57\x74\x93\x58\xdb\xa6\xa1\x56\x17\x94\x85\xe6\x9f\xf3\x7f\x04\x00\x00\xff\xff\xd5\xfe\x6d\x78\x44\x03\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x92\x41\x6a\x03\x31\x0c\x45\xf7\x3e\x85\x98\x6c\xda\x43\xe4\x08\x3d\x41\x29\xc2\x63\x2b\x13\x51\x47\x36\x92\x3c\x90\x96\xde\xbd\x94\x36\x85\x84\xa4\x99\xa1\x5e\x1a\xde\xd3\xd7\x47\x9b\x65\x2f\x6c\xe0\x29\x9a\x93\xc2\xa1\xe6\x5e\x08\xe6\xa8\x1c\xc7\x42\x16\x96\x1a\xc2\x09\x81\x21\x55\x71\xad\x05\x5b\x89\x42\x98\x29\x73\x8a\x4e\x19\xf7\xd5\x1c\x39\x63\x61\xf3\x01\xde\x03\x80\x1f\x1b\x01\x00\x6c\xe1\xeb\xef\xc1\x5c\x59\xa6\xc7\x00\x90\x69\x17\x7b\x71\xd8\xc2\xf3\x4b\xf8\xb8\x2d\x37\x4a\x5d\xd9\x8f\x38\x69\xed\xed\x8a\xfc\xc2\xfc\x97\xaa\x8f\x42\xd7\xf2\xad\x56\xbc\x55\xa1\x75\x12\x43\x25\xab\x5d\x13\x21\x8b\x79\x94\x44\x98\x54\x2e\x4b\xfa\xa6\xcf\xea\x19\x86\x73\x57\x19\xf1\xb5\x8f\xa4\x42\x4e\x86\xb1\x31\xb6\x3e\x16\x4e\xc8\xf9\x2c\xcd\x8f\xea\x1e\xab\x3c\x47\xa7\x85\x70\xab\xb5\xfc\x6b\xfa\x55\xc1\xfa\x08\x87\x98\xf6\x2c\x84\xa9\xca\x8e\xa7\x25\xe4\x6f\xfb\xa7\x33\xba\x4b\xcc\x6d\xd1\x52\xb3\x31\xf2\x21\x4e\xb7\xf3\x7f\x06\x00\x00\xff\xff\xae\x14\xc3\x92\xa2\x03\x00\x00"), + }, + "/ibmcloud/master/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 127, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcb\x4d\x0a\xc2\x30\x14\x04\xe0\x7d\x4e\x31\xe4\x00\x56\xc1\x6d\xbc\x8a\xf4\xe7\x15\x1f\x34\x7d\x75\x5e\xdb\x8d\xe4\xee\x92\xe0\xc2\xc5\xc0\xc0\xcc\xb7\x0b\xd9\xcf\xc6\x8c\x4f\x00\x28\xef\x43\x29\xd3\xf3\x14\xba\xda\x8a\x84\xf8\x48\xb8\x5e\x6e\xf7\xf8\x3f\x6f\xb4\x53\x27\xa1\x37\x05\xe8\x90\x91\x7e\x1d\x70\x3b\x38\x4a\xb5\xb6\xc9\xea\x2f\x9d\xf7\x6e\xb1\xb1\x5f\x3a\x1d\x72\x6c\xa7\x12\x6a\x4a\xf8\x06\x00\x00\xff\xff\x80\xb5\xbf\x74\x7f\x00\x00\x00"), }, "/ibmcloud/network": &vfsgen۰DirInfo{ name: "network", @@ -1732,6 +2111,13 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xcc\x3b\xae\x02\x31\x0c\x85\xe1\x3e\xab\xb0\x66\xd6\x71\xab\x5b\x51\xb3\x00\xcb\x49\x2c\xb0\xc8\x4b\xb6\x33\x12\x42\xec\x9d\x0a\x89\x6e\x18\x4e\xfd\x9f\x6f\x3d\xb0\xb0\xc2\xff\xe9\x0c\xb5\xe7\x59\x18\x36\x52\xa1\x58\xd8\xc2\x21\x23\xbc\x7f\xb0\x24\x31\x94\xbc\xc0\x23\x00\xf8\x7d\x30\xfc\x81\xb9\x4a\xbb\x84\xe7\x67\x16\xc9\x18\x73\xaf\x24\x6d\xb7\x4d\x65\x9a\xb3\x7e\x9b\x97\x88\xb7\x19\x59\x1b\x3b\x1b\xd2\x10\x1c\x33\x16\x49\x78\xed\xe6\x8d\x2a\xff\x22\xa8\x6c\xe4\xbc\x43\xbc\x02\x00\x00\xff\xff\xd6\x72\x65\x94\x78\x01\x00\x00"), }, + "/ibmcloud/network/cis/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 127, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcb\x4d\x0a\xc2\x30\x14\x04\xe0\x7d\x4e\x31\xe4\x00\x56\xc1\x6d\xbc\x8a\xf4\xe7\x15\x1f\x34\x7d\x75\x5e\xdb\x8d\xe4\xee\x92\xe0\xc2\xc5\xc0\xc0\xcc\xb7\x0b\xd9\xcf\xc6\x8c\x4f\x00\x28\xef\x43\x29\xd3\xf3\x14\xba\xda\x8a\x84\xf8\x48\xb8\x5e\x6e\xf7\xf8\x3f\x6f\xb4\x53\x27\xa1\x37\x05\xe8\x90\x91\x7e\x1d\x70\x3b\x38\x4a\xb5\xb6\xc9\xea\x2f\x9d\xf7\x6e\xb1\xb1\x5f\x3a\x1d\x72\x6c\xa7\x12\x6a\x4a\xf8\x06\x00\x00\xff\xff\x80\xb5\xbf\x74\x7f\x00\x00\x00"), + }, "/ibmcloud/network/common.tf": &vfsgen۰CompressedFileInfo{ name: "common.tf", modTime: time.Time{}, @@ -1739,6 +2125,38 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\x41\x6b\x3a\x31\x10\xc5\xef\xf3\x29\x1e\xf1\x7f\xf8\x17\x8a\x1f\x40\x58\x0a\x4a\x0f\x1e\x4a\x0f\x3d\x96\x12\xb2\xc9\xa8\xc1\x98\x2c\x93\x59\xab\x88\xdf\xbd\xec\x56\x05\x7b\x73\x6e\xc9\xe4\xfd\xf2\x78\x2f\x15\xef\x52\xc5\x89\x80\xc0\xd5\x4b\xec\x34\x96\x8c\x71\x1a\x98\x85\xb0\x53\x0e\x98\x1f\xf1\xde\x71\xfe\xd8\xc4\x95\x62\x99\xab\xba\x94\x58\x0c\x01\x5d\xdf\xa6\xe8\x2d\xe7\xd0\x95\x98\xb5\xa2\xc1\xde\xc9\x34\xb6\x3b\x9f\x4a\x1f\xec\xb8\xaf\x1b\x5b\x55\x9c\xf2\xfa\x88\xa6\x81\x79\x3d\x28\x4b\x76\xc9\xe0\x05\x2a\x3d\x63\x86\x95\x4b\x95\x09\x50\xb7\x1e\x18\xbe\x64\xef\xf4\x3f\x0d\x3e\x3e\xcd\xb6\x6f\x59\x32\x2b\xd7\x69\x2c\xd6\xa7\xbe\x2a\x8b\xfd\x77\x1a\x7e\xba\x9e\x62\x38\xcf\xca\x77\xe6\x60\xbe\x9e\x47\xd9\x9d\x0d\x3e\xa8\x38\x3b\xc0\x09\x78\xa2\x33\xd1\xe4\x81\xa1\x09\x96\xf3\x37\x2c\x06\x14\x3a\x29\xfb\x18\x58\x1e\x23\xd0\x55\x06\x13\xdb\x9d\x19\x13\xbf\xb9\x73\x5d\xb4\x5b\x3e\xfe\xcd\xee\x72\x4d\x80\xf0\xfa\x56\xcb\xa5\x9b\xbb\x97\xbf\x7b\x3a\xff\x04\x00\x00\xff\xff\x7a\x42\x98\xf6\xcf\x01\x00\x00"), }, + "/ibmcloud/network/dhost": &vfsgen۰DirInfo{ + name: "dhost", + modTime: time.Time{}, + }, + "/ibmcloud/network/dhost/main.tf": &vfsgen۰CompressedFileInfo{ + name: "main.tf", + modTime: time.Time{}, + uncompressedSize: 3082, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x55\xd1\x6e\xdb\x3a\x0c\x7d\xd7\x57\x10\xea\x7d\x48\x2e\x12\x7f\xc0\x80\x60\x0f\xdb\x07\xec\x3d\x08\x0c\x55\x62\x52\xa1\xb2\x64\x48\xf2\xd6\xad\xc8\xbf\x0f\xa2\xec\x36\xee\x1c\xcf\x4e\xdd\xf9\xcd\x32\xc9\xc3\x73\x48\x1d\x1b\x27\x85\x09\xf0\xcc\x00\x6a\x8f\x47\xfd\x04\xfd\x67\x07\xdf\x85\x2f\xa4\x69\x42\x44\x5f\x6a\xc5\x00\xd4\x83\x0b\x31\x94\x95\xa0\x23\xe9\x51\x44\x84\x1d\xec\x8f\xce\xe7\x6f\xa0\x2d\x65\x29\x54\x5a\x8a\x88\xaa\xbc\xcc\x80\x4f\x5d\xd4\x11\x8c\x73\x8f\x4d\xbd\xa2\xf7\x0d\x70\xad\xf8\x06\x38\x5f\xc3\x6e\x07\x9c\x1f\xfe\xc0\xfa\xe5\x2c\x06\xe8\xb0\xf4\x66\x22\x5c\xfa\x48\xa9\xed\xd1\x5e\x1f\xe6\x80\xff\x70\xfe\x71\x1e\xd1\x9c\x71\x0b\xd1\x16\x6b\x1e\xd1\x17\xb8\x57\xa2\xf9\x68\x26\xd1\x56\xe5\x0a\xfd\x09\x55\x02\x67\x69\x03\xe6\x48\x4d\x09\xa3\x70\x14\xf1\x19\xf4\x7d\x55\xea\x50\xf6\xeb\x14\xd2\xd9\xe8\x9d\x29\x6b\x23\x2c\xee\xb5\x55\xf8\xb4\x9a\x10\x59\xfc\x4f\xac\x37\x43\x83\x5e\x1f\x0a\x5a\x5a\xe8\xa6\x91\x5f\x0f\xec\xcc\xd8\xdd\x8c\x87\xdd\xc1\xd7\xae\x05\x20\xd2\xb0\xfa\x92\x9b\x80\x6f\xa9\x89\xf5\xbc\x72\x4c\x89\x28\x80\x0f\xb2\x2b\x6b\xef\x8e\xda\x20\x07\xde\xe3\xc9\xe9\x9a\x4a\xd7\xd8\x08\x3b\x30\x68\x4f\xf1\x61\x45\x17\xb8\x18\xba\x93\x6b\x06\x60\x45\x85\x69\x8f\xae\x47\xed\xa9\x5e\x41\x62\x1f\x8a\x16\x39\xa9\xe3\x31\xb8\xc6\x4b\xbc\xd6\xe4\xc9\xbb\xa6\x7e\x77\x8b\x2f\x3d\x5e\x38\x0e\xff\xef\x39\xa7\x64\x47\x3a\x6f\x15\x61\x6d\x5b\xa4\x2d\x21\x6d\xbb\xa0\x01\x8b\xe8\x71\x3a\xa7\x9d\x93\x46\x84\x70\x89\x91\xe4\x2f\x46\xd5\x7f\xb3\x8d\x3d\x99\xa8\x1c\x03\x38\x8a\x4a\x9b\x9f\x8b\x95\xcd\xe5\x18\x40\xa7\x7d\x16\xb9\x35\xe1\xfe\x61\xf6\xe2\x44\xb7\xa7\xdd\x34\x4d\x26\xcc\xf7\x1f\x4d\x36\xa5\xbe\x67\xb0\xaf\xab\xd8\x42\x8c\x2c\xeb\x98\xf4\xa4\x66\x3b\xa2\x71\x35\xc7\xae\xcd\xe4\xc9\x31\x00\x6d\x43\x14\x56\x62\xea\x46\x62\x85\x36\x96\x68\xc5\xbd\x21\xeb\x8d\xbe\xc1\x65\x2c\xaa\xaa\x9b\xf8\x61\xe6\x44\xc5\xff\xbe\x19\xbd\x3f\xe8\x55\x5b\xea\x45\x2d\x60\x4b\xb7\x35\x37\xcf\x90\x08\xe3\xed\xc6\x5e\xfe\xc4\x97\xb2\x22\x02\x5a\xd2\x84\x06\x0a\x2e\x6d\x3f\x57\x75\x98\x6a\x3f\x1f\x39\xc1\xd6\x78\x6e\x18\xe0\x4c\xcb\x19\x10\x7a\x82\xd9\x4c\xb8\x0c\x0b\x9b\xcd\xef\x00\x00\x00\xff\xff\x53\x63\x76\xa6\x0a\x0c\x00\x00"), + }, + "/ibmcloud/network/dhost/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + uncompressedSize: 200, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcc\x31\x0e\xc2\x30\x0c\x85\xe1\xdd\xa7\x78\x6a\x77\x6e\xc0\xc6\xc0\x2d\xac\x28\xb6\x20\x92\x53\x57\xb1\xc3\x82\xb8\x3b\x42\xa8\x7b\xdf\xfc\xfe\x6f\x3d\x37\x5a\x71\x53\x69\xb5\xa4\x0a\xee\x1e\x89\xee\x32\x4d\xe1\x33\xf7\x99\x41\x67\x1d\xfa\x07\x58\xaa\x6f\x39\xdc\x78\xb7\xb2\x29\xcb\x81\xf3\xd3\x23\xb9\x09\x5b\x8b\x5c\xf0\x26\xe0\x55\x6c\x2a\xae\x30\xaf\xc5\x2e\xf2\x3b\x04\xf7\x12\xa9\x83\xbb\x8e\x87\x0a\x7d\xe8\x1b\x00\x00\xff\xff\x42\x16\x70\xfd\xc8\x00\x00\x00"), + }, + "/ibmcloud/network/dhost/variables.tf": &vfsgen۰CompressedFileInfo{ + name: "variables.tf", + modTime: time.Time{}, + uncompressedSize: 476, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x8f\xc1\x8a\xc2\x30\x10\x86\xef\x79\x8a\x9f\xf6\xd2\x3e\x44\x6f\x7b\xd8\x77\x58\x96\x90\x6d\x66\x6b\x30\x6d\xca\xcc\x44\x51\xf1\xdd\x45\x6c\xa1\x68\x91\x82\x39\xe7\xfb\xbe\xf9\xcb\x6d\xcf\x94\xf8\x22\x1f\x5a\xa7\xe4\xf1\x9d\x44\xd1\x27\x9f\x23\xe1\xe0\x38\xb8\xbf\x48\x62\xb6\x9a\xcc\x8c\xa0\x68\x63\x16\x25\xb6\xc1\x17\xb8\x18\x40\x4f\x23\xa1\x81\x28\x87\xa1\x33\xd7\xe5\x57\x3f\xd7\xed\x2e\x89\x8a\xed\xdd\x9d\x5c\x60\x00\x1a\xc4\x20\x5a\xf5\x6e\xac\x1e\x8a\xba\x36\x80\xa7\x7f\x97\xa3\xa2\xc1\xcf\xef\x7b\xe7\x31\xf1\xfe\x53\x27\x93\xa4\xcc\x2d\xd9\x8e\x53\x1e\xb7\x2c\x3b\xa7\x81\x56\xf6\x4c\xe1\x29\xba\x86\xbc\x9c\xfb\x8c\xdc\x02\x00\x00\xff\xff\xe0\xf1\x3c\xce\xdc\x01\x00\x00"), + }, + "/ibmcloud/network/dhost/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 127, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcb\x4d\x0a\xc2\x30\x14\x04\xe0\x7d\x4e\x31\xe4\x00\x56\xc1\x6d\xbc\x8a\xf4\xe7\x15\x1f\x34\x7d\x75\x5e\xdb\x8d\xe4\xee\x92\xe0\xc2\xc5\xc0\xc0\xcc\xb7\x0b\xd9\xcf\xc6\x8c\x4f\x00\x28\xef\x43\x29\xd3\xf3\x14\xba\xda\x8a\x84\xf8\x48\xb8\x5e\x6e\xf7\xf8\x3f\x6f\xb4\x53\x27\xa1\x37\x05\xe8\x90\x91\x7e\x1d\x70\x3b\x38\x4a\xb5\xb6\xc9\xea\x2f\x9d\xf7\x6e\xb1\xb1\x5f\x3a\x1d\x72\x6c\xa7\x12\x6a\x4a\xf8\x06\x00\x00\xff\xff\x80\xb5\xbf\x74\x7f\x00\x00\x00"), + }, "/ibmcloud/network/image": &vfsgen۰DirInfo{ name: "image", modTime: time.Time{}, @@ -1746,9 +2164,9 @@ var Assets = func() http.FileSystem { "/ibmcloud/network/image/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 1209, + uncompressedSize: 1199, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x53\xcd\x8e\x9b\x30\x10\xbe\xfb\x29\x46\xd6\x1e\xda\x03\xec\xa5\xad\xaa\x4a\xbc\x44\xaf\xab\x95\x65\xcc\x84\xb8\x01\x1b\x79\x86\xa8\x34\xe2\xdd\x2b\x9b\x40\x60\x43\xa2\xaa\xbe\x80\x66\xbe\xf9\xfb\xe6\x9b\xc6\x1b\xdd\x10\x5c\x04\x40\x17\xf0\x60\x7f\x43\x01\x67\x1d\x72\xd3\xf4\xc4\x18\x94\xad\xc4\x28\x44\x40\xf2\x7d\x30\x08\xd2\x96\xad\x32\x9e\x54\xd9\x9b\x13\xb2\x04\x69\x5b\x5d\x23\xc9\x94\x61\x32\x2a\xa7\x5b\x84\xe5\x15\x20\x5f\x2e\xa9\x4c\x3e\x55\x18\xb3\x33\xd9\x2c\xc5\x49\x01\x30\xe7\x56\xd6\x11\x6b\x17\x7f\xaa\xb9\x09\x4f\x6a\xcf\x9d\xa2\x6a\xeb\x9d\x8a\x79\xd9\x7a\x37\x97\x8a\x51\x93\x4b\x00\x10\xfb\xa0\x6b\x54\xa6\xd1\x44\xab\x76\xa8\xd5\x81\xe5\xb3\xb9\x94\x2f\x7f\xa1\x89\xe3\x1d\x6c\x83\x9b\xe1\x4c\x58\x8a\x6d\x63\xf2\x89\x89\xdc\x04\x77\x43\x2f\xfd\x3d\x42\x7f\x98\x43\x00\x18\xef\x18\x1d\xab\x58\xf9\x36\x54\x82\x27\x5b\xa7\xf9\x28\x00\x4e\x38\xc0\xfa\x15\x50\x6a\xc2\x48\xfd\xa7\x7b\xfc\x67\x01\x80\xac\xeb\x6d\x40\xf4\xb6\xd5\xd7\x5d\xfc\x1d\x39\x56\xb7\x4a\xf7\x7c\xf4\xc1\xfe\x49\xad\xaa\xce\x37\xd6\x0c\x12\xe4\xfc\x13\x59\xba\x2e\x8b\x30\x9c\xad\xc1\xad\x14\x0a\x90\x96\xe4\x0d\xb4\xac\x96\x87\x0e\xd7\xa0\x59\x1a\xac\x43\x8d\xfc\x30\x99\x69\x7c\x5f\x65\xd3\xaa\xb2\xeb\xb2\x57\x61\xff\x29\x2c\xdf\x20\xc1\xfe\x2b\xe0\x4d\xfe\x44\x5d\x61\x90\xef\x3b\x0c\x91\x9a\x3a\x9f\x27\x48\x84\x54\xd8\xa1\xab\x48\x25\x0d\xbc\x89\x98\xe6\x19\x9d\xf9\xf4\x11\x00\xef\x42\x00\x6c\x4f\x69\x51\x43\x34\x0b\x80\x63\xc0\xc3\x07\xaf\x34\x9e\x7e\xbc\xbe\xbe\x5c\xfe\x49\x6e\xe3\x43\xe0\xea\x94\xef\x41\xd7\xf3\xc8\xa3\x5c\xf2\x13\x0e\x63\x64\xdd\x77\x18\x34\x5b\x57\x2b\x1a\x88\xb1\x4d\xcd\xa0\x63\x4f\xd9\xf7\x4c\xb7\xd5\xb7\x2f\x9b\x6b\xaf\x83\xef\xbb\xd5\xcd\xae\xcd\xd3\x26\x58\xd7\xb4\x33\x7b\x34\x8b\x51\xfc\x0d\x00\x00\xff\xff\xb4\x78\xc2\x73\xb9\x04\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\xdd\x8a\xa4\x3c\x10\xbd\xcf\x53\x14\x61\x2e\xba\x61\x74\x6e\x3e\xbe\x85\x01\x5f\x62\x6f\x87\x21\xc4\x58\x6d\x67\x3b\xa6\x24\x15\x9b\x75\x1b\xdf\x7d\x89\xb6\x8e\x4e\xff\xb0\xb9\x31\x54\xea\xef\x9c\x53\xa5\x23\xa3\x1d\xc3\x45\x00\xb4\x01\x0f\xf6\x37\x14\x70\xd6\x21\x37\xae\xe3\x88\x41\xd9\x4a\x0c\x42\x04\x64\xea\x82\x41\x90\xb6\x6c\x94\x21\x56\x65\x67\x4e\x18\x25\x48\xdb\xe8\x1a\x59\x8e\x19\x26\xa3\xf2\xba\x41\x58\x4e\x01\xf2\xe5\x32\x96\xc9\xa7\x0a\x43\x76\x66\x9b\x8d\x71\x52\x00\xcc\xb9\x95\xf5\x1c\xb5\x4f\x97\x6a\x6e\x82\x58\xdd\x3e\x9b\xe0\xc7\xb0\xda\x92\x57\x29\x71\xb4\xe4\xe7\x5a\x29\x6c\x7a\x12\x00\x1c\x29\xe8\x1a\x95\x71\x9a\x79\xd5\x0f\x37\x3a\x44\xf9\x0c\x98\xa2\xf2\x17\x9a\x84\xef\x60\x1d\x6e\xd0\x99\xb0\x14\xdb\xc6\xe4\x13\x15\xf9\xd4\xdf\xd5\x7b\xe9\xef\x91\xf7\x37\x1c\x02\xc0\x90\x8f\xe8\xa3\x4a\x95\xbf\x40\x8d\xee\xa3\xad\xd5\xf1\x28\x00\x4e\xd8\xc3\xfa\x14\x50\x6a\xc6\xc4\xfd\xee\xd6\x7f\x7f\x0b\xd6\xea\x46\xe9\x2e\x1e\x29\xd8\x3f\x63\x69\xd5\x92\xb3\xa6\x97\x20\xe7\x4b\x42\x7d\x65\x9f\x31\x9c\xad\xc1\xad\xb6\x05\x48\xcb\xf2\xcb\x69\xd1\x2a\xf6\x2d\xae\x9d\x66\xad\xa3\x0e\x35\xc6\x87\xc9\x8c\xa3\xae\xca\x26\xea\xb3\xab\x78\xab\xb0\x07\x93\x82\x0e\x1b\xf4\x71\xc7\xad\xb3\x71\x27\xdf\xe5\xeb\xf3\xe1\xd9\xbf\xc2\x8f\x7d\x9a\x20\x72\xc8\x70\xff\x14\xf0\x21\x7f\xa2\xae\x30\xc8\xcf\x3b\xd4\xb1\x9a\x20\xcd\xd0\x46\xa6\x2a\x6c\xd1\x57\xac\x46\xb1\x3f\x44\x4a\xf3\x8c\xe7\x7c\xfa\x08\x80\x4f\x21\x00\xb6\x4b\xb3\xc8\x9e\xcc\x02\xe0\x18\xf0\xf0\xed\x55\x1a\xe2\xf7\xb7\xb7\x97\xcb\x3f\xcd\xd5\xf0\xd0\x71\xb5\xb4\xb7\x4e\xd7\x3d\xc8\xd3\x1c\xe5\x27\xec\x87\x24\x07\xb5\x18\x74\xb4\xbe\x56\xdc\x73\xc4\x26\x35\x73\xc0\x8a\x82\xce\x0c\x05\x24\xce\x38\xea\xd2\x61\xa6\x9b\xea\xff\xff\x36\x3b\x5e\x07\xea\xda\xd5\xa2\xae\xcd\xe9\x5f\x93\xb4\xae\xf9\x0e\x0f\xc9\x2c\x06\xf1\x37\x00\x00\xff\xff\xf8\x99\xd8\xe9\xaf\x04\x00\x00"), }, "/ibmcloud/network/image/outputs.tf": &vfsgen۰FileInfo{ name: "outputs.tf", @@ -1758,23 +2176,37 @@ var Assets = func() http.FileSystem { "/ibmcloud/network/image/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", modTime: time.Time{}, - uncompressedSize: 314, + uncompressedSize: 316, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xce\x41\x0a\x02\x31\x0c\x85\xe1\x7d\x4f\x11\x66\xa5\x87\xf0\x2c\x25\x8e\x31\x06\xda\xb4\x24\xa9\x20\xe2\xdd\x45\x04\x45\x11\xea\xee\x2d\xbe\x07\xff\x19\x4d\x70\x5f\x08\x16\xc5\x4a\x0b\x5c\x13\x40\x5c\x3a\xc1\x0e\x3c\x4c\x94\xd3\x2d\xa5\x37\x92\x8a\x4c\xf9\x28\x85\x3a\xc6\x69\xca\xd7\x32\x3c\xc8\xb2\x1c\xa6\xd4\xc8\xdb\xb0\x95\x32\x5b\x1b\xfd\xbf\x07\x4b\xd3\x29\x0b\x64\xff\x40\x45\x3c\x36\x4f\xb9\xfd\xca\x6d\x9e\x5f\x1d\xa2\x1e\xa8\x8f\xf1\x3b\xe5\x1e\x00\x00\xff\xff\x82\xe6\x84\xc5\x3a\x01\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xce\x41\x0a\x02\x31\x0c\x85\xe1\x7d\x4f\x11\x66\xa5\x87\xf0\x2c\x25\xd6\x18\x03\x9d\xb4\x24\xa9\x20\xe2\xdd\x5d\x08\x8a\x82\x74\xf6\xdf\xe3\xfd\x57\x34\xc1\x63\x25\x58\x14\x57\x5a\xe0\x9e\x00\xe2\xd6\x09\x0e\xe0\x61\xa2\x9c\x1e\x29\x7d\x90\xac\xc8\x94\xcf\x52\xa9\x63\x5c\xa6\xbc\xd4\xe1\x41\x96\xe5\x34\xa5\x46\xde\x86\x15\xca\x6c\x6d\xf4\x6d\x0b\x96\xa6\x53\x16\xc8\xfe\x85\xaa\x78\xec\x5e\x72\xff\x93\xdb\x3c\xbf\x3b\x44\x3d\x50\x0b\xe5\x62\x7f\x4e\x9e\x01\x00\x00\xff\xff\xaa\xfe\x8a\xdd\x3c\x01\x00\x00"), + }, + "/ibmcloud/network/image/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 127, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcb\x4d\x0a\xc2\x30\x14\x04\xe0\x7d\x4e\x31\xe4\x00\x56\xc1\x6d\xbc\x8a\xf4\xe7\x15\x1f\x34\x7d\x75\x5e\xdb\x8d\xe4\xee\x92\xe0\xc2\xc5\xc0\xc0\xcc\xb7\x0b\xd9\xcf\xc6\x8c\x4f\x00\x28\xef\x43\x29\xd3\xf3\x14\xba\xda\x8a\x84\xf8\x48\xb8\x5e\x6e\xf7\xf8\x3f\x6f\xb4\x53\x27\xa1\x37\x05\xe8\x90\x91\x7e\x1d\x70\x3b\x38\x4a\xb5\xb6\xc9\xea\x2f\x9d\xf7\x6e\xb1\xb1\x5f\x3a\x1d\x72\x6c\xa7\x12\x6a\x4a\xf8\x06\x00\x00\xff\xff\x80\xb5\xbf\x74\x7f\x00\x00\x00"), }, "/ibmcloud/network/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 2259, + uncompressedSize: 2824, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\x4f\x8f\xdb\x20\x10\xc5\xef\x7c\x8a\x91\xb7\x87\xf6\x10\x37\x7b\x8d\x14\xf5\x90\x53\x4e\xad\x1a\xa9\x57\x34\x06\xea\xd0\x62\xb0\x00\x5b\x6a\x57\xf9\xee\xd5\x18\x6f\x13\xff\x49\x52\xa7\x5a\x1f\x12\x09\x1e\x03\xbc\xdf\x3c\x8c\x13\x68\x02\xbc\x30\x00\xaf\x82\x6b\xbc\x50\xbc\xf4\xae\xa9\xb9\x96\xb0\x85\x16\x7d\xae\x8b\x4a\x18\xd7\x48\x3e\x12\x58\xac\x14\x6c\xb7\x90\x65\xf0\x09\x74\x51\x8d\xe6\xf3\xf4\xbb\xce\xb5\x84\x0d\x48\x8c\x98\xdf\x14\xb1\x13\x63\x4f\x0b\x3e\xf6\x04\x5f\xfb\x5a\xd0\x55\x59\xb6\x9a\xbd\x1e\x04\xb2\xe9\xb1\x32\xc8\xfa\x7f\x32\x46\xb8\xc6\xc6\x25\x66\x3c\xc3\x06\xd6\x0c\xa0\x1b\xec\x17\x0a\xd3\x84\xa8\x3c\x4f\x17\x25\x3b\xde\x60\xe3\x35\x6c\xe0\x79\xb4\xf1\xad\x85\x0f\x78\x7e\x38\xa2\x57\x12\x76\x9f\x0f\xb0\xb7\x21\xa2\x15\x6a\x59\x89\x2b\xbe\xeb\xbe\x58\x06\x99\x70\x21\xdd\x3f\x5d\xe3\xf2\xdb\x42\xf6\xee\x65\x68\xe7\x69\x45\x7a\x06\x10\x94\x6f\xb5\x50\x43\x75\x77\xf5\x95\x2b\x7e\x28\x11\x57\x21\x3a\x8f\xa5\x22\x71\x6d\xd0\x4e\x4a\xd3\x09\x24\x7a\x49\x02\x0a\x46\xd4\xce\x0e\x04\xa5\x71\x05\x9a\xec\x4a\x58\xba\x2c\xe5\x93\x19\x06\x10\xb1\x0c\xe3\xdd\x92\x9a\x66\x1e\xa0\xb0\xaf\x6a\xe7\x23\x7c\xfb\xb2\x83\x5d\x13\xa2\xab\x60\x5f\x61\xb9\x90\x04\xab\x9c\x6c\x0c\x81\xa0\xb5\xc9\xf2\x9e\xcd\x16\xb2\xfc\x63\x1a\x66\xb3\x20\x6e\xf1\xf0\xc7\x9e\x48\x57\x80\x7f\xd7\x46\xd5\x18\x8f\x83\x65\x83\xce\x1c\xea\xa8\xf1\xff\x56\x9b\xec\x37\xca\x12\x91\x28\x07\x98\xae\x6d\x92\x74\xb3\xe8\x46\x4c\xfe\x8d\xe0\x1c\x48\x8a\x6c\x98\xf6\x74\x6a\x8f\xd9\x76\xcf\x85\x0b\x8f\x3d\x7e\xbb\xfd\x01\x12\xc0\x07\xa9\x0b\x1d\xa6\xcc\x69\x90\x88\x0b\x1d\x2e\xdd\x1f\x79\x49\xb3\xc2\x93\x99\x05\x06\xc5\xa5\xab\x50\xdb\xb3\xee\x62\xf0\x02\x66\xaf\x1a\x22\xec\x55\x14\xb8\x82\xff\x6c\x0a\xe5\xad\x8a\x2a\x70\xac\x35\xaf\x9b\xc2\x68\xc1\x8f\x2e\xc4\xd7\x07\x2d\x9d\x3d\x6f\x6b\x91\xdf\xd5\xcf\xd7\xf4\xba\xc5\xa8\xce\x45\xef\xd5\x1c\xe9\x1f\x00\x45\x21\xfd\x2f\x50\x6d\x2d\xa6\xa0\x68\x90\xcd\x46\x65\x26\x23\xbd\x33\xca\xca\xda\x69\x1b\xc3\xb9\x6d\xc7\x33\x8b\x9f\xb6\x69\xfc\xae\xe5\xee\xce\x23\x08\xf0\xdb\x59\xc5\x8d\x0e\xf1\x42\x20\x75\x88\xda\x8a\xf8\x7e\x50\xb3\xc2\xee\x6e\xd8\xa2\x36\x58\x68\xa3\xe3\x2f\x4e\xab\xc3\x07\x76\x62\x7f\x02\x00\x00\xff\xff\xd5\x97\xb6\x1d\xd3\x08\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x95\x3f\x6f\xdb\x3c\x10\xc6\x77\x7e\x8a\x83\xf2\x0e\x6f\x87\xa8\xc9\x1a\x40\xe8\xe0\x0e\xf5\xd4\xa2\x01\xba\x12\x27\x92\x95\xd9\x50\xa4\x40\x52\x2a\xda\x20\xdf\xbd\xa0\x28\xff\x91\x44\xdb\x95\x92\x7a\x48\x80\xe3\x73\x0f\x8f\xf7\xbb\xb3\x95\x61\xa8\x1c\x3c\x13\x00\x2b\x9c\x69\x2d\x13\xb4\xb2\xa6\x6d\xa8\xe4\x50\x40\x87\x36\x97\x65\xcd\x94\x69\x39\x9d\x08\x34\xd6\x02\x8a\x02\xb2\x0c\x3e\x80\x2c\xeb\xc9\x79\x1e\xff\xde\xe5\x92\xc3\x03\x70\xf4\x98\x5f\x14\x91\x17\x42\x6e\x16\x7c\xc8\x0d\x7c\x1d\xbc\xa0\x77\x59\x96\x4d\xf6\x85\x40\x36\x2f\x2b\x83\x6c\xf8\x1f\x1a\xc3\x4c\xab\xfd\x92\x66\xdc\xc3\x03\xdc\x11\x80\x3e\x38\x24\x32\xd5\x3a\x2f\x2c\x8d\x0f\x0d\xed\xf8\x07\x17\xdf\xc1\x03\xdc\x4f\x2e\xbe\x94\xb8\xa2\xe7\x8f\x3b\xb4\x82\xc3\xe6\xf3\x23\x6c\xb5\xf3\xa8\x99\x58\x66\x71\xa6\xef\x72\x30\xcb\x20\x63\xc6\xc5\xf7\xc7\x67\x9c\x7e\x0a\xc8\xfe\x7b\x1e\xb7\xf3\xe5\x36\xe8\x09\x80\x13\xb6\x93\x4c\x8c\xd5\xfd\xd3\x6f\x4d\xf9\x43\x30\x7f\xeb\xbc\xb1\x58\x89\x20\x6e\x14\xea\x99\x75\xa8\x80\xa3\xe5\x41\x10\x16\xc3\x4b\xa3\x47\x82\x4a\x99\x12\x55\x76\x66\x59\xfa\x5d\xca\x67\x27\x04\xc0\x63\xe5\xa6\xb7\x45\x75\x38\x59\x41\x61\x5b\x37\xc6\x7a\xf8\xf6\x65\x03\x9b\xd6\x79\x53\xc3\xb6\xc6\x6a\x21\x09\x52\x1b\xde\xaa\x00\x22\xe4\xc6\x96\x0f\x6c\x0a\xc8\xf2\xf7\x31\x4c\x92\x20\x2e\x02\xb1\xbb\x01\x49\xef\x40\xbf\x4b\x25\x1a\xf4\xbb\x71\xde\x68\x36\xc7\xc2\x30\xfa\x07\xbb\xf9\x8d\x93\x75\x0a\x30\xaa\x11\xa9\xb3\xd7\x44\x61\x12\xdf\x14\xcc\xdf\x61\x4c\xe2\x0c\x8b\xeb\xe6\x93\x4d\x99\xd5\x50\x40\x72\xea\x73\x66\x5c\xce\xac\x5e\x31\x0a\x9b\xed\x23\x44\x90\x2b\xe9\x33\xe9\xe6\xec\x43\x30\x90\x67\xd2\x8d\xbb\x33\xea\x67\x38\x0d\x55\x03\x94\xe8\x04\xe5\xa6\x46\xa9\x8f\xba\x93\xe0\x09\xd2\x41\x35\xe6\x38\xa8\xc2\xe2\x95\xf4\xa9\x2d\x85\xd5\xc2\x0b\x47\xb1\x91\xb4\x69\x4b\x25\x19\xdd\x19\xe7\xf7\x5f\x6c\xb1\xf6\xbc\x6b\x58\x7e\x55\x9f\xf6\xb4\xb2\x43\x2f\x8e\xa6\xd7\x3c\x27\xfa\x15\xa0\x3e\x0a\x2e\x19\x7a\xc1\xe1\x93\x71\xfe\x75\xcc\x78\xa8\x63\x4e\x2d\x86\xc9\xf9\xfd\x49\x2c\x0f\xdf\x97\xd5\xbf\xcd\xd1\x1a\xc3\xd9\x94\x74\x8c\xd2\x89\x38\x91\xfe\xd3\xd8\xa7\x79\x7a\x8c\x26\xd2\xcf\x2c\xe2\xa5\x2d\xfc\x6d\xb4\x38\x94\x79\xfa\x34\x2e\x9d\x97\x9a\xf9\xff\x53\x95\x63\x87\x52\x61\x29\x95\xf4\xbf\x68\x6f\xf1\xee\xe0\x35\xd4\x7c\xdd\x6b\x78\x46\xca\x6b\xf9\x3c\x84\x2f\xef\x57\x0d\x41\xd7\xb0\xf9\x08\x84\x60\x7a\x00\x12\xec\x87\x4d\x11\x9a\x37\x46\x6a\xef\x8e\x8d\x9f\x9e\xbc\xf5\x4f\x5e\x0a\xe3\x1b\x11\x5c\x05\xef\x4f\x00\x00\x00\xff\xff\x43\x49\x08\x5f\x08\x0b\x00\x00"), }, "/ibmcloud/network/outputs.tf": &vfsgen۰CompressedFileInfo{ name: "outputs.tf", modTime: time.Time{}, - uncompressedSize: 1135, + uncompressedSize: 1248, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\x41\x6e\xc3\x20\x10\x45\xf7\x9c\x02\x25\x7b\x6e\xd0\x2b\xf4\x0a\x08\xe3\xa9\x3b\x0a\x66\x10\xcc\xb8\x6a\xab\xdc\xbd\x6a\x2d\xb9\x4e\x69\x08\x89\x57\x96\xf8\xef\xfd\x6f\x99\x63\xdf\xa3\x8e\xfa\x19\xf8\x8d\xf2\x49\xcf\x34\x4a\x00\x4d\xc2\x49\xb8\xa8\x5e\x81\x5a\x01\x7d\xf0\x54\x6c\x86\x42\x92\x3d\x58\x8c\x85\x5d\xfc\x7e\x19\x0f\xfa\x53\x69\xbd\xb8\x20\xa0\x9f\x34\x0e\x73\x9d\x32\x9e\x8a\xc1\x51\x9d\x7f\x6d\x61\xb0\x27\x19\x20\x47\x60\x28\xd6\x25\xb4\x49\x86\x80\xbe\x12\xae\xb3\xcd\x92\xbc\x69\x30\x37\xd4\x19\x17\xc7\xf5\xd8\xb6\x7b\x83\xfe\xc8\x13\x51\x78\x68\x7c\x13\xec\x29\xe9\xfa\x8c\x36\xf9\x5f\xcd\xec\xfc\x2b\x46\xb0\x9e\xe2\x0b\x4e\x3d\xfa\x8a\xd8\x6b\xb7\xdf\x3f\x65\x92\x54\xe9\x02\x79\x17\x4c\x15\xda\x1b\x3c\x45\xce\x14\x6c\x0a\x2e\x82\x2d\xe0\x25\x23\xbf\x6f\x51\x1b\xb0\xf0\xd5\x8d\x3d\x70\xa3\x4c\x86\x08\x7c\x6f\xc9\x05\x74\x53\xfe\x41\x11\x1e\xd0\x6f\xd8\xbe\x60\x49\xcd\x5b\xb7\x1e\x5f\x00\x05\x2d\xce\x6e\xba\x7a\x8d\x7e\x0e\xcd\x3e\xa6\xce\xea\x2b\x00\x00\xff\xff\xe9\x90\xed\x7f\x6f\x04\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x93\x4b\x6e\xc3\x20\x10\x40\xf7\x9c\x02\x25\x7b\x6e\xd0\x2b\xf4\x0a\x23\x3c\x4c\x93\x51\x30\x83\xf8\xb8\x6a\xab\xdc\xbd\x6a\xd3\x46\x76\x1d\x13\x1a\x6f\x99\xf7\x1e\x60\xb1\xef\xfb\xd4\x5e\x3f\x53\x79\x95\x74\xd2\xa3\xb8\xea\x49\x4b\x2d\xb1\x96\xac\x7a\x05\xea\x02\xe8\x1d\x4a\x28\x49\x3c\x44\x6f\x03\x81\x23\xc7\x68\x0b\x39\x38\x4a\x2e\xc0\x0e\x3c\xe7\xb2\xd3\x1f\x4a\xeb\xc9\xfa\x4a\xfa\xe9\xa7\x68\xdc\xd7\x84\xe9\xc1\xd5\x79\x2b\x97\x09\x6b\xe2\xf2\x06\x87\x24\x35\x36\x73\x53\x44\xd3\x03\x37\x62\x75\x08\xd4\x3e\xd3\x8d\xc8\x02\xba\x2b\x7f\x97\x40\x0f\xe8\xaf\xd8\x32\x90\x21\x51\x96\x9a\x90\x80\x43\x2e\x36\x20\x01\xa6\xb0\x74\xf3\x30\xae\xc7\x0c\x4a\x36\x98\xc2\xdc\xe7\x07\x38\xd5\x81\x52\xa0\x42\x19\x6c\x64\x88\x75\xf0\x8c\xc0\x6e\x73\xb7\x0d\xe6\x8e\x3a\xf1\x64\x0b\xfd\xd3\x7d\x85\xfe\xc8\xa3\x88\x7f\x68\xf3\x4d\xb0\x27\xd2\x75\x8c\x36\x79\x2b\x33\x5a\x3c\x72\x20\x40\x09\x2f\x7c\xe8\xd1\xaf\x88\xb9\xf6\xfa\xff\x7f\x9f\xc2\x52\xe7\x05\xad\x37\xab\xa1\xb9\x61\x8a\xcd\xab\xbc\x2c\x2f\x80\xcc\xc0\xa3\x3d\x6c\xde\xcd\xf7\xa2\x99\x8f\xa9\xb3\xfa\x0c\x00\x00\xff\xff\xb4\x96\x78\xaa\xe0\x04\x00\x00"), + }, + "/ibmcloud/network/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 127, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcb\x4d\x0a\xc2\x30\x14\x04\xe0\x7d\x4e\x31\xe4\x00\x56\xc1\x6d\xbc\x8a\xf4\xe7\x15\x1f\x34\x7d\x75\x5e\xdb\x8d\xe4\xee\x92\xe0\xc2\xc5\xc0\xc0\xcc\xb7\x0b\xd9\xcf\xc6\x8c\x4f\x00\x28\xef\x43\x29\xd3\xf3\x14\xba\xda\x8a\x84\xf8\x48\xb8\x5e\x6e\xf7\xf8\x3f\x6f\xb4\x53\x27\xa1\x37\x05\xe8\x90\x91\x7e\x1d\x70\x3b\x38\x4a\xb5\xb6\xc9\xea\x2f\x9d\xf7\x6e\xb1\xb1\x5f\x3a\x1d\x72\x6c\xa7\x12\x6a\x4a\xf8\x06\x00\x00\xff\xff\x80\xb5\xbf\x74\x7f\x00\x00\x00"), }, "/ibmcloud/network/vpc": &vfsgen۰DirInfo{ name: "vpc", @@ -1797,44 +2229,51 @@ var Assets = func() http.FileSystem { "/ibmcloud/network/vpc/outputs.tf": &vfsgen۰CompressedFileInfo{ name: "outputs.tf", modTime: time.Time{}, - uncompressedSize: 1555, + uncompressedSize: 1609, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x53\xcd\x8a\xdc\x30\x0c\xbe\xe7\x29\xc4\xcc\xad\x0c\xa1\xe7\x42\xe9\xa1\x2f\xd0\x53\x7b\x28\x45\xd8\xb1\xb2\x23\xd6\x23\x19\x5b\xce\xb2\x2d\x7d\xf7\x32\x7f\xa5\xc9\x66\x36\x19\x28\x6c\x20\xb7\xef\x47\xdf\x27\x79\xbb\xee\x6b\xb6\xf0\xf5\xcb\x67\x38\x68\xa8\x91\x40\xab\xa5\x6a\xa5\x59\x4b\x6e\xce\x04\xd8\x74\x2a\x96\x35\x62\x8a\x4e\x08\x0b\x75\x35\xb3\x3d\xe3\x43\xd6\x9a\x90\x03\x46\x2e\xb6\x81\x5f\x0d\xc0\xe0\x62\x25\xf8\x08\xdf\x1b\x00\x00\xf6\x07\xe4\x32\x21\xb4\x5d\xac\xc5\x28\xe3\x13\x07\x6a\x39\xec\x5e\x81\x6a\x22\x29\x7b\xee\x0d\x85\xec\x49\xf3\xe3\x02\x7e\x34\xe8\x05\xfb\xa3\xf9\x7d\x33\x49\xf5\x42\x36\x9f\xe0\x6a\x70\x82\x4c\x84\xdf\xb5\x1c\x16\x55\x7f\xaa\xd0\xdd\xba\x47\xd2\xbf\xca\xd1\xe3\x63\xf5\x94\x85\x8c\x0a\xba\xc4\x98\xaa\x8f\xdc\xe1\x5e\x8b\x89\x3b\xd0\x58\x7c\x70\xb9\xbd\x00\x48\x42\x52\x16\x2b\xf0\xe9\xea\x19\x7d\x3b\x2b\xd6\xbe\x6f\xaf\x72\xf0\x01\x36\x9b\x55\x03\x70\x38\x5b\x6f\xe1\x9b\x63\x83\x5e\x33\xf4\x59\xc5\x48\x02\x1c\x53\x93\x50\x2e\x60\x0a\x9e\x20\x93\x0b\xcf\xe0\xa9\xd7\x4c\x50\x0b\x35\x00\x81\x12\x49\x28\xa8\x32\xbd\x96\xe8\xf1\xca\x9f\x1f\xf7\xb4\xd3\xff\x90\x99\xc3\x9a\xb4\x99\x07\x67\x74\xa3\xef\xdb\x26\x67\xda\xdf\x5e\xd7\x99\xbc\x49\xa7\x67\xef\xdd\x2d\xf8\xc1\x75\x7b\x16\xc2\x4e\xa5\xe7\x87\xdd\xa4\xfc\xc5\x02\xc6\x0f\x25\x7a\x4c\xaa\x71\xe1\xa4\xd6\x6e\xf6\xa4\x75\xe7\x7a\x67\xed\x27\xf5\xbf\x08\x37\x6f\xf4\x6a\xc2\x71\x6d\x4b\xd2\x63\xf4\x44\x72\x48\x2f\xab\xb9\xf0\x87\xd4\xb5\xc7\xff\x48\xf8\x13\x00\x00\xff\xff\xe2\x1e\xb0\xa1\x13\x06\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x53\xcd\x8a\xdc\x30\x0c\xbe\xe7\x29\xc4\xcc\xad\x0c\xa1\xe7\x42\xe9\xa1\x2f\xd0\x53\x7b\x28\x45\xd8\xb1\xb2\x23\xd6\x23\x19\x5b\xce\xb2\x2d\x7d\xf7\x32\x7f\xa5\xc9\x66\x36\x19\x28\x6c\x20\xb7\xef\x47\xdf\x27\x79\xbb\xee\x6b\xb6\xf0\xf5\xcb\x67\x38\x68\xa8\x91\x40\xab\xa5\x6a\xa5\x59\x4b\x6e\xce\x04\xd8\x74\x2a\x96\x35\x62\x8a\x4e\x08\x0b\x75\x35\xb3\x3d\xe3\x43\xd6\x9a\x90\x03\x46\x2e\xb6\x81\x5f\x0d\xc0\xe0\x62\x25\xf8\x08\xdf\x1b\x00\x00\xf6\x07\xe4\x32\x21\xb4\x5d\xac\xc5\x28\xe3\x13\x07\x6a\x39\xec\x5e\x81\x6a\x22\x29\x7b\xee\x0d\x85\xec\x49\xf3\xe3\x02\x7e\x34\xe8\x3d\x58\x64\x31\xca\xe2\xe2\x85\xf4\xa3\xf9\x7d\x33\x7e\xf5\x42\x36\x1f\xfb\xea\x74\x82\x4c\xa6\x79\xd7\x72\x58\x54\xfd\xa9\x42\x77\xeb\x1e\x49\xff\x2a\x47\x8f\x8f\xd5\x53\x16\x32\x2a\xe8\x12\x63\xaa\x3e\x72\x87\x7b\x2d\x26\xee\x40\x63\xf1\xc1\xe5\xf6\x02\x20\x09\x49\x59\xac\xc0\xa7\xab\x67\xf4\xed\xac\x58\xfb\xbe\xbd\xca\xc1\x07\xd8\x6c\x56\x0d\xc0\xe1\x6c\xbd\x85\x6f\x8e\x0d\x7a\xcd\xd0\x67\x15\x23\x09\x70\x4c\x4d\x42\xb9\x80\x29\x78\x82\x4c\x2e\x3c\x83\xa7\x5e\x33\x41\x2d\xd4\x00\x04\x4a\x24\xa1\xa0\xca\xf4\xc4\xa2\xc7\x2b\x7f\x7e\xdc\xd3\x4e\xff\x43\x66\x0e\x6b\xd2\x66\x1e\x9c\xd1\x8d\xbe\x6f\x9b\x9c\x69\x7f\x7b\x5d\x67\xf2\x26\x9d\x9e\xbd\x77\xb7\xe0\x07\xd7\xed\x59\x08\x3b\x95\x9e\x1f\x76\x93\xf2\x17\x0b\x18\x3f\x94\xe8\x31\xa9\xc6\x85\x93\x5a\xbb\xd9\x93\xd6\x9d\xeb\x9d\xb5\x9f\xd4\xff\x22\xdc\xbc\xd1\xab\x09\xc7\xb5\x2d\x49\x8f\xd1\x13\xc9\x21\xbd\xac\xe6\xc2\x1f\x52\xd7\x1e\xff\x13\xe1\x4f\x00\x00\x00\xff\xff\xed\x1c\x14\xfc\x49\x06\x00\x00"), }, "/ibmcloud/network/vpc/security-groups.tf": &vfsgen۰CompressedFileInfo{ name: "security-groups.tf", modTime: time.Time{}, - uncompressedSize: 7063, + uncompressedSize: 7957, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x98\xdf\x6f\xdb\x36\x10\xc7\xdf\xf5\x57\x1c\x9c\x3d\xb4\x0f\x72\x5d\x3b\x8d\xe3\x02\xc5\xd0\xba\xc3\x1a\x2c\x4d\x0a\xa4\x1b\xf6\x46\xd0\xd4\x39\x21\x22\x93\x1a\x49\xa9\x19\x82\xfc\xef\x05\x29\xc9\x95\x25\x05\xd6\xaf\xa6\xb1\x83\xbc\x9c\xcd\x2f\xef\x3e\x3c\xf2\x8e\x0c\x25\xa3\xa1\x86\x7b\x0f\xe0\x08\x2e\x2e\xbf\xfe\xf1\x16\x3e\xe2\x9a\x0b\x0c\x80\x0b\x18\xbf\x4a\x22\x36\x36\x6b\xf7\x6d\xa4\x70\xcd\xef\xe0\x1d\x24\x54\x8d\x59\x18\x6b\x83\x8a\xf0\xc0\x7b\xf0\xbc\x7c\xe8\x15\xb2\x58\x71\xf3\x3f\x5c\x2b\x19\x47\xf0\x5f\x2c\x0d\xf5\x8e\xe0\x0d\x44\xa8\x40\xa0\xf9\x26\xd5\x2d\x70\x61\x50\xad\x29\x43\x78\x71\x71\xb6\x7c\x09\x52\x00\x85\x84\x2b\x13\xd3\x10\x34\xaa\x04\x15\x70\xa1\x0d\x15\x0c\x3d\xef\xa8\xc5\xc7\x3b\x2a\x7b\xf0\x62\x99\xfa\xe9\x7f\xe3\x01\xbe\x6c\x27\xe6\x29\xd4\x32\x56\x0c\x61\xc4\x57\x1b\xc2\x35\xd1\x99\x38\x71\xe2\x23\x18\xe5\x14\xac\xfa\xc8\x41\x14\x74\x83\xf0\xe3\xf3\x0e\x46\xbf\xdd\x3b\xc6\xe3\x14\xdf\x83\x9f\x8b\xf8\x4e\xc4\x67\x05\x07\x47\x1e\x40\x3e\x69\x3a\x47\x46\x7b\xd7\x68\xa1\x03\x18\x7a\xad\x77\x66\xb2\x3f\xb4\x46\x0f\x20\x89\x18\xec\x7c\x97\x05\x60\x57\xd3\xfe\xe7\xab\x76\x75\xf5\x69\x5f\x94\x44\xc5\x21\x96\x42\x25\x5a\xdf\x10\x2e\x56\x32\x16\x41\x1a\x76\xea\xec\xce\x5c\xbb\x32\xe3\xe2\xf8\xb1\x0b\x20\xe0\x0a\x99\xe1\x52\x58\x4a\xb9\x9a\x23\xb0\x91\x06\xdb\x69\x19\x16\x39\x3f\x00\x22\xa9\x0c\xd9\x70\x2b\x3a\x9d\x16\x2c\xf4\x2e\xb7\x3c\xa4\xb1\x9f\x2d\x3f\x7f\xe9\x14\x3c\x67\x9b\xe8\x79\x45\x6f\x3d\x82\xfb\x2c\xae\x7f\xfe\x3d\x7f\x7f\x01\x54\x04\xf0\x27\x0a\x4c\x10\x7c\x47\x00\x8e\xe7\xa7\x8b\x4e\xf1\x26\x77\x21\x15\xe4\xda\x89\x11\xab\xf2\xbc\x82\x8f\x83\x9a\xa5\x77\xc1\x96\x16\x3f\xb3\xed\xc1\x74\x32\x39\x7d\xdd\x1f\x93\x55\x39\x00\x4c\x2e\xd8\x12\xa6\xcc\x96\x61\xba\x8c\x8d\x9b\xb6\x13\x12\x99\x0d\x1e\x88\xc0\x56\xae\x84\x60\x34\x19\xbb\xbf\x57\x93\x91\x73\xba\x5f\xc5\xb8\x8c\x50\x5c\xdd\xf0\xb5\xc9\x0b\xd6\xf0\x65\x43\x46\x28\xb4\x9d\x82\x64\x53\x74\xac\x1d\x5b\x1d\x3f\xd7\x79\xea\x02\xf2\x49\x6a\x03\x21\x26\x98\x56\x6e\xce\x50\x83\x0f\x5f\x97\x8d\x4f\xd6\x0a\x0a\x72\x23\xb5\x21\xb9\x18\x31\xac\xf5\x59\x5b\x91\xec\xbb\x99\x1e\x11\xac\xad\x39\x8b\xc9\x64\x52\xde\x51\x8b\xc5\xa2\x70\xf0\xd4\x23\xfb\xfb\xe3\x60\xc8\xe2\xe0\xd9\x22\xab\x3d\x84\xf6\x23\xfb\x2b\x5e\xa1\x12\x68\x50\x43\x80\x6b\x1a\x87\xc6\xfd\x56\x77\x27\x76\x1b\xaf\x90\x64\x5a\xc4\x69\x3d\x57\x64\xb5\x59\xf6\x7a\x32\x7d\x53\x61\x96\x1b\xab\xd0\x84\x0c\x30\x25\xd6\x77\x73\x5a\xa5\x8c\xd7\xa1\xed\xcc\xd9\xa4\x26\xcf\x66\xd3\xf9\xc9\x7c\x3f\xb3\x5e\xbb\xb3\xc0\xec\xd0\xb6\x66\x03\x66\xfd\x8a\x6d\x01\xf8\xfb\x2f\x67\x70\xfe\x61\xf8\x62\x7b\xbb\x9d\x82\xd0\x88\x93\x70\xd5\xb1\xd8\xfe\xd0\xf1\x69\xc4\xfd\x70\xf5\xe4\xc5\xb6\x02\x0b\x7c\xc8\x96\xbe\x69\x76\x56\x60\xb4\x4d\xc7\x8a\x40\xf3\x74\xb4\x11\x47\xf1\x2a\xe4\x8c\xa0\x08\x22\xc9\x85\xd1\xf0\x7b\xb1\x7b\x83\xb7\xfd\x2e\x7c\x27\xc7\xc7\xb3\x4a\x3b\x9b\xda\xaa\x1b\x7c\x8b\x50\xb6\x6c\x71\xab\x0c\xdb\xf6\xb9\x4d\x20\x3e\xd6\xec\x3e\x02\x48\x0a\xa3\x64\x48\xa2\x90\x8a\x7e\x84\x3e\x53\x76\xc3\x05\x02\x93\x62\xcd\xaf\xf3\xf7\x98\x61\x72\x6d\x93\x6a\x93\x54\xfb\x09\x53\xaf\xe7\x33\xc2\xc9\xb4\x02\x2d\x37\xee\xa7\xd6\x3f\xbd\x4a\xd8\x0e\x27\xdb\x1a\x90\xeb\x57\x3e\x96\xa9\x23\xe0\x1c\xf9\x09\xcf\x7b\xc5\x38\xbb\xbe\xef\xa5\x1a\x7e\xaa\xf1\xd4\x25\x03\x0d\x6b\x7e\x75\x2f\x46\x4b\xec\xc8\xd6\x2f\x18\xd5\xbc\xe8\xb1\x3b\x9b\x26\xd9\x6c\x5e\x79\xea\x99\xce\x4e\xeb\x3b\xe1\x4e\xd7\x87\x5d\x30\xfd\xaf\x0e\xbf\x04\x93\xbd\x1d\xcc\xeb\xae\x0c\xf5\xf7\x2c\x5b\x1d\x5b\x9f\xf8\x55\x50\x85\x73\xe7\x97\x42\xfa\x49\xfd\xc3\x96\x10\x24\x9c\xc2\xf9\x87\x41\x40\xb5\x6f\xca\x06\x65\xf5\x48\xb9\x18\xb4\x9d\x18\x86\x5b\xa9\x2e\x1e\x10\xb7\xbd\x85\xf1\x7b\x00\x00\x00\xff\xff\x5a\x62\xb0\xe9\x97\x1b\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x58\x6d\x6b\xe3\x38\x10\xfe\xee\x5f\x31\x24\xf7\xa1\x3d\xce\x4e\x36\xed\xf6\x0d\xca\xd1\x66\x8f\xdb\x72\x7d\x83\xee\x2d\x07\xc7\x21\x14\x79\x92\x88\xda\x92\x4f\x92\xd3\x2e\xa5\xff\xfd\x90\x6c\xe7\x92\xd8\xd9\xc4\x75\x36\xa4\x59\x16\x8a\x2c\x3d\x9a\xe7\x99\xd1\xcc\x48\x91\x64\x34\xd2\xf0\xe2\x01\xb4\xe1\xf6\xee\xcb\x6f\x67\xf0\x09\x87\x5c\x60\x08\x5c\x40\xd0\x99\x24\x2c\x30\x43\xf7\x35\x51\x38\xe4\xcf\x60\x7f\xe7\x30\xa1\x2a\x60\x51\xaa\x0d\x2a\xc2\x43\xcf\x03\xd0\xe9\x40\xa0\x21\x8c\x87\x8a\x0c\x22\xc9\x1e\x35\x9c\x03\x93\x82\x51\xb3\xc7\x07\x31\xe1\x9a\x64\x53\x02\x26\x85\x51\x32\x22\x49\x44\x05\x06\x3f\x07\x3c\x99\x1c\xce\xac\xfb\x05\x16\xa7\xc7\x49\x6a\x2a\x26\xee\x7b\xaf\x9e\x57\x58\xfd\x80\x2c\x55\xdc\x7c\x83\x91\x92\x69\x02\x2a\x8d\x50\x03\x8a\xa1\x54\x0c\x35\x08\x34\x4f\x52\x3d\x02\x65\x0c\xb5\x86\x01\xd5\x18\x82\x14\x70\xd7\xbf\x07\x85\xff\xa6\x5c\x61\x8c\xc2\x68\xaf\x0d\x63\x63\x12\x7d\xd6\xe9\x84\x92\xe9\x40\x26\x28\xf4\x98\x0f\x9d\x15\x1d\x6b\x38\xe5\x02\x95\x9f\x44\xd4\x0c\xa5\x8a\x3b\x87\xc1\x49\x87\x0b\x6d\x68\x14\x71\x31\x9a\xf9\x93\x14\x53\x08\x1d\x09\xa9\x0d\x67\x33\x1f\xa7\xeb\xfd\xe2\x63\x30\x36\x71\xd4\xce\x67\x50\xc3\xa5\xf0\x73\x9b\x7d\x26\x85\x40\x66\xf8\x84\x9b\x6f\x7e\xaa\x51\xf9\x5c\x0c\x15\x25\xdf\x83\x5b\xaa\x4b\xc4\x63\x6e\x1c\xbe\xe5\xfa\x11\x12\x54\x53\x71\xb8\x30\xa8\x86\x94\x21\xec\xdd\x5e\xf5\xf7\xad\x3e\x14\x26\x5c\x99\x94\x46\xa0\x51\x4d\x50\x81\xdb\x54\x30\x74\x8b\x15\xc6\xd2\x60\xae\xb5\x45\xd2\x73\x9b\x79\x5e\xbb\xc6\xcf\x6b\x2f\xda\xba\xd7\xcf\x02\xcc\x7f\xe2\x21\xee\xd7\x03\xf3\x14\x6a\x99\x2a\x86\xd0\x2a\xa2\x29\x07\x27\x0e\xbc\x05\xad\x22\x7c\x2d\x7a\xcb\x9d\x00\x41\x63\x84\xff\x7f\xe7\xd0\xfa\xe9\xc5\x1d\x90\x20\x8b\xfd\x57\x5f\x8f\x7c\x36\x63\x54\xcb\x03\x28\x36\xca\x70\xf3\xa3\x31\x3f\x68\x4f\x08\x80\xa1\x23\x3d\x87\x6e\x27\xda\x41\x0f\x60\x92\x30\x98\xfb\x96\x1b\x6d\x8f\x9f\xfd\xcf\xc3\x2c\xd6\x1f\x1e\x3e\xaf\x62\x46\xac\x3b\x16\xe8\x11\xad\xc7\x84\x8b\x81\x4c\x45\x98\x51\xcd\x8c\x9d\xdb\x6b\x1e\x26\x98\x5d\x1f\x38\x02\x21\x57\x36\x0e\xa5\xb0\xca\x14\x68\x4e\x01\x17\x06\xb5\xb0\x0c\x4b\x9c\x1d\x00\x89\x54\x86\xc4\xdc\x82\xf6\x7a\x33\x23\xf4\xb9\x18\x79\xcd\xb8\x5f\xf5\x6f\xee\xdf\x44\x9e\xb3\x38\xd9\x2d\xf6\xd6\x22\x78\xc9\x79\x7d\xfd\xeb\xfa\xe2\x16\xa8\x08\xe1\x77\x14\x38\x41\xf0\x9d\x02\x70\x78\x7c\x72\xfa\x26\xbe\x93\xe7\x88\x0a\x32\x72\x60\xc4\xa2\xec\x16\xf9\x34\xac\x70\xbd\x23\xbb\xe0\xfc\x7c\x6c\x85\x4c\x47\xdd\x93\x0f\xcd\x65\xb2\x28\xef\x40\x26\x47\x76\x41\xa6\x7c\x2c\x97\xe9\x2e\x35\x6e\xdb\x37\x49\x22\xf3\xc5\x1b\x52\x60\x0a\xb7\x20\x41\xab\x1b\xb8\x7f\x9d\x6e\xcb\x19\xdd\xac\x4a\xdc\x25\x28\x1e\x6c\x8d\x2e\x0a\xd9\xe6\x4b\xc5\xb4\x0d\x20\xf9\x16\x35\xea\xc5\x74\xad\x2d\xe8\x5b\x2f\x18\x9f\xa5\x36\x10\xe1\x04\xb3\x0a\xce\x6d\x33\xe4\xc3\x97\xfe\xda\x99\xb4\x44\x9d\x8c\xa5\x36\xa4\x00\x23\x86\xd5\xce\xad\x25\xc8\xa6\x87\x67\x09\x60\x65\x8d\x39\xed\x76\xbb\x8b\x27\xe8\xf4\xf4\x74\x26\xd1\x54\x4b\xf6\xe7\xa7\x8d\x49\x96\x86\x3b\x2b\x59\x65\xd2\x59\x2d\xd9\x1f\xe9\x00\x95\x40\x83\x1a\x42\x1c\xd2\x34\x32\x6e\xae\x7e\xbb\x62\x8f\xe9\x00\x49\x8e\x45\x1c\xd6\xae\x4a\x56\x19\x65\x1f\xba\xbd\x8f\x25\xcd\x8a\xc1\xb2\x68\x42\x86\x98\x29\x96\x1f\xce\x36\x5c\x44\x91\x7c\xd2\xc5\x85\xc5\xc8\xd9\x39\x43\x25\x63\x78\xe2\x66\xcc\x05\x7c\xbd\xef\xe7\x57\x2f\x37\x8b\x32\x26\xe3\x58\x86\xd4\x20\xf4\xfb\x37\x70\x7d\xd9\xc0\x09\x76\xcb\x5c\xfc\xd2\x31\x67\x32\x15\x06\xce\x21\x42\x31\x32\xe3\xbd\x2c\xed\x95\xef\x80\xfb\xde\x8f\x76\xd6\xb2\x9d\xff\x76\x16\x06\x5c\x84\xf8\xfc\xcf\x32\x3f\x1d\x74\x2b\x62\xfb\xa0\x77\x7c\x74\xbc\xda\x4f\x36\x23\xec\x9c\x9f\x4a\xb9\xe5\xdd\xf9\xa9\x32\x05\xad\xe1\xa7\x66\x4d\xc4\x8c\x93\x2f\xee\xaf\xe0\xfa\x72\xf3\x4d\xc4\xe3\x74\x0b\x42\x13\x4e\xa2\x41\x8d\x26\xc2\xae\xf5\x69\xc2\xfd\x68\xb0\xf5\x16\xa2\x24\x0d\xf8\x90\xfb\x78\xdd\x90\x2d\x51\xaf\x9b\xcc\x4b\x00\xeb\xc7\x9d\x65\x9c\xa4\x83\x88\x33\x82\x22\x4c\x24\x17\x46\xc3\xaf\xb3\x3d\x28\x9c\x35\xbb\xb6\x1e\x1d\x1e\x1e\x94\x9a\xf2\x6c\xac\x9c\x42\xa6\x12\xca\x9a\x8d\x7a\x59\xc3\xba\xdd\xfa\x3a\x22\x2e\x6b\xd9\x97\x08\x34\xf7\x92\xd7\x44\xa1\x1b\xca\xc6\x5c\x20\x30\x29\x86\x7c\x54\xbc\x36\x6d\x26\xd6\xe2\x0c\x9b\x64\xd8\x5b\x0c\xbd\x86\x8f\x21\x47\xbd\x92\x68\xc5\xe0\x6a\xd5\x9a\x87\xd7\x82\x6c\xef\x27\xda\xd6\x50\xae\x59\xb1\xe8\x67\x86\x80\x33\xe4\x07\x3c\x4c\xce\xf2\xac\xf3\x32\x99\xad\xf3\xb3\x75\xdb\x2d\x13\x35\x59\x11\xf7\xd6\x2c\x68\x54\x87\x5e\xe2\x4f\x57\x6d\xbb\x06\xa2\x61\xeb\xbf\xa8\x54\x12\x25\x16\xa2\xf6\x0b\x53\x25\x54\xe3\x04\xf4\x1d\xd4\xea\x03\x75\x70\x5c\x7a\x9c\xeb\x1d\x9c\x54\xdf\x65\xde\x74\x01\x5c\xa2\x59\xf3\x5b\xe0\x8e\x28\x68\xaf\x7e\xc7\x55\xf7\xc1\xea\x4b\xb4\x6d\x12\x6a\x17\xbe\x79\xa3\x16\xd2\x6f\x13\xd9\xb6\x54\xf0\x6a\xb7\x51\x53\x85\x60\xc2\x29\x5c\x5f\x6e\x44\xa8\xfa\xbd\xe9\x46\xb5\x5a\x52\x35\x37\xda\x55\x6d\x46\xb7\x85\xf6\xe0\x1d\xe9\xb6\xb2\x3f\xf8\x2f\x00\x00\xff\xff\x1c\xe0\xa5\xdf\x15\x1f\x00\x00"), }, "/ibmcloud/network/vpc/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", modTime: time.Time{}, - uncompressedSize: 372, + uncompressedSize: 387, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xce\x41\xaa\x02\x31\x0c\x80\xe1\x7d\x4f\x11\x66\x36\xef\x1d\xc2\x95\x17\x70\xe5\xb6\xcc\x4c\x43\x09\xc4\xa6\x24\xa9\xa0\xe2\xdd\x45\x44\xb0\x1b\x6d\xb7\xfd\xfe\x24\xf3\xd8\x0b\x33\x1c\x0f\x7b\x38\x49\x6a\x8c\x70\x5e\x94\x96\x95\xd1\xc2\x68\x1e\xde\x09\x4c\x1b\x37\x73\xd4\x48\x69\x82\x5b\x00\xf0\x4b\x45\xd8\x81\xb9\x52\xc9\xe1\xfe\x49\x6b\x5b\x99\xb6\x88\x25\x55\xa1\xe2\xd6\x05\xab\x08\xf7\x5c\x31\x93\x94\x9f\x53\x15\x4d\x9a\x6e\x18\xb3\x4a\xab\x23\x77\xf8\x92\xfb\xdd\x4c\xe6\x7f\x2f\xf9\xdf\xd3\xab\x14\x8c\xcf\xef\x2f\xfe\x11\x00\x00\xff\xff\x1f\x99\x6b\xfa\x74\x01\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xce\xb1\x0a\xc2\x40\x0c\x80\xe1\xfd\x9e\x22\xb4\x8b\x3e\x84\x93\x2f\xe0\xe4\x7a\x5c\xdb\x50\x82\xe9\xe5\x48\x72\x8a\x8a\xef\x2e\x22\x82\xb7\x48\xcd\xfc\x7f\x49\xfa\x75\x13\x7a\x38\x1e\xf6\xb0\xc8\x54\x19\xe1\x9c\x94\xd2\xc0\x68\x61\x2d\x0f\x1f\x02\xdd\xc8\xd5\x1c\x35\xd2\xd4\xc1\x3d\x00\xf8\xb5\x20\xec\xc0\x5c\x29\xcf\xe1\xf1\x9d\x96\x3a\x30\x8d\x11\xf3\x54\x84\xb2\x5b\x03\x06\x11\x6e\x73\x45\x93\xaa\x23\xc6\x59\xa5\x96\x35\x07\x3c\xcd\xed\x52\x26\xf3\xcd\xbb\xdc\xb6\xe9\x4d\x32\x5a\x5c\xd2\xeb\xf7\xbf\xc8\x45\xf4\xf4\x93\x3c\x03\x00\x00\xff\xff\x38\x50\x35\x0c\x83\x01\x00\x00"), + }, + "/ibmcloud/network/vpc/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 127, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcb\x4d\x0a\xc2\x30\x14\x04\xe0\x7d\x4e\x31\xe4\x00\x56\xc1\x6d\xbc\x8a\xf4\xe7\x15\x1f\x34\x7d\x75\x5e\xdb\x8d\xe4\xee\x92\xe0\xc2\xc5\xc0\xc0\xcc\xb7\x0b\xd9\xcf\xc6\x8c\x4f\x00\x28\xef\x43\x29\xd3\xf3\x14\xba\xda\x8a\x84\xf8\x48\xb8\x5e\x6e\xf7\xf8\x3f\x6f\xb4\x53\x27\xa1\x37\x05\xe8\x90\x91\x7e\x1d\x70\x3b\x38\x4a\xb5\xb6\xc9\xea\x2f\x9d\xf7\x6e\xb1\xb1\x5f\x3a\x1d\x72\x6c\xa7\x12\x6a\x4a\xf8\x06\x00\x00\xff\xff\x80\xb5\xbf\x74\x7f\x00\x00\x00"), }, "/ibmcloud/network/vpc/vpc.tf": &vfsgen۰CompressedFileInfo{ name: "vpc.tf", modTime: time.Time{}, - uncompressedSize: 1794, + uncompressedSize: 2002, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x94\xcd\x6a\xeb\x30\x10\x85\xf7\x7a\x8a\x41\xc9\xe2\xde\x85\xbd\x28\x6d\x77\x59\xf5\x05\x02\x85\x6e\x4a\x11\x8a\xac\xba\x02\x45\x12\xfa\x71\xd3\x06\xbf\x7b\x91\xec\xda\x28\x0d\xc1\x4e\x9a\x5d\x07\x6c\xf0\x78\x7c\x46\x67\xbe\xc1\x52\x33\x2a\x1d\xec\x11\x80\xb1\xfc\x55\xec\x20\xc6\x0a\x1a\x6a\x4b\x26\x83\xf3\xdc\x12\x51\x21\x80\x4f\xad\x38\x61\x3a\x28\x0f\x2b\x90\x5c\xd5\xfe\xed\x5f\x2c\x4a\x79\x29\x9c\xff\x8f\x5a\x84\x16\x33\x02\x2d\xe0\x69\xfd\x30\xef\x13\x64\xb9\xd3\xc1\x32\x0e\x58\x6c\xb6\x44\x38\xd2\x18\x86\x01\xa7\x7b\x34\xa1\xe8\x96\xc3\x18\x2b\xc0\xcb\x7d\xf2\x58\x76\xf6\xda\x22\x96\x22\x80\x6f\x21\x52\x5b\x1d\x4c\xef\x38\x4f\x76\xc6\x3d\xad\x5d\xa6\x18\x0b\x63\xf2\x0c\xbf\xeb\xb0\x91\x82\x41\x4d\x3d\x7f\xa7\x1f\xee\x52\xef\x26\xc9\x91\x5e\x0e\x03\x3e\x4c\xc4\x89\x0c\xcc\xd2\x14\x46\x8c\x68\xd2\xb4\x3a\xc5\xa2\x57\x2c\x96\xfb\x8c\xf9\x73\x52\x2a\x85\xaa\xf8\xee\xa5\xfd\xa5\xb1\x02\x34\x86\x41\xf6\x6e\x64\x5d\xc6\x6b\x58\xc8\x1f\x02\xc7\x4f\x76\x06\xa9\xc7\xb0\x51\xdc\x5f\x4c\xc8\x25\x19\x0c\x98\x69\xe5\xad\x96\xc4\x48\xaa\xf8\x6c\x30\x27\x11\x75\x3d\x8a\xbe\x43\x91\x3a\xcc\x06\x75\x38\xc8\x09\xc8\xa6\xc1\x9b\x89\x71\x22\x50\x80\x7c\xd5\x8f\xb5\xc9\x2b\xca\xfc\x31\x93\xeb\x4e\xe2\xb5\xa7\x92\x08\xd3\xdc\x12\x5a\x55\x96\x3b\x37\xfc\xef\xf0\xcd\xdd\x3d\x8e\x5b\x74\x0a\xf0\xd6\x04\x7f\x2d\xb4\x49\xfb\x0f\xea\x35\xa0\x7e\x05\x00\x00\xff\xff\x76\xd5\xcf\xd3\x02\x07\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x54\xd1\x8a\xdc\x20\x14\x7d\xf7\x2b\x2e\xee\x3e\x24\x65\x93\x87\xd2\xf6\x2d\x4f\xfd\x81\x85\x42\x5f\x96\x45\x1c\x63\x53\xa9\x51\x51\x93\xdd\x76\x98\x7f\x2f\x6a\x66\x06\x43\x9a\xcd\xcc\x14\x4a\x85\x19\xc8\xf5\x7a\xee\xbd\xe7\x1c\x95\x9a\x51\xe9\x60\x8f\x00\x8c\xe5\xdf\xc4\x2b\x00\x40\x03\x23\xb5\x35\x93\x83\xf3\xdc\x12\xd1\x22\x80\x5f\x5a\x71\x47\xa8\x94\xd0\x40\x2b\x9c\x17\x8a\xf9\x82\x69\xc5\xa8\x2f\x42\x72\xda\xef\x69\x38\xf1\x00\xe7\xc8\x8b\xb6\x3f\xb8\x2d\x4b\x74\x40\xe8\xee\x82\x85\xee\xe0\xeb\xe3\xe7\xcb\x8e\x20\xcb\x9d\x1e\x2c\xe3\x80\xc5\xae\x27\xc2\x91\xd1\x30\x0c\x38\xfe\x87\x09\x15\xed\x39\x9c\x57\x03\xf8\x7e\x1f\x09\xa8\xd3\xec\x87\x2a\xa4\x22\x80\x23\x10\xe9\xac\x1e\xcc\xc4\x47\x1e\x4c\xb4\x78\xda\xb9\x0c\x31\x24\x86\xe0\x15\xf3\x3e\x0e\x3b\x29\x18\x74\xd4\xf3\x17\xfa\xd3\xdd\x3a\xbb\x89\x70\x64\x82\xc3\x80\xe7\x81\xc0\x08\xd3\x83\xf2\xd0\x80\xe4\xaa\xf3\xdf\x8b\x44\xc6\x49\xeb\x12\x6d\x22\x2d\x01\x57\x13\x70\x75\xdc\x3e\xc1\x3c\xc5\x2a\xb5\x50\x2d\x7f\x7d\x3e\xfc\x25\x7e\x01\x46\xc3\x20\xdb\x3b\x8b\x5e\x87\xdf\xc9\xb7\x59\xd2\x5a\x6f\x57\x88\xf6\x65\xd8\x29\xee\x6f\x16\xcb\x45\x18\x0c\x98\x69\xe5\xad\x96\xc4\x48\xaa\xf8\xa2\x46\xf3\xdb\xb6\x24\xd2\xaa\x5c\xa9\x56\x35\x55\xaa\x62\xa5\xea\x7e\x3f\xc7\x7d\x53\xb5\xb9\x2c\x1b\xf4\xdb\xa6\xe4\x85\x9a\xce\x41\xff\x38\x44\x78\xe3\xb2\x3b\xb0\x54\x29\xcf\xa8\xf3\xcf\xa7\x08\x54\x6c\x49\xad\xdf\xc5\x46\x1e\xd6\x5b\x2a\x9f\xd3\x48\x5e\x7b\x2a\x89\x30\xe3\x07\x42\xdb\xd6\x72\xe7\xc8\x51\x76\xfc\xfe\xe3\x27\x1c\x9c\xb9\x66\x9a\xde\x0c\xfe\x2d\xbb\x4c\x4f\xf1\xd5\x76\x89\x35\x32\xa3\x24\xc4\xff\xdc\x28\x0b\x43\xfc\x6b\xa3\x2c\xb4\xb4\xdd\x28\xbf\x03\x00\x00\xff\xff\x3a\x08\x16\x39\xd2\x07\x00\x00"), }, "/ibmcloud/variables-ibmcloud.tf": &vfsgen۰CompressedFileInfo{ name: "variables-ibmcloud.tf", modTime: time.Time{}, - uncompressedSize: 2123, + uncompressedSize: 2826, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x55\x4d\x6f\xdb\x46\x10\xbd\xf3\x57\x3c\xd0\x17\x1b\x70\x84\xa6\x0d\x7a\x30\xe2\x43\xea\xba\xa8\x0e\xa9\x8b\xd8\xb7\x38\xa0\x97\xe4\x88\x1c\x78\xb5\xcb\xee\x0e\xf5\xd1\x24\xff\xbd\x98\xa5\x2c\x33\xb1\x54\x58\x88\x79\x30\x8c\xdd\x9d\x37\x6f\xde\x9b\x19\x1d\x3d\xef\xcb\x8e\x70\xe3\xbb\x57\x96\x16\x64\x31\xf7\x75\x6f\x09\x0b\x13\xd8\x94\x96\x22\x8e\x03\xfd\xd3\x73\xa0\xfa\x24\x7b\x2e\x5e\xf6\x10\x8d\x9c\xcb\x79\x65\x7d\x5f\x17\xa6\xe3\xe2\x9e\xd6\x39\x3e\x67\x80\xac\x3b\xc2\x39\xa2\x04\x76\x4d\x06\x1c\xe1\xe6\xea\xf7\xab\x33\x5c\xf7\x5d\xe7\x83\x50\x0d\xef\x20\x33\xfc\x34\x79\xfd\x26\x5d\x47\x72\x91\x85\x17\x04\xe0\x1c\x12\x7a\xca\x80\x9a\x62\x15\xb8\x13\xf6\x0e\xe7\xc8\x6f\x5a\xc2\xf4\xdd\x7b\xbc\xfb\x7b\x8a\x7b\x5a\x63\xe6\x03\x4c\x2f\x2d\x39\xe1\xca\x08\xbb\x06\x4b\x96\x16\xd3\xdf\xde\xe3\x42\x39\xe9\xcb\x38\xc9\xb3\xaf\x3b\x09\x97\xde\x4b\x94\x60\xba\x82\x5d\x14\xe3\x2a\x2a\x94\xf6\xa8\x80\xcd\x37\xaa\xe3\x3b\x46\xd3\x4d\xe0\xf0\x5c\xf9\x48\x4b\xd8\x02\xc3\xf9\x9a\x26\xb8\x5c\x99\x79\x67\xe9\x0c\x77\xe5\xea\xe7\xfa\xd5\x9b\xd5\xeb\x5f\xef\xf6\x91\xaa\x38\x16\x55\x70\x87\x90\x50\x59\x2e\x3e\xfc\x05\x3f\xc3\xc5\xf4\x1a\xbc\xe5\xe4\xd1\x47\xda\x5b\x7e\xa0\x86\xfd\xc1\x89\xc4\x84\x86\x64\x24\xf1\x00\xb3\xad\xbd\xb2\x7d\x14\x0a\x7b\xb3\xce\x8d\x5e\xbf\xb4\xe2\x03\x6a\x92\xfb\x38\x9e\x1c\xa6\xf8\x86\x91\x59\x18\xb6\xa6\x64\xcb\xb2\x2e\xfe\xf5\x8e\xe2\x2e\x5a\x96\xa3\x1c\x0f\xdc\x4e\x76\x0b\x34\xc6\x41\xc2\x01\x3b\x2c\x5b\xae\x5a\x75\xa4\x0a\x64\x84\x46\xa4\xe3\x04\x1a\x66\xc9\x35\xd2\xaa\x87\xd2\x72\x4c\x79\x30\xef\xf5\x8f\x91\xaa\xdd\xbc\x2d\x2a\xdf\x3b\xd9\xab\x2d\xcf\x4d\x43\xc5\x8c\x2d\x75\x46\xda\x43\x9d\xd5\x38\x68\xa0\xd2\x54\x7e\x1f\xfe\xbc\xb8\xba\x46\x02\x4d\x19\x5f\x66\xd9\xf8\x94\xd4\xd8\x1f\x5b\x36\xb4\x92\x60\x0a\x31\xcd\xe1\x2e\xbd\x7d\x7b\x79\xf5\x47\xf6\xc8\x03\x97\x8a\x35\xea\x68\x45\x55\x0d\x4a\x82\xe9\x3a\xcb\x54\x3f\x1a\xa7\xfd\x1e\x7d\x1f\x2a\x8a\x93\xec\xb1\xcb\x3e\x22\xbf\xa7\xf5\xd9\xc2\xd8\x9e\xf2\x53\xe4\x33\xef\xcf\x4a\x13\x72\x7c\xba\xcb\x34\x9b\x72\x98\x99\xde\x0a\xce\xf1\xf1\xd3\x1e\xfb\xba\xbe\xb4\x1c\xdb\x42\x57\x87\x50\xb3\x67\x93\xee\x70\x6e\x33\x73\xd8\x00\xe8\x1e\x7c\xc0\x38\x05\xb1\xb4\x14\x30\x75\x42\xc1\x19\x0b\x1f\xb4\xe0\xf4\x7f\xfe\x0d\xaf\x7c\x7c\xfc\x3f\xfb\xfa\x97\x74\xbd\x30\x96\x6b\x93\x58\x7c\x4e\x07\x40\xe5\x5d\xcd\xe9\x64\x70\xe1\x11\x10\x5f\xbe\xe8\xe4\x8e\xe1\x01\x0a\xc1\x87\x62\x4e\x31\x9a\x86\x1e\x4a\xd9\x2b\x06\x92\xb6\xc3\x48\x94\x84\xdb\x2d\xf8\x6d\xae\x25\xdd\x6e\xe1\x6f\xf3\xc9\x90\xe1\xeb\xde\xbd\x37\x18\x58\x34\xc1\xf7\x5d\xe1\xcc\x9c\x9e\xa3\xf4\x93\xb6\x51\xba\x1a\x3c\xcc\x2c\x6d\x1b\x03\x09\xf7\xc9\x42\xc4\x74\x33\xda\x1c\x11\x49\x4e\xc7\x97\x7a\x96\x36\xa2\xb5\x43\xb3\x49\x6b\x04\xb4\xe2\x98\x7e\xd4\xbe\x45\xce\xbc\x1a\xba\xe4\x48\x30\x70\xb4\xfc\x3e\xf1\x92\xad\x55\x89\x1e\x1a\xb6\x8f\x8a\xb1\xcd\x54\x4f\x9e\x74\x64\xae\xe3\xfd\x5f\x00\x00\x00\xff\xff\x37\x52\x38\x3b\x4b\x08\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\x4d\x6f\xdb\x46\x14\xbc\xf3\x57\x0c\xe8\x8b\x0d\xc8\x42\xd3\x06\x3d\x18\xf1\x21\x75\x5d\x54\x87\xd4\x45\x6c\xa0\x87\x38\xa0\x97\xe4\x93\xb8\xf0\x72\x97\xdd\x7d\x2b\x59\x4d\xf2\xdf\x8b\x47\x52\x34\x63\x9b\x86\xd5\xa6\x40\x75\x10\x84\xfd\x98\x37\x33\x3b\xfb\x56\x07\x2f\xfb\x24\x07\xb8\x72\xcd\xb1\xa1\x35\x19\xd4\xae\x8c\x86\xb0\x56\x5e\xab\xdc\x50\xc0\xa1\xa7\x3f\xa3\xf6\x54\x1e\x25\x2f\xc5\x4b\x76\xbb\x91\xea\xbc\x2e\x8c\x8b\x65\xa6\x1a\x9d\xdd\xd2\x36\xc5\xa7\x04\xe0\x6d\x43\x38\x45\x60\xaf\xed\x2a\x01\x0e\x70\x75\xf1\xf3\xc5\x09\x2e\x63\xd3\x38\xcf\x54\xc2\x59\xf0\x12\xdf\xcd\x5f\xbd\x6e\xa7\x03\xd9\xa0\x59\xaf\x09\xc0\x29\xd8\x47\x4a\x80\x92\x42\xe1\x75\xc3\xda\x59\x9c\x22\xbd\xaa\x08\x8b\xb7\xef\xf0\xf6\xf7\x05\x6e\x69\x8b\xa5\xf3\x50\x91\x2b\xb2\xac\x0b\xc5\xda\xae\xb0\xd1\x5c\x61\xf1\xd3\x3b\x9c\x09\x27\x59\x19\xe6\x69\xf2\xe5\x49\xc2\xb9\x73\x1c\xd8\xab\x26\xd3\x36\xb0\xb2\x05\x65\x42\x7b\x24\xa0\xff\x8c\x74\x3c\x60\xb4\xe8\x37\x76\xcb\x85\x0f\x57\x84\x01\x18\xd6\x95\x34\xc7\xf9\x9d\xaa\x1b\x43\x27\xb8\xc9\xef\xbe\x3f\x7e\x7d\xf7\xea\xc7\x9b\x29\x4e\x85\x0e\x59\xe1\xed\x3e\x1c\xc4\x95\xb3\xf7\xbf\xc1\x2d\x71\xb6\xb8\x84\x1e\x28\x39\xc4\x40\x93\xea\x3d\xad\xb4\xdb\xbb\x10\x2b\xbf\x22\x1e\x39\xdc\xc1\x0c\xd2\x0b\x13\x03\x93\x9f\xac\x5a\x2b\x99\xfe\xd6\x86\x77\xa8\xad\xdb\x87\xe1\x68\x2f\xc3\x7b\x42\x6a\xad\xb4\x51\xb9\x36\x9a\xb7\xd9\x5f\xce\x52\x78\x8a\x95\xd1\x81\x0f\x3b\x6a\x47\x4f\xfb\x33\xc6\x41\x8b\x03\x6d\xb1\xa9\x74\x51\xc9\x81\x14\x9e\x14\xd3\x88\x73\x98\x43\xb6\x19\xb2\x2b\xae\xe4\x08\xb9\xd2\xa1\xad\x83\x3a\xca\x97\xe2\xa2\xea\xd7\x66\x85\x8b\x96\x27\xad\xdd\x38\x7f\xfb\xdf\x2a\x61\x87\xc6\xbb\xb5\x0e\xbb\x13\xef\x4a\x86\x39\xfe\x68\x7f\x0c\xd9\x0b\x50\x9e\x7a\xb1\x25\xf2\x6d\x2f\xb8\xa8\xb4\xa5\x63\xb9\xbd\xae\x21\xaf\xd8\xf9\x19\xf2\xc8\x9d\xe6\x41\x51\xe1\x2c\x7b\x67\x82\x6c\xd2\x1e\xa1\xeb\x18\x72\xb9\xb5\x5d\x7a\x15\xd8\xc7\x82\xa3\x27\x1c\x86\x98\x5b\xe2\x30\x83\x77\x51\x16\xcc\x50\x52\x29\x9d\x80\x4a\x54\x2e\xc8\x0c\x71\x31\x3f\x9a\xb4\x4c\xd7\x6a\x45\xd9\x52\x1b\x6a\x14\x57\xfb\xde\x05\xd9\x07\xd9\x28\xc6\x88\xc2\xf7\xbf\x9e\x5d\x5c\xa2\x05\x6d\x2b\x7e\x9b\xee\xec\xda\xa2\xca\xfc\xbb\xee\xdc\x47\x68\x30\x28\x6b\x0d\x9a\x8c\x46\xad\x9a\x5d\x3c\x9e\xc8\xc7\x3d\xa7\x2e\xbd\x12\x57\xb7\x7c\xe8\xfe\x54\xf2\xfb\x03\x46\x63\x94\xa5\xf6\xd2\x4a\x8f\x96\x22\x4b\x15\x0d\xf7\x34\x3e\x7c\x7c\x3e\xe7\xff\x0f\x25\x75\x13\xf9\x1f\x68\xa0\x3b\xf6\x2a\x63\xb5\xda\xff\x72\xbe\x79\x73\x7e\xf1\x4b\x32\xe2\x7d\x2e\x58\xa3\x8e\x2c\xa8\xc2\x33\x27\xa8\xa6\x31\x9a\xca\x7b\xd6\xd2\xaf\x83\x8b\xbe\xa0\x30\x4f\xee\xbb\xe4\x07\xa4\xb7\xb4\x3d\x59\x2b\x13\x29\x9d\x21\x5d\x3a\x77\x92\x2b\x9f\xe2\xe3\x4d\x22\xd5\xee\x75\x3d\xa3\xa9\x89\xb9\xd1\xa1\xca\xe4\xe5\x63\x5a\x4d\xfc\x11\x78\xe2\x1e\xf5\x6f\x06\x7a\x00\xb9\xe9\x3b\x8c\x19\x48\x73\x45\x1e\x0b\xcb\xe4\xad\x32\x70\x5e\x04\xb7\xbf\xd3\xaf\x78\xa5\xe3\xe1\x67\xfe\x6e\xfc\xd0\x4e\xaf\x95\xd1\xa5\x6a\x59\x7c\x6a\x07\x20\xb1\x2c\x75\x3b\xd2\x9d\xc2\x3d\x20\x3e\x7f\x96\x97\x67\x0c\x0f\x90\xf7\xce\x67\x35\x85\xa0\x56\xb4\x93\x32\x69\x06\x5a\x6f\xbb\x9e\x9e\x13\xae\x07\xf0\xeb\x54\x24\x5d\x0f\xf0\xd7\xe9\xbc\xab\xf0\x65\xf2\xdd\xee\x0e\x30\x5b\x79\x17\x9b\xcc\xaa\x9a\x5e\xe2\xf4\xa3\xd8\x08\x5d\xd9\xdc\x3d\x3a\x34\x04\x03\x2d\xee\xa3\x07\x1d\x8b\xfe\x6d\xd2\x01\x81\x78\x36\x9e\x94\xb1\xb6\xf5\x1b\xd3\x85\x8d\x2b\xc5\xa0\x3b\x1d\xda\xb6\xfd\x35\x72\xe2\xe4\x40\x37\x3a\x10\x14\x2c\x6d\x1e\x16\xde\x68\x63\xc4\xa2\x5d\x60\x63\x10\x8c\xa1\x52\x39\x7f\x94\xc8\x54\x9a\xed\xdf\x01\x00\x00\xff\xff\x4b\xf3\x4c\x26\x0a\x0b\x00\x00"), }, "/install.openshift.io_installconfigs.yaml": &vfsgen۰CompressedFileInfo{ name: "install.openshift.io_installconfigs.yaml", modTime: time.Time{}, - uncompressedSize: 108266, + uncompressedSize: 119623, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x6b\x73\x1b\xb7\xb6\x26\xfc\x3d\xbf\x02\xe5\xfd\xc1\xc9\x79\x4d\xca\x76\x2e\x3b\xdb\x75\xce\x79\x4b\x96\x1c\x9b\x63\x4b\xe6\x88\xb6\xf6\xd4\x4c\xe6\x38\x60\x37\x48\x62\xab\x09\x74\x1a\x68\xca\xcc\xaf\x9f\xc2\x02\xd0\x37\x36\x2e\xcd\x8b\xa3\x9c\x32\x53\x95\xb2\x48\x34\x1a\x58\x00\x16\xd6\xf5\x59\xdf\x8c\x46\xa3\x6f\x70\x4e\x6f\x49\x21\x28\x67\x2f\x10\xce\x29\xf9\x2c\x09\x53\x7f\x89\xf1\xdd\xcf\x62\x4c\xf9\xd9\xe6\xd9\x37\x77\x94\xa5\x2f\xd0\x45\x29\x24\x5f\xdf\x10\xc1\xcb\x22\x21\x97\x64\x41\x19\x95\x94\xb3\x6f\xd6\x44\xe2\x14\x4b\xfc\xe2\x1b\x84\x30\x63\x5c\x62\xf5\xb5\x50\x7f\x22\x94\x70\x26\x0b\x9e\x65\xa4\x18\x2d\x09\x1b\xdf\x95\x73\x32\x2f\x69\x96\x92\x02\x3a\xb7\xaf\xde\x3c\x1d\xff\x30\x7e\xf6\x0d\x42\x49\x41\xe0\xf1\x0f\x74\x4d\x84\xc4\xeb\xfc\x05\x62\x65\x96\x7d\x83\x10\xc3\x6b\xf2\x02\x51\x26\x24\xce\xb2\x84\xb3\x05\x5d\x8a\xb1\xf9\x73\xcc\x73\xc2\xc4\x8a\x2e\xe4\x98\xf2\x6f\x44\x4e\x12\xf5\xf6\x65\xc1\xcb\xbc\x7a\xa4\xdd\x46\xf7\x67\x06\xa9\x27\x38\xd1\xed\x2e\xa0\x6b\xf8\x3e\xa3\x42\xbe\xdd\xfd\xed\x1d\x15\x12\x7e\xcf\xb3\xb2\xc0\x59\x77\x50\xf0\x93\xa0\x6c\x59\x66\xb8\xe8\xfc\xf8\x0d\x42\x22\xe1\x39\x79\x81\xae\xd5\xeb\x73\x9c\x90\xf4\x1b\x84\x0c\x1d\x60\x38\x23\x33\xd3\xcd\x33\xdd\x51\xb2\x22\x6b\xac\xc7\x89\x90\x9a\xc3\xf9\x74\x72\xfb\xfd\xac\xf5\x35\x42\x29\x11\x49\x41\x73\x09\xd4\x6c\x8d\x16\x51\x81\xe4\x8a\x20\x3d\x80\xb2\x00\xf2\xa2\x05\x2f\x10\x66\xe8\x7d\x4e\xd8\x4c\xd1\xa4\xa2\x52\xd5\x63\x5e\xf0\x9c\x14\x92\x5a\x22\xe9\x0f\x4e\x53\x58\x75\x9c\x7d\x28\x4a\x21\x5f\x96\x2c\xcd\x48\xb3\x41\x67\x28\xe7\x7d\xed\xd5\x90\x30\x9a\xbe\xba\x1a\x11\x96\xf0\x94\xa4\xe8\x7f\x8d\x7f\x7c\xfa\x0f\x94\xa8\xf7\x2d\x68\x82\x25\x69\xf5\x88\xd0\x5c\x3f\x27\x57\x58\xa2\x7b\x9a\x65\x68\x4e\xd4\x50\x48\x8a\x24\x87\xd9\x31\x9e\x12\xf1\x18\x49\xf5\x12\x92\x36\x7b\x42\x42\xf2\x82\x8c\x5b\x1d\xca\xad\x5a\x02\x21\x0b\xca\x96\xcd\xc9\xd5\x87\xc1\x3d\xa3\xc7\x8a\xfe\xba\x15\x4a\xd5\x29\x20\x9a\xbe\x66\x0d\x49\x6a\x96\x0c\xf1\x05\x92\x2b\x2a\x50\x41\xf2\x82\x08\xc2\xf4\xb9\xe8\x4c\x8c\x2f\xd4\x32\xf0\xf9\xbf\x48\x22\xc7\x68\x46\x0a\xd5\x0d\x12\x2b\x5e\x66\xa9\x5a\xb2\x0d\x29\x24\x2a\x48\xc2\x97\x8c\xfe\x51\xf5\x2d\xec\xb4\x33\x2c\x89\xd9\x8c\xf5\x87\x32\x49\x0a\x86\x33\xb4\xc1\x59\x49\x9e\x20\xcc\x52\xb4\xc6\x5b\x54\x10\xf5\x16\x54\xb2\x46\x7f\xd0\x44\x8c\xd1\x15\x2f\x08\xa2\x6c\xc1\x5f\xa0\x95\x94\xb9\x78\x71\x76\xb6\xa4\xd2\x32\x81\x84\xaf\xd7\x25\xa3\x72\x7b\x06\xe7\x99\xce\x4b\xc9\x0b\x71\x96\x92\x0d\xc9\xce\x04\x5d\x8e\x70\x91\xac\xa8\x24\x89\x2c\x0b\x72\x86\x73\x3a\x82\xa1\x33\x60\x04\xe3\x75\xfa\xb7\xc2\xb0\x0d\xf1\x38\x66\x1d\xe6\x58\x90\x4b\xbe\xc6\xd4\xb7\x0e\x2f\xab\x46\x76\x87\xab\xc7\x50\xaa\xbf\x92\x1c\xdd\xaf\x68\xb2\xd2\x5b\x3f\x53\xbb\xa2\x30\x64\xed\x6e\x2d\x92\x71\xb6\x8c\xda\x1f\x73\xce\xa5\x90\x05\xce\x27\x6c\x9a\xe1\xc4\xb7\xef\x5f\x76\x9a\xba\x4f\xa1\x39\x78\x94\x2d\x11\x06\xb6\x91\x75\x37\xbf\xda\xdb\xe8\x9e\xca\x55\x3d\x00\x44\x19\xca\x75\xbf\xfa\x71\xe8\xaf\x3d\x89\xfe\x03\xac\x37\x48\xfd\xcc\x25\x15\x77\xdd\xdf\xfb\xd9\x49\xd5\xdc\xce\x45\xe2\x62\x49\x24\x4a\xd5\x57\x69\x41\x37\x04\xe6\x93\xf0\x82\x70\x31\x32\xef\x20\xc5\x4e\xdf\x0e\xe2\x22\x54\x90\xdf\x4b\x5a\x90\xb4\x3d\x9c\xd1\xce\x70\x7b\x96\x4a\x1f\xa0\xc6\x0f\x09\x5f\xe7\xa5\xf4\xad\xd0\x85\x6e\xe1\x5e\x18\xf5\xed\x1a\x27\x2b\x73\xc2\xb1\x84\x4e\x0b\x2a\xba\xeb\xa3\x1f\xd7\xbd\x01\x1f\x6a\xaf\x03\x95\x64\xbd\xb3\x04\xad\xa1\x5c\xe9\xb7\x4c\x39\xcf\x34\x6b\xcc\xd5\xbf\xf8\xa2\xf1\x7a\xae\x38\x9e\xa5\x69\x3a\xee\xf4\xe6\x5e\x6a\x84\x9a\x47\x73\xf7\x57\x35\x92\x05\x2e\x33\xf9\x02\xe1\x75\xfa\xd3\x0f\xbd\x0d\x9a\xfc\xbc\xd1\x9b\x25\x9d\x1a\x56\x51\x26\x40\x38\x41\x64\xeb\x8d\x88\x2f\x7a\xba\x44\x4d\xe2\xc2\x6c\xc7\xe8\x52\x8f\x03\xe6\x0a\x43\xe9\x4e\x52\x7d\x08\x2b\xd7\x7d\x93\x18\xa1\x47\x8f\x7a\xbf\x76\x4d\xca\xb9\x09\xd5\x67\xb5\x55\xd4\x5c\x15\x04\xa7\x94\x2d\xbd\x44\x7b\xc5\xf0\x3c\x23\x5d\x9e\xb2\x43\xb6\x37\xad\x1e\x51\x4a\x24\x29\xd6\xd5\xd5\xb1\x56\x07\x9c\x2f\x3a\xef\x75\xd0\x0d\xcb\x7a\x5b\x28\x46\xb7\xd2\x04\xd4\xd7\x62\x29\x69\x46\xff\x20\x15\x35\xd5\x12\xa9\xbd\x1c\xd3\x33\x6c\x31\xa2\xe7\x73\x14\xda\xbb\x69\x33\x42\x97\x54\xb8\x7e\xf4\x2e\x0d\xc8\x46\x21\x6a\x2b\xd9\xca\x6e\x4e\xf5\x80\xbe\x8a\xbb\x1b\xee\x17\x73\xc6\x8d\x88\xda\x4b\x94\x3c\xc3\xac\xfd\xdc\x93\xba\x57\xa0\x38\xce\xee\xf1\x56\x28\xd2\x3d\x5a\x63\x75\xcb\x3c\xaa\x7a\xee\xed\xd1\x32\x8a\x66\x9f\x42\x77\xca\x59\xb6\x55\x17\x32\x4d\x75\xff\x54\xa0\x47\xf7\xbc\xb8\x53\x7d\x0e\xa5\x53\x9e\x61\xb9\xe0\x45\xef\x82\xb5\x68\x35\x35\x0d\xd5\xdb\x76\x79\x60\x73\x94\x48\xc9\xd5\x4a\xa8\x72\x6d\x1f\xd8\x8a\xa6\xbb\xbe\x01\xfb\xb8\x94\xfa\xe0\x7b\xc7\x0f\x5d\x1e\xf4\xcf\x59\x3f\xd7\x2e\x05\x49\xd1\xfd\x8a\xb0\xe6\xa5\xba\x23\x72\xd5\x9f\xf3\x7f\xce\xfa\xc6\x19\x33\x56\x18\xef\x9a\x4e\x2e\xdd\x3f\x77\x47\x7d\x35\x99\x5c\xda\x71\x9f\x5f\x4d\xf4\x51\x36\x92\xde\x9c\xe8\xc1\xab\x43\xc8\x79\x57\xa0\x6b\x7f\xd4\xf3\x24\x79\xae\xe7\xc8\x12\x32\x46\x93\x85\xe2\xbb\x4f\xaa\x9e\xab\x4e\x95\x64\x63\x56\xc6\xdb\xa5\x50\xdb\xad\x20\x4b\x45\x44\x2c\x9a\x32\x93\x8b\x3e\x28\xb4\x01\xed\x87\xe2\xf5\x0d\xef\xaa\x08\x1e\x32\x4d\xce\xaf\x54\xfb\xbe\xe3\x3b\x39\xbf\x42\xf0\x9b\xe4\x8a\x5a\xde\x19\xd9\x0b\xdc\x12\x49\x2d\xe8\x82\x66\x5d\x56\x30\x46\xef\x08\xde\x10\x54\x32\x75\x71\x49\xee\xed\x73\xa5\x5a\x56\x9d\x2a\xd9\x46\xab\xab\xa4\x3d\x3a\xce\xd0\x96\x97\x05\x9a\x93\x15\xce\x16\x07\x13\xb0\xe0\x5c\xde\xf2\xac\xec\xe7\x7b\xbd\x34\x7c\x75\xf1\xfc\xa6\x7a\xaa\xa5\xa4\xa8\xce\xd0\x46\x7f\xaf\x48\xf4\xea\xe2\xb9\x77\xca\x96\x7c\xd5\x55\xd3\x62\xa1\x9e\x47\x63\xce\x0f\xbc\x80\xe7\x81\x16\xdd\xfd\xf1\x7e\x3a\x6b\x4d\x09\xaf\x79\xc9\xa4\x5a\xd7\xbc\xe0\x1b\xaa\x75\xb0\x40\x8f\x08\xba\x19\xa3\x0f\x4a\x3f\xa3\xa2\xc9\x79\x61\xe3\x6c\x73\x82\x28\x7f\xe6\x9b\xa0\xfa\xac\x29\xa3\xeb\x72\xfd\x02\x3d\x0d\x34\xd4\x0b\xad\xf4\xb2\x65\x8f\x40\xdc\xfc\xdc\xad\xc5\x5b\xb2\x3d\xbf\xb9\x1e\x44\x94\x0f\x2b\x82\xde\x5e\xcd\xd0\x1d\xd9\xb6\x75\x64\xcb\x54\x08\x4b\x8a\x6d\xee\xe7\x2b\xc8\xf0\x96\x57\x2f\x67\x66\x8b\x00\x67\x61\x1c\xba\xa5\x42\xd3\x17\x74\xee\x15\xb1\x12\x50\xb0\x47\x3b\x2c\x7b\x20\x71\x92\xc0\x7a\x35\x47\x38\xae\x74\xce\x94\x27\x62\x8c\xef\xc5\x18\xaf\xf1\x1f\x9c\x8d\x13\xbe\x3e\x3b\xff\xe7\xec\xd5\xc5\xf3\x33\xad\xea\x9e\x9d\x4f\x27\x37\x64\x41\x0a\xc2\x12\xa2\xfe\xf8\xf4\x9a\xc8\x57\x73\x61\xe4\x9d\xb7\x40\xbe\x49\x3a\x5e\xc9\x75\xff\x8d\xde\x98\x6b\xcc\xe9\x43\x60\xcb\xf9\xc3\x7b\xf6\x50\x77\x39\x66\xf4\x8f\xf6\xb1\x53\x3d\x58\xce\x63\x4e\x1f\x75\x5f\x4b\xf6\xb3\xa4\x73\x3a\xdf\x4a\x22\xd0\xb7\xaf\xe9\xcb\xef\xfe\x84\xdd\x08\x2d\x07\x6d\x44\x75\x72\x9a\x33\x87\xa3\xd4\x9a\x79\x68\x1a\x91\xcb\xd2\xaf\x2c\xb6\x3f\x23\x20\xbc\xb7\x81\x7a\x5b\x90\x43\xef\x68\x97\x3d\x8d\xa2\xef\x37\xc3\x51\x77\x28\xd5\xbc\xd2\xa1\x4b\x3f\xa1\xc8\x72\x8c\xd6\x3f\x8c\x32\xa5\x83\x1f\x7a\xc5\xfc\xc1\x99\x9f\x4f\xb7\x66\xf0\xbf\x39\xa8\x1e\x02\xcc\xa3\x60\xc0\xda\x60\x9a\xe1\x39\xcd\xa8\xdc\xea\xbe\x8c\xba\x8c\xfd\x7b\xdc\x9e\x7e\x4f\xa3\x5e\xdd\x79\x8f\x19\xda\x66\xb8\x28\xf0\xd6\xd1\x2a\xb8\xd6\xf8\x0f\x87\x0a\x8d\x76\x64\xbd\x3f\x1a\xea\x71\x58\x46\x75\x0e\x9b\x33\xdd\xd5\x21\x52\xaa\x61\xfd\x94\xb3\x73\xf9\x86\x0b\x19\x2f\x45\x74\x1e\x0c\x12\x77\xce\x79\x46\x3c\x6b\xce\x45\xbf\xb1\xc9\xf1\xfe\xf7\x33\x30\x36\xb5\xf8\xa8\xe4\x05\x5e\x92\xda\x6e\xa6\xc4\xdf\x23\x48\x21\x29\x15\x77\xf5\x74\x67\x44\x4e\xbc\x7c\x65\x67\xa8\x97\x3b\xcf\x5f\x6a\x43\x8e\xb5\x7b\xa2\xc9\xa5\xcb\x12\xd2\x1d\x47\x63\xc1\x94\x54\x7f\xac\x4b\x4c\x75\xad\xee\xa5\xd7\x2f\x07\xcf\x4c\x3f\xd6\x7b\xa1\xc1\x80\x23\xae\xb2\xd7\x2f\x43\x6c\x5f\x29\x8d\x58\xc2\xb5\xf4\xbd\x5f\x26\x3d\xc9\x4d\xa7\x26\xf2\x61\xe8\x6d\x77\x69\x1e\xea\xbd\xf1\x54\x8f\x4a\xc2\xf4\xeb\x29\xea\xa3\x05\x4f\x6d\x89\x47\xb8\x20\x68\x26\x31\x4b\x71\x91\x7e\x7a\x77\x33\x7b\x82\xa6\x05\x59\xd3\x72\xad\xff\xb0\x3f\xcd\x66\x97\xea\x8b\x60\xdf\xbf\x80\x45\x16\x0c\x1c\xc6\x98\x01\x16\x4a\xad\x2b\xee\xbc\xb8\xf1\xaa\x60\xcf\x98\xa5\xdd\xd1\xb4\xcc\x4e\xf1\x7d\xb9\x0c\x4b\xcd\xcf\xa8\x45\x94\x60\xe3\xf8\x97\x8f\x06\x92\xf4\xa8\xe2\x49\x7d\x28\x1f\x86\x0c\x82\xf5\xbd\x35\x4c\x0a\xa9\x16\xe6\x72\xf6\xe9\xd6\x77\x74\xff\x0a\xb2\x08\xcc\xe8\xff\x3c\x7a\xf6\xe8\x09\x7a\xf4\x5c\xfd\xef\xfb\x47\xff\xf7\xaf\x22\x9f\xcc\x71\x41\xd6\x44\xe2\x2c\x4a\x46\x79\x89\x0b\x72\xa5\x5a\x1f\x47\x4e\x51\x2f\x47\xf0\x76\xd7\x8e\x09\x8e\x7f\x99\xe4\x51\x23\x7f\x7d\x31\x3d\x8e\xfd\xef\xf5\xc5\xf4\x00\xc1\xea\xe1\x8a\x33\x97\x7f\x9d\xbb\xbe\xd7\x39\xd3\xfc\xac\xf1\x67\x7d\xd7\xff\xf4\xe3\x8f\xdf\xff\x14\x2b\x18\x3c\x0b\xb5\x8c\x97\x0c\x2e\x1f\x92\x64\x90\xa7\x23\x61\xd8\x2d\x5c\xc0\xea\x6f\x91\x36\x6f\xf9\x60\x9f\x3e\x29\x00\xac\x3c\xd0\x65\x68\x09\xe3\xee\x6c\xdd\x57\x54\x33\x33\xab\x63\x89\xbb\xb5\x10\xfd\x96\x6c\x07\x2d\xdd\xab\xe6\x93\xad\xf5\xab\x2c\x6c\x1c\xcd\xc3\x6b\xd7\x31\xbd\x69\xa3\x99\x5a\xf9\xc0\x93\xb1\x87\x1c\x55\xd6\xc2\x70\xbb\xce\x14\xdf\x5e\xcd\xde\x6a\x93\x9e\xd2\x50\x8c\x31\x0d\xfc\xae\x30\xc7\xb7\xc4\x75\x05\xb5\x3f\xda\x0c\x5f\x59\xf6\x6a\x92\x87\xa6\x38\x74\x9a\x30\x55\xb2\xbd\x71\x38\x63\xfb\x3e\xed\xf9\xea\x67\xfb\x7c\x0a\x6f\xaf\xc2\x92\xae\xfd\x28\x9a\x41\x3f\x75\x64\x89\x21\x97\x71\xb5\x08\x24\x79\xcc\xdc\xd1\x90\x9d\x6c\x3f\x19\x4f\xe0\x96\xdb\x8b\x02\xef\xcc\xc3\x96\x04\xea\x0a\xcd\xaa\xef\xc2\x3c\xdd\x7e\x1a\x33\xb7\xc4\x20\x9f\xa9\x90\xe2\x64\xd3\x76\x39\x7c\xfb\x3e\x51\x4e\xe0\x04\xe2\x18\x03\x4c\xbf\xf9\x59\x63\x86\x97\x24\x6d\xea\xe5\x15\x17\xd0\xa7\x7c\xe1\xf1\xf7\xf6\x8e\xb3\xad\xe6\x9f\x8c\x76\x79\xc1\x95\xb0\xe5\x77\x52\xb6\x06\xd6\xf2\x0c\xdb\xa7\x2d\x15\xc1\x86\x01\xff\x32\x3f\x45\x4f\x98\xb2\x9e\x33\xd3\xdc\x3d\x55\xf4\x47\x74\x97\xc6\xdf\x7c\x7b\xd5\x1c\xe7\x02\x31\x2e\x91\x20\xf2\x44\x24\x8d\xd1\xea\xec\x67\x64\x59\x56\x54\x5b\x7b\x18\xa3\x1a\xab\xed\x1c\xd1\x30\x4a\x71\xb4\x1f\x7d\x95\xcc\x48\xb1\xa1\x09\x39\xd7\x4e\x9a\x3d\x2f\x96\x76\x27\x76\xf7\x08\xfd\x6d\xd4\xc2\x58\x27\xd1\x9c\xa8\x3d\xd2\x3c\x63\xcd\x53\xa8\x56\x63\x37\xfa\xb1\xff\x63\x1f\x5f\xd2\x0d\x61\xf6\x26\x07\xff\x16\x9e\x0b\xc2\x8c\xf3\xdc\xc4\x84\x45\xf5\xf8\x8a\x2d\x29\xab\xfc\x60\x76\x7a\xd5\xd0\xa9\x30\x0a\xe5\x8c\x90\xca\xbd\x95\x64\xbc\x4c\xc7\x4b\xce\x97\x19\x01\xdf\x96\x89\x06\x01\xbf\xd7\x19\x4e\x12\x22\xc4\x99\xe9\x69\x64\x7a\x12\x7f\x33\x8d\x3e\x11\x78\xe3\x27\xf3\xfb\x27\xf3\x7b\xf4\xf4\x53\x22\x31\xcd\x84\x52\xd6\x1a\x0e\xbc\xee\xc0\x63\x4e\xce\x80\x53\x13\xb9\x07\xe3\xcc\x25\x97\x0f\xcc\x5c\x02\x8a\xe8\x30\x63\x09\x7b\x56\x89\xba\x23\x9f\xea\xf3\x57\xb0\x95\xfc\x55\xec\x22\x74\xbe\x86\x83\x17\x65\x5c\x98\xbc\xbc\xba\x50\x8d\x8f\x63\x15\x99\xbc\xbc\x42\xd0\xdd\x21\x1e\x9c\xf9\xf0\x08\x90\x97\x75\xf8\x47\x4c\x7c\xeb\x63\xff\xbd\x3b\xaf\xa3\x46\x8e\x61\x9e\x38\x96\x6e\x66\x66\x76\x71\x73\x5d\x69\x31\x10\x45\x1d\xe4\x60\xea\xe1\x69\xc1\x25\x49\x24\xe2\x85\x0e\xce\xac\xbe\xb8\x50\x6f\xe0\xc8\x5c\x62\xc2\xc8\x7a\x31\xea\x1e\x50\xd5\xb8\xf7\x1b\xd2\x9d\x0e\xa2\x90\x36\x7c\x8e\xa4\x4f\x10\xb6\xb1\x14\x61\x29\xd4\x21\x7d\xb6\xc2\x27\x8e\xa3\x34\x9f\x98\x71\x9a\xd5\xba\x9d\x4d\xea\x20\x22\x1d\x93\x75\x70\x88\xd4\x9e\x7c\x10\x12\x28\xdc\xbc\x50\x91\xd6\x4b\xd9\x46\x80\x64\x2b\x14\xf7\x2f\xc3\x18\x33\x3a\xdf\xd0\xc2\x29\xe6\xb5\x35\x48\xdd\xf6\x38\x6c\xd1\xbc\x78\x6f\x4b\x31\xa4\x72\x49\x9c\x38\xad\xaf\x6d\xcb\x6b\x4e\xd8\x4c\xb5\x3e\xce\xe0\xab\xee\x0e\x8a\x1d\xad\xf2\xa2\xae\x89\xbc\xe7\xc5\xdd\xe4\x32\x7e\x07\x9f\xf7\x3c\x0c\xf6\x3f\x4c\x99\x40\xea\x0f\xb5\xa3\xab\x46\xde\xdd\xc6\x74\x0f\xa2\xb5\x9b\x9f\x28\x7a\x14\x04\x11\x9c\xac\x90\x56\x00\x4d\x0e\x13\x49\xd5\x4e\xff\xf8\x71\x72\xe9\xed\x75\xf3\x83\x31\xf2\x8e\xd1\x79\x96\xf1\x7b\x92\xaa\xf1\x14\x44\x08\x94\x63\x5a\x08\x74\xcf\xd9\x63\x25\xdf\x9b\x08\x4a\x90\xef\xfd\xa7\x62\x45\x1a\x53\xaa\x86\xfd\x50\xce\x5a\x73\x45\x67\x24\x29\x0b\x2a\xb7\xaf\x0b\x5e\xe6\xfb\xad\x6b\xb7\x8b\xee\xea\x7a\x27\xd5\x20\x93\x30\xfd\xe8\x5c\x48\xef\x22\x7b\xbb\xec\xdb\x00\x8d\x45\x7e\x30\x8b\xb0\x47\xb0\x6c\x64\xa4\x6c\x15\x09\xeb\xa7\x53\x4f\x94\x2c\x44\x67\xd6\x81\xb4\x4a\x50\x20\xf9\x8a\xac\x49\x81\x33\x30\x05\x05\xba\x8c\x32\x6a\xc4\xca\x5e\x0f\x25\x96\x11\xdd\x18\x8d\xef\x68\x7e\x9a\x93\xc4\x2a\x0e\x1b\x66\x84\x46\x1c\x14\x55\x76\x86\x19\x29\xae\x04\x57\x40\x1f\xf6\xce\xd6\x16\x8d\x04\x84\x94\xe4\x19\xdf\x92\xd4\x46\xfd\xc6\x75\x0b\x5e\x29\x13\x18\xfc\x04\xe1\x2c\x6b\x6c\x75\x2b\xa4\xda\x9e\x5b\xb7\x67\xb0\xe7\x0b\xca\x52\x52\x54\x76\x8a\x9d\x29\x07\x3a\x88\x60\x3c\x68\x1f\x5b\x86\x9f\x01\x3d\xa8\xc0\x54\x01\xe9\xc4\x70\x87\x4c\x79\x46\x13\xaf\xb2\xd5\x3e\xf5\xdd\x27\x77\x22\xca\xeb\xcc\x07\x2f\xd5\x74\x47\x08\x7a\x6a\x84\xa6\x9b\xeb\x0c\xf6\x4b\x2b\xcf\xd2\x24\x4d\x7b\xfb\x6c\xa4\x4b\xb6\xd3\x06\x1f\x09\xbe\x90\x23\xcc\x24\x1d\xe1\x05\xe0\x13\x6c\x7b\x33\xa7\xec\x27\xe4\xc4\x74\x64\xb6\xd5\x3f\xdb\xb7\xf8\x97\x1a\x06\x15\xd3\xb2\x35\xf2\x88\x3e\x23\x9b\x47\x6d\xf1\x41\x8a\xdd\x2f\x19\xde\xf0\x02\x3c\x2c\x4d\x06\x5a\x0b\xda\xd7\x7c\x83\xd1\x02\x5a\x45\x84\x31\x3f\x1b\xff\x99\x61\xcc\x01\x35\x10\xf8\x66\x50\x34\xad\x99\x5e\x80\xa1\xb6\x19\xa6\x5f\x8e\x8b\x67\xa6\x9a\xe0\x31\x39\x19\x43\xd8\xe8\x97\x94\xdd\x42\x6c\xd3\xcb\x11\xc3\x0a\x63\xb4\x9e\xfb\xfe\x78\x5a\x2e\xbf\xf5\xe8\xb8\x51\x4a\xa2\x39\xdb\xc0\x3d\xc5\x75\x0d\x58\x12\x31\x8f\xf3\xdd\x67\x6b\x25\x02\x57\x1b\x1e\xc6\xe8\xdf\x30\xa6\x23\xad\x42\x68\xd8\x14\xcd\xc9\xc1\xb3\x4a\xee\xb3\x6d\xa5\xc4\x55\x6c\x5c\x6d\x56\x6f\xaf\xff\xe2\x94\x69\xc9\xb8\xdd\x7f\x75\x7e\xc0\x31\x68\x7d\x15\x30\x4a\x9b\x92\xe8\xed\x97\x17\xd5\x60\xe6\xdb\x9a\x29\x35\x21\x4e\xfc\x49\x8d\x5f\x58\x69\x2c\x25\x9f\x52\xc6\x28\x5b\x0e\xbc\xa1\xcf\xbb\x4f\xb6\x38\x71\xae\xbf\x92\x1c\xde\xb0\xc6\x92\x26\x38\xcb\xfc\x61\x1d\x90\x01\xb9\x22\xe8\x62\xfa\x11\x62\x8b\xae\x3f\x5e\x9d\x23\xca\x92\xac\x84\x9c\xf5\x5c\xbf\xcc\x3a\x5e\x57\x5c\xc8\x28\xa5\xbd\x4e\x53\xfd\xa7\x3a\x3a\xea\xab\x05\x25\x19\x18\xd8\xf9\x9a\x4a\xd9\x4e\x28\x0b\x6f\x9d\x39\x41\x8f\x18\x67\xe4\xc0\xab\x9d\xf9\x79\xdf\x08\x15\x44\x09\x69\x9f\x30\x4b\x3f\xe5\x5e\x0d\x27\x6a\x3f\x24\x79\x19\xbd\xb6\x6a\x05\x9a\xab\x79\x7b\xa5\xbe\x3a\x86\xfa\x97\xf0\x62\xa0\xfa\x71\xa1\x9e\xa8\xe2\x28\xca\xf5\x9c\x14\x8a\x6f\x40\x47\x28\x27\x05\x12\x3c\xb9\x8b\x71\xb8\x7f\xe0\x12\x67\x6a\x1e\xd0\xdb\xb7\x33\x78\x4c\xa0\x7f\xd3\x6f\xf8\x2e\xf0\xfc\x90\xf4\x80\x78\x9d\x51\x8f\x7d\x18\x41\xec\xc0\x77\x48\x62\x3a\xd3\xd0\x4a\x41\x72\xdc\x5e\x8d\x1f\x20\x49\xe2\x94\x17\x58\xfc\x80\x7c\x0a\x53\x39\x54\x81\x59\x95\x4b\x92\xe3\xe5\x80\x6b\xef\x8d\x7d\xa2\x0a\x3b\x30\xe6\x0a\x8c\x6e\xaf\x1e\x8b\xba\xc7\x90\x4f\xa7\x14\x8a\x75\xa1\xb7\xf4\xa5\xd7\xc6\x18\xe6\x33\xcf\x9f\xfe\xf0\xb3\xb7\xc1\xb3\xa7\x3f\xfc\xfc\xe3\xdf\x7d\x01\xab\xb1\x2b\x1d\xb7\xca\xb4\xe1\x95\x19\x80\x5f\x30\x69\x3d\xd6\xe5\x4f\x2d\x37\xb8\x5f\x9e\x60\x29\xe2\x1b\x52\x14\x34\x35\x8f\xaf\x70\x91\xde\x83\x58\x8c\x0b\xbc\x26\x92\x14\xa2\x0a\xd6\x32\x77\xf9\xed\x95\x5f\x54\xae\xaf\xa9\x24\x2f\x35\xe0\x15\x59\xf3\x42\x47\x78\x74\x46\x4e\x05\xca\xb1\x10\x31\xd2\xb7\xee\x04\xfa\x53\xfd\x6e\x70\x41\xf1\x3c\x6b\x08\xe3\x74\xc9\x78\xe1\xf7\xc0\x45\xdd\x0e\xfa\x45\x57\xde\x78\xed\x36\x64\x90\x79\xc0\xb1\xcd\xcd\xc0\x29\x43\x57\x81\x0d\x7c\xdc\xbd\xb5\x5f\x4c\xbc\xc5\x93\xb2\xb6\x29\x88\x8f\x33\x3b\x80\xf1\xf4\x28\x4e\x67\x31\x3c\x1e\xde\xc4\xc2\x37\x0d\x9e\x73\xce\xa5\xda\x01\x36\x18\x1e\xbd\xa6\x47\x8d\x76\x3f\x2e\x9f\x16\x47\x89\x95\xd9\xac\x43\xe1\xef\x2d\xaa\xdd\x5e\xed\x18\x56\xef\x79\x71\x97\x71\x9c\xb6\x2c\xac\xb7\x57\x27\x35\xcd\xa4\x44\xdc\x49\x9e\xfb\xe9\x03\xc6\x29\x6f\x93\x15\x5d\xae\x3e\xe5\xa4\x80\x45\x64\xde\xf0\xb5\x88\x83\x1e\xa4\xf7\x46\xe4\x2b\x12\x99\x64\x7c\x3b\x83\xb6\xc7\xd1\x55\x37\xba\xb3\x43\xb4\x55\x90\x0a\xa6\xa4\xd0\x62\x4c\xf4\x7e\xb9\x2e\xd7\x17\xad\x27\x3d\xc2\x66\x84\x30\xa7\x0e\x25\x46\x9b\xb5\x56\x2e\xeb\x3e\x36\x20\x66\x19\x7d\x72\xb3\xb6\x1c\xdc\xdb\xa3\x1a\xda\xf4\xa3\x38\xdb\x19\xe2\x97\x63\xa8\x49\x5e\xc6\x0b\x3f\x66\xbc\x15\x3f\x05\xf1\xb2\x41\x02\x5a\xc8\x12\x67\x6a\x31\x13\x22\x44\x40\x77\xd3\x44\x57\x1a\xa4\x10\x74\x69\x88\xfa\xc5\xe6\xbd\xe7\x85\x18\xbe\x0e\xbd\xec\x3a\x96\x55\x9f\xf2\x32\xfc\x52\xf9\xee\x7f\x91\x04\xb1\xa3\xa9\x36\x11\x77\x5d\xa0\x89\xf7\xe7\x82\xe4\x19\x4d\x70\x2f\xe1\xdb\xfe\x66\xd3\xd0\x6e\x55\xeb\x2b\xd6\x61\xc3\x9d\xc0\x3c\x67\x3c\x51\x68\xa7\xfa\xa8\xe2\x12\x1e\x7a\x03\xcb\x47\x15\xa4\xdb\x37\x91\xd4\xe8\xb7\x7b\x99\xf4\xb4\x69\x86\x99\x1f\x95\xb3\x6e\x76\x34\x68\xce\x46\xfa\x7b\x2c\x44\xaa\x1f\x35\x33\x80\x99\x79\x28\x62\xa6\xc3\xab\x36\x18\x2f\xb3\x5f\x88\xea\x15\x9d\x5c\x48\x99\x1e\xa1\x26\x84\x92\x19\xc4\xc8\x3c\x05\x42\xe6\xa9\xf0\x31\x03\xe8\x98\x83\x28\xed\xa2\x87\x07\x15\xd3\xb3\x0c\xfd\x09\x52\x27\xc1\xc3\x3c\x08\x0d\xd3\x22\x5f\x06\x36\xf6\x3e\x58\x98\x1e\xea\xb8\x71\x30\x0f\x45\xc1\xec\x37\x20\xf9\x31\x30\xfd\xf7\xb3\x13\xff\xf2\x14\xe8\x97\x4e\xec\xcb\xb0\x0c\x11\xc0\xbd\x3c\x05\xea\xe5\x7e\x98\x97\x80\x6b\xe9\xd5\xa2\x07\x21\x5e\x46\x28\x78\x41\xb4\xcb\x3d\xb1\x2e\x03\x9e\x96\x3d\x90\x2e\x01\xcd\x32\xa6\xcb\x83\x71\x2e\x23\xc8\x16\x13\xb6\x77\x12\x84\xcb\x3d\xf1\x2d\xe3\xe4\xec\x30\xb6\xe5\x1e\xc8\x96\x1a\xb9\x32\x20\x13\x1f\x84\x6b\x19\x89\xae\x14\x2b\x77\x47\x22\x5a\x9e\x02\xcf\x72\x30\x9a\x65\x44\x3a\xf8\x43\xc4\xb2\x8c\x74\x48\x87\x63\x3f\xf7\x88\xfc\xac\x23\x3b\x03\x84\x8b\xc0\xb0\x3c\xf2\xce\x0b\x47\x84\x1e\x17\xbb\x32\x0e\xce\x37\x68\xb9\x0d\x04\x07\x06\x42\x03\x63\xd5\xdc\xc8\x1b\x2a\x1e\xad\x12\x91\xa5\x8f\x3c\x41\xac\xca\x08\xea\x05\x02\xbc\x4e\x91\xed\x18\x4c\xb1\x0a\xc6\x8b\xc4\x47\xdf\x79\x62\x45\x02\xab\xea\x41\xa6\x3c\x04\x97\xd2\x23\x3d\xba\x51\x29\xc3\x77\x63\x3c\x22\xe5\x7e\x78\x94\x31\x68\x94\x21\xdb\xdc\x71\x2d\x73\x71\xf2\xc2\x60\x14\xca\x7d\x30\x28\xe1\x2d\x01\x56\x3d\x00\x81\x32\xf2\xea\x89\x35\x38\xee\x61\x6e\x0c\x9a\x13\xe3\x8d\x89\x47\xbe\x7f\xe2\x30\x25\xf7\xc0\x8d\xd2\x22\x5d\x60\x11\x4f\x81\x27\x79\x2a\x34\xc9\x63\x61\x49\x86\x51\xa9\x06\xe0\x48\xc6\xa3\x48\x0e\xc3\x90\x3c\x9a\x98\x10\x81\x1e\xf9\x85\xa4\x81\x81\xb8\x91\x03\x50\x23\x1f\xb6\x54\x30\x08\x2d\xf2\x41\x48\x0a\x01\x8c\xc8\x13\x21\x44\x46\xe0\x43\x06\xc6\xed\xc4\x86\x3c\x05\x32\xa4\x0b\x17\x32\x7c\x8d\x3f\x44\xb1\x22\x16\x0d\xf2\xc4\x77\x6f\x20\xf6\x65\x00\xce\x63\x2c\xca\x63\xec\x3d\x1d\x87\xf0\xf8\x05\xee\xe9\x30\xba\xa3\xbe\x75\x03\x3d\x1e\x86\xed\x18\x73\x87\x46\xe0\x3a\xc6\xa3\x3a\x46\x8a\x90\x03\x50\x43\xf6\xc1\x73\x0c\xc3\x3d\xa0\xe1\x68\x8e\xf1\x20\x87\xb1\x48\x8e\x03\x71\x1c\x63\x90\x4b\xd0\xde\x28\x8e\xc3\x30\x1c\x07\x21\x38\x0e\xc0\x6f\x8c\xc6\xab\x44\xc7\x42\x6f\x1c\x88\x1a\x37\x0c\xb9\x71\x08\x6e\xa3\x9e\x4b\xe4\xe4\xf7\x46\x6d\x1c\x38\xdd\x78\xc4\xc6\x53\xe0\x35\x46\xa3\x35\xc6\x28\xc2\xf6\x33\x14\xab\x71\x20\xc5\x06\xe2\x34\x9e\x06\xa5\x31\x1e\xa3\x31\x8e\xa9\x20\xb3\xe5\x0e\x42\x68\x1c\x44\xc8\x78\x74\xc6\x78\x6c\xc6\x01\xc8\x8c\x91\xb8\x8c\x03\x50\x19\xf7\xc3\x64\x1c\x8a\xc8\x88\xe2\x81\x04\xa3\xf0\x18\xdb\x58\x8b\x11\xbd\x06\xd0\x18\x1d\x48\x8b\x11\x1d\x3f\x44\x2c\xc6\x63\x22\x31\x46\x9f\x8e\xa8\x3d\x17\x63\x72\x88\x40\x60\xfc\x42\x26\x87\x5d\xec\xc5\x80\x03\x22\x0e\x79\xf1\x61\xdb\x1b\x1e\xb6\x6d\xc1\x8f\xb3\x78\x1a\x94\xc5\x30\xc6\x62\x58\x48\x8d\xc1\x57\x3c\x19\xba\x62\x14\xb6\x62\x9c\xa0\x7d\x1c\x0d\xc9\x85\xaa\x18\x21\x66\x0f\xc4\x54\x0c\x16\x71\x45\x27\x40\x54\x3c\x18\x4f\x71\xc0\x49\x3a\x09\x13\xdc\x07\x47\xf1\x54\x5c\xed\x30\x04\xc5\xe1\xf8\x89\x0f\x82\xcd\x79\x51\x13\x4f\x82\x99\x18\x42\x4c\x0c\x0c\x38\x80\x96\x78\x22\xac\xc4\x30\x52\x62\x44\xa4\xe1\x20\x94\xc4\x13\x61\x24\x9e\x02\x21\x71\x2f\x7c\xc4\x00\xd8\xd2\x20\x74\xc4\x2f\x73\x92\xf6\x43\x45\xdc\x13\x13\x31\x6e\x35\x07\x20\x22\xb6\x16\xd5\xd3\xe5\x00\x3c\xc4\x2f\x45\xf6\xc1\x01\x95\x47\x44\x41\xdc\x0f\x03\x11\x51\x1f\xa8\x65\xd0\x68\x10\x27\x21\x3d\x84\x08\xb8\x38\x48\xc1\x3f\x31\xc6\x6d\xc8\x00\x83\xba\x67\x04\xde\xe1\x89\x50\xb9\xd0\x60\xac\x43\x84\x83\x5d\x9e\x02\xe9\xf0\x20\x9c\xc3\x28\x94\xc3\x81\x76\x82\x00\xc4\xea\x9f\x1f\xc0\x38\x00\xd7\xf0\x14\xa8\x86\xc7\xc7\x34\x3c\x12\xa2\xa1\xdf\x75\xe7\x4d\x99\x8f\xc0\x32\x8c\x45\x32\x8c\xc5\x31\x1c\x84\x62\x18\x9b\x5c\x1f\xb7\x11\x8e\x85\x5f\x18\x85\x5e\xf8\x27\x29\x5f\x21\x0e\x79\x1a\xd4\xc2\x13\x60\x16\xc6\x33\xc4\x2f\x23\x5d\xf9\x19\xa0\x87\xbb\x85\xd4\xb4\x48\xad\x72\x20\x42\xa1\x3b\xcc\xc5\x83\x4f\x18\xa1\x9a\x0d\xc1\x26\x3c\x05\x32\xe1\x29\x70\x09\x4f\x83\x4a\x78\x20\x26\xe1\x17\x53\xd5\xe2\xb1\x08\x4f\x8a\x44\xb8\x1f\x0e\x61\xe0\xce\xde\x07\x85\xd0\x0f\x0f\x12\xc2\x20\x0c\x5d\xc6\x5e\xfc\xc1\x68\xf4\xc1\x88\xb5\xf7\x22\x0f\x1e\x84\x3b\x18\xa7\x74\x45\x60\x0e\x9e\x02\x71\xf0\x10\x70\xbd\xf8\x90\xf1\x58\x3d\x2d\x0a\x69\x70\x0f\x9c\xc1\x00\x8c\xd2\x43\x23\x44\x8c\xf2\xe0\x47\x17\x0c\x63\x0b\x46\x28\x10\x11\xb8\x82\xa7\x40\x15\x8c\xc2\x14\x0c\xf1\x0d\x2f\x9e\x60\x18\x4d\x30\x6e\x45\x63\x56\x33\x16\x47\x70\x5f\x14\x41\xc5\xfc\x7d\xb7\xea\x1e\x18\x82\xf5\x35\xe2\xe3\x57\x03\x10\x04\x1b\x28\x81\x3e\x51\x65\x7f\xfc\xc0\x08\xfe\x1e\x86\x4a\x3a\x05\x72\xe0\xf1\xf6\xd1\x3e\x31\xd3\xfb\x23\x06\xc6\x1b\x0a\x07\xc5\x4b\x1f\x05\x2b\x30\x3e\x5a\xfa\x78\xdc\x36\x80\x11\x18\xc1\x4c\x43\xf8\x80\x47\x47\x07\x3c\xc8\xcc\x11\xc2\x05\x0c\xa2\x02\x0e\xc0\x04\x0c\x1e\xde\x00\x75\xbd\x68\x80\x27\xc1\x02\x0c\x21\x01\x86\x4f\x4f\x2c\x0a\xe0\x29\x30\x00\xf7\x42\x00\xdc\x07\xe5\xef\x78\xcc\xcf\x8f\xef\x77\x2a\x74\xbf\x61\xd8\x7e\xc7\x9b\xed\x5e\x57\xd5\x41\x98\x7e\x71\x2c\xf5\x54\xd7\xd4\x97\xc8\x18\x7e\x00\xa9\x3d\x47\x51\x0d\x82\x37\x8d\xb7\x81\xe7\x47\x37\x32\xdf\xd1\x71\xf9\xfc\xbb\xcd\x4d\x87\xfe\x8b\xba\x27\xa0\xd8\x81\xc6\xe7\x98\x7d\x52\x90\x94\x30\x49\x71\x26\xae\x78\xea\x83\xdd\x7b\x74\xd1\x6e\x6a\x43\x66\x21\xe5\xe5\xb3\x22\x0c\x95\xd9\xb6\x32\xcd\x00\x1c\xdb\x3d\x95\xdd\xd4\x03\x1d\x40\x5e\xf7\x75\xa3\x23\x82\xb5\xf9\x58\x60\x49\xc5\x82\x92\x74\x8c\x7e\x65\x4a\xaa\x96\x2b\x2a\x6a\x2b\x8c\x45\x73\xea\xda\x3a\xda\x40\x44\xc0\xb4\x19\x97\x08\x4b\x49\xd6\x39\x20\x19\xfd\x5e\x92\x62\x6b\x20\x9c\x78\x99\xaa\x4b\x62\x4d\x85\xa0\x9c\x09\x34\x27\x0b\xbe\x63\x06\x37\xcf\x42\x4a\x89\xee\x19\x57\x71\x65\x2d\xcb\x90\x71\x3b\x23\x5e\x20\xf5\xc0\x56\x0f\xb0\xc7\xd4\xd4\x19\xa0\x11\x0e\x10\x95\xaa\x8f\x62\x8d\x33\xb4\x21\x05\x5d\x50\x93\xb9\x51\x99\x29\x1b\x2b\xd4\xe9\xb1\x82\xa7\x01\xd2\x95\x8b\x05\x4d\x28\x61\x30\x5f\xdb\x3b\x66\x9d\xe1\xff\xca\xd4\x95\x57\x10\x78\x46\xae\x0a\xd2\x1d\x66\xce\x85\xa0\x4a\x24\x35\x49\x67\x7a\x57\xdb\x55\x78\x82\xe6\xa5\xec\x4f\xe5\x4e\x49\x4e\x98\x1a\x29\x2a\xf3\x1d\x7b\x72\x13\xf3\xac\x11\x22\x3e\x46\xbf\x3e\xba\xa2\x4c\xfe\xfa\xe8\x85\xf5\xab\x31\x72\xdf\x9c\x32\x6c\x21\x84\x91\x28\xe7\xbb\x38\x03\x46\x10\x54\x6a\x1e\xd6\x24\xad\x16\x55\x0d\x1b\x62\x34\x1a\xbb\xd6\x6c\x35\xf4\xeb\xa3\x29\x16\x42\xae\x0a\x5e\x2e\x57\xbf\x3e\xea\x1e\xfa\x84\xe7\xdb\x2e\xe5\xcd\x30\xb2\x6c\xcf\x77\x76\x5e\xf1\xeb\xa3\x2b\xcc\x4a\x9c\xa9\x79\xef\x36\x16\x68\x5d\x0a\x88\xec\x59\x61\x96\x66\x60\x9c\x56\xad\xb3\xad\x35\x0e\x97\x62\x87\x4b\xfe\xca\x20\x09\x10\xde\x6f\xc6\xb8\xe0\x59\xc6\xef\xc1\x20\x6a\x48\x6f\x52\xfe\xf4\xe6\x4d\xb0\x46\x96\xb4\x40\x68\x36\x52\xb2\xd3\xb1\x5e\x62\x8d\xd1\x07\x04\x90\x2b\x52\xf4\xf7\x08\xc3\x56\x07\x62\x4e\x20\x14\x03\x9d\xff\x73\xf6\xa2\x5a\xe2\xae\x4f\xa8\xb3\x0c\x4f\x1a\x54\xd1\xe0\x21\x8d\x47\x7d\x8d\x3b\xdd\xc2\xa3\xe0\x3d\x7a\xd1\xec\xf1\xf5\xc5\x34\xb2\xbf\x2a\xf2\xb8\xbb\x31\xea\x26\xed\x77\xee\x2a\x1b\x3b\x0a\xc6\x08\xa9\x17\x77\xbe\x6a\x8c\xa0\xdb\x18\xde\xd3\xc3\xbf\x77\x14\x85\x05\xed\x02\x88\x55\x98\x9a\x0b\x9c\x75\x82\x67\xdb\x0e\xce\xc9\x74\x56\x69\x01\x44\x54\x49\x0f\xf7\xf7\xf7\x63\x46\x85\x1c\x2f\xf9\xe6\x8c\xca\xec\x4c\xbd\x62\xb4\x24\x4c\x6d\xf8\x11\x65\xfa\x02\xeb\x66\xbb\xb8\x00\x55\xe8\x1a\x2f\xc9\x05\x67\x92\x30\x39\x03\x8c\x91\x9d\xe1\x36\x4d\x3f\xbb\xad\xc1\xd9\x23\x90\xc6\x27\x11\x67\x05\xc9\xb9\xa0\x92\x17\xb4\xe2\x4d\x04\x15\x24\x23\x58\x90\x11\xbc\x6c\xe7\x34\x43\x6f\xed\x8b\xb8\xd7\x5f\x12\x18\x49\x25\x09\xd5\xfe\xa7\xbe\x41\xed\x5e\xe9\x26\x76\xbf\x19\x43\x90\x97\x26\x18\x60\x67\x64\x7e\xb1\x6e\x4d\x8b\x82\x17\x61\x00\xe1\x2b\xdd\x4e\xe3\xbb\x11\x75\x37\xad\x79\xa1\xe8\xd4\x20\x9e\x81\x41\xdd\x22\x9c\x09\x6e\xbd\x6b\xfd\x52\x95\x81\x49\xd4\x8b\xd9\x6b\xf0\xf1\x38\xa0\x02\x1a\xae\xcf\xe9\xa4\xe9\x1b\x9c\xad\x59\x1f\x23\x94\x55\x93\x34\xb8\x70\x8a\x57\x0a\x1d\xa7\x8e\x24\x7f\x82\xc8\xd8\x91\x03\x42\x99\x9e\xa0\x5e\x1d\x8b\xe1\x09\x5b\xbd\x77\xce\x9e\x89\xb9\xe1\x93\xf5\x94\xba\xb7\xe3\x30\x9c\xe4\x3b\xca\x52\xcf\x21\x7a\xfc\x96\xb2\x54\x67\xfc\xea\xc1\x99\xe4\xee\x82\x98\x48\x45\x70\x8d\xad\x08\xba\x79\x35\xfb\x50\x43\xff\xf4\xc4\x9f\xe8\x11\xd5\x0f\x8a\xb1\x09\x6c\x11\xb0\x71\x28\x03\x9a\x82\x70\x50\xf0\xb5\xc9\xf5\x4a\x73\x4e\x99\x11\x5d\x32\x25\x8f\x74\x3a\x15\xe5\x7c\xad\x84\x9e\xc2\x5e\x76\x92\x8f\xd1\x05\x66\xe6\xde\x28\xf3\x14\x4b\x08\x2d\x60\xe8\x02\xaf\x49\x76\x81\x05\x19\xa3\x2b\x0e\xe8\x21\x0b\xfe\xa2\x62\x54\x4b\x2a\xc7\x77\x3f\x8b\x31\xe5\x67\x09\x5f\xaf\x4b\x46\xe5\xf6\x0c\x92\xe0\xe9\xbc\x94\xbc\x10\x67\x29\xd9\x90\xec\x4c\xd0\xe5\xa8\x89\x9e\x7c\x86\x73\x3a\x4a\x38\xdb\x28\x52\xa8\xb5\x5d\xa7\x7f\x53\x84\x16\x23\x45\x58\xf1\x38\x86\xed\xae\x89\xc4\x29\x96\xf8\x45\x8c\x8c\x6d\x42\x6d\x77\x12\x9b\xdb\xaa\x7b\xd5\xc8\x9f\x30\x92\xf3\xd4\x76\xe8\xca\x67\x30\xd1\x95\xbd\x60\xa5\x6e\xee\x62\x9a\x9b\x71\x04\x34\xa1\x8b\x56\xe3\x6e\xa8\xc9\x64\x5a\x87\x2a\x73\x9e\x69\x46\x9d\xf3\xb4\xf7\x18\x35\x30\x7c\x9e\x3d\x1d\x3f\x7b\xfe\xf3\xf8\xe9\xf8\xe9\xd9\xb3\x1f\xc0\x24\x8e\xb5\xf3\x36\x2f\xc8\x82\x7e\x56\x5d\x9f\x3d\xff\x7e\xb7\x13\x27\xf7\xf1\x8c\xf9\x15\x93\x85\xc9\x8b\x17\x94\x2d\x33\xd2\x1c\xf5\x3c\xe3\xc9\x9d\x13\x50\x55\x2d\xc1\x64\xaa\x1b\x89\x71\xfd\x4f\x10\x83\x71\x06\xd9\xa0\x24\xd5\x22\x23\xa8\xcc\xcf\xff\xeb\x0d\x17\x72\x56\xce\x19\x91\xef\x08\x5b\xca\x55\x1f\x21\x42\xfa\x7c\x42\xd3\xc2\xa5\xc3\xb7\x27\x3a\xb9\xbc\xa9\x52\x7d\xcd\xe0\x5a\x0b\xe2\xd2\xda\xf5\xfe\x3d\x67\xfd\x8e\x0a\xb5\x12\x53\x58\x88\xa8\x51\xbc\xa9\x9a\xdb\xb1\x98\x55\x04\x92\x48\x5e\x51\x0a\x14\x48\xec\xc9\x51\x67\x4a\x95\xac\x38\x8c\x9a\x9d\x96\x46\xc9\x67\xbc\xce\x33\xf2\x04\x3d\xff\x01\xdd\x43\xec\x45\xd5\xe5\xf3\xff\xfa\xf9\x3f\x9e\xff\xe8\x76\x71\x61\x20\x86\x36\x70\x81\xc8\x0c\x1e\x81\x5d\x8d\x53\x31\x25\xb8\xb4\x8d\xe0\x9d\x67\xe5\x92\x32\x77\x74\x13\xad\xae\xfa\x8c\x2c\xa4\x46\xd2\x75\x51\x3b\xc6\x3a\x12\xb6\x8b\xac\x3a\x3b\x2b\x6a\x6d\x3e\x34\x8c\x39\x66\xef\x36\x17\xa4\xa2\x35\x44\xad\xb9\xed\x31\x36\x6e\x9b\xd6\xc1\x66\x30\x06\xc5\x81\xe6\x8a\xc7\xab\xfb\x0e\x61\xf4\x0f\x04\x2a\xa7\x81\xff\xd6\x2f\x71\x2f\x4d\xff\x19\x3f\x1e\xcd\x7c\x2e\x8f\x11\x9c\x32\xe7\x65\xef\xb5\x2c\xf5\xc9\x30\x6d\xa6\x1a\xb2\x2f\x5d\xaa\x8b\x56\x33\x0f\x80\x37\x50\x6c\xb3\xcd\xb5\xbe\xb2\xbe\xc0\x44\xbf\xb2\xbe\xaf\xac\xaf\xfb\xf9\xca\xfa\xec\xe7\x4b\xb2\x3e\x63\x06\x57\x7b\x76\x0f\xb6\x77\x55\x3f\x2d\x6a\x24\xff\xe6\xb7\x3d\x23\xb5\x66\x33\x30\xc4\x22\x23\x30\x2f\x68\x21\x24\xa2\x2c\x25\x9f\x75\x83\x35\x96\x49\x0f\x17\x72\x71\x00\x33\x8f\x38\xb9\xf8\xaa\xd5\x38\x4a\x2e\xb6\x81\xa7\x7d\xeb\xfe\xa1\x3e\x91\x05\xc9\x33\x9c\x10\xd1\xa4\xc1\x13\x90\x91\x29\x10\xa7\xf9\xbd\x25\x44\x4f\x8f\x15\x69\x80\x0a\x0d\x02\x11\x7d\x29\xb0\x6a\xc0\xe3\x8e\x64\xfe\x54\xcb\xe5\x7d\x8c\x65\x61\x4c\x83\x95\x51\xd0\x18\x09\xe5\x0a\xd7\x69\xa9\xc0\xb7\xcc\x1f\x4f\x5a\x81\x94\xbd\x79\x0f\xcf\xfe\xf1\x7c\xfc\xec\xa7\x9f\xc7\xcf\x9e\xff\x34\x7e\x7a\xf6\xbc\xa7\x74\x4d\xdc\xd5\xd7\x5e\x91\x03\xae\x3e\x60\xc5\xf5\xdd\xf7\xa7\xde\x62\xad\x8d\xe3\x64\x27\xea\x16\xf6\xe9\x82\xf5\xc7\x77\xfb\x7d\x49\x9e\x61\x14\xdb\xfe\x60\x91\xca\xb0\x59\x85\x46\xcf\x2e\xaf\xfd\xc7\xf1\xba\xee\xaf\xf2\x89\x9b\x08\x12\xab\x43\x4b\x6e\x3d\x24\x3a\x18\xc0\x9d\x6c\x40\x85\xff\xcd\x1e\x7b\x90\x81\x6d\xd9\x93\x17\x1a\x4c\x04\x97\x08\xe8\x5a\x3c\xd1\x7a\x2c\xf0\xde\xc7\xed\x97\x44\x71\x2e\xf3\x82\xa0\x56\xff\xf7\xe7\xe3\xef\x2d\xf7\x18\xa3\xeb\xf7\x1f\x5e\xbd\x40\x49\x59\x14\x84\xc9\x6c\xab\x0b\x50\x70\x46\x2c\x07\x12\x48\x94\x79\xce\x0b\x49\xd2\xf1\xe3\xf8\x43\xef\xde\xc2\x6b\xfc\x79\x02\x4f\xa1\x67\x03\xb6\x62\x7f\xaa\x50\x70\xad\x1a\x3b\x2e\x7e\x83\x38\x4e\x4b\x7f\x61\x22\x67\x51\x22\xb7\xcd\xa8\xaa\x47\x54\xb9\xe0\x7a\x5c\x74\x06\xd9\xab\xf6\x1d\x36\xbc\xaa\x78\x17\xd7\xcc\x53\x17\xad\xaf\x46\xd1\x41\xf5\x89\xfa\x2b\x11\x05\x2a\x25\xb9\x2b\x10\xed\x5d\x7d\x28\xc4\x72\x2d\xbd\x2d\xb7\x8d\xaf\x40\x64\xea\x0c\x39\xfa\x8d\xa9\x3e\x14\x30\xb3\x1b\xb6\x66\xb3\x08\x9d\x25\xaf\x76\xe8\x73\xd9\xfb\xa0\x25\x98\xbd\xc2\x5b\xcb\xe8\x98\x85\x67\x71\x77\x4a\x68\x09\xb3\x1d\x53\x0e\x7a\x88\x76\xbd\xb8\x2e\xaf\x15\xa1\x05\xe2\xf7\xac\xde\xde\xad\xe1\x7c\xad\x61\xf5\xb5\x86\x55\xb8\xcb\xaf\x35\xac\x76\x3f\x5f\x6b\x58\x7d\xad\x61\xf5\xb5\x86\xd5\xd7\x1a\x56\x7d\xe3\xfa\x5a\xc3\xaa\xf7\xf3\xb5\x86\xd5\x09\x61\xd5\xc8\xe7\x9c\x14\x74\x4d\x98\xc4\xd9\xb4\xe0\x39\x5e\x62\x49\x3e\x0a\x52\x7c\xc0\xcb\x98\xba\xa8\xaf\x7c\xcf\x83\x55\x88\xb5\xde\xe1\x12\xf3\x33\xbc\xd4\x44\x4d\x69\x41\x12\xa9\x6e\xd5\x91\x11\xab\x90\xba\x31\xb1\xe4\x85\xd0\x96\x85\x24\x2b\x53\xe2\x8d\xaf\xb3\x9f\x52\x90\x02\x49\x18\x88\xbe\xa3\xe1\xdf\xe6\x5c\x2a\x19\xd9\x46\x6a\x34\x52\xd8\xab\x97\x39\xfa\xd4\xf2\x8c\x4f\x61\x70\x97\xc0\x5a\x71\x21\x49\xaa\xf6\x57\x04\x65\xdf\x54\x8d\xdb\x18\xd3\x40\x50\x2a\x20\xe4\x44\x77\x08\x7b\x52\x71\x35\x57\x16\x64\xa5\x87\xe2\x34\x45\x97\xd7\x6a\xde\x09\x2f\x52\xd1\xd5\xae\x1e\x0b\xe0\x8d\x05\xc3\x19\x3a\x9f\x4e\xc6\xe8\xdc\xb5\xc1\x7b\x47\x90\x60\xa6\xe5\x06\x7b\xdd\x82\x66\x02\xb1\x50\xa5\xa8\x20\xad\xdd\x9b\x59\x80\xe3\x41\x68\xa3\x51\xb3\x63\x6b\x84\xc6\x42\xf0\x84\xd6\xee\x30\x48\x59\x9a\x5e\xd8\x48\x2b\x0f\x48\x89\xda\x2c\xb6\x77\x2d\xcd\xca\xce\x3b\x5a\xd2\x6d\x5b\x86\xf5\xee\x84\x9d\x8e\x62\x84\xdb\xc0\xc9\xd6\xda\x45\xc4\x1e\xb9\xd1\x6a\x88\x3d\x07\xa2\xb1\xb1\xe1\x07\x0d\xac\xd6\x58\x61\xd7\x06\x31\x62\x88\x49\xda\xdc\x6b\xd0\xc6\x74\xf5\xca\x44\x2b\xc5\x30\x8f\x59\xe7\x11\xcd\x71\x2b\x54\x0a\x8d\x41\x5f\xc5\x3f\x09\x2f\xee\x3e\x4c\xc1\x66\xa7\xee\x80\x3b\x57\x31\x54\x7c\x01\xf4\xb1\x98\xa8\x63\x1d\xba\xed\xe8\xd3\xee\xbb\xca\x9e\xd6\x19\xb0\x49\x06\x37\x2f\x71\x84\xc0\xf9\xb8\xbc\x8f\x1a\x90\xba\x42\x1c\x26\x28\x6b\x27\x74\x5f\x0b\xbc\x26\x46\x75\x58\x53\x8b\x71\xd4\xa5\x82\xa3\x9b\x18\x65\x25\x54\x77\x20\xaa\xda\x80\x1a\x8c\xa5\xa2\x56\x41\x14\xe9\xbd\x22\xd3\x9c\x34\x82\xf5\x19\x84\x5e\x9b\x70\x37\xf0\xc7\xf8\x04\x8a\xa8\x7b\xb5\x2c\x1c\xc5\x9a\x7a\xa6\xf5\xf1\xe6\x1d\x94\xb4\x2f\xb3\x6c\x8b\x7e\x2f\x71\x06\x97\x12\xfa\x78\x33\x31\x6e\xfb\x64\x45\xd6\x06\x03\xdd\x07\xe3\x63\x22\x5b\xdb\x39\xd6\x76\x2b\xeb\x70\x61\x09\x20\xba\xad\xed\xa7\x43\x02\xfd\x02\x66\x45\xd3\x43\xe8\x96\x63\xa9\x2e\x87\x17\xe8\xbf\xac\xa2\x72\x18\x91\x43\x02\xad\x17\xda\x7f\xa4\x56\xc8\xeb\x7b\x09\x26\x35\xb9\x84\x26\x73\x53\xc4\x30\x30\xdd\xb2\xc1\x80\xab\xb3\x66\x3a\x41\xdf\xce\xb7\x68\x72\xf9\x9d\x17\x18\xca\x0a\x3a\xb5\x38\xd2\x65\xc8\xa8\xcf\x06\xe3\x01\x5f\xd9\xb1\xbf\xd8\xe1\x40\x96\x26\x23\xf7\x70\x6f\xc6\x5c\x55\x5e\xfe\x15\x99\x6a\xeb\x22\x74\xe9\x95\x33\x6b\x60\xd1\x69\x90\x0f\x05\x07\xd2\x3e\xaf\x56\x3e\x6d\x80\xb7\xde\x91\xad\x80\x03\x61\xf2\x6f\x2a\x81\x30\x24\x06\xe8\x38\x84\x34\x05\x63\x20\x5e\xda\xd8\x87\xae\x6c\x49\xa5\x59\x0a\x31\x46\x37\xf6\x27\xaf\x64\x51\x85\x89\xd8\xed\x41\xa5\x20\xd9\x02\xe2\x84\xd5\x91\x6d\x48\xc2\x42\x8b\xb6\x7b\xe0\x14\xbb\xcf\xe0\xc8\x65\x40\xf7\xf4\xe7\xa8\x88\x7b\x60\x35\x5c\x57\xdd\xdb\x80\xb7\xa2\x58\xdb\xab\x34\xc6\x67\x71\x73\x55\x5d\xbc\x66\x6c\x2d\x36\x0b\xb7\x14\x8c\xfc\x7c\x3a\x81\x31\xfa\x4f\x5e\x73\xe4\xc8\x83\xc6\x1c\xd8\xb8\xb8\xe0\x51\x83\x7f\xaf\x1d\xf0\xb5\x1a\x45\x59\x4a\x13\xb5\xdb\x34\x6f\xc2\x19\x15\x3a\xec\xde\x63\x0f\x86\x39\xde\xbc\xaf\x6c\xfe\xfb\x29\x39\x73\x2c\xc8\x25\x5f\x63\xca\xec\x36\x07\xc8\xb1\x6b\xa7\x9c\xd0\xa9\x7e\xe8\x7c\xba\x23\xe6\xda\xf3\xe5\x98\x8c\xc6\x27\xab\x05\x60\xbd\x12\x4a\xf9\x01\x29\xdd\xae\xa9\x1a\x2d\x4a\xe1\x85\x70\x85\xf3\x92\xed\x27\xfe\x42\x12\x64\xe4\x24\xab\xb6\xbd\xb2\x10\x0c\x54\xe7\x54\x12\xb6\xa1\x05\x67\xeb\xdd\x90\x7f\xfb\xd1\xaa\x5d\x27\x17\xa6\x4a\x41\x6a\x74\x38\xbb\x7c\x5b\x2b\x4d\x38\x57\x67\xa7\xa0\xee\xc8\xa9\x7a\xaf\x57\xe2\x37\x58\x41\xeb\x84\xcc\xba\xbe\x1d\x51\x22\x0f\xe0\x66\xc2\x53\xd3\x72\x9e\xd1\x04\xd2\xbd\x1c\x40\x5d\x6e\x28\x09\x27\x8c\xc4\x08\x75\xfb\xf6\x35\xfb\x38\x7b\xad\x84\x28\x20\x5c\xb0\xf1\xc5\x8a\x32\x1c\x6c\xf5\x9a\x14\x6b\xcc\x82\xcd\xe0\xa8\xbb\x5b\x85\x36\x91\xae\x73\xa3\xc5\x8a\x88\x8d\x74\xd1\x6c\xdf\x38\x1f\x4d\x1b\x81\xbe\xf9\x61\xc3\xbb\x2b\x3f\xcc\xb7\xf6\xdd\xba\x8e\xe1\x7e\x83\x87\x62\x89\xd3\x0c\xb3\x21\x33\xe8\x3e\x14\x9c\x86\xdb\xd8\x53\x5d\x98\xbb\xc5\x92\xf7\x99\xd0\x43\x76\xf0\xc2\xf1\xf4\xbb\x78\x9d\x3a\xe7\x42\xb5\x3f\x95\x8b\xf7\x6b\x99\x79\xc7\x3b\xbf\x96\x99\xff\x5a\x66\xfe\x6b\x99\xf9\xaf\x65\xe6\xbf\x96\x99\xef\x4c\xe0\xa1\x3a\xee\xfe\x7a\x65\xe6\x21\xd7\x3a\x42\x3e\x81\x4c\xfc\x8e\x3a\x65\xf2\xb4\x6b\x1c\x47\x50\x16\xb4\x3c\x81\x03\x76\xab\x3a\x28\x6b\x5e\x52\x07\xaa\x78\x44\x15\xf7\xc5\x82\x38\x83\xb9\xbb\x97\xb6\x6a\x6b\x05\x2a\x3d\x74\x78\xfc\x90\xad\x96\x2b\xdd\x42\xac\xa2\xc7\x30\xb5\xed\xdb\xe3\xa8\xba\x39\x64\x2c\xf6\x5a\xf7\x09\x09\x1d\x4f\x90\x79\xe0\xb2\x4e\xda\x6f\x49\x06\x0d\x59\xda\xb3\x4b\xf5\xce\x08\xa8\xd6\x51\x33\x10\x77\xb1\xf8\xc7\xb3\xb7\x1f\xdb\x14\x9c\xbd\xfd\x78\xc8\x9b\x37\xa4\x10\xde\xba\xcf\x6d\x0c\x3f\xdd\xba\x3d\x02\xd3\xc5\xfe\xa3\x08\x1c\x54\x13\x29\xbf\x8f\x81\xe4\xda\xf1\x68\xe7\x38\xdb\x58\xfc\x28\x2b\x89\x66\x8a\x15\x18\x7c\x43\xeb\xba\xbd\x76\x88\x88\x01\x0a\xf0\x52\xce\x79\xc9\x52\xb7\x84\x54\xa5\x1e\xbc\xe3\x38\x9d\xe3\x4c\xdd\x2d\xfd\x47\xa6\x7d\xf0\x1b\x1d\x57\x80\x0c\x58\x92\xa5\x8e\xad\x5a\xf1\x7b\x44\x96\x10\x54\x0f\x69\x67\x7e\xb7\xa7\x7a\x3e\x59\x51\xb2\x51\xdc\x1e\x10\xca\x5b\xf5\x0d\x1b\xd9\x34\xe8\x51\x73\x98\xc7\x34\x6b\x04\xa7\x3f\x02\x73\xf5\x25\x5c\xc8\xe9\x0d\x2f\x9d\x27\xf8\xb4\x4e\x65\x10\x02\xfe\x04\xb7\x72\xb1\xc7\x19\xd9\x3d\x1c\x1d\x3b\x1b\x66\x08\x67\x05\xc1\xe9\x36\xc4\x14\x2b\x2e\xda\xb5\x27\xee\xde\x7d\xd6\x51\x90\x1a\x17\x66\xd4\xd1\x33\x8f\xb7\xc2\x26\x2a\x7c\xb0\x2a\xc9\xc0\xbe\x4c\x89\xd2\x6e\xa7\x8f\x6d\x95\xf0\x75\xce\x19\x01\x8f\x39\x38\x27\x84\x28\xd5\xbc\xef\x19\x29\xc4\x8a\xe6\x40\x81\x96\x87\xc2\x09\x75\xdf\xba\x48\x60\xc4\x4a\x74\x17\xb2\xe0\x5b\x0b\x79\x62\xdf\xaa\x43\x3c\xda\x90\x6c\x4e\x13\x44\x46\xa4\x86\x47\xd9\xe9\xfd\xc3\xee\x97\xed\x24\x44\xe7\x5e\x93\x2b\xc4\xb8\x49\x93\x6b\x78\xd2\x00\x3a\xae\xd8\x9a\xe2\x05\x00\x06\xae\xad\x61\xb0\x2b\xa1\xc8\xaa\x9f\x9e\x4d\xbb\xa7\xf6\x9d\x75\x37\x05\xd4\x21\x8a\xaa\x18\x78\x48\xbe\x81\x81\x1a\x75\x26\x1f\xa1\x9d\xab\xad\xf5\x40\xf7\x82\xa8\x8f\x42\xe0\x08\xa8\x3b\xa0\xb2\x97\xd7\xeb\xeb\xa9\x24\xeb\x9d\xc8\x71\x3d\x4e\x73\x5c\x90\x35\x91\xb8\xc7\x59\xdf\xf1\x2b\x14\xe4\x4a\xb5\x3b\xb4\x84\x8b\x7a\x21\x60\xd5\xf4\x04\x79\x07\x1c\x52\x39\xbd\x9d\x4c\x63\xdc\x39\xd3\xc9\xed\x64\x5a\x95\x9c\x9d\x4c\x1b\xa1\xfc\xad\x00\x2d\x64\x40\x7a\x3c\xa5\xf2\x2b\xfb\x48\x3f\xf6\x72\x60\xcb\xcd\x39\x97\xea\x7e\xcd\xdf\xcf\x26\x91\xba\xc5\xcb\xce\x23\xfa\x92\xfe\x78\xf3\xae\x15\x92\x22\xbd\x69\x81\xea\xf3\x7e\x66\x64\xb1\xca\x53\x63\x3b\x36\xd9\xf5\x1f\x56\x04\xba\x05\xe6\x50\x55\x01\x43\x62\x85\xdd\xa9\xfa\x2b\x2c\x2a\x28\x3f\xdd\x3b\x19\x2f\xab\xb0\x6b\x0d\x05\x36\x36\x40\x00\x10\x75\xad\xe1\xb9\xce\x7e\x27\xeb\x72\xfc\x7b\xc2\xef\x9f\x8f\x97\x7f\xfc\xff\xfa\x15\xff\x81\x9f\xfe\x7d\x9e\x8e\xc7\x7b\x9d\xe5\x6a\x32\x53\x1b\x9f\x4f\xd9\x32\x6a\x73\xbc\xec\x7f\xb2\x91\xdb\x0a\x7b\xd9\x00\x2e\x57\xef\x71\x9d\xed\x2b\x48\xa1\x01\x48\xab\x32\xaf\xb3\x05\xc0\xe2\x6e\xeb\x46\x83\x78\xa8\xb6\x7d\xbb\x5e\x9b\xe7\xca\x30\x66\xa4\x91\x36\x23\x79\x53\xbc\x0e\xdb\xa0\x86\x9f\xc6\x6f\xcf\x8b\xd6\x03\xc1\xcd\x89\xde\xbb\xcc\x3d\xf5\xe6\xb4\x17\x20\x58\xcb\x02\xfb\x12\x76\xa0\x53\xff\x1d\xbc\x2f\x35\x1f\xea\x6e\xcc\xef\xe7\x3f\xe2\x9f\xf7\xdc\x98\x66\x32\x83\xb7\xe5\x45\xdf\x73\x8d\x4d\x69\xf6\x63\x4a\xb4\x5b\xda\x65\xdf\x6c\x6d\x40\xab\xc3\xd4\x42\x57\xc5\xed\x47\x36\x4c\x17\xe0\x53\x8a\x92\x89\xd6\xa3\x2e\x9d\xd4\xec\x68\x9d\xe4\x8f\x19\x50\xd8\x20\xcf\xc3\xbe\xc6\xc9\x8a\x20\xc1\xd7\x04\xa5\xfc\x9e\x65\x1c\xa7\x24\xb5\xa0\x82\x2e\x7f\xc7\x78\x89\x6e\xde\x5c\xbc\x9f\x9d\x4d\xa6\xe7\x06\xce\x6f\x1f\xc2\x3f\x60\x67\x53\x7d\xe5\x79\x3c\x4e\x8e\x3e\xeb\x54\xc3\x3d\x3d\x4e\xc1\xf8\x75\x7d\x1d\xbe\x2c\x68\x1a\xc5\x00\x5e\x99\x07\x14\xd3\x4b\x97\x35\xe4\x32\x20\xcd\xda\xdf\x5a\xf7\xea\x5e\xe7\xc8\x76\x75\x75\x7e\x71\xae\xb3\xbc\x07\x8c\xad\x7e\xa8\x89\x08\x8d\xb3\x8c\xdf\x23\x41\xa4\x16\x5a\x91\x90\x58\xd2\xc4\xb5\x96\x6a\xf4\x42\xa2\xab\xf3\x8b\x2a\xcd\x7c\xf7\x26\x05\x24\x38\x73\x34\xab\xc9\x9b\x63\xe7\xb2\xf1\x5e\x70\x26\x68\x5a\x09\xfc\xea\xd1\xff\xf9\xea\xea\x23\xda\x10\x96\xaa\xf3\xa8\x61\x79\x7e\xfb\xf1\xf9\x8b\x1f\x7f\x78\xf1\xf4\xe9\x6f\x20\x3e\x03\x7e\xcd\x3c\xc3\xec\xce\x15\xff\x68\x60\x2c\xb4\x30\x6d\x63\x1d\x91\x0d\xd5\xd8\xf2\x72\xaf\x65\x50\x13\x8c\xa1\xfc\x1b\xd5\xae\xb2\x01\xd5\x80\xac\x88\x11\x92\x76\x8b\x94\x9a\xdd\xe8\x8a\xde\xa2\x0c\x4d\x0a\xce\x68\x72\x68\x40\xb0\x1a\x94\x8e\x02\x16\x55\x79\xd3\xb6\xd8\x9a\x62\x89\x4d\x14\x68\xc5\x1a\x9d\x46\x2b\x45\x8b\x43\x22\x7d\xe7\xeb\x24\x3a\x22\xf6\xe5\xd5\x85\x1d\x79\x97\xa2\x78\xce\x4b\x19\x35\x60\x3b\xe8\xc7\x02\xad\x31\xc3\x4b\xb2\x26\x4c\x5a\xd9\xc2\x5b\xbc\x2f\xd6\x29\x8b\xec\xd9\xf0\x37\x1a\x50\xcb\x37\xa5\x02\xcf\x33\x72\xa1\xde\x0d\x50\xa7\xe4\xb6\x01\x41\x1e\xf7\x1a\xbf\x73\x5b\x7f\x72\x2c\xc4\x3d\x2f\x02\x3e\xe4\x01\x03\x2f\x85\x3a\xfd\xfe\x58\xee\x01\x1d\x86\x5d\x5c\x50\xb2\x56\x53\xdf\xdb\xc6\x4f\x51\xef\xa3\x96\x48\xde\x46\x76\xe2\x41\xdf\x8d\xd7\xd1\xa6\x45\xfa\x10\xb7\x6f\x76\x17\x20\x21\x74\xb7\x53\x3e\xa0\xfd\xd9\x51\x0c\xa0\x88\x40\x5e\x4a\xe3\x4b\xd7\x82\x0d\x65\x28\x23\x4b\x9c\x6c\xd1\xb7\x2f\x27\xef\x67\xdf\xf9\x23\xd0\x3f\xbe\xfa\x65\xa2\xcb\xf5\xeb\x8b\x02\xf1\x42\x7f\x07\xd5\x07\x14\xaf\x51\xdf\x52\xb6\x1c\xa3\x59\xdd\xca\xdb\xa5\x4d\x27\x26\x4c\x2d\x64\x8a\xd2\xb2\xb0\x37\xc7\x82\xaa\x1b\xa7\xf2\x2d\xaa\xae\x42\x98\x31\xad\x7e\xd5\xc8\xbc\xce\xc8\x80\xcf\xd8\x5b\xb6\x08\x6c\xaf\xaf\x7e\x99\x04\x1b\x68\x42\xbc\xf4\xd3\x61\x64\x56\xe1\xd0\x8d\x61\x6b\xae\x4d\x75\xb2\xfe\xc1\x1b\x2d\x74\xe8\xe3\x3c\xda\x5e\xe8\x82\xe8\x4e\xb8\xbc\x24\x4a\x42\x7f\xe3\x4e\x20\xd2\x9f\xb6\xb9\xb7\xfd\x1c\x5a\xf1\x2c\x35\xf5\xe9\xe0\x6f\x48\x98\x01\xe3\xd7\x36\x58\x8a\xbd\x11\xfd\x03\xc8\x72\x4d\xcc\x17\x00\x08\x50\x34\x17\x5b\x21\xc9\xba\xb6\x89\x29\xa1\xff\x18\x97\x51\x0a\x93\x70\x1b\xb9\x1d\xf3\x3f\x47\xef\x28\x2b\x3f\x9b\xc7\xb5\x65\x2f\xa3\x77\x04\x3d\x3a\x4b\xc9\xe6\x6c\x93\xe2\x47\x70\xa8\x02\x7d\x22\x20\x57\x03\xd0\xcd\x64\xaa\x43\x7d\x23\x1d\xec\x49\x3e\xe3\x44\x66\xde\x24\x11\x34\xe4\xd2\x59\x25\xd2\x9b\x65\xd3\x33\xd5\xd9\xc5\x6c\x82\xe6\xa5\xa8\xa4\x5a\x98\xe9\xd3\x17\xf0\x9f\x49\x1d\xec\xd6\x05\xe8\xfb\x7c\xc9\x69\xae\x29\x83\x50\x0e\xba\xc4\x90\xef\x3e\x68\xca\x6a\x46\x26\x76\xa9\x95\x47\x6f\x56\x1b\x2a\xdc\x99\x7e\x43\x03\x8e\x0c\x81\x8a\x0f\x82\x42\x70\x2b\x0c\x5d\x42\xad\x29\x8c\x2a\xef\x86\x9d\x09\xd4\xec\x58\x50\x52\x0c\xd8\xad\x26\xf2\x59\x57\x33\xd1\xd0\xec\x86\x3e\xcd\x15\x3d\xda\x4a\x16\x5c\x62\x9d\x30\x32\x6c\x0d\x8b\x92\x20\xda\x5a\x37\xe3\xf8\x29\x05\x41\xc2\x14\x57\x0e\xef\x59\x92\x52\xfc\x44\x57\xa1\xd0\x8e\x8e\x7b\x2a\x22\x27\x17\x23\x54\x0a\x52\x50\x9c\x5d\x43\x71\xb3\x41\xf3\xbb\x34\x73\x82\xe7\x4d\x75\xb4\xfa\x2c\x36\xce\x5a\x70\x8a\x27\x3f\x8b\x7a\xf3\x0d\x3e\x81\xcd\x08\x7d\xa3\xe9\x82\x29\x84\x95\x0b\x0c\x10\xf8\xfe\x63\x82\x6a\xfb\x9e\x5e\xff\x06\x75\x9c\x5b\x38\xd8\xe3\x49\xb6\xf8\xfd\x7d\x50\x4d\x69\x27\x53\x31\xfa\x7b\x59\xdf\x9a\x9d\x53\x5c\x6f\x80\xf0\xee\xfe\x32\xcc\xf8\xfe\x9e\xdd\xc2\x02\xbe\xfa\x2c\x09\xf3\x47\x8a\xb8\xa7\x6b\xf6\x80\x6f\xd6\x0f\xea\x0a\xba\xbf\x67\xff\xa4\x72\x75\xd0\x9c\x77\x27\x5b\x67\x94\x68\x7a\x04\xa7\x4c\xec\xfb\x11\xce\xa1\xb6\x55\xda\xcb\x26\x1a\xf4\x08\x76\x79\x0a\x7a\x45\x28\x7c\xe1\xe4\xd5\xf9\xda\x65\x9c\x1b\x75\x94\x45\x67\xb3\x8e\xac\xef\x6c\xa7\xc4\x6f\x97\x3b\xe6\xb0\x5c\x58\xca\x20\x9a\x26\xce\x71\x39\xa9\x1a\x3b\x9d\x97\x3a\x36\x47\x16\x78\xb1\x70\xd8\x2e\x0f\x73\x08\x19\x33\xe2\xc7\x9b\x49\x20\xec\xe8\x77\xb2\x2e\x5f\x9c\x9d\x9d\x69\x59\x3e\x3c\xb7\x77\x55\xc7\x95\x99\xb0\x3e\x06\x56\x13\x30\x6f\x07\x9f\x01\x23\x09\x58\x8f\x11\x9a\xb8\xf6\x90\x8d\x6b\x28\x08\x4e\x56\x50\xb4\xb8\xc2\xca\x06\xcb\x6c\xed\xf8\xa8\xdd\xee\x54\xa0\xa2\x74\xd8\xa4\x5b\x18\xa1\x11\x13\x0c\xd0\xb2\xe9\x51\x89\xb6\xaf\x37\x3d\x40\x7d\x36\xf6\xb6\x87\x07\x02\xcc\x1d\x73\x31\x76\x69\xa0\x44\x0d\xe5\x55\x94\x1d\xcf\xa6\xb3\x68\xf1\x80\xd9\x5d\xbe\xb9\x98\x5a\xe3\x7b\x94\xcb\xc5\xa2\x94\x4e\x1d\x9d\x34\xf2\x2f\xd5\xd0\x5d\xab\xf5\xe6\x62\xda\x02\x14\x9b\x6f\x75\x3c\x86\xe9\xa4\x0d\x89\x50\xc5\xe6\xc2\x1e\xd0\xd8\xd5\x2e\xd3\xd6\x7c\xdb\x5a\x08\x1b\x02\xa2\xcb\x04\x9a\x14\xf2\x47\x1f\x99\x36\xab\xba\xd2\xf4\x42\x82\x63\x97\x82\x37\x98\x0d\xde\x22\xd5\x73\x4d\x4f\x87\xa1\x87\xa6\x4f\x00\xea\x42\x72\x6d\xe4\xdf\xd9\x5c\x07\x6f\x8a\x37\x5c\xc8\x28\xb6\xd7\xbf\x1d\xf4\xe3\xb5\x1f\xae\x02\xb6\xf5\x07\x97\xf2\x45\xbf\x0f\xd6\x04\x28\xb6\xbc\xa0\xb5\x23\xed\x1e\x0b\x44\x19\x95\x14\x67\x99\xcb\xc2\x84\x53\xe3\xc9\x68\x31\x14\x9d\xde\xf1\x3f\x66\xef\xaf\x0d\x2a\x7a\xa3\x42\x46\x7b\x04\x8e\x6e\xf5\xab\x13\x5e\x14\x24\xa9\xaa\x95\x72\xf4\x68\x97\x94\xe3\x47\x2d\xf8\xf5\x5e\x8c\x72\xf5\xd1\x5c\xcf\x3a\xbc\xe6\x38\xb9\xbb\xc7\x45\x2a\x46\x09\x5f\xe7\x58\x52\x1d\xcf\x7f\xf0\xf2\x0e\xf2\xcc\x4d\x7b\x1f\xf4\x78\xe7\x1c\x53\xd3\x3e\xbb\x3d\xbc\x73\x11\xde\x6d\xeb\xb7\xdb\xcb\x43\xe7\xe8\xb3\xe1\xb7\x3b\x91\x87\x2e\xdf\x65\x53\x81\x9b\xfb\x4a\x33\xad\x61\x8b\xd6\x00\xe1\xb6\x2b\x66\x59\xb4\x52\xcc\xef\x89\x2f\x5e\x11\xc0\x36\x70\x6f\x70\x82\x0e\x25\x58\xf1\x7b\x44\x6b\x34\x47\xc3\x56\x8f\x18\x25\xec\x9b\xf3\x08\x55\x8c\xdc\xf1\xfb\xa5\x76\xa1\xec\x95\x92\xdc\xb3\x3e\xfd\x98\xeb\x28\x82\xfc\x80\xc2\xdf\xcc\x2d\x6a\x40\xc6\xbb\x93\x93\x87\x70\xf6\x7e\xc0\xfd\x9e\x49\x4c\x98\x24\xc5\x02\xf7\xd7\x42\x0c\xcf\xa4\x7a\xbc\x2f\x85\x9f\x39\x60\xe5\xf5\x87\x56\x8f\x2a\x35\xa8\x93\x72\x57\xf3\xf6\x5a\xee\xa1\xc2\xca\x93\xce\xfb\xde\x70\xf5\xbe\x1d\xba\xc7\xa9\xf4\x85\x68\xea\x28\xc6\x9e\x1f\xe0\x16\xee\xf9\xbe\xd6\x20\x76\x7e\xf4\xe8\x26\xcb\x24\x0f\x44\x74\xbe\xbe\x98\x0e\x43\x11\x79\xcd\xf9\xb2\x57\x4d\x82\x74\xfd\x0a\xf7\x7d\x68\x58\xe7\x61\x39\xfb\xb4\x37\xcb\xbd\x11\x66\xae\x5b\xbb\x58\xbe\x92\x9f\x2b\xb6\x93\x92\x3c\xe3\x5b\xab\x52\x6b\xbd\xb8\x0e\x4f\xef\x6c\x52\xd7\x05\x05\x03\xd8\x2f\x74\xec\x48\xf9\xff\x01\x92\x38\x06\xde\x3e\x46\xc3\x48\xe2\x16\xc5\x6a\xe0\xc0\xff\x6e\x10\xf1\xea\xf8\x3c\x44\x88\xf8\x87\x98\xbb\x7f\xf9\x30\x12\xdc\x7f\xfa\xc1\xef\x8a\xc1\x9f\xb5\x77\xe7\xa7\x1f\x7f\xfc\xde\x5d\xac\x0c\x35\x1d\x41\xbd\xb5\x87\xea\x4f\xac\x1f\xe8\xf2\xa1\x24\xc3\xe7\xe9\x48\x98\xdc\x63\x10\xcc\xd4\xdf\x22\xdd\x4d\x6d\x0f\xf4\xd8\x9f\xf8\x0e\xaa\x3a\x74\xe8\x5f\xb2\x98\x44\x75\xdd\x4f\x44\x23\x33\x9b\x88\x65\x0a\x5a\x35\x6b\xe4\x87\xb7\x64\x3b\x60\xa9\x5e\x35\x9f\x6b\xad\x57\x85\xb4\xce\x6d\xf2\x52\xc8\xfe\x5a\x01\xb0\x6b\x46\xa6\xd6\xd9\xfb\x48\xac\xeb\xdc\xa2\xc5\x87\x5a\x75\xa6\xf6\xf6\x6a\xf6\x96\x6c\x2d\x94\x86\x01\x54\x07\x75\x0e\xe6\xf6\x16\xe6\x16\xec\x12\x55\x06\x4e\x8d\x1b\x66\xc9\x15\xb2\x46\x0f\x99\x1e\xd2\x08\xf2\x37\x3b\x25\x8f\xe3\xe6\xa9\x9f\xec\x13\x56\xcd\x3c\xa3\xfa\x44\x08\x7a\x31\x78\xc2\xf5\xc3\xa6\x78\x06\x14\x9e\x8e\xea\x28\xda\x6f\xa1\x3f\x36\x14\x63\x8f\x99\xbf\xb3\x51\x1c\x66\xea\xea\xde\xab\x22\x3b\x28\xf3\x62\xca\xee\x8c\x5a\xcd\x98\x6c\x35\x11\x40\x40\x09\xba\xdc\xcd\x83\xc3\xa6\x1b\x13\x87\xa7\x3f\x51\xe8\xaa\x1a\x47\x37\xc2\x43\xa9\x3f\x46\x97\x6c\x02\xc5\xb4\xcf\x78\xb5\xd3\x23\xd0\x66\xec\x67\xc8\xa1\x40\xc3\x29\x96\x17\x5c\x29\x11\xbe\xe2\x32\xcd\x4f\x57\xbb\xd3\xcf\xb6\x71\xb6\xd5\xbf\xcc\x4f\x91\x73\xb4\xbb\xa9\x75\x32\x9a\x7b\xc5\x8a\x75\x22\x8e\xa9\x20\xb3\xe5\x6e\xaf\x9a\x63\x5c\xe8\x24\x65\x77\x25\xd0\x4e\x07\x43\x08\x19\x13\xb5\xa9\x3f\x23\xcb\x8c\x22\x5a\xda\xe3\x16\xd1\x34\x10\x88\xa9\x3f\x51\xe1\x98\xfa\xa3\x2f\x05\x83\x73\x7c\xae\x8b\x6e\xec\x75\x45\xb4\xbb\xb0\x3b\xc5\xc2\x4b\x9b\x72\x1e\x11\x0b\xa2\x2d\xf0\xad\x53\xd4\x38\x67\xa6\x80\x7f\xf5\xd3\x92\x6e\x9c\x40\x93\xcd\x8f\xb9\x87\x21\xd4\x1e\xcf\x05\x61\xa6\xbc\x91\xd1\x35\xd1\x2b\xb6\x54\x32\x7e\x07\x15\x3b\xa2\x63\x5c\xcf\x57\x63\xa2\xcc\x08\xa9\xf2\x92\x00\xa3\x70\xbc\x04\xb5\x1a\xb2\x92\x8c\xb2\x0a\xf5\x4b\xce\x70\x92\x10\x21\xce\xcc\xbb\x46\xa6\x27\xf1\x37\xd3\xe8\x13\x81\x31\x7d\x32\xbf\x7f\x8a\x27\xa1\x22\x4e\x4a\x24\xa6\x99\xa8\xd3\x8a\xda\x70\xdf\xa6\xb3\xf0\x09\x89\x3e\x1d\x51\x7b\x2e\x06\xd7\xe7\xf2\xc1\xe0\xfa\x80\x01\x65\x48\x21\x0e\xf6\xac\x12\x47\x47\x6e\x55\xe4\x61\x83\xfa\x38\x9b\x3c\x08\x00\x9f\x8c\x26\x84\x09\x17\x6d\x3a\xfe\x68\xdd\x54\xcb\xae\x96\x38\xb6\x03\x10\x61\xf3\x3c\xdb\x5a\xcb\xa0\xdf\x8e\xa4\xd3\xd6\x76\x6d\x24\x75\xc7\x7a\xde\x02\x7d\x0b\x87\x1f\x7d\xbc\x79\xa7\x83\xba\xbf\x73\xf4\x58\x90\xbc\x20\x8a\x11\x59\x0f\x84\x19\x19\xe0\x2c\x1b\x5f\x96\xa9\xc2\x46\x8d\x05\x2b\xc1\x4a\x8a\x8e\xc1\xb4\x06\x88\xd3\x7c\xdb\x48\x97\xa4\x4c\x5b\x90\x8b\xc7\xc2\xca\x02\xc6\x6b\xca\x73\xcf\xd5\x43\xb5\xeb\x4a\xbb\x95\x32\xa2\xc3\x59\x30\xdb\xa2\x35\x49\x56\x98\x51\xb1\xd6\x7b\x6b\x8d\xef\x08\x70\x40\x5d\x52\x8b\x8c\xdc\x38\x47\x15\x31\x45\x99\xac\xaa\x02\x71\xba\x34\x27\x22\x6c\x83\xde\x4f\x5f\x5d\xcf\xde\x4c\x7e\xf9\xf0\x69\x72\x3d\xfb\x70\xfe\xee\xdd\xa7\xf7\xb3\x4f\x93\xab\xf3\xd7\xaf\x3e\xbd\xbf\x7d\x75\x73\x33\xb9\x7c\xd5\xdb\xf1\x29\x81\xb8\x59\x34\xa6\xc0\x2e\x98\x40\x0b\x2e\x66\x7a\x11\x0d\x0e\x52\x9b\xe1\x2c\x74\x42\x81\xeb\x12\xc7\x2d\x4b\xb6\x46\x5d\xe0\xcc\x5b\x76\xc5\xe7\xc1\xf0\xc9\x86\x7e\x59\xd0\x58\xd5\xd5\x97\x3d\xf5\xc4\xfc\x58\xca\x87\x80\x3d\x1c\x86\xd6\xa2\x58\xfb\x17\xc7\x6a\xf1\x79\x0d\xaa\x35\xe8\xf9\x6d\x38\xe8\x03\x9d\xaf\x41\xf6\x08\x78\x08\x26\x2f\xaf\xb4\x69\xff\x40\xc8\x87\xc9\xcb\x2b\xed\x23\x18\xea\x1a\x78\xc0\xe6\xdf\x6a\x4e\x7f\x42\x4a\x6f\xd8\xe8\x31\x1f\x5a\xd5\xf1\x65\x5d\xd2\xd1\x5b\xb6\xd7\x4c\xf4\xb1\x2f\xe5\x6c\x5e\xd7\x81\x3c\xd4\x70\x7c\x1c\x8b\x9b\x99\xd1\xc5\xcd\x75\x65\xa3\xd2\x5c\x31\x6c\xb6\x99\x16\x5c\x2a\xd6\xc5\x0b\xf4\x66\x9b\x93\xa2\xfa\xe2\x42\xf5\xcf\xab\x0a\x30\x56\xc3\x77\x3b\x61\xed\x47\x51\xd2\x94\xf0\x6b\xe8\xf4\xba\x40\x62\x03\x3b\xeb\x89\xf5\x97\xa7\x41\xbb\x83\xc3\xde\xd0\x2a\x8d\x78\xb8\xf9\xf3\x84\x42\xb5\x8d\x75\x9c\x4d\xea\x83\xa4\x03\x36\x0f\x2a\x6d\xba\x97\x94\x2c\x1b\x15\xc6\x7b\x24\xe5\x80\x89\xb6\x59\x03\xdf\xd6\x4c\xf3\xd7\x33\x7d\x10\x62\xf3\x61\x97\x65\xcd\x0a\xff\x22\xf0\x66\x8f\xbe\xe2\x9b\xfd\x75\xf1\xcd\x7e\x65\x7f\x59\x88\xb3\x86\xa8\x1e\x27\xf8\xf6\x47\x33\x85\xea\xc8\x0d\xae\xbe\xd4\xd2\x80\xbb\x71\x03\x93\x4b\xd1\x2a\x60\xed\x18\xb6\xd9\x79\x9d\xf5\xb5\xa0\x0f\x8a\x22\x8d\x0a\x4a\xd2\xd4\x1d\xf4\xc7\xf9\xfc\xd9\xd5\x95\x36\xb9\x03\xaf\xa1\x0d\x12\x37\xbd\x70\xd7\x97\x6c\x4c\xf2\x70\x22\xd6\x75\xa7\x6c\xd4\xd7\x11\x4a\x25\x6e\xf2\x64\x1f\x14\xd5\xdb\xe9\x45\x6c\x7d\x19\x7d\x02\x5c\xe7\xa7\xaa\x3c\xd9\xa5\xdb\xb8\x5d\x73\x4d\x0b\xcc\x29\xa2\x0b\xf4\xdb\xed\xf4\xe2\x37\x77\xf4\xab\x69\x79\x64\x05\x6c\xb8\x92\x65\xc2\x3d\x03\x3a\x96\x49\x8b\x38\x54\xc5\x32\x2f\x1b\xaa\x60\xc5\xa5\x79\xfc\x7f\x32\xc9\x5f\x9c\x9d\x3d\xfb\xc7\xf3\xf1\xb3\x9f\x7e\x1e\x3f\x7b\xfe\x7c\xfc\x2c\x3a\xef\xe3\x4b\x24\x7c\xcc\xb9\xc9\xa2\x82\x98\xbf\x6f\xfb\xd3\x3e\x5c\x17\x78\xc9\xbe\xab\x0e\x9e\xbd\xab\xbe\xdd\xb9\xc7\x47\x1a\x2e\xd0\x42\xa7\x00\x6c\x96\xe7\x06\x53\x63\x2c\x21\x29\xf5\xbb\x71\x37\xa9\x64\x28\x39\xff\xba\x31\x52\x36\xe2\xf9\xa4\x75\x56\x2a\xf2\x02\xaf\x84\xe8\x79\xb7\x09\x54\x83\xce\x41\xf8\xbc\x31\xec\xea\x82\xf0\x1a\x82\xcc\x87\x44\x10\x87\x48\x1d\x6f\x01\xdc\x53\xb3\x4f\x99\x58\x63\xf1\xfb\x7b\xe8\x2c\x56\xbb\xb9\x6c\x3d\x54\xad\xb0\xfe\xd6\x58\x78\x45\x5c\x10\x8a\x7b\x95\x0f\xd0\x71\xdc\x83\xad\x51\xb5\x2b\xf1\xbc\xaa\x31\x88\xb8\x2b\xea\x5e\x7f\x00\x69\x4a\xf7\xd2\xaa\xe9\x65\x04\x10\xbb\x39\x03\x70\x5d\x68\x40\x94\x49\x4c\xdc\xc1\x4e\x66\x74\x7b\x19\xa0\x8f\x31\x3a\x87\x62\xa8\x56\x28\x0b\x74\x89\xaa\x25\x34\xb0\x7c\xe4\x73\x9e\x61\x56\x5b\x6e\x14\xb7\xb4\x69\xd2\x50\xa1\xcd\x2d\xd0\xd7\x9f\x33\x22\x93\x33\x33\xb8\xb1\xa2\x5e\xe0\x89\xf8\x0c\x72\xb5\x78\x83\xc9\xa4\x97\xdc\xc6\x73\xd7\x89\x58\xf6\x26\xc9\x71\x21\x69\x52\x66\x38\x22\x91\x3c\x2a\x8e\xe2\x78\xa9\xae\x61\xfd\x1c\x21\xba\xf0\x9d\x65\x73\x19\x4b\xe9\x06\x9e\xd8\x21\x58\x1d\x26\xbf\xc6\x77\x9d\xc0\x93\x4a\x26\xbd\x0c\xc2\x04\x29\x66\x21\x9f\x1e\x60\x88\xf1\x12\xc8\xf3\x23\xeb\x2d\xf3\xde\x66\xa5\x8d\xe2\xee\xa0\x7d\x45\xc8\x4f\x3d\x63\xe4\x4c\x1d\x9a\x92\x89\x32\xcf\x79\xa1\xd4\x33\x77\x05\x47\xcf\x80\x79\x4e\xd4\x5b\x92\x9e\x4b\xa0\x1d\x74\x9b\x13\x06\x65\xee\x0e\x15\xfa\xaa\x8e\xf6\x40\x52\xfe\x25\xe3\xa0\xd9\xc6\x02\x2a\xd7\xed\x1b\xa0\xa4\x36\xf5\xca\x58\x4c\xb4\xb9\x4c\x09\x65\xa6\xb1\x63\xd3\xa8\x3e\x8c\xe6\x52\xd3\xc2\x8a\x5e\x92\xd7\x65\xea\xeb\xf4\x78\x68\xb7\xa2\x0b\xd7\x4e\x55\xd2\x59\xc6\x71\x8a\x6c\x29\x80\xfd\xaa\x85\xc6\x22\x4c\x3f\x6e\x43\x4c\x9b\xac\xb4\x1a\xa6\x55\xe7\x15\x18\x0d\xda\x93\xc0\x0a\x69\xfa\x39\x45\x6a\xdb\xc1\xe1\x84\x3d\xa4\xe6\x59\x59\x0c\xb0\x10\x74\xa9\x34\x9f\x4b\xcb\x05\xcc\x2f\x8e\x2e\x4d\xfa\xa0\xea\xf9\x47\x3b\x9c\x05\x2d\x84\x44\x84\xc9\x62\x6b\x6f\x3f\x23\x8e\x59\x77\xe4\xc5\xe4\xf2\xe6\xf1\x3e\x24\x73\xf8\x91\x76\x28\xd6\x72\x24\x59\x33\x5b\x73\xf5\xd5\xcf\x36\xd3\xbd\xe0\xfd\x92\xb0\x79\x9d\x18\x6f\xf1\xda\x61\x53\x3d\x3d\xde\x31\xa1\x60\x3e\xd2\xb0\xc7\xb0\x41\x7f\x5b\x49\x99\x7f\x2b\xbe\xfb\x0d\x39\xad\x3a\xbf\x2d\x68\x46\x7e\xb3\x85\xcc\xdd\x60\xc9\x2e\x58\x64\x67\x8e\x77\xd1\xd2\x9b\x5f\xc3\xe6\x37\x9d\x80\x24\x71\x38\x91\x42\xc5\xa3\x4f\x57\x66\xfa\xf1\x85\x63\x20\x6d\x8b\x55\xcd\xeb\x5c\x6f\x05\xc1\xb6\x95\xbe\xbb\x26\x12\x03\xf8\xa7\x09\x54\x2c\x73\x03\x56\x6c\x28\xd8\x7e\x73\x00\x2d\xe0\x45\x6b\x11\x29\x48\xd2\x26\xc6\x10\x82\x21\xea\x01\x8e\x7d\x67\xcc\x29\x43\x98\xd8\x93\x5f\x32\xbc\x71\x21\xef\xb4\xe9\x56\x27\x54\xeb\x67\x5c\x81\xad\x0b\xf8\xd5\x1d\x4c\x59\xc3\x4e\x68\x6f\x8d\x31\xde\x51\x51\xdb\x3d\xeb\x57\xbd\x80\xe6\xf5\x0b\x5d\x82\x0e\x73\x29\x9e\x92\x5b\x9d\xcf\x92\x52\x8f\xcf\x4b\xb4\xbf\xa2\x5a\x5c\xb3\xbd\x87\xe8\x3b\xae\xcf\xb3\x4d\xd5\xbc\x8c\xd5\x33\xcf\x7b\x1e\xad\x35\x38\xf5\x87\x92\x14\xaa\x46\x1e\xa9\xd3\x08\xa8\xa2\xe5\x51\x7b\x62\xdc\x2b\xa0\xce\xe8\x10\x13\x13\x24\x45\x94\x46\x83\x3e\x7e\xec\x89\x8f\xa8\x3f\x9b\x1f\x4c\x32\xd0\x18\x9d\x67\x19\xbf\x27\x69\x25\xc0\xe4\x98\x16\x02\xdd\x73\xf6\x58\x76\xac\xf4\x01\x1c\xa9\x46\x01\x7c\x3b\xe4\x3f\xdb\xd7\xd7\x1c\x14\x00\x6b\x52\xb9\x05\x1b\xed\x3e\xeb\xd8\xed\x60\xbf\xd5\x14\xa6\x17\x6d\x0a\x8e\x5f\x54\x9f\x5a\xa2\x97\xbb\xb1\xa8\x7f\x3a\xd9\x8b\xa1\x41\x17\x37\x75\xd0\x45\x33\xae\xb4\xa8\xe3\x27\xda\xdc\xd7\x4f\x8e\x86\x54\xa7\x7d\xce\x46\x0b\xb4\xac\x5b\x71\x67\x92\x2b\xf9\xa3\xc0\x19\xa4\x1e\x08\x44\x7d\x4a\x7d\x30\x4c\x3e\xce\x2c\x22\xe8\x1f\x43\xf2\xda\x66\xf4\x0f\xd2\x9b\xf0\x07\xc9\x64\x26\x44\x85\xa1\x25\x9d\x53\xc0\x6c\x0c\x68\xf1\xdf\xbe\xa6\x2f\xbf\x1b\xa3\x1b\x63\xda\xf7\x1b\x8c\x22\xb3\xf5\xfc\x71\x0e\x3b\x33\x72\x66\xe9\xd5\x33\x1a\x34\xc0\xa0\x49\x22\x10\xf8\xb0\x33\xc0\xd8\xe0\x07\x38\xa8\x21\xab\x49\x7b\x03\x8b\x86\xff\xbb\xce\x25\x86\x60\x17\xd3\x29\x0e\x76\x69\xd1\x7d\x9e\x80\x53\xba\xde\xd0\xdd\x1c\xe5\xd6\xd5\x1a\xe8\xf3\x82\xb2\x94\x14\xd5\x6d\xbe\x33\x59\xef\xe3\x41\x86\x82\x86\x47\xc6\xfb\x18\x4b\x5c\x60\xbc\x3a\x27\x9e\x9f\xd5\x6b\x02\xcc\xcd\x6b\xc4\xd2\x60\xd8\x70\x0f\x4c\x79\x46\x13\x4f\x38\x56\xfb\x3c\x77\x9f\x6b\x47\x80\xb6\x0a\x03\x78\xe8\xa4\xbb\x41\xaf\xeb\x7a\x8b\xda\x35\x6a\xeb\xc3\x18\x78\xff\x2a\xf8\x06\x8e\x97\xd3\xe9\xa3\x3e\x56\xc0\x03\x56\xd9\x48\x2c\x42\x8f\x04\x5f\xc8\x11\x66\x92\x8e\xf0\x62\x41\x19\x95\x5b\x07\xc0\x13\x0a\x26\xab\x7a\xf1\xb1\x47\xc8\xf6\xef\x5b\x56\x18\x4c\xb8\x5d\x6b\xbc\xc1\xfe\xa2\x1a\x47\x6c\xe1\x01\x21\x5f\x0d\x55\xa4\xc9\x0c\x6b\x61\xf8\x9a\x6f\xb0\x15\xf9\x3d\xeb\x46\x96\x63\xb4\x7e\x36\xce\x70\xb1\x3c\xa8\xc0\xea\x29\xc2\xc3\x42\x1c\x52\xb6\x6e\xe4\x08\xd6\x58\x33\x3f\x9f\x10\x1a\xcf\x16\x35\x91\xc3\xe0\xf0\xf1\x0c\xf1\xcb\x48\x57\x7e\x06\xe8\xe1\x6e\x91\xe5\x6f\x2e\xaf\x67\x11\xaa\xe1\xab\xba\x75\x03\x24\xbd\x36\x84\x6a\xbe\x93\x32\x61\xb8\xa5\xd3\x20\xd1\x0c\x84\x6f\xd9\x25\xd4\xb3\x05\x11\x3c\x2b\xc1\x16\x6c\x02\xb1\x9a\xfa\xb7\xc7\x92\xe8\x8d\x97\x3f\x65\xa4\x8c\xa5\x62\x7c\x69\xc5\x57\xed\x27\xd4\xd1\x6a\x1a\x26\xba\xb5\x74\xdc\xf3\xee\xb7\x22\xef\x65\xf6\x32\x40\x3b\x83\x2c\xe3\x93\xee\x33\x3b\xb1\x40\x47\xb2\x8a\xb7\x76\x8c\xb5\x8f\xa7\x95\x81\xdc\xd1\x67\x65\x36\xaf\x90\x43\x73\x5e\xec\x55\x90\x78\x10\x8e\xe9\xe3\x5d\x20\x53\xaf\x89\xdc\x77\x4c\xb4\x89\x3c\x17\xc3\x6d\xe4\x8e\x5e\xe7\xa4\x69\x23\xff\x7b\x8c\x8d\xfc\xfe\x40\x23\x79\x36\x1f\xb4\xa9\x1e\xbf\x9b\x3f\x70\x77\x4b\xdb\xd5\xd2\x32\x02\x82\x79\x50\x3b\x6b\x57\x58\xa0\x39\x21\x0c\x15\x44\x1d\x6e\x0d\xf3\xd7\x74\x3d\xed\x67\xd9\xb3\x32\x5e\x34\x46\xd2\x55\xeb\x01\x4b\xd0\x8f\x1f\x27\x97\x9b\x1f\x0c\x31\x2b\xdf\x9d\x17\xad\xc8\xc0\x2f\x5a\x44\xa5\xa6\x1c\x3b\xdf\x02\xa7\xd6\xbb\xda\xda\x8f\xe6\xdb\x76\x14\x92\xab\xd7\x97\xdb\x0a\xf8\x50\x91\xef\x49\x5f\x10\x20\xe3\x28\xe3\x6c\x49\x8a\x66\x38\xa0\x2f\x7c\x12\xb3\xd4\x4e\x06\x2c\x01\x66\xd4\xea\x6b\xd6\x49\x42\x03\xeb\x59\x9b\x4a\x8e\x4e\xcd\x50\x4c\x48\x5e\x46\xd4\x2c\x79\x81\xd6\x3c\xd5\xfd\xc4\xcd\x38\xb0\xc0\x3c\x91\x78\x43\xf1\x4c\xbb\x63\x63\x0e\xcc\xfb\xd6\x13\xe6\x6e\xc6\xe8\xb7\xa7\xbf\xa9\xd1\xfd\xf6\xec\xb7\x56\xf8\x80\x85\x96\x75\xcd\x71\x45\xc0\xc3\xe3\x38\x31\xc6\x4b\x2c\x90\x79\x69\xa3\x02\xb9\x13\x5b\x0f\xb9\x8e\x88\xda\x4d\x44\xee\x90\x0d\xe1\x52\xf2\xb5\xe2\x98\x38\xcb\xb6\xfb\x1d\x93\xe8\xa0\xfe\xc7\xbd\x51\xfd\xf5\xc4\xbb\x51\xfd\x8e\x19\x5a\xfa\x74\xa3\xfa\x3d\x53\x57\x1b\xc9\x13\x6f\xb4\xb3\x99\xf6\xa2\x83\x2c\x4a\x76\x37\x60\x2f\x7d\x68\xb4\x3f\xd2\x4e\xe2\x05\x4c\xd5\xb8\x37\x61\x40\x48\xef\xa1\x16\x63\x86\x3b\xcd\x2b\xc1\x7c\xf9\x7d\xe4\x8b\x89\x05\x67\xec\xce\xf7\xbe\x08\x89\x88\x80\xd8\xf7\x83\xc3\x61\x11\xbf\xdd\x23\xf4\xd5\x6a\xbf\x60\x51\x88\x89\x96\x3f\x6f\x3d\xd0\x0e\x4c\xbb\x79\x73\x5b\x75\x68\x8d\xdc\x01\xb7\x7f\x6f\x8c\xf7\xa1\x15\x0f\x5b\x63\x6c\xa9\xd9\xed\xd1\x55\xa2\x95\x5b\xad\xeb\x1b\x9e\xa3\x75\x8c\x1d\xb8\x39\x4c\x8f\xb2\xd8\xf1\xc4\x55\x7f\x54\x45\x69\x5a\xd3\x38\x54\xeb\x24\x6c\xc1\x8b\x24\x80\x08\xd5\x49\x2c\x34\x4f\x54\x67\xbb\x36\x60\x61\x28\x37\x10\xb6\xe9\x20\x88\x3a\xce\xc8\x93\xa6\xcb\x18\x6a\xd2\x04\xe7\x13\x2a\x42\x13\x0a\x40\xdc\x85\x3b\x6a\x6a\x5d\xc7\x25\x6e\x5e\x50\x5e\x50\xe9\x4d\xdb\xec\xe4\x8e\xeb\x07\xfa\x87\xf3\x04\x4a\x89\x9a\x28\x55\x2f\x6d\xe7\x44\xde\x2b\xa9\xf3\x19\xfa\x36\xe3\xf7\x44\xc8\xef\xd0\x08\xfd\x88\xbe\x5d\xd1\xe5\x4a\xfd\x15\x9c\x98\xdf\x03\x10\x2e\x5c\xe1\x01\xe1\x19\x55\x64\xf1\x6a\xe2\x7b\x97\x9b\xc0\x39\xfd\xb4\xa1\x3d\xd0\xaf\xc8\x5d\x24\x1f\x33\xa5\x22\x68\xc7\xb3\xbd\xbc\xc1\x7e\x01\xe2\x5c\xa8\x02\xba\x09\x9d\x67\x28\xa7\x1b\xae\xc4\xc1\x35\x56\xf7\x97\x78\x62\x12\xbe\xee\x08\xc9\x71\x46\x37\xfb\xa1\x27\x3f\x60\x2f\x3e\xff\x6f\x13\xda\x1e\x11\x13\xd0\xba\xfb\x14\xe3\x88\x76\x25\xef\x3e\x59\x5f\x9d\x75\x0c\x0f\x5c\xe1\x3e\x7b\x64\xfb\xfa\x62\xd0\x4f\x65\x1f\x60\xe4\x3e\xdb\x56\x5a\x57\xe5\x03\xf0\x18\x01\xd4\xe7\x5f\x9c\x32\xad\x1a\x75\xaf\x6e\x63\x98\x85\xb0\x2a\x6b\x1f\x80\x11\x06\x12\x5a\x91\x8e\xc8\xea\xa8\x7f\x4d\x23\x4c\x40\x11\xfc\x82\x31\x02\xa5\xe4\x53\x5d\x36\x6d\x90\x3b\xe7\xbc\xfb\x5c\x4b\xca\xc8\xf5\x57\x4a\xcf\x6f\x0a\x9e\x9e\xe9\x98\x4d\x8d\x2e\xa6\x1f\x81\x95\x5c\x7f\xbc\x3a\x47\x94\x25\x59\x99\xaa\x73\x66\x2a\xbb\xd9\x1d\x0d\xf9\x3d\xe1\xa8\x8c\x0a\xb7\xb6\xae\xf9\x60\x4b\x26\x20\xbe\xa6\x52\x2d\x4e\x93\x0d\xf8\x23\x2a\xd5\xe7\x11\xe3\x8c\x1c\xe0\x05\x62\x3e\x13\xfa\x08\x15\x44\xd0\x3f\xc8\x27\xcc\xd2\x4f\xb9\x27\x34\x3f\x62\xed\x93\xbc\x8c\x5c\x49\x45\xf1\xe6\xda\xdd\x5e\xa9\xaf\x0e\xf5\xf6\x27\xbc\x18\xe4\x7b\xbe\x80\x1a\xd7\x36\x36\x0d\x0a\xdf\x41\x09\x0f\xf8\x3a\x57\xea\x36\x4f\xee\xc2\x58\x7d\x1f\xb8\xc4\x99\x1a\x3f\xf4\xf5\xed\x0c\x1e\x12\xe8\xdf\x74\xff\xbe\x2b\xbf\x85\x10\xfc\xfd\x73\x6f\xcb\xd8\x00\x01\x3d\xe6\x21\x64\xb0\x03\xde\x21\x84\xe9\xca\x14\x29\x77\x95\xea\x79\x98\x84\x88\xf1\x5a\xc3\x42\x7b\x7e\x37\xf3\x0f\x1c\x09\xaf\xe7\x7a\x55\x2e\x49\x8e\x97\xd1\x57\xd6\x1b\xdb\xbe\xb2\x5d\x9b\x08\x14\x45\xff\xc7\xa2\xee\xcf\x8f\x42\x09\x69\xe4\x0c\xbd\xa5\x2f\x3d\x21\x61\x21\xbe\xf1\xfc\xe9\x0f\x3f\x7b\x7e\x7e\xf6\xf4\x87\x9f\x7f\xfc\xbb\x1b\x83\x3a\x6e\x45\x63\x56\x93\x36\x00\x3b\x7c\x28\xa1\x4e\x94\x8f\xc9\x65\x97\xdb\xb4\xb0\xf3\x14\xf3\xf7\xdd\xaa\x26\x5c\xda\x94\x25\x36\x65\xdd\xea\x92\x4e\xa2\xc2\x6a\x35\x77\xef\xed\xd5\x93\xfa\x1a\xf1\xf1\xab\xbc\x84\x7b\x67\x4d\xd6\xbc\xd0\x00\x90\x9d\x51\x43\xe5\x28\x21\x6c\xfc\x89\x6e\xe8\x13\x55\x58\x0a\xbd\x6e\x70\x41\xf1\x3c\x6b\x78\x64\xe9\x92\xf1\xc2\x07\xc6\x12\xc1\xdf\xf5\xeb\xaf\x3c\x40\xea\x6d\xd3\xb7\x69\xee\xd8\xca\xba\x37\xb0\xfe\x7a\xb7\xe9\xf1\xf6\xd1\x3e\xf0\xf4\x0d\x28\x31\x08\x2d\x02\xe8\x77\x5b\x2a\x84\xa7\x07\xa3\x0c\x89\xa1\xd0\xf4\x06\x96\xbe\x19\x99\xa6\xd4\x24\x70\xc6\x54\xb8\xf4\xf4\x68\xc0\xf4\xc7\xe3\xb6\xe2\x60\xe0\xcc\xcd\xda\x8f\x53\xdf\x46\x09\xb8\xda\x89\x7d\xbb\xe7\xc5\x1d\x78\x8f\x9a\x41\x70\xbe\x6b\xed\xa0\xf8\x9a\x94\x88\x3b\xc9\xdd\xa6\x8c\x91\x71\xd4\x7b\x1a\xac\xe8\x72\xf5\x29\x27\x05\x2c\x17\xf3\x80\xbe\x1e\x96\x08\x57\x79\x58\x23\xd5\x77\xe3\x61\xad\x34\xf8\xca\x63\x5e\xa9\xf2\x05\x2f\xa5\x06\xb2\x6c\x88\xba\x4e\xee\xae\xbd\xc3\x75\x82\xbb\x56\x8c\x4c\xf7\x48\x94\x54\xef\x6e\x89\x8b\x25\xd1\xd1\x2f\x8a\xad\xa5\x89\x1b\x5a\xff\xf2\x7a\x86\x0a\x92\xf0\x22\xad\x22\xbd\x20\xb2\x61\x53\xcb\xdd\x30\x44\x2d\xd4\x83\x46\xb7\x9f\xb7\x48\xe9\xe1\x9f\x8c\x62\xf6\x89\xc6\x24\x23\xa9\xa9\x99\x99\x54\xe8\x34\x10\x0f\xa8\x29\xa7\xd8\xfc\xed\x95\xa8\xea\x25\xee\x3f\x2a\xe3\x68\xfb\xe4\xb6\xcb\xf5\xa5\x86\x37\xd3\x35\xcc\x30\x2b\xc4\x8f\x45\x15\xea\x16\x59\x24\x49\x34\x39\xa5\x45\x0e\x65\xbc\x67\x80\xcd\x4a\x8a\xae\x5e\xa5\x5d\x3b\xd8\x58\xbf\x41\x27\xeb\xe5\x5a\xfe\x56\xd7\xf3\xd2\x34\x84\x6d\x63\xd7\xd9\x3f\x54\xc8\x50\xde\x90\x62\x6b\x4c\x2a\x87\xc4\x70\xe8\x59\x99\x1a\x26\x9f\x52\xbe\xc6\x94\x0d\xde\x13\xb6\x04\x8a\x7e\xbc\x67\x6b\xf8\x80\xdb\xef\x3b\xa8\x9c\xfb\xa1\xb2\x30\x9a\x98\x9a\xb5\x51\xb0\x9b\xb7\xd7\x93\x8b\xaa\x7d\x5b\xce\xba\x9e\x5c\x58\x34\x35\x34\xb9\xf4\x63\xd4\xd9\x5b\xf6\xf6\xaa\x11\x78\x63\xf7\x51\xbd\x75\x5a\xa3\x8b\xdb\x35\xb5\x5d\x51\x36\x6a\x6d\xc1\xa0\xda\x35\xbf\x40\x02\x93\xe0\x6a\x54\x02\xde\xba\xcc\x24\xcd\x9d\xc5\x79\x4d\x1f\xa2\x9b\xd8\xdc\xf5\xa0\x9b\xbb\x51\xa0\x2d\x2f\xa1\x86\xc6\xe7\x3c\xa3\x09\x95\x4e\xd3\x84\x35\x4b\xb4\xa6\x7a\xfc\x4a\x60\x8a\xd9\xf7\xfc\xd2\xb8\x0a\x7a\x7e\xed\x32\x3c\x67\x93\x9d\x63\xb0\xd3\xd2\x73\x25\x6d\x44\xae\x56\x21\xe0\xad\xbb\x9d\x41\xab\x43\x33\x99\x37\xba\x9b\x3d\xf2\x98\xe3\x02\x92\xda\xe9\xba\x8a\x38\xa5\xbe\x2a\xbb\xc5\x23\x71\x4e\x11\x61\x69\xce\x5d\xf5\xc7\xe3\x52\x27\xe3\x13\x4b\x7b\xeb\x4d\x98\x9f\xec\x38\xad\x41\xd3\xc5\x71\xac\xc3\x3d\xe3\x80\x90\xc4\x5c\x45\x44\x4e\x9c\x1b\xdb\xd6\xd1\xca\x22\xab\xeb\xf2\x52\x86\x8a\x55\xc2\xc5\xf8\x5f\xc2\x69\x67\x97\x1c\xa5\xfc\x9e\x69\xe1\x10\x7c\xaa\x17\xef\x67\xe8\xfd\xed\xf9\x5e\x7e\x03\x2c\x71\x42\x58\xdc\x52\x5c\x56\x8d\xfb\x56\xa3\xee\xaa\x02\x87\xf3\x05\x61\x6e\x2e\xa0\xed\x21\xe5\xce\xd4\x78\xd4\xd9\x8d\x59\x83\xcb\xce\x23\x5d\x0f\x47\x5a\xfd\x30\xa8\x44\xa4\x4d\xdf\xf8\xef\x56\xb5\xcd\xf2\xab\x93\xba\x6d\x7a\x1f\x0f\xab\xa2\x60\x0a\x9b\x92\x42\xdb\xec\x22\x55\xac\xeb\x72\x7d\xd1\x7a\xce\x63\x4b\x0d\x5a\x2c\xd5\x39\xc5\x68\xb3\xd6\xc2\x7f\xdd\xc3\x06\xec\x89\xc6\x11\xb2\x59\x57\x1c\x47\xbd\x7c\xfa\x51\x9c\xed\x0c\xe2\x4b\x58\x12\x92\xbc\x8c\xb5\xe8\x99\x71\x56\x32\x35\xd8\x48\x1b\xd3\x33\x7c\x36\x2f\x78\x42\x84\x70\x26\xf1\x23\xbb\x48\x26\x6a\x92\x2e\x0d\xb9\xbe\xc0\x6c\xf7\xb2\xfb\x84\xad\x3e\x1e\x1b\x45\x9c\x7d\xe2\x54\x36\x9f\x53\x97\x24\x4c\x1f\x46\x49\xc2\xa3\xd8\xd9\x23\x63\x06\x9c\x0d\x16\x3c\x4b\xa3\x2e\xca\x5f\xa0\xa1\xdd\x55\x78\x0e\x79\x0a\x04\xe5\x58\xae\x2a\x48\x01\xdd\xa4\x8a\x57\x77\x0c\xda\x86\xcd\x62\x96\x9e\x35\x3c\xa6\x00\x8e\xdd\x91\x7a\x8c\x8b\xb6\xf9\x32\x97\x9e\x21\xea\x51\x14\x6b\x74\xf6\xef\xf5\xd5\xfd\x9f\x67\x9b\xf5\xd9\xbf\xeb\xc1\xfd\xe7\xd9\xbf\x8b\x72\x6e\xfe\x7d\x48\xa6\x40\x9c\xec\xb9\x1b\x0b\xef\x90\x3f\x4d\xaf\xfb\x0c\xe8\x90\xfa\x13\x5d\x79\xa7\x51\x52\xda\x0f\x07\x67\xdc\xdb\x87\xa8\xeb\x39\x16\xe2\x9e\x17\x31\xfa\xf9\xd4\x34\xb5\x44\xb4\x8f\x56\xa2\x7b\x29\x6a\x09\x4d\xe3\xbd\x31\x0f\x54\x39\x3f\x58\x58\x53\xef\x8b\xb4\xeb\x7c\x34\x4d\xfb\xc4\xcb\x2f\x3d\x6c\xf3\x6c\x8c\x51\xe1\xa2\x25\x13\x1b\x6b\x88\x1e\x7b\xd1\xc9\x47\x38\x6c\x54\x3e\x2d\xb9\x3e\xc3\x7d\x3f\x76\xa4\xdf\x9e\x26\x76\x9f\xf4\xfc\x64\x57\xb0\xe7\x27\x33\x97\x78\x85\xd9\xf1\x43\x5e\xf0\xcf\x9d\xd0\x8a\x6e\xbd\x94\xcf\x9d\x10\x0a\xf8\xc6\xa4\x03\xd4\x8a\x69\x13\x68\x1a\x20\x84\xbb\x09\x81\x4d\xc5\xb1\x19\xa5\x5f\xe1\x1e\x56\xf0\x4a\x58\xbf\xa3\xbd\x4e\xee\x5b\x73\x25\x65\x3e\xdd\x9d\xc6\xce\x54\xde\x7c\xf8\x30\xd5\xd3\xb1\x09\x16\x37\xef\xec\xd6\xd0\x93\x52\x73\x51\xad\x6c\x99\xb6\x1e\xed\xc2\xb3\x4d\xa0\x70\x52\xec\x40\x66\x71\x23\x99\xed\x37\x14\xc6\x63\xc6\x71\xcd\xab\x41\x60\x94\xf0\xf5\x1a\x8f\x04\xc9\x71\x01\x37\x9d\x0d\x7c\xd2\xa7\x4a\x23\x37\x5e\x4c\x2e\x6f\xfa\xd8\xbf\x1a\x6d\x5d\x18\xd1\x6c\x10\x1d\xa2\x64\x16\xb9\xbf\xc6\x83\x73\x06\xae\xcd\x5a\xce\x33\x2a\x56\xdd\xed\x6a\x52\xaa\x6c\xca\x9e\x67\x33\xeb\xe7\xad\x17\x41\xa0\x15\xbf\xaf\x79\xdc\x02\x43\xdc\xac\xb5\xae\x88\x8e\xb5\xa3\x33\xfa\x8c\xde\x69\x5b\xe4\xdb\x72\x4e\x0a\x46\x24\x11\xe8\x7c\x3a\x79\xd2\x88\xa6\x32\x0e\x0e\x22\x93\x31\xd8\x0a\xc9\xe7\x9c\x43\x8d\x3d\x63\xa7\xec\xf4\x28\xa4\xa2\xfc\x12\xd6\xa3\x51\x66\x43\x0b\x98\xf5\x4f\x8f\xec\x3c\x3b\xd1\x3e\xbb\x7e\xa8\x1d\xdf\xd3\xa8\x9f\x46\x23\x34\x61\x3d\x5f\x3b\x56\x27\x2f\xb3\x6c\x46\x92\xa2\xab\x01\x76\x28\x6d\x1b\xd5\x95\x14\xe1\x2f\x73\xc4\x41\xf3\x55\x3d\x01\xe4\x3e\xd4\xd3\x1a\xc7\xbc\x5c\x88\xd5\x4e\xa1\x95\xb6\xe7\x73\xf6\xa6\x51\x51\x05\x36\x4c\x82\x00\x24\x86\xa0\xd9\x8a\x64\x19\xfa\x76\x36\x7b\xf3\x9d\x2d\x87\x62\x0c\x40\x48\xd7\x32\xec\x72\x2c\x5e\x27\xb6\x46\x8c\x6e\xf7\x92\x18\xa1\x39\x16\xe4\x12\x4e\x50\xe3\x4b\x8b\xed\xd5\xf8\xca\x2a\xea\xcd\xaf\x2a\x12\x7e\xd3\x7e\x6d\xe3\x58\xe8\x28\xd8\x17\x48\x16\xa5\xbe\x24\x8c\x26\x62\xbe\x11\x12\x4b\xad\x83\xaa\xf9\xe5\x92\xa4\x8d\xc8\xc8\x3b\xca\xd2\x17\x76\x87\xe4\x59\x59\xe0\xcc\xfc\x99\x70\xa6\x31\x73\xc4\x0b\xc4\x4a\x10\x91\xe1\xf2\x4a\x6f\x49\x21\x1a\x5f\xff\xbf\x00\x00\x00\xff\xff\x21\x2b\x6c\x16\xea\xa6\x01\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x7b\x73\x1b\xb7\x96\x07\xf8\x7f\x3e\x05\x4a\xf7\x0f\x27\xb3\x26\x65\x3b\x8f\x9b\xab\xba\x33\x5b\xb2\xe4\xd8\x5c\x5b\xb2\x56\xb4\x75\xb7\x66\xb3\xe3\x80\xdd\x20\x89\xab\x26\xd0\x69\xa0\x29\x33\x9f\x7e\x0b\x07\x40\xbf\xd8\x78\x34\x1f\x8e\x32\x65\xa6\x2a\x65\x91\x68\x34\x70\x00\x1c\x9c\xe7\xef\x7c\x33\x1a\x8d\xbe\xc1\x39\xbd\x23\x85\xa0\x9c\x9d\x21\x9c\x53\xf2\x59\x12\xa6\xfe\x12\xe3\xfb\x9f\xc5\x98\xf2\xd3\xf5\xf3\x6f\xee\x29\x4b\xcf\xd0\x45\x29\x24\x5f\xdd\x12\xc1\xcb\x22\x21\x97\x64\x4e\x19\x95\x94\xb3\x6f\x56\x44\xe2\x14\x4b\x7c\xf6\x0d\x42\x98\x31\x2e\xb1\xfa\x5a\xa8\x3f\x11\x4a\x38\x93\x05\xcf\x32\x52\x8c\x16\x84\x8d\xef\xcb\x19\x99\x95\x34\x4b\x49\x01\x9d\xdb\x57\xaf\x9f\x8d\xff\x3e\x7e\xf6\x0d\x42\x49\x41\xe0\xf1\x0f\x74\x45\x84\xc4\xab\xfc\x0c\xb1\x32\xcb\xbe\x41\x88\xe1\x15\x39\x43\x94\x09\x89\xb3\x2c\xe1\x6c\x4e\x17\x62\x6c\xfe\x1c\xf3\x9c\x30\xb1\xa4\x73\x39\xa6\xfc\x1b\x91\x93\x44\xbd\x7d\x51\xf0\x32\xaf\x1e\x69\xb7\xd1\xfd\x99\x41\xea\x09\x4e\x74\xbb\x0b\xe8\x1a\xbe\xcf\xa8\x90\x6f\xb7\x7f\x7b\x47\x85\x84\xdf\xf3\xac\x2c\x70\xd6\x1d\x14\xfc\x24\x28\x5b\x94\x19\x2e\x3a\x3f\x7e\x83\x90\x48\x78\x4e\xce\xd0\xb5\x7a\x7d\x8e\x13\x92\x7e\x83\x90\xa1\x03\x0c\x67\x64\x66\xba\x7e\xae\x3b\x4a\x96\x64\x85\xf5\x38\x11\x52\x73\x38\xbf\x99\xdc\x7d\x3f\x6d\x7d\x8d\x50\x4a\x44\x52\xd0\x5c\x02\x35\x5b\xa3\x45\x54\x20\xb9\x24\x48\x0f\xa0\x2c\x80\xbc\x68\xce\x0b\x84\x19\x7a\x9f\x13\x36\x55\x34\xa9\xa8\x54\xf5\x98\x17\x3c\x27\x85\xa4\x96\x48\xfa\x83\xd3\x14\x56\x1d\x67\x1f\x8a\x52\xc8\x97\x25\x4b\x33\xd2\x6c\xd0\x19\xca\x79\x5f\x7b\x35\x24\x8c\x6e\x5e\x5d\x8d\x08\x4b\x78\x4a\x52\xf4\xff\x8c\x7f\x7c\xf6\x0f\x94\xa8\xf7\xcd\x69\x82\x25\x69\xf5\x88\xd0\x4c\x3f\x27\x97\x58\xa2\x07\x9a\x65\x68\x46\xd4\x50\x48\x8a\x24\x87\xd9\x31\x9e\x12\xf1\x04\x49\xf5\x12\x92\x36\x7b\x42\x42\xf2\x82\x8c\x5b\x1d\xca\x8d\x5a\x02\x21\x0b\xca\x16\xcd\xc9\xd5\x87\xc1\x3d\xa3\x27\x8a\xfe\xba\x15\x4a\xd5\x29\x20\x9a\xbe\x66\x0d\x49\x6a\x96\x0c\xf1\x39\x92\x4b\x2a\x50\x41\xf2\x82\x08\xc2\xf4\xb9\xe8\x4c\x8c\xcf\xd5\x32\xf0\xd9\xbf\x49\x22\xc7\x68\x4a\x0a\xd5\x0d\x12\x4b\x5e\x66\xa9\x5a\xb2\x35\x29\x24\x2a\x48\xc2\x17\x8c\xfe\x51\xf5\x2d\xec\xb4\x33\x2c\x89\xd9\x8c\xf5\x87\x32\x49\x0a\x86\x33\xb4\xc6\x59\x49\x9e\x22\xcc\x52\xb4\xc2\x1b\x54\x10\xf5\x16\x54\xb2\x46\x7f\xd0\x44\x8c\xd1\x15\x2f\x08\xa2\x6c\xce\xcf\xd0\x52\xca\x5c\x9c\x9d\x9e\x2e\xa8\xb4\x4c\x20\xe1\xab\x55\xc9\xa8\xdc\x9c\xc2\x79\xa6\xb3\x52\xf2\x42\x9c\xa6\x64\x4d\xb2\x53\x41\x17\x23\x5c\x24\x4b\x2a\x49\x22\xcb\x82\x9c\xe2\x9c\x8e\x60\xe8\x0c\x18\xc1\x78\x95\xfe\xad\x30\x6c\x43\x3c\x89\x59\x87\x19\x16\xe4\x92\xaf\x30\xf5\xad\xc3\xcb\xaa\x91\xdd\xe1\xea\x31\x94\xea\xaf\x24\x47\x0f\x4b\x9a\x2c\xf5\xd6\xcf\xd4\xae\x28\x0c\x59\xbb\x5b\x8b\x64\x9c\x2d\xa2\xf6\xc7\x8c\x73\x29\x64\x81\xf3\x09\xbb\xc9\x70\xe2\xdb\xf7\x2f\x3b\x4d\xdd\xa7\xd0\x1c\x3c\xca\x16\x08\x03\xdb\xc8\xba\x9b\x5f\xed\x6d\xf4\x40\xe5\xb2\x1e\x00\xa2\x0c\xe5\xba\x5f\xfd\x38\xf4\xd7\x9e\x44\xff\x01\xd6\x1b\xa4\x7e\xe6\x92\x8a\xfb\xee\xef\xfd\xec\xa4\x6a\x6e\xe7\x22\x71\xb1\x20\x12\xa5\xea\xab\xb4\xa0\x6b\x02\xf3\x49\x78\x41\xb8\x18\x99\x77\x90\x62\xab\x6f\x07\x71\x11\x2a\xc8\xef\x25\x2d\x48\xda\x1e\xce\x68\x6b\xb8\x3d\x4b\xa5\x0f\x50\xe3\x87\x84\xaf\xf2\x52\xfa\x56\xe8\x42\xb7\x70\x2f\x8c\xfa\x76\x85\x93\xa5\x39\xe1\x58\x42\xa7\x05\x15\xdd\xf5\xd1\x8f\xeb\xde\x80\x0f\xb5\xd7\x81\x4a\xb2\xda\x5a\x82\xd6\x50\xae\xf4\x5b\x6e\x38\xcf\x34\x6b\xcc\xd5\xbf\xf8\xbc\xf1\x7a\xae\x38\x9e\xa5\x69\x3a\xee\xf4\xe6\x5e\x6a\x84\x9a\x47\x73\xfb\x57\x35\x92\x39\x2e\x33\x79\x86\xf0\x2a\xfd\xe9\x87\xde\x06\x4d\x7e\xde\xe8\xcd\x92\x4e\x0d\xab\x28\x13\x20\x9c\x20\xb2\xf5\x46\xc4\xe7\x3d\x5d\xa2\x26\x71\x61\xb6\x63\x74\xa9\xc7\x01\x73\x85\xa1\x74\x27\xa9\x3e\x84\x95\xab\xbe\x49\x8c\xd0\xc9\x49\xef\xd7\xae\x49\x39\x37\xa1\xfa\x2c\x37\x8a\x9a\xcb\x82\xe0\x94\xb2\x85\x97\x68\xaf\x18\x9e\x65\xa4\xcb\x53\xb6\xc8\xf6\xa6\xd5\x23\x4a\x89\x24\xc5\xaa\xba\x3a\x56\xea\x80\xf3\x79\xe7\xbd\x0e\xba\x61\x59\x6f\x0b\xc5\xe8\x96\x9a\x80\xfa\x5a\x2c\x25\xcd\xe8\x1f\xa4\xa2\xa6\x5a\x22\xb5\x97\x63\x7a\x86\x2d\x46\xf4\x7c\x0e\x42\x7b\x37\x6d\x46\xe8\x92\x0a\xd7\x8f\xde\xa5\x01\xd9\x28\x44\x6d\x25\x5b\xd9\xcd\xa9\x1e\xd0\x57\x71\x77\xc3\xfd\x62\xce\xb8\x11\x51\x7b\x89\x92\x67\x98\xb5\x9f\x7b\x5a\xf7\x0a\x14\xc7\xd9\x03\xde\x08\x45\xba\x93\x15\x56\xb7\xcc\x49\xd5\x73\x6f\x8f\x96\x51\x34\xfb\x14\xba\x53\xce\xb2\x8d\xba\x90\x69\xaa\xfb\xa7\x02\x9d\x3c\xf0\xe2\x5e\xf5\x39\x94\x4e\x79\x86\xe5\x9c\x17\xbd\x0b\xd6\xa2\xd5\x8d\x69\xa8\xde\xb6\xcd\x03\x9b\xa3\x44\x4a\xae\x56\x42\x95\x6b\xfb\xc0\x56\x34\xdd\xf5\x0d\xd8\xc7\xa5\xd4\x07\x67\x74\x86\x67\x38\xc9\x78\x99\xf6\xb7\xe8\x32\x23\xfd\xc0\x85\x7a\xa0\x9f\x8f\x97\x82\xa4\xe8\x61\x49\x58\xe3\x9a\x75\xf4\x8c\x10\x67\xb6\x47\x04\x5d\xf6\xcd\x21\x66\x1e\xea\x43\x57\x78\x41\x26\x97\xee\x06\xdd\x3b\x56\xb7\xb7\xb3\x80\x3f\xd1\xe4\x52\x9f\x77\x23\x0e\xce\x08\xcc\xc7\xd3\x25\x2c\x03\xa8\x50\x04\xbd\xba\x98\xea\x49\xb3\x84\x8c\xd1\x64\xae\x58\xf3\xd3\xba\xf3\xc9\x65\xdd\xad\x12\x80\x42\xbd\xaa\x07\x85\xda\x95\x05\x59\x28\xca\x62\xd1\x14\xad\x5c\xa4\x42\xa1\x7d\x5a\xd1\xcb\x8c\xf4\x83\x6a\x1c\x4d\xb4\xc6\x43\x2d\x59\xbc\x39\x77\x78\xbf\x6f\x7c\x08\x91\xc5\x18\x91\x44\x8c\x17\x3f\x8d\x33\x25\xd3\xec\x3b\x19\xb1\x11\x92\xac\x94\xa8\x72\x81\x25\x59\xf0\x62\x13\x3d\xa5\xe9\xd6\xa3\xad\x89\x25\xf6\x4b\xc7\xb5\x5a\x0d\x53\xad\x16\x74\x05\xe2\x99\x6f\xfa\x2e\xb6\x6e\x3f\x0e\xf6\x5e\xff\x0c\xe7\xf5\x13\x99\xcf\x69\x42\x09\x4b\x36\x31\x8d\x85\xf0\x6d\xe3\x81\x44\x9e\xd2\x3f\xe2\xf7\xcc\xb4\xf5\x58\x8b\xb8\x42\x7d\x61\xae\x0a\xdd\xbb\x97\xc6\x20\xf7\x52\x86\x16\x74\x46\x67\x1b\x49\x04\xfa\xf6\x35\x7d\xf9\x9d\x8f\xd6\x2b\xca\xe8\xaa\x5c\x9d\xa1\xe7\x2f\x9e\x05\xe7\xaf\xd4\xb8\x45\x8f\xfc\x6c\x3f\x7f\x70\xe6\xe3\x40\x9d\x79\xff\x37\x07\x81\x41\x80\x51\x03\xd4\xce\x35\xa6\x19\x9e\xd1\x8c\xca\x8d\xee\xcb\x08\xb9\xb8\xab\xa3\xb6\x3f\x86\x0b\x8d\xe1\xd4\xfc\xbf\x27\x09\x1b\x2d\x31\x5b\xfc\xb1\xe4\xe5\x88\x9e\x3c\x45\xad\x2f\x96\xdd\x2f\xfe\x7d\xf2\xff\x79\x3a\xef\x95\x94\xfb\x48\x13\xd8\x1a\xb6\x19\x2e\x0a\xec\xda\x8e\x0e\xbd\xa1\xfe\xe0\x07\xe7\x50\xda\x97\xd0\xbf\xa6\xf1\x77\x0f\xda\x32\x00\xd4\x9f\xf3\x7f\x4d\xf7\xb9\x71\xf0\x8a\x0e\xb8\x6f\xce\xaf\x26\xf5\x6d\x73\x7e\x35\xe9\xbb\x68\x40\x24\xe4\xbc\x9f\x3c\xf6\xa3\x9e\x27\xc9\x0b\xc7\x55\xa3\x7a\x6e\x5d\x33\xe6\x2a\xf1\x76\x79\xcc\x6b\x06\xaf\x6e\x79\xd7\x60\xe5\x21\xd3\xe4\xfc\x4a\xb5\xef\x13\x26\x27\xe7\x57\x08\x7e\x93\x5c\x51\xcb\x3b\x23\xab\x4e\x56\x77\x52\x5e\xf0\x39\xcd\xba\x82\xe9\x18\xbd\x23\x78\x4d\x50\xc9\x94\x1a\x25\xb9\xb7\xcf\xa5\x6a\x59\x75\xaa\x34\x6d\x7b\xf3\xb7\x46\xc7\x19\xda\xf0\xb2\x40\x33\xb2\xc4\xd9\x7c\x6f\x02\x16\x9c\xcb\x3b\x9e\x95\xfd\x52\x78\x2f\x0d\x5f\x5d\xbc\xb8\xad\x9e\x6a\x31\x5c\xd5\x19\x5a\xeb\xef\x15\x89\x5e\x5d\xbc\xf0\x4e\xd9\x92\xaf\x52\x7c\x5a\x02\xbd\xe7\xd1\x98\xf3\x03\x2f\xe0\x79\xa0\x45\x77\x7f\xbc\xbf\x99\xb6\xa6\x84\x57\xbc\x64\xc0\x5f\xf3\x82\xaf\xa9\xb6\x08\x06\x7a\x44\xd0\xcd\x18\x7d\x58\x52\xe0\xd0\x0d\x3d\x00\x36\x8e\x92\x6e\x28\x7f\xee\x97\x61\x1a\x97\x8b\xef\x6a\x41\xd1\xd7\x8b\xfa\xdc\xaf\xc4\x5b\xb2\x39\xbf\xbd\x1e\x44\x94\x0f\x4b\x82\xde\x5e\x4d\xd1\x3d\xd9\xb4\x2d\xb6\x96\xa9\x10\x96\x14\x9b\xdc\xcf\x57\x90\xe1\x2d\xaf\x5e\x4e\xcd\x16\x01\xce\xc2\x38\x74\x4b\x85\xa6\x2f\x58\x80\x97\xc4\xea\xe3\xc1\x1e\xed\xb0\xec\x81\xc4\x49\x02\xeb\xd5\x1c\xe1\xb8\xb2\x80\xa6\x3c\x11\x63\xfc\x20\xc6\x78\x85\xff\xe0\x6c\x9c\xf0\xd5\xe9\xf9\xbf\xa6\xaf\x2e\x5e\x9c\x6a\xc3\xeb\xe9\xf9\xcd\xe4\x96\xcc\x49\x41\x58\x42\xd4\x1f\x9f\x5e\x13\xf9\x6a\x26\x8c\xf6\xfd\x16\xc8\x37\x49\xc7\x4b\xb9\xea\xd7\x2f\x1b\x73\x8d\xbb\xd8\x10\x48\x29\x83\x96\xc3\x2b\xe7\x98\xd3\x47\xfd\x77\xbe\xfa\x0c\x10\x73\xd0\x71\x76\xa3\x0c\xe8\x06\x68\x6b\x23\x76\xf5\x02\x38\x4a\xad\x99\x87\xa6\x11\xb9\x2c\xfd\xa6\xcb\xf6\x67\x04\x84\xf7\x36\x50\x6f\x0b\x72\x68\x8f\xcc\x82\x22\xa8\x14\xa7\x41\x35\xaf\xf4\x48\x0d\x6a\xf5\xc3\xe8\x20\xda\xd3\x9f\x2c\xd7\xfe\x65\xe4\xd3\x3f\x1c\x06\x5d\xb4\x25\xeb\xfd\xd1\x30\xd6\xee\x69\x1f\x51\x5d\xed\x23\xa5\x1a\xd6\x4f\x39\x3b\x97\x6f\xb8\x90\xf1\x52\x44\xe7\xc1\x20\x71\x67\x9c\x67\xc4\xb3\xe6\x5c\xf4\xbb\x3e\x1c\xef\x7f\x3f\x05\xd7\x47\x8b\x8f\x4a\x5e\xe0\x05\xa9\xbd\x38\x4a\xfc\x3d\x80\x14\xa2\x14\xcb\x7a\xba\x53\x22\x27\x5e\xbe\xb2\x35\xd4\xcb\xad\xe7\x2f\xb5\x5b\xc1\x7a\xe1\xd0\xe4\x32\x64\x40\xb0\xe3\x68\x2c\x98\x92\xea\x0f\x75\x89\xa5\x46\xff\x7e\xfd\x72\xf0\xcc\xf4\x63\xbd\x17\x9a\xd1\xc8\x83\x13\x7b\xfd\x32\xc4\xf6\xe7\xbc\x58\x61\x09\xd7\xd2\xf7\x7e\x99\xf4\x28\x37\x9d\x9a\x48\xc8\x12\x86\xfa\x88\xe3\xbc\xf1\xc0\x0a\xa4\x24\xb3\x20\x71\xb4\xe0\xa9\xfd\xc2\x08\x17\x04\x4d\x25\x66\x29\x2e\xd2\x4f\xef\x6e\xa7\x4f\xd1\x4d\x41\x56\xb4\x5c\xe9\x3f\xec\x4f\xd3\xe9\xa5\xfa\x22\xd8\xf7\x2f\xe0\x1f\x04\x73\xbb\x31\xad\x83\xbf\x4c\xeb\x8a\x5b\x2f\x6e\xbc\x2a\xd8\x33\x66\x69\x77\x34\x2d\x27\x48\x7c\x5f\x21\x7b\x18\x82\x9b\xba\x49\x94\x60\xe3\xf8\x97\x8f\x06\x92\xf4\xa0\xe2\x49\x7d\x28\x1f\x87\x0c\x82\xf5\xbd\x35\x4c\x0a\xa9\x16\xe6\x72\xfa\xe9\xce\x77\x74\xff\x0a\xb2\x88\xb1\xb1\x3d\x3f\x79\x8a\x4e\x5e\xa8\xff\x7d\xff\xd7\xb1\x9f\xcd\x70\x41\x56\x44\xe2\x2c\x4a\x46\x79\x89\x0b\x72\xa5\x5a\x1f\x46\x4e\x51\x2f\x47\xf0\x76\xd7\x8e\x09\x8e\x7f\x91\xe4\x51\x23\x7f\x7d\x71\x73\x18\xfb\xdf\xeb\x8b\x9b\x3d\x04\xab\xc7\x2b\xce\x5c\xfe\x75\xee\xfa\xde\x50\x81\xe6\x67\x85\x3f\xeb\xbb\xfe\xa7\x1f\x7f\xfc\xfe\xa7\x58\xc1\xe0\x79\xa8\x65\xbc\x64\x70\xf9\x98\x24\x83\x3c\x1d\x09\xc3\x6e\xe1\x02\x56\x7f\x8b\xb4\x79\xcb\x07\xfb\xf4\x49\x01\x60\xe5\x81\x2e\x43\x4b\x18\x77\x67\xeb\xbe\xa2\x9a\x99\x59\x1d\x4a\xdc\xad\x85\xe8\xb7\xc4\xeb\x0b\x44\x6e\xb5\xe7\x2d\x69\xbb\x02\x2b\x0b\x1b\x47\xb3\xf0\xda\x75\x4c\x6f\xda\x68\x16\xf0\x0c\xa2\x01\x87\x1c\x55\xd6\xc2\x70\xbb\xce\x14\xdf\x5e\x4d\xdf\x6a\x93\x9e\xd2\x50\x8c\x31\x0d\xa2\x80\x60\x8e\x6f\x89\xcf\xa3\x58\x7f\xb4\x19\xbe\xb2\xec\xd5\x24\x0f\x4d\x71\xe8\x34\x61\xaa\x64\x73\xeb\x08\x0d\xea\xfb\xb4\xe7\xab\x9f\xed\xf3\x29\xbc\xbd\x0a\x4b\xba\xf6\xa3\x68\x06\xfd\xd4\x71\x8e\x86\x5c\xc6\xd5\x22\x90\xe4\x31\x73\x47\x43\x76\xb2\xfd\x64\x3c\x81\x5b\x6e\x27\x0a\xbc\x33\x0f\x5b\x12\xa8\x2b\x34\xab\xbe\x0b\xf3\x74\xfb\x69\xcc\xdc\x12\x83\x7c\xa6\x42\x8a\xa3\x4d\xdb\x15\x7e\xd4\xf7\x89\x0a\x49\x4a\x20\xaa\x3e\xc0\xf4\x9b\x9f\x15\x66\x78\x41\xd2\xa6\x5e\x5e\x71\x01\x7d\xca\xe7\x9e\xe8\xa3\xde\x71\xb6\xd5\xfc\xa3\xd1\x2e\x2f\xb8\x12\xb6\xfc\x4e\xca\xd6\xc0\x5a\x71\x4a\xf6\xe9\x2a\x44\xe6\xd2\xd2\xd0\xfc\x14\x3d\x61\xca\x7a\xce\x4c\x73\xf7\x54\xb1\x88\xd1\x5d\x9a\x00\x99\xbb\xab\xe6\x38\xe7\x88\x71\x89\x04\x91\x47\x22\x69\x8c\x56\x67\x3f\x23\xcb\xb2\xa2\xda\xda\xc3\x18\xd5\x58\x6d\xe7\x88\x86\x51\x8a\xa3\xfd\xe8\xab\x64\x4a\x8a\x35\x4d\xc8\xb9\x76\xd2\xec\x78\xb1\xb4\x3b\xb1\xbb\x47\xe8\x6f\xa3\x16\xc6\x3a\x89\x66\x44\xed\x91\xe6\x19\x6b\x9e\x42\xb5\x1a\xdb\xb1\xf8\xfd\x1f\xfb\xf8\x82\xae\x09\xb3\x37\x39\xf8\xb7\xf0\x4c\x10\x66\x9c\xe7\x26\x42\x39\xaa\xc7\x57\x6c\x41\x59\xe5\x07\xb3\xd3\xab\x86\x4e\x85\x51\x28\xa7\x84\x54\xee\x2d\x88\xc5\x19\x2f\x38\x5f\x64\x04\x7c\x5b\x26\x36\x11\xfc\x5e\xa7\x38\x49\x88\x10\xa7\xa6\xa7\x91\xe9\x49\xfc\xcd\x34\xfa\x44\xe0\x8d\x9f\xcc\xef\x9f\xcc\xef\xd1\xd3\x4f\x89\xc4\x34\x13\x4a\x59\x6b\x38\xf0\xba\x03\x8f\x39\x39\x03\x4e\x4d\xe4\x1e\x8c\x33\x97\x5c\x3e\x32\x73\x09\x28\xa2\xc3\x8c\x25\xec\x79\x25\xea\x8e\x7c\xaa\xcf\x5f\xc1\x56\xf2\x57\xb1\x8b\xd0\xd9\x2a\x3e\xc2\x75\xf2\xf2\xea\x80\xd1\xad\x93\x97\x57\xfb\x47\xb6\xce\x86\x47\x80\xbc\xac\xc3\x3f\x62\xb2\x2d\x9e\xf8\xef\xdd\x59\x1d\x35\x72\x08\xf3\xc4\xa1\x74\x33\x33\xb3\x8b\xdb\xeb\x4a\x8b\x81\x9c\x9e\x20\x07\x53\x0f\xdf\x14\x5c\x92\x44\x22\x5e\xe8\x54\x81\xea\x8b\x0b\xf5\x06\x8e\xcc\x25\x26\x8c\xac\x17\xa3\xee\x01\x55\x8d\x7b\xbf\x21\xdd\xe9\x20\x0a\x69\x83\xb9\x49\xfa\x14\x61\x1b\x4b\x11\x96\x42\x1d\xd2\x67\x2b\x7c\xe2\x30\x4a\x73\x14\xe3\x4c\x49\x0a\x39\x7e\xe9\x1b\x2e\x64\x3c\xef\xb9\x6c\x3d\xe6\xdd\x93\xde\xc9\x54\xfb\xb5\x1e\x08\x5a\x72\x21\xb5\x31\x44\x87\x78\xed\xc9\x97\xdc\xe3\xd6\x79\x8d\x8e\xa1\x87\xd6\xa0\x79\xd8\xba\x83\xf7\x85\xf0\xd7\x9f\x78\x8d\x39\x4e\x67\x8a\xd2\x96\xda\x23\x8d\x91\x0d\x78\x1d\x87\xd5\x8a\x18\x33\x27\xa1\x71\x0a\x6c\x52\x4d\x44\xaf\x76\xbb\xeb\x78\xbb\x54\xb1\xd6\xbc\x20\x23\xd0\x1e\x74\x7a\x4f\x73\x98\x61\x19\x66\x80\x04\x63\x76\xd5\x40\x7a\xde\x98\x70\x43\x43\x52\x1b\x7d\x38\xb9\xac\x58\x6f\x35\xe4\x88\xe9\xc3\xa4\x3a\xd4\x63\xe4\xa1\xbb\x8f\x3a\x54\x8a\xe8\xb8\x91\x71\x12\xa1\xc2\x47\x53\x2d\x52\xea\x0b\xdf\xed\xfb\x48\x6a\x86\xf4\x77\xd3\x49\x1d\xb5\x18\xe6\x10\xc7\x14\xbc\x20\x7f\xd8\x2d\x7c\x05\x53\x4d\x9a\xab\xd5\xcc\x44\xfb\xcb\x48\x62\x19\x9d\xad\x69\xe1\xd4\x2b\xdb\x26\x2b\xdd\xf6\x30\x72\x98\x79\xf1\xce\xae\x29\x40\x32\x90\x38\x71\xba\x7b\xda\xae\x9e\x9c\xb0\xa9\x6a\x7d\x98\xc1\x57\xdd\xed\x15\xac\x5e\xc1\x02\x5c\x13\xf9\xc0\x8b\xfb\xc9\x65\xfc\x0e\x3e\xef\x79\x18\x1c\x0e\x98\x32\x81\xd4\x1f\x6a\x47\x57\x8d\xbc\xbb\x8d\xe9\x1e\x44\x6b\x37\x3f\x55\xf4\x28\x08\x22\x38\x59\x22\x6d\x71\x32\x29\xfc\x24\x55\x3b\xfd\xe3\xc7\xc9\xa5\xb7\xd7\xf5\x0f\xc6\xab\x34\x46\xe7\x59\xc6\x1f\x48\xaa\xc6\x53\x10\x21\x50\x8e\x69\x21\xd0\x03\x67\x4f\x64\xf3\x0a\x09\xdd\xd9\xe0\x0f\xaf\xa6\x54\x0d\xfb\xb1\x9c\xb5\xe6\x8a\x4e\x49\x52\x16\x54\x6e\x5e\x17\xbc\xcc\x77\x5b\xd7\x6e\x17\xdd\xd5\xf5\x4e\xaa\x41\x26\x61\xfa\xd1\x50\x20\xde\x45\xf6\x76\xd9\xb7\x01\x1a\x8b\xfc\x68\x16\x61\x87\xe8\xfc\xc8\xd0\xfc\x2a\xf4\xde\x4f\xa7\x9e\xb0\x7c\x08\x07\xaf\x23\xf7\x95\x66\x42\xf2\x25\x59\x91\x02\x67\x60\x7b\x0e\x74\x19\x65\x45\x8d\x95\x46\x1f\x4b\xf0\x34\xba\x35\x26\xa6\x28\x65\xe9\x4f\x0b\x8e\x1e\x36\xcc\x08\x51\x2c\x28\xaa\x6c\x0d\x33\x52\x5c\x09\xae\x80\x3e\xec\x9d\xad\x2d\x1a\x19\x4f\x29\xc9\x33\xbe\x21\xa9\x4d\x33\x88\xeb\x16\xdc\xe0\x26\x13\xe1\x29\xc2\x59\xd6\xd8\xea\x56\x00\xb6\x3d\xb7\x6e\xcf\x60\xcf\x17\x94\xa5\xa4\xa8\x0c\xa3\x5b\x53\x0e\x74\x10\xc1\x78\xd0\x2e\xc6\x53\x3f\x03\x7a\x54\x91\xf0\x02\xd0\x74\xe0\x0e\xb9\xe1\x19\x4d\x06\x64\xe1\x76\x9f\xdc\x4a\x61\xa9\x53\xad\xbc\x54\xd3\x1d\x21\xe8\xa9\x91\x0b\x63\xae\x33\xd8\x2f\x2d\x98\x11\x83\x19\xe4\xed\xb3\x81\x16\xd2\x46\xcd\x38\x11\x7c\x2e\x47\x98\x49\x3a\xc2\x73\x80\xe7\xda\xf4\x02\x07\xd8\xcf\xde\x99\xbf\xf6\x2d\xfe\xa5\x86\x41\xc5\xb4\x6c\x8d\x3c\xa2\xcf\xc8\xe6\x51\x5b\x7c\x90\x62\xf7\x4b\x86\xd7\xbc\x00\x23\x45\x93\x81\xd6\x82\xf6\x35\x5f\x63\x34\x87\x56\x11\x79\x13\xcf\x0f\x93\x75\x7e\x1c\x35\x10\xf8\x66\x50\x34\xad\x99\x5e\x80\xa1\xb6\x19\xa6\x5f\x8e\x8b\x67\xa6\x9a\xe0\x31\x49\x60\x43\xd8\xe8\x97\x94\xdd\x42\x6c\xd3\xcb\x11\xc3\x0a\x63\xb4\x9e\xfb\xfe\x70\x5a\x2e\xbf\xf3\xe8\xb8\x51\x4a\xa2\x39\xdb\xc0\x3d\xc5\x75\x8d\xd7\x17\x31\x8f\xf3\xed\x67\x6b\x25\x02\x57\x1b\x1e\xc6\xe8\xdf\x30\xa6\x23\xad\x42\x68\xd4\x40\xcd\xc9\xc1\x38\x49\x1e\xb2\x4d\xa5\xc4\x55\x6c\x5c\x6d\x56\x6f\xaf\xff\xe6\x94\x69\xc9\xb8\xdd\x7f\x75\x7e\xc0\x96\x68\x9d\xa3\x30\x4a\x9b\x03\xed\xed\x97\x17\xd5\x60\x66\x9b\x9a\x29\x35\x11\xfe\xfc\x59\xd4\x5f\x58\x69\x2c\x25\xbf\xa1\x8c\x51\xb6\x18\x78\x43\x9f\x77\x9f\x6c\x71\xe2\x5c\x7f\x25\x39\xbc\x61\x85\x25\x4d\x70\x96\xf9\xe3\xc8\x20\xe5\x7a\x49\xd0\xc5\xcd\x47\xb0\xdf\x5f\x7f\xbc\x3a\x47\x94\x25\x59\x09\x90\x4d\xb9\x7e\x99\x8d\xf4\x00\x0b\x67\x8c\xd2\x5e\xe7\xc5\xff\x4b\x1d\x1d\xf5\xd5\x9c\x92\x0c\x3c\x7a\x7c\x45\xa5\x6c\x67\xb0\x86\xb7\xce\x8c\xa0\x13\xc6\x19\xd9\xf3\x6a\x67\x7e\xde\x37\x42\x05\x51\x42\xda\x27\xcc\xd2\x4f\xb9\x57\xc3\x89\xda\x0f\x49\x5e\x46\xaf\xad\x5a\x81\xe6\x6a\xde\x5d\xa9\xaf\x0e\xa1\xfe\x25\xbc\x18\xa8\x7e\x5c\x80\x8f\xc5\xba\x22\xca\xd5\x8c\x14\x8a\x6f\x40\x47\x28\x27\x05\x12\x3c\xb9\x8f\x89\xf0\xf9\xc0\x25\xce\xd4\x3c\xa0\xb7\x6f\xa7\xf0\x98\x40\xff\xa1\xdf\xf0\x5d\xe0\xf9\x21\xf9\x48\xf1\x3a\xa3\x1e\xfb\x30\x82\xd8\x81\x6f\x91\xc4\x74\xa6\x91\x45\x83\xe4\xb8\xbb\x1a\x3f\x42\x92\xc4\x29\x2f\xb0\xf8\x01\xf9\x14\xa6\xb2\xaf\x02\xb3\x2c\x17\x24\xc7\x8b\x01\xd7\xde\x1b\xfb\x44\x15\xe7\x64\xcc\x15\x18\xdd\x5d\x3d\x11\x75\x8f\x21\x27\x72\x29\x14\xeb\x42\x6f\xe9\x4b\xaf\x8d\x31\xcc\x67\x5e\x3c\xfb\xe1\x67\x6f\x83\xe7\xcf\x7e\xf8\xf9\xc7\xbf\xfb\x22\xe4\x63\x57\x3a\x6e\x95\x9b\x48\x53\x43\x00\xba\x5a\x8f\x75\xf9\x53\x2b\xee\xc6\x2f\x4f\xb0\x14\xf1\x35\x29\x0a\x9a\x9a\xc7\x97\xb8\x48\x1f\x40\x2c\xc6\x05\x5e\x11\x49\x0a\x51\x45\x87\x9a\xbb\xfc\xee\xca\x2f\x2a\xd7\xd7\x54\x92\x97\x1a\xef\x95\xac\x78\xa1\x43\xca\x3a\x23\xa7\x02\xe5\x58\x88\x18\xe9\x5b\x77\x02\xfd\xa9\x7e\xd7\xb8\xa0\x78\x96\x35\x84\x71\xba\x60\xbc\xf0\xbb\xfc\xa3\x6e\x07\xfd\xa2\x2b\x6f\x82\x48\x1b\x31\xd3\x3c\xe0\xd8\xe6\x66\xe0\x94\xa1\xab\xc0\x06\x3e\xec\xde\xda\x2d\x09\xc7\xc2\xa9\x5a\xdb\x14\x04\xe4\x9a\x1d\xc0\x78\x7a\x90\x28\x17\x31\x3c\x01\xc7\x24\xdf\x34\x0d\x9e\x33\xce\xa5\xda\x01\x15\xf6\xd5\x6b\x7a\xd0\xf4\x9a\xc3\xf2\x69\x71\x90\xe0\xbc\xf5\x6a\x10\x26\xdd\xdd\xd5\x96\x61\xf5\x81\x17\xf7\x19\xc7\x69\xcb\xc2\x7a\x77\x75\x54\xd3\x4c\x4a\xc4\xbd\xe4\xb9\x9f\x3e\x60\x9c\xf2\x36\x59\xd2\xc5\xf2\x53\x4e\x0a\x58\x44\xe6\x8d\x97\x8d\x38\xe8\x41\x7a\xaf\x45\xbe\x24\x91\xa8\x06\x77\x53\x68\x7b\x18\x5d\x75\xad\x3b\xdb\x47\x5b\x05\xa9\xe0\x86\x14\x5a\x8c\x89\xde\x2f\xd7\xe5\xea\xa2\xf5\xa4\x47\xd8\x8c\x10\xe6\xd4\xa1\xc4\x68\xbd\xd2\xca\x65\xdd\xc7\x1a\xc4\x2c\xa3\x4f\xae\x57\x96\x83\x7b\x7b\x54\x43\xbb\xf9\x28\x4e\xb7\x86\xf8\xe5\x18\x6a\x92\x97\xf1\xc2\x8f\x19\x6f\xc5\x4f\x41\xbc\x6c\x90\x80\x16\xb2\xc4\x99\x5a\xcc\x84\x08\x11\xd0\xdd\x34\xd1\x95\x06\x29\x04\x5d\x18\xa2\x7e\xb1\x79\xef\x78\x21\x86\xaf\x43\x2f\xbb\x8e\x65\xd5\xc7\xbc\x0c\xbf\x14\xc0\xc6\x5f\x24\x23\xf5\x60\xaa\x4d\xc4\x5d\x17\x68\xe2\xfd\xb9\x20\x79\x46\x13\xdc\x4b\xf8\xb6\xbf\xd9\x34\xb4\x5b\xd5\xfa\x8a\x75\x9e\x42\x27\x12\xd8\x19\x4f\x14\xda\xa9\x3e\xaa\xb8\x84\x87\xde\x4c\x96\x51\x15\x0e\xf9\x4d\x24\x35\xfa\xed\x5e\x26\x1f\xf6\x26\xc3\xcc\x0f\x4a\x5f\x37\x3b\x18\x32\x7d\x03\x6f\x23\xb6\x42\x80\x1f\x34\x3e\x00\x19\xbf\x2f\x60\xbc\xc3\xab\x36\x18\x2e\xbe\x5f\x88\xea\x15\x9d\x5c\x40\xf1\x1e\xa1\x26\x04\x12\x1f\x84\x88\x3f\x06\x40\xfc\xb1\xe0\xe1\x03\xe0\xf0\x83\x28\xed\xa2\x87\x07\x14\xde\xb3\x0c\xfd\xd1\xc5\x47\x81\x83\xdf\x0b\x0c\xde\x02\xbf\x07\x36\xf6\x2e\x50\xf0\x1e\xea\xb8\x61\xe0\xf7\x05\x81\xef\x37\x20\x49\x2f\x04\xbc\xff\x7e\x0e\xc3\xbf\x1f\x0f\xfc\x3d\x0e\xfa\x3d\x2c\x5f\x04\x61\xdf\x77\x05\x7d\xf7\xdb\xeb\x76\x83\x7c\xf7\xf7\x29\x77\x04\x7c\x8f\xd0\x03\xe3\xc0\xde\x77\x85\x7a\x47\x64\xe1\x55\xad\x63\x80\xde\x23\x26\x31\x04\xe4\x7d\x47\x88\xf7\x40\x78\x49\x14\xc0\xbb\xdf\x92\xe0\xb5\x23\x0c\x80\x76\x8f\x02\x76\x1f\x44\x54\x3f\xa8\xfb\x51\x20\xdd\x07\x03\xba\x47\xc1\xb9\xc7\x08\xe8\x81\xd0\x8d\x63\x24\x4e\x1e\x0d\xc6\x3d\xe8\x41\x8e\x8f\xc7\xf1\x78\x8f\x03\xba\x8a\x13\xbc\xfd\x18\xd0\xed\x4e\xe0\xf6\xf0\x7d\x11\x00\x6d\x3f\x06\x64\x7b\x17\xdd\x35\x0e\xb0\x1d\xae\x02\xaf\x45\xf6\xe0\x97\x44\x08\xaa\x7d\x47\xa0\xf6\x80\xd7\x5e\x0e\x87\x69\x07\x28\xf6\x98\x2e\xf7\x06\x69\x8f\x20\x5b\x4c\x08\xf8\x51\xe0\xd9\x77\x04\x67\x8f\xb3\xd9\x84\x81\xd9\x77\x80\x65\xd7\xb0\xeb\x01\xfb\xca\x5e\xa0\xec\x91\xd0\xa0\xb1\x36\x9c\x48\x38\xf6\x63\x80\xb1\xcb\xa1\x50\xec\x11\x58\x46\x8f\x11\x88\x3d\x32\xb8\x29\x9c\x47\xb0\x43\x16\x41\x2d\x78\x04\x08\x17\x01\xc0\x7e\xe0\x9d\x17\xce\x2e\x38\x2c\xf0\x7a\x5c\x2d\x8a\xa0\x17\x30\x10\x68\x1e\x08\x33\x8f\x35\x99\xee\xa9\xc1\x6c\x43\xad\x07\x34\x98\x20\xd0\x7a\x04\xf5\xfe\x44\x89\xf3\x91\x4b\x8e\x6e\x58\xf5\x7d\x40\xd5\x3d\xd2\xa3\x1b\x52\x3d\x7c\x37\xc6\xc3\xa9\xef\x06\xa6\x1e\x03\xa5\x1e\xf2\xf3\x1c\xd6\xcb\x13\x27\x2f\x0c\x86\x50\xdf\x05\x40\x1d\xde\x12\x60\xd5\x03\xe0\xd3\x23\xaf\x9e\x58\xe7\xd5\x0e\xae\xab\xa0\x6b\x2a\xde\x31\x75\xe0\xfb\x27\x0e\x10\x7d\x07\xd0\x53\x2d\xd2\x05\x16\xf1\x18\x60\xe8\xc7\x82\x42\x3f\x14\x10\x7a\x18\x52\x75\x00\x08\x7a\x3c\x04\xfa\x30\x00\xf4\x83\x89\x09\x11\xd0\xe7\x5f\x48\x1a\x18\x08\x7a\x3e\x00\xf2\xfc\x71\x4b\x05\x83\xa0\xce\x1f\x85\xa4\x10\x00\x38\x3f\x12\xbc\x79\x04\xb8\x79\x60\xdc\x4e\x60\xf3\x63\xc0\x9a\xbb\x40\xcd\xc3\xd7\xf8\x63\x14\x2b\x62\xa1\xcc\x8f\x7c\xf7\x06\xe2\x28\x07\x80\x94\xc7\x42\x94\xc7\xde\xd3\x71\xf0\xe4\x5f\xe0\x9e\x0e\x43\x93\xeb\x5b\x37\xd0\xe3\x7e\xc0\xe4\x31\x77\x68\x04\x28\x79\x3c\x24\x79\xa4\x08\x39\x00\xf2\x6e\x17\x30\xf2\x30\x74\x10\x1a\x0e\x45\x1e\x8f\x37\x16\x0b\x43\x3e\x10\x84\x3c\x06\x76\x0f\xed\x0c\x41\x3e\x0c\x80\x7c\x10\xfc\xf8\x00\xf0\xf1\x68\xb0\x75\x74\x28\xe8\xf1\x81\x90\xc7\xc3\x60\xc7\x87\x80\x8e\xeb\xb9\x44\x4e\x5e\xee\x0a\x39\x3e\x70\xba\xf1\x70\xe3\xc7\x00\x1b\x8f\x86\x1a\x8f\x51\x84\xed\x67\x28\xd0\xf8\x40\x8a\x0d\x04\x19\x3f\x0e\xc4\x78\x3c\xc0\x78\x1c\x53\x41\x66\xcb\xed\x05\x2f\x3e\x88\x90\xf1\xd0\xe2\xf1\xc0\xe2\x03\x60\xc5\x23\x41\xc5\x07\x40\x8a\xef\x06\x28\x3e\x14\x4e\x1c\xc5\xa3\x60\x47\x81\x89\xb7\x81\xc2\x23\x7a\x0d\x40\x89\x3b\x60\xc2\x23\x3a\x7e\x8c\x40\xe2\x87\x84\x11\x3f\x2c\x98\x64\x8c\xc9\x21\x02\x3e\xfc\x0b\x99\x1c\xb6\x81\xc3\x03\x0e\x88\x38\xd8\xf0\xc7\x6d\x6f\x78\xdc\xb6\x05\x3f\x48\xf8\x71\x20\xc2\xc3\x00\xe1\x61\x21\x35\x06\x1c\xfc\x68\xd0\xe0\x51\xc0\xe0\x71\x82\xf6\x61\x34\x24\x17\x24\x78\x84\x98\x3d\x10\x10\x5c\xad\x73\xa0\xc7\xc3\xc3\x81\xef\x0d\x06\x3e\xe0\x24\x79\x99\x60\x2c\x0c\xf8\xae\x20\xe0\x51\xbb\x6f\x17\x08\xf0\x20\xaf\x39\x06\xfc\xb7\xdc\x17\xfc\x3b\x56\x57\x8d\xd1\x5e\x8e\x01\xfb\x7d\x0c\xd0\xef\xc3\x42\x7e\x47\x4b\x1b\x91\x70\xdf\x47\x03\xfb\x3e\x12\xd4\xf7\x10\xa0\xef\x43\xd6\x0b\x88\x04\x8d\xde\x41\x9e\xda\x05\xde\xfb\x58\x02\x52\x00\xd1\x2d\x60\x9d\x1b\x0e\xeb\xfd\x28\x24\x26\x2f\x98\xf7\x51\xa0\xbc\x43\x40\xde\x81\x01\x07\x40\xbc\x8f\x04\xe1\x1d\x06\xf0\x8e\x08\x5a\x1e\x04\xde\x7d\x24\xe8\xee\x63\x00\x77\xef\x04\xdb\x1d\x48\xd2\x18\x04\xda\xfd\x65\x4e\xd2\x6e\x60\xdd\x3b\x42\x75\xc7\xad\xe6\x00\xa0\xee\xd6\xa2\x7a\xba\x1c\x00\xd3\xfd\xa5\xc8\x3e\x38\x36\xfb\x80\xe0\xdc\xbb\x41\x73\x23\xea\xc3\x5a\x0f\xda\x1f\xe3\x24\xc5\xc7\x10\x4c\x1b\x87\x74\xfd\x27\x86\xcb\x0e\x19\x60\x50\x58\x8a\x80\xe1\x3e\x12\x58\x2c\xea\x6e\xe0\x28\xc4\xd8\x40\x97\xc7\x00\xe0\xde\x0b\x7e\x3b\x0a\x7c\x7b\xa0\xc9\x31\x80\xfc\xff\xe7\xc7\x42\x0f\x80\xdb\x3e\x06\xd8\xf6\xe1\xa1\xb6\x0f\x04\xb4\xbd\x57\x06\x66\x10\xdf\x3a\x16\x60\x3b\x16\x5e\x7b\x10\xb8\x76\x2c\xe6\x53\xdc\x46\x38\x14\xac\x76\x14\xa8\xf6\x9f\xa4\x7c\x85\x38\xa4\x3c\x0a\x98\xf6\x11\xa0\xb4\xe3\x19\xe2\x97\x91\xae\xfc\x0c\xd0\xc3\xdd\x42\x6a\x5a\xa4\x56\x39\x10\x38\xdb\x1d\x31\xe7\x81\xcd\x8e\x50\xcd\x86\x40\x66\x1f\x03\x30\xfb\x18\x70\xd9\xc7\x01\xcb\xde\x13\x2a\xfb\x8b\xa9\x6a\xf1\x10\xd9\x47\x05\xc8\xde\x0d\x1e\x3b\x70\x67\xef\x02\x8e\xed\x47\xad\x0b\x41\x63\x87\x2e\x63\x2f\x2c\x76\x34\x28\x76\xc4\xda\x7b\x01\xb1\xf7\x82\xc3\x8e\x53\xba\x22\xa0\xb0\x8f\x01\x84\xbd\x0f\xe6\x73\x7c\xf6\x49\xac\x9e\x16\x05\x80\xbd\x03\xfc\x75\x00\xdd\xf3\xb1\x11\x22\x46\x79\xf0\x83\x5e\x87\x21\xaf\x23\x14\x88\x08\xb8\xeb\x63\x80\x5d\x47\x41\x5d\x87\xf8\x86\x17\xe6\x3a\x0c\x72\x1d\xb7\xa2\x31\xab\x19\x0b\x6f\xbd\x2b\xb8\xb5\x62\xfe\xbe\x5b\x75\x07\x68\xeb\xfa\x1a\xf1\xf1\xab\x01\xc0\xd6\x0d\xf0\x6a\x9f\xa8\xb2\x3b\xac\x75\x04\x7f\x0f\x23\x78\x1e\x03\xd0\xfa\x70\xfb\x68\x97\xf4\x8b\xdd\x81\xac\xe3\x0d\x85\x83\x52\x2f\x0e\x02\x61\x1d\x9f\x78\x71\x38\x6e\x1b\x80\xae\x8e\x60\xa6\x21\xd8\xea\x83\x83\x56\xef\x65\xe6\x08\xc1\x55\x07\xc1\xaa\x07\x40\x55\x07\x0f\x6f\x80\xba\x5e\x90\xea\xa3\x40\x54\x87\x00\xaa\xc3\xa7\x27\x16\x9c\xfa\x18\xd0\xd4\x3b\x01\x53\xef\x02\x3e\x7d\x38\xe6\xe7\x87\x9d\x3e\x16\xe8\xf4\x30\xc8\xe9\xc3\xcd\x76\xa7\xab\x6a\x2f\xa8\xe9\x38\x96\x7a\xac\x6b\xea\x4b\x80\x0f\x3c\x82\x2c\xc1\x83\xa8\x06\xc1\x9b\xc6\xdb\xc0\xf3\xa3\x1b\x30\xfa\xe0\x70\xd1\xfe\xdd\xe6\xa6\x43\xff\x45\xdd\x93\x9b\xe0\x00\x89\x76\xcc\x3e\x29\x48\x4a\x98\xa4\x38\x13\x57\x3c\xf5\xa1\x41\x9f\x5c\xb4\x9b\xda\xe8\x7b\xc8\x9e\xfb\xac\x08\x43\x65\xb6\xa9\x4c\x33\x80\x12\xfc\x40\x65\x37\x8b\x49\xe7\xa2\xd4\x7d\xdd\xea\xe4\x02\x6d\x3e\x16\x58\x52\x31\xa7\x24\x1d\xa3\x5f\x99\x92\xaa\xe5\x92\x8a\xda\x0a\x63\x81\xe1\xba\xb6\x8e\x36\xa6\x19\x30\x6d\xc6\x25\xc2\x52\x92\x55\x0e\xa0\x68\xbf\x97\xa4\xd8\x18\x34\x38\x5e\xa6\xea\x92\x58\x51\x21\x28\x67\x02\xcd\xc8\x9c\x6f\x99\xc1\xcd\xb3\x90\x9d\xa6\x7b\xc6\x55\x88\x6a\xcb\x32\x64\xdc\xce\x88\x17\x48\x3d\xb0\xd1\x03\xec\x31\x35\x75\x06\x68\x84\x03\x44\xa5\xea\xa3\x58\xe1\x0c\xad\x49\x41\xe7\xd4\x24\x81\x55\x66\xca\xc6\x0a\x75\x7a\xac\x90\xae\x80\x74\xa5\x01\xc6\x84\xf9\xda\xde\x31\xeb\x0c\xff\x57\xa6\xae\xbc\x82\xc0\x33\x72\x59\x90\xee\x30\x73\x2e\x04\x55\x22\xa9\xc9\x5f\xd5\xbb\xda\xae\xc2\x53\x34\x2b\x65\x3f\x2a\x44\x4a\x72\xc2\xd4\x48\x51\x99\x6f\xd9\x93\x65\x03\x8a\xb7\x91\x6d\x32\x46\xbf\x9e\x5c\x51\x26\x7f\x3d\x39\xb3\x7e\x35\x46\x1e\x9a\x53\x86\x2d\x84\x30\x12\xe5\x6c\x1b\xb2\xc4\x08\x82\x4a\xcd\xc3\x9a\xa4\xd5\xa2\xaa\x61\x43\x8c\x46\x63\xd7\x9a\xad\x86\x7e\x3d\xb9\xc1\x42\xc8\x65\xc1\xcb\xc5\xf2\xd7\x93\xee\xa1\x4f\x78\xbe\xe9\x52\xde\x0c\x23\xcb\x76\x7c\x67\xe7\x15\xbf\x9e\x5c\x61\x56\xe2\x4c\xcd\x7b\xbb\xb1\x40\xab\x52\x40\x64\xcf\x12\xb3\x34\x03\xe3\xb4\x6a\x9d\x6d\xac\x71\xb8\x14\x5b\x5c\xf2\x57\x06\xf9\xc4\xf0\x7e\x33\xc6\x39\xcf\x32\xfe\x00\x06\x51\x43\x7a\x93\x3d\xac\x37\x6f\x82\x35\xe0\xb9\xc5\x54\xb4\x41\x95\x9d\x8e\xf5\x12\x6b\xe8\x68\x20\x80\x5c\x92\xa2\xbf\x47\x18\xb6\x3a\x10\x33\x02\xa1\x18\xe8\xfc\x5f\xd3\xb3\x6a\x89\xbb\x3e\xa1\xce\x32\x3c\x6d\x50\x45\xe3\x10\x9d\x85\x9b\x4c\xfb\x62\xd6\x1a\x8d\x5e\x5f\xdc\x34\x06\xe0\xed\xcf\xa6\x2e\x9c\x35\xbe\xec\x74\xdc\x44\x79\x6e\x36\x6b\xb7\xdb\xd6\x3d\xb6\xf4\x8d\x11\x52\x23\xea\x7c\xd5\x18\x5a\xb7\x31\xbc\xa7\x87\x9d\x6f\xe9\x0d\x73\xda\x85\x26\xac\x90\xdf\xe7\x38\xeb\x84\xe5\xb7\xfd\x9d\x93\x9b\x69\xa5\x14\x10\x51\xa5\x53\x3d\x3c\x3c\x8c\x19\x15\x72\xbc\xe0\xeb\x53\x2a\xb3\x53\xf5\x8a\xd1\x82\x30\xb5\xff\x47\x94\xe9\xfb\xac\x9b\x47\xe7\x82\x6a\x02\x48\xea\x0b\xce\x24\x61\x72\x0a\xe8\x45\x5b\xc3\xed\x42\x52\xb7\x5b\x83\xef\x47\x20\x8d\x7c\x24\x4e\x0b\x92\x73\x41\x25\x2f\x68\xc5\xaa\x08\x2a\x48\x46\xb0\x20\x23\x78\xd9\xd6\xe1\x86\xde\xda\xf7\x72\xaf\xfb\x24\x30\x92\x4a\x30\xaa\xdd\x51\x7d\x83\xda\xbe\xe1\x4d\x56\x50\x33\xa4\x20\x2f\x4d\x6c\xc0\xd6\xc8\xfc\x52\xde\x8a\x16\x05\x2f\xc2\x65\x2e\xae\x74\x3b\x8d\x1c\x49\xd4\x55\xb5\xe2\x85\xa2\x53\x83\x78\x06\xac\x7f\x83\x70\x26\xb8\x75\xb6\xf5\x0b\x59\x16\x8b\x1b\xe8\xdb\x6b\xff\xf1\xf8\xa3\x02\x0a\xaf\xcf\x07\xa5\xe9\x1b\x9c\xad\x59\x1f\x23\xa3\x55\x93\x34\x88\x93\x8a\x75\x0a\x9d\x01\x83\x24\x7f\x8a\xc8\xd8\x91\x5d\x46\x99\x9e\xa0\x5e\x1d\x8b\x34\x0f\x5b\xbd\x77\xce\x9e\x89\xb9\x8b\x7c\xe8\x29\x75\x2f\xcb\x61\xd5\x3c\xee\x29\x4b\x3d\x87\xe8\xc9\x5b\xca\x52\x8d\x25\xa0\x07\x67\x60\x23\x0a\x62\x02\x17\xc1\x53\xb6\x24\xe8\xf6\xd5\xf4\x43\x0d\x2a\xd6\x13\x8e\xa2\x47\x54\x3f\x28\xc6\x26\xce\x45\xc0\xc6\xa1\x0c\x68\x0a\xb2\x42\xc1\x57\x26\x8b\x34\xcd\x39\x65\x46\x92\xc9\x94\x78\xd2\xe9\x54\x94\xb3\x95\x92\x81\x0a\x7b\xf7\x49\x3e\x46\x17\x98\x99\x6b\xa4\xcc\x53\x2c\x21\xd2\x80\xa1\x0b\xbc\x22\xd9\x05\x16\x64\x8c\xae\x38\xe0\x12\xcd\xf9\x59\xc5\xa8\x16\x54\x8e\xef\x7f\x16\x63\xca\x4f\x13\xbe\x5a\x95\x8c\xca\xcd\x29\xc0\x6b\xd0\x59\x29\x79\x21\x4e\x53\xb2\x26\xd9\xa9\xa0\x8b\x51\xb3\xc6\xc7\x29\xce\xe9\x28\xe1\x6c\xad\x48\xa1\xd6\x76\x95\xfe\x4d\x11\x5a\x8c\x14\x61\xc5\x93\x18\xb6\xbb\x22\x12\xa7\x58\xe2\xb3\x18\x91\xdb\x44\xde\x6e\x41\x26\xb4\x35\xf9\xaa\x91\x3f\x19\x28\xe7\xa9\xed\xd0\x95\x29\x65\x82\x2d\x7b\x61\x90\xdd\xdc\xc5\x34\x37\xe3\x08\x28\x46\x17\xad\xc6\xdd\xc8\x93\xc9\x4d\x1d\xb9\xcc\x79\xa6\x19\x75\xce\xd3\xde\x63\xd4\x40\x07\x7b\xfe\x6c\xfc\xfc\xc5\xcf\xe3\x67\xe3\x67\xa7\xcf\x7f\x00\x0b\x39\x36\x79\x41\x05\x99\xd3\xcf\xaa\xeb\xd3\x17\xdf\x6f\x77\xe2\xe4\x3e\x9e\x31\xbf\x62\xb2\x30\x88\x1b\x82\xb2\x45\x46\x9a\xa3\x9e\x65\x3c\xb9\x77\xa6\x32\xa9\x25\x98\xdc\xe8\x46\x62\x5c\xff\x13\xa4\x62\x9c\x41\x9e\x39\x49\xb5\x04\x09\x1a\xf4\x8b\xff\x79\xc3\x85\x9c\x96\x33\x46\xe4\x3b\xc2\x16\x72\xd9\x47\x88\x90\x7a\x9f\xd0\xb4\x70\xa9\xf4\xed\x89\x4e\x2e\x6f\x2b\x10\x01\x33\xb8\xd6\x82\xb8\x94\x78\xbd\x7f\xcf\x59\xbf\xdf\x42\xad\xc4\x0d\x2c\x44\xd4\x28\xde\x54\xcd\xeb\x5c\x20\xf8\x0b\x48\x22\x79\x45\x29\xd0\x27\xb1\x07\xfd\x82\x29\xcd\xb2\xe2\x30\x6a\x76\x5a\x38\x25\x9f\xf1\x2a\xcf\xc8\x53\xf4\xe2\x07\xf4\x00\xa1\x18\x55\x97\x2f\xfe\xe7\xe7\xff\x7c\xf1\xa3\xdb\xe3\x85\x81\x18\xda\xde\x05\x12\x34\x38\x08\xb6\x15\x50\xc5\x94\xe0\xd2\x36\x72\x78\x9e\x95\x0b\xca\xdc\xc1\x4e\xb4\xba\xea\x33\x32\x97\x1a\xa3\xdb\x45\xed\x18\x63\x49\xd8\x4c\xb2\xec\xec\xac\xa8\xb5\xf9\xd0\xb0\xed\x98\xbd\xdb\x5c\x90\x8a\xd6\x10\xc4\xe6\x36\xcf\xd8\x30\x6e\x5a\xc7\x9e\xc1\x18\x14\x07\x9a\x29\x1e\xaf\xee\x3b\x84\xd1\x3f\x10\x68\xa0\xa6\x48\x8d\x7e\x89\x7b\x69\xfa\xcf\xf8\xe1\x68\xe6\xf3\x80\x8c\xe0\x94\x39\x2f\x7b\xaf\xa1\xa9\x4f\x86\x69\x33\xd5\x90\xb9\xe9\x52\x5d\xb4\x9a\x79\x40\x02\xa2\x62\x9b\x6d\xae\xf5\x95\xf5\x05\x26\xfa\x95\xf5\x7d\x65\x7d\xdd\xcf\x57\xd6\x67\x3f\x5f\x92\xf5\x19\xab\xb8\xda\xb3\xf1\x6c\xef\x01\x43\x58\x60\x65\x96\x40\x98\x75\xa5\xc9\x60\xfa\xee\x2d\xc9\x33\x9c\xe8\x8d\x6b\x82\xe8\xad\x9c\xaa\x6d\xd1\x6a\x1d\x1e\x4c\x96\x57\x99\x49\x9a\x67\xa6\xfa\x99\xab\xb8\xd9\x36\x5b\x58\xb5\xfa\x0d\xcc\xaf\x33\x88\x18\x61\xd9\x37\xbf\x0f\xf5\x31\x2d\xf4\x54\x85\x7d\x85\x22\xf6\x53\x10\x9c\x29\x54\x55\x69\x7e\x6f\x6d\x8c\x3d\x3d\x82\x1d\x1b\xac\x04\x58\x1a\xdc\xa8\x39\x2d\x84\x44\x44\xdf\x14\xac\x1a\xf0\xb8\x23\xae\x3f\xd3\xc2\x7a\x1f\xb7\x99\x1b\xf3\x61\x65\x38\x34\x86\x44\xb9\xc4\x75\xea\x2a\x30\x33\xf3\xc7\xd3\x56\xb0\x65\x6f\x6e\xc4\xf3\x7f\xbc\x18\x3f\xff\xe9\xe7\xf1\xf3\x17\x3f\x8d\x9f\x9d\xbe\xe8\xa9\xba\x18\x77\x1f\xb6\x57\x64\x8f\xfb\x10\xf8\x73\x7d\x21\xfe\xa9\x57\x5b\x6b\xe3\x38\x79\x8c\xba\x9a\x7d\x0a\x62\xfd\xf1\x5d\x89\x5f\x92\x91\x18\x6d\xb7\x3f\xa0\xa4\xb2\x76\x56\xe1\xd3\xd3\xcb\x6b\xff\x71\xbc\xae\xfb\xab\xfc\xe6\x26\xca\xc4\x2a\xd6\x92\x5b\x2f\x8a\x0e\x18\x70\x27\x24\x50\xe1\x7f\xb3\xc7\x48\x64\x50\xa2\x8e\xc3\x20\x4d\xe7\x41\x06\x69\x90\x5c\x0e\xce\x20\x45\xab\xdf\xc0\xfc\x9e\x74\x46\x11\xc3\x21\x7d\x13\x6c\xf2\xa8\xbf\xbf\x18\x7f\x6f\xb9\xd4\x18\x5d\xbf\xff\xf0\xea\x0c\x25\x65\x51\x10\x26\xb3\x8d\xae\xab\xc3\x19\xb1\x9c\x4e\x20\x51\xe6\x39\x2f\x24\x49\xc7\x4f\xe2\x99\x8b\xfb\xa8\xac\xf0\xe7\x09\x3c\x85\x9e\x0f\xd8\xf2\xfd\x69\x4b\x41\x5d\xa1\xb1\xb3\xe3\x37\xa2\xe3\x54\xf6\xd7\xee\x74\xd6\xed\x74\x1b\xac\xaa\x92\x9d\x95\x3b\xb0\xc7\x5d\x68\x00\x0b\x6b\x3f\x66\xc3\xc3\x8b\xb7\xe1\x1a\x3d\xa5\x83\xbd\x65\x3c\x8f\x53\xc2\x33\x5c\xbe\xd3\x7f\x09\x18\xee\x62\x13\xfe\x9c\x45\x53\xb7\x66\x70\xd9\xfb\xa0\x9d\x8b\xbd\x49\x5b\x73\x72\xf0\x7a\x47\x92\x50\x7b\x5e\x5b\xe5\x58\x85\x17\xb6\x34\xe5\xa0\x43\x68\xb7\x89\x1a\x11\x2d\x10\x7f\x60\xf5\x3e\x68\x0d\xec\x6b\xcd\xd3\xda\xcf\xf2\xb5\xe6\x69\xef\xe7\x6b\xcd\xd3\xbe\xa6\x5f\x6b\x9e\xf6\xcf\xfa\x6b\xcd\xd3\x0e\x41\x8e\x8b\x80\x94\x17\x74\x8d\x25\x51\xb4\x72\x71\xe3\x0e\x4e\x58\xa3\x7d\x1b\xf2\x18\x33\x54\x21\x9b\x99\x6e\x7d\x39\xbe\x94\x49\x5e\x0b\x10\x38\x4d\xd1\xe5\xf5\x14\x15\x24\xe1\x45\x5a\xc7\x08\x18\x2e\xfa\x44\xc0\xc6\x28\x18\xce\xd0\xf9\xcd\xc4\xb5\xd3\xce\x1d\x43\x00\x13\x17\x08\x8d\xf6\x96\x80\x4b\x13\x5c\xe8\xa5\xa8\x30\x96\xdd\x74\xbe\xbb\xb9\xd0\x2a\x45\xab\x57\x1b\xfe\x83\x85\xe0\x09\xad\x4d\xa8\x10\xf5\x7e\x73\x61\xbd\xf3\x9e\x3c\x77\x75\xda\xc0\x14\x26\x6c\x7d\x50\xd9\x7d\x49\xab\x60\x68\x3b\x84\xce\xd1\x6b\xa3\x58\x68\xab\xa7\x98\x82\xa1\x81\x3d\xa7\xaf\xb8\x88\x7d\x72\xab\xef\x42\x1b\xac\x64\xea\xcf\xb6\xc4\x12\x73\x5d\x6a\x9c\x1e\x37\x03\x37\x3b\xa0\x0b\x17\xb7\xe3\xf0\xb5\xd7\xdc\xe0\x0e\x45\xcd\xa3\xf5\xc4\xd6\x8e\xc7\x59\x41\x70\xba\x09\xed\x9f\xca\x5d\xaf\x33\x9c\xab\x39\x57\xb3\xab\x85\x18\xbb\xba\x3a\x6b\x5f\xc7\x2a\x7a\xb6\x4f\x27\x5c\xd1\xac\x3d\x86\xf8\xbc\xce\x5b\x3b\x67\x6a\x27\x0a\x4a\xbc\x70\xf0\xac\x1a\xb2\xe9\x26\x28\xfd\x05\x39\x5b\xdb\xf6\x8b\x17\xa2\x09\x89\x75\x4f\x36\x02\xac\x65\x26\xaa\xb1\x0a\xc1\x0c\x1d\x0c\x6d\xce\x4d\x53\x10\xd1\xf0\xc2\x9a\x90\x2b\x3a\x99\xae\xa8\x34\x64\x14\xe3\x6a\xfd\x5d\x96\x99\x4e\x36\xb8\x5d\x4e\x2a\x05\xc9\xe6\x10\x6e\xa1\x84\x69\x9d\xab\x06\x2b\x2e\x08\xbc\x7a\x27\xf4\xb7\x75\x9e\x44\x6d\xda\x3b\xd5\x2e\xb8\x55\x81\x45\xf9\xa0\x25\xe2\xf7\x67\xcf\x4e\xf4\xf3\x26\xbd\x3f\xd5\x00\x0e\xb1\x29\xd7\xe2\x81\xca\x64\xe9\x44\x22\xeb\xe4\xd7\xd8\xc6\x0d\x0a\x55\x22\xc2\x16\x8d\x74\x6b\xe7\xfa\xeb\x93\x6c\xa9\x54\x6f\xa4\x2e\xb7\x82\xcb\x23\xba\xd7\xe8\xeb\x4a\x5f\x4c\xad\x75\xf0\xa9\x12\x5b\x7c\x02\x56\xc1\x0e\x26\x6e\x2d\xbc\x62\x4b\x64\x9a\x54\xbf\xb8\xe2\xb6\x4e\x8e\xcc\x65\xe1\x30\x8f\xf4\x1e\x98\xde\x6a\xee\x7b\x55\x72\xef\xaf\xd9\xee\xd7\x75\x3d\xb5\xda\x77\xae\xd3\x1e\xb2\x16\x77\x97\x31\xbe\x56\xbb\x8b\xcc\x66\x2e\x11\x8a\x6d\x60\x03\x3c\x66\x9b\xc9\xbf\xa6\x2e\x4b\x49\xdb\x26\xe2\xe6\x96\x47\xb1\x94\x7c\xad\xf6\xff\xb5\xda\xff\xd7\x6a\xff\x5f\xab\xfd\x7f\xad\xf6\xff\xb5\xda\xff\xd7\x6a\xff\xdd\x71\x7d\xad\xf6\xdf\xfb\xf9\x5a\xed\xff\x88\x36\x53\xf2\x39\x27\x05\x5d\x11\x26\xb5\xad\x03\x2f\xb0\x24\x1f\x05\x29\x3e\x38\x8d\x23\xed\xeb\xd4\xf7\x3c\x04\xb4\xb0\xd6\x3b\x5c\x62\x7e\x86\x17\x9a\xa8\x29\x2d\x48\x22\xd5\xad\x3a\xb2\x9a\xa8\xba\x31\xb1\xe4\x85\xd0\x41\x11\x95\xf9\xc1\x99\x3e\x68\x3f\xa5\x20\x85\x36\x8e\x98\x3b\x1a\xfe\x6d\xce\xa5\x92\x91\x3b\xc6\x12\x48\xb2\xb4\x2f\xf3\x2a\xfd\x3e\x85\x61\x3b\x03\xcd\x7e\x96\x5c\x48\x92\xaa\xfd\x15\x41\xd9\x37\x55\x63\xb7\x69\x5a\x77\xa8\x2d\xa2\x94\x39\x3d\x7b\xbb\x5a\xa6\xd1\xb9\x6b\x83\xf7\x8e\x60\x5f\xc3\x74\x65\x3d\xfe\x60\x00\xf4\x6c\xc7\xc7\xb2\x4d\x37\xdf\xb1\x97\x69\xba\xd9\xd1\x9f\x6f\x99\x86\x8d\xdd\xb6\x47\x07\xe0\x20\x0f\x61\x8f\x36\xd1\x30\xaf\x4c\xf6\x55\x0c\xf3\x98\x76\x1e\xd1\x1c\xb7\x02\xdd\xd4\xd5\x3a\xab\x7c\x2e\xbf\xab\x1f\xa6\x60\xc1\xb7\xb6\xca\xe0\x55\x39\x61\x7c\x0e\xf4\xb1\xd5\xa3\xc6\x3a\x33\xdd\xd1\xa7\xdd\x77\x55\x88\x4e\x67\xc0\x06\xeb\xce\xbc\x64\x07\x13\x93\x8f\x1a\xba\xbe\x91\x23\xaa\xc5\x86\x1e\xb9\xaf\x05\x5e\x13\xa3\x51\xa3\xc7\x40\x38\x77\xa9\xe0\xe8\x26\x46\x59\x09\xd5\x38\x8a\xaa\x6f\xa4\x06\x63\xa9\xa8\x55\x10\x45\x7a\xaf\xc8\x34\x23\x0d\x2c\x02\x06\x99\xe5\x26\x7d\x0f\xcc\x87\x3e\x81\x22\xea\x5e\x2d\x0b\x47\x59\xfb\x9e\x69\x7d\xbc\x7d\xa7\x66\x35\x2f\xb3\x6c\x83\x7e\x2f\x71\x06\x97\x12\xfa\x78\x3b\x31\x69\x08\xc9\x92\xac\x4c\xb5\x48\x1f\x4a\xb1\xc9\xd4\x6d\x43\xc8\xd9\xad\xac\xd3\x9f\x25\x94\x1b\x6b\x6d\x3f\x9d\xe2\xe8\x17\x30\x2b\x9a\xee\x43\xb7\x1c\x4b\x75\x39\x9c\xa1\xff\xb1\x8a\xca\x7e\x44\x0e\x09\xb4\xde\x22\xa8\x23\xb5\x42\x5e\xcb\x6d\x10\xb3\xc5\x25\x34\x99\x9b\x22\x86\x81\xe9\x96\x0d\x06\x5c\x9d\x35\xd3\x09\xfa\x76\xb6\x41\x93\xcb\xef\xbc\xce\x89\x08\x93\x7b\x9f\x0d\x26\xca\x42\x6e\x6e\x29\x3b\x1c\x00\xa1\xb2\xfe\x8a\x98\xab\xea\x78\x26\x72\x2d\x9f\xb9\xe5\xcc\xe3\x39\xe1\x2a\xf9\xf4\xab\x23\xee\xc0\x7e\x0a\x80\xd0\x08\x78\x2a\x54\x9b\x81\xbe\x0a\xf5\xc8\x60\x6f\x45\xb1\xb2\x57\x69\x8c\xcf\xe2\xf6\xaa\xba\x78\xcd\xd8\x5a\x6c\x16\x6e\x29\x18\xf9\xf9\xcd\x04\xc6\xe8\x3f\x79\xcd\x91\x23\x4f\xb1\xa9\xc0\xc6\xc5\x05\x8f\x1a\xfc\x7b\x9d\x3b\x50\xab\x51\x94\xe9\xfa\x74\x86\x37\xe1\x8c\x0a\x0d\x23\xe0\xb1\x07\xc3\x1c\x6f\xdf\x07\x4a\x20\x86\x94\x9c\x19\x16\xe4\x92\xaf\x30\x65\xad\x78\x83\x6b\xa7\x9c\xd0\x2e\x87\xea\x7e\xba\x23\xe6\xda\xf3\xe5\x98\x4c\x37\x38\x41\xaf\x84\x52\x7e\x40\x4a\xb7\x6b\xaa\x46\x8b\x52\x78\x21\x5c\xe1\xbc\x64\xbb\x89\xbf\x10\x0a\x17\x39\xc9\xaa\x6d\xaf\x2c\x04\x03\xd5\x90\x51\x84\xad\x69\xc1\xd9\x6a\x1b\xc2\xc0\x7e\xb4\x6a\xd7\xc1\xf6\xa8\x43\xf3\xeb\x0e\xa7\x97\x6f\x6b\xa5\x09\xe7\xea\xec\x14\xd4\x9d\x09\x56\xef\xf5\x4a\xfc\xee\xfa\xc8\x35\xa4\x03\x15\x88\x28\x91\x07\xca\x82\xc0\x53\x37\xe5\x2c\xa3\x09\xc4\xc5\x38\x70\xc8\xdd\xe1\x89\xce\xd0\xc4\x11\xea\xf6\xed\x6b\xf6\x71\xfa\x5a\x09\x51\x40\xb8\x60\xe3\x8b\x25\x65\x38\xd8\xea\x35\x29\x56\x98\x05\x9b\xc1\x51\x77\xb7\x0a\x6e\x22\xe0\xf4\xef\xa7\x10\xba\x1b\xb1\x93\x2e\x5a\x0f\xd8\xed\x54\x16\x99\x46\x24\xb4\xe0\x7e\xb3\x8c\xcf\x8c\x0d\xc4\xbb\xde\xba\x00\x46\x63\xd7\x35\x54\x6b\x84\x19\xba\x7d\x73\xf1\x7e\x8a\xee\xde\x5c\x8e\x1b\x29\x60\x2e\x46\x28\xaa\xcb\x05\x4e\x5b\xf3\x0d\xea\x9e\x05\xb4\xb4\x1c\xc0\xed\x66\xda\x5b\xe5\x60\xf3\x31\x74\xd3\x95\xd4\xb5\x38\x16\x43\xb6\x66\xfb\x06\x5f\x69\xda\x56\xb4\xc4\x04\x43\x77\xd7\x16\x9e\x6d\xec\xbb\x21\x0f\xab\xff\x42\x0f\x0e\x9e\xc9\x82\x67\x37\x19\x66\x43\x66\xd0\x7d\x28\x38\x0d\xb7\x91\xac\x12\x34\x74\xa7\xea\x02\x60\x7b\x4c\xe8\x31\x3b\xc6\x61\x13\xfa\x5d\xe3\x4e\x5d\xfd\xa8\x49\x04\x75\x0d\xe9\x73\xf9\x86\x8b\x58\x88\xda\x57\x9d\xc7\x02\x76\x62\xf7\xb5\x8d\x1e\x31\x96\x68\x3d\xc9\x29\x91\x13\x8f\x03\x64\x6b\x90\x97\x5b\x4f\x5f\x6a\x49\xa9\x0a\x27\xd4\x46\x55\xf5\x16\x6f\xaf\xcd\x05\x42\xdb\xa8\x80\xed\x4f\xa4\x57\xed\xaf\x01\x93\x7a\x60\xd7\x9a\x1a\xa0\x3f\x05\xa4\x77\xca\x4e\x17\x1b\x24\x42\x80\xc5\x18\xbc\xd5\x81\x45\x6c\x60\x47\x4e\x25\x66\x29\x2e\xd2\x4f\xef\x6e\xa7\x4f\xd1\x4d\x41\x56\xb4\x5c\xe9\x3f\xec\x4f\xd3\xe9\xa5\xfa\x22\xd0\xe7\x2f\xbc\xe8\xe3\x9c\x95\x90\xd4\x86\xac\x6c\xbc\x28\xd0\xaf\xba\x24\x3b\x23\x69\xe5\x3e\xc7\xf6\xe4\x4f\x06\x41\x20\xbb\x34\x89\x11\x68\x1a\xfb\xda\xd1\x20\x32\x1e\xcc\x03\x5a\x1f\xaa\x00\x2b\x3c\xba\xa3\x13\x6b\x45\xb7\xe5\xea\xf4\xd0\x80\x2c\xc6\xf5\x32\x5c\x4e\x3f\xdd\x85\x30\xad\x1f\xab\xc3\xd3\x24\x97\x3c\x3f\x79\x8a\x4e\x5e\xa8\xff\x7d\xff\xd8\x13\x47\x68\xa4\xb4\xad\x85\xec\xb6\x1a\x6a\xf0\xfa\xea\xf2\x1e\xa0\x64\x99\x24\xe6\x80\xbd\xaf\x0e\x66\x9b\x95\xd4\x51\x6c\x2e\x7c\x4b\xf2\xf9\x9c\x38\xf3\xf7\xbb\x97\xb6\x6a\x6b\x05\x2a\x3d\x74\x78\x7c\x9f\xad\x96\x2b\x9d\x4c\x2c\xa3\xc7\x70\x63\xdb\xb7\xc7\x51\x75\xb3\xcf\x58\xec\xb5\xee\x13\x12\x7a\x73\x22\xea\x50\xc3\x8e\x64\xd0\x90\xa5\x3d\xbb\x54\xef\x8c\x80\x49\x22\x2e\x19\xee\x3e\xb6\x2c\xd6\xf4\xed\xc7\x36\x05\xa7\x6f\x3f\xee\xf3\xe6\x35\x29\x84\xd3\xed\xb8\xf5\xf6\x3b\xdd\xba\x3d\x02\xd3\xc5\xee\xa3\x08\x1c\x54\x03\x8e\xb0\x8b\x61\xe9\xda\xf1\x68\xe7\x38\x5b\xf8\x85\x28\xeb\x92\x66\x8a\x55\x8d\xc0\x86\xd6\x75\x77\xed\x10\x11\x03\x14\xe0\xa5\x9c\xf1\x92\xa5\x6e\x09\xa9\x42\x9b\x78\xc7\x71\x3a\xc3\x99\xba\x5b\xfa\x8f\x4c\xfb\xe0\x37\x3a\xae\x80\x39\xb1\x24\x0b\x1d\x93\xb6\xe4\x0f\x88\x2c\x00\xdf\x00\xe0\x87\xfc\xee\x62\xf5\x7c\xb2\xa4\x64\xad\xb8\x3d\x14\xae\x03\x44\x72\x1b\x8d\xd1\x00\x50\x41\x27\xcd\x61\x1e\xd2\x1c\x14\x9c\xfe\x08\xcc\xfc\x97\x70\x21\xa7\xb7\xbc\x74\x9e\xe0\xe3\x3a\xe3\x41\x08\xf8\x13\xdc\xf1\xc5\x0e\x67\x64\xfb\x70\x74\xec\x93\xc7\x4e\x12\x03\xa3\x52\xd4\xd1\x33\x8f\xb7\xc2\x4d\x2a\xd8\xf8\x0a\xef\xc1\xbe\x4c\x89\xd2\xe1\xac\xbc\x84\xaf\x72\xce\x08\x44\x1a\x80\x53\x47\x88\x52\xcd\xfb\x81\x91\x42\x2c\x69\xae\x93\x6a\x9a\x9e\x1d\x67\x05\xc4\xd6\x45\x02\x23\x56\xa2\xbb\x90\x05\xdf\x58\xe8\x5b\xfb\x56\x1d\x1a\x13\x95\x70\x94\x92\x8c\x48\x0d\x93\xbb\xd5\xfb\x87\xed\x2f\x2b\x87\x2f\x18\x6d\x9d\x7b\x4d\x2e\x11\xe3\x06\x19\xa9\xe1\x81\x84\x8a\x02\xc5\xc6\xd4\xb4\x84\x1a\x71\xda\x1a\x06\xbb\x12\x0c\x82\x7e\x7a\x36\xed\xc5\xbd\x39\x7c\x8d\xe4\x9d\x34\x50\x2b\x73\xaf\x8c\x2a\x5d\x81\xc6\x89\x03\x83\xb6\xae\xb6\xd6\x03\xdd\x0b\xa2\x3e\x0a\xa1\x3c\xdb\x6b\x52\xfb\x8e\xea\xf5\xd5\xc4\x1c\x3e\x91\xc3\x7a\xea\x66\xb8\x20\x2b\x22\x71\x4f\x90\x43\xc7\x1f\x53\x90\x2b\xd5\x6e\xdf\xca\xbe\xea\x85\x80\x59\xdc\x13\x1c\x1f\x70\xe4\xe5\xf4\x6e\x72\x13\xe3\x06\xbb\x99\xdc\x4d\x6e\xec\x40\xd5\x3f\xeb\x14\x88\x56\x60\x1b\x32\x60\xcd\x89\xdb\x84\x58\xd9\x47\xfa\x4b\x72\x05\xb6\xdc\x8c\x73\xa9\xee\xd7\x3c\xde\x92\xff\xb2\xf3\x88\xbe\xa4\x3f\xde\xbe\x6b\x85\xf2\x48\x2f\x12\x94\xfa\xbc\x9f\x1a\x59\xac\xf2\x70\xd9\x8e\x0d\xca\xe2\x87\x25\x81\x6e\x81\x39\x54\xc5\xe1\x91\x58\x62\x37\x64\xe3\x12\x8b\xaa\xc2\x83\xee\x9d\x8c\x17\x55\xb8\xba\x86\x84\x1f\x1b\x40\x48\x88\x56\xd7\x30\xed\xa7\xbf\x93\x55\x39\xfe\x3d\xe1\x0f\x2f\xc6\x8b\x3f\xfe\x4f\xfd\x8a\xff\xc4\xcf\xfe\x3e\x4b\xc7\xe3\x9d\xce\x72\x35\x99\x1b\x9b\xd7\x40\xd9\x22\x6a\x73\xbc\xec\x7f\xb2\x01\x67\x06\x7b\xd9\xd4\xe1\xaa\xde\xe3\x3a\xdb\x57\x90\x7a\x04\xd0\xe6\x65\x5e\x67\x59\x80\xc5\xdd\x44\x55\x69\xf1\x50\x6d\xfb\x76\x19\x7f\xcf\x95\x61\xcc\x48\x23\x6d\x46\xf2\xa6\xc6\xed\xb7\x41\x0f\xe0\x68\xf2\x6e\x4e\xf4\xde\x65\xee\xa9\x37\xa7\xbd\x00\xc1\x5a\x16\xd8\x97\xb0\x03\x9d\xfa\xef\xe0\x7d\xa9\xf9\x50\x77\x63\x7e\x3f\xfb\x11\xff\xbc\xe3\xc6\x34\x93\x19\xbc\x2d\x2f\xfa\x9e\x6b\x6c\x4a\xb3\x1f\x53\xa2\xdd\xf9\x2e\xfb\x66\x6b\x03\xb2\x0a\x49\xcd\x0a\x5d\x15\xb7\x1f\xd9\xf0\x66\x80\xd1\x2d\x4a\x26\x5a\x8f\xba\x74\x52\xb3\xa3\x35\xae\x23\x66\x40\x61\x53\x90\x10\xf6\x35\x4e\x96\x04\x09\xbe\x22\x28\xe5\x0f\x2c\xe3\x38\x25\xa9\x2d\x2e\xe1\xf2\x77\x8c\x17\xda\x9d\x78\x3a\xb9\x39\x37\x65\x1d\x76\x21\xfc\x23\x76\x36\xd5\x57\x9e\xc7\xe3\xe4\xe8\x73\x6f\xd8\xaa\x60\xdc\xbf\xbe\x0e\x5f\x16\x34\x8d\x62\x00\xaf\xcc\x03\x8a\xe9\xa5\x8b\xba\x12\x17\x14\x20\xb2\xbf\xb5\xee\xd5\x9d\xce\x91\xed\xea\xea\xfc\xe2\x5c\x03\xee\x0d\x18\x5b\xfd\x50\xb3\x50\x18\x40\x09\x22\x41\xa4\x16\x5a\x91\x90\x58\xd2\xc4\xb5\x96\x6a\xf4\x42\xa2\xab\xf3\x8b\x0a\xf1\x6f\xfb\x26\x85\x8a\x00\xe6\x68\x56\x93\x37\xc7\xce\x65\xe3\xbd\xe0\x4c\xd0\xb4\x12\xf8\xd5\xa3\xff\xf7\xab\xab\x8f\x68\x4d\x58\xaa\xce\xa3\x86\x67\xfe\xed\xc7\x17\x67\x3f\xfe\x70\xf6\xec\xd9\x6f\x20\x3e\x03\x8e\xf1\x2c\xc3\xec\xde\x15\x37\x6a\x90\x4b\xb5\x30\x6d\x63\x44\x91\x0d\x71\xd9\xf0\x72\xa7\x65\x50\x13\x8c\xa1\xfc\x1b\xd5\xae\xb2\x01\xd5\x85\x79\x10\x23\x24\x6d\x5e\x7a\x3a\xb7\x02\x76\xa3\x2b\xea\x8d\x32\x34\x29\x38\xa3\xc9\xbe\x81\xd4\x6a\x50\x3a\x7a\x5a\x80\xbe\xb6\x2d\xb6\xa6\x58\x62\x13\x3d\x5b\xb1\x46\xa7\xd1\x4a\xd1\x62\x9f\x08\xe9\xd9\x2a\x89\x8e\x24\x7e\x79\x75\x61\x47\xde\xa5\x28\x9e\xf1\x52\x46\x0d\xd8\x0e\xfa\x89\x40\x2b\xcc\xf0\x82\x54\x91\x1c\x05\x57\x2a\x88\x37\xc6\x37\xca\x29\x8b\xec\xd9\xf0\x37\x8a\xf6\x84\x82\x5b\x10\xcf\x32\x72\xa1\xde\x0d\x25\x6f\xc8\x5d\xa3\x32\x5d\xdc\x6b\xfc\xce\x6d\xfd\xc9\xb1\x10\x0f\xbc\x08\xf8\x90\x07\x0c\xbc\x14\xea\xf4\xfb\x63\xe0\x07\x74\x18\x76\x71\x29\x7d\xcf\x50\xdf\xdb\xc6\x4f\x51\xef\xa3\x96\x48\xde\x46\x76\xe2\x41\xdf\x8d\xd7\xd1\xa6\x45\xfa\x10\xb7\x6f\x76\x17\x20\x21\x74\xb7\x55\x55\xb2\xfd\xd9\x52\x0c\xa0\xb6\x64\x5e\x4a\xe3\x4b\xd7\x82\x0d\x65\x28\x23\x0b\x9c\x6c\xd0\xb7\x2f\x27\xef\xa7\xdf\xf9\x23\xf7\x3f\xbe\xfa\x65\x82\x04\x49\xca\x42\x5f\x14\x88\x17\xfa\x3b\x28\x4a\xa9\x78\x8d\xfa\x96\xb2\xc5\x18\x4d\xeb\x56\xde\x2e\x6d\x1a\x36\x61\x6a\x21\x53\x94\x96\x85\xbd\x39\xe6\x54\xdd\x38\x95\x6f\x51\x75\x15\x82\x09\x6e\xf5\xab\x46\xe6\x75\x46\x06\x7c\xc6\x5e\x08\x41\xb0\xbd\xbe\xfa\x65\x12\x6c\xa0\x09\xf1\xd2\x4f\x87\x91\x59\x85\x7d\x37\x86\x2d\xc5\x7f\xa3\x41\x0e\xf6\xde\x68\xa1\x43\x1f\xd7\x89\x96\x19\x2e\xe0\x76\xf2\xf5\xf6\x79\x74\x5f\xce\x48\xc1\x88\x24\x62\x04\xb5\xb0\x8a\x35\x19\x95\xec\x9e\xf1\x07\x36\x82\x38\x3c\x71\x86\x64\x51\xba\xcf\x63\xe1\x85\x97\x88\x75\xc1\x73\x2e\x2f\x89\xd2\x06\xde\xb8\x93\xbc\xf4\xa7\x6d\x5a\x6e\x3f\x87\x96\x3c\x4b\xf5\x69\x5b\xc2\xdf\x90\xd4\x04\x86\xb6\x4d\x88\xe3\x36\x23\x8d\xa0\x9a\x41\x13\xea\x17\x40\x1c\xd4\xfa\x1a\x9c\xcc\xca\xfe\xa6\x14\x8c\x43\x5c\x7c\x29\x4c\xc2\x6d\x50\x77\xcc\xff\x1c\xbd\xa3\xac\xfc\x6c\x1e\xd7\x56\xc4\x8c\xde\x13\x74\x72\x9a\x92\xf5\xe9\x3a\xc5\x27\x70\x80\x03\x7d\x22\x20\x97\xd6\x91\x6b\xa4\x7c\x9c\x40\x89\x6d\x1d\x90\x4b\x3e\xe3\x44\x66\xde\x44\x1e\x34\xe4\x82\x5b\x26\xd2\x9b\x09\xd5\x33\xd5\xe9\xc5\x74\x82\x66\xa5\xa8\x24\x68\x98\xe9\xb3\x33\xf8\xcf\xa4\x77\x76\x6b\x51\xf6\x7d\xbe\xe4\x34\x57\x94\x41\xd8\x08\x5d\x60\xc0\x24\x18\x34\x65\x35\x23\x13\x27\xd5\xc2\x3a\x30\xab\x4d\x19\xaa\xfa\x0d\x0d\x38\x32\xdc\x2a\x3e\xe0\x0a\xc1\x0d\x34\x74\x09\xb5\x56\x32\xaa\x3c\x29\x76\x26\x50\x36\x76\x4e\x49\x31\x60\xb7\x9a\xe8\x74\x5d\x50\x57\x97\x03\x34\xf4\x69\xae\xe8\xc1\x56\xb2\xe0\x12\xeb\xa4\x9e\x61\x6b\x58\x94\x04\xd1\xd6\xba\x19\x27\x53\x29\x08\x12\x39\x65\x1e\x0b\x49\xfd\x59\x91\x94\xe2\xa7\xba\xf2\xa9\x76\xaa\x3c\x50\x11\x39\xb9\x18\x01\x56\x90\x82\xe2\xec\x1a\xea\xeb\x0f\x9a\xdf\xa5\x99\x13\x3c\x6f\x0a\xf4\xd7\x67\xb1\x71\xd6\x82\x53\x3c\xfa\x59\xd4\x9b\x6f\xf0\x09\x6c\x66\x51\x18\xad\x1a\xcc\x2e\xac\x9c\x63\x28\xbb\xe8\x3f\x26\xa8\xb6\x25\xea\xf5\x6f\x50\xc7\xb9\x85\x83\x3d\x1e\x65\x8b\x3f\x3c\x04\x55\xa2\x76\xc2\x1b\xa3\xbf\x97\xf5\xad\xd9\x39\xc5\xf5\x06\x08\xef\xee\x2f\xc3\x8c\x1f\x1e\xd8\x1d\x2c\xe0\xab\xcf\x92\x30\x7f\x54\x8a\x7b\xba\x66\x0f\xf8\x66\xfd\xa8\xae\xa0\x87\x07\xf6\x2f\x2a\x97\x7b\xcd\x79\x7b\xb2\x75\xd6\x8f\xa6\x47\x70\xca\xc4\xbe\x1f\xe1\x1c\xca\xab\xa7\xbd\x6c\xa2\x41\x8f\x60\x97\xc7\xa0\x57\x84\x72\x19\x4e\x30\x9e\xad\x5c\x86\xc0\x51\x47\x31\x75\x36\xeb\xe8\x15\xce\x76\x4a\xfc\x76\xb9\x7e\xf6\xcb\x57\xa6\x0c\x22\x77\xe2\x9c\xa4\x93\xaa\xb1\xd3\x51\xaa\xe3\x80\x64\x81\xe7\x73\x87\x9d\x74\x3f\xe7\x93\x31\x59\x7e\xbc\x9d\x04\x42\x9c\x7e\x27\xab\xf2\xec\xf4\xf4\xd4\x03\xe2\xde\x9a\xdb\xbb\xaa\xe3\xca\x24\x59\x1f\x03\xab\x09\x98\xb7\x83\x7f\x82\x91\x04\x2c\xd5\x08\x4d\x5c\x7b\xc8\xc6\x50\x14\x04\x27\x4b\xc8\x54\xaa\xea\xb3\x81\x15\xb8\x76\xb2\xd4\x2e\x7e\x2a\x50\x51\x3a\xec\xdf\xad\xd2\x30\x11\x13\x0c\xd0\xb2\xe9\xbd\x89\xb6\xe5\x37\xbd\x4d\x7d\xf6\xfc\xb6\x37\x09\x82\xd9\x1d\x73\x31\x36\x70\xa0\x44\x0d\xb7\x56\x94\x1d\x2f\x2a\xba\xbb\xda\xc9\x0c\xdd\x1c\xc8\xe5\x9b\x8b\x1b\x6b\xe8\x8f\x72\xef\xd8\xe2\x34\x37\x8e\x4e\x1a\x39\xb2\x6a\xe8\xae\xd5\x7a\x73\x71\xd3\x02\x7d\x9b\x6d\x74\xec\x87\xe9\xa4\x0d\x5b\x51\xc5\x01\xeb\xf4\x37\x5d\xe4\xc8\xd1\xf3\x6c\xd3\x5a\x08\x1b\x6e\x32\x23\xda\x89\x0c\x69\xfe\x27\x1f\x99\x36\xe1\xba\x52\x29\x43\x82\x63\x97\x82\xb7\x98\x0d\xde\x22\xd5\x73\x4d\xaf\x8a\xa1\x87\xa6\x4f\x00\x8e\x44\x72\xed\x50\xd8\xda\x5c\x7b\x6f\x8a\x37\x5c\xc8\x28\xb6\xd7\xbf\x1d\xf4\xe3\xb5\xcf\xaf\xaa\x67\xe4\x0f\x64\xe5\xf3\x7e\x7f\xaf\x09\x86\x6c\x79\x5c\x6b\xa7\xdd\x03\x16\x88\x32\x2a\x29\xce\x32\x97\x35\x0b\xa7\xc6\x6b\xd2\x62\x28\x3a\x95\xe4\xff\x9a\xbe\xbf\x36\x45\xf7\x1a\x55\x59\xdb\x23\x70\x74\xab\x5f\x9d\xf0\xa2\x20\xea\x06\xae\x76\xd7\x36\x29\xc7\x27\xad\xea\x7e\xbd\x25\xf0\xd4\x47\x73\x3d\xeb\x5c\x9b\xe1\xe4\xfe\x01\x17\xa9\x18\x25\x7c\x95\x63\x49\x75\xee\xc0\xde\xcb\x3b\xc8\x0b\x78\xd3\xfb\xa0\xc7\x13\xe8\x98\x9a\xf6\x0f\xee\xe0\x09\x8c\xf0\xa4\x5b\x1f\xe1\x4e\xde\x40\x47\x9f\x0d\x1f\xe1\x91\xbc\x81\xf9\x36\x9b\x0a\xdc\xdc\x57\x9a\x69\x0d\x5b\xb4\x46\xed\x35\xbb\x62\x96\x45\x2b\xc5\xfc\x81\xf8\x62\x23\x01\x10\x05\xf7\x06\x42\xe8\xb0\x85\x25\x7f\x40\xb4\x46\xdc\x34\x6c\xf5\x80\x11\xc9\xbe\x39\x8f\x50\xc5\xc8\x1d\xbf\x5f\x6a\x77\xcd\x4e\x69\xe3\x3d\xeb\xd3\x5f\xd2\x0f\x45\x90\x1f\x8a\x3c\x36\xf3\x98\x1a\x15\x09\xdd\x89\xd0\x43\x38\x7b\x7f\x3d\xc7\x9e\x49\x4c\x98\x24\xc5\x1c\x27\x43\x2f\xac\xee\xe3\x7d\x30\x0b\xcc\x51\xcd\x5a\x7f\x68\xf5\xa8\x52\x83\x3a\xe9\x7d\x35\x6f\xaf\xe5\x1e\x2a\xac\x3c\xe9\xbc\xef\x0d\x57\xef\xdb\xa1\x3b\x9c\x4a\x5f\x38\xa8\x8e\x98\xec\xf9\x01\x6e\xe1\x9e\xef\x6b\x0d\x62\xeb\x47\x8f\x6e\xb2\x48\xf2\x40\xf4\xe8\xeb\x8b\x9b\x61\x48\x2f\xaf\x39\x5f\xf4\xaa\x49\xba\xcc\xca\x8d\x13\x99\xc4\x6f\xbe\xdf\x0f\x1f\x80\xf6\x66\xd4\x37\x42\xda\x75\x6b\x17\xcb\x57\xf2\x73\xc5\x76\x52\x92\x67\x7c\x63\x55\x6a\xad\x17\xd7\xa1\xf0\x9d\x4d\xea\xba\xa0\x60\x00\x3b\x02\x25\x1c\x06\x6b\x20\x40\x12\xc7\xc0\xdb\xc7\x68\x18\x49\xdc\xa2\x58\x0d\xee\xf8\xbf\x0d\xc6\x5f\x1d\x9f\xc7\x08\xe3\xff\x18\x71\x02\x2e\x1f\x47\x32\xfd\x4f\x3f\xf8\x5d\x31\xf8\xb3\xf6\xee\xfc\xf4\xe3\x8f\xdf\xbb\x0b\xe4\xa3\x56\x9d\x39\x7f\xbb\x58\x3f\xd0\xe5\x63\x49\xbc\xcf\xd3\x91\x30\x79\xce\x20\x98\xa9\xbf\x45\xba\x9d\x46\x1f\xe8\xb1\x3f\xc9\x1e\x54\x75\xe8\xd0\xbf\x64\x31\x49\xf1\xba\x9f\x88\x46\x66\x36\x11\xcb\x14\xb4\x6a\xd6\x28\x13\x6f\x89\xa7\xb6\x24\x72\xe3\x80\xbc\x25\xed\xd2\x92\x15\x1a\x3e\xb7\x89\x52\x21\xfb\x6b\x05\x92\xaf\x19\x99\xb7\xd2\x24\x1a\xe0\x3a\xb7\x88\xfe\xa1\x56\x9d\xa9\xbd\xbd\x9a\xbe\x25\x1b\x0b\xdb\x61\x40\xef\x41\x9d\x83\xb9\xbd\x85\xb9\x05\xbb\x44\x95\x81\x53\x63\xbb\x59\x72\x85\xac\xd1\x43\xa6\x87\x34\xca\xff\x2d\x65\xde\x58\x0e\xd7\x3c\xf5\x93\x7d\xc2\xaa\x99\x67\x54\x9f\x08\x41\x2f\x06\xf3\xb9\x7e\xd8\x14\x38\x11\x48\xf2\xf0\x9c\xd1\x10\xbf\x85\xfe\xd8\x50\x8c\x1d\x66\xfe\xce\x46\x71\x98\xa9\xab\x7b\xaf\x8a\xec\xa0\xcc\x8b\xfb\xbb\x35\x6a\x35\x63\xb2\xd1\x44\x00\x01\x25\xe8\x72\x37\x0f\x0e\x9b\x6e\x4c\xcc\x9f\xfe\x44\x21\xe0\x6a\xac\xe3\x08\x0f\xa5\xfe\x18\x5d\xb2\x09\x4a\xd3\x3e\xe3\xd5\x4e\x8f\x40\xb6\xb1\x9f\x21\x87\x02\x0d\xa7\x58\x5e\x70\xa5\x44\xf8\x0a\x00\x35\x3f\x5d\xed\x4e\x3f\xdb\xc6\x42\x57\xff\x32\x3f\x45\xce\xd1\xee\xa6\xd6\xc9\x68\xee\x15\x2b\xd6\x89\x38\xa6\x82\xcc\x96\xbb\xbb\x6a\x8e\x71\xae\x13\xa2\x5d\x12\xe9\x56\x07\x43\x08\x19\x13\x21\xaa\x3f\x23\xcb\x8c\x22\x5a\xda\xe3\x16\xd1\x34\x10\xf4\xa9\x3f\x51\xa1\x9f\xfa\xa3\x2f\x05\x83\x45\x7d\xae\x0b\xa3\xec\x74\x45\xb4\xbb\xb0\x3b\xc5\x42\x80\x9b\x92\x2b\x11\x0b\xa2\x2d\xf0\xad\x53\xd4\x38\x67\x8a\xfe\x44\xd4\x99\x9d\x0b\xba\x76\x82\x81\x36\x3f\xe6\x1e\x86\xb0\x7e\x3c\x13\x84\x99\x12\x54\x46\xd7\x44\xaf\xd8\x42\xc9\xf8\x1d\xe4\xf2\x88\x8e\x71\x3d\x5f\x8d\xbf\x32\x25\xa4\xca\x81\x02\x1c\xc9\xf1\x02\xd4\x6a\xc8\x80\x32\xca\x2a\xd4\x98\x39\xc5\x49\x42\x84\x38\x35\xef\x1a\x99\x9e\xc4\xdf\x4c\xa3\x4f\x04\xc6\xf4\xc9\xfc\xfe\x29\x9e\x84\x8a\x38\x29\x91\x98\x66\xa2\x4e\x61\x6a\x43\xb2\x9b\xce\xc2\x27\x24\xfa\x74\x44\xed\xb9\x18\x0c\xa1\xcb\x47\x83\x21\x04\x06\x94\x21\xc5\x52\xd8\xf3\x4a\x1c\x1d\xb9\x55\x91\xc7\x0d\x20\xe4\x6c\xf2\x28\xc0\x82\x32\x9a\x10\x26\x5c\xb4\xe9\xf8\xa3\x75\x53\x2d\xbb\x5a\xe2\xd8\x0e\x40\x84\xcd\xf3\x6c\x63\x2d\x83\x7e\x3b\x92\x4e\x91\xdb\xb6\x91\xd4\x1d\xeb\x79\x0b\xf4\x2d\x1c\x7e\xf4\xf1\xf6\x9d\x0e\x20\xff\xce\xd1\x63\x41\x20\x90\x98\x49\xeb\x81\x30\x23\x03\x2c\x6c\xe3\xcb\x32\x95\xf2\xa8\xb1\x60\x25\x58\x49\xd1\x31\xb8\xe3\x00\x43\x9b\x6f\x1a\xa9\x99\x50\x24\xbb\x14\x50\x66\xc4\xc8\x02\xc6\x6b\xca\x73\xcf\xd5\x43\xb5\xeb\x4a\xbb\x95\x32\xa2\xc3\x59\x30\xdb\xa0\x15\x49\x96\x98\x51\xb1\xd2\x7b\x6b\x85\xef\x09\x70\x40\x5d\xf6\x8c\x8c\xdc\x98\x4a\x15\x31\x45\x99\x2c\xab\x22\x7e\x65\x51\x10\x26\x11\x61\x6b\xf4\xfe\xe6\xd5\xf5\xf4\xcd\xe4\x97\x0f\x9f\x26\xd7\xd3\x0f\xe7\xef\xde\x7d\x7a\x3f\xfd\x34\xb9\x3a\x7f\xfd\xea\xd3\xfb\xbb\x57\xb7\xb7\x93\xcb\x57\xbd\x1d\x1f\x13\x2c\x9d\x45\xe3\x17\x6c\x03\x17\xb4\xa0\x69\x6c\xa5\xdc\x08\x20\x92\xda\x0c\x67\x61\x1a\x0a\x0c\x38\x11\x72\x89\x59\xdb\x92\xad\x11\x1e\x38\xdb\x0d\xc0\x35\x20\x1b\xfa\x65\x41\x63\x55\x57\x5f\xf6\xd4\x7c\xf3\xe3\x5d\xef\x03\x2c\xb1\x1f\x32\x8c\x62\xed\x5f\x1c\x17\xc6\xe7\x35\xa8\xd6\xa0\xe7\xb7\xe1\x00\x13\x74\xb6\x02\xd9\x23\xe0\x21\x98\xbc\xbc\xd2\xa6\xfd\x3d\xe1\x25\x26\x2f\xaf\xb4\x8f\x60\xa8\x6b\xe0\x11\x9b\x7f\xab\x39\xfd\x09\xe9\xc3\x61\xa3\xc7\x6c\x68\xe5\xcd\x97\x75\xd9\xcd\xde\xc5\xb6\x02\xb5\x99\xe8\x13\x5f\x7a\xdb\xac\xae\xd5\xb9\xaf\xe1\xf8\x30\x16\x37\x33\xa3\x8b\xdb\xeb\xca\x46\xa5\xb9\x62\xd8\x6c\x73\x53\x70\xa9\x58\x17\x2f\xd0\x9b\x4d\x4e\x8a\xea\x8b\x0b\xd5\x3f\xaf\xaa\xf4\x58\x0d\xdf\xed\x84\xb5\x1f\x45\x49\x53\x66\xb1\xa1\xd3\xeb\x22\x96\x0d\x9c\xae\xa7\xd6\x5f\x9e\x06\xed\x0e\x0e\x7b\x43\xab\x7c\xe5\xfe\xe6\xcf\x08\xa1\xba\x02\x42\x78\xe3\xce\x50\x46\xdb\x47\xb5\xf9\xd0\xfe\xbb\xaf\x1a\x84\x76\x00\x83\x11\x5b\x47\x7f\xee\x21\xbb\xba\x47\xdc\xcc\x08\xde\x1a\xb4\x9f\xea\xcd\x09\x75\x87\xed\x2f\xf3\xa0\x3f\xb1\xb6\xcf\x18\x6b\x58\x94\x1d\xac\x3d\xc6\xb0\x6e\xc8\x6b\x29\xa4\x39\x5b\x64\xf6\x7b\x63\xaf\x07\x0a\x8d\xd7\x9f\xce\x2d\xab\x38\xb1\x12\x27\x1b\x55\xb4\x9a\x43\x3c\x58\xf4\x77\x1e\xce\x4b\x44\x3d\xa2\x10\x14\x6c\x36\x84\xb4\xf5\x9b\x27\x97\xb5\xf9\x2f\x00\x1c\x52\x7f\x60\x32\x1d\x9a\x29\x91\xae\xb3\x6b\x3a\xd4\x09\x76\xdb\xb8\xba\x82\x86\xd8\xc3\x45\x7e\x87\xb5\xbc\xdd\xf5\x73\x1b\x36\x3d\x9d\xd4\x77\x72\xe8\xf4\x1f\x4b\xe1\xd6\x5a\x9b\x53\xe9\x0e\x78\x7b\x9a\x6b\x63\x4b\x64\xfa\xcb\x57\x3f\x0a\x0d\x7c\x3f\xb9\xbb\x96\xaa\xfe\x22\xa8\x8c\x27\x5f\x61\x19\xff\xba\xb0\x8c\xbf\xb2\xbf\x2c\x32\x63\xe3\x0a\x8c\xd3\xa1\xfb\x03\x23\xbf\x20\xa8\xa1\x89\x7e\x0d\xa8\x9c\x26\x4b\x64\x5f\x8d\xd3\xbc\x6c\xa8\xbe\x19\x97\xf5\xf2\x7f\xc8\x24\x3f\x3b\x3d\x7d\xfe\x8f\x17\xe3\xe7\x3f\xfd\x3c\x7e\xfe\xe2\xc5\xf8\x79\x74\x1a\xcc\x97\xc8\x7f\x99\x71\x93\x54\x06\x42\xc1\xb7\xfd\x59\x30\x2e\x26\x54\xb2\xef\xec\xd9\xaf\xce\xdb\xb7\x5b\xbc\x68\xa4\x91\x1a\x2d\x6a\x0d\x20\x96\x79\x4e\xa1\x1a\x63\x09\x39\xba\xdf\x8d\xbb\x39\x36\x43\xc9\xf9\xd7\x0d\x19\xb3\x01\xe0\x47\x2d\x71\x53\x91\x17\xf8\x04\x24\x13\xb8\x2d\xc2\x1a\xef\x0f\xb2\x09\x8c\x9d\x3b\xc3\x92\x08\x69\x8a\x49\x79\x80\x19\xe2\xc0\xc0\xe3\x0d\xa2\x3b\x1a\x3a\x52\x26\x56\x58\xfc\xfe\x1e\x3a\x8b\x56\x39\x5b\x0f\x55\x2b\xac\xbf\x35\x06\x6f\x11\x17\x93\xe3\x5e\xe5\x83\x69\x9b\xcd\xc1\xd6\x80\xe6\x95\x88\x51\x95\xc5\x44\xdc\x95\x84\xa0\x3f\x00\xf2\xa5\x7b\x69\x95\xa1\x33\xb2\xa5\xdd\x9c\x01\xa4\x34\x74\x4c\xc5\xf3\xc3\xd6\x32\x40\x1f\x63\x74\x0e\xf5\x7b\xad\x34\x1d\xd4\x6b\xec\x12\x1a\x44\x44\xf2\x39\xcf\x30\xab\x4d\x09\x8a\x5b\xda\xac\x71\x28\x2a\xe8\x16\x4a\xea\xcf\x29\x91\xc9\xa9\x19\xdc\x58\x51\xef\x50\xba\x25\x2c\xde\x60\x32\xe9\x25\xb7\xe1\xed\x75\x5e\x9a\xbd\x49\x72\x5c\x48\x9a\x94\x19\x8e\xc8\xab\x8f\x0a\x2b\xf9\xb2\xfa\x1f\x9d\xfb\xce\xb2\xb9\x8c\xa5\x74\xe3\x70\x6c\x11\xac\xce\x1a\x58\xe1\xfb\x4e\x1c\x4e\x95\xf9\x73\x19\x44\x68\x52\xcc\x42\x3e\xdb\x43\x99\xf4\x12\xc8\xf3\x23\xe3\x2c\x54\xbd\xf5\x9a\xb3\x4a\xfd\x00\x09\x32\x42\x7e\xea\x19\x23\x67\xea\xd0\x94\x4c\x94\x79\xce\x0b\x25\x62\xba\xad\x51\x9e\x01\xf3\x9c\xa8\xb7\x24\x3d\x97\x40\x3b\x06\x39\x27\x4c\x57\x1e\xdc\x53\xe8\xab\x3a\xda\x01\xc4\xfa\x97\x8c\x83\x74\x1e\x8b\x65\x5d\xb7\x6f\xe0\xc1\xda\x4c\x34\xa3\xf5\x69\x95\x5f\x09\x65\xa6\xb1\x63\xd3\xa8\x3e\x4c\xb1\xe7\x9a\x16\x56\xf4\x92\x5c\xe9\x54\x3c\xa1\x58\x92\x1a\x2d\x00\xda\x2d\xe9\xdc\xb5\x53\x95\x74\x96\x71\x9c\x22\x5b\x85\x61\xb7\x02\xb7\xb1\xe0\xde\x4f\xda\xe8\xde\x26\x49\xaf\x46\xc8\xd5\x69\x16\x26\x11\xc1\x93\xcf\x0b\xa8\x05\x39\x45\x6a\xdb\xc1\xe1\x84\x3d\xa4\xe6\x59\x69\x3d\x58\x08\xba\x60\x24\xb5\x47\xf5\xcc\xfe\xe2\xe8\xd2\x64\x53\xaa\x9e\x7f\xb4\xc3\x99\xd3\x42\x48\x44\x98\x2c\x36\xf6\xf6\x33\xe2\x98\xf5\xce\x5e\x4c\x2e\x6f\x9f\xec\x42\x32\x87\x5b\x6d\x8b\x62\x2d\xbf\x9a\x35\x15\x34\x57\x5f\xfd\x6c\x13\xff\x0b\xde\x2f\x09\x9b\xd7\x89\xf1\x06\xaf\x1c\x76\xa1\xe3\x43\x4d\x13\x0a\x2a\xb0\x46\x9c\x86\x0d\xfa\xdb\x52\xca\xfc\x5b\xf1\xdd\x6f\xc8\xa9\x99\xfe\x36\xa7\x19\xf9\xcd\xd6\xde\x77\xe3\x54\xbb\x10\xa9\x9d\x29\xef\x45\xcb\x9d\xfe\x1a\x36\xbf\xe9\x04\x24\x89\xfd\x89\x14\xaa\x77\x7e\xbc\xca\xe8\x4f\x2e\x1c\x03\x69\x87\xb0\xd4\xbc\xce\xf5\x56\x10\x6c\x5b\xd9\xcc\x2b\x22\x31\xe0\xae\x1a\x4b\x7f\x99\x1b\x9c\x68\x43\xc1\xf6\x9b\x03\xe0\x09\x67\xad\x45\xa4\x20\x49\x9b\x90\x4b\x88\x0d\xa9\x07\x38\xf6\x9d\x31\xa7\x0c\x61\x42\x71\x7e\xc9\xf0\xda\x05\x44\xd4\xa6\x5b\x9d\x5f\xae\x9f\x71\xf9\x37\xe6\xf0\xab\x3b\xb6\xb4\x46\xe1\xd0\x16\x67\x63\x97\xa5\xa2\xb6\xdd\xd4\xaf\x3a\x83\xe6\xf5\x0b\x5d\x82\x0e\x73\x29\x9e\x92\x5b\x9d\xcf\x92\x52\x8f\xcf\x4b\xb4\xbf\xa2\x5a\x5c\xb3\xbd\xc7\xe8\x4a\xaf\xcf\xb3\xcd\x5c\xbd\x8c\xd5\x33\xcf\x7b\x1e\xad\x35\x38\xf5\x87\x92\x14\xaa\x46\x1e\xa9\xd3\x08\xa8\xa2\xe5\x15\x78\x6a\x4c\xc4\xa0\xce\xe8\x88\x1b\x13\x33\x46\x94\x46\x83\x3e\x7e\xec\x09\x17\xa9\x3f\xeb\x1f\x4c\x6e\xd4\x18\x9d\x67\x19\x7f\x20\x69\x25\xc0\xe4\x98\x16\x02\x3d\x70\xf6\x44\x76\x2c\x8d\x1e\x63\x42\x9b\x58\xd5\x90\xff\x6c\x7f\x45\x73\x50\x80\x69\x4a\xe5\x06\x8c\xf5\xbb\xac\x63\xb7\x83\xdd\x56\x53\x98\x5e\xb4\x41\x37\x7e\x51\x7d\x6a\x89\x5e\xee\xc6\xa2\xfe\xe9\x64\x2f\x86\xc6\xa0\xdc\xd6\x31\x28\xcd\x30\xdb\xa2\x0e\x27\x69\x73\x5f\x3f\x39\x9a\x0e\x67\xf0\x9b\x19\x2d\xd0\xb2\x6e\xc5\x9d\x49\xae\xe4\x8f\x02\x67\x90\x89\x21\x10\xf5\x29\xf5\xc1\xac\x81\x38\xb3\x88\xa0\x7f\x0c\x49\xf3\x9b\xd2\x3f\x48\x6f\xfe\x23\xe4\xd6\x99\x88\x1d\x86\x16\x74\x46\x01\xc2\x32\xa0\xc5\x7f\xfb\x9a\xbe\xfc\x6e\x8c\x6e\x8d\x69\xdf\x6f\x30\x8a\x4c\x5e\xf4\xfb\x6a\xb7\x66\xe4\x4c\x5a\xac\x67\x34\x68\x80\x41\x93\x44\xc0\x79\xbb\x35\xc0\x58\x07\x2e\x1c\xd4\x90\xd5\xa4\xbd\x81\x45\xc3\x87\x57\xa7\x56\x43\xec\x8f\xe9\x14\x07\xbb\xb4\x60\x47\x4f\xc1\xb1\x56\x6f\xe8\x6e\xca\x76\xeb\x6a\x0d\xf4\x79\x41\x59\x4a\x8a\xea\x36\xdf\x9a\xac\xf7\xf1\x20\x43\x41\xc3\x13\x05\x7c\x8c\x25\x2e\x4f\x40\x9d\x13\xcf\xcf\xea\x35\x01\xe6\xe6\x35\x62\x69\x1c\x72\xb8\x07\x6e\x78\x46\x13\x4f\x74\x5a\xfb\x3c\x77\x9f\x6b\x07\xc4\xb6\x6a\x32\x78\xe8\xa4\xbb\x41\xaf\xeb\x52\x97\x3a\x04\xdc\x96\xe6\x31\x95\x15\xaa\x00\x02\x38\x5e\x4e\xa7\x8f\xfa\x58\x01\x0f\x58\x65\x23\xcf\x0a\x9d\x08\x3e\x97\x23\xcc\x24\x1d\xe1\xf9\x9c\x32\x2a\x37\x0e\xbc\x2b\x14\xcc\xdd\xf5\x42\x93\x8f\x90\xed\xdf\xb7\xac\x30\x98\x70\xbb\xd6\x78\x83\xfd\x45\x35\x8e\xd8\xc2\x03\xc2\x56\x1a\xaa\x48\x93\x19\xd6\xc2\xf0\x35\x5f\x63\x2b\xf2\x7b\xd6\x8d\x2c\xc6\x68\xf5\x7c\x9c\xe1\x62\xb1\x57\x6d\xdb\x63\x84\xb8\x84\x38\xa4\x6c\xdd\xc8\x11\xac\xb1\x66\x7e\x3e\x21\x34\x9e\x2d\x6a\x22\x87\x71\xf9\xe3\x19\xe2\x97\x91\xae\xfc\x0c\xd0\xc3\xdd\x22\x2b\x0f\x5d\x5e\x4f\x23\x54\xc3\x57\x75\xeb\x06\x66\x7c\x6d\x08\xd5\x7c\x27\x65\xc2\x70\x4b\xa7\x41\xa2\x99\x17\xd0\xb2\x4b\xa8\x67\x0b\x22\x78\x56\x82\x2d\xd8\x04\x93\x34\xf5\x6f\x8f\x25\xd1\x9b\x3e\x70\xcc\x6c\x10\x4b\xc5\xf8\xaa\x96\xaf\xda\x4f\xa8\xa3\xd5\x34\x4c\x74\xcb\x18\xb9\xe7\xdd\x6f\x45\xde\xc9\xec\x65\x70\x87\x06\x59\xc6\x27\xdd\x67\xda\x29\xc1\x87\xb3\x8a\xb7\x76\x8c\xb5\x8f\xa7\x95\x81\xdc\xd1\x67\x65\x36\xaf\x80\x54\x73\x5e\xec\x54\x0b\x7a\x10\xac\xeb\x93\x6d\x5c\x57\xaf\x89\xdc\x77\x4c\xb4\x89\x3c\x17\xc3\x6d\xe4\x8e\x5e\x67\xa4\x69\x23\xff\x7b\x8c\x8d\xfc\x61\x4f\x23\x79\x36\x1b\xb4\xa9\x9e\xbc\x9b\x3d\x72\x77\x4b\xdb\xd5\xd2\x32\x02\x82\x79\x50\x3b\x6b\x97\x58\xa0\x19\x21\x0c\x15\x44\x1d\x6e\x8d\x7a\xd8\x74\x3d\xed\x66\xd9\xb3\x32\x5e\x34\x64\xd4\x55\xeb\x01\x4b\xd0\x8f\x1f\x27\x97\xeb\x1f\x0c\x31\x2b\xdf\x9d\x17\xbc\xc9\xa0\x51\x5a\x80\xa9\xa6\x1c\x3b\xdb\x00\xa7\xd6\xbb\xda\xda\x8f\x66\x9b\x76\x14\x92\xab\xd7\x97\x9b\x0a\x07\x52\x91\xef\x69\x27\x76\x09\x5e\xc4\x38\xca\x38\x5b\x90\xc2\xca\xcb\x38\x80\x1a\x87\x59\x6a\x27\x03\x96\x00\x33\x6a\xf5\x35\xeb\xe4\xe4\x81\xf5\xac\x4d\x25\x47\xa7\x66\x28\x52\x0b\x18\x19\x81\x90\xf4\x02\xad\x78\xaa\xfb\x89\x9b\x71\x60\x81\x79\x22\xf1\x9a\xe2\xa9\x76\xc7\xc6\x1c\x98\xf7\xad\x27\xcc\xdd\x8c\xd1\x6f\xcf\x7e\x53\xa3\xfb\xed\xf9\x6f\xad\xf0\x01\x8b\xb4\xeb\x9a\xe3\x92\x80\x87\xc7\x71\x62\x8c\x97\x58\x20\xf3\xd2\x46\xf1\x77\x27\xd4\x20\x72\x1d\x11\xb5\x9b\x88\xdc\x22\x1b\xc2\xa5\xe4\x2b\xc5\x31\x71\x96\x6d\x76\x3b\x26\xd1\x81\xc9\x4f\x7a\x23\x93\xeb\x89\x77\x23\x93\x1d\x33\xb4\xf4\xe9\x46\x26\x7b\xa6\xae\x36\x92\x27\xde\x68\x6b\x33\xed\x44\x07\x59\x94\xec\x7e\xc0\x5e\xfa\xd0\x68\x7f\xa0\x9d\xc4\x0b\x98\xaa\x71\x6f\xc2\x80\x90\xde\x43\x2d\xc6\x0c\x77\x9a\x57\x82\xf9\xf2\xfb\xc8\x17\x13\x0b\xce\xd8\xad\xef\x7d\x11\x12\x11\x01\xb1\xef\x07\x87\xc3\x22\x7e\xb7\x43\xe8\xab\xd5\x7e\xc1\xa2\x10\x93\x3f\x7f\xde\x7a\xa0\x1d\x98\x76\xfb\xe6\xae\xea\xd0\x1a\xb9\x03\x6e\xff\x0e\x7b\xd7\xa7\x65\xdf\x62\x93\xad\x31\xb6\xd4\xec\xf6\xe8\x2a\xd1\xca\xad\xd6\xf5\x0d\xcf\xd1\x3a\xc6\x0e\xdc\x1c\xa6\x47\x59\xec\x78\xe2\xaa\x3f\xaa\x1a\x3d\xad\x69\xec\xab\x75\x12\x36\xe7\x45\x12\x00\xc8\xea\xe4\x59\x9a\x27\xaa\xb3\x5d\x1b\xb0\x30\x54\x5f\x08\xdb\x74\x10\x44\x1d\x67\xe4\x69\xd3\x65\x0c\x25\x7a\x82\xf3\x09\xd5\xe4\x09\x05\x20\x6e\x67\xbd\x35\xb5\xae\xc3\x12\x37\x2f\x28\x2f\xa8\xf4\x66\xb1\x76\xf2\xc7\xf4\x03\xfd\xc3\x79\x0a\x55\x5c\x4d\x94\xaa\x97\xb6\x33\x22\x1f\x94\xd4\xf9\x1c\x7d\x9b\xf1\x07\x22\xe4\x77\x68\x84\x7e\x44\xdf\x2e\xe9\x62\xa9\xfe\x0a\x4e\xcc\xef\x01\x08\xd7\xf1\xf0\x60\x12\x8d\x2a\xb2\x78\x35\xf1\x9d\xab\x6f\xe0\x9c\x7e\x5a\xd3\x1e\x24\x5c\xd4\x13\xd3\x65\xd4\x33\xcc\x94\x8a\xa0\x1d\xcf\xf6\xf2\x06\xfb\x05\x88\x73\xa1\xe2\xf3\x26\x74\x9e\xa1\x9c\xae\xb9\x12\x07\x57\x58\xdd\x5f\xe2\xa9\x49\x5a\xb9\x27\x24\xc7\x19\x5d\xef\x06\x26\xfd\x88\xbd\xf8\xfc\x7f\x4d\x68\x7b\x44\x4c\x40\xeb\xee\x53\x8c\x23\xda\x95\xbc\xfd\x64\x7d\x75\xd6\x31\x3c\x70\x85\xfb\xec\x91\xed\xeb\x8b\x41\x3f\x95\x7d\x80\x91\x87\x6c\x53\x69\x5d\x95\x0f\xc0\x63\x04\x50\x9f\x7f\x73\xca\xb4\x6a\xd4\xbd\xba\x8d\x61\x16\xc2\xaa\xac\x7d\x00\x46\x18\x48\xca\x43\x3a\x22\xab\xa3\xfe\x35\x8d\x30\x01\x45\xf0\x0b\xc6\x08\x94\x92\xdf\xe8\x2a\x72\x83\xdc\x39\xe7\xdd\xe7\x5a\x52\x46\xae\xbf\x52\x7a\x7e\x53\xf0\xf4\x4c\xc7\x6c\x6a\x74\x71\xf3\x11\x58\xc9\xf5\xc7\xab\x73\x44\x59\x92\x95\xa9\x3a\x67\xa6\xd0\x9d\xdd\xd1\x90\xdf\x13\x8e\xca\xa8\x60\x7c\xeb\x12\x18\xb6\x82\x04\xe2\x2b\x2a\xd5\xe2\x34\xd9\x80\x3f\xa2\x52\x7d\x4e\x18\x67\x64\x0f\x2f\x10\xf3\x99\xd0\x47\xa8\x20\x82\xfe\x41\x3e\x61\x96\x7e\xca\x3d\xa1\xf9\x11\x6b\x9f\xe4\x65\xe4\x4a\x2a\x8a\x37\xd7\xee\xee\x4a\x7d\xb5\xaf\xb7\x3f\xe1\xc5\x20\xdf\xf3\x05\x80\x09\xd8\xd8\x34\xa8\x03\x08\x15\x4d\xe0\xeb\x5c\xa9\xdb\x3c\xb9\x0f\x43\x17\x7e\xe0\x12\x67\x6a\xfc\xd0\xd7\xb7\x53\x78\x48\xa0\xff\xd0\xfd\xfb\xae\xfc\x16\x60\xf2\xf7\x2f\xbc\x2d\x63\x03\x04\xf4\x98\x87\x90\xc1\x0e\x78\x8b\x10\xa6\x2b\x53\x1f\xde\x55\xb9\xe8\x71\x12\x22\xc6\x6b\x0d\x0b\xed\xf9\xdd\xcc\x3f\x70\x24\xbc\x9e\xeb\x65\xb9\x20\x39\x5e\x44\x5f\x59\x6f\x6c\xfb\xca\x76\x6d\x22\x50\x14\xfd\x9f\x88\xba\x3f\x3f\x28\x27\xa4\xc2\x32\xf4\x96\xbe\xf4\x84\x84\x85\xf8\xc6\x8b\x67\x3f\xfc\xec\xf9\xf9\xf9\xb3\x1f\x7e\xfe\xf1\xef\x6e\x48\xee\xb8\x15\x8d\x59\x4d\xda\x00\x1d\xf0\x81\xa6\x3a\x91\x0a\x26\x97\x5d\x6e\xd3\x82\x12\x54\xcc\xdf\x77\xab\x9a\x70\x69\x53\xa5\xd9\x54\xb9\xab\x2b\x5c\x89\x0a\xba\xd6\xdc\xbd\x77\x57\x4f\xeb\x6b\xc4\xc7\xaf\xf2\x12\xee\x9d\x15\x59\xf1\x42\xe3\x61\x76\x46\x0d\x85\xb4\x84\xb0\xf1\x27\xba\xa1\x4f\x54\x61\x29\xf4\xba\xc6\x05\xc5\xb3\xac\xe1\x91\xa5\x0b\xc6\x0b\x1f\x36\x4d\x04\x7f\xd7\xaf\xbf\xf2\xe0\xca\xb7\x4d\xdf\xa6\xb9\x63\x2b\xeb\xde\xc0\xfa\xeb\xdd\xa6\x87\xdb\x47\xbb\xa0\xf5\x37\x90\xd5\x20\xb4\x08\x90\xf0\x6d\xe5\x14\x9e\xee\x0d\xba\x24\x86\x22\xf5\x1b\x94\xfe\x66\x64\x9a\x52\x93\xc0\x19\x53\xc1\xf4\xd3\x83\xe1\xf4\x1f\x8e\xdb\x8a\xbd\x71\x44\xd7\x2b\x3f\x6c\x7f\x8b\x4e\x77\x57\x5b\xb1\x6f\x0f\xbc\xb8\x07\xef\x51\x33\x08\xce\x77\xad\xed\x15\x5f\x93\x12\x71\x2f\xb9\xdb\x94\x31\x32\x8e\x7a\x4f\x83\x25\x5d\x2c\x3f\xe5\xa4\x80\xe5\x62\x1e\x0c\xdc\xfd\x12\xe1\x2a\x0f\x6b\xa4\xfa\x6e\x3c\xac\x95\x06\x5f\x79\xcc\x2b\x55\xbe\xe0\xa5\xd4\xb8\x9e\x0d\x51\xd7\xc9\xdd\xb5\x77\xb8\x4e\x70\xd7\x8a\x91\xe9\x1e\x89\x92\xea\xdd\x2d\x71\xb1\x20\x3a\xfa\x45\xb1\xb5\x34\x71\x57\x1a\xb8\xbc\x9e\xa2\x82\x24\xbc\x48\xab\x48\x2f\x88\x6c\x58\xd7\x72\x37\x0c\x51\x0b\xf5\xa0\xd1\xed\xe6\x2d\x52\x7a\xf8\x27\xa3\x98\x7d\xa2\x31\xc9\x48\x6a\x6a\x66\x26\x15\xc2\x06\xc4\x03\x6a\xca\x29\x36\x7f\x77\x25\xaa\xf2\x91\xbb\x8f\xca\x38\xda\x3e\xb9\xed\x72\x7d\xa9\xe1\xcd\x74\x0d\x33\x4c\xeb\xb1\x33\x01\x21\x32\xbe\x66\x94\x68\x72\x4a\x0b\xa4\xca\x78\xcf\x00\x9b\x85\x25\x5d\xbd\x4a\xbb\x76\xb0\xb1\x7e\x83\x4e\x56\x8b\x95\xfc\xad\x2e\x6f\xa6\x69\x08\xdb\xc6\xae\xb3\x7f\xa8\x90\xa1\xbc\x26\xc5\xc6\x98\x54\xf6\x89\xe1\xd0\xb3\x32\x25\x5d\x3e\xa5\x7c\x85\x29\x1b\xbc\x27\x6c\x45\x18\xfd\x78\xcf\xd6\xf0\xe1\xd8\x3f\x74\x40\x4a\x77\x9a\xc6\x9a\xd1\xc4\xc0\x69\x45\xa1\x90\xde\x5d\x4f\x2e\xaa\xf6\x6d\x39\xeb\x7a\x72\xd1\x84\xe2\xf2\x42\xf6\xd9\x5b\xf6\xee\xaa\x11\x78\x63\xf7\x51\xbd\x75\x5a\xa3\x8b\xdb\x35\xb5\x5d\x51\x36\x4a\x8f\xc1\xa0\xda\x25\xd0\x40\x02\x93\xe0\x6a\x54\x02\xde\xaa\xcc\x24\xcd\x9d\xb5\x8a\x4d\x1f\xa2\x9b\xd8\xdc\xf5\xa0\x9b\xbb\x51\xa0\x0d\x2f\xa1\xa4\xc8\xe7\x3c\xa3\x09\x95\x4e\xd3\x84\x35\x4b\xb4\xa6\x7a\xf8\xc2\x68\x8a\xd9\xf7\xfc\xd2\xb8\x0a\x7a\x7e\xed\x32\x3c\x67\x93\xad\x63\xb0\xd5\xd2\x73\x25\xad\x45\xae\x56\x21\xe0\xad\xbb\x9b\x42\xab\x7d\x33\x99\xd7\xba\x9b\x1d\xf2\x98\xe3\x02\x92\xda\xe9\xba\x8a\x38\xa5\xbe\x2a\xbb\xb5\x34\x71\x4e\x11\x61\x69\xce\x5d\xe5\xd8\xe3\x52\x27\xe3\x13\x4b\x7b\xcb\x6f\x98\x9f\xec\x38\x03\x60\x81\x95\xc3\x3d\xe3\x0c\x42\x39\x5c\x35\x55\x8e\x9c\x1b\xdb\xd6\xd1\xca\x22\xab\xcb\x14\x53\x86\x8a\x65\xc2\xc5\xf8\xdf\xc2\x69\x67\x97\x1c\xa5\xfc\x81\x69\xe1\x10\x7c\xaa\x17\xef\xa7\xe8\xfd\xdd\xf9\x4e\x7e\x03\x2c\x71\x42\x58\xdc\x52\x5c\x56\x8d\x7b\x41\x20\xeb\x5f\x2d\xc0\x95\x2f\x08\x73\x7d\x01\x6d\xf7\xa9\xfe\xa6\xc6\x03\x28\x9b\xf1\x7e\x8e\xea\x91\xae\x87\x23\xad\x7e\x18\x54\x31\xd3\xa6\x6f\xfc\x6f\x2b\x62\x67\xf9\xd5\x51\xdd\x36\xbd\x8f\x87\x55\x51\x30\x85\xdd\x90\x42\xdb\xec\x22\x55\xac\xeb\x72\x75\xd1\x7a\xce\x63\x4b\x0d\x5a\x2c\xd5\x39\xc5\x68\xbd\xd2\xc2\x7f\xdd\xc3\x1a\xec\x89\xc6\x11\xb2\x5e\x55\x1c\x47\xbd\xfc\xe6\xa3\x38\xdd\x1a\xc4\x97\xb0\x24\x24\x79\x19\x6b\xd1\x33\xe3\xac\x64\x6a\xb0\x91\x36\xa6\x67\xf8\x6c\x5e\xf0\x84\x08\xe1\x85\xb1\xd5\xc4\xd4\x51\x93\x74\x61\xc8\xf5\x05\x66\xbb\x93\xdd\x27\x6c\xf5\xf1\xd8\x28\xe2\xec\x13\xc7\xb2\xf9\x1c\xbb\x42\x63\xfa\x38\x2a\x34\x1e\xc4\xce\x1e\x19\x33\xe0\x6c\x90\x7a\x8b\x31\xf6\x17\x61\xec\xbb\x28\xd5\xf4\x5b\x97\x88\x7a\xaf\x2b\x71\xa5\x51\x26\x51\x67\xba\xc8\x25\x65\x50\xdd\x23\x31\x35\xb2\x09\x5e\x90\xe2\xbf\x49\xc1\x49\xfa\x41\x7d\x5b\x29\x20\xce\x14\xb5\x1a\x2b\xb8\xa3\x72\xe0\x24\xe1\x45\xda\x70\x24\x56\xf5\x7f\xcc\xd6\xd2\x8e\x4b\xd7\xfe\x9d\x5b\x69\xf8\x80\x05\xba\xd5\x74\xdd\x3f\x39\x12\x18\x47\x5b\x44\xd9\xe5\x7e\x9e\xf3\x2c\x8d\x12\x8c\x7e\x81\x86\x76\xad\xf1\x0c\xf2\x52\x08\xca\xb1\x5c\x56\x10\x12\xba\x49\x95\x9f\xe0\x20\xa1\x0d\x93\xc6\x2c\x3d\x6d\x78\xc8\x01\x1b\xbe\x23\xe5\x1a\x97\x7c\xf3\x65\x2e\xbd\x52\xd4\xa3\x28\x56\xe8\xf4\x9f\xb5\xa8\xf6\x5f\xa7\xeb\xd5\xe9\x3f\xf5\xe0\xfe\xeb\xf4\x9f\xa2\x9c\x99\x7f\xef\x93\x19\x12\xa7\x6b\x6c\xe7\x3e\x38\xf4\x0d\xd3\xeb\x2e\x03\xda\xa7\xfc\x4a\xf7\xd8\x36\x2a\xaa\xfb\xe1\xff\x4c\x38\xc3\x3e\xe6\x99\x1c\x0b\xf1\xc0\x8b\x18\x7b\xcc\x8d\x69\x5a\xc1\x89\xdb\xbf\xad\xaa\x56\x8a\x5a\x22\xd7\xf8\x7e\xcc\x53\xfe\x8a\xef\x2d\x9c\x5b\x54\xda\x1b\xce\xb3\x28\xb8\xe7\xba\xb9\xf7\x04\x05\xa0\x8c\x95\x74\x6a\x62\xaf\xbb\x27\x65\x3b\xd4\xfa\x20\x27\x67\xc9\x85\x3c\xfd\xa7\x59\xe6\xff\x3a\xb5\x13\x11\xa7\xff\xb4\x43\x55\x63\xda\xed\x24\xa9\x45\x8b\x34\x86\x7e\x34\x4d\xfb\xae\x9a\x2f\xbd\xf6\xe6\xd9\x18\x4b\xdc\x45\x4b\x91\x34\x26\x44\x3d\xf6\xa2\x93\xc4\xb3\xdf\xa8\x7c\xa6\xa5\x7a\x39\xfb\x7e\xec\xa8\x8c\x3d\x4d\xec\x61\xeb\xf9\xc9\xae\x60\xcf\x4f\x66\x2e\xf1\x56\x26\xc7\x0f\x79\xc1\x3f\x77\xe2\x91\xba\x85\x06\x3e\x77\xe2\x8e\xe0\x1b\x93\x43\x53\x5b\x73\x9a\x08\xd3\x25\x13\x44\x76\x85\x91\xa6\xb5\xa5\x99\xda\x52\x81\x85\x56\x98\x64\x58\xbf\xa3\xbd\x4e\x6e\x51\x73\x29\x65\x7e\xb3\x3d\x8d\xad\xa9\xbc\xf9\xf0\xe1\x46\x4f\xc7\x66\x25\xdd\xbe\xb3\x5b\x43\x4f\x4a\xcd\x45\xb5\xb2\xa5\x1e\x7b\x54\x72\xcf\x36\x81\xe2\x6b\xb1\x03\x99\xc6\x8d\x64\xba\xdb\x50\x18\x8f\x19\xc7\x35\xaf\x06\x81\x51\xc2\x57\x2b\x3c\x12\x24\xc7\x05\x88\x0b\x36\x5a\x50\x9f\x2a\x0d\x77\x7a\x31\xb9\xbc\xed\xbb\x43\xd5\x68\xeb\xe2\xaa\x66\x83\xe8\xb8\x3e\xb3\xc8\xfd\x75\x62\x9c\x33\x70\x6d\xd6\x72\x96\x51\xb1\xec\x6e\x57\x93\x87\x68\xf3\x5c\x3d\x9b\x59\x3f\x6f\x5d\x6f\x02\x2d\xf9\x43\xcd\xe3\xe6\x18\x82\xcd\xad\x49\x52\x74\x4c\x84\x9d\xd1\x67\xf4\x5e\x1b\xf0\xdf\x96\x33\x52\x30\x22\x89\x40\xe7\x37\x93\xa7\x8d\x10\x44\xe3\x15\x24\x32\x19\x83\xd4\x4d\x3e\xe7\x1c\xea\x74\x1a\xd9\xba\xd3\xa3\x90\x8a\xf2\x0b\x58\x8f\x86\x78\xad\xb5\xb2\xfa\xa7\x13\x3b\xcf\x4e\x88\xdc\xb6\x64\xbc\x25\x11\x8f\xfa\x69\x34\x42\x13\xd6\xf3\xb5\x63\x75\xf2\x32\xcb\xa6\x24\x29\xba\x66\x93\x0e\xa5\x6d\xa3\xba\x1a\x2b\xfc\x65\x8e\x38\x98\x8b\x54\x4f\x80\xb5\x0f\x35\xf9\xc6\x31\x2f\x17\x62\xb9\x55\xac\xa9\x1d\x2e\x30\x7d\xd3\xa8\xca\x04\x1b\x26\x41\x80\xac\x44\xd0\x74\x49\xb2\x0c\x7d\x3b\x9d\xbe\xf9\xce\x96\x54\x32\x56\x53\xa4\xeb\xa1\x76\x39\x16\xaf\xb3\xc1\x23\x46\xb7\x7d\x49\x8c\xd0\x0c\x0b\x72\x09\x27\xa8\xf1\xa5\x05\xc4\x6b\x7c\x65\xad\x5b\xcd\xaf\x2a\x12\x7e\xd3\x7e\x6d\xe3\x58\xe8\xd0\xf1\x33\x24\x8b\x52\x5f\x12\x46\xc7\x32\xdf\x08\x89\xa5\x36\xdc\xa8\xf9\xe5\x92\xa4\x8d\x70\xe2\x7b\xca\xd2\x33\xbb\x43\xf2\xac\x2c\x70\x66\xfe\x4c\x38\xd3\x40\x53\xe2\x0c\xb1\x12\xf4\x0c\xb8\xbc\xd2\x3b\x52\x88\xc6\xd7\xff\x7f\x00\x00\x00\xff\xff\xc2\xa4\x7c\x3c\x47\xd3\x01\x00"), }, "/libvirt": &vfsgen۰DirInfo{ name: "libvirt", @@ -1861,23 +2300,53 @@ var Assets = func() http.FileSystem { "/libvirt/bootstrap/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 864, + uncompressedSize: 943, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x52\xc1\x72\xd3\x30\x10\xbd\xeb\x2b\xde\x08\xae\x0d\x05\x32\xd0\x4b\x2e\xc0\x70\xe1\xd0\x03\x1f\xe0\x51\xac\x6d\xa2\xa9\xad\xd5\x68\xd7\x61\x42\xc7\xff\xce\xc8\x8e\x1d\x1b\x68\xab\xe3\xdb\x7d\xab\xf7\xde\x6e\x26\xe1\x2e\xd7\x04\xdb\x84\xfd\x29\x64\xad\x4e\xdc\x74\x2d\x59\xd8\x3d\xb3\x8a\x66\x97\x2c\x9e\x0c\x10\x5d\x4b\xb8\xbe\x1d\xec\xdb\xa7\x93\xcb\x9b\xba\xe9\x44\x29\x57\xc1\xf7\x37\x57\x8a\x01\xf6\x4e\xe8\x32\xad\x0a\x1e\x3b\x94\xee\x35\x68\x80\xc4\xdc\xac\xc6\x96\xae\x02\x1a\xe0\x0d\xbe\x74\x6d\x82\x1e\x83\x40\x18\x41\xf1\x8b\xf3\xa3\xe0\x81\x33\xee\x7f\x7c\x7b\xf7\xfd\xeb\xfd\x4f\x28\xb3\x01\x24\xfc\xa6\xa2\xe9\xc3\xfb\xed\xe7\xed\xdd\xc7\x4f\xdb\xbb\x5b\x6b\x7a\x63\xfe\xf5\x17\x0e\x31\x68\xe0\xf8\xbc\xc3\x97\xad\x6d\xc2\x21\x16\x7b\x35\x47\xa5\xa8\x17\xc5\xd3\xd4\x85\xa3\x85\x95\xff\x0a\xf1\xdc\xba\xf0\x9c\x8c\xd7\xe2\x35\x40\x4b\x2d\xe7\xf3\x94\xeb\x54\xaa\x46\xb8\x34\x9c\xea\xd4\x0d\x99\x0c\xed\x35\x67\x62\x99\xed\x63\x87\xbf\x13\xd9\x2c\x3c\xfa\x42\xf1\x41\x1e\x07\x49\xc0\x72\x8f\xeb\x4b\x59\xb3\x80\x7e\xfc\x2c\x0a\x37\x74\x21\xeb\x39\xd1\xe2\x6e\x92\x9e\xed\x88\xbb\x7c\x20\xad\x12\xe7\x12\xe3\xed\x4c\x1e\x64\x8f\xd4\x96\xfd\x10\xc6\x91\x45\x6f\x92\x13\xd1\x63\xe6\xee\x70\xb4\x53\x73\x24\x2d\x47\x51\x85\xa8\x94\x1f\x5c\x3d\xfd\x39\xe3\xd3\xe5\x5d\x81\xa1\x5e\x06\x5e\x16\xfe\xca\xbe\xd7\xb5\x71\x6b\xfd\x68\xc0\x79\x9f\x49\x84\x64\xda\xf6\x0c\x0c\xf2\x7a\x63\xfe\x04\x00\x00\xff\xff\x29\xff\x28\x53\x60\x03\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x52\xc1\x6e\xd4\x40\x0c\xbd\xcf\x57\x58\x81\x6b\x97\x02\x2b\xe8\x65\x2f\x80\xb8\x70\xe8\x81\x23\x42\xd1\x6c\xc6\xdd\xb5\x9a\x8c\x47\xb6\x13\xb4\x54\xf9\x77\x34\x49\x36\x9b\x54\x5b\x3a\x47\x8f\xdf\xf3\x7b\xf6\x4b\xc2\x1d\x05\x14\x28\x6a\xda\x77\x24\x56\xc0\x93\x03\x68\x85\x60\x07\x9d\x97\xcd\x54\x2e\x5b\x21\xd7\x3b\x27\xa8\xdc\x4a\x85\x73\x7f\xd9\x71\xdd\x36\x58\x40\xb1\x67\x36\x35\xf1\x69\xa4\x88\xbe\x41\xb8\xbc\x1d\x14\x6f\x9f\x32\x61\x55\xb7\x6a\x28\x25\x85\xfe\xe6\x02\x71\x00\x7b\xaf\x38\xb1\x95\x14\xa6\xf1\xeb\xa2\x03\x48\xcc\xf5\x8a\x36\x77\xe5\xa2\x03\x78\x03\x5f\xda\x26\x81\x1d\x49\x41\x19\xc8\xe0\x0f\xcb\xa3\xc2\x03\x0b\xdc\xff\xf8\xf6\xee\xfb\xd7\xfb\x9f\x60\xcc\x0e\x40\xe9\x2f\x66\x4d\x1f\xde\x6f\x3f\x6f\xef\x3e\x7e\xda\xde\xdd\x16\xd7\xfd\xd1\x21\x92\x11\xc7\x97\x1d\xfe\xdf\xda\x86\x0e\x31\xdb\xab\x38\x1a\x46\x9b\x14\x9f\x59\xcb\xb9\x6f\xe1\x6d\x61\xea\xaa\xa4\xc0\x8d\xa7\x97\x04\xbd\xb6\x68\x07\xd0\x60\xc3\x72\x7a\x76\xe0\xb9\xa5\x1c\xbf\x73\x63\x57\xa5\x76\xd8\xd2\x00\xab\x58\x90\x75\x5e\x08\xec\xe0\xf9\x8e\x36\x0b\xd7\x21\x43\x02\xe9\xe3\x20\x0d\x60\x79\xd9\x75\x76\xd6\x28\x80\x7e\x1c\x16\x95\x6b\x9c\xc0\x76\x4a\xb8\x48\x52\xb2\x53\x31\xd6\xbd\x1c\xd0\xca\xc4\x92\x17\x7b\x3b\x83\x07\xd9\x23\xb4\xe1\x30\x2c\xe5\xc8\x6a\x37\xc9\xab\xda\x51\xb8\x3d\x1c\x8b\x73\x73\x44\xcb\x31\x29\x29\x1a\xca\x83\xaf\xce\x33\xe7\xfa\x39\x8b\x97\xc2\xf0\x9f\x09\xa7\x08\xbc\x92\x80\xf5\xdf\x78\xbd\x7e\x34\xe0\x43\x10\x54\x45\xcd\x24\xbf\xae\xdf\x83\xd2\xef\x41\x6b\xef\xdc\xbf\x00\x00\x00\xff\xff\xe4\x38\x9e\x96\xaf\x03\x00\x00"), + }, + "/libvirt/bootstrap/output.tf": &vfsgen۰FileInfo{ + name: "output.tf", + modTime: time.Time{}, + content: []byte("\x6f\x75\x74\x70\x75\x74\x20\x22\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x5f\x69\x70\x22\x20\x7b\x0a\x20\x20\x76\x61\x6c\x75\x65\x20\x3d\x20\x76\x61\x72\x2e\x6c\x69\x62\x76\x69\x72\x74\x5f\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x5f\x69\x70\x0a\x7d\x0a"), }, "/libvirt/bootstrap/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", modTime: time.Time{}, - uncompressedSize: 950, + uncompressedSize: 353, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x93\xb1\xce\xd3\x40\x0c\xc7\xf7\x3c\x85\x95\x05\x58\x78\x83\x6f\x00\x75\xe9\x50\x84\x80\x0d\xa1\xca\xc9\x39\xa9\xc5\xc5\x8e\x6c\xa7\xa8\x42\xbc\x3b\x0a\x49\x53\xa9\x09\xd2\xd7\x66\x8a\xee\x74\xff\xdf\xef\x6c\xdf\x19\x8d\xb1\xca\x04\x25\xa6\x64\xe4\x4e\x5e\xc2\xef\x02\x20\x2e\x3d\xc1\xfc\xbd\x40\x66\x8f\xb7\x1e\xc6\xd2\xbe\x2b\x00\x12\x35\x38\xe4\x98\x37\xbf\xff\xf8\xb7\xe4\xb5\x71\x1f\xac\x02\x2f\x50\xee\x3f\xc3\x12\x08\xa1\x80\xee\xdc\xca\xf8\x17\x27\x82\x4a\x35\x3c\x0c\x7b\x10\x4d\xf4\xbe\x2c\xfe\x14\xc5\xcd\xa4\x42\xa7\xe3\x59\xf3\xd0\xd1\x91\xd3\x96\xce\x64\xb2\xa6\x7e\x3b\x11\xec\x77\xa0\xcd\x44\x41\x27\x98\x72\xa0\x51\x7b\x05\xb9\xce\x83\x07\xd9\x13\x54\x4e\x24\xc1\x0d\x93\x2d\xa8\x39\xec\x7f\x8c\xa4\x1d\xb2\x3c\xca\x99\x4e\xdd\x33\x20\x4e\x18\x80\x39\xc3\xee\xd3\x57\x30\xaa\xd5\x92\x43\x37\x78\x40\x45\x59\xa5\xbd\x73\xe0\x56\x78\x4c\x7d\x94\x5e\xab\x04\x49\x2c\x05\x5e\x8a\x79\x0d\x84\x86\xf3\xaa\xaa\x42\xf1\x4b\xed\xe7\xd3\xbd\x44\x98\x13\xc0\xc8\x75\xb0\x7a\x12\x41\x16\x96\x76\xa3\xab\x6f\xfc\x36\x7b\xf7\x2e\xbd\x6a\x7e\xd4\x42\xb0\xa3\xeb\x95\x3d\xd4\xb0\x25\x18\x73\x56\x73\x7b\xb5\x38\x76\xd4\xa9\x5d\xb6\x38\x32\x74\x15\xd9\x9a\xf3\xe5\xc3\x01\x58\xe0\xc0\x1f\xc7\x36\x6a\x8d\x41\x69\xfb\xb5\x8c\xd0\xbf\x01\x00\x00\xff\xff\x84\x2c\x6d\x3a\xb6\x03\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xcf\x31\x4e\xc6\x30\x0c\xc5\xf1\x3d\xa7\x78\xca\xc2\xc6\x0d\xbe\x8d\x85\x9d\xbd\x72\x1b\xb7\x8d\x68\xed\xc8\x76\x8b\x10\xe2\xee\xa8\xb4\x08\x09\xb1\x40\xc6\x0c\xbf\xff\xf3\x4e\x56\xa9\x5f\x18\xb9\x27\xe7\x6e\xd7\x65\x5b\xb9\xab\x25\xe3\x2d\x01\xf1\xda\x18\xd7\xbb\xc1\xc3\xaa\x4c\x09\x28\xec\x83\xd5\x16\x55\x05\x37\xe4\xa7\x99\xf1\xf8\x00\x1d\x11\x33\xe3\x70\x70\x3a\x18\xd5\xce\x3f\xd5\xf0\x30\x6a\x10\x2d\x7c\x9f\xd3\x7b\x4a\xdf\x65\xe1\x78\x51\x7b\xfe\x77\x95\x70\x09\x30\x76\xdd\x6c\x60\x0c\x2a\x41\x55\xaa\x4c\xbf\xf4\xef\x1c\x54\x8a\xb1\x3b\xfb\xcf\x2d\x4d\x75\xf9\xeb\x0a\xa1\x95\xbf\xae\xf7\x50\xa3\x89\x71\x38\x9f\xf6\x47\x00\x00\x00\xff\xff\x52\x20\x48\xd8\x61\x01\x00\x00"), }, - "/libvirt/main.tf": &vfsgen۰CompressedFileInfo{ + "/libvirt/bootstrap/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 136, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x31\x0e\xc2\x30\x10\x04\x7b\xbf\x62\xe5\x07\x10\x90\x68\xcd\x57\x50\x48\x2e\xe2\x24\x93\x0b\x7b\x8e\x1b\x94\xbf\xa3\x44\x2e\x52\x6c\xb1\x9a\x99\x22\x64\x3f\x19\x3f\xf8\x05\x80\xf2\x5d\x95\x32\x3e\xab\xd0\xd5\x66\x24\xc4\x47\xc2\xf5\x72\xbb\xc7\x33\x5e\x68\x55\x47\xa1\x1f\x15\x90\xf5\x55\x95\x05\xa9\x7d\xc0\x6d\xe5\x20\x7b\x6f\x8b\xcc\xfe\xd6\xa9\x74\xd9\x86\x3e\x77\xcd\x8d\x87\xb8\x85\x7d\x5b\x08\xff\x00\x00\x00\xff\xff\xc7\xf8\xd5\x03\x88\x00\x00\x00"), + }, + "/libvirt/cluster": &vfsgen۰DirInfo{ + name: "cluster", + modTime: time.Time{}, + }, + "/libvirt/cluster/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 3781, + uncompressedSize: 3352, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\xdb\x6e\x23\x37\x0c\x7d\xd7\x57\x10\xc2\x3e\x64\x17\xeb\x71\x0b\xf4\xa9\x80\xd1\x0f\x09\x0c\x41\x19\x31\xb6\xb0\x33\x92\x2a\x69\xdc\xa6\x81\xff\xbd\xd0\x6d\x46\x73\x71\xe0\xec\x26\xfb\xb0\x81\x29\x8a\x73\x78\x48\x1e\xca\x58\x7d\x91\x02\x2d\xd0\x4e\x3e\x5d\xa4\xf5\x14\x5e\x09\xc0\x60\x25\x1c\xe0\xc2\x6d\x93\xcd\x6c\xb0\x92\x5c\x09\xb1\xe8\xf4\x60\x5b\x1c\xfd\x99\xd1\xba\xa3\x40\x9d\xd7\x96\x9f\x30\xff\x0c\x31\x14\xef\x31\x07\x69\xbb\xc1\x79\xb4\x4c\x0a\x02\xe0\x5f\x4c\xb0\x53\x21\x2d\x25\x00\x86\xfb\x73\xf8\xb9\xbf\x70\xbb\xef\xe4\xd3\x3e\x07\xde\x6b\x83\xca\x9d\xe5\xb3\xdf\xc9\x9e\x9f\xd0\xed\xbf\xbc\xce\x63\x5d\x69\x40\xd4\x6b\x31\x74\x08\xf4\xa2\xbb\xa1\xc7\xf4\xe9\x8c\xf1\x00\xb4\xd9\x67\x3b\x21\x00\xd3\xd5\x2d\x5c\xf1\x2b\x10\xff\xa5\x53\xed\x58\xb4\x05\x90\x5a\x77\x50\xce\xea\xcc\x9b\x3a\xef\x26\xa4\x5c\x63\x7a\xd2\xda\x3b\x6f\xb9\x59\xc3\x9a\x8e\x6a\x64\x42\xf7\x5c\xaa\x11\xc1\xdc\x4c\x00\xb8\x10\x16\x9d\x43\x07\x23\x9a\xc7\xba\x4a\x63\x54\x26\xcd\x91\x00\x3c\x71\x87\x2c\x31\x10\xb2\x0e\xfe\x09\x5b\x93\x8c\x4d\xab\x2d\x6a\xc7\xe6\x7e\x73\xaa\x6a\x4a\xe6\x84\x9d\x94\xf4\x52\x2b\x80\x99\x4f\x31\x4f\x60\x42\x33\xa0\xff\x47\xdb\x1f\x75\xbc\x82\x39\x1f\x35\x0a\x7d\x13\xe3\x56\x64\xdf\x49\x39\xc0\x94\x78\x8f\xbd\xb6\x2f\x8b\xee\x5d\x1e\x6f\xb7\x72\x69\x21\xda\xf3\x90\x65\x2a\x5a\xab\x07\xe5\x61\x91\x63\x72\x60\xf1\xac\xb4\x7a\xed\x43\x57\xbd\xba\x4b\x57\x76\x5f\x5e\xe3\xa5\x46\x2a\x81\xff\x5e\xe9\xba\x46\xf7\x56\x68\xc1\xd2\x1d\x1c\x39\xf9\xdf\x1c\x65\xcd\x50\xce\x28\xf8\x6c\x93\x53\xca\xba\xa0\xa7\xa4\xfe\x46\xce\xa1\x23\x68\x64\x52\x79\x54\x7e\xd9\x26\xc9\xa9\xca\xe8\x9e\x09\x5b\xe3\xcb\x6d\x44\x81\x2a\xf4\x6f\x29\x10\x81\xc0\x30\x26\xcc\x8a\xfb\x58\x03\x2b\xc5\x09\x17\x94\x8c\x3d\xfb\x1c\xee\xe4\xd1\xdc\x1c\xcc\xd9\x64\x96\x0e\x69\xcf\x52\x21\xbb\xfc\xc1\x5a\x29\xac\x8b\x21\x94\x8b\xb8\x00\x3a\xdd\xf2\x8e\x69\xd5\x85\x46\xf5\x76\x40\x12\xcd\xe2\x45\xf1\x5e\xb6\x40\xcf\xda\x79\x47\xb3\x33\xc0\xb3\xb6\x0c\x79\x1b\x74\xb2\xd5\xaa\xe5\xfe\x81\x94\x2a\x0a\xee\xf9\x0a\xb1\x50\x8e\x85\x10\xcc\x63\x6f\x3a\xee\xb1\x19\x07\xa0\xf9\xd6\x58\x54\x02\x2d\x8a\xef\x3f\x1d\x84\x49\xe5\x7f\x25\x50\x2a\xb9\xfb\x80\x10\x37\x90\x7c\xcd\x7f\x4b\xcb\xbd\x8e\xe1\x43\x94\xdc\x17\x91\xe4\xe6\xc2\xbb\x01\x9b\x62\x1e\xfd\xa4\x19\xc7\xa4\xf6\x93\x26\x7b\x5c\x49\xf9\xff\x9a\x4b\xdb\x73\xf7\x37\xd3\x26\xf4\x74\x29\xf3\x58\xcf\x6c\xfe\xa5\x8a\xd6\xf1\x27\x1e\xb2\xe1\x5d\x1c\xa4\x3b\x2c\x8d\xee\x01\x4a\x88\x94\x61\x75\xb8\xbc\x10\x1d\x6e\x5d\x88\x3f\xb6\xc8\x09\xc3\x31\x78\xed\x3c\xb7\xbe\x74\xfb\xe6\x04\xa7\x61\xda\x94\xdf\x0d\xd5\x9d\xe6\xfb\x7e\xb1\x0d\xa3\xbf\xb5\x1e\x72\xe0\xbc\x1b\x00\x2e\xad\x19\x6e\x29\x64\x38\x8b\x2b\x3b\xe9\xf2\xb8\x04\x27\xd5\x2a\xa6\xa6\xc8\x5f\xd4\x1c\x21\xdd\x8f\x5c\x83\x5a\xec\xb1\xc3\x1e\x95\x7f\x98\xef\xa0\x72\xf5\x5b\x23\xc5\x77\xa8\x92\xf8\x5a\x1a\xae\xd5\xca\xe9\x0e\x73\xc4\xf8\xa6\x9a\xb6\x8f\xf1\x2f\x34\xd9\xb9\x3d\x61\xd0\xd1\x48\xfd\x6f\xe3\x65\x33\xc0\x21\x5f\x8d\x5a\x78\x48\x92\xb3\x33\xdc\x39\x7f\xb6\x7a\x38\x9d\x69\x71\x1e\x65\x50\x79\xb4\xcf\xbc\x2d\xdf\xac\x56\xfa\x1b\xcb\xbc\x9a\xb8\xf7\x2c\xc6\x66\xee\x97\x5a\xe3\x9a\x92\xaa\x1e\x41\x8b\xe7\x4f\x2e\x91\x34\xee\xb1\x0a\x76\x3c\xc6\x54\xae\x84\x84\xd1\x5a\x6d\x8c\xb5\xb8\xd0\xd5\xcb\x6d\x7c\x04\xa4\x96\x98\x84\x30\x48\xfa\x5f\xf0\x3b\xfc\x19\xc9\xad\x44\xe3\xd6\xab\x8c\xcc\x24\x88\x72\x23\x6f\xa5\xfa\x2e\xbc\x59\x0e\x37\xd1\x2e\x1e\x2b\x37\x40\xde\xe0\xee\x93\xf0\xce\x56\xc9\xe7\x73\xbc\x0b\x6b\xe2\x03\x79\xbe\x89\xfa\x83\xb9\xfe\x59\xdc\x9b\xbb\x82\x2e\xf6\xd0\xec\x65\x7b\x80\x0e\xd5\xc9\x9f\x1f\x6a\x9c\x8b\x48\x41\x7c\x16\xbb\xe3\x0d\xef\x59\x6a\x8f\xb4\xba\x48\x8f\x64\xb5\x53\xde\x1d\x28\x5e\xa4\xc7\x40\xc3\xff\x01\x00\x00\xff\xff\xf7\x90\x57\x05\xc5\x0e\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x56\xcd\x8e\xdb\x36\x10\xbe\xf3\x29\x06\x44\x0e\x9b\x20\xa6\x5b\xa0\xa7\x02\x46\x1f\x64\xb1\x20\xb8\xe2\xac\x4d\x44\x22\x59\x92\x52\xeb\x2e\xf4\xee\x05\x7f\x24\xd1\xb2\xbc\x89\x37\x9b\x1c\xb2\xd0\x70\xe6\xe3\x37\xc3\x99\x6f\x6c\x9d\x19\x94\x44\x07\xb4\x55\xcf\x83\x72\x81\xc2\x2b\x01\xe8\x9d\x82\x03\x0c\xc2\xb1\x62\xe6\xbd\x53\x64\x24\xc4\xa1\x37\xbd\x6b\x70\xf6\xe7\xd6\x98\x96\x02\xf5\xc1\x38\x71\xc4\xf2\x19\x31\xb4\xe8\xb0\x80\x34\x6d\xef\x03\x3a\xae\x24\x01\x08\x67\x1b\xed\x54\x2a\x47\x09\x80\x15\xe1\x14\x3f\xf7\x83\x70\xfb\x56\x3d\xef\x0b\xf0\xde\x58\xd4\xfe\xa4\x5e\xc2\x4e\x75\xe2\x88\x7e\xff\xe9\xf5\x12\x6b\xa4\xdb\x8c\x06\xd3\xf6\x1d\x52\xa0\x8d\x71\x68\x3c\x7f\x16\x1e\x2b\x4a\x10\x6f\xbb\xc2\xda\x25\x2f\x02\x50\xd0\x32\x71\xe3\x79\xba\x3c\xf2\x34\xa6\x4d\xb1\x75\xe2\xac\x4e\x9b\x45\xf8\xef\x50\xea\x44\xbc\x30\xb3\x69\x4c\xaf\x03\xcc\xff\xf2\x8d\xd9\x81\xa7\xb3\x85\xf1\xe2\xb3\xc1\x3c\x87\xec\x3e\xbd\xa6\x20\xa6\xb4\xc4\x7f\xc7\x98\x4a\x4c\xa9\x5c\xcd\x95\xac\xa8\x67\x1b\xab\xea\xc3\xd2\xd3\x94\x1c\x97\xdb\xbe\x93\x2b\x80\x57\xff\x5d\xf2\xab\x7b\xa6\xe4\x12\x7d\xb6\xcb\xa2\x8e\x5a\x05\x65\xf4\xaa\x30\x53\xd2\x6f\x64\xcb\xd4\x51\xd3\x54\x43\x1d\x50\x87\x72\xf1\x84\x57\x6e\xae\x32\x7a\xdf\xb3\x69\x0c\xff\x18\xf7\x8d\x02\xd5\x18\xde\xea\x6a\x02\xd0\x19\x59\x7a\x4b\x8b\x90\xaa\xef\x94\x3c\xe2\xaa\x24\x05\x91\xab\x97\x18\x23\x4d\x27\x94\x5e\xc1\x65\x63\x3c\x16\x52\x3a\xf4\x1e\xfd\xdc\x1b\xcd\x49\x69\xe4\xc3\x1f\xbc\x51\xd2\xf9\x04\xa1\x7d\xe2\x05\xd0\x9a\x46\xb4\xdc\xe8\xf6\x0c\x07\x08\xae\x47\x92\xcc\xf2\xac\x45\xa7\x1a\xa0\x27\xe3\x83\xa7\xc5\x19\xe0\xc5\x38\x8e\xa2\x89\xb3\xd7\x18\xdd\x88\xf0\x40\xa6\x57\x94\x22\x88\x2b\xc6\x52\x7b\x1e\x21\x78\xc0\xce\xb6\x22\x20\x7b\x36\x26\xf8\xe0\x84\x65\x5f\x98\x43\x2d\xd1\xa1\xfc\xfa\x6e\x10\xae\x74\xf8\x19\xa0\xfc\xe4\xfe\x03\x20\x6e\x30\xf9\x5c\xfe\x4e\x2d\xf7\x3a\xc3\x47\x94\xd2\x17\xa9\xc8\x6c\x10\x6d\x8f\x6c\x32\xcf\x7e\xca\xce\x63\x52\xfb\x29\x5b\x3c\x46\x32\xfd\x3f\x96\xa7\xed\x84\xff\x9b\x1b\x1b\x7b\x7a\x7a\xe6\xf9\x3d\x8b\xf9\xa7\x5e\xb4\xc6\x5f\xea\x50\x0c\x77\xd5\x20\xc7\xf0\x3c\xba\x07\x98\x20\x72\x86\xd5\xe1\x3a\x20\x39\xdc\x0a\x48\x1f\x5b\xc5\x89\xc3\xd1\x07\xe3\x83\x70\x61\xea\xf6\xcd\x09\xce\xc3\xb4\x29\xbc\x1b\x7a\xbb\xcc\xf7\x8f\xcb\x6c\x1c\x7d\xec\x8c\x3b\x6f\x8b\x5f\x3e\x23\x00\x43\x63\xfb\x5b\x0a\x19\xcf\x48\x22\x96\x04\x79\x92\xb1\x4a\xb5\x26\x13\x9b\xe4\x2f\x69\x8e\x54\xfe\x5b\x79\x83\x5a\xe6\xb1\xc5\x0e\x75\x78\x58\xc9\x7d\x09\xfd\xc2\x94\xfc\x0a\x55\x12\x9f\xa7\x86\x6b\x8c\xf6\xa6\xc5\x82\x98\xf6\xf4\xb2\x77\x6c\x38\xd3\x6c\x17\xee\x88\x51\x47\x53\xe9\x7f\x9b\x83\x6d\x0f\x87\x12\x9a\xb4\xf0\x90\x25\x67\x67\x85\xf7\xe1\xe4\x4c\x7f\x3c\xd1\xc9\x79\x96\x41\x1d\xd0\xbd\x88\x66\xba\x73\xb6\xd7\xdb\xaa\x18\x99\xc6\x90\xd7\x54\x35\x71\xf7\xac\x44\x76\xe9\x97\x5b\x63\xcc\x49\x2d\x52\x0b\x07\x78\xdc\x78\x22\x65\xfd\x63\x05\xf6\xf4\x94\x52\x19\x09\x89\xa3\x75\xb5\x31\xae\xc5\x85\x02\x9d\xa5\x6e\xb5\xfe\x73\x4b\x2c\x42\x18\x25\xfd\x2f\xf8\x1d\xfe\x4c\xc5\xad\x44\xa3\xa6\x55\xe9\x66\x94\x8f\x4a\x82\xa8\xb0\xea\x56\xaa\x77\xf1\x2d\x72\xb8\xc9\x76\xf5\x33\xe5\x06\xc9\x1b\xb5\xfb\x45\x7c\x2f\x56\xc9\xaf\xaf\xf1\x2e\xae\x89\x0f\xac\xf3\x4d\xd6\x1f\x5c\xeb\xf7\xf2\xde\xdc\x15\x74\xb5\x87\x2e\x7e\xd3\x1e\xa0\x45\x7d\x0c\xa7\x87\x9a\xe7\x0a\x29\x8a\xcf\x6a\x77\xbc\xe1\x7d\x91\xda\x23\xad\x02\xe9\x13\xb9\xda\x29\x77\x03\xa5\x40\xfa\x44\x46\xf2\x7f\x00\x00\x00\xff\xff\x79\x09\xe5\xae\x18\x0d\x00\x00"), + }, + "/libvirt/cluster/output.tf": &vfsgen۰CompressedFileInfo{ + name: "output.tf", + modTime: time.Time{}, + uncompressedSize: 251, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcc\x51\x0a\xc2\x30\x0c\xc6\xf1\xf7\x9e\x22\xec\x00\xbd\x81\x67\x09\xd9\x16\xa4\x98\x35\x25\x4d\xeb\x83\xec\xee\x52\xe6\x40\x45\x1f\xc3\x97\xff\x4f\x9b\x97\xe6\x30\x15\x55\x99\xe0\x11\x00\x3a\x49\x63\xb8\x80\xa4\xb9\x27\x73\x1c\x4b\xac\xae\x46\x57\x3e\x8e\x4c\x1b\x87\x3d\x84\xb3\x9d\xa9\x32\x76\x95\xb6\x31\xa6\xf5\xb7\x72\xcc\x71\x51\x63\xad\x38\x8a\x98\xd6\x77\x24\xb3\xdf\xd5\x6e\x7f\x81\xd7\x1e\x33\xfb\x57\xb9\x68\x76\x53\xc1\x22\x94\x19\x53\xa9\x9f\x40\x27\x8b\x27\xb2\x51\x75\xb6\xf1\x13\xf6\xf0\x0c\x00\x00\xff\xff\xc8\x3f\x60\xc4\xfb\x00\x00\x00"), + }, + "/libvirt/cluster/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 136, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x31\x0e\xc2\x30\x10\x04\x7b\xbf\x62\xe5\x07\x10\x90\x68\xcd\x57\x50\x48\x2e\xe2\x24\x93\x0b\x7b\x8e\x1b\x94\xbf\xa3\x44\x2e\x52\x6c\xb1\x9a\x99\x22\x64\x3f\x19\x3f\xf8\x05\x80\xf2\x5d\x95\x32\x3e\xab\xd0\xd5\x66\x24\xc4\x47\xc2\xf5\x72\xbb\xc7\x33\x5e\x68\x55\x47\xa1\x1f\x15\x90\xf5\x55\x95\x05\xa9\x7d\xc0\x6d\xe5\x20\x7b\x6f\x8b\xcc\xfe\xd6\xa9\x74\xd9\x86\x3e\x77\xcd\x8d\x87\xb8\x85\x7d\x5b\x08\xff\x00\x00\x00\xff\xff\xc7\xf8\xd5\x03\x88\x00\x00\x00"), }, "/libvirt/variables-libvirt.tf": &vfsgen۰CompressedFileInfo{ name: "variables-libvirt.tf", @@ -1886,29 +2355,6 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x54\x5f\x6b\x5a\x4f\x10\x7d\xf7\x53\x0c\xfa\xf0\xfb\xf5\x41\x45\x13\x92\x58\xc8\x43\x9a\x40\x1b\x68\x9a\xa2\x0d\x7d\x28\x45\xf6\xde\x3b\x7a\x87\xec\xee\x6c\x76\x66\x0d\xb6\xf4\xbb\x97\xfb\x47\x53\xaa\xd2\x78\x5f\x84\xc5\x3d\xe7\xcc\x39\xb3\x67\x65\x22\x99\xcc\x22\x74\x33\x66\x15\x8d\x26\xcc\x0b\x2f\x5d\xf8\xd9\x01\x28\x70\x61\x92\x55\xa8\xbe\x4b\xd0\x98\xb0\x3e\x94\x3c\x52\x50\x62\x0f\x97\xd0\xfd\x5a\xa2\x96\x18\x41\x19\xc8\xe7\x36\x15\x08\x37\x9f\x66\x80\x5e\x23\xa1\xc0\x82\x23\x68\x89\xb0\x45\x07\xcf\x05\x02\x47\xf0\xac\x83\x6e\xe7\x57\xa7\xf3\x22\xc1\x52\xb6\xa2\xa8\xf3\x14\xa9\x11\xa0\xeb\x80\xd0\x7e\x97\x20\x1a\xc9\x2f\x77\x25\xb4\xd7\x20\x67\xef\x31\xaf\x4f\x1f\xa6\xb7\x07\xb0\x3d\xea\x33\xc7\xc7\x39\x2d\x8e\xa1\xf8\x52\x22\x78\xe3\x10\x78\xd1\x8c\x13\xa9\x58\x62\x35\x74\x12\xfc\x8b\x89\x65\x4e\xce\x2c\xf1\x58\xfc\x87\xe9\xc7\x0d\xfc\xfd\x0c\x0a\x92\x47\x68\x70\xf6\x0f\xf2\x92\x17\x85\x63\xa8\x2a\xfc\x02\x85\x22\x16\x7f\xa4\x42\xe1\x00\x8d\x33\xa2\x18\xe7\x14\x64\x1f\x89\x25\xd1\xff\x1b\xa6\x37\xfb\xa9\xaa\x7f\x54\x63\x6d\x28\x1b\x3c\xa0\x20\x03\xb8\x4b\xa2\xe0\x8c\xe6\x65\x7b\x3c\xcf\x39\x79\xad\x95\xf4\xe0\x56\xff\x93\x6a\x05\xc9\x93\xa2\x5d\x43\xc4\x9c\x9d\x43\x5f\x60\x51\x19\x9f\x25\x17\x40\x4b\x12\xa0\x05\xac\x39\x41\x6e\xfc\xe0\xf0\x00\x0e\x1d\xc7\xf5\x31\x46\x4d\xaf\xee\x80\x3c\xdc\xd1\x3b\x30\xd6\x72\x6e\xb4\x21\x6e\x00\xa5\xbb\xf3\x40\xba\xa3\xb3\x93\x8b\xd3\x56\xfd\x95\x82\xb0\x43\x08\x4c\x5e\x1b\x9d\xec\x11\x48\xc0\xd2\x63\x35\x8e\xf2\xf6\xba\x72\x9d\xba\x4f\x2e\xc3\xd8\xe9\x55\x76\x85\x72\x2d\x94\x1b\x0b\x39\x47\x94\x7a\xbe\xd2\xac\x70\x00\x30\x43\x04\x63\x85\x3b\x3d\x28\x55\x83\xbc\x1d\x0e\x83\x59\xa6\x88\x03\xe2\xa1\xa8\xf1\x85\x89\x45\x5f\x51\xb4\x1f\xd9\xa2\x0c\x43\xb2\xb6\x1f\xf1\x29\xa1\xe8\x70\x3c\x3e\x39\xec\xd1\x2a\x0f\xe9\x18\x87\xae\x3f\x3f\xc8\x6b\xbd\x19\xff\x73\x8d\x0f\x27\xd4\x1a\xf3\xea\x84\x76\x0b\x67\x57\xd0\xc5\x68\x32\x6e\x92\xba\x4e\x31\xa2\x57\xbb\x86\xe9\x87\xeb\xfb\x19\x38\x43\x5e\x0d\x79\x20\x95\xed\xa5\xd1\xd9\x7b\x10\xfa\x81\xd5\xb2\x69\x69\xb4\xd3\x83\xbc\x34\x7e\x89\x02\xcf\x08\x1e\x1b\xe2\xe6\x08\x48\xa1\xc4\xb8\x13\xd3\x92\xb4\x4c\xd9\x20\x67\x37\xac\x52\x65\x69\x7f\xfa\x46\x04\x5d\x66\x31\xd6\x59\x0d\x27\xe3\xd3\xc3\x19\x55\x22\x8e\xc9\x68\x56\x89\x6e\x6b\x65\xc5\x36\x39\xac\x2c\xcb\xd6\x8a\x7b\x37\xf8\x7c\x74\x3e\xb9\x38\x9b\x8c\xda\x3d\xde\x95\x51\x78\x71\x46\x9e\xe6\x5c\x33\x1c\x2e\x05\x67\xc2\xa6\x18\xf6\x34\xc3\xd5\xb6\x17\x6e\x1a\x3c\x68\xf1\xea\x97\x8d\x60\x42\xb0\xf4\x12\xe6\xa6\xe1\xdb\xf2\xde\x15\xfe\xed\x7b\xa5\xf6\x77\x00\x00\x00\xff\xff\x62\x51\xbd\xd1\xcd\x06\x00\x00"), }, - "/libvirt/volume": &vfsgen۰DirInfo{ - name: "volume", - modTime: time.Time{}, - }, - "/libvirt/volume/main.tf": &vfsgen۰CompressedFileInfo{ - name: "main.tf", - modTime: time.Time{}, - uncompressedSize: 121, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcc\x41\x0a\xc3\x20\x14\x04\xd0\xfd\x3f\xc5\xf0\xe9\xb6\xbd\x41\xce\x22\xc6\x0e\x45\xd0\xfe\xf2\x8d\x6e\x42\xee\x5e\x94\x2c\x67\x78\x33\xce\x66\xdd\x13\xa1\x25\xef\x23\xfb\x11\x86\x95\x5e\xa9\xd0\x64\x4e\x6b\x61\x8f\x8d\x8a\x53\x80\x6f\xac\x04\xb0\x41\x1f\xe7\x88\xfe\x4a\xa5\xb7\x83\x1e\xf2\xfb\x7a\x2e\x25\xc0\xfd\xb6\x61\x82\x5c\xe3\x87\x02\xfc\xcc\xca\x1a\xce\x72\x06\xb9\xe4\x1f\x00\x00\xff\xff\x3e\x76\xb9\xdb\x79\x00\x00\x00"), - }, - "/libvirt/volume/outputs.tf": &vfsgen۰FileInfo{ - name: "outputs.tf", - modTime: time.Time{}, - content: []byte("\x6f\x75\x74\x70\x75\x74\x20\x22\x63\x6f\x72\x65\x6f\x73\x5f\x62\x61\x73\x65\x5f\x76\x6f\x6c\x75\x6d\x65\x5f\x69\x64\x22\x20\x7b\x0a\x20\x20\x76\x61\x6c\x75\x65\x20\x3d\x20\x6c\x69\x62\x76\x69\x72\x74\x5f\x76\x6f\x6c\x75\x6d\x65\x2e\x63\x6f\x72\x65\x6f\x73\x5f\x62\x61\x73\x65\x2e\x69\x64\x0a\x7d\x0a\x0a"), - }, - "/libvirt/volume/variables.tf": &vfsgen۰CompressedFileInfo{ - name: "variables.tf", - modTime: time.Time{}, - uncompressedSize: 283, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xce\x4d\xca\xc2\x30\x10\xc6\xf1\x7d\x4e\xf1\x90\x03\xbc\x37\xe8\x0d\x5e\x10\xfc\x58\x4b\x6c\xa6\xed\x60\x9a\x09\x93\x51\x10\xf1\xee\x62\x5b\x11\x41\x17\xce\x7e\x7e\xcf\xff\x1c\x94\xc3\x21\x11\x7c\x9b\x4e\xd5\x48\xf7\x1c\x3d\xae\x0e\xb0\x4b\x21\x2c\xd7\xa0\x9a\x72\xee\x1d\x10\xa9\xb6\xca\xc5\x58\x32\x1a\xf8\xed\x40\xe0\x48\xd9\xb8\x63\x52\x74\xa2\xb0\x81\xb0\x60\x7f\xde\xdd\x9c\x7b\x6d\xf0\x18\x7a\x9a\xf9\x0f\xce\x6e\xfd\x0f\xe9\xa6\xff\xd5\x06\x91\xeb\x11\xf3\xc3\xb7\x9a\x37\xbb\x88\xa4\x5f\xcb\x73\x18\xe9\x39\x59\x4d\x34\xf4\x84\x87\x33\x75\xdf\x03\x00\x00\xff\xff\x1b\x17\x6f\x85\x1b\x01\x00\x00"), - }, "/manifests": &vfsgen۰DirInfo{ name: "manifests", modTime: time.Time{}, @@ -1917,13 +2363,6 @@ var Assets = func() http.FileSystem { name: "bootkube", modTime: time.Time{}, }, - "/manifests/bootkube/04-openshift-machine-config-operator.yaml": &vfsgen۰CompressedFileInfo{ - name: "04-openshift-machine-config-operator.yaml", - modTime: time.Time{}, - uncompressedSize: 169, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcb\x31\x12\xc2\x20\x10\x05\xd0\x9e\x53\xec\xa4\x47\x27\x2d\x87\xb0\xb4\xff\x92\x1f\xb3\x23\xec\x32\x80\x39\xbf\x63\x65\x6d\xff\x1e\x9a\xde\xd9\x87\xba\x25\x39\xd7\xf0\x52\xdb\x92\xdc\x50\x39\x1a\x32\x43\xe5\xc4\x86\x89\x14\x44\x0c\x95\x49\xbc\xd1\xc6\xa1\xfb\x8c\x15\xf9\x50\x63\xcc\x6e\xbb\x3e\xa3\x37\x76\x4c\xef\x41\xa4\xe0\xc1\x32\xbe\xe7\x9f\x25\x3f\x75\x51\xbf\xf6\xb7\xc5\xc2\x93\x25\xc9\xb2\x2e\xe1\x13\x00\x00\xff\xff\x52\xeb\x08\xe7\xa9\x00\x00\x00"), - }, "/manifests/bootkube/aro-imageregistry.yaml.template": &vfsgen۰CompressedFileInfo{ name: "aro-imageregistry.yaml.template", modTime: time.Time{}, @@ -1953,9 +2392,9 @@ var Assets = func() http.FileSystem { "/manifests/bootkube/cvo-overrides.yaml.template": &vfsgen۰CompressedFileInfo{ name: "cvo-overrides.yaml.template", modTime: time.Time{}, - uncompressedSize: 305, + uncompressedSize: 306, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xce\xb1\x6a\xc3\x30\x10\x06\xe0\x5d\x4f\x71\x2f\x60\x99\x42\x28\xf4\x56\x67\x09\x1d\xb2\x65\xbf\xca\x67\xfb\xa8\x7c\x12\x3a\x25\x8b\xf1\xbb\x17\x2a\xa7\x14\x32\x4a\xf7\xfd\xfc\x3f\x65\xb9\x71\x31\x49\x8a\x10\x92\x4e\x32\xfb\x94\x59\x6d\x91\xa9\x7a\x49\xfd\xe3\xcd\x7d\x8b\x8e\x08\x43\xbc\x5b\xe5\x72\x60\xb7\x72\xa5\x91\x2a\xa1\x03\x50\x5a\xd9\x32\x05\x46\xf8\xcb\x76\xa1\xf9\xee\x71\x04\x1a\x43\x78\xbe\x2d\x73\x40\xb7\x6d\x1d\xc8\x04\xfe\x62\xd7\xcf\x33\xec\xbb\x03\xb8\x67\xab\x85\x69\x45\x58\x6a\xcd\x86\x7d\x4f\xeb\xf8\x7e\xf2\xa9\xc8\x2c\xea\x0b\x47\x26\x63\xf3\x41\xfe\x2d\x4d\x65\xee\xe7\x42\x79\x71\x00\x61\x21\x55\x8e\x08\x56\xe9\x2b\x72\x77\xfa\x6d\xe1\x68\xdc\x0a\x5e\xee\xfe\xa3\x09\x1d\x0f\xd0\xa6\x5f\xce\x08\xdb\xe6\x87\xdb\x75\x78\x7e\xec\xbb\xfb\x09\x00\x00\xff\xff\x07\x77\x72\xf6\x31\x01\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xce\x31\x6e\xc3\x30\x0c\x05\xd0\x5d\xa7\xe0\x05\x2c\x37\x40\xd0\x81\xab\xb3\x04\x1d\xb2\x65\x67\x65\xda\x26\x2a\x53\x82\xa8\x64\x31\x7c\xf7\x02\x95\x53\x14\xe8\x28\xf1\x7d\xfc\x4f\x59\xee\x5c\x4c\x92\x22\x84\xa4\x93\xcc\x3e\x65\x56\x5b\x64\xaa\x5e\x52\xff\x3c\xb9\x2f\xd1\x11\x61\x88\x0f\xab\x5c\x0e\xec\x56\xae\x34\x52\x25\x74\x00\x4a\x2b\x5b\xa6\xc0\x08\xbf\xd9\x2e\x34\xdf\x3d\x8f\x40\x63\x08\xaf\xb7\x65\x0e\xe8\xb6\xad\x03\x99\xc0\x5f\xed\xf6\x71\x81\x7d\x77\x00\x8f\x6c\xb5\x30\xad\x08\x4b\xad\xd9\xb0\xef\x69\x1d\xdf\xcf\x3e\x15\x99\x45\x7d\xe1\xc8\x64\x6c\x3e\xc8\x9f\xa5\xa9\xcc\xfd\x5c\x28\x2f\x0e\x20\x2c\xa4\xca\x11\xc1\x2a\x7d\x46\xee\xce\x3f\x2d\x1c\x8d\x5b\xc1\xbf\xbb\x3f\xbd\x35\xa2\xe3\x21\xda\xf6\xeb\x05\x61\xdb\xfc\x70\xbf\x0d\xaf\x8f\x7d\x77\xdf\x01\x00\x00\xff\xff\x90\xbd\xab\xeb\x32\x01\x00\x00"), }, "/manifests/bootkube/kube-cloud-config.yaml": &vfsgen۰FileInfo{ name: "kube-cloud-config.yaml", @@ -2030,9 +2469,9 @@ var Assets = func() http.FileSystem { "/manifests/openshift/cluster-networkconfig-crd.yaml": &vfsgen۰CompressedFileInfo{ name: "cluster-networkconfig-crd.yaml", modTime: time.Time{}, - uncompressedSize: 7918, + uncompressedSize: 9602, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x59\xdf\x6f\x1b\xb9\x11\x7e\xf7\x5f\x31\x48\x0b\x24\x01\xb4\x2b\x27\xce\x8f\x56\x6f\xa9\x93\xa2\xc6\xe5\x87\x11\x3b\x79\x09\x52\x1c\xb5\x9c\xd5\xb2\xe6\x92\x5b\x72\x28\x45\xd7\xe4\x7f\x2f\x86\xe4\xae\x56\xb2\x65\x39\xbd\x3b\x5c\x0f\x38\x3d\x79\xb9\x24\x97\xf3\xcd\xcc\x37\xdf\xd0\xa2\x53\x1f\xd1\x79\x65\xcd\x0c\x44\xa7\xf0\x0b\xa1\xe1\x27\x5f\x5e\xfd\xc5\x97\xca\x4e\x97\x8f\x8e\xae\x94\x91\x33\x38\x0d\x9e\x6c\xfb\x1e\xbd\x0d\xae\xc2\x97\x58\x2b\xa3\x48\x59\x73\xd4\x22\x09\x29\x48\xcc\x8e\x00\x84\x31\x96\x04\x0f\x7b\x7e\x04\xde\xb3\x10\x5d\xe7\xec\x12\x65\x69\x3b\x34\xbe\x51\x35\x95\xca\xce\xa0\x21\xea\xfc\x6c\x3a\x5d\x28\x6a\xc2\xbc\xac\x6c\x3b\x1d\x26\x4c\x45\xa7\xa6\x5d\xd0\x7a\xfa\xe4\xf9\x71\xdc\x48\x99\x4a\x07\x89\xa5\x43\x8d\xc2\xe3\xd6\x5e\x53\x35\x6f\x8b\x4a\xdb\x20\x8b\x56\x18\xb1\x40\x39\x83\x7b\xe4\x02\xde\x3b\xbc\xd4\xa3\xae\xfb\x55\x45\xa3\x16\x4d\x21\x96\x42\x69\x31\x57\x5a\xd1\xfa\x3b\xf6\x51\x66\xa1\xb1\x30\x56\x62\x21\x71\x89\xda\x76\xe8\x46\xcb\x8d\x68\x71\x06\x06\x69\x65\xdd\x95\x2f\x2b\x6b\x6a\xb5\xd8\xda\xe2\xc8\x77\x58\x31\x6a\x0b\x67\x43\x37\x83\x9b\xa6\xa4\x7d\x32\xb6\xc9\x2f\x6f\xd3\x96\x71\x44\x2b\x4f\x3f\x8c\x47\x5f\x2b\x4f\xf1\x4d\xa7\x83\x13\x7a\x73\x80\x38\xc8\x67\x0e\x5a\xb8\x61\xf8\x08\xa0\x73\xe8\xd1\x2d\xf1\x83\xb9\x32\x76\x65\xfe\xae\x50\x4b\x3f\x83\x5a\x68\x8f\x47\x00\xbe\xb2\x1d\xce\xe0\x54\x07\x4f\xe8\x8e\x00\x96\x29\x7a\xf2\x91\x8a\x6c\xe7\xf2\x51\x7c\xe4\xf9\x0d\xb6\x62\x96\x9f\x00\xd8\x9a\x17\xe7\x67\x1f\x4f\x2e\x76\x5e\x00\x48\xf4\x95\x53\x1d\xc5\x58\xbc\x9f\x0d\x80\xc6\x6a\xe9\xa1\x4a\xdf\x2b\x56\x4a\x22\x28\x53\x5b\xd7\xc6\x28\x03\x31\xb7\x81\x7a\x6b\x4b\xb8\x6c\x10\x2a\x61\xac\x51\x95\xd0\xf1\x2c\xa0\x3c\xfc\x98\x97\xff\x58\xc2\x19\xf1\x40\xf0\x28\x81\x6c\x86\x38\x38\x04\x6a\x90\x0f\xa0\x1c\xca\x1e\x8c\xe1\x6d\xfc\xd2\x04\x7c\xa8\x1a\x10\x7e\x06\x67\xe7\x20\xa4\x74\xe8\x3d\x74\xd6\x6a\x0f\xb5\x75\xc0\xa0\xa9\x0a\xfd\xb4\xb3\x12\xce\xce\xfd\x64\xd8\xa6\xd3\x61\xa1\xcc\x04\x90\xaa\x12\xce\x63\xe8\xc0\x52\xe1\xaa\x9f\x50\xb2\xdf\xe3\x1e\xc2\x00\x7e\xe9\xb4\x30\xc9\x36\x6b\x60\xd5\x08\x02\xd1\x75\x5a\xa1\x87\x55\x83\x66\x38\x94\x32\x0b\xa0\x46\x79\x70\x39\x23\xcb\xfb\x23\x2c\x69\xcd\x5e\xb2\xf3\x7f\x61\x45\xa3\x61\x87\xff\x0e\x6c\xe2\x18\x76\x76\x1a\x9f\x60\x34\xd4\x39\x0e\x5e\x52\x7d\xa0\xf5\xbf\x11\x59\x6c\x8d\xef\xfa\x8e\x1d\x9c\xe6\x81\x64\x9e\x40\x1f\xf1\xcd\xa1\x82\x32\x47\x05\xd8\xba\x37\x21\x46\x9d\xa1\x6c\x77\xcd\x48\xa4\xc3\x97\x70\xc1\xd1\xe8\x3c\xf8\xc6\x06\x2d\xd9\xfe\x25\x3a\x02\x87\x95\x5d\x18\xf5\xd3\xb0\x9b\x67\x87\xf2\x67\xb4\x20\xf4\x04\xca\x10\x3a\x23\x34\x2c\x85\x0e\x38\x01\x61\x24\xb4\x62\x0d\x0e\x79\x5f\x08\x66\xb4\x43\x9c\xe2\x4b\x78\x63\x5d\x0a\xaf\x2d\x76\xea\xa9\xb0\xb2\x6d\x1b\x8c\xa2\xf5\xb4\xb2\x86\x9c\x9a\x07\xb2\xce\x4f\x63\xb6\x4f\xbd\x5a\x14\xc2\x55\x8d\x22\xac\x28\x38\x64\x06\x2b\xe2\x61\x4d\xa4\xc3\xb2\x95\x7f\xea\x5d\xe5\xef\xef\xc0\x97\xdc\xe5\x89\xbd\xba\xf5\x2a\xa6\xf8\xad\x58\x73\xba\x73\x48\x8b\xbc\x3c\xd9\xb2\x81\x34\xc5\x09\xc2\xfb\x57\x17\x97\x43\xac\x24\xd8\x13\xc2\x9b\xa9\x7e\x03\x36\x03\xa5\x4c\x8d\x2e\xcd\xac\x9d\x6d\xe3\x2e\x68\x64\x67\x95\xa1\xf8\x50\x69\x85\x86\xc0\x87\x79\xab\xc8\xc7\xe0\x42\x4f\xec\x87\x12\x4e\x63\x25\x80\x39\x42\xe8\xa4\x20\x94\x25\x9c\x19\x38\x15\x2d\xea\x53\xe6\xce\x5f\x1b\x6a\x46\xd4\x17\x0c\xdf\xdd\xc1\x1e\x17\xb2\xeb\x0b\xae\x25\x13\x40\x4f\xd8\x7b\xbd\x13\x33\x3b\x31\x58\xf0\xc8\x24\x41\x24\xe6\x1a\x73\xc0\xc5\xa4\xdf\x62\x99\x12\x5e\xb0\x2b\x17\x68\xd0\x09\x0d\x2e\x68\x9c\x24\x17\x5c\xfc\xe3\xdd\x87\xd7\x2f\xe1\xed\xbb\x4b\x06\xd5\xa1\x90\x20\x95\xc3\x8a\xf4\x9a\xa1\xf5\x84\x42\x4e\x60\x6d\xc3\x28\x51\x7c\x68\x13\xb3\x65\x7e\xbc\x20\x41\xc1\x4f\x40\x78\x50\x9c\x20\x52\x55\x9c\x2b\xc9\x99\xc1\x39\x34\xa4\xd7\x20\xb1\xd3\x76\x8d\x72\xf7\x64\xa7\xfd\x8c\x09\xb4\xd6\x53\x32\xae\x8e\xf5\x01\x04\x3b\xb3\x6d\x43\xb2\x4e\xd4\x84\x0e\x94\xf1\x24\xb4\xce\xab\xc7\xc4\xc7\xdf\xe3\xaf\x2f\x95\x0c\x42\x83\x35\x19\x8a\x3a\x38\x6a\xd0\x81\x44\x12\x4a\x7b\x26\x40\x14\x55\x53\xde\xd5\x1f\xfb\x99\x8b\x7f\xb9\x08\x64\x2c\xae\xbf\xdf\xf1\xdd\x0e\xcb\x33\xbb\x04\x8f\xf1\x9c\x99\xe2\xb9\xdc\x70\x72\x30\x04\x9c\x82\xb7\x02\x70\xc3\xe7\x92\x1d\xc2\x39\xb1\xbe\xe1\xad\x22\x6c\x6f\xb0\xe2\xda\x39\x4f\xb7\xcc\x7a\x65\xc8\xad\x13\x1f\x70\xe6\xa8\x45\xb0\xc1\xc3\x5c\xdb\xea\x8a\x79\x75\x63\x14\xe6\xac\x5e\x35\xaa\x6a\x7a\x8b\xa2\x1f\x85\xd6\xb6\x8a\x29\x7b\xe3\xc7\x6f\x41\xff\xb0\x0f\xb2\x27\x94\x74\xfb\xde\xed\x58\x17\x0b\xba\x6d\x3b\x8d\x84\xd9\x8c\xb1\x07\xf6\x6e\xb2\x37\xc9\x37\xbf\xc6\x7a\x3a\x77\x58\xab\x2f\xdf\x71\x16\xaf\x7e\x42\x78\xd0\xc5\x65\x0f\x19\xd1\x74\x26\xb2\x03\x6c\xfc\x37\x47\x2d\xb0\x14\x2c\xe1\x2c\xd7\xb8\x21\x4a\x98\x16\xa3\xfe\x98\xaf\x63\x22\xf4\xf2\x40\x11\x2b\x17\x4e\x6e\x8d\x35\xd7\x27\x8f\x74\xc8\x3e\xae\x71\x8b\x28\xc3\x6e\xfe\x25\x9d\x14\xe7\x9d\x3c\xde\x3b\xab\x55\x46\xb5\xa1\x9d\xc1\xf1\xb5\x29\xdc\x0f\x70\x11\x3d\x3b\x3f\x98\x2f\x9b\xa9\x43\xd1\xdf\x22\x90\x9e\xec\xc8\x59\xad\xb9\xc6\x50\xd4\x36\x75\xcd\x35\xe8\x22\xa9\xa7\xf2\xd5\xb0\x49\x44\xce\x28\xcd\xf4\x87\x06\x36\x2f\x7a\x0c\x19\xef\x55\x92\x71\x73\x84\x3d\x60\x1d\x08\xd6\x43\xa1\x2a\x02\xd9\x17\xde\xab\x85\x39\x3d\x7b\xf9\x7e\x6f\x3c\x6f\xe1\xb0\xb3\x26\xe5\x22\x0b\x73\x8e\x96\x34\x34\x4a\x3c\x0e\x9c\x40\x96\xd5\x6c\x25\xb4\x5e\x83\x88\x4b\x6f\x04\xe4\xb2\x41\x8f\x29\x45\xe3\x24\x94\x49\x12\x72\x14\x65\xf9\xc9\x5f\x63\x55\xb5\xee\x10\x5e\x5b\x21\xff\x26\xb4\x30\x15\xba\x58\x7d\x73\x55\xc9\x05\x85\x67\x1a\xbd\xe6\x58\xac\x83\x8e\xde\x99\x0b\x87\x05\x57\x41\xdd\x93\xa5\x8f\x0b\xdf\xf5\x2d\x08\x9c\x94\x5f\xf2\xf2\x95\xf0\xd0\x2a\xaf\x51\x48\xee\x7c\xd6\xc0\xc7\x47\x09\xf7\xce\xcc\x82\xf9\xe5\xec\xdc\xdf\x2b\xe1\xc5\x0d\xb6\xa1\x1c\xbc\x39\x70\x4e\x74\x68\x0c\x85\x94\x18\xc2\xac\x47\x2e\x3f\xb7\x5a\x55\xeb\x58\x0d\xfd\x56\x1d\x8a\x06\x58\xc3\xba\x84\x69\x8f\x55\xcb\x1c\xd9\xab\x4b\x25\xf7\xf1\xd7\x21\xde\x85\xdb\xb9\x17\xee\x42\x2e\x5d\x3c\xf0\x9d\xc2\x25\x4d\xcd\x0a\x0e\x63\x90\x38\xe4\xad\xab\xa8\x65\xb2\xf8\x97\xbd\xb8\x1d\xe5\x41\x64\x94\x3e\x4d\xc0\x3a\xc0\xb6\xa3\xf5\xcf\xcb\x17\xb8\x0b\xc1\xdf\x85\xe2\xa1\xff\xde\xad\x89\x73\x0d\x8d\xf1\x22\x3e\x78\xd4\xf3\x39\x77\x7a\x03\xe2\xcb\xfd\xcc\x78\x17\xff\xc2\x61\x1f\xc3\xdd\x8a\x08\xe4\x7e\xe2\x7b\x0d\xdd\x5a\xb5\x6b\xa9\x54\x7e\xdb\xd8\x9c\xfa\x24\xae\x38\xba\xb1\x42\x89\xa6\x42\xb0\x4b\x74\x5b\x90\xfd\xf6\xa8\xe4\x9e\xf6\x92\xe7\x1c\xaa\x18\x7d\x8f\xcf\x93\x7b\x08\x52\x35\x4c\xb5\x41\xf9\x1c\xac\x83\x22\x7d\x80\xe5\xa2\x8c\x74\x74\xc1\x74\x74\xf1\xf2\xed\xc3\x2c\xc2\xb2\xe8\x6d\x05\x71\x93\x9e\x9b\xa0\xb8\x4b\xea\x54\xd2\xf5\x41\x3e\x5d\xc1\xd1\x2b\xc8\x3a\x08\x46\xa2\xf3\x24\x8c\xf4\x93\x98\x42\xda\x33\x19\xf5\x66\x70\xf3\xb4\x52\x5a\xf3\x21\xb2\x9a\xe3\x4e\x66\x60\x20\xf0\xa1\xeb\xac\xa3\xa1\x85\x64\x32\x9b\x41\xb1\x75\xc4\xef\x51\x89\xbb\xbd\xca\x41\xbc\x33\xef\xff\xaf\xa2\x76\x7c\x73\xb1\xc5\xac\x2b\x4c\xe4\x9a\x0d\x64\x72\x8a\x17\x5c\x99\x69\x1b\x74\xf8\x9b\xc9\xdf\x3b\x01\x62\x25\x9e\x5b\x47\xef\x85\x59\x1c\x8e\x44\x56\x76\xd1\x4c\xc7\xd3\x07\xa6\x61\x74\x72\x21\xde\x94\xd5\x7e\xe7\xc4\xbc\x36\xf5\x41\xaa\x56\x28\x27\xf9\x16\xa9\x16\x41\xc7\x3c\x3e\x39\x3e\x3e\x3e\x2e\x4e\x1e\x3f\x7f\xf6\x7c\x08\x23\x96\x7e\x25\x5c\x84\xaa\xd9\x6c\xbd\x52\xd4\xd8\xc0\x20\xf7\x9b\x6f\x36\x4d\x0b\x1b\xb1\xc4\x58\xe8\x76\xc4\x42\x2f\xd5\xfb\x0e\x5d\xf9\x64\x42\xf6\x4d\x27\x9c\x68\x91\x9d\x91\xa5\x65\x6e\xc6\xb3\x87\x46\xa9\x11\x1d\x38\x44\xf8\xf7\x46\x21\x40\x27\x88\x0b\xce\x0c\xfe\xf9\xe0\xd3\x71\xf1\xd7\xcf\xff\x79\x34\x79\xf2\xed\xeb\xa7\x47\xc5\xd3\xcf\xe9\xf9\xc9\xb7\xaf\xcf\x3e\x1d\x17\x4f\xf2\xe3\xc9\xb7\xaf\xcf\x9e\x8e\x9e\x1f\xf3\x33\x0f\x3c\x4e\x03\xfc\x74\xf2\xe9\xb8\x78\xfa\xf9\x61\xf1\x8b\xef\xf8\xe7\xed\x2e\x3e\x76\xc5\xb7\xf7\xf1\x71\x4a\xee\xe4\xed\x3c\x5e\x90\x0e\x29\x3f\x5c\x8e\x64\x28\x23\x5b\x27\x31\x92\xaf\x40\x98\xa7\x9d\x92\x12\xaf\xe5\xc1\xff\x4d\x2b\xfb\x47\x7b\x3a\x42\xf7\x8f\xf6\xf4\x77\xd2\x9e\x6e\xe7\xc1\x9b\xcb\x0f\x07\x53\xe1\x74\x77\x45\x2f\x3c\xf8\x4f\x76\x5d\xbc\x36\x2e\xd8\x81\x1b\x0d\xb0\x3f\x3b\xf6\x59\xd8\xaa\x45\xea\x7a\x0f\x1e\xe8\x4d\x3f\x33\x26\x84\x50\xc6\x6f\xd1\x72\xff\x4f\x84\x76\x3c\x6d\x74\x2b\xf7\xcb\xf7\xbc\x07\x14\xdc\x35\x03\x6e\x52\x71\x24\xdc\x02\xe9\x76\x31\x77\x58\x46\x8d\x45\xd4\x04\xde\x7d\x7c\xfb\x43\x98\xa3\x33\x48\xd7\x2f\xd0\xb7\x6d\xbf\x35\xaf\xd0\x84\x76\x7f\x46\x6d\x4b\xb7\xdb\xa6\x8d\x8f\xf3\xb3\x64\xf0\x61\x15\x7c\xab\xfe\xfd\x3d\x29\xc6\x5f\x59\x05\xa6\xba\x3c\x03\x72\x01\xfb\x21\xb2\x4e\x2c\x30\x8f\xfd\x37\x00\x00\xff\xff\xef\xc6\x47\x6c\xee\x1e\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x59\xdd\x6f\x1b\xb9\x11\x7f\xf7\x5f\x31\x70\x0b\x24\x01\xa4\x95\x3f\x72\x49\xab\xb7\xd4\xc9\xa1\xc6\x25\x8e\x11\x3b\x79\x49\x53\x1c\xb5\x1c\x69\x79\xe6\x92\x5b\x72\x28\x45\xd7\xe4\x7f\x2f\x86\xe4\x4a\x2b\x59\x5f\xee\xdd\xe1\xee\x80\xe8\xc9\xcb\x1d\x72\xe7\xe3\x37\xbf\x99\xa1\x45\xa3\x3e\xa0\xf3\xca\x9a\x21\x88\x46\xe1\x67\x42\xc3\x4f\xbe\xb8\xfb\x9b\x2f\x94\x1d\x4c\x4f\x8f\xee\x94\x91\x43\xb8\x08\x9e\x6c\xfd\x0e\xbd\x0d\xae\xc4\x97\x38\x56\x46\x91\xb2\xe6\xa8\x46\x12\x52\x90\x18\x1e\x01\x08\x63\x2c\x09\x5e\xf6\xfc\x08\x7c\x66\x5f\x34\x8d\xb3\x53\x94\x85\x6d\xd0\xf8\x4a\x8d\xa9\x50\x76\x08\x15\x51\xe3\x87\x83\xc1\x44\x51\x15\x46\x45\x69\xeb\xc1\x42\x60\x20\x1a\x35\x68\x82\xd6\x83\xa7\xcf\x4f\xe2\x41\xca\x94\x3a\x48\x2c\x1c\x6a\x14\x1e\x57\xce\x1a\xa8\x51\xdd\x2f\xb5\x0d\xb2\x5f\x0b\x23\x26\x28\x87\x70\x4c\x2e\xe0\xf1\xfe\xad\x1e\xf5\xb8\xdd\xd5\xaf\xd4\xa4\xea\x8b\xa9\x50\x5a\x8c\x94\x56\x34\x7f\xc0\x39\xca\x4c\x34\xf6\x8d\x95\xd8\x97\x38\x45\x6d\x1b\x74\x9d\xed\x46\xd4\x38\x04\x83\x34\xb3\xee\xce\x17\xa5\x35\x63\x35\x59\x39\xe2\xc8\x37\x58\xb2\xd7\x26\xce\x86\x66\x08\x9b\x44\xd2\x39\xd9\xb7\x29\x2e\x57\xe9\xc8\xb8\xa2\x95\xa7\x1f\xba\xab\xaf\x95\xa7\xf8\xa6\xd1\xc1\x09\xbd\x54\x20\x2e\xb2\xce\x41\x0b\xb7\x58\x3e\x02\x68\x1c\x7a\x74\x53\x7c\x6f\xee\x8c\x9d\x99\xef\x15\x6a\xe9\x87\x30\x16\xda\xe3\x11\x80\x2f\x6d\x83\x43\xb8\xd0\xc1\x13\xba\x23\x80\x69\x42\x4f\x56\xa9\x9f\xed\x9c\x9e\xc6\x47\x96\xaf\xb0\x16\xc3\xfc\x04\xc0\xd6\xbc\xb8\xbe\xfc\x70\x7e\xb3\xf6\x02\x40\xa2\x2f\x9d\x6a\x28\x62\xf1\x38\x1b\x00\x95\xd5\xd2\x43\x99\xbe\xd7\x9f\x29\x89\xa0\xcc\xd8\xba\x3a\xa2\x0c\xc4\xc8\x06\x6a\xad\x2d\xe0\xb6\x42\x28\x85\xb1\x46\x95\x42\x47\x5d\x40\x79\xf8\x31\x6f\xff\xb1\x80\x4b\xe2\x85\xe0\x51\x02\xd9\xec\xe2\xe0\x10\xa8\x42\x56\x40\x39\x94\xad\x33\x16\x6f\xe3\x97\x7a\xe0\x43\x59\x81\xf0\x43\xb8\xbc\x06\x21\xa5\x43\xef\xa1\xb1\x56\x7b\x18\x5b\x07\xec\x34\x55\xa2\x1f\x34\x56\xc2\xe5\xb5\xef\x2d\x8e\x69\x74\x98\x28\xd3\x03\xa4\xb2\x80\xeb\x08\x1d\x98\x2a\x9c\xb5\x02\x05\xc7\x3d\x9e\x21\x0c\xe0\xe7\x46\x0b\x93\x6c\xb3\x06\x66\x95\x20\x10\x4d\xa3\x15\x7a\x98\x55\x68\x16\x4a\x29\x33\x01\xaa\x94\x07\x97\x33\xb2\x80\x7f\x19\xb8\xb0\x75\x23\x48\x25\xf0\x82\x66\x1c\xc2\xe9\x10\x6e\x48\x8c\x34\xc2\x4c\x51\xa5\x0c\x08\xa8\xc5\x4f\xd6\x41\xc6\x71\xfa\x34\xd4\xca\xa8\x3a\xd4\x60\xc7\x70\x7a\x06\xb5\x35\x54\x79\xb0\x0e\xce\xf9\xcd\x52\xda\xc3\xe3\x59\xa5\xca\x0a\xa7\xe8\xd8\x95\xda\x9a\x09\xba\x27\xc5\x71\x27\x92\x34\x67\x8c\xd8\xd1\x4f\x58\x52\x67\xd9\xe1\x7f\x02\x3b\xb8\x1b\x74\x86\x0c\xdb\xdf\x59\x6a\x1c\xa7\x0e\xa9\x16\xe6\xed\xaf\x43\x55\x2b\xeb\x6b\xc8\x79\xc4\xf0\x4a\x72\x20\x99\xa5\xd0\xc7\xe8\x66\xa0\xa2\xcc\x98\x64\x43\xb3\x03\x23\xe6\x0d\x65\xaf\x8f\x39\x0e\x49\xf9\x02\x6e\x38\x17\x9c\x07\x5f\xd9\xa0\x25\x7b\x7f\x8a\x8e\xc0\x61\x69\x27\x46\xfd\xbc\x38\xcd\x33\x9c\xf8\x33\x5a\x10\x7a\x02\x65\x08\x9d\x11\x1a\xa6\x42\x07\xec\x81\x30\x12\x6a\x31\x07\x87\x7c\x2e\x04\xd3\x39\x21\x8a\xf8\x02\xde\x58\x97\xc0\xbd\xc2\x8d\x2d\x11\x97\xb6\xae\x83\x51\x34\x1f\x94\xd6\x90\x53\xa3\x40\xd6\xf9\x41\xe4\x9a\x81\x57\x93\xbe\x70\x65\xa5\x08\x4b\x0a\x0e\x99\x3f\xfb\x51\x59\x13\xc9\xb8\xa8\xe5\x5f\x5a\xa0\xf8\x47\x6b\xee\x4b\xe1\xf2\xc4\x98\x5a\x79\x15\x09\x66\xa7\xaf\x99\x6c\x18\x05\x22\x6f\x4f\xb6\x2c\x5d\x9a\x50\x8a\xf0\xee\xd5\xcd\xed\x02\xa9\xc9\xed\xc9\xc3\x4b\x51\xbf\x74\x36\x3b\x4a\x99\x31\xba\x24\x39\x76\xb6\x8e\xa7\xa0\x91\x8d\x55\x86\xe2\x43\xa9\x15\x1a\x02\x1f\x46\xb5\x22\x1f\xc1\x85\x9e\x38\x0e\x05\x5c\xc4\x3a\x04\x23\x84\xd0\x48\x41\x28\x0b\xb8\x34\x70\x21\x6a\xd4\x17\xcc\xdc\xbf\xb5\xab\xd9\xa3\xbe\xcf\xee\x3b\xdc\xd9\xdd\x32\x7a\x7f\xc3\xbd\x64\x02\x68\xcb\xc5\xd6\xe8\x44\x5e\x49\xfc\x19\x3c\x32\x45\x51\xe2\x81\x04\xb8\x98\xf7\x2b\x1c\x57\xc0\x0b\x0e\xe5\x04\x0d\x3a\xa1\xc1\x05\x8d\xbd\x14\x82\x9b\x7f\xbe\x7d\xff\xfa\x25\x5c\xbd\xbd\x65\xa7\x3a\x14\x12\xa4\x72\x58\x92\x9e\xb3\x6b\x3d\xa1\x90\x3d\x98\xdb\xd0\x49\x14\x1f\xea\xc4\xab\x99\x9d\x6f\x48\x50\xf0\x3d\x10\x1e\x14\x27\x88\x54\x25\xe7\x4a\x0a\x66\x70\x0e\x0d\xe9\x39\x48\x6c\xb4\x9d\xa3\x5c\xd7\xec\xa2\x95\xe8\x41\x6d\x3d\x25\xe3\xc6\xb1\x3a\x81\xe0\x60\xd6\x75\x48\xd6\x89\x31\x31\x35\x19\x4f\x42\xeb\xbc\xbb\x4b\xbb\xfc\x3d\xfe\xfa\x54\xc9\x20\x34\x58\x93\x5d\x31\x0e\x8e\x2a\x74\x20\x91\x84\xd2\x9e\xe9\x17\x45\x59\x15\x87\xc6\x63\x3b\x73\xf1\x2f\x97\xa0\xec\x8b\xfb\xef\xd7\x62\xb7\x56\x63\x98\x5d\x42\xa6\xea\x5c\x60\xb8\xd8\x71\x72\xb0\x0b\x38\x05\x77\x3a\x60\xc3\xe7\x92\x1d\xc2\x39\x31\xdf\xf0\x56\x11\xd6\x1b\xac\xb8\xa7\xe7\xc5\x8a\x59\xaf\x0c\xb9\x79\xe2\x03\xce\x1c\x35\x09\x36\x78\x18\x69\x5b\xde\x31\xaf\x2e\x8d\xc2\x9c\xd5\xb1\x94\xb4\x16\xc5\x38\x0a\xad\x6d\x19\x53\x76\xe3\xc7\x77\x78\x7f\x7f\x0c\x72\x24\x94\x74\xdb\xde\xad\x59\x17\xdb\x09\x5b\x37\x1a\x09\xb3\x19\xdd\x08\x6c\x3d\x64\x6b\x92\x2f\x7f\x95\xf5\x74\xed\x70\xac\x3e\x3f\x40\x17\xaf\x7e\x46\x78\xdc\xc4\x6d\x4f\xd8\xa3\x49\x27\xb2\x0b\xb7\xf1\xdf\x8c\x5a\xe0\x46\xb4\x80\xcb\x5c\xe3\x16\x28\x61\x5a\x8c\xdd\xcf\x68\x1e\x13\xa1\x6d\x4e\x14\x71\xdf\xc4\xc9\xad\x71\xcc\xf5\xc9\x23\xed\xb3\x8f\x6b\xdc\x24\x36\x81\x9b\x7f\xa9\x4b\x8b\x72\xe7\x67\x5b\xa5\x72\xdf\x31\x84\x93\x7b\x22\x3c\x8d\x70\x11\xbd\xbc\xde\x9b\x2f\x4b\xd1\x45\xd1\x5f\x21\x90\x96\xec\xc8\x59\xad\xb9\xc6\x50\xec\xac\xc6\x63\xae\x41\x37\xa9\x77\x2b\x5e\x2d\x0e\x89\x9e\x33\x4a\x33\xfd\xa1\x81\xe5\x8b\xd6\x87\xec\xef\x59\x6a\x22\x47\x08\x5b\x9c\xb5\x07\xac\xfb\xa0\x2a\x02\xd9\x17\xde\xab\x89\xb9\xb8\x7c\xf9\x6e\x2b\x9e\x57\xfc\xb0\xb6\x27\xe5\x22\x8f\x05\x8c\x96\xb4\xd4\x49\x3c\x06\x4e\x20\xcb\xbd\x74\x29\xb4\x9e\x83\x88\x5b\x37\x3a\xe4\xb6\x42\x8f\x29\x45\xa3\x10\xca\xd4\x90\x32\x8a\x72\xf3\xcb\x5f\xe3\xae\x6a\xde\x20\xbc\xb6\x42\xfe\x43\x68\x61\x4a\x74\xb1\xfa\xe6\xaa\x92\x0b\x0a\x4b\x1a\x3d\x67\x2c\x8e\x83\x8e\xd1\x19\x09\x87\x7d\xae\x82\xba\x25\x4b\x1f\x37\xbe\x6d\x07\x20\x38\x2f\x3e\xe7\xed\x33\xe1\xa1\x56\x5e\xa3\x90\x3c\x77\xcd\x81\xd5\x47\x09\xc7\x97\x66\xc2\xfc\x72\x79\xed\x8f\x0b\x78\xb1\xc1\x36\x94\x8b\x68\x2e\x38\x27\x06\x34\x42\x21\x25\x86\x30\xf3\x4e\xc8\xaf\xad\x56\xe5\x3c\x56\x43\xbf\x52\x87\xa2\x01\xd6\x70\x5f\xc2\xb4\xc7\x5d\xcb\x08\x39\xaa\x53\x25\xb7\xf1\xd7\x3e\xde\x85\xdd\xdc\x0b\x87\x90\x4b\x13\x15\x3e\x08\x2e\x49\x34\x77\x70\x18\x41\xe2\x90\x8f\x2e\x63\x2f\x93\x47\x0f\xd9\x36\xb7\x9d\x3c\x88\x8c\xd2\xa6\x09\xcf\x09\x58\x37\x34\xff\x65\xf9\x02\x87\x10\xfc\x21\x14\x0f\xed\xf7\x76\x26\xce\x3d\x6f\x74\x37\xb1\xe2\xb1\x9f\xcf\xb9\xd3\x1a\x10\x5f\x6e\x67\xc6\x43\xe2\x0b\xfb\x63\x0c\x87\x15\x11\xc8\xf3\xc4\x43\x0d\x5d\xd9\xb5\x6e\xa9\x54\x7e\xd5\xd8\x9c\xfa\x24\xee\x18\xdd\x58\xa2\x44\x53\x22\x58\x9e\x00\xbb\x2e\xfb\xfd\xbd\x92\x27\xea\x5b\x96\xd9\x57\x31\x1e\x5d\x2d\x85\x5b\x17\xa4\x6a\x98\x6a\x83\xf2\x19\xac\x8b\x8e\xf4\x31\x16\x93\x22\xd2\xd1\x0d\xd3\xd1\xcd\xcb\xab\x27\xb9\x09\xcb\x4d\x6f\x2d\xa8\xac\x40\xe4\x21\x28\x9e\x92\x26\x95\x74\x79\x91\xb5\xeb\x33\x7a\x05\x59\x07\xc1\x48\x74\x9e\x84\x91\xbe\x17\x53\x48\x7b\x26\xa3\xd6\x0c\x1e\x9e\x66\x4a\x6b\x56\x22\x77\x73\x3c\xc9\x2c\x18\x08\x7c\x68\x1a\xeb\x68\x31\x42\x32\x99\x0d\xa1\xbf\xa2\xe2\x43\xba\xc4\xf5\x59\x65\xaf\xbf\x33\xef\xff\xbf\x4d\x6d\xf7\xde\x64\x85\x59\x67\x98\xc8\x35\x1b\xc8\xe4\x14\xaf\xd7\x32\xd3\x56\xe8\xf0\x77\x6b\x7f\x0f\x72\x88\x95\x78\x6d\x1d\xbd\x13\x66\xb2\x1f\x89\xdc\xd9\x45\x33\x1d\x8b\x2f\x98\x86\xbd\x93\x0b\xf1\xb2\xac\xb6\x27\x27\xe6\xb5\x69\x0e\x52\x63\x85\xb2\x97\xef\xb0\xc6\x22\xe8\x98\xc7\xe7\x27\x27\x27\x27\xfd\xf3\xb3\xe7\xcf\x9e\x2f\x60\xc4\xad\x5f\x01\x37\xa1\xac\x96\x47\xcf\x14\x55\x36\xb0\x93\xdb\xc3\x97\x87\xa6\x8d\x95\x98\x62\x2c\x74\x6b\xcd\x42\xdb\xaa\xb7\x13\xba\xf2\xc9\x84\x1c\x9b\x46\x38\x51\x23\x07\x23\xb7\x96\x79\x18\xcf\x11\xea\xa4\x46\x0c\xe0\x02\xe1\x0f\x45\x21\x40\x23\x88\x0b\xce\x10\xfe\xfd\xf8\xe3\x49\xff\xef\x9f\xfe\x7b\xda\x7b\xfa\xf5\xcb\xc7\xd3\xfe\x77\x9f\xd2\xf3\xd3\xaf\x5f\x9e\x7d\x3c\xe9\x3f\xcd\x8f\xe7\x5f\xbf\x3c\xfb\xae\xf3\x7c\xc6\xcf\xbc\x70\x96\x16\xf8\xe9\xfc\xe3\x49\xff\xbb\x4f\x4f\xfa\xbf\xfa\x89\x7f\x5d\x9d\xe2\xe3\x54\xbc\x7b\x8e\x8f\x22\x79\x92\xb7\xa3\x78\x3d\xbb\x48\xf9\xc5\xe5\x48\x76\x65\x64\xeb\xd4\x8c\xe4\x2b\x10\xe6\x69\xa7\xa4\xc4\x7b\x79\xf0\x87\x19\x65\xbf\x8d\xa7\x1d\xef\x7e\x1b\x4f\xff\x24\xe3\xe9\x6a\x1e\xbc\xb9\x7d\xbf\x37\x15\x2e\xd6\x77\xb4\x8d\x07\xff\xc9\xa1\x8b\xd7\xc6\x7d\x0e\xe0\xb2\x07\xd8\x9e\x1d\xdb\x2c\xac\xd5\x24\x4d\xbd\x7b\x15\x7a\xd3\x4a\xc6\x84\x10\xca\xf8\x15\x5a\x6e\xff\x85\x51\x77\xc5\x3a\xb7\x72\xbf\xfe\xcc\x5b\x53\x38\x68\x70\x61\x87\xad\xa8\xcc\x0b\x0f\x50\xf3\x00\x55\x0f\x51\x37\xaa\x2c\xca\x4a\x99\x8d\x65\x7e\xb3\xea\x49\x7e\xa9\xfe\x0e\xd5\x23\x28\xd8\xbc\xfc\x91\x47\x1e\x42\xa3\x95\xb9\xdb\xdf\x6b\xef\xb4\xeb\x50\xdb\xf8\xc7\x4c\xb8\x5b\x62\xcd\xc0\xef\x99\x3a\x3b\xc0\x26\x9b\xcd\xc3\x78\xd6\x2e\xd5\xe1\xe0\xec\xcd\xba\x1d\x94\xc3\xe9\xb7\x23\x93\x57\x3e\x6f\x1f\x64\xec\xad\xdd\x62\x2a\xd9\x3f\xb0\xa1\x66\x7b\xed\xde\x68\xe5\xd5\xf2\x5f\xa2\x87\x63\xb6\xed\x45\xdb\xff\x73\x7e\x83\x2c\x7c\x83\xec\xe6\xdf\x1e\x43\xf7\xcc\xf5\xf7\x2c\xdc\x34\xdb\x93\x70\x13\xa4\xdd\x23\xfe\xfe\xe1\xba\x3b\x5a\xf7\xe0\xed\x87\xab\x1f\xc2\x08\x9d\x41\xba\xff\x6f\xd5\x55\x9f\xed\xec\xb6\xd0\x84\x1d\x78\x5d\x1d\xe8\x77\x89\x75\xd5\xf9\x45\x97\x23\xfb\xef\x46\x76\xde\x8a\xfc\x99\xee\x11\x7e\xe3\xbb\x81\x34\xad\x0d\x81\x5c\xc0\x76\x89\xac\x13\x13\xcc\x6b\xff\x0b\x00\x00\xff\xff\xe7\xd0\xc1\x16\x82\x25\x00\x00"), }, "/manifests/openshift/kubeadmin-password-secret.yaml.template": &vfsgen۰CompressedFileInfo{ name: "kubeadmin-password-secret.yaml.template", @@ -2066,94 +2505,90 @@ var Assets = func() http.FileSystem { "/openstack/bootstrap/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 2497, + uncompressedSize: 4161, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x56\xc1\x8e\xe3\x36\x0c\xbd\xfb\x2b\x58\xa3\xd7\x31\x66\xdb\xdb\x00\xc6\x02\xdd\x5e\xf6\xd2\x1e\x7a\x0c\x02\x81\x91\x98\x84\x18\x59\x12\x24\xd9\x3b\xb3\x8b\xfc\x7b\x21\x59\x4e\xec\x78\x27\x93\xd9\xdc\x42\x93\x8f\xd4\xe3\x13\x29\x6d\x25\xea\x00\x3f\x2a\x00\x45\x41\x7a\x76\x91\xad\x81\x16\xea\x2f\x9e\x30\x92\x82\xbf\x5e\xe1\x5f\x47\xe6\xbf\x23\xef\x23\x7c\x35\x21\xa2\xd6\xe4\xeb\xea\x54\x55\x9e\x82\xed\xbd\x24\xa8\xad\xa3\xf4\x45\x3e\x0b\x43\xf1\x9b\xf5\xcf\x6c\x0e\xc2\x59\x1f\xc5\xf0\x47\x0d\xf5\xce\xda\x18\xa2\x47\x97\x6d\x75\x4e\x67\xb0\x23\x28\xbf\x16\xea\xdf\x7f\x0c\xe8\x1b\xa9\xfb\x10\xc9\x0b\x56\xa7\x87\x73\xd0\x43\x0e\x5a\x55\x98\x4b\x6f\x66\xb6\xaa\x02\x40\xd5\xb1\x11\x21\x62\x24\xd1\xbb\x09\x3c\xfa\x9e\x12\x40\x29\x4e\xb0\x82\x4b\xea\x94\xd7\x79\x1e\x52\xc8\xc5\xa1\x02\x08\x24\x7b\xcf\xf1\x55\x1c\xbc\xed\x9d\x60\x15\x8a\x77\x87\xb9\xc8\x70\x48\xb6\x0a\x20\xe2\x21\xc0\xf2\xd7\xc2\x66\x24\x25\xd1\xf6\x65\x3c\xd5\xd7\xbf\xdb\xd5\x29\xeb\x6d\xaa\x9a\x5e\xa2\x47\xa1\x8e\xd2\x09\x3b\x1e\x2f\x31\x34\x71\xd4\x42\xad\x6c\x87\x6c\x1e\x02\xa1\x97\xc7\x3a\x7f\x1b\x50\xf7\x54\x0a\x9a\x00\x47\xb7\x0a\xe0\x94\x50\xf7\xfc\x42\x4a\xb0\x2b\x60\xa1\xdf\x19\x8a\xe9\xec\x63\x90\xb1\x8a\x82\x38\x5b\xa7\x28\xd4\xda\x7e\x23\x25\x50\x29\x4f\x21\x08\x87\xec\x43\x81\x60\x37\x99\x0b\x06\x3a\x16\x6c\xa2\x60\x37\x85\x2b\x72\x64\x54\x10\xb9\x45\x9b\x19\x5b\x59\x0d\xac\xc2\x36\x29\x47\x61\xc4\xb9\x6a\xa4\xed\x5c\x1f\x49\xec\x35\x0e\xd6\x5f\x8b\x66\xb4\xce\x64\x33\x26\x2f\xce\xc9\xf2\x96\x1a\x77\xda\xca\xe7\x10\xad\xc7\x03\x89\xc1\xea\xbe\x23\x31\xfc\xb9\x00\x1f\xad\x1f\xd5\x64\xea\x81\xb4\xbd\x89\x0b\x19\x79\x6b\xe3\x94\x26\xf0\x77\x82\xb6\x05\xd3\x6b\x0d\x9f\xe1\x11\x9e\xe0\xd3\x7d\x1a\xce\x91\x37\x71\x2b\x80\xf2\x2f\xbe\x3a\xfa\x89\x53\x32\x57\x00\xdc\xa5\x73\x8f\x6a\x1f\x9d\x76\x18\x48\x4c\xe6\xdc\xee\x01\x59\xe3\x8e\x75\x12\xfa\x77\x6b\x7e\x86\x96\xcc\x6f\x31\x3c\x75\x8e\xd3\x7f\x23\xe9\xaa\x77\x6b\x5e\xef\x65\xb7\x74\x77\x71\x55\x93\x6c\x9a\x1b\xaa\x69\xae\x35\xd3\x64\x5d\xcf\x69\xb8\xb3\x5d\x2b\xae\xe0\x29\x7f\xba\xc1\x58\x66\xa9\x02\xe8\x43\xba\x89\x49\xe0\x85\xf2\x73\x4d\xe1\xc8\x9d\xe0\x83\xe1\xa9\xd3\xea\xd5\x60\xc7\x12\xb2\x4c\x85\xa2\x81\x25\x95\xab\xb6\xb7\x5e\x10\xca\xe3\xfb\xa5\x6e\xb6\xf0\x04\x9b\xf7\x34\xdf\x5c\x2b\x7e\xf3\xb8\x6d\x58\x6d\x73\x32\x69\x4d\x24\x13\x4b\x6a\x80\xbe\x9f\x93\x75\x21\x6d\x5e\x67\x93\x07\x50\x09\x18\x75\x31\xaa\x71\xd1\xe4\x72\xbb\x8a\x5b\xaa\x41\xb0\x51\xf4\xb2\xc4\x7d\x2c\xdf\x15\x85\xc8\x06\x13\x3d\x33\xac\x15\x8c\x22\x4d\x91\x44\x72\x22\xdf\x95\x00\x68\x21\x8d\xf9\xec\x72\x9a\xa6\x51\x99\xe7\xe5\x60\x69\x04\x41\x0b\xb7\x96\x55\xb3\x5c\x55\xcd\x65\x2e\x4e\xbd\x5a\x42\x5e\xb5\x09\x95\xca\xcd\x45\x3d\x5b\x25\xa1\x7a\x9b\xe4\x76\xc2\x9b\xd1\x79\xae\x3e\xef\x95\x8f\x6d\x92\x8e\x22\x16\xed\x8d\x79\xfe\x59\x5d\xbd\x3b\xee\x1e\xc0\x3a\xe3\xd5\xaa\x29\xc4\xbc\xff\x0a\xd8\x6b\x8b\x91\xcd\x81\xdd\x6a\xac\x73\x19\x0f\xeb\x41\x4a\x2f\x91\xfc\x8c\x45\xf8\xad\x85\xba\x86\xcf\xf0\x09\x9e\xb2\x5a\xae\x1e\x2b\xb7\x5e\x0f\x29\x4d\x95\x9a\x6f\x35\xdc\x4c\x52\x8d\x0a\x99\x06\xc5\x2f\x08\x65\xfe\x10\xf8\x58\xdf\x96\x6b\xf3\xe6\x78\xbd\x64\x4e\xab\xf4\xff\x00\x00\x00\xff\xff\x77\x21\x3d\x89\xc1\x09\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x57\x41\x6f\xe3\x38\x0f\xbd\xfb\x57\xf0\x33\xbe\x6b\x8d\xce\xee\xad\x80\x31\xc0\xce\x5e\xe6\xb2\x7b\xd8\x63\x50\x08\xaa\xc4\x26\xdc\xc8\x92\x20\xc9\x69\x33\x83\xfc\xf7\x85\x64\x29\x71\xec\x49\x6a\xb7\x97\x22\xca\x7b\xa4\x48\x3e\x92\x8a\x32\x82\x2b\x0f\x3f\x2b\x00\x89\x5e\x38\xb2\x81\x8c\x86\x16\xea\x6f\x0e\x79\x40\x09\x7f\x1c\xe1\x6f\x8b\xfa\x9f\x1d\xbd\x06\xf8\xae\x7d\xe0\x4a\xa1\xab\xab\x53\x55\x59\x67\x0e\x24\xd1\x41\x6d\x2c\xc6\x6f\xc4\xbe\x4e\xa6\x78\x1f\x76\xac\x77\x0a\x46\x7f\x2d\x1c\xb8\x6b\xce\x40\x26\x1c\x4a\xd4\x81\xb8\xf2\xac\xe0\x2b\x00\x81\x2e\xc0\xe4\xef\x1e\x35\xe2\x23\x4d\x99\x5e\xae\xa1\x45\x7c\x0c\xda\x74\x9c\x34\x23\xb9\x90\x77\xc6\x5f\xb8\x9a\x77\xb8\x86\x1b\xf1\x15\x00\x6a\x69\x0d\xe9\xc0\xc2\xd1\xe2\x02\xf6\x15\xbe\x02\x20\xed\x51\xf4\x0e\x97\x46\x5c\xf0\x15\xc0\x1e\x8f\xd3\x14\xdf\xa5\xee\xf1\x58\x01\x58\xee\xfd\x9b\x71\x72\x29\xab\xe0\x23\xd5\x99\x7f\x51\x04\x36\xce\xf6\x5d\xea\x14\x3f\xb7\x91\xb2\xbe\xc2\x46\xce\xba\xc3\x6d\xd4\xf7\xe2\xd0\x07\x7c\x05\xe0\xdf\xa2\x48\x97\x13\x07\x7c\x05\x10\x50\x73\x1d\x96\x2b\xec\x8c\xbf\x70\x17\x2b\x6c\x84\x8f\x6c\xb3\x47\xbd\xa2\xcc\x09\x5f\x01\xf4\x1e\x99\x11\x81\x1f\x88\x2f\xe2\x8d\xf0\x03\xdb\xb1\x49\x5b\x7d\xc0\x76\x57\x85\x1e\x1f\x94\xc8\x97\x1a\xc8\x91\xa7\x23\x92\x8b\x23\xcf\xf8\xc2\xbc\xca\xf7\x02\x66\xf2\x7a\xaa\x2a\xc9\x03\x1f\xcd\x42\x46\x1d\xdf\xa2\x1f\xfe\xb1\xc3\x6f\x35\xd4\x2f\xdc\xe3\xf0\x79\x18\x94\xbf\x54\xf1\x05\x74\xd3\xb2\x30\x9d\xed\x03\xb2\x57\xc5\x0f\xc6\x65\xdb\xc6\x04\x1f\x1c\xb7\xf9\xf4\x8e\x87\x8e\xfb\x80\xae\xb0\x8b\x13\x87\xde\xf4\x4e\xe0\xd8\x91\xc6\xf0\x66\xdc\x9e\xf4\x96\x59\xe3\xc2\xd4\x53\x3c\x1b\xf9\x39\x27\xac\xfe\xff\xcf\xe8\x51\xa8\x3e\x39\x22\x79\x7a\x38\x93\x1e\x12\x69\xb6\x70\xd2\x26\x6a\x46\x67\x55\x5c\x24\xb2\x23\xcd\x7c\xe0\x01\x59\x6f\x8b\xf1\xe0\x7a\x8c\x06\xf2\xe5\xc6\x95\x1e\x22\xb5\x8e\x0e\x91\x72\x01\xc4\x0e\x8e\xe3\x8f\xc2\x91\x6d\x9d\xe9\x2d\x23\xe9\x33\x3a\x67\xc3\x6f\xe3\x59\xec\x1b\xbe\xf5\xb3\xb6\xd9\x0c\x49\x89\x5b\xf0\xdb\x10\xd5\xf7\x3f\xdb\x59\x94\xf5\x73\xbc\x35\xbe\x07\xc7\x99\xdc\x09\xcb\xcc\x10\x5e\xcc\x50\xc9\x51\x0b\xf5\xa0\xd6\x07\x8f\xdc\x89\x5d\x9d\xbe\x3b\x70\xd5\x97\x42\x15\x83\x03\xac\x02\x38\x45\xab\xaf\xf4\x8e\x92\x91\xcd\xc6\x7c\xff\xa2\x31\xcd\x95\x81\xa4\x8d\x44\xcf\xce\xa7\x85\xc5\x95\x32\x6f\x28\x19\x97\xd2\xa1\x8f\x53\x99\x9c\xcf\x26\xc8\x96\xe3\x99\x42\xb8\x25\x16\x97\x0d\xd9\x62\x48\xa2\x45\x2d\x3d\x4b\xc5\xda\x8c\xf2\x96\x74\x41\xd2\x3f\xdf\xd2\xd0\x8b\x32\x62\xef\x83\x71\xa9\x0d\x8c\xea\x3b\x64\x87\xdf\xaf\x74\x34\x9c\xae\x55\x52\xcc\x9c\x30\xbd\x0e\x37\x1a\x35\x5f\xd0\x19\x13\x8a\x5f\x4f\x3f\x10\xda\x16\x74\xaf\x14\x7c\x85\x47\x78\x82\x2f\xcb\xa4\x98\x98\xeb\x1c\x55\x00\xf9\x53\xda\xf1\x0b\x58\x65\xb7\xa7\xe6\x1f\x64\xdd\x42\x6c\xfe\xe6\xe6\x54\x69\x2e\xe3\xa2\x21\x99\x4a\x7e\xe0\xa4\xf8\x0b\xa9\x28\xf6\x1f\x46\x2f\xf2\x3c\x23\xf9\xcd\xe3\xcd\x8a\x96\xf1\x43\xf1\xb3\x16\x38\x19\x0b\xf3\x3a\x2e\xad\x66\x9e\x48\x57\x0d\x3d\x09\x7f\x36\xfa\x9a\xe9\xe0\x6b\x92\xfa\xc7\x39\xfc\xac\x3c\xd6\x64\x1e\x9e\x12\x6b\x4d\xfe\x7f\x9d\xf3\xf3\x0a\x8c\x33\x7f\xb6\x1b\xce\xb1\xfa\x1d\x75\x8c\xb6\x9a\x8a\x40\xe5\x51\xf3\x8e\x04\xd4\xa9\xdf\x98\xc4\x03\x89\xdc\x52\x00\xaf\xc6\x31\xe4\x62\xf7\x89\x24\x6c\x9e\xe1\x09\x36\x1f\xb5\x73\x33\x6d\xe6\xcd\xe3\x73\x43\xf2\x39\x79\x17\x46\x07\xd4\x21\xdf\x05\xa0\xef\x69\xfa\x58\x4f\xf5\x19\xdf\xbc\x49\x13\x31\x13\x06\x09\x8e\x9f\xca\x59\x4f\x79\x70\x64\x58\xbc\x03\x23\x2d\xf1\xfd\xda\xee\x63\xfe\x5e\xa2\x0f\xa4\x79\xcc\xd8\xc8\xd6\xcc\x8c\x44\x85\x01\x59\x04\xa1\xeb\x32\x01\x5a\x88\x7b\x27\x41\x4e\x65\x28\xe6\x05\x93\x03\x8b\x93\x10\x5a\xb8\xb7\x3d\x9b\xeb\xdd\xd9\x5c\x06\xf5\xb9\x7c\x99\xf4\x61\xe5\xb8\x94\xa9\xf6\x5c\x8d\xf6\x9c\xaf\x6e\x27\xbc\x2d\xd7\x1d\xa5\xf6\x1c\x49\x5a\x7a\xeb\xd6\x5c\x87\x81\x67\x91\x0e\x7e\xfe\x9a\x75\xfc\x82\x96\x07\x98\x7b\x9c\xec\xc1\x9c\xa4\x8f\x9f\x28\xaf\xca\xf0\x40\x7a\x4b\x76\xf6\x24\xa2\x3c\x95\xee\xed\x0b\x7c\x0f\xe8\x46\xf9\x84\xff\xb5\x50\xd7\xf0\x15\xbe\xc0\x53\xd2\xd0\xe4\x27\xf2\xbd\x47\x4e\x74\x18\x7f\xb5\x18\xa3\x6e\xcd\x9f\xa9\xbb\x6a\x50\x50\x99\x59\x9f\x10\xd2\xf8\xe5\xb2\xae\x96\xd7\xdb\xfd\xee\xa4\xbf\x78\x8e\xfb\xe1\xbf\x00\x00\x00\xff\xff\xc4\x07\xa9\xff\x41\x10\x00\x00"), + }, + "/openstack/bootstrap/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + uncompressedSize: 191, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8d\x51\x0a\xc2\x30\x10\x44\xff\x73\x8a\x35\x07\x08\x22\x7e\x09\xc5\x83\x88\x2c\x6b\xba\x2d\xa1\x35\xbb\x24\x9b\x2a\x88\x77\x97\x82\x50\xfd\x1c\x66\xde\x3c\x69\xa6\xcd\xc0\xdf\x44\xac\x5a\x21\xc5\xa4\x1e\x5e\x0e\x60\xa1\xb9\x31\x74\xb0\x50\x09\xa2\x9c\xab\x51\x9c\x90\x9f\xc6\x25\xd3\x8c\x99\xed\x21\x65\x82\x5d\x07\xde\xc3\x19\xb6\xc9\xb7\x49\x79\xc4\x61\x16\xb2\x94\xc7\xa4\xb8\x1c\xc2\xe6\x18\x92\x5e\xf6\xd7\x40\x7d\x5f\xb8\x56\x38\xfd\xd0\x51\xee\xda\x8c\x31\xad\x39\x47\xfe\x03\x03\xc5\xc8\xb5\xe2\xfa\x77\x74\x6f\xe7\x3e\x01\x00\x00\xff\xff\x7b\xa6\x56\x19\xbf\x00\x00\x00"), }, "/openstack/bootstrap/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", modTime: time.Time{}, - uncompressedSize: 1724, + uncompressedSize: 287, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\xc1\x6e\x9b\x4e\x10\xc6\xef\x3c\xc5\x88\x53\x22\xfd\x95\x07\xf8\x2b\x3e\x54\x6a\x5a\xf5\xd2\x5e\x7a\xea\x65\x33\xb0\x03\x1e\x79\xd9\x41\xbb\x03\x89\x63\xf9\xdd\xab\xc5\xc6\x0e\x36\xb1\xa8\xaa\x72\x03\xed\xcc\xef\x9b\xf9\x3e\xb6\xc7\xc0\x58\x38\x82\xbc\xc0\x48\x86\x1b\xac\xc9\xb0\xcd\x61\x97\x01\xe8\xb6\x25\x38\x3e\x2b\x88\x1a\xd8\xd7\x19\x80\xa5\x58\x06\x6e\x95\xc5\xc3\x0a\xf2\x9f\x6b\x02\xb6\xe4\x95\x2b\xa6\x00\x52\x81\xae\x09\xbe\x3a\xf4\x25\xc1\xd0\x10\x2a\x09\xc3\xc7\x42\x44\xa3\x06\x6c\xc1\x8b\xa5\x87\x3c\xdb\x67\xd9\x59\x01\xbd\x6a\x40\xa3\x58\xc7\x29\x7e\x05\x0d\xb6\x77\x07\xfc\xfd\xc0\xaf\xb0\x73\x0a\x2b\xd8\xed\xb3\x2b\x3d\x8f\x8f\x4f\x3f\xbe\x64\x77\x32\xbc\xa3\xbb\x87\xa7\xd4\x16\x52\x5b\x50\x81\x82\x00\xdb\xd6\x31\xd9\xf4\x56\x06\x42\x25\x0b\x81\xa2\x74\xa1\xa4\xf8\x90\x65\x4f\xaf\xd8\xb4\x8e\xfe\x87\xe7\x1d\xe4\x1b\xda\xe6\x69\xc8\x1e\x5d\x47\xf9\x7f\x90\x57\x22\xc3\x87\x02\x43\x0e\xfb\xe7\x2c\xc1\xa6\x63\x94\xae\x8b\x4a\x61\xba\xc5\xc5\xeb\x1b\x57\x75\xec\x72\xb9\x23\xae\x3d\xa7\xca\xc5\xad\x4b\xf1\x4a\x5e\x47\x5b\xce\x0e\x8c\x9d\xa0\x62\x77\x65\xc5\xe9\x98\x89\x6b\x6e\xcc\xdf\x52\x27\x2c\x78\x61\x5d\x43\x17\x29\x40\x89\x50\x74\xde\x5e\xf3\x2b\x87\xbd\x04\xe3\xb1\xa1\xc5\xcc\xef\xd2\x23\x1c\x0a\x17\x06\x0e\x5b\x36\xec\xd5\x70\x3b\x07\xb9\xcc\x26\x05\x8f\xce\x78\xd2\x17\x09\x9b\x8f\x54\x8d\xc9\xcc\x2f\x50\x6d\xe0\x1e\x95\xc6\xf2\x0f\xc2\x31\x29\x69\x70\x88\x51\xac\x0d\xdb\x38\x39\xed\x38\xea\xe9\x7f\x98\xd4\xa4\x29\xa3\x89\x5d\xe1\x49\x97\x30\xc6\xac\x5a\x69\x90\x67\xed\x9d\x93\xd4\x4a\xd0\x3f\x10\x15\x44\xd4\xf4\xe2\xba\x86\x4c\xe4\xb7\xa9\xa3\xbe\x6b\x0a\x0a\xf3\x8e\xa6\xc3\x63\x84\x0e\xf5\xc0\x1e\x6a\xae\xb1\xd8\x2a\xc5\x93\xcb\x09\x00\x85\x93\x72\x03\x96\x7a\x2e\xaf\x8c\x7e\xaf\x20\x71\x17\x67\x6a\x38\x22\xd5\x48\x5f\x0c\x7c\x13\xbf\x0c\xf2\xa9\x47\x76\x58\xb0\x63\xdd\xc2\x2f\xf1\x94\x6e\xa5\x58\xae\xc9\x76\x8e\x66\x22\x0c\xe2\x55\x6e\x8d\xf7\x4f\xc8\xc3\xbc\xc7\x1d\xcc\x09\x40\x6b\xf9\x70\xdd\xbe\x0b\xf8\x8d\x78\x5c\x89\xf9\xf6\x39\xa6\x35\x9f\xfb\xc0\xb1\x4f\xbc\xf1\x2b\xff\x0e\x00\x00\xff\xff\x6f\x6a\xdd\xd0\xbc\x06\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\x31\x6e\xc3\x30\x0c\x45\x77\x9d\xe2\x43\x53\xbb\xf4\x06\xde\xba\x74\xef\x2e\xc8\x16\x61\x13\x71\x24\x81\xa4\x1d\x18\x81\xef\x1e\x24\x36\x90\xc4\x53\xb8\x11\x20\xff\x7f\x6f\x8e\xc2\xb1\x1d\x09\xfe\x1c\xd5\x48\x82\xf6\x81\x93\x7a\x5c\x1d\x60\x4b\x25\xec\xd3\x60\x64\xb5\x2f\x35\xe1\xdc\x7f\x3b\x20\x91\x76\xc2\xd5\xb8\x64\x34\xf0\xff\x03\x41\xa9\x9b\x84\x6d\x41\x2f\x65\xaa\xf8\xfb\x55\x58\x41\x4b\x88\xb5\x8e\x4c\xe9\xbe\xd9\x40\xd8\xaa\x90\x4b\x22\xfd\xf1\x6e\x75\xee\x89\x51\x85\xe7\x68\x14\x32\xd9\xa5\xc8\x29\x70\x7a\x61\x69\xb0\xf5\xbf\xbf\x3c\x72\x82\x4e\x6d\x26\xfb\xe4\x7e\x37\xad\x45\xec\xe0\x7a\x90\x5c\xdd\x2d\x00\x00\xff\xff\x09\x7c\xf7\xf5\x1f\x01\x00\x00"), }, - "/openstack/main.tf": &vfsgen۰CompressedFileInfo{ - name: "main.tf", + "/openstack/bootstrap/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", modTime: time.Time{}, - uncompressedSize: 4418, + uncompressedSize: 140, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x98\xcf\x8f\xe3\x26\x14\xc7\xef\xfc\x15\x4f\x39\xb5\x52\x95\x56\x55\xaf\xb9\xb4\xa7\x9e\x7a\xe8\x71\xb5\x42\x04\xde\x38\x34\x04\x2c\xc0\x9e\x66\xab\xfd\xdf\x2b\xc0\x8e\x31\xc6\x59\xa2\x91\x36\x47\xf3\xf9\x3e\xe0\xf1\x7e\xcd\x28\xc3\x99\x72\xf0\x1f\x01\x10\xe8\xb8\x95\xbd\x97\x46\xc3\x09\x0e\x7f\x58\x64\x1e\x05\xfc\x7e\x87\xbf\x7a\xd4\x7f\x5f\xe4\x9b\x87\x3f\xb5\xf3\x4c\x29\xb4\x07\xf2\x95\x90\xde\x9a\x51\x0a\xb4\x70\x30\x3d\x86\x15\x7e\x3d\x44\x53\x6c\xf0\x17\x3a\x58\x05\xd9\xef\x04\x23\xb3\xc7\x07\x48\xb9\x45\x81\xda\x4b\xa6\x1c\x9d\x79\x02\xc0\xd1\x7a\x28\x7e\xcf\xa4\x81\x0f\x32\x65\x06\xf1\x8a\x2c\xf0\xe1\xd2\xe6\xc6\xa4\xa6\x52\x34\xea\x1e\xfc\xa2\xd5\xec\x86\xaf\x68\x03\x4f\x00\x50\x8b\xde\x48\xed\xa9\xbf\xf7\xd8\xa0\x5e\xf1\x04\x40\x6a\x87\x7c\xb0\xd8\x7a\xe3\x99\x27\x00\x57\xbc\x97\x2e\x7e\x2a\xbd\xe2\x9d\x00\xf4\xcc\xb9\x77\x63\x45\xab\x6a\xe6\x83\xd4\x9a\x7f\x90\x7b\x9a\x7b\xfb\xa9\xb4\xe4\xb7\x36\xa2\xd7\x5f\xb0\x31\x79\xdd\x62\x17\xe2\xbb\xf9\xea\x89\x27\x00\xee\x3d\x04\x69\xbb\x30\xf1\x04\xc0\xa3\x66\xda\xb7\x47\xd8\x83\x5f\xb4\xcd\x11\x96\xf1\x41\x6d\xae\xa8\x5f\x78\xe6\xc8\x13\x80\xc1\x21\x35\xdc\xb3\x51\xb2\x26\x5d\xc6\x27\xb5\xa5\x45\x5a\x7d\x43\x6d\x57\x0f\x9d\x7f\x98\x6f\xde\x6a\x60\xba\x79\xfc\x24\x45\xf3\xcd\x27\x7e\x56\xae\xfc\xdd\xa0\x8c\xbb\x7e\x25\xe4\x66\xc4\xa0\x10\x0e\x67\x63\xbc\xf3\x96\xf5\xa9\x1a\x3a\x33\x58\x1e\x82\xf5\x70\xfc\x79\x59\x22\xb1\x6a\x0d\xce\xaf\x8f\x9a\x36\x5b\x16\x42\xa5\xf8\xd7\x5b\x46\x3d\xeb\xdc\xee\x91\x16\x84\x00\x9c\x99\x43\x2a\x6f\xac\xc3\xec\x01\x04\xf3\x2c\x13\xc4\x65\x37\x51\xe3\xaf\xc7\x45\x73\x8c\x7b\xbe\x29\x36\x9a\xb5\x27\xca\x3d\x6f\x2c\x1e\x31\x23\x43\x55\xea\xb4\xf4\xeb\x0c\x4b\xba\x79\x81\x3e\x3c\x10\xfa\x44\x2f\x69\x28\x69\xb2\xdf\xbd\xd9\x82\x24\x4f\xa0\xd5\x4c\x51\x8d\xfe\xdd\xd8\x6b\xdd\x13\x2b\x24\xf3\x72\x8a\x91\x8a\x97\xd3\x02\x01\xd0\x46\xa0\xa3\x6e\x38\x6b\x9c\x33\xf6\x04\xe9\x55\x8f\xde\xf4\x46\x99\xee\x7e\x2c\xa0\x58\x9a\xe4\xc8\x3c\xce\x5b\x06\xe5\x56\xb6\x85\x08\xc0\xe4\x43\xd7\x51\x29\x1c\x9c\x80\x1b\xcd\x99\xff\x81\x84\x9d\xab\xde\x4e\x0f\x9d\xf8\x9f\x22\xf6\xa9\xdc\x28\xb7\xf9\x39\x30\x3f\x86\x98\x98\xbd\x4e\xdd\x45\xde\xe8\xe3\x99\x4a\xf7\xed\x70\xcb\x51\x7b\x63\x7d\x3c\xec\xf2\x60\x3b\x07\x98\xc9\x50\x75\x8d\xf1\x74\x34\x6a\xb8\x21\x75\xf2\xcb\xb7\x42\xaa\xc4\x0b\x0b\x59\xc3\x6c\xb1\x30\xf5\xcb\x2f\x46\x23\x54\x7e\x3b\x16\xd8\xc8\xa4\x62\x67\xa9\xa4\xbf\xd3\xa0\x75\x9f\x7e\xf9\x5c\x1c\x24\x37\xd9\x70\x90\x3d\x93\x4c\x88\xe8\xe4\x25\x68\x93\x83\x37\xa9\x50\xe5\xf2\xc2\x93\x36\x75\xdb\xb2\x33\x2f\x90\x4a\x79\x78\xb9\x36\x94\x55\xab\x52\xb2\xca\xf2\xd1\x56\x3b\xc2\xa2\xe6\x48\xb9\x19\xb4\x9f\x45\x13\x1a\xbf\x55\xc2\xb0\x25\xfc\x52\x87\x60\x9e\x85\x78\xde\x56\xa4\x24\xf8\x9e\xd9\xb8\x93\x0f\x1f\x4e\x87\xf6\x6c\x70\x68\x47\xb4\xb4\xb3\x66\xe8\xb3\x2a\xbf\x63\x60\x43\x97\x16\x7a\xa3\x24\xbf\xb7\x5a\x48\xf4\x7e\xe4\x37\x06\x7e\xca\x69\xf7\x81\x94\xae\xe4\xb3\xfb\x40\x3a\xe7\xa9\x38\x07\xc0\x36\x17\x1f\x2b\x71\x02\x90\xc2\xd2\xb3\x32\xfc\x5a\x1e\xff\xc6\xf8\x45\x6a\xa4\xe3\x6f\x34\x40\x53\xad\xa8\x4c\x0c\xb5\xfc\xab\xb4\xbc\xbd\x9e\x57\xe9\xa9\x2d\x4d\xb5\xfc\x94\x9a\xde\x73\x59\xde\xf3\xdc\x9c\xe5\xab\x2b\x57\x52\xdd\x51\xc7\x2f\x28\x06\xc5\xce\x0a\x57\xe0\x6a\x65\x9a\x26\xde\x94\x61\x5e\xea\x6e\x1e\x29\x6a\xe3\x44\xc6\xc4\xaa\xd3\x59\x74\x6e\xa5\x2c\x55\x15\xa6\x3e\xbd\x3c\x1f\x5f\x66\x33\xcf\x04\x0b\x93\x3b\x59\x68\xb7\x27\xc8\x99\x30\xf4\xdb\x41\x5f\xa9\x1b\xfa\x50\xff\x76\x24\x2b\x86\x00\x4c\xc3\xfb\x4a\x55\x6a\x0a\x26\x3e\x4f\x0c\xd0\xd5\xbc\xb4\x4d\x9b\x92\xc9\x85\x4f\x42\xa7\xc2\x2c\x05\x3a\x2f\xbb\x7b\x99\x9a\x33\x21\x2f\x43\xf9\xcf\xfe\x4f\x51\x36\xb9\x03\x1c\x96\x36\x97\x72\xb6\xfa\x17\x66\xd6\x3c\xa7\xa9\xff\xff\x00\x00\x00\xff\xff\xdc\x09\xcf\xcd\x42\x11\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8c\x41\x0a\xc2\x30\x14\x44\xf7\x39\xc5\x90\x03\x58\x05\xb7\xf1\x2a\x12\xd2\x5f\xfc\x58\xfb\xeb\xfc\xb4\x1b\xe9\xdd\xa5\x41\xa4\x8b\xd9\xcc\x7b\x33\x55\xc8\x3c\x18\x5f\xf8\x04\x80\xf2\x5e\x94\xd2\xdf\x57\xa1\xab\x4d\x48\x88\xb7\x84\xf3\xe9\x72\x8d\x47\x3c\xd3\x56\xed\x85\xde\x56\x80\xcd\x32\x79\xcd\xe5\x89\xf4\x6b\x00\xb7\x85\x45\xf6\x87\x46\x1f\x3a\xd4\x6e\xb4\x92\xc7\xee\x6f\xc7\xa6\x6e\x61\xcf\x16\xc2\x37\x00\x00\xff\xff\xc3\xa6\xb0\x53\x8c\x00\x00\x00"), }, "/openstack/masters": &vfsgen۰DirInfo{ name: "masters", modTime: time.Time{}, }, + "/openstack/masters/common.tf": &vfsgen۰CompressedFileInfo{ + name: "common.tf", + modTime: time.Time{}, + uncompressedSize: 269, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8e\xc1\xaa\x02\x31\x0c\x45\xf7\xfd\x8a\x2c\xdf\x13\xe9\xc2\xbd\x5f\x22\x52\x42\x26\x0c\x65\x6a\x33\x24\x99\x51\x10\xff\x5d\xb0\xc5\x41\xd0\xfd\xb9\xf7\x9c\x22\x84\xc5\xe0\x1e\x00\x2e\x68\xce\x9a\x66\x51\x4f\x79\x30\x38\x02\x09\x16\x36\xe2\x92\xcd\xff\x02\x00\x80\xcc\x5c\xcd\x91\xa6\x54\xd9\xaf\xa2\x53\xae\x63\x72\x5d\xea\x94\xd6\x43\x6c\x0f\x16\x77\xb1\x9f\xec\x7f\x8f\x5e\xc4\xc7\xa6\xe1\xff\x5b\x89\x8d\xef\x8e\x4a\xd8\x0b\x56\xd4\xb8\x1d\x76\x92\x6f\xae\xd8\xf9\xe6\x3c\x7d\x95\x1a\xd3\xa8\xb2\xcc\x9b\x38\xe6\xe1\xdc\xb4\x8f\x10\x9e\x01\x00\x00\xff\xff\xad\xb8\x66\xc3\x0d\x01\x00\x00"), + }, "/openstack/masters/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 5668, + uncompressedSize: 7921, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x57\x5f\x6f\xdb\xb6\x16\x7f\xd7\xa7\x38\x90\x7b\x71\x9b\x8b\x58\xb2\x7d\x83\x62\x48\xeb\x15\x58\xb6\x01\x7d\x59\x1f\x56\x60\x0f\x86\x21\xd0\xe4\x91\x45\x84\x22\x55\x92\x72\xaa\x06\xf9\xee\xc3\x21\x65\x5b\xae\x93\x38\x1d\xb0\xa2\x08\xfa\x64\xfb\xf0\xf0\xfc\x3f\xbf\x1f\xad\x0c\x67\xca\xc1\x6d\x02\x20\xd0\x71\x2b\x1b\x2f\x8d\x86\x39\xa4\x57\x16\x99\x47\x01\xbf\x74\xf0\xbe\x41\xfd\x67\x25\x4b\x0f\xef\xb4\xf3\x4c\x29\xb4\x69\x72\x97\x24\x82\x79\x06\xa9\x69\x90\xa4\xfc\xba\xe0\xa6\x6e\x5a\x8f\x45\xa9\xd8\xc6\xd8\x62\x33\x4b\x21\xad\x99\xf3\x68\x5d\x2f\x4b\x83\x27\xcd\x6a\x84\x39\x6c\x98\xcd\x7a\x55\x92\xec\x2d\xca\xb5\x96\x14\x46\x51\x4a\x85\x29\xa4\x95\x71\x9e\x34\xe2\x6d\x6e\x5a\xed\xfb\xeb\x92\x3c\x6b\x8e\x45\x10\x26\x00\xb5\x11\x08\x14\xfe\xc5\x6c\x92\x42\x9e\xc3\xe4\xd5\xc5\x45\x02\xd0\x30\x5f\x05\x79\x8e\x9e\xe7\x3b\x83\x49\xb0\xa7\x3d\x6a\x1f\x6c\xef\x7f\xcd\xe1\xcd\x9b\xdf\xde\xff\x9e\xbc\xb8\x25\x3f\x5c\xb5\x94\x46\x21\xc5\xdd\x38\x66\x34\x7e\x71\x1b\x7c\x66\x52\x0b\xfc\x74\x97\x90\x2e\xc0\xdd\x3d\x49\x70\xa3\x4b\xb9\xde\x95\xa2\x38\x3a\x38\x91\x14\x65\x85\x76\x8d\x7d\x80\xce\xb4\x96\x53\xf9\x52\xf2\x73\xe9\xf1\x93\xcf\x1b\xc5\xa4\x7e\xcd\x2b\x66\x1d\xfa\x79\xeb\xcb\xf1\x4f\xaf\x57\xcc\xe1\xab\x8b\xf3\x17\xb7\xf1\x0b\x6a\x6e\x04\xbe\x24\xfb\xad\x43\x5b\xd0\x65\x0a\xe5\xec\x2e\x0d\x71\x27\x00\x54\x6d\x07\x73\x58\x04\x3f\xa8\xb0\x46\xed\x5f\x92\x62\x76\xd0\x91\x6c\x5b\xbe\xec\x7f\x99\x45\x2d\xd0\xa2\x38\x87\x41\x35\xce\x12\x80\x25\x55\xc2\x62\x1f\xed\x60\x48\x56\xca\xf0\x6b\xe7\x8d\x65\x6b\x2c\x36\x46\xb5\x35\x16\x9b\xff\xef\xcb\x13\x45\x07\x83\x92\x3e\xb1\x09\xe9\xd1\x14\x87\xf1\xce\x06\xb2\x2f\x4a\x6d\x8d\xf1\xdb\x20\x9c\xfc\x8c\x30\x9f\x83\x6e\x95\x82\xb7\x30\x81\xcb\x07\xba\x11\x15\xef\xbd\x9f\x00\xf4\xbf\x7c\xd7\xdc\xa7\x44\xe2\x04\x40\xd6\x94\xbd\x14\xbd\x06\xb5\xa8\xd8\xca\xc8\x05\xdb\x30\xa9\xd8\x4a\x2a\xe9\xbb\xe2\xb3\xd1\xf7\x99\x22\xb1\x5b\x0c\xf2\x87\xff\x80\x42\xbd\xf6\xd5\xcb\x7b\x55\xcf\x1e\x6c\xc9\x76\x6f\x1d\xda\x0d\xda\xb5\x35\x6d\x33\x5c\xde\x22\x48\x8e\x56\x37\x6a\xc7\xc3\xb8\xc0\x00\x8d\x51\x92\xcb\x38\x45\x47\x3a\xe1\xb0\x0b\x51\x8c\xe0\x43\x85\x10\xcd\x43\x54\x72\xc0\x2c\x02\xef\x51\x47\x6a\xf0\x95\x45\x04\x87\x0d\xb3\xcc\x23\xec\x02\x17\x58\xca\x38\x8d\x10\x67\xe9\x3c\x19\x81\x65\xbe\x42\x0b\xbe\x62\x1a\x18\x38\xa9\xd7\x0a\xe3\x31\xdc\x48\x5f\x01\x83\x34\x54\x2a\x85\x1a\x3d\x1b\x37\xd6\x34\x68\x7d\x77\x0e\x2b\xe4\xac\x75\x08\xbe\xc2\x0e\x34\xa2\x00\x6f\x92\x11\xac\xf6\xa1\x38\xfc\xd8\xa2\xf6\x92\x29\xd5\x1d\xf8\xe1\x46\xf3\xd6\x5a\xd4\x5e\x75\xb0\xea\xe0\x03\x5a\xcb\x4a\x63\xeb\x2c\x19\xf5\x19\x5a\x64\xce\x68\xb8\xa9\xba\x03\x07\x43\xf3\xd4\x5c\xe6\x81\x81\x97\x35\x82\x74\x64\xdb\x47\xc8\xa5\xe6\xfc\xd7\x25\x23\xb8\x8a\x0d\x22\x74\x6b\x55\x50\xda\x3b\x6e\x35\x5b\x29\x24\xa3\x95\xd1\xa6\xa5\xd8\x10\x52\x67\x4a\x3f\x66\xda\xcb\x31\x2b\x43\xb9\xba\x34\x36\xa7\x4b\x46\x70\x53\xa1\x0e\x6a\xf7\x55\x7e\x98\x55\x4c\xe4\x2f\x04\x5e\x19\x17\x7c\xb4\xda\x1a\xa5\xc2\x65\x65\x4c\x03\x52\x7b\xd3\x77\x6a\xbb\x28\x6e\x58\xd4\x70\x40\x39\x61\x32\x82\x5a\x6a\x59\xb7\x35\xe8\xb6\x5e\xa1\x05\x53\x82\xc5\x8f\xad\xb4\x28\xe0\xca\x68\x6f\x8d\x82\x46\x31\x8d\xa0\x8d\x20\x33\xcc\x81\xf3\xfb\x71\x20\x13\xc2\xf0\x96\x60\x89\x51\xff\x17\xd3\xe5\xbe\xd4\xf8\xa9\x41\x1e\xe5\xbb\x2a\xd6\x8c\x57\x52\xe3\x98\x35\x72\x4c\x0d\x67\xde\x58\xb8\x91\x94\x00\xbb\x46\xe0\x94\xb7\x29\x63\xea\x52\xaf\x81\x69\x2a\x8f\x09\x2d\xa6\xd0\xd0\x91\xf3\x10\x4d\x08\xc6\x18\x4d\x9f\x94\xbd\xc0\x46\x99\x8e\x42\x21\x6f\x58\x96\xc8\xbd\xdc\xe0\x39\x30\x2d\xa2\x73\x96\x8c\xc0\xc9\x5a\x2a\x66\xe1\xc6\xd8\x6b\x66\x4d\xab\x05\x69\xb3\xa6\x51\x12\x05\x94\xc6\x82\x60\xdd\x78\x06\x31\x38\x69\xb4\x8b\x09\x2d\xa6\xcb\x4b\xa8\xbc\x6f\xdc\x65\x9e\xaf\xa5\xaf\xda\x55\xc6\x4d\x9d\x87\x9d\x25\x26\xce\xe5\x96\x89\x73\x6f\x11\xf3\xb8\x4a\xb9\x30\xdc\xe5\x84\xef\xf9\x6e\xbb\x47\x3d\x54\x86\x2c\x1e\x5d\xff\x1d\xd2\x0d\x77\x9f\x48\xaa\x98\x9c\x22\x29\xf8\x19\x26\xf0\x16\xa6\x70\x09\x93\xa7\xe0\xf6\x24\x30\x6f\x4f\xfe\x01\x06\x03\xcd\x3c\xf2\x94\xc8\x0e\x1f\x12\x99\x14\xc7\x30\xfa\x08\x9a\x1f\xa1\x2c\x5c\x86\x23\x82\x73\xe4\xad\x25\x9c\x0d\x28\xe5\x7a\x5b\x7d\xfa\x6e\x5d\x48\xe1\x1e\x41\xe4\x88\xc2\x93\x43\xec\xdd\xe2\x2d\xc0\x8e\x6b\x61\xbe\x63\xd4\x40\xaf\x87\xb4\x1a\x9f\x02\xd9\xfd\x2f\x84\x21\xcd\x86\xbb\x13\xfa\x38\xa3\x0a\x8a\x4e\xb3\x5a\xf2\x88\x74\x85\xc0\x8d\xe4\xdb\x77\x42\x69\x6c\x81\x8c\x57\xa7\x6b\xb3\x58\xc2\x25\x2c\x4e\x31\x74\x76\xc0\xcf\x8b\xc9\x32\x93\x62\x79\xf0\x64\x8a\x7e\x01\xda\x36\x74\x64\x18\x53\xb6\x61\xaa\xc5\xfe\x3c\x4e\xe0\x96\x21\xd3\x9e\xf0\xfb\xc3\x15\xc5\x19\xe9\x6c\x1e\x66\x29\x14\x0b\x9d\x97\x3a\x2c\xc8\x03\xd7\x04\x2a\xf4\x58\xd0\x39\xda\xba\xd7\x85\x39\x78\xdb\xbb\xbd\xdb\xbe\x72\x34\x7a\xda\xc6\x3e\xda\xc6\x58\x7f\xd8\x71\x92\x50\xcf\x17\x93\xe5\xf6\x8a\xe3\x15\x12\xf0\xda\xa2\x92\xda\xbb\xfe\x6a\x18\x17\x98\xc3\x29\x1e\xcd\x86\x2c\x1a\xe7\xf6\x6e\xd8\xbb\xc3\x80\xbe\x68\x1b\x13\x22\x8c\x02\x53\x45\xaf\x17\xe6\xf1\xb1\xba\xf7\x7a\x83\x92\xef\x72\xf7\x6c\x1d\xa8\x39\xdd\xe1\xc8\x55\xdc\xcd\x77\xbf\xce\x8f\x76\x35\x5d\xc6\xa7\xa7\x67\xfd\xfc\x46\x3f\x7f\x9c\xd8\xed\xd8\x91\x63\x07\x7d\x42\xfb\x0b\xdb\xe7\xf2\x3f\x83\xa4\xe9\x13\x20\x69\xfa\x35\x90\x34\x7d\x66\x90\x34\xfd\xa6\x90\x34\xfd\x0e\x20\x69\xfa\xec\x21\x69\xfa\x03\x92\xfe\x7d\x48\x0a\x7f\x22\x1b\xd4\xc2\x15\xa1\x5f\x8b\x47\x61\x29\x3b\x78\x27\x9d\xfc\x8b\xf5\x30\xa0\xcd\x9e\x00\x68\xb3\xaf\x01\xb4\xd9\x33\x03\xb4\xd9\x37\x05\xb4\xd9\x77\x00\x68\xb3\x67\x0f\x68\xb3\x1f\x80\xf6\x5d\x03\xda\x94\x00\xed\xef\x00\x00\x00\xff\xff\x67\x00\xe8\x92\x24\x16\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x59\x5b\x8f\xe3\xb6\x15\x7e\xd7\xaf\x38\x90\xb7\xe8\x6e\x31\x96\x2f\x5d\x04\xc5\x24\x6e\x80\x6e\x5b\x20\x0f\x6d\x0a\x24\x40\x1f\x8c\x81\x40\x93\xc7\x16\x3b\x14\xa9\x90\x94\x67\x95\x85\xff\x7b\x71\x48\xc9\x96\xc7\x37\x79\x1f\x8a\x2d\xb2\x7e\xf1\x98\x3a\xdf\xb9\xf3\xe3\x11\x47\x19\xce\x94\x83\x4f\x09\x80\x40\xc7\xad\xac\xbc\x34\x1a\x16\x90\x7e\xb0\xc8\x3c\x0a\xf8\x4b\x03\x3f\x56\xa8\x7f\x2a\xe4\xda\xc3\x0f\xda\x79\xa6\x14\xda\x34\xd9\x25\x49\x65\xcd\x56\x0a\xb4\x90\x9a\x0a\xe9\x09\x7f\x4e\x83\x2a\x56\xfb\x22\xaf\xad\x82\xde\x67\x01\x5b\x66\xb3\xbd\x60\xce\x2d\x0a\xd4\x5e\x32\xe5\xf2\x4e\x3e\x01\xe0\x68\x3d\xbc\xfa\x5c\x83\x92\x3c\xc1\x94\xa9\xc5\x3d\x30\x92\xa7\xa0\x4d\xc9\xa4\xce\xa5\x18\x88\xdb\xcb\x1f\xb0\x9a\x95\x78\x0f\x96\xe4\x13\x00\xd4\xa2\x32\x52\xfb\xdc\x37\x15\x0e\x40\x1f\xc9\x27\x00\x52\x3b\xe4\xb5\xc5\xa1\x11\x77\xf2\x09\xc0\x33\x36\xaf\x53\x7c\x15\xfa\x8c\x4d\x02\x50\x31\xe7\x5e\x8c\x15\x43\x51\x9d\x3c\x41\xad\xf9\x0f\x72\x9f\xf7\xb3\x7d\x15\xfa\x5a\xfe\x54\x47\xc8\xfa\x1d\x3a\xda\xac\x5b\xdc\x50\x7f\x0f\x0e\x3d\xca\x27\x00\xee\x85\x9a\x74\x38\x30\xca\x27\x00\x1e\x35\xd3\x7e\x78\x87\xed\xe5\x0f\xd8\xc1\x1d\xd6\x93\x27\xb4\x79\x46\x7d\x47\x99\x83\x7c\x02\x50\x3b\xcc\x0d\xf7\x6c\x2b\xd9\x20\x5c\x4f\x3e\xa2\x6d\xfe\x6a\x5b\xdd\x40\xdb\xa3\x42\xf7\x17\xba\xc8\x87\x2a\x68\x23\x0f\x4b\x52\x0c\x8e\xbc\x95\xef\x90\x47\xf9\x1e\x80\x0c\x56\x77\x49\x22\x98\x67\x3d\x2e\xcc\x65\xc9\x36\xe8\xe2\x57\xbe\x9d\xa7\x90\xae\x98\xc3\xf8\x3b\x12\xe5\xd9\x2e\x3e\x08\x5d\xd4\xcc\x4d\x59\xd5\x1e\xf3\xb5\x62\x5b\x63\xa3\xee\x92\x39\x8f\xd6\xb5\x6b\x57\xf4\x47\xc1\x0e\x7b\x6c\x42\x6e\xb4\xa4\x13\x20\x5f\x4b\x85\x29\xa4\x85\x71\x9e\x24\xa2\x3a\x6e\x6a\xed\x5b\x7d\xad\x96\xb0\x94\x00\x94\x46\x20\xa5\x2a\x7d\x3f\x9f\xa6\x30\x99\xc0\xf4\x9b\xf7\xef\x03\x6b\xd0\xae\x59\x40\x3a\x41\xcf\x27\x7b\x75\x49\xd0\xa6\x3d\x6a\x1f\x34\x1f\x7e\x2d\xe0\xbb\xef\xfe\xf6\xe3\xdf\x93\x37\x9f\xc8\x0a\x57\x75\x30\x23\xc5\x6e\x1c\x2d\x8e\xdf\x7c\x0a\x36\x33\xa9\x05\x7e\xdc\x25\x24\x0b\xb0\x3b\x13\x02\x37\x7a\x2d\x37\xfb\xcc\xe4\x27\x0f\xae\x86\x44\x31\xa1\xdd\x60\xeb\x9e\x33\xb5\xe5\x94\xcb\x94\xac\x3c\x7a\xfc\xe8\x27\x95\x62\x52\x7f\xcb\x0b\x66\x1d\xfa\x45\xed\xd7\xe3\x3f\x7d\x4b\xc5\xfb\xe6\xfd\xc3\x9b\x4f\xf1\x0f\xd4\xdc\x08\x7c\x4b\xda\xf7\xe6\xa3\x99\x77\xbb\x34\xf8\x9d\x00\x50\xae\x1d\x2c\x60\x19\x2c\xa1\xc2\x12\xb5\x7f\x4b\x76\xb2\xa3\x7a\x64\x5d\xfa\xb2\x3f\x64\x16\xb5\x40\x8b\xe2\x01\x7a\xd9\x78\x97\x00\x3c\x51\x26\x2c\xb6\xfe\xf6\x7a\x66\xa5\x0c\x7f\x76\xde\xd8\xd0\x8d\x46\xd5\x25\xe6\xdb\x3f\x1e\xd2\x13\x97\x8e\xfa\x26\x1d\x58\x84\xf4\x64\x7c\x08\x73\x45\xd6\x5b\x7b\x95\xea\x93\x6e\xb4\xc6\xf8\xce\x2b\x27\x7f\x45\x58\x2c\x40\xd7\x4a\xc1\xf7\x30\x85\xc7\xb3\xe5\x89\x62\xc3\xd4\x25\x00\xed\xaf\x70\xdc\x0e\x40\x75\xc7\x6c\xd8\x87\x52\xc0\x02\x42\x41\x2e\xee\xee\xec\xb0\x6d\x33\x29\xc8\x3f\xb6\x65\x52\xb1\x95\x54\xd2\x37\xf9\xaf\x46\x0f\x32\x7b\x02\x72\xcb\x5e\xa6\xe1\x77\xa0\x50\x6f\x7c\xf1\xf6\x33\x14\xbd\xbb\xd8\x1a\x1d\x9d\x38\xb4\x5b\xb4\x1b\x6b\xea\xaa\xcf\x29\x79\x58\xb9\xcd\x28\x11\x1e\xa5\x3b\x2a\xae\x8c\x92\x5c\xc6\xf6\xbe\x0d\x0a\xd2\x4d\xf0\x73\x04\x3f\x17\x08\x51\x08\xa2\x90\x03\x66\x11\x78\x3b\x98\x4a\x0d\xbe\xb0\x88\xe0\xb0\x62\x96\x79\x84\x7d\x68\x02\xd7\x32\xee\x1b\x88\x5d\xff\x90\x8c\xc0\x32\x5f\xa0\x05\x5f\x30\x0d\x0c\x9c\xd4\x1b\x85\xf1\x31\xbc\x48\x5f\x00\x83\x34\x64\x3a\x85\x12\x3d\x1b\x57\xd6\x54\x68\x7d\xf3\x00\x2b\xe4\xac\x76\x08\xbe\xc0\x06\x34\xa2\x00\x6f\x92\x11\xac\x0e\xae\x38\xfc\xa5\x8e\x27\x82\x6a\x8e\xec\x70\xa3\x79\x6d\x2d\x6a\xaf\x1a\x58\x35\xf0\x33\x5a\xcb\xd6\xc6\x96\x59\x32\x6a\x23\xb4\xc8\x9c\xd1\xf0\x52\x34\x47\x06\xfa\xea\xa9\x75\x98\x07\x06\x5e\x96\x08\xd2\x91\x6e\x1f\xa7\x72\xca\xe4\xef\x5d\x32\x82\x0f\xb1\x84\xc4\xc3\xb5\x0a\x42\x07\xc3\xb5\x66\x2b\x85\xa4\xb4\x30\xda\xd4\xe4\x1b\x42\xea\xcc\xda\x8f\x99\xf6\x72\xcc\xd6\x21\x5d\x4d\x1a\xab\xd5\x24\x23\x78\x29\x50\x07\xb1\x73\x99\xef\x47\x15\x03\xf9\x37\x02\x2f\x8c\x0b\x36\x6a\x6d\x8d\x52\x01\xac\x8c\xa9\x40\x6a\x6f\xda\x4a\x49\x2a\xbd\xe6\xe8\xfa\x49\x0d\x0f\x28\x26\x4c\x46\x50\x4a\x2d\xcb\xba\x04\x5d\x97\x2b\xb4\x60\xd6\x60\xf1\x97\x5a\x5a\x14\xf0\xc1\x68\x6f\x8d\x82\x4a\x31\x8d\xa0\x8d\x20\x35\xcc\x81\xf3\x87\x76\x20\x15\xc2\xf0\x9a\x08\x94\x51\xfd\x97\xb3\xa7\x43\xaa\xf1\x63\x85\x3c\xae\xef\xb3\x58\x32\x5e\x48\x8d\x63\x56\xc9\x31\x15\x9c\x79\x63\xe1\x45\x52\x00\xec\x19\x81\x53\xdc\x66\x1d\x43\x97\x7a\x03\x4c\x53\x7a\x4c\x28\x31\xb9\x86\x8e\x8c\x07\x6f\x82\x33\xc6\x68\xfa\xa6\xe8\x05\x56\xca\x34\xe4\x0a\x59\xc3\xf5\x1a\xb9\x97\x5b\x7c\x00\xa6\x45\x34\xce\x92\x11\x38\x59\x4a\xc5\x2c\xbc\x18\xfb\xcc\xac\xa9\xb5\x20\x69\x56\x55\x4a\xa2\x80\xb5\xb1\x20\x58\x33\x9e\x43\x74\x4e\x1a\xed\x62\x40\xcb\xd9\xd3\x23\x14\xde\x57\xee\x71\x32\xd9\x48\x5f\xd4\xab\x8c\x9b\x72\x12\x36\x18\xbd\xac\x4d\x64\xf7\xb2\x36\xf1\x16\x71\x12\xb7\xd2\x44\x18\xee\x26\x34\xb6\x4c\xf6\x5b\x71\xd4\x92\x7a\x88\xe2\x2a\x41\x74\x05\x3c\x62\x07\x3a\x4e\xf3\xe9\xf5\xe3\x14\xfe\x0c\x53\xf8\x1e\x66\xf0\x08\xd3\x21\xe7\xcb\x34\x4c\x08\xed\x88\x72\x8e\x7d\x4f\x26\xa0\xec\x78\xfe\xc9\xc2\x38\xd7\x63\xef\x7b\x4f\x9d\x7b\xd8\x1e\x1e\x03\x8a\xce\x24\x7a\xc7\x22\xc6\x0d\x7c\xe6\xf6\x27\x61\x47\x76\x9b\x5c\x0a\x77\xcf\xd9\x70\xe6\x3c\x98\xde\x38\x05\xce\x32\x7f\x37\x57\xd3\x88\xb4\xd8\xcf\x18\x61\xe0\x38\x1e\x34\xe2\x70\x94\x9d\x9f\x99\xfa\x83\x47\xc0\x4e\xe9\xeb\x1d\xd5\x4a\x34\x9a\x95\x92\x43\x1a\x28\x35\x17\xb8\x95\xbc\x9d\x26\x80\xda\x38\x47\xc6\x8b\xcf\xa8\xc3\xf2\x09\x1e\x61\x79\x6b\x8c\xc9\x8e\x86\x98\xe5\xf4\x29\x93\xe2\xe9\x68\xae\x8c\x8e\x00\xd4\x75\x68\x87\xbe\x97\xd9\x96\xa9\x1a\xdb\xe7\xb1\xf9\xbb\x31\x21\x6d\xa7\xa2\xf6\xe1\x8a\xfc\x8c\x27\xf1\x22\x34\x72\xc8\x1f\x3a\x2f\x75\xd8\x9b\x17\x60\x02\x15\x7a\xcc\xe9\x39\xda\xb2\x95\x85\x05\x78\xdb\x9a\xdd\x75\xa3\xa0\x46\x4f\x44\xd0\x7a\x5b\x19\xeb\x5f\xb7\x10\xad\x51\x13\x2d\xa7\x4f\x1d\xc8\xf1\x02\x89\xf5\x6d\x5e\x48\xed\x5d\x0b\x0e\x1d\x08\x0b\xb8\x75\xcc\x67\xfd\x43\x3e\x6e\x9b\xdd\x51\x41\x5b\x9f\x6e\xd6\x92\x09\x11\x7a\x85\xa9\xbc\x85\x84\x66\xbf\x56\x85\x56\xae\x57\x80\x7d\x26\x3c\xdb\x84\xa1\x21\xdd\x13\xda\x87\x48\x13\x3f\xfc\x75\x71\x42\x1b\xe9\x53\x9c\xd7\x3d\x6b\x1b\x3c\xda\xf9\xe7\x0d\x9a\x89\xf5\x39\x35\xd0\x86\x76\x00\x74\x6f\x18\x9f\xc7\x8d\xb3\x9b\xdc\x38\xbb\x87\x1b\x67\x5f\xb9\xf1\x22\x37\xce\xbe\x20\x6e\x9c\x7d\x99\xdc\x38\xfb\x0d\x70\xe3\xec\x2b\x37\xfe\x6f\xb9\x31\x5c\x00\x54\xa8\x85\xcb\x43\xf5\x96\x57\xf9\x31\x3b\x9a\x1c\x6f\xbe\x96\x5e\x66\xd6\xf9\x4d\x66\x9d\xdf\xc3\xac\xf3\xaf\xcc\x7a\x91\x59\xe7\x5f\x10\xb3\xce\xbf\x4c\x66\x9d\xff\x06\x98\x75\xfe\x95\x59\xff\x6f\x98\x75\xd6\x5e\xa4\xfd\xcb\xe2\x38\xde\xdd\xb4\xd7\x39\xd0\xf2\xc4\xda\xc4\xbb\xa0\xee\xf2\xe8\x1f\xf1\x32\xe4\x27\xf4\xee\x21\x5e\x8a\xd1\xd3\x8d\xdc\xa2\x6e\xaf\x86\xb2\xfb\xee\x0f\xfb\x97\x7b\x2e\x96\xf2\x62\x21\xa9\x24\xe7\x2e\x11\xdd\x81\xb9\x09\x97\xb5\xff\x8d\xfc\xcc\x7b\xc5\xff\x06\x00\x00\xff\xff\xcd\xfa\xad\x6f\xf1\x1e\x00\x00"), }, - "/openstack/masters/variables.tf": &vfsgen۰CompressedFileInfo{ - name: "variables.tf", - modTime: time.Time{}, - uncompressedSize: 1517, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\x4f\x8b\xdb\x30\x10\xc5\xef\xfe\x14\x83\x4f\xed\xa5\xdf\x60\x0f\x85\x42\x29\x94\xd2\x43\x4f\x2d\x45\x8c\xad\xb1\x33\xac\xac\x31\x9a\x91\x4b\x52\xfa\xdd\x8b\x6c\xe7\xcf\x86\x34\xd9\x4d\xd9\xdc\x8c\xa4\xf7\x7b\x6f\xf4\x94\x09\x13\x63\x13\x08\xea\x06\x95\x1c\x0f\xd8\x93\x63\x5f\xc3\xef\x0a\xc0\xb6\x23\xc1\xfa\x7b\x00\xb5\xc4\xb1\xaf\x00\x3c\x69\x9b\x78\x34\x96\x08\x0f\x50\x7f\xdb\x10\xb0\xa7\x68\xdc\x31\x25\x90\x0e\x6c\x43\xf0\x31\x60\x6c\x09\x66\x41\xe8\x24\xc1\x80\x6a\x94\x20\x8a\x27\x7d\x57\x57\x7f\xaa\xea\xc8\x6e\x43\x2e\x8b\xff\x07\x2e\x90\x42\x5e\xc5\xce\x19\x5d\xc0\x49\x92\x8b\x38\xd0\x09\xe4\xa0\xfe\x64\x2f\x47\xb5\x62\xdf\xb5\x92\xa3\xdd\xdc\xbe\x44\x73\xda\x3b\xf6\x7a\x29\x41\x60\xb5\x37\xcb\xc9\xb7\x73\x8e\x0e\x73\xb0\x75\xf1\x47\xbd\x7e\xd7\x3f\x2f\x67\x54\x6a\x73\x62\xdb\x42\x9f\x24\x8f\xf0\xe9\x83\x82\x09\x34\x04\x38\x8e\x81\xc9\x97\xaf\x12\xfc\xda\x84\x57\x8b\xa3\x24\x7b\xb6\xc9\x27\x46\x3e\xb3\x5a\xb9\xdb\xa2\x00\xec\xf5\x30\xee\x53\xea\x19\x34\x2b\x25\xe7\xd1\xd0\x71\x1f\x6f\x4e\x31\x89\x98\x9b\x24\xe4\x81\x9c\xf2\x8e\x2e\x79\x8c\x79\x68\x28\xfd\x63\x4c\xbc\xa3\x7d\xfb\x16\x19\xe0\x08\x3d\xf7\xd8\x6c\x8d\x8e\x86\x0b\x07\x9a\x20\xed\x23\x78\x9a\xb8\xa5\xf3\x59\x9d\x1a\x29\xf8\x97\x76\x72\xde\x29\xdd\xde\xc4\xb3\xb9\x4a\x69\xa2\xe4\xe6\x5b\x3e\xef\xe9\x4d\xf0\x17\x1c\x0e\xe9\x17\xa1\xb5\x2e\x97\xee\xe9\x2a\x79\x94\xc0\xed\xf6\x25\xec\xaf\xf3\x89\xbb\xe9\xe8\x3d\x17\x29\x0c\x2e\x92\xfd\x92\xf4\x78\x5f\x45\xcb\xc3\x90\x0e\x8e\x72\xb0\xca\xe9\xcd\x3f\xa0\x9d\x44\xba\x83\xf8\x7e\x42\x0e\xd8\x70\x28\xaf\xf3\x7b\xd1\x28\x6f\x51\xdb\x0d\xf9\x1c\xf6\xa1\x15\x24\x5e\xab\xd8\xeb\xb0\xe7\xb6\x2d\x84\x83\x81\xbf\x01\x00\x00\xff\xff\x57\xfc\x72\xca\xed\x05\x00\x00"), - }, - "/openstack/topology": &vfsgen۰DirInfo{ - name: "topology", - modTime: time.Time{}, - }, - "/openstack/topology/common.tf": &vfsgen۰CompressedFileInfo{ - name: "common.tf", - modTime: time.Time{}, - uncompressedSize: 199, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcc\x21\x0e\x02\x31\x10\x46\x61\xdf\x53\xfc\x59\x05\x84\xac\xc0\xaf\x01\x85\x42\x70\x80\xa6\xe9\x0e\xd0\xb4\x74\x9a\x99\x01\x42\x08\x77\x27\xb0\x18\x04\xfe\xbd\xaf\x70\x0c\x45\xf1\x70\xc0\x39\xa8\x91\xf8\xc6\x62\x3e\x8d\x8a\x01\x91\x43\x21\x8d\x54\x92\xda\xcc\x01\x00\x37\xaa\x6a\x21\x66\x5f\xc9\x6e\x2c\x39\xd5\xa3\x37\xb9\xd4\xec\xaf\xab\x7e\x12\xb4\x5f\xf4\x5f\x64\xf9\x7f\xfa\x14\x3f\xcf\x94\xcf\x1d\x30\x92\x46\x49\xcd\x12\x57\x0c\xe8\x36\x42\xc1\x68\xc4\xfa\x8e\x5d\xa3\xba\x3f\xa5\x83\x61\xfb\x26\x4b\x21\xe9\xdc\xd3\xb9\x57\x00\x00\x00\xff\xff\xef\x38\x62\x66\xc7\x00\x00\x00"), - }, - "/openstack/topology/outputs.tf": &vfsgen۰CompressedFileInfo{ + "/openstack/masters/outputs.tf": &vfsgen۰CompressedFileInfo{ name: "outputs.tf", modTime: time.Time{}, - uncompressedSize: 270, + uncompressedSize: 574, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\x41\x0e\x02\x21\x0c\x45\xf7\x9c\xa2\x99\x03\xb0\x70\xef\x59\x1a\x84\x86\x90\x41\x4a\x68\xc1\x85\xf1\xee\xc6\x10\x0d\x8e\x89\xeb\xbe\xf7\xfa\xb9\x6b\xed\x0a\xdb\xd5\x89\x52\x43\x89\x98\xc2\x06\x77\x03\x30\x5c\xee\x04\x67\xe0\x4a\x45\xd4\xf9\x1d\x0b\xe9\x8d\xdb\x9e\x4a\x44\x21\x1f\x1b\xf7\x8a\xe3\x64\xa7\x6a\x53\x30\x0f\x63\x0e\xbd\xca\x4d\x31\x05\xf9\x4e\x66\xf6\x2e\xdb\x03\xb2\xda\xb5\xa5\xe1\x94\xde\x1f\x7f\x36\xcd\x40\xe1\x40\xb2\x30\x6b\x61\xde\xa4\x5f\x0a\xe9\x5f\xfd\x83\xbc\xec\x67\x00\x00\x00\xff\xff\xd9\xbb\x40\x96\x0e\x01\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x8f\xd1\x4a\x2c\x31\x0c\x40\xdf\xfb\x15\x61\x9f\xee\x15\x29\xba\xf8\xea\x97\x88\x84\x98\x89\x43\xd9\xd9\xa4\xb4\x69\x15\x64\xff\x5d\x64\x67\x9d\x41\xd7\x05\xf1\xb1\xf4\x9c\xe4\xc4\x9a\xe7\xe6\xb0\x61\x53\x2f\x36\x61\x9e\x48\x05\x53\xae\x1b\x78\x0b\x00\x9d\xa6\x26\x70\x0f\x6c\xca\xe4\xff\x02\x00\x80\x65\xd1\xea\xc4\x3b\x64\xdb\xe7\xe6\x82\xe9\xe3\xad\x2c\xd8\xb7\x71\x4f\xd5\xa5\x20\x9b\x3e\xe3\x4d\xbc\x8a\xc4\x2c\xb5\x62\xca\xd8\xef\xae\x7f\xe9\xdf\xfe\xd1\xdf\x9e\xf1\xff\x87\x43\x08\xa7\xab\x67\xb8\x8e\x98\x86\x0b\x17\x77\x2a\x71\xd9\x3a\x4b\xf2\xea\x85\x66\xf5\x18\xf6\xb0\x30\x2a\xfe\x62\x65\x97\x74\xc4\x2a\x3c\x16\x6b\x79\x89\x8b\x69\x78\xfc\x29\x25\x5b\xf1\xef\x31\x93\x31\x4d\xf1\x0b\xb2\xb6\x73\x49\x9d\x5c\x4e\x7b\x31\x0d\xe7\x06\xa8\x0d\x52\x57\xcc\x7a\xc2\xf1\xaf\xb6\x27\x15\xbf\xa8\x7f\x22\xe1\x10\xde\x03\x00\x00\xff\xff\x53\x58\x3c\x92\x3e\x02\x00\x00"), }, - "/openstack/topology/private-network.tf": &vfsgen۰CompressedFileInfo{ + "/openstack/masters/private-network.tf": &vfsgen۰CompressedFileInfo{ name: "private-network.tf", modTime: time.Time{}, - uncompressedSize: 6028, + uncompressedSize: 6255, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x58\x5d\x6f\xe3\xb8\x15\x7d\xf7\xaf\xb8\x55\x17\x5b\xbb\xb0\x95\x4c\xda\xa7\x01\x8c\x41\x31\xdb\x62\xfd\xd0\xee\xa0\x5b\x74\x0a\x04\x81\x40\x8b\x57\xf6\x6d\x64\x92\x25\x29\x3b\xc6\x20\xff\xbd\xb8\x94\x28\xcb\xb2\xfc\x91\xb4\x40\xbb\x6f\x36\x79\xbf\x78\xce\x21\x79\xc5\x52\xe7\xa2\x74\xf0\x6d\x04\xa0\xb4\x44\x97\xe5\x24\x6d\xb6\x2c\x75\xfe\x0c\x73\xd8\x0a\x9b\x1e\x06\x5a\x1b\x57\x2d\x15\xfa\x8c\x24\x34\x36\x1b\x91\xaf\x49\x1d\xcd\xfc\x6a\x0e\x49\x02\x9f\xce\x4d\x7f\x04\x6d\x50\x39\x2f\xf2\xe7\x4c\xa1\xdf\x69\xfb\x4c\x6a\x15\x0d\xb6\x0f\x69\xc8\xf4\x78\xff\x94\x92\x6c\xf3\x36\x86\xec\xdf\xcb\xdb\x99\x19\x4c\xdc\x99\x3f\x93\x39\x5a\x6c\x1f\xd2\x30\xbf\xa6\xc2\xcf\x8c\xa5\xad\xf0\xd8\x96\x91\x5b\x14\x1e\x33\xab\x2b\x8f\x16\x80\x97\x3f\xe6\x3c\xf8\xe2\xd1\x2a\x51\xc6\x28\x4d\x11\xdf\x7f\x7f\x6e\xf9\x73\x9e\x9f\xc0\x27\xf8\x00\x1f\xe1\x7e\xf4\x3a\x1a\x49\xe1\x05\x24\x57\x4a\x4b\x20\xe9\xa7\x4a\x02\x77\xb9\xae\x94\x07\xa8\x4b\xba\x50\x51\x4c\x08\xa0\xc4\x06\xe1\x92\x07\xdb\xf4\xf1\xee\xdb\x64\x01\x95\x38\x1a\x42\x79\x5b\x21\xaf\xc7\xa2\xd3\x95\xcd\xf1\x96\x35\x9d\x00\x7e\xb2\xa8\x43\x99\xe7\xc0\x1c\x5e\x5a\xed\x97\x7c\xf7\x2d\x28\xb9\xac\x9c\x47\x9b\x91\x7c\x9d\xb5\x29\x93\x11\x80\x90\x1b\x52\x99\xf3\xcc\x6d\x65\xd8\x81\x57\xc1\x33\x12\x5d\x6e\xc9\x78\xd2\xaa\x0e\x15\xf6\x4b\xda\x19\x1e\x01\x78\xb1\x72\x47\xf9\x1e\x0f\x2b\xfa\x5c\xe7\x5c\xfc\x30\x3f\xa9\x21\x99\x0e\x15\x66\x2c\x6d\x84\xdd\x37\x7e\x7f\x69\x48\x7e\xba\x01\xd2\x76\xef\x24\x90\x84\xfd\x32\x88\xe2\xbb\x61\x1c\xc6\xb1\x4e\x74\x8a\xd4\x19\xa8\xf8\x30\x39\x8e\x59\x5b\xf5\xcf\x9e\x11\x00\x99\x6c\x8b\xd6\xc5\x78\x30\x87\xdf\x1f\x4b\x72\x20\xc0\x91\x2c\x7b\xb4\xdc\xce\xcb\x13\x2f\x47\xb9\x8c\x01\x70\x68\xb9\x8a\xbe\xfe\xa5\x72\xa3\x11\xc0\xaf\xe1\x2b\x82\xad\x8d\xc0\xe9\x0d\x82\x33\x22\x47\x10\x1e\xfc\x1a\x61\x89\x2b\x52\x8a\xd4\x0a\x74\x11\x06\x3e\x2f\x7e\xf8\x2b\x78\x0d\x95\x43\x28\xb4\x0d\x63\x7f\x5f\x7c\x71\x21\xd4\x9f\x16\xff\xf8\xf3\x1f\xc7\x1b\xa1\xa4\xc5\x09\x50\x01\x3b\x84\x12\xeb\x48\x46\x5b\xef\xc0\x50\xfe\x0c\x95\x09\x2e\x20\x2a\xaf\x37\xc2\x53\x2e\xca\x72\x3f\x65\x63\xa9\xd5\x6f\x3c\xac\xc5\x16\x43\x3c\xaf\x41\x6a\x10\x6a\x5f\x67\x27\x97\xb2\xd4\x4b\xc6\x8b\xd9\xc8\x8c\xd6\x65\x50\x08\x80\xf3\xc2\x7a\x98\x07\x7a\xd6\xda\xf9\xf1\x30\x2b\x53\xf8\x70\x3f\x09\x0e\xa8\x64\x40\xf4\xaa\x83\xd1\xbb\xf1\xc3\x14\xc6\xbf\x7b\x80\x19\x38\x53\x92\x1f\x27\x77\xc9\xf4\x0c\xed\x93\xc7\x0f\x4f\x93\x09\xcc\xe0\x81\xd3\xbc\xde\x20\x7a\x06\xa6\x96\xfc\x46\x30\x81\x8d\xe8\xbb\xda\x1d\xd4\x6d\x6d\x3d\xfb\xee\x5b\xd8\x1e\x29\x29\x89\x2f\xaf\x49\x6f\xbb\xc4\xad\x12\x02\x67\x61\xa6\xa7\xf4\x21\x95\x5f\x3c\x50\x7a\xfa\xbd\x20\x5f\x87\x79\x65\xc9\xef\xb3\x95\xd5\x95\xc9\x48\xb2\x08\x73\xad\x72\xe1\xc7\x81\x83\x43\x6d\x19\xbe\x78\x2b\x32\xb7\x62\xab\x69\x98\x7c\x1c\x3e\x22\x30\xaf\xa3\x6d\x1f\x1a\xd7\x94\xe4\x13\x7b\x4c\xe2\x86\x79\xc3\x2e\xa9\x8f\x7e\x2b\x32\xb9\xce\x4d\xa6\x6b\x44\x6a\x41\xd5\xf8\xcf\x21\x91\x7a\x23\x48\xcd\x1c\x0a\x9b\xaf\x93\xa6\xee\xb2\xc2\xd8\x5c\x34\x01\x6b\xb3\xc0\xf9\x08\xa0\xa0\x17\x94\x19\x99\xa8\xce\xc3\x11\x75\x04\x57\x3b\x1e\xfd\x58\xdc\x3b\x94\x99\x90\xd2\xa2\x73\x99\x11\x64\x5d\x13\x84\x4c\x1c\x6e\x52\x0b\x43\x19\x29\x9f\x91\x79\x97\x3b\xa9\x55\x30\x3a\xb8\x4b\x34\xa8\xa4\xcb\x82\x2c\x86\xf1\x6f\xd4\x1a\x72\xf3\xef\xe9\x70\x2f\x12\xcd\x62\x0e\xfe\x7f\xcb\x0d\x70\xd8\x0c\x31\xc1\x8d\xbb\x41\x18\x9a\x05\xf3\x77\xc9\xbb\x09\x7b\x46\xe2\xef\x91\xf9\x5b\xd4\x3b\x70\xd2\xbf\xed\xb0\xbf\x24\xb8\x0b\x8a\xbb\x2e\xa9\xb7\x10\xd6\xa5\xfa\x46\xd2\x1a\x97\x5f\x18\x71\x3c\xf6\x7f\x47\x5c\x6f\x33\x5f\x27\xce\xdb\x4a\x3d\xff\x07\xf7\x4e\xf0\xbf\xe9\xf6\xa9\x33\xb9\xca\x30\xcd\xed\x67\x4d\xe7\x46\x6a\xba\xb5\x6b\xec\x1f\x83\xfd\x36\x94\xcf\x5f\x67\x41\xc0\x07\xbd\xcc\x2f\x9f\x67\x4d\xdd\x8f\x9d\x55\x87\x0f\xab\xd7\xd1\xe8\xee\x0e\x16\xc5\xe1\x4b\x22\x7e\xb5\x90\x03\x89\x05\x29\x94\x53\x10\xce\xd1\x4a\x85\x76\xa8\x28\xb5\xf0\xdc\x57\x2d\xbe\x70\x9b\xa3\x15\xc6\x0e\xab\x49\x91\x8e\xee\xee\x38\xe6\xcf\xde\x52\xee\xcb\x3d\x38\x83\x82\x6b\x99\x86\x4e\x88\xe3\x2a\xed\xc1\xe2\xbf\x2a\xb2\x28\x39\x48\x41\x8a\xdc\x3a\x04\x21\x5e\x42\x59\x86\x36\x29\x85\xaf\xc8\x91\x22\x03\xa8\xb6\x64\xb5\xda\xa0\xf2\x0e\x76\xe4\xd7\xba\xf2\xdd\x7a\x5c\x0a\x3f\xea\x1d\x6e\xd1\x4e\xc1\x91\xca\xb1\x1b\x11\x2d\x87\x22\x07\xb6\x6a\xfa\xc2\xca\x3b\x92\x6d\xf5\x41\xac\x8d\x8a\x61\xac\x0b\x8f\xaa\x6f\xf2\x93\x41\xf5\x33\x03\xcc\x91\x1a\xa6\x80\xbc\xc3\xb2\x98\x4c\x81\x3c\x28\x44\xe9\x40\xf4\x31\xda\x68\x45\xbe\x69\x39\x8d\xd5\x41\xef\x11\xa5\xbf\x31\x24\x8b\x2f\x10\x37\x45\x83\x0e\xbe\x18\xcc\x7d\x8d\xce\xb2\x5e\x47\x41\xcc\x8e\xd3\x65\x15\x84\xc6\x3d\xac\xb1\x7a\x4b\x92\x13\xfd\xf8\x87\x34\xf0\xe8\x39\x80\x56\xe5\x1e\xd6\x68\x91\xbd\x63\x1b\xdb\xc2\x10\xd1\x8e\x00\x72\x97\x8a\xd6\x6a\xeb\x52\xf8\xac\x55\x41\xab\xca\x92\x5a\x71\x38\x01\xa5\x16\x12\x96\xa2\x14\x2a\x47\x0b\x42\xc9\x4e\xce\x56\x31\xb9\x56\x0a\x73\x4f\x5b\xf2\x7b\xce\x2f\xc0\x68\xe7\x67\x5d\x2a\x03\x8d\x1e\x0d\xf8\xb5\xf0\x90\x0b\xee\x96\x45\xb9\x13\x7b\xc7\xcb\x6b\xfa\x69\x94\x30\xde\x61\x40\x91\x2b\x8f\xb4\xb7\xb0\x47\xcc\xdd\x84\xc3\x85\x48\x52\x07\xb8\xb8\xf1\x06\x6d\xe3\xdf\x9d\x50\x3e\xf6\xfa\x3f\xe5\x5e\x6c\x49\x44\xbc\x17\x05\x08\x75\x2a\xf6\xb5\xa8\x71\x5f\x22\xaa\x28\x7b\x86\x4d\x1d\xb3\xc9\x11\x76\x54\x96\x8d\x6d\x03\x06\x4a\xce\x5d\xef\x91\xba\xf4\x81\xed\xb0\x28\x4e\xb6\x4f\xc3\x75\x0c\x32\xed\xf1\x14\x12\x79\xda\x20\xeb\x10\x76\x82\x82\x5f\xa1\x83\x90\x97\x5a\x7b\xe7\xad\x30\x86\x07\xbd\x86\x5c\x6f\x4c\x89\x1e\xa7\xb0\xac\xfc\x41\xae\x7c\xc8\xf4\xb4\x0a\x6e\xad\xab\x52\xb2\x07\x42\x65\x02\xd1\xae\x55\x5c\x7a\xf5\x00\x8e\x4b\xe0\xa3\xdc\x39\x9d\x13\x9f\x4d\x6d\xeb\x53\x90\x39\xfd\xf8\x9d\x43\x89\x6a\xe5\xd7\xe3\x78\x55\xc7\x18\x19\x99\x09\x7f\xfd\xde\xc3\x27\xb8\x87\x8f\xf0\xa1\x77\xb0\x5d\x39\xd5\x62\xaf\x55\x3f\x11\x75\x82\x76\xba\x82\xce\xe8\x71\xa7\x78\xf6\xce\xac\xdf\x98\xb8\x9d\x40\x5b\x88\x1c\xdb\x37\xb1\x93\x99\x5b\x3a\xc3\xf3\x70\xc5\xab\xef\x3a\x64\xad\xe5\x7f\x07\xb6\x6e\xc7\x73\x0e\xba\x81\x94\xff\x13\xf8\x1a\x9f\xde\x63\x55\xdc\xc0\xb3\x7a\x7a\xf8\xb9\xa5\xdb\x45\x1d\x3d\x1f\x0e\xbc\x99\xc0\xd9\x77\x93\xfe\x5b\xcc\xd9\xfe\xa2\x5f\xd3\x70\xd3\x17\xdf\xe9\x0e\x6f\x77\xc7\x6f\xab\xff\xd4\xa4\xc6\x49\x32\x05\x29\xbc\x48\xaf\xbd\x97\xf6\x63\xa4\xbf\x4d\x49\x4e\x86\xdb\xbb\xb7\x74\x1e\x37\xf3\xd2\x65\x39\x3e\x7e\x9d\xcc\xf5\xe9\x39\x47\x4a\xf4\x3b\xc2\xe1\xb2\x2a\xd2\xb3\x9a\x68\xa1\xb8\xfe\x0d\xfb\x3a\xfa\x77\x00\x00\x00\xff\xff\xd9\xc3\xac\xf8\x8c\x17\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x58\xdd\x8e\xdb\xbc\x11\xbd\xf7\x53\x4c\xd5\x0f\x5f\xed\xc2\xd6\xfe\x34\x57\x01\x8c\xa0\x48\x5a\xc4\x17\x6d\x82\xa6\x68\x0a\x2c\x16\x02\x2d\x8e\xec\xe9\xca\x24\x4b\x52\xf6\x1a\xc1\xbe\x7b\x31\x94\x68\xcb\xb2\xbc\xb6\x93\x00\x6d\xef\x6c\x69\xfe\x78\xce\x19\x72\xc4\x52\xe7\xa2\x74\xf0\x6d\x00\xa0\xb4\x44\x97\xe5\x24\x6d\x36\x2f\x75\xfe\x04\x53\x58\x0b\x9b\xae\x44\xbe\x24\x85\xd9\xfa\x4d\x78\xe7\x1e\x6e\x1f\x77\xc6\xae\x9a\x2b\xf4\x19\x49\x68\x8c\xb5\x41\xe5\xbc\xc8\x9f\xb2\xc6\xad\x6d\xf3\x9b\x29\x24\x09\xbc\x3b\x6f\xf8\x16\xf6\xaf\x15\xfa\x8d\xb6\x4f\xa4\x16\xd1\x60\x7d\x9f\x86\xec\x0f\xb7\x8f\x29\xc9\x5d\x2d\x8d\x21\xfb\x9f\xac\xa5\x65\x73\xa6\x98\x96\xe5\x89\x6a\xa2\xc5\xfa\xbe\xf6\x5f\x52\xe1\x27\xc6\xd2\x5a\x78\xdc\x95\x96\x5b\x14\x1e\x33\xab\x2b\x8f\x16\x80\x61\x1a\x1e\x66\xc4\x67\x8f\x56\x89\x32\xc6\x6b\x0a\xfb\xf5\xd7\xf3\x30\x4d\xd9\x72\x04\xef\xe0\x0e\xde\xc2\xed\xe0\x65\x30\x90\xc2\x0b\x48\xce\x94\x9b\x40\xd2\x4d\x9a\x04\x01\xe4\xba\x52\x1e\xa0\x2e\xf3\xa2\x2a\x63\x6a\x00\x25\x56\x08\x97\xf9\xb2\xf5\x69\xae\xba\xd6\x59\xc0\x31\x3e\x0d\xe1\xbd\xad\x90\x57\x6b\xd1\xe9\xca\xe6\x78\xc9\x8a\x8f\x28\x3a\x5a\x72\x5f\xe9\xa7\x40\xef\x5f\x78\x1d\x21\xf9\xe5\x1b\x07\xc9\xcb\xca\x79\xb4\x19\xc9\x97\xc9\x2e\x79\x32\x00\x10\x72\x45\x2a\x73\x9e\x75\x51\x19\x76\xe0\xf5\xf0\x1b\x89\x2e\xb7\x64\x3c\x69\x55\x87\x0a\xcd\x99\xb6\x1e\x0f\x00\xbc\x58\xb8\x83\x7c\x0f\xfb\xb5\xbd\xaf\x73\xce\x3e\x4c\x8f\x6a\x48\xc6\x7d\x85\x19\x4b\x2b\x61\xb7\x8d\xdf\x5f\x1b\x31\x3c\x5e\x00\xee\xae\x17\x13\x48\x42\xff\xf5\xe2\xf9\x13\x00\xed\x47\xb4\x4e\x79\x8c\xd9\x09\xd0\x78\xe3\x3a\x8c\x59\x5b\x75\xb7\xbc\x01\x00\x99\x6c\x8d\xd6\xc5\x78\x30\x85\x37\x87\x82\xed\x09\x70\x20\xd5\x0e\x41\x97\x33\xc4\xdb\xaa\x54\x2e\x63\x00\x1c\x5a\xae\xe2\x74\x77\x48\xe5\x06\x03\x80\xdf\xc2\x57\x04\x5b\x9b\x83\xd3\x2b\x04\x67\x44\x8e\x20\x3c\xf8\x25\xc2\x1c\x17\xa4\x14\xa9\x05\xe8\x22\x3c\x78\x3f\xfb\xf0\x37\xf0\x1a\x2a\x87\x50\x68\x1b\x9e\xfd\x63\xf6\xd9\x85\x50\x7f\x9e\xfd\xf3\x2f\x7f\x1a\xae\x84\x92\x16\x47\x40\x05\x6c\x10\x4a\xac\x23\x19\x6d\xbd\x03\x43\xf9\x13\x54\x26\xb8\x80\xa8\xbc\x5e\x09\x4f\xb9\x28\xcb\xed\x98\x8d\xa5\x56\xbf\xf3\xb0\x14\x6b\x0c\xf1\xbc\x06\xa9\x41\xa8\x6d\x9d\x9d\x5c\xca\xf2\x2f\x19\x39\xe6\x25\x33\x5a\x97\x41\x35\x00\xce\x0b\xeb\x61\x1a\x88\x5a\x6a\xe7\x87\xfd\xfc\x8c\xe1\xee\x76\x14\x1c\x50\xc9\x80\xed\x59\x07\xa3\x37\xc3\xfb\x31\x0c\xff\x70\x0f\x13\x70\xa6\x24\x3f\x4c\x6e\x92\xf1\x09\x01\x8c\x1e\xee\x1e\x47\x23\x98\xc0\x3d\xa7\x79\xb9\xa0\x11\x18\x98\xba\x0d\x56\x82\xa9\x6c\x1a\xa1\xad\xe2\x5e\x05\xd7\xd6\x93\x5f\xbe\x85\x96\x49\x49\x49\x7c\x7e\x49\x3a\x2d\x14\x4f\xe0\xe0\x15\x5e\x74\x24\xdf\x27\xf7\x57\xf7\x98\x8e\x90\x5f\xd1\xb1\xc3\xbc\xb2\xe4\xb7\xd9\xc2\xea\xca\x64\x24\x59\x8d\xb9\x56\xb9\xf0\xc3\x40\x41\xb7\xb3\x43\x91\xf8\xec\xad\xc8\xdc\x82\xed\xc7\xc1\xec\xa1\x7f\xff\xc0\xbc\x8e\xbb\xbe\x6f\xd6\x97\x92\x7c\x64\x8f\x51\xec\xa1\x2b\x1a\xa7\x3e\x21\xac\xc8\xe4\x32\x37\x99\xae\xb1\xa9\x95\x55\x13\x31\x85\x44\xea\x95\x20\x35\x71\x28\x6c\xbe\x4c\x9a\x15\x94\x15\x36\x20\xc7\x80\xb5\x59\x20\x7f\x00\x50\xd0\x33\xca\x8c\x4c\x94\xe9\x7e\xd7\x3a\x00\x6e\xf7\x3c\xfa\xb1\xca\x37\x28\x33\x21\xa5\x45\xe7\x32\x23\xc8\xba\x26\x08\x99\xf8\xf8\xa8\xbd\x85\xa1\x8c\x94\xcf\xc8\xfc\x60\x20\x52\x8b\x60\xbe\x0f\x24\xd1\xa0\x92\x2e\x0b\xa2\xe9\xe7\xa4\x91\x72\xca\x55\xf0\xef\x71\xff\xe0\x13\xcd\x62\x0e\xfe\x7f\xc9\x91\xb1\xef\x94\x98\xe0\xc2\x56\x11\x86\x26\xc1\xfc\xbb\xc4\xdf\x84\x3d\xd1\x00\xdf\xd3\x04\xd7\x28\xba\xe7\x40\xb8\xee\x4c\x78\x4d\x84\xaf\xa8\xf0\x1a\x99\x5d\x43\x5d\x9b\xf4\x0b\xe9\x6b\x5c\xfe\xcf\x28\xe4\x67\xff\xc3\x14\x76\x1a\xfc\x3c\x85\xde\x56\xea\xe9\x07\x0e\xaa\xe0\x7f\xd1\x71\xb5\x4f\x5f\xe7\x74\x95\x61\xea\x9b\x6f\xad\xf6\x61\xd6\x4c\x7c\xe7\x04\x71\x88\xff\x75\xc0\x9f\x3e\x09\x83\xa6\xf7\x12\x9a\xbe\xbe\xd9\x35\x98\x3d\xb4\x96\x1f\x3e\xf1\x5e\x06\x83\x9b\x1b\x98\x15\xfb\x2f\x94\xf8\x85\x44\x0e\x24\x16\xa4\x50\x8e\x41\x38\x47\x0b\x15\x06\xa9\xa2\xd4\xc2\xf3\x44\x36\xfb\xcc\x03\x92\x56\x18\x67\xb3\x26\x45\x3a\xb8\xb9\xe1\x98\x5f\xbc\xa5\xdc\x97\x5b\x70\x06\x05\xd7\x32\x0e\x33\x14\xc7\x55\xda\x83\xc5\x7f\x57\x64\x51\x72\x90\x82\x14\xb9\x65\x08\x42\xbc\x84\xb2\x0c\x03\x56\x0a\x5f\x91\x23\x45\x02\x50\xad\xc9\x6a\xb5\x42\xe5\x1d\x6c\xc8\x2f\x75\xe5\xdb\xf5\xb8\x14\x3e\xea\x0d\xae\xd1\x8e\xc1\x91\xca\xb1\x1d\x11\x2d\x87\x22\x07\xb6\x6a\x26\xca\xca\x3b\x92\xbb\xea\x83\x7e\x1b\x61\xc3\x50\x17\x1e\x55\xd7\xe4\x93\x41\xf5\x85\x01\xe6\x48\x0d\x53\x40\xde\x61\x59\x8c\xc6\x40\x1e\x14\xa2\x74\x20\xba\x18\xad\xb4\x22\xdf\x0c\xab\xc6\xea\x20\xfc\x88\xd2\xdf\x19\x92\xd9\x67\x88\x7d\xd2\xa0\x83\xcf\x06\x73\x5f\xa3\x33\xaf\xd7\x51\x10\xb3\xe3\x74\x59\x05\xa1\xf1\xf4\x6b\xac\x5e\x93\xe4\x44\x1f\xff\x98\x06\x1e\x3d\x07\xd0\xaa\xdc\xc2\x12\x2d\xb2\x77\x1c\x80\x77\x30\x44\xb4\x23\x80\x3c\xdf\xa2\xb5\xda\xba\x14\xde\x6b\x55\xd0\xa2\xb2\xa4\x16\x1c\x4e\x40\xa9\x85\x84\xb9\x28\x85\xca\xd1\x82\x50\xb2\x95\x73\xa7\x98\x5c\x2b\x85\xb9\xa7\x35\xf9\x2d\xe7\x17\x60\xb4\xf3\x93\x36\x95\x81\x46\x8f\x06\xfc\x52\x78\xc8\x05\xcf\xd9\xa2\xdc\x88\xad\xe3\xe5\x35\x93\x38\x4a\x18\x6e\x30\xa0\xc8\x95\x47\xda\x77\xb0\x47\xcc\xdd\x88\xc3\x85\x48\x52\x07\xb8\x78\x64\x07\x6d\xe3\xdf\x8d\x50\x3e\x7e\x25\x7c\xca\xbd\x58\x93\x88\x78\xcf\x0a\x10\xea\x58\xec\x4b\x51\xe3\x3e\x47\x54\x51\xf6\x0c\x9b\x3a\x64\x93\x23\x6c\xa8\x2c\x1b\xdb\x06\x0c\x94\x9c\xbb\xee\x91\xba\xf4\x9e\x76\x98\x15\x47\xed\xd3\x70\x1d\x83\x8c\x3b\x3c\x85\x44\x9e\x56\xc8\x3a\x84\x8d\xa0\xe0\x57\xe8\x20\xe4\xb9\xd6\xde\x79\x2b\x8c\xe1\x87\x5e\x43\xae\x57\xa6\x44\x8f\x63\x98\x57\x7e\x2f\x57\xde\x64\x3a\x5a\x05\xb7\xd4\x55\x29\xd9\x03\xa1\x32\x81\x68\xb7\x53\x5c\x7a\x76\x27\x8e\x4b\xe0\xdd\xdd\x39\x9d\x13\xef\x4d\xbb\xb9\xa8\x20\x73\xfc\x29\x3d\x85\x12\xd5\xc2\x2f\x87\xc7\xe7\x78\x8c\x96\x91\x19\xf1\xb7\xf4\x2d\xbc\x83\x5b\x78\x0b\x77\x9d\x2d\xee\xcc\xfe\x16\x47\xb2\xfa\xda\xaa\x15\xb4\x77\x78\x68\xbd\x3f\x1c\x2d\x4f\x1e\xad\xf5\x0d\x18\x4f\x1d\x68\x0b\x91\xe3\xee\x16\xef\xe8\xcd\x25\xa3\xe4\x69\x08\xe3\xb9\x78\x0d\x8c\x3b\x9f\x9f\x03\x65\x7b\x44\x3a\x0f\x67\x4f\xf2\xff\x0a\xa4\x8d\x4f\xe7\xb2\x2c\x36\xfa\xa4\x7e\xdd\x7f\xc9\xd3\x1e\xc0\x0e\x2e\x3c\x7b\xee\x67\xe0\xe4\x1d\x4d\xf7\xde\xe7\xe4\x40\xd2\xad\xa9\x7f\x5e\x8c\xf7\x84\xfb\xbb\xc3\xc3\x1b\xe2\x7f\x69\x52\xc3\x24\x19\x83\x14\x5e\xa4\xe7\x6e\x78\xbb\x31\xd2\xdf\xa7\x24\x47\xfd\x93\xe1\x35\x13\xca\xc5\xbc\xb4\x59\x8e\x57\x6e\x47\xef\xba\xf4\x9c\x22\x25\xfa\x1d\xe0\xf0\xba\x2a\xd2\x93\x9a\xd8\x41\x71\xfe\xe3\xf8\x65\xf0\x9f\x00\x00\x00\xff\xff\xbc\x97\xe5\x6a\x6f\x18\x00\x00"), }, - "/openstack/topology/sg-master.tf": &vfsgen۰CompressedFileInfo{ + "/openstack/masters/sg-master.tf": &vfsgen۰CompressedFileInfo{ name: "sg-master.tf", modTime: time.Time{}, - uncompressedSize: 9342, + uncompressedSize: 9897, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x9a\x5d\x6f\xdb\x36\x14\x86\xef\xfd\x2b\x0e\x9c\x5d\x6c\xc5\xea\xf9\x2b\x76\x3c\xc0\x18\xba\xb6\x03\x0c\xac\x4d\x80\x0d\xdb\x80\x61\x20\x68\xf2\x58\x22\x4c\x91\xc2\x21\xa5\xc4\x28\xfa\xdf\x07\x49\xb6\xab\x36\x62\x33\x2c\x1f\x4a\xd4\x3a\x77\x7c\x49\x8a\x7c\x5e\xf2\xe8\x88\x0c\xa1\xb3\x19\x09\x84\xbe\x4d\xd1\x38\xcf\xc5\x96\x19\xf4\x97\x96\xb6\xca\x44\xcc\xa1\x88\xc8\x66\x29\xcb\xc7\x7d\xe8\x27\xdc\x79\xa4\x3e\xbc\xeb\x01\x18\x9e\x20\xec\x7f\x4b\xe8\x7f\xf3\x2e\xe7\x34\x10\x3a\x2b\x6a\x30\x25\xdf\x3f\xdf\x57\xee\x01\x78\x1e\xb9\x0f\x55\xff\xae\x9e\x14\xab\x8d\x7f\x59\x55\x5f\xbd\x5a\x5e\x6b\xde\xff\xa7\x07\x20\xd1\x09\x52\xa9\x57\xd6\xc0\x12\xb4\x15\x5c\x0f\x6a\x65\xbd\xf7\xbd\xde\x7f\x1d\x3f\x65\x1a\xeb\x93\x60\x89\x70\xd5\x44\xa4\x22\x14\xe5\x23\x6a\xd3\x51\x26\x22\x74\xae\x18\x3d\xfa\x18\xc9\xef\x52\xac\xeb\xab\x8b\x7c\x5a\x88\x29\x59\x6f\x85\xd5\x50\x17\xbd\x48\x4b\xcd\x92\x67\xc4\x4d\x84\x2c\x51\xa6\xd2\xc6\xe3\xd9\x78\xf2\x89\xc6\xaf\x3e\xd6\x08\x13\xeb\x91\xa9\x94\xa5\x84\x1b\x75\x55\x68\x25\x1d\x25\x89\xad\xb5\x15\xdb\x1e\x80\x43\x91\x91\xf2\x3b\x56\x4d\x4f\x49\x58\xc2\x4d\x0e\x0e\xaa\xa9\x0f\x94\xfc\x84\xed\x61\xe4\x8d\x84\x4f\xe0\xf7\xf3\x57\xe7\xdf\x26\xdc\x48\xc2\xef\xe0\xf5\x55\xaa\x95\x50\x1e\xf5\x0e\xd0\xf0\xb5\x46\xc0\x92\xd5\x2d\xbc\xd8\xd3\x66\x4a\x24\x69\xa3\x29\x9f\x75\x24\x6c\x47\xd1\xac\xe8\xf2\xba\x19\x4b\x18\x5e\x77\xa1\x2a\x3c\x81\x5f\x56\x7f\xbd\x79\x7d\x9c\xf0\x8b\x3f\x7f\x03\x6b\xf4\x0e\xb8\xd6\xf6\xd2\xc1\xea\xe5\x9b\x0b\xd8\x90\x4d\xe0\x23\x43\x9a\x5c\xeb\x0f\x07\xe5\xdf\x0f\xc3\xfe\x83\x5a\x76\x6b\x23\x9c\x8b\x5b\xd9\x1c\xc1\x9d\xf1\xf8\xb6\xc5\xad\x19\x4b\xe3\x58\x01\xe3\xe1\x39\x9f\x86\x22\xd0\xe9\x23\x0c\x3f\x77\xc2\x39\x93\xf7\xc6\xb9\xe8\xfa\x2b\x67\xe7\x18\x4f\xd5\x1d\xc7\xee\xe6\x25\xbc\x84\xd9\x74\xda\x40\xf6\x58\x7e\x53\x00\x7f\x71\xb1\x2a\xdb\x76\x3d\x88\xe7\x57\x9a\x9b\x16\x96\xfd\x74\x7e\xb6\x08\x2c\xfc\xbd\xd4\xb5\xa5\x1f\xa1\xc1\x1c\x5b\x40\x3d\x1b\x9e\x8d\x02\xa8\xf7\x52\xd7\x50\xab\x6d\x1b\x9c\x4f\x87\x0d\xe9\x62\x4d\xe9\x20\x65\x66\xb8\x67\xbe\x8d\xf0\x11\x86\x3d\xed\x26\x6d\x74\xf7\x96\x9d\x14\x5d\x77\x90\x98\xcd\x8d\x5c\xb7\x90\x39\xcf\x66\xd3\x60\xbc\x9d\x4d\xbb\xf8\x95\xa2\x8c\x47\x32\x5c\xb7\x00\x7b\x31\x0c\x06\x82\xc5\x62\xd1\xc5\x3c\xe2\x00\xbb\xa5\xef\x95\x2f\x0f\xf8\x36\x5b\x23\x73\x22\x46\x99\xe9\xc3\xc1\xe6\x83\xae\xf1\xd1\x70\x7c\x1a\x4a\x96\x0f\x5a\x27\xa1\x0b\x6b\x3c\x59\xad\x91\x58\xc2\x0d\x8f\x5a\xa3\x3f\xff\x0c\xfd\x79\x47\xe9\x6b\xf4\xac\x1c\xf2\xbd\xe5\xd2\x37\x40\x0f\x85\x99\x83\xd6\x35\xe8\xe8\x85\x6c\xe3\x40\x75\x32\x0f\x05\x97\xf1\xe4\xac\x8b\xa0\x1d\x52\xae\x04\x86\x4f\x56\xef\xfe\x34\x6a\x32\x6c\x7c\x6d\x2e\x61\x32\x9e\xcf\xe6\xd5\x79\x94\x25\x38\xff\xe3\x2d\xfc\xfa\xb3\x03\x1f\x23\x78\xe2\x9b\x8d\x12\x70\xa9\xb4\x86\x98\xe7\x58\x96\x3e\x23\xe4\xfa\x19\x58\x52\x91\x32\x50\x81\x78\xae\xd2\xef\xc1\x59\xe0\x66\xe7\x63\x65\x22\x88\x2c\xba\x41\xd7\x4e\xaa\x8e\xae\x85\xf2\x9e\xff\xef\x5a\x73\xba\xf3\xd5\xb5\xbb\x38\x5f\x24\xba\xe6\x56\xc8\xa8\x9a\x47\x27\xc7\x2b\x44\xbd\x03\x87\xbe\xa4\x58\xf4\xf5\xc1\x3d\x93\x25\x6b\x24\xf0\x16\x52\xc2\x1c\x8d\x07\xc1\x1d\x3a\xb8\x8c\xd1\x94\xd5\xdf\x62\xe6\xc9\x1a\xb8\xd0\x59\xa4\x4c\xd9\xa9\x72\x20\x95\xe3\x6b\x8d\x12\xb8\x91\xa0\x8a\x46\xc6\x58\x0f\x4a\xa2\xf1\x6a\xb3\x03\x7e\xe8\x78\xbd\x2b\xaf\xaf\x07\xa1\x90\x3a\x1a\x8d\xbb\xf8\xd5\x1c\x7b\xbf\x37\x4c\xd8\xcc\x78\xa8\xff\xaa\x99\x55\x0d\xdc\x21\x25\x2e\x6f\x77\x7f\x82\x11\xfc\x58\xde\x8c\x3e\xe8\xbb\xeb\x2c\x94\x23\x04\xdf\x5b\x4f\x76\x23\x15\xbe\xb8\x27\x63\x4c\xe3\xe5\x4b\x4d\xe9\x94\x35\x64\xb3\xe3\x7f\xbc\x3c\x01\x6f\x46\x8b\xc9\x2c\x94\x5a\x57\xd2\xe3\x8a\x69\xff\x06\x00\x00\xff\xff\x75\x44\xb4\x55\x7e\x24\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x9a\x6f\x6f\xdb\xb6\x13\xc7\x9f\xfb\x55\x1c\x9c\xdf\x83\xdf\x8a\xd5\x93\xff\xc4\x8e\x07\x18\x43\xd7\x76\x80\x81\xb5\x09\xb0\x61\x1b\x50\x0c\x04\x4d\x9d\xa5\x83\x29\x52\x20\x29\x25\x42\xd1\xf7\x3e\x48\xb2\x5c\xad\x31\x93\x61\xf9\xa3\x44\xab\xfd\x8c\x47\xd2\xe2\xe7\xab\x3b\x1e\x8f\x36\x68\x75\x66\x04\xc2\x50\xa7\xa8\xac\xe3\x62\xc7\x14\xba\x4b\x6d\x76\xa4\x22\x66\x51\x44\x46\x67\x29\xcb\x27\x43\x18\x26\xdc\x3a\x34\x43\xf8\x38\x00\x50\x3c\x41\xd8\x7f\x56\x30\xfc\xdf\xc7\x9c\x9b\x91\x90\x59\xd9\x83\x51\xf8\xe9\xe5\xbe\xf3\x00\xc0\xf1\xc8\x7e\xee\xfa\xa1\xfe\xa5\x98\xb6\xee\x75\xdd\x7d\xfd\x66\x75\x6d\xf8\xf0\xcf\x01\x40\x88\x56\x18\x4a\x1d\x69\x05\x2b\x90\x5a\x70\x39\x6a\xb5\x0d\x3e\x0d\x06\xff\xf4\xf9\x4d\x26\xb1\xbd\x08\x96\x08\x5b\x2f\x24\x24\x83\xa2\xfa\x89\xd6\x72\x48\x45\x06\xad\x2d\x9f\x1e\x5d\x8c\xc6\x15\x29\xb6\xed\xeb\x8b\x7c\x56\x1a\x53\xa3\x9d\x16\x5a\x42\xdb\xe8\x44\x5a\xd9\xb4\x71\xcc\x70\x15\x21\x4b\x48\xd5\xb6\xc9\x64\x3e\x99\x7e\x61\xe3\x57\x7f\xb7\x19\x4c\xb4\x43\x46\x29\x4b\x0d\x6e\xe9\xaa\xb4\x95\x74\x12\x2e\x62\x52\xc8\xf2\x19\x13\x14\x1a\xfb\x21\x28\x19\x59\x14\x99\x21\x57\xb0\x7a\x9d\x14\xc2\x0a\x6e\x93\x72\x54\x33\x18\x51\xf8\x05\xe4\x66\x09\x47\x51\x9f\xc0\xaf\xe7\x6f\xce\xff\x9f\x70\x15\x1a\xfc\x06\xde\x5e\xa5\x92\x04\x39\x94\x05\xa0\xe2\x1b\x89\x80\x15\xb4\x3b\x88\xb2\xc7\xce\x48\x24\xe9\x51\x75\x6e\x94\xc6\xaf\x4b\x39\xac\x9c\xf2\xba\x2a\x2b\x08\xae\xcb\x51\x37\x9e\xc0\x4f\xeb\x3f\xde\xbd\x3d\x2c\xf8\xd5\xef\xbf\x80\x56\xb2\x00\x2e\xa5\xbe\xb4\xb0\x7e\xfd\xee\x02\xb6\x46\x27\x50\xca\xc1\x36\x52\x8b\x9d\x47\xbe\x61\x30\xaa\xbe\xdf\x05\xc3\x47\x95\xec\xce\x42\x58\x1b\x77\xe2\x25\x5e\x17\x79\xc2\xfe\x71\x67\xd8\xa1\xb2\xac\xa4\xf2\xf8\xc0\x4f\x7d\x31\xe9\xf4\x29\x07\xa4\x7b\x01\x9e\x85\x0f\x06\xbc\x9c\xfa\x2b\xf0\x36\x70\x9e\xd2\x3d\x87\xf5\xe3\x2f\xf5\x0a\xe6\xb3\xd9\x11\xc4\x87\xf6\xdb\x62\xfb\xab\x8b\x75\x35\xb6\xef\xf1\x3d\xbf\x92\x5c\x75\xf0\xfe\xcf\x16\x67\x4b\x8f\x07\xec\x4d\xbd\xf5\x81\x08\x15\xe6\xd8\x01\xf3\x79\x70\x36\xf6\x30\xdf\x9b\x7a\xcb\x9c\x76\x5d\x00\x3f\x0d\x8e\xe4\x96\x2d\x4b\x9f\x71\x33\xc5\x1d\x73\x5d\x44\x16\x3f\xf5\x59\xcf\xb1\xa3\x7d\xb0\x54\xa6\x9c\xba\xcf\xe8\x74\xae\xc2\x4d\x07\x89\xf7\x7c\x3e\xf3\xc6\xe4\xf9\xac\xd7\xa7\x1d\x52\x0e\x8d\xe2\xb2\x03\xea\xcb\xc0\x1b\x23\x96\xcb\x65\xaf\xb3\x8f\x86\x7a\x47\xe7\x9e\xff\x30\xf9\x5d\xb6\x41\x66\x45\x8c\x61\x26\x9b\x22\xea\xa3\xbe\xf5\xe3\x60\x72\xea\x4b\xba\x1b\x5b\xbf\xe9\x0b\xad\x9c\xd1\x52\xa2\x61\x09\x57\x3c\xea\x4c\x86\xc5\x0d\x32\x2c\xfa\x2c\x43\x53\xe1\x4f\xb5\x24\x51\xb4\x04\xe9\x44\x88\xe9\x0d\x42\x4c\xfb\x2d\x44\xe9\x0f\x12\x1d\xab\x1e\xf9\xc1\x0e\x47\xb7\xb8\x81\x6f\x2b\x68\x6c\xbd\xa5\x8f\x4e\x84\x5d\xd4\xd5\xa7\x0b\xdf\x06\x30\x99\x9e\xf5\x9a\xb8\x45\x93\x93\x40\x7f\x81\xfd\xfe\x4b\x90\xd3\xe0\x68\xb2\xb3\x82\xe9\x64\x31\x5f\xd4\x45\x48\x6d\xe0\xfc\xb7\xf7\xf0\xf3\x8f\x16\x5c\x8c\xe0\x0c\xdf\x6e\x49\xc0\x25\x49\x09\x31\xcf\xb1\x6a\x7d\x61\x90\xcb\x17\xa0\x0d\x45\xa4\xa0\x06\xf1\x92\xd2\x6f\xc1\x6a\xe0\xaa\x70\x31\xa9\x08\x22\x8d\x76\xd4\xb7\xf2\xe4\x41\x35\x5f\xb6\xfa\xef\x55\x3b\x9e\xa4\x7e\x55\xed\x3e\x8a\xca\xc6\x5c\x53\xcb\x27\x54\x4b\xa3\x93\xc3\x95\xb2\x2c\xc0\xa2\xab\x28\x96\x73\x7d\x56\x4f\x65\xc9\x06\x0d\x38\x0d\xa9\xc1\x1c\x95\x03\xc1\x2d\x5a\xb8\x8c\x51\x55\xdd\xdf\x63\xe6\x8c\x56\x70\x21\xb3\x88\x54\x35\x29\x59\x08\xc9\xf2\x8d\xc4\x10\xb8\x0a\x81\xca\x41\x4a\x69\x07\x14\xa2\x72\xb4\x2d\x80\x37\x13\x6f\x8a\xea\x7f\x0d\x23\x5f\x6c\x1d\x8f\x27\xbd\x2e\x83\xc4\xce\xed\x95\x13\x3a\x53\x0e\xda\x9f\x66\x89\xe5\x00\xdb\x1c\x64\xaa\x6b\xff\x1f\x60\x0c\xdf\x57\x57\xe6\x8f\xba\x9b\x9d\xf9\xd2\x07\xef\x4e\xf6\x6c\x3d\xaa\xd4\xc5\x3e\x1b\x61\x8e\x5e\xbd\xb5\x2c\xbd\x92\xc6\xe8\xec\xf0\x9f\xa8\x67\xa0\xcd\x78\x39\x9d\xfb\xb2\xee\xda\xf4\x44\x83\xdb\x5f\x01\x00\x00\xff\xff\xb8\xcd\x5f\x65\xa9\x26\x00\x00"), }, - "/openstack/topology/sg-worker.tf": &vfsgen۰CompressedFileInfo{ + "/openstack/masters/sg-worker.tf": &vfsgen۰CompressedFileInfo{ name: "sg-worker.tf", modTime: time.Time{}, - uncompressedSize: 6229, + uncompressedSize: 6328, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x98\x4d\x6f\xe3\x36\x10\x86\xef\xfa\x15\x03\xa7\x87\x76\xd1\x75\xe5\x8f\x4d\xe2\x83\x0f\xed\xee\x16\x30\xd0\xdd\x04\x68\xd1\x16\x28\x0a\x82\xa6\xc6\xd2\xc0\x34\x29\x0c\x29\xd9\x42\x90\xff\x5e\x48\xf2\x17\x12\x29\x29\xda\x38\x6e\xd5\x26\x37\xbe\xd4\x88\xf3\xbc\xe3\x21\x45\x46\x67\x33\x56\x08\x3d\x9b\xa2\x71\x5e\xaa\xa5\x30\xe8\xd7\x96\x97\x64\x62\xe1\x50\xc5\x6c\xb3\x54\xe4\xc3\x1e\xf4\xca\x51\xe4\x1e\xdc\x05\x00\x46\xae\x10\xb6\x7f\x53\xe8\x7d\x71\x97\x4b\xee\x2b\x9d\x39\x8f\x2c\x28\xba\x7f\xbb\x9d\x1c\x00\x78\x19\xbb\xc3\xd4\xdf\xea\x37\x25\xb4\xf0\xef\xeb\xe9\xb3\x0f\xd3\x47\x8f\xf7\x7e\x0f\x00\x22\x74\x8a\x29\xf5\x64\x0d\x4c\x41\x5b\x25\x75\xff\x68\x2c\xb8\x0f\x82\x0b\xf8\xe9\xe6\xc3\xcd\x97\x2b\x69\x22\xc6\xaf\xe0\xe3\x26\xd5\xa4\xc8\xa3\x2e\x00\x8d\x9c\x6b\x04\x8c\x19\x9d\x0b\x82\x3f\x9b\x29\x67\x1a\x8f\xd3\x15\x64\xaa\x08\x82\xd4\x2a\xad\x73\x8f\x88\x51\x55\xab\xda\xa5\xbf\x9d\x53\x66\x8b\x3e\x41\xf6\x45\x8a\x7b\x71\x76\x9b\x8f\x4b\x25\x65\xeb\xad\xb2\xfa\x40\xad\x0a\x59\x2a\x96\xbd\x60\x69\x62\x14\x2b\x2a\x73\x0d\x1f\x0c\xca\xcd\x76\xf0\x02\xbe\x9f\xfd\xfa\xe9\xe3\x3e\xe1\x6f\x7f\xf9\x11\xac\xd1\x05\x48\xad\xed\xda\xc1\xec\xfd\xa7\x5b\x58\xb0\x5d\x81\xa2\x88\xc5\x5c\x5b\xb5\x0c\x00\x18\x57\xd6\xa3\xa0\x54\xa4\x8c\x0b\xda\x54\x6f\x0f\xfb\xd5\xff\x37\x61\xb9\x04\x87\x2a\x63\xf2\x85\xa8\x29\x50\x04\x53\x78\xae\x24\xfa\x35\xa1\x3e\x45\x0f\xcc\xda\x25\xd8\x68\xd9\xdf\x36\xc2\xb9\xa4\xd1\x87\xe7\xac\x78\xd2\x8d\x5a\xf4\xaa\xc9\x8f\x4a\x1b\x0e\x1f\x7b\x72\x10\x9a\x00\x57\x25\x7d\xec\xc2\xbf\x88\x71\xe2\x7d\x73\xb1\x9f\x16\xf2\x75\x43\xe1\x1f\x84\x4e\x55\x71\x49\xd8\x9d\x01\xf1\x78\x3c\x6a\x61\x5c\x2b\x9d\x82\xcc\x36\xf3\xbb\x1d\xeb\x55\x29\x0f\x26\xa3\xcb\x16\xcc\x5b\xa9\x6b\x1d\x23\xdf\x68\x69\x4e\x45\x3a\x8b\xda\xeb\xf9\xea\x7a\xd2\x56\xd0\xb5\xd4\x35\xd2\x31\x1a\xcc\xf1\x0c\xa8\x2f\xc3\xeb\x41\x0b\xea\xad\xd4\x35\xd4\xb4\x3c\x07\xe7\x77\x61\xdb\x36\x58\x2b\x1d\xa4\x2c\x8c\xf4\xc2\x9f\xa3\x7d\xb4\xc3\x1e\x77\x93\x36\xba\x93\x9d\xec\xca\xd0\x1d\x24\x46\xc6\x23\x1b\xa9\xcf\x70\x8e\x98\x84\xad\xe5\x39\x99\x4c\xba\xb8\xbb\xed\x60\x8b\xf2\x47\xfb\xfa\xfd\xe0\xbf\x07\x7c\x99\xcd\x51\xa3\x17\x64\xaa\x45\x9f\x6c\xc3\x7b\xea\xb4\x1c\x0e\xdf\xb5\x51\xdf\x69\x5d\xc3\xee\x90\x73\x52\xe8\x44\xc9\xe5\x65\xaf\x95\x9a\x49\x4f\x61\x14\x36\x16\xf7\x14\x46\xc3\xab\xcb\xab\xfa\x76\xc9\x32\xdc\xfc\xfc\x19\x7e\xf8\xce\x81\x4f\x10\x3c\xcb\xc5\x82\x14\xac\x49\x6b\x48\x64\x8e\xd5\xe8\x1b\x46\xa9\xdf\x80\x65\x8a\xc9\x40\x0d\xe2\x2d\xa5\x5f\x83\xb3\x20\x4d\xe1\x13\x32\x31\xc4\x16\x5d\xbf\x6b\x1f\x94\x7b\xd7\xda\xba\xd3\x5f\x77\xad\xb9\x29\xfd\xef\xda\x4b\x7c\x9b\x32\x3f\x72\xab\xcd\xa8\x23\x8f\x2e\xf6\xf7\xc9\xba\x00\x87\xbe\xa2\x58\xc6\x3a\xb8\x67\xb2\xd5\x1c\x19\xbc\x85\x94\x31\x47\xe3\x41\x49\x87\x0e\xd6\x09\x9a\x6a\xfa\x67\xcc\x3c\x5b\x03\xb7\x3a\x8b\xc9\x54\x41\xc9\x41\x44\x4e\xce\x35\x46\x20\x4d\x04\x54\x3e\x64\x8c\xf5\x40\x11\x1a\x4f\x8b\x02\xe4\x2e\xf0\xbc\xa8\x6e\xda\xfb\x6d\x4d\x75\x30\x18\xfe\xf3\x4e\x5c\x7f\x04\x00\x00\xff\xff\x16\x6d\x6d\x8c\x55\x18\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x98\xdf\x6f\xdb\x36\x10\xc7\xdf\xf5\x57\x1c\x9c\x3d\x6c\xc5\xea\xc9\x3f\x9a\xc4\x0f\x7e\xd8\xda\x0e\x30\xb0\x36\x01\x36\x6c\x03\x8a\x82\xa0\xa9\xb3\x74\x30\x45\x0a\x47\x4a\xb6\x50\xf4\x7f\x1f\x24\xf9\x47\xd0\x48\xc9\xb0\xc5\xf1\xa6\xcd\x7e\xe3\x97\x3a\xe9\x3e\xdf\xd3\x91\x22\xa3\xb3\x39\x2b\x84\x81\xcd\xd0\x38\x2f\xd5\x5a\x18\xf4\x1b\xcb\x6b\x32\xb1\x70\xa8\x62\xb6\x79\x26\x8a\xf1\x00\x06\xd5\x28\xf2\x00\x3e\x05\x00\x46\xa6\x08\xbb\xdf\x1c\x06\x5f\x7d\x2a\x24\x0f\x95\xce\x9d\x47\x16\x14\x7d\x7e\xb9\x9b\x1c\x00\x78\x19\xbb\xe3\xd4\x0f\xcd\x9d\x12\x5a\xf9\xd7\xcd\xf4\xc5\x9b\xf9\xbd\xcb\x07\x1f\x03\x80\x08\x9d\x62\xca\x3c\x59\x03\x73\xd0\x56\x49\x3d\xbc\x33\x16\x7c\x0e\x82\x0b\xf8\xe5\xe6\xcd\xcd\xd7\xa9\x34\x11\xe3\x37\xf0\x76\x9b\x69\x52\xe4\x51\x97\x80\x46\x2e\x35\x02\xc6\x8c\xce\x05\xc1\x9f\xcd\x94\x73\x8d\x77\xd3\x15\x64\xea\x08\x82\x54\x9a\x35\xb9\x47\xc4\xa8\xea\xa7\xda\xa7\xbf\x9b\x53\x65\x8b\x3e\x41\xf6\x65\x86\x07\x71\x71\x5b\x4c\x2b\x25\x63\xeb\xad\xb2\xfa\x48\xad\x0e\x59\x29\x96\xbd\x60\x69\x62\x14\x29\x55\xb9\x86\x5f\x0c\xca\xed\x6e\xf0\x02\x7e\x5c\xfc\xfe\xee\xed\x21\xe1\xef\x7f\xfb\x19\xac\xd1\x25\x48\xad\xed\xc6\xc1\xe2\xf5\xbb\x5b\x58\xb1\x4d\x41\x51\xc4\x62\xa9\xad\x5a\x07\x00\x8c\xa9\xf5\x28\x28\x13\x19\xe3\x8a\xb6\xf5\xdd\xc3\x61\xfd\xff\x2e\xac\x1e\xc1\xa1\xca\x99\x7c\x29\x1a\x0a\x14\xc1\x1c\x1e\x2b\x89\x61\x43\x68\x48\xd1\x17\x66\xed\x13\x6c\xb5\xec\x6f\x1b\xe1\x5c\xd2\xea\xc3\x63\x56\x3c\xe8\x46\x23\x7a\xd5\xe6\x47\xad\x8d\xc7\xf7\x3d\x39\x0a\x6d\x80\xab\x92\x4e\xa5\x4a\xc8\xa0\x28\xa6\xa2\x32\xc4\x7d\x08\x3f\xfe\xbb\x60\x27\xde\xb7\x57\xfd\x69\x69\x5f\xb7\xbc\x01\x47\xa1\x57\xe5\x5c\x11\x76\x67\x40\x3c\x9d\x4e\x3a\x18\x37\x4a\xaf\x20\xb3\xcd\xfd\x7e\xe9\x7a\x56\xca\xa3\xd9\xe4\xb2\x03\xf3\x4e\xea\x6d\xeb\x28\xb6\x5a\x9a\x53\x21\xcf\xa3\xee\xc2\xbe\xba\x9e\x75\x55\x76\x23\xf5\x16\x79\x8c\x06\x0b\x3c\x03\xf3\xcb\xf0\x7a\xd4\xc1\x7c\x27\xf5\x96\x39\xad\xcf\x01\xfc\x55\xd8\xb5\x42\x36\x4a\x9f\x71\x0b\x23\xbd\xf0\xe7\xe8\x2c\xdd\xd4\xa7\x3d\xc7\x8e\xee\x64\xdb\xc0\x2a\x74\x9f\xd1\x91\xf1\xc8\x46\xea\x33\xec\x3e\x66\x61\x67\xc1\xce\x66\xb3\x5e\x2f\x85\x7b\xea\xa2\x7a\x9f\x9f\xbf\x55\xfc\x87\xc9\xaf\xf3\x25\x6a\xf4\x82\x4c\xfd\xd0\x27\x5b\x1d\x1f\xda\x75\x87\xe3\x57\x5d\xf8\xf7\x5a\x6f\xf9\x3b\xe4\x82\x14\x3a\x51\x01\x7a\xda\x03\xab\x76\xe4\x73\x98\x84\xad\xe5\x3e\x87\xc9\xf8\xea\xf2\xaa\x39\xb7\xb2\x0c\x37\xbf\xbe\x87\x9f\x7e\x70\xe0\x13\x04\xcf\x72\xb5\x22\x05\x1b\xd2\x1a\x12\x59\x60\x3d\xfa\x82\x51\xea\x17\x60\x99\x62\x32\xd0\x80\x78\x49\xd9\xb7\xe0\x2c\x48\x53\xfa\x84\x4c\x0c\xb1\x45\x37\xec\xdb\x17\xea\xc1\xb5\xae\x7e\xf5\xd7\x5d\x6b\x6f\x53\xff\xbb\xf6\x14\xdf\xb8\xcc\xf7\xdc\xea\x32\xea\x8e\x47\x17\x87\x93\x6a\x5d\x82\x43\x5f\x53\xac\x62\x1d\xdd\x33\x79\xba\x44\x06\x6f\x21\x63\x2c\xd0\x78\x50\xd2\xa1\x83\x4d\x82\xa6\x9e\xfe\x1e\x73\xcf\xd6\xc0\xad\xce\x63\x32\x75\x50\x72\x10\x91\x93\x4b\x8d\x11\x48\x13\x01\x55\x17\x19\x63\x3d\x50\x84\xc6\xd3\xaa\x04\xb9\x0f\xbc\x2c\xeb\x33\xfc\x61\x57\x77\x1d\x8d\xc6\xff\xe0\x5d\xd9\x1f\x01\x00\x00\xff\xff\xd1\x40\x03\x9a\xb8\x18\x00\x00"), }, - "/openstack/topology/variables.tf": &vfsgen۰CompressedFileInfo{ - name: "variables.tf", + "/openstack/masters/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", modTime: time.Time{}, - uncompressedSize: 1529, + uncompressedSize: 205, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\xcd\x6e\x1a\x41\x0c\xbe\xf3\x14\xd6\x9e\x92\x0b\x6f\x90\x43\x24\x5a\x89\x4b\x1a\x29\xcd\x79\xe4\x9d\xf1\xb2\x56\x86\x99\x95\xed\xa1\xa0\xaa\xef\x5e\x2d\x0c\x08\x08\x0a\xb4\x52\xb2\x27\xcb\xfb\x7d\xf6\xe7\xbf\x59\xa1\x30\xb6\x91\xa0\xf1\x1c\xc4\xb5\x31\xfb\xb7\x06\x7e\x4f\x00\x6c\x33\x10\x3c\x80\x9a\x70\x5a\x4c\xfe\x4c\x26\x47\xd0\x58\xd4\x48\x1c\x87\x9b\xa1\x21\x2f\x91\xd3\x11\xbc\x7e\x07\x16\x40\x20\xf5\xc2\x83\x71\x4e\xf0\x00\xcd\xcf\x9e\x60\xc7\x82\x84\x4b\x82\xdc\x81\xf5\x04\x35\xe0\x14\x1e\x63\x84\xd9\xd3\x0b\x08\xf9\x2c\x41\x61\x59\xd4\xa0\x25\x28\x29\x90\x80\xf5\xac\x95\x3e\x6d\x4e\x25\xd1\xda\x48\x12\x46\x97\xc8\x7e\x65\xa9\xe5\x9e\x65\x7f\x3a\x4a\xb9\x27\x40\x25\xc0\x20\x79\xc5\x81\xd3\x02\xbe\xc7\x8c\x36\x1a\xf3\x67\xc0\x10\x84\x54\x49\xa7\xcd\x47\x45\x76\x58\xa2\x55\x77\x73\x45\xda\xa1\xc3\x67\xea\x5e\x5f\xe7\xb3\xaf\x57\x87\x03\xbb\xae\x86\x74\x3c\x5c\x54\x76\x97\xb7\x26\xc6\x7b\xf8\xb6\x66\xdd\x66\xef\xde\xcb\x00\xcb\x80\x66\xe8\xfb\xd1\x1a\xcb\xf8\x31\x50\x7a\xe9\xb9\x33\x78\x7c\x9e\x83\x17\x42\xa3\x00\xed\x66\xfb\x93\x93\x1a\xc6\x48\xf2\xff\xe2\x39\x2d\xc6\xc4\x9f\x57\x40\x4d\x00\x43\x16\xfb\x04\xfd\x4b\x1c\xd7\x5e\x9d\xcf\x25\xd9\xd5\xb3\xdb\xa3\xd5\xf7\x14\x4a\x1c\x9d\x27\x9c\x36\xe7\xf8\x7e\xb8\x9c\xec\xd0\x96\x0f\x82\xef\x5b\x79\x03\xf4\xb0\xd0\x21\xe9\x09\x38\xb2\xda\xdd\x8e\x71\x7f\x4a\x31\x29\xe9\xcd\x69\x19\xc6\x46\x5e\x11\x9d\xbd\xe1\x8a\xf1\x46\xf4\x12\x7d\xcf\x89\xd4\x69\x69\x13\xd9\xe9\xf3\x75\x79\x16\x97\xe6\x50\x83\x9c\x9f\xe8\x3f\x46\xd9\xbe\x8a\xb4\x36\x41\xa7\x0b\xc7\x41\xaf\x6d\xe3\x7c\xa6\xe3\xc9\x63\x08\xbc\x73\x81\x92\x2f\xc2\xb6\x81\x85\xe4\x32\x28\x74\x59\xa0\x0e\xfe\xc2\x9e\x9d\x75\xfc\x6f\x00\x00\x00\xff\xff\x32\xa2\xeb\x0d\xf9\x05\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcc\x4b\xae\xc2\x30\x0c\x85\xe1\x79\x56\x71\x94\x05\xdc\x5e\x24\xa6\x65\x2b\x28\x4a\x5d\xb0\x28\x71\x39\x49\x3b\x41\xd9\x3b\x22\x15\x8f\x21\x13\x0f\xec\xcf\x7f\x11\x32\x8c\xc6\x2b\xee\x0e\xa0\xdc\x16\xa5\x0c\xc7\x55\x98\xd5\x12\x7a\xf8\x43\x8f\xff\xbf\xdd\xde\x7f\x9f\x67\xda\xaa\x83\x30\xb7\x2f\x40\x4f\x49\xcb\xe6\xb7\x05\x90\x6d\x61\x94\x67\xc0\x66\x49\xf9\xac\x63\xe9\x26\x8b\x61\xea\x5e\xd8\x37\x59\xdb\x6c\xa6\x84\x78\xf9\xa9\xf0\xd6\x9f\x44\x75\xd5\xb9\x47\x00\x00\x00\xff\xff\xde\xfd\x8c\xac\xcd\x00\x00\x00"), }, "/openstack/variables-openstack.tf": &vfsgen۰CompressedFileInfo{ name: "variables-openstack.tf", modTime: time.Time{}, - uncompressedSize: 9955, + uncompressedSize: 10138, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5a\xdf\x6f\xdb\x38\x12\x7e\xcf\x5f\x31\xf0\xbd\x24\x80\xe3\x5c\xb7\x57\x1c\x50\x6c\x1f\xb2\x8d\xbb\xe7\x6b\xd6\x0e\x62\xe7\x16\xbd\x45\xa1\x52\xe2\xd8\xe6\x85\x22\xb5\x24\xe5\x54\x5b\xf4\x7f\x3f\x0c\x49\x29\x72\x22\xc7\x76\xea\xde\x61\xfb\xd2\x58\x3f\x86\xdf\x37\x3f\x3e\xce\x48\x5a\x31\x23\x58\x2a\x11\x7a\xba\x40\x65\x1d\xcb\x6e\x93\x9c\x59\x87\x26\x31\x5a\xbb\x64\xa5\x65\x99\x63\xe2\xaa\x02\x7b\xf0\xe5\x08\x80\xfe\x82\xf8\xef\x0d\x58\x67\x84\x5a\x1c\x01\x70\x9c\xb3\x52\xba\x78\x58\x95\x52\xfa\x83\x36\x33\xa2\x70\x42\x2b\x78\x03\xbd\xd9\x12\xc3\xed\x7a\x0e\xc1\x2e\xcc\xb5\x01\xb7\x44\xa0\xb5\x20\x95\x3a\xbb\x05\x8e\x2b\x91\xf9\x6b\x02\x0e\x50\x9a\xa3\x1d\xf4\x8e\xbe\x1e\x1d\xed\x88\xd6\x8a\x3f\x3a\xd1\xaa\x32\x4f\xd1\xec\x81\x96\x0c\x11\x12\x82\x18\x11\x0b\x05\x0b\xb1\x60\x69\xe5\xd0\x1e\x02\x7e\xca\x2c\x26\x22\x67\x0b\x4c\x14\xcb\xb7\x39\x79\x0d\xe1\x98\xe5\x0d\x3a\x32\x03\xde\x0c\x38\x0d\xa5\xbd\x77\xed\xb6\xf5\xb5\x76\xd6\x19\x56\x24\x76\x29\xf2\x44\x2c\x94\x20\xfb\x7b\x04\xbb\xd7\x7b\x0c\xed\x67\x54\x68\x98\x43\x0e\x85\x16\xca\xa1\x39\x23\xeb\x50\x5b\x87\x4c\xab\xb9\x58\xc0\x9d\x70\x4b\x02\x6b\x20\x63\x90\x96\x8a\x4b\xdc\x8c\x34\x33\xc8\x51\x39\xc1\xa4\x4d\x58\xe9\x96\x49\x69\xe4\x3a\xcc\x0e\x88\x1e\xde\x23\x7c\x3f\xfe\x38\x9c\xbc\x3b\x32\xf8\x7b\x29\x0c\x72\x10\x73\xc8\xa4\x2e\x39\x08\x0b\x4a\x3b\xb0\x05\x66\x62\x2e\x90\x9f\x00\x65\xc1\xc8\x2f\xeb\x2a\xa0\x55\xe9\xcf\x8c\x79\x3b\x37\xd7\x97\x03\x18\xcd\x41\xe7\xc2\x39\xe4\x7d\xef\xee\xc9\x34\x39\xbf\x99\xfd\x23\xb9\xb9\xbe\x04\x54\x2b\x61\xb4\xca\x51\x39\x68\x18\x09\x4b\x8c\xf9\xe0\x88\x20\xec\xc2\x35\x43\xe3\x5a\x3c\xf7\x24\x39\xf5\x5c\x2a\xc8\xa4\x20\x18\x64\x4c\xcc\x89\x01\xc2\x5c\xc8\x90\x26\xd3\xe9\x65\x7d\x7e\x9d\xe2\x00\x3e\xe8\x12\x32\xa6\xa2\x4b\x2a\x40\xe1\x96\x68\x80\x41\xc1\xdc\x92\x52\x8d\x38\x7b\x43\x31\xdd\x32\xad\x1c\x2a\x67\xeb\xc4\x6c\x2d\xd8\x76\x56\xed\xab\xb7\xc3\xeb\xd9\xa1\xfc\x44\x21\x3c\x58\x42\xd4\x19\xd6\x91\x13\xe7\x0a\x50\x39\x53\x91\x16\xb0\x90\x39\x76\x50\xb1\x5c\x7a\x47\x0c\x60\x8a\xe8\xe9\x35\x30\x2d\xbf\x3d\x5e\x3a\x57\xd8\xd7\x67\x67\x5c\x67\x76\xd0\x9c\x19\x68\xb3\x38\x6b\x5f\x77\x26\x99\x43\xeb\xce\xa8\x28\xce\x42\x95\xc4\xff\x4a\x13\x42\xb2\x74\xb9\xfc\x4b\x38\x74\x4a\xeb\xd9\x13\xe0\x3a\x2b\xc9\x79\x21\x2d\x29\xa2\xb9\x36\x24\x55\x73\x6d\xf2\x70\x90\xa5\xba\x74\x8f\xb0\xda\xce\xfc\x7d\x7b\x39\xb9\xb9\x38\x50\x50\xb8\xce\x99\x50\x89\xe0\xcf\xcf\x60\x5f\x82\x17\x75\x3e\x5d\x78\x83\x94\x79\x36\xd3\x85\x57\xbb\xe3\xa6\x40\x57\x2f\x4f\x3a\x19\x5d\x4c\x7e\x39\x1f\x8d\x93\xd1\x66\x56\xd9\x12\xb3\xdb\x67\x10\x7b\xac\xd9\xcf\x60\xd7\x16\xf2\xfd\xf9\xcd\xb5\x94\xfa\x4e\xa8\x45\x27\x39\x0b\xcc\x60\x4d\x0f\x8e\xc9\xf4\x52\x58\xd0\x86\xa3\x39\x79\xdd\x72\xce\xf8\xfc\x97\x61\xdf\xff\x1e\xbe\x3b\xbf\xb9\x9c\xc5\xe3\xbb\x7b\x04\x15\xf7\x62\xff\xb0\x59\xe8\x76\x48\x51\xa6\x52\x64\x5b\x65\xeb\x6e\x29\xb2\x65\xd3\x35\xd4\x4b\x34\x7b\x9c\xd1\xb9\xf7\x81\x45\xe3\xb7\xdd\x8c\x39\x26\xf5\x62\x00\x23\xe7\x65\x2b\xa5\x53\x0e\x4a\x4b\xee\x89\xc9\x30\x1c\x5f\x5c\x4d\x46\xe3\x59\x32\xfb\x70\x35\xec\xf4\x99\xf7\xb1\x2f\x7a\x74\x7d\x08\x48\x9b\xb5\xed\xfe\x45\x20\x94\xc5\xac\x34\xd1\x29\xf7\x4e\x98\x33\x69\x71\x63\x62\x98\xd2\x12\x02\x39\x3f\xb5\x62\xa1\x90\x07\x99\xbe\x97\xd3\xee\xe2\x1d\x8d\xa7\xc3\xb7\x37\xd7\xdd\xc4\xf6\x87\x7e\x8b\xd5\xc1\xf6\x9e\xc2\x88\x15\xed\x3b\xb7\x58\xfd\x6f\xf6\x9e\x5b\xac\xba\xf6\x9c\xf7\xc3\x0f\x07\xf2\x4e\xc1\xac\xbd\xd3\xe6\xdb\x76\x1d\x52\x80\xab\x68\x88\x58\x49\xbd\x10\xca\xb7\x46\x9d\x01\xbe\x3a\x9f\x4e\x7f\x9d\x5c\x1f\x4a\xa0\x0b\xa3\xff\x83\x99\x3b\x94\x50\x07\x33\xa4\xd7\x77\x4b\x34\x61\x1f\x8c\x4b\x10\x36\xa9\x33\xdf\x15\x76\xf1\xba\x9e\xfc\x73\xf8\x76\xf6\x3d\xb4\xfa\x01\xc7\x83\x68\x76\x24\x4a\xb6\x9e\xa4\xda\x1d\xc3\x75\xae\x24\xbd\x87\x63\x6b\x70\xb1\xde\xc0\x3f\x83\x5d\xb0\x51\xd7\xd1\xa4\x40\x35\xa5\x75\x62\x9b\x1c\xd4\xb7\x93\xd9\xf5\xf0\xe7\xd1\x64\x0b\x23\x9f\xa0\x74\xf3\x83\xeb\xeb\x4e\x8b\x44\x97\x94\x00\x94\xae\x81\xdc\x09\x29\x49\xcc\xe3\xad\x0e\xec\x52\x97\x92\xd3\xa1\x42\x5b\x2b\xc8\xb2\xd3\x1e\x4d\x18\xc8\xc2\x6d\x42\x01\x29\xbf\xc4\xd3\x78\xe0\x9e\x49\x0b\x9c\xed\x43\x5a\xba\xb0\x2f\xa6\xb8\x64\x2b\x41\x1d\x14\xab\x08\x74\x05\x1c\x0b\x54\x9c\xf6\x0f\xad\x1e\x78\xa3\x4d\x30\x45\xba\x64\xbf\xda\xb3\x77\x24\x79\x7b\xed\x0a\x53\xf4\x9b\x9f\x33\xa5\x27\xdc\x92\x4c\x04\xb6\x60\x42\x59\x07\x53\x6f\xb6\x0f\x0c\xa6\x77\x62\xee\x4e\x15\x73\x62\x85\x0f\xa7\x17\x5b\x59\x87\x79\x67\x10\xa7\xbf\xd2\x08\xb3\x25\x7e\xa4\xce\x39\x6d\x51\x4c\x5a\x1d\x77\x59\x34\xbe\x1e\xa2\x34\x07\x1c\x67\x1e\xc4\xfd\x49\x5b\x66\x4b\x60\xb6\x39\xf0\x3a\xd6\x0c\xf5\xcd\x21\x78\x45\x4b\x0c\x1f\xd9\xf1\x9a\xfe\x4e\x28\x26\x65\xd5\xf7\xcb\x36\x9d\x3a\xb3\xfe\x72\x5f\x78\xad\xec\x0d\xf7\xc5\x0e\x61\x00\x63\xed\xa8\x56\x59\x0c\xb8\xcf\x2c\xad\x64\x05\x77\xda\xdc\x52\x29\x2b\x4f\x30\xcc\xa6\xeb\xf1\x9e\xa4\xbe\xb8\xa7\x4e\x1b\x1a\xb4\x0d\x5a\x5d\x9a\x0c\xed\xee\x11\x77\xa8\x98\x72\x07\x6c\x87\x67\xde\x60\xbb\x45\xfc\xe1\x84\xb6\xc3\xab\x28\x44\x6b\xbd\xe3\x0e\xbb\xcb\x6c\x38\x3e\x1f\xcf\x48\x7d\xb5\x69\x2b\xd5\x06\x39\x0e\xdd\xe5\x7e\x59\x1f\x7d\x70\xf0\xce\xf9\x3b\xb9\xc2\x4b\xd3\xba\x33\x36\xab\xdb\x33\xbc\xa1\x6f\xf1\x1b\xc4\xfa\xba\x35\xb2\x92\x78\x86\x4e\x97\x6a\xcb\x3b\x18\x98\xe2\x4d\x3d\x9d\xc0\x39\xf8\xe5\xa8\x88\x99\x02\xfc\x5c\x08\x5a\xaa\x0f\x0e\xf3\x42\x1b\x52\xbb\x1c\x99\xf2\xfd\x13\xcb\x32\xb4\xd4\xeb\xda\x12\x39\xac\x04\xf3\x6e\x79\x8f\x95\x75\x5a\xe1\x7d\x39\xfd\x54\xd5\xfd\x19\x2d\xcc\xc2\x02\x7d\xa8\x74\x09\x5c\x7b\x48\x4b\xb6\xf2\x92\x50\xb7\x71\xac\x29\xfd\xb3\xa6\xd2\x33\x9d\xa7\x42\xf9\xb2\xed\x93\x64\x67\x61\x3b\x0d\x68\xef\x98\x05\x26\x0d\x32\x5e\x41\x66\xd0\x37\x10\x69\xb7\x1d\x1a\x72\xf5\x1c\x52\xa2\xad\xe7\x30\x43\x63\x18\x0d\xc1\xdd\x01\x9e\xbc\x1f\x8e\x63\x68\xfd\x33\x9b\x70\xe0\x50\x79\x5e\x5a\x4c\x74\xe6\xd8\x4a\xb0\xbd\x24\x7e\x34\xf7\xb2\x16\x55\xbe\x0f\xe7\x57\x23\x30\xf8\x7b\x89\xd6\x45\xb9\x5a\x04\x5d\xbc\xd4\x8c\xc3\x4f\x4c\x32\x95\xa1\x69\x46\xa0\xe3\x49\x58\xf3\x04\x68\x33\x40\xc6\xeb\xfa\x18\xa3\x23\x89\xa3\x30\x35\xd7\x8e\xb1\x74\x46\xab\x93\xbd\x58\x99\xef\xd9\x2c\xfa\xa7\x81\x5b\xda\xa7\x9b\xe9\xf0\xfa\x7b\xf4\x89\x6d\x6e\xdf\xb1\x49\xdc\x97\xe2\x61\xdb\x43\x4f\xf2\x5b\x23\x77\x43\x14\x46\x17\x3b\xa8\xa8\x27\xf2\x44\x90\xf6\xae\x29\x73\x98\xd0\xdc\xb4\x9a\x95\x1d\x28\x6c\x6f\x68\x9f\xe4\x80\x9f\x1d\x2d\x27\x13\x15\x8a\xf0\xf9\xde\x3f\xd6\xfe\x37\x93\x27\x6b\x9b\x5f\xbd\x00\xc4\x05\x06\xfe\xc9\x75\xfc\x51\x63\x24\xae\x85\xd1\x2b\xc1\xf1\xe8\x9d\xd4\xcc\x91\x16\x8c\xae\x6a\xad\x8f\xed\x16\xc7\x42\xea\x0a\x79\x7c\x73\x00\x93\xb8\x60\xe8\x92\xe3\x10\xee\xe2\xe6\x7b\xa4\x0d\xdc\xdc\x50\xbb\x10\x60\xfa\x8e\x30\xc5\xfb\xc7\xa5\xfb\xf9\x65\x3d\x31\xf7\x8f\x6c\xcb\x3b\x01\xd5\x9f\xdd\x3b\x86\x25\x8e\x2d\xec\x5a\xbe\xe4\xac\x38\x0e\x5e\x39\x59\x73\xcb\x97\xaf\x3b\xb8\x65\x48\x36\x81\x6c\x12\xa3\x14\x81\x15\x85\x14\x81\x7d\xbd\xb9\xb6\x1a\xdb\xa3\xe1\x67\x96\x17\x12\x5f\xc3\xa7\x2f\xd0\xf3\x4f\x83\xde\x40\x6f\xc5\x64\x89\xbd\x3e\xf4\xe6\x5a\xfb\x03\x29\x33\x3d\xf8\xfa\xe9\x49\x36\xf1\x45\x5d\x20\x65\x17\x89\xe0\xf6\x61\xac\xa5\xb0\xae\x93\xda\x6f\x1f\x77\xa0\x76\x29\xac\xdf\xfd\x19\xe7\x22\x1c\x03\xff\xdc\x8d\x5a\xbe\x85\xd1\x65\x01\xa3\x8b\xf0\xce\x6e\xed\xd5\x5c\x9b\xe3\x6f\x3d\xbb\x38\x7d\xf5\xe2\xd5\xcb\xbf\xbe\x78\xf9\x37\x22\x68\x17\xa7\xe9\x0f\xaf\x5e\xf2\xbf\x67\x59\xef\xe3\xd3\xfc\x58\x21\x92\x79\xcc\x9b\x44\x14\x07\x29\xf1\xe1\x67\x61\x7d\x1e\xb6\x13\x92\xe6\x3e\xe7\x58\xd6\x3c\x03\xf3\x13\xca\x92\xa6\x1c\xea\x15\x5a\x2d\x12\x9d\xa4\x2e\x80\x49\x89\xe6\xe9\x5c\x13\x6a\x61\xd0\xda\x0d\x0c\xbe\xa9\x12\x77\x23\x11\x01\x40\xa1\x8d\x7b\x26\x07\x8a\x80\xa0\xf1\x6a\xa3\xf3\xd7\x5e\x52\x8e\xae\xea\x91\x9e\x12\x01\x6c\x99\x2a\x74\x94\xfc\x68\x56\xc8\x7d\xa2\xb0\x42\x9c\x0a\xe5\xe0\x5f\xa3\xab\xcd\x2f\x26\x6b\xd7\x3d\x6b\x59\xdb\xb9\x6e\xdb\x21\x4f\xae\xdd\x08\x28\x57\xeb\x22\xf1\xa8\x94\x1e\x62\x60\x9c\x93\x79\xf4\xdd\x3e\x7e\x0e\xfa\xc8\x95\xf5\xcd\x21\x1a\x2f\x0f\x8c\x7b\x5d\x88\x42\x69\x07\xbd\x87\x45\xb9\x29\x10\x4d\x05\xb6\x84\x7d\x2f\x7c\x17\xf6\x41\x25\xd7\x18\x1e\xd7\xef\xae\xa0\xa2\xfe\xcc\x25\x5b\xe9\x47\x4d\xc4\x13\xe1\xa2\xdb\x69\x20\xf1\x1f\x03\xd4\xc1\x69\x21\x38\xb6\x27\x03\xb8\x97\x90\xfc\xc5\x20\x47\x2e\xca\xfc\xd3\xe6\xa8\x39\x53\xaa\xdb\xc4\x96\x05\x25\xfb\x1a\x8a\x54\x6b\xb9\xfb\xa8\xf0\x8e\x4e\xd2\xe8\xb7\xfe\x9c\x22\x76\xf5\xe0\x97\xf1\x9b\x9f\xb2\xfe\x71\x98\x05\x2e\x2c\x81\xe1\x7e\x30\x9c\x99\xd2\xdf\x2d\xfc\x03\x4b\x54\xfe\xcc\xd3\x25\x16\x07\x9a\x0e\xec\x5e\x22\x0e\x02\x3f\x0e\x30\xf7\x6f\x7b\x84\x85\x5c\x58\x3f\xd9\x3e\x80\x8d\x24\x2d\x5b\x9e\xbf\xc4\xb8\x87\xb4\x4e\xfc\x46\xb0\x7b\xf4\xdb\x3d\x56\xb0\x10\xb7\x92\x8e\x44\xd8\xfe\x91\xca\x1a\x86\x42\x4b\x91\x6d\x7c\xbb\xb2\x86\xe2\xca\x5f\x7a\x10\x1c\xd9\x52\x28\xb4\x49\x10\x9d\xdd\xe6\x80\x8e\xea\x6c\xa0\x04\xed\x6a\x7d\x72\x92\xc9\xd2\x03\xa9\x57\xf2\x1d\x35\xe6\x85\xab\xfa\xeb\x52\x1e\x46\xd9\x20\xf4\xc0\x1e\x58\x62\xb6\x31\x30\xf5\x27\x76\xa0\xd4\xd9\x42\x3e\x83\x53\xdd\x16\x06\xaf\x06\xe3\x35\x3c\x61\x41\xab\x5d\x29\x35\x86\x1e\x71\x8a\xa3\xf8\xd6\x7c\x61\x2b\x26\x24\x4b\x85\x14\xae\x4a\xfe\xd0\x0a\xb7\x68\x68\x23\x82\xbd\xde\xc7\xc7\x14\x9b\xfe\xa8\x65\x15\xfe\x4d\x56\x09\xe2\x34\x5b\x22\x2f\x25\xb6\xb2\xc9\x93\xdd\xe7\xc3\xab\xff\x3b\x5e\xff\x21\x56\x00\xd3\x80\xff\x6f\x00\x00\x00\xff\xff\x92\xef\xd6\x2d\xe3\x26\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x5a\x5d\x6f\x22\x39\xd6\xbe\xe7\x57\x1c\xf1\xde\x04\x89\x90\x77\xa6\x77\xb4\x52\x6b\xe6\x22\xd3\xa1\x67\xd9\xce\x40\x14\x60\x47\xbd\xad\x56\xb5\x29\x1f\xc0\x1b\x97\x5d\x63\xbb\x48\x6a\x56\xfb\xdf\x57\xc7\x76\x41\x11\x2a\x01\x12\xb2\xda\xed\x9b\x0e\xf5\xe1\xf3\x3c\xe7\xe3\x39\xc7\x55\xb5\x62\x46\xb0\x99\x44\x68\xeb\x1c\x95\x75\x2c\xbd\x4b\x32\x66\x1d\x9a\xc4\x68\xed\x92\x95\x96\x45\x86\x89\x2b\x73\x6c\xc3\x3f\x5b\x00\xf4\x17\xc4\x7f\x3f\x81\x75\x46\xa8\x45\x0b\x80\xe3\x9c\x15\xd2\xc5\xc3\xaa\x90\xd2\x1f\xb4\xa9\x11\xb9\x13\x5a\xc1\x4f\xd0\x9e\x2c\x31\xdc\xae\xe7\x10\xd6\x85\xb9\x36\xe0\x96\x08\x64\x0b\x66\x52\xa7\x77\xc0\x71\x25\x52\x7f\x4d\xc0\x01\x4a\x73\xb4\xbd\x76\xeb\x5f\xad\xd6\x81\x68\xad\xf8\xa3\x11\xad\x2a\xb2\x19\x9a\x23\xd0\xd2\x42\x84\x84\x20\x46\xc4\x42\xc1\x42\x2c\xd8\xac\x74\x68\x4f\x01\x7f\xc6\x2c\x26\x22\x63\x0b\x4c\x14\xcb\xf6\x39\x79\x0b\xe1\x90\x65\x6b\x74\xb4\x0c\xf8\x65\xc0\x69\x28\xec\xc6\xb5\xfb\xec\x6b\xed\xac\x33\x2c\x4f\xec\x52\x64\x89\x58\x28\x41\xeb\x1f\x11\xec\x76\x7b\x17\xda\x2f\xa8\xd0\x30\x87\x1c\x72\x2d\x94\x43\x73\x41\xab\x43\xb5\x3a\xa4\x5a\xcd\xc5\x02\xee\x85\x5b\x12\x58\x03\x29\x83\x59\xa1\xb8\xc4\xa7\x91\xa6\x06\x39\x2a\x27\x98\xb4\x09\x2b\xdc\x32\x29\x8c\xdc\x86\xd9\x00\xd1\xc3\xdb\xc1\xf7\xe3\x8f\xfd\xd1\xc7\x96\xc1\xdf\x0b\x61\x90\x83\x98\x43\x2a\x75\xc1\x41\x58\x50\xda\x81\xcd\x31\x15\x73\x81\xbc\x03\x94\x05\x03\x6f\xd6\x95\x40\x56\xe9\xcf\x94\xf9\x75\xa6\xb7\xd7\x3d\x18\xcc\x41\x67\xc2\x39\xe4\x5d\xef\xee\xd1\x38\xb9\x9c\x4e\xfe\x92\x4c\x6f\xaf\x01\xd5\x4a\x18\xad\x32\x54\x0e\xd6\x8c\x84\x25\xc6\xbc\xd7\x22\x08\x87\x70\x4d\xd1\xb8\x1a\xcf\x23\x49\x8e\x3d\x97\x12\x52\x29\x08\x06\x2d\x26\xe6\xc4\x00\x61\x2e\x64\x48\x93\xf1\xf8\xba\x3a\xbf\x4d\xb1\x07\x9f\x75\x01\x29\x53\xd1\x25\x25\xa0\x70\x4b\x34\xc0\x20\x67\x6e\x49\xa9\x46\x9c\xfd\x42\x31\xdd\x52\xad\x1c\x2a\x67\xab\xc4\xac\x19\xac\x3b\xab\xf2\xd5\x87\xfe\xed\xe4\x54\x7e\xa2\x10\x9e\x2c\x21\xaa\x0c\x6b\xc8\x89\x4b\x05\xa8\x9c\x29\x49\x0b\x58\xc8\x1c\xdb\x2b\x59\x26\xbd\x23\x7a\x30\x46\xf4\xf4\xd6\x30\x2d\xbf\x3b\x5b\x3a\x97\xdb\xf7\x17\x17\x5c\xa7\xb6\xb7\x3e\xd3\xd3\x66\x71\x51\xbf\xee\x42\x32\x87\xd6\x5d\x50\x51\x5c\x84\x2a\x89\xff\x15\x26\x84\x64\xe9\x32\xf9\x7f\xe1\xd0\x39\xd9\xb3\x1d\xe0\x3a\x2d\xc8\x79\x21\x2d\x29\xa2\x99\x36\x24\x55\x73\x6d\xb2\x70\x90\xcd\x74\xe1\x76\xb0\xda\xc6\xfc\xfd\x70\x3d\x9a\x5e\x9d\x28\x28\x5c\x67\x4c\xa8\x44\xf0\x97\x67\xb0\x2f\xc1\xab\x2a\x9f\xae\xfc\x82\x94\x79\x36\xd5\xb9\x57\xbb\xb3\x75\x81\xae\xde\x75\x1a\x19\x5d\x8d\x7e\xbd\x1c\x0c\x93\xc1\xd3\xac\xd2\x25\xa6\x77\x2f\x20\xb6\xab\xd9\x2f\x60\x57\x17\xf2\xe3\xf9\xcd\xb5\x94\xfa\x5e\xa8\x45\x23\x39\x0b\xcc\x60\x45\x0f\xce\x68\xe9\xa5\xb0\xa0\x0d\x47\xd3\x79\x5f\x73\xce\xf0\xf2\xd7\x7e\xd7\xff\xee\x7f\xbc\x9c\x5e\x4f\xe2\xf1\xc3\x3d\x82\x8a\x7b\xb1\x7f\x3c\x2c\x34\x3b\x24\x2f\x66\x52\xa4\x7b\x65\xeb\x7e\x29\xd2\xe5\x7a\x6a\xa8\x4c\xac\x7b\x9c\xd1\x99\xf7\x81\x45\xe3\xdb\x6e\xca\x1c\x93\x7a\xd1\x83\x81\xf3\xb2\x35\xa3\x53\x0e\x0a\x4b\xee\x89\xc9\xd0\x1f\x5e\xdd\x8c\x06\xc3\x49\x32\xf9\x7c\xd3\x6f\xf4\x99\xf7\xb1\x2f\x7a\x74\x5d\x08\x48\xd7\xb6\xed\xf1\x45\x20\x94\xc5\xb4\x30\xd1\x29\x1b\x27\xcc\x99\xb4\xf8\x64\x62\x98\xc2\x12\x02\x39\x3f\xb7\x62\xa1\x90\x07\x99\xde\xc8\x69\x73\xf1\x0e\x86\xe3\xfe\x87\xe9\x6d\x33\xb1\xe3\xa1\xdf\x61\x79\xb2\xde\x93\x1b\xb1\xa2\xbe\x73\x87\xe5\x7f\xa6\xf7\xdc\x61\xd9\xd4\x73\x3e\xf5\x3f\x9f\xc8\x3b\x39\xb3\xf6\x5e\x9b\xd7\x75\x1d\x52\x80\x9b\xb8\x10\xb1\x92\x7a\x21\x94\x1f\x8d\x1a\x03\x7c\x73\x39\x1e\xff\x36\xba\x3d\x95\x40\xe7\x46\xff\x03\x53\x77\x2a\xa1\x0e\xcb\x90\x5e\xdf\x2f\xd1\x84\x3e\x18\x4d\x10\x36\xa9\x53\x3f\x15\x36\xf1\xba\x1d\xfd\xb5\xff\x61\xf2\x16\x5a\xfd\x88\xe3\x49\x34\x3b\x12\xa5\xb5\x9e\xa5\xda\x1c\xc3\x6d\xae\x24\xbd\xa7\x63\x6b\x70\xb1\x3d\xc0\xbf\x80\x5d\x58\xa3\xaa\xa3\x51\x8e\x6a\x4c\x76\xe2\x98\x1c\xd4\xb7\x91\xd9\x6d\xff\x97\xc1\x68\x0f\x23\x9f\xa0\x74\xf3\xa3\xeb\xab\x49\x8b\x44\x97\x94\x00\x94\xae\x80\xdc\x0b\x29\x49\xcc\xe3\xad\x0e\xec\x52\x17\x92\xd3\xa1\x5c\x5b\x2b\x68\x65\xa7\x3d\x9a\xb0\x21\x0b\xb7\x09\x05\xa4\xfc\x12\xcf\xe3\x81\x0d\x93\x1a\x38\xdb\x85\x59\xe1\x42\x5f\x9c\xe1\x92\xad\x04\x4d\x50\xac\x24\xd0\x25\x70\xcc\x51\x71\xea\x1f\x5a\x3d\xf2\x46\x9d\xe0\x0c\xe9\x92\xe3\x6a\xcf\xde\x93\xe4\x1d\xd5\x15\xc6\xe8\x9b\x9f\x33\x85\x27\x5c\x93\x4c\x04\xb6\x60\x42\x59\x07\x63\xbf\x6c\x17\x18\x8c\xef\xc5\xdc\x9d\x2b\xe6\xc4\x0a\x1f\xef\x5e\x6c\x69\x1d\x66\x8d\x41\x1c\xff\x46\x5b\x98\x3d\xf1\x23\x75\xce\xa8\x45\x31\x69\x75\xec\xb2\x68\x7c\x3d\x44\x69\x0e\x38\x2e\x3c\x88\xcd\x49\x5b\xa4\x4b\x60\x76\x7d\xe0\x7d\xac\x19\x9a\x9b\x43\xf0\xf2\x9a\x18\xee\xac\xe3\x35\xfd\xa3\x50\x4c\xca\xb2\xeb\xcd\xae\x27\x75\x66\xfd\xe5\xbe\xf0\x6a\xd9\x1b\xee\x8b\x13\x42\x0f\x86\xda\x51\xad\xb2\x18\x70\x9f\x59\x5a\xc9\x12\xee\xb5\xb9\xa3\x52\x56\x9e\x60\xd8\x9b\x6e\xc7\x7b\x34\xf3\xc5\x3d\x76\xda\xd0\x46\xdb\xa0\xd5\x85\x49\xd1\x1e\x1e\x71\x87\x8a\x29\x77\xc2\x71\x78\xe2\x17\xac\x8f\x88\xdf\x77\xa8\x1d\xde\x44\x21\xda\x9a\x1d\x0f\xe8\x2e\x93\xfe\xf0\x72\x38\x21\xf5\xd5\xa6\xae\x54\x4f\xc8\x71\x98\x2e\x8f\xcb\xfa\xe8\x83\x93\x4f\xce\x6f\xe4\x0a\x2f\x4d\xdb\xce\x78\x5a\xdd\x5e\xe0\x0d\x7d\x87\xaf\x10\xeb\xdb\xda\x96\x95\xc4\x33\x4c\xba\x54\x5b\xde\xc1\xc0\x14\x5f\xd7\x53\x07\x2e\xc1\x9b\xa3\x22\x66\x0a\xf0\x21\x17\x64\xaa\x0b\x0e\xb3\x5c\x1b\x52\xbb\x0c\x99\xf2\xf3\x13\x4b\x53\xb4\x34\xeb\xda\x02\x39\xac\x04\xf3\x6e\xf9\x84\xa5\x75\x5a\xe1\xa6\x9c\x7e\x2e\xab\xf9\x8c\x0c\xb3\x60\xa0\x0b\xa5\x2e\x80\x6b\x0f\x69\xc9\x56\x5e\x12\xaa\x31\x8e\xad\x4b\xff\x62\x5d\xe9\xa9\xce\x66\x42\xf9\xb2\xed\x92\x64\xa7\xa1\x9d\x06\xb4\xf7\xcc\x02\x93\x06\x19\x2f\x21\x35\xe8\x07\x88\x59\xf3\x3a\xb4\xc9\xd5\x73\x98\x11\x6d\x3d\x87\x09\x1a\xc3\x68\x13\xdc\x1c\xe0\xd1\xa7\xfe\x30\x86\xd6\x3f\xb3\x09\x07\x4e\x95\xe7\x85\xc5\x44\xa7\x8e\xad\x04\x3b\x4a\xe2\x07\x73\x2f\x6b\x51\xe5\xbb\x70\x79\x33\x00\x83\xbf\x17\x68\x5d\x94\xab\x45\xd0\xc5\x6b\xcd\x38\xfc\xcc\x24\x53\x29\x9a\xf5\x16\xe8\x6c\x14\x6c\x76\x80\x9a\x01\x32\x5e\xd5\xc7\x10\x1d\x49\x1c\x85\x69\x7d\xed\x10\x0b\x67\xb4\xea\x1c\xc5\xca\xbc\xe5\xb0\xe8\x9f\x06\xee\x19\x9f\xa6\xe3\xfe\xed\x5b\xcc\x89\x75\x6e\x6f\x38\x24\x1e\x4b\xf1\xb4\xe3\xa1\x27\xf9\xda\xc8\x4d\x89\xc2\xe0\xea\x00\x15\xf5\x44\x9e\x09\xd2\xd1\x35\x65\x4e\x13\x9a\x69\x6d\x58\x39\x80\xc2\xfe\x81\xf6\x59\x0e\xf8\xe0\xc8\x9c\x4c\x54\x28\xc2\x97\x7b\xff\x4c\xfb\xdf\x4c\x76\xb6\x9a\x5f\x65\x00\xa2\x81\x9e\x7f\x72\x1d\x7f\x54\x18\x89\x6b\x6e\xf4\x4a\x70\x6c\x7d\x94\x9a\x39\xd2\x82\xc1\x4d\xa5\xf5\x71\xdc\xe2\x98\x4b\x5d\x22\x8f\x6f\x0e\x60\x14\x0d\x86\x29\x39\x6e\xc2\x5d\x6c\xbe\x2d\x6d\x60\x3a\xa5\x71\x21\xc0\xf4\x13\xe1\x0c\x37\x8f\x4b\x8f\xf3\xcb\x76\x62\x1e\x1f\xd9\x9a\x77\x02\xaa\xff\x69\xef\xc4\x57\x5b\xf8\xe0\x0c\x4b\xec\x22\x11\xdc\x6e\x25\x8e\x14\xd6\x9d\x05\xff\x74\xb6\x1c\xf4\xe5\xeb\x01\x0e\xba\x16\xd6\x37\x4b\xc6\xb9\x08\xc7\xc0\x3f\xa6\xa2\x09\x69\x61\x74\x91\xc3\xe0\x2a\xbc\xe2\xda\x7a\x93\xd5\x6a\xf5\x1f\x58\x96\x4b\x7c\x0f\xdf\xbe\xb4\xed\xe2\xfc\x87\xef\x7e\x78\xf7\xff\xdf\xbd\xfb\x53\xbb\x0b\xf4\x73\xf6\xfd\x0f\xef\xf8\x9f\xd3\xb4\xfd\xf5\xdb\xb3\xe4\x58\x2e\x92\x79\x74\x73\x22\xf2\x53\x85\xbd\xff\x20\xac\x8f\x5c\x3d\x84\xb4\x53\x72\x8e\xa5\xeb\xa7\x46\x7e\xa6\x5f\xd2\xbe\x80\xba\x6b\x6d\xa8\xa0\x93\xd4\x37\x99\x94\x68\x9e\x8f\x8e\x50\x0b\x83\xd6\x3e\x41\xe2\xad\x19\x44\xeb\x90\x6b\xe3\x5e\x48\x80\x22\x20\x68\x37\x92\x1f\xf3\xd6\x71\x70\x53\x6d\x84\x29\x1f\xc0\x16\x33\x85\x8e\xf6\x42\x68\x56\xc8\x7d\xbe\xb0\x5c\x9c\x0b\xe5\xe0\x6f\x83\x9b\xa7\x5f\xe7\x55\xee\x7b\x8d\x75\xdb\x68\xbe\xee\x9e\x67\x21\xac\xd5\x87\x2b\xdb\x04\x62\xa7\xbe\x1e\x43\x61\x9c\x93\x15\xf4\x13\x33\x3e\x04\x8d\xe1\xca\xfa\x01\x0b\x8d\x17\x0d\xc6\xbd\xb2\x44\xb1\xb1\xbd\xf6\xce\x0b\xd4\x2f\x5f\x9f\x8c\xd0\xba\x34\x6b\x02\xf9\x12\xa8\x57\xf6\x51\xa5\x57\x70\x76\xeb\xfb\x18\x7c\x51\xa0\xe6\x92\xad\x74\x53\x5f\xde\x13\x4b\x5a\x85\x46\x7d\xff\x9a\xbd\x8a\x5c\x0d\xcc\x99\xed\xf4\x60\xa3\x36\xd9\x77\xbd\x0c\xb9\x28\xb2\x6f\x4f\x87\xd4\x99\x42\xdd\x25\xb6\xc8\xa9\x2e\x1e\x6b\xca\x4c\x6b\x79\xf8\x1c\xfe\x91\x4e\xd2\xbe\x6a\xfb\x21\x40\x1c\x99\xc1\x5b\xf2\x9d\x45\x59\xff\xac\xc9\x02\x17\x96\xf0\x70\xbf\xeb\x9a\x98\xc2\xdf\x2d\xfc\xd3\x40\x54\xfe\xcc\xf3\x05\x19\x77\x0b\x0d\xf0\x4f\x84\x3d\x6e\x0d\x36\xef\x51\x84\x85\x4c\x58\xbf\x67\x7c\x84\x19\x49\x85\xf6\x3c\xd9\x88\xe1\x0f\xc9\x9e\xf8\x9e\xf1\xaa\x8f\x18\xc2\x42\xb1\xf9\x34\xe4\xc3\xfe\xaf\x40\xb6\xa0\xe4\x5a\x8a\xb4\x3c\x06\xcc\x8d\xbf\xe3\x24\x70\xd2\xa5\x50\x68\x93\xa0\x4f\x3b\x63\xcd\xd1\x1f\x54\x6c\x66\x99\xa8\x78\xb5\xaf\x3c\x52\x59\x78\x4c\x95\x51\x3f\xc4\x62\x96\xbb\xb2\xbb\xdd\x0e\xc2\xee\x31\x34\x0b\x60\x8f\x56\x62\x76\xbd\xc0\xd8\x9f\x38\x80\xdd\x53\x53\xdb\x2b\xe8\x55\x43\x59\xf0\x75\xb0\x53\x21\x15\x16\xb4\x3a\x94\xdd\x7a\xa1\x1d\x7a\x71\x23\xbc\x37\x99\xd8\x8a\x09\xc9\x66\x42\x0a\x57\x26\x7f\x68\x85\x87\x29\xef\x96\x74\xb6\xdb\x5f\x77\xd9\xae\x27\xaf\x9a\x01\xf8\x3b\x19\x20\xb4\xe3\x74\x89\xbc\x90\x58\x4b\x37\xcf\xfb\x98\x2f\xa0\xfe\x9b\xa0\xfb\x8f\xa3\x02\xae\xe7\x79\x50\x50\x9a\xe4\xa4\x11\xbb\xc5\x67\xfa\x1d\x89\x8a\x6d\x2a\xe3\xcd\x27\x5b\xc1\xd8\xbe\x3a\x6e\x82\x74\x4a\x59\x79\x06\xcf\xbf\x03\x00\x00\xff\xff\x27\x92\xa0\x86\x9a\x27\x00\x00"), }, "/ovirt": &vfsgen۰DirInfo{ name: "ovirt", @@ -2166,31 +2601,6 @@ var Assets = func() http.FileSystem { compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcd\x31\xcb\x83\x30\x10\xc6\xf1\x3d\x9f\xe2\xc0\xd9\x64\x7d\x71\x73\x70\x78\xa1\xb4\xd0\x14\x3a\x16\x6b\x4e\xbd\x56\x73\x92\xbb\x28\xfd\xf6\xa5\x50\x1c\x3a\x3d\xf0\x7b\x86\x7f\x01\x1e\x11\x74\x44\x38\x5d\x8f\xcd\xd9\x43\xe0\x4e\x2a\x18\x55\x17\xa9\x9c\x1b\x48\xed\xf3\x4f\x2c\xb1\xeb\x78\x9e\x73\x24\x7d\xb9\x8e\xa3\x26\xba\x67\xe5\x24\x6e\xc8\x14\xd0\xf1\x16\x31\x89\x9d\x83\x29\xe0\x32\x92\x40\x4f\x13\xc2\x23\x8b\x42\x16\x14\x68\x27\x6a\x3f\x1b\xb0\xa7\x88\x01\x28\x7e\x7b\xb7\xfa\xf0\x5f\xfb\xc6\x5b\x63\xda\x65\x49\xbc\x62\x92\xca\x00\x94\xc0\x2b\x25\x2d\x77\x34\x09\x57\xc2\xed\xe7\xde\xd1\xbc\x03\x00\x00\xff\xff\xf9\x98\x17\x39\xc9\x00\x00\x00"), }, - "/ovirt/affinity_group": &vfsgen۰DirInfo{ - name: "affinity_group", - modTime: time.Time{}, - }, - "/ovirt/affinity_group/main.tf": &vfsgen۰CompressedFileInfo{ - name: "main.tf", - modTime: time.Time{}, - uncompressedSize: 487, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\x4d\x6a\x04\x21\x10\x85\xf7\x9e\xe2\xe1\x2a\xd9\xcc\x0d\xe6\x24\xc3\x20\x62\x97\x4e\x81\x5d\x36\xa5\x2d\x69\xc2\xdc\x3d\xb4\xf9\x99\x24\x24\x8b\x76\xf9\x7c\xdf\xe7\x03\x95\x6a\x59\x35\x10\x6c\xe9\xac\xcd\xf9\x18\x59\xb8\x6d\x2e\x69\x59\x17\x0b\xfb\x33\xa8\x16\xaf\x06\x08\x65\x95\x86\x8f\x73\x46\x26\x49\xed\xf6\xd4\xbd\x9e\xfe\xb2\xd4\x67\x03\x88\x9f\x09\x0f\xe4\xdf\xee\x65\xb8\x4f\x2c\x13\xbd\x5c\x2f\x76\xc7\xec\xd5\x00\x13\xd5\xa0\xbc\x34\x2e\x72\x84\xff\x86\x0d\x4d\xc8\x6b\x6d\xa4\x8e\xa7\x5f\x33\x1e\x17\x06\x58\x94\x8b\x72\xdb\x0e\x8e\xfd\xc4\xc6\x4b\x7d\x76\x4b\xa9\xdc\xb8\xd3\xee\x88\x3e\x57\x7a\x8f\x49\x62\xd1\xc0\x92\x0e\xa8\xbf\x98\xe1\xce\x1c\x29\x6c\x21\xd3\xf8\x0d\x80\x93\x14\x25\x17\x6e\x5e\x12\x55\x9c\x71\xe9\xb3\xcb\x5c\xdb\x5e\xbe\x9b\xbb\x79\x0b\x00\x00\xff\xff\x1b\x5f\x20\x2e\xe7\x01\x00\x00"), - }, - "/ovirt/affinity_group/outputs.tf": &vfsgen۰CompressedFileInfo{ - name: "outputs.tf", - modTime: time.Time{}, - uncompressedSize: 95, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\x2f\x2d\x29\x28\x2d\x51\x50\xca\x2f\xcb\x2c\x2a\x89\x4f\x4c\x4b\xcb\xcc\xcb\x2c\xa9\x8c\x4f\x2f\xca\x2f\x2d\x88\x4f\xce\x2f\xcd\x2b\x51\x52\xa8\xe6\x52\x50\x28\x4b\xcc\x29\x4d\x55\xb0\x55\xc8\x49\xcd\x4b\x2f\xc9\xd0\xc0\xa6\x5c\x0f\x95\x5b\xac\xc9\x55\xcb\x05\x08\x00\x00\xff\xff\xc6\x1a\xe0\x97\x5f\x00\x00\x00"), - }, - "/ovirt/affinity_group/variables.tf": &vfsgen۰CompressedFileInfo{ - name: "variables.tf", - modTime: time.Time{}, - uncompressedSize: 328, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcf\x3d\x6e\xc3\x30\x0c\x05\xe0\x5d\xa7\x78\xd0\x94\x00\x41\x6f\xe0\x29\x5d\xba\x77\x2b\x0a\x43\x96\x29\x87\x85\x22\x0a\x14\x9d\xc2\x08\x72\xf7\xa2\xcd\xcf\xe0\x46\xa3\x40\xbe\xf7\xf1\x14\x94\xc3\x90\x09\x5e\x4e\xac\xd6\xc7\x3c\x37\x23\xed\x79\xf4\x38\x3b\xc0\x96\x4a\xb8\xbd\x0e\xcd\x94\xcb\xe4\x80\x91\x5a\x54\xae\xc6\x52\xd0\xc1\xbf\x1f\x08\x6f\xaf\x90\x84\xfd\x75\xdf\xbb\x8b\x73\xeb\xec\x90\x12\x17\xb6\xa5\x9f\x54\xe6\xda\x9e\x15\x64\x6e\xb6\x91\xe1\x8b\xa2\x6d\xce\x28\xe1\x48\x8f\xd6\x1d\xaa\xb2\x28\xdb\x82\x0e\x65\x3e\x0e\xa4\xbb\x95\xe3\x3e\x48\x25\x89\x46\x2e\xd3\xe3\x0f\x97\xed\xf6\x3f\x7b\x2f\xc5\x54\x32\x6a\x0e\x85\x70\xe7\xe1\xca\x83\x1d\x82\xe1\x9b\x73\xc6\x40\x88\x4a\xc1\x68\x7c\xf1\x7f\x29\x29\xcc\xd9\x6e\xe4\x8f\xcf\xdf\x5b\x7f\x02\x00\x00\xff\xff\xd5\x3d\x41\xf0\x48\x01\x00\x00"), - }, "/ovirt/bootstrap": &vfsgen۰DirInfo{ name: "bootstrap", modTime: time.Time{}, @@ -2198,130 +2608,189 @@ var Assets = func() http.FileSystem { "/ovirt/bootstrap/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 433, + uncompressedSize: 647, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xc1\x6a\xc3\x30\x10\x44\xef\xfb\x15\x83\xe8\xa1\x85\xd6\xd0\xd2\x43\x7b\xc8\x97\x84\x20\x54\x59\x84\x05\x4b\x6b\xa4\xb5\xa1\x0d\xfe\xf7\x22\x27\x91\x4d\x2f\xd5\xf1\xf1\x34\xcc\x4e\x0e\x45\xa6\xec\x03\x8c\xcc\x9c\xd5\xce\xd1\xc0\x7c\x89\x68\xd1\xec\x46\x83\x0b\x01\xc9\xc5\x80\xdb\x3b\xc0\x3c\x5c\x66\x97\x3b\x3f\x4c\x45\x43\xb6\xdc\x2f\x2f\x9b\x4f\x40\x0c\x51\xf2\x77\xb3\x3f\x5e\x3f\xdf\x2a\xf6\x92\x43\xd9\x42\xde\x57\xd6\x32\x2a\xab\xa9\xd7\x12\x1b\x27\x40\x43\x1c\x07\xa7\xa1\x5a\x7b\x69\xc7\x89\x00\x4e\xac\xec\x06\xfe\x71\xca\x92\xd6\xde\x80\x9f\x8a\x4a\xb4\xc5\x67\x1e\xf5\xf6\x9b\xcf\xd5\x94\x64\x5b\x6b\x02\x16\x5a\x88\xfe\x6e\xa1\xee\x6c\x60\xee\x65\x9a\x7e\xe5\xbb\x61\xfe\xdf\x64\x8e\x96\xfb\x82\x03\xbc\x24\xef\xf4\xf1\x78\x1f\xbb\x6b\x5a\xc7\xfd\xe9\x19\xc7\xdd\x7d\x71\xdc\x6e\x5c\x03\x4e\x4f\xb4\xd0\x6f\x00\x00\x00\xff\xff\x06\xfe\xd0\xcf\xb1\x01\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x90\xdd\x4a\x03\x31\x10\x85\xef\xf3\x14\xc3\xe2\x85\x82\x16\x14\x2f\xf4\xa2\x4f\x52\x4a\x48\x93\xb1\x0c\x24\x3b\x61\x32\x59\xd1\xb2\xef\x2e\xfb\xdb\xba\x08\xe6\xf2\x3b\x1f\x87\x9c\xc9\xc2\x1d\x05\x14\x68\xb8\x23\xd1\x06\x2e\x06\xa0\x4a\x84\xe9\xed\xa1\x73\xb2\x1b\x23\x5b\x25\x0e\x59\x41\x69\x5d\xc2\x4d\x36\x53\x03\x90\x5d\x29\x9f\x2c\xe1\xb7\xb0\x50\x03\xe0\xdd\x07\x45\xdc\xb6\x4f\x74\x8c\xed\xa9\xb6\x21\xe2\x26\x9e\xa9\x01\xa0\xb6\xa0\xaf\xb2\xf9\xc2\x42\x4d\x6f\x8c\x60\xe1\x2a\x1e\xe7\x55\xb6\x4b\x0d\x34\x27\x66\x2d\x2a\x2e\x4f\x23\xa7\x11\xcb\xcc\xe6\xee\x32\x54\xf9\x58\x8b\xa2\x58\x0a\xfd\xd3\xd5\x37\x00\x09\x13\xcb\xd7\x6a\xbf\x3d\xbf\xbf\x0c\xd8\xb3\x60\xb9\x96\xbc\x8e\x6c\xed\xd8\x2c\x5c\xb9\x01\x50\x4c\x39\x3a\xc5\xc1\x9a\x24\xc1\x88\xae\xa0\xa5\xe4\xce\x68\x6f\x72\x33\x4e\x26\x25\x17\xe9\xdb\x29\x71\x3b\xfe\x1f\xc0\xd7\xa2\x9c\x6c\xf1\x42\x59\xe7\x16\x3a\x0f\x26\xb7\x76\xfd\xbd\x01\xe8\xff\xba\x89\xba\x73\x03\xcd\xf2\xa9\x55\x9f\xf8\xcd\x81\xfe\xbf\x4d\x97\x2c\x85\x02\x7b\xf0\xdc\x7a\xa7\xf7\x87\xe5\xe8\xbb\x55\xdb\x51\x38\x3e\xc2\x61\xa8\xd1\x94\x2d\xa5\xcc\xa3\x61\x29\x1c\x1f\x4c\x6f\x7e\x02\x00\x00\xff\xff\x81\xa2\x7b\xf8\x87\x02\x00\x00"), + }, + "/ovirt/bootstrap/outputs.tf": &vfsgen۰FileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + content: []byte("\x6f\x75\x74\x70\x75\x74\x20\x22\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x5f\x76\x6d\x5f\x69\x64\x22\x20\x7b\x0a\x20\x20\x76\x61\x6c\x75\x65\x20\x3d\x20\x6f\x76\x69\x72\x74\x5f\x76\x6d\x2e\x62\x6f\x6f\x74\x73\x74\x72\x61\x70\x2e\x69\x64\x0a\x7d\x0a"), }, "/ovirt/bootstrap/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", modTime: time.Time{}, - uncompressedSize: 809, + uncompressedSize: 105, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x91\x4b\x4e\xc3\x30\x10\x86\xf7\x39\xc5\xaf\x1c\x80\x1b\x74\x05\x1b\x24\x1e\x1b\xc4\xd6\x9a\x3a\x93\x78\x84\x5f\xb2\xa7\xad\x10\xe2\xee\xc8\xa1\x0f\xa9\x94\x42\x9b\x55\x94\xd1\x7c\xdf\x37\xca\x9a\x8a\xd0\xd2\x33\x7a\xeb\x57\x55\xb9\x18\x19\x7a\x7c\x74\xc0\xc0\xd5\x16\xc9\x2a\x29\x62\x81\xfe\xc5\x31\xee\xef\x90\x46\x3c\x67\x8e\xd5\xc9\xa8\xd8\xae\xf4\xdd\x67\xd7\x1d\x40\x69\x2d\x45\xcd\x31\x4e\xdf\x33\x63\xfb\x2c\x50\xb5\x48\x9c\xce\x59\x6e\xcf\xb0\x95\x43\xf6\xa4\x7c\x35\xfc\xf5\x11\x3b\xc6\x69\x41\xc8\x07\xc9\x3a\x5c\xed\xd1\x90\x9b\x6b\xe3\xc4\x3a\x6c\xa8\xc2\x16\x26\xe5\x01\x63\x2a\xdf\xef\x12\x27\xa8\xe3\x7d\xce\x70\xd4\x23\x53\x94\xc6\x35\xcb\x94\xb4\x6a\xa1\x7c\x49\xc9\x7e\x09\x3b\x0e\x6c\x8a\xa3\x4c\xc7\x57\xb7\x5f\xaa\x64\xdf\xcc\x92\x2a\x1b\x09\x34\xb1\x89\x14\xf8\x12\xd9\x13\x05\x9e\x8f\x76\x8c\x86\xc1\x8c\x81\x26\xac\x2a\xcf\x17\xb7\x49\x4c\x03\xd7\x9b\xff\xf8\x7d\xb2\xe4\xcd\x28\x9e\x4d\x26\x75\x7f\xa4\x8c\xb4\xf2\xba\xfd\xdc\xf7\x3f\xeb\x1e\x1a\x0d\x8d\x86\x46\x3b\x11\x3a\xcf\x7e\xad\xfd\x0a\x00\x00\xff\xff\x36\x63\x47\x0e\x29\x03\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcb\xc1\x09\x85\x30\x0c\x06\xe0\x7b\xa6\x08\xdd\xe3\xcd\x12\xf2\xf0\xa7\x04\x1a\x0d\x69\x28\x88\xb8\xbb\x47\x4f\x0e\xf0\x2d\x4d\xd3\xff\x00\xb7\xc4\x80\x4e\x88\xb9\x76\x48\xc1\x63\x68\x41\x6c\x6b\x7c\x11\x73\x9d\x01\xfe\xf1\xac\xb4\xbd\xd3\x4d\xf4\xca\xf2\x10\xf3\x38\xb2\x64\xf9\x17\x78\x02\x00\x00\xff\xff\x2e\xee\x58\x21\x69\x00\x00\x00"), }, - "/ovirt/bootstrap/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", + "/ovirt/bootstrap/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 132, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x41\x0e\x82\x40\x10\x04\xef\xf3\x8a\xce\x3e\x40\x34\xf1\xba\x7e\xc5\x10\x18\xe2\x24\xc8\x60\xcf\xb2\x17\xc3\xdf\x0d\x1b\x0f\x1c\xfa\xd0\xa9\xaa\xa2\x64\x3f\x39\xdf\xf8\x0a\x40\xfd\x6c\x46\x1d\x9f\x55\x19\xe6\x0b\x32\xd2\x23\xe3\x7a\xb9\xdd\xd3\x19\xaf\xf4\x6a\xa3\x32\x5a\x05\x78\x35\x16\xe4\xff\x03\xc2\x37\x0e\x7a\xd4\xbe\xea\x12\x2f\x9b\x4a\x37\xfb\xd0\xcf\x5d\x33\x53\xd3\x76\x39\xb6\x8b\xfc\x02\x00\x00\xff\xff\x68\x37\x3f\x69\x84\x00\x00\x00"), + }, + "/ovirt/cluster": &vfsgen۰DirInfo{ + name: "cluster", modTime: time.Time{}, - content: []byte("\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), }, - "/ovirt/main.tf": &vfsgen۰CompressedFileInfo{ + "/ovirt/cluster/affinity_group": &vfsgen۰DirInfo{ + name: "affinity_group", + modTime: time.Time{}, + }, + "/ovirt/cluster/affinity_group/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 2667, + uncompressedSize: 487, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x54\x6d\xae\xdb\x20\x10\xfc\xef\x53\xa0\x1c\x20\x3d\xc1\x3b\x0b\x22\x78\xe3\x87\x02\x2c\xe2\xc3\x4f\x69\xd5\xbb\x57\x36\xb6\x83\xd7\xc6\xce\xab\xfa\xb3\xf9\x15\xed\xce\x0c\xc3\x32\x6b\xe7\xb1\x57\x2d\x78\x76\xc1\x5e\xf9\x78\x61\xbf\x1a\xc6\x92\xd7\x2c\xff\x3e\x58\x2f\xfc\x75\x6c\xf1\xe4\xf5\xd0\x0b\xe0\xad\x30\x40\x7a\x53\xb5\x61\xcc\x89\x10\xbe\xd0\xb7\x6b\xc0\x5c\x6d\x18\x93\xe2\xae\x34\x50\xf5\x5c\x1d\xdb\xfc\x96\x6c\xab\x81\xb4\xa7\x6a\xc3\x98\xb2\x01\x64\xf2\xc4\xc2\x5c\x6d\x7e\x37\x8d\xc1\x36\x69\x60\x97\x08\xc6\x69\x11\x21\x5f\x2b\x60\xf2\x12\xd8\xf1\xef\x83\x5d\xae\x3f\x16\x5e\xc3\xd8\x74\xbe\x4e\x21\x82\xe7\xaa\xad\xb0\x0a\xab\x0b\x74\x61\x87\x88\x5e\x74\xc0\x5b\x34\x42\xd9\x8d\x48\xc9\xde\x40\x87\x0b\x77\x56\x45\x85\x96\xdf\x10\x63\x88\x5e\xb8\xaa\x85\x2d\x74\x18\xe9\xb1\xf9\x92\xbf\x36\xef\xc0\x86\x28\xe4\x83\xdf\x44\x00\xae\xcc\x60\x2c\x3f\xfe\xc6\x7c\x0d\x5a\x93\xd1\x28\x85\xe6\xc3\x9b\x73\x27\xe2\xe7\x91\x0c\x81\x2e\x53\xb5\x10\xbf\xd0\x3f\x36\x8e\x76\xa6\x5a\x42\x17\x7e\x6f\x95\xe4\xce\xe3\xa8\xbc\x9d\x4d\xc9\x27\xd0\x32\x63\xcb\xa0\xbf\x1b\xb2\x17\xf1\x1f\xa5\x6c\x4e\x6d\x85\xfe\xc1\xb2\xe5\xeb\x8c\xbb\x7a\xd0\x20\x02\xe4\x29\x17\xec\x97\xa2\x71\xaf\x7a\x6f\xa8\xf0\x56\x71\x20\x28\xe3\x70\x18\x99\xf9\x9f\x5c\x9a\xdc\x22\x36\xe2\x7e\x57\x56\xc5\x27\xef\x3c\xa6\xc3\xec\x8c\x61\x21\xf0\x6a\x62\x4e\x22\xb2\x96\x09\x2b\x38\xe9\x95\x66\x8d\x18\x84\xc2\x9b\x09\x1f\x0d\xcf\x94\x86\xb1\xfc\x97\x4b\x4c\x36\x1e\x3c\x60\x09\x7b\x67\x23\xfe\x7e\x1b\xbe\xb5\x09\x4b\x2e\xb3\xbf\x9a\x7b\x02\x2b\xb2\x9b\xbf\xe4\xa7\xb9\xcd\xb0\x77\x32\xbf\x97\xf7\xf1\xca\xd3\x04\xd5\x10\x44\x2b\x81\xc7\xa7\x9b\xaf\x5f\x0e\xab\x02\xa3\x32\x12\x3d\x84\x83\x99\x97\x30\xca\x0d\x28\x1f\x10\xc3\x19\x77\x82\x51\xb6\x01\x83\xfe\x79\x7a\x72\x86\x51\x72\x6f\xc6\x0b\x9d\x91\x27\x18\x65\x63\xe0\xad\x0a\x0f\x1e\xd4\x4f\xe0\xdd\xad\xc6\x9e\x61\xdd\x8d\x0a\xd0\x0d\xab\x08\xd0\x65\xdb\x5f\xd0\xd5\xce\x2c\xa9\x5d\x63\x76\xb7\x97\x6c\xd1\x7c\x68\x8a\xc8\x9d\xb2\x56\xd9\x8e\x3b\xd4\x4a\x3e\x77\xbd\x6d\x61\x54\xe9\x33\x75\xe0\x44\xb7\xca\xc7\x8e\xd2\x02\x1b\x3e\x26\x7f\x02\x00\x00\xff\xff\x3c\xa6\x0a\xa8\x6b\x0a\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x91\x4d\x6a\x04\x21\x10\x85\xf7\x9e\xe2\xe1\x2a\xd9\xcc\x0d\xe6\x24\xc3\x20\x62\x97\x4e\x81\x5d\x36\xa5\x2d\x69\xc2\xdc\x3d\xb4\xf9\x99\x24\x24\x8b\x76\xf9\x7c\xdf\xe7\x03\x95\x6a\x59\x35\x10\x6c\xe9\xac\xcd\xf9\x18\x59\xb8\x6d\x2e\x69\x59\x17\x0b\xfb\x33\xa8\x16\xaf\x06\x08\x65\x95\x86\x8f\x73\x46\x26\x49\xed\xf6\xd4\xbd\x9e\xfe\xb2\xd4\x67\x03\x88\x9f\x09\x0f\xe4\xdf\xee\x65\xb8\x4f\x2c\x13\xbd\x5c\x2f\x76\xc7\xec\xd5\x00\x13\xd5\xa0\xbc\x34\x2e\x72\x84\xff\x86\x0d\x4d\xc8\x6b\x6d\xa4\x8e\xa7\x5f\x33\x1e\x17\x06\x58\x94\x8b\x72\xdb\x0e\x8e\xfd\xc4\xc6\x4b\x7d\x76\x4b\xa9\xdc\xb8\xd3\xee\x88\x3e\x57\x7a\x8f\x49\x62\xd1\xc0\x92\x0e\xa8\xbf\x98\xe1\xce\x1c\x29\x6c\x21\xd3\xf8\x0d\x80\x93\x14\x25\x17\x6e\x5e\x12\x55\x9c\x71\xe9\xb3\xcb\x5c\xdb\x5e\xbe\x9b\xbb\x79\x0b\x00\x00\xff\xff\x1b\x5f\x20\x2e\xe7\x01\x00\x00"), }, - "/ovirt/masters": &vfsgen۰DirInfo{ + "/ovirt/cluster/affinity_group/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + uncompressedSize: 95, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\x2f\x2d\x29\x28\x2d\x51\x50\xca\x2f\xcb\x2c\x2a\x89\x4f\x4c\x4b\xcb\xcc\xcb\x2c\xa9\x8c\x4f\x2f\xca\x2f\x2d\x88\x4f\xce\x2f\xcd\x2b\x51\x52\xa8\xe6\x52\x50\x28\x4b\xcc\x29\x4d\x55\xb0\x55\xc8\x49\xcd\x4b\x2f\xc9\xd0\xc0\xa6\x5c\x0f\x95\x5b\xac\xc9\x55\xcb\x05\x08\x00\x00\xff\xff\xc6\x1a\xe0\x97\x5f\x00\x00\x00"), + }, + "/ovirt/cluster/affinity_group/variables.tf": &vfsgen۰CompressedFileInfo{ + name: "variables.tf", + modTime: time.Time{}, + uncompressedSize: 328, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcf\x3d\x6e\xc3\x30\x0c\x05\xe0\x5d\xa7\x78\xd0\x94\x00\x41\x6f\xe0\x29\x5d\xba\x77\x2b\x0a\x43\x96\x29\x87\x85\x22\x0a\x14\x9d\xc2\x08\x72\xf7\xa2\xcd\xcf\xe0\x46\xa3\x40\xbe\xf7\xf1\x14\x94\xc3\x90\x09\x5e\x4e\xac\xd6\xc7\x3c\x37\x23\xed\x79\xf4\x38\x3b\xc0\x96\x4a\xb8\xbd\x0e\xcd\x94\xcb\xe4\x80\x91\x5a\x54\xae\xc6\x52\xd0\xc1\xbf\x1f\x08\x6f\xaf\x90\x84\xfd\x75\xdf\xbb\x8b\x73\xeb\xec\x90\x12\x17\xb6\xa5\x9f\x54\xe6\xda\x9e\x15\x64\x6e\xb6\x91\xe1\x8b\xa2\x6d\xce\x28\xe1\x48\x8f\xd6\x1d\xaa\xb2\x28\xdb\x82\x0e\x65\x3e\x0e\xa4\xbb\x95\xe3\x3e\x48\x25\x89\x46\x2e\xd3\xe3\x0f\x97\xed\xf6\x3f\x7b\x2f\xc5\x54\x32\x6a\x0e\x85\x70\xe7\xe1\xca\x83\x1d\x82\xe1\x9b\x73\xc6\x40\x88\x4a\xc1\x68\x7c\xf1\x7f\x29\x29\xcc\xd9\x6e\xe4\x8f\xcf\xdf\x5b\x7f\x02\x00\x00\xff\xff\xd5\x3d\x41\xf0\x48\x01\x00\x00"), + }, + "/ovirt/cluster/affinity_group/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 132, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x41\x0e\x82\x40\x10\x04\xef\xf3\x8a\xce\x3e\x40\x34\xf1\xba\x7e\xc5\x10\x18\xe2\x24\xc8\x60\xcf\xb2\x17\xc3\xdf\x0d\x1b\x0f\x1c\xfa\xd0\xa9\xaa\xa2\x64\x3f\x39\xdf\xf8\x0a\x40\xfd\x6c\x46\x1d\x9f\x55\x19\xe6\x0b\x32\xd2\x23\xe3\x7a\xb9\xdd\xd3\x19\xaf\xf4\x6a\xa3\x32\x5a\x05\x78\x35\x16\xe4\xff\x03\xc2\x37\x0e\x7a\xd4\xbe\xea\x12\x2f\x9b\x4a\x37\xfb\xd0\xcf\x5d\x33\x53\xd3\x76\x39\xb6\x8b\xfc\x02\x00\x00\xff\xff\x68\x37\x3f\x69\x84\x00\x00\x00"), + }, + "/ovirt/cluster/main.tf": &vfsgen۰CompressedFileInfo{ + name: "main.tf", + modTime: time.Time{}, + uncompressedSize: 1757, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x94\xd9\x0d\xdb\x30\x0c\x86\xdf\x35\x05\x91\x01\xd2\x09\x32\x8b\xa0\xc8\x8c\x4b\x44\x17\x74\xb8\x48\x8b\xee\x5e\xd8\xb2\x03\x99\x95\x8f\xa7\x80\xfc\x7e\xea\x17\x45\x26\x44\x3f\xd1\x80\x11\x6e\x7e\xa2\x98\x6f\xf0\x47\x00\x94\x68\xa0\x7e\x0f\x98\x54\xbc\x2f\x29\x59\xa2\x99\x73\x09\xa3\x53\x16\x59\x6e\x8d\x0a\x80\xa0\x52\xfa\xe5\xe3\xb0\x07\xb6\xa8\x00\xd0\xea\x45\x06\x79\xf5\x1a\x5d\xd2\xf2\x59\xdc\x60\x90\xa5\xd7\xa8\x00\x20\x97\x50\x97\xc8\x2c\x6c\x51\xf1\x57\x08\xeb\x87\x62\x10\x6e\x19\x6d\x30\x2a\x63\xbd\x56\xf2\x25\x6a\x84\xce\xf7\x80\xdb\xfd\xc7\x17\x16\x00\xeb\xa1\xa6\xa4\x8c\x51\xd2\xd0\xa2\x8d\xa9\x6f\x7e\xf6\xdd\x81\x5b\xc9\x0e\xf6\x01\x5d\xca\x4a\xbf\xe5\x53\x25\x94\x64\xd5\x88\x72\x69\x6b\x5b\x9f\xe5\x04\x40\xb6\x41\x92\x0d\x3e\x66\x39\xd9\x8e\x2f\x9e\x6f\x9b\xa1\x5e\x2f\x72\x94\x3f\x72\x8c\xbe\x84\xb3\x96\x2c\xed\x60\xf8\x61\x53\x0e\x1b\x52\x43\xfb\x32\x69\x87\xb3\x5c\x6b\xd6\xaa\xb9\x50\xba\x7a\xb8\xd6\xf0\x26\x11\x00\xf5\xa7\xd4\xbe\xb8\x7c\x20\x98\x5d\xb4\xd8\xe9\xa3\x5f\xbd\x7d\x0d\x6d\x03\xd4\x1d\x81\x7a\xb1\xfb\xc6\xdc\x23\x1a\x54\x09\xeb\xeb\x36\xca\x79\xbe\x47\x47\x99\xbc\x93\xd5\xdf\x91\x7b\x86\x35\x23\x38\x78\xab\xc8\x1d\x5e\x7b\x8f\x9d\x8e\x6e\x57\xd7\x5c\x79\xed\x20\xcd\xc3\xec\x34\xca\xfc\x09\xdb\xf5\xdb\x66\x1d\x60\xbc\x8c\xf6\x11\xd3\x49\xcf\x5b\x8c\x6b\x93\xd7\x6f\xcc\xe9\x4a\xbb\x62\x5c\x6d\xd1\xfa\xf8\xb9\x3c\xb9\x62\x5c\x3c\xd9\xe5\x42\x57\xe2\x15\xe3\x6a\x9f\xe4\x40\xe9\x2d\x13\xfd\x46\x39\x3e\x8f\xd4\x1b\x36\x3e\x79\x01\xbe\x61\x07\x05\xf8\xb2\xf5\x17\x74\xb7\x33\xdf\xa9\xdd\x33\xdd\xed\x65\x5b\xb4\x1d\x5a\xb2\x97\x81\x9c\x23\x37\xca\xe0\x0d\xe9\x4f\xd7\xdb\xff\x18\xaf\xf4\xb3\x8c\x18\xd4\xb8\x9b\x8f\x4e\xa5\x2f\x36\xff\x99\xfc\x0b\x00\x00\xff\xff\x99\x2e\xba\x28\xdd\x06\x00\x00"), + }, + "/ovirt/cluster/masters": &vfsgen۰DirInfo{ name: "masters", modTime: time.Time{}, }, - "/ovirt/masters/main.tf": &vfsgen۰CompressedFileInfo{ + "/ovirt/cluster/masters/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, uncompressedSize: 1399, compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x94\x5f\x6b\xdc\x3a\x10\xc5\xdf\xfd\x29\xce\x35\x81\x0b\x97\x9b\x4d\x4b\x43\x29\x81\xb4\x9f\xa0\x4f\x2d\x7d\x29\x45\x68\xa5\x59\xef\x10\xfd\x31\xd2\xd8\x8d\xb3\xec\x77\x2f\xb2\xbd\x7f\xb3\x69\xda\xbc\x45\xf3\x3b\x73\x8e\xe4\x9d\x49\x94\x63\x97\x0c\xa1\x8e\x3d\x27\x51\xbd\xaf\x51\x7b\x9d\x85\x52\x8d\x4d\x05\x98\xd8\x05\xc1\xd1\xdf\x3d\x7a\x9d\x16\x13\xa2\xc6\x6a\x05\x04\xed\x09\xa7\x54\x7d\xb5\x29\xa0\x71\xdd\x48\xb2\xdd\x5e\x4f\xa2\xeb\xab\xcd\x28\x5b\x70\xb0\xf4\xb8\xad\x8b\xc9\x1e\x3a\x31\x99\x22\x1d\x8a\x15\x20\xe4\x5b\xa7\x85\xf6\xe8\x31\x79\x54\xac\x00\x0e\x59\x74\x30\xa4\x64\x68\x47\xfe\x18\x9d\xf3\x9f\x33\xc5\x61\x68\xcf\xaf\xf2\x4c\xd6\xfb\x51\x30\x3e\x4f\xa2\xfc\x0a\x3d\x32\x15\x90\xa3\x79\x20\xc9\xbf\x65\x67\xa6\x02\x6e\x6e\xc0\xab\xfd\x25\xa6\x58\x9c\x61\xc9\x38\x9d\xc8\x42\xd6\x14\xe0\xc9\xc7\x34\x94\xf3\x44\xb6\x0b\x56\x07\x59\xe0\x0b\x8f\x02\x4a\x49\xaf\x62\xf2\x53\x2f\x1b\x29\x87\x7f\x05\xda\xb9\xf8\x13\x12\x61\x62\xb0\x1c\x83\x76\x6e\x40\xf4\x2c\x60\xf9\x1f\x2c\xf0\x5d\x16\x2c\x09\xad\xce\x99\xec\x62\x52\x7f\x5d\x13\x42\xe7\x97\x94\xe6\xf3\x62\xe9\x3b\x27\xdc\x3a\x26\x8b\xe5\x80\x5b\xe8\x60\xb1\x24\x13\x3d\xe5\x92\x0e\x5e\x3f\xb2\xef\xfc\x2e\x64\x39\xfa\xf6\x19\x46\x07\xac\x75\x4f\xa5\xf3\x5c\x79\xed\xb9\x9f\x7d\xc9\x7f\xee\x51\xd7\xf8\x84\xb7\xef\xdf\xdd\x7e\xc0\xdd\x73\xc5\xd4\xb8\x02\xf4\x6a\xc5\x81\x65\x50\x4d\x8a\x5d\x9b\x5f\x72\x38\xc3\x8a\xb0\x93\xa8\x5a\x0e\x81\x43\xa3\xda\xe8\xd8\x0c\x17\x85\x17\xb0\x5d\xba\x3f\x82\xef\x10\x3a\xe7\x2a\x60\xdd\x35\xd4\xea\xe6\xe4\xd7\x74\xc1\xf0\x80\x7d\xc4\x9b\x4b\x26\x07\x60\x6e\x3d\x8e\x02\x0b\x6b\xc7\x4f\x5a\x38\x86\x71\xae\x81\x75\xcc\xa2\xf6\x83\xfb\x77\x03\x0b\x98\x2e\x4b\xf4\x2a\x9b\xc4\xad\xcc\x41\xb9\x29\x3e\x31\xcc\x51\x2a\x60\x5b\xdc\x97\x2e\x9a\x07\x65\xa9\x67\x43\xb3\x37\x07\xa1\xb4\xd2\x86\x8a\x6f\x49\xcf\x51\x65\x93\x79\xea\x9d\xf9\x89\x5e\x7c\x80\x98\x95\xe5\xfc\xa0\x0a\xa4\x9a\xe5\x68\x02\x58\x6a\x29\xd8\xac\x62\xc0\x3d\xbe\x1f\x44\xa7\x1f\x76\xda\x57\x3f\xaa\x6d\x55\x9d\x2f\x3e\xd1\x4d\x8d\x7a\x77\xf9\xf1\xbf\xcd\x61\xb1\x4d\x39\x4e\x36\x51\xef\x15\xdb\x5c\xdc\x56\x31\x1d\xe6\x94\x03\x76\x9b\x74\x5e\x92\x8b\xff\x70\xb7\xaf\x2f\xd8\x16\xfb\x5f\x01\x00\x00\xff\xff\x21\x86\x15\xbb\x77\x05\x00\x00"), }, - "/ovirt/masters/variables.tf": &vfsgen۰CompressedFileInfo{ + "/ovirt/cluster/masters/outputs.tf": &vfsgen۰FileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + content: []byte("\x6f\x75\x74\x70\x75\x74\x20\x22\x63\x6f\x6e\x74\x72\x6f\x6c\x5f\x70\x6c\x61\x6e\x65\x5f\x76\x6d\x5f\x69\x64\x73\x22\x20\x7b\x0a\x20\x20\x76\x61\x6c\x75\x65\x20\x3d\x20\x6f\x76\x69\x72\x74\x5f\x76\x6d\x2e\x6d\x61\x73\x74\x65\x72\x2e\x2a\x2e\x69\x64\x0a\x7d\x0a"), + }, + "/ovirt/cluster/masters/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", modTime: time.Time{}, uncompressedSize: 1757, compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x94\xcf\x8a\xdb\x30\x10\x87\xef\x79\x8a\x1f\x39\xb5\x97\x6e\xcb\xde\x0a\x7b\x69\xb3\x2d\x4b\x49\x03\x25\xe4\x2a\x14\x79\xec\x0c\x6b\x8f\x84\x24\x67\x49\x4b\xdf\xbd\xd8\x92\xb3\x64\x93\x9a\x8d\xd7\x47\x5b\xf3\x7d\xf3\xc7\xa3\xbd\xf6\xac\xb7\x35\x61\x6e\xea\x36\x44\xf2\x8a\x8b\x39\xfe\xcc\x80\x82\x82\xf1\xec\x22\x5b\xc1\x1d\xe6\xeb\x1d\xe1\x61\x01\x5b\x62\xe5\x48\xc2\x8e\xcb\x88\x1c\x32\x9f\xfd\x9d\xcd\xce\x41\x85\x6d\x34\xcb\x7f\x61\xe9\x33\x44\x37\xf4\x1a\x6a\xa3\x7b\xa8\xb1\xad\xc4\xc4\x8c\x07\x47\xc8\xcf\x1d\x42\xf4\x2c\xd5\xb9\xea\x67\xdb\x6c\xc9\x77\x86\x44\x08\xf3\xfe\x4c\xa9\xdb\x3a\xe6\xd0\xdb\x53\x93\xdd\xb3\x8f\xea\x65\x3b\x5e\x67\x7b\xee\xd2\xd7\x8b\x55\x24\x76\xa4\xc6\xd5\x3a\xd2\x64\xf8\x66\x89\x81\xf1\x42\xc0\x95\x70\x77\x5e\xa5\x6a\xaf\xc1\xa7\x08\x0c\x04\x18\x2b\x25\x57\x17\x0b\xc8\xc3\x68\xa8\xb1\xfe\x30\xc1\xb1\x59\x22\xc5\x82\x05\x4b\xfe\x32\x26\x31\xd6\x53\x98\xe6\x90\xe3\xec\x13\x64\xc4\x12\xac\x79\xa4\xf8\x66\xcf\x80\x19\x31\xd9\xa0\x0a\x0e\x8f\x2a\xf0\x6f\x52\xd5\x76\x9a\xb1\x23\xa0\x23\x74\x0d\xfc\x3e\xde\xc0\x7d\xa3\x3a\xfc\x34\x51\x1f\x39\x02\x67\x09\x51\x8b\xa1\x5e\x71\xe5\xff\xfc\x6c\x19\x28\x29\xf0\x61\x31\x66\xd4\x65\xc9\xc2\xf1\xa0\x2a\x6f\x5b\x77\x71\x62\x35\x87\xf8\x2e\x59\xdf\x8f\x68\x03\x06\x16\x12\xab\xbf\x8c\xd2\xf0\x6e\x6e\xd6\xab\xc5\xea\x33\x7e\xdd\x2f\x57\x9b\x7b\xd8\x2e\xb9\x27\x82\xb3\x3e\x22\x5a\xac\xbf\xe1\xe3\x87\x4f\xb7\xd0\x52\xc0\x68\x41\x1b\x08\x05\x39\x92\x22\x28\x2b\x68\x6c\xd1\xd6\x14\xce\x4a\x38\xcd\xfd\xfa\xcb\xcc\x78\xd2\x91\xa0\xb3\x8b\xc4\x1c\xb0\xa5\xf8\x44\x24\x38\x65\xe7\x14\xba\x5c\xf3\xbd\x97\xdf\x8c\xb6\xb6\x8d\x56\x39\x16\x61\xa9\x94\xb3\x35\x9b\x89\xcb\xdd\x81\x90\x41\xc8\xa0\x11\xef\xae\xad\xc8\xe9\x6a\xea\x9a\x1f\xc3\x8f\x1b\xf1\x23\x6d\xc4\xbf\x00\x00\x00\xff\xff\x77\xaf\xb0\xec\xdd\x06\x00\x00"), }, - "/ovirt/template": &vfsgen۰DirInfo{ + "/ovirt/cluster/masters/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 132, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x41\x0e\x82\x40\x10\x04\xef\xf3\x8a\xce\x3e\x40\x34\xf1\xba\x7e\xc5\x10\x18\xe2\x24\xc8\x60\xcf\xb2\x17\xc3\xdf\x0d\x1b\x0f\x1c\xfa\xd0\xa9\xaa\xa2\x64\x3f\x39\xdf\xf8\x0a\x40\xfd\x6c\x46\x1d\x9f\x55\x19\xe6\x0b\x32\xd2\x23\xe3\x7a\xb9\xdd\xd3\x19\xaf\xf4\x6a\xa3\x32\x5a\x05\x78\x35\x16\xe4\xff\x03\xc2\x37\x0e\x7a\xd4\xbe\xea\x12\x2f\x9b\x4a\x37\xfb\xd0\xcf\x5d\x33\x53\xd3\x76\x39\xb6\x8b\xfc\x02\x00\x00\xff\xff\x68\x37\x3f\x69\x84\x00\x00\x00"), + }, + "/ovirt/cluster/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + uncompressedSize: 171, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xcc\xc1\x09\xc3\x30\x0c\x46\xe1\xbb\xa6\x10\x19\xc0\x1b\x74\x16\x21\xea\x9f\x62\x90\x62\x63\x4b\xb9\x94\xec\xde\x4b\x73\x4a\xce\x8f\xef\xf5\x8c\x91\xc1\xdb\xbb\xef\x31\xbb\xc9\x30\xdd\x21\x87\x4b\xab\x6b\xe3\x2f\x31\x1f\x6a\x09\x7e\xb1\xf7\x9a\x86\xe2\xba\x02\x73\x95\x27\x40\x27\xd1\x35\x9c\x30\xe8\x82\x34\xd7\x0f\x24\xe0\xc3\x34\x20\xad\x3e\x5e\xaf\x5e\xfe\xec\xa6\xe8\xa4\x5f\x00\x00\x00\xff\xff\x58\xee\x9e\x18\xab\x00\x00\x00"), + }, + "/ovirt/cluster/template": &vfsgen۰DirInfo{ name: "template", modTime: time.Time{}, }, - "/ovirt/template/main.tf": &vfsgen۰CompressedFileInfo{ + "/ovirt/cluster/template/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 3264, + uncompressedSize: 1075, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\xdf\x6f\xe3\x36\x0c\x7e\xf7\x5f\xc1\x19\x05\x9a\x0e\xad\x92\x16\xb7\x01\x57\x2c\x18\xf6\x13\x28\x30\xec\xe1\x76\x7b\x3a\x74\x86\x62\xd3\x31\x11\x59\xf2\x24\xd9\x69\x50\xf4\x7f\x1f\x28\xdb\xb1\x9d\xf4\xda\xb4\x58\x9e\x62\x49\x24\x3f\x7e\xfc\x28\x6a\x3e\x07\x5f\x90\x83\xd2\x64\xb5\x42\x20\x07\x16\x5d\x65\xb4\xa3\x95\x42\xf0\x06\x52\x8b\xd2\x23\xf8\x02\xa1\xd6\xf4\x6f\x8d\xe0\xb1\xac\x94\xf4\x18\xcd\xe7\x90\x1b\x1b\xb6\x4c\x85\xda\x15\x94\x7b\x48\x55\xed\x3c\x5a\x90\x3a\x83\x42\xba\xd6\x7b\x65\x4d\x85\xd6\x13\x3a\x36\xba\x16\xc1\x46\xcb\x12\xc1\xe4\xe1\x7f\xef\x13\xb6\xa4\x14\xac\x10\xa4\xda\xca\x9d\x03\x87\x1e\x64\xce\xfe\x7a\x0b\x76\xd0\x19\x1d\x07\x9d\x35\xd2\x8a\xee\x23\xa1\xec\x02\x48\x20\x9c\x77\x0b\x6c\x7d\xf5\xc1\x7f\x2c\xdc\xcd\x39\x7b\xd9\x16\x94\x16\xc1\xd1\x2f\x7f\xfc\xfd\xd7\xe7\xdf\x3e\x89\xbb\x3f\x7f\xff\xf4\x53\x72\xf7\x2b\xef\xde\xb4\x20\x33\x72\x1b\x21\x15\x49\x07\xb3\xfe\x3b\xe0\xb8\xd8\x43\x65\x8c\xde\x84\xd3\x16\x15\x4a\x87\x77\xa5\x5c\x0f\x68\x65\x9b\xc6\x6a\x17\x8e\x90\x76\x5e\x2a\x85\xf6\x32\x50\x44\x1a\x3c\x5a\x2b\x73\x63\x4b\x66\x9f\x13\x08\x79\x79\x99\x6e\x92\x95\x74\x98\x10\x7b\x4b\xd8\x9b\x88\xd8\x5f\x29\x37\xd8\xd2\xea\x50\xda\xb4\x00\x8b\xbe\xb6\x1a\xa4\x07\x8e\xee\xe1\x9a\x6b\x58\xab\x80\xca\xd1\x5a\x4b\x05\x5b\x04\x8d\x98\x0d\x05\x8d\x42\xe1\x07\xe2\x45\x94\x49\x2f\x21\x36\x0d\x59\x9f\xf4\xab\x2e\x86\xd8\xb8\x90\x4e\x0c\x8f\x11\xf4\x11\x97\xe1\x03\x20\xb5\xe4\xd1\x92\x84\xf6\xb7\x84\x98\x61\x2e\xcf\x1e\x5f\x4c\xe3\x09\x8c\x0d\xec\x2c\x7f\x56\x52\x6f\xe2\xd6\x15\x9f\x71\xa8\x1d\x79\x6a\x10\x96\xe0\x6d\x8d\x11\xc0\x53\xf4\x14\x4d\xb0\x75\xd5\x64\x68\xc3\xdf\x93\xb0\x7d\x25\x50\x2e\x95\xdb\x47\x62\x5d\x18\xbb\x01\x69\x4d\xad\xb3\x40\x51\x49\xce\x91\x5e\x83\xc5\x35\x3e\x48\xa5\xa6\x35\xfb\x01\x16\xe2\xfa\x46\x7c\x64\x4b\xca\x41\xa1\x5e\xfb\x62\xd6\x9f\x9d\xc5\xff\x84\x1c\xc5\xb7\x67\xf1\x25\x78\x11\x94\x13\x29\x93\x4a\xe5\x02\x4e\x7c\x20\xe7\x49\xaf\x13\xca\x60\x09\x5f\x42\x3f\x71\x00\xce\x58\x1c\x14\x43\x74\xa5\x10\xfb\x15\xb8\x05\x2f\x28\xe3\xc0\xae\x5e\x39\x6f\x67\x6d\x88\x4b\x58\x5c\xc2\x77\x17\xf0\xcd\x12\xe2\x96\xe3\xfb\x08\xa0\x45\xb8\x45\xc8\x8c\x3e\xf7\x90\x53\x97\x60\xdf\x3d\xad\xa6\x0a\x53\xab\x0c\x72\x49\x2a\x82\xfd\x56\x20\x30\xa0\x4b\x0f\xd0\xf5\x35\x10\x47\x7f\xe0\x96\x0f\xe7\x90\x32\xc2\xe5\xb2\x95\xf6\xd8\x26\xa1\xec\xfe\xcb\x82\x91\x69\xf4\xcc\xfa\x88\x04\xcd\x61\x02\x4f\xbd\x3f\xd1\x1d\x62\xbf\xba\x4b\x5a\x87\x6c\xa7\xce\x7b\x5f\xbc\x13\xdc\xb7\x55\xad\x2b\x65\x64\xb6\xef\xe9\x09\x13\x85\x6c\x10\xa4\xde\x17\x63\xb8\xe2\x2c\x3a\x53\xdb\x14\x7b\xf1\xb5\x22\xf6\x56\x6a\x97\xa3\x8d\x21\xee\x3a\x9e\x86\x16\x49\x4d\xad\x3d\x8c\x7f\xcb\x5e\x15\x6d\x3e\xa3\x92\x5f\x30\xf4\x05\xfc\x08\xd7\x70\x0b\x8b\x08\xa0\xbd\x69\xa6\xc6\x2f\xf6\x12\xeb\x3e\x20\x4c\x6a\xab\x4e\xb0\x09\x10\x92\x9c\x14\x26\x95\xf4\x05\x9b\x7b\x63\x79\x27\x33\xa5\x24\xdd\x96\x60\x60\xf3\x68\x97\x2d\x2a\x69\x1d\x4e\x41\x76\xdd\xea\xa9\x44\x53\x7b\xb7\xef\xc1\x30\x3c\x96\x10\xdf\x2c\xca\xb8\xef\xb1\x43\x52\x9b\x32\x86\xd8\x97\x55\x42\x65\x65\xba\xef\xc7\x56\xaf\xa3\xe9\xd3\x94\x61\xda\xb4\x67\xc0\x68\xb5\x83\x6d\x81\xfa\x94\x2a\x4e\x8a\xf2\x86\x6a\x04\x71\xed\xaf\x0f\x5f\x56\x4d\x79\x95\x1b\x7b\x75\xf6\xf8\x9c\x1a\xc4\x58\x0b\x62\xd1\x4e\x8d\xa7\x78\xe8\xa2\x43\x6e\x87\x65\xae\x7c\xed\x4d\xe2\xbc\xb4\x7e\x74\x25\xad\x94\x49\x37\x49\x86\x0d\xa5\xd8\x51\xca\xe2\x65\x47\x0c\xe9\x14\x14\xdd\xf9\x60\x4b\xda\xa3\xcd\x65\x1a\x2a\xc2\xb6\x64\x12\x97\x3a\x6a\x2b\x03\x60\xfa\xba\xf9\x5d\x15\xce\xd8\x22\x35\x2e\x79\xf8\xfe\x43\x7f\x42\x53\xda\x9f\x19\x91\xb3\xbf\xfc\x29\xbd\x6e\x2f\xd9\x46\x53\x9a\x54\xd6\x04\xa1\x1d\xa4\x7d\xb0\xd7\x79\x7e\x5d\x39\x00\x19\x56\xa8\x33\x97\x18\xcd\xd7\xc4\xab\xd9\xdf\x1f\x8e\x8e\xa6\x74\x87\x4a\x4b\x78\x7f\xdc\xb8\x6f\x90\xc7\x69\xc3\xf0\xfd\xb2\x79\x69\x28\x3e\x4f\x46\x53\x8a\x49\x76\xf7\xcf\xb5\x5b\xdf\x16\x07\xb7\xd7\x68\xfd\xb8\xf9\xf6\xef\xb3\x77\xf5\xdd\x1b\x38\x9d\xcf\x5b\x61\x4d\x82\x0e\x2f\xc0\xe3\x27\x5f\x10\xd0\xa4\x51\x5f\xbb\x2f\x27\xdd\x38\x9a\x64\x4d\xe9\xc4\xb1\x36\xc4\x42\xf0\xc6\x42\x4c\xba\x75\x60\x27\xb7\xa6\x84\xa6\x8c\x00\x9a\xf2\xad\x2e\x83\xab\x93\xae\x4c\x7e\x6a\x93\x96\x4a\xed\x60\xcd\xcf\xcd\x31\x3b\xab\x5d\xc8\x7f\xd6\x4d\xee\x55\xff\x50\xbf\xb8\x0c\x53\x9c\x27\x1d\x79\xc8\x0c\x3a\xae\x56\x20\xff\xab\x8f\xbd\x10\xe4\xf3\x44\x08\xff\xcf\x93\xef\x7d\x7a\xde\xbf\x4e\x9f\x15\x2a\xab\xfb\xbf\x00\x00\x00\xff\xff\x8b\xbc\xbe\x14\xc0\x0c\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x52\x4d\x6b\xdc\x30\x10\xbd\xeb\x57\xbc\x8a\x42\x12\x68\xbc\x49\xe8\xa5\x05\x53\x4a\x3f\x20\x50\x7a\x48\xd3\xb3\xd1\xda\xe3\x78\x88\x6c\xb9\x9a\xf1\x6e\x43\xd8\xff\x5e\x64\x79\x77\x49\xd2\x42\x7d\xb2\x46\x7a\x4f\xef\x43\xab\x15\xb4\x63\x41\x1f\x9a\xc9\x13\x58\x10\x49\xc6\x30\x08\xaf\x3d\x41\x03\xea\x48\x4e\x09\xda\x11\xa6\x81\x7f\x4d\x04\xa5\x7e\xf4\x4e\xc9\xac\x56\x68\x43\x9c\xb7\xc2\x48\x83\x74\xdc\x2a\x6a\x3f\x89\x52\x84\x1b\x1a\x74\x4e\x32\xfb\x18\xc3\x48\x51\x99\x24\x81\x2e\x8b\x19\x33\xb8\x9e\x10\xda\xf9\x7f\xcf\x89\x2d\x7b\x8f\x35\xc1\xf9\xad\x7b\x10\x08\x29\x5c\x9b\xf8\xf6\x88\x44\xb0\x80\x5e\x5e\x7a\xba\x71\xb1\x58\x16\x15\x37\x67\xe0\x82\x70\xb2\x0c\x12\xfa\xfc\xad\xbe\xeb\xe4\xea\x24\xb1\x6c\x3b\xae\xbb\x99\xe8\xd3\xb7\x9f\x3f\x6e\xbf\xdc\x14\xd7\xdf\xbf\xde\x7c\xac\xae\x3f\xa7\xdd\xab\x2c\xb2\x61\xb9\x2f\x9c\x67\x27\x38\xdd\xaf\x67\x1d\x67\x07\xa9\x49\xa3\x86\xf9\x74\x24\x4f\x4e\xe8\xba\x77\x77\x47\xb5\x2e\xdb\x58\x3f\xcc\x47\x78\x10\x75\xde\x53\x7c\x33\x47\xc4\x03\x94\x62\x74\x6d\x88\x7d\x4a\x3f\x19\x98\x7d\xa9\xab\xef\xab\xb5\x13\xaa\x38\xb1\x55\x89\xad\x30\xc6\x87\xda\x79\xc1\xa3\x01\x8e\x73\x94\xb0\xaf\x1f\x9f\x7a\xdf\x9d\xc7\xae\x0e\x62\xcd\xce\x24\x11\x87\x80\x73\x9f\x0d\x26\xe1\xe1\x2e\xd7\x3a\xfa\xe0\x1a\x6a\x32\xa1\x89\x24\x61\x8a\x35\xc1\x86\x0d\x47\xad\xf6\x48\x0b\xbb\xd8\xcb\x17\x1f\xe7\x49\x4c\x1d\xa6\x41\x51\xce\xfa\xb5\x1f\x2b\xee\xc7\x10\xb5\xda\xf4\x15\x37\x78\x55\xc2\x5a\x7c\xc0\x25\xde\xe3\xc2\x18\x60\xb5\xca\xed\x3f\xa9\xfe\xd8\xf3\xcb\x62\xb9\x31\xc8\x90\xfc\x95\x98\x83\x28\x8e\x19\x24\x0d\x07\xf3\x8b\x90\x6c\xe0\x38\xce\x37\x2f\x2f\xba\x8d\xa1\xc7\xa6\x37\x40\x16\xf9\x77\xed\x06\x50\xee\x29\x4c\x9a\x43\xc7\x1e\x5e\xc2\x5e\x5d\xf4\xd6\x00\xbb\x25\x62\xfa\xcd\xa2\x73\xa8\x7b\x47\x63\x0c\x1b\x4e\xc9\x2e\xdd\x4f\x42\xd1\x34\x4e\xdd\xf3\x6c\xc5\xc2\xb6\x3c\x38\x7f\xfb\xff\xa1\x96\xcf\x43\x15\x72\xb1\xee\x50\x1e\x74\xb2\x52\x64\x77\x48\xcc\xa6\x98\xca\xfc\x4e\xfe\xf9\xc4\x76\x36\x83\xd3\x54\x68\x10\x56\xde\x24\xb3\x1a\x27\x5a\xbc\xfe\x09\x00\x00\xff\xff\xc6\xd7\x57\xd2\x33\x04\x00\x00"), }, - "/ovirt/template/outputs.tf": &vfsgen۰CompressedFileInfo{ + "/ovirt/cluster/template/outputs.tf": &vfsgen۰CompressedFileInfo{ name: "outputs.tf", modTime: time.Time{}, - uncompressedSize: 206, + uncompressedSize: 173, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8d\x3d\x0a\xc3\x30\x0c\x46\x77\x9d\xe2\xc3\x53\xbb\x98\xcc\x85\xb6\x97\xe8\x6e\x04\x51\x53\x81\x95\x98\x44\xf6\x52\x72\xf7\x42\x7f\x09\x74\x94\xbe\xc7\x7b\x53\xf5\x52\x1d\x61\x96\x2c\xbc\x88\x1a\x0f\x92\x5c\xac\x64\x76\x49\xda\x07\xdc\x09\x68\x9c\xab\xe0\x88\x9e\x9d\xe3\xd4\x74\xf6\x2f\xb3\xc4\xab\x8e\x9c\x2f\xef\x33\xfe\xfe\x5d\xd4\x9e\x56\xa2\x4f\xc2\xad\x24\xb5\x32\xcd\x9e\x9a\x6d\xbd\x59\xc6\xc1\x6f\xbb\x97\xb9\x59\xdc\xa0\x7b\x9c\xd0\xe1\x8c\xff\xeb\x33\x83\x03\x42\xa0\x95\x1e\x01\x00\x00\xff\xff\xfd\x9f\xd2\xae\xce\x00\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\x41\x0a\x42\x31\x0c\x44\xf7\x3d\xc5\xd0\x03\x84\xbf\x16\x8a\x97\x70\x5f\x02\x8d\x12\x68\x6c\xe9\x4f\xbb\x11\xef\x2e\x88\x28\xc2\x5f\x0e\x33\xf3\x78\x6d\x7a\x9f\x8e\x38\xa4\x0a\xef\xa2\xc6\x37\xc9\x2e\xd6\x2b\xbb\x64\x2d\x11\x8f\x00\x2c\xae\x53\x90\xb0\x78\x90\x5b\xcf\x6a\xbd\x0d\xcf\xcb\xb2\x16\xa4\x84\x18\x71\x46\x61\x67\x6a\x4b\x87\x7f\x01\x3b\x5d\xf5\xce\xf5\xf2\x89\xb4\xd1\xaf\xd9\x48\x0b\x4e\xf8\x3f\xd0\xa1\xc7\x7b\x1b\x9e\xe1\x15\x00\x00\xff\xff\x37\xcb\xf8\xfb\xad\x00\x00\x00"), }, - "/ovirt/template/variables.tf": &vfsgen۰CompressedFileInfo{ + "/ovirt/cluster/template/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", modTime: time.Time{}, - uncompressedSize: 1093, + uncompressedSize: 415, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x93\x41\xae\xda\x30\x10\x86\xf7\x39\xc5\x28\x07\xe8\x0d\x58\xc1\x06\x89\xd2\x45\xab\x6e\xad\xc1\x99\x24\x23\x6c\x8f\x65\x0f\x41\x55\xd5\xbb\x57\x36\x81\x27\xa1\x88\x07\x3c\x56\x28\x96\xbf\xef\xf7\xef\xf1\x84\x89\xf1\xe0\x08\x5a\xeb\x4e\x59\x29\x19\xee\x5a\xf8\xdb\x00\x74\x94\x6d\xe2\xa8\x2c\x01\x56\xd0\xfe\x1a\x09\xb6\x1b\x90\x1e\x7e\x44\x0a\x79\xe4\x5e\x61\xde\xd2\x36\xff\x9a\xe6\x03\x24\x13\x27\x35\xf7\x38\xfd\x13\x09\xe6\xdf\x0a\xb2\x26\x0e\xc3\x23\xcb\xfa\x01\x3b\xab\x24\x1c\xc8\x74\xe2\x91\xc3\xdb\x8a\x9f\x17\x0c\x6c\x2a\x66\xd1\xa4\x3e\x1a\x25\x1f\x1d\x2a\x99\xc9\x7f\xae\xea\xf1\xe4\x74\xfe\xdc\xb6\x8f\xec\xea\x23\xfc\xfe\x0e\xe7\x91\xed\x08\x67\xcc\x60\x13\xa1\x52\x07\xbd\xa4\xcb\x7f\x0e\x03\xe8\x48\x70\x0d\xd0\xdd\x45\xe4\x21\x70\xe1\x9a\x83\x88\x66\x4d\x18\x5f\xe9\xe1\xb6\x09\xae\x1c\xb0\x12\x7a\x1e\xee\x8b\x28\xd7\xad\x68\x8f\xe6\x80\x99\x0c\xfb\xd2\x7c\x40\x4f\xaf\xc8\xf6\xe8\xa9\x1e\x7a\x24\x28\x18\xa8\x18\x50\x81\x53\xa6\x7a\xe2\xb2\x12\xa4\xa3\xfc\xed\x19\xbf\x13\x8b\xce\xf4\xec\xc8\x44\xd4\xf1\x8b\x97\xb2\x2b\x34\x28\x34\x28\xb4\x85\xa0\x75\xed\xa9\xb4\x75\x6c\x02\xe9\x59\xd2\xf1\xe5\x9a\xca\x74\x84\xb9\xaa\x9d\x0c\x5c\x62\xed\x2f\xac\x9b\x36\x93\x23\x5b\xe6\x64\x7e\x21\xcb\x09\xa6\xc0\xd6\xc4\x24\xb5\xa2\x77\x1f\x48\xd1\x4d\xfb\xed\x1a\x66\xd0\x42\xac\x6a\xff\x1f\x00\x00\xff\xff\x8e\xae\xc1\xf4\x45\x04\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcf\x4d\x4a\xc4\x40\x10\xc5\xf1\x7d\x4e\xf1\xc8\x01\xbc\xc1\xac\x74\xe3\x42\xdd\x88\xdb\xa6\x26\x79\x49\x0a\xd3\x1f\x54\xd7\x04\x07\xf1\xee\xd2\x71\x40\x18\x44\x98\xde\x35\x74\xff\xfe\x55\x9b\x98\xca\x71\x25\xfa\x61\x3d\x55\xa7\x05\x1d\x7b\x7c\x76\xc0\xc8\x3a\x98\x16\xd7\x9c\x70\x40\xff\xba\x10\x8f\x0f\xc8\x13\x5e\x0a\x53\x5d\x74\x72\x5c\xbe\xf4\xdd\x57\xd7\xfd\x42\x79\x53\xf3\x70\xcd\xf9\xb9\x10\x97\x73\x40\x75\xd3\x34\xff\x57\xb9\xff\xdb\x6e\x6d\x97\xe1\x3d\x1c\xa5\x32\x68\x94\x99\x21\x49\xe4\x2d\x91\x67\x89\x6c\x09\x5f\x08\x7e\x68\x75\x4d\x33\x9a\x87\xdd\x83\x67\x9c\x2a\x31\x65\xdb\x9f\xa4\x3c\xb2\xde\x5d\x0d\xe2\xb1\x04\x8d\x25\x9b\x87\x2d\xde\xb8\xe4\xcf\x82\x8d\x76\x36\x42\xec\x8c\xb7\xa7\xfd\xb2\x8a\x13\x83\x51\x9c\x63\x2b\x7e\x07\x00\x00\xff\xff\x31\xd7\x24\xa2\x9f\x01\x00\x00"), }, - "/ovirt/template/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", + "/ovirt/cluster/template/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 131, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x31\x0e\xc2\x30\x10\x04\x7b\xbf\x62\xe5\x07\x10\x90\x68\xcd\x57\x50\x94\x5c\xc4\x49\x21\x17\xf6\x1c\x37\xc8\x7f\x47\xb6\x28\x52\x6c\xb1\x9a\x99\x2c\xe4\xb8\x18\xdf\xf8\x06\x80\xf2\x39\x94\x32\x3f\x8b\xd0\xd5\x36\x24\xc4\x47\xc2\xf5\x72\xbb\xc7\x33\xde\x69\x45\x67\xa1\xf7\x0a\xb0\xa2\xcc\x48\xff\x07\xb8\x1d\x9c\xa4\xd5\xb6\xcb\xe6\x2f\x5d\xf2\xb0\xda\x34\xae\x43\x37\x63\xd7\x6a\x68\xab\xe1\x17\x00\x00\xff\xff\xbf\xe6\x9f\x36\x83\x00\x00\x00"), + }, + "/ovirt/cluster/variables.tf": &vfsgen۰FileInfo{ + name: "variables.tf", modTime: time.Time{}, - content: []byte("\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), + content: []byte("\x76\x61\x72\x69\x61\x62\x6c\x65\x20\x22\x74\x6d\x70\x5f\x69\x6d\x70\x6f\x72\x74\x5f\x76\x6d\x5f\x69\x64\x22\x20\x7b\x0a\x20\x20\x74\x79\x70\x65\x20\x20\x20\x20\x20\x20\x20\x20\x3d\x20\x73\x74\x72\x69\x6e\x67\x0a\x20\x20\x64\x65\x73\x63\x72\x69\x70\x74\x69\x6f\x6e\x20\x3d\x20\x22\x49\x44\x20\x6f\x66\x20\x74\x68\x65\x20\x74\x65\x6d\x70\x6f\x72\x61\x72\x79\x20\x56\x4d\x20\x74\x65\x6d\x70\x6c\x61\x74\x65\x20\x63\x72\x65\x61\x74\x65\x64\x22\x0a\x7d\x0a"), + }, + "/ovirt/cluster/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 131, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x31\x0e\xc2\x30\x10\x04\x7b\xbf\x62\xe5\x07\x10\x90\x68\xcd\x57\x50\x94\x5c\xc4\x49\x21\x17\xf6\x1c\x37\xc8\x7f\x47\xb6\x28\x52\x6c\xb1\x9a\x99\x2c\xe4\xb8\x18\xdf\xf8\x06\x80\xf2\x39\x94\x32\x3f\x8b\xd0\xd5\x36\x24\xc4\x47\xc2\xf5\x72\xbb\xc7\x33\xde\x69\x45\x67\xa1\xf7\x0a\xb0\xa2\xcc\x48\xff\x07\xb8\x1d\x9c\xa4\xd5\xb6\xcb\xe6\x2f\x5d\xf2\xb0\xda\x34\xae\x43\x37\x63\xd7\x6a\x68\xab\xe1\x17\x00\x00\xff\xff\xbf\xe6\x9f\x36\x83\x00\x00\x00"), + }, + "/ovirt/image": &vfsgen۰DirInfo{ + name: "image", + modTime: time.Time{}, + }, + "/ovirt/image/main.tf": &vfsgen۰CompressedFileInfo{ + name: "main.tf", + modTime: time.Time{}, + uncompressedSize: 1269, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x54\x5f\x8b\xdb\x3e\x10\x7c\xd7\xa7\x18\xcc\xc1\xef\xd7\x87\xfc\xb9\x52\xfa\x50\x30\xfd\x20\xa5\x08\x45\x5a\xc7\xe2\x64\xc9\xac\x64\xe7\x8e\x90\xef\x5e\x24\xdb\x4d\xec\x16\xee\xa0\x7a\xcb\xce\xce\x66\x76\x66\x13\x17\xb4\x72\x11\x57\x01\xd8\x4e\x9d\x49\x7a\xd5\x11\x6a\x54\x4f\xd7\x51\xf1\x5e\xbb\x21\x26\x62\x69\xcd\x6d\xc7\xad\x0e\xb1\x12\x37\x21\x7a\x0e\xa3\x35\xc4\xa8\xc2\x68\x39\x55\x85\x3e\xb0\xc3\xf4\x6a\x64\x6a\x81\xe4\xc0\x2e\x63\x91\xb8\x0c\x5e\x63\x73\x55\x00\xbd\x8a\xf1\x12\xd8\xac\x1b\x96\xaa\x00\xb4\x6a\xac\xa3\xed\xf4\xa9\x5a\x60\x79\x1a\xbc\x71\xb4\x81\xe7\x6a\xde\xce\x47\xd2\x03\x6f\x24\x2c\xd5\xbc\xd5\xe1\x80\xa1\x77\x41\x19\xa4\x96\x60\x6c\x7c\x81\x6d\x70\x21\x98\xe0\xff\x4b\x68\xd5\x48\x50\x1e\xf4\x6a\x63\xb2\xfe\x8c\x44\x5d\xef\x54\x22\xc1\x14\xc3\xc0\x9a\x66\x3b\xe4\x64\x64\x62\xe5\x63\x43\x5c\xa1\x62\x72\xa4\x22\x95\xfa\x64\x96\x0e\x83\x4f\xa8\xe1\xc8\x9f\x53\xfb\xff\x5d\xd0\x49\x45\x92\xf7\x24\x3e\xa1\xae\x71\xc4\x77\x3c\xe3\x1b\x8e\x42\x00\xca\x59\x15\xf1\xf8\x6a\x94\x10\xf7\x77\x96\x00\x26\x45\xf2\x1e\xca\x6a\xed\x87\x6f\x29\x5c\x99\x6d\x94\xbd\x4a\x6d\xa6\xa6\xc0\x19\x31\xa1\x53\xd6\x4b\x6b\x56\xd4\x3f\xd0\xcc\xe8\x15\x47\x5a\x6b\x4a\x3c\x64\x1d\xc9\x76\x14\x86\x34\x5d\x18\xa0\x99\x54\x2a\xf7\xf5\xf9\xd8\x55\x02\xb8\x65\xe7\xb7\x06\x8e\x5d\x85\x2a\x75\xbd\xb4\x5d\x1f\xe6\xcf\x99\x7f\x38\x2c\x03\x72\x42\x63\x87\x26\x30\xa6\x1e\x04\xef\xde\x70\x69\xc9\x7f\x24\xb1\x7f\x09\x60\xba\xe3\x79\xcb\xac\x72\xec\x76\x4d\xe0\xdd\xd3\xf5\x6f\xe9\xef\x1f\xb3\xdf\x1f\xf7\x25\xbe\x5b\xde\xfc\xfe\xd3\x5a\xdf\xec\xef\x72\x0e\x7b\x48\x41\xc6\xa4\x38\x4b\x6d\x94\x8b\x59\xfa\xc9\x05\xfd\x22\x0d\x8d\x56\xd3\x6c\x6b\x3e\xd6\x3c\x28\x4b\xfa\x88\x8a\xb9\xbf\x70\xad\x4f\xc4\x8d\xd2\x25\x95\xcc\xb5\x41\x46\x1d\xed\x94\x0e\x10\x96\xec\xd2\x5b\x5f\x7a\xca\xff\x80\x7c\xfd\xfa\x65\xe9\xf0\x56\x2f\x3d\x0f\xe6\x2c\x0e\x79\xab\x9f\xab\x02\x8e\xde\x6a\xd9\x73\x28\xc7\xb6\x59\x7b\x83\xcd\x93\xdf\xbf\x1e\xc0\x50\x4f\xde\x44\x19\x3c\x6a\xfc\x78\x77\xfb\x9f\xe2\x26\x7e\x05\x00\x00\xff\xff\x92\x61\x60\xc6\xf5\x04\x00\x00"), + }, + "/ovirt/image/outputs.tf": &vfsgen۰FileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + content: []byte("\x6f\x75\x74\x70\x75\x74\x20\x22\x74\x6d\x70\x5f\x69\x6d\x70\x6f\x72\x74\x5f\x76\x6d\x5f\x69\x64\x22\x20\x7b\x0a\x20\x20\x76\x61\x6c\x75\x65\x20\x3d\x20\x6c\x65\x6e\x67\x74\x68\x28\x76\x61\x72\x2e\x6f\x76\x69\x72\x74\x5f\x62\x61\x73\x65\x5f\x69\x6d\x61\x67\x65\x5f\x6e\x61\x6d\x65\x29\x20\x3d\x3d\x20\x30\x20\x3f\x20\x6f\x76\x69\x72\x74\x5f\x76\x6d\x2e\x74\x6d\x70\x5f\x69\x6d\x70\x6f\x72\x74\x5f\x76\x6d\x2e\x30\x2e\x69\x64\x20\x3a\x20\x22\x22\x0a\x7d\x0a"), + }, + "/ovirt/image/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 131, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x31\x0e\xc2\x30\x10\x04\x7b\xbf\x62\xe5\x07\x10\x90\x68\xcd\x57\x50\x94\x5c\xc4\x49\x21\x17\xf6\x1c\x37\xc8\x7f\x47\xb6\x28\x52\x6c\xb1\x9a\x99\x2c\xe4\xb8\x18\xdf\xf8\x06\x80\xf2\x39\x94\x32\x3f\x8b\xd0\xd5\x36\x24\xc4\x47\xc2\xf5\x72\xbb\xc7\x33\xde\x69\x45\x67\xa1\xf7\x0a\xb0\xa2\xcc\x48\xff\x07\xb8\x1d\x9c\xa4\xd5\xb6\xcb\xe6\x2f\x5d\xf2\xb0\xda\x34\xae\x43\x37\x63\xd7\x6a\x68\xab\xe1\x17\x00\x00\xff\xff\xbf\xe6\x9f\x36\x83\x00\x00\x00"), }, "/ovirt/variables-ovirt.tf": &vfsgen۰CompressedFileInfo{ name: "variables-ovirt.tf", modTime: time.Time{}, - uncompressedSize: 3062, + uncompressedSize: 2918, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x96\xcd\x6e\x1b\x37\x10\xc7\xef\x7a\x8a\x81\x4e\x09\x10\xf4\x0d\x7c\x70\xad\xa0\x30\x6a\x1b\x46\x93\xa6\x87\xa2\x20\xb8\xdc\xd1\xee\xd4\x5c\x0e\x41\xce\x4a\x70\x83\xbc\x7b\x41\xee\x87\x63\x9b\x92\xbc\x4a\x7c\x5a\x70\x3d\xff\xdf\x9f\xf3\xa5\xdd\xe9\x40\xba\xb2\x08\xeb\x8a\x59\xa2\x04\xed\x55\xed\xe2\x1a\xbe\xae\x00\xe4\xd1\x23\x8c\x7f\x17\x10\x25\x90\x6b\x56\x00\x35\x6e\x75\x6f\x65\x3c\x96\xd0\x63\x3e\x8c\x26\x90\x17\x62\x07\x17\xb0\xfe\xab\x45\x69\x31\x80\x30\x90\x33\xb6\xaf\x11\x36\x77\x9f\x00\x9d\x04\xc2\x08\x5b\x0e\x20\x2d\xc2\x0c\x05\xc7\x35\x02\x07\x70\x2c\xbf\xac\x57\xdf\x56\xab\x27\x67\xbc\xa3\x20\xaa\x0f\xf6\x84\xab\x67\x06\x3e\xb7\x08\x1f\x5d\x43\x0e\xe1\xcf\x3f\x6e\xca\x8a\x11\x83\xd3\x1d\x2e\x95\x4d\x31\xc0\x5b\x48\xf1\xe9\x82\xda\x18\x8c\x71\xa2\x5d\xde\x5f\x17\x69\x5e\xc7\xb8\xe7\x50\x2f\xa5\x79\xab\xc9\xc1\x14\xbd\x9c\x6b\xf4\x96\xec\xa2\x3b\xde\x6b\x69\xb3\x3e\xa4\x48\x30\xec\x44\x93\x23\xd7\xe4\x92\x5d\x5d\x82\xc1\x20\xb4\x25\xa3\x05\xe7\x4a\xf2\x17\x0a\x02\x38\x7b\x01\x72\x70\xff\xf1\x36\xbd\xef\xb4\x1c\x70\xa6\xaa\xde\xd5\xcb\xcc\x7d\xfe\xa9\x16\xc8\x45\x34\x7d\x28\x3a\xa8\x98\xed\x6b\xfe\x86\x62\x16\x78\x06\xfb\xde\xcd\x0e\xc3\xf0\x48\xec\x8a\x4c\xe9\xbc\x12\xec\xbc\xd5\x82\x6a\xd7\x29\x3a\xd5\x12\xdf\x4f\xdb\x7a\x5d\x4e\xc9\xf5\x26\x75\x86\x74\x1e\xbe\xdc\xc2\xbe\x25\xd3\xc2\x5e\x47\x30\x01\xb5\x60\x9d\x53\x94\x9f\xa7\x2a\x4e\x06\xea\x72\x65\x6c\x1f\x05\xc3\x69\x6b\x07\x7c\x5c\x0d\xf1\x45\xed\x28\x1c\x74\x83\xaa\xe6\x4e\x93\x3b\x1b\xf1\x69\x90\x81\x4d\x96\x99\x7b\x60\xba\xd7\x4b\xb4\x47\x17\x45\x9b\x07\x55\xe9\x88\x8a\xba\xe4\x60\xe9\xec\xdf\x8d\x73\x9f\x17\x97\x8e\x08\x59\x26\x4d\x4a\x1f\x9f\xba\x30\x2d\xb2\xf8\x6a\x85\x95\xf8\x96\x8d\xb6\x2a\xcd\x98\xf2\x5a\xda\x1f\xec\x82\x9b\xa4\x36\x4c\x6c\x52\x2b\x18\xcd\xef\xde\xe4\x36\x17\xca\xa1\xec\x39\x3c\xbc\x25\x4d\xcf\xbc\xe5\xe8\xae\xe9\xe4\x40\xab\x4e\xeb\xf3\x86\x1b\x4a\x96\xef\x06\xce\x6c\x29\xa2\x45\x93\x9a\x76\x5c\x6c\x63\x33\x96\x4d\xee\x1c\x19\xe5\x03\xe7\x2c\x9e\xdb\x4b\x89\xba\xbb\xbb\xbe\x82\x51\xa8\xe0\xae\x4c\xd7\xdb\x2d\x39\x92\x47\xd5\x04\xee\x7d\xf1\x57\xd3\x52\x94\x77\x5c\xfd\x8b\x46\xde\x7d\x1d\xee\x3e\x59\xfa\x00\x3e\x10\x07\x92\x47\xb8\x00\xd7\x77\x15\x86\x0f\x2f\x4c\x4e\xff\x88\x6e\xcb\xc1\xa4\xe1\x9d\xce\xe0\xdb\xfb\xf7\xaf\xef\x74\x39\x1a\x82\xc1\x10\x48\xab\x05\xf6\x64\x2d\x54\x38\x2d\x83\xf5\xab\x92\xfd\xfd\x4f\xe9\x72\x9d\xce\x3b\xa0\xc3\x8e\xc3\xe3\x92\xc4\x0e\x81\x69\x11\x0d\xb1\x69\x0f\xdf\xd2\xaf\xc5\x0c\x8e\x10\xc3\x01\x4f\x7d\x74\x1c\x60\x0c\x89\x4b\x25\x1b\x44\x8e\x50\x22\x9b\x07\x94\x1f\xe6\x4c\x32\x47\x48\x1c\x55\x4d\xf1\x41\x35\xd5\x79\xb0\x14\x0c\x91\xfe\xc3\x94\xbb\xdf\x8e\xe7\x6e\xd7\xa9\x24\x7f\x1e\x28\x47\x1e\x11\xa7\xb4\xb6\x9c\xc1\x8c\x58\x38\x60\x4f\x94\x49\x65\x08\xbc\xde\x1c\x23\xbe\x75\xa6\x06\x6a\x61\x06\x66\x6c\x04\xfd\x62\x1c\xd2\xf8\x1d\xad\x9b\xee\x85\x95\x27\x97\xbe\x76\x94\x67\x4b\xe6\x54\xe7\x3f\x5b\x7d\x8e\x1d\x16\xb6\xde\x53\x22\x92\x3e\x8c\xfa\x30\xea\x1f\xb1\xd3\xf6\x0d\x7a\xdd\x9c\x3b\x1a\x73\xf8\xdc\x4a\xbf\x0f\xad\xf4\x7f\x00\x00\x00\xff\xff\xd7\x51\x0b\x81\xf6\x0b\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x96\xcd\x4e\xe3\x48\x10\xc7\xef\x79\x8a\x52\x4e\x20\xa1\x7d\x03\x0e\x2c\x41\xab\x68\x21\x42\x0b\xcb\x1e\x56\x23\xab\xdd\x2e\xdb\x35\xb4\xbb\xac\xee\x72\x98\x0c\xe2\xdd\x47\xed\xaf\x04\xd2\x04\x1c\x26\xa7\xa8\x9d\xfa\xff\xfe\x5d\x5f\xce\x5a\x39\x52\xa9\x41\x98\xa7\xcc\xe2\xc5\xa9\x3a\xc9\xac\x9f\xc3\xf3\x0c\x40\x36\x35\x42\xff\x39\x07\x2f\x8e\x6c\x31\x03\xc8\x30\x57\x8d\x91\xfe\x58\x5c\x83\xed\xa1\xd7\x8e\x6a\x21\xb6\x70\x0e\xf3\xff\x4a\x94\x12\x1d\x08\x03\x59\x6d\x9a\x0c\x61\xb1\xba\x03\xb4\xe2\x08\x3d\xe4\xec\x40\x4a\x84\x11\x0a\x96\x33\x04\x76\x60\x59\xfe\x98\xcf\x5e\x66\xb3\xad\x33\x5e\x93\x93\xa4\x71\xe6\x03\x57\xaf\x0c\xdc\x97\x08\x57\xb6\x20\x8b\xf0\xef\x3f\xd7\x71\x45\x8f\xce\xaa\x0a\xa7\xca\x86\x18\xe0\x1c\x42\x7c\xb8\xa0\xd2\x1a\xbd\x1f\x68\x17\xb7\xcb\x28\xad\x56\xde\x3f\xb1\xcb\xa6\xd2\x6a\xa3\xc8\xc2\x10\x3d\x9d\xab\x55\x4e\x66\xd2\x1d\x6f\x95\x94\xad\x3e\x84\x48\xd0\x6c\x45\x91\x25\x5b\xb4\x25\xbb\xbc\x00\x8d\x4e\x28\x27\xad\x04\xc7\x4a\xf2\x03\x39\x01\x1c\xbd\x00\x59\xb8\xbd\xba\x09\xcf\x2b\x25\xef\x38\x4b\xd2\xc6\x66\xd3\xcc\xdd\xff\x56\x0b\x64\x3d\xea\xc6\x45\x1d\xa4\xcc\x66\x9f\xbf\x20\xdf\x0a\xbc\x82\xed\xba\x59\xa3\xeb\xbe\x12\xdb\xf8\xb5\x4d\xe3\x05\x5d\x42\x93\x5b\x61\xb9\x08\xe5\xbf\xec\xe2\xa3\xda\x5e\xd8\xa9\x02\x93\x8c\x2b\x45\xf6\x68\xc4\x5d\x27\x03\x8b\x56\x66\x4c\xb0\x60\x55\x1b\x25\x18\x45\xa7\xca\x63\x42\x55\xa0\x7f\x62\xa8\x76\x37\xc8\x7c\xbe\xef\x65\xd5\xcf\x98\xb2\x80\x3f\xc8\x4b\xe8\xbe\x40\x80\x96\x10\xba\xb3\xf1\xdb\xca\x87\xe5\xe1\xe3\x6b\x63\xc7\x96\x61\xad\x4c\x12\x7a\x3a\xa9\x95\x94\x5f\x74\x78\x1d\xd4\xba\x09\x09\x6a\xc1\x6c\xbb\xd1\xb6\x26\xdb\x67\x9f\x77\x6a\x51\x9e\xd8\x3d\x4e\xce\x5e\x1b\x5d\x15\x95\x44\x4c\xee\xae\xab\x6b\x2e\x28\x58\x5e\x75\x9c\xd1\x92\x47\x83\x5a\x30\x1b\x16\x49\xdf\x9f\x71\x93\x6b\x4b\x3a\xa9\x1d\xb7\x59\x3c\xb6\xbd\x02\x75\xbd\x5a\x5e\x42\x2f\x14\x71\x17\xa7\xab\x3c\x27\x4b\xb2\x49\x0a\xc7\x4d\x1d\x7d\x4b\x19\xf2\x72\xc2\xe9\x77\xd4\x72\xf2\xdc\xdd\x7d\xb0\x74\x06\xb5\x23\x76\x24\x1b\x38\x07\xdb\x54\x29\xba\xb3\x37\x26\x87\x1f\xa2\xcd\xd9\xe9\xd0\x74\xc3\x19\xbc\x9c\x9e\xee\xdf\xe9\xa2\x37\x04\x9d\x21\x90\x52\x09\x3c\x91\x31\x90\x22\x68\x87\x4a\x30\x9b\xef\x95\xec\xff\x6f\xb1\xcb\x55\xaa\x5d\x0b\x15\x56\xec\x36\x53\x12\xdb\x05\xc2\xc3\x0d\x74\xb1\x61\xef\xdd\xd0\x9f\xd1\x0c\xf6\x10\xcd\x0e\x3f\x7a\xc9\xbf\xc3\xe8\x12\x17\x4a\xd6\x89\x1c\xa0\x78\xd6\x8f\x28\x5f\xe6\x0c\x32\x07\x48\xec\x93\x8c\xfc\x63\x52\xa4\xc7\xc1\x42\x30\x78\xfa\x89\x21\x77\x7f\x1d\xce\xdd\xba\x4a\x82\xfc\x71\xa0\x36\xf2\x80\x38\x59\x2f\xca\x6a\x6c\x11\x13\x07\x6c\x4b\x19\x54\xba\xc0\xe5\xe2\x10\xf1\xb3\x33\xd5\x51\x23\x33\x30\x62\x3d\xa8\x37\xe3\x10\xc6\xef\x60\xdd\x54\x23\x9c\xd4\x64\xc3\xbf\x8b\xa4\x66\x43\xfa\xa3\xce\x7f\xb5\xfa\x2c\x5b\x8c\x6c\xbd\x6d\x22\x82\x3e\xf4\xfa\xd0\xeb\x1f\xb0\x53\x36\x05\xd6\xaa\x38\x76\x34\xc6\xf0\xb1\x95\xfe\xee\x5a\xe9\x57\x00\x00\x00\xff\xff\x43\x6b\xb6\xc0\x66\x0b\x00\x00"), }, - "/ovirt/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", - modTime: time.Time{}, - content: []byte("\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), - }, - "/rhcos-aarch64.json": &vfsgen۰CompressedFileInfo{ - name: "rhcos-aarch64.json", + "/terraform.rc": &vfsgen۰CompressedFileInfo{ + name: "terraform.rc", modTime: time.Time{}, - uncompressedSize: 3395, + uncompressedSize: 168, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x97\xdd\x72\x5b\xbb\xcd\x86\xcf\x73\x15\x1e\x1d\x7f\x92\x41\x10\x3f\x84\xef\xe0\x3b\xed\x4c\x2f\x00\x24\x40\x5b\x93\xc8\x72\xb4\x14\xa7\xdd\x9d\x7d\xef\x1d\xf9\x2f\x3b\x89\xe5\xba\xee\x29\x49\xbc\xeb\xc5\x43\x10\x8b\xfc\xd7\xa7\x8b\x8b\x8b\x8b\x55\xf7\x25\xff\xfe\xb7\xff\x5f\x5d\x5d\xac\x6e\x8e\xc7\xbb\xe5\xea\xf2\xf2\x70\x33\xf6\xcb\xfa\x90\xb1\x3d\xe4\x38\xee\x0f\x1b\xbf\xbb\x5b\x36\x7e\x38\x6e\xfe\xf1\xb5\x8c\xcd\x5d\xd9\xec\xef\xf2\x76\xb9\xd9\xce\xe3\xc3\xcc\xd8\xef\x2e\xfd\x70\xbc\x5c\x8e\xfb\x83\x5f\xe7\xe5\x21\xbf\xa4\x2f\xb9\x3c\x09\xd1\xc6\xd6\xee\x87\x71\x23\x74\x49\xb6\x69\xb4\x41\xc0\x52\x00\x1a\x18\xe9\x1a\x2e\x9f\x27\x57\xff\xf7\x64\xe9\xdb\xf6\x4b\x6c\xe3\x64\xe9\xb5\xf5\xcf\xcb\xb6\x3b\xbf\xce\x65\x75\x75\xf1\x98\xc9\xc3\x98\x7f\xff\x79\xe0\x61\xf0\xce\x8f\x37\x27\xb1\x27\x3b\xaf\x48\xae\xfd\xfb\xb2\x79\xb2\xb1\xb9\xdf\xc5\xe7\xcd\xf5\x1f\x4f\x9f\x79\x51\x59\x6e\x1c\x59\x4e\x3a\xaa\x44\x65\x02\x19\xa5\x40\x9d\x6e\x5c\x7c\x26\xb7\x28\x00\x19\xce\xc8\xd0\x93\xa0\x34\xf4\xd6\x39\x46\x40\xd0\x00\x86\xd6\x10\x8a\x01\xfc\xa6\xbc\xfd\x23\x57\x57\x17\x56\xad\x9a\xa2\xca\x2f\xd3\xdf\x6e\xc7\x7e\x77\x77\xc8\x65\xc9\x58\xff\x70\xc1\x41\x65\x78\x1b\xee\x58\x0c\xb4\x57\x0a\xe4\x8e\x53\x1a\x1b\x49\xc4\x44\xa4\x44\xaa\x32\x1b\x81\x33\x8d\x70\x24\xe8\x55\x8c\x4c\x6b\xb6\x5f\x5d\xfc\xfc\x99\x27\x4b\x02\x95\xb4\x54\x79\x59\xfa\xe7\x8f\xa8\xd5\x97\xed\x7d\xae\xb7\xb7\xdb\xe3\xc1\x77\xf3\x63\xdc\x7f\x96\x78\xd9\x82\xed\xee\xfa\x3c\xfe\x0a\xce\xdc\xac\x47\x9f\x91\xd1\x4a\x55\x31\xaa\x7d\x0c\x42\x52\x49\x25\xed\xbd\x21\x9b\xa1\xcc\x91\x1a\xdc\x7a\x0b\xe9\x6a\x36\x7b\xc1\x41\xab\x37\x92\x59\xf6\x1f\x4e\xe3\x87\xf9\x65\x7f\xde\x3c\x16\x0f\x06\x9c\x9c\x6a\x6d\x30\x0f\xc7\xd1\xbd\x69\x49\xe2\xee\xc9\xa5\x3b\x53\xf4\xc6\xc3\x58\x33\x4a\x41\x33\x04\xa9\xa5\x93\x8a\x22\xbc\x61\xfe\x73\x1e\x6e\xf3\xcb\xc7\xb7\xe1\x31\xfe\xf9\xa8\x9e\x4f\x81\xc0\x74\x98\x39\xcf\x74\x6e\x30\xdc\xea\x28\xc2\xc8\x34\xa7\x94\xa6\xa7\x7d\xf0\xd2\x6a\x46\x24\x87\xd5\x6e\x25\x49\xa6\x14\xf3\xae\x8e\xfa\x46\x0a\x87\xfd\xfe\xf8\xbf\x54\xd2\x63\xfc\xfb\xca\xa8\xb1\x68\xd6\x96\xa8\x3e\x53\x29\x41\xa1\x41\x0f\xe2\x00\xce\xe0\x8e\xd6\x43\x1c\x06\x5a\x69\xd4\x9d\x84\xb2\x99\x83\xe2\x44\x0f\xe3\xf6\x7a\x1a\xbb\x3c\xfa\xc7\xf6\xe0\x21\xf2\xc5\xfa\xc1\xbf\xbf\xd9\x83\x32\x46\x8e\xac\x50\x04\x8c\x7a\xc1\xb4\x4e\xdd\x62\x68\x9c\x0e\x7a\xcb\xae\x2c\x95\x07\x00\x68\x51\xe6\x04\x9c\x4e\xd2\xad\x2a\xb7\x09\x2e\xe7\x7a\x10\x1a\x72\x15\xc5\xf7\xf5\xa0\x5a\x50\xc2\x7d\x38\x67\xad\x00\xbd\xf4\x49\xbd\x46\x57\xed\xb3\x54\xd2\x3a\x72\x70\x27\x53\xc3\x89\x83\x79\xba\x12\x4f\xc1\x82\x44\x34\xe5\x37\x17\xaf\xf5\xa0\xda\x0c\xb0\x88\x09\x9c\x07\x4e\x9f\x3f\x8e\x9c\x3e\xbf\x1b\x3a\xe9\x1c\x83\x1a\x50\xc1\x39\x3b\xba\x0a\x7a\x44\xef\x36\xbd\xd4\x6c\x26\x20\x54\x87\x08\x8d\x02\xa2\xb3\xd9\x98\xe6\x64\xca\x21\x1c\x5e\xf8\x0d\xe8\xa4\x08\xe5\x7d\xd0\xa7\x32\x36\x66\xe3\xa9\x4c\x2d\xbd\x95\x20\x94\x9a\x5d\x2a\x15\xe4\x82\x40\xac\xb3\x49\x2f\xe2\x19\x83\x9a\xeb\x34\x83\x9a\x80\x3e\x86\xbe\xab\xf1\xff\x07\xe8\x0f\xff\xff\xa3\x8f\x8f\x61\x7f\x89\x7e\x01\xff\x75\xec\xbf\xe3\x9b\xe8\x7b\xb4\xee\x31\x7a\xe3\xa8\x83\x21\x0a\x4a\x27\xe9\x51\x1d\x19\x4a\x74\xeb\x52\x92\x89\x25\x7d\xd4\xea\xa7\xb6\xd9\x47\xe3\x12\xe9\xb5\xaa\xc7\x59\xf4\xca\xcd\x9a\xb4\x77\xa2\x2f\x93\x6a\x09\x76\x66\xa6\x82\x96\x73\xce\x66\xde\x6b\xe1\xc2\xa5\xb7\x81\xa5\x57\x82\x61\x3a\x4f\xe5\x6d\xd0\x4f\x3f\x5c\x76\xb6\xa2\xd3\xaa\xbf\x07\x3d\x92\xb0\xa2\x90\xd0\xeb\xe8\x97\xe3\x21\xf3\x63\xdc\x1f\x42\x5f\xa0\x1f\xfd\x70\x9e\xf7\xd4\x49\xa7\xce\xa8\x51\x63\x46\x1d\xe6\x5a\x0d\x66\xf6\x6c\xc9\x54\x0d\x63\xc4\xa8\x0c\x64\xa3\x13\x53\xf6\xa2\xbd\x64\x32\xb6\xa4\xcc\x38\xd7\x5f\x9a\x20\x60\x95\xf6\x7a\x59\x7d\xcd\xdd\xb7\x0f\x65\x76\x0a\xfc\x2f\x8a\x29\x8d\x1c\x94\xd9\x86\x37\xc5\x06\x15\xa5\x94\xd3\xa9\xb6\xda\x4b\x35\x75\xea\x64\xc2\xa9\x12\x55\x29\x23\x68\x6a\x44\x85\x32\x55\x86\xc7\xf9\x73\xdc\x84\x94\xe0\x9d\xc5\x04\xd2\xc0\x21\x2a\x2b\x88\x18\x8d\x8a\xde\x55\xbc\x10\x0a\x5b\x8d\x13\xd6\x6a\x16\xb5\xa1\xa8\x10\xd7\xe9\x23\x4b\x8f\x9e\xad\x46\x45\xfb\xcd\xc5\xab\xc5\xc4\x80\x50\x2b\x41\xfb\x01\xfc\xd3\x5f\xb0\xaf\xf6\xcb\xd8\xdf\x1e\x7d\x7b\x9b\x87\x9f\x6f\xd2\xb1\xbd\xce\xe5\x78\xf2\xf9\xe8\xf8\x6a\x58\x4a\x33\x54\xcc\x6e\x30\xa1\x0c\xf3\x1a\x5e\xfa\x2c\x0e\xd4\x1a\x51\x22\x62\x37\xb1\x26\x6e\xa3\xd6\x41\xa5\x23\x6a\xf3\x9c\xc9\x45\xf4\x2f\x76\x1f\xaf\xee\x27\xed\xaf\xdf\xfc\x9f\x9b\xed\xfe\xf2\xe5\x41\xb1\x7e\x7a\x3c\xac\x23\xef\x2f\xf7\xe3\x6e\x7d\x4f\x1b\x58\xfb\xe1\x78\x1a\x58\xfd\x62\xfd\x54\xce\xeb\xb1\xdf\xed\xb6\x0f\x46\x0b\x07\x90\xcd\xe9\xec\x24\x3e\xb2\x75\x0d\x74\x41\x3c\xdd\xa1\x7a\x20\x65\x2b\xd8\xe6\x9c\x51\x20\x24\x49\x03\x24\xac\x12\xd4\x82\xd3\xf3\xf9\x74\x3e\x0b\xdf\xe7\x61\xd9\xee\x6f\xcf\x3e\x43\x3e\xfd\xf9\xef\x00\x00\x00\xff\xff\x38\xdf\x6c\x23\x43\x0d\x00\x00"), - }, - "/rhcos-amd64.json": &vfsgen۰CompressedFileInfo{ - name: "rhcos-amd64.json", - modTime: time.Time{}, - uncompressedSize: 7179, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x58\xd1\x52\x63\xbb\x8e\x7d\x3f\x5f\xd1\xc5\xf3\x4d\x90\x25\x59\x96\xfa\x0f\xe6\x75\xaa\xe6\x79\x4a\x96\x65\xc8\x34\x10\x3a\x09\x70\xe6\x4c\xdd\x7f\x9f\x4a\x68\xba\xa1\x21\x90\xcb\x3d\x2f\x54\xb1\xb3\xb5\xf6\xd2\x92\x2d\x2d\xfb\xff\xfe\xf8\xf2\xe5\xcb\x97\x33\xbf\x5e\x6d\xcf\xbe\x7e\x79\xfc\xef\xf1\xc9\x5c\x6c\xd7\x77\xbb\xcb\x45\x79\xf1\xfc\xf0\xdb\xe5\xfd\xf5\xd9\xd7\x43\xd0\x02\x06\x70\x4f\xc1\x2a\x9d\x2d\xac\xca\xd9\xcf\x57\xff\xf9\x8f\x67\x68\xb7\x8b\xf4\xed\xee\x23\x30\x56\x80\x1a\xc2\x46\x1d\x8c\x0a\x1d\x05\xbb\x59\x6f\x76\x97\xa7\x20\x76\xe7\x2c\x19\xbd\xe0\x00\x6e\x84\x27\x20\xe2\x07\x1c\xa5\x17\xc0\xd0\x44\x0a\x47\xec\x27\x20\xd2\xfb\x88\x4a\xa5\x82\x11\x48\xd1\xcc\x56\x8e\x73\x3c\xa9\x20\xad\x33\xb6\x12\x15\xa5\x0e\x2a\x6d\xbc\x8f\x76\x8a\x86\x39\x50\xd3\x12\x22\xb8\x87\xcd\xe3\x55\xf9\x85\xf8\x81\x86\xcd\x6a\x43\x20\x92\x86\xac\xd5\xf8\x6d\xc4\xf0\x45\xe4\xcd\x6e\xe3\x57\x1f\x31\xf4\xe6\x08\xac\x5c\xe6\x88\x32\xec\x08\xc3\xbc\x3b\x15\x8f\xc1\x71\x84\x22\x41\x38\xa8\xe8\x51\xbc\x43\x8d\x3f\xd6\x6f\x34\xa8\xdc\x98\x08\x4c\xe3\x48\xb6\x79\x77\x5a\x7d\x29\x4a\xf4\xe6\x4d\x94\x47\x0d\xf5\xa3\x68\x0f\xf9\x71\x69\xc3\x5a\x69\x9e\xda\x70\x0a\x25\xc1\xfb\x60\x1f\x54\x55\xab\x5b\xf3\xa8\x1a\xa5\x98\xf5\xe3\xaa\x1d\xc0\x3e\xd8\x14\x09\x85\x6b\x2f\xe9\x6e\xad\xd8\x3c\x22\xda\x75\x9e\x26\x1a\x78\xaf\x82\x30\xac\x77\x9f\x52\x8f\xe4\xb9\xf5\x93\xba\xd4\xd4\x61\x34\x88\x0a\x4c\xf7\xa4\x23\x1d\xe0\x6e\x7b\x12\x98\xd7\x16\xa5\xb3\x91\x65\xcd\x59\x3f\x00\xfb\xa0\x02\x34\x0c\xf7\xed\xc4\xc2\x64\x74\x88\xa3\x60\xa7\xac\x0d\x41\x96\x3e\x0a\x15\xd0\xee\x22\x47\x34\x7b\x02\xfb\x80\x99\x35\xe3\xa1\xd1\xc3\xbc\xa6\xd7\xf9\x0c\xec\x8f\x67\x90\x67\xfe\xd7\xdd\x26\x5f\x4e\xa2\xd5\xb5\x5f\xec\x1f\x9d\x6d\x2e\x63\xbd\x5d\xb0\x2d\x95\x97\x08\x58\x0a\x80\x16\x86\xb6\x80\xc5\x21\x6c\xf9\xa7\xca\x7f\x0b\x2f\xef\x2f\xc7\xd9\x73\x86\x9b\xab\x7d\xf4\xe5\x6e\x77\xbb\xfd\x7a\x7e\x7e\x40\x59\xf6\xab\x75\x5f\xc6\x7a\x93\xcb\x87\xd5\xcd\x58\x3f\x6c\x97\x37\xb9\x3b\x3f\x7c\xaa\xdf\xc5\xb7\xdc\x9d\xff\x2b\x5f\x7b\x91\x42\xf7\x6d\xfe\xd7\x7f\xfe\xc7\xab\x6f\x2e\x36\x39\x56\x9b\x8c\xdd\x7a\xb3\xf4\xdb\xdb\xed\xd2\x37\xbb\xe5\x9f\xdf\x4b\x2c\x6f\xcb\x72\x7d\x9b\x37\xdb\xcb\xd5\xdc\x1d\x7e\x89\xf5\xf5\xb9\x6f\x76\xe7\xdb\xdd\x7a\xe3\x17\x79\xbe\xc9\xab\xf4\x6d\x6e\x9f\x48\x2d\xed\xfc\x2d\x62\xe7\x8f\x94\xce\xcf\x9e\x98\xdc\xad\xae\xc6\x6a\xec\x99\xbc\xf5\xfa\xd3\x6b\x17\x71\xfb\x81\xe2\x0b\xe5\xc5\x6f\x1a\x5c\xc4\xed\xe2\x4f\x95\x85\xf0\x73\xad\x6f\x37\xeb\xff\xc9\xd8\xfd\x8a\x8d\xab\xf5\xdd\x7b\xd5\xf8\x91\xe1\xf2\x62\xbd\xbe\xb8\x4a\xbf\x5d\x3d\x26\x7f\x08\x7e\xfe\xf7\x23\x12\xcb\x9d\x6f\x96\x17\x7f\xbd\xac\xc4\x21\x8f\xdf\x7d\xcd\xc3\xf6\xf5\x4a\xbd\xf5\xdd\xe5\x47\x2b\xec\x61\xfb\xb3\xe2\xd7\xe3\xdb\xfe\x5b\xff\x78\x09\xb2\xbd\x74\xac\xb2\x87\x01\x10\x35\x49\x75\xc0\x29\xa3\x4e\xb0\x0a\xd1\xad\xcd\xda\xd3\x80\x03\x06\x54\xac\x0d\xb0\xb2\x14\x49\x0a\x87\x3a\x28\xd9\x9b\x74\x6c\x05\x5e\x21\xaf\xfe\xda\x97\xa3\x00\x81\x31\x31\xb7\xdf\x7e\xbf\xbb\x89\xf5\xf5\xed\x26\xb7\xdb\x1c\x8b\x5f\x34\x22\xbc\x0c\x19\x9d\x13\x02\x48\x03\x4b\x49\x6e\x73\x02\x22\x45\x90\xcf\xe6\x6d\x58\xeb\x1e\x93\x07\x68\x8e\x6c\x34\x10\xaa\xee\x69\xda\x8c\xdf\x69\xbc\xfc\xcc\x13\xa7\x8a\xd0\x90\x59\xdf\x36\x05\xaf\xb6\xf3\xc9\x7a\xff\xb6\xc7\xde\x15\xbc\x04\x8c\xac\x05\x0b\x61\x20\x99\x14\xce\x69\xae\xdd\x7a\x4a\x68\xaf\x62\x98\x83\xa1\x9a\xc1\x18\xc2\xc3\xbd\x4c\x9e\x64\xa5\xf7\xde\x48\xf1\x3d\xc1\xa1\xaa\xe2\x69\x82\x73\x29\x5d\x34\xe7\x7e\xc8\x77\x2f\x60\x34\x5c\xb4\xa1\x55\xc7\x4e\x94\x61\x8e\x52\x7a\xc5\x01\x89\x64\x30\x7b\xe3\xec\x5c\x1a\xa6\x1a\x37\x3a\x49\xf0\x56\x9a\xa9\x98\x98\x1c\x57\x7c\xbb\xf3\xf8\xf6\x79\xd9\x0f\xe1\xa7\x6a\x2f\x9a\x58\x4c\xb1\xfa\xac\xd6\xaa\x82\xfb\x94\xbd\x9d\x0d\x50\x13\x19\x44\xc0\x45\x31\xb1\x5a\xe7\xc6\xec\xc3\x2b\x8f\xc2\x60\x2a\x75\x8e\x57\x49\xbf\xd0\x5e\x90\xf8\x34\xed\x5b\x85\xea\x09\xa0\xd0\x19\x49\x84\xd0\x72\x40\x17\x97\xac\x2d\x1c\xc2\x46\xc7\xd6\x3b\xb3\xd5\x1e\xd2\x91\x84\x6b\xcb\xb0\x09\xd8\x91\xec\xef\xd0\xfe\xf7\x46\x7a\xaa\xe8\x17\x71\xfb\xa4\xf6\x8f\x36\x76\xbc\xb5\x50\x89\x3e\xc5\x29\x00\x52\x8d\x94\x9c\x11\x45\x06\x40\xb2\x56\x28\x9e\xdd\x9d\xbb\xb9\x4f\xf4\x32\x15\x92\x39\x0d\x46\xe9\x22\xfe\xce\x4a\x2f\xa5\x90\xb6\x66\xa7\xa9\x5d\x50\xc5\x83\x86\xd5\x28\x1c\xd3\xac\x4b\x01\xb1\xd9\x43\x5d\x10\x92\x2a\xd7\x32\x88\x14\xd3\x5d\x5d\xa0\x10\x07\x3a\x86\x4f\x49\xee\xed\x14\xb5\x91\x8d\x8d\x2a\x30\xbc\x29\xf6\xaa\x5f\x3f\x0e\x97\xcf\x28\xfe\x14\xfc\x24\xfb\xf7\x58\x3f\xe0\xbb\xc2\x47\x0d\xe9\xd9\x9a\x7b\xb4\xfd\x11\xa3\x22\x7a\x05\x33\x16\x9e\x10\x5d\x41\x79\x74\x02\x1e\x19\x55\x8c\x8c\x28\xb5\x5b\x03\x6f\xaa\xb5\x68\x3d\x2e\xbc\xb4\x82\x0a\x27\x0a\x9f\xd8\xb2\xb3\x72\x1f\x83\xa7\x4e\x26\xe5\x0e\x94\xbd\xf4\x69\x2d\xb4\x87\x55\x13\xc7\x42\x26\xac\x7d\xd8\x6c\x7d\x66\x91\xfd\xd3\xda\x31\xfc\x24\xe1\x2b\x57\xc0\x0a\xc8\x6f\x0a\x7f\xb5\xba\xcf\xc5\xea\x66\xb5\xdb\xf8\xf5\xfc\xdc\x30\x7d\x09\xf1\x54\x84\xd5\xf5\xc5\x71\xfd\x2b\x3b\x34\x17\x9c\x44\x32\x9b\x40\x48\x11\x2e\x0e\x19\x95\x67\x83\xcc\x19\x12\x81\x82\x64\x96\xd3\xfa\x18\xa4\xd4\x24\x54\x87\x86\xf5\x23\xc7\xe0\x47\x22\xdb\xf5\xa7\xb3\xf8\xc9\x7d\xbb\x7e\x67\xd3\xa6\x61\x90\x0f\x31\xcd\x29\x0a\xb5\x41\x29\xb3\x45\xd4\x6e\x73\x40\xa3\x2a\x5d\x5b\x29\x5e\xeb\x6c\x54\xdd\x3d\x11\xc3\x4a\x37\x93\x30\xc9\x77\xb8\x7f\xcb\xcd\x4d\x5e\x7d\xbe\x08\x8f\xf1\x8b\xc7\x2c\x8e\x67\x30\x0a\xa1\x58\x4a\x08\x94\x62\x64\x0d\xcb\xbe\xab\x37\x2d\xbd\x41\x6d\xd2\x28\x18\x8a\x8a\xe1\x40\x75\xdd\xcf\x04\x56\x87\x5e\x2b\xa4\x23\xb7\x77\x32\xd8\xac\xd7\xbb\x7f\x67\x19\x3d\xc6\x9f\xb4\x86\xa8\xd7\xee\x25\x4d\x87\x69\x45\x83\xe6\x3e\x67\xb2\xc7\x70\xf3\xd9\x3a\x1a\xf5\xd1\x55\x01\x74\x52\x01\xa1\xe2\xea\xb5\x33\x11\xa5\x53\x3b\x72\xa0\xbd\xce\x9d\x7f\xae\x02\x87\xc8\x27\xe6\x1b\x7f\x78\xb7\x01\xed\x1d\x0d\x01\x47\x77\x08\x80\x0a\xbc\x1f\x44\x35\x49\x3b\x85\x84\x14\x0e\x10\x16\x9f\xd0\x61\x24\x1b\x85\x59\x76\xf1\xc2\x0d\x28\x7a\x7d\xb5\xf3\x7f\x35\x20\x15\x68\x0c\x27\x9a\x4a\x8a\xbe\xff\x44\x62\xe1\x31\xca\x94\x86\xa4\x73\x3f\x72\x55\x73\x10\xa3\x05\xd6\x51\x9c\x8d\xa8\x4a\x58\x9d\x4d\xb4\x20\xb7\xd9\xd3\x87\x96\x93\x4c\x25\x59\xab\xa5\x16\x29\x6f\x8f\xd9\x83\x6c\xfc\x39\x7f\xf3\x23\xf6\x54\xd1\xad\x73\x65\xed\xda\xb5\x11\xe2\x18\x3c\xa4\x9a\x21\xc6\x18\x03\xb5\x81\xc0\x90\xce\x1e\x95\xcc\x70\x14\x2c\x1e\x84\xcc\xe8\xdc\xca\x6c\x76\xdc\xdc\x14\x29\x08\x5c\xe0\xc4\xae\x5f\xa1\x06\x69\x33\x76\x42\x40\xd9\x1b\x76\x8d\xd9\x8a\xa9\xcc\x32\x25\x3b\x19\x0c\x0e\x1a\x30\xc1\x43\xa6\x0d\x93\xde\x53\x15\x47\xa5\x3c\xc9\xdc\x7c\x20\xfa\xe1\x80\xfa\x69\x5b\xf9\x33\xfa\xf4\x81\x4b\x2c\x22\x06\x0a\x6d\xf6\x56\xa0\x00\xd6\x6a\xe9\xb5\x0d\xf7\x00\x56\x8e\x6a\x39\x78\x58\x61\x33\xd9\x67\x2a\x50\xba\xf6\xde\xbc\xf9\x70\x7d\x77\xe0\x02\x57\x3a\x4d\xfa\xde\x7b\x37\x64\x9a\xa0\x3c\x83\x08\x1c\xc3\x6a\x42\x9f\x44\x0d\x74\x88\x66\x69\x82\x3a\x59\x41\x25\x3d\x6a\xe3\x11\xdd\x64\x50\x1d\xd3\xf2\x6f\x18\xb8\xeb\xed\x6e\x93\x9f\x3b\x45\x3d\x86\x3e\x33\x97\xef\xf8\xf8\x06\xea\x36\xfb\xa4\x66\x8e\x59\xc9\xf7\xa6\xce\xb3\xe8\xf4\x81\xb3\x73\xc3\x3e\x1a\xcb\x60\x07\x16\xd2\xd1\x3b\x17\x2c\x56\x47\x16\x70\x7c\x3d\x3c\x1e\x73\x33\x2e\x6a\x55\xf4\x6d\x13\xf7\x3d\xaf\xef\x3e\x95\xd8\x3e\xf0\x5f\x30\x6f\x9e\x6a\xa8\x09\x31\xa8\x76\xd5\x19\x19\x2d\xa0\xf5\x02\x0d\x4b\xad\x7d\x64\x69\xa3\x8d\xc1\x6c\x5a\xa7\x76\x18\x96\xa4\x82\x51\xab\x08\xbc\xe3\x9a\xdb\xde\xa1\x62\x39\x6d\x2d\xa9\xfa\x6c\x41\x26\xea\x46\x92\x63\xbf\x4a\x5a\xb5\xf0\x9c\x98\x4c\xdc\xa8\x77\x9b\xd0\x83\x26\xb5\x54\x2b\x4d\x26\x4f\x1b\xd8\xdd\xca\x98\xaf\x3c\xe4\xdb\x6b\x49\xf7\x4e\x5c\x8f\xac\xa5\xfb\xeb\x07\xff\xe4\x89\xfc\x31\xf4\x49\xf4\xf5\xfd\xeb\x89\xf2\x6b\x2d\x85\xf6\x39\x32\xab\x11\xcc\x82\x24\xda\x6d\xb2\x78\x29\x9e\xde\x48\x1c\x44\x11\x14\x05\x67\x6b\xdc\x26\x75\x8f\xca\xd9\xab\x96\x4a\xe5\x75\xa2\xcf\x2f\x1b\x54\x09\xe1\xc8\xed\xe1\x7a\x1b\xeb\x9b\x9d\xaf\x6e\x72\xf3\xf2\xd6\x67\xac\x2e\x72\x7b\xb8\x96\x7a\x24\xf9\x35\xdd\xa7\x55\x83\x1c\xda\xf6\x87\x55\x2a\xd4\x3b\x60\xab\x21\x53\x5b\x40\xc1\x29\x3c\xc5\x6b\x36\xe5\x5e\x8a\x19\x96\x8e\x40\xb2\x37\x0a\x4a\x2f\xae\xb4\x7e\x5e\x97\x7d\xbf\xf3\xff\x5d\xae\xd6\xe7\x3f\x2f\xf3\x16\x3f\x2e\xee\x16\x23\xef\xcf\xd7\x71\xbb\xb8\xe7\x25\x2c\x7c\xb3\xdb\x3f\x38\xfb\x8d\xfa\x7e\xa7\x2e\x62\x7d\x7d\xbd\x3a\x10\x25\x30\x1a\xbc\x77\xf3\xac\x49\x2d\xcc\x50\x46\x54\x42\x06\xdf\x37\xa3\x80\xd6\x92\xfa\x44\x10\xca\x89\xae\x43\x5d\x0b\x63\xe9\x92\x66\xfa\x74\xc4\x7a\x02\xbe\xcf\xcd\x76\xb5\xbe\x39\x7a\x17\xf8\xc7\x3f\xff\x3f\x00\x00\xff\xff\x5d\xdc\xf2\x2b\x0b\x1c\x00\x00"), - }, - "/rhcos-ppc64le.json": &vfsgen۰CompressedFileInfo{ - name: "rhcos-ppc64le.json", - modTime: time.Time{}, - uncompressedSize: 3030, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x96\xdd\x72\xdc\xbe\x0d\xc5\xef\xf3\x14\x9e\xbd\xce\xee\x82\x20\x48\x02\x7e\x83\xde\x76\xa6\x0f\x00\x92\x80\xad\x89\xd7\x5a\x4b\xb2\xd3\xa6\x93\x77\xef\xc8\x1f\xdb\xd8\xf1\x66\x5c\xf7\x7f\x2b\x0a\x87\x07\x3f\x1e\x4a\xf8\xf7\x97\x8b\x8b\x8b\x8b\x4d\xd5\xd9\xfe\xf1\xf7\xbf\x6d\x2e\x2f\x36\xd7\xcb\x72\x9c\x2f\xf7\xfb\xe9\xba\x8d\xf3\x76\xb2\x3e\x4c\xd6\x96\x71\xda\xe9\xf1\x38\xef\x74\x5a\x76\xff\xbc\x0b\x6d\x77\x0c\xbb\xf1\x68\xb7\xf3\xf5\xe0\xcb\xe3\x4a\x1b\x0f\x7b\x9d\x96\xfd\xbc\x8c\x93\x5e\xd9\x7e\xb2\x1b\xd3\xd9\xe6\x67\x21\xda\xc9\xf6\x78\x6c\x99\x6e\x6c\x4f\xb2\x63\xda\x21\x60\x08\x00\x1c\x30\xe5\x2d\xec\x5f\x16\x37\x5f\x9f\x2d\xdd\x0f\x37\x7d\xe8\xab\xa5\xf7\xde\x7f\x79\x6d\x38\xe8\x95\xcd\x9b\xcb\x8b\xa7\x4e\x1e\x9f\xdd\x0c\x0f\xb6\x1d\x6e\x87\x65\xd2\x83\xbf\x5e\x7b\x5c\x3f\xea\x72\xbd\xea\x3e\x3b\x7b\x47\x7d\xfb\x5a\x62\xf7\x6c\x6e\x37\x1c\xae\x9e\x37\x3e\x89\xcd\xd7\x8a\x29\xaf\x72\xec\xb1\xb0\x73\x45\xb0\x16\xd1\xa9\x6a\x06\xf3\xd4\xad\xb5\xac\x2c\xe8\x58\x62\x8c\xd5\x38\x55\x4f\x44\x1c\xa0\xb6\xd4\x3a\x38\x62\xa5\xca\xb0\x39\x09\xff\xfc\xfa\xb6\x99\x79\xfc\x74\x1b\xff\x35\x3f\x8f\xe7\xcd\x63\x2f\x04\x6e\x82\x2d\x4a\x05\xcd\x05\x7a\xef\x9e\x53\xd1\xde\x6b\x03\x61\x97\x64\x21\x4a\x8f\x1c\xc5\xb5\xd7\xa8\xa0\x41\x34\x69\x73\x0c\xfe\x27\xf3\xdf\x6c\xba\xb5\x9b\xcf\x1f\xc3\x53\xfd\x4b\x7a\xce\xb7\xd0\xd1\xd9\x51\xcc\x93\x54\x2e\xdd\xb0\xd5\x5e\xba\x73\xb5\x0c\x0d\x72\x46\xa8\x4d\xc0\x98\x9d\xb4\x20\xd6\xca\x58\x38\xc6\xd8\x4b\x6e\x1a\x9d\xff\xd0\xc2\x34\x8e\xcb\xff\x93\xa4\xa7\xfa\x8f\xc5\x48\x01\x15\x62\x8d\x09\x52\x76\x55\x4f\x9c\x5b\xd6\x48\x0a\x12\x28\x36\xa2\x10\x24\x97\xaa\xa8\xb5\x3b\x44\xe8\x0c\xb5\xd7\x2c\x02\xea\xc2\xc1\xde\x6f\xe3\x60\x8b\x7e\xee\x0c\x1e\x2b\x4f\xd6\x27\xfd\xbe\xbb\xfa\x71\xde\xbd\x74\x49\x40\x52\x54\x62\x07\x74\xb1\xd0\xb3\xb6\xa2\x21\xf4\x6a\x80\x8d\x3c\x3b\x14\x28\x39\x9a\x45\x56\xb5\x2a\xc5\x15\x85\x1c\x62\x73\xc6\xdf\x94\x87\x1f\xb6\xb9\xbc\x10\x0e\xa9\x48\x0e\xfc\x66\xf9\xfe\xb6\x8d\x87\xe3\x64\xf3\x6c\x7d\xfb\x4b\x14\x34\x60\xe9\x98\xd8\x9c\x20\xf5\x58\xc5\xd4\xb3\xe8\xba\x49\x6b\x35\x1a\xc7\x6e\x81\x7a\x81\x9c\xb2\xc5\x94\x5d\x40\xab\xbb\xb8\x66\x4a\xd0\xdf\xba\x78\xbd\xcd\x93\x25\x0a\x28\x28\x88\xcc\xe7\x81\xd3\xb7\xcf\x23\xa7\x6f\x1f\x86\x8e\x08\x10\x91\x52\x66\xc4\x10\xc4\x42\x0b\x49\x0d\x25\x57\x90\xf5\x56\xa4\x0a\x45\x89\x7a\xa0\x48\x89\x85\x5b\xab\x2d\x85\xac\xa6\x5c\xb9\xe6\x7a\x1e\x3a\xb3\x50\x94\x8f\x41\x2f\x01\x55\x72\xc9\xc9\x28\x6b\x0b\xbd\xc4\xb6\x1e\x6f\x4b\xdd\xb3\x5a\xab\x4d\xb8\xa9\x11\x85\x86\x00\x9a\x28\xb5\x9e\x49\x20\x8b\xa0\xe6\xde\xc3\x5f\x00\xfd\xf1\x97\xb4\x68\xfb\x1c\xf6\x53\xf5\x09\xfc\x5d\x1b\xbf\xe3\x1f\xd1\x1b\x72\x01\x22\xb5\x46\x31\x55\x53\x4a\x4d\x5a\x0f\x06\xa5\x99\x45\x88\x50\x42\xcd\xe2\x0e\x91\x24\xa5\xa4\x21\x44\xad\xd6\x4a\x07\x69\x60\x2a\xe7\xd0\x17\x61\x2a\x42\xf9\x63\xe8\x49\xd8\xb1\xf4\x58\xb3\x35\x89\x5d\xc5\xd8\xb5\x4b\xac\x41\x56\xe8\x81\xd9\x2b\x19\xc4\x94\x33\xa5\xd4\xa9\x98\x49\xe8\x2e\x19\xa0\x47\xa3\x0f\xe5\x1d\x73\xa6\x92\x04\x25\xbf\x8f\x7e\x5e\x26\xb3\xcf\x71\x7f\x2c\x3d\x41\x5f\x74\x3a\xcf\xdb\x0d\xbb\x6b\xf5\xd0\xbd\x52\xaf\xdc\x5b\x0a\x48\x84\xd6\x20\xe6\xf5\x72\x53\x4b\x46\x29\x50\x66\x94\x82\xd1\x62\xd6\x40\xc0\x56\xd0\x62\xaa\xe5\x1c\x6f\xc8\x90\x52\x66\x78\xb7\xb7\x3b\x3b\xdc\x7f\xaa\xb3\xb5\xf0\x7f\x08\x93\x72\xaa\xb1\x78\x53\x0c\xb9\x9a\x17\x65\xeb\x26\x85\xbb\xc4\x60\xa1\x98\x30\x37\x33\x0c\x8e\x29\x32\x85\xa2\x06\x86\x0c\xdd\x8b\x1a\x6a\xc9\x67\xef\x31\x94\x82\x04\xe5\x63\x61\xf2\x18\xeb\xfa\x35\x31\xf7\xc2\x98\xac\x48\x09\x18\xc2\xba\x05\x3a\x84\xac\x25\x26\x85\xee\x58\x93\x22\x66\x71\x36\x13\xe3\x0c\xad\x36\xce\xf1\xb7\x48\xbf\x1b\xa6\x02\x41\x02\x23\xfc\x72\x8f\xbf\xfc\x82\x7d\x33\xce\x6d\xbc\x5d\x74\xb8\xb5\xe9\xf5\x70\xd7\x87\x2b\x9b\x97\xd5\xe7\x93\xe3\x4b\xa8\xa1\x28\x32\x13\x9b\xab\x41\x24\x8c\xd8\x41\x73\x52\xb1\xf5\x12\x94\x80\x2d\x93\xe5\x52\x8a\x13\xb3\xa1\x57\x72\x55\x8c\x9e\x25\x85\x57\x9f\x9d\xa7\x69\x72\xd5\xbe\xbb\xd7\x7f\xed\x86\x71\x7f\x9a\x71\xb7\xcf\xf3\xec\xb6\xdb\xc3\x7e\x6c\xc7\xed\x03\xed\x60\xab\xd3\xb2\x3e\xd8\xbc\xb1\xbe\xc6\x79\xdb\xc6\xc3\x61\x78\x34\x6a\x31\xad\xff\xe8\x66\x52\x8b\x22\xb6\xf5\x4c\x53\xa9\x46\x5e\x7a\x4c\xdc\xd4\x19\x1a\x95\x84\x9a\x23\x49\x46\xf1\x58\xd4\xb9\x04\x2b\x80\x76\x02\xfa\x22\xfc\x60\xd3\x3c\x8c\xb7\x67\x27\xe3\x2f\x3f\xff\x13\x00\x00\xff\xff\x42\x73\x8c\xc8\xd6\x0b\x00\x00"), - }, - "/rhcos-s390x.json": &vfsgen۰CompressedFileInfo{ - name: "rhcos-s390x.json", - modTime: time.Time{}, - uncompressedSize: 3373, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x97\xdb\x52\x24\x39\x0e\x86\xef\xfb\x29\x88\xba\xde\x2a\x74\xb2\x6c\xf1\x06\x7b\xbb\x11\xfb\x00\xb6\x24\x43\x45\x37\x14\x5d\x59\xdd\x33\x3b\x1b\xf3\xee\x1b\x09\x0c\xd3\x07\x20\x2a\xd8\xbe\x75\xa6\x94\xbf\x3e\xfd\x29\xdb\xff\xfd\x70\x71\x71\x71\xb1\x19\x7d\xc9\x7f\xff\xeb\x9f\x9b\xab\x8b\xcd\xcd\xe9\x74\xbf\x5c\x5d\x5e\x1e\x6f\xfc\xb0\x6c\x8f\x19\xfb\x63\xfa\xe9\x70\xdc\xf5\xfb\xfb\x65\xd7\x8f\xa7\xdd\xef\x9f\xd1\x77\xf7\xb8\x3b\xdc\xe7\xdd\x72\xb3\x9f\xa7\x87\x27\x7e\xb8\xbd\xec\xc7\xd3\xe5\x72\x3a\x1c\xfb\x75\x5e\x1e\xf3\x53\xf6\x25\x97\xa7\x44\xb2\xb3\xed\xc2\x06\xbf\x5f\x8a\xed\x9a\xec\x08\x08\x11\xa0\x21\x01\x6d\xe1\xf2\xf1\xd1\xe6\x1f\x4f\x72\xbe\xec\x3f\xc5\x3e\x56\x39\x2f\xbd\xfd\xd7\x6b\xfb\xdb\x7e\x9d\xcb\xe6\xea\xe2\xb1\x8a\x87\xb5\xe8\x4b\x7c\xb7\xf2\xb0\x7a\xdf\x4f\x37\x6b\xb6\x27\x2d\x2f\xe4\xdc\xae\x81\xbb\x07\x19\xbb\x63\xff\x6d\x77\xfd\xc7\xd3\x57\x9e\x73\x2c\x37\x9d\x8a\xae\x59\x20\x8b\x0c\x4e\x31\x67\x9e\x12\x43\x64\xda\x10\xa6\x30\x8d\x32\x88\x27\xd6\xde\xa0\x20\x19\x42\x27\x33\xca\x9a\x45\x2a\x65\x76\x2f\x98\xf9\x53\xe6\xfd\x1f\xb9\xb9\xba\x68\xd6\x04\xb0\xb4\xf6\xc3\xe3\x2f\x77\x7e\xb8\xbd\x3f\xe6\xb2\x64\x6c\xff\x56\x11\xd4\xc7\xb0\x66\xda\xd8\xcd\x9d\x30\xa7\x91\x83\x25\x23\x11\xb1\x51\x29\x85\x50\xc0\x46\x49\xb3\xe2\x25\x2c\x95\xc6\x88\xce\x09\x95\xdb\x8f\x2a\xbe\xff\xcc\xa3\x24\xae\xa4\xca\x86\x20\xcf\xef\xfe\xf9\x77\xd8\xe6\xd3\xfe\x6b\x6e\xf7\x77\xfb\xd3\xb1\xdf\xce\xe5\x5d\xd8\xbf\x4f\xf1\xd4\x80\xfd\xed\xf5\xeb\xf4\xcb\x6c\x8c\x6b\x11\xa8\x95\xa8\x69\x2d\x83\x71\xf4\xd9\xac\x22\x58\x2b\x13\x1a\xc7\x18\xdc\x7c\x30\x89\x7b\xe9\x58\x25\x5b\x70\x4c\x9e\xcd\x60\xf3\x46\x29\xcb\xe1\xdd\x45\xfc\x25\x7d\x39\xbc\x2e\x3d\x63\x9a\x63\x37\x86\x52\x69\x66\x74\xe9\x0d\xa8\x50\x40\x1f\x19\xd0\x9b\x56\x0f\xa8\x52\x47\x65\x62\xf4\x59\xc8\x29\x0b\x8b\x4b\x75\xb2\x7c\x43\xfa\xc7\x3c\xde\xe5\xa7\xf7\xb7\xe0\x31\xfe\xf1\x17\x7d\xbd\x80\x86\xd1\xa6\x82\x80\x4f\x36\xe4\x0c\x40\xae\x96\xda\xa7\x15\x08\xf0\x86\xda\xba\x4c\x4d\xe8\x91\xe9\x7d\x2a\xf7\x2c\x54\xbd\x16\xeb\x91\xf6\x46\x01\xc7\xc3\xe1\xf4\xff\x78\xe8\x31\xfe\x1c\x03\x61\xef\xcd\xbc\xb5\x39\x1b\xb6\x52\x1a\x0a\xc6\x2c\x5a\xa3\xce\xde\x67\xa8\x60\x2a\x40\x6b\x19\x11\x8d\x5b\xd3\x28\x9d\x26\x2b\x49\x53\x95\xc2\x2f\x17\x71\x9b\xa7\xfe\x3e\xfe\x0f\x91\x67\x8e\x9e\xa6\xde\x31\xbd\x82\x2b\x61\x94\xc2\xc6\x1c\x8d\x20\x0c\xb8\xaf\x56\x5f\x47\x90\xd6\x59\xd1\xb4\xcf\xe6\xbd\x20\x56\xf1\x22\x34\x3a\x26\xd9\xeb\xa3\xa7\x90\x30\xdb\x79\xa3\xc7\xa6\x75\xe4\xea\x09\xce\x23\xa6\x71\xa9\x06\x06\x05\x94\x64\x32\x88\x23\x39\x57\x89\x36\x13\x4c\xac\x8d\x1c\x63\x50\x9d\x32\xd1\x35\x6c\xfc\x82\xd1\xf3\x00\x4d\x3e\xbe\x1f\xb8\x7c\x3c\x7b\xda\x37\xf5\xe9\x6d\x30\xba\x82\x5b\x97\x1a\x55\x70\x4a\x15\xee\x94\x51\x6a\xba\x83\x31\xb9\x60\x25\x53\x57\x44\xca\x6a\x9c\x04\x29\x39\xdf\x98\xf6\x8a\x8d\xe1\x3c\xe4\xcc\xb5\x0d\x1b\xde\x28\x4a\x33\xb3\xd2\x07\x49\x0d\xea\x48\x8e\x55\xa2\x16\xa0\x59\xbb\x15\xa4\x28\x28\x39\x78\xa8\x63\x0e\x80\x48\x99\x20\xbf\x00\xf9\xc3\x7e\x7f\xea\xfe\x3e\xe8\xcf\xd1\x4f\xd8\x3f\xfb\xe1\x37\x7a\x13\x3c\x15\x2a\x68\x92\x35\xc3\x8a\x20\xf2\xc4\x61\xa5\xa0\xe1\x9c\xcd\x6d\x16\x99\x2e\x15\x72\xa4\xab\x37\x22\xe9\x56\x34\x7c\x74\x52\xec\x35\xeb\xab\xe0\xd5\xb0\x91\xe2\x79\xe0\x15\x12\x89\xa3\xf0\x50\xec\x33\xc3\xb5\x90\x42\x5f\xdb\xed\x1a\x29\x0d\x8b\x80\xae\xdb\xbc\x07\xa3\x30\x4d\x0e\x83\x86\x35\xbb\x11\x4f\x3d\x07\x3c\x31\x59\x11\xd2\xa2\x2f\x83\x5f\x4e\xc7\xcc\xf7\x51\x7f\x08\x7d\x42\x7e\xea\xc7\xd7\x69\x1b\x81\x06\x77\x6a\xeb\x36\x54\x22\xa0\x44\x81\x59\x2a\x17\xc6\x5e\x11\xdb\x3a\x4f\x74\xfa\x10\x10\x18\xc5\xd6\xa3\x85\x56\x0e\xa8\x63\xf6\xe8\xf1\x1a\x6d\x29\xc5\x5a\x25\x78\xb1\xb2\xcf\x79\xfb\xe5\x5d\x75\xad\x81\x67\x1b\x09\x86\x12\xc7\x80\x99\xea\x03\xd7\x1e\x4e\xa5\x28\x93\x99\x4b\x8b\x8a\x69\x3a\xc6\xac\xc8\x43\x50\xb0\xb2\x65\x0e\xea\x0c\x91\xa3\x04\xe7\x4f\x2d\x7c\x36\x52\x35\x46\x55\x3a\x73\x68\x0a\x63\x19\x35\xa1\x31\x3b\xe0\x10\xf3\xb6\xda\x5a\x95\x0c\x23\xcd\x64\x64\x8f\xc4\x12\x92\xbd\x02\xeb\x00\xe9\x15\x13\xd5\xa2\xf5\x9f\xed\xfc\xb2\x91\xb4\xd4\x26\xa0\xdf\xfc\xc1\x1f\xbe\x81\xbe\x39\x2c\x7e\xb8\x3b\xf5\xfd\x5d\x1e\x7f\x38\x37\xef\xaf\x73\x39\xad\x3a\x1f\x15\x5f\xad\x8d\x5b\xbd\xad\xe1\x5e\x5a\x55\x84\xd2\x1b\x38\x58\xa3\xa9\x24\xca\x68\xe8\xee\xb3\x92\x37\xb2\x44\x00\x9d\x0c\x25\x66\xa2\xf3\xc0\x6f\xa1\x3d\x1e\xd4\xd7\xdc\x9f\xbf\xf4\xff\xec\xf6\x87\xcb\xe7\xab\xc3\xf6\xe9\x9a\xb0\x8d\xfc\x7a\x79\xf0\xfb\xed\x57\xd9\xc1\xb6\x1f\x4f\xeb\xc2\xe6\x07\xe9\xab\x95\xb7\x7e\xb8\xbd\xdd\x3f\x08\xa5\x69\x63\xa8\x06\x4d\x01\xb7\xe9\x80\xeb\x1e\xd8\x34\xdd\xa4\x6a\x77\x14\x4c\x9f\xe2\xa6\xd1\x68\x4c\x8b\x81\x9d\xd0\x78\x36\x8c\x81\xee\x9b\xef\x13\x7f\xcd\xe3\xb2\x3f\xdc\xbd\x7a\xe9\xf8\xf0\xe7\xff\x02\x00\x00\xff\xff\xc7\xaf\x4b\xd8\x2d\x0d\x00\x00"), - }, - "/rhcos-stream.json": &vfsgen۰CompressedFileInfo{ - name: "rhcos-stream.json", - modTime: time.Time{}, - uncompressedSize: 33092, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\xdb\x76\x5b\xc7\xae\xe5\x7b\xbe\x42\x43\xaf\x7d\x24\x03\x85\x4b\x15\xf2\x1d\xfd\xd4\x2f\x3d\x50\x00\xca\x56\xc7\xb6\xbc\x25\x79\x27\x7d\x7a\xe4\xdf\x7b\x50\x17\x3b\x91\xb4\x43\x52\x12\x4f\x2c\x9d\xfd\x92\x11\x93\x25\x12\x13\x35\xe7\x5a\x85\xcb\x02\xff\xdf\x4f\x47\x47\xc7\x97\x57\x17\xe5\x9f\x8e\x7f\x3e\x3a\xbe\xf8\x10\xe7\x97\x27\x7c\x6a\xc7\xff\xb1\x79\xe3\x53\x5d\x79\xfa\x95\x1f\xff\x7c\xb4\x59\x78\x74\x74\xfc\xd1\x2f\xaf\x4e\x3e\x9d\xe7\xd9\x3a\xab\xdc\xfc\x45\x83\x86\x27\x08\x27\x30\xfe\x27\x8e\x9f\x9b\xfe\xcc\xfc\xbf\xae\xff\xf8\xe8\xe8\xf8\x7d\x7d\xae\x0b\xbf\x3a\xbf\xd8\x2c\xfc\xf2\xf1\xeb\xa7\x3a\x8a\xf3\x4b\x6f\x37\xdf\x77\x04\xa7\x88\xa7\xf0\x3f\x18\xe8\xe4\x7d\x08\xb5\xde\xfb\xa2\x93\x3c\xbb\xb8\xfa\xbf\xc7\x3f\x1d\x1d\xfd\x7e\x6d\x82\x5f\xc4\x87\xb3\xab\x8a\xab\xaf\x17\x75\xf9\xdd\x0e\xdf\xbc\xae\xfc\xed\x85\xeb\x95\x57\x67\xcb\xe3\xea\xf2\x0f\x2f\x6e\x5e\xfe\xf5\xcf\x2f\x1c\x1d\x1d\x5f\xd4\xc7\xf2\xcb\xda\x58\xc5\x76\x3a\xf8\x74\x03\x02\x01\x06\x18\xf7\x13\xb8\x35\xff\x76\xf1\x3a\xbf\xf8\xe4\x57\xf7\x3f\xe3\xe8\xe8\xf8\x9f\x9f\xf2\x97\xd3\xf7\xff\xf9\xe0\x8d\xa3\xa3\xe3\x3c\xbb\xfc\xe5\x91\xd7\x37\xfe\x3b\x0f\xbf\x3a\x3b\xff\xbc\xf9\xee\x0f\x57\x57\x5f\x2e\x7f\x7e\xf7\xee\xc6\xe9\x17\x95\x67\x17\x15\x57\xe7\x17\xa7\xfe\xe5\xcb\xe5\xa9\x5f\x5c\x9d\xfe\xf6\x0f\x8c\xd3\x2f\x78\x7a\xfe\xa5\x3e\x5f\x7e\x38\x5b\x57\xd7\xef\xc4\xf9\xa7\x77\x7e\x71\xf5\xee\xf2\xea\xfc\xc2\xdf\xd7\xbb\x5b\x38\x97\xef\xbe\xed\xde\xc9\xad\x7b\xde\x3d\x06\xef\xdd\xdd\x9b\xb7\xcb\x1f\x59\x72\xe2\xbf\x5e\x9e\xde\x2e\x3b\xbd\xc3\xf9\x1f\x0f\xd1\x5c\x9e\xbd\xff\xec\x9b\x9d\x79\x7d\x70\x4e\x2f\xcf\xde\x3f\x0a\xe9\x83\x37\xd1\x0d\x9e\xde\x99\x71\x01\x1b\x97\x02\x2d\x37\x41\x5f\x25\x23\x11\xa0\xd2\xa5\x09\xcc\x62\xc0\xd1\x7c\x4c\xc9\x48\x48\x0e\x10\x18\xa3\x01\x1a\xc0\x63\x9f\xfe\xf5\x73\x9c\x7f\xfa\x72\x51\x97\x97\x95\x27\xdf\xbf\x4a\x92\x31\x7c\x84\x7b\x43\x83\x3e\x89\xb3\xc9\x6c\x4b\x87\x18\x6b\xe6\x6a\x8d\xab\x31\xe9\x1a\x0c\x2e\x1c\xe9\x8d\x61\x92\x1a\x5b\xa7\x1a\xc7\xf7\xbe\xe9\xf7\x9f\xfe\xd5\xbf\xbe\xff\xff\xef\xdf\xcd\xbb\xd6\xf9\xc7\xc3\xa8\x84\x7f\x39\xbd\xf0\x5f\xdf\xaa\x4e\xae\x1d\xc7\xbf\x7c\x23\xd7\x2d\xd4\x57\x2c\x95\xc7\x11\x6d\x57\x0b\xf7\x15\xc1\x03\x18\xdb\x5a\xb3\x79\xd7\xe6\x99\x73\xda\x72\xa4\x1a\xa6\xa0\x4c\xa1\xca\x81\xa0\x7d\x0d\x8b\x65\xce\xd6\x25\x55\xd2\x51\xf6\x50\xcb\xea\xd2\x86\x88\xc9\xea\xc2\xa3\x7c\x60\x72\x53\xaa\xa9\xc4\xd8\x04\x1b\xb0\xf4\x35\x74\xa2\x7a\x65\xf0\xf0\xbe\xcc\x80\x0a\x9a\x47\xf4\x6d\x6a\xf9\xb3\x21\xc7\x67\x97\xe7\x6f\x92\xba\x1f\xcf\xfe\x59\xdf\x76\x79\x03\xf2\x15\x93\xf6\x3e\x96\xed\x74\x6d\xe8\x29\xd0\x96\x54\xb7\x11\x22\xe1\x2d\xa6\x8f\x8e\xc5\x32\xbd\x04\xa7\x0b\xe7\x1c\x12\x26\xbd\x12\xb1\x99\x35\x50\xc2\xc9\x5d\x7b\x83\xfd\x38\xf4\xe5\xb7\x7a\x8c\x43\xbf\xd4\xc5\xe7\xba\x7f\xdd\x7d\x7d\x2c\x3a\xb9\xc1\x71\xf7\x59\xaf\x9d\x48\xf7\xe0\xec\x70\xe9\x03\xeb\x61\xe6\xb2\xca\x65\x40\xb8\x51\xa0\x4a\x13\x5e\x4b\x71\xf4\xe0\xc6\x8e\x83\x2a\xb3\x24\x8d\xa6\x61\xb1\x2e\x45\xf3\xd9\xbd\xf5\x07\x5c\xba\xff\x6d\xc7\x67\x9f\xcf\xae\x2e\xfc\xd3\x7a\x78\x7f\x7d\x75\x5c\xf9\x06\xe5\xbb\x5e\x3f\x3d\xee\xdf\xd7\x44\x99\x47\x51\x6d\x67\x0e\x81\x8b\x0c\x9b\x39\x57\x56\x0e\xa4\xae\xc6\x34\x63\xc3\x98\xae\xd5\xb9\xcf\x39\x9a\x98\x35\x5d\x51\x3d\x65\xcc\x91\x3a\xbb\xd9\x9a\xd8\x82\xb7\x33\xe7\xe2\xfc\xfc\xea\x2d\xd0\xe6\x06\xc7\x9b\xe2\xcc\x43\x48\xdb\x09\x33\x44\x7b\xd1\xa8\xd6\x7d\x55\xe7\x82\x0e\x03\x66\xb2\x24\x48\xa5\xcc\x66\x33\xd5\x21\x9a\xe1\xe0\xe9\xac\x5c\xc3\x1c\x7a\x5b\xcd\xd3\x64\xcf\xa3\xcf\x5b\x3f\xb8\xbf\xb5\x63\xfb\xde\x87\xf6\xca\xa8\x28\x02\x54\x30\x9e\xd8\xca\x26\x4f\xcb\xe8\xb9\x09\x31\x47\xcd\x2e\x4a\x12\x00\xd0\xb1\x8b\x14\xb4\xe5\xac\xd3\xa8\xcb\x58\xe0\xba\xc7\xa1\x9d\xb0\x69\xba\x87\x4b\x11\x01\x4c\x9c\x8b\x27\xe5\xec\x7d\x2e\x24\xee\x14\x15\x32\xd9\xba\xb5\xd5\x42\x64\x79\x67\x59\xda\xb0\x31\xf3\x52\x7d\x6e\x88\x7b\xbd\x23\x57\x1e\xf7\x69\xfb\x42\x61\xee\x3f\xe2\xfc\xd7\xf6\x56\xc5\xf2\xcd\x77\xdf\x08\xf6\x0d\xee\x2b\x96\xcc\xbf\x46\xb5\x5d\x38\x33\xc7\xf4\x8c\x39\x24\x29\x04\x12\x9b\x4e\xd6\x99\xe4\x4d\x00\x73\xda\x54\x2c\x61\xd1\xf2\x20\xf2\x4d\xf4\x30\x63\x08\x66\x39\x51\xf7\xdc\x27\xda\xc5\xc5\x84\x29\x2e\x22\x8c\xcd\x6a\xad\x35\xcc\x27\xa1\xa0\xe0\x1c\xd1\x70\x12\x43\x58\x5f\x1b\x9d\x18\x4c\x98\xa4\xe2\x62\xd8\x97\x91\x3f\x57\x38\xff\xa8\x4f\x5f\xff\xad\x99\xbd\xd9\xb5\x71\xdb\x9b\x92\xcb\xa3\x80\x76\xb8\xc5\x18\x3b\x74\x11\x0b\x1f\xbd\x0d\xa0\xa6\x88\xb0\x21\x32\x4d\x24\xeb\xce\x93\x4d\xa5\xba\x26\x75\xae\x4c\x5e\x3d\x93\x00\x57\xd7\xf0\xdc\x27\x2f\x04\x3a\xc0\x21\x49\x3a\xa8\x1a\x07\x35\x9f\x5d\x1d\xb9\xa9\x18\xe5\x64\x61\x32\x4b\x1a\x4d\xbb\xb2\xd0\xf2\x28\x9c\x39\x6b\x50\x52\x33\x79\x92\x52\x7e\xba\xa7\x98\xe3\xb3\x4f\xfe\xbe\x76\xa9\x41\xbc\x3f\x3b\xff\xfc\x88\x2a\xfc\xcb\x49\xf9\xe5\xd5\x09\x3e\x26\x8b\x7d\x84\xf7\xdd\x9a\xcd\x72\xff\x74\x76\x02\x16\x13\xa2\x2d\x5a\xd8\x80\xda\x68\xc7\x7f\x79\xfc\xf3\x2f\x27\x9f\xcf\x2f\xae\x3e\x1c\xcc\x1c\x15\xf0\xe2\xbe\x9c\x72\x86\xaf\xd8\xc3\x9c\x76\x00\x73\x78\xf1\x90\x88\xee\x31\x96\x55\xb7\xad\xe6\x5c\x9e\x7f\xbd\xfa\x70\x10\xcf\xf4\x36\x1a\x3a\x60\x8e\xd5\xca\x7c\x47\x53\x0e\xb6\x51\xd4\xaa\x8b\x4e\x6b\x3d\x4d\xb2\xe7\x1e\xe6\x1c\x62\xa3\x04\x53\xb3\x45\x92\x40\x7a\xb3\xf5\xd7\xe6\x84\x9f\x44\x7d\xbe\xba\xf0\x8f\x07\xf1\xcd\x98\xa5\xaa\x83\x62\xa3\x2a\xc1\x2d\x5b\x55\x5f\x0f\x6a\x0c\x63\x4f\x11\x8c\xe6\xd6\x67\xc1\x16\x81\xd7\xd7\x03\x52\x78\x24\xa6\x0c\x06\xc3\x6a\x40\x21\x5b\x4d\xf9\xb5\x0e\xc4\xde\x25\x49\x4b\x2b\xbb\xb7\xac\x9e\xb8\x9b\x25\x87\x20\x6e\xf2\x18\x1e\x5d\x46\x24\x77\x2c\xff\x6b\x4b\x2e\xfd\x70\x77\x82\x2e\x9e\x54\xb5\x78\xe4\x88\xac\xfe\xd7\x96\x7c\xbd\x3c\x9c\x25\xe0\xd9\x71\x4d\xc4\x62\x9d\x7a\xbf\x3a\xf3\xaf\x2c\x39\xc4\xee\xac\xe9\x81\xc4\x35\x74\x35\x9b\xb1\xe5\x2a\xf7\xf5\xf2\x70\x8c\x55\xb3\x0d\x57\xb8\x35\xb5\x06\x6b\x0b\x4f\xee\x2c\x39\x84\x4f\x7c\xc8\xea\x41\x40\x93\x32\xc4\xe8\x78\x9f\x33\xd1\x4f\x7f\xb0\xf6\xf8\xcb\x97\x50\xfe\x58\x3b\x74\x6c\xec\x57\x8d\xc6\x26\xfa\x46\xaa\xd1\xb7\x2e\x7a\xf7\x18\xc0\x77\x77\x6f\x3e\x76\x44\xbf\x59\xf2\xad\x76\x7b\xbb\xf4\x07\x48\x6b\x1d\x06\xd1\x0e\xe5\xbd\x06\x40\x8d\x45\x47\x6b\x88\x56\x18\x28\x5e\xcd\x74\x82\x65\x5b\x43\x26\x74\x67\x4e\x64\x62\x19\x36\x22\x66\x08\xaa\x97\x8f\x39\xa6\xce\x3d\xa2\x8e\x8e\xcd\x4d\xbb\x4a\xb1\x7a\x60\x76\x0a\xaf\x69\x21\xb9\xd4\x2b\x66\xd8\x08\x2f\x66\x8c\x06\xe0\xc2\x12\xa9\x6c\x1b\x89\x37\xd7\xbc\x7f\x37\x7a\xad\xd5\xe8\xe7\x6e\xf4\x75\x05\xf7\x6e\x97\xff\xe6\x6a\xf4\x4b\x63\xd9\x81\xae\xd9\x19\x56\x59\x0b\xb2\x09\xae\x1d\x32\x73\xa9\x74\xcf\x9c\x01\x36\x96\x49\x21\x6d\x62\x57\xb2\xe5\x39\xc9\xc1\xd1\x5c\x3c\x56\xc3\xf5\x66\xaa\xd1\x2f\xe1\xf9\xbb\xf2\xed\xdd\xfd\xe6\x95\x13\xe9\x1e\x9c\xed\x5c\xda\x5c\xde\x56\xb3\x5a\x62\x73\xf4\xac\x16\x33\x7b\xae\x4d\x98\x02\x01\xaa\x0d\x66\x18\xd4\x18\x8b\xbd\xb7\x36\xe7\x68\x7d\x10\x51\x76\x0d\xa7\xf5\xb0\x44\xf4\x83\x56\xa3\x5f\xc4\xb9\xdf\xeb\xb6\xdf\xf4\xfa\xf7\x56\x16\x0f\x87\x6a\x87\xe2\xe2\xa2\x3e\xd6\x98\x0d\x2a\xa8\x2d\x9e\xae\x50\x4b\xb2\x22\xd4\x87\xb5\xd5\x3a\x11\xcd\x1a\x32\x97\x30\x0f\x84\x19\x12\x09\xab\xb5\xc9\x73\x3c\xbc\x0a\xfd\x88\xd5\xe8\x17\x71\xf0\x6d\xe9\xf6\x2d\x71\xe6\x21\xa4\xed\x84\x71\x68\xbe\x89\x0c\x04\x44\x97\xfb\x92\xa1\xa1\x4e\xec\x60\xc8\x14\xcc\x88\xa6\x7d\x7a\xf3\x99\x0b\x08\x72\xc0\xcc\xb9\x09\x6e\x7c\xd9\xc0\x7a\x33\xd5\xe8\x17\x39\xe6\xbe\xb5\x63\xfb\xde\x87\x76\x4b\x13\x60\xeb\x6e\x94\xd0\x96\x15\xa6\x7a\x74\x47\xcc\x59\xd0\x82\x97\x2e\xe8\xd0\x95\xaa\x68\xf8\xe6\x94\xdd\x97\x37\xe3\x05\x14\x6b\xb4\x3d\x0e\xed\xe9\xd8\x7a\x36\x19\xb5\x18\x24\x69\x5a\xf9\x52\xf3\xcd\x27\x45\x4c\xaa\x41\x59\xc8\xd9\x41\x45\x8b\x44\x97\x81\xcf\xb5\x6c\xb9\xb2\x40\xfe\xd7\x57\xa3\xf7\x0a\x73\x7f\xe8\xca\xda\x73\xc9\xf5\xbd\x6e\x7b\x47\xb0\x1f\xa1\xbc\x76\x38\x54\x3b\xd4\xd8\xda\xe8\xc0\xec\x15\x4c\x32\xcb\x59\xc2\x22\xb1\xa0\x47\x15\x01\x41\xc7\xa9\xb6\x16\x10\x9b\x88\x38\x22\xf9\xac\xe8\x09\x16\x50\x6e\x7b\x08\x87\x6d\xac\xd6\x93\xa6\x56\x18\xa5\x5b\x8d\xe5\x69\x34\xd1\x36\x71\x2e\x8e\xb1\x26\x17\x90\xa8\xb2\x48\x72\xaf\x32\xcc\x65\x0a\x90\x54\xfc\x6c\xe1\xec\x55\x8d\xfe\xb7\x66\xee\xd8\x75\x5d\xbc\x7d\x4b\x72\x79\x14\xd0\x0e\x27\x96\x21\x93\xfa\x0a\x6f\xa8\xb3\x56\xf7\x51\x59\xd6\x47\x1a\x61\x61\x2f\x1b\x23\xaa\x1a\xae\x26\x34\x18\xbb\x17\x54\x1b\x90\xab\x7b\x35\xef\xfb\x34\x3c\x2d\xa2\x49\x8d\xa5\xd6\xea\xa3\x49\x75\xeb\xd8\x10\x37\x9f\xd3\x16\xa0\x7a\x27\x71\xc8\xd5\xa6\x78\x6b\x6a\x6b\x54\x59\x0d\x85\x98\x31\x94\xec\xa5\xab\xd1\x7f\xce\xc6\x5e\x92\xc1\x6f\x07\xc8\xc5\x42\x7b\x23\xb9\xd8\x6b\x07\x3d\xa0\xe7\x06\xde\xbb\x9b\xb7\x1e\x27\xe7\x66\xc1\xb7\xac\xe5\xf5\xc2\x1f\xe0\x38\xf7\xd2\x58\xb6\xeb\x0c\x6a\x68\xac\x18\x93\x30\x14\xc2\x9c\x7b\x76\xc6\xc5\x9d\xc9\x5b\xa5\xf4\x8a\x00\xa3\x16\x8c\xbd\x99\x86\x22\xb6\xea\x46\xd5\xa0\xb8\xd6\x3e\x8d\x85\xd4\xc7\xb4\x19\xa3\xa5\x0c\x33\x13\x9f\x8d\x7b\x36\xc7\x16\xd8\x39\xbb\x40\x5b\xdd\x4d\xb0\xa5\x20\xd7\xa4\xa9\x81\x35\x01\xb2\x78\xc1\xc3\x1e\xea\x57\x99\x7f\x7d\xce\x16\x5f\xe7\x2b\x6f\xf6\xf7\x6f\xce\xbc\xbe\x1c\x8a\x5d\x7a\x5f\x97\x05\xba\x11\x48\x6f\xab\xd2\xd9\x07\x34\x69\x09\x3e\x2b\xc1\x87\xf6\x48\xe8\xdc\x67\xa7\x46\x18\x4b\x5a\xb4\x12\xe2\xe0\x1e\xcd\xf6\x0c\x5e\x7f\xdc\x9c\xeb\x73\x7d\x7e\x97\xa0\xbc\xb9\xa3\xbc\x62\xf2\xfc\x09\xc8\x0e\xd9\x32\xcc\xb1\x14\x18\x62\x91\x21\x55\x02\x52\xb7\x52\x5f\x26\x90\x10\x03\x75\x38\x2f\x2d\xf0\xac\x0a\x5f\x4a\x5e\xd2\x7a\x74\x31\xcf\x7a\x78\x7f\xff\x41\xf3\xac\xcf\x76\xeb\xf7\x6c\xe4\xad\x3a\xff\xde\x6c\xd9\x21\xf0\x6c\x67\x8b\xac\x41\x98\x4e\x85\xda\x5b\x1b\xda\x65\x12\x4e\x5f\xc3\x3a\x82\x0d\x59\x30\x28\xe7\xa4\x11\x9b\x43\x63\x84\x38\x76\xae\x91\x94\x8b\xd6\xb0\xd7\x91\x5b\x7d\xb6\x6b\x6f\x93\x90\x6f\x83\x27\xf7\xc1\x6c\x27\x09\xba\x0f\x8b\x31\xd6\x1a\x38\x44\x06\x32\xe6\x12\xed\xd9\x97\xfb\x4a\x65\x2c\x05\x18\xa3\x32\x73\xd0\x18\x9a\xe2\x6d\x91\x36\x1e\x9b\x70\x9b\xde\x4c\x3e\xf5\xd9\x07\xd6\xb7\x73\xf4\xde\xf3\xe0\x3d\x34\x1c\x2b\x3a\x84\x36\x4c\x11\x32\xa2\x1c\x0d\xd2\x80\x7c\x73\x55\x31\x4d\xd1\xbe\x3a\x9a\xfa\x1a\xe1\x82\xd8\x39\x84\xdb\x74\xac\xb6\x4f\x2a\xc8\x96\x39\x52\x8f\x82\xa0\x99\xcb\x48\xba\x81\x81\x80\x36\x5e\x04\x1c\xd8\x82\x3a\xe7\x58\x05\xc6\x36\x66\xcd\x39\x5b\x5f\xbc\x30\x34\x6d\xfe\x1d\x39\xd4\x3d\xc2\xd3\x1f\x3a\x1f\xf4\x1c\x5a\x7d\xcf\x34\xde\x50\xeb\x47\x48\x07\x1d\x02\xcf\x0e\x6d\x17\xd2\x04\x8d\xab\x57\x9a\x30\x22\x2d\x9c\x26\x82\x86\x6b\x8d\xb0\x25\xbc\x82\x3b\xd4\xac\xd0\x18\xad\xb1\x9b\x68\xc6\xf4\xa6\xe8\xbd\xfa\x1e\x62\x51\x28\x6c\x94\x42\x53\xd1\x57\x65\xa8\x34\x05\xdf\x04\xc0\xa1\x59\x3c\x50\x18\xd4\x9b\x59\x24\x21\x53\x5b\x94\x06\x03\x7b\xb9\x35\x5a\xcf\x7e\xfc\x6d\xcf\xbc\xe9\xbf\x75\x72\x9b\x62\x7c\x1b\x12\x79\x04\xca\x0e\x39\x9c\xa9\x8d\x72\xc2\x2a\x8d\x89\x1b\xce\x2e\x6d\x29\x8b\x88\x64\x64\xc7\x32\x9d\x73\x75\xa4\xc9\xc8\xd8\xc9\xaa\x66\x73\x82\xac\x29\x49\xb5\x4f\xae\xd4\x98\x50\x66\x2f\x18\x44\x01\x38\xd9\x62\x6c\x04\xa9\xda\x0c\xb3\xcc\x78\x96\x67\xa1\x24\x97\x77\x20\x9d\xc0\xde\xb1\x50\x2d\x87\xdf\xef\x5e\x7e\xe9\x5c\xe9\x6f\x43\xff\xf7\x8b\x8f\x1a\x43\x86\x37\x31\x6a\xec\x3e\x23\xaf\x61\xbd\xbb\x71\xd9\xe3\x94\xbc\x5e\x71\x3d\x92\xeb\x66\xd5\x0f\x30\x60\xec\xe5\x40\xec\x20\x2b\xd0\x61\x5a\xc3\xa1\x2d\x4d\x59\x60\x02\x31\xad\x2f\x99\x65\xc0\x01\x09\xd2\xa4\x43\x13\x56\xd4\xa2\x70\xd8\xc8\x89\xbd\xeb\x6c\x1d\xf7\x19\x2b\x16\xe1\x98\x9a\x93\x0b\x02\x68\x44\x43\x2c\xee\x6b\x41\x6b\x14\x41\xbe\xba\xf7\xb4\x3e\x3d\x16\x27\x8c\xca\xea\x94\x0d\x64\x6c\x4c\xb1\xfb\xcf\x63\xed\x7f\xd3\xf1\xff\xbc\xd9\xb9\x43\x28\xe2\x43\xbe\x35\x41\x6c\x9c\xf5\x8d\x4d\x37\xf0\x5e\xa1\x22\x1e\xa2\xd8\x21\xee\x0d\xc8\x12\x6c\x48\x2d\x1a\x99\x22\xd7\x32\x1f\xd3\x66\x69\x8c\x29\x6a\xad\x92\x41\xcc\x20\x53\x39\xdd\x71\xf1\x22\xc3\x39\x67\xa7\xbd\x1a\x3f\x18\x71\xea\xa8\x65\x23\x78\x3a\x82\x51\xba\x8e\xde\x4c\xbc\x4d\xa2\x0a\xdb\x1c\xee\xa6\xb4\x84\x6a\x64\xb0\x66\xe7\x9a\x8c\xbd\xd5\x30\xee\xdb\x42\xec\xdd\x24\xb1\x67\xd4\xf2\x6f\x5d\xdc\x78\xec\x6d\x88\xe3\x11\x28\xdb\x15\xa2\xa3\x1a\xda\x68\xe2\x4b\xac\xcb\x00\xf7\xa5\x60\x04\x01\xc3\x54\x93\x08\x18\x47\xab\x26\x36\xb9\x33\x7b\xba\x70\x22\x83\x0d\x95\x95\xb4\xcf\xf3\x0c\x02\xe2\x05\x30\x60\x72\x23\x55\x6a\x56\x09\x53\x5d\x4b\x7a\x38\x84\xe5\x6c\x7d\x4e\x66\x93\x19\x3a\x1b\x29\x4b\xaf\xb0\x05\x6d\xb6\x27\xd6\xad\xff\xa0\x90\xf7\xf1\xe5\x30\xd2\xb8\xf2\x8b\x37\x26\x8d\xf7\xf1\xe5\x8e\x48\xb7\xe0\x5e\x9f\x26\x1e\x60\xd8\xe1\x04\x45\x18\x73\xa9\x53\x00\xd4\x30\x1a\xe4\xdc\x9a\x6a\x02\x14\x0f\x01\xf4\x9a\xee\x3c\xcd\x7d\x35\xc7\x35\xa0\x98\xcb\x20\x71\xaa\xfa\x5e\xb7\x0b\x6c\x43\x3d\x28\x4d\x02\x39\x96\xd9\x54\x04\xb5\x35\x63\xb8\x36\x28\x12\x16\x4c\xa2\xd1\xca\x7d\xb8\x02\x12\x47\xf3\x16\xbe\xb4\x78\x3e\x2d\x30\xf9\x83\x18\xce\xe6\xa7\xf8\x78\xfe\x35\x0f\xa3\x88\x1f\x39\x74\x7f\x2a\x9f\xee\x3c\x76\x47\xaa\x1f\x20\x74\x7f\x69\x28\xdb\x15\x12\x12\x3a\xab\x77\xf7\xe8\x98\x46\xd2\x9a\x0b\x98\xb1\xf2\x82\x98\x03\x06\xe7\x24\xe0\xac\x10\x35\x32\xa2\x1a\xd3\x3a\x78\x1f\x43\x70\xec\x33\x74\xa3\x5a\xaf\xc9\x83\x67\x26\xaf\xb1\x98\x06\x4f\xa0\x9a\x38\x97\xf5\x18\x33\x4c\x4c\xbd\x21\x99\xf2\x98\x69\xab\xcf\xb5\x89\xdb\xc5\x54\x66\x8b\x67\x8f\xa7\xd9\xb3\x41\x69\x1f\x79\xfc\xd0\x0d\x4a\x4f\x25\xd5\x5d\x3f\xcf\x2d\xa7\xfe\xf6\x0a\xc9\x8b\xe2\xd8\xa1\xc7\x7c\xb2\xf0\x98\x63\x8e\x4e\xad\x65\x72\xaa\x98\xb5\x16\x99\xd9\x46\x07\x85\xd4\xc9\x1e\x42\x66\x2d\xb1\xa1\x07\x35\xe6\xe6\xdc\x71\x75\xdb\xe7\x20\x55\x02\x12\x34\xba\xb1\x53\x83\xa6\x9b\x20\x7b\xc4\xea\x68\x43\x17\x2e\xad\x49\x06\xc9\x41\x09\x0b\x3c\x74\x59\x9a\xce\x59\x63\xb4\x14\x7a\xa4\x41\xe0\x2f\xab\x79\x3f\x68\x63\xd2\x53\xb7\xf7\xba\x9b\xe7\x76\x6f\xff\xde\xa6\xa4\x17\x42\xb0\x4b\xcf\x9c\xb5\x20\x4f\xb5\x51\x4b\x07\x48\x07\xc4\xd5\x23\x64\xda\x4a\xe8\x24\x3a\x47\x47\x74\x91\xd5\x49\xdc\xbd\x5a\x0b\xc3\x69\xa6\x61\xfa\x56\x1a\x92\x9e\xe3\xef\xbb\x16\x9e\xdb\x8c\xed\xeb\x24\xcd\x9f\x41\xec\xf0\xc0\x27\x52\x53\x2b\x0d\x05\x44\x23\xeb\x0d\x37\xc1\x60\x1f\x38\x3b\x48\xd7\x4e\xc1\x80\x43\xad\x65\x1b\x3e\x36\xa1\x24\x0f\x87\x29\x02\xe5\x8d\x5f\xcb\xf8\xe1\x67\xb9\xf4\x7b\xcf\xce\x9d\x22\xff\xd6\xe6\x92\x17\xc7\xb2\x43\x03\x12\x3b\x74\xd7\xb6\x88\x74\x75\x85\x50\x54\x46\x87\x0a\xe1\xd5\xa1\x6a\x85\x46\x34\x6d\x64\x56\xcb\x66\x26\x0d\xea\x1a\x63\xe4\x08\x9b\x0f\x1f\xdc\xf8\x01\x1b\x90\x9e\xe5\xd6\xdb\x76\x9d\xd7\xcf\x8f\x07\x40\x76\x98\x43\x3d\x65\x3a\x96\x8d\xb4\x21\xcd\xa0\xbb\xaf\x55\xec\x91\x6e\xbe\xfa\x6c\x46\x33\xe7\x18\x00\x63\x11\x82\x12\xfa\x70\x99\x4c\x44\xe5\xb4\xef\x2f\x2a\xbc\xd1\x43\xf5\xdb\x38\x52\xef\x7b\xa0\xae\x65\x4e\xc0\x31\x1d\x02\x40\x80\x87\x9a\x4a\xd1\x98\x14\x1a\x8a\x1c\xa0\xac\xbe\x60\x42\x16\x1b\x85\x59\x4d\x75\xe4\x0e\x14\x53\x7c\x9f\x4e\xff\x98\x9b\x8f\xa9\x86\x9c\x89\x4b\x7b\xa3\xb1\x26\x37\x1a\xa3\x92\xb8\x59\x34\x49\x74\x36\x22\xd1\x30\x59\x5d\x07\x36\xee\x6b\x96\xe7\xc0\x67\x97\xb3\x9e\xd0\x70\xf4\xdf\x3d\x1b\xf3\xbd\x37\xe7\xf5\xa7\x63\xfe\x25\x96\x1d\xae\xaf\xac\xaa\x06\x03\xfa\x9a\x1d\x01\xa1\x89\x58\xb9\xf4\x74\x0f\xe0\xc1\x21\x56\xc9\x69\xc8\x66\xba\x09\x00\x15\x70\x8e\x39\xbb\x77\x4f\x1f\x7b\x88\x64\xce\x39\xad\x31\x2d\x18\xbc\x82\x08\xbc\x85\x49\xc1\x5c\x44\x1d\x46\xea\x28\xec\xda\xc6\xe2\x01\x43\xcb\x43\x3a\x67\x4c\xd3\x24\xc9\xb5\xf5\xb1\x86\xad\x22\xd9\xaf\xd1\xe8\xbf\xbb\x3e\xae\x1b\x73\x5e\xbf\x34\x1e\x83\xb1\x43\x96\xd2\x6b\x58\x1b\x05\x91\x24\x73\x8c\x15\x15\x3d\xa0\x4f\x84\xde\x50\x64\x66\x61\xcf\x9e\xc9\x6c\x43\xd6\x98\x90\x56\x34\xb4\x85\x88\x2a\xec\x93\xc7\x1f\xc3\x57\x0f\x32\x1d\x6e\xa4\x95\x1b\xbe\x77\xb1\xf0\x5a\xad\x98\xb8\xd3\x9c\xb6\x60\x06\x2d\xea\x35\x0c\xbb\x2e\x5e\x96\x6d\xba\x61\xae\xa7\x8d\x06\xfe\x83\x2a\xfe\xf9\xe9\x57\x3f\x54\x2b\xc4\xf9\x3f\xfd\x2d\x49\xe2\xc6\x55\x77\x6c\xda\x80\x7b\x7d\x7a\x78\x80\x61\x87\x0a\x6f\x8c\xb9\xb2\x4a\x8c\x60\x61\x23\x1d\xd3\x16\xab\x23\x7a\x79\x27\x75\xd0\xd1\x60\x34\x6d\xab\x77\xee\x8b\xa6\x87\x70\x4d\x19\x28\x84\x4f\x64\xe8\x4f\xf7\x98\xfa\xfc\xe1\xd5\xeb\x49\x13\x65\x1f\xe1\xfb\x77\x73\xbe\xcd\xa2\x4c\xe0\x59\xda\x44\x27\x5b\x98\xe8\xd6\x29\xc4\x4f\x98\x59\xba\x9b\x25\x3c\x00\x24\x94\x8d\x26\x18\xe1\xfd\xa9\x98\x0f\x2d\x79\xea\x1c\xed\xdd\xcc\x99\xce\x85\x15\x13\x5b\x02\x77\xda\x67\xac\xf7\x7e\x33\x43\x77\xf4\x8e\x4e\x84\x16\xa3\x1a\x85\xb7\x36\xf7\x30\x87\x0e\x60\xce\x20\x14\x30\x02\xc5\x51\xd5\x71\xbb\x77\x0e\xc7\xe0\x3e\xb9\x75\x0c\x69\x2a\x49\xb8\xd7\x1c\xed\x43\x98\x53\xd9\x46\x59\x41\x04\xcf\xb0\xb5\x9d\xc6\x4f\x1d\xeb\xbd\xa3\x77\x4c\x7a\x03\x22\xed\x8d\x87\x18\x1f\x68\xac\xf7\x6e\xc6\x78\xf7\xb6\x39\x99\xe3\xca\xc0\x7c\x30\xf8\xf6\x9e\x31\x4f\x1e\xeb\xbd\xa3\xa2\xc0\x5b\xc6\x68\x04\xe1\x30\x74\xcb\x8c\xe4\xfa\x7a\xa3\xa8\x03\x71\x26\x3b\x08\x77\x26\x02\x1b\xf7\x7f\x82\xec\x85\x26\x8c\xef\x66\x0a\x05\xc6\x26\x42\xd2\xc1\x29\x31\xb6\x4c\x49\x7e\xda\x84\xf1\xdd\x2c\x09\xeb\xd8\xbd\x46\x6f\x4b\xa9\x08\x0e\x31\x61\x7c\xc7\x8b\x9d\xb8\x75\x0f\x19\x81\x68\x36\xb7\x33\xe5\xda\x92\x43\x5c\x76\x0b\x90\x65\x62\xb9\x5b\x47\x5b\x5b\x88\xf2\xa9\x0e\x48\x14\xf0\x29\xda\x20\x6d\x4e\x5f\x2a\x5b\xb6\xe7\x69\x63\xd7\x77\xb3\x64\x8d\x34\x4a\x22\x84\xe5\x5e\xb4\xe5\xd6\xf8\xb4\xb1\xeb\x3b\x5e\xdf\xa4\x07\x4e\x36\xb2\x92\x5a\xb2\xa3\x25\x87\xa0\x2c\xa5\xb5\xcd\x4d\xda\xc2\x34\x27\x6c\xf9\x15\x90\xa7\x8d\x5d\xdf\xcd\x12\x6d\xac\x33\x91\x10\xc6\x74\xd5\x2d\x3c\x79\xda\xd8\xf5\xdd\x2c\xb1\x6e\x9c\x23\x66\x98\x4b\xb9\xdc\xff\x85\x8b\xad\xf1\xe6\x23\x4d\x94\x5f\x2e\xce\xff\x4f\xc5\xd5\xf1\xb7\x5f\xf9\xbf\x69\x2c\xfb\x53\x8c\xf9\xd9\x3f\xd5\xf7\x05\x6c\x27\x83\x4f\x1e\xf6\xeb\x9d\xfc\x36\xf4\x44\xff\x20\xe8\x87\x71\xc4\xc5\x87\xfa\x78\x12\xe7\x17\x75\x7e\x79\x52\xbf\x5d\xd5\xe7\xcb\x07\xf1\xc2\x4d\x2b\xf4\xc9\x23\x61\xea\x7e\x71\xf1\xd7\x8b\x8f\x0f\x82\xc0\xd3\xf9\xf1\x7c\x9e\x6e\xbe\xff\xf4\xd7\xb3\xcf\x79\xfe\xeb\xe5\xe9\xe7\xba\x7a\x77\xed\xe3\xf9\x35\x7e\xa9\xab\x7d\x7a\xd8\x1f\x01\xfa\xd3\xdd\x7f\x7f\xff\xe9\xf7\x9f\xfe\x7f\x00\x00\x00\xff\xff\xd2\xcd\x57\x30\x44\x81\x00\x00"), - }, - "/rhcos.json": &vfsgen۰CompressedFileInfo{ - name: "rhcos.json", - modTime: time.Time{}, - uncompressedSize: 7179, - - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x58\xd1\x52\x63\xbb\x8e\x7d\x3f\x5f\xd1\xc5\xf3\x4d\x90\x25\x59\x96\xfa\x0f\xe6\x75\xaa\xe6\x79\x4a\x96\x65\xc8\x34\x10\x3a\x09\x70\xe6\x4c\xdd\x7f\x9f\x4a\x68\xba\xa1\x21\x90\xcb\x3d\x2f\x54\xb1\xb3\xb5\xf6\xd2\x92\x2d\x2d\xfb\xff\xfe\xf8\xf2\xe5\xcb\x97\x33\xbf\x5e\x6d\xcf\xbe\x7e\x79\xfc\xef\xf1\xc9\x5c\x6c\xd7\x77\xbb\xcb\x45\x79\xf1\xfc\xf0\xdb\xe5\xfd\xf5\xd9\xd7\x43\xd0\x02\x06\x70\x4f\xc1\x2a\x9d\x2d\xac\xca\xd9\xcf\x57\xff\xf9\x8f\x67\x68\xb7\x8b\xf4\xed\xee\x23\x30\x56\x80\x1a\xc2\x46\x1d\x8c\x0a\x1d\x05\xbb\x59\x6f\x76\x97\xa7\x20\x76\xe7\x2c\x19\xbd\xe0\x00\x6e\x84\x27\x20\xe2\x07\x1c\xa5\x17\xc0\xd0\x44\x0a\x47\xec\x27\x20\xd2\xfb\x88\x4a\xa5\x82\x11\x48\xd1\xcc\x56\x8e\x73\x3c\xa9\x20\xad\x33\xb6\x12\x15\xa5\x0e\x2a\x6d\xbc\x8f\x76\x8a\x86\x39\x50\xd3\x12\x22\xb8\x87\xcd\xe3\x55\xf9\x85\xf8\x81\x86\xcd\x6a\x43\x20\x92\x86\xac\xd5\xf8\x6d\xc4\xf0\x45\xe4\xcd\x6e\xe3\x57\x1f\x31\xf4\xe6\x08\xac\x5c\xe6\x88\x32\xec\x08\xc3\xbc\x3b\x15\x8f\xc1\x71\x84\x22\x41\x38\xa8\xe8\x51\xbc\x43\x8d\x3f\xd6\x6f\x34\xa8\xdc\x98\x08\x4c\xe3\x48\xb6\x79\x77\x5a\x7d\x29\x4a\xf4\xe6\x4d\x94\x47\x0d\xf5\xa3\x68\x0f\xf9\x71\x69\xc3\x5a\x69\x9e\xda\x70\x0a\x25\xc1\xfb\x60\x1f\x54\x55\xab\x5b\xf3\xa8\x1a\xa5\x98\xf5\xe3\xaa\x1d\xc0\x3e\xd8\x14\x09\x85\x6b\x2f\xe9\x6e\xad\xd8\x3c\x22\xda\x75\x9e\x26\x1a\x78\xaf\x82\x30\xac\x77\x9f\x52\x8f\xe4\xb9\xf5\x93\xba\xd4\xd4\x61\x34\x88\x0a\x4c\xf7\xa4\x23\x1d\xe0\x6e\x7b\x12\x98\xd7\x16\xa5\xb3\x91\x65\xcd\x59\x3f\x00\xfb\xa0\x02\x34\x0c\xf7\xed\xc4\xc2\x64\x74\x88\xa3\x60\xa7\xac\x0d\x41\x96\x3e\x0a\x15\xd0\xee\x22\x47\x34\x7b\x02\xfb\x80\x99\x35\xe3\xa1\xd1\xc3\xbc\xa6\xd7\xf9\x0c\xec\x8f\x67\x90\x67\xfe\xd7\xdd\x26\x5f\x4e\xa2\xd5\xb5\x5f\xec\x1f\x9d\x6d\x2e\x63\xbd\x5d\xb0\x2d\x95\x97\x08\x58\x0a\x80\x16\x86\xb6\x80\xc5\x21\x6c\xf9\xa7\xca\x7f\x0b\x2f\xef\x2f\xc7\xd9\x73\x86\x9b\xab\x7d\xf4\xe5\x6e\x77\xbb\xfd\x7a\x7e\x7e\x40\x59\xf6\xab\x75\x5f\xc6\x7a\x93\xcb\x87\xd5\xcd\x58\x3f\x6c\x97\x37\xb9\x3b\x3f\x7c\xaa\xdf\xc5\xb7\xdc\x9d\xff\x2b\x5f\x7b\x91\x42\xf7\x6d\xfe\xd7\x7f\xfe\xc7\xab\x6f\x2e\x36\x39\x56\x9b\x8c\xdd\x7a\xb3\xf4\xdb\xdb\xed\xd2\x37\xbb\xe5\x9f\xdf\x4b\x2c\x6f\xcb\x72\x7d\x9b\x37\xdb\xcb\xd5\xdc\x1d\x7e\x89\xf5\xf5\xb9\x6f\x76\xe7\xdb\xdd\x7a\xe3\x17\x79\xbe\xc9\xab\xf4\x6d\x6e\x9f\x48\x2d\xed\xfc\x2d\x62\xe7\x8f\x94\xce\xcf\x9e\x98\xdc\xad\xae\xc6\x6a\xec\x99\xbc\xf5\xfa\xd3\x6b\x17\x71\xfb\x81\xe2\x0b\xe5\xc5\x6f\x1a\x5c\xc4\xed\xe2\x4f\x95\x85\xf0\x73\xad\x6f\x37\xeb\xff\xc9\xd8\xfd\x8a\x8d\xab\xf5\xdd\x7b\xd5\xf8\x91\xe1\xf2\x62\xbd\xbe\xb8\x4a\xbf\x5d\x3d\x26\x7f\x08\x7e\xfe\xf7\x23\x12\xcb\x9d\x6f\x96\x17\x7f\xbd\xac\xc4\x21\x8f\xdf\x7d\xcd\xc3\xf6\xf5\x4a\xbd\xf5\xdd\xe5\x47\x2b\xec\x61\xfb\xb3\xe2\xd7\xe3\xdb\xfe\x5b\xff\x78\x09\xb2\xbd\x74\xac\xb2\x87\x01\x10\x35\x49\x75\xc0\x29\xa3\x4e\xb0\x0a\xd1\xad\xcd\xda\xd3\x80\x03\x06\x54\xac\x0d\xb0\xb2\x14\x49\x0a\x87\x3a\x28\xd9\x9b\x74\x6c\x05\x5e\x21\xaf\xfe\xda\x97\xa3\x00\x81\x31\x31\xb7\xdf\x7e\xbf\xbb\x89\xf5\xf5\xed\x26\xb7\xdb\x1c\x8b\x5f\x34\x22\xbc\x0c\x19\x9d\x13\x02\x48\x03\x4b\x49\x6e\x73\x02\x22\x45\x90\xcf\xe6\x6d\x58\xeb\x1e\x93\x07\x68\x8e\x6c\x34\x10\xaa\xee\x69\xda\x8c\xdf\x69\xbc\xfc\xcc\x13\xa7\x8a\xd0\x90\x59\xdf\x36\x05\xaf\xb6\xf3\xc9\x7a\xff\xb6\xc7\xde\x15\xbc\x04\x8c\xac\x05\x0b\x61\x20\x99\x14\xce\x69\xae\xdd\x7a\x4a\x68\xaf\x62\x98\x83\xa1\x9a\xc1\x18\xc2\xc3\xbd\x4c\x9e\x64\xa5\xf7\xde\x48\xf1\x3d\xc1\xa1\xaa\xe2\x69\x82\x73\x29\x5d\x34\xe7\x7e\xc8\x77\x2f\x60\x34\x5c\xb4\xa1\x55\xc7\x4e\x94\x61\x8e\x52\x7a\xc5\x01\x89\x64\x30\x7b\xe3\xec\x5c\x1a\xa6\x1a\x37\x3a\x49\xf0\x56\x9a\xa9\x98\x98\x1c\x57\x7c\xbb\xf3\xf8\xf6\x79\xd9\x0f\xe1\xa7\x6a\x2f\x9a\x58\x4c\xb1\xfa\xac\xd6\xaa\x82\xfb\x94\xbd\x9d\x0d\x50\x13\x19\x44\xc0\x45\x31\xb1\x5a\xe7\xc6\xec\xc3\x2b\x8f\xc2\x60\x2a\x75\x8e\x57\x49\xbf\xd0\x5e\x90\xf8\x34\xed\x5b\x85\xea\x09\xa0\xd0\x19\x49\x84\xd0\x72\x40\x17\x97\xac\x2d\x1c\xc2\x46\xc7\xd6\x3b\xb3\xd5\x1e\xd2\x91\x84\x6b\xcb\xb0\x09\xd8\x91\xec\xef\xd0\xfe\xf7\x46\x7a\xaa\xe8\x17\x71\xfb\xa4\xf6\x8f\x36\x76\xbc\xb5\x50\x89\x3e\xc5\x29\x00\x52\x8d\x94\x9c\x11\x45\x06\x40\xb2\x56\x28\x9e\xdd\x9d\xbb\xb9\x4f\xf4\x32\x15\x92\x39\x0d\x46\xe9\x22\xfe\xce\x4a\x2f\xa5\x90\xb6\x66\xa7\xa9\x5d\x50\xc5\x83\x86\xd5\x28\x1c\xd3\xac\x4b\x01\xb1\xd9\x43\x5d\x10\x92\x2a\xd7\x32\x88\x14\xd3\x5d\x5d\xa0\x10\x07\x3a\x86\x4f\x49\xee\xed\x14\xb5\x91\x8d\x8d\x2a\x30\xbc\x29\xf6\xaa\x5f\x3f\x0e\x97\xcf\x28\xfe\x14\xfc\x24\xfb\xf7\x58\x3f\xe0\xbb\xc2\x47\x0d\xe9\xd9\x9a\x7b\xb4\xfd\x11\xa3\x22\x7a\x05\x33\x16\x9e\x10\x5d\x41\x79\x74\x02\x1e\x19\x55\x8c\x8c\x28\xb5\x5b\x03\x6f\xaa\xb5\x68\x3d\x2e\xbc\xb4\x82\x0a\x27\x0a\x9f\xd8\xb2\xb3\x72\x1f\x83\xa7\x4e\x26\xe5\x0e\x94\xbd\xf4\x69\x2d\xb4\x87\x55\x13\xc7\x42\x26\xac\x7d\xd8\x6c\x7d\x66\x91\xfd\xd3\xda\x31\xfc\x24\xe1\x2b\x57\xc0\x0a\xc8\x6f\x0a\x7f\xb5\xba\xcf\xc5\xea\x66\xb5\xdb\xf8\xf5\xfc\xdc\x30\x7d\x09\xf1\x54\x84\xd5\xf5\xc5\x71\xfd\x2b\x3b\x34\x17\x9c\x44\x32\x9b\x40\x48\x11\x2e\x0e\x19\x95\x67\x83\xcc\x19\x12\x81\x82\x64\x96\xd3\xfa\x18\xa4\xd4\x24\x54\x87\x86\xf5\x23\xc7\xe0\x47\x22\xdb\xf5\xa7\xb3\xf8\xc9\x7d\xbb\x7e\x67\xd3\xa6\x61\x90\x0f\x31\xcd\x29\x0a\xb5\x41\x29\xb3\x45\xd4\x6e\x73\x40\xa3\x2a\x5d\x5b\x29\x5e\xeb\x6c\x54\xdd\x3d\x11\xc3\x4a\x37\x93\x30\xc9\x77\xb8\x7f\xcb\xcd\x4d\x5e\x7d\xbe\x08\x8f\xf1\x8b\xc7\x2c\x8e\x67\x30\x0a\xa1\x58\x4a\x08\x94\x62\x64\x0d\xcb\xbe\xab\x37\x2d\xbd\x41\x6d\xd2\x28\x18\x8a\x8a\xe1\x40\x75\xdd\xcf\x04\x56\x87\x5e\x2b\xa4\x23\xb7\x77\x32\xd8\xac\xd7\xbb\x7f\x67\x19\x3d\xc6\x9f\xb4\x86\xa8\xd7\xee\x25\x4d\x87\x69\x45\x83\xe6\x3e\x67\xb2\xc7\x70\xf3\xd9\x3a\x1a\xf5\xd1\x55\x01\x74\x52\x01\xa1\xe2\xea\xb5\x33\x11\xa5\x53\x3b\x72\xa0\xbd\xce\x9d\x7f\xae\x02\x87\xc8\x27\xe6\x1b\x7f\x78\xb7\x01\xed\x1d\x0d\x01\x47\x77\x08\x80\x0a\xbc\x1f\x44\x35\x49\x3b\x85\x84\x14\x0e\x10\x16\x9f\xd0\x61\x24\x1b\x85\x59\x76\xf1\xc2\x0d\x28\x7a\x7d\xb5\xf3\x7f\x35\x20\x15\x68\x0c\x27\x9a\x4a\x8a\xbe\xff\x44\x62\xe1\x31\xca\x94\x86\xa4\x73\x3f\x72\x55\x73\x10\xa3\x05\xd6\x51\x9c\x8d\xa8\x4a\x58\x9d\x4d\xb4\x20\xb7\xd9\xd3\x87\x96\x93\x4c\x25\x59\xab\xa5\x16\x29\x6f\x8f\xd9\x83\x6c\xfc\x39\x7f\xf3\x23\xf6\x54\xd1\xad\x73\x65\xed\xda\xb5\x11\xe2\x18\x3c\xa4\x9a\x21\xc6\x18\x03\xb5\x81\xc0\x90\xce\x1e\x95\xcc\x70\x14\x2c\x1e\x84\xcc\xe8\xdc\xca\x6c\x76\xdc\xdc\x14\x29\x08\x5c\xe0\xc4\xae\x5f\xa1\x06\x69\x33\x76\x42\x40\xd9\x1b\x76\x8d\xd9\x8a\xa9\xcc\x32\x25\x3b\x19\x0c\x0e\x1a\x30\xc1\x43\xa6\x0d\x93\xde\x53\x15\x47\xa5\x3c\xc9\xdc\x7c\x20\xfa\xe1\x80\xfa\x69\x5b\xf9\x33\xfa\xf4\x81\x4b\x2c\x22\x06\x0a\x6d\xf6\x56\xa0\x00\xd6\x6a\xe9\xb5\x0d\xf7\x00\x56\x8e\x6a\x39\x78\x58\x61\x33\xd9\x67\x2a\x50\xba\xf6\xde\xbc\xf9\x70\x7d\x77\xe0\x02\x57\x3a\x4d\xfa\xde\x7b\x37\x64\x9a\xa0\x3c\x83\x08\x1c\xc3\x6a\x42\x9f\x44\x0d\x74\x88\x66\x69\x82\x3a\x59\x41\x25\x3d\x6a\xe3\x11\xdd\x64\x50\x1d\xd3\xf2\x6f\x18\xb8\xeb\xed\x6e\x93\x9f\x3b\x45\x3d\x86\x3e\x33\x97\xef\xf8\xf8\x06\xea\x36\xfb\xa4\x66\x8e\x59\xc9\xf7\xa6\xce\xb3\xe8\xf4\x81\xb3\x73\xc3\x3e\x1a\xcb\x60\x07\x16\xd2\xd1\x3b\x17\x2c\x56\x47\x16\x70\x7c\x3d\x3c\x1e\x73\x33\x2e\x6a\x55\xf4\x6d\x13\xf7\x3d\xaf\xef\x3e\x95\xd8\x3e\xf0\x5f\x30\x6f\x9e\x6a\xa8\x09\x31\xa8\x76\xd5\x19\x19\x2d\xa0\xf5\x02\x0d\x4b\xad\x7d\x64\x69\xa3\x8d\xc1\x6c\x5a\xa7\x76\x18\x96\xa4\x82\x51\xab\x08\xbc\xe3\x9a\xdb\xde\xa1\x62\x39\x6d\x2d\xa9\xfa\x6c\x41\x26\xea\x46\x92\x63\xbf\x4a\x5a\xb5\xf0\x9c\x98\x4c\xdc\xa8\x77\x9b\xd0\x83\x26\xb5\x54\x2b\x4d\x26\x4f\x1b\xd8\xdd\xca\x98\xaf\x3c\xe4\xdb\x6b\x49\xf7\x4e\x5c\x8f\xac\xa5\xfb\xeb\x07\xff\xe4\x89\xfc\x31\xf4\x49\xf4\xf5\xfd\xeb\x89\xf2\x6b\x2d\x85\xf6\x39\x32\xab\x11\xcc\x82\x24\xda\x6d\xb2\x78\x29\x9e\xde\x48\x1c\x44\x11\x14\x05\x67\x6b\xdc\x26\x75\x8f\xca\xd9\xab\x96\x4a\xe5\x75\xa2\xcf\x2f\x1b\x54\x09\xe1\xc8\xed\xe1\x7a\x1b\xeb\x9b\x9d\xaf\x6e\x72\xf3\xf2\xd6\x67\xac\x2e\x72\x7b\xb8\x96\x7a\x24\xf9\x35\xdd\xa7\x55\x83\x1c\xda\xf6\x87\x55\x2a\xd4\x3b\x60\xab\x21\x53\x5b\x40\xc1\x29\x3c\xc5\x6b\x36\xe5\x5e\x8a\x19\x96\x8e\x40\xb2\x37\x0a\x4a\x2f\xae\xb4\x7e\x5e\x97\x7d\xbf\xf3\xff\x5d\xae\xd6\xe7\x3f\x2f\xf3\x16\x3f\x2e\xee\x16\x23\xef\xcf\xd7\x71\xbb\xb8\xe7\x25\x2c\x7c\xb3\xdb\x3f\x38\xfb\x8d\xfa\x7e\xa7\x2e\x62\x7d\x7d\xbd\x3a\x10\x25\x30\x1a\xbc\x77\xf3\xac\x49\x2d\xcc\x50\x46\x54\x42\x06\xdf\x37\xa3\x80\xd6\x92\xfa\x44\x10\xca\x89\xae\x43\x5d\x0b\x63\xe9\x92\x66\xfa\x74\xc4\x7a\x02\xbe\xcf\xcd\x76\xb5\xbe\x39\x7a\x17\xf8\xc7\x3f\xff\x3f\x00\x00\xff\xff\x5d\xdc\xf2\x2b\x0b\x1c\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcc\x51\x0a\x83\x30\x10\x04\xd0\xff\x9c\x62\xc8\xa7\x1f\x7a\x02\x4f\x52\x8a\x04\x5d\x75\x21\x66\xc3\xee\x5a\x2a\xc5\xbb\x97\x4a\xa1\xfd\x1a\x78\xcc\x4c\x55\x79\xf0\x44\x3a\x70\x31\x4f\x39\x27\x67\x29\x78\x05\x60\xe6\x4c\x76\x98\xd3\x36\x6c\xac\x2a\x7a\x29\x50\x93\xaf\x9f\xec\x11\x6b\xde\x17\x2e\x16\x2f\xe7\x32\xe6\x7d\x22\xf4\xb8\x45\xa9\x54\x6c\xe5\xd9\xbb\xa6\x6b\xe2\x3d\x00\x67\x00\x26\x56\x1a\xfd\x7b\x43\xcf\x5f\x5d\x69\x61\x73\x3d\x5a\x27\xd5\x34\x8b\x6e\x2d\xcb\xdf\xf4\x0c\xe1\x1d\x00\x00\xff\xff\xda\xa9\xc2\xb9\xa8\x00\x00\x00"), }, "/vsphere": &vfsgen۰DirInfo{ name: "vsphere", @@ -2334,23 +2803,30 @@ var Assets = func() http.FileSystem { "/vsphere/bootstrap/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 990, + uncompressedSize: 1198, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x53\xc1\x8e\x13\x31\x0c\xbd\xe7\x2b\xac\x88\x03\x1c\xa8\x76\x61\xb5\xe2\xd2\x0b\x9c\x38\x71\xe0\x03\x22\x37\xe3\x99\x46\x9b\x89\x47\x8e\xd3\xa5\xac\xfa\xef\x28\x69\xc3\x4e\xab\x95\x20\xb7\x79\x7e\xef\xd9\x79\x9e\x44\xf6\x18\x33\xbc\x18\x80\x81\xb2\x97\xb0\x68\xe0\x04\x5b\xb0\xdf\x84\x50\x69\x80\xaf\x47\xf8\xb1\x50\xfa\xb9\x0f\xa3\xc2\xf7\x94\x15\x63\x24\xb1\xe6\x64\x8c\x50\xe6\x22\x9e\xc0\x1e\xf2\xb2\x27\x21\x77\x08\xa2\x05\xa3\x9b\xd1\xef\x43\x22\x0b\xf6\x30\xdb\xe6\x9e\x70\x26\x58\x9f\x2d\xd8\x77\x2f\x07\x94\x8d\x8f\x25\x2b\x89\x0b\xc3\xe9\xe3\x8e\x59\xb3\x0a\x2e\xd6\x00\x74\x7b\xb7\x30\x47\x17\x06\xd8\x42\xe5\x5f\xc1\x75\x6e\x54\xcc\xca\x42\x95\x72\x76\xae\xb4\xbf\x70\x6d\x5e\x66\xe7\x97\x92\x57\xcd\x1f\x0c\xc0\x4c\x33\xcb\xf1\x6a\xa6\xfb\xc7\xcf\x5f\x6a\x69\x2a\x94\xb5\x1b\xbe\x9a\x76\xd8\x00\x8c\x1c\x07\x92\x2b\x71\x65\x9c\x61\x03\x40\x09\x77\x91\xdc\x10\xf2\x93\x2b\xa5\x4d\x6f\x55\x0a\xd5\x9b\x61\x4a\xac\xd8\x92\xee\xda\xb6\x88\xcd\x6a\x07\xc6\x00\x3c\x63\x50\x37\xb2\xb8\x73\xdf\x44\xea\x34\xcc\xc4\x45\xab\xe4\xee\x6d\x86\x70\xd1\xda\x1a\xb6\x30\x62\xcc\x54\x8d\x12\xe9\x33\xcb\x93\x0b\x49\x49\x46\xf4\xd4\x76\xb2\xc2\x7b\xb8\x17\xc0\x00\x9c\xaa\xae\x4e\x7f\xa1\x46\xdc\x51\xbc\x59\x60\x2d\xdf\xd9\x56\xce\xe1\xf7\xed\x7e\xef\x3f\xdd\xb5\x12\xe1\x44\x12\x8f\x2e\x7b\x29\xbb\xd7\xa4\xda\x67\xcb\xa7\xb1\x74\x1f\x92\x5b\x84\x0f\x21\x07\x4e\xd4\x07\x6a\xf0\x85\xd4\x46\xf2\x91\x53\x1f\x5f\x69\x5e\x22\x2a\xf5\x80\x9b\xe0\x82\x75\x3e\xfd\x52\x41\xe7\x39\x8d\x61\x82\xed\x45\x68\x5b\x5c\x21\x8d\xbc\x09\x53\x0a\x35\xef\xcd\x99\xd2\xfe\x1b\xbb\xbe\xc6\x0e\x33\x3d\x3e\x50\xf2\x3c\xd0\xfb\xda\xa1\x2b\x3e\xfc\x8f\xd5\xa6\x09\x43\x9a\x6c\x0d\xec\xec\x65\x6f\x85\x7b\xce\x5a\x1f\x88\x85\x37\xcf\xbf\x9f\xca\xc9\x00\x28\x4e\xb9\x67\x80\x53\xae\x0f\xf4\x4f\x00\x00\x00\xff\xff\xc8\x78\x55\x10\xde\x03\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\xc1\x8e\x13\x31\x0c\xbd\xe7\x2b\xac\x88\x03\x1c\xa8\x76\x61\xb5\xe2\xd2\x0b\x9c\x38\x71\xe0\x03\x22\x77\xc6\x33\x8d\x36\x93\x8c\x6c\x67\xca\xb2\xea\xbf\xa3\xa4\x93\xb6\x5b\x10\xda\xde\xfa\xf2\xec\xf7\xf2\xec\x4c\x48\x1d\x06\x81\x17\x03\xd0\x93\x74\xec\x67\xf5\x29\xc2\x16\xec\x37\x26\x54\xea\xe1\xeb\x33\xfc\x98\x29\xfe\xdc\xfb\x41\xe1\x7b\x14\xc5\x10\x88\xad\x39\x1a\x33\x73\x5a\x7c\x4f\x0c\x76\x91\x79\x4f\x4c\xb6\x36\xca\x42\x0c\xb7\xbf\x2d\x2c\xc8\x9b\x95\xe7\x0a\x25\xe2\x44\x06\x60\x46\x91\x43\xe2\xfe\x3f\xec\x46\x31\x00\x0d\x12\xe2\xe5\xac\x72\xd3\x9b\x83\x01\xc0\x10\xd2\xc1\xe5\xb8\x10\xfb\xc1\x53\xef\x44\x02\x6c\x61\xc0\x20\x54\xbc\x33\x49\xca\xdc\xd1\xd9\xbb\x5b\x3c\x6b\xc6\xe0\x26\xec\xf6\x3e\x92\x05\xbb\x4c\x6e\x97\x92\x8a\x32\xce\xa7\xab\x15\xcf\x37\x46\xed\xbb\x97\xa2\xde\x85\x2c\x4a\xec\x7c\x7f\xfc\x78\x29\x32\x00\x4d\xc8\xcd\x29\x05\xe7\xfb\xd5\xed\x2b\xb8\xa4\x8f\x8a\xa2\x89\xa9\x50\x2e\x97\x3a\xc3\x45\x3c\x4f\xae\x9b\xb3\x5c\x89\x3f\x18\x80\x89\xa6\xc4\xcf\xaf\x3c\xdd\x3f\x7e\xfe\x52\x8e\xc6\x4c\xa2\xad\xe1\xa5\x69\x83\x0d\xc0\x90\x42\xff\x6a\x5a\x27\xc6\x09\x36\x00\x14\x71\x17\xc8\xf5\x5e\x9e\x5c\xce\xd5\xbd\x55\xce\x54\x6e\x86\x31\x26\xc5\xba\x2f\xad\xb6\xae\xd3\xe6\x6a\x93\x8c\x01\x38\xa0\x57\x37\x24\x76\x27\xdd\x48\xea\xd4\x4f\x94\xb2\x96\x92\xbb\x7f\x33\x38\x65\x2d\xd2\xe7\x99\x95\x00\x48\x0f\x89\x9f\x9c\x8f\x4a\x3c\x60\x47\x75\x26\x57\x78\x0b\x77\x05\x0c\xc0\xb1\xd4\x15\xf7\x2b\x35\xe0\x8e\xc2\xcd\x00\xcb\xf1\x9d\xad\xc7\xe2\x7f\xdf\xce\xf7\xfe\xd3\x5d\x3d\x22\x1c\x89\xc3\xb3\x93\x8e\xf3\xee\x92\x54\xfd\x5b\xf3\xa9\x2c\xdd\xfb\xe8\xea\xbb\x10\x9f\x22\x35\x43\x15\x5e\x49\xd5\x52\x17\x52\x6c\xf6\x95\xa6\x39\xa0\x52\x0b\xb8\x16\xac\x58\xe3\xd3\x2f\x65\x74\x5d\x8a\x83\x1f\x61\xbb\x16\xda\x1a\x97\x8f\x43\xda\xf8\x31\xfa\x92\xf7\xe6\x44\xa9\x7b\x63\xaf\xaf\xb1\x43\xa1\xc7\x07\x8a\x5d\xea\xe9\x7d\x51\x68\x15\x97\x15\xff\xf0\x96\xa6\x9b\xda\xc2\xc7\xd1\x96\xe8\x4e\x5d\xed\x6d\xe1\x3e\x89\x96\xa7\x62\xff\xfa\x0c\xbc\xf1\xd1\x1c\x0d\x80\xe2\x28\x2d\x0d\x1c\xa5\x3c\xda\x3f\x01\x00\x00\xff\xff\x8d\xb1\x01\xe9\xae\x04\x00\x00"), + }, + "/vsphere/bootstrap/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + uncompressedSize: 173, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xcc\xbb\x0d\xc2\x40\x0c\x00\xd0\xde\x53\x58\x19\x20\x1b\x30\x8b\x65\x38\xa3\x58\xba\xe3\xac\xf3\xa7\x41\xd9\x1d\xd1\xd0\xd0\x65\x80\xf7\x66\x86\x65\xe0\x76\x9f\x33\x3c\x16\x1b\xa9\x6d\xf8\x06\xc4\xe2\x9e\x82\x37\x2c\xb7\x43\x96\x50\xe9\x8a\xe4\x4e\x83\x1f\x87\xbe\x64\xaf\x41\x3f\xb4\x37\x79\x72\xf6\x20\x35\xe2\xd6\x96\xb8\xc3\x09\xf0\x9f\x8f\xa9\xed\x42\xff\x65\x70\xc2\x27\x00\x00\xff\xff\xb2\x82\x55\x1c\xad\x00\x00\x00"), }, "/vsphere/bootstrap/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", modTime: time.Time{}, - uncompressedSize: 508, + uncompressedSize: 407, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcf\x41\x8e\xc2\x30\x0c\x85\xe1\x7d\x4e\x61\xe5\x1e\x3d\x4b\x95\x26\x6e\xc6\x1a\x13\x57\xb6\x03\x42\x88\xbb\xb3\x03\xb2\x40\xe9\xfe\x7b\xbf\xe5\x6b\x52\x4a\x1b\x23\x44\xaa\x8d\x9c\xa4\x45\x78\x04\x00\xbf\x1f\x08\x00\xb0\x80\xb9\x52\xab\x01\xa0\xe0\x9e\x3a\x3b\x2c\x10\x63\x78\x86\xf0\x99\x2a\x9a\x74\xcd\xb8\x1e\x22\xfc\xb5\x7f\x8f\x07\xbd\x0b\x17\xd4\x29\x2b\xc9\x93\xb9\x28\x4e\x65\x43\xbf\x89\xfe\x9f\x2a\x66\x6c\x7e\xe2\xb8\xe3\xe5\xe0\xe4\xf3\xdb\xb5\xa3\xf9\x4a\x65\x5e\x4c\xd5\x06\xc4\x64\x3e\x92\xcc\xdd\x1c\xf5\x54\xed\x8f\xda\x5a\xc8\xc6\xa7\x37\x11\x1e\x9d\x65\xed\xdb\x2f\xf8\x0a\x00\x00\xff\xff\xd0\x7e\x45\x6c\xfc\x01\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcf\x41\x0a\x02\x31\x0c\x85\xe1\x7d\x4f\x11\xe6\x1e\x9e\x65\xc8\x4c\x63\x0d\xc6\xa6\x24\xa9\x22\xe2\xdd\x5d\x4a\x05\xe9\xec\x3f\xde\xcf\xbb\xa3\x31\x6e\x42\xb0\x18\xb9\x76\xdb\x69\x6d\xaa\xb2\xc0\x2b\x01\xc4\xb3\x11\x9c\xc0\xc3\xb8\x96\xf4\x4e\xe9\xab\xcf\x2a\x99\x6c\xca\x32\x06\x7a\xa8\xd1\x54\x56\x8a\x87\xda\xf5\xd0\xe2\x4e\x35\x0e\xc4\x83\x6e\x4d\x30\xe6\xed\xd2\xc9\x63\xe5\x3c\x5f\xc4\xe2\x03\x12\xf6\xf8\x21\x17\xae\x6b\x66\x1f\x9f\x6c\xaa\x32\x3a\xdf\xad\x6f\x7f\xe1\x27\x00\x00\xff\xff\x9a\x69\x60\x37\x97\x01\x00\x00"), }, - "/vsphere/main.tf": &vfsgen۰CompressedFileInfo{ - name: "main.tf", + "/vsphere/bootstrap/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", modTime: time.Time{}, - uncompressedSize: 4056, + uncompressedSize: 136, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x56\x59\x6b\x24\x37\x10\x7e\xef\x5f\x51\x88\x3c\x66\xdb\xce\xeb\xc2\x10\x72\xb3\x90\x63\x89\x43\x5e\xcc\x22\x34\xdd\x35\x3d\xc2\x6a\x95\x90\xd4\xed\x4c\x96\xfd\xef\x41\x47\xf7\xf4\x31\x6d\x8f\xcd\xbe\x04\x76\xc0\x1e\x1d\x75\x7c\x55\xfa\xaa\x6a\x14\x55\x42\x39\xf8\x58\x00\x1c\x48\xd5\x68\x21\x7e\x76\xd0\x0b\x5b\xf6\xce\x1c\xd1\x22\x37\x16\xf1\x1f\xe9\xbc\xd4\x0d\xcf\x52\xdf\xce\x04\xf2\xe1\x5b\x98\x1f\x94\xe9\xeb\xfe\xf6\x43\x69\x84\x3f\x16\x00\x35\xba\xca\x4a\xe3\x25\x69\xd8\x01\xfb\xc1\xa2\xf0\x58\xc3\xf7\x27\xf8\xc3\xa0\xbe\x3b\xca\x83\x87\x77\xda\x79\xa1\x14\x5a\x56\x7c\x2a\x0a\x63\xa9\x97\xc1\x38\xcb\xb6\x59\x04\xdb\xb9\x01\xea\xe4\x33\x47\x1d\x44\xb4\x68\xb1\x00\x30\xc2\xb9\x47\xb2\xf5\x13\xd2\x83\x48\x01\x63\x10\x0e\x6d\x3f\x7a\x59\xd8\xb6\xaa\x00\x10\x4a\xd1\x23\xef\x74\x8f\x56\x1e\x24\xd6\xdc\x39\x05\x3b\x38\x08\xe5\xf0\x22\x76\x63\x65\x2f\xfc\xff\x29\x84\x5a\x78\x31\xc2\xe7\x61\x57\xa1\xf6\x68\x19\xb0\xe9\x26\xc4\x13\x80\x2e\x7c\x9c\x45\xd6\xb6\x2a\x6a\x4d\xe7\x91\x57\xaa\x73\xc9\xe0\xb8\x1a\xad\x6d\x04\x9a\x05\x03\x9f\x46\x07\x5c\xd6\xb0\x8b\xfb\x0b\xde\xcb\xc9\x52\xd6\x97\xe3\x72\x9e\x02\xb9\xd8\x64\xfd\x1c\x8e\x51\xf4\xf3\x21\xd1\xe8\x1f\xc9\x3e\x30\x60\xe3\xea\x39\x14\x59\xf0\xf3\x61\xe8\xa5\xf5\x9d\x50\xbc\x15\xd5\x51\xea\x90\x13\x8f\xad\x51\x23\x71\x57\x60\x66\xe4\xe6\xb2\x35\x64\x3d\xa7\x5e\x94\x69\x59\x66\x0a\xbf\x1a\x9e\x45\x47\x9d\xad\x70\x59\x47\x13\x57\x0c\x58\xda\xac\x20\xce\x93\x35\x44\x12\xfa\x9d\x54\x98\xe5\xe6\x32\xd4\x0b\x1e\x2e\x73\xcf\xca\x6c\xbb\x8e\x86\xdb\x05\x90\xa4\x22\x5d\x9e\xe2\x51\x7e\xcd\xa7\x9e\x79\xd2\xa8\x77\x10\x1b\x78\x6e\xb4\x05\x80\x17\xcd\xea\x61\xb8\x17\x4d\x19\xfe\x36\xb2\x19\xee\x79\x25\x3c\x36\x64\x4f\xa1\x0e\xc7\xe5\xf2\xb5\x77\xc0\xc8\xa0\x76\xa1\x4f\xbf\xf9\xea\x63\x80\x97\x93\xc0\x65\xfd\x89\xad\x1b\xfc\x77\x75\x8d\x35\xec\x4f\x70\x56\x93\xa9\xbd\x43\x4d\xa0\xc9\x83\xc5\x96\x7a\x0c\xaa\x95\xb0\xb5\xd4\x42\x49\x7f\x0a\xaa\x77\xef\x7e\xff\xe5\xd7\x9f\x58\x11\x9a\x94\x73\x54\x49\xb1\x57\xc8\xfd\xc9\xa0\x83\x1d\xdc\x17\x01\x0f\xfb\x3b\x51\xf5\xb7\xcc\xd4\xaf\xd3\xe9\x9f\x39\xc2\xf7\x44\x6a\x38\xfb\x39\x66\x68\xd8\xfd\x38\x16\x79\x3e\xb8\xf3\x64\x45\x83\xef\xa9\x0e\x50\x3e\x6c\xe6\x29\x14\x43\xf8\xbf\xce\xcc\x3c\x19\x31\x9e\x94\xc6\x44\xf6\x4b\xb9\x2e\xc7\x45\x54\x78\x75\xee\x2e\x82\x4d\x94\x60\xc0\x86\x45\x80\x5c\x51\xa7\xfd\x35\xd3\xfd\x16\xde\xc2\x37\x45\x9c\x3b\xfe\xb8\xd5\x79\xce\xac\x3b\x99\x59\x47\x60\x7d\xcb\x5e\x5d\xf0\x91\xc4\x6e\x6a\xee\x7e\x4d\xe4\xf8\x42\x45\x4b\x75\xa7\x10\xd8\x9e\xc8\x3b\x6f\x85\x49\x51\xe6\x54\xec\x80\x95\x37\xe7\xab\x10\x8d\x6c\xb4\x8c\xf9\x9d\x44\x33\x9c\xf1\x51\xb4\x00\x18\xf2\xc9\x0d\x91\x5a\x42\x5f\x8c\xae\xe1\xd9\xcb\x99\x52\x22\xc1\xa4\xe6\xa3\xc3\x55\x0a\xe2\x65\x79\x5e\x45\xad\xe9\x4f\xb1\x0b\x45\x3e\xe9\x11\x6b\xa3\xf9\xb2\x1c\xbe\x47\x18\xb9\x41\x5d\x86\xb1\xf5\x12\xb9\x5d\x5e\xf4\xb4\x98\x13\xe5\x20\x9c\x54\x9b\x0e\x9d\x0f\xef\xfe\x22\xd5\x41\x2b\xf8\x3e\x4a\xcd\x6b\xe9\x1e\x5e\x64\x20\x28\xb8\xf2\xb6\x8c\xda\xf1\x07\x98\x93\xa4\x31\x18\x74\x95\xed\xf6\xa3\xc5\x97\x1a\x44\xd1\xa0\x55\x27\x1e\xad\x14\xe7\xb9\x90\xcb\x7b\x59\xfd\x13\x0e\x6f\x13\x78\xe0\x6f\x2b\xce\x3f\x7c\xa6\xe4\xcd\xe7\xc1\xdb\xcd\x0d\x28\xd9\x4a\x2f\x22\x7d\xe9\x00\x7b\x61\xb1\x45\x2f\xd4\x1b\xdb\x69\x2f\x5b\xac\x0e\x4d\x09\xf0\xd7\x11\xe1\x48\xce\xc7\xe6\xd4\x76\xce\xc3\x1e\x21\xd9\x59\x8d\xee\xe0\x64\x70\x01\x10\x9b\x8b\xae\x02\xbd\xcf\x4d\x22\x5d\xa7\xa3\x55\xfd\x2c\x0b\x28\xbb\xf9\x52\x3e\x5f\xca\xe7\x99\xf2\xb9\xb2\xc7\x4f\xaa\xac\xa6\x56\x48\xbd\x9a\xb4\xe9\x78\x5e\x8d\x9b\x13\xb9\xc5\x96\xec\x09\xb6\xc6\x59\x45\xda\x5b\x52\xdc\x28\xa1\x91\x27\x61\xde\xca\x80\x56\x77\x2d\xaf\x4c\xe7\xae\xd2\x1c\x84\xe3\xbc\xb5\xe8\xb8\x41\xcb\x1d\x55\x0f\xb8\x1c\xbd\x73\xbd\xa5\x70\x20\x9e\x74\x0f\xdc\xc9\x7f\xf1\x1a\xbf\x51\xb8\x91\xfb\xd0\x59\xfe\x0b\x00\x00\xff\xff\x52\xd0\x04\xd5\xd8\x0f\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x31\x0e\x83\x30\x14\x43\xf7\x9c\xc2\xca\x01\x4a\x2b\x75\x4d\xaf\x52\x21\x30\x22\x12\xe5\xa7\xfe\x90\xa5\xe2\xee\x15\x88\x81\xc1\x83\xed\xf7\x16\x4a\xed\x60\xfa\xe0\x17\x00\xf1\xbb\x66\xb1\x7f\x57\xca\xb3\xcd\x48\x88\xaf\x84\xfb\xed\xf1\x8c\xd7\xbb\xc8\x6a\xee\x29\x3f\x2c\xa0\x7a\x19\x29\x22\x9d\x1d\x70\x5b\xd5\xed\x43\xb4\xc2\xd9\xc7\x3c\x2c\xcd\x64\x5d\x3b\x35\x27\x1b\x0f\x70\x0b\x7b\xb6\x10\xfe\x01\x00\x00\xff\xff\x9f\x49\xd9\x8b\x88\x00\x00\x00"), }, "/vsphere/master": &vfsgen۰DirInfo{ name: "master", @@ -2359,44 +2835,73 @@ var Assets = func() http.FileSystem { "/vsphere/master/main.tf": &vfsgen۰CompressedFileInfo{ name: "main.tf", modTime: time.Time{}, - uncompressedSize: 1167, + uncompressedSize: 1448, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\xb1\x8e\xdb\x30\x0c\xdd\xf5\x15\x84\xd0\xa1\x1d\x6a\x74\x28\xba\x65\x69\xa7\x4e\x1d\xfa\x01\x82\x22\xd3\x8e\x10\x59\x34\x28\x2a\x77\xe9\x21\xff\x5e\x88\xb6\x2f\x69\x2e\x43\x71\x99\x12\xbe\xc7\x87\xc7\x27\x32\x89\x82\x4f\x05\x5e\x0c\x40\x8f\x25\x70\x9c\x25\x52\x86\x1d\xd8\x1f\x8c\x5e\xb0\x87\xef\x67\xf8\x35\x63\xfe\x7d\x88\x83\xc0\xcf\x5c\xc4\xa7\x84\x6c\xcd\xc5\x18\xc6\x42\x95\x03\x82\x3d\x95\xf9\x80\x8c\xee\x14\x59\xaa\x4f\x6e\xf2\xe1\x10\x33\x5a\xb0\xa7\xc9\xaa\x7a\xa0\x9a\x05\x76\x70\xf2\xdc\xc5\xa6\x92\x03\x3a\x2d\x1a\x03\x90\xfd\x84\x70\xff\xd9\x81\xfd\xf0\xd2\xf8\x21\xd5\x22\xc8\x2e\xf6\x97\xcf\x4b\xa5\xf1\xdb\x77\x15\xe8\x62\xee\xf1\xf9\x62\x0d\xc0\xe6\xc8\xcd\x44\xc9\xc5\x7e\xd5\x69\x2d\xff\x40\x6d\x5c\x2f\xbe\x08\x31\x6e\xb4\x2b\xf5\x15\x6a\xce\xea\xe4\xc2\x5c\xcb\x9d\x33\x35\xb1\x42\x1b\x8b\x18\x8b\x9b\x91\x5d\xa1\x70\xc4\x6d\xd8\xfb\xb2\x01\x98\x70\x22\x3e\xbf\x99\xb6\xb1\x17\xc8\x00\x8c\x15\x8b\xdc\x5a\xbb\x72\x36\xc8\x00\x0c\x94\x7a\xe4\x87\x4a\x0b\x64\x00\x30\xfb\x7d\x42\xd7\xc7\x72\x74\xb5\xbe\x66\x62\x85\x2b\xb6\xcc\x7c\xce\x24\x5e\x9f\xfd\x56\x43\x37\xa3\xbb\x59\x8a\xf6\x4e\x4f\x3e\x8a\x1b\x88\xdd\xe2\x21\xa3\x38\x89\x13\x52\x15\x95\xfc\x62\x1f\x73\x98\xaa\x34\x13\x8d\x33\xf8\x54\xd0\xea\xa3\xa3\x3c\x11\x1f\x5d\xcc\x82\x3c\xf8\x80\xba\x28\x37\xf5\x7e\x0b\x7a\x29\x18\x80\x4b\xeb\x6b\x93\xac\xd4\xe4\xf7\x98\xee\x76\xa6\xc1\x6a\x04\xa0\xc4\x3f\xf8\x20\x1a\x8d\xa2\x61\x4a\x42\x3f\x22\xa7\xb3\x2b\x81\xeb\xfe\x4a\xd2\x9f\x9a\x9a\xb2\xe4\x10\xb3\x9b\x99\x4e\xb1\x44\xca\xb8\x59\xd3\xf2\x4a\x52\x73\x21\x51\xde\x06\x11\x9c\xe6\xe4\x05\x97\xd8\xd7\x86\xb5\xb6\xf1\xf1\x59\xd8\xbb\x40\x79\x88\x23\xec\xd6\x46\xab\xd1\xc5\x3c\x50\x17\xc7\x1c\x5b\xfa\xdd\x42\xd1\xdd\xb4\xb7\x03\xed\x7d\xc1\x6f\x5f\x31\x07\xea\xf1\xa3\x5e\xd7\xda\xf1\xe9\x7f\xa4\x3a\x6d\x8c\x79\xb4\x2d\xba\x45\xcb\xde\x37\x1e\xa8\x48\xbb\x38\xfb\xe6\x44\xdf\x7b\xa7\x3a\xba\xf8\xb1\x6c\xa9\xf8\xb1\xb4\x7f\x94\xbf\x01\x00\x00\xff\xff\xc7\xdc\x88\x27\x8f\x04\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x54\xb1\x6e\xe4\x38\x0c\xed\xf5\x15\x84\x90\xe2\xae\xc8\xe0\x8a\xc3\x75\xd3\xdc\x56\x5b\x6d\xb1\x1f\x20\x68\x64\xda\x23\x44\x16\x0d\x92\xf2\x24\x1b\xcc\xbf\x2f\x24\xdb\x93\xc9\x24\x18\x04\xeb\xce\xe4\x7b\xd4\x7b\x14\xa9\x44\xc1\x27\x81\x57\x03\xd0\xa1\x04\x8e\x93\x46\xca\xb0\x07\xfb\x8d\xd1\x2b\x76\xf0\xff\x0b\xfc\x98\x30\xff\x3c\xc6\x5e\xe1\x7b\x16\xf5\x29\x21\x5b\x73\x36\x66\x62\x9a\x63\x87\x0c\x76\x96\xe9\x88\x8c\xb6\x15\x2a\x82\x0c\xb7\xdf\x1e\x66\xcf\xbb\x15\xe7\x2a\x24\xfb\x11\x0d\xc0\xe4\x45\x4e\xc4\xdd\x1d\xf4\x06\x31\x00\x5b\x48\x90\xe7\xcb\x29\x37\xb5\x39\x19\x00\x9f\x12\x9d\x5c\xc9\x33\x72\xec\x23\x76\x4e\x24\xc1\x1e\x7a\x9f\x04\xab\x76\x46\xa1\xc2\x01\x2f\xda\xdd\x1c\x59\x8b\x4f\x6e\xf4\xe1\x18\x33\x5a\xb0\xf3\xe8\x46\x2f\x8a\xbc\xf8\x0a\x54\xb2\xae\x87\x2d\x71\xd7\x42\xc6\x00\x54\x33\x9f\x78\xb6\x0f\xaf\x15\x1d\x52\x69\xf0\xd8\x9d\x1f\x17\xe6\xe3\xc3\x6b\xe3\xee\x62\xee\xf0\xf9\x6c\x0d\xc0\xa6\xc8\x4d\x44\xc9\xc5\xee\xca\xda\xbb\x54\xbd\x2a\xaf\x5e\x94\x18\x37\xd8\x1b\xf4\x92\xaa\xa2\xca\xe8\xc2\x54\xe4\x4e\x6b\x03\x65\x65\x4a\x6e\x4a\x3e\xa3\xdb\x08\x1b\x97\x18\xc5\x4d\xc8\x4e\x28\x3c\xa1\xde\xe5\xde\x82\x0d\xc0\x88\x23\xf1\xcb\xdd\x41\x78\x5f\x63\x21\xb8\x31\x1e\x0c\xc0\x50\x50\xf4\xda\xe0\x1b\x7b\x4b\x19\x80\x9e\x52\xf7\x61\xdc\x16\xd4\x92\x32\x00\x98\xfd\x21\xa1\xeb\xa2\x3c\xb9\x52\x2e\x9d\xb5\xca\x05\x6b\xe7\x7d\xce\xa4\xbe\x0d\xfe\x75\x8d\xb6\x1b\xbb\xab\xb5\xa8\x17\x7d\xf2\x51\x5d\x4f\xec\x16\x0d\x19\xd5\x69\x1c\x91\x8a\xb6\x92\xff\xd8\xcf\x31\x4c\x45\xab\x88\x8a\x69\x33\x68\xdb\xd4\xa0\x9e\x88\x9f\x5c\xcc\x8a\xdc\xfb\x80\x6d\xce\xae\xe2\xdd\x6a\x65\x0d\x18\x80\x73\xe5\x55\x27\x2b\x34\xf9\x03\xa6\x9b\xa1\xab\xe9\x26\x04\x40\xe2\x2f\xfc\x72\xfb\x5b\x83\x86\xd6\x7c\x00\xf4\x03\x72\x7a\x71\x12\xb8\x1c\xde\x98\xed\xb7\x21\x1b\x4a\x8f\x31\xbb\xf6\x0e\x48\xa4\x8c\x9b\xde\x16\x5e\x41\x4d\x71\x48\x94\x37\x77\x8a\xe3\x94\xbc\xe2\x72\x17\x2b\x61\x8d\x6d\x78\x7c\x56\xf6\x55\x5e\x1f\x07\xd8\xaf\x44\xdb\xfa\x19\x73\x4f\xbb\x38\xe4\x58\xaf\x64\xb7\x40\xda\xd8\xdb\x6b\x97\x07\x2f\xf8\xdf\xbf\x98\x03\x75\xf8\x57\x3d\x61\x63\xac\x2b\xfd\xf7\x57\x2a\xee\x1a\x3f\xe6\xc1\xd6\xb6\x2e\x25\xed\x2d\xf1\x48\xa2\x75\xfd\xed\x87\xfd\xff\x83\x47\xa0\x99\x57\x3f\xc8\xd6\x17\x3f\x48\x7d\xae\x7e\x07\x00\x00\xff\xff\x59\x90\xeb\x5b\xa8\x05\x00\x00"), + }, + "/vsphere/master/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + uncompressedSize: 181, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xcd\xbb\x09\x03\x31\x0c\x00\xd0\x5e\x53\x88\x2b\x53\x78\x83\xcc\x22\xc4\x59\xe1\x0c\xfe\x08\x7d\xdc\x84\xdb\x3d\xa4\x4f\x95\x01\x1e\x6f\x65\x68\x06\x1e\xe7\x9a\x61\xab\x93\x76\x9e\x42\x4d\xfd\xc0\x37\x20\x6e\xee\x29\xf8\xc4\xed\x7a\x89\x09\xed\x66\x91\xdc\x69\xf0\x79\xb5\x29\x65\x0f\x1a\xec\x21\x56\x1e\xa5\xca\x8b\xb3\x07\x35\x25\xae\xd5\xc4\x1d\x6e\x80\xdf\xc1\x58\xad\xfe\x51\x7c\x19\xdc\xf0\x09\x00\x00\xff\xff\x41\x7d\xae\x3e\xb5\x00\x00\x00"), }, "/vsphere/master/variables.tf": &vfsgen۰CompressedFileInfo{ name: "variables.tf", modTime: time.Time{}, - uncompressedSize: 811, + uncompressedSize: 407, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xd2\x41\x4e\xc4\x30\x0c\x05\xd0\x7d\x4f\x61\xf5\x1e\x73\x96\x28\x4d\x3c\xc5\x6a\x62\x57\xb6\x03\x1a\x10\x77\x47\xac\x86\x20\x90\xbb\x7f\x89\xff\x4f\xfc\x9a\x95\xf2\xd6\x10\x56\xce\x1d\x57\xf8\x58\x00\xfc\x71\x22\xdc\xc0\x5c\x89\xf7\xe5\x73\x59\x9e\x88\xd8\x3c\x73\xc1\x54\x64\xb0\x4f\x9c\x47\xdf\x50\x7f\xf1\x9d\xc9\x49\xf8\x07\x04\x78\x5e\x0d\x50\xf1\x9e\x47\x73\xb8\xc1\xba\xce\x47\x15\x4d\x86\x16\x4c\xa7\x48\x0b\x73\xdd\xa5\x55\xd4\x90\xd5\xec\xd9\x5c\x34\x2e\xca\xe8\x6f\xa2\x47\xe8\x4a\x1b\xe6\xa8\xa9\x4a\xcf\xc4\x97\x02\x14\x64\xbf\x90\xd5\xb1\x9f\x2d\x7b\x1c\x75\x1f\x68\x9e\xa8\x86\xb0\x63\x17\x7d\x84\x9f\xc6\xa3\xa7\x72\x0e\x0b\x61\x11\x45\x4b\x27\x6a\x32\x29\x07\xc6\xeb\x50\xc9\x8e\x64\xf4\x8e\xa1\xf4\xbc\xcf\xf3\x1b\x99\xff\xfd\xf2\x17\x8a\xfb\x0b\x71\xfa\x1e\x3e\xc9\x4d\xa4\xcd\xce\x8a\x8e\xed\x5f\xf8\x15\x00\x00\xff\xff\xef\xdd\x9b\xb4\x2b\x03\x00\x00"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\xcf\x41\x0a\x02\x31\x0c\x85\xe1\x7d\x4f\x11\xe6\x1e\x9e\x65\xc8\x4c\x63\x0d\xc6\xa6\x24\xa9\x22\xe2\xdd\x5d\x4a\x05\xe9\xec\x3f\xde\xcf\xbb\xa3\x31\x6e\x42\xb0\x18\xb9\x76\xdb\x69\x6d\xaa\xb2\xc0\x2b\x01\xc4\xb3\x11\x9c\xc0\xc3\xb8\x96\xf4\x4e\xe9\xab\xcf\x2a\x99\x6c\xca\x32\x06\x7a\xa8\xd1\x54\x56\x8a\x87\xda\xf5\xd0\xe2\x4e\x35\x0e\xc4\x83\x6e\x4d\x30\xe6\xed\xd2\xc9\x63\xe5\x3c\x5f\xc4\xe2\x03\x12\xf6\xf8\x21\x17\xae\x6b\x66\x1f\x9f\x6c\xaa\x32\x3a\xdf\xad\x6f\x7f\xe1\x27\x00\x00\xff\xff\x9a\x69\x60\x37\x97\x01\x00\x00"), }, - "/vsphere/master/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", + "/vsphere/master/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 136, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8b\x31\x0e\x83\x30\x14\x43\xf7\x9c\xc2\xca\x01\x4a\x2b\x75\x4d\xaf\x52\x21\x30\x22\x12\xe5\xa7\xfe\x90\xa5\xe2\xee\x15\x88\x81\xc1\x83\xed\xf7\x16\x4a\xed\x60\xfa\xe0\x17\x00\xf1\xbb\x66\xb1\x7f\x57\xca\xb3\xcd\x48\x88\xaf\x84\xfb\xed\xf1\x8c\xd7\xbb\xc8\x6a\xee\x29\x3f\x2c\xa0\x7a\x19\x29\x22\x9d\x1d\x70\x5b\xd5\xed\x43\xb4\xc2\xd9\xc7\x3c\x2c\xcd\x64\x5d\x3b\x35\x27\x1b\x0f\x70\x0b\x7b\xb6\x10\xfe\x01\x00\x00\xff\xff\x9f\x49\xd9\x8b\x88\x00\x00\x00"), + }, + "/vsphere/pre-bootstrap": &vfsgen۰DirInfo{ + name: "pre-bootstrap", modTime: time.Time{}, - content: []byte("\x0a\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), + }, + "/vsphere/pre-bootstrap/main.tf": &vfsgen۰CompressedFileInfo{ + name: "main.tf", + modTime: time.Time{}, + uncompressedSize: 2429, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x56\xdf\x6b\xdb\x30\x10\x7e\xf7\x5f\x71\x88\x3d\x6e\xa6\x7b\x2d\x84\xb1\xdf\x14\xf6\xa3\xac\xb0\x97\x52\x84\x6a\x5d\x12\x51\x59\x12\x92\xec\x2e\x94\xfe\xef\xe3\x6c\x59\xb1\x13\xa7\x1e\xa5\x2f\x33\x24\x39\xc9\x9f\x4e\xdf\x9d\xbe\x3b\x45\xdb\x4a\xe8\x00\x0f\x05\xc0\xda\x6a\x89\x1e\xba\x67\x05\xad\xf0\x65\x1b\xdc\x16\x3d\x72\xe7\x11\xff\xa8\x10\x95\xd9\xf0\x84\x7a\x37\x01\xa4\xc9\x73\x98\x4e\x94\xfd\xcf\xf5\xd9\x4d\xe9\x44\xdc\x16\x00\x12\x43\xe5\x95\x8b\xca\x1a\x58\x01\xfb\xe8\x51\x44\x94\xf0\x61\x07\x3f\x1d\x9a\xab\xad\x5a\x47\xb8\x30\x21\x0a\xad\xd1\xb3\xe2\xb1\x28\x9c\xb7\xad\x22\xe7\x2c\xf9\x66\x1d\xd9\x26\x0c\x54\x47\xcf\x94\x35\x41\x8c\xa8\xb1\x00\x70\x22\x84\x7b\xeb\xe5\x13\xe8\x01\x52\x40\x0e\x22\xa0\x6f\xf3\x2e\x07\xbe\xbd\x2e\x00\x84\xd6\xf6\x9e\x37\xa6\x45\xaf\xd6\x0a\x25\x0f\x41\xc3\x0a\xd6\x42\x07\x9c\xe5\xee\xbc\x6a\x45\xfc\x9f\x42\x90\x22\x8a\x4c\x9f\xd3\xa8\x42\x13\xd1\x33\x60\xe3\x01\xc5\x43\x44\x0f\xf6\xd8\x43\x8e\x7d\x55\xb6\x76\x4d\x44\x5e\xe9\x26\xf4\x0e\xb3\x95\xbd\x9d\x08\x34\x01\x49\x4f\x79\x03\xae\x24\xac\xba\xf1\xcc\xee\xe5\xc8\x54\xf2\x98\x8b\xc7\x60\x1b\x5f\x21\x77\xd6\x6a\x06\xec\x60\x7c\x22\xba\x09\x6a\x3e\x59\x21\x5a\x52\x2c\x1b\xd9\x4b\xc1\x65\xe8\xcb\x85\x67\x30\xde\x5b\x7f\xc7\x80\x65\x6b\x89\x45\x02\xbe\x1c\x87\x56\xf9\xd8\x08\xcd\x6b\x51\x6d\x95\xa1\x9c\x44\xac\x9d\xce\xd5\x70\x44\x66\x52\x31\x5c\xd5\xce\xfa\xc8\x6d\x2b\xca\xde\x2c\x53\x5d\x3c\x9b\xde\x70\x7a\x87\xc5\x39\xda\x8a\x01\xeb\x07\xcb\xf9\x1a\x82\xa1\x3e\xaa\x34\xee\xa1\x53\x98\x6d\x05\xa7\xf7\xa9\x1d\x26\x21\x2f\x88\x7c\xa2\xb3\x27\x35\x38\x4e\xc7\xbc\xb2\x52\x35\xf6\xc0\x4e\x66\x0b\x12\x4c\x42\x58\x10\xc9\xf8\xee\x20\x54\x77\xad\xa4\xf6\x5f\x00\x44\xb1\x81\x99\xc3\xe5\x51\x6c\x4a\xfa\x28\xea\x59\x52\x85\x3b\x1e\x77\x6e\x96\xd1\xf0\x6e\xf6\xe4\xc8\x0f\xaf\x44\xc4\x8d\xf5\x3b\x6a\x24\xd9\x3c\x3c\xb6\x15\x30\xeb\xd0\x04\xba\x68\xde\xbc\x7a\xa0\x2d\x52\x9e\xb9\x92\x8f\xec\xf8\x86\x7a\x2f\x25\x4a\xb8\xdd\xc1\x7e\x99\xea\xef\x27\x90\x16\x8c\x8d\xe0\xb1\xb6\x2d\xd2\xd2\x4a\x78\xa9\x8c\xd0\x2a\xee\x68\xe9\xd5\xc5\x8f\xaf\xdf\x3e\xb3\x82\xba\x6c\x08\xb6\x52\xe2\x56\x63\x17\x44\x80\x15\x5c\x17\xc4\x87\xfd\xee\xcb\xe2\x7b\xaa\x8a\xd7\xfd\xec\xaf\x14\xe1\x25\xb5\x9f\x34\xf7\xa5\x4b\xe6\x30\xfa\x94\x1b\x4a\x9a\xb8\x8a\xd6\x8b\x0d\x5e\x5a\x49\x54\x6e\x4e\xe6\x89\x0a\x8f\xbe\x8f\x33\x33\x4d\x46\x17\x4f\x9f\xc6\xbe\xb0\xe6\x72\x5d\x66\xa3\x3f\xc1\xe7\xe6\x6e\x96\x6c\xaf\x1e\x06\x6c\x30\x88\x72\x65\x1b\x13\xff\xe5\xef\xc9\x19\x9c\xc3\xdb\xa2\xbb\x38\xe3\xf6\x54\xd5\xee\x05\x3a\xc8\x6e\x50\x49\x5b\xb3\x67\x37\x97\x4e\xef\x61\xec\xee\xfa\x58\xf0\x74\x42\x7f\x03\x00\x00\xff\xff\x55\xdf\xb1\x4c\x7d\x09\x00\x00"), + }, + "/vsphere/pre-bootstrap/outputs.tf": &vfsgen۰CompressedFileInfo{ + name: "outputs.tf", + modTime: time.Time{}, + uncompressedSize: 836, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x90\x41\x4e\xc4\x30\x0c\x45\xf7\x39\x45\x34\x07\xb0\xb8\x00\x27\x41\x28\x32\x89\x69\x23\xd2\xb8\x72\x9c\x22\x84\xe6\xee\xa8\x33\x04\x9a\x0e\x74\x01\x8b\xaa\x8e\xfc\xff\xfb\xb6\xb9\xea\x5c\xd5\x9e\x84\x0a\x57\xf1\xe4\x66\xe6\x74\xb2\xef\xc6\xda\x05\x53\x25\x7b\x6f\x03\x2a\xc2\x52\xe6\x91\x84\x5c\xa7\x83\xfe\x15\x83\x39\x1b\xd3\x88\xab\xad\x28\x0b\x1d\xd0\xbe\x34\xf0\x5d\xf5\x94\x67\x4e\x81\xa4\x47\x24\xf6\x98\xe0\xda\xd9\x6a\x33\xe9\x2b\xcb\xcb\x41\xde\xa7\x02\xda\xff\x76\x62\x4f\x59\xf7\x79\x37\x23\x5f\x45\xb0\x29\x7b\x90\xd2\x34\x27\xd4\xa3\xcd\x97\x28\x5a\x31\xb9\x09\xfd\x18\x33\x41\xb3\xec\x48\x43\xa5\xa2\x2e\x86\xbf\x90\x9a\xb7\x9b\x6c\x8c\xd9\x85\x58\x8e\x8e\xf4\x2b\x70\xf5\x15\xb8\x83\x0b\x64\x16\x5e\x62\x89\x9c\xa9\x0b\x28\x5e\xea\xd3\xbf\x13\x08\x07\x92\xf4\xe6\x2e\xb4\x2d\xde\xa7\x5a\x94\xc4\x05\x9e\x30\xe6\x3e\x62\x41\x81\xbe\xff\x93\x73\x7f\xcb\xad\x6b\x77\x2b\x1c\x4a\xaf\x7d\x68\x0b\x28\x0e\xb0\x7e\x31\x3c\x9a\xb3\xf9\x08\x00\x00\xff\xff\x4c\xdf\xee\x7e\x44\x03\x00\x00"), + }, + "/vsphere/pre-bootstrap/versions.tf": &vfsgen۰CompressedFileInfo{ + name: "versions.tf", + modTime: time.Time{}, + uncompressedSize: 213, + + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8c\x31\xaa\xc3\x30\x10\x44\x7b\x9d\x62\xd0\x01\xbe\x7f\x20\xad\x72\x95\x20\xec\x35\x16\x38\x5e\x65\x56\x56\x13\x74\xf7\x10\x23\x88\xdb\x94\xbb\xf3\xde\x2b\x42\xc6\x59\xf9\xc0\xcb\x01\x94\xe7\x9e\x28\xd3\xbd\x0a\x2d\xe9\x86\x00\x7f\x0b\xf8\xff\xbb\x5c\xfd\x79\xce\xd4\x9a\x26\xa1\x1d\x16\x50\x2d\x2f\x42\x41\xe8\x37\x60\xba\x73\xfc\x3c\xbc\x66\xd9\x6c\x49\x73\x19\x56\x1d\xe3\x3a\x74\xd6\x1f\x60\x3b\xeb\x99\xa9\xc6\xf2\x53\xa5\x2b\xdf\x58\x73\xcd\xb9\x77\x00\x00\x00\xff\xff\x1f\xb8\xbf\x43\xd5\x00\x00\x00"), }, "/vsphere/variables-vsphere.tf": &vfsgen۰CompressedFileInfo{ name: "variables-vsphere.tf", modTime: time.Time{}, - uncompressedSize: 1778, + uncompressedSize: 1961, - compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x94\xc1\x6e\xdb\x30\x0c\x86\xef\x7e\x0a\x22\xe7\x6d\x79\x82\x9e\x76\xda\xa1\xc0\x80\x0d\xbd\x0a\xb2\x4c\xc7\x44\x25\x51\x20\x69\x67\xc1\xb0\x77\x1f\xe4\x38\x59\xb3\xd6\xc5\x92\x45\xb7\x28\xe2\xff\xfd\xfa\x29\x73\x3b\xaf\x66\xbb\x85\xe9\x5b\x19\x50\x10\x26\x2f\xe4\xdb\x88\xda\x2c\xff\x35\xa7\x1d\xd8\x4c\x3a\x9f\x71\xa3\xc4\x0d\xfc\x6c\x00\xec\x50\x10\x96\xf5\x00\x6a\x42\x79\xd7\x00\x74\xa8\x41\xa8\x18\x71\x86\x07\xd8\x7c\x1f\x48\x81\x14\x6c\xc0\x33\x46\x51\x26\x14\xe8\x59\xe6\x6d\xcc\x13\x09\xe7\x84\xd9\x3e\x6d\x9a\x5f\x6f\x42\x15\x25\xfb\x84\xd7\x90\xff\xa2\x55\x89\x6b\x90\xc5\xab\xee\x59\xba\xff\x40\x9e\x25\xde\x26\x84\x38\xaa\xa1\xdc\x9a\x66\xcd\x03\xb8\xbf\x48\x76\x91\x5c\xbb\x53\xe7\xcd\x07\xcc\x77\x86\x56\x55\x38\xca\xbe\x07\x56\x63\xb9\xaa\x81\xff\xc4\x9d\x55\xd7\xb0\x3c\x79\xd7\x53\xc4\xe2\x6d\xb8\x95\x7c\xaa\x07\xe3\xf9\x37\x4f\x7e\xde\x03\x1b\xbc\xc1\x9e\x62\x84\x16\x81\x52\x61\x31\xec\x80\xb2\xf1\xc9\xe1\x9a\x2d\xc3\x54\xa2\xb7\xbb\x84\xf1\xf4\x08\x27\xb9\xea\x30\x44\xce\xab\xdc\x8c\xb6\x67\x79\xbe\x07\xb6\x8c\x6d\xa4\x10\x0f\xe0\x43\x40\x55\xaa\x9c\x45\x7e\xfe\xc8\x96\x87\x08\x94\x77\x82\xaa\xe0\x73\xb7\x1c\x5d\x33\xd7\x73\xec\xae\x7d\x97\x08\x82\xd1\x1b\x4d\x08\x2f\x5b\x74\x94\x82\xfd\x40\x61\x00\x1d\x78\x8c\x5d\xed\xd1\xa8\xd8\x41\xf5\x26\xe8\x6b\xab\xaa\xcf\xa7\xc7\x55\x43\x45\x10\x7f\x90\x1a\xe5\xdd\x3b\xe6\x5a\xe6\xf8\xda\xda\x97\x1e\x7a\x1f\x15\x3f\x2c\x30\x05\x0f\xc6\xe5\x63\xc4\x09\xe3\xd9\x1f\x55\xcb\xa7\x60\x7b\xe1\x04\x97\x61\x38\xc1\xe8\xea\xc5\x8e\x16\xb7\x7f\x56\x1d\xda\x9f\x39\x9b\x70\x84\xaf\xd1\x67\x84\xe4\xc3\x40\xf9\xf5\x08\x5f\x9d\xe3\xe1\x58\xee\x4a\x2d\x77\x09\x13\xcb\xc1\x25\x6a\x5f\x5c\xf2\x01\xf2\x98\x5a\x94\x95\xf1\x75\x21\xd0\x91\x3e\xbb\xdd\xcd\xe5\x79\x4c\x2e\x94\x51\x6f\x2c\x0f\x2c\xa8\xae\xa0\x38\xe5\xf0\x8c\xb6\x22\xf3\x3b\x00\x00\xff\xff\xc7\x18\x5a\x41\xf2\x06\x00\x00"), - }, - "/vsphere/versions.tf": &vfsgen۰FileInfo{ - name: "versions.tf", - modTime: time.Time{}, - content: []byte("\x0a\x74\x65\x72\x72\x61\x66\x6f\x72\x6d\x20\x7b\x0a\x20\x20\x72\x65\x71\x75\x69\x72\x65\x64\x5f\x76\x65\x72\x73\x69\x6f\x6e\x20\x3d\x20\x22\x3e\x3d\x20\x30\x2e\x31\x32\x22\x0a\x7d\x0a"), + compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x95\xc1\x6e\xdb\x30\x0c\x86\xef\x7e\x0a\x22\xe7\x6d\x79\x82\x9e\x76\xda\xa1\xc0\x80\x0d\xbd\x0a\xb2\x4c\xc7\x44\x65\x51\x20\x69\x67\xc5\xd0\x77\x1f\xe4\xd8\xd9\xbc\xc6\xc5\x92\x45\x47\x59\xfc\xbf\x5f\xbf\x28\x6b\x3f\x8d\x6a\xbf\x87\xf1\x5b\xee\x50\x10\x46\x2f\xe4\xeb\x88\x5a\xcd\xdf\xaa\x65\x06\x76\xa3\x4e\x6b\xdc\x20\x71\x07\x3f\x2b\x00\x7b\xc9\x08\xf3\x78\x00\x35\xa1\x74\xa8\x00\x1a\xd4\x20\x94\x8d\x38\xc1\x03\xec\xbe\x77\xa4\x40\x0a\xd6\xe1\x19\xa3\x28\x23\x0a\xb4\x2c\xd3\x34\xa6\x91\x84\x53\x8f\xc9\x3e\xed\xaa\xd7\x8b\x50\x45\x49\xbe\xc7\x6b\xc8\x7f\xd1\x8a\xc4\x35\xc8\xec\x55\x8f\x2c\xcd\x7f\x20\xcf\x12\x97\x09\x21\x0e\x6a\x28\xb7\xa6\x59\xf2\x00\x6e\x57\xc9\xce\x92\x5b\x7b\x12\x54\x1e\x24\xa0\xcb\xcc\x37\x9f\xa2\xaf\x95\xe3\x60\x08\xd9\x5b\x07\xc6\x2b\x03\x0b\x01\x0a\x61\xcb\x46\xe3\xcd\x07\x4c\x77\xde\x7b\x51\x85\x93\xec\x7b\x60\x35\x96\xab\xfa\xe8\x9f\xb8\x93\xea\x16\x96\x47\xef\x5a\x8a\x58\x02\xbb\x95\xbc\xd4\x2f\x81\xf3\xe8\xa7\x39\xb0\xce\x1b\x1c\x29\x46\xa8\x11\xa8\xcf\x2c\x86\x0d\x50\x32\x5e\x1c\x6e\xd9\x32\xec\x73\xf4\x76\x97\x30\x9e\x1e\x61\x91\x2b\x0e\x43\xe4\xb4\xc9\x4d\x68\x47\x96\xe7\x7b\x60\xf3\x50\x47\x0a\xf1\x05\x7c\x08\xa8\x4a\x85\x33\xcb\x4f\x77\x7d\xbe\x0f\x40\xe9\x20\xa8\x0a\x3e\x35\xf3\xd2\x2d\x73\x2d\xc7\xe6\xda\xbe\x2c\x6d\x1f\xbd\xd1\xb8\xbe\x13\x27\x29\x38\x76\x14\x3a\xd0\x8e\x87\xd8\x94\x33\x1a\x14\x1b\x28\xde\x04\x7d\x39\xaa\xe2\xf3\xe9\x71\xd3\x50\x16\xc4\x1f\xa4\x46\xe9\xf0\x8e\xb9\x9a\x39\xbe\xb5\xf6\xa5\x85\xd6\x47\xc5\x0f\x33\x4c\xc1\x83\x71\xfe\x18\x71\xc4\x78\xf6\x47\xc5\xf2\x12\x6c\x2b\xdc\xc3\x3a\x0c\x27\x18\x5d\xd9\xd8\xc9\xe2\xfe\xf7\x28\x6f\xc7\x67\x4e\x26\x1c\xe1\x6b\xf4\x09\xa1\xf7\xa1\xa3\xf4\xf6\x25\xd9\x7c\x4e\xc2\xa9\xdc\xe5\x52\xee\x7a\xec\x59\x5e\x5c\x4f\xf5\x1f\x9b\x7c\x80\x34\xf4\x35\xca\xc6\x5f\x74\x25\xd0\x90\x3e\xbb\xc3\xcd\xe5\x69\xe8\x5d\xc8\x83\xde\x58\x1e\x58\x50\x5d\x46\x71\xca\xe1\x19\xed\xb2\xcc\x85\xff\x52\x71\x5d\x96\xad\x0a\xe6\x86\x7b\xad\x7e\x05\x00\x00\xff\xff\x28\x44\x4d\xad\xa9\x07\x00\x00"), }, } fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/alibabacloud"].(os.FileInfo), fs["/aws"].(os.FileInfo), fs["/azure"].(os.FileInfo), fs["/azurestack"].(os.FileInfo), fs["/baremetal"].(os.FileInfo), fs["/bootstrap"].(os.FileInfo), fs["/config.tf"].(os.FileInfo), - fs["/fcos-amd64.json"].(os.FileInfo), - fs["/fcos-stream.json"].(os.FileInfo), + fs["/coreos"].(os.FileInfo), fs["/gcp"].(os.FileInfo), fs["/ibmcloud"].(os.FileInfo), fs["/install.openshift.io_installconfigs.yaml"].(os.FileInfo), @@ -2404,14 +2909,65 @@ var Assets = func() http.FileSystem { fs["/manifests"].(os.FileInfo), fs["/openstack"].(os.FileInfo), fs["/ovirt"].(os.FileInfo), - fs["/rhcos-aarch64.json"].(os.FileInfo), - fs["/rhcos-amd64.json"].(os.FileInfo), - fs["/rhcos-ppc64le.json"].(os.FileInfo), - fs["/rhcos-s390x.json"].(os.FileInfo), - fs["/rhcos-stream.json"].(os.FileInfo), - fs["/rhcos.json"].(os.FileInfo), + fs["/terraform.rc"].(os.FileInfo), fs["/vsphere"].(os.FileInfo), } + fs["/alibabacloud"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/alibabacloud/bootstrap"].(os.FileInfo), + fs["/alibabacloud/cluster"].(os.FileInfo), + fs["/alibabacloud/variables-alibabacloud.tf"].(os.FileInfo), + } + fs["/alibabacloud/bootstrap"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/alibabacloud/bootstrap/main.tf"].(os.FileInfo), + fs["/alibabacloud/bootstrap/outputs.tf"].(os.FileInfo), + fs["/alibabacloud/bootstrap/variables.tf"].(os.FileInfo), + fs["/alibabacloud/bootstrap/versions.tf"].(os.FileInfo), + } + fs["/alibabacloud/cluster"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/alibabacloud/cluster/dns"].(os.FileInfo), + fs["/alibabacloud/cluster/main.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/master"].(os.FileInfo), + fs["/alibabacloud/cluster/outputs.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/ram"].(os.FileInfo), + fs["/alibabacloud/cluster/resourcegroup"].(os.FileInfo), + fs["/alibabacloud/cluster/versions.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/vpc"].(os.FileInfo), + } + fs["/alibabacloud/cluster/dns"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/alibabacloud/cluster/dns/outputs.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/dns/privatezone.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/dns/variables.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/dns/versions.tf"].(os.FileInfo), + } + fs["/alibabacloud/cluster/master"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/alibabacloud/cluster/master/main.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/master/outputs.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/master/variables.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/master/versions.tf"].(os.FileInfo), + } + fs["/alibabacloud/cluster/ram"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/alibabacloud/cluster/ram/main.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/ram/outputs.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/ram/variables.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/ram/versions.tf"].(os.FileInfo), + } + fs["/alibabacloud/cluster/resourcegroup"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/alibabacloud/cluster/resourcegroup/main.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/resourcegroup/outputs.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/resourcegroup/variables.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/resourcegroup/versions.tf"].(os.FileInfo), + } + fs["/alibabacloud/cluster/vpc"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/alibabacloud/cluster/vpc/eip.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/vpc/nat_gateway.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/vpc/outputs.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/vpc/sg-master.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/vpc/sg-worker.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/vpc/slb.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/vpc/variables.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/vpc/versions.tf"].(os.FileInfo), + fs["/alibabacloud/cluster/vpc/vpc.tf"].(os.FileInfo), + } fs["/aws"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/aws/OWNERS"].(os.FileInfo), fs["/aws/bootstrap"].(os.FileInfo), @@ -2422,6 +2978,7 @@ var Assets = func() http.FileSystem { fs["/aws/bootstrap/main.tf"].(os.FileInfo), fs["/aws/bootstrap/outputs.tf"].(os.FileInfo), fs["/aws/bootstrap/variables.tf"].(os.FileInfo), + fs["/aws/bootstrap/versions.tf"].(os.FileInfo), } fs["/aws/cluster"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/aws/cluster/iam"].(os.FileInfo), @@ -2429,20 +2986,24 @@ var Assets = func() http.FileSystem { fs["/aws/cluster/master"].(os.FileInfo), fs["/aws/cluster/outputs.tf"].(os.FileInfo), fs["/aws/cluster/route53"].(os.FileInfo), + fs["/aws/cluster/versions.tf"].(os.FileInfo), fs["/aws/cluster/vpc"].(os.FileInfo), } fs["/aws/cluster/iam"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/aws/cluster/iam/main.tf"].(os.FileInfo), fs["/aws/cluster/iam/variables.tf"].(os.FileInfo), + fs["/aws/cluster/iam/versions.tf"].(os.FileInfo), } fs["/aws/cluster/master"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/aws/cluster/master/main.tf"].(os.FileInfo), fs["/aws/cluster/master/outputs.tf"].(os.FileInfo), fs["/aws/cluster/master/variables.tf"].(os.FileInfo), + fs["/aws/cluster/master/versions.tf"].(os.FileInfo), } fs["/aws/cluster/route53"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/aws/cluster/route53/base.tf"].(os.FileInfo), fs["/aws/cluster/route53/variables.tf"].(os.FileInfo), + fs["/aws/cluster/route53/versions.tf"].(os.FileInfo), } fs["/aws/cluster/vpc"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/aws/cluster/vpc/common.tf"].(os.FileInfo), @@ -2451,6 +3012,7 @@ var Assets = func() http.FileSystem { fs["/aws/cluster/vpc/sg-master.tf"].(os.FileInfo), fs["/aws/cluster/vpc/sg-worker.tf"].(os.FileInfo), fs["/aws/cluster/vpc/variables.tf"].(os.FileInfo), + fs["/aws/cluster/vpc/versions.tf"].(os.FileInfo), fs["/aws/cluster/vpc/vpc-private.tf"].(os.FileInfo), fs["/aws/cluster/vpc/vpc-public.tf"].(os.FileInfo), fs["/aws/cluster/vpc/vpc.tf"].(os.FileInfo), @@ -2542,20 +3104,17 @@ var Assets = func() http.FileSystem { fs["/baremetal"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/baremetal/OWNERS"].(os.FileInfo), fs["/baremetal/bootstrap"].(os.FileInfo), - fs["/baremetal/main.tf"].(os.FileInfo), fs["/baremetal/masters"].(os.FileInfo), fs["/baremetal/variables-baremetal.tf"].(os.FileInfo), - fs["/baremetal/versions.tf"].(os.FileInfo), } fs["/baremetal/bootstrap"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/baremetal/bootstrap/README.md"].(os.FileInfo), fs["/baremetal/bootstrap/main.tf"].(os.FileInfo), - fs["/baremetal/bootstrap/variables.tf"].(os.FileInfo), fs["/baremetal/bootstrap/versions.tf"].(os.FileInfo), } fs["/baremetal/masters"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/baremetal/masters/main.tf"].(os.FileInfo), - fs["/baremetal/masters/variables.tf"].(os.FileInfo), + fs["/baremetal/masters/outputs.tf"].(os.FileInfo), fs["/baremetal/masters/versions.tf"].(os.FileInfo), } fs["/bootstrap"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ @@ -2721,7 +3280,6 @@ var Assets = func() http.FileSystem { fs["/bootstrap/files/etc/systemd/system.conf.d"].(os.FileInfo), } fs["/bootstrap/files/etc/systemd/system.conf.d"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/bootstrap/files/etc/systemd/system.conf.d/10-default-env-godebug.conf.template"].(os.FileInfo), fs["/bootstrap/files/etc/systemd/system.conf.d/10-default-env.conf.template"].(os.FileInfo), } fs["/bootstrap/files/root"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ @@ -2840,6 +3398,11 @@ var Assets = func() http.FileSystem { fs["/bootstrap/vsphere/files/etc/NetworkManager/dispatcher.d"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/bootstrap/vsphere/files/etc/NetworkManager/dispatcher.d/30-local-dns-prepender.template"].(os.FileInfo), } + fs["/coreos"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/coreos/OWNERS"].(os.FileInfo), + fs["/coreos/fcos.json"].(os.FileInfo), + fs["/coreos/rhcos.json"].(os.FileInfo), + } fs["/gcp"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/gcp/OWNERS"].(os.FileInfo), fs["/gcp/bootstrap"].(os.FileInfo), @@ -2851,6 +3414,7 @@ var Assets = func() http.FileSystem { fs["/gcp/bootstrap/main.tf"].(os.FileInfo), fs["/gcp/bootstrap/outputs.tf"].(os.FileInfo), fs["/gcp/bootstrap/variables.tf"].(os.FileInfo), + fs["/gcp/bootstrap/versions.tf"].(os.FileInfo), } fs["/gcp/cluster"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/gcp/cluster/dns"].(os.FileInfo), @@ -2859,19 +3423,23 @@ var Assets = func() http.FileSystem { fs["/gcp/cluster/master"].(os.FileInfo), fs["/gcp/cluster/network"].(os.FileInfo), fs["/gcp/cluster/outputs.tf"].(os.FileInfo), + fs["/gcp/cluster/versions.tf"].(os.FileInfo), } fs["/gcp/cluster/dns"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/gcp/cluster/dns/base.tf"].(os.FileInfo), fs["/gcp/cluster/dns/variables.tf"].(os.FileInfo), + fs["/gcp/cluster/dns/versions.tf"].(os.FileInfo), } fs["/gcp/cluster/iam"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/gcp/cluster/iam/main.tf"].(os.FileInfo), fs["/gcp/cluster/iam/variables.tf"].(os.FileInfo), + fs["/gcp/cluster/iam/versions.tf"].(os.FileInfo), } fs["/gcp/cluster/master"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/gcp/cluster/master/main.tf"].(os.FileInfo), fs["/gcp/cluster/master/outputs.tf"].(os.FileInfo), fs["/gcp/cluster/master/variables.tf"].(os.FileInfo), + fs["/gcp/cluster/master/versions.tf"].(os.FileInfo), } fs["/gcp/cluster/network"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/gcp/cluster/network/common.tf"].(os.FileInfo), @@ -2881,10 +3449,12 @@ var Assets = func() http.FileSystem { fs["/gcp/cluster/network/network.tf"].(os.FileInfo), fs["/gcp/cluster/network/outputs.tf"].(os.FileInfo), fs["/gcp/cluster/network/variables.tf"].(os.FileInfo), + fs["/gcp/cluster/network/versions.tf"].(os.FileInfo), } fs["/gcp/post-bootstrap"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/gcp/post-bootstrap/main.tf"].(os.FileInfo), fs["/gcp/post-bootstrap/variables.tf"].(os.FileInfo), + fs["/gcp/post-bootstrap/versions.tf"].(os.FileInfo), } fs["/ibmcloud"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/ibmcloud/OWNERS"].(os.FileInfo), @@ -2897,8 +3467,10 @@ var Assets = func() http.FileSystem { fs["/ibmcloud/bootstrap/common.tf"].(os.FileInfo), fs["/ibmcloud/bootstrap/ignition.tf"].(os.FileInfo), fs["/ibmcloud/bootstrap/main.tf"].(os.FileInfo), + fs["/ibmcloud/bootstrap/outputs.tf"].(os.FileInfo), fs["/ibmcloud/bootstrap/templates"].(os.FileInfo), fs["/ibmcloud/bootstrap/variables.tf"].(os.FileInfo), + fs["/ibmcloud/bootstrap/versions.tf"].(os.FileInfo), } fs["/ibmcloud/bootstrap/templates"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/ibmcloud/bootstrap/templates/bootstrap.ign"].(os.FileInfo), @@ -2906,24 +3478,36 @@ var Assets = func() http.FileSystem { fs["/ibmcloud/master"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/ibmcloud/master/common.tf"].(os.FileInfo), fs["/ibmcloud/master/main.tf"].(os.FileInfo), + fs["/ibmcloud/master/outputs.tf"].(os.FileInfo), fs["/ibmcloud/master/variables.tf"].(os.FileInfo), + fs["/ibmcloud/master/versions.tf"].(os.FileInfo), } fs["/ibmcloud/network"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/ibmcloud/network/cis"].(os.FileInfo), fs["/ibmcloud/network/common.tf"].(os.FileInfo), + fs["/ibmcloud/network/dhost"].(os.FileInfo), fs["/ibmcloud/network/image"].(os.FileInfo), fs["/ibmcloud/network/main.tf"].(os.FileInfo), fs["/ibmcloud/network/outputs.tf"].(os.FileInfo), + fs["/ibmcloud/network/versions.tf"].(os.FileInfo), fs["/ibmcloud/network/vpc"].(os.FileInfo), } fs["/ibmcloud/network/cis"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/ibmcloud/network/cis/main.tf"].(os.FileInfo), fs["/ibmcloud/network/cis/variables.tf"].(os.FileInfo), + fs["/ibmcloud/network/cis/versions.tf"].(os.FileInfo), + } + fs["/ibmcloud/network/dhost"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/ibmcloud/network/dhost/main.tf"].(os.FileInfo), + fs["/ibmcloud/network/dhost/outputs.tf"].(os.FileInfo), + fs["/ibmcloud/network/dhost/variables.tf"].(os.FileInfo), + fs["/ibmcloud/network/dhost/versions.tf"].(os.FileInfo), } fs["/ibmcloud/network/image"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/ibmcloud/network/image/main.tf"].(os.FileInfo), fs["/ibmcloud/network/image/outputs.tf"].(os.FileInfo), fs["/ibmcloud/network/image/variables.tf"].(os.FileInfo), + fs["/ibmcloud/network/image/versions.tf"].(os.FileInfo), } fs["/ibmcloud/network/vpc"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/ibmcloud/network/vpc/lb-private.tf"].(os.FileInfo), @@ -2931,31 +3515,32 @@ var Assets = func() http.FileSystem { fs["/ibmcloud/network/vpc/outputs.tf"].(os.FileInfo), fs["/ibmcloud/network/vpc/security-groups.tf"].(os.FileInfo), fs["/ibmcloud/network/vpc/variables.tf"].(os.FileInfo), + fs["/ibmcloud/network/vpc/versions.tf"].(os.FileInfo), fs["/ibmcloud/network/vpc/vpc.tf"].(os.FileInfo), } fs["/libvirt"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/libvirt/OWNERS"].(os.FileInfo), fs["/libvirt/bootstrap"].(os.FileInfo), - fs["/libvirt/main.tf"].(os.FileInfo), + fs["/libvirt/cluster"].(os.FileInfo), fs["/libvirt/variables-libvirt.tf"].(os.FileInfo), - fs["/libvirt/volume"].(os.FileInfo), } fs["/libvirt/bootstrap"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/libvirt/bootstrap/README.md"].(os.FileInfo), fs["/libvirt/bootstrap/main.tf"].(os.FileInfo), + fs["/libvirt/bootstrap/output.tf"].(os.FileInfo), fs["/libvirt/bootstrap/variables.tf"].(os.FileInfo), + fs["/libvirt/bootstrap/versions.tf"].(os.FileInfo), } - fs["/libvirt/volume"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/libvirt/volume/main.tf"].(os.FileInfo), - fs["/libvirt/volume/outputs.tf"].(os.FileInfo), - fs["/libvirt/volume/variables.tf"].(os.FileInfo), + fs["/libvirt/cluster"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/libvirt/cluster/main.tf"].(os.FileInfo), + fs["/libvirt/cluster/output.tf"].(os.FileInfo), + fs["/libvirt/cluster/versions.tf"].(os.FileInfo), } fs["/manifests"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/manifests/bootkube"].(os.FileInfo), fs["/manifests/openshift"].(os.FileInfo), } fs["/manifests/bootkube"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/manifests/bootkube/04-openshift-machine-config-operator.yaml"].(os.FileInfo), fs["/manifests/bootkube/aro-imageregistry.yaml.template"].(os.FileInfo), fs["/manifests/bootkube/aro-ingress-namespace.yaml"].(os.FileInfo), fs["/manifests/bootkube/aro-ingress-service.yaml.template"].(os.FileInfo), @@ -2980,73 +3565,92 @@ var Assets = func() http.FileSystem { fs["/openstack"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/openstack/OWNERS"].(os.FileInfo), fs["/openstack/bootstrap"].(os.FileInfo), - fs["/openstack/main.tf"].(os.FileInfo), fs["/openstack/masters"].(os.FileInfo), - fs["/openstack/topology"].(os.FileInfo), fs["/openstack/variables-openstack.tf"].(os.FileInfo), } fs["/openstack/bootstrap"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/openstack/bootstrap/main.tf"].(os.FileInfo), + fs["/openstack/bootstrap/outputs.tf"].(os.FileInfo), fs["/openstack/bootstrap/variables.tf"].(os.FileInfo), + fs["/openstack/bootstrap/versions.tf"].(os.FileInfo), } fs["/openstack/masters"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/openstack/masters/common.tf"].(os.FileInfo), fs["/openstack/masters/main.tf"].(os.FileInfo), - fs["/openstack/masters/variables.tf"].(os.FileInfo), - } - fs["/openstack/topology"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/openstack/topology/common.tf"].(os.FileInfo), - fs["/openstack/topology/outputs.tf"].(os.FileInfo), - fs["/openstack/topology/private-network.tf"].(os.FileInfo), - fs["/openstack/topology/sg-master.tf"].(os.FileInfo), - fs["/openstack/topology/sg-worker.tf"].(os.FileInfo), - fs["/openstack/topology/variables.tf"].(os.FileInfo), + fs["/openstack/masters/outputs.tf"].(os.FileInfo), + fs["/openstack/masters/private-network.tf"].(os.FileInfo), + fs["/openstack/masters/sg-master.tf"].(os.FileInfo), + fs["/openstack/masters/sg-worker.tf"].(os.FileInfo), + fs["/openstack/masters/versions.tf"].(os.FileInfo), } fs["/ovirt"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/ovirt/OWNERS"].(os.FileInfo), - fs["/ovirt/affinity_group"].(os.FileInfo), fs["/ovirt/bootstrap"].(os.FileInfo), - fs["/ovirt/main.tf"].(os.FileInfo), - fs["/ovirt/masters"].(os.FileInfo), - fs["/ovirt/template"].(os.FileInfo), + fs["/ovirt/cluster"].(os.FileInfo), + fs["/ovirt/image"].(os.FileInfo), fs["/ovirt/variables-ovirt.tf"].(os.FileInfo), - fs["/ovirt/versions.tf"].(os.FileInfo), - } - fs["/ovirt/affinity_group"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/ovirt/affinity_group/main.tf"].(os.FileInfo), - fs["/ovirt/affinity_group/outputs.tf"].(os.FileInfo), - fs["/ovirt/affinity_group/variables.tf"].(os.FileInfo), } fs["/ovirt/bootstrap"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/ovirt/bootstrap/main.tf"].(os.FileInfo), + fs["/ovirt/bootstrap/outputs.tf"].(os.FileInfo), fs["/ovirt/bootstrap/variables.tf"].(os.FileInfo), fs["/ovirt/bootstrap/versions.tf"].(os.FileInfo), } - fs["/ovirt/masters"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/ovirt/masters/main.tf"].(os.FileInfo), - fs["/ovirt/masters/variables.tf"].(os.FileInfo), + fs["/ovirt/cluster"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/ovirt/cluster/affinity_group"].(os.FileInfo), + fs["/ovirt/cluster/main.tf"].(os.FileInfo), + fs["/ovirt/cluster/masters"].(os.FileInfo), + fs["/ovirt/cluster/outputs.tf"].(os.FileInfo), + fs["/ovirt/cluster/template"].(os.FileInfo), + fs["/ovirt/cluster/variables.tf"].(os.FileInfo), + fs["/ovirt/cluster/versions.tf"].(os.FileInfo), } - fs["/ovirt/template"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ - fs["/ovirt/template/main.tf"].(os.FileInfo), - fs["/ovirt/template/outputs.tf"].(os.FileInfo), - fs["/ovirt/template/variables.tf"].(os.FileInfo), - fs["/ovirt/template/versions.tf"].(os.FileInfo), + fs["/ovirt/cluster/affinity_group"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/ovirt/cluster/affinity_group/main.tf"].(os.FileInfo), + fs["/ovirt/cluster/affinity_group/outputs.tf"].(os.FileInfo), + fs["/ovirt/cluster/affinity_group/variables.tf"].(os.FileInfo), + fs["/ovirt/cluster/affinity_group/versions.tf"].(os.FileInfo), + } + fs["/ovirt/cluster/masters"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/ovirt/cluster/masters/main.tf"].(os.FileInfo), + fs["/ovirt/cluster/masters/outputs.tf"].(os.FileInfo), + fs["/ovirt/cluster/masters/variables.tf"].(os.FileInfo), + fs["/ovirt/cluster/masters/versions.tf"].(os.FileInfo), + } + fs["/ovirt/cluster/template"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/ovirt/cluster/template/main.tf"].(os.FileInfo), + fs["/ovirt/cluster/template/outputs.tf"].(os.FileInfo), + fs["/ovirt/cluster/template/variables.tf"].(os.FileInfo), + fs["/ovirt/cluster/template/versions.tf"].(os.FileInfo), + } + fs["/ovirt/image"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/ovirt/image/main.tf"].(os.FileInfo), + fs["/ovirt/image/outputs.tf"].(os.FileInfo), + fs["/ovirt/image/versions.tf"].(os.FileInfo), } fs["/vsphere"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/vsphere/bootstrap"].(os.FileInfo), - fs["/vsphere/main.tf"].(os.FileInfo), fs["/vsphere/master"].(os.FileInfo), + fs["/vsphere/pre-bootstrap"].(os.FileInfo), fs["/vsphere/variables-vsphere.tf"].(os.FileInfo), - fs["/vsphere/versions.tf"].(os.FileInfo), } fs["/vsphere/bootstrap"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/vsphere/bootstrap/main.tf"].(os.FileInfo), + fs["/vsphere/bootstrap/outputs.tf"].(os.FileInfo), fs["/vsphere/bootstrap/variables.tf"].(os.FileInfo), + fs["/vsphere/bootstrap/versions.tf"].(os.FileInfo), } fs["/vsphere/master"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ fs["/vsphere/master/main.tf"].(os.FileInfo), + fs["/vsphere/master/outputs.tf"].(os.FileInfo), fs["/vsphere/master/variables.tf"].(os.FileInfo), fs["/vsphere/master/versions.tf"].(os.FileInfo), } + fs["/vsphere/pre-bootstrap"].(*vfsgen۰DirInfo).entries = []os.FileInfo{ + fs["/vsphere/pre-bootstrap/main.tf"].(os.FileInfo), + fs["/vsphere/pre-bootstrap/outputs.tf"].(os.FileInfo), + fs["/vsphere/pre-bootstrap/versions.tf"].(os.FileInfo), + } return fs }() diff --git a/vendor/github.com/openshift/installer/pkg/asset/cluster/azure/azure.go b/vendor/github.com/openshift/installer/pkg/asset/cluster/azure/azure.go index 8707e7d02..a3a84926d 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/cluster/azure/azure.go +++ b/vendor/github.com/openshift/installer/pkg/asset/cluster/azure/azure.go @@ -24,7 +24,6 @@ func Metadata(config *types.InstallConfig) *azure.Metadata { Region: config.Platform.Azure.Region, ResourceGroupName: config.Azure.ResourceGroupName, BaseDomainResourceGroupName: config.Azure.BaseDomainResourceGroupName, - ClusterName: config.ClusterName, } } diff --git a/vendor/github.com/openshift/installer/pkg/asset/cluster/ibmcloud/ibmcloud.go b/vendor/github.com/openshift/installer/pkg/asset/cluster/ibmcloud/ibmcloud.go index cd836159a..c47da384c 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/cluster/ibmcloud/ibmcloud.go +++ b/vendor/github.com/openshift/installer/pkg/asset/cluster/ibmcloud/ibmcloud.go @@ -20,7 +20,5 @@ func Metadata(infraID string, config *types.InstallConfig, meta *icibmcloud.Meta CISInstanceCRN: cisCrn, Region: config.Platform.IBMCloud.Region, ResourceGroupName: config.Platform.IBMCloud.ClusterResourceGroupName(infraID), - Subnets: config.Platform.IBMCloud.Subnets, - VPC: config.Platform.IBMCloud.VPC, } } diff --git a/vendor/github.com/openshift/installer/pkg/asset/cluster/metadata.go b/vendor/github.com/openshift/installer/pkg/asset/cluster/metadata.go index 1d27379af..fadc5b710 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/cluster/metadata.go +++ b/vendor/github.com/openshift/installer/pkg/asset/cluster/metadata.go @@ -8,6 +8,7 @@ import ( "github.com/pkg/errors" "github.com/openshift/installer/pkg/asset" + "github.com/openshift/installer/pkg/asset/cluster/alibabacloud" "github.com/openshift/installer/pkg/asset/cluster/aws" "github.com/openshift/installer/pkg/asset/cluster/azure" "github.com/openshift/installer/pkg/asset/cluster/baremetal" @@ -20,6 +21,7 @@ import ( "github.com/openshift/installer/pkg/asset/ignition/bootstrap" "github.com/openshift/installer/pkg/asset/installconfig" "github.com/openshift/installer/pkg/types" + alibabacloudtypes "github.com/openshift/installer/pkg/types/alibabacloud" awstypes "github.com/openshift/installer/pkg/types/aws" azuretypes "github.com/openshift/installer/pkg/types/azure" baremetaltypes "github.com/openshift/installer/pkg/types/baremetal" @@ -89,6 +91,8 @@ func (m *Metadata) Generate(parents asset.Parents) (err error) { metadata.ClusterPlatformMetadata.Ovirt = ovirt.Metadata(installConfig.Config) case vspheretypes.Name: metadata.ClusterPlatformMetadata.VSphere = vsphere.Metadata(installConfig.Config) + case alibabacloudtypes.Name: + metadata.ClusterPlatformMetadata.AlibabaCloud = alibabacloud.Metadata(installConfig.Config) case nonetypes.Name: default: return errors.Errorf("no known platform") diff --git a/vendor/github.com/openshift/installer/pkg/asset/cluster/tfvars.go b/vendor/github.com/openshift/installer/pkg/asset/cluster/tfvars.go index aa441bcb6..0e9cdd05b 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/cluster/tfvars.go +++ b/vendor/github.com/openshift/installer/pkg/asset/cluster/tfvars.go @@ -4,24 +4,22 @@ import ( "context" "encoding/json" "fmt" - "io/ioutil" "os" "strings" igntypes "github.com/coreos/ignition/v2/config/v3_2/types" coreosarch "github.com/coreos/stream-metadata-go/arch" "github.com/ghodss/yaml" - gcpprovider "github.com/openshift/cluster-api-provider-gcp/pkg/apis/gcpprovider/v1beta1" + ibmcloudprovider "github.com/openshift/cluster-api-provider-ibmcloud/pkg/apis/ibmcloudprovider/v1beta1" libvirtprovider "github.com/openshift/cluster-api-provider-libvirt/pkg/apis/libvirtproviderconfig/v1beta1" ovirtprovider "github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1" - vsphereprovider "github.com/openshift/machine-api-operator/pkg/apis/vsphereprovider/v1beta1" "github.com/pkg/errors" "github.com/sirupsen/logrus" awsprovider "sigs.k8s.io/cluster-api-provider-aws/pkg/apis/awsprovider/v1beta1" - azureprovider "sigs.k8s.io/cluster-api-provider-azure/pkg/apis/azureprovider/v1beta1" - openstackprovider "sigs.k8s.io/cluster-api-provider-openstack/pkg/apis/openstackproviderconfig/v1alpha1" configv1 "github.com/openshift/api/config/v1" + machinev1 "github.com/openshift/api/machine/v1" + machinev1beta1 "github.com/openshift/api/machine/v1beta1" "github.com/openshift/installer/pkg/asset" "github.com/openshift/installer/pkg/asset/ignition" "github.com/openshift/installer/pkg/asset/ignition/bootstrap" @@ -30,7 +28,6 @@ import ( "github.com/openshift/installer/pkg/asset/installconfig" awsconfig "github.com/openshift/installer/pkg/asset/installconfig/aws" gcpconfig "github.com/openshift/installer/pkg/asset/installconfig/gcp" - openstackconfig "github.com/openshift/installer/pkg/asset/installconfig/openstack" ovirtconfig "github.com/openshift/installer/pkg/asset/installconfig/ovirt" "github.com/openshift/installer/pkg/asset/machines" "github.com/openshift/installer/pkg/asset/manifests" @@ -38,6 +35,7 @@ import ( "github.com/openshift/installer/pkg/asset/rhcos" rhcospkg "github.com/openshift/installer/pkg/rhcos" "github.com/openshift/installer/pkg/tfvars" + alibabacloudtfvars "github.com/openshift/installer/pkg/tfvars/alibabacloud" awstfvars "github.com/openshift/installer/pkg/tfvars/aws" azuretfvars "github.com/openshift/installer/pkg/tfvars/azure" baremetaltfvars "github.com/openshift/installer/pkg/tfvars/baremetal" @@ -48,6 +46,7 @@ import ( ovirttfvars "github.com/openshift/installer/pkg/tfvars/ovirt" vspheretfvars "github.com/openshift/installer/pkg/tfvars/vsphere" "github.com/openshift/installer/pkg/types" + "github.com/openshift/installer/pkg/types/alibabacloud" "github.com/openshift/installer/pkg/types/aws" "github.com/openshift/installer/pkg/types/azure" "github.com/openshift/installer/pkg/types/baremetal" @@ -64,11 +63,11 @@ const ( // TfVarsFileName is the filename for Terraform variables. TfVarsFileName = "terraform.tfvars.json" - // TfPlatformVarsFileName is a template for platform-specific + // TfPlatformVarsFileName is the name for platform-specific // Terraform variable files. // // https://www.terraform.io/docs/configuration/variables.html#variable-files - TfPlatformVarsFileName = "terraform.%s.auto.tfvars.json" + TfPlatformVarsFileName = "terraform.platform.auto.tfvars.json" tfvarsAssetName = "Terraform Variables" ) @@ -291,7 +290,7 @@ func (t *TerraformVariables) Generate(parents asset.Parents) error { return errors.Wrapf(err, "failed to get %s Terraform variables", platform) } t.FileList = append(t.FileList, &asset.File{ - Filename: fmt.Sprintf(TfPlatformVarsFileName, platform), + Filename: TfPlatformVarsFileName, Data: data, }) case azure.Name: @@ -310,40 +309,55 @@ func (t *TerraformVariables) Generate(parents asset.Parents) error { if err != nil { return err } - masterConfigs := make([]*azureprovider.AzureMachineProviderSpec, len(masters)) + masterConfigs := make([]*machinev1beta1.AzureMachineProviderSpec, len(masters)) for i, m := range masters { - masterConfigs[i] = m.Spec.ProviderSpec.Value.Object.(*azureprovider.AzureMachineProviderSpec) + masterConfigs[i] = m.Spec.ProviderSpec.Value.Object.(*machinev1beta1.AzureMachineProviderSpec) } workers, err := workersAsset.MachineSets() if err != nil { return err } - workerConfigs := make([]*azureprovider.AzureMachineProviderSpec, len(workers)) + workerConfigs := make([]*machinev1beta1.AzureMachineProviderSpec, len(workers)) for i, w := range workers { - workerConfigs[i] = w.Spec.Template.Spec.ProviderSpec.Value.Object.(*azureprovider.AzureMachineProviderSpec) + workerConfigs[i] = w.Spec.Template.Spec.ProviderSpec.Value.Object.(*machinev1beta1.AzureMachineProviderSpec) } preexistingnetwork := installConfig.Config.Azure.VirtualNetwork != "" + + var bootstrapIgnStub, bootstrapIgnURLPlaceholder string + if installConfig.Azure.CloudName == azure.StackCloud { + // Due to the SAS created in Terraform to limit access to bootstrap ignition, we cannot know the URL in advance. + // Instead, we will pass a placeholder string in the ignition to be replaced in TF once the value is known. + bootstrapIgnURLPlaceholder = "BOOTSTRAP_IGNITION_URL_PLACEHOLDER" + shim, err := bootstrap.GenerateIgnitionShimWithCertBundle(bootstrapIgnURLPlaceholder, installConfig.Config.AdditionalTrustBundle) + if err != nil { + return errors.Wrap(err, "failed to create stub Ignition config for bootstrap") + } + bootstrapIgnStub = string(shim) + } + data, err := azuretfvars.TFVars( azuretfvars.TFVarsSources{ - Auth: auth, - CloudName: installConfig.Config.Azure.CloudName, - ARMEndpoint: installConfig.Config.Azure.ARMEndpoint, - ResourceGroupName: installConfig.Config.Azure.ResourceGroupName, - BaseDomainResourceGroupName: installConfig.Config.Azure.BaseDomainResourceGroupName, - MasterConfigs: masterConfigs, - WorkerConfigs: workerConfigs, - ImageURL: string(*rhcosImage), - PreexistingNetwork: preexistingnetwork, - Publish: installConfig.Config.Publish, - OutboundType: installConfig.Config.Azure.OutboundType, + Auth: auth, + CloudName: installConfig.Config.Azure.CloudName, + ARMEndpoint: installConfig.Config.Azure.ARMEndpoint, + ResourceGroupName: installConfig.Config.Azure.ResourceGroupName, + BaseDomainResourceGroupName: installConfig.Config.Azure.BaseDomainResourceGroupName, + MasterConfigs: masterConfigs, + WorkerConfigs: workerConfigs, + ImageURL: string(*rhcosImage), + PreexistingNetwork: preexistingnetwork, + Publish: installConfig.Config.Publish, + OutboundType: installConfig.Config.Azure.OutboundType, + BootstrapIgnStub: bootstrapIgnStub, + BootstrapIgnitionURLPlaceholder: bootstrapIgnURLPlaceholder, }, ) if err != nil { return errors.Wrapf(err, "failed to get %s Terraform variables", platform) } t.FileList = append(t.FileList, &asset.File{ - Filename: fmt.Sprintf(TfPlatformVarsFileName, platform), + Filename: TfPlatformVarsFileName, Data: data, }) case gcp.Name: @@ -361,17 +375,17 @@ func (t *TerraformVariables) Generate(parents asset.Parents) error { if err != nil { return err } - masterConfigs := make([]*gcpprovider.GCPMachineProviderSpec, len(masters)) + masterConfigs := make([]*machinev1beta1.GCPMachineProviderSpec, len(masters)) for i, m := range masters { - masterConfigs[i] = m.Spec.ProviderSpec.Value.Object.(*gcpprovider.GCPMachineProviderSpec) + masterConfigs[i] = m.Spec.ProviderSpec.Value.Object.(*machinev1beta1.GCPMachineProviderSpec) } workers, err := workersAsset.MachineSets() if err != nil { return err } - workerConfigs := make([]*gcpprovider.GCPMachineProviderSpec, len(workers)) + workerConfigs := make([]*machinev1beta1.GCPMachineProviderSpec, len(workers)) for i, w := range workers { - workerConfigs[i] = w.Spec.Template.Spec.ProviderSpec.Value.Object.(*gcpprovider.GCPMachineProviderSpec) + workerConfigs[i] = w.Spec.Template.Spec.ProviderSpec.Value.Object.(*machinev1beta1.GCPMachineProviderSpec) } if installConfig.Config.Publish == types.ExternalPublishingStrategy { publicZone, err := gcpconfig.GetPublicZone(ctx, installConfig.Config.GCP.ProjectID, installConfig.Config.BaseDomain) @@ -416,7 +430,7 @@ func (t *TerraformVariables) Generate(parents asset.Parents) error { return errors.Wrapf(err, "failed to get %s Terraform variables", platform) } t.FileList = append(t.FileList, &asset.File{ - Filename: fmt.Sprintf(TfPlatformVarsFileName, platform), + Filename: TfPlatformVarsFileName, Data: data, }) case ibmcloud.Name: @@ -428,29 +442,73 @@ func (t *TerraformVariables) Generate(parents asset.Parents) error { APIKey: client.Authenticator.ApiKey, } - // TODO: IBM: Get master and worker machine info - // masters, err := mastersAsset.Machines() - // if err != nil { - // return err - // } - // masterConfigs := make([]*ibmcloudprovider.IBMCloudMachineProviderSpec, len(masters)) - // for i, m := range masters { - // masterConfigs[i] = m.Spec.ProviderSpec.Value.Object.(*ibmcloudprovider.IBMCloudMachineProviderSpec) - // } - // workers, err := workersAsset.MachineSets() - // if err != nil { - // return err - // } - // workerConfigs := make([]*ibmcloudprovider.IBMCloudMachineProviderSpec, len(workers)) - // for i, w := range workers { - // workerConfigs[i] = w.Spec.Template.Spec.ProviderSpec.Value.Object.(*ibmcloudprovider.IBMCloudMachineProviderSpec) - // } - - // TODO: IBM: Fetch config from masterConfig instead - zones, err := client.GetVPCZonesForRegion(ctx, installConfig.Config.Platform.IBMCloud.Region) + // Get master and worker machine info + masters, err := mastersAsset.Machines() if err != nil { return err } + masterConfigs := make([]*ibmcloudprovider.IBMCloudMachineProviderSpec, len(masters)) + for i, m := range masters { + masterConfigs[i] = m.Spec.ProviderSpec.Value.Object.(*ibmcloudprovider.IBMCloudMachineProviderSpec) + } + workers, err := workersAsset.MachineSets() + if err != nil { + return err + } + workerConfigs := make([]*ibmcloudprovider.IBMCloudMachineProviderSpec, len(workers)) + for i, w := range workers { + workerConfigs[i] = w.Spec.Template.Spec.ProviderSpec.Value.Object.(*ibmcloudprovider.IBMCloudMachineProviderSpec) + } + + // Set machine pool info + var masterMachinePool ibmcloud.MachinePool + var workerMachinePool ibmcloud.MachinePool + if installConfig.Config.Platform.IBMCloud.DefaultMachinePlatform != nil { + masterMachinePool.Set(installConfig.Config.Platform.IBMCloud.DefaultMachinePlatform) + workerMachinePool.Set(installConfig.Config.Platform.IBMCloud.DefaultMachinePlatform) + } + if installConfig.Config.ControlPlane.Platform.IBMCloud != nil { + masterMachinePool.Set(installConfig.Config.ControlPlane.Platform.IBMCloud) + } + if worker := installConfig.Config.WorkerMachinePool(); worker != nil { + workerMachinePool.Set(worker.Platform.IBMCloud) + } + + // Get master dedicated host info + var masterDedicatedHosts []ibmcloudtfvars.DedicatedHost + for _, dhost := range masterMachinePool.DedicatedHosts { + if dhost.Name != "" { + dh, err := client.GetDedicatedHostByName(ctx, dhost.Name, installConfig.Config.Platform.IBMCloud.Region) + if err != nil { + return err + } + masterDedicatedHosts = append(masterDedicatedHosts, ibmcloudtfvars.DedicatedHost{ + ID: *dh.ID, + }) + } else { + masterDedicatedHosts = append(masterDedicatedHosts, ibmcloudtfvars.DedicatedHost{ + Profile: dhost.Profile, + }) + } + } + + // Get worker dedicated host info + var workerDedicatedHosts []ibmcloudtfvars.DedicatedHost + for _, dhost := range workerMachinePool.DedicatedHosts { + if dhost.Name != "" { + dh, err := client.GetDedicatedHostByName(ctx, dhost.Name, installConfig.Config.Platform.IBMCloud.Region) + if err != nil { + return err + } + workerDedicatedHosts = append(workerDedicatedHosts, ibmcloudtfvars.DedicatedHost{ + ID: *dh.ID, + }) + } else { + workerDedicatedHosts = append(workerDedicatedHosts, ibmcloudtfvars.DedicatedHost{ + Profile: dhost.Profile, + }) + } + } // Get CISInstanceCRN from InstallConfig metadata crn, err := installConfig.IBMCloud.CISInstanceCRN(ctx) @@ -460,23 +518,22 @@ func (t *TerraformVariables) Generate(parents asset.Parents) error { data, err = ibmcloudtfvars.TFVars( ibmcloudtfvars.TFVarsSources{ - Auth: auth, - CISInstanceCRN: crn, - PublishStrategy: installConfig.Config.Publish, - ResourceGroupName: installConfig.Config.Platform.IBMCloud.ResourceGroupName, - - // TODO: IBM: Fetch config from masterConfig instead - Region: installConfig.Config.Platform.IBMCloud.Region, - MachineType: "bx2d-4x16", - MasterAvailabilityZones: zones, - ImageURL: string(*rhcosImage), + Auth: auth, + CISInstanceCRN: crn, + ImageURL: string(*rhcosImage), + MasterConfigs: masterConfigs, + MasterDedicatedHosts: masterDedicatedHosts, + PublishStrategy: installConfig.Config.Publish, + ResourceGroupName: installConfig.Config.Platform.IBMCloud.ResourceGroupName, + WorkerConfigs: workerConfigs, + WorkerDedicatedHosts: workerDedicatedHosts, }, ) if err != nil { return errors.Wrapf(err, "failed to get %s Terraform variables", platform) } t.FileList = append(t.FileList, &asset.File{ - Filename: fmt.Sprintf(TfPlatformVarsFileName, platform), + Filename: TfPlatformVarsFileName, Data: data, }) case libvirt.Name: @@ -508,57 +565,23 @@ func (t *TerraformVariables) Generate(parents asset.Parents) error { return errors.Wrapf(err, "failed to get %s Terraform variables", platform) } t.FileList = append(t.FileList, &asset.File{ - Filename: fmt.Sprintf(TfPlatformVarsFileName, platform), + Filename: TfPlatformVarsFileName, Data: data, }) case openstack.Name: - cloud, err := openstackconfig.GetSession(installConfig.Config.Platform.OpenStack.Cloud) - if err != nil { - return errors.Wrap(err, "failed to get cloud config for openstack") - } - var caCert string - // Get the ca-cert-bundle key if there is a value for cacert in clouds.yaml - if caPath := cloud.CloudConfig.CACertFile; caPath != "" { - caFile, err := ioutil.ReadFile(caPath) - if err != nil { - return errors.Wrap(err, "failed to read clouds.yaml ca-cert from disk") - } - caCert = string(caFile) - } - - masters, err := mastersAsset.Machines() - if err != nil { - return err - } - - var masterSpecs []*openstackprovider.OpenstackProviderSpec - for _, master := range masters { - masterSpecs = append(masterSpecs, master.Spec.ProviderSpec.Value.Object.(*openstackprovider.OpenstackProviderSpec)) - } data, err = openstacktfvars.TFVars( - masterSpecs, - installConfig.Config.Platform.OpenStack.Cloud, - installConfig.Config.Platform.OpenStack.ExternalNetwork, - installConfig.Config.Platform.OpenStack.ExternalDNS, - installConfig.Config.Platform.OpenStack.APIFloatingIP, - installConfig.Config.Platform.OpenStack.IngressFloatingIP, - installConfig.Config.Platform.OpenStack.APIVIP, - installConfig.Config.Platform.OpenStack.IngressVIP, + installConfig, + mastersAsset, + workersAsset, string(*rhcosImage), - installConfig.Config.Platform.OpenStack.ClusterOSImageProperties, - clusterID.InfraID, - caCert, + clusterID, bootstrapIgn, - installConfig.Config.ControlPlane.Platform.OpenStack, - installConfig.Config.OpenStack.DefaultMachinePlatform, - installConfig.Config.Platform.OpenStack.MachinesSubnet, - installConfig.Config.Proxy, ) if err != nil { return errors.Wrapf(err, "failed to get %s Terraform variables", platform) } t.FileList = append(t.FileList, &asset.File{ - Filename: fmt.Sprintf(TfPlatformVarsFileName, platform), + Filename: TfPlatformVarsFileName, Data: data, }) case baremetal.Name: @@ -570,6 +593,7 @@ func (t *TerraformVariables) Generate(parents asset.Parents) error { } data, err = baremetaltfvars.TFVars( + *installConfig.Config.ControlPlane.Replicas, installConfig.Config.Platform.BareMetal.LibvirtURI, installConfig.Config.Platform.BareMetal.APIVIP, imageCacheIP, @@ -588,7 +612,7 @@ func (t *TerraformVariables) Generate(parents asset.Parents) error { return errors.Wrapf(err, "failed to get %s Terraform variables", platform) } t.FileList = append(t.FileList, &asset.File{ - Filename: fmt.Sprintf(TfPlatformVarsFileName, platform), + Filename: TfPlatformVarsFileName, Data: data, }) case ovirt.Name: @@ -645,7 +669,7 @@ func (t *TerraformVariables) Generate(parents asset.Parents) error { return errors.Wrapf(err, "failed to get %s Terraform variables", platform) } t.FileList = append(t.FileList, &asset.File{ - Filename: fmt.Sprintf(TfPlatformVarsFileName, platform), + Filename: TfPlatformVarsFileName, Data: data, }) case vsphere.Name: @@ -653,9 +677,9 @@ func (t *TerraformVariables) Generate(parents asset.Parents) error { if err != nil { return err } - controlPlaneConfigs := make([]*vsphereprovider.VSphereMachineProviderSpec, len(controlPlanes)) + controlPlaneConfigs := make([]*machinev1beta1.VSphereMachineProviderSpec, len(controlPlanes)) for i, c := range controlPlanes { - controlPlaneConfigs[i] = c.Spec.ProviderSpec.Value.Object.(*vsphereprovider.VSphereMachineProviderSpec) + controlPlaneConfigs[i] = c.Spec.ProviderSpec.Value.Object.(*machinev1beta1.VSphereMachineProviderSpec) } // Set this flag to use an existing folder specified in the install-config. Otherwise, create one. @@ -669,16 +693,85 @@ func (t *TerraformVariables) Generate(parents asset.Parents) error { Cluster: installConfig.Config.VSphere.Cluster, ImageURL: string(*rhcosImage), PreexistingFolder: preexistingFolder, + DiskType: installConfig.Config.Platform.VSphere.DiskType, }, ) if err != nil { return errors.Wrapf(err, "failed to get %s Terraform variables", platform) } t.FileList = append(t.FileList, &asset.File{ - Filename: fmt.Sprintf(TfPlatformVarsFileName, platform), + Filename: TfPlatformVarsFileName, Data: data, }) + case alibabacloud.Name: + client, err := installConfig.AlibabaCloud.Client() + if err != nil { + return errors.Wrapf(err, "failed to create new client use region %s", installConfig.Config.Platform.AlibabaCloud.Region) + } + bucket := fmt.Sprintf("%s-bootstrap", clusterID.InfraID) + object := "bootstrap.ign" + signURL, err := client.GetOSSObjectSignURL(bucket, object) + if err != nil { + return errors.Wrapf(err, "failed to get a presigned URL for OSS object %s", object) + } + auth := alibabacloudtfvars.Auth{ + AccessKey: client.AccessKeyID, + SecretKey: client.AccessKeySecret, + } + + masters, err := mastersAsset.Machines() + if err != nil { + return errors.Wrapf(err, "failed to get master machine info") + } + masterConfigs := make([]*machinev1.AlibabaCloudMachineProviderConfig, len(masters)) + for i, m := range masters { + masterConfigs[i] = m.Spec.ProviderSpec.Value.Object.(*machinev1.AlibabaCloudMachineProviderConfig) + } + workers, err := workersAsset.MachineSets() + if err != nil { + return errors.Wrapf(err, "failed to get worker machine info") + } + workerConfigs := make([]*machinev1.AlibabaCloudMachineProviderConfig, len(workers)) + for i, w := range workers { + workerConfigs[i] = w.Spec.Template.Spec.ProviderSpec.Value.Object.(*machinev1.AlibabaCloudMachineProviderConfig) + } + + natGatewayZones, err := client.ListEnhanhcedNatGatewayAvailableZones() + if err != nil { + return errors.Wrapf(err, "failed to list avaliable zones for NAT gateway") + } + natGatewayZoneID := natGatewayZones.Zones[0].ZoneId + + vswitchIDs := []string{} + if len(installConfig.Config.AlibabaCloud.VSwitchIDs) > 0 { + vswitchIDs = installConfig.Config.AlibabaCloud.VSwitchIDs + } + data, err := alibabacloudtfvars.TFVars( + alibabacloudtfvars.TFVarsSources{ + Auth: auth, + VpcID: installConfig.Config.AlibabaCloud.VpcID, + VSwitchIDs: vswitchIDs, + PrivateZoneID: installConfig.Config.AlibabaCloud.PrivateZoneID, + ResourceGroupID: installConfig.Config.AlibabaCloud.ResourceGroupID, + BaseDomain: installConfig.Config.BaseDomain, + NatGatewayZoneID: natGatewayZoneID, + MasterConfigs: masterConfigs, + WorkerConfigs: workerConfigs, + IgnitionBucket: bucket, + IgnitionPresignedURL: signURL, + AdditionalTrustBundle: installConfig.Config.AdditionalTrustBundle, + Architecture: installConfig.Config.ControlPlane.Architecture, + Publish: installConfig.Config.Publish, + }, + ) + if err != nil { + return errors.Wrapf(err, "failed to get %s Terraform variables", platform) + } + t.FileList = append(t.FileList, &asset.File{ + Filename: TfPlatformVarsFileName, + Data: data, + }) default: logrus.Warnf("unrecognized platform %s", platform) } @@ -702,11 +795,12 @@ func (t *TerraformVariables) Load(f asset.FileFetcher) (found bool, err error) { } t.FileList = []*asset.File{file} - fileList, err := f.FetchByPattern(fmt.Sprintf(TfPlatformVarsFileName, "*")) - if err != nil { + switch file, err := f.FetchByName(TfPlatformVarsFileName); { + case err == nil: + t.FileList = append(t.FileList, file) + case !os.IsNotExist(err): return false, err } - t.FileList = append(t.FileList, fileList...) return true, nil } diff --git a/vendor/github.com/openshift/installer/pkg/asset/ignition/bootstrap/bootstrap_ignition.go b/vendor/github.com/openshift/installer/pkg/asset/ignition/bootstrap/bootstrap_ignition.go deleted file mode 100644 index d26952002..000000000 --- a/vendor/github.com/openshift/installer/pkg/asset/ignition/bootstrap/bootstrap_ignition.go +++ /dev/null @@ -1,68 +0,0 @@ -package bootstrap - -import ( - "bytes" - "encoding/pem" - "fmt" - - ignutil "github.com/coreos/ignition/v2/config/util" - igntypes "github.com/coreos/ignition/v2/config/v3_2/types" - "github.com/openshift/installer/pkg/asset/ignition" - "github.com/vincent-petithory/dataurl" -) - -// parseCertificateBundle loads each certificate in the bundle to the Ingition -// carrier type, ignoring any invisible character before, after and in between -// certificates. -func parseCertificateBundle(userCA []byte) ([]igntypes.Resource, error) { - userCA = bytes.TrimSpace(userCA) - - var carefs []igntypes.Resource - for len(userCA) > 0 { - var block *pem.Block - block, userCA = pem.Decode(userCA) - if block == nil { - return nil, fmt.Errorf("unable to parse certificate, please check the certificates") - } - - carefs = append(carefs, igntypes.Resource{Source: ignutil.StrToPtr(dataurl.EncodeBytes(pem.EncodeToMemory(block)))}) - - userCA = bytes.TrimSpace(userCA) - } - - return carefs, nil -} - -// GenerateIgnitionShimWithCertBundle is used to generate an ignition file that contains a user ca bundle -// in its Security section. -func GenerateIgnitionShimWithCertBundle(bootstrapConfigURL string, userCA string) ([]byte, error) { - ign := igntypes.Config{ - Ignition: igntypes.Ignition{ - Version: igntypes.MaxVersion.String(), - Config: igntypes.IgnitionConfig{ - Replace: igntypes.Resource{ - Source: ignutil.StrToPtr(bootstrapConfigURL), - }, - }, - }, - } - - carefs, err := parseCertificateBundle([]byte(userCA)) - if err != nil { - return nil, err - } - if len(carefs) > 0 { - ign.Ignition.Security = igntypes.Security{ - TLS: igntypes.TLS{ - CertificateAuthorities: carefs, - }, - } - } - - data, err := ignition.Marshal(ign) - if err != nil { - return nil, err - } - - return data, nil -} diff --git a/vendor/github.com/openshift/installer/pkg/asset/installconfig/aws/regions.go b/vendor/github.com/openshift/installer/pkg/asset/installconfig/aws/regions.go index c00ad313a..878bb2e30 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/installconfig/aws/regions.go +++ b/vendor/github.com/openshift/installer/pkg/asset/installconfig/aws/regions.go @@ -2,7 +2,6 @@ package aws import ( "github.com/aws/aws-sdk-go/aws/endpoints" - "k8s.io/apimachinery/pkg/util/sets" "github.com/openshift/installer/pkg/rhcos" "github.com/openshift/installer/pkg/types" @@ -12,18 +11,12 @@ import ( // This is subset of AWS regions and the regions where RHEL CoreOS images are published. // The result is a map of region identifier to region description func knownRegions(architecture types.Architecture) map[string]string { - required := sets.NewString(rhcos.AMIRegionsX86_64...) - if architecture == types.ArchitectureARM64 { - required = sets.NewString(rhcos.AMIRegionsAARCH64...) - } + required := rhcos.AMIRegions(architecture) regions := make(map[string]string) - for _, partition := range endpoints.DefaultPartitions() { - for _, partitionRegion := range partition.Regions() { - partitionRegion := partitionRegion - if required.Has(partitionRegion.ID()) { - regions[partitionRegion.ID()] = partitionRegion.Description() - } + for _, region := range endpoints.AwsPartition().Regions() { + if required.Has(region.ID()) { + regions[region.ID()] = region.Description() } } return regions diff --git a/vendor/github.com/openshift/installer/pkg/asset/installconfig/aws/validation.go b/vendor/github.com/openshift/installer/pkg/asset/installconfig/aws/validation.go index 1d9a6d82b..a1d13c734 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/installconfig/aws/validation.go +++ b/vendor/github.com/openshift/installer/pkg/asset/installconfig/aws/validation.go @@ -11,16 +11,15 @@ import ( "github.com/aws/aws-sdk-go/aws" "github.com/aws/aws-sdk-go/aws/endpoints" "github.com/aws/aws-sdk-go/aws/session" + "github.com/aws/aws-sdk-go/service/ec2" "github.com/aws/aws-sdk-go/service/route53" "github.com/pkg/errors" utilerrors "k8s.io/apimachinery/pkg/util/errors" "k8s.io/apimachinery/pkg/util/sets" "k8s.io/apimachinery/pkg/util/validation/field" - "github.com/openshift/installer/pkg/rhcos" "github.com/openshift/installer/pkg/types" awstypes "github.com/openshift/installer/pkg/types/aws" - awsvalidation "github.com/openshift/installer/pkg/types/aws/validation" ) type resourceRequirements struct { @@ -80,20 +79,6 @@ func validatePlatform(ctx context.Context, meta *Metadata, fldPath *field.Path, } func validateAMI(ctx context.Context, config *types.InstallConfig) field.ErrorList { - // accept AMI from the rhcos stream metadata - switch config.ControlPlane.Architecture { - case types.ArchitectureAMD64: - if sets.NewString(rhcos.AMIRegionsX86_64...).Has(config.Platform.AWS.Region) { - return nil - } - case types.ArchitectureARM64: - if sets.NewString(rhcos.AMIRegionsAARCH64...).Has(config.Platform.AWS.Region) { - return nil - } - default: - return field.ErrorList{field.NotSupported(field.NewPath("controlPlane", "architecture"), config.ControlPlane.Architecture, awsvalidation.ValidArchitectureValues)} - } - // accept AMI specified at the platform level if config.Platform.AWS.AMIID != "" { return nil @@ -276,29 +261,25 @@ func validateDuplicateSubnetZones(fldPath *field.Path, subnets map[string]Subnet func validateServiceEndpoints(fldPath *field.Path, region string, services []awstypes.ServiceEndpoint) field.ErrorList { allErrs := field.ErrorList{} - // For each provided service endpoint, verify we can resolve and connect with net.Dial. + ec2Endpoint := "" for id, service := range services { - // Ignore e2e.local from unit tests. - if service.URL == "e2e.local" { - continue - } - URL, err := url.Parse(service.URL) + err := validateEndpointAccessibility(service.URL) if err != nil { allErrs = append(allErrs, field.Invalid(fldPath.Index(id).Child("url"), service.URL, err.Error())) continue } - port := URL.Port() - if port == "" { - port = "https" + if service.Name == ec2.ServiceName { + ec2Endpoint = service.URL } - conn, err := net.Dial("tcp", net.JoinHostPort(URL.Hostname(), port)) - if err != nil { - allErrs = append(allErrs, field.Invalid(fldPath.Index(id).Child("url"), service.URL, err.Error())) - continue - } - conn.Close() } - if _, partitionFound := endpoints.PartitionForRegion(endpoints.DefaultPartitions(), region); partitionFound { + + if partition, partitionFound := endpoints.PartitionForRegion(endpoints.DefaultPartitions(), region); partitionFound { + if _, ok := partition.Regions()[region]; !ok && ec2Endpoint == "" { + err := validateRegion(region) + if err != nil { + allErrs = append(allErrs, field.Invalid(fldPath.Child("region"), region, err.Error())) + } + } return allErrs } @@ -313,10 +294,42 @@ func validateServiceEndpoints(fldPath *field.Path, region string, services []aws if err := utilerrors.NewAggregate(errs); err != nil { allErrs = append(allErrs, field.Invalid(fldPath, services, err.Error())) } - return allErrs } +func validateRegion(region string) error { + ses, err := GetSessionWithOptions(func(sess *session.Options) { + sess.Config.Region = aws.String(region) + }) + if err != nil { + return err + } + ec2Session := ec2.New(ses) + return validateEndpointAccessibility(ec2Session.Endpoint) +} + +func validateEndpointAccessibility(endpointURL string) error { + // For each provided service endpoint, verify we can resolve and connect with net.Dial. + // Ignore e2e.local from unit tests. + if endpointURL == "e2e.local" { + return nil + } + URL, err := url.Parse(endpointURL) + if err != nil { + return err + } + port := URL.Port() + if port == "" { + port = "https" + } + conn, err := net.Dial("tcp", net.JoinHostPort(URL.Hostname(), port)) + if err != nil { + return err + } + conn.Close() + return nil +} + var requiredServices = []string{ "ec2", "elasticloadbalancing", @@ -329,50 +342,116 @@ var requiredServices = []string{ // ValidateForProvisioning validates if the install config is valid for provisioning the cluster. func ValidateForProvisioning(session *session.Session, ic *types.InstallConfig, metadata *Metadata) error { - allErrs := field.ErrorList{} - allErrs = append(allErrs, validateExistingHostedZone(session, ic, metadata)...) - return allErrs.ToAggregate() -} - -func validateExistingHostedZone(session *session.Session, ic *types.InstallConfig, metadata *Metadata) field.ErrorList { - if ic.AWS.HostedZone == "" { + if ic.Publish == types.InternalPublishingStrategy { return nil } - // validate that the hosted zone exists - hostedZonePath := field.NewPath("aws", "hostedZone") + var zoneName string + var zonePath *field.Path + var zone *route53.HostedZone + + errors := field.ErrorList{} + allErrs := field.ErrorList{} client := route53.New(session) - zone, err := client.GetHostedZone(&route53.GetHostedZoneInput{Id: aws.String(ic.AWS.HostedZone)}) - if err != nil { - return field.ErrorList{ - field.Invalid(hostedZonePath, ic.AWS.HostedZone, "cannot find hosted zone"), + + if ic.AWS.HostedZone != "" { + zoneName := ic.AWS.HostedZone + zonePath := field.NewPath("aws", "hostedZone") + zoneOutput, errors := getHostedZone(client, zonePath, zoneName) + if len(errors) > 0 { + allErrs = append(allErrs, errors...) + } + + if errors = validateHostedZone(zoneOutput, zonePath, zoneName, metadata); len(errors) > 0 { + allErrs = append(allErrs, errors...) + } + + zone = zoneOutput.HostedZone + } else { + zoneName := ic.BaseDomain + zonePath := field.NewPath("baseDomain") + zone, errors = getBaseDomain(session, zonePath, zoneName) + if len(errors) > 0 { + allErrs = append(allErrs, errors...) } } + if errors = validateZoneRecords(client, zone, zoneName, zonePath, ic); len(errors) > 0 { + allErrs = append(allErrs, errors...) + } + + return allErrs.ToAggregate() +} + +func validateZoneRecords(client *route53.Route53, zone *route53.HostedZone, zoneName string, zonePath *field.Path, ic *types.InstallConfig) field.ErrorList { + allErrs := field.ErrorList{} + + problematicRecords, err := getSubDomainDNSRecords(client, zone, ic) + if err != nil { + allErrs = append(allErrs, field.InternalError(zonePath, + errors.Wrapf(err, "could not list record sets for domain %q", zoneName))) + } + + if len(problematicRecords) > 0 { + detail := fmt.Sprintf( + "the zone already has record sets for the domain of the cluster: [%s]", + strings.Join(problematicRecords, ", "), + ) + allErrs = append(allErrs, field.Invalid(zonePath, zoneName, detail)) + } + + return allErrs +} + +func getBaseDomain(session *session.Session, baseDomainPath *field.Path, baseDomainName string) (*route53.HostedZone, field.ErrorList) { + baseDomainZone, err := GetPublicZone(session, baseDomainName) + if err != nil { + return nil, field.ErrorList{ + field.Invalid(baseDomainPath, baseDomainName, "cannot find base domain"), + } + } + return baseDomainZone, nil +} + +func getHostedZone(client *route53.Route53, hostedZonePath *field.Path, hostedZoneName string) (*route53.GetHostedZoneOutput, field.ErrorList) { + // validate that the hosted zone exists + hostedZoneOutput, err := client.GetHostedZone(&route53.GetHostedZoneInput{Id: aws.String(hostedZoneName)}) + if err != nil { + return nil, field.ErrorList{ + field.Invalid(hostedZonePath, hostedZoneName, "cannot find hosted zone"), + } + } + return hostedZoneOutput, nil +} + +func validateHostedZone(hostedZoneOutput *route53.GetHostedZoneOutput, hostedZonePath *field.Path, hostedZoneName string, metadata *Metadata) field.ErrorList { allErrs := field.ErrorList{} // validate that the hosted zone is associated with the VPC containing the existing subnets for the cluster vpcID, err := metadata.VPC(context.TODO()) if err == nil { - if !isHostedZoneAssociatedWithVPC(zone, vpcID) { - allErrs = append(allErrs, field.Invalid(hostedZonePath, ic.AWS.HostedZone, "hosted zone is not associated with the VPC")) + if !isHostedZoneAssociatedWithVPC(hostedZoneOutput, vpcID) { + allErrs = append(allErrs, field.Invalid(hostedZonePath, hostedZoneName, "hosted zone is not associated with the VPC")) } } else { - allErrs = append(allErrs, field.Invalid(hostedZonePath, ic.AWS.HostedZone, "no VPC found")) + allErrs = append(allErrs, field.Invalid(hostedZonePath, hostedZoneName, "no VPC found")) } + return allErrs +} + +func getSubDomainDNSRecords(client *route53.Route53, hostedZone *route53.HostedZone, ic *types.InstallConfig) ([]string, error) { dottedClusterDomain := ic.ClusterDomain() + "." // validate that the domain of the hosted zone is the cluster domain or a parent of the cluster domain - if !isHostedZoneDomainParentOfClusterDomain(zone.HostedZone, dottedClusterDomain) { - allErrs = append(allErrs, field.Invalid(hostedZonePath, ic.AWS.HostedZone, - fmt.Sprintf("hosted zone domain %q is not a parent of the cluster domain %q", *zone.HostedZone.Name, dottedClusterDomain))) + if !isHostedZoneDomainParentOfClusterDomain(hostedZone, dottedClusterDomain) { + return nil, errors.Errorf("hosted zone domain %q is not a parent of the cluster domain %q", *hostedZone.Name, dottedClusterDomain) } - // validate that the hosted zone does not already have any record sets for the cluster domain var problematicRecords []string + // validate that the hosted zone does not already have any record sets for the cluster domain if err := client.ListResourceRecordSetsPages( - &route53.ListResourceRecordSetsInput{HostedZoneId: zone.HostedZone.Id}, + &route53.ListResourceRecordSetsInput{HostedZoneId: hostedZone.Id}, func(out *route53.ListResourceRecordSetsOutput, lastPage bool) bool { for _, recordSet := range out.ResourceRecordSets { name := aws.StringValue(recordSet.Name) @@ -392,18 +471,10 @@ func validateExistingHostedZone(session *session.Session, ic *types.InstallConfi return !lastPage }, ); err != nil { - allErrs = append(allErrs, field.InternalError(hostedZonePath, - errors.Wrapf(err, "could not list record sets for hosted zone %q", ic.AWS.HostedZone))) - } - if len(problematicRecords) > 0 { - detail := fmt.Sprintf( - "hosted zone already has record sets for the domain of the cluster: [%s]", - strings.Join(problematicRecords, ", "), - ) - allErrs = append(allErrs, field.Invalid(hostedZonePath, ic.AWS.HostedZone, detail)) + return nil, err } - return allErrs + return problematicRecords, nil } func isHostedZoneAssociatedWithVPC(hostedZone *route53.GetHostedZoneOutput, vpcID string) bool { diff --git a/vendor/github.com/openshift/installer/pkg/asset/installconfig/azure/validation.go b/vendor/github.com/openshift/installer/pkg/asset/installconfig/azure/validation.go index d0659d268..ed5da9480 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/installconfig/azure/validation.go +++ b/vendor/github.com/openshift/installer/pkg/asset/installconfig/azure/validation.go @@ -4,6 +4,7 @@ import ( "context" "fmt" "net" + "net/url" "sort" "strconv" "strings" @@ -12,6 +13,7 @@ import ( aznetwork "github.com/Azure/azure-sdk-for-go/profiles/2018-03-01/network/mgmt/network" "github.com/Azure/go-autorest/autorest/to" "github.com/pkg/errors" + "k8s.io/apimachinery/pkg/util/sets" "k8s.io/apimachinery/pkg/util/validation/field" "github.com/openshift/installer/pkg/types" @@ -41,6 +43,13 @@ func Validate(client API, ic *types.InstallConfig) error { allErrs = append(allErrs, validateNetworks(client, ic.Azure, ic.Networking.MachineNetwork, field.NewPath("platform").Child("azure"))...) allErrs = append(allErrs, validateRegion(client, field.NewPath("platform").Child("azure").Child("region"), ic.Azure)...) allErrs = append(allErrs, validateInstanceTypes(client, ic)...) + if ic.Azure.CloudName == aztypes.StackCloud && ic.Azure.ClusterOSImage != "" { + StorageEndpointSuffix, err := client.GetStorageEndpointSuffix(context.TODO()) + if err != nil { + return err + } + allErrs = append(allErrs, validateAzureStackClusterOSImage(StorageEndpointSuffix, ic.Azure.ClusterOSImage, field.NewPath("platform").Child("azure"))...) + } return allErrs.ToAggregate() } @@ -60,15 +69,25 @@ func ValidateInstanceType(client API, fieldPath *field.Path, region, instanceTyp for _, capability := range *typeMeta.Capabilities { - if strings.EqualFold(*capability.Name, "vCPUs") { + if strings.EqualFold(*capability.Name, "vCPUsAvailable") { cpus, err := strconv.ParseFloat(*capability.Value, 0) if err != nil { return append(allErrs, field.InternalError(fieldPath, err)) } if cpus < float64(req.minimumVCpus) { - errMsg := fmt.Sprintf("instance type does not meet minimum resource requirements of %d vCPUs", req.minimumVCpus) + errMsg := fmt.Sprintf("instance type does not meet minimum resource requirements of %d vCPUsAvailable", req.minimumVCpus) allErrs = append(allErrs, field.Invalid(fieldPath.Child("type"), instanceType, errMsg)) } + } else if strings.EqualFold(*capability.Name, "HyperVGenerations") { + generations := sets.NewString() + for _, g := range strings.Split(to.String(capability.Value), ",") { + g = strings.TrimSpace(g) + g = strings.ToUpper(g) + generations.Insert(g) + } + if !generations.Has("V1") { + allErrs = append(allErrs, field.Invalid(fieldPath.Child("type"), instanceType, "only disks with HyperVGeneration V1 are supported")) + } } else if strings.EqualFold(*capability.Name, "MemoryGB") { memory, err := strconv.ParseFloat(*capability.Value, 0) if err != nil { @@ -274,6 +293,9 @@ func ValidatePublicDNS(ic *types.InstallConfig, azureDNS *DNSConfig) error { func ValidateForProvisioning(client API, ic *types.InstallConfig) error { allErrs := field.ErrorList{} allErrs = append(allErrs, validateResourceGroup(client, field.NewPath("platform").Child("azure"), ic.Azure)...) + if ic.Azure.CloudName == aztypes.StackCloud { + allErrs = append(allErrs, checkAzureStackClusterOSImageSet(ic.Azure.ClusterOSImage, field.NewPath("platform").Child("azure"))...) + } return allErrs.ToAggregate() } @@ -322,3 +344,24 @@ func validateResourceGroup(client API, fieldPath *field.Path, platform *aztypes. } return allErrs } + +func checkAzureStackClusterOSImageSet(ClusterOSImage string, fldPath *field.Path) field.ErrorList { + var allErrs field.ErrorList + if ClusterOSImage == "" { + allErrs = append(allErrs, field.Required(fldPath.Child("clusterOSImage"), "clusterOSImage must be set when installing on Azure Stack")) + } + return allErrs +} + +func validateAzureStackClusterOSImage(StorageEndpointSuffix string, ClusterOSImage string, fldPath *field.Path) field.ErrorList { + var allErrs field.ErrorList + imageParsedURL, err := url.Parse(ClusterOSImage) + if err != nil { + allErrs = append(allErrs, field.Invalid(fldPath.Child("clusterOSImage"), ClusterOSImage, fmt.Errorf("clusterOSImage URL is invalid: %w", err).Error())) + } + // If the URL for the image isn't in the Azure Stack environment we can't use it. + if !strings.HasSuffix(imageParsedURL.Host, StorageEndpointSuffix) { + allErrs = append(allErrs, field.Invalid(fldPath.Child("clusterOSImage"), ClusterOSImage, "clusterOSImage must be in the Azure Stack environment")) + } + return allErrs +} diff --git a/vendor/github.com/openshift/installer/pkg/asset/installconfig/basedomain.go b/vendor/github.com/openshift/installer/pkg/asset/installconfig/basedomain.go index 88a379a2b..8bd07e310 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/installconfig/basedomain.go +++ b/vendor/github.com/openshift/installer/pkg/asset/installconfig/basedomain.go @@ -6,10 +6,12 @@ import ( "github.com/pkg/errors" "github.com/openshift/installer/pkg/asset" + alibabacloudconfig "github.com/openshift/installer/pkg/asset/installconfig/alibabacloud" awsconfig "github.com/openshift/installer/pkg/asset/installconfig/aws" azureconfig "github.com/openshift/installer/pkg/asset/installconfig/azure" gcpconfig "github.com/openshift/installer/pkg/asset/installconfig/gcp" ibmcloudconfig "github.com/openshift/installer/pkg/asset/installconfig/ibmcloud" + "github.com/openshift/installer/pkg/types/alibabacloud" "github.com/openshift/installer/pkg/types/aws" "github.com/openshift/installer/pkg/types/azure" "github.com/openshift/installer/pkg/types/gcp" @@ -37,6 +39,12 @@ func (a *baseDomain) Generate(parents asset.Parents) error { var err error switch platform.CurrentName() { + case alibabacloud.Name: + a.BaseDomain, err = alibabacloudconfig.GetBaseDomain() + if err != nil { + return err + } + return nil case aws.Name: a.BaseDomain, err = awsconfig.GetBaseDomain() cause := errors.Cause(err) diff --git a/vendor/github.com/openshift/installer/pkg/asset/installconfig/ibmcloud/client.go b/vendor/github.com/openshift/installer/pkg/asset/installconfig/ibmcloud/client.go index ff258c96c..1d385ad75 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/installconfig/ibmcloud/client.go +++ b/vendor/github.com/openshift/installer/pkg/asset/installconfig/ibmcloud/client.go @@ -23,6 +23,8 @@ import ( type API interface { GetAuthenticatorAPIKeyDetails(ctx context.Context) (*iamidentityv1.APIKey, error) GetCISInstance(ctx context.Context, crnstr string) (*resourcecontrollerv2.ResourceInstance, error) + GetDedicatedHostByName(ctx context.Context, name string, region string) (*vpcv1.DedicatedHost, error) + GetDedicatedHostProfiles(ctx context.Context, region string) ([]vpcv1.DedicatedHostProfile, error) GetDNSRecordsByName(ctx context.Context, crnstr string, zoneID string, recordName string) ([]dnsrecordsv1.DnsrecordDetails, error) GetDNSZoneIDByName(ctx context.Context, name string) (string, error) GetDNSZones(ctx context.Context) ([]DNSZoneResponse, error) @@ -145,6 +147,44 @@ func (c *Client) GetCISInstance(ctx context.Context, crnstr string) (*resourceco return resourceInstance, nil } +// GetDedicatedHostByName gets dedicated host by name. +func (c *Client) GetDedicatedHostByName(ctx context.Context, name string, region string) (*vpcv1.DedicatedHost, error) { + err := c.setVPCServiceURLForRegion(ctx, region) + if err != nil { + return nil, err + } + + options := c.vpcAPI.NewListDedicatedHostsOptions() + dhosts, _, err := c.vpcAPI.ListDedicatedHostsWithContext(ctx, options) + if err != nil { + return nil, errors.Wrap(err, "failed to list dedicated hosts") + } + + for _, dhost := range dhosts.DedicatedHosts { + if *dhost.Name == name { + return &dhost, nil + } + } + + return nil, fmt.Errorf("dedicated host %q not found", name) +} + +// GetDedicatedHostProfiles gets a list of profiles supported in a region. +func (c *Client) GetDedicatedHostProfiles(ctx context.Context, region string) ([]vpcv1.DedicatedHostProfile, error) { + err := c.setVPCServiceURLForRegion(ctx, region) + if err != nil { + return nil, err + } + + profilesOptions := c.vpcAPI.NewListDedicatedHostProfilesOptions() + profiles, _, err := c.vpcAPI.ListDedicatedHostProfilesWithContext(ctx, profilesOptions) + if err != nil { + return nil, err + } + + return profiles.Profiles, nil +} + // GetDNSRecordsByName gets DNS records in specific Cloud Internet Services instance // by its CRN, zone ID, and DNS record name. func (c *Client) GetDNSRecordsByName(ctx context.Context, crnstr string, zoneID string, recordName string) ([]dnsrecordsv1.DnsrecordDetails, error) { @@ -389,3 +429,16 @@ func (c *Client) loadVPCV1API() error { c.vpcAPI = vpcService return nil } + +func (c *Client) setVPCServiceURLForRegion(ctx context.Context, region string) error { + regionOptions := c.vpcAPI.NewGetRegionOptions(region) + vpcRegion, _, err := c.vpcAPI.GetRegionWithContext(ctx, regionOptions) + if err != nil { + return err + } + err = c.vpcAPI.SetServiceURL(fmt.Sprintf("%s/v1", *vpcRegion.Endpoint)) + if err != nil { + return err + } + return nil +} diff --git a/vendor/github.com/openshift/installer/pkg/asset/installconfig/ibmcloud/ibmcloud.go b/vendor/github.com/openshift/installer/pkg/asset/installconfig/ibmcloud/ibmcloud.go index be5019a32..9c8b20a85 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/installconfig/ibmcloud/ibmcloud.go +++ b/vendor/github.com/openshift/installer/pkg/asset/installconfig/ibmcloud/ibmcloud.go @@ -1,16 +1,16 @@ package ibmcloud import ( - "context" "fmt" "sort" "strings" survey "github.com/AlecAivazis/survey/v2" "github.com/AlecAivazis/survey/v2/core" + "github.com/pkg/errors" + "github.com/openshift/installer/pkg/types/ibmcloud" "github.com/openshift/installer/pkg/types/ibmcloud/validation" - "github.com/pkg/errors" ) const ( @@ -19,60 +19,16 @@ const ( // Platform collects IBM Cloud-specific configuration. func Platform() (*ibmcloud.Platform, error) { - client, err := NewClient() - if err != nil { - return nil, err - } - - resourceGroup, err := selectResourceGroup(context.TODO(), client) - if err != nil { - return nil, err - } - region, err := selectRegion() if err != nil { return nil, err } return &ibmcloud.Platform{ - ResourceGroupName: resourceGroup, - Region: region, + Region: region, }, nil } -func selectResourceGroup(ctx context.Context, client *Client) (string, error) { - groups, err := client.GetResourceGroups(ctx) - if err != nil { - return "", errors.Wrap(err, "failed to list resource groups") - } - - var options []string - names := make(map[string]string) - - for _, group := range groups { - option := fmt.Sprintf("%s (%s)", *group.Name, *group.ID) - names[option] = *group.Name - options = append(options, option) - } - sort.Strings(options) - - options = append(options, createNew) - names[createNew] = "" - - var selectedResourceGroup string - err = survey.Ask([]*survey.Question{ - { - Prompt: &survey.Select{ - Message: "Resource Group", - Help: "The resource group where the cluster will be provisioned.", - Options: options, - Default: createNew, - }, - }, - }, &selectedResourceGroup) - return names[selectedResourceGroup], err -} - func selectRegion() (string, error) { longRegions := make([]string, 0, len(validation.Regions)) shortRegions := make([]string, 0, len(validation.Regions)) diff --git a/vendor/github.com/openshift/installer/pkg/asset/installconfig/ibmcloud/validation.go b/vendor/github.com/openshift/installer/pkg/asset/installconfig/ibmcloud/validation.go index 735bea4b1..e62410ec5 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/installconfig/ibmcloud/validation.go +++ b/vendor/github.com/openshift/installer/pkg/asset/installconfig/ibmcloud/validation.go @@ -5,6 +5,7 @@ import ( "errors" "fmt" + "github.com/IBM/vpc-go-sdk/vpcv1" "k8s.io/apimachinery/pkg/util/sets" "k8s.io/apimachinery/pkg/util/validation/field" @@ -41,10 +42,6 @@ func validatePlatform(client API, ic *types.InstallConfig, path *field.Path) fie allErrs = append(allErrs, validateResourceGroup(client, ic, path)...) } - if ic.Platform.IBMCloud.VPC != "" { - allErrs = append(allErrs, validateNetworking(client, ic, path)...) - } - if ic.Platform.IBMCloud.DefaultMachinePlatform != nil { allErrs = append(allErrs, validateMachinePool(client, ic.IBMCloud, ic.Platform.IBMCloud.DefaultMachinePlatform, path)...) } @@ -55,24 +52,100 @@ func validateMachinePool(client API, platform *ibmcloud.Platform, machinePool *i allErrs := field.ErrorList{} if machinePool.InstanceType != "" { - allErrs = append(allErrs, validateMachinePoolType(client, machinePool.InstanceType, path)...) + allErrs = append(allErrs, validateMachinePoolType(client, machinePool.InstanceType, path.Child("type"))...) } if len(machinePool.Zones) > 0 { - allErrs = append(allErrs, validateMachinePoolZones(client, platform.Region, machinePool.Zones, path)...) + allErrs = append(allErrs, validateMachinePoolZones(client, platform.Region, machinePool.Zones, path.Child("zones"))...) } if machinePool.BootVolume != nil { - allErrs = append(allErrs, validateMachinePoolBootVolume(client, *machinePool.BootVolume, path)...) + allErrs = append(allErrs, validateMachinePoolBootVolume(client, *machinePool.BootVolume, path.Child("bootVolume"))...) + } + + if len(machinePool.DedicatedHosts) > 0 { + allErrs = append(allErrs, validateMachinePoolDedicatedHosts(client, machinePool.DedicatedHosts, machinePool.InstanceType, machinePool.Zones, platform.Region, path.Child("dedicatedHosts"))...) } return allErrs } +func validateMachinePoolDedicatedHosts(client API, dhosts []ibmcloud.DedicatedHost, machineType string, zones []string, region string, path *field.Path) field.ErrorList { + allErrs := field.ErrorList{} + + // Get list of supported profiles in region + dhostProfiles, err := client.GetDedicatedHostProfiles(context.TODO(), region) + if err != nil { + allErrs = append(allErrs, field.InternalError(path, err)) + } + + for i, dhost := range dhosts { + if dhost.Name != "" { + // Check if host with name exists + dh, err := client.GetDedicatedHostByName(context.TODO(), dhost.Name, region) + if err != nil { + allErrs = append(allErrs, field.InternalError(path.Index(i).Child("name"), err)) + } + + if dh != nil { + // Check if instance is provisionable on host + if !*dh.InstancePlacementEnabled || !*dh.Provisionable { + allErrs = append(allErrs, field.Invalid(path.Index(i).Child("name"), dhost.Name, "dedicated host is unable to provision instances")) + } + + // Check if host is in zone + if *dh.Zone.Name != zones[i] { + allErrs = append(allErrs, field.Invalid(path.Index(i).Child("name"), dhost.Name, fmt.Sprintf("dedicated host not in zone %s", zones[i]))) + } + + // Check if host profile supports machine type + if !isInstanceProfileInList(machineType, dh.SupportedInstanceProfiles) { + allErrs = append(allErrs, field.Invalid(path.Index(i).Child("name"), dhost.Name, fmt.Sprintf("dedicated host does not support machine type %s", machineType))) + } + } + } else { + // Check if host profile is supported in region + if !isDedicatedHostProfileInList(dhost.Profile, dhostProfiles) { + allErrs = append(allErrs, field.Invalid(path.Index(i).Child("profile"), dhost.Profile, fmt.Sprintf("dedicated host profile not supported in region %s", region))) + } + + // Check if host profile supports machine type + for _, profile := range dhostProfiles { + if *profile.Name == dhost.Profile { + if !isInstanceProfileInList(machineType, profile.SupportedInstanceProfiles) { + allErrs = append(allErrs, field.Invalid(path.Index(i).Child("profile"), dhost.Profile, fmt.Sprintf("dedicated host profile does not support machine type %s", machineType))) + break + } + } + } + } + } + + return allErrs +} + +func isInstanceProfileInList(profile string, list []vpcv1.InstanceProfileReference) bool { + for _, each := range list { + if *each.Name == profile { + return true + } + } + return false +} + +func isDedicatedHostProfileInList(profile string, list []vpcv1.DedicatedHostProfile) bool { + for _, each := range list { + if *each.Name == profile { + return true + } + } + return false +} + func validateMachinePoolType(client API, machineType string, path *field.Path) field.ErrorList { vsiProfiles, err := client.GetVSIProfiles(context.TODO()) if err != nil { - return field.ErrorList{field.InternalError(path.Child("type"), err)} + return field.ErrorList{field.InternalError(path, err)} } for _, profile := range vsiProfiles { @@ -81,19 +154,19 @@ func validateMachinePoolType(client API, machineType string, path *field.Path) f } } - return field.ErrorList{field.NotFound(path.Child("type"), machineType)} + return field.ErrorList{field.NotFound(path, machineType)} } func validateMachinePoolZones(client API, region string, zones []string, path *field.Path) field.ErrorList { regionalZones, err := client.GetVPCZonesForRegion(context.TODO(), region) if err != nil { - return field.ErrorList{field.InternalError(path.Child("zones"), err)} + return field.ErrorList{field.InternalError(path, err)} } for idx, zone := range zones { validZones := sets.NewString(regionalZones...) if !validZones.Has(zone) { - return field.ErrorList{field.Invalid(path.Child("zones").Index(idx), zone, fmt.Sprintf("zone must be in region %q", region))} + return field.ErrorList{field.Invalid(path.Index(idx), zone, fmt.Sprintf("zone must be in region %q", region))} } } return nil @@ -109,11 +182,11 @@ func validateMachinePoolBootVolume(client API, bootVolume ibmcloud.BootVolume, p // Make sure the encryptionKey exists key, err := client.GetEncryptionKey(context.TODO(), bootVolume.EncryptionKey) if err != nil { - return field.ErrorList{field.InternalError(path.Child("bootVolume").Child("encryptionKey"), err)} + return field.ErrorList{field.InternalError(path.Child("encryptionKey"), err)} } if key == nil { - return field.ErrorList{field.NotFound(path.Child("bootVolume").Child("encryptionKey"), bootVolume.EncryptionKey)} + return field.ErrorList{field.NotFound(path.Child("encryptionKey"), bootVolume.EncryptionKey)} } return allErrs @@ -145,40 +218,6 @@ func validateResourceGroup(client API, ic *types.InstallConfig, path *field.Path return allErrs } -func validateNetworking(client API, ic *types.InstallConfig, path *field.Path) field.ErrorList { - allErrs := field.ErrorList{} - platform := ic.Platform.IBMCloud - - _, err := client.GetVPC(context.TODO(), platform.VPC) - if err != nil { - if errors.Is(err, &VPCResourceNotFoundError{}) { - allErrs = append(allErrs, field.NotFound(path.Child("vpc"), platform.VPC)) - } else { - allErrs = append(allErrs, field.InternalError(path.Child("vpc"), err)) - } - } - - allErrs = append(allErrs, validateSubnets(client, ic, platform.Subnets, path)...) - - return allErrs -} - -func validateSubnets(client API, ic *types.InstallConfig, subnets []string, path *field.Path) field.ErrorList { - allErrs := field.ErrorList{} - zones, err := client.GetVPCZonesForRegion(context.TODO(), ic.Platform.IBMCloud.Region) - if err != nil { - allErrs = append(allErrs, field.InternalError(path.Child("subnets"), err)) - } - validZones := sets.NewString(zones...) - for idx, subnet := range subnets { - subnetPath := path.Child("subnets").Index(idx) - allErrs = append(allErrs, validateSubnetZone(client, subnet, validZones, subnetPath)...) - } - - // TODO: IBM[#80]: additional subnet validation - return allErrs -} - func validateSubnetZone(client API, subnetID string, validZones sets.String, subnetPath *field.Path) field.ErrorList { allErrs := field.ErrorList{} if subnet, err := client.GetSubnet(context.TODO(), subnetID); err == nil { diff --git a/vendor/github.com/openshift/installer/pkg/asset/installconfig/installconfig.go b/vendor/github.com/openshift/installer/pkg/asset/installconfig/installconfig.go index 10257264a..4253ec633 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/installconfig/installconfig.go +++ b/vendor/github.com/openshift/installer/pkg/asset/installconfig/installconfig.go @@ -3,6 +3,7 @@ package installconfig import ( "context" "os" + "strings" "github.com/ghodss/yaml" "github.com/pkg/errors" @@ -10,6 +11,7 @@ import ( "k8s.io/apimachinery/pkg/util/validation/field" "github.com/openshift/installer/pkg/asset" + "github.com/openshift/installer/pkg/asset/installconfig/alibabacloud" "github.com/openshift/installer/pkg/asset/installconfig/aws" icazure "github.com/openshift/installer/pkg/asset/installconfig/azure" icgcp "github.com/openshift/installer/pkg/asset/installconfig/gcp" @@ -29,11 +31,12 @@ const ( // InstallConfig generates the install-config.yaml file. type InstallConfig struct { - Config *types.InstallConfig `json:"config"` - File *asset.File `json:"file"` - AWS *aws.Metadata `json:"aws,omitempty"` - Azure *icazure.Metadata `json:"azure,omitempty"` - IBMCloud *icibmcloud.Metadata `json:"ibmcloud,omitempty"` + Config *types.InstallConfig `json:"config"` + File *asset.File `json:"file"` + AWS *aws.Metadata `json:"aws,omitempty"` + Azure *icazure.Metadata `json:"azure,omitempty"` + IBMCloud *icibmcloud.Metadata `json:"ibmcloud,omitempty"` + AlibabaCloud *alibabacloud.Metadata `json:"alibabacloud,omitempty"` } var _ asset.WritableAsset = (*InstallConfig)(nil) @@ -83,6 +86,7 @@ func (a *InstallConfig) Generate(parents asset.Parents) error { }, } + a.Config.AlibabaCloud = platform.AlibabaCloud a.Config.AWS = platform.AWS a.Config.Libvirt = platform.Libvirt a.Config.None = platform.None @@ -121,8 +125,12 @@ func (a *InstallConfig) Load(f asset.FileFetcher) (found bool, err error) { } config := &types.InstallConfig{} - if err := yaml.Unmarshal(file.Data, config); err != nil { - return false, errors.Wrapf(err, "failed to unmarshal %s", installConfigFilename) + if err := yaml.UnmarshalStrict(file.Data, config, yaml.DisallowUnknownFields); err != nil { + if strings.Contains(err.Error(), "unknown field") { + err = errors.Wrapf(err, "failed to parse first occurence of unknown field") + } + err = errors.Wrapf(err, "failed to unmarshal %s", installConfigFilename) + return false, err } a.Config = config @@ -144,6 +152,9 @@ func (a *InstallConfig) finish(filename string) error { if a.Config.AWS != nil { a.AWS = aws.NewMetadata(a.Config.Platform.AWS.Region, a.Config.Platform.AWS.Subnets, a.Config.AWS.ServiceEndpoints) } + if a.Config.AlibabaCloud != nil { + a.AlibabaCloud = alibabacloud.NewMetadata(a.Config.AlibabaCloud.Region, a.Config.AlibabaCloud.VSwitchIDs) + } if a.Config.Azure != nil { a.Azure = icazure.NewMetadata(a.Config.Azure.CloudName, a.Config.Azure.ARMEndpoint) } @@ -173,6 +184,13 @@ func (a *InstallConfig) finish(filename string) error { } func (a *InstallConfig) platformValidation() error { + if a.Config.Platform.AlibabaCloud != nil { + client, err := a.AlibabaCloud.Client() + if err != nil { + return err + } + return alibabacloud.Validate(client, a.Config) + } if a.Config.Platform.Azure != nil { client, err := a.Azure.Client() if err != nil { diff --git a/vendor/github.com/openshift/installer/pkg/asset/installconfig/platformpermscheck.go b/vendor/github.com/openshift/installer/pkg/asset/installconfig/platformpermscheck.go index 331688f84..e514c465f 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/installconfig/platformpermscheck.go +++ b/vendor/github.com/openshift/installer/pkg/asset/installconfig/platformpermscheck.go @@ -9,7 +9,7 @@ import ( "github.com/openshift/installer/pkg/asset" awsconfig "github.com/openshift/installer/pkg/asset/installconfig/aws" gcpconfig "github.com/openshift/installer/pkg/asset/installconfig/gcp" - "github.com/openshift/installer/pkg/types" + "github.com/openshift/installer/pkg/types/alibabacloud" "github.com/openshift/installer/pkg/types/aws" "github.com/openshift/installer/pkg/types/azure" "github.com/openshift/installer/pkg/types/baremetal" @@ -65,9 +65,6 @@ func (a *PlatformPermsCheck) Generate(dependencies asset.Parents) error { } else { permissionGroups = append(permissionGroups, awsconfig.PermissionDeleteNetworking) } - if awsIncludesUserSuppliedInstanceRole(ic.Config) { - permissionGroups = append(permissionGroups, awsconfig.PermissionDeleteSharedInstanceRole) - } } ssn, err := ic.AWS.Session(ctx) @@ -90,7 +87,7 @@ func (a *PlatformPermsCheck) Generate(dependencies asset.Parents) error { } case ibmcloud.Name: // TODO: IBM[#90]: platformpermscheck - case azure.Name, baremetal.Name, libvirt.Name, none.Name, openstack.Name, ovirt.Name, vsphere.Name: + case azure.Name, baremetal.Name, libvirt.Name, none.Name, openstack.Name, ovirt.Name, vsphere.Name, alibabacloud.Name: // no permissions to check default: err = fmt.Errorf("unknown platform type %q", platform) @@ -102,21 +99,3 @@ func (a *PlatformPermsCheck) Generate(dependencies asset.Parents) error { func (a *PlatformPermsCheck) Name() string { return "Platform Permissions Check" } - -func awsIncludesUserSuppliedInstanceRole(installConfig *types.InstallConfig) bool { - mp := &aws.MachinePool{} - mp.Set(installConfig.Platform.AWS.DefaultMachinePlatform) - mp.Set(installConfig.ControlPlane.Platform.AWS) - if mp.IAMRole != "" { - return true - } - for _, c := range installConfig.Compute { - mp := &aws.MachinePool{} - mp.Set(installConfig.Platform.AWS.DefaultMachinePlatform) - mp.Set(c.Platform.AWS) - if mp.IAMRole != "" { - return true - } - } - return false -} diff --git a/vendor/github.com/openshift/installer/pkg/asset/installconfig/platformprovisioncheck.go b/vendor/github.com/openshift/installer/pkg/asset/installconfig/platformprovisioncheck.go index 55de0396c..5a50458a6 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/installconfig/platformprovisioncheck.go +++ b/vendor/github.com/openshift/installer/pkg/asset/installconfig/platformprovisioncheck.go @@ -5,6 +5,7 @@ import ( "fmt" "github.com/openshift/installer/pkg/asset" + alibabacloudconfig "github.com/openshift/installer/pkg/asset/installconfig/alibabacloud" awsconfig "github.com/openshift/installer/pkg/asset/installconfig/aws" azconfig "github.com/openshift/installer/pkg/asset/installconfig/azure" bmconfig "github.com/openshift/installer/pkg/asset/installconfig/baremetal" @@ -13,6 +14,7 @@ import ( osconfig "github.com/openshift/installer/pkg/asset/installconfig/openstack" ovirtconfig "github.com/openshift/installer/pkg/asset/installconfig/ovirt" vsconfig "github.com/openshift/installer/pkg/asset/installconfig/vsphere" + "github.com/openshift/installer/pkg/types/alibabacloud" "github.com/openshift/installer/pkg/types/aws" "github.com/openshift/installer/pkg/types/azure" "github.com/openshift/installer/pkg/types/baremetal" @@ -104,6 +106,15 @@ func (a *PlatformProvisionCheck) Generate(dependencies asset.Parents) error { if err != nil { return err } + case alibabacloud.Name: + client, err := ic.AlibabaCloud.Client() + if err != nil { + return err + } + err = alibabacloudconfig.ValidateForProvisioning(client, ic.Config, ic.AlibabaCloud) + if err != nil { + return err + } case libvirt.Name, none.Name: // no special provisioning requirements to check default: diff --git a/vendor/github.com/openshift/installer/pkg/asset/machines/azure/machines.go b/vendor/github.com/openshift/installer/pkg/asset/machines/azure/machines.go index edf671ad3..5ae774666 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/machines/azure/machines.go +++ b/vendor/github.com/openshift/installer/pkg/asset/machines/azure/machines.go @@ -9,10 +9,9 @@ import ( metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" + machineapi "github.com/openshift/api/machine/v1beta1" "github.com/openshift/installer/pkg/types" "github.com/openshift/installer/pkg/types/azure" - machineapi "github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1" - azureprovider "sigs.k8s.io/cluster-api-provider-azure/pkg/apis/azureprovider/v1beta1" ) const ( @@ -79,8 +78,9 @@ func Machines(clusterID string, config *types.InstallConfig, pool *types.Machine return machines, nil } -func provider(platform *azure.Platform, mpool *azure.MachinePool, osImage string, userDataSecret string, clusterID string, role string, azIdx *int) (*azureprovider.AzureMachineProviderSpec, error) { - var image azureprovider.Image +func provider(platform *azure.Platform, mpool *azure.MachinePool, osImage string, userDataSecret string, clusterID string, role string, azIdx *int) (*machineapi.AzureMachineProviderSpec, error) { + var image machineapi.Image + var az *string if len(mpool.Zones) > 0 && azIdx != nil { az = &mpool.Zones[*azIdx] @@ -90,11 +90,11 @@ func provider(platform *azure.Platform, mpool *azure.MachinePool, osImage string if platform.Image != nil { if platform.Image.ResourceID != "" { - image = azureprovider.Image{ + image = machineapi.Image{ ResourceID: platform.Image.ResourceID, } } else { - image = azureprovider.Image{ + image = machineapi.Image{ Publisher: platform.Image.Publisher, Offer: platform.Image.Offer, SKU: platform.Image.SKU, @@ -102,7 +102,7 @@ func provider(platform *azure.Platform, mpool *azure.MachinePool, osImage string } } } else { - image = azureprovider.Image{ + image = machineapi.Image{ ResourceID: fmt.Sprintf("/resourceGroups/%s/providers/Microsoft.Compute/images/%s", rg, clusterID), } } @@ -116,9 +116,9 @@ func provider(platform *azure.Platform, mpool *azure.MachinePool, osImage string mpool.OSDisk.DiskType = "Premium_LRS" } - var diskEncryptionSet *azureprovider.DiskEncryptionSetParameters = nil + var diskEncryptionSet *machineapi.DiskEncryptionSetParameters = nil if mpool.OSDisk.DiskEncryptionSetID != "" { - diskEncryptionSet = &azureprovider.DiskEncryptionSetParameters{ + diskEncryptionSet = &machineapi.DiskEncryptionSetParameters{ ID: mpool.OSDisk.DiskEncryptionSetID, } } @@ -133,16 +133,16 @@ func provider(platform *azure.Platform, mpool *azure.MachinePool, osImage string managedIdentity = "" } - var securityProfile *azureprovider.SecurityProfile = nil + var securityProfile *machineapi.SecurityProfile = nil if mpool.EncryptionAtHost { - securityProfile = &azureprovider.SecurityProfile{ + securityProfile = &machineapi.SecurityProfile{ EncryptionAtHost: &mpool.EncryptionAtHost, } } - return &azureprovider.AzureMachineProviderSpec{ + spec := &machineapi.AzureMachineProviderSpec{ TypeMeta: metav1.TypeMeta{ - APIVersion: "azureproviderconfig.openshift.io/v1beta1", + APIVersion: "machine.openshift.io/v1beta1", Kind: "AzureMachineProviderSpec", }, UserDataSecret: &corev1.SecretReference{Name: userDataSecret}, @@ -150,10 +150,10 @@ func provider(platform *azure.Platform, mpool *azure.MachinePool, osImage string Location: platform.Region, VMSize: mpool.InstanceType, Image: image, - OSDisk: azureprovider.OSDisk{ + OSDisk: machineapi.OSDisk{ OSType: "Linux", DiskSizeGB: mpool.OSDisk.DiskSizeGB, - ManagedDisk: azureprovider.ManagedDiskParameters{ + ManagedDisk: machineapi.ManagedDiskParameters{ StorageAccountType: mpool.OSDisk.DiskType, DiskEncryptionSet: diskEncryptionSet, }, @@ -166,7 +166,13 @@ func provider(platform *azure.Platform, mpool *azure.MachinePool, osImage string NetworkResourceGroup: networkResourceGroup, PublicLoadBalancer: publicLB, SecurityProfile: securityProfile, - }, nil + } + + if platform.CloudName == azure.StackCloud { + spec.AvailabilitySet = fmt.Sprintf("%s-cluster", clusterID) + } + + return spec, nil } // ConfigMasters sets the PublicIP flag and assigns a set of load balancers to the given machines diff --git a/vendor/github.com/openshift/installer/pkg/asset/machines/baremetal/machines.go b/vendor/github.com/openshift/installer/pkg/asset/machines/baremetal/machines.go index 72458c95e..53b0e0151 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/machines/baremetal/machines.go +++ b/vendor/github.com/openshift/installer/pkg/asset/machines/baremetal/machines.go @@ -3,13 +3,9 @@ package baremetal import ( "fmt" - "net" - "net/url" - "path" - "strings" - baremetalprovider "github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1" - machineapi "github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1" + machineapi "github.com/openshift/api/machine/v1beta1" + baremetalprovider "github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1" "github.com/pkg/errors" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" @@ -20,7 +16,7 @@ import ( ) // Machines returns a list of machines for a machinepool. -func Machines(clusterID string, config *types.InstallConfig, pool *types.MachinePool, osImage, role, userDataSecret string) ([]machineapi.Machine, error) { +func Machines(clusterID string, config *types.InstallConfig, pool *types.MachinePool, role, userDataSecret string) ([]machineapi.Machine, error) { if configPlatform := config.Platform.Name(); configPlatform != baremetal.Name { return nil, fmt.Errorf("non bare metal configuration: %q", configPlatform) } @@ -33,7 +29,7 @@ func Machines(clusterID string, config *types.InstallConfig, pool *types.Machine if pool.Replicas != nil { total = *pool.Replicas } - provider, err := provider(platform, osImage, userDataSecret) + provider, err := provider(platform, userDataSecret) if err != nil { return nil, errors.Wrap(err, "failed to create provider") } @@ -66,42 +62,14 @@ func Machines(clusterID string, config *types.InstallConfig, pool *types.Machine return machines, nil } -func provider(platform *baremetal.Platform, osImage string, userDataSecret string) (*baremetalprovider.BareMetalMachineProviderSpec, error) { - // The machine-os-downloader container launched by the baremetal-operator downloads the image, - // compresses it to speed up deployments and makes it available on platform.ClusterProvisioningIP, via http - // osImage looks like: - // https://releases-art-rhcos.svc.ci.openshift.org/art/storage/releases/rhcos-4.2/42.80.20190725.1/rhcos-42.80.20190725.1-openstack.qcow2?sha256sum=123 - // And the cached URL looks like: - // http://172.22.0.3:6180/images/rhcos-42.80.20190725.1-openstack.qcow2/cached-rhcos-42.80.20190725.1-openstack.qcow2 - // See https://github.com/openshift/ironic-rhcos-downloader for more details - // The image is now formatted with a query string containing the sha256sum, we strip that here - // and it will be consumed for validation in ironic-machine-os-downloader - imageURL, err := url.Parse(osImage) - if err != nil { - return nil, errors.Wrap(err, "invalid osImage URL format") - } - imageURL.RawQuery = "" - imageURL.Fragment = "" - // We strip any .gz/.xz suffix because ironic-machine-os-downloader unzips the image - // ref https://github.com/openshift/ironic-rhcos-downloader/pull/12 - imageFilename := path.Base(strings.TrimSuffix(imageURL.String(), ".gz")) - imageFilename = strings.TrimSuffix(imageFilename, ".xz") - cachedImageFilename := "cached-" + imageFilename - - cacheImageIP := platform.ClusterProvisioningIP - if platform.ProvisioningNetwork == baremetal.DisabledProvisioningNetwork && platform.ClusterProvisioningIP == "" { - cacheImageIP = platform.APIVIP - } - cacheImageURL := fmt.Sprintf("http://%s/images/%s/%s", net.JoinHostPort(cacheImageIP, "6181"), imageFilename, cachedImageFilename) - cacheChecksumURL := fmt.Sprintf("%s.md5sum", cacheImageURL) +func provider(platform *baremetal.Platform, userDataSecret string) (*baremetalprovider.BareMetalMachineProviderSpec, error) { config := &baremetalprovider.BareMetalMachineProviderSpec{ TypeMeta: metav1.TypeMeta{ APIVersion: "baremetal.cluster.k8s.io/v1alpha1", Kind: "BareMetalMachineProviderSpec", }, - Image: baremetalprovider.Image{ - URL: cacheImageURL, - Checksum: cacheChecksumURL, + CustomDeploy: baremetalprovider.CustomDeploy{ + Method: "install_coreos", }, UserData: &corev1.SecretReference{Name: userDataSecret}, } diff --git a/vendor/github.com/openshift/installer/pkg/asset/machines/ibmcloud/machines.go b/vendor/github.com/openshift/installer/pkg/asset/machines/ibmcloud/machines.go index e320376c4..d73358ad8 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/machines/ibmcloud/machines.go +++ b/vendor/github.com/openshift/installer/pkg/asset/machines/ibmcloud/machines.go @@ -3,8 +3,8 @@ package ibmcloud import ( "fmt" + machineapi "github.com/openshift/api/machine/v1beta1" ibmcloudprovider "github.com/openshift/cluster-api-provider-ibmcloud/pkg/apis/ibmcloudprovider/v1beta1" - machineapi "github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1" "github.com/pkg/errors" corev1 "k8s.io/api/core/v1" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" @@ -74,12 +74,7 @@ func provider(clusterID string, ) (*ibmcloudprovider.IBMCloudMachineProviderSpec, error) { az := mpool.Zones[azIdx] - var vpc string - if platform.VPC != "" { - vpc = platform.VPC - } else { - vpc = fmt.Sprintf("%s-vpc", clusterID) - } + var vpc = fmt.Sprintf("%s-vpc", clusterID) var resourceGroup string if platform.ResourceGroupName != "" { @@ -98,12 +93,25 @@ func provider(clusterID string, return nil, err } + var dedicatedHost string + if len(mpool.DedicatedHosts) == len(mpool.Zones) { + if mpool.DedicatedHosts[azIdx].Name != "" { + dedicatedHost = mpool.DedicatedHosts[azIdx].Name + } else { + dedicatedHost, err = getDedicatedHostNameForZone(clusterID, role, az) + if err != nil { + return nil, err + } + } + } + return &ibmcloudprovider.IBMCloudMachineProviderSpec{ TypeMeta: metav1.TypeMeta{ APIVersion: "ibmcloudproviderconfig.openshift.io/v1beta1", Kind: "IBMCloudMachineProviderSpec", }, VPC: vpc, + DedicatedHost: dedicatedHost, Tags: []ibmcloudprovider.TagSpecs{}, Image: fmt.Sprintf("%s-rhcos", clusterID), Profile: mpool.InstanceType, @@ -120,6 +128,17 @@ func provider(clusterID string, }, nil } +func getDedicatedHostNameForZone(clusterID string, role string, zone string) (string, error) { + switch role { + case "master": + return fmt.Sprintf("%s-dhost-control-plane-%s", clusterID, zone), nil + case "worker": + return fmt.Sprintf("%s-dhost-compute-%s", clusterID, zone), nil + default: + return "", fmt.Errorf("invalid machine role %v", role) + } +} + func getSubnetName(clusterID string, role string, zone string) (string, error) { switch role { case "master": @@ -135,14 +154,15 @@ func getSecurityGroupNames(clusterID string, role string) ([]string, error) { switch role { case "master": return []string{ - fmt.Sprintf("%s-security-group-cluster-wide", clusterID), - fmt.Sprintf("%s-security-group-openshift-network", clusterID), - fmt.Sprintf("%s-security-group-control-plane", clusterID), + fmt.Sprintf("%s-sg-cluster-wide", clusterID), + fmt.Sprintf("%s-sg-openshift-net", clusterID), + fmt.Sprintf("%s-sg-control-plane", clusterID), + fmt.Sprintf("%s-sg-cp-internal", clusterID), }, nil case "worker": return []string{ - fmt.Sprintf("%s-security-group-cluster-wide", clusterID), - fmt.Sprintf("%s-security-group-openshift-network", clusterID), + fmt.Sprintf("%s-sg-cluster-wide", clusterID), + fmt.Sprintf("%s-sg-openshift-net", clusterID), }, nil default: return nil, fmt.Errorf("invalid machine role %v", role) diff --git a/vendor/github.com/openshift/installer/pkg/asset/machines/ibmcloud/machinesets.go b/vendor/github.com/openshift/installer/pkg/asset/machines/ibmcloud/machinesets.go index 555eeacb6..452fc0889 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/machines/ibmcloud/machinesets.go +++ b/vendor/github.com/openshift/installer/pkg/asset/machines/ibmcloud/machinesets.go @@ -4,7 +4,7 @@ import ( "fmt" "strings" - machineapi "github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1" + machineapi "github.com/openshift/api/machine/v1beta1" "github.com/pkg/errors" metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" "k8s.io/apimachinery/pkg/runtime" diff --git a/vendor/github.com/openshift/installer/pkg/asset/machines/master.go b/vendor/github.com/openshift/installer/pkg/asset/machines/master.go index d186a4ada..9b52addae 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/machines/master.go +++ b/vendor/github.com/openshift/installer/pkg/asset/machines/master.go @@ -8,28 +8,25 @@ import ( "strings" "github.com/ghodss/yaml" - baremetalapi "github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis" - baremetalprovider "github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1" - gcpapi "github.com/openshift/cluster-api-provider-gcp/pkg/apis" - gcpprovider "github.com/openshift/cluster-api-provider-gcp/pkg/apis/gcpprovider/v1beta1" + baremetalhost "github.com/metal3-io/baremetal-operator/apis/metal3.io/v1alpha1" + machinev1 "github.com/openshift/api/machine/v1" + machinev1beta1 "github.com/openshift/api/machine/v1beta1" + baremetalapi "github.com/openshift/cluster-api-provider-baremetal/pkg/apis" + baremetalprovider "github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1" ibmcloudapi "github.com/openshift/cluster-api-provider-ibmcloud/pkg/apis" ibmcloudprovider "github.com/openshift/cluster-api-provider-ibmcloud/pkg/apis/ibmcloudprovider/v1beta1" libvirtapi "github.com/openshift/cluster-api-provider-libvirt/pkg/apis" libvirtprovider "github.com/openshift/cluster-api-provider-libvirt/pkg/apis/libvirtproviderconfig/v1beta1" ovirtproviderapi "github.com/openshift/cluster-api-provider-ovirt/pkg/apis" ovirtprovider "github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1" - machineapi "github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1" - vsphereapi "github.com/openshift/machine-api-operator/pkg/apis/vsphereprovider" - vsphereprovider "github.com/openshift/machine-api-operator/pkg/apis/vsphereprovider/v1beta1" mcfgv1 "github.com/openshift/machine-config-operator/pkg/apis/machineconfiguration.openshift.io/v1" "github.com/pkg/errors" "github.com/sirupsen/logrus" + corev1 "k8s.io/api/core/v1" "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/serializer" awsapi "sigs.k8s.io/cluster-api-provider-aws/pkg/apis" awsprovider "sigs.k8s.io/cluster-api-provider-aws/pkg/apis/awsprovider/v1beta1" - azureapi "sigs.k8s.io/cluster-api-provider-azure/pkg/apis" - azureprovider "sigs.k8s.io/cluster-api-provider-azure/pkg/apis/azureprovider/v1beta1" openstackapi "sigs.k8s.io/cluster-api-provider-openstack/pkg/apis" openstackprovider "sigs.k8s.io/cluster-api-provider-openstack/pkg/apis/openstackproviderconfig/v1alpha1" @@ -37,6 +34,7 @@ import ( "github.com/openshift/installer/pkg/asset" "github.com/openshift/installer/pkg/asset/ignition/machine" "github.com/openshift/installer/pkg/asset/installconfig" + "github.com/openshift/installer/pkg/asset/machines/alibabacloud" "github.com/openshift/installer/pkg/asset/machines/aws" "github.com/openshift/installer/pkg/asset/machines/azure" "github.com/openshift/installer/pkg/asset/machines/baremetal" @@ -51,6 +49,7 @@ import ( "github.com/openshift/installer/pkg/asset/templates/content/bootkube" rhcosutils "github.com/openshift/installer/pkg/rhcos" "github.com/openshift/installer/pkg/types" + alibabacloudtypes "github.com/openshift/installer/pkg/types/alibabacloud" awstypes "github.com/openshift/installer/pkg/types/aws" awsdefaults "github.com/openshift/installer/pkg/types/aws/defaults" azuretypes "github.com/openshift/installer/pkg/types/azure" @@ -76,6 +75,10 @@ type Master struct { // controllers on hosts. SecretFiles []*asset.File + // NetworkConfigSecretFiles is used by the baremetal platform to + // store the networking configuration per host + NetworkConfigSecretFiles []*asset.File + // HostFiles is the list of baremetal hosts provided in the // installer configuration. HostFiles []*asset.File @@ -88,6 +91,11 @@ const ( // filenames for baremetal clusters. secretFileName = "99_openshift-cluster-api_host-bmc-secrets-%s.yaml" + // networkConfigSecretFileName is the format string for constructing + // the networking configuration Secret filenames for baremetal + // clusters. + networkConfigSecretFileName = "99_openshift-cluster-api_host-network-config-secrets-%s.yaml" + // hostFileName is the format string for constucting the Host // filenames for baremetal clusters. hostFileName = "99_openshift-cluster-api_hosts-%s.yaml" @@ -102,9 +110,10 @@ const ( ) var ( - secretFileNamePattern = fmt.Sprintf(secretFileName, "*") - hostFileNamePattern = fmt.Sprintf(hostFileName, "*") - masterMachineFileNamePattern = fmt.Sprintf(masterMachineFileName, "*") + secretFileNamePattern = fmt.Sprintf(secretFileName, "*") + networkConfigSecretFileNamePattern = fmt.Sprintf(networkConfigSecretFileName, "*") + hostFileNamePattern = fmt.Sprintf(hostFileName, "*") + masterMachineFileNamePattern = fmt.Sprintf(masterMachineFileName, "*") _ asset.WritableAsset = (*Master)(nil) ) @@ -149,12 +158,46 @@ func (m *Master) Generate(dependencies asset.Parents) error { aroDNSConfig := &bootkube.ARODNSConfig{} dependencies.Get(clusterID, installConfig, rhcosImage, mign, aroDNSConfig) + masterUserDataSecretName := "master-user-data" + ic := installConfig.Config pool := *ic.ControlPlane var err error - machines := []machineapi.Machine{} + machines := []machinev1beta1.Machine{} switch ic.Platform.Name() { + case alibabacloudtypes.Name: + client, err := installConfig.AlibabaCloud.Client() + if err != nil { + return err + } + vswitchMaps, err := installConfig.AlibabaCloud.VSwitchMaps() + if err != nil { + return errors.Wrap(err, "failed to get VSwitchs map") + } + mpool := alibabacloudtypes.DefaultMasterMachinePoolPlatform() + mpool.ImageID = string(*rhcosImage) + mpool.Set(ic.Platform.AlibabaCloud.DefaultMachinePlatform) + mpool.Set(pool.Platform.AlibabaCloud) + if len(mpool.Zones) == 0 { + if len(vswitchMaps) > 0 { + for zone := range vswitchMaps { + mpool.Zones = append(mpool.Zones, zone) + } + } else { + azs, err := client.GetAvailableZonesByInstanceType(mpool.InstanceType) + if err != nil || len(azs) == 0 { + return errors.Wrap(err, "failed to fetch availability zones") + } + mpool.Zones = azs + } + } + + pool.Platform.AlibabaCloud = &mpool + machines, err = alibabacloud.Machines(clusterID.InfraID, ic, &pool, "master", masterUserDataSecretName, installConfig.Config.Platform.AlibabaCloud.Tags, vswitchMaps) + if err != nil { + return errors.Wrap(err, "failed to create master machine objects") + } case awstypes.Name: subnets := map[string]string{} if len(ic.Platform.AWS.Subnets) > 0 { @@ -216,7 +259,7 @@ func (m *Master) Generate(dependencies asset.Parents) error { subnets, &pool, "master", - "master-user-data", + masterUserDataSecretName, installConfig.Config.Platform.AWS.UserTags, ) if err != nil { @@ -235,7 +278,7 @@ func (m *Master) Generate(dependencies asset.Parents) error { mpool.Zones = azs } pool.Platform.GCP = &mpool - machines, err = gcp.Machines(clusterID.InfraID, ic, &pool, string(*rhcosImage), "master", "master-user-data") + machines, err = gcp.Machines(clusterID.InfraID, ic, &pool, string(*rhcosImage), "master", masterUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create master machine objects") } @@ -252,7 +295,7 @@ func (m *Master) Generate(dependencies asset.Parents) error { mpool.Zones = azs } pool.Platform.IBMCloud = &mpool - machines, err = ibmcloud.Machines(clusterID.InfraID, ic, &pool, "master", "master-user-data") + machines, err = ibmcloud.Machines(clusterID.InfraID, ic, &pool, "master", masterUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create master machine objects") } @@ -263,7 +306,7 @@ func (m *Master) Generate(dependencies asset.Parents) error { mpool.Set(ic.Platform.Libvirt.DefaultMachinePlatform) mpool.Set(pool.Platform.Libvirt) pool.Platform.Libvirt = &mpool - machines, err = libvirt.Machines(clusterID.InfraID, ic, &pool, "master", "master-user-data") + machines, err = libvirt.Machines(clusterID.InfraID, ic, &pool, "master", masterUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create master machine objects") } @@ -275,7 +318,7 @@ func (m *Master) Generate(dependencies asset.Parents) error { imageName, _ := rhcosutils.GenerateOpenStackImageName(string(*rhcosImage), clusterID.InfraID) - machines, err = openstack.Machines(clusterID.InfraID, ic, &pool, imageName, "master", "master-user-data") + machines, err = openstack.Machines(clusterID.InfraID, ic, &pool, imageName, "master", masterUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create master machine objects") } @@ -308,7 +351,7 @@ func (m *Master) Generate(dependencies asset.Parents) error { pool.Platform.Azure = &mpool - machines, err = azure.Machines(clusterID.InfraID, ic, &pool, string(*rhcosImage), "master", "master-user-data") + machines, err = azure.Machines(clusterID.InfraID, ic, &pool, string(*rhcosImage), "master", masterUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create master machine objects") } @@ -319,7 +362,10 @@ func (m *Master) Generate(dependencies asset.Parents) error { mpool.Set(pool.Platform.BareMetal) pool.Platform.BareMetal = &mpool - machines, err = baremetal.Machines(clusterID.InfraID, ic, &pool, string(*rhcosImage), "master", "master-user-data") + // Use managed user data secret, since we always have up to date images + // available in the cluster + masterUserDataSecretName = "master-user-data-managed" + machines, err = baremetal.Machines(clusterID.InfraID, ic, &pool, "master", masterUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create master machine objects") } @@ -329,39 +375,24 @@ func (m *Master) Generate(dependencies asset.Parents) error { return errors.Wrap(err, "failed to assemble host data") } - if len(hostSettings.Hosts) > 0 { - m.HostFiles = make([]*asset.File, len(hostSettings.Hosts)) - padFormat := fmt.Sprintf("%%0%dd", len(fmt.Sprintf("%d", len(hostSettings.Hosts)))) - for i, host := range hostSettings.Hosts { - data, err := yaml.Marshal(host) - if err != nil { - return errors.Wrapf(err, "marshal host %d", i) - } - - padded := fmt.Sprintf(padFormat, i) - m.HostFiles[i] = &asset.File{ - Filename: filepath.Join(directory, fmt.Sprintf(hostFileName, padded)), - Data: data, - } - } + hosts, err := createHostAssetFiles(hostSettings.Hosts, hostFileName) + if err != nil { + return err } + m.HostFiles = append(m.HostFiles, hosts...) - if len(hostSettings.Secrets) > 0 { - m.SecretFiles = make([]*asset.File, len(hostSettings.Secrets)) - padFormat := fmt.Sprintf("%%0%dd", len(fmt.Sprintf("%d", len(hostSettings.Secrets)))) - for i, secret := range hostSettings.Secrets { - data, err := yaml.Marshal(secret) - if err != nil { - return errors.Wrapf(err, "marshal secret %d", i) - } - - padded := fmt.Sprintf(padFormat, i) - m.SecretFiles[i] = &asset.File{ - Filename: filepath.Join(directory, fmt.Sprintf(secretFileName, padded)), - Data: data, - } - } + secrets, err := createSecretAssetFiles(hostSettings.Secrets, secretFileName) + if err != nil { + return err } + m.SecretFiles = append(m.SecretFiles, secrets...) + + networkSecrets, err := createSecretAssetFiles(hostSettings.NetworkConfigSecrets, networkConfigSecretFileName) + if err != nil { + return err + } + m.NetworkConfigSecretFiles = append(m.NetworkConfigSecretFiles, networkSecrets...) + case ovirttypes.Name: mpool := defaultOvirtMachinePoolPlatform() mpool.VMType = ovirttypes.VMTypeHighPerformance @@ -371,7 +402,7 @@ func (m *Master) Generate(dependencies asset.Parents) error { imageName, _ := rhcosutils.GenerateOpenStackImageName(string(*rhcosImage), clusterID.InfraID) - machines, err = ovirt.Machines(clusterID.InfraID, ic, &pool, imageName, "master", "master-user-data") + machines, err = ovirt.Machines(clusterID.InfraID, ic, &pool, imageName, "master", masterUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create master machine objects for ovirt provider") } @@ -385,7 +416,7 @@ func (m *Master) Generate(dependencies asset.Parents) error { pool.Platform.VSphere = &mpool templateName := clusterID.InfraID + "-rhcos" - machines, err = vsphere.Machines(clusterID.InfraID, ic, &pool, templateName, "master", "master-user-data") + machines, err = vsphere.Machines(clusterID.InfraID, ic, &pool, templateName, "master", masterUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create master machine objects") } @@ -395,7 +426,7 @@ func (m *Master) Generate(dependencies asset.Parents) error { return fmt.Errorf("invalid Platform") } - data, err := userDataSecret("master-user-data", mign.File.Data) + data, err := userDataSecret(masterUserDataSecretName, mign.File.Data) if err != nil { return errors.Wrap(err, "failed to create user-data secret for master machines") } @@ -465,6 +496,7 @@ func (m *Master) Files() []*asset.File { // Hosts refer to secrets, so place the secrets before the hosts // to avoid unnecessary reconciliation errors. files = append(files, m.SecretFiles...) + files = append(files, m.NetworkConfigSecretFiles...) // Machines are linked to hosts via the machineRef, so we create // the hosts first to ensure if the operator starts trying to // reconcile a machine it can pick up the related host. @@ -497,6 +529,12 @@ func (m *Master) Load(f asset.FileFetcher) (found bool, err error) { } m.SecretFiles = fileList + fileList, err = f.FetchByPattern(filepath.Join(directory, networkConfigSecretFileNamePattern)) + if err != nil { + return true, err + } + m.NetworkConfigSecretFiles = fileList + fileList, err = f.FetchByPattern(filepath.Join(directory, hostFileNamePattern)) if err != nil { return true, err @@ -513,32 +551,37 @@ func (m *Master) Load(f asset.FileFetcher) (found bool, err error) { } // Machines returns master Machine manifest structures. -func (m *Master) Machines() ([]machineapi.Machine, error) { +func (m *Master) Machines() ([]machinev1beta1.Machine, error) { scheme := runtime.NewScheme() awsapi.AddToScheme(scheme) - azureapi.AddToScheme(scheme) baremetalapi.AddToScheme(scheme) - gcpapi.AddToScheme(scheme) ibmcloudapi.AddToScheme(scheme) libvirtapi.AddToScheme(scheme) openstackapi.AddToScheme(scheme) ovirtproviderapi.AddToScheme(scheme) - vsphereapi.AddToScheme(scheme) + scheme.AddKnownTypes(machinev1beta1.SchemeGroupVersion, + &machinev1beta1.VSphereMachineProviderSpec{}, + &machinev1beta1.AzureMachineProviderSpec{}, + &machinev1beta1.GCPMachineProviderSpec{}, + ) + scheme.AddKnownTypes(machinev1.GroupVersion, + &machinev1.AlibabaCloudMachineProviderConfig{}, + ) + machinev1beta1.AddToScheme(scheme) decoder := serializer.NewCodecFactory(scheme).UniversalDecoder( + machinev1.GroupVersion, awsprovider.SchemeGroupVersion, - azureprovider.SchemeGroupVersion, baremetalprovider.SchemeGroupVersion, - gcpprovider.SchemeGroupVersion, ibmcloudprovider.SchemeGroupVersion, libvirtprovider.SchemeGroupVersion, openstackprovider.SchemeGroupVersion, - vsphereprovider.SchemeGroupVersion, + machinev1beta1.SchemeGroupVersion, ovirtprovider.SchemeGroupVersion, ) - machines := []machineapi.Machine{} + machines := []machinev1beta1.Machine{} for i, file := range m.MachineFiles { - machine := &machineapi.Machine{} + machine := &machinev1beta1.Machine{} err := yaml.Unmarshal(file.Data, &machine) if err != nil { return machines, errors.Wrapf(err, "unmarshal master %d", i) @@ -582,3 +625,42 @@ func IsMachineManifest(file *asset.File) bool { return matched } } + +func createSecretAssetFiles(resources []corev1.Secret, fileName string) ([]*asset.File, error) { + + var objects []interface{} + for _, r := range resources { + objects = append(objects, r) + } + + return createAssetFiles(objects, fileName) +} + +func createHostAssetFiles(resources []baremetalhost.BareMetalHost, fileName string) ([]*asset.File, error) { + + var objects []interface{} + for _, r := range resources { + objects = append(objects, r) + } + + return createAssetFiles(objects, fileName) +} + +func createAssetFiles(objects []interface{}, fileName string) ([]*asset.File, error) { + + assetFiles := make([]*asset.File, len(objects)) + padFormat := fmt.Sprintf("%%0%dd", len(fmt.Sprintf("%d", len(objects)))) + for i, obj := range objects { + data, err := yaml.Marshal(obj) + if err != nil { + return nil, errors.Wrapf(err, "marshal resource %d", i) + } + padded := fmt.Sprintf(padFormat, i) + assetFiles[i] = &asset.File{ + Filename: filepath.Join(directory, fmt.Sprintf(fileName, padded)), + Data: data, + } + } + + return assetFiles, nil +} diff --git a/vendor/github.com/openshift/installer/pkg/asset/machines/worker.go b/vendor/github.com/openshift/installer/pkg/asset/machines/worker.go index d3bf22498..f51f1f0bf 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/machines/worker.go +++ b/vendor/github.com/openshift/installer/pkg/asset/machines/worker.go @@ -8,19 +8,16 @@ import ( "strings" "github.com/ghodss/yaml" - baremetalapi "github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis" - baremetalprovider "github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1" - gcpapi "github.com/openshift/cluster-api-provider-gcp/pkg/apis" - gcpprovider "github.com/openshift/cluster-api-provider-gcp/pkg/apis/gcpprovider/v1beta1" + machinev1 "github.com/openshift/api/machine/v1" + machinev1beta1 "github.com/openshift/api/machine/v1beta1" + baremetalapi "github.com/openshift/cluster-api-provider-baremetal/pkg/apis" + baremetalprovider "github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1" ibmcloudapi "github.com/openshift/cluster-api-provider-ibmcloud/pkg/apis" ibmcloudprovider "github.com/openshift/cluster-api-provider-ibmcloud/pkg/apis/ibmcloudprovider/v1beta1" libvirtapi "github.com/openshift/cluster-api-provider-libvirt/pkg/apis" libvirtprovider "github.com/openshift/cluster-api-provider-libvirt/pkg/apis/libvirtproviderconfig/v1beta1" ovirtproviderapi "github.com/openshift/cluster-api-provider-ovirt/pkg/apis" ovirtprovider "github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1" - machineapi "github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1" - vsphereproviderapi "github.com/openshift/machine-api-operator/pkg/apis/vsphereprovider" - vsphereprovider "github.com/openshift/machine-api-operator/pkg/apis/vsphereprovider/v1beta1" mcfgv1 "github.com/openshift/machine-config-operator/pkg/apis/machineconfiguration.openshift.io/v1" "github.com/pkg/errors" "github.com/sirupsen/logrus" @@ -28,8 +25,6 @@ import ( "k8s.io/apimachinery/pkg/runtime/serializer" awsapi "sigs.k8s.io/cluster-api-provider-aws/pkg/apis" awsprovider "sigs.k8s.io/cluster-api-provider-aws/pkg/apis/awsprovider/v1beta1" - azureapi "sigs.k8s.io/cluster-api-provider-azure/pkg/apis" - azureprovider "sigs.k8s.io/cluster-api-provider-azure/pkg/apis/azureprovider/v1beta1" openstackapi "sigs.k8s.io/cluster-api-provider-openstack/pkg/apis" openstackprovider "sigs.k8s.io/cluster-api-provider-openstack/pkg/apis/openstackproviderconfig/v1alpha1" @@ -37,6 +32,7 @@ import ( "github.com/openshift/installer/pkg/asset" "github.com/openshift/installer/pkg/asset/ignition/machine" "github.com/openshift/installer/pkg/asset/installconfig" + "github.com/openshift/installer/pkg/asset/machines/alibabacloud" "github.com/openshift/installer/pkg/asset/machines/aws" "github.com/openshift/installer/pkg/asset/machines/azure" "github.com/openshift/installer/pkg/asset/machines/baremetal" @@ -51,6 +47,7 @@ import ( "github.com/openshift/installer/pkg/asset/templates/content/bootkube" rhcosutils "github.com/openshift/installer/pkg/rhcos" "github.com/openshift/installer/pkg/types" + alibabacloudtypes "github.com/openshift/installer/pkg/types/alibabacloud" awstypes "github.com/openshift/installer/pkg/types/aws" awsdefaults "github.com/openshift/installer/pkg/types/aws/defaults" azuretypes "github.com/openshift/installer/pkg/types/azure" @@ -71,6 +68,16 @@ const ( // workerUserDataFileName is the filename used for the worker user-data secret. workerUserDataFileName = "99_openshift-cluster-api_worker-user-data-secret.yaml" + + // decimalRootVolumeSize is the size in GB we use for some platforms. + // See below. + decimalRootVolumeSize = 120 + + // powerOfTwoRootVolumeSize is the size in GB we use for other platforms. + // The reasons for the specific choices between these two may boil down + // to which section of code the person adding a platform was copy-pasting from. + // https://github.com/openshift/openshift-docs/blob/main/modules/installation-requirements-user-infra.adoc#minimum-resource-requirements + powerOfTwoRootVolumeSize = 128 ) var ( @@ -82,8 +89,8 @@ var ( func defaultAWSMachinePoolPlatform() awstypes.MachinePool { return awstypes.MachinePool{ EC2RootVolume: awstypes.EC2RootVolume{ - Type: "gp2", - Size: 120, + Type: "gp3", + Size: decimalRootVolumeSize, }, } } @@ -95,7 +102,7 @@ func defaultLibvirtMachinePoolPlatform() libvirttypes.MachinePool { func defaultAzureMachinePoolPlatform() azuretypes.MachinePool { return azuretypes.MachinePool{ OSDisk: azuretypes.OSDisk{ - DiskSizeGB: 128, + DiskSizeGB: powerOfTwoRootVolumeSize, DiskType: azuretypes.DefaultDiskType, }, } @@ -105,7 +112,7 @@ func defaultGCPMachinePoolPlatform() gcptypes.MachinePool { return gcptypes.MachinePool{ InstanceType: "n1-standard-4", OSDisk: gcptypes.OSDisk{ - DiskSizeGB: 128, + DiskSizeGB: powerOfTwoRootVolumeSize, DiskType: "pd-ssd", }, } @@ -113,7 +120,7 @@ func defaultGCPMachinePoolPlatform() gcptypes.MachinePool { func defaultIBMCloudMachinePoolPlatform() ibmcloudtypes.MachinePool { return ibmcloudtypes.MachinePool{ - InstanceType: "bx2d-4x16", + InstanceType: "bx2-4x16", } } @@ -135,7 +142,7 @@ func defaultOvirtMachinePoolPlatform() ovirttypes.MachinePool { }, MemoryMB: 16348, OSDisk: &ovirttypes.Disk{ - SizeGB: 120, + SizeGB: decimalRootVolumeSize, }, VMType: ovirttypes.VMTypeServer, AutoPinningPolicy: ovirttypes.AutoPinningNone, @@ -148,7 +155,7 @@ func defaultVSphereMachinePoolPlatform() vspheretypes.MachinePool { NumCoresPerSocket: 2, MemoryMiB: 8192, OSDisk: vspheretypes.OSDisk{ - DiskSizeGB: 120, + DiskSizeGB: decimalRootVolumeSize, }, } } @@ -200,6 +207,8 @@ func (w *Worker) Generate(dependencies asset.Parents) error { aroDNSConfig := &bootkube.ARODNSConfig{} dependencies.Get(clusterID, installConfig, rhcosImage, wign, aroDNSConfig) + workerUserDataSecretName := "worker-user-data" + machineConfigs := []*mcfgv1.MachineConfig{} machineSets := []runtime.Object{} var err error @@ -232,6 +241,50 @@ func (w *Worker) Generate(dependencies asset.Parents) error { } machineConfigs = append(machineConfigs, ignARODNS) switch ic.Platform.Name() { + case alibabacloudtypes.Name: + client, err := installConfig.AlibabaCloud.Client() + if err != nil { + return err + } + vswitchMaps, err := installConfig.AlibabaCloud.VSwitchMaps() + if err != nil { + return errors.Wrap(err, "failed to get VSwitchs map") + } + + mpool := alibabacloudtypes.DefaultWorkerMachinePoolPlatform() + mpool.ImageID = string(*rhcosImage) + mpool.Set(ic.Platform.AlibabaCloud.DefaultMachinePlatform) + mpool.Set(pool.Platform.AlibabaCloud) + if len(mpool.Zones) == 0 { + if len(vswitchMaps) > 0 { + for zone := range vswitchMaps { + mpool.Zones = append(mpool.Zones, zone) + } + } else { + azs, err := client.GetAvailableZonesByInstanceType(mpool.InstanceType) + if err != nil || len(azs) == 0 { + return errors.Wrap(err, "failed to fetch availability zones") + } + mpool.Zones = azs + } + } + + pool.Platform.AlibabaCloud = &mpool + sets, err := alibabacloud.MachineSets( + clusterID.InfraID, + ic, + &pool, + "worker", + workerUserDataSecretName, + installConfig.Config.Platform.AlibabaCloud.Tags, + vswitchMaps, + ) + if err != nil { + return errors.Wrap(err, "failed to create worker machine objects") + } + for _, set := range sets { + machineSets = append(machineSets, set) + } case awstypes.Name: subnets := map[string]string{} if len(ic.Platform.AWS.Subnets) > 0 { @@ -291,7 +344,7 @@ func (w *Worker) Generate(dependencies asset.Parents) error { subnets, &pool, "worker", - "worker-user-data", + workerUserDataSecretName, installConfig.Config.Platform.AWS.UserTags, ) if err != nil { @@ -326,7 +379,7 @@ func (w *Worker) Generate(dependencies asset.Parents) error { } pool.Platform.Azure = &mpool - sets, err := azure.MachineSets(clusterID.InfraID, ic, &pool, string(*rhcosImage), "worker", "worker-user-data") + sets, err := azure.MachineSets(clusterID.InfraID, ic, &pool, string(*rhcosImage), "worker", workerUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create worker machine objects") } @@ -338,7 +391,11 @@ func (w *Worker) Generate(dependencies asset.Parents) error { mpool.Set(ic.Platform.BareMetal.DefaultMachinePlatform) mpool.Set(pool.Platform.BareMetal) pool.Platform.BareMetal = &mpool - sets, err := baremetal.MachineSets(clusterID.InfraID, ic, &pool, string(*rhcosImage), "worker", "worker-user-data") + + // Use managed user data secret, since images used by MachineSet + // are always up to date + workerUserDataSecretName = "worker-user-data-managed" + sets, err := baremetal.MachineSets(clusterID.InfraID, ic, &pool, "", "worker", workerUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create worker machine objects") } @@ -357,7 +414,7 @@ func (w *Worker) Generate(dependencies asset.Parents) error { mpool.Zones = azs } pool.Platform.GCP = &mpool - sets, err := gcp.MachineSets(clusterID.InfraID, ic, &pool, string(*rhcosImage), "worker", "worker-user-data") + sets, err := gcp.MachineSets(clusterID.InfraID, ic, &pool, string(*rhcosImage), "worker", workerUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create worker machine objects") } @@ -376,7 +433,7 @@ func (w *Worker) Generate(dependencies asset.Parents) error { mpool.Zones = azs } pool.Platform.IBMCloud = &mpool - sets, err := ibmcloud.MachineSets(clusterID.InfraID, ic, &pool, "worker", "worker-user-data") + sets, err := ibmcloud.MachineSets(clusterID.InfraID, ic, &pool, "worker", workerUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create worker machine objects") } @@ -388,7 +445,7 @@ func (w *Worker) Generate(dependencies asset.Parents) error { mpool.Set(ic.Platform.Libvirt.DefaultMachinePlatform) mpool.Set(pool.Platform.Libvirt) pool.Platform.Libvirt = &mpool - sets, err := libvirt.MachineSets(clusterID.InfraID, ic, &pool, "worker", "worker-user-data") + sets, err := libvirt.MachineSets(clusterID.InfraID, ic, &pool, "worker", workerUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create worker machine objects") } @@ -403,7 +460,7 @@ func (w *Worker) Generate(dependencies asset.Parents) error { imageName, _ := rhcosutils.GenerateOpenStackImageName(string(*rhcosImage), clusterID.InfraID) - sets, err := openstack.MachineSets(clusterID.InfraID, ic, &pool, imageName, "worker", "worker-user-data", nil) + sets, err := openstack.MachineSets(clusterID.InfraID, ic, &pool, imageName, "worker", workerUserDataSecretName, nil) if err != nil { return errors.Wrap(err, "failed to create worker machine objects") } @@ -417,7 +474,7 @@ func (w *Worker) Generate(dependencies asset.Parents) error { pool.Platform.VSphere = &mpool templateName := clusterID.InfraID + "-rhcos" - sets, err := vsphere.MachineSets(clusterID.InfraID, ic, &pool, templateName, "worker", "worker-user-data") + sets, err := vsphere.MachineSets(clusterID.InfraID, ic, &pool, templateName, "worker", workerUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create worker machine objects") } @@ -432,7 +489,7 @@ func (w *Worker) Generate(dependencies asset.Parents) error { imageName, _ := rhcosutils.GenerateOpenStackImageName(string(*rhcosImage), clusterID.InfraID) - sets, err := ovirt.MachineSets(clusterID.InfraID, ic, &pool, imageName, "worker", "worker-user-data") + sets, err := ovirt.MachineSets(clusterID.InfraID, ic, &pool, imageName, "worker", workerUserDataSecretName) if err != nil { return errors.Wrap(err, "failed to create worker machine objects for ovirt provider") } @@ -445,7 +502,7 @@ func (w *Worker) Generate(dependencies asset.Parents) error { } } - data, err := userDataSecret("worker-user-data", wign.File.Data) + data, err := userDataSecret(workerUserDataSecretName, wign.File.Data) if err != nil { return errors.Wrap(err, "failed to create user-data secret for worker machines") } @@ -513,32 +570,37 @@ func (w *Worker) Load(f asset.FileFetcher) (found bool, err error) { } // MachineSets returns MachineSet manifest structures. -func (w *Worker) MachineSets() ([]machineapi.MachineSet, error) { +func (w *Worker) MachineSets() ([]machinev1beta1.MachineSet, error) { scheme := runtime.NewScheme() awsapi.AddToScheme(scheme) - azureapi.AddToScheme(scheme) baremetalapi.AddToScheme(scheme) - gcpapi.AddToScheme(scheme) ibmcloudapi.AddToScheme(scheme) libvirtapi.AddToScheme(scheme) openstackapi.AddToScheme(scheme) ovirtproviderapi.AddToScheme(scheme) - vsphereproviderapi.AddToScheme(scheme) + scheme.AddKnownTypes(machinev1beta1.SchemeGroupVersion, + &machinev1beta1.VSphereMachineProviderSpec{}, + &machinev1beta1.AzureMachineProviderSpec{}, + &machinev1beta1.GCPMachineProviderSpec{}, + ) + scheme.AddKnownTypes(machinev1.GroupVersion, + &machinev1.AlibabaCloudMachineProviderConfig{}, + ) + machinev1beta1.AddToScheme(scheme) decoder := serializer.NewCodecFactory(scheme).UniversalDecoder( awsprovider.SchemeGroupVersion, - azureprovider.SchemeGroupVersion, baremetalprovider.SchemeGroupVersion, - gcpprovider.SchemeGroupVersion, ibmcloudprovider.SchemeGroupVersion, libvirtprovider.SchemeGroupVersion, openstackprovider.SchemeGroupVersion, ovirtprovider.SchemeGroupVersion, - vsphereprovider.SchemeGroupVersion, + machinev1beta1.SchemeGroupVersion, + machinev1.GroupVersion, ) - machineSets := []machineapi.MachineSet{} + machineSets := []machinev1beta1.MachineSet{} for i, file := range w.MachineSetFiles { - machineSet := &machineapi.MachineSet{} + machineSet := &machinev1beta1.MachineSet{} err := yaml.Unmarshal(file.Data, &machineSet) if err != nil { return machineSets, errors.Wrapf(err, "unmarshal worker %d", i) diff --git a/vendor/github.com/openshift/installer/pkg/asset/manifests/cloudproviderconfig.go b/vendor/github.com/openshift/installer/pkg/asset/manifests/cloudproviderconfig.go index cab6b9c09..f7ebb0361 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/manifests/cloudproviderconfig.go +++ b/vendor/github.com/openshift/installer/pkg/asset/manifests/cloudproviderconfig.go @@ -14,11 +14,14 @@ import ( "github.com/openshift/installer/pkg/asset" "github.com/openshift/installer/pkg/asset/installconfig" + ibmcloudmachines "github.com/openshift/installer/pkg/asset/machines/ibmcloud" + alibabacloudmanifests "github.com/openshift/installer/pkg/asset/manifests/alibabacloud" "github.com/openshift/installer/pkg/asset/manifests/azure" gcpmanifests "github.com/openshift/installer/pkg/asset/manifests/gcp" ibmcloudmanifests "github.com/openshift/installer/pkg/asset/manifests/ibmcloud" openstackmanifests "github.com/openshift/installer/pkg/asset/manifests/openstack" vspheremanifests "github.com/openshift/installer/pkg/asset/manifests/vsphere" + alibabacloudtypes "github.com/openshift/installer/pkg/types/alibabacloud" awstypes "github.com/openshift/installer/pkg/types/aws" azuretypes "github.com/openshift/installer/pkg/types/azure" baremetaltypes "github.com/openshift/installer/pkg/types/baremetal" @@ -96,7 +99,23 @@ func (cpc *CloudProviderConfig) Generate(dependencies asset.Parents) error { return nil } cm.Data[cloudProviderConfigCABundleDataKey] = trustBundle - + // Include a non-empty kube config to appease components--such as the kube-apiserver--that + // expect there to be a kube config if the cloud-provider-config ConfigMap exists. See + // https://bugzilla.redhat.com/show_bug.cgi?id=1926975. + // Note that the newline is required in order to be valid yaml. + cm.Data[cloudProviderConfigDataKey] = `[Global] +` + case alibabacloudtypes.Name: + alibabacloudConfig, err := alibabacloudmanifests.CloudConfig{ + Global: alibabacloudmanifests.GlobalConfig{ + ClusterID: clusterID.InfraID, + Region: installConfig.Config.AlibabaCloud.Region, + }, + }.JSON() + if err != nil { + return errors.Wrap(err, "could not create Alibaba Cloud provider config") + } + cm.Data[cloudProviderConfigDataKey] = alibabacloudConfig case openstacktypes.Name: cloudProviderConfigData, cloudProviderConfigCABundleData, err := openstackmanifests.GenerateCloudProviderConfig(*installConfig.Config) if err != nil { @@ -167,7 +186,29 @@ func (cpc *CloudProviderConfig) Generate(dependencies asset.Parents) error { if err != nil { return err } - ibmcloudConfig, err := ibmcloudmanifests.CloudProviderConfig(clusterID.InfraID, accountID) + + controlPlane := &ibmcloudtypes.MachinePool{} + controlPlane.Set(installConfig.Config.Platform.IBMCloud.DefaultMachinePlatform) + controlPlane.Set(installConfig.Config.ControlPlane.Platform.IBMCloud) + compute := &ibmcloudtypes.MachinePool{} + compute.Set(installConfig.Config.Platform.IBMCloud.DefaultMachinePlatform) + compute.Set(installConfig.Config.WorkerMachinePool().Platform.IBMCloud) + + if len(controlPlane.Zones) == 0 || len(compute.Zones) == 0 { + zones, err := ibmcloudmachines.AvailabilityZones(installConfig.Config.IBMCloud.Region) + if err != nil { + return errors.Wrapf(err, "could not get availability zones for %s", installConfig.Config.IBMCloud.Region) + } + if len(controlPlane.Zones) == 0 { + controlPlane.Zones = zones + } + if len(compute.Zones) == 0 { + compute.Zones = zones + } + } + + resourceGroupName := installConfig.Config.Platform.IBMCloud.ClusterResourceGroupName(clusterID.InfraID) + ibmcloudConfig, err := ibmcloudmanifests.CloudProviderConfig(clusterID.InfraID, accountID, installConfig.Config.IBMCloud.Region, resourceGroupName, controlPlane.Zones, compute.Zones) if err != nil { return errors.Wrap(err, "could not create cloud provider config") } diff --git a/vendor/github.com/openshift/installer/pkg/asset/manifests/ibmcloud/cloudproviderconfig.go b/vendor/github.com/openshift/installer/pkg/asset/manifests/ibmcloud/cloudproviderconfig.go index 88880d0f2..c8ab1329e 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/manifests/ibmcloud/cloudproviderconfig.go +++ b/vendor/github.com/openshift/installer/pkg/asset/manifests/ibmcloud/cloudproviderconfig.go @@ -2,6 +2,9 @@ package ibmcloud import ( "bytes" + "fmt" + "sort" + "strings" "text/template" ) @@ -24,11 +27,16 @@ type provider struct { AccountID string `gcfg:"accountID"` ClusterID string `gcfg:"clusterID"` ClusterDefaultProvider string `gcfg:"cluster-default-provider"` + Region string `gcfg:"region"` + G2CredentialsFilePath string `gcfg:"g2Credentials"` + G2ResourceGroupName string `gcfg:"g2ResourceGroupName"` + G2VPCName string `gcfg:"g2VpcName"` G2WorkerServiceAccountID string `gcfg:"g2workerServiceAccountID"` + G2VPCSubnetNames string `gcfg:"g2VpcSubnetNames"` } // CloudProviderConfig generates the cloud provider config for the IBMCloud platform. -func CloudProviderConfig(infraID string, accountID string) (string, error) { +func CloudProviderConfig(infraID string, accountID string, region string, resourceGroupName string, controlPlaneZones []string, computeZones []string) (string, error) { config := &config{ Global: global{ Version: "1.1.0", @@ -40,7 +48,12 @@ func CloudProviderConfig(infraID string, accountID string) (string, error) { AccountID: accountID, ClusterID: infraID, ClusterDefaultProvider: "g2", + Region: region, + G2CredentialsFilePath: "/etc/vpc/ibmcloud_api_key", + G2ResourceGroupName: resourceGroupName, + G2VPCName: fmt.Sprintf("%s-vpc", infraID), G2WorkerServiceAccountID: accountID, + G2VPCSubnetNames: getVpcSubnetNames(infraID, controlPlaneZones, computeZones), }, } buf := &bytes.Buffer{} @@ -51,6 +64,22 @@ func CloudProviderConfig(infraID string, accountID string) (string, error) { return buf.String(), nil } +// Generate a string of Subnet names for Control Plane and Compute based off the cluster name +func getVpcSubnetNames(infraID string, controlPlaneZones []string, computeZones []string) string { + var subnetNames []string + + for cpIndex := range controlPlaneZones { + // Add Control Plane subnet + subnetNames = append(subnetNames, fmt.Sprintf("%s-subnet-control-plane-%s", infraID, controlPlaneZones[cpIndex])) + } + for comIndex := range computeZones { + // Add Compute subnet + subnetNames = append(subnetNames, fmt.Sprintf("%s-subnet-compute-%s", infraID, computeZones[comIndex])) + } + sort.Strings(subnetNames) + return strings.Join(subnetNames, ",") +} + var configTmpl = `[global] version = {{.Global.Version}} [kubernetes] @@ -59,6 +88,11 @@ config-file = {{ if ne .Kubernetes.ConfigFile "" }}{{ .Kubernetes.ConfigFile }}{ accountID = {{.Provider.AccountID}} clusterID = {{.Provider.ClusterID}} cluster-default-provider = {{.Provider.ClusterDefaultProvider}} +region = {{.Provider.Region}} +g2Credentials = {{.Provider.G2CredentialsFilePath}} +g2ResourceGroupName = {{.Provider.G2ResourceGroupName}} +g2VpcName = {{.Provider.G2VPCName}} g2workerServiceAccountID = {{.Provider.G2WorkerServiceAccountID}} +g2VpcSubnetNames = {{.Provider.G2VPCSubnetNames}} ` diff --git a/vendor/github.com/openshift/installer/pkg/asset/manifests/infrastructure.go b/vendor/github.com/openshift/installer/pkg/asset/manifests/infrastructure.go index 4c5baa0c0..1e6e1222c 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/manifests/infrastructure.go +++ b/vendor/github.com/openshift/installer/pkg/asset/manifests/infrastructure.go @@ -1,6 +1,7 @@ package manifests import ( + "context" "path/filepath" "sort" @@ -12,6 +13,7 @@ import ( "github.com/openshift/installer/pkg/asset" "github.com/openshift/installer/pkg/asset/installconfig" gcpmanifests "github.com/openshift/installer/pkg/asset/manifests/gcp" + "github.com/openshift/installer/pkg/types/alibabacloud" "github.com/openshift/installer/pkg/types/aws" "github.com/openshift/installer/pkg/types/azure" "github.com/openshift/installer/pkg/types/baremetal" @@ -147,6 +149,12 @@ func (i *Infrastructure) Generate(dependencies asset.Parents) error { if installConfig.Config.Platform.Azure.CloudName == azure.StackCloud { config.Status.PlatformStatus.Azure.ARMEndpoint = installConfig.Config.Platform.Azure.ARMEndpoint } + case alibabacloud.Name: + config.Spec.PlatformSpec.Type = configv1.AlibabaCloudPlatformType + config.Status.PlatformStatus.AlibabaCloud = &configv1.AlibabaCloudPlatformStatus{ + Region: installConfig.Config.Platform.AlibabaCloud.Region, + ResourceGroupID: installConfig.Config.Platform.AlibabaCloud.ResourceGroupID, + } case baremetal.Name: config.Spec.PlatformSpec.Type = configv1.BareMetalPlatformType config.Status.PlatformStatus.BareMetal = &configv1.BareMetalPlatformStatus{ @@ -170,9 +178,15 @@ func (i *Infrastructure) Generate(dependencies asset.Parents) error { }) case ibmcloud.Name: config.Spec.PlatformSpec.Type = configv1.IBMCloudPlatformType + cisInstanceCRN, err := installConfig.IBMCloud.CISInstanceCRN(context.TODO()) + if err != nil { + return errors.Wrap(err, "cannot retrieve IBM Cloud Internet Services instance CRN") + } config.Status.PlatformStatus.IBMCloud = &configv1.IBMCloudPlatformStatus{ Location: installConfig.Config.Platform.IBMCloud.Region, ResourceGroupName: installConfig.Config.Platform.IBMCloud.ClusterResourceGroupName(clusterID.InfraID), + CISInstanceCRN: cisInstanceCRN, + ProviderType: configv1.IBMCloudProviderTypeVPC, } case libvirt.Name: config.Spec.PlatformSpec.Type = configv1.LibvirtPlatformType diff --git a/vendor/github.com/openshift/installer/pkg/asset/manifests/operators.go b/vendor/github.com/openshift/installer/pkg/asset/manifests/operators.go index c74d17f34..d6a15ff23 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/manifests/operators.go +++ b/vendor/github.com/openshift/installer/pkg/asset/manifests/operators.go @@ -72,7 +72,6 @@ func (m *Manifests) Dependencies() []asset.Asset { &bootkube.KubeSystemConfigmapRootCA{}, &bootkube.MachineConfigServerTLSSecret{}, &bootkube.OpenshiftConfigSecretPullSecret{}, - &bootkube.OpenshiftMachineConfigOperator{}, &bootkube.AROWorkerRegistries{}, &bootkube.AROIngressService{}, &bootkube.ARODNSConfig{}, @@ -175,7 +174,6 @@ func (m *Manifests) generateBootKubeManifests(dependencies asset.Parents) []*ass &bootkube.KubeSystemConfigmapRootCA{}, &bootkube.MachineConfigServerTLSSecret{}, &bootkube.OpenshiftConfigSecretPullSecret{}, - &bootkube.OpenshiftMachineConfigOperator{}, &bootkube.AROWorkerRegistries{}, &bootkube.AROIngressService{}, &bootkube.AROImageRegistry{}, diff --git a/vendor/github.com/openshift/installer/pkg/asset/releaseimage/default.go b/vendor/github.com/openshift/installer/pkg/asset/releaseimage/default.go index 5f3189a12..e6b302a43 100644 --- a/vendor/github.com/openshift/installer/pkg/asset/releaseimage/default.go +++ b/vendor/github.com/openshift/installer/pkg/asset/releaseimage/default.go @@ -20,7 +20,7 @@ import ( var ( // defaultReleaseImageOriginal is the value served when defaultReleaseImagePadded is unmodified. - defaultReleaseImageOriginal = "registry.ci.openshift.org/origin/release:4.9" + defaultReleaseImageOriginal = "registry.ci.openshift.org/origin/release:4.10" // defaultReleaseImagePadded may be replaced in the binary with a pull spec that overrides defaultReleaseImage as // a null-terminated string within the allowed character length. This allows a distributor to override the payload // location without having to rebuild the source. diff --git a/vendor/github.com/openshift/installer/pkg/rhcos/ami_regions.go b/vendor/github.com/openshift/installer/pkg/rhcos/ami_regions.go new file mode 100644 index 000000000..5ca3faa14 --- /dev/null +++ b/vendor/github.com/openshift/installer/pkg/rhcos/ami_regions.go @@ -0,0 +1,33 @@ +package rhcos + +import ( + "context" + + "github.com/coreos/stream-metadata-go/arch" + "github.com/sirupsen/logrus" + "k8s.io/apimachinery/pkg/util/sets" + + "github.com/openshift/installer/pkg/types" +) + +// AMIRegions returns the AWS regions in which an RHCOS AMI for the specified architecture is published. +func AMIRegions(architecture types.Architecture) sets.String { + stream, err := FetchCoreOSBuild(context.Background()) + if err != nil { + logrus.Error("could not fetch the rhcos stream data: %w", err) + return nil + } + rpmArch := arch.RpmArch(string(architecture)) + awsImages := stream.Architectures[rpmArch].Images.Aws + if awsImages == nil { + return nil + } + regions := make([]string, 0, len(awsImages.Regions)) + for name, r := range awsImages.Regions { + if r.Image == "" { + continue + } + regions = append(regions, name) + } + return sets.NewString(regions...) +} diff --git a/vendor/github.com/openshift/installer/pkg/rhcos/ami_regions_aarch64.go b/vendor/github.com/openshift/installer/pkg/rhcos/ami_regions_aarch64.go deleted file mode 100644 index e5b4f8f01..000000000 --- a/vendor/github.com/openshift/installer/pkg/rhcos/ami_regions_aarch64.go +++ /dev/null @@ -1,23 +0,0 @@ -// Code generated by ami_regions_generate.go; DO NOT EDIT. - -package rhcos - -// AMIRegionsAARCH64 is a list of regions where the RHEL CoreOS is published for architecture AARCH64. -var AMIRegionsAARCH64 = []string{ - "ap-east-1", - "ap-northeast-1", - "ap-northeast-2", - "ap-south-1", - "ap-southeast-1", - "ap-southeast-2", - "ca-central-1", - "eu-central-1", - "eu-south-1", - "eu-west-1", - "eu-west-2", - "sa-east-1", - "us-east-1", - "us-east-2", - "us-west-1", - "us-west-2", -} diff --git a/vendor/github.com/openshift/installer/pkg/rhcos/ami_regions_generate.go b/vendor/github.com/openshift/installer/pkg/rhcos/ami_regions_generate.go deleted file mode 100644 index 0a3d6e181..000000000 --- a/vendor/github.com/openshift/installer/pkg/rhcos/ami_regions_generate.go +++ /dev/null @@ -1,101 +0,0 @@ -// +build tools - -package main - -import ( - "bytes" - "encoding/json" - "fmt" - "io/ioutil" - "log" - "os" - "path/filepath" - "sort" - "strings" - "text/template" -) - -func main() { - if len(os.Args) != 5 { - log.Fatalln("exactly 5 arguments must be provided") - } - argsWithoutProg := os.Args[1:] - - pkg := argsWithoutProg[0] - srcPath, err := filepath.Abs(argsWithoutProg[1]) - log.Println("srcPath: ", srcPath) - if err != nil { - log.Fatalln("failed to load absolute path for the source") - } - dstPath, err := filepath.Abs(argsWithoutProg[2]) - log.Println("dstPath: ", dstPath) - if err != nil { - log.Fatalln("failed to load absolute path for the source") - } - - architecture := argsWithoutProg[3] - log.Println("architecture: ", architecture) - - srcData, err := ioutil.ReadFile(srcPath) - if err != nil { - log.Fatalln(err) - } - - var m metadata - if err := json.Unmarshal(srcData, &m); err != nil { - log.Fatalln(fmt.Errorf("failed to unmarshal source: %v", err)) - } - - var regions []string - for arch, images := range m.Architectures { - if arch == architecture { - regions = make([]string, 0, len(images.Images.AWS.Regions)) - for region := range images.Images.AWS.Regions { - regions = append(regions, region) - } - } - } - sort.Strings(regions) - - tinput := struct { - Architecture string - Pkg string - Regions []string - }{Architecture: strings.ToUpper(architecture), Pkg: pkg, Regions: regions} - - t := template.Must(template.New(fmt.Sprintf("ami_regions_%s", architecture)).Parse(tmpl)) - buf := &bytes.Buffer{} - if err := t.Execute(buf, tinput); err != nil { - log.Fatalln(fmt.Errorf("failed to execute the template: %v", err)) - } - - if err := ioutil.WriteFile(dstPath, buf.Bytes(), 0664); err != nil { - log.Fatalln(err) - } -} - -// use the rhco-stream.json to get AMIs per arch -type metadata struct { - Architectures map[string]struct { - Images struct { - AWS struct { - Regions map[string]struct { - Release string `json:"release"` - Image string `json:"image"` - } `json:"regions"` - } `json:"aws"` - } `json:"images"` - } `json:"architectures"` -} - -var tmpl = `// Code generated by ami_regions_generate.go; DO NOT EDIT. - -package {{ .Pkg }} - -// AMIRegions{{ .Architecture }} is a list of regions where the RHEL CoreOS is published for architecture {{ .Architecture }}. -var AMIRegions{{ .Architecture }} = []string{ -{{- range $region := .Regions}} - "{{ $region }}", -{{- end}} -} -` diff --git a/vendor/github.com/openshift/installer/pkg/rhcos/ami_regions_x86_64.go b/vendor/github.com/openshift/installer/pkg/rhcos/ami_regions_x86_64.go deleted file mode 100644 index ae88b0e65..000000000 --- a/vendor/github.com/openshift/installer/pkg/rhcos/ami_regions_x86_64.go +++ /dev/null @@ -1,28 +0,0 @@ -// Code generated by ami_regions_generate.go; DO NOT EDIT. - -package rhcos - -// AMIRegionsX86_64 is a list of regions where the RHEL CoreOS is published for architecture X86_64. -var AMIRegionsX86_64 = []string{ - "af-south-1", - "ap-east-1", - "ap-northeast-1", - "ap-northeast-2", - "ap-northeast-3", - "ap-south-1", - "ap-southeast-1", - "ap-southeast-2", - "ca-central-1", - "eu-central-1", - "eu-north-1", - "eu-south-1", - "eu-west-1", - "eu-west-2", - "eu-west-3", - "me-south-1", - "sa-east-1", - "us-east-1", - "us-east-2", - "us-west-1", - "us-west-2", -} diff --git a/vendor/github.com/openshift/installer/pkg/rhcos/stream.go b/vendor/github.com/openshift/installer/pkg/rhcos/stream.go index 59027f2fa..813033a37 100644 --- a/vendor/github.com/openshift/installer/pkg/rhcos/stream.go +++ b/vendor/github.com/openshift/installer/pkg/rhcos/stream.go @@ -1,7 +1,8 @@ +//go:build !okd // +build !okd package rhcos func getStreamFileName() string { - return "rhcos-stream.json" + return "coreos/rhcos.json" } diff --git a/vendor/github.com/openshift/installer/pkg/rhcos/stream_okd.go b/vendor/github.com/openshift/installer/pkg/rhcos/stream_okd.go index 690c57620..faeaf3927 100644 --- a/vendor/github.com/openshift/installer/pkg/rhcos/stream_okd.go +++ b/vendor/github.com/openshift/installer/pkg/rhcos/stream_okd.go @@ -1,7 +1,8 @@ +//go:build okd // +build okd package rhcos func getStreamFileName() string { - return "fcos-stream.json" + return "coreos/fcos.json" } diff --git a/vendor/github.com/openshift/installer/pkg/tfvars/aws/aws.go b/vendor/github.com/openshift/installer/pkg/tfvars/aws/aws.go index 4053d43d3..8c413b23c 100644 --- a/vendor/github.com/openshift/installer/pkg/tfvars/aws/aws.go +++ b/vendor/github.com/openshift/installer/pkg/tfvars/aws/aws.go @@ -3,6 +3,7 @@ package aws import ( "encoding/json" + "fmt" "github.com/openshift/installer/pkg/asset/ignition/bootstrap" "github.com/pkg/errors" diff --git a/vendor/github.com/openshift/installer/pkg/tfvars/azure/azure.go b/vendor/github.com/openshift/installer/pkg/tfvars/azure/azure.go index 821d83934..daf1181d6 100644 --- a/vendor/github.com/openshift/installer/pkg/tfvars/azure/azure.go +++ b/vendor/github.com/openshift/installer/pkg/tfvars/azure/azure.go @@ -6,8 +6,7 @@ import ( "github.com/Azure/go-autorest/autorest/to" "github.com/pkg/errors" - azureprovider "sigs.k8s.io/cluster-api-provider-azure/pkg/apis/azureprovider/v1beta1" - + machineapi "github.com/openshift/api/machine/v1beta1" "github.com/openshift/installer/pkg/types" "github.com/openshift/installer/pkg/types/azure" "github.com/openshift/installer/pkg/types/azure/defaults" @@ -22,41 +21,45 @@ type Auth struct { } type config struct { - Auth `json:",inline"` - Environment string `json:"azure_environment"` - ARMEndpoint string `json:"azure_arm_endpoint,omitempty"` - ExtraTags map[string]string `json:"azure_extra_tags,omitempty"` - BootstrapInstanceType string `json:"azure_bootstrap_vm_type,omitempty"` - MasterInstanceType string `json:"azure_master_vm_type,omitempty"` - MasterAvailabilityZones []string `json:"azure_master_availability_zones"` - VolumeType string `json:"azure_master_root_volume_type"` - VolumeSize int32 `json:"azure_master_root_volume_size"` - ImageURL string `json:"azure_image_url,omitempty"` - Region string `json:"azure_region,omitempty"` - BaseDomainResourceGroupName string `json:"azure_base_domain_resource_group_name,omitempty"` - ResourceGroupName string `json:"azure_resource_group_name"` - NetworkResourceGroupName string `json:"azure_network_resource_group_name"` - VirtualNetwork string `json:"azure_virtual_network"` - ControlPlaneSubnet string `json:"azure_control_plane_subnet"` - ComputeSubnet string `json:"azure_compute_subnet"` - PreexistingNetwork bool `json:"azure_preexisting_network"` - Private bool `json:"azure_private"` - OutboundUDR bool `json:"azure_outbound_user_defined_routing"` + Auth `json:",inline"` + Environment string `json:"azure_environment"` + ARMEndpoint string `json:"azure_arm_endpoint"` + ExtraTags map[string]string `json:"azure_extra_tags,omitempty"` + BootstrapInstanceType string `json:"azure_bootstrap_vm_type,omitempty"` + MasterInstanceType string `json:"azure_master_vm_type,omitempty"` + MasterAvailabilityZones []string `json:"azure_master_availability_zones"` + VolumeType string `json:"azure_master_root_volume_type"` + VolumeSize int32 `json:"azure_master_root_volume_size"` + ImageURL string `json:"azure_image_url,omitempty"` + Region string `json:"azure_region,omitempty"` + BaseDomainResourceGroupName string `json:"azure_base_domain_resource_group_name,omitempty"` + ResourceGroupName string `json:"azure_resource_group_name"` + NetworkResourceGroupName string `json:"azure_network_resource_group_name"` + VirtualNetwork string `json:"azure_virtual_network"` + ControlPlaneSubnet string `json:"azure_control_plane_subnet"` + ComputeSubnet string `json:"azure_compute_subnet"` + PreexistingNetwork bool `json:"azure_preexisting_network"` + Private bool `json:"azure_private"` + OutboundUDR bool `json:"azure_outbound_user_defined_routing"` + BootstrapIgnitionStub string `json:"azure_bootstrap_ignition_stub"` + BootstrapIgnitionURLPlaceholder string `json:"azure_bootstrap_ignition_url_placeholder"` } // TFVarsSources contains the parameters to be converted into Terraform variables type TFVarsSources struct { - Auth Auth - CloudName azure.CloudEnvironment - ARMEndpoint string - ResourceGroupName string - BaseDomainResourceGroupName string - MasterConfigs []*azureprovider.AzureMachineProviderSpec - WorkerConfigs []*azureprovider.AzureMachineProviderSpec - ImageURL string - PreexistingNetwork bool - Publish types.PublishingStrategy - OutboundType azure.OutboundType + Auth Auth + CloudName azure.CloudEnvironment + ARMEndpoint string + ResourceGroupName string + BaseDomainResourceGroupName string + MasterConfigs []*machineapi.AzureMachineProviderSpec + WorkerConfigs []*machineapi.AzureMachineProviderSpec + ImageURL string + PreexistingNetwork bool + Publish types.PublishingStrategy + OutboundType azure.OutboundType + BootstrapIgnStub string + BootstrapIgnitionURLPlaceholder string } // TFVars generates Azure-specific Terraform variables launching the cluster. @@ -77,25 +80,27 @@ func TFVars(sources TFVarsSources) ([]byte, error) { } cfg := &config{ - Auth: sources.Auth, - Environment: environment, - ARMEndpoint: sources.ARMEndpoint, - Region: region, - BootstrapInstanceType: defaults.BootstrapInstanceType(sources.CloudName, region), - MasterInstanceType: masterConfig.VMSize, - MasterAvailabilityZones: masterAvailabilityZones, - VolumeType: masterConfig.OSDisk.ManagedDisk.StorageAccountType, - VolumeSize: masterConfig.OSDisk.DiskSizeGB, - ImageURL: sources.ImageURL, - Private: sources.Publish == types.InternalPublishingStrategy, - OutboundUDR: sources.OutboundType == azure.UserDefinedRoutingOutboundType, - ResourceGroupName: sources.ResourceGroupName, - BaseDomainResourceGroupName: sources.BaseDomainResourceGroupName, - NetworkResourceGroupName: masterConfig.NetworkResourceGroup, - VirtualNetwork: masterConfig.Vnet, - ControlPlaneSubnet: masterConfig.Subnet, - ComputeSubnet: workerConfig.Subnet, - PreexistingNetwork: sources.PreexistingNetwork, + Auth: sources.Auth, + Environment: environment, + ARMEndpoint: sources.ARMEndpoint, + Region: region, + BootstrapInstanceType: defaults.BootstrapInstanceType(sources.CloudName, region), + MasterInstanceType: masterConfig.VMSize, + MasterAvailabilityZones: masterAvailabilityZones, + VolumeType: masterConfig.OSDisk.ManagedDisk.StorageAccountType, + VolumeSize: masterConfig.OSDisk.DiskSizeGB, + ImageURL: sources.ImageURL, + Private: sources.Publish == types.InternalPublishingStrategy, + OutboundUDR: sources.OutboundType == azure.UserDefinedRoutingOutboundType, + ResourceGroupName: sources.ResourceGroupName, + BaseDomainResourceGroupName: sources.BaseDomainResourceGroupName, + NetworkResourceGroupName: masterConfig.NetworkResourceGroup, + VirtualNetwork: masterConfig.Vnet, + ControlPlaneSubnet: masterConfig.Subnet, + ComputeSubnet: workerConfig.Subnet, + PreexistingNetwork: sources.PreexistingNetwork, + BootstrapIgnitionStub: sources.BootstrapIgnStub, + BootstrapIgnitionURLPlaceholder: sources.BootstrapIgnitionURLPlaceholder, } return json.MarshalIndent(cfg, "", " ") diff --git a/vendor/github.com/openshift/installer/pkg/tfvars/ibmcloud/ibmcloud.go b/vendor/github.com/openshift/installer/pkg/tfvars/ibmcloud/ibmcloud.go index 725c16787..26f79666d 100644 --- a/vendor/github.com/openshift/installer/pkg/tfvars/ibmcloud/ibmcloud.go +++ b/vendor/github.com/openshift/installer/pkg/tfvars/ibmcloud/ibmcloud.go @@ -3,6 +3,8 @@ package ibmcloud import ( "encoding/json" + ibmcloudprovider "github.com/openshift/cluster-api-provider-ibmcloud/pkg/apis/ibmcloudprovider/v1beta1" + "github.com/openshift/installer/pkg/tfvars/internal/cache" "github.com/openshift/installer/pkg/types" "github.com/pkg/errors" @@ -13,35 +15,39 @@ type Auth struct { APIKey string `json:"ibmcloud_api_key,omitempty"` } +// DedicatedHost is the format used by terraform. +type DedicatedHost struct { + ID string `json:"id,omitempty"` + Profile string `json:"profile,omitempty"` +} + type config struct { Auth `json:",inline"` - Region string `json:"ibmcloud_region,omitempty"` - BootstrapInstanceType string `json:"ibmcloud_bootstrap_instance_type,omitempty"` - CISInstanceCRN string `json:"ibmcloud_cis_crn,omitempty"` - ExtraTags []string `json:"ibmcloud_extra_tags,omitempty"` - MasterAvailabilityZones []string `json:"ibmcloud_master_availability_zones"` - MasterInstanceType string `json:"ibmcloud_master_instance_type,omitempty"` - PublishStrategy string `json:"ibmcloud_publish_strategy,omitempty"` - ResourceGroupName string `json:"ibmcloud_resource_group_name,omitempty"` - ImageFilePath string `json:"ibmcloud_image_filepath,omitempty"` + Region string `json:"ibmcloud_region,omitempty"` + BootstrapInstanceType string `json:"ibmcloud_bootstrap_instance_type,omitempty"` + CISInstanceCRN string `json:"ibmcloud_cis_crn,omitempty"` + ExtraTags []string `json:"ibmcloud_extra_tags,omitempty"` + MasterAvailabilityZones []string `json:"ibmcloud_master_availability_zones"` + WorkerAvailabilityZones []string `json:"ibmcloud_worker_availability_zones"` + MasterInstanceType string `json:"ibmcloud_master_instance_type,omitempty"` + MasterDedicatedHosts []DedicatedHost `json:"ibmcloud_master_dedicated_hosts,omitempty"` + WorkerDedicatedHosts []DedicatedHost `json:"ibmcloud_worker_dedicated_hosts,omitempty"` + PublishStrategy string `json:"ibmcloud_publish_strategy,omitempty"` + ResourceGroupName string `json:"ibmcloud_resource_group_name,omitempty"` + ImageFilePath string `json:"ibmcloud_image_filepath,omitempty"` } // TFVarsSources contains the parameters to be converted into Terraform variables type TFVarsSources struct { - Auth Auth - CISInstanceCRN string - PublishStrategy types.PublishingStrategy - ResourceGroupName string - - // TODO: IBM: Fetch config from masterConfig instead - MachineType string - MasterAvailabilityZones []string - Region string - ImageURL string - - // TODO: IBM: Future support - // MasterConfigs []*ibmcloudprovider.ibmcloudMachineProviderSpec - // WorkerConfigs []*ibmcloudprovider.ibmcloudMachineProviderSpec + Auth Auth + CISInstanceCRN string + ImageURL string + MasterConfigs []*ibmcloudprovider.IBMCloudMachineProviderSpec + MasterDedicatedHosts []DedicatedHost + PublishStrategy types.PublishingStrategy + ResourceGroupName string + WorkerConfigs []*ibmcloudprovider.IBMCloudMachineProviderSpec + WorkerDedicatedHosts []DedicatedHost } // TFVars generates ibmcloud-specific Terraform variables launching the cluster. @@ -51,33 +57,32 @@ func TFVars(sources TFVarsSources) ([]byte, error) { return nil, errors.Wrap(err, "failed to use cached ibmcloud image") } - // TODO: IBM: Future support - // masterConfig := sources.MasterConfigs[0] - // workerConfig := sources.WorkerConfigs[0] - // masterAvailabilityZones := make([]string, len(sources.MasterConfigs)) - // for i, c := range sources.MasterConfigs { - // masterAvailabilityZones[i] = c.Zone - // } + masterConfig := sources.MasterConfigs[0] + masterAvailabilityZones := make([]string, len(sources.MasterConfigs)) + for i, c := range sources.MasterConfigs { + masterAvailabilityZones[i] = c.Zone + } + workerAvailabilityZones := make([]string, len(sources.WorkerConfigs)) + for i, c := range sources.WorkerConfigs { + workerAvailabilityZones[i] = c.Zone + } cfg := &config{ - Auth: sources.Auth, - CISInstanceCRN: sources.CISInstanceCRN, - PublishStrategy: string(sources.PublishStrategy), - ResourceGroupName: sources.ResourceGroupName, - - // TODO: IBM: Fetch config from masterConfig instead - BootstrapInstanceType: sources.MachineType, - MasterAvailabilityZones: sources.MasterAvailabilityZones, - MasterInstanceType: sources.MachineType, - Region: sources.Region, + Auth: sources.Auth, + BootstrapInstanceType: masterConfig.Profile, + CISInstanceCRN: sources.CISInstanceCRN, ImageFilePath: cachedImage, + MasterAvailabilityZones: masterAvailabilityZones, + MasterDedicatedHosts: sources.MasterDedicatedHosts, + MasterInstanceType: masterConfig.Profile, + PublishStrategy: string(sources.PublishStrategy), + Region: masterConfig.Region, + ResourceGroupName: sources.ResourceGroupName, + WorkerAvailabilityZones: workerAvailabilityZones, + WorkerDedicatedHosts: sources.WorkerDedicatedHosts, // TODO: IBM: Future support // ExtraTags: masterConfig.Tags, - // Region: masterConfig.Region, - // BootstrapInstanceType: masterConfig.MachineType, - // MasterInstanceType: masterConfig.MachineType, - // MasterAvailabilityZones: masterAvailabilityZones, } return json.MarshalIndent(cfg, "", " ") diff --git a/vendor/github.com/openshift/installer/pkg/tfvars/openstack/openstack.go b/vendor/github.com/openshift/installer/pkg/tfvars/openstack/openstack.go index ee4f685bc..efca8cd2c 100644 --- a/vendor/github.com/openshift/installer/pkg/tfvars/openstack/openstack.go +++ b/vendor/github.com/openshift/installer/pkg/tfvars/openstack/openstack.go @@ -4,6 +4,7 @@ package openstack import ( "encoding/json" "fmt" + "io/ioutil" "net/url" "path/filepath" @@ -12,12 +13,16 @@ import ( "github.com/gophercloud/gophercloud/openstack/identity/v3/tokens" "github.com/gophercloud/gophercloud/openstack/networking/v2/subnets" "github.com/gophercloud/utils/openstack/clientconfig" + "github.com/openshift/installer/pkg/asset/installconfig" + installconfig_openstack "github.com/openshift/installer/pkg/asset/installconfig/openstack" + "github.com/openshift/installer/pkg/asset/machines" "github.com/openshift/installer/pkg/rhcos" "github.com/openshift/installer/pkg/tfvars/internal/cache" "github.com/openshift/installer/pkg/types" types_openstack "github.com/openshift/installer/pkg/types/openstack" openstackdefaults "github.com/openshift/installer/pkg/types/openstack/defaults" "github.com/pkg/errors" + openstackprovider "sigs.k8s.io/cluster-api-provider-openstack/pkg/apis/openstackproviderconfig/v1alpha1" "sigs.k8s.io/cluster-api-provider-openstack/pkg/apis/openstackproviderconfig/v1alpha1" ) @@ -39,6 +44,8 @@ type config struct { ExternalDNS []string `json:"openstack_external_dns,omitempty"` MasterServerGroupName string `json:"openstack_master_server_group_name,omitempty"` MasterServerGroupPolicy types_openstack.ServerGroupPolicy `json:"openstack_master_server_group_policy"` + WorkerServerGroupNames []string `json:"openstack_worker_server_group_names,omitempty"` + WorkerServerGroupPolicy types_openstack.ServerGroupPolicy `json:"openstack_worker_server_group_policy"` AdditionalNetworkIDs []string `json:"openstack_additional_network_ids,omitempty"` AdditionalSecurityGroupIDs []string `json:"openstack_master_extra_sg_ids,omitempty"` MachinesSubnet string `json:"openstack_machines_subnet_id,omitempty"` @@ -48,7 +55,93 @@ type config struct { } // TFVars generates OpenStack-specific Terraform variables. -func TFVars(masterConfigs []*v1alpha1.OpenstackProviderSpec, cloud string, externalNetwork string, externalDNS []string, apiFloatingIP string, ingressFloatingIP string, apiVIP string, ingressVIP string, baseImage string, baseImageProperties map[string]string, infraID string, userCA string, bootstrapIgn string, mpool, defaultmpool *types_openstack.MachinePool, machinesSubnet string, proxy *types.Proxy) ([]byte, error) { +func TFVars( + installConfig *installconfig.InstallConfig, + mastersAsset *machines.Master, + workersAsset *machines.Worker, + rhcosImage string, + clusterID *installconfig.ClusterID, + bootstrapIgn string, +) ([]byte, error) { + cloud, err := installconfig_openstack.GetSession(installConfig.Config.Platform.OpenStack.Cloud) + if err != nil { + return nil, errors.Wrap(err, "failed to get cloud config for openstack") + } + var caCert string + // Get the ca-cert-bundle key if there is a value for cacert in clouds.yaml + if caPath := cloud.CloudConfig.CACertFile; caPath != "" { + caFile, err := ioutil.ReadFile(caPath) + if err != nil { + return nil, fmt.Errorf("failed to read clouds.yaml ca-cert from disk: %w", err) + } + caCert = string(caFile) + } + + var masterSpecs []*openstackprovider.OpenstackProviderSpec + { + masters, err := mastersAsset.Machines() + if err != nil { + return nil, err + } + + for _, master := range masters { + masterSpecs = append(masterSpecs, master.Spec.ProviderSpec.Value.Object.(*openstackprovider.OpenstackProviderSpec)) + } + } + + var workerSpecs []*openstackprovider.OpenstackProviderSpec + { + workers, err := workersAsset.MachineSets() + if err != nil { + return nil, err + } + + for _, worker := range workers { + workerSpecs = append(workerSpecs, worker.Spec.Template.Spec.ProviderSpec.Value.Object.(*openstackprovider.OpenstackProviderSpec)) + } + } + // Only considering the first Compute machinepool here, because + // the current Installer implementation allows for one only. + // + // This validation code[1] errors if the pool is not named + // "worker", and also errors in case of duplicate names, + // factually rendering impossible to have two machinepools in + // the install-config YAML array. + // + // [1]: https://github.com/openshift/installer/blob/252facf5e6e1238ee60b5f78607214e8691a3eab/pkg/types/validation/installconfig.go#L404-L410 + if len(installConfig.Config.Compute) > 1 { + panic("Multiple machine-pools are currently not supported by the OpenShift installer on OpenStack platform") + } + + var workermpool *types_openstack.MachinePool + if len(installConfig.Config.Compute) > 0 { + workermpool = installConfig.Config.Compute[0].Platform.OpenStack + } + + return tfVars( + masterSpecs, + workerSpecs, + installConfig.Config.Platform.OpenStack.Cloud, + installConfig.Config.Platform.OpenStack.ExternalNetwork, + installConfig.Config.Platform.OpenStack.ExternalDNS, + installConfig.Config.Platform.OpenStack.APIFloatingIP, + installConfig.Config.Platform.OpenStack.IngressFloatingIP, + installConfig.Config.Platform.OpenStack.APIVIP, + installConfig.Config.Platform.OpenStack.IngressVIP, + rhcosImage, + installConfig.Config.Platform.OpenStack.ClusterOSImageProperties, + clusterID.InfraID, + caCert, + bootstrapIgn, + installConfig.Config.ControlPlane.Platform.OpenStack, + workermpool, + installConfig.Config.OpenStack.DefaultMachinePlatform, + installConfig.Config.Platform.OpenStack.MachinesSubnet, + installConfig.Config.Proxy, + ) +} + +func tfVars(masterConfigs []*v1alpha1.OpenstackProviderSpec, workerConfigs []*v1alpha1.OpenstackProviderSpec, cloud string, externalNetwork string, externalDNS []string, apiFloatingIP string, ingressFloatingIP string, apiVIP string, ingressVIP string, baseImage string, baseImageProperties map[string]string, infraID string, userCA string, bootstrapIgn string, mastermpool, workermpool, defaultmpool *types_openstack.MachinePool, machinesSubnet string, proxy *types.Proxy) ([]byte, error) { zones := []string{} seen := map[string]bool{} for _, config := range masterConfigs { @@ -74,8 +167,8 @@ func TFVars(masterConfigs []*v1alpha1.OpenstackProviderSpec, cloud string, exter if defaultmpool != nil && defaultmpool.RootVolume != nil { cfg.MasterRootVolumeAvalabilityZones = defaultmpool.RootVolume.Zones } - if mpool != nil && mpool.RootVolume != nil && mpool.RootVolume.Zones != nil { - cfg.MasterRootVolumeAvalabilityZones = mpool.RootVolume.Zones + if mastermpool != nil && mastermpool.RootVolume != nil && mastermpool.RootVolume.Zones != nil { + cfg.MasterRootVolumeAvalabilityZones = mastermpool.RootVolume.Zones } serviceCatalog, err := getServiceCatalog(cloud) @@ -162,9 +255,9 @@ func TFVars(masterConfigs []*v1alpha1.OpenstackProviderSpec, cloud string, exter cfg.MasterServerGroupName = masterConfig.ServerGroupName - if mpool != nil && mpool.ServerGroupPolicy != types_openstack.SGPolicyUnset { - cfg.MasterServerGroupPolicy = mpool.ServerGroupPolicy - } else if defaultmpool != nil && defaultmpool.ServerGroupPolicy != types_openstack.SGPolicyUnset { + if mastermpool != nil && mastermpool.ServerGroupPolicy.IsSet() { + cfg.MasterServerGroupPolicy = mastermpool.ServerGroupPolicy + } else if defaultmpool != nil && defaultmpool.ServerGroupPolicy.IsSet() { cfg.MasterServerGroupPolicy = defaultmpool.ServerGroupPolicy } else { cfg.MasterServerGroupPolicy = types_openstack.SGPolicySoftAntiAffinity @@ -174,14 +267,29 @@ func TFVars(masterConfigs []*v1alpha1.OpenstackProviderSpec, cloud string, exter return nil, errors.Errorf("ServerGroupID is not implemented in the Installer. Please use ServerGroupName for automatic creation of the Control Plane server group.") } + for _, workerConfig := range workerConfigs { + cfg.WorkerServerGroupNames = append(cfg.WorkerServerGroupNames, workerConfig.ServerGroupName) + if workerConfig.ServerGroupID != "" { + return nil, errors.Errorf("ServerGroupID is not implemented in the Installer. Please use ServerGroupName for automatic creation of the Compute server group.") + } + } + + if workermpool != nil && workermpool.ServerGroupPolicy.IsSet() { + cfg.WorkerServerGroupPolicy = workermpool.ServerGroupPolicy + } else if defaultmpool != nil && defaultmpool.ServerGroupPolicy.IsSet() { + cfg.WorkerServerGroupPolicy = defaultmpool.ServerGroupPolicy + } else { + cfg.WorkerServerGroupPolicy = types_openstack.SGPolicySoftAntiAffinity + } + cfg.AdditionalNetworkIDs = []string{} - if mpool != nil { - cfg.AdditionalNetworkIDs = append(cfg.AdditionalNetworkIDs, mpool.AdditionalNetworkIDs...) + if mastermpool != nil { + cfg.AdditionalNetworkIDs = append(cfg.AdditionalNetworkIDs, mastermpool.AdditionalNetworkIDs...) } cfg.AdditionalSecurityGroupIDs = []string{} - if mpool != nil { - cfg.AdditionalSecurityGroupIDs = append(cfg.AdditionalSecurityGroupIDs, mpool.AdditionalSecurityGroupIDs...) + if mastermpool != nil { + cfg.AdditionalSecurityGroupIDs = append(cfg.AdditionalSecurityGroupIDs, mastermpool.AdditionalSecurityGroupIDs...) } if machinesSubnet != "" { diff --git a/vendor/github.com/openshift/installer/pkg/tfvars/ovirt/ovirt.go b/vendor/github.com/openshift/installer/pkg/tfvars/ovirt/ovirt.go index c5883f724..ff4152ad5 100644 --- a/vendor/github.com/openshift/installer/pkg/tfvars/ovirt/ovirt.go +++ b/vendor/github.com/openshift/installer/pkg/tfvars/ovirt/ovirt.go @@ -29,8 +29,8 @@ type config struct { NetworkName string `json:"ovirt_network_name,omitempty"` VNICProfileID string `json:"ovirt_vnic_profile_id,omitempty"` AffinityGroups []map[string]interface{} `json:"ovirt_affinity_groups,omitempty"` - BaseImageName string `json:"openstack_base_image_name,omitempty"` - BaseImageLocalFilePath string `json:"openstack_base_image_local_file_path,omitempty"` + BaseImageName string `json:"ovirt_base_image_name,omitempty"` + BaseImageLocalFilePath string `json:"ovirt_base_image_local_file_path,omitempty"` MasterInstanceTypeID string `json:"ovirt_master_instance_type_id"` MasterVMType string `json:"ovirt_master_vm_type,omitempty"` MasterMemory int32 `json:"ovirt_master_memory"` @@ -60,7 +60,6 @@ func TFVars( StorageDomainID: storageDomainID, NetworkName: networkName, VNICProfileID: vnicProfileID, - BaseImageName: baseImage, MasterInstanceTypeID: masterSpec.InstanceTypeId, MasterVMType: masterSpec.VMType, MasterOsDiskGB: masterSpec.OSDisk.SizeGB, @@ -75,13 +74,14 @@ func TFVars( } imageName, isURL := rhcos.GenerateOpenStackImageName(baseImage, infraID) - cfg.BaseImageName = imageName if isURL { imageFilePath, err := cache.DownloadImageFile(baseImage) if err != nil { return nil, err } cfg.BaseImageLocalFilePath = imageFilePath + } else { + cfg.BaseImageName = imageName } if len(affinityGroups) > 0 { cfg.AffinityGroups = handleAffinityGroups(affinityGroups, infraID) diff --git a/vendor/github.com/openshift/installer/pkg/types/aws/defaults/platform.go b/vendor/github.com/openshift/installer/pkg/types/aws/defaults/platform.go index d37a82c18..aad6c23d5 100644 --- a/vendor/github.com/openshift/installer/pkg/types/aws/defaults/platform.go +++ b/vendor/github.com/openshift/installer/pkg/types/aws/defaults/platform.go @@ -22,25 +22,8 @@ var ( func SetPlatformDefaults(p *aws.Platform) { } -// InstanceClass returns the instance "class" we should use for a given -// region. Default is m5 unless a region override is defined in defaultMachineClass. -func InstanceClass(region string, arch types.Architecture) string { - if classesForArch, ok := defaultMachineClass[arch]; ok { - if classes, ok := classesForArch[region]; ok { - return classes[0] - } - } - - switch arch { - case types.ArchitectureARM64: - return "m6g" - default: - return "m5" - } -} - // InstanceClasses returns a list of instance "class", in decreasing priority order, which we should use for a given -// region. Default is m5 then m4 unless a region override is defined in defaultMachineClass. +// region. Default is m6i then m5 unless a region override is defined in defaultMachineClass. func InstanceClasses(region string, arch types.Architecture) []string { if classesForArch, ok := defaultMachineClass[arch]; ok { if classes, ok := classesForArch[region]; ok { @@ -52,6 +35,6 @@ func InstanceClasses(region string, arch types.Architecture) []string { case types.ArchitectureARM64: return []string{"m6g"} default: - return []string{"m5", "m4"} + return []string{"m6i", "m5"} } } diff --git a/vendor/github.com/openshift/installer/pkg/types/aws/validation/machinepool.go b/vendor/github.com/openshift/installer/pkg/types/aws/validation/machinepool.go index 6d989a954..e36ca8f7a 100644 --- a/vendor/github.com/openshift/installer/pkg/types/aws/validation/machinepool.go +++ b/vendor/github.com/openshift/installer/pkg/types/aws/validation/machinepool.go @@ -17,8 +17,8 @@ var ( types.ArchitectureARM64: true, } - // ValidArchitectureValues lists the supported arches for AWS - ValidArchitectureValues = func() []string { + // validArchitectureValues lists the supported arches for AWS + validArchitectureValues = func() []string { v := make([]string, 0, len(validArchitectures)) for m := range validArchitectures { v = append(v, string(m)) @@ -54,7 +54,7 @@ func ValidateAMIID(platform *aws.Platform, p *aws.MachinePool, fldPath *field.Pa // regions is a list of regions for which the user should set AMI ID as copying the AMI to these regions // is known to not be supported. - regions := sets.NewString("us-gov-west-1", "us-gov-east-1", "us-iso-east-1", "cn-north-1", "cn-northwest-1") + regions := sets.NewString("us-iso-east-1", "cn-north-1", "cn-northwest-1") if pool.AMIID == "" && regions.Has(platform.Region) { allErrs = append(allErrs, field.Required(fldPath, fmt.Sprintf("AMI ID must be provided for regions %s", strings.Join(regions.List(), ", ")))) } @@ -66,7 +66,7 @@ func ValidateMachinePoolArchitecture(pool *types.MachinePool, fldPath *field.Pat allErrs := field.ErrorList{} if !validArchitectures[pool.Architecture] { - allErrs = append(allErrs, field.NotSupported(fldPath, pool.Architecture, ValidArchitectureValues)) + allErrs = append(allErrs, field.NotSupported(fldPath, pool.Architecture, validArchitectureValues)) } return allErrs } diff --git a/vendor/github.com/openshift/installer/pkg/types/azure/defaults/machines.go b/vendor/github.com/openshift/installer/pkg/types/azure/defaults/machines.go index 797818d50..9bd4adcf2 100644 --- a/vendor/github.com/openshift/installer/pkg/types/azure/defaults/machines.go +++ b/vendor/github.com/openshift/installer/pkg/types/azure/defaults/machines.go @@ -21,12 +21,12 @@ func BootstrapInstanceType(cloud azure.CloudEnvironment, region string) string { // ControlPlaneInstanceType sets the defaults for control plane instances. // Minimum requirements are 4 CPU's, 16GiB of ram, and 120GiB storage. -// D8s v3 gives us 8 CPU's, 32GiB ram and 64GiB of temporary storage +// D8s_v3 gives us 8 CPU's, 32GiB ram and 64GiB of temporary storage // This extra bump is done to prevent etcd from overloading // DS4_v2 gives us 8 CPUs, 28GiB ram, and 56GiB of temporary storage. func ControlPlaneInstanceType(cloud azure.CloudEnvironment, region string) string { instanceClass := getInstanceClass(region) - size := "D4s_v3" + size := "D8s_v3" if cloud == azure.StackCloud { size = "DS4_v2" } @@ -35,13 +35,13 @@ func ControlPlaneInstanceType(cloud azure.CloudEnvironment, region string) strin // ComputeInstanceType sets the defaults for compute instances. // Minimum requirements are 2 CPU's, 8GiB of ram, and 120GiB storage. -// D4s v3 gives us 2 CPU's, 8GiB ram and 16GiB of temporary storage +// D4s v3 gives us 4 CPU's, 16GiB ram and 32GiB of temporary storage // DS3_v2 gives us 4 CPUs, 14GiB ram, and 28GiB of temporary storage. func ComputeInstanceType(cloud azure.CloudEnvironment, region string) string { instanceClass := getInstanceClass(region) size := "D4s_v3" if cloud == azure.StackCloud { - size = "DS4_v2" + size = "DS3_v2" } return instanceType(instanceClass, size) } diff --git a/vendor/github.com/openshift/installer/pkg/types/azure/metadata.go b/vendor/github.com/openshift/installer/pkg/types/azure/metadata.go index e4695c30d..485e0968a 100644 --- a/vendor/github.com/openshift/installer/pkg/types/azure/metadata.go +++ b/vendor/github.com/openshift/installer/pkg/types/azure/metadata.go @@ -6,6 +6,5 @@ type Metadata struct { CloudName CloudEnvironment `json:"cloudName"` Region string `json:"region"` ResourceGroupName string `json:"resourceGroupName"` - ClusterName string `json:"clusterName"` BaseDomainResourceGroupName string `json:"baseDomainResourceGroupName"` } diff --git a/vendor/github.com/openshift/installer/pkg/types/azure/platform.go b/vendor/github.com/openshift/installer/pkg/types/azure/platform.go index dcbb20325..a42c6ff76 100644 --- a/vendor/github.com/openshift/installer/pkg/types/azure/platform.go +++ b/vendor/github.com/openshift/installer/pkg/types/azure/platform.go @@ -31,6 +31,9 @@ type Platform struct { // ARMEndpoint is the endpoint for the Azure API when installing on Azure Stack. ARMEndpoint string `json:"armEndpoint,omitempty"` + // ClusterOSImage is the url of a storage blob in the Azure Stack environment containing an RHCOS VHD. This field is required for Azure Stack and not applicable to Azure. + ClusterOSImage string `json:"clusterOSImage,omitempty"` + // BaseDomainResourceGroupName specifies the resource group where the Azure DNS zone for the base domain is found. BaseDomainResourceGroupName string `json:"baseDomainResourceGroupName,omitempty"` diff --git a/vendor/github.com/openshift/installer/pkg/types/azure/platform_aro.go b/vendor/github.com/openshift/installer/pkg/types/azure/platform_aro.go index f97a4e760..39a5bd9f4 100644 --- a/vendor/github.com/openshift/installer/pkg/types/azure/platform_aro.go +++ b/vendor/github.com/openshift/installer/pkg/types/azure/platform_aro.go @@ -1,3 +1,4 @@ +//go:build aro // +build aro package azure diff --git a/vendor/github.com/openshift/installer/pkg/types/azure/validation/platform.go b/vendor/github.com/openshift/installer/pkg/types/azure/validation/platform.go index 2de176549..dbf04fff1 100644 --- a/vendor/github.com/openshift/installer/pkg/types/azure/validation/platform.go +++ b/vendor/github.com/openshift/installer/pkg/types/azure/validation/platform.go @@ -80,6 +80,9 @@ func ValidatePlatform(p *azure.Platform, publish types.PublishingStrategy, fldPa if p.ARMEndpoint != "" { allErrs = append(allErrs, field.Required(fldPath.Child("armEndpoint"), fmt.Sprintf("ARM endpoint must not be set when the cloud name is %s", cloud))) } + if p.ClusterOSImage != "" { + allErrs = append(allErrs, field.Required(fldPath.Child("clusterOSImage"), fmt.Sprintf("clusterOSImage must not be set when the cloud name is %s", cloud))) + } } return allErrs diff --git a/vendor/github.com/openshift/installer/pkg/types/clustermetadata.go b/vendor/github.com/openshift/installer/pkg/types/clustermetadata.go index 4ea6b7950..e0ab9fa69 100644 --- a/vendor/github.com/openshift/installer/pkg/types/clustermetadata.go +++ b/vendor/github.com/openshift/installer/pkg/types/clustermetadata.go @@ -1,6 +1,7 @@ package types import ( + "github.com/openshift/installer/pkg/types/alibabacloud" "github.com/openshift/installer/pkg/types/aws" "github.com/openshift/installer/pkg/types/azure" "github.com/openshift/installer/pkg/types/baremetal" @@ -15,26 +16,27 @@ import ( // ClusterMetadata contains information // regarding the cluster that was created by installer. type ClusterMetadata struct { - // clusterName is the name for the cluster. + // ClusterName is the name for the cluster. ClusterName string `json:"clusterName"` - // clusterID is a globally unique ID that is used to identify an Openshift cluster. + // ClusterID is a globally unique ID that is used to identify an Openshift cluster. ClusterID string `json:"clusterID"` - // infraID is an ID that is used to identify cloud resources created by the installer. + // InfraID is an ID that is used to identify cloud resources created by the installer. InfraID string `json:"infraID"` ClusterPlatformMetadata `json:",inline"` } // ClusterPlatformMetadata contains metadata for platfrom. type ClusterPlatformMetadata struct { - AWS *aws.Metadata `json:"aws,omitempty"` - OpenStack *openstack.Metadata `json:"openstack,omitempty"` - Libvirt *libvirt.Metadata `json:"libvirt,omitempty"` - Azure *azure.Metadata `json:"azure,omitempty"` - GCP *gcp.Metadata `json:"gcp,omitempty"` - IBMCloud *ibmcloud.Metadata `json:"ibmcloud,omitempty"` - BareMetal *baremetal.Metadata `json:"baremetal,omitempty"` - Ovirt *ovirt.Metadata `json:"ovirt,omitempty"` - VSphere *vsphere.Metadata `json:"vsphere,omitempty"` + AlibabaCloud *alibabacloud.Metadata `json:"alibabacloud,omitempty"` + AWS *aws.Metadata `json:"aws,omitempty"` + OpenStack *openstack.Metadata `json:"openstack,omitempty"` + Libvirt *libvirt.Metadata `json:"libvirt,omitempty"` + Azure *azure.Metadata `json:"azure,omitempty"` + GCP *gcp.Metadata `json:"gcp,omitempty"` + IBMCloud *ibmcloud.Metadata `json:"ibmcloud,omitempty"` + BareMetal *baremetal.Metadata `json:"baremetal,omitempty"` + Ovirt *ovirt.Metadata `json:"ovirt,omitempty"` + VSphere *vsphere.Metadata `json:"vsphere,omitempty"` } // Platform returns a string representation of the platform @@ -44,6 +46,9 @@ func (cpm *ClusterPlatformMetadata) Platform() string { if cpm == nil { return "" } + if cpm.AlibabaCloud != nil { + return alibabacloud.Name + } if cpm.AWS != nil { return aws.Name } diff --git a/vendor/github.com/openshift/installer/pkg/types/ibmcloud/machinepool.go b/vendor/github.com/openshift/installer/pkg/types/ibmcloud/machinepool.go index 8c829f7b2..eeb44790a 100644 --- a/vendor/github.com/openshift/installer/pkg/types/ibmcloud/machinepool.go +++ b/vendor/github.com/openshift/installer/pkg/types/ibmcloud/machinepool.go @@ -12,6 +12,10 @@ type MachinePool struct { // BootVolume is the configuration for the machine's boot volume. // +optional BootVolume *BootVolume `json:"bootVolume,omitempty"` + + // DedicatedHosts is the configuration for the machine's dedicated host and profile. + // +optional + DedicatedHosts []DedicatedHost `json:"dedicatedHosts,omitempty"` } // BootVolume stores the configuration for an individual machine's boot volume. @@ -23,6 +27,19 @@ type BootVolume struct { EncryptionKey string `json:"encryptionKey,omitempty"` } +// DedicatedHost stores the configuration for the machine's dedicated host platform. +type DedicatedHost struct { + // Name is the name of the dedicated host to provision the machine on. If + // specified, machines will be created on pre-existing dedicated host. + // +optional + Name string `json:"name,omitempty"` + + // Profile is the profile ID for the dedicated host. If specified, new + // dedicated host will be created for machines. + // +optional + Profile string `json:"profile,omitempty"` +} + // Set sets the values from `required` to `a`. func (a *MachinePool) Set(required *MachinePool) { if required == nil || a == nil { @@ -45,4 +62,8 @@ func (a *MachinePool) Set(required *MachinePool) { a.BootVolume.EncryptionKey = required.BootVolume.EncryptionKey } } + + if len(required.DedicatedHosts) > 0 { + a.DedicatedHosts = required.DedicatedHosts + } } diff --git a/vendor/github.com/openshift/installer/pkg/types/ibmcloud/platform.go b/vendor/github.com/openshift/installer/pkg/types/ibmcloud/platform.go index 33de12af7..16524e8ff 100644 --- a/vendor/github.com/openshift/installer/pkg/types/ibmcloud/platform.go +++ b/vendor/github.com/openshift/installer/pkg/types/ibmcloud/platform.go @@ -18,25 +18,11 @@ type Platform struct { // +optional ResourceGroupName string `json:"resourceGroupName,omitempty"` - // VPCResourceGroupName specifies the resource group containing an existing - // VPC. This must be defined if `VPC` is defined. - // +optional - VPCResourceGroupName string `json:"vpcResourceGroupName,omitempty"` - // DefaultMachinePlatform is the default configuration used when installing // on IBM Cloud for machine pools which do not define their own platform // configuration. // +optional DefaultMachinePlatform *MachinePool `json:"defaultMachinePlatform,omitempty"` - - // VPC is the ID of an existing VPC network. Leave unset and the installer - // will create a new VPC network on your behalf. - VPC string `json:"vpc,omitempty"` - - // Subnets is a list of existing subnet IDs. Leave unset and the installer - // will create new subnets in the VPC network on your behalf. - // +optional - Subnets []string `json:"subnets,omitempty"` } // ClusterResourceGroupName returns the name of the resource group for the cluster. diff --git a/vendor/github.com/openshift/installer/pkg/types/ibmcloud/validation/machinepool.go b/vendor/github.com/openshift/installer/pkg/types/ibmcloud/validation/machinepool.go index 5c4e5d05c..c485213d3 100644 --- a/vendor/github.com/openshift/installer/pkg/types/ibmcloud/validation/machinepool.go +++ b/vendor/github.com/openshift/installer/pkg/types/ibmcloud/validation/machinepool.go @@ -1,14 +1,31 @@ package validation import ( + "fmt" + "strings" + "github.com/IBM-Cloud/bluemix-go/crn" "github.com/openshift/installer/pkg/types/ibmcloud" "k8s.io/apimachinery/pkg/util/validation/field" ) // ValidateMachinePool validates the MachinePool. -func ValidateMachinePool(mp *ibmcloud.MachinePool, path *field.Path) field.ErrorList { +func ValidateMachinePool(platform *ibmcloud.Platform, mp *ibmcloud.MachinePool, path *field.Path) field.ErrorList { allErrs := field.ErrorList{} + for i, zone := range mp.Zones { + if !strings.HasPrefix(zone, platform.Region) { + allErrs = append(allErrs, field.Invalid(path.Child("zones").Index(i), zone, fmt.Sprintf("zone not in configured region (%s)", platform.Region))) + } + } + + if mp.DedicatedHosts != nil { + allErrs = append(allErrs, validateDedicatedHosts(mp.DedicatedHosts, mp.InstanceType, mp.Zones, path.Child("dedicatedHosts"))...) + + if mp.InstanceType == "" { + allErrs = append(allErrs, field.Invalid(path.Child("type"), mp.InstanceType, "type is required, default type not supported for dedicated hosts")) + } + } + if mp.BootVolume != nil { allErrs = append(allErrs, validateBootVolume(mp.BootVolume, path.Child("bootVolume"))...) } @@ -25,3 +42,28 @@ func validateBootVolume(bv *ibmcloud.BootVolume, path *field.Path) field.ErrorLi } return allErrs } + +func validateDedicatedHosts(dhosts []ibmcloud.DedicatedHost, itype string, zones []string, path *field.Path) field.ErrorList { + allErrs := field.ErrorList{} + + // Length of dedicated hosts must match platform zones + if len(dhosts) != len(zones) { + allErrs = append(allErrs, field.Invalid(path, dhosts, fmt.Sprintf("number of dedicated hosts does not match list of zones (%s)", zones))) + } + + for i, dhost := range dhosts { + // Dedicated host name or profile is required + if dhost.Name == "" && dhost.Profile == "" { + allErrs = append(allErrs, field.Invalid(path.Index(i), dhost.Profile, "name or profile must be set")) + } + + // Instance type must be in the same profile family as dedicated host + if dhost.Profile != "" && itype != "" { + if strings.Split(dhost.Profile, "-")[0] != strings.Split(itype, "-")[0] { + allErrs = append(allErrs, field.Invalid(path.Index(i).Child("profile"), dhost.Profile, fmt.Sprintf("profile does not support expected instance type (%s)", itype))) + } + } + } + + return allErrs +} diff --git a/vendor/github.com/openshift/installer/pkg/types/ibmcloud/validation/platform.go b/vendor/github.com/openshift/installer/pkg/types/ibmcloud/validation/platform.go index 593fc89ff..5dcb80577 100644 --- a/vendor/github.com/openshift/installer/pkg/types/ibmcloud/validation/platform.go +++ b/vendor/github.com/openshift/installer/pkg/types/ibmcloud/validation/platform.go @@ -42,26 +42,8 @@ func ValidatePlatform(p *ibmcloud.Platform, fldPath *field.Path) field.ErrorList allErrs = append(allErrs, field.NotSupported(fldPath.Child("region"), p.Region, regionShortNames)) } - allErrs = append(allErrs, validateVPCConfig(p, fldPath)...) - if p.DefaultMachinePlatform != nil { - allErrs = append(allErrs, ValidateMachinePool(p.DefaultMachinePlatform, fldPath.Child("defaultMachinePlatform"))...) - } - return allErrs -} - -func validateVPCConfig(p *ibmcloud.Platform, path *field.Path) field.ErrorList { - allErrs := field.ErrorList{} - if p.VPC != "" || len(p.Subnets) > 0 || p.VPCResourceGroupName != "" { - if p.VPC == "" { - allErrs = append(allErrs, field.Required(path.Child("vpc"), "vpc is required when specifying subnets or vpcResourceGroupName")) - } - if len(p.Subnets) == 0 { - allErrs = append(allErrs, field.Required(path.Child("subnets"), "subnets is required when specifying vpc or vpcResourceGroupName")) - } - if p.VPCResourceGroupName == "" { - allErrs = append(allErrs, field.Required(path.Child("vpcResourceGroupName"), "vpcResourceGroupName is required when specifying vpc or subnets")) - } + allErrs = append(allErrs, ValidateMachinePool(p, p.DefaultMachinePlatform, fldPath.Child("defaultMachinePlatform"))...) } return allErrs } diff --git a/vendor/github.com/openshift/installer/pkg/types/installconfig.go b/vendor/github.com/openshift/installer/pkg/types/installconfig.go index 0d1d59b85..d57bc92c0 100644 --- a/vendor/github.com/openshift/installer/pkg/types/installconfig.go +++ b/vendor/github.com/openshift/installer/pkg/types/installconfig.go @@ -5,6 +5,7 @@ import ( "strings" "github.com/openshift/installer/pkg/ipnet" + "github.com/openshift/installer/pkg/types/alibabacloud" "github.com/openshift/installer/pkg/types/aws" "github.com/openshift/installer/pkg/types/azure" "github.com/openshift/installer/pkg/types/baremetal" @@ -31,9 +32,11 @@ var ( // platform names in alphabetical order. This is the list of // platforms presented to the user in the interactive wizard. PlatformNames = []string{ + alibabacloud.Name, aws.Name, azure.Name, gcp.Name, + ibmcloud.Name, openstack.Name, ovirt.Name, vsphere.Name, @@ -43,7 +46,6 @@ var ( // to the user in the interactive wizard. HiddenPlatformNames = []string{ baremetal.Name, - ibmcloud.Name, none.Name, } @@ -141,10 +143,11 @@ type InstallConfig struct { // For each of the following platforms, the field can set to the specified values. For all other platforms, the // field must not be set. // AWS: "Mint", "Passthrough", "Manual" - // Azure: "Mint", "Passthrough", "Manual" + // Azure: "Passthrough", "Manual" // AzureStack: "Manual" // GCP: "Mint", "Passthrough", "Manual" // IBMCloud: "Manual" + // AlibabaCloud: "Manual" // +optional CredentialsMode CredentialsMode `json:"credentialsMode,omitempty"` @@ -166,6 +169,10 @@ func (c *InstallConfig) IsOKD() bool { // Platform is the configuration for the specific platform upon which to perform // the installation. Only one of the platform configuration should be set. type Platform struct { + // AlibabaCloud is the configuration used when installing on Alibaba Cloud. + // +optional + AlibabaCloud *alibabacloud.Platform `json:"alibabacloud,omitempty"` + // AWS is the configuration used when installing on AWS. // +optional AWS *aws.Platform `json:"aws,omitempty"` @@ -214,6 +221,8 @@ func (p *Platform) Name() string { switch { case p == nil: return "" + case p.AlibabaCloud != nil: + return alibabacloud.Name case p.AWS != nil: return aws.Name case p.Azure != nil: @@ -272,8 +281,8 @@ type Networking struct { // Deprecated types, scheduled to be removed - // Deprecated name for MachineCIDRs. If set, MachineCIDRs must - // be empty or the first index must match. + // Deprecated way to configure an IP address pool for machines. + // Replaced by MachineNetwork which allows for multiple pools. // +optional DeprecatedMachineCIDR *ipnet.IPNet `json:"machineCIDR,omitempty"` @@ -281,7 +290,8 @@ type Networking struct { // +optional DeprecatedType string `json:"type,omitempty"` - // Deprecated name for ServiceNetwork + // Deprecated way to configure an IP address pool for services. + // Replaced by ServiceNetwork which allows for multiple pools. // +optional DeprecatedServiceCIDR *ipnet.IPNet `json:"serviceCIDR,omitempty"` diff --git a/vendor/github.com/openshift/installer/pkg/types/installconfig_ibmcloud.go b/vendor/github.com/openshift/installer/pkg/types/installconfig_ibmcloud.go deleted file mode 100644 index baf8537c2..000000000 --- a/vendor/github.com/openshift/installer/pkg/types/installconfig_ibmcloud.go +++ /dev/null @@ -1,14 +0,0 @@ -// +build ibmcloud - -package types - -import ( - "sort" - - "github.com/openshift/installer/pkg/types/ibmcloud" -) - -func init() { - PlatformNames = append(PlatformNames, ibmcloud.Name) - sort.Strings(PlatformNames) -} diff --git a/vendor/github.com/openshift/installer/pkg/types/installconfig_okd.go b/vendor/github.com/openshift/installer/pkg/types/installconfig_okd.go index b2113c916..bede63f29 100644 --- a/vendor/github.com/openshift/installer/pkg/types/installconfig_okd.go +++ b/vendor/github.com/openshift/installer/pkg/types/installconfig_okd.go @@ -1,3 +1,4 @@ +//go:build okd // +build okd package types diff --git a/vendor/github.com/openshift/installer/pkg/types/openstack/servergrouppolicy.go b/vendor/github.com/openshift/installer/pkg/types/openstack/servergrouppolicy.go index 23f4b3e05..628b1177e 100644 --- a/vendor/github.com/openshift/installer/pkg/types/openstack/servergrouppolicy.go +++ b/vendor/github.com/openshift/installer/pkg/types/openstack/servergrouppolicy.go @@ -22,3 +22,8 @@ const ( // +kubebuilder:validation:Enum="";affinity;soft-affinity;anti-affinity;soft-anti-affinity // +optional type ServerGroupPolicy string + +// IsSet returns true when p is not the empty string. +func (p ServerGroupPolicy) IsSet() bool { + return p != SGPolicyUnset +} diff --git a/vendor/github.com/openshift/installer/pkg/types/openstack/validation/machinepool.go b/vendor/github.com/openshift/installer/pkg/types/openstack/validation/machinepool.go index 1a6872367..12785d687 100644 --- a/vendor/github.com/openshift/installer/pkg/types/openstack/validation/machinepool.go +++ b/vendor/github.com/openshift/installer/pkg/types/openstack/validation/machinepool.go @@ -13,38 +13,15 @@ var validServerGroupPolicies = []string{ } // ValidateMachinePool validates Control plane and Compute MachinePools -func ValidateMachinePool(platform *openstack.Platform, machinePool *openstack.MachinePool, poolName string, fldPath *field.Path) field.ErrorList { - if poolName == "master" { - return validateMasterMachinePool(machinePool, fldPath) - } - return validateWorkerMachinePool(machinePool, fldPath) -} - -func validateMasterMachinePool(pool *openstack.MachinePool, fldPath *field.Path) field.ErrorList { - var errs field.ErrorList - switch pool.ServerGroupPolicy { - case openstack.SGPolicyUnset, openstack.SGPolicyAffinity, openstack.SGPolicyAntiAffinity, openstack.SGPolicySoftAffinity, openstack.SGPolicySoftAntiAffinity: - default: - errs = append(errs, field.NotSupported(fldPath.Child("serverGroupPolicy"), pool.ServerGroupPolicy, validServerGroupPolicies)) - } - return errs -} - -func validateWorkerMachinePool(pool *openstack.MachinePool, fldPath *field.Path) field.ErrorList { - var errs field.ErrorList - if pool.ServerGroupPolicy != openstack.SGPolicyUnset { - errs = append(errs, field.Invalid(fldPath.Child("serverGroupPolicy"), pool.ServerGroupPolicy, "server group policy cannot be set for compute machines")) - } - return errs -} - -func validateDefaultMachinePool(pool *openstack.MachinePool, fldPath *field.Path) field.ErrorList { - if pool == nil { +func ValidateMachinePool(_ *openstack.Platform, machinePool *openstack.MachinePool, _ string, fldPath *field.Path) field.ErrorList { + if machinePool == nil { return nil } var errs field.ErrorList - if pool.ServerGroupPolicy != openstack.SGPolicyUnset { - errs = append(errs, field.Invalid(fldPath.Child("serverGroupPolicy"), pool.ServerGroupPolicy, "server group policy cannot be set as default because compute machines do not support it")) + switch machinePool.ServerGroupPolicy { + case openstack.SGPolicyUnset, openstack.SGPolicyAffinity, openstack.SGPolicyAntiAffinity, openstack.SGPolicySoftAffinity, openstack.SGPolicySoftAntiAffinity: + default: + errs = append(errs, field.NotSupported(fldPath.Child("serverGroupPolicy"), machinePool.ServerGroupPolicy, validServerGroupPolicies)) } return errs } diff --git a/vendor/github.com/openshift/installer/pkg/types/openstack/validation/platform.go b/vendor/github.com/openshift/installer/pkg/types/openstack/validation/platform.go index 0863dff7e..9f86a1bd6 100644 --- a/vendor/github.com/openshift/installer/pkg/types/openstack/validation/platform.go +++ b/vendor/github.com/openshift/installer/pkg/types/openstack/validation/platform.go @@ -34,7 +34,7 @@ func ValidatePlatform(p *openstack.Platform, n *types.Networking, fldPath *field allErrs = append(allErrs, field.Invalid(fldPath.Child("ingressVIP"), p.IngressVIP, err.Error())) } - allErrs = append(allErrs, validateDefaultMachinePool(p.DefaultMachinePlatform, fldPath.Child("defaultMachinePlatform"))...) + allErrs = append(allErrs, ValidateMachinePool(p, p.DefaultMachinePlatform, "default", fldPath.Child("defaultMachinePlatform"))...) return allErrs } diff --git a/vendor/github.com/openshift/installer/pkg/types/validation/installconfig.go b/vendor/github.com/openshift/installer/pkg/types/validation/installconfig.go index afbcc38e6..08bd6136b 100644 --- a/vendor/github.com/openshift/installer/pkg/types/validation/installconfig.go +++ b/vendor/github.com/openshift/installer/pkg/types/validation/installconfig.go @@ -21,6 +21,8 @@ import ( operv1 "github.com/openshift/api/operator/v1" "github.com/openshift/installer/pkg/ipnet" "github.com/openshift/installer/pkg/types" + "github.com/openshift/installer/pkg/types/alibabacloud" + alibabacloudvalidation "github.com/openshift/installer/pkg/types/alibabacloud/validation" "github.com/openshift/installer/pkg/types/aws" awsvalidation "github.com/openshift/installer/pkg/types/aws/validation" "github.com/openshift/installer/pkg/types/azure" @@ -126,7 +128,7 @@ func ValidateInstallConfig(c *types.InstallConfig) field.ErrorList { if c.Publish == types.InternalPublishingStrategy { switch platformName := c.Platform.Name(); platformName { - case aws.Name, azure.Name, gcp.Name: + case aws.Name, azure.Name, gcp.Name, alibabacloud.Name: default: allErrs = append(allErrs, field.Invalid(field.NewPath("publish"), c.Publish, fmt.Sprintf("Internal publish strategy is not supported on %q platform", platformName))) } @@ -458,6 +460,11 @@ func validatePlatform(platform *types.Platform, fldPath *field.Path, network *ty } allErrs = append(allErrs, validation(fldPath.Child(n))...) } + if platform.AlibabaCloud != nil { + validate(alibabacloud.Name, platform.AlibabaCloud, func(f *field.Path) field.ErrorList { + return alibabacloudvalidation.ValidatePlatform(platform.AlibabaCloud, network, f) + }) + } if platform.AWS != nil { validate(aws.Name, platform.AWS, func(f *field.Path) field.ErrorList { return awsvalidation.ValidatePlatform(platform.AWS, f) }) } @@ -553,6 +560,23 @@ func validateImageContentSources(groups []types.ImageContentSource, fldPath *fie func validateNamedRepository(r string) error { ref, err := dockerref.ParseNamed(r) if err != nil { + // If a mirror name is provided without the named reference, + // then the name is not considered canonical and will cause + // an error. e.g. registry.lab.redhat.com:5000 will result + // in an error. Instead we will check whether the input is + // a valid hostname as a workaround. + if err == dockerref.ErrNameNotCanonical { + // If the hostname string contains a port, lets attempt + // to split them + host, _, err := net.SplitHostPort(r) + if err != nil { + host = r + } + if err = validate.Host(host); err != nil { + return errors.Wrap(err, "the repository provided is invalid") + } + return nil + } return errors.Wrap(err, "failed to parse") } if !dockerref.IsNameOnly(ref) { @@ -583,7 +607,7 @@ func validateCloudCredentialsMode(mode types.CredentialsMode, fldPath *field.Pat } allErrs := field.ErrorList{} - allowedAzureModes := []types.CredentialsMode{types.MintCredentialsMode, types.PassthroughCredentialsMode, types.ManualCredentialsMode} + allowedAzureModes := []types.CredentialsMode{types.PassthroughCredentialsMode, types.ManualCredentialsMode} if platform.Azure != nil && platform.Azure.CloudName == azure.StackCloud { allowedAzureModes = []types.CredentialsMode{types.ManualCredentialsMode} } @@ -591,10 +615,11 @@ func validateCloudCredentialsMode(mode types.CredentialsMode, fldPath *field.Pat // validPlatformCredentialsModes is a map from the platform name to a slice of credentials modes that are valid // for the platform. If a platform name is not in the map, then the credentials mode cannot be set for that platform. validPlatformCredentialsModes := map[string][]types.CredentialsMode{ - aws.Name: {types.MintCredentialsMode, types.PassthroughCredentialsMode, types.ManualCredentialsMode}, - azure.Name: allowedAzureModes, - gcp.Name: {types.MintCredentialsMode, types.PassthroughCredentialsMode, types.ManualCredentialsMode}, - ibmcloud.Name: {types.ManualCredentialsMode}, + alibabacloud.Name: {types.ManualCredentialsMode}, + aws.Name: {types.MintCredentialsMode, types.PassthroughCredentialsMode, types.ManualCredentialsMode}, + azure.Name: allowedAzureModes, + gcp.Name: {types.MintCredentialsMode, types.PassthroughCredentialsMode, types.ManualCredentialsMode}, + ibmcloud.Name: {types.ManualCredentialsMode}, } if validModes, ok := validPlatformCredentialsModes[platform.Name()]; ok { validModesSet := sets.NewString() diff --git a/vendor/github.com/openshift/installer/pkg/types/validation/machinepools.go b/vendor/github.com/openshift/installer/pkg/types/validation/machinepools.go index f14f80781..48ec1ad2d 100644 --- a/vendor/github.com/openshift/installer/pkg/types/validation/machinepools.go +++ b/vendor/github.com/openshift/installer/pkg/types/validation/machinepools.go @@ -103,7 +103,9 @@ func validateMachinePoolPlatform(platform *types.Platform, p *types.MachinePoolP validate(gcp.Name, p.GCP, func(f *field.Path) field.ErrorList { return validateGCPMachinePool(platform, p, pool, f) }) } if p.IBMCloud != nil { - validate(ibmcloud.Name, p.IBMCloud, func(f *field.Path) field.ErrorList { return ibmcloudvalidation.ValidateMachinePool(p.IBMCloud, f) }) + validate(ibmcloud.Name, p.IBMCloud, func(f *field.Path) field.ErrorList { + return ibmcloudvalidation.ValidateMachinePool(platform.IBMCloud, p.IBMCloud, f) + }) } if p.Libvirt != nil { validate(libvirt.Name, p.Libvirt, func(f *field.Path) field.ErrorList { return libvirtvalidation.ValidateMachinePool(p.Libvirt, f) }) diff --git a/vendor/github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1/machine_webhook.go b/vendor/github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1/machine_webhook.go deleted file mode 100644 index 13f5c1a1b..000000000 --- a/vendor/github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1/machine_webhook.go +++ /dev/null @@ -1,1197 +0,0 @@ -package v1beta1 - -import ( - "context" - "encoding/json" - "fmt" - "net/http" - "runtime" - "strings" - - osconfigv1 "github.com/openshift/api/config/v1" - osclientset "github.com/openshift/client-go/config/clientset/versioned" - gcp "github.com/openshift/cluster-api-provider-gcp/pkg/apis/gcpprovider/v1beta1" - "github.com/openshift/machine-api-operator/pkg/apis/machine" - vsphere "github.com/openshift/machine-api-operator/pkg/apis/vsphereprovider/v1beta1" - admissionregistrationv1 "k8s.io/api/admissionregistration/v1" - corev1 "k8s.io/api/core/v1" - apierrors "k8s.io/apimachinery/pkg/api/errors" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - kruntime "k8s.io/apimachinery/pkg/runtime" - utilerrors "k8s.io/apimachinery/pkg/util/errors" - "k8s.io/apimachinery/pkg/util/sets" - "k8s.io/apimachinery/pkg/util/validation/field" - "k8s.io/klog/v2" - "k8s.io/utils/pointer" - aws "sigs.k8s.io/cluster-api-provider-aws/pkg/apis/awsprovider/v1beta1" - azure "sigs.k8s.io/cluster-api-provider-azure/pkg/apis/azureprovider/v1beta1" - ctrl "sigs.k8s.io/controller-runtime" - "sigs.k8s.io/controller-runtime/pkg/client" - "sigs.k8s.io/controller-runtime/pkg/webhook/admission" - yaml "sigs.k8s.io/yaml" -) - -var ( - // Azure Defaults - defaultAzureVnet = func(clusterID string) string { - return fmt.Sprintf("%s-vnet", clusterID) - } - defaultAzureSubnet = func(clusterID string) string { - return fmt.Sprintf("%s-worker-subnet", clusterID) - } - defaultAzureNetworkResourceGroup = func(clusterID string) string { - return fmt.Sprintf("%s-rg", clusterID) - } - defaultAzureImageResourceID = func(clusterID string) string { - return fmt.Sprintf("/resourceGroups/%s/providers/Microsoft.Compute/images/%s", clusterID+"-rg", clusterID) - } - defaultAzureManagedIdentiy = func(clusterID string) string { - return fmt.Sprintf("%s-identity", clusterID) - } - defaultAzureResourceGroup = func(clusterID string) string { - return fmt.Sprintf("%s-rg", clusterID) - } - - // GCP Defaults - defaultGCPNetwork = func(clusterID string) string { - return fmt.Sprintf("%s-network", clusterID) - } - defaultGCPSubnetwork = func(clusterID string) string { - return fmt.Sprintf("%s-worker-subnet", clusterID) - } - defaultGCPTags = func(clusterID string) []string { - return []string{fmt.Sprintf("%s-worker", clusterID)} - } -) - -const ( - DefaultMachineMutatingHookPath = "/mutate-machine-openshift-io-v1beta1-machine" - DefaultMachineValidatingHookPath = "/validate-machine-openshift-io-v1beta1-machine" - DefaultMachineSetMutatingHookPath = "/mutate-machine-openshift-io-v1beta1-machineset" - DefaultMachineSetValidatingHookPath = "/validate-machine-openshift-io-v1beta1-machineset" - - defaultWebhookConfigurationName = "machine-api" - defaultWebhookServiceName = "machine-api-operator-webhook" - defaultWebhookServiceNamespace = "openshift-machine-api" - defaultWebhookServicePort = 443 - - defaultUserDataSecret = "worker-user-data" - defaultSecretNamespace = "openshift-machine-api" - - // AWS Defaults - defaultAWSCredentialsSecret = "aws-cloud-credentials" - defaultAWSX86InstanceType = "m5.large" - defaultAWSARMInstanceType = "m6g.large" - - // Azure Defaults - defaultAzureVMSize = "Standard_D4s_V3" - defaultAzureCredentialsSecret = "azure-cloud-credentials" - defaultAzureOSDiskOSType = "Linux" - defaultAzureOSDiskStorageType = "Premium_LRS" - azureMaxDiskSizeGB = 32768 - - // GCP Defaults - defaultGCPMachineType = "n1-standard-4" - defaultGCPCredentialsSecret = "gcp-cloud-credentials" - defaultGCPDiskSizeGb = 128 - defaultGCPDiskType = "pd-standard" - // https://releases-art-rhcos.svc.ci.openshift.org/art/storage/releases/rhcos-4.8/48.83.202103122318-0/x86_64/meta.json - // https://github.com/openshift/installer/blob/796a99049d3b7489b6c08ec5bd7c7983731afbcf/data/data/rhcos.json#L90-L94 - defaultGCPDiskImage = "projects/rhcos-cloud/global/images/rhcos-48-83-202103221318-0-gcp-x86-64" - - // vSphere Defaults - defaultVSphereCredentialsSecret = "vsphere-cloud-credentials" - // Minimum vSphere values taken from vSphere reconciler - minVSphereCPU = 2 - minVSphereMemoryMiB = 2048 - // https://docs.openshift.com/container-platform/4.1/installing/installing_vsphere/installing-vsphere.html#minimum-resource-requirements_installing-vsphere - minVSphereDiskGiB = 120 -) - -var ( - // webhookFailurePolicy is ignore so we don't want to block machine lifecycle on the webhook operational aspects. - // This would be particularly problematic for chicken egg issues when bootstrapping a cluster. - webhookFailurePolicy = admissionregistrationv1.Ignore - webhookSideEffects = admissionregistrationv1.SideEffectClassNone -) - -func secretExists(c client.Client, name, namespace string) (bool, error) { - key := client.ObjectKey{ - Name: name, - Namespace: namespace, - } - obj := &corev1.Secret{} - - if err := c.Get(context.Background(), key, obj); err != nil { - if apierrors.IsNotFound(err) { - return false, nil - } - return false, err - } - return true, nil -} - -func credentialsSecretExists(c client.Client, name, namespace string) []string { - secretExists, err := secretExists(c, name, namespace) - if err != nil { - return []string{ - field.Invalid( - field.NewPath("providerSpec", "credentialsSecret"), - name, - fmt.Sprintf("failed to get credentialsSecret: %v", err), - ).Error(), - } - } - - if !secretExists { - return []string{ - field.Invalid( - field.NewPath("providerSpec", "credentialsSecret"), - name, - "not found. Expected CredentialsSecret to exist", - ).Error(), - } - } - - return []string{} -} - -func getInfra() (*osconfigv1.Infrastructure, error) { - cfg, err := ctrl.GetConfig() - if err != nil { - return nil, err - } - client, err := osclientset.NewForConfig(cfg) - if err != nil { - return nil, err - } - infra, err := client.ConfigV1().Infrastructures().Get(context.Background(), "cluster", metav1.GetOptions{}) - if err != nil { - return nil, err - } - return infra, nil -} - -func getDNS() (*osconfigv1.DNS, error) { - cfg, err := ctrl.GetConfig() - if err != nil { - return nil, err - } - client, err := osclientset.NewForConfig(cfg) - if err != nil { - return nil, err - } - dns, err := client.ConfigV1().DNSes().Get(context.Background(), "cluster", metav1.GetOptions{}) - if err != nil { - return nil, err - } - - return dns, nil -} - -type machineAdmissionFn func(m *Machine, config *admissionConfig) (bool, []string, utilerrors.Aggregate) - -type admissionConfig struct { - clusterID string - platformStatus *osconfigv1.PlatformStatus - dnsDisconnected bool - client client.Client -} - -type admissionHandler struct { - *admissionConfig - webhookOperations machineAdmissionFn - decoder *admission.Decoder -} - -// InjectDecoder injects the decoder. -func (a *admissionHandler) InjectDecoder(d *admission.Decoder) error { - a.decoder = d - return nil -} - -// machineValidatorHandler validates Machine API resources. -// implements type Handler interface. -// https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/webhook/admission#Handler -type machineValidatorHandler struct { - *admissionHandler -} - -// machineDefaulterHandler defaults Machine API resources. -// implements type Handler interface. -// https://godoc.org/github.com/kubernetes-sigs/controller-runtime/pkg/webhook/admission#Handler -type machineDefaulterHandler struct { - *admissionHandler -} - -// NewValidator returns a new machineValidatorHandler. -func NewMachineValidator(client client.Client) (*machineValidatorHandler, error) { - infra, err := getInfra() - if err != nil { - return nil, err - } - - dns, err := getDNS() - if err != nil { - return nil, err - } - - return createMachineValidator(infra, client, dns), nil -} - -func createMachineValidator(infra *osconfigv1.Infrastructure, client client.Client, dns *osconfigv1.DNS) *machineValidatorHandler { - admissionConfig := &admissionConfig{ - dnsDisconnected: dns.Spec.PublicZone == nil, - clusterID: infra.Status.InfrastructureName, - platformStatus: infra.Status.PlatformStatus, - client: client, - } - return &machineValidatorHandler{ - admissionHandler: &admissionHandler{ - admissionConfig: admissionConfig, - webhookOperations: getMachineValidatorOperation(infra.Status.PlatformStatus.Type), - }, - } -} - -func getMachineValidatorOperation(platform osconfigv1.PlatformType) machineAdmissionFn { - switch platform { - case osconfigv1.AWSPlatformType: - return validateAWS - case osconfigv1.AzurePlatformType: - return validateAzure - case osconfigv1.GCPPlatformType: - return validateGCP - case osconfigv1.VSpherePlatformType: - return validateVSphere - default: - // just no-op - return func(m *Machine, config *admissionConfig) (bool, []string, utilerrors.Aggregate) { - return true, []string{}, nil - } - } -} - -// NewDefaulter returns a new machineDefaulterHandler. -func NewMachineDefaulter() (*machineDefaulterHandler, error) { - infra, err := getInfra() - if err != nil { - return nil, err - } - - return createMachineDefaulter(infra.Status.PlatformStatus, infra.Status.InfrastructureName), nil -} - -func createMachineDefaulter(platformStatus *osconfigv1.PlatformStatus, clusterID string) *machineDefaulterHandler { - return &machineDefaulterHandler{ - admissionHandler: &admissionHandler{ - admissionConfig: &admissionConfig{clusterID: clusterID}, - webhookOperations: getMachineDefaulterOperation(platformStatus), - }, - } -} - -func getMachineDefaulterOperation(platformStatus *osconfigv1.PlatformStatus) machineAdmissionFn { - switch platformStatus.Type { - case osconfigv1.AWSPlatformType: - region := "" - if platformStatus.AWS != nil { - region = platformStatus.AWS.Region - } - arch := runtime.GOARCH - return awsDefaulter{region: region, arch: arch}.defaultAWS - case osconfigv1.AzurePlatformType: - return defaultAzure - case osconfigv1.GCPPlatformType: - return defaultGCP - case osconfigv1.VSpherePlatformType: - return defaultVSphere - default: - // just no-op - return func(m *Machine, config *admissionConfig) (bool, []string, utilerrors.Aggregate) { - return true, []string{}, nil - } - } -} - -// NewValidatingWebhookConfiguration creates a validation webhook configuration with configured Machine and MachineSet webhooks -func NewValidatingWebhookConfiguration() *admissionregistrationv1.ValidatingWebhookConfiguration { - validatingWebhookConfiguration := &admissionregistrationv1.ValidatingWebhookConfiguration{ - ObjectMeta: metav1.ObjectMeta{ - Name: defaultWebhookConfigurationName, - Annotations: map[string]string{ - "service.beta.openshift.io/inject-cabundle": "true", - }, - }, - Webhooks: []admissionregistrationv1.ValidatingWebhook{ - MachineValidatingWebhook(), - MachineSetValidatingWebhook(), - }, - } - - // Setting group version is required for testEnv to create unstructured objects, as the new structure sets it on empty strings - // Usual way to populate those values, is to create the resource in the cluster first, which we can't yet do. - validatingWebhookConfiguration.SetGroupVersionKind(admissionregistrationv1.SchemeGroupVersion.WithKind("ValidatingWebhookConfiguration")) - return validatingWebhookConfiguration -} - -// MachineValidatingWebhook returns validating webhooks for machine to populate the configuration -func MachineValidatingWebhook() admissionregistrationv1.ValidatingWebhook { - serviceReference := admissionregistrationv1.ServiceReference{ - Namespace: defaultWebhookServiceNamespace, - Name: defaultWebhookServiceName, - Path: pointer.StringPtr(DefaultMachineValidatingHookPath), - Port: pointer.Int32Ptr(defaultWebhookServicePort), - } - return admissionregistrationv1.ValidatingWebhook{ - AdmissionReviewVersions: []string{"v1"}, - Name: "validation.machine.machine.openshift.io", - FailurePolicy: &webhookFailurePolicy, - SideEffects: &webhookSideEffects, - ClientConfig: admissionregistrationv1.WebhookClientConfig{ - Service: &serviceReference, - }, - Rules: []admissionregistrationv1.RuleWithOperations{ - { - Rule: admissionregistrationv1.Rule{ - APIGroups: []string{machine.GroupName}, - APIVersions: []string{SchemeGroupVersion.Version}, - Resources: []string{"machines"}, - }, - Operations: []admissionregistrationv1.OperationType{ - admissionregistrationv1.Create, - admissionregistrationv1.Update, - }, - }, - }, - } -} - -// MachineSetValidatingWebhook returns validating webhooks for machineSet to populate the configuration -func MachineSetValidatingWebhook() admissionregistrationv1.ValidatingWebhook { - machinesetServiceReference := admissionregistrationv1.ServiceReference{ - Namespace: defaultWebhookServiceNamespace, - Name: defaultWebhookServiceName, - Path: pointer.StringPtr(DefaultMachineSetValidatingHookPath), - Port: pointer.Int32Ptr(defaultWebhookServicePort), - } - return admissionregistrationv1.ValidatingWebhook{ - AdmissionReviewVersions: []string{"v1"}, - Name: "validation.machineset.machine.openshift.io", - FailurePolicy: &webhookFailurePolicy, - SideEffects: &webhookSideEffects, - ClientConfig: admissionregistrationv1.WebhookClientConfig{ - Service: &machinesetServiceReference, - }, - Rules: []admissionregistrationv1.RuleWithOperations{ - { - Rule: admissionregistrationv1.Rule{ - APIGroups: []string{machine.GroupName}, - APIVersions: []string{SchemeGroupVersion.Version}, - Resources: []string{"machinesets"}, - }, - Operations: []admissionregistrationv1.OperationType{ - admissionregistrationv1.Create, - admissionregistrationv1.Update, - }, - }, - }, - } -} - -// NewMutatingWebhookConfiguration creates a mutating webhook configuration with configured Machine and MachineSet webhooks -func NewMutatingWebhookConfiguration() *admissionregistrationv1.MutatingWebhookConfiguration { - mutatingWebhookConfiguration := &admissionregistrationv1.MutatingWebhookConfiguration{ - ObjectMeta: metav1.ObjectMeta{ - Name: defaultWebhookConfigurationName, - Annotations: map[string]string{ - "service.beta.openshift.io/inject-cabundle": "true", - }, - }, - Webhooks: []admissionregistrationv1.MutatingWebhook{ - MachineMutatingWebhook(), - MachineSetMutatingWebhook(), - }, - } - - // Setting group version is required for testEnv to create unstructured objects, as the new structure sets it on empty strings - // Usual way to populate those values, is to create the resource in the cluster first, which we can't yet do. - mutatingWebhookConfiguration.SetGroupVersionKind(admissionregistrationv1.SchemeGroupVersion.WithKind("MutatingWebhookConfiguration")) - return mutatingWebhookConfiguration -} - -// MachineMutatingWebhook returns mutating webhooks for machine to apply in configuration -func MachineMutatingWebhook() admissionregistrationv1.MutatingWebhook { - machineServiceReference := admissionregistrationv1.ServiceReference{ - Namespace: defaultWebhookServiceNamespace, - Name: defaultWebhookServiceName, - Path: pointer.StringPtr(DefaultMachineMutatingHookPath), - Port: pointer.Int32Ptr(defaultWebhookServicePort), - } - return admissionregistrationv1.MutatingWebhook{ - AdmissionReviewVersions: []string{"v1"}, - Name: "default.machine.machine.openshift.io", - FailurePolicy: &webhookFailurePolicy, - SideEffects: &webhookSideEffects, - ClientConfig: admissionregistrationv1.WebhookClientConfig{ - Service: &machineServiceReference, - }, - Rules: []admissionregistrationv1.RuleWithOperations{ - { - Rule: admissionregistrationv1.Rule{ - APIGroups: []string{machine.GroupName}, - APIVersions: []string{SchemeGroupVersion.Version}, - Resources: []string{"machines"}, - }, - Operations: []admissionregistrationv1.OperationType{ - admissionregistrationv1.Create, - }, - }, - }, - } -} - -// MachineSetMutatingWebhook returns mutating webhook for machineSet to apply in configuration -func MachineSetMutatingWebhook() admissionregistrationv1.MutatingWebhook { - machineSetServiceReference := admissionregistrationv1.ServiceReference{ - Namespace: defaultWebhookServiceNamespace, - Name: defaultWebhookServiceName, - Path: pointer.StringPtr(DefaultMachineSetMutatingHookPath), - Port: pointer.Int32Ptr(defaultWebhookServicePort), - } - return admissionregistrationv1.MutatingWebhook{ - AdmissionReviewVersions: []string{"v1"}, - Name: "default.machineset.machine.openshift.io", - FailurePolicy: &webhookFailurePolicy, - SideEffects: &webhookSideEffects, - ClientConfig: admissionregistrationv1.WebhookClientConfig{ - Service: &machineSetServiceReference, - }, - Rules: []admissionregistrationv1.RuleWithOperations{ - { - Rule: admissionregistrationv1.Rule{ - APIGroups: []string{machine.GroupName}, - APIVersions: []string{SchemeGroupVersion.Version}, - Resources: []string{"machinesets"}, - }, - Operations: []admissionregistrationv1.OperationType{ - admissionregistrationv1.Create, - }, - }, - }, - } -} - -// Handle handles HTTP requests for admission webhook servers. -func (h *machineValidatorHandler) Handle(ctx context.Context, req admission.Request) admission.Response { - m := &Machine{} - - if err := h.decoder.Decode(req, m); err != nil { - return admission.Errored(http.StatusBadRequest, err) - } - - klog.V(3).Infof("Validate webhook called for Machine: %s", m.GetName()) - - ok, warnings, errs := h.webhookOperations(m, h.admissionConfig) - if !ok { - return admission.Denied(errs.Error()).WithWarnings(warnings...) - } - - return admission.Allowed("Machine valid").WithWarnings(warnings...) -} - -// Handle handles HTTP requests for admission webhook servers. -func (h *machineDefaulterHandler) Handle(ctx context.Context, req admission.Request) admission.Response { - m := &Machine{} - - if err := h.decoder.Decode(req, m); err != nil { - return admission.Errored(http.StatusBadRequest, err) - } - - klog.V(3).Infof("Mutate webhook called for Machine: %s", m.GetName()) - - // Only enforce the clusterID if it's not set. - // Otherwise a discrepancy on the value would leave the machine orphan - // and would trigger a new machine creation by the machineSet. - // https://bugzilla.redhat.com/show_bug.cgi?id=1857175 - if m.Labels == nil { - m.Labels = make(map[string]string) - } - if _, ok := m.Labels[MachineClusterIDLabel]; !ok { - m.Labels[MachineClusterIDLabel] = h.clusterID - } - - ok, warnings, errs := h.webhookOperations(m, h.admissionConfig) - if !ok { - return admission.Denied(errs.Error()).WithWarnings(warnings...) - } - - marshaledMachine, err := json.Marshal(m) - if err != nil { - return admission.Errored(http.StatusInternalServerError, err).WithWarnings(warnings...) - } - return admission.PatchResponseFromRaw(req.Object.Raw, marshaledMachine).WithWarnings(warnings...) -} - -type awsDefaulter struct { - region string - arch string -} - -func (a awsDefaulter) defaultAWS(m *Machine, config *admissionConfig) (bool, []string, utilerrors.Aggregate) { - klog.V(3).Infof("Defaulting AWS providerSpec") - - var errs []error - var warnings []string - providerSpec := new(aws.AWSMachineProviderConfig) - if err := unmarshalInto(m, providerSpec); err != nil { - errs = append(errs, err) - return false, warnings, utilerrors.NewAggregate(errs) - } - - if providerSpec.InstanceType == "" { - if a.arch == "arm64" { - providerSpec.InstanceType = defaultAWSARMInstanceType - } else { - providerSpec.InstanceType = defaultAWSX86InstanceType - } - } - - if providerSpec.Placement.Region == "" { - providerSpec.Placement.Region = a.region - } - - if providerSpec.UserDataSecret == nil { - providerSpec.UserDataSecret = &corev1.LocalObjectReference{Name: defaultUserDataSecret} - } - - if providerSpec.CredentialsSecret == nil { - providerSpec.CredentialsSecret = &corev1.LocalObjectReference{Name: defaultAWSCredentialsSecret} - } - - rawBytes, err := json.Marshal(providerSpec) - if err != nil { - errs = append(errs, err) - } - - if len(errs) > 0 { - return false, warnings, utilerrors.NewAggregate(errs) - } - - m.Spec.ProviderSpec.Value = &kruntime.RawExtension{Raw: rawBytes} - return true, warnings, nil -} - -func unmarshalInto(m *Machine, providerSpec interface{}) error { - if m.Spec.ProviderSpec.Value == nil { - return field.Required(field.NewPath("providerSpec", "value"), "a value must be provided") - } - - if err := yaml.Unmarshal(m.Spec.ProviderSpec.Value.Raw, &providerSpec); err != nil { - return field.Invalid(field.NewPath("providerSpec", "value"), providerSpec, err.Error()) - } - return nil -} - -func validateAWS(m *Machine, config *admissionConfig) (bool, []string, utilerrors.Aggregate) { - klog.V(3).Infof("Validating AWS providerSpec") - - var errs []error - var warnings []string - providerSpec := new(aws.AWSMachineProviderConfig) - if err := unmarshalInto(m, providerSpec); err != nil { - errs = append(errs, err) - return false, warnings, utilerrors.NewAggregate(errs) - } - - if providerSpec.AMI.ARN == nil && providerSpec.AMI.Filters == nil && providerSpec.AMI.ID == nil { - errs = append( - errs, - field.Required( - field.NewPath("providerSpec", "ami"), - "expected either providerSpec.ami.arn or providerSpec.ami.filters or providerSpec.ami.id to be populated", - ), - ) - } - - if providerSpec.Placement.Region == "" { - errs = append( - errs, - field.Required( - field.NewPath("providerSpec", "placement", "region"), - "expected providerSpec.placement.region to be populated", - ), - ) - } - - if providerSpec.InstanceType == "" { - errs = append( - errs, - field.Required( - field.NewPath("providerSpec", "instanceType"), - "expected providerSpec.instanceType to be populated", - ), - ) - } - - if providerSpec.UserDataSecret == nil { - errs = append( - errs, - field.Required( - field.NewPath("providerSpec", "userDataSecret"), - "expected providerSpec.userDataSecret to be populated", - ), - ) - } - - if providerSpec.CredentialsSecret == nil { - errs = append( - errs, - field.Required( - field.NewPath("providerSpec", "credentialsSecret"), - "expected providerSpec.credentialsSecret to be populated", - ), - ) - } else { - warnings = append(warnings, credentialsSecretExists(config.client, providerSpec.CredentialsSecret.Name, m.GetNamespace())...) - } - - if providerSpec.Subnet.ARN == nil && providerSpec.Subnet.ID == nil && providerSpec.Subnet.Filters == nil { - warnings = append( - warnings, - "providerSpec.subnet: No subnet has been provided. Instances may be created in an unexpected subnet and may not join the cluster.", - ) - } - - if providerSpec.IAMInstanceProfile == nil { - warnings = append(warnings, "providerSpec.iamInstanceProfile: no IAM instance profile provided: nodes may be unable to join the cluster") - } - - // TODO(alberto): Validate providerSpec.BlockDevices. - // https://github.com/openshift/cluster-api-provider-aws/pull/299#discussion_r433920532 - - switch providerSpec.Placement.Tenancy { - case "", aws.DefaultTenancy, aws.DedicatedTenancy, aws.HostTenancy: - // Do nothing, valid values - default: - errs = append( - errs, - field.Invalid( - field.NewPath("providerSpec", "tenancy"), - providerSpec.Placement.Tenancy, - fmt.Sprintf("Invalid providerSpec.tenancy, the only allowed options are: %s, %s, %s", aws.DefaultTenancy, aws.DedicatedTenancy, aws.HostTenancy), - ), - ) - } - - duplicatedTags := getDuplicatedTags(providerSpec.Tags) - if len(duplicatedTags) > 0 { - warnings = append(warnings, fmt.Sprintf("providerSpec.tags: duplicated tag names (%s): only the first value will be used.", strings.Join(duplicatedTags, ","))) - } - - if len(errs) > 0 { - return false, warnings, utilerrors.NewAggregate(errs) - } - - return true, warnings, nil -} - -// getDuplicatedTags iterates through the AWS TagSpecifications -// to determine if any tag Name is duplicated within the list. -// A list of duplicated names will be returned. -func getDuplicatedTags(tagSpecs []aws.TagSpecification) []string { - tagNames := map[string]int{} - for _, spec := range tagSpecs { - tagNames[spec.Name] += 1 - } - - duplicatedTags := []string{} - for name, count := range tagNames { - if count > 1 { - duplicatedTags = append(duplicatedTags, name) - } - } - - return duplicatedTags -} - -func defaultAzure(m *Machine, config *admissionConfig) (bool, []string, utilerrors.Aggregate) { - klog.V(3).Infof("Defaulting Azure providerSpec") - - var errs []error - var warnings []string - providerSpec := new(azure.AzureMachineProviderSpec) - if err := unmarshalInto(m, providerSpec); err != nil { - errs = append(errs, err) - return false, warnings, utilerrors.NewAggregate(errs) - } - - if providerSpec.VMSize == "" { - providerSpec.VMSize = defaultAzureVMSize - } - - // Vnet and Subnet need to be provided together by the user - if providerSpec.Vnet == "" && providerSpec.Subnet == "" { - providerSpec.Vnet = defaultAzureVnet(config.clusterID) - providerSpec.Subnet = defaultAzureSubnet(config.clusterID) - } - - if providerSpec.Image == (azure.Image{}) { - providerSpec.Image.ResourceID = defaultAzureImageResourceID(config.clusterID) - } - - if providerSpec.UserDataSecret == nil { - providerSpec.UserDataSecret = &corev1.SecretReference{Name: defaultUserDataSecret} - } else if providerSpec.UserDataSecret.Name == "" { - providerSpec.UserDataSecret.Name = defaultUserDataSecret - } - - if providerSpec.CredentialsSecret == nil { - providerSpec.CredentialsSecret = &corev1.SecretReference{Name: defaultAzureCredentialsSecret, Namespace: defaultSecretNamespace} - } else { - if providerSpec.CredentialsSecret.Namespace == "" { - providerSpec.CredentialsSecret.Namespace = defaultSecretNamespace - } - if providerSpec.CredentialsSecret.Name == "" { - providerSpec.CredentialsSecret.Name = defaultAzureCredentialsSecret - } - } - - rawBytes, err := json.Marshal(providerSpec) - if err != nil { - errs = append(errs, err) - } - - if len(errs) > 0 { - return false, warnings, utilerrors.NewAggregate(errs) - } - - m.Spec.ProviderSpec.Value = &kruntime.RawExtension{Raw: rawBytes} - return true, warnings, nil -} - -func validateAzure(m *Machine, config *admissionConfig) (bool, []string, utilerrors.Aggregate) { - klog.V(3).Infof("Validating Azure providerSpec") - - var errs []error - var warnings []string - providerSpec := new(azure.AzureMachineProviderSpec) - if err := unmarshalInto(m, providerSpec); err != nil { - errs = append(errs, err) - return false, warnings, utilerrors.NewAggregate(errs) - } - - if providerSpec.VMSize == "" { - errs = append(errs, field.Required(field.NewPath("providerSpec", "vmSize"), "vmSize should be set to one of the supported Azure VM sizes")) - } - - if providerSpec.PublicIP && config.dnsDisconnected { - errs = append(errs, field.Forbidden(field.NewPath("providerSpec", "publicIP"), "publicIP is not allowed in Azure disconnected installation")) - } - // Vnet requires Subnet - if providerSpec.Vnet != "" && providerSpec.Subnet == "" { - errs = append(errs, field.Required(field.NewPath("providerSpec", "subnet"), "must provide a subnet when a virtual network is specified")) - } - - // Subnet requires Vnet - if providerSpec.Subnet != "" && providerSpec.Vnet == "" { - errs = append(errs, field.Required(field.NewPath("providerSpec", "vnet"), "must provide a virtual network when supplying subnets")) - } - - errs = append(errs, validateAzureImage(providerSpec.Image)...) - - if providerSpec.UserDataSecret == nil { - errs = append(errs, field.Required(field.NewPath("providerSpec", "userDataSecret"), "userDataSecret must be provided")) - } else if providerSpec.UserDataSecret.Name == "" { - errs = append(errs, field.Required(field.NewPath("providerSpec", "userDataSecret", "name"), "name must be provided")) - } - - if providerSpec.CredentialsSecret == nil { - errs = append(errs, field.Required(field.NewPath("providerSpec", "credentialsSecret"), "credentialsSecret must be provided")) - } else { - if providerSpec.CredentialsSecret.Namespace == "" { - errs = append(errs, field.Required(field.NewPath("providerSpec", "credentialsSecret", "namespace"), "namespace must be provided")) - } - if providerSpec.CredentialsSecret.Name == "" { - errs = append(errs, field.Required(field.NewPath("providerSpec", "credentialsSecret", "name"), "name must be provided")) - } - if providerSpec.CredentialsSecret.Name != "" && providerSpec.CredentialsSecret.Namespace != "" { - warnings = append(warnings, credentialsSecretExists(config.client, providerSpec.CredentialsSecret.Name, providerSpec.CredentialsSecret.Namespace)...) - } - } - - if providerSpec.OSDisk.DiskSizeGB <= 0 || providerSpec.OSDisk.DiskSizeGB >= azureMaxDiskSizeGB { - errs = append(errs, field.Invalid(field.NewPath("providerSpec", "osDisk", "diskSizeGB"), providerSpec.OSDisk.DiskSizeGB, "diskSizeGB must be greater than zero and less than 32768")) - } - - if isAzureGovCloud(config.platformStatus) && providerSpec.SpotVMOptions != nil { - warnings = append(warnings, "spot VMs may not be supported when using GovCloud region") - } - - if len(errs) > 0 { - return false, warnings, utilerrors.NewAggregate(errs) - } - return true, warnings, nil -} - -func validateAzureImage(image azure.Image) []error { - errors := []error{} - if image == (azure.Image{}) { - return append(errors, field.Required(field.NewPath("providerSpec", "image"), "an image reference must be provided")) - } - - if image.ResourceID != "" { - if image != (azure.Image{ResourceID: image.ResourceID}) { - return append(errors, field.Required(field.NewPath("providerSpec", "image", "resourceID"), "resourceID is already specified, other fields such as [Offer, Publisher, SKU, Version] should not be set")) - } - return errors - } - - // Resource ID not provided, so Offer, Publisher, SKU and Version are required - if image.Offer == "" { - errors = append(errors, field.Required(field.NewPath("providerSpec", "image", "Offer"), "Offer must be provided")) - } - if image.Publisher == "" { - errors = append(errors, field.Required(field.NewPath("providerSpec", "image", "Publisher"), "Publisher must be provided")) - } - if image.SKU == "" { - errors = append(errors, field.Required(field.NewPath("providerSpec", "image", "SKU"), "SKU must be provided")) - } - if image.Version == "" { - errors = append(errors, field.Required(field.NewPath("providerSpec", "image", "Version"), "Version must be provided")) - } - - return errors -} - -func defaultGCP(m *Machine, config *admissionConfig) (bool, []string, utilerrors.Aggregate) { - klog.V(3).Infof("Defaulting GCP providerSpec") - - var errs []error - var warnings []string - providerSpec := new(gcp.GCPMachineProviderSpec) - if err := unmarshalInto(m, providerSpec); err != nil { - errs = append(errs, err) - return false, warnings, utilerrors.NewAggregate(errs) - } - - if providerSpec.MachineType == "" { - providerSpec.MachineType = defaultGCPMachineType - } - - if len(providerSpec.NetworkInterfaces) == 0 { - providerSpec.NetworkInterfaces = append(providerSpec.NetworkInterfaces, &gcp.GCPNetworkInterface{ - Network: defaultGCPNetwork(config.clusterID), - Subnetwork: defaultGCPSubnetwork(config.clusterID), - }) - } - - providerSpec.Disks = defaultGCPDisks(providerSpec.Disks, config.clusterID) - - if len(providerSpec.Tags) == 0 { - providerSpec.Tags = defaultGCPTags(config.clusterID) - } - - if providerSpec.UserDataSecret == nil { - providerSpec.UserDataSecret = &corev1.LocalObjectReference{Name: defaultUserDataSecret} - } - - if providerSpec.CredentialsSecret == nil { - providerSpec.CredentialsSecret = &corev1.LocalObjectReference{Name: defaultGCPCredentialsSecret} - } - - rawBytes, err := json.Marshal(providerSpec) - if err != nil { - errs = append(errs, err) - } - - if len(errs) > 0 { - return false, warnings, utilerrors.NewAggregate(errs) - } - - m.Spec.ProviderSpec.Value = &kruntime.RawExtension{Raw: rawBytes} - return true, warnings, nil -} - -func defaultGCPDisks(disks []*gcp.GCPDisk, clusterID string) []*gcp.GCPDisk { - if len(disks) == 0 { - return []*gcp.GCPDisk{ - { - AutoDelete: true, - Boot: true, - SizeGb: defaultGCPDiskSizeGb, - Type: defaultGCPDiskType, - Image: defaultGCPDiskImage, - }, - } - } - - for _, disk := range disks { - if disk.Type == "" { - disk.Type = defaultGCPDiskType - } - - if disk.Image == "" { - disk.Image = defaultGCPDiskImage - } - } - - return disks -} - -func validateGCP(m *Machine, config *admissionConfig) (bool, []string, utilerrors.Aggregate) { - klog.V(3).Infof("Validating GCP providerSpec") - - var errs []error - var warnings []string - providerSpec := new(gcp.GCPMachineProviderSpec) - if err := unmarshalInto(m, providerSpec); err != nil { - errs = append(errs, err) - return false, warnings, utilerrors.NewAggregate(errs) - } - - if providerSpec.Region == "" { - errs = append(errs, field.Required(field.NewPath("providerSpec", "region"), "region is required")) - } - - if !strings.HasPrefix(providerSpec.Zone, providerSpec.Region) { - errs = append(errs, field.Invalid(field.NewPath("providerSpec", "zone"), providerSpec.Zone, fmt.Sprintf("zone not in configured region (%s)", providerSpec.Region))) - } - - if providerSpec.MachineType == "" { - errs = append(errs, field.Required(field.NewPath("providerSpec", "machineType"), "machineType should be set to one of the supported GCP machine types")) - } - - errs = append(errs, validateGCPNetworkInterfaces(providerSpec.NetworkInterfaces, field.NewPath("providerSpec", "networkInterfaces"))...) - errs = append(errs, validateGCPDisks(providerSpec.Disks, field.NewPath("providerSpec", "disks"))...) - - if len(providerSpec.ServiceAccounts) == 0 { - warnings = append(warnings, "providerSpec.serviceAccounts: no service account provided: nodes may be unable to join the cluster") - } else { - errs = append(errs, validateGCPServiceAccounts(providerSpec.ServiceAccounts, field.NewPath("providerSpec", "serviceAccounts"))...) - } - - if providerSpec.UserDataSecret == nil { - errs = append(errs, field.Required(field.NewPath("providerSpec", "userDataSecret"), "userDataSecret must be provided")) - } else { - if providerSpec.UserDataSecret.Name == "" { - errs = append(errs, field.Required(field.NewPath("providerSpec", "userDataSecret", "name"), "name must be provided")) - } - } - - if providerSpec.CredentialsSecret == nil { - errs = append(errs, field.Required(field.NewPath("providerSpec", "credentialsSecret"), "credentialsSecret must be provided")) - } else { - if providerSpec.CredentialsSecret.Name == "" { - errs = append(errs, field.Required(field.NewPath("providerSpec", "credentialsSecret", "name"), "name must be provided")) - } else { - warnings = append(warnings, credentialsSecretExists(config.client, providerSpec.CredentialsSecret.Name, m.GetNamespace())...) - } - } - - if len(errs) > 0 { - return false, warnings, utilerrors.NewAggregate(errs) - } - return true, warnings, nil -} - -func validateGCPNetworkInterfaces(networkInterfaces []*gcp.GCPNetworkInterface, parentPath *field.Path) []error { - if len(networkInterfaces) == 0 { - return []error{field.Required(parentPath, "at least 1 network interface is required")} - } - - var errs []error - for i, ni := range networkInterfaces { - fldPath := parentPath.Index(i) - - if ni.Network == "" { - errs = append(errs, field.Required(fldPath.Child("network"), "network is required")) - } - - if ni.Subnetwork == "" { - errs = append(errs, field.Required(fldPath.Child("subnetwork"), "subnetwork is required")) - } - } - - return errs -} - -func validateGCPDisks(disks []*gcp.GCPDisk, parentPath *field.Path) []error { - if len(disks) == 0 { - return []error{field.Required(parentPath, "at least 1 disk is required")} - } - - var errs []error - for i, disk := range disks { - fldPath := parentPath.Index(i) - - if disk.SizeGb != 0 { - if disk.SizeGb < 16 { - errs = append(errs, field.Invalid(fldPath.Child("sizeGb"), disk.SizeGb, "must be at least 16GB in size")) - } else if disk.SizeGb > 65536 { - errs = append(errs, field.Invalid(fldPath.Child("sizeGb"), disk.SizeGb, "exceeding maximum GCP disk size limit, must be below 65536")) - } - } - - if disk.Type != "" { - diskTypes := sets.NewString("pd-standard", "pd-ssd") - if !diskTypes.Has(disk.Type) { - errs = append(errs, field.NotSupported(fldPath.Child("type"), disk.Type, diskTypes.List())) - } - } - } - - return errs -} - -func validateGCPServiceAccounts(serviceAccounts []gcp.GCPServiceAccount, parentPath *field.Path) []error { - if len(serviceAccounts) != 1 { - return []error{field.Invalid(parentPath, fmt.Sprintf("%d service accounts supplied", len(serviceAccounts)), "exactly 1 service account must be supplied")} - } - - var errs []error - for i, serviceAccount := range serviceAccounts { - fldPath := parentPath.Index(i) - - if serviceAccount.Email == "" { - errs = append(errs, field.Required(fldPath.Child("email"), "email is required")) - } - - if len(serviceAccount.Scopes) == 0 { - errs = append(errs, field.Required(fldPath.Child("scopes"), "at least 1 scope is required")) - } - } - return errs -} - -func defaultVSphere(m *Machine, config *admissionConfig) (bool, []string, utilerrors.Aggregate) { - klog.V(3).Infof("Defaulting vSphere providerSpec") - - var errs []error - var warnings []string - providerSpec := new(vsphere.VSphereMachineProviderSpec) - if err := unmarshalInto(m, providerSpec); err != nil { - errs = append(errs, err) - return false, warnings, utilerrors.NewAggregate(errs) - } - - if providerSpec.UserDataSecret == nil { - providerSpec.UserDataSecret = &corev1.LocalObjectReference{Name: defaultUserDataSecret} - } - - if providerSpec.CredentialsSecret == nil { - providerSpec.CredentialsSecret = &corev1.LocalObjectReference{Name: defaultVSphereCredentialsSecret} - } - - rawBytes, err := json.Marshal(providerSpec) - if err != nil { - errs = append(errs, err) - } - - if len(errs) > 0 { - return false, warnings, utilerrors.NewAggregate(errs) - } - - m.Spec.ProviderSpec.Value = &kruntime.RawExtension{Raw: rawBytes} - return true, warnings, nil -} - -func validateVSphere(m *Machine, config *admissionConfig) (bool, []string, utilerrors.Aggregate) { - klog.V(3).Infof("Validating vSphere providerSpec") - - var errs []error - var warnings []string - providerSpec := new(vsphere.VSphereMachineProviderSpec) - if err := unmarshalInto(m, providerSpec); err != nil { - errs = append(errs, err) - return false, warnings, utilerrors.NewAggregate(errs) - } - - if providerSpec.Template == "" { - errs = append(errs, field.Required(field.NewPath("providerSpec", "template"), "template must be provided")) - } - - workspaceWarnings, workspaceErrors := validateVSphereWorkspace(providerSpec.Workspace, field.NewPath("providerSpec", "workspace")) - warnings = append(warnings, workspaceWarnings...) - errs = append(errs, workspaceErrors...) - - errs = append(errs, validateVSphereNetwork(providerSpec.Network, field.NewPath("providerSpec", "network"))...) - - if providerSpec.NumCPUs < minVSphereCPU { - warnings = append(warnings, fmt.Sprintf("providerSpec.numCPUs: %d is missing or less than the minimum value (%d): nodes may not boot correctly", providerSpec.NumCPUs, minVSphereCPU)) - } - if providerSpec.MemoryMiB < minVSphereMemoryMiB { - warnings = append(warnings, fmt.Sprintf("providerSpec.memoryMiB: %d is missing or less than the recommended minimum value (%d): nodes may not boot correctly", providerSpec.MemoryMiB, minVSphereMemoryMiB)) - } - if providerSpec.DiskGiB < minVSphereDiskGiB { - warnings = append(warnings, fmt.Sprintf("providerSpec.diskGiB: %d is missing or less than the recommended minimum (%d): nodes may fail to start if disk size is too low", providerSpec.DiskGiB, minVSphereDiskGiB)) - } - - if providerSpec.UserDataSecret == nil { - errs = append(errs, field.Required(field.NewPath("providerSpec", "userDataSecret"), "userDataSecret must be provided")) - } else { - if providerSpec.UserDataSecret.Name == "" { - errs = append(errs, field.Required(field.NewPath("providerSpec", "userDataSecret", "name"), "name must be provided")) - } - } - - if providerSpec.CredentialsSecret == nil { - errs = append(errs, field.Required(field.NewPath("providerSpec", "credentialsSecret"), "credentialsSecret must be provided")) - } else { - if providerSpec.CredentialsSecret.Name == "" { - errs = append(errs, field.Required(field.NewPath("providerSpec", "credentialsSecret", "name"), "name must be provided")) - } else { - warnings = append(warnings, credentialsSecretExists(config.client, providerSpec.CredentialsSecret.Name, m.GetNamespace())...) - } - } - - if len(errs) > 0 { - return false, warnings, utilerrors.NewAggregate(errs) - } - return true, warnings, nil -} - -func validateVSphereWorkspace(workspace *vsphere.Workspace, parentPath *field.Path) ([]string, []error) { - if workspace == nil { - return []string{}, []error{field.Required(parentPath, "workspace must be provided")} - } - - var errs []error - var warnings []string - if workspace.Server == "" { - errs = append(errs, field.Required(parentPath.Child("server"), "server must be provided")) - } - if workspace.Datacenter == "" { - warnings = append(warnings, fmt.Sprintf("%s: datacenter is unset: if more than one datacenter is present, VMs cannot be created", parentPath.Child("datacenter"))) - } - if workspace.Folder != "" { - expectedPrefix := fmt.Sprintf("/%s/vm/", workspace.Datacenter) - if !strings.HasPrefix(workspace.Folder, expectedPrefix) { - errMsg := fmt.Sprintf("folder must be absolute path: expected prefix %q", expectedPrefix) - errs = append(errs, field.Invalid(parentPath.Child("folder"), workspace.Folder, errMsg)) - } - } - - return warnings, errs -} - -func validateVSphereNetwork(network vsphere.NetworkSpec, parentPath *field.Path) []error { - if len(network.Devices) == 0 { - return []error{field.Required(parentPath.Child("devices"), "at least 1 network device must be provided")} - } - - var errs []error - for i, spec := range network.Devices { - fldPath := parentPath.Child("devices").Index(i) - if spec.NetworkName == "" { - errs = append(errs, field.Required(fldPath.Child("networkName"), "networkName must be provided")) - } - } - - return errs -} - -func isAzureGovCloud(platformStatus *osconfigv1.PlatformStatus) bool { - return platformStatus != nil && platformStatus.Azure != nil && - platformStatus.Azure.CloudName != osconfigv1.AzurePublicCloud -} diff --git a/vendor/github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1/machinehealthcheck_types.go b/vendor/github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1/machinehealthcheck_types.go deleted file mode 100644 index e674e9776..000000000 --- a/vendor/github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1/machinehealthcheck_types.go +++ /dev/null @@ -1,134 +0,0 @@ -package v1beta1 - -import ( - corev1 "k8s.io/api/core/v1" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "k8s.io/apimachinery/pkg/util/intstr" -) - -// RemediationStrategyType contains remediation strategy type -type RemediationStrategyType string - -// +genclient -// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object - -// MachineHealthCheck is the Schema for the machinehealthchecks API -// +kubebuilder:subresource:status -// +kubebuilder:resource:shortName=mhc;mhcs -// +k8s:openapi-gen=true -// +kubebuilder:printcolumn:name="MaxUnhealthy",type="string",JSONPath=".spec.maxUnhealthy",description="Maximum number of unhealthy machines allowed" -// +kubebuilder:printcolumn:name="ExpectedMachines",type="integer",JSONPath=".status.expectedMachines",description="Number of machines currently monitored" -// +kubebuilder:printcolumn:name="CurrentHealthy",type="integer",JSONPath=".status.currentHealthy",description="Current observed healthy machines" -type MachineHealthCheck struct { - metav1.TypeMeta `json:",inline"` - metav1.ObjectMeta `json:"metadata,omitempty"` - - // Specification of machine health check policy - Spec MachineHealthCheckSpec `json:"spec,omitempty"` - - // Most recently observed status of MachineHealthCheck resource - Status MachineHealthCheckStatus `json:"status,omitempty"` -} - -func (m *MachineHealthCheck) GetConditions() Conditions { - return m.Status.Conditions -} - -func (m *MachineHealthCheck) SetConditions(conditions Conditions) { - m.Status.Conditions = conditions -} - -// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object - -// MachineHealthCheckList contains a list of MachineHealthCheck -type MachineHealthCheckList struct { - metav1.TypeMeta `json:",inline"` - metav1.ListMeta `json:"metadata,omitempty"` - Items []MachineHealthCheck `json:"items"` -} - -// MachineHealthCheckSpec defines the desired state of MachineHealthCheck -type MachineHealthCheckSpec struct { - // Label selector to match machines whose health will be exercised. - // Note: An empty selector will match all machines. - Selector metav1.LabelSelector `json:"selector"` - - // UnhealthyConditions contains a list of the conditions that determine - // whether a node is considered unhealthy. The conditions are combined in a - // logical OR, i.e. if any of the conditions is met, the node is unhealthy. - // - // +kubebuilder:validation:MinItems=1 - UnhealthyConditions []UnhealthyCondition `json:"unhealthyConditions"` - - // Any farther remediation is only allowed if at most "MaxUnhealthy" machines selected by - // "selector" are not healthy. - // Expects either a postive integer value or a percentage value. - // Percentage values must be positive whole numbers and are capped at 100%. - // Both 0 and 0% are valid and will block all remediation. - // +kubebuilder:default:="100%" - // +kubebuilder:validation:XIntOrString - // +kubebuilder:validation:Pattern="^((100|[0-9]{1,2})%|[0-9]+)$" - MaxUnhealthy *intstr.IntOrString `json:"maxUnhealthy,omitempty"` - - // Machines older than this duration without a node will be considered to have - // failed and will be remediated. - // To prevent Machines without Nodes from being removed, disable startup checks - // by setting this value explicitly to "0". - // Expects an unsigned duration string of decimal numbers each with optional - // fraction and a unit suffix, eg "300ms", "1.5h" or "2h45m". - // Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". - // +optional - // +kubebuilder:default:="10m" - // +kubebuilder:validation:Pattern="^0|([0-9]+(\\.[0-9]+)?(ns|us|µs|ms|s|m|h))+$" - // +kubebuilder:validation:Type:=string - NodeStartupTimeout *metav1.Duration `json:"nodeStartupTimeout,omitempty"` - - // RemediationTemplate is a reference to a remediation template - // provided by an infrastructure provider. - // - // This field is completely optional, when filled, the MachineHealthCheck controller - // creates a new object from the template referenced and hands off remediation of the machine to - // a controller that lives outside of Machine API Operator. - // +optional - RemediationTemplate *corev1.ObjectReference `json:"remediationTemplate,omitempty"` -} - -// UnhealthyCondition represents a Node condition type and value with a timeout -// specified as a duration. When the named condition has been in the given -// status for at least the timeout value, a node is considered unhealthy. -type UnhealthyCondition struct { - // +kubebuilder:validation:Type=string - // +kubebuilder:validation:MinLength=1 - Type corev1.NodeConditionType `json:"type"` - - // +kubebuilder:validation:Type=string - // +kubebuilder:validation:MinLength=1 - Status corev1.ConditionStatus `json:"status"` - - // Expects an unsigned duration string of decimal numbers each with optional - // fraction and a unit suffix, eg "300ms", "1.5h" or "2h45m". - // Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". - // +kubebuilder:validation:Pattern="^([0-9]+(\\.[0-9]+)?(ns|us|µs|ms|s|m|h))+$" - // +kubebuilder:validation:Type:=string - Timeout metav1.Duration `json:"timeout"` -} - -// MachineHealthCheckStatus defines the observed state of MachineHealthCheck -type MachineHealthCheckStatus struct { - // total number of machines counted by this machine health check - // +kubebuilder:validation:Minimum=0 - ExpectedMachines *int `json:"expectedMachines"` - - // total number of machines counted by this machine health check - // +kubebuilder:validation:Minimum=0 - CurrentHealthy *int `json:"currentHealthy" protobuf:"varint,4,opt,name=currentHealthy"` - - // RemediationsAllowed is the number of further remediations allowed by this machine health check before - // maxUnhealthy short circuiting will be applied - // +kubebuilder:validation:Minimum=0 - // +optional - RemediationsAllowed int32 `json:"remediationsAllowed"` - - // Conditions defines the current state of the MachineHealthCheck - Conditions Conditions `json:"conditions,omitempty"` -} diff --git a/vendor/github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned/fake/clientset_generated.go b/vendor/github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned/fake/clientset_generated.go deleted file mode 100644 index 0d3991405..000000000 --- a/vendor/github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned/fake/clientset_generated.go +++ /dev/null @@ -1,85 +0,0 @@ -/* - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * - * Copyright 2019 Red Hat, Inc. - * - */ -// Code generated by client-gen. DO NOT EDIT. - -package fake - -import ( - clientset "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned" - machinev1beta1 "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned/typed/machine/v1beta1" - fakemachinev1beta1 "github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned/typed/machine/v1beta1/fake" - "k8s.io/apimachinery/pkg/runtime" - "k8s.io/apimachinery/pkg/watch" - "k8s.io/client-go/discovery" - fakediscovery "k8s.io/client-go/discovery/fake" - "k8s.io/client-go/testing" -) - -// NewSimpleClientset returns a clientset that will respond with the provided objects. -// It's backed by a very simple object tracker that processes creates, updates and deletions as-is, -// without applying any validations and/or defaults. It shouldn't be considered a replacement -// for a real clientset and is mostly useful in simple unit tests. -func NewSimpleClientset(objects ...runtime.Object) *Clientset { - o := testing.NewObjectTracker(scheme, codecs.UniversalDecoder()) - for _, obj := range objects { - if err := o.Add(obj); err != nil { - panic(err) - } - } - - cs := &Clientset{tracker: o} - cs.discovery = &fakediscovery.FakeDiscovery{Fake: &cs.Fake} - cs.AddReactor("*", "*", testing.ObjectReaction(o)) - cs.AddWatchReactor("*", func(action testing.Action) (handled bool, ret watch.Interface, err error) { - gvr := action.GetResource() - ns := action.GetNamespace() - watch, err := o.Watch(gvr, ns) - if err != nil { - return false, nil, err - } - return true, watch, nil - }) - - return cs -} - -// Clientset implements clientset.Interface. Meant to be embedded into a -// struct to get a default implementation. This makes faking out just the method -// you want to test easier. -type Clientset struct { - testing.Fake - discovery *fakediscovery.FakeDiscovery - tracker testing.ObjectTracker -} - -func (c *Clientset) Discovery() discovery.DiscoveryInterface { - return c.discovery -} - -func (c *Clientset) Tracker() testing.ObjectTracker { - return c.tracker -} - -var ( - _ clientset.Interface = &Clientset{} - _ testing.FakeClient = &Clientset{} -) - -// MachineV1beta1 retrieves the MachineV1beta1Client -func (c *Clientset) MachineV1beta1() machinev1beta1.MachineV1beta1Interface { - return &fakemachinev1beta1.FakeMachineV1beta1{Fake: &c.Fake} -} diff --git a/vendor/github.com/pelletier/go-toml/azure-pipelines.yml b/vendor/github.com/pelletier/go-toml/azure-pipelines.yml index 242b5b540..4af198b4d 100644 --- a/vendor/github.com/pelletier/go-toml/azure-pipelines.yml +++ b/vendor/github.com/pelletier/go-toml/azure-pipelines.yml @@ -2,30 +2,6 @@ trigger: - master stages: -- stage: fuzzit - displayName: "Run Fuzzit" - dependsOn: [] - condition: and(succeeded(), eq(variables['Build.SourceBranchName'], 'master')) - jobs: - - job: submit - displayName: "Submit" - pool: - vmImage: ubuntu-latest - steps: - - task: GoTool@0 - displayName: "Install Go 1.14" - inputs: - version: "1.14" - - script: echo "##vso[task.setvariable variable=PATH]${PATH}:/home/vsts/go/bin/" - - script: mkdir -p ${HOME}/go/src/github.com/pelletier/go-toml - - script: cp -R . ${HOME}/go/src/github.com/pelletier/go-toml - - task: Bash@3 - inputs: - filePath: './fuzzit.sh' - env: - TYPE: fuzzing - FUZZIT_API_KEY: $(FUZZIT_API_KEY) - - stage: run_checks displayName: "Check" dependsOn: [] @@ -36,9 +12,9 @@ stages: vmImage: ubuntu-latest steps: - task: GoTool@0 - displayName: "Install Go 1.14" + displayName: "Install Go 1.16" inputs: - version: "1.14" + version: "1.16" - task: Go@0 displayName: "go fmt ./..." inputs: @@ -51,9 +27,9 @@ stages: vmImage: ubuntu-latest steps: - task: GoTool@0 - displayName: "Install Go 1.14" + displayName: "Install Go 1.16" inputs: - version: "1.14" + version: "1.16" - task: Go@0 displayName: "Generate coverage" inputs: @@ -71,54 +47,36 @@ stages: vmImage: ubuntu-latest steps: - task: GoTool@0 - displayName: "Install Go 1.14" + displayName: "Install Go 1.16" inputs: - version: "1.14" + version: "1.16" - script: echo "##vso[task.setvariable variable=PATH]${PATH}:/home/vsts/go/bin/" - task: Bash@3 inputs: filePath: './benchmark.sh' arguments: "master $(Build.Repository.Uri)" - - job: fuzzing - displayName: "fuzzing" - pool: - vmImage: ubuntu-latest - steps: - - task: GoTool@0 - displayName: "Install Go 1.14" - inputs: - version: "1.14" - - script: echo "##vso[task.setvariable variable=PATH]${PATH}:/home/vsts/go/bin/" - - script: mkdir -p ${HOME}/go/src/github.com/pelletier/go-toml - - script: cp -R . ${HOME}/go/src/github.com/pelletier/go-toml - - task: Bash@3 - inputs: - filePath: './fuzzit.sh' - env: - TYPE: local-regression - - job: go_unit_tests displayName: "unit tests" strategy: matrix: - linux 1.14: - goVersion: '1.14' + linux 1.16: + goVersion: '1.16' imageName: 'ubuntu-latest' - mac 1.14: - goVersion: '1.14' + mac 1.16: + goVersion: '1.16' imageName: 'macOS-latest' - windows 1.14: - goVersion: '1.14' + windows 1.16: + goVersion: '1.16' imageName: 'windows-latest' - linux 1.13: - goVersion: '1.13' + linux 1.15: + goVersion: '1.15' imageName: 'ubuntu-latest' - mac 1.13: - goVersion: '1.13' + mac 1.15: + goVersion: '1.15' imageName: 'macOS-latest' - windows 1.13: - goVersion: '1.13' + windows 1.15: + goVersion: '1.15' imageName: 'windows-latest' pool: vmImage: $(imageName) @@ -155,7 +113,7 @@ stages: - task: GoTool@0 displayName: "Install Go" inputs: - version: 1.14 + version: 1.16 - task: Bash@3 inputs: targetType: inline diff --git a/vendor/github.com/pelletier/go-toml/lexer.go b/vendor/github.com/pelletier/go-toml/lexer.go index 425e847a7..f83b05394 100644 --- a/vendor/github.com/pelletier/go-toml/lexer.go +++ b/vendor/github.com/pelletier/go-toml/lexer.go @@ -9,13 +9,10 @@ import ( "bytes" "errors" "fmt" - "regexp" "strconv" "strings" ) -var dateRegexp *regexp.Regexp - // Define state functions type tomlLexStateFn func() tomlLexStateFn @@ -216,18 +213,12 @@ func (l *tomlLexer) lexRvalue() tomlLexStateFn { break } - possibleDate := l.peekString(35) - dateSubmatches := dateRegexp.FindStringSubmatch(possibleDate) - if dateSubmatches != nil && dateSubmatches[0] != "" { - l.fastForward(len(dateSubmatches[0])) - if dateSubmatches[2] == "" { // no timezone information => local date - return l.lexLocalDate - } - return l.lexDate + if next == '+' || next == '-' { + return l.lexNumber } - if next == '+' || next == '-' || isDigit(next) { - return l.lexNumber + if isDigit(next) { + return l.lexDateTimeOrNumber } return l.errorf("no value can start with %c", next) @@ -237,6 +228,32 @@ func (l *tomlLexer) lexRvalue() tomlLexStateFn { return nil } +func (l *tomlLexer) lexDateTimeOrNumber() tomlLexStateFn { + // Could be either a date/time, or a digit. + // The options for date/times are: + // YYYY-... => date or date-time + // HH:... => time + // Anything else should be a number. + + lookAhead := l.peekString(5) + if len(lookAhead) < 3 { + return l.lexNumber() + } + + for idx, r := range lookAhead { + if !isDigit(r) { + if idx == 2 && r == ':' { + return l.lexDateTimeOrTime() + } + if idx == 4 && r == '-' { + return l.lexDateTimeOrTime() + } + return l.lexNumber() + } + } + return l.lexNumber() +} + func (l *tomlLexer) lexLeftCurlyBrace() tomlLexStateFn { l.next() l.emit(tokenLeftCurlyBrace) @@ -254,14 +271,245 @@ func (l *tomlLexer) lexRightCurlyBrace() tomlLexStateFn { return l.lexRvalue } -func (l *tomlLexer) lexDate() tomlLexStateFn { - l.emit(tokenDate) +func (l *tomlLexer) lexDateTimeOrTime() tomlLexStateFn { + // Example matches: + // 1979-05-27T07:32:00Z + // 1979-05-27T00:32:00-07:00 + // 1979-05-27T00:32:00.999999-07:00 + // 1979-05-27 07:32:00Z + // 1979-05-27 00:32:00-07:00 + // 1979-05-27 00:32:00.999999-07:00 + // 1979-05-27T07:32:00 + // 1979-05-27T00:32:00.999999 + // 1979-05-27 07:32:00 + // 1979-05-27 00:32:00.999999 + // 1979-05-27 + // 07:32:00 + // 00:32:00.999999 + + // we already know those two are digits + l.next() + l.next() + + // Got 2 digits. At that point it could be either a time or a date(-time). + + r := l.next() + if r == ':' { + return l.lexTime() + } + + return l.lexDateTime() +} + +func (l *tomlLexer) lexDateTime() tomlLexStateFn { + // This state accepts an offset date-time, a local date-time, or a local date. + // + // v--- cursor + // 1979-05-27T07:32:00Z + // 1979-05-27T00:32:00-07:00 + // 1979-05-27T00:32:00.999999-07:00 + // 1979-05-27 07:32:00Z + // 1979-05-27 00:32:00-07:00 + // 1979-05-27 00:32:00.999999-07:00 + // 1979-05-27T07:32:00 + // 1979-05-27T00:32:00.999999 + // 1979-05-27 07:32:00 + // 1979-05-27 00:32:00.999999 + // 1979-05-27 + + // date + + // already checked by lexRvalue + l.next() // digit + l.next() // - + + for i := 0; i < 2; i++ { + r := l.next() + if !isDigit(r) { + return l.errorf("invalid month digit in date: %c", r) + } + } + + r := l.next() + if r != '-' { + return l.errorf("expected - to separate month of a date, not %c", r) + } + + for i := 0; i < 2; i++ { + r := l.next() + if !isDigit(r) { + return l.errorf("invalid day digit in date: %c", r) + } + } + + l.emit(tokenLocalDate) + + r = l.peek() + + if r == eof { + + return l.lexRvalue + } + + if r != ' ' && r != 'T' { + return l.errorf("incorrect date/time separation character: %c", r) + } + + if r == ' ' { + lookAhead := l.peekString(3)[1:] + if len(lookAhead) < 2 { + return l.lexRvalue + } + for _, r := range lookAhead { + if !isDigit(r) { + return l.lexRvalue + } + } + } + + l.skip() // skip the T or ' ' + + // time + + for i := 0; i < 2; i++ { + r := l.next() + if !isDigit(r) { + return l.errorf("invalid hour digit in time: %c", r) + } + } + + r = l.next() + if r != ':' { + return l.errorf("time hour/minute separator should be :, not %c", r) + } + + for i := 0; i < 2; i++ { + r := l.next() + if !isDigit(r) { + return l.errorf("invalid minute digit in time: %c", r) + } + } + + r = l.next() + if r != ':' { + return l.errorf("time minute/second separator should be :, not %c", r) + } + + for i := 0; i < 2; i++ { + r := l.next() + if !isDigit(r) { + return l.errorf("invalid second digit in time: %c", r) + } + } + + r = l.peek() + if r == '.' { + l.next() + r := l.next() + if !isDigit(r) { + return l.errorf("expected at least one digit in time's fraction, not %c", r) + } + + for { + r := l.peek() + if !isDigit(r) { + break + } + l.next() + } + } + + l.emit(tokenLocalTime) + + return l.lexTimeOffset + +} + +func (l *tomlLexer) lexTimeOffset() tomlLexStateFn { + // potential offset + + // Z + // -07:00 + // +07:00 + // nothing + + r := l.peek() + + if r == 'Z' { + l.next() + l.emit(tokenTimeOffset) + } else if r == '+' || r == '-' { + l.next() + + for i := 0; i < 2; i++ { + r := l.next() + if !isDigit(r) { + return l.errorf("invalid hour digit in time offset: %c", r) + } + } + + r = l.next() + if r != ':' { + return l.errorf("time offset hour/minute separator should be :, not %c", r) + } + + for i := 0; i < 2; i++ { + r := l.next() + if !isDigit(r) { + return l.errorf("invalid minute digit in time offset: %c", r) + } + } + + l.emit(tokenTimeOffset) + } + return l.lexRvalue } -func (l *tomlLexer) lexLocalDate() tomlLexStateFn { - l.emit(tokenLocalDate) +func (l *tomlLexer) lexTime() tomlLexStateFn { + // v--- cursor + // 07:32:00 + // 00:32:00.999999 + + for i := 0; i < 2; i++ { + r := l.next() + if !isDigit(r) { + return l.errorf("invalid minute digit in time: %c", r) + } + } + + r := l.next() + if r != ':' { + return l.errorf("time minute/second separator should be :, not %c", r) + } + + for i := 0; i < 2; i++ { + r := l.next() + if !isDigit(r) { + return l.errorf("invalid second digit in time: %c", r) + } + } + + r = l.peek() + if r == '.' { + l.next() + r := l.next() + if !isDigit(r) { + return l.errorf("expected at least one digit in time's fraction, not %c", r) + } + + for { + r := l.peek() + if !isDigit(r) { + break + } + l.next() + } + } + + l.emit(tokenLocalTime) return l.lexRvalue + } func (l *tomlLexer) lexTrue() tomlLexStateFn { @@ -761,30 +1009,6 @@ func (l *tomlLexer) run() { } } -func init() { - // Regexp for all date/time formats supported by TOML. - // Group 1: nano precision - // Group 2: timezone - // - // /!\ also matches the empty string - // - // Example matches: - //1979-05-27T07:32:00Z - //1979-05-27T00:32:00-07:00 - //1979-05-27T00:32:00.999999-07:00 - //1979-05-27 07:32:00Z - //1979-05-27 00:32:00-07:00 - //1979-05-27 00:32:00.999999-07:00 - //1979-05-27T07:32:00 - //1979-05-27T00:32:00.999999 - //1979-05-27 07:32:00 - //1979-05-27 00:32:00.999999 - //1979-05-27 - //07:32:00 - //00:32:00.999999 - dateRegexp = regexp.MustCompile(`^(?:\d{1,4}-\d{2}-\d{2})?(?:[T ]?\d{2}:\d{2}:\d{2}(\.\d{1,9})?(Z|[+-]\d{2}:\d{2})?)?`) -} - // Entry point func lexToml(inputBytes []byte) []token { runes := bytes.Runes(inputBytes) diff --git a/vendor/github.com/pelletier/go-toml/marshal.go b/vendor/github.com/pelletier/go-toml/marshal.go index db5a7b4f0..63cfa8cb4 100644 --- a/vendor/github.com/pelletier/go-toml/marshal.go +++ b/vendor/github.com/pelletier/go-toml/marshal.go @@ -18,6 +18,7 @@ const ( tagFieldComment = "comment" tagCommented = "commented" tagMultiline = "multiline" + tagLiteral = "literal" tagDefault = "default" ) @@ -27,6 +28,7 @@ type tomlOpts struct { comment string commented bool multiline bool + literal bool include bool omitempty bool defaultValue string @@ -46,6 +48,7 @@ type annotation struct { comment string commented string multiline string + literal string defaultValue string } @@ -54,15 +57,16 @@ var annotationDefault = annotation{ comment: tagFieldComment, commented: tagCommented, multiline: tagMultiline, + literal: tagLiteral, defaultValue: tagDefault, } -type marshalOrder int +type MarshalOrder int // Orders the Encoder can write the fields to the output stream. const ( // Sort fields alphabetically. - OrderAlphabetical marshalOrder = iota + 1 + OrderAlphabetical MarshalOrder = iota + 1 // Preserve the order the fields are encountered. For example, the order of fields in // a struct. OrderPreserve @@ -253,11 +257,12 @@ type Encoder struct { w io.Writer encOpts annotation - line int - col int - order marshalOrder - promoteAnon bool - indentation string + line int + col int + order MarshalOrder + promoteAnon bool + compactComments bool + indentation string } // NewEncoder returns a new encoder that writes to w. @@ -316,7 +321,7 @@ func (e *Encoder) ArraysWithOneElementPerLine(v bool) *Encoder { } // Order allows to change in which order fields will be written to the output stream. -func (e *Encoder) Order(ord marshalOrder) *Encoder { +func (e *Encoder) Order(ord MarshalOrder) *Encoder { e.order = ord return e } @@ -364,6 +369,12 @@ func (e *Encoder) PromoteAnonymous(promote bool) *Encoder { return e } +// CompactComments removes the new line before each comment in the tree. +func (e *Encoder) CompactComments(cc bool) *Encoder { + e.compactComments = cc + return e +} + func (e *Encoder) marshal(v interface{}) ([]byte, error) { // Check if indentation is valid for _, char := range e.indentation { @@ -403,7 +414,7 @@ func (e *Encoder) marshal(v interface{}) ([]byte, error) { } var buf bytes.Buffer - _, err = t.writeToOrdered(&buf, "", "", 0, e.arraysOneElementPerLine, e.order, e.indentation, false) + _, err = t.writeToOrdered(&buf, "", "", 0, e.arraysOneElementPerLine, e.order, e.indentation, e.compactComments, false) return buf.Bytes(), err } @@ -440,6 +451,7 @@ func (e *Encoder) valueToTree(mtype reflect.Type, mval reflect.Value) (*Tree, er Comment: opts.comment, Commented: opts.commented, Multiline: opts.multiline, + Literal: opts.literal, }, val) } } @@ -577,6 +589,26 @@ func (e *Encoder) appendTree(t, o *Tree) error { return nil } +// Create a toml value with the current line number as the position line +func (e *Encoder) wrapTomlValue(val interface{}, parent *Tree) interface{} { + _, isTree := val.(*Tree) + _, isTreeS := val.([]*Tree) + if isTree || isTreeS { + e.line++ + return val + } + + ret := &tomlValue{ + value: val, + position: Position{ + e.line, + parent.position.Col, + }, + } + e.line++ + return ret +} + // Unmarshal attempts to unmarshal the Tree into a Go struct pointed by v. // Neither Unmarshaler interfaces nor UnmarshalTOML functions are supported for // sub-structs, and only definite types can be unmarshaled. @@ -801,7 +833,21 @@ func (d *Decoder) valueFromTree(mtype reflect.Type, tval *Tree, mval1 *reflect.V case reflect.Int32: val, err = strconv.ParseInt(opts.defaultValue, 10, 32) case reflect.Int64: - val, err = strconv.ParseInt(opts.defaultValue, 10, 64) + // Check if the provided number has a non-numeric extension. + var hasExtension bool + if len(opts.defaultValue) > 0 { + lastChar := opts.defaultValue[len(opts.defaultValue)-1] + if lastChar < '0' || lastChar > '9' { + hasExtension = true + } + } + // If the value is a time.Duration with extension, parse as duration. + // If the value is an int64 or a time.Duration without extension, parse as number. + if hasExtension && mvalf.Type().String() == "time.Duration" { + val, err = time.ParseDuration(opts.defaultValue) + } else { + val, err = strconv.ParseInt(opts.defaultValue, 10, 64) + } case reflect.Float32: val, err = strconv.ParseFloat(opts.defaultValue, 32) case reflect.Float64: @@ -975,8 +1021,18 @@ func (d *Decoder) valueFromToml(mtype reflect.Type, tval interface{}, mval1 *ref return reflect.ValueOf(nil), fmt.Errorf("Can't convert %v(%T) to a slice", tval, tval) default: d.visitor.visit() + mvalPtr := reflect.New(mtype) + + // Check if pointer to value implements the Unmarshaler interface. + if isCustomUnmarshaler(mvalPtr.Type()) { + if err := callCustomUnmarshaler(mvalPtr, tval); err != nil { + return reflect.ValueOf(nil), fmt.Errorf("unmarshal toml: %v", err) + } + return mvalPtr.Elem(), nil + } + // Check if pointer to value implements the encoding.TextUnmarshaler. - if mvalPtr := reflect.New(mtype); isTextUnmarshaler(mvalPtr.Type()) && !isTimeType(mtype) { + if isTextUnmarshaler(mvalPtr.Type()) && !isTimeType(mtype) { if err := d.unmarshalText(tval, mvalPtr); err != nil { return reflect.ValueOf(nil), fmt.Errorf("unmarshal text: %v", err) } @@ -1115,6 +1171,7 @@ func tomlOptions(vf reflect.StructField, an annotation) tomlOpts { } commented, _ := strconv.ParseBool(vf.Tag.Get(an.commented)) multiline, _ := strconv.ParseBool(vf.Tag.Get(an.multiline)) + literal, _ := strconv.ParseBool(vf.Tag.Get(an.literal)) defaultValue := vf.Tag.Get(tagDefault) result := tomlOpts{ name: vf.Name, @@ -1122,6 +1179,7 @@ func tomlOptions(vf reflect.StructField, an annotation) tomlOpts { comment: comment, commented: commented, multiline: multiline, + literal: literal, include: true, omitempty: false, defaultValue: defaultValue, diff --git a/vendor/github.com/pelletier/go-toml/toml.go b/vendor/github.com/pelletier/go-toml/toml.go index d323c39bc..4388fb53f 100644 --- a/vendor/github.com/pelletier/go-toml/toml.go +++ b/vendor/github.com/pelletier/go-toml/toml.go @@ -15,6 +15,7 @@ type tomlValue struct { comment string commented bool multiline bool + literal bool position Position } @@ -187,6 +188,7 @@ type SetOptions struct { Comment string Commented bool Multiline bool + Literal bool } // SetWithOptions is the same as Set, but allows you to provide formatting @@ -232,12 +234,16 @@ func (t *Tree) SetPathWithOptions(keys []string, opts SetOptions, value interfac toInsert = value case *tomlValue: v.comment = opts.Comment + v.commented = opts.Commented + v.multiline = opts.Multiline + v.literal = opts.Literal toInsert = v default: toInsert = &tomlValue{value: value, comment: opts.Comment, commented: opts.Commented, multiline: opts.Multiline, + literal: opts.Literal, position: Position{Line: subtree.position.Line + len(subtree.values) + 1, Col: subtree.position.Col}} } diff --git a/vendor/github.com/pires/go-proxyproto/protocol.go b/vendor/github.com/pires/go-proxyproto/protocol.go index bfc24e937..6f5641d44 100644 --- a/vendor/github.com/pires/go-proxyproto/protocol.go +++ b/vendor/github.com/pires/go-proxyproto/protocol.go @@ -5,6 +5,7 @@ import ( "io" "net" "sync" + "sync/atomic" "time" ) @@ -33,15 +34,15 @@ type Listener struct { // return the address of the client instead of the proxy address. Each connection // will have its own readHeaderTimeout and readDeadline set by the Accept() call. type Conn struct { - bufReader *bufio.Reader - conn net.Conn - header *Header + readDeadline atomic.Value // time.Time once sync.Once - ProxyHeaderPolicy Policy - Validate Validator readErr error + conn net.Conn + Validate Validator + bufReader *bufio.Reader + header *Header + ProxyHeaderPolicy Policy readHeaderTimeout time.Duration - readDeadline time.Time } // Validator receives a header and decides whether it is a valid one @@ -215,7 +216,7 @@ func (p *Conn) UDPConn() (conn *net.UDPConn, ok bool) { // SetDeadline wraps original conn.SetDeadline func (p *Conn) SetDeadline(t time.Time) error { - p.readDeadline = t + p.readDeadline.Store(t) return p.conn.SetDeadline(t) } @@ -224,7 +225,7 @@ func (p *Conn) SetReadDeadline(t time.Time) error { // Set a local var that tells us the desired deadline. This is // needed in order to reset the read deadline to the one that is // desired by the user, rather than an empty deadline. - p.readDeadline = t + p.readDeadline.Store(t) return p.conn.SetReadDeadline(t) } @@ -250,7 +251,11 @@ func (p *Conn) readHeader() error { // Therefore, we check whether the error is a net.Timeout and if it is, we decide // the proxy proto does not exist and set the error accordingly. if p.readHeaderTimeout > 0 { - p.conn.SetReadDeadline(p.readDeadline) + t := p.readDeadline.Load() + if t == nil { + t = time.Time{} + } + p.conn.SetReadDeadline(t.(time.Time)) if netErr, ok := err.(net.Error); ok && netErr.Timeout() { err = ErrNoProxyProtocol } diff --git a/vendor/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/register.go b/vendor/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/register.go deleted file mode 100644 index a9914fb1a..000000000 --- a/vendor/github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/register.go +++ /dev/null @@ -1,19 +0,0 @@ -// Copyright 2018 The prometheus-operator Authors -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. - -package monitoring - -const ( - GroupName = "monitoring.coreos.com" -) diff --git a/vendor/github.com/prometheus/client_golang/prometheus/go_collector_go117.go b/vendor/github.com/prometheus/client_golang/prometheus/go_collector_go117.go index d53474243..d43bdcdda 100644 --- a/vendor/github.com/prometheus/client_golang/prometheus/go_collector_go117.go +++ b/vendor/github.com/prometheus/client_golang/prometheus/go_collector_go117.go @@ -20,6 +20,7 @@ import ( "math" "runtime" "runtime/metrics" + "strings" "sync" //nolint:staticcheck // Ignore SA1019. Need to keep deprecated package for compatibility. @@ -31,10 +32,14 @@ import ( type goCollector struct { base baseGoCollector + // mu protects updates to all fields ensuring a consistent + // snapshot is always produced by Collect. + mu sync.Mutex + // rm... fields all pertain to the runtime/metrics package. rmSampleBuf []metrics.Sample rmSampleMap map[string]*metrics.Sample - rmMetrics []Metric + rmMetrics []collectorMetric // With Go 1.17, the runtime/metrics package was introduced. // From that point on, metric names produced by the runtime/metrics @@ -52,13 +57,24 @@ type goCollector struct { // Deprecated: Use collectors.NewGoCollector instead. func NewGoCollector() Collector { descriptions := metrics.All() - descMap := make(map[string]*metrics.Description) - for i := range descriptions { - descMap[descriptions[i].Name] = &descriptions[i] + + // Collect all histogram samples so that we can get their buckets. + // The API guarantees that the buckets are always fixed for the lifetime + // of the process. + var histograms []metrics.Sample + for _, d := range descriptions { + if d.Kind == metrics.KindFloat64Histogram { + histograms = append(histograms, metrics.Sample{Name: d.Name}) + } + } + metrics.Read(histograms) + bucketsMap := make(map[string][]float64) + for i := range histograms { + bucketsMap[histograms[i].Name] = histograms[i].Value.Float64Histogram().Buckets } // Generate a Desc and ValueType for each runtime/metrics metric. - metricSet := make([]Metric, 0, len(descriptions)) + metricSet := make([]collectorMetric, 0, len(descriptions)) sampleBuf := make([]metrics.Sample, 0, len(descriptions)) sampleMap := make(map[string]*metrics.Sample, len(descriptions)) for i := range descriptions { @@ -76,9 +92,10 @@ func NewGoCollector() Collector { sampleBuf = append(sampleBuf, metrics.Sample{Name: d.Name}) sampleMap[d.Name] = &sampleBuf[len(sampleBuf)-1] - var m Metric + var m collectorMetric if d.Kind == metrics.KindFloat64Histogram { _, hasSum := rmExactSumMap[d.Name] + unit := d.Name[strings.IndexRune(d.Name, ':')+1:] m = newBatchHistogram( NewDesc( BuildFQName(namespace, subsystem, name), @@ -86,6 +103,7 @@ func NewGoCollector() Collector { nil, nil, ), + internal.RuntimeMetricsBucketsForUnit(bucketsMap[d.Name], unit), hasSum, ) } else if d.Cumulative { @@ -130,9 +148,25 @@ func (c *goCollector) Collect(ch chan<- Metric) { // Collect base non-memory metrics. c.base.Collect(ch) + // Collect must be thread-safe, so prevent concurrent use of + // rmSampleBuf. Just read into rmSampleBuf but write all the data + // we get into our Metrics or MemStats. + // + // This lock also ensures that the Metrics we send out are all from + // the same updates, ensuring their mutual consistency insofar as + // is guaranteed by the runtime/metrics package. + // + // N.B. This locking is heavy-handed, but Collect is expected to be called + // relatively infrequently. Also the core operation here, metrics.Read, + // is fast (O(tens of microseconds)) so contention should certainly be + // low, though channel operations and any allocations may add to that. + c.mu.Lock() + defer c.mu.Unlock() + // Populate runtime/metrics sample buffer. metrics.Read(c.rmSampleBuf) + // Update all our metrics from rmSampleBuf. for i, sample := range c.rmSampleBuf { // N.B. switch on concrete type because it's significantly more efficient // than checking for the Counter and Gauge interface implementations. In @@ -157,7 +191,6 @@ func (c *goCollector) Collect(ch chan<- Metric) { panic("unexpected metric type") } } - // ms is a dummy MemStats that we populate ourselves so that we can // populate the old metrics from it. var ms runtime.MemStats @@ -280,13 +313,27 @@ type batchHistogram struct { // but Write calls may operate concurrently with updates. // Contention between these two sources should be rare. mu sync.Mutex - buckets []float64 // Inclusive lower bounds. + buckets []float64 // Inclusive lower bounds, like runtime/metrics. counts []uint64 sum float64 // Used if hasSum is true. } -func newBatchHistogram(desc *Desc, hasSum bool) *batchHistogram { - h := &batchHistogram{desc: desc, hasSum: hasSum} +// newBatchHistogram creates a new batch histogram value with the given +// Desc, buckets, and whether or not it has an exact sum available. +// +// buckets must always be from the runtime/metrics package, following +// the same conventions. +func newBatchHistogram(desc *Desc, buckets []float64, hasSum bool) *batchHistogram { + h := &batchHistogram{ + desc: desc, + buckets: buckets, + // Because buckets follows runtime/metrics conventions, there's + // 1 more value in the buckets list than there are buckets represented, + // because in runtime/metrics, the bucket values represent *boundaries*, + // and non-Inf boundaries are inclusive lower bounds for that bucket. + counts: make([]uint64, len(buckets)-1), + hasSum: hasSum, + } h.init(h) return h } @@ -294,28 +341,25 @@ func newBatchHistogram(desc *Desc, hasSum bool) *batchHistogram { // update updates the batchHistogram from a runtime/metrics histogram. // // sum must be provided if the batchHistogram was created to have an exact sum. +// h.buckets must be a strict subset of his.Buckets. func (h *batchHistogram) update(his *metrics.Float64Histogram, sum float64) { counts, buckets := his.Counts, his.Buckets - // Skip a -Inf bucket altogether. It's not clear how to represent that. - if math.IsInf(buckets[0], -1) { - buckets = buckets[1:] - counts = counts[1:] - } h.mu.Lock() defer h.mu.Unlock() - // Check if we're initialized. - if h.buckets == nil { - // Make copies of counts and buckets. It's really important - // that we don't retain his.Counts or his.Buckets anywhere since - // it's going to get reused. - h.buckets = make([]float64, len(buckets)) - copy(h.buckets, buckets) - - h.counts = make([]uint64, len(counts)) + // Clear buckets. + for i := range h.counts { + h.counts[i] = 0 + } + // Copy and reduce buckets. + var j int + for i, count := range counts { + h.counts[j] += count + if buckets[i+1] == h.buckets[j+1] { + j++ + } } - copy(h.counts, counts) if h.hasSum { h.sum = sum } diff --git a/vendor/github.com/prometheus/client_golang/prometheus/internal/go_runtime_metrics.go b/vendor/github.com/prometheus/client_golang/prometheus/internal/go_runtime_metrics.go index afc8dff49..fe0a52180 100644 --- a/vendor/github.com/prometheus/client_golang/prometheus/internal/go_runtime_metrics.go +++ b/vendor/github.com/prometheus/client_golang/prometheus/internal/go_runtime_metrics.go @@ -17,6 +17,7 @@ package internal import ( + "math" "path" "runtime/metrics" "strings" @@ -75,3 +76,67 @@ func RuntimeMetricsToProm(d *metrics.Description) (string, string, string, bool) } return namespace, subsystem, name, valid } + +// RuntimeMetricsBucketsForUnit takes a set of buckets obtained for a runtime/metrics histogram +// type (so, lower-bound inclusive) and a unit from a runtime/metrics name, and produces +// a reduced set of buckets. This function always removes any -Inf bucket as it's represented +// as the bottom-most upper-bound inclusive bucket in Prometheus. +func RuntimeMetricsBucketsForUnit(buckets []float64, unit string) []float64 { + switch unit { + case "bytes": + // Rebucket as powers of 2. + return rebucketExp(buckets, 2) + case "seconds": + // Rebucket as powers of 10 and then merge all buckets greater + // than 1 second into the +Inf bucket. + b := rebucketExp(buckets, 10) + for i := range b { + if b[i] <= 1 { + continue + } + b[i] = math.Inf(1) + b = b[:i+1] + break + } + return b + } + return buckets +} + +// rebucketExp takes a list of bucket boundaries (lower bound inclusive) and +// downsamples the buckets to those a multiple of base apart. The end result +// is a roughly exponential (in many cases, perfectly exponential) bucketing +// scheme. +func rebucketExp(buckets []float64, base float64) []float64 { + bucket := buckets[0] + var newBuckets []float64 + // We may see a -Inf here, in which case, add it and skip it + // since we risk producing NaNs otherwise. + // + // We need to preserve -Inf values to maintain runtime/metrics + // conventions. We'll strip it out later. + if bucket == math.Inf(-1) { + newBuckets = append(newBuckets, bucket) + buckets = buckets[1:] + bucket = buckets[0] + } + // From now on, bucket should always have a non-Inf value because + // Infs are only ever at the ends of the bucket lists, so + // arithmetic operations on it are non-NaN. + for i := 1; i < len(buckets); i++ { + if bucket >= 0 && buckets[i] < bucket*base { + // The next bucket we want to include is at least bucket*base. + continue + } else if bucket < 0 && buckets[i] < bucket/base { + // In this case the bucket we're targeting is negative, and since + // we're ascending through buckets here, we need to divide to get + // closer to zero exponentially. + continue + } + // The +Inf bucket will always be the last one, and we'll always + // end up including it here because bucket + newBuckets = append(newBuckets, bucket) + bucket = buckets[i] + } + return append(newBuckets, bucket) +} diff --git a/vendor/github.com/quasilyte/go-ruleguard/internal/gogrep/parse.go b/vendor/github.com/quasilyte/go-ruleguard/internal/gogrep/parse.go deleted file mode 100644 index e26a07212..000000000 --- a/vendor/github.com/quasilyte/go-ruleguard/internal/gogrep/parse.go +++ /dev/null @@ -1,360 +0,0 @@ -// Copyright (c) 2017, Daniel Martí -// See LICENSE for licensing information - -package gogrep - -import ( - "bytes" - "fmt" - "go/ast" - "go/parser" - "go/scanner" - "go/token" - "strings" - "text/template" -) - -func transformSource(expr string) (string, []posOffset, error) { - toks, err := tokenize([]byte(expr)) - if err != nil { - return "", nil, fmt.Errorf("cannot tokenize expr: %v", err) - } - var offs []posOffset - lbuf := lineColBuffer{line: 1, col: 1} - lastLit := false - for _, t := range toks { - if lbuf.offs >= t.pos.Offset && lastLit && t.lit != "" { - _, _ = lbuf.WriteString(" ") - } - for lbuf.offs < t.pos.Offset { - _, _ = lbuf.WriteString(" ") - } - if t.lit == "" { - _, _ = lbuf.WriteString(t.tok.String()) - lastLit = false - continue - } - _, _ = lbuf.WriteString(t.lit) - lastLit = strings.TrimSpace(t.lit) != "" - } - // trailing newlines can cause issues with commas - return strings.TrimSpace(lbuf.String()), offs, nil -} - -func parseExpr(fset *token.FileSet, expr string) (ast.Node, error) { - exprStr, offs, err := transformSource(expr) - if err != nil { - return nil, err - } - node, _, err := parseDetectingNode(fset, exprStr) - if err != nil { - err = subPosOffsets(err, offs...) - return nil, fmt.Errorf("cannot parse expr: %v", err) - } - return node, nil -} - -type lineColBuffer struct { - bytes.Buffer - line, col, offs int -} - -func (l *lineColBuffer) WriteString(s string) (n int, err error) { - for _, r := range s { - if r == '\n' { - l.line++ - l.col = 1 - } else { - l.col++ - } - l.offs++ - } - return l.Buffer.WriteString(s) -} - -var tmplDecl = template.Must(template.New("").Parse(`` + - `package p; {{ . }}`)) - -var tmplBlock = template.Must(template.New("").Parse(`` + - `package p; func _() { if true {{ . }} else {} }`)) - -var tmplExprs = template.Must(template.New("").Parse(`` + - `package p; var _ = []interface{}{ {{ . }}, }`)) - -var tmplStmts = template.Must(template.New("").Parse(`` + - `package p; func _() { {{ . }} }`)) - -var tmplType = template.Must(template.New("").Parse(`` + - `package p; var _ {{ . }}`)) - -var tmplValSpec = template.Must(template.New("").Parse(`` + - `package p; var {{ . }}`)) - -func execTmpl(tmpl *template.Template, src string) string { - var buf bytes.Buffer - if err := tmpl.Execute(&buf, src); err != nil { - panic(err) - } - return buf.String() -} - -func noBadNodes(node ast.Node) bool { - any := false - ast.Inspect(node, func(n ast.Node) bool { - if any { - return false - } - switch n.(type) { - case *ast.BadExpr, *ast.BadDecl: - any = true - } - return true - }) - return !any -} - -func parseType(fset *token.FileSet, src string) (ast.Expr, *ast.File, error) { - asType := execTmpl(tmplType, src) - f, err := parser.ParseFile(fset, "", asType, 0) - if err != nil { - err = subPosOffsets(err, posOffset{1, 1, 17}) - return nil, nil, err - } - vs := f.Decls[0].(*ast.GenDecl).Specs[0].(*ast.ValueSpec) - return vs.Type, f, nil -} - -// parseDetectingNode tries its best to parse the ast.Node contained in src, as -// one of: *ast.File, ast.Decl, ast.Expr, ast.Stmt, *ast.ValueSpec. -// It also returns the *ast.File used for the parsing, so that the returned node -// can be easily type-checked. -func parseDetectingNode(fset *token.FileSet, src string) (ast.Node, *ast.File, error) { - file := fset.AddFile("", fset.Base(), len(src)) - scan := scanner.Scanner{} - scan.Init(file, []byte(src), nil, 0) - if _, tok, _ := scan.Scan(); tok == token.EOF { - return nil, nil, fmt.Errorf("empty source code") - } - var mainErr error - - // first try as a whole file - if f, err := parser.ParseFile(fset, "", src, 0); err == nil && noBadNodes(f) { - return f, f, nil - } - - // then as a single declaration, or many - asDecl := execTmpl(tmplDecl, src) - if f, err := parser.ParseFile(fset, "", asDecl, 0); err == nil && noBadNodes(f) { - if len(f.Decls) == 1 { - return f.Decls[0], f, nil - } - return f, f, nil - } - - // then as a block; otherwise blocks might be mistaken for composite - // literals further below - asBlock := execTmpl(tmplBlock, src) - if f, err := parser.ParseFile(fset, "", asBlock, 0); err == nil && noBadNodes(f) { - bl := f.Decls[0].(*ast.FuncDecl).Body - if len(bl.List) == 1 { - ifs := bl.List[0].(*ast.IfStmt) - return ifs.Body, f, nil - } - } - - // then as value expressions - asExprs := execTmpl(tmplExprs, src) - if f, err := parser.ParseFile(fset, "", asExprs, 0); err == nil && noBadNodes(f) { - vs := f.Decls[0].(*ast.GenDecl).Specs[0].(*ast.ValueSpec) - cl := vs.Values[0].(*ast.CompositeLit) - if len(cl.Elts) == 1 { - return cl.Elts[0], f, nil - } - return exprSlice(cl.Elts), f, nil - } - - // then try as statements - asStmts := execTmpl(tmplStmts, src) - f, err := parser.ParseFile(fset, "", asStmts, 0) - if err == nil && noBadNodes(f) { - bl := f.Decls[0].(*ast.FuncDecl).Body - if len(bl.List) == 1 { - return bl.List[0], f, nil - } - return stmtSlice(bl.List), f, nil - } - // Statements is what covers most cases, so it will give - // the best overall error message. Show positions - // relative to where the user's code is put in the - // template. - mainErr = subPosOffsets(err, posOffset{1, 1, 22}) - - // type expressions not yet picked up, for e.g. chans and interfaces - if typ, f, err := parseType(fset, src); err == nil && noBadNodes(f) { - return typ, f, nil - } - - // value specs - asValSpec := execTmpl(tmplValSpec, src) - if f, err := parser.ParseFile(fset, "", asValSpec, 0); err == nil && noBadNodes(f) { - vs := f.Decls[0].(*ast.GenDecl).Specs[0].(*ast.ValueSpec) - return vs, f, nil - } - return nil, nil, mainErr -} - -type posOffset struct { - atLine, atCol int - offset int -} - -func subPosOffsets(err error, offs ...posOffset) error { - list, ok := err.(scanner.ErrorList) - if !ok { - return err - } - for i, err := range list { - for _, off := range offs { - if err.Pos.Line != off.atLine { - continue - } - if err.Pos.Column < off.atCol { - continue - } - err.Pos.Column -= off.offset - } - list[i] = err - } - return list -} - -type fullToken struct { - pos token.Position - tok token.Token - lit string -} - -type caseStatus uint - -const ( - caseNone caseStatus = iota - caseNeedBlock - caseHere -) - -func tokenize(src []byte) ([]fullToken, error) { - var s scanner.Scanner - fset := token.NewFileSet() - file := fset.AddFile("", fset.Base(), len(src)) - - var err error - onError := func(pos token.Position, msg string) { - switch msg { // allow certain extra chars - case `illegal character U+0024 '$'`: - case `illegal character U+007E '~'`: - default: - err = fmt.Errorf("%v: %s", pos, msg) - } - } - - // we will modify the input source under the scanner's nose to - // enable some features such as regexes. - s.Init(file, src, onError, scanner.ScanComments) - - next := func() fullToken { - pos, tok, lit := s.Scan() - return fullToken{fset.Position(pos), tok, lit} - } - - caseStat := caseNone - - var toks []fullToken - for t := next(); t.tok != token.EOF; t = next() { - switch t.lit { - case "$": // continues below - case "switch", "select", "case": - if t.lit == "case" { - caseStat = caseNone - } else { - caseStat = caseNeedBlock - } - fallthrough - default: // regular Go code - if t.tok == token.LBRACE && caseStat == caseNeedBlock { - caseStat = caseHere - } - toks = append(toks, t) - continue - } - wt, err := tokenizeWildcard(t.pos, next) - if err != nil { - return nil, err - } - if caseStat == caseHere { - toks = append(toks, fullToken{wt.pos, token.IDENT, "case"}) - } - toks = append(toks, wt) - if caseStat == caseHere { - toks = append(toks, fullToken{wt.pos, token.COLON, ""}) - toks = append(toks, fullToken{wt.pos, token.IDENT, "gogrep_body"}) - } - } - return toks, err -} - -type varInfo struct { - Name string - Seq bool -} - -func tokenizeWildcard(pos token.Position, next func() fullToken) (fullToken, error) { - t := next() - any := false - if t.tok == token.MUL { - t = next() - any = true - } - wildName := encodeWildName(t.lit, any) - wt := fullToken{pos, token.IDENT, wildName} - if t.tok != token.IDENT { - return wt, fmt.Errorf("%v: $ must be followed by ident, got %v", - t.pos, t.tok) - } - return wt, nil -} - -const wildSeparator = "ᐸᐳ" - -func isWildName(s string) bool { - return strings.HasPrefix(s, wildSeparator) -} - -func encodeWildName(name string, any bool) string { - suffix := "v" - if any { - suffix = "a" - } - return wildSeparator + name + wildSeparator + suffix -} - -func decodeWildName(s string) varInfo { - s = s[len(wildSeparator):] - nameEnd := strings.Index(s, wildSeparator) - name := s[:nameEnd] - s = s[nameEnd:] - s = s[len(wildSeparator):] - kind := s - return varInfo{Name: name, Seq: kind == "a"} -} - -func decodeWildNode(n ast.Node) varInfo { - switch n := n.(type) { - case *ast.ExprStmt: - return decodeWildNode(n.X) - case *ast.Ident: - if isWildName(n.Name) { - return decodeWildName(n.Name) - } - } - return varInfo{} -} diff --git a/vendor/github.com/spf13/cobra/README.md b/vendor/github.com/spf13/cobra/README.md index 1ade1081c..7adef143b 100644 --- a/vendor/github.com/spf13/cobra/README.md +++ b/vendor/github.com/spf13/cobra/README.md @@ -1,13 +1,13 @@ ![cobra logo](https://cloud.githubusercontent.com/assets/173412/10886352/ad566232-814f-11e5-9cd0-aa101788c117.png) -Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files. +Cobra is a library for creating powerful modern CLI applications. Cobra is used in many Go projects such as [Kubernetes](http://kubernetes.io/), [Hugo](https://gohugo.io), and [Github CLI](https://github.com/cli/cli) to name a few. [This list](./projects_using_cobra.md) contains a more extensive list of projects using Cobra. [![](https://img.shields.io/github/workflow/status/spf13/cobra/Test?longCache=tru&label=Test&logo=github%20actions&logoColor=fff)](https://github.com/spf13/cobra/actions?query=workflow%3ATest) -[![GoDoc](https://godoc.org/github.com/spf13/cobra?status.svg)](https://godoc.org/github.com/spf13/cobra) +[![Go Reference](https://pkg.go.dev/badge/github.com/spf13/cobra.svg)](https://pkg.go.dev/github.com/spf13/cobra) [![Go Report Card](https://goreportcard.com/badge/github.com/spf13/cobra)](https://goreportcard.com/report/github.com/spf13/cobra) [![Slack](https://img.shields.io/badge/Slack-cobra-brightgreen)](https://gophers.slack.com/archives/CD3LP1199) @@ -16,15 +16,11 @@ name a few. [This list](./projects_using_cobra.md) contains a more extensive lis Cobra is a library providing a simple interface to create powerful modern CLI interfaces similar to git & go tools. -Cobra is also an application that will generate your application scaffolding to rapidly -develop a Cobra-based application. - Cobra provides: * Easy subcommand-based CLIs: `app server`, `app fetch`, etc. * Fully POSIX-compliant flags (including short & long versions) * Nested subcommands * Global, local and cascading flags -* Easy generation of applications & commands with `cobra init` & `cobra add cmdname` * Intelligent suggestions (`app srver`... did you mean `app server`?) * Automatic help generation for commands and flags * Automatic help flag recognition of `-h`, `--help`, etc. @@ -83,10 +79,11 @@ which maintains the same interface while adding POSIX compliance. # Installing Using Cobra is easy. First, use `go get` to install the latest version -of the library. This command will install the `cobra` generator executable -along with the library and its dependencies: +of the library. - go get -u github.com/spf13/cobra +``` +go get -u github.com/spf13/cobra@latest +``` Next, include Cobra in your application: @@ -95,10 +92,17 @@ import "github.com/spf13/cobra" ``` # Usage -Cobra provides its own program that will create your application and add any -commands you want. It's the easiest way to incorporate Cobra into your application. +`cobra-cli` is a command line program to generate cobra applications and command files. +It will bootstrap your application scaffolding to rapidly +develop a Cobra-based application. It is the easiest way to incorporate Cobra into your application. -For complete details on using the Cobra generator, please read [The Cobra Generator README](https://github.com/spf13/cobra/blob/master/cobra/README.md) +It can be installed by running: + +``` +go install github.com/spf13/cobra-cli@latest +``` + +For complete details on using the Cobra-CLI generator, please read [The Cobra Generator README](https://github.com/spf13/cobra-cli/blob/master/README.md) For complete details on using the Cobra library, please read the [The Cobra User Guide](user_guide.md). diff --git a/vendor/github.com/spf13/cobra/go.mod b/vendor/github.com/spf13/cobra/go.mod deleted file mode 100644 index 85e169eba..000000000 --- a/vendor/github.com/spf13/cobra/go.mod +++ /dev/null @@ -1,11 +0,0 @@ -module github.com/spf13/cobra - -go 1.15 - -require ( - github.com/cpuguy83/go-md2man/v2 v2.0.1 - github.com/inconshreveable/mousetrap v1.0.0 - github.com/spf13/pflag v1.0.5 - github.com/spf13/viper v1.10.0 - gopkg.in/yaml.v2 v2.4.0 -) diff --git a/vendor/github.com/spf13/cobra/go.sum b/vendor/github.com/spf13/cobra/go.sum deleted file mode 100644 index 0ba92a6ae..000000000 --- a/vendor/github.com/spf13/cobra/go.sum +++ /dev/null @@ -1,779 +0,0 @@ -cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= -cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= -cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= -cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= -cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= -cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= -cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4= -cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M= -cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc= -cloud.google.com/go v0.56.0/go.mod h1:jr7tqZxxKOVYizybht9+26Z/gUq7tiRzu+ACVAMbKVk= -cloud.google.com/go v0.57.0/go.mod h1:oXiQ6Rzq3RAkkY7N6t3TcE6jE+CIBBbA36lwQ1JyzZs= -cloud.google.com/go v0.62.0/go.mod h1:jmCYTdRCQuc1PHIIJ/maLInMho30T/Y0M4hTdTShOYc= -cloud.google.com/go v0.65.0/go.mod h1:O5N8zS7uWy9vkA9vayVHs65eM1ubvY4h553ofrNHObY= -cloud.google.com/go v0.72.0/go.mod h1:M+5Vjvlc2wnp6tjzE102Dw08nGShTscUx2nZMufOKPI= -cloud.google.com/go v0.74.0/go.mod h1:VV1xSbzvo+9QJOxLDaJfTjx5e+MePCpCWwvftOeQmWk= -cloud.google.com/go v0.78.0/go.mod h1:QjdrLG0uq+YwhjoVOLsS1t7TW8fs36kLs4XO5R5ECHg= -cloud.google.com/go v0.79.0/go.mod h1:3bzgcEeQlzbuEAYu4mrWhKqWjmpprinYgKJLgKHnbb8= -cloud.google.com/go v0.81.0/go.mod h1:mk/AM35KwGk/Nm2YSeZbxXdrNK3KZOYHmLkOqC2V6E0= -cloud.google.com/go v0.83.0/go.mod h1:Z7MJUsANfY0pYPdw0lbnivPx4/vhy/e2FEkSkF7vAVY= -cloud.google.com/go v0.84.0/go.mod h1:RazrYuxIK6Kb7YrzzhPoLmCVzl7Sup4NrbKPg8KHSUM= -cloud.google.com/go v0.87.0/go.mod h1:TpDYlFy7vuLzZMMZ+B6iRiELaY7z/gJPaqbMx6mlWcY= -cloud.google.com/go v0.90.0/go.mod h1:kRX0mNRHe0e2rC6oNakvwQqzyDmg57xJ+SZU1eT2aDQ= -cloud.google.com/go v0.93.3/go.mod h1:8utlLll2EF5XMAV15woO4lSbWQlk8rer9aLOfLh7+YI= -cloud.google.com/go v0.94.1/go.mod h1:qAlAugsXlC+JWO+Bke5vCtc9ONxjQT3drlTTnAplMW4= -cloud.google.com/go v0.97.0/go.mod h1:GF7l59pYBVlXQIBLx3a761cZ41F9bBH3JUlihCt2Udc= -cloud.google.com/go v0.98.0/go.mod h1:ua6Ush4NALrHk5QXDWnjvZHN93OuF0HfuEPq9I1X0cM= -cloud.google.com/go v0.99.0/go.mod h1:w0Xx2nLzqWJPuozYQX+hFfCSI8WioryfRDzkoI/Y2ZA= -cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= -cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= -cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= -cloud.google.com/go/bigquery v1.5.0/go.mod h1:snEHRnqQbz117VIFhE8bmtwIDY80NLUZUMb4Nv6dBIg= -cloud.google.com/go/bigquery v1.7.0/go.mod h1://okPTzCYNXSlb24MZs83e2Do+h+VXtc4gLoIoXIAPc= -cloud.google.com/go/bigquery v1.8.0/go.mod h1:J5hqkt3O0uAFnINi6JXValWIb1v0goeZM77hZzJN/fQ= -cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= -cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= -cloud.google.com/go/firestore v1.6.1/go.mod h1:asNXNOzBdyVQmEU+ggO8UPodTkEVFW5Qx+rwHnAz+EY= -cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= -cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= -cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= -cloud.google.com/go/pubsub v1.3.1/go.mod h1:i+ucay31+CNRpDW4Lu78I4xXG+O1r/MAHgjpRVR+TSU= -cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= -cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= -cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= -cloud.google.com/go/storage v1.8.0/go.mod h1:Wv1Oy7z6Yz3DshWRJFhqM/UCfaWIRTdp0RXyy7KQOVs= -cloud.google.com/go/storage v1.10.0/go.mod h1:FLPqc6j+Ki4BU591ie1oL6qBQGu2Bl/tZ9ullr3+Kg0= -dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= -github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/DataDog/datadog-go v3.2.0+incompatible/go.mod h1:LButxg5PwREeZtORoXG3tL4fMGNddJ+vMq1mwgfaqoQ= -github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= -github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= -github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= -github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/antihax/optional v1.0.0/go.mod h1:uupD/76wgC+ih3iEmQUL+0Ugr19nfwCT1kdvxnR2qWY= -github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= -github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= -github.com/armon/go-metrics v0.3.10/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/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= -github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= -github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= -github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= -github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= -github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/census-instrumentation/opencensus-proto v0.3.0/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= -github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/cespare/xxhash/v2 v2.1.2/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= -github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= -github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible/go.mod h1:nmEj6Dob7S7YxXgwXpfOuvO54S+tGdZdw9fuRZt25Ag= -github.com/circonus-labs/circonusllhist v0.1.3/go.mod h1:kMXHVDlOchFAehlya5ePtbp5jckzBHf4XRpQvBOLI+I= -github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cncf/udpa/go v0.0.0-20191209042840-269d4d468f6f/go.mod h1:M8M6+tZqaGXZJjfX53e64911xZQV5JYwmTeXPW+k8Sc= -github.com/cncf/udpa/go v0.0.0-20200629203442-efcf912fb354/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= -github.com/cncf/udpa/go v0.0.0-20201120205902-5459f2c99403/go.mod h1:WmhPx2Nbnhtbo57+VJT5O0JRkEi1Wbu0z5j0R8u5Hbk= -github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4/go.mod h1:6pvJx4me5XPnfI9Z40ddWsdw2W/uZgQLFXToKeRcDiI= -github.com/cncf/xds/go v0.0.0-20210312221358-fbca930ec8ed/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/cncf/xds/go v0.0.0-20210805033703-aa0b78936158/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/cncf/xds/go v0.0.0-20210922020428-25de7278fc84/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/cncf/xds/go v0.0.0-20211001041855-01bcc9b48dfe/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490/go.mod h1:eXthEFrGJvWHgFFCl3hGmgk+/aYT6PnTQLykKQRLhEs= -github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= -github.com/coreos/go-systemd/v22 v22.3.2/go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc= -github.com/cpuguy83/go-md2man/v2 v2.0.1 h1:r/myEWzV9lfsM1tFLgDyu0atFtJ1fXn261LKYj/3DxU= -github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/envoyproxy/go-control-plane v0.9.0/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/go-control-plane v0.9.4/go.mod h1:6rpuAdCZL397s3pYoYcLgu1mIlRU8Am5FuJP05cCM98= -github.com/envoyproxy/go-control-plane v0.9.7/go.mod h1:cwu0lG7PUMfa9snN8LXBig5ynNVH9qI8YYLbd1fK2po= -github.com/envoyproxy/go-control-plane v0.9.9-0.20201210154907-fd9021fe5dad/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= -github.com/envoyproxy/go-control-plane v0.9.9-0.20210217033140-668b12f5399d/go.mod h1:cXg6YxExXjJnVBQHBLXeUAgxn2UodCpnH306RInaBQk= -github.com/envoyproxy/go-control-plane v0.9.9-0.20210512163311-63b5d3c536b0/go.mod h1:hliV/p42l8fGbc6Y9bQ70uLwIvmJyVE5k4iMKlh8wCQ= -github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021/go.mod h1:AFq3mo9L8Lqqiid3OhADV3RfLJnjiw63cSpi+fDTRC0= -github.com/envoyproxy/go-control-plane v0.10.1/go.mod h1:AY7fTTXNdv/aJ2O5jwpxAPOWUZ7hQAEvzN5Pf27BkQQ= -github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/envoyproxy/protoc-gen-validate v0.6.2/go.mod h1:2t7qjJNvHPx8IjnBOzl9E9/baC+qXE/TeeyBRzgJDws= -github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= -github.com/fatih/color v1.9.0/go.mod h1:eQcE1qtQxscV5RaZvpXrrb8Drkc3/DdQ+uUYCNjL+zU= -github.com/fatih/color v1.13.0/go.mod h1:kLAiJbzzSOZDVNGyDpeOxJ47H46qBXwg5ILebYFFOfk= -github.com/fsnotify/fsnotify v1.5.1 h1:mZcQUHVQUQWoPXXtuf9yuEXKudkV2sx1E06UadKWpgI= -github.com/fsnotify/fsnotify v1.5.1/go.mod h1:T3375wBYaZdLLcVNkcVbzGHY7f1l/uK5T5Ai1i3InKU= -github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= -github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= -github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= -github.com/godbus/dbus/v5 v5.0.4/go.mod h1:xhWf0FNVPg57R7Z0UbKHbJfkEywrmjJnf7w5xrFpKfA= -github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= -github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= -github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= -github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.3/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.4/go.mod h1:l3mdAwkq5BuhzHwde/uurv3sEJeZMXNpwsxVWU71h+4= -github.com/golang/mock v1.5.0/go.mod h1:CWnOUgYIOo4TcNZ0wHX3YZCqsaM1I1Jvs6v3mP3KVu8= -github.com/golang/mock v1.6.0/go.mod h1:p6yTPP+5HYm5mzsMV8JkE6ZKdX+/wYM6Hr+LicevLPs= -github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.5/go.mod h1:6O5/vntMXwX2lRkT1hjjk0nAC1IDOTvTlVgjlRvqsdk= -github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= -github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= -github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= -github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= -github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= -github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= -github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM= -github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/golang/snappy v0.0.3/go.mod h1:/XxbfmMg8lxefKM7IXC3fBNl/7bRcc72aCRzEWrmP2Q= -github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= -github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.4.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.1/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.3/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= -github.com/google/martian/v3 v3.0.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/martian/v3 v3.1.0/go.mod h1:y5Zk1BBys9G+gd6Jrk0W3cC1+ELVxBWuIGO+w/tUAp0= -github.com/google/martian/v3 v3.2.1/go.mod h1:oBOf6HBosgwRXnUGWUB05QECsc6uvmMiJ3+6W4l/CUk= -github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200430221834-fc25d7d30c6d/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200708004538-1a94d8640e99/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20201023163331-3e6fc7fc9c4c/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20201203190320-1bf35d6f28c2/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210122040257-d980be63207e/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210226084205-cbba55b83ad5/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210601050228-01bbb1931b22/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210609004039-a478d1d731e9/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1/go.mod h1:kpwsk12EmLew5upagYY7GY0pfYCcupk39gWOCRROcvE= -github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= -github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= -github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/googleapis/gax-go/v2 v2.1.0/go.mod h1:Q3nei7sK6ybPYH7twZdmQpAd1MKb7pfu6SK+H1/DsU0= -github.com/googleapis/gax-go/v2 v2.1.1/go.mod h1:hddJymUZASv3XPyGkUpKj8pPO47Rmb0eJc8R6ouapiM= -github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= -github.com/hashicorp/consul/api v1.11.0/go.mod h1:XjsvQN+RJGWI2TWy1/kqaE16HrR2J/FWgkYjdZQsX9M= -github.com/hashicorp/consul/sdk v0.8.0/go.mod h1:GBvyrGALthsZObzUGsfgHZQDXjg4lOjagTIwIR1vPms= -github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= -github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= -github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= -github.com/hashicorp/go-cleanhttp v0.5.2/go.mod h1:kO/YDlP8L1346E6Sodw+PrpBSV4/SoxCXGY6BqNFT48= -github.com/hashicorp/go-hclog v0.12.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= -github.com/hashicorp/go-hclog v1.0.0/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ= -github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= -github.com/hashicorp/go-immutable-radix v1.3.1/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= -github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= -github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= -github.com/hashicorp/go-multierror v1.1.0/go.mod h1:spPvp8C1qA32ftKqdAHm4hHTbPw+vmowP0z+KUhOZdA= -github.com/hashicorp/go-retryablehttp v0.5.3/go.mod h1:9B5zBasrRhHXnJnui7y6sL7es7NDiJgTc6Er0maI1Xs= -github.com/hashicorp/go-rootcerts v1.0.2/go.mod h1:pqUvnprVnM5bf7AOirdbb01K4ccR319Vf4pU3K5EGc8= -github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= -github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= -github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= -github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= -github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= -github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= -github.com/hashicorp/mdns v1.0.1/go.mod h1:4gW7WsVCke5TE7EPeYliwHlRUyBtfCwuFwuMg2DmyNY= -github.com/hashicorp/mdns v1.0.4/go.mod h1:mtBihi+LeNXGtG8L9dX59gAEa12BDtBQSp4v/YAJqrc= -github.com/hashicorp/memberlist v0.2.2/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOnAH9VT3Sh9MUE= -github.com/hashicorp/memberlist v0.3.0/go.mod h1:MS2lj3INKhZjWNqd3N0m3J+Jxf3DAOnAH9VT3Sh9MUE= -github.com/hashicorp/serf v0.9.5/go.mod h1:UWDWwZeL5cuWDJdl0C6wrvrUwEqtQ4ZKBKKENpqIUyk= -github.com/hashicorp/serf v0.9.6/go.mod h1:TXZNMjZQijwlDvp+r0b63xZ45H7JmCmgg4gpTwn9UV4= -github.com/iancoleman/strcase v0.2.0/go.mod h1:iwCmte+B7n89clKwxIoIXy/HfoL7AsD47ZCWhYzw7ho= -github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/ianlancetaylor/demangle v0.0.0-20200824232613-28f6c0f3b639/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/inconshreveable/mousetrap v1.0.0 h1:Z8tu5sraLXCXIcARxBp/8cbvlwVa7Z1NHg9XEKhtSvM= -github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= -github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= -github.com/json-iterator/go v1.1.9/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo= -github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= -github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= -github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= -github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= -github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/kr/fs v0.1.0/go.mod h1:FFnZGqtBN9Gxj7eW1uZ42v5BccTP0vu6NEaFoC2HwRg= -github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= -github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= -github.com/kr/pretty v0.2.0 h1:s5hAObm+yFO5uHYt5dYjxi2rXrsnmRpJx4OYvIWUaQs= -github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= -github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= -github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/lyft/protoc-gen-star v0.5.3/go.mod h1:V0xaHgaf5oCCqmcxYcWiDfTiKsZsRc87/1qhoTACD8w= -github.com/magiconair/properties v1.8.5 h1:b6kJs+EmPFMYGkow9GiUyCyOvIwYetYJ3fSaWak/Gls= -github.com/magiconair/properties v1.8.5/go.mod h1:y3VJvCyxH9uVvJTWEGAELF3aiYNyPKd5NZ3oSwXrF60= -github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= -github.com/mattn/go-colorable v0.1.4/go.mod h1:U0ppj6V5qS13XJ6of8GYAs25YV2eR4EVcfRqFIhoBtE= -github.com/mattn/go-colorable v0.1.6/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= -github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc= -github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4= -github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= -github.com/mattn/go-isatty v0.0.8/go.mod h1:Iq45c/XA43vh69/j3iqttzPXn0bhXyGjM0Hdxcsrc5s= -github.com/mattn/go-isatty v0.0.10/go.mod h1:qgIWMr58cqv1PHHyhnkY9lrL7etaEgOFcMEpPG5Rm84= -github.com/mattn/go-isatty v0.0.11/go.mod h1:PhnuNfih5lzO57/f3n+odYbM4JtupLOxQOAqxQCu2WE= -github.com/mattn/go-isatty v0.0.12/go.mod h1:cbi8OIDigv2wuxKPP5vlRcQ1OAZbq2CE4Kysco4FUpU= -github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94= -github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= -github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= -github.com/miekg/dns v1.1.26/go.mod h1:bPDLeHnStXmXAq1m/Ch/hvfNHr14JKNPMBo3VZKjuso= -github.com/miekg/dns v1.1.41/go.mod h1:p6aan82bvRIyn+zDIv9xYNUpwa73JcSh9BKwknJysuI= -github.com/mitchellh/cli v1.1.0/go.mod h1:xcISNoH86gajksDmfB23e/pu+B+GeFRMYmoHXxx3xhI= -github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= -github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= -github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/mitchellh/mapstructure v1.4.3 h1:OVowDSCllw/YjdLkam3/sm7wEtOy59d8ndGgCcyj8cs= -github.com/mitchellh/mapstructure v1.4.3/go.mod h1:bFUtVrKA4DC2yAKiSyO/QUcy7e+RRV2QTWOzhPopBRo= -github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk= -github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= -github.com/pascaldekloe/goe v0.1.0/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= -github.com/pelletier/go-toml v1.9.4 h1:tjENF6MfZAg8e4ZmZTeWaWiT2vXtsoO6+iuOjFhECwM= -github.com/pelletier/go-toml v1.9.4/go.mod h1:u1nR/EPcESfeI/szUZKdtJ0xRNbUoANCkoOuaOx1Y+c= -github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/sftp v1.10.1/go.mod h1:lYOWFsE0bwd1+KfKJaKeuokY15vzFx25BLbzYYoAxZI= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= -github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s= -github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= -github.com/prometheus/client_golang v1.4.0/go.mod h1:e9GMxYsXl05ICDXkRhurwBS4Q3OK1iX/F2sw+iXX5zU= -github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= -github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= -github.com/prometheus/common v0.9.1/go.mod h1:yhUN8i9wzaXS3w1O07YhxHEBxD+W35wd8bs7vj7HSQ4= -github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= -github.com/prometheus/procfs v0.0.8/go.mod h1:7Qr8sr6344vo1JqZ6HhLceV9o3AJ1Ff+GxbHq6oeK9A= -github.com/rogpeppe/fastuuid v1.2.0/go.mod h1:jVj6XXZzXRy/MSR5jhDC/2q6DgLz+nrA6LYCDYWNEvQ= -github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/russross/blackfriday/v2 v2.1.0 h1:JIOH55/0cWyOuilr9/qlrm0BSXldqnqwMsf35Ld67mk= -github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= -github.com/sagikazarmark/crypt v0.3.0/go.mod h1:uD/D+6UF4SrIR1uGEv7bBNkNqLGqUr43MRiaGWX1Nig= -github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= -github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= -github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= -github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= -github.com/spf13/afero v1.3.3/go.mod h1:5KUK8ByomD5Ti5Artl0RtHeI5pTF7MIDuXL3yY520V4= -github.com/spf13/afero v1.6.0 h1:xoax2sJ2DT8S8xA2paPFjDCScCNeWsg75VG0DLRreiY= -github.com/spf13/afero v1.6.0/go.mod h1:Ai8FlHk4v/PARR026UzYexafAt9roJ7LcLMAmO6Z93I= -github.com/spf13/cast v1.4.1 h1:s0hze+J0196ZfEMTs80N7UlFt0BDuQ7Q+JDnHiMWKdA= -github.com/spf13/cast v1.4.1/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= -github.com/spf13/jwalterweatherman v1.1.0 h1:ue6voC5bR5F8YxI5S67j9i582FU4Qvo2bmqnqMYADFk= -github.com/spf13/jwalterweatherman v1.1.0/go.mod h1:aNWZUN0dPAAO/Ljvb5BEdw96iTZ0EXowPYD95IqWIGo= -github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= -github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/spf13/viper v1.10.0 h1:mXH0UwHS4D2HwWZa75im4xIQynLfblmWV7qcWpfv0yk= -github.com/spf13/viper v1.10.0/go.mod h1:SoyBPwAtKDzypXNDFKN5kzH7ppppbGZtls1UpIy5AsM= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= -github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= -github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= -github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= -github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= -github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= -github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926/go.mod h1:9ESjWnEqriFuLhtthL60Sar/7RFoluCcXsuvEwTV5KM= -github.com/yuin/goldmark v1.1.25/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.1.32/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.3.5/go.mod h1:mwnBkeHKe2W/ZEtQ+71ViKU8L12m81fl3OWwC1Zlc8k= -go.etcd.io/etcd/api/v3 v3.5.1/go.mod h1:cbVKeC6lCfl7j/8jBhAK6aIYO9XOjdptoxU/nLQcPvs= -go.etcd.io/etcd/client/pkg/v3 v3.5.1/go.mod h1:IJHfcCEKxYu1Os13ZdwCwIUTUVGYTSAM3YSwc9/Ac1g= -go.etcd.io/etcd/client/v2 v2.305.1/go.mod h1:pMEacxZW7o8pg4CrFE7pquyCJJzZvkvdD2RibOCCCGs= -go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= -go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= -go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.4/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.5/go.mod h1:5pWMHQbX5EPX2/62yrJeAkowc+lfs/XD7Uxpq3pI6kk= -go.opencensus.io v0.23.0/go.mod h1:XItmlyltB5F7CS4xOC1DcqMoFqwtC6OG2xF7mCv7P7E= -go.opentelemetry.io/proto/otlp v0.7.0/go.mod h1:PqfVotwruBrMGOCsRd/89rSnXhoiJIqeYNgFYFoEGnI= -go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= -go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= -go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo= -golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392/go.mod h1:/lpIB1dKB+9EgE3H3cr1v9wB50oz8l4C4h62xy7jSTY= -golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20210817164053-32db794688a5/go.mod h1:GvvjBRRGRdwPK5ydBHafDWAxML/pGHZbMvKqRZ5+Abc= -golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= -golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= -golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= -golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= -golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= -golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= -golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= -golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= -golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= -golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20201208152925-83fdc39ff7b5/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20210508222113-6edffad5e616/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= -golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= -golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= -golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= -golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.1/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.4.2/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.5.0/go.mod h1:5OXOZSfqPIIbmVBIIKWRFfZjPR0E5r58TLhUjH0a2Ro= -golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= -golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190628185345-da137c7871d7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190923162816-aa69164e4478/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200501053045-e0ff5e5a1de5/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200506145744-7e3656a0809f/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200513185701-a91f0712d120/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520182314-0ba52f642ac2/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200707034311-ab3426394381/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201031054903-ff519b6c9102/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201110031124-69a78807bb2b/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20201209123823-ac852fbbde11/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210119194325-5f4716e94777/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210226172049-e18ecbb05110/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210316092652-d523dce5a7f4/go.mod h1:RBQZq4jEuRlivfhVLdyRGr576XBO4/greRjx4P4O3yc= -golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4/go.mod h1:p54w0d4576C0XHj96bSt6lcn1PtDYWL6XObtHCRCNQM= -golang.org/x/net v0.0.0-20210410081132-afb366fc7cd1/go.mod h1:9tjilg8BloeKEkVJvy7fQ90B1CfIiPueXVOjqfkSzI8= -golang.org/x/net v0.0.0-20210503060351-7fd8e65b6420/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y= -golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201109201403-9fd604954f58/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20201208152858-08078c50e5b5/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210218202405-ba52d332ba99/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210220000619-9bb904979d93/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210313182246-cd4f82c27b84/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20211005180243-6b3c2da341f1/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A= -golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200317015054-43a5402ce75a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190222072716-a9d3bda3a223/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190922100055-0a153f010e69/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190924154521-2837fb4f24fe/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191008105621-543471e840be/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200116001909-b77594299b42/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200124204421-9fbb57f87de9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200331124033-c3d80250170d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200501052902-10377860bb8e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200511232937-7e40ca221e25/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200523222454-059865788121/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200803210538-64077c9b5642/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200905004654-be1d3432aa8f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201201145000-ef89a241ccb3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210104204734-6f8348627aad/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210220050731-9a76102bfb43/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210303074136-134d130e1a04/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210305230114-8fe3ee5dd75b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210315160823-c6e025ad8005/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210320140829-1e4c9ba3b0c4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210330210617-4fbd30eecc44/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210403161142-5e06dd20ab57/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210510120138-977fb7262007/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210514084401-e8d321eab015/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210603125802-9665404d3644/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210816183151-1e6c022a8912/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210823070655-63515b42dcdf/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210908233432-aa78b53d3365/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20210927094055-39ccf1dd6fa6/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211007075335-d3039528d8ac/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211124211545-fe61309f8881/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/sys v0.0.0-20211205182925-97ca703d548d h1:FjkYO/PPp4Wi0EAUOVLxePm7qVW4r4ctbWpURyuOD0E= -golang.org/x/sys v0.0.0-20211205182925-97ca703d548d/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= -golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.5/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.7 h1:olpwvP2KacW1ZWvsR7uQhoyTYvKAupfQrRGBFM352Gk= -golang.org/x/text v0.3.7/go.mod h1:u+2+/6zg+i71rQMx5EYifcz6MCKuco9NR6JIITiCfzQ= -golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= -golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190907020128-2ca718005c18/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200227222343-706bc42d1f0d/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200312045724-11d5b4c81c7d/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200331025713-a30bf2db82d4/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8= -golang.org/x/tools v0.0.0-20200501065659-ab2804fb9c9d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200512131952-2bc93b1c0c88/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200515010526-7d3b6ebf133d/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200618134242-20370b0cb4b2/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200729194436-6467de6f59a7/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200804011535-6c149bb5ef0d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200825202427-b303f430e36d/go.mod h1:njjCfa9FT2d7l9Bc6FUM5FLjQPp3cFF28FI3qnDFljA= -golang.org/x/tools v0.0.0-20200904185747-39188db58858/go.mod h1:Cj7w3i3Rnn0Xh82ur9kSqwfTHTeVxaDqrfMjpcNT6bE= -golang.org/x/tools v0.0.0-20201110124207-079ba7bd75cd/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201201161351-ac6f37ff4c2a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20201208233053-a543418bbed2/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20210105154028-b0ab187a4818/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= -golang.org/x/tools v0.1.1/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.2/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.3/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.4/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/tools v0.1.5/go.mod h1:o0xws9oXOQQZyjljx8fwUC0k7L1pTE6eaCbjGeHmOkk= -golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= -google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= -google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.19.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.22.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.24.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.28.0/go.mod h1:lIXQywCXRcnZPGlsd8NbLnOjtAoL6em04bJ9+z0MncE= -google.golang.org/api v0.29.0/go.mod h1:Lcubydp8VUV7KeIHD9z2Bys/sm/vGKnG1UHuDBSrHWM= -google.golang.org/api v0.30.0/go.mod h1:QGmEvQ87FHZNiUVJkT14jQNYJ4ZJjdRF23ZXz5138Fc= -google.golang.org/api v0.35.0/go.mod h1:/XrVsuzM0rZmrsbjJutiuftIzeuTQcEeaYcSk/mQ1dg= -google.golang.org/api v0.36.0/go.mod h1:+z5ficQTmoYpPn8LCUNVpK5I7hwkpjbcgqA7I34qYtE= -google.golang.org/api v0.40.0/go.mod h1:fYKFpnQN0DsDSKRVRcQSDQNtqWPfM9i+zNPxepjRCQ8= -google.golang.org/api v0.41.0/go.mod h1:RkxM5lITDfTzmyKFPt+wGrCJbVfniCr2ool8kTBzRTU= -google.golang.org/api v0.43.0/go.mod h1:nQsDGjRXMo4lvh5hP0TKqF244gqhGcr/YSIykhUk/94= -google.golang.org/api v0.47.0/go.mod h1:Wbvgpq1HddcWVtzsVLyfLp8lDg6AA241LmgIL59tHXo= -google.golang.org/api v0.48.0/go.mod h1:71Pr1vy+TAZRPkPs/xlCf5SsU8WjuAWv1Pfjbtukyy4= -google.golang.org/api v0.50.0/go.mod h1:4bNT5pAuq5ji4SRZm+5QIkjny9JAyVD/3gaSihNefaw= -google.golang.org/api v0.51.0/go.mod h1:t4HdrdoNgyN5cbEfm7Lum0lcLDLiise1F8qDKX00sOU= -google.golang.org/api v0.54.0/go.mod h1:7C4bFFOvVDGXjfDTAsgGwDgAxRDeQ4X8NvUedIt6z3k= -google.golang.org/api v0.55.0/go.mod h1:38yMfeP1kfjsl8isn0tliTjIb1rJXcQi4UXlbqivdVE= -google.golang.org/api v0.56.0/go.mod h1:38yMfeP1kfjsl8isn0tliTjIb1rJXcQi4UXlbqivdVE= -google.golang.org/api v0.57.0/go.mod h1:dVPlbZyBo2/OjBpmvNdpn2GRm6rPy75jyU7bmhdrMgI= -google.golang.org/api v0.59.0/go.mod h1:sT2boj7M9YJxZzgeZqXogmhfmRWDtPzT31xkieUbuZU= -google.golang.org/api v0.61.0/go.mod h1:xQRti5UdCmoCEqFxcz93fTl338AVqDgyaDRuOZ3hg9I= -google.golang.org/api v0.62.0/go.mod h1:dKmwPCydfsad4qCH08MSdgWjfHOyfpd4VtDGgRFdavw= -google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= -google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= -google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.6/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= -google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA= -google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200228133532-8c2c7df3a383/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200312145019-da6875a35672/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200331122359-1ee6d9798940/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200430143042-b979b6f78d84/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200511104702-f5ebc3bea380/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200513103714-09dca8ec2884/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200515170657-fc4c6c6a6587/go.mod h1:YsZOwe1myG/8QRHRsmBRE1LrgQY60beZKjly0O1fX9U= -google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= -google.golang.org/genproto v0.0.0-20200618031413-b414f8b61790/go.mod h1:jDfRM7FcilCzHH/e9qn6dsT145K34l5v+OpcnNgKAAA= -google.golang.org/genproto v0.0.0-20200729003335-053ba62fc06f/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200804131852-c06518451d9c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200825200019-8632dd797987/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201109203340-2640f1f9cdfb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201201144952-b05cb90ed32e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201210142538-e3217bee35cc/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201214200347-8c77b98c765d/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210222152913-aa3ee6e6a81c/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210303154014-9728d6b83eeb/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210310155132-4ce2db91004e/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210319143718-93e7006c17a6/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20210402141018-6c239bbf2bb1/go.mod h1:9lPAdzaEmUacj36I+k7YKbEc5CXzPIeORRgDAUOu28A= -google.golang.org/genproto v0.0.0-20210513213006-bf773b8c8384/go.mod h1:P3QM42oQyzQSnHPnZ/vqoCdDmzH28fzWByN9asMeM8A= -google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c/go.mod h1:UODoCrxHCcBojKKwX1terBiRUaqAsFqJiF615XL43r0= -google.golang.org/genproto v0.0.0-20210604141403-392c879c8b08/go.mod h1:UODoCrxHCcBojKKwX1terBiRUaqAsFqJiF615XL43r0= -google.golang.org/genproto v0.0.0-20210608205507-b6d2f5bf0d7d/go.mod h1:UODoCrxHCcBojKKwX1terBiRUaqAsFqJiF615XL43r0= -google.golang.org/genproto v0.0.0-20210624195500-8bfb893ecb84/go.mod h1:SzzZ/N+nwJDaO1kznhnlzqS8ocJICar6hYhVyhi++24= -google.golang.org/genproto v0.0.0-20210713002101-d411969a0d9a/go.mod h1:AxrInvYm1dci+enl5hChSFPOmmUF1+uAa/UsgNRWd7k= -google.golang.org/genproto v0.0.0-20210716133855-ce7ef5c701ea/go.mod h1:AxrInvYm1dci+enl5hChSFPOmmUF1+uAa/UsgNRWd7k= -google.golang.org/genproto v0.0.0-20210728212813-7823e685a01f/go.mod h1:ob2IJxKrgPT52GcgX759i1sleT07tiKowYBGbczaW48= -google.golang.org/genproto v0.0.0-20210805201207-89edb61ffb67/go.mod h1:ob2IJxKrgPT52GcgX759i1sleT07tiKowYBGbczaW48= -google.golang.org/genproto v0.0.0-20210813162853-db860fec028c/go.mod h1:cFeNkxwySK631ADgubI+/XFU/xp8FD5KIVV4rj8UC5w= -google.golang.org/genproto v0.0.0-20210821163610-241b8fcbd6c8/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= -google.golang.org/genproto v0.0.0-20210828152312-66f60bf46e71/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= -google.golang.org/genproto v0.0.0-20210831024726-fe130286e0e2/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= -google.golang.org/genproto v0.0.0-20210903162649-d08c68adba83/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= -google.golang.org/genproto v0.0.0-20210909211513-a8c4777a87af/go.mod h1:eFjDcFEctNawg4eG61bRv87N7iHBWyVhJu7u1kqDUXY= -google.golang.org/genproto v0.0.0-20210924002016-3dee208752a0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20211008145708-270636b82663/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20211028162531-8db9c33dc351/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20211129164237-f09f9a12af12/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20211203200212-54befc351ae9/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20211206160659-862468c7d6e0/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa/go.mod h1:5CzLGKJ67TSI2B9POpiiyGha0AjJvZIUgRMt1dSmuhc= -google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= -google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= -google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= -google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= -google.golang.org/grpc v1.25.1/go.mod h1:c3i+UQWmh7LiEpx4sFZnkU36qjEYZ0imhYfXVyQciAY= -google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.28.0/go.mod h1:rpkK4SK4GF4Ach/+MFLZUBavHOvF2JJB5uozKKal+60= -google.golang.org/grpc v1.29.1/go.mod h1:itym6AZVZYACWQqET3MqgPpjcuV5QH3BxFS3IjizoKk= -google.golang.org/grpc v1.30.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.31.0/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.31.1/go.mod h1:N36X2cJ7JwdamYAgDz+s+rVMFjt3numwzf/HckM8pak= -google.golang.org/grpc v1.33.1/go.mod h1:fr5YgcSWrqhRRxogOsw7RzIpsmvOZ6IcH4kBYTpR3n0= -google.golang.org/grpc v1.33.2/go.mod h1:JMHMWHQWaTccqQQlmk3MJZS+GWXOdAesneDmEnv2fbc= -google.golang.org/grpc v1.34.0/go.mod h1:WotjhfgOW/POjDeRt8vscBtXq+2VjORFy659qA51WJ8= -google.golang.org/grpc v1.35.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.36.0/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.36.1/go.mod h1:qjiiYl8FncCW8feJPdyg3v6XW24KsRHe+dy9BAGRRjU= -google.golang.org/grpc v1.37.0/go.mod h1:NREThFqKR1f3iQ6oBuvc5LadQuXVGo9rkm5ZGrQdJfM= -google.golang.org/grpc v1.37.1/go.mod h1:NREThFqKR1f3iQ6oBuvc5LadQuXVGo9rkm5ZGrQdJfM= -google.golang.org/grpc v1.38.0/go.mod h1:NREThFqKR1f3iQ6oBuvc5LadQuXVGo9rkm5ZGrQdJfM= -google.golang.org/grpc v1.39.0/go.mod h1:PImNr+rS9TWYb2O4/emRugxiyHZ5JyHW5F+RPnDzfrE= -google.golang.org/grpc v1.39.1/go.mod h1:PImNr+rS9TWYb2O4/emRugxiyHZ5JyHW5F+RPnDzfrE= -google.golang.org/grpc v1.40.0/go.mod h1:ogyxbiOoUXAkP+4+xa6PZSE9DZgIHtSpzjDTB9KAK34= -google.golang.org/grpc v1.40.1/go.mod h1:ogyxbiOoUXAkP+4+xa6PZSE9DZgIHtSpzjDTB9KAK34= -google.golang.org/grpc v1.42.0/go.mod h1:k+4IHHFw41K8+bbowsex27ge2rCb65oeWqe4jJ590SU= -google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.1.0/go.mod h1:6Kw0yEErY5E/yWrBtf03jp27GLLJujG4z/JK95pnjjw= -google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= -google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= -google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= -google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= -google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= -google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= -google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo= -gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= -gopkg.in/ini.v1 v1.66.2 h1:XfR1dOYubytKy4Shzc2LHrrGhU0lDCfDGG1yLPmpgsI= -gopkg.in/ini.v1 v1.66.2/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= -gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= -honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -honnef.co/go/tools v0.0.1-2020.1.4/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= -rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= -rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= diff --git a/vendor/github.com/spf13/cobra/user_guide.md b/vendor/github.com/spf13/cobra/user_guide.md index e87cdf218..4a3c2b0da 100644 --- a/vendor/github.com/spf13/cobra/user_guide.md +++ b/vendor/github.com/spf13/cobra/user_guide.md @@ -29,10 +29,10 @@ func main() { ## Using the Cobra Generator -Cobra provides its own program that will create your application and add any +Cobra-CLI is its own program that will create your application and add any commands you want. It's the easiest way to incorporate Cobra into your application. -For complete details on using the Cobra generator, please read [The Cobra Generator README](https://github.com/spf13/cobra/blob/master/cobra/README.md) +For complete details on using the Cobra generator, please refer to [The Cobra-CLI Generator README](https://github.com/spf13/cobra-cli/blob/master/README.md) ## Using the Cobra Library @@ -86,7 +86,7 @@ var ( userLicense string rootCmd = &cobra.Command{ - Use: "cobra", + Use: "cobra-cli", Short: "A generator for Cobra based Applications", Long: `Cobra is a CLI library for Go that empowers applications. This application is a tool to generate the needed files diff --git a/vendor/github.com/spf13/viper/go.mod b/vendor/github.com/spf13/viper/go.mod deleted file mode 100644 index 7d108dcc2..000000000 --- a/vendor/github.com/spf13/viper/go.mod +++ /dev/null @@ -1,40 +0,0 @@ -module github.com/spf13/viper - -go 1.12 - -require ( - github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c - github.com/coreos/bbolt v1.3.2 // indirect - github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e // indirect - github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect - github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect - github.com/fsnotify/fsnotify v1.4.7 - github.com/gogo/protobuf v1.2.1 // indirect - github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef // indirect - github.com/gorilla/websocket v1.4.2 // indirect - github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 // indirect - github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect - github.com/grpc-ecosystem/grpc-gateway v1.9.0 // indirect - github.com/hashicorp/hcl v1.0.0 - github.com/jonboulle/clockwork v0.1.0 // indirect - github.com/magiconair/properties v1.8.1 - github.com/mitchellh/mapstructure v1.1.2 - github.com/pelletier/go-toml v1.2.0 - github.com/prometheus/client_golang v0.9.3 // indirect - github.com/smartystreets/goconvey v1.6.4 // indirect - github.com/soheilhy/cmux v0.1.4 // indirect - github.com/spf13/afero v1.1.2 - github.com/spf13/cast v1.3.0 - github.com/spf13/jwalterweatherman v1.0.0 - github.com/spf13/pflag v1.0.3 - github.com/stretchr/testify v1.3.0 - github.com/subosito/gotenv v1.2.0 - github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 // indirect - github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 // indirect - go.etcd.io/bbolt v1.3.2 // indirect - go.uber.org/atomic v1.4.0 // indirect - go.uber.org/multierr v1.1.0 // indirect - go.uber.org/zap v1.10.0 // indirect - gopkg.in/ini.v1 v1.51.0 - gopkg.in/yaml.v2 v2.2.4 -) diff --git a/vendor/github.com/spf13/viper/go.sum b/vendor/github.com/spf13/viper/go.sum deleted file mode 100644 index 463aa7dbf..000000000 --- a/vendor/github.com/spf13/viper/go.sum +++ /dev/null @@ -1,388 +0,0 @@ -cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= -cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= -cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= -cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= -cloud.google.com/go v0.46.3 h1:AVXDdKsrtX33oR9fbCMu/+c1o8Ofjq6Ku/MInaLVg5Y= -cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= -cloud.google.com/go/bigquery v1.0.1 h1:hL+ycaJpVE9M7nLoiXb/Pn10ENE2u+oddxbD8uu0ZVU= -cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= -cloud.google.com/go/datastore v1.0.0 h1:Kt+gOPPp2LEPWp8CSfxhsM8ik9CcyE/gYu+0r+RnZvM= -cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= -cloud.google.com/go/firestore v1.1.0 h1:9x7Bx0A9R5/M9jibeJeZWqjeVEIxYW9fZYqB9a70/bY= -cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= -cloud.google.com/go/pubsub v1.0.1 h1:W9tAK3E57P75u0XLLR82LZyw8VpAnhmyTOxW9qzmyj8= -cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= -cloud.google.com/go/storage v1.0.0 h1:VV2nUM3wwLLGh9lSABFgZMjInyUbJeaRSE64WuAIQ+4= -cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= -dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= -github.com/BurntSushi/toml v0.3.1 h1:WXkYYl6Yr3qBf1K79EBnL4mak0OimBfB0XUf9Vl28OQ= -github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= -github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= -github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= -github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da h1:8GUt8eRujhVEGZFFEjBj46YV4rDjvGrNxb0KMWYkL2I= -github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= -github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= -github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= -github.com/beorn7/perks v1.0.0 h1:HWo1m869IqiPhD389kmkxeTalrjNbbJTC8LXupb+sl0= -github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= -github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= -github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c h1:+0HFd5KSZ/mm3JmhmrDukiId5iR6w4+BdFtfSy4yWIc= -github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= -github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= -github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/coreos/bbolt v1.3.2 h1:wZwiHHUieZCquLkDL0B8UhzreNWsPHooDAG3q34zk0s= -github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= -github.com/coreos/etcd v3.3.13+incompatible h1:8F3hqu9fGYLBifCmRCJsicFqDx/D68Rt3q1JMazcgBQ= -github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= -github.com/coreos/go-semver v0.3.0 h1:wkHLiw0WNATZnSG7epLsujiMCgPAc9xhjJ4tgnAxmfM= -github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= -github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e h1:Wf6HqHfScWJN9/ZjdUKyjop4mf3Qdd+1TvvltAvM3m8= -github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= -github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg= -github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dgrijalva/jwt-go v3.2.0+incompatible h1:7qlOGliEKZXTDg6OTjfoBKDXWrumCAMpl/TFQ4/5kLM= -github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= -github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= -github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= -github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I= -github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= -github.com/ghodss/yaml v1.0.0 h1:wQHKEahhL6wmXdzwWG11gIVCkOv05bNOh+Rxn0yngAk= -github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= -github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= -github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= -github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= -github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= -github.com/gogo/protobuf v1.2.1 h1:/s5zKNz0uPFCZ5hddgPdo2TK2TVrUNMn0OOX8/aZMTE= -github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= -github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58= -github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef h1:veQD95Isof8w9/WXiA+pa3tz3fJXkt5B7QaRBrM62gk= -github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= -github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.1 h1:YF8+flBXS5eO826T4nzqPrxfhQThhXl0YzfuUPu4SBg= -github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs= -github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.0.0 h1:0udJVsspx3VBr5FwtLhQQtuAsVc79tTq0ocGIPAU6qo= -github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= -github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY= -github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/martian v2.1.0+incompatible h1:/CP5g8u/VJHijgedC/Legn3BAbAaWPgecwXBIDzw5no= -github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= -github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= -github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= -github.com/googleapis/gax-go/v2 v2.0.5 h1:sjZBwGj9Jlw33ImPtvFviGYvseOtDM7hkSKB7+Tv3SM= -github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 h1:EGx4pi6eqNxGaHF6qqu48+N2wcFQ5qg5FXgOdqsJ5d8= -github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= -github.com/gorilla/websocket v1.4.2 h1:+/TMaTYc4QFitKJxsQ7Yye35DkWvkdLcvGKqM+x0Ufc= -github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -github.com/grpc-ecosystem/go-grpc-middleware v1.0.0 h1:Iju5GlWwrvL6UBg4zJJt3btmonfrMlCDdsejg4CZE7c= -github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= -github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho= -github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= -github.com/grpc-ecosystem/grpc-gateway v1.9.0 h1:bM6ZAFZmc/wPFaRDi0d5L7hGEZEx/2u+Tmr2evNHDiI= -github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= -github.com/hashicorp/consul/api v1.1.0 h1:BNQPM9ytxj6jbjjdRPioQ94T6YXriSopn0i8COv6SRA= -github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= -github.com/hashicorp/consul/sdk v0.1.1 h1:LnuDWGNsoajlhGyHJvuWW6FVqRl8JOTPqS6CPTsYjhY= -github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= -github.com/hashicorp/errwrap v1.0.0 h1:hLrqtEDnRye3+sgx6z4qVLNuviH3MR5aQ0ykNJa/UYA= -github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= -github.com/hashicorp/go-cleanhttp v0.5.1 h1:dH3aiDG9Jvb5r5+bYHsikaOUIpcM0xvgMXVoDkXMzJM= -github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= -github.com/hashicorp/go-immutable-radix v1.0.0 h1:AKDB1HM5PWEA7i4nhcpwOrO2byshxBjXVn/J/3+z5/0= -github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= -github.com/hashicorp/go-msgpack v0.5.3 h1:zKjpN5BK/P5lMYrLmBHdBULWbJ0XpYR+7NGzqkZzoD4= -github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= -github.com/hashicorp/go-multierror v1.0.0 h1:iVjPR7a6H0tWELX5NxNe7bYopibicUzc7uPribsnS6o= -github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= -github.com/hashicorp/go-rootcerts v1.0.0 h1:Rqb66Oo1X/eSV1x66xbDccZjhJigjg0+e82kpwzSwCI= -github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= -github.com/hashicorp/go-sockaddr v1.0.0 h1:GeH6tui99pF4NJgfnhp+L6+FfobzVW3Ah46sLo0ICXs= -github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= -github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= -github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go-uuid v1.0.1 h1:fv1ep09latC32wFoVwnqcnKJGnMSdBanPczbHAYm1BE= -github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= -github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.1 h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU= -github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/hcl v1.0.0 h1:0Anlzjpi4vEasTeNFn2mLJgTSwt0+6sfsiTG8qcWGx4= -github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= -github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= -github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= -github.com/hashicorp/memberlist v0.1.3 h1:EmmoJme1matNzb+hMpDuR/0sbJSUisxyqBGG676r31M= -github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I= -github.com/hashicorp/serf v0.8.2 h1:YZ7UKsJv+hKjqGVUUbtE3HNj79Eln2oQ75tniF6iPt0= -github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= -github.com/jonboulle/clockwork v0.1.0 h1:VKV+ZcuP6l3yW9doeqz6ziZGgcynBVQO+obU0+0hcPo= -github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= -github.com/json-iterator/go v1.1.6 h1:MrUvLMLTMxbqFJ9kzlvat/rYZqZnW3u4wkLzWTaFwKs= -github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= -github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024 h1:rBMNdlhTLzJjJSDIjNEXX1Pz3Hmwmz91v+zycvx9PJc= -github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= -github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo= -github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= -github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= -github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= -github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/konsorten/go-windows-terminal-sequences v1.0.1 h1:mweAR1A6xJ3oS2pRaGiHgQ4OO8tzTaLawm8vnODuwDk= -github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= -github.com/kr/pretty v0.1.0 h1:L/CwN0zerZDmRFUapSPitk6f+Q3+0za1rQkzVuMiMFI= -github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= -github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE= -github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/magiconair/properties v1.8.1 h1:ZC2Vc7/ZFkGmsVC9KvOjumD+G5lXy2RtTKyzRKO2BQ4= -github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= -github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= -github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= -github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU= -github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= -github.com/miekg/dns v1.0.14 h1:9jZdLNd/P4+SfEJ0TNyxYpsK8N4GtfylBLqtbYN1sbA= -github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= -github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= -github.com/mitchellh/go-homedir v1.0.0 h1:vKb8ShqSby24Yrqr/yDYkuFz8d0WUjys40rvnGC8aR0= -github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= -github.com/mitchellh/go-testing-interface v1.0.0 h1:fzU/JVNcaqHQEcVFAKeR41fkiLdIPrefOvVG1VZ96U0= -github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= -github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS42BGNg= -github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= -github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/mitchellh/mapstructure v1.1.2 h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE= -github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= -github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= -github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c h1:Lgl0gzECD8GnQ5QCWA8o6BtfL6mDH5rQgM4/fX3avOs= -github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= -github.com/pelletier/go-toml v1.2.0 h1:T5zMGML61Wp+FlcbWjRDT7yAxhJNAiPPLOFECq181zc= -github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= -github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw= -github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I= -github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= -github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_golang v0.9.3 h1:9iH4JKXLzFbOAdtqv/a+j8aewx2Y8lAjAydhbaScPF8= -github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= -github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= -github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 h1:S/YWwWx/RA8rT8tKFRuGUZhuA90OyIBpPCXkcbwU8DE= -github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= -github.com/prometheus/common v0.4.0 h1:7etb9YClo3a6HjLzfl6rIQaU+FDfi0VSX39io3aQ+DM= -github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= -github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084 h1:sofwID9zm4tzrgykg80hfFph1mryUeLRsUfoocVVmRY= -github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= -github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= -github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= -github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 h1:nn5Wsu0esKSJiIVhscUtVbo7ada43DJhG55ua/hjS5I= -github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= -github.com/sirupsen/logrus v1.2.0 h1:juTguoYk5qI21pwyTXY3B3Y5cOTH3ZUyZCg1v/mihuo= -github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= -github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d h1:zE9ykElWQ6/NYmHa3jpm/yHnI4xSofP+UP6SpjHcSeM= -github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= -github.com/smartystreets/goconvey v1.6.4 h1:fv0U8FUIMPNf1L9lnHLvLhgicrIVChEkdzIKYqbNC9s= -github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= -github.com/soheilhy/cmux v0.1.4 h1:0HKaf1o97UwFjHH9o5XsHUOF+tqmdA7KEzXLpiyaw0E= -github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= -github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= -github.com/spf13/afero v1.1.2 h1:m8/z1t7/fwjysjQRYbP0RD+bUIF/8tJwPdEZsI83ACI= -github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= -github.com/spf13/cast v1.3.0 h1:oget//CVOEoFewqQxwr0Ej5yjygnqGkvggSE/gB35Q8= -github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= -github.com/spf13/jwalterweatherman v1.0.0 h1:XHEdyB+EcvlqZamSM4ZOMGlc93t6AcsBEu9Gc1vn7yk= -github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= -github.com/spf13/pflag v1.0.3 h1:zPAT6CGy6wXeQ7NtTnaTerfKOsV6V6F8agHXFiazDkg= -github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w= -github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= -github.com/stretchr/testify v1.3.0 h1:TivCn/peBQ7UY8ooIcPgZFpTNSz0Q2U6UrFlUfqbe0Q= -github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= -github.com/subosito/gotenv v1.2.0 h1:Slr1R9HxAlEKefgq5jn9U+DnETlIUa6HfgEzj0g5d7s= -github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= -github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5 h1:LnC5Kc/wtumK+WB441p7ynQJzVuNRJiqddSIE3IlSEQ= -github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= -github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2 h1:eY9dn8+vbi4tKz5Qo6v2eYzo7kUS51QINcR5jNpbZS8= -github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= -go.etcd.io/bbolt v1.3.2 h1:Z/90sZLPOeCy2PwprqkFa25PdkusRzaj9P8zm/KNyvk= -go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= -go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= -go.opencensus.io v0.22.0 h1:C9hSCOW830chIVkdja34wa6Ky+IzWllkUinR+BtRZd4= -go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= -go.uber.org/atomic v1.4.0 h1:cxzIVoETapQEqDhQu3QfnvXAV4AlzcvUCxkVUFw3+EU= -go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= -go.uber.org/multierr v1.1.0 h1:HoEmRHQPVSqub6w2z2d2EOVs2fjyFRGyofhKuyDq0QI= -go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= -go.uber.org/zap v1.10.0 h1:ORx85nbTijNz8ljznvCMR1ZBIPKFn3jQrag10X2AsuM= -go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= -golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 h1:VklqNMn3ovrHsnt90PveolxSbWFaJdECFbxSq0Mqo2M= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5 h1:58fnuSXlxZmFdJyvtTFVmVhcMLU6v5fEb/ok4wyqtNU= -golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= -golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= -golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136 h1:A1gGSx58LAGVHUUsOf7IiR0u8Xb6W51gRwfDBhkdcaw= -golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= -golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= -golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= -golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= -golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190930215403-16217165b5de h1:5hukYrvBGR8/eNkX5mdUezrA6JiaEZDtJb9Ei+1LlBs= -golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= -golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= -golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= -golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= -golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= -golang.org/x/net v0.0.0-20190620200207-3b0461eec859 h1:R/3boaszxrf1GEUWTVDzSKVwLmSJpwZ1yqXm8j0v2QI= -golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0= -golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190423024810-112230192c58 h1:8gQV6CLnAEikrhgkHFbMAEhagSSnXWGV915qUMm9mrU= -golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a h1:1BGLXjeY4akVXGgbC9HugT3Jv3hCI0z56oJR5vAMgBU= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0 h1:HyfiK1WMnHj5FXFXatD+Qs1A/xC2Run6RzeW1SyHxpc= -golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs= -golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= -golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 h1:SvFZT6jyqRaOeXpc5h/JSfZenJ2O330aBsf7JfSUXmQ= -golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= -golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190328211700-ab21143f2384 h1:TFlARGu6Czu1z7q93HTxcP1P+/ZFC/IKythI5RzrnRg= -golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc h1:NCy3Ohtk6Iny5V/reW2Ktypo4zIpWBdRJ1uFMjBxdg8= -golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= -google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= -google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.13.0 h1:Q3Ui3V3/CVinFWFiW39Iw0kMuVrRzYX0wN6OPFp0lTA= -google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= -google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.6.1 h1:QzqyMA1tlu6CgqCDUtU9V+ZKhLFT2dkJuANu5QaxI3I= -google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= -google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 h1:Nw54tB0rB7hY/N0NQvRW8DG4Yk3Q6T9cu9RcFQDu1tc= -google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= -google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a h1:Ob5/580gVHBJZgXnff1cZDbG+xLtMVE5mDRTe+nIsX4= -google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= -google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= -google.golang.org/grpc v1.21.1 h1:j6XxA85m/6txkUCHvzlV5f+HBNl/1r5cZ2A/3IEFOO8= -google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= -gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= -gopkg.in/ini.v1 v1.51.0 h1:AQvPpx3LzTDM0AjnIRlVFwFFGC+npRopjZxLJj6gdno= -gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= -gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I= -gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.1-2019.2.3 h1:3JgtbtFHMiCmsznwGVTUWbgGov+pVqnlf1dEJTNAXeM= -honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= -rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= diff --git a/vendor/github.com/stretchr/testify/require/require.go b/vendor/github.com/stretchr/testify/require/require.go index 51820df2e..59c48277a 100644 --- a/vendor/github.com/stretchr/testify/require/require.go +++ b/vendor/github.com/stretchr/testify/require/require.go @@ -280,6 +280,36 @@ func ErrorAsf(t TestingT, err error, target interface{}, msg string, args ...int t.FailNow() } +// ErrorContains asserts that a function returned an error (i.e. not `nil`) +// and that the error contains the specified substring. +// +// actualObj, err := SomeFunction() +// assert.ErrorContains(t, err, expectedErrorSubString) +func ErrorContains(t TestingT, theError error, contains string, msgAndArgs ...interface{}) { + if h, ok := t.(tHelper); ok { + h.Helper() + } + if assert.ErrorContains(t, theError, contains, msgAndArgs...) { + return + } + t.FailNow() +} + +// ErrorContainsf asserts that a function returned an error (i.e. not `nil`) +// and that the error contains the specified substring. +// +// actualObj, err := SomeFunction() +// assert.ErrorContainsf(t, err, expectedErrorSubString, "error message %s", "formatted") +func ErrorContainsf(t TestingT, theError error, contains string, msg string, args ...interface{}) { + if h, ok := t.(tHelper); ok { + h.Helper() + } + if assert.ErrorContainsf(t, theError, contains, msg, args...) { + return + } + t.FailNow() +} + // ErrorIs asserts that at least one of the errors in err's chain matches target. // This is a wrapper for errors.Is. func ErrorIs(t TestingT, err error, target error, msgAndArgs ...interface{}) { diff --git a/vendor/github.com/stretchr/testify/require/require_forward.go b/vendor/github.com/stretchr/testify/require/require_forward.go index ed54a9d83..5bb07c89c 100644 --- a/vendor/github.com/stretchr/testify/require/require_forward.go +++ b/vendor/github.com/stretchr/testify/require/require_forward.go @@ -223,6 +223,30 @@ func (a *Assertions) ErrorAsf(err error, target interface{}, msg string, args .. ErrorAsf(a.t, err, target, msg, args...) } +// ErrorContains asserts that a function returned an error (i.e. not `nil`) +// and that the error contains the specified substring. +// +// actualObj, err := SomeFunction() +// a.ErrorContains(err, expectedErrorSubString) +func (a *Assertions) ErrorContains(theError error, contains string, msgAndArgs ...interface{}) { + if h, ok := a.t.(tHelper); ok { + h.Helper() + } + ErrorContains(a.t, theError, contains, msgAndArgs...) +} + +// ErrorContainsf asserts that a function returned an error (i.e. not `nil`) +// and that the error contains the specified substring. +// +// actualObj, err := SomeFunction() +// a.ErrorContainsf(err, expectedErrorSubString, "error message %s", "formatted") +func (a *Assertions) ErrorContainsf(theError error, contains string, msg string, args ...interface{}) { + if h, ok := a.t.(tHelper); ok { + h.Helper() + } + ErrorContainsf(a.t, theError, contains, msg, args...) +} + // ErrorIs asserts that at least one of the errors in err's chain matches target. // This is a wrapper for errors.Is. func (a *Assertions) ErrorIs(err error, target error, msgAndArgs ...interface{}) { diff --git a/vendor/github.com/tommy-muehle/go-mnd/v2/.editorconfig b/vendor/github.com/tommy-muehle/go-mnd/v2/.editorconfig deleted file mode 100644 index fe2c20fb0..000000000 --- a/vendor/github.com/tommy-muehle/go-mnd/v2/.editorconfig +++ /dev/null @@ -1,21 +0,0 @@ -root = true - -[*] -charset = utf-8 -indent_size = 4 -indent_style = space -end_of_line = lf -insert_final_newline = true -trim_trailing_whitespace = true - -[*.md] -trim_trailing_whitespace = false - -[*.json] -indent_size = 2 - -[*.{yaml,yml}] -indent_size = 2 - -[Makefile] -indent_style = tab diff --git a/vendor/github.com/tommy-muehle/go-mnd/v2/.gitignore b/vendor/github.com/tommy-muehle/go-mnd/v2/.gitignore deleted file mode 100644 index abc11b330..000000000 --- a/vendor/github.com/tommy-muehle/go-mnd/v2/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -build/ -dist/ -coverage.txt diff --git a/vendor/github.com/tommy-muehle/go-mnd/v2/analyzer.go b/vendor/github.com/tommy-muehle/go-mnd/v2/analyzer.go deleted file mode 100644 index bf658f42d..000000000 --- a/vendor/github.com/tommy-muehle/go-mnd/v2/analyzer.go +++ /dev/null @@ -1,118 +0,0 @@ -package magic_numbers - -import ( - "flag" - "go/ast" - "strings" - - "github.com/tommy-muehle/go-mnd/v2/checks" - "github.com/tommy-muehle/go-mnd/v2/config" - - "golang.org/x/tools/go/analysis" - "golang.org/x/tools/go/analysis/passes/inspect" - "golang.org/x/tools/go/ast/inspector" -) - -const Doc = `magic number detector` - -var Analyzer = &analysis.Analyzer{ - Name: "mnd", - Doc: Doc, - Run: run, - Flags: options(), - Requires: []*analysis.Analyzer{inspect.Analyzer}, - RunDespiteErrors: true, -} - -type Checker interface { - NodeFilter() []ast.Node - Check(n ast.Node) -} - -func options() flag.FlagSet { - options := flag.NewFlagSet("", flag.ExitOnError) - options.String("excludes", "", "deprecated: use ignored-files instead") - options.String("ignored-files", "", "comma separated list of file patterns to exclude from analysis") - options.String("ignored-functions", "", "comma separated list of function patterns to exclude from analysis") - options.String("ignored-numbers", "", "comma separated list of numbers to exclude from analysis") - options.String( - "checks", - checks.ArgumentCheck+","+ - checks.CaseCheck+","+ - checks.ConditionCheck+","+ - checks.OperationCheck+","+ - checks.ReturnCheck+","+ - checks.AssignCheck, - "comma separated list of checks", - ) - - return *options -} - -func run(pass *analysis.Pass) (interface{}, error) { - var ignoredFiles string - - ignoredFiles = strings.Join( - []string{ - pass.Analyzer.Flags.Lookup("excludes").Value.String(), // is deprecated - pass.Analyzer.Flags.Lookup("ignored-files").Value.String(), - }, - ",", - ) - - if ignoredFiles == "," { - ignoredFiles = "" - } - - conf := config.WithOptions( - config.WithCustomChecks(pass.Analyzer.Flags.Lookup("checks").Value.String()), - config.WithIgnoredFiles(ignoredFiles), - config.WithIgnoredFunctions(pass.Analyzer.Flags.Lookup("ignored-functions").Value.String()), - config.WithIgnoredNumbers(pass.Analyzer.Flags.Lookup("ignored-numbers").Value.String()), - ) - - var checker []Checker - if conf.IsCheckEnabled(checks.ArgumentCheck) { - checker = append(checker, checks.NewArgumentAnalyzer(pass, conf)) - } - - if conf.IsCheckEnabled(checks.CaseCheck) { - checker = append(checker, checks.NewCaseAnalyzer(pass, conf)) - } - - if conf.IsCheckEnabled(checks.ConditionCheck) { - checker = append(checker, checks.NewConditionAnalyzer(pass, conf)) - } - - if conf.IsCheckEnabled(checks.OperationCheck) { - checker = append(checker, checks.NewOperationAnalyzer(pass, conf)) - } - - if conf.IsCheckEnabled(checks.ReturnCheck) { - checker = append(checker, checks.NewReturnAnalyzer(pass, conf)) - } - - if conf.IsCheckEnabled(checks.AssignCheck) { - checker = append(checker, checks.NewAssignAnalyzer(pass, conf)) - } - - i := pass.ResultOf[inspect.Analyzer].(*inspector.Inspector) - - for _, c := range checker { - c := c - i.Preorder(c.NodeFilter(), func(node ast.Node) { - for _, exclude := range conf.IgnoredFiles { - if exclude.String() == "" { - continue - } - if exclude.MatchString(pass.Fset.Position(node.Pos()).Filename) { - return - } - } - - c.Check(node) - }) - } - - return nil, nil -} diff --git a/vendor/github.com/tommy-muehle/go-mnd/v2/checks/argument.go b/vendor/github.com/tommy-muehle/go-mnd/v2/checks/argument.go deleted file mode 100644 index df6ad676d..000000000 --- a/vendor/github.com/tommy-muehle/go-mnd/v2/checks/argument.go +++ /dev/null @@ -1,121 +0,0 @@ -package checks - -import ( - "go/ast" - "go/token" - "strconv" - "sync" - - "golang.org/x/tools/go/analysis" - - "github.com/tommy-muehle/go-mnd/v2/config" -) - -const ArgumentCheck = "argument" - -// constantDefinitions is used to save lines (by number) which contain a constant definition. -var constantDefinitions = map[string]bool{} -var mu sync.RWMutex - -type ArgumentAnalyzer struct { - config *config.Config - pass *analysis.Pass -} - -func NewArgumentAnalyzer(pass *analysis.Pass, config *config.Config) *ArgumentAnalyzer { - return &ArgumentAnalyzer{ - pass: pass, - config: config, - } -} - -func (a *ArgumentAnalyzer) NodeFilter() []ast.Node { - return []ast.Node{ - (*ast.GenDecl)(nil), - (*ast.CallExpr)(nil), - } -} - -func (a *ArgumentAnalyzer) Check(n ast.Node) { - switch expr := n.(type) { - case *ast.CallExpr: - a.checkCallExpr(expr) - case *ast.GenDecl: - if expr.Tok != token.CONST { - return - } - - for _, x := range expr.Specs { - pos := a.pass.Fset.Position(x.Pos()) - - mu.Lock() - constantDefinitions[pos.Filename+":"+strconv.Itoa(pos.Line)] = true - mu.Unlock() - } - } -} - -func (a *ArgumentAnalyzer) checkCallExpr(expr *ast.CallExpr) { - pos := a.pass.Fset.Position(expr.Pos()) - - mu.RLock() - ok := constantDefinitions[pos.Filename+":"+strconv.Itoa(pos.Line)] - mu.RUnlock() - - if ok { - return - } - - switch f := expr.Fun.(type) { - case *ast.SelectorExpr: - switch prefix := f.X.(type) { - case *ast.Ident: - if a.config.IsIgnoredFunction(prefix.Name + "." + f.Sel.Name) { - return - } - } - } - - for i, arg := range expr.Args { - switch x := arg.(type) { - case *ast.BasicLit: - if !a.isMagicNumber(x) { - continue - } - // If it's a magic number and has no previous element, report it - if i == 0 { - a.pass.Reportf(x.Pos(), reportMsg, x.Value, ArgumentCheck) - } else { - // Otherwise check all args - switch expr.Args[i].(type) { - case *ast.BasicLit: - if a.isMagicNumber(x) { - a.pass.Reportf(x.Pos(), reportMsg, x.Value, ArgumentCheck) - } - } - } - case *ast.BinaryExpr: - a.checkBinaryExpr(x) - } - } -} - -func (a *ArgumentAnalyzer) checkBinaryExpr(expr *ast.BinaryExpr) { - switch x := expr.X.(type) { - case *ast.BasicLit: - if a.isMagicNumber(x) { - a.pass.Reportf(x.Pos(), reportMsg, x.Value, ArgumentCheck) - } - } - - switch y := expr.Y.(type) { - case *ast.BasicLit: - if a.isMagicNumber(y) { - a.pass.Reportf(y.Pos(), reportMsg, y.Value, ArgumentCheck) - } - } -} - -func (a *ArgumentAnalyzer) isMagicNumber(l *ast.BasicLit) bool { - return (l.Kind == token.FLOAT || l.Kind == token.INT) && !a.config.IsIgnoredNumber(l.Value) -} diff --git a/vendor/github.com/tommy-muehle/go-mnd/v2/checks/assign.go b/vendor/github.com/tommy-muehle/go-mnd/v2/checks/assign.go deleted file mode 100644 index f930d0880..000000000 --- a/vendor/github.com/tommy-muehle/go-mnd/v2/checks/assign.go +++ /dev/null @@ -1,86 +0,0 @@ -package checks - -import ( - "go/ast" - "go/token" - - "golang.org/x/tools/go/analysis" - - config "github.com/tommy-muehle/go-mnd/v2/config" -) - -const AssignCheck = "assign" - -type AssignAnalyzer struct { - pass *analysis.Pass - config *config.Config -} - -func NewAssignAnalyzer(pass *analysis.Pass, config *config.Config) *AssignAnalyzer { - return &AssignAnalyzer{ - pass: pass, - config: config, - } -} - -func (a *AssignAnalyzer) NodeFilter() []ast.Node { - return []ast.Node{ - (*ast.KeyValueExpr)(nil), - (*ast.AssignStmt)(nil), - } -} - -func (a *AssignAnalyzer) Check(n ast.Node) { - switch expr := n.(type) { - case *ast.KeyValueExpr: - switch x := expr.Value.(type) { - case *ast.BasicLit: - if a.isMagicNumber(x) { - a.pass.Reportf(x.Pos(), reportMsg, x.Value, AssignCheck) - } - case *ast.BinaryExpr: - a.checkBinaryExpr(x) - } - case *ast.AssignStmt: - for _, e := range expr.Rhs { - switch y := e.(type) { - case *ast.UnaryExpr: - a.checkUnaryExpr(y) - case *ast.BinaryExpr: - switch x := y.Y.(type) { - case *ast.UnaryExpr: - a.checkUnaryExpr(x) - } - } - } - } -} - -func (a *AssignAnalyzer) checkUnaryExpr(expr *ast.UnaryExpr) { - switch x := expr.X.(type) { - case *ast.BasicLit: - if a.isMagicNumber(x) { - a.pass.Reportf(x.Pos(), reportMsg, x.Value, AssignCheck) - } - } -} - -func (a *AssignAnalyzer) checkBinaryExpr(expr *ast.BinaryExpr) { - switch x := expr.X.(type) { - case *ast.BasicLit: - if a.isMagicNumber(x) { - a.pass.Reportf(x.Pos(), reportMsg, x.Value, AssignCheck) - } - } - - switch y := expr.Y.(type) { - case *ast.BasicLit: - if a.isMagicNumber(y) { - a.pass.Reportf(y.Pos(), reportMsg, y.Value, AssignCheck) - } - } -} - -func (a *AssignAnalyzer) isMagicNumber(l *ast.BasicLit) bool { - return (l.Kind == token.FLOAT || l.Kind == token.INT) && !a.config.IsIgnoredNumber(l.Value) -} diff --git a/vendor/github.com/tommy-muehle/go-mnd/v2/checks/operation.go b/vendor/github.com/tommy-muehle/go-mnd/v2/checks/operation.go deleted file mode 100644 index ddf3a0363..000000000 --- a/vendor/github.com/tommy-muehle/go-mnd/v2/checks/operation.go +++ /dev/null @@ -1,77 +0,0 @@ -package checks - -import ( - "go/ast" - "go/token" - - "golang.org/x/tools/go/analysis" - - config "github.com/tommy-muehle/go-mnd/v2/config" -) - -const OperationCheck = "operation" - -type OperationAnalyzer struct { - pass *analysis.Pass - config *config.Config -} - -func NewOperationAnalyzer(pass *analysis.Pass, config *config.Config) *OperationAnalyzer { - return &OperationAnalyzer{ - pass: pass, - config: config, - } -} - -func (a *OperationAnalyzer) NodeFilter() []ast.Node { - return []ast.Node{ - (*ast.AssignStmt)(nil), - (*ast.ParenExpr)(nil), - } -} - -func (a *OperationAnalyzer) Check(n ast.Node) { - switch expr := n.(type) { - case *ast.ParenExpr: - switch x := expr.X.(type) { - case *ast.BinaryExpr: - a.checkBinaryExpr(x) - } - case *ast.AssignStmt: - for _, y := range expr.Rhs { - switch x := y.(type) { - case *ast.BinaryExpr: - switch xExpr := x.X.(type) { - case *ast.BinaryExpr: - a.checkBinaryExpr(xExpr) - } - switch yExpr := x.Y.(type) { - case *ast.BinaryExpr: - a.checkBinaryExpr(yExpr) - } - - a.checkBinaryExpr(x) - } - } - } -} - -func (a *OperationAnalyzer) checkBinaryExpr(expr *ast.BinaryExpr) { - switch x := expr.X.(type) { - case *ast.BasicLit: - if a.isMagicNumber(x) { - a.pass.Reportf(x.Pos(), reportMsg, x.Value, OperationCheck) - } - } - - switch y := expr.Y.(type) { - case *ast.BasicLit: - if a.isMagicNumber(y) { - a.pass.Reportf(y.Pos(), reportMsg, y.Value, OperationCheck) - } - } -} - -func (a *OperationAnalyzer) isMagicNumber(l *ast.BasicLit) bool { - return (l.Kind == token.FLOAT || l.Kind == token.INT) && !a.config.IsIgnoredNumber(l.Value) -} diff --git a/vendor/github.com/tommy-muehle/go-mnd/v2/checks/return.go b/vendor/github.com/tommy-muehle/go-mnd/v2/checks/return.go deleted file mode 100644 index bc53940c7..000000000 --- a/vendor/github.com/tommy-muehle/go-mnd/v2/checks/return.go +++ /dev/null @@ -1,68 +0,0 @@ -package checks - -import ( - "go/ast" - "go/token" - - "golang.org/x/tools/go/analysis" - - config "github.com/tommy-muehle/go-mnd/v2/config" -) - -const ReturnCheck = "return" - -type ReturnAnalyzer struct { - pass *analysis.Pass - config *config.Config -} - -func NewReturnAnalyzer(pass *analysis.Pass, config *config.Config) *ReturnAnalyzer { - return &ReturnAnalyzer{ - pass: pass, - config: config, - } -} - -func (a *ReturnAnalyzer) NodeFilter() []ast.Node { - return []ast.Node{ - (*ast.ReturnStmt)(nil), - } -} - -func (a *ReturnAnalyzer) Check(n ast.Node) { - stmt, ok := n.(*ast.ReturnStmt) - if !ok { - return - } - - for _, expr := range stmt.Results { - switch x := expr.(type) { - case *ast.BasicLit: - if a.isMagicNumber(x) { - a.pass.Reportf(x.Pos(), reportMsg, x.Value, ReturnCheck) - } - case *ast.BinaryExpr: - a.checkBinaryExpr(x) - } - } -} - -func (a *ReturnAnalyzer) checkBinaryExpr(expr *ast.BinaryExpr) { - switch x := expr.X.(type) { - case *ast.BasicLit: - if a.isMagicNumber(x) { - a.pass.Reportf(x.Pos(), reportMsg, x.Value, ReturnCheck) - } - } - - switch y := expr.Y.(type) { - case *ast.BasicLit: - if a.isMagicNumber(y) { - a.pass.Reportf(y.Pos(), reportMsg, y.Value, ReturnCheck) - } - } -} - -func (a *ReturnAnalyzer) isMagicNumber(l *ast.BasicLit) bool { - return (l.Kind == token.FLOAT || l.Kind == token.INT) && !a.config.IsIgnoredNumber(l.Value) -} diff --git a/vendor/github.com/tommy-muehle/go-mnd/v2/config/config.go b/vendor/github.com/tommy-muehle/go-mnd/v2/config/config.go deleted file mode 100644 index a4681e37d..000000000 --- a/vendor/github.com/tommy-muehle/go-mnd/v2/config/config.go +++ /dev/null @@ -1,118 +0,0 @@ -package config - -import ( - "regexp" - "strings" -) - -type Config struct { - Checks map[string]bool - IgnoredNumbers map[string]struct{} - IgnoredFunctions []*regexp.Regexp - IgnoredFiles []*regexp.Regexp -} - -type Option func(config *Config) - -func DefaultConfig() *Config { - return &Config{ - Checks: map[string]bool{}, - IgnoredNumbers: map[string]struct{}{ - "0": {}, - "0.0": {}, - "1": {}, - "1.0": {}, - }, - IgnoredFiles: []*regexp.Regexp{ - regexp.MustCompile(`_test.go`), - }, - IgnoredFunctions: []*regexp.Regexp{ - regexp.MustCompile(`time.Date`), - }, - } -} - -func WithOptions(options ...Option) *Config { - c := DefaultConfig() - - for _, option := range options { - option(c) - } - - return c -} - -func WithIgnoredFunctions(excludes string) Option { - return func(config *Config) { - if excludes == "" { - return - } - - for _, exclude := range strings.Split(excludes, ",") { - config.IgnoredFunctions = append(config.IgnoredFunctions, regexp.MustCompile(exclude)) - } - } -} - -func WithIgnoredFiles(excludes string) Option { - return func(config *Config) { - if excludes == "" { - return - } - - for _, exclude := range strings.Split(excludes, ",") { - config.IgnoredFiles = append(config.IgnoredFiles, regexp.MustCompile(exclude)) - } - } -} - -func WithIgnoredNumbers(numbers string) Option { - return func(config *Config) { - if numbers == "" { - return - } - - for _, number := range strings.Split(numbers, ",") { - config.IgnoredNumbers[config.removeDigitSeparator(number)] = struct{}{} - } - } -} - -func WithCustomChecks(checks string) Option { - return func(config *Config) { - if checks == "" { - return - } - - for name, _ := range config.Checks { - config.Checks[name] = false - } - - for _, name := range strings.Split(checks, ",") { - config.Checks[name] = true - } - } -} - -func (c *Config) IsCheckEnabled(name string) bool { - return c.Checks[name] -} - -func (c *Config) IsIgnoredNumber(number string) bool { - _, ok := c.IgnoredNumbers[c.removeDigitSeparator(number)] - return ok -} - -func (c *Config) IsIgnoredFunction(f string) bool { - for _, pattern := range c.IgnoredFunctions { - if pattern.MatchString(f) { - return true - } - } - - return false -} - -func (c *Config) removeDigitSeparator(number string) string { - return strings.Replace(number, "_", "", -1) -} diff --git a/vendor/github.com/vbauerster/mpb/v7/bar.go b/vendor/github.com/vbauerster/mpb/v7/bar.go index 646cb471a..4991f4f15 100644 --- a/vendor/github.com/vbauerster/mpb/v7/bar.go +++ b/vendor/github.com/vbauerster/mpb/v7/bar.go @@ -17,31 +17,21 @@ import ( // Bar represents a progress bar. type Bar struct { - priority int // used by heap - index int // used by heap - - toShutdown bool - toDrop bool - noPop bool - hasEwmaDecorators bool - operateState chan func(*bState) - frameCh chan *frame - - // cancel is called either by user or on complete event - cancel func() - // done is closed after cacheState is assigned - done chan struct{} - // cacheState is populated, right after close(b.done) - cacheState *bState - + index int // used by heap + priority int // used by heap + hasEwma bool + frameCh chan *renderFrame + operateState chan func(*bState) + done chan struct{} container *Progress + bs *bState + cancel func() recoveredPanic interface{} } type extenderFunc func(in io.Reader, reqWidth int, st decor.Statistics) (out io.Reader, lines int) -// bState is actual bar state. It gets passed to *Bar.serve(...) monitor -// goroutine. +// bState is actual bar's state. type bState struct { id int priority int @@ -52,7 +42,6 @@ type bState struct { lastIncrement int64 trimSpace bool completed bool - completeFlushed bool aborted bool triggerComplete bool dropOnComplete bool @@ -66,29 +55,28 @@ type bState struct { filler BarFiller middleware func(BarFiller) BarFiller extender extenderFunc + debugOut io.Writer - // runningBar is a key for *pState.parkedBars - runningBar *Bar - - debugOut io.Writer + afterBar *Bar // key for (*pState).queueBars + sync bool } -type frame struct { - reader io.Reader - lines int +type renderFrame struct { + reader io.Reader + lines int + shutdown bool } func newBar(container *Progress, bs *bState) *Bar { ctx, cancel := context.WithCancel(container.ctx) bar := &Bar{ - container: container, priority: bs.priority, - toDrop: bs.dropOnComplete, - noPop: bs.noPop, + hasEwma: len(bs.ewmaDecorators) != 0, + frameCh: make(chan *renderFrame, 1), operateState: make(chan func(*bState)), - frameCh: make(chan *frame, 1), done: make(chan struct{}), + container: container, cancel: cancel, } @@ -97,12 +85,20 @@ func newBar(container *Progress, bs *bState) *Bar { } // ProxyReader wraps r with metrics required for progress tracking. -// Panics if r is nil. +// If r is 'unknown total/size' reader it's mandatory to call +// (*Bar).SetTotal(-1, true) method after (Reader).Read returns io.EOF. +// Panics if r is nil. If bar is already completed or aborted, returns +// nil. func (b *Bar) ProxyReader(r io.Reader) io.ReadCloser { if r == nil { panic("expected non nil io.Reader") } - return b.newProxyReader(r) + select { + case <-b.done: + return nil + default: + return b.newProxyReader(r) + } } // ID returs id of the bar. @@ -112,18 +108,18 @@ func (b *Bar) ID() int { case b.operateState <- func(s *bState) { result <- s.id }: return <-result case <-b.done: - return b.cacheState.id + return b.bs.id } } -// Current returns bar's current number, in other words sum of all increments. +// Current returns bar's current value, in other words sum of all increments. func (b *Bar) Current() int64 { result := make(chan int64) select { case b.operateState <- func(s *bState) { result <- s.current }: return <-result case <-b.done: - return b.cacheState.current + return b.bs.current } } @@ -142,7 +138,7 @@ func (b *Bar) SetRefill(amount int64) { // TraverseDecorators traverses all available decorators and calls cb func on each. func (b *Bar) TraverseDecorators(cb func(decor.Decorator)) { - done := make(chan struct{}) + sync := make(chan struct{}) select { case b.operateState <- func(s *bState) { for _, decorators := range [...][]decor.Decorator{ @@ -153,28 +149,56 @@ func (b *Bar) TraverseDecorators(cb func(decor.Decorator)) { cb(extractBaseDecorator(d)) } } - close(done) + close(sync) }: - <-done + <-sync case <-b.done: } } -// SetTotal sets total dynamically. -// If total is negative it takes progress' current value. -func (b *Bar) SetTotal(total int64, triggerComplete bool) { +// EnableTriggerComplete enables triggering complete event. It's +// effective only for bar which was constructed with `total <= 0` and +// after total has been set with (*Bar).SetTotal(int64, false). If bar +// has been incremented to the total, complete event is triggered right +// away. +func (b *Bar) EnableTriggerComplete() { select { case b.operateState <- func(s *bState) { - s.triggerComplete = triggerComplete + if s.triggerComplete || s.total <= 0 { + return + } + if s.current >= s.total { + s.current = s.total + s.completed = true + go b.forceRefresh() + } else { + s.triggerComplete = true + } + }: + case <-b.done: + } +} + +// SetTotal sets total to an arbitrary value. It's effective only for +// bar which was constructed with `total <= 0`. Setting total to negative +// value is equivalent to (*Bar).SetTotal((*Bar).Current(), bool). +// If triggerCompleteNow is true, total value is set to current and +// complete event is triggered right away. +func (b *Bar) SetTotal(total int64, triggerCompleteNow bool) { + select { + case b.operateState <- func(s *bState) { + if s.triggerComplete { + return + } if total < 0 { s.total = s.current } else { s.total = total } - if s.triggerComplete && !s.completed { + if triggerCompleteNow { s.current = s.total s.completed = true - go b.forceRefreshIfLastUncompleted() + go b.forceRefresh() } }: case <-b.done: @@ -191,7 +215,7 @@ func (b *Bar) SetCurrent(current int64) { if s.triggerComplete && s.current >= s.total { s.current = s.total s.completed = true - go b.forceRefreshIfLastUncompleted() + go b.forceRefresh() } }: case <-b.done: @@ -220,7 +244,7 @@ func (b *Bar) IncrInt64(n int64) { if s.triggerComplete && s.current >= s.total { s.current = s.total s.completed = true - go b.forceRefreshIfLastUncompleted() + go b.forceRefresh() } }: case <-b.done: @@ -242,9 +266,9 @@ func (b *Bar) DecoratorEwmaUpdate(dur time.Duration) { } }: case <-b.done: - if b.cacheState.lastIncrement > 0 { - b.cacheState.decoratorEwmaUpdate(dur) - b.cacheState.lastIncrement = 0 + if b.bs.lastIncrement > 0 { + b.bs.decoratorEwmaUpdate(dur) + b.bs.lastIncrement = 0 } } } @@ -270,44 +294,33 @@ func (b *Bar) SetPriority(priority int) { // Abort interrupts bar's running goroutine. Abort won't be engaged // if bar is already in complete state. If drop is true bar will be -// removed as well. +// removed as well. To make sure that bar has been removed call +// (*Bar).Wait method. func (b *Bar) Abort(drop bool) { - done := make(chan struct{}) select { case b.operateState <- func(s *bState) { - if s.completed { - close(done) + if s.completed || s.aborted { return } s.aborted = true - b.cancel() - // container must be run during lifetime of this inner goroutine - // we control this by done channel declared above - go func() { - if drop { - b.container.dropBar(b) - } else { - var uncompleted int - b.container.traverseBars(func(bar *Bar) bool { - if b != bar && !bar.Completed() { - uncompleted++ - return false - } - return true - }) - if uncompleted == 0 { - b.container.refreshCh <- time.Now() - } - } - close(done) // release hold of Abort - }() + s.dropOnComplete = drop + go b.forceRefresh() }: - // guarantee: container is alive during lifetime of this hold - <-done case <-b.done: } } +// Aborted reports whether the bar is in aborted state. +func (b *Bar) Aborted() bool { + result := make(chan bool) + select { + case b.operateState <- func(s *bState) { result <- s.aborted }: + return <-result + case <-b.done: + return b.bs.aborted + } +} + // Completed reports whether the bar is in completed state. func (b *Bar) Completed() bool { result := make(chan bool) @@ -315,19 +328,28 @@ func (b *Bar) Completed() bool { case b.operateState <- func(s *bState) { result <- s.completed }: return <-result case <-b.done: - return true + return b.bs.completed } } -func (b *Bar) serve(ctx context.Context, s *bState) { +// Wait blocks until bar is completed or aborted. +func (b *Bar) Wait() { + <-b.done +} + +func (b *Bar) serve(ctx context.Context, bs *bState) { defer b.container.bwg.Done() + if bs.afterBar != nil && bs.sync { + bs.afterBar.Wait() + } for { select { case op := <-b.operateState: - op(s) + op(bs) case <-ctx.Done(): - s.decoratorShutdownNotify() - b.cacheState = s + bs.aborted = !bs.completed + bs.decoratorShutdownNotify() + b.bs = bs close(b.done) return } @@ -337,79 +359,62 @@ func (b *Bar) serve(ctx context.Context, s *bState) { func (b *Bar) render(tw int) { select { case b.operateState <- func(s *bState) { + var reader io.Reader + var lines int stat := newStatistics(tw, s) defer func() { // recovering if user defined decorator panics for example if p := recover(); p != nil { - if b.recoveredPanic == nil { - if s.debugOut != nil { - fmt.Fprintln(s.debugOut, p) - _, _ = s.debugOut.Write(debug.Stack()) - } - s.extender = makePanicExtender(p) - b.toShutdown = !b.toShutdown - b.recoveredPanic = p + if s.debugOut != nil { + fmt.Fprintln(s.debugOut, p) + _, _ = s.debugOut.Write(debug.Stack()) } - reader, lines := s.extender(nil, s.reqWidth, stat) - b.frameCh <- &frame{reader, lines + 1} + s.aborted = !s.completed + s.extender = makePanicExtender(p) + reader, lines = s.extender(nil, s.reqWidth, stat) + b.recoveredPanic = p } - s.completeFlushed = s.completed + frame := renderFrame{ + reader: reader, + lines: lines + 1, + shutdown: s.completed || s.aborted, + } + if frame.shutdown { + b.cancel() + } + b.frameCh <- &frame }() - reader, lines := s.extender(s.draw(stat), s.reqWidth, stat) - b.toShutdown = s.completed && !s.completeFlushed - b.frameCh <- &frame{reader, lines + 1} - }: - case <-b.done: - s := b.cacheState - stat := newStatistics(tw, s) - var r io.Reader if b.recoveredPanic == nil { - r = s.draw(stat) + reader = s.draw(stat) } - reader, lines := s.extender(r, s.reqWidth, stat) - b.frameCh <- &frame{reader, lines + 1} - } -} - -func (b *Bar) subscribeDecorators() { - var averageDecorators []decor.AverageDecorator - var ewmaDecorators []decor.EwmaDecorator - var shutdownListeners []decor.ShutdownListener - b.TraverseDecorators(func(d decor.Decorator) { - if d, ok := d.(decor.AverageDecorator); ok { - averageDecorators = append(averageDecorators, d) - } - if d, ok := d.(decor.EwmaDecorator); ok { - ewmaDecorators = append(ewmaDecorators, d) - } - if d, ok := d.(decor.ShutdownListener); ok { - shutdownListeners = append(shutdownListeners, d) - } - }) - b.hasEwmaDecorators = len(ewmaDecorators) != 0 - select { - case b.operateState <- func(s *bState) { - s.averageDecorators = averageDecorators - s.ewmaDecorators = ewmaDecorators - s.shutdownListeners = shutdownListeners + reader, lines = s.extender(reader, s.reqWidth, stat) }: case <-b.done: + var reader io.Reader + var lines int + stat, s := newStatistics(tw, b.bs), b.bs + if b.recoveredPanic == nil { + reader = s.draw(stat) + } + reader, lines = s.extender(reader, s.reqWidth, stat) + b.frameCh <- &renderFrame{ + reader: reader, + lines: lines + 1, + } } } -func (b *Bar) forceRefreshIfLastUncompleted() { - var uncompleted int +func (b *Bar) forceRefresh() { + var anyOtherRunning bool b.container.traverseBars(func(bar *Bar) bool { - if b != bar && !bar.Completed() { - uncompleted++ - return false - } - return true + anyOtherRunning = b != bar && bar.isRunning() + return !anyOtherRunning }) - if uncompleted == 0 { + if !anyOtherRunning { for { select { case b.container.refreshCh <- time.Now(): + time.Sleep(prr) case <-b.done: return } @@ -417,13 +422,25 @@ func (b *Bar) forceRefreshIfLastUncompleted() { } } +func (b *Bar) isRunning() bool { + result := make(chan bool) + select { + case b.operateState <- func(s *bState) { + result <- !s.completed && !s.aborted + }: + return <-result + case <-b.done: + return false + } +} + func (b *Bar) wSyncTable() [][]chan int { result := make(chan [][]chan int) select { case b.operateState <- func(s *bState) { result <- s.wSyncTable() }: return <-result case <-b.done: - return b.cacheState.wSyncTable() + return b.bs.wSyncTable() } } @@ -487,6 +504,26 @@ func (s *bState) wSyncTable() [][]chan int { return table } +func (s *bState) subscribeDecorators() { + for _, decorators := range [...][]decor.Decorator{ + s.pDecorators, + s.aDecorators, + } { + for _, d := range decorators { + d = extractBaseDecorator(d) + if d, ok := d.(decor.AverageDecorator); ok { + s.averageDecorators = append(s.averageDecorators, d) + } + if d, ok := d.(decor.EwmaDecorator); ok { + s.ewmaDecorators = append(s.ewmaDecorators, d) + } + if d, ok := d.(decor.ShutdownListener); ok { + s.shutdownListeners = append(s.shutdownListeners, d) + } + } + } +} + func (s bState) decoratorEwmaUpdate(dur time.Duration) { wg := new(sync.WaitGroup) for i := 0; i < len(s.ewmaDecorators); i++ { @@ -540,12 +577,12 @@ func (s bState) decoratorShutdownNotify() { func newStatistics(tw int, s *bState) decor.Statistics { return decor.Statistics{ - ID: s.id, AvailableWidth: tw, + ID: s.id, Total: s.total, Current: s.current, Refill: s.refill, - Completed: s.completeFlushed, + Completed: s.completed, Aborted: s.aborted, } } diff --git a/vendor/github.com/vbauerster/mpb/v7/bar_filler_bar.go b/vendor/github.com/vbauerster/mpb/v7/bar_filler_bar.go index 54b7bfd6f..d8bf90a4a 100644 --- a/vendor/github.com/vbauerster/mpb/v7/bar_filler_bar.go +++ b/vendor/github.com/vbauerster/mpb/v7/bar_filler_bar.go @@ -157,9 +157,8 @@ func (s *bFiller) Fill(w io.Writer, width int, stat decor.Statistics) { return } - ow := optimisticWriter(w) - ow(s.components[iLbound].bytes) - defer ow(s.components[iRbound].bytes) + mustWrite(w, s.components[iLbound].bytes) + defer mustWrite(w, s.components[iRbound].bytes) if width == 0 { return @@ -231,26 +230,24 @@ func (s *bFiller) Fill(w io.Writer, width int, stat decor.Statistics) { } if s.rev { - flush(ow, padding, filling) + flush(w, padding, filling) } else { - flush(ow, filling, padding) + flush(w, filling, padding) } } -func flush(ow func([]byte), filling, padding [][]byte) { +func flush(w io.Writer, filling, padding [][]byte) { for i := len(filling) - 1; i >= 0; i-- { - ow(filling[i]) + mustWrite(w, filling[i]) } for i := 0; i < len(padding); i++ { - ow(padding[i]) + mustWrite(w, padding[i]) } } -func optimisticWriter(w io.Writer) func([]byte) { - return func(p []byte) { - _, err := w.Write(p) - if err != nil { - panic(err) - } +func mustWrite(w io.Writer, p []byte) { + _, err := w.Write(p) + if err != nil { + panic(err) } } diff --git a/vendor/github.com/vbauerster/mpb/v7/decor/optimistic_string_writer.go b/vendor/github.com/vbauerster/mpb/v7/decor/optimistic_string_writer.go index ea9fda79d..c6a34384e 100644 --- a/vendor/github.com/vbauerster/mpb/v7/decor/optimistic_string_writer.go +++ b/vendor/github.com/vbauerster/mpb/v7/decor/optimistic_string_writer.go @@ -2,11 +2,9 @@ package decor import "io" -func optimisticStringWriter(w io.Writer) func(string) { - return func(s string) { - _, err := io.WriteString(w, s) - if err != nil { - panic(err) - } +func mustWriteString(w io.Writer, s string) { + _, err := io.WriteString(w, s) + if err != nil { + panic(err) } } diff --git a/vendor/github.com/vbauerster/mpb/v7/decor/percentage.go b/vendor/github.com/vbauerster/mpb/v7/decor/percentage.go index 6e7f5c6ed..e72668993 100644 --- a/vendor/github.com/vbauerster/mpb/v7/decor/percentage.go +++ b/vendor/github.com/vbauerster/mpb/v7/decor/percentage.go @@ -23,12 +23,11 @@ func (s percentageType) Format(st fmt.State, verb rune) { } } - osw := optimisticStringWriter(st) - osw(strconv.FormatFloat(float64(s), 'f', prec, 64)) + mustWriteString(st, strconv.FormatFloat(float64(s), 'f', prec, 64)) if st.Flag(' ') { - osw(" ") + mustWriteString(st, " ") } - osw("%") + mustWriteString(st, "%") } // Percentage returns percentage decorator. It's a wrapper of NewPercentage. diff --git a/vendor/github.com/vbauerster/mpb/v7/decor/size_type.go b/vendor/github.com/vbauerster/mpb/v7/decor/size_type.go index 12879b8f1..09ecc23f8 100644 --- a/vendor/github.com/vbauerster/mpb/v7/decor/size_type.go +++ b/vendor/github.com/vbauerster/mpb/v7/decor/size_type.go @@ -49,12 +49,11 @@ func (self SizeB1024) Format(st fmt.State, verb rune) { unit = _iTiB } - osw := optimisticStringWriter(st) - osw(strconv.FormatFloat(float64(self)/float64(unit), 'f', prec, 64)) + mustWriteString(st, strconv.FormatFloat(float64(self)/float64(unit), 'f', prec, 64)) if st.Flag(' ') { - osw(" ") + mustWriteString(st, " ") } - osw(unit.String()) + mustWriteString(st, unit.String()) } const ( @@ -98,10 +97,9 @@ func (self SizeB1000) Format(st fmt.State, verb rune) { unit = _TB } - osw := optimisticStringWriter(st) - osw(strconv.FormatFloat(float64(self)/float64(unit), 'f', prec, 64)) + mustWriteString(st, strconv.FormatFloat(float64(self)/float64(unit), 'f', prec, 64)) if st.Flag(' ') { - osw(" ") + mustWriteString(st, " ") } - osw(unit.String()) + mustWriteString(st, unit.String()) } diff --git a/vendor/github.com/vbauerster/mpb/v7/decor/speed.go b/vendor/github.com/vbauerster/mpb/v7/decor/speed.go index 99cfde2bf..f052352fc 100644 --- a/vendor/github.com/vbauerster/mpb/v7/decor/speed.go +++ b/vendor/github.com/vbauerster/mpb/v7/decor/speed.go @@ -23,7 +23,7 @@ type speedFormatter struct { func (self *speedFormatter) Format(st fmt.State, verb rune) { self.Formatter.Format(st, verb) - optimisticStringWriter(st)("/s") + mustWriteString(st, "/s") } // EwmaSpeed exponential-weighted-moving-average based speed decorator. diff --git a/vendor/github.com/vbauerster/mpb/v7/go.mod b/vendor/github.com/vbauerster/mpb/v7/go.mod deleted file mode 100644 index 8fa790dc7..000000000 --- a/vendor/github.com/vbauerster/mpb/v7/go.mod +++ /dev/null @@ -1,10 +0,0 @@ -module github.com/vbauerster/mpb/v7 - -require ( - github.com/VividCortex/ewma v1.2.0 - github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d - github.com/mattn/go-runewidth v0.0.13 - golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 -) - -go 1.14 diff --git a/vendor/github.com/vbauerster/mpb/v7/go.sum b/vendor/github.com/vbauerster/mpb/v7/go.sum deleted file mode 100644 index aebe4d9d2..000000000 --- a/vendor/github.com/vbauerster/mpb/v7/go.sum +++ /dev/null @@ -1,10 +0,0 @@ -github.com/VividCortex/ewma v1.2.0 h1:f58SaIzcDXrSy3kWaHNvuJgJ3Nmz59Zji6XoJR/q1ow= -github.com/VividCortex/ewma v1.2.0/go.mod h1:nz4BbCtbLyFDeC9SUHbtcT5644juEuWfUAUnGx7j5l4= -github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d h1:licZJFw2RwpHMqeKTCYkitsPqHNxTmd4SNR5r94FGM8= -github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d/go.mod h1:asat636LX7Bqt5lYEZ27JNDcqxfjdBQuJ/MM4CN/Lzo= -github.com/mattn/go-runewidth v0.0.13 h1:lTGmDsbAYt5DmK6OnoV7EuIF1wEIFAcxld6ypU4OSgU= -github.com/mattn/go-runewidth v0.0.13/go.mod h1:Jdepj2loyihRzMpdS35Xk/zdY8IAYHsh153qUoGf23w= -github.com/rivo/uniseg v0.2.0 h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY= -github.com/rivo/uniseg v0.2.0/go.mod h1:J6wj4VEh+S6ZtnVlnTBMWIodfgj8LQOQFoIToxlJtxc= -golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 h1:XfKQ4OlFl8okEOr5UvAqFRVj8pY/4yfcXrddB8qAbU0= -golang.org/x/sys v0.0.0-20220114195835-da31bd327af9/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= diff --git a/vendor/github.com/vbauerster/mpb/v7/progress.go b/vendor/github.com/vbauerster/mpb/v7/progress.go index 123af17cf..1d9a53e5c 100644 --- a/vendor/github.com/vbauerster/mpb/v7/progress.go +++ b/vendor/github.com/vbauerster/mpb/v7/progress.go @@ -16,12 +16,10 @@ import ( ) const ( - // default RefreshRate - prr = 150 * time.Millisecond + prr = 150 * time.Millisecond // default RefreshRate ) -// Progress represents a container that renders one or more progress -// bars. +// Progress represents a container that renders one or more progress bars. type Progress struct { ctx context.Context uwg *sync.WaitGroup @@ -33,14 +31,12 @@ type Progress struct { once sync.Once } -// pState holds bars in its priorityQueue. It gets passed to -// *Progress.serve(...) monitor goroutine. +// pState holds bars in its priorityQueue, it gets passed to (*Progress).serve monitor goroutine. type pState struct { - bHeap priorityQueue - heapUpdated bool - pMatrix map[int][]chan int - aMatrix map[int][]chan int - barShutdownQueue []*Bar + bHeap priorityQueue + heapUpdated bool + pMatrix map[int][]chan int + aMatrix map[int][]chan int // following are provided/overrided by user idCount int @@ -52,26 +48,26 @@ type pState struct { externalRefresh <-chan interface{} renderDelay <-chan struct{} shutdownNotifier chan struct{} - parkedBars map[*Bar]*Bar + queueBars map[*Bar]*Bar output io.Writer debugOut io.Writer } // New creates new Progress container instance. It's not possible to -// reuse instance after *Progress.Wait() method has been called. +// reuse instance after (*Progress).Wait method has been called. func New(options ...ContainerOption) *Progress { return NewWithContext(context.Background(), options...) } // NewWithContext creates new Progress container instance with provided -// context. It's not possible to reuse instance after *Progress.Wait() +// context. It's not possible to reuse instance after (*Progress).Wait // method has been called. func NewWithContext(ctx context.Context, options ...ContainerOption) *Progress { s := &pState{ - bHeap: priorityQueue{}, - rr: prr, - parkedBars: make(map[*Bar]*Bar), - output: os.Stdout, + bHeap: priorityQueue{}, + rr: prr, + queueBars: make(map[*Bar]*Bar), + output: os.Stdout, } for _, opt := range options { @@ -110,8 +106,8 @@ func (p *Progress) New(total int64, builder BarFillerBuilder, options ...BarOpti } // Add creates a bar which renders itself by provided filler. -// If `total <= 0` trigger complete event is disabled until reset with *bar.SetTotal(int64, bool). -// Panics if *Progress instance is done, i.e. called after *Progress.Wait(). +// If `total <= 0` triggering complete event by increment methods is disabled. +// Panics if *Progress instance is done, i.e. called after (*Progress).Wait(). func (p *Progress) Add(total int64, filler BarFiller, options ...BarOption) *Bar { if filler == nil { filler = NopStyle().Build() @@ -122,9 +118,8 @@ func (p *Progress) Add(total int64, filler BarFiller, options ...BarOption) *Bar case p.operateState <- func(ps *pState) { bs := ps.makeBarState(total, filler, options...) bar := newBar(p, bs) - if bs.runningBar != nil { - bs.runningBar.noPop = true - ps.parkedBars[bs.runningBar] = bar + if bs.afterBar != nil { + ps.queueBars[bs.afterBar] = bar } else { heap.Push(&ps.bHeap, bar) ps.heapUpdated = true @@ -133,7 +128,6 @@ func (p *Progress) Add(total int64, filler BarFiller, options ...BarOption) *Bar result <- bar }: bar := <-result - bar.subscribeDecorators() return bar case <-p.done: p.bwg.Done() @@ -141,21 +135,8 @@ func (p *Progress) Add(total int64, filler BarFiller, options ...BarOption) *Bar } } -func (p *Progress) dropBar(b *Bar) { - select { - case p.operateState <- func(s *pState) { - if b.index < 0 { - return - } - heap.Remove(&s.bHeap, b.index) - s.heapUpdated = true - }: - case <-p.done: - } -} - func (p *Progress) traverseBars(cb func(b *Bar) bool) { - done := make(chan struct{}) + sync := make(chan struct{}) select { case p.operateState <- func(s *pState) { for i := 0; i < s.bHeap.Len(); i++ { @@ -164,9 +145,9 @@ func (p *Progress) traverseBars(cb func(b *Bar) bool) { break } } - close(done) + close(sync) }: - <-done + <-sync case <-p.done: } } @@ -200,8 +181,8 @@ func (p *Progress) BarCount() int { // After this method has been called, there is no way to reuse *Progress // instance. func (p *Progress) Wait() { + // wait for user wg, if any if p.uwg != nil { - // wait for user wg p.uwg.Wait() } @@ -256,6 +237,64 @@ func (p *Progress) serve(s *pState, cw *cwriter.Writer) { } } +func (s *pState) render(cw *cwriter.Writer) error { + if s.heapUpdated { + s.updateSyncMatrix() + s.heapUpdated = false + } + syncWidth(s.pMatrix) + syncWidth(s.aMatrix) + + tw, err := cw.GetWidth() + if err != nil { + tw = s.reqWidth + } + for i := 0; i < s.bHeap.Len(); i++ { + bar := s.bHeap[i] + go bar.render(tw) + } + + return s.flush(cw) +} + +func (s *pState) flush(cw *cwriter.Writer) error { + var lines int + pool := make([]*Bar, 0, s.bHeap.Len()) + for s.bHeap.Len() > 0 { + b := heap.Pop(&s.bHeap).(*Bar) + frame := <-b.frameCh + lines += frame.lines + _, err := cw.ReadFrom(frame.reader) + if err != nil { + return err + } + if frame.shutdown { + b.Wait() // waiting for b.done, so it's safe to read b.bs + var toDrop bool + if qb, ok := s.queueBars[b]; ok { + delete(s.queueBars, b) + qb.priority = b.priority + pool = append(pool, qb) + toDrop = true + } else if s.popCompleted && !b.bs.noPop { + lines -= frame.lines + toDrop = true + } + if toDrop || b.bs.dropOnComplete { + s.heapUpdated = true + continue + } + } + pool = append(pool, b) + } + + for _, b := range pool { + heap.Push(&s.bHeap, b) + } + + return cw.Flush(lines) +} + func (s *pState) newTicker(done <-chan struct{}) chan time.Time { ch := make(chan time.Time) if s.shutdownNotifier == nil { @@ -294,78 +333,6 @@ func (s *pState) newTicker(done <-chan struct{}) chan time.Time { return ch } -func (s *pState) render(cw *cwriter.Writer) error { - if s.heapUpdated { - s.updateSyncMatrix() - s.heapUpdated = false - } - syncWidth(s.pMatrix) - syncWidth(s.aMatrix) - - tw, err := cw.GetWidth() - if err != nil { - tw = s.reqWidth - } - for i := 0; i < s.bHeap.Len(); i++ { - bar := s.bHeap[i] - go bar.render(tw) - } - - return s.flush(cw) -} - -func (s *pState) flush(cw *cwriter.Writer) error { - var totalLines int - bm := make(map[*Bar]int, s.bHeap.Len()) - for s.bHeap.Len() > 0 { - b := heap.Pop(&s.bHeap).(*Bar) - frame := <-b.frameCh - _, err := cw.ReadFrom(frame.reader) - if err != nil { - return err - } - if b.toShutdown { - if b.recoveredPanic != nil { - s.barShutdownQueue = append(s.barShutdownQueue, b) - b.toShutdown = false - } else { - // shutdown at next flush - // this ensures no bar ends up with less than 100% rendered - defer func() { - s.barShutdownQueue = append(s.barShutdownQueue, b) - }() - } - } - bm[b] = frame.lines - totalLines += frame.lines - } - - for _, b := range s.barShutdownQueue { - if parkedBar := s.parkedBars[b]; parkedBar != nil { - parkedBar.priority = b.priority - heap.Push(&s.bHeap, parkedBar) - delete(s.parkedBars, b) - b.toDrop = true - } - if s.popCompleted && !b.noPop { - totalLines -= bm[b] - b.toDrop = true - } - if b.toDrop { - delete(bm, b) - s.heapUpdated = true - } - b.cancel() - } - s.barShutdownQueue = s.barShutdownQueue[0:0] - - for b := range bm { - heap.Push(&s.bHeap, b) - } - - return cw.Flush(totalLines) -} - func (s *pState) updateSyncMatrix() { s.pMatrix = make(map[int][]chan int) s.aMatrix = make(map[int][]chan int) @@ -418,6 +385,8 @@ func (s *pState) makeBarState(total int64, filler BarFiller, options ...BarOptio bs.buffers[i] = bytes.NewBuffer(make([]byte, 0, 512)) } + bs.subscribeDecorators() + return bs } @@ -427,7 +396,7 @@ func syncWidth(matrix map[int][]chan int) { } } -var maxWidthDistributor = func(column []chan int) { +func maxWidthDistributor(column []chan int) { var maxWidth int for _, ch := range column { if w := <-ch; w > maxWidth { diff --git a/vendor/github.com/vbauerster/mpb/v7/proxyreader.go b/vendor/github.com/vbauerster/mpb/v7/proxyreader.go index 25f195bb8..b0dd89d45 100644 --- a/vendor/github.com/vbauerster/mpb/v7/proxyreader.go +++ b/vendor/github.com/vbauerster/mpb/v7/proxyreader.go @@ -14,9 +14,6 @@ type proxyReader struct { func (x proxyReader) Read(p []byte) (int, error) { n, err := x.ReadCloser.Read(p) x.bar.IncrBy(n) - if err == io.EOF { - go x.bar.SetTotal(-1, true) - } return n, err } @@ -28,9 +25,6 @@ type proxyWriterTo struct { func (x proxyWriterTo) WriteTo(w io.Writer) (int64, error) { n, err := x.wt.WriteTo(w) x.bar.IncrInt64(n) - if err == io.EOF { - go x.bar.SetTotal(-1, true) - } return n, err } @@ -65,12 +59,12 @@ func (b *Bar) newProxyReader(r io.Reader) (rc io.ReadCloser) { pr := proxyReader{toReadCloser(r), b} if wt, ok := r.(io.WriterTo); ok { pw := proxyWriterTo{pr, wt} - if b.hasEwmaDecorators { + if b.hasEwma { rc = ewmaProxyWriterTo{ewmaProxyReader{pr}, pw} } else { rc = pw } - } else if b.hasEwmaDecorators { + } else if b.hasEwma { rc = ewmaProxyReader{pr} } else { rc = pr diff --git a/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/bsoncodec.go b/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/bsoncodec.go index 2c861b5cd..96195bcc9 100644 --- a/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/bsoncodec.go +++ b/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/bsoncodec.go @@ -43,7 +43,7 @@ type Unmarshaler interface { } // ValueUnmarshaler is an interface implemented by types that can unmarshal a -// BSON value representaiton of themselves. The BSON bytes and type can be +// BSON value representation of themselves. The BSON bytes and type can be // assumed to be valid. UnmarshalBSONValue must copy the BSON value bytes if it // wishes to retain the data after returning. type ValueUnmarshaler interface { diff --git a/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/default_value_decoders.go b/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/default_value_decoders.go index 32fd14278..20f4797dd 100644 --- a/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/default_value_decoders.go +++ b/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/default_value_decoders.go @@ -53,7 +53,7 @@ type DefaultValueDecoders struct{} // RegisterDefaultDecoders will register the decoder methods attached to DefaultValueDecoders with // the provided RegistryBuilder. // -// There is no support for decoding map[string]interface{} becuase there is no decoder for +// There is no support for decoding map[string]interface{} because there is no decoder for // interface{}, so users must either register this decoder themselves or use the // EmptyInterfaceDecoder available in the bson package. func (dvd DefaultValueDecoders) RegisterDefaultDecoders(rb *RegistryBuilder) { @@ -1504,6 +1504,18 @@ func (dvd DefaultValueDecoders) UnmarshalerDecodeValue(dc DecodeContext, vr bson return err } + // If the target Go value is a pointer and the BSON field value is empty, set the value to the + // zero value of the pointer (nil) and don't call UnmarshalBSON. UnmarshalBSON has no way to + // change the pointer value from within the function (only the value at the pointer address), + // so it can't set the pointer to "nil" itself. Since the most common Go value for an empty BSON + // field value is "nil", we set "nil" here and don't call UnmarshalBSON. This behavior matches + // the behavior of the Go "encoding/json" unmarshaler when the target Go value is a pointer and + // the JSON field value is "null". + if val.Kind() == reflect.Ptr && len(src) == 0 { + val.Set(reflect.Zero(val.Type())) + return nil + } + fn := val.Convert(tUnmarshaler).MethodByName("UnmarshalBSON") errVal := fn.Call([]reflect.Value{reflect.ValueOf(src)})[0] if !errVal.IsNil() { diff --git a/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/registry.go b/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/registry.go index 02b9341ff..f6f3800d4 100644 --- a/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/registry.go +++ b/vendor/go.mongodb.org/mongo-driver/bson/bsoncodec/registry.go @@ -298,7 +298,7 @@ func (rb *RegistryBuilder) Build() *Registry { return registry } -// LookupEncoder inspects the registry for an encoder for the given type. The lookup precendence works as follows: +// LookupEncoder inspects the registry for an encoder for the given type. The lookup precedence works as follows: // // 1. An encoder registered for the exact type. If the given type represents an interface, an encoder registered using // RegisterTypeEncoder for the interface will be selected. @@ -376,7 +376,7 @@ func (r *Registry) lookupInterfaceEncoder(t reflect.Type, allowAddr bool) (Value return nil, false } -// LookupDecoder inspects the registry for an decoder for the given type. The lookup precendence works as follows: +// LookupDecoder inspects the registry for an decoder for the given type. The lookup precedence works as follows: // // 1. A decoder registered for the exact type. If the given type represents an interface, a decoder registered using // RegisterTypeDecoder for the interface will be selected. diff --git a/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_parser.go b/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_parser.go index 8a690e37c..54c76bf74 100644 --- a/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_parser.go +++ b/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/extjson_parser.go @@ -423,7 +423,7 @@ func (ejp *extJSONParser) readValue(t bsontype.Type) (*extJSONValue, error) { if ejp.canonical { return nil, invalidJSONErrorForType("object", t) } - return nil, invalidJSONErrorForType("ISO-8601 Internet Date/Time Format as decribed in RFC-3339", t) + return nil, invalidJSONErrorForType("ISO-8601 Internet Date/Time Format as described in RFC-3339", t) } ejp.advanceState() diff --git a/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_reader.go b/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_reader.go index 5e147373b..458588b6b 100644 --- a/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_reader.go +++ b/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_reader.go @@ -384,9 +384,13 @@ func (vr *valueReader) ReadBinary() (b []byte, btype byte, err error) { if err != nil { return nil, 0, err } + // Make a copy of the returned byte slice because it's just a subslice from the valueReader's + // buffer and is not safe to return in the unmarshaled value. + cp := make([]byte, len(b)) + copy(cp, b) vr.pop() - return b, btype, nil + return cp, btype, nil } func (vr *valueReader) ReadBoolean() (bool, error) { @@ -737,6 +741,9 @@ func (vr *valueReader) ReadValue() (ValueReader, error) { return vr, nil } +// readBytes reads length bytes from the valueReader starting at the current offset. Note that the +// returned byte slice is a subslice from the valueReader buffer and must be converted or copied +// before returning in an unmarshaled value. func (vr *valueReader) readBytes(length int32) ([]byte, error) { if length < 0 { return nil, fmt.Errorf("invalid length: %d", length) @@ -748,6 +755,7 @@ func (vr *valueReader) readBytes(length int32) ([]byte, error) { start := vr.offset vr.offset += int64(length) + return vr.d[start : start+int64(length)], nil } diff --git a/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_writer.go b/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_writer.go index a39c4ea4c..f95a08afd 100644 --- a/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_writer.go +++ b/vendor/go.mongodb.org/mongo-driver/bson/bsonrw/value_writer.go @@ -529,7 +529,7 @@ func (vw *valueWriter) WriteDocumentEnd() error { vw.pop() if vw.stack[vw.frame].mode == mCodeWithScope { - // We ignore the error here because of the gaurantee of writeLength. + // We ignore the error here because of the guarantee of writeLength. // See the docs for writeLength for more info. _ = vw.writeLength() vw.pop() diff --git a/vendor/go.mongodb.org/mongo-driver/bson/doc.go b/vendor/go.mongodb.org/mongo-driver/bson/doc.go index 094be934f..5e3825a23 100644 --- a/vendor/go.mongodb.org/mongo-driver/bson/doc.go +++ b/vendor/go.mongodb.org/mongo-driver/bson/doc.go @@ -118,7 +118,7 @@ // types, this tag is ignored. // // 3. truncate: If the truncate struct tag is specified on a field with a non-float numeric type, BSON doubles unmarshalled -// into that field will be trucated at the decimal point. For example, if 3.14 is unmarshalled into a field of type int, +// into that field will be truncated at the decimal point. For example, if 3.14 is unmarshalled into a field of type int, // it will be unmarshalled as 3. If this tag is not specified, the decoder will throw an error if the value cannot be // decoded without losing precision. For float64 or non-numeric types, this tag is ignored. // diff --git a/vendor/go.mongodb.org/mongo-driver/bson/marshal.go b/vendor/go.mongodb.org/mongo-driver/bson/marshal.go index 79f038581..db8d8ee92 100644 --- a/vendor/go.mongodb.org/mongo-driver/bson/marshal.go +++ b/vendor/go.mongodb.org/mongo-driver/bson/marshal.go @@ -225,10 +225,13 @@ func MarshalExtJSONAppendWithContext(ec bsoncodec.EncodeContext, dst []byte, val return *sw, nil } +// IndentExtJSON will prefix and indent the provided extended JSON src and append it to dst. func IndentExtJSON(dst *bytes.Buffer, src []byte, prefix, indent string) error { return json.Indent(dst, src, prefix, indent) } +// MarshalExtJSONIndent returns the extended JSON encoding of val with each line with prefixed +// and indented. func MarshalExtJSONIndent(val interface{}, canonical, escapeHTML bool, prefix, indent string) ([]byte, error) { marshaled, err := MarshalExtJSON(val, canonical, escapeHTML) if err != nil { diff --git a/vendor/go.mongodb.org/mongo-driver/bson/registry.go b/vendor/go.mongodb.org/mongo-driver/bson/registry.go index 09062d208..16d7573e7 100644 --- a/vendor/go.mongodb.org/mongo-driver/bson/registry.go +++ b/vendor/go.mongodb.org/mongo-driver/bson/registry.go @@ -13,7 +13,7 @@ import "go.mongodb.org/mongo-driver/bson/bsoncodec" var DefaultRegistry = NewRegistryBuilder().Build() // NewRegistryBuilder creates a new RegistryBuilder configured with the default encoders and -// deocders from the bsoncodec.DefaultValueEncoders and bsoncodec.DefaultValueDecoders types and the +// decoders from the bsoncodec.DefaultValueEncoders and bsoncodec.DefaultValueDecoders types and the // PrimitiveCodecs type in this package. func NewRegistryBuilder() *bsoncodec.RegistryBuilder { rb := bsoncodec.NewRegistryBuilder() diff --git a/vendor/go.mongodb.org/mongo-driver/bson/unmarshal.go b/vendor/go.mongodb.org/mongo-driver/bson/unmarshal.go index 6f9ca04d3..f936ba183 100644 --- a/vendor/go.mongodb.org/mongo-driver/bson/unmarshal.go +++ b/vendor/go.mongodb.org/mongo-driver/bson/unmarshal.go @@ -23,7 +23,7 @@ type Unmarshaler interface { } // ValueUnmarshaler is an interface implemented by types that can unmarshal a -// BSON value representaiton of themselves. The BSON bytes and type can be +// BSON value representation of themselves. The BSON bytes and type can be // assumed to be valid. UnmarshalBSONValue must copy the BSON value bytes if it // wishes to retain the data after returning. type ValueUnmarshaler interface { diff --git a/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bson_documentbuilder.go b/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bson_documentbuilder.go index b0d45212d..52162f8aa 100644 --- a/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bson_documentbuilder.go +++ b/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bson_documentbuilder.go @@ -45,7 +45,7 @@ func (db *DocumentBuilder) AppendInt32(key string, i32 int32) *DocumentBuilder { return db } -// AppendDocument will append a bson embeded document element using key +// AppendDocument will append a bson embedded document element using key // and doc to DocumentBuilder.doc func (db *DocumentBuilder) AppendDocument(key string, doc []byte) *DocumentBuilder { db.doc = AppendDocumentElement(db.doc, key, doc) diff --git a/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bsoncore.go b/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bsoncore.go index b8db838a5..5b0c3a042 100644 --- a/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bsoncore.go +++ b/vendor/go.mongodb.org/mongo-driver/x/bsonx/bsoncore/bsoncore.go @@ -15,7 +15,7 @@ // enough bytes. This library attempts to do no validation, it will only return // false if there are not enough bytes for an item to be read. For example, the // ReadDocument function checks the length, if that length is larger than the -// number of bytes availble, it will return false, if there are enough bytes, it +// number of bytes available, it will return false, if there are enough bytes, it // will return those bytes and true. It is the consumers responsibility to // validate those bytes. // @@ -69,7 +69,7 @@ func AppendHeader(dst []byte, t bsontype.Type, key string) []byte { // was read. // ReadType will return the first byte of the provided []byte as a type. If -// there is no availble byte, false is returned. +// there is no available byte, false is returned. func ReadType(src []byte) (bsontype.Type, []byte, bool) { if len(src) < 1 { return 0, src, false @@ -231,7 +231,7 @@ func AppendDocumentEnd(dst []byte, index int32) ([]byte, error) { // AppendDocument will append doc to dst and return the extended buffer. func AppendDocument(dst []byte, doc []byte) []byte { return append(dst, doc...) } -// AppendDocumentElement will append a BSON embeded document element using key +// AppendDocumentElement will append a BSON embedded document element using key // and doc to dst and return the extended buffer. func AppendDocumentElement(dst []byte, key string, doc []byte) []byte { return AppendDocument(AppendHeader(dst, bsontype.EmbeddedDocument, key), doc) diff --git a/vendor/golang.org/x/crypto/ssh/certs.go b/vendor/golang.org/x/crypto/ssh/certs.go index 6605bf644..a69e22491 100644 --- a/vendor/golang.org/x/crypto/ssh/certs.go +++ b/vendor/golang.org/x/crypto/ssh/certs.go @@ -14,8 +14,10 @@ import ( "time" ) -// These constants from [PROTOCOL.certkeys] represent the key algorithm names -// for certificate types supported by this package. +// Certificate algorithm names from [PROTOCOL.certkeys]. These values can appear +// in Certificate.Type, PublicKey.Type, and ClientConfig.HostKeyAlgorithms. +// Unlike key algorithm names, these are not passed to AlgorithmSigner and don't +// appear in the Signature.Format field. const ( CertAlgoRSAv01 = "ssh-rsa-cert-v01@openssh.com" CertAlgoDSAv01 = "ssh-dss-cert-v01@openssh.com" @@ -25,14 +27,21 @@ const ( CertAlgoSKECDSA256v01 = "sk-ecdsa-sha2-nistp256-cert-v01@openssh.com" CertAlgoED25519v01 = "ssh-ed25519-cert-v01@openssh.com" CertAlgoSKED25519v01 = "sk-ssh-ed25519-cert-v01@openssh.com" + + // CertAlgoRSASHA256v01 and CertAlgoRSASHA512v01 can't appear as a + // Certificate.Type (or PublicKey.Type), but only in + // ClientConfig.HostKeyAlgorithms. + CertAlgoRSASHA256v01 = "rsa-sha2-256-cert-v01@openssh.com" + CertAlgoRSASHA512v01 = "rsa-sha2-512-cert-v01@openssh.com" ) -// These constants from [PROTOCOL.certkeys] represent additional signature -// algorithm names for certificate types supported by this package. const ( - CertSigAlgoRSAv01 = "ssh-rsa-cert-v01@openssh.com" - CertSigAlgoRSASHA2256v01 = "rsa-sha2-256-cert-v01@openssh.com" - CertSigAlgoRSASHA2512v01 = "rsa-sha2-512-cert-v01@openssh.com" + // Deprecated: use CertAlgoRSAv01. + CertSigAlgoRSAv01 = CertAlgoRSAv01 + // Deprecated: use CertAlgoRSASHA256v01. + CertSigAlgoRSASHA2256v01 = CertAlgoRSASHA256v01 + // Deprecated: use CertAlgoRSASHA512v01. + CertSigAlgoRSASHA2512v01 = CertAlgoRSASHA512v01 ) // Certificate types distinguish between host and user @@ -431,10 +440,14 @@ func (c *Certificate) SignCert(rand io.Reader, authority Signer) error { } c.SignatureKey = authority.PublicKey() - if v, ok := authority.(AlgorithmSigner); ok { - if v.PublicKey().Type() == KeyAlgoRSA { - authority = &rsaSigner{v, SigAlgoRSASHA2512} + // Default to KeyAlgoRSASHA512 for ssh-rsa signers. + if v, ok := authority.(AlgorithmSigner); ok && v.PublicKey().Type() == KeyAlgoRSA { + sig, err := v.SignWithAlgorithm(rand, c.bytesForSigning(), KeyAlgoRSASHA512) + if err != nil { + return err } + c.Signature = sig + return nil } sig, err := authority.Sign(rand, c.bytesForSigning()) @@ -445,32 +458,40 @@ func (c *Certificate) SignCert(rand io.Reader, authority Signer) error { return nil } -// certAlgoNames includes a mapping from signature algorithms to the -// corresponding certificate signature algorithm. When a key type (such -// as ED25516) is associated with only one algorithm, the KeyAlgo -// constant is used instead of the SigAlgo. -var certAlgoNames = map[string]string{ - SigAlgoRSA: CertSigAlgoRSAv01, - SigAlgoRSASHA2256: CertSigAlgoRSASHA2256v01, - SigAlgoRSASHA2512: CertSigAlgoRSASHA2512v01, - KeyAlgoDSA: CertAlgoDSAv01, - KeyAlgoECDSA256: CertAlgoECDSA256v01, - KeyAlgoECDSA384: CertAlgoECDSA384v01, - KeyAlgoECDSA521: CertAlgoECDSA521v01, - KeyAlgoSKECDSA256: CertAlgoSKECDSA256v01, - KeyAlgoED25519: CertAlgoED25519v01, - KeyAlgoSKED25519: CertAlgoSKED25519v01, +// certKeyAlgoNames is a mapping from known certificate algorithm names to the +// corresponding public key signature algorithm. +var certKeyAlgoNames = map[string]string{ + CertAlgoRSAv01: KeyAlgoRSA, + CertAlgoRSASHA256v01: KeyAlgoRSASHA256, + CertAlgoRSASHA512v01: KeyAlgoRSASHA512, + CertAlgoDSAv01: KeyAlgoDSA, + CertAlgoECDSA256v01: KeyAlgoECDSA256, + CertAlgoECDSA384v01: KeyAlgoECDSA384, + CertAlgoECDSA521v01: KeyAlgoECDSA521, + CertAlgoSKECDSA256v01: KeyAlgoSKECDSA256, + CertAlgoED25519v01: KeyAlgoED25519, + CertAlgoSKED25519v01: KeyAlgoSKED25519, } -// certToPrivAlgo returns the underlying algorithm for a certificate algorithm. -// Panics if a non-certificate algorithm is passed. -func certToPrivAlgo(algo string) string { - for privAlgo, pubAlgo := range certAlgoNames { - if pubAlgo == algo { - return privAlgo +// underlyingAlgo returns the signature algorithm associated with algo (which is +// an advertised or negotiated public key or host key algorithm). These are +// usually the same, except for certificate algorithms. +func underlyingAlgo(algo string) string { + if a, ok := certKeyAlgoNames[algo]; ok { + return a + } + return algo +} + +// certificateAlgo returns the certificate algorithms that uses the provided +// underlying signature algorithm. +func certificateAlgo(algo string) (certAlgo string, ok bool) { + for certName, algoName := range certKeyAlgoNames { + if algoName == algo { + return certName, true } } - panic("unknown cert algorithm") + return "", false } func (cert *Certificate) bytesForSigning() []byte { @@ -514,13 +535,13 @@ func (c *Certificate) Marshal() []byte { return result } -// Type returns the key name. It is part of the PublicKey interface. +// Type returns the certificate algorithm name. It is part of the PublicKey interface. func (c *Certificate) Type() string { - algo, ok := certAlgoNames[c.Key.Type()] + certName, ok := certificateAlgo(c.Key.Type()) if !ok { - panic("unknown cert key type " + c.Key.Type()) + panic("unknown certificate type for key type " + c.Key.Type()) } - return algo + return certName } // Verify verifies a signature against the certificate's public diff --git a/vendor/golang.org/x/crypto/ssh/client.go b/vendor/golang.org/x/crypto/ssh/client.go index ba8621a89..bdc356cbd 100644 --- a/vendor/golang.org/x/crypto/ssh/client.go +++ b/vendor/golang.org/x/crypto/ssh/client.go @@ -113,25 +113,16 @@ func (c *connection) clientHandshake(dialAddress string, config *ClientConfig) e return c.clientAuthenticate(config) } -// verifyHostKeySignature verifies the host key obtained in the key -// exchange. +// verifyHostKeySignature verifies the host key obtained in the key exchange. +// algo is the negotiated algorithm, and may be a certificate type. func verifyHostKeySignature(hostKey PublicKey, algo string, result *kexResult) error { sig, rest, ok := parseSignatureBody(result.Signature) if len(rest) > 0 || !ok { return errors.New("ssh: signature parse error") } - // For keys, underlyingAlgo is exactly algo. For certificates, - // we have to look up the underlying key algorithm that SSH - // uses to evaluate signatures. - underlyingAlgo := algo - for sigAlgo, certAlgo := range certAlgoNames { - if certAlgo == algo { - underlyingAlgo = sigAlgo - } - } - if sig.Format != underlyingAlgo { - return fmt.Errorf("ssh: invalid signature algorithm %q, expected %q", sig.Format, underlyingAlgo) + if a := underlyingAlgo(algo); sig.Format != a { + return fmt.Errorf("ssh: invalid signature algorithm %q, expected %q", sig.Format, a) } return hostKey.Verify(result.H, sig) @@ -237,11 +228,11 @@ type ClientConfig struct { // be used for the connection. If empty, a reasonable default is used. ClientVersion string - // HostKeyAlgorithms lists the key types that the client will - // accept from the server as host key, in order of + // HostKeyAlgorithms lists the public key algorithms that the client will + // accept from the server for host key authentication, in order of // preference. If empty, a reasonable default is used. Any - // string returned from PublicKey.Type method may be used, or - // any of the CertAlgoXxxx and KeyAlgoXxxx constants. + // string returned from a PublicKey.Type method may be used, or + // any of the CertAlgo and KeyAlgo constants. HostKeyAlgorithms []string // Timeout is the maximum amount of time for the TCP connection to establish. diff --git a/vendor/golang.org/x/crypto/ssh/common.go b/vendor/golang.org/x/crypto/ssh/common.go index 5ae227574..2a47a61de 100644 --- a/vendor/golang.org/x/crypto/ssh/common.go +++ b/vendor/golang.org/x/crypto/ssh/common.go @@ -44,11 +44,11 @@ var preferredCiphers = []string{ // supportedKexAlgos specifies the supported key-exchange algorithms in // preference order. var supportedKexAlgos = []string{ - kexAlgoCurve25519SHA256, + kexAlgoCurve25519SHA256, kexAlgoCurve25519SHA256LibSSH, // P384 and P521 are not constant-time yet, but since we don't // reuse ephemeral keys, using them for ECDH should be OK. kexAlgoECDH256, kexAlgoECDH384, kexAlgoECDH521, - kexAlgoDH14SHA1, kexAlgoDH1SHA1, + kexAlgoDH14SHA256, kexAlgoDH14SHA1, kexAlgoDH1SHA1, } // serverForbiddenKexAlgos contains key exchange algorithms, that are forbidden @@ -61,21 +61,21 @@ var serverForbiddenKexAlgos = map[string]struct{}{ // preferredKexAlgos specifies the default preference for key-exchange algorithms // in preference order. var preferredKexAlgos = []string{ - kexAlgoCurve25519SHA256, + kexAlgoCurve25519SHA256, kexAlgoCurve25519SHA256LibSSH, kexAlgoECDH256, kexAlgoECDH384, kexAlgoECDH521, - kexAlgoDH14SHA1, + kexAlgoDH14SHA256, kexAlgoDH14SHA1, } // supportedHostKeyAlgos specifies the supported host-key algorithms (i.e. methods // of authenticating servers) in preference order. var supportedHostKeyAlgos = []string{ - CertSigAlgoRSASHA2512v01, CertSigAlgoRSASHA2256v01, - CertSigAlgoRSAv01, CertAlgoDSAv01, CertAlgoECDSA256v01, + CertAlgoRSASHA512v01, CertAlgoRSASHA256v01, + CertAlgoRSAv01, CertAlgoDSAv01, CertAlgoECDSA256v01, CertAlgoECDSA384v01, CertAlgoECDSA521v01, CertAlgoED25519v01, KeyAlgoECDSA256, KeyAlgoECDSA384, KeyAlgoECDSA521, - SigAlgoRSASHA2512, SigAlgoRSASHA2256, - SigAlgoRSA, KeyAlgoDSA, + KeyAlgoRSASHA512, KeyAlgoRSASHA256, + KeyAlgoRSA, KeyAlgoDSA, KeyAlgoED25519, } @@ -89,23 +89,33 @@ var supportedMACs = []string{ var supportedCompressions = []string{compressionNone} -// hashFuncs keeps the mapping of supported algorithms to their respective -// hashes needed for signature verification. +// hashFuncs keeps the mapping of supported signature algorithms to their +// respective hashes needed for signing and verification. var hashFuncs = map[string]crypto.Hash{ - SigAlgoRSA: crypto.SHA1, - SigAlgoRSASHA2256: crypto.SHA256, - SigAlgoRSASHA2512: crypto.SHA512, - KeyAlgoDSA: crypto.SHA1, - KeyAlgoECDSA256: crypto.SHA256, - KeyAlgoECDSA384: crypto.SHA384, - KeyAlgoECDSA521: crypto.SHA512, - CertSigAlgoRSAv01: crypto.SHA1, - CertSigAlgoRSASHA2256v01: crypto.SHA256, - CertSigAlgoRSASHA2512v01: crypto.SHA512, - CertAlgoDSAv01: crypto.SHA1, - CertAlgoECDSA256v01: crypto.SHA256, - CertAlgoECDSA384v01: crypto.SHA384, - CertAlgoECDSA521v01: crypto.SHA512, + KeyAlgoRSA: crypto.SHA1, + KeyAlgoRSASHA256: crypto.SHA256, + KeyAlgoRSASHA512: crypto.SHA512, + KeyAlgoDSA: crypto.SHA1, + KeyAlgoECDSA256: crypto.SHA256, + KeyAlgoECDSA384: crypto.SHA384, + KeyAlgoECDSA521: crypto.SHA512, + // KeyAlgoED25519 doesn't pre-hash. + KeyAlgoSKECDSA256: crypto.SHA256, + KeyAlgoSKED25519: crypto.SHA256, +} + +// algorithmsForKeyFormat returns the supported signature algorithms for a given +// public key format (PublicKey.Type), in order of preference. See RFC 8332, +// Section 2. See also the note in sendKexInit on backwards compatibility. +func algorithmsForKeyFormat(keyFormat string) []string { + switch keyFormat { + case KeyAlgoRSA: + return []string{KeyAlgoRSASHA256, KeyAlgoRSASHA512, KeyAlgoRSA} + case CertAlgoRSAv01: + return []string{CertAlgoRSASHA256v01, CertAlgoRSASHA512v01, CertAlgoRSAv01} + default: + return []string{keyFormat} + } } // unexpectedMessageError results when the SSH message that we received didn't @@ -152,6 +162,11 @@ func (a *directionAlgorithms) rekeyBytes() int64 { return 1 << 30 } +var aeadCiphers = map[string]bool{ + gcmCipherID: true, + chacha20Poly1305ID: true, +} + type algorithms struct { kex string hostKey string @@ -187,14 +202,18 @@ func findAgreedAlgorithms(isClient bool, clientKexInit, serverKexInit *kexInitMs return } - ctos.MAC, err = findCommon("client to server MAC", clientKexInit.MACsClientServer, serverKexInit.MACsClientServer) - if err != nil { - return + if !aeadCiphers[ctos.Cipher] { + ctos.MAC, err = findCommon("client to server MAC", clientKexInit.MACsClientServer, serverKexInit.MACsClientServer) + if err != nil { + return + } } - stoc.MAC, err = findCommon("server to client MAC", clientKexInit.MACsServerClient, serverKexInit.MACsServerClient) - if err != nil { - return + if !aeadCiphers[stoc.Cipher] { + stoc.MAC, err = findCommon("server to client MAC", clientKexInit.MACsServerClient, serverKexInit.MACsServerClient) + if err != nil { + return + } } ctos.Compression, err = findCommon("client to server compression", clientKexInit.CompressionClientServer, serverKexInit.CompressionClientServer) @@ -278,8 +297,9 @@ func (c *Config) SetDefaults() { } // buildDataSignedForAuth returns the data that is signed in order to prove -// possession of a private key. See RFC 4252, section 7. -func buildDataSignedForAuth(sessionID []byte, req userAuthRequestMsg, algo, pubKey []byte) []byte { +// possession of a private key. See RFC 4252, section 7. algo is the advertised +// algorithm, and may be a certificate type. +func buildDataSignedForAuth(sessionID []byte, req userAuthRequestMsg, algo string, pubKey []byte) []byte { data := struct { Session []byte Type byte @@ -287,7 +307,7 @@ func buildDataSignedForAuth(sessionID []byte, req userAuthRequestMsg, algo, pubK Service string Method string Sign bool - Algo []byte + Algo string PubKey []byte }{ sessionID, diff --git a/vendor/golang.org/x/crypto/ssh/handshake.go b/vendor/golang.org/x/crypto/ssh/handshake.go index 05ad49c36..653dc4d2c 100644 --- a/vendor/golang.org/x/crypto/ssh/handshake.go +++ b/vendor/golang.org/x/crypto/ssh/handshake.go @@ -455,21 +455,38 @@ func (t *handshakeTransport) sendKexInit() error { } io.ReadFull(rand.Reader, msg.Cookie[:]) - if len(t.hostKeys) > 0 { + isServer := len(t.hostKeys) > 0 + if isServer { for _, k := range t.hostKeys { - algo := k.PublicKey().Type() - switch algo { - case KeyAlgoRSA: - msg.ServerHostKeyAlgos = append(msg.ServerHostKeyAlgos, []string{SigAlgoRSASHA2512, SigAlgoRSASHA2256, SigAlgoRSA}...) - case CertAlgoRSAv01: - msg.ServerHostKeyAlgos = append(msg.ServerHostKeyAlgos, []string{CertSigAlgoRSASHA2512v01, CertSigAlgoRSASHA2256v01, CertSigAlgoRSAv01}...) - default: - msg.ServerHostKeyAlgos = append(msg.ServerHostKeyAlgos, algo) + // If k is an AlgorithmSigner, presume it supports all signature algorithms + // associated with the key format. (Ideally AlgorithmSigner would have a + // method to advertise supported algorithms, but it doesn't. This means that + // adding support for a new algorithm is a breaking change, as we will + // immediately negotiate it even if existing implementations don't support + // it. If that ever happens, we'll have to figure something out.) + // If k is not an AlgorithmSigner, we can only assume it only supports the + // algorithms that matches the key format. (This means that Sign can't pick + // a different default.) + keyFormat := k.PublicKey().Type() + if _, ok := k.(AlgorithmSigner); ok { + msg.ServerHostKeyAlgos = append(msg.ServerHostKeyAlgos, algorithmsForKeyFormat(keyFormat)...) + } else { + msg.ServerHostKeyAlgos = append(msg.ServerHostKeyAlgos, keyFormat) } } } else { msg.ServerHostKeyAlgos = t.hostKeyAlgorithms + + // As a client we opt in to receiving SSH_MSG_EXT_INFO so we know what + // algorithms the server supports for public key authentication. See RFC + // 8308, Section 2.1. + if firstKeyExchange := t.sessionID == nil; firstKeyExchange { + msg.KexAlgos = make([]string, 0, len(t.config.KeyExchanges)+1) + msg.KexAlgos = append(msg.KexAlgos, t.config.KeyExchanges...) + msg.KexAlgos = append(msg.KexAlgos, "ext-info-c") + } } + packet := Marshal(msg) // writePacket destroys the contents, so save a copy. @@ -589,9 +606,9 @@ func (t *handshakeTransport) enterKeyExchange(otherInitPacket []byte) error { var result *kexResult if len(t.hostKeys) > 0 { - result, err = t.server(kex, t.algorithms, &magics) + result, err = t.server(kex, &magics) } else { - result, err = t.client(kex, t.algorithms, &magics) + result, err = t.client(kex, &magics) } if err != nil { @@ -618,33 +635,52 @@ func (t *handshakeTransport) enterKeyExchange(otherInitPacket []byte) error { return nil } -func (t *handshakeTransport) server(kex kexAlgorithm, algs *algorithms, magics *handshakeMagics) (*kexResult, error) { - var hostKey Signer - for _, k := range t.hostKeys { - kt := k.PublicKey().Type() - if kt == algs.hostKey { - hostKey = k - } else if signer, ok := k.(AlgorithmSigner); ok { - // Some signature algorithms don't show up as key types - // so we have to manually check for a compatible host key. - switch kt { - case KeyAlgoRSA: - if algs.hostKey == SigAlgoRSASHA2256 || algs.hostKey == SigAlgoRSASHA2512 { - hostKey = &rsaSigner{signer, algs.hostKey} - } - case CertAlgoRSAv01: - if algs.hostKey == CertSigAlgoRSASHA2256v01 || algs.hostKey == CertSigAlgoRSASHA2512v01 { - hostKey = &rsaSigner{signer, certToPrivAlgo(algs.hostKey)} - } +// algorithmSignerWrapper is an AlgorithmSigner that only supports the default +// key format algorithm. +// +// This is technically a violation of the AlgorithmSigner interface, but it +// should be unreachable given where we use this. Anyway, at least it returns an +// error instead of panicing or producing an incorrect signature. +type algorithmSignerWrapper struct { + Signer +} + +func (a algorithmSignerWrapper) SignWithAlgorithm(rand io.Reader, data []byte, algorithm string) (*Signature, error) { + if algorithm != underlyingAlgo(a.PublicKey().Type()) { + return nil, errors.New("ssh: internal error: algorithmSignerWrapper invoked with non-default algorithm") + } + return a.Sign(rand, data) +} + +func pickHostKey(hostKeys []Signer, algo string) AlgorithmSigner { + for _, k := range hostKeys { + if algo == k.PublicKey().Type() { + return algorithmSignerWrapper{k} + } + k, ok := k.(AlgorithmSigner) + if !ok { + continue + } + for _, a := range algorithmsForKeyFormat(k.PublicKey().Type()) { + if algo == a { + return k } } } + return nil +} - r, err := kex.Server(t.conn, t.config.Rand, magics, hostKey) +func (t *handshakeTransport) server(kex kexAlgorithm, magics *handshakeMagics) (*kexResult, error) { + hostKey := pickHostKey(t.hostKeys, t.algorithms.hostKey) + if hostKey == nil { + return nil, errors.New("ssh: internal error: negotiated unsupported signature type") + } + + r, err := kex.Server(t.conn, t.config.Rand, magics, hostKey, t.algorithms.hostKey) return r, err } -func (t *handshakeTransport) client(kex kexAlgorithm, algs *algorithms, magics *handshakeMagics) (*kexResult, error) { +func (t *handshakeTransport) client(kex kexAlgorithm, magics *handshakeMagics) (*kexResult, error) { result, err := kex.Client(t.conn, t.config.Rand, magics) if err != nil { return nil, err @@ -655,7 +691,7 @@ func (t *handshakeTransport) client(kex kexAlgorithm, algs *algorithms, magics * return nil, err } - if err := verifyHostKeySignature(hostKey, algs.hostKey, result); err != nil { + if err := verifyHostKeySignature(hostKey, t.algorithms.hostKey, result); err != nil { return nil, err } diff --git a/vendor/golang.org/x/crypto/ssh/keys.go b/vendor/golang.org/x/crypto/ssh/keys.go index 75d1d1f16..1c7de1a6d 100644 --- a/vendor/golang.org/x/crypto/ssh/keys.go +++ b/vendor/golang.org/x/crypto/ssh/keys.go @@ -936,15 +936,6 @@ func newDSAPrivateKey(key *dsa.PrivateKey) (Signer, error) { return &dsaPrivateKey{key}, nil } -type rsaSigner struct { - AlgorithmSigner - defaultAlgorithm string -} - -func (s *rsaSigner) Sign(rand io.Reader, data []byte) (*Signature, error) { - return s.AlgorithmSigner.SignWithAlgorithm(rand, data, s.defaultAlgorithm) -} - type wrappedSigner struct { signer crypto.Signer pubKey PublicKey diff --git a/vendor/golang.org/x/crypto/ssh/server.go b/vendor/golang.org/x/crypto/ssh/server.go index 6a58e1208..70045bdfd 100644 --- a/vendor/golang.org/x/crypto/ssh/server.go +++ b/vendor/golang.org/x/crypto/ssh/server.go @@ -120,7 +120,7 @@ type ServerConfig struct { } // AddHostKey adds a private key as a host key. If an existing host -// key exists with the same algorithm, it is overwritten. Each server +// key exists with the same public key format, it is replaced. Each server // config must have at least one host key. func (s *ServerConfig) AddHostKey(key Signer) { for i, k := range s.hostKeys { @@ -212,9 +212,10 @@ func NewServerConn(c net.Conn, config *ServerConfig) (*ServerConn, <-chan NewCha } // signAndMarshal signs the data with the appropriate algorithm, -// and serializes the result in SSH wire format. -func signAndMarshal(k Signer, rand io.Reader, data []byte) ([]byte, error) { - sig, err := k.Sign(rand, data) +// and serializes the result in SSH wire format. algo is the negotiate +// algorithm and may be a certificate type. +func signAndMarshal(k AlgorithmSigner, rand io.Reader, data []byte, algo string) ([]byte, error) { + sig, err := k.SignWithAlgorithm(rand, data, underlyingAlgo(algo)) if err != nil { return nil, err } @@ -284,7 +285,7 @@ func (s *connection) serverHandshake(config *ServerConfig) (*Permissions, error) func isAcceptableAlgo(algo string) bool { switch algo { - case SigAlgoRSA, SigAlgoRSASHA2256, SigAlgoRSASHA2512, KeyAlgoDSA, KeyAlgoECDSA256, KeyAlgoECDSA384, KeyAlgoECDSA521, KeyAlgoSKECDSA256, KeyAlgoED25519, KeyAlgoSKED25519, + case KeyAlgoRSA, KeyAlgoRSASHA256, KeyAlgoRSASHA512, KeyAlgoDSA, KeyAlgoECDSA256, KeyAlgoECDSA384, KeyAlgoECDSA521, KeyAlgoSKECDSA256, KeyAlgoED25519, KeyAlgoSKED25519, CertAlgoRSAv01, CertAlgoDSAv01, CertAlgoECDSA256v01, CertAlgoECDSA384v01, CertAlgoECDSA521v01, CertAlgoSKECDSA256v01, CertAlgoED25519v01, CertAlgoSKED25519v01: return true } @@ -553,6 +554,7 @@ userAuthLoop: if !ok || len(payload) > 0 { return nil, parseError(msgUserAuthRequest) } + // Ensure the public key algo and signature algo // are supported. Compare the private key // algorithm name that corresponds to algo with @@ -562,7 +564,12 @@ userAuthLoop: authErr = fmt.Errorf("ssh: algorithm %q not accepted", sig.Format) break } - signedData := buildDataSignedForAuth(sessionID, userAuthReq, algoBytes, pubKeyData) + if underlyingAlgo(algo) != sig.Format { + authErr = fmt.Errorf("ssh: signature %q not compatible with selected algorithm %q", sig.Format, algo) + break + } + + signedData := buildDataSignedForAuth(sessionID, userAuthReq, algo, pubKeyData) if err := pubKey.Verify(signedData, sig); err != nil { return nil, err @@ -633,6 +640,30 @@ userAuthLoop: } authFailures++ + if config.MaxAuthTries > 0 && authFailures >= config.MaxAuthTries { + // If we have hit the max attempts, don't bother sending the + // final SSH_MSG_USERAUTH_FAILURE message, since there are + // no more authentication methods which can be attempted, + // and this message may cause the client to re-attempt + // authentication while we send the disconnect message. + // Continue, and trigger the disconnect at the start of + // the loop. + // + // The SSH specification is somewhat confusing about this, + // RFC 4252 Section 5.1 requires each authentication failure + // be responded to with a respective SSH_MSG_USERAUTH_FAILURE + // message, but Section 4 says the server should disconnect + // after some number of attempts, but it isn't explicit which + // message should take precedence (i.e. should there be a failure + // message than a disconnect message, or if we are going to + // disconnect, should we only send that message.) + // + // Either way, OpenSSH disconnects immediately after the last + // failed authnetication attempt, and given they are typically + // considered the golden implementation it seems reasonable + // to match that behavior. + continue + } var failureMsg userAuthFailureMsg if config.PasswordCallback != nil { @@ -670,7 +701,7 @@ type sshClientKeyboardInteractive struct { *connection } -func (c *sshClientKeyboardInteractive) Challenge(user, instruction string, questions []string, echos []bool) (answers []string, err error) { +func (c *sshClientKeyboardInteractive) Challenge(name, instruction string, questions []string, echos []bool) (answers []string, err error) { if len(questions) != len(echos) { return nil, errors.New("ssh: echos and questions must have equal length") } @@ -682,6 +713,7 @@ func (c *sshClientKeyboardInteractive) Challenge(user, instruction string, quest } if err := c.transport.writePacket(Marshal(&userAuthInfoRequestMsg{ + Name: name, Instruction: instruction, NumPrompts: uint32(len(questions)), Prompts: prompts, diff --git a/vendor/golang.org/x/net/http2/transport.go b/vendor/golang.org/x/net/http2/transport.go index f135b0f75..9180ba3d5 100644 --- a/vendor/golang.org/x/net/http2/transport.go +++ b/vendor/golang.org/x/net/http2/transport.go @@ -501,12 +501,14 @@ func (t *Transport) RoundTripOpt(req *http.Request, opt RoundTripOpt) (*http.Res if req, err = shouldRetryRequest(req, err); err == nil { // After the first retry, do exponential backoff with 10% jitter. if retry == 0 { + t.vlogf("RoundTrip retrying after failure: %v", err) continue } backoff := float64(uint(1) << (uint(retry) - 1)) backoff += backoff * (0.1 * mathrand.Float64()) select { case <-time.After(time.Second * time.Duration(backoff)): + t.vlogf("RoundTrip retrying after failure: %v", err) continue case <-req.Context().Done(): err = req.Context().Err() @@ -732,11 +734,13 @@ func (cc *ClientConn) healthCheck() { // trigger the healthCheck again if there is no frame received. ctx, cancel := context.WithTimeout(context.Background(), pingTimeout) defer cancel() + cc.vlogf("http2: Transport sending health check") err := cc.Ping(ctx) if err != nil { + cc.vlogf("http2: Transport health check failure: %v", err) cc.closeForLostPing() - cc.t.connPool().MarkDead(cc) - return + } else { + cc.vlogf("http2: Transport health check success") } } @@ -907,6 +911,24 @@ func (cc *ClientConn) onIdleTimeout() { cc.closeIfIdle() } +func (cc *ClientConn) closeConn() error { + t := time.AfterFunc(250*time.Millisecond, cc.forceCloseConn) + defer t.Stop() + return cc.tconn.Close() +} + +// A tls.Conn.Close can hang for a long time if the peer is unresponsive. +// Try to shut it down more aggressively. +func (cc *ClientConn) forceCloseConn() { + tc, ok := cc.tconn.(*tls.Conn) + if !ok { + return + } + if nc := tlsUnderlyingConn(tc); nc != nil { + nc.Close() + } +} + func (cc *ClientConn) closeIfIdle() { cc.mu.Lock() if len(cc.streams) > 0 || cc.streamsReserved > 0 { @@ -921,7 +943,7 @@ func (cc *ClientConn) closeIfIdle() { if VerboseLogs { cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, nextID-2) } - cc.tconn.Close() + cc.closeConn() } func (cc *ClientConn) isDoNotReuseAndIdle() bool { @@ -938,7 +960,7 @@ func (cc *ClientConn) Shutdown(ctx context.Context) error { return err } // Wait for all in-flight streams to complete or connection to close - done := make(chan error, 1) + done := make(chan struct{}) cancelled := false // guarded by cc.mu go func() { cc.mu.Lock() @@ -946,7 +968,7 @@ func (cc *ClientConn) Shutdown(ctx context.Context) error { for { if len(cc.streams) == 0 || cc.closed { cc.closed = true - done <- cc.tconn.Close() + close(done) break } if cancelled { @@ -957,8 +979,8 @@ func (cc *ClientConn) Shutdown(ctx context.Context) error { }() shutdownEnterWaitStateHook() select { - case err := <-done: - return err + case <-done: + return cc.closeConn() case <-ctx.Done(): cc.mu.Lock() // Free the goroutine above @@ -1001,9 +1023,9 @@ func (cc *ClientConn) closeForError(err error) error { for _, cs := range cc.streams { cs.abortStreamLocked(err) } - defer cc.cond.Broadcast() - defer cc.mu.Unlock() - return cc.tconn.Close() + cc.cond.Broadcast() + cc.mu.Unlock() + return cc.closeConn() } // Close closes the client connection immediately. @@ -1748,7 +1770,8 @@ func (cc *ClientConn) encodeHeaders(req *http.Request, addGzipHeader bool, trail } for _, v := range vv { if !httpguts.ValidHeaderFieldValue(v) { - return nil, fmt.Errorf("invalid HTTP header value %q for header %q", v, k) + // Don't include the value in the error, because it may be sensitive. + return nil, fmt.Errorf("invalid HTTP header value for header %q", k) } } } @@ -1978,7 +2001,7 @@ func (cc *ClientConn) forgetStreamID(id uint32) { cc.vlogf("http2: Transport closing idle conn %p (forSingleUse=%v, maxStream=%v)", cc, cc.singleUse, cc.nextStreamID-2) } cc.closed = true - defer cc.tconn.Close() + defer cc.closeConn() } cc.mu.Unlock() @@ -2025,8 +2048,8 @@ func isEOFOrNetReadError(err error) bool { func (rl *clientConnReadLoop) cleanup() { cc := rl.cc - defer cc.tconn.Close() - defer cc.t.connPool().MarkDead(cc) + cc.t.connPool().MarkDead(cc) + defer cc.closeConn() defer close(cc.readerDone) if cc.idleTimer != nil { diff --git a/vendor/golang.org/x/sys/unix/mkerrors.sh b/vendor/golang.org/x/sys/unix/mkerrors.sh index a47b035f9..72f65a9af 100644 --- a/vendor/golang.org/x/sys/unix/mkerrors.sh +++ b/vendor/golang.org/x/sys/unix/mkerrors.sh @@ -205,6 +205,7 @@ struct ltchars { #include #include #include +#include #include #include #include @@ -231,6 +232,7 @@ struct ltchars { #include #include #include +#include #include #include #include @@ -503,6 +505,7 @@ ccflags="$@" $2 ~ /^O?XTABS$/ || $2 ~ /^TC[IO](ON|OFF)$/ || $2 ~ /^IN_/ || + $2 ~ /^KCM/ || $2 ~ /^LANDLOCK_/ || $2 ~ /^LOCK_(SH|EX|NB|UN)$/ || $2 ~ /^LO_(KEY|NAME)_SIZE$/ || @@ -597,8 +600,10 @@ ccflags="$@" $2 ~ /^DEVLINK_/ || $2 ~ /^ETHTOOL_/ || $2 ~ /^LWTUNNEL_IP/ || + $2 ~ /^ITIMER_/ || $2 !~ "WMESGLEN" && $2 ~ /^W[A-Z0-9]+$/ || + $2 ~ /^P_/ || $2 ~/^PPPIOC/ || $2 ~ /^FAN_|FANOTIFY_/ || $2 == "HID_MAX_DESCRIPTOR_SIZE" || diff --git a/vendor/golang.org/x/sys/unix/syscall_linux.go b/vendor/golang.org/x/sys/unix/syscall_linux.go index f432b0684..eeae6dbb1 100644 --- a/vendor/golang.org/x/sys/unix/syscall_linux.go +++ b/vendor/golang.org/x/sys/unix/syscall_linux.go @@ -14,6 +14,7 @@ package unix import ( "encoding/binary" "syscall" + "time" "unsafe" ) @@ -249,6 +250,13 @@ func Getwd() (wd string, err error) { if n < 1 || n > len(buf) || buf[n-1] != 0 { return "", EINVAL } + // In some cases, Linux can return a path that starts with the + // "(unreachable)" prefix, which can potentially be a valid relative + // path. To work around that, return ENOENT if path is not absolute. + if buf[0] != '/' { + return "", ENOENT + } + return string(buf[0 : n-1]), nil } @@ -358,6 +366,8 @@ func Wait4(pid int, wstatus *WaitStatus, options int, rusage *Rusage) (wpid int, return } +//sys Waitid(idType int, id int, info *Siginfo, options int, rusage *Rusage) (err error) + func Mkfifo(path string, mode uint32) error { return Mknod(path, mode|S_IFIFO, 0) } @@ -1489,10 +1499,9 @@ func KeyctlRestrictKeyring(ringid int, keyType string, restriction string) error //sys keyctlRestrictKeyringByType(cmd int, arg2 int, keyType string, restriction string) (err error) = SYS_KEYCTL //sys keyctlRestrictKeyring(cmd int, arg2 int) (err error) = SYS_KEYCTL -func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags int, from Sockaddr, err error) { +func recvmsgRaw(fd int, p, oob []byte, flags int, rsa *RawSockaddrAny) (n, oobn int, recvflags int, err error) { var msg Msghdr - var rsa RawSockaddrAny - msg.Name = (*byte)(unsafe.Pointer(&rsa)) + msg.Name = (*byte)(unsafe.Pointer(rsa)) msg.Namelen = uint32(SizeofSockaddrAny) var iov Iovec if len(p) > 0 { @@ -1523,28 +1532,10 @@ func Recvmsg(fd int, p, oob []byte, flags int) (n, oobn int, recvflags int, from } oobn = int(msg.Controllen) recvflags = int(msg.Flags) - // source address is only specified if the socket is unconnected - if rsa.Addr.Family != AF_UNSPEC { - from, err = anyToSockaddr(fd, &rsa) - } return } -func Sendmsg(fd int, p, oob []byte, to Sockaddr, flags int) (err error) { - _, err = SendmsgN(fd, p, oob, to, flags) - return -} - -func SendmsgN(fd int, p, oob []byte, to Sockaddr, flags int) (n int, err error) { - var ptr unsafe.Pointer - var salen _Socklen - if to != nil { - var err error - ptr, salen, err = to.sockaddr() - if err != nil { - return 0, err - } - } +func sendmsgN(fd int, p, oob []byte, ptr unsafe.Pointer, salen _Socklen, flags int) (n int, err error) { var msg Msghdr msg.Name = (*byte)(ptr) msg.Namelen = uint32(salen) @@ -1868,7 +1859,9 @@ func Getpgrp() (pid int) { //sys MemfdCreate(name string, flags int) (fd int, err error) //sys Mkdirat(dirfd int, path string, mode uint32) (err error) //sys Mknodat(dirfd int, path string, mode uint32, dev int) (err error) +//sys MoveMount(fromDirfd int, fromPathName string, toDirfd int, toPathName string, flags int) (err error) //sys Nanosleep(time *Timespec, leftover *Timespec) (err error) +//sys OpenTree(dfd int, fileName string, flags uint) (r int, err error) //sys PerfEventOpen(attr *PerfEventAttr, pid int, cpu int, groupFd int, flags int) (fd int, err error) //sys PivotRoot(newroot string, putold string) (err error) = SYS_PIVOT_ROOT //sysnb Prlimit(pid int, resource int, newlimit *Rlimit, old *Rlimit) (err error) = SYS_PRLIMIT64 @@ -2308,17 +2301,63 @@ type RemoteIovec struct { //sys PidfdOpen(pid int, flags int) (fd int, err error) = SYS_PIDFD_OPEN //sys PidfdGetfd(pidfd int, targetfd int, flags int) (fd int, err error) = SYS_PIDFD_GETFD +//sys PidfdSendSignal(pidfd int, sig Signal, info *Siginfo, flags int) (err error) = SYS_PIDFD_SEND_SIGNAL //sys shmat(id int, addr uintptr, flag int) (ret uintptr, err error) //sys shmctl(id int, cmd int, buf *SysvShmDesc) (result int, err error) //sys shmdt(addr uintptr) (err error) //sys shmget(key int, size int, flag int) (id int, err error) +//sys getitimer(which int, currValue *Itimerval) (err error) +//sys setitimer(which int, newValue *Itimerval, oldValue *Itimerval) (err error) + +// MakeItimerval creates an Itimerval from interval and value durations. +func MakeItimerval(interval, value time.Duration) Itimerval { + return Itimerval{ + Interval: NsecToTimeval(interval.Nanoseconds()), + Value: NsecToTimeval(value.Nanoseconds()), + } +} + +// A value which may be passed to the which parameter for Getitimer and +// Setitimer. +type ItimerWhich int + +// Possible which values for Getitimer and Setitimer. +const ( + ItimerReal ItimerWhich = ITIMER_REAL + ItimerVirtual ItimerWhich = ITIMER_VIRTUAL + ItimerProf ItimerWhich = ITIMER_PROF +) + +// Getitimer wraps getitimer(2) to return the current value of the timer +// specified by which. +func Getitimer(which ItimerWhich) (Itimerval, error) { + var it Itimerval + if err := getitimer(int(which), &it); err != nil { + return Itimerval{}, err + } + + return it, nil +} + +// Setitimer wraps setitimer(2) to arm or disarm the timer specified by which. +// It returns the previous value of the timer. +// +// If the Itimerval argument is the zero value, the timer will be disarmed. +func Setitimer(which ItimerWhich, it Itimerval) (Itimerval, error) { + var prev Itimerval + if err := setitimer(int(which), &it, &prev); err != nil { + return Itimerval{}, err + } + + return prev, nil +} + /* * Unimplemented */ // AfsSyscall -// Alarm // ArchPrctl // Brk // ClockNanosleep @@ -2334,7 +2373,6 @@ type RemoteIovec struct { // GetMempolicy // GetRobustList // GetThreadArea -// Getitimer // Getpmsg // IoCancel // IoDestroy @@ -2412,5 +2450,4 @@ type RemoteIovec struct { // Vfork // Vhangup // Vserver -// Waitid // _Sysctl diff --git a/vendor/golang.org/x/sys/unix/zerrors_linux.go b/vendor/golang.org/x/sys/unix/zerrors_linux.go index 4e5420586..fd0161942 100644 --- a/vendor/golang.org/x/sys/unix/zerrors_linux.go +++ b/vendor/golang.org/x/sys/unix/zerrors_linux.go @@ -38,7 +38,8 @@ const ( AF_KEY = 0xf AF_LLC = 0x1a AF_LOCAL = 0x1 - AF_MAX = 0x2d + AF_MAX = 0x2e + AF_MCTP = 0x2d AF_MPLS = 0x1c AF_NETBEUI = 0xd AF_NETLINK = 0x10 @@ -259,6 +260,17 @@ const ( BUS_USB = 0x3 BUS_VIRTUAL = 0x6 CAN_BCM = 0x2 + CAN_CTRLMODE_3_SAMPLES = 0x4 + CAN_CTRLMODE_BERR_REPORTING = 0x10 + CAN_CTRLMODE_CC_LEN8_DLC = 0x100 + CAN_CTRLMODE_FD = 0x20 + CAN_CTRLMODE_FD_NON_ISO = 0x80 + CAN_CTRLMODE_LISTENONLY = 0x2 + CAN_CTRLMODE_LOOPBACK = 0x1 + CAN_CTRLMODE_ONE_SHOT = 0x8 + CAN_CTRLMODE_PRESUME_ACK = 0x40 + CAN_CTRLMODE_TDC_AUTO = 0x200 + CAN_CTRLMODE_TDC_MANUAL = 0x400 CAN_EFF_FLAG = 0x80000000 CAN_EFF_ID_BITS = 0x1d CAN_EFF_MASK = 0x1fffffff @@ -336,6 +348,7 @@ const ( CAN_RTR_FLAG = 0x40000000 CAN_SFF_ID_BITS = 0xb CAN_SFF_MASK = 0x7ff + CAN_TERMINATION_DISABLED = 0x0 CAN_TP16 = 0x3 CAN_TP20 = 0x4 CAP_AUDIT_CONTROL = 0x1e @@ -380,9 +393,11 @@ const ( CAP_SYS_TIME = 0x19 CAP_SYS_TTY_CONFIG = 0x1a CAP_WAKE_ALARM = 0x23 + CEPH_SUPER_MAGIC = 0xc36400 CFLUSH = 0xf CGROUP2_SUPER_MAGIC = 0x63677270 CGROUP_SUPER_MAGIC = 0x27e0eb + CIFS_SUPER_MAGIC = 0xff534d42 CLOCK_BOOTTIME = 0x7 CLOCK_BOOTTIME_ALARM = 0x9 CLOCK_DEFAULT = 0x0 @@ -771,6 +786,7 @@ const ( EV_SYN = 0x0 EV_VERSION = 0x10001 EXABYTE_ENABLE_NEST = 0xf0 + EXFAT_SUPER_MAGIC = 0x2011bab0 EXT2_SUPER_MAGIC = 0xef53 EXT3_SUPER_MAGIC = 0xef53 EXT4_SUPER_MAGIC = 0xef53 @@ -813,6 +829,8 @@ const ( FAN_EVENT_INFO_TYPE_DFID_NAME = 0x2 FAN_EVENT_INFO_TYPE_ERROR = 0x5 FAN_EVENT_INFO_TYPE_FID = 0x1 + FAN_EVENT_INFO_TYPE_NEW_DFID_NAME = 0xc + FAN_EVENT_INFO_TYPE_OLD_DFID_NAME = 0xa FAN_EVENT_INFO_TYPE_PIDFD = 0x4 FAN_EVENT_METADATA_LEN = 0x18 FAN_EVENT_ON_CHILD = 0x8000000 @@ -841,11 +859,14 @@ const ( FAN_OPEN_EXEC_PERM = 0x40000 FAN_OPEN_PERM = 0x10000 FAN_Q_OVERFLOW = 0x4000 + FAN_RENAME = 0x10000000 FAN_REPORT_DFID_NAME = 0xc00 + FAN_REPORT_DFID_NAME_TARGET = 0x1e00 FAN_REPORT_DIR_FID = 0x400 FAN_REPORT_FID = 0x200 FAN_REPORT_NAME = 0x800 FAN_REPORT_PIDFD = 0x80 + FAN_REPORT_TARGET_FID = 0x1000 FAN_REPORT_TID = 0x100 FAN_UNLIMITED_MARKS = 0x20 FAN_UNLIMITED_QUEUE = 0x10 @@ -914,6 +935,7 @@ const ( FS_VERITY_METADATA_TYPE_DESCRIPTOR = 0x2 FS_VERITY_METADATA_TYPE_MERKLE_TREE = 0x1 FS_VERITY_METADATA_TYPE_SIGNATURE = 0x3 + FUSE_SUPER_MAGIC = 0x65735546 FUTEXFS_SUPER_MAGIC = 0xbad1dea F_ADD_SEALS = 0x409 F_DUPFD = 0x0 @@ -1267,9 +1289,14 @@ const ( IP_XFRM_POLICY = 0x11 ISOFS_SUPER_MAGIC = 0x9660 ISTRIP = 0x20 + ITIMER_PROF = 0x2 + ITIMER_REAL = 0x0 + ITIMER_VIRTUAL = 0x1 IUTF8 = 0x4000 IXANY = 0x800 JFFS2_SUPER_MAGIC = 0x72b6 + KCMPROTO_CONNECTED = 0x0 + KCM_RECV_DISABLE = 0x1 KEXEC_ARCH_386 = 0x30000 KEXEC_ARCH_68K = 0x40000 KEXEC_ARCH_AARCH64 = 0xb70000 @@ -1477,6 +1504,7 @@ const ( MNT_DETACH = 0x2 MNT_EXPIRE = 0x4 MNT_FORCE = 0x1 + MODULE_INIT_COMPRESSED_FILE = 0x4 MODULE_INIT_IGNORE_MODVERSIONS = 0x1 MODULE_INIT_IGNORE_VERMAGIC = 0x2 MOUNT_ATTR_IDMAP = 0x100000 @@ -1831,6 +1859,9 @@ const ( PERF_MEM_BLK_NA = 0x1 PERF_MEM_BLK_SHIFT = 0x28 PERF_MEM_HOPS_0 = 0x1 + PERF_MEM_HOPS_1 = 0x2 + PERF_MEM_HOPS_2 = 0x3 + PERF_MEM_HOPS_3 = 0x4 PERF_MEM_HOPS_SHIFT = 0x2b PERF_MEM_LOCK_LOCKED = 0x2 PERF_MEM_LOCK_NA = 0x1 @@ -2034,6 +2065,8 @@ const ( PR_SET_TIMING = 0xe PR_SET_TSC = 0x1a PR_SET_UNALIGN = 0x6 + PR_SET_VMA = 0x53564d41 + PR_SET_VMA_ANON_NAME = 0x0 PR_SPEC_DISABLE = 0x4 PR_SPEC_DISABLE_NOEXEC = 0x10 PR_SPEC_ENABLE = 0x2 @@ -2117,6 +2150,10 @@ const ( PTRACE_SYSCALL_INFO_NONE = 0x0 PTRACE_SYSCALL_INFO_SECCOMP = 0x3 PTRACE_TRACEME = 0x0 + P_ALL = 0x0 + P_PGID = 0x2 + P_PID = 0x1 + P_PIDFD = 0x3 QNX4_SUPER_MAGIC = 0x2f QNX6_SUPER_MAGIC = 0x68191122 RAMFS_MAGIC = 0x858458f6 @@ -2442,6 +2479,9 @@ const ( SIOCGSTAMPNS = 0x8907 SIOCGSTAMPNS_OLD = 0x8907 SIOCGSTAMP_OLD = 0x8906 + SIOCKCMATTACH = 0x89e0 + SIOCKCMCLONE = 0x89e2 + SIOCKCMUNATTACH = 0x89e1 SIOCOUTQNSD = 0x894b SIOCPROTOPRIVATE = 0x89e0 SIOCRTMSG = 0x890d @@ -2484,6 +2524,7 @@ const ( SMART_STATUS = 0xda SMART_WRITE_LOG_SECTOR = 0xd6 SMART_WRITE_THRESHOLDS = 0xd7 + SMB2_SUPER_MAGIC = 0xfe534d42 SMB_SUPER_MAGIC = 0x517b SOCKFS_MAGIC = 0x534f434b SOCK_BUF_LOCK_MASK = 0x3 @@ -2625,7 +2666,7 @@ const ( TASKSTATS_GENL_NAME = "TASKSTATS" TASKSTATS_GENL_VERSION = 0x1 TASKSTATS_TYPE_MAX = 0x6 - TASKSTATS_VERSION = 0xa + TASKSTATS_VERSION = 0xb TCIFLUSH = 0x0 TCIOFF = 0x2 TCIOFLUSH = 0x2 diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux.go b/vendor/golang.org/x/sys/unix/zsyscall_linux.go index 93edda4c4..198b4ac06 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_linux.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_linux.go @@ -231,6 +231,16 @@ func wait4(pid int, wstatus *_C_int, options int, rusage *Rusage) (wpid int, err // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func Waitid(idType int, id int, info *Siginfo, options int, rusage *Rusage) (err error) { + _, _, e1 := Syscall6(SYS_WAITID, uintptr(idType), uintptr(id), uintptr(unsafe.Pointer(info)), uintptr(options), uintptr(unsafe.Pointer(rusage)), 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func KeyctlInt(cmd int, arg2 int, arg3 int, arg4 int, arg5 int) (ret int, err error) { r0, _, e1 := Syscall6(SYS_KEYCTL, uintptr(cmd), uintptr(arg2), uintptr(arg3), uintptr(arg4), uintptr(arg5), 0) ret = int(r0) @@ -1195,6 +1205,26 @@ func Mknodat(dirfd int, path string, mode uint32, dev int) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func MoveMount(fromDirfd int, fromPathName string, toDirfd int, toPathName string, flags int) (err error) { + var _p0 *byte + _p0, err = BytePtrFromString(fromPathName) + if err != nil { + return + } + var _p1 *byte + _p1, err = BytePtrFromString(toPathName) + if err != nil { + return + } + _, _, e1 := Syscall6(SYS_MOVE_MOUNT, uintptr(fromDirfd), uintptr(unsafe.Pointer(_p0)), uintptr(toDirfd), uintptr(unsafe.Pointer(_p1)), uintptr(flags), 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func Nanosleep(time *Timespec, leftover *Timespec) (err error) { _, _, e1 := Syscall(SYS_NANOSLEEP, uintptr(unsafe.Pointer(time)), uintptr(unsafe.Pointer(leftover)), 0) if e1 != 0 { @@ -1205,6 +1235,22 @@ func Nanosleep(time *Timespec, leftover *Timespec) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func OpenTree(dfd int, fileName string, flags uint) (r int, err error) { + var _p0 *byte + _p0, err = BytePtrFromString(fileName) + if err != nil { + return + } + r0, _, e1 := Syscall(SYS_OPEN_TREE, uintptr(dfd), uintptr(unsafe.Pointer(_p0)), uintptr(flags)) + r = int(r0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func PerfEventOpen(attr *PerfEventAttr, pid int, cpu int, groupFd int, flags int) (fd int, err error) { r0, _, e1 := Syscall6(SYS_PERF_EVENT_OPEN, uintptr(unsafe.Pointer(attr)), uintptr(pid), uintptr(cpu), uintptr(groupFd), uintptr(flags), 0) fd = int(r0) @@ -1992,6 +2038,16 @@ func PidfdGetfd(pidfd int, targetfd int, flags int) (fd int, err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func PidfdSendSignal(pidfd int, sig Signal, info *Siginfo, flags int) (err error) { + _, _, e1 := Syscall6(SYS_PIDFD_SEND_SIGNAL, uintptr(pidfd), uintptr(sig), uintptr(unsafe.Pointer(info)), uintptr(flags), 0, 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func shmat(id int, addr uintptr, flag int) (ret uintptr, err error) { r0, _, e1 := Syscall(SYS_SHMAT, uintptr(id), uintptr(addr), uintptr(flag)) ret = uintptr(r0) @@ -2032,3 +2088,23 @@ func shmget(key int, size int, flag int) (id int, err error) { } return } + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func getitimer(which int, currValue *Itimerval) (err error) { + _, _, e1 := Syscall(SYS_GETITIMER, uintptr(which), uintptr(unsafe.Pointer(currValue)), 0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func setitimer(which int, newValue *Itimerval, oldValue *Itimerval) (err error) { + _, _, e1 := Syscall(SYS_SETITIMER, uintptr(which), uintptr(unsafe.Pointer(newValue)), uintptr(unsafe.Pointer(oldValue))) + if e1 != 0 { + err = errnoErr(e1) + } + return +} diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go index ff90c81e7..88af526b7 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_linux_386.go @@ -1,4 +1,4 @@ -// go run mksyscall.go -l32 -tags linux,386 syscall_linux.go syscall_linux_386.go +// go run mksyscall.go -l32 -tags linux,386 syscall_linux.go syscall_linux_386.go syscall_linux_alarm.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && 386 @@ -200,7 +200,7 @@ func Lstat(path string, stat *Stat_t) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pread(fd int, p []byte, offset int64) (n int, err error) { +func pread(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -217,7 +217,7 @@ func Pread(fd int, p []byte, offset int64) (n int, err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pwrite(fd int, p []byte, offset int64) (n int, err error) { +func pwrite(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -524,3 +524,14 @@ func utimes(path string, times *[2]Timeval) (err error) { } return } + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func Alarm(seconds uint) (remaining uint, err error) { + r0, _, e1 := Syscall(SYS_ALARM, uintptr(seconds), 0, 0) + remaining = uint(r0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go index fa7d3dbe4..2a0c4aa6a 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go @@ -1,4 +1,4 @@ -// go run mksyscall.go -tags linux,amd64 syscall_linux.go syscall_linux_amd64.go +// go run mksyscall.go -tags linux,amd64 syscall_linux.go syscall_linux_amd64.go syscall_linux_alarm.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && amd64 @@ -215,6 +215,17 @@ func Listen(s int, n int) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT +func MemfdSecret(flags int) (fd int, err error) { + r0, _, e1 := Syscall(SYS_MEMFD_SECRET, uintptr(flags), 0, 0) + fd = int(r0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + func Pause() (err error) { _, _, e1 := Syscall(SYS_PAUSE, 0, 0, 0) if e1 != 0 { @@ -225,7 +236,7 @@ func Pause() (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pread(fd int, p []byte, offset int64) (n int, err error) { +func pread(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -242,7 +253,7 @@ func Pread(fd int, p []byte, offset int64) (n int, err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pwrite(fd int, p []byte, offset int64) (n int, err error) { +func pwrite(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -444,17 +455,6 @@ func Ustat(dev int, ubuf *Ustat_t) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) { - r0, _, e1 := Syscall(SYS_ACCEPT, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen))) - fd = int(r0) - if e1 != 0 { - err = errnoErr(e1) - } - return -} - -// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT - func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (fd int, err error) { r0, _, e1 := Syscall6(SYS_ACCEPT4, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)), uintptr(flags), 0, 0) fd = int(r0) @@ -691,3 +691,14 @@ func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline string, f } return } + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func Alarm(seconds uint) (remaining uint, err error) { + r0, _, e1 := Syscall(SYS_ALARM, uintptr(seconds), 0, 0) + remaining = uint(r0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go index 654f91530..4882bde3a 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go @@ -46,17 +46,6 @@ func Tee(rfd int, wfd int, len int, flags int) (n int64, err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) { - r0, _, e1 := Syscall(SYS_ACCEPT, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen))) - fd = int(r0) - if e1 != 0 { - err = errnoErr(e1) - } - return -} - -// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT - func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (fd int, err error) { r0, _, e1 := Syscall6(SYS_ACCEPT4, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)), uintptr(flags), 0, 0) fd = int(r0) @@ -549,7 +538,7 @@ func utimes(path string, times *[2]Timeval) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pread(fd int, p []byte, offset int64) (n int, err error) { +func pread(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -566,7 +555,7 @@ func Pread(fd int, p []byte, offset int64) (n int, err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pwrite(fd int, p []byte, offset int64) (n int, err error) { +func pwrite(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go index 6d1552885..d7d6f4244 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go @@ -1,4 +1,4 @@ -// go run mksyscall.go -b32 -arm -tags linux,mips syscall_linux.go syscall_linux_mipsx.go +// go run mksyscall.go -b32 -arm -tags linux,mips syscall_linux.go syscall_linux_mipsx.go syscall_linux_alarm.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && mips @@ -150,7 +150,7 @@ func Listen(s int, n int) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pread(fd int, p []byte, offset int64) (n int, err error) { +func pread(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -167,7 +167,7 @@ func Pread(fd int, p []byte, offset int64) (n int, err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pwrite(fd int, p []byte, offset int64) (n int, err error) { +func pwrite(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -344,17 +344,6 @@ func Ustat(dev int, ubuf *Ustat_t) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) { - r0, _, e1 := Syscall(SYS_ACCEPT, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen))) - fd = int(r0) - if e1 != 0 { - err = errnoErr(e1) - } - return -} - -// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT - func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (fd int, err error) { r0, _, e1 := Syscall6(SYS_ACCEPT4, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)), uintptr(flags), 0, 0) fd = int(r0) @@ -702,3 +691,14 @@ func setrlimit(resource int, rlim *rlimit32) (err error) { } return } + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func Alarm(seconds uint) (remaining uint, err error) { + r0, _, e1 := Syscall(SYS_ALARM, uintptr(seconds), 0, 0) + remaining = uint(r0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go index 1e20d72df..7f1f8e653 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go @@ -1,4 +1,4 @@ -// go run mksyscall.go -tags linux,mips64 syscall_linux.go syscall_linux_mips64x.go +// go run mksyscall.go -tags linux,mips64 syscall_linux.go syscall_linux_mips64x.go syscall_linux_alarm.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && mips64 @@ -180,7 +180,7 @@ func Pause() (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pread(fd int, p []byte, offset int64) (n int, err error) { +func pread(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -197,7 +197,7 @@ func Pread(fd int, p []byte, offset int64) (n int, err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pwrite(fd int, p []byte, offset int64) (n int, err error) { +func pwrite(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -399,17 +399,6 @@ func Ustat(dev int, ubuf *Ustat_t) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) { - r0, _, e1 := Syscall(SYS_ACCEPT, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen))) - fd = int(r0) - if e1 != 0 { - err = errnoErr(e1) - } - return -} - -// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT - func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (fd int, err error) { r0, _, e1 := Syscall6(SYS_ACCEPT4, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)), uintptr(flags), 0, 0) fd = int(r0) @@ -696,3 +685,14 @@ func stat(path string, st *stat_t) (err error) { } return } + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func Alarm(seconds uint) (remaining uint, err error) { + r0, _, e1 := Syscall(SYS_ALARM, uintptr(seconds), 0, 0) + remaining = uint(r0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go index a0440c1d4..297d0a998 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go @@ -1,4 +1,4 @@ -// go run mksyscall.go -l32 -arm -tags linux,mipsle syscall_linux.go syscall_linux_mipsx.go +// go run mksyscall.go -l32 -arm -tags linux,mipsle syscall_linux.go syscall_linux_mipsx.go syscall_linux_alarm.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && mipsle @@ -150,7 +150,7 @@ func Listen(s int, n int) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pread(fd int, p []byte, offset int64) (n int, err error) { +func pread(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -167,7 +167,7 @@ func Pread(fd int, p []byte, offset int64) (n int, err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pwrite(fd int, p []byte, offset int64) (n int, err error) { +func pwrite(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -344,17 +344,6 @@ func Ustat(dev int, ubuf *Ustat_t) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) { - r0, _, e1 := Syscall(SYS_ACCEPT, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen))) - fd = int(r0) - if e1 != 0 { - err = errnoErr(e1) - } - return -} - -// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT - func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (fd int, err error) { r0, _, e1 := Syscall6(SYS_ACCEPT4, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)), uintptr(flags), 0, 0) fd = int(r0) @@ -702,3 +691,14 @@ func setrlimit(resource int, rlim *rlimit32) (err error) { } return } + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func Alarm(seconds uint) (remaining uint, err error) { + r0, _, e1 := Syscall(SYS_ALARM, uintptr(seconds), 0, 0) + remaining = uint(r0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go index 202add37d..e0dabc602 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go @@ -1,4 +1,4 @@ -// go run mksyscall.go -tags linux,s390x syscall_linux.go syscall_linux_s390x.go +// go run mksyscall.go -tags linux,s390x syscall_linux.go syscall_linux_s390x.go syscall_linux_alarm.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && s390x @@ -210,7 +210,7 @@ func Pause() (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pread(fd int, p []byte, offset int64) (n int, err error) { +func pread(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -227,7 +227,7 @@ func Pread(fd int, p []byte, offset int64) (n int, err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pwrite(fd int, p []byte, offset int64) (n int, err error) { +func pwrite(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -533,3 +533,14 @@ func kexecFileLoad(kernelFd int, initrdFd int, cmdlineLen int, cmdline string, f } return } + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func Alarm(seconds uint) (remaining uint, err error) { + r0, _, e1 := Syscall(SYS_ALARM, uintptr(seconds), 0, 0) + remaining = uint(r0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} diff --git a/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go b/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go index 2ab268c34..368623c0f 100644 --- a/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go +++ b/vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go @@ -1,4 +1,4 @@ -// go run mksyscall.go -tags linux,sparc64 syscall_linux.go syscall_linux_sparc64.go +// go run mksyscall.go -tags linux,sparc64 syscall_linux.go syscall_linux_sparc64.go syscall_linux_alarm.go // Code generated by the command above; see README.md. DO NOT EDIT. //go:build linux && sparc64 @@ -220,7 +220,7 @@ func Pause() (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pread(fd int, p []byte, offset int64) (n int, err error) { +func pread(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -237,7 +237,7 @@ func Pread(fd int, p []byte, offset int64) (n int, err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func Pwrite(fd int, p []byte, offset int64) (n int, err error) { +func pwrite(fd int, p []byte, offset int64) (n int, err error) { var _p0 unsafe.Pointer if len(p) > 0 { _p0 = unsafe.Pointer(&p[0]) @@ -455,17 +455,6 @@ func Truncate(path string, length int64) (err error) { // THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT -func accept(s int, rsa *RawSockaddrAny, addrlen *_Socklen) (fd int, err error) { - r0, _, e1 := Syscall(SYS_ACCEPT, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen))) - fd = int(r0) - if e1 != 0 { - err = errnoErr(e1) - } - return -} - -// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT - func accept4(s int, rsa *RawSockaddrAny, addrlen *_Socklen, flags int) (fd int, err error) { r0, _, e1 := Syscall6(SYS_ACCEPT4, uintptr(s), uintptr(unsafe.Pointer(rsa)), uintptr(unsafe.Pointer(addrlen)), uintptr(flags), 0, 0) fd = int(r0) @@ -697,3 +686,14 @@ func utimes(path string, times *[2]Timeval) (err error) { } return } + +// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT + +func Alarm(seconds uint) (remaining uint, err error) { + r0, _, e1 := Syscall(SYS_ALARM, uintptr(seconds), 0, 0) + remaining = uint(r0) + if e1 != 0 { + err = errnoErr(e1) + } + return +} diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go index cac1f758b..62192e1de 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_386.go @@ -446,4 +446,5 @@ const ( SYS_MEMFD_SECRET = 447 SYS_PROCESS_MRELEASE = 448 SYS_FUTEX_WAITV = 449 + SYS_SET_MEMPOLICY_HOME_NODE = 450 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go index f327e4a0b..490aab5d2 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go @@ -368,4 +368,5 @@ const ( SYS_MEMFD_SECRET = 447 SYS_PROCESS_MRELEASE = 448 SYS_FUTEX_WAITV = 449 + SYS_SET_MEMPOLICY_HOME_NODE = 450 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go index fb06a08d4..aca17b6fa 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go @@ -410,4 +410,5 @@ const ( SYS_LANDLOCK_RESTRICT_SELF = 446 SYS_PROCESS_MRELEASE = 448 SYS_FUTEX_WAITV = 449 + SYS_SET_MEMPOLICY_HOME_NODE = 450 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go index 58285646e..54b4dfa54 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go @@ -313,4 +313,5 @@ const ( SYS_MEMFD_SECRET = 447 SYS_PROCESS_MRELEASE = 448 SYS_FUTEX_WAITV = 449 + SYS_SET_MEMPOLICY_HOME_NODE = 450 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go index 3b0418e68..65a99efc2 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go @@ -430,4 +430,5 @@ const ( SYS_LANDLOCK_RESTRICT_SELF = 4446 SYS_PROCESS_MRELEASE = 4448 SYS_FUTEX_WAITV = 4449 + SYS_SET_MEMPOLICY_HOME_NODE = 4450 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go index 314ebf166..841c8a668 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go @@ -360,4 +360,5 @@ const ( SYS_LANDLOCK_RESTRICT_SELF = 5446 SYS_PROCESS_MRELEASE = 5448 SYS_FUTEX_WAITV = 5449 + SYS_SET_MEMPOLICY_HOME_NODE = 5450 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go index b8fbb937a..e26a7c765 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go @@ -360,4 +360,5 @@ const ( SYS_LANDLOCK_RESTRICT_SELF = 5446 SYS_PROCESS_MRELEASE = 5448 SYS_FUTEX_WAITV = 5449 + SYS_SET_MEMPOLICY_HOME_NODE = 5450 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go index ee309b2ba..26447260a 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go @@ -430,4 +430,5 @@ const ( SYS_LANDLOCK_RESTRICT_SELF = 4446 SYS_PROCESS_MRELEASE = 4448 SYS_FUTEX_WAITV = 4449 + SYS_SET_MEMPOLICY_HOME_NODE = 4450 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go index ac3748104..26aefc186 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc.go @@ -437,4 +437,5 @@ const ( SYS_LANDLOCK_RESTRICT_SELF = 446 SYS_PROCESS_MRELEASE = 448 SYS_FUTEX_WAITV = 449 + SYS_SET_MEMPOLICY_HOME_NODE = 450 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go index 5aa472111..8d4cd9d99 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go @@ -409,4 +409,5 @@ const ( SYS_LANDLOCK_RESTRICT_SELF = 446 SYS_PROCESS_MRELEASE = 448 SYS_FUTEX_WAITV = 449 + SYS_SET_MEMPOLICY_HOME_NODE = 450 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go index 0793ac1a6..3b405d1f8 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go @@ -409,4 +409,5 @@ const ( SYS_LANDLOCK_RESTRICT_SELF = 446 SYS_PROCESS_MRELEASE = 448 SYS_FUTEX_WAITV = 449 + SYS_SET_MEMPOLICY_HOME_NODE = 450 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go index a520962e3..c3a5af862 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_riscv64.go @@ -311,4 +311,5 @@ const ( SYS_LANDLOCK_RESTRICT_SELF = 446 SYS_PROCESS_MRELEASE = 448 SYS_FUTEX_WAITV = 449 + SYS_SET_MEMPOLICY_HOME_NODE = 450 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go index d1738586b..8ffa66469 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go @@ -374,4 +374,5 @@ const ( SYS_LANDLOCK_RESTRICT_SELF = 446 SYS_PROCESS_MRELEASE = 448 SYS_FUTEX_WAITV = 449 + SYS_SET_MEMPOLICY_HOME_NODE = 450 ) diff --git a/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go b/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go index dfd5660f9..6a39640e7 100644 --- a/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go +++ b/vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go @@ -388,4 +388,5 @@ const ( SYS_LANDLOCK_RESTRICT_SELF = 446 SYS_PROCESS_MRELEASE = 448 SYS_FUTEX_WAITV = 449 + SYS_SET_MEMPOLICY_HOME_NODE = 450 ) diff --git a/vendor/golang.org/x/sys/unix/ztypes_linux.go b/vendor/golang.org/x/sys/unix/ztypes_linux.go index 66788f156..e0cdc7efe 100644 --- a/vendor/golang.org/x/sys/unix/ztypes_linux.go +++ b/vendor/golang.org/x/sys/unix/ztypes_linux.go @@ -24,6 +24,11 @@ type ItimerSpec struct { Value Timespec } +type Itimerval struct { + Interval Timeval + Value Timeval +} + const ( TIME_OK = 0x0 TIME_INS = 0x1 @@ -749,6 +754,16 @@ const ( AT_SYMLINK_NOFOLLOW = 0x100 AT_EACCESS = 0x200 + + OPEN_TREE_CLONE = 0x1 + + MOVE_MOUNT_F_SYMLINKS = 0x1 + MOVE_MOUNT_F_AUTOMOUNTS = 0x2 + MOVE_MOUNT_F_EMPTY_PATH = 0x4 + MOVE_MOUNT_T_SYMLINKS = 0x10 + MOVE_MOUNT_T_AUTOMOUNTS = 0x20 + MOVE_MOUNT_T_EMPTY_PATH = 0x40 + MOVE_MOUNT_SET_GROUP = 0x100 ) type OpenHow struct { @@ -3614,7 +3629,7 @@ const ( ETHTOOL_A_RINGS_RX_MINI = 0x7 ETHTOOL_A_RINGS_RX_JUMBO = 0x8 ETHTOOL_A_RINGS_TX = 0x9 - ETHTOOL_A_RINGS_MAX = 0x9 + ETHTOOL_A_RINGS_MAX = 0xa ETHTOOL_A_CHANNELS_UNSPEC = 0x0 ETHTOOL_A_CHANNELS_HEADER = 0x1 ETHTOOL_A_CHANNELS_RX_MAX = 0x2 @@ -3766,6 +3781,8 @@ const ( ETHTOOL_A_TUNNEL_INFO_MAX = 0x2 ) +const SPEED_UNKNOWN = -0x1 + type EthtoolDrvinfo struct { Cmd uint32 Driver [32]byte @@ -4065,3 +4082,1463 @@ const ( NL_POLICY_TYPE_ATTR_MASK = 0xc NL_POLICY_TYPE_ATTR_MAX = 0xc ) + +type CANBitTiming struct { + Bitrate uint32 + Sample_point uint32 + Tq uint32 + Prop_seg uint32 + Phase_seg1 uint32 + Phase_seg2 uint32 + Sjw uint32 + Brp uint32 +} + +type CANBitTimingConst struct { + Name [16]uint8 + Tseg1_min uint32 + Tseg1_max uint32 + Tseg2_min uint32 + Tseg2_max uint32 + Sjw_max uint32 + Brp_min uint32 + Brp_max uint32 + Brp_inc uint32 +} + +type CANClock struct { + Freq uint32 +} + +type CANBusErrorCounters struct { + Txerr uint16 + Rxerr uint16 +} + +type CANCtrlMode struct { + Mask uint32 + Flags uint32 +} + +type CANDeviceStats struct { + Bus_error uint32 + Error_warning uint32 + Error_passive uint32 + Bus_off uint32 + Arbitration_lost uint32 + Restarts uint32 +} + +const ( + CAN_STATE_ERROR_ACTIVE = 0x0 + CAN_STATE_ERROR_WARNING = 0x1 + CAN_STATE_ERROR_PASSIVE = 0x2 + CAN_STATE_BUS_OFF = 0x3 + CAN_STATE_STOPPED = 0x4 + CAN_STATE_SLEEPING = 0x5 + CAN_STATE_MAX = 0x6 +) + +const ( + IFLA_CAN_UNSPEC = 0x0 + IFLA_CAN_BITTIMING = 0x1 + IFLA_CAN_BITTIMING_CONST = 0x2 + IFLA_CAN_CLOCK = 0x3 + IFLA_CAN_STATE = 0x4 + IFLA_CAN_CTRLMODE = 0x5 + IFLA_CAN_RESTART_MS = 0x6 + IFLA_CAN_RESTART = 0x7 + IFLA_CAN_BERR_COUNTER = 0x8 + IFLA_CAN_DATA_BITTIMING = 0x9 + IFLA_CAN_DATA_BITTIMING_CONST = 0xa + IFLA_CAN_TERMINATION = 0xb + IFLA_CAN_TERMINATION_CONST = 0xc + IFLA_CAN_BITRATE_CONST = 0xd + IFLA_CAN_DATA_BITRATE_CONST = 0xe + IFLA_CAN_BITRATE_MAX = 0xf +) + +type KCMAttach struct { + Fd int32 + Bpf_fd int32 +} + +type KCMUnattach struct { + Fd int32 +} + +type KCMClone struct { + Fd int32 +} + +const ( + NL80211_AC_BE = 0x2 + NL80211_AC_BK = 0x3 + NL80211_ACL_POLICY_ACCEPT_UNLESS_LISTED = 0x0 + NL80211_ACL_POLICY_DENY_UNLESS_LISTED = 0x1 + NL80211_AC_VI = 0x1 + NL80211_AC_VO = 0x0 + NL80211_ATTR_4ADDR = 0x53 + NL80211_ATTR_ACK = 0x5c + NL80211_ATTR_ACK_SIGNAL = 0x107 + NL80211_ATTR_ACL_POLICY = 0xa5 + NL80211_ATTR_ADMITTED_TIME = 0xd4 + NL80211_ATTR_AIRTIME_WEIGHT = 0x112 + NL80211_ATTR_AKM_SUITES = 0x4c + NL80211_ATTR_AP_ISOLATE = 0x60 + NL80211_ATTR_AUTH_DATA = 0x9c + NL80211_ATTR_AUTH_TYPE = 0x35 + NL80211_ATTR_BANDS = 0xef + NL80211_ATTR_BEACON_HEAD = 0xe + NL80211_ATTR_BEACON_INTERVAL = 0xc + NL80211_ATTR_BEACON_TAIL = 0xf + NL80211_ATTR_BG_SCAN_PERIOD = 0x98 + NL80211_ATTR_BSS_BASIC_RATES = 0x24 + NL80211_ATTR_BSS = 0x2f + NL80211_ATTR_BSS_CTS_PROT = 0x1c + NL80211_ATTR_BSS_HT_OPMODE = 0x6d + NL80211_ATTR_BSSID = 0xf5 + NL80211_ATTR_BSS_SELECT = 0xe3 + NL80211_ATTR_BSS_SHORT_PREAMBLE = 0x1d + NL80211_ATTR_BSS_SHORT_SLOT_TIME = 0x1e + NL80211_ATTR_CENTER_FREQ1 = 0xa0 + NL80211_ATTR_CENTER_FREQ1_OFFSET = 0x123 + NL80211_ATTR_CENTER_FREQ2 = 0xa1 + NL80211_ATTR_CHANNEL_WIDTH = 0x9f + NL80211_ATTR_CH_SWITCH_BLOCK_TX = 0xb8 + NL80211_ATTR_CH_SWITCH_COUNT = 0xb7 + NL80211_ATTR_CIPHER_SUITE_GROUP = 0x4a + NL80211_ATTR_CIPHER_SUITES = 0x39 + NL80211_ATTR_CIPHER_SUITES_PAIRWISE = 0x49 + NL80211_ATTR_CNTDWN_OFFS_BEACON = 0xba + NL80211_ATTR_CNTDWN_OFFS_PRESP = 0xbb + NL80211_ATTR_COALESCE_RULE = 0xb6 + NL80211_ATTR_COALESCE_RULE_CONDITION = 0x2 + NL80211_ATTR_COALESCE_RULE_DELAY = 0x1 + NL80211_ATTR_COALESCE_RULE_MAX = 0x3 + NL80211_ATTR_COALESCE_RULE_PKT_PATTERN = 0x3 + NL80211_ATTR_CONN_FAILED_REASON = 0x9b + NL80211_ATTR_CONTROL_PORT = 0x44 + NL80211_ATTR_CONTROL_PORT_ETHERTYPE = 0x66 + NL80211_ATTR_CONTROL_PORT_NO_ENCRYPT = 0x67 + NL80211_ATTR_CONTROL_PORT_NO_PREAUTH = 0x11e + NL80211_ATTR_CONTROL_PORT_OVER_NL80211 = 0x108 + NL80211_ATTR_COOKIE = 0x58 + NL80211_ATTR_CQM_BEACON_LOSS_EVENT = 0x8 + NL80211_ATTR_CQM = 0x5e + NL80211_ATTR_CQM_MAX = 0x9 + NL80211_ATTR_CQM_PKT_LOSS_EVENT = 0x4 + NL80211_ATTR_CQM_RSSI_HYST = 0x2 + NL80211_ATTR_CQM_RSSI_LEVEL = 0x9 + NL80211_ATTR_CQM_RSSI_THOLD = 0x1 + NL80211_ATTR_CQM_RSSI_THRESHOLD_EVENT = 0x3 + NL80211_ATTR_CQM_TXE_INTVL = 0x7 + NL80211_ATTR_CQM_TXE_PKTS = 0x6 + NL80211_ATTR_CQM_TXE_RATE = 0x5 + NL80211_ATTR_CRIT_PROT_ID = 0xb3 + NL80211_ATTR_CSA_C_OFF_BEACON = 0xba + NL80211_ATTR_CSA_C_OFF_PRESP = 0xbb + NL80211_ATTR_CSA_C_OFFSETS_TX = 0xcd + NL80211_ATTR_CSA_IES = 0xb9 + NL80211_ATTR_DEVICE_AP_SME = 0x8d + NL80211_ATTR_DFS_CAC_TIME = 0x7 + NL80211_ATTR_DFS_REGION = 0x92 + NL80211_ATTR_DISABLE_HE = 0x12d + NL80211_ATTR_DISABLE_HT = 0x93 + NL80211_ATTR_DISABLE_VHT = 0xaf + NL80211_ATTR_DISCONNECTED_BY_AP = 0x47 + NL80211_ATTR_DONT_WAIT_FOR_ACK = 0x8e + NL80211_ATTR_DTIM_PERIOD = 0xd + NL80211_ATTR_DURATION = 0x57 + NL80211_ATTR_EXT_CAPA = 0xa9 + NL80211_ATTR_EXT_CAPA_MASK = 0xaa + NL80211_ATTR_EXTERNAL_AUTH_ACTION = 0x104 + NL80211_ATTR_EXTERNAL_AUTH_SUPPORT = 0x105 + NL80211_ATTR_EXT_FEATURES = 0xd9 + NL80211_ATTR_FEATURE_FLAGS = 0x8f + NL80211_ATTR_FILS_CACHE_ID = 0xfd + NL80211_ATTR_FILS_DISCOVERY = 0x126 + NL80211_ATTR_FILS_ERP_NEXT_SEQ_NUM = 0xfb + NL80211_ATTR_FILS_ERP_REALM = 0xfa + NL80211_ATTR_FILS_ERP_RRK = 0xfc + NL80211_ATTR_FILS_ERP_USERNAME = 0xf9 + NL80211_ATTR_FILS_KEK = 0xf2 + NL80211_ATTR_FILS_NONCES = 0xf3 + NL80211_ATTR_FRAME = 0x33 + NL80211_ATTR_FRAME_MATCH = 0x5b + NL80211_ATTR_FRAME_TYPE = 0x65 + NL80211_ATTR_FREQ_AFTER = 0x3b + NL80211_ATTR_FREQ_BEFORE = 0x3a + NL80211_ATTR_FREQ_FIXED = 0x3c + NL80211_ATTR_FREQ_RANGE_END = 0x3 + NL80211_ATTR_FREQ_RANGE_MAX_BW = 0x4 + NL80211_ATTR_FREQ_RANGE_START = 0x2 + NL80211_ATTR_FTM_RESPONDER = 0x10e + NL80211_ATTR_FTM_RESPONDER_STATS = 0x10f + NL80211_ATTR_GENERATION = 0x2e + NL80211_ATTR_HANDLE_DFS = 0xbf + NL80211_ATTR_HE_6GHZ_CAPABILITY = 0x125 + NL80211_ATTR_HE_BSS_COLOR = 0x11b + NL80211_ATTR_HE_CAPABILITY = 0x10d + NL80211_ATTR_HE_OBSS_PD = 0x117 + NL80211_ATTR_HIDDEN_SSID = 0x7e + NL80211_ATTR_HT_CAPABILITY = 0x1f + NL80211_ATTR_HT_CAPABILITY_MASK = 0x94 + NL80211_ATTR_IE_ASSOC_RESP = 0x80 + NL80211_ATTR_IE = 0x2a + NL80211_ATTR_IE_PROBE_RESP = 0x7f + NL80211_ATTR_IE_RIC = 0xb2 + NL80211_ATTR_IFACE_SOCKET_OWNER = 0xcc + NL80211_ATTR_IFINDEX = 0x3 + NL80211_ATTR_IFNAME = 0x4 + NL80211_ATTR_IFTYPE_AKM_SUITES = 0x11c + NL80211_ATTR_IFTYPE = 0x5 + NL80211_ATTR_IFTYPE_EXT_CAPA = 0xe6 + NL80211_ATTR_INACTIVITY_TIMEOUT = 0x96 + NL80211_ATTR_INTERFACE_COMBINATIONS = 0x78 + NL80211_ATTR_KEY_CIPHER = 0x9 + NL80211_ATTR_KEY = 0x50 + NL80211_ATTR_KEY_DATA = 0x7 + NL80211_ATTR_KEY_DEFAULT = 0xb + NL80211_ATTR_KEY_DEFAULT_MGMT = 0x28 + NL80211_ATTR_KEY_DEFAULT_TYPES = 0x6e + NL80211_ATTR_KEY_IDX = 0x8 + NL80211_ATTR_KEYS = 0x51 + NL80211_ATTR_KEY_SEQ = 0xa + NL80211_ATTR_KEY_TYPE = 0x37 + NL80211_ATTR_LOCAL_MESH_POWER_MODE = 0xa4 + NL80211_ATTR_LOCAL_STATE_CHANGE = 0x5f + NL80211_ATTR_MAC_ACL_MAX = 0xa7 + NL80211_ATTR_MAC_ADDRS = 0xa6 + NL80211_ATTR_MAC = 0x6 + NL80211_ATTR_MAC_HINT = 0xc8 + NL80211_ATTR_MAC_MASK = 0xd7 + NL80211_ATTR_MAX_AP_ASSOC_STA = 0xca + NL80211_ATTR_MAX = 0x135 + NL80211_ATTR_MAX_CRIT_PROT_DURATION = 0xb4 + NL80211_ATTR_MAX_CSA_COUNTERS = 0xce + NL80211_ATTR_MAX_MATCH_SETS = 0x85 + NL80211_ATTR_MAX_NUM_PMKIDS = 0x56 + NL80211_ATTR_MAX_NUM_SCAN_SSIDS = 0x2b + NL80211_ATTR_MAX_NUM_SCHED_SCAN_PLANS = 0xde + NL80211_ATTR_MAX_NUM_SCHED_SCAN_SSIDS = 0x7b + NL80211_ATTR_MAX_REMAIN_ON_CHANNEL_DURATION = 0x6f + NL80211_ATTR_MAX_SCAN_IE_LEN = 0x38 + NL80211_ATTR_MAX_SCAN_PLAN_INTERVAL = 0xdf + NL80211_ATTR_MAX_SCAN_PLAN_ITERATIONS = 0xe0 + NL80211_ATTR_MAX_SCHED_SCAN_IE_LEN = 0x7c + NL80211_ATTR_MCAST_RATE = 0x6b + NL80211_ATTR_MDID = 0xb1 + NL80211_ATTR_MEASUREMENT_DURATION = 0xeb + NL80211_ATTR_MEASUREMENT_DURATION_MANDATORY = 0xec + NL80211_ATTR_MESH_CONFIG = 0x23 + NL80211_ATTR_MESH_ID = 0x18 + NL80211_ATTR_MESH_PEER_AID = 0xed + NL80211_ATTR_MESH_SETUP = 0x70 + NL80211_ATTR_MGMT_SUBTYPE = 0x29 + NL80211_ATTR_MNTR_FLAGS = 0x17 + NL80211_ATTR_MPATH_INFO = 0x1b + NL80211_ATTR_MPATH_NEXT_HOP = 0x1a + NL80211_ATTR_MULTICAST_TO_UNICAST_ENABLED = 0xf4 + NL80211_ATTR_MU_MIMO_FOLLOW_MAC_ADDR = 0xe8 + NL80211_ATTR_MU_MIMO_GROUP_DATA = 0xe7 + NL80211_ATTR_NAN_FUNC = 0xf0 + NL80211_ATTR_NAN_MASTER_PREF = 0xee + NL80211_ATTR_NAN_MATCH = 0xf1 + NL80211_ATTR_NETNS_FD = 0xdb + NL80211_ATTR_NOACK_MAP = 0x95 + NL80211_ATTR_NSS = 0x106 + NL80211_ATTR_OFFCHANNEL_TX_OK = 0x6c + NL80211_ATTR_OPER_CLASS = 0xd6 + NL80211_ATTR_OPMODE_NOTIF = 0xc2 + NL80211_ATTR_P2P_CTWINDOW = 0xa2 + NL80211_ATTR_P2P_OPPPS = 0xa3 + NL80211_ATTR_PAD = 0xe5 + NL80211_ATTR_PBSS = 0xe2 + NL80211_ATTR_PEER_AID = 0xb5 + NL80211_ATTR_PEER_MEASUREMENTS = 0x111 + NL80211_ATTR_PID = 0x52 + NL80211_ATTR_PMK = 0xfe + NL80211_ATTR_PMKID = 0x55 + NL80211_ATTR_PMK_LIFETIME = 0x11f + NL80211_ATTR_PMKR0_NAME = 0x102 + NL80211_ATTR_PMK_REAUTH_THRESHOLD = 0x120 + NL80211_ATTR_PMKSA_CANDIDATE = 0x86 + NL80211_ATTR_PORT_AUTHORIZED = 0x103 + NL80211_ATTR_POWER_RULE_MAX_ANT_GAIN = 0x5 + NL80211_ATTR_POWER_RULE_MAX_EIRP = 0x6 + NL80211_ATTR_PREV_BSSID = 0x4f + NL80211_ATTR_PRIVACY = 0x46 + NL80211_ATTR_PROBE_RESP = 0x91 + NL80211_ATTR_PROBE_RESP_OFFLOAD = 0x90 + NL80211_ATTR_PROTOCOL_FEATURES = 0xad + NL80211_ATTR_PS_STATE = 0x5d + NL80211_ATTR_QOS_MAP = 0xc7 + NL80211_ATTR_RADAR_EVENT = 0xa8 + NL80211_ATTR_REASON_CODE = 0x36 + NL80211_ATTR_RECEIVE_MULTICAST = 0x121 + NL80211_ATTR_RECONNECT_REQUESTED = 0x12b + NL80211_ATTR_REG_ALPHA2 = 0x21 + NL80211_ATTR_REG_INDOOR = 0xdd + NL80211_ATTR_REG_INITIATOR = 0x30 + NL80211_ATTR_REG_RULE_FLAGS = 0x1 + NL80211_ATTR_REG_RULES = 0x22 + NL80211_ATTR_REG_TYPE = 0x31 + NL80211_ATTR_REKEY_DATA = 0x7a + NL80211_ATTR_REQ_IE = 0x4d + NL80211_ATTR_RESP_IE = 0x4e + NL80211_ATTR_ROAM_SUPPORT = 0x83 + NL80211_ATTR_RX_FRAME_TYPES = 0x64 + NL80211_ATTR_RXMGMT_FLAGS = 0xbc + NL80211_ATTR_RX_SIGNAL_DBM = 0x97 + NL80211_ATTR_S1G_CAPABILITY = 0x128 + NL80211_ATTR_S1G_CAPABILITY_MASK = 0x129 + NL80211_ATTR_SAE_DATA = 0x9c + NL80211_ATTR_SAE_PASSWORD = 0x115 + NL80211_ATTR_SAE_PWE = 0x12a + NL80211_ATTR_SAR_SPEC = 0x12c + NL80211_ATTR_SCAN_FLAGS = 0x9e + NL80211_ATTR_SCAN_FREQ_KHZ = 0x124 + NL80211_ATTR_SCAN_FREQUENCIES = 0x2c + NL80211_ATTR_SCAN_GENERATION = 0x2e + NL80211_ATTR_SCAN_SSIDS = 0x2d + NL80211_ATTR_SCAN_START_TIME_TSF_BSSID = 0xea + NL80211_ATTR_SCAN_START_TIME_TSF = 0xe9 + NL80211_ATTR_SCAN_SUPP_RATES = 0x7d + NL80211_ATTR_SCHED_SCAN_DELAY = 0xdc + NL80211_ATTR_SCHED_SCAN_INTERVAL = 0x77 + NL80211_ATTR_SCHED_SCAN_MATCH = 0x84 + NL80211_ATTR_SCHED_SCAN_MATCH_SSID = 0x1 + NL80211_ATTR_SCHED_SCAN_MAX_REQS = 0x100 + NL80211_ATTR_SCHED_SCAN_MULTI = 0xff + NL80211_ATTR_SCHED_SCAN_PLANS = 0xe1 + NL80211_ATTR_SCHED_SCAN_RELATIVE_RSSI = 0xf6 + NL80211_ATTR_SCHED_SCAN_RSSI_ADJUST = 0xf7 + NL80211_ATTR_SMPS_MODE = 0xd5 + NL80211_ATTR_SOCKET_OWNER = 0xcc + NL80211_ATTR_SOFTWARE_IFTYPES = 0x79 + NL80211_ATTR_SPLIT_WIPHY_DUMP = 0xae + NL80211_ATTR_SSID = 0x34 + NL80211_ATTR_STA_AID = 0x10 + NL80211_ATTR_STA_CAPABILITY = 0xab + NL80211_ATTR_STA_EXT_CAPABILITY = 0xac + NL80211_ATTR_STA_FLAGS2 = 0x43 + NL80211_ATTR_STA_FLAGS = 0x11 + NL80211_ATTR_STA_INFO = 0x15 + NL80211_ATTR_STA_LISTEN_INTERVAL = 0x12 + NL80211_ATTR_STA_PLINK_ACTION = 0x19 + NL80211_ATTR_STA_PLINK_STATE = 0x74 + NL80211_ATTR_STA_SUPPORTED_CHANNELS = 0xbd + NL80211_ATTR_STA_SUPPORTED_OPER_CLASSES = 0xbe + NL80211_ATTR_STA_SUPPORTED_RATES = 0x13 + NL80211_ATTR_STA_SUPPORT_P2P_PS = 0xe4 + NL80211_ATTR_STATUS_CODE = 0x48 + NL80211_ATTR_STA_TX_POWER = 0x114 + NL80211_ATTR_STA_TX_POWER_SETTING = 0x113 + NL80211_ATTR_STA_VLAN = 0x14 + NL80211_ATTR_STA_WME = 0x81 + NL80211_ATTR_SUPPORT_10_MHZ = 0xc1 + NL80211_ATTR_SUPPORT_5_MHZ = 0xc0 + NL80211_ATTR_SUPPORT_AP_UAPSD = 0x82 + NL80211_ATTR_SUPPORTED_COMMANDS = 0x32 + NL80211_ATTR_SUPPORTED_IFTYPES = 0x20 + NL80211_ATTR_SUPPORT_IBSS_RSN = 0x68 + NL80211_ATTR_SUPPORT_MESH_AUTH = 0x73 + NL80211_ATTR_SURVEY_INFO = 0x54 + NL80211_ATTR_SURVEY_RADIO_STATS = 0xda + NL80211_ATTR_TDLS_ACTION = 0x88 + NL80211_ATTR_TDLS_DIALOG_TOKEN = 0x89 + NL80211_ATTR_TDLS_EXTERNAL_SETUP = 0x8c + NL80211_ATTR_TDLS_INITIATOR = 0xcf + NL80211_ATTR_TDLS_OPERATION = 0x8a + NL80211_ATTR_TDLS_PEER_CAPABILITY = 0xcb + NL80211_ATTR_TDLS_SUPPORT = 0x8b + NL80211_ATTR_TESTDATA = 0x45 + NL80211_ATTR_TID_CONFIG = 0x11d + NL80211_ATTR_TIMED_OUT = 0x41 + NL80211_ATTR_TIMEOUT = 0x110 + NL80211_ATTR_TIMEOUT_REASON = 0xf8 + NL80211_ATTR_TSID = 0xd2 + NL80211_ATTR_TWT_RESPONDER = 0x116 + NL80211_ATTR_TX_FRAME_TYPES = 0x63 + NL80211_ATTR_TX_NO_CCK_RATE = 0x87 + NL80211_ATTR_TXQ_LIMIT = 0x10a + NL80211_ATTR_TXQ_MEMORY_LIMIT = 0x10b + NL80211_ATTR_TXQ_QUANTUM = 0x10c + NL80211_ATTR_TXQ_STATS = 0x109 + NL80211_ATTR_TX_RATES = 0x5a + NL80211_ATTR_UNSOL_BCAST_PROBE_RESP = 0x127 + NL80211_ATTR_UNSPEC = 0x0 + NL80211_ATTR_USE_MFP = 0x42 + NL80211_ATTR_USER_PRIO = 0xd3 + NL80211_ATTR_USER_REG_HINT_TYPE = 0x9a + NL80211_ATTR_USE_RRM = 0xd0 + NL80211_ATTR_VENDOR_DATA = 0xc5 + NL80211_ATTR_VENDOR_EVENTS = 0xc6 + NL80211_ATTR_VENDOR_ID = 0xc3 + NL80211_ATTR_VENDOR_SUBCMD = 0xc4 + NL80211_ATTR_VHT_CAPABILITY = 0x9d + NL80211_ATTR_VHT_CAPABILITY_MASK = 0xb0 + NL80211_ATTR_VLAN_ID = 0x11a + NL80211_ATTR_WANT_1X_4WAY_HS = 0x101 + NL80211_ATTR_WDEV = 0x99 + NL80211_ATTR_WIPHY_ANTENNA_AVAIL_RX = 0x72 + NL80211_ATTR_WIPHY_ANTENNA_AVAIL_TX = 0x71 + NL80211_ATTR_WIPHY_ANTENNA_RX = 0x6a + NL80211_ATTR_WIPHY_ANTENNA_TX = 0x69 + NL80211_ATTR_WIPHY_BANDS = 0x16 + NL80211_ATTR_WIPHY_CHANNEL_TYPE = 0x27 + NL80211_ATTR_WIPHY = 0x1 + NL80211_ATTR_WIPHY_COVERAGE_CLASS = 0x59 + NL80211_ATTR_WIPHY_DYN_ACK = 0xd1 + NL80211_ATTR_WIPHY_EDMG_BW_CONFIG = 0x119 + NL80211_ATTR_WIPHY_EDMG_CHANNELS = 0x118 + NL80211_ATTR_WIPHY_FRAG_THRESHOLD = 0x3f + NL80211_ATTR_WIPHY_FREQ = 0x26 + NL80211_ATTR_WIPHY_FREQ_HINT = 0xc9 + NL80211_ATTR_WIPHY_FREQ_OFFSET = 0x122 + NL80211_ATTR_WIPHY_NAME = 0x2 + NL80211_ATTR_WIPHY_RETRY_LONG = 0x3e + NL80211_ATTR_WIPHY_RETRY_SHORT = 0x3d + NL80211_ATTR_WIPHY_RTS_THRESHOLD = 0x40 + NL80211_ATTR_WIPHY_SELF_MANAGED_REG = 0xd8 + NL80211_ATTR_WIPHY_TX_POWER_LEVEL = 0x62 + NL80211_ATTR_WIPHY_TX_POWER_SETTING = 0x61 + NL80211_ATTR_WIPHY_TXQ_PARAMS = 0x25 + NL80211_ATTR_WOWLAN_TRIGGERS = 0x75 + NL80211_ATTR_WOWLAN_TRIGGERS_SUPPORTED = 0x76 + NL80211_ATTR_WPA_VERSIONS = 0x4b + NL80211_AUTHTYPE_AUTOMATIC = 0x8 + NL80211_AUTHTYPE_FILS_PK = 0x7 + NL80211_AUTHTYPE_FILS_SK = 0x5 + NL80211_AUTHTYPE_FILS_SK_PFS = 0x6 + NL80211_AUTHTYPE_FT = 0x2 + NL80211_AUTHTYPE_MAX = 0x7 + NL80211_AUTHTYPE_NETWORK_EAP = 0x3 + NL80211_AUTHTYPE_OPEN_SYSTEM = 0x0 + NL80211_AUTHTYPE_SAE = 0x4 + NL80211_AUTHTYPE_SHARED_KEY = 0x1 + NL80211_BAND_2GHZ = 0x0 + NL80211_BAND_5GHZ = 0x1 + NL80211_BAND_60GHZ = 0x2 + NL80211_BAND_6GHZ = 0x3 + NL80211_BAND_ATTR_EDMG_BW_CONFIG = 0xb + NL80211_BAND_ATTR_EDMG_CHANNELS = 0xa + NL80211_BAND_ATTR_FREQS = 0x1 + NL80211_BAND_ATTR_HT_AMPDU_DENSITY = 0x6 + NL80211_BAND_ATTR_HT_AMPDU_FACTOR = 0x5 + NL80211_BAND_ATTR_HT_CAPA = 0x4 + NL80211_BAND_ATTR_HT_MCS_SET = 0x3 + NL80211_BAND_ATTR_IFTYPE_DATA = 0x9 + NL80211_BAND_ATTR_MAX = 0xb + NL80211_BAND_ATTR_RATES = 0x2 + NL80211_BAND_ATTR_VHT_CAPA = 0x8 + NL80211_BAND_ATTR_VHT_MCS_SET = 0x7 + NL80211_BAND_IFTYPE_ATTR_HE_6GHZ_CAPA = 0x6 + NL80211_BAND_IFTYPE_ATTR_HE_CAP_MAC = 0x2 + NL80211_BAND_IFTYPE_ATTR_HE_CAP_MCS_SET = 0x4 + NL80211_BAND_IFTYPE_ATTR_HE_CAP_PHY = 0x3 + NL80211_BAND_IFTYPE_ATTR_HE_CAP_PPE = 0x5 + NL80211_BAND_IFTYPE_ATTR_IFTYPES = 0x1 + NL80211_BAND_IFTYPE_ATTR_MAX = 0x7 + NL80211_BAND_S1GHZ = 0x4 + NL80211_BITRATE_ATTR_2GHZ_SHORTPREAMBLE = 0x2 + NL80211_BITRATE_ATTR_MAX = 0x2 + NL80211_BITRATE_ATTR_RATE = 0x1 + NL80211_BSS_BEACON_IES = 0xb + NL80211_BSS_BEACON_INTERVAL = 0x4 + NL80211_BSS_BEACON_TSF = 0xd + NL80211_BSS_BSSID = 0x1 + NL80211_BSS_CAPABILITY = 0x5 + NL80211_BSS_CHAIN_SIGNAL = 0x13 + NL80211_BSS_CHAN_WIDTH_10 = 0x1 + NL80211_BSS_CHAN_WIDTH_1 = 0x3 + NL80211_BSS_CHAN_WIDTH_20 = 0x0 + NL80211_BSS_CHAN_WIDTH_2 = 0x4 + NL80211_BSS_CHAN_WIDTH_5 = 0x2 + NL80211_BSS_CHAN_WIDTH = 0xc + NL80211_BSS_FREQUENCY = 0x2 + NL80211_BSS_FREQUENCY_OFFSET = 0x14 + NL80211_BSS_INFORMATION_ELEMENTS = 0x6 + NL80211_BSS_LAST_SEEN_BOOTTIME = 0xf + NL80211_BSS_MAX = 0x14 + NL80211_BSS_PAD = 0x10 + NL80211_BSS_PARENT_BSSID = 0x12 + NL80211_BSS_PARENT_TSF = 0x11 + NL80211_BSS_PRESP_DATA = 0xe + NL80211_BSS_SEEN_MS_AGO = 0xa + NL80211_BSS_SELECT_ATTR_BAND_PREF = 0x2 + NL80211_BSS_SELECT_ATTR_MAX = 0x3 + NL80211_BSS_SELECT_ATTR_RSSI_ADJUST = 0x3 + NL80211_BSS_SELECT_ATTR_RSSI = 0x1 + NL80211_BSS_SIGNAL_MBM = 0x7 + NL80211_BSS_SIGNAL_UNSPEC = 0x8 + NL80211_BSS_STATUS_ASSOCIATED = 0x1 + NL80211_BSS_STATUS_AUTHENTICATED = 0x0 + NL80211_BSS_STATUS = 0x9 + NL80211_BSS_STATUS_IBSS_JOINED = 0x2 + NL80211_BSS_TSF = 0x3 + NL80211_CHAN_HT20 = 0x1 + NL80211_CHAN_HT40MINUS = 0x2 + NL80211_CHAN_HT40PLUS = 0x3 + NL80211_CHAN_NO_HT = 0x0 + NL80211_CHAN_WIDTH_10 = 0x7 + NL80211_CHAN_WIDTH_160 = 0x5 + NL80211_CHAN_WIDTH_16 = 0xc + NL80211_CHAN_WIDTH_1 = 0x8 + NL80211_CHAN_WIDTH_20 = 0x1 + NL80211_CHAN_WIDTH_20_NOHT = 0x0 + NL80211_CHAN_WIDTH_2 = 0x9 + NL80211_CHAN_WIDTH_40 = 0x2 + NL80211_CHAN_WIDTH_4 = 0xa + NL80211_CHAN_WIDTH_5 = 0x6 + NL80211_CHAN_WIDTH_80 = 0x3 + NL80211_CHAN_WIDTH_80P80 = 0x4 + NL80211_CHAN_WIDTH_8 = 0xb + NL80211_CMD_ABORT_SCAN = 0x72 + NL80211_CMD_ACTION = 0x3b + NL80211_CMD_ACTION_TX_STATUS = 0x3c + NL80211_CMD_ADD_NAN_FUNCTION = 0x75 + NL80211_CMD_ADD_TX_TS = 0x69 + NL80211_CMD_ASSOCIATE = 0x26 + NL80211_CMD_AUTHENTICATE = 0x25 + NL80211_CMD_CANCEL_REMAIN_ON_CHANNEL = 0x38 + NL80211_CMD_CHANGE_NAN_CONFIG = 0x77 + NL80211_CMD_CHANNEL_SWITCH = 0x66 + NL80211_CMD_CH_SWITCH_NOTIFY = 0x58 + NL80211_CMD_CH_SWITCH_STARTED_NOTIFY = 0x6e + NL80211_CMD_CONNECT = 0x2e + NL80211_CMD_CONN_FAILED = 0x5b + NL80211_CMD_CONTROL_PORT_FRAME = 0x81 + NL80211_CMD_CONTROL_PORT_FRAME_TX_STATUS = 0x8b + NL80211_CMD_CRIT_PROTOCOL_START = 0x62 + NL80211_CMD_CRIT_PROTOCOL_STOP = 0x63 + NL80211_CMD_DEAUTHENTICATE = 0x27 + NL80211_CMD_DEL_BEACON = 0x10 + NL80211_CMD_DEL_INTERFACE = 0x8 + NL80211_CMD_DEL_KEY = 0xc + NL80211_CMD_DEL_MPATH = 0x18 + NL80211_CMD_DEL_NAN_FUNCTION = 0x76 + NL80211_CMD_DEL_PMK = 0x7c + NL80211_CMD_DEL_PMKSA = 0x35 + NL80211_CMD_DEL_STATION = 0x14 + NL80211_CMD_DEL_TX_TS = 0x6a + NL80211_CMD_DEL_WIPHY = 0x4 + NL80211_CMD_DISASSOCIATE = 0x28 + NL80211_CMD_DISCONNECT = 0x30 + NL80211_CMD_EXTERNAL_AUTH = 0x7f + NL80211_CMD_FLUSH_PMKSA = 0x36 + NL80211_CMD_FRAME = 0x3b + NL80211_CMD_FRAME_TX_STATUS = 0x3c + NL80211_CMD_FRAME_WAIT_CANCEL = 0x43 + NL80211_CMD_FT_EVENT = 0x61 + NL80211_CMD_GET_BEACON = 0xd + NL80211_CMD_GET_COALESCE = 0x64 + NL80211_CMD_GET_FTM_RESPONDER_STATS = 0x82 + NL80211_CMD_GET_INTERFACE = 0x5 + NL80211_CMD_GET_KEY = 0x9 + NL80211_CMD_GET_MESH_CONFIG = 0x1c + NL80211_CMD_GET_MESH_PARAMS = 0x1c + NL80211_CMD_GET_MPATH = 0x15 + NL80211_CMD_GET_MPP = 0x6b + NL80211_CMD_GET_POWER_SAVE = 0x3e + NL80211_CMD_GET_PROTOCOL_FEATURES = 0x5f + NL80211_CMD_GET_REG = 0x1f + NL80211_CMD_GET_SCAN = 0x20 + NL80211_CMD_GET_STATION = 0x11 + NL80211_CMD_GET_SURVEY = 0x32 + NL80211_CMD_GET_WIPHY = 0x1 + NL80211_CMD_GET_WOWLAN = 0x49 + NL80211_CMD_JOIN_IBSS = 0x2b + NL80211_CMD_JOIN_MESH = 0x44 + NL80211_CMD_JOIN_OCB = 0x6c + NL80211_CMD_LEAVE_IBSS = 0x2c + NL80211_CMD_LEAVE_MESH = 0x45 + NL80211_CMD_LEAVE_OCB = 0x6d + NL80211_CMD_MAX = 0x93 + NL80211_CMD_MICHAEL_MIC_FAILURE = 0x29 + NL80211_CMD_NAN_MATCH = 0x78 + NL80211_CMD_NEW_BEACON = 0xf + NL80211_CMD_NEW_INTERFACE = 0x7 + NL80211_CMD_NEW_KEY = 0xb + NL80211_CMD_NEW_MPATH = 0x17 + NL80211_CMD_NEW_PEER_CANDIDATE = 0x48 + NL80211_CMD_NEW_SCAN_RESULTS = 0x22 + NL80211_CMD_NEW_STATION = 0x13 + NL80211_CMD_NEW_SURVEY_RESULTS = 0x33 + NL80211_CMD_NEW_WIPHY = 0x3 + NL80211_CMD_NOTIFY_CQM = 0x40 + NL80211_CMD_NOTIFY_RADAR = 0x86 + NL80211_CMD_PEER_MEASUREMENT_COMPLETE = 0x85 + NL80211_CMD_PEER_MEASUREMENT_RESULT = 0x84 + NL80211_CMD_PEER_MEASUREMENT_START = 0x83 + NL80211_CMD_PMKSA_CANDIDATE = 0x50 + NL80211_CMD_PORT_AUTHORIZED = 0x7d + NL80211_CMD_PROBE_CLIENT = 0x54 + NL80211_CMD_PROBE_MESH_LINK = 0x88 + NL80211_CMD_RADAR_DETECT = 0x5e + NL80211_CMD_REG_BEACON_HINT = 0x2a + NL80211_CMD_REG_CHANGE = 0x24 + NL80211_CMD_REGISTER_ACTION = 0x3a + NL80211_CMD_REGISTER_BEACONS = 0x55 + NL80211_CMD_REGISTER_FRAME = 0x3a + NL80211_CMD_RELOAD_REGDB = 0x7e + NL80211_CMD_REMAIN_ON_CHANNEL = 0x37 + NL80211_CMD_REQ_SET_REG = 0x1b + NL80211_CMD_ROAM = 0x2f + NL80211_CMD_SCAN_ABORTED = 0x23 + NL80211_CMD_SCHED_SCAN_RESULTS = 0x4d + NL80211_CMD_SCHED_SCAN_STOPPED = 0x4e + NL80211_CMD_SET_BEACON = 0xe + NL80211_CMD_SET_BSS = 0x19 + NL80211_CMD_SET_CHANNEL = 0x41 + NL80211_CMD_SET_COALESCE = 0x65 + NL80211_CMD_SET_CQM = 0x3f + NL80211_CMD_SET_INTERFACE = 0x6 + NL80211_CMD_SET_KEY = 0xa + NL80211_CMD_SET_MAC_ACL = 0x5d + NL80211_CMD_SET_MCAST_RATE = 0x5c + NL80211_CMD_SET_MESH_CONFIG = 0x1d + NL80211_CMD_SET_MESH_PARAMS = 0x1d + NL80211_CMD_SET_MGMT_EXTRA_IE = 0x1e + NL80211_CMD_SET_MPATH = 0x16 + NL80211_CMD_SET_MULTICAST_TO_UNICAST = 0x79 + NL80211_CMD_SET_NOACK_MAP = 0x57 + NL80211_CMD_SET_PMK = 0x7b + NL80211_CMD_SET_PMKSA = 0x34 + NL80211_CMD_SET_POWER_SAVE = 0x3d + NL80211_CMD_SET_QOS_MAP = 0x68 + NL80211_CMD_SET_REG = 0x1a + NL80211_CMD_SET_REKEY_OFFLOAD = 0x4f + NL80211_CMD_SET_SAR_SPECS = 0x8c + NL80211_CMD_SET_STATION = 0x12 + NL80211_CMD_SET_TID_CONFIG = 0x89 + NL80211_CMD_SET_TX_BITRATE_MASK = 0x39 + NL80211_CMD_SET_WDS_PEER = 0x42 + NL80211_CMD_SET_WIPHY = 0x2 + NL80211_CMD_SET_WIPHY_NETNS = 0x31 + NL80211_CMD_SET_WOWLAN = 0x4a + NL80211_CMD_STA_OPMODE_CHANGED = 0x80 + NL80211_CMD_START_AP = 0xf + NL80211_CMD_START_NAN = 0x73 + NL80211_CMD_START_P2P_DEVICE = 0x59 + NL80211_CMD_START_SCHED_SCAN = 0x4b + NL80211_CMD_STOP_AP = 0x10 + NL80211_CMD_STOP_NAN = 0x74 + NL80211_CMD_STOP_P2P_DEVICE = 0x5a + NL80211_CMD_STOP_SCHED_SCAN = 0x4c + NL80211_CMD_TDLS_CANCEL_CHANNEL_SWITCH = 0x70 + NL80211_CMD_TDLS_CHANNEL_SWITCH = 0x6f + NL80211_CMD_TDLS_MGMT = 0x52 + NL80211_CMD_TDLS_OPER = 0x51 + NL80211_CMD_TESTMODE = 0x2d + NL80211_CMD_TRIGGER_SCAN = 0x21 + NL80211_CMD_UNEXPECTED_4ADDR_FRAME = 0x56 + NL80211_CMD_UNEXPECTED_FRAME = 0x53 + NL80211_CMD_UNPROT_BEACON = 0x8a + NL80211_CMD_UNPROT_DEAUTHENTICATE = 0x46 + NL80211_CMD_UNPROT_DISASSOCIATE = 0x47 + NL80211_CMD_UNSPEC = 0x0 + NL80211_CMD_UPDATE_CONNECT_PARAMS = 0x7a + NL80211_CMD_UPDATE_FT_IES = 0x60 + NL80211_CMD_UPDATE_OWE_INFO = 0x87 + NL80211_CMD_VENDOR = 0x67 + NL80211_CMD_WIPHY_REG_CHANGE = 0x71 + NL80211_COALESCE_CONDITION_MATCH = 0x0 + NL80211_COALESCE_CONDITION_NO_MATCH = 0x1 + NL80211_CONN_FAIL_BLOCKED_CLIENT = 0x1 + NL80211_CONN_FAIL_MAX_CLIENTS = 0x0 + NL80211_CQM_RSSI_BEACON_LOSS_EVENT = 0x2 + NL80211_CQM_RSSI_THRESHOLD_EVENT_HIGH = 0x1 + NL80211_CQM_RSSI_THRESHOLD_EVENT_LOW = 0x0 + NL80211_CQM_TXE_MAX_INTVL = 0x708 + NL80211_CRIT_PROTO_APIPA = 0x3 + NL80211_CRIT_PROTO_DHCP = 0x1 + NL80211_CRIT_PROTO_EAPOL = 0x2 + NL80211_CRIT_PROTO_MAX_DURATION = 0x1388 + NL80211_CRIT_PROTO_UNSPEC = 0x0 + NL80211_DFS_AVAILABLE = 0x2 + NL80211_DFS_ETSI = 0x2 + NL80211_DFS_FCC = 0x1 + NL80211_DFS_JP = 0x3 + NL80211_DFS_UNAVAILABLE = 0x1 + NL80211_DFS_UNSET = 0x0 + NL80211_DFS_USABLE = 0x0 + NL80211_EDMG_BW_CONFIG_MAX = 0xf + NL80211_EDMG_BW_CONFIG_MIN = 0x4 + NL80211_EDMG_CHANNELS_MAX = 0x3c + NL80211_EDMG_CHANNELS_MIN = 0x1 + NL80211_EXTERNAL_AUTH_ABORT = 0x1 + NL80211_EXTERNAL_AUTH_START = 0x0 + NL80211_EXT_FEATURE_4WAY_HANDSHAKE_AP_PSK = 0x32 + NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_1X = 0x10 + NL80211_EXT_FEATURE_4WAY_HANDSHAKE_STA_PSK = 0xf + NL80211_EXT_FEATURE_ACCEPT_BCAST_PROBE_RESP = 0x12 + NL80211_EXT_FEATURE_ACK_SIGNAL_SUPPORT = 0x1b + NL80211_EXT_FEATURE_AIRTIME_FAIRNESS = 0x21 + NL80211_EXT_FEATURE_AP_PMKSA_CACHING = 0x22 + NL80211_EXT_FEATURE_AQL = 0x28 + NL80211_EXT_FEATURE_BEACON_PROTECTION_CLIENT = 0x2e + NL80211_EXT_FEATURE_BEACON_PROTECTION = 0x29 + NL80211_EXT_FEATURE_BEACON_RATE_HE = 0x36 + NL80211_EXT_FEATURE_BEACON_RATE_HT = 0x7 + NL80211_EXT_FEATURE_BEACON_RATE_LEGACY = 0x6 + NL80211_EXT_FEATURE_BEACON_RATE_VHT = 0x8 + NL80211_EXT_FEATURE_BSS_PARENT_TSF = 0x4 + NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 = 0x1f + NL80211_EXT_FEATURE_CONTROL_PORT_NO_PREAUTH = 0x2a + NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211 = 0x1a + NL80211_EXT_FEATURE_CONTROL_PORT_OVER_NL80211_TX_STATUS = 0x30 + NL80211_EXT_FEATURE_CQM_RSSI_LIST = 0xd + NL80211_EXT_FEATURE_DATA_ACK_SIGNAL_SUPPORT = 0x1b + NL80211_EXT_FEATURE_DEL_IBSS_STA = 0x2c + NL80211_EXT_FEATURE_DFS_OFFLOAD = 0x19 + NL80211_EXT_FEATURE_ENABLE_FTM_RESPONDER = 0x20 + NL80211_EXT_FEATURE_EXT_KEY_ID = 0x24 + NL80211_EXT_FEATURE_FILS_DISCOVERY = 0x34 + NL80211_EXT_FEATURE_FILS_MAX_CHANNEL_TIME = 0x11 + NL80211_EXT_FEATURE_FILS_SK_OFFLOAD = 0xe + NL80211_EXT_FEATURE_FILS_STA = 0x9 + NL80211_EXT_FEATURE_HIGH_ACCURACY_SCAN = 0x18 + NL80211_EXT_FEATURE_LOW_POWER_SCAN = 0x17 + NL80211_EXT_FEATURE_LOW_SPAN_SCAN = 0x16 + NL80211_EXT_FEATURE_MFP_OPTIONAL = 0x15 + NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA = 0xa + NL80211_EXT_FEATURE_MGMT_TX_RANDOM_TA_CONNECTED = 0xb + NL80211_EXT_FEATURE_MULTICAST_REGISTRATIONS = 0x2d + NL80211_EXT_FEATURE_MU_MIMO_AIR_SNIFFER = 0x2 + NL80211_EXT_FEATURE_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION = 0x14 + NL80211_EXT_FEATURE_OCE_PROBE_REQ_HIGH_TX_RATE = 0x13 + NL80211_EXT_FEATURE_OPERATING_CHANNEL_VALIDATION = 0x31 + NL80211_EXT_FEATURE_PROTECTED_TWT = 0x2b + NL80211_EXT_FEATURE_PROT_RANGE_NEGO_AND_MEASURE = 0x39 + NL80211_EXT_FEATURE_RRM = 0x1 + NL80211_EXT_FEATURE_SAE_OFFLOAD_AP = 0x33 + NL80211_EXT_FEATURE_SAE_OFFLOAD = 0x26 + NL80211_EXT_FEATURE_SCAN_FREQ_KHZ = 0x2f + NL80211_EXT_FEATURE_SCAN_MIN_PREQ_CONTENT = 0x1e + NL80211_EXT_FEATURE_SCAN_RANDOM_SN = 0x1d + NL80211_EXT_FEATURE_SCAN_START_TIME = 0x3 + NL80211_EXT_FEATURE_SCHED_SCAN_BAND_SPECIFIC_RSSI_THOLD = 0x23 + NL80211_EXT_FEATURE_SCHED_SCAN_RELATIVE_RSSI = 0xc + NL80211_EXT_FEATURE_SECURE_LTF = 0x37 + NL80211_EXT_FEATURE_SECURE_RTT = 0x38 + NL80211_EXT_FEATURE_SET_SCAN_DWELL = 0x5 + NL80211_EXT_FEATURE_STA_TX_PWR = 0x25 + NL80211_EXT_FEATURE_TXQS = 0x1c + NL80211_EXT_FEATURE_UNSOL_BCAST_PROBE_RESP = 0x35 + NL80211_EXT_FEATURE_VHT_IBSS = 0x0 + NL80211_EXT_FEATURE_VLAN_OFFLOAD = 0x27 + NL80211_FEATURE_ACKTO_ESTIMATION = 0x800000 + NL80211_FEATURE_ACTIVE_MONITOR = 0x20000 + NL80211_FEATURE_ADVERTISE_CHAN_LIMITS = 0x4000 + NL80211_FEATURE_AP_MODE_CHAN_WIDTH_CHANGE = 0x40000 + NL80211_FEATURE_AP_SCAN = 0x100 + NL80211_FEATURE_CELL_BASE_REG_HINTS = 0x8 + NL80211_FEATURE_DS_PARAM_SET_IE_IN_PROBES = 0x80000 + NL80211_FEATURE_DYNAMIC_SMPS = 0x2000000 + NL80211_FEATURE_FULL_AP_CLIENT_STATE = 0x8000 + NL80211_FEATURE_HT_IBSS = 0x2 + NL80211_FEATURE_INACTIVITY_TIMER = 0x4 + NL80211_FEATURE_LOW_PRIORITY_SCAN = 0x40 + NL80211_FEATURE_MAC_ON_CREATE = 0x8000000 + NL80211_FEATURE_ND_RANDOM_MAC_ADDR = 0x80000000 + NL80211_FEATURE_NEED_OBSS_SCAN = 0x400 + NL80211_FEATURE_P2P_DEVICE_NEEDS_CHANNEL = 0x10 + NL80211_FEATURE_P2P_GO_CTWIN = 0x800 + NL80211_FEATURE_P2P_GO_OPPPS = 0x1000 + NL80211_FEATURE_QUIET = 0x200000 + NL80211_FEATURE_SAE = 0x20 + NL80211_FEATURE_SCAN_FLUSH = 0x80 + NL80211_FEATURE_SCAN_RANDOM_MAC_ADDR = 0x20000000 + NL80211_FEATURE_SCHED_SCAN_RANDOM_MAC_ADDR = 0x40000000 + NL80211_FEATURE_SK_TX_STATUS = 0x1 + NL80211_FEATURE_STATIC_SMPS = 0x1000000 + NL80211_FEATURE_SUPPORTS_WMM_ADMISSION = 0x4000000 + NL80211_FEATURE_TDLS_CHANNEL_SWITCH = 0x10000000 + NL80211_FEATURE_TX_POWER_INSERTION = 0x400000 + NL80211_FEATURE_USERSPACE_MPM = 0x10000 + NL80211_FEATURE_VIF_TXPOWER = 0x200 + NL80211_FEATURE_WFA_TPC_IE_IN_PROBES = 0x100000 + NL80211_FILS_DISCOVERY_ATTR_INT_MAX = 0x2 + NL80211_FILS_DISCOVERY_ATTR_INT_MIN = 0x1 + NL80211_FILS_DISCOVERY_ATTR_MAX = 0x3 + NL80211_FILS_DISCOVERY_ATTR_TMPL = 0x3 + NL80211_FILS_DISCOVERY_TMPL_MIN_LEN = 0x2a + NL80211_FREQUENCY_ATTR_16MHZ = 0x19 + NL80211_FREQUENCY_ATTR_1MHZ = 0x15 + NL80211_FREQUENCY_ATTR_2MHZ = 0x16 + NL80211_FREQUENCY_ATTR_4MHZ = 0x17 + NL80211_FREQUENCY_ATTR_8MHZ = 0x18 + NL80211_FREQUENCY_ATTR_DFS_CAC_TIME = 0xd + NL80211_FREQUENCY_ATTR_DFS_STATE = 0x7 + NL80211_FREQUENCY_ATTR_DFS_TIME = 0x8 + NL80211_FREQUENCY_ATTR_DISABLED = 0x2 + NL80211_FREQUENCY_ATTR_FREQ = 0x1 + NL80211_FREQUENCY_ATTR_GO_CONCURRENT = 0xf + NL80211_FREQUENCY_ATTR_INDOOR_ONLY = 0xe + NL80211_FREQUENCY_ATTR_IR_CONCURRENT = 0xf + NL80211_FREQUENCY_ATTR_MAX = 0x19 + NL80211_FREQUENCY_ATTR_MAX_TX_POWER = 0x6 + NL80211_FREQUENCY_ATTR_NO_10MHZ = 0x11 + NL80211_FREQUENCY_ATTR_NO_160MHZ = 0xc + NL80211_FREQUENCY_ATTR_NO_20MHZ = 0x10 + NL80211_FREQUENCY_ATTR_NO_80MHZ = 0xb + NL80211_FREQUENCY_ATTR_NO_HE = 0x13 + NL80211_FREQUENCY_ATTR_NO_HT40_MINUS = 0x9 + NL80211_FREQUENCY_ATTR_NO_HT40_PLUS = 0xa + NL80211_FREQUENCY_ATTR_NO_IBSS = 0x3 + NL80211_FREQUENCY_ATTR_NO_IR = 0x3 + NL80211_FREQUENCY_ATTR_OFFSET = 0x14 + NL80211_FREQUENCY_ATTR_PASSIVE_SCAN = 0x3 + NL80211_FREQUENCY_ATTR_RADAR = 0x5 + NL80211_FREQUENCY_ATTR_WMM = 0x12 + NL80211_FTM_RESP_ATTR_CIVICLOC = 0x3 + NL80211_FTM_RESP_ATTR_ENABLED = 0x1 + NL80211_FTM_RESP_ATTR_LCI = 0x2 + NL80211_FTM_RESP_ATTR_MAX = 0x3 + NL80211_FTM_STATS_ASAP_NUM = 0x4 + NL80211_FTM_STATS_FAILED_NUM = 0x3 + NL80211_FTM_STATS_MAX = 0xa + NL80211_FTM_STATS_NON_ASAP_NUM = 0x5 + NL80211_FTM_STATS_OUT_OF_WINDOW_TRIGGERS_NUM = 0x9 + NL80211_FTM_STATS_PAD = 0xa + NL80211_FTM_STATS_PARTIAL_NUM = 0x2 + NL80211_FTM_STATS_RESCHEDULE_REQUESTS_NUM = 0x8 + NL80211_FTM_STATS_SUCCESS_NUM = 0x1 + NL80211_FTM_STATS_TOTAL_DURATION_MSEC = 0x6 + NL80211_FTM_STATS_UNKNOWN_TRIGGERS_NUM = 0x7 + NL80211_GENL_NAME = "nl80211" + NL80211_HE_BSS_COLOR_ATTR_COLOR = 0x1 + NL80211_HE_BSS_COLOR_ATTR_DISABLED = 0x2 + NL80211_HE_BSS_COLOR_ATTR_MAX = 0x3 + NL80211_HE_BSS_COLOR_ATTR_PARTIAL = 0x3 + NL80211_HE_MAX_CAPABILITY_LEN = 0x36 + NL80211_HE_MIN_CAPABILITY_LEN = 0x10 + NL80211_HE_NSS_MAX = 0x8 + NL80211_HE_OBSS_PD_ATTR_BSS_COLOR_BITMAP = 0x4 + NL80211_HE_OBSS_PD_ATTR_MAX = 0x6 + NL80211_HE_OBSS_PD_ATTR_MAX_OFFSET = 0x2 + NL80211_HE_OBSS_PD_ATTR_MIN_OFFSET = 0x1 + NL80211_HE_OBSS_PD_ATTR_NON_SRG_MAX_OFFSET = 0x3 + NL80211_HE_OBSS_PD_ATTR_PARTIAL_BSSID_BITMAP = 0x5 + NL80211_HE_OBSS_PD_ATTR_SR_CTRL = 0x6 + NL80211_HIDDEN_SSID_NOT_IN_USE = 0x0 + NL80211_HIDDEN_SSID_ZERO_CONTENTS = 0x2 + NL80211_HIDDEN_SSID_ZERO_LEN = 0x1 + NL80211_HT_CAPABILITY_LEN = 0x1a + NL80211_IFACE_COMB_BI_MIN_GCD = 0x7 + NL80211_IFACE_COMB_LIMITS = 0x1 + NL80211_IFACE_COMB_MAXNUM = 0x2 + NL80211_IFACE_COMB_NUM_CHANNELS = 0x4 + NL80211_IFACE_COMB_RADAR_DETECT_REGIONS = 0x6 + NL80211_IFACE_COMB_RADAR_DETECT_WIDTHS = 0x5 + NL80211_IFACE_COMB_STA_AP_BI_MATCH = 0x3 + NL80211_IFACE_COMB_UNSPEC = 0x0 + NL80211_IFACE_LIMIT_MAX = 0x1 + NL80211_IFACE_LIMIT_TYPES = 0x2 + NL80211_IFACE_LIMIT_UNSPEC = 0x0 + NL80211_IFTYPE_ADHOC = 0x1 + NL80211_IFTYPE_AKM_ATTR_IFTYPES = 0x1 + NL80211_IFTYPE_AKM_ATTR_MAX = 0x2 + NL80211_IFTYPE_AKM_ATTR_SUITES = 0x2 + NL80211_IFTYPE_AP = 0x3 + NL80211_IFTYPE_AP_VLAN = 0x4 + NL80211_IFTYPE_MAX = 0xc + NL80211_IFTYPE_MESH_POINT = 0x7 + NL80211_IFTYPE_MONITOR = 0x6 + NL80211_IFTYPE_NAN = 0xc + NL80211_IFTYPE_OCB = 0xb + NL80211_IFTYPE_P2P_CLIENT = 0x8 + NL80211_IFTYPE_P2P_DEVICE = 0xa + NL80211_IFTYPE_P2P_GO = 0x9 + NL80211_IFTYPE_STATION = 0x2 + NL80211_IFTYPE_UNSPECIFIED = 0x0 + NL80211_IFTYPE_WDS = 0x5 + NL80211_KCK_EXT_LEN = 0x18 + NL80211_KCK_LEN = 0x10 + NL80211_KEK_EXT_LEN = 0x20 + NL80211_KEK_LEN = 0x10 + NL80211_KEY_CIPHER = 0x3 + NL80211_KEY_DATA = 0x1 + NL80211_KEY_DEFAULT_BEACON = 0xa + NL80211_KEY_DEFAULT = 0x5 + NL80211_KEY_DEFAULT_MGMT = 0x6 + NL80211_KEY_DEFAULT_TYPE_MULTICAST = 0x2 + NL80211_KEY_DEFAULT_TYPES = 0x8 + NL80211_KEY_DEFAULT_TYPE_UNICAST = 0x1 + NL80211_KEY_IDX = 0x2 + NL80211_KEY_MAX = 0xa + NL80211_KEY_MODE = 0x9 + NL80211_KEY_NO_TX = 0x1 + NL80211_KEY_RX_TX = 0x0 + NL80211_KEY_SEQ = 0x4 + NL80211_KEY_SET_TX = 0x2 + NL80211_KEY_TYPE = 0x7 + NL80211_KEYTYPE_GROUP = 0x0 + NL80211_KEYTYPE_PAIRWISE = 0x1 + NL80211_KEYTYPE_PEERKEY = 0x2 + NL80211_MAX_NR_AKM_SUITES = 0x2 + NL80211_MAX_NR_CIPHER_SUITES = 0x5 + NL80211_MAX_SUPP_HT_RATES = 0x4d + NL80211_MAX_SUPP_RATES = 0x20 + NL80211_MAX_SUPP_REG_RULES = 0x80 + NL80211_MESHCONF_ATTR_MAX = 0x1f + NL80211_MESHCONF_AUTO_OPEN_PLINKS = 0x7 + NL80211_MESHCONF_AWAKE_WINDOW = 0x1b + NL80211_MESHCONF_CONFIRM_TIMEOUT = 0x2 + NL80211_MESHCONF_CONNECTED_TO_AS = 0x1f + NL80211_MESHCONF_CONNECTED_TO_GATE = 0x1d + NL80211_MESHCONF_ELEMENT_TTL = 0xf + NL80211_MESHCONF_FORWARDING = 0x13 + NL80211_MESHCONF_GATE_ANNOUNCEMENTS = 0x11 + NL80211_MESHCONF_HOLDING_TIMEOUT = 0x3 + NL80211_MESHCONF_HT_OPMODE = 0x16 + NL80211_MESHCONF_HWMP_ACTIVE_PATH_TIMEOUT = 0xb + NL80211_MESHCONF_HWMP_CONFIRMATION_INTERVAL = 0x19 + NL80211_MESHCONF_HWMP_MAX_PREQ_RETRIES = 0x8 + NL80211_MESHCONF_HWMP_NET_DIAM_TRVS_TIME = 0xd + NL80211_MESHCONF_HWMP_PATH_TO_ROOT_TIMEOUT = 0x17 + NL80211_MESHCONF_HWMP_PERR_MIN_INTERVAL = 0x12 + NL80211_MESHCONF_HWMP_PREQ_MIN_INTERVAL = 0xc + NL80211_MESHCONF_HWMP_RANN_INTERVAL = 0x10 + NL80211_MESHCONF_HWMP_ROOT_INTERVAL = 0x18 + NL80211_MESHCONF_HWMP_ROOTMODE = 0xe + NL80211_MESHCONF_MAX_PEER_LINKS = 0x4 + NL80211_MESHCONF_MAX_RETRIES = 0x5 + NL80211_MESHCONF_MIN_DISCOVERY_TIMEOUT = 0xa + NL80211_MESHCONF_NOLEARN = 0x1e + NL80211_MESHCONF_PATH_REFRESH_TIME = 0x9 + NL80211_MESHCONF_PLINK_TIMEOUT = 0x1c + NL80211_MESHCONF_POWER_MODE = 0x1a + NL80211_MESHCONF_RETRY_TIMEOUT = 0x1 + NL80211_MESHCONF_RSSI_THRESHOLD = 0x14 + NL80211_MESHCONF_SYNC_OFFSET_MAX_NEIGHBOR = 0x15 + NL80211_MESHCONF_TTL = 0x6 + NL80211_MESH_POWER_ACTIVE = 0x1 + NL80211_MESH_POWER_DEEP_SLEEP = 0x3 + NL80211_MESH_POWER_LIGHT_SLEEP = 0x2 + NL80211_MESH_POWER_MAX = 0x3 + NL80211_MESH_POWER_UNKNOWN = 0x0 + NL80211_MESH_SETUP_ATTR_MAX = 0x8 + NL80211_MESH_SETUP_AUTH_PROTOCOL = 0x8 + NL80211_MESH_SETUP_ENABLE_VENDOR_METRIC = 0x2 + NL80211_MESH_SETUP_ENABLE_VENDOR_PATH_SEL = 0x1 + NL80211_MESH_SETUP_ENABLE_VENDOR_SYNC = 0x6 + NL80211_MESH_SETUP_IE = 0x3 + NL80211_MESH_SETUP_USERSPACE_AMPE = 0x5 + NL80211_MESH_SETUP_USERSPACE_AUTH = 0x4 + NL80211_MESH_SETUP_USERSPACE_MPM = 0x7 + NL80211_MESH_SETUP_VENDOR_PATH_SEL_IE = 0x3 + NL80211_MFP_NO = 0x0 + NL80211_MFP_OPTIONAL = 0x2 + NL80211_MFP_REQUIRED = 0x1 + NL80211_MIN_REMAIN_ON_CHANNEL_TIME = 0xa + NL80211_MNTR_FLAG_ACTIVE = 0x6 + NL80211_MNTR_FLAG_CONTROL = 0x3 + NL80211_MNTR_FLAG_COOK_FRAMES = 0x5 + NL80211_MNTR_FLAG_FCSFAIL = 0x1 + NL80211_MNTR_FLAG_MAX = 0x6 + NL80211_MNTR_FLAG_OTHER_BSS = 0x4 + NL80211_MNTR_FLAG_PLCPFAIL = 0x2 + NL80211_MPATH_FLAG_ACTIVE = 0x1 + NL80211_MPATH_FLAG_FIXED = 0x8 + NL80211_MPATH_FLAG_RESOLVED = 0x10 + NL80211_MPATH_FLAG_RESOLVING = 0x2 + NL80211_MPATH_FLAG_SN_VALID = 0x4 + NL80211_MPATH_INFO_DISCOVERY_RETRIES = 0x7 + NL80211_MPATH_INFO_DISCOVERY_TIMEOUT = 0x6 + NL80211_MPATH_INFO_EXPTIME = 0x4 + NL80211_MPATH_INFO_FLAGS = 0x5 + NL80211_MPATH_INFO_FRAME_QLEN = 0x1 + NL80211_MPATH_INFO_HOP_COUNT = 0x8 + NL80211_MPATH_INFO_MAX = 0x9 + NL80211_MPATH_INFO_METRIC = 0x3 + NL80211_MPATH_INFO_PATH_CHANGE = 0x9 + NL80211_MPATH_INFO_SN = 0x2 + NL80211_MULTICAST_GROUP_CONFIG = "config" + NL80211_MULTICAST_GROUP_MLME = "mlme" + NL80211_MULTICAST_GROUP_NAN = "nan" + NL80211_MULTICAST_GROUP_REG = "regulatory" + NL80211_MULTICAST_GROUP_SCAN = "scan" + NL80211_MULTICAST_GROUP_TESTMODE = "testmode" + NL80211_MULTICAST_GROUP_VENDOR = "vendor" + NL80211_NAN_FUNC_ATTR_MAX = 0x10 + NL80211_NAN_FUNC_CLOSE_RANGE = 0x9 + NL80211_NAN_FUNC_FOLLOW_UP = 0x2 + NL80211_NAN_FUNC_FOLLOW_UP_DEST = 0x8 + NL80211_NAN_FUNC_FOLLOW_UP_ID = 0x6 + NL80211_NAN_FUNC_FOLLOW_UP_REQ_ID = 0x7 + NL80211_NAN_FUNC_INSTANCE_ID = 0xf + NL80211_NAN_FUNC_MAX_TYPE = 0x2 + NL80211_NAN_FUNC_PUBLISH_BCAST = 0x4 + NL80211_NAN_FUNC_PUBLISH = 0x0 + NL80211_NAN_FUNC_PUBLISH_TYPE = 0x3 + NL80211_NAN_FUNC_RX_MATCH_FILTER = 0xd + NL80211_NAN_FUNC_SERVICE_ID = 0x2 + NL80211_NAN_FUNC_SERVICE_ID_LEN = 0x6 + NL80211_NAN_FUNC_SERVICE_INFO = 0xb + NL80211_NAN_FUNC_SERVICE_SPEC_INFO_MAX_LEN = 0xff + NL80211_NAN_FUNC_SRF = 0xc + NL80211_NAN_FUNC_SRF_MAX_LEN = 0xff + NL80211_NAN_FUNC_SUBSCRIBE_ACTIVE = 0x5 + NL80211_NAN_FUNC_SUBSCRIBE = 0x1 + NL80211_NAN_FUNC_TERM_REASON = 0x10 + NL80211_NAN_FUNC_TERM_REASON_ERROR = 0x2 + NL80211_NAN_FUNC_TERM_REASON_TTL_EXPIRED = 0x1 + NL80211_NAN_FUNC_TERM_REASON_USER_REQUEST = 0x0 + NL80211_NAN_FUNC_TTL = 0xa + NL80211_NAN_FUNC_TX_MATCH_FILTER = 0xe + NL80211_NAN_FUNC_TYPE = 0x1 + NL80211_NAN_MATCH_ATTR_MAX = 0x2 + NL80211_NAN_MATCH_FUNC_LOCAL = 0x1 + NL80211_NAN_MATCH_FUNC_PEER = 0x2 + NL80211_NAN_SOLICITED_PUBLISH = 0x1 + NL80211_NAN_SRF_ATTR_MAX = 0x4 + NL80211_NAN_SRF_BF = 0x2 + NL80211_NAN_SRF_BF_IDX = 0x3 + NL80211_NAN_SRF_INCLUDE = 0x1 + NL80211_NAN_SRF_MAC_ADDRS = 0x4 + NL80211_NAN_UNSOLICITED_PUBLISH = 0x2 + NL80211_NUM_ACS = 0x4 + NL80211_P2P_PS_SUPPORTED = 0x1 + NL80211_P2P_PS_UNSUPPORTED = 0x0 + NL80211_PKTPAT_MASK = 0x1 + NL80211_PKTPAT_OFFSET = 0x3 + NL80211_PKTPAT_PATTERN = 0x2 + NL80211_PLINK_ACTION_BLOCK = 0x2 + NL80211_PLINK_ACTION_NO_ACTION = 0x0 + NL80211_PLINK_ACTION_OPEN = 0x1 + NL80211_PLINK_BLOCKED = 0x6 + NL80211_PLINK_CNF_RCVD = 0x3 + NL80211_PLINK_ESTAB = 0x4 + NL80211_PLINK_HOLDING = 0x5 + NL80211_PLINK_LISTEN = 0x0 + NL80211_PLINK_OPN_RCVD = 0x2 + NL80211_PLINK_OPN_SNT = 0x1 + NL80211_PMKSA_CANDIDATE_BSSID = 0x2 + NL80211_PMKSA_CANDIDATE_INDEX = 0x1 + NL80211_PMKSA_CANDIDATE_PREAUTH = 0x3 + NL80211_PMSR_ATTR_MAX = 0x5 + NL80211_PMSR_ATTR_MAX_PEERS = 0x1 + NL80211_PMSR_ATTR_PEERS = 0x5 + NL80211_PMSR_ATTR_RANDOMIZE_MAC_ADDR = 0x3 + NL80211_PMSR_ATTR_REPORT_AP_TSF = 0x2 + NL80211_PMSR_ATTR_TYPE_CAPA = 0x4 + NL80211_PMSR_FTM_CAPA_ATTR_ASAP = 0x1 + NL80211_PMSR_FTM_CAPA_ATTR_BANDWIDTHS = 0x6 + NL80211_PMSR_FTM_CAPA_ATTR_MAX_BURSTS_EXPONENT = 0x7 + NL80211_PMSR_FTM_CAPA_ATTR_MAX = 0xa + NL80211_PMSR_FTM_CAPA_ATTR_MAX_FTMS_PER_BURST = 0x8 + NL80211_PMSR_FTM_CAPA_ATTR_NON_ASAP = 0x2 + NL80211_PMSR_FTM_CAPA_ATTR_NON_TRIGGER_BASED = 0xa + NL80211_PMSR_FTM_CAPA_ATTR_PREAMBLES = 0x5 + NL80211_PMSR_FTM_CAPA_ATTR_REQ_CIVICLOC = 0x4 + NL80211_PMSR_FTM_CAPA_ATTR_REQ_LCI = 0x3 + NL80211_PMSR_FTM_CAPA_ATTR_TRIGGER_BASED = 0x9 + NL80211_PMSR_FTM_FAILURE_BAD_CHANGED_PARAMS = 0x7 + NL80211_PMSR_FTM_FAILURE_INVALID_TIMESTAMP = 0x5 + NL80211_PMSR_FTM_FAILURE_NO_RESPONSE = 0x1 + NL80211_PMSR_FTM_FAILURE_PEER_BUSY = 0x6 + NL80211_PMSR_FTM_FAILURE_PEER_NOT_CAPABLE = 0x4 + NL80211_PMSR_FTM_FAILURE_REJECTED = 0x2 + NL80211_PMSR_FTM_FAILURE_UNSPECIFIED = 0x0 + NL80211_PMSR_FTM_FAILURE_WRONG_CHANNEL = 0x3 + NL80211_PMSR_FTM_REQ_ATTR_ASAP = 0x1 + NL80211_PMSR_FTM_REQ_ATTR_BURST_DURATION = 0x5 + NL80211_PMSR_FTM_REQ_ATTR_BURST_PERIOD = 0x4 + NL80211_PMSR_FTM_REQ_ATTR_FTMS_PER_BURST = 0x6 + NL80211_PMSR_FTM_REQ_ATTR_LMR_FEEDBACK = 0xc + NL80211_PMSR_FTM_REQ_ATTR_MAX = 0xd + NL80211_PMSR_FTM_REQ_ATTR_NON_TRIGGER_BASED = 0xb + NL80211_PMSR_FTM_REQ_ATTR_NUM_BURSTS_EXP = 0x3 + NL80211_PMSR_FTM_REQ_ATTR_NUM_FTMR_RETRIES = 0x7 + NL80211_PMSR_FTM_REQ_ATTR_PREAMBLE = 0x2 + NL80211_PMSR_FTM_REQ_ATTR_REQUEST_CIVICLOC = 0x9 + NL80211_PMSR_FTM_REQ_ATTR_REQUEST_LCI = 0x8 + NL80211_PMSR_FTM_REQ_ATTR_TRIGGER_BASED = 0xa + NL80211_PMSR_FTM_RESP_ATTR_BURST_DURATION = 0x7 + NL80211_PMSR_FTM_RESP_ATTR_BURST_INDEX = 0x2 + NL80211_PMSR_FTM_RESP_ATTR_BUSY_RETRY_TIME = 0x5 + NL80211_PMSR_FTM_RESP_ATTR_CIVICLOC = 0x14 + NL80211_PMSR_FTM_RESP_ATTR_DIST_AVG = 0x10 + NL80211_PMSR_FTM_RESP_ATTR_DIST_SPREAD = 0x12 + NL80211_PMSR_FTM_RESP_ATTR_DIST_VARIANCE = 0x11 + NL80211_PMSR_FTM_RESP_ATTR_FAIL_REASON = 0x1 + NL80211_PMSR_FTM_RESP_ATTR_FTMS_PER_BURST = 0x8 + NL80211_PMSR_FTM_RESP_ATTR_LCI = 0x13 + NL80211_PMSR_FTM_RESP_ATTR_MAX = 0x15 + NL80211_PMSR_FTM_RESP_ATTR_NUM_BURSTS_EXP = 0x6 + NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_ATTEMPTS = 0x3 + NL80211_PMSR_FTM_RESP_ATTR_NUM_FTMR_SUCCESSES = 0x4 + NL80211_PMSR_FTM_RESP_ATTR_PAD = 0x15 + NL80211_PMSR_FTM_RESP_ATTR_RSSI_AVG = 0x9 + NL80211_PMSR_FTM_RESP_ATTR_RSSI_SPREAD = 0xa + NL80211_PMSR_FTM_RESP_ATTR_RTT_AVG = 0xd + NL80211_PMSR_FTM_RESP_ATTR_RTT_SPREAD = 0xf + NL80211_PMSR_FTM_RESP_ATTR_RTT_VARIANCE = 0xe + NL80211_PMSR_FTM_RESP_ATTR_RX_RATE = 0xc + NL80211_PMSR_FTM_RESP_ATTR_TX_RATE = 0xb + NL80211_PMSR_PEER_ATTR_ADDR = 0x1 + NL80211_PMSR_PEER_ATTR_CHAN = 0x2 + NL80211_PMSR_PEER_ATTR_MAX = 0x4 + NL80211_PMSR_PEER_ATTR_REQ = 0x3 + NL80211_PMSR_PEER_ATTR_RESP = 0x4 + NL80211_PMSR_REQ_ATTR_DATA = 0x1 + NL80211_PMSR_REQ_ATTR_GET_AP_TSF = 0x2 + NL80211_PMSR_REQ_ATTR_MAX = 0x2 + NL80211_PMSR_RESP_ATTR_AP_TSF = 0x4 + NL80211_PMSR_RESP_ATTR_DATA = 0x1 + NL80211_PMSR_RESP_ATTR_FINAL = 0x5 + NL80211_PMSR_RESP_ATTR_HOST_TIME = 0x3 + NL80211_PMSR_RESP_ATTR_MAX = 0x6 + NL80211_PMSR_RESP_ATTR_PAD = 0x6 + NL80211_PMSR_RESP_ATTR_STATUS = 0x2 + NL80211_PMSR_STATUS_FAILURE = 0x3 + NL80211_PMSR_STATUS_REFUSED = 0x1 + NL80211_PMSR_STATUS_SUCCESS = 0x0 + NL80211_PMSR_STATUS_TIMEOUT = 0x2 + NL80211_PMSR_TYPE_FTM = 0x1 + NL80211_PMSR_TYPE_INVALID = 0x0 + NL80211_PMSR_TYPE_MAX = 0x1 + NL80211_PREAMBLE_DMG = 0x3 + NL80211_PREAMBLE_HE = 0x4 + NL80211_PREAMBLE_HT = 0x1 + NL80211_PREAMBLE_LEGACY = 0x0 + NL80211_PREAMBLE_VHT = 0x2 + NL80211_PROBE_RESP_OFFLOAD_SUPPORT_80211U = 0x8 + NL80211_PROBE_RESP_OFFLOAD_SUPPORT_P2P = 0x4 + NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS2 = 0x2 + NL80211_PROBE_RESP_OFFLOAD_SUPPORT_WPS = 0x1 + NL80211_PROTOCOL_FEATURE_SPLIT_WIPHY_DUMP = 0x1 + NL80211_PS_DISABLED = 0x0 + NL80211_PS_ENABLED = 0x1 + NL80211_RADAR_CAC_ABORTED = 0x2 + NL80211_RADAR_CAC_FINISHED = 0x1 + NL80211_RADAR_CAC_STARTED = 0x5 + NL80211_RADAR_DETECTED = 0x0 + NL80211_RADAR_NOP_FINISHED = 0x3 + NL80211_RADAR_PRE_CAC_EXPIRED = 0x4 + NL80211_RATE_INFO_10_MHZ_WIDTH = 0xb + NL80211_RATE_INFO_160_MHZ_WIDTH = 0xa + NL80211_RATE_INFO_40_MHZ_WIDTH = 0x3 + NL80211_RATE_INFO_5_MHZ_WIDTH = 0xc + NL80211_RATE_INFO_80_MHZ_WIDTH = 0x8 + NL80211_RATE_INFO_80P80_MHZ_WIDTH = 0x9 + NL80211_RATE_INFO_BITRATE32 = 0x5 + NL80211_RATE_INFO_BITRATE = 0x1 + NL80211_RATE_INFO_HE_1XLTF = 0x0 + NL80211_RATE_INFO_HE_2XLTF = 0x1 + NL80211_RATE_INFO_HE_4XLTF = 0x2 + NL80211_RATE_INFO_HE_DCM = 0x10 + NL80211_RATE_INFO_HE_GI_0_8 = 0x0 + NL80211_RATE_INFO_HE_GI_1_6 = 0x1 + NL80211_RATE_INFO_HE_GI_3_2 = 0x2 + NL80211_RATE_INFO_HE_GI = 0xf + NL80211_RATE_INFO_HE_MCS = 0xd + NL80211_RATE_INFO_HE_NSS = 0xe + NL80211_RATE_INFO_HE_RU_ALLOC_106 = 0x2 + NL80211_RATE_INFO_HE_RU_ALLOC_242 = 0x3 + NL80211_RATE_INFO_HE_RU_ALLOC_26 = 0x0 + NL80211_RATE_INFO_HE_RU_ALLOC_2x996 = 0x6 + NL80211_RATE_INFO_HE_RU_ALLOC_484 = 0x4 + NL80211_RATE_INFO_HE_RU_ALLOC_52 = 0x1 + NL80211_RATE_INFO_HE_RU_ALLOC_996 = 0x5 + NL80211_RATE_INFO_HE_RU_ALLOC = 0x11 + NL80211_RATE_INFO_MAX = 0x11 + NL80211_RATE_INFO_MCS = 0x2 + NL80211_RATE_INFO_SHORT_GI = 0x4 + NL80211_RATE_INFO_VHT_MCS = 0x6 + NL80211_RATE_INFO_VHT_NSS = 0x7 + NL80211_REGDOM_SET_BY_CORE = 0x0 + NL80211_REGDOM_SET_BY_COUNTRY_IE = 0x3 + NL80211_REGDOM_SET_BY_DRIVER = 0x2 + NL80211_REGDOM_SET_BY_USER = 0x1 + NL80211_REGDOM_TYPE_COUNTRY = 0x0 + NL80211_REGDOM_TYPE_CUSTOM_WORLD = 0x2 + NL80211_REGDOM_TYPE_INTERSECTION = 0x3 + NL80211_REGDOM_TYPE_WORLD = 0x1 + NL80211_REG_RULE_ATTR_MAX = 0x7 + NL80211_REKEY_DATA_AKM = 0x4 + NL80211_REKEY_DATA_KCK = 0x2 + NL80211_REKEY_DATA_KEK = 0x1 + NL80211_REKEY_DATA_REPLAY_CTR = 0x3 + NL80211_REPLAY_CTR_LEN = 0x8 + NL80211_RRF_AUTO_BW = 0x800 + NL80211_RRF_DFS = 0x10 + NL80211_RRF_GO_CONCURRENT = 0x1000 + NL80211_RRF_IR_CONCURRENT = 0x1000 + NL80211_RRF_NO_160MHZ = 0x10000 + NL80211_RRF_NO_80MHZ = 0x8000 + NL80211_RRF_NO_CCK = 0x2 + NL80211_RRF_NO_HE = 0x20000 + NL80211_RRF_NO_HT40 = 0x6000 + NL80211_RRF_NO_HT40MINUS = 0x2000 + NL80211_RRF_NO_HT40PLUS = 0x4000 + NL80211_RRF_NO_IBSS = 0x80 + NL80211_RRF_NO_INDOOR = 0x4 + NL80211_RRF_NO_IR_ALL = 0x180 + NL80211_RRF_NO_IR = 0x80 + NL80211_RRF_NO_OFDM = 0x1 + NL80211_RRF_NO_OUTDOOR = 0x8 + NL80211_RRF_PASSIVE_SCAN = 0x80 + NL80211_RRF_PTMP_ONLY = 0x40 + NL80211_RRF_PTP_ONLY = 0x20 + NL80211_RXMGMT_FLAG_ANSWERED = 0x1 + NL80211_RXMGMT_FLAG_EXTERNAL_AUTH = 0x2 + NL80211_SAE_PWE_BOTH = 0x3 + NL80211_SAE_PWE_HASH_TO_ELEMENT = 0x2 + NL80211_SAE_PWE_HUNT_AND_PECK = 0x1 + NL80211_SAE_PWE_UNSPECIFIED = 0x0 + NL80211_SAR_ATTR_MAX = 0x2 + NL80211_SAR_ATTR_SPECS = 0x2 + NL80211_SAR_ATTR_SPECS_END_FREQ = 0x4 + NL80211_SAR_ATTR_SPECS_MAX = 0x4 + NL80211_SAR_ATTR_SPECS_POWER = 0x1 + NL80211_SAR_ATTR_SPECS_RANGE_INDEX = 0x2 + NL80211_SAR_ATTR_SPECS_START_FREQ = 0x3 + NL80211_SAR_ATTR_TYPE = 0x1 + NL80211_SAR_TYPE_POWER = 0x0 + NL80211_SCAN_FLAG_ACCEPT_BCAST_PROBE_RESP = 0x20 + NL80211_SCAN_FLAG_AP = 0x4 + NL80211_SCAN_FLAG_COLOCATED_6GHZ = 0x4000 + NL80211_SCAN_FLAG_FILS_MAX_CHANNEL_TIME = 0x10 + NL80211_SCAN_FLAG_FLUSH = 0x2 + NL80211_SCAN_FLAG_FREQ_KHZ = 0x2000 + NL80211_SCAN_FLAG_HIGH_ACCURACY = 0x400 + NL80211_SCAN_FLAG_LOW_POWER = 0x200 + NL80211_SCAN_FLAG_LOW_PRIORITY = 0x1 + NL80211_SCAN_FLAG_LOW_SPAN = 0x100 + NL80211_SCAN_FLAG_MIN_PREQ_CONTENT = 0x1000 + NL80211_SCAN_FLAG_OCE_PROBE_REQ_DEFERRAL_SUPPRESSION = 0x80 + NL80211_SCAN_FLAG_OCE_PROBE_REQ_HIGH_TX_RATE = 0x40 + NL80211_SCAN_FLAG_RANDOM_ADDR = 0x8 + NL80211_SCAN_FLAG_RANDOM_SN = 0x800 + NL80211_SCAN_RSSI_THOLD_OFF = -0x12c + NL80211_SCHED_SCAN_MATCH_ATTR_BSSID = 0x5 + NL80211_SCHED_SCAN_MATCH_ATTR_MAX = 0x6 + NL80211_SCHED_SCAN_MATCH_ATTR_RELATIVE_RSSI = 0x3 + NL80211_SCHED_SCAN_MATCH_ATTR_RSSI_ADJUST = 0x4 + NL80211_SCHED_SCAN_MATCH_ATTR_RSSI = 0x2 + NL80211_SCHED_SCAN_MATCH_ATTR_SSID = 0x1 + NL80211_SCHED_SCAN_MATCH_PER_BAND_RSSI = 0x6 + NL80211_SCHED_SCAN_PLAN_INTERVAL = 0x1 + NL80211_SCHED_SCAN_PLAN_ITERATIONS = 0x2 + NL80211_SCHED_SCAN_PLAN_MAX = 0x2 + NL80211_SMPS_DYNAMIC = 0x2 + NL80211_SMPS_MAX = 0x2 + NL80211_SMPS_OFF = 0x0 + NL80211_SMPS_STATIC = 0x1 + NL80211_STA_BSS_PARAM_BEACON_INTERVAL = 0x5 + NL80211_STA_BSS_PARAM_CTS_PROT = 0x1 + NL80211_STA_BSS_PARAM_DTIM_PERIOD = 0x4 + NL80211_STA_BSS_PARAM_MAX = 0x5 + NL80211_STA_BSS_PARAM_SHORT_PREAMBLE = 0x2 + NL80211_STA_BSS_PARAM_SHORT_SLOT_TIME = 0x3 + NL80211_STA_FLAG_ASSOCIATED = 0x7 + NL80211_STA_FLAG_AUTHENTICATED = 0x5 + NL80211_STA_FLAG_AUTHORIZED = 0x1 + NL80211_STA_FLAG_MAX = 0x7 + NL80211_STA_FLAG_MAX_OLD_API = 0x6 + NL80211_STA_FLAG_MFP = 0x4 + NL80211_STA_FLAG_SHORT_PREAMBLE = 0x2 + NL80211_STA_FLAG_TDLS_PEER = 0x6 + NL80211_STA_FLAG_WME = 0x3 + NL80211_STA_INFO_ACK_SIGNAL_AVG = 0x23 + NL80211_STA_INFO_ACK_SIGNAL = 0x22 + NL80211_STA_INFO_AIRTIME_LINK_METRIC = 0x29 + NL80211_STA_INFO_AIRTIME_WEIGHT = 0x28 + NL80211_STA_INFO_ASSOC_AT_BOOTTIME = 0x2a + NL80211_STA_INFO_BEACON_LOSS = 0x12 + NL80211_STA_INFO_BEACON_RX = 0x1d + NL80211_STA_INFO_BEACON_SIGNAL_AVG = 0x1e + NL80211_STA_INFO_BSS_PARAM = 0xf + NL80211_STA_INFO_CHAIN_SIGNAL_AVG = 0x1a + NL80211_STA_INFO_CHAIN_SIGNAL = 0x19 + NL80211_STA_INFO_CONNECTED_TIME = 0x10 + NL80211_STA_INFO_CONNECTED_TO_AS = 0x2b + NL80211_STA_INFO_CONNECTED_TO_GATE = 0x26 + NL80211_STA_INFO_DATA_ACK_SIGNAL_AVG = 0x23 + NL80211_STA_INFO_EXPECTED_THROUGHPUT = 0x1b + NL80211_STA_INFO_FCS_ERROR_COUNT = 0x25 + NL80211_STA_INFO_INACTIVE_TIME = 0x1 + NL80211_STA_INFO_LLID = 0x4 + NL80211_STA_INFO_LOCAL_PM = 0x14 + NL80211_STA_INFO_MAX = 0x2b + NL80211_STA_INFO_NONPEER_PM = 0x16 + NL80211_STA_INFO_PAD = 0x21 + NL80211_STA_INFO_PEER_PM = 0x15 + NL80211_STA_INFO_PLID = 0x5 + NL80211_STA_INFO_PLINK_STATE = 0x6 + NL80211_STA_INFO_RX_BITRATE = 0xe + NL80211_STA_INFO_RX_BYTES64 = 0x17 + NL80211_STA_INFO_RX_BYTES = 0x2 + NL80211_STA_INFO_RX_DROP_MISC = 0x1c + NL80211_STA_INFO_RX_DURATION = 0x20 + NL80211_STA_INFO_RX_MPDUS = 0x24 + NL80211_STA_INFO_RX_PACKETS = 0x9 + NL80211_STA_INFO_SIGNAL_AVG = 0xd + NL80211_STA_INFO_SIGNAL = 0x7 + NL80211_STA_INFO_STA_FLAGS = 0x11 + NL80211_STA_INFO_TID_STATS = 0x1f + NL80211_STA_INFO_T_OFFSET = 0x13 + NL80211_STA_INFO_TX_BITRATE = 0x8 + NL80211_STA_INFO_TX_BYTES64 = 0x18 + NL80211_STA_INFO_TX_BYTES = 0x3 + NL80211_STA_INFO_TX_DURATION = 0x27 + NL80211_STA_INFO_TX_FAILED = 0xc + NL80211_STA_INFO_TX_PACKETS = 0xa + NL80211_STA_INFO_TX_RETRIES = 0xb + NL80211_STA_WME_MAX = 0x2 + NL80211_STA_WME_MAX_SP = 0x2 + NL80211_STA_WME_UAPSD_QUEUES = 0x1 + NL80211_SURVEY_INFO_CHANNEL_TIME_BUSY = 0x5 + NL80211_SURVEY_INFO_CHANNEL_TIME = 0x4 + NL80211_SURVEY_INFO_CHANNEL_TIME_EXT_BUSY = 0x6 + NL80211_SURVEY_INFO_CHANNEL_TIME_RX = 0x7 + NL80211_SURVEY_INFO_CHANNEL_TIME_TX = 0x8 + NL80211_SURVEY_INFO_FREQUENCY = 0x1 + NL80211_SURVEY_INFO_FREQUENCY_OFFSET = 0xc + NL80211_SURVEY_INFO_IN_USE = 0x3 + NL80211_SURVEY_INFO_MAX = 0xc + NL80211_SURVEY_INFO_NOISE = 0x2 + NL80211_SURVEY_INFO_PAD = 0xa + NL80211_SURVEY_INFO_TIME_BSS_RX = 0xb + NL80211_SURVEY_INFO_TIME_BUSY = 0x5 + NL80211_SURVEY_INFO_TIME = 0x4 + NL80211_SURVEY_INFO_TIME_EXT_BUSY = 0x6 + NL80211_SURVEY_INFO_TIME_RX = 0x7 + NL80211_SURVEY_INFO_TIME_SCAN = 0x9 + NL80211_SURVEY_INFO_TIME_TX = 0x8 + NL80211_TDLS_DISABLE_LINK = 0x4 + NL80211_TDLS_DISCOVERY_REQ = 0x0 + NL80211_TDLS_ENABLE_LINK = 0x3 + NL80211_TDLS_PEER_HE = 0x8 + NL80211_TDLS_PEER_HT = 0x1 + NL80211_TDLS_PEER_VHT = 0x2 + NL80211_TDLS_PEER_WMM = 0x4 + NL80211_TDLS_SETUP = 0x1 + NL80211_TDLS_TEARDOWN = 0x2 + NL80211_TID_CONFIG_ATTR_AMPDU_CTRL = 0x9 + NL80211_TID_CONFIG_ATTR_AMSDU_CTRL = 0xb + NL80211_TID_CONFIG_ATTR_MAX = 0xd + NL80211_TID_CONFIG_ATTR_NOACK = 0x6 + NL80211_TID_CONFIG_ATTR_OVERRIDE = 0x4 + NL80211_TID_CONFIG_ATTR_PAD = 0x1 + NL80211_TID_CONFIG_ATTR_PEER_SUPP = 0x3 + NL80211_TID_CONFIG_ATTR_RETRY_LONG = 0x8 + NL80211_TID_CONFIG_ATTR_RETRY_SHORT = 0x7 + NL80211_TID_CONFIG_ATTR_RTSCTS_CTRL = 0xa + NL80211_TID_CONFIG_ATTR_TIDS = 0x5 + NL80211_TID_CONFIG_ATTR_TX_RATE = 0xd + NL80211_TID_CONFIG_ATTR_TX_RATE_TYPE = 0xc + NL80211_TID_CONFIG_ATTR_VIF_SUPP = 0x2 + NL80211_TID_CONFIG_DISABLE = 0x1 + NL80211_TID_CONFIG_ENABLE = 0x0 + NL80211_TID_STATS_MAX = 0x6 + NL80211_TID_STATS_PAD = 0x5 + NL80211_TID_STATS_RX_MSDU = 0x1 + NL80211_TID_STATS_TX_MSDU = 0x2 + NL80211_TID_STATS_TX_MSDU_FAILED = 0x4 + NL80211_TID_STATS_TX_MSDU_RETRIES = 0x3 + NL80211_TID_STATS_TXQ_STATS = 0x6 + NL80211_TIMEOUT_ASSOC = 0x3 + NL80211_TIMEOUT_AUTH = 0x2 + NL80211_TIMEOUT_SCAN = 0x1 + NL80211_TIMEOUT_UNSPECIFIED = 0x0 + NL80211_TKIP_DATA_OFFSET_ENCR_KEY = 0x0 + NL80211_TKIP_DATA_OFFSET_RX_MIC_KEY = 0x18 + NL80211_TKIP_DATA_OFFSET_TX_MIC_KEY = 0x10 + NL80211_TX_POWER_AUTOMATIC = 0x0 + NL80211_TX_POWER_FIXED = 0x2 + NL80211_TX_POWER_LIMITED = 0x1 + NL80211_TXQ_ATTR_AC = 0x1 + NL80211_TXQ_ATTR_AIFS = 0x5 + NL80211_TXQ_ATTR_CWMAX = 0x4 + NL80211_TXQ_ATTR_CWMIN = 0x3 + NL80211_TXQ_ATTR_MAX = 0x5 + NL80211_TXQ_ATTR_QUEUE = 0x1 + NL80211_TXQ_ATTR_TXOP = 0x2 + NL80211_TXQ_Q_BE = 0x2 + NL80211_TXQ_Q_BK = 0x3 + NL80211_TXQ_Q_VI = 0x1 + NL80211_TXQ_Q_VO = 0x0 + NL80211_TXQ_STATS_BACKLOG_BYTES = 0x1 + NL80211_TXQ_STATS_BACKLOG_PACKETS = 0x2 + NL80211_TXQ_STATS_COLLISIONS = 0x8 + NL80211_TXQ_STATS_DROPS = 0x4 + NL80211_TXQ_STATS_ECN_MARKS = 0x5 + NL80211_TXQ_STATS_FLOWS = 0x3 + NL80211_TXQ_STATS_MAX = 0xb + NL80211_TXQ_STATS_MAX_FLOWS = 0xb + NL80211_TXQ_STATS_OVERLIMIT = 0x6 + NL80211_TXQ_STATS_OVERMEMORY = 0x7 + NL80211_TXQ_STATS_TX_BYTES = 0x9 + NL80211_TXQ_STATS_TX_PACKETS = 0xa + NL80211_TX_RATE_AUTOMATIC = 0x0 + NL80211_TXRATE_DEFAULT_GI = 0x0 + NL80211_TX_RATE_FIXED = 0x2 + NL80211_TXRATE_FORCE_LGI = 0x2 + NL80211_TXRATE_FORCE_SGI = 0x1 + NL80211_TXRATE_GI = 0x4 + NL80211_TXRATE_HE = 0x5 + NL80211_TXRATE_HE_GI = 0x6 + NL80211_TXRATE_HE_LTF = 0x7 + NL80211_TXRATE_HT = 0x2 + NL80211_TXRATE_LEGACY = 0x1 + NL80211_TX_RATE_LIMITED = 0x1 + NL80211_TXRATE_MAX = 0x7 + NL80211_TXRATE_MCS = 0x2 + NL80211_TXRATE_VHT = 0x3 + NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_INT = 0x1 + NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_MAX = 0x2 + NL80211_UNSOL_BCAST_PROBE_RESP_ATTR_TMPL = 0x2 + NL80211_USER_REG_HINT_CELL_BASE = 0x1 + NL80211_USER_REG_HINT_INDOOR = 0x2 + NL80211_USER_REG_HINT_USER = 0x0 + NL80211_VENDOR_ID_IS_LINUX = 0x80000000 + NL80211_VHT_CAPABILITY_LEN = 0xc + NL80211_VHT_NSS_MAX = 0x8 + NL80211_WIPHY_NAME_MAXLEN = 0x40 + NL80211_WMMR_AIFSN = 0x3 + NL80211_WMMR_CW_MAX = 0x2 + NL80211_WMMR_CW_MIN = 0x1 + NL80211_WMMR_MAX = 0x4 + NL80211_WMMR_TXOP = 0x4 + NL80211_WOWLAN_PKTPAT_MASK = 0x1 + NL80211_WOWLAN_PKTPAT_OFFSET = 0x3 + NL80211_WOWLAN_PKTPAT_PATTERN = 0x2 + NL80211_WOWLAN_TCP_DATA_INTERVAL = 0x9 + NL80211_WOWLAN_TCP_DATA_PAYLOAD = 0x6 + NL80211_WOWLAN_TCP_DATA_PAYLOAD_SEQ = 0x7 + NL80211_WOWLAN_TCP_DATA_PAYLOAD_TOKEN = 0x8 + NL80211_WOWLAN_TCP_DST_IPV4 = 0x2 + NL80211_WOWLAN_TCP_DST_MAC = 0x3 + NL80211_WOWLAN_TCP_DST_PORT = 0x5 + NL80211_WOWLAN_TCP_SRC_IPV4 = 0x1 + NL80211_WOWLAN_TCP_SRC_PORT = 0x4 + NL80211_WOWLAN_TCP_WAKE_MASK = 0xb + NL80211_WOWLAN_TCP_WAKE_PAYLOAD = 0xa + NL80211_WOWLAN_TRIG_4WAY_HANDSHAKE = 0x8 + NL80211_WOWLAN_TRIG_ANY = 0x1 + NL80211_WOWLAN_TRIG_DISCONNECT = 0x2 + NL80211_WOWLAN_TRIG_EAP_IDENT_REQUEST = 0x7 + NL80211_WOWLAN_TRIG_GTK_REKEY_FAILURE = 0x6 + NL80211_WOWLAN_TRIG_GTK_REKEY_SUPPORTED = 0x5 + NL80211_WOWLAN_TRIG_MAGIC_PKT = 0x3 + NL80211_WOWLAN_TRIG_NET_DETECT = 0x12 + NL80211_WOWLAN_TRIG_NET_DETECT_RESULTS = 0x13 + NL80211_WOWLAN_TRIG_PKT_PATTERN = 0x4 + NL80211_WOWLAN_TRIG_RFKILL_RELEASE = 0x9 + NL80211_WOWLAN_TRIG_TCP_CONNECTION = 0xe + NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211 = 0xa + NL80211_WOWLAN_TRIG_WAKEUP_PKT_80211_LEN = 0xb + NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023 = 0xc + NL80211_WOWLAN_TRIG_WAKEUP_PKT_8023_LEN = 0xd + NL80211_WOWLAN_TRIG_WAKEUP_TCP_CONNLOST = 0x10 + NL80211_WOWLAN_TRIG_WAKEUP_TCP_MATCH = 0xf + NL80211_WOWLAN_TRIG_WAKEUP_TCP_NOMORETOKENS = 0x11 + NL80211_WPA_VERSION_1 = 0x1 + NL80211_WPA_VERSION_2 = 0x2 + NL80211_WPA_VERSION_3 = 0x4 +) diff --git a/vendor/golang.org/x/tools/go/analysis/passes/nilfunc/nilfunc.go b/vendor/golang.org/x/tools/go/analysis/passes/nilfunc/nilfunc.go index 850f6f8fa..e4c66df6d 100644 --- a/vendor/golang.org/x/tools/go/analysis/passes/nilfunc/nilfunc.go +++ b/vendor/golang.org/x/tools/go/analysis/passes/nilfunc/nilfunc.go @@ -62,7 +62,8 @@ func run(pass *analysis.Pass) (interface{}, error) { obj = pass.TypesInfo.Uses[v.Sel] case *ast.IndexExpr, *typeparams.IndexListExpr: // Check generic functions such as "f[T1,T2]". - if id, ok := typeparams.GetIndexExprData(v).X.(*ast.Ident); ok { + x, _, _, _ := typeparams.UnpackIndexExpr(v) + if id, ok := x.(*ast.Ident); ok { obj = pass.TypesInfo.Uses[id] } default: diff --git a/vendor/golang.org/x/tools/go/analysis/passes/stdmethods/stdmethods.go b/vendor/golang.org/x/tools/go/analysis/passes/stdmethods/stdmethods.go index 64a28ac0b..cc9497179 100644 --- a/vendor/golang.org/x/tools/go/analysis/passes/stdmethods/stdmethods.go +++ b/vendor/golang.org/x/tools/go/analysis/passes/stdmethods/stdmethods.go @@ -61,7 +61,7 @@ var Analyzer = &analysis.Analyzer{ // we let it go. But if it does have a fmt.ScanState, then the // rest has to match. var canonicalMethods = map[string]struct{ args, results []string }{ - "As": {[]string{"interface{}"}, []string{"bool"}}, // errors.As + "As": {[]string{"any"}, []string{"bool"}}, // errors.As // "Flush": {{}, {"error"}}, // http.Flusher and jpeg.writer conflict "Format": {[]string{"=fmt.State", "rune"}, []string{}}, // fmt.Formatter "GobDecode": {[]string{"[]byte"}, []string{"error"}}, // gob.GobDecoder @@ -194,7 +194,9 @@ func matchParams(pass *analysis.Pass, expect []string, actual *types.Tuple, pref func matchParamType(expect string, actual types.Type) bool { expect = strings.TrimPrefix(expect, "=") // Overkill but easy. - return typeString(actual) == expect + t := typeString(actual) + return t == expect || + (t == "any" || t == "interface{}") && (expect == "any" || expect == "interface{}") } var errorType = types.Universe.Lookup("error").Type().Underlying().(*types.Interface) diff --git a/vendor/golang.org/x/tools/go/analysis/passes/testinggoroutine/testinggoroutine.go b/vendor/golang.org/x/tools/go/analysis/passes/testinggoroutine/testinggoroutine.go index 3d4bd4908..7ea8f77e3 100644 --- a/vendor/golang.org/x/tools/go/analysis/passes/testinggoroutine/testinggoroutine.go +++ b/vendor/golang.org/x/tools/go/analysis/passes/testinggoroutine/testinggoroutine.go @@ -127,11 +127,8 @@ func typeIsTestingDotTOrB(expr ast.Expr) (string, bool) { func goStmtFun(goStmt *ast.GoStmt) ast.Node { switch fun := goStmt.Call.Fun.(type) { case *ast.IndexExpr, *typeparams.IndexListExpr: - ix := typeparams.GetIndexExprData(fun) - if ix == nil { - break - } - id, _ := ix.X.(*ast.Ident) + x, _, _, _ := typeparams.UnpackIndexExpr(fun) + id, _ := x.(*ast.Ident) if id == nil { break } diff --git a/vendor/golang.org/x/tools/go/analysis/passes/tests/tests.go b/vendor/golang.org/x/tools/go/analysis/passes/tests/tests.go index 2c8788249..ffa5205dd 100644 --- a/vendor/golang.org/x/tools/go/analysis/passes/tests/tests.go +++ b/vendor/golang.org/x/tools/go/analysis/passes/tests/tests.go @@ -7,6 +7,7 @@ package tests import ( + "fmt" "go/ast" "go/token" "go/types" @@ -16,6 +17,7 @@ import ( "unicode/utf8" "golang.org/x/tools/go/analysis" + "golang.org/x/tools/internal/analysisinternal" "golang.org/x/tools/internal/typeparams" ) @@ -34,6 +36,24 @@ var Analyzer = &analysis.Analyzer{ Run: run, } +var acceptedFuzzTypes = []types.Type{ + types.Typ[types.String], + types.Typ[types.Bool], + types.Typ[types.Float32], + types.Typ[types.Float64], + types.Typ[types.Int], + types.Typ[types.Int8], + types.Typ[types.Int16], + types.Typ[types.Int32], + types.Typ[types.Int64], + types.Typ[types.Uint], + types.Typ[types.Uint8], + types.Typ[types.Uint16], + types.Typ[types.Uint32], + types.Typ[types.Uint64], + types.NewSlice(types.Universe.Lookup("byte").Type()), +} + func run(pass *analysis.Pass) (interface{}, error) { for _, f := range pass.Files { if !strings.HasSuffix(pass.Fset.File(f.Pos()).Name(), "_test.go") { @@ -54,11 +74,221 @@ func run(pass *analysis.Pass) (interface{}, error) { case strings.HasPrefix(fn.Name.Name, "Benchmark"): checkTest(pass, fn, "Benchmark") } + // run fuzz tests diagnostics only for 1.18 i.e. when analysisinternal.DiagnoseFuzzTests is turned on. + if strings.HasPrefix(fn.Name.Name, "Fuzz") && analysisinternal.DiagnoseFuzzTests { + checkTest(pass, fn, "Fuzz") + checkFuzz(pass, fn) + } } } return nil, nil } +// Checks the contents of a fuzz function. +func checkFuzz(pass *analysis.Pass, fn *ast.FuncDecl) { + params := checkFuzzCall(pass, fn) + if params != nil { + checkAddCalls(pass, fn, params) + } +} + +// Check the arguments of f.Fuzz() calls : +// 1. f.Fuzz() should call a function and it should be of type (*testing.F).Fuzz(). +// 2. The called function in f.Fuzz(func(){}) should not return result. +// 3. First argument of func() should be of type *testing.T +// 4. Second argument onwards should be of type []byte, string, bool, byte, +// rune, float32, float64, int, int8, int16, int32, int64, uint, uint8, uint16, +// uint32, uint64 +// 5. func() must not call any *F methods, e.g. (*F).Log, (*F).Error, (*F).Skip +// The only *F methods that are allowed in the (*F).Fuzz function are (*F).Failed and (*F).Name. +// Returns the list of parameters to the fuzz function, if they are valid fuzz parameters. +func checkFuzzCall(pass *analysis.Pass, fn *ast.FuncDecl) (params *types.Tuple) { + ast.Inspect(fn, func(n ast.Node) bool { + call, ok := n.(*ast.CallExpr) + if ok { + if !isFuzzTargetDotFuzz(pass, call) { + return true + } + + // Only one argument (func) must be passed to (*testing.F).Fuzz. + if len(call.Args) != 1 { + return true + } + expr := call.Args[0] + if pass.TypesInfo.Types[expr].Type == nil { + return true + } + t := pass.TypesInfo.Types[expr].Type.Underlying() + tSign, argOk := t.(*types.Signature) + // Argument should be a function + if !argOk { + pass.ReportRangef(expr, "argument to Fuzz must be a function") + return false + } + // ff Argument function should not return + if tSign.Results().Len() != 0 { + pass.ReportRangef(expr, "fuzz target must not return any value") + } + // ff Argument function should have 1 or more argument + if tSign.Params().Len() == 0 { + pass.ReportRangef(expr, "fuzz target must have 1 or more argument") + return false + } + ok := validateFuzzArgs(pass, tSign.Params(), expr) + if ok && params == nil { + params = tSign.Params() + } + // Inspect the function that was passed as an argument to make sure that + // there are no calls to *F methods, except for Name and Failed. + ast.Inspect(expr, func(n ast.Node) bool { + if call, ok := n.(*ast.CallExpr); ok { + if !isFuzzTargetDot(pass, call, "") { + return true + } + if !isFuzzTargetDot(pass, call, "Name") && !isFuzzTargetDot(pass, call, "Failed") { + pass.ReportRangef(call, "fuzz target must not call any *F methods") + } + } + return true + }) + // We do not need to look at any calls to f.Fuzz inside of a Fuzz call, + // since they are not allowed. + return false + } + return true + }) + return params +} + +// Check that the arguments of f.Add() calls have the same number and type of arguments as +// the signature of the function passed to (*testing.F).Fuzz +func checkAddCalls(pass *analysis.Pass, fn *ast.FuncDecl, params *types.Tuple) { + ast.Inspect(fn, func(n ast.Node) bool { + call, ok := n.(*ast.CallExpr) + if ok { + if !isFuzzTargetDotAdd(pass, call) { + return true + } + + // The first argument to function passed to (*testing.F).Fuzz is (*testing.T). + if len(call.Args) != params.Len()-1 { + pass.ReportRangef(call, "wrong number of values in call to (*testing.F).Add: %d, fuzz target expects %d", len(call.Args), params.Len()-1) + return true + } + var mismatched []int + for i, expr := range call.Args { + if pass.TypesInfo.Types[expr].Type == nil { + return true + } + t := pass.TypesInfo.Types[expr].Type + if !types.Identical(t, params.At(i+1).Type()) { + mismatched = append(mismatched, i) + } + } + // If just one of the types is mismatched report for that + // type only. Otherwise report for the whole call to (*testing.F).Add + if len(mismatched) == 1 { + i := mismatched[0] + expr := call.Args[i] + t := pass.TypesInfo.Types[expr].Type + pass.ReportRangef(expr, fmt.Sprintf("mismatched type in call to (*testing.F).Add: %v, fuzz target expects %v", t, params.At(i+1).Type())) + } else if len(mismatched) > 1 { + var gotArgs, wantArgs []types.Type + for i := 0; i < len(call.Args); i++ { + gotArgs, wantArgs = append(gotArgs, pass.TypesInfo.Types[call.Args[i]].Type), append(wantArgs, params.At(i+1).Type()) + } + pass.ReportRangef(call, fmt.Sprintf("mismatched types in call to (*testing.F).Add: %v, fuzz target expects %v", gotArgs, wantArgs)) + } + } + return true + }) +} + +// isFuzzTargetDotFuzz reports whether call is (*testing.F).Fuzz(). +func isFuzzTargetDotFuzz(pass *analysis.Pass, call *ast.CallExpr) bool { + return isFuzzTargetDot(pass, call, "Fuzz") +} + +// isFuzzTargetDotAdd reports whether call is (*testing.F).Add(). +func isFuzzTargetDotAdd(pass *analysis.Pass, call *ast.CallExpr) bool { + return isFuzzTargetDot(pass, call, "Add") +} + +// isFuzzTargetDot reports whether call is (*testing.F).(). +func isFuzzTargetDot(pass *analysis.Pass, call *ast.CallExpr, name string) bool { + if selExpr, ok := call.Fun.(*ast.SelectorExpr); ok { + if !isTestingType(pass.TypesInfo.Types[selExpr.X].Type, "F") { + return false + } + if name == "" || selExpr.Sel.Name == name { + return true + } + } + return false +} + +// Validate the arguments of fuzz target. +func validateFuzzArgs(pass *analysis.Pass, params *types.Tuple, expr ast.Expr) bool { + fLit, isFuncLit := expr.(*ast.FuncLit) + exprRange := expr + ok := true + if !isTestingType(params.At(0).Type(), "T") { + if isFuncLit { + exprRange = fLit.Type.Params.List[0].Type + } + pass.ReportRangef(exprRange, "the first parameter of a fuzz target must be *testing.T") + ok = false + } + for i := 1; i < params.Len(); i++ { + if !isAcceptedFuzzType(params.At(i).Type()) { + if isFuncLit { + curr := 0 + for _, field := range fLit.Type.Params.List { + curr += len(field.Names) + if i < curr { + exprRange = field.Type + break + } + } + } + pass.ReportRangef(exprRange, "fuzzing arguments can only have the following types: "+formatAcceptedFuzzType()) + ok = false + } + } + return ok +} + +func isTestingType(typ types.Type, testingType string) bool { + ptr, ok := typ.(*types.Pointer) + if !ok { + return false + } + named, ok := ptr.Elem().(*types.Named) + if !ok { + return false + } + return named.Obj().Pkg().Path() == "testing" && named.Obj().Name() == testingType +} + +// Validate that fuzz target function's arguments are of accepted types. +func isAcceptedFuzzType(paramType types.Type) bool { + for _, typ := range acceptedFuzzTypes { + if types.Identical(typ, paramType) { + return true + } + } + return false +} + +func formatAcceptedFuzzType() string { + var acceptedFuzzTypesStrings []string + for _, typ := range acceptedFuzzTypes { + acceptedFuzzTypesStrings = append(acceptedFuzzTypesStrings, typ.String()) + } + acceptedFuzzTypesMsg := strings.Join(acceptedFuzzTypesStrings, ", ") + return acceptedFuzzTypesMsg +} + func isExampleSuffix(s string) bool { r, size := utf8.DecodeRuneInString(s) return size > 0 && unicode.IsLower(r) diff --git a/vendor/golang.org/x/tools/go/analysis/passes/unusedresult/unusedresult.go b/vendor/golang.org/x/tools/go/analysis/passes/unusedresult/unusedresult.go index fd94508f8..06747ba72 100644 --- a/vendor/golang.org/x/tools/go/analysis/passes/unusedresult/unusedresult.go +++ b/vendor/golang.org/x/tools/go/analysis/passes/unusedresult/unusedresult.go @@ -71,9 +71,9 @@ func run(pass *analysis.Pass) (interface{}, error) { return // a conversion, not a call } - index := typeparams.GetIndexExprData(fun) - if index != nil { - fun = index.X // If this is generic function or method call, skip the instantiation arguments + x, _, _, _ := typeparams.UnpackIndexExpr(fun) + if x != nil { + fun = x // If this is generic function or method call, skip the instantiation arguments } selector, ok := fun.(*ast.SelectorExpr) diff --git a/vendor/golang.org/x/tools/go/internal/gcimporter/iexport.go b/vendor/golang.org/x/tools/go/internal/gcimporter/iexport.go index b4d51f352..209553409 100644 --- a/vendor/golang.org/x/tools/go/internal/gcimporter/iexport.go +++ b/vendor/golang.org/x/tools/go/internal/gcimporter/iexport.go @@ -20,6 +20,7 @@ import ( "math/big" "reflect" "sort" + "strconv" "strings" "golang.org/x/tools/internal/typeparams" @@ -158,7 +159,7 @@ func (w *exportWriter) writeIndex(index map[types.Object]uint64) { } for obj := range index { - name := w.p.indexName(obj) + name := w.p.exportName(obj) pkgObjs[obj.Pkg()] = append(pkgObjs[obj.Pkg()], pkgObj{obj, name}) } @@ -190,10 +191,9 @@ func (w *exportWriter) writeIndex(index map[types.Object]uint64) { } } -// indexName returns the 'indexed' name of an object. It differs from -// obj.Name() only for type parameter names, where the name is qualified by -// owner. -func (p *iexporter) indexName(obj types.Object) (res string) { +// exportName returns the 'exported' name of an object. It differs from +// obj.Name() only for type parameters (see tparamExportName for details). +func (p *iexporter) exportName(obj types.Object) (res string) { if name := p.tparamNames[obj]; name != "" { return name } @@ -219,7 +219,7 @@ type iexporter struct { data0 intWriter declIndex map[types.Object]uint64 - tparamNames map[types.Object]string // typeparam->qualified name + tparamNames map[types.Object]string // typeparam->exported name typIndex map[types.Type]uint64 indent int // for tracing support @@ -310,14 +310,15 @@ func (p *iexporter) doDecl(obj types.Object) { w.tag('G') } w.pos(obj.Pos()) - // The tparam list of the function type is the - // declaration of the type params. So, write out the type - // params right now. Then those type params will be - // referenced via their type offset (via typOff) in all - // other places in the signature and function that they - // are used. + // The tparam list of the function type is the declaration of the type + // params. So, write out the type params right now. Then those type params + // will be referenced via their type offset (via typOff) in all other + // places in the signature and function where they are used. + // + // While importing the type parameters, tparamList computes and records + // their export name, so that it can be later used when writing the index. if tparams := typeparams.ForSignature(sig); tparams.Len() > 0 { - w.tparamList(obj, tparams, obj.Pkg()) + w.tparamList(obj.Name(), tparams, obj.Pkg()) } w.signature(sig) @@ -365,7 +366,9 @@ func (p *iexporter) doDecl(obj types.Object) { w.pos(obj.Pos()) if typeparams.ForNamed(named).Len() > 0 { - w.tparamList(obj, typeparams.ForNamed(named), obj.Pkg()) + // While importing the type parameters, tparamList computes and records + // their export name, so that it can be later used when writing the index. + w.tparamList(obj.Name(), typeparams.ForNamed(named), obj.Pkg()) } underlying := obj.Type().Underlying() @@ -385,11 +388,13 @@ func (p *iexporter) doDecl(obj types.Object) { // Receiver type parameters are type arguments of the receiver type, so // their name must be qualified before exporting recv. - rparams := typeparams.RecvTypeParams(sig) - for i := 0; i < rparams.Len(); i++ { - rparam := rparams.At(i) - name := obj.Name() + "." + m.Name() + "." + rparam.Obj().Name() - w.p.tparamNames[rparam.Obj()] = name + if rparams := typeparams.RecvTypeParams(sig); rparams.Len() > 0 { + prefix := obj.Name() + "." + m.Name() + for i := 0; i < rparams.Len(); i++ { + rparam := rparams.At(i) + name := tparamExportName(prefix, rparam) + w.p.tparamNames[rparam.Obj()] = name + } } w.param(sig.Recv()) w.signature(sig) @@ -490,7 +495,7 @@ func (w *exportWriter) pkg(pkg *types.Package) { } func (w *exportWriter) qualifiedIdent(obj types.Object) { - name := w.p.indexName(obj) + name := w.p.exportName(obj) // Ensure any referenced declarations are written out too. w.p.pushDecl(obj) @@ -672,18 +677,49 @@ func (w *exportWriter) typeList(ts *typeparams.TypeList, pkg *types.Package) { } } -func (w *exportWriter) tparamList(owner types.Object, list *typeparams.TypeParamList, pkg *types.Package) { +func (w *exportWriter) tparamList(prefix string, list *typeparams.TypeParamList, pkg *types.Package) { ll := uint64(list.Len()) w.uint64(ll) for i := 0; i < list.Len(); i++ { tparam := list.At(i) - // Qualify the type parameter name before exporting its type. - name := owner.Name() + "." + tparam.Obj().Name() - w.p.tparamNames[tparam.Obj()] = name + // Set the type parameter exportName before exporting its type. + exportName := tparamExportName(prefix, tparam) + w.p.tparamNames[tparam.Obj()] = exportName w.typ(list.At(i), pkg) } } +const blankMarker = "$" + +// tparamExportName returns the 'exported' name of a type parameter, which +// differs from its actual object name: it is prefixed with a qualifier, and +// blank type parameter names are disambiguated by their index in the type +// parameter list. +func tparamExportName(prefix string, tparam *typeparams.TypeParam) string { + assert(prefix != "") + name := tparam.Obj().Name() + if name == "_" { + name = blankMarker + strconv.Itoa(tparam.Index()) + } + return prefix + "." + name +} + +// tparamName returns the real name of a type parameter, after stripping its +// qualifying prefix and reverting blank-name encoding. See tparamExportName +// for details. +func tparamName(exportName string) string { + // Remove the "path" from the type param name that makes it unique. + ix := strings.LastIndex(exportName, ".") + if ix < 0 { + errorf("malformed type parameter export name %s: missing prefix", exportName) + } + name := exportName[ix+1:] + if strings.HasPrefix(name, blankMarker) { + return "_" + } + return name +} + func (w *exportWriter) paramList(tup *types.Tuple) { n := tup.Len() w.uint64(uint64(n)) diff --git a/vendor/golang.org/x/tools/go/internal/gcimporter/iimport.go b/vendor/golang.org/x/tools/go/internal/gcimporter/iimport.go index cdb332cd1..84cfb807d 100644 --- a/vendor/golang.org/x/tools/go/internal/gcimporter/iimport.go +++ b/vendor/golang.org/x/tools/go/internal/gcimporter/iimport.go @@ -45,20 +45,11 @@ func (r *intReader) uint64() uint64 { } // Keep this in sync with constants in iexport.go. -// -// Temporarily, the x/tools importer accepts generic code at both version 1 and -// 2. However, version 2 contains some breaking changes on top of version 1: -// - the 'implicit' bit is added to exported constraints -// - a 'kind' byte is added to constant values (not yet done) -// -// Once we've completed the bump to version 2 in the standard library, we'll -// remove support for generics here at version 1. const ( - iexportVersionGo1_11 = 0 - iexportVersionPosCol = 1 - iexportVersionGo1_18 = 2 - // TODO: before release, change this back to 2. - iexportVersionGenerics = iexportVersionPosCol + iexportVersionGo1_11 = 0 + iexportVersionPosCol = 1 + iexportVersionGo1_18 = 2 + iexportVersionGenerics = 2 ) type ident struct { @@ -246,6 +237,15 @@ func iimportCommon(fset *token.FileSet, imports map[string]*types.Package, data pkg.MarkComplete() } + // SetConstraint can't be called if the constraint type is not yet complete. + // When type params are created in the 'P' case of (*importReader).obj(), + // the associated constraint type may not be complete due to recursion. + // Therefore, we defer calling SetConstraint there, and call it here instead + // after all types are complete. + for _, d := range p.later { + typeparams.SetTypeParamConstraint(d.t, d.constraint) + } + for _, typ := range p.interfaceList { typ.Complete() } @@ -253,6 +253,11 @@ func iimportCommon(fset *token.FileSet, imports map[string]*types.Package, data return pkgs, nil } +type setConstraintArgs struct { + t *typeparams.TypeParam + constraint types.Type +} + type iimporter struct { version int ipath string @@ -269,6 +274,9 @@ type iimporter struct { fake fakeFileSet interfaceList []*types.Interface + // Arguments for calls to SetConstraint that are deferred due to recursive types + later []setConstraintArgs + indent int // for tracing support } @@ -447,12 +455,7 @@ func (r *importReader) obj(name string) { if r.p.version < iexportVersionGenerics { errorf("unexpected type param type") } - // Remove the "path" from the type param name that makes it unique - ix := strings.LastIndex(name, ".") - if ix < 0 { - errorf("missing path for type param") - } - name0 := name[ix+1:] + name0 := tparamName(name) tn := types.NewTypeName(pos, r.currPkg, name0, nil) t := typeparams.NewTypeParam(tn, nil) @@ -472,7 +475,11 @@ func (r *importReader) obj(name string) { } typeparams.MarkImplicit(iface) } - typeparams.SetTypeParamConstraint(t, constraint) + // The constraint type may not be complete, if we + // are in the middle of a type recursion involving type + // constraints. So, we defer SetConstraint until we have + // completely set up all types in ImportData. + r.p.later = append(r.p.later, setConstraintArgs{t: t, constraint: constraint}) case 'V': typ := r.typ() diff --git a/vendor/golang.org/x/tools/go/ssa/builder.go b/vendor/golang.org/x/tools/go/ssa/builder.go index e1540dbdc..4d5374143 100644 --- a/vendor/golang.org/x/tools/go/ssa/builder.go +++ b/vendor/golang.org/x/tools/go/ssa/builder.go @@ -125,7 +125,7 @@ func (b *builder) logicalBinop(fn *Function, e *ast.BinaryExpr) Value { // T(e) = T(e.X) = T(e.Y) after untyped constants have been // eliminated. // TODO(adonovan): not true; MyBool==MyBool yields UntypedBool. - t := fn.Pkg.typeOf(e) + t := fn.typeOf(e) var short Value // value of the short-circuit path switch e.Op { @@ -180,7 +180,7 @@ func (b *builder) logicalBinop(fn *Function, e *ast.BinaryExpr) Value { // is token.ARROW). // func (b *builder) exprN(fn *Function, e ast.Expr) Value { - typ := fn.Pkg.typeOf(e).(*types.Tuple) + typ := fn.typeOf(e).(*types.Tuple) switch e := e.(type) { case *ast.ParenExpr: return b.exprN(fn, e.X) @@ -195,7 +195,7 @@ func (b *builder) exprN(fn *Function, e ast.Expr) Value { return fn.emit(&c) case *ast.IndexExpr: - mapt := fn.Pkg.typeOf(e.X).Underlying().(*types.Map) + mapt := fn.typeOf(e.X).Underlying().(*types.Map) lookup := &Lookup{ X: b.expr(fn, e.X), Index: emitConv(fn, b.expr(fn, e.Index), mapt.Key()), @@ -293,7 +293,7 @@ func (b *builder) builtin(fn *Function, obj *types.Builtin, args []ast.Expr, typ // We must still evaluate the value, though. (If it // was side-effect free, the whole call would have // been constant-folded.) - t := deref(fn.Pkg.typeOf(args[0])).Underlying() + t := deref(fn.typeOf(args[0])).Underlying() if at, ok := t.(*types.Array); ok { b.expr(fn, args[0]) // for effects only return intConst(at.Len()) @@ -340,15 +340,17 @@ func (b *builder) addr(fn *Function, e ast.Expr, escaping bool) lvalue { if isBlankIdent(e) { return blank{} } - obj := fn.Pkg.objectOf(e) - v := fn.Prog.packageLevelValue(obj) // var (address) - if v == nil { + obj := fn.objectOf(e) + var v Value + if g := fn.Prog.packageLevelMember(obj); g != nil { + v = g.(*Global) // var (address) + } else { v = fn.lookup(obj, escaping) } return &address{addr: v, pos: e.Pos(), expr: e} case *ast.CompositeLit: - t := deref(fn.Pkg.typeOf(e)) + t := deref(fn.typeOf(e)) var v *Alloc if escaping { v = emitNew(fn, t, e.Lbrace) @@ -365,7 +367,7 @@ func (b *builder) addr(fn *Function, e ast.Expr, escaping bool) lvalue { return b.addr(fn, e.X, escaping) case *ast.SelectorExpr: - sel, ok := fn.Pkg.info.Selections[e] + sel, ok := fn.info.Selections[e] if !ok { // qualified identifier return b.addr(fn, e.Sel, escaping) @@ -385,7 +387,7 @@ func (b *builder) addr(fn *Function, e ast.Expr, escaping bool) lvalue { case *ast.IndexExpr: var x Value var et types.Type - switch t := fn.Pkg.typeOf(e.X).Underlying().(type) { + switch t := fn.typeOf(e.X).Underlying().(type) { case *types.Array: x = b.addr(fn, e.X, escaping).address(fn) et = types.NewPointer(t.Elem()) @@ -513,7 +515,7 @@ func (b *builder) assign(fn *Function, loc lvalue, e ast.Expr, isZero bool, sb * func (b *builder) expr(fn *Function, e ast.Expr) Value { e = unparen(e) - tv := fn.Pkg.info.Types[e] + tv := fn.info.Types[e] // Is expression a constant? if tv.Value != nil { @@ -543,12 +545,13 @@ func (b *builder) expr0(fn *Function, e ast.Expr, tv types.TypeAndValue) Value { case *ast.FuncLit: fn2 := &Function{ name: fmt.Sprintf("%s$%d", fn.Name(), 1+len(fn.AnonFuncs)), - Signature: fn.Pkg.typeOf(e.Type).Underlying().(*types.Signature), + Signature: fn.typeOf(e.Type).Underlying().(*types.Signature), pos: e.Type.Func, parent: fn, Pkg: fn.Pkg, Prog: fn.Prog, syntax: e, + info: fn.info, } fn.AnonFuncs = append(fn.AnonFuncs, fn2) b.buildFunction(fn2) @@ -567,7 +570,7 @@ func (b *builder) expr0(fn *Function, e ast.Expr, tv types.TypeAndValue) Value { return emitTypeAssert(fn, b.expr(fn, e.X), tv.Type, e.Lparen) case *ast.CallExpr: - if fn.Pkg.info.Types[e.Fun].IsType() { + if fn.info.Types[e.Fun].IsType() { // Explicit type conversion, e.g. string(x) or big.Int(x) x := b.expr(fn, e.Args[0]) y := emitConv(fn, x, tv.Type) @@ -587,7 +590,7 @@ func (b *builder) expr0(fn *Function, e ast.Expr, tv types.TypeAndValue) Value { } // Call to "intrinsic" built-ins, e.g. new, make, panic. if id, ok := unparen(e.Fun).(*ast.Ident); ok { - if obj, ok := fn.Pkg.info.Uses[id].(*types.Builtin); ok { + if obj, ok := fn.info.Uses[id].(*types.Builtin); ok { if v := b.builtin(fn, obj, e.Args, tv.Type, e.Lparen); v != nil { return v } @@ -645,7 +648,7 @@ func (b *builder) expr0(fn *Function, e ast.Expr, tv types.TypeAndValue) Value { case *ast.SliceExpr: var low, high, max Value var x Value - switch fn.Pkg.typeOf(e.X).Underlying().(type) { + switch fn.typeOf(e.X).Underlying().(type) { case *types.Array: // Potentially escaping. x = b.addr(fn, e.X, true).address(fn) @@ -674,7 +677,7 @@ func (b *builder) expr0(fn *Function, e ast.Expr, tv types.TypeAndValue) Value { return fn.emit(v) case *ast.Ident: - obj := fn.Pkg.info.Uses[e] + obj := fn.info.Uses[e] // Universal built-in or nil? switch obj := obj.(type) { case *types.Builtin: @@ -683,20 +686,20 @@ func (b *builder) expr0(fn *Function, e ast.Expr, tv types.TypeAndValue) Value { return nilConst(tv.Type) } // Package-level func or var? - if v := fn.Prog.packageLevelValue(obj); v != nil { - if _, ok := obj.(*types.Var); ok { - return emitLoad(fn, v) // var (address) + if v := fn.Prog.packageLevelMember(obj); v != nil { + if g, ok := v.(*Global); ok { + return emitLoad(fn, g) // var (address) } - return v // (func) + return v.(*Function) // (func) } // Local var. return emitLoad(fn, fn.lookup(obj, false)) // var (address) case *ast.SelectorExpr: - sel, ok := fn.Pkg.info.Selections[e] + sel, ok := fn.info.Selections[e] if !ok { // builtin unsafe.{Add,Slice} - if obj, ok := fn.Pkg.info.Uses[e.Sel].(*types.Builtin); ok { + if obj, ok := fn.info.Uses[e.Sel].(*types.Builtin); ok { return &Builtin{name: obj.Name(), sig: tv.Type.(*types.Signature)} } // qualified identifier @@ -742,7 +745,7 @@ func (b *builder) expr0(fn *Function, e ast.Expr, tv types.TypeAndValue) Value { panic("unexpected expression-relative selector") case *ast.IndexExpr: - switch t := fn.Pkg.typeOf(e.X).Underlying().(type) { + switch t := fn.typeOf(e.X).Underlying().(type) { case *types.Array: // Non-addressable array (in a register). v := &Index{ @@ -755,7 +758,7 @@ func (b *builder) expr0(fn *Function, e ast.Expr, tv types.TypeAndValue) Value { case *types.Map: // Maps are not addressable. - mapt := fn.Pkg.typeOf(e.X).Underlying().(*types.Map) + mapt := fn.typeOf(e.X).Underlying().(*types.Map) v := &Lookup{ X: b.expr(fn, e.X), Index: emitConv(fn, b.expr(fn, e.Index), mapt.Key()), @@ -810,7 +813,7 @@ func (b *builder) stmtList(fn *Function, list []ast.Stmt) { // func (b *builder) receiver(fn *Function, e ast.Expr, wantAddr, escaping bool, sel *types.Selection) Value { var v Value - if wantAddr && !sel.Indirect() && !isPointer(fn.Pkg.typeOf(e)) { + if wantAddr && !sel.Indirect() && !isPointer(fn.typeOf(e)) { v = b.addr(fn, e, escaping).address(fn) } else { v = b.expr(fn, e) @@ -833,7 +836,7 @@ func (b *builder) setCallFunc(fn *Function, e *ast.CallExpr, c *CallCommon) { // Is this a method call? if selector, ok := unparen(e.Fun).(*ast.SelectorExpr); ok { - sel, ok := fn.Pkg.info.Selections[selector] + sel, ok := fn.info.Selections[selector] if ok && sel.Kind() == types.MethodVal { obj := sel.Obj().(*types.Func) recv := recvType(obj) @@ -968,7 +971,7 @@ func (b *builder) setCall(fn *Function, e *ast.CallExpr, c *CallCommon) { b.setCallFunc(fn, e, c) // Then append the other actual parameters. - sig, _ := fn.Pkg.typeOf(e.Fun).Underlying().(*types.Signature) + sig, _ := fn.typeOf(e.Fun).Underlying().(*types.Signature) if sig == nil { panic(fmt.Sprintf("no signature for call of %s", e.Fun)) } @@ -1035,7 +1038,7 @@ func (b *builder) assignStmt(fn *Function, lhss, rhss []ast.Expr, isDef bool) { var lval lvalue = blank{} if !isBlankIdent(lhs) { if isDef { - if obj := fn.Pkg.info.Defs[lhs.(*ast.Ident)]; obj != nil { + if obj := fn.info.Defs[lhs.(*ast.Ident)]; obj != nil { fn.addNamedLocal(obj) isZero[i] = true } @@ -1103,7 +1106,7 @@ func (b *builder) arrayLen(fn *Function, elts []ast.Expr) int64 { // In that case, addr must hold a T, not a *T. // func (b *builder) compLit(fn *Function, addr Value, e *ast.CompositeLit, isZero bool, sb *storebuf) { - typ := deref(fn.Pkg.typeOf(e)) + typ := deref(fn.typeOf(e)) switch t := typ.Underlying().(type) { case *types.Struct: if !isZero && len(e.Elts) != t.NumFields() { @@ -1402,7 +1405,7 @@ func (b *builder) typeSwitchStmt(fn *Function, s *ast.TypeSwitchStmt, label *lbl var ti Value // ti, ok := typeassert,ok x for _, cond := range cc.List { next = fn.newBasicBlock("typeswitch.next") - casetype = fn.Pkg.typeOf(cond) + casetype = fn.typeOf(cond) var condv Value if casetype == tUntypedNil { condv = emitCompare(fn, token.EQL, x, nilConst(x.Type()), token.NoPos) @@ -1431,7 +1434,7 @@ func (b *builder) typeSwitchStmt(fn *Function, s *ast.TypeSwitchStmt, label *lbl } func (b *builder) typeCaseBody(fn *Function, cc *ast.CaseClause, x Value, done *BasicBlock) { - if obj := fn.Pkg.info.Implicits[cc]; obj != nil { + if obj := fn.info.Implicits[cc]; obj != nil { // In a switch y := x.(type), each case clause // implicitly declares a distinct object y. // In a single-type case, y has that type. @@ -1891,10 +1894,10 @@ func (b *builder) rangeChan(fn *Function, x Value, tk types.Type, pos token.Pos) func (b *builder) rangeStmt(fn *Function, s *ast.RangeStmt, label *lblock) { var tk, tv types.Type if s.Key != nil && !isBlankIdent(s.Key) { - tk = fn.Pkg.typeOf(s.Key) + tk = fn.typeOf(s.Key) } if s.Value != nil && !isBlankIdent(s.Value) { - tv = fn.Pkg.typeOf(s.Value) + tv = fn.typeOf(s.Value) } // If iteration variables are defined (:=), this @@ -1997,7 +2000,7 @@ start: fn.emit(&Send{ Chan: b.expr(fn, s.Chan), X: emitConv(fn, b.expr(fn, s.Value), - fn.Pkg.typeOf(s.Chan).Underlying().(*types.Chan).Elem()), + fn.typeOf(s.Chan).Underlying().(*types.Chan).Elem()), pos: s.Arrow, }) @@ -2224,7 +2227,7 @@ func (b *builder) buildFuncDecl(pkg *Package, decl *ast.FuncDecl) { if isBlankIdent(id) { return // discard } - fn := pkg.values[pkg.info.Defs[id]].(*Function) + fn := pkg.objects[pkg.info.Defs[id]].(*Function) if decl.Recv == nil && id.Name == "init" { var v Call v.Call.Value = fn @@ -2324,7 +2327,7 @@ func (p *Package) build() { // 1:1 initialization: var x, y = a(), b() var lval lvalue if v := varinit.Lhs[0]; v.Name() != "_" { - lval = &address{addr: p.values[v].(*Global), pos: v.Pos()} + lval = &address{addr: p.objects[v].(*Global), pos: v.Pos()} } else { lval = blank{} } @@ -2336,7 +2339,7 @@ func (p *Package) build() { if v.Name() == "_" { continue } - emitStore(init, p.values[v].(*Global), emitExtract(init, tuple, i), v.Pos()) + emitStore(init, p.objects[v].(*Global), emitExtract(init, tuple, i), v.Pos()) } } } @@ -2366,23 +2369,3 @@ func (p *Package) build() { sanityCheckPackage(p) } } - -// Like ObjectOf, but panics instead of returning nil. -// Only valid during p's create and build phases. -func (p *Package) objectOf(id *ast.Ident) types.Object { - if o := p.info.ObjectOf(id); o != nil { - return o - } - panic(fmt.Sprintf("no types.Object for ast.Ident %s @ %s", - id.Name, p.Prog.Fset.Position(id.Pos()))) -} - -// Like TypeOf, but panics instead of returning nil. -// Only valid during p's create and build phases. -func (p *Package) typeOf(e ast.Expr) types.Type { - if T := p.info.TypeOf(e); T != nil { - return T - } - panic(fmt.Sprintf("no type for %T @ %s", - e, p.Prog.Fset.Position(e.Pos()))) -} diff --git a/vendor/golang.org/x/tools/go/types/typeutil/callee.go b/vendor/golang.org/x/tools/go/types/typeutil/callee.go index 2b8960332..90b3ab0e2 100644 --- a/vendor/golang.org/x/tools/go/types/typeutil/callee.go +++ b/vendor/golang.org/x/tools/go/types/typeutil/callee.go @@ -27,8 +27,7 @@ func Callee(info *types.Info, call *ast.CallExpr) types.Object { // it is a *types.Func and not a *types.Var. // Example: Don't match a slice m within the expression `m[0]()`. isInstance = true - ix := typeparams.GetIndexExprData(fun) - fun = ix.X + fun, _, _, _ = typeparams.UnpackIndexExpr(fun) } var obj types.Object diff --git a/vendor/golang.org/x/tools/go/types/typeutil/map.go b/vendor/golang.org/x/tools/go/types/typeutil/map.go index 490ee904a..c9f8f25a0 100644 --- a/vendor/golang.org/x/tools/go/types/typeutil/map.go +++ b/vendor/golang.org/x/tools/go/types/typeutil/map.go @@ -379,7 +379,7 @@ func (h Hasher) hashFor(t types.Type) uint32 { func (h Hasher) hashTuple(tuple *types.Tuple) uint32 { // See go/types.identicalTypes for rationale. n := tuple.Len() - var hash uint32 = 9137 + 2*uint32(n) + hash := 9137 + 2*uint32(n) for i := 0; i < n; i++ { hash += 3 * h.Hash(tuple.At(i).Type()) } @@ -398,7 +398,7 @@ func (h Hasher) hashUnion(t *typeparams.Union) uint32 { } func (h Hasher) hashTermSet(terms []*typeparams.Term) uint32 { - var hash uint32 = 9157 + 2*uint32(len(terms)) + hash := 9157 + 2*uint32(len(terms)) for _, term := range terms { // term order is not significant. termHash := h.Hash(term.Type()) @@ -416,14 +416,16 @@ func (h Hasher) hashTermSet(terms []*typeparams.Term) uint32 { // If h.sigTParams is set and contains t, then we are in the process of hashing // a signature, and the hash value of t must depend only on t's index and // constraint: signatures are considered identical modulo type parameter -// renaming. +// renaming. To avoid infinite recursion, we only hash the type parameter +// index, and rely on types.Identical to handle signatures where constraints +// are not identical. // // Otherwise the hash of t depends only on t's pointer identity. func (h Hasher) hashTypeParam(t *typeparams.TypeParam) uint32 { if h.sigTParams != nil { i := t.Index() if i >= 0 && i < h.sigTParams.Len() && t == h.sigTParams.At(i) { - return 9173 + 2*h.Hash(t.Constraint()) + 3*uint32(i) + return 9173 + 3*uint32(i) } } return h.hashPtr(t.Obj()) diff --git a/vendor/golang.org/x/tools/internal/lsp/fuzzy/symbol.go b/vendor/golang.org/x/tools/internal/lsp/fuzzy/symbol.go index 062f491fb..df9fbd514 100644 --- a/vendor/golang.org/x/tools/internal/lsp/fuzzy/symbol.go +++ b/vendor/golang.org/x/tools/internal/lsp/fuzzy/symbol.go @@ -49,11 +49,6 @@ const ( // // Currently this matcher only accepts case-insensitive fuzzy patterns. // -// TODO(rfindley): -// - implement smart-casing -// - implement space-separated groups -// - implement ', ^, and $ modifiers -// // An empty pattern matches no input. func NewSymbolMatcher(pattern string) *SymbolMatcher { m := &SymbolMatcher{} @@ -176,7 +171,12 @@ input: // 1. 1.0 if the character starts a segment, .8 if the character start a // mid-segment word, otherwise 0.6. This carries over to immediately // following characters. - // 2. 1.0 if the character is part of the last segment, otherwise + // 2. For the final character match, the multiplier from (1) is reduced to + // .8 if the next character in the input is a mid-segment word, or 0.6 if + // the next character in the input is not a word or segment start. This + // ensures that we favor whole-word or whole-segment matches over prefix + // matches. + // 3. 1.0 if the character is part of the last segment, otherwise // 1.0-.2*, with a max segment count of 3. // // This is a very naive algorithm, but it is fast. There's lots of prior art @@ -211,8 +211,20 @@ input: case m.roles[ii]&wordStart != 0 && wordStreak > streakBonus: streakBonus = wordStreak } + finalChar := pi >= m.patternLen + // finalCost := 1.0 + if finalChar && streakBonus > noStreak { + switch { + case ii == inputLen-1 || m.roles[ii+1]&segmentStart != 0: + // Full segment: no reduction + case m.roles[ii+1]&wordStart != 0: + streakBonus = wordStreak + default: + streakBonus = noStreak + } + } totScore += streakBonus * (1.0 - float64(m.segments[ii])*perSegment) - if pi >= m.patternLen { + if finalChar { break } } else { diff --git a/vendor/golang.org/x/tools/internal/typeparams/common.go b/vendor/golang.org/x/tools/internal/typeparams/common.go index 961d036fd..ab6b30b83 100644 --- a/vendor/golang.org/x/tools/internal/typeparams/common.go +++ b/vendor/golang.org/x/tools/internal/typeparams/common.go @@ -2,12 +2,25 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// Package typeparams provides functions to work indirectly with type parameter -// data stored in go/ast and go/types objects, while these API are guarded by a -// build constraint. +// Package typeparams contains common utilities for writing tools that interact +// with generic Go code, as introduced with Go 1.18. // -// This package exists to make it easier for tools to work with generic code, -// while also compiling against older Go versions. +// Many of the types and functions in this package are proxies for the new APIs +// introduced in the standard library with Go 1.18. For example, the +// typeparams.Union type is an alias for go/types.Union, and the ForTypeSpec +// function returns the value of the go/ast.TypeSpec.TypeParams field. At Go +// versions older than 1.18 these helpers are implemented as stubs, allowing +// users of this package to write code that handles generic constructs inline, +// even if the Go version being used to compile does not support generics. +// +// Additionally, this package contains common utilities for working with the +// new generic constructs, to supplement the standard library APIs. Notably, +// the StructuralTerms API computes a minimal representation of the structural +// restrictions on a type parameter. In the future, this API may be available +// from go/types. +// +// See the example/README.md for a more detailed guide on how to update tools +// to support generics. package typeparams import ( @@ -16,13 +29,47 @@ import ( "go/types" ) -// A IndexExprData holds data from both ast.IndexExpr and the new -// ast.MultiIndexExpr, which was introduced in Go 1.18. -type IndexExprData struct { - X ast.Expr // expression - Lbrack token.Pos // position of "[" - Indices []ast.Expr // index expressions - Rbrack token.Pos // position of "]" +// UnpackIndexExpr extracts data from AST nodes that represent index +// expressions. +// +// For an ast.IndexExpr, the resulting indices slice will contain exactly one +// index expression. For an ast.IndexListExpr (go1.18+), it may have a variable +// number of index expressions. +// +// For nodes that don't represent index expressions, the first return value of +// UnpackIndexExpr will be nil. +func UnpackIndexExpr(n ast.Node) (x ast.Expr, lbrack token.Pos, indices []ast.Expr, rbrack token.Pos) { + switch e := n.(type) { + case *ast.IndexExpr: + return e.X, e.Lbrack, []ast.Expr{e.Index}, e.Rbrack + case *IndexListExpr: + return e.X, e.Lbrack, e.Indices, e.Rbrack + } + return nil, token.NoPos, nil, token.NoPos +} + +// PackIndexExpr returns an *ast.IndexExpr or *ast.IndexListExpr, depending on +// the cardinality of indices. Calling PackIndexExpr with len(indices) == 0 +// will panic. +func PackIndexExpr(x ast.Expr, lbrack token.Pos, indices []ast.Expr, rbrack token.Pos) ast.Expr { + switch len(indices) { + case 0: + panic("empty indices") + case 1: + return &ast.IndexExpr{ + X: x, + Lbrack: lbrack, + Index: indices[0], + Rbrack: rbrack, + } + default: + return &IndexListExpr{ + X: x, + Lbrack: lbrack, + Indices: indices, + Rbrack: rbrack, + } + } } // IsTypeParam reports whether t is a type parameter. @@ -30,3 +77,104 @@ func IsTypeParam(t types.Type) bool { _, ok := t.(*TypeParam) return ok } + +// OriginMethod returns the origin method associated with the method fn. +// For methods on a non-generic receiver base type, this is just +// fn. However, for methods with a generic receiver, OriginMethod returns the +// corresponding method in the method set of the origin type. +// +// As a special case, if fn is not a method (has no receiver), OriginMethod +// returns fn. +func OriginMethod(fn *types.Func) *types.Func { + recv := fn.Type().(*types.Signature).Recv() + if recv == nil { + + return fn + } + base := recv.Type() + p, isPtr := base.(*types.Pointer) + if isPtr { + base = p.Elem() + } + named, isNamed := base.(*types.Named) + if !isNamed { + // Receiver is a *types.Interface. + return fn + } + if ForNamed(named).Len() == 0 { + // Receiver base has no type parameters, so we can avoid the lookup below. + return fn + } + orig := NamedTypeOrigin(named) + gfn, _, _ := types.LookupFieldOrMethod(orig, true, fn.Pkg(), fn.Name()) + return gfn.(*types.Func) +} + +// GenericAssignableTo is a generalization of types.AssignableTo that +// implements the following rule for uninstantiated generic types: +// +// If V and T are generic named types, then V is considered assignable to T if, +// for every possible instantation of V[A_1, ..., A_N], the instantiation +// T[A_1, ..., A_N] is valid and V[A_1, ..., A_N] implements T[A_1, ..., A_N]. +// +// If T has structural constraints, they must be satisfied by V. +// +// For example, consider the following type declarations: +// +// type Interface[T any] interface { +// Accept(T) +// } +// +// type Container[T any] struct { +// Element T +// } +// +// func (c Container[T]) Accept(t T) { c.Element = t } +// +// In this case, GenericAssignableTo reports that instantiations of Container +// are assignable to the corresponding instantiation of Interface. +func GenericAssignableTo(ctxt *Context, V, T types.Type) bool { + // If V and T are not both named, or do not have matching non-empty type + // parameter lists, fall back on types.AssignableTo. + + VN, Vnamed := V.(*types.Named) + TN, Tnamed := T.(*types.Named) + if !Vnamed || !Tnamed { + return types.AssignableTo(V, T) + } + + vtparams := ForNamed(VN) + ttparams := ForNamed(TN) + if vtparams.Len() == 0 || vtparams.Len() != ttparams.Len() || NamedTypeArgs(VN).Len() != 0 || NamedTypeArgs(TN).Len() != 0 { + return types.AssignableTo(V, T) + } + + // V and T have the same (non-zero) number of type params. Instantiate both + // with the type parameters of V. This must always succeed for V, and will + // succeed for T if and only if the type set of each type parameter of V is a + // subset of the type set of the corresponding type parameter of T, meaning + // that every instantiation of V corresponds to a valid instantiation of T. + + // Minor optimization: ensure we share a context across the two + // instantiations below. + if ctxt == nil { + ctxt = NewContext() + } + + var targs []types.Type + for i := 0; i < vtparams.Len(); i++ { + targs = append(targs, vtparams.At(i)) + } + + vinst, err := Instantiate(ctxt, V, targs, true) + if err != nil { + panic("type parameters should satisfy their own constraints") + } + + tinst, err := Instantiate(ctxt, T, targs, true) + if err != nil { + return false + } + + return types.AssignableTo(vinst, tinst) +} diff --git a/vendor/golang.org/x/tools/internal/typeparams/typeparams_go117.go b/vendor/golang.org/x/tools/internal/typeparams/typeparams_go117.go index e509daf7b..b4788978f 100644 --- a/vendor/golang.org/x/tools/internal/typeparams/typeparams_go117.go +++ b/vendor/golang.org/x/tools/internal/typeparams/typeparams_go117.go @@ -17,38 +17,6 @@ func unsupported() { panic("type parameters are unsupported at this go version") } -// GetIndexExprData extracts data from *ast.IndexExpr nodes. -// For other nodes, GetIndexExprData returns nil. -func GetIndexExprData(n ast.Node) *IndexExprData { - if e, _ := n.(*ast.IndexExpr); e != nil { - return &IndexExprData{ - X: e.X, - Lbrack: e.Lbrack, - Indices: []ast.Expr{e.Index}, - Rbrack: e.Rbrack, - } - } - return nil -} - -// PackIndexExpr returns an *ast.IndexExpr with the given index. -// Calling PackIndexExpr with len(indices) != 1 will panic. -func PackIndexExpr(x ast.Expr, lbrack token.Pos, indices []ast.Expr, rbrack token.Pos) ast.Expr { - switch len(indices) { - case 0: - panic("empty indices") - case 1: - return &ast.IndexExpr{ - X: x, - Lbrack: lbrack, - Index: indices[0], - Rbrack: rbrack, - } - default: - panic("cannot pack multiple indices at this go version") - } -} - // IndexListExpr is a placeholder type, as type parameters are not supported at // this Go version. Its methods panic on use. type IndexListExpr struct { @@ -217,6 +185,11 @@ func GetInstances(info *types.Info) map[*ast.Ident]Instance { return nil } // this Go version. type Context struct{} +// NewContext returns a placeholder Context instance. +func NewContext() *Context { + return &Context{} +} + // Instantiate is unsupported on this Go version, and panics. func Instantiate(ctxt *Context, typ types.Type, targs []types.Type, validate bool) (types.Type, error) { unsupported() diff --git a/vendor/golang.org/x/tools/internal/typeparams/typeparams_go118.go b/vendor/golang.org/x/tools/internal/typeparams/typeparams_go118.go index e45896fb0..114a36b86 100644 --- a/vendor/golang.org/x/tools/internal/typeparams/typeparams_go118.go +++ b/vendor/golang.org/x/tools/internal/typeparams/typeparams_go118.go @@ -9,59 +9,9 @@ package typeparams import ( "go/ast" - "go/token" "go/types" ) -// GetIndexExprData extracts data from AST nodes that represent index -// expressions. -// -// For an ast.IndexExpr, the resulting IndexExprData will have exactly one -// index expression. For an ast.IndexListExpr (go1.18+), it may have a -// variable number of index expressions. -// -// For nodes that don't represent index expressions, GetIndexExprData returns -// nil. -// TODO(rfindley): remove this function in favor of using the alias below. -func GetIndexExprData(n ast.Node) *IndexExprData { - switch e := n.(type) { - case *ast.IndexExpr: - return &IndexExprData{ - X: e.X, - Lbrack: e.Lbrack, - Indices: []ast.Expr{e.Index}, - Rbrack: e.Rbrack, - } - case *ast.IndexListExpr: - return (*IndexExprData)(e) - } - return nil -} - -// PackIndexExpr returns an *ast.IndexExpr or *ast.IndexListExpr, depending on -// the cardinality of indices. Calling PackIndexExpr with len(indices) == 0 -// will panic. -func PackIndexExpr(x ast.Expr, lbrack token.Pos, indices []ast.Expr, rbrack token.Pos) ast.Expr { - switch len(indices) { - case 0: - panic("empty indices") - case 1: - return &ast.IndexExpr{ - X: x, - Lbrack: lbrack, - Index: indices[0], - Rbrack: rbrack, - } - default: - return &ast.IndexListExpr{ - X: x, - Lbrack: lbrack, - Indices: indices, - Rbrack: rbrack, - } - } -} - // IndexListExpr is an alias for ast.IndexListExpr. type IndexListExpr = ast.IndexListExpr @@ -190,6 +140,11 @@ func GetInstances(info *types.Info) map[*ast.Ident]Instance { // Context is an alias for types.Context. type Context = types.Context +// NewContext calls types.NewContext. +func NewContext() *Context { + return types.NewContext() +} + // Instantiate calls types.Instantiate. func Instantiate(ctxt *Context, typ types.Type, targs []types.Type, validate bool) (types.Type, error) { return types.Instantiate(ctxt, typ, targs, validate) diff --git a/vendor/golang.org/x/tools/internal/typesinternal/errorcode_string.go b/vendor/golang.org/x/tools/internal/typesinternal/errorcode_string.go index 3e5842a5f..de90e9515 100644 --- a/vendor/golang.org/x/tools/internal/typesinternal/errorcode_string.go +++ b/vendor/golang.org/x/tools/internal/typesinternal/errorcode_string.go @@ -138,11 +138,25 @@ func _() { _ = x[UnusedResults-128] _ = x[InvalidDefer-129] _ = x[InvalidGo-130] + _ = x[BadDecl-131] + _ = x[RepeatedDecl-132] + _ = x[InvalidUnsafeAdd-133] + _ = x[InvalidUnsafeSlice-134] + _ = x[UnsupportedFeature-135] + _ = x[NotAGenericType-136] + _ = x[WrongTypeArgCount-137] + _ = x[CannotInferTypeArgs-138] + _ = x[InvalidTypeArg-139] + _ = x[InvalidInstanceCycle-140] + _ = x[InvalidUnion-141] + _ = x[MisplacedConstraintIface-142] + _ = x[InvalidMethodTypeParams-143] + _ = x[MisplacedTypeParam-144] } -const _ErrorCode_name = "TestBlankPkgNameMismatchedPkgNameInvalidPkgUseBadImportPathBrokenImportImportCRenamedUnusedImportInvalidInitCycleDuplicateDeclInvalidDeclCycleInvalidTypeCycleInvalidConstInitInvalidConstValInvalidConstTypeUntypedNilWrongAssignCountUnassignableOperandNoNewVarMultiValAssignOpInvalidIfaceAssignInvalidChanAssignIncompatibleAssignUnaddressableFieldAssignNotATypeInvalidArrayLenBlankIfaceMethodIncomparableMapKeyInvalidIfaceEmbedInvalidPtrEmbedBadRecvInvalidRecvDuplicateFieldAndMethodDuplicateMethodInvalidBlankInvalidIotaMissingInitBodyInvalidInitSigInvalidInitDeclInvalidMainDeclTooManyValuesNotAnExprTruncatedFloatNumericOverflowUndefinedOpMismatchedTypesDivByZeroNonNumericIncDecUnaddressableOperandInvalidIndirectionNonIndexableOperandInvalidIndexSwappedSliceIndicesNonSliceableOperandInvalidSliceExprInvalidShiftCountInvalidShiftOperandInvalidReceiveInvalidSendDuplicateLitKeyMissingLitKeyInvalidLitIndexOversizeArrayLitMixedStructLitInvalidStructLitMissingLitFieldDuplicateLitFieldUnexportedLitFieldInvalidLitFieldUntypedLitInvalidLitAmbiguousSelectorUndeclaredImportedNameUnexportedNameUndeclaredNameMissingFieldOrMethodBadDotDotDotSyntaxNonVariadicDotDotDotMisplacedDotDotDotInvalidDotDotDotOperandInvalidDotDotDotUncalledBuiltinInvalidAppendInvalidCapInvalidCloseInvalidCopyInvalidComplexInvalidDeleteInvalidImagInvalidLenSwappedMakeArgsInvalidMakeInvalidRealInvalidAssertImpossibleAssertInvalidConversionInvalidUntypedConversionBadOffsetofSyntaxInvalidOffsetofUnusedExprUnusedVarMissingReturnWrongResultCountOutOfScopeResultInvalidCondInvalidPostDeclInvalidChanRangeInvalidIterVarInvalidRangeExprMisplacedBreakMisplacedContinueMisplacedFallthroughDuplicateCaseDuplicateDefaultBadTypeKeywordInvalidTypeSwitchInvalidExprSwitchInvalidSelectCaseUndeclaredLabelDuplicateLabelMisplacedLabelUnusedLabelJumpOverDeclJumpIntoBlockInvalidMethodExprWrongArgCountInvalidCallUnusedResultsInvalidDeferInvalidGo" +const _ErrorCode_name = "TestBlankPkgNameMismatchedPkgNameInvalidPkgUseBadImportPathBrokenImportImportCRenamedUnusedImportInvalidInitCycleDuplicateDeclInvalidDeclCycleInvalidTypeCycleInvalidConstInitInvalidConstValInvalidConstTypeUntypedNilWrongAssignCountUnassignableOperandNoNewVarMultiValAssignOpInvalidIfaceAssignInvalidChanAssignIncompatibleAssignUnaddressableFieldAssignNotATypeInvalidArrayLenBlankIfaceMethodIncomparableMapKeyInvalidIfaceEmbedInvalidPtrEmbedBadRecvInvalidRecvDuplicateFieldAndMethodDuplicateMethodInvalidBlankInvalidIotaMissingInitBodyInvalidInitSigInvalidInitDeclInvalidMainDeclTooManyValuesNotAnExprTruncatedFloatNumericOverflowUndefinedOpMismatchedTypesDivByZeroNonNumericIncDecUnaddressableOperandInvalidIndirectionNonIndexableOperandInvalidIndexSwappedSliceIndicesNonSliceableOperandInvalidSliceExprInvalidShiftCountInvalidShiftOperandInvalidReceiveInvalidSendDuplicateLitKeyMissingLitKeyInvalidLitIndexOversizeArrayLitMixedStructLitInvalidStructLitMissingLitFieldDuplicateLitFieldUnexportedLitFieldInvalidLitFieldUntypedLitInvalidLitAmbiguousSelectorUndeclaredImportedNameUnexportedNameUndeclaredNameMissingFieldOrMethodBadDotDotDotSyntaxNonVariadicDotDotDotMisplacedDotDotDotInvalidDotDotDotOperandInvalidDotDotDotUncalledBuiltinInvalidAppendInvalidCapInvalidCloseInvalidCopyInvalidComplexInvalidDeleteInvalidImagInvalidLenSwappedMakeArgsInvalidMakeInvalidRealInvalidAssertImpossibleAssertInvalidConversionInvalidUntypedConversionBadOffsetofSyntaxInvalidOffsetofUnusedExprUnusedVarMissingReturnWrongResultCountOutOfScopeResultInvalidCondInvalidPostDeclInvalidChanRangeInvalidIterVarInvalidRangeExprMisplacedBreakMisplacedContinueMisplacedFallthroughDuplicateCaseDuplicateDefaultBadTypeKeywordInvalidTypeSwitchInvalidExprSwitchInvalidSelectCaseUndeclaredLabelDuplicateLabelMisplacedLabelUnusedLabelJumpOverDeclJumpIntoBlockInvalidMethodExprWrongArgCountInvalidCallUnusedResultsInvalidDeferInvalidGoBadDeclRepeatedDeclInvalidUnsafeAddInvalidUnsafeSliceUnsupportedFeatureNotAGenericTypeWrongTypeArgCountCannotInferTypeArgsInvalidTypeArgInvalidInstanceCycleInvalidUnionMisplacedConstraintIfaceInvalidMethodTypeParamsMisplacedTypeParam" -var _ErrorCode_index = [...]uint16{0, 4, 16, 33, 46, 59, 71, 85, 97, 113, 126, 142, 158, 174, 189, 205, 215, 231, 250, 258, 274, 292, 309, 327, 351, 359, 374, 390, 408, 425, 440, 447, 458, 481, 496, 508, 519, 534, 548, 563, 578, 591, 600, 614, 629, 640, 655, 664, 680, 700, 718, 737, 749, 768, 787, 803, 820, 839, 853, 864, 879, 892, 907, 923, 937, 953, 968, 985, 1003, 1018, 1028, 1038, 1055, 1077, 1091, 1105, 1125, 1143, 1163, 1181, 1204, 1220, 1235, 1248, 1258, 1270, 1281, 1295, 1308, 1319, 1329, 1344, 1355, 1366, 1379, 1395, 1412, 1436, 1453, 1468, 1478, 1487, 1500, 1516, 1532, 1543, 1558, 1574, 1588, 1604, 1618, 1635, 1655, 1668, 1684, 1698, 1715, 1732, 1749, 1764, 1778, 1792, 1803, 1815, 1828, 1845, 1858, 1869, 1882, 1894, 1903} +var _ErrorCode_index = [...]uint16{0, 4, 16, 33, 46, 59, 71, 85, 97, 113, 126, 142, 158, 174, 189, 205, 215, 231, 250, 258, 274, 292, 309, 327, 351, 359, 374, 390, 408, 425, 440, 447, 458, 481, 496, 508, 519, 534, 548, 563, 578, 591, 600, 614, 629, 640, 655, 664, 680, 700, 718, 737, 749, 768, 787, 803, 820, 839, 853, 864, 879, 892, 907, 923, 937, 953, 968, 985, 1003, 1018, 1028, 1038, 1055, 1077, 1091, 1105, 1125, 1143, 1163, 1181, 1204, 1220, 1235, 1248, 1258, 1270, 1281, 1295, 1308, 1319, 1329, 1344, 1355, 1366, 1379, 1395, 1412, 1436, 1453, 1468, 1478, 1487, 1500, 1516, 1532, 1543, 1558, 1574, 1588, 1604, 1618, 1635, 1655, 1668, 1684, 1698, 1715, 1732, 1749, 1764, 1778, 1792, 1803, 1815, 1828, 1845, 1858, 1869, 1882, 1894, 1903, 1910, 1922, 1938, 1956, 1974, 1989, 2006, 2025, 2039, 2059, 2071, 2095, 2118, 2136} func (i ErrorCode) String() string { i -= 1 diff --git a/vendor/google.golang.org/api/cloudresourcemanager/v1/cloudresourcemanager-api.json b/vendor/google.golang.org/api/cloudresourcemanager/v1/cloudresourcemanager-api.json index 844ec6a66..573d4b7f5 100644 --- a/vendor/google.golang.org/api/cloudresourcemanager/v1/cloudresourcemanager-api.json +++ b/vendor/google.golang.org/api/cloudresourcemanager/v1/cloudresourcemanager-api.json @@ -1171,7 +1171,7 @@ } } }, - "revision": "20220109", + "revision": "20220320", "rootUrl": "https://cloudresourcemanager.googleapis.com/", "schemas": { "Ancestor": { @@ -1490,7 +1490,7 @@ "type": "object" }, "Empty": { - "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.", + "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "id": "Empty", "properties": {}, "type": "object" diff --git a/vendor/google.golang.org/api/cloudresourcemanager/v1/cloudresourcemanager-gen.go b/vendor/google.golang.org/api/cloudresourcemanager/v1/cloudresourcemanager-gen.go index cb152eda3..e87bbc4b1 100644 --- a/vendor/google.golang.org/api/cloudresourcemanager/v1/cloudresourcemanager-gen.go +++ b/vendor/google.golang.org/api/cloudresourcemanager/v1/cloudresourcemanager-gen.go @@ -54,6 +54,7 @@ import ( "strings" googleapi "google.golang.org/api/googleapi" + internal "google.golang.org/api/internal" gensupport "google.golang.org/api/internal/gensupport" option "google.golang.org/api/option" internaloption "google.golang.org/api/option/internaloption" @@ -94,7 +95,7 @@ const ( // NewService creates a new Service. func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) { - scopesOption := option.WithScopes( + scopesOption := internaloption.WithDefaultScopes( "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/cloud-platform.read-only", ) @@ -780,8 +781,7 @@ type DeleteTagValueMetadata struct { // duplicated empty messages in your APIs. A typical example is to use // it as the request or the response type of an API method. For // instance: service Foo { rpc Bar(google.protobuf.Empty) returns -// (google.protobuf.Empty); } The JSON representation for `Empty` is -// empty JSON object `{}`. +// (google.protobuf.Empty); } type Empty struct { // ServerResponse contains the HTTP response code and headers from the // server. @@ -2477,7 +2477,7 @@ func (c *FoldersClearOrgPolicyCall) Header() http.Header { func (c *FoldersClearOrgPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -2624,7 +2624,7 @@ func (c *FoldersGetEffectiveOrgPolicyCall) Header() http.Header { func (c *FoldersGetEffectiveOrgPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -2771,7 +2771,7 @@ func (c *FoldersGetOrgPolicyCall) Header() http.Header { func (c *FoldersGetOrgPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -2915,7 +2915,7 @@ func (c *FoldersListAvailableOrgPolicyConstraintsCall) Header() http.Header { func (c *FoldersListAvailableOrgPolicyConstraintsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -3082,7 +3082,7 @@ func (c *FoldersListOrgPoliciesCall) Header() http.Header { func (c *FoldersListOrgPoliciesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -3249,7 +3249,7 @@ func (c *FoldersSetOrgPolicyCall) Header() http.Header { func (c *FoldersSetOrgPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -3391,7 +3391,7 @@ func (c *LiensCreateCall) Header() http.Header { func (c *LiensCreateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -3522,7 +3522,7 @@ func (c *LiensDeleteCall) Header() http.Header { func (c *LiensDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -3669,7 +3669,7 @@ func (c *LiensGetCall) Header() http.Header { func (c *LiensGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -3842,7 +3842,7 @@ func (c *LiensListCall) Header() http.Header { func (c *LiensListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4016,7 +4016,7 @@ func (c *OperationsGetCall) Header() http.Header { func (c *OperationsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4154,7 +4154,7 @@ func (c *OrganizationsClearOrgPolicyCall) Header() http.Header { func (c *OrganizationsClearOrgPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4309,7 +4309,7 @@ func (c *OrganizationsGetCall) Header() http.Header { func (c *OrganizationsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4452,7 +4452,7 @@ func (c *OrganizationsGetEffectiveOrgPolicyCall) Header() http.Header { func (c *OrganizationsGetEffectiveOrgPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4602,7 +4602,7 @@ func (c *OrganizationsGetIamPolicyCall) Header() http.Header { func (c *OrganizationsGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4749,7 +4749,7 @@ func (c *OrganizationsGetOrgPolicyCall) Header() http.Header { func (c *OrganizationsGetOrgPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4893,7 +4893,7 @@ func (c *OrganizationsListAvailableOrgPolicyConstraintsCall) Header() http.Heade func (c *OrganizationsListAvailableOrgPolicyConstraintsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5060,7 +5060,7 @@ func (c *OrganizationsListOrgPoliciesCall) Header() http.Header { func (c *OrganizationsListOrgPoliciesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5224,7 +5224,7 @@ func (c *OrganizationsSearchCall) Header() http.Header { func (c *OrganizationsSearchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5382,7 +5382,7 @@ func (c *OrganizationsSetIamPolicyCall) Header() http.Header { func (c *OrganizationsSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5527,7 +5527,7 @@ func (c *OrganizationsSetOrgPolicyCall) Header() http.Header { func (c *OrganizationsSetOrgPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5674,7 +5674,7 @@ func (c *OrganizationsTestIamPermissionsCall) Header() http.Header { func (c *OrganizationsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5817,7 +5817,7 @@ func (c *ProjectsClearOrgPolicyCall) Header() http.Header { func (c *ProjectsClearOrgPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5966,7 +5966,7 @@ func (c *ProjectsCreateCall) Header() http.Header { func (c *ProjectsCreateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -6104,7 +6104,7 @@ func (c *ProjectsDeleteCall) Header() http.Header { func (c *ProjectsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -6248,7 +6248,7 @@ func (c *ProjectsGetCall) Header() http.Header { func (c *ProjectsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -6388,7 +6388,7 @@ func (c *ProjectsGetAncestryCall) Header() http.Header { func (c *ProjectsGetAncestryCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -6535,7 +6535,7 @@ func (c *ProjectsGetEffectiveOrgPolicyCall) Header() http.Header { func (c *ProjectsGetEffectiveOrgPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -6686,7 +6686,7 @@ func (c *ProjectsGetIamPolicyCall) Header() http.Header { func (c *ProjectsGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -6832,7 +6832,7 @@ func (c *ProjectsGetOrgPolicyCall) Header() http.Header { func (c *ProjectsGetOrgPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -7040,7 +7040,7 @@ func (c *ProjectsListCall) Header() http.Header { func (c *ProjectsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -7204,7 +7204,7 @@ func (c *ProjectsListAvailableOrgPolicyConstraintsCall) Header() http.Header { func (c *ProjectsListAvailableOrgPolicyConstraintsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -7371,7 +7371,7 @@ func (c *ProjectsListOrgPoliciesCall) Header() http.Header { func (c *ProjectsListOrgPoliciesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -7572,7 +7572,7 @@ func (c *ProjectsSetIamPolicyCall) Header() http.Header { func (c *ProjectsSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -7716,7 +7716,7 @@ func (c *ProjectsSetOrgPolicyCall) Header() http.Header { func (c *ProjectsSetOrgPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -7864,7 +7864,7 @@ func (c *ProjectsTestIamPermissionsCall) Header() http.Header { func (c *ProjectsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -8010,7 +8010,7 @@ func (c *ProjectsUndeleteCall) Header() http.Header { func (c *ProjectsUndeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -8153,7 +8153,7 @@ func (c *ProjectsUpdateCall) Header() http.Header { func (c *ProjectsUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } diff --git a/vendor/google.golang.org/api/compute/v1/compute-api.json b/vendor/google.golang.org/api/compute/v1/compute-api.json index e51a1597d..a69d8a8c7 100644 --- a/vendor/google.golang.org/api/compute/v1/compute-api.json +++ b/vendor/google.golang.org/api/compute/v1/compute-api.json @@ -2102,7 +2102,7 @@ "type": "string" }, "guestFlush": { - "description": "[Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process. Currently only supported on Windows instances using the Volume Shadow Copy Service (VSS).", + "description": "[Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process.", "location": "query", "type": "boolean" }, @@ -9544,7 +9544,7 @@ ] }, "reset": { - "description": "Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown. For more information, see Resetting an instance.", + "description": "Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown. For more information, see Resetting an instance.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/reset", "httpMethod": "POST", "id": "compute.instances.reset", @@ -9590,6 +9590,53 @@ "https://www.googleapis.com/auth/compute" ] }, + "resume": { + "description": "Resumes an instance that was suspended using the instances().suspend method.", + "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/resume", + "httpMethod": "POST", + "id": "compute.instances.resume", + "parameterOrder": [ + "project", + "zone", + "instance" + ], + "parameters": { + "instance": { + "description": "Name of the instance resource to resume.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "zone": { + "description": "The name of the zone for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/instances/{instance}/resume", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, "sendDiagnosticInterrupt": { "description": "Sends diagnostic interrupt to the instance.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/sendDiagnosticInterrupt", @@ -10040,7 +10087,7 @@ ] }, "setScheduling": { - "description": "Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states.", + "description": "Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states. For more information about setting scheduling options for a VM, see Set VM availability policies.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setScheduling", "httpMethod": "POST", "id": "compute.instances.setScheduling", @@ -10240,7 +10287,7 @@ ] }, "simulateMaintenanceEvent": { - "description": "Simulates a maintenance event on the instance.", + "description": "Simulates a host maintenance event on a VM. For more information, see Simulate a host maintenance event.", "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/simulateMaintenanceEvent", "httpMethod": "POST", "id": "compute.instances.simulateMaintenanceEvent", @@ -10425,6 +10472,53 @@ "https://www.googleapis.com/auth/compute" ] }, + "suspend": { + "description": "This method suspends a running instance, saving its state to persistent storage, and allows you to resume the instance at a later time. Suspended instances have no compute costs (cores or RAM), and incur only storage charges for the saved VM memory and localSSD data. Any charged resources the virtual machine was using, such as persistent disks and static IP addresses, will continue to be charged while the instance is suspended. For more information, see Suspending and resuming an instance.", + "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/suspend", + "httpMethod": "POST", + "id": "compute.instances.suspend", + "parameterOrder": [ + "project", + "zone", + "instance" + ], + "parameters": { + "instance": { + "description": "Name of the instance resource to suspend.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "zone": { + "description": "The name of the zone for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/zones/{zone}/instances/{instance}/suspend", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, "testIamPermissions": { "description": "Returns permissions that a caller has on the specified resource.", "flatPath": "projects/{project}/zones/{zone}/instances/{resource}/testIamPermissions", @@ -12244,6 +12338,268 @@ } } }, + "networkEdgeSecurityServices": { + "methods": { + "aggregatedList": { + "description": "Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project.", + "flatPath": "projects/{project}/aggregated/networkEdgeSecurityServices", + "httpMethod": "GET", + "id": "compute.networkEdgeSecurityServices.aggregatedList", + "parameterOrder": [ + "project" + ], + "parameters": { + "filter": { + "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `\u003e`, `\u003c`, `\u003c=`, `\u003e=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```", + "location": "query", + "type": "string" + }, + "includeAllScopes": { + "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "location": "query", + "type": "boolean" + }, + "maxResults": { + "default": "500", + "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "format": "uint32", + "location": "query", + "minimum": "0", + "type": "integer" + }, + "orderBy": { + "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "location": "query", + "type": "string" + }, + "pageToken": { + "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "location": "query", + "type": "string" + }, + "project": { + "description": "Name of the project scoping this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "returnPartialSuccess": { + "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.", + "location": "query", + "type": "boolean" + } + }, + "path": "projects/{project}/aggregated/networkEdgeSecurityServices", + "response": { + "$ref": "NetworkEdgeSecurityServiceAggregatedList" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "delete": { + "description": "Deletes the specified service.", + "flatPath": "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}", + "httpMethod": "DELETE", + "id": "compute.networkEdgeSecurityServices.delete", + "parameterOrder": [ + "project", + "region", + "networkEdgeSecurityService" + ], + "parameters": { + "networkEdgeSecurityService": { + "description": "Name of the network edge security service to delete.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "get": { + "description": "Gets a specified NetworkEdgeSecurityService.", + "flatPath": "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}", + "httpMethod": "GET", + "id": "compute.networkEdgeSecurityServices.get", + "parameterOrder": [ + "project", + "region", + "networkEdgeSecurityService" + ], + "parameters": { + "networkEdgeSecurityService": { + "description": "Name of the network edge security service to get.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}", + "response": { + "$ref": "NetworkEdgeSecurityService" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "insert": { + "description": "Creates a new service in the specified project using the data included in the request.", + "flatPath": "projects/{project}/regions/{region}/networkEdgeSecurityServices", + "httpMethod": "POST", + "id": "compute.networkEdgeSecurityServices.insert", + "parameterOrder": [ + "project", + "region" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "validateOnly": { + "description": "If true, the request will not be committed.", + "location": "query", + "type": "boolean" + } + }, + "path": "projects/{project}/regions/{region}/networkEdgeSecurityServices", + "request": { + "$ref": "NetworkEdgeSecurityService" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "patch": { + "description": "Patches the specified policy with the data included in the request.", + "flatPath": "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}", + "httpMethod": "PATCH", + "id": "compute.networkEdgeSecurityServices.patch", + "parameterOrder": [ + "project", + "region", + "networkEdgeSecurityService" + ], + "parameters": { + "networkEdgeSecurityService": { + "description": "Name of the network edge security service to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "paths": { + "location": "query", + "repeated": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "updateMask": { + "description": "Indicates fields to be updated as part of this request.", + "format": "google-fieldmask", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}", + "request": { + "$ref": "NetworkEdgeSecurityService" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + } + } + }, "networkEndpointGroups": { "methods": { "aggregatedList": { @@ -12711,6 +13067,694 @@ } } }, + "networkFirewallPolicies": { + "methods": { + "addAssociation": { + "description": "Inserts an association for the specified firewall policy.", + "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/addAssociation", + "httpMethod": "POST", + "id": "compute.networkFirewallPolicies.addAssociation", + "parameterOrder": [ + "project", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "replaceExistingAssociation": { + "description": "Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an association already exists.", + "location": "query", + "type": "boolean" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/addAssociation", + "request": { + "$ref": "FirewallPolicyAssociation" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "addRule": { + "description": "Inserts a rule into a firewall policy.", + "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/addRule", + "httpMethod": "POST", + "id": "compute.networkFirewallPolicies.addRule", + "parameterOrder": [ + "project", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "maxPriority": { + "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority\u003e. This field is exclusive with rule.priority.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "minPriority": { + "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority\u003e. This field is exclusive with rule.priority.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/addRule", + "request": { + "$ref": "FirewallPolicyRule" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "cloneRules": { + "description": "Copies rules to the specified firewall policy.", + "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/cloneRules", + "httpMethod": "POST", + "id": "compute.networkFirewallPolicies.cloneRules", + "parameterOrder": [ + "project", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "sourceFirewallPolicy": { + "description": "The firewall policy from which to copy rules.", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/cloneRules", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "delete": { + "description": "Deletes the specified policy.", + "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}", + "httpMethod": "DELETE", + "id": "compute.networkFirewallPolicies.delete", + "parameterOrder": [ + "project", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to delete.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "get": { + "description": "Returns the specified network firewall policy.", + "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}", + "httpMethod": "GET", + "id": "compute.networkFirewallPolicies.get", + "parameterOrder": [ + "project", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to get.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}", + "response": { + "$ref": "FirewallPolicy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "getAssociation": { + "description": "Gets an association with the specified name.", + "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/getAssociation", + "httpMethod": "GET", + "id": "compute.networkFirewallPolicies.getAssociation", + "parameterOrder": [ + "project", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to which the queried association belongs.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "name": { + "description": "The name of the association to get from the firewall policy.", + "location": "query", + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/getAssociation", + "response": { + "$ref": "FirewallPolicyAssociation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "getIamPolicy": { + "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "flatPath": "projects/{project}/global/firewallPolicies/{resource}/getIamPolicy", + "httpMethod": "GET", + "id": "compute.networkFirewallPolicies.getIamPolicy", + "parameterOrder": [ + "project", + "resource" + ], + "parameters": { + "optionsRequestedPolicyVersion": { + "description": "Requested IAM Policy version.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "resource": { + "description": "Name or id of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{resource}/getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "getRule": { + "description": "Gets a rule of the specified priority.", + "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/getRule", + "httpMethod": "GET", + "id": "compute.networkFirewallPolicies.getRule", + "parameterOrder": [ + "project", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to which the queried rule belongs.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "priority": { + "description": "The priority of the rule to get from the firewall policy.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/getRule", + "response": { + "$ref": "FirewallPolicyRule" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "insert": { + "description": "Creates a new policy in the specified project using the data included in the request.", + "flatPath": "projects/{project}/global/firewallPolicies", + "httpMethod": "POST", + "id": "compute.networkFirewallPolicies.insert", + "parameterOrder": [ + "project" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies", + "request": { + "$ref": "FirewallPolicy" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "list": { + "description": "Lists all the policies that have been configured for the specified project.", + "flatPath": "projects/{project}/global/firewallPolicies", + "httpMethod": "GET", + "id": "compute.networkFirewallPolicies.list", + "parameterOrder": [ + "project" + ], + "parameters": { + "filter": { + "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `\u003e`, `\u003c`, `\u003c=`, `\u003e=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```", + "location": "query", + "type": "string" + }, + "maxResults": { + "default": "500", + "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "format": "uint32", + "location": "query", + "minimum": "0", + "type": "integer" + }, + "orderBy": { + "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "location": "query", + "type": "string" + }, + "pageToken": { + "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "location": "query", + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "returnPartialSuccess": { + "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.", + "location": "query", + "type": "boolean" + } + }, + "path": "projects/{project}/global/firewallPolicies", + "response": { + "$ref": "FirewallPolicyList" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "patch": { + "description": "Patches the specified policy with the data included in the request.", + "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}", + "httpMethod": "PATCH", + "id": "compute.networkFirewallPolicies.patch", + "parameterOrder": [ + "project", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}", + "request": { + "$ref": "FirewallPolicy" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "patchRule": { + "description": "Patches a rule of the specified priority.", + "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/patchRule", + "httpMethod": "POST", + "id": "compute.networkFirewallPolicies.patchRule", + "parameterOrder": [ + "project", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "priority": { + "description": "The priority of the rule to patch.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/patchRule", + "request": { + "$ref": "FirewallPolicyRule" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "removeAssociation": { + "description": "Removes an association for the specified firewall policy.", + "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/removeAssociation", + "httpMethod": "POST", + "id": "compute.networkFirewallPolicies.removeAssociation", + "parameterOrder": [ + "project", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "name": { + "description": "Name for the attachment that will be removed.", + "location": "query", + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/removeAssociation", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "removeRule": { + "description": "Deletes a rule of the specified priority.", + "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/removeRule", + "httpMethod": "POST", + "id": "compute.networkFirewallPolicies.removeRule", + "parameterOrder": [ + "project", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "priority": { + "description": "The priority of the rule to remove from the firewall policy.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/removeRule", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "flatPath": "projects/{project}/global/firewallPolicies/{resource}/setIamPolicy", + "httpMethod": "POST", + "id": "compute.networkFirewallPolicies.setIamPolicy", + "parameterOrder": [ + "project", + "resource" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "resource": { + "description": "Name or id of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{resource}/setIamPolicy", + "request": { + "$ref": "GlobalSetPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource.", + "flatPath": "projects/{project}/global/firewallPolicies/{resource}/testIamPermissions", + "httpMethod": "POST", + "id": "compute.networkFirewallPolicies.testIamPermissions", + "parameterOrder": [ + "project", + "resource" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "resource": { + "description": "Name or id of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/global/firewallPolicies/{resource}/testIamPermissions", + "request": { + "$ref": "TestPermissionsRequest" + }, + "response": { + "$ref": "TestPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + } + } + }, "networks": { "methods": { "addPeering": { @@ -19395,6 +20439,864 @@ } } }, + "regionNetworkFirewallPolicies": { + "methods": { + "addAssociation": { + "description": "Inserts an association for the specified network firewall policy.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/addAssociation", + "httpMethod": "POST", + "id": "compute.regionNetworkFirewallPolicies.addAssociation", + "parameterOrder": [ + "project", + "region", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "replaceExistingAssociation": { + "description": "Indicates whether or not to replace it if an association already exists. This is false by default, in which case an error will be returned if an association already exists.", + "location": "query", + "type": "boolean" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/addAssociation", + "request": { + "$ref": "FirewallPolicyAssociation" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "addRule": { + "description": "Inserts a rule into a network firewall policy.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/addRule", + "httpMethod": "POST", + "id": "compute.regionNetworkFirewallPolicies.addRule", + "parameterOrder": [ + "project", + "region", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "maxPriority": { + "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority\u003e. This field is exclusive with rule.priority.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "minPriority": { + "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority\u003e. This field is exclusive with rule.priority.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/addRule", + "request": { + "$ref": "FirewallPolicyRule" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "cloneRules": { + "description": "Copies rules to the specified network firewall policy.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/cloneRules", + "httpMethod": "POST", + "id": "compute.regionNetworkFirewallPolicies.cloneRules", + "parameterOrder": [ + "project", + "region", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "sourceFirewallPolicy": { + "description": "The firewall policy from which to copy rules.", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/cloneRules", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "delete": { + "description": "Deletes the specified network firewall policy.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}", + "httpMethod": "DELETE", + "id": "compute.regionNetworkFirewallPolicies.delete", + "parameterOrder": [ + "project", + "region", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to delete.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "get": { + "description": "Returns the specified network firewall policy.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}", + "httpMethod": "GET", + "id": "compute.regionNetworkFirewallPolicies.get", + "parameterOrder": [ + "project", + "region", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to get.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}", + "response": { + "$ref": "FirewallPolicy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "getAssociation": { + "description": "Gets an association with the specified name.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/getAssociation", + "httpMethod": "GET", + "id": "compute.regionNetworkFirewallPolicies.getAssociation", + "parameterOrder": [ + "project", + "region", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to which the queried association belongs.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "name": { + "description": "The name of the association to get from the firewall policy.", + "location": "query", + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/getAssociation", + "response": { + "$ref": "FirewallPolicyAssociation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "getEffectiveFirewalls": { + "description": "Returns the effective firewalls on a given network.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/getEffectiveFirewalls", + "httpMethod": "GET", + "id": "compute.regionNetworkFirewallPolicies.getEffectiveFirewalls", + "parameterOrder": [ + "project", + "region", + "network" + ], + "parameters": { + "network": { + "description": "Network reference", + "location": "query", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/getEffectiveFirewalls", + "response": { + "$ref": "RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "getIamPolicy": { + "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{resource}/getIamPolicy", + "httpMethod": "GET", + "id": "compute.regionNetworkFirewallPolicies.getIamPolicy", + "parameterOrder": [ + "project", + "region", + "resource" + ], + "parameters": { + "optionsRequestedPolicyVersion": { + "description": "Requested IAM Policy version.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "The name of the region for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "resource": { + "description": "Name or id of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{resource}/getIamPolicy", + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "getRule": { + "description": "Gets a rule of the specified priority.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/getRule", + "httpMethod": "GET", + "id": "compute.regionNetworkFirewallPolicies.getRule", + "parameterOrder": [ + "project", + "region", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to which the queried rule belongs.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "priority": { + "description": "The priority of the rule to get from the firewall policy.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/getRule", + "response": { + "$ref": "FirewallPolicyRule" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "insert": { + "description": "Creates a new network firewall policy in the specified project and region.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies", + "httpMethod": "POST", + "id": "compute.regionNetworkFirewallPolicies.insert", + "parameterOrder": [ + "project", + "region" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies", + "request": { + "$ref": "FirewallPolicy" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "list": { + "description": "Lists all the network firewall policies that have been configured for the specified project in the given region.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies", + "httpMethod": "GET", + "id": "compute.regionNetworkFirewallPolicies.list", + "parameterOrder": [ + "project", + "region" + ], + "parameters": { + "filter": { + "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `\u003e`, `\u003c`, `\u003c=`, `\u003e=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```", + "location": "query", + "type": "string" + }, + "maxResults": { + "default": "500", + "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "format": "uint32", + "location": "query", + "minimum": "0", + "type": "integer" + }, + "orderBy": { + "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "location": "query", + "type": "string" + }, + "pageToken": { + "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "location": "query", + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "returnPartialSuccess": { + "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.", + "location": "query", + "type": "boolean" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies", + "response": { + "$ref": "FirewallPolicyList" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "patch": { + "description": "Patches the specified network firewall policy.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}", + "httpMethod": "PATCH", + "id": "compute.regionNetworkFirewallPolicies.patch", + "parameterOrder": [ + "project", + "region", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}", + "request": { + "$ref": "FirewallPolicy" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "patchRule": { + "description": "Patches a rule of the specified priority.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/patchRule", + "httpMethod": "POST", + "id": "compute.regionNetworkFirewallPolicies.patchRule", + "parameterOrder": [ + "project", + "region", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "priority": { + "description": "The priority of the rule to patch.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/patchRule", + "request": { + "$ref": "FirewallPolicyRule" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "removeAssociation": { + "description": "Removes an association for the specified network firewall policy.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/removeAssociation", + "httpMethod": "POST", + "id": "compute.regionNetworkFirewallPolicies.removeAssociation", + "parameterOrder": [ + "project", + "region", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "name": { + "description": "Name for the association that will be removed.", + "location": "query", + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/removeAssociation", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "removeRule": { + "description": "Deletes a rule of the specified priority.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/removeRule", + "httpMethod": "POST", + "id": "compute.regionNetworkFirewallPolicies.removeRule", + "parameterOrder": [ + "project", + "region", + "firewallPolicy" + ], + "parameters": { + "firewallPolicy": { + "description": "Name of the firewall policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + }, + "priority": { + "description": "The priority of the rule to remove from the firewall policy.", + "format": "int32", + "location": "query", + "type": "integer" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/removeRule", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "setIamPolicy": { + "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{resource}/setIamPolicy", + "httpMethod": "POST", + "id": "compute.regionNetworkFirewallPolicies.setIamPolicy", + "parameterOrder": [ + "project", + "region", + "resource" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "The name of the region for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "resource": { + "description": "Name or id of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{resource}/setIamPolicy", + "request": { + "$ref": "RegionSetPolicyRequest" + }, + "response": { + "$ref": "Policy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "testIamPermissions": { + "description": "Returns permissions that a caller has on the specified resource.", + "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{resource}/testIamPermissions", + "httpMethod": "POST", + "id": "compute.regionNetworkFirewallPolicies.testIamPermissions", + "parameterOrder": [ + "project", + "region", + "resource" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "The name of the region for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "resource": { + "description": "Name or id of the resource for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/firewallPolicies/{resource}/testIamPermissions", + "request": { + "$ref": "TestPermissionsRequest" + }, + "response": { + "$ref": "TestPermissionsResponse" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + } + } + }, "regionNotificationEndpoints": { "methods": { "delete": { @@ -19786,6 +21688,260 @@ } } }, + "regionSecurityPolicies": { + "methods": { + "delete": { + "description": "Deletes the specified policy.", + "flatPath": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}", + "httpMethod": "DELETE", + "id": "compute.regionSecurityPolicies.delete", + "parameterOrder": [ + "project", + "region", + "securityPolicy" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "securityPolicy": { + "description": "Name of the security policy to delete.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}", + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "get": { + "description": "List all of the ordered rules present in a single specified policy.", + "flatPath": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}", + "httpMethod": "GET", + "id": "compute.regionSecurityPolicies.get", + "parameterOrder": [ + "project", + "region", + "securityPolicy" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "securityPolicy": { + "description": "Name of the security policy to get.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}", + "response": { + "$ref": "SecurityPolicy" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "insert": { + "description": "Creates a new policy in the specified project using the data included in the request.", + "flatPath": "projects/{project}/regions/{region}/securityPolicies", + "httpMethod": "POST", + "id": "compute.regionSecurityPolicies.insert", + "parameterOrder": [ + "project", + "region" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "validateOnly": { + "description": "If true, the request will not be committed.", + "location": "query", + "type": "boolean" + } + }, + "path": "projects/{project}/regions/{region}/securityPolicies", + "request": { + "$ref": "SecurityPolicy" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, + "list": { + "description": "List all the policies that have been configured for the specified project and region.", + "flatPath": "projects/{project}/regions/{region}/securityPolicies", + "httpMethod": "GET", + "id": "compute.regionSecurityPolicies.list", + "parameterOrder": [ + "project", + "region" + ], + "parameters": { + "filter": { + "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `\u003e`, `\u003c`, `\u003c=`, `\u003e=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```", + "location": "query", + "type": "string" + }, + "maxResults": { + "default": "500", + "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "format": "uint32", + "location": "query", + "minimum": "0", + "type": "integer" + }, + "orderBy": { + "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "location": "query", + "type": "string" + }, + "pageToken": { + "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "location": "query", + "type": "string" + }, + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "returnPartialSuccess": { + "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.", + "location": "query", + "type": "boolean" + } + }, + "path": "projects/{project}/regions/{region}/securityPolicies", + "response": { + "$ref": "SecurityPolicyList" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, + "patch": { + "description": "Patches the specified policy with the data included in the request.", + "flatPath": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}", + "httpMethod": "PATCH", + "id": "compute.regionSecurityPolicies.patch", + "parameterOrder": [ + "project", + "region", + "securityPolicy" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region scoping this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "securityPolicy": { + "description": "Name of the security policy to update.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}", + "request": { + "$ref": "SecurityPolicy" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + } + } + }, "regionSslCertificates": { "methods": { "delete": { @@ -20431,6 +22587,56 @@ "https://www.googleapis.com/auth/compute.readonly" ] }, + "patch": { + "description": "Patches the specified regional TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + "flatPath": "projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}", + "httpMethod": "PATCH", + "id": "compute.regionTargetHttpsProxies.patch", + "parameterOrder": [ + "project", + "region", + "targetHttpsProxy" + ], + "parameters": { + "project": { + "description": "Project ID for this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "region": { + "description": "Name of the region for this request.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "required": true, + "type": "string" + }, + "requestId": { + "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + "location": "query", + "type": "string" + }, + "targetHttpsProxy": { + "description": "Name of the TargetHttpsProxy resource to patch.", + "location": "path", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + "required": true, + "type": "string" + } + }, + "path": "projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}", + "request": { + "$ref": "TargetHttpsProxy" + }, + "response": { + "$ref": "Operation" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute" + ] + }, "setSslCertificates": { "description": "Replaces SslCertificates for TargetHttpsProxy.", "flatPath": "projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}/setSslCertificates", @@ -22605,6 +24811,66 @@ "https://www.googleapis.com/auth/compute" ] }, + "aggregatedList": { + "description": "Retrieves the list of all SecurityPolicy resources, regional and global, available to the specified project.", + "flatPath": "projects/{project}/aggregated/securityPolicies", + "httpMethod": "GET", + "id": "compute.securityPolicies.aggregatedList", + "parameterOrder": [ + "project" + ], + "parameters": { + "filter": { + "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `\u003e`, `\u003c`, `\u003c=`, `\u003e=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```", + "location": "query", + "type": "string" + }, + "includeAllScopes": { + "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + "location": "query", + "type": "boolean" + }, + "maxResults": { + "default": "500", + "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + "format": "uint32", + "location": "query", + "minimum": "0", + "type": "integer" + }, + "orderBy": { + "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + "location": "query", + "type": "string" + }, + "pageToken": { + "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + "location": "query", + "type": "string" + }, + "project": { + "description": "Name of the project scoping this request.", + "location": "path", + "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + "required": true, + "type": "string" + }, + "returnPartialSuccess": { + "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.", + "location": "query", + "type": "boolean" + } + }, + "path": "projects/{project}/aggregated/securityPolicies", + "response": { + "$ref": "SecurityPoliciesAggregatedList" + }, + "scopes": [ + "https://www.googleapis.com/auth/cloud-platform", + "https://www.googleapis.com/auth/compute", + "https://www.googleapis.com/auth/compute.readonly" + ] + }, "delete": { "description": "Deletes the specified policy.", "flatPath": "projects/{project}/global/securityPolicies/{securityPolicy}", @@ -28809,7 +31075,7 @@ } } }, - "revision": "20211228", + "revision": "20220322", "rootUrl": "https://compute.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -29857,6 +32123,11 @@ "description": "This reservation type allows to pre allocate specific instance configuration. Next ID: 5", "id": "AllocationSpecificSKUReservation", "properties": { + "assuredCount": { + "description": "[Output Only] Indicates how many instances are actually usable currently.", + "format": "int64", + "type": "string" + }, "count": { "description": "Specifies the number of resources that are allocated.", "format": "int64", @@ -31300,6 +33571,13 @@ ], "type": "string" }, + "localityLbPolicies": { + "description": "A list of locality load balancing policies to be used in order of preference. Either the policy or the customPolicy field should be set. Overrides any value set in the localityLbPolicy field. localityLbPolicies is only supported when the BackendService is referenced by a URL Map that is referenced by a target gRPC proxy that has the validateForProxyless field set to true.", + "items": { + "$ref": "BackendServiceLocalityLoadBalancingPolicyConfig" + }, + "type": "array" + }, "localityLbPolicy": { "description": "The load balancing algorithm used within the scope of the locality. The possible values are: - ROUND_ROBIN: This is a simple policy in which each healthy backend is selected in round robin order. This is the default. - LEAST_REQUEST: An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests. - RING_HASH: The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests. - RANDOM: The load balancer selects a random healthy host. - ORIGINAL_DESTINATION: Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer. - MAGLEV: used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see https://ai.google/research/pubs/pub44824 This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED. If sessionAffinity is not NONE, and this field is not set to MAGLEV or RING_HASH, session affinity settings will not take effect. Only ROUND_ROBIN and RING_HASH are supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", "enum": [ @@ -31386,7 +33664,7 @@ }, "securitySettings": { "$ref": "SecuritySettings", - "description": "This field specifies the security policy that applies to this backend service. This field is applicable to either: - A regional backend service with the service_protocol set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED. " + "description": "This field specifies the security settings that apply to this backend service. This field is applicable to a global backend service with the load_balancing_scheme set to INTERNAL_SELF_MANAGED." }, "selfLink": { "description": "[Output Only] Server-defined URL for the resource.", @@ -31420,7 +33698,7 @@ "$ref": "Subsetting" }, "timeoutSec": { - "description": "Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. Instead, use maxStreamDuration.", + "description": "The backend service timeout has a different meaning depending on the type of load balancer. For more information see, Backend service settings. The default is 30 seconds. The full range of timeout values allowed goes from 1 through 2,147,483,647 seconds. This value can be overridden in the PathMatcher configuration of the UrlMap that references this backend service. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true. Instead, use maxStreamDuration.", "format": "int32", "type": "integer" } @@ -31678,6 +33956,10 @@ ], "type": "string" }, + "enableStrongAffinity": { + "description": "Enable Strong Session Affinity for Network Load Balancing. This option is not available publicly.", + "type": "boolean" + }, "idleTimeoutSec": { "description": "Specifies how long to keep a Connection Tracking entry while there is no matching traffic (in seconds). For Internal TCP/UDP Load Balancing: - The minimum (default) is 10 minutes and the maximum is 16 hours. - It can be set only if Connection Tracking is less than 5-tuple (i.e. Session Affinity is CLIENT_IP_NO_DESTINATION, CLIENT_IP or CLIENT_IP_PROTO, and Tracking Mode is PER_SESSION). For Network Load Balancer the default is 60 seconds. This option is not available publicly.", "format": "int32", @@ -31884,6 +34166,63 @@ }, "type": "object" }, + "BackendServiceLocalityLoadBalancingPolicyConfig": { + "description": "Container for either a built-in LB policy supported by gRPC or Envoy or a custom one implemented by the end user.", + "id": "BackendServiceLocalityLoadBalancingPolicyConfig", + "properties": { + "customPolicy": { + "$ref": "BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy" + }, + "policy": { + "$ref": "BackendServiceLocalityLoadBalancingPolicyConfigPolicy" + } + }, + "type": "object" + }, + "BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy": { + "description": "The configuration for a custom policy implemented by the user and deployed with the client.", + "id": "BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy", + "properties": { + "data": { + "description": "An optional, arbitrary JSON object with configuration data, understood by a locally installed custom policy implementation.", + "type": "string" + }, + "name": { + "description": "Identifies the custom policy. The value should match the type the custom implementation is registered with on the gRPC clients. It should follow protocol buffer message naming conventions and include the full path (e.g. myorg.CustomLbPolicy). The maximum length is 256 characters. Note that specifying the same custom policy more than once for a backend is not a valid configuration and will be rejected.", + "type": "string" + } + }, + "type": "object" + }, + "BackendServiceLocalityLoadBalancingPolicyConfigPolicy": { + "description": "The configuration for a built-in load balancing policy.", + "id": "BackendServiceLocalityLoadBalancingPolicyConfigPolicy", + "properties": { + "name": { + "description": "The name of a locality load balancer policy to be used. The value should be one of the predefined ones as supported by localityLbPolicy, although at the moment only ROUND_ROBIN is supported. This field should only be populated when the customPolicy field is not used. Note that specifying the same policy more than once for a backend is not a valid configuration and will be rejected.", + "enum": [ + "INVALID_LB_POLICY", + "LEAST_REQUEST", + "MAGLEV", + "ORIGINAL_DESTINATION", + "RANDOM", + "RING_HASH", + "ROUND_ROBIN" + ], + "enumDescriptions": [ + "", + "An O(1) algorithm which selects two random healthy hosts and picks the host which has fewer active requests.", + "This algorithm implements consistent hashing to backends. Maglev can be used as a drop in replacement for the ring hash load balancer. Maglev is not as stable as ring hash but has faster table lookup build times and host selection times. For more information about Maglev, see https://ai.google/research/pubs/pub44824", + "Backend host is selected based on the client connection metadata, i.e., connections are opened to the same address as the destination address of the incoming connection before the connection was redirected to the load balancer.", + "The load balancer selects a random healthy host.", + "The ring/modulo hash load balancer implements consistent hashing to backends. The algorithm has the property that the addition/removal of a host from a set of N hosts only affects 1/N of the requests.", + "This is a simple policy in which each healthy backend is selected in round robin order. This is the default." + ], + "type": "string" + } + }, + "type": "object" + }, "BackendServiceLogConfig": { "description": "The available logging options for the load balancer traffic served by this backend service.", "id": "BackendServiceLogConfig", @@ -32392,12 +34731,12 @@ "id": "CircuitBreakers", "properties": { "maxConnections": { - "description": "Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", + "description": "The maximum number of connections to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", "format": "int32", "type": "integer" }, "maxPendingRequests": { - "description": "Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", + "description": "The maximum number of pending requests allowed to the backend service. If not specified, there is no limit. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", "format": "int32", "type": "integer" }, @@ -32407,12 +34746,12 @@ "type": "integer" }, "maxRequestsPerConnection": { - "description": "Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", + "description": "Maximum requests for a single connection to the backend service. This parameter is respected by both the HTTP/1.1 and HTTP/2 implementations. If not specified, there is no limit. Setting this parameter to 1 will effectively disable keep alive. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", "format": "int32", "type": "integer" }, "maxRetries": { - "description": "Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", + "description": "The maximum number of parallel retries allowed to the backend cluster. If not specified, the default is 1. Not supported when the backend service is referenced by a URL map that is bound to target gRPC proxy that has validateForProxyless field set to true.", "format": "int32", "type": "integer" } @@ -35028,6 +37367,10 @@ "description": "[Output Only] The parent of the firewall policy.", "type": "string" }, + "region": { + "description": "[Output Only] URL of the region where the regional firewall policy resides. This field is not applicable to global firewall policies. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "type": "string" + }, "ruleTupleCount": { "description": "[Output Only] Total count of all firewall policy rule tuples. A firewall policy can not exceed a set number of tuples.", "format": "int32", @@ -35239,6 +37582,10 @@ "format": "int32", "type": "integer" }, + "ruleName": { + "description": "An optional name for the rule. This field is not a unique identifier and can be updated.", + "type": "string" + }, "ruleTupleCount": { "description": "[Output Only] Calculation of the complexity of a single firewall policy rule.", "format": "int32", @@ -35251,6 +37598,13 @@ }, "type": "array" }, + "targetSecureTags": { + "description": "A list of secure tags that controls which instances the firewall rule applies to. If targetSecureTag are specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored. targetSecureTag may not be set at the same time as targetServiceAccounts. If neither targetServiceAccounts nor targetSecureTag are specified, the firewall rule applies to all instances on the specified network. Maximum number of target label tags allowed is 256.", + "items": { + "$ref": "FirewallPolicyRuleSecureTag" + }, + "type": "array" + }, "targetServiceAccounts": { "description": "A list of service accounts indicating the sets of instances that are applied with this rule.", "items": { @@ -35285,6 +37639,13 @@ "type": "string" }, "type": "array" + }, + "srcSecureTags": { + "description": "List of secure tag values, which should be matched at the source of the traffic. For INGRESS rule, if all the srcSecureTag are INEFFECTIVE, and there is no srcIpRange, this rule will be ignored. Maximum number of source tag values allowed is 256.", + "items": { + "$ref": "FirewallPolicyRuleSecureTag" + }, + "type": "array" } }, "type": "object" @@ -35306,6 +37667,29 @@ }, "type": "object" }, + "FirewallPolicyRuleSecureTag": { + "id": "FirewallPolicyRuleSecureTag", + "properties": { + "name": { + "description": "Name of the secure tag, created with TagManager's TagValue API.", + "pattern": "tagValues/[0-9]+", + "type": "string" + }, + "state": { + "description": "[Output Only] State of the secure tag, either `EFFECTIVE` or `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or its network is deleted.", + "enum": [ + "EFFECTIVE", + "INEFFECTIVE" + ], + "enumDescriptions": [ + "", + "" + ], + "type": "string" + } + }, + "type": "object" + }, "FixedOrPercent": { "description": "Encapsulates numeric value that can be either absolute or relative.", "id": "FixedOrPercent", @@ -36000,7 +38384,7 @@ "additionalProperties": { "type": "string" }, - "description": "A list of labels to apply for this resource. Each label key \u0026 value must comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. For example, \"webserver-frontend\": \"images\". A label value can also be empty (e.g. \"my-label\": \"\").", + "description": "A list of labels to apply for this resource. Each label must comply with the requirements for labels. For example, \"webserver-frontend\": \"images\". A label value can also be empty (e.g. \"my-label\": \"\").", "type": "object" } }, @@ -36097,7 +38481,7 @@ "id": "GuestOsFeature", "properties": { "type": { - "description": "The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - SECURE_BOOT - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE For more information, see Enabling guest operating system features.", + "description": "The ID of a supported feature. To add multiple values, use commas to separate values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - SEV_SNP_CAPABLE For more information, see Enabling guest operating system features.", "enum": [ "FEATURE_TYPE_UNSPECIFIED", "GVNIC", @@ -37491,7 +39875,7 @@ }, "faultInjectionPolicy": { "$ref": "HttpFaultInjection", - "description": "The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by a load balancer on a percentage of requests before sending those requests to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests. For the requests impacted by fault injection, timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy." + "description": "The specification for fault injection introduced into traffic to test the resiliency of clients to backend service failure. As part of fault injection, when clients send requests to a backend service, delays can be introduced by a load balancer on a percentage of requests before sending those requests to the backend service. Similarly requests from clients can be aborted by the load balancer for a percentage of requests. timeout and retry_policy is ignored by clients that are configured with a fault_injection_policy if: 1. The traffic is generated by fault injection AND 2. The fault injection is not a delay fault injection." }, "maxStreamDuration": { "$ref": "Duration", @@ -38274,6 +40658,10 @@ "networkPerformanceConfig": { "$ref": "NetworkPerformanceConfig" }, + "params": { + "$ref": "InstanceParams", + "description": "Input only. [Input Only] Additional params passed with the request, but not persisted as part of resource payload." + }, "privateIpv6GoogleAccess": { "description": "The private IPv6 google access type for the VM. If not specified, use INHERIT_FROM_SUBNETWORK as default.", "enum": [ @@ -38540,7 +40928,7 @@ "type": "string" }, "namedPorts": { - "description": " Assigns a name to a port number. For example: {name: \"http\", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: \"http\", port: 80},{name: \"http\", port: 8080}] Named ports apply to all instances in this instance group. ", + "description": " Assigns a name to a port number. For example: {name: \"http\", port: 80} This allows the system to reference ports by the assigned name instead of a port number. Named ports can also contain multiple ports. For example: [{name: \"app1\", port: 8080}, {name: \"app1\", port: 8081}, {name: \"app2\", port: 8082}] Named ports apply to all instances in this instance group. ", "items": { "$ref": "NamedPort" }, @@ -40436,6 +42824,20 @@ }, "type": "object" }, + "InstanceParams": { + "description": "Additional instance params.", + "id": "InstanceParams", + "properties": { + "resourceManagerTags": { + "additionalProperties": { + "type": "string" + }, + "description": "Resource manager tags to be bound to the instance. Tag keys and values have the same definition as resource manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and values are in the format `tagValues/456`. The field is ignored (both PUT \u0026 PATCH) when empty.", + "type": "object" + } + }, + "type": "object" + }, "InstanceProperties": { "id": "InstanceProperties", "properties": { @@ -40836,12 +43238,16 @@ "type": "string" }, "type": { - "description": "[Output Only] The type of the firewall policy.", + "description": "[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL.", "enum": [ "HIERARCHY", + "NETWORK", + "NETWORK_REGIONAL", "UNSPECIFIED" ], "enumDescriptions": [ + "", + "", "", "" ], @@ -41251,7 +43657,7 @@ "type": "string" }, "candidateIpv6Subnets": { - "description": "Up to 16 candidate prefixes that control the allocation of cloudRouterIpv6Address and customerRouterIpv6Address for this attachment. Each prefix must be in the Global Unique Address (GUA) space. It is highly recommended that it be in a range owned by the requestor. A GUA in a range owned by Google will cause the request to fail. Google will select an available prefix from the supplied candidates or fail the request. If not supplied, a /125 from a Google-owned GUA block will be selected.", + "description": "This field is not available.", "items": { "type": "string" }, @@ -41273,7 +43679,7 @@ "type": "string" }, "cloudRouterIpv6InterfaceId": { - "description": "If supplied, the interface id (index within the subnet) to be used for the cloud router address. The id must be in the range of 1 to 6. If a subnet mask is supplied, it must be /125, and the subnet should either be 0 or match the selected subnet.", + "description": "This field is not available.", "type": "string" }, "creationTimestamp": { @@ -41289,11 +43695,11 @@ "type": "string" }, "customerRouterIpv6InterfaceId": { - "description": "If supplied, the interface id (index within the subnet) to be used for the customer router address. The id must be in the range of 1 to 6. If a subnet mask is supplied, it must be /125, and the subnet should either be 0 or match the selected subnet.", + "description": "This field is not available.", "type": "string" }, "dataplaneVersion": { - "description": "[Output only for types PARTNER and DEDICATED. Not present for PARTNER_PROVIDER.] Dataplane version for this InterconnectAttachment. This field is only present for Dataplane version 2 and higher. Absence of this field in the API output indicates that the Dataplane is version 1.", + "description": "[Output Only] Dataplane version for this InterconnectAttachment. This field is only present for Dataplane version 2 and higher. Absence of this field in the API output indicates that the Dataplane is version 1.", "format": "int32", "type": "integer" }, @@ -42887,7 +45293,7 @@ "type": "string" }, "guestFlush": { - "description": "[Input Only] Whether to attempt an application consistent machine image by informing the OS to prepare for the snapshot process. Currently only supported on Windows instances using the Volume Shadow Copy Service (VSS).", + "description": "[Input Only] Whether to attempt an application consistent machine image by informing the OS to prepare for the snapshot process.", "type": "boolean" }, "id": { @@ -43841,6 +46247,10 @@ "description": "An optional description of this resource. Provide this field when you create the resource.", "type": "string" }, + "enableUlaInternalIpv6": { + "description": "Enable ULA internal ipv6 on this network. Enabling this feature will assign a /48 from google defined ULA prefix fd20::/20. .", + "type": "boolean" + }, "gatewayIPv4": { "description": "[Output Only] The gateway address for default routing out of the network, selected by GCP.", "pattern": "[0-9]{1,3}(?:\\.[0-9]{1,3}){3}", @@ -43851,6 +46261,10 @@ "format": "uint64", "type": "string" }, + "internalIpv6Range": { + "description": "When enabling ula internal ipv6, caller optionally can specify the /48 range they want from the google defined ULA prefix fd20::/20. The input must be a valid /48 ULA IPv6 address and must be within the fd20::/20. Operation will fail if the speficied /48 is already in used by another resource. If the field is not speficied, then a /48 range will be randomly allocated from fd20::/20 and returned via this field. .", + "type": "string" + }, "kind": { "default": "compute#network", "description": "[Output Only] Type of the resource. Always compute#network for networks.", @@ -43871,6 +46285,18 @@ "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", "type": "string" }, + "networkFirewallPolicyEnforcementOrder": { + "description": "The network firewall policy enforcement order. Can be either AFTER_CLASSIC_FIREWALL or BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the field is not specified.", + "enum": [ + "AFTER_CLASSIC_FIREWALL", + "BEFORE_CLASSIC_FIREWALL" + ], + "enumDescriptions": [ + "", + "" + ], + "type": "string" + }, "peerings": { "description": "[Output Only] A list of network peerings for the resource.", "items": { @@ -43886,6 +46312,10 @@ "description": "[Output Only] Server-defined URL for the resource.", "type": "string" }, + "selfLinkWithId": { + "description": "[Output Only] Server-defined URL for this resource with the resource id.", + "type": "string" + }, "subnetworks": { "description": "[Output Only] Server-defined fully-qualified URLs for all subnetworks in this VPC network.", "items": { @@ -43896,6 +46326,281 @@ }, "type": "object" }, + "NetworkEdgeSecurityService": { + "description": "Represents a Google Cloud Armor network edge security service resource.", + "id": "NetworkEdgeSecurityService", + "properties": { + "creationTimestamp": { + "description": "[Output Only] Creation timestamp in RFC3339 text format.", + "type": "string" + }, + "description": { + "description": "An optional description of this resource. Provide this property when you create the resource.", + "type": "string" + }, + "fingerprint": { + "description": "Fingerprint of this resource. A hash of the contents stored in this object. This field is used in optimistic locking. This field will be ignored when inserting a NetworkEdgeSecurityService. An up-to-date fingerprint must be provided in order to update the NetworkEdgeSecurityService, otherwise the request will fail with error 412 conditionNotMet. To see the latest fingerprint, make a get() request to retrieve a NetworkEdgeSecurityService.", + "format": "byte", + "type": "string" + }, + "id": { + "description": "[Output Only] The unique identifier for the resource. This identifier is defined by the server.", + "format": "uint64", + "type": "string" + }, + "kind": { + "default": "compute#networkEdgeSecurityService", + "description": "[Output only] Type of the resource. Always compute#networkEdgeSecurityService for NetworkEdgeSecurityServices", + "type": "string" + }, + "name": { + "description": "Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.", + "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + "type": "string" + }, + "region": { + "description": "[Output Only] URL of the region where the resource resides. You must specify this field as part of the HTTP request URL. It is not settable as a field in the request body.", + "type": "string" + }, + "securityPolicy": { + "description": "The resource URL for the network edge security service associated with this network edge security service.", + "type": "string" + }, + "selfLink": { + "description": "[Output Only] Server-defined URL for the resource.", + "type": "string" + }, + "selfLinkWithId": { + "description": "[Output Only] Server-defined URL for this resource with the resource id.", + "type": "string" + } + }, + "type": "object" + }, + "NetworkEdgeSecurityServiceAggregatedList": { + "id": "NetworkEdgeSecurityServiceAggregatedList", + "properties": { + "etag": { + "type": "string" + }, + "id": { + "description": "[Output Only] Unique identifier for the resource; defined by the server.", + "type": "string" + }, + "items": { + "additionalProperties": { + "$ref": "NetworkEdgeSecurityServicesScopedList", + "description": "Name of the scope containing this set of security policies." + }, + "description": "A list of NetworkEdgeSecurityServicesScopedList resources.", + "type": "object" + }, + "kind": { + "default": "compute#networkEdgeSecurityServiceAggregatedList", + "description": "[Output Only] Type of resource. Always compute#networkEdgeSecurityServiceAggregatedList for lists of Network Edge Security Services.", + "type": "string" + }, + "nextPageToken": { + "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "type": "string" + }, + "selfLink": { + "description": "[Output Only] Server-defined URL for this resource.", + "type": "string" + }, + "unreachables": { + "description": "[Output Only] Unreachable resources.", + "items": { + "type": "string" + }, + "type": "array" + }, + "warning": { + "description": "[Output Only] Informational warning message.", + "properties": { + "code": { + "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "enum": [ + "CLEANUP_FAILED", + "DEPRECATED_RESOURCE_USED", + "DEPRECATED_TYPE_USED", + "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", + "EXPERIMENTAL_TYPE_USED", + "EXTERNAL_API_WARNING", + "FIELD_VALUE_OVERRIDEN", + "INJECTED_KERNELS_DEPRECATED", + "LARGE_DEPLOYMENT_WARNING", + "MISSING_TYPE_DEPENDENCY", + "NEXT_HOP_ADDRESS_NOT_ASSIGNED", + "NEXT_HOP_CANNOT_IP_FORWARD", + "NEXT_HOP_INSTANCE_NOT_FOUND", + "NEXT_HOP_INSTANCE_NOT_ON_NETWORK", + "NEXT_HOP_NOT_RUNNING", + "NOT_CRITICAL_ERROR", + "NO_RESULTS_ON_PAGE", + "PARTIAL_SUCCESS", + "REQUIRED_TOS_AGREEMENT", + "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING", + "RESOURCE_NOT_DELETED", + "SCHEMA_VALIDATION_IGNORED", + "SINGLE_INSTANCE_PROPERTY_TEMPLATE", + "UNDECLARED_PROPERTIES", + "UNREACHABLE" + ], + "enumDescriptions": [ + "Warning about failed cleanup of transient changes made by a failed operation.", + "A link to a deprecated resource was created.", + "When deploying and at least one of the resources has a type marked as deprecated", + "The user created a boot disk that is larger than image size.", + "When deploying and at least one of the resources has a type marked as experimental", + "Warning that is present in an external api call", + "Warning that value of a field has been overridden. Deprecated unused field.", + "The operation involved use of an injected kernel, which is deprecated.", + "When deploying a deployment with a exceedingly large number of resources", + "A resource depends on a missing type", + "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's next hop instance cannot ip forward.", + "The route's nextHopInstance URL refers to an instance that does not exist.", + "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's next hop instance does not have a status of RUNNING.", + "Error which is not critical. We decided to continue the process despite the mentioned error.", + "No results are present on a particular list page.", + "Success is reported, but some results may be missing due to errors", + "The user attempted to use a resource that requires a TOS they have not accepted.", + "Warning that a resource is in use.", + "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "When a resource schema validation is ignored.", + "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "When undeclared properties in the schema are present", + "A given scope cannot be reached." + ], + "type": "string" + }, + "data": { + "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "items": { + "properties": { + "key": { + "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "type": "string" + }, + "value": { + "description": "[Output Only] A warning data value corresponding to the key.", + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "[Output Only] A human-readable description of the warning code.", + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + }, + "NetworkEdgeSecurityServicesScopedList": { + "id": "NetworkEdgeSecurityServicesScopedList", + "properties": { + "networkEdgeSecurityServices": { + "description": "A list of NetworkEdgeSecurityServices contained in this scope.", + "items": { + "$ref": "NetworkEdgeSecurityService" + }, + "type": "array" + }, + "warning": { + "description": "Informational warning which replaces the list of security policies when the list is empty.", + "properties": { + "code": { + "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "enum": [ + "CLEANUP_FAILED", + "DEPRECATED_RESOURCE_USED", + "DEPRECATED_TYPE_USED", + "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", + "EXPERIMENTAL_TYPE_USED", + "EXTERNAL_API_WARNING", + "FIELD_VALUE_OVERRIDEN", + "INJECTED_KERNELS_DEPRECATED", + "LARGE_DEPLOYMENT_WARNING", + "MISSING_TYPE_DEPENDENCY", + "NEXT_HOP_ADDRESS_NOT_ASSIGNED", + "NEXT_HOP_CANNOT_IP_FORWARD", + "NEXT_HOP_INSTANCE_NOT_FOUND", + "NEXT_HOP_INSTANCE_NOT_ON_NETWORK", + "NEXT_HOP_NOT_RUNNING", + "NOT_CRITICAL_ERROR", + "NO_RESULTS_ON_PAGE", + "PARTIAL_SUCCESS", + "REQUIRED_TOS_AGREEMENT", + "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING", + "RESOURCE_NOT_DELETED", + "SCHEMA_VALIDATION_IGNORED", + "SINGLE_INSTANCE_PROPERTY_TEMPLATE", + "UNDECLARED_PROPERTIES", + "UNREACHABLE" + ], + "enumDescriptions": [ + "Warning about failed cleanup of transient changes made by a failed operation.", + "A link to a deprecated resource was created.", + "When deploying and at least one of the resources has a type marked as deprecated", + "The user created a boot disk that is larger than image size.", + "When deploying and at least one of the resources has a type marked as experimental", + "Warning that is present in an external api call", + "Warning that value of a field has been overridden. Deprecated unused field.", + "The operation involved use of an injected kernel, which is deprecated.", + "When deploying a deployment with a exceedingly large number of resources", + "A resource depends on a missing type", + "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's next hop instance cannot ip forward.", + "The route's nextHopInstance URL refers to an instance that does not exist.", + "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's next hop instance does not have a status of RUNNING.", + "Error which is not critical. We decided to continue the process despite the mentioned error.", + "No results are present on a particular list page.", + "Success is reported, but some results may be missing due to errors", + "The user attempted to use a resource that requires a TOS they have not accepted.", + "Warning that a resource is in use.", + "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "When a resource schema validation is ignored.", + "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "When undeclared properties in the schema are present", + "A given scope cannot be reached." + ], + "type": "string" + }, + "data": { + "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "items": { + "properties": { + "key": { + "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "type": "string" + }, + "value": { + "description": "[Output Only] A warning data value corresponding to the key.", + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "[Output Only] A human-readable description of the warning code.", + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + }, "NetworkEndpoint": { "description": "The network endpoint.", "id": "NetworkEndpoint", @@ -43982,7 +46687,7 @@ "type": "string" }, "networkEndpointType": { - "description": "Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.", + "description": "Type of network endpoints in this network endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, SERVERLESS, PRIVATE_SERVICE_CONNECT.", "enum": [ "GCE_VM_IP", "GCE_VM_IP_PORT", @@ -44201,7 +46906,7 @@ "type": "string" }, "urlMask": { - "description": "A template to parse service and tag fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs \"foo1.domain.com/bar1\" and \"foo1.domain.com/bar2\" can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask \".domain.com/\". The URL mask will parse them to { service=\"bar1\", tag=\"foo1\" } and { service=\"bar2\", tag=\"foo2\" } respectively.", + "description": "A template to parse \u003cservice\u003e and \u003ctag\u003e fields from a request URL. URL mask allows for routing to multiple Run services without having to create multiple network endpoint groups and backend services. For example, request URLs \"foo1.domain.com/bar1\" and \"foo1.domain.com/bar2\" can be backed by the same Serverless Network Endpoint Group (NEG) with URL mask \"\u003ctag\u003e.domain.com/\u003cservice\u003e\". The URL mask will parse them to { service=\"bar1\", tag=\"foo1\" } and { service=\"bar2\", tag=\"foo2\" } respectively.", "type": "string" } }, @@ -44615,6 +47320,11 @@ "format": "byte", "type": "string" }, + "internalIpv6PrefixLength": { + "description": "The prefix length of the primary internal IPv6 range.", + "format": "int32", + "type": "integer" + }, "ipv6AccessConfigs": { "description": "An array of IPv6 access configurations for this interface. Currently, only one IPv6 access config, DIRECT_IPV6, is supported. If there is no ipv6AccessConfig specified, then this instance will have no external IPv6 Internet access.", "items": { @@ -44626,11 +47336,11 @@ "description": "[Output Only] One of EXTERNAL, INTERNAL to indicate whether the IP can be accessed from the Internet. This field is always inherited from its subnetwork. Valid only if stackType is IPV4_IPV6.", "enum": [ "EXTERNAL", - "UNSPECIFIED_IPV6_ACCESS_TYPE" + "INTERNAL" ], "enumDescriptions": [ "This network interface can have external IPv6.", - "IPv6 access type not set. Means this network interface hasn't been turned on IPv6 yet." + "This network interface can have internal IPv6." ], "type": "string" }, @@ -44644,7 +47354,7 @@ "type": "string" }, "name": { - "description": "[Output Only] The name of the network interface, which is generated by the server. For network devices, these are eth0, eth1, etc.", + "description": "[Output Only] The name of the network interface, which is generated by the server. For a VM, the network interface uses the nicN naming format. Where N is a value between 0 and 7. The default interface value is nic0.", "type": "string" }, "network": { @@ -44678,13 +47388,11 @@ "description": "The stack type for this network interface to identify whether the IPv6 feature is enabled or not. If not specified, IPV4_ONLY will be used. This field can be both set at instance creation and update network interface operations.", "enum": [ "IPV4_IPV6", - "IPV4_ONLY", - "UNSPECIFIED_STACK_TYPE" + "IPV4_ONLY" ], "enumDescriptions": [ "The network interface can have both IPv4 and IPv6 addresses.", - "The network interface will be assigned IPv4 address.", - "" + "The network interface will be assigned IPv4 address." ], "type": "string" }, @@ -49081,6 +51789,7 @@ "CPUS_ALL_REGIONS", "DISKS_TOTAL_GB", "E2_CPUS", + "EXTERNAL_MANAGED_FORWARDING_RULES", "EXTERNAL_NETWORK_LB_FORWARDING_RULES", "EXTERNAL_PROTOCOL_FORWARDING_RULES", "EXTERNAL_VPN_GATEWAYS", @@ -49286,6 +51995,7 @@ "", "", "", + "", "The total number of snapshots allowed for a single project.", "", "", @@ -50496,6 +53206,63 @@ }, "type": "object" }, + "RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse": { + "id": "RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse", + "properties": { + "firewallPolicys": { + "description": "Effective firewalls from firewall policy.", + "items": { + "$ref": "RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy" + }, + "type": "array" + }, + "firewalls": { + "description": "Effective firewalls on the network.", + "items": { + "$ref": "Firewall" + }, + "type": "array" + } + }, + "type": "object" + }, + "RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy": { + "id": "RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy", + "properties": { + "displayName": { + "description": "[Output Only] The display name of the firewall policy.", + "type": "string" + }, + "name": { + "description": "[Output Only] The name of the firewall policy.", + "type": "string" + }, + "rules": { + "description": "The rules that apply to the network.", + "items": { + "$ref": "FirewallPolicyRule" + }, + "type": "array" + }, + "type": { + "description": "[Output Only] The type of the firewall policy. Can be one of HIERARCHY, NETWORK, NETWORK_REGIONAL.", + "enum": [ + "HIERARCHY", + "NETWORK", + "NETWORK_REGIONAL", + "UNSPECIFIED" + ], + "enumDescriptions": [ + "", + "", + "", + "" + ], + "type": "string" + } + }, + "type": "object" + }, "RegionSetLabelsRequest": { "id": "RegionSetLabelsRequest", "properties": { @@ -51382,7 +54149,7 @@ "id": "ResourcePolicyDailyCycle", "properties": { "daysInCycle": { - "description": "Defines a schedule with units measured in months. The value determines how many months pass between the start of each cycle.", + "description": "Defines a schedule with units measured in days. The value determines how many days pass between the start of each cycle.", "format": "int32", "type": "integer" }, @@ -51864,6 +54631,22 @@ "format": "uint32", "type": "integer" }, + "routeStatus": { + "description": "[Output only] The status of the route.", + "enum": [ + "ACTIVE", + "DROPPED", + "INACTIVE", + "PENDING" + ], + "enumDescriptions": [ + "This route is processed and active.", + "The route is dropped due to the VPC exceeding the dynamic route limit. For dynamic route limit, please refer to the Learned route example", + "This route is processed but inactive due to failure from the backend. The backend may have rejected the route", + "This route is being processed internally. The status will change once processed." + ], + "type": "string" + }, "routeType": { "description": "[Output Only] The type of this route, which can be one of the following values: - 'TRANSIT' for a transit route that this router learned from another Cloud Router and will readvertise to one of its BGP peers - 'SUBNET' for a route from a subnet of the VPC - 'BGP' for a route learned from a BGP peer of this router - 'STATIC' for a static route", "enum": [ @@ -52540,7 +55323,7 @@ "type": "integer" }, "sessionInitializationMode": { - "description": "The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is PASSIVE.", + "description": "The BFD session initialization mode for this BGP peer. If set to ACTIVE, the Cloud Router will initiate the BFD session for this BGP peer. If set to PASSIVE, the Cloud Router will wait for the peer router to initiate the BFD session for this BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The default is DISABLED.", "enum": [ "ACTIVE", "DISABLED", @@ -53015,7 +55798,7 @@ "type": "string" }, "state": { - "description": "BGP state as specified in RFC1771.", + "description": "The state of the BGP session. For a list of possible values for this field, see BGP session states.", "type": "string" }, "status": { @@ -53594,7 +56377,7 @@ "type": "array" }, "onHostMaintenance": { - "description": "Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Setting Instance Scheduling Options.", + "description": "Defines the maintenance behavior for this instance. For standard instances, the default behavior is MIGRATE. For preemptible instances, the default and only possible behavior is TERMINATE. For more information, see Set VM availability policies.", "enum": [ "MIGRATE", "TERMINATE" @@ -53672,6 +56455,132 @@ }, "type": "object" }, + "SecurityPoliciesAggregatedList": { + "id": "SecurityPoliciesAggregatedList", + "properties": { + "etag": { + "type": "string" + }, + "id": { + "description": "[Output Only] Unique identifier for the resource; defined by the server.", + "type": "string" + }, + "items": { + "additionalProperties": { + "$ref": "SecurityPoliciesScopedList", + "description": "Name of the scope containing this set of security policies." + }, + "description": "A list of SecurityPoliciesScopedList resources.", + "type": "object" + }, + "kind": { + "default": "compute#securityPoliciesAggregatedList", + "description": "[Output Only] Type of resource. Always compute#securityPolicyAggregatedList for lists of Security Policies.", + "type": "string" + }, + "nextPageToken": { + "description": "[Output Only] This token allows you to get the next page of results for list requests. If the number of results is larger than maxResults, use the nextPageToken as a value for the query parameter pageToken in the next list request. Subsequent list requests will have their own nextPageToken to continue paging through the results.", + "type": "string" + }, + "selfLink": { + "description": "[Output Only] Server-defined URL for this resource.", + "type": "string" + }, + "unreachables": { + "description": "[Output Only] Unreachable resources.", + "items": { + "type": "string" + }, + "type": "array" + }, + "warning": { + "description": "[Output Only] Informational warning message.", + "properties": { + "code": { + "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "enum": [ + "CLEANUP_FAILED", + "DEPRECATED_RESOURCE_USED", + "DEPRECATED_TYPE_USED", + "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", + "EXPERIMENTAL_TYPE_USED", + "EXTERNAL_API_WARNING", + "FIELD_VALUE_OVERRIDEN", + "INJECTED_KERNELS_DEPRECATED", + "LARGE_DEPLOYMENT_WARNING", + "MISSING_TYPE_DEPENDENCY", + "NEXT_HOP_ADDRESS_NOT_ASSIGNED", + "NEXT_HOP_CANNOT_IP_FORWARD", + "NEXT_HOP_INSTANCE_NOT_FOUND", + "NEXT_HOP_INSTANCE_NOT_ON_NETWORK", + "NEXT_HOP_NOT_RUNNING", + "NOT_CRITICAL_ERROR", + "NO_RESULTS_ON_PAGE", + "PARTIAL_SUCCESS", + "REQUIRED_TOS_AGREEMENT", + "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING", + "RESOURCE_NOT_DELETED", + "SCHEMA_VALIDATION_IGNORED", + "SINGLE_INSTANCE_PROPERTY_TEMPLATE", + "UNDECLARED_PROPERTIES", + "UNREACHABLE" + ], + "enumDescriptions": [ + "Warning about failed cleanup of transient changes made by a failed operation.", + "A link to a deprecated resource was created.", + "When deploying and at least one of the resources has a type marked as deprecated", + "The user created a boot disk that is larger than image size.", + "When deploying and at least one of the resources has a type marked as experimental", + "Warning that is present in an external api call", + "Warning that value of a field has been overridden. Deprecated unused field.", + "The operation involved use of an injected kernel, which is deprecated.", + "When deploying a deployment with a exceedingly large number of resources", + "A resource depends on a missing type", + "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's next hop instance cannot ip forward.", + "The route's nextHopInstance URL refers to an instance that does not exist.", + "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's next hop instance does not have a status of RUNNING.", + "Error which is not critical. We decided to continue the process despite the mentioned error.", + "No results are present on a particular list page.", + "Success is reported, but some results may be missing due to errors", + "The user attempted to use a resource that requires a TOS they have not accepted.", + "Warning that a resource is in use.", + "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "When a resource schema validation is ignored.", + "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "When undeclared properties in the schema are present", + "A given scope cannot be reached." + ], + "type": "string" + }, + "data": { + "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "items": { + "properties": { + "key": { + "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "type": "string" + }, + "value": { + "description": "[Output Only] A warning data value corresponding to the key.", + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "[Output Only] A human-readable description of the warning code.", + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + }, "SecurityPoliciesListPreconfiguredExpressionSetsResponse": { "id": "SecurityPoliciesListPreconfiguredExpressionSetsResponse", "properties": { @@ -53681,6 +56590,104 @@ }, "type": "object" }, + "SecurityPoliciesScopedList": { + "id": "SecurityPoliciesScopedList", + "properties": { + "securityPolicies": { + "description": "A list of SecurityPolicies contained in this scope.", + "items": { + "$ref": "SecurityPolicy" + }, + "type": "array" + }, + "warning": { + "description": "Informational warning which replaces the list of security policies when the list is empty.", + "properties": { + "code": { + "description": "[Output Only] A warning code, if applicable. For example, Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in the response.", + "enum": [ + "CLEANUP_FAILED", + "DEPRECATED_RESOURCE_USED", + "DEPRECATED_TYPE_USED", + "DISK_SIZE_LARGER_THAN_IMAGE_SIZE", + "EXPERIMENTAL_TYPE_USED", + "EXTERNAL_API_WARNING", + "FIELD_VALUE_OVERRIDEN", + "INJECTED_KERNELS_DEPRECATED", + "LARGE_DEPLOYMENT_WARNING", + "MISSING_TYPE_DEPENDENCY", + "NEXT_HOP_ADDRESS_NOT_ASSIGNED", + "NEXT_HOP_CANNOT_IP_FORWARD", + "NEXT_HOP_INSTANCE_NOT_FOUND", + "NEXT_HOP_INSTANCE_NOT_ON_NETWORK", + "NEXT_HOP_NOT_RUNNING", + "NOT_CRITICAL_ERROR", + "NO_RESULTS_ON_PAGE", + "PARTIAL_SUCCESS", + "REQUIRED_TOS_AGREEMENT", + "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING", + "RESOURCE_NOT_DELETED", + "SCHEMA_VALIDATION_IGNORED", + "SINGLE_INSTANCE_PROPERTY_TEMPLATE", + "UNDECLARED_PROPERTIES", + "UNREACHABLE" + ], + "enumDescriptions": [ + "Warning about failed cleanup of transient changes made by a failed operation.", + "A link to a deprecated resource was created.", + "When deploying and at least one of the resources has a type marked as deprecated", + "The user created a boot disk that is larger than image size.", + "When deploying and at least one of the resources has a type marked as experimental", + "Warning that is present in an external api call", + "Warning that value of a field has been overridden. Deprecated unused field.", + "The operation involved use of an injected kernel, which is deprecated.", + "When deploying a deployment with a exceedingly large number of resources", + "A resource depends on a missing type", + "The route's nextHopIp address is not assigned to an instance on the network.", + "The route's next hop instance cannot ip forward.", + "The route's nextHopInstance URL refers to an instance that does not exist.", + "The route's nextHopInstance URL refers to an instance that is not on the same network as the route.", + "The route's next hop instance does not have a status of RUNNING.", + "Error which is not critical. We decided to continue the process despite the mentioned error.", + "No results are present on a particular list page.", + "Success is reported, but some results may be missing due to errors", + "The user attempted to use a resource that requires a TOS they have not accepted.", + "Warning that a resource is in use.", + "One or more of the resources set to auto-delete could not be deleted because they were in use.", + "When a resource schema validation is ignored.", + "Instance template used in instance group manager is valid as such, but its application does not make a lot of sense, because it allows only single instance in instance group.", + "When undeclared properties in the schema are present", + "A given scope cannot be reached." + ], + "type": "string" + }, + "data": { + "description": "[Output Only] Metadata about this warning in key: value format. For example: \"data\": [ { \"key\": \"scope\", \"value\": \"zones/us-east1-d\" } ", + "items": { + "properties": { + "key": { + "description": "[Output Only] A key that provides more detail on the warning being returned. For example, for warnings where there are no results in a list request for a particular zone, this key might be scope and the key value might be the zone name. Other examples might be a key indicating a deprecated resource and a suggested replacement, or a warning about invalid network settings (for example, if an instance attempts to perform IP forwarding but is not enabled for IP forwarding).", + "type": "string" + }, + "value": { + "description": "[Output Only] A warning data value corresponding to the key.", + "type": "string" + } + }, + "type": "object" + }, + "type": "array" + }, + "message": { + "description": "[Output Only] A human-readable description of the warning code.", + "type": "string" + } + }, + "type": "object" + } + }, + "type": "object" + }, "SecurityPoliciesWafConfig": { "id": "SecurityPoliciesWafConfig", "properties": { @@ -53704,6 +56711,9 @@ "description": "[Output Only] Creation timestamp in RFC3339 text format.", "type": "string" }, + "ddosProtectionConfig": { + "$ref": "SecurityPolicyDdosProtectionConfig" + }, "description": { "description": "An optional description of this resource. Provide this property when you create the resource.", "type": "string" @@ -53731,6 +56741,10 @@ "recaptchaOptionsConfig": { "$ref": "SecurityPolicyRecaptchaOptionsConfig" }, + "region": { + "description": "[Output Only] URL of the region where the regional security policy resides. This field is not applicable to global security policies.", + "type": "string" + }, "rules": { "description": "A list of rules that belong to this policy. There must always be a default rule (rule with priority 2147483647 and match \"*\"). If no rules are provided when creating a security policy, a default rule with action \"allow\" will be added.", "items": { @@ -53743,12 +56757,14 @@ "type": "string" }, "type": { - "description": "The type indicates the intended use of the security policy. CLOUD_ARMOR - Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. CLOUD_ARMOR_EDGE - Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache.", + "description": "The type indicates the intended use of the security policy. - CLOUD_ARMOR: Cloud Armor backend security policies can be configured to filter incoming HTTP requests targeting backend services. They filter requests before they hit the origin servers. - CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be configured to filter incoming HTTP requests targeting backend services (including Cloud CDN-enabled) as well as backend buckets (Cloud Storage). They filter requests before the request is served from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor internal service policies can be configured to filter HTTP requests targeting services managed by Traffic Director in a service mesh. They filter requests before the request is served from the application. This field can be set only at resource creation time.", "enum": [ "CLOUD_ARMOR", - "CLOUD_ARMOR_EDGE" + "CLOUD_ARMOR_EDGE", + "CLOUD_ARMOR_NETWORK" ], "enumDescriptions": [ + "", "", "" ], @@ -53819,6 +56835,23 @@ }, "type": "object" }, + "SecurityPolicyDdosProtectionConfig": { + "id": "SecurityPolicyDdosProtectionConfig", + "properties": { + "ddosProtection": { + "enum": [ + "ADVANCED", + "STANDARD" + ], + "enumDescriptions": [ + "", + "" + ], + "type": "string" + } + }, + "type": "object" + }, "SecurityPolicyList": { "id": "SecurityPolicyList", "properties": { @@ -54076,7 +57109,7 @@ "type": "string" }, "enforceOnKey": { - "description": "Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if this field 'enforce_on_key' is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under \"enforce_on_key_name\". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key type defaults to ALL. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under \"enforce_on_key_name\". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. ", + "description": "Determines the key to enforce the rate_limit_threshold on. Possible values are: - ALL: A single rate limit threshold is applied to all the requests matching this rule. This is the default value if this field 'enforce_on_key' is not configured. - IP: The source IP address of the request is the key. Each IP has this limit enforced separately. - HTTP_HEADER: The value of the HTTP header whose name is configured under \"enforce_on_key_name\". The key value is truncated to the first 128 bytes of the header value. If no such header is present in the request, the key type defaults to ALL. - XFF_IP: The first IP address (i.e. the originating client IP address) specified in the list of IPs under X-Forwarded-For HTTP header. If no such header is present or the value is not a valid IP, the key defaults to the source IP address of the request i.e. key type IP. - HTTP_COOKIE: The value of the HTTP cookie whose name is configured under \"enforce_on_key_name\". The key value is truncated to the first 128 bytes of the cookie value. If no such cookie is present in the request, the key type defaults to ALL. ", "enum": [ "ALL", "HTTP_COOKIE", @@ -54098,7 +57131,7 @@ "type": "string" }, "exceedAction": { - "description": "Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are \"deny()\" where valid values for status are 403, 404, 429, and 502, and \"redirect\" where the redirect parameters come from exceed_redirect_options below.", + "description": "Action to take for requests that are above the configured rate limit threshold, to either deny with a specified HTTP response code, or redirect to a different endpoint. Valid options are \"deny(status)\", where valid values for status are 403, 404, 429, and 502, and \"redirect\" where the redirect parameters come from exceedRedirectOptions below.", "type": "string" }, "exceedRedirectOptions": { @@ -56078,7 +59111,7 @@ "type": "boolean" }, "externalIpv6Prefix": { - "description": "[Output Only] The range of external IPv6 addresses that are owned by this subnetwork.", + "description": "[Output Only] The external IPv6 address range that is assigned to this subnetwork.", "type": "string" }, "fingerprint": { @@ -56095,24 +59128,28 @@ "format": "uint64", "type": "string" }, + "internalIpv6Prefix": { + "description": "[Output Only] The internal IPv6 address range that is assigned to this subnetwork.", + "type": "string" + }, "ipCidrRange": { "description": "The range of internal addresses that are owned by this subnetwork. Provide this property when you create the subnetwork. For example, 10.0.0.0/8 or 100.64.0.0/10. Ranges must be unique and non-overlapping within a network. Only IPv4 is supported. This field is set at resource creation time. The range can be any range listed in the Valid ranges list. The range can be expanded after creation using expandIpCidrRange.", "type": "string" }, "ipv6AccessType": { - "description": "The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack. If the ipv6_type is EXTERNAL then this subnet cannot enable direct path.", + "description": "The access type of IPv6 address this subnet holds. It's immutable and can only be specified during creation or the first time the subnet is updated into IPV4_IPV6 dual stack.", "enum": [ "EXTERNAL", - "UNSPECIFIED_IPV6_ACCESS_TYPE" + "INTERNAL" ], "enumDescriptions": [ - "VMs on this subnet will be assigned IPv6 addresses that are accesible via the Internet, as well as the VPC network.", - "IPv6 access type not set. Means this subnet hasn't been turned on IPv6 yet." + "VMs on this subnet will be assigned IPv6 addresses that are accessible via the Internet, as well as the VPC network.", + "VMs on this subnet will be assigned IPv6 addresses that are only accessible over the VPC network." ], "type": "string" }, "ipv6CidrRange": { - "description": "[Output Only] The range of internal IPv6 addresses that are owned by this subnetwork. Note this will be for private google access only eventually.", + "description": "[Output Only] This field is for internal use.", "type": "string" }, "kind": { @@ -56138,7 +59175,7 @@ "type": "boolean" }, "privateIpv6GoogleAccess": { - "description": "The private IPv6 google access type for the VMs in this subnet. This is an expanded field of enablePrivateV6Access. If both fields are set, privateIpv6GoogleAccess will take priority. This field can be both set at resource creation time and updated using patch.", + "description": "This field is for internal use. This field can be both set at resource creation time and updated using patch.", "enum": [ "DISABLE_GOOGLE_ACCESS", "ENABLE_BIDIRECTIONAL_ACCESS_TO_GOOGLE", @@ -56197,16 +59234,14 @@ "type": "string" }, "stackType": { - "description": "The stack type for this subnet to identify whether the IPv6 feature is enabled or not. If not specified IPV4_ONLY will be used. This field can be both set at resource creation time and updated using patch.", + "description": "The stack type for the subnet. If set to IPV4_ONLY, new VMs in the subnet are assigned IPv4 addresses only. If set to IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 addresses. If not specified, IPV4_ONLY is used. This field can be both set at resource creation time and updated using patch.", "enum": [ "IPV4_IPV6", - "IPV4_ONLY", - "UNSPECIFIED_STACK_TYPE" + "IPV4_ONLY" ], "enumDescriptions": [ "New VMs in this subnet can have both IPv4 and IPv6 addresses.", - "New VMs in this subnet will only be assigned IPv4 addresses.", - "" + "New VMs in this subnet will only be assigned IPv4 addresses." ], "type": "string" }, @@ -56493,7 +59528,7 @@ "type": "boolean" }, "filterExpr": { - "description": "Can only be specified if VPC flow logs for this subnetwork is enabled. Export filter used to define which VPC flow logs should be logged.", + "description": "Can only be specified if VPC flow logs for this subnetwork is enabled. The filter expression is used to define which VPC flow logs should be exported to Cloud Logging.", "type": "string" }, "flowSampling": { @@ -59997,6 +63032,23 @@ "UrlMapsValidateRequest": { "id": "UrlMapsValidateRequest", "properties": { + "loadBalancingSchemes": { + "description": "Specifies the load balancer type(s) this validation request is for. Use EXTERNAL_MANAGED for HTTP/HTTPS External Global Load Balancer with Advanced Traffic Management. Use EXTERNAL for Classic HTTP/HTTPS External Global Load Balancer. Other load balancer types are not supported. For more information, refer to Choosing a load balancer. If unspecified, the load balancing scheme will be inferred from the backend service resources this URL map references. If that can not be inferred (for example, this URL map only references backend buckets, or this Url map is for rewrites and redirects only and doesn't reference any backends), EXTERNAL will be used as the default type. If specified, the scheme(s) must not conflict with the load balancing scheme of the backend service resources this Url map references.", + "items": { + "enum": [ + "EXTERNAL", + "EXTERNAL_MANAGED", + "LOAD_BALANCING_SCHEME_UNSPECIFIED" + ], + "enumDescriptions": [ + "Signifies that this will be used for Classic L7 External Load Balancing.", + "Signifies that this will be used for Envoy-based L7 External Load Balancing.", + "If unspecified, the validation will try to infer the scheme from the backend service resources this Url map references. If the inferrence is not possible, EXTERNAL will be used as the default type." + ], + "type": "string" + }, + "type": "array" + }, "resource": { "$ref": "UrlMap", "description": "Content of the UrlMap to be validated." diff --git a/vendor/google.golang.org/api/compute/v1/compute-gen.go b/vendor/google.golang.org/api/compute/v1/compute-gen.go index 3e7febe63..ad3999259 100644 --- a/vendor/google.golang.org/api/compute/v1/compute-gen.go +++ b/vendor/google.golang.org/api/compute/v1/compute-gen.go @@ -54,6 +54,7 @@ import ( "strings" googleapi "google.golang.org/api/googleapi" + internal "google.golang.org/api/internal" gensupport "google.golang.org/api/internal/gensupport" option "google.golang.org/api/option" internaloption "google.golang.org/api/option/internaloption" @@ -107,7 +108,7 @@ const ( // NewService creates a new Service. func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) { - scopesOption := option.WithScopes( + scopesOption := internaloption.WithDefaultScopes( "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/compute", "https://www.googleapis.com/auth/compute.readonly", @@ -176,7 +177,9 @@ func New(client *http.Client) (*Service, error) { s.Licenses = NewLicensesService(s) s.MachineImages = NewMachineImagesService(s) s.MachineTypes = NewMachineTypesService(s) + s.NetworkEdgeSecurityServices = NewNetworkEdgeSecurityServicesService(s) s.NetworkEndpointGroups = NewNetworkEndpointGroupsService(s) + s.NetworkFirewallPolicies = NewNetworkFirewallPoliciesService(s) s.Networks = NewNetworksService(s) s.NodeGroups = NewNodeGroupsService(s) s.NodeTemplates = NewNodeTemplatesService(s) @@ -196,8 +199,10 @@ func New(client *http.Client) (*Service, error) { s.RegionInstanceGroups = NewRegionInstanceGroupsService(s) s.RegionInstances = NewRegionInstancesService(s) s.RegionNetworkEndpointGroups = NewRegionNetworkEndpointGroupsService(s) + s.RegionNetworkFirewallPolicies = NewRegionNetworkFirewallPoliciesService(s) s.RegionNotificationEndpoints = NewRegionNotificationEndpointsService(s) s.RegionOperations = NewRegionOperationsService(s) + s.RegionSecurityPolicies = NewRegionSecurityPoliciesService(s) s.RegionSslCertificates = NewRegionSslCertificatesService(s) s.RegionTargetHttpProxies = NewRegionTargetHttpProxiesService(s) s.RegionTargetHttpsProxies = NewRegionTargetHttpsProxiesService(s) @@ -300,8 +305,12 @@ type Service struct { MachineTypes *MachineTypesService + NetworkEdgeSecurityServices *NetworkEdgeSecurityServicesService + NetworkEndpointGroups *NetworkEndpointGroupsService + NetworkFirewallPolicies *NetworkFirewallPoliciesService + Networks *NetworksService NodeGroups *NodeGroupsService @@ -340,10 +349,14 @@ type Service struct { RegionNetworkEndpointGroups *RegionNetworkEndpointGroupsService + RegionNetworkFirewallPolicies *RegionNetworkFirewallPoliciesService + RegionNotificationEndpoints *RegionNotificationEndpointsService RegionOperations *RegionOperationsService + RegionSecurityPolicies *RegionSecurityPoliciesService + RegionSslCertificates *RegionSslCertificatesService RegionTargetHttpProxies *RegionTargetHttpProxiesService @@ -705,6 +718,15 @@ type MachineTypesService struct { s *Service } +func NewNetworkEdgeSecurityServicesService(s *Service) *NetworkEdgeSecurityServicesService { + rs := &NetworkEdgeSecurityServicesService{s: s} + return rs +} + +type NetworkEdgeSecurityServicesService struct { + s *Service +} + func NewNetworkEndpointGroupsService(s *Service) *NetworkEndpointGroupsService { rs := &NetworkEndpointGroupsService{s: s} return rs @@ -714,6 +736,15 @@ type NetworkEndpointGroupsService struct { s *Service } +func NewNetworkFirewallPoliciesService(s *Service) *NetworkFirewallPoliciesService { + rs := &NetworkFirewallPoliciesService{s: s} + return rs +} + +type NetworkFirewallPoliciesService struct { + s *Service +} + func NewNetworksService(s *Service) *NetworksService { rs := &NetworksService{s: s} return rs @@ -885,6 +916,15 @@ type RegionNetworkEndpointGroupsService struct { s *Service } +func NewRegionNetworkFirewallPoliciesService(s *Service) *RegionNetworkFirewallPoliciesService { + rs := &RegionNetworkFirewallPoliciesService{s: s} + return rs +} + +type RegionNetworkFirewallPoliciesService struct { + s *Service +} + func NewRegionNotificationEndpointsService(s *Service) *RegionNotificationEndpointsService { rs := &RegionNotificationEndpointsService{s: s} return rs @@ -903,6 +943,15 @@ type RegionOperationsService struct { s *Service } +func NewRegionSecurityPoliciesService(s *Service) *RegionSecurityPoliciesService { + rs := &RegionSecurityPoliciesService{s: s} + return rs +} + +type RegionSecurityPoliciesService struct { + s *Service +} + func NewRegionSslCertificatesService(s *Service) *RegionSslCertificatesService { rs := &RegionSslCertificatesService{s: s} return rs @@ -2775,6 +2824,10 @@ func (s *AllocationSpecificSKUAllocationReservedInstanceProperties) MarshalJSON( // AllocationSpecificSKUReservation: This reservation type allows to pre // allocate specific instance configuration. Next ID: 5 type AllocationSpecificSKUReservation struct { + // AssuredCount: [Output Only] Indicates how many instances are actually + // usable currently. + AssuredCount int64 `json:"assuredCount,omitempty,string"` + // Count: Specifies the number of resources that are allocated. Count int64 `json:"count,omitempty,string"` @@ -2784,7 +2837,7 @@ type AllocationSpecificSKUReservation struct { // InstanceProperties: The instance properties for the reservation. InstanceProperties *AllocationSpecificSKUAllocationReservedInstanceProperties `json:"instanceProperties,omitempty"` - // ForceSendFields is a list of field names (e.g. "Count") to + // ForceSendFields is a list of field names (e.g. "AssuredCount") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any // non-pointer, non-interface field appearing in ForceSendFields will be @@ -2792,10 +2845,10 @@ type AllocationSpecificSKUReservation struct { // This may be used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` - // NullFields is a list of field names (e.g. "Count") to include in API - // requests with the JSON null value. By default, fields with empty - // values are omitted from API requests. However, any field with an - // empty value appearing in NullFields will be sent to the server as + // NullFields is a list of field names (e.g. "AssuredCount") to include + // in API requests with the JSON null value. By default, fields with + // empty values are omitted from API requests. However, any field with + // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` @@ -5191,6 +5244,14 @@ type BackendService struct { // "INVALID_LOAD_BALANCING_SCHEME" LoadBalancingScheme string `json:"loadBalancingScheme,omitempty"` + // LocalityLbPolicies: A list of locality load balancing policies to be + // used in order of preference. Either the policy or the customPolicy + // field should be set. Overrides any value set in the localityLbPolicy + // field. localityLbPolicies is only supported when the BackendService + // is referenced by a URL Map that is referenced by a target gRPC proxy + // that has the validateForProxyless field set to true. + LocalityLbPolicies []*BackendServiceLocalityLoadBalancingPolicyConfig `json:"localityLbPolicies,omitempty"` + // LocalityLbPolicy: The load balancing algorithm used within the scope // of the locality. The possible values are: - ROUND_ROBIN: This is a // simple policy in which each healthy backend is selected in round @@ -5326,11 +5387,9 @@ type BackendService struct { // policy associated with this backend service. SecurityPolicy string `json:"securityPolicy,omitempty"` - // SecuritySettings: This field specifies the security policy that - // applies to this backend service. This field is applicable to either: - // - A regional backend service with the service_protocol set to HTTP, - // HTTPS, or HTTP2, and load_balancing_scheme set to INTERNAL_MANAGED. - - // A global backend service with the load_balancing_scheme set to + // SecuritySettings: This field specifies the security settings that + // apply to this backend service. This field is applicable to a global + // backend service with the load_balancing_scheme set to // INTERNAL_SELF_MANAGED. SecuritySettings *SecuritySettings `json:"securitySettings,omitempty"` @@ -5375,10 +5434,15 @@ type BackendService struct { Subsetting *Subsetting `json:"subsetting,omitempty"` - // TimeoutSec: Not supported when the backend service is referenced by a - // URL map that is bound to target gRPC proxy that has - // validateForProxyless field set to true. Instead, use - // maxStreamDuration. + // TimeoutSec: The backend service timeout has a different meaning + // depending on the type of load balancer. For more information see, + // Backend service settings. The default is 30 seconds. The full range + // of timeout values allowed goes from 1 through 2,147,483,647 seconds. + // This value can be overridden in the PathMatcher configuration of the + // UrlMap that references this backend service. Not supported when the + // backend service is referenced by a URL map that is bound to target + // gRPC proxy that has validateForProxyless field set to true. Instead, + // use maxStreamDuration. TimeoutSec int64 `json:"timeoutSec,omitempty"` // ServerResponse contains the HTTP response code and headers from the @@ -5858,6 +5922,10 @@ type BackendServiceConnectionTrackingPolicy struct { // "NEVER_PERSIST" ConnectionPersistenceOnUnhealthyBackends string `json:"connectionPersistenceOnUnhealthyBackends,omitempty"` + // EnableStrongAffinity: Enable Strong Session Affinity for Network Load + // Balancing. This option is not available publicly. + EnableStrongAffinity bool `json:"enableStrongAffinity,omitempty"` + // IdleTimeoutSec: Specifies how long to keep a Connection Tracking // entry while there is no matching traffic (in seconds). For Internal // TCP/UDP Load Balancing: - The minimum (default) is 10 minutes and the @@ -6257,6 +6325,132 @@ func (s *BackendServiceListWarningData) MarshalJSON() ([]byte, error) { return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } +// BackendServiceLocalityLoadBalancingPolicyConfig: Container for either +// a built-in LB policy supported by gRPC or Envoy or a custom one +// implemented by the end user. +type BackendServiceLocalityLoadBalancingPolicyConfig struct { + CustomPolicy *BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy `json:"customPolicy,omitempty"` + + Policy *BackendServiceLocalityLoadBalancingPolicyConfigPolicy `json:"policy,omitempty"` + + // ForceSendFields is a list of field names (e.g. "CustomPolicy") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "CustomPolicy") to include + // in API requests with the JSON null value. By default, fields with + // empty values are omitted from API requests. However, any field with + // an empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *BackendServiceLocalityLoadBalancingPolicyConfig) MarshalJSON() ([]byte, error) { + type NoMethod BackendServiceLocalityLoadBalancingPolicyConfig + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + +// BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy: The +// configuration for a custom policy implemented by the user and +// deployed with the client. +type BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy struct { + // Data: An optional, arbitrary JSON object with configuration data, + // understood by a locally installed custom policy implementation. + Data string `json:"data,omitempty"` + + // Name: Identifies the custom policy. The value should match the type + // the custom implementation is registered with on the gRPC clients. It + // should follow protocol buffer message naming conventions and include + // the full path (e.g. myorg.CustomLbPolicy). The maximum length is 256 + // characters. Note that specifying the same custom policy more than + // once for a backend is not a valid configuration and will be rejected. + Name string `json:"name,omitempty"` + + // ForceSendFields is a list of field names (e.g. "Data") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "Data") to include in API + // requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy) MarshalJSON() ([]byte, error) { + type NoMethod BackendServiceLocalityLoadBalancingPolicyConfigCustomPolicy + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + +// BackendServiceLocalityLoadBalancingPolicyConfigPolicy: The +// configuration for a built-in load balancing policy. +type BackendServiceLocalityLoadBalancingPolicyConfigPolicy struct { + // Name: The name of a locality load balancer policy to be used. The + // value should be one of the predefined ones as supported by + // localityLbPolicy, although at the moment only ROUND_ROBIN is + // supported. This field should only be populated when the customPolicy + // field is not used. Note that specifying the same policy more than + // once for a backend is not a valid configuration and will be rejected. + // + // Possible values: + // "INVALID_LB_POLICY" + // "LEAST_REQUEST" - An O(1) algorithm which selects two random + // healthy hosts and picks the host which has fewer active requests. + // "MAGLEV" - This algorithm implements consistent hashing to + // backends. Maglev can be used as a drop in replacement for the ring + // hash load balancer. Maglev is not as stable as ring hash but has + // faster table lookup build times and host selection times. For more + // information about Maglev, see + // https://ai.google/research/pubs/pub44824 + // "ORIGINAL_DESTINATION" - Backend host is selected based on the + // client connection metadata, i.e., connections are opened to the same + // address as the destination address of the incoming connection before + // the connection was redirected to the load balancer. + // "RANDOM" - The load balancer selects a random healthy host. + // "RING_HASH" - The ring/modulo hash load balancer implements + // consistent hashing to backends. The algorithm has the property that + // the addition/removal of a host from a set of N hosts only affects 1/N + // of the requests. + // "ROUND_ROBIN" - This is a simple policy in which each healthy + // backend is selected in round robin order. This is the default. + Name string `json:"name,omitempty"` + + // ForceSendFields is a list of field names (e.g. "Name") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "Name") to include in API + // requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *BackendServiceLocalityLoadBalancingPolicyConfigPolicy) MarshalJSON() ([]byte, error) { + type NoMethod BackendServiceLocalityLoadBalancingPolicyConfigPolicy + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + // BackendServiceLogConfig: The available logging options for the load // balancer traffic served by this backend service. type BackendServiceLogConfig struct { @@ -7020,28 +7214,36 @@ func (s *CacheKeyPolicy) MarshalJSON() ([]byte, error) { // CircuitBreakers: Settings controlling the volume of requests, // connections and retries to this backend service. type CircuitBreakers struct { - // MaxConnections: Not supported when the backend service is referenced - // by a URL map that is bound to target gRPC proxy that has - // validateForProxyless field set to true. + // MaxConnections: The maximum number of connections to the backend + // service. If not specified, there is no limit. Not supported when the + // backend service is referenced by a URL map that is bound to target + // gRPC proxy that has validateForProxyless field set to true. MaxConnections int64 `json:"maxConnections,omitempty"` - // MaxPendingRequests: Not supported when the backend service is - // referenced by a URL map that is bound to target gRPC proxy that has - // validateForProxyless field set to true. + // MaxPendingRequests: The maximum number of pending requests allowed to + // the backend service. If not specified, there is no limit. Not + // supported when the backend service is referenced by a URL map that is + // bound to target gRPC proxy that has validateForProxyless field set to + // true. MaxPendingRequests int64 `json:"maxPendingRequests,omitempty"` // MaxRequests: The maximum number of parallel requests that allowed to // the backend service. If not specified, there is no limit. MaxRequests int64 `json:"maxRequests,omitempty"` - // MaxRequestsPerConnection: Not supported when the backend service is - // referenced by a URL map that is bound to target gRPC proxy that has - // validateForProxyless field set to true. + // MaxRequestsPerConnection: Maximum requests for a single connection to + // the backend service. This parameter is respected by both the HTTP/1.1 + // and HTTP/2 implementations. If not specified, there is no limit. + // Setting this parameter to 1 will effectively disable keep alive. Not + // supported when the backend service is referenced by a URL map that is + // bound to target gRPC proxy that has validateForProxyless field set to + // true. MaxRequestsPerConnection int64 `json:"maxRequestsPerConnection,omitempty"` - // MaxRetries: Not supported when the backend service is referenced by a - // URL map that is bound to target gRPC proxy that has - // validateForProxyless field set to true. + // MaxRetries: The maximum number of parallel retries allowed to the + // backend cluster. If not specified, the default is 1. Not supported + // when the backend service is referenced by a URL map that is bound to + // target gRPC proxy that has validateForProxyless field set to true. MaxRetries int64 `json:"maxRetries,omitempty"` // ForceSendFields is a list of field names (e.g. "MaxConnections") to @@ -11182,6 +11384,12 @@ type FirewallPolicy struct { // Parent: [Output Only] The parent of the firewall policy. Parent string `json:"parent,omitempty"` + // Region: [Output Only] URL of the region where the regional firewall + // policy resides. This field is not applicable to global firewall + // policies. You must specify this field as part of the HTTP request + // URL. It is not settable as a field in the request body. + Region string `json:"region,omitempty"` + // RuleTupleCount: [Output Only] Total count of all firewall policy rule // tuples. A firewall policy can not exceed a set number of tuples. RuleTupleCount int64 `json:"ruleTupleCount,omitempty"` @@ -11509,6 +11717,10 @@ type FirewallPolicyRule struct { // priority and 2147483647 is the lowest prority. Priority int64 `json:"priority,omitempty"` + // RuleName: An optional name for the rule. This field is not a unique + // identifier and can be updated. + RuleName string `json:"ruleName,omitempty"` + // RuleTupleCount: [Output Only] Calculation of the complexity of a // single firewall policy rule. RuleTupleCount int64 `json:"ruleTupleCount,omitempty"` @@ -11519,6 +11731,18 @@ type FirewallPolicyRule struct { // organization will receive the rule. TargetResources []string `json:"targetResources,omitempty"` + // TargetSecureTags: A list of secure tags that controls which instances + // the firewall rule applies to. If targetSecureTag are specified, then + // the firewall rule applies only to instances in the VPC network that + // have one of those EFFECTIVE secure tags, if all the target_secure_tag + // are in INEFFECTIVE state, then this rule will be ignored. + // targetSecureTag may not be set at the same time as + // targetServiceAccounts. If neither targetServiceAccounts nor + // targetSecureTag are specified, the firewall rule applies to all + // instances on the specified network. Maximum number of target label + // tags allowed is 256. + TargetSecureTags []*FirewallPolicyRuleSecureTag `json:"targetSecureTags,omitempty"` + // TargetServiceAccounts: A list of service accounts indicating the sets // of instances that are applied with this rule. TargetServiceAccounts []string `json:"targetServiceAccounts,omitempty"` @@ -11565,6 +11789,12 @@ type FirewallPolicyRuleMatcher struct { // ranges allowed is 5000. SrcIpRanges []string `json:"srcIpRanges,omitempty"` + // SrcSecureTags: List of secure tag values, which should be matched at + // the source of the traffic. For INGRESS rule, if all the srcSecureTag + // are INEFFECTIVE, and there is no srcIpRange, this rule will be + // ignored. Maximum number of source tag values allowed is 256. + SrcSecureTags []*FirewallPolicyRuleSecureTag `json:"srcSecureTags,omitempty"` + // ForceSendFields is a list of field names (e.g. "DestIpRanges") to // unconditionally include in API requests. By default, fields with // empty or default values are omitted from API requests. However, any @@ -11625,6 +11855,42 @@ func (s *FirewallPolicyRuleMatcherLayer4Config) MarshalJSON() ([]byte, error) { return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } +type FirewallPolicyRuleSecureTag struct { + // Name: Name of the secure tag, created with TagManager's TagValue API. + Name string `json:"name,omitempty"` + + // State: [Output Only] State of the secure tag, either `EFFECTIVE` or + // `INEFFECTIVE`. A secure tag is `INEFFECTIVE` when it is deleted or + // its network is deleted. + // + // Possible values: + // "EFFECTIVE" + // "INEFFECTIVE" + State string `json:"state,omitempty"` + + // ForceSendFields is a list of field names (e.g. "Name") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "Name") to include in API + // requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *FirewallPolicyRuleSecureTag) MarshalJSON() ([]byte, error) { + type NoMethod FirewallPolicyRuleSecureTag + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + // FixedOrPercent: Encapsulates numeric value that can be either // absolute or relative. type FixedOrPercent struct { @@ -12739,14 +13005,10 @@ type GlobalSetLabelsRequest struct { // resource to get the latest fingerprint. LabelFingerprint string `json:"labelFingerprint,omitempty"` - // Labels: A list of labels to apply for this resource. Each label key & - // value must comply with RFC1035. Specifically, the name must be 1-63 - // characters long and match the regular expression - // `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must be - // a lowercase letter, and all following characters must be a dash, - // lowercase letter, or digit, except the last character, which cannot - // be a dash. For example, "webserver-frontend": "images". A label value - // can also be empty (e.g. "my-label": ""). + // Labels: A list of labels to apply for this resource. Each label must + // comply with the requirements for labels. For example, + // "webserver-frontend": "images". A label value can also be empty (e.g. + // "my-label": ""). Labels map[string]string `json:"labels,omitempty"` // ForceSendFields is a list of field names (e.g. "LabelFingerprint") to @@ -12927,9 +13189,9 @@ type GuestOsFeature struct { // Type: The ID of a supported feature. To add multiple values, use // commas to separate values. Set to one or more of the following // values: - VIRTIO_SCSI_MULTIQUEUE - WINDOWS - MULTI_IP_SUBNET - - // UEFI_COMPATIBLE - SECURE_BOOT - GVNIC - SEV_CAPABLE - - // SUSPEND_RESUME_COMPATIBLE For more information, see Enabling guest - // operating system features. + // UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE - SUSPEND_RESUME_COMPATIBLE - + // SEV_SNP_CAPABLE For more information, see Enabling guest operating + // system features. // // Possible values: // "FEATURE_TYPE_UNSPECIFIED" @@ -15197,9 +15459,10 @@ type HttpRouteAction struct { // requests to a backend service, delays can be introduced by a load // balancer on a percentage of requests before sending those requests to // the backend service. Similarly requests from clients can be aborted - // by the load balancer for a percentage of requests. For the requests - // impacted by fault injection, timeout and retry_policy is ignored by - // clients that are configured with a fault_injection_policy. + // by the load balancer for a percentage of requests. timeout and + // retry_policy is ignored by clients that are configured with a + // fault_injection_policy if: 1. The traffic is generated by fault + // injection AND 2. The fault injection is not a delay fault injection. FaultInjectionPolicy *HttpFaultInjection `json:"faultInjectionPolicy,omitempty"` // MaxStreamDuration: Specifies the maximum duration (timeout) for @@ -16374,6 +16637,10 @@ type Instance struct { NetworkPerformanceConfig *NetworkPerformanceConfig `json:"networkPerformanceConfig,omitempty"` + // Params: Input only. [Input Only] Additional params passed with the + // request, but not persisted as part of resource payload. + Params *InstanceParams `json:"params,omitempty"` + // PrivateIpv6GoogleAccess: The private IPv6 google access type for the // VM. If not specified, use INHERIT_FROM_SUBNETWORK as default. // @@ -16724,9 +16991,9 @@ type InstanceGroup struct { // NamedPorts: Assigns a name to a port number. For example: {name: // "http", port: 80} This allows the system to reference ports by the // assigned name instead of a port number. Named ports can also contain - // multiple ports. For example: [{name: "http", port: 80},{name: "http", - // port: 8080}] Named ports apply to all instances in this instance - // group. + // multiple ports. For example: [{name: "app1", port: 8080}, {name: + // "app1", port: 8081}, {name: "app2", port: 8082}] Named ports apply to + // all instances in this instance group. NamedPorts []*NamedPort `json:"namedPorts,omitempty"` // Network: [Output Only] The URL of the network to which all instances @@ -19919,6 +20186,39 @@ func (s *InstanceMoveRequest) MarshalJSON() ([]byte, error) { return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } +// InstanceParams: Additional instance params. +type InstanceParams struct { + // ResourceManagerTags: Resource manager tags to be bound to the + // instance. Tag keys and values have the same definition as resource + // manager tags. Keys must be in the format `tagKeys/{tag_key_id}`, and + // values are in the format `tagValues/456`. The field is ignored (both + // PUT & PATCH) when empty. + ResourceManagerTags map[string]string `json:"resourceManagerTags,omitempty"` + + // ForceSendFields is a list of field names (e.g. "ResourceManagerTags") + // to unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "ResourceManagerTags") to + // include in API requests with the JSON null value. By default, fields + // with empty values are omitted from API requests. However, any field + // with an empty value appearing in NullFields will be sent to the + // server as null. It is an error if a field in this list has a + // non-empty value. This may be used to include null fields in Patch + // requests. + NullFields []string `json:"-"` +} + +func (s *InstanceParams) MarshalJSON() ([]byte, error) { + type NoMethod InstanceParams + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + type InstanceProperties struct { // AdvancedMachineFeatures: Controls for advanced machine-related // behavior features. Note that for MachineImage, this is not supported @@ -20474,10 +20774,13 @@ type InstancesGetEffectiveFirewallsResponseEffectiveFirewallPolicy struct { // ShortName: [Output Only] The short name of the firewall policy. ShortName string `json:"shortName,omitempty"` - // Type: [Output Only] The type of the firewall policy. + // Type: [Output Only] The type of the firewall policy. Can be one of + // HIERARCHY, NETWORK, NETWORK_REGIONAL. // // Possible values: // "HIERARCHY" + // "NETWORK" + // "NETWORK_REGIONAL" // "UNSPECIFIED" Type string `json:"type,omitempty"` @@ -21126,14 +21429,7 @@ type InterconnectAttachment struct { // "BPS_5G" - 5 Gbit/s Bandwidth string `json:"bandwidth,omitempty"` - // CandidateIpv6Subnets: Up to 16 candidate prefixes that control the - // allocation of cloudRouterIpv6Address and customerRouterIpv6Address - // for this attachment. Each prefix must be in the Global Unique Address - // (GUA) space. It is highly recommended that it be in a range owned by - // the requestor. A GUA in a range owned by Google will cause the - // request to fail. Google will select an available prefix from the - // supplied candidates or fail the request. If not supplied, a /125 from - // a Google-owned GUA block will be selected. + // CandidateIpv6Subnets: This field is not available. CandidateIpv6Subnets []string `json:"candidateIpv6Subnets,omitempty"` // CandidateSubnets: Up to 16 candidate prefixes that can be used to @@ -21156,11 +21452,7 @@ type InterconnectAttachment struct { // attachment. CloudRouterIpv6Address string `json:"cloudRouterIpv6Address,omitempty"` - // CloudRouterIpv6InterfaceId: If supplied, the interface id (index - // within the subnet) to be used for the cloud router address. The id - // must be in the range of 1 to 6. If a subnet mask is supplied, it must - // be /125, and the subnet should either be 0 or match the selected - // subnet. + // CloudRouterIpv6InterfaceId: This field is not available. CloudRouterIpv6InterfaceId string `json:"cloudRouterIpv6InterfaceId,omitempty"` // CreationTimestamp: [Output Only] Creation timestamp in RFC3339 text @@ -21177,15 +21469,10 @@ type InterconnectAttachment struct { // interconnect attachment. CustomerRouterIpv6Address string `json:"customerRouterIpv6Address,omitempty"` - // CustomerRouterIpv6InterfaceId: If supplied, the interface id (index - // within the subnet) to be used for the customer router address. The id - // must be in the range of 1 to 6. If a subnet mask is supplied, it must - // be /125, and the subnet should either be 0 or match the selected - // subnet. + // CustomerRouterIpv6InterfaceId: This field is not available. CustomerRouterIpv6InterfaceId string `json:"customerRouterIpv6InterfaceId,omitempty"` - // DataplaneVersion: [Output only for types PARTNER and DEDICATED. Not - // present for PARTNER_PROVIDER.] Dataplane version for this + // DataplaneVersion: [Output Only] Dataplane version for this // InterconnectAttachment. This field is only present for Dataplane // version 2 and higher. Absence of this field in the API output // indicates that the Dataplane is version 1. @@ -23709,8 +23996,7 @@ type MachineImage struct { // GuestFlush: [Input Only] Whether to attempt an application consistent // machine image by informing the OS to prepare for the snapshot - // process. Currently only supported on Windows instances using the - // Volume Shadow Copy Service (VSS). + // process. GuestFlush bool `json:"guestFlush,omitempty"` // Id: [Output Only] A unique identifier for this machine image. The @@ -25231,6 +25517,11 @@ type Network struct { // field when you create the resource. Description string `json:"description,omitempty"` + // EnableUlaInternalIpv6: Enable ULA internal ipv6 on this network. + // Enabling this feature will assign a /48 from google defined ULA + // prefix fd20::/20. . + EnableUlaInternalIpv6 bool `json:"enableUlaInternalIpv6,omitempty"` + // GatewayIPv4: [Output Only] The gateway address for default routing // out of the network, selected by GCP. GatewayIPv4 string `json:"gatewayIPv4,omitempty"` @@ -25239,6 +25530,15 @@ type Network struct { // identifier is defined by the server. Id uint64 `json:"id,omitempty,string"` + // InternalIpv6Range: When enabling ula internal ipv6, caller optionally + // can specify the /48 range they want from the google defined ULA + // prefix fd20::/20. The input must be a valid /48 ULA IPv6 address and + // must be within the fd20::/20. Operation will fail if the speficied + // /48 is already in used by another resource. If the field is not + // speficied, then a /48 range will be randomly allocated from fd20::/20 + // and returned via this field. . + InternalIpv6Range string `json:"internalIpv6Range,omitempty"` + // Kind: [Output Only] Type of the resource. Always compute#network for // networks. Kind string `json:"kind,omitempty"` @@ -25257,6 +25557,16 @@ type Network struct { // digit. The last character must be a lowercase letter or digit. Name string `json:"name,omitempty"` + // NetworkFirewallPolicyEnforcementOrder: The network firewall policy + // enforcement order. Can be either AFTER_CLASSIC_FIREWALL or + // BEFORE_CLASSIC_FIREWALL. Defaults to AFTER_CLASSIC_FIREWALL if the + // field is not specified. + // + // Possible values: + // "AFTER_CLASSIC_FIREWALL" + // "BEFORE_CLASSIC_FIREWALL" + NetworkFirewallPolicyEnforcementOrder string `json:"networkFirewallPolicyEnforcementOrder,omitempty"` + // Peerings: [Output Only] A list of network peerings for the resource. Peerings []*NetworkPeering `json:"peerings,omitempty"` @@ -25268,6 +25578,10 @@ type Network struct { // SelfLink: [Output Only] Server-defined URL for the resource. SelfLink string `json:"selfLink,omitempty"` + // SelfLinkWithId: [Output Only] Server-defined URL for this resource + // with the resource id. + SelfLinkWithId string `json:"selfLinkWithId,omitempty"` + // Subnetworks: [Output Only] Server-defined fully-qualified URLs for // all subnetworks in this VPC network. Subnetworks []string `json:"subnetworks,omitempty"` @@ -25299,6 +25613,440 @@ func (s *Network) MarshalJSON() ([]byte, error) { return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } +// NetworkEdgeSecurityService: Represents a Google Cloud Armor network +// edge security service resource. +type NetworkEdgeSecurityService struct { + // CreationTimestamp: [Output Only] Creation timestamp in RFC3339 text + // format. + CreationTimestamp string `json:"creationTimestamp,omitempty"` + + // Description: An optional description of this resource. Provide this + // property when you create the resource. + Description string `json:"description,omitempty"` + + // Fingerprint: Fingerprint of this resource. A hash of the contents + // stored in this object. This field is used in optimistic locking. This + // field will be ignored when inserting a NetworkEdgeSecurityService. An + // up-to-date fingerprint must be provided in order to update the + // NetworkEdgeSecurityService, otherwise the request will fail with + // error 412 conditionNotMet. To see the latest fingerprint, make a + // get() request to retrieve a NetworkEdgeSecurityService. + Fingerprint string `json:"fingerprint,omitempty"` + + // Id: [Output Only] The unique identifier for the resource. This + // identifier is defined by the server. + Id uint64 `json:"id,omitempty,string"` + + // Kind: [Output only] Type of the resource. Always + // compute#networkEdgeSecurityService for NetworkEdgeSecurityServices + Kind string `json:"kind,omitempty"` + + // Name: Name of the resource. Provided by the client when the resource + // is created. The name must be 1-63 characters long, and comply with + // RFC1035. Specifically, the name must be 1-63 characters long and + // match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means + // the first character must be a lowercase letter, and all following + // characters must be a dash, lowercase letter, or digit, except the + // last character, which cannot be a dash. + Name string `json:"name,omitempty"` + + // Region: [Output Only] URL of the region where the resource resides. + // You must specify this field as part of the HTTP request URL. It is + // not settable as a field in the request body. + Region string `json:"region,omitempty"` + + // SecurityPolicy: The resource URL for the network edge security + // service associated with this network edge security service. + SecurityPolicy string `json:"securityPolicy,omitempty"` + + // SelfLink: [Output Only] Server-defined URL for the resource. + SelfLink string `json:"selfLink,omitempty"` + + // SelfLinkWithId: [Output Only] Server-defined URL for this resource + // with the resource id. + SelfLinkWithId string `json:"selfLinkWithId,omitempty"` + + // ServerResponse contains the HTTP response code and headers from the + // server. + googleapi.ServerResponse `json:"-"` + + // ForceSendFields is a list of field names (e.g. "CreationTimestamp") + // to unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "CreationTimestamp") to + // include in API requests with the JSON null value. By default, fields + // with empty values are omitted from API requests. However, any field + // with an empty value appearing in NullFields will be sent to the + // server as null. It is an error if a field in this list has a + // non-empty value. This may be used to include null fields in Patch + // requests. + NullFields []string `json:"-"` +} + +func (s *NetworkEdgeSecurityService) MarshalJSON() ([]byte, error) { + type NoMethod NetworkEdgeSecurityService + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + +type NetworkEdgeSecurityServiceAggregatedList struct { + Etag string `json:"etag,omitempty"` + + // Id: [Output Only] Unique identifier for the resource; defined by the + // server. + Id string `json:"id,omitempty"` + + // Items: A list of NetworkEdgeSecurityServicesScopedList resources. + Items map[string]NetworkEdgeSecurityServicesScopedList `json:"items,omitempty"` + + // Kind: [Output Only] Type of resource. Always + // compute#networkEdgeSecurityServiceAggregatedList for lists of Network + // Edge Security Services. + Kind string `json:"kind,omitempty"` + + // NextPageToken: [Output Only] This token allows you to get the next + // page of results for list requests. If the number of results is larger + // than maxResults, use the nextPageToken as a value for the query + // parameter pageToken in the next list request. Subsequent list + // requests will have their own nextPageToken to continue paging through + // the results. + NextPageToken string `json:"nextPageToken,omitempty"` + + // SelfLink: [Output Only] Server-defined URL for this resource. + SelfLink string `json:"selfLink,omitempty"` + + // Unreachables: [Output Only] Unreachable resources. + Unreachables []string `json:"unreachables,omitempty"` + + // Warning: [Output Only] Informational warning message. + Warning *NetworkEdgeSecurityServiceAggregatedListWarning `json:"warning,omitempty"` + + // ServerResponse contains the HTTP response code and headers from the + // server. + googleapi.ServerResponse `json:"-"` + + // ForceSendFields is a list of field names (e.g. "Etag") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "Etag") to include in API + // requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *NetworkEdgeSecurityServiceAggregatedList) MarshalJSON() ([]byte, error) { + type NoMethod NetworkEdgeSecurityServiceAggregatedList + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + +// NetworkEdgeSecurityServiceAggregatedListWarning: [Output Only] +// Informational warning message. +type NetworkEdgeSecurityServiceAggregatedListWarning struct { + // Code: [Output Only] A warning code, if applicable. For example, + // Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in + // the response. + // + // Possible values: + // "CLEANUP_FAILED" - Warning about failed cleanup of transient + // changes made by a failed operation. + // "DEPRECATED_RESOURCE_USED" - A link to a deprecated resource was + // created. + // "DEPRECATED_TYPE_USED" - When deploying and at least one of the + // resources has a type marked as deprecated + // "DISK_SIZE_LARGER_THAN_IMAGE_SIZE" - The user created a boot disk + // that is larger than image size. + // "EXPERIMENTAL_TYPE_USED" - When deploying and at least one of the + // resources has a type marked as experimental + // "EXTERNAL_API_WARNING" - Warning that is present in an external api + // call + // "FIELD_VALUE_OVERRIDEN" - Warning that value of a field has been + // overridden. Deprecated unused field. + // "INJECTED_KERNELS_DEPRECATED" - The operation involved use of an + // injected kernel, which is deprecated. + // "LARGE_DEPLOYMENT_WARNING" - When deploying a deployment with a + // exceedingly large number of resources + // "MISSING_TYPE_DEPENDENCY" - A resource depends on a missing type + // "NEXT_HOP_ADDRESS_NOT_ASSIGNED" - The route's nextHopIp address is + // not assigned to an instance on the network. + // "NEXT_HOP_CANNOT_IP_FORWARD" - The route's next hop instance cannot + // ip forward. + // "NEXT_HOP_INSTANCE_NOT_FOUND" - The route's nextHopInstance URL + // refers to an instance that does not exist. + // "NEXT_HOP_INSTANCE_NOT_ON_NETWORK" - The route's nextHopInstance + // URL refers to an instance that is not on the same network as the + // route. + // "NEXT_HOP_NOT_RUNNING" - The route's next hop instance does not + // have a status of RUNNING. + // "NOT_CRITICAL_ERROR" - Error which is not critical. We decided to + // continue the process despite the mentioned error. + // "NO_RESULTS_ON_PAGE" - No results are present on a particular list + // page. + // "PARTIAL_SUCCESS" - Success is reported, but some results may be + // missing due to errors + // "REQUIRED_TOS_AGREEMENT" - The user attempted to use a resource + // that requires a TOS they have not accepted. + // "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING" - Warning that a + // resource is in use. + // "RESOURCE_NOT_DELETED" - One or more of the resources set to + // auto-delete could not be deleted because they were in use. + // "SCHEMA_VALIDATION_IGNORED" - When a resource schema validation is + // ignored. + // "SINGLE_INSTANCE_PROPERTY_TEMPLATE" - Instance template used in + // instance group manager is valid as such, but its application does not + // make a lot of sense, because it allows only single instance in + // instance group. + // "UNDECLARED_PROPERTIES" - When undeclared properties in the schema + // are present + // "UNREACHABLE" - A given scope cannot be reached. + Code string `json:"code,omitempty"` + + // Data: [Output Only] Metadata about this warning in key: value format. + // For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" + // } + Data []*NetworkEdgeSecurityServiceAggregatedListWarningData `json:"data,omitempty"` + + // Message: [Output Only] A human-readable description of the warning + // code. + Message string `json:"message,omitempty"` + + // ForceSendFields is a list of field names (e.g. "Code") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "Code") to include in API + // requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *NetworkEdgeSecurityServiceAggregatedListWarning) MarshalJSON() ([]byte, error) { + type NoMethod NetworkEdgeSecurityServiceAggregatedListWarning + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + +type NetworkEdgeSecurityServiceAggregatedListWarningData struct { + // Key: [Output Only] A key that provides more detail on the warning + // being returned. For example, for warnings where there are no results + // in a list request for a particular zone, this key might be scope and + // the key value might be the zone name. Other examples might be a key + // indicating a deprecated resource and a suggested replacement, or a + // warning about invalid network settings (for example, if an instance + // attempts to perform IP forwarding but is not enabled for IP + // forwarding). + Key string `json:"key,omitempty"` + + // Value: [Output Only] A warning data value corresponding to the key. + Value string `json:"value,omitempty"` + + // ForceSendFields is a list of field names (e.g. "Key") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "Key") to include in API + // requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *NetworkEdgeSecurityServiceAggregatedListWarningData) MarshalJSON() ([]byte, error) { + type NoMethod NetworkEdgeSecurityServiceAggregatedListWarningData + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + +type NetworkEdgeSecurityServicesScopedList struct { + // NetworkEdgeSecurityServices: A list of NetworkEdgeSecurityServices + // contained in this scope. + NetworkEdgeSecurityServices []*NetworkEdgeSecurityService `json:"networkEdgeSecurityServices,omitempty"` + + // Warning: Informational warning which replaces the list of security + // policies when the list is empty. + Warning *NetworkEdgeSecurityServicesScopedListWarning `json:"warning,omitempty"` + + // ForceSendFields is a list of field names (e.g. + // "NetworkEdgeSecurityServices") to unconditionally include in API + // requests. By default, fields with empty or default values are omitted + // from API requests. However, any non-pointer, non-interface field + // appearing in ForceSendFields will be sent to the server regardless of + // whether the field is empty or not. This may be used to include empty + // fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. + // "NetworkEdgeSecurityServices") to include in API requests with the + // JSON null value. By default, fields with empty values are omitted + // from API requests. However, any field with an empty value appearing + // in NullFields will be sent to the server as null. It is an error if a + // field in this list has a non-empty value. This may be used to include + // null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *NetworkEdgeSecurityServicesScopedList) MarshalJSON() ([]byte, error) { + type NoMethod NetworkEdgeSecurityServicesScopedList + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + +// NetworkEdgeSecurityServicesScopedListWarning: Informational warning +// which replaces the list of security policies when the list is empty. +type NetworkEdgeSecurityServicesScopedListWarning struct { + // Code: [Output Only] A warning code, if applicable. For example, + // Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in + // the response. + // + // Possible values: + // "CLEANUP_FAILED" - Warning about failed cleanup of transient + // changes made by a failed operation. + // "DEPRECATED_RESOURCE_USED" - A link to a deprecated resource was + // created. + // "DEPRECATED_TYPE_USED" - When deploying and at least one of the + // resources has a type marked as deprecated + // "DISK_SIZE_LARGER_THAN_IMAGE_SIZE" - The user created a boot disk + // that is larger than image size. + // "EXPERIMENTAL_TYPE_USED" - When deploying and at least one of the + // resources has a type marked as experimental + // "EXTERNAL_API_WARNING" - Warning that is present in an external api + // call + // "FIELD_VALUE_OVERRIDEN" - Warning that value of a field has been + // overridden. Deprecated unused field. + // "INJECTED_KERNELS_DEPRECATED" - The operation involved use of an + // injected kernel, which is deprecated. + // "LARGE_DEPLOYMENT_WARNING" - When deploying a deployment with a + // exceedingly large number of resources + // "MISSING_TYPE_DEPENDENCY" - A resource depends on a missing type + // "NEXT_HOP_ADDRESS_NOT_ASSIGNED" - The route's nextHopIp address is + // not assigned to an instance on the network. + // "NEXT_HOP_CANNOT_IP_FORWARD" - The route's next hop instance cannot + // ip forward. + // "NEXT_HOP_INSTANCE_NOT_FOUND" - The route's nextHopInstance URL + // refers to an instance that does not exist. + // "NEXT_HOP_INSTANCE_NOT_ON_NETWORK" - The route's nextHopInstance + // URL refers to an instance that is not on the same network as the + // route. + // "NEXT_HOP_NOT_RUNNING" - The route's next hop instance does not + // have a status of RUNNING. + // "NOT_CRITICAL_ERROR" - Error which is not critical. We decided to + // continue the process despite the mentioned error. + // "NO_RESULTS_ON_PAGE" - No results are present on a particular list + // page. + // "PARTIAL_SUCCESS" - Success is reported, but some results may be + // missing due to errors + // "REQUIRED_TOS_AGREEMENT" - The user attempted to use a resource + // that requires a TOS they have not accepted. + // "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING" - Warning that a + // resource is in use. + // "RESOURCE_NOT_DELETED" - One or more of the resources set to + // auto-delete could not be deleted because they were in use. + // "SCHEMA_VALIDATION_IGNORED" - When a resource schema validation is + // ignored. + // "SINGLE_INSTANCE_PROPERTY_TEMPLATE" - Instance template used in + // instance group manager is valid as such, but its application does not + // make a lot of sense, because it allows only single instance in + // instance group. + // "UNDECLARED_PROPERTIES" - When undeclared properties in the schema + // are present + // "UNREACHABLE" - A given scope cannot be reached. + Code string `json:"code,omitempty"` + + // Data: [Output Only] Metadata about this warning in key: value format. + // For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" + // } + Data []*NetworkEdgeSecurityServicesScopedListWarningData `json:"data,omitempty"` + + // Message: [Output Only] A human-readable description of the warning + // code. + Message string `json:"message,omitempty"` + + // ForceSendFields is a list of field names (e.g. "Code") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "Code") to include in API + // requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *NetworkEdgeSecurityServicesScopedListWarning) MarshalJSON() ([]byte, error) { + type NoMethod NetworkEdgeSecurityServicesScopedListWarning + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + +type NetworkEdgeSecurityServicesScopedListWarningData struct { + // Key: [Output Only] A key that provides more detail on the warning + // being returned. For example, for warnings where there are no results + // in a list request for a particular zone, this key might be scope and + // the key value might be the zone name. Other examples might be a key + // indicating a deprecated resource and a suggested replacement, or a + // warning about invalid network settings (for example, if an instance + // attempts to perform IP forwarding but is not enabled for IP + // forwarding). + Key string `json:"key,omitempty"` + + // Value: [Output Only] A warning data value corresponding to the key. + Value string `json:"value,omitempty"` + + // ForceSendFields is a list of field names (e.g. "Key") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "Key") to include in API + // requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *NetworkEdgeSecurityServicesScopedListWarningData) MarshalJSON() ([]byte, error) { + type NoMethod NetworkEdgeSecurityServicesScopedListWarningData + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + // NetworkEndpoint: The network endpoint. type NetworkEndpoint struct { // Annotations: Metadata defined as annotations on the network endpoint. @@ -25407,7 +26155,7 @@ type NetworkEndpointGroup struct { Network string `json:"network,omitempty"` // NetworkEndpointType: Type of network endpoints in this network - // endpoint group. Can be one of GCE_VM_IP_PORT, + // endpoint group. Can be one of GCE_VM_IP, GCE_VM_IP_PORT, // NON_GCP_PRIVATE_IP_PORT, INTERNET_FQDN_PORT, INTERNET_IP_PORT, // SERVERLESS, PRIVATE_SERVICE_CONNECT. // @@ -25776,14 +26524,14 @@ type NetworkEndpointGroupCloudRun struct { // "revision-0010". Tag string `json:"tag,omitempty"` - // UrlMask: A template to parse service and tag fields from a request - // URL. URL mask allows for routing to multiple Run services without - // having to create multiple network endpoint groups and backend + // UrlMask: A template to parse and fields from a + // request URL. URL mask allows for routing to multiple Run services + // without having to create multiple network endpoint groups and backend // services. For example, request URLs "foo1.domain.com/bar1" and // "foo1.domain.com/bar2" can be backed by the same Serverless Network - // Endpoint Group (NEG) with URL mask ".domain.com/". The URL mask will - // parse them to { service="bar1", tag="foo1" } and { service="bar2", - // tag="foo2" } respectively. + // Endpoint Group (NEG) with URL mask ".domain.com/". The + // URL mask will parse them to { service="bar1", tag="foo1" } and { + // service="bar2", tag="foo2" } respectively. UrlMask string `json:"urlMask,omitempty"` // ForceSendFields is a list of field names (e.g. "Service") to @@ -26481,6 +27229,10 @@ type NetworkInterface struct { // Precondition Failed if the fingerprint is out of date. Fingerprint string `json:"fingerprint,omitempty"` + // InternalIpv6PrefixLength: The prefix length of the primary internal + // IPv6 range. + InternalIpv6PrefixLength int64 `json:"internalIpv6PrefixLength,omitempty"` + // Ipv6AccessConfigs: An array of IPv6 access configurations for this // interface. Currently, only one IPv6 access config, DIRECT_IPV6, is // supported. If there is no ipv6AccessConfig specified, then this @@ -26494,8 +27246,7 @@ type NetworkInterface struct { // // Possible values: // "EXTERNAL" - This network interface can have external IPv6. - // "UNSPECIFIED_IPV6_ACCESS_TYPE" - IPv6 access type not set. Means - // this network interface hasn't been turned on IPv6 yet. + // "INTERNAL" - This network interface can have internal IPv6. Ipv6AccessType string `json:"ipv6AccessType,omitempty"` // Ipv6Address: An IPv6 internal network address for this network @@ -26507,8 +27258,9 @@ type NetworkInterface struct { Kind string `json:"kind,omitempty"` // Name: [Output Only] The name of the network interface, which is - // generated by the server. For network devices, these are eth0, eth1, - // etc. + // generated by the server. For a VM, the network interface uses the + // nicN naming format. Where N is a value between 0 and 7. The default + // interface value is nic0. Name string `json:"name,omitempty"` // Network: URL of the VPC network resource for this instance. When @@ -26552,7 +27304,6 @@ type NetworkInterface struct { // "IPV4_IPV6" - The network interface can have both IPv4 and IPv6 // addresses. // "IPV4_ONLY" - The network interface will be assigned IPv4 address. - // "UNSPECIFIED_STACK_TYPE" StackType string `json:"stackType,omitempty"` // Subnetwork: The URL of the Subnetwork resource for this instance. If @@ -33437,6 +34188,7 @@ type Quota struct { // "CPUS_ALL_REGIONS" // "DISKS_TOTAL_GB" // "E2_CPUS" + // "EXTERNAL_MANAGED_FORWARDING_RULES" // "EXTERNAL_NETWORK_LB_FORWARDING_RULES" // "EXTERNAL_PROTOCOL_FORWARDING_RULES" // "EXTERNAL_VPN_GATEWAYS" @@ -35554,6 +36306,84 @@ func (s *RegionListWarningData) MarshalJSON() ([]byte, error) { return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } +type RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse struct { + // FirewallPolicys: Effective firewalls from firewall policy. + FirewallPolicys []*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy `json:"firewallPolicys,omitempty"` + + // Firewalls: Effective firewalls on the network. + Firewalls []*Firewall `json:"firewalls,omitempty"` + + // ServerResponse contains the HTTP response code and headers from the + // server. + googleapi.ServerResponse `json:"-"` + + // ForceSendFields is a list of field names (e.g. "FirewallPolicys") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "FirewallPolicys") to + // include in API requests with the JSON null value. By default, fields + // with empty values are omitted from API requests. However, any field + // with an empty value appearing in NullFields will be sent to the + // server as null. It is an error if a field in this list has a + // non-empty value. This may be used to include null fields in Patch + // requests. + NullFields []string `json:"-"` +} + +func (s *RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse) MarshalJSON() ([]byte, error) { + type NoMethod RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + +type RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy struct { + // DisplayName: [Output Only] The display name of the firewall policy. + DisplayName string `json:"displayName,omitempty"` + + // Name: [Output Only] The name of the firewall policy. + Name string `json:"name,omitempty"` + + // Rules: The rules that apply to the network. + Rules []*FirewallPolicyRule `json:"rules,omitempty"` + + // Type: [Output Only] The type of the firewall policy. Can be one of + // HIERARCHY, NETWORK, NETWORK_REGIONAL. + // + // Possible values: + // "HIERARCHY" + // "NETWORK" + // "NETWORK_REGIONAL" + // "UNSPECIFIED" + Type string `json:"type,omitempty"` + + // ForceSendFields is a list of field names (e.g. "DisplayName") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "DisplayName") to include + // in API requests with the JSON null value. By default, fields with + // empty values are omitted from API requests. However, any field with + // an empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy) MarshalJSON() ([]byte, error) { + type NoMethod RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponseEffectiveFirewallPolicy + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + type RegionSetLabelsRequest struct { // LabelFingerprint: The fingerprint of the previous set of labels for // this resource, used to detect conflicts. The fingerprint is initially @@ -36943,9 +37773,8 @@ func (s *ResourcePolicyAggregatedListWarningData) MarshalJSON() ([]byte, error) // ResourcePolicyDailyCycle: Time window specified for daily operations. type ResourcePolicyDailyCycle struct { - // DaysInCycle: Defines a schedule with units measured in months. The - // value determines how many months pass between the start of each - // cycle. + // DaysInCycle: Defines a schedule with units measured in days. The + // value determines how many days pass between the start of each cycle. DaysInCycle int64 `json:"daysInCycle,omitempty"` // Duration: [Output only] A predetermined duration for the window, @@ -37708,6 +38537,19 @@ type Route struct { // is `1000`. The priority value must be from `0` to `65535`, inclusive. Priority int64 `json:"priority,omitempty"` + // RouteStatus: [Output only] The status of the route. + // + // Possible values: + // "ACTIVE" - This route is processed and active. + // "DROPPED" - The route is dropped due to the VPC exceeding the + // dynamic route limit. For dynamic route limit, please refer to the + // Learned route example + // "INACTIVE" - This route is processed but inactive due to failure + // from the backend. The backend may have rejected the route + // "PENDING" - This route is being processed internally. The status + // will change once processed. + RouteStatus string `json:"routeStatus,omitempty"` + // RouteType: [Output Only] The type of this route, which can be one of // the following values: - 'TRANSIT' for a transit route that this // router learned from another Cloud Router and will readvertise to one @@ -38649,7 +39491,7 @@ type RouterBgpPeerBfd struct { // BFD session for this BGP peer. If set to PASSIVE, the Cloud Router // will wait for the peer router to initiate the BFD session for this // BGP peer. If set to DISABLED, BFD is disabled for this BGP peer. The - // default is PASSIVE. + // default is DISABLED. // // Possible values: // "ACTIVE" @@ -39339,7 +40181,8 @@ type RouterStatusBgpPeerStatus struct { // side of the BGP session. RouterApplianceInstance string `json:"routerApplianceInstance,omitempty"` - // State: BGP state as specified in RFC1771. + // State: The state of the BGP session. For a list of possible values + // for this field, see BGP session states. State string `json:"state,omitempty"` // Status: Status of the BGP peer: {UP, DOWN} @@ -40084,8 +40927,7 @@ type Scheduling struct { // OnHostMaintenance: Defines the maintenance behavior for this // instance. For standard instances, the default behavior is MIGRATE. // For preemptible instances, the default and only possible behavior is - // TERMINATE. For more information, see Setting Instance Scheduling - // Options. + // TERMINATE. For more information, see Set VM availability policies. // // Possible values: // "MIGRATE" - *[Default]* Allows Compute Engine to automatically @@ -40212,6 +41054,194 @@ func (s *Screenshot) MarshalJSON() ([]byte, error) { return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } +type SecurityPoliciesAggregatedList struct { + Etag string `json:"etag,omitempty"` + + // Id: [Output Only] Unique identifier for the resource; defined by the + // server. + Id string `json:"id,omitempty"` + + // Items: A list of SecurityPoliciesScopedList resources. + Items map[string]SecurityPoliciesScopedList `json:"items,omitempty"` + + // Kind: [Output Only] Type of resource. Always + // compute#securityPolicyAggregatedList for lists of Security Policies. + Kind string `json:"kind,omitempty"` + + // NextPageToken: [Output Only] This token allows you to get the next + // page of results for list requests. If the number of results is larger + // than maxResults, use the nextPageToken as a value for the query + // parameter pageToken in the next list request. Subsequent list + // requests will have their own nextPageToken to continue paging through + // the results. + NextPageToken string `json:"nextPageToken,omitempty"` + + // SelfLink: [Output Only] Server-defined URL for this resource. + SelfLink string `json:"selfLink,omitempty"` + + // Unreachables: [Output Only] Unreachable resources. + Unreachables []string `json:"unreachables,omitempty"` + + // Warning: [Output Only] Informational warning message. + Warning *SecurityPoliciesAggregatedListWarning `json:"warning,omitempty"` + + // ServerResponse contains the HTTP response code and headers from the + // server. + googleapi.ServerResponse `json:"-"` + + // ForceSendFields is a list of field names (e.g. "Etag") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "Etag") to include in API + // requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *SecurityPoliciesAggregatedList) MarshalJSON() ([]byte, error) { + type NoMethod SecurityPoliciesAggregatedList + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + +// SecurityPoliciesAggregatedListWarning: [Output Only] Informational +// warning message. +type SecurityPoliciesAggregatedListWarning struct { + // Code: [Output Only] A warning code, if applicable. For example, + // Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in + // the response. + // + // Possible values: + // "CLEANUP_FAILED" - Warning about failed cleanup of transient + // changes made by a failed operation. + // "DEPRECATED_RESOURCE_USED" - A link to a deprecated resource was + // created. + // "DEPRECATED_TYPE_USED" - When deploying and at least one of the + // resources has a type marked as deprecated + // "DISK_SIZE_LARGER_THAN_IMAGE_SIZE" - The user created a boot disk + // that is larger than image size. + // "EXPERIMENTAL_TYPE_USED" - When deploying and at least one of the + // resources has a type marked as experimental + // "EXTERNAL_API_WARNING" - Warning that is present in an external api + // call + // "FIELD_VALUE_OVERRIDEN" - Warning that value of a field has been + // overridden. Deprecated unused field. + // "INJECTED_KERNELS_DEPRECATED" - The operation involved use of an + // injected kernel, which is deprecated. + // "LARGE_DEPLOYMENT_WARNING" - When deploying a deployment with a + // exceedingly large number of resources + // "MISSING_TYPE_DEPENDENCY" - A resource depends on a missing type + // "NEXT_HOP_ADDRESS_NOT_ASSIGNED" - The route's nextHopIp address is + // not assigned to an instance on the network. + // "NEXT_HOP_CANNOT_IP_FORWARD" - The route's next hop instance cannot + // ip forward. + // "NEXT_HOP_INSTANCE_NOT_FOUND" - The route's nextHopInstance URL + // refers to an instance that does not exist. + // "NEXT_HOP_INSTANCE_NOT_ON_NETWORK" - The route's nextHopInstance + // URL refers to an instance that is not on the same network as the + // route. + // "NEXT_HOP_NOT_RUNNING" - The route's next hop instance does not + // have a status of RUNNING. + // "NOT_CRITICAL_ERROR" - Error which is not critical. We decided to + // continue the process despite the mentioned error. + // "NO_RESULTS_ON_PAGE" - No results are present on a particular list + // page. + // "PARTIAL_SUCCESS" - Success is reported, but some results may be + // missing due to errors + // "REQUIRED_TOS_AGREEMENT" - The user attempted to use a resource + // that requires a TOS they have not accepted. + // "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING" - Warning that a + // resource is in use. + // "RESOURCE_NOT_DELETED" - One or more of the resources set to + // auto-delete could not be deleted because they were in use. + // "SCHEMA_VALIDATION_IGNORED" - When a resource schema validation is + // ignored. + // "SINGLE_INSTANCE_PROPERTY_TEMPLATE" - Instance template used in + // instance group manager is valid as such, but its application does not + // make a lot of sense, because it allows only single instance in + // instance group. + // "UNDECLARED_PROPERTIES" - When undeclared properties in the schema + // are present + // "UNREACHABLE" - A given scope cannot be reached. + Code string `json:"code,omitempty"` + + // Data: [Output Only] Metadata about this warning in key: value format. + // For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" + // } + Data []*SecurityPoliciesAggregatedListWarningData `json:"data,omitempty"` + + // Message: [Output Only] A human-readable description of the warning + // code. + Message string `json:"message,omitempty"` + + // ForceSendFields is a list of field names (e.g. "Code") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "Code") to include in API + // requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *SecurityPoliciesAggregatedListWarning) MarshalJSON() ([]byte, error) { + type NoMethod SecurityPoliciesAggregatedListWarning + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + +type SecurityPoliciesAggregatedListWarningData struct { + // Key: [Output Only] A key that provides more detail on the warning + // being returned. For example, for warnings where there are no results + // in a list request for a particular zone, this key might be scope and + // the key value might be the zone name. Other examples might be a key + // indicating a deprecated resource and a suggested replacement, or a + // warning about invalid network settings (for example, if an instance + // attempts to perform IP forwarding but is not enabled for IP + // forwarding). + Key string `json:"key,omitempty"` + + // Value: [Output Only] A warning data value corresponding to the key. + Value string `json:"value,omitempty"` + + // ForceSendFields is a list of field names (e.g. "Key") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "Key") to include in API + // requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *SecurityPoliciesAggregatedListWarningData) MarshalJSON() ([]byte, error) { + type NoMethod SecurityPoliciesAggregatedListWarningData + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + type SecurityPoliciesListPreconfiguredExpressionSetsResponse struct { PreconfiguredExpressionSets *SecurityPoliciesWafConfig `json:"preconfiguredExpressionSets,omitempty"` @@ -40244,6 +41274,168 @@ func (s *SecurityPoliciesListPreconfiguredExpressionSetsResponse) MarshalJSON() return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } +type SecurityPoliciesScopedList struct { + // SecurityPolicies: A list of SecurityPolicies contained in this scope. + SecurityPolicies []*SecurityPolicy `json:"securityPolicies,omitempty"` + + // Warning: Informational warning which replaces the list of security + // policies when the list is empty. + Warning *SecurityPoliciesScopedListWarning `json:"warning,omitempty"` + + // ForceSendFields is a list of field names (e.g. "SecurityPolicies") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "SecurityPolicies") to + // include in API requests with the JSON null value. By default, fields + // with empty values are omitted from API requests. However, any field + // with an empty value appearing in NullFields will be sent to the + // server as null. It is an error if a field in this list has a + // non-empty value. This may be used to include null fields in Patch + // requests. + NullFields []string `json:"-"` +} + +func (s *SecurityPoliciesScopedList) MarshalJSON() ([]byte, error) { + type NoMethod SecurityPoliciesScopedList + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + +// SecurityPoliciesScopedListWarning: Informational warning which +// replaces the list of security policies when the list is empty. +type SecurityPoliciesScopedListWarning struct { + // Code: [Output Only] A warning code, if applicable. For example, + // Compute Engine returns NO_RESULTS_ON_PAGE if there are no results in + // the response. + // + // Possible values: + // "CLEANUP_FAILED" - Warning about failed cleanup of transient + // changes made by a failed operation. + // "DEPRECATED_RESOURCE_USED" - A link to a deprecated resource was + // created. + // "DEPRECATED_TYPE_USED" - When deploying and at least one of the + // resources has a type marked as deprecated + // "DISK_SIZE_LARGER_THAN_IMAGE_SIZE" - The user created a boot disk + // that is larger than image size. + // "EXPERIMENTAL_TYPE_USED" - When deploying and at least one of the + // resources has a type marked as experimental + // "EXTERNAL_API_WARNING" - Warning that is present in an external api + // call + // "FIELD_VALUE_OVERRIDEN" - Warning that value of a field has been + // overridden. Deprecated unused field. + // "INJECTED_KERNELS_DEPRECATED" - The operation involved use of an + // injected kernel, which is deprecated. + // "LARGE_DEPLOYMENT_WARNING" - When deploying a deployment with a + // exceedingly large number of resources + // "MISSING_TYPE_DEPENDENCY" - A resource depends on a missing type + // "NEXT_HOP_ADDRESS_NOT_ASSIGNED" - The route's nextHopIp address is + // not assigned to an instance on the network. + // "NEXT_HOP_CANNOT_IP_FORWARD" - The route's next hop instance cannot + // ip forward. + // "NEXT_HOP_INSTANCE_NOT_FOUND" - The route's nextHopInstance URL + // refers to an instance that does not exist. + // "NEXT_HOP_INSTANCE_NOT_ON_NETWORK" - The route's nextHopInstance + // URL refers to an instance that is not on the same network as the + // route. + // "NEXT_HOP_NOT_RUNNING" - The route's next hop instance does not + // have a status of RUNNING. + // "NOT_CRITICAL_ERROR" - Error which is not critical. We decided to + // continue the process despite the mentioned error. + // "NO_RESULTS_ON_PAGE" - No results are present on a particular list + // page. + // "PARTIAL_SUCCESS" - Success is reported, but some results may be + // missing due to errors + // "REQUIRED_TOS_AGREEMENT" - The user attempted to use a resource + // that requires a TOS they have not accepted. + // "RESOURCE_IN_USE_BY_OTHER_RESOURCE_WARNING" - Warning that a + // resource is in use. + // "RESOURCE_NOT_DELETED" - One or more of the resources set to + // auto-delete could not be deleted because they were in use. + // "SCHEMA_VALIDATION_IGNORED" - When a resource schema validation is + // ignored. + // "SINGLE_INSTANCE_PROPERTY_TEMPLATE" - Instance template used in + // instance group manager is valid as such, but its application does not + // make a lot of sense, because it allows only single instance in + // instance group. + // "UNDECLARED_PROPERTIES" - When undeclared properties in the schema + // are present + // "UNREACHABLE" - A given scope cannot be reached. + Code string `json:"code,omitempty"` + + // Data: [Output Only] Metadata about this warning in key: value format. + // For example: "data": [ { "key": "scope", "value": "zones/us-east1-d" + // } + Data []*SecurityPoliciesScopedListWarningData `json:"data,omitempty"` + + // Message: [Output Only] A human-readable description of the warning + // code. + Message string `json:"message,omitempty"` + + // ForceSendFields is a list of field names (e.g. "Code") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "Code") to include in API + // requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *SecurityPoliciesScopedListWarning) MarshalJSON() ([]byte, error) { + type NoMethod SecurityPoliciesScopedListWarning + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + +type SecurityPoliciesScopedListWarningData struct { + // Key: [Output Only] A key that provides more detail on the warning + // being returned. For example, for warnings where there are no results + // in a list request for a particular zone, this key might be scope and + // the key value might be the zone name. Other examples might be a key + // indicating a deprecated resource and a suggested replacement, or a + // warning about invalid network settings (for example, if an instance + // attempts to perform IP forwarding but is not enabled for IP + // forwarding). + Key string `json:"key,omitempty"` + + // Value: [Output Only] A warning data value corresponding to the key. + Value string `json:"value,omitempty"` + + // ForceSendFields is a list of field names (e.g. "Key") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "Key") to include in API + // requests with the JSON null value. By default, fields with empty + // values are omitted from API requests. However, any field with an + // empty value appearing in NullFields will be sent to the server as + // null. It is an error if a field in this list has a non-empty value. + // This may be used to include null fields in Patch requests. + NullFields []string `json:"-"` +} + +func (s *SecurityPoliciesScopedListWarningData) MarshalJSON() ([]byte, error) { + type NoMethod SecurityPoliciesScopedListWarningData + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + type SecurityPoliciesWafConfig struct { WafRules *PreconfiguredWafSet `json:"wafRules,omitempty"` @@ -40283,6 +41475,8 @@ type SecurityPolicy struct { // format. CreationTimestamp string `json:"creationTimestamp,omitempty"` + DdosProtectionConfig *SecurityPolicyDdosProtectionConfig `json:"ddosProtectionConfig,omitempty"` + // Description: An optional description of this resource. Provide this // property when you create the resource. Description string `json:"description,omitempty"` @@ -40316,6 +41510,11 @@ type SecurityPolicy struct { RecaptchaOptionsConfig *SecurityPolicyRecaptchaOptionsConfig `json:"recaptchaOptionsConfig,omitempty"` + // Region: [Output Only] URL of the region where the regional security + // policy resides. This field is not applicable to global security + // policies. + Region string `json:"region,omitempty"` + // Rules: A list of rules that belong to this policy. There must always // be a default rule (rule with priority 2147483647 and match "*"). If // no rules are provided when creating a security policy, a default rule @@ -40325,18 +41524,24 @@ type SecurityPolicy struct { // SelfLink: [Output Only] Server-defined URL for the resource. SelfLink string `json:"selfLink,omitempty"` - // Type: The type indicates the intended use of the security policy. - // CLOUD_ARMOR - Cloud Armor backend security policies can be configured + // Type: The type indicates the intended use of the security policy. - + // CLOUD_ARMOR: Cloud Armor backend security policies can be configured // to filter incoming HTTP requests targeting backend services. They - // filter requests before they hit the origin servers. CLOUD_ARMOR_EDGE - // - Cloud Armor edge security policies can be configured to filter - // incoming HTTP requests targeting backend services (including Cloud - // CDN-enabled) as well as backend buckets (Cloud Storage). They filter - // requests before the request is served from Google's cache. + // filter requests before they hit the origin servers. - + // CLOUD_ARMOR_EDGE: Cloud Armor edge security policies can be + // configured to filter incoming HTTP requests targeting backend + // services (including Cloud CDN-enabled) as well as backend buckets + // (Cloud Storage). They filter requests before the request is served + // from Google's cache. - CLOUD_ARMOR_INTERNAL_SERVICE: Cloud Armor + // internal service policies can be configured to filter HTTP requests + // targeting services managed by Traffic Director in a service mesh. + // They filter requests before the request is served from the + // application. This field can be set only at resource creation time. // // Possible values: // "CLOUD_ARMOR" // "CLOUD_ARMOR_EDGE" + // "CLOUD_ARMOR_NETWORK" Type string `json:"type,omitempty"` // ServerResponse contains the HTTP response code and headers from the @@ -40471,6 +41676,36 @@ func (s *SecurityPolicyAdvancedOptionsConfig) MarshalJSON() ([]byte, error) { return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } +type SecurityPolicyDdosProtectionConfig struct { + // Possible values: + // "ADVANCED" + // "STANDARD" + DdosProtection string `json:"ddosProtection,omitempty"` + + // ForceSendFields is a list of field names (e.g. "DdosProtection") to + // unconditionally include in API requests. By default, fields with + // empty or default values are omitted from API requests. However, any + // non-pointer, non-interface field appearing in ForceSendFields will be + // sent to the server regardless of whether the field is empty or not. + // This may be used to include empty fields in Patch requests. + ForceSendFields []string `json:"-"` + + // NullFields is a list of field names (e.g. "DdosProtection") to + // include in API requests with the JSON null value. By default, fields + // with empty values are omitted from API requests. However, any field + // with an empty value appearing in NullFields will be sent to the + // server as null. It is an error if a field in this list has a + // non-empty value. This may be used to include null fields in Patch + // requests. + NullFields []string `json:"-"` +} + +func (s *SecurityPolicyDdosProtectionConfig) MarshalJSON() ([]byte, error) { + type NoMethod SecurityPolicyDdosProtectionConfig + raw := NoMethod(*s) + return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) +} + type SecurityPolicyList struct { // Id: [Output Only] Unique identifier for the resource; defined by the // server. @@ -40952,11 +42187,12 @@ type SecurityPolicyRuleRateLimitOptions struct { // header is present in the request, the key type defaults to ALL. - // XFF_IP: The first IP address (i.e. the originating client IP address) // specified in the list of IPs under X-Forwarded-For HTTP header. If no - // such header is present or the value is not a valid IP, the key type - // defaults to ALL. - HTTP_COOKIE: The value of the HTTP cookie whose - // name is configured under "enforce_on_key_name". The key value is - // truncated to the first 128 bytes of the cookie value. If no such - // cookie is present in the request, the key type defaults to ALL. + // such header is present or the value is not a valid IP, the key + // defaults to the source IP address of the request i.e. key type IP. - + // HTTP_COOKIE: The value of the HTTP cookie whose name is configured + // under "enforce_on_key_name". The key value is truncated to the first + // 128 bytes of the cookie value. If no such cookie is present in the + // request, the key type defaults to ALL. // // Possible values: // "ALL" @@ -40975,9 +42211,9 @@ type SecurityPolicyRuleRateLimitOptions struct { // ExceedAction: Action to take for requests that are above the // configured rate limit threshold, to either deny with a specified HTTP // response code, or redirect to a different endpoint. Valid options are - // "deny()" where valid values for status are 403, 404, 429, and 502, - // and "redirect" where the redirect parameters come from - // exceed_redirect_options below. + // "deny(status)", where valid values for status are 403, 404, 429, and + // 502, and "redirect" where the redirect parameters come from + // exceedRedirectOptions below. ExceedAction string `json:"exceedAction,omitempty"` // ExceedRedirectOptions: Parameters defining the redirect action that @@ -44082,8 +45318,8 @@ type Subnetwork struct { // INTERNAL_HTTPS_LOAD_BALANCER. EnableFlowLogs bool `json:"enableFlowLogs,omitempty"` - // ExternalIpv6Prefix: [Output Only] The range of external IPv6 - // addresses that are owned by this subnetwork. + // ExternalIpv6Prefix: [Output Only] The external IPv6 address range + // that is assigned to this subnetwork. ExternalIpv6Prefix string `json:"externalIpv6Prefix,omitempty"` // Fingerprint: Fingerprint of this resource. A hash of the contents @@ -44103,6 +45339,10 @@ type Subnetwork struct { // identifier is defined by the server. Id uint64 `json:"id,omitempty,string"` + // InternalIpv6Prefix: [Output Only] The internal IPv6 address range + // that is assigned to this subnetwork. + InternalIpv6Prefix string `json:"internalIpv6Prefix,omitempty"` + // IpCidrRange: The range of internal addresses that are owned by this // subnetwork. Provide this property when you create the subnetwork. For // example, 10.0.0.0/8 or 100.64.0.0/10. Ranges must be unique and @@ -44114,19 +45354,16 @@ type Subnetwork struct { // Ipv6AccessType: The access type of IPv6 address this subnet holds. // It's immutable and can only be specified during creation or the first - // time the subnet is updated into IPV4_IPV6 dual stack. If the - // ipv6_type is EXTERNAL then this subnet cannot enable direct path. + // time the subnet is updated into IPV4_IPV6 dual stack. // // Possible values: // "EXTERNAL" - VMs on this subnet will be assigned IPv6 addresses - // that are accesible via the Internet, as well as the VPC network. - // "UNSPECIFIED_IPV6_ACCESS_TYPE" - IPv6 access type not set. Means - // this subnet hasn't been turned on IPv6 yet. + // that are accessible via the Internet, as well as the VPC network. + // "INTERNAL" - VMs on this subnet will be assigned IPv6 addresses + // that are only accessible over the VPC network. Ipv6AccessType string `json:"ipv6AccessType,omitempty"` - // Ipv6CidrRange: [Output Only] The range of internal IPv6 addresses - // that are owned by this subnetwork. Note this will be for private - // google access only eventually. + // Ipv6CidrRange: [Output Only] This field is for internal use. Ipv6CidrRange string `json:"ipv6CidrRange,omitempty"` // Kind: [Output Only] Type of the resource. Always compute#subnetwork @@ -44158,11 +45395,8 @@ type Subnetwork struct { // setPrivateIpGoogleAccess. PrivateIpGoogleAccess bool `json:"privateIpGoogleAccess,omitempty"` - // PrivateIpv6GoogleAccess: The private IPv6 google access type for the - // VMs in this subnet. This is an expanded field of - // enablePrivateV6Access. If both fields are set, - // privateIpv6GoogleAccess will take priority. This field can be both - // set at resource creation time and updated using patch. + // PrivateIpv6GoogleAccess: This field is for internal use. This field + // can be both set at resource creation time and updated using patch. // // Possible values: // "DISABLE_GOOGLE_ACCESS" - Disable private IPv6 access to/from @@ -44219,17 +45453,17 @@ type Subnetwork struct { // SelfLink: [Output Only] Server-defined URL for the resource. SelfLink string `json:"selfLink,omitempty"` - // StackType: The stack type for this subnet to identify whether the - // IPv6 feature is enabled or not. If not specified IPV4_ONLY will be - // used. This field can be both set at resource creation time and - // updated using patch. + // StackType: The stack type for the subnet. If set to IPV4_ONLY, new + // VMs in the subnet are assigned IPv4 addresses only. If set to + // IPV4_IPV6, new VMs in the subnet can be assigned both IPv4 and IPv6 + // addresses. If not specified, IPV4_ONLY is used. This field can be + // both set at resource creation time and updated using patch. // // Possible values: // "IPV4_IPV6" - New VMs in this subnet can have both IPv4 and IPv6 // addresses. // "IPV4_ONLY" - New VMs in this subnet will only be assigned IPv4 // addresses. - // "UNSPECIFIED_STACK_TYPE" StackType string `json:"stackType,omitempty"` // State: [Output Only] The state of the subnetwork, which can be one of @@ -44666,8 +45900,8 @@ type SubnetworkLogConfig struct { Enable bool `json:"enable,omitempty"` // FilterExpr: Can only be specified if VPC flow logs for this - // subnetwork is enabled. Export filter used to define which VPC flow - // logs should be logged. + // subnetwork is enabled. The filter expression is used to define which + // VPC flow logs should be exported to Cloud Logging. FilterExpr string `json:"filterExpr,omitempty"` // FlowSampling: Can only be specified if VPC flow logging for this @@ -50443,23 +51677,50 @@ func (s *UrlMapsScopedListWarningData) MarshalJSON() ([]byte, error) { } type UrlMapsValidateRequest struct { + // LoadBalancingSchemes: Specifies the load balancer type(s) this + // validation request is for. Use EXTERNAL_MANAGED for HTTP/HTTPS + // External Global Load Balancer with Advanced Traffic Management. Use + // EXTERNAL for Classic HTTP/HTTPS External Global Load Balancer. Other + // load balancer types are not supported. For more information, refer to + // Choosing a load balancer. If unspecified, the load balancing scheme + // will be inferred from the backend service resources this URL map + // references. If that can not be inferred (for example, this URL map + // only references backend buckets, or this Url map is for rewrites and + // redirects only and doesn't reference any backends), EXTERNAL will be + // used as the default type. If specified, the scheme(s) must not + // conflict with the load balancing scheme of the backend service + // resources this Url map references. + // + // Possible values: + // "EXTERNAL" - Signifies that this will be used for Classic L7 + // External Load Balancing. + // "EXTERNAL_MANAGED" - Signifies that this will be used for + // Envoy-based L7 External Load Balancing. + // "LOAD_BALANCING_SCHEME_UNSPECIFIED" - If unspecified, the + // validation will try to infer the scheme from the backend service + // resources this Url map references. If the inferrence is not possible, + // EXTERNAL will be used as the default type. + LoadBalancingSchemes []string `json:"loadBalancingSchemes,omitempty"` + // Resource: Content of the UrlMap to be validated. Resource *UrlMap `json:"resource,omitempty"` - // ForceSendFields is a list of field names (e.g. "Resource") to - // unconditionally include in API requests. By default, fields with - // empty or default values are omitted from API requests. However, any - // non-pointer, non-interface field appearing in ForceSendFields will be - // sent to the server regardless of whether the field is empty or not. - // This may be used to include empty fields in Patch requests. + // ForceSendFields is a list of field names (e.g. + // "LoadBalancingSchemes") to unconditionally include in API requests. + // By default, fields with empty or default values are omitted from API + // requests. However, any non-pointer, non-interface field appearing in + // ForceSendFields will be sent to the server regardless of whether the + // field is empty or not. This may be used to include empty fields in + // Patch requests. ForceSendFields []string `json:"-"` - // NullFields is a list of field names (e.g. "Resource") to include in - // API requests with the JSON null value. By default, fields with empty - // values are omitted from API requests. However, any field with an - // empty value appearing in NullFields will be sent to the server as - // null. It is an error if a field in this list has a non-empty value. - // This may be used to include null fields in Patch requests. + // NullFields is a list of field names (e.g. "LoadBalancingSchemes") to + // include in API requests with the JSON null value. By default, fields + // with empty values are omitted from API requests. However, any field + // with an empty value appearing in NullFields will be sent to the + // server as null. It is an error if a field in this list has a + // non-empty value. This may be used to include null fields in Patch + // requests. NullFields []string `json:"-"` } @@ -53511,7 +54772,7 @@ func (c *AcceleratorTypesAggregatedListCall) Header() http.Header { func (c *AcceleratorTypesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -53719,7 +54980,7 @@ func (c *AcceleratorTypesGetCall) Header() http.Header { func (c *AcceleratorTypesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -53958,7 +55219,7 @@ func (c *AcceleratorTypesListCall) Header() http.Header { func (c *AcceleratorTypesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -54246,7 +55507,7 @@ func (c *AddressesAggregatedListCall) Header() http.Header { func (c *AddressesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -54459,7 +55720,7 @@ func (c *AddressesDeleteCall) Header() http.Header { func (c *AddressesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -54632,7 +55893,7 @@ func (c *AddressesGetCall) Header() http.Header { func (c *AddressesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -54809,7 +56070,7 @@ func (c *AddressesInsertCall) Header() http.Header { func (c *AddressesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -55048,7 +56309,7 @@ func (c *AddressesListCall) Header() http.Header { func (c *AddressesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -55336,7 +56597,7 @@ func (c *AutoscalersAggregatedListCall) Header() http.Header { func (c *AutoscalersAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -55549,7 +56810,7 @@ func (c *AutoscalersDeleteCall) Header() http.Header { func (c *AutoscalersDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -55723,7 +56984,7 @@ func (c *AutoscalersGetCall) Header() http.Header { func (c *AutoscalersGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -55900,7 +57161,7 @@ func (c *AutoscalersInsertCall) Header() http.Header { func (c *AutoscalersInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -56139,7 +57400,7 @@ func (c *AutoscalersListCall) Header() http.Header { func (c *AutoscalersListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -56364,7 +57625,7 @@ func (c *AutoscalersPatchCall) Header() http.Header { func (c *AutoscalersPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -56554,7 +57815,7 @@ func (c *AutoscalersUpdateCall) Header() http.Header { func (c *AutoscalersUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -56738,7 +57999,7 @@ func (c *BackendBucketsAddSignedUrlKeyCall) Header() http.Header { func (c *BackendBucketsAddSignedUrlKeyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -56911,7 +58172,7 @@ func (c *BackendBucketsDeleteCall) Header() http.Header { func (c *BackendBucketsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -57081,7 +58342,7 @@ func (c *BackendBucketsDeleteSignedUrlKeyCall) Header() http.Header { func (c *BackendBucketsDeleteSignedUrlKeyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -57249,7 +58510,7 @@ func (c *BackendBucketsGetCall) Header() http.Header { func (c *BackendBucketsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -57414,7 +58675,7 @@ func (c *BackendBucketsInsertCall) Header() http.Header { func (c *BackendBucketsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -57641,7 +58902,7 @@ func (c *BackendBucketsListCall) Header() http.Header { func (c *BackendBucketsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -57850,7 +59111,7 @@ func (c *BackendBucketsPatchCall) Header() http.Header { func (c *BackendBucketsPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -58028,7 +59289,7 @@ func (c *BackendBucketsSetEdgeSecurityPolicyCall) Header() http.Header { func (c *BackendBucketsSetEdgeSecurityPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -58204,7 +59465,7 @@ func (c *BackendBucketsUpdateCall) Header() http.Header { func (c *BackendBucketsUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -58382,7 +59643,7 @@ func (c *BackendServicesAddSignedUrlKeyCall) Header() http.Header { func (c *BackendServicesAddSignedUrlKeyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -58630,7 +59891,7 @@ func (c *BackendServicesAggregatedListCall) Header() http.Header { func (c *BackendServicesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -58840,7 +60101,7 @@ func (c *BackendServicesDeleteCall) Header() http.Header { func (c *BackendServicesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -59010,7 +60271,7 @@ func (c *BackendServicesDeleteSignedUrlKeyCall) Header() http.Header { func (c *BackendServicesDeleteSignedUrlKeyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -59178,7 +60439,7 @@ func (c *BackendServicesGetCall) Header() http.Header { func (c *BackendServicesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -59332,7 +60593,7 @@ func (c *BackendServicesGetHealthCall) Header() http.Header { func (c *BackendServicesGetHealthCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -59502,7 +60763,7 @@ func (c *BackendServicesInsertCall) Header() http.Header { func (c *BackendServicesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -59729,7 +60990,7 @@ func (c *BackendServicesListCall) Header() http.Header { func (c *BackendServicesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -59939,7 +61200,7 @@ func (c *BackendServicesPatchCall) Header() http.Header { func (c *BackendServicesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -60118,7 +61379,7 @@ func (c *BackendServicesSetEdgeSecurityPolicyCall) Header() http.Header { func (c *BackendServicesSetEdgeSecurityPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -60296,7 +61557,7 @@ func (c *BackendServicesSetSecurityPolicyCall) Header() http.Header { func (c *BackendServicesSetSecurityPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -60473,7 +61734,7 @@ func (c *BackendServicesUpdateCall) Header() http.Header { func (c *BackendServicesUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -60721,7 +61982,7 @@ func (c *DiskTypesAggregatedListCall) Header() http.Header { func (c *DiskTypesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -60930,7 +62191,7 @@ func (c *DiskTypesGetCall) Header() http.Header { func (c *DiskTypesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -61169,7 +62430,7 @@ func (c *DiskTypesListCall) Header() http.Header { func (c *DiskTypesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -61390,7 +62651,7 @@ func (c *DisksAddResourcePoliciesCall) Header() http.Header { func (c *DisksAddResourcePoliciesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -61647,7 +62908,7 @@ func (c *DisksAggregatedListCall) Header() http.Header { func (c *DisksAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -61824,8 +63085,7 @@ func (r *DisksService) CreateSnapshot(project string, zone string, disk string, // GuestFlush sets the optional parameter "guestFlush": [Input Only] // Whether to attempt an application consistent snapshot by informing -// the OS to prepare for the snapshot process. Currently only supported -// on Windows instances using the Volume Shadow Copy Service (VSS). +// the OS to prepare for the snapshot process. func (c *DisksCreateSnapshotCall) GuestFlush(guestFlush bool) *DisksCreateSnapshotCall { c.urlParams_.Set("guestFlush", fmt.Sprint(guestFlush)) return c @@ -61874,7 +63134,7 @@ func (c *DisksCreateSnapshotCall) Header() http.Header { func (c *DisksCreateSnapshotCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -61958,7 +63218,7 @@ func (c *DisksCreateSnapshotCall) Do(opts ...googleapi.CallOption) (*Operation, // "type": "string" // }, // "guestFlush": { - // "description": "[Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process. Currently only supported on Windows instances using the Volume Shadow Copy Service (VSS).", + // "description": "[Input Only] Whether to attempt an application consistent snapshot by informing the OS to prepare for the snapshot process.", // "location": "query", // "type": "boolean" // }, @@ -62068,7 +63328,7 @@ func (c *DisksDeleteCall) Header() http.Header { func (c *DisksDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -62241,7 +63501,7 @@ func (c *DisksGetCall) Header() http.Header { func (c *DisksGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -62421,7 +63681,7 @@ func (c *DisksGetIamPolicyCall) Header() http.Header { func (c *DisksGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -62615,7 +63875,7 @@ func (c *DisksInsertCall) Header() http.Header { func (c *DisksInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -62859,7 +64119,7 @@ func (c *DisksListCall) Header() http.Header { func (c *DisksListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -63078,7 +64338,7 @@ func (c *DisksRemoveResourcePoliciesCall) Header() http.Header { func (c *DisksRemoveResourcePoliciesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -63267,7 +64527,7 @@ func (c *DisksResizeCall) Header() http.Header { func (c *DisksResizeCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -63440,7 +64700,7 @@ func (c *DisksSetIamPolicyCall) Header() http.Header { func (c *DisksSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -63624,7 +64884,7 @@ func (c *DisksSetLabelsCall) Header() http.Header { func (c *DisksSetLabelsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -63797,7 +65057,7 @@ func (c *DisksTestIamPermissionsCall) Header() http.Header { func (c *DisksTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -63976,7 +65236,7 @@ func (c *ExternalVpnGatewaysDeleteCall) Header() http.Header { func (c *ExternalVpnGatewaysDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -64138,7 +65398,7 @@ func (c *ExternalVpnGatewaysGetCall) Header() http.Header { func (c *ExternalVpnGatewaysGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -64303,7 +65563,7 @@ func (c *ExternalVpnGatewaysInsertCall) Header() http.Header { func (c *ExternalVpnGatewaysInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -64530,7 +65790,7 @@ func (c *ExternalVpnGatewaysListCall) Header() http.Header { func (c *ExternalVpnGatewaysListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -64722,7 +65982,7 @@ func (c *ExternalVpnGatewaysSetLabelsCall) Header() http.Header { func (c *ExternalVpnGatewaysSetLabelsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -64878,7 +66138,7 @@ func (c *ExternalVpnGatewaysTestIamPermissionsCall) Header() http.Header { func (c *ExternalVpnGatewaysTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -65058,7 +66318,7 @@ func (c *FirewallPoliciesAddAssociationCall) Header() http.Header { func (c *FirewallPoliciesAddAssociationCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -65227,7 +66487,7 @@ func (c *FirewallPoliciesAddRuleCall) Header() http.Header { func (c *FirewallPoliciesAddRuleCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -65396,7 +66656,7 @@ func (c *FirewallPoliciesCloneRulesCall) Header() http.Header { func (c *FirewallPoliciesCloneRulesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -65555,7 +66815,7 @@ func (c *FirewallPoliciesDeleteCall) Header() http.Header { func (c *FirewallPoliciesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -65704,7 +66964,7 @@ func (c *FirewallPoliciesGetCall) Header() http.Header { func (c *FirewallPoliciesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -65860,7 +67120,7 @@ func (c *FirewallPoliciesGetAssociationCall) Header() http.Header { func (c *FirewallPoliciesGetAssociationCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -66021,7 +67281,7 @@ func (c *FirewallPoliciesGetIamPolicyCall) Header() http.Header { func (c *FirewallPoliciesGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -66183,7 +67443,7 @@ func (c *FirewallPoliciesGetRuleCall) Header() http.Header { func (c *FirewallPoliciesGetRuleCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -66350,7 +67610,7 @@ func (c *FirewallPoliciesInsertCall) Header() http.Header { func (c *FirewallPoliciesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -66572,7 +67832,7 @@ func (c *FirewallPoliciesListCall) Header() http.Header { func (c *FirewallPoliciesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -66766,7 +68026,7 @@ func (c *FirewallPoliciesListAssociationsCall) Header() http.Header { func (c *FirewallPoliciesListAssociationsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -66920,7 +68180,7 @@ func (c *FirewallPoliciesMoveCall) Header() http.Header { func (c *FirewallPoliciesMoveCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -67082,7 +68342,7 @@ func (c *FirewallPoliciesPatchCall) Header() http.Header { func (c *FirewallPoliciesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -67253,7 +68513,7 @@ func (c *FirewallPoliciesPatchRuleCall) Header() http.Header { func (c *FirewallPoliciesPatchRuleCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -67429,7 +68689,7 @@ func (c *FirewallPoliciesRemoveAssociationCall) Header() http.Header { func (c *FirewallPoliciesRemoveAssociationCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -67595,7 +68855,7 @@ func (c *FirewallPoliciesRemoveRuleCall) Header() http.Header { func (c *FirewallPoliciesRemoveRuleCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -67742,7 +69002,7 @@ func (c *FirewallPoliciesSetIamPolicyCall) Header() http.Header { func (c *FirewallPoliciesSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -67886,7 +69146,7 @@ func (c *FirewallPoliciesTestIamPermissionsCall) Header() http.Header { func (c *FirewallPoliciesTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -68047,7 +69307,7 @@ func (c *FirewallsDeleteCall) Header() http.Header { func (c *FirewallsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -68208,7 +69468,7 @@ func (c *FirewallsGetCall) Header() http.Header { func (c *FirewallsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -68373,7 +69633,7 @@ func (c *FirewallsInsertCall) Header() http.Header { func (c *FirewallsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -68600,7 +69860,7 @@ func (c *FirewallsListCall) Header() http.Header { func (c *FirewallsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -68809,7 +70069,7 @@ func (c *FirewallsPatchCall) Header() http.Header { func (c *FirewallsPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -68988,7 +70248,7 @@ func (c *FirewallsUpdateCall) Header() http.Header { func (c *FirewallsUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -69236,7 +70496,7 @@ func (c *ForwardingRulesAggregatedListCall) Header() http.Header { func (c *ForwardingRulesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -69449,7 +70709,7 @@ func (c *ForwardingRulesDeleteCall) Header() http.Header { func (c *ForwardingRulesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -69622,7 +70882,7 @@ func (c *ForwardingRulesGetCall) Header() http.Header { func (c *ForwardingRulesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -69799,7 +71059,7 @@ func (c *ForwardingRulesInsertCall) Header() http.Header { func (c *ForwardingRulesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -70038,7 +71298,7 @@ func (c *ForwardingRulesListCall) Header() http.Header { func (c *ForwardingRulesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -70260,7 +71520,7 @@ func (c *ForwardingRulesPatchCall) Header() http.Header { func (c *ForwardingRulesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -70449,7 +71709,7 @@ func (c *ForwardingRulesSetLabelsCall) Header() http.Header { func (c *ForwardingRulesSetLabelsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -70639,7 +71899,7 @@ func (c *ForwardingRulesSetTargetCall) Header() http.Header { func (c *ForwardingRulesSetTargetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -70822,7 +72082,7 @@ func (c *GlobalAddressesDeleteCall) Header() http.Header { func (c *GlobalAddressesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -70984,7 +72244,7 @@ func (c *GlobalAddressesGetCall) Header() http.Header { func (c *GlobalAddressesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -71149,7 +72409,7 @@ func (c *GlobalAddressesInsertCall) Header() http.Header { func (c *GlobalAddressesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -71375,7 +72635,7 @@ func (c *GlobalAddressesListCall) Header() http.Header { func (c *GlobalAddressesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -71580,7 +72840,7 @@ func (c *GlobalForwardingRulesDeleteCall) Header() http.Header { func (c *GlobalForwardingRulesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -71742,7 +73002,7 @@ func (c *GlobalForwardingRulesGetCall) Header() http.Header { func (c *GlobalForwardingRulesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -71907,7 +73167,7 @@ func (c *GlobalForwardingRulesInsertCall) Header() http.Header { func (c *GlobalForwardingRulesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -72134,7 +73394,7 @@ func (c *GlobalForwardingRulesListCall) Header() http.Header { func (c *GlobalForwardingRulesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -72344,7 +73604,7 @@ func (c *GlobalForwardingRulesPatchCall) Header() http.Header { func (c *GlobalForwardingRulesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -72505,7 +73765,7 @@ func (c *GlobalForwardingRulesSetLabelsCall) Header() http.Header { func (c *GlobalForwardingRulesSetLabelsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -72678,7 +73938,7 @@ func (c *GlobalForwardingRulesSetTargetCall) Header() http.Header { func (c *GlobalForwardingRulesSetTargetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -72857,7 +74117,7 @@ func (c *GlobalNetworkEndpointGroupsAttachNetworkEndpointsCall) Header() http.He func (c *GlobalNetworkEndpointGroupsAttachNetworkEndpointsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -73032,7 +74292,7 @@ func (c *GlobalNetworkEndpointGroupsDeleteCall) Header() http.Header { func (c *GlobalNetworkEndpointGroupsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -73201,7 +74461,7 @@ func (c *GlobalNetworkEndpointGroupsDetachNetworkEndpointsCall) Header() http.He func (c *GlobalNetworkEndpointGroupsDetachNetworkEndpointsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -73371,7 +74631,7 @@ func (c *GlobalNetworkEndpointGroupsGetCall) Header() http.Header { func (c *GlobalNetworkEndpointGroupsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -73535,7 +74795,7 @@ func (c *GlobalNetworkEndpointGroupsInsertCall) Header() http.Header { func (c *GlobalNetworkEndpointGroupsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -73762,7 +75022,7 @@ func (c *GlobalNetworkEndpointGroupsListCall) Header() http.Header { func (c *GlobalNetworkEndpointGroupsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -74023,7 +75283,7 @@ func (c *GlobalNetworkEndpointGroupsListNetworkEndpointsCall) Header() http.Head func (c *GlobalNetworkEndpointGroupsListNetworkEndpointsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -74309,7 +75569,7 @@ func (c *GlobalOperationsAggregatedListCall) Header() http.Header { func (c *GlobalOperationsAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -74503,7 +75763,7 @@ func (c *GlobalOperationsDeleteCall) Header() http.Header { func (c *GlobalOperationsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -74631,7 +75891,7 @@ func (c *GlobalOperationsGetCall) Header() http.Header { func (c *GlobalOperationsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -74858,7 +76118,7 @@ func (c *GlobalOperationsListCall) Header() http.Header { func (c *GlobalOperationsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -75058,7 +76318,7 @@ func (c *GlobalOperationsWaitCall) Header() http.Header { func (c *GlobalOperationsWaitCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -75208,7 +76468,7 @@ func (c *GlobalOrganizationOperationsDeleteCall) Header() http.Header { func (c *GlobalOrganizationOperationsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -75337,7 +76597,7 @@ func (c *GlobalOrganizationOperationsGetCall) Header() http.Header { func (c *GlobalOrganizationOperationsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -75563,7 +76823,7 @@ func (c *GlobalOrganizationOperationsListCall) Header() http.Header { func (c *GlobalOrganizationOperationsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -75761,7 +77021,7 @@ func (c *GlobalPublicDelegatedPrefixesDeleteCall) Header() http.Header { func (c *GlobalPublicDelegatedPrefixesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -75923,7 +77183,7 @@ func (c *GlobalPublicDelegatedPrefixesGetCall) Header() http.Header { func (c *GlobalPublicDelegatedPrefixesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -76088,7 +77348,7 @@ func (c *GlobalPublicDelegatedPrefixesInsertCall) Header() http.Header { func (c *GlobalPublicDelegatedPrefixesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -76314,7 +77574,7 @@ func (c *GlobalPublicDelegatedPrefixesListCall) Header() http.Header { func (c *GlobalPublicDelegatedPrefixesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -76524,7 +77784,7 @@ func (c *GlobalPublicDelegatedPrefixesPatchCall) Header() http.Header { func (c *GlobalPublicDelegatedPrefixesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -76773,7 +78033,7 @@ func (c *HealthChecksAggregatedListCall) Header() http.Header { func (c *HealthChecksAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -76983,7 +78243,7 @@ func (c *HealthChecksDeleteCall) Header() http.Header { func (c *HealthChecksDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -77145,7 +78405,7 @@ func (c *HealthChecksGetCall) Header() http.Header { func (c *HealthChecksGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -77310,7 +78570,7 @@ func (c *HealthChecksInsertCall) Header() http.Header { func (c *HealthChecksInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -77537,7 +78797,7 @@ func (c *HealthChecksListCall) Header() http.Header { func (c *HealthChecksListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -77746,7 +79006,7 @@ func (c *HealthChecksPatchCall) Header() http.Header { func (c *HealthChecksPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -77923,7 +79183,7 @@ func (c *HealthChecksUpdateCall) Header() http.Header { func (c *HealthChecksUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -78097,7 +79357,7 @@ func (c *HttpHealthChecksDeleteCall) Header() http.Header { func (c *HttpHealthChecksDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -78259,7 +79519,7 @@ func (c *HttpHealthChecksGetCall) Header() http.Header { func (c *HttpHealthChecksGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -78424,7 +79684,7 @@ func (c *HttpHealthChecksInsertCall) Header() http.Header { func (c *HttpHealthChecksInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -78651,7 +79911,7 @@ func (c *HttpHealthChecksListCall) Header() http.Header { func (c *HttpHealthChecksListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -78860,7 +80120,7 @@ func (c *HttpHealthChecksPatchCall) Header() http.Header { func (c *HttpHealthChecksPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -79037,7 +80297,7 @@ func (c *HttpHealthChecksUpdateCall) Header() http.Header { func (c *HttpHealthChecksUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -79211,7 +80471,7 @@ func (c *HttpsHealthChecksDeleteCall) Header() http.Header { func (c *HttpsHealthChecksDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -79373,7 +80633,7 @@ func (c *HttpsHealthChecksGetCall) Header() http.Header { func (c *HttpsHealthChecksGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -79538,7 +80798,7 @@ func (c *HttpsHealthChecksInsertCall) Header() http.Header { func (c *HttpsHealthChecksInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -79765,7 +81025,7 @@ func (c *HttpsHealthChecksListCall) Header() http.Header { func (c *HttpsHealthChecksListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -79974,7 +81234,7 @@ func (c *HttpsHealthChecksPatchCall) Header() http.Header { func (c *HttpsHealthChecksPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -80151,7 +81411,7 @@ func (c *HttpsHealthChecksUpdateCall) Header() http.Header { func (c *HttpsHealthChecksUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -80324,7 +81584,7 @@ func (c *ImageFamilyViewsGetCall) Header() http.Header { func (c *ImageFamilyViewsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -80498,7 +81758,7 @@ func (c *ImagesDeleteCall) Header() http.Header { func (c *ImagesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -80667,7 +81927,7 @@ func (c *ImagesDeprecateCall) Header() http.Header { func (c *ImagesDeprecateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -80837,7 +82097,7 @@ func (c *ImagesGetCall) Header() http.Header { func (c *ImagesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -80998,7 +82258,7 @@ func (c *ImagesGetFromFamilyCall) Header() http.Header { func (c *ImagesGetFromFamilyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -81166,7 +82426,7 @@ func (c *ImagesGetIamPolicyCall) Header() http.Header { func (c *ImagesGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -81344,7 +82604,7 @@ func (c *ImagesInsertCall) Header() http.Header { func (c *ImagesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -81584,7 +82844,7 @@ func (c *ImagesListCall) Header() http.Header { func (c *ImagesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -81793,7 +83053,7 @@ func (c *ImagesPatchCall) Header() http.Header { func (c *ImagesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -81954,7 +83214,7 @@ func (c *ImagesSetIamPolicyCall) Header() http.Header { func (c *ImagesSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -82110,7 +83370,7 @@ func (c *ImagesSetLabelsCall) Header() http.Header { func (c *ImagesSetLabelsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -82266,7 +83526,7 @@ func (c *ImagesTestIamPermissionsCall) Header() http.Header { func (c *ImagesTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -82454,7 +83714,7 @@ func (c *InstanceGroupManagersAbandonInstancesCall) Header() http.Header { func (c *InstanceGroupManagersAbandonInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -82710,7 +83970,7 @@ func (c *InstanceGroupManagersAggregatedListCall) Header() http.Header { func (c *InstanceGroupManagersAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -82914,7 +84174,7 @@ func (c *InstanceGroupManagersApplyUpdatesToInstancesCall) Header() http.Header func (c *InstanceGroupManagersApplyUpdatesToInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -83101,7 +84361,7 @@ func (c *InstanceGroupManagersCreateInstancesCall) Header() http.Header { func (c *InstanceGroupManagersCreateInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -83290,7 +84550,7 @@ func (c *InstanceGroupManagersDeleteCall) Header() http.Header { func (c *InstanceGroupManagersDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -83480,7 +84740,7 @@ func (c *InstanceGroupManagersDeleteInstancesCall) Header() http.Header { func (c *InstanceGroupManagersDeleteInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -83653,7 +84913,7 @@ func (c *InstanceGroupManagersDeletePerInstanceConfigsCall) Header() http.Header func (c *InstanceGroupManagersDeletePerInstanceConfigsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -83830,7 +85090,7 @@ func (c *InstanceGroupManagersGetCall) Header() http.Header { func (c *InstanceGroupManagersGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -84013,7 +85273,7 @@ func (c *InstanceGroupManagersInsertCall) Header() http.Header { func (c *InstanceGroupManagersInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -84252,7 +85512,7 @@ func (c *InstanceGroupManagersListCall) Header() http.Header { func (c *InstanceGroupManagersListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -84538,7 +85798,7 @@ func (c *InstanceGroupManagersListErrorsCall) Header() http.Header { func (c *InstanceGroupManagersListErrorsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -84823,7 +86083,7 @@ func (c *InstanceGroupManagersListManagedInstancesCall) Header() http.Header { func (c *InstanceGroupManagersListManagedInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -85103,7 +86363,7 @@ func (c *InstanceGroupManagersListPerInstanceConfigsCall) Header() http.Header { func (c *InstanceGroupManagersListPerInstanceConfigsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -85339,7 +86599,7 @@ func (c *InstanceGroupManagersPatchCall) Header() http.Header { func (c *InstanceGroupManagersPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -85529,7 +86789,7 @@ func (c *InstanceGroupManagersPatchPerInstanceConfigsCall) Header() http.Header func (c *InstanceGroupManagersPatchPerInstanceConfigsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -85726,7 +86986,7 @@ func (c *InstanceGroupManagersRecreateInstancesCall) Header() http.Header { func (c *InstanceGroupManagersRecreateInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -85931,7 +87191,7 @@ func (c *InstanceGroupManagersResizeCall) Header() http.Header { func (c *InstanceGroupManagersResizeCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -86122,7 +87382,7 @@ func (c *InstanceGroupManagersSetInstanceTemplateCall) Header() http.Header { func (c *InstanceGroupManagersSetInstanceTemplateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -86315,7 +87575,7 @@ func (c *InstanceGroupManagersSetTargetPoolsCall) Header() http.Header { func (c *InstanceGroupManagersSetTargetPoolsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -86505,7 +87765,7 @@ func (c *InstanceGroupManagersUpdatePerInstanceConfigsCall) Header() http.Header func (c *InstanceGroupManagersUpdatePerInstanceConfigsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -86694,7 +87954,7 @@ func (c *InstanceGroupsAddInstancesCall) Header() http.Header { func (c *InstanceGroupsAddInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -86950,7 +88210,7 @@ func (c *InstanceGroupsAggregatedListCall) Header() http.Header { func (c *InstanceGroupsAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -87166,7 +88426,7 @@ func (c *InstanceGroupsDeleteCall) Header() http.Header { func (c *InstanceGroupsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -87340,7 +88600,7 @@ func (c *InstanceGroupsGetCall) Header() http.Header { func (c *InstanceGroupsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -87516,7 +88776,7 @@ func (c *InstanceGroupsInsertCall) Header() http.Header { func (c *InstanceGroupsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -87755,7 +89015,7 @@ func (c *InstanceGroupsListCall) Header() http.Header { func (c *InstanceGroupsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -88028,7 +89288,7 @@ func (c *InstanceGroupsListInstancesCall) Header() http.Header { func (c *InstanceGroupsListInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -88264,7 +89524,7 @@ func (c *InstanceGroupsRemoveInstancesCall) Header() http.Header { func (c *InstanceGroupsRemoveInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -88451,7 +89711,7 @@ func (c *InstanceGroupsSetNamedPortsCall) Header() http.Header { func (c *InstanceGroupsSetNamedPortsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -88634,7 +89894,7 @@ func (c *InstanceTemplatesDeleteCall) Header() http.Header { func (c *InstanceTemplatesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -88796,7 +90056,7 @@ func (c *InstanceTemplatesGetCall) Header() http.Header { func (c *InstanceTemplatesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -88964,7 +90224,7 @@ func (c *InstanceTemplatesGetIamPolicyCall) Header() http.Header { func (c *InstanceTemplatesGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -89138,7 +90398,7 @@ func (c *InstanceTemplatesInsertCall) Header() http.Header { func (c *InstanceTemplatesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -89365,7 +90625,7 @@ func (c *InstanceTemplatesListCall) Header() http.Header { func (c *InstanceTemplatesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -89557,7 +90817,7 @@ func (c *InstanceTemplatesSetIamPolicyCall) Header() http.Header { func (c *InstanceTemplatesSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -89713,7 +90973,7 @@ func (c *InstanceTemplatesTestIamPermissionsCall) Header() http.Header { func (c *InstanceTemplatesTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -89892,7 +91152,7 @@ func (c *InstancesAddAccessConfigCall) Header() http.Header { func (c *InstancesAddAccessConfigCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -90089,7 +91349,7 @@ func (c *InstancesAddResourcePoliciesCall) Header() http.Header { func (c *InstancesAddResourcePoliciesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -90349,7 +91609,7 @@ func (c *InstancesAggregatedListCall) Header() http.Header { func (c *InstancesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -90576,7 +91836,7 @@ func (c *InstancesAttachDiskCall) Header() http.Header { func (c *InstancesAttachDiskCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -90767,7 +92027,7 @@ func (c *InstancesBulkInsertCall) Header() http.Header { func (c *InstancesBulkInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -90945,7 +92205,7 @@ func (c *InstancesDeleteCall) Header() http.Header { func (c *InstancesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -91128,7 +92388,7 @@ func (c *InstancesDeleteAccessConfigCall) Header() http.Header { func (c *InstancesDeleteAccessConfigCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -91324,7 +92584,7 @@ func (c *InstancesDetachDiskCall) Header() http.Header { func (c *InstancesDetachDiskCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -91505,7 +92765,7 @@ func (c *InstancesGetCall) Header() http.Header { func (c *InstancesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -91681,7 +92941,7 @@ func (c *InstancesGetEffectiveFirewallsCall) Header() http.Header { func (c *InstancesGetEffectiveFirewallsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -91875,7 +93135,7 @@ func (c *InstancesGetGuestAttributesCall) Header() http.Header { func (c *InstancesGetGuestAttributesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -92065,7 +93325,7 @@ func (c *InstancesGetIamPolicyCall) Header() http.Header { func (c *InstancesGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -92243,7 +93503,7 @@ func (c *InstancesGetScreenshotCall) Header() http.Header { func (c *InstancesGetScreenshotCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -92441,7 +93701,7 @@ func (c *InstancesGetSerialPortOutputCall) Header() http.Header { func (c *InstancesGetSerialPortOutputCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -92629,7 +93889,7 @@ func (c *InstancesGetShieldedInstanceIdentityCall) Header() http.Header { func (c *InstancesGetShieldedInstanceIdentityCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -92832,7 +94092,7 @@ func (c *InstancesInsertCall) Header() http.Header { func (c *InstancesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -93081,7 +94341,7 @@ func (c *InstancesListCall) Header() http.Header { func (c *InstancesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -93367,7 +94627,7 @@ func (c *InstancesListReferrersCall) Header() http.Header { func (c *InstancesListReferrersCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -93595,7 +94855,7 @@ func (c *InstancesRemoveResourcePoliciesCall) Header() http.Header { func (c *InstancesRemoveResourcePoliciesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -93725,7 +94985,7 @@ type InstancesResetCall struct { header_ http.Header } -// Reset: Performs a reset on the instance. This is a hard reset the VM +// Reset: Performs a reset on the instance. This is a hard reset. The VM // does not do a graceful shutdown. For more information, see Resetting // an instance. // @@ -93783,7 +95043,7 @@ func (c *InstancesResetCall) Header() http.Header { func (c *InstancesResetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -93844,7 +95104,7 @@ func (c *InstancesResetCall) Do(opts ...googleapi.CallOption) (*Operation, error } return ret, nil // { - // "description": "Performs a reset on the instance. This is a hard reset the VM does not do a graceful shutdown. For more information, see Resetting an instance.", + // "description": "Performs a reset on the instance. This is a hard reset. The VM does not do a graceful shutdown. For more information, see Resetting an instance.", // "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/reset", // "httpMethod": "POST", // "id": "compute.instances.reset", @@ -93893,6 +95153,185 @@ func (c *InstancesResetCall) Do(opts ...googleapi.CallOption) (*Operation, error } +// method id "compute.instances.resume": + +type InstancesResumeCall struct { + s *Service + project string + zone string + instance string + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Resume: Resumes an instance that was suspended using the +// instances().suspend method. +// +// - instance: Name of the instance resource to resume. +// - project: Project ID for this request. +// - zone: The name of the zone for this request. +func (r *InstancesService) Resume(project string, zone string, instance string) *InstancesResumeCall { + c := &InstancesResumeCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.zone = zone + c.instance = instance + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *InstancesResumeCall) RequestId(requestId string) *InstancesResumeCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *InstancesResumeCall) Fields(s ...googleapi.Field) *InstancesResumeCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *InstancesResumeCall) Context(ctx context.Context) *InstancesResumeCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *InstancesResumeCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *InstancesResumeCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/zones/{zone}/instances/{instance}/resume") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "zone": c.zone, + "instance": c.instance, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.instances.resume" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *InstancesResumeCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Resumes an instance that was suspended using the instances().suspend method.", + // "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/resume", + // "httpMethod": "POST", + // "id": "compute.instances.resume", + // "parameterOrder": [ + // "project", + // "zone", + // "instance" + // ], + // "parameters": { + // "instance": { + // "description": "Name of the instance resource to resume.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // }, + // "zone": { + // "description": "The name of the zone for this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/zones/{zone}/instances/{instance}/resume", + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + // method id "compute.instances.sendDiagnosticInterrupt": type InstancesSendDiagnosticInterruptCall struct { @@ -93945,7 +95384,7 @@ func (c *InstancesSendDiagnosticInterruptCall) Header() http.Header { func (c *InstancesSendDiagnosticInterruptCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -94097,7 +95536,7 @@ func (c *InstancesSetDeletionProtectionCall) Header() http.Header { func (c *InstancesSetDeletionProtectionCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -94289,7 +95728,7 @@ func (c *InstancesSetDiskAutoDeleteCall) Header() http.Header { func (c *InstancesSetDiskAutoDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -94469,7 +95908,7 @@ func (c *InstancesSetIamPolicyCall) Header() http.Header { func (c *InstancesSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -94653,7 +96092,7 @@ func (c *InstancesSetLabelsCall) Header() http.Header { func (c *InstancesSetLabelsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -94842,7 +96281,7 @@ func (c *InstancesSetMachineResourcesCall) Header() http.Header { func (c *InstancesSetMachineResourcesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -95031,7 +96470,7 @@ func (c *InstancesSetMachineTypeCall) Header() http.Header { func (c *InstancesSetMachineTypeCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -95220,7 +96659,7 @@ func (c *InstancesSetMetadataCall) Header() http.Header { func (c *InstancesSetMetadataCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -95411,7 +96850,7 @@ func (c *InstancesSetMinCpuPlatformCall) Header() http.Header { func (c *InstancesSetMinCpuPlatformCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -95545,7 +96984,9 @@ type InstancesSetSchedulingCall struct { // SetScheduling: Sets an instance's scheduling options. You can only // call this method on a stopped instance, that is, a VM instance that // is in a `TERMINATED` state. See Instance Life Cycle for more -// information on the possible instance states. +// information on the possible instance states. For more information +// about setting scheduling options for a VM, see Set VM availability +// policies. // // - instance: Instance name for this request. // - project: Project ID for this request. @@ -95602,7 +97043,7 @@ func (c *InstancesSetSchedulingCall) Header() http.Header { func (c *InstancesSetSchedulingCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -95668,7 +97109,7 @@ func (c *InstancesSetSchedulingCall) Do(opts ...googleapi.CallOption) (*Operatio } return ret, nil // { - // "description": "Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states.", + // "description": "Sets an instance's scheduling options. You can only call this method on a stopped instance, that is, a VM instance that is in a `TERMINATED` state. See Instance Life Cycle for more information on the possible instance states. For more information about setting scheduling options for a VM, see Set VM availability policies.", // "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/setScheduling", // "httpMethod": "POST", // "id": "compute.instances.setScheduling", @@ -95792,7 +97233,7 @@ func (c *InstancesSetServiceAccountCall) Header() http.Header { func (c *InstancesSetServiceAccountCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -95983,7 +97424,7 @@ func (c *InstancesSetShieldedInstanceIntegrityPolicyCall) Header() http.Header { func (c *InstancesSetShieldedInstanceIntegrityPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -96172,7 +97613,7 @@ func (c *InstancesSetTagsCall) Header() http.Header { func (c *InstancesSetTagsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -96302,8 +97743,8 @@ type InstancesSimulateMaintenanceEventCall struct { header_ http.Header } -// SimulateMaintenanceEvent: Simulates a maintenance event on the -// instance. +// SimulateMaintenanceEvent: Simulates a host maintenance event on a VM. +// For more information, see Simulate a host maintenance event. // // - instance: Name of the instance scoping this request. // - project: Project ID for this request. @@ -96343,7 +97784,7 @@ func (c *InstancesSimulateMaintenanceEventCall) Header() http.Header { func (c *InstancesSimulateMaintenanceEventCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -96404,7 +97845,7 @@ func (c *InstancesSimulateMaintenanceEventCall) Do(opts ...googleapi.CallOption) } return ret, nil // { - // "description": "Simulates a maintenance event on the instance.", + // "description": "Simulates a host maintenance event on a VM. For more information, see Simulate a host maintenance event.", // "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/simulateMaintenanceEvent", // "httpMethod": "POST", // "id": "compute.instances.simulateMaintenanceEvent", @@ -96517,7 +97958,7 @@ func (c *InstancesStartCall) Header() http.Header { func (c *InstancesStartCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -96699,7 +98140,7 @@ func (c *InstancesStartWithEncryptionKeyCall) Header() http.Header { func (c *InstancesStartWithEncryptionKeyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -96890,7 +98331,7 @@ func (c *InstancesStopCall) Header() http.Header { func (c *InstancesStopCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -97000,6 +98441,191 @@ func (c *InstancesStopCall) Do(opts ...googleapi.CallOption) (*Operation, error) } +// method id "compute.instances.suspend": + +type InstancesSuspendCall struct { + s *Service + project string + zone string + instance string + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Suspend: This method suspends a running instance, saving its state to +// persistent storage, and allows you to resume the instance at a later +// time. Suspended instances have no compute costs (cores or RAM), and +// incur only storage charges for the saved VM memory and localSSD data. +// Any charged resources the virtual machine was using, such as +// persistent disks and static IP addresses, will continue to be charged +// while the instance is suspended. For more information, see Suspending +// and resuming an instance. +// +// - instance: Name of the instance resource to suspend. +// - project: Project ID for this request. +// - zone: The name of the zone for this request. +func (r *InstancesService) Suspend(project string, zone string, instance string) *InstancesSuspendCall { + c := &InstancesSuspendCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.zone = zone + c.instance = instance + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *InstancesSuspendCall) RequestId(requestId string) *InstancesSuspendCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *InstancesSuspendCall) Fields(s ...googleapi.Field) *InstancesSuspendCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *InstancesSuspendCall) Context(ctx context.Context) *InstancesSuspendCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *InstancesSuspendCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *InstancesSuspendCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/zones/{zone}/instances/{instance}/suspend") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "zone": c.zone, + "instance": c.instance, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.instances.suspend" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *InstancesSuspendCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "This method suspends a running instance, saving its state to persistent storage, and allows you to resume the instance at a later time. Suspended instances have no compute costs (cores or RAM), and incur only storage charges for the saved VM memory and localSSD data. Any charged resources the virtual machine was using, such as persistent disks and static IP addresses, will continue to be charged while the instance is suspended. For more information, see Suspending and resuming an instance.", + // "flatPath": "projects/{project}/zones/{zone}/instances/{instance}/suspend", + // "httpMethod": "POST", + // "id": "compute.instances.suspend", + // "parameterOrder": [ + // "project", + // "zone", + // "instance" + // ], + // "parameters": { + // "instance": { + // "description": "Name of the instance resource to suspend.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // }, + // "zone": { + // "description": "The name of the zone for this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/zones/{zone}/instances/{instance}/suspend", + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + // method id "compute.instances.testIamPermissions": type InstancesTestIamPermissionsCall struct { @@ -97055,7 +98681,7 @@ func (c *InstancesTestIamPermissionsCall) Header() http.Header { func (c *InstancesTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -97274,7 +98900,7 @@ func (c *InstancesUpdateCall) Header() http.Header { func (c *InstancesUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -97502,7 +99128,7 @@ func (c *InstancesUpdateAccessConfigCall) Header() http.Header { func (c *InstancesUpdateAccessConfigCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -97700,7 +99326,7 @@ func (c *InstancesUpdateDisplayDeviceCall) Header() http.Header { func (c *InstancesUpdateDisplayDeviceCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -97895,7 +99521,7 @@ func (c *InstancesUpdateNetworkInterfaceCall) Header() http.Header { func (c *InstancesUpdateNetworkInterfaceCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -98093,7 +99719,7 @@ func (c *InstancesUpdateShieldedInstanceConfigCall) Header() http.Header { func (c *InstancesUpdateShieldedInstanceConfigCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -98351,7 +99977,7 @@ func (c *InterconnectAttachmentsAggregatedListCall) Header() http.Header { func (c *InterconnectAttachmentsAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -98566,7 +100192,7 @@ func (c *InterconnectAttachmentsDeleteCall) Header() http.Header { func (c *InterconnectAttachmentsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -98740,7 +100366,7 @@ func (c *InterconnectAttachmentsGetCall) Header() http.Header { func (c *InterconnectAttachmentsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -98924,7 +100550,7 @@ func (c *InterconnectAttachmentsInsertCall) Header() http.Header { func (c *InterconnectAttachmentsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -99168,7 +100794,7 @@ func (c *InterconnectAttachmentsListCall) Header() http.Header { func (c *InterconnectAttachmentsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -99390,7 +101016,7 @@ func (c *InterconnectAttachmentsPatchCall) Header() http.Header { func (c *InterconnectAttachmentsPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -99570,7 +101196,7 @@ func (c *InterconnectLocationsGetCall) Header() http.Header { func (c *InterconnectLocationsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -99797,7 +101423,7 @@ func (c *InterconnectLocationsListCall) Header() http.Header { func (c *InterconnectLocationsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -100002,7 +101628,7 @@ func (c *InterconnectsDeleteCall) Header() http.Header { func (c *InterconnectsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -100164,7 +101790,7 @@ func (c *InterconnectsGetCall) Header() http.Header { func (c *InterconnectsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -100325,7 +101951,7 @@ func (c *InterconnectsGetDiagnosticsCall) Header() http.Header { func (c *InterconnectsGetDiagnosticsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -100491,7 +102117,7 @@ func (c *InterconnectsInsertCall) Header() http.Header { func (c *InterconnectsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -100718,7 +102344,7 @@ func (c *InterconnectsListCall) Header() http.Header { func (c *InterconnectsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -100927,7 +102553,7 @@ func (c *InterconnectsPatchCall) Header() http.Header { func (c *InterconnectsPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -101100,7 +102726,7 @@ func (c *LicenseCodesGetCall) Header() http.Header { func (c *LicenseCodesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -101253,7 +102879,7 @@ func (c *LicenseCodesTestIamPermissionsCall) Header() http.Header { func (c *LicenseCodesTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -101425,7 +103051,7 @@ func (c *LicensesDeleteCall) Header() http.Header { func (c *LicensesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -101588,7 +103214,7 @@ func (c *LicensesGetCall) Header() http.Header { func (c *LicensesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -101758,7 +103384,7 @@ func (c *LicensesGetIamPolicyCall) Header() http.Header { func (c *LicensesGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -101930,7 +103556,7 @@ func (c *LicensesInsertCall) Header() http.Header { func (c *LicensesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -102166,7 +103792,7 @@ func (c *LicensesListCall) Header() http.Header { func (c *LicensesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -102360,7 +103986,7 @@ func (c *LicensesSetIamPolicyCall) Header() http.Header { func (c *LicensesSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -102517,7 +104143,7 @@ func (c *LicensesTestIamPermissionsCall) Header() http.Header { func (c *LicensesTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -102688,7 +104314,7 @@ func (c *MachineImagesDeleteCall) Header() http.Header { func (c *MachineImagesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -102850,7 +104476,7 @@ func (c *MachineImagesGetCall) Header() http.Header { func (c *MachineImagesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -103018,7 +104644,7 @@ func (c *MachineImagesGetIamPolicyCall) Header() http.Header { func (c *MachineImagesGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -103200,7 +104826,7 @@ func (c *MachineImagesInsertCall) Header() http.Header { func (c *MachineImagesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -103432,7 +105058,7 @@ func (c *MachineImagesListCall) Header() http.Header { func (c *MachineImagesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -103624,7 +105250,7 @@ func (c *MachineImagesSetIamPolicyCall) Header() http.Header { func (c *MachineImagesSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -103780,7 +105406,7 @@ func (c *MachineImagesTestIamPermissionsCall) Header() http.Header { func (c *MachineImagesTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -104024,7 +105650,7 @@ func (c *MachineTypesAggregatedListCall) Header() http.Header { func (c *MachineTypesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -104233,7 +105859,7 @@ func (c *MachineTypesGetCall) Header() http.Header { func (c *MachineTypesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -104472,7 +106098,7 @@ func (c *MachineTypesListCall) Header() http.Header { func (c *MachineTypesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -104621,6 +106247,1048 @@ func (c *MachineTypesListCall) Pages(ctx context.Context, f func(*MachineTypeLis } } +// method id "compute.networkEdgeSecurityServices.aggregatedList": + +type NetworkEdgeSecurityServicesAggregatedListCall struct { + s *Service + project string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// AggregatedList: Retrieves the list of all NetworkEdgeSecurityService +// resources available to the specified project. +// +// - project: Name of the project scoping this request. +func (r *NetworkEdgeSecurityServicesService) AggregatedList(project string) *NetworkEdgeSecurityServicesAggregatedListCall { + c := &NetworkEdgeSecurityServicesAggregatedListCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + return c +} + +// Filter sets the optional parameter "filter": A filter expression that +// filters resources listed in the response. The expression must specify +// the field name, an operator, and the value that you want to use for +// filtering. The value must be a string, a number, or a boolean. The +// operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For +// example, if you are filtering Compute Engine instances, you can +// exclude instances named `example-instance` by specifying `name != +// example-instance`. The `:` operator can be used with string fields to +// match substrings. For non-string fields it is equivalent to the `=` +// operator. The `:*` comparison can be used to test whether a key has +// been defined. For example, to find all objects with `owner` label +// use: ``` labels.owner:* ``` You can also filter nested fields. For +// example, you could specify `scheduling.automaticRestart = false` to +// include instances only if they are not scheduled for automatic +// restarts. You can use filtering on nested fields to filter based on +// resource labels. To filter on multiple expressions, provide each +// separate expression within parentheses. For example: ``` +// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") +// ``` By default, each expression is an `AND` expression. However, you +// can include `AND` and `OR` expressions explicitly. For example: ``` +// (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") +// AND (scheduling.automaticRestart = true) ``` +func (c *NetworkEdgeSecurityServicesAggregatedListCall) Filter(filter string) *NetworkEdgeSecurityServicesAggregatedListCall { + c.urlParams_.Set("filter", filter) + return c +} + +// IncludeAllScopes sets the optional parameter "includeAllScopes": +// Indicates whether every visible scope for each scope type (zone, +// region, global) should be included in the response. For new resource +// types added after this field, the flag has no effect as new resource +// types will always include every visible scope for each scope type in +// response. For resource types which predate this field, if this flag +// is omitted or false, only scopes of the scope types where the +// resource type is expected to be found will be included. +func (c *NetworkEdgeSecurityServicesAggregatedListCall) IncludeAllScopes(includeAllScopes bool) *NetworkEdgeSecurityServicesAggregatedListCall { + c.urlParams_.Set("includeAllScopes", fmt.Sprint(includeAllScopes)) + return c +} + +// MaxResults sets the optional parameter "maxResults": The maximum +// number of results per page that should be returned. If the number of +// available results is larger than `maxResults`, Compute Engine returns +// a `nextPageToken` that can be used to get the next page of results in +// subsequent list requests. Acceptable values are `0` to `500`, +// inclusive. (Default: `500`) +func (c *NetworkEdgeSecurityServicesAggregatedListCall) MaxResults(maxResults int64) *NetworkEdgeSecurityServicesAggregatedListCall { + c.urlParams_.Set("maxResults", fmt.Sprint(maxResults)) + return c +} + +// OrderBy sets the optional parameter "orderBy": Sorts list results by +// a certain order. By default, results are returned in alphanumerical +// order based on the resource name. You can also sort results in +// descending order based on the creation timestamp using +// `orderBy="creationTimestamp desc". This sorts results based on the +// `creationTimestamp` field in reverse chronological order (newest +// result first). Use this to sort resources like operations so that the +// newest operation is returned first. Currently, only sorting by `name` +// or `creationTimestamp desc` is supported. +func (c *NetworkEdgeSecurityServicesAggregatedListCall) OrderBy(orderBy string) *NetworkEdgeSecurityServicesAggregatedListCall { + c.urlParams_.Set("orderBy", orderBy) + return c +} + +// PageToken sets the optional parameter "pageToken": Specifies a page +// token to use. Set `pageToken` to the `nextPageToken` returned by a +// previous list request to get the next page of results. +func (c *NetworkEdgeSecurityServicesAggregatedListCall) PageToken(pageToken string) *NetworkEdgeSecurityServicesAggregatedListCall { + c.urlParams_.Set("pageToken", pageToken) + return c +} + +// ReturnPartialSuccess sets the optional parameter +// "returnPartialSuccess": Opt-in for partial success behavior which +// provides partial results in case of failure. The default value is +// false. +func (c *NetworkEdgeSecurityServicesAggregatedListCall) ReturnPartialSuccess(returnPartialSuccess bool) *NetworkEdgeSecurityServicesAggregatedListCall { + c.urlParams_.Set("returnPartialSuccess", fmt.Sprint(returnPartialSuccess)) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkEdgeSecurityServicesAggregatedListCall) Fields(s ...googleapi.Field) *NetworkEdgeSecurityServicesAggregatedListCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *NetworkEdgeSecurityServicesAggregatedListCall) IfNoneMatch(entityTag string) *NetworkEdgeSecurityServicesAggregatedListCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkEdgeSecurityServicesAggregatedListCall) Context(ctx context.Context) *NetworkEdgeSecurityServicesAggregatedListCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkEdgeSecurityServicesAggregatedListCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkEdgeSecurityServicesAggregatedListCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/aggregated/networkEdgeSecurityServices") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkEdgeSecurityServices.aggregatedList" call. +// Exactly one of *NetworkEdgeSecurityServiceAggregatedList or error +// will be non-nil. Any non-2xx status code is an error. Response +// headers are in either +// *NetworkEdgeSecurityServiceAggregatedList.ServerResponse.Header or +// (if a response was returned at all) in +// error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check +// whether the returned error was because http.StatusNotModified was +// returned. +func (c *NetworkEdgeSecurityServicesAggregatedListCall) Do(opts ...googleapi.CallOption) (*NetworkEdgeSecurityServiceAggregatedList, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &NetworkEdgeSecurityServiceAggregatedList{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Retrieves the list of all NetworkEdgeSecurityService resources available to the specified project.", + // "flatPath": "projects/{project}/aggregated/networkEdgeSecurityServices", + // "httpMethod": "GET", + // "id": "compute.networkEdgeSecurityServices.aggregatedList", + // "parameterOrder": [ + // "project" + // ], + // "parameters": { + // "filter": { + // "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `\u003e`, `\u003c`, `\u003c=`, `\u003e=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```", + // "location": "query", + // "type": "string" + // }, + // "includeAllScopes": { + // "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + // "location": "query", + // "type": "boolean" + // }, + // "maxResults": { + // "default": "500", + // "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + // "format": "uint32", + // "location": "query", + // "minimum": "0", + // "type": "integer" + // }, + // "orderBy": { + // "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + // "location": "query", + // "type": "string" + // }, + // "pageToken": { + // "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + // "location": "query", + // "type": "string" + // }, + // "project": { + // "description": "Name of the project scoping this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "returnPartialSuccess": { + // "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.", + // "location": "query", + // "type": "boolean" + // } + // }, + // "path": "projects/{project}/aggregated/networkEdgeSecurityServices", + // "response": { + // "$ref": "NetworkEdgeSecurityServiceAggregatedList" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// Pages invokes f for each page of results. +// A non-nil error returned from f will halt the iteration. +// The provided context supersedes any context provided to the Context method. +func (c *NetworkEdgeSecurityServicesAggregatedListCall) Pages(ctx context.Context, f func(*NetworkEdgeSecurityServiceAggregatedList) error) error { + c.ctx_ = ctx + defer c.PageToken(c.urlParams_.Get("pageToken")) // reset paging to original point + for { + x, err := c.Do() + if err != nil { + return err + } + if err := f(x); err != nil { + return err + } + if x.NextPageToken == "" { + return nil + } + c.PageToken(x.NextPageToken) + } +} + +// method id "compute.networkEdgeSecurityServices.delete": + +type NetworkEdgeSecurityServicesDeleteCall struct { + s *Service + project string + region string + networkEdgeSecurityService string + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Delete: Deletes the specified service. +// +// - networkEdgeSecurityService: Name of the network edge security +// service to delete. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *NetworkEdgeSecurityServicesService) Delete(project string, region string, networkEdgeSecurityService string) *NetworkEdgeSecurityServicesDeleteCall { + c := &NetworkEdgeSecurityServicesDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.networkEdgeSecurityService = networkEdgeSecurityService + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *NetworkEdgeSecurityServicesDeleteCall) RequestId(requestId string) *NetworkEdgeSecurityServicesDeleteCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkEdgeSecurityServicesDeleteCall) Fields(s ...googleapi.Field) *NetworkEdgeSecurityServicesDeleteCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkEdgeSecurityServicesDeleteCall) Context(ctx context.Context) *NetworkEdgeSecurityServicesDeleteCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkEdgeSecurityServicesDeleteCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkEdgeSecurityServicesDeleteCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("DELETE", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "networkEdgeSecurityService": c.networkEdgeSecurityService, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkEdgeSecurityServices.delete" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *NetworkEdgeSecurityServicesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Deletes the specified service.", + // "flatPath": "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}", + // "httpMethod": "DELETE", + // "id": "compute.networkEdgeSecurityServices.delete", + // "parameterOrder": [ + // "project", + // "region", + // "networkEdgeSecurityService" + // ], + // "parameters": { + // "networkEdgeSecurityService": { + // "description": "Name of the network edge security service to delete.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}", + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.networkEdgeSecurityServices.get": + +type NetworkEdgeSecurityServicesGetCall struct { + s *Service + project string + region string + networkEdgeSecurityService string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// Get: Gets a specified NetworkEdgeSecurityService. +// +// - networkEdgeSecurityService: Name of the network edge security +// service to get. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *NetworkEdgeSecurityServicesService) Get(project string, region string, networkEdgeSecurityService string) *NetworkEdgeSecurityServicesGetCall { + c := &NetworkEdgeSecurityServicesGetCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.networkEdgeSecurityService = networkEdgeSecurityService + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkEdgeSecurityServicesGetCall) Fields(s ...googleapi.Field) *NetworkEdgeSecurityServicesGetCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *NetworkEdgeSecurityServicesGetCall) IfNoneMatch(entityTag string) *NetworkEdgeSecurityServicesGetCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkEdgeSecurityServicesGetCall) Context(ctx context.Context) *NetworkEdgeSecurityServicesGetCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkEdgeSecurityServicesGetCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkEdgeSecurityServicesGetCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "networkEdgeSecurityService": c.networkEdgeSecurityService, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkEdgeSecurityServices.get" call. +// Exactly one of *NetworkEdgeSecurityService or error will be non-nil. +// Any non-2xx status code is an error. Response headers are in either +// *NetworkEdgeSecurityService.ServerResponse.Header or (if a response +// was returned at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *NetworkEdgeSecurityServicesGetCall) Do(opts ...googleapi.CallOption) (*NetworkEdgeSecurityService, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &NetworkEdgeSecurityService{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Gets a specified NetworkEdgeSecurityService.", + // "flatPath": "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}", + // "httpMethod": "GET", + // "id": "compute.networkEdgeSecurityServices.get", + // "parameterOrder": [ + // "project", + // "region", + // "networkEdgeSecurityService" + // ], + // "parameters": { + // "networkEdgeSecurityService": { + // "description": "Name of the network edge security service to get.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}", + // "response": { + // "$ref": "NetworkEdgeSecurityService" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// method id "compute.networkEdgeSecurityServices.insert": + +type NetworkEdgeSecurityServicesInsertCall struct { + s *Service + project string + region string + networkedgesecurityservice *NetworkEdgeSecurityService + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Insert: Creates a new service in the specified project using the data +// included in the request. +// +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *NetworkEdgeSecurityServicesService) Insert(project string, region string, networkedgesecurityservice *NetworkEdgeSecurityService) *NetworkEdgeSecurityServicesInsertCall { + c := &NetworkEdgeSecurityServicesInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.networkedgesecurityservice = networkedgesecurityservice + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *NetworkEdgeSecurityServicesInsertCall) RequestId(requestId string) *NetworkEdgeSecurityServicesInsertCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// ValidateOnly sets the optional parameter "validateOnly": If true, the +// request will not be committed. +func (c *NetworkEdgeSecurityServicesInsertCall) ValidateOnly(validateOnly bool) *NetworkEdgeSecurityServicesInsertCall { + c.urlParams_.Set("validateOnly", fmt.Sprint(validateOnly)) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkEdgeSecurityServicesInsertCall) Fields(s ...googleapi.Field) *NetworkEdgeSecurityServicesInsertCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkEdgeSecurityServicesInsertCall) Context(ctx context.Context) *NetworkEdgeSecurityServicesInsertCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkEdgeSecurityServicesInsertCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkEdgeSecurityServicesInsertCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.networkedgesecurityservice) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/networkEdgeSecurityServices") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkEdgeSecurityServices.insert" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *NetworkEdgeSecurityServicesInsertCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Creates a new service in the specified project using the data included in the request.", + // "flatPath": "projects/{project}/regions/{region}/networkEdgeSecurityServices", + // "httpMethod": "POST", + // "id": "compute.networkEdgeSecurityServices.insert", + // "parameterOrder": [ + // "project", + // "region" + // ], + // "parameters": { + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // }, + // "validateOnly": { + // "description": "If true, the request will not be committed.", + // "location": "query", + // "type": "boolean" + // } + // }, + // "path": "projects/{project}/regions/{region}/networkEdgeSecurityServices", + // "request": { + // "$ref": "NetworkEdgeSecurityService" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.networkEdgeSecurityServices.patch": + +type NetworkEdgeSecurityServicesPatchCall struct { + s *Service + project string + region string + networkEdgeSecurityService string + networkedgesecurityservice *NetworkEdgeSecurityService + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Patch: Patches the specified policy with the data included in the +// request. +// +// - networkEdgeSecurityService: Name of the network edge security +// service to update. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *NetworkEdgeSecurityServicesService) Patch(project string, region string, networkEdgeSecurityService string, networkedgesecurityservice *NetworkEdgeSecurityService) *NetworkEdgeSecurityServicesPatchCall { + c := &NetworkEdgeSecurityServicesPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.networkEdgeSecurityService = networkEdgeSecurityService + c.networkedgesecurityservice = networkedgesecurityservice + return c +} + +// Paths sets the optional parameter "paths": +func (c *NetworkEdgeSecurityServicesPatchCall) Paths(paths ...string) *NetworkEdgeSecurityServicesPatchCall { + c.urlParams_.SetMulti("paths", append([]string{}, paths...)) + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *NetworkEdgeSecurityServicesPatchCall) RequestId(requestId string) *NetworkEdgeSecurityServicesPatchCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// UpdateMask sets the optional parameter "updateMask": Indicates fields +// to be updated as part of this request. +func (c *NetworkEdgeSecurityServicesPatchCall) UpdateMask(updateMask string) *NetworkEdgeSecurityServicesPatchCall { + c.urlParams_.Set("updateMask", updateMask) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkEdgeSecurityServicesPatchCall) Fields(s ...googleapi.Field) *NetworkEdgeSecurityServicesPatchCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkEdgeSecurityServicesPatchCall) Context(ctx context.Context) *NetworkEdgeSecurityServicesPatchCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkEdgeSecurityServicesPatchCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkEdgeSecurityServicesPatchCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.networkedgesecurityservice) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("PATCH", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "networkEdgeSecurityService": c.networkEdgeSecurityService, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkEdgeSecurityServices.patch" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *NetworkEdgeSecurityServicesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Patches the specified policy with the data included in the request.", + // "flatPath": "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}", + // "httpMethod": "PATCH", + // "id": "compute.networkEdgeSecurityServices.patch", + // "parameterOrder": [ + // "project", + // "region", + // "networkEdgeSecurityService" + // ], + // "parameters": { + // "networkEdgeSecurityService": { + // "description": "Name of the network edge security service to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "paths": { + // "location": "query", + // "repeated": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // }, + // "updateMask": { + // "description": "Indicates fields to be updated as part of this request.", + // "format": "google-fieldmask", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/networkEdgeSecurityServices/{networkEdgeSecurityService}", + // "request": { + // "$ref": "NetworkEdgeSecurityService" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + // method id "compute.networkEndpointGroups.aggregatedList": type NetworkEndpointGroupsAggregatedListCall struct { @@ -104761,7 +107429,7 @@ func (c *NetworkEndpointGroupsAggregatedListCall) Header() http.Header { func (c *NetworkEndpointGroupsAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -104981,7 +107649,7 @@ func (c *NetworkEndpointGroupsAttachNetworkEndpointsCall) Header() http.Header { func (c *NetworkEndpointGroupsAttachNetworkEndpointsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -105170,7 +107838,7 @@ func (c *NetworkEndpointGroupsDeleteCall) Header() http.Header { func (c *NetworkEndpointGroupsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -105351,7 +108019,7 @@ func (c *NetworkEndpointGroupsDetachNetworkEndpointsCall) Header() http.Header { func (c *NetworkEndpointGroupsDetachNetworkEndpointsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -105533,7 +108201,7 @@ func (c *NetworkEndpointGroupsGetCall) Header() http.Header { func (c *NetworkEndpointGroupsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -105709,7 +108377,7 @@ func (c *NetworkEndpointGroupsInsertCall) Header() http.Header { func (c *NetworkEndpointGroupsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -105948,7 +108616,7 @@ func (c *NetworkEndpointGroupsListCall) Header() http.Header { func (c *NetworkEndpointGroupsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -106223,7 +108891,7 @@ func (c *NetworkEndpointGroupsListNetworkEndpointsCall) Header() http.Header { func (c *NetworkEndpointGroupsListNetworkEndpointsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -106441,7 +109109,7 @@ func (c *NetworkEndpointGroupsTestIamPermissionsCall) Header() http.Header { func (c *NetworkEndpointGroupsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -106555,6 +109223,2898 @@ func (c *NetworkEndpointGroupsTestIamPermissionsCall) Do(opts ...googleapi.CallO } +// method id "compute.networkFirewallPolicies.addAssociation": + +type NetworkFirewallPoliciesAddAssociationCall struct { + s *Service + project string + firewallPolicy string + firewallpolicyassociation *FirewallPolicyAssociation + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// AddAssociation: Inserts an association for the specified firewall +// policy. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +func (r *NetworkFirewallPoliciesService) AddAssociation(project string, firewallPolicy string, firewallpolicyassociation *FirewallPolicyAssociation) *NetworkFirewallPoliciesAddAssociationCall { + c := &NetworkFirewallPoliciesAddAssociationCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.firewallPolicy = firewallPolicy + c.firewallpolicyassociation = firewallpolicyassociation + return c +} + +// ReplaceExistingAssociation sets the optional parameter +// "replaceExistingAssociation": Indicates whether or not to replace it +// if an association of the attachment already exists. This is false by +// default, in which case an error will be returned if an association +// already exists. +func (c *NetworkFirewallPoliciesAddAssociationCall) ReplaceExistingAssociation(replaceExistingAssociation bool) *NetworkFirewallPoliciesAddAssociationCall { + c.urlParams_.Set("replaceExistingAssociation", fmt.Sprint(replaceExistingAssociation)) + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *NetworkFirewallPoliciesAddAssociationCall) RequestId(requestId string) *NetworkFirewallPoliciesAddAssociationCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesAddAssociationCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesAddAssociationCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesAddAssociationCall) Context(ctx context.Context) *NetworkFirewallPoliciesAddAssociationCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesAddAssociationCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesAddAssociationCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.firewallpolicyassociation) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{firewallPolicy}/addAssociation") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.addAssociation" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesAddAssociationCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Inserts an association for the specified firewall policy.", + // "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/addAssociation", + // "httpMethod": "POST", + // "id": "compute.networkFirewallPolicies.addAssociation", + // "parameterOrder": [ + // "project", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "replaceExistingAssociation": { + // "description": "Indicates whether or not to replace it if an association of the attachment already exists. This is false by default, in which case an error will be returned if an association already exists.", + // "location": "query", + // "type": "boolean" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/addAssociation", + // "request": { + // "$ref": "FirewallPolicyAssociation" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.addRule": + +type NetworkFirewallPoliciesAddRuleCall struct { + s *Service + project string + firewallPolicy string + firewallpolicyrule *FirewallPolicyRule + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// AddRule: Inserts a rule into a firewall policy. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +func (r *NetworkFirewallPoliciesService) AddRule(project string, firewallPolicy string, firewallpolicyrule *FirewallPolicyRule) *NetworkFirewallPoliciesAddRuleCall { + c := &NetworkFirewallPoliciesAddRuleCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.firewallPolicy = firewallPolicy + c.firewallpolicyrule = firewallpolicyrule + return c +} + +// MaxPriority sets the optional parameter "maxPriority": When +// rule.priority is not specified, auto choose a unused priority between +// minPriority and maxPriority>. This field is exclusive with +// rule.priority. +func (c *NetworkFirewallPoliciesAddRuleCall) MaxPriority(maxPriority int64) *NetworkFirewallPoliciesAddRuleCall { + c.urlParams_.Set("maxPriority", fmt.Sprint(maxPriority)) + return c +} + +// MinPriority sets the optional parameter "minPriority": When +// rule.priority is not specified, auto choose a unused priority between +// minPriority and maxPriority>. This field is exclusive with +// rule.priority. +func (c *NetworkFirewallPoliciesAddRuleCall) MinPriority(minPriority int64) *NetworkFirewallPoliciesAddRuleCall { + c.urlParams_.Set("minPriority", fmt.Sprint(minPriority)) + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *NetworkFirewallPoliciesAddRuleCall) RequestId(requestId string) *NetworkFirewallPoliciesAddRuleCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesAddRuleCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesAddRuleCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesAddRuleCall) Context(ctx context.Context) *NetworkFirewallPoliciesAddRuleCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesAddRuleCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesAddRuleCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.firewallpolicyrule) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{firewallPolicy}/addRule") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.addRule" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesAddRuleCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Inserts a rule into a firewall policy.", + // "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/addRule", + // "httpMethod": "POST", + // "id": "compute.networkFirewallPolicies.addRule", + // "parameterOrder": [ + // "project", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "maxPriority": { + // "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority\u003e. This field is exclusive with rule.priority.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, + // "minPriority": { + // "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority\u003e. This field is exclusive with rule.priority.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/addRule", + // "request": { + // "$ref": "FirewallPolicyRule" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.cloneRules": + +type NetworkFirewallPoliciesCloneRulesCall struct { + s *Service + project string + firewallPolicy string + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// CloneRules: Copies rules to the specified firewall policy. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +func (r *NetworkFirewallPoliciesService) CloneRules(project string, firewallPolicy string) *NetworkFirewallPoliciesCloneRulesCall { + c := &NetworkFirewallPoliciesCloneRulesCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.firewallPolicy = firewallPolicy + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *NetworkFirewallPoliciesCloneRulesCall) RequestId(requestId string) *NetworkFirewallPoliciesCloneRulesCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// SourceFirewallPolicy sets the optional parameter +// "sourceFirewallPolicy": The firewall policy from which to copy rules. +func (c *NetworkFirewallPoliciesCloneRulesCall) SourceFirewallPolicy(sourceFirewallPolicy string) *NetworkFirewallPoliciesCloneRulesCall { + c.urlParams_.Set("sourceFirewallPolicy", sourceFirewallPolicy) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesCloneRulesCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesCloneRulesCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesCloneRulesCall) Context(ctx context.Context) *NetworkFirewallPoliciesCloneRulesCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesCloneRulesCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesCloneRulesCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{firewallPolicy}/cloneRules") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.cloneRules" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesCloneRulesCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Copies rules to the specified firewall policy.", + // "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/cloneRules", + // "httpMethod": "POST", + // "id": "compute.networkFirewallPolicies.cloneRules", + // "parameterOrder": [ + // "project", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // }, + // "sourceFirewallPolicy": { + // "description": "The firewall policy from which to copy rules.", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/cloneRules", + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.delete": + +type NetworkFirewallPoliciesDeleteCall struct { + s *Service + project string + firewallPolicy string + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Delete: Deletes the specified policy. +// +// - firewallPolicy: Name of the firewall policy to delete. +// - project: Project ID for this request. +func (r *NetworkFirewallPoliciesService) Delete(project string, firewallPolicy string) *NetworkFirewallPoliciesDeleteCall { + c := &NetworkFirewallPoliciesDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.firewallPolicy = firewallPolicy + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *NetworkFirewallPoliciesDeleteCall) RequestId(requestId string) *NetworkFirewallPoliciesDeleteCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesDeleteCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesDeleteCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesDeleteCall) Context(ctx context.Context) *NetworkFirewallPoliciesDeleteCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesDeleteCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesDeleteCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{firewallPolicy}") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("DELETE", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.delete" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Deletes the specified policy.", + // "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}", + // "httpMethod": "DELETE", + // "id": "compute.networkFirewallPolicies.delete", + // "parameterOrder": [ + // "project", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to delete.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}", + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.get": + +type NetworkFirewallPoliciesGetCall struct { + s *Service + project string + firewallPolicy string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// Get: Returns the specified network firewall policy. +// +// - firewallPolicy: Name of the firewall policy to get. +// - project: Project ID for this request. +func (r *NetworkFirewallPoliciesService) Get(project string, firewallPolicy string) *NetworkFirewallPoliciesGetCall { + c := &NetworkFirewallPoliciesGetCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.firewallPolicy = firewallPolicy + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesGetCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesGetCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *NetworkFirewallPoliciesGetCall) IfNoneMatch(entityTag string) *NetworkFirewallPoliciesGetCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesGetCall) Context(ctx context.Context) *NetworkFirewallPoliciesGetCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesGetCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesGetCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{firewallPolicy}") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.get" call. +// Exactly one of *FirewallPolicy or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *FirewallPolicy.ServerResponse.Header or (if a response was returned +// at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesGetCall) Do(opts ...googleapi.CallOption) (*FirewallPolicy, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &FirewallPolicy{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Returns the specified network firewall policy.", + // "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}", + // "httpMethod": "GET", + // "id": "compute.networkFirewallPolicies.get", + // "parameterOrder": [ + // "project", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to get.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}", + // "response": { + // "$ref": "FirewallPolicy" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.getAssociation": + +type NetworkFirewallPoliciesGetAssociationCall struct { + s *Service + project string + firewallPolicy string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// GetAssociation: Gets an association with the specified name. +// +// - firewallPolicy: Name of the firewall policy to which the queried +// association belongs. +// - project: Project ID for this request. +func (r *NetworkFirewallPoliciesService) GetAssociation(project string, firewallPolicy string) *NetworkFirewallPoliciesGetAssociationCall { + c := &NetworkFirewallPoliciesGetAssociationCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.firewallPolicy = firewallPolicy + return c +} + +// Name sets the optional parameter "name": The name of the association +// to get from the firewall policy. +func (c *NetworkFirewallPoliciesGetAssociationCall) Name(name string) *NetworkFirewallPoliciesGetAssociationCall { + c.urlParams_.Set("name", name) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesGetAssociationCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesGetAssociationCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *NetworkFirewallPoliciesGetAssociationCall) IfNoneMatch(entityTag string) *NetworkFirewallPoliciesGetAssociationCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesGetAssociationCall) Context(ctx context.Context) *NetworkFirewallPoliciesGetAssociationCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesGetAssociationCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesGetAssociationCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{firewallPolicy}/getAssociation") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.getAssociation" call. +// Exactly one of *FirewallPolicyAssociation or error will be non-nil. +// Any non-2xx status code is an error. Response headers are in either +// *FirewallPolicyAssociation.ServerResponse.Header or (if a response +// was returned at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesGetAssociationCall) Do(opts ...googleapi.CallOption) (*FirewallPolicyAssociation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &FirewallPolicyAssociation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Gets an association with the specified name.", + // "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/getAssociation", + // "httpMethod": "GET", + // "id": "compute.networkFirewallPolicies.getAssociation", + // "parameterOrder": [ + // "project", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to which the queried association belongs.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "name": { + // "description": "The name of the association to get from the firewall policy.", + // "location": "query", + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/getAssociation", + // "response": { + // "$ref": "FirewallPolicyAssociation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.getIamPolicy": + +type NetworkFirewallPoliciesGetIamPolicyCall struct { + s *Service + project string + resource string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// GetIamPolicy: Gets the access control policy for a resource. May be +// empty if no such policy or resource exists. +// +// - project: Project ID for this request. +// - resource: Name or id of the resource for this request. +func (r *NetworkFirewallPoliciesService) GetIamPolicy(project string, resource string) *NetworkFirewallPoliciesGetIamPolicyCall { + c := &NetworkFirewallPoliciesGetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.resource = resource + return c +} + +// OptionsRequestedPolicyVersion sets the optional parameter +// "optionsRequestedPolicyVersion": Requested IAM Policy version. +func (c *NetworkFirewallPoliciesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *NetworkFirewallPoliciesGetIamPolicyCall { + c.urlParams_.Set("optionsRequestedPolicyVersion", fmt.Sprint(optionsRequestedPolicyVersion)) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesGetIamPolicyCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesGetIamPolicyCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *NetworkFirewallPoliciesGetIamPolicyCall) IfNoneMatch(entityTag string) *NetworkFirewallPoliciesGetIamPolicyCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesGetIamPolicyCall) Context(ctx context.Context) *NetworkFirewallPoliciesGetIamPolicyCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesGetIamPolicyCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{resource}/getIamPolicy") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "resource": c.resource, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.getIamPolicy" call. +// Exactly one of *Policy or error will be non-nil. Any non-2xx status +// code is an error. Response headers are in either +// *Policy.ServerResponse.Header or (if a response was returned at all) +// in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to +// check whether the returned error was because http.StatusNotModified +// was returned. +func (c *NetworkFirewallPoliciesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Policy{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + // "flatPath": "projects/{project}/global/firewallPolicies/{resource}/getIamPolicy", + // "httpMethod": "GET", + // "id": "compute.networkFirewallPolicies.getIamPolicy", + // "parameterOrder": [ + // "project", + // "resource" + // ], + // "parameters": { + // "optionsRequestedPolicyVersion": { + // "description": "Requested IAM Policy version.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "resource": { + // "description": "Name or id of the resource for this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{resource}/getIamPolicy", + // "response": { + // "$ref": "Policy" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.getRule": + +type NetworkFirewallPoliciesGetRuleCall struct { + s *Service + project string + firewallPolicy string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// GetRule: Gets a rule of the specified priority. +// +// - firewallPolicy: Name of the firewall policy to which the queried +// rule belongs. +// - project: Project ID for this request. +func (r *NetworkFirewallPoliciesService) GetRule(project string, firewallPolicy string) *NetworkFirewallPoliciesGetRuleCall { + c := &NetworkFirewallPoliciesGetRuleCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.firewallPolicy = firewallPolicy + return c +} + +// Priority sets the optional parameter "priority": The priority of the +// rule to get from the firewall policy. +func (c *NetworkFirewallPoliciesGetRuleCall) Priority(priority int64) *NetworkFirewallPoliciesGetRuleCall { + c.urlParams_.Set("priority", fmt.Sprint(priority)) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesGetRuleCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesGetRuleCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *NetworkFirewallPoliciesGetRuleCall) IfNoneMatch(entityTag string) *NetworkFirewallPoliciesGetRuleCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesGetRuleCall) Context(ctx context.Context) *NetworkFirewallPoliciesGetRuleCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesGetRuleCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesGetRuleCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{firewallPolicy}/getRule") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.getRule" call. +// Exactly one of *FirewallPolicyRule or error will be non-nil. Any +// non-2xx status code is an error. Response headers are in either +// *FirewallPolicyRule.ServerResponse.Header or (if a response was +// returned at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesGetRuleCall) Do(opts ...googleapi.CallOption) (*FirewallPolicyRule, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &FirewallPolicyRule{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Gets a rule of the specified priority.", + // "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/getRule", + // "httpMethod": "GET", + // "id": "compute.networkFirewallPolicies.getRule", + // "parameterOrder": [ + // "project", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to which the queried rule belongs.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "priority": { + // "description": "The priority of the rule to get from the firewall policy.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/getRule", + // "response": { + // "$ref": "FirewallPolicyRule" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.insert": + +type NetworkFirewallPoliciesInsertCall struct { + s *Service + project string + firewallpolicy *FirewallPolicy + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Insert: Creates a new policy in the specified project using the data +// included in the request. +// +// - project: Project ID for this request. +func (r *NetworkFirewallPoliciesService) Insert(project string, firewallpolicy *FirewallPolicy) *NetworkFirewallPoliciesInsertCall { + c := &NetworkFirewallPoliciesInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.firewallpolicy = firewallpolicy + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *NetworkFirewallPoliciesInsertCall) RequestId(requestId string) *NetworkFirewallPoliciesInsertCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesInsertCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesInsertCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesInsertCall) Context(ctx context.Context) *NetworkFirewallPoliciesInsertCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesInsertCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesInsertCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.firewallpolicy) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.insert" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesInsertCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Creates a new policy in the specified project using the data included in the request.", + // "flatPath": "projects/{project}/global/firewallPolicies", + // "httpMethod": "POST", + // "id": "compute.networkFirewallPolicies.insert", + // "parameterOrder": [ + // "project" + // ], + // "parameters": { + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies", + // "request": { + // "$ref": "FirewallPolicy" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.list": + +type NetworkFirewallPoliciesListCall struct { + s *Service + project string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// List: Lists all the policies that have been configured for the +// specified project. +// +// - project: Project ID for this request. +func (r *NetworkFirewallPoliciesService) List(project string) *NetworkFirewallPoliciesListCall { + c := &NetworkFirewallPoliciesListCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + return c +} + +// Filter sets the optional parameter "filter": A filter expression that +// filters resources listed in the response. The expression must specify +// the field name, an operator, and the value that you want to use for +// filtering. The value must be a string, a number, or a boolean. The +// operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For +// example, if you are filtering Compute Engine instances, you can +// exclude instances named `example-instance` by specifying `name != +// example-instance`. The `:` operator can be used with string fields to +// match substrings. For non-string fields it is equivalent to the `=` +// operator. The `:*` comparison can be used to test whether a key has +// been defined. For example, to find all objects with `owner` label +// use: ``` labels.owner:* ``` You can also filter nested fields. For +// example, you could specify `scheduling.automaticRestart = false` to +// include instances only if they are not scheduled for automatic +// restarts. You can use filtering on nested fields to filter based on +// resource labels. To filter on multiple expressions, provide each +// separate expression within parentheses. For example: ``` +// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") +// ``` By default, each expression is an `AND` expression. However, you +// can include `AND` and `OR` expressions explicitly. For example: ``` +// (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") +// AND (scheduling.automaticRestart = true) ``` +func (c *NetworkFirewallPoliciesListCall) Filter(filter string) *NetworkFirewallPoliciesListCall { + c.urlParams_.Set("filter", filter) + return c +} + +// MaxResults sets the optional parameter "maxResults": The maximum +// number of results per page that should be returned. If the number of +// available results is larger than `maxResults`, Compute Engine returns +// a `nextPageToken` that can be used to get the next page of results in +// subsequent list requests. Acceptable values are `0` to `500`, +// inclusive. (Default: `500`) +func (c *NetworkFirewallPoliciesListCall) MaxResults(maxResults int64) *NetworkFirewallPoliciesListCall { + c.urlParams_.Set("maxResults", fmt.Sprint(maxResults)) + return c +} + +// OrderBy sets the optional parameter "orderBy": Sorts list results by +// a certain order. By default, results are returned in alphanumerical +// order based on the resource name. You can also sort results in +// descending order based on the creation timestamp using +// `orderBy="creationTimestamp desc". This sorts results based on the +// `creationTimestamp` field in reverse chronological order (newest +// result first). Use this to sort resources like operations so that the +// newest operation is returned first. Currently, only sorting by `name` +// or `creationTimestamp desc` is supported. +func (c *NetworkFirewallPoliciesListCall) OrderBy(orderBy string) *NetworkFirewallPoliciesListCall { + c.urlParams_.Set("orderBy", orderBy) + return c +} + +// PageToken sets the optional parameter "pageToken": Specifies a page +// token to use. Set `pageToken` to the `nextPageToken` returned by a +// previous list request to get the next page of results. +func (c *NetworkFirewallPoliciesListCall) PageToken(pageToken string) *NetworkFirewallPoliciesListCall { + c.urlParams_.Set("pageToken", pageToken) + return c +} + +// ReturnPartialSuccess sets the optional parameter +// "returnPartialSuccess": Opt-in for partial success behavior which +// provides partial results in case of failure. The default value is +// false. +func (c *NetworkFirewallPoliciesListCall) ReturnPartialSuccess(returnPartialSuccess bool) *NetworkFirewallPoliciesListCall { + c.urlParams_.Set("returnPartialSuccess", fmt.Sprint(returnPartialSuccess)) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesListCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesListCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *NetworkFirewallPoliciesListCall) IfNoneMatch(entityTag string) *NetworkFirewallPoliciesListCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesListCall) Context(ctx context.Context) *NetworkFirewallPoliciesListCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesListCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesListCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.list" call. +// Exactly one of *FirewallPolicyList or error will be non-nil. Any +// non-2xx status code is an error. Response headers are in either +// *FirewallPolicyList.ServerResponse.Header or (if a response was +// returned at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesListCall) Do(opts ...googleapi.CallOption) (*FirewallPolicyList, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &FirewallPolicyList{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Lists all the policies that have been configured for the specified project.", + // "flatPath": "projects/{project}/global/firewallPolicies", + // "httpMethod": "GET", + // "id": "compute.networkFirewallPolicies.list", + // "parameterOrder": [ + // "project" + // ], + // "parameters": { + // "filter": { + // "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `\u003e`, `\u003c`, `\u003c=`, `\u003e=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```", + // "location": "query", + // "type": "string" + // }, + // "maxResults": { + // "default": "500", + // "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + // "format": "uint32", + // "location": "query", + // "minimum": "0", + // "type": "integer" + // }, + // "orderBy": { + // "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + // "location": "query", + // "type": "string" + // }, + // "pageToken": { + // "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + // "location": "query", + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "returnPartialSuccess": { + // "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.", + // "location": "query", + // "type": "boolean" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies", + // "response": { + // "$ref": "FirewallPolicyList" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// Pages invokes f for each page of results. +// A non-nil error returned from f will halt the iteration. +// The provided context supersedes any context provided to the Context method. +func (c *NetworkFirewallPoliciesListCall) Pages(ctx context.Context, f func(*FirewallPolicyList) error) error { + c.ctx_ = ctx + defer c.PageToken(c.urlParams_.Get("pageToken")) // reset paging to original point + for { + x, err := c.Do() + if err != nil { + return err + } + if err := f(x); err != nil { + return err + } + if x.NextPageToken == "" { + return nil + } + c.PageToken(x.NextPageToken) + } +} + +// method id "compute.networkFirewallPolicies.patch": + +type NetworkFirewallPoliciesPatchCall struct { + s *Service + project string + firewallPolicy string + firewallpolicy *FirewallPolicy + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Patch: Patches the specified policy with the data included in the +// request. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +func (r *NetworkFirewallPoliciesService) Patch(project string, firewallPolicy string, firewallpolicy *FirewallPolicy) *NetworkFirewallPoliciesPatchCall { + c := &NetworkFirewallPoliciesPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.firewallPolicy = firewallPolicy + c.firewallpolicy = firewallpolicy + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *NetworkFirewallPoliciesPatchCall) RequestId(requestId string) *NetworkFirewallPoliciesPatchCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesPatchCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesPatchCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesPatchCall) Context(ctx context.Context) *NetworkFirewallPoliciesPatchCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesPatchCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesPatchCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.firewallpolicy) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{firewallPolicy}") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("PATCH", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.patch" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Patches the specified policy with the data included in the request.", + // "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}", + // "httpMethod": "PATCH", + // "id": "compute.networkFirewallPolicies.patch", + // "parameterOrder": [ + // "project", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}", + // "request": { + // "$ref": "FirewallPolicy" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.patchRule": + +type NetworkFirewallPoliciesPatchRuleCall struct { + s *Service + project string + firewallPolicy string + firewallpolicyrule *FirewallPolicyRule + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// PatchRule: Patches a rule of the specified priority. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +func (r *NetworkFirewallPoliciesService) PatchRule(project string, firewallPolicy string, firewallpolicyrule *FirewallPolicyRule) *NetworkFirewallPoliciesPatchRuleCall { + c := &NetworkFirewallPoliciesPatchRuleCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.firewallPolicy = firewallPolicy + c.firewallpolicyrule = firewallpolicyrule + return c +} + +// Priority sets the optional parameter "priority": The priority of the +// rule to patch. +func (c *NetworkFirewallPoliciesPatchRuleCall) Priority(priority int64) *NetworkFirewallPoliciesPatchRuleCall { + c.urlParams_.Set("priority", fmt.Sprint(priority)) + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *NetworkFirewallPoliciesPatchRuleCall) RequestId(requestId string) *NetworkFirewallPoliciesPatchRuleCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesPatchRuleCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesPatchRuleCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesPatchRuleCall) Context(ctx context.Context) *NetworkFirewallPoliciesPatchRuleCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesPatchRuleCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesPatchRuleCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.firewallpolicyrule) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{firewallPolicy}/patchRule") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.patchRule" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesPatchRuleCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Patches a rule of the specified priority.", + // "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/patchRule", + // "httpMethod": "POST", + // "id": "compute.networkFirewallPolicies.patchRule", + // "parameterOrder": [ + // "project", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "priority": { + // "description": "The priority of the rule to patch.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/patchRule", + // "request": { + // "$ref": "FirewallPolicyRule" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.removeAssociation": + +type NetworkFirewallPoliciesRemoveAssociationCall struct { + s *Service + project string + firewallPolicy string + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// RemoveAssociation: Removes an association for the specified firewall +// policy. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +func (r *NetworkFirewallPoliciesService) RemoveAssociation(project string, firewallPolicy string) *NetworkFirewallPoliciesRemoveAssociationCall { + c := &NetworkFirewallPoliciesRemoveAssociationCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.firewallPolicy = firewallPolicy + return c +} + +// Name sets the optional parameter "name": Name for the attachment that +// will be removed. +func (c *NetworkFirewallPoliciesRemoveAssociationCall) Name(name string) *NetworkFirewallPoliciesRemoveAssociationCall { + c.urlParams_.Set("name", name) + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *NetworkFirewallPoliciesRemoveAssociationCall) RequestId(requestId string) *NetworkFirewallPoliciesRemoveAssociationCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesRemoveAssociationCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesRemoveAssociationCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesRemoveAssociationCall) Context(ctx context.Context) *NetworkFirewallPoliciesRemoveAssociationCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesRemoveAssociationCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesRemoveAssociationCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{firewallPolicy}/removeAssociation") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.removeAssociation" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesRemoveAssociationCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Removes an association for the specified firewall policy.", + // "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/removeAssociation", + // "httpMethod": "POST", + // "id": "compute.networkFirewallPolicies.removeAssociation", + // "parameterOrder": [ + // "project", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "name": { + // "description": "Name for the attachment that will be removed.", + // "location": "query", + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/removeAssociation", + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.removeRule": + +type NetworkFirewallPoliciesRemoveRuleCall struct { + s *Service + project string + firewallPolicy string + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// RemoveRule: Deletes a rule of the specified priority. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +func (r *NetworkFirewallPoliciesService) RemoveRule(project string, firewallPolicy string) *NetworkFirewallPoliciesRemoveRuleCall { + c := &NetworkFirewallPoliciesRemoveRuleCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.firewallPolicy = firewallPolicy + return c +} + +// Priority sets the optional parameter "priority": The priority of the +// rule to remove from the firewall policy. +func (c *NetworkFirewallPoliciesRemoveRuleCall) Priority(priority int64) *NetworkFirewallPoliciesRemoveRuleCall { + c.urlParams_.Set("priority", fmt.Sprint(priority)) + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *NetworkFirewallPoliciesRemoveRuleCall) RequestId(requestId string) *NetworkFirewallPoliciesRemoveRuleCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesRemoveRuleCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesRemoveRuleCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesRemoveRuleCall) Context(ctx context.Context) *NetworkFirewallPoliciesRemoveRuleCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesRemoveRuleCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesRemoveRuleCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{firewallPolicy}/removeRule") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.removeRule" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesRemoveRuleCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Deletes a rule of the specified priority.", + // "flatPath": "projects/{project}/global/firewallPolicies/{firewallPolicy}/removeRule", + // "httpMethod": "POST", + // "id": "compute.networkFirewallPolicies.removeRule", + // "parameterOrder": [ + // "project", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "priority": { + // "description": "The priority of the rule to remove from the firewall policy.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{firewallPolicy}/removeRule", + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.setIamPolicy": + +type NetworkFirewallPoliciesSetIamPolicyCall struct { + s *Service + project string + resource string + globalsetpolicyrequest *GlobalSetPolicyRequest + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// SetIamPolicy: Sets the access control policy on the specified +// resource. Replaces any existing policy. +// +// - project: Project ID for this request. +// - resource: Name or id of the resource for this request. +func (r *NetworkFirewallPoliciesService) SetIamPolicy(project string, resource string, globalsetpolicyrequest *GlobalSetPolicyRequest) *NetworkFirewallPoliciesSetIamPolicyCall { + c := &NetworkFirewallPoliciesSetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.resource = resource + c.globalsetpolicyrequest = globalsetpolicyrequest + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesSetIamPolicyCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesSetIamPolicyCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesSetIamPolicyCall) Context(ctx context.Context) *NetworkFirewallPoliciesSetIamPolicyCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesSetIamPolicyCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.globalsetpolicyrequest) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{resource}/setIamPolicy") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "resource": c.resource, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.setIamPolicy" call. +// Exactly one of *Policy or error will be non-nil. Any non-2xx status +// code is an error. Response headers are in either +// *Policy.ServerResponse.Header or (if a response was returned at all) +// in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to +// check whether the returned error was because http.StatusNotModified +// was returned. +func (c *NetworkFirewallPoliciesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Policy{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + // "flatPath": "projects/{project}/global/firewallPolicies/{resource}/setIamPolicy", + // "httpMethod": "POST", + // "id": "compute.networkFirewallPolicies.setIamPolicy", + // "parameterOrder": [ + // "project", + // "resource" + // ], + // "parameters": { + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "resource": { + // "description": "Name or id of the resource for this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{resource}/setIamPolicy", + // "request": { + // "$ref": "GlobalSetPolicyRequest" + // }, + // "response": { + // "$ref": "Policy" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.networkFirewallPolicies.testIamPermissions": + +type NetworkFirewallPoliciesTestIamPermissionsCall struct { + s *Service + project string + resource string + testpermissionsrequest *TestPermissionsRequest + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// TestIamPermissions: Returns permissions that a caller has on the +// specified resource. +// +// - project: Project ID for this request. +// - resource: Name or id of the resource for this request. +func (r *NetworkFirewallPoliciesService) TestIamPermissions(project string, resource string, testpermissionsrequest *TestPermissionsRequest) *NetworkFirewallPoliciesTestIamPermissionsCall { + c := &NetworkFirewallPoliciesTestIamPermissionsCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.resource = resource + c.testpermissionsrequest = testpermissionsrequest + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *NetworkFirewallPoliciesTestIamPermissionsCall) Fields(s ...googleapi.Field) *NetworkFirewallPoliciesTestIamPermissionsCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *NetworkFirewallPoliciesTestIamPermissionsCall) Context(ctx context.Context) *NetworkFirewallPoliciesTestIamPermissionsCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *NetworkFirewallPoliciesTestIamPermissionsCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *NetworkFirewallPoliciesTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.testpermissionsrequest) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/global/firewallPolicies/{resource}/testIamPermissions") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "resource": c.resource, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.networkFirewallPolicies.testIamPermissions" call. +// Exactly one of *TestPermissionsResponse or error will be non-nil. Any +// non-2xx status code is an error. Response headers are in either +// *TestPermissionsResponse.ServerResponse.Header or (if a response was +// returned at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *NetworkFirewallPoliciesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestPermissionsResponse, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &TestPermissionsResponse{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Returns permissions that a caller has on the specified resource.", + // "flatPath": "projects/{project}/global/firewallPolicies/{resource}/testIamPermissions", + // "httpMethod": "POST", + // "id": "compute.networkFirewallPolicies.testIamPermissions", + // "parameterOrder": [ + // "project", + // "resource" + // ], + // "parameters": { + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "resource": { + // "description": "Name or id of the resource for this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9_]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/global/firewallPolicies/{resource}/testIamPermissions", + // "request": { + // "$ref": "TestPermissionsRequest" + // }, + // "response": { + // "$ref": "TestPermissionsResponse" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + // method id "compute.networks.addPeering": type NetworksAddPeeringCall struct { @@ -106622,7 +112182,7 @@ func (c *NetworksAddPeeringCall) Header() http.Header { func (c *NetworksAddPeeringCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -106796,7 +112356,7 @@ func (c *NetworksDeleteCall) Header() http.Header { func (c *NetworksDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -106958,7 +112518,7 @@ func (c *NetworksGetCall) Header() http.Header { func (c *NetworksGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -107119,7 +112679,7 @@ func (c *NetworksGetEffectiveFirewallsCall) Header() http.Header { func (c *NetworksGetEffectiveFirewallsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -107285,7 +112845,7 @@ func (c *NetworksInsertCall) Header() http.Header { func (c *NetworksInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -107512,7 +113072,7 @@ func (c *NetworksListCall) Header() http.Header { func (c *NetworksListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -107808,7 +113368,7 @@ func (c *NetworksListPeeringRoutesCall) Header() http.Header { func (c *NetworksListPeeringRoutesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -108049,7 +113609,7 @@ func (c *NetworksPatchCall) Header() http.Header { func (c *NetworksPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -108225,7 +113785,7 @@ func (c *NetworksRemovePeeringCall) Header() http.Header { func (c *NetworksRemovePeeringCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -108400,7 +113960,7 @@ func (c *NetworksSwitchToCustomModeCall) Header() http.Header { func (c *NetworksSwitchToCustomModeCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -108572,7 +114132,7 @@ func (c *NetworksUpdatePeeringCall) Header() http.Header { func (c *NetworksUpdatePeeringCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -108751,7 +114311,7 @@ func (c *NodeGroupsAddNodesCall) Header() http.Header { func (c *NodeGroupsAddNodesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -109009,7 +114569,7 @@ func (c *NodeGroupsAggregatedListCall) Header() http.Header { func (c *NodeGroupsAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -109222,7 +114782,7 @@ func (c *NodeGroupsDeleteCall) Header() http.Header { func (c *NodeGroupsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -109403,7 +114963,7 @@ func (c *NodeGroupsDeleteNodesCall) Header() http.Header { func (c *NodeGroupsDeleteNodesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -109586,7 +115146,7 @@ func (c *NodeGroupsGetCall) Header() http.Header { func (c *NodeGroupsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -109766,7 +115326,7 @@ func (c *NodeGroupsGetIamPolicyCall) Header() http.Header { func (c *NodeGroupsGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -109951,7 +115511,7 @@ func (c *NodeGroupsInsertCall) Header() http.Header { func (c *NodeGroupsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -110199,7 +115759,7 @@ func (c *NodeGroupsListCall) Header() http.Header { func (c *NodeGroupsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -110470,7 +116030,7 @@ func (c *NodeGroupsListNodesCall) Header() http.Header { func (c *NodeGroupsListNodesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -110695,7 +116255,7 @@ func (c *NodeGroupsPatchCall) Header() http.Header { func (c *NodeGroupsPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -110868,7 +116428,7 @@ func (c *NodeGroupsSetIamPolicyCall) Header() http.Header { func (c *NodeGroupsSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -111051,7 +116611,7 @@ func (c *NodeGroupsSetNodeTemplateCall) Header() http.Header { func (c *NodeGroupsSetNodeTemplateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -111224,7 +116784,7 @@ func (c *NodeGroupsTestIamPermissionsCall) Header() http.Header { func (c *NodeGroupsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -111477,7 +117037,7 @@ func (c *NodeTemplatesAggregatedListCall) Header() http.Header { func (c *NodeTemplatesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -111690,7 +117250,7 @@ func (c *NodeTemplatesDeleteCall) Header() http.Header { func (c *NodeTemplatesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -111864,7 +117424,7 @@ func (c *NodeTemplatesGetCall) Header() http.Header { func (c *NodeTemplatesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -112044,7 +117604,7 @@ func (c *NodeTemplatesGetIamPolicyCall) Header() http.Header { func (c *NodeTemplatesGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -112227,7 +117787,7 @@ func (c *NodeTemplatesInsertCall) Header() http.Header { func (c *NodeTemplatesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -112466,7 +118026,7 @@ func (c *NodeTemplatesListCall) Header() http.Header { func (c *NodeTemplatesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -112670,7 +118230,7 @@ func (c *NodeTemplatesSetIamPolicyCall) Header() http.Header { func (c *NodeTemplatesSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -112838,7 +118398,7 @@ func (c *NodeTemplatesTestIamPermissionsCall) Header() http.Header { func (c *NodeTemplatesTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -113091,7 +118651,7 @@ func (c *NodeTypesAggregatedListCall) Header() http.Header { func (c *NodeTypesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -113300,7 +118860,7 @@ func (c *NodeTypesGetCall) Header() http.Header { func (c *NodeTypesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -113539,7 +119099,7 @@ func (c *NodeTypesListCall) Header() http.Header { func (c *NodeTypesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -113827,7 +119387,7 @@ func (c *PacketMirroringsAggregatedListCall) Header() http.Header { func (c *PacketMirroringsAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -114040,7 +119600,7 @@ func (c *PacketMirroringsDeleteCall) Header() http.Header { func (c *PacketMirroringsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -114213,7 +119773,7 @@ func (c *PacketMirroringsGetCall) Header() http.Header { func (c *PacketMirroringsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -114390,7 +119950,7 @@ func (c *PacketMirroringsInsertCall) Header() http.Header { func (c *PacketMirroringsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -114629,7 +120189,7 @@ func (c *PacketMirroringsListCall) Header() http.Header { func (c *PacketMirroringsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -114850,7 +120410,7 @@ func (c *PacketMirroringsPatchCall) Header() http.Header { func (c *PacketMirroringsPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -115023,7 +120583,7 @@ func (c *PacketMirroringsTestIamPermissionsCall) Header() http.Header { func (c *PacketMirroringsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -115199,7 +120759,7 @@ func (c *ProjectsDisableXpnHostCall) Header() http.Header { func (c *ProjectsDisableXpnHostCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -115356,7 +120916,7 @@ func (c *ProjectsDisableXpnResourceCall) Header() http.Header { func (c *ProjectsDisableXpnResourceCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -115518,7 +121078,7 @@ func (c *ProjectsEnableXpnHostCall) Header() http.Header { func (c *ProjectsEnableXpnHostCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -115676,7 +121236,7 @@ func (c *ProjectsEnableXpnResourceCall) Header() http.Header { func (c *ProjectsEnableXpnResourceCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -115840,7 +121400,7 @@ func (c *ProjectsGetCall) Header() http.Header { func (c *ProjectsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -115989,7 +121549,7 @@ func (c *ProjectsGetXpnHostCall) Header() http.Header { func (c *ProjectsGetXpnHostCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -116206,7 +121766,7 @@ func (c *ProjectsGetXpnResourcesCall) Header() http.Header { func (c *ProjectsGetXpnResourcesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -116463,7 +122023,7 @@ func (c *ProjectsListXpnHostsCall) Header() http.Header { func (c *ProjectsListXpnHostsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -116671,7 +122231,7 @@ func (c *ProjectsMoveDiskCall) Header() http.Header { func (c *ProjectsMoveDiskCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -116840,7 +122400,7 @@ func (c *ProjectsMoveInstanceCall) Header() http.Header { func (c *ProjectsMoveInstanceCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -117005,7 +122565,7 @@ func (c *ProjectsSetCommonInstanceMetadataCall) Header() http.Header { func (c *ProjectsSetCommonInstanceMetadataCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -117172,7 +122732,7 @@ func (c *ProjectsSetDefaultNetworkTierCall) Header() http.Header { func (c *ProjectsSetDefaultNetworkTierCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -117339,7 +122899,7 @@ func (c *ProjectsSetUsageExportBucketCall) Header() http.Header { func (c *ProjectsSetUsageExportBucketCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -117508,7 +123068,7 @@ func (c *PublicAdvertisedPrefixesDeleteCall) Header() http.Header { func (c *PublicAdvertisedPrefixesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -117670,7 +123230,7 @@ func (c *PublicAdvertisedPrefixesGetCall) Header() http.Header { func (c *PublicAdvertisedPrefixesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -117835,7 +123395,7 @@ func (c *PublicAdvertisedPrefixesInsertCall) Header() http.Header { func (c *PublicAdvertisedPrefixesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -118061,7 +123621,7 @@ func (c *PublicAdvertisedPrefixesListCall) Header() http.Header { func (c *PublicAdvertisedPrefixesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -118271,7 +123831,7 @@ func (c *PublicAdvertisedPrefixesPatchCall) Header() http.Header { func (c *PublicAdvertisedPrefixesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -118520,7 +124080,7 @@ func (c *PublicDelegatedPrefixesAggregatedListCall) Header() http.Header { func (c *PublicDelegatedPrefixesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -118736,7 +124296,7 @@ func (c *PublicDelegatedPrefixesDeleteCall) Header() http.Header { func (c *PublicDelegatedPrefixesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -118911,7 +124471,7 @@ func (c *PublicDelegatedPrefixesGetCall) Header() http.Header { func (c *PublicDelegatedPrefixesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -119089,7 +124649,7 @@ func (c *PublicDelegatedPrefixesInsertCall) Header() http.Header { func (c *PublicDelegatedPrefixesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -119328,7 +124888,7 @@ func (c *PublicDelegatedPrefixesListCall) Header() http.Header { func (c *PublicDelegatedPrefixesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -119550,7 +125110,7 @@ func (c *PublicDelegatedPrefixesPatchCall) Header() http.Header { func (c *PublicDelegatedPrefixesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -119736,7 +125296,7 @@ func (c *RegionAutoscalersDeleteCall) Header() http.Header { func (c *RegionAutoscalersDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -119909,7 +125469,7 @@ func (c *RegionAutoscalersGetCall) Header() http.Header { func (c *RegionAutoscalersGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -120086,7 +125646,7 @@ func (c *RegionAutoscalersInsertCall) Header() http.Header { func (c *RegionAutoscalersInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -120325,7 +125885,7 @@ func (c *RegionAutoscalersListCall) Header() http.Header { func (c *RegionAutoscalersListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -120550,7 +126110,7 @@ func (c *RegionAutoscalersPatchCall) Header() http.Header { func (c *RegionAutoscalersPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -120740,7 +126300,7 @@ func (c *RegionAutoscalersUpdateCall) Header() http.Header { func (c *RegionAutoscalersUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -120923,7 +126483,7 @@ func (c *RegionBackendServicesDeleteCall) Header() http.Header { func (c *RegionBackendServicesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -121096,7 +126656,7 @@ func (c *RegionBackendServicesGetCall) Header() http.Header { func (c *RegionBackendServicesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -121261,7 +126821,7 @@ func (c *RegionBackendServicesGetHealthCall) Header() http.Header { func (c *RegionBackendServicesGetHealthCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -121443,7 +127003,7 @@ func (c *RegionBackendServicesInsertCall) Header() http.Header { func (c *RegionBackendServicesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -121682,7 +127242,7 @@ func (c *RegionBackendServicesListCall) Header() http.Header { func (c *RegionBackendServicesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -121904,7 +127464,7 @@ func (c *RegionBackendServicesPatchCall) Header() http.Header { func (c *RegionBackendServicesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -122094,7 +127654,7 @@ func (c *RegionBackendServicesUpdateCall) Header() http.Header { func (c *RegionBackendServicesUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -122352,7 +127912,7 @@ func (c *RegionCommitmentsAggregatedListCall) Header() http.Header { func (c *RegionCommitmentsAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -122561,7 +128121,7 @@ func (c *RegionCommitmentsGetCall) Header() http.Header { func (c *RegionCommitmentsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -122738,7 +128298,7 @@ func (c *RegionCommitmentsInsertCall) Header() http.Header { func (c *RegionCommitmentsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -122977,7 +128537,7 @@ func (c *RegionCommitmentsListCall) Header() http.Header { func (c *RegionCommitmentsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -123213,7 +128773,7 @@ func (c *RegionCommitmentsUpdateCall) Header() http.Header { func (c *RegionCommitmentsUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -123406,7 +128966,7 @@ func (c *RegionDiskTypesGetCall) Header() http.Header { func (c *RegionDiskTypesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -123645,7 +129205,7 @@ func (c *RegionDiskTypesListCall) Header() http.Header { func (c *RegionDiskTypesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -123866,7 +129426,7 @@ func (c *RegionDisksAddResourcePoliciesCall) Header() http.Header { func (c *RegionDisksAddResourcePoliciesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -124057,7 +129617,7 @@ func (c *RegionDisksCreateSnapshotCall) Header() http.Header { func (c *RegionDisksCreateSnapshotCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -124246,7 +129806,7 @@ func (c *RegionDisksDeleteCall) Header() http.Header { func (c *RegionDisksDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -124418,7 +129978,7 @@ func (c *RegionDisksGetCall) Header() http.Header { func (c *RegionDisksGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -124598,7 +130158,7 @@ func (c *RegionDisksGetIamPolicyCall) Header() http.Header { func (c *RegionDisksGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -124788,7 +130348,7 @@ func (c *RegionDisksInsertCall) Header() http.Header { func (c *RegionDisksInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -125032,7 +130592,7 @@ func (c *RegionDisksListCall) Header() http.Header { func (c *RegionDisksListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -125252,7 +130812,7 @@ func (c *RegionDisksRemoveResourcePoliciesCall) Header() http.Header { func (c *RegionDisksRemoveResourcePoliciesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -125440,7 +131000,7 @@ func (c *RegionDisksResizeCall) Header() http.Header { func (c *RegionDisksResizeCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -125613,7 +131173,7 @@ func (c *RegionDisksSetIamPolicyCall) Header() http.Header { func (c *RegionDisksSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -125796,7 +131356,7 @@ func (c *RegionDisksSetLabelsCall) Header() http.Header { func (c *RegionDisksSetLabelsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -125969,7 +131529,7 @@ func (c *RegionDisksTestIamPermissionsCall) Header() http.Header { func (c *RegionDisksTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -126152,7 +131712,7 @@ func (c *RegionHealthCheckServicesDeleteCall) Header() http.Header { func (c *RegionHealthCheckServicesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -126325,7 +131885,7 @@ func (c *RegionHealthCheckServicesGetCall) Header() http.Header { func (c *RegionHealthCheckServicesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -126501,7 +132061,7 @@ func (c *RegionHealthCheckServicesInsertCall) Header() http.Header { func (c *RegionHealthCheckServicesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -126740,7 +132300,7 @@ func (c *RegionHealthCheckServicesListCall) Header() http.Header { func (c *RegionHealthCheckServicesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -126962,7 +132522,7 @@ func (c *RegionHealthCheckServicesPatchCall) Header() http.Header { func (c *RegionHealthCheckServicesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -127147,7 +132707,7 @@ func (c *RegionHealthChecksDeleteCall) Header() http.Header { func (c *RegionHealthChecksDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -127321,7 +132881,7 @@ func (c *RegionHealthChecksGetCall) Header() http.Header { func (c *RegionHealthChecksGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -127498,7 +133058,7 @@ func (c *RegionHealthChecksInsertCall) Header() http.Header { func (c *RegionHealthChecksInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -127737,7 +133297,7 @@ func (c *RegionHealthChecksListCall) Header() http.Header { func (c *RegionHealthChecksListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -127958,7 +133518,7 @@ func (c *RegionHealthChecksPatchCall) Header() http.Header { func (c *RegionHealthChecksPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -128147,7 +133707,7 @@ func (c *RegionHealthChecksUpdateCall) Header() http.Header { func (c *RegionHealthChecksUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -128348,7 +133908,7 @@ func (c *RegionInstanceGroupManagersAbandonInstancesCall) Header() http.Header { func (c *RegionInstanceGroupManagersAbandonInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -128521,7 +134081,7 @@ func (c *RegionInstanceGroupManagersApplyUpdatesToInstancesCall) Header() http.H func (c *RegionInstanceGroupManagersApplyUpdatesToInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -128708,7 +134268,7 @@ func (c *RegionInstanceGroupManagersCreateInstancesCall) Header() http.Header { func (c *RegionInstanceGroupManagersCreateInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -128893,7 +134453,7 @@ func (c *RegionInstanceGroupManagersDeleteCall) Header() http.Header { func (c *RegionInstanceGroupManagersDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -129083,7 +134643,7 @@ func (c *RegionInstanceGroupManagersDeleteInstancesCall) Header() http.Header { func (c *RegionInstanceGroupManagersDeleteInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -129256,7 +134816,7 @@ func (c *RegionInstanceGroupManagersDeletePerInstanceConfigsCall) Header() http. func (c *RegionInstanceGroupManagersDeletePerInstanceConfigsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -129431,7 +134991,7 @@ func (c *RegionInstanceGroupManagersGetCall) Header() http.Header { func (c *RegionInstanceGroupManagersGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -129612,7 +135172,7 @@ func (c *RegionInstanceGroupManagersInsertCall) Header() http.Header { func (c *RegionInstanceGroupManagersInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -129850,7 +135410,7 @@ func (c *RegionInstanceGroupManagersListCall) Header() http.Header { func (c *RegionInstanceGroupManagersListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -130136,7 +135696,7 @@ func (c *RegionInstanceGroupManagersListErrorsCall) Header() http.Header { func (c *RegionInstanceGroupManagersListErrorsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -130418,7 +135978,7 @@ func (c *RegionInstanceGroupManagersListManagedInstancesCall) Header() http.Head func (c *RegionInstanceGroupManagersListManagedInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -130698,7 +136258,7 @@ func (c *RegionInstanceGroupManagersListPerInstanceConfigsCall) Header() http.He func (c *RegionInstanceGroupManagersListPerInstanceConfigsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -130933,7 +136493,7 @@ func (c *RegionInstanceGroupManagersPatchCall) Header() http.Header { func (c *RegionInstanceGroupManagersPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -131123,7 +136683,7 @@ func (c *RegionInstanceGroupManagersPatchPerInstanceConfigsCall) Header() http.H func (c *RegionInstanceGroupManagersPatchPerInstanceConfigsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -131319,7 +136879,7 @@ func (c *RegionInstanceGroupManagersRecreateInstancesCall) Header() http.Header func (c *RegionInstanceGroupManagersRecreateInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -131515,7 +137075,7 @@ func (c *RegionInstanceGroupManagersResizeCall) Header() http.Header { func (c *RegionInstanceGroupManagersResizeCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -131704,7 +137264,7 @@ func (c *RegionInstanceGroupManagersSetInstanceTemplateCall) Header() http.Heade func (c *RegionInstanceGroupManagersSetInstanceTemplateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -131892,7 +137452,7 @@ func (c *RegionInstanceGroupManagersSetTargetPoolsCall) Header() http.Header { func (c *RegionInstanceGroupManagersSetTargetPoolsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -132082,7 +137642,7 @@ func (c *RegionInstanceGroupManagersUpdatePerInstanceConfigsCall) Header() http. func (c *RegionInstanceGroupManagersUpdatePerInstanceConfigsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -132261,7 +137821,7 @@ func (c *RegionInstanceGroupsGetCall) Header() http.Header { func (c *RegionInstanceGroupsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -132498,7 +138058,7 @@ func (c *RegionInstanceGroupsListCall) Header() http.Header { func (c *RegionInstanceGroupsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -132774,7 +138334,7 @@ func (c *RegionInstanceGroupsListInstancesCall) Header() http.Header { func (c *RegionInstanceGroupsListInstancesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -133008,7 +138568,7 @@ func (c *RegionInstanceGroupsSetNamedPortsCall) Header() http.Header { func (c *RegionInstanceGroupsSetNamedPortsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -133192,7 +138752,7 @@ func (c *RegionInstancesBulkInsertCall) Header() http.Header { func (c *RegionInstancesBulkInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -133373,7 +138933,7 @@ func (c *RegionNetworkEndpointGroupsDeleteCall) Header() http.Header { func (c *RegionNetworkEndpointGroupsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -133547,7 +139107,7 @@ func (c *RegionNetworkEndpointGroupsGetCall) Header() http.Header { func (c *RegionNetworkEndpointGroupsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -133723,7 +139283,7 @@ func (c *RegionNetworkEndpointGroupsInsertCall) Header() http.Header { func (c *RegionNetworkEndpointGroupsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -133962,7 +139522,7 @@ func (c *RegionNetworkEndpointGroupsListCall) Header() http.Header { func (c *RegionNetworkEndpointGroupsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -134110,6 +139670,3261 @@ func (c *RegionNetworkEndpointGroupsListCall) Pages(ctx context.Context, f func( } } +// method id "compute.regionNetworkFirewallPolicies.addAssociation": + +type RegionNetworkFirewallPoliciesAddAssociationCall struct { + s *Service + project string + region string + firewallPolicy string + firewallpolicyassociation *FirewallPolicyAssociation + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// AddAssociation: Inserts an association for the specified network +// firewall policy. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) AddAssociation(project string, region string, firewallPolicy string, firewallpolicyassociation *FirewallPolicyAssociation) *RegionNetworkFirewallPoliciesAddAssociationCall { + c := &RegionNetworkFirewallPoliciesAddAssociationCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.firewallPolicy = firewallPolicy + c.firewallpolicyassociation = firewallpolicyassociation + return c +} + +// ReplaceExistingAssociation sets the optional parameter +// "replaceExistingAssociation": Indicates whether or not to replace it +// if an association already exists. This is false by default, in which +// case an error will be returned if an association already exists. +func (c *RegionNetworkFirewallPoliciesAddAssociationCall) ReplaceExistingAssociation(replaceExistingAssociation bool) *RegionNetworkFirewallPoliciesAddAssociationCall { + c.urlParams_.Set("replaceExistingAssociation", fmt.Sprint(replaceExistingAssociation)) + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *RegionNetworkFirewallPoliciesAddAssociationCall) RequestId(requestId string) *RegionNetworkFirewallPoliciesAddAssociationCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesAddAssociationCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesAddAssociationCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesAddAssociationCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesAddAssociationCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesAddAssociationCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesAddAssociationCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.firewallpolicyassociation) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/addAssociation") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.addAssociation" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesAddAssociationCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Inserts an association for the specified network firewall policy.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/addAssociation", + // "httpMethod": "POST", + // "id": "compute.regionNetworkFirewallPolicies.addAssociation", + // "parameterOrder": [ + // "project", + // "region", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "replaceExistingAssociation": { + // "description": "Indicates whether or not to replace it if an association already exists. This is false by default, in which case an error will be returned if an association already exists.", + // "location": "query", + // "type": "boolean" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/addAssociation", + // "request": { + // "$ref": "FirewallPolicyAssociation" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.addRule": + +type RegionNetworkFirewallPoliciesAddRuleCall struct { + s *Service + project string + region string + firewallPolicy string + firewallpolicyrule *FirewallPolicyRule + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// AddRule: Inserts a rule into a network firewall policy. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) AddRule(project string, region string, firewallPolicy string, firewallpolicyrule *FirewallPolicyRule) *RegionNetworkFirewallPoliciesAddRuleCall { + c := &RegionNetworkFirewallPoliciesAddRuleCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.firewallPolicy = firewallPolicy + c.firewallpolicyrule = firewallpolicyrule + return c +} + +// MaxPriority sets the optional parameter "maxPriority": When +// rule.priority is not specified, auto choose a unused priority between +// minPriority and maxPriority>. This field is exclusive with +// rule.priority. +func (c *RegionNetworkFirewallPoliciesAddRuleCall) MaxPriority(maxPriority int64) *RegionNetworkFirewallPoliciesAddRuleCall { + c.urlParams_.Set("maxPriority", fmt.Sprint(maxPriority)) + return c +} + +// MinPriority sets the optional parameter "minPriority": When +// rule.priority is not specified, auto choose a unused priority between +// minPriority and maxPriority>. This field is exclusive with +// rule.priority. +func (c *RegionNetworkFirewallPoliciesAddRuleCall) MinPriority(minPriority int64) *RegionNetworkFirewallPoliciesAddRuleCall { + c.urlParams_.Set("minPriority", fmt.Sprint(minPriority)) + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *RegionNetworkFirewallPoliciesAddRuleCall) RequestId(requestId string) *RegionNetworkFirewallPoliciesAddRuleCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesAddRuleCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesAddRuleCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesAddRuleCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesAddRuleCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesAddRuleCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesAddRuleCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.firewallpolicyrule) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/addRule") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.addRule" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesAddRuleCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Inserts a rule into a network firewall policy.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/addRule", + // "httpMethod": "POST", + // "id": "compute.regionNetworkFirewallPolicies.addRule", + // "parameterOrder": [ + // "project", + // "region", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "maxPriority": { + // "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority\u003e. This field is exclusive with rule.priority.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, + // "minPriority": { + // "description": "When rule.priority is not specified, auto choose a unused priority between minPriority and maxPriority\u003e. This field is exclusive with rule.priority.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/addRule", + // "request": { + // "$ref": "FirewallPolicyRule" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.cloneRules": + +type RegionNetworkFirewallPoliciesCloneRulesCall struct { + s *Service + project string + region string + firewallPolicy string + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// CloneRules: Copies rules to the specified network firewall policy. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) CloneRules(project string, region string, firewallPolicy string) *RegionNetworkFirewallPoliciesCloneRulesCall { + c := &RegionNetworkFirewallPoliciesCloneRulesCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.firewallPolicy = firewallPolicy + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *RegionNetworkFirewallPoliciesCloneRulesCall) RequestId(requestId string) *RegionNetworkFirewallPoliciesCloneRulesCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// SourceFirewallPolicy sets the optional parameter +// "sourceFirewallPolicy": The firewall policy from which to copy rules. +func (c *RegionNetworkFirewallPoliciesCloneRulesCall) SourceFirewallPolicy(sourceFirewallPolicy string) *RegionNetworkFirewallPoliciesCloneRulesCall { + c.urlParams_.Set("sourceFirewallPolicy", sourceFirewallPolicy) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesCloneRulesCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesCloneRulesCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesCloneRulesCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesCloneRulesCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesCloneRulesCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesCloneRulesCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/cloneRules") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.cloneRules" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesCloneRulesCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Copies rules to the specified network firewall policy.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/cloneRules", + // "httpMethod": "POST", + // "id": "compute.regionNetworkFirewallPolicies.cloneRules", + // "parameterOrder": [ + // "project", + // "region", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // }, + // "sourceFirewallPolicy": { + // "description": "The firewall policy from which to copy rules.", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/cloneRules", + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.delete": + +type RegionNetworkFirewallPoliciesDeleteCall struct { + s *Service + project string + region string + firewallPolicy string + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Delete: Deletes the specified network firewall policy. +// +// - firewallPolicy: Name of the firewall policy to delete. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) Delete(project string, region string, firewallPolicy string) *RegionNetworkFirewallPoliciesDeleteCall { + c := &RegionNetworkFirewallPoliciesDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.firewallPolicy = firewallPolicy + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *RegionNetworkFirewallPoliciesDeleteCall) RequestId(requestId string) *RegionNetworkFirewallPoliciesDeleteCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesDeleteCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesDeleteCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesDeleteCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesDeleteCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesDeleteCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesDeleteCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("DELETE", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.delete" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Deletes the specified network firewall policy.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}", + // "httpMethod": "DELETE", + // "id": "compute.regionNetworkFirewallPolicies.delete", + // "parameterOrder": [ + // "project", + // "region", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to delete.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}", + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.get": + +type RegionNetworkFirewallPoliciesGetCall struct { + s *Service + project string + region string + firewallPolicy string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// Get: Returns the specified network firewall policy. +// +// - firewallPolicy: Name of the firewall policy to get. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) Get(project string, region string, firewallPolicy string) *RegionNetworkFirewallPoliciesGetCall { + c := &RegionNetworkFirewallPoliciesGetCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.firewallPolicy = firewallPolicy + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesGetCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesGetCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *RegionNetworkFirewallPoliciesGetCall) IfNoneMatch(entityTag string) *RegionNetworkFirewallPoliciesGetCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesGetCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesGetCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesGetCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesGetCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.get" call. +// Exactly one of *FirewallPolicy or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *FirewallPolicy.ServerResponse.Header or (if a response was returned +// at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesGetCall) Do(opts ...googleapi.CallOption) (*FirewallPolicy, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &FirewallPolicy{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Returns the specified network firewall policy.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}", + // "httpMethod": "GET", + // "id": "compute.regionNetworkFirewallPolicies.get", + // "parameterOrder": [ + // "project", + // "region", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to get.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}", + // "response": { + // "$ref": "FirewallPolicy" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.getAssociation": + +type RegionNetworkFirewallPoliciesGetAssociationCall struct { + s *Service + project string + region string + firewallPolicy string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// GetAssociation: Gets an association with the specified name. +// +// - firewallPolicy: Name of the firewall policy to which the queried +// association belongs. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) GetAssociation(project string, region string, firewallPolicy string) *RegionNetworkFirewallPoliciesGetAssociationCall { + c := &RegionNetworkFirewallPoliciesGetAssociationCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.firewallPolicy = firewallPolicy + return c +} + +// Name sets the optional parameter "name": The name of the association +// to get from the firewall policy. +func (c *RegionNetworkFirewallPoliciesGetAssociationCall) Name(name string) *RegionNetworkFirewallPoliciesGetAssociationCall { + c.urlParams_.Set("name", name) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesGetAssociationCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesGetAssociationCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *RegionNetworkFirewallPoliciesGetAssociationCall) IfNoneMatch(entityTag string) *RegionNetworkFirewallPoliciesGetAssociationCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesGetAssociationCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesGetAssociationCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesGetAssociationCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesGetAssociationCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/getAssociation") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.getAssociation" call. +// Exactly one of *FirewallPolicyAssociation or error will be non-nil. +// Any non-2xx status code is an error. Response headers are in either +// *FirewallPolicyAssociation.ServerResponse.Header or (if a response +// was returned at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesGetAssociationCall) Do(opts ...googleapi.CallOption) (*FirewallPolicyAssociation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &FirewallPolicyAssociation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Gets an association with the specified name.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/getAssociation", + // "httpMethod": "GET", + // "id": "compute.regionNetworkFirewallPolicies.getAssociation", + // "parameterOrder": [ + // "project", + // "region", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to which the queried association belongs.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "name": { + // "description": "The name of the association to get from the firewall policy.", + // "location": "query", + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/getAssociation", + // "response": { + // "$ref": "FirewallPolicyAssociation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.getEffectiveFirewalls": + +type RegionNetworkFirewallPoliciesGetEffectiveFirewallsCall struct { + s *Service + project string + region string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// GetEffectiveFirewalls: Returns the effective firewalls on a given +// network. +// +// - network: Network reference. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) GetEffectiveFirewalls(project string, region string, network string) *RegionNetworkFirewallPoliciesGetEffectiveFirewallsCall { + c := &RegionNetworkFirewallPoliciesGetEffectiveFirewallsCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.urlParams_.Set("network", network) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesGetEffectiveFirewallsCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesGetEffectiveFirewallsCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *RegionNetworkFirewallPoliciesGetEffectiveFirewallsCall) IfNoneMatch(entityTag string) *RegionNetworkFirewallPoliciesGetEffectiveFirewallsCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesGetEffectiveFirewallsCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesGetEffectiveFirewallsCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesGetEffectiveFirewallsCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesGetEffectiveFirewallsCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/getEffectiveFirewalls") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.getEffectiveFirewalls" call. +// Exactly one of +// *RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse or error +// will be non-nil. Any non-2xx status code is an error. Response +// headers are in either +// *RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse.ServerResp +// onse.Header or (if a response was returned at all) in +// error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check +// whether the returned error was because http.StatusNotModified was +// returned. +func (c *RegionNetworkFirewallPoliciesGetEffectiveFirewallsCall) Do(opts ...googleapi.CallOption) (*RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Returns the effective firewalls on a given network.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/getEffectiveFirewalls", + // "httpMethod": "GET", + // "id": "compute.regionNetworkFirewallPolicies.getEffectiveFirewalls", + // "parameterOrder": [ + // "project", + // "region", + // "network" + // ], + // "parameters": { + // "network": { + // "description": "Network reference", + // "location": "query", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/getEffectiveFirewalls", + // "response": { + // "$ref": "RegionNetworkFirewallPoliciesGetEffectiveFirewallsResponse" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.getIamPolicy": + +type RegionNetworkFirewallPoliciesGetIamPolicyCall struct { + s *Service + project string + region string + resource string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// GetIamPolicy: Gets the access control policy for a resource. May be +// empty if no such policy or resource exists. +// +// - project: Project ID for this request. +// - region: The name of the region for this request. +// - resource: Name or id of the resource for this request. +func (r *RegionNetworkFirewallPoliciesService) GetIamPolicy(project string, region string, resource string) *RegionNetworkFirewallPoliciesGetIamPolicyCall { + c := &RegionNetworkFirewallPoliciesGetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.resource = resource + return c +} + +// OptionsRequestedPolicyVersion sets the optional parameter +// "optionsRequestedPolicyVersion": Requested IAM Policy version. +func (c *RegionNetworkFirewallPoliciesGetIamPolicyCall) OptionsRequestedPolicyVersion(optionsRequestedPolicyVersion int64) *RegionNetworkFirewallPoliciesGetIamPolicyCall { + c.urlParams_.Set("optionsRequestedPolicyVersion", fmt.Sprint(optionsRequestedPolicyVersion)) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesGetIamPolicyCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesGetIamPolicyCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *RegionNetworkFirewallPoliciesGetIamPolicyCall) IfNoneMatch(entityTag string) *RegionNetworkFirewallPoliciesGetIamPolicyCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesGetIamPolicyCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesGetIamPolicyCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesGetIamPolicyCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{resource}/getIamPolicy") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "resource": c.resource, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.getIamPolicy" call. +// Exactly one of *Policy or error will be non-nil. Any non-2xx status +// code is an error. Response headers are in either +// *Policy.ServerResponse.Header or (if a response was returned at all) +// in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to +// check whether the returned error was because http.StatusNotModified +// was returned. +func (c *RegionNetworkFirewallPoliciesGetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Policy{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Gets the access control policy for a resource. May be empty if no such policy or resource exists.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{resource}/getIamPolicy", + // "httpMethod": "GET", + // "id": "compute.regionNetworkFirewallPolicies.getIamPolicy", + // "parameterOrder": [ + // "project", + // "region", + // "resource" + // ], + // "parameters": { + // "optionsRequestedPolicyVersion": { + // "description": "Requested IAM Policy version.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "The name of the region for this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "resource": { + // "description": "Name or id of the resource for this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{resource}/getIamPolicy", + // "response": { + // "$ref": "Policy" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.getRule": + +type RegionNetworkFirewallPoliciesGetRuleCall struct { + s *Service + project string + region string + firewallPolicy string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// GetRule: Gets a rule of the specified priority. +// +// - firewallPolicy: Name of the firewall policy to which the queried +// rule belongs. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) GetRule(project string, region string, firewallPolicy string) *RegionNetworkFirewallPoliciesGetRuleCall { + c := &RegionNetworkFirewallPoliciesGetRuleCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.firewallPolicy = firewallPolicy + return c +} + +// Priority sets the optional parameter "priority": The priority of the +// rule to get from the firewall policy. +func (c *RegionNetworkFirewallPoliciesGetRuleCall) Priority(priority int64) *RegionNetworkFirewallPoliciesGetRuleCall { + c.urlParams_.Set("priority", fmt.Sprint(priority)) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesGetRuleCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesGetRuleCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *RegionNetworkFirewallPoliciesGetRuleCall) IfNoneMatch(entityTag string) *RegionNetworkFirewallPoliciesGetRuleCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesGetRuleCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesGetRuleCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesGetRuleCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesGetRuleCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/getRule") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.getRule" call. +// Exactly one of *FirewallPolicyRule or error will be non-nil. Any +// non-2xx status code is an error. Response headers are in either +// *FirewallPolicyRule.ServerResponse.Header or (if a response was +// returned at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesGetRuleCall) Do(opts ...googleapi.CallOption) (*FirewallPolicyRule, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &FirewallPolicyRule{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Gets a rule of the specified priority.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/getRule", + // "httpMethod": "GET", + // "id": "compute.regionNetworkFirewallPolicies.getRule", + // "parameterOrder": [ + // "project", + // "region", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to which the queried rule belongs.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "priority": { + // "description": "The priority of the rule to get from the firewall policy.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/getRule", + // "response": { + // "$ref": "FirewallPolicyRule" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.insert": + +type RegionNetworkFirewallPoliciesInsertCall struct { + s *Service + project string + region string + firewallpolicy *FirewallPolicy + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Insert: Creates a new network firewall policy in the specified +// project and region. +// +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) Insert(project string, region string, firewallpolicy *FirewallPolicy) *RegionNetworkFirewallPoliciesInsertCall { + c := &RegionNetworkFirewallPoliciesInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.firewallpolicy = firewallpolicy + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *RegionNetworkFirewallPoliciesInsertCall) RequestId(requestId string) *RegionNetworkFirewallPoliciesInsertCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesInsertCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesInsertCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesInsertCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesInsertCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesInsertCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesInsertCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.firewallpolicy) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.insert" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesInsertCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Creates a new network firewall policy in the specified project and region.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies", + // "httpMethod": "POST", + // "id": "compute.regionNetworkFirewallPolicies.insert", + // "parameterOrder": [ + // "project", + // "region" + // ], + // "parameters": { + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies", + // "request": { + // "$ref": "FirewallPolicy" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.list": + +type RegionNetworkFirewallPoliciesListCall struct { + s *Service + project string + region string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// List: Lists all the network firewall policies that have been +// configured for the specified project in the given region. +// +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) List(project string, region string) *RegionNetworkFirewallPoliciesListCall { + c := &RegionNetworkFirewallPoliciesListCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + return c +} + +// Filter sets the optional parameter "filter": A filter expression that +// filters resources listed in the response. The expression must specify +// the field name, an operator, and the value that you want to use for +// filtering. The value must be a string, a number, or a boolean. The +// operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For +// example, if you are filtering Compute Engine instances, you can +// exclude instances named `example-instance` by specifying `name != +// example-instance`. The `:` operator can be used with string fields to +// match substrings. For non-string fields it is equivalent to the `=` +// operator. The `:*` comparison can be used to test whether a key has +// been defined. For example, to find all objects with `owner` label +// use: ``` labels.owner:* ``` You can also filter nested fields. For +// example, you could specify `scheduling.automaticRestart = false` to +// include instances only if they are not scheduled for automatic +// restarts. You can use filtering on nested fields to filter based on +// resource labels. To filter on multiple expressions, provide each +// separate expression within parentheses. For example: ``` +// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") +// ``` By default, each expression is an `AND` expression. However, you +// can include `AND` and `OR` expressions explicitly. For example: ``` +// (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") +// AND (scheduling.automaticRestart = true) ``` +func (c *RegionNetworkFirewallPoliciesListCall) Filter(filter string) *RegionNetworkFirewallPoliciesListCall { + c.urlParams_.Set("filter", filter) + return c +} + +// MaxResults sets the optional parameter "maxResults": The maximum +// number of results per page that should be returned. If the number of +// available results is larger than `maxResults`, Compute Engine returns +// a `nextPageToken` that can be used to get the next page of results in +// subsequent list requests. Acceptable values are `0` to `500`, +// inclusive. (Default: `500`) +func (c *RegionNetworkFirewallPoliciesListCall) MaxResults(maxResults int64) *RegionNetworkFirewallPoliciesListCall { + c.urlParams_.Set("maxResults", fmt.Sprint(maxResults)) + return c +} + +// OrderBy sets the optional parameter "orderBy": Sorts list results by +// a certain order. By default, results are returned in alphanumerical +// order based on the resource name. You can also sort results in +// descending order based on the creation timestamp using +// `orderBy="creationTimestamp desc". This sorts results based on the +// `creationTimestamp` field in reverse chronological order (newest +// result first). Use this to sort resources like operations so that the +// newest operation is returned first. Currently, only sorting by `name` +// or `creationTimestamp desc` is supported. +func (c *RegionNetworkFirewallPoliciesListCall) OrderBy(orderBy string) *RegionNetworkFirewallPoliciesListCall { + c.urlParams_.Set("orderBy", orderBy) + return c +} + +// PageToken sets the optional parameter "pageToken": Specifies a page +// token to use. Set `pageToken` to the `nextPageToken` returned by a +// previous list request to get the next page of results. +func (c *RegionNetworkFirewallPoliciesListCall) PageToken(pageToken string) *RegionNetworkFirewallPoliciesListCall { + c.urlParams_.Set("pageToken", pageToken) + return c +} + +// ReturnPartialSuccess sets the optional parameter +// "returnPartialSuccess": Opt-in for partial success behavior which +// provides partial results in case of failure. The default value is +// false. +func (c *RegionNetworkFirewallPoliciesListCall) ReturnPartialSuccess(returnPartialSuccess bool) *RegionNetworkFirewallPoliciesListCall { + c.urlParams_.Set("returnPartialSuccess", fmt.Sprint(returnPartialSuccess)) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesListCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesListCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *RegionNetworkFirewallPoliciesListCall) IfNoneMatch(entityTag string) *RegionNetworkFirewallPoliciesListCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesListCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesListCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesListCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesListCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.list" call. +// Exactly one of *FirewallPolicyList or error will be non-nil. Any +// non-2xx status code is an error. Response headers are in either +// *FirewallPolicyList.ServerResponse.Header or (if a response was +// returned at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesListCall) Do(opts ...googleapi.CallOption) (*FirewallPolicyList, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &FirewallPolicyList{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Lists all the network firewall policies that have been configured for the specified project in the given region.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies", + // "httpMethod": "GET", + // "id": "compute.regionNetworkFirewallPolicies.list", + // "parameterOrder": [ + // "project", + // "region" + // ], + // "parameters": { + // "filter": { + // "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `\u003e`, `\u003c`, `\u003c=`, `\u003e=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```", + // "location": "query", + // "type": "string" + // }, + // "maxResults": { + // "default": "500", + // "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + // "format": "uint32", + // "location": "query", + // "minimum": "0", + // "type": "integer" + // }, + // "orderBy": { + // "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + // "location": "query", + // "type": "string" + // }, + // "pageToken": { + // "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + // "location": "query", + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "returnPartialSuccess": { + // "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.", + // "location": "query", + // "type": "boolean" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies", + // "response": { + // "$ref": "FirewallPolicyList" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// Pages invokes f for each page of results. +// A non-nil error returned from f will halt the iteration. +// The provided context supersedes any context provided to the Context method. +func (c *RegionNetworkFirewallPoliciesListCall) Pages(ctx context.Context, f func(*FirewallPolicyList) error) error { + c.ctx_ = ctx + defer c.PageToken(c.urlParams_.Get("pageToken")) // reset paging to original point + for { + x, err := c.Do() + if err != nil { + return err + } + if err := f(x); err != nil { + return err + } + if x.NextPageToken == "" { + return nil + } + c.PageToken(x.NextPageToken) + } +} + +// method id "compute.regionNetworkFirewallPolicies.patch": + +type RegionNetworkFirewallPoliciesPatchCall struct { + s *Service + project string + region string + firewallPolicy string + firewallpolicy *FirewallPolicy + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Patch: Patches the specified network firewall policy. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) Patch(project string, region string, firewallPolicy string, firewallpolicy *FirewallPolicy) *RegionNetworkFirewallPoliciesPatchCall { + c := &RegionNetworkFirewallPoliciesPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.firewallPolicy = firewallPolicy + c.firewallpolicy = firewallpolicy + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *RegionNetworkFirewallPoliciesPatchCall) RequestId(requestId string) *RegionNetworkFirewallPoliciesPatchCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesPatchCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesPatchCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesPatchCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesPatchCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesPatchCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesPatchCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.firewallpolicy) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("PATCH", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.patch" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Patches the specified network firewall policy.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}", + // "httpMethod": "PATCH", + // "id": "compute.regionNetworkFirewallPolicies.patch", + // "parameterOrder": [ + // "project", + // "region", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}", + // "request": { + // "$ref": "FirewallPolicy" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.patchRule": + +type RegionNetworkFirewallPoliciesPatchRuleCall struct { + s *Service + project string + region string + firewallPolicy string + firewallpolicyrule *FirewallPolicyRule + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// PatchRule: Patches a rule of the specified priority. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) PatchRule(project string, region string, firewallPolicy string, firewallpolicyrule *FirewallPolicyRule) *RegionNetworkFirewallPoliciesPatchRuleCall { + c := &RegionNetworkFirewallPoliciesPatchRuleCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.firewallPolicy = firewallPolicy + c.firewallpolicyrule = firewallpolicyrule + return c +} + +// Priority sets the optional parameter "priority": The priority of the +// rule to patch. +func (c *RegionNetworkFirewallPoliciesPatchRuleCall) Priority(priority int64) *RegionNetworkFirewallPoliciesPatchRuleCall { + c.urlParams_.Set("priority", fmt.Sprint(priority)) + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *RegionNetworkFirewallPoliciesPatchRuleCall) RequestId(requestId string) *RegionNetworkFirewallPoliciesPatchRuleCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesPatchRuleCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesPatchRuleCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesPatchRuleCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesPatchRuleCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesPatchRuleCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesPatchRuleCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.firewallpolicyrule) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/patchRule") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.patchRule" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesPatchRuleCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Patches a rule of the specified priority.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/patchRule", + // "httpMethod": "POST", + // "id": "compute.regionNetworkFirewallPolicies.patchRule", + // "parameterOrder": [ + // "project", + // "region", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "priority": { + // "description": "The priority of the rule to patch.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/patchRule", + // "request": { + // "$ref": "FirewallPolicyRule" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.removeAssociation": + +type RegionNetworkFirewallPoliciesRemoveAssociationCall struct { + s *Service + project string + region string + firewallPolicy string + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// RemoveAssociation: Removes an association for the specified network +// firewall policy. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) RemoveAssociation(project string, region string, firewallPolicy string) *RegionNetworkFirewallPoliciesRemoveAssociationCall { + c := &RegionNetworkFirewallPoliciesRemoveAssociationCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.firewallPolicy = firewallPolicy + return c +} + +// Name sets the optional parameter "name": Name for the association +// that will be removed. +func (c *RegionNetworkFirewallPoliciesRemoveAssociationCall) Name(name string) *RegionNetworkFirewallPoliciesRemoveAssociationCall { + c.urlParams_.Set("name", name) + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *RegionNetworkFirewallPoliciesRemoveAssociationCall) RequestId(requestId string) *RegionNetworkFirewallPoliciesRemoveAssociationCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesRemoveAssociationCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesRemoveAssociationCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesRemoveAssociationCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesRemoveAssociationCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesRemoveAssociationCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesRemoveAssociationCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/removeAssociation") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.removeAssociation" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesRemoveAssociationCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Removes an association for the specified network firewall policy.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/removeAssociation", + // "httpMethod": "POST", + // "id": "compute.regionNetworkFirewallPolicies.removeAssociation", + // "parameterOrder": [ + // "project", + // "region", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "name": { + // "description": "Name for the association that will be removed.", + // "location": "query", + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/removeAssociation", + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.removeRule": + +type RegionNetworkFirewallPoliciesRemoveRuleCall struct { + s *Service + project string + region string + firewallPolicy string + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// RemoveRule: Deletes a rule of the specified priority. +// +// - firewallPolicy: Name of the firewall policy to update. +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionNetworkFirewallPoliciesService) RemoveRule(project string, region string, firewallPolicy string) *RegionNetworkFirewallPoliciesRemoveRuleCall { + c := &RegionNetworkFirewallPoliciesRemoveRuleCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.firewallPolicy = firewallPolicy + return c +} + +// Priority sets the optional parameter "priority": The priority of the +// rule to remove from the firewall policy. +func (c *RegionNetworkFirewallPoliciesRemoveRuleCall) Priority(priority int64) *RegionNetworkFirewallPoliciesRemoveRuleCall { + c.urlParams_.Set("priority", fmt.Sprint(priority)) + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *RegionNetworkFirewallPoliciesRemoveRuleCall) RequestId(requestId string) *RegionNetworkFirewallPoliciesRemoveRuleCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesRemoveRuleCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesRemoveRuleCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesRemoveRuleCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesRemoveRuleCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesRemoveRuleCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesRemoveRuleCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/removeRule") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "firewallPolicy": c.firewallPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.removeRule" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesRemoveRuleCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Deletes a rule of the specified priority.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/removeRule", + // "httpMethod": "POST", + // "id": "compute.regionNetworkFirewallPolicies.removeRule", + // "parameterOrder": [ + // "project", + // "region", + // "firewallPolicy" + // ], + // "parameters": { + // "firewallPolicy": { + // "description": "Name of the firewall policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // }, + // "priority": { + // "description": "The priority of the rule to remove from the firewall policy.", + // "format": "int32", + // "location": "query", + // "type": "integer" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{firewallPolicy}/removeRule", + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.setIamPolicy": + +type RegionNetworkFirewallPoliciesSetIamPolicyCall struct { + s *Service + project string + region string + resource string + regionsetpolicyrequest *RegionSetPolicyRequest + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// SetIamPolicy: Sets the access control policy on the specified +// resource. Replaces any existing policy. +// +// - project: Project ID for this request. +// - region: The name of the region for this request. +// - resource: Name or id of the resource for this request. +func (r *RegionNetworkFirewallPoliciesService) SetIamPolicy(project string, region string, resource string, regionsetpolicyrequest *RegionSetPolicyRequest) *RegionNetworkFirewallPoliciesSetIamPolicyCall { + c := &RegionNetworkFirewallPoliciesSetIamPolicyCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.resource = resource + c.regionsetpolicyrequest = regionsetpolicyrequest + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesSetIamPolicyCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesSetIamPolicyCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesSetIamPolicyCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesSetIamPolicyCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesSetIamPolicyCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.regionsetpolicyrequest) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{resource}/setIamPolicy") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "resource": c.resource, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.setIamPolicy" call. +// Exactly one of *Policy or error will be non-nil. Any non-2xx status +// code is an error. Response headers are in either +// *Policy.ServerResponse.Header or (if a response was returned at all) +// in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to +// check whether the returned error was because http.StatusNotModified +// was returned. +func (c *RegionNetworkFirewallPoliciesSetIamPolicyCall) Do(opts ...googleapi.CallOption) (*Policy, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Policy{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Sets the access control policy on the specified resource. Replaces any existing policy.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{resource}/setIamPolicy", + // "httpMethod": "POST", + // "id": "compute.regionNetworkFirewallPolicies.setIamPolicy", + // "parameterOrder": [ + // "project", + // "region", + // "resource" + // ], + // "parameters": { + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "The name of the region for this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "resource": { + // "description": "Name or id of the resource for this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{resource}/setIamPolicy", + // "request": { + // "$ref": "RegionSetPolicyRequest" + // }, + // "response": { + // "$ref": "Policy" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.regionNetworkFirewallPolicies.testIamPermissions": + +type RegionNetworkFirewallPoliciesTestIamPermissionsCall struct { + s *Service + project string + region string + resource string + testpermissionsrequest *TestPermissionsRequest + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// TestIamPermissions: Returns permissions that a caller has on the +// specified resource. +// +// - project: Project ID for this request. +// - region: The name of the region for this request. +// - resource: Name or id of the resource for this request. +func (r *RegionNetworkFirewallPoliciesService) TestIamPermissions(project string, region string, resource string, testpermissionsrequest *TestPermissionsRequest) *RegionNetworkFirewallPoliciesTestIamPermissionsCall { + c := &RegionNetworkFirewallPoliciesTestIamPermissionsCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.resource = resource + c.testpermissionsrequest = testpermissionsrequest + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionNetworkFirewallPoliciesTestIamPermissionsCall) Fields(s ...googleapi.Field) *RegionNetworkFirewallPoliciesTestIamPermissionsCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionNetworkFirewallPoliciesTestIamPermissionsCall) Context(ctx context.Context) *RegionNetworkFirewallPoliciesTestIamPermissionsCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionNetworkFirewallPoliciesTestIamPermissionsCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionNetworkFirewallPoliciesTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.testpermissionsrequest) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/firewallPolicies/{resource}/testIamPermissions") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "resource": c.resource, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionNetworkFirewallPolicies.testIamPermissions" call. +// Exactly one of *TestPermissionsResponse or error will be non-nil. Any +// non-2xx status code is an error. Response headers are in either +// *TestPermissionsResponse.ServerResponse.Header or (if a response was +// returned at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *RegionNetworkFirewallPoliciesTestIamPermissionsCall) Do(opts ...googleapi.CallOption) (*TestPermissionsResponse, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &TestPermissionsResponse{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Returns permissions that a caller has on the specified resource.", + // "flatPath": "projects/{project}/regions/{region}/firewallPolicies/{resource}/testIamPermissions", + // "httpMethod": "POST", + // "id": "compute.regionNetworkFirewallPolicies.testIamPermissions", + // "parameterOrder": [ + // "project", + // "region", + // "resource" + // ], + // "parameters": { + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "The name of the region for this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "resource": { + // "description": "Name or id of the resource for this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/firewallPolicies/{resource}/testIamPermissions", + // "request": { + // "$ref": "TestPermissionsRequest" + // }, + // "response": { + // "$ref": "TestPermissionsResponse" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + // method id "compute.regionNotificationEndpoints.delete": type RegionNotificationEndpointsDeleteCall struct { @@ -134180,7 +142995,7 @@ func (c *RegionNotificationEndpointsDeleteCall) Header() http.Header { func (c *RegionNotificationEndpointsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -134355,7 +143170,7 @@ func (c *RegionNotificationEndpointsGetCall) Header() http.Header { func (c *RegionNotificationEndpointsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -134532,7 +143347,7 @@ func (c *RegionNotificationEndpointsInsertCall) Header() http.Header { func (c *RegionNotificationEndpointsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -134771,7 +143586,7 @@ func (c *RegionNotificationEndpointsListCall) Header() http.Header { func (c *RegionNotificationEndpointsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -134972,7 +143787,7 @@ func (c *RegionOperationsDeleteCall) Header() http.Header { func (c *RegionOperationsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -135112,7 +143927,7 @@ func (c *RegionOperationsGetCall) Header() http.Header { func (c *RegionOperationsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -135351,7 +144166,7 @@ func (c *RegionOperationsListCall) Header() http.Header { func (c *RegionOperationsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -135563,7 +144378,7 @@ func (c *RegionOperationsWaitCall) Header() http.Header { func (c *RegionOperationsWaitCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -135669,6 +144484,1014 @@ func (c *RegionOperationsWaitCall) Do(opts ...googleapi.CallOption) (*Operation, } +// method id "compute.regionSecurityPolicies.delete": + +type RegionSecurityPoliciesDeleteCall struct { + s *Service + project string + region string + securityPolicy string + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Delete: Deletes the specified policy. +// +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +// - securityPolicy: Name of the security policy to delete. +func (r *RegionSecurityPoliciesService) Delete(project string, region string, securityPolicy string) *RegionSecurityPoliciesDeleteCall { + c := &RegionSecurityPoliciesDeleteCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.securityPolicy = securityPolicy + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *RegionSecurityPoliciesDeleteCall) RequestId(requestId string) *RegionSecurityPoliciesDeleteCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionSecurityPoliciesDeleteCall) Fields(s ...googleapi.Field) *RegionSecurityPoliciesDeleteCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionSecurityPoliciesDeleteCall) Context(ctx context.Context) *RegionSecurityPoliciesDeleteCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionSecurityPoliciesDeleteCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionSecurityPoliciesDeleteCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("DELETE", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "securityPolicy": c.securityPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionSecurityPolicies.delete" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *RegionSecurityPoliciesDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Deletes the specified policy.", + // "flatPath": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}", + // "httpMethod": "DELETE", + // "id": "compute.regionSecurityPolicies.delete", + // "parameterOrder": [ + // "project", + // "region", + // "securityPolicy" + // ], + // "parameters": { + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // }, + // "securityPolicy": { + // "description": "Name of the security policy to delete.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}", + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.regionSecurityPolicies.get": + +type RegionSecurityPoliciesGetCall struct { + s *Service + project string + region string + securityPolicy string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// Get: List all of the ordered rules present in a single specified +// policy. +// +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +// - securityPolicy: Name of the security policy to get. +func (r *RegionSecurityPoliciesService) Get(project string, region string, securityPolicy string) *RegionSecurityPoliciesGetCall { + c := &RegionSecurityPoliciesGetCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.securityPolicy = securityPolicy + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionSecurityPoliciesGetCall) Fields(s ...googleapi.Field) *RegionSecurityPoliciesGetCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *RegionSecurityPoliciesGetCall) IfNoneMatch(entityTag string) *RegionSecurityPoliciesGetCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionSecurityPoliciesGetCall) Context(ctx context.Context) *RegionSecurityPoliciesGetCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionSecurityPoliciesGetCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionSecurityPoliciesGetCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "securityPolicy": c.securityPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionSecurityPolicies.get" call. +// Exactly one of *SecurityPolicy or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *SecurityPolicy.ServerResponse.Header or (if a response was returned +// at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *RegionSecurityPoliciesGetCall) Do(opts ...googleapi.CallOption) (*SecurityPolicy, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &SecurityPolicy{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "List all of the ordered rules present in a single specified policy.", + // "flatPath": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}", + // "httpMethod": "GET", + // "id": "compute.regionSecurityPolicies.get", + // "parameterOrder": [ + // "project", + // "region", + // "securityPolicy" + // ], + // "parameters": { + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "securityPolicy": { + // "description": "Name of the security policy to get.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}", + // "response": { + // "$ref": "SecurityPolicy" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// method id "compute.regionSecurityPolicies.insert": + +type RegionSecurityPoliciesInsertCall struct { + s *Service + project string + region string + securitypolicy *SecurityPolicy + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Insert: Creates a new policy in the specified project using the data +// included in the request. +// +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionSecurityPoliciesService) Insert(project string, region string, securitypolicy *SecurityPolicy) *RegionSecurityPoliciesInsertCall { + c := &RegionSecurityPoliciesInsertCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.securitypolicy = securitypolicy + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *RegionSecurityPoliciesInsertCall) RequestId(requestId string) *RegionSecurityPoliciesInsertCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// ValidateOnly sets the optional parameter "validateOnly": If true, the +// request will not be committed. +func (c *RegionSecurityPoliciesInsertCall) ValidateOnly(validateOnly bool) *RegionSecurityPoliciesInsertCall { + c.urlParams_.Set("validateOnly", fmt.Sprint(validateOnly)) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionSecurityPoliciesInsertCall) Fields(s ...googleapi.Field) *RegionSecurityPoliciesInsertCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionSecurityPoliciesInsertCall) Context(ctx context.Context) *RegionSecurityPoliciesInsertCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionSecurityPoliciesInsertCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionSecurityPoliciesInsertCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.securitypolicy) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/securityPolicies") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("POST", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionSecurityPolicies.insert" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *RegionSecurityPoliciesInsertCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Creates a new policy in the specified project using the data included in the request.", + // "flatPath": "projects/{project}/regions/{region}/securityPolicies", + // "httpMethod": "POST", + // "id": "compute.regionSecurityPolicies.insert", + // "parameterOrder": [ + // "project", + // "region" + // ], + // "parameters": { + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // }, + // "validateOnly": { + // "description": "If true, the request will not be committed.", + // "location": "query", + // "type": "boolean" + // } + // }, + // "path": "projects/{project}/regions/{region}/securityPolicies", + // "request": { + // "$ref": "SecurityPolicy" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + +// method id "compute.regionSecurityPolicies.list": + +type RegionSecurityPoliciesListCall struct { + s *Service + project string + region string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// List: List all the policies that have been configured for the +// specified project and region. +// +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +func (r *RegionSecurityPoliciesService) List(project string, region string) *RegionSecurityPoliciesListCall { + c := &RegionSecurityPoliciesListCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + return c +} + +// Filter sets the optional parameter "filter": A filter expression that +// filters resources listed in the response. The expression must specify +// the field name, an operator, and the value that you want to use for +// filtering. The value must be a string, a number, or a boolean. The +// operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For +// example, if you are filtering Compute Engine instances, you can +// exclude instances named `example-instance` by specifying `name != +// example-instance`. The `:` operator can be used with string fields to +// match substrings. For non-string fields it is equivalent to the `=` +// operator. The `:*` comparison can be used to test whether a key has +// been defined. For example, to find all objects with `owner` label +// use: ``` labels.owner:* ``` You can also filter nested fields. For +// example, you could specify `scheduling.automaticRestart = false` to +// include instances only if they are not scheduled for automatic +// restarts. You can use filtering on nested fields to filter based on +// resource labels. To filter on multiple expressions, provide each +// separate expression within parentheses. For example: ``` +// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") +// ``` By default, each expression is an `AND` expression. However, you +// can include `AND` and `OR` expressions explicitly. For example: ``` +// (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") +// AND (scheduling.automaticRestart = true) ``` +func (c *RegionSecurityPoliciesListCall) Filter(filter string) *RegionSecurityPoliciesListCall { + c.urlParams_.Set("filter", filter) + return c +} + +// MaxResults sets the optional parameter "maxResults": The maximum +// number of results per page that should be returned. If the number of +// available results is larger than `maxResults`, Compute Engine returns +// a `nextPageToken` that can be used to get the next page of results in +// subsequent list requests. Acceptable values are `0` to `500`, +// inclusive. (Default: `500`) +func (c *RegionSecurityPoliciesListCall) MaxResults(maxResults int64) *RegionSecurityPoliciesListCall { + c.urlParams_.Set("maxResults", fmt.Sprint(maxResults)) + return c +} + +// OrderBy sets the optional parameter "orderBy": Sorts list results by +// a certain order. By default, results are returned in alphanumerical +// order based on the resource name. You can also sort results in +// descending order based on the creation timestamp using +// `orderBy="creationTimestamp desc". This sorts results based on the +// `creationTimestamp` field in reverse chronological order (newest +// result first). Use this to sort resources like operations so that the +// newest operation is returned first. Currently, only sorting by `name` +// or `creationTimestamp desc` is supported. +func (c *RegionSecurityPoliciesListCall) OrderBy(orderBy string) *RegionSecurityPoliciesListCall { + c.urlParams_.Set("orderBy", orderBy) + return c +} + +// PageToken sets the optional parameter "pageToken": Specifies a page +// token to use. Set `pageToken` to the `nextPageToken` returned by a +// previous list request to get the next page of results. +func (c *RegionSecurityPoliciesListCall) PageToken(pageToken string) *RegionSecurityPoliciesListCall { + c.urlParams_.Set("pageToken", pageToken) + return c +} + +// ReturnPartialSuccess sets the optional parameter +// "returnPartialSuccess": Opt-in for partial success behavior which +// provides partial results in case of failure. The default value is +// false. +func (c *RegionSecurityPoliciesListCall) ReturnPartialSuccess(returnPartialSuccess bool) *RegionSecurityPoliciesListCall { + c.urlParams_.Set("returnPartialSuccess", fmt.Sprint(returnPartialSuccess)) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionSecurityPoliciesListCall) Fields(s ...googleapi.Field) *RegionSecurityPoliciesListCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *RegionSecurityPoliciesListCall) IfNoneMatch(entityTag string) *RegionSecurityPoliciesListCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionSecurityPoliciesListCall) Context(ctx context.Context) *RegionSecurityPoliciesListCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionSecurityPoliciesListCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionSecurityPoliciesListCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/securityPolicies") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionSecurityPolicies.list" call. +// Exactly one of *SecurityPolicyList or error will be non-nil. Any +// non-2xx status code is an error. Response headers are in either +// *SecurityPolicyList.ServerResponse.Header or (if a response was +// returned at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *RegionSecurityPoliciesListCall) Do(opts ...googleapi.CallOption) (*SecurityPolicyList, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &SecurityPolicyList{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "List all the policies that have been configured for the specified project and region.", + // "flatPath": "projects/{project}/regions/{region}/securityPolicies", + // "httpMethod": "GET", + // "id": "compute.regionSecurityPolicies.list", + // "parameterOrder": [ + // "project", + // "region" + // ], + // "parameters": { + // "filter": { + // "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `\u003e`, `\u003c`, `\u003c=`, `\u003e=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```", + // "location": "query", + // "type": "string" + // }, + // "maxResults": { + // "default": "500", + // "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + // "format": "uint32", + // "location": "query", + // "minimum": "0", + // "type": "integer" + // }, + // "orderBy": { + // "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + // "location": "query", + // "type": "string" + // }, + // "pageToken": { + // "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + // "location": "query", + // "type": "string" + // }, + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "returnPartialSuccess": { + // "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.", + // "location": "query", + // "type": "boolean" + // } + // }, + // "path": "projects/{project}/regions/{region}/securityPolicies", + // "response": { + // "$ref": "SecurityPolicyList" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// Pages invokes f for each page of results. +// A non-nil error returned from f will halt the iteration. +// The provided context supersedes any context provided to the Context method. +func (c *RegionSecurityPoliciesListCall) Pages(ctx context.Context, f func(*SecurityPolicyList) error) error { + c.ctx_ = ctx + defer c.PageToken(c.urlParams_.Get("pageToken")) // reset paging to original point + for { + x, err := c.Do() + if err != nil { + return err + } + if err := f(x); err != nil { + return err + } + if x.NextPageToken == "" { + return nil + } + c.PageToken(x.NextPageToken) + } +} + +// method id "compute.regionSecurityPolicies.patch": + +type RegionSecurityPoliciesPatchCall struct { + s *Service + project string + region string + securityPolicy string + securitypolicy *SecurityPolicy + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Patch: Patches the specified policy with the data included in the +// request. +// +// - project: Project ID for this request. +// - region: Name of the region scoping this request. +// - securityPolicy: Name of the security policy to update. +func (r *RegionSecurityPoliciesService) Patch(project string, region string, securityPolicy string, securitypolicy *SecurityPolicy) *RegionSecurityPoliciesPatchCall { + c := &RegionSecurityPoliciesPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.securityPolicy = securityPolicy + c.securitypolicy = securitypolicy + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *RegionSecurityPoliciesPatchCall) RequestId(requestId string) *RegionSecurityPoliciesPatchCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionSecurityPoliciesPatchCall) Fields(s ...googleapi.Field) *RegionSecurityPoliciesPatchCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionSecurityPoliciesPatchCall) Context(ctx context.Context) *RegionSecurityPoliciesPatchCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionSecurityPoliciesPatchCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionSecurityPoliciesPatchCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.securitypolicy) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("PATCH", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "securityPolicy": c.securityPolicy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionSecurityPolicies.patch" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *RegionSecurityPoliciesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Patches the specified policy with the data included in the request.", + // "flatPath": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}", + // "httpMethod": "PATCH", + // "id": "compute.regionSecurityPolicies.patch", + // "parameterOrder": [ + // "project", + // "region", + // "securityPolicy" + // ], + // "parameters": { + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region scoping this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // }, + // "securityPolicy": { + // "description": "Name of the security policy to update.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/securityPolicies/{securityPolicy}", + // "request": { + // "$ref": "SecurityPolicy" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + // method id "compute.regionSslCertificates.delete": type RegionSslCertificatesDeleteCall struct { @@ -135737,7 +145560,7 @@ func (c *RegionSslCertificatesDeleteCall) Header() http.Header { func (c *RegionSslCertificatesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -135912,7 +145735,7 @@ func (c *RegionSslCertificatesGetCall) Header() http.Header { func (c *RegionSslCertificatesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -136089,7 +145912,7 @@ func (c *RegionSslCertificatesInsertCall) Header() http.Header { func (c *RegionSslCertificatesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -136328,7 +146151,7 @@ func (c *RegionSslCertificatesListCall) Header() http.Header { func (c *RegionSslCertificatesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -136545,7 +146368,7 @@ func (c *RegionTargetHttpProxiesDeleteCall) Header() http.Header { func (c *RegionTargetHttpProxiesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -136720,7 +146543,7 @@ func (c *RegionTargetHttpProxiesGetCall) Header() http.Header { func (c *RegionTargetHttpProxiesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -136897,7 +146720,7 @@ func (c *RegionTargetHttpProxiesInsertCall) Header() http.Header { func (c *RegionTargetHttpProxiesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -137136,7 +146959,7 @@ func (c *RegionTargetHttpProxiesListCall) Header() http.Header { func (c *RegionTargetHttpProxiesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -137355,7 +147178,7 @@ func (c *RegionTargetHttpProxiesSetUrlMapCall) Header() http.Header { func (c *RegionTargetHttpProxiesSetUrlMapCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -137541,7 +147364,7 @@ func (c *RegionTargetHttpsProxiesDeleteCall) Header() http.Header { func (c *RegionTargetHttpsProxiesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -137716,7 +147539,7 @@ func (c *RegionTargetHttpsProxiesGetCall) Header() http.Header { func (c *RegionTargetHttpsProxiesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -137893,7 +147716,7 @@ func (c *RegionTargetHttpsProxiesInsertCall) Header() http.Header { func (c *RegionTargetHttpsProxiesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -138132,7 +147955,7 @@ func (c *RegionTargetHttpsProxiesListCall) Header() http.Header { func (c *RegionTargetHttpsProxiesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -138281,6 +148104,196 @@ func (c *RegionTargetHttpsProxiesListCall) Pages(ctx context.Context, f func(*Ta } } +// method id "compute.regionTargetHttpsProxies.patch": + +type RegionTargetHttpsProxiesPatchCall struct { + s *Service + project string + region string + targetHttpsProxy string + targethttpsproxy *TargetHttpsProxy + urlParams_ gensupport.URLParams + ctx_ context.Context + header_ http.Header +} + +// Patch: Patches the specified regional TargetHttpsProxy resource with +// the data included in the request. This method supports PATCH +// semantics and uses JSON merge patch format and processing rules. +// +// - project: Project ID for this request. +// - region: Name of the region for this request. +// - targetHttpsProxy: Name of the TargetHttpsProxy resource to patch. +func (r *RegionTargetHttpsProxiesService) Patch(project string, region string, targetHttpsProxy string, targethttpsproxy *TargetHttpsProxy) *RegionTargetHttpsProxiesPatchCall { + c := &RegionTargetHttpsProxiesPatchCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + c.region = region + c.targetHttpsProxy = targetHttpsProxy + c.targethttpsproxy = targethttpsproxy + return c +} + +// RequestId sets the optional parameter "requestId": An optional +// request ID to identify requests. Specify a unique request ID so that +// if you must retry your request, the server will know to ignore the +// request if it has already been completed. For example, consider a +// situation where you make an initial request and the request times +// out. If you make the request again with the same request ID, the +// server can check if original operation with the same request ID was +// received, and if so, will ignore the second request. This prevents +// clients from accidentally creating duplicate commitments. The request +// ID must be a valid UUID with the exception that zero UUID is not +// supported ( 00000000-0000-0000-0000-000000000000). +func (c *RegionTargetHttpsProxiesPatchCall) RequestId(requestId string) *RegionTargetHttpsProxiesPatchCall { + c.urlParams_.Set("requestId", requestId) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *RegionTargetHttpsProxiesPatchCall) Fields(s ...googleapi.Field) *RegionTargetHttpsProxiesPatchCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *RegionTargetHttpsProxiesPatchCall) Context(ctx context.Context) *RegionTargetHttpsProxiesPatchCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *RegionTargetHttpsProxiesPatchCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *RegionTargetHttpsProxiesPatchCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + var body io.Reader = nil + body, err := googleapi.WithoutDataWrapper.JSONReader(c.targethttpsproxy) + if err != nil { + return nil, err + } + reqHeaders.Set("Content-Type", "application/json") + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("PATCH", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + "region": c.region, + "targetHttpsProxy": c.targetHttpsProxy, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.regionTargetHttpsProxies.patch" call. +// Exactly one of *Operation or error will be non-nil. Any non-2xx +// status code is an error. Response headers are in either +// *Operation.ServerResponse.Header or (if a response was returned at +// all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified +// to check whether the returned error was because +// http.StatusNotModified was returned. +func (c *RegionTargetHttpsProxiesPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &Operation{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Patches the specified regional TargetHttpsProxy resource with the data included in the request. This method supports PATCH semantics and uses JSON merge patch format and processing rules.", + // "flatPath": "projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}", + // "httpMethod": "PATCH", + // "id": "compute.regionTargetHttpsProxies.patch", + // "parameterOrder": [ + // "project", + // "region", + // "targetHttpsProxy" + // ], + // "parameters": { + // "project": { + // "description": "Project ID for this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "region": { + // "description": "Name of the region for this request.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?", + // "required": true, + // "type": "string" + // }, + // "requestId": { + // "description": "An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).", + // "location": "query", + // "type": "string" + // }, + // "targetHttpsProxy": { + // "description": "Name of the TargetHttpsProxy resource to patch.", + // "location": "path", + // "pattern": "[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?|[1-9][0-9]{0,19}", + // "required": true, + // "type": "string" + // } + // }, + // "path": "projects/{project}/regions/{region}/targetHttpsProxies/{targetHttpsProxy}", + // "request": { + // "$ref": "TargetHttpsProxy" + // }, + // "response": { + // "$ref": "Operation" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute" + // ] + // } + +} + // method id "compute.regionTargetHttpsProxies.setSslCertificates": type RegionTargetHttpsProxiesSetSslCertificatesCall struct { @@ -138352,7 +148365,7 @@ func (c *RegionTargetHttpsProxiesSetSslCertificatesCall) Header() http.Header { func (c *RegionTargetHttpsProxiesSetSslCertificatesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -138541,7 +148554,7 @@ func (c *RegionTargetHttpsProxiesSetUrlMapCall) Header() http.Header { func (c *RegionTargetHttpsProxiesSetUrlMapCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -138718,7 +148731,7 @@ func (c *RegionUrlMapsDeleteCall) Header() http.Header { func (c *RegionUrlMapsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -138892,7 +148905,7 @@ func (c *RegionUrlMapsGetCall) Header() http.Header { func (c *RegionUrlMapsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -139060,7 +149073,7 @@ func (c *RegionUrlMapsInsertCall) Header() http.Header { func (c *RegionUrlMapsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -139299,7 +149312,7 @@ func (c *RegionUrlMapsListCall) Header() http.Header { func (c *RegionUrlMapsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -139511,7 +149524,7 @@ func (c *RegionUrlMapsPatchCall) Header() http.Header { func (c *RegionUrlMapsPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -139691,7 +149704,7 @@ func (c *RegionUrlMapsUpdateCall) Header() http.Header { func (c *RegionUrlMapsUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -139865,7 +149878,7 @@ func (c *RegionUrlMapsValidateCall) Header() http.Header { func (c *RegionUrlMapsValidateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -140046,7 +150059,7 @@ func (c *RegionsGetCall) Header() http.Header { func (c *RegionsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -140280,7 +150293,7 @@ func (c *RegionsListCall) Header() http.Header { func (c *RegionsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -140559,7 +150572,7 @@ func (c *ReservationsAggregatedListCall) Header() http.Header { func (c *ReservationsAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -140772,7 +150785,7 @@ func (c *ReservationsDeleteCall) Header() http.Header { func (c *ReservationsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -140945,7 +150958,7 @@ func (c *ReservationsGetCall) Header() http.Header { func (c *ReservationsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -141125,7 +151138,7 @@ func (c *ReservationsGetIamPolicyCall) Header() http.Header { func (c *ReservationsGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -141308,7 +151321,7 @@ func (c *ReservationsInsertCall) Header() http.Header { func (c *ReservationsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -141547,7 +151560,7 @@ func (c *ReservationsListCall) Header() http.Header { func (c *ReservationsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -141768,7 +151781,7 @@ func (c *ReservationsResizeCall) Header() http.Header { func (c *ReservationsResizeCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -141941,7 +151954,7 @@ func (c *ReservationsSetIamPolicyCall) Header() http.Header { func (c *ReservationsSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -142109,7 +152122,7 @@ func (c *ReservationsTestIamPermissionsCall) Header() http.Header { func (c *ReservationsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -142306,7 +152319,7 @@ func (c *ReservationsUpdateCall) Header() http.Header { func (c *ReservationsUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -142574,7 +152587,7 @@ func (c *ResourcePoliciesAggregatedListCall) Header() http.Header { func (c *ResourcePoliciesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -142787,7 +152800,7 @@ func (c *ResourcePoliciesDeleteCall) Header() http.Header { func (c *ResourcePoliciesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -142960,7 +152973,7 @@ func (c *ResourcePoliciesGetCall) Header() http.Header { func (c *ResourcePoliciesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -143140,7 +153153,7 @@ func (c *ResourcePoliciesGetIamPolicyCall) Header() http.Header { func (c *ResourcePoliciesGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -143322,7 +153335,7 @@ func (c *ResourcePoliciesInsertCall) Header() http.Header { func (c *ResourcePoliciesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -143561,7 +153574,7 @@ func (c *ResourcePoliciesListCall) Header() http.Header { func (c *ResourcePoliciesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -143765,7 +153778,7 @@ func (c *ResourcePoliciesSetIamPolicyCall) Header() http.Header { func (c *ResourcePoliciesSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -143933,7 +153946,7 @@ func (c *ResourcePoliciesTestIamPermissionsCall) Header() http.Header { func (c *ResourcePoliciesTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -144186,7 +154199,7 @@ func (c *RoutersAggregatedListCall) Header() http.Header { func (c *RoutersAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -144399,7 +154412,7 @@ func (c *RoutersDeleteCall) Header() http.Header { func (c *RoutersDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -144573,7 +154586,7 @@ func (c *RoutersGetCall) Header() http.Header { func (c *RoutersGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -144816,7 +154829,7 @@ func (c *RoutersGetNatMappingInfoCall) Header() http.Header { func (c *RoutersGetNatMappingInfoCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -145038,7 +155051,7 @@ func (c *RoutersGetRouterStatusCall) Header() http.Header { func (c *RoutersGetRouterStatusCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -145215,7 +155228,7 @@ func (c *RoutersInsertCall) Header() http.Header { func (c *RoutersInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -145454,7 +155467,7 @@ func (c *RoutersListCall) Header() http.Header { func (c *RoutersListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -145675,7 +155688,7 @@ func (c *RoutersPatchCall) Header() http.Header { func (c *RoutersPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -145849,7 +155862,7 @@ func (c *RoutersPreviewCall) Header() http.Header { func (c *RoutersPreviewCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -146037,7 +156050,7 @@ func (c *RoutersUpdateCall) Header() http.Header { func (c *RoutersUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -146220,7 +156233,7 @@ func (c *RoutesDeleteCall) Header() http.Header { func (c *RoutesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -146382,7 +156395,7 @@ func (c *RoutesGetCall) Header() http.Header { func (c *RoutesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -146547,7 +156560,7 @@ func (c *RoutesInsertCall) Header() http.Header { func (c *RoutesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -146774,7 +156787,7 @@ func (c *RoutesListCall) Header() http.Header { func (c *RoutesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -146965,7 +156978,7 @@ func (c *SecurityPoliciesAddRuleCall) Header() http.Header { func (c *SecurityPoliciesAddRuleCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -147069,6 +157082,291 @@ func (c *SecurityPoliciesAddRuleCall) Do(opts ...googleapi.CallOption) (*Operati } +// method id "compute.securityPolicies.aggregatedList": + +type SecurityPoliciesAggregatedListCall struct { + s *Service + project string + urlParams_ gensupport.URLParams + ifNoneMatch_ string + ctx_ context.Context + header_ http.Header +} + +// AggregatedList: Retrieves the list of all SecurityPolicy resources, +// regional and global, available to the specified project. +// +// - project: Name of the project scoping this request. +func (r *SecurityPoliciesService) AggregatedList(project string) *SecurityPoliciesAggregatedListCall { + c := &SecurityPoliciesAggregatedListCall{s: r.s, urlParams_: make(gensupport.URLParams)} + c.project = project + return c +} + +// Filter sets the optional parameter "filter": A filter expression that +// filters resources listed in the response. The expression must specify +// the field name, an operator, and the value that you want to use for +// filtering. The value must be a string, a number, or a boolean. The +// operator must be either `=`, `!=`, `>`, `<`, `<=`, `>=` or `:`. For +// example, if you are filtering Compute Engine instances, you can +// exclude instances named `example-instance` by specifying `name != +// example-instance`. The `:` operator can be used with string fields to +// match substrings. For non-string fields it is equivalent to the `=` +// operator. The `:*` comparison can be used to test whether a key has +// been defined. For example, to find all objects with `owner` label +// use: ``` labels.owner:* ``` You can also filter nested fields. For +// example, you could specify `scheduling.automaticRestart = false` to +// include instances only if they are not scheduled for automatic +// restarts. You can use filtering on nested fields to filter based on +// resource labels. To filter on multiple expressions, provide each +// separate expression within parentheses. For example: ``` +// (scheduling.automaticRestart = true) (cpuPlatform = "Intel Skylake") +// ``` By default, each expression is an `AND` expression. However, you +// can include `AND` and `OR` expressions explicitly. For example: ``` +// (cpuPlatform = "Intel Skylake") OR (cpuPlatform = "Intel Broadwell") +// AND (scheduling.automaticRestart = true) ``` +func (c *SecurityPoliciesAggregatedListCall) Filter(filter string) *SecurityPoliciesAggregatedListCall { + c.urlParams_.Set("filter", filter) + return c +} + +// IncludeAllScopes sets the optional parameter "includeAllScopes": +// Indicates whether every visible scope for each scope type (zone, +// region, global) should be included in the response. For new resource +// types added after this field, the flag has no effect as new resource +// types will always include every visible scope for each scope type in +// response. For resource types which predate this field, if this flag +// is omitted or false, only scopes of the scope types where the +// resource type is expected to be found will be included. +func (c *SecurityPoliciesAggregatedListCall) IncludeAllScopes(includeAllScopes bool) *SecurityPoliciesAggregatedListCall { + c.urlParams_.Set("includeAllScopes", fmt.Sprint(includeAllScopes)) + return c +} + +// MaxResults sets the optional parameter "maxResults": The maximum +// number of results per page that should be returned. If the number of +// available results is larger than `maxResults`, Compute Engine returns +// a `nextPageToken` that can be used to get the next page of results in +// subsequent list requests. Acceptable values are `0` to `500`, +// inclusive. (Default: `500`) +func (c *SecurityPoliciesAggregatedListCall) MaxResults(maxResults int64) *SecurityPoliciesAggregatedListCall { + c.urlParams_.Set("maxResults", fmt.Sprint(maxResults)) + return c +} + +// OrderBy sets the optional parameter "orderBy": Sorts list results by +// a certain order. By default, results are returned in alphanumerical +// order based on the resource name. You can also sort results in +// descending order based on the creation timestamp using +// `orderBy="creationTimestamp desc". This sorts results based on the +// `creationTimestamp` field in reverse chronological order (newest +// result first). Use this to sort resources like operations so that the +// newest operation is returned first. Currently, only sorting by `name` +// or `creationTimestamp desc` is supported. +func (c *SecurityPoliciesAggregatedListCall) OrderBy(orderBy string) *SecurityPoliciesAggregatedListCall { + c.urlParams_.Set("orderBy", orderBy) + return c +} + +// PageToken sets the optional parameter "pageToken": Specifies a page +// token to use. Set `pageToken` to the `nextPageToken` returned by a +// previous list request to get the next page of results. +func (c *SecurityPoliciesAggregatedListCall) PageToken(pageToken string) *SecurityPoliciesAggregatedListCall { + c.urlParams_.Set("pageToken", pageToken) + return c +} + +// ReturnPartialSuccess sets the optional parameter +// "returnPartialSuccess": Opt-in for partial success behavior which +// provides partial results in case of failure. The default value is +// false. +func (c *SecurityPoliciesAggregatedListCall) ReturnPartialSuccess(returnPartialSuccess bool) *SecurityPoliciesAggregatedListCall { + c.urlParams_.Set("returnPartialSuccess", fmt.Sprint(returnPartialSuccess)) + return c +} + +// Fields allows partial responses to be retrieved. See +// https://developers.google.com/gdata/docs/2.0/basics#PartialResponse +// for more information. +func (c *SecurityPoliciesAggregatedListCall) Fields(s ...googleapi.Field) *SecurityPoliciesAggregatedListCall { + c.urlParams_.Set("fields", googleapi.CombineFields(s)) + return c +} + +// IfNoneMatch sets the optional parameter which makes the operation +// fail if the object's ETag matches the given value. This is useful for +// getting updates only after the object has changed since the last +// request. Use googleapi.IsNotModified to check whether the response +// error from Do is the result of In-None-Match. +func (c *SecurityPoliciesAggregatedListCall) IfNoneMatch(entityTag string) *SecurityPoliciesAggregatedListCall { + c.ifNoneMatch_ = entityTag + return c +} + +// Context sets the context to be used in this call's Do method. Any +// pending HTTP request will be aborted if the provided context is +// canceled. +func (c *SecurityPoliciesAggregatedListCall) Context(ctx context.Context) *SecurityPoliciesAggregatedListCall { + c.ctx_ = ctx + return c +} + +// Header returns an http.Header that can be modified by the caller to +// add HTTP headers to the request. +func (c *SecurityPoliciesAggregatedListCall) Header() http.Header { + if c.header_ == nil { + c.header_ = make(http.Header) + } + return c.header_ +} + +func (c *SecurityPoliciesAggregatedListCall) doRequest(alt string) (*http.Response, error) { + reqHeaders := make(http.Header) + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) + for k, v := range c.header_ { + reqHeaders[k] = v + } + reqHeaders.Set("User-Agent", c.s.userAgent()) + if c.ifNoneMatch_ != "" { + reqHeaders.Set("If-None-Match", c.ifNoneMatch_) + } + var body io.Reader = nil + c.urlParams_.Set("alt", alt) + c.urlParams_.Set("prettyPrint", "false") + urls := googleapi.ResolveRelative(c.s.BasePath, "projects/{project}/aggregated/securityPolicies") + urls += "?" + c.urlParams_.Encode() + req, err := http.NewRequest("GET", urls, body) + if err != nil { + return nil, err + } + req.Header = reqHeaders + googleapi.Expand(req.URL, map[string]string{ + "project": c.project, + }) + return gensupport.SendRequest(c.ctx_, c.s.client, req) +} + +// Do executes the "compute.securityPolicies.aggregatedList" call. +// Exactly one of *SecurityPoliciesAggregatedList or error will be +// non-nil. Any non-2xx status code is an error. Response headers are in +// either *SecurityPoliciesAggregatedList.ServerResponse.Header or (if a +// response was returned at all) in error.(*googleapi.Error).Header. Use +// googleapi.IsNotModified to check whether the returned error was +// because http.StatusNotModified was returned. +func (c *SecurityPoliciesAggregatedListCall) Do(opts ...googleapi.CallOption) (*SecurityPoliciesAggregatedList, error) { + gensupport.SetOptions(c.urlParams_, opts...) + res, err := c.doRequest("json") + if res != nil && res.StatusCode == http.StatusNotModified { + if res.Body != nil { + res.Body.Close() + } + return nil, &googleapi.Error{ + Code: res.StatusCode, + Header: res.Header, + } + } + if err != nil { + return nil, err + } + defer googleapi.CloseBody(res) + if err := googleapi.CheckResponse(res); err != nil { + return nil, err + } + ret := &SecurityPoliciesAggregatedList{ + ServerResponse: googleapi.ServerResponse{ + Header: res.Header, + HTTPStatusCode: res.StatusCode, + }, + } + target := &ret + if err := gensupport.DecodeResponse(target, res); err != nil { + return nil, err + } + return ret, nil + // { + // "description": "Retrieves the list of all SecurityPolicy resources, regional and global, available to the specified project.", + // "flatPath": "projects/{project}/aggregated/securityPolicies", + // "httpMethod": "GET", + // "id": "compute.securityPolicies.aggregatedList", + // "parameterOrder": [ + // "project" + // ], + // "parameters": { + // "filter": { + // "description": "A filter expression that filters resources listed in the response. The expression must specify the field name, an operator, and the value that you want to use for filtering. The value must be a string, a number, or a boolean. The operator must be either `=`, `!=`, `\u003e`, `\u003c`, `\u003c=`, `\u003e=` or `:`. For example, if you are filtering Compute Engine instances, you can exclude instances named `example-instance` by specifying `name != example-instance`. The `:` operator can be used with string fields to match substrings. For non-string fields it is equivalent to the `=` operator. The `:*` comparison can be used to test whether a key has been defined. For example, to find all objects with `owner` label use: ``` labels.owner:* ``` You can also filter nested fields. For example, you could specify `scheduling.automaticRestart = false` to include instances only if they are not scheduled for automatic restarts. You can use filtering on nested fields to filter based on resource labels. To filter on multiple expressions, provide each separate expression within parentheses. For example: ``` (scheduling.automaticRestart = true) (cpuPlatform = \"Intel Skylake\") ``` By default, each expression is an `AND` expression. However, you can include `AND` and `OR` expressions explicitly. For example: ``` (cpuPlatform = \"Intel Skylake\") OR (cpuPlatform = \"Intel Broadwell\") AND (scheduling.automaticRestart = true) ```", + // "location": "query", + // "type": "string" + // }, + // "includeAllScopes": { + // "description": "Indicates whether every visible scope for each scope type (zone, region, global) should be included in the response. For new resource types added after this field, the flag has no effect as new resource types will always include every visible scope for each scope type in response. For resource types which predate this field, if this flag is omitted or false, only scopes of the scope types where the resource type is expected to be found will be included.", + // "location": "query", + // "type": "boolean" + // }, + // "maxResults": { + // "default": "500", + // "description": "The maximum number of results per page that should be returned. If the number of available results is larger than `maxResults`, Compute Engine returns a `nextPageToken` that can be used to get the next page of results in subsequent list requests. Acceptable values are `0` to `500`, inclusive. (Default: `500`)", + // "format": "uint32", + // "location": "query", + // "minimum": "0", + // "type": "integer" + // }, + // "orderBy": { + // "description": "Sorts list results by a certain order. By default, results are returned in alphanumerical order based on the resource name. You can also sort results in descending order based on the creation timestamp using `orderBy=\"creationTimestamp desc\"`. This sorts results based on the `creationTimestamp` field in reverse chronological order (newest result first). Use this to sort resources like operations so that the newest operation is returned first. Currently, only sorting by `name` or `creationTimestamp desc` is supported.", + // "location": "query", + // "type": "string" + // }, + // "pageToken": { + // "description": "Specifies a page token to use. Set `pageToken` to the `nextPageToken` returned by a previous list request to get the next page of results.", + // "location": "query", + // "type": "string" + // }, + // "project": { + // "description": "Name of the project scoping this request.", + // "location": "path", + // "pattern": "(?:(?:[-a-z0-9]{1,63}\\.)*(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?):)?(?:[0-9]{1,19}|(?:[a-z0-9](?:[-a-z0-9]{0,61}[a-z0-9])?))", + // "required": true, + // "type": "string" + // }, + // "returnPartialSuccess": { + // "description": "Opt-in for partial success behavior which provides partial results in case of failure. The default value is false.", + // "location": "query", + // "type": "boolean" + // } + // }, + // "path": "projects/{project}/aggregated/securityPolicies", + // "response": { + // "$ref": "SecurityPoliciesAggregatedList" + // }, + // "scopes": [ + // "https://www.googleapis.com/auth/cloud-platform", + // "https://www.googleapis.com/auth/compute", + // "https://www.googleapis.com/auth/compute.readonly" + // ] + // } + +} + +// Pages invokes f for each page of results. +// A non-nil error returned from f will halt the iteration. +// The provided context supersedes any context provided to the Context method. +func (c *SecurityPoliciesAggregatedListCall) Pages(ctx context.Context, f func(*SecurityPoliciesAggregatedList) error) error { + c.ctx_ = ctx + defer c.PageToken(c.urlParams_.Get("pageToken")) // reset paging to original point + for { + x, err := c.Do() + if err != nil { + return err + } + if err := f(x); err != nil { + return err + } + if x.NextPageToken == "" { + return nil + } + c.PageToken(x.NextPageToken) + } +} + // method id "compute.securityPolicies.delete": type SecurityPoliciesDeleteCall struct { @@ -147134,7 +157432,7 @@ func (c *SecurityPoliciesDeleteCall) Header() http.Header { func (c *SecurityPoliciesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -147296,7 +157594,7 @@ func (c *SecurityPoliciesGetCall) Header() http.Header { func (c *SecurityPoliciesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -147464,7 +157762,7 @@ func (c *SecurityPoliciesGetRuleCall) Header() http.Header { func (c *SecurityPoliciesGetRuleCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -147635,7 +157933,7 @@ func (c *SecurityPoliciesInsertCall) Header() http.Header { func (c *SecurityPoliciesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -147862,7 +158160,7 @@ func (c *SecurityPoliciesListCall) Header() http.Header { func (c *SecurityPoliciesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -148129,7 +158427,7 @@ func (c *SecurityPoliciesListPreconfiguredExpressionSetsCall) Header() http.Head func (c *SecurityPoliciesListPreconfiguredExpressionSetsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -148321,7 +158619,7 @@ func (c *SecurityPoliciesPatchCall) Header() http.Header { func (c *SecurityPoliciesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -148488,7 +158786,7 @@ func (c *SecurityPoliciesPatchRuleCall) Header() http.Header { func (c *SecurityPoliciesPatchRuleCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -148654,7 +158952,7 @@ func (c *SecurityPoliciesRemoveRuleCall) Header() http.Header { func (c *SecurityPoliciesRemoveRuleCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -148896,7 +159194,7 @@ func (c *ServiceAttachmentsAggregatedListCall) Header() http.Header { func (c *ServiceAttachmentsAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -149110,7 +159408,7 @@ func (c *ServiceAttachmentsDeleteCall) Header() http.Header { func (c *ServiceAttachmentsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -149285,7 +159583,7 @@ func (c *ServiceAttachmentsGetCall) Header() http.Header { func (c *ServiceAttachmentsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -149465,7 +159763,7 @@ func (c *ServiceAttachmentsGetIamPolicyCall) Header() http.Header { func (c *ServiceAttachmentsGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -149648,7 +159946,7 @@ func (c *ServiceAttachmentsInsertCall) Header() http.Header { func (c *ServiceAttachmentsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -149886,7 +160184,7 @@ func (c *ServiceAttachmentsListCall) Header() http.Header { func (c *ServiceAttachmentsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -150110,7 +160408,7 @@ func (c *ServiceAttachmentsPatchCall) Header() http.Header { func (c *ServiceAttachmentsPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -150281,7 +160579,7 @@ func (c *ServiceAttachmentsSetIamPolicyCall) Header() http.Header { func (c *ServiceAttachmentsSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -150449,7 +160747,7 @@ func (c *ServiceAttachmentsTestIamPermissionsCall) Header() http.Header { func (c *ServiceAttachmentsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -150633,7 +160931,7 @@ func (c *SnapshotsDeleteCall) Header() http.Header { func (c *SnapshotsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -150795,7 +161093,7 @@ func (c *SnapshotsGetCall) Header() http.Header { func (c *SnapshotsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -150963,7 +161261,7 @@ func (c *SnapshotsGetIamPolicyCall) Header() http.Header { func (c *SnapshotsGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -151137,7 +161435,7 @@ func (c *SnapshotsInsertCall) Header() http.Header { func (c *SnapshotsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -151364,7 +161662,7 @@ func (c *SnapshotsListCall) Header() http.Header { func (c *SnapshotsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -151556,7 +161854,7 @@ func (c *SnapshotsSetIamPolicyCall) Header() http.Header { func (c *SnapshotsSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -151712,7 +162010,7 @@ func (c *SnapshotsSetLabelsCall) Header() http.Header { func (c *SnapshotsSetLabelsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -151868,7 +162166,7 @@ func (c *SnapshotsTestIamPermissionsCall) Header() http.Header { func (c *SnapshotsTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -152113,7 +162411,7 @@ func (c *SslCertificatesAggregatedListCall) Header() http.Header { func (c *SslCertificatesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -152323,7 +162621,7 @@ func (c *SslCertificatesDeleteCall) Header() http.Header { func (c *SslCertificatesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -152485,7 +162783,7 @@ func (c *SslCertificatesGetCall) Header() http.Header { func (c *SslCertificatesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -152650,7 +162948,7 @@ func (c *SslCertificatesInsertCall) Header() http.Header { func (c *SslCertificatesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -152877,7 +163175,7 @@ func (c *SslCertificatesListCall) Header() http.Header { func (c *SslCertificatesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -153085,7 +163383,7 @@ func (c *SslPoliciesDeleteCall) Header() http.Header { func (c *SslPoliciesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -153247,7 +163545,7 @@ func (c *SslPoliciesGetCall) Header() http.Header { func (c *SslPoliciesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -153411,7 +163709,7 @@ func (c *SslPoliciesInsertCall) Header() http.Header { func (c *SslPoliciesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -153638,7 +163936,7 @@ func (c *SslPoliciesListCall) Header() http.Header { func (c *SslPoliciesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -153905,7 +164203,7 @@ func (c *SslPoliciesListAvailableFeaturesCall) Header() http.Header { func (c *SslPoliciesListAvailableFeaturesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -154095,7 +164393,7 @@ func (c *SslPoliciesPatchCall) Header() http.Header { func (c *SslPoliciesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -154342,7 +164640,7 @@ func (c *SubnetworksAggregatedListCall) Header() http.Header { func (c *SubnetworksAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -154555,7 +164853,7 @@ func (c *SubnetworksDeleteCall) Header() http.Header { func (c *SubnetworksDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -154736,7 +165034,7 @@ func (c *SubnetworksExpandIpCidrRangeCall) Header() http.Header { func (c *SubnetworksExpandIpCidrRangeCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -154918,7 +165216,7 @@ func (c *SubnetworksGetCall) Header() http.Header { func (c *SubnetworksGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -155098,7 +165396,7 @@ func (c *SubnetworksGetIamPolicyCall) Header() http.Header { func (c *SubnetworksGetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -155281,7 +165579,7 @@ func (c *SubnetworksInsertCall) Header() http.Header { func (c *SubnetworksInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -155520,7 +165818,7 @@ func (c *SubnetworksListCall) Header() http.Header { func (c *SubnetworksListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -155796,7 +166094,7 @@ func (c *SubnetworksListUsableCall) Header() http.Header { func (c *SubnetworksListUsableCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -156024,7 +166322,7 @@ func (c *SubnetworksPatchCall) Header() http.Header { func (c *SubnetworksPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -156203,7 +166501,7 @@ func (c *SubnetworksSetIamPolicyCall) Header() http.Header { func (c *SubnetworksSetIamPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -156388,7 +166686,7 @@ func (c *SubnetworksSetPrivateIpGoogleAccessCall) Header() http.Header { func (c *SubnetworksSetPrivateIpGoogleAccessCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -156561,7 +166859,7 @@ func (c *SubnetworksTestIamPermissionsCall) Header() http.Header { func (c *SubnetworksTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -156740,7 +167038,7 @@ func (c *TargetGrpcProxiesDeleteCall) Header() http.Header { func (c *TargetGrpcProxiesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -156902,7 +167200,7 @@ func (c *TargetGrpcProxiesGetCall) Header() http.Header { func (c *TargetGrpcProxiesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -157067,7 +167365,7 @@ func (c *TargetGrpcProxiesInsertCall) Header() http.Header { func (c *TargetGrpcProxiesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -157293,7 +167591,7 @@ func (c *TargetGrpcProxiesListCall) Header() http.Header { func (c *TargetGrpcProxiesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -157502,7 +167800,7 @@ func (c *TargetGrpcProxiesPatchCall) Header() http.Header { func (c *TargetGrpcProxiesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -157751,7 +168049,7 @@ func (c *TargetHttpProxiesAggregatedListCall) Header() http.Header { func (c *TargetHttpProxiesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -157961,7 +168259,7 @@ func (c *TargetHttpProxiesDeleteCall) Header() http.Header { func (c *TargetHttpProxiesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -158123,7 +168421,7 @@ func (c *TargetHttpProxiesGetCall) Header() http.Header { func (c *TargetHttpProxiesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -158288,7 +168586,7 @@ func (c *TargetHttpProxiesInsertCall) Header() http.Header { func (c *TargetHttpProxiesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -158515,7 +168813,7 @@ func (c *TargetHttpProxiesListCall) Header() http.Header { func (c *TargetHttpProxiesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -158724,7 +169022,7 @@ func (c *TargetHttpProxiesPatchCall) Header() http.Header { func (c *TargetHttpProxiesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -158900,7 +169198,7 @@ func (c *TargetHttpProxiesSetUrlMapCall) Header() http.Header { func (c *TargetHttpProxiesSetUrlMapCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -159149,7 +169447,7 @@ func (c *TargetHttpsProxiesAggregatedListCall) Header() http.Header { func (c *TargetHttpsProxiesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -159359,7 +169657,7 @@ func (c *TargetHttpsProxiesDeleteCall) Header() http.Header { func (c *TargetHttpsProxiesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -159521,7 +169819,7 @@ func (c *TargetHttpsProxiesGetCall) Header() http.Header { func (c *TargetHttpsProxiesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -159686,7 +169984,7 @@ func (c *TargetHttpsProxiesInsertCall) Header() http.Header { func (c *TargetHttpsProxiesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -159913,7 +170211,7 @@ func (c *TargetHttpsProxiesListCall) Header() http.Header { func (c *TargetHttpsProxiesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -160122,7 +170420,7 @@ func (c *TargetHttpsProxiesPatchCall) Header() http.Header { func (c *TargetHttpsProxiesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -160299,7 +170597,7 @@ func (c *TargetHttpsProxiesSetQuicOverrideCall) Header() http.Header { func (c *TargetHttpsProxiesSetQuicOverrideCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -160475,7 +170773,7 @@ func (c *TargetHttpsProxiesSetSslCertificatesCall) Header() http.Header { func (c *TargetHttpsProxiesSetSslCertificatesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -160657,7 +170955,7 @@ func (c *TargetHttpsProxiesSetSslPolicyCall) Header() http.Header { func (c *TargetHttpsProxiesSetSslPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -160833,7 +171131,7 @@ func (c *TargetHttpsProxiesSetUrlMapCall) Header() http.Header { func (c *TargetHttpsProxiesSetUrlMapCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -161081,7 +171379,7 @@ func (c *TargetInstancesAggregatedListCall) Header() http.Header { func (c *TargetInstancesAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -161294,7 +171592,7 @@ func (c *TargetInstancesDeleteCall) Header() http.Header { func (c *TargetInstancesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -161468,7 +171766,7 @@ func (c *TargetInstancesGetCall) Header() http.Header { func (c *TargetInstancesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -161645,7 +171943,7 @@ func (c *TargetInstancesInsertCall) Header() http.Header { func (c *TargetInstancesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -161884,7 +172182,7 @@ func (c *TargetInstancesListCall) Header() http.Header { func (c *TargetInstancesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -162103,7 +172401,7 @@ func (c *TargetPoolsAddHealthCheckCall) Header() http.Header { func (c *TargetPoolsAddHealthCheckCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -162291,7 +172589,7 @@ func (c *TargetPoolsAddInstanceCall) Header() http.Header { func (c *TargetPoolsAddInstanceCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -162548,7 +172846,7 @@ func (c *TargetPoolsAggregatedListCall) Header() http.Header { func (c *TargetPoolsAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -162761,7 +173059,7 @@ func (c *TargetPoolsDeleteCall) Header() http.Header { func (c *TargetPoolsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -162935,7 +173233,7 @@ func (c *TargetPoolsGetCall) Header() http.Header { func (c *TargetPoolsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -163100,7 +173398,7 @@ func (c *TargetPoolsGetHealthCall) Header() http.Header { func (c *TargetPoolsGetHealthCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -163282,7 +173580,7 @@ func (c *TargetPoolsInsertCall) Header() http.Header { func (c *TargetPoolsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -163521,7 +173819,7 @@ func (c *TargetPoolsListCall) Header() http.Header { func (c *TargetPoolsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -163740,7 +174038,7 @@ func (c *TargetPoolsRemoveHealthCheckCall) Header() http.Header { func (c *TargetPoolsRemoveHealthCheckCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -163929,7 +174227,7 @@ func (c *TargetPoolsRemoveInstanceCall) Header() http.Header { func (c *TargetPoolsRemoveInstanceCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -164125,7 +174423,7 @@ func (c *TargetPoolsSetBackupCall) Header() http.Header { func (c *TargetPoolsSetBackupCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -164314,7 +174612,7 @@ func (c *TargetSslProxiesDeleteCall) Header() http.Header { func (c *TargetSslProxiesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -164476,7 +174774,7 @@ func (c *TargetSslProxiesGetCall) Header() http.Header { func (c *TargetSslProxiesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -164641,7 +174939,7 @@ func (c *TargetSslProxiesInsertCall) Header() http.Header { func (c *TargetSslProxiesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -164868,7 +175166,7 @@ func (c *TargetSslProxiesListCall) Header() http.Header { func (c *TargetSslProxiesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -165076,7 +175374,7 @@ func (c *TargetSslProxiesSetBackendServiceCall) Header() http.Header { func (c *TargetSslProxiesSetBackendServiceCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -165253,7 +175551,7 @@ func (c *TargetSslProxiesSetProxyHeaderCall) Header() http.Header { func (c *TargetSslProxiesSetProxyHeaderCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -165430,7 +175728,7 @@ func (c *TargetSslProxiesSetSslCertificatesCall) Header() http.Header { func (c *TargetSslProxiesSetSslCertificatesCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -165611,7 +175909,7 @@ func (c *TargetSslProxiesSetSslPolicyCall) Header() http.Header { func (c *TargetSslProxiesSetSslPolicyCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -165784,7 +176082,7 @@ func (c *TargetTcpProxiesDeleteCall) Header() http.Header { func (c *TargetTcpProxiesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -165946,7 +176244,7 @@ func (c *TargetTcpProxiesGetCall) Header() http.Header { func (c *TargetTcpProxiesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -166111,7 +176409,7 @@ func (c *TargetTcpProxiesInsertCall) Header() http.Header { func (c *TargetTcpProxiesInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -166338,7 +176636,7 @@ func (c *TargetTcpProxiesListCall) Header() http.Header { func (c *TargetTcpProxiesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -166546,7 +176844,7 @@ func (c *TargetTcpProxiesSetBackendServiceCall) Header() http.Header { func (c *TargetTcpProxiesSetBackendServiceCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -166723,7 +177021,7 @@ func (c *TargetTcpProxiesSetProxyHeaderCall) Header() http.Header { func (c *TargetTcpProxiesSetProxyHeaderCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -166971,7 +177269,7 @@ func (c *TargetVpnGatewaysAggregatedListCall) Header() http.Header { func (c *TargetVpnGatewaysAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -167184,7 +177482,7 @@ func (c *TargetVpnGatewaysDeleteCall) Header() http.Header { func (c *TargetVpnGatewaysDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -167358,7 +177656,7 @@ func (c *TargetVpnGatewaysGetCall) Header() http.Header { func (c *TargetVpnGatewaysGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -167535,7 +177833,7 @@ func (c *TargetVpnGatewaysInsertCall) Header() http.Header { func (c *TargetVpnGatewaysInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -167774,7 +178072,7 @@ func (c *TargetVpnGatewaysListCall) Header() http.Header { func (c *TargetVpnGatewaysListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -168063,7 +178361,7 @@ func (c *UrlMapsAggregatedListCall) Header() http.Header { func (c *UrlMapsAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -168273,7 +178571,7 @@ func (c *UrlMapsDeleteCall) Header() http.Header { func (c *UrlMapsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -168435,7 +178733,7 @@ func (c *UrlMapsGetCall) Header() http.Header { func (c *UrlMapsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -168600,7 +178898,7 @@ func (c *UrlMapsInsertCall) Header() http.Header { func (c *UrlMapsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -168770,7 +179068,7 @@ func (c *UrlMapsInvalidateCacheCall) Header() http.Header { func (c *UrlMapsInvalidateCacheCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -169006,7 +179304,7 @@ func (c *UrlMapsListCall) Header() http.Header { func (c *UrlMapsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -169215,7 +179513,7 @@ func (c *UrlMapsPatchCall) Header() http.Header { func (c *UrlMapsPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -169392,7 +179690,7 @@ func (c *UrlMapsUpdateCall) Header() http.Header { func (c *UrlMapsUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -169554,7 +179852,7 @@ func (c *UrlMapsValidateCall) Header() http.Header { func (c *UrlMapsValidateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -169797,7 +180095,7 @@ func (c *VpnGatewaysAggregatedListCall) Header() http.Header { func (c *VpnGatewaysAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -170010,7 +180308,7 @@ func (c *VpnGatewaysDeleteCall) Header() http.Header { func (c *VpnGatewaysDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -170184,7 +180482,7 @@ func (c *VpnGatewaysGetCall) Header() http.Header { func (c *VpnGatewaysGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -170356,7 +180654,7 @@ func (c *VpnGatewaysGetStatusCall) Header() http.Header { func (c *VpnGatewaysGetStatusCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -170533,7 +180831,7 @@ func (c *VpnGatewaysInsertCall) Header() http.Header { func (c *VpnGatewaysInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -170772,7 +181070,7 @@ func (c *VpnGatewaysListCall) Header() http.Header { func (c *VpnGatewaysListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -170992,7 +181290,7 @@ func (c *VpnGatewaysSetLabelsCall) Header() http.Header { func (c *VpnGatewaysSetLabelsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -171165,7 +181463,7 @@ func (c *VpnGatewaysTestIamPermissionsCall) Header() http.Header { func (c *VpnGatewaysTestIamPermissionsCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -171418,7 +181716,7 @@ func (c *VpnTunnelsAggregatedListCall) Header() http.Header { func (c *VpnTunnelsAggregatedListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -171631,7 +181929,7 @@ func (c *VpnTunnelsDeleteCall) Header() http.Header { func (c *VpnTunnelsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -171805,7 +182103,7 @@ func (c *VpnTunnelsGetCall) Header() http.Header { func (c *VpnTunnelsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -171982,7 +182280,7 @@ func (c *VpnTunnelsInsertCall) Header() http.Header { func (c *VpnTunnelsInsertCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -172221,7 +182519,7 @@ func (c *VpnTunnelsListCall) Header() http.Header { func (c *VpnTunnelsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -172422,7 +182720,7 @@ func (c *ZoneOperationsDeleteCall) Header() http.Header { func (c *ZoneOperationsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -172562,7 +182860,7 @@ func (c *ZoneOperationsGetCall) Header() http.Header { func (c *ZoneOperationsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -172801,7 +183099,7 @@ func (c *ZoneOperationsListCall) Header() http.Header { func (c *ZoneOperationsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -173012,7 +183310,7 @@ func (c *ZoneOperationsWaitCall) Header() http.Header { func (c *ZoneOperationsWaitCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -173179,7 +183477,7 @@ func (c *ZonesGetCall) Header() http.Header { func (c *ZonesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -173406,7 +183704,7 @@ func (c *ZonesListCall) Header() http.Header { func (c *ZonesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } diff --git a/vendor/google.golang.org/api/dns/v1/dns-api.json b/vendor/google.golang.org/api/dns/v1/dns-api.json index d90a861bd..0fd612728 100644 --- a/vendor/google.golang.org/api/dns/v1/dns-api.json +++ b/vendor/google.golang.org/api/dns/v1/dns-api.json @@ -1733,7 +1733,7 @@ } } }, - "revision": "20220106", + "revision": "20220127", "rootUrl": "https://dns.googleapis.com/", "schemas": { "Change": { @@ -2617,6 +2617,11 @@ "format": "int32", "type": "integer" }, + "peeringZonesPerTargetNetwork": { + "description": "Maximum allowed number of consumer peering zones per target network owned by this producer project", + "format": "int32", + "type": "integer" + }, "policies": { "description": "Maximum allowed number of policies per project.", "format": "int32", @@ -2685,6 +2690,7 @@ "type": "object" }, "RRSetRoutingPolicyGeoPolicy": { + "description": "Configures a RRSetRoutingPolicy that routes based on the geo location of the querying user.", "id": "RRSetRoutingPolicyGeoPolicy", "properties": { "items": { @@ -2702,6 +2708,7 @@ "type": "object" }, "RRSetRoutingPolicyGeoPolicyGeoPolicyItem": { + "description": "ResourceRecordSet data for one geo location.", "id": "RRSetRoutingPolicyGeoPolicyGeoPolicyItem", "properties": { "kind": { @@ -2719,7 +2726,7 @@ "type": "array" }, "signatureRrdatas": { - "description": "DNSSEC generated signatures for the above geo_rrdata.", + "description": "DNSSEC generated signatures for all the rrdata within this item. Note that if health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 ip per item. .", "items": { "type": "string" }, @@ -2729,6 +2736,7 @@ "type": "object" }, "RRSetRoutingPolicyWrrPolicy": { + "description": "Configures a RRSetRoutingPolicy that routes in a weighted round robin fashion.", "id": "RRSetRoutingPolicyWrrPolicy", "properties": { "items": { @@ -2745,6 +2753,7 @@ "type": "object" }, "RRSetRoutingPolicyWrrPolicyWrrPolicyItem": { + "description": "A routing block which contains the routing information for one WRR item.", "id": "RRSetRoutingPolicyWrrPolicyWrrPolicyItem", "properties": { "kind": { @@ -2758,7 +2767,7 @@ "type": "array" }, "signatureRrdatas": { - "description": "DNSSEC generated signatures for the above wrr_rrdata.", + "description": "DNSSEC generated signatures for all the rrdata within this item. Note that if health checked targets are provided for DNSSEC enabled zones, there's a restriction of 1 ip per item. .", "items": { "type": "string" }, diff --git a/vendor/google.golang.org/api/dns/v1/dns-gen.go b/vendor/google.golang.org/api/dns/v1/dns-gen.go index 327a279bd..d0ae51c9b 100644 --- a/vendor/google.golang.org/api/dns/v1/dns-gen.go +++ b/vendor/google.golang.org/api/dns/v1/dns-gen.go @@ -54,6 +54,7 @@ import ( "strings" googleapi "google.golang.org/api/googleapi" + internal "google.golang.org/api/internal" gensupport "google.golang.org/api/internal/gensupport" option "google.golang.org/api/option" internaloption "google.golang.org/api/option/internaloption" @@ -100,7 +101,7 @@ const ( // NewService creates a new Service. func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) { - scopesOption := option.WithScopes( + scopesOption := internaloption.WithDefaultScopes( "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/cloud-platform.read-only", "https://www.googleapis.com/auth/ndev.clouddns.readonly", @@ -1673,6 +1674,10 @@ type Quota struct { // NetworksPerPolicy: Maximum allowed number of networks per policy. NetworksPerPolicy int64 `json:"networksPerPolicy,omitempty"` + // PeeringZonesPerTargetNetwork: Maximum allowed number of consumer + // peering zones per target network owned by this producer project + PeeringZonesPerTargetNetwork int64 `json:"peeringZonesPerTargetNetwork,omitempty"` + // Policies: Maximum allowed number of policies per project. Policies int64 `json:"policies,omitempty"` @@ -1767,6 +1772,8 @@ func (s *RRSetRoutingPolicy) MarshalJSON() ([]byte, error) { return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } +// RRSetRoutingPolicyGeoPolicy: Configures a RRSetRoutingPolicy that +// routes based on the geo location of the querying user. type RRSetRoutingPolicyGeoPolicy struct { // Items: The primary geo routing configuration. If there are multiple // items with the same location, an error is returned instead. @@ -1797,6 +1804,8 @@ func (s *RRSetRoutingPolicyGeoPolicy) MarshalJSON() ([]byte, error) { return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } +// RRSetRoutingPolicyGeoPolicyGeoPolicyItem: ResourceRecordSet data for +// one geo location. type RRSetRoutingPolicyGeoPolicyGeoPolicyItem struct { Kind string `json:"kind,omitempty"` @@ -1807,8 +1816,9 @@ type RRSetRoutingPolicyGeoPolicyGeoPolicyItem struct { Rrdatas []string `json:"rrdatas,omitempty"` - // SignatureRrdatas: DNSSEC generated signatures for the above - // geo_rrdata. + // SignatureRrdatas: DNSSEC generated signatures for all the rrdata + // within this item. Note that if health checked targets are provided + // for DNSSEC enabled zones, there's a restriction of 1 ip per item. . SignatureRrdatas []string `json:"signatureRrdatas,omitempty"` // ForceSendFields is a list of field names (e.g. "Kind") to @@ -1834,6 +1844,8 @@ func (s *RRSetRoutingPolicyGeoPolicyGeoPolicyItem) MarshalJSON() ([]byte, error) return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } +// RRSetRoutingPolicyWrrPolicy: Configures a RRSetRoutingPolicy that +// routes in a weighted round robin fashion. type RRSetRoutingPolicyWrrPolicy struct { Items []*RRSetRoutingPolicyWrrPolicyWrrPolicyItem `json:"items,omitempty"` @@ -1862,13 +1874,16 @@ func (s *RRSetRoutingPolicyWrrPolicy) MarshalJSON() ([]byte, error) { return gensupport.MarshalJSON(raw, s.ForceSendFields, s.NullFields) } +// RRSetRoutingPolicyWrrPolicyWrrPolicyItem: A routing block which +// contains the routing information for one WRR item. type RRSetRoutingPolicyWrrPolicyWrrPolicyItem struct { Kind string `json:"kind,omitempty"` Rrdatas []string `json:"rrdatas,omitempty"` - // SignatureRrdatas: DNSSEC generated signatures for the above - // wrr_rrdata. + // SignatureRrdatas: DNSSEC generated signatures for all the rrdata + // within this item. Note that if health checked targets are provided + // for DNSSEC enabled zones, there's a restriction of 1 ip per item. . SignatureRrdatas []string `json:"signatureRrdatas,omitempty"` // Weight: The weight corresponding to this subset of rrdata. When @@ -2499,7 +2514,7 @@ func (c *ChangesCreateCall) Header() http.Header { func (c *ChangesCreateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -2680,7 +2695,7 @@ func (c *ChangesGetCall) Header() http.Header { func (c *ChangesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -2886,7 +2901,7 @@ func (c *ChangesListCall) Header() http.Header { func (c *ChangesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -3116,7 +3131,7 @@ func (c *DnsKeysGetCall) Header() http.Header { func (c *DnsKeysGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -3319,7 +3334,7 @@ func (c *DnsKeysListCall) Header() http.Header { func (c *DnsKeysListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -3528,7 +3543,7 @@ func (c *ManagedZoneOperationsGetCall) Header() http.Header { func (c *ManagedZoneOperationsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -3727,7 +3742,7 @@ func (c *ManagedZoneOperationsListCall) Header() http.Header { func (c *ManagedZoneOperationsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -3930,7 +3945,7 @@ func (c *ManagedZonesCreateCall) Header() http.Header { func (c *ManagedZonesCreateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4088,7 +4103,7 @@ func (c *ManagedZonesDeleteCall) Header() http.Header { func (c *ManagedZonesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4229,7 +4244,7 @@ func (c *ManagedZonesGetCall) Header() http.Header { func (c *ManagedZonesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4414,7 +4429,7 @@ func (c *ManagedZonesListCall) Header() http.Header { func (c *ManagedZonesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4603,7 +4618,7 @@ func (c *ManagedZonesPatchCall) Header() http.Header { func (c *ManagedZonesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4771,7 +4786,7 @@ func (c *ManagedZonesUpdateCall) Header() http.Header { func (c *ManagedZonesUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4935,7 +4950,7 @@ func (c *PoliciesCreateCall) Header() http.Header { func (c *PoliciesCreateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5094,7 +5109,7 @@ func (c *PoliciesDeleteCall) Header() http.Header { func (c *PoliciesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5235,7 +5250,7 @@ func (c *PoliciesGetCall) Header() http.Header { func (c *PoliciesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5412,7 +5427,7 @@ func (c *PoliciesListCall) Header() http.Header { func (c *PoliciesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5596,7 +5611,7 @@ func (c *PoliciesPatchCall) Header() http.Header { func (c *PoliciesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5764,7 +5779,7 @@ func (c *PoliciesUpdateCall) Header() http.Header { func (c *PoliciesUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5937,7 +5952,7 @@ func (c *ProjectsGetCall) Header() http.Header { func (c *ProjectsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -6094,7 +6109,7 @@ func (c *ResourceRecordSetsCreateCall) Header() http.Header { func (c *ResourceRecordSetsCreateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -6266,7 +6281,7 @@ func (c *ResourceRecordSetsDeleteCall) Header() http.Header { func (c *ResourceRecordSetsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -6457,7 +6472,7 @@ func (c *ResourceRecordSetsGetCall) Header() http.Header { func (c *ResourceRecordSetsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -6670,7 +6685,7 @@ func (c *ResourceRecordSetsListCall) Header() http.Header { func (c *ResourceRecordSetsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -6878,7 +6893,7 @@ func (c *ResourceRecordSetsPatchCall) Header() http.Header { func (c *ResourceRecordSetsPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -7058,7 +7073,7 @@ func (c *ResponsePoliciesCreateCall) Header() http.Header { func (c *ResponsePoliciesCreateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -7217,7 +7232,7 @@ func (c *ResponsePoliciesDeleteCall) Header() http.Header { func (c *ResponsePoliciesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -7358,7 +7373,7 @@ func (c *ResponsePoliciesGetCall) Header() http.Header { func (c *ResponsePoliciesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -7535,7 +7550,7 @@ func (c *ResponsePoliciesListCall) Header() http.Header { func (c *ResponsePoliciesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -7719,7 +7734,7 @@ func (c *ResponsePoliciesPatchCall) Header() http.Header { func (c *ResponsePoliciesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -7887,7 +7902,7 @@ func (c *ResponsePoliciesUpdateCall) Header() http.Header { func (c *ResponsePoliciesUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -8055,7 +8070,7 @@ func (c *ResponsePolicyRulesCreateCall) Header() http.Header { func (c *ResponsePolicyRulesCreateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -8225,7 +8240,7 @@ func (c *ResponsePolicyRulesDeleteCall) Header() http.Header { func (c *ResponsePolicyRulesDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -8378,7 +8393,7 @@ func (c *ResponsePolicyRulesGetCall) Header() http.Header { func (c *ResponsePolicyRulesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -8566,7 +8581,7 @@ func (c *ResponsePolicyRulesListCall) Header() http.Header { func (c *ResponsePolicyRulesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -8762,7 +8777,7 @@ func (c *ResponsePolicyRulesPatchCall) Header() http.Header { func (c *ResponsePolicyRulesPatchCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -8942,7 +8957,7 @@ func (c *ResponsePolicyRulesUpdateCall) Header() http.Header { func (c *ResponsePolicyRulesUpdateCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } diff --git a/vendor/google.golang.org/api/internal/gensupport/resumable.go b/vendor/google.golang.org/api/internal/gensupport/resumable.go index 6796a07c9..0eae147fa 100644 --- a/vendor/google.golang.org/api/internal/gensupport/resumable.go +++ b/vendor/google.golang.org/api/internal/gensupport/resumable.go @@ -34,6 +34,10 @@ type ResumableUpload struct { // Retry optionally configures retries for requests made against the upload. Retry *RetryConfig + + // ChunkRetryDeadline configures the per-chunk deadline after which no further + // retries should happen. + ChunkRetryDeadline time.Duration } // Progress returns the number of bytes uploaded at this point. @@ -151,11 +155,25 @@ func (rx *ResumableUpload) Upload(ctx context.Context) (resp *http.Response, err } return nil, err } + // This case is very unlikely but possible only if rx.ChunkRetryDeadline is + // set to a very small value, in which case no requests will be sent before + // the deadline. Return an error to avoid causing a panic. + if resp == nil { + return nil, fmt.Errorf("upload request to %v not sent, choose larger value for ChunkRetryDealine", rx.URI) + } return resp, nil } // Configure retryable error criteria. errorFunc := rx.Retry.errorFunc() + // Configure per-chunk retry deadline. + var retryDeadline time.Duration + if rx.ChunkRetryDeadline != 0 { + retryDeadline = rx.ChunkRetryDeadline + } else { + retryDeadline = defaultRetryDeadline + } + // Send all chunks. for { var pause time.Duration diff --git a/vendor/google.golang.org/api/internal/gensupport/retry.go b/vendor/google.golang.org/api/internal/gensupport/retry.go index 4a4861b1b..20b57d925 100644 --- a/vendor/google.golang.org/api/internal/gensupport/retry.go +++ b/vendor/google.golang.org/api/internal/gensupport/retry.go @@ -5,7 +5,10 @@ package gensupport import ( + "errors" "io" + "net" + "strings" "time" "github.com/googleapis/gax-go/v2" @@ -20,8 +23,8 @@ type Backoff interface { // These are declared as global variables so that tests can overwrite them. var ( - // Per-chunk deadline for resumable uploads. - retryDeadline = 32 * time.Second + // Default per-chunk deadline for resumable uploads. + defaultRetryDeadline = 32 * time.Second // Default backoff timer. backoff = func() Backoff { return &gax.Backoff{Initial: 100 * time.Millisecond} @@ -36,6 +39,10 @@ const ( // should be retried. // https://cloud.google.com/storage/docs/json_api/v1/status-codes#standardcodes statusTooManyRequests = 429 + + // statusRequestTimeout is returned by the storage API if the + // upload connection was broken. The request should be retried. + statusRequestTimeout = 408 ) // shouldRetry indicates whether an error is retryable for the purposes of this @@ -46,7 +53,7 @@ func shouldRetry(status int, err error) bool { if 500 <= status && status <= 599 { return true } - if status == statusTooManyRequests { + if status == statusTooManyRequests || status == statusRequestTimeout { return true } if err == io.ErrUnexpectedEOF { @@ -61,6 +68,14 @@ func shouldRetry(status int, err error) bool { return true } } + var opErr *net.OpError + if errors.As(err, &opErr) { + if strings.Contains(opErr.Error(), "use of closed network connection") { + // TODO: check against net.ErrClosed (go 1.16+) instead of string + return true + } + } + // If Go 1.13 error unwrapping is available, use this to examine wrapped // errors. if err, ok := err.(interface{ Unwrap() error }); ok { diff --git a/vendor/google.golang.org/api/serviceusage/v1/serviceusage-api.json b/vendor/google.golang.org/api/serviceusage/v1/serviceusage-api.json index be430dd05..c61587f0e 100644 --- a/vendor/google.golang.org/api/serviceusage/v1/serviceusage-api.json +++ b/vendor/google.golang.org/api/serviceusage/v1/serviceusage-api.json @@ -426,7 +426,7 @@ } } }, - "revision": "20211215", + "revision": "20220321", "rootUrl": "https://serviceusage.googleapis.com/", "schemas": { "AdminQuotaPolicy": { @@ -1011,7 +1011,7 @@ "type": "object" }, "Empty": { - "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.", + "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }", "id": "Empty", "properties": {}, "type": "object" @@ -1906,10 +1906,10 @@ "The feature is not yet implemented. Users can not use it.", "Prelaunch features are hidden from users and are only visible internally.", "Early Access features are limited to a closed group of testers. To use these features, you must sign up in advance and sign a Trusted Tester agreement (which includes confidentiality provisions). These features may be unstable, changed in backward-incompatible ways, and are not guaranteed to be released.", - "Alpha is a limited availability test for releases before they are cleared for widespread use. By Alpha, all significant design issues are resolved and we are in the process of verifying functionality. Alpha customers need to apply for access, agree to applicable terms, and have their projects allowlisted. Alpha releases don’t have to be feature complete, no SLAs are provided, and there are no technical support obligations, but they will be far enough along that customers can actually use them in test environments or for limited-use tests -- just like they would in normal production cases.", + "Alpha is a limited availability test for releases before they are cleared for widespread use. By Alpha, all significant design issues are resolved and we are in the process of verifying functionality. Alpha customers need to apply for access, agree to applicable terms, and have their projects allowlisted. Alpha releases don't have to be feature complete, no SLAs are provided, and there are no technical support obligations, but they will be far enough along that customers can actually use them in test environments or for limited-use tests -- just like they would in normal production cases.", "Beta is the point at which we are ready to open a release for any customer to use. There are no SLA or technical support obligations in a Beta release. Products will be complete from a feature perspective, but may have some open outstanding issues. Beta releases are suitable for limited production use cases.", "GA features are open to all developers and are considered stable and fully qualified for production use.", - "Deprecated features are scheduled to be shut down and removed. For more information, see the “Deprecation Policy” section of our [Terms of Service](https://cloud.google.com/terms/) and the [Google Cloud Platform Subject to the Deprecation Policy](https://cloud.google.com/terms/deprecation) documentation." + "Deprecated features are scheduled to be shut down and removed. For more information, see the \"Deprecation Policy\" section of our [Terms of Service](https://cloud.google.com/terms/) and the [Google Cloud Platform Subject to the Deprecation Policy](https://cloud.google.com/terms/deprecation) documentation." ], "type": "string" }, @@ -2003,10 +2003,10 @@ "The feature is not yet implemented. Users can not use it.", "Prelaunch features are hidden from users and are only visible internally.", "Early Access features are limited to a closed group of testers. To use these features, you must sign up in advance and sign a Trusted Tester agreement (which includes confidentiality provisions). These features may be unstable, changed in backward-incompatible ways, and are not guaranteed to be released.", - "Alpha is a limited availability test for releases before they are cleared for widespread use. By Alpha, all significant design issues are resolved and we are in the process of verifying functionality. Alpha customers need to apply for access, agree to applicable terms, and have their projects allowlisted. Alpha releases don’t have to be feature complete, no SLAs are provided, and there are no technical support obligations, but they will be far enough along that customers can actually use them in test environments or for limited-use tests -- just like they would in normal production cases.", + "Alpha is a limited availability test for releases before they are cleared for widespread use. By Alpha, all significant design issues are resolved and we are in the process of verifying functionality. Alpha customers need to apply for access, agree to applicable terms, and have their projects allowlisted. Alpha releases don't have to be feature complete, no SLAs are provided, and there are no technical support obligations, but they will be far enough along that customers can actually use them in test environments or for limited-use tests -- just like they would in normal production cases.", "Beta is the point at which we are ready to open a release for any customer to use. There are no SLA or technical support obligations in a Beta release. Products will be complete from a feature perspective, but may have some open outstanding issues. Beta releases are suitable for limited production use cases.", "GA features are open to all developers and are considered stable and fully qualified for production use.", - "Deprecated features are scheduled to be shut down and removed. For more information, see the “Deprecation Policy” section of our [Terms of Service](https://cloud.google.com/terms/) and the [Google Cloud Platform Subject to the Deprecation Policy](https://cloud.google.com/terms/deprecation) documentation." + "Deprecated features are scheduled to be shut down and removed. For more information, see the \"Deprecation Policy\" section of our [Terms of Service](https://cloud.google.com/terms/) and the [Google Cloud Platform Subject to the Deprecation Policy](https://cloud.google.com/terms/deprecation) documentation." ], "type": "string" }, @@ -2088,10 +2088,10 @@ "The feature is not yet implemented. Users can not use it.", "Prelaunch features are hidden from users and are only visible internally.", "Early Access features are limited to a closed group of testers. To use these features, you must sign up in advance and sign a Trusted Tester agreement (which includes confidentiality provisions). These features may be unstable, changed in backward-incompatible ways, and are not guaranteed to be released.", - "Alpha is a limited availability test for releases before they are cleared for widespread use. By Alpha, all significant design issues are resolved and we are in the process of verifying functionality. Alpha customers need to apply for access, agree to applicable terms, and have their projects allowlisted. Alpha releases don’t have to be feature complete, no SLAs are provided, and there are no technical support obligations, but they will be far enough along that customers can actually use them in test environments or for limited-use tests -- just like they would in normal production cases.", + "Alpha is a limited availability test for releases before they are cleared for widespread use. By Alpha, all significant design issues are resolved and we are in the process of verifying functionality. Alpha customers need to apply for access, agree to applicable terms, and have their projects allowlisted. Alpha releases don't have to be feature complete, no SLAs are provided, and there are no technical support obligations, but they will be far enough along that customers can actually use them in test environments or for limited-use tests -- just like they would in normal production cases.", "Beta is the point at which we are ready to open a release for any customer to use. There are no SLA or technical support obligations in a Beta release. Products will be complete from a feature perspective, but may have some open outstanding issues. Beta releases are suitable for limited production use cases.", "GA features are open to all developers and are considered stable and fully qualified for production use.", - "Deprecated features are scheduled to be shut down and removed. For more information, see the “Deprecation Policy” section of our [Terms of Service](https://cloud.google.com/terms/) and the [Google Cloud Platform Subject to the Deprecation Policy](https://cloud.google.com/terms/deprecation) documentation." + "Deprecated features are scheduled to be shut down and removed. For more information, see the \"Deprecation Policy\" section of our [Terms of Service](https://cloud.google.com/terms/) and the [Google Cloud Platform Subject to the Deprecation Policy](https://cloud.google.com/terms/deprecation) documentation." ], "type": "string" }, diff --git a/vendor/google.golang.org/api/serviceusage/v1/serviceusage-gen.go b/vendor/google.golang.org/api/serviceusage/v1/serviceusage-gen.go index f7571990f..0b13f588b 100644 --- a/vendor/google.golang.org/api/serviceusage/v1/serviceusage-gen.go +++ b/vendor/google.golang.org/api/serviceusage/v1/serviceusage-gen.go @@ -54,6 +54,7 @@ import ( "strings" googleapi "google.golang.org/api/googleapi" + internal "google.golang.org/api/internal" gensupport "google.golang.org/api/internal/gensupport" option "google.golang.org/api/option" internaloption "google.golang.org/api/option/internaloption" @@ -97,7 +98,7 @@ const ( // NewService creates a new Service. func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) { - scopesOption := option.WithScopes( + scopesOption := internaloption.WithDefaultScopes( "https://www.googleapis.com/auth/cloud-platform", "https://www.googleapis.com/auth/cloud-platform.read-only", "https://www.googleapis.com/auth/service.management", @@ -1381,8 +1382,7 @@ func (s *DocumentationRule) MarshalJSON() ([]byte, error) { // duplicated empty messages in your APIs. A typical example is to use // it as the request or the response type of an API method. For // instance: service Foo { rpc Bar(google.protobuf.Empty) returns -// (google.protobuf.Empty); } The JSON representation for `Empty` is -// empty JSON object `{}`. +// (google.protobuf.Empty); } type Empty struct { // ServerResponse contains the HTTP response code and headers from the // server. @@ -2849,7 +2849,7 @@ type MetricDescriptor struct { // issues are resolved and we are in the process of verifying // functionality. Alpha customers need to apply for access, agree to // applicable terms, and have their projects allowlisted. Alpha releases - // don’t have to be feature complete, no SLAs are provided, and there + // don't have to be feature complete, no SLAs are provided, and there // are no technical support obligations, but they will be far enough // along that customers can actually use them in test environments or // for limited-use tests -- just like they would in normal production @@ -2862,7 +2862,7 @@ type MetricDescriptor struct { // "GA" - GA features are open to all developers and are considered // stable and fully qualified for production use. // "DEPRECATED" - Deprecated features are scheduled to be shut down - // and removed. For more information, see the “Deprecation Policy” + // and removed. For more information, see the "Deprecation Policy" // section of our [Terms of Service](https://cloud.google.com/terms/) // and the [Google Cloud Platform Subject to the Deprecation // Policy](https://cloud.google.com/terms/deprecation) documentation. @@ -3027,7 +3027,7 @@ type MetricDescriptorMetadata struct { // issues are resolved and we are in the process of verifying // functionality. Alpha customers need to apply for access, agree to // applicable terms, and have their projects allowlisted. Alpha releases - // don’t have to be feature complete, no SLAs are provided, and there + // don't have to be feature complete, no SLAs are provided, and there // are no technical support obligations, but they will be far enough // along that customers can actually use them in test environments or // for limited-use tests -- just like they would in normal production @@ -3040,7 +3040,7 @@ type MetricDescriptorMetadata struct { // "GA" - GA features are open to all developers and are considered // stable and fully qualified for production use. // "DEPRECATED" - Deprecated features are scheduled to be shut down - // and removed. For more information, see the “Deprecation Policy” + // and removed. For more information, see the "Deprecation Policy" // section of our [Terms of Service](https://cloud.google.com/terms/) // and the [Google Cloud Platform Subject to the Deprecation // Policy](https://cloud.google.com/terms/deprecation) documentation. @@ -3222,7 +3222,7 @@ type MonitoredResourceDescriptor struct { // issues are resolved and we are in the process of verifying // functionality. Alpha customers need to apply for access, agree to // applicable terms, and have their projects allowlisted. Alpha releases - // don’t have to be feature complete, no SLAs are provided, and there + // don't have to be feature complete, no SLAs are provided, and there // are no technical support obligations, but they will be far enough // along that customers can actually use them in test environments or // for limited-use tests -- just like they would in normal production @@ -3235,7 +3235,7 @@ type MonitoredResourceDescriptor struct { // "GA" - GA features are open to all developers and are considered // stable and fully qualified for production use. // "DEPRECATED" - Deprecated features are scheduled to be shut down - // and removed. For more information, see the “Deprecation Policy” + // and removed. For more information, see the "Deprecation Policy" // section of our [Terms of Service](https://cloud.google.com/terms/) // and the [Google Cloud Platform Subject to the Deprecation // Policy](https://cloud.google.com/terms/deprecation) documentation. @@ -4307,7 +4307,7 @@ func (c *OperationsCancelCall) Header() http.Header { func (c *OperationsCancelCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4451,7 +4451,7 @@ func (c *OperationsDeleteCall) Header() http.Header { func (c *OperationsDeleteCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4597,7 +4597,7 @@ func (c *OperationsGetCall) Header() http.Header { func (c *OperationsGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4777,7 +4777,7 @@ func (c *OperationsListCall) Header() http.Header { func (c *OperationsListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -4950,7 +4950,7 @@ func (c *ServicesBatchEnableCall) Header() http.Header { func (c *ServicesBatchEnableCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5117,7 +5117,7 @@ func (c *ServicesBatchGetCall) Header() http.Header { func (c *ServicesBatchGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5270,7 +5270,7 @@ func (c *ServicesDisableCall) Header() http.Header { func (c *ServicesDisableCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5418,7 +5418,7 @@ func (c *ServicesEnableCall) Header() http.Header { func (c *ServicesEnableCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5574,7 +5574,7 @@ func (c *ServicesGetCall) Header() http.Header { func (c *ServicesGetCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } @@ -5756,7 +5756,7 @@ func (c *ServicesListCall) Header() http.Header { func (c *ServicesListCall) doRequest(alt string) (*http.Response, error) { reqHeaders := make(http.Header) - reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/20220110") + reqHeaders.Set("x-goog-api-client", "gl-go/"+gensupport.GoVersion()+" gdcl/"+internal.Version) for k, v := range c.header_ { reqHeaders[k] = v } diff --git a/vendor/honnef.co/go/tools/analysis/code/code.go b/vendor/honnef.co/go/tools/analysis/code/code.go deleted file mode 100644 index 27b01c4ec..000000000 --- a/vendor/honnef.co/go/tools/analysis/code/code.go +++ /dev/null @@ -1,294 +0,0 @@ -// Package code answers structural and type questions about Go code. -package code - -import ( - "flag" - "fmt" - "go/ast" - "go/constant" - "go/token" - "go/types" - "strings" - - "honnef.co/go/tools/analysis/facts" - "honnef.co/go/tools/go/ast/astutil" - "honnef.co/go/tools/go/types/typeutil" - - "golang.org/x/tools/go/analysis" -) - -type Positioner interface { - Pos() token.Pos -} - -func IsOfType(pass *analysis.Pass, expr ast.Expr, name string) bool { - return typeutil.IsType(pass.TypesInfo.TypeOf(expr), name) -} - -func IsInTest(pass *analysis.Pass, node Positioner) bool { - // FIXME(dh): this doesn't work for global variables with - // initializers - f := pass.Fset.File(node.Pos()) - return f != nil && strings.HasSuffix(f.Name(), "_test.go") -} - -// IsMain reports whether the package being processed is a package -// main. -func IsMain(pass *analysis.Pass) bool { - return pass.Pkg.Name() == "main" -} - -// IsMainLike reports whether the package being processed is a -// main-like package. A main-like package is a package that is -// package main, or that is intended to be used by a tool framework -// such as cobra to implement a command. -// -// Note that this function errs on the side of false positives; it may -// return true for packages that aren't main-like. IsMainLike is -// intended for analyses that wish to suppress diagnostics for -// main-like packages to avoid false positives. -func IsMainLike(pass *analysis.Pass) bool { - if pass.Pkg.Name() == "main" { - return true - } - for _, imp := range pass.Pkg.Imports() { - if imp.Path() == "github.com/spf13/cobra" { - return true - } - } - return false -} - -func SelectorName(pass *analysis.Pass, expr *ast.SelectorExpr) string { - info := pass.TypesInfo - sel := info.Selections[expr] - if sel == nil { - if x, ok := expr.X.(*ast.Ident); ok { - pkg, ok := info.ObjectOf(x).(*types.PkgName) - if !ok { - // This shouldn't happen - return fmt.Sprintf("%s.%s", x.Name, expr.Sel.Name) - } - return fmt.Sprintf("%s.%s", pkg.Imported().Path(), expr.Sel.Name) - } - panic(fmt.Sprintf("unsupported selector: %v", expr)) - } - return fmt.Sprintf("(%s).%s", sel.Recv(), sel.Obj().Name()) -} - -func IsNil(pass *analysis.Pass, expr ast.Expr) bool { - return pass.TypesInfo.Types[expr].IsNil() -} - -func BoolConst(pass *analysis.Pass, expr ast.Expr) bool { - val := pass.TypesInfo.ObjectOf(expr.(*ast.Ident)).(*types.Const).Val() - return constant.BoolVal(val) -} - -func IsBoolConst(pass *analysis.Pass, expr ast.Expr) bool { - // We explicitly don't support typed bools because more often than - // not, custom bool types are used as binary enums and the - // explicit comparison is desired. - - ident, ok := expr.(*ast.Ident) - if !ok { - return false - } - obj := pass.TypesInfo.ObjectOf(ident) - c, ok := obj.(*types.Const) - if !ok { - return false - } - basic, ok := c.Type().(*types.Basic) - if !ok { - return false - } - if basic.Kind() != types.UntypedBool && basic.Kind() != types.Bool { - return false - } - return true -} - -func ExprToInt(pass *analysis.Pass, expr ast.Expr) (int64, bool) { - tv := pass.TypesInfo.Types[expr] - if tv.Value == nil { - return 0, false - } - if tv.Value.Kind() != constant.Int { - return 0, false - } - return constant.Int64Val(tv.Value) -} - -func ExprToString(pass *analysis.Pass, expr ast.Expr) (string, bool) { - val := pass.TypesInfo.Types[expr].Value - if val == nil { - return "", false - } - if val.Kind() != constant.String { - return "", false - } - return constant.StringVal(val), true -} - -func CallName(pass *analysis.Pass, call *ast.CallExpr) string { - switch fun := astutil.Unparen(call.Fun).(type) { - case *ast.SelectorExpr: - fn, ok := pass.TypesInfo.ObjectOf(fun.Sel).(*types.Func) - if !ok { - return "" - } - return typeutil.FuncName(fn) - case *ast.Ident: - obj := pass.TypesInfo.ObjectOf(fun) - switch obj := obj.(type) { - case *types.Func: - return typeutil.FuncName(obj) - case *types.Builtin: - return obj.Name() - default: - return "" - } - default: - return "" - } -} - -func IsCallTo(pass *analysis.Pass, node ast.Node, name string) bool { - call, ok := node.(*ast.CallExpr) - if !ok { - return false - } - return CallName(pass, call) == name -} - -func IsCallToAny(pass *analysis.Pass, node ast.Node, names ...string) bool { - call, ok := node.(*ast.CallExpr) - if !ok { - return false - } - q := CallName(pass, call) - for _, name := range names { - if q == name { - return true - } - } - return false -} - -func File(pass *analysis.Pass, node Positioner) *ast.File { - m := pass.ResultOf[facts.TokenFile].(map[*token.File]*ast.File) - return m[pass.Fset.File(node.Pos())] -} - -// IsGenerated reports whether pos is in a generated file, It ignores -// //line directives. -func IsGenerated(pass *analysis.Pass, pos token.Pos) bool { - _, ok := Generator(pass, pos) - return ok -} - -// Generator returns the generator that generated the file containing -// pos. It ignores //line directives. -func Generator(pass *analysis.Pass, pos token.Pos) (facts.Generator, bool) { - file := pass.Fset.PositionFor(pos, false).Filename - m := pass.ResultOf[facts.Generated].(map[string]facts.Generator) - g, ok := m[file] - return g, ok -} - -// MayHaveSideEffects reports whether expr may have side effects. If -// the purity argument is nil, this function implements a purely -// syntactic check, meaning that any function call may have side -// effects, regardless of the called function's body. Otherwise, -// purity will be consulted to determine the purity of function calls. -func MayHaveSideEffects(pass *analysis.Pass, expr ast.Expr, purity facts.PurityResult) bool { - switch expr := expr.(type) { - case *ast.BadExpr: - return true - case *ast.Ellipsis: - return MayHaveSideEffects(pass, expr.Elt, purity) - case *ast.FuncLit: - // the literal itself cannot have side effects, only calling it - // might, which is handled by CallExpr. - return false - case *ast.ArrayType, *ast.StructType, *ast.FuncType, *ast.InterfaceType, *ast.MapType, *ast.ChanType: - // types cannot have side effects - return false - case *ast.BasicLit: - return false - case *ast.BinaryExpr: - return MayHaveSideEffects(pass, expr.X, purity) || MayHaveSideEffects(pass, expr.Y, purity) - case *ast.CallExpr: - if purity == nil { - return true - } - switch obj := typeutil.Callee(pass.TypesInfo, expr).(type) { - case *types.Func: - if _, ok := purity[obj]; !ok { - return true - } - case *types.Builtin: - switch obj.Name() { - case "len", "cap": - default: - return true - } - default: - return true - } - for _, arg := range expr.Args { - if MayHaveSideEffects(pass, arg, purity) { - return true - } - } - return false - case *ast.CompositeLit: - if MayHaveSideEffects(pass, expr.Type, purity) { - return true - } - for _, elt := range expr.Elts { - if MayHaveSideEffects(pass, elt, purity) { - return true - } - } - return false - case *ast.Ident: - return false - case *ast.IndexExpr: - return MayHaveSideEffects(pass, expr.X, purity) || MayHaveSideEffects(pass, expr.Index, purity) - case *ast.KeyValueExpr: - return MayHaveSideEffects(pass, expr.Key, purity) || MayHaveSideEffects(pass, expr.Value, purity) - case *ast.SelectorExpr: - return MayHaveSideEffects(pass, expr.X, purity) - case *ast.SliceExpr: - return MayHaveSideEffects(pass, expr.X, purity) || - MayHaveSideEffects(pass, expr.Low, purity) || - MayHaveSideEffects(pass, expr.High, purity) || - MayHaveSideEffects(pass, expr.Max, purity) - case *ast.StarExpr: - return MayHaveSideEffects(pass, expr.X, purity) - case *ast.TypeAssertExpr: - return MayHaveSideEffects(pass, expr.X, purity) - case *ast.UnaryExpr: - if MayHaveSideEffects(pass, expr.X, purity) { - return true - } - return expr.Op == token.ARROW - case *ast.ParenExpr: - return MayHaveSideEffects(pass, expr.X, purity) - case nil: - return false - default: - panic(fmt.Sprintf("internal error: unhandled type %T", expr)) - } -} - -func IsGoVersion(pass *analysis.Pass, minor int) bool { - f, ok := pass.Analyzer.Flags.Lookup("go").Value.(flag.Getter) - if !ok { - panic("requested Go version, but analyzer has no version flag") - } - version := f.Get().(int) - return version >= minor -} diff --git a/vendor/honnef.co/go/tools/analysis/code/visit.go b/vendor/honnef.co/go/tools/analysis/code/visit.go deleted file mode 100644 index f8bf2d169..000000000 --- a/vendor/honnef.co/go/tools/analysis/code/visit.go +++ /dev/null @@ -1,51 +0,0 @@ -package code - -import ( - "bytes" - "go/ast" - "go/format" - - "honnef.co/go/tools/pattern" - - "golang.org/x/tools/go/analysis" - "golang.org/x/tools/go/analysis/passes/inspect" - "golang.org/x/tools/go/ast/inspector" -) - -func Preorder(pass *analysis.Pass, fn func(ast.Node), types ...ast.Node) { - pass.ResultOf[inspect.Analyzer].(*inspector.Inspector).Preorder(types, fn) -} - -func PreorderStack(pass *analysis.Pass, fn func(ast.Node, []ast.Node), types ...ast.Node) { - pass.ResultOf[inspect.Analyzer].(*inspector.Inspector).WithStack(types, func(n ast.Node, push bool, stack []ast.Node) (proceed bool) { - if push { - fn(n, stack) - } - return true - }) -} - -func Match(pass *analysis.Pass, q pattern.Pattern, node ast.Node) (*pattern.Matcher, bool) { - // Note that we ignore q.Relevant – callers of Match usually use - // AST inspectors that already filter on nodes we're interested - // in. - m := &pattern.Matcher{TypesInfo: pass.TypesInfo} - ok := m.Match(q.Root, node) - return m, ok -} - -func MatchAndEdit(pass *analysis.Pass, before, after pattern.Pattern, node ast.Node) (*pattern.Matcher, []analysis.TextEdit, bool) { - m, ok := Match(pass, before, node) - if !ok { - return m, nil, false - } - r := pattern.NodeToAST(after.Root, m.State) - buf := &bytes.Buffer{} - format.Node(buf, pass.Fset, r) - edit := []analysis.TextEdit{{ - Pos: node.Pos(), - End: node.End(), - NewText: buf.Bytes(), - }} - return m, edit, true -} diff --git a/vendor/honnef.co/go/tools/analysis/facts/deprecated.go b/vendor/honnef.co/go/tools/analysis/facts/deprecated.go deleted file mode 100644 index dbc5ede5c..000000000 --- a/vendor/honnef.co/go/tools/analysis/facts/deprecated.go +++ /dev/null @@ -1,145 +0,0 @@ -package facts - -import ( - "go/ast" - "go/token" - "go/types" - "reflect" - "strings" - - "golang.org/x/tools/go/analysis" -) - -type IsDeprecated struct{ Msg string } - -func (*IsDeprecated) AFact() {} -func (d *IsDeprecated) String() string { return "Deprecated: " + d.Msg } - -type DeprecatedResult struct { - Objects map[types.Object]*IsDeprecated - Packages map[*types.Package]*IsDeprecated -} - -var Deprecated = &analysis.Analyzer{ - Name: "fact_deprecated", - Doc: "Mark deprecated objects", - Run: deprecated, - FactTypes: []analysis.Fact{(*IsDeprecated)(nil)}, - ResultType: reflect.TypeOf(DeprecatedResult{}), -} - -func deprecated(pass *analysis.Pass) (interface{}, error) { - var names []*ast.Ident - - extractDeprecatedMessage := func(docs []*ast.CommentGroup) string { - for _, doc := range docs { - if doc == nil { - continue - } - parts := strings.Split(doc.Text(), "\n\n") - for _, part := range parts { - if !strings.HasPrefix(part, "Deprecated: ") { - continue - } - alt := part[len("Deprecated: "):] - alt = strings.Replace(alt, "\n", " ", -1) - return alt - } - } - return "" - } - doDocs := func(names []*ast.Ident, docs []*ast.CommentGroup) { - alt := extractDeprecatedMessage(docs) - if alt == "" { - return - } - - for _, name := range names { - obj := pass.TypesInfo.ObjectOf(name) - pass.ExportObjectFact(obj, &IsDeprecated{alt}) - } - } - - var docs []*ast.CommentGroup - for _, f := range pass.Files { - docs = append(docs, f.Doc) - } - if alt := extractDeprecatedMessage(docs); alt != "" { - // Don't mark package syscall as deprecated, even though - // it is. A lot of people still use it for simple - // constants like SIGKILL, and I am not comfortable - // telling them to use x/sys for that. - if pass.Pkg.Path() != "syscall" { - pass.ExportPackageFact(&IsDeprecated{alt}) - } - } - - docs = docs[:0] - for _, f := range pass.Files { - fn := func(node ast.Node) bool { - if node == nil { - return true - } - var ret bool - switch node := node.(type) { - case *ast.GenDecl: - switch node.Tok { - case token.TYPE, token.CONST, token.VAR: - docs = append(docs, node.Doc) - return true - default: - return false - } - case *ast.FuncDecl: - docs = append(docs, node.Doc) - names = []*ast.Ident{node.Name} - ret = false - case *ast.TypeSpec: - docs = append(docs, node.Doc) - names = []*ast.Ident{node.Name} - ret = true - case *ast.ValueSpec: - docs = append(docs, node.Doc) - names = node.Names - ret = false - case *ast.File: - return true - case *ast.StructType: - for _, field := range node.Fields.List { - doDocs(field.Names, []*ast.CommentGroup{field.Doc}) - } - return false - case *ast.InterfaceType: - for _, field := range node.Methods.List { - doDocs(field.Names, []*ast.CommentGroup{field.Doc}) - } - return false - default: - return false - } - if len(names) == 0 || len(docs) == 0 { - return ret - } - doDocs(names, docs) - - docs = docs[:0] - names = nil - return ret - } - ast.Inspect(f, fn) - } - - out := DeprecatedResult{ - Objects: map[types.Object]*IsDeprecated{}, - Packages: map[*types.Package]*IsDeprecated{}, - } - - for _, fact := range pass.AllObjectFacts() { - out.Objects[fact.Object] = fact.Fact.(*IsDeprecated) - } - for _, fact := range pass.AllPackageFacts() { - out.Packages[fact.Package] = fact.Fact.(*IsDeprecated) - } - - return out, nil -} diff --git a/vendor/honnef.co/go/tools/analysis/report/report.go b/vendor/honnef.co/go/tools/analysis/report/report.go deleted file mode 100644 index f7cd64ab2..000000000 --- a/vendor/honnef.co/go/tools/analysis/report/report.go +++ /dev/null @@ -1,247 +0,0 @@ -package report - -import ( - "bytes" - "fmt" - "go/ast" - "go/format" - "go/token" - "path/filepath" - "strconv" - "strings" - - "honnef.co/go/tools/analysis/facts" - "honnef.co/go/tools/go/ast/astutil" - - "golang.org/x/tools/go/analysis" -) - -type Options struct { - ShortRange bool - FilterGenerated bool - Fixes []analysis.SuggestedFix - Related []analysis.RelatedInformation -} - -type Option func(*Options) - -func ShortRange() Option { - return func(opts *Options) { - opts.ShortRange = true - } -} - -func FilterGenerated() Option { - return func(opts *Options) { - opts.FilterGenerated = true - } -} - -func Fixes(fixes ...analysis.SuggestedFix) Option { - return func(opts *Options) { - opts.Fixes = append(opts.Fixes, fixes...) - } -} - -func Related(node Positioner, message string) Option { - return func(opts *Options) { - pos, end, ok := getRange(node, opts.ShortRange) - if !ok { - return - } - r := analysis.RelatedInformation{ - Pos: pos, - End: end, - Message: message, - } - opts.Related = append(opts.Related, r) - } -} - -type Positioner interface { - Pos() token.Pos -} - -type fullPositioner interface { - Pos() token.Pos - End() token.Pos -} - -type sourcer interface { - Source() ast.Node -} - -// shortRange returns the position and end of the main component of an -// AST node. For nodes that have no body, the short range is identical -// to the node's Pos and End. For nodes that do have a body, the short -// range excludes the body. -func shortRange(node ast.Node) (pos, end token.Pos) { - switch node := node.(type) { - case *ast.File: - return node.Pos(), node.Name.End() - case *ast.CaseClause: - return node.Pos(), node.Colon + 1 - case *ast.CommClause: - return node.Pos(), node.Colon + 1 - case *ast.DeferStmt: - return node.Pos(), node.Defer + token.Pos(len("defer")) - case *ast.ExprStmt: - return shortRange(node.X) - case *ast.ForStmt: - if node.Post != nil { - return node.For, node.Post.End() - } else if node.Cond != nil { - return node.For, node.Cond.End() - } else if node.Init != nil { - // +1 to catch the semicolon, for gofmt'ed code - return node.Pos(), node.Init.End() + 1 - } else { - return node.Pos(), node.For + token.Pos(len("for")) - } - case *ast.FuncDecl: - return node.Pos(), node.Type.End() - case *ast.FuncLit: - return node.Pos(), node.Type.End() - case *ast.GoStmt: - if _, ok := astutil.Unparen(node.Call.Fun).(*ast.FuncLit); ok { - return node.Pos(), node.Go + token.Pos(len("go")) - } else { - return node.Pos(), node.End() - } - case *ast.IfStmt: - return node.Pos(), node.Cond.End() - case *ast.RangeStmt: - return node.Pos(), node.X.End() - case *ast.SelectStmt: - return node.Pos(), node.Pos() + token.Pos(len("select")) - case *ast.SwitchStmt: - if node.Tag != nil { - return node.Pos(), node.Tag.End() - } else if node.Init != nil { - // +1 to catch the semicolon, for gofmt'ed code - return node.Pos(), node.Init.End() + 1 - } else { - return node.Pos(), node.Pos() + token.Pos(len("switch")) - } - case *ast.TypeSwitchStmt: - return node.Pos(), node.Assign.End() - default: - return node.Pos(), node.End() - } -} - -func HasRange(node Positioner) bool { - // we don't know if getRange will be called with shortRange set to - // true, so make sure that both work. - _, _, ok := getRange(node, false) - if !ok { - return false - } - _, _, ok = getRange(node, true) - return ok -} - -func getRange(node Positioner, short bool) (pos, end token.Pos, ok bool) { - switch n := node.(type) { - case sourcer: - s := n.Source() - if s == nil { - return 0, 0, false - } - if short { - p, e := shortRange(s) - return p, e, true - } - return s.Pos(), s.End(), true - case fullPositioner: - if short { - p, e := shortRange(n) - return p, e, true - } - return n.Pos(), n.End(), true - default: - return n.Pos(), token.NoPos, true - } -} - -func Report(pass *analysis.Pass, node Positioner, message string, opts ...Option) { - cfg := &Options{} - for _, opt := range opts { - opt(cfg) - } - - file := DisplayPosition(pass.Fset, node.Pos()).Filename - if cfg.FilterGenerated { - m := pass.ResultOf[facts.Generated].(map[string]facts.Generator) - if _, ok := m[file]; ok { - return - } - } - - pos, end, ok := getRange(node, cfg.ShortRange) - if !ok { - panic(fmt.Sprintf("no valid position for reporting node %v", node)) - } - d := analysis.Diagnostic{ - Pos: pos, - End: end, - Message: message, - SuggestedFixes: cfg.Fixes, - Related: cfg.Related, - } - pass.Report(d) -} - -func Render(pass *analysis.Pass, x interface{}) string { - var buf bytes.Buffer - if err := format.Node(&buf, pass.Fset, x); err != nil { - panic(err) - } - return buf.String() -} - -func RenderArgs(pass *analysis.Pass, args []ast.Expr) string { - var ss []string - for _, arg := range args { - ss = append(ss, Render(pass, arg)) - } - return strings.Join(ss, ", ") -} - -func DisplayPosition(fset *token.FileSet, p token.Pos) token.Position { - if p == token.NoPos { - return token.Position{} - } - - // Only use the adjusted position if it points to another Go file. - // This means we'll point to the original file for cgo files, but - // we won't point to a YACC grammar file. - pos := fset.PositionFor(p, false) - adjPos := fset.PositionFor(p, true) - - if filepath.Ext(adjPos.Filename) == ".go" { - return adjPos - } - - return pos -} - -func Ordinal(n int) string { - suffix := "th" - if n < 10 || n > 20 { - switch n % 10 { - case 0: - suffix = "th" - case 1: - suffix = "st" - case 2: - suffix = "nd" - case 3: - suffix = "rd" - default: - suffix = "th" - } - } - - return strconv.Itoa(n) + suffix -} diff --git a/vendor/honnef.co/go/tools/go/ir/doc.go b/vendor/honnef.co/go/tools/go/ir/doc.go deleted file mode 100644 index 0765d439e..000000000 --- a/vendor/honnef.co/go/tools/go/ir/doc.go +++ /dev/null @@ -1,129 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// Package ir defines a representation of the elements of Go programs -// (packages, types, functions, variables and constants) using a -// static single-information (SSI) form intermediate representation -// (IR) for the bodies of functions. -// -// THIS INTERFACE IS EXPERIMENTAL AND IS LIKELY TO CHANGE. -// -// For an introduction to SSA form, upon which SSI builds, see -// http://en.wikipedia.org/wiki/Static_single_assignment_form. -// This page provides a broader reading list: -// http://www.dcs.gla.ac.uk/~jsinger/ssa.html. -// -// For an introduction to SSI form, see The static single information -// form by C. Scott Ananian. -// -// The level of abstraction of the IR form is intentionally close to -// the source language to facilitate construction of source analysis -// tools. It is not intended for machine code generation. -// -// The simplest way to create the IR of a package is -// to load typed syntax trees using golang.org/x/tools/go/packages, then -// invoke the irutil.Packages helper function. See ExampleLoadPackages -// and ExampleWholeProgram for examples. -// The resulting ir.Program contains all the packages and their -// members, but IR code is not created for function bodies until a -// subsequent call to (*Package).Build or (*Program).Build. -// -// The builder initially builds a naive IR form in which all local -// variables are addresses of stack locations with explicit loads and -// stores. Registerization of eligible locals and φ-node insertion -// using dominance and dataflow are then performed as a second pass -// called "lifting" to improve the accuracy and performance of -// subsequent analyses; this pass can be skipped by setting the -// NaiveForm builder flag. -// -// The primary interfaces of this package are: -// -// - Member: a named member of a Go package. -// - Value: an expression that yields a value. -// - Instruction: a statement that consumes values and performs computation. -// - Node: a Value or Instruction (emphasizing its membership in the IR value graph) -// -// A computation that yields a result implements both the Value and -// Instruction interfaces. The following table shows for each -// concrete type which of these interfaces it implements. -// -// Value? Instruction? Member? -// *Alloc ✔ ✔ -// *BinOp ✔ ✔ -// *BlankStore ✔ -// *Builtin ✔ -// *Call ✔ ✔ -// *ChangeInterface ✔ ✔ -// *ChangeType ✔ ✔ -// *Const ✔ ✔ -// *Convert ✔ ✔ -// *DebugRef ✔ -// *Defer ✔ ✔ -// *Extract ✔ ✔ -// *Field ✔ ✔ -// *FieldAddr ✔ ✔ -// *FreeVar ✔ -// *Function ✔ ✔ (func) -// *Global ✔ ✔ (var) -// *Go ✔ ✔ -// *If ✔ -// *Index ✔ ✔ -// *IndexAddr ✔ ✔ -// *Jump ✔ -// *Load ✔ ✔ -// *MakeChan ✔ ✔ -// *MakeClosure ✔ ✔ -// *MakeInterface ✔ ✔ -// *MakeMap ✔ ✔ -// *MakeSlice ✔ ✔ -// *MapLookup ✔ ✔ -// *MapUpdate ✔ ✔ -// *NamedConst ✔ (const) -// *Next ✔ ✔ -// *Panic ✔ -// *Parameter ✔ ✔ -// *Phi ✔ ✔ -// *Range ✔ ✔ -// *Recv ✔ ✔ -// *Return ✔ -// *RunDefers ✔ -// *Select ✔ ✔ -// *Send ✔ ✔ -// *Sigma ✔ ✔ -// *Slice ✔ ✔ -// *Store ✔ ✔ -// *StringLookup ✔ ✔ -// *Type ✔ (type) -// *TypeAssert ✔ ✔ -// *UnOp ✔ ✔ -// *Unreachable ✔ -// -// Other key types in this package include: Program, Package, Function -// and BasicBlock. -// -// The program representation constructed by this package is fully -// resolved internally, i.e. it does not rely on the names of Values, -// Packages, Functions, Types or BasicBlocks for the correct -// interpretation of the program. Only the identities of objects and -// the topology of the IR and type graphs are semantically -// significant. (There is one exception: Ids, used to identify field -// and method names, contain strings.) Avoidance of name-based -// operations simplifies the implementation of subsequent passes and -// can make them very efficient. Many objects are nonetheless named -// to aid in debugging, but it is not essential that the names be -// either accurate or unambiguous. The public API exposes a number of -// name-based maps for client convenience. -// -// The ir/irutil package provides various utilities that depend only -// on the public API of this package. -// -// TODO(adonovan): Consider the exceptional control-flow implications -// of defer and recover(). -// -// TODO(adonovan): write a how-to document for all the various cases -// of trying to determine corresponding elements across the four -// domains of source locations, ast.Nodes, types.Objects, -// ir.Values/Instructions. -// -package ir diff --git a/vendor/honnef.co/go/tools/go/ir/exits.go b/vendor/honnef.co/go/tools/go/ir/exits.go deleted file mode 100644 index 0abf58089..000000000 --- a/vendor/honnef.co/go/tools/go/ir/exits.go +++ /dev/null @@ -1,317 +0,0 @@ -package ir - -import ( - "go/types" -) - -func (b *builder) buildExits(fn *Function) { - if obj := fn.Object(); obj != nil { - switch obj.Pkg().Path() { - case "runtime": - switch obj.Name() { - case "exit": - fn.NoReturn = AlwaysExits - return - case "throw": - fn.NoReturn = AlwaysExits - return - case "Goexit": - fn.NoReturn = AlwaysUnwinds - return - } - case "github.com/sirupsen/logrus": - switch obj.(*types.Func).FullName() { - case "(*github.com/sirupsen/logrus.Logger).Exit": - // Technically, this method does not unconditionally exit - // the process. It dynamically calls a function stored in - // the logger. If the function is nil, it defaults to - // os.Exit. - // - // The main intent of this method is to terminate the - // process, and that's what the vast majority of people - // will use it for. We'll happily accept some false - // negatives to avoid a lot of false positives. - fn.NoReturn = AlwaysExits - return - case "(*github.com/sirupsen/logrus.Logger).Panic", - "(*github.com/sirupsen/logrus.Logger).Panicf", - "(*github.com/sirupsen/logrus.Logger).Panicln": - - // These methods will always panic, but that's not - // statically known from the code alone, because they - // take a detour through the generic Log methods. - fn.NoReturn = AlwaysUnwinds - return - case "(*github.com/sirupsen/logrus.Entry).Panicf", - "(*github.com/sirupsen/logrus.Entry).Panicln": - - // Entry.Panic has an explicit panic, but Panicf and - // Panicln do not, relying fully on the generic Log - // method. - fn.NoReturn = AlwaysUnwinds - return - case "(*github.com/sirupsen/logrus.Logger).Log", - "(*github.com/sirupsen/logrus.Logger).Logf", - "(*github.com/sirupsen/logrus.Logger).Logln": - // TODO(dh): we cannot handle these cases. Whether they - // exit or unwind depends on the level, which is set - // via the first argument. We don't currently support - // call-site-specific exit information. - } - case "github.com/golang/glog": - switch obj.(*types.Func).FullName() { - case "github.com/golang/glog.Exit", - "github.com/golang/glog.ExitDepth", - "github.com/golang/glog.Exitf", - "github.com/golang/glog.Exitln", - "github.com/golang/glog.Fatal", - "github.com/golang/glog.FatalDepth", - "github.com/golang/glog.Fatalf", - "github.com/golang/glog.Fatalln": - // all of these call os.Exit after logging - fn.NoReturn = AlwaysExits - } - } - } - - isRecoverCall := func(instr Instruction) bool { - if instr, ok := instr.(*Call); ok { - if builtin, ok := instr.Call.Value.(*Builtin); ok { - if builtin.Name() == "recover" { - return true - } - } - } - return false - } - - both := NewBlockSet(len(fn.Blocks)) - exits := NewBlockSet(len(fn.Blocks)) - unwinds := NewBlockSet(len(fn.Blocks)) - recovers := false - for _, u := range fn.Blocks { - for _, instr := range u.Instrs { - instrSwitch: - switch instr := instr.(type) { - case *Defer: - if recovers { - // avoid doing extra work, we already know that this function calls recover - continue - } - call := instr.Call.StaticCallee() - if call == nil { - // not a static call, so we can't be sure the - // deferred call isn't calling recover - recovers = true - break - } - if call.Package() == fn.Package() { - b.buildFunction(call) - } - if len(call.Blocks) == 0 { - // external function, we don't know what's - // happening inside it - // - // TODO(dh): this includes functions from - // imported packages, due to how go/analysis - // works. We could introduce another fact, - // like we've done for exiting and unwinding. - recovers = true - break - } - for _, y := range call.Blocks { - for _, instr2 := range y.Instrs { - if isRecoverCall(instr2) { - recovers = true - break instrSwitch - } - } - } - - case *Panic: - both.Add(u) - unwinds.Add(u) - - case CallInstruction: - switch instr.(type) { - case *Defer, *Call: - default: - continue - } - if instr.Common().IsInvoke() { - // give up - return - } - var call *Function - switch instr.Common().Value.(type) { - case *Function, *MakeClosure: - call = instr.Common().StaticCallee() - case *Builtin: - // the only builtins that affect control flow are - // panic and recover, and we've already handled - // those - continue - default: - // dynamic dispatch - return - } - // buildFunction is idempotent. if we're part of a - // (mutually) recursive call chain, then buildFunction - // will immediately return, and fn.WillExit will be false. - if call.Package() == fn.Package() { - b.buildFunction(call) - } - switch call.NoReturn { - case AlwaysExits: - both.Add(u) - exits.Add(u) - case AlwaysUnwinds: - both.Add(u) - unwinds.Add(u) - case NeverReturns: - both.Add(u) - } - } - } - } - - // depth-first search trying to find a path to the exit block that - // doesn't cross any of the blacklisted blocks - seen := NewBlockSet(len(fn.Blocks)) - var findPath func(root *BasicBlock, bl *BlockSet) bool - findPath = func(root *BasicBlock, bl *BlockSet) bool { - if root == fn.Exit { - return true - } - if seen.Has(root) { - return false - } - if bl.Has(root) { - return false - } - seen.Add(root) - for _, succ := range root.Succs { - if findPath(succ, bl) { - return true - } - } - return false - } - findPathEntry := func(root *BasicBlock, bl *BlockSet) bool { - if bl.Num() == 0 { - return true - } - seen.Clear() - return findPath(root, bl) - } - - if !findPathEntry(fn.Blocks[0], exits) { - fn.NoReturn = AlwaysExits - } else if !recovers { - // Only consider unwinding and "never returns" if we don't - // call recover. If we do call recover, then panics don't - // bubble up the stack. - - // TODO(dh): the position of the defer matters. If we - // unconditionally terminate before we defer a recover, then - // the recover is ineffective. - - if !findPathEntry(fn.Blocks[0], unwinds) { - fn.NoReturn = AlwaysUnwinds - } else if !findPathEntry(fn.Blocks[0], both) { - fn.NoReturn = NeverReturns - } - } -} - -func (b *builder) addUnreachables(fn *Function) { - var unreachable *BasicBlock - - for _, bb := range fn.Blocks { - instrLoop: - for i, instr := range bb.Instrs { - if instr, ok := instr.(*Call); ok { - var call *Function - switch v := instr.Common().Value.(type) { - case *Function: - call = v - case *MakeClosure: - call = v.Fn.(*Function) - } - if call == nil { - continue - } - if call.Package() == fn.Package() { - // make sure we have information on all functions in this package - b.buildFunction(call) - } - switch call.NoReturn { - case AlwaysExits: - // This call will cause the process to terminate. - // Remove remaining instructions in the block and - // replace any control flow with Unreachable. - for _, succ := range bb.Succs { - succ.removePred(bb) - } - bb.Succs = bb.Succs[:0] - - bb.Instrs = bb.Instrs[:i+1] - bb.emit(new(Unreachable), instr.Source()) - addEdge(bb, fn.Exit) - break instrLoop - - case AlwaysUnwinds: - // This call will cause the goroutine to terminate - // and defers to run (i.e. a panic or - // runtime.Goexit). Remove remaining instructions - // in the block and replace any control flow with - // an unconditional jump to the exit block. - for _, succ := range bb.Succs { - succ.removePred(bb) - } - bb.Succs = bb.Succs[:0] - - bb.Instrs = bb.Instrs[:i+1] - bb.emit(new(Jump), instr.Source()) - addEdge(bb, fn.Exit) - break instrLoop - - case NeverReturns: - // This call will either cause the goroutine to - // terminate, or the process to terminate. Remove - // remaining instructions in the block and replace - // any control flow with a conditional jump to - // either the exit block, or Unreachable. - for _, succ := range bb.Succs { - succ.removePred(bb) - } - bb.Succs = bb.Succs[:0] - - bb.Instrs = bb.Instrs[:i+1] - var c Call - c.Call.Value = &Builtin{ - name: "ir:noreturnWasPanic", - sig: types.NewSignature(nil, - types.NewTuple(), - types.NewTuple(anonVar(types.Typ[types.Bool])), - false, - ), - } - c.setType(types.Typ[types.Bool]) - - if unreachable == nil { - unreachable = fn.newBasicBlock("unreachable") - unreachable.emit(&Unreachable{}, nil) - addEdge(unreachable, fn.Exit) - } - - bb.emit(&c, instr.Source()) - bb.emit(&If{Cond: &c}, instr.Source()) - addEdge(bb, fn.Exit) - addEdge(bb, unreachable) - break instrLoop - } - } - } - } -} diff --git a/vendor/honnef.co/go/tools/go/ir/html.go b/vendor/honnef.co/go/tools/go/ir/html.go deleted file mode 100644 index 35b421a70..000000000 --- a/vendor/honnef.co/go/tools/go/ir/html.go +++ /dev/null @@ -1,1124 +0,0 @@ -// Copyright 2015 The Go Authors. All rights reserved. -// Copyright 2019 Dominik Honnef. All rights reserved. - -package ir - -import ( - "bytes" - "fmt" - "go/types" - "html" - "io" - "log" - "os" - "os/exec" - "path/filepath" - "reflect" - "sort" - "strings" -) - -func live(f *Function) []bool { - max := 0 - var ops []*Value - - for _, b := range f.Blocks { - for _, instr := range b.Instrs { - if int(instr.ID()) > max { - max = int(instr.ID()) - } - } - } - - out := make([]bool, max+1) - var q []Node - for _, b := range f.Blocks { - for _, instr := range b.Instrs { - switch instr.(type) { - case *BlankStore, *Call, *ConstantSwitch, *Defer, *Go, *If, *Jump, *MapUpdate, *Next, *Panic, *Recv, *Return, *RunDefers, *Send, *Store, *Unreachable: - out[instr.ID()] = true - q = append(q, instr) - } - } - } - - for len(q) > 0 { - v := q[len(q)-1] - q = q[:len(q)-1] - for _, op := range v.Operands(ops) { - if *op == nil { - continue - } - if !out[(*op).ID()] { - out[(*op).ID()] = true - q = append(q, *op) - } - } - } - - return out -} - -type funcPrinter interface { - startBlock(b *BasicBlock, reachable bool) - endBlock(b *BasicBlock) - value(v Node, live bool) - startDepCycle() - endDepCycle() - named(n string, vals []Value) -} - -func namedValues(f *Function) map[types.Object][]Value { - names := map[types.Object][]Value{} - for _, b := range f.Blocks { - for _, instr := range b.Instrs { - if instr, ok := instr.(*DebugRef); ok { - if obj := instr.object; obj != nil { - names[obj] = append(names[obj], instr.X) - } - } - } - } - // XXX deduplicate values - return names -} - -func fprintFunc(p funcPrinter, f *Function) { - // XXX does our IR form preserve unreachable blocks? - // reachable, live := findlive(f) - - l := live(f) - for _, b := range f.Blocks { - // XXX - // p.startBlock(b, reachable[b.Index]) - p.startBlock(b, true) - - end := len(b.Instrs) - 1 - if end < 0 { - end = 0 - } - for _, v := range b.Instrs[:end] { - if _, ok := v.(*DebugRef); !ok { - p.value(v, l[v.ID()]) - } - } - p.endBlock(b) - } - - names := namedValues(f) - keys := make([]types.Object, 0, len(names)) - for key := range names { - keys = append(keys, key) - } - sort.Slice(keys, func(i, j int) bool { - return keys[i].Pos() < keys[j].Pos() - }) - for _, key := range keys { - p.named(key.Name(), names[key]) - } -} - -func opName(v Node) string { - switch v := v.(type) { - case *Call: - if v.Common().IsInvoke() { - return "Invoke" - } - return "Call" - case *Alloc: - if v.Heap { - return "HeapAlloc" - } - return "StackAlloc" - case *Select: - if v.Blocking { - return "SelectBlocking" - } - return "SelectNonBlocking" - default: - return reflect.ValueOf(v).Type().Elem().Name() - } -} - -type HTMLWriter struct { - w io.WriteCloser - path string - dot *dotWriter -} - -func NewHTMLWriter(path string, funcname, cfgMask string) *HTMLWriter { - out, err := os.OpenFile(path, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0644) - if err != nil { - log.Fatalf("%v", err) - } - pwd, err := os.Getwd() - if err != nil { - log.Fatalf("%v", err) - } - html := HTMLWriter{w: out, path: filepath.Join(pwd, path)} - html.dot = newDotWriter() - html.start(funcname) - return &html -} - -func (w *HTMLWriter) start(name string) { - if w == nil { - return - } - w.WriteString("") - w.WriteString(` - - - - - -`) - w.WriteString("") - w.WriteString("

") - w.WriteString(html.EscapeString(name)) - w.WriteString("

") - w.WriteString(` -help -
- -

-Click on a value or block to toggle highlighting of that value/block -and its uses. (Values and blocks are highlighted by ID, and IDs of -dead items may be reused, so not all highlights necessarily correspond -to the clicked item.) -

- -

-Faded out values and blocks are dead code that has not been eliminated. -

- -

-Values printed in italics have a dependency cycle. -

- -

-CFG: Dashed edge is for unlikely branches. Blue color is for backward edges. -Edge with a dot means that this edge follows the order in which blocks were laid out. -

- -
-`) - w.WriteString("") - w.WriteString("") -} - -func (w *HTMLWriter) Close() { - if w == nil { - return - } - io.WriteString(w.w, "") - io.WriteString(w.w, "
") - io.WriteString(w.w, "") - io.WriteString(w.w, "") - w.w.Close() - fmt.Printf("dumped IR to %v\n", w.path) -} - -// WriteFunc writes f in a column headed by title. -// phase is used for collapsing columns and should be unique across the table. -func (w *HTMLWriter) WriteFunc(phase, title string, f *Function) { - if w == nil { - return - } - w.WriteColumn(phase, title, "", funcHTML(f, phase, w.dot)) -} - -// WriteColumn writes raw HTML in a column headed by title. -// It is intended for pre- and post-compilation log output. -func (w *HTMLWriter) WriteColumn(phase, title, class, html string) { - if w == nil { - return - } - id := strings.Replace(phase, " ", "-", -1) - // collapsed column - w.Printf("
%v
", id, phase) - - if class == "" { - w.Printf("", id) - } else { - w.Printf("", id, class) - } - w.WriteString("

" + title + "

") - w.WriteString(html) - w.WriteString("") -} - -func (w *HTMLWriter) Printf(msg string, v ...interface{}) { - if _, err := fmt.Fprintf(w.w, msg, v...); err != nil { - log.Fatalf("%v", err) - } -} - -func (w *HTMLWriter) WriteString(s string) { - if _, err := io.WriteString(w.w, s); err != nil { - log.Fatalf("%v", err) - } -} - -func valueHTML(v Node) string { - if v == nil { - return "<nil>" - } - // TODO: Using the value ID as the class ignores the fact - // that value IDs get recycled and that some values - // are transmuted into other values. - class := fmt.Sprintf("t%d", v.ID()) - var label string - switch v := v.(type) { - case *Function: - label = v.RelString(nil) - case *Builtin: - label = v.Name() - default: - label = class - } - return fmt.Sprintf("%s", class, label) -} - -func valueLongHTML(v Node) string { - // TODO: Any intra-value formatting? - // I'm wary of adding too much visual noise, - // but a little bit might be valuable. - // We already have visual noise in the form of punctuation - // maybe we could replace some of that with formatting. - s := fmt.Sprintf("", v.ID()) - - linenumber := "(?)" - if v.Pos().IsValid() { - line := v.Parent().Prog.Fset.Position(v.Pos()).Line - linenumber = fmt.Sprintf("(%d)", line, line) - } - - s += fmt.Sprintf("%s %s = %s", valueHTML(v), linenumber, opName(v)) - - if v, ok := v.(Value); ok { - s += " <" + html.EscapeString(v.Type().String()) + ">" - } - - switch v := v.(type) { - case *Parameter: - s += fmt.Sprintf(" {%s}", html.EscapeString(v.name)) - case *BinOp: - s += fmt.Sprintf(" {%s}", html.EscapeString(v.Op.String())) - case *UnOp: - s += fmt.Sprintf(" {%s}", html.EscapeString(v.Op.String())) - case *Extract: - name := v.Tuple.Type().(*types.Tuple).At(v.Index).Name() - s += fmt.Sprintf(" [%d] (%s)", v.Index, name) - case *Field: - st := v.X.Type().Underlying().(*types.Struct) - // Be robust against a bad index. - name := "?" - if 0 <= v.Field && v.Field < st.NumFields() { - name = st.Field(v.Field).Name() - } - s += fmt.Sprintf(" [%d] (%s)", v.Field, name) - case *FieldAddr: - st := deref(v.X.Type()).Underlying().(*types.Struct) - // Be robust against a bad index. - name := "?" - if 0 <= v.Field && v.Field < st.NumFields() { - name = st.Field(v.Field).Name() - } - - s += fmt.Sprintf(" [%d] (%s)", v.Field, name) - case *Recv: - s += fmt.Sprintf(" {%t}", v.CommaOk) - case *Call: - if v.Common().IsInvoke() { - s += fmt.Sprintf(" {%s}", html.EscapeString(v.Common().Method.FullName())) - } - case *Const: - if v.Value == nil { - s += " {<nil>}" - } else { - s += fmt.Sprintf(" {%s}", html.EscapeString(v.Value.String())) - } - case *Sigma: - s += fmt.Sprintf(" [#%s]", v.From) - } - for _, a := range v.Operands(nil) { - s += fmt.Sprintf(" %s", valueHTML(*a)) - } - - // OPT(dh): we're calling namedValues many times on the same function. - allNames := namedValues(v.Parent()) - var names []string - for name, values := range allNames { - for _, value := range values { - if v == value { - names = append(names, name.Name()) - break - } - } - } - if len(names) != 0 { - s += " (" + strings.Join(names, ", ") + ")" - } - - s += "" - return s -} - -func blockHTML(b *BasicBlock) string { - // TODO: Using the value ID as the class ignores the fact - // that value IDs get recycled and that some values - // are transmuted into other values. - s := html.EscapeString(b.String()) - return fmt.Sprintf("%s", s, s) -} - -func blockLongHTML(b *BasicBlock) string { - var kind string - var term Instruction - if len(b.Instrs) > 0 { - term = b.Control() - kind = opName(term) - } - // TODO: improve this for HTML? - s := fmt.Sprintf("%s", b.Index, kind) - - if term != nil { - ops := term.Operands(nil) - if len(ops) > 0 { - var ss []string - for _, op := range ops { - ss = append(ss, valueHTML(*op)) - } - s += " " + strings.Join(ss, ", ") - } - } - if len(b.Succs) > 0 { - s += " →" // right arrow - for _, c := range b.Succs { - s += " " + blockHTML(c) - } - } - return s -} - -func funcHTML(f *Function, phase string, dot *dotWriter) string { - buf := new(bytes.Buffer) - if dot != nil { - dot.writeFuncSVG(buf, phase, f) - } - fmt.Fprint(buf, "") - p := htmlFuncPrinter{w: buf} - fprintFunc(p, f) - - // fprintFunc(&buf, f) // TODO: HTML, not text,
for line breaks, etc. - fmt.Fprint(buf, "
") - return buf.String() -} - -type htmlFuncPrinter struct { - w io.Writer -} - -func (p htmlFuncPrinter) startBlock(b *BasicBlock, reachable bool) { - var dead string - if !reachable { - dead = "dead-block" - } - fmt.Fprintf(p.w, "
    ", b, dead) - fmt.Fprintf(p.w, "
  • %s:", blockHTML(b)) - if len(b.Preds) > 0 { - io.WriteString(p.w, " ←") // left arrow - for _, pred := range b.Preds { - fmt.Fprintf(p.w, " %s", blockHTML(pred)) - } - } - if len(b.Instrs) > 0 { - io.WriteString(p.w, ``) - } - io.WriteString(p.w, "
  • ") - if len(b.Instrs) > 0 { // start list of values - io.WriteString(p.w, "
  • ") - io.WriteString(p.w, "
      ") - } -} - -func (p htmlFuncPrinter) endBlock(b *BasicBlock) { - if len(b.Instrs) > 0 { // end list of values - io.WriteString(p.w, "
    ") - io.WriteString(p.w, "
  • ") - } - io.WriteString(p.w, "
  • ") - fmt.Fprint(p.w, blockLongHTML(b)) - io.WriteString(p.w, "
  • ") - io.WriteString(p.w, "
") -} - -func (p htmlFuncPrinter) value(v Node, live bool) { - var dead string - if !live { - dead = "dead-value" - } - fmt.Fprintf(p.w, "
  • ", dead) - fmt.Fprint(p.w, valueLongHTML(v)) - io.WriteString(p.w, "
  • ") -} - -func (p htmlFuncPrinter) startDepCycle() { - fmt.Fprintln(p.w, "") -} - -func (p htmlFuncPrinter) endDepCycle() { - fmt.Fprintln(p.w, "") -} - -func (p htmlFuncPrinter) named(n string, vals []Value) { - fmt.Fprintf(p.w, "
  • name %s: ", n) - for _, val := range vals { - fmt.Fprintf(p.w, "%s ", valueHTML(val)) - } - fmt.Fprintf(p.w, "
  • ") -} - -type dotWriter struct { - path string - broken bool -} - -// newDotWriter returns non-nil value when mask is valid. -// dotWriter will generate SVGs only for the phases specified in the mask. -// mask can contain following patterns and combinations of them: -// * - all of them; -// x-y - x through y, inclusive; -// x,y - x and y, but not the passes between. -func newDotWriter() *dotWriter { - path, err := exec.LookPath("dot") - if err != nil { - fmt.Println(err) - return nil - } - return &dotWriter{path: path} -} - -func (d *dotWriter) writeFuncSVG(w io.Writer, phase string, f *Function) { - if d.broken { - return - } - cmd := exec.Command(d.path, "-Tsvg") - pipe, err := cmd.StdinPipe() - if err != nil { - d.broken = true - fmt.Println(err) - return - } - buf := new(bytes.Buffer) - cmd.Stdout = buf - bufErr := new(bytes.Buffer) - cmd.Stderr = bufErr - err = cmd.Start() - if err != nil { - d.broken = true - fmt.Println(err) - return - } - fmt.Fprint(pipe, `digraph "" { margin=0; size="4,40"; ranksep=.2; `) - id := strings.Replace(phase, " ", "-", -1) - fmt.Fprintf(pipe, `id="g_graph_%s";`, id) - fmt.Fprintf(pipe, `node [style=filled,fillcolor=white,fontsize=16,fontname="Menlo,Times,serif",margin="0.01,0.03"];`) - fmt.Fprintf(pipe, `edge [fontsize=16,fontname="Menlo,Times,serif"];`) - for _, b := range f.Blocks { - layout := "" - fmt.Fprintf(pipe, `%v [label="%v%s\n%v",id="graph_node_%v_%v"];`, b, b, layout, b.Control().String(), id, b) - } - indexOf := make([]int, len(f.Blocks)) - for i, b := range f.Blocks { - indexOf[b.Index] = i - } - - // XXX - /* - ponums := make([]int32, len(f.Blocks)) - _ = postorderWithNumbering(f, ponums) - isBackEdge := func(from, to int) bool { - return ponums[from] <= ponums[to] - } - */ - isBackEdge := func(from, to int) bool { return false } - - for _, b := range f.Blocks { - for i, s := range b.Succs { - style := "solid" - color := "black" - arrow := "vee" - if isBackEdge(b.Index, s.Index) { - color = "blue" - } - fmt.Fprintf(pipe, `%v -> %v [label=" %d ",style="%s",color="%s",arrowhead="%s"];`, b, s, i, style, color, arrow) - } - } - fmt.Fprint(pipe, "}") - pipe.Close() - err = cmd.Wait() - if err != nil { - d.broken = true - fmt.Printf("dot: %v\n%v\n", err, bufErr.String()) - return - } - - svgID := "svg_graph_" + id - fmt.Fprintf(w, `
    `, svgID, svgID) - // For now, an awful hack: edit the html as it passes through - // our fingers, finding ' 0 { - fset = initial[0].Fset - } - - prog := ir.NewProgram(fset, mode) - if opts != nil { - prog.PrintFunc = opts.PrintFunc - } - - isInitial := make(map[*packages.Package]bool, len(initial)) - for _, p := range initial { - isInitial[p] = true - } - - irmap := make(map[*packages.Package]*ir.Package) - packages.Visit(initial, nil, func(p *packages.Package) { - if p.Types != nil && !p.IllTyped { - var files []*ast.File - if deps || isInitial[p] { - files = p.Syntax - } - irmap[p] = prog.CreatePackage(p.Types, files, p.TypesInfo, true) - } - }) - - var irpkgs []*ir.Package - for _, p := range initial { - irpkgs = append(irpkgs, irmap[p]) // may be nil - } - return prog, irpkgs -} - -// CreateProgram returns a new program in IR form, given a program -// loaded from source. An IR package is created for each transitively -// error-free package of lprog. -// -// Code for bodies of functions is not built until Build is called -// on the result. -// -// The mode parameter controls diagnostics and checking during IR construction. -// -// Deprecated: use golang.org/x/tools/go/packages and the Packages -// function instead; see ir.ExampleLoadPackages. -// -func CreateProgram(lprog *loader.Program, mode ir.BuilderMode) *ir.Program { - prog := ir.NewProgram(lprog.Fset, mode) - - for _, info := range lprog.AllPackages { - if info.TransitivelyErrorFree { - prog.CreatePackage(info.Pkg, info.Files, &info.Info, info.Importable) - } - } - - return prog -} - -// BuildPackage builds an IR program with IR for a single package. -// -// It populates pkg by type-checking the specified file ASTs. All -// dependencies are loaded using the importer specified by tc, which -// typically loads compiler export data; IR code cannot be built for -// those packages. BuildPackage then constructs an ir.Program with all -// dependency packages created, and builds and returns the IR package -// corresponding to pkg. -// -// The caller must have set pkg.Path() to the import path. -// -// The operation fails if there were any type-checking or import errors. -// -// See ../ir/example_test.go for an example. -// -func BuildPackage(tc *types.Config, fset *token.FileSet, pkg *types.Package, files []*ast.File, mode ir.BuilderMode) (*ir.Package, *types.Info, error) { - if fset == nil { - panic("no token.FileSet") - } - if pkg.Path() == "" { - panic("package has no import path") - } - - info := &types.Info{ - Types: make(map[ast.Expr]types.TypeAndValue), - Defs: make(map[*ast.Ident]types.Object), - Uses: make(map[*ast.Ident]types.Object), - Implicits: make(map[ast.Node]types.Object), - Scopes: make(map[ast.Node]*types.Scope), - Selections: make(map[*ast.SelectorExpr]*types.Selection), - } - if err := types.NewChecker(tc, fset, pkg, info).Files(files); err != nil { - return nil, nil, err - } - - prog := ir.NewProgram(fset, mode) - - // Create IR packages for all imports. - // Order is not significant. - created := make(map[*types.Package]bool) - var createAll func(pkgs []*types.Package) - createAll = func(pkgs []*types.Package) { - for _, p := range pkgs { - if !created[p] { - created[p] = true - prog.CreatePackage(p, nil, nil, true) - createAll(p.Imports()) - } - } - } - createAll(pkg.Imports()) - - // Create and build the primary package. - irpkg := prog.CreatePackage(pkg, files, info, false) - irpkg.Build() - return irpkg, info, nil -} diff --git a/vendor/honnef.co/go/tools/go/ir/irutil/visit.go b/vendor/honnef.co/go/tools/go/ir/irutil/visit.go deleted file mode 100644 index f6d0503dd..000000000 --- a/vendor/honnef.co/go/tools/go/ir/irutil/visit.go +++ /dev/null @@ -1,79 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package irutil - -import "honnef.co/go/tools/go/ir" - -// This file defines utilities for visiting the IR of -// a Program. -// -// TODO(adonovan): test coverage. - -// AllFunctions finds and returns the set of functions potentially -// needed by program prog, as determined by a simple linker-style -// reachability algorithm starting from the members and method-sets of -// each package. The result may include anonymous functions and -// synthetic wrappers. -// -// Precondition: all packages are built. -// -func AllFunctions(prog *ir.Program) map[*ir.Function]bool { - visit := visitor{ - prog: prog, - seen: make(map[*ir.Function]bool), - } - visit.program() - return visit.seen -} - -type visitor struct { - prog *ir.Program - seen map[*ir.Function]bool -} - -func (visit *visitor) program() { - for _, pkg := range visit.prog.AllPackages() { - for _, mem := range pkg.Members { - if fn, ok := mem.(*ir.Function); ok { - visit.function(fn) - } - } - } - for _, T := range visit.prog.RuntimeTypes() { - mset := visit.prog.MethodSets.MethodSet(T) - for i, n := 0, mset.Len(); i < n; i++ { - visit.function(visit.prog.MethodValue(mset.At(i))) - } - } -} - -func (visit *visitor) function(fn *ir.Function) { - if !visit.seen[fn] { - visit.seen[fn] = true - var buf [10]*ir.Value // avoid alloc in common case - for _, b := range fn.Blocks { - for _, instr := range b.Instrs { - for _, op := range instr.Operands(buf[:0]) { - if fn, ok := (*op).(*ir.Function); ok { - visit.function(fn) - } - } - } - } - } -} - -// MainPackages returns the subset of the specified packages -// named "main" that define a main function. -// The result may include synthetic "testmain" packages. -func MainPackages(pkgs []*ir.Package) []*ir.Package { - var mains []*ir.Package - for _, pkg := range pkgs { - if pkg.Pkg.Name() == "main" && pkg.Func("main") != nil { - mains = append(mains, pkg) - } - } - return mains -} diff --git a/vendor/honnef.co/go/tools/go/ir/util.go b/vendor/honnef.co/go/tools/go/ir/util.go deleted file mode 100644 index 343a6320a..000000000 --- a/vendor/honnef.co/go/tools/go/ir/util.go +++ /dev/null @@ -1,89 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -package ir - -// This file defines a number of miscellaneous utility functions. - -import ( - "fmt" - "go/ast" - "go/token" - "go/types" - "io" - "os" - - "honnef.co/go/tools/go/ast/astutil" -) - -//// AST utilities - -func unparen(e ast.Expr) ast.Expr { return astutil.Unparen(e) } - -// isBlankIdent returns true iff e is an Ident with name "_". -// They have no associated types.Object, and thus no type. -// -func isBlankIdent(e ast.Expr) bool { - id, ok := e.(*ast.Ident) - return ok && id.Name == "_" -} - -//// Type utilities. Some of these belong in go/types. - -// isPointer returns true for types whose underlying type is a pointer. -func isPointer(typ types.Type) bool { - _, ok := typ.Underlying().(*types.Pointer) - return ok -} - -func isInterface(T types.Type) bool { return types.IsInterface(T) } - -// deref returns a pointer's element type; otherwise it returns typ. -func deref(typ types.Type) types.Type { - if p, ok := typ.Underlying().(*types.Pointer); ok { - return p.Elem() - } - return typ -} - -// recvType returns the receiver type of method obj. -func recvType(obj *types.Func) types.Type { - return obj.Type().(*types.Signature).Recv().Type() -} - -// logStack prints the formatted "start" message to stderr and -// returns a closure that prints the corresponding "end" message. -// Call using 'defer logStack(...)()' to show builder stack on panic. -// Don't forget trailing parens! -// -func logStack(format string, args ...interface{}) func() { - msg := fmt.Sprintf(format, args...) - io.WriteString(os.Stderr, msg) - io.WriteString(os.Stderr, "\n") - return func() { - io.WriteString(os.Stderr, msg) - io.WriteString(os.Stderr, " end\n") - } -} - -// newVar creates a 'var' for use in a types.Tuple. -func newVar(name string, typ types.Type) *types.Var { - return types.NewParam(token.NoPos, nil, name, typ) -} - -// anonVar creates an anonymous 'var' for use in a types.Tuple. -func anonVar(typ types.Type) *types.Var { - return newVar("", typ) -} - -var lenResults = types.NewTuple(anonVar(tInt)) - -// makeLen returns the len builtin specialized to type func(T)int. -func makeLen(T types.Type) *Builtin { - lenParams := types.NewTuple(anonVar(T)) - return &Builtin{ - name: "len", - sig: types.NewSignature(nil, lenParams, lenResults, false), - } -} diff --git a/vendor/honnef.co/go/tools/knowledge/arg.go b/vendor/honnef.co/go/tools/knowledge/arg.go deleted file mode 100644 index 7ac0b358d..000000000 --- a/vendor/honnef.co/go/tools/knowledge/arg.go +++ /dev/null @@ -1,64 +0,0 @@ -package knowledge - -var args = map[string]int{ - "(*encoding/json.Decoder).Decode.v": 0, - "(*encoding/json.Encoder).Encode.v": 0, - "(*encoding/xml.Decoder).Decode.v": 0, - "(*encoding/xml.Encoder).Encode.v": 0, - "(*sync.Pool).Put.x": 0, - "(*text/template.Template).Parse.text": 0, - "(io.Seeker).Seek.offset": 0, - "(time.Time).Sub.u": 0, - "append.elems": 1, - "append.slice": 0, - "bytes.Equal.a": 0, - "bytes.Equal.b": 1, - "encoding/binary.Write.data": 2, - "errors.New.text": 0, - "fmt.Fprintf.format": 1, - "fmt.Printf.format": 0, - "fmt.Sprintf.a[0]": 1, - "fmt.Sprintf.format": 0, - "json.Marshal.v": 0, - "json.Unmarshal.v": 1, - "len.v": 0, - "make.size[0]": 1, - "make.size[1]": 2, - "make.t": 0, - "net/url.Parse.rawurl": 0, - "os.OpenFile.flag": 1, - "os/exec.Command.name": 0, - "os/signal.Notify.c": 0, - "regexp.Compile.expr": 0, - "runtime.SetFinalizer.finalizer": 1, - "runtime.SetFinalizer.obj": 0, - "sort.Sort.data": 0, - "strconv.AppendFloat.bitSize": 4, - "strconv.AppendFloat.fmt": 2, - "strconv.AppendInt.base": 2, - "strconv.AppendUint.base": 2, - "strconv.FormatComplex.bitSize": 3, - "strconv.FormatComplex.fmt": 1, - "strconv.FormatFloat.bitSize": 3, - "strconv.FormatFloat.fmt": 1, - "strconv.FormatInt.base": 1, - "strconv.FormatUint.base": 1, - "strconv.ParseComplex.bitSize": 1, - "strconv.ParseFloat.bitSize": 1, - "strconv.ParseInt.base": 1, - "strconv.ParseInt.bitSize": 2, - "strconv.ParseUint.base": 1, - "strconv.ParseUint.bitSize": 2, - "time.Parse.layout": 0, - "time.Sleep.d": 0, - "xml.Marshal.v": 0, - "xml.Unmarshal.v": 1, -} - -func Arg(name string) int { - n, ok := args[name] - if !ok { - panic("unknown argument " + name) - } - return n -} diff --git a/vendor/k8s.io/api/apps/v1/generated.pb.go b/vendor/k8s.io/api/apps/v1/generated.pb.go index 0a15aff4d..81d51bd58 100644 --- a/vendor/k8s.io/api/apps/v1/generated.pb.go +++ b/vendor/k8s.io/api/apps/v1/generated.pb.go @@ -748,10 +748,40 @@ func (m *StatefulSetList) XXX_DiscardUnknown() { var xxx_messageInfo_StatefulSetList proto.InternalMessageInfo +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) Reset() { + *m = StatefulSetPersistentVolumeClaimRetentionPolicy{} +} +func (*StatefulSetPersistentVolumeClaimRetentionPolicy) ProtoMessage() {} +func (*StatefulSetPersistentVolumeClaimRetentionPolicy) Descriptor() ([]byte, []int) { + return fileDescriptor_e1014cab6f31e43b, []int{25} +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_Merge(src proto.Message) { + xxx_messageInfo_StatefulSetPersistentVolumeClaimRetentionPolicy.Merge(m, src) +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_Size() int { + return m.Size() +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_DiscardUnknown() { + xxx_messageInfo_StatefulSetPersistentVolumeClaimRetentionPolicy.DiscardUnknown(m) +} + +var xxx_messageInfo_StatefulSetPersistentVolumeClaimRetentionPolicy proto.InternalMessageInfo + func (m *StatefulSetSpec) Reset() { *m = StatefulSetSpec{} } func (*StatefulSetSpec) ProtoMessage() {} func (*StatefulSetSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_e1014cab6f31e43b, []int{25} + return fileDescriptor_e1014cab6f31e43b, []int{26} } func (m *StatefulSetSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -779,7 +809,7 @@ var xxx_messageInfo_StatefulSetSpec proto.InternalMessageInfo func (m *StatefulSetStatus) Reset() { *m = StatefulSetStatus{} } func (*StatefulSetStatus) ProtoMessage() {} func (*StatefulSetStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_e1014cab6f31e43b, []int{26} + return fileDescriptor_e1014cab6f31e43b, []int{27} } func (m *StatefulSetStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -807,7 +837,7 @@ var xxx_messageInfo_StatefulSetStatus proto.InternalMessageInfo func (m *StatefulSetUpdateStrategy) Reset() { *m = StatefulSetUpdateStrategy{} } func (*StatefulSetUpdateStrategy) ProtoMessage() {} func (*StatefulSetUpdateStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_e1014cab6f31e43b, []int{27} + return fileDescriptor_e1014cab6f31e43b, []int{28} } func (m *StatefulSetUpdateStrategy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -858,6 +888,7 @@ func init() { proto.RegisterType((*StatefulSet)(nil), "k8s.io.api.apps.v1.StatefulSet") proto.RegisterType((*StatefulSetCondition)(nil), "k8s.io.api.apps.v1.StatefulSetCondition") proto.RegisterType((*StatefulSetList)(nil), "k8s.io.api.apps.v1.StatefulSetList") + proto.RegisterType((*StatefulSetPersistentVolumeClaimRetentionPolicy)(nil), "k8s.io.api.apps.v1.StatefulSetPersistentVolumeClaimRetentionPolicy") proto.RegisterType((*StatefulSetSpec)(nil), "k8s.io.api.apps.v1.StatefulSetSpec") proto.RegisterType((*StatefulSetStatus)(nil), "k8s.io.api.apps.v1.StatefulSetStatus") proto.RegisterType((*StatefulSetUpdateStrategy)(nil), "k8s.io.api.apps.v1.StatefulSetUpdateStrategy") @@ -868,135 +899,142 @@ func init() { } var fileDescriptor_e1014cab6f31e43b = []byte{ - // 2047 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0xcd, 0x6f, 0x24, 0x47, - 0x15, 0x77, 0xcf, 0x87, 0x3d, 0x2e, 0xaf, 0xed, 0xdd, 0xb2, 0xb1, 0x27, 0xbb, 0x64, 0x66, 0x19, - 0x60, 0xe3, 0x64, 0xb3, 0x3d, 0xec, 0x66, 0x13, 0xa1, 0x2c, 0x02, 0x79, 0xc6, 0x21, 0x84, 0x78, - 0x6c, 0x53, 0x5e, 0xef, 0x61, 0x09, 0x12, 0xe5, 0xe9, 0xda, 0x71, 0xc7, 0xfd, 0xa5, 0xee, 0xea, - 0x61, 0x47, 0x5c, 0x10, 0x12, 0x27, 0x38, 0xf0, 0x9f, 0x20, 0x84, 0xc8, 0x0d, 0x45, 0x88, 0xcb, - 0x5e, 0x90, 0x22, 0x2e, 0xe4, 0x64, 0xb1, 0x93, 0x13, 0x42, 0x1c, 0xb9, 0xe4, 0x02, 0xaa, 0xea, - 0xea, 0xef, 0x6a, 0xcf, 0xd8, 0x9b, 0x38, 0x24, 0xca, 0x6d, 0xba, 0xea, 0xf7, 0x7e, 0xf5, 0x5e, - 0xd5, 0xab, 0x7a, 0xbf, 0xae, 0x1e, 0x70, 0xef, 0xf8, 0xdb, 0x9e, 0xaa, 0xdb, 0xed, 0x63, 0xff, - 0x90, 0xb8, 0x16, 0xa1, 0xc4, 0x6b, 0x0f, 0x89, 0xa5, 0xd9, 0x6e, 0x5b, 0x74, 0x60, 0x47, 0x6f, - 0x63, 0xc7, 0xf1, 0xda, 0xc3, 0xdb, 0xed, 0x01, 0xb1, 0x88, 0x8b, 0x29, 0xd1, 0x54, 0xc7, 0xb5, - 0xa9, 0x0d, 0x61, 0x80, 0x51, 0xb1, 0xa3, 0xab, 0x0c, 0xa3, 0x0e, 0x6f, 0x5f, 0xbd, 0x35, 0xd0, - 0xe9, 0x91, 0x7f, 0xa8, 0xf6, 0x6d, 0xb3, 0x3d, 0xb0, 0x07, 0x76, 0x9b, 0x43, 0x0f, 0xfd, 0x47, - 0xfc, 0x89, 0x3f, 0xf0, 0x5f, 0x01, 0xc5, 0xd5, 0x56, 0x62, 0x98, 0xbe, 0xed, 0x12, 0xc9, 0x30, - 0x57, 0xef, 0xc6, 0x18, 0x13, 0xf7, 0x8f, 0x74, 0x8b, 0xb8, 0xa3, 0xb6, 0x73, 0x3c, 0x60, 0x0d, - 0x5e, 0xdb, 0x24, 0x14, 0xcb, 0xac, 0xda, 0x45, 0x56, 0xae, 0x6f, 0x51, 0xdd, 0x24, 0x39, 0x83, - 0xd7, 0x26, 0x19, 0x78, 0xfd, 0x23, 0x62, 0xe2, 0x9c, 0xdd, 0x2b, 0x45, 0x76, 0x3e, 0xd5, 0x8d, - 0xb6, 0x6e, 0x51, 0x8f, 0xba, 0x59, 0xa3, 0xd6, 0x7f, 0x14, 0x00, 0xbb, 0xb6, 0x45, 0x5d, 0xdb, - 0x30, 0x88, 0x8b, 0xc8, 0x50, 0xf7, 0x74, 0xdb, 0x82, 0x3f, 0x05, 0x35, 0x16, 0x8f, 0x86, 0x29, - 0xae, 0x2b, 0xd7, 0x95, 0x8d, 0x85, 0x3b, 0xdf, 0x52, 0xe3, 0x49, 0x8e, 0xe8, 0x55, 0xe7, 0x78, - 0xc0, 0x1a, 0x3c, 0x95, 0xa1, 0xd5, 0xe1, 0x6d, 0x75, 0xf7, 0xf0, 0x5d, 0xd2, 0xa7, 0x3d, 0x42, - 0x71, 0x07, 0x3e, 0x39, 0x69, 0xce, 0x8c, 0x4f, 0x9a, 0x20, 0x6e, 0x43, 0x11, 0x2b, 0xdc, 0x05, - 0x15, 0xce, 0x5e, 0xe2, 0xec, 0xb7, 0x0a, 0xd9, 0x45, 0xd0, 0x2a, 0xc2, 0x3f, 0x7b, 0xe3, 0x31, - 0x25, 0x16, 0x73, 0xaf, 0x73, 0x49, 0x50, 0x57, 0xb6, 0x30, 0xc5, 0x88, 0x13, 0xc1, 0x97, 0x41, - 0xcd, 0x15, 0xee, 0xd7, 0xcb, 0xd7, 0x95, 0x8d, 0x72, 0xe7, 0xb2, 0x40, 0xd5, 0xc2, 0xb0, 0x50, - 0x84, 0x68, 0xfd, 0x45, 0x01, 0x6b, 0xf9, 0xb8, 0xb7, 0x75, 0x8f, 0xc2, 0x77, 0x72, 0xb1, 0xab, - 0xd3, 0xc5, 0xce, 0xac, 0x79, 0xe4, 0xd1, 0xc0, 0x61, 0x4b, 0x22, 0xee, 0xb7, 0x41, 0x55, 0xa7, - 0xc4, 0xf4, 0xea, 0xa5, 0xeb, 0xe5, 0x8d, 0x85, 0x3b, 0x37, 0xd4, 0x7c, 0xee, 0xaa, 0x79, 0xc7, - 0x3a, 0x8b, 0x82, 0xb2, 0xfa, 0x16, 0x33, 0x46, 0x01, 0x47, 0xeb, 0xbf, 0x0a, 0x98, 0xdf, 0xc2, - 0xc4, 0xb4, 0xad, 0x7d, 0x42, 0x2f, 0x60, 0xd1, 0xba, 0xa0, 0xe2, 0x39, 0xa4, 0x2f, 0x16, 0xed, - 0x6b, 0x32, 0xdf, 0x23, 0x77, 0xf6, 0x1d, 0xd2, 0x8f, 0x17, 0x8a, 0x3d, 0x21, 0x6e, 0x0c, 0xdf, - 0x06, 0xb3, 0x1e, 0xc5, 0xd4, 0xf7, 0xf8, 0x32, 0x2d, 0xdc, 0xf9, 0xfa, 0xe9, 0x34, 0x1c, 0xda, - 0x59, 0x12, 0x44, 0xb3, 0xc1, 0x33, 0x12, 0x14, 0xad, 0x7f, 0x96, 0x00, 0x8c, 0xb0, 0x5d, 0xdb, - 0xd2, 0x74, 0xca, 0xf2, 0xf7, 0x75, 0x50, 0xa1, 0x23, 0x87, 0xf0, 0x69, 0x98, 0xef, 0xdc, 0x08, - 0xbd, 0xb8, 0x3f, 0x72, 0xc8, 0xc7, 0x27, 0xcd, 0xb5, 0xbc, 0x05, 0xeb, 0x41, 0xdc, 0x06, 0x6e, - 0x47, 0xfe, 0x95, 0xb8, 0xf5, 0xdd, 0xf4, 0xd0, 0x1f, 0x9f, 0x34, 0x25, 0x87, 0x85, 0x1a, 0x31, - 0xa5, 0x1d, 0x84, 0x43, 0x00, 0x0d, 0xec, 0xd1, 0xfb, 0x2e, 0xb6, 0xbc, 0x60, 0x24, 0xdd, 0x24, - 0x22, 0xf2, 0x97, 0xa6, 0x5b, 0x1e, 0x66, 0xd1, 0xb9, 0x2a, 0xbc, 0x80, 0xdb, 0x39, 0x36, 0x24, - 0x19, 0x01, 0xde, 0x00, 0xb3, 0x2e, 0xc1, 0x9e, 0x6d, 0xd5, 0x2b, 0x3c, 0x8a, 0x68, 0x02, 0x11, - 0x6f, 0x45, 0xa2, 0x17, 0xbe, 0x08, 0xe6, 0x4c, 0xe2, 0x79, 0x78, 0x40, 0xea, 0x55, 0x0e, 0x5c, - 0x16, 0xc0, 0xb9, 0x5e, 0xd0, 0x8c, 0xc2, 0xfe, 0xd6, 0xef, 0x15, 0xb0, 0x18, 0xcd, 0xdc, 0x05, - 0x6c, 0x95, 0x4e, 0x7a, 0xab, 0x3c, 0x7f, 0x6a, 0x9e, 0x14, 0xec, 0x90, 0xf7, 0xcb, 0x09, 0x9f, - 0x59, 0x12, 0xc2, 0x9f, 0x80, 0x9a, 0x47, 0x0c, 0xd2, 0xa7, 0xb6, 0x2b, 0x7c, 0x7e, 0x65, 0x4a, - 0x9f, 0xf1, 0x21, 0x31, 0xf6, 0x85, 0x69, 0xe7, 0x12, 0x73, 0x3a, 0x7c, 0x42, 0x11, 0x25, 0xfc, - 0x11, 0xa8, 0x51, 0x62, 0x3a, 0x06, 0xa6, 0x44, 0x6c, 0x93, 0x54, 0x7e, 0xb3, 0x74, 0x61, 0x64, - 0x7b, 0xb6, 0x76, 0x5f, 0xc0, 0xf8, 0x46, 0x89, 0xe6, 0x21, 0x6c, 0x45, 0x11, 0x0d, 0x3c, 0x06, - 0x4b, 0xbe, 0xa3, 0x31, 0x24, 0x65, 0x47, 0xf7, 0x60, 0x24, 0xd2, 0xe7, 0xe6, 0xa9, 0x13, 0x72, - 0x90, 0x32, 0xe9, 0xac, 0x89, 0x01, 0x96, 0xd2, 0xed, 0x28, 0x43, 0x0d, 0x37, 0xc1, 0xb2, 0xa9, - 0x5b, 0x88, 0x60, 0x6d, 0xb4, 0x4f, 0xfa, 0xb6, 0xa5, 0x79, 0x3c, 0x81, 0xaa, 0x9d, 0x75, 0x41, - 0xb0, 0xdc, 0x4b, 0x77, 0xa3, 0x2c, 0x1e, 0x6e, 0x83, 0xd5, 0xf0, 0x9c, 0xfd, 0x81, 0xee, 0x51, - 0xdb, 0x1d, 0x6d, 0xeb, 0xa6, 0x4e, 0xeb, 0xb3, 0x9c, 0xa7, 0x3e, 0x3e, 0x69, 0xae, 0x22, 0x49, - 0x3f, 0x92, 0x5a, 0xb5, 0x7e, 0x33, 0x0b, 0x96, 0x33, 0xa7, 0x01, 0x7c, 0x00, 0xd6, 0xfa, 0xbe, - 0xeb, 0x12, 0x8b, 0xee, 0xf8, 0xe6, 0x21, 0x71, 0xf7, 0xfb, 0x47, 0x44, 0xf3, 0x0d, 0xa2, 0xf1, - 0x15, 0xad, 0x76, 0x1a, 0xc2, 0xd7, 0xb5, 0xae, 0x14, 0x85, 0x0a, 0xac, 0xe1, 0x0f, 0x01, 0xb4, - 0x78, 0x53, 0x4f, 0xf7, 0xbc, 0x88, 0xb3, 0xc4, 0x39, 0xa3, 0x0d, 0xb8, 0x93, 0x43, 0x20, 0x89, - 0x15, 0xf3, 0x51, 0x23, 0x9e, 0xee, 0x12, 0x2d, 0xeb, 0x63, 0x39, 0xed, 0xe3, 0x96, 0x14, 0x85, - 0x0a, 0xac, 0xe1, 0xab, 0x60, 0x21, 0x18, 0x8d, 0xcf, 0xb9, 0x58, 0x9c, 0x15, 0x41, 0xb6, 0xb0, - 0x13, 0x77, 0xa1, 0x24, 0x8e, 0x85, 0x66, 0x1f, 0x7a, 0xc4, 0x1d, 0x12, 0xed, 0xcd, 0x40, 0x03, - 0xb0, 0x42, 0x59, 0xe5, 0x85, 0x32, 0x0a, 0x6d, 0x37, 0x87, 0x40, 0x12, 0x2b, 0x16, 0x5a, 0x90, - 0x35, 0xb9, 0xd0, 0x66, 0xd3, 0xa1, 0x1d, 0x48, 0x51, 0xa8, 0xc0, 0x9a, 0xe5, 0x5e, 0xe0, 0xf2, - 0xe6, 0x10, 0xeb, 0x06, 0x3e, 0x34, 0x48, 0x7d, 0x2e, 0x9d, 0x7b, 0x3b, 0xe9, 0x6e, 0x94, 0xc5, - 0xc3, 0x37, 0xc1, 0x95, 0xa0, 0xe9, 0xc0, 0xc2, 0x11, 0x49, 0x8d, 0x93, 0x3c, 0x27, 0x48, 0xae, - 0xec, 0x64, 0x01, 0x28, 0x6f, 0x03, 0x5f, 0x07, 0x4b, 0x7d, 0xdb, 0x30, 0x78, 0x3e, 0x76, 0x6d, - 0xdf, 0xa2, 0xf5, 0x79, 0xce, 0x02, 0xd9, 0x1e, 0xea, 0xa6, 0x7a, 0x50, 0x06, 0x09, 0x1f, 0x02, - 0xd0, 0x0f, 0xcb, 0x81, 0x57, 0x07, 0xc5, 0x85, 0x3e, 0x5f, 0x87, 0xe2, 0x02, 0x1c, 0x35, 0x79, - 0x28, 0xc1, 0xd6, 0x7a, 0x5f, 0x01, 0xeb, 0x05, 0x7b, 0x1c, 0x7e, 0x2f, 0x55, 0xf5, 0x6e, 0x66, - 0xaa, 0xde, 0xb5, 0x02, 0xb3, 0x44, 0xe9, 0xeb, 0x83, 0x45, 0xa6, 0x3b, 0x74, 0x6b, 0x10, 0x40, - 0xc4, 0x09, 0xf6, 0x92, 0xcc, 0x77, 0x94, 0x04, 0xc6, 0xc7, 0xf0, 0x95, 0xf1, 0x49, 0x73, 0x31, - 0xd5, 0x87, 0xd2, 0x9c, 0xad, 0x5f, 0x96, 0x00, 0xd8, 0x22, 0x8e, 0x61, 0x8f, 0x4c, 0x62, 0x5d, - 0x84, 0x6a, 0xd9, 0x4a, 0xa9, 0x96, 0x96, 0x74, 0x21, 0x22, 0x7f, 0x0a, 0x65, 0xcb, 0x76, 0x46, - 0xb6, 0x7c, 0x63, 0x02, 0xcf, 0xe9, 0xba, 0xe5, 0xef, 0x65, 0xb0, 0x12, 0x83, 0x63, 0xe1, 0x72, - 0x2f, 0xb5, 0x84, 0x2f, 0x64, 0x96, 0x70, 0x5d, 0x62, 0xf2, 0xa9, 0x29, 0x97, 0x77, 0xc1, 0x12, - 0xd3, 0x15, 0xc1, 0xaa, 0x71, 0xd5, 0x32, 0x7b, 0x66, 0xd5, 0x12, 0x55, 0x9d, 0xed, 0x14, 0x13, - 0xca, 0x30, 0x17, 0xa8, 0xa4, 0xb9, 0xcf, 0xa3, 0x4a, 0xfa, 0x83, 0x02, 0x96, 0xe2, 0x65, 0xba, - 0x00, 0x99, 0xd4, 0x4d, 0xcb, 0xa4, 0xc6, 0xe9, 0x79, 0x59, 0xa0, 0x93, 0xfe, 0x56, 0x49, 0x7a, - 0xcd, 0x85, 0xd2, 0x06, 0x7b, 0xa1, 0x72, 0x0c, 0xbd, 0x8f, 0x3d, 0x51, 0x56, 0x2f, 0x05, 0x2f, - 0x53, 0x41, 0x1b, 0x8a, 0x7a, 0x53, 0x92, 0xaa, 0xf4, 0xe9, 0x4a, 0xaa, 0xf2, 0x27, 0x23, 0xa9, - 0xee, 0x83, 0x9a, 0x17, 0x8a, 0xa9, 0x0a, 0xa7, 0xbc, 0x31, 0x69, 0x3b, 0x0b, 0x1d, 0x15, 0xb1, - 0x46, 0x0a, 0x2a, 0x62, 0x92, 0x69, 0xa7, 0xea, 0x67, 0xa9, 0x9d, 0x58, 0x7a, 0x3b, 0xd8, 0xf7, - 0x88, 0xc6, 0xb7, 0x52, 0x2d, 0x4e, 0xef, 0x3d, 0xde, 0x8a, 0x44, 0x2f, 0x3c, 0x00, 0xeb, 0x8e, - 0x6b, 0x0f, 0x5c, 0xe2, 0x79, 0x5b, 0x04, 0x6b, 0x86, 0x6e, 0x91, 0x30, 0x80, 0xa0, 0xea, 0x5d, - 0x1b, 0x9f, 0x34, 0xd7, 0xf7, 0xe4, 0x10, 0x54, 0x64, 0xdb, 0xfa, 0x53, 0x05, 0x5c, 0xce, 0x9e, - 0x88, 0x05, 0x42, 0x44, 0x39, 0x97, 0x10, 0x79, 0x39, 0x91, 0xa2, 0x81, 0x4a, 0x4b, 0xbc, 0xf3, - 0xe7, 0xd2, 0x74, 0x13, 0x2c, 0x0b, 0xe1, 0x11, 0x76, 0x0a, 0x29, 0x16, 0x2d, 0xcf, 0x41, 0xba, - 0x1b, 0x65, 0xf1, 0xf0, 0x1e, 0x58, 0x74, 0xb9, 0xb6, 0x0a, 0x09, 0x02, 0x7d, 0xf2, 0x15, 0x41, - 0xb0, 0x88, 0x92, 0x9d, 0x28, 0x8d, 0x65, 0xda, 0x24, 0x96, 0x1c, 0x21, 0x41, 0x25, 0xad, 0x4d, - 0x36, 0xb3, 0x00, 0x94, 0xb7, 0x81, 0x3d, 0xb0, 0xe2, 0x5b, 0x79, 0xaa, 0x20, 0xd7, 0xae, 0x09, - 0xaa, 0x95, 0x83, 0x3c, 0x04, 0xc9, 0xec, 0xe0, 0x8f, 0x53, 0x72, 0x65, 0x96, 0x9f, 0x22, 0x2f, - 0x9c, 0xbe, 0x1d, 0xa6, 0xd6, 0x2b, 0x12, 0x1d, 0x55, 0x9b, 0x56, 0x47, 0xb5, 0xde, 0x53, 0x00, - 0xcc, 0x6f, 0xc1, 0x89, 0x2f, 0xf7, 0x39, 0x8b, 0x44, 0x89, 0xd4, 0xe4, 0x0a, 0xe7, 0xe6, 0x64, - 0x85, 0x13, 0x9f, 0xa0, 0xd3, 0x49, 0x1c, 0x31, 0xbd, 0x17, 0x73, 0x31, 0x33, 0x85, 0xc4, 0x89, - 0xfd, 0x79, 0x36, 0x89, 0x93, 0xe0, 0x39, 0x5d, 0xe2, 0xfc, 0xab, 0x04, 0x56, 0x62, 0xf0, 0xd4, - 0x12, 0x47, 0x62, 0xf2, 0xe5, 0xe5, 0xcc, 0x74, 0xb2, 0x23, 0x9e, 0xba, 0xff, 0x13, 0xd9, 0x11, - 0x3b, 0x54, 0x20, 0x3b, 0x7e, 0x57, 0x4a, 0x7a, 0x7d, 0x46, 0xd9, 0xf1, 0x09, 0x5c, 0x55, 0x7c, - 0xee, 0x94, 0x4b, 0xeb, 0xcf, 0x65, 0x70, 0x39, 0xbb, 0x05, 0x53, 0x75, 0x50, 0x99, 0x58, 0x07, - 0xf7, 0xc0, 0xea, 0x23, 0xdf, 0x30, 0x46, 0x3c, 0x86, 0x44, 0x31, 0x0c, 0x2a, 0xe8, 0x57, 0x85, - 0xe5, 0xea, 0xf7, 0x25, 0x18, 0x24, 0xb5, 0xcc, 0x97, 0xc5, 0xca, 0xb3, 0x96, 0xc5, 0xea, 0x39, - 0xca, 0xa2, 0x5c, 0x59, 0x94, 0xcf, 0xa5, 0x2c, 0xa6, 0xae, 0x89, 0x92, 0xe3, 0x6a, 0xe2, 0x3b, - 0xfc, 0x58, 0x01, 0x6b, 0xf2, 0xd7, 0x67, 0x68, 0x80, 0x25, 0x13, 0x3f, 0x4e, 0x5e, 0x5e, 0x4c, - 0x2a, 0x18, 0x3e, 0xd5, 0x0d, 0x35, 0xf8, 0xba, 0xa3, 0xbe, 0x65, 0xd1, 0x5d, 0x77, 0x9f, 0xba, - 0xba, 0x35, 0x08, 0x0a, 0x6c, 0x2f, 0xc5, 0x85, 0x32, 0xdc, 0xf0, 0x21, 0xa8, 0x99, 0xf8, 0xf1, - 0xbe, 0xef, 0x0e, 0xc2, 0x42, 0x78, 0xf6, 0x71, 0x78, 0xee, 0xf7, 0x04, 0x0b, 0x8a, 0xf8, 0x5a, - 0x1f, 0x29, 0x60, 0xbd, 0xa0, 0x82, 0x7e, 0x81, 0xa2, 0xdc, 0x05, 0xd7, 0x53, 0x41, 0xb2, 0x0d, - 0x49, 0x1e, 0xf9, 0x06, 0xdf, 0x9b, 0x42, 0xaf, 0xdc, 0x04, 0xf3, 0x0e, 0x76, 0xa9, 0x1e, 0x09, - 0xdd, 0x6a, 0x67, 0x71, 0x7c, 0xd2, 0x9c, 0xdf, 0x0b, 0x1b, 0x51, 0xdc, 0xdf, 0xfa, 0x55, 0x09, - 0x2c, 0x24, 0x48, 0x2e, 0x40, 0x3b, 0xbc, 0x91, 0xd2, 0x0e, 0xd2, 0xaf, 0x31, 0xc9, 0xa8, 0x8a, - 0xc4, 0x43, 0x2f, 0x23, 0x1e, 0xbe, 0x39, 0x89, 0xe8, 0x74, 0xf5, 0xf0, 0xef, 0x12, 0x58, 0x4d, - 0xa0, 0x63, 0xf9, 0xf0, 0x9d, 0x94, 0x7c, 0xd8, 0xc8, 0xc8, 0x87, 0xba, 0xcc, 0xe6, 0x4b, 0xfd, - 0x30, 0x59, 0x3f, 0xfc, 0x51, 0x01, 0xcb, 0x89, 0xb9, 0xbb, 0x00, 0x01, 0xb1, 0x95, 0x16, 0x10, - 0xcd, 0x09, 0xf9, 0x52, 0xa0, 0x20, 0x7e, 0x3d, 0x9b, 0xf2, 0xfb, 0x0b, 0x7f, 0x73, 0xf1, 0x73, - 0xb0, 0x3a, 0xb4, 0x0d, 0xdf, 0x24, 0x5d, 0x03, 0xeb, 0x66, 0x08, 0x60, 0x15, 0x97, 0x4d, 0xe2, - 0x8b, 0x52, 0x7a, 0xe2, 0x7a, 0xba, 0x47, 0x89, 0x45, 0x1f, 0xc4, 0x96, 0x71, 0x9d, 0x7f, 0x20, - 0xa1, 0x43, 0xd2, 0x41, 0xe0, 0xab, 0x60, 0x81, 0x55, 0x4a, 0xbd, 0x4f, 0x76, 0xb0, 0x19, 0xe6, - 0x54, 0xf4, 0xed, 0x61, 0x3f, 0xee, 0x42, 0x49, 0x1c, 0x3c, 0x02, 0x2b, 0x8e, 0xad, 0xf5, 0xb0, - 0x85, 0x07, 0x84, 0x9d, 0xff, 0x7b, 0xb6, 0xa1, 0xf7, 0x47, 0xfc, 0x4e, 0x63, 0xbe, 0xf3, 0x5a, - 0xf8, 0xbe, 0xba, 0x97, 0x87, 0xb0, 0xf7, 0x01, 0x49, 0x33, 0xdf, 0xcf, 0x32, 0x4a, 0x68, 0xe6, - 0x3e, 0x95, 0xcd, 0xe5, 0xfe, 0x5f, 0x20, 0x4b, 0xae, 0x73, 0x7e, 0x2c, 0x2b, 0xba, 0xad, 0xa9, - 0x9d, 0xeb, 0xb6, 0x46, 0xa2, 0x67, 0xe7, 0xcf, 0xa6, 0x67, 0x5b, 0xef, 0x55, 0xc1, 0x95, 0xdc, - 0x19, 0xfb, 0x19, 0x5e, 0xb9, 0xe4, 0x84, 0x61, 0xf9, 0x0c, 0xc2, 0x70, 0x13, 0x2c, 0x8b, 0xef, - 0x74, 0x19, 0x5d, 0x19, 0xcd, 0x47, 0x37, 0xdd, 0x8d, 0xb2, 0x78, 0xd9, 0x95, 0x4f, 0xf5, 0x8c, - 0x57, 0x3e, 0x49, 0x2f, 0xc4, 0xdf, 0x4b, 0x82, 0xc4, 0xcd, 0x7b, 0x21, 0xfe, 0x65, 0x92, 0xc5, - 0xc3, 0xef, 0x86, 0x59, 0x19, 0x31, 0xcc, 0x71, 0x86, 0x4c, 0x9a, 0x45, 0x04, 0x19, 0xf4, 0x33, - 0x7d, 0x8b, 0x7a, 0x47, 0xf2, 0x2d, 0x6a, 0x63, 0xc2, 0x6e, 0x98, 0xfe, 0x76, 0x47, 0xaa, 0xdd, - 0x17, 0xce, 0xae, 0xdd, 0x5b, 0x7f, 0x55, 0xc0, 0x73, 0x85, 0xfb, 0x11, 0x6e, 0xa6, 0x6a, 0xfe, - 0xad, 0x4c, 0xcd, 0x7f, 0xbe, 0xd0, 0x30, 0x51, 0xf8, 0x4d, 0xf9, 0xc5, 0xcf, 0xdd, 0x89, 0x17, - 0x3f, 0x12, 0x45, 0x37, 0xf9, 0x06, 0xa8, 0xb3, 0xf1, 0xe4, 0x69, 0x63, 0xe6, 0x83, 0xa7, 0x8d, - 0x99, 0x0f, 0x9f, 0x36, 0x66, 0x7e, 0x31, 0x6e, 0x28, 0x4f, 0xc6, 0x0d, 0xe5, 0x83, 0x71, 0x43, - 0xf9, 0x70, 0xdc, 0x50, 0xfe, 0x31, 0x6e, 0x28, 0xbf, 0xfd, 0xa8, 0x31, 0xf3, 0xb0, 0x34, 0xbc, - 0xfd, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0x8a, 0x69, 0x8a, 0x39, 0xfa, 0x26, 0x00, 0x00, + // 2149 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0xcb, 0x6f, 0x1b, 0xc7, + 0x19, 0xd7, 0xf2, 0x21, 0x51, 0x23, 0x4b, 0xb2, 0x47, 0xaa, 0xc4, 0xd8, 0x0d, 0xe9, 0xb2, 0xae, + 0xa3, 0xc4, 0x31, 0x59, 0x3b, 0x4e, 0x50, 0xc4, 0x45, 0x02, 0x91, 0x4a, 0xd3, 0x34, 0x7a, 0x75, + 0x64, 0x39, 0x80, 0x9b, 0x16, 0x1d, 0x2d, 0xc7, 0xd4, 0x46, 0xfb, 0xc2, 0xee, 0x2c, 0x63, 0xa2, + 0x97, 0xa2, 0x40, 0x6f, 0x3d, 0xf4, 0x3f, 0x29, 0x8a, 0xa2, 0xb9, 0x15, 0x41, 0xd0, 0x8b, 0x2f, + 0x45, 0x83, 0x5e, 0x9a, 0x13, 0x51, 0x33, 0xa7, 0xa2, 0xe8, 0xad, 0xbd, 0xf8, 0xd2, 0x62, 0x66, + 0x67, 0xdf, 0xb3, 0x22, 0x25, 0x27, 0xca, 0x03, 0xbe, 0x89, 0x33, 0xbf, 0xef, 0x37, 0xdf, 0xcc, + 0x7c, 0xdf, 0x7c, 0xbf, 0x99, 0x15, 0xb8, 0x7d, 0xf4, 0x3d, 0xb7, 0xa9, 0x59, 0xad, 0x23, 0xef, + 0x80, 0x38, 0x26, 0xa1, 0xc4, 0x6d, 0xf5, 0x89, 0xd9, 0xb5, 0x9c, 0x96, 0xe8, 0xc0, 0xb6, 0xd6, + 0xc2, 0xb6, 0xed, 0xb6, 0xfa, 0x37, 0x5a, 0x3d, 0x62, 0x12, 0x07, 0x53, 0xd2, 0x6d, 0xda, 0x8e, + 0x45, 0x2d, 0x08, 0x7d, 0x4c, 0x13, 0xdb, 0x5a, 0x93, 0x61, 0x9a, 0xfd, 0x1b, 0x17, 0xaf, 0xf7, + 0x34, 0x7a, 0xe8, 0x1d, 0x34, 0x55, 0xcb, 0x68, 0xf5, 0xac, 0x9e, 0xd5, 0xe2, 0xd0, 0x03, 0xef, + 0x3e, 0xff, 0xc5, 0x7f, 0xf0, 0xbf, 0x7c, 0x8a, 0x8b, 0x8d, 0xd8, 0x30, 0xaa, 0xe5, 0x10, 0xc9, + 0x30, 0x17, 0x6f, 0x45, 0x18, 0x03, 0xab, 0x87, 0x9a, 0x49, 0x9c, 0x41, 0xcb, 0x3e, 0xea, 0xb1, + 0x06, 0xb7, 0x65, 0x10, 0x8a, 0x65, 0x56, 0xad, 0x3c, 0x2b, 0xc7, 0x33, 0xa9, 0x66, 0x90, 0x8c, + 0xc1, 0x2b, 0xe3, 0x0c, 0x5c, 0xf5, 0x90, 0x18, 0x38, 0x63, 0xf7, 0x52, 0x9e, 0x9d, 0x47, 0x35, + 0xbd, 0xa5, 0x99, 0xd4, 0xa5, 0x4e, 0xda, 0xa8, 0xf1, 0x5f, 0x05, 0xc0, 0x8e, 0x65, 0x52, 0xc7, + 0xd2, 0x75, 0xe2, 0x20, 0xd2, 0xd7, 0x5c, 0xcd, 0x32, 0xe1, 0xcf, 0x41, 0x85, 0xcd, 0xa7, 0x8b, + 0x29, 0xae, 0x2a, 0x97, 0x95, 0xb5, 0xb9, 0x9b, 0xdf, 0x6d, 0x46, 0x8b, 0x1c, 0xd2, 0x37, 0xed, + 0xa3, 0x1e, 0x6b, 0x70, 0x9b, 0x0c, 0xdd, 0xec, 0xdf, 0x68, 0xee, 0x1c, 0xbc, 0x47, 0x54, 0xba, + 0x45, 0x28, 0x6e, 0xc3, 0x87, 0xc3, 0xfa, 0xd4, 0x68, 0x58, 0x07, 0x51, 0x1b, 0x0a, 0x59, 0xe1, + 0x0e, 0x28, 0x71, 0xf6, 0x02, 0x67, 0xbf, 0x9e, 0xcb, 0x2e, 0x26, 0xdd, 0x44, 0xf8, 0xfd, 0x37, + 0x1e, 0x50, 0x62, 0x32, 0xf7, 0xda, 0xe7, 0x04, 0x75, 0x69, 0x03, 0x53, 0x8c, 0x38, 0x11, 0x7c, + 0x11, 0x54, 0x1c, 0xe1, 0x7e, 0xb5, 0x78, 0x59, 0x59, 0x2b, 0xb6, 0xcf, 0x0b, 0x54, 0x25, 0x98, + 0x16, 0x0a, 0x11, 0x8d, 0x3f, 0x2b, 0x60, 0x25, 0x3b, 0xef, 0x4d, 0xcd, 0xa5, 0xf0, 0xdd, 0xcc, + 0xdc, 0x9b, 0x93, 0xcd, 0x9d, 0x59, 0xf3, 0x99, 0x87, 0x03, 0x07, 0x2d, 0xb1, 0x79, 0xbf, 0x0d, + 0xca, 0x1a, 0x25, 0x86, 0x5b, 0x2d, 0x5c, 0x2e, 0xae, 0xcd, 0xdd, 0xbc, 0xda, 0xcc, 0xc6, 0x6e, + 0x33, 0xeb, 0x58, 0x7b, 0x5e, 0x50, 0x96, 0xdf, 0x62, 0xc6, 0xc8, 0xe7, 0x68, 0xfc, 0x4f, 0x01, + 0xb3, 0x1b, 0x98, 0x18, 0x96, 0xb9, 0x47, 0xe8, 0x19, 0x6c, 0x5a, 0x07, 0x94, 0x5c, 0x9b, 0xa8, + 0x62, 0xd3, 0xbe, 0x25, 0xf3, 0x3d, 0x74, 0x67, 0xcf, 0x26, 0x6a, 0xb4, 0x51, 0xec, 0x17, 0xe2, + 0xc6, 0xf0, 0x6d, 0x30, 0xed, 0x52, 0x4c, 0x3d, 0x97, 0x6f, 0xd3, 0xdc, 0xcd, 0x6f, 0x1f, 0x4f, + 0xc3, 0xa1, 0xed, 0x05, 0x41, 0x34, 0xed, 0xff, 0x46, 0x82, 0xa2, 0xf1, 0xcf, 0x02, 0x80, 0x21, + 0xb6, 0x63, 0x99, 0x5d, 0x8d, 0xb2, 0xf8, 0x7d, 0x15, 0x94, 0xe8, 0xc0, 0x26, 0x7c, 0x19, 0x66, + 0xdb, 0x57, 0x03, 0x2f, 0xee, 0x0c, 0x6c, 0xf2, 0x78, 0x58, 0x5f, 0xc9, 0x5a, 0xb0, 0x1e, 0xc4, + 0x6d, 0xe0, 0x66, 0xe8, 0x5f, 0x81, 0x5b, 0xdf, 0x4a, 0x0e, 0xfd, 0x78, 0x58, 0x97, 0x1c, 0x16, + 0xcd, 0x90, 0x29, 0xe9, 0x20, 0xec, 0x03, 0xa8, 0x63, 0x97, 0xde, 0x71, 0xb0, 0xe9, 0xfa, 0x23, + 0x69, 0x06, 0x11, 0x33, 0x7f, 0x61, 0xb2, 0xed, 0x61, 0x16, 0xed, 0x8b, 0xc2, 0x0b, 0xb8, 0x99, + 0x61, 0x43, 0x92, 0x11, 0xe0, 0x55, 0x30, 0xed, 0x10, 0xec, 0x5a, 0x66, 0xb5, 0xc4, 0x67, 0x11, + 0x2e, 0x20, 0xe2, 0xad, 0x48, 0xf4, 0xc2, 0xe7, 0xc1, 0x8c, 0x41, 0x5c, 0x17, 0xf7, 0x48, 0xb5, + 0xcc, 0x81, 0x8b, 0x02, 0x38, 0xb3, 0xe5, 0x37, 0xa3, 0xa0, 0xbf, 0xf1, 0x7b, 0x05, 0xcc, 0x87, + 0x2b, 0x77, 0x06, 0xa9, 0xd2, 0x4e, 0xa6, 0xca, 0xb3, 0xc7, 0xc6, 0x49, 0x4e, 0x86, 0x7c, 0x58, + 0x8c, 0xf9, 0xcc, 0x82, 0x10, 0xfe, 0x14, 0x54, 0x5c, 0xa2, 0x13, 0x95, 0x5a, 0x8e, 0xf0, 0xf9, + 0xa5, 0x09, 0x7d, 0xc6, 0x07, 0x44, 0xdf, 0x13, 0xa6, 0xed, 0x73, 0xcc, 0xe9, 0xe0, 0x17, 0x0a, + 0x29, 0xe1, 0x8f, 0x41, 0x85, 0x12, 0xc3, 0xd6, 0x31, 0x25, 0x22, 0x4d, 0x12, 0xf1, 0xcd, 0xc2, + 0x85, 0x91, 0xed, 0x5a, 0xdd, 0x3b, 0x02, 0xc6, 0x13, 0x25, 0x5c, 0x87, 0xa0, 0x15, 0x85, 0x34, + 0xf0, 0x08, 0x2c, 0x78, 0x76, 0x97, 0x21, 0x29, 0x3b, 0xba, 0x7b, 0x03, 0x11, 0x3e, 0xd7, 0x8e, + 0x5d, 0x90, 0xfd, 0x84, 0x49, 0x7b, 0x45, 0x0c, 0xb0, 0x90, 0x6c, 0x47, 0x29, 0x6a, 0xb8, 0x0e, + 0x16, 0x0d, 0xcd, 0x44, 0x04, 0x77, 0x07, 0x7b, 0x44, 0xb5, 0xcc, 0xae, 0xcb, 0x03, 0xa8, 0xdc, + 0x5e, 0x15, 0x04, 0x8b, 0x5b, 0xc9, 0x6e, 0x94, 0xc6, 0xc3, 0x4d, 0xb0, 0x1c, 0x9c, 0xb3, 0x3f, + 0xd4, 0x5c, 0x6a, 0x39, 0x83, 0x4d, 0xcd, 0xd0, 0x68, 0x75, 0x9a, 0xf3, 0x54, 0x47, 0xc3, 0xfa, + 0x32, 0x92, 0xf4, 0x23, 0xa9, 0x55, 0xe3, 0x37, 0xd3, 0x60, 0x31, 0x75, 0x1a, 0xc0, 0xbb, 0x60, + 0x45, 0xf5, 0x1c, 0x87, 0x98, 0x74, 0xdb, 0x33, 0x0e, 0x88, 0xb3, 0xa7, 0x1e, 0x92, 0xae, 0xa7, + 0x93, 0x2e, 0xdf, 0xd1, 0x72, 0xbb, 0x26, 0x7c, 0x5d, 0xe9, 0x48, 0x51, 0x28, 0xc7, 0x1a, 0xfe, + 0x08, 0x40, 0x93, 0x37, 0x6d, 0x69, 0xae, 0x1b, 0x72, 0x16, 0x38, 0x67, 0x98, 0x80, 0xdb, 0x19, + 0x04, 0x92, 0x58, 0x31, 0x1f, 0xbb, 0xc4, 0xd5, 0x1c, 0xd2, 0x4d, 0xfb, 0x58, 0x4c, 0xfa, 0xb8, + 0x21, 0x45, 0xa1, 0x1c, 0x6b, 0xf8, 0x32, 0x98, 0xf3, 0x47, 0xe3, 0x6b, 0x2e, 0x36, 0x67, 0x49, + 0x90, 0xcd, 0x6d, 0x47, 0x5d, 0x28, 0x8e, 0x63, 0x53, 0xb3, 0x0e, 0x5c, 0xe2, 0xf4, 0x49, 0xf7, + 0x4d, 0x5f, 0x03, 0xb0, 0x42, 0x59, 0xe6, 0x85, 0x32, 0x9c, 0xda, 0x4e, 0x06, 0x81, 0x24, 0x56, + 0x6c, 0x6a, 0x7e, 0xd4, 0x64, 0xa6, 0x36, 0x9d, 0x9c, 0xda, 0xbe, 0x14, 0x85, 0x72, 0xac, 0x59, + 0xec, 0xf9, 0x2e, 0xaf, 0xf7, 0xb1, 0xa6, 0xe3, 0x03, 0x9d, 0x54, 0x67, 0x92, 0xb1, 0xb7, 0x9d, + 0xec, 0x46, 0x69, 0x3c, 0x7c, 0x13, 0x5c, 0xf0, 0x9b, 0xf6, 0x4d, 0x1c, 0x92, 0x54, 0x38, 0xc9, + 0x33, 0x82, 0xe4, 0xc2, 0x76, 0x1a, 0x80, 0xb2, 0x36, 0xf0, 0x55, 0xb0, 0xa0, 0x5a, 0xba, 0xce, + 0xe3, 0xb1, 0x63, 0x79, 0x26, 0xad, 0xce, 0x72, 0x16, 0xc8, 0x72, 0xa8, 0x93, 0xe8, 0x41, 0x29, + 0x24, 0xbc, 0x07, 0x80, 0x1a, 0x94, 0x03, 0xb7, 0x0a, 0xf2, 0x0b, 0x7d, 0xb6, 0x0e, 0x45, 0x05, + 0x38, 0x6c, 0x72, 0x51, 0x8c, 0xad, 0xf1, 0xa1, 0x02, 0x56, 0x73, 0x72, 0x1c, 0xbe, 0x9e, 0xa8, + 0x7a, 0xd7, 0x52, 0x55, 0xef, 0x52, 0x8e, 0x59, 0xac, 0xf4, 0xa9, 0x60, 0x9e, 0xe9, 0x0e, 0xcd, + 0xec, 0xf9, 0x10, 0x71, 0x82, 0xbd, 0x20, 0xf3, 0x1d, 0xc5, 0x81, 0xd1, 0x31, 0x7c, 0x61, 0x34, + 0xac, 0xcf, 0x27, 0xfa, 0x50, 0x92, 0xb3, 0xf1, 0xab, 0x02, 0x00, 0x1b, 0xc4, 0xd6, 0xad, 0x81, + 0x41, 0xcc, 0xb3, 0x50, 0x2d, 0x1b, 0x09, 0xd5, 0xd2, 0x90, 0x6e, 0x44, 0xe8, 0x4f, 0xae, 0x6c, + 0xd9, 0x4c, 0xc9, 0x96, 0x2b, 0x63, 0x78, 0x8e, 0xd7, 0x2d, 0x7f, 0x2f, 0x82, 0xa5, 0x08, 0x1c, + 0x09, 0x97, 0xdb, 0x89, 0x2d, 0x7c, 0x2e, 0xb5, 0x85, 0xab, 0x12, 0x93, 0xcf, 0x4d, 0xb9, 0xbc, + 0x07, 0x16, 0x98, 0xae, 0xf0, 0x77, 0x8d, 0xab, 0x96, 0xe9, 0x13, 0xab, 0x96, 0xb0, 0xea, 0x6c, + 0x26, 0x98, 0x50, 0x8a, 0x39, 0x47, 0x25, 0xcd, 0x7c, 0x15, 0x55, 0xd2, 0x1f, 0x14, 0xb0, 0x10, + 0x6d, 0xd3, 0x19, 0xc8, 0xa4, 0x4e, 0x52, 0x26, 0xd5, 0x8e, 0x8f, 0xcb, 0x1c, 0x9d, 0xf4, 0xb7, + 0x52, 0xdc, 0x6b, 0x2e, 0x94, 0xd6, 0xd8, 0x85, 0xca, 0xd6, 0x35, 0x15, 0xbb, 0xa2, 0xac, 0x9e, + 0xf3, 0x2f, 0x53, 0x7e, 0x1b, 0x0a, 0x7b, 0x13, 0x92, 0xaa, 0xf0, 0xf9, 0x4a, 0xaa, 0xe2, 0x67, + 0x23, 0xa9, 0xee, 0x80, 0x8a, 0x1b, 0x88, 0xa9, 0x12, 0xa7, 0xbc, 0x3a, 0x2e, 0x9d, 0x85, 0x8e, + 0x0a, 0x59, 0x43, 0x05, 0x15, 0x32, 0xc9, 0xb4, 0x53, 0xf9, 0x8b, 0xd4, 0x4e, 0x2c, 0xbc, 0x6d, + 0xec, 0xb9, 0xa4, 0xcb, 0x53, 0xa9, 0x12, 0x85, 0xf7, 0x2e, 0x6f, 0x45, 0xa2, 0x17, 0xee, 0x83, + 0x55, 0xdb, 0xb1, 0x7a, 0x0e, 0x71, 0xdd, 0x0d, 0x82, 0xbb, 0xba, 0x66, 0x92, 0x60, 0x02, 0x7e, + 0xd5, 0xbb, 0x34, 0x1a, 0xd6, 0x57, 0x77, 0xe5, 0x10, 0x94, 0x67, 0xdb, 0xf8, 0x53, 0x09, 0x9c, + 0x4f, 0x9f, 0x88, 0x39, 0x42, 0x44, 0x39, 0x95, 0x10, 0x79, 0x31, 0x16, 0xa2, 0xbe, 0x4a, 0x8b, + 0xdd, 0xf9, 0x33, 0x61, 0xba, 0x0e, 0x16, 0x85, 0xf0, 0x08, 0x3a, 0x85, 0x14, 0x0b, 0xb7, 0x67, + 0x3f, 0xd9, 0x8d, 0xd2, 0x78, 0x78, 0x1b, 0xcc, 0x3b, 0x5c, 0x5b, 0x05, 0x04, 0xbe, 0x3e, 0xf9, + 0x86, 0x20, 0x98, 0x47, 0xf1, 0x4e, 0x94, 0xc4, 0x32, 0x6d, 0x12, 0x49, 0x8e, 0x80, 0xa0, 0x94, + 0xd4, 0x26, 0xeb, 0x69, 0x00, 0xca, 0xda, 0xc0, 0x2d, 0xb0, 0xe4, 0x99, 0x59, 0x2a, 0x3f, 0xd6, + 0x2e, 0x09, 0xaa, 0xa5, 0xfd, 0x2c, 0x04, 0xc9, 0xec, 0xe0, 0x4f, 0x12, 0x72, 0x65, 0x9a, 0x9f, + 0x22, 0xcf, 0x1d, 0x9f, 0x0e, 0x13, 0xeb, 0x15, 0x89, 0x8e, 0xaa, 0x4c, 0xaa, 0xa3, 0x1a, 0x1f, + 0x28, 0x00, 0x66, 0x53, 0x70, 0xec, 0xe5, 0x3e, 0x63, 0x11, 0x2b, 0x91, 0x5d, 0xb9, 0xc2, 0xb9, + 0x36, 0x5e, 0xe1, 0x44, 0x27, 0xe8, 0x64, 0x12, 0x47, 0x2c, 0xef, 0xd9, 0x3c, 0xcc, 0x4c, 0x20, + 0x71, 0x22, 0x7f, 0x9e, 0x4c, 0xe2, 0xc4, 0x78, 0x8e, 0x97, 0x38, 0xff, 0x2a, 0x80, 0xa5, 0x08, + 0x3c, 0xb1, 0xc4, 0x91, 0x98, 0x3c, 0x7d, 0x9c, 0x99, 0x4c, 0x76, 0x44, 0x4b, 0xf7, 0x25, 0x91, + 0x1d, 0x91, 0x43, 0x39, 0xb2, 0xe3, 0x77, 0x85, 0xb8, 0xd7, 0x27, 0x94, 0x1d, 0x9f, 0xc1, 0x53, + 0xc5, 0x57, 0x4e, 0xb9, 0x34, 0x3e, 0x2a, 0x82, 0xf3, 0xe9, 0x14, 0x4c, 0xd4, 0x41, 0x65, 0x6c, + 0x1d, 0xdc, 0x05, 0xcb, 0xf7, 0x3d, 0x5d, 0x1f, 0xf0, 0x39, 0xc4, 0x8a, 0xa1, 0x5f, 0x41, 0xbf, + 0x29, 0x2c, 0x97, 0x7f, 0x20, 0xc1, 0x20, 0xa9, 0x65, 0xb6, 0x2c, 0x96, 0x9e, 0xb4, 0x2c, 0x96, + 0x4f, 0x51, 0x16, 0xe5, 0xca, 0xa2, 0x78, 0x2a, 0x65, 0x31, 0x71, 0x4d, 0x94, 0x1c, 0x57, 0x63, + 0xef, 0xf0, 0x23, 0x05, 0xac, 0xc8, 0xaf, 0xcf, 0x50, 0x07, 0x0b, 0x06, 0x7e, 0x10, 0x7f, 0xbc, + 0x18, 0x57, 0x30, 0x3c, 0xaa, 0xe9, 0x4d, 0xff, 0xeb, 0x4e, 0xf3, 0x2d, 0x93, 0xee, 0x38, 0x7b, + 0xd4, 0xd1, 0xcc, 0x9e, 0x5f, 0x60, 0xb7, 0x12, 0x5c, 0x28, 0xc5, 0x0d, 0xef, 0x81, 0x8a, 0x81, + 0x1f, 0xec, 0x79, 0x4e, 0x2f, 0x28, 0x84, 0x27, 0x1f, 0x87, 0xc7, 0xfe, 0x96, 0x60, 0x41, 0x21, + 0x5f, 0xe3, 0x53, 0x05, 0xac, 0xe6, 0x54, 0xd0, 0xaf, 0xd1, 0x2c, 0x77, 0xc0, 0xe5, 0xc4, 0x24, + 0x59, 0x42, 0x92, 0xfb, 0x9e, 0xce, 0x73, 0x53, 0xe8, 0x95, 0x6b, 0x60, 0xd6, 0xc6, 0x0e, 0xd5, + 0x42, 0xa1, 0x5b, 0x6e, 0xcf, 0x8f, 0x86, 0xf5, 0xd9, 0xdd, 0xa0, 0x11, 0x45, 0xfd, 0x8d, 0x5f, + 0x17, 0xc0, 0x5c, 0x8c, 0xe4, 0x0c, 0xb4, 0xc3, 0x1b, 0x09, 0xed, 0x20, 0xfd, 0x1a, 0x13, 0x9f, + 0x55, 0x9e, 0x78, 0xd8, 0x4a, 0x89, 0x87, 0xef, 0x8c, 0x23, 0x3a, 0x5e, 0x3d, 0xfc, 0xbb, 0x00, + 0x96, 0x63, 0xe8, 0x48, 0x3e, 0x7c, 0x3f, 0x21, 0x1f, 0xd6, 0x52, 0xf2, 0xa1, 0x2a, 0xb3, 0x79, + 0xaa, 0x1f, 0xc6, 0xeb, 0x87, 0x3f, 0x2a, 0x60, 0x31, 0xb6, 0x76, 0x67, 0x20, 0x20, 0x36, 0x92, + 0x02, 0xa2, 0x3e, 0x26, 0x5e, 0x72, 0x14, 0xc4, 0x7f, 0x14, 0xd0, 0x8a, 0xa1, 0x76, 0x89, 0xe3, + 0x6a, 0x2e, 0x25, 0x26, 0xbd, 0x6b, 0xe9, 0x9e, 0x41, 0x3a, 0x3a, 0xd6, 0x0c, 0x44, 0x58, 0x83, + 0x66, 0x99, 0xbb, 0x96, 0xae, 0xa9, 0x03, 0x88, 0xc1, 0xdc, 0xfb, 0x87, 0xc4, 0xdc, 0x20, 0x3a, + 0xa1, 0xe2, 0x9b, 0xc1, 0x6c, 0xfb, 0xf5, 0xe0, 0x09, 0xfd, 0x9d, 0xa8, 0xeb, 0xf1, 0xb0, 0xbe, + 0x36, 0x09, 0x23, 0x0f, 0xb0, 0x38, 0x27, 0xfc, 0x19, 0x00, 0xec, 0xe7, 0x9e, 0x8a, 0x83, 0x2f, + 0x08, 0xb3, 0xed, 0xd7, 0x82, 0x34, 0x7c, 0x27, 0xec, 0x39, 0xd1, 0x00, 0x31, 0xc6, 0xc6, 0x5f, + 0x67, 0x12, 0xdb, 0xf5, 0xb5, 0x7f, 0xb0, 0xf9, 0x05, 0x58, 0xee, 0x47, 0xab, 0x13, 0x00, 0x98, + 0xd0, 0x60, 0xb1, 0xf3, 0xbc, 0x94, 0x5e, 0xb6, 0xae, 0x91, 0xbc, 0xb9, 0x2b, 0xa1, 0x43, 0xd2, + 0x41, 0xe0, 0xcb, 0x60, 0x8e, 0x09, 0x04, 0x4d, 0x25, 0xdb, 0xd8, 0x08, 0x52, 0x29, 0xfc, 0xe4, + 0xb2, 0x17, 0x75, 0xa1, 0x38, 0x0e, 0x1e, 0x82, 0x25, 0xdb, 0xea, 0x6e, 0x61, 0x13, 0xf7, 0x08, + 0x2b, 0x7b, 0xfe, 0x56, 0xf2, 0xa7, 0x9c, 0xd9, 0xf6, 0x2b, 0xc1, 0x35, 0x7d, 0x37, 0x0b, 0x61, + 0xd7, 0x20, 0x49, 0x33, 0x0f, 0x02, 0x19, 0x25, 0x34, 0x32, 0x5f, 0x08, 0x67, 0x32, 0xff, 0x56, + 0x21, 0xcb, 0xa9, 0x53, 0x7e, 0x23, 0xcc, 0x7b, 0xa4, 0xaa, 0x9c, 0xea, 0x91, 0x4a, 0x22, 0xe3, + 0x67, 0x4f, 0x28, 0xe3, 0x3f, 0x52, 0xc0, 0x15, 0x7b, 0x82, 0x34, 0xaa, 0x02, 0xbe, 0x2c, 0x9d, + 0x31, 0xcb, 0x32, 0x49, 0x46, 0xb6, 0xd7, 0x46, 0xc3, 0xfa, 0x95, 0x49, 0x90, 0x68, 0x22, 0xd7, + 0x1a, 0x1f, 0x94, 0xc1, 0x85, 0x4c, 0x79, 0xfc, 0x02, 0x5f, 0xcb, 0x32, 0x9a, 0xbe, 0x78, 0x02, + 0x4d, 0xbf, 0x0e, 0x16, 0xc5, 0x27, 0xd6, 0xd4, 0x95, 0x20, 0xdc, 0xd3, 0x4e, 0xb2, 0x1b, 0xa5, + 0xf1, 0xb2, 0xd7, 0xba, 0xf2, 0x09, 0x5f, 0xeb, 0xe2, 0x5e, 0x88, 0xff, 0x0c, 0xf2, 0x93, 0x2f, + 0xeb, 0x85, 0xf8, 0x07, 0xa1, 0x34, 0x1e, 0xbe, 0x16, 0x64, 0x56, 0xc8, 0x30, 0xc3, 0x19, 0x52, + 0xa9, 0x12, 0x12, 0xa4, 0xd0, 0x4f, 0xf4, 0x19, 0xf1, 0x5d, 0xc9, 0x67, 0xc4, 0xb5, 0x31, 0xa1, + 0x3b, 0xf9, 0xc3, 0x9c, 0xf4, 0xda, 0x35, 0x77, 0xf2, 0x6b, 0x57, 0xe3, 0x2f, 0x0a, 0x78, 0x26, + 0xf7, 0x4c, 0x81, 0xeb, 0x09, 0xb9, 0x76, 0x3d, 0x25, 0xd7, 0x9e, 0xcd, 0x35, 0x8c, 0x69, 0x36, + 0x43, 0xfe, 0x66, 0x77, 0x6b, 0xec, 0x9b, 0x9d, 0x44, 0x8c, 0x8f, 0x7f, 0xbc, 0x6b, 0xaf, 0x3d, + 0x7c, 0x54, 0x9b, 0xfa, 0xf8, 0x51, 0x6d, 0xea, 0x93, 0x47, 0xb5, 0xa9, 0x5f, 0x8e, 0x6a, 0xca, + 0xc3, 0x51, 0x4d, 0xf9, 0x78, 0x54, 0x53, 0x3e, 0x19, 0xd5, 0x94, 0x7f, 0x8c, 0x6a, 0xca, 0x6f, + 0x3f, 0xad, 0x4d, 0xdd, 0x2b, 0xf4, 0x6f, 0xfc, 0x3f, 0x00, 0x00, 0xff, 0xff, 0xc5, 0x7f, 0x6b, + 0xc0, 0xb5, 0x28, 0x00, 0x00, } func (m *ControllerRevision) Marshal() (dAtA []byte, err error) { @@ -2291,6 +2329,39 @@ func (m *StatefulSetList) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) 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 *StatefulSetPersistentVolumeClaimRetentionPolicy) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + i -= len(m.WhenScaled) + copy(dAtA[i:], m.WhenScaled) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.WhenScaled))) + i-- + dAtA[i] = 0x12 + i -= len(m.WhenDeleted) + copy(dAtA[i:], m.WhenDeleted) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.WhenDeleted))) + i-- + dAtA[i] = 0xa + return len(dAtA) - i, nil +} + func (m *StatefulSetSpec) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -2311,6 +2382,18 @@ func (m *StatefulSetSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.PersistentVolumeClaimRetentionPolicy != nil { + { + size, err := m.PersistentVolumeClaimRetentionPolicy.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x52 + } i = encodeVarintGenerated(dAtA, i, uint64(m.MinReadySeconds)) i-- dAtA[i] = 0x48 @@ -2955,6 +3038,19 @@ func (m *StatefulSetList) Size() (n int) { return n } +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.WhenDeleted) + n += 1 + l + sovGenerated(uint64(l)) + l = len(m.WhenScaled) + n += 1 + l + sovGenerated(uint64(l)) + return n +} + func (m *StatefulSetSpec) Size() (n int) { if m == nil { return 0 @@ -2986,6 +3082,10 @@ func (m *StatefulSetSpec) Size() (n int) { n += 1 + sovGenerated(uint64(*m.RevisionHistoryLimit)) } n += 1 + sovGenerated(uint64(m.MinReadySeconds)) + if m.PersistentVolumeClaimRetentionPolicy != nil { + l = m.PersistentVolumeClaimRetentionPolicy.Size() + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -3399,6 +3499,17 @@ func (this *StatefulSetList) String() string { }, "") return s } +func (this *StatefulSetPersistentVolumeClaimRetentionPolicy) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&StatefulSetPersistentVolumeClaimRetentionPolicy{`, + `WhenDeleted:` + fmt.Sprintf("%v", this.WhenDeleted) + `,`, + `WhenScaled:` + fmt.Sprintf("%v", this.WhenScaled) + `,`, + `}`, + }, "") + return s +} func (this *StatefulSetSpec) String() string { if this == nil { return "nil" @@ -3418,6 +3529,7 @@ func (this *StatefulSetSpec) String() string { `UpdateStrategy:` + strings.Replace(strings.Replace(this.UpdateStrategy.String(), "StatefulSetUpdateStrategy", "StatefulSetUpdateStrategy", 1), `&`, ``, 1) + `,`, `RevisionHistoryLimit:` + valueToStringGenerated(this.RevisionHistoryLimit) + `,`, `MinReadySeconds:` + fmt.Sprintf("%v", this.MinReadySeconds) + `,`, + `PersistentVolumeClaimRetentionPolicy:` + strings.Replace(this.PersistentVolumeClaimRetentionPolicy.String(), "StatefulSetPersistentVolumeClaimRetentionPolicy", "StatefulSetPersistentVolumeClaimRetentionPolicy", 1) + `,`, `}`, }, "") return s @@ -7461,6 +7573,120 @@ func (m *StatefulSetList) Unmarshal(dAtA []byte) error { } return nil } +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) 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 ErrIntOverflowGenerated + } + 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: StatefulSetPersistentVolumeClaimRetentionPolicy: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: StatefulSetPersistentVolumeClaimRetentionPolicy: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field WhenDeleted", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + 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 ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.WhenDeleted = PersistentVolumeClaimRetentionPolicyType(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field WhenScaled", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + 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 ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.WhenScaled = PersistentVolumeClaimRetentionPolicyType(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *StatefulSetSpec) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -7749,6 +7975,42 @@ func (m *StatefulSetSpec) Unmarshal(dAtA []byte) error { break } } + case 10: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PersistentVolumeClaimRetentionPolicy", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.PersistentVolumeClaimRetentionPolicy == nil { + m.PersistentVolumeClaimRetentionPolicy = &StatefulSetPersistentVolumeClaimRetentionPolicy{} + } + if err := m.PersistentVolumeClaimRetentionPolicy.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) diff --git a/vendor/k8s.io/api/apps/v1/generated.proto b/vendor/k8s.io/api/apps/v1/generated.proto index 6e593a379..6e5517d81 100644 --- a/vendor/k8s.io/api/apps/v1/generated.proto +++ b/vendor/k8s.io/api/apps/v1/generated.proto @@ -165,8 +165,8 @@ message DaemonSetStatus { // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ optional int32 desiredNumberScheduled = 3; - // The number of nodes that should be running the daemon pod and have one - // or more of the daemon pod running and ready. + // numberReady is the number of nodes that should be running the daemon pod and have one + // or more of the daemon pod running with a Ready Condition. optional int32 numberReady = 4; // The most recent generation observed by the daemon set controller. @@ -322,7 +322,7 @@ message DeploymentStatus { // +optional optional int32 updatedReplicas = 3; - // Total number of ready pods targeted by this deployment. + // readyReplicas is the number of pods targeted by this Deployment with a Ready Condition. // +optional optional int32 readyReplicas = 7; @@ -457,7 +457,7 @@ message ReplicaSetStatus { // +optional optional int32 fullyLabeledReplicas = 2; - // The number of ready replicas for this replica set. + // readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition. // +optional optional int32 readyReplicas = 4; @@ -611,6 +611,23 @@ message StatefulSetList { repeated StatefulSet items = 2; } +// StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs +// created from the StatefulSet VolumeClaimTemplates. +message StatefulSetPersistentVolumeClaimRetentionPolicy { + // WhenDeleted specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is deleted. The default policy + // of `Retain` causes PVCs to not be affected by StatefulSet deletion. The + // `Delete` policy causes those PVCs to be deleted. + optional string whenDeleted = 1; + + // WhenScaled specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is scaled down. The default + // policy of `Retain` causes PVCs to not be affected by a scaledown. The + // `Delete` policy causes the associated PVCs for any excess pods above + // the replica count to be deleted. + optional string whenScaled = 2; +} + // A StatefulSetSpec is the specification of a StatefulSet. message StatefulSetSpec { // replicas is the desired number of replicas of the given Template. @@ -677,6 +694,15 @@ message StatefulSetSpec { // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. // +optional optional int32 minReadySeconds = 9; + + // persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent + // volume claims created from volumeClaimTemplates. By default, all persistent + // volume claims are created as needed and retained until manually deleted. This + // policy allows the lifecycle to be altered, for example by deleting persistent + // volume claims when their stateful set is deleted, or when their pod is scaled + // down. This requires the StatefulSetAutoDeletePVC feature gate to be enabled, + // which is alpha. +optional + optional StatefulSetPersistentVolumeClaimRetentionPolicy persistentVolumeClaimRetentionPolicy = 10; } // StatefulSetStatus represents the current state of a StatefulSet. @@ -689,7 +715,7 @@ message StatefulSetStatus { // replicas is the number of Pods created by the StatefulSet controller. optional int32 replicas = 2; - // readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition. + // readyReplicas is the number of pods created for this StatefulSet with a Ready Condition. optional int32 readyReplicas = 3; // currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version @@ -721,9 +747,7 @@ message StatefulSetStatus { repeated StatefulSetCondition conditions = 10; // Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset. - // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. - // Remove omitempty when graduating to beta - // +optional + // This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate. optional int32 availableReplicas = 11; } diff --git a/vendor/k8s.io/api/apps/v1/types.go b/vendor/k8s.io/api/apps/v1/types.go index 51c9fa43d..469b47297 100644 --- a/vendor/k8s.io/api/apps/v1/types.go +++ b/vendor/k8s.io/api/apps/v1/types.go @@ -61,6 +61,7 @@ type StatefulSet struct { } // PodManagementPolicyType defines the policy for creating pods under a stateful set. +// +enum type PodManagementPolicyType string const ( @@ -90,6 +91,7 @@ type StatefulSetUpdateStrategy struct { // StatefulSetUpdateStrategyType is a string enumeration type that enumerates // all possible update strategies for the StatefulSet controller. +// +enum type StatefulSetUpdateStrategyType string const ( @@ -116,6 +118,40 @@ type RollingUpdateStatefulSetStrategy struct { Partition *int32 `json:"partition,omitempty" protobuf:"varint,1,opt,name=partition"` } +// PersistentVolumeClaimRetentionPolicyType is a string enumeration of the policies that will determine +// when volumes from the VolumeClaimTemplates will be deleted when the controlling StatefulSet is +// deleted or scaled down. +type PersistentVolumeClaimRetentionPolicyType string + +const ( + // RetainPersistentVolumeClaimRetentionPolicyType is the default + // PersistentVolumeClaimRetentionPolicy and specifies that + // PersistentVolumeClaims associated with StatefulSet VolumeClaimTemplates + // will not be deleted. + RetainPersistentVolumeClaimRetentionPolicyType PersistentVolumeClaimRetentionPolicyType = "Retain" + // RetentionPersistentVolumeClaimRetentionPolicyType specifies that + // PersistentVolumeClaims associated with StatefulSet VolumeClaimTemplates + // will be deleted in the scenario specified in + // StatefulSetPersistentVolumeClaimRetentionPolicy. + DeletePersistentVolumeClaimRetentionPolicyType PersistentVolumeClaimRetentionPolicyType = "Delete" +) + +// StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs +// created from the StatefulSet VolumeClaimTemplates. +type StatefulSetPersistentVolumeClaimRetentionPolicy struct { + // WhenDeleted specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is deleted. The default policy + // of `Retain` causes PVCs to not be affected by StatefulSet deletion. The + // `Delete` policy causes those PVCs to be deleted. + WhenDeleted PersistentVolumeClaimRetentionPolicyType `json:"whenDeleted,omitempty" protobuf:"bytes,1,opt,name=whenDeleted,casttype=PersistentVolumeClaimRetentionPolicyType"` + // WhenScaled specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is scaled down. The default + // policy of `Retain` causes PVCs to not be affected by a scaledown. The + // `Delete` policy causes the associated PVCs for any excess pods above + // the replica count to be deleted. + WhenScaled PersistentVolumeClaimRetentionPolicyType `json:"whenScaled,omitempty" protobuf:"bytes,2,opt,name=whenScaled,casttype=PersistentVolumeClaimRetentionPolicyType"` +} + // A StatefulSetSpec is the specification of a StatefulSet. type StatefulSetSpec struct { // replicas is the desired number of replicas of the given Template. @@ -182,6 +218,15 @@ type StatefulSetSpec struct { // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. // +optional MinReadySeconds int32 `json:"minReadySeconds,omitempty" protobuf:"varint,9,opt,name=minReadySeconds"` + + // persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent + // volume claims created from volumeClaimTemplates. By default, all persistent + // volume claims are created as needed and retained until manually deleted. This + // policy allows the lifecycle to be altered, for example by deleting persistent + // volume claims when their stateful set is deleted, or when their pod is scaled + // down. This requires the StatefulSetAutoDeletePVC feature gate to be enabled, + // which is alpha. +optional + PersistentVolumeClaimRetentionPolicy *StatefulSetPersistentVolumeClaimRetentionPolicy `json:"persistentVolumeClaimRetentionPolicy,omitempty" protobuf:"bytes,10,opt,name=persistentVolumeClaimRetentionPolicy"` } // StatefulSetStatus represents the current state of a StatefulSet. @@ -194,7 +239,7 @@ type StatefulSetStatus struct { // replicas is the number of Pods created by the StatefulSet controller. Replicas int32 `json:"replicas" protobuf:"varint,2,opt,name=replicas"` - // readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition. + // readyReplicas is the number of pods created for this StatefulSet with a Ready Condition. ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,3,opt,name=readyReplicas"` // currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version @@ -226,10 +271,8 @@ type StatefulSetStatus struct { Conditions []StatefulSetCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,10,rep,name=conditions"` // Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset. - // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. - // Remove omitempty when graduating to beta - // +optional - AvailableReplicas int32 `json:"availableReplicas,omitempty" protobuf:"varint,11,opt,name=availableReplicas"` + // This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate. + AvailableReplicas int32 `json:"availableReplicas" protobuf:"varint,11,opt,name=availableReplicas"` } type StatefulSetConditionType string @@ -354,6 +397,7 @@ type DeploymentStrategy struct { RollingUpdate *RollingUpdateDeployment `json:"rollingUpdate,omitempty" protobuf:"bytes,2,opt,name=rollingUpdate"` } +// +enum type DeploymentStrategyType string const ( @@ -408,7 +452,7 @@ type DeploymentStatus struct { // +optional UpdatedReplicas int32 `json:"updatedReplicas,omitempty" protobuf:"varint,3,opt,name=updatedReplicas"` - // Total number of ready pods targeted by this deployment. + // readyReplicas is the number of pods targeted by this Deployment with a Ready Condition. // +optional ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,7,opt,name=readyReplicas"` @@ -495,6 +539,7 @@ type DaemonSetUpdateStrategy struct { RollingUpdate *RollingUpdateDaemonSet `json:"rollingUpdate,omitempty" protobuf:"bytes,2,opt,name=rollingUpdate"` } +// +enum type DaemonSetUpdateStrategyType string const ( @@ -597,8 +642,8 @@ type DaemonSetStatus struct { // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ DesiredNumberScheduled int32 `json:"desiredNumberScheduled" protobuf:"varint,3,opt,name=desiredNumberScheduled"` - // The number of nodes that should be running the daemon pod and have one - // or more of the daemon pod running and ready. + // numberReady is the number of nodes that should be running the daemon pod and have one + // or more of the daemon pod running with a Ready Condition. NumberReady int32 `json:"numberReady" protobuf:"varint,4,opt,name=numberReady"` // The most recent generation observed by the daemon set controller. @@ -785,7 +830,7 @@ type ReplicaSetStatus struct { // +optional FullyLabeledReplicas int32 `json:"fullyLabeledReplicas,omitempty" protobuf:"varint,2,opt,name=fullyLabeledReplicas"` - // The number of ready replicas for this replica set. + // readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition. // +optional ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,4,opt,name=readyReplicas"` diff --git a/vendor/k8s.io/api/apps/v1/types_swagger_doc_generated.go b/vendor/k8s.io/api/apps/v1/types_swagger_doc_generated.go index 39c733adb..f640f9cdd 100644 --- a/vendor/k8s.io/api/apps/v1/types_swagger_doc_generated.go +++ b/vendor/k8s.io/api/apps/v1/types_swagger_doc_generated.go @@ -100,7 +100,7 @@ var map_DaemonSetStatus = map[string]string{ "currentNumberScheduled": "The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/", "numberMisscheduled": "The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/", "desiredNumberScheduled": "The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/", - "numberReady": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.", + "numberReady": "numberReady is the number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition.", "observedGeneration": "The most recent generation observed by the daemon set controller.", "updatedNumberScheduled": "The total number of nodes that are running updated daemon pod", "numberAvailable": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)", @@ -179,7 +179,7 @@ var map_DeploymentStatus = map[string]string{ "observedGeneration": "The generation observed by the deployment controller.", "replicas": "Total number of non-terminated pods targeted by this deployment (their labels match the selector).", "updatedReplicas": "Total number of non-terminated pods targeted by this deployment that have the desired template spec.", - "readyReplicas": "Total number of ready pods targeted by this deployment.", + "readyReplicas": "readyReplicas is the number of pods targeted by this Deployment with a Ready Condition.", "availableReplicas": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.", "unavailableReplicas": "Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.", "conditions": "Represents the latest available observations of a deployment's current state.", @@ -250,7 +250,7 @@ var map_ReplicaSetStatus = map[string]string{ "": "ReplicaSetStatus represents the current status of a ReplicaSet.", "replicas": "Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller", "fullyLabeledReplicas": "The number of pods that have labels matching the labels of the pod template of the replicaset.", - "readyReplicas": "The number of ready replicas for this replica set.", + "readyReplicas": "readyReplicas is the number of pods targeted by this ReplicaSet with a Ready Condition.", "availableReplicas": "The number of available replicas (ready for at least minReadySeconds) for this replica set.", "observedGeneration": "ObservedGeneration reflects the generation of the most recently observed ReplicaSet.", "conditions": "Represents the latest available observations of a replica set's current state.", @@ -323,17 +323,28 @@ func (StatefulSetList) SwaggerDoc() map[string]string { return map_StatefulSetList } +var map_StatefulSetPersistentVolumeClaimRetentionPolicy = map[string]string{ + "": "StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.", + "whenDeleted": "WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.", + "whenScaled": "WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.", +} + +func (StatefulSetPersistentVolumeClaimRetentionPolicy) SwaggerDoc() map[string]string { + return map_StatefulSetPersistentVolumeClaimRetentionPolicy +} + var map_StatefulSetSpec = map[string]string{ - "": "A StatefulSetSpec is the specification of a StatefulSet.", - "replicas": "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.", - "selector": "selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors", - "template": "template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.", - "volumeClaimTemplates": "volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.", - "serviceName": "serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller.", - "podManagementPolicy": "podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.", - "updateStrategy": "updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.", - "revisionHistoryLimit": "revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.", - "minReadySeconds": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate.", + "": "A StatefulSetSpec is the specification of a StatefulSet.", + "replicas": "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.", + "selector": "selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors", + "template": "template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.", + "volumeClaimTemplates": "volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.", + "serviceName": "serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller.", + "podManagementPolicy": "podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.", + "updateStrategy": "updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.", + "revisionHistoryLimit": "revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.", + "minReadySeconds": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate.", + "persistentVolumeClaimRetentionPolicy": "persistentVolumeClaimRetentionPolicy describes the lifecycle of persistent volume claims created from volumeClaimTemplates. By default, all persistent volume claims are created as needed and retained until manually deleted. This policy allows the lifecycle to be altered, for example by deleting persistent volume claims when their stateful set is deleted, or when their pod is scaled down. This requires the StatefulSetAutoDeletePVC feature gate to be enabled, which is alpha. +optional", } func (StatefulSetSpec) SwaggerDoc() map[string]string { @@ -344,14 +355,14 @@ var map_StatefulSetStatus = map[string]string{ "": "StatefulSetStatus represents the current state of a StatefulSet.", "observedGeneration": "observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.", "replicas": "replicas is the number of Pods created by the StatefulSet controller.", - "readyReplicas": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.", + "readyReplicas": "readyReplicas is the number of pods created for this StatefulSet with a Ready Condition.", "currentReplicas": "currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.", "updatedReplicas": "updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.", "currentRevision": "currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).", "updateRevision": "updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)", "collisionCount": "collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.", "conditions": "Represents the latest available observations of a statefulset's current state.", - "availableReplicas": "Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset. This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. Remove omitempty when graduating to beta", + "availableReplicas": "Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset. This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate.", } func (StatefulSetStatus) SwaggerDoc() map[string]string { diff --git a/vendor/k8s.io/api/apps/v1beta1/generated.pb.go b/vendor/k8s.io/api/apps/v1beta1/generated.pb.go index 79e39e582..74584223c 100644 --- a/vendor/k8s.io/api/apps/v1beta1/generated.pb.go +++ b/vendor/k8s.io/api/apps/v1beta1/generated.pb.go @@ -553,10 +553,40 @@ func (m *StatefulSetList) XXX_DiscardUnknown() { var xxx_messageInfo_StatefulSetList proto.InternalMessageInfo +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) Reset() { + *m = StatefulSetPersistentVolumeClaimRetentionPolicy{} +} +func (*StatefulSetPersistentVolumeClaimRetentionPolicy) ProtoMessage() {} +func (*StatefulSetPersistentVolumeClaimRetentionPolicy) Descriptor() ([]byte, []int) { + return fileDescriptor_2a07313e8f66e805, []int{18} +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_Merge(src proto.Message) { + xxx_messageInfo_StatefulSetPersistentVolumeClaimRetentionPolicy.Merge(m, src) +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_Size() int { + return m.Size() +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_DiscardUnknown() { + xxx_messageInfo_StatefulSetPersistentVolumeClaimRetentionPolicy.DiscardUnknown(m) +} + +var xxx_messageInfo_StatefulSetPersistentVolumeClaimRetentionPolicy proto.InternalMessageInfo + func (m *StatefulSetSpec) Reset() { *m = StatefulSetSpec{} } func (*StatefulSetSpec) ProtoMessage() {} func (*StatefulSetSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_2a07313e8f66e805, []int{18} + return fileDescriptor_2a07313e8f66e805, []int{19} } func (m *StatefulSetSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -584,7 +614,7 @@ var xxx_messageInfo_StatefulSetSpec proto.InternalMessageInfo func (m *StatefulSetStatus) Reset() { *m = StatefulSetStatus{} } func (*StatefulSetStatus) ProtoMessage() {} func (*StatefulSetStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_2a07313e8f66e805, []int{19} + return fileDescriptor_2a07313e8f66e805, []int{20} } func (m *StatefulSetStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -612,7 +642,7 @@ var xxx_messageInfo_StatefulSetStatus proto.InternalMessageInfo func (m *StatefulSetUpdateStrategy) Reset() { *m = StatefulSetUpdateStrategy{} } func (*StatefulSetUpdateStrategy) ProtoMessage() {} func (*StatefulSetUpdateStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_2a07313e8f66e805, []int{20} + return fileDescriptor_2a07313e8f66e805, []int{21} } func (m *StatefulSetUpdateStrategy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -658,6 +688,7 @@ func init() { proto.RegisterType((*StatefulSet)(nil), "k8s.io.api.apps.v1beta1.StatefulSet") proto.RegisterType((*StatefulSetCondition)(nil), "k8s.io.api.apps.v1beta1.StatefulSetCondition") proto.RegisterType((*StatefulSetList)(nil), "k8s.io.api.apps.v1beta1.StatefulSetList") + proto.RegisterType((*StatefulSetPersistentVolumeClaimRetentionPolicy)(nil), "k8s.io.api.apps.v1beta1.StatefulSetPersistentVolumeClaimRetentionPolicy") proto.RegisterType((*StatefulSetSpec)(nil), "k8s.io.api.apps.v1beta1.StatefulSetSpec") proto.RegisterType((*StatefulSetStatus)(nil), "k8s.io.api.apps.v1beta1.StatefulSetStatus") proto.RegisterType((*StatefulSetUpdateStrategy)(nil), "k8s.io.api.apps.v1beta1.StatefulSetUpdateStrategy") @@ -668,124 +699,130 @@ func init() { } var fileDescriptor_2a07313e8f66e805 = []byte{ - // 1869 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x58, 0xcd, 0x6f, 0x24, 0x47, - 0x15, 0x77, 0x8f, 0x3d, 0xf6, 0xcc, 0x73, 0x3c, 0xde, 0x2d, 0x9b, 0xf5, 0xc4, 0x81, 0xb1, 0x35, - 0x44, 0x89, 0xf3, 0xe1, 0x9e, 0xac, 0x13, 0xa2, 0x64, 0x17, 0x45, 0x78, 0xbc, 0x4b, 0xb2, 0x91, - 0x8d, 0x9d, 0xb2, 0x1d, 0x44, 0x00, 0x29, 0x35, 0x3d, 0xb5, 0xb3, 0x1d, 0xf7, 0x97, 0xba, 0xab, - 0x87, 0x1d, 0x71, 0xe1, 0x0f, 0x40, 0x4a, 0xce, 0xfc, 0x15, 0xdc, 0x40, 0x70, 0xe3, 0xb4, 0xc7, - 0x88, 0x0b, 0x39, 0x59, 0xec, 0xe4, 0x0a, 0x47, 0x2e, 0x2b, 0x21, 0xa1, 0xaa, 0xae, 0xfe, 0xee, - 0xb6, 0xdb, 0x48, 0x6b, 0x09, 0x6e, 0xd3, 0xf5, 0xde, 0xfb, 0xbd, 0x57, 0x55, 0xef, 0xbd, 0x7a, - 0xbf, 0x81, 0x1f, 0x9d, 0xbd, 0xe7, 0xa9, 0xba, 0xdd, 0x3b, 0xf3, 0x07, 0xd4, 0xb5, 0x28, 0xa3, - 0x5e, 0x6f, 0x4c, 0xad, 0xa1, 0xed, 0xf6, 0xa4, 0x80, 0x38, 0x7a, 0x8f, 0x38, 0x8e, 0xd7, 0x1b, - 0xdf, 0x1e, 0x50, 0x46, 0x6e, 0xf7, 0x46, 0xd4, 0xa2, 0x2e, 0x61, 0x74, 0xa8, 0x3a, 0xae, 0xcd, - 0x6c, 0xb4, 0x16, 0x28, 0xaa, 0xc4, 0xd1, 0x55, 0xae, 0xa8, 0x4a, 0xc5, 0xf5, 0xed, 0x91, 0xce, - 0x1e, 0xf9, 0x03, 0x55, 0xb3, 0xcd, 0xde, 0xc8, 0x1e, 0xd9, 0x3d, 0xa1, 0x3f, 0xf0, 0x1f, 0x8a, - 0x2f, 0xf1, 0x21, 0x7e, 0x05, 0x38, 0xeb, 0xdd, 0x84, 0x43, 0xcd, 0x76, 0x69, 0x6f, 0x9c, 0xf3, - 0xb5, 0xfe, 0x4e, 0xac, 0x63, 0x12, 0xed, 0x91, 0x6e, 0x51, 0x77, 0xd2, 0x73, 0xce, 0x46, 0x7c, - 0xc1, 0xeb, 0x99, 0x94, 0x91, 0x22, 0xab, 0x5e, 0x99, 0x95, 0xeb, 0x5b, 0x4c, 0x37, 0x69, 0xce, - 0xe0, 0xdd, 0xcb, 0x0c, 0x3c, 0xed, 0x11, 0x35, 0x49, 0xce, 0xee, 0xed, 0x32, 0x3b, 0x9f, 0xe9, - 0x46, 0x4f, 0xb7, 0x98, 0xc7, 0xdc, 0xac, 0x51, 0xf7, 0x5f, 0x0a, 0xa0, 0x3d, 0xdb, 0x62, 0xae, - 0x6d, 0x18, 0xd4, 0xc5, 0x74, 0xac, 0x7b, 0xba, 0x6d, 0xa1, 0xcf, 0xa1, 0xc1, 0xf7, 0x33, 0x24, - 0x8c, 0xb4, 0x95, 0x4d, 0x65, 0x6b, 0x71, 0xe7, 0x2d, 0x35, 0x3e, 0xe9, 0x08, 0x5e, 0x75, 0xce, - 0x46, 0x7c, 0xc1, 0x53, 0xb9, 0xb6, 0x3a, 0xbe, 0xad, 0x1e, 0x0e, 0xbe, 0xa0, 0x1a, 0x3b, 0xa0, - 0x8c, 0xf4, 0xd1, 0x93, 0xf3, 0x8d, 0x99, 0xe9, 0xf9, 0x06, 0xc4, 0x6b, 0x38, 0x42, 0x45, 0x87, - 0x30, 0x27, 0xd0, 0x6b, 0x02, 0x7d, 0xbb, 0x14, 0x5d, 0x6e, 0x5a, 0xc5, 0xe4, 0x57, 0xf7, 0x1f, - 0x33, 0x6a, 0xf1, 0xf0, 0xfa, 0x2f, 0x48, 0xe8, 0xb9, 0x7b, 0x84, 0x11, 0x2c, 0x80, 0xd0, 0x9b, - 0xd0, 0x70, 0x65, 0xf8, 0xed, 0xd9, 0x4d, 0x65, 0x6b, 0xb6, 0x7f, 0x43, 0x6a, 0x35, 0xc2, 0x6d, - 0xe1, 0x48, 0xa3, 0xfb, 0x44, 0x81, 0x5b, 0xf9, 0x7d, 0xef, 0xeb, 0x1e, 0x43, 0xbf, 0xc8, 0xed, - 0x5d, 0xad, 0xb6, 0x77, 0x6e, 0x2d, 0x76, 0x1e, 0x39, 0x0e, 0x57, 0x12, 0xfb, 0x3e, 0x82, 0xba, - 0xce, 0xa8, 0xe9, 0xb5, 0x6b, 0x9b, 0xb3, 0x5b, 0x8b, 0x3b, 0x6f, 0xa8, 0x25, 0x09, 0xac, 0xe6, - 0xa3, 0xeb, 0x2f, 0x49, 0xdc, 0xfa, 0x03, 0x8e, 0x80, 0x03, 0xa0, 0xee, 0x6f, 0x6b, 0x00, 0xf7, - 0xa8, 0x63, 0xd8, 0x13, 0x93, 0x5a, 0xec, 0x1a, 0xae, 0xee, 0x01, 0xcc, 0x79, 0x0e, 0xd5, 0xe4, - 0xd5, 0xbd, 0x5a, 0xba, 0x83, 0x38, 0xa8, 0x63, 0x87, 0x6a, 0xf1, 0xa5, 0xf1, 0x2f, 0x2c, 0x20, - 0xd0, 0x27, 0x30, 0xef, 0x31, 0xc2, 0x7c, 0x4f, 0x5c, 0xd9, 0xe2, 0xce, 0x6b, 0x55, 0xc0, 0x84, - 0x41, 0xbf, 0x25, 0xe1, 0xe6, 0x83, 0x6f, 0x2c, 0x81, 0xba, 0x7f, 0x9b, 0x85, 0x95, 0x58, 0x79, - 0xcf, 0xb6, 0x86, 0x3a, 0xe3, 0x29, 0x7d, 0x17, 0xe6, 0xd8, 0xc4, 0xa1, 0xe2, 0x4c, 0x9a, 0xfd, - 0x57, 0xc3, 0x60, 0x4e, 0x26, 0x0e, 0x7d, 0x76, 0xbe, 0xb1, 0x56, 0x60, 0xc2, 0x45, 0x58, 0x18, - 0xa1, 0xfd, 0x28, 0xce, 0x9a, 0x30, 0x7f, 0x27, 0xed, 0xfc, 0xd9, 0xf9, 0x46, 0x41, 0x03, 0x51, - 0x23, 0xa4, 0x74, 0x88, 0xe8, 0x0b, 0x68, 0x19, 0xc4, 0x63, 0xa7, 0xce, 0x90, 0x30, 0x7a, 0xa2, - 0x9b, 0xb4, 0x3d, 0x2f, 0x76, 0xff, 0x7a, 0xb5, 0x8b, 0xe2, 0x16, 0xfd, 0x5b, 0x32, 0x82, 0xd6, - 0x7e, 0x0a, 0x09, 0x67, 0x90, 0xd1, 0x18, 0x10, 0x5f, 0x39, 0x71, 0x89, 0xe5, 0x05, 0xbb, 0xe2, - 0xfe, 0x16, 0xae, 0xec, 0x6f, 0x5d, 0xfa, 0x43, 0xfb, 0x39, 0x34, 0x5c, 0xe0, 0x01, 0xbd, 0x02, - 0xf3, 0x2e, 0x25, 0x9e, 0x6d, 0xb5, 0xe7, 0xc4, 0x89, 0x45, 0xd7, 0x85, 0xc5, 0x2a, 0x96, 0x52, - 0xf4, 0x1a, 0x2c, 0x98, 0xd4, 0xf3, 0xc8, 0x88, 0xb6, 0xeb, 0x42, 0x71, 0x59, 0x2a, 0x2e, 0x1c, - 0x04, 0xcb, 0x38, 0x94, 0x77, 0xff, 0xa8, 0x40, 0x2b, 0xbe, 0xa6, 0x6b, 0xa8, 0xd5, 0x8f, 0xd2, - 0xb5, 0xfa, 0xfd, 0x0a, 0xc9, 0x59, 0x52, 0xa3, 0xff, 0xa8, 0x01, 0x8a, 0x95, 0xb0, 0x6d, 0x18, - 0x03, 0xa2, 0x9d, 0xa1, 0x4d, 0x98, 0xb3, 0x88, 0x19, 0xe6, 0x64, 0x54, 0x20, 0x3f, 0x21, 0x26, - 0xc5, 0x42, 0x82, 0xbe, 0x54, 0x00, 0xf9, 0xe2, 0x36, 0x87, 0xbb, 0x96, 0x65, 0x33, 0xc2, 0x0f, - 0x38, 0x0c, 0x68, 0xaf, 0x42, 0x40, 0xa1, 0x2f, 0xf5, 0x34, 0x87, 0x72, 0xdf, 0x62, 0xee, 0x24, - 0xbe, 0xd8, 0xbc, 0x02, 0x2e, 0x70, 0x8d, 0x7e, 0x0e, 0xe0, 0x4a, 0xcc, 0x13, 0x5b, 0x96, 0x6d, - 0x79, 0x0f, 0x08, 0xdd, 0xef, 0xd9, 0xd6, 0x43, 0x7d, 0x14, 0x37, 0x16, 0x1c, 0x41, 0xe0, 0x04, - 0xdc, 0xfa, 0x7d, 0x58, 0x2b, 0x89, 0x13, 0xdd, 0x80, 0xd9, 0x33, 0x3a, 0x09, 0x8e, 0x0a, 0xf3, - 0x9f, 0x68, 0x15, 0xea, 0x63, 0x62, 0xf8, 0x34, 0xa8, 0x49, 0x1c, 0x7c, 0xdc, 0xa9, 0xbd, 0xa7, - 0x74, 0x7f, 0x5f, 0x4f, 0x66, 0x0a, 0xef, 0x37, 0x68, 0x8b, 0x3f, 0x0f, 0x8e, 0xa1, 0x6b, 0xc4, - 0x13, 0x18, 0xf5, 0xfe, 0x0b, 0xc1, 0xd3, 0x10, 0xac, 0xe1, 0x48, 0x8a, 0x7e, 0x09, 0x0d, 0x8f, - 0x1a, 0x54, 0x63, 0xb6, 0x2b, 0x5b, 0xdc, 0xdb, 0x15, 0x73, 0x8a, 0x0c, 0xa8, 0x71, 0x2c, 0x4d, - 0x03, 0xf8, 0xf0, 0x0b, 0x47, 0x90, 0xe8, 0x13, 0x68, 0x30, 0x6a, 0x3a, 0x06, 0x61, 0x54, 0x9e, - 0x5e, 0x2a, 0xaf, 0x78, 0xef, 0xe0, 0x60, 0x47, 0xf6, 0xf0, 0x44, 0xaa, 0x89, 0xee, 0x19, 0xe5, - 0x69, 0xb8, 0x8a, 0x23, 0x18, 0xf4, 0x33, 0x68, 0x78, 0x8c, 0xbf, 0xea, 0xa3, 0x89, 0xa8, 0xb6, - 0x8b, 0x9e, 0x95, 0x64, 0x1f, 0x0d, 0x4c, 0x62, 0xe8, 0x70, 0x05, 0x47, 0x70, 0x68, 0x17, 0x96, - 0x4d, 0xdd, 0xc2, 0x94, 0x0c, 0x27, 0xc7, 0x54, 0xb3, 0xad, 0xa1, 0x27, 0xca, 0xb4, 0xde, 0x5f, - 0x93, 0x46, 0xcb, 0x07, 0x69, 0x31, 0xce, 0xea, 0xa3, 0x7d, 0x58, 0x0d, 0x9f, 0xdd, 0x8f, 0x74, - 0x8f, 0xd9, 0xee, 0x64, 0x5f, 0x37, 0x75, 0x26, 0x7a, 0x5e, 0xbd, 0xdf, 0x9e, 0x9e, 0x6f, 0xac, - 0xe2, 0x02, 0x39, 0x2e, 0xb4, 0xe2, 0x7d, 0xc5, 0x21, 0xbe, 0x47, 0x87, 0xa2, 0x87, 0x35, 0xe2, - 0xbe, 0x72, 0x24, 0x56, 0xb1, 0x94, 0xa2, 0x9f, 0xa6, 0xd2, 0xb4, 0x71, 0xb5, 0x34, 0x6d, 0x95, - 0xa7, 0x28, 0x3a, 0x85, 0x35, 0xc7, 0xb5, 0x47, 0x2e, 0xf5, 0xbc, 0x7b, 0x94, 0x0c, 0x0d, 0xdd, - 0xa2, 0xe1, 0xc9, 0x34, 0xc5, 0x8e, 0x5e, 0x9a, 0x9e, 0x6f, 0xac, 0x1d, 0x15, 0xab, 0xe0, 0x32, - 0xdb, 0xee, 0x5f, 0xe6, 0xe0, 0x46, 0xf6, 0x8d, 0x43, 0x1f, 0x03, 0xb2, 0x07, 0x1e, 0x75, 0xc7, - 0x74, 0xf8, 0x61, 0x30, 0xb8, 0xf1, 0xe9, 0x46, 0x11, 0xd3, 0x4d, 0x54, 0xb7, 0x87, 0x39, 0x0d, - 0x5c, 0x60, 0x15, 0xcc, 0x47, 0xb2, 0x00, 0x6a, 0x22, 0xd0, 0xc4, 0x7c, 0x94, 0x2b, 0x82, 0x5d, - 0x58, 0x96, 0xb5, 0x1f, 0x0a, 0x45, 0xb2, 0x26, 0xee, 0xfd, 0x34, 0x2d, 0xc6, 0x59, 0x7d, 0x74, - 0x17, 0x96, 0x5c, 0x9e, 0x07, 0x11, 0xc0, 0x82, 0x00, 0xf8, 0x8e, 0x04, 0x58, 0xc2, 0x49, 0x21, - 0x4e, 0xeb, 0xa2, 0x0f, 0xe1, 0x26, 0x19, 0x13, 0xdd, 0x20, 0x03, 0x83, 0x46, 0x00, 0x73, 0x02, - 0xe0, 0x45, 0x09, 0x70, 0x73, 0x37, 0xab, 0x80, 0xf3, 0x36, 0xe8, 0x00, 0x56, 0x7c, 0x2b, 0x0f, - 0x15, 0x24, 0xf1, 0x4b, 0x12, 0x6a, 0xe5, 0x34, 0xaf, 0x82, 0x8b, 0xec, 0xd0, 0xe7, 0x00, 0x5a, - 0xf8, 0xaa, 0x7b, 0xed, 0x79, 0xd1, 0x86, 0xdf, 0xac, 0x50, 0x6c, 0xd1, 0x28, 0x10, 0xb7, 0xc0, - 0x68, 0xc9, 0xc3, 0x09, 0x4c, 0x74, 0x07, 0x5a, 0x9a, 0x6d, 0x18, 0x22, 0xf3, 0xf7, 0x6c, 0xdf, - 0x62, 0x22, 0x79, 0xeb, 0x7d, 0xc4, 0x1f, 0xfb, 0xbd, 0x94, 0x04, 0x67, 0x34, 0xbb, 0x7f, 0x56, - 0x92, 0xcf, 0x4c, 0x58, 0xce, 0xe8, 0x4e, 0x6a, 0xf4, 0x79, 0x25, 0x33, 0xfa, 0xdc, 0xca, 0x5b, - 0x24, 0x26, 0x1f, 0x1d, 0x96, 0x78, 0xf2, 0xeb, 0xd6, 0x28, 0xb8, 0x70, 0xd9, 0x12, 0xdf, 0xba, - 0xb0, 0x94, 0x22, 0xed, 0xc4, 0xc3, 0x78, 0x53, 0xdc, 0x79, 0x52, 0x88, 0xd3, 0xc8, 0xdd, 0x0f, - 0xa0, 0x95, 0xae, 0xc3, 0xd4, 0x4c, 0xaf, 0x5c, 0x3a, 0xd3, 0x7f, 0xab, 0xc0, 0x5a, 0x89, 0x77, - 0x64, 0x40, 0xcb, 0x24, 0x8f, 0x13, 0xd7, 0x7c, 0xe9, 0x6c, 0xcc, 0x59, 0x93, 0x1a, 0xb0, 0x26, - 0xf5, 0x81, 0xc5, 0x0e, 0xdd, 0x63, 0xe6, 0xea, 0xd6, 0x28, 0xb8, 0x87, 0x83, 0x14, 0x16, 0xce, - 0x60, 0xa3, 0xcf, 0xa0, 0x61, 0x92, 0xc7, 0xc7, 0xbe, 0x3b, 0x2a, 0x3a, 0xaf, 0x6a, 0x7e, 0xc4, - 0xfb, 0x71, 0x20, 0x51, 0x70, 0x84, 0xd7, 0x3d, 0x84, 0xcd, 0xd4, 0x26, 0x79, 0xab, 0xa0, 0x0f, - 0x7d, 0xe3, 0x98, 0xc6, 0x17, 0xfe, 0x06, 0x34, 0x1d, 0xe2, 0x32, 0x3d, 0x6a, 0x17, 0xf5, 0xfe, - 0xd2, 0xf4, 0x7c, 0xa3, 0x79, 0x14, 0x2e, 0xe2, 0x58, 0xde, 0xfd, 0xb7, 0x02, 0xf5, 0x63, 0x8d, - 0x18, 0xf4, 0x1a, 0xa8, 0xc3, 0xbd, 0x14, 0x75, 0xe8, 0x96, 0x26, 0x91, 0x88, 0xa7, 0x94, 0x35, - 0xec, 0x67, 0x58, 0xc3, 0xcb, 0x97, 0xe0, 0x5c, 0x4c, 0x18, 0xde, 0x87, 0x66, 0xe4, 0x2e, 0xd5, - 0x25, 0x95, 0xcb, 0xba, 0x64, 0xf7, 0x77, 0x35, 0x58, 0x4c, 0xb8, 0xb8, 0x9a, 0x35, 0x3f, 0xee, - 0xc4, 0xa0, 0xc1, 0x3b, 0xc9, 0x4e, 0x95, 0x8d, 0xa8, 0xe1, 0x50, 0x11, 0xcc, 0x6f, 0xf1, 0xeb, - 0x9d, 0x9f, 0x35, 0x3e, 0x80, 0x16, 0x23, 0xee, 0x88, 0xb2, 0x50, 0x26, 0x0e, 0xac, 0x19, 0x93, - 0x87, 0x93, 0x94, 0x14, 0x67, 0xb4, 0xd7, 0xef, 0xc2, 0x52, 0xca, 0xd9, 0x95, 0x86, 0xb0, 0x2f, - 0xf9, 0xe1, 0xc4, 0xc9, 0x79, 0x0d, 0xd9, 0xf5, 0x71, 0x2a, 0xbb, 0xb6, 0xca, 0x0f, 0x33, 0x51, - 0x32, 0x65, 0x39, 0x86, 0x33, 0x39, 0xf6, 0x7a, 0x25, 0xb4, 0x8b, 0x33, 0xed, 0x9f, 0x35, 0x58, - 0x4d, 0x68, 0xc7, 0xdc, 0xf4, 0x87, 0xa9, 0x06, 0xbd, 0x95, 0x69, 0xd0, 0xed, 0x22, 0x9b, 0xe7, - 0x46, 0x4e, 0x8b, 0x09, 0xe3, 0xec, 0xff, 0x22, 0x61, 0xfc, 0x93, 0x02, 0xcb, 0x89, 0xb3, 0xbb, - 0x06, 0xc6, 0xf8, 0x20, 0xcd, 0x18, 0x5f, 0xae, 0x92, 0x34, 0x25, 0x94, 0xf1, 0xab, 0xf9, 0x54, - 0xf0, 0xff, 0xf7, 0x24, 0xe6, 0xd7, 0xb0, 0x3a, 0xb6, 0x0d, 0xdf, 0xa4, 0x7b, 0x06, 0xd1, 0xcd, - 0x50, 0x81, 0x0f, 0x7d, 0xb3, 0xd9, 0x3f, 0x86, 0x22, 0x78, 0xea, 0x7a, 0xba, 0xc7, 0xa8, 0xc5, - 0x3e, 0x8d, 0x2d, 0xfb, 0xdf, 0x95, 0x4e, 0x56, 0x3f, 0x2d, 0x80, 0xc3, 0x85, 0x4e, 0xd0, 0x0f, - 0x60, 0x91, 0x0f, 0xcc, 0xba, 0x46, 0x39, 0xf7, 0x96, 0x89, 0xb5, 0x22, 0x81, 0x16, 0x8f, 0x63, - 0x11, 0x4e, 0xea, 0xa1, 0x47, 0xb0, 0xe2, 0xd8, 0xc3, 0x03, 0x62, 0x91, 0x11, 0xe5, 0x63, 0xc6, - 0x91, 0x6d, 0xe8, 0xda, 0x44, 0x30, 0x9b, 0x66, 0xff, 0xdd, 0x70, 0xb8, 0x3c, 0xca, 0xab, 0x3c, - 0xe3, 0x14, 0x21, 0xbf, 0x2c, 0x8a, 0xba, 0x08, 0x12, 0xb9, 0xd0, 0xf2, 0xe5, 0x73, 0x2f, 0x89, - 0x5e, 0xf0, 0x17, 0xce, 0x4e, 0x95, 0x0c, 0x3b, 0x4d, 0x59, 0xc6, 0xdd, 0x3f, 0xbd, 0x8e, 0x33, - 0x1e, 0x4a, 0x89, 0x5b, 0xe3, 0xbf, 0x22, 0x6e, 0x05, 0x4c, 0xb2, 0x79, 0x35, 0x26, 0xd9, 0xfd, - 0x43, 0x1d, 0x6e, 0xe6, 0xba, 0x2d, 0xfa, 0xf1, 0x05, 0x24, 0xe9, 0xd6, 0x73, 0x23, 0x48, 0x39, - 0x76, 0x33, 0x7b, 0x05, 0x76, 0xb3, 0x0b, 0xcb, 0x9a, 0xef, 0xba, 0xd4, 0x62, 0x19, 0x6e, 0x13, - 0x9d, 0xc5, 0x5e, 0x5a, 0x8c, 0xb3, 0xfa, 0x45, 0x04, 0xad, 0x7e, 0x45, 0x82, 0x96, 0x8c, 0x42, - 0x0e, 0xd9, 0x41, 0xe6, 0xe6, 0xa3, 0x90, 0xb3, 0x76, 0x56, 0x9f, 0x0f, 0x18, 0x01, 0x6a, 0x84, - 0xb0, 0x90, 0x1e, 0x30, 0x4e, 0x53, 0x52, 0x9c, 0xd1, 0x2e, 0x20, 0x3b, 0xcd, 0xaa, 0x64, 0x07, - 0x91, 0x14, 0x15, 0x03, 0xd1, 0x26, 0xb6, 0xab, 0x94, 0x43, 0x75, 0x2e, 0x56, 0xc8, 0x42, 0x17, - 0xaf, 0xce, 0x42, 0xbb, 0x7f, 0x55, 0xe0, 0xc5, 0xd2, 0x82, 0x44, 0xbb, 0xa9, 0xe7, 0x7f, 0x3b, - 0xf3, 0xfc, 0x7f, 0xaf, 0xd4, 0x30, 0x31, 0x03, 0xb8, 0xc5, 0x34, 0xed, 0xfd, 0x6a, 0x34, 0xad, - 0x80, 0x43, 0x5c, 0xce, 0xd7, 0xfa, 0xdb, 0x4f, 0x9e, 0x76, 0x66, 0xbe, 0x7e, 0xda, 0x99, 0xf9, - 0xe6, 0x69, 0x67, 0xe6, 0x37, 0xd3, 0x8e, 0xf2, 0x64, 0xda, 0x51, 0xbe, 0x9e, 0x76, 0x94, 0x6f, - 0xa6, 0x1d, 0xe5, 0xef, 0xd3, 0x8e, 0xf2, 0xd5, 0xb7, 0x9d, 0x99, 0xcf, 0x16, 0xa4, 0xc7, 0xff, - 0x04, 0x00, 0x00, 0xff, 0xff, 0xbd, 0x02, 0xfa, 0x27, 0xed, 0x1b, 0x00, 0x00, + // 1968 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xdc, 0x58, 0xcd, 0x6f, 0x1b, 0xc7, + 0x15, 0xd7, 0x4a, 0xa2, 0x44, 0x3d, 0x45, 0x94, 0x3d, 0x52, 0x2d, 0x46, 0x69, 0x49, 0x81, 0x35, + 0x12, 0xe5, 0x43, 0xcb, 0x58, 0x49, 0x83, 0xc4, 0x2e, 0xdc, 0x8a, 0x92, 0x1b, 0x3b, 0x90, 0x22, + 0x65, 0x24, 0xc5, 0x68, 0xfa, 0x81, 0x0c, 0xc9, 0x31, 0xb5, 0xd1, 0x7e, 0x61, 0x77, 0xc8, 0x98, + 0xe8, 0xa5, 0x7f, 0x40, 0x81, 0xf4, 0xdc, 0xbf, 0xa2, 0xb7, 0x16, 0xed, 0xad, 0x87, 0xc2, 0xc7, + 0xa0, 0x97, 0xa6, 0x17, 0xa2, 0x66, 0xae, 0xed, 0xad, 0xbd, 0x18, 0x28, 0x50, 0xcc, 0xec, 0xec, + 0xf7, 0xae, 0xb4, 0x2c, 0x60, 0x01, 0xcd, 0x8d, 0x3b, 0xef, 0xbd, 0xdf, 0x9b, 0x99, 0xf7, 0x31, + 0xef, 0x47, 0xf8, 0xe1, 0xf9, 0xbb, 0xae, 0xaa, 0x59, 0xcd, 0xf3, 0x7e, 0x9b, 0x3a, 0x26, 0x65, + 0xd4, 0x6d, 0x0e, 0xa8, 0xd9, 0xb5, 0x9c, 0xa6, 0x14, 0x10, 0x5b, 0x6b, 0x12, 0xdb, 0x76, 0x9b, + 0x83, 0x5b, 0x6d, 0xca, 0xc8, 0xad, 0x66, 0x8f, 0x9a, 0xd4, 0x21, 0x8c, 0x76, 0x55, 0xdb, 0xb1, + 0x98, 0x85, 0xd6, 0x3c, 0x45, 0x95, 0xd8, 0x9a, 0xca, 0x15, 0x55, 0xa9, 0xb8, 0xbe, 0xd5, 0xd3, + 0xd8, 0x59, 0xbf, 0xad, 0x76, 0x2c, 0xa3, 0xd9, 0xb3, 0x7a, 0x56, 0x53, 0xe8, 0xb7, 0xfb, 0x8f, + 0xc4, 0x97, 0xf8, 0x10, 0xbf, 0x3c, 0x9c, 0xf5, 0x46, 0xc4, 0x61, 0xc7, 0x72, 0x68, 0x73, 0x90, + 0xf2, 0xb5, 0xfe, 0x76, 0xa8, 0x63, 0x90, 0xce, 0x99, 0x66, 0x52, 0x67, 0xd8, 0xb4, 0xcf, 0x7b, + 0x7c, 0xc1, 0x6d, 0x1a, 0x94, 0x91, 0x2c, 0xab, 0x66, 0x9e, 0x95, 0xd3, 0x37, 0x99, 0x66, 0xd0, + 0x94, 0xc1, 0x3b, 0x97, 0x19, 0xb8, 0x9d, 0x33, 0x6a, 0x90, 0x94, 0xdd, 0x5b, 0x79, 0x76, 0x7d, + 0xa6, 0xe9, 0x4d, 0xcd, 0x64, 0x2e, 0x73, 0x92, 0x46, 0x8d, 0x7f, 0x2b, 0x80, 0x76, 0x2d, 0x93, + 0x39, 0x96, 0xae, 0x53, 0x07, 0xd3, 0x81, 0xe6, 0x6a, 0x96, 0x89, 0x3e, 0x85, 0x32, 0x3f, 0x4f, + 0x97, 0x30, 0x52, 0x55, 0x36, 0x94, 0xcd, 0xc5, 0xed, 0x37, 0xd5, 0xf0, 0xa6, 0x03, 0x78, 0xd5, + 0x3e, 0xef, 0xf1, 0x05, 0x57, 0xe5, 0xda, 0xea, 0xe0, 0x96, 0x7a, 0xd8, 0xfe, 0x8c, 0x76, 0xd8, + 0x01, 0x65, 0xa4, 0x85, 0x9e, 0x8c, 0xea, 0x53, 0xe3, 0x51, 0x1d, 0xc2, 0x35, 0x1c, 0xa0, 0xa2, + 0x43, 0x98, 0x15, 0xe8, 0xd3, 0x02, 0x7d, 0x2b, 0x17, 0x5d, 0x1e, 0x5a, 0xc5, 0xe4, 0xf3, 0x7b, + 0x8f, 0x19, 0x35, 0xf9, 0xf6, 0x5a, 0x2f, 0x48, 0xe8, 0xd9, 0x3d, 0xc2, 0x08, 0x16, 0x40, 0xe8, + 0x0d, 0x28, 0x3b, 0x72, 0xfb, 0xd5, 0x99, 0x0d, 0x65, 0x73, 0xa6, 0x75, 0x4d, 0x6a, 0x95, 0xfd, + 0x63, 0xe1, 0x40, 0xa3, 0xf1, 0x44, 0x81, 0x1b, 0xe9, 0x73, 0xef, 0x6b, 0x2e, 0x43, 0x3f, 0x4d, + 0x9d, 0x5d, 0x2d, 0x76, 0x76, 0x6e, 0x2d, 0x4e, 0x1e, 0x38, 0xf6, 0x57, 0x22, 0xe7, 0x3e, 0x82, + 0x92, 0xc6, 0xa8, 0xe1, 0x56, 0xa7, 0x37, 0x66, 0x36, 0x17, 0xb7, 0x5f, 0x57, 0x73, 0x12, 0x58, + 0x4d, 0xef, 0xae, 0xb5, 0x24, 0x71, 0x4b, 0x0f, 0x38, 0x02, 0xf6, 0x80, 0x1a, 0xbf, 0x9a, 0x06, + 0xd8, 0xa3, 0xb6, 0x6e, 0x0d, 0x0d, 0x6a, 0xb2, 0x2b, 0x08, 0xdd, 0x03, 0x98, 0x75, 0x6d, 0xda, + 0x91, 0xa1, 0x7b, 0x25, 0xf7, 0x04, 0xe1, 0xa6, 0x8e, 0x6d, 0xda, 0x09, 0x83, 0xc6, 0xbf, 0xb0, + 0x80, 0x40, 0x1f, 0xc1, 0x9c, 0xcb, 0x08, 0xeb, 0xbb, 0x22, 0x64, 0x8b, 0xdb, 0xaf, 0x16, 0x01, + 0x13, 0x06, 0xad, 0x8a, 0x84, 0x9b, 0xf3, 0xbe, 0xb1, 0x04, 0x6a, 0xfc, 0x75, 0x06, 0x56, 0x42, + 0xe5, 0x5d, 0xcb, 0xec, 0x6a, 0x8c, 0xa7, 0xf4, 0x1d, 0x98, 0x65, 0x43, 0x9b, 0x8a, 0x3b, 0x59, + 0x68, 0xbd, 0xe2, 0x6f, 0xe6, 0x64, 0x68, 0xd3, 0x67, 0xa3, 0xfa, 0x5a, 0x86, 0x09, 0x17, 0x61, + 0x61, 0x84, 0xf6, 0x83, 0x7d, 0x4e, 0x0b, 0xf3, 0xb7, 0xe3, 0xce, 0x9f, 0x8d, 0xea, 0x19, 0x0d, + 0x44, 0x0d, 0x90, 0xe2, 0x5b, 0x44, 0x9f, 0x41, 0x45, 0x27, 0x2e, 0x3b, 0xb5, 0xbb, 0x84, 0xd1, + 0x13, 0xcd, 0xa0, 0xd5, 0x39, 0x71, 0xfa, 0xd7, 0x8a, 0x05, 0x8a, 0x5b, 0xb4, 0x6e, 0xc8, 0x1d, + 0x54, 0xf6, 0x63, 0x48, 0x38, 0x81, 0x8c, 0x06, 0x80, 0xf8, 0xca, 0x89, 0x43, 0x4c, 0xd7, 0x3b, + 0x15, 0xf7, 0x37, 0x3f, 0xb1, 0xbf, 0x75, 0xe9, 0x0f, 0xed, 0xa7, 0xd0, 0x70, 0x86, 0x07, 0xf4, + 0x32, 0xcc, 0x39, 0x94, 0xb8, 0x96, 0x59, 0x9d, 0x15, 0x37, 0x16, 0x84, 0x0b, 0x8b, 0x55, 0x2c, + 0xa5, 0xe8, 0x55, 0x98, 0x37, 0xa8, 0xeb, 0x92, 0x1e, 0xad, 0x96, 0x84, 0xe2, 0xb2, 0x54, 0x9c, + 0x3f, 0xf0, 0x96, 0xb1, 0x2f, 0x6f, 0xfc, 0x5e, 0x81, 0x4a, 0x18, 0xa6, 0x2b, 0xa8, 0xd5, 0xfb, + 0xf1, 0x5a, 0xfd, 0x6e, 0x81, 0xe4, 0xcc, 0xa9, 0xd1, 0x7f, 0x4c, 0x03, 0x0a, 0x95, 0xb0, 0xa5, + 0xeb, 0x6d, 0xd2, 0x39, 0x47, 0x1b, 0x30, 0x6b, 0x12, 0xc3, 0xcf, 0xc9, 0xa0, 0x40, 0x3e, 0x24, + 0x06, 0xc5, 0x42, 0x82, 0xbe, 0x50, 0x00, 0xf5, 0x45, 0x34, 0xbb, 0x3b, 0xa6, 0x69, 0x31, 0xc2, + 0x2f, 0xd8, 0xdf, 0xd0, 0x6e, 0x81, 0x0d, 0xf9, 0xbe, 0xd4, 0xd3, 0x14, 0xca, 0x3d, 0x93, 0x39, + 0xc3, 0x30, 0xb0, 0x69, 0x05, 0x9c, 0xe1, 0x1a, 0xfd, 0x04, 0xc0, 0x91, 0x98, 0x27, 0x96, 0x2c, + 0xdb, 0xfc, 0x1e, 0xe0, 0xbb, 0xdf, 0xb5, 0xcc, 0x47, 0x5a, 0x2f, 0x6c, 0x2c, 0x38, 0x80, 0xc0, + 0x11, 0xb8, 0xf5, 0x7b, 0xb0, 0x96, 0xb3, 0x4f, 0x74, 0x0d, 0x66, 0xce, 0xe9, 0xd0, 0xbb, 0x2a, + 0xcc, 0x7f, 0xa2, 0x55, 0x28, 0x0d, 0x88, 0xde, 0xa7, 0x5e, 0x4d, 0x62, 0xef, 0xe3, 0xf6, 0xf4, + 0xbb, 0x4a, 0xe3, 0xb7, 0xa5, 0x68, 0xa6, 0xf0, 0x7e, 0x83, 0x36, 0xf9, 0xf3, 0x60, 0xeb, 0x5a, + 0x87, 0xb8, 0x02, 0xa3, 0xd4, 0x7a, 0xc1, 0x7b, 0x1a, 0xbc, 0x35, 0x1c, 0x48, 0xd1, 0xcf, 0xa0, + 0xec, 0x52, 0x9d, 0x76, 0x98, 0xe5, 0xc8, 0x16, 0xf7, 0x56, 0xc1, 0x9c, 0x22, 0x6d, 0xaa, 0x1f, + 0x4b, 0x53, 0x0f, 0xde, 0xff, 0xc2, 0x01, 0x24, 0xfa, 0x08, 0xca, 0x8c, 0x1a, 0xb6, 0x4e, 0x18, + 0x95, 0xb7, 0x17, 0xcb, 0x2b, 0xde, 0x3b, 0x38, 0xd8, 0x91, 0xd5, 0x3d, 0x91, 0x6a, 0xa2, 0x7b, + 0x06, 0x79, 0xea, 0xaf, 0xe2, 0x00, 0x06, 0xfd, 0x18, 0xca, 0x2e, 0xe3, 0xaf, 0x7a, 0x6f, 0x28, + 0xaa, 0xed, 0xa2, 0x67, 0x25, 0xda, 0x47, 0x3d, 0x93, 0x10, 0xda, 0x5f, 0xc1, 0x01, 0x1c, 0xda, + 0x81, 0x65, 0x43, 0x33, 0x31, 0x25, 0xdd, 0xe1, 0x31, 0xed, 0x58, 0x66, 0xd7, 0x15, 0x65, 0x5a, + 0x6a, 0xad, 0x49, 0xa3, 0xe5, 0x83, 0xb8, 0x18, 0x27, 0xf5, 0xd1, 0x3e, 0xac, 0xfa, 0xcf, 0xee, + 0x7d, 0xcd, 0x65, 0x96, 0x33, 0xdc, 0xd7, 0x0c, 0x8d, 0x89, 0x9e, 0x57, 0x6a, 0x55, 0xc7, 0xa3, + 0xfa, 0x2a, 0xce, 0x90, 0xe3, 0x4c, 0x2b, 0xde, 0x57, 0x6c, 0xd2, 0x77, 0x69, 0x57, 0xf4, 0xb0, + 0x72, 0xd8, 0x57, 0x8e, 0xc4, 0x2a, 0x96, 0x52, 0xf4, 0x30, 0x96, 0xa6, 0xe5, 0xc9, 0xd2, 0xb4, + 0x92, 0x9f, 0xa2, 0xe8, 0x14, 0xd6, 0x6c, 0xc7, 0xea, 0x39, 0xd4, 0x75, 0xf7, 0x28, 0xe9, 0xea, + 0x9a, 0x49, 0xfd, 0x9b, 0x59, 0x10, 0x27, 0x7a, 0x69, 0x3c, 0xaa, 0xaf, 0x1d, 0x65, 0xab, 0xe0, + 0x3c, 0xdb, 0xc6, 0x9f, 0x66, 0xe1, 0x5a, 0xf2, 0x8d, 0x43, 0x1f, 0x00, 0xb2, 0xda, 0x2e, 0x75, + 0x06, 0xb4, 0xfb, 0xbe, 0x37, 0xb8, 0xf1, 0xe9, 0x46, 0x11, 0xd3, 0x4d, 0x50, 0xb7, 0x87, 0x29, + 0x0d, 0x9c, 0x61, 0xe5, 0xcd, 0x47, 0xb2, 0x00, 0xa6, 0xc5, 0x46, 0x23, 0xf3, 0x51, 0xaa, 0x08, + 0x76, 0x60, 0x59, 0xd6, 0xbe, 0x2f, 0x14, 0xc9, 0x1a, 0x89, 0xfb, 0x69, 0x5c, 0x8c, 0x93, 0xfa, + 0xe8, 0x0e, 0x2c, 0x39, 0x3c, 0x0f, 0x02, 0x80, 0x79, 0x01, 0xf0, 0x2d, 0x09, 0xb0, 0x84, 0xa3, + 0x42, 0x1c, 0xd7, 0x45, 0xef, 0xc3, 0x75, 0x32, 0x20, 0x9a, 0x4e, 0xda, 0x3a, 0x0d, 0x00, 0x66, + 0x05, 0xc0, 0x8b, 0x12, 0xe0, 0xfa, 0x4e, 0x52, 0x01, 0xa7, 0x6d, 0xd0, 0x01, 0xac, 0xf4, 0xcd, + 0x34, 0x94, 0x97, 0xc4, 0x2f, 0x49, 0xa8, 0x95, 0xd3, 0xb4, 0x0a, 0xce, 0xb2, 0x43, 0x9f, 0x02, + 0x74, 0xfc, 0x57, 0xdd, 0xad, 0xce, 0x89, 0x36, 0xfc, 0x46, 0x81, 0x62, 0x0b, 0x46, 0x81, 0xb0, + 0x05, 0x06, 0x4b, 0x2e, 0x8e, 0x60, 0xa2, 0xdb, 0x50, 0xe9, 0x58, 0xba, 0x2e, 0x32, 0x7f, 0xd7, + 0xea, 0x9b, 0x4c, 0x24, 0x6f, 0xa9, 0x85, 0xf8, 0x63, 0xbf, 0x1b, 0x93, 0xe0, 0x84, 0x66, 0xe3, + 0x8f, 0x4a, 0xf4, 0x99, 0xf1, 0xcb, 0x19, 0xdd, 0x8e, 0x8d, 0x3e, 0x2f, 0x27, 0x46, 0x9f, 0x1b, + 0x69, 0x8b, 0xc8, 0xe4, 0xa3, 0xc1, 0x12, 0x4f, 0x7e, 0xcd, 0xec, 0x79, 0x01, 0x97, 0x2d, 0xf1, + 0xcd, 0x0b, 0x4b, 0x29, 0xd0, 0x8e, 0x3c, 0x8c, 0xd7, 0x45, 0xcc, 0xa3, 0x42, 0x1c, 0x47, 0x6e, + 0xdc, 0x85, 0x4a, 0xbc, 0x0e, 0x63, 0x33, 0xbd, 0x72, 0xe9, 0x4c, 0xff, 0xb5, 0x02, 0x6b, 0x39, + 0xde, 0x91, 0x0e, 0x15, 0x83, 0x3c, 0x8e, 0x84, 0xf9, 0xd2, 0xd9, 0x98, 0xb3, 0x26, 0xd5, 0x63, + 0x4d, 0xea, 0x03, 0x93, 0x1d, 0x3a, 0xc7, 0xcc, 0xd1, 0xcc, 0x9e, 0x17, 0x87, 0x83, 0x18, 0x16, + 0x4e, 0x60, 0xa3, 0x4f, 0xa0, 0x6c, 0x90, 0xc7, 0xc7, 0x7d, 0xa7, 0x97, 0x75, 0x5f, 0xc5, 0xfc, + 0x88, 0xf7, 0xe3, 0x40, 0xa2, 0xe0, 0x00, 0xaf, 0x71, 0x08, 0x1b, 0xb1, 0x43, 0xf2, 0x56, 0x41, + 0x1f, 0xf5, 0xf5, 0x63, 0x1a, 0x06, 0xfc, 0x75, 0x58, 0xb0, 0x89, 0xc3, 0xb4, 0xa0, 0x5d, 0x94, + 0x5a, 0x4b, 0xe3, 0x51, 0x7d, 0xe1, 0xc8, 0x5f, 0xc4, 0xa1, 0xbc, 0xf1, 0x1f, 0x05, 0x4a, 0xc7, + 0x1d, 0xa2, 0xd3, 0x2b, 0xa0, 0x0e, 0x7b, 0x31, 0xea, 0xd0, 0xc8, 0x4d, 0x22, 0xb1, 0x9f, 0x5c, + 0xd6, 0xb0, 0x9f, 0x60, 0x0d, 0x37, 0x2f, 0xc1, 0xb9, 0x98, 0x30, 0xbc, 0x07, 0x0b, 0x81, 0xbb, + 0x58, 0x97, 0x54, 0x2e, 0xeb, 0x92, 0x8d, 0xdf, 0x4c, 0xc3, 0x62, 0xc4, 0xc5, 0x64, 0xd6, 0xfc, + 0xba, 0x23, 0x83, 0x06, 0xef, 0x24, 0xdb, 0x45, 0x0e, 0xa2, 0xfa, 0x43, 0x85, 0x37, 0xbf, 0x85, + 0xaf, 0x77, 0x7a, 0xd6, 0xb8, 0x0b, 0x15, 0x46, 0x9c, 0x1e, 0x65, 0xbe, 0x4c, 0x5c, 0xd8, 0x42, + 0x48, 0x1e, 0x4e, 0x62, 0x52, 0x9c, 0xd0, 0x5e, 0xbf, 0x03, 0x4b, 0x31, 0x67, 0x13, 0x0d, 0x61, + 0x5f, 0xf0, 0xcb, 0x09, 0x93, 0xf3, 0x0a, 0xb2, 0xeb, 0x83, 0x58, 0x76, 0x6d, 0xe6, 0x5f, 0x66, + 0xa4, 0x64, 0xf2, 0x72, 0x0c, 0x27, 0x72, 0xec, 0xb5, 0x42, 0x68, 0x17, 0x67, 0xda, 0x3f, 0xa7, + 0x61, 0x35, 0xa2, 0x1d, 0x72, 0xd3, 0xef, 0xc7, 0x1a, 0xf4, 0x66, 0xa2, 0x41, 0x57, 0xb3, 0x6c, + 0x9e, 0x1b, 0x39, 0xcd, 0x26, 0x8c, 0x33, 0xff, 0x8f, 0x84, 0xf1, 0x0f, 0x0a, 0x2c, 0x47, 0xee, + 0xee, 0x0a, 0x18, 0xe3, 0x83, 0x38, 0x63, 0xbc, 0x59, 0x24, 0x69, 0x72, 0x28, 0xe3, 0xbf, 0x14, + 0x68, 0x46, 0xb4, 0x8e, 0xa8, 0xe3, 0x6a, 0x2e, 0xa3, 0x26, 0xfb, 0xd8, 0xd2, 0xfb, 0x06, 0xdd, + 0xd5, 0x89, 0x66, 0x60, 0xca, 0x17, 0x34, 0xcb, 0x3c, 0xb2, 0x74, 0xad, 0x33, 0x44, 0x04, 0x16, + 0x3f, 0x3f, 0xa3, 0xe6, 0x1e, 0xd5, 0x29, 0xa3, 0x5d, 0x99, 0x4e, 0x3f, 0x90, 0xf0, 0x8b, 0x0f, + 0x43, 0xd1, 0xb3, 0x51, 0x7d, 0xb3, 0x08, 0xa2, 0xc8, 0xb2, 0x28, 0x26, 0xfa, 0x39, 0x00, 0xff, + 0x14, 0xfd, 0xa8, 0x2b, 0x13, 0xee, 0xae, 0x5f, 0x95, 0x0f, 0x03, 0xc9, 0x44, 0x0e, 0x22, 0x88, + 0x8d, 0xbf, 0xcd, 0xc7, 0x62, 0xf6, 0x8d, 0xe7, 0x6e, 0xbf, 0x80, 0xd5, 0x41, 0x78, 0x3b, 0xbe, + 0x02, 0x9f, 0x75, 0x67, 0x92, 0xff, 0x87, 0x05, 0xf0, 0x59, 0xf7, 0xda, 0xfa, 0xb6, 0x74, 0xb2, + 0xfa, 0x71, 0x06, 0x1c, 0xce, 0x74, 0x82, 0xbe, 0x07, 0x8b, 0x9c, 0x27, 0x68, 0x1d, 0xfa, 0x21, + 0x31, 0xfc, 0x7a, 0x5a, 0xf1, 0xf3, 0xe5, 0x38, 0x14, 0xe1, 0xa8, 0x1e, 0x3a, 0x83, 0x15, 0xdb, + 0xea, 0x1e, 0x10, 0x93, 0xf4, 0x28, 0x9f, 0xae, 0xbc, 0x50, 0x0a, 0x42, 0xb7, 0xd0, 0x7a, 0xc7, + 0x9f, 0xa9, 0x8f, 0xd2, 0x2a, 0xcf, 0x38, 0x33, 0x4a, 0x2f, 0x8b, 0x24, 0xc8, 0x82, 0x44, 0x0e, + 0x54, 0xfa, 0x72, 0xca, 0x91, 0xfc, 0xd6, 0xfb, 0xe7, 0x6a, 0xbb, 0x48, 0x61, 0x9d, 0xc6, 0x2c, + 0xc3, 0x47, 0x2f, 0xbe, 0x8e, 0x13, 0x1e, 0x72, 0xf9, 0x6a, 0xf9, 0x7f, 0xe2, 0xab, 0x19, 0x04, + 0x7a, 0x61, 0x42, 0x02, 0xfd, 0x67, 0x05, 0x6e, 0xda, 0x05, 0x6a, 0xa9, 0x0a, 0xe2, 0x6e, 0xee, + 0x17, 0xb9, 0x9b, 0x22, 0xb5, 0xd9, 0xda, 0x1c, 0x8f, 0xea, 0x37, 0x8b, 0x68, 0xe2, 0x42, 0xfb, + 0x6b, 0xfc, 0xae, 0x04, 0xd7, 0x53, 0xaf, 0x25, 0xfa, 0xd1, 0x05, 0x24, 0xf7, 0xc6, 0x73, 0x23, + 0xb8, 0x29, 0x76, 0x3a, 0x33, 0x01, 0x3b, 0xdd, 0x81, 0xe5, 0x4e, 0xdf, 0x71, 0xa8, 0xc9, 0x12, + 0xdc, 0x34, 0x08, 0xea, 0x6e, 0x5c, 0x8c, 0x93, 0xfa, 0x59, 0x04, 0xbb, 0x34, 0x21, 0xc1, 0x8e, + 0xee, 0x42, 0x92, 0x24, 0xaf, 0x04, 0xd3, 0xbb, 0x90, 0x5c, 0x29, 0xa9, 0xcf, 0x07, 0x44, 0x0f, + 0x35, 0x40, 0x98, 0x8f, 0x0f, 0x88, 0xa7, 0x31, 0x29, 0x4e, 0x68, 0x67, 0x90, 0xd5, 0x85, 0xa2, + 0x64, 0x15, 0x91, 0x18, 0x95, 0x06, 0xd1, 0xef, 0xb6, 0x8a, 0xe4, 0x6e, 0x71, 0x2e, 0x9d, 0xf9, + 0x2f, 0xc2, 0xe2, 0xe4, 0xff, 0x22, 0x34, 0xfe, 0xa2, 0xc0, 0x8b, 0xb9, 0x9d, 0x05, 0xed, 0xc4, + 0xc6, 0xb7, 0xad, 0xc4, 0xf8, 0xf6, 0x9d, 0x5c, 0xc3, 0xc8, 0x0c, 0xe7, 0x64, 0xd3, 0xec, 0xf7, + 0x8a, 0xd1, 0xec, 0x0c, 0x0e, 0x78, 0x39, 0xdf, 0x6e, 0x6d, 0x3d, 0x79, 0x5a, 0x9b, 0xfa, 0xf2, + 0x69, 0x6d, 0xea, 0xab, 0xa7, 0xb5, 0xa9, 0x5f, 0x8e, 0x6b, 0xca, 0x93, 0x71, 0x4d, 0xf9, 0x72, + 0x5c, 0x53, 0xbe, 0x1a, 0xd7, 0x94, 0xbf, 0x8f, 0x6b, 0xca, 0xaf, 0xbf, 0xae, 0x4d, 0x7d, 0x32, + 0x2f, 0x3d, 0xfe, 0x37, 0x00, 0x00, 0xff, 0xff, 0x3d, 0xfc, 0xe0, 0xc3, 0xad, 0x1d, 0x00, 0x00, } func (m *ControllerRevision) Marshal() (dAtA []byte, err error) { @@ -1687,6 +1724,39 @@ func (m *StatefulSetList) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) 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 *StatefulSetPersistentVolumeClaimRetentionPolicy) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + i -= len(m.WhenScaled) + copy(dAtA[i:], m.WhenScaled) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.WhenScaled))) + i-- + dAtA[i] = 0x12 + i -= len(m.WhenDeleted) + copy(dAtA[i:], m.WhenDeleted) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.WhenDeleted))) + i-- + dAtA[i] = 0xa + return len(dAtA) - i, nil +} + func (m *StatefulSetSpec) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -1707,6 +1777,18 @@ func (m *StatefulSetSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.PersistentVolumeClaimRetentionPolicy != nil { + { + size, err := m.PersistentVolumeClaimRetentionPolicy.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x52 + } i = encodeVarintGenerated(dAtA, i, uint64(m.MinReadySeconds)) i-- dAtA[i] = 0x48 @@ -2213,6 +2295,19 @@ func (m *StatefulSetList) Size() (n int) { return n } +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.WhenDeleted) + n += 1 + l + sovGenerated(uint64(l)) + l = len(m.WhenScaled) + n += 1 + l + sovGenerated(uint64(l)) + return n +} + func (m *StatefulSetSpec) Size() (n int) { if m == nil { return 0 @@ -2244,6 +2339,10 @@ func (m *StatefulSetSpec) Size() (n int) { n += 1 + sovGenerated(uint64(*m.RevisionHistoryLimit)) } n += 1 + sovGenerated(uint64(m.MinReadySeconds)) + if m.PersistentVolumeClaimRetentionPolicy != nil { + l = m.PersistentVolumeClaimRetentionPolicy.Size() + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -2559,6 +2658,17 @@ func (this *StatefulSetList) String() string { }, "") return s } +func (this *StatefulSetPersistentVolumeClaimRetentionPolicy) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&StatefulSetPersistentVolumeClaimRetentionPolicy{`, + `WhenDeleted:` + fmt.Sprintf("%v", this.WhenDeleted) + `,`, + `WhenScaled:` + fmt.Sprintf("%v", this.WhenScaled) + `,`, + `}`, + }, "") + return s +} func (this *StatefulSetSpec) String() string { if this == nil { return "nil" @@ -2578,6 +2688,7 @@ func (this *StatefulSetSpec) String() string { `UpdateStrategy:` + strings.Replace(strings.Replace(this.UpdateStrategy.String(), "StatefulSetUpdateStrategy", "StatefulSetUpdateStrategy", 1), `&`, ``, 1) + `,`, `RevisionHistoryLimit:` + valueToStringGenerated(this.RevisionHistoryLimit) + `,`, `MinReadySeconds:` + fmt.Sprintf("%v", this.MinReadySeconds) + `,`, + `PersistentVolumeClaimRetentionPolicy:` + strings.Replace(this.PersistentVolumeClaimRetentionPolicy.String(), "StatefulSetPersistentVolumeClaimRetentionPolicy", "StatefulSetPersistentVolumeClaimRetentionPolicy", 1) + `,`, `}`, }, "") return s @@ -5436,6 +5547,120 @@ func (m *StatefulSetList) Unmarshal(dAtA []byte) error { } return nil } +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) 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 ErrIntOverflowGenerated + } + 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: StatefulSetPersistentVolumeClaimRetentionPolicy: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: StatefulSetPersistentVolumeClaimRetentionPolicy: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field WhenDeleted", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + 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 ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.WhenDeleted = PersistentVolumeClaimRetentionPolicyType(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field WhenScaled", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + 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 ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.WhenScaled = PersistentVolumeClaimRetentionPolicyType(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *StatefulSetSpec) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -5724,6 +5949,42 @@ func (m *StatefulSetSpec) Unmarshal(dAtA []byte) error { break } } + case 10: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PersistentVolumeClaimRetentionPolicy", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.PersistentVolumeClaimRetentionPolicy == nil { + m.PersistentVolumeClaimRetentionPolicy = &StatefulSetPersistentVolumeClaimRetentionPolicy{} + } + if err := m.PersistentVolumeClaimRetentionPolicy.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) diff --git a/vendor/k8s.io/api/apps/v1beta1/generated.proto b/vendor/k8s.io/api/apps/v1beta1/generated.proto index 128efa9ca..9f9df98fc 100644 --- a/vendor/k8s.io/api/apps/v1beta1/generated.proto +++ b/vendor/k8s.io/api/apps/v1beta1/generated.proto @@ -190,7 +190,7 @@ message DeploymentStatus { // +optional optional int32 updatedReplicas = 3; - // Total number of ready pods targeted by this deployment. + // readyReplicas is the number of pods targeted by this Deployment controller with a Ready Condition. // +optional optional int32 readyReplicas = 7; @@ -367,6 +367,23 @@ message StatefulSetList { repeated StatefulSet items = 2; } +// StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs +// created from the StatefulSet VolumeClaimTemplates. +message StatefulSetPersistentVolumeClaimRetentionPolicy { + // WhenDeleted specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is deleted. The default policy + // of `Retain` causes PVCs to not be affected by StatefulSet deletion. The + // `Delete` policy causes those PVCs to be deleted. + optional string whenDeleted = 1; + + // WhenScaled specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is scaled down. The default + // policy of `Retain` causes PVCs to not be affected by a scaledown. The + // `Delete` policy causes the associated PVCs for any excess pods above + // the replica count to be deleted. + optional string whenScaled = 2; +} + // A StatefulSetSpec is the specification of a StatefulSet. message StatefulSetSpec { // replicas is the desired number of replicas of the given Template. @@ -434,6 +451,12 @@ message StatefulSetSpec { // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. // +optional optional int32 minReadySeconds = 9; + + // PersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from + // the StatefulSet VolumeClaimTemplates. This requires the + // StatefulSetAutoDeletePVC feature gate to be enabled, which is alpha. + // +optional + optional StatefulSetPersistentVolumeClaimRetentionPolicy persistentVolumeClaimRetentionPolicy = 10; } // StatefulSetStatus represents the current state of a StatefulSet. @@ -446,7 +469,7 @@ message StatefulSetStatus { // replicas is the number of Pods created by the StatefulSet controller. optional int32 replicas = 2; - // readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition. + // readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition. optional int32 readyReplicas = 3; // currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version @@ -478,9 +501,7 @@ message StatefulSetStatus { repeated StatefulSetCondition conditions = 10; // Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet. - // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. - // Remove omitempty when graduating to beta - // +optional + // This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate. optional int32 availableReplicas = 11; } diff --git a/vendor/k8s.io/api/apps/v1beta1/types.go b/vendor/k8s.io/api/apps/v1beta1/types.go index be638bb0f..832ef34f4 100644 --- a/vendor/k8s.io/api/apps/v1beta1/types.go +++ b/vendor/k8s.io/api/apps/v1beta1/types.go @@ -158,6 +158,40 @@ type RollingUpdateStatefulSetStrategy struct { Partition *int32 `json:"partition,omitempty" protobuf:"varint,1,opt,name=partition"` } +// PersistentVolumeClaimRetentionPolicyType is a string enumeration of the policies that will determine +// when volumes from the VolumeClaimTemplates will be deleted when the controlling StatefulSet is +// deleted or scaled down. +type PersistentVolumeClaimRetentionPolicyType string + +const ( + // RetainPersistentVolumeClaimRetentionPolicyType is the default + // PersistentVolumeClaimRetentionPolicy and specifies that + // PersistentVolumeClaims associated with StatefulSet VolumeClaimTemplates + // will not be deleted. + RetainPersistentVolumeClaimRetentionPolicyType PersistentVolumeClaimRetentionPolicyType = "Retain" + // RetentionPersistentVolumeClaimRetentionPolicyType specifies that + // PersistentVolumeClaims associated with StatefulSet VolumeClaimTemplates + // will be deleted in the scenario specified in + // StatefulSetPersistentVolumeClaimRetentionPolicy. + RetentionPersistentVolumeClaimRetentionPolicyType PersistentVolumeClaimRetentionPolicyType = "Delete" +) + +// StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs +// created from the StatefulSet VolumeClaimTemplates. +type StatefulSetPersistentVolumeClaimRetentionPolicy struct { + // WhenDeleted specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is deleted. The default policy + // of `Retain` causes PVCs to not be affected by StatefulSet deletion. The + // `Delete` policy causes those PVCs to be deleted. + WhenDeleted PersistentVolumeClaimRetentionPolicyType `json:"whenDeleted,omitempty" protobuf:"bytes,1,opt,name=whenDeleted,casttype=PersistentVolumeClaimRetentionPolicyType"` + // WhenScaled specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is scaled down. The default + // policy of `Retain` causes PVCs to not be affected by a scaledown. The + // `Delete` policy causes the associated PVCs for any excess pods above + // the replica count to be deleted. + WhenScaled PersistentVolumeClaimRetentionPolicyType `json:"whenScaled,omitempty" protobuf:"bytes,2,opt,name=whenScaled,casttype=PersistentVolumeClaimRetentionPolicyType"` +} + // A StatefulSetSpec is the specification of a StatefulSet. type StatefulSetSpec struct { // replicas is the desired number of replicas of the given Template. @@ -225,6 +259,12 @@ type StatefulSetSpec struct { // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. // +optional MinReadySeconds int32 `json:"minReadySeconds,omitempty" protobuf:"varint,9,opt,name=minReadySeconds"` + + // PersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from + // the StatefulSet VolumeClaimTemplates. This requires the + // StatefulSetAutoDeletePVC feature gate to be enabled, which is alpha. + // +optional + PersistentVolumeClaimRetentionPolicy *StatefulSetPersistentVolumeClaimRetentionPolicy `json:"persistentVolumeClaimRetentionPolicy,omitempty" protobuf:"bytes,10,opt,name=persistentVolumeClaimRetentionPolicy"` } // StatefulSetStatus represents the current state of a StatefulSet. @@ -237,7 +277,7 @@ type StatefulSetStatus struct { // replicas is the number of Pods created by the StatefulSet controller. Replicas int32 `json:"replicas" protobuf:"varint,2,opt,name=replicas"` - // readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition. + // readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition. ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,3,opt,name=readyReplicas"` // currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version @@ -269,10 +309,8 @@ type StatefulSetStatus struct { Conditions []StatefulSetCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,10,rep,name=conditions"` // Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet. - // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. - // Remove omitempty when graduating to beta - // +optional - AvailableReplicas int32 `json:"availableReplicas,omitempty" protobuf:"varint,11,opt,name=availableReplicas"` + // This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate. + AvailableReplicas int32 `json:"availableReplicas" protobuf:"varint,11,opt,name=availableReplicas"` } type StatefulSetConditionType string @@ -485,7 +523,7 @@ type DeploymentStatus struct { // +optional UpdatedReplicas int32 `json:"updatedReplicas,omitempty" protobuf:"varint,3,opt,name=updatedReplicas"` - // Total number of ready pods targeted by this deployment. + // readyReplicas is the number of pods targeted by this Deployment controller with a Ready Condition. // +optional ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,7,opt,name=readyReplicas"` diff --git a/vendor/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go b/vendor/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go index 51e08b575..e92881a35 100644 --- a/vendor/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go +++ b/vendor/k8s.io/api/apps/v1beta1/types_swagger_doc_generated.go @@ -116,7 +116,7 @@ var map_DeploymentStatus = map[string]string{ "observedGeneration": "The generation observed by the deployment controller.", "replicas": "Total number of non-terminated pods targeted by this deployment (their labels match the selector).", "updatedReplicas": "Total number of non-terminated pods targeted by this deployment that have the desired template spec.", - "readyReplicas": "Total number of ready pods targeted by this deployment.", + "readyReplicas": "readyReplicas is the number of pods targeted by this Deployment controller with a Ready Condition.", "availableReplicas": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.", "unavailableReplicas": "Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.", "conditions": "Represents the latest available observations of a deployment's current state.", @@ -227,17 +227,28 @@ func (StatefulSetList) SwaggerDoc() map[string]string { return map_StatefulSetList } +var map_StatefulSetPersistentVolumeClaimRetentionPolicy = map[string]string{ + "": "StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.", + "whenDeleted": "WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.", + "whenScaled": "WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.", +} + +func (StatefulSetPersistentVolumeClaimRetentionPolicy) SwaggerDoc() map[string]string { + return map_StatefulSetPersistentVolumeClaimRetentionPolicy +} + var map_StatefulSetSpec = map[string]string{ - "": "A StatefulSetSpec is the specification of a StatefulSet.", - "replicas": "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.", - "selector": "selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors", - "template": "template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.", - "volumeClaimTemplates": "volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.", - "serviceName": "serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller.", - "podManagementPolicy": "podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.", - "updateStrategy": "updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.", - "revisionHistoryLimit": "revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.", - "minReadySeconds": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate.", + "": "A StatefulSetSpec is the specification of a StatefulSet.", + "replicas": "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.", + "selector": "selector is a label query over pods that should match the replica count. If empty, defaulted to labels on the pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors", + "template": "template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.", + "volumeClaimTemplates": "volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.", + "serviceName": "serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller.", + "podManagementPolicy": "podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.", + "updateStrategy": "updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.", + "revisionHistoryLimit": "revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.", + "minReadySeconds": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate.", + "persistentVolumeClaimRetentionPolicy": "PersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates. This requires the StatefulSetAutoDeletePVC feature gate to be enabled, which is alpha.", } func (StatefulSetSpec) SwaggerDoc() map[string]string { @@ -248,14 +259,14 @@ var map_StatefulSetStatus = map[string]string{ "": "StatefulSetStatus represents the current state of a StatefulSet.", "observedGeneration": "observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.", "replicas": "replicas is the number of Pods created by the StatefulSet controller.", - "readyReplicas": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.", + "readyReplicas": "readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition.", "currentReplicas": "currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.", "updatedReplicas": "updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.", "currentRevision": "currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).", "updateRevision": "updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)", "collisionCount": "collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.", "conditions": "Represents the latest available observations of a statefulset's current state.", - "availableReplicas": "Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet. This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. Remove omitempty when graduating to beta", + "availableReplicas": "Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet. This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate.", } func (StatefulSetStatus) SwaggerDoc() map[string]string { diff --git a/vendor/k8s.io/api/apps/v1beta2/generated.pb.go b/vendor/k8s.io/api/apps/v1beta2/generated.pb.go index e03a95acd..cd1a06e25 100644 --- a/vendor/k8s.io/api/apps/v1beta2/generated.pb.go +++ b/vendor/k8s.io/api/apps/v1beta2/generated.pb.go @@ -833,10 +833,40 @@ func (m *StatefulSetList) XXX_DiscardUnknown() { var xxx_messageInfo_StatefulSetList proto.InternalMessageInfo +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) Reset() { + *m = StatefulSetPersistentVolumeClaimRetentionPolicy{} +} +func (*StatefulSetPersistentVolumeClaimRetentionPolicy) ProtoMessage() {} +func (*StatefulSetPersistentVolumeClaimRetentionPolicy) Descriptor() ([]byte, []int) { + return fileDescriptor_42fe616264472f7e, []int{28} +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_Merge(src proto.Message) { + xxx_messageInfo_StatefulSetPersistentVolumeClaimRetentionPolicy.Merge(m, src) +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_Size() int { + return m.Size() +} +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) XXX_DiscardUnknown() { + xxx_messageInfo_StatefulSetPersistentVolumeClaimRetentionPolicy.DiscardUnknown(m) +} + +var xxx_messageInfo_StatefulSetPersistentVolumeClaimRetentionPolicy proto.InternalMessageInfo + func (m *StatefulSetSpec) Reset() { *m = StatefulSetSpec{} } func (*StatefulSetSpec) ProtoMessage() {} func (*StatefulSetSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_42fe616264472f7e, []int{28} + return fileDescriptor_42fe616264472f7e, []int{29} } func (m *StatefulSetSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -864,7 +894,7 @@ var xxx_messageInfo_StatefulSetSpec proto.InternalMessageInfo func (m *StatefulSetStatus) Reset() { *m = StatefulSetStatus{} } func (*StatefulSetStatus) ProtoMessage() {} func (*StatefulSetStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_42fe616264472f7e, []int{29} + return fileDescriptor_42fe616264472f7e, []int{30} } func (m *StatefulSetStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -892,7 +922,7 @@ var xxx_messageInfo_StatefulSetStatus proto.InternalMessageInfo func (m *StatefulSetUpdateStrategy) Reset() { *m = StatefulSetUpdateStrategy{} } func (*StatefulSetUpdateStrategy) ProtoMessage() {} func (*StatefulSetUpdateStrategy) Descriptor() ([]byte, []int) { - return fileDescriptor_42fe616264472f7e, []int{30} + return fileDescriptor_42fe616264472f7e, []int{31} } func (m *StatefulSetUpdateStrategy) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -947,6 +977,7 @@ func init() { proto.RegisterType((*StatefulSet)(nil), "k8s.io.api.apps.v1beta2.StatefulSet") proto.RegisterType((*StatefulSetCondition)(nil), "k8s.io.api.apps.v1beta2.StatefulSetCondition") proto.RegisterType((*StatefulSetList)(nil), "k8s.io.api.apps.v1beta2.StatefulSetList") + proto.RegisterType((*StatefulSetPersistentVolumeClaimRetentionPolicy)(nil), "k8s.io.api.apps.v1beta2.StatefulSetPersistentVolumeClaimRetentionPolicy") proto.RegisterType((*StatefulSetSpec)(nil), "k8s.io.api.apps.v1beta2.StatefulSetSpec") proto.RegisterType((*StatefulSetStatus)(nil), "k8s.io.api.apps.v1beta2.StatefulSetStatus") proto.RegisterType((*StatefulSetUpdateStrategy)(nil), "k8s.io.api.apps.v1beta2.StatefulSetUpdateStrategy") @@ -957,144 +988,150 @@ func init() { } var fileDescriptor_42fe616264472f7e = []byte{ - // 2182 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0xcd, 0x6f, 0x1c, 0xb7, - 0xf9, 0xf6, 0xec, 0x87, 0xb4, 0x4b, 0x59, 0x92, 0x4d, 0xe9, 0x27, 0x6d, 0xec, 0x5f, 0x57, 0xc6, - 0x26, 0x70, 0x94, 0xd8, 0x9a, 0xb5, 0x95, 0x0f, 0x24, 0x76, 0xd1, 0x56, 0x2b, 0xa5, 0xb6, 0x03, - 0x7d, 0x85, 0xb2, 0x0c, 0x34, 0x68, 0x51, 0x53, 0xbb, 0xf4, 0x6a, 0xa2, 0xf9, 0xc2, 0x0c, 0x67, - 0xeb, 0x45, 0x2f, 0xbd, 0x16, 0x28, 0xd0, 0xf4, 0xda, 0x7f, 0xa2, 0xb7, 0xa2, 0x68, 0x6e, 0x45, - 0x50, 0xf8, 0x18, 0xf4, 0x92, 0x9c, 0x84, 0x7a, 0x73, 0x2a, 0x8a, 0x1e, 0x7b, 0x09, 0x50, 0xa0, - 0x20, 0x87, 0xf3, 0xc1, 0xf9, 0xf0, 0x8e, 0x14, 0x47, 0x69, 0x82, 0xdc, 0xb4, 0xe4, 0xf3, 0x3e, - 0x7c, 0x5f, 0xf2, 0x25, 0xdf, 0x87, 0x1c, 0x81, 0x1f, 0x1d, 0xbd, 0xe5, 0xaa, 0x9a, 0xd5, 0x3e, - 0xf2, 0x0e, 0x88, 0x63, 0x12, 0x4a, 0xdc, 0xf6, 0x80, 0x98, 0x3d, 0xcb, 0x69, 0x8b, 0x0e, 0x6c, - 0x6b, 0x6d, 0x6c, 0xdb, 0x6e, 0x7b, 0x70, 0xf3, 0x80, 0x50, 0xbc, 0xda, 0xee, 0x13, 0x93, 0x38, - 0x98, 0x92, 0x9e, 0x6a, 0x3b, 0x16, 0xb5, 0xe0, 0xa2, 0x0f, 0x54, 0xb1, 0xad, 0xa9, 0x0c, 0xa8, - 0x0a, 0xe0, 0xa5, 0x95, 0xbe, 0x46, 0x0f, 0xbd, 0x03, 0xb5, 0x6b, 0x19, 0xed, 0xbe, 0xd5, 0xb7, - 0xda, 0x1c, 0x7f, 0xe0, 0x3d, 0xe2, 0xbf, 0xf8, 0x0f, 0xfe, 0x97, 0xcf, 0x73, 0xa9, 0x15, 0x1b, - 0xb0, 0x6b, 0x39, 0xa4, 0x3d, 0xb8, 0x99, 0x1c, 0xeb, 0xd2, 0xeb, 0x11, 0xc6, 0xc0, 0xdd, 0x43, - 0xcd, 0x24, 0xce, 0xb0, 0x6d, 0x1f, 0xf5, 0x59, 0x83, 0xdb, 0x36, 0x08, 0xc5, 0x59, 0x56, 0xed, - 0x3c, 0x2b, 0xc7, 0x33, 0xa9, 0x66, 0x90, 0x94, 0xc1, 0x9b, 0xe3, 0x0c, 0xdc, 0xee, 0x21, 0x31, - 0x70, 0xca, 0xee, 0xb5, 0x3c, 0x3b, 0x8f, 0x6a, 0x7a, 0x5b, 0x33, 0xa9, 0x4b, 0x9d, 0xa4, 0x51, - 0xeb, 0xdf, 0x0a, 0x80, 0xeb, 0x96, 0x49, 0x1d, 0x4b, 0xd7, 0x89, 0x83, 0xc8, 0x40, 0x73, 0x35, - 0xcb, 0x84, 0x0f, 0x41, 0x8d, 0xc5, 0xd3, 0xc3, 0x14, 0x37, 0x94, 0x2b, 0xca, 0xf2, 0xd4, 0xea, - 0x0d, 0x35, 0x9a, 0xe9, 0x90, 0x5e, 0xb5, 0x8f, 0xfa, 0xac, 0xc1, 0x55, 0x19, 0x5a, 0x1d, 0xdc, - 0x54, 0x77, 0x0e, 0x3e, 0x20, 0x5d, 0xba, 0x45, 0x28, 0xee, 0xc0, 0x27, 0xc7, 0x4b, 0xe7, 0x46, - 0xc7, 0x4b, 0x20, 0x6a, 0x43, 0x21, 0x2b, 0xdc, 0x01, 0x15, 0xce, 0x5e, 0xe2, 0xec, 0x2b, 0xb9, - 0xec, 0x22, 0x68, 0x15, 0xe1, 0x5f, 0xbc, 0xf3, 0x98, 0x12, 0x93, 0xb9, 0xd7, 0x39, 0x2f, 0xa8, - 0x2b, 0x1b, 0x98, 0x62, 0xc4, 0x89, 0xe0, 0x75, 0x50, 0x73, 0x84, 0xfb, 0x8d, 0xf2, 0x15, 0x65, - 0xb9, 0xdc, 0xb9, 0x20, 0x50, 0xb5, 0x20, 0x2c, 0x14, 0x22, 0x5a, 0x4f, 0x14, 0xb0, 0x90, 0x8e, - 0x7b, 0x53, 0x73, 0x29, 0xfc, 0x69, 0x2a, 0x76, 0xb5, 0x58, 0xec, 0xcc, 0x9a, 0x47, 0x1e, 0x0e, - 0x1c, 0xb4, 0xc4, 0xe2, 0xde, 0x05, 0x55, 0x8d, 0x12, 0xc3, 0x6d, 0x94, 0xae, 0x94, 0x97, 0xa7, - 0x56, 0xaf, 0xa9, 0x39, 0x09, 0xac, 0xa6, 0xbd, 0xeb, 0x4c, 0x0b, 0xde, 0xea, 0x3d, 0xc6, 0x80, - 0x7c, 0xa2, 0xd6, 0xaf, 0x4b, 0xa0, 0xbe, 0x81, 0x89, 0x61, 0x99, 0x7b, 0x84, 0x9e, 0xc1, 0xca, - 0xdd, 0x05, 0x15, 0xd7, 0x26, 0x5d, 0xb1, 0x72, 0x57, 0x73, 0x03, 0x08, 0x7d, 0xda, 0xb3, 0x49, - 0x37, 0x5a, 0x32, 0xf6, 0x0b, 0x71, 0x06, 0xb8, 0x0b, 0x26, 0x5c, 0x8a, 0xa9, 0xe7, 0xf2, 0x05, - 0x9b, 0x5a, 0x5d, 0x2e, 0xc0, 0xc5, 0xf1, 0x9d, 0x19, 0xc1, 0x36, 0xe1, 0xff, 0x46, 0x82, 0xa7, - 0xf5, 0x8f, 0x12, 0x80, 0x21, 0x76, 0xdd, 0x32, 0x7b, 0x1a, 0x65, 0xe9, 0x7c, 0x0b, 0x54, 0xe8, - 0xd0, 0x26, 0x7c, 0x42, 0xea, 0x9d, 0xab, 0x81, 0x2b, 0xf7, 0x87, 0x36, 0xf9, 0xe2, 0x78, 0x69, - 0x21, 0x6d, 0xc1, 0x7a, 0x10, 0xb7, 0x81, 0x9b, 0xa1, 0x93, 0x25, 0x6e, 0xfd, 0xba, 0x3c, 0xf4, - 0x17, 0xc7, 0x4b, 0x19, 0x67, 0x87, 0x1a, 0x32, 0xc9, 0x0e, 0xc2, 0x01, 0x80, 0x3a, 0x76, 0xe9, - 0x7d, 0x07, 0x9b, 0xae, 0x3f, 0x92, 0x66, 0x10, 0x11, 0xfe, 0xab, 0xc5, 0x16, 0x8a, 0x59, 0x74, - 0x2e, 0x09, 0x2f, 0xe0, 0x66, 0x8a, 0x0d, 0x65, 0x8c, 0x00, 0xaf, 0x82, 0x09, 0x87, 0x60, 0xd7, - 0x32, 0x1b, 0x15, 0x1e, 0x45, 0x38, 0x81, 0x88, 0xb7, 0x22, 0xd1, 0x0b, 0x5f, 0x01, 0x93, 0x06, - 0x71, 0x5d, 0xdc, 0x27, 0x8d, 0x2a, 0x07, 0xce, 0x0a, 0xe0, 0xe4, 0x96, 0xdf, 0x8c, 0x82, 0xfe, - 0xd6, 0x1f, 0x15, 0x30, 0x1d, 0xce, 0xdc, 0x19, 0xec, 0x9c, 0x3b, 0xf2, 0xce, 0x69, 0x8d, 0x4f, - 0x96, 0x9c, 0x0d, 0xf3, 0x71, 0x39, 0xe6, 0x38, 0x4b, 0x47, 0xf8, 0x33, 0x50, 0x73, 0x89, 0x4e, - 0xba, 0xd4, 0x72, 0x84, 0xe3, 0xaf, 0x15, 0x74, 0x1c, 0x1f, 0x10, 0x7d, 0x4f, 0x98, 0x76, 0xce, - 0x33, 0xcf, 0x83, 0x5f, 0x28, 0xa4, 0x84, 0xef, 0x81, 0x1a, 0x25, 0x86, 0xad, 0x63, 0x4a, 0xc4, - 0xae, 0x79, 0x31, 0xee, 0x3c, 0xcb, 0x19, 0x46, 0xb6, 0x6b, 0xf5, 0xee, 0x0b, 0x18, 0xdf, 0x32, - 0xe1, 0x64, 0x04, 0xad, 0x28, 0xa4, 0x81, 0x36, 0x98, 0xf1, 0xec, 0x1e, 0x43, 0x52, 0x76, 0x9c, - 0xf7, 0x87, 0x22, 0x87, 0x6e, 0x8c, 0x9f, 0x95, 0x7d, 0xc9, 0xae, 0xb3, 0x20, 0x46, 0x99, 0x91, - 0xdb, 0x51, 0x82, 0x1f, 0xae, 0x81, 0x59, 0x43, 0x33, 0x11, 0xc1, 0xbd, 0xe1, 0x1e, 0xe9, 0x5a, - 0x66, 0xcf, 0xe5, 0xa9, 0x54, 0xed, 0x2c, 0x0a, 0x82, 0xd9, 0x2d, 0xb9, 0x1b, 0x25, 0xf1, 0x70, - 0x13, 0xcc, 0x07, 0x07, 0xf0, 0x5d, 0xcd, 0xa5, 0x96, 0x33, 0xdc, 0xd4, 0x0c, 0x8d, 0x36, 0x26, - 0x38, 0x4f, 0x63, 0x74, 0xbc, 0x34, 0x8f, 0x32, 0xfa, 0x51, 0xa6, 0x55, 0xeb, 0x77, 0x13, 0x60, - 0x36, 0x71, 0x2e, 0xc0, 0x07, 0x60, 0xa1, 0xeb, 0x39, 0x0e, 0x31, 0xe9, 0xb6, 0x67, 0x1c, 0x10, - 0x67, 0xaf, 0x7b, 0x48, 0x7a, 0x9e, 0x4e, 0x7a, 0x7c, 0x59, 0xab, 0x9d, 0xa6, 0xf0, 0x75, 0x61, - 0x3d, 0x13, 0x85, 0x72, 0xac, 0xe1, 0xbb, 0x00, 0x9a, 0xbc, 0x69, 0x4b, 0x73, 0xdd, 0x90, 0xb3, - 0xc4, 0x39, 0xc3, 0xad, 0xb8, 0x9d, 0x42, 0xa0, 0x0c, 0x2b, 0xe6, 0x63, 0x8f, 0xb8, 0x9a, 0x43, - 0x7a, 0x49, 0x1f, 0xcb, 0xb2, 0x8f, 0x1b, 0x99, 0x28, 0x94, 0x63, 0x0d, 0xdf, 0x00, 0x53, 0xfe, - 0x68, 0x7c, 0xce, 0xc5, 0xe2, 0xcc, 0x09, 0xb2, 0xa9, 0xed, 0xa8, 0x0b, 0xc5, 0x71, 0x2c, 0x34, - 0xeb, 0xc0, 0x25, 0xce, 0x80, 0xf4, 0xee, 0xf8, 0xe2, 0x80, 0x55, 0xd0, 0x2a, 0xaf, 0xa0, 0x61, - 0x68, 0x3b, 0x29, 0x04, 0xca, 0xb0, 0x62, 0xa1, 0xf9, 0x59, 0x93, 0x0a, 0x6d, 0x42, 0x0e, 0x6d, - 0x3f, 0x13, 0x85, 0x72, 0xac, 0x59, 0xee, 0xf9, 0x2e, 0xaf, 0x0d, 0xb0, 0xa6, 0xe3, 0x03, 0x9d, - 0x34, 0x26, 0xe5, 0xdc, 0xdb, 0x96, 0xbb, 0x51, 0x12, 0x0f, 0xef, 0x80, 0x8b, 0x7e, 0xd3, 0xbe, - 0x89, 0x43, 0x92, 0x1a, 0x27, 0x79, 0x41, 0x90, 0x5c, 0xdc, 0x4e, 0x02, 0x50, 0xda, 0x06, 0xde, - 0x02, 0x33, 0x5d, 0x4b, 0xd7, 0x79, 0x3e, 0xae, 0x5b, 0x9e, 0x49, 0x1b, 0x75, 0xce, 0x02, 0xd9, - 0x1e, 0x5a, 0x97, 0x7a, 0x50, 0x02, 0x09, 0x7f, 0x0e, 0x40, 0x37, 0x28, 0x0c, 0x6e, 0x03, 0x8c, - 0x51, 0x00, 0xe9, 0xb2, 0x14, 0x55, 0xe6, 0xb0, 0xc9, 0x45, 0x31, 0xca, 0xd6, 0xc7, 0x0a, 0x58, - 0xcc, 0xd9, 0xe8, 0xf0, 0x87, 0x52, 0x11, 0xbc, 0x96, 0x28, 0x82, 0x97, 0x73, 0xcc, 0x62, 0x95, - 0xf0, 0x10, 0x4c, 0x33, 0x41, 0xa2, 0x99, 0x7d, 0x1f, 0x22, 0xce, 0xb2, 0x76, 0x6e, 0x00, 0x28, - 0x8e, 0x8e, 0x4e, 0xe5, 0x8b, 0xa3, 0xe3, 0xa5, 0x69, 0xa9, 0x0f, 0xc9, 0xc4, 0xad, 0xdf, 0x94, - 0x00, 0xd8, 0x20, 0xb6, 0x6e, 0x0d, 0x0d, 0x62, 0x9e, 0x85, 0xa6, 0xb9, 0x27, 0x69, 0x9a, 0x97, - 0xf3, 0x97, 0x24, 0x74, 0x2a, 0x57, 0xd4, 0xbc, 0x97, 0x10, 0x35, 0xaf, 0x14, 0x21, 0x7b, 0xb6, - 0xaa, 0xf9, 0xb4, 0x0c, 0xe6, 0x22, 0x70, 0x24, 0x6b, 0x6e, 0x4b, 0x2b, 0xfa, 0x72, 0x62, 0x45, - 0x17, 0x33, 0x4c, 0xbe, 0x32, 0x5d, 0xf3, 0x01, 0x98, 0x61, 0xaa, 0xc3, 0x5f, 0x3f, 0xae, 0x69, - 0x26, 0x4e, 0xac, 0x69, 0xc2, 0x4a, 0xb4, 0x29, 0x31, 0xa1, 0x04, 0x73, 0x8e, 0x86, 0x9a, 0xfc, - 0x26, 0x6a, 0xa8, 0x3f, 0x29, 0x60, 0x26, 0x5a, 0xa6, 0x33, 0x10, 0x51, 0x77, 0x65, 0x11, 0xf5, - 0x62, 0x81, 0xe4, 0xcc, 0x51, 0x51, 0x9f, 0x56, 0xe2, 0xae, 0x73, 0x19, 0xb5, 0xcc, 0xae, 0x60, - 0xb6, 0xae, 0x75, 0xb1, 0x2b, 0xea, 0xed, 0x79, 0xff, 0xfa, 0xe5, 0xb7, 0xa1, 0xb0, 0x57, 0x12, - 0x5c, 0xa5, 0xaf, 0x56, 0x70, 0x95, 0x9f, 0x8f, 0xe0, 0xfa, 0x09, 0xa8, 0xb9, 0x81, 0xd4, 0xaa, - 0x70, 0xca, 0x6b, 0x85, 0x36, 0xb6, 0x50, 0x59, 0x21, 0x75, 0xa8, 0xaf, 0x42, 0xba, 0x2c, 0x65, - 0x55, 0xfd, 0x3a, 0x95, 0x15, 0x4b, 0x74, 0x1b, 0x7b, 0x2e, 0xe9, 0xf1, 0x4d, 0x55, 0x8b, 0x12, - 0x7d, 0x97, 0xb7, 0x22, 0xd1, 0x0b, 0xf7, 0xc1, 0xa2, 0xed, 0x58, 0x7d, 0x87, 0xb8, 0xee, 0x06, - 0xc1, 0x3d, 0x5d, 0x33, 0x49, 0x10, 0x80, 0x5f, 0x13, 0x2f, 0x8f, 0x8e, 0x97, 0x16, 0x77, 0xb3, - 0x21, 0x28, 0xcf, 0xb6, 0xf5, 0x97, 0x0a, 0xb8, 0x90, 0x3c, 0x1b, 0x73, 0x64, 0x8a, 0x72, 0x2a, - 0x99, 0x72, 0x3d, 0x96, 0xa7, 0xbe, 0x86, 0x8b, 0x3d, 0x15, 0xa4, 0x72, 0x75, 0x0d, 0xcc, 0x0a, - 0x59, 0x12, 0x74, 0x0a, 0xa1, 0x16, 0x2e, 0xcf, 0xbe, 0xdc, 0x8d, 0x92, 0x78, 0x78, 0x1b, 0x4c, - 0x3b, 0x5c, 0x79, 0x05, 0x04, 0xbe, 0x7a, 0xf9, 0x3f, 0x41, 0x30, 0x8d, 0xe2, 0x9d, 0x48, 0xc6, - 0x32, 0xe5, 0x12, 0x09, 0x92, 0x80, 0xa0, 0x22, 0x2b, 0x97, 0xb5, 0x24, 0x00, 0xa5, 0x6d, 0xe0, - 0x16, 0x98, 0xf3, 0xcc, 0x34, 0x95, 0x9f, 0x6b, 0x97, 0x05, 0xd5, 0xdc, 0x7e, 0x1a, 0x82, 0xb2, - 0xec, 0xe0, 0x43, 0x49, 0xcc, 0x4c, 0xf0, 0xf3, 0xe4, 0x7a, 0x81, 0x3d, 0x51, 0x58, 0xcd, 0x64, - 0x48, 0xad, 0x5a, 0x51, 0xa9, 0xd5, 0xfa, 0x48, 0x01, 0x30, 0xbd, 0x0f, 0xc7, 0xbe, 0x04, 0xa4, - 0x2c, 0x62, 0x15, 0x53, 0xcb, 0xd6, 0x3f, 0x37, 0x0a, 0xea, 0x9f, 0xe8, 0x40, 0x2d, 0x26, 0x80, - 0xc4, 0x44, 0x9f, 0xcd, 0xa3, 0x4e, 0x51, 0x01, 0x14, 0x39, 0xf5, 0x1c, 0x04, 0x50, 0x8c, 0xec, - 0xd9, 0x02, 0xe8, 0x9f, 0x25, 0x30, 0x17, 0x81, 0x0b, 0x0b, 0xa0, 0x0c, 0x93, 0xef, 0x1e, 0x76, - 0x8a, 0x89, 0x92, 0x68, 0xea, 0xfe, 0x97, 0x44, 0x49, 0xe4, 0x55, 0x8e, 0x28, 0xf9, 0x43, 0x29, - 0xee, 0xfa, 0x09, 0x45, 0xc9, 0x73, 0x78, 0xe1, 0xf8, 0xc6, 0xe9, 0x9a, 0xd6, 0x5f, 0xcb, 0xe0, - 0x42, 0x72, 0x1f, 0x4a, 0x05, 0x52, 0x19, 0x5b, 0x20, 0x77, 0xc1, 0xfc, 0x23, 0x4f, 0xd7, 0x87, - 0x3c, 0x86, 0x58, 0x95, 0xf4, 0x4b, 0xeb, 0xff, 0x0b, 0xcb, 0xf9, 0x1f, 0x67, 0x60, 0x50, 0xa6, - 0x65, 0xba, 0x5e, 0x56, 0xbe, 0x6c, 0xbd, 0xac, 0x9e, 0xa2, 0x5e, 0x66, 0x4b, 0x8e, 0xf2, 0xa9, - 0x24, 0xc7, 0xc9, 0x8a, 0x65, 0xc6, 0xc1, 0x35, 0xf6, 0xea, 0x3f, 0x52, 0xc0, 0x42, 0xf6, 0x85, - 0x1b, 0xea, 0x60, 0xc6, 0xc0, 0x8f, 0xe3, 0x0f, 0x1f, 0xe3, 0x8a, 0x88, 0x47, 0x35, 0x5d, 0xf5, - 0x3f, 0x19, 0xa9, 0xf7, 0x4c, 0xba, 0xe3, 0xec, 0x51, 0x47, 0x33, 0xfb, 0x7e, 0xe5, 0xdd, 0x92, - 0xb8, 0x50, 0x82, 0x1b, 0xbe, 0x0f, 0x6a, 0x06, 0x7e, 0xbc, 0xe7, 0x39, 0xfd, 0xac, 0x0a, 0x59, - 0x6c, 0x1c, 0xbe, 0x01, 0xb6, 0x04, 0x0b, 0x0a, 0xf9, 0x5a, 0x9f, 0x2b, 0x60, 0x31, 0xa7, 0xaa, - 0x7e, 0x8b, 0xa2, 0xdc, 0x01, 0x57, 0xa4, 0x20, 0xd9, 0xae, 0x24, 0x8f, 0x3c, 0x9d, 0x6f, 0x50, - 0x21, 0x64, 0xae, 0x81, 0xba, 0x8d, 0x1d, 0xaa, 0x85, 0x32, 0xb8, 0xda, 0x99, 0x1e, 0x1d, 0x2f, - 0xd5, 0x77, 0x83, 0x46, 0x14, 0xf5, 0xb7, 0xfe, 0xa3, 0x80, 0xea, 0x5e, 0x17, 0xeb, 0xe4, 0x0c, - 0x94, 0xc4, 0x86, 0xa4, 0x24, 0xf2, 0x5f, 0xe9, 0xb9, 0x3f, 0xb9, 0x22, 0x62, 0x33, 0x21, 0x22, - 0x5e, 0x1a, 0xc3, 0xf3, 0x6c, 0xfd, 0xf0, 0x36, 0xa8, 0x87, 0xc3, 0x9d, 0xec, 0x70, 0x6b, 0xfd, - 0xbe, 0x04, 0xa6, 0x62, 0x43, 0x9c, 0xf0, 0x68, 0x7c, 0x28, 0xd5, 0x03, 0xb6, 0xe9, 0x57, 0x8b, - 0x04, 0xa2, 0x06, 0x67, 0xff, 0x3b, 0x26, 0x75, 0xe2, 0x97, 0xc7, 0x74, 0x49, 0xf8, 0x01, 0x98, - 0xa1, 0xd8, 0xe9, 0x13, 0x1a, 0xf4, 0xf1, 0x09, 0xab, 0x47, 0x8f, 0x29, 0xf7, 0xa5, 0x5e, 0x94, - 0x40, 0x5f, 0xba, 0x0d, 0xa6, 0xa5, 0xc1, 0xe0, 0x05, 0x50, 0x3e, 0x22, 0x43, 0x5f, 0x52, 0x21, - 0xf6, 0x27, 0x9c, 0x07, 0xd5, 0x01, 0xd6, 0x3d, 0x3f, 0xcf, 0xeb, 0xc8, 0xff, 0x71, 0xab, 0xf4, - 0x96, 0xd2, 0xfa, 0x2d, 0x9b, 0x9c, 0x28, 0x39, 0xcf, 0x20, 0xbb, 0xde, 0x95, 0xb2, 0x2b, 0xff, - 0x83, 0x61, 0x7c, 0xcb, 0xe4, 0xe5, 0x18, 0x4a, 0xe4, 0xd8, 0xab, 0x85, 0xd8, 0x9e, 0x9d, 0x69, - 0xff, 0x2a, 0x81, 0xf9, 0x18, 0x3a, 0x92, 0xaa, 0xdf, 0x97, 0xa4, 0xea, 0x72, 0x42, 0xaa, 0x36, - 0xb2, 0x6c, 0xbe, 0xd3, 0xaa, 0xe3, 0xb5, 0xea, 0x9f, 0x15, 0x30, 0x1b, 0x9b, 0xbb, 0x33, 0x10, - 0xab, 0xf7, 0x64, 0xb1, 0xfa, 0x52, 0x91, 0xa4, 0xc9, 0x51, 0xab, 0x1f, 0x4e, 0x48, 0xce, 0x7f, - 0xeb, 0xdf, 0xd0, 0x7e, 0x09, 0xe6, 0x07, 0x96, 0xee, 0x19, 0x64, 0x5d, 0xc7, 0x9a, 0x11, 0x00, - 0x98, 0xba, 0x2b, 0x27, 0xef, 0x89, 0x21, 0x3d, 0x71, 0x5c, 0xcd, 0xa5, 0xc4, 0xa4, 0x0f, 0x22, - 0xcb, 0x48, 0x53, 0x3e, 0xc8, 0xa0, 0x43, 0x99, 0x83, 0xc0, 0x37, 0xc0, 0x14, 0x53, 0x65, 0x5a, - 0x97, 0x6c, 0x63, 0x23, 0x48, 0xac, 0xf0, 0xf3, 0xd8, 0x5e, 0xd4, 0x85, 0xe2, 0x38, 0x78, 0x08, - 0xe6, 0x6c, 0xab, 0xb7, 0x85, 0x4d, 0xdc, 0x27, 0x4c, 0x66, 0xec, 0x5a, 0xba, 0xd6, 0x1d, 0xf2, - 0x87, 0xb5, 0x7a, 0xe7, 0xcd, 0xe0, 0xd1, 0x64, 0x37, 0x0d, 0x61, 0x17, 0xd0, 0x8c, 0x66, 0xbe, - 0xa9, 0xb3, 0x28, 0xa1, 0x93, 0xfa, 0xa4, 0xeb, 0x3f, 0x69, 0xaf, 0x16, 0xc9, 0xb0, 0x53, 0x7e, - 0xd4, 0xcd, 0x7b, 0x37, 0xac, 0x9d, 0xea, 0xdd, 0x30, 0xe3, 0x02, 0x55, 0x3f, 0xd9, 0x05, 0xaa, - 0xf5, 0x51, 0x15, 0x5c, 0x4c, 0x9d, 0xb6, 0x5f, 0xe3, 0xe3, 0x5f, 0xea, 0x26, 0x52, 0x3e, 0xc1, - 0x4d, 0x64, 0x0d, 0xcc, 0x8a, 0xef, 0xc9, 0x89, 0x8b, 0x4c, 0x38, 0x1f, 0xeb, 0x72, 0x37, 0x4a, - 0xe2, 0xb3, 0x1e, 0x1f, 0xab, 0x27, 0x7c, 0x7c, 0x8c, 0x7b, 0x21, 0xfe, 0x3f, 0xca, 0xcf, 0xde, - 0xb4, 0x17, 0xe2, 0xdf, 0xa4, 0x92, 0x78, 0x26, 0x32, 0x7c, 0xd6, 0x90, 0x61, 0x52, 0x16, 0x19, - 0xfb, 0x52, 0x2f, 0x4a, 0xa0, 0xbf, 0xd4, 0x37, 0x53, 0x9c, 0xf1, 0xcd, 0x74, 0xa5, 0xc8, 0x96, - 0x28, 0xfe, 0xce, 0x98, 0x79, 0x63, 0x9c, 0x3a, 0xf9, 0x8d, 0xb1, 0xf5, 0x37, 0x05, 0xbc, 0x90, - 0xbb, 0x29, 0xe1, 0x9a, 0x24, 0x01, 0x56, 0x12, 0x12, 0xe0, 0x7b, 0xb9, 0x86, 0x31, 0x1d, 0xe0, - 0x64, 0x3f, 0x41, 0xbe, 0x5d, 0xec, 0x09, 0x32, 0xe3, 0x1e, 0x31, 0xfe, 0x2d, 0xb2, 0xb3, 0xf2, - 0xe4, 0x69, 0xf3, 0xdc, 0x27, 0x4f, 0x9b, 0xe7, 0x3e, 0x7b, 0xda, 0x3c, 0xf7, 0xab, 0x51, 0x53, - 0x79, 0x32, 0x6a, 0x2a, 0x9f, 0x8c, 0x9a, 0xca, 0x67, 0xa3, 0xa6, 0xf2, 0xf7, 0x51, 0x53, 0xf9, - 0xf0, 0xf3, 0xe6, 0xb9, 0xf7, 0x27, 0xc5, 0x88, 0xff, 0x0d, 0x00, 0x00, 0xff, 0xff, 0xda, 0x5d, - 0xee, 0xc9, 0xd4, 0x29, 0x00, 0x00, + // 2284 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0xcf, 0x6f, 0x1b, 0xc7, + 0xf5, 0xf7, 0xf2, 0x87, 0x44, 0x8e, 0x2c, 0xc9, 0x1e, 0xe9, 0x2b, 0x31, 0xf2, 0xb7, 0xa4, 0xb1, + 0x31, 0x1c, 0x25, 0xb6, 0x48, 0x5b, 0xf9, 0x81, 0xc4, 0x2e, 0x92, 0x8a, 0x52, 0x6a, 0x3b, 0xd0, + 0x0f, 0x66, 0x64, 0x39, 0x68, 0xd0, 0x1f, 0x1e, 0x91, 0x63, 0x6a, 0xa3, 0xe5, 0xee, 0x62, 0x77, + 0x96, 0x31, 0xd1, 0x4b, 0xaf, 0x05, 0x0a, 0xb4, 0xbd, 0xf6, 0x9f, 0xe8, 0xad, 0x28, 0x9a, 0x5b, + 0x11, 0x04, 0x3e, 0x06, 0xbd, 0x24, 0xbd, 0x10, 0x35, 0x73, 0x2a, 0x8a, 0xde, 0xda, 0x8b, 0x81, + 0x02, 0xc5, 0xcc, 0xce, 0xfe, 0xde, 0x35, 0x97, 0x8a, 0xa3, 0x34, 0x41, 0x6e, 0xe2, 0xbc, 0xf7, + 0x3e, 0xf3, 0xde, 0xcc, 0x7b, 0xf3, 0x3e, 0x33, 0x2b, 0xf0, 0x83, 0xe3, 0xd7, 0xad, 0xba, 0xa2, + 0x37, 0x8e, 0xed, 0x43, 0x62, 0x6a, 0x84, 0x12, 0xab, 0xd1, 0x27, 0x5a, 0x47, 0x37, 0x1b, 0x42, + 0x80, 0x0d, 0xa5, 0x81, 0x0d, 0xc3, 0x6a, 0xf4, 0xaf, 0x1f, 0x12, 0x8a, 0xd7, 0x1b, 0x5d, 0xa2, + 0x11, 0x13, 0x53, 0xd2, 0xa9, 0x1b, 0xa6, 0x4e, 0x75, 0xb8, 0xec, 0x28, 0xd6, 0xb1, 0xa1, 0xd4, + 0x99, 0x62, 0x5d, 0x28, 0xae, 0xac, 0x75, 0x15, 0x7a, 0x64, 0x1f, 0xd6, 0xdb, 0x7a, 0xaf, 0xd1, + 0xd5, 0xbb, 0x7a, 0x83, 0xeb, 0x1f, 0xda, 0x0f, 0xf8, 0x2f, 0xfe, 0x83, 0xff, 0xe5, 0xe0, 0xac, + 0xc8, 0x81, 0x09, 0xdb, 0xba, 0x49, 0x1a, 0xfd, 0xeb, 0xd1, 0xb9, 0x56, 0x5e, 0xf1, 0x75, 0x7a, + 0xb8, 0x7d, 0xa4, 0x68, 0xc4, 0x1c, 0x34, 0x8c, 0xe3, 0x2e, 0x1b, 0xb0, 0x1a, 0x3d, 0x42, 0x71, + 0x92, 0x55, 0x23, 0xcd, 0xca, 0xb4, 0x35, 0xaa, 0xf4, 0x48, 0xcc, 0xe0, 0xb5, 0x71, 0x06, 0x56, + 0xfb, 0x88, 0xf4, 0x70, 0xcc, 0xee, 0xe5, 0x34, 0x3b, 0x9b, 0x2a, 0x6a, 0x43, 0xd1, 0xa8, 0x45, + 0xcd, 0xa8, 0x91, 0xfc, 0x6f, 0x09, 0xc0, 0x4d, 0x5d, 0xa3, 0xa6, 0xae, 0xaa, 0xc4, 0x44, 0xa4, + 0xaf, 0x58, 0x8a, 0xae, 0xc1, 0xfb, 0xa0, 0xc4, 0xe2, 0xe9, 0x60, 0x8a, 0x2b, 0xd2, 0x45, 0x69, + 0x75, 0x66, 0xfd, 0x5a, 0xdd, 0x5f, 0x69, 0x0f, 0xbe, 0x6e, 0x1c, 0x77, 0xd9, 0x80, 0x55, 0x67, + 0xda, 0xf5, 0xfe, 0xf5, 0xfa, 0xde, 0xe1, 0x07, 0xa4, 0x4d, 0x77, 0x08, 0xc5, 0x4d, 0xf8, 0x68, + 0x58, 0x3b, 0x33, 0x1a, 0xd6, 0x80, 0x3f, 0x86, 0x3c, 0x54, 0xb8, 0x07, 0x0a, 0x1c, 0x3d, 0xc7, + 0xd1, 0xd7, 0x52, 0xd1, 0x45, 0xd0, 0x75, 0x84, 0x3f, 0x7c, 0xfb, 0x21, 0x25, 0x1a, 0x73, 0xaf, + 0x79, 0x56, 0x40, 0x17, 0xb6, 0x30, 0xc5, 0x88, 0x03, 0xc1, 0xab, 0xa0, 0x64, 0x0a, 0xf7, 0x2b, + 0xf9, 0x8b, 0xd2, 0x6a, 0xbe, 0x79, 0x4e, 0x68, 0x95, 0xdc, 0xb0, 0x90, 0xa7, 0x21, 0x3f, 0x92, + 0xc0, 0x52, 0x3c, 0xee, 0x6d, 0xc5, 0xa2, 0xf0, 0xc7, 0xb1, 0xd8, 0xeb, 0xd9, 0x62, 0x67, 0xd6, + 0x3c, 0x72, 0x6f, 0x62, 0x77, 0x24, 0x10, 0x77, 0x0b, 0x14, 0x15, 0x4a, 0x7a, 0x56, 0x25, 0x77, + 0x31, 0xbf, 0x3a, 0xb3, 0x7e, 0xa5, 0x9e, 0x92, 0xc0, 0xf5, 0xb8, 0x77, 0xcd, 0x59, 0x81, 0x5b, + 0xbc, 0xc3, 0x10, 0x90, 0x03, 0x24, 0xff, 0x32, 0x07, 0xca, 0x5b, 0x98, 0xf4, 0x74, 0x6d, 0x9f, + 0xd0, 0x53, 0xd8, 0xb9, 0xdb, 0xa0, 0x60, 0x19, 0xa4, 0x2d, 0x76, 0xee, 0x72, 0x6a, 0x00, 0x9e, + 0x4f, 0xfb, 0x06, 0x69, 0xfb, 0x5b, 0xc6, 0x7e, 0x21, 0x8e, 0x00, 0x5b, 0x60, 0xca, 0xa2, 0x98, + 0xda, 0x16, 0xdf, 0xb0, 0x99, 0xf5, 0xd5, 0x0c, 0x58, 0x5c, 0xbf, 0x39, 0x27, 0xd0, 0xa6, 0x9c, + 0xdf, 0x48, 0xe0, 0xc8, 0x7f, 0xcf, 0x01, 0xe8, 0xe9, 0x6e, 0xea, 0x5a, 0x47, 0xa1, 0x2c, 0x9d, + 0x6f, 0x80, 0x02, 0x1d, 0x18, 0x84, 0x2f, 0x48, 0xb9, 0x79, 0xd9, 0x75, 0xe5, 0xee, 0xc0, 0x20, + 0x4f, 0x86, 0xb5, 0xa5, 0xb8, 0x05, 0x93, 0x20, 0x6e, 0x03, 0xb7, 0x3d, 0x27, 0x73, 0xdc, 0xfa, + 0x95, 0xf0, 0xd4, 0x4f, 0x86, 0xb5, 0x84, 0xb3, 0xa3, 0xee, 0x21, 0x85, 0x1d, 0x84, 0x7d, 0x00, + 0x55, 0x6c, 0xd1, 0xbb, 0x26, 0xd6, 0x2c, 0x67, 0x26, 0xa5, 0x47, 0x44, 0xf8, 0x2f, 0x65, 0xdb, + 0x28, 0x66, 0xd1, 0x5c, 0x11, 0x5e, 0xc0, 0xed, 0x18, 0x1a, 0x4a, 0x98, 0x01, 0x5e, 0x06, 0x53, + 0x26, 0xc1, 0x96, 0xae, 0x55, 0x0a, 0x3c, 0x0a, 0x6f, 0x01, 0x11, 0x1f, 0x45, 0x42, 0x0a, 0x5f, + 0x04, 0xd3, 0x3d, 0x62, 0x59, 0xb8, 0x4b, 0x2a, 0x45, 0xae, 0x38, 0x2f, 0x14, 0xa7, 0x77, 0x9c, + 0x61, 0xe4, 0xca, 0xe5, 0x3f, 0x48, 0x60, 0xd6, 0x5b, 0xb9, 0x53, 0xa8, 0x9c, 0x5b, 0xe1, 0xca, + 0x91, 0xc7, 0x27, 0x4b, 0x4a, 0xc1, 0x7c, 0x9c, 0x0f, 0x38, 0xce, 0xd2, 0x11, 0xfe, 0x04, 0x94, + 0x2c, 0xa2, 0x92, 0x36, 0xd5, 0x4d, 0xe1, 0xf8, 0xcb, 0x19, 0x1d, 0xc7, 0x87, 0x44, 0xdd, 0x17, + 0xa6, 0xcd, 0xb3, 0xcc, 0x73, 0xf7, 0x17, 0xf2, 0x20, 0xe1, 0xbb, 0xa0, 0x44, 0x49, 0xcf, 0x50, + 0x31, 0x25, 0xa2, 0x6a, 0x9e, 0x0f, 0x3a, 0xcf, 0x72, 0x86, 0x81, 0xb5, 0xf4, 0xce, 0x5d, 0xa1, + 0xc6, 0x4b, 0xc6, 0x5b, 0x0c, 0x77, 0x14, 0x79, 0x30, 0xd0, 0x00, 0x73, 0xb6, 0xd1, 0x61, 0x9a, + 0x94, 0x1d, 0xe7, 0xdd, 0x81, 0xc8, 0xa1, 0x6b, 0xe3, 0x57, 0xe5, 0x20, 0x64, 0xd7, 0x5c, 0x12, + 0xb3, 0xcc, 0x85, 0xc7, 0x51, 0x04, 0x1f, 0x6e, 0x80, 0xf9, 0x9e, 0xa2, 0x21, 0x82, 0x3b, 0x83, + 0x7d, 0xd2, 0xd6, 0xb5, 0x8e, 0xc5, 0x53, 0xa9, 0xd8, 0x5c, 0x16, 0x00, 0xf3, 0x3b, 0x61, 0x31, + 0x8a, 0xea, 0xc3, 0x6d, 0xb0, 0xe8, 0x1e, 0xc0, 0xb7, 0x15, 0x8b, 0xea, 0xe6, 0x60, 0x5b, 0xe9, + 0x29, 0xb4, 0x32, 0xc5, 0x71, 0x2a, 0xa3, 0x61, 0x6d, 0x11, 0x25, 0xc8, 0x51, 0xa2, 0x95, 0xfc, + 0xdb, 0x29, 0x30, 0x1f, 0x39, 0x17, 0xe0, 0x3d, 0xb0, 0xd4, 0xb6, 0x4d, 0x93, 0x68, 0x74, 0xd7, + 0xee, 0x1d, 0x12, 0x73, 0xbf, 0x7d, 0x44, 0x3a, 0xb6, 0x4a, 0x3a, 0x7c, 0x5b, 0x8b, 0xcd, 0xaa, + 0xf0, 0x75, 0x69, 0x33, 0x51, 0x0b, 0xa5, 0x58, 0xc3, 0x77, 0x00, 0xd4, 0xf8, 0xd0, 0x8e, 0x62, + 0x59, 0x1e, 0x66, 0x8e, 0x63, 0x7a, 0xa5, 0xb8, 0x1b, 0xd3, 0x40, 0x09, 0x56, 0xcc, 0xc7, 0x0e, + 0xb1, 0x14, 0x93, 0x74, 0xa2, 0x3e, 0xe6, 0xc3, 0x3e, 0x6e, 0x25, 0x6a, 0xa1, 0x14, 0x6b, 0xf8, + 0x2a, 0x98, 0x71, 0x66, 0xe3, 0x6b, 0x2e, 0x36, 0x67, 0x41, 0x80, 0xcd, 0xec, 0xfa, 0x22, 0x14, + 0xd4, 0x63, 0xa1, 0xe9, 0x87, 0x16, 0x31, 0xfb, 0xa4, 0x73, 0xcb, 0x21, 0x07, 0xac, 0x83, 0x16, + 0x79, 0x07, 0xf5, 0x42, 0xdb, 0x8b, 0x69, 0xa0, 0x04, 0x2b, 0x16, 0x9a, 0x93, 0x35, 0xb1, 0xd0, + 0xa6, 0xc2, 0xa1, 0x1d, 0x24, 0x6a, 0xa1, 0x14, 0x6b, 0x96, 0x7b, 0x8e, 0xcb, 0x1b, 0x7d, 0xac, + 0xa8, 0xf8, 0x50, 0x25, 0x95, 0xe9, 0x70, 0xee, 0xed, 0x86, 0xc5, 0x28, 0xaa, 0x0f, 0x6f, 0x81, + 0xf3, 0xce, 0xd0, 0x81, 0x86, 0x3d, 0x90, 0x12, 0x07, 0x79, 0x4e, 0x80, 0x9c, 0xdf, 0x8d, 0x2a, + 0xa0, 0xb8, 0x0d, 0xbc, 0x01, 0xe6, 0xda, 0xba, 0xaa, 0xf2, 0x7c, 0xdc, 0xd4, 0x6d, 0x8d, 0x56, + 0xca, 0x1c, 0x05, 0xb2, 0x1a, 0xda, 0x0c, 0x49, 0x50, 0x44, 0x13, 0xfe, 0x0c, 0x80, 0xb6, 0xdb, + 0x18, 0xac, 0x0a, 0x18, 0xc3, 0x00, 0xe2, 0x6d, 0xc9, 0xef, 0xcc, 0xde, 0x90, 0x85, 0x02, 0x90, + 0xf2, 0xc7, 0x12, 0x58, 0x4e, 0x29, 0x74, 0xf8, 0x56, 0xa8, 0x09, 0x5e, 0x89, 0x34, 0xc1, 0x0b, + 0x29, 0x66, 0x81, 0x4e, 0x78, 0x04, 0x66, 0x19, 0x21, 0x51, 0xb4, 0xae, 0xa3, 0x22, 0xce, 0xb2, + 0x46, 0x6a, 0x00, 0x28, 0xa8, 0xed, 0x9f, 0xca, 0xe7, 0x47, 0xc3, 0xda, 0x6c, 0x48, 0x86, 0xc2, + 0xc0, 0xf2, 0xaf, 0x72, 0x00, 0x6c, 0x11, 0x43, 0xd5, 0x07, 0x3d, 0xa2, 0x9d, 0x06, 0xa7, 0xb9, + 0x13, 0xe2, 0x34, 0x2f, 0xa4, 0x6f, 0x89, 0xe7, 0x54, 0x2a, 0xa9, 0x79, 0x37, 0x42, 0x6a, 0x5e, + 0xcc, 0x02, 0xf6, 0x74, 0x56, 0xf3, 0x59, 0x1e, 0x2c, 0xf8, 0xca, 0x3e, 0xad, 0xb9, 0x19, 0xda, + 0xd1, 0x17, 0x22, 0x3b, 0xba, 0x9c, 0x60, 0xf2, 0x95, 0xf1, 0x9a, 0x0f, 0xc0, 0x1c, 0x63, 0x1d, + 0xce, 0xfe, 0x71, 0x4e, 0x33, 0x35, 0x31, 0xa7, 0xf1, 0x3a, 0xd1, 0x76, 0x08, 0x09, 0x45, 0x90, + 0x53, 0x38, 0xd4, 0xf4, 0x37, 0x91, 0x43, 0xfd, 0x51, 0x02, 0x73, 0xfe, 0x36, 0x9d, 0x02, 0x89, + 0xba, 0x1d, 0x26, 0x51, 0xcf, 0x67, 0x48, 0xce, 0x14, 0x16, 0xf5, 0x59, 0x21, 0xe8, 0x3a, 0xa7, + 0x51, 0xab, 0xec, 0x0a, 0x66, 0xa8, 0x4a, 0x1b, 0x5b, 0xa2, 0xdf, 0x9e, 0x75, 0xae, 0x5f, 0xce, + 0x18, 0xf2, 0xa4, 0x21, 0xc2, 0x95, 0xfb, 0x6a, 0x09, 0x57, 0xfe, 0xd9, 0x10, 0xae, 0x1f, 0x81, + 0x92, 0xe5, 0x52, 0xad, 0x02, 0x87, 0xbc, 0x92, 0xa9, 0xb0, 0x05, 0xcb, 0xf2, 0xa0, 0x3d, 0x7e, + 0xe5, 0xc1, 0x25, 0x31, 0xab, 0xe2, 0xd7, 0xc9, 0xac, 0x58, 0xa2, 0x1b, 0xd8, 0xb6, 0x48, 0x87, + 0x17, 0x55, 0xc9, 0x4f, 0xf4, 0x16, 0x1f, 0x45, 0x42, 0x0a, 0x0f, 0xc0, 0xb2, 0x61, 0xea, 0x5d, + 0x93, 0x58, 0xd6, 0x16, 0xc1, 0x1d, 0x55, 0xd1, 0x88, 0x1b, 0x80, 0xd3, 0x13, 0x2f, 0x8c, 0x86, + 0xb5, 0xe5, 0x56, 0xb2, 0x0a, 0x4a, 0xb3, 0x95, 0xff, 0x5c, 0x00, 0xe7, 0xa2, 0x67, 0x63, 0x0a, + 0x4d, 0x91, 0x4e, 0x44, 0x53, 0xae, 0x06, 0xf2, 0xd4, 0xe1, 0x70, 0x81, 0xa7, 0x82, 0x58, 0xae, + 0x6e, 0x80, 0x79, 0x41, 0x4b, 0x5c, 0xa1, 0x20, 0x6a, 0xde, 0xf6, 0x1c, 0x84, 0xc5, 0x28, 0xaa, + 0x0f, 0x6f, 0x82, 0x59, 0x93, 0x33, 0x2f, 0x17, 0xc0, 0x61, 0x2f, 0xff, 0x27, 0x00, 0x66, 0x51, + 0x50, 0x88, 0xc2, 0xba, 0x8c, 0xb9, 0xf8, 0x84, 0xc4, 0x05, 0x28, 0x84, 0x99, 0xcb, 0x46, 0x54, + 0x01, 0xc5, 0x6d, 0xe0, 0x0e, 0x58, 0xb0, 0xb5, 0x38, 0x94, 0x93, 0x6b, 0x17, 0x04, 0xd4, 0xc2, + 0x41, 0x5c, 0x05, 0x25, 0xd9, 0xc1, 0xfb, 0x21, 0x32, 0x33, 0xc5, 0xcf, 0x93, 0xab, 0x19, 0x6a, + 0x22, 0x33, 0x9b, 0x49, 0xa0, 0x5a, 0xa5, 0xac, 0x54, 0x4b, 0xfe, 0x48, 0x02, 0x30, 0x5e, 0x87, + 0x63, 0x5f, 0x02, 0x62, 0x16, 0x81, 0x8e, 0xa9, 0x24, 0xf3, 0x9f, 0x6b, 0x19, 0xf9, 0x8f, 0x7f, + 0xa0, 0x66, 0x23, 0x40, 0x62, 0xa1, 0x4f, 0xe7, 0x51, 0x27, 0x2b, 0x01, 0xf2, 0x9d, 0x7a, 0x06, + 0x04, 0x28, 0x00, 0xf6, 0x74, 0x02, 0xf4, 0x8f, 0x1c, 0x58, 0xf0, 0x95, 0x33, 0x13, 0xa0, 0x04, + 0x93, 0xef, 0x1e, 0x76, 0xb2, 0x91, 0x12, 0x7f, 0xe9, 0xfe, 0x97, 0x48, 0x89, 0xef, 0x55, 0x0a, + 0x29, 0xf9, 0x7d, 0x2e, 0xe8, 0xfa, 0x84, 0xa4, 0xe4, 0x19, 0xbc, 0x70, 0x7c, 0xe3, 0x78, 0x8d, + 0xfc, 0x49, 0x1e, 0x9c, 0x8b, 0xd6, 0x61, 0xa8, 0x41, 0x4a, 0x63, 0x1b, 0x64, 0x0b, 0x2c, 0x3e, + 0xb0, 0x55, 0x75, 0xc0, 0x63, 0x08, 0x74, 0x49, 0xa7, 0xb5, 0xfe, 0xbf, 0xb0, 0x5c, 0xfc, 0x61, + 0x82, 0x0e, 0x4a, 0xb4, 0x8c, 0xf7, 0xcb, 0xc2, 0x97, 0xed, 0x97, 0xc5, 0x13, 0xf4, 0xcb, 0x64, + 0xca, 0x91, 0x3f, 0x11, 0xe5, 0x98, 0xac, 0x59, 0x26, 0x1c, 0x5c, 0x63, 0xaf, 0xfe, 0x23, 0x09, + 0x2c, 0x25, 0x5f, 0xb8, 0xa1, 0x0a, 0xe6, 0x7a, 0xf8, 0x61, 0xf0, 0xe1, 0x63, 0x5c, 0x13, 0xb1, + 0xa9, 0xa2, 0xd6, 0x9d, 0x4f, 0x46, 0xf5, 0x3b, 0x1a, 0xdd, 0x33, 0xf7, 0xa9, 0xa9, 0x68, 0x5d, + 0xa7, 0xf3, 0xee, 0x84, 0xb0, 0x50, 0x04, 0x1b, 0xbe, 0x0f, 0x4a, 0x3d, 0xfc, 0x70, 0xdf, 0x36, + 0xbb, 0x49, 0x1d, 0x32, 0xdb, 0x3c, 0xbc, 0x00, 0x76, 0x04, 0x0a, 0xf2, 0xf0, 0xe4, 0x2f, 0x24, + 0xb0, 0x9c, 0xd2, 0x55, 0xbf, 0x45, 0x51, 0xee, 0x81, 0x8b, 0xa1, 0x20, 0x59, 0x55, 0x92, 0x07, + 0xb6, 0xca, 0x0b, 0x54, 0x10, 0x99, 0x2b, 0xa0, 0x6c, 0x60, 0x93, 0x2a, 0x1e, 0x0d, 0x2e, 0x36, + 0x67, 0x47, 0xc3, 0x5a, 0xb9, 0xe5, 0x0e, 0x22, 0x5f, 0x2e, 0xff, 0x47, 0x02, 0xc5, 0xfd, 0x36, + 0x56, 0xc9, 0x29, 0x30, 0x89, 0xad, 0x10, 0x93, 0x48, 0x7f, 0xa5, 0xe7, 0xfe, 0xa4, 0x92, 0x88, + 0xed, 0x08, 0x89, 0xb8, 0x34, 0x06, 0xe7, 0xe9, 0xfc, 0xe1, 0x0d, 0x50, 0xf6, 0xa6, 0x9b, 0xec, + 0x70, 0x93, 0x7f, 0x97, 0x03, 0x33, 0x81, 0x29, 0x26, 0x3c, 0x1a, 0xef, 0x87, 0xfa, 0x01, 0x2b, + 0xfa, 0xf5, 0x2c, 0x81, 0xd4, 0xdd, 0xb3, 0xff, 0x6d, 0x8d, 0x9a, 0xc1, 0xcb, 0x63, 0xbc, 0x25, + 0xbc, 0x09, 0xe6, 0x28, 0x36, 0xbb, 0x84, 0xba, 0x32, 0xbe, 0x60, 0x65, 0xff, 0x31, 0xe5, 0x6e, + 0x48, 0x8a, 0x22, 0xda, 0x2b, 0x37, 0xc1, 0x6c, 0x68, 0x32, 0x78, 0x0e, 0xe4, 0x8f, 0xc9, 0xc0, + 0xa1, 0x54, 0x88, 0xfd, 0x09, 0x17, 0x41, 0xb1, 0x8f, 0x55, 0xdb, 0xc9, 0xf3, 0x32, 0x72, 0x7e, + 0xdc, 0xc8, 0xbd, 0x2e, 0xc9, 0xbf, 0x66, 0x8b, 0xe3, 0x27, 0xe7, 0x29, 0x64, 0xd7, 0x3b, 0xa1, + 0xec, 0x4a, 0xff, 0x60, 0x18, 0x2c, 0x99, 0xb4, 0x1c, 0x43, 0x91, 0x1c, 0x7b, 0x29, 0x13, 0xda, + 0xd3, 0x33, 0xed, 0x9f, 0x39, 0xb0, 0x18, 0xd0, 0xf6, 0xa9, 0xea, 0xf7, 0x43, 0x54, 0x75, 0x35, + 0x42, 0x55, 0x2b, 0x49, 0x36, 0xdf, 0x71, 0xd5, 0xf1, 0x5c, 0xf5, 0x4f, 0x12, 0x98, 0x0f, 0xac, + 0xdd, 0x29, 0x90, 0xd5, 0x3b, 0x61, 0xb2, 0x7a, 0x29, 0x4b, 0xd2, 0xa4, 0xb0, 0xd5, 0x7f, 0x49, + 0xa0, 0x11, 0xd0, 0x6a, 0x11, 0xd3, 0x52, 0x2c, 0x4a, 0x34, 0x7a, 0x4f, 0x57, 0xed, 0x1e, 0xd9, + 0x54, 0xb1, 0xd2, 0x43, 0x84, 0x0d, 0x28, 0xba, 0xd6, 0xd2, 0x55, 0xa5, 0x3d, 0x80, 0x18, 0xcc, + 0x7c, 0x78, 0x44, 0xb4, 0x2d, 0xa2, 0x12, 0x2a, 0x3e, 0x6b, 0x95, 0x9b, 0x6f, 0xb9, 0x5f, 0x79, + 0xde, 0xf3, 0x45, 0x4f, 0x86, 0xb5, 0xd5, 0x2c, 0x88, 0x3c, 0xcb, 0x82, 0x98, 0xf0, 0xa7, 0x00, + 0xb0, 0x9f, 0xfc, 0x3c, 0xea, 0x88, 0x84, 0x7b, 0xd3, 0xad, 0xca, 0xf7, 0x3c, 0xc9, 0x44, 0x13, + 0x04, 0x10, 0xe5, 0xbf, 0x4e, 0x87, 0xf6, 0xec, 0x5b, 0xff, 0x74, 0xf8, 0x73, 0xb0, 0xd8, 0xf7, + 0x57, 0xc7, 0x55, 0x60, 0xa4, 0x36, 0x1f, 0xbd, 0x1e, 0x7b, 0xf0, 0x49, 0xeb, 0xea, 0x53, 0xe9, + 0x7b, 0x09, 0x70, 0x28, 0x71, 0x12, 0xf8, 0x2a, 0x98, 0x61, 0x64, 0x54, 0x69, 0x93, 0x5d, 0xdc, + 0x73, 0xeb, 0xc9, 0xfb, 0x2a, 0xb8, 0xef, 0x8b, 0x50, 0x50, 0x0f, 0x1e, 0x81, 0x05, 0x43, 0xef, + 0xec, 0x60, 0x0d, 0x77, 0x09, 0x63, 0x57, 0xce, 0x56, 0xf2, 0xf7, 0xc4, 0x72, 0xf3, 0x35, 0xf7, + 0xad, 0xa8, 0x15, 0x57, 0x61, 0xf7, 0xee, 0x84, 0x61, 0x9e, 0x04, 0x49, 0x90, 0xd0, 0x8c, 0x7d, + 0xc9, 0x76, 0x5e, 0xf2, 0xd7, 0xb3, 0x14, 0xd6, 0x09, 0xbf, 0x65, 0xa7, 0x3d, 0x97, 0x96, 0x4e, + 0xf4, 0x5c, 0x9a, 0x70, 0x6f, 0x2c, 0x4f, 0x78, 0x6f, 0xfc, 0x44, 0x02, 0x97, 0x8c, 0x0c, 0xb5, + 0x54, 0x01, 0x7c, 0x6d, 0x6e, 0x67, 0x59, 0x9b, 0x2c, 0xb5, 0xd9, 0x5c, 0x1d, 0x0d, 0x6b, 0x97, + 0xb2, 0x68, 0xa2, 0x4c, 0xfe, 0xc9, 0x1f, 0x15, 0xc1, 0xf9, 0x58, 0xb7, 0xfc, 0x1a, 0x1f, 0x6f, + 0x63, 0x37, 0xc9, 0xfc, 0x04, 0x37, 0xc9, 0x0d, 0x30, 0x2f, 0xfe, 0x1f, 0x20, 0x72, 0x11, 0xf5, + 0x36, 0x76, 0x33, 0x2c, 0x46, 0x51, 0xfd, 0xa4, 0xc7, 0xe3, 0xe2, 0x84, 0x8f, 0xc7, 0x41, 0x2f, + 0xc4, 0xff, 0xb7, 0x39, 0x65, 0x18, 0xf7, 0x42, 0xfc, 0x9b, 0x5b, 0x54, 0x9f, 0x91, 0x44, 0x07, + 0xd5, 0x43, 0x98, 0x0e, 0x93, 0xc4, 0x83, 0x90, 0x14, 0x45, 0xb4, 0xbf, 0xd4, 0x37, 0x6f, 0x9c, + 0xf0, 0xcd, 0x7b, 0x2d, 0x4b, 0xfe, 0x66, 0x7f, 0x27, 0x4e, 0xbc, 0xf1, 0xcf, 0x4c, 0x7e, 0xe3, + 0x97, 0xff, 0x22, 0x81, 0xe7, 0x52, 0x4f, 0x17, 0xb8, 0x11, 0xa2, 0x70, 0x6b, 0x11, 0x0a, 0xf7, + 0xbd, 0x54, 0xc3, 0x00, 0x8f, 0x33, 0x93, 0x9f, 0x90, 0xdf, 0xc8, 0xf6, 0x84, 0x9c, 0x70, 0x0f, + 0x1c, 0xff, 0x96, 0xdc, 0x5c, 0x7b, 0xf4, 0xb8, 0x7a, 0xe6, 0xd3, 0xc7, 0xd5, 0x33, 0x9f, 0x3f, + 0xae, 0x9e, 0xf9, 0xc5, 0xa8, 0x2a, 0x3d, 0x1a, 0x55, 0xa5, 0x4f, 0x47, 0x55, 0xe9, 0xf3, 0x51, + 0x55, 0xfa, 0xdb, 0xa8, 0x2a, 0xfd, 0xe6, 0x8b, 0xea, 0x99, 0xf7, 0xa7, 0xc5, 0x8c, 0xff, 0x0d, + 0x00, 0x00, 0xff, 0xff, 0x3e, 0x13, 0x3b, 0xc7, 0x94, 0x2b, 0x00, 0x00, } func (m *ControllerRevision) Marshal() (dAtA []byte, err error) { @@ -2523,6 +2560,39 @@ func (m *StatefulSetList) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) 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 *StatefulSetPersistentVolumeClaimRetentionPolicy) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + i -= len(m.WhenScaled) + copy(dAtA[i:], m.WhenScaled) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.WhenScaled))) + i-- + dAtA[i] = 0x12 + i -= len(m.WhenDeleted) + copy(dAtA[i:], m.WhenDeleted) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.WhenDeleted))) + i-- + dAtA[i] = 0xa + return len(dAtA) - i, nil +} + func (m *StatefulSetSpec) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -2543,6 +2613,18 @@ func (m *StatefulSetSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.PersistentVolumeClaimRetentionPolicy != nil { + { + size, err := m.PersistentVolumeClaimRetentionPolicy.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x52 + } i = encodeVarintGenerated(dAtA, i, uint64(m.MinReadySeconds)) i-- dAtA[i] = 0x48 @@ -3232,6 +3314,19 @@ func (m *StatefulSetList) Size() (n int) { return n } +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.WhenDeleted) + n += 1 + l + sovGenerated(uint64(l)) + l = len(m.WhenScaled) + n += 1 + l + sovGenerated(uint64(l)) + return n +} + func (m *StatefulSetSpec) Size() (n int) { if m == nil { return 0 @@ -3263,6 +3358,10 @@ func (m *StatefulSetSpec) Size() (n int) { n += 1 + sovGenerated(uint64(*m.RevisionHistoryLimit)) } n += 1 + sovGenerated(uint64(m.MinReadySeconds)) + if m.PersistentVolumeClaimRetentionPolicy != nil { + l = m.PersistentVolumeClaimRetentionPolicy.Size() + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -3720,6 +3819,17 @@ func (this *StatefulSetList) String() string { }, "") return s } +func (this *StatefulSetPersistentVolumeClaimRetentionPolicy) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&StatefulSetPersistentVolumeClaimRetentionPolicy{`, + `WhenDeleted:` + fmt.Sprintf("%v", this.WhenDeleted) + `,`, + `WhenScaled:` + fmt.Sprintf("%v", this.WhenScaled) + `,`, + `}`, + }, "") + return s +} func (this *StatefulSetSpec) String() string { if this == nil { return "nil" @@ -3739,6 +3849,7 @@ func (this *StatefulSetSpec) String() string { `UpdateStrategy:` + strings.Replace(strings.Replace(this.UpdateStrategy.String(), "StatefulSetUpdateStrategy", "StatefulSetUpdateStrategy", 1), `&`, ``, 1) + `,`, `RevisionHistoryLimit:` + valueToStringGenerated(this.RevisionHistoryLimit) + `,`, `MinReadySeconds:` + fmt.Sprintf("%v", this.MinReadySeconds) + `,`, + `PersistentVolumeClaimRetentionPolicy:` + strings.Replace(this.PersistentVolumeClaimRetentionPolicy.String(), "StatefulSetPersistentVolumeClaimRetentionPolicy", "StatefulSetPersistentVolumeClaimRetentionPolicy", 1) + `,`, `}`, }, "") return s @@ -8228,6 +8339,120 @@ func (m *StatefulSetList) Unmarshal(dAtA []byte) error { } return nil } +func (m *StatefulSetPersistentVolumeClaimRetentionPolicy) 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 ErrIntOverflowGenerated + } + 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: StatefulSetPersistentVolumeClaimRetentionPolicy: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: StatefulSetPersistentVolumeClaimRetentionPolicy: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field WhenDeleted", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + 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 ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.WhenDeleted = PersistentVolumeClaimRetentionPolicyType(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field WhenScaled", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + 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 ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.WhenScaled = PersistentVolumeClaimRetentionPolicyType(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *StatefulSetSpec) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -8516,6 +8741,42 @@ func (m *StatefulSetSpec) Unmarshal(dAtA []byte) error { break } } + case 10: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field PersistentVolumeClaimRetentionPolicy", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.PersistentVolumeClaimRetentionPolicy == nil { + m.PersistentVolumeClaimRetentionPolicy = &StatefulSetPersistentVolumeClaimRetentionPolicy{} + } + if err := m.PersistentVolumeClaimRetentionPolicy.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) diff --git a/vendor/k8s.io/api/apps/v1beta2/generated.proto b/vendor/k8s.io/api/apps/v1beta2/generated.proto index fb3f05ea2..6d9505865 100644 --- a/vendor/k8s.io/api/apps/v1beta2/generated.proto +++ b/vendor/k8s.io/api/apps/v1beta2/generated.proto @@ -169,8 +169,8 @@ message DaemonSetStatus { // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ optional int32 desiredNumberScheduled = 3; - // The number of nodes that should be running the daemon pod and have one - // or more of the daemon pod running and ready. + // Total number of nodes that should be running the daemon pod and have one + // or more of the daemon pod running with a Ready Condition by passing the readinessProbe. optional int32 numberReady = 4; // The most recent generation observed by the daemon set controller. @@ -327,7 +327,7 @@ message DeploymentStatus { // +optional optional int32 updatedReplicas = 3; - // Total number of ready pods targeted by this deployment. + // readyReplicas is the number of pods targeted by this Deployment controller with a Ready Condition. // +optional optional int32 readyReplicas = 7; @@ -463,7 +463,7 @@ message ReplicaSetStatus { // +optional optional int32 fullyLabeledReplicas = 2; - // The number of ready replicas for this replica set. + // readyReplicas is the number of pods targeted by this ReplicaSet controller with a Ready Condition. // +optional optional int32 readyReplicas = 4; @@ -656,6 +656,23 @@ message StatefulSetList { repeated StatefulSet items = 2; } +// StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs +// created from the StatefulSet VolumeClaimTemplates. +message StatefulSetPersistentVolumeClaimRetentionPolicy { + // WhenDeleted specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is deleted. The default policy + // of `Retain` causes PVCs to not be affected by StatefulSet deletion. The + // `Delete` policy causes those PVCs to be deleted. + optional string whenDeleted = 1; + + // WhenScaled specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is scaled down. The default + // policy of `Retain` causes PVCs to not be affected by a scaledown. The + // `Delete` policy causes the associated PVCs for any excess pods above + // the replica count to be deleted. + optional string whenScaled = 2; +} + // A StatefulSetSpec is the specification of a StatefulSet. message StatefulSetSpec { // replicas is the desired number of replicas of the given Template. @@ -722,6 +739,12 @@ message StatefulSetSpec { // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. // +optional optional int32 minReadySeconds = 9; + + // PersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from + // the StatefulSet VolumeClaimTemplates. This requires the + // StatefulSetAutoDeletePVC feature gate to be enabled, which is alpha. + // +optional + optional StatefulSetPersistentVolumeClaimRetentionPolicy persistentVolumeClaimRetentionPolicy = 10; } // StatefulSetStatus represents the current state of a StatefulSet. @@ -734,7 +757,7 @@ message StatefulSetStatus { // replicas is the number of Pods created by the StatefulSet controller. optional int32 replicas = 2; - // readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition. + // readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition. optional int32 readyReplicas = 3; // currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version @@ -766,9 +789,7 @@ message StatefulSetStatus { repeated StatefulSetCondition conditions = 10; // Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet. - // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. - // Remove omitempty when graduating to beta - // +optional + // This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate. optional int32 availableReplicas = 11; } diff --git a/vendor/k8s.io/api/apps/v1beta2/types.go b/vendor/k8s.io/api/apps/v1beta2/types.go index 67e10b971..332bc7ed8 100644 --- a/vendor/k8s.io/api/apps/v1beta2/types.go +++ b/vendor/k8s.io/api/apps/v1beta2/types.go @@ -169,6 +169,40 @@ type RollingUpdateStatefulSetStrategy struct { Partition *int32 `json:"partition,omitempty" protobuf:"varint,1,opt,name=partition"` } +// PersistentVolumeClaimRetentionPolicyType is a string enumeration of the policies that will determine +// when volumes from the VolumeClaimTemplates will be deleted when the controlling StatefulSet is +// deleted or scaled down. +type PersistentVolumeClaimRetentionPolicyType string + +const ( + // RetainPersistentVolumeClaimRetentionPolicyType is the default + // PersistentVolumeClaimRetentionPolicy and specifies that + // PersistentVolumeClaims associated with StatefulSet VolumeClaimTemplates + // will not be deleted. + RetainPersistentVolumeClaimRetentionPolicyType PersistentVolumeClaimRetentionPolicyType = "Retain" + // RetentionPersistentVolumeClaimRetentionPolicyType specifies that + // PersistentVolumeClaims associated with StatefulSet VolumeClaimTemplates + // will be deleted in the scenario specified in + // StatefulSetPersistentVolumeClaimRetentionPolicy. + RetentionPersistentVolumeClaimRetentionPolicyType PersistentVolumeClaimRetentionPolicyType = "Delete" +) + +// StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs +// created from the StatefulSet VolumeClaimTemplates. +type StatefulSetPersistentVolumeClaimRetentionPolicy struct { + // WhenDeleted specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is deleted. The default policy + // of `Retain` causes PVCs to not be affected by StatefulSet deletion. The + // `Delete` policy causes those PVCs to be deleted. + WhenDeleted PersistentVolumeClaimRetentionPolicyType `json:"whenDeleted,omitempty" protobuf:"bytes,1,opt,name=whenDeleted,casttype=PersistentVolumeClaimRetentionPolicyType"` + // WhenScaled specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is scaled down. The default + // policy of `Retain` causes PVCs to not be affected by a scaledown. The + // `Delete` policy causes the associated PVCs for any excess pods above + // the replica count to be deleted. + WhenScaled PersistentVolumeClaimRetentionPolicyType `json:"whenScaled,omitempty" protobuf:"bytes,2,opt,name=whenScaled,casttype=PersistentVolumeClaimRetentionPolicyType"` +} + // A StatefulSetSpec is the specification of a StatefulSet. type StatefulSetSpec struct { // replicas is the desired number of replicas of the given Template. @@ -235,6 +269,12 @@ type StatefulSetSpec struct { // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. // +optional MinReadySeconds int32 `json:"minReadySeconds,omitempty" protobuf:"varint,9,opt,name=minReadySeconds"` + + // PersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from + // the StatefulSet VolumeClaimTemplates. This requires the + // StatefulSetAutoDeletePVC feature gate to be enabled, which is alpha. + // +optional + PersistentVolumeClaimRetentionPolicy *StatefulSetPersistentVolumeClaimRetentionPolicy `json:"persistentVolumeClaimRetentionPolicy,omitempty" protobuf:"bytes,10,opt,name=persistentVolumeClaimRetentionPolicy"` } // StatefulSetStatus represents the current state of a StatefulSet. @@ -247,7 +287,7 @@ type StatefulSetStatus struct { // replicas is the number of Pods created by the StatefulSet controller. Replicas int32 `json:"replicas" protobuf:"varint,2,opt,name=replicas"` - // readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition. + // readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition. ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,3,opt,name=readyReplicas"` // currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version @@ -279,10 +319,8 @@ type StatefulSetStatus struct { Conditions []StatefulSetCondition `json:"conditions,omitempty" patchStrategy:"merge" patchMergeKey:"type" protobuf:"bytes,10,rep,name=conditions"` // Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet. - // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. - // Remove omitempty when graduating to beta - // +optional - AvailableReplicas int32 `json:"availableReplicas,omitempty" protobuf:"varint,11,opt,name=availableReplicas"` + // This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate. + AvailableReplicas int32 `json:"availableReplicas" protobuf:"varint,11,opt,name=availableReplicas"` } type StatefulSetConditionType string @@ -463,7 +501,7 @@ type DeploymentStatus struct { // +optional UpdatedReplicas int32 `json:"updatedReplicas,omitempty" protobuf:"varint,3,opt,name=updatedReplicas"` - // Total number of ready pods targeted by this deployment. + // readyReplicas is the number of pods targeted by this Deployment controller with a Ready Condition. // +optional ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,7,opt,name=readyReplicas"` @@ -656,8 +694,8 @@ type DaemonSetStatus struct { // More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ DesiredNumberScheduled int32 `json:"desiredNumberScheduled" protobuf:"varint,3,opt,name=desiredNumberScheduled"` - // The number of nodes that should be running the daemon pod and have one - // or more of the daemon pod running and ready. + // Total number of nodes that should be running the daemon pod and have one + // or more of the daemon pod running with a Ready Condition by passing the readinessProbe. NumberReady int32 `json:"numberReady" protobuf:"varint,4,opt,name=numberReady"` // The most recent generation observed by the daemon set controller. @@ -860,7 +898,7 @@ type ReplicaSetStatus struct { // +optional FullyLabeledReplicas int32 `json:"fullyLabeledReplicas,omitempty" protobuf:"varint,2,opt,name=fullyLabeledReplicas"` - // The number of ready replicas for this replica set. + // readyReplicas is the number of pods targeted by this ReplicaSet controller with a Ready Condition. // +optional ReadyReplicas int32 `json:"readyReplicas,omitempty" protobuf:"varint,4,opt,name=readyReplicas"` diff --git a/vendor/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go b/vendor/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go index 1f9912203..454c632dc 100644 --- a/vendor/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go +++ b/vendor/k8s.io/api/apps/v1beta2/types_swagger_doc_generated.go @@ -100,7 +100,7 @@ var map_DaemonSetStatus = map[string]string{ "currentNumberScheduled": "The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/", "numberMisscheduled": "The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/", "desiredNumberScheduled": "The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/", - "numberReady": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.", + "numberReady": "Total number of nodes that should be running the daemon pod and have one or more of the daemon pod running with a Ready Condition by passing the readinessProbe.", "observedGeneration": "The most recent generation observed by the daemon set controller.", "updatedNumberScheduled": "The total number of nodes that are running updated daemon pod", "numberAvailable": "The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)", @@ -179,7 +179,7 @@ var map_DeploymentStatus = map[string]string{ "observedGeneration": "The generation observed by the deployment controller.", "replicas": "Total number of non-terminated pods targeted by this deployment (their labels match the selector).", "updatedReplicas": "Total number of non-terminated pods targeted by this deployment that have the desired template spec.", - "readyReplicas": "Total number of ready pods targeted by this deployment.", + "readyReplicas": "readyReplicas is the number of pods targeted by this Deployment controller with a Ready Condition.", "availableReplicas": "Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.", "unavailableReplicas": "Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.", "conditions": "Represents the latest available observations of a deployment's current state.", @@ -250,7 +250,7 @@ var map_ReplicaSetStatus = map[string]string{ "": "ReplicaSetStatus represents the current status of a ReplicaSet.", "replicas": "Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller", "fullyLabeledReplicas": "The number of pods that have labels matching the labels of the pod template of the replicaset.", - "readyReplicas": "The number of ready replicas for this replica set.", + "readyReplicas": "readyReplicas is the number of pods targeted by this ReplicaSet controller with a Ready Condition.", "availableReplicas": "The number of available replicas (ready for at least minReadySeconds) for this replica set.", "observedGeneration": "ObservedGeneration reflects the generation of the most recently observed ReplicaSet.", "conditions": "Represents the latest available observations of a replica set's current state.", @@ -351,17 +351,28 @@ func (StatefulSetList) SwaggerDoc() map[string]string { return map_StatefulSetList } +var map_StatefulSetPersistentVolumeClaimRetentionPolicy = map[string]string{ + "": "StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.", + "whenDeleted": "WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted.", + "whenScaled": "WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted.", +} + +func (StatefulSetPersistentVolumeClaimRetentionPolicy) SwaggerDoc() map[string]string { + return map_StatefulSetPersistentVolumeClaimRetentionPolicy +} + var map_StatefulSetSpec = map[string]string{ - "": "A StatefulSetSpec is the specification of a StatefulSet.", - "replicas": "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.", - "selector": "selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors", - "template": "template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.", - "volumeClaimTemplates": "volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.", - "serviceName": "serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller.", - "podManagementPolicy": "podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.", - "updateStrategy": "updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.", - "revisionHistoryLimit": "revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.", - "minReadySeconds": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate.", + "": "A StatefulSetSpec is the specification of a StatefulSet.", + "replicas": "replicas is the desired number of replicas of the given Template. These are replicas in the sense that they are instantiations of the same Template, but individual replicas also have a consistent identity. If unspecified, defaults to 1.", + "selector": "selector is a label query over pods that should match the replica count. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors", + "template": "template is the object that describes the pod that will be created if insufficient replicas are detected. Each pod stamped out by the StatefulSet will fulfill this Template, but have a unique identity from the rest of the StatefulSet.", + "volumeClaimTemplates": "volumeClaimTemplates is a list of claims that pods are allowed to reference. The StatefulSet controller is responsible for mapping network identities to claims in a way that maintains the identity of a pod. Every claim in this list must have at least one matching (by name) volumeMount in one container in the template. A claim in this list takes precedence over any volumes in the template, with the same name.", + "serviceName": "serviceName is the name of the service that governs this StatefulSet. This service must exist before the StatefulSet, and is responsible for the network identity of the set. Pods get DNS/hostnames that follow the pattern: pod-specific-string.serviceName.default.svc.cluster.local where \"pod-specific-string\" is managed by the StatefulSet controller.", + "podManagementPolicy": "podManagementPolicy controls how pods are created during initial scale up, when replacing pods on nodes, or when scaling down. The default policy is `OrderedReady`, where pods are created in increasing order (pod-0, then pod-1, etc) and the controller will wait until each pod is ready before continuing. When scaling down, the pods are removed in the opposite order. The alternative policy is `Parallel` which will create pods in parallel to match the desired scale without waiting, and on scale down will delete all pods at once.", + "updateStrategy": "updateStrategy indicates the StatefulSetUpdateStrategy that will be employed to update Pods in the StatefulSet when a revision is made to Template.", + "revisionHistoryLimit": "revisionHistoryLimit is the maximum number of revisions that will be maintained in the StatefulSet's revision history. The revision history consists of all revisions not represented by a currently applied StatefulSetSpec version. The default value is 10.", + "minReadySeconds": "Minimum number of seconds for which a newly created pod should be ready without any of its container crashing for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate.", + "persistentVolumeClaimRetentionPolicy": "PersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates. This requires the StatefulSetAutoDeletePVC feature gate to be enabled, which is alpha.", } func (StatefulSetSpec) SwaggerDoc() map[string]string { @@ -372,14 +383,14 @@ var map_StatefulSetStatus = map[string]string{ "": "StatefulSetStatus represents the current state of a StatefulSet.", "observedGeneration": "observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server.", "replicas": "replicas is the number of Pods created by the StatefulSet controller.", - "readyReplicas": "readyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition.", + "readyReplicas": "readyReplicas is the number of pods created by this StatefulSet controller with a Ready Condition.", "currentReplicas": "currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision.", "updatedReplicas": "updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision.", "currentRevision": "currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas).", "updateRevision": "updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas)", "collisionCount": "collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.", "conditions": "Represents the latest available observations of a statefulset's current state.", - "availableReplicas": "Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet. This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. Remove omitempty when graduating to beta", + "availableReplicas": "Total number of available pods (ready for at least minReadySeconds) targeted by this StatefulSet. This is a beta field and enabled/disabled by StatefulSetMinReadySeconds feature gate.", } func (StatefulSetStatus) SwaggerDoc() map[string]string { diff --git a/vendor/k8s.io/api/batch/v1/generated.pb.go b/vendor/k8s.io/api/batch/v1/generated.pb.go index b8a102831..a33edf5b7 100644 --- a/vendor/k8s.io/api/batch/v1/generated.pb.go +++ b/vendor/k8s.io/api/batch/v1/generated.pb.go @@ -375,95 +375,96 @@ func init() { } var fileDescriptor_3b52da57c93de713 = []byte{ - // 1395 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0xcf, 0x6f, 0x1b, 0xc5, - 0x17, 0xcf, 0xc6, 0x76, 0x6c, 0x8f, 0x93, 0xd4, 0x9d, 0x7e, 0xdb, 0xfa, 0x6b, 0x2a, 0x6f, 0x6a, + // 1413 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x57, 0x41, 0x6f, 0x1b, 0xc5, + 0x17, 0xcf, 0x26, 0x71, 0x62, 0x8f, 0x93, 0xd4, 0x9d, 0xfe, 0xdb, 0xfa, 0x6f, 0x2a, 0x6f, 0x6a, 0x0a, 0x0a, 0xa8, 0xac, 0x49, 0x88, 0x10, 0x42, 0x80, 0x94, 0x4d, 0x55, 0x68, 0x70, 0xd4, 0x30, - 0x76, 0x84, 0x04, 0x05, 0xb1, 0xde, 0x1d, 0x3b, 0xdb, 0xec, 0xee, 0x58, 0x3b, 0x63, 0x8b, 0xdc, - 0x90, 0xf8, 0x07, 0xf8, 0x2b, 0x10, 0x27, 0x84, 0x04, 0x67, 0x8e, 0xa8, 0xc7, 0x1e, 0x7b, 0x5a, - 0xd1, 0xe5, 0x0f, 0x80, 0x73, 0xb8, 0xa0, 0x9d, 0x1d, 0xef, 0x0f, 0x7b, 0x37, 0xa4, 0x3d, 0x54, - 0xdc, 0xbc, 0x6f, 0x3e, 0x9f, 0xcf, 0xbc, 0x99, 0xf7, 0xe6, 0xbd, 0x67, 0xf0, 0xde, 0xc9, 0x3b, - 0x54, 0x31, 0x49, 0xe7, 0x64, 0x32, 0xc0, 0xae, 0x83, 0x19, 0xa6, 0x9d, 0x29, 0x76, 0x0c, 0xe2, - 0x76, 0xc4, 0x82, 0x36, 0x36, 0x3b, 0x03, 0x8d, 0xe9, 0xc7, 0x9d, 0xe9, 0x56, 0x67, 0x84, 0x1d, - 0xec, 0x6a, 0x0c, 0x1b, 0xca, 0xd8, 0x25, 0x8c, 0xc0, 0x2b, 0x21, 0x48, 0xd1, 0xc6, 0xa6, 0xc2, - 0x41, 0xca, 0x74, 0xab, 0xf9, 0xc6, 0xc8, 0x64, 0xc7, 0x93, 0x81, 0xa2, 0x13, 0xbb, 0x33, 0x22, - 0x23, 0xd2, 0xe1, 0xd8, 0xc1, 0x64, 0xc8, 0xbf, 0xf8, 0x07, 0xff, 0x15, 0x6a, 0x34, 0xdb, 0x89, - 0x8d, 0x74, 0xe2, 0xe2, 0x8c, 0x7d, 0x9a, 0x3b, 0x31, 0xc6, 0xd6, 0xf4, 0x63, 0xd3, 0xc1, 0xee, - 0x69, 0x67, 0x7c, 0x32, 0x0a, 0x0c, 0xb4, 0x63, 0x63, 0xa6, 0x65, 0xb1, 0x3a, 0x79, 0x2c, 0x77, - 0xe2, 0x30, 0xd3, 0xc6, 0x0b, 0x84, 0xb7, 0xff, 0x8d, 0x40, 0xf5, 0x63, 0x6c, 0x6b, 0xf3, 0xbc, - 0xf6, 0xdf, 0x12, 0x28, 0xef, 0xb9, 0xc4, 0xd9, 0x27, 0x03, 0xf8, 0x15, 0xa8, 0x04, 0xfe, 0x18, - 0x1a, 0xd3, 0x1a, 0xd2, 0x86, 0xb4, 0x59, 0xdb, 0x7e, 0x53, 0x89, 0x6f, 0x29, 0x92, 0x55, 0xc6, - 0x27, 0xa3, 0xc0, 0x40, 0x95, 0x00, 0xad, 0x4c, 0xb7, 0x94, 0xfb, 0x83, 0x87, 0x58, 0x67, 0x07, - 0x98, 0x69, 0x2a, 0x7c, 0xe4, 0xc9, 0x4b, 0xbe, 0x27, 0x83, 0xd8, 0x86, 0x22, 0x55, 0xa8, 0x82, - 0x22, 0x1d, 0x63, 0xbd, 0xb1, 0xcc, 0xd5, 0x37, 0x94, 0x8c, 0x18, 0x28, 0xc2, 0x9b, 0xde, 0x18, - 0xeb, 0xea, 0xaa, 0x50, 0x2b, 0x06, 0x5f, 0x88, 0x73, 0xe1, 0x3e, 0x58, 0xa1, 0x4c, 0x63, 0x13, - 0xda, 0x28, 0x70, 0x95, 0xf6, 0xb9, 0x2a, 0x1c, 0xa9, 0xae, 0x0b, 0x9d, 0x95, 0xf0, 0x1b, 0x09, - 0x85, 0xf6, 0x8f, 0x12, 0xa8, 0x09, 0x64, 0xd7, 0xa4, 0x0c, 0x3e, 0x58, 0xb8, 0x01, 0xe5, 0x62, - 0x37, 0x10, 0xb0, 0xf9, 0xf9, 0xeb, 0x62, 0xa7, 0xca, 0xcc, 0x92, 0x38, 0xfd, 0x2e, 0x28, 0x99, - 0x0c, 0xdb, 0xb4, 0xb1, 0xbc, 0x51, 0xd8, 0xac, 0x6d, 0xdf, 0x38, 0xcf, 0x71, 0x75, 0x4d, 0x08, - 0x95, 0xee, 0x05, 0x14, 0x14, 0x32, 0xdb, 0x3f, 0x14, 0x23, 0x87, 0x83, 0x2b, 0x81, 0xb7, 0x41, - 0x25, 0x08, 0xac, 0x31, 0xb1, 0x30, 0x77, 0xb8, 0x1a, 0x3b, 0xd0, 0x13, 0x76, 0x14, 0x21, 0xe0, - 0x11, 0xb8, 0x4e, 0x99, 0xe6, 0x32, 0xd3, 0x19, 0xdd, 0xc1, 0x9a, 0x61, 0x99, 0x0e, 0xee, 0x61, - 0x9d, 0x38, 0x06, 0xe5, 0x11, 0x29, 0xa8, 0x2f, 0xf9, 0x9e, 0x7c, 0xbd, 0x97, 0x0d, 0x41, 0x79, - 0x5c, 0xf8, 0x00, 0x5c, 0xd6, 0x89, 0xa3, 0x4f, 0x5c, 0x17, 0x3b, 0xfa, 0xe9, 0x21, 0xb1, 0x4c, - 0xfd, 0x94, 0x07, 0xa7, 0xaa, 0x2a, 0xc2, 0x9b, 0xcb, 0x7b, 0xf3, 0x80, 0xb3, 0x2c, 0x23, 0x5a, - 0x14, 0x82, 0xaf, 0x80, 0x32, 0x9d, 0xd0, 0x31, 0x76, 0x8c, 0x46, 0x71, 0x43, 0xda, 0xac, 0xa8, - 0x35, 0xdf, 0x93, 0xcb, 0xbd, 0xd0, 0x84, 0x66, 0x6b, 0xf0, 0x73, 0x50, 0x7b, 0x48, 0x06, 0x7d, - 0x6c, 0x8f, 0x2d, 0x8d, 0xe1, 0x46, 0x89, 0x47, 0xef, 0x56, 0xe6, 0x15, 0xef, 0xc7, 0x38, 0x9e, - 0x65, 0x57, 0x84, 0x93, 0xb5, 0xc4, 0x02, 0x4a, 0xaa, 0xc1, 0x2f, 0x41, 0x93, 0x4e, 0x74, 0x1d, - 0x53, 0x3a, 0x9c, 0x58, 0xfb, 0x64, 0x40, 0x3f, 0x32, 0x29, 0x23, 0xee, 0x69, 0xd7, 0xb4, 0x4d, - 0xd6, 0x58, 0xd9, 0x90, 0x36, 0x4b, 0x6a, 0xcb, 0xf7, 0xe4, 0x66, 0x2f, 0x17, 0x85, 0xce, 0x51, - 0x80, 0x08, 0x5c, 0x1b, 0x6a, 0xa6, 0x85, 0x8d, 0x05, 0xed, 0x32, 0xd7, 0x6e, 0xfa, 0x9e, 0x7c, - 0xed, 0x6e, 0x26, 0x02, 0xe5, 0x30, 0xdb, 0xbf, 0x2e, 0x83, 0xb5, 0xd4, 0x2b, 0x80, 0x1f, 0x83, - 0x15, 0x4d, 0x67, 0xe6, 0x34, 0x48, 0x95, 0x20, 0x01, 0x5f, 0x4e, 0xde, 0x4e, 0x50, 0xbf, 0xe2, - 0xb7, 0x8c, 0xf0, 0x10, 0x07, 0x41, 0xc0, 0xf1, 0xd3, 0xd9, 0xe5, 0x54, 0x24, 0x24, 0xa0, 0x05, - 0xea, 0x96, 0x46, 0xd9, 0x2c, 0xcb, 0xfa, 0xa6, 0x8d, 0x79, 0x7c, 0x6a, 0xdb, 0xaf, 0x5f, 0xec, - 0xc9, 0x04, 0x0c, 0xf5, 0x7f, 0xbe, 0x27, 0xd7, 0xbb, 0x73, 0x3a, 0x68, 0x41, 0x19, 0xba, 0x00, - 0x72, 0x5b, 0x74, 0x85, 0x7c, 0xbf, 0xd2, 0x33, 0xef, 0x77, 0xcd, 0xf7, 0x64, 0xd8, 0x5d, 0x50, - 0x42, 0x19, 0xea, 0xed, 0x3f, 0x25, 0x50, 0x78, 0x31, 0x65, 0xf1, 0x83, 0x54, 0x59, 0xbc, 0x91, - 0x97, 0xb4, 0xb9, 0x25, 0xf1, 0xee, 0x5c, 0x49, 0x6c, 0xe5, 0x2a, 0x9c, 0x5f, 0x0e, 0x7f, 0x2b, - 0x80, 0xd5, 0x7d, 0x32, 0xd8, 0x23, 0x8e, 0x61, 0x32, 0x93, 0x38, 0x70, 0x07, 0x14, 0xd9, 0xe9, - 0x78, 0x56, 0x5a, 0x36, 0x66, 0x5b, 0xf7, 0x4f, 0xc7, 0xf8, 0xcc, 0x93, 0xeb, 0x49, 0x6c, 0x60, - 0x43, 0x1c, 0x0d, 0xbb, 0x91, 0x3b, 0xcb, 0x9c, 0xb7, 0x93, 0xde, 0xee, 0xcc, 0x93, 0x33, 0x1a, - 0xa7, 0x12, 0x29, 0xa5, 0x9d, 0x82, 0x23, 0xb0, 0x16, 0x04, 0xe7, 0xd0, 0x25, 0x83, 0x30, 0xcb, - 0x0a, 0xcf, 0x1c, 0xf5, 0xab, 0xc2, 0x81, 0xb5, 0x6e, 0x52, 0x08, 0xa5, 0x75, 0xe1, 0x34, 0xcc, - 0xb1, 0xbe, 0xab, 0x39, 0x34, 0x3c, 0xd2, 0xf3, 0xe5, 0x74, 0x53, 0xec, 0xc6, 0xf3, 0x2c, 0xad, - 0x86, 0x32, 0x76, 0x80, 0xaf, 0x82, 0x15, 0x17, 0x6b, 0x94, 0x38, 0x3c, 0x9f, 0xab, 0x71, 0x74, - 0x10, 0xb7, 0x22, 0xb1, 0x0a, 0x5f, 0x03, 0x65, 0x1b, 0x53, 0xaa, 0x8d, 0x30, 0xaf, 0x38, 0x55, - 0xf5, 0x92, 0x00, 0x96, 0x0f, 0x42, 0x33, 0x9a, 0xad, 0xb7, 0xbf, 0x97, 0x40, 0xf9, 0xc5, 0xf4, - 0xb4, 0xf7, 0xd3, 0x3d, 0xad, 0x91, 0x97, 0x79, 0x39, 0xfd, 0xec, 0xa7, 0x12, 0x77, 0x94, 0xf7, - 0xb2, 0x2d, 0x50, 0x1b, 0x6b, 0xae, 0x66, 0x59, 0xd8, 0x32, 0xa9, 0xcd, 0x7d, 0x2d, 0xa9, 0x97, - 0x82, 0xba, 0x7c, 0x18, 0x9b, 0x51, 0x12, 0x13, 0x50, 0x74, 0x62, 0x8f, 0x2d, 0x1c, 0x5c, 0x66, - 0x98, 0x6e, 0x82, 0xb2, 0x17, 0x9b, 0x51, 0x12, 0x03, 0xef, 0x83, 0xab, 0x61, 0x05, 0x9b, 0xef, - 0x80, 0x05, 0xde, 0x01, 0xff, 0xef, 0x7b, 0xf2, 0xd5, 0xdd, 0x2c, 0x00, 0xca, 0xe6, 0xc1, 0x1d, - 0xb0, 0x3a, 0xd0, 0xf4, 0x13, 0x32, 0x1c, 0x26, 0x2b, 0x76, 0xdd, 0xf7, 0xe4, 0x55, 0x35, 0x61, - 0x47, 0x29, 0x14, 0xfc, 0x02, 0x54, 0x28, 0xb6, 0xb0, 0xce, 0x88, 0x2b, 0x52, 0xec, 0xad, 0x0b, - 0x46, 0x45, 0x1b, 0x60, 0xab, 0x27, 0xa8, 0xea, 0x2a, 0xef, 0xf4, 0xe2, 0x0b, 0x45, 0x92, 0xf0, - 0x5d, 0xb0, 0x6e, 0x6b, 0xce, 0x44, 0x8b, 0x90, 0x3c, 0xb7, 0x2a, 0x2a, 0xf4, 0x3d, 0x79, 0xfd, - 0x20, 0xb5, 0x82, 0xe6, 0x90, 0xf0, 0x13, 0x50, 0x61, 0xb3, 0x36, 0xba, 0xc2, 0x5d, 0xcb, 0x6c, - 0x14, 0x87, 0xc4, 0x48, 0x75, 0xd1, 0x28, 0x4b, 0xa2, 0x16, 0x1a, 0xc9, 0x04, 0x83, 0x07, 0x63, - 0x96, 0xb8, 0xb1, 0xdd, 0x21, 0xc3, 0xee, 0x5d, 0xd3, 0x31, 0xe9, 0x31, 0x36, 0x1a, 0x15, 0x7e, - 0x5d, 0x7c, 0xf0, 0xe8, 0xf7, 0xbb, 0x59, 0x10, 0x94, 0xc7, 0x85, 0x5d, 0xb0, 0x1e, 0x87, 0xf6, - 0x80, 0x18, 0xb8, 0x51, 0xe5, 0x0f, 0xe3, 0x56, 0x70, 0xca, 0xbd, 0xd4, 0xca, 0xd9, 0x82, 0x05, - 0xcd, 0x71, 0x93, 0x83, 0x06, 0xc8, 0x1f, 0x34, 0xda, 0x7f, 0x15, 0x41, 0x35, 0xee, 0xa9, 0x47, - 0x00, 0xe8, 0xb3, 0xc2, 0x45, 0x45, 0x5f, 0xbd, 0x99, 0xf7, 0x08, 0xa2, 0x12, 0x17, 0xf7, 0x83, - 0xc8, 0x44, 0x51, 0x42, 0x08, 0x7e, 0x0a, 0xaa, 0x7c, 0xda, 0xe2, 0x25, 0x68, 0xf9, 0x99, 0x4b, - 0xd0, 0x9a, 0xef, 0xc9, 0xd5, 0xde, 0x4c, 0x00, 0xc5, 0x5a, 0x70, 0x98, 0xbc, 0xb2, 0xe7, 0x2c, - 0xa7, 0x30, 0x7d, 0xbd, 0x7c, 0x8b, 0x39, 0xd5, 0xa0, 0xa8, 0x89, 0x59, 0xa3, 0xc8, 0x03, 0x9c, - 0x37, 0x46, 0x74, 0x40, 0x95, 0xcf, 0x45, 0xd8, 0xc0, 0x06, 0xcf, 0xd1, 0x92, 0x7a, 0x59, 0x40, - 0xab, 0xbd, 0xd9, 0x02, 0x8a, 0x31, 0x81, 0x70, 0x38, 0xf0, 0x88, 0xb1, 0x2b, 0x12, 0x0e, 0xc7, - 0x23, 0x24, 0x56, 0xe1, 0x1d, 0x50, 0x17, 0x2e, 0x61, 0xe3, 0x9e, 0x63, 0xe0, 0xaf, 0x31, 0xe5, - 0x4f, 0xb3, 0xaa, 0x36, 0x04, 0xa3, 0xbe, 0x37, 0xb7, 0x8e, 0x16, 0x18, 0xf0, 0x5b, 0x09, 0x5c, - 0x9f, 0x38, 0x3a, 0x99, 0x38, 0x0c, 0x1b, 0x7d, 0xec, 0xda, 0xa6, 0x13, 0xfc, 0x79, 0x3a, 0x24, - 0x06, 0xe5, 0x99, 0x5b, 0xdb, 0xbe, 0x9d, 0x19, 0xec, 0xa3, 0x6c, 0x4e, 0x98, 0xe7, 0x39, 0x8b, - 0x28, 0x6f, 0xa7, 0xf6, 0xcf, 0x12, 0xb8, 0x34, 0x37, 0xb4, 0xfe, 0xf7, 0xa7, 0x92, 0xf6, 0x2f, - 0x12, 0xc8, 0x3b, 0x2a, 0x3c, 0x4c, 0x86, 0x3d, 0x78, 0x35, 0x55, 0x75, 0x3b, 0x15, 0xf2, 0x33, - 0x4f, 0xbe, 0x99, 0xf7, 0x97, 0x36, 0x18, 0x32, 0xa8, 0x72, 0x74, 0xef, 0x4e, 0x32, 0x2f, 0x3e, - 0x8c, 0xf2, 0x62, 0x99, 0xcb, 0x75, 0xe2, 0x9c, 0xb8, 0x98, 0x96, 0xa0, 0xab, 0x9b, 0x8f, 0x9e, - 0xb6, 0x96, 0x1e, 0x3f, 0x6d, 0x2d, 0x3d, 0x79, 0xda, 0x5a, 0xfa, 0xc6, 0x6f, 0x49, 0x8f, 0xfc, - 0x96, 0xf4, 0xd8, 0x6f, 0x49, 0x4f, 0xfc, 0x96, 0xf4, 0xbb, 0xdf, 0x92, 0xbe, 0xfb, 0xa3, 0xb5, - 0xf4, 0xd9, 0xf2, 0x74, 0xeb, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa8, 0xfc, 0x0b, 0x48, 0x81, - 0x10, 0x00, 0x00, + 0x76, 0x84, 0x04, 0x05, 0xb1, 0xde, 0x1d, 0x3b, 0xdb, 0xec, 0xee, 0x58, 0x3b, 0x63, 0x0b, 0xdf, + 0x90, 0xf8, 0x02, 0xf0, 0x25, 0x10, 0x27, 0x84, 0x04, 0x67, 0x8e, 0xa8, 0xc7, 0x1e, 0x7b, 0x5a, + 0xd1, 0xe5, 0x03, 0x70, 0x0f, 0x17, 0x34, 0xb3, 0xe3, 0xdd, 0xb5, 0xbd, 0x1b, 0xd2, 0x1e, 0x2a, + 0x6e, 0xd9, 0x37, 0xbf, 0xf7, 0x9b, 0xe7, 0xf7, 0x7e, 0xf3, 0xde, 0x0b, 0x78, 0xef, 0xf4, 0x1d, + 0xaa, 0xd9, 0xa4, 0x79, 0x3a, 0xec, 0x62, 0xdf, 0xc3, 0x0c, 0xd3, 0xe6, 0x08, 0x7b, 0x16, 0xf1, + 0x9b, 0xf2, 0xc0, 0x18, 0xd8, 0xcd, 0xae, 0xc1, 0xcc, 0x93, 0xe6, 0x68, 0xbb, 0xd9, 0xc7, 0x1e, + 0xf6, 0x0d, 0x86, 0x2d, 0x6d, 0xe0, 0x13, 0x46, 0xe0, 0x95, 0x08, 0xa4, 0x19, 0x03, 0x5b, 0x13, + 0x20, 0x6d, 0xb4, 0x5d, 0x7b, 0xa3, 0x6f, 0xb3, 0x93, 0x61, 0x57, 0x33, 0x89, 0xdb, 0xec, 0x93, + 0x3e, 0x69, 0x0a, 0x6c, 0x77, 0xd8, 0x13, 0x5f, 0xe2, 0x43, 0xfc, 0x15, 0x71, 0xd4, 0x1a, 0xa9, + 0x8b, 0x4c, 0xe2, 0xe3, 0x8c, 0x7b, 0x6a, 0xbb, 0x09, 0xc6, 0x35, 0xcc, 0x13, 0xdb, 0xc3, 0xfe, + 0xb8, 0x39, 0x38, 0xed, 0x73, 0x03, 0x6d, 0xba, 0x98, 0x19, 0x59, 0x5e, 0xcd, 0x3c, 0x2f, 0x7f, + 0xe8, 0x31, 0xdb, 0xc5, 0x73, 0x0e, 0x6f, 0xff, 0x9b, 0x03, 0x35, 0x4f, 0xb0, 0x6b, 0xcc, 0xfa, + 0x35, 0xfe, 0x56, 0xc0, 0xea, 0xbe, 0x4f, 0xbc, 0x03, 0xd2, 0x85, 0x5f, 0x81, 0x22, 0x8f, 0xc7, + 0x32, 0x98, 0x51, 0x55, 0x36, 0x95, 0xad, 0xf2, 0xce, 0x9b, 0x5a, 0x92, 0xa5, 0x98, 0x56, 0x1b, + 0x9c, 0xf6, 0xb9, 0x81, 0x6a, 0x1c, 0xad, 0x8d, 0xb6, 0xb5, 0xfb, 0xdd, 0x87, 0xd8, 0x64, 0x87, + 0x98, 0x19, 0x3a, 0x7c, 0x14, 0xa8, 0x0b, 0x61, 0xa0, 0x82, 0xc4, 0x86, 0x62, 0x56, 0xa8, 0x83, + 0x65, 0x3a, 0xc0, 0x66, 0x75, 0x51, 0xb0, 0x6f, 0x6a, 0x19, 0x35, 0xd0, 0x64, 0x34, 0xed, 0x01, + 0x36, 0xf5, 0x35, 0xc9, 0xb6, 0xcc, 0xbf, 0x90, 0xf0, 0x85, 0x07, 0x60, 0x85, 0x32, 0x83, 0x0d, + 0x69, 0x75, 0x49, 0xb0, 0x34, 0xce, 0x65, 0x11, 0x48, 0x7d, 0x43, 0xf2, 0xac, 0x44, 0xdf, 0x48, + 0x32, 0x34, 0x7e, 0x52, 0x40, 0x59, 0x22, 0x5b, 0x36, 0x65, 0xf0, 0xc1, 0x5c, 0x06, 0xb4, 0x8b, + 0x65, 0x80, 0x7b, 0x8b, 0xdf, 0x5f, 0x91, 0x37, 0x15, 0x27, 0x96, 0xd4, 0xaf, 0xdf, 0x03, 0x05, + 0x9b, 0x61, 0x97, 0x56, 0x17, 0x37, 0x97, 0xb6, 0xca, 0x3b, 0x37, 0xce, 0x0b, 0x5c, 0x5f, 0x97, + 0x44, 0x85, 0x7b, 0xdc, 0x05, 0x45, 0x9e, 0x8d, 0x1f, 0x97, 0xe3, 0x80, 0x79, 0x4a, 0xe0, 0x6d, + 0x50, 0xe4, 0x85, 0xb5, 0x86, 0x0e, 0x16, 0x01, 0x97, 0x92, 0x00, 0xda, 0xd2, 0x8e, 0x62, 0x04, + 0x3c, 0x06, 0xd7, 0x29, 0x33, 0x7c, 0x66, 0x7b, 0xfd, 0x3b, 0xd8, 0xb0, 0x1c, 0xdb, 0xc3, 0x6d, + 0x6c, 0x12, 0xcf, 0xa2, 0xa2, 0x22, 0x4b, 0xfa, 0x4b, 0x61, 0xa0, 0x5e, 0x6f, 0x67, 0x43, 0x50, + 0x9e, 0x2f, 0x7c, 0x00, 0x2e, 0x9b, 0xc4, 0x33, 0x87, 0xbe, 0x8f, 0x3d, 0x73, 0x7c, 0x44, 0x1c, + 0xdb, 0x1c, 0x8b, 0xe2, 0x94, 0x74, 0x4d, 0x46, 0x73, 0x79, 0x7f, 0x16, 0x70, 0x96, 0x65, 0x44, + 0xf3, 0x44, 0xf0, 0x15, 0xb0, 0x4a, 0x87, 0x74, 0x80, 0x3d, 0xab, 0xba, 0xbc, 0xa9, 0x6c, 0x15, + 0xf5, 0x72, 0x18, 0xa8, 0xab, 0xed, 0xc8, 0x84, 0x26, 0x67, 0xf0, 0x73, 0x50, 0x7e, 0x48, 0xba, + 0x1d, 0xec, 0x0e, 0x1c, 0x83, 0xe1, 0x6a, 0x41, 0x54, 0xef, 0x56, 0x66, 0x8a, 0x0f, 0x12, 0x9c, + 0x50, 0xd9, 0x15, 0x19, 0x64, 0x39, 0x75, 0x80, 0xd2, 0x6c, 0xf0, 0x4b, 0x50, 0xa3, 0x43, 0xd3, + 0xc4, 0x94, 0xf6, 0x86, 0xce, 0x01, 0xe9, 0xd2, 0x8f, 0x6c, 0xca, 0x88, 0x3f, 0x6e, 0xd9, 0xae, + 0xcd, 0xaa, 0x2b, 0x9b, 0xca, 0x56, 0x41, 0xaf, 0x87, 0x81, 0x5a, 0x6b, 0xe7, 0xa2, 0xd0, 0x39, + 0x0c, 0x10, 0x81, 0x6b, 0x3d, 0xc3, 0x76, 0xb0, 0x35, 0xc7, 0xbd, 0x2a, 0xb8, 0x6b, 0x61, 0xa0, + 0x5e, 0xbb, 0x9b, 0x89, 0x40, 0x39, 0x9e, 0x8d, 0xdf, 0x16, 0xc1, 0xfa, 0xd4, 0x2b, 0x80, 0x1f, + 0x83, 0x15, 0xc3, 0x64, 0xf6, 0x88, 0x4b, 0x85, 0x0b, 0xf0, 0xe5, 0x74, 0x76, 0x78, 0xff, 0x4a, + 0xde, 0x32, 0xc2, 0x3d, 0xcc, 0x8b, 0x80, 0x93, 0xa7, 0xb3, 0x27, 0x5c, 0x91, 0xa4, 0x80, 0x0e, + 0xa8, 0x38, 0x06, 0x65, 0x13, 0x95, 0x75, 0x6c, 0x17, 0x8b, 0xfa, 0x94, 0x77, 0x5e, 0xbf, 0xd8, + 0x93, 0xe1, 0x1e, 0xfa, 0xff, 0xc2, 0x40, 0xad, 0xb4, 0x66, 0x78, 0xd0, 0x1c, 0x33, 0xf4, 0x01, + 0x14, 0xb6, 0x38, 0x85, 0xe2, 0xbe, 0xc2, 0x33, 0xdf, 0x77, 0x2d, 0x0c, 0x54, 0xd8, 0x9a, 0x63, + 0x42, 0x19, 0xec, 0x8d, 0xbf, 0x14, 0xb0, 0xf4, 0x62, 0xda, 0xe2, 0x07, 0x53, 0x6d, 0xf1, 0x46, + 0x9e, 0x68, 0x73, 0x5b, 0xe2, 0xdd, 0x99, 0x96, 0x58, 0xcf, 0x65, 0x38, 0xbf, 0x1d, 0xfe, 0xbe, + 0x04, 0xd6, 0x0e, 0x48, 0x77, 0x9f, 0x78, 0x96, 0xcd, 0x6c, 0xe2, 0xc1, 0x5d, 0xb0, 0xcc, 0xc6, + 0x83, 0x49, 0x6b, 0xd9, 0x9c, 0x5c, 0xdd, 0x19, 0x0f, 0xf0, 0x59, 0xa0, 0x56, 0xd2, 0x58, 0x6e, + 0x43, 0x02, 0x0d, 0x5b, 0x71, 0x38, 0x8b, 0xc2, 0x6f, 0x77, 0xfa, 0xba, 0xb3, 0x40, 0xcd, 0x18, + 0x9c, 0x5a, 0xcc, 0x34, 0x1d, 0x14, 0xec, 0x83, 0x75, 0x5e, 0x9c, 0x23, 0x9f, 0x74, 0x23, 0x95, + 0x2d, 0x3d, 0x73, 0xd5, 0xaf, 0xca, 0x00, 0xd6, 0x5b, 0x69, 0x22, 0x34, 0xcd, 0x0b, 0x47, 0x91, + 0xc6, 0x3a, 0xbe, 0xe1, 0xd1, 0xe8, 0x27, 0x3d, 0x9f, 0xa6, 0x6b, 0xf2, 0x36, 0xa1, 0xb3, 0x69, + 0x36, 0x94, 0x71, 0x03, 0x7c, 0x15, 0xac, 0xf8, 0xd8, 0xa0, 0xc4, 0x13, 0x7a, 0x2e, 0x25, 0xd5, + 0x41, 0xc2, 0x8a, 0xe4, 0x29, 0x7c, 0x0d, 0xac, 0xba, 0x98, 0x52, 0xa3, 0x8f, 0x45, 0xc7, 0x29, + 0xe9, 0x97, 0x24, 0x70, 0xf5, 0x30, 0x32, 0xa3, 0xc9, 0x79, 0xe3, 0x07, 0x05, 0xac, 0xbe, 0x98, + 0x99, 0xf6, 0xfe, 0xf4, 0x4c, 0xab, 0xe6, 0x29, 0x2f, 0x67, 0x9e, 0xfd, 0x5c, 0x10, 0x81, 0x8a, + 0x59, 0xb6, 0x0d, 0xca, 0x03, 0xc3, 0x37, 0x1c, 0x07, 0x3b, 0x36, 0x75, 0x45, 0xac, 0x05, 0xfd, + 0x12, 0xef, 0xcb, 0x47, 0x89, 0x19, 0xa5, 0x31, 0xdc, 0xc5, 0x24, 0xee, 0xc0, 0xc1, 0x3c, 0x99, + 0x91, 0xdc, 0xa4, 0xcb, 0x7e, 0x62, 0x46, 0x69, 0x0c, 0xbc, 0x0f, 0xae, 0x46, 0x1d, 0x6c, 0x76, + 0x02, 0x2e, 0x89, 0x09, 0xf8, 0xff, 0x30, 0x50, 0xaf, 0xee, 0x65, 0x01, 0x50, 0xb6, 0x1f, 0xdc, + 0x05, 0x6b, 0x5d, 0xc3, 0x3c, 0x25, 0xbd, 0x5e, 0xba, 0x63, 0x57, 0xc2, 0x40, 0x5d, 0xd3, 0x53, + 0x76, 0x34, 0x85, 0x82, 0x5f, 0x80, 0x22, 0xc5, 0x0e, 0x36, 0x19, 0xf1, 0xa5, 0xc4, 0xde, 0xba, + 0x60, 0x55, 0x8c, 0x2e, 0x76, 0xda, 0xd2, 0x55, 0x5f, 0x13, 0x93, 0x5e, 0x7e, 0xa1, 0x98, 0x12, + 0xbe, 0x0b, 0x36, 0x5c, 0xc3, 0x1b, 0x1a, 0x31, 0x52, 0x68, 0xab, 0xa8, 0xc3, 0x30, 0x50, 0x37, + 0x0e, 0xa7, 0x4e, 0xd0, 0x0c, 0x12, 0x7e, 0x02, 0x8a, 0x6c, 0x32, 0x46, 0x57, 0x44, 0x68, 0x99, + 0x83, 0xe2, 0x88, 0x58, 0x53, 0x53, 0x34, 0x56, 0x49, 0x3c, 0x42, 0x63, 0x1a, 0xbe, 0x78, 0x30, + 0xe6, 0xc8, 0x8c, 0xed, 0xf5, 0x18, 0xf6, 0xef, 0xda, 0x9e, 0x4d, 0x4f, 0xb0, 0x55, 0x2d, 0x8a, + 0x74, 0x89, 0xc5, 0xa3, 0xd3, 0x69, 0x65, 0x41, 0x50, 0x9e, 0x2f, 0x6c, 0x81, 0x8d, 0xa4, 0xb4, + 0x87, 0xc4, 0xc2, 0xd5, 0x92, 0x78, 0x18, 0xb7, 0xf8, 0xaf, 0xdc, 0x9f, 0x3a, 0x39, 0x9b, 0xb3, + 0xa0, 0x19, 0xdf, 0xf4, 0xa2, 0x01, 0xf2, 0x17, 0x8d, 0xc6, 0xf7, 0x05, 0x50, 0x4a, 0x66, 0xea, + 0x31, 0x00, 0xe6, 0xa4, 0x71, 0x51, 0x39, 0x57, 0x6f, 0xe6, 0x3d, 0x82, 0xb8, 0xc5, 0x25, 0xf3, + 0x20, 0x36, 0x51, 0x94, 0x22, 0x82, 0x9f, 0x82, 0x92, 0xd8, 0xb6, 0x44, 0x0b, 0x5a, 0x7c, 0xe6, + 0x16, 0xb4, 0x1e, 0x06, 0x6a, 0xa9, 0x3d, 0x21, 0x40, 0x09, 0x17, 0xec, 0xa5, 0x53, 0xf6, 0x9c, + 0xed, 0x14, 0x4e, 0xa7, 0x57, 0x5c, 0x31, 0xc3, 0xca, 0x9b, 0x9a, 0xdc, 0x35, 0x96, 0x45, 0x81, + 0xf3, 0xd6, 0x88, 0x26, 0x28, 0x89, 0xbd, 0x08, 0x5b, 0xd8, 0x12, 0x1a, 0x2d, 0xe8, 0x97, 0x25, + 0xb4, 0xd4, 0x9e, 0x1c, 0xa0, 0x04, 0xc3, 0x89, 0xa3, 0x85, 0x47, 0xae, 0x5d, 0x31, 0x71, 0xb4, + 0x1e, 0x21, 0x79, 0x0a, 0xef, 0x80, 0x8a, 0x0c, 0x09, 0x5b, 0xf7, 0x3c, 0x0b, 0x7f, 0x8d, 0xa9, + 0x78, 0x9a, 0x25, 0xbd, 0x2a, 0x3d, 0x2a, 0xfb, 0x33, 0xe7, 0x68, 0xce, 0x03, 0x7e, 0xab, 0x80, + 0xeb, 0x43, 0xcf, 0x24, 0x43, 0x8f, 0x61, 0xab, 0x83, 0x7d, 0xd7, 0xf6, 0xf8, 0x3f, 0x4f, 0x47, + 0xc4, 0xa2, 0x42, 0xb9, 0xe5, 0x9d, 0xdb, 0x99, 0xc5, 0x3e, 0xce, 0xf6, 0x89, 0x74, 0x9e, 0x73, + 0x88, 0xf2, 0x6e, 0x82, 0x2a, 0x28, 0xf8, 0xd8, 0xb0, 0xc6, 0x42, 0xde, 0x05, 0xbd, 0xc4, 0xdb, + 0x28, 0xe2, 0x06, 0x14, 0xd9, 0x1b, 0xbf, 0x28, 0xe0, 0xd2, 0xcc, 0x56, 0xfb, 0xdf, 0x5f, 0x5b, + 0x1a, 0xbf, 0x2a, 0x20, 0x2f, 0x17, 0xf0, 0x28, 0xad, 0x0b, 0xfe, 0xac, 0x4a, 0xfa, 0xce, 0x94, + 0x26, 0xce, 0x02, 0xf5, 0x66, 0xde, 0xff, 0xbc, 0x7c, 0x0b, 0xa1, 0xda, 0xf1, 0xbd, 0x3b, 0x69, + 0xe1, 0x7c, 0x18, 0x0b, 0x67, 0x51, 0xd0, 0x35, 0x13, 0xd1, 0x5c, 0x8c, 0x4b, 0xba, 0xeb, 0x5b, + 0x8f, 0x9e, 0xd6, 0x17, 0x1e, 0x3f, 0xad, 0x2f, 0x3c, 0x79, 0x5a, 0x5f, 0xf8, 0x26, 0xac, 0x2b, + 0x8f, 0xc2, 0xba, 0xf2, 0x38, 0xac, 0x2b, 0x4f, 0xc2, 0xba, 0xf2, 0x47, 0x58, 0x57, 0xbe, 0xfb, + 0xb3, 0xbe, 0xf0, 0xd9, 0xe2, 0x68, 0xfb, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x54, 0x31, 0x16, + 0xcf, 0xa2, 0x10, 0x00, 0x00, } func (m *CronJob) Marshal() (dAtA []byte, err error) { @@ -975,6 +976,11 @@ func (m *JobStatus) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.Ready != nil { + i = encodeVarintGenerated(dAtA, i, uint64(*m.Ready)) + i-- + dAtA[i] = 0x48 + } if m.UncountedTerminatedPods != nil { { size, err := m.UncountedTerminatedPods.MarshalToSizedBuffer(dAtA[:i]) @@ -1341,6 +1347,9 @@ func (m *JobStatus) Size() (n int) { l = m.UncountedTerminatedPods.Size() n += 1 + l + sovGenerated(uint64(l)) } + if m.Ready != nil { + n += 1 + sovGenerated(uint64(*m.Ready)) + } return n } @@ -1525,6 +1534,7 @@ func (this *JobStatus) String() string { `Failed:` + fmt.Sprintf("%v", this.Failed) + `,`, `CompletedIndexes:` + fmt.Sprintf("%v", this.CompletedIndexes) + `,`, `UncountedTerminatedPods:` + strings.Replace(this.UncountedTerminatedPods.String(), "UncountedTerminatedPods", "UncountedTerminatedPods", 1) + `,`, + `Ready:` + valueToStringGenerated(this.Ready) + `,`, `}`, }, "") return s @@ -3273,6 +3283,26 @@ func (m *JobStatus) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 9: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Ready", wireType) + } + var v int32 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + v |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + m.Ready = &v default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) diff --git a/vendor/k8s.io/api/batch/v1/generated.proto b/vendor/k8s.io/api/batch/v1/generated.proto index 1aefe0526..161886029 100644 --- a/vendor/k8s.io/api/batch/v1/generated.proto +++ b/vendor/k8s.io/api/batch/v1/generated.proto @@ -227,8 +227,6 @@ message JobSpec { // guarantees (e.g. finalizers) will be honored. If this field is unset, // the Job won't be automatically deleted. If this field is set to zero, // the Job becomes eligible to be deleted immediately after it finishes. - // This field is alpha-level and is only honored by servers that enable the - // TTLAfterFinished feature. // +optional optional int32 ttlSecondsAfterFinished = 8; @@ -300,7 +298,7 @@ message JobStatus { // +optional optional k8s.io.apimachinery.pkg.apis.meta.v1.Time completionTime = 3; - // The number of actively running pods. + // The number of pending and running pods. // +optional optional int32 active = 4; @@ -333,12 +331,20 @@ message JobStatus { // (3) Remove the pod UID from the arrays while increasing the corresponding // counter. // - // This field is alpha-level. The job controller only makes use of this field - // when the feature gate PodTrackingWithFinalizers is enabled. + // This field is beta-level. The job controller only makes use of this field + // when the feature gate JobTrackingWithFinalizers is enabled (enabled + // by default). // Old jobs might not be tracked using this field, in which case the field // remains null. // +optional optional UncountedTerminatedPods uncountedTerminatedPods = 8; + + // The number of pods which have a Ready condition. + // + // This field is alpha-level. The job controller populates the field when + // the feature gate JobReadyPods is enabled (disabled by default). + // +optional + optional int32 ready = 9; } // JobTemplateSpec describes the data a Job should have when created from a template diff --git a/vendor/k8s.io/api/batch/v1/types.go b/vendor/k8s.io/api/batch/v1/types.go index 77742e5f8..aec1cad8e 100644 --- a/vendor/k8s.io/api/batch/v1/types.go +++ b/vendor/k8s.io/api/batch/v1/types.go @@ -71,6 +71,7 @@ type JobList struct { } // CompletionMode specifies how Pod completions of a Job are tracked. +// +enum type CompletionMode string const ( @@ -154,8 +155,6 @@ type JobSpec struct { // guarantees (e.g. finalizers) will be honored. If this field is unset, // the Job won't be automatically deleted. If this field is set to zero, // the Job becomes eligible to be deleted immediately after it finishes. - // This field is alpha-level and is only honored by servers that enable the - // TTLAfterFinished feature. // +optional TTLSecondsAfterFinished *int32 `json:"ttlSecondsAfterFinished,omitempty" protobuf:"varint,8,opt,name=ttlSecondsAfterFinished"` @@ -227,7 +226,7 @@ type JobStatus struct { // +optional CompletionTime *metav1.Time `json:"completionTime,omitempty" protobuf:"bytes,3,opt,name=completionTime"` - // The number of actively running pods. + // The number of pending and running pods. // +optional Active int32 `json:"active,omitempty" protobuf:"varint,4,opt,name=active"` @@ -260,12 +259,20 @@ type JobStatus struct { // (3) Remove the pod UID from the arrays while increasing the corresponding // counter. // - // This field is alpha-level. The job controller only makes use of this field - // when the feature gate PodTrackingWithFinalizers is enabled. + // This field is beta-level. The job controller only makes use of this field + // when the feature gate JobTrackingWithFinalizers is enabled (enabled + // by default). // Old jobs might not be tracked using this field, in which case the field // remains null. // +optional UncountedTerminatedPods *UncountedTerminatedPods `json:"uncountedTerminatedPods,omitempty" protobuf:"bytes,8,opt,name=uncountedTerminatedPods"` + + // The number of pods which have a Ready condition. + // + // This field is alpha-level. The job controller populates the field when + // the feature gate JobReadyPods is enabled (disabled by default). + // +optional + Ready *int32 `json:"ready,omitempty" protobuf:"varint,9,opt,name=ready"` } // UncountedTerminatedPods holds UIDs of Pods that have terminated but haven't @@ -282,6 +289,7 @@ type UncountedTerminatedPods struct { Failed []types.UID `json:"failed,omitempty" protobuf:"bytes,2,rep,name=failed,casttype=k8s.io/apimachinery/pkg/types.UID"` } +// +enum type JobConditionType string // These are valid conditions of a job. @@ -406,6 +414,7 @@ type CronJobSpec struct { // Only one of the following concurrent policies may be specified. // If none of the following policies is specified, the default one // is AllowConcurrent. +// +enum type ConcurrencyPolicy string const ( diff --git a/vendor/k8s.io/api/batch/v1/types_swagger_doc_generated.go b/vendor/k8s.io/api/batch/v1/types_swagger_doc_generated.go index f6e01000d..269021a9c 100644 --- a/vendor/k8s.io/api/batch/v1/types_swagger_doc_generated.go +++ b/vendor/k8s.io/api/batch/v1/types_swagger_doc_generated.go @@ -118,7 +118,7 @@ var map_JobSpec = map[string]string{ "selector": "A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors", "manualSelector": "manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#specifying-your-own-pod-selector", "template": "Describes the pod that will be created when executing a job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/", - "ttlSecondsAfterFinished": "ttlSecondsAfterFinished limits the lifetime of a Job that has finished execution (either Complete or Failed). If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to be automatically deleted. When the Job is being deleted, its lifecycle guarantees (e.g. finalizers) will be honored. If this field is unset, the Job won't be automatically deleted. If this field is set to zero, the Job becomes eligible to be deleted immediately after it finishes. This field is alpha-level and is only honored by servers that enable the TTLAfterFinished feature.", + "ttlSecondsAfterFinished": "ttlSecondsAfterFinished limits the lifetime of a Job that has finished execution (either Complete or Failed). If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to be automatically deleted. When the Job is being deleted, its lifecycle guarantees (e.g. finalizers) will be honored. If this field is unset, the Job won't be automatically deleted. If this field is set to zero, the Job becomes eligible to be deleted immediately after it finishes.", "completionMode": "CompletionMode specifies how Pod completions are tracked. It can be `NonIndexed` (default) or `Indexed`.\n\n`NonIndexed` means that the Job is considered complete when there have been .spec.completions successfully completed Pods. Each Pod completion is homologous to each other.\n\n`Indexed` means that the Pods of a Job get an associated completion index from 0 to (.spec.completions - 1), available in the annotation batch.kubernetes.io/job-completion-index. The Job is considered complete when there is one successfully completed Pod for each index. When value is `Indexed`, .spec.completions must be specified and `.spec.parallelism` must be less than or equal to 10^5. In addition, The Pod name takes the form `$(job-name)-$(index)-$(random-string)`, the Pod hostname takes the form `$(job-name)-$(index)`.\n\nThis field is beta-level. More completion modes can be added in the future. If the Job controller observes a mode that it doesn't recognize, the controller skips updates for the Job.", "suspend": "Suspend specifies whether the Job controller should create Pods or not. If a Job is created with suspend set to true, no Pods are created by the Job controller. If a Job is suspended after creation (i.e. the flag goes from false to true), the Job controller will delete all active Pods associated with this Job. Users must design their workload to gracefully handle this. Suspending a Job will reset the StartTime field of the Job, effectively resetting the ActiveDeadlineSeconds timer too. Defaults to false.\n\nThis field is beta-level, gated by SuspendJob feature flag (enabled by default).", } @@ -132,11 +132,12 @@ var map_JobStatus = map[string]string{ "conditions": "The latest available observations of an object's current state. When a Job fails, one of the conditions will have type \"Failed\" and status true. When a Job is suspended, one of the conditions will have type \"Suspended\" and status true; when the Job is resumed, the status of this condition will become false. When a Job is completed, one of the conditions will have type \"Complete\" and status true. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/", "startTime": "Represents time when the job controller started processing a job. When a Job is created in the suspended state, this field is not set until the first time it is resumed. This field is reset every time a Job is resumed from suspension. It is represented in RFC3339 form and is in UTC.", "completionTime": "Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. The completion time is only set when the job finishes successfully.", - "active": "The number of actively running pods.", + "active": "The number of pending and running pods.", "succeeded": "The number of pods which reached phase Succeeded.", "failed": "The number of pods which reached phase Failed.", "completedIndexes": "CompletedIndexes holds the completed indexes when .spec.completionMode = \"Indexed\" in a text format. The indexes are represented as decimal integers separated by commas. The numbers are listed in increasing order. Three or more consecutive numbers are compressed and represented by the first and last element of the series, separated by a hyphen. For example, if the completed indexes are 1, 3, 4, 5 and 7, they are represented as \"1,3-5,7\".", - "uncountedTerminatedPods": "UncountedTerminatedPods holds the UIDs of Pods that have terminated but the job controller hasn't yet accounted for in the status counters.\n\nThe job controller creates pods with a finalizer. When a pod terminates (succeeded or failed), the controller does three steps to account for it in the job status: (1) Add the pod UID to the arrays in this field. (2) Remove the pod finalizer. (3) Remove the pod UID from the arrays while increasing the corresponding\n counter.\n\nThis field is alpha-level. The job controller only makes use of this field when the feature gate PodTrackingWithFinalizers is enabled. Old jobs might not be tracked using this field, in which case the field remains null.", + "uncountedTerminatedPods": "UncountedTerminatedPods holds the UIDs of Pods that have terminated but the job controller hasn't yet accounted for in the status counters.\n\nThe job controller creates pods with a finalizer. When a pod terminates (succeeded or failed), the controller does three steps to account for it in the job status: (1) Add the pod UID to the arrays in this field. (2) Remove the pod finalizer. (3) Remove the pod UID from the arrays while increasing the corresponding\n counter.\n\nThis field is beta-level. The job controller only makes use of this field when the feature gate JobTrackingWithFinalizers is enabled (enabled by default). Old jobs might not be tracked using this field, in which case the field remains null.", + "ready": "The number of pods which have a Ready condition.\n\nThis field is alpha-level. The job controller populates the field when the feature gate JobReadyPods is enabled (disabled by default).", } func (JobStatus) SwaggerDoc() map[string]string { diff --git a/vendor/k8s.io/api/batch/v1/zz_generated.deepcopy.go b/vendor/k8s.io/api/batch/v1/zz_generated.deepcopy.go index fe60aaf37..a9806a502 100644 --- a/vendor/k8s.io/api/batch/v1/zz_generated.deepcopy.go +++ b/vendor/k8s.io/api/batch/v1/zz_generated.deepcopy.go @@ -1,3 +1,4 @@ +//go:build !ignore_autogenerated // +build !ignore_autogenerated /* @@ -318,6 +319,11 @@ func (in *JobStatus) DeepCopyInto(out *JobStatus) { *out = new(UncountedTerminatedPods) (*in).DeepCopyInto(*out) } + if in.Ready != nil { + in, out := &in.Ready, &out.Ready + *out = new(int32) + **out = **in + } return } diff --git a/vendor/k8s.io/api/core/v1/generated.pb.go b/vendor/k8s.io/api/core/v1/generated.pb.go index 259444371..0418699e6 100644 --- a/vendor/k8s.io/api/core/v1/generated.pb.go +++ b/vendor/k8s.io/api/core/v1/generated.pb.go @@ -1729,10 +1729,38 @@ func (m *GCEPersistentDiskVolumeSource) XXX_DiscardUnknown() { var xxx_messageInfo_GCEPersistentDiskVolumeSource proto.InternalMessageInfo +func (m *GRPCAction) Reset() { *m = GRPCAction{} } +func (*GRPCAction) ProtoMessage() {} +func (*GRPCAction) Descriptor() ([]byte, []int) { + return fileDescriptor_83c10c24ec417dc9, []int{60} +} +func (m *GRPCAction) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *GRPCAction) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *GRPCAction) XXX_Merge(src proto.Message) { + xxx_messageInfo_GRPCAction.Merge(m, src) +} +func (m *GRPCAction) XXX_Size() int { + return m.Size() +} +func (m *GRPCAction) XXX_DiscardUnknown() { + xxx_messageInfo_GRPCAction.DiscardUnknown(m) +} + +var xxx_messageInfo_GRPCAction proto.InternalMessageInfo + func (m *GitRepoVolumeSource) Reset() { *m = GitRepoVolumeSource{} } func (*GitRepoVolumeSource) ProtoMessage() {} func (*GitRepoVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{60} + return fileDescriptor_83c10c24ec417dc9, []int{61} } func (m *GitRepoVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1760,7 +1788,7 @@ var xxx_messageInfo_GitRepoVolumeSource proto.InternalMessageInfo func (m *GlusterfsPersistentVolumeSource) Reset() { *m = GlusterfsPersistentVolumeSource{} } func (*GlusterfsPersistentVolumeSource) ProtoMessage() {} func (*GlusterfsPersistentVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{61} + return fileDescriptor_83c10c24ec417dc9, []int{62} } func (m *GlusterfsPersistentVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1788,7 +1816,7 @@ var xxx_messageInfo_GlusterfsPersistentVolumeSource proto.InternalMessageInfo func (m *GlusterfsVolumeSource) Reset() { *m = GlusterfsVolumeSource{} } func (*GlusterfsVolumeSource) ProtoMessage() {} func (*GlusterfsVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{62} + return fileDescriptor_83c10c24ec417dc9, []int{63} } func (m *GlusterfsVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1816,7 +1844,7 @@ var xxx_messageInfo_GlusterfsVolumeSource proto.InternalMessageInfo func (m *HTTPGetAction) Reset() { *m = HTTPGetAction{} } func (*HTTPGetAction) ProtoMessage() {} func (*HTTPGetAction) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{63} + return fileDescriptor_83c10c24ec417dc9, []int{64} } func (m *HTTPGetAction) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1844,7 +1872,7 @@ var xxx_messageInfo_HTTPGetAction proto.InternalMessageInfo func (m *HTTPHeader) Reset() { *m = HTTPHeader{} } func (*HTTPHeader) ProtoMessage() {} func (*HTTPHeader) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{64} + return fileDescriptor_83c10c24ec417dc9, []int{65} } func (m *HTTPHeader) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -1869,34 +1897,6 @@ func (m *HTTPHeader) XXX_DiscardUnknown() { var xxx_messageInfo_HTTPHeader proto.InternalMessageInfo -func (m *Handler) Reset() { *m = Handler{} } -func (*Handler) ProtoMessage() {} -func (*Handler) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{65} -} -func (m *Handler) XXX_Unmarshal(b []byte) error { - return m.Unmarshal(b) -} -func (m *Handler) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { - b = b[:cap(b)] - n, err := m.MarshalToSizedBuffer(b) - if err != nil { - return nil, err - } - return b[:n], nil -} -func (m *Handler) XXX_Merge(src proto.Message) { - xxx_messageInfo_Handler.Merge(m, src) -} -func (m *Handler) XXX_Size() int { - return m.Size() -} -func (m *Handler) XXX_DiscardUnknown() { - xxx_messageInfo_Handler.DiscardUnknown(m) -} - -var xxx_messageInfo_Handler proto.InternalMessageInfo - func (m *HostAlias) Reset() { *m = HostAlias{} } func (*HostAlias) ProtoMessage() {} func (*HostAlias) Descriptor() ([]byte, []int) { @@ -2065,10 +2065,38 @@ func (m *Lifecycle) XXX_DiscardUnknown() { var xxx_messageInfo_Lifecycle proto.InternalMessageInfo +func (m *LifecycleHandler) Reset() { *m = LifecycleHandler{} } +func (*LifecycleHandler) ProtoMessage() {} +func (*LifecycleHandler) Descriptor() ([]byte, []int) { + return fileDescriptor_83c10c24ec417dc9, []int{72} +} +func (m *LifecycleHandler) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *LifecycleHandler) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *LifecycleHandler) XXX_Merge(src proto.Message) { + xxx_messageInfo_LifecycleHandler.Merge(m, src) +} +func (m *LifecycleHandler) XXX_Size() int { + return m.Size() +} +func (m *LifecycleHandler) XXX_DiscardUnknown() { + xxx_messageInfo_LifecycleHandler.DiscardUnknown(m) +} + +var xxx_messageInfo_LifecycleHandler proto.InternalMessageInfo + func (m *LimitRange) Reset() { *m = LimitRange{} } func (*LimitRange) ProtoMessage() {} func (*LimitRange) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{72} + return fileDescriptor_83c10c24ec417dc9, []int{73} } func (m *LimitRange) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2096,7 +2124,7 @@ var xxx_messageInfo_LimitRange proto.InternalMessageInfo func (m *LimitRangeItem) Reset() { *m = LimitRangeItem{} } func (*LimitRangeItem) ProtoMessage() {} func (*LimitRangeItem) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{73} + return fileDescriptor_83c10c24ec417dc9, []int{74} } func (m *LimitRangeItem) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2124,7 +2152,7 @@ var xxx_messageInfo_LimitRangeItem proto.InternalMessageInfo func (m *LimitRangeList) Reset() { *m = LimitRangeList{} } func (*LimitRangeList) ProtoMessage() {} func (*LimitRangeList) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{74} + return fileDescriptor_83c10c24ec417dc9, []int{75} } func (m *LimitRangeList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2152,7 +2180,7 @@ var xxx_messageInfo_LimitRangeList proto.InternalMessageInfo func (m *LimitRangeSpec) Reset() { *m = LimitRangeSpec{} } func (*LimitRangeSpec) ProtoMessage() {} func (*LimitRangeSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{75} + return fileDescriptor_83c10c24ec417dc9, []int{76} } func (m *LimitRangeSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2180,7 +2208,7 @@ var xxx_messageInfo_LimitRangeSpec proto.InternalMessageInfo func (m *List) Reset() { *m = List{} } func (*List) ProtoMessage() {} func (*List) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{76} + return fileDescriptor_83c10c24ec417dc9, []int{77} } func (m *List) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2208,7 +2236,7 @@ var xxx_messageInfo_List proto.InternalMessageInfo func (m *LoadBalancerIngress) Reset() { *m = LoadBalancerIngress{} } func (*LoadBalancerIngress) ProtoMessage() {} func (*LoadBalancerIngress) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{77} + return fileDescriptor_83c10c24ec417dc9, []int{78} } func (m *LoadBalancerIngress) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2236,7 +2264,7 @@ var xxx_messageInfo_LoadBalancerIngress proto.InternalMessageInfo func (m *LoadBalancerStatus) Reset() { *m = LoadBalancerStatus{} } func (*LoadBalancerStatus) ProtoMessage() {} func (*LoadBalancerStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{78} + return fileDescriptor_83c10c24ec417dc9, []int{79} } func (m *LoadBalancerStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2264,7 +2292,7 @@ var xxx_messageInfo_LoadBalancerStatus proto.InternalMessageInfo func (m *LocalObjectReference) Reset() { *m = LocalObjectReference{} } func (*LocalObjectReference) ProtoMessage() {} func (*LocalObjectReference) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{79} + return fileDescriptor_83c10c24ec417dc9, []int{80} } func (m *LocalObjectReference) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2292,7 +2320,7 @@ var xxx_messageInfo_LocalObjectReference proto.InternalMessageInfo func (m *LocalVolumeSource) Reset() { *m = LocalVolumeSource{} } func (*LocalVolumeSource) ProtoMessage() {} func (*LocalVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{80} + return fileDescriptor_83c10c24ec417dc9, []int{81} } func (m *LocalVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2320,7 +2348,7 @@ var xxx_messageInfo_LocalVolumeSource proto.InternalMessageInfo func (m *NFSVolumeSource) Reset() { *m = NFSVolumeSource{} } func (*NFSVolumeSource) ProtoMessage() {} func (*NFSVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{81} + return fileDescriptor_83c10c24ec417dc9, []int{82} } func (m *NFSVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2348,7 +2376,7 @@ var xxx_messageInfo_NFSVolumeSource proto.InternalMessageInfo func (m *Namespace) Reset() { *m = Namespace{} } func (*Namespace) ProtoMessage() {} func (*Namespace) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{82} + return fileDescriptor_83c10c24ec417dc9, []int{83} } func (m *Namespace) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2376,7 +2404,7 @@ var xxx_messageInfo_Namespace proto.InternalMessageInfo func (m *NamespaceCondition) Reset() { *m = NamespaceCondition{} } func (*NamespaceCondition) ProtoMessage() {} func (*NamespaceCondition) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{83} + return fileDescriptor_83c10c24ec417dc9, []int{84} } func (m *NamespaceCondition) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2404,7 +2432,7 @@ var xxx_messageInfo_NamespaceCondition proto.InternalMessageInfo func (m *NamespaceList) Reset() { *m = NamespaceList{} } func (*NamespaceList) ProtoMessage() {} func (*NamespaceList) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{84} + return fileDescriptor_83c10c24ec417dc9, []int{85} } func (m *NamespaceList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2432,7 +2460,7 @@ var xxx_messageInfo_NamespaceList proto.InternalMessageInfo func (m *NamespaceSpec) Reset() { *m = NamespaceSpec{} } func (*NamespaceSpec) ProtoMessage() {} func (*NamespaceSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{85} + return fileDescriptor_83c10c24ec417dc9, []int{86} } func (m *NamespaceSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2460,7 +2488,7 @@ var xxx_messageInfo_NamespaceSpec proto.InternalMessageInfo func (m *NamespaceStatus) Reset() { *m = NamespaceStatus{} } func (*NamespaceStatus) ProtoMessage() {} func (*NamespaceStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{86} + return fileDescriptor_83c10c24ec417dc9, []int{87} } func (m *NamespaceStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2488,7 +2516,7 @@ var xxx_messageInfo_NamespaceStatus proto.InternalMessageInfo func (m *Node) Reset() { *m = Node{} } func (*Node) ProtoMessage() {} func (*Node) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{87} + return fileDescriptor_83c10c24ec417dc9, []int{88} } func (m *Node) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2516,7 +2544,7 @@ var xxx_messageInfo_Node proto.InternalMessageInfo func (m *NodeAddress) Reset() { *m = NodeAddress{} } func (*NodeAddress) ProtoMessage() {} func (*NodeAddress) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{88} + return fileDescriptor_83c10c24ec417dc9, []int{89} } func (m *NodeAddress) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2544,7 +2572,7 @@ var xxx_messageInfo_NodeAddress proto.InternalMessageInfo func (m *NodeAffinity) Reset() { *m = NodeAffinity{} } func (*NodeAffinity) ProtoMessage() {} func (*NodeAffinity) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{89} + return fileDescriptor_83c10c24ec417dc9, []int{90} } func (m *NodeAffinity) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2572,7 +2600,7 @@ var xxx_messageInfo_NodeAffinity proto.InternalMessageInfo func (m *NodeCondition) Reset() { *m = NodeCondition{} } func (*NodeCondition) ProtoMessage() {} func (*NodeCondition) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{90} + return fileDescriptor_83c10c24ec417dc9, []int{91} } func (m *NodeCondition) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2600,7 +2628,7 @@ var xxx_messageInfo_NodeCondition proto.InternalMessageInfo func (m *NodeConfigSource) Reset() { *m = NodeConfigSource{} } func (*NodeConfigSource) ProtoMessage() {} func (*NodeConfigSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{91} + return fileDescriptor_83c10c24ec417dc9, []int{92} } func (m *NodeConfigSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2628,7 +2656,7 @@ var xxx_messageInfo_NodeConfigSource proto.InternalMessageInfo func (m *NodeConfigStatus) Reset() { *m = NodeConfigStatus{} } func (*NodeConfigStatus) ProtoMessage() {} func (*NodeConfigStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{92} + return fileDescriptor_83c10c24ec417dc9, []int{93} } func (m *NodeConfigStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2656,7 +2684,7 @@ var xxx_messageInfo_NodeConfigStatus proto.InternalMessageInfo func (m *NodeDaemonEndpoints) Reset() { *m = NodeDaemonEndpoints{} } func (*NodeDaemonEndpoints) ProtoMessage() {} func (*NodeDaemonEndpoints) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{93} + return fileDescriptor_83c10c24ec417dc9, []int{94} } func (m *NodeDaemonEndpoints) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2684,7 +2712,7 @@ var xxx_messageInfo_NodeDaemonEndpoints proto.InternalMessageInfo func (m *NodeList) Reset() { *m = NodeList{} } func (*NodeList) ProtoMessage() {} func (*NodeList) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{94} + return fileDescriptor_83c10c24ec417dc9, []int{95} } func (m *NodeList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2712,7 +2740,7 @@ var xxx_messageInfo_NodeList proto.InternalMessageInfo func (m *NodeProxyOptions) Reset() { *m = NodeProxyOptions{} } func (*NodeProxyOptions) ProtoMessage() {} func (*NodeProxyOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{95} + return fileDescriptor_83c10c24ec417dc9, []int{96} } func (m *NodeProxyOptions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2740,7 +2768,7 @@ var xxx_messageInfo_NodeProxyOptions proto.InternalMessageInfo func (m *NodeResources) Reset() { *m = NodeResources{} } func (*NodeResources) ProtoMessage() {} func (*NodeResources) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{96} + return fileDescriptor_83c10c24ec417dc9, []int{97} } func (m *NodeResources) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2768,7 +2796,7 @@ var xxx_messageInfo_NodeResources proto.InternalMessageInfo func (m *NodeSelector) Reset() { *m = NodeSelector{} } func (*NodeSelector) ProtoMessage() {} func (*NodeSelector) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{97} + return fileDescriptor_83c10c24ec417dc9, []int{98} } func (m *NodeSelector) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2796,7 +2824,7 @@ var xxx_messageInfo_NodeSelector proto.InternalMessageInfo func (m *NodeSelectorRequirement) Reset() { *m = NodeSelectorRequirement{} } func (*NodeSelectorRequirement) ProtoMessage() {} func (*NodeSelectorRequirement) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{98} + return fileDescriptor_83c10c24ec417dc9, []int{99} } func (m *NodeSelectorRequirement) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2824,7 +2852,7 @@ var xxx_messageInfo_NodeSelectorRequirement proto.InternalMessageInfo func (m *NodeSelectorTerm) Reset() { *m = NodeSelectorTerm{} } func (*NodeSelectorTerm) ProtoMessage() {} func (*NodeSelectorTerm) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{99} + return fileDescriptor_83c10c24ec417dc9, []int{100} } func (m *NodeSelectorTerm) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2852,7 +2880,7 @@ var xxx_messageInfo_NodeSelectorTerm proto.InternalMessageInfo func (m *NodeSpec) Reset() { *m = NodeSpec{} } func (*NodeSpec) ProtoMessage() {} func (*NodeSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{100} + return fileDescriptor_83c10c24ec417dc9, []int{101} } func (m *NodeSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2880,7 +2908,7 @@ var xxx_messageInfo_NodeSpec proto.InternalMessageInfo func (m *NodeStatus) Reset() { *m = NodeStatus{} } func (*NodeStatus) ProtoMessage() {} func (*NodeStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{101} + return fileDescriptor_83c10c24ec417dc9, []int{102} } func (m *NodeStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2908,7 +2936,7 @@ var xxx_messageInfo_NodeStatus proto.InternalMessageInfo func (m *NodeSystemInfo) Reset() { *m = NodeSystemInfo{} } func (*NodeSystemInfo) ProtoMessage() {} func (*NodeSystemInfo) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{102} + return fileDescriptor_83c10c24ec417dc9, []int{103} } func (m *NodeSystemInfo) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2936,7 +2964,7 @@ var xxx_messageInfo_NodeSystemInfo proto.InternalMessageInfo func (m *ObjectFieldSelector) Reset() { *m = ObjectFieldSelector{} } func (*ObjectFieldSelector) ProtoMessage() {} func (*ObjectFieldSelector) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{103} + return fileDescriptor_83c10c24ec417dc9, []int{104} } func (m *ObjectFieldSelector) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2964,7 +2992,7 @@ var xxx_messageInfo_ObjectFieldSelector proto.InternalMessageInfo func (m *ObjectReference) Reset() { *m = ObjectReference{} } func (*ObjectReference) ProtoMessage() {} func (*ObjectReference) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{104} + return fileDescriptor_83c10c24ec417dc9, []int{105} } func (m *ObjectReference) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -2992,7 +3020,7 @@ var xxx_messageInfo_ObjectReference proto.InternalMessageInfo func (m *PersistentVolume) Reset() { *m = PersistentVolume{} } func (*PersistentVolume) ProtoMessage() {} func (*PersistentVolume) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{105} + return fileDescriptor_83c10c24ec417dc9, []int{106} } func (m *PersistentVolume) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3020,7 +3048,7 @@ var xxx_messageInfo_PersistentVolume proto.InternalMessageInfo func (m *PersistentVolumeClaim) Reset() { *m = PersistentVolumeClaim{} } func (*PersistentVolumeClaim) ProtoMessage() {} func (*PersistentVolumeClaim) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{106} + return fileDescriptor_83c10c24ec417dc9, []int{107} } func (m *PersistentVolumeClaim) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3048,7 +3076,7 @@ var xxx_messageInfo_PersistentVolumeClaim proto.InternalMessageInfo func (m *PersistentVolumeClaimCondition) Reset() { *m = PersistentVolumeClaimCondition{} } func (*PersistentVolumeClaimCondition) ProtoMessage() {} func (*PersistentVolumeClaimCondition) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{107} + return fileDescriptor_83c10c24ec417dc9, []int{108} } func (m *PersistentVolumeClaimCondition) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3076,7 +3104,7 @@ var xxx_messageInfo_PersistentVolumeClaimCondition proto.InternalMessageInfo func (m *PersistentVolumeClaimList) Reset() { *m = PersistentVolumeClaimList{} } func (*PersistentVolumeClaimList) ProtoMessage() {} func (*PersistentVolumeClaimList) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{108} + return fileDescriptor_83c10c24ec417dc9, []int{109} } func (m *PersistentVolumeClaimList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3104,7 +3132,7 @@ var xxx_messageInfo_PersistentVolumeClaimList proto.InternalMessageInfo func (m *PersistentVolumeClaimSpec) Reset() { *m = PersistentVolumeClaimSpec{} } func (*PersistentVolumeClaimSpec) ProtoMessage() {} func (*PersistentVolumeClaimSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{109} + return fileDescriptor_83c10c24ec417dc9, []int{110} } func (m *PersistentVolumeClaimSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3132,7 +3160,7 @@ var xxx_messageInfo_PersistentVolumeClaimSpec proto.InternalMessageInfo func (m *PersistentVolumeClaimStatus) Reset() { *m = PersistentVolumeClaimStatus{} } func (*PersistentVolumeClaimStatus) ProtoMessage() {} func (*PersistentVolumeClaimStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{110} + return fileDescriptor_83c10c24ec417dc9, []int{111} } func (m *PersistentVolumeClaimStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3160,7 +3188,7 @@ var xxx_messageInfo_PersistentVolumeClaimStatus proto.InternalMessageInfo func (m *PersistentVolumeClaimTemplate) Reset() { *m = PersistentVolumeClaimTemplate{} } func (*PersistentVolumeClaimTemplate) ProtoMessage() {} func (*PersistentVolumeClaimTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{111} + return fileDescriptor_83c10c24ec417dc9, []int{112} } func (m *PersistentVolumeClaimTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3188,7 +3216,7 @@ var xxx_messageInfo_PersistentVolumeClaimTemplate proto.InternalMessageInfo func (m *PersistentVolumeClaimVolumeSource) Reset() { *m = PersistentVolumeClaimVolumeSource{} } func (*PersistentVolumeClaimVolumeSource) ProtoMessage() {} func (*PersistentVolumeClaimVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{112} + return fileDescriptor_83c10c24ec417dc9, []int{113} } func (m *PersistentVolumeClaimVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3216,7 +3244,7 @@ var xxx_messageInfo_PersistentVolumeClaimVolumeSource proto.InternalMessageInfo func (m *PersistentVolumeList) Reset() { *m = PersistentVolumeList{} } func (*PersistentVolumeList) ProtoMessage() {} func (*PersistentVolumeList) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{113} + return fileDescriptor_83c10c24ec417dc9, []int{114} } func (m *PersistentVolumeList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3244,7 +3272,7 @@ var xxx_messageInfo_PersistentVolumeList proto.InternalMessageInfo func (m *PersistentVolumeSource) Reset() { *m = PersistentVolumeSource{} } func (*PersistentVolumeSource) ProtoMessage() {} func (*PersistentVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{114} + return fileDescriptor_83c10c24ec417dc9, []int{115} } func (m *PersistentVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3272,7 +3300,7 @@ var xxx_messageInfo_PersistentVolumeSource proto.InternalMessageInfo func (m *PersistentVolumeSpec) Reset() { *m = PersistentVolumeSpec{} } func (*PersistentVolumeSpec) ProtoMessage() {} func (*PersistentVolumeSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{115} + return fileDescriptor_83c10c24ec417dc9, []int{116} } func (m *PersistentVolumeSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3300,7 +3328,7 @@ var xxx_messageInfo_PersistentVolumeSpec proto.InternalMessageInfo func (m *PersistentVolumeStatus) Reset() { *m = PersistentVolumeStatus{} } func (*PersistentVolumeStatus) ProtoMessage() {} func (*PersistentVolumeStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{116} + return fileDescriptor_83c10c24ec417dc9, []int{117} } func (m *PersistentVolumeStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3328,7 +3356,7 @@ var xxx_messageInfo_PersistentVolumeStatus proto.InternalMessageInfo func (m *PhotonPersistentDiskVolumeSource) Reset() { *m = PhotonPersistentDiskVolumeSource{} } func (*PhotonPersistentDiskVolumeSource) ProtoMessage() {} func (*PhotonPersistentDiskVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{117} + return fileDescriptor_83c10c24ec417dc9, []int{118} } func (m *PhotonPersistentDiskVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3356,7 +3384,7 @@ var xxx_messageInfo_PhotonPersistentDiskVolumeSource proto.InternalMessageInfo func (m *Pod) Reset() { *m = Pod{} } func (*Pod) ProtoMessage() {} func (*Pod) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{118} + return fileDescriptor_83c10c24ec417dc9, []int{119} } func (m *Pod) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3384,7 +3412,7 @@ var xxx_messageInfo_Pod proto.InternalMessageInfo func (m *PodAffinity) Reset() { *m = PodAffinity{} } func (*PodAffinity) ProtoMessage() {} func (*PodAffinity) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{119} + return fileDescriptor_83c10c24ec417dc9, []int{120} } func (m *PodAffinity) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3412,7 +3440,7 @@ var xxx_messageInfo_PodAffinity proto.InternalMessageInfo func (m *PodAffinityTerm) Reset() { *m = PodAffinityTerm{} } func (*PodAffinityTerm) ProtoMessage() {} func (*PodAffinityTerm) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{120} + return fileDescriptor_83c10c24ec417dc9, []int{121} } func (m *PodAffinityTerm) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3440,7 +3468,7 @@ var xxx_messageInfo_PodAffinityTerm proto.InternalMessageInfo func (m *PodAntiAffinity) Reset() { *m = PodAntiAffinity{} } func (*PodAntiAffinity) ProtoMessage() {} func (*PodAntiAffinity) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{121} + return fileDescriptor_83c10c24ec417dc9, []int{122} } func (m *PodAntiAffinity) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3468,7 +3496,7 @@ var xxx_messageInfo_PodAntiAffinity proto.InternalMessageInfo func (m *PodAttachOptions) Reset() { *m = PodAttachOptions{} } func (*PodAttachOptions) ProtoMessage() {} func (*PodAttachOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{122} + return fileDescriptor_83c10c24ec417dc9, []int{123} } func (m *PodAttachOptions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3496,7 +3524,7 @@ var xxx_messageInfo_PodAttachOptions proto.InternalMessageInfo func (m *PodCondition) Reset() { *m = PodCondition{} } func (*PodCondition) ProtoMessage() {} func (*PodCondition) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{123} + return fileDescriptor_83c10c24ec417dc9, []int{124} } func (m *PodCondition) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3524,7 +3552,7 @@ var xxx_messageInfo_PodCondition proto.InternalMessageInfo func (m *PodDNSConfig) Reset() { *m = PodDNSConfig{} } func (*PodDNSConfig) ProtoMessage() {} func (*PodDNSConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{124} + return fileDescriptor_83c10c24ec417dc9, []int{125} } func (m *PodDNSConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3552,7 +3580,7 @@ var xxx_messageInfo_PodDNSConfig proto.InternalMessageInfo func (m *PodDNSConfigOption) Reset() { *m = PodDNSConfigOption{} } func (*PodDNSConfigOption) ProtoMessage() {} func (*PodDNSConfigOption) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{125} + return fileDescriptor_83c10c24ec417dc9, []int{126} } func (m *PodDNSConfigOption) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3580,7 +3608,7 @@ var xxx_messageInfo_PodDNSConfigOption proto.InternalMessageInfo func (m *PodExecOptions) Reset() { *m = PodExecOptions{} } func (*PodExecOptions) ProtoMessage() {} func (*PodExecOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{126} + return fileDescriptor_83c10c24ec417dc9, []int{127} } func (m *PodExecOptions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3608,7 +3636,7 @@ var xxx_messageInfo_PodExecOptions proto.InternalMessageInfo func (m *PodIP) Reset() { *m = PodIP{} } func (*PodIP) ProtoMessage() {} func (*PodIP) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{127} + return fileDescriptor_83c10c24ec417dc9, []int{128} } func (m *PodIP) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3636,7 +3664,7 @@ var xxx_messageInfo_PodIP proto.InternalMessageInfo func (m *PodList) Reset() { *m = PodList{} } func (*PodList) ProtoMessage() {} func (*PodList) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{128} + return fileDescriptor_83c10c24ec417dc9, []int{129} } func (m *PodList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3664,7 +3692,7 @@ var xxx_messageInfo_PodList proto.InternalMessageInfo func (m *PodLogOptions) Reset() { *m = PodLogOptions{} } func (*PodLogOptions) ProtoMessage() {} func (*PodLogOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{129} + return fileDescriptor_83c10c24ec417dc9, []int{130} } func (m *PodLogOptions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3689,10 +3717,38 @@ func (m *PodLogOptions) XXX_DiscardUnknown() { var xxx_messageInfo_PodLogOptions proto.InternalMessageInfo +func (m *PodOS) Reset() { *m = PodOS{} } +func (*PodOS) ProtoMessage() {} +func (*PodOS) Descriptor() ([]byte, []int) { + return fileDescriptor_83c10c24ec417dc9, []int{131} +} +func (m *PodOS) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *PodOS) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *PodOS) XXX_Merge(src proto.Message) { + xxx_messageInfo_PodOS.Merge(m, src) +} +func (m *PodOS) XXX_Size() int { + return m.Size() +} +func (m *PodOS) XXX_DiscardUnknown() { + xxx_messageInfo_PodOS.DiscardUnknown(m) +} + +var xxx_messageInfo_PodOS proto.InternalMessageInfo + func (m *PodPortForwardOptions) Reset() { *m = PodPortForwardOptions{} } func (*PodPortForwardOptions) ProtoMessage() {} func (*PodPortForwardOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{130} + return fileDescriptor_83c10c24ec417dc9, []int{132} } func (m *PodPortForwardOptions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3720,7 +3776,7 @@ var xxx_messageInfo_PodPortForwardOptions proto.InternalMessageInfo func (m *PodProxyOptions) Reset() { *m = PodProxyOptions{} } func (*PodProxyOptions) ProtoMessage() {} func (*PodProxyOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{131} + return fileDescriptor_83c10c24ec417dc9, []int{133} } func (m *PodProxyOptions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3748,7 +3804,7 @@ var xxx_messageInfo_PodProxyOptions proto.InternalMessageInfo func (m *PodReadinessGate) Reset() { *m = PodReadinessGate{} } func (*PodReadinessGate) ProtoMessage() {} func (*PodReadinessGate) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{132} + return fileDescriptor_83c10c24ec417dc9, []int{134} } func (m *PodReadinessGate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3776,7 +3832,7 @@ var xxx_messageInfo_PodReadinessGate proto.InternalMessageInfo func (m *PodSecurityContext) Reset() { *m = PodSecurityContext{} } func (*PodSecurityContext) ProtoMessage() {} func (*PodSecurityContext) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{133} + return fileDescriptor_83c10c24ec417dc9, []int{135} } func (m *PodSecurityContext) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3804,7 +3860,7 @@ var xxx_messageInfo_PodSecurityContext proto.InternalMessageInfo func (m *PodSignature) Reset() { *m = PodSignature{} } func (*PodSignature) ProtoMessage() {} func (*PodSignature) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{134} + return fileDescriptor_83c10c24ec417dc9, []int{136} } func (m *PodSignature) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3832,7 +3888,7 @@ var xxx_messageInfo_PodSignature proto.InternalMessageInfo func (m *PodSpec) Reset() { *m = PodSpec{} } func (*PodSpec) ProtoMessage() {} func (*PodSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{135} + return fileDescriptor_83c10c24ec417dc9, []int{137} } func (m *PodSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3860,7 +3916,7 @@ var xxx_messageInfo_PodSpec proto.InternalMessageInfo func (m *PodStatus) Reset() { *m = PodStatus{} } func (*PodStatus) ProtoMessage() {} func (*PodStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{136} + return fileDescriptor_83c10c24ec417dc9, []int{138} } func (m *PodStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3888,7 +3944,7 @@ var xxx_messageInfo_PodStatus proto.InternalMessageInfo func (m *PodStatusResult) Reset() { *m = PodStatusResult{} } func (*PodStatusResult) ProtoMessage() {} func (*PodStatusResult) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{137} + return fileDescriptor_83c10c24ec417dc9, []int{139} } func (m *PodStatusResult) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3916,7 +3972,7 @@ var xxx_messageInfo_PodStatusResult proto.InternalMessageInfo func (m *PodTemplate) Reset() { *m = PodTemplate{} } func (*PodTemplate) ProtoMessage() {} func (*PodTemplate) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{138} + return fileDescriptor_83c10c24ec417dc9, []int{140} } func (m *PodTemplate) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3944,7 +4000,7 @@ var xxx_messageInfo_PodTemplate proto.InternalMessageInfo func (m *PodTemplateList) Reset() { *m = PodTemplateList{} } func (*PodTemplateList) ProtoMessage() {} func (*PodTemplateList) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{139} + return fileDescriptor_83c10c24ec417dc9, []int{141} } func (m *PodTemplateList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -3972,7 +4028,7 @@ var xxx_messageInfo_PodTemplateList proto.InternalMessageInfo func (m *PodTemplateSpec) Reset() { *m = PodTemplateSpec{} } func (*PodTemplateSpec) ProtoMessage() {} func (*PodTemplateSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{140} + return fileDescriptor_83c10c24ec417dc9, []int{142} } func (m *PodTemplateSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4000,7 +4056,7 @@ var xxx_messageInfo_PodTemplateSpec proto.InternalMessageInfo func (m *PortStatus) Reset() { *m = PortStatus{} } func (*PortStatus) ProtoMessage() {} func (*PortStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{141} + return fileDescriptor_83c10c24ec417dc9, []int{143} } func (m *PortStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4028,7 +4084,7 @@ var xxx_messageInfo_PortStatus proto.InternalMessageInfo func (m *PortworxVolumeSource) Reset() { *m = PortworxVolumeSource{} } func (*PortworxVolumeSource) ProtoMessage() {} func (*PortworxVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{142} + return fileDescriptor_83c10c24ec417dc9, []int{144} } func (m *PortworxVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4056,7 +4112,7 @@ var xxx_messageInfo_PortworxVolumeSource proto.InternalMessageInfo func (m *Preconditions) Reset() { *m = Preconditions{} } func (*Preconditions) ProtoMessage() {} func (*Preconditions) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{143} + return fileDescriptor_83c10c24ec417dc9, []int{145} } func (m *Preconditions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4084,7 +4140,7 @@ var xxx_messageInfo_Preconditions proto.InternalMessageInfo func (m *PreferAvoidPodsEntry) Reset() { *m = PreferAvoidPodsEntry{} } func (*PreferAvoidPodsEntry) ProtoMessage() {} func (*PreferAvoidPodsEntry) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{144} + return fileDescriptor_83c10c24ec417dc9, []int{146} } func (m *PreferAvoidPodsEntry) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4112,7 +4168,7 @@ var xxx_messageInfo_PreferAvoidPodsEntry proto.InternalMessageInfo func (m *PreferredSchedulingTerm) Reset() { *m = PreferredSchedulingTerm{} } func (*PreferredSchedulingTerm) ProtoMessage() {} func (*PreferredSchedulingTerm) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{145} + return fileDescriptor_83c10c24ec417dc9, []int{147} } func (m *PreferredSchedulingTerm) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4140,7 +4196,7 @@ var xxx_messageInfo_PreferredSchedulingTerm proto.InternalMessageInfo func (m *Probe) Reset() { *m = Probe{} } func (*Probe) ProtoMessage() {} func (*Probe) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{146} + return fileDescriptor_83c10c24ec417dc9, []int{148} } func (m *Probe) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4165,10 +4221,38 @@ func (m *Probe) XXX_DiscardUnknown() { var xxx_messageInfo_Probe proto.InternalMessageInfo +func (m *ProbeHandler) Reset() { *m = ProbeHandler{} } +func (*ProbeHandler) ProtoMessage() {} +func (*ProbeHandler) Descriptor() ([]byte, []int) { + return fileDescriptor_83c10c24ec417dc9, []int{149} +} +func (m *ProbeHandler) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *ProbeHandler) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil +} +func (m *ProbeHandler) XXX_Merge(src proto.Message) { + xxx_messageInfo_ProbeHandler.Merge(m, src) +} +func (m *ProbeHandler) XXX_Size() int { + return m.Size() +} +func (m *ProbeHandler) XXX_DiscardUnknown() { + xxx_messageInfo_ProbeHandler.DiscardUnknown(m) +} + +var xxx_messageInfo_ProbeHandler proto.InternalMessageInfo + func (m *ProjectedVolumeSource) Reset() { *m = ProjectedVolumeSource{} } func (*ProjectedVolumeSource) ProtoMessage() {} func (*ProjectedVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{147} + return fileDescriptor_83c10c24ec417dc9, []int{150} } func (m *ProjectedVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4196,7 +4280,7 @@ var xxx_messageInfo_ProjectedVolumeSource proto.InternalMessageInfo func (m *QuobyteVolumeSource) Reset() { *m = QuobyteVolumeSource{} } func (*QuobyteVolumeSource) ProtoMessage() {} func (*QuobyteVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{148} + return fileDescriptor_83c10c24ec417dc9, []int{151} } func (m *QuobyteVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4224,7 +4308,7 @@ var xxx_messageInfo_QuobyteVolumeSource proto.InternalMessageInfo func (m *RBDPersistentVolumeSource) Reset() { *m = RBDPersistentVolumeSource{} } func (*RBDPersistentVolumeSource) ProtoMessage() {} func (*RBDPersistentVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{149} + return fileDescriptor_83c10c24ec417dc9, []int{152} } func (m *RBDPersistentVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4252,7 +4336,7 @@ var xxx_messageInfo_RBDPersistentVolumeSource proto.InternalMessageInfo func (m *RBDVolumeSource) Reset() { *m = RBDVolumeSource{} } func (*RBDVolumeSource) ProtoMessage() {} func (*RBDVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{150} + return fileDescriptor_83c10c24ec417dc9, []int{153} } func (m *RBDVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4280,7 +4364,7 @@ var xxx_messageInfo_RBDVolumeSource proto.InternalMessageInfo func (m *RangeAllocation) Reset() { *m = RangeAllocation{} } func (*RangeAllocation) ProtoMessage() {} func (*RangeAllocation) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{151} + return fileDescriptor_83c10c24ec417dc9, []int{154} } func (m *RangeAllocation) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4308,7 +4392,7 @@ var xxx_messageInfo_RangeAllocation proto.InternalMessageInfo func (m *ReplicationController) Reset() { *m = ReplicationController{} } func (*ReplicationController) ProtoMessage() {} func (*ReplicationController) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{152} + return fileDescriptor_83c10c24ec417dc9, []int{155} } func (m *ReplicationController) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4336,7 +4420,7 @@ var xxx_messageInfo_ReplicationController proto.InternalMessageInfo func (m *ReplicationControllerCondition) Reset() { *m = ReplicationControllerCondition{} } func (*ReplicationControllerCondition) ProtoMessage() {} func (*ReplicationControllerCondition) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{153} + return fileDescriptor_83c10c24ec417dc9, []int{156} } func (m *ReplicationControllerCondition) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4364,7 +4448,7 @@ var xxx_messageInfo_ReplicationControllerCondition proto.InternalMessageInfo func (m *ReplicationControllerList) Reset() { *m = ReplicationControllerList{} } func (*ReplicationControllerList) ProtoMessage() {} func (*ReplicationControllerList) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{154} + return fileDescriptor_83c10c24ec417dc9, []int{157} } func (m *ReplicationControllerList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4392,7 +4476,7 @@ var xxx_messageInfo_ReplicationControllerList proto.InternalMessageInfo func (m *ReplicationControllerSpec) Reset() { *m = ReplicationControllerSpec{} } func (*ReplicationControllerSpec) ProtoMessage() {} func (*ReplicationControllerSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{155} + return fileDescriptor_83c10c24ec417dc9, []int{158} } func (m *ReplicationControllerSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4420,7 +4504,7 @@ var xxx_messageInfo_ReplicationControllerSpec proto.InternalMessageInfo func (m *ReplicationControllerStatus) Reset() { *m = ReplicationControllerStatus{} } func (*ReplicationControllerStatus) ProtoMessage() {} func (*ReplicationControllerStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{156} + return fileDescriptor_83c10c24ec417dc9, []int{159} } func (m *ReplicationControllerStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4448,7 +4532,7 @@ var xxx_messageInfo_ReplicationControllerStatus proto.InternalMessageInfo func (m *ResourceFieldSelector) Reset() { *m = ResourceFieldSelector{} } func (*ResourceFieldSelector) ProtoMessage() {} func (*ResourceFieldSelector) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{157} + return fileDescriptor_83c10c24ec417dc9, []int{160} } func (m *ResourceFieldSelector) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4476,7 +4560,7 @@ var xxx_messageInfo_ResourceFieldSelector proto.InternalMessageInfo func (m *ResourceQuota) Reset() { *m = ResourceQuota{} } func (*ResourceQuota) ProtoMessage() {} func (*ResourceQuota) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{158} + return fileDescriptor_83c10c24ec417dc9, []int{161} } func (m *ResourceQuota) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4504,7 +4588,7 @@ var xxx_messageInfo_ResourceQuota proto.InternalMessageInfo func (m *ResourceQuotaList) Reset() { *m = ResourceQuotaList{} } func (*ResourceQuotaList) ProtoMessage() {} func (*ResourceQuotaList) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{159} + return fileDescriptor_83c10c24ec417dc9, []int{162} } func (m *ResourceQuotaList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4532,7 +4616,7 @@ var xxx_messageInfo_ResourceQuotaList proto.InternalMessageInfo func (m *ResourceQuotaSpec) Reset() { *m = ResourceQuotaSpec{} } func (*ResourceQuotaSpec) ProtoMessage() {} func (*ResourceQuotaSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{160} + return fileDescriptor_83c10c24ec417dc9, []int{163} } func (m *ResourceQuotaSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4560,7 +4644,7 @@ var xxx_messageInfo_ResourceQuotaSpec proto.InternalMessageInfo func (m *ResourceQuotaStatus) Reset() { *m = ResourceQuotaStatus{} } func (*ResourceQuotaStatus) ProtoMessage() {} func (*ResourceQuotaStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{161} + return fileDescriptor_83c10c24ec417dc9, []int{164} } func (m *ResourceQuotaStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4588,7 +4672,7 @@ var xxx_messageInfo_ResourceQuotaStatus proto.InternalMessageInfo func (m *ResourceRequirements) Reset() { *m = ResourceRequirements{} } func (*ResourceRequirements) ProtoMessage() {} func (*ResourceRequirements) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{162} + return fileDescriptor_83c10c24ec417dc9, []int{165} } func (m *ResourceRequirements) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4616,7 +4700,7 @@ var xxx_messageInfo_ResourceRequirements proto.InternalMessageInfo func (m *SELinuxOptions) Reset() { *m = SELinuxOptions{} } func (*SELinuxOptions) ProtoMessage() {} func (*SELinuxOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{163} + return fileDescriptor_83c10c24ec417dc9, []int{166} } func (m *SELinuxOptions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4644,7 +4728,7 @@ var xxx_messageInfo_SELinuxOptions proto.InternalMessageInfo func (m *ScaleIOPersistentVolumeSource) Reset() { *m = ScaleIOPersistentVolumeSource{} } func (*ScaleIOPersistentVolumeSource) ProtoMessage() {} func (*ScaleIOPersistentVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{164} + return fileDescriptor_83c10c24ec417dc9, []int{167} } func (m *ScaleIOPersistentVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4672,7 +4756,7 @@ var xxx_messageInfo_ScaleIOPersistentVolumeSource proto.InternalMessageInfo func (m *ScaleIOVolumeSource) Reset() { *m = ScaleIOVolumeSource{} } func (*ScaleIOVolumeSource) ProtoMessage() {} func (*ScaleIOVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{165} + return fileDescriptor_83c10c24ec417dc9, []int{168} } func (m *ScaleIOVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4700,7 +4784,7 @@ var xxx_messageInfo_ScaleIOVolumeSource proto.InternalMessageInfo func (m *ScopeSelector) Reset() { *m = ScopeSelector{} } func (*ScopeSelector) ProtoMessage() {} func (*ScopeSelector) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{166} + return fileDescriptor_83c10c24ec417dc9, []int{169} } func (m *ScopeSelector) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4728,7 +4812,7 @@ var xxx_messageInfo_ScopeSelector proto.InternalMessageInfo func (m *ScopedResourceSelectorRequirement) Reset() { *m = ScopedResourceSelectorRequirement{} } func (*ScopedResourceSelectorRequirement) ProtoMessage() {} func (*ScopedResourceSelectorRequirement) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{167} + return fileDescriptor_83c10c24ec417dc9, []int{170} } func (m *ScopedResourceSelectorRequirement) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4756,7 +4840,7 @@ var xxx_messageInfo_ScopedResourceSelectorRequirement proto.InternalMessageInfo func (m *SeccompProfile) Reset() { *m = SeccompProfile{} } func (*SeccompProfile) ProtoMessage() {} func (*SeccompProfile) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{168} + return fileDescriptor_83c10c24ec417dc9, []int{171} } func (m *SeccompProfile) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4784,7 +4868,7 @@ var xxx_messageInfo_SeccompProfile proto.InternalMessageInfo func (m *Secret) Reset() { *m = Secret{} } func (*Secret) ProtoMessage() {} func (*Secret) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{169} + return fileDescriptor_83c10c24ec417dc9, []int{172} } func (m *Secret) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4812,7 +4896,7 @@ var xxx_messageInfo_Secret proto.InternalMessageInfo func (m *SecretEnvSource) Reset() { *m = SecretEnvSource{} } func (*SecretEnvSource) ProtoMessage() {} func (*SecretEnvSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{170} + return fileDescriptor_83c10c24ec417dc9, []int{173} } func (m *SecretEnvSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4840,7 +4924,7 @@ var xxx_messageInfo_SecretEnvSource proto.InternalMessageInfo func (m *SecretKeySelector) Reset() { *m = SecretKeySelector{} } func (*SecretKeySelector) ProtoMessage() {} func (*SecretKeySelector) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{171} + return fileDescriptor_83c10c24ec417dc9, []int{174} } func (m *SecretKeySelector) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4868,7 +4952,7 @@ var xxx_messageInfo_SecretKeySelector proto.InternalMessageInfo func (m *SecretList) Reset() { *m = SecretList{} } func (*SecretList) ProtoMessage() {} func (*SecretList) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{172} + return fileDescriptor_83c10c24ec417dc9, []int{175} } func (m *SecretList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4896,7 +4980,7 @@ var xxx_messageInfo_SecretList proto.InternalMessageInfo func (m *SecretProjection) Reset() { *m = SecretProjection{} } func (*SecretProjection) ProtoMessage() {} func (*SecretProjection) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{173} + return fileDescriptor_83c10c24ec417dc9, []int{176} } func (m *SecretProjection) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4924,7 +5008,7 @@ var xxx_messageInfo_SecretProjection proto.InternalMessageInfo func (m *SecretReference) Reset() { *m = SecretReference{} } func (*SecretReference) ProtoMessage() {} func (*SecretReference) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{174} + return fileDescriptor_83c10c24ec417dc9, []int{177} } func (m *SecretReference) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4952,7 +5036,7 @@ var xxx_messageInfo_SecretReference proto.InternalMessageInfo func (m *SecretVolumeSource) Reset() { *m = SecretVolumeSource{} } func (*SecretVolumeSource) ProtoMessage() {} func (*SecretVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{175} + return fileDescriptor_83c10c24ec417dc9, []int{178} } func (m *SecretVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -4980,7 +5064,7 @@ var xxx_messageInfo_SecretVolumeSource proto.InternalMessageInfo func (m *SecurityContext) Reset() { *m = SecurityContext{} } func (*SecurityContext) ProtoMessage() {} func (*SecurityContext) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{176} + return fileDescriptor_83c10c24ec417dc9, []int{179} } func (m *SecurityContext) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5008,7 +5092,7 @@ var xxx_messageInfo_SecurityContext proto.InternalMessageInfo func (m *SerializedReference) Reset() { *m = SerializedReference{} } func (*SerializedReference) ProtoMessage() {} func (*SerializedReference) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{177} + return fileDescriptor_83c10c24ec417dc9, []int{180} } func (m *SerializedReference) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5036,7 +5120,7 @@ var xxx_messageInfo_SerializedReference proto.InternalMessageInfo func (m *Service) Reset() { *m = Service{} } func (*Service) ProtoMessage() {} func (*Service) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{178} + return fileDescriptor_83c10c24ec417dc9, []int{181} } func (m *Service) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5064,7 +5148,7 @@ var xxx_messageInfo_Service proto.InternalMessageInfo func (m *ServiceAccount) Reset() { *m = ServiceAccount{} } func (*ServiceAccount) ProtoMessage() {} func (*ServiceAccount) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{179} + return fileDescriptor_83c10c24ec417dc9, []int{182} } func (m *ServiceAccount) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5092,7 +5176,7 @@ var xxx_messageInfo_ServiceAccount proto.InternalMessageInfo func (m *ServiceAccountList) Reset() { *m = ServiceAccountList{} } func (*ServiceAccountList) ProtoMessage() {} func (*ServiceAccountList) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{180} + return fileDescriptor_83c10c24ec417dc9, []int{183} } func (m *ServiceAccountList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5120,7 +5204,7 @@ var xxx_messageInfo_ServiceAccountList proto.InternalMessageInfo func (m *ServiceAccountTokenProjection) Reset() { *m = ServiceAccountTokenProjection{} } func (*ServiceAccountTokenProjection) ProtoMessage() {} func (*ServiceAccountTokenProjection) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{181} + return fileDescriptor_83c10c24ec417dc9, []int{184} } func (m *ServiceAccountTokenProjection) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5148,7 +5232,7 @@ var xxx_messageInfo_ServiceAccountTokenProjection proto.InternalMessageInfo func (m *ServiceList) Reset() { *m = ServiceList{} } func (*ServiceList) ProtoMessage() {} func (*ServiceList) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{182} + return fileDescriptor_83c10c24ec417dc9, []int{185} } func (m *ServiceList) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5176,7 +5260,7 @@ var xxx_messageInfo_ServiceList proto.InternalMessageInfo func (m *ServicePort) Reset() { *m = ServicePort{} } func (*ServicePort) ProtoMessage() {} func (*ServicePort) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{183} + return fileDescriptor_83c10c24ec417dc9, []int{186} } func (m *ServicePort) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5204,7 +5288,7 @@ var xxx_messageInfo_ServicePort proto.InternalMessageInfo func (m *ServiceProxyOptions) Reset() { *m = ServiceProxyOptions{} } func (*ServiceProxyOptions) ProtoMessage() {} func (*ServiceProxyOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{184} + return fileDescriptor_83c10c24ec417dc9, []int{187} } func (m *ServiceProxyOptions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5232,7 +5316,7 @@ var xxx_messageInfo_ServiceProxyOptions proto.InternalMessageInfo func (m *ServiceSpec) Reset() { *m = ServiceSpec{} } func (*ServiceSpec) ProtoMessage() {} func (*ServiceSpec) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{185} + return fileDescriptor_83c10c24ec417dc9, []int{188} } func (m *ServiceSpec) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5260,7 +5344,7 @@ var xxx_messageInfo_ServiceSpec proto.InternalMessageInfo func (m *ServiceStatus) Reset() { *m = ServiceStatus{} } func (*ServiceStatus) ProtoMessage() {} func (*ServiceStatus) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{186} + return fileDescriptor_83c10c24ec417dc9, []int{189} } func (m *ServiceStatus) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5288,7 +5372,7 @@ var xxx_messageInfo_ServiceStatus proto.InternalMessageInfo func (m *SessionAffinityConfig) Reset() { *m = SessionAffinityConfig{} } func (*SessionAffinityConfig) ProtoMessage() {} func (*SessionAffinityConfig) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{187} + return fileDescriptor_83c10c24ec417dc9, []int{190} } func (m *SessionAffinityConfig) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5316,7 +5400,7 @@ var xxx_messageInfo_SessionAffinityConfig proto.InternalMessageInfo func (m *StorageOSPersistentVolumeSource) Reset() { *m = StorageOSPersistentVolumeSource{} } func (*StorageOSPersistentVolumeSource) ProtoMessage() {} func (*StorageOSPersistentVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{188} + return fileDescriptor_83c10c24ec417dc9, []int{191} } func (m *StorageOSPersistentVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5344,7 +5428,7 @@ var xxx_messageInfo_StorageOSPersistentVolumeSource proto.InternalMessageInfo func (m *StorageOSVolumeSource) Reset() { *m = StorageOSVolumeSource{} } func (*StorageOSVolumeSource) ProtoMessage() {} func (*StorageOSVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{189} + return fileDescriptor_83c10c24ec417dc9, []int{192} } func (m *StorageOSVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5372,7 +5456,7 @@ var xxx_messageInfo_StorageOSVolumeSource proto.InternalMessageInfo func (m *Sysctl) Reset() { *m = Sysctl{} } func (*Sysctl) ProtoMessage() {} func (*Sysctl) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{190} + return fileDescriptor_83c10c24ec417dc9, []int{193} } func (m *Sysctl) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5400,7 +5484,7 @@ var xxx_messageInfo_Sysctl proto.InternalMessageInfo func (m *TCPSocketAction) Reset() { *m = TCPSocketAction{} } func (*TCPSocketAction) ProtoMessage() {} func (*TCPSocketAction) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{191} + return fileDescriptor_83c10c24ec417dc9, []int{194} } func (m *TCPSocketAction) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5428,7 +5512,7 @@ var xxx_messageInfo_TCPSocketAction proto.InternalMessageInfo func (m *Taint) Reset() { *m = Taint{} } func (*Taint) ProtoMessage() {} func (*Taint) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{192} + return fileDescriptor_83c10c24ec417dc9, []int{195} } func (m *Taint) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5456,7 +5540,7 @@ var xxx_messageInfo_Taint proto.InternalMessageInfo func (m *Toleration) Reset() { *m = Toleration{} } func (*Toleration) ProtoMessage() {} func (*Toleration) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{193} + return fileDescriptor_83c10c24ec417dc9, []int{196} } func (m *Toleration) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5484,7 +5568,7 @@ var xxx_messageInfo_Toleration proto.InternalMessageInfo func (m *TopologySelectorLabelRequirement) Reset() { *m = TopologySelectorLabelRequirement{} } func (*TopologySelectorLabelRequirement) ProtoMessage() {} func (*TopologySelectorLabelRequirement) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{194} + return fileDescriptor_83c10c24ec417dc9, []int{197} } func (m *TopologySelectorLabelRequirement) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5512,7 +5596,7 @@ var xxx_messageInfo_TopologySelectorLabelRequirement proto.InternalMessageInfo func (m *TopologySelectorTerm) Reset() { *m = TopologySelectorTerm{} } func (*TopologySelectorTerm) ProtoMessage() {} func (*TopologySelectorTerm) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{195} + return fileDescriptor_83c10c24ec417dc9, []int{198} } func (m *TopologySelectorTerm) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5540,7 +5624,7 @@ var xxx_messageInfo_TopologySelectorTerm proto.InternalMessageInfo func (m *TopologySpreadConstraint) Reset() { *m = TopologySpreadConstraint{} } func (*TopologySpreadConstraint) ProtoMessage() {} func (*TopologySpreadConstraint) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{196} + return fileDescriptor_83c10c24ec417dc9, []int{199} } func (m *TopologySpreadConstraint) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5568,7 +5652,7 @@ var xxx_messageInfo_TopologySpreadConstraint proto.InternalMessageInfo func (m *TypedLocalObjectReference) Reset() { *m = TypedLocalObjectReference{} } func (*TypedLocalObjectReference) ProtoMessage() {} func (*TypedLocalObjectReference) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{197} + return fileDescriptor_83c10c24ec417dc9, []int{200} } func (m *TypedLocalObjectReference) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5596,7 +5680,7 @@ var xxx_messageInfo_TypedLocalObjectReference proto.InternalMessageInfo func (m *Volume) Reset() { *m = Volume{} } func (*Volume) ProtoMessage() {} func (*Volume) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{198} + return fileDescriptor_83c10c24ec417dc9, []int{201} } func (m *Volume) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5624,7 +5708,7 @@ var xxx_messageInfo_Volume proto.InternalMessageInfo func (m *VolumeDevice) Reset() { *m = VolumeDevice{} } func (*VolumeDevice) ProtoMessage() {} func (*VolumeDevice) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{199} + return fileDescriptor_83c10c24ec417dc9, []int{202} } func (m *VolumeDevice) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5652,7 +5736,7 @@ var xxx_messageInfo_VolumeDevice proto.InternalMessageInfo func (m *VolumeMount) Reset() { *m = VolumeMount{} } func (*VolumeMount) ProtoMessage() {} func (*VolumeMount) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{200} + return fileDescriptor_83c10c24ec417dc9, []int{203} } func (m *VolumeMount) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5680,7 +5764,7 @@ var xxx_messageInfo_VolumeMount proto.InternalMessageInfo func (m *VolumeNodeAffinity) Reset() { *m = VolumeNodeAffinity{} } func (*VolumeNodeAffinity) ProtoMessage() {} func (*VolumeNodeAffinity) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{201} + return fileDescriptor_83c10c24ec417dc9, []int{204} } func (m *VolumeNodeAffinity) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5708,7 +5792,7 @@ var xxx_messageInfo_VolumeNodeAffinity proto.InternalMessageInfo func (m *VolumeProjection) Reset() { *m = VolumeProjection{} } func (*VolumeProjection) ProtoMessage() {} func (*VolumeProjection) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{202} + return fileDescriptor_83c10c24ec417dc9, []int{205} } func (m *VolumeProjection) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5736,7 +5820,7 @@ var xxx_messageInfo_VolumeProjection proto.InternalMessageInfo func (m *VolumeSource) Reset() { *m = VolumeSource{} } func (*VolumeSource) ProtoMessage() {} func (*VolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{203} + return fileDescriptor_83c10c24ec417dc9, []int{206} } func (m *VolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5764,7 +5848,7 @@ var xxx_messageInfo_VolumeSource proto.InternalMessageInfo func (m *VsphereVirtualDiskVolumeSource) Reset() { *m = VsphereVirtualDiskVolumeSource{} } func (*VsphereVirtualDiskVolumeSource) ProtoMessage() {} func (*VsphereVirtualDiskVolumeSource) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{204} + return fileDescriptor_83c10c24ec417dc9, []int{207} } func (m *VsphereVirtualDiskVolumeSource) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5792,7 +5876,7 @@ var xxx_messageInfo_VsphereVirtualDiskVolumeSource proto.InternalMessageInfo func (m *WeightedPodAffinityTerm) Reset() { *m = WeightedPodAffinityTerm{} } func (*WeightedPodAffinityTerm) ProtoMessage() {} func (*WeightedPodAffinityTerm) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{205} + return fileDescriptor_83c10c24ec417dc9, []int{208} } func (m *WeightedPodAffinityTerm) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5820,7 +5904,7 @@ var xxx_messageInfo_WeightedPodAffinityTerm proto.InternalMessageInfo func (m *WindowsSecurityContextOptions) Reset() { *m = WindowsSecurityContextOptions{} } func (*WindowsSecurityContextOptions) ProtoMessage() {} func (*WindowsSecurityContextOptions) Descriptor() ([]byte, []int) { - return fileDescriptor_83c10c24ec417dc9, []int{206} + return fileDescriptor_83c10c24ec417dc9, []int{209} } func (m *WindowsSecurityContextOptions) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -5912,18 +5996,19 @@ func init() { proto.RegisterMapType((map[string]string)(nil), "k8s.io.api.core.v1.FlexVolumeSource.OptionsEntry") proto.RegisterType((*FlockerVolumeSource)(nil), "k8s.io.api.core.v1.FlockerVolumeSource") proto.RegisterType((*GCEPersistentDiskVolumeSource)(nil), "k8s.io.api.core.v1.GCEPersistentDiskVolumeSource") + proto.RegisterType((*GRPCAction)(nil), "k8s.io.api.core.v1.GRPCAction") proto.RegisterType((*GitRepoVolumeSource)(nil), "k8s.io.api.core.v1.GitRepoVolumeSource") proto.RegisterType((*GlusterfsPersistentVolumeSource)(nil), "k8s.io.api.core.v1.GlusterfsPersistentVolumeSource") proto.RegisterType((*GlusterfsVolumeSource)(nil), "k8s.io.api.core.v1.GlusterfsVolumeSource") proto.RegisterType((*HTTPGetAction)(nil), "k8s.io.api.core.v1.HTTPGetAction") proto.RegisterType((*HTTPHeader)(nil), "k8s.io.api.core.v1.HTTPHeader") - proto.RegisterType((*Handler)(nil), "k8s.io.api.core.v1.Handler") proto.RegisterType((*HostAlias)(nil), "k8s.io.api.core.v1.HostAlias") proto.RegisterType((*HostPathVolumeSource)(nil), "k8s.io.api.core.v1.HostPathVolumeSource") proto.RegisterType((*ISCSIPersistentVolumeSource)(nil), "k8s.io.api.core.v1.ISCSIPersistentVolumeSource") proto.RegisterType((*ISCSIVolumeSource)(nil), "k8s.io.api.core.v1.ISCSIVolumeSource") proto.RegisterType((*KeyToPath)(nil), "k8s.io.api.core.v1.KeyToPath") proto.RegisterType((*Lifecycle)(nil), "k8s.io.api.core.v1.Lifecycle") + proto.RegisterType((*LifecycleHandler)(nil), "k8s.io.api.core.v1.LifecycleHandler") proto.RegisterType((*LimitRange)(nil), "k8s.io.api.core.v1.LimitRange") proto.RegisterType((*LimitRangeItem)(nil), "k8s.io.api.core.v1.LimitRangeItem") proto.RegisterMapType((ResourceList)(nil), "k8s.io.api.core.v1.LimitRangeItem.DefaultEntry") @@ -5971,6 +6056,7 @@ func init() { proto.RegisterType((*PersistentVolumeClaimList)(nil), "k8s.io.api.core.v1.PersistentVolumeClaimList") proto.RegisterType((*PersistentVolumeClaimSpec)(nil), "k8s.io.api.core.v1.PersistentVolumeClaimSpec") proto.RegisterType((*PersistentVolumeClaimStatus)(nil), "k8s.io.api.core.v1.PersistentVolumeClaimStatus") + proto.RegisterMapType((ResourceList)(nil), "k8s.io.api.core.v1.PersistentVolumeClaimStatus.AllocatedResourcesEntry") proto.RegisterMapType((ResourceList)(nil), "k8s.io.api.core.v1.PersistentVolumeClaimStatus.CapacityEntry") proto.RegisterType((*PersistentVolumeClaimTemplate)(nil), "k8s.io.api.core.v1.PersistentVolumeClaimTemplate") proto.RegisterType((*PersistentVolumeClaimVolumeSource)(nil), "k8s.io.api.core.v1.PersistentVolumeClaimVolumeSource") @@ -5992,6 +6078,7 @@ func init() { proto.RegisterType((*PodIP)(nil), "k8s.io.api.core.v1.PodIP") proto.RegisterType((*PodList)(nil), "k8s.io.api.core.v1.PodList") proto.RegisterType((*PodLogOptions)(nil), "k8s.io.api.core.v1.PodLogOptions") + proto.RegisterType((*PodOS)(nil), "k8s.io.api.core.v1.PodOS") proto.RegisterType((*PodPortForwardOptions)(nil), "k8s.io.api.core.v1.PodPortForwardOptions") proto.RegisterType((*PodProxyOptions)(nil), "k8s.io.api.core.v1.PodProxyOptions") proto.RegisterType((*PodReadinessGate)(nil), "k8s.io.api.core.v1.PodReadinessGate") @@ -6011,6 +6098,7 @@ func init() { proto.RegisterType((*PreferAvoidPodsEntry)(nil), "k8s.io.api.core.v1.PreferAvoidPodsEntry") proto.RegisterType((*PreferredSchedulingTerm)(nil), "k8s.io.api.core.v1.PreferredSchedulingTerm") proto.RegisterType((*Probe)(nil), "k8s.io.api.core.v1.Probe") + proto.RegisterType((*ProbeHandler)(nil), "k8s.io.api.core.v1.ProbeHandler") proto.RegisterType((*ProjectedVolumeSource)(nil), "k8s.io.api.core.v1.ProjectedVolumeSource") proto.RegisterType((*QuobyteVolumeSource)(nil), "k8s.io.api.core.v1.QuobyteVolumeSource") proto.RegisterType((*RBDPersistentVolumeSource)(nil), "k8s.io.api.core.v1.RBDPersistentVolumeSource") @@ -6087,887 +6175,897 @@ func init() { } var fileDescriptor_83c10c24ec417dc9 = []byte{ - // 14068 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0xbd, 0x69, 0x70, 0x5c, 0xd9, - 0x79, 0x18, 0xaa, 0xdb, 0x8d, 0xad, 0x3f, 0xec, 0x07, 0x24, 0x07, 0xc4, 0x0c, 0x09, 0xce, 0xa5, - 0xc4, 0xe1, 0x68, 0x66, 0x40, 0x71, 0x16, 0x69, 0x3c, 0x23, 0x8d, 0x05, 0xa0, 0x01, 0xb2, 0x87, - 0x04, 0xd8, 0x73, 0x1a, 0x24, 0x25, 0x79, 0xa4, 0xd2, 0x45, 0xf7, 0x01, 0x70, 0x85, 0xee, 0x7b, - 0x7b, 0xee, 0xbd, 0x0d, 0x12, 0xf3, 0xe4, 0x7a, 0x7e, 0xf2, 0x2a, 0x2f, 0xaf, 0x54, 0xaf, 0xfc, - 0xb2, 0xd8, 0x2e, 0x57, 0xca, 0x71, 0xca, 0x56, 0x94, 0xcd, 0xb1, 0x63, 0x3b, 0x96, 0x13, 0x3b, - 0xbb, 0x93, 0x1f, 0x8e, 0xe3, 0x4a, 0x2c, 0x57, 0xb9, 0x82, 0xd8, 0x74, 0xaa, 0x5c, 0xfa, 0x11, - 0xdb, 0x89, 0x93, 0x1f, 0x41, 0x5c, 0x71, 0xea, 0xac, 0xf7, 0x9c, 0xbb, 0x74, 0x37, 0x38, 0x20, - 0x34, 0x52, 0xcd, 0xbf, 0xee, 0xf3, 0x7d, 0xe7, 0x3b, 0xe7, 0x9e, 0xf5, 0x3b, 0xdf, 0x0a, 0xaf, - 0xee, 0xbe, 0x1c, 0x2e, 0xb8, 0xfe, 0x95, 0xdd, 0xce, 0x26, 0x09, 0x3c, 0x12, 0x91, 0xf0, 0xca, - 0x1e, 0xf1, 0x1a, 0x7e, 0x70, 0x45, 0x00, 0x9c, 0xb6, 0x7b, 0xa5, 0xee, 0x07, 0xe4, 0xca, 0xde, - 0xd5, 0x2b, 0xdb, 0xc4, 0x23, 0x81, 0x13, 0x91, 0xc6, 0x42, 0x3b, 0xf0, 0x23, 0x1f, 0x21, 0x8e, - 0xb3, 0xe0, 0xb4, 0xdd, 0x05, 0x8a, 0xb3, 0xb0, 0x77, 0x75, 0xee, 0xb9, 0x6d, 0x37, 0xda, 0xe9, - 0x6c, 0x2e, 0xd4, 0xfd, 0xd6, 0x95, 0x6d, 0x7f, 0xdb, 0xbf, 0xc2, 0x50, 0x37, 0x3b, 0x5b, 0xec, - 0x1f, 0xfb, 0xc3, 0x7e, 0x71, 0x12, 0x73, 0x2f, 0xc6, 0xcd, 0xb4, 0x9c, 0xfa, 0x8e, 0xeb, 0x91, - 0x60, 0xff, 0x4a, 0x7b, 0x77, 0x9b, 0xb5, 0x1b, 0x90, 0xd0, 0xef, 0x04, 0x75, 0x92, 0x6c, 0xb8, - 0x6b, 0xad, 0xf0, 0x4a, 0x8b, 0x44, 0x4e, 0x46, 0x77, 0xe7, 0xae, 0xe4, 0xd5, 0x0a, 0x3a, 0x5e, - 0xe4, 0xb6, 0xd2, 0xcd, 0x7c, 0xb8, 0x57, 0x85, 0xb0, 0xbe, 0x43, 0x5a, 0x4e, 0xaa, 0xde, 0x0b, - 0x79, 0xf5, 0x3a, 0x91, 0xdb, 0xbc, 0xe2, 0x7a, 0x51, 0x18, 0x05, 0xc9, 0x4a, 0xf6, 0xd7, 0x2c, - 0xb8, 0xb0, 0x78, 0xb7, 0xb6, 0xd2, 0x74, 0xc2, 0xc8, 0xad, 0x2f, 0x35, 0xfd, 0xfa, 0x6e, 0x2d, - 0xf2, 0x03, 0x72, 0xc7, 0x6f, 0x76, 0x5a, 0xa4, 0xc6, 0x06, 0x02, 0x3d, 0x0b, 0x23, 0x7b, 0xec, - 0x7f, 0xa5, 0x3c, 0x6b, 0x5d, 0xb0, 0x2e, 0x97, 0x96, 0xa6, 0x7e, 0xe3, 0x60, 0xfe, 0x7d, 0x0f, - 0x0e, 0xe6, 0x47, 0xee, 0x88, 0x72, 0xac, 0x30, 0xd0, 0x25, 0x18, 0xda, 0x0a, 0x37, 0xf6, 0xdb, - 0x64, 0xb6, 0xc0, 0x70, 0x27, 0x04, 0xee, 0xd0, 0x6a, 0x8d, 0x96, 0x62, 0x01, 0x45, 0x57, 0xa0, - 0xd4, 0x76, 0x82, 0xc8, 0x8d, 0x5c, 0xdf, 0x9b, 0x2d, 0x5e, 0xb0, 0x2e, 0x0f, 0x2e, 0x4d, 0x0b, - 0xd4, 0x52, 0x55, 0x02, 0x70, 0x8c, 0x43, 0xbb, 0x11, 0x10, 0xa7, 0x71, 0xcb, 0x6b, 0xee, 0xcf, - 0x0e, 0x5c, 0xb0, 0x2e, 0x8f, 0xc4, 0xdd, 0xc0, 0xa2, 0x1c, 0x2b, 0x0c, 0xfb, 0xc7, 0x0a, 0x30, - 0xb2, 0xb8, 0xb5, 0xe5, 0x7a, 0x6e, 0xb4, 0x8f, 0xee, 0xc0, 0x98, 0xe7, 0x37, 0x88, 0xfc, 0xcf, - 0xbe, 0x62, 0xf4, 0xf9, 0x0b, 0x0b, 0xe9, 0xa5, 0xb4, 0xb0, 0xae, 0xe1, 0x2d, 0x4d, 0x3d, 0x38, - 0x98, 0x1f, 0xd3, 0x4b, 0xb0, 0x41, 0x07, 0x61, 0x18, 0x6d, 0xfb, 0x0d, 0x45, 0xb6, 0xc0, 0xc8, - 0xce, 0x67, 0x91, 0xad, 0xc6, 0x68, 0x4b, 0x93, 0x0f, 0x0e, 0xe6, 0x47, 0xb5, 0x02, 0xac, 0x13, - 0x41, 0x9b, 0x30, 0x49, 0xff, 0x7a, 0x91, 0xab, 0xe8, 0x16, 0x19, 0xdd, 0x8b, 0x79, 0x74, 0x35, - 0xd4, 0xa5, 0x99, 0x07, 0x07, 0xf3, 0x93, 0x89, 0x42, 0x9c, 0x24, 0x68, 0xbf, 0x0d, 0x13, 0x8b, - 0x51, 0xe4, 0xd4, 0x77, 0x48, 0x83, 0xcf, 0x20, 0x7a, 0x11, 0x06, 0x3c, 0xa7, 0x45, 0xc4, 0xfc, - 0x5e, 0x10, 0x03, 0x3b, 0xb0, 0xee, 0xb4, 0xc8, 0xe1, 0xc1, 0xfc, 0xd4, 0x6d, 0xcf, 0x7d, 0xab, - 0x23, 0x56, 0x05, 0x2d, 0xc3, 0x0c, 0x1b, 0x3d, 0x0f, 0xd0, 0x20, 0x7b, 0x6e, 0x9d, 0x54, 0x9d, - 0x68, 0x47, 0xcc, 0x37, 0x12, 0x75, 0xa1, 0xac, 0x20, 0x58, 0xc3, 0xb2, 0xef, 0x43, 0x69, 0x71, - 0xcf, 0x77, 0x1b, 0x55, 0xbf, 0x11, 0xa2, 0x5d, 0x98, 0x6c, 0x07, 0x64, 0x8b, 0x04, 0xaa, 0x68, - 0xd6, 0xba, 0x50, 0xbc, 0x3c, 0xfa, 0xfc, 0xe5, 0xcc, 0x8f, 0x35, 0x51, 0x57, 0xbc, 0x28, 0xd8, - 0x5f, 0x7a, 0x4c, 0xb4, 0x37, 0x99, 0x80, 0xe2, 0x24, 0x65, 0xfb, 0x9f, 0x17, 0xe0, 0xf4, 0xe2, - 0xdb, 0x9d, 0x80, 0x94, 0xdd, 0x70, 0x37, 0xb9, 0xc2, 0x1b, 0x6e, 0xb8, 0xbb, 0x1e, 0x8f, 0x80, - 0x5a, 0x5a, 0x65, 0x51, 0x8e, 0x15, 0x06, 0x7a, 0x0e, 0x86, 0xe9, 0xef, 0xdb, 0xb8, 0x22, 0x3e, - 0x79, 0x46, 0x20, 0x8f, 0x96, 0x9d, 0xc8, 0x29, 0x73, 0x10, 0x96, 0x38, 0x68, 0x0d, 0x46, 0xeb, - 0x6c, 0x43, 0x6e, 0xaf, 0xf9, 0x0d, 0xc2, 0x26, 0xb3, 0xb4, 0xf4, 0x0c, 0x45, 0x5f, 0x8e, 0x8b, - 0x0f, 0x0f, 0xe6, 0x67, 0x79, 0xdf, 0x04, 0x09, 0x0d, 0x86, 0xf5, 0xfa, 0xc8, 0x56, 0xfb, 0x6b, - 0x80, 0x51, 0x82, 0x8c, 0xbd, 0x75, 0x59, 0xdb, 0x2a, 0x83, 0x6c, 0xab, 0x8c, 0x65, 0x6f, 0x13, - 0x74, 0x15, 0x06, 0x76, 0x5d, 0xaf, 0x31, 0x3b, 0xc4, 0x68, 0x9d, 0xa3, 0x73, 0x7e, 0xc3, 0xf5, - 0x1a, 0x87, 0x07, 0xf3, 0xd3, 0x46, 0x77, 0x68, 0x21, 0x66, 0xa8, 0xf6, 0x9f, 0x59, 0x30, 0xcf, - 0x60, 0xab, 0x6e, 0x93, 0x54, 0x49, 0x10, 0xba, 0x61, 0x44, 0xbc, 0xc8, 0x18, 0xd0, 0xe7, 0x01, - 0x42, 0x52, 0x0f, 0x48, 0xa4, 0x0d, 0xa9, 0x5a, 0x18, 0x35, 0x05, 0xc1, 0x1a, 0x16, 0x3d, 0x10, - 0xc2, 0x1d, 0x27, 0x60, 0xeb, 0x4b, 0x0c, 0xac, 0x3a, 0x10, 0x6a, 0x12, 0x80, 0x63, 0x1c, 0xe3, - 0x40, 0x28, 0xf6, 0x3a, 0x10, 0xd0, 0xc7, 0x60, 0x32, 0x6e, 0x2c, 0x6c, 0x3b, 0x75, 0x39, 0x80, - 0x6c, 0xcb, 0xd4, 0x4c, 0x10, 0x4e, 0xe2, 0xda, 0x7f, 0xd3, 0x12, 0x8b, 0x87, 0x7e, 0xf5, 0xbb, - 0xfc, 0x5b, 0xed, 0x5f, 0xb6, 0x60, 0x78, 0xc9, 0xf5, 0x1a, 0xae, 0xb7, 0x8d, 0x3e, 0x0b, 0x23, - 0xf4, 0x6e, 0x6a, 0x38, 0x91, 0x23, 0xce, 0xbd, 0x0f, 0x69, 0x7b, 0x4b, 0x5d, 0x15, 0x0b, 0xed, - 0xdd, 0x6d, 0x5a, 0x10, 0x2e, 0x50, 0x6c, 0xba, 0xdb, 0x6e, 0x6d, 0x7e, 0x8e, 0xd4, 0xa3, 0x35, - 0x12, 0x39, 0xf1, 0xe7, 0xc4, 0x65, 0x58, 0x51, 0x45, 0x37, 0x60, 0x28, 0x72, 0x82, 0x6d, 0x12, - 0x89, 0x03, 0x30, 0xf3, 0xa0, 0xe2, 0x35, 0x31, 0xdd, 0x91, 0xc4, 0xab, 0x93, 0xf8, 0x5a, 0xd8, - 0x60, 0x55, 0xb1, 0x20, 0x61, 0xff, 0xc8, 0x30, 0x9c, 0x5d, 0xae, 0x55, 0x72, 0xd6, 0xd5, 0x25, - 0x18, 0x6a, 0x04, 0xee, 0x1e, 0x09, 0xc4, 0x38, 0x2b, 0x2a, 0x65, 0x56, 0x8a, 0x05, 0x14, 0xbd, - 0x0c, 0x63, 0xfc, 0x42, 0xba, 0xee, 0x78, 0x8d, 0xa6, 0x1c, 0xe2, 0x53, 0x02, 0x7b, 0xec, 0x8e, - 0x06, 0xc3, 0x06, 0xe6, 0x11, 0x17, 0xd5, 0xa5, 0xc4, 0x66, 0xcc, 0xbb, 0xec, 0xbe, 0x68, 0xc1, - 0x14, 0x6f, 0x66, 0x31, 0x8a, 0x02, 0x77, 0xb3, 0x13, 0x91, 0x70, 0x76, 0x90, 0x9d, 0x74, 0xcb, - 0x59, 0xa3, 0x95, 0x3b, 0x02, 0x0b, 0x77, 0x12, 0x54, 0xf8, 0x21, 0x38, 0x2b, 0xda, 0x9d, 0x4a, - 0x82, 0x71, 0xaa, 0x59, 0xf4, 0xdd, 0x16, 0xcc, 0xd5, 0x7d, 0x2f, 0x0a, 0xfc, 0x66, 0x93, 0x04, - 0xd5, 0xce, 0x66, 0xd3, 0x0d, 0x77, 0xf8, 0x3a, 0xc5, 0x64, 0x8b, 0x9d, 0x04, 0x39, 0x73, 0xa8, - 0x90, 0xc4, 0x1c, 0x9e, 0x7f, 0x70, 0x30, 0x3f, 0xb7, 0x9c, 0x4b, 0x0a, 0x77, 0x69, 0x06, 0xed, - 0x02, 0xa2, 0x57, 0x69, 0x2d, 0x72, 0xb6, 0x49, 0xdc, 0xf8, 0x70, 0xff, 0x8d, 0x9f, 0x79, 0x70, - 0x30, 0x8f, 0xd6, 0x53, 0x24, 0x70, 0x06, 0x59, 0xf4, 0x16, 0x9c, 0xa2, 0xa5, 0xa9, 0x6f, 0x1d, - 0xe9, 0xbf, 0xb9, 0xd9, 0x07, 0x07, 0xf3, 0xa7, 0xd6, 0x33, 0x88, 0xe0, 0x4c, 0xd2, 0xe8, 0xbb, - 0x2c, 0x38, 0x1b, 0x7f, 0xfe, 0xca, 0xfd, 0xb6, 0xe3, 0x35, 0xe2, 0x86, 0x4b, 0xfd, 0x37, 0x4c, - 0xcf, 0xe4, 0xb3, 0xcb, 0x79, 0x94, 0x70, 0x7e, 0x23, 0x73, 0xcb, 0x70, 0x3a, 0x73, 0xb5, 0xa0, - 0x29, 0x28, 0xee, 0x12, 0xce, 0x05, 0x95, 0x30, 0xfd, 0x89, 0x4e, 0xc1, 0xe0, 0x9e, 0xd3, 0xec, - 0x88, 0x8d, 0x82, 0xf9, 0x9f, 0x57, 0x0a, 0x2f, 0x5b, 0xf6, 0xbf, 0x28, 0xc2, 0xe4, 0x72, 0xad, - 0xf2, 0x50, 0xbb, 0x50, 0xbf, 0x86, 0x0a, 0x5d, 0xaf, 0xa1, 0xf8, 0x52, 0x2b, 0xe6, 0x5e, 0x6a, - 0xff, 0x77, 0xc6, 0x16, 0x1a, 0x60, 0x5b, 0xe8, 0xdb, 0x72, 0xb6, 0xd0, 0x31, 0x6f, 0x9c, 0xbd, - 0x9c, 0x55, 0x34, 0xc8, 0x26, 0x33, 0x93, 0x63, 0xb9, 0xe9, 0xd7, 0x9d, 0x66, 0xf2, 0xe8, 0x3b, - 0xe2, 0x52, 0x3a, 0x9e, 0x79, 0xac, 0xc3, 0xd8, 0xb2, 0xd3, 0x76, 0x36, 0xdd, 0xa6, 0x1b, 0xb9, - 0x24, 0x44, 0x4f, 0x41, 0xd1, 0x69, 0x34, 0x18, 0xb7, 0x55, 0x5a, 0x3a, 0xfd, 0xe0, 0x60, 0xbe, - 0xb8, 0xd8, 0xa0, 0xd7, 0x3e, 0x28, 0xac, 0x7d, 0x4c, 0x31, 0xd0, 0x07, 0x61, 0xa0, 0x11, 0xf8, - 0xed, 0xd9, 0x02, 0xc3, 0xa4, 0xbb, 0x6e, 0xa0, 0x1c, 0xf8, 0xed, 0x04, 0x2a, 0xc3, 0xb1, 0x7f, - 0xbd, 0x00, 0x4f, 0x2c, 0x93, 0xf6, 0xce, 0x6a, 0x2d, 0xe7, 0xfc, 0xbe, 0x0c, 0x23, 0x2d, 0xdf, - 0x73, 0x23, 0x3f, 0x08, 0x45, 0xd3, 0x6c, 0x45, 0xac, 0x89, 0x32, 0xac, 0xa0, 0xe8, 0x02, 0x0c, - 0xb4, 0x63, 0xa6, 0x72, 0x4c, 0x32, 0xa4, 0x8c, 0x9d, 0x64, 0x10, 0x8a, 0xd1, 0x09, 0x49, 0x20, - 0x56, 0x8c, 0xc2, 0xb8, 0x1d, 0x92, 0x00, 0x33, 0x48, 0x7c, 0x33, 0xd3, 0x3b, 0x5b, 0x9c, 0xd0, - 0x89, 0x9b, 0x99, 0x42, 0xb0, 0x86, 0x85, 0xaa, 0x50, 0x0a, 0x13, 0x33, 0xdb, 0xd7, 0x36, 0x1d, - 0x67, 0x57, 0xb7, 0x9a, 0xc9, 0x98, 0x88, 0x71, 0xa3, 0x0c, 0xf5, 0xbc, 0xba, 0xbf, 0x5a, 0x00, - 0xc4, 0x87, 0xf0, 0x9b, 0x6c, 0xe0, 0x6e, 0xa7, 0x07, 0xae, 0xff, 0x2d, 0x71, 0x5c, 0xa3, 0xf7, - 0xdf, 0x2d, 0x78, 0x62, 0xd9, 0xf5, 0x1a, 0x24, 0xc8, 0x59, 0x80, 0x8f, 0xe6, 0x2d, 0x7b, 0x34, - 0xa6, 0xc1, 0x58, 0x62, 0x03, 0xc7, 0xb0, 0xc4, 0xec, 0x3f, 0xb1, 0x00, 0xf1, 0xcf, 0x7e, 0xd7, - 0x7d, 0xec, 0xed, 0xf4, 0xc7, 0x1e, 0xc3, 0xb2, 0xb0, 0x6f, 0xc2, 0xc4, 0x72, 0xd3, 0x25, 0x5e, - 0x54, 0xa9, 0x2e, 0xfb, 0xde, 0x96, 0xbb, 0x8d, 0x5e, 0x81, 0x89, 0xc8, 0x6d, 0x11, 0xbf, 0x13, - 0xd5, 0x48, 0xdd, 0xf7, 0xd8, 0x4b, 0xd2, 0xba, 0x3c, 0xb8, 0x84, 0x1e, 0x1c, 0xcc, 0x4f, 0x6c, - 0x18, 0x10, 0x9c, 0xc0, 0xb4, 0x7f, 0x8f, 0x8e, 0x9f, 0xdf, 0x6a, 0xfb, 0x1e, 0xf1, 0xa2, 0x65, - 0xdf, 0x6b, 0x70, 0x89, 0xc3, 0x2b, 0x30, 0x10, 0xd1, 0xf1, 0xe0, 0x63, 0x77, 0x49, 0x6e, 0x14, - 0x3a, 0x0a, 0x87, 0x07, 0xf3, 0x67, 0xd2, 0x35, 0xd8, 0x38, 0xb1, 0x3a, 0xe8, 0xdb, 0x60, 0x28, - 0x8c, 0x9c, 0xa8, 0x13, 0x8a, 0xd1, 0x7c, 0x52, 0x8e, 0x66, 0x8d, 0x95, 0x1e, 0x1e, 0xcc, 0x4f, - 0xaa, 0x6a, 0xbc, 0x08, 0x8b, 0x0a, 0xe8, 0x69, 0x18, 0x6e, 0x91, 0x30, 0x74, 0xb6, 0xe5, 0x6d, - 0x38, 0x29, 0xea, 0x0e, 0xaf, 0xf1, 0x62, 0x2c, 0xe1, 0xe8, 0x22, 0x0c, 0x92, 0x20, 0xf0, 0x03, - 0xb1, 0x47, 0xc7, 0x05, 0xe2, 0xe0, 0x0a, 0x2d, 0xc4, 0x1c, 0x66, 0xff, 0x5b, 0x0b, 0x26, 0x55, - 0x5f, 0x79, 0x5b, 0x27, 0xf0, 0x2a, 0xf8, 0x14, 0x40, 0x5d, 0x7e, 0x60, 0xc8, 0x6e, 0x8f, 0xd1, - 0xe7, 0x2f, 0x65, 0x5e, 0xd4, 0xa9, 0x61, 0x8c, 0x29, 0xab, 0xa2, 0x10, 0x6b, 0xd4, 0xec, 0x7f, - 0x64, 0xc1, 0x4c, 0xe2, 0x8b, 0x6e, 0xba, 0x61, 0x84, 0xde, 0x4c, 0x7d, 0xd5, 0x42, 0x7f, 0x5f, - 0x45, 0x6b, 0xb3, 0x6f, 0x52, 0x4b, 0x59, 0x96, 0x68, 0x5f, 0x74, 0x1d, 0x06, 0xdd, 0x88, 0xb4, - 0xe4, 0xc7, 0x5c, 0xec, 0xfa, 0x31, 0xbc, 0x57, 0xf1, 0x8c, 0x54, 0x68, 0x4d, 0xcc, 0x09, 0xd8, - 0xbf, 0x5e, 0x84, 0x12, 0x5f, 0xb6, 0x6b, 0x4e, 0xfb, 0x04, 0xe6, 0xe2, 0x19, 0x28, 0xb9, 0xad, - 0x56, 0x27, 0x72, 0x36, 0xc5, 0x71, 0x3e, 0xc2, 0xb7, 0x56, 0x45, 0x16, 0xe2, 0x18, 0x8e, 0x2a, - 0x30, 0xc0, 0xba, 0xc2, 0xbf, 0xf2, 0xa9, 0xec, 0xaf, 0x14, 0x7d, 0x5f, 0x28, 0x3b, 0x91, 0xc3, - 0x39, 0x29, 0x75, 0x8f, 0xd0, 0x22, 0xcc, 0x48, 0x20, 0x07, 0x60, 0xd3, 0xf5, 0x9c, 0x60, 0x9f, - 0x96, 0xcd, 0x16, 0x19, 0xc1, 0xe7, 0xba, 0x13, 0x5c, 0x52, 0xf8, 0x9c, 0xac, 0xfa, 0xb0, 0x18, - 0x80, 0x35, 0xa2, 0x73, 0x1f, 0x81, 0x92, 0x42, 0x3e, 0x0a, 0x43, 0x34, 0xf7, 0x31, 0x98, 0x4c, - 0xb4, 0xd5, 0xab, 0xfa, 0x98, 0xce, 0x4f, 0xfd, 0x0a, 0x3b, 0x32, 0x44, 0xaf, 0x57, 0xbc, 0x3d, - 0x71, 0xe4, 0xbe, 0x0d, 0xa7, 0x9a, 0x19, 0x27, 0x99, 0x98, 0xd7, 0xfe, 0x4f, 0xbe, 0x27, 0xc4, - 0x67, 0x9f, 0xca, 0x82, 0xe2, 0xcc, 0x36, 0x28, 0x8f, 0xe0, 0xb7, 0xe9, 0x06, 0x71, 0x9a, 0x3a, - 0xbb, 0x7d, 0x4b, 0x94, 0x61, 0x05, 0xa5, 0xe7, 0xdd, 0x29, 0xd5, 0xf9, 0x1b, 0x64, 0xbf, 0x46, - 0x9a, 0xa4, 0x1e, 0xf9, 0xc1, 0x37, 0xb4, 0xfb, 0xe7, 0xf8, 0xe8, 0xf3, 0xe3, 0x72, 0x54, 0x10, - 0x28, 0xde, 0x20, 0xfb, 0x7c, 0x2a, 0xf4, 0xaf, 0x2b, 0x76, 0xfd, 0xba, 0x9f, 0xb3, 0x60, 0x5c, - 0x7d, 0xdd, 0x09, 0x9c, 0x0b, 0x4b, 0xe6, 0xb9, 0x70, 0xae, 0xeb, 0x02, 0xcf, 0x39, 0x11, 0xbe, - 0x5a, 0x80, 0xb3, 0x0a, 0x87, 0xbe, 0x0d, 0xf8, 0x1f, 0xb1, 0xaa, 0xae, 0x40, 0xc9, 0x53, 0x52, - 0x2b, 0xcb, 0x14, 0x17, 0xc5, 0x32, 0xab, 0x18, 0x87, 0xb2, 0x78, 0x5e, 0x2c, 0x5a, 0x1a, 0xd3, - 0xc5, 0xb9, 0x42, 0x74, 0xbb, 0x04, 0xc5, 0x8e, 0xdb, 0x10, 0x17, 0xcc, 0x87, 0xe4, 0x68, 0xdf, - 0xae, 0x94, 0x0f, 0x0f, 0xe6, 0x9f, 0xcc, 0x53, 0x25, 0xd0, 0x9b, 0x2d, 0x5c, 0xb8, 0x5d, 0x29, - 0x63, 0x5a, 0x19, 0x2d, 0xc2, 0xa4, 0xd4, 0x96, 0xdc, 0xa1, 0xec, 0x96, 0xef, 0x89, 0x7b, 0x48, - 0xc9, 0x64, 0xb1, 0x09, 0xc6, 0x49, 0x7c, 0x54, 0x86, 0xa9, 0xdd, 0xce, 0x26, 0x69, 0x92, 0x88, - 0x7f, 0xf0, 0x0d, 0xc2, 0x25, 0x96, 0xa5, 0xf8, 0x65, 0x76, 0x23, 0x01, 0xc7, 0xa9, 0x1a, 0xf6, - 0x5f, 0xb0, 0xfb, 0x40, 0x8c, 0x5e, 0x35, 0xf0, 0xe9, 0xc2, 0xa2, 0xd4, 0xbf, 0x91, 0xcb, 0xb9, - 0x9f, 0x55, 0x71, 0x83, 0xec, 0x6f, 0xf8, 0x94, 0x33, 0xcf, 0x5e, 0x15, 0xc6, 0x9a, 0x1f, 0xe8, - 0xba, 0xe6, 0x7f, 0xa1, 0x00, 0xa7, 0xd5, 0x08, 0x18, 0x4c, 0xe0, 0x37, 0xfb, 0x18, 0x5c, 0x85, - 0xd1, 0x06, 0xd9, 0x72, 0x3a, 0xcd, 0x48, 0x89, 0xcf, 0x07, 0xb9, 0x0a, 0xa5, 0x1c, 0x17, 0x63, - 0x1d, 0xe7, 0x08, 0xc3, 0xf6, 0x3f, 0x46, 0xd9, 0x45, 0x1c, 0x39, 0x74, 0x8d, 0xab, 0x5d, 0x63, - 0xe5, 0xee, 0x9a, 0x8b, 0x30, 0xe8, 0xb6, 0x28, 0x63, 0x56, 0x30, 0xf9, 0xad, 0x0a, 0x2d, 0xc4, - 0x1c, 0x86, 0x3e, 0x00, 0xc3, 0x75, 0xbf, 0xd5, 0x72, 0xbc, 0x06, 0xbb, 0xf2, 0x4a, 0x4b, 0xa3, - 0x94, 0x77, 0x5b, 0xe6, 0x45, 0x58, 0xc2, 0xd0, 0x13, 0x30, 0xe0, 0x04, 0xdb, 0x5c, 0x86, 0x51, - 0x5a, 0x1a, 0xa1, 0x2d, 0x2d, 0x06, 0xdb, 0x21, 0x66, 0xa5, 0xf4, 0x09, 0x76, 0xcf, 0x0f, 0x76, - 0x5d, 0x6f, 0xbb, 0xec, 0x06, 0x62, 0x4b, 0xa8, 0xbb, 0xf0, 0xae, 0x82, 0x60, 0x0d, 0x0b, 0xad, - 0xc2, 0x60, 0xdb, 0x0f, 0xa2, 0x70, 0x76, 0x88, 0x0d, 0xf7, 0x93, 0x39, 0x07, 0x11, 0xff, 0xda, - 0xaa, 0x1f, 0x44, 0xf1, 0x07, 0xd0, 0x7f, 0x21, 0xe6, 0xd5, 0xd1, 0x4d, 0x18, 0x26, 0xde, 0xde, - 0x6a, 0xe0, 0xb7, 0x66, 0x67, 0xf2, 0x29, 0xad, 0x70, 0x14, 0xbe, 0xcc, 0x62, 0x1e, 0x55, 0x14, - 0x63, 0x49, 0x02, 0x7d, 0x1b, 0x14, 0x89, 0xb7, 0x37, 0x3b, 0xcc, 0x28, 0xcd, 0xe5, 0x50, 0xba, - 0xe3, 0x04, 0xf1, 0x99, 0xbf, 0xe2, 0xed, 0x61, 0x5a, 0x07, 0x7d, 0x12, 0x4a, 0xf2, 0xc0, 0x08, - 0x85, 0xb0, 0x2e, 0x73, 0xc1, 0xca, 0x63, 0x06, 0x93, 0xb7, 0x3a, 0x6e, 0x40, 0x5a, 0xc4, 0x8b, - 0xc2, 0xf8, 0x84, 0x94, 0xd0, 0x10, 0xc7, 0xd4, 0xd0, 0x27, 0xa5, 0x84, 0x78, 0xcd, 0xef, 0x78, - 0x51, 0x38, 0x5b, 0x62, 0xdd, 0xcb, 0xd4, 0xdd, 0xdd, 0x89, 0xf1, 0x92, 0x22, 0x64, 0x5e, 0x19, - 0x1b, 0xa4, 0xd0, 0xa7, 0x61, 0x9c, 0xff, 0xe7, 0x1a, 0xb0, 0x70, 0xf6, 0x34, 0xa3, 0x7d, 0x21, - 0x9f, 0x36, 0x47, 0x5c, 0x3a, 0x2d, 0x88, 0x8f, 0xeb, 0xa5, 0x21, 0x36, 0xa9, 0x21, 0x0c, 0xe3, - 0x4d, 0x77, 0x8f, 0x78, 0x24, 0x0c, 0xab, 0x81, 0xbf, 0x49, 0x66, 0x81, 0x0d, 0xcc, 0xd9, 0x6c, - 0x8d, 0x99, 0xbf, 0x49, 0x96, 0xa6, 0x29, 0xcd, 0x9b, 0x7a, 0x1d, 0x6c, 0x92, 0x40, 0xb7, 0x61, - 0x82, 0xbe, 0xd8, 0xdc, 0x98, 0xe8, 0x68, 0x2f, 0xa2, 0xec, 0x5d, 0x85, 0x8d, 0x4a, 0x38, 0x41, - 0x04, 0xdd, 0x82, 0xb1, 0x30, 0x72, 0x82, 0xa8, 0xd3, 0xe6, 0x44, 0xcf, 0xf4, 0x22, 0xca, 0x14, - 0xae, 0x35, 0xad, 0x0a, 0x36, 0x08, 0xa0, 0xd7, 0xa1, 0xd4, 0x74, 0xb7, 0x48, 0x7d, 0xbf, 0xde, - 0x24, 0xb3, 0x63, 0x8c, 0x5a, 0xe6, 0xa1, 0x72, 0x53, 0x22, 0x71, 0x3e, 0x57, 0xfd, 0xc5, 0x71, - 0x75, 0x74, 0x07, 0xce, 0x44, 0x24, 0x68, 0xb9, 0x9e, 0x43, 0x0f, 0x03, 0xf1, 0xb4, 0x62, 0x8a, - 0xcc, 0x71, 0xb6, 0xdb, 0xce, 0x8b, 0xd9, 0x38, 0xb3, 0x91, 0x89, 0x85, 0x73, 0x6a, 0xa3, 0xfb, - 0x30, 0x9b, 0x01, 0xf1, 0x9b, 0x6e, 0x7d, 0x7f, 0xf6, 0x14, 0xa3, 0xfc, 0x51, 0x41, 0x79, 0x76, - 0x23, 0x07, 0xef, 0xb0, 0x0b, 0x0c, 0xe7, 0x52, 0x47, 0xb7, 0x60, 0x92, 0x9d, 0x40, 0xd5, 0x4e, - 0xb3, 0x29, 0x1a, 0x9c, 0x60, 0x0d, 0x7e, 0x40, 0xde, 0xc7, 0x15, 0x13, 0x7c, 0x78, 0x30, 0x0f, - 0xf1, 0x3f, 0x9c, 0xac, 0x8d, 0x36, 0x99, 0xce, 0xac, 0x13, 0xb8, 0xd1, 0x3e, 0x3d, 0x37, 0xc8, - 0xfd, 0x68, 0x76, 0xb2, 0xab, 0xbc, 0x42, 0x47, 0x55, 0x8a, 0x35, 0xbd, 0x10, 0x27, 0x09, 0xd2, - 0x23, 0x35, 0x8c, 0x1a, 0xae, 0x37, 0x3b, 0xc5, 0xdf, 0x25, 0xf2, 0x44, 0xaa, 0xd1, 0x42, 0xcc, - 0x61, 0x4c, 0x5f, 0x46, 0x7f, 0xdc, 0xa2, 0x37, 0xd7, 0x34, 0x43, 0x8c, 0xf5, 0x65, 0x12, 0x80, - 0x63, 0x1c, 0xca, 0x4c, 0x46, 0xd1, 0xfe, 0x2c, 0x62, 0xa8, 0xea, 0x60, 0xd9, 0xd8, 0xf8, 0x24, - 0xa6, 0xe5, 0xf6, 0x26, 0x4c, 0xa8, 0x83, 0x90, 0x8d, 0x09, 0x9a, 0x87, 0x41, 0xc6, 0x3e, 0x09, - 0xe9, 0x5a, 0x89, 0x76, 0x81, 0xb1, 0x56, 0x98, 0x97, 0xb3, 0x2e, 0xb8, 0x6f, 0x93, 0xa5, 0xfd, - 0x88, 0xf0, 0x37, 0x7d, 0x51, 0xeb, 0x82, 0x04, 0xe0, 0x18, 0xc7, 0xfe, 0xdf, 0x9c, 0x0d, 0x8d, - 0x4f, 0xdb, 0x3e, 0xee, 0x97, 0x67, 0x61, 0x64, 0xc7, 0x0f, 0x23, 0x8a, 0xcd, 0xda, 0x18, 0x8c, - 0x19, 0xcf, 0xeb, 0xa2, 0x1c, 0x2b, 0x0c, 0xf4, 0x2a, 0x8c, 0xd7, 0xf5, 0x06, 0xc4, 0xe5, 0xa8, - 0x8e, 0x11, 0xa3, 0x75, 0x6c, 0xe2, 0xa2, 0x97, 0x61, 0x84, 0xd9, 0x80, 0xd4, 0xfd, 0xa6, 0xe0, - 0xda, 0xe4, 0x0d, 0x3f, 0x52, 0x15, 0xe5, 0x87, 0xda, 0x6f, 0xac, 0xb0, 0xd1, 0x25, 0x18, 0xa2, - 0x5d, 0xa8, 0x54, 0xc5, 0xb5, 0xa4, 0x04, 0x45, 0xd7, 0x59, 0x29, 0x16, 0x50, 0xfb, 0xff, 0x2b, - 0x68, 0xa3, 0x4c, 0xdf, 0xc3, 0x04, 0x55, 0x61, 0xf8, 0x9e, 0xe3, 0x46, 0xae, 0xb7, 0x2d, 0xf8, - 0x8f, 0xa7, 0xbb, 0xde, 0x51, 0xac, 0xd2, 0x5d, 0x5e, 0x81, 0xdf, 0xa2, 0xe2, 0x0f, 0x96, 0x64, - 0x28, 0xc5, 0xa0, 0xe3, 0x79, 0x94, 0x62, 0xa1, 0x5f, 0x8a, 0x98, 0x57, 0xe0, 0x14, 0xc5, 0x1f, - 0x2c, 0xc9, 0xa0, 0x37, 0x01, 0xe4, 0x0e, 0x23, 0x0d, 0x61, 0x7b, 0xf1, 0x6c, 0x6f, 0xa2, 0x1b, - 0xaa, 0xce, 0xd2, 0x04, 0xbd, 0xa3, 0xe3, 0xff, 0x58, 0xa3, 0x67, 0x47, 0x8c, 0x4f, 0x4b, 0x77, - 0x06, 0x7d, 0x07, 0x5d, 0xe2, 0x4e, 0x10, 0x91, 0xc6, 0x62, 0x24, 0x06, 0xe7, 0x83, 0xfd, 0x3d, - 0x52, 0x36, 0xdc, 0x16, 0xd1, 0xb7, 0x83, 0x20, 0x82, 0x63, 0x7a, 0xf6, 0x2f, 0x15, 0x61, 0x36, - 0xaf, 0xbb, 0x74, 0xd1, 0x91, 0xfb, 0x6e, 0xb4, 0x4c, 0xd9, 0x2b, 0xcb, 0x5c, 0x74, 0x2b, 0xa2, - 0x1c, 0x2b, 0x0c, 0x3a, 0xfb, 0xa1, 0xbb, 0x2d, 0xdf, 0x98, 0x83, 0xf1, 0xec, 0xd7, 0x58, 0x29, - 0x16, 0x50, 0x8a, 0x17, 0x10, 0x27, 0x14, 0xc6, 0x3d, 0xda, 0x2a, 0xc1, 0xac, 0x14, 0x0b, 0xa8, - 0x2e, 0xed, 0x1a, 0xe8, 0x21, 0xed, 0x32, 0x86, 0x68, 0xf0, 0x78, 0x87, 0x08, 0x7d, 0x06, 0x60, - 0xcb, 0xf5, 0xdc, 0x70, 0x87, 0x51, 0x1f, 0x3a, 0x32, 0x75, 0xc5, 0x9c, 0xad, 0x2a, 0x2a, 0x58, - 0xa3, 0x88, 0x5e, 0x82, 0x51, 0xb5, 0x01, 0x2b, 0x65, 0xa6, 0xe9, 0xd4, 0x2c, 0x47, 0xe2, 0xd3, - 0xa8, 0x8c, 0x75, 0x3c, 0xfb, 0x73, 0xc9, 0xf5, 0x22, 0x76, 0x80, 0x36, 0xbe, 0x56, 0xbf, 0xe3, - 0x5b, 0xe8, 0x3e, 0xbe, 0xf6, 0xd7, 0x8b, 0x30, 0x69, 0x34, 0xd6, 0x09, 0xfb, 0x38, 0xb3, 0xae, - 0xd1, 0x03, 0xdc, 0x89, 0x88, 0xd8, 0x7f, 0x76, 0xef, 0xad, 0xa2, 0x1f, 0xf2, 0x74, 0x07, 0xf0, - 0xfa, 0xe8, 0x33, 0x50, 0x6a, 0x3a, 0x21, 0x93, 0x9c, 0x11, 0xb1, 0xef, 0xfa, 0x21, 0x16, 0x3f, - 0x4c, 0x9c, 0x30, 0xd2, 0x6e, 0x4d, 0x4e, 0x3b, 0x26, 0x49, 0x6f, 0x1a, 0xca, 0x9f, 0x48, 0xeb, - 0x31, 0xd5, 0x09, 0xca, 0xc4, 0xec, 0x63, 0x0e, 0x43, 0x2f, 0xc3, 0x58, 0x40, 0xd8, 0xaa, 0x58, - 0xa6, 0xdc, 0x1c, 0x5b, 0x66, 0x83, 0x31, 0xdb, 0x87, 0x35, 0x18, 0x36, 0x30, 0xe3, 0xb7, 0xc1, - 0x50, 0x97, 0xb7, 0xc1, 0xd3, 0x30, 0xcc, 0x7e, 0xa8, 0x15, 0xa0, 0x66, 0xa3, 0xc2, 0x8b, 0xb1, - 0x84, 0x27, 0x17, 0xcc, 0x48, 0x7f, 0x0b, 0x86, 0xbe, 0x3e, 0xc4, 0xa2, 0x66, 0x5a, 0xe6, 0x11, - 0x7e, 0xca, 0x89, 0x25, 0x8f, 0x25, 0xcc, 0xfe, 0x20, 0x4c, 0x94, 0x1d, 0xd2, 0xf2, 0xbd, 0x15, - 0xaf, 0xd1, 0xf6, 0x5d, 0x2f, 0x42, 0xb3, 0x30, 0xc0, 0x2e, 0x11, 0x7e, 0x04, 0x0c, 0xd0, 0x86, - 0x30, 0x2b, 0xb1, 0xb7, 0xe1, 0x74, 0xd9, 0xbf, 0xe7, 0xdd, 0x73, 0x82, 0xc6, 0x62, 0xb5, 0xa2, - 0xbd, 0xaf, 0xd7, 0xe5, 0xfb, 0x8e, 0x1b, 0x6d, 0x65, 0x1e, 0xbd, 0x5a, 0x4d, 0xce, 0xd6, 0xae, - 0xba, 0x4d, 0x92, 0x23, 0x05, 0xf9, 0xcb, 0x05, 0xa3, 0xa5, 0x18, 0x5f, 0x69, 0xb5, 0xac, 0x5c, - 0xad, 0xd6, 0x1b, 0x30, 0xb2, 0xe5, 0x92, 0x66, 0x03, 0x93, 0x2d, 0xb1, 0x12, 0x9f, 0xca, 0xb7, - 0x43, 0x59, 0xa5, 0x98, 0x52, 0xea, 0xc5, 0x5f, 0x87, 0xab, 0xa2, 0x32, 0x56, 0x64, 0xd0, 0x2e, - 0x4c, 0xc9, 0x07, 0x83, 0x84, 0x8a, 0x75, 0xf9, 0x74, 0xb7, 0x57, 0x88, 0x49, 0xfc, 0xd4, 0x83, - 0x83, 0xf9, 0x29, 0x9c, 0x20, 0x83, 0x53, 0x84, 0xe9, 0x73, 0xb0, 0x45, 0x4f, 0xe0, 0x01, 0x36, - 0xfc, 0xec, 0x39, 0xc8, 0x5e, 0xb6, 0xac, 0xd4, 0xfe, 0x09, 0x0b, 0x1e, 0x4b, 0x8d, 0x8c, 0x78, - 0xe1, 0x1f, 0xf3, 0x2c, 0x24, 0x5f, 0xdc, 0x85, 0xde, 0x2f, 0x6e, 0xfb, 0x6f, 0x59, 0x70, 0x6a, - 0xa5, 0xd5, 0x8e, 0xf6, 0xcb, 0xae, 0xa9, 0x82, 0xfa, 0x08, 0x0c, 0xb5, 0x48, 0xc3, 0xed, 0xb4, - 0xc4, 0xcc, 0xcd, 0xcb, 0x53, 0x6a, 0x8d, 0x95, 0x1e, 0x1e, 0xcc, 0x8f, 0xd7, 0x22, 0x3f, 0x70, - 0xb6, 0x09, 0x2f, 0xc0, 0x02, 0x9d, 0x9d, 0xf5, 0xee, 0xdb, 0xe4, 0xa6, 0xdb, 0x72, 0xa5, 0x5d, - 0x51, 0x57, 0x99, 0xdd, 0x82, 0x1c, 0xd0, 0x85, 0x37, 0x3a, 0x8e, 0x17, 0xb9, 0xd1, 0xbe, 0xd0, - 0x1e, 0x49, 0x22, 0x38, 0xa6, 0x67, 0x7f, 0xcd, 0x82, 0x49, 0xb9, 0xee, 0x17, 0x1b, 0x8d, 0x80, - 0x84, 0x21, 0x9a, 0x83, 0x82, 0xdb, 0x16, 0xbd, 0x04, 0xd1, 0xcb, 0x42, 0xa5, 0x8a, 0x0b, 0x6e, - 0x5b, 0xb2, 0x65, 0xec, 0x20, 0x2c, 0x9a, 0x8a, 0xb4, 0xeb, 0xa2, 0x1c, 0x2b, 0x0c, 0x74, 0x19, - 0x46, 0x3c, 0xbf, 0xc1, 0x6d, 0xbb, 0xf8, 0x95, 0xc6, 0x16, 0xd8, 0xba, 0x28, 0xc3, 0x0a, 0x8a, - 0xaa, 0x50, 0xe2, 0x66, 0x4f, 0xf1, 0xa2, 0xed, 0xcb, 0x78, 0x8a, 0x7d, 0xd9, 0x86, 0xac, 0x89, - 0x63, 0x22, 0xf6, 0xaf, 0x59, 0x30, 0x26, 0xbf, 0xac, 0x4f, 0x9e, 0x93, 0x6e, 0xad, 0x98, 0xdf, - 0x8c, 0xb7, 0x16, 0xe5, 0x19, 0x19, 0xc4, 0x60, 0x15, 0x8b, 0x47, 0x62, 0x15, 0xaf, 0xc2, 0xa8, - 0xd3, 0x6e, 0x57, 0x4d, 0x3e, 0x93, 0x2d, 0xa5, 0xc5, 0xb8, 0x18, 0xeb, 0x38, 0xf6, 0x8f, 0x17, - 0x60, 0x42, 0x7e, 0x41, 0xad, 0xb3, 0x19, 0x92, 0x08, 0x6d, 0x40, 0xc9, 0xe1, 0xb3, 0x44, 0xe4, - 0x22, 0xbf, 0x98, 0x2d, 0x47, 0x30, 0xa6, 0x34, 0xbe, 0xf0, 0x17, 0x65, 0x6d, 0x1c, 0x13, 0x42, - 0x4d, 0x98, 0xf6, 0xfc, 0x88, 0x1d, 0xfe, 0x0a, 0xde, 0x4d, 0xb5, 0x93, 0xa4, 0x7e, 0x56, 0x50, - 0x9f, 0x5e, 0x4f, 0x52, 0xc1, 0x69, 0xc2, 0x68, 0x45, 0xca, 0x66, 0x8a, 0xf9, 0xc2, 0x00, 0x7d, - 0xe2, 0xb2, 0x45, 0x33, 0xf6, 0xaf, 0x5a, 0x50, 0x92, 0x68, 0x27, 0xa1, 0xc5, 0x5b, 0x83, 0xe1, - 0x90, 0x4d, 0x82, 0x1c, 0x1a, 0xbb, 0x5b, 0xc7, 0xf9, 0x7c, 0xc5, 0x77, 0x1a, 0xff, 0x1f, 0x62, - 0x49, 0x83, 0x89, 0xe6, 0x55, 0xf7, 0xdf, 0x25, 0xa2, 0x79, 0xd5, 0x9f, 0x9c, 0x4b, 0xe9, 0x8f, - 0x58, 0x9f, 0x35, 0x59, 0x17, 0x65, 0xbd, 0xda, 0x01, 0xd9, 0x72, 0xef, 0x27, 0x59, 0xaf, 0x2a, - 0x2b, 0xc5, 0x02, 0x8a, 0xde, 0x84, 0xb1, 0xba, 0x94, 0xc9, 0xc6, 0x3b, 0xfc, 0x52, 0x57, 0xfd, - 0x80, 0x52, 0x25, 0x71, 0x59, 0xc8, 0xb2, 0x56, 0x1f, 0x1b, 0xd4, 0x4c, 0x33, 0x82, 0x62, 0x2f, - 0x33, 0x82, 0x98, 0x6e, 0xbe, 0x52, 0xfd, 0x27, 0x2d, 0x18, 0xe2, 0xb2, 0xb8, 0xfe, 0x44, 0xa1, - 0x9a, 0x66, 0x2d, 0x1e, 0xbb, 0x3b, 0xb4, 0x50, 0x68, 0xca, 0xd0, 0x1a, 0x94, 0xd8, 0x0f, 0x26, - 0x4b, 0x2c, 0xe6, 0x5b, 0xdd, 0xf3, 0x56, 0xf5, 0x0e, 0xde, 0x91, 0xd5, 0x70, 0x4c, 0xc1, 0xfe, - 0xd1, 0x22, 0x3d, 0xdd, 0x62, 0x54, 0xe3, 0xd2, 0xb7, 0x1e, 0xdd, 0xa5, 0x5f, 0x78, 0x54, 0x97, - 0xfe, 0x36, 0x4c, 0xd6, 0x35, 0x3d, 0x5c, 0x3c, 0x93, 0x97, 0xbb, 0x2e, 0x12, 0x4d, 0x65, 0xc7, - 0xa5, 0x2c, 0xcb, 0x26, 0x11, 0x9c, 0xa4, 0x8a, 0xbe, 0x03, 0xc6, 0xf8, 0x3c, 0x8b, 0x56, 0xb8, - 0x25, 0xc6, 0x07, 0xf2, 0xd7, 0x8b, 0xde, 0x04, 0x97, 0xca, 0x69, 0xd5, 0xb1, 0x41, 0xcc, 0xfe, - 0x53, 0x0b, 0xd0, 0x4a, 0x7b, 0x87, 0xb4, 0x48, 0xe0, 0x34, 0x63, 0x71, 0xfa, 0x0f, 0x5a, 0x30, - 0x4b, 0x52, 0xc5, 0xcb, 0x7e, 0xab, 0x25, 0x1e, 0x2d, 0x39, 0xef, 0xea, 0x95, 0x9c, 0x3a, 0xca, - 0x2d, 0x61, 0x36, 0x0f, 0x03, 0xe7, 0xb6, 0x87, 0xd6, 0x60, 0x86, 0xdf, 0x92, 0x0a, 0xa0, 0xd9, - 0x5e, 0x3f, 0x2e, 0x08, 0xcf, 0x6c, 0xa4, 0x51, 0x70, 0x56, 0x3d, 0xfb, 0x7b, 0xc6, 0x20, 0xb7, - 0x17, 0xef, 0xe9, 0x11, 0xde, 0xd3, 0x23, 0xbc, 0xa7, 0x47, 0x78, 0x4f, 0x8f, 0xf0, 0x9e, 0x1e, - 0xe1, 0x5b, 0x5e, 0x8f, 0xf0, 0xff, 0x5b, 0x70, 0x5a, 0x5d, 0x03, 0xc6, 0xc3, 0xf7, 0xf3, 0x30, - 0xc3, 0xb7, 0xdb, 0x72, 0xd3, 0x71, 0x5b, 0x1b, 0xa4, 0xd5, 0x6e, 0x3a, 0x91, 0xd4, 0xba, 0x5f, - 0xcd, 0x5c, 0xb9, 0x09, 0x8b, 0x55, 0xa3, 0xe2, 0xd2, 0x63, 0xf4, 0x7a, 0xca, 0x00, 0xe0, 0xac, - 0x66, 0xec, 0x5f, 0x1a, 0x81, 0xc1, 0x95, 0x3d, 0xe2, 0x45, 0x27, 0xf0, 0x44, 0xa8, 0xc3, 0x84, - 0xeb, 0xed, 0xf9, 0xcd, 0x3d, 0xd2, 0xe0, 0xf0, 0xa3, 0xbc, 0x64, 0xcf, 0x08, 0xd2, 0x13, 0x15, - 0x83, 0x04, 0x4e, 0x90, 0x7c, 0x14, 0xd2, 0xe4, 0x6b, 0x30, 0xc4, 0x0f, 0x71, 0x21, 0x4a, 0xce, - 0x3c, 0xb3, 0xd9, 0x20, 0x8a, 0xab, 0x29, 0x96, 0x74, 0xf3, 0x4b, 0x42, 0x54, 0x47, 0x9f, 0x83, - 0x89, 0x2d, 0x37, 0x08, 0xa3, 0x0d, 0xb7, 0x45, 0xc2, 0xc8, 0x69, 0xb5, 0x1f, 0x42, 0x7a, 0xac, - 0xc6, 0x61, 0xd5, 0xa0, 0x84, 0x13, 0x94, 0xd1, 0x36, 0x8c, 0x37, 0x1d, 0xbd, 0xa9, 0xe1, 0x23, - 0x37, 0xa5, 0x6e, 0x87, 0x9b, 0x3a, 0x21, 0x6c, 0xd2, 0xa5, 0xdb, 0xa9, 0xce, 0x04, 0xa0, 0x23, - 0x4c, 0x2c, 0xa0, 0xb6, 0x13, 0x97, 0x7c, 0x72, 0x18, 0x65, 0x74, 0x98, 0x81, 0x6c, 0xc9, 0x64, - 0x74, 0x34, 0x33, 0xd8, 0xcf, 0x42, 0x89, 0xd0, 0x21, 0xa4, 0x84, 0xc5, 0x05, 0x73, 0xa5, 0xbf, - 0xbe, 0xae, 0xb9, 0xf5, 0xc0, 0x37, 0xe5, 0xf6, 0x2b, 0x92, 0x12, 0x8e, 0x89, 0xa2, 0x65, 0x18, - 0x0a, 0x49, 0xe0, 0x92, 0x50, 0x5c, 0x35, 0x5d, 0xa6, 0x91, 0xa1, 0x71, 0xdf, 0x12, 0xfe, 0x1b, - 0x8b, 0xaa, 0x74, 0x79, 0x39, 0x4c, 0xa4, 0xc9, 0x2e, 0x03, 0x6d, 0x79, 0x2d, 0xb2, 0x52, 0x2c, - 0xa0, 0xe8, 0x75, 0x18, 0x0e, 0x48, 0x93, 0x29, 0x86, 0xc6, 0xfb, 0x5f, 0xe4, 0x5c, 0xcf, 0xc4, - 0xeb, 0x61, 0x49, 0x00, 0xdd, 0x00, 0x14, 0x10, 0xca, 0x28, 0xb9, 0xde, 0xb6, 0x32, 0x1b, 0x15, - 0x07, 0xad, 0x62, 0x48, 0x71, 0x8c, 0x21, 0xdd, 0x7c, 0x70, 0x46, 0x35, 0x74, 0x0d, 0xa6, 0x55, - 0x69, 0xc5, 0x0b, 0x23, 0x87, 0x1e, 0x70, 0x93, 0x8c, 0x96, 0x92, 0x53, 0xe0, 0x24, 0x02, 0x4e, - 0xd7, 0xb1, 0xbf, 0x6c, 0x01, 0x1f, 0xe7, 0x13, 0x78, 0x9d, 0xbf, 0x66, 0xbe, 0xce, 0xcf, 0xe6, - 0xce, 0x5c, 0xce, 0xcb, 0xfc, 0xcb, 0x16, 0x8c, 0x6a, 0x33, 0x1b, 0xaf, 0x59, 0xab, 0xcb, 0x9a, - 0xed, 0xc0, 0x14, 0x5d, 0xe9, 0xb7, 0x36, 0x43, 0x12, 0xec, 0x91, 0x06, 0x5b, 0x98, 0x85, 0x87, - 0x5b, 0x98, 0xca, 0x44, 0xed, 0x66, 0x82, 0x20, 0x4e, 0x35, 0x61, 0x7f, 0x56, 0x76, 0x55, 0x59, - 0xf4, 0xd5, 0xd5, 0x9c, 0x27, 0x2c, 0xfa, 0xd4, 0xac, 0xe2, 0x18, 0x87, 0x6e, 0xb5, 0x1d, 0x3f, - 0x8c, 0x92, 0x16, 0x7d, 0xd7, 0xfd, 0x30, 0xc2, 0x0c, 0x62, 0xbf, 0x00, 0xb0, 0x72, 0x9f, 0xd4, - 0xf9, 0x8a, 0xd5, 0x1f, 0x0f, 0x56, 0xfe, 0xe3, 0xc1, 0xfe, 0x6d, 0x0b, 0x26, 0x56, 0x97, 0x8d, - 0x9b, 0x6b, 0x01, 0x80, 0xbf, 0x78, 0xee, 0xde, 0x5d, 0x97, 0xea, 0x70, 0xae, 0xd1, 0x54, 0xa5, - 0x58, 0xc3, 0x40, 0x67, 0xa1, 0xd8, 0xec, 0x78, 0x42, 0x7c, 0x38, 0x4c, 0xaf, 0xc7, 0x9b, 0x1d, - 0x0f, 0xd3, 0x32, 0xcd, 0xa5, 0xa0, 0xd8, 0xb7, 0x4b, 0x41, 0x4f, 0xd7, 0x7e, 0x34, 0x0f, 0x83, - 0xf7, 0xee, 0xb9, 0x0d, 0xee, 0x40, 0x29, 0x54, 0xf5, 0x77, 0xef, 0x56, 0xca, 0x21, 0xe6, 0xe5, - 0xf6, 0x97, 0x8a, 0x30, 0xb7, 0xda, 0x24, 0xf7, 0xdf, 0xa1, 0x13, 0x69, 0xbf, 0x0e, 0x11, 0x47, - 0x13, 0xc4, 0x1c, 0xd5, 0xe9, 0xa5, 0xf7, 0x78, 0x6c, 0xc1, 0x30, 0x37, 0x68, 0x93, 0x2e, 0xa5, - 0xaf, 0x66, 0xb5, 0x9e, 0x3f, 0x20, 0x0b, 0xdc, 0x30, 0x4e, 0x78, 0xc4, 0xa9, 0x0b, 0x53, 0x94, - 0x62, 0x49, 0x7c, 0xee, 0x15, 0x18, 0xd3, 0x31, 0x8f, 0xe4, 0x7e, 0xf6, 0xff, 0x14, 0x61, 0x8a, - 0xf6, 0xe0, 0x91, 0x4e, 0xc4, 0xed, 0xf4, 0x44, 0x1c, 0xb7, 0x0b, 0x52, 0xef, 0xd9, 0x78, 0x33, - 0x39, 0x1b, 0x57, 0xf3, 0x66, 0xe3, 0xa4, 0xe7, 0xe0, 0xbb, 0x2d, 0x98, 0x59, 0x6d, 0xfa, 0xf5, - 0xdd, 0x84, 0x9b, 0xd0, 0x4b, 0x30, 0x4a, 0x8f, 0xe3, 0xd0, 0xf0, 0x60, 0x37, 0x62, 0x1a, 0x08, - 0x10, 0xd6, 0xf1, 0xb4, 0x6a, 0xb7, 0x6f, 0x57, 0xca, 0x59, 0xa1, 0x10, 0x04, 0x08, 0xeb, 0x78, - 0xf6, 0x6f, 0x5a, 0x70, 0xee, 0xda, 0xf2, 0x4a, 0xbc, 0x14, 0x53, 0xd1, 0x18, 0x2e, 0xc1, 0x50, - 0xbb, 0xa1, 0x75, 0x25, 0x16, 0xaf, 0x96, 0x59, 0x2f, 0x04, 0xf4, 0xdd, 0x12, 0x69, 0xe4, 0x67, - 0x2d, 0x98, 0xb9, 0xe6, 0x46, 0xf4, 0x76, 0x4d, 0xc6, 0x05, 0xa0, 0xd7, 0x6b, 0xe8, 0x46, 0x7e, - 0xb0, 0x9f, 0x8c, 0x0b, 0x80, 0x15, 0x04, 0x6b, 0x58, 0xbc, 0xe5, 0x3d, 0x97, 0x99, 0x52, 0x17, - 0x4c, 0x45, 0x13, 0x16, 0xe5, 0x58, 0x61, 0xd0, 0x0f, 0x6b, 0xb8, 0x01, 0x93, 0xd1, 0xed, 0x8b, - 0x13, 0x56, 0x7d, 0x58, 0x59, 0x02, 0x70, 0x8c, 0x63, 0xff, 0xb1, 0x05, 0xf3, 0xd7, 0x9a, 0x9d, - 0x30, 0x22, 0xc1, 0x56, 0x98, 0x73, 0x3a, 0xbe, 0x00, 0x25, 0x22, 0x25, 0xe2, 0xa2, 0xd7, 0x8a, - 0x63, 0x54, 0xa2, 0x72, 0x1e, 0x9e, 0x40, 0xe1, 0xf5, 0xe1, 0x74, 0x78, 0x34, 0xaf, 0xb1, 0x55, - 0x40, 0x44, 0x6f, 0x4b, 0x8f, 0xd7, 0xc0, 0x1c, 0xbf, 0x57, 0x52, 0x50, 0x9c, 0x51, 0xc3, 0xfe, - 0x09, 0x0b, 0x4e, 0xab, 0x0f, 0x7e, 0xd7, 0x7d, 0xa6, 0xfd, 0xf3, 0x05, 0x18, 0xbf, 0xbe, 0xb1, - 0x51, 0xbd, 0x46, 0x22, 0x71, 0x6d, 0xf7, 0xd6, 0x73, 0x63, 0x4d, 0x5d, 0xd7, 0xed, 0x31, 0xd7, - 0x89, 0xdc, 0xe6, 0x02, 0x0f, 0xfb, 0xb3, 0x50, 0xf1, 0xa2, 0x5b, 0x41, 0x2d, 0x0a, 0x5c, 0x6f, - 0x3b, 0x53, 0xc1, 0x27, 0x99, 0x8b, 0x62, 0x1e, 0x73, 0x81, 0x5e, 0x80, 0x21, 0x16, 0x77, 0x48, - 0x4e, 0xc2, 0xe3, 0xea, 0x2d, 0xc4, 0x4a, 0x0f, 0x0f, 0xe6, 0x4b, 0xb7, 0x71, 0x85, 0xff, 0xc1, - 0x02, 0x15, 0xdd, 0x86, 0xd1, 0x9d, 0x28, 0x6a, 0x5f, 0x27, 0x4e, 0x83, 0x04, 0xf2, 0x38, 0x3c, - 0x9f, 0x75, 0x1c, 0xd2, 0x41, 0xe0, 0x68, 0xf1, 0x09, 0x12, 0x97, 0x85, 0x58, 0xa7, 0x63, 0xd7, - 0x00, 0x62, 0xd8, 0x31, 0x69, 0x2a, 0xec, 0x3f, 0xb4, 0x60, 0x98, 0x87, 0x80, 0x08, 0xd0, 0x47, - 0x61, 0x80, 0xdc, 0x27, 0x75, 0xc1, 0xf1, 0x66, 0x76, 0x38, 0xe6, 0xb4, 0xb8, 0xc4, 0x95, 0xfe, - 0xc7, 0xac, 0x16, 0xba, 0x0e, 0xc3, 0xb4, 0xb7, 0xd7, 0x54, 0x3c, 0x8c, 0x27, 0xf3, 0xbe, 0x58, - 0x4d, 0x3b, 0x67, 0xce, 0x44, 0x11, 0x96, 0xd5, 0x99, 0x7a, 0xb8, 0xde, 0xae, 0xd1, 0x13, 0x3b, - 0xea, 0xc6, 0x58, 0x6c, 0x2c, 0x57, 0x39, 0x92, 0xa0, 0xc6, 0xd5, 0xc3, 0xb2, 0x10, 0xc7, 0x44, - 0xec, 0x0d, 0x28, 0xd1, 0x49, 0x5d, 0x6c, 0xba, 0x4e, 0x77, 0x8d, 0xf7, 0x33, 0x50, 0x92, 0xfa, - 0xec, 0x50, 0xb8, 0x7e, 0x33, 0xaa, 0x52, 0xdd, 0x1d, 0xe2, 0x18, 0x6e, 0x6f, 0xc1, 0x29, 0x66, - 0x9d, 0xe8, 0x44, 0x3b, 0xc6, 0x1e, 0xeb, 0xbd, 0x98, 0x9f, 0x15, 0x0f, 0x48, 0x3e, 0x33, 0xb3, - 0x9a, 0x77, 0xe5, 0x98, 0xa4, 0x18, 0x3f, 0x26, 0xed, 0xaf, 0x0f, 0xc0, 0xe3, 0x95, 0x5a, 0x7e, - 0x74, 0x90, 0x97, 0x61, 0x8c, 0xf3, 0xa5, 0x74, 0x69, 0x3b, 0x4d, 0xd1, 0xae, 0x12, 0xb5, 0x6e, - 0x68, 0x30, 0x6c, 0x60, 0xa2, 0x73, 0x50, 0x74, 0xdf, 0xf2, 0x92, 0xbe, 0x47, 0x95, 0x37, 0xd6, - 0x31, 0x2d, 0xa7, 0x60, 0xca, 0xe2, 0xf2, 0xbb, 0x43, 0x81, 0x15, 0x9b, 0xfb, 0x1a, 0x4c, 0xb8, - 0x61, 0x3d, 0x74, 0x2b, 0x1e, 0x3d, 0x67, 0xb4, 0x93, 0x4a, 0x09, 0x37, 0x68, 0xa7, 0x15, 0x14, - 0x27, 0xb0, 0xb5, 0x8b, 0x6c, 0xb0, 0x6f, 0x36, 0xb9, 0xa7, 0x2f, 0x34, 0x7d, 0x01, 0xb4, 0xd9, - 0xd7, 0x85, 0x4c, 0x66, 0x2e, 0x5e, 0x00, 0xfc, 0x83, 0x43, 0x2c, 0x61, 0xf4, 0xe5, 0x58, 0xdf, - 0x71, 0xda, 0x8b, 0x9d, 0x68, 0xa7, 0xec, 0x86, 0x75, 0x7f, 0x8f, 0x04, 0xfb, 0xec, 0xd1, 0x3f, - 0x12, 0xbf, 0x1c, 0x15, 0x60, 0xf9, 0xfa, 0x62, 0x95, 0x62, 0xe2, 0x74, 0x1d, 0xb4, 0x08, 0x93, - 0xb2, 0xb0, 0x46, 0x42, 0x76, 0x85, 0x8d, 0x32, 0x32, 0xca, 0x1b, 0x48, 0x14, 0x2b, 0x22, 0x49, - 0x7c, 0x93, 0x93, 0x86, 0xe3, 0xe0, 0xa4, 0x3f, 0x02, 0xe3, 0xae, 0xe7, 0x46, 0xae, 0x13, 0xf9, - 0x5c, 0xe1, 0xc3, 0xdf, 0xf7, 0x4c, 0x92, 0x5d, 0xd1, 0x01, 0xd8, 0xc4, 0xb3, 0xff, 0xf3, 0x00, - 0x4c, 0xb3, 0x69, 0x7b, 0x6f, 0x85, 0x7d, 0x2b, 0xad, 0xb0, 0xdb, 0xe9, 0x15, 0x76, 0x1c, 0x4f, - 0x84, 0x87, 0x5e, 0x66, 0x9f, 0x83, 0x92, 0x72, 0x80, 0x92, 0x1e, 0x90, 0x56, 0x8e, 0x07, 0x64, - 0x6f, 0xee, 0x43, 0xda, 0x90, 0x15, 0x33, 0x6d, 0xc8, 0xfe, 0xaa, 0x05, 0xb1, 0x06, 0x03, 0x5d, - 0x87, 0x52, 0xdb, 0x67, 0xa6, 0x91, 0x81, 0xb4, 0x37, 0x7e, 0x3c, 0xf3, 0xa2, 0xe2, 0x97, 0x22, - 0xff, 0xf8, 0xaa, 0xac, 0x81, 0xe3, 0xca, 0x68, 0x09, 0x86, 0xdb, 0x01, 0xa9, 0x45, 0x2c, 0x48, - 0x48, 0x4f, 0x3a, 0x7c, 0x8d, 0x70, 0x7c, 0x2c, 0x2b, 0xda, 0xbf, 0x60, 0x01, 0x70, 0x33, 0x2d, - 0xc7, 0xdb, 0x26, 0x27, 0x20, 0xb5, 0x2e, 0xc3, 0x40, 0xd8, 0x26, 0xf5, 0x6e, 0x46, 0xab, 0x71, - 0x7f, 0x6a, 0x6d, 0x52, 0x8f, 0x07, 0x9c, 0xfe, 0xc3, 0xac, 0xb6, 0xfd, 0xbd, 0x00, 0x13, 0x31, - 0x5a, 0x25, 0x22, 0x2d, 0xf4, 0x9c, 0x11, 0x34, 0xe0, 0x6c, 0x22, 0x68, 0x40, 0x89, 0x61, 0x6b, - 0x02, 0xd2, 0xcf, 0x41, 0xb1, 0xe5, 0xdc, 0x17, 0x12, 0xb0, 0x67, 0xba, 0x77, 0x83, 0xd2, 0x5f, - 0x58, 0x73, 0xee, 0xf3, 0x47, 0xe2, 0x33, 0x72, 0x81, 0xac, 0x39, 0xf7, 0x0f, 0xb9, 0x69, 0x2a, - 0x3b, 0xa4, 0x6e, 0xba, 0x61, 0xf4, 0x85, 0xff, 0x14, 0xff, 0x67, 0xcb, 0x8e, 0x36, 0xc2, 0xda, - 0x72, 0x3d, 0x61, 0x81, 0xd4, 0x57, 0x5b, 0xae, 0x97, 0x6c, 0xcb, 0xf5, 0xfa, 0x68, 0xcb, 0xf5, - 0xd0, 0xdb, 0x30, 0x2c, 0x0c, 0x04, 0x45, 0x90, 0x9e, 0x2b, 0x7d, 0xb4, 0x27, 0xec, 0x0b, 0x79, - 0x9b, 0x57, 0xe4, 0x23, 0x58, 0x94, 0xf6, 0x6c, 0x57, 0x36, 0x88, 0xfe, 0x92, 0x05, 0x13, 0xe2, - 0x37, 0x26, 0x6f, 0x75, 0x48, 0x18, 0x09, 0xde, 0xf3, 0xc3, 0xfd, 0xf7, 0x41, 0x54, 0xe4, 0x5d, - 0xf9, 0xb0, 0x3c, 0x66, 0x4d, 0x60, 0xcf, 0x1e, 0x25, 0x7a, 0x81, 0xfe, 0x8e, 0x05, 0xa7, 0x5a, - 0xce, 0x7d, 0xde, 0x22, 0x2f, 0xc3, 0x4e, 0xe4, 0xfa, 0x42, 0xd1, 0xfe, 0xd1, 0xfe, 0xa6, 0x3f, - 0x55, 0x9d, 0x77, 0x52, 0x6a, 0x03, 0x4f, 0x65, 0xa1, 0xf4, 0xec, 0x6a, 0x66, 0xbf, 0xe6, 0xb6, - 0x60, 0x44, 0xae, 0xb7, 0x0c, 0x51, 0x43, 0x59, 0x67, 0xac, 0x8f, 0x6c, 0x9f, 0xa9, 0x3b, 0xe3, - 0xd3, 0x76, 0xc4, 0x5a, 0x7b, 0xa4, 0xed, 0x7c, 0x0e, 0xc6, 0xf4, 0x35, 0xf6, 0x48, 0xdb, 0x7a, - 0x0b, 0x66, 0x32, 0xd6, 0xd2, 0x23, 0x6d, 0xf2, 0x1e, 0x9c, 0xcd, 0x5d, 0x1f, 0x8f, 0xb2, 0x61, - 0xfb, 0xe7, 0x2d, 0xfd, 0x1c, 0x3c, 0x01, 0xd5, 0xc1, 0xb2, 0xa9, 0x3a, 0x38, 0xdf, 0x7d, 0xe7, - 0xe4, 0xe8, 0x0f, 0xde, 0xd4, 0x3b, 0x4d, 0x4f, 0x75, 0xf4, 0x3a, 0x0c, 0x35, 0x69, 0x89, 0x34, - 0x33, 0xb5, 0x7b, 0xef, 0xc8, 0x98, 0x97, 0x62, 0xe5, 0x21, 0x16, 0x14, 0xec, 0x5f, 0xb6, 0x60, - 0xe0, 0x04, 0x46, 0x02, 0x9b, 0x23, 0xf1, 0x5c, 0x2e, 0x69, 0x11, 0x3f, 0x78, 0x01, 0x3b, 0xf7, - 0x56, 0xee, 0x47, 0xc4, 0x0b, 0xd9, 0x53, 0x31, 0x73, 0x60, 0x7e, 0xda, 0x82, 0x99, 0x9b, 0xbe, - 0xd3, 0x58, 0x72, 0x9a, 0x8e, 0x57, 0x27, 0x41, 0xc5, 0xdb, 0x3e, 0x92, 0x8d, 0x74, 0xa1, 0xa7, - 0x8d, 0xf4, 0xb2, 0x34, 0x31, 0x1a, 0xc8, 0x9f, 0x3f, 0xca, 0x48, 0x26, 0xc3, 0xa8, 0x18, 0xc6, - 0xb0, 0x3b, 0x80, 0xf4, 0x5e, 0x0a, 0x8f, 0x15, 0x0c, 0xc3, 0x2e, 0xef, 0xaf, 0x98, 0xc4, 0xa7, - 0xb2, 0x19, 0xbc, 0xd4, 0xe7, 0x69, 0xbe, 0x18, 0xbc, 0x00, 0x4b, 0x42, 0xf6, 0xcb, 0x90, 0xe9, - 0xf6, 0xde, 0x5b, 0xf8, 0x60, 0x7f, 0x12, 0xa6, 0x59, 0xcd, 0x23, 0x3e, 0x8c, 0xed, 0x84, 0x6c, - 0x33, 0x23, 0x20, 0x9e, 0xfd, 0x45, 0x0b, 0x26, 0xd7, 0x13, 0x71, 0xc2, 0x2e, 0x31, 0x6d, 0x68, - 0x86, 0x48, 0xbd, 0xc6, 0x4a, 0xb1, 0x80, 0x1e, 0xbb, 0x24, 0xeb, 0x2f, 0x2c, 0x88, 0x23, 0x51, - 0x9c, 0x00, 0xfb, 0xb6, 0x6c, 0xb0, 0x6f, 0x99, 0x12, 0x16, 0xd5, 0x9d, 0x3c, 0xee, 0x0d, 0xdd, - 0x50, 0x31, 0x9a, 0xba, 0x08, 0x57, 0x62, 0x32, 0x7c, 0x29, 0x4e, 0x98, 0x81, 0x9c, 0x64, 0xd4, - 0x26, 0xfb, 0x77, 0x0a, 0x80, 0x14, 0x6e, 0xdf, 0x31, 0xa4, 0xd2, 0x35, 0x8e, 0x27, 0x86, 0xd4, - 0x1e, 0x20, 0xa6, 0xcf, 0x0f, 0x1c, 0x2f, 0xe4, 0x64, 0x5d, 0x21, 0xbb, 0x3b, 0x9a, 0xb1, 0xc0, - 0x9c, 0x68, 0x12, 0xdd, 0x4c, 0x51, 0xc3, 0x19, 0x2d, 0x68, 0x76, 0x1a, 0x83, 0xfd, 0xda, 0x69, - 0x0c, 0xf5, 0xf0, 0x4a, 0xfb, 0x39, 0x0b, 0xc6, 0xd5, 0x30, 0xbd, 0x4b, 0x6c, 0xc6, 0x55, 0x7f, - 0x72, 0x0e, 0xd0, 0xaa, 0xd6, 0x65, 0x76, 0xb1, 0x7c, 0x3b, 0xf3, 0x2e, 0x74, 0x9a, 0xee, 0xdb, - 0x44, 0x45, 0xf0, 0x9b, 0x17, 0xde, 0x82, 0xa2, 0xf4, 0xf0, 0x60, 0x7e, 0x5c, 0xfd, 0xe3, 0x11, - 0x83, 0xe3, 0x2a, 0xf4, 0x48, 0x9e, 0x4c, 0x2c, 0x45, 0xf4, 0x12, 0x0c, 0xb6, 0x77, 0x9c, 0x90, - 0x24, 0x7c, 0x6b, 0x06, 0xab, 0xb4, 0xf0, 0xf0, 0x60, 0x7e, 0x42, 0x55, 0x60, 0x25, 0x98, 0x63, - 0xf7, 0x1f, 0x99, 0x2b, 0xbd, 0x38, 0x7b, 0x46, 0xe6, 0xfa, 0x53, 0x0b, 0x06, 0xd6, 0xfd, 0xc6, - 0x49, 0x1c, 0x01, 0xaf, 0x19, 0x47, 0xc0, 0x13, 0x79, 0xc1, 0xdc, 0x73, 0x77, 0xff, 0x6a, 0x62, - 0xf7, 0x9f, 0xcf, 0xa5, 0xd0, 0x7d, 0xe3, 0xb7, 0x60, 0x94, 0x85, 0x88, 0x17, 0x7e, 0x44, 0x2f, - 0x18, 0x1b, 0x7e, 0x3e, 0xb1, 0xe1, 0x27, 0x35, 0x54, 0x6d, 0xa7, 0x3f, 0x0d, 0xc3, 0xc2, 0x31, - 0x25, 0xe9, 0xa4, 0x29, 0x70, 0xb1, 0x84, 0xdb, 0x3f, 0x59, 0x04, 0x23, 0x24, 0x3d, 0xfa, 0x55, - 0x0b, 0x16, 0x02, 0x6e, 0xb0, 0xda, 0x28, 0x77, 0x02, 0xd7, 0xdb, 0xae, 0xd5, 0x77, 0x48, 0xa3, - 0xd3, 0x74, 0xbd, 0xed, 0xca, 0xb6, 0xe7, 0xab, 0xe2, 0x95, 0xfb, 0xa4, 0xde, 0x61, 0x4a, 0xb0, - 0x1e, 0xf1, 0xef, 0x95, 0xe1, 0xf7, 0xf3, 0x0f, 0x0e, 0xe6, 0x17, 0xf0, 0x91, 0x68, 0xe3, 0x23, - 0xf6, 0x05, 0xfd, 0xa6, 0x05, 0x57, 0x78, 0xa4, 0xf6, 0xfe, 0xfb, 0xdf, 0xe5, 0xb5, 0x5c, 0x95, - 0xa4, 0x62, 0x22, 0x1b, 0x24, 0x68, 0x2d, 0x7d, 0x44, 0x0c, 0xe8, 0x95, 0xea, 0xd1, 0xda, 0xc2, - 0x47, 0xed, 0x9c, 0xfd, 0x4f, 0x8a, 0x30, 0x2e, 0x22, 0x38, 0x89, 0x3b, 0xe0, 0x25, 0x63, 0x49, - 0x3c, 0x99, 0x58, 0x12, 0xd3, 0x06, 0xf2, 0xf1, 0x1c, 0xff, 0x21, 0x4c, 0xd3, 0xc3, 0xf9, 0x3a, - 0x71, 0x82, 0x68, 0x93, 0x38, 0xdc, 0xfc, 0xaa, 0x78, 0xe4, 0xd3, 0x5f, 0x89, 0xe7, 0x6e, 0x26, - 0x89, 0xe1, 0x34, 0xfd, 0x6f, 0xa5, 0x3b, 0xc7, 0x83, 0xa9, 0x54, 0x10, 0xae, 0x4f, 0x41, 0x49, - 0x79, 0x55, 0x88, 0x43, 0xa7, 0x7b, 0x2c, 0xbb, 0x24, 0x05, 0x2e, 0x42, 0x8b, 0x3d, 0x7a, 0x62, - 0x72, 0xf6, 0xdf, 0x2b, 0x18, 0x0d, 0xf2, 0x49, 0x5c, 0x87, 0x11, 0x27, 0x0c, 0xdd, 0x6d, 0x8f, - 0x34, 0xc4, 0x8e, 0x7d, 0x7f, 0xde, 0x8e, 0x35, 0x9a, 0x61, 0x9e, 0x2d, 0x8b, 0xa2, 0x26, 0x56, - 0x34, 0xd0, 0x75, 0x6e, 0xe4, 0xb6, 0x27, 0xdf, 0x7b, 0xfd, 0x51, 0x03, 0x69, 0x06, 0xb7, 0x47, - 0xb0, 0xa8, 0x8f, 0x3e, 0xcd, 0xad, 0x10, 0x6f, 0x78, 0xfe, 0x3d, 0xef, 0x9a, 0xef, 0xcb, 0x28, - 0x09, 0xfd, 0x11, 0x9c, 0x96, 0xb6, 0x87, 0xaa, 0x3a, 0x36, 0xa9, 0xf5, 0x17, 0xd5, 0xf2, 0xf3, - 0x30, 0x43, 0x49, 0x9b, 0x4e, 0xcc, 0x21, 0x22, 0x30, 0x29, 0xc2, 0x83, 0xc9, 0x32, 0x31, 0x76, - 0x99, 0x4f, 0x39, 0xb3, 0x76, 0x2c, 0x47, 0xbe, 0x61, 0x92, 0xc0, 0x49, 0x9a, 0xf6, 0xcf, 0x58, - 0xc0, 0x1c, 0x3a, 0x4f, 0x80, 0x1f, 0xf9, 0x98, 0xc9, 0x8f, 0xcc, 0xe6, 0x0d, 0x72, 0x0e, 0x2b, - 0xf2, 0x22, 0x5f, 0x59, 0xd5, 0xc0, 0xbf, 0xbf, 0x2f, 0x4c, 0x47, 0x7a, 0xbf, 0x3f, 0xec, 0xff, - 0x65, 0xf1, 0x43, 0x4c, 0xf9, 0x3c, 0xa0, 0xef, 0x84, 0x91, 0xba, 0xd3, 0x76, 0xea, 0x3c, 0x7f, - 0x4a, 0xae, 0x44, 0xcf, 0xa8, 0xb4, 0xb0, 0x2c, 0x6a, 0x70, 0x09, 0x95, 0x0c, 0x33, 0x37, 0x22, - 0x8b, 0x7b, 0x4a, 0xa5, 0x54, 0x93, 0x73, 0xbb, 0x30, 0x6e, 0x10, 0x7b, 0xa4, 0xe2, 0x8c, 0xef, - 0xe4, 0x57, 0xac, 0x0a, 0x8b, 0xd8, 0x82, 0x69, 0x4f, 0xfb, 0x4f, 0x2f, 0x14, 0xf9, 0xb8, 0x7c, - 0x7f, 0xaf, 0x4b, 0x94, 0xdd, 0x3e, 0x9a, 0xaf, 0x68, 0x82, 0x0c, 0x4e, 0x53, 0xb6, 0x7f, 0xca, - 0x82, 0xc7, 0x74, 0x44, 0xcd, 0x1d, 0xa5, 0x97, 0x8e, 0xa0, 0x0c, 0x23, 0x7e, 0x9b, 0x04, 0x4e, - 0xe4, 0x07, 0xe2, 0xd6, 0xb8, 0x2c, 0x07, 0xfd, 0x96, 0x28, 0x3f, 0x14, 0xd1, 0xc7, 0x25, 0x75, - 0x59, 0x8e, 0x55, 0x4d, 0xfa, 0xfa, 0x64, 0x83, 0x11, 0x0a, 0xc7, 0x23, 0x76, 0x06, 0x30, 0x75, - 0x79, 0x88, 0x05, 0xc4, 0xfe, 0xba, 0xc5, 0x17, 0x96, 0xde, 0x75, 0xf4, 0x16, 0x4c, 0xb5, 0x9c, - 0xa8, 0xbe, 0xb3, 0x72, 0xbf, 0x1d, 0x70, 0x8d, 0x8b, 0x1c, 0xa7, 0x67, 0x7a, 0x8d, 0x93, 0xf6, - 0x91, 0xb1, 0x61, 0xe5, 0x5a, 0x82, 0x18, 0x4e, 0x91, 0x47, 0x9b, 0x30, 0xca, 0xca, 0x98, 0x4f, - 0x5d, 0xd8, 0x8d, 0x35, 0xc8, 0x6b, 0x4d, 0x59, 0x1c, 0xac, 0xc5, 0x74, 0xb0, 0x4e, 0xd4, 0xfe, - 0x4a, 0x91, 0xef, 0x76, 0xc6, 0xca, 0x3f, 0x0d, 0xc3, 0x6d, 0xbf, 0xb1, 0x5c, 0x29, 0x63, 0x31, - 0x0b, 0xea, 0x1a, 0xa9, 0xf2, 0x62, 0x2c, 0xe1, 0xe8, 0x32, 0x8c, 0x88, 0x9f, 0x52, 0x43, 0xc6, - 0xce, 0x66, 0x81, 0x17, 0x62, 0x05, 0x45, 0xcf, 0x03, 0xb4, 0x03, 0x7f, 0xcf, 0x6d, 0xb0, 0x58, - 0x0f, 0x45, 0xd3, 0x58, 0xa8, 0xaa, 0x20, 0x58, 0xc3, 0x42, 0xaf, 0xc2, 0x78, 0xc7, 0x0b, 0x39, - 0x3b, 0xa2, 0x45, 0x76, 0x55, 0x66, 0x2c, 0xb7, 0x75, 0x20, 0x36, 0x71, 0xd1, 0x22, 0x0c, 0x45, - 0x0e, 0x33, 0x7e, 0x19, 0xcc, 0x37, 0xbe, 0xdd, 0xa0, 0x18, 0x7a, 0xaa, 0x0e, 0x5a, 0x01, 0x8b, - 0x8a, 0xe8, 0x53, 0xd2, 0xbd, 0x95, 0x1f, 0xec, 0xc2, 0xea, 0xbd, 0xbf, 0x4b, 0x40, 0x73, 0x6e, - 0x15, 0xd6, 0xf4, 0x06, 0x2d, 0xf4, 0x0a, 0x00, 0xb9, 0x1f, 0x91, 0xc0, 0x73, 0x9a, 0xca, 0xb6, - 0x4c, 0xf1, 0x05, 0x65, 0x7f, 0xdd, 0x8f, 0x6e, 0x87, 0x64, 0x45, 0x61, 0x60, 0x0d, 0xdb, 0xfe, - 0xcd, 0x12, 0x40, 0xcc, 0xb7, 0xa3, 0xb7, 0x53, 0x07, 0xd7, 0xb3, 0xdd, 0x39, 0xfd, 0xe3, 0x3b, - 0xb5, 0xd0, 0xf7, 0x59, 0x30, 0xea, 0x34, 0x9b, 0x7e, 0xdd, 0xe1, 0xb1, 0x77, 0x0b, 0xdd, 0x0f, - 0x4e, 0xd1, 0xfe, 0x62, 0x5c, 0x83, 0x77, 0xe1, 0x05, 0xb9, 0x42, 0x35, 0x48, 0xcf, 0x5e, 0xe8, - 0x0d, 0xa3, 0x0f, 0xc9, 0xa7, 0x62, 0xd1, 0x18, 0x4a, 0xf5, 0x54, 0x2c, 0xb1, 0x3b, 0x42, 0x7f, - 0x25, 0xde, 0x36, 0x5e, 0x89, 0x03, 0xf9, 0xfe, 0x7b, 0x06, 0xfb, 0xda, 0xeb, 0x81, 0x88, 0xaa, - 0xba, 0x2f, 0xff, 0x60, 0xbe, 0xb3, 0x9c, 0xf6, 0x4e, 0xea, 0xe1, 0xc7, 0xff, 0x39, 0x98, 0x6c, - 0x98, 0x4c, 0x80, 0x58, 0x89, 0x4f, 0xe5, 0xd1, 0x4d, 0xf0, 0x0c, 0xf1, 0xb5, 0x9f, 0x00, 0xe0, - 0x24, 0x61, 0x54, 0xe5, 0xa1, 0x1d, 0x2a, 0xde, 0x96, 0x2f, 0x3c, 0x2f, 0xec, 0xdc, 0xb9, 0xdc, - 0x0f, 0x23, 0xd2, 0xa2, 0x98, 0xf1, 0xed, 0xbe, 0x2e, 0xea, 0x62, 0x45, 0x05, 0xbd, 0x0e, 0x43, - 0xcc, 0x5b, 0x2a, 0x9c, 0x1d, 0xc9, 0x97, 0x38, 0x9b, 0xb1, 0xca, 0xe2, 0x0d, 0xc9, 0xfe, 0x86, - 0x58, 0x50, 0x40, 0xd7, 0xa5, 0x2f, 0x62, 0x58, 0xf1, 0x6e, 0x87, 0x84, 0xf9, 0x22, 0x96, 0x96, - 0xde, 0x1f, 0xbb, 0x19, 0xf2, 0xf2, 0xcc, 0x84, 0x5e, 0x46, 0x4d, 0xca, 0x45, 0x89, 0xff, 0x32, - 0x4f, 0xd8, 0x2c, 0xe4, 0x77, 0xcf, 0xcc, 0x25, 0x16, 0x0f, 0xe7, 0x1d, 0x93, 0x04, 0x4e, 0xd2, - 0xa4, 0x1c, 0x29, 0xdf, 0xf5, 0xc2, 0x77, 0xa3, 0xd7, 0xd9, 0xc1, 0x1f, 0xe2, 0xec, 0x36, 0xe2, - 0x25, 0x58, 0xd4, 0x3f, 0x51, 0xf6, 0x60, 0xce, 0x83, 0xa9, 0xe4, 0x16, 0x7d, 0xa4, 0xec, 0xc8, - 0x1f, 0x0e, 0xc0, 0x84, 0xb9, 0xa4, 0xd0, 0x15, 0x28, 0x09, 0x22, 0x2a, 0xb6, 0xbf, 0xda, 0x25, - 0x6b, 0x12, 0x80, 0x63, 0x1c, 0x96, 0xd2, 0x81, 0x55, 0xd7, 0x8c, 0x75, 0xe3, 0x94, 0x0e, 0x0a, - 0x82, 0x35, 0x2c, 0xfa, 0xb0, 0xda, 0xf4, 0xfd, 0x48, 0x5d, 0x48, 0x6a, 0xdd, 0x2d, 0xb1, 0x52, - 0x2c, 0xa0, 0xf4, 0x22, 0xda, 0x25, 0x81, 0x47, 0x9a, 0x66, 0x14, 0x60, 0x75, 0x11, 0xdd, 0xd0, - 0x81, 0xd8, 0xc4, 0xa5, 0xd7, 0xa9, 0x1f, 0xb2, 0x85, 0x2c, 0x9e, 0x6f, 0xb1, 0xf1, 0x73, 0x8d, - 0xbb, 0x43, 0x4b, 0x38, 0xfa, 0x24, 0x3c, 0xa6, 0x22, 0x1d, 0x61, 0xae, 0xcd, 0x90, 0x2d, 0x0e, - 0x19, 0xd2, 0x96, 0xc7, 0x96, 0xb3, 0xd1, 0x70, 0x5e, 0x7d, 0xf4, 0x1a, 0x4c, 0x08, 0x16, 0x5f, - 0x52, 0x1c, 0x36, 0x0d, 0x6c, 0x6e, 0x18, 0x50, 0x9c, 0xc0, 0x96, 0x71, 0x8c, 0x19, 0x97, 0x2d, - 0x29, 0x8c, 0xa4, 0xe3, 0x18, 0xeb, 0x70, 0x9c, 0xaa, 0x81, 0x16, 0x61, 0x92, 0xf3, 0x60, 0xae, - 0xb7, 0xcd, 0xe7, 0x44, 0xb8, 0x56, 0xa9, 0x2d, 0x75, 0xcb, 0x04, 0xe3, 0x24, 0x3e, 0x7a, 0x19, - 0xc6, 0x9c, 0xa0, 0xbe, 0xe3, 0x46, 0xa4, 0x1e, 0x75, 0x02, 0xee, 0x73, 0xa5, 0x59, 0x28, 0x2d, - 0x6a, 0x30, 0x6c, 0x60, 0xda, 0x6f, 0xc3, 0x4c, 0x46, 0x9c, 0x04, 0xba, 0x70, 0x9c, 0xb6, 0x2b, - 0xbf, 0x29, 0x61, 0xc6, 0xbc, 0x58, 0xad, 0xc8, 0xaf, 0xd1, 0xb0, 0xe8, 0xea, 0x64, 0xf1, 0x14, - 0xb4, 0xb4, 0x80, 0x6a, 0x75, 0xae, 0x4a, 0x00, 0x8e, 0x71, 0xec, 0xff, 0x56, 0x80, 0xc9, 0x0c, - 0xdd, 0x0a, 0x4b, 0x4d, 0x97, 0x78, 0xa4, 0xc4, 0x99, 0xe8, 0xcc, 0xb0, 0xd8, 0x85, 0x23, 0x84, - 0xc5, 0x2e, 0xf6, 0x0a, 0x8b, 0x3d, 0xf0, 0x4e, 0xc2, 0x62, 0x9b, 0x23, 0x36, 0xd8, 0xd7, 0x88, - 0x65, 0x84, 0xd2, 0x1e, 0x3a, 0x62, 0x28, 0x6d, 0x63, 0xd0, 0x87, 0xfb, 0x18, 0xf4, 0x1f, 0x2d, - 0xc0, 0x54, 0xd2, 0x92, 0xf2, 0x04, 0xe4, 0xb6, 0xaf, 0x1b, 0x72, 0xdb, 0xcb, 0xfd, 0xb8, 0xc2, - 0xe6, 0xca, 0x70, 0x71, 0x42, 0x86, 0xfb, 0xc1, 0xbe, 0xa8, 0x75, 0x97, 0xe7, 0xfe, 0xf5, 0x02, - 0x9c, 0xce, 0xf4, 0xc5, 0x3d, 0x81, 0xb1, 0xb9, 0x65, 0x8c, 0xcd, 0x73, 0x7d, 0xbb, 0x09, 0xe7, - 0x0e, 0xd0, 0xdd, 0xc4, 0x00, 0x5d, 0xe9, 0x9f, 0x64, 0xf7, 0x51, 0xfa, 0x5a, 0x11, 0xce, 0x67, - 0xd6, 0x8b, 0xc5, 0x9e, 0xab, 0x86, 0xd8, 0xf3, 0xf9, 0x84, 0xd8, 0xd3, 0xee, 0x5e, 0xfb, 0x78, - 0xe4, 0xa0, 0xc2, 0x5d, 0x96, 0x39, 0xfd, 0x3f, 0xa4, 0x0c, 0xd4, 0x70, 0x97, 0x55, 0x84, 0xb0, - 0x49, 0xf7, 0x5b, 0x49, 0xf6, 0xf9, 0xaf, 0x2d, 0x38, 0x9b, 0x39, 0x37, 0x27, 0x20, 0xeb, 0x5a, - 0x37, 0x65, 0x5d, 0x4f, 0xf7, 0xbd, 0x5a, 0x73, 0x84, 0x5f, 0x5f, 0x19, 0xcc, 0xf9, 0x16, 0xf6, - 0x92, 0xbf, 0x05, 0xa3, 0x4e, 0xbd, 0x4e, 0xc2, 0x70, 0xcd, 0x6f, 0xa8, 0xc8, 0xbf, 0xcf, 0xb1, - 0x77, 0x56, 0x5c, 0x7c, 0x78, 0x30, 0x3f, 0x97, 0x24, 0x11, 0x83, 0xb1, 0x4e, 0x01, 0x7d, 0x1a, - 0x46, 0x42, 0x71, 0x6f, 0x8a, 0xb9, 0x7f, 0xa1, 0xcf, 0xc1, 0x71, 0x36, 0x49, 0xd3, 0x0c, 0x4d, - 0xa4, 0x24, 0x15, 0x8a, 0xa4, 0x19, 0xc6, 0xa4, 0x70, 0xac, 0x61, 0x4c, 0x9e, 0x07, 0xd8, 0x53, - 0x8f, 0x81, 0xa4, 0xfc, 0x41, 0x7b, 0x26, 0x68, 0x58, 0xe8, 0xe3, 0x30, 0x15, 0xf2, 0xd8, 0x7d, - 0xcb, 0x4d, 0x27, 0x64, 0xce, 0x32, 0x62, 0x15, 0xb2, 0xf0, 0x47, 0xb5, 0x04, 0x0c, 0xa7, 0xb0, - 0xd1, 0xaa, 0x6c, 0x95, 0x05, 0x1a, 0xe4, 0x0b, 0xf3, 0x52, 0xdc, 0xa2, 0x48, 0x8c, 0x7b, 0x2a, - 0x39, 0xfc, 0x6c, 0xe0, 0xb5, 0x9a, 0xe8, 0xd3, 0x00, 0x74, 0xf9, 0x08, 0x39, 0xc4, 0x70, 0xfe, - 0xe1, 0x49, 0x4f, 0x95, 0x46, 0xa6, 0x6d, 0x2f, 0xf3, 0x70, 0x2d, 0x2b, 0x22, 0x58, 0x23, 0x88, - 0xb6, 0x60, 0x3c, 0xfe, 0x17, 0xe7, 0x8d, 0x3c, 0x62, 0x0b, 0x4c, 0xee, 0x5d, 0xd6, 0xe9, 0x60, - 0x93, 0xac, 0xfd, 0xa3, 0x03, 0xf0, 0x78, 0x97, 0xb3, 0x18, 0x2d, 0x9a, 0xfa, 0xde, 0x67, 0x92, - 0x8f, 0xf8, 0xb9, 0xcc, 0xca, 0xc6, 0xab, 0x3e, 0xb1, 0xe4, 0x0b, 0xef, 0x78, 0xc9, 0xff, 0x90, - 0xa5, 0x89, 0x57, 0xb8, 0x65, 0xe9, 0xc7, 0x8e, 0x78, 0xc7, 0x1c, 0xa3, 0xbc, 0x65, 0x2b, 0x43, - 0x68, 0xf1, 0x7c, 0xdf, 0xdd, 0xe9, 0x5b, 0x8a, 0x71, 0xb2, 0xd2, 0xe8, 0xdf, 0xb6, 0xe0, 0x5c, - 0xd7, 0xe0, 0x20, 0xdf, 0x84, 0x8c, 0x89, 0xfd, 0x05, 0x0b, 0x9e, 0xcc, 0xac, 0x61, 0x98, 0x33, - 0x5d, 0x81, 0x52, 0x9d, 0x16, 0x6a, 0xde, 0xa0, 0xb1, 0x9b, 0xbc, 0x04, 0xe0, 0x18, 0xc7, 0xb0, - 0x5a, 0x2a, 0xf4, 0xb4, 0x5a, 0xfa, 0x35, 0x0b, 0x52, 0x87, 0xcb, 0x09, 0xdc, 0x72, 0x15, 0xf3, - 0x96, 0x7b, 0x7f, 0x3f, 0xa3, 0x99, 0x73, 0xc1, 0xfd, 0xc9, 0x24, 0x9c, 0xc9, 0xf1, 0x86, 0xda, - 0x83, 0xe9, 0xed, 0x3a, 0x31, 0xfd, 0x6c, 0xbb, 0xc5, 0x9f, 0xe9, 0xea, 0x94, 0xcb, 0x52, 0x84, - 0x4e, 0xa7, 0x50, 0x70, 0xba, 0x09, 0xf4, 0x05, 0x0b, 0x4e, 0x39, 0xf7, 0xc2, 0x15, 0xca, 0xad, - 0xb8, 0xf5, 0xa5, 0xa6, 0x5f, 0xdf, 0xa5, 0x57, 0x81, 0xdc, 0x08, 0x2f, 0x66, 0x4a, 0x90, 0xee, - 0xd6, 0x52, 0xf8, 0x46, 0xf3, 0x2c, 0x67, 0x6a, 0x16, 0x16, 0xce, 0x6c, 0x0b, 0x61, 0x11, 0x48, - 0x9f, 0xbe, 0x85, 0xba, 0x78, 0x82, 0x67, 0xb9, 0xad, 0xf1, 0xeb, 0x57, 0x42, 0xb0, 0xa2, 0x83, - 0x3e, 0x0b, 0xa5, 0x6d, 0xe9, 0x4b, 0x9a, 0x71, 0xbd, 0xc7, 0x03, 0xd9, 0xdd, 0xc3, 0x96, 0xab, - 0x81, 0x15, 0x12, 0x8e, 0x89, 0xa2, 0xd7, 0xa0, 0xe8, 0x6d, 0x85, 0xdd, 0xd2, 0x8e, 0x26, 0xec, - 0xfd, 0x78, 0xbc, 0x85, 0xf5, 0xd5, 0x1a, 0xa6, 0x15, 0xd1, 0x75, 0x28, 0x06, 0x9b, 0x0d, 0x21, - 0xfe, 0xcc, 0xdc, 0xa4, 0x78, 0xa9, 0x9c, 0xd3, 0x2b, 0x46, 0x09, 0x2f, 0x95, 0x31, 0x25, 0x81, - 0xaa, 0x30, 0xc8, 0x5c, 0x88, 0xc4, 0x65, 0x9a, 0xf9, 0x6c, 0xe8, 0xe2, 0x8a, 0xc7, 0x83, 0x32, - 0x30, 0x04, 0xcc, 0x09, 0xa1, 0x0d, 0x18, 0xaa, 0xb3, 0x14, 0x95, 0xe2, 0xf6, 0xfc, 0x50, 0xa6, - 0xa0, 0xb3, 0x4b, 0xee, 0x4e, 0x21, 0xf7, 0x63, 0x18, 0x58, 0xd0, 0x62, 0x54, 0x49, 0x7b, 0x67, - 0x2b, 0x14, 0x29, 0x95, 0xb3, 0xa9, 0x76, 0x49, 0x49, 0x2b, 0xa8, 0x32, 0x0c, 0x2c, 0x68, 0xa1, - 0x57, 0xa0, 0xb0, 0x55, 0x17, 0xee, 0x41, 0x99, 0x12, 0x4f, 0x33, 0x64, 0xc6, 0xd2, 0xd0, 0x83, - 0x83, 0xf9, 0xc2, 0xea, 0x32, 0x2e, 0x6c, 0xd5, 0xd1, 0x3a, 0x0c, 0x6f, 0x71, 0x27, 0x7b, 0x21, - 0xd4, 0x7c, 0x2a, 0xdb, 0xff, 0x3f, 0xe5, 0x87, 0xcf, 0x3d, 0x63, 0x04, 0x00, 0x4b, 0x22, 0x2c, - 0x2e, 0xbd, 0x0a, 0x16, 0x20, 0x62, 0x95, 0x2d, 0x1c, 0x2d, 0xc0, 0x03, 0x67, 0x6e, 0xe2, 0x90, - 0x03, 0x58, 0xa3, 0x48, 0x57, 0xb5, 0x23, 0xf3, 0xda, 0x8b, 0xa0, 0x36, 0x99, 0xab, 0xba, 0x47, - 0xca, 0x7f, 0xbe, 0xaa, 0x15, 0x12, 0x8e, 0x89, 0xa2, 0x5d, 0x18, 0xdf, 0x0b, 0xdb, 0x3b, 0x44, - 0x6e, 0x69, 0x16, 0xe3, 0x26, 0xe7, 0x5e, 0xbe, 0x23, 0x10, 0xdd, 0x20, 0xea, 0x38, 0xcd, 0xd4, - 0x29, 0xc4, 0x78, 0xa8, 0x3b, 0x3a, 0x31, 0x6c, 0xd2, 0xa6, 0xc3, 0xff, 0x56, 0xc7, 0xdf, 0xdc, - 0x8f, 0x88, 0x08, 0x31, 0x96, 0x39, 0xfc, 0x6f, 0x70, 0x94, 0xf4, 0xf0, 0x0b, 0x00, 0x96, 0x44, - 0xd0, 0x1d, 0x31, 0x3c, 0xec, 0xf4, 0x9c, 0xca, 0x8f, 0x03, 0xba, 0x28, 0x91, 0x72, 0x06, 0x85, - 0x9d, 0x96, 0x31, 0x29, 0x76, 0x4a, 0xb6, 0x77, 0xfc, 0xc8, 0xf7, 0x12, 0x27, 0xf4, 0x74, 0xfe, - 0x29, 0x59, 0xcd, 0xc0, 0x4f, 0x9f, 0x92, 0x59, 0x58, 0x38, 0xb3, 0x2d, 0xd4, 0x80, 0x89, 0xb6, - 0x1f, 0x44, 0xf7, 0xfc, 0x40, 0xae, 0x2f, 0xd4, 0x45, 0x28, 0x63, 0x60, 0x8a, 0x16, 0x59, 0xf4, - 0x3e, 0x13, 0x82, 0x13, 0x34, 0xd1, 0x27, 0x60, 0x38, 0xac, 0x3b, 0x4d, 0x52, 0xb9, 0x35, 0x3b, - 0x93, 0x7f, 0xfd, 0xd4, 0x38, 0x4a, 0xce, 0xea, 0xe2, 0x41, 0xec, 0x39, 0x0a, 0x96, 0xe4, 0xd0, - 0x2a, 0x0c, 0xb2, 0xbc, 0x63, 0x2c, 0x1e, 0x5e, 0x4e, 0x38, 0xd3, 0x94, 0xf5, 0x35, 0x3f, 0x9b, - 0x58, 0x31, 0xe6, 0xd5, 0xe9, 0x1e, 0x10, 0x6f, 0x13, 0x3f, 0x9c, 0x3d, 0x9d, 0xbf, 0x07, 0xc4, - 0x93, 0xe6, 0x56, 0xad, 0xdb, 0x1e, 0x50, 0x48, 0x38, 0x26, 0x4a, 0x4f, 0x66, 0x7a, 0x9a, 0x9e, - 0xe9, 0x62, 0x36, 0x94, 0x7b, 0x96, 0xb2, 0x93, 0x99, 0x9e, 0xa4, 0x94, 0x84, 0xfd, 0xfb, 0xc3, - 0x69, 0x9e, 0x85, 0xbd, 0x66, 0xbf, 0xc7, 0x4a, 0x29, 0x3a, 0x3f, 0xdc, 0xaf, 0x70, 0xed, 0x18, - 0x59, 0xf0, 0x2f, 0x58, 0x70, 0xa6, 0x9d, 0xf9, 0x21, 0x82, 0x01, 0xe8, 0x4f, 0x46, 0xc7, 0x3f, - 0x5d, 0xc5, 0x4e, 0xcc, 0x86, 0xe3, 0x9c, 0x96, 0x92, 0xcf, 0x9c, 0xe2, 0x3b, 0x7e, 0xe6, 0xac, - 0xc1, 0x08, 0x63, 0x32, 0x7b, 0xa4, 0x6c, 0x4e, 0xbe, 0xf9, 0x18, 0x2b, 0xb1, 0x2c, 0x2a, 0x62, - 0x45, 0x02, 0xfd, 0xb0, 0x05, 0xe7, 0x92, 0x5d, 0xc7, 0x84, 0x81, 0x45, 0xc0, 0x45, 0xfe, 0x90, - 0x5e, 0x15, 0xdf, 0x9f, 0xe2, 0xff, 0x0d, 0xe4, 0xc3, 0x5e, 0x08, 0xb8, 0x7b, 0x63, 0xa8, 0x9c, - 0xf1, 0x92, 0x1f, 0x32, 0xb5, 0x17, 0x7d, 0xbc, 0xe6, 0x5f, 0x84, 0xb1, 0x96, 0xdf, 0xf1, 0x22, - 0x61, 0x65, 0x24, 0x2c, 0x1e, 0x98, 0xa6, 0x7f, 0x4d, 0x2b, 0xc7, 0x06, 0x56, 0x42, 0x06, 0x30, - 0xf2, 0xd0, 0x32, 0x80, 0x37, 0x61, 0xcc, 0xd3, 0xcc, 0x62, 0x05, 0x3f, 0x70, 0x29, 0x3f, 0x58, - 0xaa, 0x6e, 0x44, 0xcb, 0x7b, 0xa9, 0x97, 0x60, 0x83, 0xda, 0xc9, 0x3e, 0xf8, 0xbe, 0x6c, 0x65, - 0x30, 0xf5, 0x5c, 0x04, 0xf0, 0x51, 0x53, 0x04, 0x70, 0x29, 0x29, 0x02, 0x48, 0x49, 0xae, 0x8d, - 0xd7, 0x7f, 0xff, 0xb9, 0x60, 0xfa, 0x0d, 0xb8, 0x68, 0x37, 0xe1, 0x42, 0xaf, 0x6b, 0x89, 0x99, - 0x9b, 0x35, 0x94, 0x9e, 0x32, 0x36, 0x37, 0x6b, 0x54, 0xca, 0x98, 0x41, 0xfa, 0x0d, 0xe5, 0x63, - 0xff, 0x17, 0x0b, 0x8a, 0x55, 0xbf, 0x71, 0x02, 0x0f, 0xde, 0x8f, 0x19, 0x0f, 0xde, 0xc7, 0xb3, - 0x2f, 0xc4, 0x46, 0xae, 0xdc, 0x7d, 0x25, 0x21, 0x77, 0x3f, 0x97, 0x47, 0xa0, 0xbb, 0x94, 0xfd, - 0xa7, 0x8b, 0x30, 0x5a, 0xf5, 0x1b, 0xca, 0xd6, 0xfb, 0x9f, 0x3d, 0x8c, 0xad, 0x77, 0x6e, 0x46, - 0x03, 0x8d, 0x32, 0xb3, 0x52, 0x93, 0x6e, 0xae, 0xdf, 0x64, 0x26, 0xdf, 0x77, 0x89, 0xbb, 0xbd, - 0x13, 0x91, 0x46, 0xf2, 0x73, 0x4e, 0xce, 0xe4, 0xfb, 0xf7, 0x0b, 0x30, 0x99, 0x68, 0x1d, 0x35, - 0x61, 0xbc, 0xa9, 0x4b, 0x75, 0xc5, 0x3a, 0x7d, 0x28, 0x81, 0xb0, 0x30, 0x99, 0xd5, 0x8a, 0xb0, - 0x49, 0x1c, 0x2d, 0x00, 0x28, 0x35, 0xa7, 0x14, 0xeb, 0x31, 0xae, 0x5f, 0xe9, 0x41, 0x43, 0xac, - 0x61, 0xa0, 0x97, 0x60, 0x34, 0xf2, 0xdb, 0x7e, 0xd3, 0xdf, 0xde, 0xbf, 0x41, 0x64, 0xf0, 0x28, - 0x65, 0x08, 0xb7, 0x11, 0x83, 0xb0, 0x8e, 0x87, 0xee, 0xc3, 0xb4, 0x22, 0x52, 0x3b, 0x06, 0x49, - 0x37, 0x93, 0x2a, 0xac, 0x27, 0x29, 0xe2, 0x74, 0x23, 0xf6, 0xcf, 0x16, 0xf9, 0x10, 0x7b, 0x91, - 0xfb, 0xde, 0x6e, 0x78, 0x77, 0xef, 0x86, 0xaf, 0x59, 0x30, 0x45, 0x5b, 0x67, 0x56, 0x3e, 0xf2, - 0x9a, 0x57, 0xe1, 0x99, 0xad, 0x2e, 0xe1, 0x99, 0x2f, 0xd1, 0x53, 0xb3, 0xe1, 0x77, 0x22, 0x21, - 0xbb, 0xd3, 0x8e, 0x45, 0x5a, 0x8a, 0x05, 0x54, 0xe0, 0x91, 0x20, 0x10, 0x9e, 0x89, 0x3a, 0x1e, - 0x09, 0x02, 0x2c, 0xa0, 0x32, 0x7a, 0xf3, 0x40, 0x76, 0xf4, 0x66, 0x1e, 0x84, 0x53, 0xd8, 0x83, - 0x08, 0x86, 0x4b, 0x0b, 0xc2, 0x29, 0x0d, 0x45, 0x62, 0x1c, 0xfb, 0xe7, 0x8b, 0x30, 0x56, 0xf5, - 0x1b, 0xb1, 0x8a, 0xf3, 0x45, 0x43, 0xc5, 0x79, 0x21, 0xa1, 0xe2, 0x9c, 0xd2, 0x71, 0xdf, 0x53, - 0x68, 0x7e, 0xa3, 0x14, 0x9a, 0xff, 0xd8, 0x62, 0xb3, 0x56, 0x5e, 0xaf, 0x71, 0xa3, 0x31, 0x74, - 0x15, 0x46, 0xd9, 0x01, 0xc3, 0x5c, 0x61, 0xa5, 0xde, 0x8f, 0x65, 0x25, 0x5a, 0x8f, 0x8b, 0xb1, - 0x8e, 0x83, 0x2e, 0xc3, 0x48, 0x48, 0x9c, 0xa0, 0xbe, 0xa3, 0x4e, 0x57, 0xa1, 0xa4, 0xe3, 0x65, - 0x58, 0x41, 0xd1, 0x1b, 0x71, 0xfc, 0xc7, 0x62, 0xbe, 0x6b, 0x9d, 0xde, 0x1f, 0xbe, 0x45, 0xf2, - 0x83, 0x3e, 0xda, 0x77, 0x01, 0xa5, 0xf1, 0xfb, 0x08, 0x7c, 0x36, 0x6f, 0x06, 0x3e, 0x2b, 0xa5, - 0x82, 0x9e, 0xfd, 0xb9, 0x05, 0x13, 0x55, 0xbf, 0x41, 0xb7, 0xee, 0xb7, 0xd2, 0x3e, 0xd5, 0x83, - 0xdf, 0x0e, 0x75, 0x09, 0x7e, 0x7b, 0x11, 0x06, 0xab, 0x7e, 0xa3, 0x52, 0xed, 0xe6, 0xd7, 0x6e, - 0xff, 0x0d, 0x0b, 0x86, 0xab, 0x7e, 0xe3, 0x04, 0xd4, 0x02, 0x1f, 0x35, 0xd5, 0x02, 0x8f, 0xe5, - 0xac, 0x9b, 0x1c, 0x4d, 0xc0, 0x5f, 0x1b, 0x80, 0x71, 0xda, 0x4f, 0x7f, 0x5b, 0x4e, 0xa5, 0x31, - 0x6c, 0x56, 0x1f, 0xc3, 0x46, 0xb9, 0x70, 0xbf, 0xd9, 0xf4, 0xef, 0x25, 0xa7, 0x75, 0x95, 0x95, - 0x62, 0x01, 0x45, 0xcf, 0xc2, 0x48, 0x3b, 0x20, 0x7b, 0xae, 0x2f, 0xd8, 0x5b, 0x4d, 0xc9, 0x52, - 0x15, 0xe5, 0x58, 0x61, 0xd0, 0x67, 0x61, 0xe8, 0x7a, 0xf4, 0x2a, 0xaf, 0xfb, 0x5e, 0x83, 0x4b, - 0xce, 0x8b, 0x22, 0x43, 0x83, 0x56, 0x8e, 0x0d, 0x2c, 0x74, 0x17, 0x4a, 0xec, 0x3f, 0x3b, 0x76, - 0x8e, 0x9e, 0xeb, 0x53, 0xe4, 0x7e, 0x13, 0x04, 0x70, 0x4c, 0x0b, 0x3d, 0x0f, 0x10, 0xc9, 0x28, - 0xe7, 0xa1, 0x08, 0x72, 0xa5, 0x9e, 0x02, 0x2a, 0xfe, 0x79, 0x88, 0x35, 0x2c, 0xf4, 0x0c, 0x94, - 0x22, 0xc7, 0x6d, 0xde, 0x74, 0x3d, 0x12, 0x32, 0x89, 0x78, 0x51, 0xa6, 0x60, 0x13, 0x85, 0x38, - 0x86, 0x53, 0x56, 0x8c, 0x45, 0x80, 0xe0, 0x99, 0x82, 0x47, 0x18, 0x36, 0x63, 0xc5, 0x6e, 0xaa, - 0x52, 0xac, 0x61, 0xa0, 0x1d, 0x78, 0xc2, 0xf5, 0x58, 0x36, 0x03, 0x52, 0xdb, 0x75, 0xdb, 0x1b, - 0x37, 0x6b, 0x77, 0x48, 0xe0, 0x6e, 0xed, 0x2f, 0x39, 0xf5, 0x5d, 0xe2, 0xc9, 0x2c, 0x8e, 0xef, - 0x17, 0x5d, 0x7c, 0xa2, 0xd2, 0x05, 0x17, 0x77, 0xa5, 0x64, 0xbf, 0x0c, 0xa7, 0xab, 0x7e, 0xa3, - 0xea, 0x07, 0xd1, 0xaa, 0x1f, 0xdc, 0x73, 0x82, 0x86, 0x5c, 0x29, 0xf3, 0x32, 0x1a, 0x03, 0x3d, - 0x0a, 0x07, 0xf9, 0x41, 0x61, 0x44, 0x5a, 0x78, 0x81, 0x31, 0x5f, 0x47, 0xf4, 0x21, 0xaa, 0x33, - 0x36, 0x40, 0xa5, 0xf6, 0xb8, 0xe6, 0x44, 0x04, 0xdd, 0x62, 0x29, 0x8b, 0xe3, 0x1b, 0x51, 0x54, - 0x7f, 0x5a, 0x4b, 0x59, 0x1c, 0x03, 0x33, 0xaf, 0x50, 0xb3, 0xbe, 0xfd, 0x5f, 0x07, 0xd9, 0xe1, - 0x98, 0x48, 0x0f, 0x81, 0x3e, 0x03, 0x13, 0x21, 0xb9, 0xe9, 0x7a, 0x9d, 0xfb, 0x52, 0x1a, 0xd1, - 0xc5, 0x0b, 0xac, 0xb6, 0xa2, 0x63, 0x72, 0x99, 0xa6, 0x59, 0x86, 0x13, 0xd4, 0x50, 0x0b, 0x26, - 0xee, 0xb9, 0x5e, 0xc3, 0xbf, 0x17, 0x4a, 0xfa, 0x23, 0xf9, 0xa2, 0xcd, 0xbb, 0x1c, 0x33, 0xd1, - 0x47, 0xa3, 0xb9, 0xbb, 0x06, 0x31, 0x9c, 0x20, 0x4e, 0x17, 0x60, 0xd0, 0xf1, 0x16, 0xc3, 0xdb, - 0x21, 0x09, 0x44, 0xf2, 0x69, 0xb6, 0x00, 0xb1, 0x2c, 0xc4, 0x31, 0x9c, 0x2e, 0x40, 0xf6, 0xe7, - 0x5a, 0xe0, 0x77, 0x78, 0x2e, 0x02, 0xb1, 0x00, 0xb1, 0x2a, 0xc5, 0x1a, 0x06, 0xdd, 0xa0, 0xec, - 0xdf, 0xba, 0xef, 0x61, 0xdf, 0x8f, 0xe4, 0x96, 0x66, 0xe9, 0x4e, 0xb5, 0x72, 0x6c, 0x60, 0xa1, - 0x55, 0x40, 0x61, 0xa7, 0xdd, 0x6e, 0x32, 0xf3, 0x12, 0xa7, 0xc9, 0x48, 0x71, 0x95, 0x7b, 0x91, - 0x87, 0x68, 0xad, 0xa5, 0xa0, 0x38, 0xa3, 0x06, 0x3d, 0xab, 0xb7, 0x44, 0x57, 0x07, 0x59, 0x57, - 0xb9, 0x1a, 0xa4, 0xc6, 0xfb, 0x29, 0x61, 0x68, 0x05, 0x86, 0xc3, 0xfd, 0xb0, 0x1e, 0x89, 0x58, - 0x73, 0x39, 0x19, 0x80, 0x6a, 0x0c, 0x45, 0x4b, 0x40, 0xc7, 0xab, 0x60, 0x59, 0x17, 0xd5, 0x61, - 0x46, 0x50, 0x5c, 0xde, 0x71, 0x3c, 0x95, 0x4f, 0x85, 0x5b, 0xd9, 0x5e, 0x7d, 0x70, 0x30, 0x3f, - 0x23, 0x5a, 0xd6, 0xc1, 0x87, 0x07, 0xf3, 0x67, 0xaa, 0x7e, 0x23, 0x03, 0x82, 0xb3, 0xa8, 0xf1, - 0xc5, 0x57, 0xaf, 0xfb, 0xad, 0x76, 0x35, 0xf0, 0xb7, 0xdc, 0x26, 0xe9, 0xa6, 0x4a, 0xaa, 0x19, - 0x98, 0x62, 0xf1, 0x19, 0x65, 0x38, 0x41, 0xcd, 0xfe, 0x4e, 0xc6, 0xcf, 0xb0, 0x7c, 0xcb, 0x51, - 0x27, 0x20, 0xa8, 0x05, 0xe3, 0x6d, 0xb6, 0x4d, 0x44, 0x86, 0x00, 0xb1, 0xd6, 0x5f, 0xec, 0x53, - 0x24, 0x72, 0x8f, 0x5e, 0x03, 0xa6, 0x99, 0x4a, 0x55, 0x27, 0x87, 0x4d, 0xea, 0xf6, 0x4f, 0x3c, - 0xc6, 0x6e, 0xc4, 0x1a, 0x97, 0x73, 0x0c, 0x0b, 0xa3, 0x7e, 0xf1, 0xb4, 0x9a, 0xcb, 0x17, 0xb8, - 0xc5, 0xd3, 0x22, 0x1c, 0x03, 0xb0, 0xac, 0x8b, 0x3e, 0x0d, 0x13, 0xf4, 0xa5, 0xa2, 0x6e, 0xa5, - 0x70, 0xf6, 0x54, 0x7e, 0xf0, 0x05, 0x85, 0xa5, 0x67, 0x0f, 0xd1, 0x2b, 0xe3, 0x04, 0x31, 0xf4, - 0x06, 0x33, 0x0b, 0x91, 0xa4, 0x0b, 0xfd, 0x90, 0xd6, 0x2d, 0x40, 0x24, 0x59, 0x8d, 0x08, 0xea, - 0xc0, 0x4c, 0x3a, 0xd7, 0x58, 0x38, 0x6b, 0xe7, 0xb3, 0x7c, 0xe9, 0x74, 0x61, 0x71, 0x9a, 0x87, - 0x34, 0x2c, 0xc4, 0x59, 0xf4, 0xd1, 0x4d, 0x18, 0x17, 0x49, 0x87, 0xc5, 0xca, 0x2d, 0x1a, 0x72, - 0xc0, 0x71, 0xac, 0x03, 0x0f, 0x93, 0x05, 0xd8, 0xac, 0x8c, 0xb6, 0xe1, 0x9c, 0x96, 0x04, 0xe8, - 0x5a, 0xe0, 0x30, 0x65, 0xbe, 0xcb, 0x8e, 0x53, 0xed, 0xae, 0x7e, 0xf2, 0xc1, 0xc1, 0xfc, 0xb9, - 0x8d, 0x6e, 0x88, 0xb8, 0x3b, 0x1d, 0x74, 0x0b, 0x4e, 0x73, 0xd7, 0xe1, 0x32, 0x71, 0x1a, 0x4d, - 0xd7, 0x53, 0xcc, 0x00, 0xdf, 0xf2, 0x67, 0x1f, 0x1c, 0xcc, 0x9f, 0x5e, 0xcc, 0x42, 0xc0, 0xd9, - 0xf5, 0xd0, 0x47, 0xa1, 0xd4, 0xf0, 0x42, 0x31, 0x06, 0x43, 0x46, 0x9e, 0xa5, 0x52, 0x79, 0xbd, - 0xa6, 0xbe, 0x3f, 0xfe, 0x83, 0xe3, 0x0a, 0x68, 0x9b, 0xcb, 0x8a, 0x95, 0x04, 0x63, 0x38, 0x15, - 0x3a, 0x29, 0x29, 0xe4, 0x33, 0x9c, 0x07, 0xb9, 0x92, 0x44, 0xd9, 0xd4, 0x1b, 0x7e, 0x85, 0x06, - 0x61, 0xf4, 0x3a, 0x20, 0xfa, 0x82, 0x70, 0xeb, 0x64, 0xb1, 0xce, 0xd2, 0x4f, 0x30, 0xd1, 0xfa, - 0x88, 0xe9, 0xce, 0x56, 0x4b, 0x61, 0xe0, 0x8c, 0x5a, 0xe8, 0x3a, 0x3d, 0x55, 0xf4, 0x52, 0x71, - 0x6a, 0xa9, 0xac, 0x78, 0x65, 0xd2, 0x0e, 0x48, 0xdd, 0x89, 0x48, 0xc3, 0xa4, 0x88, 0x13, 0xf5, - 0x50, 0x03, 0x9e, 0x70, 0x3a, 0x91, 0xcf, 0xc4, 0xf0, 0x26, 0xea, 0x86, 0xbf, 0x4b, 0x3c, 0xa6, - 0x01, 0x1b, 0x59, 0xba, 0x40, 0xb9, 0x8d, 0xc5, 0x2e, 0x78, 0xb8, 0x2b, 0x15, 0xca, 0x25, 0xaa, - 0x34, 0xb8, 0x60, 0x06, 0x84, 0xca, 0x48, 0x85, 0xfb, 0x12, 0x8c, 0xee, 0xf8, 0x61, 0xb4, 0x4e, - 0xa2, 0x7b, 0x7e, 0xb0, 0x2b, 0xe2, 0x7a, 0xc6, 0xb1, 0xa0, 0x63, 0x10, 0xd6, 0xf1, 0xe8, 0x33, - 0x90, 0xd9, 0x67, 0x54, 0xca, 0x4c, 0x35, 0x3e, 0x12, 0x9f, 0x31, 0xd7, 0x79, 0x31, 0x96, 0x70, - 0x89, 0x5a, 0xa9, 0x2e, 0x33, 0x35, 0x77, 0x02, 0xb5, 0x52, 0x5d, 0xc6, 0x12, 0x4e, 0x97, 0x6b, - 0xb8, 0xe3, 0x04, 0xa4, 0x1a, 0xf8, 0x75, 0x12, 0x6a, 0x11, 0xc8, 0x1f, 0xe7, 0x51, 0x4b, 0xe9, - 0x72, 0xad, 0x65, 0x21, 0xe0, 0xec, 0x7a, 0x88, 0xa4, 0x13, 0x60, 0x4d, 0xe4, 0xeb, 0x27, 0xd2, - 0xfc, 0x4c, 0x9f, 0x39, 0xb0, 0x3c, 0x98, 0x52, 0xa9, 0xb7, 0x78, 0x9c, 0xd2, 0x70, 0x76, 0x92, - 0xad, 0xed, 0xfe, 0x83, 0x9c, 0x2a, 0x8d, 0x4f, 0x25, 0x41, 0x09, 0xa7, 0x68, 0x1b, 0x31, 0xbf, - 0xa6, 0x7a, 0xc6, 0xfc, 0xba, 0x02, 0xa5, 0xb0, 0xb3, 0xd9, 0xf0, 0x5b, 0x8e, 0xeb, 0x31, 0x35, - 0xb7, 0xf6, 0x1e, 0xa9, 0x49, 0x00, 0x8e, 0x71, 0xd0, 0x2a, 0x8c, 0x38, 0x52, 0x9d, 0x83, 0xf2, - 0xa3, 0xbc, 0x28, 0x25, 0x0e, 0x0f, 0x7c, 0x20, 0x15, 0x38, 0xaa, 0x2e, 0x7a, 0x15, 0xc6, 0x85, - 0xeb, 0xab, 0xc8, 0xfa, 0x38, 0x63, 0xfa, 0x27, 0xd5, 0x74, 0x20, 0x36, 0x71, 0xd1, 0x6d, 0x18, - 0x8d, 0xfc, 0x26, 0x73, 0xb2, 0xa1, 0x6c, 0xde, 0x99, 0xfc, 0x78, 0x65, 0x1b, 0x0a, 0x4d, 0x97, - 0xa4, 0xaa, 0xaa, 0x58, 0xa7, 0x83, 0x36, 0xf8, 0x7a, 0x67, 0x91, 0xb8, 0x49, 0x38, 0xfb, 0x58, - 0xfe, 0x9d, 0xa4, 0x02, 0x76, 0x9b, 0xdb, 0x41, 0xd4, 0xc4, 0x3a, 0x19, 0x74, 0x0d, 0xa6, 0xdb, - 0x81, 0xeb, 0xb3, 0x35, 0xa1, 0x34, 0x79, 0xb3, 0x66, 0x1a, 0xa0, 0x6a, 0x12, 0x01, 0xa7, 0xeb, - 0x30, 0xcf, 0x65, 0x51, 0x38, 0x7b, 0x96, 0x27, 0x86, 0xe6, 0xcf, 0x3b, 0x5e, 0x86, 0x15, 0x14, - 0xad, 0xb1, 0x93, 0x98, 0x4b, 0x26, 0x66, 0xe7, 0xf2, 0x03, 0xcb, 0xe8, 0x12, 0x0c, 0xce, 0xbc, - 0xaa, 0xbf, 0x38, 0xa6, 0x80, 0x1a, 0x5a, 0x06, 0x41, 0xfa, 0x62, 0x08, 0x67, 0x9f, 0xe8, 0x62, - 0x24, 0x97, 0x78, 0x5e, 0xc4, 0x0c, 0x81, 0x51, 0x1c, 0xe2, 0x04, 0x4d, 0xf4, 0x71, 0x98, 0x12, - 0xe1, 0xf0, 0xe2, 0x61, 0x3a, 0x17, 0x9b, 0x2e, 0xe3, 0x04, 0x0c, 0xa7, 0xb0, 0x79, 0x86, 0x02, - 0x67, 0xb3, 0x49, 0xc4, 0xd1, 0x77, 0xd3, 0xf5, 0x76, 0xc3, 0xd9, 0xf3, 0xec, 0x7c, 0x10, 0x19, - 0x0a, 0x92, 0x50, 0x9c, 0x51, 0x03, 0x6d, 0xc0, 0x54, 0x3b, 0x20, 0xa4, 0xc5, 0x18, 0x7d, 0x71, - 0x9f, 0xcd, 0x73, 0xc7, 0x7d, 0xda, 0x93, 0x6a, 0x02, 0x76, 0x98, 0x51, 0x86, 0x53, 0x14, 0xd0, - 0x3d, 0x18, 0xf1, 0xf7, 0x48, 0xb0, 0x43, 0x9c, 0xc6, 0xec, 0x85, 0x2e, 0xa6, 0xf4, 0xe2, 0x72, - 0xbb, 0x25, 0x70, 0x13, 0xda, 0x7f, 0x59, 0xdc, 0x5b, 0xfb, 0x2f, 0x1b, 0x43, 0x3f, 0x62, 0xc1, - 0x59, 0xa9, 0x30, 0xa8, 0xb5, 0xe9, 0xa8, 0x2f, 0xfb, 0x5e, 0x18, 0x05, 0xdc, 0xd5, 0xfc, 0xc9, - 0x7c, 0xf7, 0xeb, 0x8d, 0x9c, 0x4a, 0x4a, 0x38, 0x7a, 0x36, 0x0f, 0x23, 0xc4, 0xf9, 0x2d, 0xa2, - 0x65, 0x98, 0x0e, 0x49, 0x24, 0x0f, 0xa3, 0xc5, 0x70, 0xf5, 0x8d, 0xf2, 0xfa, 0xec, 0x45, 0xee, - 0x27, 0x4f, 0x37, 0x43, 0x2d, 0x09, 0xc4, 0x69, 0xfc, 0xb9, 0x6f, 0x87, 0xe9, 0xd4, 0xf5, 0x7f, - 0x94, 0xcc, 0x2b, 0x73, 0xbb, 0x30, 0x6e, 0x0c, 0xf1, 0x23, 0xd5, 0x1e, 0xff, 0xcb, 0x61, 0x28, - 0x29, 0xcd, 0x22, 0xba, 0x62, 0x2a, 0x8c, 0xcf, 0x26, 0x15, 0xc6, 0x23, 0xf4, 0x5d, 0xaf, 0xeb, - 0x88, 0x37, 0x32, 0xa2, 0x83, 0xe5, 0x6d, 0xe8, 0xfe, 0xdd, 0xbe, 0x35, 0x71, 0x6d, 0xb1, 0x6f, - 0xcd, 0xf3, 0x40, 0x57, 0x09, 0xf0, 0x35, 0x98, 0xf6, 0x7c, 0xc6, 0x73, 0x92, 0x86, 0x64, 0x28, - 0x18, 0xdf, 0x50, 0xd2, 0xc3, 0x6d, 0x24, 0x10, 0x70, 0xba, 0x0e, 0x6d, 0x90, 0x5f, 0xfc, 0x49, - 0x91, 0x33, 0xe7, 0x0b, 0xb0, 0x80, 0xa2, 0x8b, 0x30, 0xd8, 0xf6, 0x1b, 0x95, 0xaa, 0xe0, 0x37, - 0xb5, 0x98, 0x94, 0x8d, 0x4a, 0x15, 0x73, 0x18, 0x5a, 0x84, 0x21, 0xf6, 0x23, 0x9c, 0x1d, 0xcb, - 0x8f, 0xab, 0xc0, 0x6a, 0x68, 0x79, 0x6d, 0x58, 0x05, 0x2c, 0x2a, 0x32, 0xd1, 0x17, 0x65, 0xd2, - 0x99, 0xe8, 0x6b, 0xf8, 0x21, 0x45, 0x5f, 0x92, 0x00, 0x8e, 0x69, 0xa1, 0xfb, 0x70, 0xda, 0x78, - 0x18, 0xf1, 0x25, 0x42, 0x42, 0xe1, 0xdb, 0x7d, 0xb1, 0xeb, 0x8b, 0x48, 0x68, 0xaa, 0xcf, 0x89, - 0x4e, 0x9f, 0xae, 0x64, 0x51, 0xc2, 0xd9, 0x0d, 0xa0, 0x26, 0x4c, 0xd7, 0x53, 0xad, 0x8e, 0xf4, - 0xdf, 0xaa, 0x9a, 0xd0, 0x74, 0x8b, 0x69, 0xc2, 0xe8, 0x55, 0x18, 0x79, 0xcb, 0x0f, 0xd9, 0x59, - 0x2d, 0x78, 0x64, 0xe9, 0x18, 0x3c, 0xf2, 0xc6, 0xad, 0x1a, 0x2b, 0x3f, 0x3c, 0x98, 0x1f, 0xad, - 0xfa, 0x0d, 0xf9, 0x17, 0xab, 0x0a, 0xe8, 0xfb, 0x2d, 0x98, 0x4b, 0xbf, 0xbc, 0x54, 0xa7, 0xc7, - 0xfb, 0xef, 0xb4, 0x2d, 0x1a, 0x9d, 0x5b, 0xc9, 0x25, 0x87, 0xbb, 0x34, 0x65, 0xff, 0x8a, 0xc5, - 0xa4, 0x6e, 0x42, 0x03, 0x44, 0xc2, 0x4e, 0xf3, 0x24, 0xd2, 0x79, 0xae, 0x18, 0xca, 0xa9, 0x87, - 0xb6, 0x5c, 0xf8, 0xa7, 0x16, 0xb3, 0x5c, 0x38, 0x41, 0x17, 0x85, 0x37, 0x60, 0x24, 0x92, 0x69, - 0x56, 0xbb, 0x64, 0x20, 0xd5, 0x3a, 0xc5, 0xac, 0x37, 0x14, 0xc7, 0xaa, 0x32, 0xaa, 0x2a, 0x32, - 0xf6, 0x3f, 0xe0, 0x33, 0x20, 0x21, 0x27, 0xa0, 0x03, 0x28, 0x9b, 0x3a, 0x80, 0xf9, 0x1e, 0x5f, - 0x90, 0xa3, 0x0b, 0xf8, 0xfb, 0x66, 0xbf, 0x99, 0xa4, 0xe6, 0xdd, 0x6e, 0x32, 0x63, 0x7f, 0xd1, - 0x02, 0x88, 0x43, 0xfe, 0x32, 0xf9, 0xb2, 0x1f, 0xc8, 0x5c, 0x8e, 0x59, 0x59, 0x8b, 0x5e, 0xa6, - 0x3c, 0xaa, 0x1f, 0xf9, 0x75, 0xbf, 0x29, 0x34, 0x5c, 0x4f, 0xc4, 0x6a, 0x08, 0x5e, 0x7e, 0xa8, - 0xfd, 0xc6, 0x0a, 0x1b, 0xcd, 0xcb, 0x00, 0x63, 0xc5, 0x58, 0x31, 0x66, 0x04, 0x17, 0xfb, 0x31, - 0x0b, 0x4e, 0x65, 0xd9, 0xbb, 0xd2, 0x17, 0x0f, 0x97, 0x59, 0x29, 0x73, 0x26, 0x35, 0x9b, 0x77, - 0x44, 0x39, 0x56, 0x18, 0x7d, 0x67, 0x28, 0x3b, 0x5a, 0xac, 0xdd, 0x5b, 0x30, 0x5e, 0x0d, 0x88, - 0x76, 0xb9, 0xbe, 0xc6, 0x9d, 0xd6, 0x79, 0x7f, 0x9e, 0x3d, 0xb2, 0xc3, 0xba, 0xfd, 0x95, 0x02, - 0x9c, 0xe2, 0x56, 0x01, 0x8b, 0x7b, 0xbe, 0xdb, 0xa8, 0xfa, 0x0d, 0x91, 0x5d, 0xee, 0x53, 0x30, - 0xd6, 0xd6, 0x04, 0x8d, 0xdd, 0xe2, 0x46, 0xea, 0x02, 0xc9, 0x58, 0x34, 0xa2, 0x97, 0x62, 0x83, - 0x16, 0x6a, 0xc0, 0x18, 0xd9, 0x73, 0xeb, 0x4a, 0xb5, 0x5c, 0x38, 0xf2, 0x45, 0xa7, 0x5a, 0x59, - 0xd1, 0xe8, 0x60, 0x83, 0xea, 0x23, 0xc8, 0x1b, 0x6c, 0xff, 0xb8, 0x05, 0x8f, 0xe5, 0x44, 0x99, - 0xa4, 0xcd, 0xdd, 0x63, 0xf6, 0x17, 0x62, 0xd9, 0xaa, 0xe6, 0xb8, 0x55, 0x06, 0x16, 0x50, 0xf4, - 0x09, 0x00, 0x6e, 0x55, 0x41, 0x9f, 0xdc, 0xbd, 0xc2, 0xf1, 0x19, 0x91, 0xc4, 0xb4, 0xa0, 0x50, - 0xb2, 0x3e, 0xd6, 0x68, 0xd9, 0x5f, 0x1a, 0x80, 0x41, 0x9e, 0xe3, 0x7c, 0x15, 0x86, 0x77, 0x78, - 0xce, 0x8d, 0x7e, 0xd2, 0x7b, 0xc4, 0xc2, 0x10, 0x5e, 0x80, 0x65, 0x65, 0xb4, 0x06, 0x33, 0x3c, - 0x67, 0x49, 0xb3, 0x4c, 0x9a, 0xce, 0xbe, 0x94, 0xdc, 0xf1, 0x7c, 0x9f, 0x4a, 0x82, 0x59, 0x49, - 0xa3, 0xe0, 0xac, 0x7a, 0xe8, 0x35, 0x98, 0xa0, 0x2f, 0x29, 0xbf, 0x13, 0x49, 0x4a, 0x3c, 0x5b, - 0x89, 0x7a, 0xba, 0x6d, 0x18, 0x50, 0x9c, 0xc0, 0xa6, 0x8f, 0xf9, 0x76, 0x4a, 0x46, 0x39, 0x18, - 0x3f, 0xe6, 0x4d, 0xb9, 0xa4, 0x89, 0xcb, 0x0c, 0x5d, 0x3b, 0xcc, 0xac, 0x77, 0x63, 0x27, 0x20, - 0xe1, 0x8e, 0xdf, 0x6c, 0x30, 0xa6, 0x6f, 0x50, 0x33, 0x74, 0x4d, 0xc0, 0x71, 0xaa, 0x06, 0xa5, - 0xb2, 0xe5, 0xb8, 0xcd, 0x4e, 0x40, 0x62, 0x2a, 0x43, 0x26, 0x95, 0xd5, 0x04, 0x1c, 0xa7, 0x6a, - 0xf4, 0x16, 0xbe, 0x0e, 0x1f, 0x8f, 0xf0, 0x95, 0x2e, 0xd8, 0xd3, 0xd5, 0xc0, 0xa7, 0x27, 0xb6, - 0x8c, 0xd1, 0xa3, 0xcc, 0xa4, 0x87, 0xa5, 0x3b, 0x71, 0x97, 0x68, 0x76, 0xc2, 0x90, 0x94, 0x53, - 0x30, 0x2c, 0x15, 0x6a, 0xc2, 0x91, 0x58, 0x52, 0x41, 0x57, 0x61, 0x54, 0xa4, 0xbc, 0x60, 0xd6, - 0xbc, 0x7c, 0x8d, 0x30, 0xcb, 0x8a, 0x72, 0x5c, 0x8c, 0x75, 0x1c, 0xfb, 0x07, 0x0a, 0x30, 0x93, - 0xe1, 0x8e, 0xc1, 0xcf, 0xc4, 0x6d, 0x37, 0x8c, 0x54, 0xf2, 0x44, 0xed, 0x4c, 0xe4, 0xe5, 0x58, - 0x61, 0xd0, 0x8d, 0xc7, 0x4f, 0xdd, 0xe4, 0x49, 0x2b, 0xcc, 0x9d, 0x05, 0xf4, 0x88, 0x69, 0x08, - 0x2f, 0xc0, 0x40, 0x27, 0x24, 0x32, 0x0e, 0xa5, 0xba, 0x83, 0x98, 0xc2, 0x8d, 0x41, 0xe8, 0x9b, - 0x60, 0x5b, 0xe9, 0xae, 0xb4, 0x37, 0x01, 0xd7, 0x5e, 0x71, 0x18, 0xed, 0x5c, 0x44, 0x3c, 0xc7, - 0x8b, 0xc4, 0xcb, 0x21, 0x0e, 0xa8, 0xc6, 0x4a, 0xb1, 0x80, 0xda, 0x5f, 0x2a, 0xc2, 0xd9, 0x5c, - 0x07, 0x2d, 0xda, 0xf5, 0x96, 0xef, 0xb9, 0x91, 0xaf, 0x4c, 0x56, 0x78, 0x10, 0x35, 0xd2, 0xde, - 0x59, 0x13, 0xe5, 0x58, 0x61, 0xa0, 0x4b, 0x30, 0xc8, 0xc4, 0x75, 0xa9, 0x34, 0x92, 0x4b, 0x65, - 0x1e, 0x55, 0x87, 0x83, 0xfb, 0x4e, 0xd1, 0x7b, 0x91, 0x5e, 0xc7, 0x7e, 0x33, 0x79, 0x3a, 0xd2, - 0xee, 0xfa, 0x7e, 0x13, 0x33, 0x20, 0xfa, 0x80, 0x18, 0xaf, 0x84, 0x8d, 0x06, 0x76, 0x1a, 0x7e, - 0xa8, 0x0d, 0xda, 0xd3, 0x30, 0xbc, 0x4b, 0xf6, 0x03, 0xd7, 0xdb, 0x4e, 0xda, 0xee, 0xdc, 0xe0, - 0xc5, 0x58, 0xc2, 0xcd, 0x8c, 0x60, 0xc3, 0xc7, 0x9d, 0x5b, 0x77, 0xa4, 0xe7, 0x5d, 0xfb, 0x43, - 0x45, 0x98, 0xc4, 0x4b, 0xe5, 0xf7, 0x26, 0xe2, 0x76, 0x7a, 0x22, 0x8e, 0x3b, 0xb7, 0x6e, 0xef, - 0xd9, 0xf8, 0x45, 0x0b, 0x26, 0x59, 0xe2, 0x0d, 0x11, 0x7e, 0xcb, 0xf5, 0xbd, 0x13, 0xe0, 0x6b, - 0x2f, 0xc2, 0x60, 0x40, 0x1b, 0x4d, 0xe6, 0x8f, 0x64, 0x3d, 0xc1, 0x1c, 0x86, 0x9e, 0x80, 0x01, - 0xd6, 0x05, 0x3a, 0x79, 0x63, 0x3c, 0xf5, 0x56, 0xd9, 0x89, 0x1c, 0xcc, 0x4a, 0x59, 0x4c, 0x19, - 0x4c, 0xda, 0x4d, 0x97, 0x77, 0x3a, 0x56, 0xa6, 0xbe, 0x3b, 0x5c, 0xb7, 0x33, 0xbb, 0xf6, 0xce, - 0x62, 0xca, 0x64, 0x93, 0xec, 0xfe, 0x66, 0xfc, 0xe3, 0x02, 0x9c, 0xcf, 0xac, 0xd7, 0x77, 0x4c, - 0x99, 0xee, 0xb5, 0x1f, 0x65, 0x6a, 0x85, 0xe2, 0x09, 0x5a, 0x46, 0x0e, 0xf4, 0xcb, 0xca, 0x0e, - 0xf6, 0x11, 0xea, 0x25, 0x73, 0xc8, 0xde, 0x25, 0xa1, 0x5e, 0x32, 0xfb, 0x96, 0xf3, 0xe6, 0xfd, - 0x8b, 0x42, 0xce, 0xb7, 0xb0, 0xd7, 0xef, 0x65, 0x7a, 0xce, 0x30, 0x60, 0x28, 0x5f, 0x94, 0xfc, - 0x8c, 0xe1, 0x65, 0x58, 0x41, 0xd1, 0x22, 0x4c, 0xb6, 0x5c, 0x8f, 0x1e, 0x3e, 0xfb, 0x26, 0x87, - 0xa9, 0x22, 0x71, 0xad, 0x99, 0x60, 0x9c, 0xc4, 0x47, 0xae, 0x16, 0x06, 0xa6, 0x90, 0x9f, 0x91, - 0x3d, 0xb7, 0xb7, 0x0b, 0xa6, 0xa2, 0x59, 0x8d, 0x62, 0x46, 0x48, 0x98, 0x35, 0x4d, 0xe8, 0x51, - 0xec, 0x5f, 0xe8, 0x31, 0x96, 0x2d, 0xf0, 0x98, 0x7b, 0x15, 0xc6, 0x1f, 0x5a, 0xca, 0x6d, 0x7f, - 0xad, 0x08, 0x8f, 0x77, 0xd9, 0xf6, 0xfc, 0xac, 0x37, 0xe6, 0x40, 0x3b, 0xeb, 0x53, 0xf3, 0x50, - 0x85, 0x53, 0x5b, 0x9d, 0x66, 0x73, 0x9f, 0x39, 0x0c, 0x90, 0x86, 0xc4, 0x10, 0x3c, 0xa5, 0x7c, - 0xe9, 0x9f, 0x5a, 0xcd, 0xc0, 0xc1, 0x99, 0x35, 0xe9, 0xcb, 0x81, 0xde, 0x24, 0xfb, 0x8a, 0x54, - 0xe2, 0xe5, 0x80, 0x75, 0x20, 0x36, 0x71, 0xd1, 0x35, 0x98, 0x76, 0xf6, 0x1c, 0x97, 0xc7, 0xd2, - 0x95, 0x04, 0xf8, 0xd3, 0x41, 0x09, 0x27, 0x17, 0x93, 0x08, 0x38, 0x5d, 0x07, 0xbd, 0x0e, 0xc8, - 0xdf, 0x64, 0x66, 0xc5, 0x8d, 0x6b, 0xc4, 0x13, 0xfa, 0x40, 0x36, 0x77, 0xc5, 0xf8, 0x48, 0xb8, - 0x95, 0xc2, 0xc0, 0x19, 0xb5, 0x12, 0xe1, 0x4e, 0x86, 0xf2, 0xc3, 0x9d, 0x74, 0x3f, 0x17, 0x7b, - 0x66, 0xf5, 0xf8, 0x8f, 0x16, 0xbd, 0xbe, 0x38, 0x93, 0x6f, 0x46, 0x07, 0x7c, 0x95, 0xd9, 0xf3, - 0x71, 0xc1, 0xa5, 0x16, 0xa4, 0xe3, 0xb4, 0x66, 0xcf, 0x17, 0x03, 0xb1, 0x89, 0xcb, 0x17, 0x44, - 0x18, 0xfb, 0x86, 0x1a, 0x2c, 0xbe, 0x08, 0x61, 0xa4, 0x30, 0xd0, 0x27, 0x61, 0xb8, 0xe1, 0xee, - 0xb9, 0xa1, 0x10, 0xdb, 0x1c, 0x59, 0x47, 0x12, 0x9f, 0x83, 0x65, 0x4e, 0x06, 0x4b, 0x7a, 0xf6, - 0x0f, 0x15, 0x60, 0x5c, 0xb6, 0xf8, 0x46, 0xc7, 0x8f, 0x9c, 0x13, 0xb8, 0x96, 0xaf, 0x19, 0xd7, - 0xf2, 0x07, 0xba, 0xc5, 0x71, 0x62, 0x5d, 0xca, 0xbd, 0x8e, 0x6f, 0x25, 0xae, 0xe3, 0xa7, 0x7a, - 0x93, 0xea, 0x7e, 0x0d, 0xff, 0x43, 0x0b, 0xa6, 0x0d, 0xfc, 0x13, 0xb8, 0x0d, 0x56, 0xcd, 0xdb, - 0xe0, 0xc9, 0x9e, 0xdf, 0x90, 0x73, 0x0b, 0x7c, 0x6f, 0x31, 0xd1, 0x77, 0x76, 0xfa, 0xbf, 0x05, - 0x03, 0x3b, 0x4e, 0xd0, 0xe8, 0x16, 0xb7, 0x3e, 0x55, 0x69, 0xe1, 0xba, 0x13, 0x08, 0x85, 0xe8, - 0xb3, 0x2a, 0x21, 0xba, 0x13, 0xf4, 0x56, 0x86, 0xb2, 0xa6, 0xd0, 0xcb, 0x30, 0x14, 0xd6, 0xfd, - 0xb6, 0x72, 0x17, 0xb8, 0xc0, 0x93, 0xa5, 0xd3, 0x92, 0xc3, 0x83, 0x79, 0x64, 0x36, 0x47, 0x8b, - 0xb1, 0xc0, 0x47, 0x9f, 0x82, 0x71, 0xf6, 0x4b, 0x59, 0x27, 0x15, 0xf3, 0x73, 0x5c, 0xd5, 0x74, - 0x44, 0x6e, 0xba, 0x67, 0x14, 0x61, 0x93, 0xd4, 0xdc, 0x36, 0x94, 0xd4, 0x67, 0x3d, 0x52, 0x25, - 0xe4, 0xbf, 0x2b, 0xc2, 0x4c, 0xc6, 0x9a, 0x43, 0xa1, 0x31, 0x13, 0x57, 0xfb, 0x5c, 0xaa, 0xef, - 0x70, 0x2e, 0x42, 0xf6, 0x1a, 0x6a, 0x88, 0xb5, 0xd5, 0x77, 0xa3, 0xb7, 0x43, 0x92, 0x6c, 0x94, - 0x16, 0xf5, 0x6e, 0x94, 0x36, 0x76, 0x62, 0x43, 0x4d, 0x1b, 0x52, 0x3d, 0x7d, 0xa4, 0x73, 0xfa, - 0x67, 0x45, 0x38, 0x95, 0x15, 0x5a, 0x0e, 0x7d, 0x3e, 0x91, 0x35, 0xf1, 0xc5, 0x7e, 0x83, 0xd2, - 0xf1, 0x54, 0x8a, 0x5c, 0xd8, 0xbc, 0xb4, 0x60, 0xe6, 0x51, 0xec, 0x39, 0xcc, 0xa2, 0x4d, 0x16, - 0xf7, 0x20, 0xe0, 0xd9, 0x2e, 0xe5, 0xf1, 0xf1, 0xe1, 0xbe, 0x3b, 0x20, 0xd2, 0x64, 0x86, 0x09, - 0xcb, 0x07, 0x59, 0xdc, 0xdb, 0xf2, 0x41, 0xb6, 0x3c, 0xe7, 0xc2, 0xa8, 0xf6, 0x35, 0x8f, 0x74, - 0xc6, 0x77, 0xe9, 0x6d, 0xa5, 0xf5, 0xfb, 0x91, 0xce, 0xfa, 0x8f, 0x5b, 0x90, 0x30, 0x86, 0x57, - 0x62, 0x31, 0x2b, 0x57, 0x2c, 0x76, 0x01, 0x06, 0x02, 0xbf, 0x49, 0x92, 0xe9, 0x05, 0xb1, 0xdf, - 0x24, 0x98, 0x41, 0x28, 0x46, 0x14, 0x0b, 0x3b, 0xc6, 0xf4, 0x87, 0x9c, 0x78, 0xa2, 0x5d, 0x84, - 0xc1, 0x26, 0xd9, 0x23, 0xcd, 0x64, 0x16, 0x98, 0x9b, 0xb4, 0x10, 0x73, 0x98, 0xfd, 0x8b, 0x03, - 0x70, 0xae, 0x6b, 0xe4, 0x10, 0xfa, 0x1c, 0xda, 0x76, 0x22, 0x72, 0xcf, 0xd9, 0x4f, 0xa6, 0x6b, - 0xb8, 0xc6, 0x8b, 0xb1, 0x84, 0x33, 0x77, 0x25, 0x1e, 0x75, 0x39, 0x21, 0x44, 0x14, 0xc1, 0x96, - 0x05, 0xd4, 0x14, 0x4a, 0x15, 0x8f, 0x43, 0x28, 0xf5, 0x3c, 0x40, 0x18, 0x36, 0xb9, 0xc9, 0x50, - 0x43, 0xf8, 0x41, 0xc5, 0xd1, 0xb9, 0x6b, 0x37, 0x05, 0x04, 0x6b, 0x58, 0xa8, 0x0c, 0x53, 0xed, - 0xc0, 0x8f, 0xb8, 0x4c, 0xb6, 0xcc, 0xad, 0xea, 0x06, 0xcd, 0xa0, 0x0d, 0xd5, 0x04, 0x1c, 0xa7, - 0x6a, 0xa0, 0x97, 0x60, 0x54, 0x04, 0x72, 0xa8, 0xfa, 0x7e, 0x53, 0x88, 0x81, 0x94, 0xa1, 0x59, - 0x2d, 0x06, 0x61, 0x1d, 0x4f, 0xab, 0xc6, 0x04, 0xbd, 0xc3, 0x99, 0xd5, 0xb8, 0xb0, 0x57, 0xc3, - 0x4b, 0x84, 0x99, 0x1c, 0xe9, 0x2b, 0xcc, 0x64, 0x2c, 0x18, 0x2b, 0xf5, 0xad, 0x44, 0x83, 0x9e, - 0xa2, 0xa4, 0x9f, 0x1b, 0x80, 0x19, 0xb1, 0x70, 0x1e, 0xf5, 0x72, 0xb9, 0x9d, 0x5e, 0x2e, 0xc7, - 0x21, 0x3a, 0x7b, 0x6f, 0xcd, 0x9c, 0xf4, 0x9a, 0xf9, 0x61, 0x0b, 0x4c, 0xf6, 0x0a, 0xfd, 0x5f, - 0xb9, 0xf9, 0x6e, 0x5e, 0xca, 0x65, 0xd7, 0x1a, 0xf2, 0x02, 0x79, 0x87, 0x99, 0x6f, 0xec, 0xff, - 0x60, 0xc1, 0x93, 0x3d, 0x29, 0xa2, 0x15, 0x28, 0x31, 0x1e, 0x50, 0x7b, 0x9d, 0x3d, 0xa5, 0xac, - 0x6e, 0x25, 0x20, 0x87, 0x25, 0x8d, 0x6b, 0xa2, 0x95, 0x54, 0x62, 0xa1, 0xa7, 0x33, 0x12, 0x0b, - 0x9d, 0x36, 0x86, 0xe7, 0x21, 0x33, 0x0b, 0xfd, 0x20, 0xbd, 0x71, 0x0c, 0x8f, 0x17, 0xf4, 0x61, - 0x43, 0xec, 0x67, 0x27, 0xc4, 0x7e, 0xc8, 0xc4, 0xd6, 0xee, 0x90, 0x8f, 0xc3, 0x14, 0x8b, 0xf0, - 0xc4, 0x6c, 0xc0, 0x85, 0x2f, 0x4e, 0x21, 0xb6, 0xf3, 0xbc, 0x99, 0x80, 0xe1, 0x14, 0xb6, 0xfd, - 0x47, 0x45, 0x18, 0xe2, 0xdb, 0xef, 0x04, 0xde, 0x84, 0xcf, 0x40, 0xc9, 0x6d, 0xb5, 0x3a, 0x3c, - 0x57, 0xcc, 0x20, 0x77, 0xc0, 0xa5, 0xf3, 0x54, 0x91, 0x85, 0x38, 0x86, 0xa3, 0x55, 0x21, 0x71, - 0xee, 0x12, 0x44, 0x92, 0x77, 0x7c, 0xa1, 0xec, 0x44, 0x0e, 0x67, 0x70, 0xd4, 0x3d, 0x1b, 0xcb, - 0xa6, 0xd1, 0x67, 0x00, 0xc2, 0x28, 0x70, 0xbd, 0x6d, 0x5a, 0x26, 0x62, 0xa6, 0x7e, 0xb0, 0x0b, - 0xb5, 0x9a, 0x42, 0xe6, 0x34, 0xe3, 0x33, 0x47, 0x01, 0xb0, 0x46, 0x11, 0x2d, 0x18, 0x37, 0xfd, - 0x5c, 0x62, 0xee, 0x80, 0x53, 0x8d, 0xe7, 0x6c, 0xee, 0x23, 0x50, 0x52, 0xc4, 0x7b, 0xc9, 0x9f, - 0xc6, 0x74, 0xb6, 0xe8, 0x63, 0x30, 0x99, 0xe8, 0xdb, 0x91, 0xc4, 0x57, 0xbf, 0x64, 0xc1, 0x24, - 0xef, 0xcc, 0x8a, 0xb7, 0x27, 0x6e, 0x83, 0xb7, 0xe1, 0x54, 0x33, 0xe3, 0x54, 0x16, 0xd3, 0xdf, - 0xff, 0x29, 0xae, 0xc4, 0x55, 0x59, 0x50, 0x9c, 0xd9, 0x06, 0xba, 0x4c, 0x77, 0x1c, 0x3d, 0x75, - 0x9d, 0xa6, 0xf0, 0xc7, 0x1d, 0xe3, 0xbb, 0x8d, 0x97, 0x61, 0x05, 0xb5, 0x7f, 0xd7, 0x82, 0x69, - 0xde, 0xf3, 0x1b, 0x64, 0x5f, 0x9d, 0x4d, 0xdf, 0xc8, 0xbe, 0x8b, 0x2c, 0x65, 0x85, 0x9c, 0x2c, - 0x65, 0xfa, 0xa7, 0x15, 0xbb, 0x7e, 0xda, 0x57, 0x2c, 0x10, 0x2b, 0xe4, 0x04, 0x84, 0x10, 0xdf, - 0x6e, 0x0a, 0x21, 0xe6, 0xf2, 0x37, 0x41, 0x8e, 0xf4, 0xe1, 0xcf, 0x2d, 0x98, 0xe2, 0x08, 0xb1, - 0xb6, 0xfc, 0x1b, 0x3a, 0x0f, 0xfd, 0xe4, 0x32, 0xbe, 0x41, 0xf6, 0x37, 0xfc, 0xaa, 0x13, 0xed, - 0x64, 0x7f, 0x94, 0x31, 0x59, 0x03, 0x5d, 0x27, 0xab, 0x21, 0x37, 0xd0, 0x11, 0x12, 0xa4, 0x1f, - 0x39, 0x89, 0x87, 0xfd, 0x75, 0x0b, 0x10, 0x6f, 0xc6, 0x60, 0xdc, 0x28, 0x3b, 0xc4, 0x4a, 0xb5, - 0x8b, 0x2e, 0x3e, 0x9a, 0x14, 0x04, 0x6b, 0x58, 0xc7, 0x32, 0x3c, 0x09, 0x93, 0x87, 0x62, 0x6f, - 0x93, 0x87, 0x23, 0x8c, 0xe8, 0xbf, 0x1a, 0x82, 0xa4, 0xd7, 0x0f, 0xba, 0x03, 0x63, 0x75, 0xa7, - 0xed, 0x6c, 0xba, 0x4d, 0x37, 0x72, 0x49, 0xd8, 0xcd, 0x28, 0x6b, 0x59, 0xc3, 0x13, 0x4a, 0x6a, - 0xad, 0x04, 0x1b, 0x74, 0xd0, 0x02, 0x40, 0x3b, 0x70, 0xf7, 0xdc, 0x26, 0xd9, 0x66, 0xb2, 0x12, - 0x16, 0x01, 0x80, 0x5b, 0x1a, 0xc9, 0x52, 0xac, 0x61, 0x64, 0xb8, 0x58, 0x17, 0x1f, 0xb1, 0x8b, - 0x35, 0x9c, 0x98, 0x8b, 0xf5, 0xc0, 0x91, 0x5c, 0xac, 0x47, 0x8e, 0xec, 0x62, 0x3d, 0xd8, 0x97, - 0x8b, 0x35, 0x86, 0x33, 0x92, 0xf7, 0xa4, 0xff, 0x57, 0xdd, 0x26, 0x11, 0x0f, 0x0e, 0x1e, 0xb6, - 0x60, 0xee, 0xc1, 0xc1, 0xfc, 0x19, 0x9c, 0x89, 0x81, 0x73, 0x6a, 0xa2, 0x4f, 0xc0, 0xac, 0xd3, - 0x6c, 0xfa, 0xf7, 0xd4, 0xa4, 0xae, 0x84, 0x75, 0xa7, 0xc9, 0x95, 0x10, 0xc3, 0x8c, 0xea, 0x13, - 0x0f, 0x0e, 0xe6, 0x67, 0x17, 0x73, 0x70, 0x70, 0x6e, 0x6d, 0xf4, 0x51, 0x28, 0xb5, 0x03, 0xbf, - 0xbe, 0xa6, 0xb9, 0x26, 0x9e, 0xa7, 0x03, 0x58, 0x95, 0x85, 0x87, 0x07, 0xf3, 0xe3, 0xea, 0x0f, - 0xbb, 0xf0, 0xe3, 0x0a, 0x19, 0x3e, 0xd3, 0xa3, 0xc7, 0xea, 0x33, 0xbd, 0x0b, 0x33, 0x35, 0x12, - 0xb8, 0x2c, 0x9d, 0x7a, 0x23, 0x3e, 0x9f, 0x36, 0xa0, 0x14, 0x24, 0x4e, 0xe4, 0xbe, 0x02, 0x3b, - 0x6a, 0xd9, 0x14, 0xe4, 0x09, 0x1c, 0x13, 0xb2, 0xff, 0xa7, 0x05, 0xc3, 0xc2, 0xcb, 0xe7, 0x04, - 0xb8, 0xc6, 0x45, 0x43, 0x93, 0x30, 0x9f, 0x3d, 0x60, 0xac, 0x33, 0xb9, 0x3a, 0x84, 0x4a, 0x42, - 0x87, 0xf0, 0x64, 0x37, 0x22, 0xdd, 0xb5, 0x07, 0x7f, 0xa5, 0x48, 0xb9, 0x77, 0xc3, 0xdf, 0xf4, - 0xd1, 0x0f, 0xc1, 0x3a, 0x0c, 0x87, 0xc2, 0xdf, 0xb1, 0x90, 0x6f, 0xa0, 0x9f, 0x9c, 0xc4, 0xd8, - 0x8e, 0x4d, 0x78, 0x38, 0x4a, 0x22, 0x99, 0x8e, 0x94, 0xc5, 0x47, 0xe8, 0x48, 0xd9, 0xcb, 0x23, - 0x77, 0xe0, 0x38, 0x3c, 0x72, 0xed, 0xaf, 0xb2, 0x9b, 0x53, 0x2f, 0x3f, 0x01, 0xa6, 0xea, 0x9a, - 0x79, 0xc7, 0xda, 0x5d, 0x56, 0x96, 0xe8, 0x54, 0x0e, 0x73, 0xf5, 0x0b, 0x16, 0x9c, 0xcb, 0xf8, - 0x2a, 0x8d, 0xd3, 0x7a, 0x16, 0x46, 0x9c, 0x4e, 0xc3, 0x55, 0x7b, 0x59, 0xd3, 0x27, 0x2e, 0x8a, - 0x72, 0xac, 0x30, 0xd0, 0x32, 0x4c, 0x93, 0xfb, 0x6d, 0x97, 0xab, 0x52, 0x75, 0xab, 0xd6, 0x22, - 0x77, 0x0d, 0x5b, 0x49, 0x02, 0x71, 0x1a, 0x5f, 0x45, 0x41, 0x29, 0xe6, 0x46, 0x41, 0xf9, 0xdb, - 0x16, 0x8c, 0x2a, 0x8f, 0xbf, 0x47, 0x3e, 0xda, 0x1f, 0x37, 0x47, 0xfb, 0xf1, 0x2e, 0xa3, 0x9d, - 0x33, 0xcc, 0xbf, 0x5d, 0x50, 0xfd, 0xad, 0xfa, 0x41, 0xd4, 0x07, 0x07, 0xf7, 0xf0, 0x76, 0xf8, - 0x57, 0x61, 0xd4, 0x69, 0xb7, 0x25, 0x40, 0xda, 0xa0, 0xb1, 0x30, 0xbd, 0x71, 0x31, 0xd6, 0x71, - 0x94, 0x5b, 0x40, 0x31, 0xd7, 0x2d, 0xa0, 0x01, 0x10, 0x39, 0xc1, 0x36, 0x89, 0x68, 0x99, 0x88, - 0x58, 0x96, 0x7f, 0xde, 0x74, 0x22, 0xb7, 0xb9, 0xe0, 0x7a, 0x51, 0x18, 0x05, 0x0b, 0x15, 0x2f, - 0xba, 0x15, 0xf0, 0x27, 0xa4, 0x16, 0x12, 0x48, 0xd1, 0xc2, 0x1a, 0x5d, 0xe9, 0xdd, 0xce, 0xda, - 0x18, 0x34, 0x8d, 0x19, 0xd6, 0x45, 0x39, 0x56, 0x18, 0xf6, 0x47, 0xd8, 0xed, 0xc3, 0xc6, 0xf4, - 0x68, 0x31, 0x74, 0xfe, 0xee, 0x98, 0x9a, 0x0d, 0xa6, 0xc9, 0x2c, 0xeb, 0x91, 0x7a, 0xba, 0x1f, - 0xf6, 0xb4, 0x61, 0xdd, 0x49, 0x2d, 0x0e, 0xe7, 0x83, 0xbe, 0x23, 0x65, 0xa0, 0xf2, 0x5c, 0x8f, - 0x5b, 0xe3, 0x08, 0x26, 0x29, 0x2c, 0x67, 0x07, 0xcb, 0x68, 0x50, 0xa9, 0x8a, 0x7d, 0xa1, 0xe5, - 0xec, 0x10, 0x00, 0x1c, 0xe3, 0x50, 0x66, 0x4a, 0xfd, 0x09, 0x67, 0x51, 0x1c, 0xbb, 0x52, 0x61, - 0x87, 0x58, 0xc3, 0x40, 0x57, 0x84, 0x40, 0x81, 0xeb, 0x05, 0x1e, 0x4f, 0x08, 0x14, 0xe4, 0x70, - 0x69, 0x52, 0xa0, 0xab, 0x30, 0xaa, 0xd2, 0x03, 0x57, 0x79, 0xd6, 0x59, 0xb1, 0xcc, 0x56, 0xe2, - 0x62, 0xac, 0xe3, 0xa0, 0x0d, 0x98, 0x0c, 0xb9, 0x9c, 0x4d, 0x05, 0x14, 0xe6, 0xf2, 0xca, 0x0f, - 0x4a, 0x2b, 0xa0, 0x9a, 0x09, 0x3e, 0x64, 0x45, 0xfc, 0x74, 0x92, 0x1e, 0xe8, 0x49, 0x12, 0xe8, - 0x35, 0x98, 0x68, 0xfa, 0x4e, 0x63, 0xc9, 0x69, 0x3a, 0x5e, 0x9d, 0x8d, 0xcf, 0x88, 0x99, 0x65, - 0xf2, 0xa6, 0x01, 0xc5, 0x09, 0x6c, 0xca, 0xbc, 0xe9, 0x25, 0x22, 0x08, 0xb6, 0xe3, 0x6d, 0x93, - 0x50, 0x24, 0x7b, 0x65, 0xcc, 0xdb, 0xcd, 0x1c, 0x1c, 0x9c, 0x5b, 0x1b, 0xbd, 0x0c, 0x63, 0xf2, - 0xf3, 0xb5, 0x80, 0x0d, 0xb1, 0x87, 0x85, 0x06, 0xc3, 0x06, 0x26, 0xba, 0x07, 0xa7, 0xe5, 0xff, - 0x8d, 0xc0, 0xd9, 0xda, 0x72, 0xeb, 0xc2, 0x8b, 0x99, 0xbb, 0x62, 0x2e, 0x4a, 0x7f, 0xc1, 0x95, - 0x2c, 0xa4, 0xc3, 0x83, 0xf9, 0x0b, 0x62, 0xd4, 0x32, 0xe1, 0x6c, 0x12, 0xb3, 0xe9, 0xa3, 0x35, - 0x98, 0xd9, 0x21, 0x4e, 0x33, 0xda, 0x59, 0xde, 0x21, 0xf5, 0x5d, 0xb9, 0xe9, 0x58, 0x18, 0x08, - 0xcd, 0x2f, 0xe1, 0x7a, 0x1a, 0x05, 0x67, 0xd5, 0x43, 0x6f, 0xc2, 0x6c, 0xbb, 0xb3, 0xd9, 0x74, - 0xc3, 0x9d, 0x75, 0x3f, 0x62, 0xa6, 0x40, 0x2a, 0xdb, 0xb0, 0x88, 0x17, 0xa1, 0x02, 0x6d, 0x54, - 0x73, 0xf0, 0x70, 0x2e, 0x05, 0xf4, 0x36, 0x9c, 0x4e, 0x2c, 0x06, 0xe1, 0x31, 0x3f, 0x91, 0x9f, - 0x52, 0xa0, 0x96, 0x55, 0x41, 0x04, 0x9f, 0xc8, 0x02, 0xe1, 0xec, 0x26, 0xd0, 0x2b, 0x00, 0x6e, - 0x7b, 0xd5, 0x69, 0xb9, 0x4d, 0xfa, 0x5c, 0x9c, 0x61, 0xeb, 0x84, 0x3e, 0x1d, 0xa0, 0x52, 0x95, - 0xa5, 0xf4, 0x7c, 0x16, 0xff, 0xf6, 0xb1, 0x86, 0x8d, 0xaa, 0x30, 0x21, 0xfe, 0xed, 0x8b, 0x69, - 0x9d, 0x56, 0xce, 0xe9, 0x13, 0xb2, 0x86, 0x9a, 0x4b, 0x64, 0x96, 0xb0, 0xd9, 0x4b, 0xd4, 0x47, - 0xdb, 0x70, 0x4e, 0x24, 0xa6, 0x26, 0xfa, 0x3a, 0x95, 0xf3, 0x10, 0xb2, 0x58, 0xfe, 0x23, 0xdc, - 0xed, 0x61, 0xb1, 0x1b, 0x22, 0xee, 0x4e, 0x87, 0xde, 0xef, 0xfa, 0x72, 0xe7, 0xee, 0xa0, 0xa7, - 0xb9, 0x79, 0x12, 0xbd, 0xdf, 0x6f, 0x26, 0x81, 0x38, 0x8d, 0x8f, 0x42, 0x38, 0xed, 0x7a, 0x59, - 0xab, 0xfb, 0x0c, 0x23, 0xf4, 0x31, 0xee, 0x09, 0xdb, 0x7d, 0x65, 0x67, 0xc2, 0xf9, 0xca, 0xce, - 0xa4, 0xfd, 0xce, 0xac, 0xf0, 0x7e, 0xc7, 0xa2, 0xb5, 0x35, 0x4e, 0x1d, 0x7d, 0x16, 0xc6, 0xf4, - 0x0f, 0x13, 0x5c, 0xc7, 0xa5, 0x6c, 0x46, 0x56, 0x3b, 0x1f, 0x38, 0x9f, 0xaf, 0xce, 0x00, 0x1d, - 0x86, 0x0d, 0x8a, 0xa8, 0x9e, 0xe1, 0x33, 0x7e, 0xa5, 0x3f, 0xae, 0xa6, 0x7f, 0x23, 0x34, 0x02, - 0xd9, 0xcb, 0x1e, 0xdd, 0x84, 0x91, 0x7a, 0xd3, 0x25, 0x5e, 0x54, 0xa9, 0x76, 0x8b, 0xf2, 0xb6, - 0x2c, 0x70, 0xc4, 0x3e, 0x12, 0xa1, 0xf9, 0x79, 0x19, 0x56, 0x14, 0xec, 0x5f, 0x2f, 0xc0, 0x7c, - 0x8f, 0x3c, 0x0f, 0x09, 0x95, 0x94, 0xd5, 0x97, 0x4a, 0x6a, 0x51, 0xa6, 0xd4, 0x5e, 0x4f, 0x48, - 0xbb, 0x12, 0xe9, 0xb2, 0x63, 0x99, 0x57, 0x12, 0xbf, 0x6f, 0x17, 0x01, 0x5d, 0xab, 0x35, 0xd0, - 0xd3, 0xc9, 0xc5, 0xd0, 0x66, 0x0f, 0xf6, 0xff, 0x04, 0xce, 0xd5, 0x4c, 0xda, 0x5f, 0x2d, 0xc0, - 0x69, 0x35, 0x84, 0xdf, 0xba, 0x03, 0x77, 0x3b, 0x3d, 0x70, 0xc7, 0xa0, 0xd7, 0xb5, 0x6f, 0xc1, - 0x10, 0x0f, 0x5b, 0xd7, 0x07, 0xeb, 0x7d, 0xd1, 0x8c, 0xf0, 0xaa, 0xb8, 0x3d, 0x23, 0xca, 0xeb, - 0xf7, 0x5b, 0x30, 0xb9, 0xb1, 0x5c, 0xad, 0xf9, 0xf5, 0x5d, 0x12, 0x2d, 0xf2, 0xa7, 0x12, 0xd6, - 0xbc, 0x6b, 0x1f, 0x86, 0x3d, 0xce, 0x62, 0xbc, 0x2f, 0xc0, 0xc0, 0x8e, 0x1f, 0x46, 0x49, 0xa3, - 0x8f, 0xeb, 0x7e, 0x18, 0x61, 0x06, 0xb1, 0x7f, 0xcf, 0x82, 0xc1, 0x0d, 0xc7, 0xf5, 0x22, 0xa9, - 0x20, 0xb0, 0x72, 0x14, 0x04, 0xfd, 0x7c, 0x17, 0x7a, 0x09, 0x86, 0xc8, 0xd6, 0x16, 0xa9, 0x47, - 0x62, 0x56, 0x65, 0x68, 0x82, 0xa1, 0x15, 0x56, 0x4a, 0x79, 0x41, 0xd6, 0x18, 0xff, 0x8b, 0x05, - 0x32, 0xba, 0x0b, 0xa5, 0xc8, 0x6d, 0x91, 0xc5, 0x46, 0x43, 0xa8, 0xcd, 0x1f, 0x22, 0xbc, 0xc2, - 0x86, 0x24, 0x80, 0x63, 0x5a, 0xf6, 0x97, 0x0a, 0x00, 0x71, 0xbc, 0x9f, 0x5e, 0x9f, 0xb8, 0x94, - 0x52, 0xa8, 0x5e, 0xca, 0x50, 0xa8, 0xa2, 0x98, 0x60, 0x86, 0x36, 0x55, 0x0d, 0x53, 0xb1, 0xaf, - 0x61, 0x1a, 0x38, 0xca, 0x30, 0x2d, 0xc3, 0x74, 0x1c, 0xaf, 0xc8, 0x0c, 0xd7, 0xc6, 0xae, 0xcf, - 0x8d, 0x24, 0x10, 0xa7, 0xf1, 0x6d, 0x02, 0x17, 0x54, 0xd8, 0x16, 0x71, 0xa3, 0x31, 0xab, 0x6c, - 0x5d, 0x41, 0xdd, 0x63, 0x9c, 0x62, 0x8d, 0x71, 0x21, 0x57, 0x63, 0xfc, 0x53, 0x16, 0x9c, 0x4a, - 0xb6, 0xc3, 0xfc, 0x71, 0xbf, 0x68, 0xc1, 0x69, 0xa6, 0x37, 0x67, 0xad, 0xa6, 0xb5, 0xf4, 0x2f, - 0x76, 0x0d, 0x45, 0x93, 0xd3, 0xe3, 0x38, 0x06, 0xc6, 0x5a, 0x16, 0x69, 0x9c, 0xdd, 0xa2, 0xfd, - 0xef, 0x0b, 0x30, 0x9b, 0x17, 0xc3, 0x86, 0x39, 0x6d, 0x38, 0xf7, 0x6b, 0xbb, 0xe4, 0x9e, 0x30, - 0x8d, 0x8f, 0x9d, 0x36, 0x78, 0x31, 0x96, 0xf0, 0x64, 0xe8, 0xfe, 0x42, 0x9f, 0xa1, 0xfb, 0x77, - 0x60, 0xfa, 0xde, 0x0e, 0xf1, 0x6e, 0x7b, 0xa1, 0x13, 0xb9, 0xe1, 0x96, 0xcb, 0x74, 0xcc, 0x7c, - 0xdd, 0xbc, 0x22, 0x0d, 0xd8, 0xef, 0x26, 0x11, 0x0e, 0x0f, 0xe6, 0xcf, 0x19, 0x05, 0x71, 0x97, - 0xf9, 0x41, 0x82, 0xd3, 0x44, 0xd3, 0x99, 0x0f, 0x06, 0x1e, 0x61, 0xe6, 0x03, 0xfb, 0x8b, 0x16, - 0x9c, 0xcd, 0x4d, 0xba, 0x8a, 0x2e, 0xc3, 0x88, 0xd3, 0x76, 0xb9, 0x98, 0x5e, 0x1c, 0xa3, 0x4c, - 0x1c, 0x54, 0xad, 0x70, 0x21, 0xbd, 0x82, 0xaa, 0x74, 0xf3, 0x85, 0xdc, 0x74, 0xf3, 0x3d, 0xb3, - 0xc7, 0xdb, 0xdf, 0x67, 0x81, 0x70, 0x38, 0xed, 0xe3, 0xec, 0xfe, 0x14, 0x8c, 0xed, 0xa5, 0xb3, - 0x23, 0x5d, 0xc8, 0xf7, 0xc0, 0x15, 0x39, 0x91, 0x14, 0x43, 0x66, 0x64, 0x42, 0x32, 0x68, 0xd9, - 0x0d, 0x10, 0xd0, 0x32, 0x61, 0x42, 0xe8, 0xde, 0xbd, 0x79, 0x1e, 0xa0, 0xc1, 0x70, 0xb5, 0x9c, - 0xfd, 0xea, 0x66, 0x2e, 0x2b, 0x08, 0xd6, 0xb0, 0xec, 0x7f, 0x53, 0x80, 0x51, 0x99, 0x8d, 0xa7, - 0xe3, 0xf5, 0x23, 0x2a, 0x3a, 0x52, 0x7a, 0x4e, 0x74, 0x05, 0x4a, 0x4c, 0x96, 0x59, 0x8d, 0x25, - 0x6c, 0x4a, 0x92, 0xb0, 0x26, 0x01, 0x38, 0xc6, 0xa1, 0xbb, 0x28, 0xec, 0x6c, 0x32, 0xf4, 0x84, - 0x7b, 0x64, 0x8d, 0x17, 0x63, 0x09, 0x47, 0x9f, 0x80, 0x29, 0x5e, 0x2f, 0xf0, 0xdb, 0xce, 0x36, - 0xd7, 0x7f, 0x0c, 0xaa, 0x00, 0x0a, 0x53, 0x6b, 0x09, 0xd8, 0xe1, 0xc1, 0xfc, 0xa9, 0x64, 0x19, - 0x53, 0xec, 0xa5, 0xa8, 0x30, 0x33, 0x27, 0xde, 0x08, 0xdd, 0xfd, 0x29, 0xeb, 0xa8, 0x18, 0x84, - 0x75, 0x3c, 0xfb, 0xb3, 0x80, 0xd2, 0x79, 0x89, 0xd0, 0xeb, 0xdc, 0xb6, 0xd5, 0x0d, 0x48, 0xa3, - 0x9b, 0xa2, 0x4f, 0x0f, 0x13, 0x20, 0x3d, 0x9b, 0x78, 0x2d, 0xac, 0xea, 0xdb, 0xff, 0x6f, 0x11, - 0xa6, 0x92, 0xbe, 0xdc, 0xe8, 0x3a, 0x0c, 0x71, 0xd6, 0x43, 0x90, 0xef, 0x62, 0x47, 0xa2, 0x79, - 0x80, 0xb3, 0x43, 0x58, 0x70, 0x2f, 0xa2, 0x3e, 0x7a, 0x13, 0x46, 0x1b, 0xfe, 0x3d, 0xef, 0x9e, - 0x13, 0x34, 0x16, 0xab, 0x15, 0xb1, 0x9c, 0x33, 0x1f, 0xb6, 0xe5, 0x18, 0x4d, 0xf7, 0x2a, 0x67, - 0x3a, 0xd3, 0x18, 0x84, 0x75, 0x72, 0x68, 0x83, 0x05, 0x33, 0xdf, 0x72, 0xb7, 0xd7, 0x9c, 0x76, - 0x37, 0x47, 0x87, 0x65, 0x89, 0xa4, 0x51, 0x1e, 0x17, 0x11, 0xcf, 0x39, 0x00, 0xc7, 0x84, 0xd0, - 0xe7, 0x61, 0x26, 0xcc, 0x11, 0xb7, 0xe7, 0xa5, 0xa9, 0xeb, 0x26, 0x81, 0x5e, 0x7a, 0xec, 0xc1, - 0xc1, 0xfc, 0x4c, 0x96, 0x60, 0x3e, 0xab, 0x19, 0xfb, 0xc7, 0x4e, 0x81, 0xb1, 0x89, 0x8d, 0xac, - 0xa5, 0xd6, 0x31, 0x65, 0x2d, 0xc5, 0x30, 0x42, 0x5a, 0xed, 0x68, 0xbf, 0xec, 0x06, 0xdd, 0x72, - 0x86, 0xaf, 0x08, 0x9c, 0x34, 0x4d, 0x09, 0xc1, 0x8a, 0x4e, 0x76, 0x6a, 0xd9, 0xe2, 0x37, 0x30, - 0xb5, 0xec, 0xc0, 0x09, 0xa6, 0x96, 0x5d, 0x87, 0xe1, 0x6d, 0x37, 0xc2, 0xa4, 0xed, 0x0b, 0xa6, - 0x3f, 0x73, 0x1d, 0x5e, 0xe3, 0x28, 0xe9, 0x24, 0x86, 0x02, 0x80, 0x25, 0x11, 0xf4, 0xba, 0xda, - 0x81, 0x43, 0xf9, 0x0f, 0xf3, 0xb4, 0xc1, 0x43, 0xe6, 0x1e, 0x14, 0x09, 0x64, 0x87, 0x1f, 0x36, - 0x81, 0xec, 0xaa, 0x4c, 0xfb, 0x3a, 0x92, 0xef, 0x95, 0xc4, 0xb2, 0xba, 0xf6, 0x48, 0xf6, 0x7a, - 0x47, 0x4f, 0x95, 0x5b, 0xca, 0x3f, 0x09, 0x54, 0x16, 0xdc, 0x3e, 0x13, 0xe4, 0x7e, 0x9f, 0x05, - 0xa7, 0xdb, 0x59, 0x59, 0xa3, 0x85, 0x6d, 0xc0, 0x4b, 0x7d, 0x27, 0xa6, 0x36, 0x1a, 0x64, 0x32, - 0xb5, 0x4c, 0x34, 0x9c, 0xdd, 0x1c, 0x1d, 0xe8, 0x60, 0xb3, 0x21, 0x74, 0xd4, 0x17, 0x73, 0x32, - 0xed, 0x76, 0xc9, 0xaf, 0xbb, 0x91, 0x91, 0xd5, 0xf5, 0xfd, 0x79, 0x59, 0x5d, 0xfb, 0xce, 0xe5, - 0xfa, 0xba, 0xca, 0xb1, 0x3b, 0x9e, 0xbf, 0x94, 0x78, 0x06, 0xdd, 0x9e, 0x99, 0x75, 0x5f, 0x57, - 0x99, 0x75, 0xbb, 0x44, 0xaa, 0xe5, 0x79, 0x73, 0x7b, 0xe6, 0xd3, 0xd5, 0x72, 0xe2, 0x4e, 0x1e, - 0x4f, 0x4e, 0x5c, 0xe3, 0xaa, 0xe1, 0x69, 0x59, 0x9f, 0xe9, 0x71, 0xd5, 0x18, 0x74, 0xbb, 0x5f, - 0x36, 0x3c, 0xff, 0xef, 0xf4, 0x43, 0xe5, 0xff, 0xbd, 0xa3, 0xe7, 0xd3, 0x45, 0x3d, 0x12, 0xc6, - 0x52, 0xa4, 0x3e, 0xb3, 0xe8, 0xde, 0xd1, 0x2f, 0xc0, 0x99, 0x7c, 0xba, 0xea, 0x9e, 0x4b, 0xd3, - 0xcd, 0xbc, 0x02, 0x53, 0xd9, 0x79, 0x4f, 0x9d, 0x4c, 0x76, 0xde, 0xd3, 0xc7, 0x9e, 0x9d, 0xf7, - 0xcc, 0x09, 0x64, 0xe7, 0x7d, 0xec, 0x04, 0xb3, 0xf3, 0xde, 0x61, 0x06, 0x35, 0x3c, 0x6c, 0x8f, - 0x88, 0xac, 0x9b, 0x1d, 0xc5, 0x35, 0x2b, 0xb6, 0x0f, 0xff, 0x38, 0x05, 0xc2, 0x31, 0xa9, 0x8c, - 0xac, 0xbf, 0xb3, 0x8f, 0x20, 0xeb, 0xef, 0x7a, 0x9c, 0xf5, 0xf7, 0x6c, 0xfe, 0x54, 0x67, 0xb8, - 0x60, 0xe4, 0xe4, 0xfa, 0xbd, 0xa3, 0xe7, 0xe8, 0x7d, 0xbc, 0x8b, 0xd6, 0x24, 0x4b, 0xf0, 0xd8, - 0x25, 0x33, 0xef, 0x6b, 0x3c, 0x33, 0xef, 0x13, 0xf9, 0x27, 0x79, 0xf2, 0xba, 0x33, 0xf2, 0xf1, - 0xd2, 0x7e, 0xa9, 0x18, 0x8e, 0x2c, 0x86, 0x70, 0x4e, 0xbf, 0x54, 0x10, 0xc8, 0x74, 0xbf, 0x14, - 0x08, 0xc7, 0xa4, 0xec, 0x1f, 0x28, 0xc0, 0xf9, 0xee, 0xfb, 0x2d, 0x96, 0xa6, 0x56, 0x63, 0x25, - 0x72, 0x42, 0x9a, 0xca, 0xdf, 0x6c, 0x31, 0x56, 0xdf, 0x21, 0xe9, 0xae, 0xc1, 0xb4, 0xf2, 0xdd, - 0x68, 0xba, 0xf5, 0xfd, 0xf5, 0xf8, 0xe5, 0xab, 0xfc, 0xdd, 0x6b, 0x49, 0x04, 0x9c, 0xae, 0x83, - 0x16, 0x61, 0xd2, 0x28, 0xac, 0x94, 0xc5, 0xdb, 0x4c, 0x89, 0x6f, 0x6b, 0x26, 0x18, 0x27, 0xf1, - 0xed, 0x2f, 0x5b, 0xf0, 0x58, 0x4e, 0x5a, 0xbb, 0xbe, 0x23, 0xae, 0x6d, 0xc1, 0x64, 0xdb, 0xac, - 0xda, 0x23, 0x48, 0xa4, 0x91, 0x3c, 0x4f, 0xf5, 0x35, 0x01, 0xc0, 0x49, 0xa2, 0xf6, 0xcf, 0x14, - 0xe0, 0x5c, 0x57, 0x63, 0x44, 0x84, 0xe1, 0xcc, 0x76, 0x2b, 0x74, 0x96, 0x03, 0xd2, 0x20, 0x5e, - 0xe4, 0x3a, 0xcd, 0x5a, 0x9b, 0xd4, 0x35, 0x79, 0x38, 0xb3, 0xea, 0xbb, 0xb6, 0x56, 0x5b, 0x4c, - 0x63, 0xe0, 0x9c, 0x9a, 0x68, 0x15, 0x50, 0x1a, 0x22, 0x66, 0x98, 0x45, 0xa3, 0x4e, 0xd3, 0xc3, - 0x19, 0x35, 0xd0, 0x47, 0x60, 0x5c, 0x19, 0x39, 0x6a, 0x33, 0xce, 0x0e, 0x76, 0xac, 0x03, 0xb0, - 0x89, 0x87, 0xae, 0xf2, 0x70, 0xe6, 0x22, 0xf0, 0xbd, 0x10, 0x9e, 0x4f, 0xca, 0x58, 0xe5, 0xa2, - 0x18, 0xeb, 0x38, 0x4b, 0x97, 0x7f, 0xe3, 0x0f, 0xce, 0xbf, 0xef, 0xb7, 0xfe, 0xe0, 0xfc, 0xfb, - 0x7e, 0xf7, 0x0f, 0xce, 0xbf, 0xef, 0xbb, 0x1e, 0x9c, 0xb7, 0x7e, 0xe3, 0xc1, 0x79, 0xeb, 0xb7, - 0x1e, 0x9c, 0xb7, 0x7e, 0xf7, 0xc1, 0x79, 0xeb, 0xf7, 0x1f, 0x9c, 0xb7, 0xbe, 0xf4, 0x87, 0xe7, - 0xdf, 0xf7, 0xa9, 0xc2, 0xde, 0xd5, 0xff, 0x13, 0x00, 0x00, 0xff, 0xff, 0x11, 0xbd, 0x2b, 0x2b, - 0x30, 0x04, 0x01, 0x00, + // 14240 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0xbd, 0x79, 0x70, 0x24, 0xd7, + 0x79, 0x18, 0xae, 0x9e, 0xc1, 0x35, 0x1f, 0xee, 0xb7, 0x07, 0xb1, 0x20, 0x77, 0xb1, 0x6c, 0x4a, + 0xcb, 0xa5, 0x48, 0x62, 0xb5, 0x3c, 0x24, 0x9a, 0x94, 0x68, 0x01, 0x18, 0x60, 0x17, 0xdc, 0x05, + 0x76, 0xf8, 0x06, 0xbb, 0x2b, 0xc9, 0x94, 0x4a, 0x8d, 0x99, 0x07, 0xa0, 0x85, 0x99, 0xee, 0x61, + 0x77, 0x0f, 0x76, 0xc1, 0x9f, 0x5c, 0x3f, 0x47, 0x3e, 0xe5, 0x23, 0xa5, 0x4a, 0x39, 0x47, 0xc9, + 0x2e, 0x57, 0xca, 0x71, 0x62, 0x2b, 0xca, 0xe5, 0xc8, 0xb1, 0x1d, 0xcb, 0x89, 0x9d, 0xdb, 0xc9, + 0x1f, 0xb6, 0xe3, 0x4a, 0x2c, 0x57, 0xb9, 0x82, 0xd8, 0xeb, 0x54, 0xb9, 0x54, 0x95, 0xd8, 0x4e, + 0x9c, 0xfc, 0x91, 0x8d, 0x2b, 0x4e, 0xbd, 0xb3, 0xdf, 0xeb, 0x6b, 0x06, 0x4b, 0x2c, 0x44, 0xa9, + 0xf8, 0xdf, 0xcc, 0xfb, 0xbe, 0xf7, 0xbd, 0xd7, 0xef, 0xfc, 0xde, 0x77, 0xc2, 0x2b, 0xbb, 0x2f, + 0x85, 0xf3, 0xae, 0x7f, 0x69, 0xb7, 0xbb, 0x49, 0x02, 0x8f, 0x44, 0x24, 0xbc, 0xb4, 0x47, 0xbc, + 0xa6, 0x1f, 0x5c, 0x12, 0x00, 0xa7, 0xe3, 0x5e, 0x6a, 0xf8, 0x01, 0xb9, 0xb4, 0x77, 0xf9, 0xd2, + 0x36, 0xf1, 0x48, 0xe0, 0x44, 0xa4, 0x39, 0xdf, 0x09, 0xfc, 0xc8, 0x47, 0x88, 0xe3, 0xcc, 0x3b, + 0x1d, 0x77, 0x9e, 0xe2, 0xcc, 0xef, 0x5d, 0x9e, 0x7d, 0x76, 0xdb, 0x8d, 0x76, 0xba, 0x9b, 0xf3, + 0x0d, 0xbf, 0x7d, 0x69, 0xdb, 0xdf, 0xf6, 0x2f, 0x31, 0xd4, 0xcd, 0xee, 0x16, 0xfb, 0xc7, 0xfe, + 0xb0, 0x5f, 0x9c, 0xc4, 0xec, 0x0b, 0x71, 0x33, 0x6d, 0xa7, 0xb1, 0xe3, 0x7a, 0x24, 0xd8, 0xbf, + 0xd4, 0xd9, 0xdd, 0x66, 0xed, 0x06, 0x24, 0xf4, 0xbb, 0x41, 0x83, 0x24, 0x1b, 0x2e, 0xac, 0x15, + 0x5e, 0x6a, 0x93, 0xc8, 0xc9, 0xe8, 0xee, 0xec, 0xa5, 0xbc, 0x5a, 0x41, 0xd7, 0x8b, 0xdc, 0x76, + 0xba, 0x99, 0x0f, 0xf6, 0xaa, 0x10, 0x36, 0x76, 0x48, 0xdb, 0x49, 0xd5, 0x7b, 0x3e, 0xaf, 0x5e, + 0x37, 0x72, 0x5b, 0x97, 0x5c, 0x2f, 0x0a, 0xa3, 0x20, 0x59, 0xc9, 0xfe, 0x9a, 0x05, 0xe7, 0x17, + 0x6e, 0xd7, 0x97, 0x5b, 0x4e, 0x18, 0xb9, 0x8d, 0xc5, 0x96, 0xdf, 0xd8, 0xad, 0x47, 0x7e, 0x40, + 0x6e, 0xf9, 0xad, 0x6e, 0x9b, 0xd4, 0xd9, 0x40, 0xa0, 0x67, 0x60, 0x64, 0x8f, 0xfd, 0x5f, 0xad, + 0xce, 0x58, 0xe7, 0xad, 0x8b, 0x95, 0xc5, 0xa9, 0x5f, 0x3b, 0x98, 0x7b, 0xcf, 0xbd, 0x83, 0xb9, + 0x91, 0x5b, 0xa2, 0x1c, 0x2b, 0x0c, 0x74, 0x01, 0x86, 0xb6, 0xc2, 0x8d, 0xfd, 0x0e, 0x99, 0x29, + 0x31, 0xdc, 0x09, 0x81, 0x3b, 0xb4, 0x52, 0xa7, 0xa5, 0x58, 0x40, 0xd1, 0x25, 0xa8, 0x74, 0x9c, + 0x20, 0x72, 0x23, 0xd7, 0xf7, 0x66, 0xca, 0xe7, 0xad, 0x8b, 0x83, 0x8b, 0xd3, 0x02, 0xb5, 0x52, + 0x93, 0x00, 0x1c, 0xe3, 0xd0, 0x6e, 0x04, 0xc4, 0x69, 0xde, 0xf0, 0x5a, 0xfb, 0x33, 0x03, 0xe7, + 0xad, 0x8b, 0x23, 0x71, 0x37, 0xb0, 0x28, 0xc7, 0x0a, 0xc3, 0xfe, 0x62, 0x09, 0x46, 0x16, 0xb6, + 0xb6, 0x5c, 0xcf, 0x8d, 0xf6, 0xd1, 0x2d, 0x18, 0xf3, 0xfc, 0x26, 0x91, 0xff, 0xd9, 0x57, 0x8c, + 0x3e, 0x77, 0x7e, 0x3e, 0xbd, 0x94, 0xe6, 0xd7, 0x35, 0xbc, 0xc5, 0xa9, 0x7b, 0x07, 0x73, 0x63, + 0x7a, 0x09, 0x36, 0xe8, 0x20, 0x0c, 0xa3, 0x1d, 0xbf, 0xa9, 0xc8, 0x96, 0x18, 0xd9, 0xb9, 0x2c, + 0xb2, 0xb5, 0x18, 0x6d, 0x71, 0xf2, 0xde, 0xc1, 0xdc, 0xa8, 0x56, 0x80, 0x75, 0x22, 0x68, 0x13, + 0x26, 0xe9, 0x5f, 0x2f, 0x72, 0x15, 0xdd, 0x32, 0xa3, 0xfb, 0x44, 0x1e, 0x5d, 0x0d, 0x75, 0xf1, + 0xc4, 0xbd, 0x83, 0xb9, 0xc9, 0x44, 0x21, 0x4e, 0x12, 0xb4, 0xdf, 0x82, 0x89, 0x85, 0x28, 0x72, + 0x1a, 0x3b, 0xa4, 0xc9, 0x67, 0x10, 0xbd, 0x00, 0x03, 0x9e, 0xd3, 0x26, 0x62, 0x7e, 0xcf, 0x8b, + 0x81, 0x1d, 0x58, 0x77, 0xda, 0xe4, 0xfe, 0xc1, 0xdc, 0xd4, 0x4d, 0xcf, 0x7d, 0xb3, 0x2b, 0x56, + 0x05, 0x2d, 0xc3, 0x0c, 0x1b, 0x3d, 0x07, 0xd0, 0x24, 0x7b, 0x6e, 0x83, 0xd4, 0x9c, 0x68, 0x47, + 0xcc, 0x37, 0x12, 0x75, 0xa1, 0xaa, 0x20, 0x58, 0xc3, 0xb2, 0xef, 0x42, 0x65, 0x61, 0xcf, 0x77, + 0x9b, 0x35, 0xbf, 0x19, 0xa2, 0x5d, 0x98, 0xec, 0x04, 0x64, 0x8b, 0x04, 0xaa, 0x68, 0xc6, 0x3a, + 0x5f, 0xbe, 0x38, 0xfa, 0xdc, 0xc5, 0xcc, 0x8f, 0x35, 0x51, 0x97, 0xbd, 0x28, 0xd8, 0x5f, 0x7c, + 0x44, 0xb4, 0x37, 0x99, 0x80, 0xe2, 0x24, 0x65, 0xfb, 0x5f, 0x96, 0xe0, 0xd4, 0xc2, 0x5b, 0xdd, + 0x80, 0x54, 0xdd, 0x70, 0x37, 0xb9, 0xc2, 0x9b, 0x6e, 0xb8, 0xbb, 0x1e, 0x8f, 0x80, 0x5a, 0x5a, + 0x55, 0x51, 0x8e, 0x15, 0x06, 0x7a, 0x16, 0x86, 0xe9, 0xef, 0x9b, 0x78, 0x55, 0x7c, 0xf2, 0x09, + 0x81, 0x3c, 0x5a, 0x75, 0x22, 0xa7, 0xca, 0x41, 0x58, 0xe2, 0xa0, 0x35, 0x18, 0x6d, 0xb0, 0x0d, + 0xb9, 0xbd, 0xe6, 0x37, 0x09, 0x9b, 0xcc, 0xca, 0xe2, 0xd3, 0x14, 0x7d, 0x29, 0x2e, 0xbe, 0x7f, + 0x30, 0x37, 0xc3, 0xfb, 0x26, 0x48, 0x68, 0x30, 0xac, 0xd7, 0x47, 0xb6, 0xda, 0x5f, 0x03, 0x8c, + 0x12, 0x64, 0xec, 0xad, 0x8b, 0xda, 0x56, 0x19, 0x64, 0x5b, 0x65, 0x2c, 0x7b, 0x9b, 0xa0, 0xcb, + 0x30, 0xb0, 0xeb, 0x7a, 0xcd, 0x99, 0x21, 0x46, 0xeb, 0x2c, 0x9d, 0xf3, 0x6b, 0xae, 0xd7, 0xbc, + 0x7f, 0x30, 0x37, 0x6d, 0x74, 0x87, 0x16, 0x62, 0x86, 0x6a, 0xff, 0xa9, 0x05, 0x73, 0x0c, 0xb6, + 0xe2, 0xb6, 0x48, 0x8d, 0x04, 0xa1, 0x1b, 0x46, 0xc4, 0x8b, 0x8c, 0x01, 0x7d, 0x0e, 0x20, 0x24, + 0x8d, 0x80, 0x44, 0xda, 0x90, 0xaa, 0x85, 0x51, 0x57, 0x10, 0xac, 0x61, 0xd1, 0x03, 0x21, 0xdc, + 0x71, 0x02, 0xb6, 0xbe, 0xc4, 0xc0, 0xaa, 0x03, 0xa1, 0x2e, 0x01, 0x38, 0xc6, 0x31, 0x0e, 0x84, + 0x72, 0xaf, 0x03, 0x01, 0x7d, 0x04, 0x26, 0xe3, 0xc6, 0xc2, 0x8e, 0xd3, 0x90, 0x03, 0xc8, 0xb6, + 0x4c, 0xdd, 0x04, 0xe1, 0x24, 0xae, 0xfd, 0xb7, 0x2d, 0xb1, 0x78, 0xe8, 0x57, 0xbf, 0xc3, 0xbf, + 0xd5, 0xfe, 0x45, 0x0b, 0x86, 0x17, 0x5d, 0xaf, 0xe9, 0x7a, 0xdb, 0xe8, 0xd3, 0x30, 0x42, 0xef, + 0xa6, 0xa6, 0x13, 0x39, 0xe2, 0xdc, 0xfb, 0x80, 0xb6, 0xb7, 0xd4, 0x55, 0x31, 0xdf, 0xd9, 0xdd, + 0xa6, 0x05, 0xe1, 0x3c, 0xc5, 0xa6, 0xbb, 0xed, 0xc6, 0xe6, 0x67, 0x48, 0x23, 0x5a, 0x23, 0x91, + 0x13, 0x7f, 0x4e, 0x5c, 0x86, 0x15, 0x55, 0x74, 0x0d, 0x86, 0x22, 0x27, 0xd8, 0x26, 0x91, 0x38, + 0x00, 0x33, 0x0f, 0x2a, 0x5e, 0x13, 0xd3, 0x1d, 0x49, 0xbc, 0x06, 0x89, 0xaf, 0x85, 0x0d, 0x56, + 0x15, 0x0b, 0x12, 0xf6, 0x8f, 0x0c, 0xc3, 0x99, 0xa5, 0xfa, 0x6a, 0xce, 0xba, 0xba, 0x00, 0x43, + 0xcd, 0xc0, 0xdd, 0x23, 0x81, 0x18, 0x67, 0x45, 0xa5, 0xca, 0x4a, 0xb1, 0x80, 0xa2, 0x97, 0x60, + 0x8c, 0x5f, 0x48, 0x57, 0x1d, 0xaf, 0xd9, 0x92, 0x43, 0x7c, 0x52, 0x60, 0x8f, 0xdd, 0xd2, 0x60, + 0xd8, 0xc0, 0x3c, 0xe4, 0xa2, 0xba, 0x90, 0xd8, 0x8c, 0x79, 0x97, 0xdd, 0xe7, 0x2d, 0x98, 0xe2, + 0xcd, 0x2c, 0x44, 0x51, 0xe0, 0x6e, 0x76, 0x23, 0x12, 0xce, 0x0c, 0xb2, 0x93, 0x6e, 0x29, 0x6b, + 0xb4, 0x72, 0x47, 0x60, 0xfe, 0x56, 0x82, 0x0a, 0x3f, 0x04, 0x67, 0x44, 0xbb, 0x53, 0x49, 0x30, + 0x4e, 0x35, 0x8b, 0xbe, 0xdb, 0x82, 0xd9, 0x86, 0xef, 0x45, 0x81, 0xdf, 0x6a, 0x91, 0xa0, 0xd6, + 0xdd, 0x6c, 0xb9, 0xe1, 0x0e, 0x5f, 0xa7, 0x98, 0x6c, 0xb1, 0x93, 0x20, 0x67, 0x0e, 0x15, 0x92, + 0x98, 0xc3, 0x73, 0xf7, 0x0e, 0xe6, 0x66, 0x97, 0x72, 0x49, 0xe1, 0x82, 0x66, 0xd0, 0x2e, 0x20, + 0x7a, 0x95, 0xd6, 0x23, 0x67, 0x9b, 0xc4, 0x8d, 0x0f, 0xf7, 0xdf, 0xf8, 0xe9, 0x7b, 0x07, 0x73, + 0x68, 0x3d, 0x45, 0x02, 0x67, 0x90, 0x45, 0x6f, 0xc2, 0x49, 0x5a, 0x9a, 0xfa, 0xd6, 0x91, 0xfe, + 0x9b, 0x9b, 0xb9, 0x77, 0x30, 0x77, 0x72, 0x3d, 0x83, 0x08, 0xce, 0x24, 0x8d, 0xbe, 0xcb, 0x82, + 0x33, 0xf1, 0xe7, 0x2f, 0xdf, 0xed, 0x38, 0x5e, 0x33, 0x6e, 0xb8, 0xd2, 0x7f, 0xc3, 0xf4, 0x4c, + 0x3e, 0xb3, 0x94, 0x47, 0x09, 0xe7, 0x37, 0x32, 0xbb, 0x04, 0xa7, 0x32, 0x57, 0x0b, 0x9a, 0x82, + 0xf2, 0x2e, 0xe1, 0x5c, 0x50, 0x05, 0xd3, 0x9f, 0xe8, 0x24, 0x0c, 0xee, 0x39, 0xad, 0xae, 0xd8, + 0x28, 0x98, 0xff, 0x79, 0xb9, 0xf4, 0x92, 0x65, 0xff, 0xab, 0x32, 0x4c, 0x2e, 0xd5, 0x57, 0x1f, + 0x68, 0x17, 0xea, 0xd7, 0x50, 0xa9, 0xf0, 0x1a, 0x8a, 0x2f, 0xb5, 0x72, 0xee, 0xa5, 0xf6, 0xff, + 0x67, 0x6c, 0xa1, 0x01, 0xb6, 0x85, 0xbe, 0x2d, 0x67, 0x0b, 0x1d, 0xf1, 0xc6, 0xd9, 0xcb, 0x59, + 0x45, 0x83, 0x6c, 0x32, 0x33, 0x39, 0x96, 0xeb, 0x7e, 0xc3, 0x69, 0x25, 0x8f, 0xbe, 0x43, 0x2e, + 0xa5, 0xa3, 0x99, 0xc7, 0x06, 0x8c, 0x2d, 0x39, 0x1d, 0x67, 0xd3, 0x6d, 0xb9, 0x91, 0x4b, 0x42, + 0xf4, 0x24, 0x94, 0x9d, 0x66, 0x93, 0x71, 0x5b, 0x95, 0xc5, 0x53, 0xf7, 0x0e, 0xe6, 0xca, 0x0b, + 0x4d, 0x7a, 0xed, 0x83, 0xc2, 0xda, 0xc7, 0x14, 0x03, 0xbd, 0x1f, 0x06, 0x9a, 0x81, 0xdf, 0x99, + 0x29, 0x31, 0x4c, 0xba, 0xeb, 0x06, 0xaa, 0x81, 0xdf, 0x49, 0xa0, 0x32, 0x1c, 0xfb, 0x57, 0x4b, + 0xf0, 0xd8, 0x12, 0xe9, 0xec, 0xac, 0xd4, 0x73, 0xce, 0xef, 0x8b, 0x30, 0xd2, 0xf6, 0x3d, 0x37, + 0xf2, 0x83, 0x50, 0x34, 0xcd, 0x56, 0xc4, 0x9a, 0x28, 0xc3, 0x0a, 0x8a, 0xce, 0xc3, 0x40, 0x27, + 0x66, 0x2a, 0xc7, 0x24, 0x43, 0xca, 0xd8, 0x49, 0x06, 0xa1, 0x18, 0xdd, 0x90, 0x04, 0x62, 0xc5, + 0x28, 0x8c, 0x9b, 0x21, 0x09, 0x30, 0x83, 0xc4, 0x37, 0x33, 0xbd, 0xb3, 0xc5, 0x09, 0x9d, 0xb8, + 0x99, 0x29, 0x04, 0x6b, 0x58, 0xa8, 0x06, 0x95, 0x30, 0x31, 0xb3, 0x7d, 0x6d, 0xd3, 0x71, 0x76, + 0x75, 0xab, 0x99, 0x8c, 0x89, 0x18, 0x37, 0xca, 0x50, 0xcf, 0xab, 0xfb, 0xab, 0x25, 0x40, 0x7c, + 0x08, 0xbf, 0xc9, 0x06, 0xee, 0x66, 0x7a, 0xe0, 0xfa, 0xdf, 0x12, 0x47, 0x35, 0x7a, 0xff, 0xd3, + 0x82, 0xc7, 0x96, 0x5c, 0xaf, 0x49, 0x82, 0x9c, 0x05, 0xf8, 0x70, 0xde, 0xb2, 0x87, 0x63, 0x1a, + 0x8c, 0x25, 0x36, 0x70, 0x04, 0x4b, 0xcc, 0xfe, 0x63, 0x0b, 0x10, 0xff, 0xec, 0x77, 0xdc, 0xc7, + 0xde, 0x4c, 0x7f, 0xec, 0x11, 0x2c, 0x0b, 0xfb, 0x3a, 0x4c, 0x2c, 0xb5, 0x5c, 0xe2, 0x45, 0xab, + 0xb5, 0x25, 0xdf, 0xdb, 0x72, 0xb7, 0xd1, 0xcb, 0x30, 0x11, 0xb9, 0x6d, 0xe2, 0x77, 0xa3, 0x3a, + 0x69, 0xf8, 0x1e, 0x7b, 0x49, 0x5a, 0x17, 0x07, 0x17, 0xd1, 0xbd, 0x83, 0xb9, 0x89, 0x0d, 0x03, + 0x82, 0x13, 0x98, 0xf6, 0xef, 0xd2, 0xf1, 0xf3, 0xdb, 0x1d, 0xdf, 0x23, 0x5e, 0xb4, 0xe4, 0x7b, + 0x4d, 0x2e, 0x71, 0x78, 0x19, 0x06, 0x22, 0x3a, 0x1e, 0x7c, 0xec, 0x2e, 0xc8, 0x8d, 0x42, 0x47, + 0xe1, 0xfe, 0xc1, 0xdc, 0xe9, 0x74, 0x0d, 0x36, 0x4e, 0xac, 0x0e, 0xfa, 0x36, 0x18, 0x0a, 0x23, + 0x27, 0xea, 0x86, 0x62, 0x34, 0x1f, 0x97, 0xa3, 0x59, 0x67, 0xa5, 0xf7, 0x0f, 0xe6, 0x26, 0x55, + 0x35, 0x5e, 0x84, 0x45, 0x05, 0xf4, 0x14, 0x0c, 0xb7, 0x49, 0x18, 0x3a, 0xdb, 0xf2, 0x36, 0x9c, + 0x14, 0x75, 0x87, 0xd7, 0x78, 0x31, 0x96, 0x70, 0xf4, 0x04, 0x0c, 0x92, 0x20, 0xf0, 0x03, 0xb1, + 0x47, 0xc7, 0x05, 0xe2, 0xe0, 0x32, 0x2d, 0xc4, 0x1c, 0x66, 0xff, 0x86, 0x05, 0x93, 0xaa, 0xaf, + 0xbc, 0xad, 0x63, 0x78, 0x15, 0x7c, 0x02, 0xa0, 0x21, 0x3f, 0x30, 0x64, 0xb7, 0xc7, 0xe8, 0x73, + 0x17, 0x32, 0x2f, 0xea, 0xd4, 0x30, 0xc6, 0x94, 0x55, 0x51, 0x88, 0x35, 0x6a, 0xf6, 0x3f, 0xb1, + 0xe0, 0x44, 0xe2, 0x8b, 0xae, 0xbb, 0x61, 0x84, 0xde, 0x48, 0x7d, 0xd5, 0x7c, 0x7f, 0x5f, 0x45, + 0x6b, 0xb3, 0x6f, 0x52, 0x4b, 0x59, 0x96, 0x68, 0x5f, 0x74, 0x15, 0x06, 0xdd, 0x88, 0xb4, 0xe5, + 0xc7, 0x3c, 0x51, 0xf8, 0x31, 0xbc, 0x57, 0xf1, 0x8c, 0xac, 0xd2, 0x9a, 0x98, 0x13, 0xb0, 0x7f, + 0xb5, 0x0c, 0x15, 0xbe, 0x6c, 0xd7, 0x9c, 0xce, 0x31, 0xcc, 0xc5, 0xd3, 0x50, 0x71, 0xdb, 0xed, + 0x6e, 0xe4, 0x6c, 0x8a, 0xe3, 0x7c, 0x84, 0x6f, 0xad, 0x55, 0x59, 0x88, 0x63, 0x38, 0x5a, 0x85, + 0x01, 0xd6, 0x15, 0xfe, 0x95, 0x4f, 0x66, 0x7f, 0xa5, 0xe8, 0xfb, 0x7c, 0xd5, 0x89, 0x1c, 0xce, + 0x49, 0xa9, 0x7b, 0x84, 0x16, 0x61, 0x46, 0x02, 0x39, 0x00, 0x9b, 0xae, 0xe7, 0x04, 0xfb, 0xb4, + 0x6c, 0xa6, 0xcc, 0x08, 0x3e, 0x5b, 0x4c, 0x70, 0x51, 0xe1, 0x73, 0xb2, 0xea, 0xc3, 0x62, 0x00, + 0xd6, 0x88, 0xce, 0x7e, 0x08, 0x2a, 0x0a, 0xf9, 0x30, 0x0c, 0xd1, 0xec, 0x47, 0x60, 0x32, 0xd1, + 0x56, 0xaf, 0xea, 0x63, 0x3a, 0x3f, 0xf5, 0x4b, 0xec, 0xc8, 0x10, 0xbd, 0x5e, 0xf6, 0xf6, 0xc4, + 0x91, 0xfb, 0x16, 0x9c, 0x6c, 0x65, 0x9c, 0x64, 0x62, 0x5e, 0xfb, 0x3f, 0xf9, 0x1e, 0x13, 0x9f, + 0x7d, 0x32, 0x0b, 0x8a, 0x33, 0xdb, 0xa0, 0x3c, 0x82, 0xdf, 0xa1, 0x1b, 0xc4, 0x69, 0xe9, 0xec, + 0xf6, 0x0d, 0x51, 0x86, 0x15, 0x94, 0x9e, 0x77, 0x27, 0x55, 0xe7, 0xaf, 0x91, 0xfd, 0x3a, 0x69, + 0x91, 0x46, 0xe4, 0x07, 0xdf, 0xd0, 0xee, 0x9f, 0xe5, 0xa3, 0xcf, 0x8f, 0xcb, 0x51, 0x41, 0xa0, + 0x7c, 0x8d, 0xec, 0xf3, 0xa9, 0xd0, 0xbf, 0xae, 0x5c, 0xf8, 0x75, 0x3f, 0x6b, 0xc1, 0xb8, 0xfa, + 0xba, 0x63, 0x38, 0x17, 0x16, 0xcd, 0x73, 0xe1, 0x6c, 0xe1, 0x02, 0xcf, 0x39, 0x11, 0xbe, 0x5a, + 0x82, 0x33, 0x0a, 0x87, 0xbe, 0x0d, 0xf8, 0x1f, 0xb1, 0xaa, 0x2e, 0x41, 0xc5, 0x53, 0x52, 0x2b, + 0xcb, 0x14, 0x17, 0xc5, 0x32, 0xab, 0x18, 0x87, 0xb2, 0x78, 0x5e, 0x2c, 0x5a, 0x1a, 0xd3, 0xc5, + 0xb9, 0x42, 0x74, 0xbb, 0x08, 0xe5, 0xae, 0xdb, 0x14, 0x17, 0xcc, 0x07, 0xe4, 0x68, 0xdf, 0x5c, + 0xad, 0xde, 0x3f, 0x98, 0x7b, 0x3c, 0x4f, 0x95, 0x40, 0x6f, 0xb6, 0x70, 0xfe, 0xe6, 0x6a, 0x15, + 0xd3, 0xca, 0x68, 0x01, 0x26, 0xa5, 0xb6, 0xe4, 0x16, 0x65, 0xb7, 0x7c, 0x4f, 0xdc, 0x43, 0x4a, + 0x26, 0x8b, 0x4d, 0x30, 0x4e, 0xe2, 0xa3, 0x2a, 0x4c, 0xed, 0x76, 0x37, 0x49, 0x8b, 0x44, 0xfc, + 0x83, 0xaf, 0x11, 0x2e, 0xb1, 0xac, 0xc4, 0x2f, 0xb3, 0x6b, 0x09, 0x38, 0x4e, 0xd5, 0xb0, 0xff, + 0x9c, 0xdd, 0x07, 0x62, 0xf4, 0x6a, 0x81, 0x4f, 0x17, 0x16, 0xa5, 0xfe, 0x8d, 0x5c, 0xce, 0xfd, + 0xac, 0x8a, 0x6b, 0x64, 0x7f, 0xc3, 0xa7, 0x9c, 0x79, 0xf6, 0xaa, 0x30, 0xd6, 0xfc, 0x40, 0xe1, + 0x9a, 0xff, 0xb9, 0x12, 0x9c, 0x52, 0x23, 0x60, 0x30, 0x81, 0xdf, 0xec, 0x63, 0x70, 0x19, 0x46, + 0x9b, 0x64, 0xcb, 0xe9, 0xb6, 0x22, 0x25, 0x3e, 0x1f, 0xe4, 0x2a, 0x94, 0x6a, 0x5c, 0x8c, 0x75, + 0x9c, 0x43, 0x0c, 0xdb, 0xff, 0x1a, 0x65, 0x17, 0x71, 0xe4, 0xd0, 0x35, 0xae, 0x76, 0x8d, 0x95, + 0xbb, 0x6b, 0x9e, 0x80, 0x41, 0xb7, 0x4d, 0x19, 0xb3, 0x92, 0xc9, 0x6f, 0xad, 0xd2, 0x42, 0xcc, + 0x61, 0xe8, 0x7d, 0x30, 0xdc, 0xf0, 0xdb, 0x6d, 0xc7, 0x6b, 0xb2, 0x2b, 0xaf, 0xb2, 0x38, 0x4a, + 0x79, 0xb7, 0x25, 0x5e, 0x84, 0x25, 0x0c, 0x3d, 0x06, 0x03, 0x4e, 0xb0, 0xcd, 0x65, 0x18, 0x95, + 0xc5, 0x11, 0xda, 0xd2, 0x42, 0xb0, 0x1d, 0x62, 0x56, 0x4a, 0x9f, 0x60, 0x77, 0xfc, 0x60, 0xd7, + 0xf5, 0xb6, 0xab, 0x6e, 0x20, 0xb6, 0x84, 0xba, 0x0b, 0x6f, 0x2b, 0x08, 0xd6, 0xb0, 0xd0, 0x0a, + 0x0c, 0x76, 0xfc, 0x20, 0x0a, 0x67, 0x86, 0xd8, 0x70, 0x3f, 0x9e, 0x73, 0x10, 0xf1, 0xaf, 0xad, + 0xf9, 0x41, 0x14, 0x7f, 0x00, 0xfd, 0x17, 0x62, 0x5e, 0x1d, 0x5d, 0x87, 0x61, 0xe2, 0xed, 0xad, + 0x04, 0x7e, 0x7b, 0xe6, 0x44, 0x3e, 0xa5, 0x65, 0x8e, 0xc2, 0x97, 0x59, 0xcc, 0xa3, 0x8a, 0x62, + 0x2c, 0x49, 0xa0, 0x6f, 0x83, 0x32, 0xf1, 0xf6, 0x66, 0x86, 0x19, 0xa5, 0xd9, 0x1c, 0x4a, 0xb7, + 0x9c, 0x20, 0x3e, 0xf3, 0x97, 0xbd, 0x3d, 0x4c, 0xeb, 0xa0, 0x8f, 0x43, 0x45, 0x1e, 0x18, 0xa1, + 0x10, 0xd6, 0x65, 0x2e, 0x58, 0x79, 0xcc, 0x60, 0xf2, 0x66, 0xd7, 0x0d, 0x48, 0x9b, 0x78, 0x51, + 0x18, 0x9f, 0x90, 0x12, 0x1a, 0xe2, 0x98, 0x1a, 0xfa, 0xb8, 0x94, 0x10, 0xaf, 0xf9, 0x5d, 0x2f, + 0x0a, 0x67, 0x2a, 0xac, 0x7b, 0x99, 0xba, 0xbb, 0x5b, 0x31, 0x5e, 0x52, 0x84, 0xcc, 0x2b, 0x63, + 0x83, 0x14, 0xfa, 0x24, 0x8c, 0xf3, 0xff, 0x5c, 0x03, 0x16, 0xce, 0x9c, 0x62, 0xb4, 0xcf, 0xe7, + 0xd3, 0xe6, 0x88, 0x8b, 0xa7, 0x04, 0xf1, 0x71, 0xbd, 0x34, 0xc4, 0x26, 0x35, 0x84, 0x61, 0xbc, + 0xe5, 0xee, 0x11, 0x8f, 0x84, 0x61, 0x2d, 0xf0, 0x37, 0xc9, 0x0c, 0xb0, 0x81, 0x39, 0x93, 0xad, + 0x31, 0xf3, 0x37, 0xc9, 0xe2, 0x34, 0xa5, 0x79, 0x5d, 0xaf, 0x83, 0x4d, 0x12, 0xe8, 0x26, 0x4c, + 0xd0, 0x17, 0x9b, 0x1b, 0x13, 0x1d, 0xed, 0x45, 0x94, 0xbd, 0xab, 0xb0, 0x51, 0x09, 0x27, 0x88, + 0xa0, 0x1b, 0x30, 0x16, 0x46, 0x4e, 0x10, 0x75, 0x3b, 0x9c, 0xe8, 0xe9, 0x5e, 0x44, 0x99, 0xc2, + 0xb5, 0xae, 0x55, 0xc1, 0x06, 0x01, 0xf4, 0x1a, 0x54, 0x5a, 0xee, 0x16, 0x69, 0xec, 0x37, 0x5a, + 0x64, 0x66, 0x8c, 0x51, 0xcb, 0x3c, 0x54, 0xae, 0x4b, 0x24, 0xce, 0xe7, 0xaa, 0xbf, 0x38, 0xae, + 0x8e, 0x6e, 0xc1, 0xe9, 0x88, 0x04, 0x6d, 0xd7, 0x73, 0xe8, 0x61, 0x20, 0x9e, 0x56, 0x4c, 0x91, + 0x39, 0xce, 0x76, 0xdb, 0x39, 0x31, 0x1b, 0xa7, 0x37, 0x32, 0xb1, 0x70, 0x4e, 0x6d, 0x74, 0x17, + 0x66, 0x32, 0x20, 0x7e, 0xcb, 0x6d, 0xec, 0xcf, 0x9c, 0x64, 0x94, 0x3f, 0x2c, 0x28, 0xcf, 0x6c, + 0xe4, 0xe0, 0xdd, 0x2f, 0x80, 0xe1, 0x5c, 0xea, 0xe8, 0x06, 0x4c, 0xb2, 0x13, 0xa8, 0xd6, 0x6d, + 0xb5, 0x44, 0x83, 0x13, 0xac, 0xc1, 0xf7, 0xc9, 0xfb, 0x78, 0xd5, 0x04, 0xdf, 0x3f, 0x98, 0x83, + 0xf8, 0x1f, 0x4e, 0xd6, 0x46, 0x9b, 0x4c, 0x67, 0xd6, 0x0d, 0xdc, 0x68, 0x9f, 0x9e, 0x1b, 0xe4, + 0x6e, 0x34, 0x33, 0x59, 0x28, 0xaf, 0xd0, 0x51, 0x95, 0x62, 0x4d, 0x2f, 0xc4, 0x49, 0x82, 0xf4, + 0x48, 0x0d, 0xa3, 0xa6, 0xeb, 0xcd, 0x4c, 0xf1, 0x77, 0x89, 0x3c, 0x91, 0xea, 0xb4, 0x10, 0x73, + 0x18, 0xd3, 0x97, 0xd1, 0x1f, 0x37, 0xe8, 0xcd, 0x35, 0xcd, 0x10, 0x63, 0x7d, 0x99, 0x04, 0xe0, + 0x18, 0x87, 0x32, 0x93, 0x51, 0xb4, 0x3f, 0x83, 0x18, 0xaa, 0x3a, 0x58, 0x36, 0x36, 0x3e, 0x8e, + 0x69, 0xb9, 0xbd, 0x09, 0x13, 0xea, 0x20, 0x64, 0x63, 0x82, 0xe6, 0x60, 0x90, 0xb1, 0x4f, 0x42, + 0xba, 0x56, 0xa1, 0x5d, 0x60, 0xac, 0x15, 0xe6, 0xe5, 0xac, 0x0b, 0xee, 0x5b, 0x64, 0x71, 0x3f, + 0x22, 0xfc, 0x4d, 0x5f, 0xd6, 0xba, 0x20, 0x01, 0x38, 0xc6, 0xb1, 0xff, 0x2f, 0x67, 0x43, 0xe3, + 0xd3, 0xb6, 0x8f, 0xfb, 0xe5, 0x19, 0x18, 0xd9, 0xf1, 0xc3, 0x88, 0x62, 0xb3, 0x36, 0x06, 0x63, + 0xc6, 0xf3, 0xaa, 0x28, 0xc7, 0x0a, 0x03, 0xbd, 0x02, 0xe3, 0x0d, 0xbd, 0x01, 0x71, 0x39, 0xaa, + 0x63, 0xc4, 0x68, 0x1d, 0x9b, 0xb8, 0xe8, 0x25, 0x18, 0x61, 0x36, 0x20, 0x0d, 0xbf, 0x25, 0xb8, + 0x36, 0x79, 0xc3, 0x8f, 0xd4, 0x44, 0xf9, 0x7d, 0xed, 0x37, 0x56, 0xd8, 0xe8, 0x02, 0x0c, 0xd1, + 0x2e, 0xac, 0xd6, 0xc4, 0xb5, 0xa4, 0x04, 0x45, 0x57, 0x59, 0x29, 0x16, 0x50, 0xfb, 0x2f, 0x95, + 0xb4, 0x51, 0xa6, 0xef, 0x61, 0x82, 0x6a, 0x30, 0x7c, 0xc7, 0x71, 0x23, 0xd7, 0xdb, 0x16, 0xfc, + 0xc7, 0x53, 0x85, 0x77, 0x14, 0xab, 0x74, 0x9b, 0x57, 0xe0, 0xb7, 0xa8, 0xf8, 0x83, 0x25, 0x19, + 0x4a, 0x31, 0xe8, 0x7a, 0x1e, 0xa5, 0x58, 0xea, 0x97, 0x22, 0xe6, 0x15, 0x38, 0x45, 0xf1, 0x07, + 0x4b, 0x32, 0xe8, 0x0d, 0x00, 0xb9, 0xc3, 0x48, 0x53, 0xd8, 0x5e, 0x3c, 0xd3, 0x9b, 0xe8, 0x86, + 0xaa, 0xb3, 0x38, 0x41, 0xef, 0xe8, 0xf8, 0x3f, 0xd6, 0xe8, 0xd9, 0x11, 0xe3, 0xd3, 0xd2, 0x9d, + 0x41, 0xdf, 0x41, 0x97, 0xb8, 0x13, 0x44, 0xa4, 0xb9, 0x10, 0x89, 0xc1, 0x79, 0x7f, 0x7f, 0x8f, + 0x94, 0x0d, 0xb7, 0x4d, 0xf4, 0xed, 0x20, 0x88, 0xe0, 0x98, 0x9e, 0xfd, 0x0b, 0x65, 0x98, 0xc9, + 0xeb, 0x2e, 0x5d, 0x74, 0xe4, 0xae, 0x1b, 0x2d, 0x51, 0xf6, 0xca, 0x32, 0x17, 0xdd, 0xb2, 0x28, + 0xc7, 0x0a, 0x83, 0xce, 0x7e, 0xe8, 0x6e, 0xcb, 0x37, 0xe6, 0x60, 0x3c, 0xfb, 0x75, 0x56, 0x8a, + 0x05, 0x94, 0xe2, 0x05, 0xc4, 0x09, 0x85, 0x71, 0x8f, 0xb6, 0x4a, 0x30, 0x2b, 0xc5, 0x02, 0xaa, + 0x4b, 0xbb, 0x06, 0x7a, 0x48, 0xbb, 0x8c, 0x21, 0x1a, 0x3c, 0xda, 0x21, 0x42, 0x9f, 0x02, 0xd8, + 0x72, 0x3d, 0x37, 0xdc, 0x61, 0xd4, 0x87, 0x0e, 0x4d, 0x5d, 0x31, 0x67, 0x2b, 0x8a, 0x0a, 0xd6, + 0x28, 0xa2, 0x17, 0x61, 0x54, 0x6d, 0xc0, 0xd5, 0x2a, 0xd3, 0x74, 0x6a, 0x96, 0x23, 0xf1, 0x69, + 0x54, 0xc5, 0x3a, 0x9e, 0xfd, 0x99, 0xe4, 0x7a, 0x11, 0x3b, 0x40, 0x1b, 0x5f, 0xab, 0xdf, 0xf1, + 0x2d, 0x15, 0x8f, 0xaf, 0xfd, 0xf5, 0x32, 0x4c, 0x1a, 0x8d, 0x75, 0xc3, 0x3e, 0xce, 0xac, 0x2b, + 0xf4, 0x00, 0x77, 0x22, 0x22, 0xf6, 0x9f, 0xdd, 0x7b, 0xab, 0xe8, 0x87, 0x3c, 0xdd, 0x01, 0xbc, + 0x3e, 0xfa, 0x14, 0x54, 0x5a, 0x4e, 0xc8, 0x24, 0x67, 0x44, 0xec, 0xbb, 0x7e, 0x88, 0xc5, 0x0f, + 0x13, 0x27, 0x8c, 0xb4, 0x5b, 0x93, 0xd3, 0x8e, 0x49, 0xd2, 0x9b, 0x86, 0xf2, 0x27, 0xd2, 0x7a, + 0x4c, 0x75, 0x82, 0x32, 0x31, 0xfb, 0x98, 0xc3, 0xd0, 0x4b, 0x30, 0x16, 0x10, 0xb6, 0x2a, 0x96, + 0x28, 0x37, 0xc7, 0x96, 0xd9, 0x60, 0xcc, 0xf6, 0x61, 0x0d, 0x86, 0x0d, 0xcc, 0xf8, 0x6d, 0x30, + 0x54, 0xf0, 0x36, 0x78, 0x0a, 0x86, 0xd9, 0x0f, 0xb5, 0x02, 0xd4, 0x6c, 0xac, 0xf2, 0x62, 0x2c, + 0xe1, 0xc9, 0x05, 0x33, 0xd2, 0xdf, 0x82, 0xa1, 0xaf, 0x0f, 0xb1, 0xa8, 0x99, 0x96, 0x79, 0x84, + 0x9f, 0x72, 0x62, 0xc9, 0x63, 0x09, 0xb3, 0xdf, 0x0f, 0x13, 0x55, 0x87, 0xb4, 0x7d, 0x6f, 0xd9, + 0x6b, 0x76, 0x7c, 0xd7, 0x8b, 0xd0, 0x0c, 0x0c, 0xb0, 0x4b, 0x84, 0x1f, 0x01, 0x03, 0xb4, 0x21, + 0xcc, 0x4a, 0xec, 0x6d, 0x38, 0x55, 0xf5, 0xef, 0x78, 0x77, 0x9c, 0xa0, 0xb9, 0x50, 0x5b, 0xd5, + 0xde, 0xd7, 0xeb, 0xf2, 0x7d, 0xc7, 0x8d, 0xb6, 0x32, 0x8f, 0x5e, 0xad, 0x26, 0x67, 0x6b, 0x57, + 0xdc, 0x16, 0xc9, 0x91, 0x82, 0xfc, 0xd5, 0x92, 0xd1, 0x52, 0x8c, 0xaf, 0xb4, 0x5a, 0x56, 0xae, + 0x56, 0xeb, 0x75, 0x18, 0xd9, 0x72, 0x49, 0xab, 0x89, 0xc9, 0x96, 0x58, 0x89, 0x4f, 0xe6, 0xdb, + 0xa1, 0xac, 0x50, 0x4c, 0x29, 0xf5, 0xe2, 0xaf, 0xc3, 0x15, 0x51, 0x19, 0x2b, 0x32, 0x68, 0x17, + 0xa6, 0xe4, 0x83, 0x41, 0x42, 0xc5, 0xba, 0x7c, 0xaa, 0xe8, 0x15, 0x62, 0x12, 0x3f, 0x79, 0xef, + 0x60, 0x6e, 0x0a, 0x27, 0xc8, 0xe0, 0x14, 0x61, 0xfa, 0x1c, 0x6c, 0xd3, 0x13, 0x78, 0x80, 0x0d, + 0x3f, 0x7b, 0x0e, 0xb2, 0x97, 0x2d, 0x2b, 0xb5, 0x7f, 0xdc, 0x82, 0x47, 0x52, 0x23, 0x23, 0x5e, + 0xf8, 0x47, 0x3c, 0x0b, 0xc9, 0x17, 0x77, 0xa9, 0xf7, 0x8b, 0xdb, 0xfe, 0x3b, 0x16, 0x9c, 0x5c, + 0x6e, 0x77, 0xa2, 0xfd, 0xaa, 0x6b, 0xaa, 0xa0, 0x3e, 0x04, 0x43, 0x6d, 0xd2, 0x74, 0xbb, 0x6d, + 0x31, 0x73, 0x73, 0xf2, 0x94, 0x5a, 0x63, 0xa5, 0xf7, 0x0f, 0xe6, 0xc6, 0xeb, 0x91, 0x1f, 0x38, + 0xdb, 0x84, 0x17, 0x60, 0x81, 0xce, 0xce, 0x7a, 0xf7, 0x2d, 0x72, 0xdd, 0x6d, 0xbb, 0xd2, 0xae, + 0xa8, 0x50, 0x66, 0x37, 0x2f, 0x07, 0x74, 0xfe, 0xf5, 0xae, 0xe3, 0x45, 0x6e, 0xb4, 0x2f, 0xb4, + 0x47, 0x92, 0x08, 0x8e, 0xe9, 0xd9, 0x5f, 0xb3, 0x60, 0x52, 0xae, 0xfb, 0x85, 0x66, 0x33, 0x20, + 0x61, 0x88, 0x66, 0xa1, 0xe4, 0x76, 0x44, 0x2f, 0x41, 0xf4, 0xb2, 0xb4, 0x5a, 0xc3, 0x25, 0xb7, + 0x23, 0xd9, 0x32, 0x76, 0x10, 0x96, 0x4d, 0x45, 0xda, 0x55, 0x51, 0x8e, 0x15, 0x06, 0xba, 0x08, + 0x23, 0x9e, 0xdf, 0xe4, 0xb6, 0x5d, 0xfc, 0x4a, 0x63, 0x0b, 0x6c, 0x5d, 0x94, 0x61, 0x05, 0x45, + 0x35, 0xa8, 0x70, 0xb3, 0xa7, 0x78, 0xd1, 0xf6, 0x65, 0x3c, 0xc5, 0xbe, 0x6c, 0x43, 0xd6, 0xc4, + 0x31, 0x11, 0xfb, 0x57, 0x2c, 0x18, 0x93, 0x5f, 0xd6, 0x27, 0xcf, 0x49, 0xb7, 0x56, 0xcc, 0x6f, + 0xc6, 0x5b, 0x8b, 0xf2, 0x8c, 0x0c, 0x62, 0xb0, 0x8a, 0xe5, 0x43, 0xb1, 0x8a, 0x97, 0x61, 0xd4, + 0xe9, 0x74, 0x6a, 0x26, 0x9f, 0xc9, 0x96, 0xd2, 0x42, 0x5c, 0x8c, 0x75, 0x1c, 0xfb, 0xc7, 0x4a, + 0x30, 0x21, 0xbf, 0xa0, 0xde, 0xdd, 0x0c, 0x49, 0x84, 0x36, 0xa0, 0xe2, 0xf0, 0x59, 0x22, 0x72, + 0x91, 0x3f, 0x91, 0x2d, 0x47, 0x30, 0xa6, 0x34, 0xbe, 0xf0, 0x17, 0x64, 0x6d, 0x1c, 0x13, 0x42, + 0x2d, 0x98, 0xf6, 0xfc, 0x88, 0x1d, 0xfe, 0x0a, 0x5e, 0xa4, 0xda, 0x49, 0x52, 0x3f, 0x23, 0xa8, + 0x4f, 0xaf, 0x27, 0xa9, 0xe0, 0x34, 0x61, 0xb4, 0x2c, 0x65, 0x33, 0xe5, 0x7c, 0x61, 0x80, 0x3e, + 0x71, 0xd9, 0xa2, 0x19, 0xfb, 0x97, 0x2d, 0xa8, 0x48, 0xb4, 0xe3, 0xd0, 0xe2, 0xad, 0xc1, 0x70, + 0xc8, 0x26, 0x41, 0x0e, 0x8d, 0x5d, 0xd4, 0x71, 0x3e, 0x5f, 0xf1, 0x9d, 0xc6, 0xff, 0x87, 0x58, + 0xd2, 0x60, 0xa2, 0x79, 0xd5, 0xfd, 0x77, 0x88, 0x68, 0x5e, 0xf5, 0x27, 0xe7, 0x52, 0xfa, 0x43, + 0xd6, 0x67, 0x4d, 0xd6, 0x45, 0x59, 0xaf, 0x4e, 0x40, 0xb6, 0xdc, 0xbb, 0x49, 0xd6, 0xab, 0xc6, + 0x4a, 0xb1, 0x80, 0xa2, 0x37, 0x60, 0xac, 0x21, 0x65, 0xb2, 0xf1, 0x0e, 0xbf, 0x50, 0xa8, 0x1f, + 0x50, 0xaa, 0x24, 0x2e, 0x0b, 0x59, 0xd2, 0xea, 0x63, 0x83, 0x9a, 0x69, 0x46, 0x50, 0xee, 0x65, + 0x46, 0x10, 0xd3, 0xcd, 0x57, 0xaa, 0xff, 0x84, 0x05, 0x43, 0x5c, 0x16, 0xd7, 0x9f, 0x28, 0x54, + 0xd3, 0xac, 0xc5, 0x63, 0x77, 0x8b, 0x16, 0x0a, 0x4d, 0x19, 0x5a, 0x83, 0x0a, 0xfb, 0xc1, 0x64, + 0x89, 0xe5, 0x7c, 0xab, 0x7b, 0xde, 0xaa, 0xde, 0xc1, 0x5b, 0xb2, 0x1a, 0x8e, 0x29, 0xd8, 0x3f, + 0x5a, 0xa6, 0xa7, 0x5b, 0x8c, 0x6a, 0x5c, 0xfa, 0xd6, 0xc3, 0xbb, 0xf4, 0x4b, 0x0f, 0xeb, 0xd2, + 0xdf, 0x86, 0xc9, 0x86, 0xa6, 0x87, 0x8b, 0x67, 0xf2, 0x62, 0xe1, 0x22, 0xd1, 0x54, 0x76, 0x5c, + 0xca, 0xb2, 0x64, 0x12, 0xc1, 0x49, 0xaa, 0xe8, 0x3b, 0x60, 0x8c, 0xcf, 0xb3, 0x68, 0x85, 0x5b, + 0x62, 0xbc, 0x2f, 0x7f, 0xbd, 0xe8, 0x4d, 0x70, 0xa9, 0x9c, 0x56, 0x1d, 0x1b, 0xc4, 0xec, 0x3f, + 0xb1, 0x00, 0x2d, 0x77, 0x76, 0x48, 0x9b, 0x04, 0x4e, 0x2b, 0x16, 0xa7, 0xff, 0xa0, 0x05, 0x33, + 0x24, 0x55, 0xbc, 0xe4, 0xb7, 0xdb, 0xe2, 0xd1, 0x92, 0xf3, 0xae, 0x5e, 0xce, 0xa9, 0xa3, 0xdc, + 0x12, 0x66, 0xf2, 0x30, 0x70, 0x6e, 0x7b, 0x68, 0x0d, 0x4e, 0xf0, 0x5b, 0x52, 0x01, 0x34, 0xdb, + 0xeb, 0x47, 0x05, 0xe1, 0x13, 0x1b, 0x69, 0x14, 0x9c, 0x55, 0xcf, 0xfe, 0x9e, 0x31, 0xc8, 0xed, + 0xc5, 0xbb, 0x7a, 0x84, 0x77, 0xf5, 0x08, 0xef, 0xea, 0x11, 0xde, 0xd5, 0x23, 0xbc, 0xab, 0x47, + 0xf8, 0x96, 0xd7, 0x23, 0xfc, 0x65, 0x0b, 0x4e, 0xa9, 0x6b, 0xc0, 0x78, 0xf8, 0x7e, 0x16, 0x4e, + 0xf0, 0xed, 0xb6, 0xd4, 0x72, 0xdc, 0xf6, 0x06, 0x69, 0x77, 0x5a, 0x4e, 0x24, 0xb5, 0xee, 0x97, + 0x33, 0x57, 0x6e, 0xc2, 0x62, 0xd5, 0xa8, 0xb8, 0xf8, 0x08, 0xbd, 0x9e, 0x32, 0x00, 0x38, 0xab, + 0x19, 0xfb, 0x17, 0x46, 0x60, 0x70, 0x79, 0x8f, 0x78, 0xd1, 0x31, 0x3c, 0x11, 0x1a, 0x30, 0xe1, + 0x7a, 0x7b, 0x7e, 0x6b, 0x8f, 0x34, 0x39, 0xfc, 0x30, 0x2f, 0xd9, 0xd3, 0x82, 0xf4, 0xc4, 0xaa, + 0x41, 0x02, 0x27, 0x48, 0x3e, 0x0c, 0x69, 0xf2, 0x15, 0x18, 0xe2, 0x87, 0xb8, 0x10, 0x25, 0x67, + 0x9e, 0xd9, 0x6c, 0x10, 0xc5, 0xd5, 0x14, 0x4b, 0xba, 0xf9, 0x25, 0x21, 0xaa, 0xa3, 0xcf, 0xc0, + 0xc4, 0x96, 0x1b, 0x84, 0xd1, 0x86, 0xdb, 0x26, 0x61, 0xe4, 0xb4, 0x3b, 0x0f, 0x20, 0x3d, 0x56, + 0xe3, 0xb0, 0x62, 0x50, 0xc2, 0x09, 0xca, 0x68, 0x1b, 0xc6, 0x5b, 0x8e, 0xde, 0xd4, 0xf0, 0xa1, + 0x9b, 0x52, 0xb7, 0xc3, 0x75, 0x9d, 0x10, 0x36, 0xe9, 0xd2, 0xed, 0xd4, 0x60, 0x02, 0xd0, 0x11, + 0x26, 0x16, 0x50, 0xdb, 0x89, 0x4b, 0x3e, 0x39, 0x8c, 0x32, 0x3a, 0xcc, 0x40, 0xb6, 0x62, 0x32, + 0x3a, 0x9a, 0x19, 0xec, 0xa7, 0xa1, 0x42, 0xe8, 0x10, 0x52, 0xc2, 0xe2, 0x82, 0xb9, 0xd4, 0x5f, + 0x5f, 0xd7, 0xdc, 0x46, 0xe0, 0x9b, 0x72, 0xfb, 0x65, 0x49, 0x09, 0xc7, 0x44, 0xd1, 0x12, 0x0c, + 0x85, 0x24, 0x70, 0x49, 0x28, 0xae, 0x9a, 0x82, 0x69, 0x64, 0x68, 0xdc, 0xb7, 0x84, 0xff, 0xc6, + 0xa2, 0x2a, 0x5d, 0x5e, 0x0e, 0x13, 0x69, 0xb2, 0xcb, 0x40, 0x5b, 0x5e, 0x0b, 0xac, 0x14, 0x0b, + 0x28, 0x7a, 0x0d, 0x86, 0x03, 0xd2, 0x62, 0x8a, 0xa1, 0xf1, 0xfe, 0x17, 0x39, 0xd7, 0x33, 0xf1, + 0x7a, 0x58, 0x12, 0x40, 0xd7, 0x00, 0x05, 0x84, 0x32, 0x4a, 0xae, 0xb7, 0xad, 0xcc, 0x46, 0xc5, + 0x41, 0xab, 0x18, 0x52, 0x1c, 0x63, 0x48, 0x37, 0x1f, 0x9c, 0x51, 0x0d, 0x5d, 0x81, 0x69, 0x55, + 0xba, 0xea, 0x85, 0x91, 0x43, 0x0f, 0xb8, 0x49, 0x46, 0x4b, 0xc9, 0x29, 0x70, 0x12, 0x01, 0xa7, + 0xeb, 0xd8, 0x5f, 0xb2, 0x80, 0x8f, 0xf3, 0x31, 0xbc, 0xce, 0x5f, 0x35, 0x5f, 0xe7, 0x67, 0x72, + 0x67, 0x2e, 0xe7, 0x65, 0xfe, 0x25, 0x0b, 0x46, 0xb5, 0x99, 0x8d, 0xd7, 0xac, 0x55, 0xb0, 0x66, + 0xbb, 0x30, 0x45, 0x57, 0xfa, 0x8d, 0xcd, 0x90, 0x04, 0x7b, 0xa4, 0xc9, 0x16, 0x66, 0xe9, 0xc1, + 0x16, 0xa6, 0x32, 0x51, 0xbb, 0x9e, 0x20, 0x88, 0x53, 0x4d, 0xd8, 0x9f, 0x96, 0x5d, 0x55, 0x16, + 0x7d, 0x0d, 0x35, 0xe7, 0x09, 0x8b, 0x3e, 0x35, 0xab, 0x38, 0xc6, 0xa1, 0x5b, 0x6d, 0xc7, 0x0f, + 0xa3, 0xa4, 0x45, 0xdf, 0x55, 0x3f, 0x8c, 0x30, 0x83, 0xd8, 0xcf, 0x03, 0x2c, 0xdf, 0x25, 0x0d, + 0xbe, 0x62, 0xf5, 0xc7, 0x83, 0x95, 0xff, 0x78, 0xb0, 0x7f, 0xcb, 0x82, 0x89, 0x95, 0x25, 0xe3, + 0xe6, 0x9a, 0x07, 0xe0, 0x2f, 0x9e, 0xdb, 0xb7, 0xd7, 0xa5, 0x3a, 0x9c, 0x6b, 0x34, 0x55, 0x29, + 0xd6, 0x30, 0xd0, 0x19, 0x28, 0xb7, 0xba, 0x9e, 0x10, 0x1f, 0x0e, 0xd3, 0xeb, 0xf1, 0x7a, 0xd7, + 0xc3, 0xb4, 0x4c, 0x73, 0x29, 0x28, 0xf7, 0xed, 0x52, 0xd0, 0xd3, 0xb5, 0x1f, 0xcd, 0xc1, 0xe0, + 0x9d, 0x3b, 0x6e, 0x93, 0x3b, 0x50, 0x0a, 0x55, 0xfd, 0xed, 0xdb, 0xab, 0xd5, 0x10, 0xf3, 0x72, + 0xfb, 0x0b, 0x65, 0x98, 0x5d, 0x69, 0x91, 0xbb, 0x6f, 0xd3, 0x89, 0xb4, 0x5f, 0x87, 0x88, 0xc3, + 0x09, 0x62, 0x0e, 0xeb, 0xf4, 0xd2, 0x7b, 0x3c, 0xb6, 0x60, 0x98, 0x1b, 0xb4, 0x49, 0x97, 0xd2, + 0x57, 0xb2, 0x5a, 0xcf, 0x1f, 0x90, 0x79, 0x6e, 0x18, 0x27, 0x3c, 0xe2, 0xd4, 0x85, 0x29, 0x4a, + 0xb1, 0x24, 0x3e, 0xfb, 0x32, 0x8c, 0xe9, 0x98, 0x87, 0x72, 0x3f, 0xfb, 0x0b, 0x65, 0x98, 0xa2, + 0x3d, 0x78, 0xa8, 0x13, 0x71, 0x33, 0x3d, 0x11, 0x47, 0xed, 0x82, 0xd4, 0x7b, 0x36, 0xde, 0x48, + 0xce, 0xc6, 0xe5, 0xbc, 0xd9, 0x38, 0xee, 0x39, 0xf8, 0x6e, 0x0b, 0x4e, 0xac, 0xb4, 0xfc, 0xc6, + 0x6e, 0xc2, 0x4d, 0xe8, 0x45, 0x18, 0xa5, 0xc7, 0x71, 0x68, 0x78, 0xb0, 0x1b, 0x31, 0x0d, 0x04, + 0x08, 0xeb, 0x78, 0x5a, 0xb5, 0x9b, 0x37, 0x57, 0xab, 0x59, 0xa1, 0x10, 0x04, 0x08, 0xeb, 0x78, + 0xf6, 0xaf, 0x5b, 0x70, 0xf6, 0xca, 0xd2, 0x72, 0xbc, 0x14, 0x53, 0xd1, 0x18, 0x2e, 0xc0, 0x50, + 0xa7, 0xa9, 0x75, 0x25, 0x16, 0xaf, 0x56, 0x59, 0x2f, 0x04, 0xf4, 0x9d, 0x12, 0x69, 0xe4, 0x26, + 0xc0, 0x15, 0x5c, 0x5b, 0x12, 0xe7, 0xae, 0xd4, 0xa6, 0x58, 0xb9, 0xda, 0x94, 0xf7, 0xc1, 0x30, + 0xbd, 0x17, 0xdc, 0x86, 0xec, 0x37, 0x57, 0xd0, 0xf2, 0x22, 0x2c, 0x61, 0xf6, 0xcf, 0x58, 0x70, + 0xe2, 0x8a, 0x1b, 0xd1, 0x4b, 0x3b, 0x19, 0x6e, 0x80, 0xde, 0xda, 0xa1, 0x1b, 0xf9, 0xc1, 0x7e, + 0x32, 0xdc, 0x00, 0x56, 0x10, 0xac, 0x61, 0xf1, 0x0f, 0xda, 0x73, 0x99, 0x85, 0x76, 0xc9, 0xd4, + 0x5f, 0x61, 0x51, 0x8e, 0x15, 0x06, 0x1d, 0xaf, 0xa6, 0x1b, 0x30, 0xd1, 0xdf, 0xbe, 0x38, 0xb8, + 0xd5, 0x78, 0x55, 0x25, 0x00, 0xc7, 0x38, 0xf6, 0x1f, 0x59, 0x30, 0x77, 0xa5, 0xd5, 0x0d, 0x23, + 0x12, 0x6c, 0x85, 0x39, 0x87, 0xee, 0xf3, 0x50, 0x21, 0x52, 0xd0, 0x2e, 0x7a, 0xad, 0x18, 0x51, + 0x25, 0x81, 0xe7, 0x51, 0x0f, 0x14, 0x5e, 0x1f, 0xbe, 0x8c, 0x87, 0x73, 0x46, 0x5b, 0x01, 0x44, + 0xf4, 0xb6, 0xf4, 0x30, 0x10, 0xcc, 0x9f, 0x7c, 0x39, 0x05, 0xc5, 0x19, 0x35, 0xec, 0x1f, 0xb7, + 0xe0, 0x94, 0xfa, 0xe0, 0x77, 0xdc, 0x67, 0xda, 0x5f, 0x29, 0xc1, 0xf8, 0xd5, 0x8d, 0x8d, 0xda, + 0x15, 0x12, 0x69, 0xab, 0xb2, 0x58, 0x7d, 0x8e, 0x35, 0x2d, 0x60, 0xd1, 0x1b, 0xb1, 0x1b, 0xb9, + 0xad, 0x79, 0x1e, 0x4d, 0x68, 0x7e, 0xd5, 0x8b, 0x6e, 0x04, 0xf5, 0x28, 0x70, 0xbd, 0xed, 0xcc, + 0x95, 0x2e, 0x79, 0x96, 0x72, 0x1e, 0xcf, 0x82, 0x9e, 0x87, 0x21, 0x16, 0xce, 0x48, 0x4e, 0xc2, + 0xa3, 0xea, 0x89, 0xc5, 0x4a, 0xef, 0x1f, 0xcc, 0x55, 0x6e, 0xe2, 0x55, 0xfe, 0x07, 0x0b, 0x54, + 0x74, 0x13, 0x46, 0x77, 0xa2, 0xa8, 0x73, 0x95, 0x38, 0x4d, 0x12, 0xc8, 0x53, 0xf6, 0x5c, 0xd6, + 0x29, 0x4b, 0x07, 0x81, 0xa3, 0xc5, 0x07, 0x53, 0x5c, 0x16, 0x62, 0x9d, 0x8e, 0x5d, 0x07, 0x88, + 0x61, 0x47, 0xa4, 0x00, 0xb1, 0x37, 0xa0, 0x42, 0x3f, 0x77, 0xa1, 0xe5, 0x3a, 0xc5, 0x2a, 0xe6, + 0xa7, 0xa1, 0x22, 0x15, 0xc8, 0xa1, 0xf0, 0xb5, 0x66, 0x37, 0x92, 0xd4, 0x2f, 0x87, 0x38, 0x86, + 0xdb, 0x5b, 0x70, 0x92, 0x99, 0x03, 0x3a, 0xd1, 0x8e, 0xb1, 0xfa, 0x7a, 0x4f, 0xf3, 0x33, 0xe2, + 0xc5, 0xc6, 0xfb, 0x3c, 0xa3, 0xb9, 0x33, 0x8e, 0x49, 0x8a, 0xf1, 0xeb, 0xcd, 0xfe, 0xfa, 0x00, + 0x3c, 0xba, 0x5a, 0xcf, 0x0f, 0xc7, 0xf1, 0x12, 0x8c, 0x71, 0x46, 0x90, 0x4e, 0xba, 0xd3, 0x12, + 0xed, 0x2a, 0xd9, 0xe6, 0x86, 0x06, 0xc3, 0x06, 0x26, 0x3a, 0x0b, 0x65, 0xf7, 0x4d, 0x2f, 0xe9, + 0xec, 0xb3, 0xfa, 0xfa, 0x3a, 0xa6, 0xe5, 0x14, 0x4c, 0x79, 0x4a, 0x7e, 0x58, 0x2b, 0xb0, 0xe2, + 0x2b, 0x5f, 0x85, 0x09, 0x37, 0x6c, 0x84, 0xee, 0xaa, 0x47, 0x77, 0xa0, 0xb6, 0x87, 0x95, 0x34, + 0x81, 0x76, 0x5a, 0x41, 0x71, 0x02, 0x5b, 0xbb, 0x39, 0x06, 0xfb, 0xe6, 0x4b, 0x7b, 0x3a, 0x1f, + 0xd3, 0x83, 0xbd, 0xc3, 0xbe, 0x2e, 0x64, 0x42, 0x6a, 0x71, 0xb0, 0xf3, 0x0f, 0x0e, 0xb1, 0x84, + 0xd1, 0xa7, 0x5a, 0x63, 0xc7, 0xe9, 0x2c, 0x74, 0xa3, 0x9d, 0xaa, 0x1b, 0x36, 0xfc, 0x3d, 0x12, + 0xec, 0xb3, 0x57, 0xf6, 0x48, 0xfc, 0x54, 0x53, 0x80, 0xa5, 0xab, 0x0b, 0x35, 0x8a, 0x89, 0xd3, + 0x75, 0xd0, 0x02, 0x4c, 0xca, 0xc2, 0x3a, 0x09, 0xd9, 0xe1, 0x3e, 0xca, 0xc8, 0x28, 0xf7, 0x1b, + 0x51, 0xac, 0x88, 0x24, 0xf1, 0x4d, 0xd6, 0x15, 0x8e, 0x82, 0x75, 0xfd, 0x10, 0x8c, 0xbb, 0x9e, + 0x1b, 0xb9, 0x4e, 0xe4, 0x73, 0x0d, 0x0b, 0x7f, 0x50, 0x33, 0xd1, 0xf1, 0xaa, 0x0e, 0xc0, 0x26, + 0x9e, 0xfd, 0x5f, 0x06, 0x60, 0x9a, 0x4d, 0xdb, 0xbb, 0x2b, 0xec, 0x5b, 0x69, 0x85, 0xdd, 0x4c, + 0xaf, 0xb0, 0xa3, 0xe0, 0xc9, 0x1f, 0x78, 0x99, 0x7d, 0x06, 0x2a, 0xca, 0xe3, 0x48, 0xba, 0x1c, + 0x5a, 0x39, 0x2e, 0x87, 0xbd, 0xef, 0x65, 0x69, 0xb4, 0x55, 0xce, 0x34, 0xda, 0xfa, 0xb2, 0x05, + 0xb1, 0xca, 0x00, 0xbd, 0x0e, 0x95, 0x8e, 0xcf, 0x6c, 0x11, 0x03, 0x69, 0xe0, 0xfb, 0xde, 0x42, + 0x9d, 0x03, 0x8f, 0x48, 0x14, 0xf0, 0x51, 0xa8, 0xc9, 0xaa, 0x38, 0xa6, 0x82, 0xae, 0xc1, 0x70, + 0x27, 0x20, 0xf5, 0x88, 0x85, 0xe7, 0xe8, 0x9f, 0x20, 0x5f, 0x35, 0xbc, 0x22, 0x96, 0x14, 0xec, + 0xff, 0x6a, 0xc1, 0x54, 0x12, 0x15, 0x7d, 0x18, 0x06, 0xc8, 0x5d, 0xd2, 0x10, 0xfd, 0xcd, 0xbc, + 0x64, 0x63, 0xa1, 0x03, 0x1f, 0x00, 0xfa, 0x1f, 0xb3, 0x5a, 0xe8, 0x2a, 0x0c, 0xd3, 0x1b, 0xf6, + 0x8a, 0x0a, 0x0d, 0xf5, 0x78, 0xde, 0x2d, 0xad, 0x58, 0x15, 0xde, 0x39, 0x51, 0x84, 0x65, 0x75, + 0x66, 0x29, 0xd5, 0xe8, 0xd4, 0xe9, 0xe3, 0x25, 0x2a, 0x7a, 0x63, 0x6f, 0x2c, 0xd5, 0x38, 0x92, + 0xa0, 0xc6, 0x2d, 0xa5, 0x64, 0x21, 0x8e, 0x89, 0xd8, 0x3f, 0x67, 0x01, 0x70, 0xc3, 0x30, 0xc7, + 0xdb, 0x26, 0xc7, 0x20, 0x27, 0xaf, 0xc2, 0x40, 0xd8, 0x21, 0x8d, 0x22, 0x33, 0xd9, 0xb8, 0x3f, + 0xf5, 0x0e, 0x69, 0xc4, 0x2b, 0x8e, 0xfe, 0xc3, 0xac, 0xb6, 0xfd, 0xbd, 0x00, 0x13, 0x31, 0xda, + 0x6a, 0x44, 0xda, 0xe8, 0x59, 0x23, 0x4c, 0xc1, 0x99, 0x44, 0x98, 0x82, 0x0a, 0xc3, 0xd6, 0x44, + 0xb2, 0x9f, 0x81, 0x72, 0xdb, 0xb9, 0x2b, 0x64, 0x6e, 0x4f, 0x17, 0x77, 0x83, 0xd2, 0x9f, 0x5f, + 0x73, 0xee, 0xf2, 0x67, 0xe9, 0xd3, 0x72, 0x87, 0xac, 0x39, 0x77, 0xef, 0x73, 0x63, 0x58, 0x76, + 0x4a, 0x5f, 0x77, 0xc3, 0xe8, 0x73, 0xff, 0x39, 0xfe, 0xcf, 0xf6, 0x1d, 0x6d, 0x84, 0xb5, 0xe5, + 0x7a, 0xc2, 0xe6, 0xa9, 0xaf, 0xb6, 0x5c, 0x2f, 0xd9, 0x96, 0xeb, 0xf5, 0xd1, 0x96, 0xeb, 0xa1, + 0xb7, 0x60, 0x58, 0x98, 0x24, 0x8a, 0xb0, 0x40, 0x97, 0xfa, 0x68, 0x4f, 0x58, 0x34, 0xf2, 0x36, + 0x2f, 0xc9, 0x67, 0xb7, 0x28, 0xed, 0xd9, 0xae, 0x6c, 0x10, 0xfd, 0x15, 0x0b, 0x26, 0xc4, 0x6f, + 0x4c, 0xde, 0xec, 0x92, 0x30, 0x12, 0x6c, 0xe9, 0x07, 0xfb, 0xef, 0x83, 0xa8, 0xc8, 0xbb, 0xf2, + 0x41, 0x79, 0xcf, 0x98, 0xc0, 0x9e, 0x3d, 0x4a, 0xf4, 0x02, 0xfd, 0x3d, 0x0b, 0x4e, 0xb6, 0x9d, + 0xbb, 0xbc, 0x45, 0x5e, 0x86, 0x9d, 0xc8, 0xf5, 0x85, 0x6a, 0xff, 0xc3, 0xfd, 0x4d, 0x7f, 0xaa, + 0x3a, 0xef, 0xa4, 0xd4, 0x3f, 0x9e, 0xcc, 0x42, 0xe9, 0xd9, 0xd5, 0xcc, 0x7e, 0xcd, 0x6e, 0xc1, + 0x88, 0x5c, 0x6f, 0x19, 0xc2, 0x8d, 0xaa, 0xce, 0x73, 0x1f, 0xda, 0x22, 0x54, 0x77, 0xff, 0xa7, + 0xed, 0x88, 0xb5, 0xf6, 0x50, 0xdb, 0xf9, 0x0c, 0x8c, 0xe9, 0x6b, 0xec, 0xa1, 0xb6, 0xf5, 0x26, + 0x9c, 0xc8, 0x58, 0x4b, 0x0f, 0xb5, 0xc9, 0x3b, 0x70, 0x26, 0x77, 0x7d, 0x3c, 0xcc, 0x86, 0xed, + 0xaf, 0x58, 0xfa, 0x39, 0x78, 0x0c, 0xca, 0x8a, 0x25, 0x53, 0x59, 0x71, 0xae, 0x78, 0xe7, 0xe4, + 0x68, 0x2c, 0xde, 0xd0, 0x3b, 0x4d, 0x4f, 0x75, 0xf4, 0x1a, 0x0c, 0xb5, 0x68, 0x89, 0x34, 0x6c, + 0xb5, 0x7b, 0xef, 0xc8, 0x98, 0x99, 0x64, 0xe5, 0x21, 0x16, 0x14, 0xec, 0x5f, 0xb4, 0x60, 0xe0, + 0x18, 0x46, 0x02, 0x9b, 0x23, 0xf1, 0x6c, 0x2e, 0x69, 0x11, 0xb1, 0x78, 0x1e, 0x3b, 0x77, 0x96, + 0xef, 0x46, 0xc4, 0x0b, 0xd9, 0x8d, 0x9c, 0x39, 0x30, 0x3f, 0x65, 0xc1, 0x89, 0xeb, 0xbe, 0xd3, + 0x5c, 0x74, 0x5a, 0x8e, 0xd7, 0x20, 0xc1, 0xaa, 0xb7, 0x7d, 0x28, 0xab, 0xec, 0x52, 0x4f, 0xab, + 0xec, 0x25, 0x69, 0xd4, 0x34, 0x90, 0x3f, 0x7f, 0x94, 0x93, 0x4e, 0x06, 0x6e, 0x31, 0xcc, 0x6f, + 0x77, 0x00, 0xe9, 0xbd, 0x14, 0x3e, 0x32, 0x18, 0x86, 0x5d, 0xde, 0x5f, 0x31, 0x89, 0x4f, 0x66, + 0x73, 0xb8, 0xa9, 0xcf, 0xd3, 0xbc, 0x3f, 0x78, 0x01, 0x96, 0x84, 0xec, 0x97, 0x20, 0xd3, 0xd1, + 0xbe, 0xb7, 0x5c, 0xc2, 0xfe, 0x38, 0x4c, 0xb3, 0x9a, 0x87, 0x94, 0x0c, 0xd8, 0x09, 0x69, 0x6a, + 0x46, 0x08, 0x3e, 0xfb, 0xf3, 0x16, 0x4c, 0xae, 0x27, 0x22, 0x93, 0x5d, 0x60, 0xfa, 0xd7, 0x0c, + 0x21, 0x7e, 0x9d, 0x95, 0x62, 0x01, 0x3d, 0x72, 0x21, 0xd7, 0x9f, 0x5b, 0x10, 0xc7, 0xbe, 0x38, + 0x06, 0xf6, 0x6d, 0xc9, 0x60, 0xdf, 0x32, 0x19, 0x59, 0xd5, 0x9d, 0x3c, 0xee, 0x0d, 0x5d, 0x53, + 0x51, 0xa1, 0x0a, 0x78, 0xd8, 0x98, 0x0c, 0x5f, 0x8a, 0x13, 0x66, 0xe8, 0x28, 0x19, 0x27, 0xca, + 0xfe, 0xed, 0x12, 0x20, 0x85, 0xdb, 0x77, 0xd4, 0xaa, 0x74, 0x8d, 0xa3, 0x89, 0x5a, 0xb5, 0x07, + 0x88, 0x59, 0x10, 0x04, 0x8e, 0x17, 0x72, 0xb2, 0xae, 0x10, 0xeb, 0x1d, 0xce, 0x3c, 0x61, 0x56, + 0x34, 0x89, 0xae, 0xa7, 0xa8, 0xe1, 0x8c, 0x16, 0x34, 0xcb, 0x90, 0xc1, 0x7e, 0x2d, 0x43, 0x86, + 0x7a, 0xf8, 0xc1, 0xfd, 0xac, 0x05, 0xe3, 0x6a, 0x98, 0xde, 0x21, 0x56, 0xea, 0xaa, 0x3f, 0x39, + 0x07, 0x68, 0x4d, 0xeb, 0x32, 0xbb, 0x58, 0xbe, 0x9d, 0xf9, 0x33, 0x3a, 0x2d, 0xf7, 0x2d, 0xa2, + 0x62, 0x06, 0xce, 0x09, 0xff, 0x44, 0x51, 0x7a, 0xff, 0x60, 0x6e, 0x5c, 0xfd, 0xe3, 0x31, 0x8a, + 0xe3, 0x2a, 0xf4, 0x48, 0x9e, 0x4c, 0x2c, 0x45, 0xf4, 0x22, 0x0c, 0x76, 0x76, 0x9c, 0x90, 0x24, + 0xbc, 0x79, 0x06, 0x6b, 0xb4, 0xf0, 0xfe, 0xc1, 0xdc, 0x84, 0xaa, 0xc0, 0x4a, 0x30, 0xc7, 0xee, + 0x3f, 0x16, 0x58, 0x7a, 0x71, 0xf6, 0x8c, 0x05, 0xf6, 0x27, 0x16, 0x0c, 0xac, 0xfb, 0xcd, 0xe3, + 0x38, 0x02, 0x5e, 0x35, 0x8e, 0x80, 0xc7, 0xf2, 0xc2, 0xc7, 0xe7, 0xee, 0xfe, 0x95, 0xc4, 0xee, + 0x3f, 0x97, 0x4b, 0xa1, 0x78, 0xe3, 0xb7, 0x61, 0x94, 0x05, 0xa5, 0x17, 0x9e, 0x4b, 0xcf, 0x1b, + 0x1b, 0x7e, 0x2e, 0xb1, 0xe1, 0x27, 0x35, 0x54, 0x6d, 0xa7, 0x3f, 0x05, 0xc3, 0xc2, 0x15, 0x26, + 0xe9, 0x16, 0x2a, 0x70, 0xb1, 0x84, 0xdb, 0x3f, 0x51, 0x06, 0x23, 0x08, 0x3e, 0xfa, 0x65, 0x0b, + 0xe6, 0x03, 0x6e, 0x22, 0xdb, 0xac, 0x76, 0x03, 0xd7, 0xdb, 0xae, 0x37, 0x76, 0x48, 0xb3, 0xdb, + 0x72, 0xbd, 0xed, 0xd5, 0x6d, 0xcf, 0x57, 0xc5, 0xcb, 0x77, 0x49, 0xa3, 0xcb, 0xd4, 0x6e, 0x3d, + 0x22, 0xee, 0x2b, 0x53, 0xf3, 0xe7, 0xee, 0x1d, 0xcc, 0xcd, 0xe3, 0x43, 0xd1, 0xc6, 0x87, 0xec, + 0x0b, 0xfa, 0x75, 0x0b, 0x2e, 0xf1, 0xd8, 0xf0, 0xfd, 0xf7, 0xbf, 0xe0, 0xb5, 0x5c, 0x93, 0xa4, + 0x62, 0x22, 0x1b, 0x24, 0x68, 0x2f, 0x7e, 0x48, 0x0c, 0xe8, 0xa5, 0xda, 0xe1, 0xda, 0xc2, 0x87, + 0xed, 0x9c, 0xfd, 0xcf, 0xca, 0x30, 0x2e, 0x62, 0x46, 0x89, 0x3b, 0xe0, 0x45, 0x63, 0x49, 0x3c, + 0x9e, 0x58, 0x12, 0xd3, 0x06, 0xf2, 0xd1, 0x1c, 0xff, 0x21, 0x4c, 0xd3, 0xc3, 0xf9, 0x2a, 0x71, + 0x82, 0x68, 0x93, 0x38, 0xdc, 0xe0, 0xab, 0x7c, 0xe8, 0xd3, 0x5f, 0xc9, 0x27, 0xaf, 0x27, 0x89, + 0xe1, 0x34, 0xfd, 0x6f, 0xa5, 0x3b, 0xc7, 0x83, 0xa9, 0x54, 0xd8, 0xaf, 0x4f, 0x40, 0x45, 0xf9, + 0x71, 0x88, 0x43, 0xa7, 0x38, 0x7a, 0x5e, 0x92, 0x02, 0x17, 0x7f, 0xc5, 0x3e, 0x44, 0x31, 0x39, + 0xfb, 0x1f, 0x94, 0x8c, 0x06, 0xf9, 0x24, 0xae, 0xc3, 0x88, 0x13, 0x86, 0xee, 0xb6, 0x47, 0x9a, + 0x45, 0x12, 0xca, 0x54, 0x33, 0xcc, 0x97, 0x66, 0x41, 0xd4, 0xc4, 0x8a, 0x06, 0xba, 0xca, 0xcd, + 0xea, 0xf6, 0x48, 0x91, 0x78, 0x32, 0x45, 0x0d, 0xa4, 0xe1, 0xdd, 0x1e, 0xc1, 0xa2, 0x3e, 0xfa, + 0x24, 0xb7, 0x7b, 0xbc, 0xe6, 0xf9, 0x77, 0xbc, 0x2b, 0xbe, 0x2f, 0xe3, 0x32, 0xf4, 0x47, 0x70, + 0x5a, 0x5a, 0x3b, 0xaa, 0xea, 0xd8, 0xa4, 0xd6, 0x5f, 0x1c, 0xcd, 0xcf, 0xc2, 0x09, 0x4a, 0xda, + 0x74, 0x9b, 0x0e, 0x11, 0x81, 0x49, 0x11, 0x90, 0x4c, 0x96, 0x89, 0xb1, 0xcb, 0x7c, 0xca, 0x99, + 0xb5, 0x63, 0x41, 0xfa, 0x35, 0x93, 0x04, 0x4e, 0xd2, 0xb4, 0x7f, 0xda, 0x02, 0xe6, 0x42, 0x7a, + 0x0c, 0xfc, 0xc8, 0x47, 0x4c, 0x7e, 0x64, 0x26, 0x6f, 0x90, 0x73, 0x58, 0x91, 0x17, 0xf8, 0xca, + 0xaa, 0x05, 0xfe, 0xdd, 0x7d, 0x61, 0xac, 0xd2, 0xfb, 0xfd, 0x61, 0xff, 0x1f, 0x8b, 0x1f, 0x62, + 0xca, 0xcb, 0x02, 0x7d, 0x27, 0x8c, 0x34, 0x9c, 0x8e, 0xd3, 0xe0, 0x19, 0x5b, 0x72, 0x25, 0x7a, + 0x46, 0xa5, 0xf9, 0x25, 0x51, 0x83, 0x4b, 0xa8, 0x64, 0x60, 0xbb, 0x11, 0x59, 0xdc, 0x53, 0x2a, + 0xa5, 0x9a, 0x9c, 0xdd, 0x85, 0x71, 0x83, 0xd8, 0x43, 0x15, 0x67, 0x7c, 0x27, 0xbf, 0x62, 0x55, + 0x20, 0xc6, 0x36, 0x4c, 0x7b, 0xda, 0x7f, 0x7a, 0xa1, 0xc8, 0xc7, 0xe5, 0x7b, 0x7b, 0x5d, 0xa2, + 0xec, 0xf6, 0xd1, 0xbc, 0x53, 0x13, 0x64, 0x70, 0x9a, 0xb2, 0xfd, 0x93, 0x16, 0x3c, 0xa2, 0x23, + 0x6a, 0x0e, 0x30, 0xbd, 0x94, 0x24, 0x55, 0x18, 0xf1, 0x3b, 0x24, 0x70, 0x22, 0x3f, 0x10, 0xb7, + 0xc6, 0x45, 0x39, 0xe8, 0x37, 0x44, 0xf9, 0x7d, 0x11, 0xef, 0x5c, 0x52, 0x97, 0xe5, 0x58, 0xd5, + 0xa4, 0xaf, 0x4f, 0x36, 0x18, 0xa1, 0x70, 0x75, 0x62, 0x67, 0x00, 0xd3, 0xa4, 0x87, 0x58, 0x40, + 0xec, 0xaf, 0x5b, 0x7c, 0x61, 0xe9, 0x5d, 0x47, 0x6f, 0xc2, 0x54, 0xdb, 0x89, 0x1a, 0x3b, 0xcb, + 0x77, 0x3b, 0x01, 0x57, 0x39, 0xc9, 0x71, 0x7a, 0xba, 0xd7, 0x38, 0x69, 0x1f, 0x19, 0x9b, 0x72, + 0xae, 0x25, 0x88, 0xe1, 0x14, 0x79, 0xb4, 0x09, 0xa3, 0xac, 0x8c, 0x79, 0xf1, 0x85, 0x45, 0xac, + 0x41, 0x5e, 0x6b, 0xca, 0x18, 0x61, 0x2d, 0xa6, 0x83, 0x75, 0xa2, 0xf6, 0x97, 0xcb, 0x7c, 0xb7, + 0x33, 0x56, 0xfe, 0x29, 0x18, 0xee, 0xf8, 0xcd, 0xa5, 0xd5, 0x2a, 0x16, 0xb3, 0xa0, 0xae, 0x91, + 0x1a, 0x2f, 0xc6, 0x12, 0x8e, 0x2e, 0xc2, 0x88, 0xf8, 0x29, 0x55, 0x84, 0xec, 0x6c, 0x16, 0x78, + 0x21, 0x56, 0x50, 0xf4, 0x1c, 0x40, 0x27, 0xf0, 0xf7, 0xdc, 0x26, 0x8b, 0x2e, 0x51, 0x36, 0xed, + 0x88, 0x6a, 0x0a, 0x82, 0x35, 0x2c, 0xf4, 0x0a, 0x8c, 0x77, 0xbd, 0x90, 0xb3, 0x23, 0x5a, 0x2c, + 0x59, 0x65, 0xe1, 0x72, 0x53, 0x07, 0x62, 0x13, 0x17, 0x2d, 0xc0, 0x50, 0xe4, 0x30, 0xbb, 0x98, + 0xc1, 0x7c, 0x73, 0xdf, 0x0d, 0x8a, 0xa1, 0x27, 0x07, 0xa1, 0x15, 0xb0, 0xa8, 0x88, 0x3e, 0x21, + 0x1d, 0x6a, 0xf9, 0xc1, 0x2e, 0xec, 0xec, 0xfb, 0xbb, 0x04, 0x34, 0x77, 0x5a, 0x61, 0xbf, 0x6f, + 0xd0, 0x42, 0x2f, 0x03, 0x90, 0xbb, 0x11, 0x09, 0x3c, 0xa7, 0xa5, 0xac, 0xd9, 0x14, 0x5f, 0x50, + 0xf5, 0xd7, 0xfd, 0xe8, 0x66, 0x48, 0x96, 0x15, 0x06, 0xd6, 0xb0, 0xed, 0x5f, 0xaf, 0x00, 0xc4, + 0x7c, 0x3b, 0x7a, 0x2b, 0x75, 0x70, 0x3d, 0x53, 0xcc, 0xe9, 0x1f, 0xdd, 0xa9, 0x85, 0xbe, 0xcf, + 0x82, 0x51, 0xa7, 0xd5, 0xf2, 0x1b, 0x0e, 0x8f, 0xf6, 0x5b, 0x2a, 0x3e, 0x38, 0x45, 0xfb, 0x0b, + 0x71, 0x0d, 0xde, 0x85, 0xe7, 0xe5, 0x0a, 0xd5, 0x20, 0x3d, 0x7b, 0xa1, 0x37, 0x8c, 0x3e, 0x20, + 0x9f, 0x8a, 0x65, 0x63, 0x28, 0xd5, 0x53, 0xb1, 0xc2, 0xee, 0x08, 0xfd, 0x95, 0x78, 0xd3, 0x78, + 0x25, 0x0e, 0xe4, 0x7b, 0x0c, 0x1a, 0xec, 0x6b, 0xaf, 0x07, 0x22, 0xaa, 0xe9, 0xd1, 0x03, 0x06, + 0xf3, 0xdd, 0xf3, 0xb4, 0x77, 0x52, 0x8f, 0xc8, 0x01, 0x9f, 0x81, 0xc9, 0xa6, 0xc9, 0x04, 0x88, + 0x95, 0xf8, 0x64, 0x1e, 0xdd, 0x04, 0xcf, 0x10, 0x5f, 0xfb, 0x09, 0x00, 0x4e, 0x12, 0x46, 0x35, + 0x1e, 0x4c, 0x62, 0xd5, 0xdb, 0xf2, 0x85, 0xaf, 0x87, 0x9d, 0x3b, 0x97, 0xfb, 0x61, 0x44, 0xda, + 0x14, 0x33, 0xbe, 0xdd, 0xd7, 0x45, 0x5d, 0xac, 0xa8, 0xa0, 0xd7, 0x60, 0x88, 0xf9, 0x67, 0x85, + 0x33, 0x23, 0xf9, 0x12, 0x67, 0x33, 0x3a, 0x5a, 0xbc, 0x21, 0xd9, 0xdf, 0x10, 0x0b, 0x0a, 0xe8, + 0xaa, 0xf4, 0x7e, 0x0c, 0x57, 0xbd, 0x9b, 0x21, 0x61, 0xde, 0x8f, 0x95, 0xc5, 0xf7, 0xc6, 0x8e, + 0x8d, 0xbc, 0x3c, 0x33, 0x85, 0x98, 0x51, 0x93, 0x72, 0x51, 0xe2, 0xbf, 0xcc, 0x4c, 0x36, 0x03, + 0xf9, 0xdd, 0x33, 0xb3, 0x97, 0xc5, 0xc3, 0x79, 0xcb, 0x24, 0x81, 0x93, 0x34, 0x29, 0x47, 0xca, + 0x77, 0xbd, 0xf0, 0x16, 0xe9, 0x75, 0x76, 0xf0, 0x87, 0x38, 0xbb, 0x8d, 0x78, 0x09, 0x16, 0xf5, + 0x8f, 0x95, 0x3d, 0x98, 0xf5, 0x60, 0x2a, 0xb9, 0x45, 0x1f, 0x2a, 0x3b, 0xf2, 0x07, 0x03, 0x30, + 0x61, 0x2e, 0x29, 0x74, 0x09, 0x2a, 0x82, 0x88, 0xca, 0x26, 0xa0, 0x76, 0xc9, 0x9a, 0x04, 0xe0, + 0x18, 0x87, 0x25, 0x91, 0x60, 0xd5, 0x35, 0xf3, 0xe0, 0x38, 0x89, 0x84, 0x82, 0x60, 0x0d, 0x8b, + 0x3e, 0xac, 0x36, 0x7d, 0x3f, 0x52, 0x17, 0x92, 0x5a, 0x77, 0x8b, 0xac, 0x14, 0x0b, 0x28, 0xbd, + 0x88, 0x76, 0x49, 0xe0, 0x91, 0x96, 0x19, 0x77, 0x58, 0x5d, 0x44, 0xd7, 0x74, 0x20, 0x36, 0x71, + 0xe9, 0x75, 0xea, 0x87, 0x6c, 0x21, 0x8b, 0xe7, 0x5b, 0x6c, 0x6e, 0x5d, 0xe7, 0x0e, 0xd8, 0x12, + 0x8e, 0x3e, 0x0e, 0x8f, 0xa8, 0xd8, 0x4a, 0x98, 0x6b, 0x33, 0x64, 0x8b, 0x43, 0x86, 0xb4, 0xe5, + 0x91, 0xa5, 0x6c, 0x34, 0x9c, 0x57, 0x1f, 0xbd, 0x0a, 0x13, 0x82, 0xc5, 0x97, 0x14, 0x87, 0x4d, + 0x0b, 0xa3, 0x6b, 0x06, 0x14, 0x27, 0xb0, 0x65, 0xe4, 0x64, 0xc6, 0x65, 0x4b, 0x0a, 0x23, 0xe9, + 0xc8, 0xc9, 0x3a, 0x1c, 0xa7, 0x6a, 0xa0, 0x05, 0x98, 0xe4, 0x3c, 0x98, 0xeb, 0x6d, 0xf3, 0x39, + 0x11, 0xce, 0x5c, 0x6a, 0x4b, 0xdd, 0x30, 0xc1, 0x38, 0x89, 0x8f, 0x5e, 0x82, 0x31, 0x27, 0x68, + 0xec, 0xb8, 0x11, 0x69, 0x44, 0xdd, 0x80, 0x7b, 0x79, 0x69, 0x26, 0x5a, 0x0b, 0x1a, 0x0c, 0x1b, + 0x98, 0xf6, 0x5b, 0x70, 0x22, 0x23, 0x32, 0x03, 0x5d, 0x38, 0x4e, 0xc7, 0x95, 0xdf, 0x94, 0xb0, + 0x70, 0x5e, 0xa8, 0xad, 0xca, 0xaf, 0xd1, 0xb0, 0xe8, 0xea, 0x64, 0x11, 0x1c, 0xb4, 0x44, 0x84, + 0x6a, 0x75, 0xae, 0x48, 0x00, 0x8e, 0x71, 0xec, 0xff, 0x51, 0x82, 0xc9, 0x0c, 0xdd, 0x0a, 0x4b, + 0x86, 0x97, 0x78, 0xa4, 0xc4, 0xb9, 0xef, 0xcc, 0x40, 0xdc, 0xa5, 0x43, 0x04, 0xe2, 0x2e, 0xf7, + 0x0a, 0xc4, 0x3d, 0xf0, 0x76, 0x02, 0x71, 0x9b, 0x23, 0x36, 0xd8, 0xd7, 0x88, 0x65, 0x04, 0xef, + 0x1e, 0x3a, 0x64, 0xf0, 0x6e, 0x63, 0xd0, 0x87, 0xfb, 0x18, 0xf4, 0x1f, 0x2d, 0xc1, 0x54, 0xd2, + 0x94, 0xf4, 0x18, 0xe4, 0xb6, 0xaf, 0x19, 0x72, 0xdb, 0x8b, 0xfd, 0x38, 0xdf, 0xe6, 0xca, 0x70, + 0x71, 0x42, 0x86, 0xfb, 0xfe, 0xbe, 0xa8, 0x15, 0xcb, 0x73, 0xff, 0x46, 0x09, 0x4e, 0x65, 0x7a, + 0xff, 0x1e, 0xc3, 0xd8, 0xdc, 0x30, 0xc6, 0xe6, 0xd9, 0xbe, 0x1d, 0x93, 0x73, 0x07, 0xe8, 0x76, + 0x62, 0x80, 0x2e, 0xf5, 0x4f, 0xb2, 0x78, 0x94, 0xbe, 0x56, 0x86, 0x73, 0x99, 0xf5, 0x62, 0xb1, + 0xe7, 0x8a, 0x21, 0xf6, 0x7c, 0x2e, 0x21, 0xf6, 0xb4, 0x8b, 0x6b, 0x1f, 0x8d, 0x1c, 0x54, 0x38, + 0xe8, 0xb2, 0x30, 0x03, 0x0f, 0x28, 0x03, 0x35, 0x1c, 0x74, 0x15, 0x21, 0x6c, 0xd2, 0xfd, 0x56, + 0x92, 0x7d, 0xfe, 0x5b, 0x0b, 0xce, 0x64, 0xce, 0xcd, 0x31, 0xc8, 0xba, 0xd6, 0x4d, 0x59, 0xd7, + 0x53, 0x7d, 0xaf, 0xd6, 0x1c, 0xe1, 0xd7, 0x97, 0x07, 0x73, 0xbe, 0x85, 0xbd, 0xe4, 0x6f, 0xc0, + 0xa8, 0xd3, 0x68, 0x90, 0x30, 0x5c, 0xf3, 0x9b, 0x2a, 0xd6, 0xf0, 0xb3, 0xec, 0x9d, 0x15, 0x17, + 0xdf, 0x3f, 0x98, 0x9b, 0x4d, 0x92, 0x88, 0xc1, 0x58, 0xa7, 0x80, 0x3e, 0x09, 0x23, 0xa1, 0xb8, + 0x37, 0xc5, 0xdc, 0x3f, 0xdf, 0xe7, 0xe0, 0x38, 0x9b, 0xa4, 0x65, 0x06, 0x43, 0x52, 0x92, 0x0a, + 0x45, 0xd2, 0x0c, 0x9c, 0x52, 0x3a, 0xd2, 0xc0, 0x29, 0xcf, 0x01, 0xec, 0xa9, 0xc7, 0x40, 0x52, + 0xfe, 0xa0, 0x3d, 0x13, 0x34, 0x2c, 0xf4, 0x51, 0x98, 0x0a, 0x79, 0xb4, 0xc0, 0xa5, 0x96, 0x13, + 0x32, 0x3f, 0x1a, 0xb1, 0x0a, 0x59, 0xc0, 0xa5, 0x7a, 0x02, 0x86, 0x53, 0xd8, 0x68, 0x45, 0xb6, + 0xca, 0x42, 0x1b, 0xf2, 0x85, 0x79, 0x21, 0x6e, 0x51, 0xa4, 0xe2, 0x3d, 0x99, 0x1c, 0x7e, 0x36, + 0xf0, 0x5a, 0x4d, 0xf4, 0x49, 0x00, 0xba, 0x7c, 0x84, 0x1c, 0x62, 0x38, 0xff, 0xf0, 0xa4, 0xa7, + 0x4a, 0x33, 0xd3, 0xb8, 0x99, 0xf9, 0xd4, 0x56, 0x15, 0x11, 0xac, 0x11, 0x44, 0x5b, 0x30, 0x1e, + 0xff, 0x8b, 0x33, 0x55, 0x1e, 0xb2, 0x05, 0x26, 0xf7, 0xae, 0xea, 0x74, 0xb0, 0x49, 0xd6, 0xfe, + 0xf1, 0x61, 0x78, 0xb4, 0xe0, 0x2c, 0x46, 0x0b, 0xa6, 0xbe, 0xf7, 0xe9, 0xe4, 0x23, 0x7e, 0x36, + 0xb3, 0xb2, 0xf1, 0xaa, 0x4f, 0x2c, 0xf9, 0xd2, 0xdb, 0x5e, 0xf2, 0x3f, 0x64, 0x69, 0xe2, 0x15, + 0x6e, 0x59, 0xfa, 0x91, 0x43, 0xde, 0x31, 0x47, 0x28, 0x6f, 0xd9, 0xca, 0x10, 0x5a, 0x3c, 0xd7, + 0x77, 0x77, 0xfa, 0x97, 0x62, 0x7c, 0xc5, 0x02, 0x24, 0xc4, 0x2b, 0xa4, 0xa9, 0x36, 0x94, 0x90, + 0x67, 0x5c, 0x39, 0xec, 0xf7, 0x2f, 0xa4, 0x28, 0xf1, 0x91, 0x78, 0x59, 0x5e, 0x06, 0x69, 0x84, + 0x9e, 0x63, 0x92, 0xd1, 0x3d, 0xf4, 0x71, 0x16, 0x4d, 0xd7, 0x7d, 0x4b, 0x70, 0x40, 0x62, 0xc3, + 0xbd, 0x28, 0x22, 0xe9, 0xaa, 0x72, 0xca, 0xea, 0x66, 0x76, 0x57, 0x47, 0xc2, 0x06, 0xa9, 0xe3, + 0x7d, 0x7f, 0x77, 0xe1, 0x91, 0x9c, 0x21, 0x7b, 0xa8, 0xcf, 0xf0, 0xdf, 0xb2, 0xe0, 0x6c, 0x61, + 0x58, 0x98, 0x6f, 0x42, 0x06, 0xd1, 0xfe, 0x9c, 0x05, 0xd9, 0x93, 0x6d, 0x98, 0x95, 0x5d, 0x82, + 0x4a, 0x83, 0x16, 0x6a, 0x7e, 0xc0, 0x71, 0x80, 0x04, 0x09, 0xc0, 0x31, 0x8e, 0x61, 0x3d, 0x56, + 0xea, 0x69, 0x3d, 0xf6, 0x2b, 0x16, 0xa4, 0x0e, 0xf9, 0x63, 0xe0, 0x36, 0x56, 0x4d, 0x6e, 0xe3, + 0xbd, 0xfd, 0x8c, 0x66, 0x0e, 0xa3, 0xf1, 0xc7, 0x93, 0x70, 0x3a, 0xc7, 0x2d, 0x6f, 0x0f, 0xa6, + 0xb7, 0x1b, 0xc4, 0xf4, 0xb0, 0x2e, 0x8a, 0x3c, 0x54, 0xe8, 0x8e, 0xcd, 0x92, 0xc3, 0x4e, 0xa7, + 0x50, 0x70, 0xba, 0x09, 0xf4, 0x39, 0x0b, 0x4e, 0x3a, 0x77, 0xc2, 0x65, 0xca, 0x35, 0xba, 0x8d, + 0xc5, 0x96, 0xdf, 0xd8, 0xa5, 0x57, 0xb2, 0xdc, 0x08, 0x2f, 0x64, 0x4a, 0xf2, 0x6e, 0xd7, 0x53, + 0xf8, 0x46, 0xf3, 0x2c, 0x5b, 0x6e, 0x16, 0x16, 0xce, 0x6c, 0x0b, 0x61, 0x91, 0x42, 0x81, 0xbe, + 0x49, 0x0b, 0x62, 0x00, 0x64, 0xf9, 0x4f, 0x72, 0x36, 0x48, 0x42, 0xb0, 0xa2, 0x83, 0x3e, 0x0d, + 0x95, 0x6d, 0xe9, 0xee, 0x9b, 0xc1, 0x66, 0xc5, 0x03, 0x59, 0xec, 0x04, 0xcd, 0xd5, 0xf1, 0x0a, + 0x09, 0xc7, 0x44, 0xd1, 0xab, 0x50, 0xf6, 0xb6, 0xc2, 0xa2, 0x84, 0xb3, 0x09, 0xbb, 0x4b, 0x1e, + 0x69, 0x63, 0x7d, 0xa5, 0x8e, 0x69, 0x45, 0x74, 0x15, 0xca, 0xc1, 0x66, 0x53, 0x88, 0xa1, 0x33, + 0x37, 0x29, 0x5e, 0xac, 0xe6, 0xf4, 0x8a, 0x51, 0xc2, 0x8b, 0x55, 0x4c, 0x49, 0xa0, 0x1a, 0x0c, + 0x32, 0x5f, 0x36, 0xc1, 0xd4, 0x64, 0x3e, 0xdf, 0x0a, 0x7c, 0x42, 0x79, 0x38, 0x0e, 0x86, 0x80, + 0x39, 0x21, 0xb4, 0x01, 0x43, 0x0d, 0x96, 0x9c, 0x54, 0x70, 0x31, 0x1f, 0xc8, 0x14, 0x38, 0x17, + 0x64, 0x6d, 0x15, 0xf2, 0x57, 0x86, 0x81, 0x05, 0x2d, 0x46, 0x95, 0x74, 0x76, 0xb6, 0x42, 0x91, + 0x4c, 0x3b, 0x9b, 0x6a, 0x41, 0x32, 0x62, 0x41, 0x95, 0x61, 0x60, 0x41, 0x0b, 0xbd, 0x0c, 0xa5, + 0xad, 0x86, 0xf0, 0x53, 0xcb, 0x94, 0x3c, 0x9b, 0xc1, 0x52, 0x16, 0x87, 0xee, 0x1d, 0xcc, 0x95, + 0x56, 0x96, 0x70, 0x69, 0xab, 0x81, 0xd6, 0x61, 0x78, 0x8b, 0x87, 0x57, 0x10, 0xc2, 0xe5, 0x27, + 0xb3, 0x23, 0x3f, 0xa4, 0x22, 0x30, 0x70, 0x9f, 0x27, 0x01, 0xc0, 0x92, 0x08, 0xcb, 0x48, 0xa0, + 0xc2, 0x44, 0x88, 0x28, 0x75, 0xf3, 0x87, 0x0b, 0xed, 0xc1, 0x99, 0xcc, 0x38, 0xd8, 0x04, 0xd6, + 0x28, 0xd2, 0x55, 0xed, 0xbc, 0xd5, 0x0d, 0x58, 0x28, 0x70, 0x11, 0xce, 0x28, 0x73, 0x55, 0x2f, + 0x48, 0xa4, 0xa2, 0x55, 0xad, 0x90, 0x70, 0x4c, 0x14, 0xed, 0xc2, 0xf8, 0x5e, 0xd8, 0xd9, 0x21, + 0x72, 0x4b, 0xb3, 0xe8, 0x46, 0x39, 0xfc, 0xd1, 0x2d, 0x81, 0xe8, 0x06, 0x51, 0xd7, 0x69, 0xa5, + 0x4e, 0x21, 0xc6, 0xcb, 0xde, 0xd2, 0x89, 0x61, 0x93, 0x36, 0x1d, 0xfe, 0x37, 0xbb, 0xfe, 0xe6, + 0x7e, 0x44, 0x44, 0x70, 0xb9, 0xcc, 0xe1, 0x7f, 0x9d, 0xa3, 0xa4, 0x87, 0x5f, 0x00, 0xb0, 0x24, + 0x82, 0x6e, 0x89, 0xe1, 0x61, 0xa7, 0xe7, 0x54, 0x7e, 0x04, 0xd8, 0x05, 0x89, 0x94, 0x33, 0x28, + 0xec, 0xb4, 0x8c, 0x49, 0xb1, 0x53, 0xb2, 0xb3, 0xe3, 0x47, 0xbe, 0x97, 0x38, 0xa1, 0xa7, 0xf3, + 0x4f, 0xc9, 0x5a, 0x06, 0x7e, 0xfa, 0x94, 0xcc, 0xc2, 0xc2, 0x99, 0x6d, 0xa1, 0x26, 0x4c, 0x74, + 0xfc, 0x20, 0xba, 0xe3, 0x07, 0x72, 0x7d, 0xa1, 0x02, 0xe1, 0x98, 0x81, 0x29, 0x5a, 0x64, 0x71, + 0x1b, 0x4d, 0x08, 0x4e, 0xd0, 0x44, 0x1f, 0x83, 0xe1, 0xb0, 0xe1, 0xb4, 0xc8, 0xea, 0x8d, 0x99, + 0x13, 0xf9, 0xd7, 0x4f, 0x9d, 0xa3, 0xe4, 0xac, 0x2e, 0x1e, 0x1d, 0x83, 0xa3, 0x60, 0x49, 0x0e, + 0xad, 0xc0, 0x20, 0xcb, 0x38, 0xc7, 0x22, 0x21, 0xe6, 0x04, 0xb2, 0x4d, 0x59, 0xc1, 0xf3, 0xb3, + 0x89, 0x15, 0x63, 0x5e, 0x9d, 0xee, 0x01, 0xf1, 0x46, 0xf4, 0xc3, 0x99, 0x53, 0xf9, 0x7b, 0x40, + 0x3c, 0x2d, 0x6f, 0xd4, 0x8b, 0xf6, 0x80, 0x42, 0xc2, 0x31, 0x51, 0x7a, 0x32, 0xd3, 0xd3, 0xf4, + 0x74, 0x81, 0xf9, 0x56, 0xee, 0x59, 0xca, 0x4e, 0x66, 0x7a, 0x92, 0x52, 0x12, 0xf6, 0xef, 0x0d, + 0xa7, 0x79, 0x16, 0x26, 0x55, 0xf8, 0x1e, 0x2b, 0xa5, 0x70, 0xfe, 0x60, 0xbf, 0x42, 0xce, 0x23, + 0x7c, 0x0a, 0x7d, 0xce, 0x82, 0xd3, 0x9d, 0xcc, 0x0f, 0x11, 0x0c, 0x40, 0x7f, 0xb2, 0x52, 0xfe, + 0xe9, 0x2a, 0x6a, 0x66, 0x36, 0x1c, 0xe7, 0xb4, 0x94, 0x7c, 0x6e, 0x96, 0xdf, 0xf6, 0x73, 0x73, + 0x0d, 0x46, 0x1a, 0xfc, 0x29, 0x52, 0x98, 0xac, 0x3b, 0xf9, 0xf6, 0x66, 0xac, 0x84, 0x78, 0xc3, + 0x6c, 0x61, 0x45, 0x02, 0xfd, 0xb0, 0x05, 0x67, 0x93, 0x5d, 0xc7, 0x84, 0x81, 0x45, 0xa8, 0x4d, + 0x2e, 0xd0, 0x58, 0x11, 0xdf, 0x9f, 0xe2, 0xff, 0x0d, 0xe4, 0xfb, 0xbd, 0x10, 0x70, 0x71, 0x63, + 0xa8, 0x9a, 0x21, 0x51, 0x19, 0x32, 0xb5, 0x48, 0x7d, 0x48, 0x55, 0x5e, 0x80, 0xb1, 0xb6, 0xdf, + 0xf5, 0x22, 0x61, 0xed, 0x25, 0x2c, 0x4f, 0x98, 0xc5, 0xc5, 0x9a, 0x56, 0x8e, 0x0d, 0xac, 0x84, + 0x2c, 0x66, 0xe4, 0x81, 0x65, 0x31, 0x6f, 0xc0, 0x98, 0xa7, 0x99, 0x27, 0x0b, 0x7e, 0xe0, 0x42, + 0x7e, 0x98, 0x5c, 0xdd, 0x98, 0x99, 0xf7, 0x52, 0x2f, 0xc1, 0x06, 0xb5, 0xe3, 0x35, 0x03, 0xfb, + 0x92, 0x95, 0xc1, 0xd4, 0x73, 0x51, 0xcc, 0x87, 0x4d, 0x51, 0xcc, 0x85, 0xa4, 0x28, 0x26, 0xa5, + 0x41, 0x30, 0xa4, 0x30, 0xfd, 0x67, 0x01, 0xea, 0x37, 0xd4, 0xa6, 0xdd, 0x82, 0xf3, 0xbd, 0xae, + 0x25, 0x66, 0xf6, 0xd7, 0x54, 0xfa, 0xe2, 0xd8, 0xec, 0xaf, 0xb9, 0x5a, 0xc5, 0x0c, 0xd2, 0x6f, + 0x10, 0x27, 0xfb, 0xbf, 0x59, 0x50, 0xae, 0xf9, 0xcd, 0x63, 0x78, 0xf0, 0x7e, 0xc4, 0x78, 0xf0, + 0x3e, 0x9a, 0x7d, 0x21, 0x36, 0x73, 0xf5, 0x1f, 0xcb, 0x09, 0xfd, 0xc7, 0xd9, 0x3c, 0x02, 0xc5, + 0xda, 0x8e, 0x9f, 0x2a, 0xc3, 0x68, 0xcd, 0x6f, 0x2a, 0x9b, 0xfb, 0x7f, 0xf1, 0x20, 0x36, 0xf7, + 0xb9, 0xb9, 0x2c, 0x34, 0xca, 0xcc, 0x5a, 0x50, 0xba, 0x1b, 0x7f, 0x93, 0x99, 0xde, 0xdf, 0x26, + 0xee, 0xf6, 0x4e, 0x44, 0x9a, 0xc9, 0xcf, 0x39, 0x3e, 0xd3, 0xfb, 0xdf, 0x2b, 0xc1, 0x64, 0xa2, + 0x75, 0xd4, 0x82, 0xf1, 0x96, 0x2e, 0x5d, 0x17, 0xeb, 0xf4, 0x81, 0x04, 0xf3, 0xc2, 0x74, 0x59, + 0x2b, 0xc2, 0x26, 0x71, 0x34, 0x0f, 0xa0, 0xd4, 0xcd, 0x52, 0xbc, 0xca, 0xb8, 0x7e, 0xa5, 0x8f, + 0x0e, 0xb1, 0x86, 0x81, 0x5e, 0x84, 0xd1, 0xc8, 0xef, 0xf8, 0x2d, 0x7f, 0x7b, 0xff, 0x1a, 0x91, + 0xf1, 0xbd, 0x94, 0x41, 0xe2, 0x46, 0x0c, 0xc2, 0x3a, 0x1e, 0xba, 0x0b, 0xd3, 0x8a, 0x48, 0xfd, + 0x08, 0x34, 0x0e, 0x4c, 0xaa, 0xb0, 0x9e, 0xa4, 0x88, 0xd3, 0x8d, 0xd8, 0x3f, 0x53, 0xe6, 0x43, + 0xec, 0x45, 0xee, 0xbb, 0xbb, 0xe1, 0x9d, 0xbd, 0x1b, 0xbe, 0x66, 0xc1, 0x14, 0x6d, 0x9d, 0x59, + 0x5b, 0xc9, 0x6b, 0x5e, 0x05, 0xe6, 0xb6, 0x0a, 0x02, 0x73, 0x5f, 0xa0, 0xa7, 0x66, 0xd3, 0xef, + 0x46, 0x42, 0x76, 0xa7, 0x1d, 0x8b, 0xb4, 0x14, 0x0b, 0xa8, 0xc0, 0x23, 0x41, 0x20, 0x3c, 0x44, + 0x75, 0x3c, 0x12, 0x04, 0x58, 0x40, 0x65, 0xdc, 0xee, 0x81, 0xec, 0xb8, 0xdd, 0x3c, 0xfc, 0xaa, + 0xb0, 0xcb, 0x11, 0x0c, 0x97, 0x16, 0x7e, 0x55, 0x1a, 0xec, 0xc4, 0x38, 0xf6, 0x57, 0xca, 0x30, + 0x56, 0xf3, 0x9b, 0xb1, 0xaa, 0xf9, 0x05, 0x43, 0xd5, 0x7c, 0x3e, 0xa1, 0x6a, 0x9e, 0xd2, 0x71, + 0xdf, 0x55, 0x2c, 0x7f, 0xa3, 0x14, 0xcb, 0xff, 0xd4, 0x62, 0xb3, 0x56, 0x5d, 0xaf, 0x73, 0xe3, + 0x3d, 0x74, 0x19, 0x46, 0xd9, 0x01, 0xc3, 0x5c, 0x92, 0xa5, 0xfe, 0x95, 0xe5, 0xa3, 0x5a, 0x8f, + 0x8b, 0xb1, 0x8e, 0x83, 0x2e, 0xc2, 0x48, 0x48, 0x9c, 0xa0, 0xb1, 0xa3, 0x4e, 0x57, 0xa1, 0x2c, + 0xe5, 0x65, 0x58, 0x41, 0xd1, 0xeb, 0x71, 0xe4, 0xcf, 0x72, 0xbe, 0x8b, 0xa3, 0xde, 0x1f, 0xbe, + 0x45, 0xf2, 0xc3, 0x7d, 0xda, 0xb7, 0x01, 0xa5, 0xf1, 0xfb, 0x88, 0x4d, 0x37, 0x67, 0xc6, 0xa6, + 0xab, 0xa4, 0xe2, 0xd2, 0xfd, 0x99, 0x05, 0x13, 0x35, 0xbf, 0x49, 0xb7, 0xee, 0xb7, 0xd2, 0x3e, + 0xd5, 0xc3, 0x1e, 0x0f, 0x15, 0x84, 0x3d, 0x7e, 0x02, 0x06, 0x6b, 0x7e, 0x73, 0xb5, 0x56, 0x14, + 0x5f, 0xc0, 0xfe, 0x9b, 0x16, 0x0c, 0xd7, 0xfc, 0xe6, 0x31, 0xa8, 0x05, 0x3e, 0x6c, 0xaa, 0x05, + 0x1e, 0xc9, 0x59, 0x37, 0x39, 0x9a, 0x80, 0xbf, 0x3e, 0x00, 0xe3, 0xb4, 0x9f, 0xfe, 0xb6, 0x9c, + 0x4a, 0x63, 0xd8, 0xac, 0x3e, 0x86, 0x8d, 0x72, 0xe1, 0x7e, 0xab, 0xe5, 0xdf, 0x49, 0x4e, 0xeb, + 0x0a, 0x2b, 0xc5, 0x02, 0x8a, 0x9e, 0x81, 0x91, 0x4e, 0x40, 0xf6, 0x5c, 0x5f, 0xb0, 0xb7, 0x9a, + 0x92, 0xa5, 0x26, 0xca, 0xb1, 0xc2, 0xa0, 0xcf, 0xc2, 0xd0, 0xf5, 0xe8, 0x55, 0xde, 0xf0, 0xbd, + 0x26, 0x97, 0x9c, 0x97, 0x45, 0x6e, 0x0e, 0xad, 0x1c, 0x1b, 0x58, 0xe8, 0x36, 0x54, 0xd8, 0x7f, + 0x76, 0xec, 0x1c, 0x3e, 0xcb, 0xab, 0xc8, 0xfa, 0x27, 0x08, 0xe0, 0x98, 0x16, 0x7a, 0x0e, 0x20, + 0x92, 0xf1, 0xed, 0x43, 0x11, 0x6d, 0x4d, 0x3d, 0x05, 0x54, 0xe4, 0xfb, 0x10, 0x6b, 0x58, 0xe8, + 0x69, 0xa8, 0x44, 0x8e, 0xdb, 0xba, 0xee, 0x7a, 0x24, 0x64, 0x12, 0xf1, 0xb2, 0x4c, 0xbe, 0x27, + 0x0a, 0x71, 0x0c, 0xa7, 0xac, 0x18, 0x8b, 0xc4, 0xc1, 0x73, 0x44, 0x8f, 0x30, 0x6c, 0xc6, 0x8a, + 0x5d, 0x57, 0xa5, 0x58, 0xc3, 0x40, 0x3b, 0xf0, 0x98, 0xeb, 0xb1, 0x3c, 0x16, 0xa4, 0xbe, 0xeb, + 0x76, 0x36, 0xae, 0xd7, 0x6f, 0x91, 0xc0, 0xdd, 0xda, 0x5f, 0x74, 0x1a, 0xbb, 0xc4, 0x93, 0xf9, + 0x3b, 0xdf, 0x2b, 0xba, 0xf8, 0xd8, 0x6a, 0x01, 0x2e, 0x2e, 0xa4, 0x64, 0x3f, 0xcf, 0xd6, 0xfb, + 0x8d, 0x3a, 0x7a, 0xbf, 0x71, 0x74, 0x9c, 0xd6, 0x8f, 0x8e, 0xfb, 0x07, 0x73, 0x43, 0x37, 0xea, + 0x5a, 0x20, 0x89, 0x97, 0xe0, 0x54, 0xcd, 0x6f, 0xd6, 0xfc, 0x20, 0x5a, 0xf1, 0x83, 0x3b, 0x4e, + 0xd0, 0x94, 0xcb, 0x6b, 0x4e, 0x86, 0xd2, 0xa0, 0xe7, 0xe7, 0x20, 0x3f, 0x5d, 0x8c, 0x30, 0x19, + 0xcf, 0x33, 0x8e, 0xed, 0x90, 0x0e, 0x60, 0x0d, 0xc6, 0x3b, 0xa8, 0x4c, 0x30, 0x57, 0x9c, 0x88, + 0xa0, 0x1b, 0x2c, 0xc3, 0x75, 0x7c, 0x8d, 0x8a, 0xea, 0x4f, 0x69, 0x19, 0xae, 0x63, 0x60, 0xe6, + 0xbd, 0x6b, 0xd6, 0xb7, 0xff, 0xfb, 0x20, 0x3b, 0x51, 0x13, 0xd9, 0x44, 0xd0, 0xa7, 0x60, 0x22, + 0x24, 0xd7, 0x5d, 0xaf, 0x7b, 0x57, 0x8a, 0x30, 0x0a, 0x5c, 0xf8, 0xea, 0xcb, 0x3a, 0x26, 0x17, + 0x84, 0x9a, 0x65, 0x38, 0x41, 0x0d, 0xb5, 0x61, 0xe2, 0x8e, 0xeb, 0x35, 0xfd, 0x3b, 0xa1, 0xa4, + 0x3f, 0x92, 0x2f, 0x0f, 0xbd, 0xcd, 0x31, 0x13, 0x7d, 0x34, 0x9a, 0xbb, 0x6d, 0x10, 0xc3, 0x09, + 0xe2, 0x74, 0xd5, 0x06, 0x5d, 0x6f, 0x21, 0xbc, 0x19, 0x92, 0x40, 0xe4, 0x2a, 0x67, 0xab, 0x16, + 0xcb, 0x42, 0x1c, 0xc3, 0xe9, 0xaa, 0x65, 0x7f, 0xae, 0x04, 0x7e, 0x97, 0xa7, 0xae, 0x10, 0xab, + 0x16, 0xab, 0x52, 0xac, 0x61, 0xd0, 0x5d, 0xcd, 0xfe, 0xad, 0xfb, 0x1e, 0xf6, 0xfd, 0x48, 0x9e, + 0x03, 0x4c, 0xa7, 0xaf, 0x95, 0x63, 0x03, 0x0b, 0xad, 0x00, 0x0a, 0xbb, 0x9d, 0x4e, 0x8b, 0xd9, + 0x06, 0x39, 0x2d, 0x46, 0x8a, 0xdb, 0x4b, 0x94, 0x79, 0xe8, 0xdd, 0x7a, 0x0a, 0x8a, 0x33, 0x6a, + 0xd0, 0x03, 0x7e, 0x4b, 0x74, 0x75, 0x90, 0x75, 0x95, 0xeb, 0x4e, 0xea, 0xbc, 0x9f, 0x12, 0x86, + 0x96, 0x61, 0x38, 0xdc, 0x0f, 0x1b, 0x91, 0x88, 0x94, 0x98, 0x93, 0x30, 0xaa, 0xce, 0x50, 0xb4, + 0x7c, 0x85, 0xbc, 0x0a, 0x96, 0x75, 0x51, 0x03, 0x4e, 0x08, 0x8a, 0x4b, 0x3b, 0x8e, 0xa7, 0xd2, + 0xef, 0x70, 0x13, 0xe9, 0xcb, 0xf7, 0x0e, 0xe6, 0x4e, 0x88, 0x96, 0x75, 0xf0, 0xfd, 0x83, 0xb9, + 0xd3, 0x35, 0xbf, 0x99, 0x01, 0xc1, 0x59, 0xd4, 0xf8, 0xe2, 0x6b, 0x34, 0xfc, 0x76, 0xa7, 0x16, + 0xf8, 0x5b, 0x6e, 0x8b, 0x14, 0xe9, 0x9f, 0xea, 0x06, 0xa6, 0x58, 0x7c, 0x46, 0x19, 0x4e, 0x50, + 0xb3, 0xbf, 0x93, 0x31, 0x41, 0x2c, 0x3d, 0x77, 0xd4, 0x0d, 0x08, 0x6a, 0xc3, 0x78, 0x87, 0x6d, + 0x13, 0x91, 0x50, 0x42, 0xac, 0xf5, 0x17, 0xfa, 0x94, 0xa3, 0xdc, 0xa1, 0x77, 0x87, 0x69, 0x63, + 0x54, 0xd3, 0xc9, 0x61, 0x93, 0xba, 0xfd, 0x1b, 0x8f, 0xb0, 0x6b, 0xb4, 0xce, 0x85, 0x23, 0xc3, + 0xc2, 0x23, 0x43, 0xbc, 0xc7, 0x66, 0xf3, 0xa5, 0x74, 0xf1, 0xb4, 0x08, 0xaf, 0x0e, 0x2c, 0xeb, + 0xa2, 0x4f, 0xc2, 0x04, 0x7d, 0xde, 0xa8, 0xab, 0x2c, 0x9c, 0x39, 0x99, 0x1f, 0x39, 0x43, 0x61, + 0xe9, 0xc9, 0x66, 0xf4, 0xca, 0x38, 0x41, 0x0c, 0xbd, 0xce, 0x6c, 0x7a, 0x24, 0xe9, 0x52, 0x3f, + 0xa4, 0x75, 0xf3, 0x1d, 0x49, 0x56, 0x23, 0x82, 0xba, 0x70, 0x22, 0x9d, 0x9a, 0x2e, 0x9c, 0xb1, + 0xf3, 0xf9, 0xc4, 0x74, 0x76, 0xb9, 0x38, 0x2b, 0x48, 0x1a, 0x16, 0xe2, 0x2c, 0xfa, 0xe8, 0x3a, + 0x8c, 0x8b, 0x1c, 0xd5, 0x62, 0xe5, 0x96, 0x0d, 0xe1, 0xe1, 0x38, 0xd6, 0x81, 0xf7, 0x93, 0x05, + 0xd8, 0xac, 0x8c, 0xb6, 0xe1, 0xac, 0x96, 0x33, 0xea, 0x4a, 0xe0, 0x30, 0x0b, 0x00, 0x97, 0x1d, + 0xa7, 0xda, 0x05, 0xff, 0xf8, 0xbd, 0x83, 0xb9, 0xb3, 0x1b, 0x45, 0x88, 0xb8, 0x98, 0x0e, 0xba, + 0x01, 0xa7, 0xb8, 0xdf, 0x77, 0x95, 0x38, 0xcd, 0x96, 0xeb, 0x29, 0x0e, 0x82, 0x6f, 0xf9, 0x33, + 0xf7, 0x0e, 0xe6, 0x4e, 0x2d, 0x64, 0x21, 0xe0, 0xec, 0x7a, 0xe8, 0xc3, 0x50, 0x69, 0x7a, 0xa1, + 0x18, 0x83, 0x21, 0x23, 0x2d, 0x57, 0xa5, 0xba, 0x5e, 0x57, 0xdf, 0x1f, 0xff, 0xc1, 0x71, 0x05, + 0xb4, 0xcd, 0x05, 0xcc, 0x4a, 0xec, 0x31, 0x9c, 0x8a, 0x7b, 0x95, 0x94, 0x0c, 0x1a, 0x9e, 0x9f, + 0x5c, 0xb3, 0xa2, 0x1c, 0x22, 0x0c, 0xa7, 0x50, 0x83, 0x30, 0x7a, 0x0d, 0x90, 0x08, 0xff, 0xbe, + 0xd0, 0x60, 0xd9, 0x4a, 0x98, 0x3c, 0x7e, 0xc4, 0xf4, 0x45, 0xac, 0xa7, 0x30, 0x70, 0x46, 0x2d, + 0x74, 0x95, 0x9e, 0x2a, 0x7a, 0xa9, 0x38, 0xb5, 0x54, 0x12, 0xc5, 0x2a, 0xe9, 0x04, 0x84, 0x59, + 0x34, 0x99, 0x14, 0x71, 0xa2, 0x1e, 0x6a, 0xc2, 0x63, 0x4e, 0x37, 0xf2, 0x99, 0xec, 0xde, 0x44, + 0xdd, 0xf0, 0x77, 0x89, 0xc7, 0xd4, 0x66, 0x23, 0x8b, 0xe7, 0x29, 0x8b, 0xb2, 0x50, 0x80, 0x87, + 0x0b, 0xa9, 0x50, 0xd6, 0x52, 0x65, 0x4d, 0x06, 0x33, 0x9a, 0x57, 0x46, 0xe6, 0xe4, 0x17, 0x61, + 0x74, 0xc7, 0x0f, 0xa3, 0x75, 0x12, 0xdd, 0xf1, 0x83, 0x5d, 0x11, 0x95, 0x36, 0x8e, 0xf1, 0x1d, + 0x83, 0xb0, 0x8e, 0x47, 0xdf, 0x8e, 0xcc, 0xa8, 0x63, 0xb5, 0xca, 0xf4, 0xe9, 0x23, 0xf1, 0x19, + 0x73, 0x95, 0x17, 0x63, 0x09, 0x97, 0xa8, 0xab, 0xb5, 0x25, 0xa6, 0x1b, 0x4f, 0xa0, 0xae, 0xd6, + 0x96, 0xb0, 0x84, 0xd3, 0xe5, 0x1a, 0xee, 0x38, 0x01, 0xa9, 0x05, 0x7e, 0x83, 0x84, 0x5a, 0x64, + 0xf9, 0x47, 0x79, 0xcc, 0x5d, 0xba, 0x5c, 0xeb, 0x59, 0x08, 0x38, 0xbb, 0x1e, 0x22, 0xe9, 0x7c, + 0x69, 0x13, 0xf9, 0x4a, 0x8d, 0x34, 0x3f, 0xd3, 0x67, 0xca, 0x34, 0x0f, 0xa6, 0x54, 0xa6, 0x36, + 0x1e, 0x65, 0x37, 0x9c, 0x99, 0x64, 0x6b, 0xbb, 0xff, 0x10, 0xbd, 0x4a, 0x4d, 0xb4, 0x9a, 0xa0, + 0x84, 0x53, 0xb4, 0x8d, 0x80, 0x6d, 0x53, 0x3d, 0x03, 0xb6, 0x5d, 0x82, 0x4a, 0xd8, 0xdd, 0x6c, + 0xfa, 0x6d, 0xc7, 0xf5, 0x98, 0x6e, 0x5c, 0x7b, 0xc4, 0xd4, 0x25, 0x00, 0xc7, 0x38, 0x68, 0x05, + 0x46, 0x1c, 0xa9, 0x03, 0x42, 0xf9, 0x21, 0x7a, 0x94, 0xe6, 0x87, 0x47, 0xad, 0x90, 0x5a, 0x1f, + 0x55, 0x17, 0xbd, 0x02, 0xe3, 0xc2, 0x6f, 0x59, 0x24, 0x09, 0x3d, 0x61, 0x3a, 0x97, 0xd5, 0x75, + 0x20, 0x36, 0x71, 0xd1, 0x4d, 0x18, 0x8d, 0xfc, 0x16, 0xf3, 0x90, 0xa2, 0x6c, 0xde, 0xe9, 0xfc, + 0x60, 0x73, 0x1b, 0x0a, 0x4d, 0x17, 0xbf, 0xaa, 0xaa, 0x58, 0xa7, 0x83, 0x36, 0xf8, 0x7a, 0x67, + 0x71, 0xe4, 0x49, 0x38, 0xf3, 0x48, 0xfe, 0x9d, 0xa4, 0xc2, 0xcd, 0x9b, 0xdb, 0x41, 0xd4, 0xc4, + 0x3a, 0x19, 0x74, 0x05, 0xa6, 0x3b, 0x81, 0xeb, 0xb3, 0x35, 0xa1, 0xd4, 0x7f, 0x33, 0x66, 0xd6, + 0xa8, 0x5a, 0x12, 0x01, 0xa7, 0xeb, 0x30, 0xb7, 0x73, 0x51, 0x38, 0x73, 0x86, 0x67, 0xbe, 0xe0, + 0x6f, 0x42, 0x5e, 0x86, 0x15, 0x14, 0xad, 0xb1, 0x93, 0x98, 0x8b, 0x33, 0x66, 0x66, 0xf3, 0xa3, + 0x02, 0xe9, 0x62, 0x0f, 0xce, 0xbc, 0xaa, 0xbf, 0x38, 0xa6, 0x80, 0x9a, 0x5a, 0xc2, 0x49, 0xfa, + 0x62, 0x08, 0x67, 0x1e, 0x2b, 0xb0, 0xac, 0x4b, 0x3c, 0x2f, 0x62, 0x86, 0xc0, 0x28, 0x0e, 0x71, + 0x82, 0x26, 0xfa, 0x28, 0x4c, 0x89, 0x58, 0x86, 0xf1, 0x30, 0x9d, 0x8d, 0xed, 0xce, 0x71, 0x02, + 0x86, 0x53, 0xd8, 0x3c, 0xf3, 0x84, 0xb3, 0xd9, 0x22, 0xe2, 0xe8, 0xbb, 0xee, 0x7a, 0xbb, 0xe1, + 0xcc, 0x39, 0x76, 0x3e, 0x88, 0xcc, 0x13, 0x49, 0x28, 0xce, 0xa8, 0x81, 0x36, 0x60, 0xaa, 0x13, + 0x10, 0xd2, 0x66, 0x8c, 0xbe, 0xb8, 0xcf, 0xe6, 0x78, 0xd4, 0x05, 0xda, 0x93, 0x5a, 0x02, 0x76, + 0x3f, 0xa3, 0x0c, 0xa7, 0x28, 0xa0, 0x3b, 0x30, 0xe2, 0xef, 0x91, 0x60, 0x87, 0x38, 0xcd, 0x99, + 0xf3, 0x05, 0x7e, 0x10, 0xe2, 0x72, 0xbb, 0x21, 0x70, 0x13, 0x26, 0x03, 0xb2, 0xb8, 0xb7, 0xc9, + 0x80, 0x6c, 0x0c, 0xfd, 0x88, 0x05, 0x67, 0xa4, 0x96, 0xa1, 0xde, 0xa1, 0xa3, 0xbe, 0xe4, 0x7b, + 0x61, 0x14, 0xf0, 0x38, 0x01, 0x8f, 0xe7, 0xfb, 0xce, 0x6f, 0xe4, 0x54, 0x52, 0x12, 0xd5, 0x33, + 0x79, 0x18, 0x21, 0xce, 0x6f, 0x11, 0x2d, 0xc1, 0x74, 0x48, 0x22, 0x79, 0x18, 0x2d, 0x84, 0x2b, + 0xaf, 0x57, 0xd7, 0x67, 0x9e, 0xe0, 0x41, 0x0e, 0xe8, 0x66, 0xa8, 0x27, 0x81, 0x38, 0x8d, 0x8f, + 0x2e, 0x43, 0xc9, 0x0f, 0x67, 0xde, 0x5b, 0x90, 0xa3, 0x94, 0x3e, 0xc5, 0xb9, 0xe9, 0xd8, 0x8d, + 0x3a, 0x2e, 0xf9, 0xe1, 0xec, 0xb7, 0xc3, 0x74, 0x8a, 0x63, 0x38, 0x4c, 0x6e, 0x9f, 0xd9, 0x5d, + 0x18, 0x37, 0x66, 0xe5, 0xa1, 0x6a, 0xa9, 0xff, 0xf5, 0x30, 0x54, 0x94, 0x06, 0x13, 0x5d, 0x32, + 0x15, 0xd3, 0x67, 0x92, 0x8a, 0xe9, 0x91, 0x9a, 0xdf, 0x34, 0x74, 0xd1, 0x1b, 0x19, 0xd1, 0xe0, + 0xf2, 0xce, 0x80, 0xfe, 0x0d, 0xe4, 0x35, 0xb1, 0x70, 0xb9, 0x6f, 0x0d, 0xf7, 0x40, 0xa1, 0xa4, + 0xf9, 0x0a, 0x4c, 0x7b, 0x3e, 0x63, 0x53, 0x49, 0x53, 0xf2, 0x20, 0x8c, 0xd5, 0xa8, 0xe8, 0xe1, + 0x55, 0x12, 0x08, 0x38, 0x5d, 0x87, 0x36, 0xc8, 0x79, 0x85, 0xa4, 0x68, 0x9b, 0xb3, 0x12, 0x58, + 0x40, 0xd1, 0x13, 0x30, 0xd8, 0xf1, 0x9b, 0xab, 0x35, 0xc1, 0xa2, 0x6a, 0x31, 0x48, 0x9b, 0xab, + 0x35, 0xcc, 0x61, 0x68, 0x01, 0x86, 0xd8, 0x8f, 0x70, 0x66, 0x2c, 0x3f, 0x8e, 0x06, 0xab, 0xa1, + 0x65, 0x4e, 0x62, 0x15, 0xb0, 0xa8, 0xc8, 0x44, 0x6c, 0x94, 0xaf, 0x67, 0x22, 0xb6, 0xe1, 0x07, + 0x14, 0xb1, 0x49, 0x02, 0x38, 0xa6, 0x85, 0xee, 0xc2, 0x29, 0xe3, 0x2d, 0xc5, 0x97, 0x08, 0x09, + 0x85, 0x2f, 0xff, 0x13, 0x85, 0x8f, 0x28, 0xa1, 0x11, 0x3f, 0x2b, 0x3a, 0x7d, 0x6a, 0x35, 0x8b, + 0x12, 0xce, 0x6e, 0x00, 0xb5, 0x60, 0xba, 0x91, 0x6a, 0x75, 0xa4, 0xff, 0x56, 0xd5, 0x84, 0xa6, + 0x5b, 0x4c, 0x13, 0x46, 0xaf, 0xc0, 0xc8, 0x9b, 0x7e, 0xc8, 0x8e, 0x77, 0xc1, 0x56, 0x4b, 0x47, + 0xf0, 0x91, 0xd7, 0x6f, 0xd4, 0x59, 0xf9, 0xfd, 0x83, 0xb9, 0xd1, 0x9a, 0xdf, 0x94, 0x7f, 0xb1, + 0xaa, 0x80, 0xbe, 0xdf, 0x82, 0xd9, 0xf4, 0x63, 0x4d, 0x75, 0x7a, 0xbc, 0xff, 0x4e, 0xdb, 0xa2, + 0xd1, 0xd9, 0xe5, 0x5c, 0x72, 0xb8, 0xa0, 0x29, 0xfb, 0x97, 0x2c, 0x26, 0xa8, 0x13, 0x9a, 0x26, + 0x12, 0x76, 0x5b, 0xc7, 0x91, 0x30, 0x76, 0xd9, 0x50, 0x82, 0x3d, 0xb0, 0x85, 0xc4, 0x3f, 0xb7, + 0x98, 0x85, 0xc4, 0x31, 0xba, 0x42, 0xbc, 0x0e, 0x23, 0x91, 0x4c, 0xe4, 0x5b, 0x90, 0xe3, 0x56, + 0xeb, 0x14, 0xb3, 0x12, 0x51, 0x4c, 0xae, 0xca, 0xd9, 0xab, 0xc8, 0xd8, 0xff, 0x88, 0xcf, 0x80, + 0x84, 0x1c, 0x83, 0xae, 0xa1, 0x6a, 0xea, 0x1a, 0xe6, 0x7a, 0x7c, 0x41, 0x8e, 0xce, 0xe1, 0x1f, + 0x9a, 0xfd, 0x66, 0xc2, 0x9d, 0x77, 0xba, 0x69, 0x8e, 0xfd, 0x79, 0x0b, 0x20, 0x0e, 0xf1, 0xdc, + 0x47, 0xaa, 0xb6, 0x97, 0x28, 0x5b, 0xeb, 0x47, 0x7e, 0xc3, 0x6f, 0x09, 0x4d, 0xda, 0x63, 0xb1, + 0xba, 0x83, 0x97, 0xdf, 0xd7, 0x7e, 0x63, 0x85, 0x8d, 0xe6, 0x64, 0x40, 0xb9, 0x72, 0xac, 0x80, + 0x33, 0x82, 0xc9, 0x7d, 0xd1, 0x82, 0x93, 0x59, 0x76, 0xb5, 0xf4, 0x91, 0xc4, 0xc5, 0x5c, 0xca, + 0x6c, 0x4a, 0xcd, 0xe6, 0x2d, 0x51, 0x8e, 0x15, 0x46, 0xdf, 0x39, 0xf0, 0x0e, 0x17, 0x5b, 0xf9, + 0x06, 0x8c, 0xd7, 0x02, 0xa2, 0x5d, 0xae, 0xaf, 0xf2, 0x20, 0x05, 0xbc, 0x3f, 0xcf, 0x1c, 0x3a, + 0x40, 0x81, 0xfd, 0xe5, 0x12, 0x9c, 0xe4, 0xd6, 0x07, 0x0b, 0x7b, 0xbe, 0xdb, 0xac, 0xf9, 0x4d, + 0xe1, 0x3d, 0xf5, 0x09, 0x18, 0xeb, 0x68, 0xb2, 0xc9, 0xa2, 0x38, 0xa1, 0xba, 0x0c, 0x33, 0x96, + 0xa6, 0xe8, 0xa5, 0xd8, 0xa0, 0x85, 0x9a, 0x30, 0x46, 0xf6, 0xdc, 0x86, 0x52, 0x61, 0x97, 0x0e, + 0x7d, 0xd1, 0xa9, 0x56, 0x96, 0x35, 0x3a, 0xd8, 0xa0, 0xfa, 0x10, 0x32, 0x53, 0xdb, 0x3f, 0x66, + 0xc1, 0x23, 0x39, 0x51, 0x45, 0x69, 0x73, 0x77, 0x98, 0x9d, 0x87, 0x58, 0xb6, 0xaa, 0x39, 0x6e, + 0xfd, 0x81, 0x05, 0x14, 0x7d, 0x0c, 0x80, 0x5b, 0x6f, 0xd0, 0x57, 0x7a, 0xaf, 0xf0, 0x8b, 0x46, + 0xe4, 0x38, 0x2d, 0x08, 0x98, 0xac, 0x8f, 0x35, 0x5a, 0xf6, 0x17, 0x07, 0x60, 0x90, 0x67, 0xd1, + 0xaf, 0xc1, 0xf0, 0x0e, 0xcf, 0x13, 0x53, 0x38, 0x6f, 0x14, 0x57, 0xa6, 0x9e, 0x89, 0xe7, 0x4d, + 0x2b, 0xc5, 0x92, 0x0c, 0x5a, 0x83, 0x13, 0x3c, 0x5d, 0x4f, 0xab, 0x4a, 0x5a, 0xce, 0xbe, 0x14, + 0xfb, 0xf1, 0xdc, 0xb2, 0x4a, 0xfc, 0xb9, 0x9a, 0x46, 0xc1, 0x59, 0xf5, 0xd0, 0xab, 0x30, 0x41, + 0x9f, 0x61, 0x7e, 0x37, 0x92, 0x94, 0x78, 0xa2, 0x1e, 0xf5, 0xee, 0xdb, 0x30, 0xa0, 0x38, 0x81, + 0x8d, 0x5e, 0x81, 0xf1, 0x4e, 0x4a, 0xc0, 0x39, 0x18, 0x4b, 0x02, 0x4c, 0xa1, 0xa6, 0x89, 0xcb, + 0x4c, 0x6b, 0xbb, 0xcc, 0x90, 0x78, 0x63, 0x27, 0x20, 0xe1, 0x8e, 0xdf, 0x6a, 0x32, 0xf6, 0x6f, + 0x50, 0x33, 0xad, 0x4d, 0xc0, 0x71, 0xaa, 0x06, 0xa5, 0xb2, 0xe5, 0xb8, 0xad, 0x6e, 0x40, 0x62, + 0x2a, 0x43, 0x26, 0x95, 0x95, 0x04, 0x1c, 0xa7, 0x6a, 0xf4, 0x96, 0xdc, 0x0e, 0x1f, 0x8d, 0xe4, + 0xd6, 0xfe, 0x5b, 0x25, 0x30, 0xa6, 0xf6, 0x5b, 0x37, 0x81, 0x10, 0xfd, 0xb2, 0xed, 0xa0, 0xd3, + 0x10, 0x96, 0x31, 0x99, 0x5f, 0x16, 0xe7, 0x05, 0xe5, 0x5f, 0x46, 0xff, 0x63, 0x56, 0x8b, 0xee, + 0xf1, 0x53, 0xb5, 0xc0, 0xa7, 0x97, 0x9c, 0x0c, 0x63, 0xa5, 0x2c, 0xd8, 0x87, 0xa5, 0x77, 0x6f, + 0x41, 0xc0, 0x47, 0x61, 0xe3, 0xcb, 0x29, 0x18, 0x46, 0x24, 0x75, 0xe1, 0x6b, 0x2f, 0xa9, 0xa0, + 0xcb, 0x30, 0x2a, 0xb2, 0xc2, 0x30, 0x43, 0x6b, 0xbe, 0x99, 0x98, 0xd1, 0x4b, 0x35, 0x2e, 0xc6, + 0x3a, 0x8e, 0xfd, 0x03, 0x25, 0x38, 0x91, 0xe1, 0x29, 0xc3, 0xaf, 0x91, 0x6d, 0x37, 0x8c, 0x54, + 0xea, 0x51, 0xed, 0x1a, 0xe1, 0xe5, 0x58, 0x61, 0xd0, 0xb3, 0x8a, 0x5f, 0x54, 0xc9, 0xcb, 0x49, + 0x58, 0xa2, 0x0b, 0xe8, 0x21, 0x93, 0x78, 0x9e, 0x87, 0x81, 0x6e, 0x48, 0x64, 0xa8, 0x56, 0x75, + 0x6d, 0x33, 0xb5, 0x26, 0x83, 0xd0, 0x67, 0xd4, 0xb6, 0xd2, 0x10, 0x6a, 0xcf, 0x28, 0xae, 0x23, + 0xe4, 0x30, 0xda, 0xb9, 0x88, 0x78, 0x8e, 0x17, 0x89, 0xc7, 0x56, 0x1c, 0x73, 0x90, 0x95, 0x62, + 0x01, 0xb5, 0xbf, 0x50, 0x86, 0x33, 0xb9, 0xbe, 0x73, 0xb4, 0xeb, 0x6d, 0xdf, 0x73, 0x23, 0x5f, + 0x59, 0x13, 0xf1, 0x38, 0x83, 0xa4, 0xb3, 0xb3, 0x26, 0xca, 0xb1, 0xc2, 0x40, 0x17, 0x60, 0x90, + 0x09, 0x45, 0x53, 0x49, 0x58, 0x17, 0xab, 0x3c, 0xf0, 0x14, 0x07, 0xf7, 0x9d, 0x37, 0xfb, 0x09, + 0xca, 0xc1, 0xf8, 0xad, 0xe4, 0x85, 0x42, 0xbb, 0xeb, 0xfb, 0x2d, 0xcc, 0x80, 0xe8, 0x7d, 0x62, + 0xbc, 0x12, 0xe6, 0x33, 0xd8, 0x69, 0xfa, 0xa1, 0x36, 0x68, 0x4f, 0xc1, 0xf0, 0x2e, 0xd9, 0x0f, + 0x5c, 0x6f, 0x3b, 0x69, 0x56, 0x75, 0x8d, 0x17, 0x63, 0x09, 0x37, 0xb3, 0x06, 0x0e, 0x1f, 0x75, + 0xc2, 0xeb, 0x91, 0x9e, 0xec, 0xc9, 0x0f, 0x95, 0x61, 0x12, 0x2f, 0x56, 0xdf, 0x9d, 0x88, 0x9b, + 0xe9, 0x89, 0x38, 0xea, 0x84, 0xd7, 0xbd, 0x67, 0xe3, 0xe7, 0x2d, 0x98, 0x64, 0xb9, 0x69, 0x84, + 0x87, 0xbc, 0xeb, 0x7b, 0xc7, 0xf0, 0x14, 0x78, 0x02, 0x06, 0x03, 0xda, 0x68, 0x32, 0xfb, 0x2a, + 0xeb, 0x09, 0xe6, 0x30, 0xf4, 0x18, 0x0c, 0xb0, 0x2e, 0xd0, 0xc9, 0x1b, 0xe3, 0x47, 0x70, 0xd5, + 0x89, 0x1c, 0xcc, 0x4a, 0x59, 0xd8, 0x25, 0x4c, 0x3a, 0x2d, 0x97, 0x77, 0x3a, 0x56, 0x59, 0xbf, + 0x33, 0xbc, 0xea, 0x33, 0xbb, 0xf6, 0xf6, 0xc2, 0x2e, 0x65, 0x93, 0x2c, 0x7e, 0x66, 0xff, 0x51, + 0x09, 0xce, 0x65, 0xd6, 0xeb, 0x3b, 0xec, 0x52, 0x71, 0xed, 0x87, 0x99, 0x7d, 0xa4, 0x7c, 0x8c, + 0x46, 0xab, 0x03, 0xfd, 0x72, 0xff, 0x83, 0x7d, 0x44, 0x43, 0xca, 0x1c, 0xb2, 0x77, 0x48, 0x34, + 0xa4, 0xcc, 0xbe, 0xe5, 0x88, 0x09, 0xfe, 0xbc, 0x94, 0xf3, 0x2d, 0x4c, 0x60, 0x70, 0x91, 0x9e, + 0x33, 0x0c, 0x18, 0xca, 0x47, 0x38, 0x3f, 0x63, 0x78, 0x19, 0x56, 0x50, 0xb4, 0x00, 0x93, 0x6d, + 0xd7, 0xa3, 0x87, 0xcf, 0xbe, 0xc9, 0x8a, 0xab, 0x60, 0x75, 0x6b, 0x26, 0x18, 0x27, 0xf1, 0x91, + 0xab, 0x45, 0x4a, 0xe2, 0x5f, 0xf7, 0xca, 0xa1, 0x76, 0xdd, 0xbc, 0xa9, 0xce, 0x57, 0xa3, 0x98, + 0x11, 0x35, 0x69, 0x4d, 0x93, 0x13, 0x95, 0xfb, 0x97, 0x13, 0x8d, 0x65, 0xcb, 0x88, 0x66, 0x5f, + 0x81, 0xf1, 0x07, 0x56, 0x0c, 0xd8, 0x5f, 0x2b, 0xc3, 0xa3, 0x05, 0xdb, 0x9e, 0x9f, 0xf5, 0xc6, + 0x1c, 0x68, 0x67, 0x7d, 0x6a, 0x1e, 0x6a, 0x70, 0x72, 0xab, 0xdb, 0x6a, 0xed, 0x33, 0x5f, 0x0e, + 0xd2, 0x94, 0x18, 0x82, 0xa7, 0x94, 0xc2, 0x91, 0x93, 0x2b, 0x19, 0x38, 0x38, 0xb3, 0x26, 0x7d, + 0x62, 0xd1, 0x9b, 0x64, 0x5f, 0x91, 0x4a, 0x3c, 0xb1, 0xb0, 0x0e, 0xc4, 0x26, 0x2e, 0xba, 0x02, + 0xd3, 0xce, 0x9e, 0xe3, 0xf2, 0x70, 0xd3, 0x92, 0x00, 0x7f, 0x63, 0x29, 0x79, 0xee, 0x42, 0x12, + 0x01, 0xa7, 0xeb, 0xa0, 0xd7, 0x00, 0xf9, 0x9b, 0xcc, 0xe2, 0xbb, 0x79, 0x85, 0x78, 0x42, 0xeb, + 0xca, 0xe6, 0xae, 0x1c, 0x1f, 0x09, 0x37, 0x52, 0x18, 0x38, 0xa3, 0x56, 0x22, 0x22, 0xd0, 0x50, + 0x7e, 0x44, 0xa0, 0xe2, 0x73, 0xb1, 0x67, 0xe2, 0x9b, 0xff, 0x64, 0xd1, 0xeb, 0x8b, 0x33, 0xf9, + 0x66, 0x00, 0xcd, 0x57, 0x98, 0xd5, 0x24, 0x97, 0xf5, 0x6a, 0xf1, 0x53, 0x4e, 0x69, 0x56, 0x93, + 0x31, 0x10, 0x9b, 0xb8, 0x7c, 0x41, 0x84, 0xb1, 0xdb, 0xae, 0xc1, 0xe2, 0x8b, 0x28, 0x5f, 0x0a, + 0x03, 0x7d, 0x1c, 0x86, 0x9b, 0xee, 0x9e, 0x1b, 0x0a, 0x49, 0xd7, 0xa1, 0xd5, 0x4a, 0xf1, 0x39, + 0x58, 0xe5, 0x64, 0xb0, 0xa4, 0x67, 0xff, 0x50, 0x09, 0xc6, 0x65, 0x8b, 0xaf, 0x77, 0xfd, 0xc8, + 0x39, 0x86, 0x6b, 0xf9, 0x8a, 0x71, 0x2d, 0xbf, 0xaf, 0x28, 0xd4, 0x19, 0xeb, 0x52, 0xee, 0x75, + 0x7c, 0x23, 0x71, 0x1d, 0x3f, 0xd9, 0x9b, 0x54, 0xf1, 0x35, 0xfc, 0x8f, 0x2d, 0x98, 0x36, 0xf0, + 0x8f, 0xe1, 0x36, 0x58, 0x31, 0x6f, 0x83, 0xc7, 0x7b, 0x7e, 0x43, 0xce, 0x2d, 0xf0, 0xbd, 0xe5, + 0x44, 0xdf, 0xd9, 0xe9, 0xff, 0x26, 0x0c, 0xec, 0x38, 0x41, 0xb3, 0x28, 0xb5, 0x43, 0xaa, 0xd2, + 0xfc, 0x55, 0x27, 0x10, 0x6a, 0xe7, 0x67, 0xe4, 0xa8, 0xd3, 0xa2, 0x9e, 0x2a, 0x67, 0xd6, 0x14, + 0x7a, 0x09, 0x86, 0xc2, 0x86, 0xdf, 0x51, 0x9e, 0x1c, 0xe7, 0xd9, 0x40, 0xb3, 0x92, 0xfb, 0x07, + 0x73, 0xc8, 0x6c, 0x8e, 0x16, 0x63, 0x81, 0x8f, 0x3e, 0x01, 0xe3, 0xec, 0x97, 0xb2, 0x01, 0x2b, + 0xe7, 0x8b, 0x23, 0xea, 0x3a, 0x22, 0x37, 0x90, 0x34, 0x8a, 0xb0, 0x49, 0x6a, 0x76, 0x1b, 0x2a, + 0xea, 0xb3, 0x1e, 0xaa, 0xde, 0xf6, 0xdf, 0x97, 0xe1, 0x44, 0xc6, 0x9a, 0x43, 0xa1, 0x31, 0x13, + 0x97, 0xfb, 0x5c, 0xaa, 0x6f, 0x73, 0x2e, 0x42, 0xf6, 0x1a, 0x6a, 0x8a, 0xb5, 0xd5, 0x77, 0xa3, + 0x37, 0x43, 0x92, 0x6c, 0x94, 0x16, 0xf5, 0x6e, 0x94, 0x36, 0x76, 0x6c, 0x43, 0x4d, 0x1b, 0x52, + 0x3d, 0x7d, 0xa8, 0x73, 0xfa, 0xa7, 0x65, 0x38, 0x99, 0x15, 0x7d, 0x11, 0x7d, 0x36, 0x91, 0x58, + 0xf4, 0x85, 0x7e, 0xe3, 0x36, 0xf2, 0x6c, 0xa3, 0x22, 0x20, 0xdc, 0xbc, 0x99, 0x6a, 0xb4, 0xe7, + 0x30, 0x8b, 0x36, 0x59, 0x48, 0x8a, 0x80, 0x27, 0x84, 0x95, 0xc7, 0xc7, 0x07, 0xfb, 0xee, 0x80, + 0xc8, 0x24, 0x1b, 0x26, 0xec, 0x4b, 0x64, 0x71, 0x6f, 0xfb, 0x12, 0xd9, 0xf2, 0xac, 0x0b, 0xa3, + 0xda, 0xd7, 0x3c, 0xd4, 0x19, 0xdf, 0xa5, 0xb7, 0x95, 0xd6, 0xef, 0x87, 0x3a, 0xeb, 0x3f, 0x66, + 0x41, 0xc2, 0xe5, 0x40, 0x89, 0xc5, 0xac, 0x5c, 0xb1, 0xd8, 0x79, 0x18, 0x08, 0xfc, 0x16, 0x49, + 0x66, 0xe0, 0xc4, 0x7e, 0x8b, 0x60, 0x06, 0xa1, 0x18, 0x51, 0x2c, 0xec, 0x18, 0xd3, 0x1f, 0x72, + 0xe2, 0x89, 0xf6, 0x04, 0x0c, 0xb6, 0xc8, 0x1e, 0x69, 0x25, 0x13, 0x25, 0x5d, 0xa7, 0x85, 0x98, + 0xc3, 0xec, 0x9f, 0x1f, 0x80, 0xb3, 0x85, 0x41, 0x5d, 0xe8, 0x73, 0x68, 0xdb, 0x89, 0xc8, 0x1d, + 0x67, 0x3f, 0x99, 0xd1, 0xe4, 0x0a, 0x2f, 0xc6, 0x12, 0xce, 0x3c, 0xc9, 0x78, 0x60, 0xf2, 0x84, + 0x10, 0x51, 0xc4, 0x23, 0x17, 0x50, 0x53, 0x28, 0x55, 0x3e, 0x0a, 0xa1, 0xd4, 0x73, 0x00, 0x61, + 0xd8, 0xe2, 0x86, 0x59, 0x4d, 0xe1, 0xa2, 0x16, 0x07, 0xb0, 0xaf, 0x5f, 0x17, 0x10, 0xac, 0x61, + 0xa1, 0x2a, 0x4c, 0x75, 0x02, 0x3f, 0xe2, 0x32, 0xd9, 0x2a, 0xb7, 0x5d, 0x1c, 0x34, 0xe3, 0x69, + 0xd4, 0x12, 0x70, 0x9c, 0xaa, 0x81, 0x5e, 0x84, 0x51, 0x11, 0x63, 0xa3, 0xe6, 0xfb, 0x2d, 0x21, + 0x06, 0x52, 0xe6, 0x7c, 0xf5, 0x18, 0x84, 0x75, 0x3c, 0xad, 0x1a, 0x13, 0xf4, 0x0e, 0x67, 0x56, + 0xe3, 0xc2, 0x5e, 0x0d, 0x2f, 0x11, 0x89, 0x75, 0xa4, 0xaf, 0x48, 0xac, 0xb1, 0x60, 0xac, 0xd2, + 0xb7, 0xde, 0x11, 0x7a, 0x8a, 0x92, 0x7e, 0x76, 0x00, 0x4e, 0x88, 0x85, 0xf3, 0xb0, 0x97, 0xcb, + 0xcd, 0xf4, 0x72, 0x39, 0x0a, 0xd1, 0xd9, 0xbb, 0x6b, 0xe6, 0xb8, 0xd7, 0xcc, 0x0f, 0x5b, 0x60, + 0xb2, 0x57, 0xe8, 0xff, 0xcb, 0x4d, 0x09, 0xf5, 0x62, 0x2e, 0xbb, 0xa6, 0xa2, 0x7a, 0xbe, 0xcd, + 0xe4, 0x50, 0xf6, 0x7f, 0xb4, 0xe0, 0xf1, 0x9e, 0x14, 0xd1, 0x32, 0x54, 0x18, 0x0f, 0xa8, 0xbd, + 0xce, 0x9e, 0x54, 0xb6, 0xcd, 0x12, 0x90, 0xc3, 0x92, 0xc6, 0x35, 0xd1, 0x72, 0x2a, 0xf7, 0xd6, + 0x53, 0x19, 0xb9, 0xb7, 0x4e, 0x19, 0xc3, 0xf3, 0x80, 0xc9, 0xb7, 0x7e, 0x90, 0xde, 0x38, 0x86, + 0x5f, 0x11, 0xfa, 0xa0, 0x21, 0xf6, 0xb3, 0x13, 0x62, 0x3f, 0x64, 0x62, 0x6b, 0x77, 0xc8, 0x47, + 0x61, 0x8a, 0x05, 0xdf, 0x62, 0x96, 0xf6, 0xc2, 0xe3, 0xa9, 0x14, 0x5b, 0xd3, 0x5e, 0x4f, 0xc0, + 0x70, 0x0a, 0xdb, 0xfe, 0xc3, 0x32, 0x0c, 0xf1, 0xed, 0x77, 0x0c, 0x6f, 0xc2, 0xa7, 0xa1, 0xe2, + 0xb6, 0xdb, 0x5d, 0x9e, 0x4e, 0x69, 0x90, 0xfb, 0x46, 0xd3, 0x79, 0x5a, 0x95, 0x85, 0x38, 0x86, + 0xa3, 0x15, 0x21, 0x71, 0x2e, 0x88, 0xef, 0xc9, 0x3b, 0x3e, 0x5f, 0x75, 0x22, 0x87, 0x33, 0x38, + 0xea, 0x9e, 0x8d, 0x65, 0xd3, 0xe8, 0x53, 0x00, 0x61, 0x14, 0xb8, 0xde, 0x36, 0x2d, 0x13, 0x61, + 0x85, 0xdf, 0x5f, 0x40, 0xad, 0xae, 0x90, 0x39, 0xcd, 0xf8, 0xcc, 0x51, 0x00, 0xac, 0x51, 0x44, + 0xf3, 0xc6, 0x4d, 0x3f, 0x9b, 0x98, 0x3b, 0xe0, 0x54, 0xe3, 0x39, 0x9b, 0xfd, 0x10, 0x54, 0x14, + 0xf1, 0x5e, 0xf2, 0xa7, 0x31, 0x9d, 0x2d, 0xfa, 0x08, 0x4c, 0x26, 0xfa, 0x76, 0x28, 0xf1, 0xd5, + 0x2f, 0x58, 0x30, 0xc9, 0x3b, 0xb3, 0xec, 0xed, 0x89, 0xdb, 0xe0, 0x2d, 0x38, 0xd9, 0xca, 0x38, + 0x95, 0xc5, 0xf4, 0xf7, 0x7f, 0x8a, 0x2b, 0x71, 0x55, 0x16, 0x14, 0x67, 0xb6, 0x81, 0x2e, 0xd2, + 0x1d, 0x47, 0x4f, 0x5d, 0xa7, 0x25, 0x5c, 0xa5, 0xc7, 0xf8, 0x6e, 0xe3, 0x65, 0x58, 0x41, 0xed, + 0xdf, 0xb1, 0x60, 0x9a, 0xf7, 0xfc, 0x1a, 0xd9, 0x57, 0x67, 0xd3, 0x37, 0xb2, 0xef, 0x22, 0x91, + 0x5f, 0x29, 0x27, 0x91, 0x9f, 0xfe, 0x69, 0xe5, 0xc2, 0x4f, 0xfb, 0xb2, 0x05, 0x62, 0x85, 0x1c, + 0x83, 0x10, 0xe2, 0xdb, 0x4d, 0x21, 0xc4, 0x6c, 0xfe, 0x26, 0xc8, 0x91, 0x3e, 0xfc, 0x99, 0x05, + 0x53, 0x1c, 0x21, 0xd6, 0x96, 0x7f, 0x43, 0xe7, 0xa1, 0x9f, 0x74, 0xdf, 0xd7, 0xc8, 0xfe, 0x86, + 0x5f, 0x73, 0xa2, 0x9d, 0xec, 0x8f, 0x32, 0x26, 0x6b, 0xa0, 0x70, 0xb2, 0x9a, 0x72, 0x03, 0x19, + 0x79, 0x6e, 0x7a, 0xc4, 0x8f, 0x38, 0x6c, 0x9e, 0x1b, 0xfb, 0xeb, 0x16, 0x20, 0xde, 0x8c, 0xc1, + 0xb8, 0x51, 0x76, 0x88, 0x95, 0x6a, 0x17, 0x5d, 0x7c, 0x34, 0x29, 0x08, 0xd6, 0xb0, 0x8e, 0x64, + 0x78, 0x12, 0x26, 0x0f, 0xe5, 0xde, 0x26, 0x0f, 0x87, 0x18, 0xd1, 0x7f, 0x33, 0x04, 0x49, 0xdf, + 0x2a, 0x74, 0x0b, 0xc6, 0x1a, 0x4e, 0xc7, 0xd9, 0x74, 0x5b, 0x6e, 0xe4, 0x92, 0xb0, 0xc8, 0x1e, + 0x6a, 0x49, 0xc3, 0x13, 0x4a, 0x6a, 0xad, 0x04, 0x1b, 0x74, 0xd0, 0x3c, 0x40, 0x27, 0x70, 0xf7, + 0xdc, 0x16, 0xd9, 0x66, 0xb2, 0x12, 0x16, 0x9c, 0x81, 0x1b, 0x67, 0xc9, 0x52, 0xac, 0x61, 0x64, + 0x38, 0xb2, 0x97, 0x1f, 0xb2, 0x23, 0x3b, 0x1c, 0x9b, 0x23, 0xfb, 0xc0, 0xa1, 0x1c, 0xd9, 0x47, + 0x0e, 0xed, 0xc8, 0x3e, 0xd8, 0x97, 0x23, 0x3b, 0x86, 0xd3, 0x92, 0xf7, 0xa4, 0xff, 0x57, 0xdc, + 0x16, 0x11, 0x0f, 0x0e, 0x1e, 0x51, 0x62, 0xf6, 0xde, 0xc1, 0xdc, 0x69, 0x9c, 0x89, 0x81, 0x73, + 0x6a, 0xa2, 0x8f, 0xc1, 0x8c, 0xd3, 0x6a, 0xf9, 0x77, 0xd4, 0xa4, 0x2e, 0x87, 0x0d, 0xa7, 0xc5, + 0x95, 0x10, 0xc3, 0x8c, 0xea, 0x63, 0xf7, 0x0e, 0xe6, 0x66, 0x16, 0x72, 0x70, 0x70, 0x6e, 0x6d, + 0xf4, 0x61, 0xa8, 0x74, 0x02, 0xbf, 0xb1, 0xa6, 0x39, 0x80, 0x9e, 0xa3, 0x03, 0x58, 0x93, 0x85, + 0xf7, 0x0f, 0xe6, 0xc6, 0xd5, 0x1f, 0x76, 0xe1, 0xc7, 0x15, 0x32, 0x3c, 0xd3, 0x47, 0x8f, 0xd4, + 0x33, 0x7d, 0x17, 0x4e, 0xd4, 0x49, 0xe0, 0x3a, 0x2d, 0xf7, 0x2d, 0xca, 0x2f, 0xcb, 0xf3, 0x69, + 0x03, 0x2a, 0x41, 0xe2, 0x44, 0xee, 0x2b, 0xe6, 0xa6, 0x96, 0x70, 0x44, 0x9e, 0xc0, 0x31, 0x21, + 0xfb, 0x7f, 0x5b, 0x30, 0x2c, 0x7c, 0xa9, 0x8e, 0x81, 0x6b, 0x5c, 0x30, 0x34, 0x09, 0x73, 0xd9, + 0x03, 0xc6, 0x3a, 0x93, 0xab, 0x43, 0x58, 0x4d, 0xe8, 0x10, 0x1e, 0x2f, 0x22, 0x52, 0xac, 0x3d, + 0xf8, 0x6b, 0x65, 0xca, 0xbd, 0x1b, 0x5e, 0xbd, 0x0f, 0x7f, 0x08, 0xd6, 0x61, 0x38, 0x14, 0x5e, + 0xa5, 0xa5, 0x7c, 0x9f, 0x86, 0xe4, 0x24, 0xc6, 0x76, 0x6c, 0xc2, 0x8f, 0x54, 0x12, 0xc9, 0x74, + 0x57, 0x2d, 0x3f, 0x44, 0x77, 0xd5, 0x5e, 0x7e, 0xcf, 0x03, 0x47, 0xe1, 0xf7, 0x6c, 0x7f, 0x95, + 0xdd, 0x9c, 0x7a, 0xf9, 0x31, 0x30, 0x55, 0x57, 0xcc, 0x3b, 0xd6, 0x2e, 0x58, 0x59, 0xa2, 0x53, + 0x39, 0xcc, 0xd5, 0xcf, 0x59, 0x70, 0x36, 0xe3, 0xab, 0x34, 0x4e, 0xeb, 0x19, 0x18, 0x71, 0xba, + 0x4d, 0x57, 0xed, 0x65, 0x4d, 0x9f, 0xb8, 0x20, 0xca, 0xb1, 0xc2, 0x40, 0x4b, 0x30, 0x4d, 0xee, + 0x76, 0x5c, 0xae, 0x4a, 0xd5, 0xcd, 0x7f, 0xcb, 0xdc, 0x01, 0x6f, 0x39, 0x09, 0xc4, 0x69, 0x7c, + 0x15, 0x6b, 0xa6, 0x9c, 0x1b, 0x6b, 0xe6, 0xef, 0x5a, 0x30, 0xaa, 0xfc, 0x2a, 0x1f, 0xfa, 0x68, + 0x7f, 0xd4, 0x1c, 0xed, 0x47, 0x0b, 0x46, 0x3b, 0x67, 0x98, 0x7f, 0xab, 0xa4, 0xfa, 0x5b, 0xf3, + 0x83, 0xa8, 0x0f, 0x0e, 0xee, 0xc1, 0x5d, 0x17, 0x2e, 0xc3, 0xa8, 0xd3, 0xe9, 0x48, 0x80, 0xb4, + 0x41, 0x63, 0x11, 0x94, 0xe3, 0x62, 0xac, 0xe3, 0x28, 0x4f, 0x8a, 0x72, 0xae, 0x27, 0x45, 0x13, + 0x20, 0x72, 0x82, 0x6d, 0x12, 0xd1, 0x32, 0x61, 0x32, 0x9b, 0x7f, 0xde, 0x74, 0x23, 0xb7, 0x35, + 0xef, 0x7a, 0x51, 0x18, 0x05, 0xf3, 0xab, 0x5e, 0x74, 0x23, 0xe0, 0x4f, 0x48, 0x2d, 0x5a, 0x93, + 0xa2, 0x85, 0x35, 0xba, 0x32, 0x86, 0x00, 0x6b, 0x63, 0xd0, 0x34, 0x66, 0x58, 0x17, 0xe5, 0x58, + 0x61, 0xd8, 0x1f, 0x62, 0xb7, 0x0f, 0x1b, 0xd3, 0xc3, 0x45, 0x2a, 0xfa, 0xfb, 0x63, 0x6a, 0x36, + 0x98, 0x26, 0xb3, 0xaa, 0xc7, 0x43, 0x2a, 0x3e, 0xec, 0x69, 0xc3, 0xba, 0x5f, 0x5f, 0x1c, 0x34, + 0x09, 0x7d, 0x47, 0xca, 0x40, 0xe5, 0xd9, 0x1e, 0xb7, 0xc6, 0x21, 0x4c, 0x52, 0x58, 0x3a, 0x15, + 0x96, 0x6c, 0x62, 0xb5, 0x26, 0xf6, 0x85, 0x96, 0x4e, 0x45, 0x00, 0x70, 0x8c, 0x43, 0x99, 0x29, + 0xf5, 0x27, 0x9c, 0x41, 0x71, 0x58, 0x51, 0x85, 0x1d, 0x62, 0x0d, 0x03, 0x5d, 0x12, 0x02, 0x05, + 0xae, 0x17, 0x78, 0x34, 0x21, 0x50, 0x90, 0xc3, 0xa5, 0x49, 0x81, 0x2e, 0xc3, 0xa8, 0xca, 0xa0, + 0x5d, 0xe3, 0x89, 0x8c, 0xc4, 0x32, 0x5b, 0x8e, 0x8b, 0xb1, 0x8e, 0x83, 0x36, 0x60, 0x32, 0xe4, + 0x72, 0x36, 0x15, 0xeb, 0x99, 0xcb, 0x2b, 0xdf, 0x2f, 0xad, 0x80, 0xea, 0x26, 0xf8, 0x3e, 0x2b, + 0xe2, 0xa7, 0x93, 0xf4, 0xf3, 0x4f, 0x92, 0x40, 0xaf, 0xc2, 0x44, 0xcb, 0x77, 0x9a, 0x8b, 0x4e, + 0xcb, 0xf1, 0x1a, 0x6c, 0x7c, 0x46, 0xcc, 0x44, 0xac, 0xd7, 0x0d, 0x28, 0x4e, 0x60, 0x53, 0xe6, + 0x4d, 0x2f, 0x11, 0xf1, 0xc9, 0x1d, 0x6f, 0x9b, 0x84, 0x22, 0x1f, 0x32, 0x63, 0xde, 0xae, 0xe7, + 0xe0, 0xe0, 0xdc, 0xda, 0xe8, 0x25, 0x18, 0x93, 0x9f, 0xaf, 0x85, 0xc5, 0x88, 0x9d, 0x52, 0x34, + 0x18, 0x36, 0x30, 0xd1, 0x1d, 0x38, 0x25, 0xff, 0x6f, 0x04, 0xce, 0xd6, 0x96, 0xdb, 0x10, 0xbe, + 0xe2, 0xdc, 0x7b, 0x75, 0x41, 0xba, 0x58, 0x2e, 0x67, 0x21, 0xdd, 0x3f, 0x98, 0x3b, 0x2f, 0x46, + 0x2d, 0x13, 0xce, 0x26, 0x31, 0x9b, 0x3e, 0x5a, 0x83, 0x13, 0x3b, 0xc4, 0x69, 0x45, 0x3b, 0x4b, + 0x3b, 0xa4, 0xb1, 0x2b, 0x37, 0x1d, 0x0b, 0xb6, 0xa1, 0x39, 0x70, 0x5c, 0x4d, 0xa3, 0xe0, 0xac, + 0x7a, 0xe8, 0x0d, 0x98, 0xe9, 0x74, 0x37, 0x5b, 0x6e, 0xb8, 0xb3, 0xee, 0x47, 0xcc, 0x14, 0x48, + 0x25, 0xe4, 0x16, 0x51, 0x39, 0x54, 0x38, 0x93, 0x5a, 0x0e, 0x1e, 0xce, 0xa5, 0x80, 0xde, 0x82, + 0x53, 0x89, 0xc5, 0x20, 0xe2, 0x12, 0x4c, 0xe4, 0x67, 0x7b, 0xa8, 0x67, 0x55, 0x10, 0x21, 0x3e, + 0xb2, 0x40, 0x38, 0xbb, 0x09, 0xf4, 0x32, 0x80, 0xdb, 0x59, 0x71, 0xda, 0x6e, 0x8b, 0x3e, 0x17, + 0x4f, 0xb0, 0x75, 0x42, 0x9f, 0x0e, 0xb0, 0x5a, 0x93, 0xa5, 0xf4, 0x7c, 0x16, 0xff, 0xf6, 0xb1, + 0x86, 0x8d, 0x6a, 0x30, 0x21, 0xfe, 0xed, 0x8b, 0x69, 0x9d, 0x56, 0x21, 0x00, 0x26, 0x64, 0x0d, + 0x35, 0x97, 0xc8, 0x2c, 0x61, 0xb3, 0x97, 0xa8, 0x8f, 0xb6, 0xe1, 0xac, 0xcc, 0xde, 0xa5, 0xaf, + 0x53, 0x39, 0x0f, 0x21, 0x4b, 0xb3, 0x30, 0xc2, 0xfd, 0x43, 0x16, 0x8a, 0x10, 0x71, 0x31, 0x1d, + 0x7a, 0xbf, 0xeb, 0xcb, 0x9d, 0x7b, 0xd0, 0x9e, 0xe2, 0xe6, 0x49, 0xf4, 0x7e, 0xbf, 0x9e, 0x04, + 0xe2, 0x34, 0x3e, 0x0a, 0xe1, 0x94, 0xeb, 0x65, 0xad, 0xee, 0xd3, 0x8c, 0xd0, 0x47, 0xb8, 0xf3, + 0x70, 0xf1, 0xca, 0xce, 0x84, 0xf3, 0x95, 0x9d, 0x49, 0xfb, 0xed, 0x59, 0xe1, 0xfd, 0xb6, 0x45, + 0x6b, 0x6b, 0x9c, 0x3a, 0xfa, 0x34, 0x8c, 0xe9, 0x1f, 0x26, 0xb8, 0x8e, 0x0b, 0xd9, 0x8c, 0xac, + 0x76, 0x3e, 0x70, 0x3e, 0x5f, 0x9d, 0x01, 0x3a, 0x0c, 0x1b, 0x14, 0x51, 0x23, 0xc3, 0xcd, 0xfe, + 0x52, 0x7f, 0x5c, 0x4d, 0xff, 0x46, 0x68, 0x04, 0xb2, 0x97, 0x3d, 0xba, 0x0e, 0x23, 0x8d, 0x96, + 0x4b, 0xbc, 0x68, 0xb5, 0x56, 0x14, 0x4b, 0x6f, 0x49, 0xe0, 0x88, 0x7d, 0x24, 0xb2, 0x26, 0xf0, + 0x32, 0xac, 0x28, 0xd8, 0xbf, 0x5a, 0x82, 0xb9, 0x1e, 0x29, 0x38, 0x12, 0x2a, 0x29, 0xab, 0x2f, + 0x95, 0xd4, 0x82, 0xcc, 0x3a, 0xbf, 0x9e, 0x90, 0x76, 0x25, 0x32, 0xca, 0xc7, 0x32, 0xaf, 0x24, + 0x7e, 0xdf, 0x2e, 0x02, 0xba, 0x56, 0x6b, 0xa0, 0xa7, 0x93, 0x8b, 0xa1, 0xcd, 0x1e, 0xec, 0xff, + 0x09, 0x9c, 0xab, 0x99, 0xb4, 0xbf, 0x5a, 0x82, 0x53, 0x6a, 0x08, 0xbf, 0x75, 0x07, 0xee, 0x66, + 0x7a, 0xe0, 0x8e, 0x40, 0xaf, 0x6b, 0xdf, 0x80, 0x21, 0x1e, 0x1c, 0xb0, 0x0f, 0xd6, 0xfb, 0x09, + 0x33, 0xf8, 0xae, 0xe2, 0xf6, 0x8c, 0x00, 0xbc, 0xdf, 0x6f, 0xc1, 0x64, 0xc2, 0xd7, 0x0c, 0x61, + 0xcd, 0x21, 0xf9, 0x41, 0xd8, 0xe3, 0x2c, 0xc6, 0xfb, 0x3c, 0x0c, 0xec, 0xf8, 0x61, 0x94, 0x34, + 0xfa, 0xb8, 0xea, 0x87, 0x11, 0x66, 0x10, 0xfb, 0x77, 0x2d, 0x18, 0xdc, 0x70, 0x5c, 0x2f, 0x92, + 0x0a, 0x02, 0x2b, 0x47, 0x41, 0xd0, 0xcf, 0x77, 0xa1, 0x17, 0x61, 0x88, 0x6c, 0x6d, 0x91, 0x46, + 0x24, 0x66, 0x55, 0x46, 0x73, 0x18, 0x5a, 0x66, 0xa5, 0x94, 0x17, 0x64, 0x8d, 0xf1, 0xbf, 0x58, + 0x20, 0xa3, 0xdb, 0x50, 0x89, 0xdc, 0x36, 0x59, 0x68, 0x36, 0x85, 0xda, 0xfc, 0x01, 0x22, 0x52, + 0x6c, 0x48, 0x02, 0x38, 0xa6, 0x65, 0x7f, 0xa1, 0x04, 0x10, 0x47, 0x55, 0xea, 0xf5, 0x89, 0x8b, + 0x29, 0x85, 0xea, 0x85, 0x0c, 0x85, 0x2a, 0x8a, 0x09, 0x66, 0x68, 0x53, 0xd5, 0x30, 0x95, 0xfb, + 0x1a, 0xa6, 0x81, 0xc3, 0x0c, 0xd3, 0x12, 0x4c, 0xc7, 0x51, 0xa1, 0xcc, 0xa0, 0x78, 0xec, 0xfa, + 0xdc, 0x48, 0x02, 0x71, 0x1a, 0xdf, 0x26, 0x70, 0x5e, 0x05, 0xc7, 0x11, 0x37, 0x1a, 0xb3, 0xca, + 0xd6, 0x15, 0xd4, 0x3d, 0xc6, 0x29, 0xd6, 0x18, 0x97, 0x72, 0x35, 0xc6, 0x3f, 0x69, 0xc1, 0xc9, + 0x64, 0x3b, 0xcc, 0x85, 0xf9, 0xf3, 0x16, 0x9c, 0x62, 0x7a, 0x73, 0xd6, 0x6a, 0x5a, 0x4b, 0xff, + 0x42, 0x61, 0xc0, 0x9f, 0x9c, 0x1e, 0xc7, 0x61, 0x43, 0xd6, 0xb2, 0x48, 0xe3, 0xec, 0x16, 0xed, + 0xff, 0x50, 0x82, 0x99, 0xbc, 0x48, 0x41, 0xcc, 0x69, 0xc3, 0xb9, 0x5b, 0xdf, 0x25, 0x77, 0x84, + 0x69, 0x7c, 0xec, 0xb4, 0xc1, 0x8b, 0xb1, 0x84, 0x27, 0xb3, 0x2a, 0x94, 0xfa, 0xcc, 0xaa, 0xb0, + 0x03, 0xd3, 0x77, 0x76, 0x88, 0x77, 0xd3, 0x0b, 0x9d, 0xc8, 0x0d, 0xb7, 0x5c, 0xa6, 0x63, 0xe6, + 0xeb, 0x46, 0xa6, 0x62, 0x9d, 0xbe, 0x9d, 0x44, 0xb8, 0x7f, 0x30, 0x77, 0xd6, 0x28, 0x88, 0xbb, + 0xcc, 0x0f, 0x12, 0x9c, 0x26, 0x9a, 0x4e, 0x4a, 0x31, 0xf0, 0x10, 0x93, 0x52, 0xd8, 0x9f, 0xb7, + 0xe0, 0x4c, 0x6e, 0x5e, 0x62, 0x74, 0x11, 0x46, 0x9c, 0x8e, 0xcb, 0xc5, 0xf4, 0xe2, 0x18, 0x65, + 0xe2, 0xa0, 0xda, 0x2a, 0x17, 0xd2, 0x2b, 0x28, 0x3d, 0xbd, 0x76, 0x5d, 0xaf, 0x99, 0x3c, 0xbd, + 0xae, 0xb9, 0x5e, 0x13, 0x33, 0x88, 0x3a, 0x8e, 0xcb, 0x79, 0xc7, 0xb1, 0xfd, 0x7d, 0x16, 0x08, + 0x87, 0xd3, 0x3e, 0xce, 0xee, 0x4f, 0xc0, 0xd8, 0x5e, 0x3a, 0x71, 0xd5, 0xf9, 0x7c, 0x0f, 0x5c, + 0x91, 0xae, 0x4a, 0x31, 0x64, 0x46, 0x92, 0x2a, 0x83, 0x96, 0xdd, 0x04, 0x01, 0xad, 0x12, 0x26, + 0x84, 0xee, 0xdd, 0x9b, 0xe7, 0x00, 0x9a, 0x0c, 0x97, 0x65, 0xb3, 0x2c, 0x99, 0x37, 0x73, 0x55, + 0x41, 0xb0, 0x86, 0x65, 0xff, 0xbb, 0x12, 0x8c, 0xca, 0x44, 0x49, 0x5d, 0xaf, 0x1f, 0x51, 0xd1, + 0xa1, 0x32, 0xa7, 0xa2, 0x4b, 0x50, 0x61, 0xb2, 0xcc, 0x5a, 0x2c, 0x61, 0x53, 0x92, 0x84, 0x35, + 0x09, 0xc0, 0x31, 0x0e, 0xdd, 0x45, 0x61, 0x77, 0x93, 0xa1, 0x27, 0xdc, 0x23, 0xeb, 0xbc, 0x18, + 0x4b, 0x38, 0xfa, 0x18, 0x4c, 0xf1, 0x7a, 0x81, 0xdf, 0x71, 0xb6, 0xb9, 0xfe, 0x63, 0x50, 0xc5, + 0x9c, 0x98, 0x5a, 0x4b, 0xc0, 0xee, 0x1f, 0xcc, 0x9d, 0x4c, 0x96, 0x31, 0xc5, 0x5e, 0x8a, 0x0a, + 0x33, 0x73, 0xe2, 0x8d, 0xd0, 0xdd, 0x9f, 0xb2, 0x8e, 0x8a, 0x41, 0x58, 0xc7, 0xb3, 0x3f, 0x0d, + 0x28, 0x9d, 0x32, 0x0a, 0xbd, 0xc6, 0x6d, 0x5b, 0xdd, 0x80, 0x34, 0x8b, 0x14, 0x7d, 0x7a, 0x64, + 0x05, 0xe9, 0xd9, 0xc4, 0x6b, 0x61, 0x55, 0xdf, 0xfe, 0x8b, 0x65, 0x98, 0x4a, 0xfa, 0x72, 0xa3, + 0xab, 0x30, 0xc4, 0x59, 0x0f, 0x41, 0xbe, 0xc0, 0x8e, 0x44, 0xf3, 0x00, 0x67, 0x87, 0xb0, 0xe0, + 0x5e, 0x44, 0x7d, 0xf4, 0x06, 0x8c, 0x36, 0xfd, 0x3b, 0xde, 0x1d, 0x27, 0x68, 0x2e, 0xd4, 0x56, + 0xc5, 0x72, 0xce, 0x7c, 0xd8, 0x56, 0x63, 0x34, 0xdd, 0xab, 0x9c, 0xe9, 0x4c, 0x63, 0x10, 0xd6, + 0xc9, 0xa1, 0x0d, 0x16, 0x67, 0x7e, 0xcb, 0xdd, 0x5e, 0x73, 0x3a, 0x45, 0x8e, 0x0e, 0x4b, 0x12, + 0x49, 0xa3, 0x3c, 0x2e, 0x82, 0xd1, 0x73, 0x00, 0x8e, 0x09, 0xa1, 0xcf, 0xc2, 0x89, 0x30, 0x47, + 0xdc, 0x9e, 0x97, 0x41, 0xb0, 0x48, 0x02, 0xbd, 0xf8, 0xc8, 0xbd, 0x83, 0xb9, 0x13, 0x59, 0x82, + 0xf9, 0xac, 0x66, 0xec, 0x2f, 0x9e, 0x04, 0x63, 0x13, 0x1b, 0x09, 0x65, 0xad, 0x23, 0x4a, 0x28, + 0x8b, 0x61, 0x84, 0xb4, 0x3b, 0xd1, 0x7e, 0xd5, 0x0d, 0x8a, 0xd2, 0xea, 0x2f, 0x0b, 0x9c, 0x34, + 0x4d, 0x09, 0xc1, 0x8a, 0x4e, 0x76, 0xd6, 0xdf, 0xf2, 0x37, 0x30, 0xeb, 0xef, 0xc0, 0x31, 0x66, + 0xfd, 0x5d, 0x87, 0xe1, 0x6d, 0x37, 0xc2, 0xa4, 0xe3, 0x0b, 0xa6, 0x3f, 0x73, 0x1d, 0x5e, 0xe1, + 0x28, 0xe9, 0xfc, 0x92, 0x02, 0x80, 0x25, 0x11, 0xf4, 0x9a, 0xda, 0x81, 0x43, 0xf9, 0x0f, 0xf3, + 0xb4, 0xc1, 0x43, 0xe6, 0x1e, 0x14, 0xb9, 0x7d, 0x87, 0x1f, 0x34, 0xb7, 0xef, 0x8a, 0xcc, 0xc8, + 0x3b, 0x92, 0xef, 0x95, 0xc4, 0x12, 0xee, 0xf6, 0xc8, 0xc3, 0x7b, 0x4b, 0xcf, 0x62, 0x5c, 0xc9, + 0x3f, 0x09, 0x54, 0x82, 0xe2, 0x3e, 0x73, 0x17, 0x7f, 0x9f, 0x05, 0xa7, 0x3a, 0x59, 0x09, 0xbd, + 0x85, 0x6d, 0xc0, 0x8b, 0x7d, 0xe7, 0x0c, 0x37, 0x1a, 0x64, 0x32, 0xb5, 0xec, 0xac, 0xf0, 0xd9, + 0xcd, 0xd1, 0x81, 0x0e, 0x36, 0x9b, 0x42, 0x47, 0xfd, 0x44, 0x4e, 0x12, 0xe4, 0x82, 0xd4, 0xc7, + 0x1b, 0x19, 0x09, 0x77, 0xdf, 0x9b, 0x97, 0x70, 0xb7, 0xef, 0x34, 0xbb, 0xaf, 0xa9, 0xf4, 0xc7, + 0xe3, 0xf9, 0x4b, 0x89, 0x27, 0x37, 0xee, 0x99, 0xf4, 0xf8, 0x35, 0x95, 0xf4, 0xb8, 0x20, 0x1e, + 0x30, 0x4f, 0x69, 0xdc, 0x33, 0xd5, 0xb1, 0x96, 0xae, 0x78, 0xf2, 0x68, 0xd2, 0x15, 0x1b, 0x57, + 0x0d, 0xcf, 0x98, 0xfb, 0x74, 0x8f, 0xab, 0xc6, 0xa0, 0x5b, 0x7c, 0xd9, 0xf0, 0xd4, 0xcc, 0xd3, + 0x0f, 0x94, 0x9a, 0xf9, 0x96, 0x9e, 0xea, 0x18, 0xf5, 0xc8, 0xe5, 0x4b, 0x91, 0xfa, 0x4c, 0x70, + 0x7c, 0x4b, 0xbf, 0x00, 0x4f, 0xe4, 0xd3, 0x55, 0xf7, 0x5c, 0x9a, 0x6e, 0xe6, 0x15, 0x98, 0x4a, + 0x9c, 0x7c, 0xf2, 0x78, 0x12, 0x27, 0x9f, 0x3a, 0xf2, 0xc4, 0xc9, 0xa7, 0x8f, 0x21, 0x71, 0xf2, + 0x23, 0xc7, 0x98, 0x38, 0xf9, 0x16, 0x33, 0xa8, 0xe1, 0x61, 0x7b, 0x44, 0xfc, 0xe2, 0xa7, 0x72, + 0xa2, 0x5e, 0xa5, 0x63, 0xfb, 0xf0, 0x8f, 0x53, 0x20, 0x1c, 0x93, 0xca, 0x48, 0xc8, 0x3c, 0xf3, + 0x10, 0x12, 0x32, 0xaf, 0xc7, 0x09, 0x99, 0xcf, 0xe4, 0x4f, 0x75, 0x86, 0x0b, 0x46, 0x4e, 0x1a, + 0xe6, 0x5b, 0x7a, 0xfa, 0xe4, 0x47, 0x0b, 0xb4, 0x26, 0x59, 0x82, 0xc7, 0x82, 0xa4, 0xc9, 0xaf, + 0xf2, 0xa4, 0xc9, 0x8f, 0xe5, 0x9f, 0xe4, 0xc9, 0xeb, 0xce, 0x48, 0x95, 0x4c, 0xfb, 0xa5, 0xc2, + 0x5e, 0xb2, 0x48, 0xcd, 0x39, 0xfd, 0x52, 0x71, 0x33, 0xd3, 0xfd, 0x52, 0x20, 0x1c, 0x93, 0xb2, + 0x7f, 0xa0, 0x04, 0xe7, 0x8a, 0xf7, 0x5b, 0x2c, 0x4d, 0xad, 0xc5, 0x4a, 0xe4, 0x84, 0x34, 0x95, + 0xbf, 0xd9, 0x62, 0xac, 0xbe, 0xa3, 0xf8, 0x5d, 0x81, 0x69, 0xe5, 0xbb, 0xd1, 0x72, 0x1b, 0xfb, + 0xeb, 0xf1, 0xcb, 0x57, 0xf9, 0xbb, 0xd7, 0x93, 0x08, 0x38, 0x5d, 0x07, 0x2d, 0xc0, 0xa4, 0x51, + 0xb8, 0x5a, 0x15, 0x6f, 0x33, 0x25, 0xbe, 0xad, 0x9b, 0x60, 0x9c, 0xc4, 0xb7, 0xbf, 0x64, 0xc1, + 0x23, 0x39, 0x19, 0x07, 0xfb, 0x0e, 0x52, 0xb7, 0x05, 0x93, 0x1d, 0xb3, 0x6a, 0x8f, 0xb8, 0x9a, + 0x46, 0x5e, 0x43, 0xd5, 0xd7, 0x04, 0x00, 0x27, 0x89, 0xda, 0x3f, 0x5d, 0x82, 0xb3, 0x85, 0xc6, + 0x88, 0x08, 0xc3, 0xe9, 0xed, 0x76, 0xe8, 0x2c, 0x05, 0xa4, 0x49, 0xbc, 0xc8, 0x75, 0x5a, 0xf5, + 0x0e, 0x69, 0x68, 0xf2, 0x70, 0x66, 0xd5, 0x77, 0x65, 0xad, 0xbe, 0x90, 0xc6, 0xc0, 0x39, 0x35, + 0xd1, 0x0a, 0xa0, 0x34, 0x44, 0xcc, 0x30, 0x8b, 0xf9, 0x9d, 0xa6, 0x87, 0x33, 0x6a, 0xa0, 0x0f, + 0xc1, 0xb8, 0x32, 0x72, 0xd4, 0x66, 0x9c, 0x1d, 0xec, 0x58, 0x07, 0x60, 0x13, 0x0f, 0x5d, 0xe6, + 0x41, 0xe3, 0x45, 0x7a, 0x01, 0x21, 0x3c, 0x9f, 0x94, 0x11, 0xe1, 0x45, 0x31, 0xd6, 0x71, 0x16, + 0x2f, 0xfe, 0xda, 0xef, 0x9f, 0x7b, 0xcf, 0x6f, 0xfe, 0xfe, 0xb9, 0xf7, 0xfc, 0xce, 0xef, 0x9f, + 0x7b, 0xcf, 0x77, 0xdd, 0x3b, 0x67, 0xfd, 0xda, 0xbd, 0x73, 0xd6, 0x6f, 0xde, 0x3b, 0x67, 0xfd, + 0xce, 0xbd, 0x73, 0xd6, 0xef, 0xdd, 0x3b, 0x67, 0x7d, 0xe1, 0x0f, 0xce, 0xbd, 0xe7, 0x13, 0xa5, + 0xbd, 0xcb, 0xff, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x4d, 0xc9, 0x26, 0x9f, 0xc5, 0x07, 0x01, 0x00, } func (m *AWSElasticBlockStoreVolumeSource) Marshal() (dAtA []byte, err error) { @@ -10507,6 +10605,39 @@ func (m *GCEPersistentDiskVolumeSource) MarshalToSizedBuffer(dAtA []byte) (int, return len(dAtA) - i, nil } +func (m *GRPCAction) 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 *GRPCAction) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *GRPCAction) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.Service != nil { + i -= len(*m.Service) + copy(dAtA[i:], *m.Service) + i = encodeVarintGenerated(dAtA, i, uint64(len(*m.Service))) + i-- + dAtA[i] = 0x12 + } + i = encodeVarintGenerated(dAtA, i, uint64(m.Port)) + i-- + dAtA[i] = 0x8 + return len(dAtA) - i, nil +} + func (m *GitRepoVolumeSource) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -10729,65 +10860,6 @@ func (m *HTTPHeader) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } -func (m *Handler) 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 *Handler) MarshalTo(dAtA []byte) (int, error) { - size := m.Size() - return m.MarshalToSizedBuffer(dAtA[:size]) -} - -func (m *Handler) MarshalToSizedBuffer(dAtA []byte) (int, error) { - i := len(dAtA) - _ = i - var l int - _ = l - if m.TCPSocket != nil { - { - size, err := m.TCPSocket.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintGenerated(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x1a - } - if m.HTTPGet != nil { - { - size, err := m.HTTPGet.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintGenerated(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0x12 - } - if m.Exec != nil { - { - size, err := m.Exec.MarshalToSizedBuffer(dAtA[:i]) - if err != nil { - return 0, err - } - i -= size - i = encodeVarintGenerated(dAtA, i, uint64(size)) - } - i-- - dAtA[i] = 0xa - } - return len(dAtA) - i, nil -} - func (m *HostAlias) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -11141,6 +11213,65 @@ func (m *Lifecycle) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *LifecycleHandler) 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 *LifecycleHandler) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *LifecycleHandler) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.TCPSocket != nil { + { + size, err := m.TCPSocket.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } + if m.HTTPGet != nil { + { + size, err := m.HTTPGet.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + if m.Exec != nil { + { + size, err := m.Exec.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func (m *LimitRange) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -13251,6 +13382,42 @@ func (m *PersistentVolumeClaimStatus) MarshalToSizedBuffer(dAtA []byte) (int, er _ = i var l int _ = l + if m.ResizeStatus != nil { + i -= len(*m.ResizeStatus) + copy(dAtA[i:], *m.ResizeStatus) + i = encodeVarintGenerated(dAtA, i, uint64(len(*m.ResizeStatus))) + i-- + dAtA[i] = 0x32 + } + if len(m.AllocatedResources) > 0 { + keysForAllocatedResources := make([]string, 0, len(m.AllocatedResources)) + for k := range m.AllocatedResources { + keysForAllocatedResources = append(keysForAllocatedResources, string(k)) + } + github_com_gogo_protobuf_sortkeys.Strings(keysForAllocatedResources) + for iNdEx := len(keysForAllocatedResources) - 1; iNdEx >= 0; iNdEx-- { + v := m.AllocatedResources[ResourceName(keysForAllocatedResources[iNdEx])] + baseI := i + { + size, err := (&v).MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + i -= len(keysForAllocatedResources[iNdEx]) + copy(dAtA[i:], keysForAllocatedResources[iNdEx]) + i = encodeVarintGenerated(dAtA, i, uint64(len(keysForAllocatedResources[iNdEx]))) + i-- + dAtA[i] = 0xa + i = encodeVarintGenerated(dAtA, i, uint64(baseI-i)) + i-- + dAtA[i] = 0x2a + } + } if len(m.Conditions) > 0 { for iNdEx := len(m.Conditions) - 1; iNdEx >= 0; iNdEx-- { { @@ -14590,6 +14757,34 @@ func (m *PodLogOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *PodOS) 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 *PodOS) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *PodOS) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + i -= len(m.Name) + copy(dAtA[i:], m.Name) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.Name))) + i-- + dAtA[i] = 0xa + return len(dAtA) - i, nil +} + func (m *PodPortForwardOptions) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -14843,6 +15038,20 @@ func (m *PodSpec) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.OS != nil { + { + size, err := m.OS.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x2 + i-- + dAtA[i] = 0xa2 + } if m.SetHostnameAsFQDN != nil { i-- if *m.SetHostnameAsFQDN { @@ -15794,7 +16003,7 @@ func (m *Probe) MarshalToSizedBuffer(dAtA []byte) (int, error) { i-- dAtA[i] = 0x10 { - size, err := m.Handler.MarshalToSizedBuffer(dAtA[:i]) + size, err := m.ProbeHandler.MarshalToSizedBuffer(dAtA[:i]) if err != nil { return 0, err } @@ -15806,6 +16015,77 @@ func (m *Probe) MarshalToSizedBuffer(dAtA []byte) (int, error) { return len(dAtA) - i, nil } +func (m *ProbeHandler) 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 *ProbeHandler) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *ProbeHandler) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.GRPC != nil { + { + size, err := m.GRPC.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x22 + } + if m.TCPSocket != nil { + { + size, err := m.TCPSocket.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x1a + } + if m.HTTPGet != nil { + { + size, err := m.HTTPGet.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x12 + } + if m.Exec != nil { + { + size, err := m.Exec.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintGenerated(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0xa + } + return len(dAtA) - i, nil +} + func (m *ProjectedVolumeSource) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -20762,6 +21042,20 @@ func (m *GCEPersistentDiskVolumeSource) Size() (n int) { return n } +func (m *GRPCAction) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + n += 1 + sovGenerated(uint64(m.Port)) + if m.Service != nil { + l = len(*m.Service) + n += 1 + l + sovGenerated(uint64(l)) + } + return n +} + func (m *GitRepoVolumeSource) Size() (n int) { if m == nil { return 0 @@ -20845,27 +21139,6 @@ func (m *HTTPHeader) Size() (n int) { return n } -func (m *Handler) Size() (n int) { - if m == nil { - return 0 - } - var l int - _ = l - if m.Exec != nil { - l = m.Exec.Size() - n += 1 + l + sovGenerated(uint64(l)) - } - if m.HTTPGet != nil { - l = m.HTTPGet.Size() - n += 1 + l + sovGenerated(uint64(l)) - } - if m.TCPSocket != nil { - l = m.TCPSocket.Size() - n += 1 + l + sovGenerated(uint64(l)) - } - return n -} - func (m *HostAlias) Size() (n int) { if m == nil { return 0 @@ -21001,6 +21274,27 @@ func (m *Lifecycle) Size() (n int) { return n } +func (m *LifecycleHandler) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Exec != nil { + l = m.Exec.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.HTTPGet != nil { + l = m.HTTPGet.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.TCPSocket != nil { + l = m.TCPSocket.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + return n +} + func (m *LimitRange) Size() (n int) { if m == nil { return 0 @@ -21792,6 +22086,19 @@ func (m *PersistentVolumeClaimStatus) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) } } + if len(m.AllocatedResources) > 0 { + for k, v := range m.AllocatedResources { + _ = k + _ = v + l = v.Size() + mapEntrySize := 1 + len(k) + sovGenerated(uint64(len(k))) + 1 + l + sovGenerated(uint64(l)) + n += mapEntrySize + 1 + sovGenerated(uint64(mapEntrySize)) + } + } + if m.ResizeStatus != nil { + l = len(*m.ResizeStatus) + n += 1 + l + sovGenerated(uint64(l)) + } return n } @@ -22247,6 +22554,17 @@ func (m *PodLogOptions) Size() (n int) { return n } +func (m *PodOS) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + l = len(m.Name) + n += 1 + l + sovGenerated(uint64(l)) + return n +} + func (m *PodPortForwardOptions) Size() (n int) { if m == nil { return 0 @@ -22483,6 +22801,10 @@ func (m *PodSpec) Size() (n int) { if m.SetHostnameAsFQDN != nil { n += 3 } + if m.OS != nil { + l = m.OS.Size() + n += 2 + l + sovGenerated(uint64(l)) + } return n } @@ -22677,7 +22999,7 @@ func (m *Probe) Size() (n int) { } var l int _ = l - l = m.Handler.Size() + l = m.ProbeHandler.Size() n += 1 + l + sovGenerated(uint64(l)) n += 1 + sovGenerated(uint64(m.InitialDelaySeconds)) n += 1 + sovGenerated(uint64(m.TimeoutSeconds)) @@ -22690,6 +23012,31 @@ func (m *Probe) Size() (n int) { return n } +func (m *ProbeHandler) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.Exec != nil { + l = m.Exec.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.HTTPGet != nil { + l = m.HTTPGet.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.TCPSocket != nil { + l = m.TCPSocket.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + if m.GRPC != nil { + l = m.GRPC.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + return n +} + func (m *ProjectedVolumeSource) Size() (n int) { if m == nil { return 0 @@ -24993,6 +25340,17 @@ func (this *GCEPersistentDiskVolumeSource) String() string { }, "") return s } +func (this *GRPCAction) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&GRPCAction{`, + `Port:` + fmt.Sprintf("%v", this.Port) + `,`, + `Service:` + valueToStringGenerated(this.Service) + `,`, + `}`, + }, "") + return s +} func (this *GitRepoVolumeSource) String() string { if this == nil { return "nil" @@ -25060,18 +25418,6 @@ func (this *HTTPHeader) String() string { }, "") return s } -func (this *Handler) String() string { - if this == nil { - return "nil" - } - s := strings.Join([]string{`&Handler{`, - `Exec:` + strings.Replace(this.Exec.String(), "ExecAction", "ExecAction", 1) + `,`, - `HTTPGet:` + strings.Replace(this.HTTPGet.String(), "HTTPGetAction", "HTTPGetAction", 1) + `,`, - `TCPSocket:` + strings.Replace(this.TCPSocket.String(), "TCPSocketAction", "TCPSocketAction", 1) + `,`, - `}`, - }, "") - return s -} func (this *HostAlias) String() string { if this == nil { return "nil" @@ -25151,8 +25497,20 @@ func (this *Lifecycle) String() string { return "nil" } s := strings.Join([]string{`&Lifecycle{`, - `PostStart:` + strings.Replace(this.PostStart.String(), "Handler", "Handler", 1) + `,`, - `PreStop:` + strings.Replace(this.PreStop.String(), "Handler", "Handler", 1) + `,`, + `PostStart:` + strings.Replace(this.PostStart.String(), "LifecycleHandler", "LifecycleHandler", 1) + `,`, + `PreStop:` + strings.Replace(this.PreStop.String(), "LifecycleHandler", "LifecycleHandler", 1) + `,`, + `}`, + }, "") + return s +} +func (this *LifecycleHandler) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&LifecycleHandler{`, + `Exec:` + strings.Replace(this.Exec.String(), "ExecAction", "ExecAction", 1) + `,`, + `HTTPGet:` + strings.Replace(this.HTTPGet.String(), "HTTPGetAction", "HTTPGetAction", 1) + `,`, + `TCPSocket:` + strings.Replace(this.TCPSocket.String(), "TCPSocketAction", "TCPSocketAction", 1) + `,`, `}`, }, "") return s @@ -25812,11 +26170,23 @@ func (this *PersistentVolumeClaimStatus) String() string { mapStringForCapacity += fmt.Sprintf("%v: %v,", k, this.Capacity[ResourceName(k)]) } mapStringForCapacity += "}" + keysForAllocatedResources := make([]string, 0, len(this.AllocatedResources)) + for k := range this.AllocatedResources { + keysForAllocatedResources = append(keysForAllocatedResources, string(k)) + } + github_com_gogo_protobuf_sortkeys.Strings(keysForAllocatedResources) + mapStringForAllocatedResources := "ResourceList{" + for _, k := range keysForAllocatedResources { + mapStringForAllocatedResources += fmt.Sprintf("%v: %v,", k, this.AllocatedResources[ResourceName(k)]) + } + mapStringForAllocatedResources += "}" s := strings.Join([]string{`&PersistentVolumeClaimStatus{`, `Phase:` + fmt.Sprintf("%v", this.Phase) + `,`, `AccessModes:` + fmt.Sprintf("%v", this.AccessModes) + `,`, `Capacity:` + mapStringForCapacity + `,`, `Conditions:` + repeatedStringForConditions + `,`, + `AllocatedResources:` + mapStringForAllocatedResources + `,`, + `ResizeStatus:` + valueToStringGenerated(this.ResizeStatus) + `,`, `}`, }, "") return s @@ -26124,6 +26494,16 @@ func (this *PodLogOptions) String() string { }, "") return s } +func (this *PodOS) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&PodOS{`, + `Name:` + fmt.Sprintf("%v", this.Name) + `,`, + `}`, + }, "") + return s +} func (this *PodPortForwardOptions) String() string { if this == nil { return "nil" @@ -26293,6 +26673,7 @@ func (this *PodSpec) String() string { `TopologySpreadConstraints:` + repeatedStringForTopologySpreadConstraints + `,`, `EphemeralContainers:` + repeatedStringForEphemeralContainers + `,`, `SetHostnameAsFQDN:` + valueToStringGenerated(this.SetHostnameAsFQDN) + `,`, + `OS:` + strings.Replace(this.OS.String(), "PodOS", "PodOS", 1) + `,`, `}`, }, "") return s @@ -26456,7 +26837,7 @@ func (this *Probe) String() string { return "nil" } s := strings.Join([]string{`&Probe{`, - `Handler:` + strings.Replace(strings.Replace(this.Handler.String(), "Handler", "Handler", 1), `&`, ``, 1) + `,`, + `ProbeHandler:` + strings.Replace(strings.Replace(this.ProbeHandler.String(), "ProbeHandler", "ProbeHandler", 1), `&`, ``, 1) + `,`, `InitialDelaySeconds:` + fmt.Sprintf("%v", this.InitialDelaySeconds) + `,`, `TimeoutSeconds:` + fmt.Sprintf("%v", this.TimeoutSeconds) + `,`, `PeriodSeconds:` + fmt.Sprintf("%v", this.PeriodSeconds) + `,`, @@ -26467,6 +26848,19 @@ func (this *Probe) String() string { }, "") return s } +func (this *ProbeHandler) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&ProbeHandler{`, + `Exec:` + strings.Replace(this.Exec.String(), "ExecAction", "ExecAction", 1) + `,`, + `HTTPGet:` + strings.Replace(this.HTTPGet.String(), "HTTPGetAction", "HTTPGetAction", 1) + `,`, + `TCPSocket:` + strings.Replace(this.TCPSocket.String(), "TCPSocketAction", "TCPSocketAction", 1) + `,`, + `GRPC:` + strings.Replace(this.GRPC.String(), "GRPCAction", "GRPCAction", 1) + `,`, + `}`, + }, "") + return s +} func (this *ProjectedVolumeSource) String() string { if this == nil { return "nil" @@ -38625,6 +39019,108 @@ func (m *GCEPersistentDiskVolumeSource) Unmarshal(dAtA []byte) error { } return nil } +func (m *GRPCAction) 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 ErrIntOverflowGenerated + } + 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: GRPCAction: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: GRPCAction: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field Port", wireType) + } + m.Port = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.Port |= int32(b&0x7F) << shift + if b < 0x80 { + break + } + } + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Service", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + 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 ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + s := string(dAtA[iNdEx:postIndex]) + m.Service = &s + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *GitRepoVolumeSource) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -39399,164 +39895,6 @@ func (m *HTTPHeader) Unmarshal(dAtA []byte) error { } return nil } -func (m *Handler) 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 ErrIntOverflowGenerated - } - 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: Handler: wiretype end group for non-group") - } - if fieldNum <= 0 { - return fmt.Errorf("proto: Handler: illegal tag %d (wire type %d)", fieldNum, wire) - } - switch fieldNum { - case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Exec", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthGenerated - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - if m.Exec == nil { - m.Exec = &ExecAction{} - } - if err := m.Exec.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 2: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field HTTPGet", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthGenerated - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - if m.HTTPGet == nil { - m.HTTPGet = &HTTPGetAction{} - } - if err := m.HTTPGet.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - case 3: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field TCPSocket", wireType) - } - var msglen int - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowGenerated - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - msglen |= int(b&0x7F) << shift - if b < 0x80 { - break - } - } - if msglen < 0 { - return ErrInvalidLengthGenerated - } - postIndex := iNdEx + msglen - if postIndex < 0 { - return ErrInvalidLengthGenerated - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - if m.TCPSocket == nil { - m.TCPSocket = &TCPSocketAction{} - } - if err := m.TCPSocket.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { - return err - } - iNdEx = postIndex - default: - iNdEx = preIndex - skippy, err := skipGenerated(dAtA[iNdEx:]) - if err != nil { - return err - } - if (skippy < 0) || (iNdEx+skippy) < 0 { - return ErrInvalidLengthGenerated - } - if (iNdEx + skippy) > l { - return io.ErrUnexpectedEOF - } - iNdEx += skippy - } - } - - if iNdEx > l { - return io.ErrUnexpectedEOF - } - return nil -} func (m *HostAlias) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -40695,7 +41033,7 @@ func (m *Lifecycle) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.PostStart == nil { - m.PostStart = &Handler{} + m.PostStart = &LifecycleHandler{} } if err := m.PostStart.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -40731,7 +41069,7 @@ func (m *Lifecycle) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.PreStop == nil { - m.PreStop = &Handler{} + m.PreStop = &LifecycleHandler{} } if err := m.PreStop.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err @@ -40758,6 +41096,164 @@ func (m *Lifecycle) Unmarshal(dAtA []byte) error { } return nil } +func (m *LifecycleHandler) 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 ErrIntOverflowGenerated + } + 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: LifecycleHandler: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: LifecycleHandler: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Exec", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Exec == nil { + m.Exec = &ExecAction{} + } + if err := m.Exec.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field HTTPGet", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.HTTPGet == nil { + m.HTTPGet = &HTTPGetAction{} + } + if err := m.HTTPGet.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TCPSocket", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.TCPSocket == nil { + m.TCPSocket = &TCPSocketAction{} + } + if err := m.TCPSocket.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *LimitRange) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -47741,6 +48237,168 @@ func (m *PersistentVolumeClaimStatus) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 5: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field AllocatedResources", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.AllocatedResources == nil { + m.AllocatedResources = make(ResourceList) + } + var mapkey ResourceName + mapvalue := &resource.Quantity{} + for iNdEx < postIndex { + entryPreIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + if fieldNum == 1 { + var stringLenmapkey uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLenmapkey |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLenmapkey := int(stringLenmapkey) + if intStringLenmapkey < 0 { + return ErrInvalidLengthGenerated + } + postStringIndexmapkey := iNdEx + intStringLenmapkey + if postStringIndexmapkey < 0 { + return ErrInvalidLengthGenerated + } + if postStringIndexmapkey > l { + return io.ErrUnexpectedEOF + } + mapkey = ResourceName(dAtA[iNdEx:postStringIndexmapkey]) + iNdEx = postStringIndexmapkey + } else if fieldNum == 2 { + var mapmsglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + mapmsglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if mapmsglen < 0 { + return ErrInvalidLengthGenerated + } + postmsgIndex := iNdEx + mapmsglen + if postmsgIndex < 0 { + return ErrInvalidLengthGenerated + } + if postmsgIndex > l { + return io.ErrUnexpectedEOF + } + mapvalue = &resource.Quantity{} + if err := mapvalue.Unmarshal(dAtA[iNdEx:postmsgIndex]); err != nil { + return err + } + iNdEx = postmsgIndex + } else { + iNdEx = entryPreIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > postIndex { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + m.AllocatedResources[ResourceName(mapkey)] = *mapvalue + iNdEx = postIndex + case 6: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ResizeStatus", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + 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 ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + s := PersistentVolumeClaimResizeStatus(dAtA[iNdEx:postIndex]) + m.ResizeStatus = &s + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -51535,6 +52193,88 @@ func (m *PodLogOptions) Unmarshal(dAtA []byte) error { } return nil } +func (m *PodOS) 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 ErrIntOverflowGenerated + } + 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: PodOS: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: PodOS: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Name", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + 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 ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Name = OSName(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *PodPortForwardOptions) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -53550,6 +54290,42 @@ func (m *PodSpec) Unmarshal(dAtA []byte) error { } b := bool(v != 0) m.SetHostnameAsFQDN = &b + case 36: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field OS", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.OS == nil { + m.OS = &PodOS{} + } + if err := m.OS.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -55180,7 +55956,7 @@ func (m *Probe) Unmarshal(dAtA []byte) error { switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field Handler", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ProbeHandler", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -55207,7 +55983,7 @@ func (m *Probe) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if err := m.Handler.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.ProbeHandler.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex @@ -55347,6 +56123,200 @@ func (m *Probe) Unmarshal(dAtA []byte) error { } return nil } +func (m *ProbeHandler) 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 ErrIntOverflowGenerated + } + 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: ProbeHandler: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: ProbeHandler: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Exec", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.Exec == nil { + m.Exec = &ExecAction{} + } + if err := m.Exec.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field HTTPGet", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.HTTPGet == nil { + m.HTTPGet = &HTTPGetAction{} + } + if err := m.HTTPGet.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field TCPSocket", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.TCPSocket == nil { + m.TCPSocket = &TCPSocketAction{} + } + if err := m.TCPSocket.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field GRPC", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.GRPC == nil { + m.GRPC = &GRPCAction{} + } + if err := m.GRPC.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *ProjectedVolumeSource) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 diff --git a/vendor/k8s.io/api/core/v1/types_swagger_doc_generated.go b/vendor/k8s.io/api/core/v1/types_swagger_doc_generated.go index 8d6327375..0a60e7008 100644 --- a/vendor/k8s.io/api/core/v1/types_swagger_doc_generated.go +++ b/vendor/k8s.io/api/core/v1/types_swagger_doc_generated.go @@ -428,8 +428,8 @@ var map_ContainerStatus = map[string]string{ "state": "Details about the container's current condition.", "lastState": "Details about the container's last termination condition.", "ready": "Specifies whether the container has passed its readiness probe.", - "restartCount": "The number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed. Note that this is calculated from dead containers. But those containers are subject to garbage collection. This value will get capped at 5 by GC.", - "image": "The image the container is running. More info: https://kubernetes.io/docs/concepts/containers/images", + "restartCount": "The number of times the container has been restarted.", + "image": "The image the container is running. More info: https://kubernetes.io/docs/concepts/containers/images.", "imageID": "ImageID of the container's image.", "containerID": "Container's ID in the format 'docker://'.", "started": "Specifies whether the container has passed its startup probe. Initialized as false, becomes true after startupProbe is considered successful. Resets to false when the container is restarted, or if kubelet loses state temporarily. Is always true when no startupProbe is defined.", @@ -579,8 +579,8 @@ func (EnvVarSource) SwaggerDoc() map[string]string { } var map_EphemeralContainer = map[string]string{ - "": "An EphemeralContainer is a container that may be added temporarily to an existing pod for user-initiated activities such as debugging. Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a pod is removed or restarted. If an ephemeral container causes a pod to exceed its resource allocation, the pod may be evicted. Ephemeral containers may not be added by directly updating the pod spec. They must be added via the pod's ephemeralcontainers subresource, and they will appear in the pod spec once added. This is an alpha feature enabled by the EphemeralContainers feature flag.", - "targetContainerName": "If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container is run in whatever namespaces are shared for the pod. Note that the container runtime must support this feature.", + "": "An EphemeralContainer is a temporary container that you may add to an existing Pod for user-initiated activities such as debugging. Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a Pod is removed or restarted. The kubelet may evict a Pod if an ephemeral container causes the Pod to exceed its resource allocation.\n\nTo add an ephemeral container, use the ephemeralcontainers subresource of an existing Pod. Ephemeral containers may not be removed or restarted.\n\nThis is a beta feature available on clusters that haven't disabled the EphemeralContainers feature gate.", + "targetContainerName": "If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container uses the namespaces configured in the Pod spec.\n\nThe container runtime must implement support for this feature. If the runtime does not support namespace targeting then the result of setting this field is undefined.", } func (EphemeralContainer) SwaggerDoc() map[string]string { @@ -598,7 +598,7 @@ var map_EphemeralContainerCommon = map[string]string{ "envFrom": "List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated.", "env": "List of environment variables to set in the container. Cannot be updated.", "resources": "Resources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod.", - "volumeMounts": "Pod volumes to mount into the container's filesystem. Cannot be updated.", + "volumeMounts": "Pod volumes to mount into the container's filesystem. Subpath mounts are not allowed for ephemeral containers. Cannot be updated.", "volumeDevices": "volumeDevices is the list of block devices to be used by the container.", "livenessProbe": "Probes are not allowed for ephemeral containers.", "readinessProbe": "Probes are not allowed for ephemeral containers.", @@ -749,6 +749,15 @@ func (GCEPersistentDiskVolumeSource) SwaggerDoc() map[string]string { return map_GCEPersistentDiskVolumeSource } +var map_GRPCAction = map[string]string{ + "port": "Port number of the gRPC service. Number must be in the range 1 to 65535.", + "service": "Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).\n\nIf this is not specified, the default behavior is defined by gRPC.", +} + +func (GRPCAction) SwaggerDoc() map[string]string { + return map_GRPCAction +} + var map_GitRepoVolumeSource = map[string]string{ "": "Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling.\n\nDEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.", "repository": "Repository URL", @@ -806,17 +815,6 @@ func (HTTPHeader) SwaggerDoc() map[string]string { return map_HTTPHeader } -var map_Handler = map[string]string{ - "": "Handler defines a specific action that should be taken", - "exec": "One and only one of the following should be specified. Exec specifies the action to take.", - "httpGet": "HTTPGet specifies the http request to perform.", - "tcpSocket": "TCPSocket specifies an action involving a TCP port. TCP hooks not yet supported", -} - -func (Handler) SwaggerDoc() map[string]string { - return map_Handler -} - var map_HostAlias = map[string]string{ "": "HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.", "ip": "IP address of the host file entry.", @@ -889,13 +887,24 @@ func (KeyToPath) SwaggerDoc() map[string]string { var map_Lifecycle = map[string]string{ "": "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted.", "postStart": "PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks", - "preStop": "PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The reason for termination is passed to the handler. The Pod's termination grace period countdown begins before the PreStop hooked is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period. Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks", + "preStop": "PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The Pod's termination grace period countdown begins before the PreStop hook is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period (unless delayed by finalizers). Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks", } func (Lifecycle) SwaggerDoc() map[string]string { return map_Lifecycle } +var map_LifecycleHandler = map[string]string{ + "": "LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.", + "exec": "Exec specifies the action to take.", + "httpGet": "HTTPGet specifies the http request to perform.", + "tcpSocket": "Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.", +} + +func (LifecycleHandler) SwaggerDoc() map[string]string { + return map_LifecycleHandler +} + var map_LimitRange = map[string]string{ "": "LimitRange sets resource usage limits for each kind of resource in a Namespace.", "metadata": "Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata", @@ -971,7 +980,7 @@ func (LocalObjectReference) SwaggerDoc() map[string]string { var map_LocalVolumeSource = map[string]string{ "": "Local represents directly-attached storage with node affinity (Beta feature)", "path": "The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).", - "fsType": "Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default value is to auto-select a fileystem if unspecified.", + "fsType": "Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. \"ext4\", \"xfs\", \"ntfs\". The default value is to auto-select a filesystem if unspecified.", } func (LocalVolumeSource) SwaggerDoc() map[string]string { @@ -1297,7 +1306,7 @@ var map_PersistentVolumeClaimSpec = map[string]string{ "": "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes", "accessModes": "AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", "selector": "A label query over volumes to consider for binding.", - "resources": "Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources", + "resources": "Resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources", "volumeName": "VolumeName is the binding reference to the PersistentVolume backing this claim.", "storageClassName": "Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1", "volumeMode": "volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.", @@ -1310,11 +1319,13 @@ func (PersistentVolumeClaimSpec) SwaggerDoc() map[string]string { } var map_PersistentVolumeClaimStatus = map[string]string{ - "": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.", - "phase": "Phase represents the current phase of PersistentVolumeClaim.", - "accessModes": "AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", - "capacity": "Represents the actual resources of the underlying volume.", - "conditions": "Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.", + "": "PersistentVolumeClaimStatus is the current status of a persistent volume claim.", + "phase": "Phase represents the current phase of PersistentVolumeClaim.", + "accessModes": "AccessModes contains the actual access modes the volume backing the PVC has. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1", + "capacity": "Represents the actual resources of the underlying volume.", + "conditions": "Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'.", + "allocatedResources": "The storage resource within AllocatedResources tracks the capacity allocated to a PVC. It may be larger than the actual capacity when a volume expansion operation is requested. For storage quota, the larger value from allocatedResources and PVC.spec.resources is used. If allocatedResources is not set, PVC.spec.resources alone is used for quota calculation. If a volume expansion capacity request is lowered, allocatedResources is only lowered if there are no expansion operations in progress and if the actual volume capacity is equal or lower than the requested capacity. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", + "resizeStatus": "ResizeStatus stores status of resize operation. ResizeStatus is not set by default but when expansion is complete resizeStatus is set to empty string by resize controller or kubelet. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.", } func (PersistentVolumeClaimStatus) SwaggerDoc() map[string]string { @@ -1511,8 +1522,8 @@ func (PodDNSConfigOption) SwaggerDoc() map[string]string { var map_PodExecOptions = map[string]string{ "": "PodExecOptions is the query options to a Pod's remote exec call.", "stdin": "Redirect the standard input stream of the pod for this call. Defaults to false.", - "stdout": "Redirect the standard output stream of the pod for this call. Defaults to true.", - "stderr": "Redirect the standard error stream of the pod for this call. Defaults to true.", + "stdout": "Redirect the standard output stream of the pod for this call.", + "stderr": "Redirect the standard error stream of the pod for this call.", "tty": "TTY if true indicates that a tty will be allocated for the exec call. Defaults to false.", "container": "Container in which to execute the command. Defaults to only container if there is only one container in the pod.", "command": "Command is the remote command to execute. argv array. Not executed within a shell.", @@ -1558,6 +1569,15 @@ func (PodLogOptions) SwaggerDoc() map[string]string { return map_PodLogOptions } +var map_PodOS = map[string]string{ + "": "PodOS defines the OS parameters of a pod.", + "name": "Name is the name of the operating system. The currently supported values are linux and windows. Additional value may be defined in future and can be one of: https://github.com/opencontainers/runtime-spec/blob/master/config.md#platform-specific-configuration Clients should expect to handle additional values and treat unrecognized values in this field as os: null", +} + +func (PodOS) SwaggerDoc() map[string]string { + return map_PodOS +} + var map_PodPortForwardOptions = map[string]string{ "": "PodPortForwardOptions is the query options to a Pod's port forward call when using WebSockets. The `port` query parameter must specify the port or ports (comma separated) to forward over. Port forwarding over SPDY does not use these options. It requires the port to be passed in the `port` header as part of request.", "ports": "List of ports to forward Required when using WebSockets", @@ -1587,16 +1607,16 @@ func (PodReadinessGate) SwaggerDoc() map[string]string { var map_PodSecurityContext = map[string]string{ "": "PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext.", - "seLinuxOptions": "The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.", - "windowsOptions": "The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", - "runAsUser": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.", - "runAsGroup": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container.", + "seLinuxOptions": "The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.", + "windowsOptions": "The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.", + "runAsUser": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.", + "runAsGroup": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.", "runAsNonRoot": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", - "supplementalGroups": "A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container.", + "supplementalGroups": "A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container. Note that this field cannot be set when spec.os.name is windows.", "fsGroup": "A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod:\n\n1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw ", - "sysctls": "Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch.", - "fsGroupChangePolicy": "fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are \"OnRootMismatch\" and \"Always\". If not specified, \"Always\" is used.", - "seccompProfile": "The seccomp options to use by the containers in this pod.", + "sysctls": "Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.", + "fsGroupChangePolicy": "fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are \"OnRootMismatch\" and \"Always\". If not specified, \"Always\" is used. Note that this field cannot be set when spec.os.name is windows.", + "seccompProfile": "The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows.", } func (PodSecurityContext) SwaggerDoc() map[string]string { @@ -1617,7 +1637,7 @@ var map_PodSpec = map[string]string{ "volumes": "List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes", "initContainers": "List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/", "containers": "List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated.", - "ephemeralContainers": "List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource. This field is alpha-level and is only honored by servers that enable the EphemeralContainers feature.", + "ephemeralContainers": "List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource. This field is beta-level and available on clusters that haven't disabled the EphemeralContainers feature gate.", "restartPolicy": "Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy", "terminationGracePeriodSeconds": "Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.", "activeDeadlineSeconds": "Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer.", @@ -1649,6 +1669,7 @@ var map_PodSpec = map[string]string{ "overhead": "Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/688-pod-overhead/README.md This field is beta-level as of Kubernetes v1.18, and is only honored by servers that enable the PodOverhead feature.", "topologySpreadConstraints": "TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed.", "setHostnameAsFQDN": "If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.", + "os": "Specifies the OS of the containers in the pod. Some pod and container fields are restricted if this is set.\n\nIf the OS field is set to linux, the following fields must be unset: -securityContext.windowsOptions\n\nIf the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup This is an alpha field and requires the IdentifyPodOS feature", } func (PodSpec) SwaggerDoc() map[string]string { @@ -1669,7 +1690,7 @@ var map_PodStatus = map[string]string{ "initContainerStatuses": "The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status", "containerStatuses": "The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status", "qosClass": "The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md", - "ephemeralContainerStatuses": "Status for any ephemeral containers that have run in this pod. This field is alpha-level and is only populated by servers that enable the EphemeralContainers feature.", + "ephemeralContainerStatuses": "Status for any ephemeral containers that have run in this pod. This field is beta-level and available on clusters that haven't disabled the EphemeralContainers feature gate.", } func (PodStatus) SwaggerDoc() map[string]string { @@ -1782,6 +1803,18 @@ func (Probe) SwaggerDoc() map[string]string { return map_Probe } +var map_ProbeHandler = map[string]string{ + "": "ProbeHandler defines a specific action that should be taken in a probe. One and only one of the fields must be specified.", + "exec": "Exec specifies the action to take.", + "httpGet": "HTTPGet specifies the http request to perform.", + "tcpSocket": "TCPSocket specifies an action involving a TCP port.", + "grpc": "GRPC specifies an action involving a GRPC port. This is an alpha field and requires enabling GRPCContainerProbe feature gate.", +} + +func (ProbeHandler) SwaggerDoc() map[string]string { + return map_ProbeHandler +} + var map_ProjectedVolumeSource = map[string]string{ "": "Represents a projected volume source", "sources": "list of volume projections", @@ -2056,7 +2089,7 @@ var map_Secret = map[string]string{ "immutable": "Immutable, if set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified). If not set to true, the field can be modified at any time. Defaulted to nil.", "data": "Data contains the secret data. Each key must consist of alphanumeric characters, '-', '_' or '.'. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4", "stringData": "stringData allows specifying non-binary secret data in string form. It is provided as a write-only input field for convenience. All keys and values are merged into the data field on write, overwriting any existing values. The stringData field is never output when reading from the API.", - "type": "Used to facilitate programmatic handling of secret data.", + "type": "Used to facilitate programmatic handling of secret data. More info: https://kubernetes.io/docs/concepts/configuration/secret/#secret-types", } func (Secret) SwaggerDoc() map[string]string { @@ -2126,17 +2159,17 @@ func (SecretVolumeSource) SwaggerDoc() map[string]string { var map_SecurityContext = map[string]string{ "": "SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence.", - "capabilities": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime.", - "privileged": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false.", - "seLinuxOptions": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", - "windowsOptions": "The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", - "runAsUser": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", - "runAsGroup": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", + "capabilities": "The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows.", + "privileged": "Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.", + "seLinuxOptions": "The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", + "windowsOptions": "The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.", + "runAsUser": "The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", + "runAsGroup": "The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.", "runAsNonRoot": "Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.", - "readOnlyRootFilesystem": "Whether this container has a read-only root filesystem. Default is false.", - "allowPrivilegeEscalation": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN", - "procMount": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled.", - "seccompProfile": "The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options.", + "readOnlyRootFilesystem": "Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.", + "allowPrivilegeEscalation": "AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN Note that this field cannot be set when spec.os.name is windows.", + "procMount": "procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.", + "seccompProfile": "The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows.", } func (SecurityContext) SwaggerDoc() map[string]string { @@ -2234,7 +2267,7 @@ var map_ServiceSpec = map[string]string{ "ports": "The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies", "selector": "Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/", "clusterIP": "clusterIP is the IP address of the service and is usually assigned randomly. If an address is specified manually, is in-range (as per system configuration), and is not in use, it will be allocated to the service; otherwise creation of the service will fail. This field may not be changed through updates unless the type field is also being changed to ExternalName (which requires this field to be blank) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above). Valid values are \"None\", empty string (\"\"), or a valid IP address. Setting this to \"None\" makes a \"headless service\" (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName, creation will fail. This field will be wiped when updating a Service to type ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies", - "clusterIPs": "ClusterIPs is a list of IP addresses assigned to this service, and are usually assigned randomly. If an address is specified manually, is in-range (as per system configuration), and is not in use, it will be allocated to the service; otherwise creation of the service will fail. This field may not be changed through updates unless the type field is also being changed to ExternalName (which requires this field to be empty) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above). Valid values are \"None\", empty string (\"\"), or a valid IP address. Setting this to \"None\" makes a \"headless service\" (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName, creation will fail. This field will be wiped when updating a Service to type ExternalName. If this field is not specified, it will be initialized from the clusterIP field. If this field is specified, clients must ensure that clusterIPs[0] and clusterIP have the same value.\n\nUnless the \"IPv6DualStack\" feature gate is enabled, this field is limited to one value, which must be the same as the clusterIP field. If the feature gate is enabled, this field may hold a maximum of two entries (dual-stack IPs, in either order). These IPs must correspond to the values of the ipFamilies field. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies", + "clusterIPs": "ClusterIPs is a list of IP addresses assigned to this service, and are usually assigned randomly. If an address is specified manually, is in-range (as per system configuration), and is not in use, it will be allocated to the service; otherwise creation of the service will fail. This field may not be changed through updates unless the type field is also being changed to ExternalName (which requires this field to be empty) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above). Valid values are \"None\", empty string (\"\"), or a valid IP address. Setting this to \"None\" makes a \"headless service\" (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName, creation will fail. This field will be wiped when updating a Service to type ExternalName. If this field is not specified, it will be initialized from the clusterIP field. If this field is specified, clients must ensure that clusterIPs[0] and clusterIP have the same value.\n\nThis field may hold a maximum of two entries (dual-stack IPs, in either order). These IPs must correspond to the values of the ipFamilies field. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies", "type": "type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. \"ClusterIP\" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object or EndpointSlice objects. If clusterIP is \"None\", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a virtual IP. \"NodePort\" builds on ClusterIP and allocates a port on every node which routes to the same endpoints as the clusterIP. \"LoadBalancer\" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the same endpoints as the clusterIP. \"ExternalName\" aliases this service to the specified externalName. Several other fields do not apply to ExternalName services. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types", "externalIPs": "externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system.", "sessionAffinity": "Supports \"ClientIP\" and \"None\". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies", @@ -2245,8 +2278,8 @@ var map_ServiceSpec = map[string]string{ "healthCheckNodePort": "healthCheckNodePort specifies the healthcheck nodePort for the service. This only applies when type is set to LoadBalancer and externalTrafficPolicy is set to Local. If a value is specified, is in-range, and is not in use, it will be used. If not specified, a value will be automatically allocated. External systems (e.g. load-balancers) can use this port to determine if a given node holds endpoints for this service or not. If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type).", "publishNotReadyAddresses": "publishNotReadyAddresses indicates that any agent which deals with endpoints for this Service should disregard any indications of ready/not-ready. The primary use case for setting this field is for a StatefulSet's Headless Service to propagate SRV DNS records for its Pods for the purpose of peer discovery. The Kubernetes controllers that generate Endpoints and EndpointSlice resources for Services interpret this to mean that all endpoints are considered \"ready\" even if the Pods themselves are not. Agents which consume only Kubernetes generated endpoints through the Endpoints or EndpointSlice resources can safely assume this behavior.", "sessionAffinityConfig": "sessionAffinityConfig contains the configurations of session affinity.", - "ipFamilies": "IPFamilies is a list of IP families (e.g. IPv4, IPv6) assigned to this service, and is gated by the \"IPv6DualStack\" feature gate. This field is usually assigned automatically based on cluster configuration and the ipFamilyPolicy field. If this field is specified manually, the requested family is available in the cluster, and ipFamilyPolicy allows it, it will be used; otherwise creation of the service will fail. This field is conditionally mutable: it allows for adding or removing a secondary IP family, but it does not allow changing the primary IP family of the Service. Valid values are \"IPv4\" and \"IPv6\". This field only applies to Services of types ClusterIP, NodePort, and LoadBalancer, and does apply to \"headless\" services. This field will be wiped when updating a Service to type ExternalName.\n\nThis field may hold a maximum of two entries (dual-stack families, in either order). These families must correspond to the values of the clusterIPs field, if specified. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field.", - "ipFamilyPolicy": "IPFamilyPolicy represents the dual-stack-ness requested or required by this Service, and is gated by the \"IPv6DualStack\" feature gate. If there is no value provided, then this field will be set to SingleStack. Services can be \"SingleStack\" (a single IP family), \"PreferDualStack\" (two IP families on dual-stack configured clusters or a single IP family on single-stack clusters), or \"RequireDualStack\" (two IP families on dual-stack configured clusters, otherwise fail). The ipFamilies and clusterIPs fields depend on the value of this field. This field will be wiped when updating a service to type ExternalName.", + "ipFamilies": "IPFamilies is a list of IP families (e.g. IPv4, IPv6) assigned to this service. This field is usually assigned automatically based on cluster configuration and the ipFamilyPolicy field. If this field is specified manually, the requested family is available in the cluster, and ipFamilyPolicy allows it, it will be used; otherwise creation of the service will fail. This field is conditionally mutable: it allows for adding or removing a secondary IP family, but it does not allow changing the primary IP family of the Service. Valid values are \"IPv4\" and \"IPv6\". This field only applies to Services of types ClusterIP, NodePort, and LoadBalancer, and does apply to \"headless\" services. This field will be wiped when updating a Service to type ExternalName.\n\nThis field may hold a maximum of two entries (dual-stack families, in either order). These families must correspond to the values of the clusterIPs field, if specified. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field.", + "ipFamilyPolicy": "IPFamilyPolicy represents the dual-stack-ness requested or required by this Service. If there is no value provided, then this field will be set to SingleStack. Services can be \"SingleStack\" (a single IP family), \"PreferDualStack\" (two IP families on dual-stack configured clusters or a single IP family on single-stack clusters), or \"RequireDualStack\" (two IP families on dual-stack configured clusters, otherwise fail). The ipFamilies and clusterIPs fields depend on the value of this field. This field will be wiped when updating a service to type ExternalName.", "allocateLoadBalancerNodePorts": "allocateLoadBalancerNodePorts defines if NodePorts will be automatically allocated for services with type LoadBalancer. Default is \"true\". It may be set to \"false\" if the cluster load-balancer does not rely on NodePorts. If the caller requests specific NodePorts (by specifying a value), those requests will be respected, regardless of this field. This field may only be set for services with type LoadBalancer and will be cleared if the type is changed to any other type. This field is beta-level and is only honored by servers that enable the ServiceLBNodePortControl feature.", "loadBalancerClass": "loadBalancerClass is the class of the load balancer implementation this Service belongs to. If specified, the value of this field must be a label-style identifier, with an optional prefix, e.g. \"internal-vip\" or \"example.com/internal-vip\". Unprefixed names are reserved for end-users. This field can only be set when the Service type is 'LoadBalancer'. If not set, the default load balancer implementation is used, today this is typically done through the cloud provider integration, but should apply for any default implementation. If set, it is assumed that a load balancer implementation is watching for Services with a matching class. Any default load balancer implementation (e.g. cloud providers) should ignore Services that set this field. This field can only be set when creating or updating a Service to type 'LoadBalancer'. Once set, it can not be changed. This field will be wiped when a service is updated to a non 'LoadBalancer' type.", "internalTrafficPolicy": "InternalTrafficPolicy specifies if the cluster internal traffic should be routed to all endpoints or node-local endpoints only. \"Cluster\" routes internal traffic to a Service to all endpoints. \"Local\" routes traffic to node-local endpoints only, traffic is dropped if no node-local endpoints are ready. The default value is \"Cluster\".", @@ -2369,7 +2402,7 @@ var map_TopologySpreadConstraint = map[string]string{ "": "TopologySpreadConstraint specifies how to spread matching pods among the given topology.", "maxSkew": "MaxSkew describes the degree to which pods may be unevenly distributed. When `whenUnsatisfiable=DoNotSchedule`, it is the maximum permitted difference between the number of matching pods in the target topology and the global minimum. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 1/1/0: ", "topologyKey": "TopologyKey is the key of node labels. Nodes that have a label with this key and identical values are considered to be in the same topology. We consider each as a \"bucket\", and try to put balanced number of pods into each bucket. It's a required field.", - "whenUnsatisfiable": "WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location,\n but giving higher precedence to topologies that would help reduce the\n skew.\nA constraint is considered \"Unsatisfiable\" for an incoming pod if and only if every possible node assigment for that pod would violate \"MaxSkew\" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1: ", + "whenUnsatisfiable": "WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location,\n but giving higher precedence to topologies that would help reduce the\n skew.\nA constraint is considered \"Unsatisfiable\" for an incoming pod if and only if every possible node assignment for that pod would violate \"MaxSkew\" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1: ", "labelSelector": "LabelSelector is used to find matching pods. Pods that match this label selector are counted to determine the number of pods in their corresponding topology domain.", } @@ -2472,7 +2505,7 @@ var map_VolumeSource = map[string]string{ "scaleIO": "ScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.", "storageos": "StorageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.", "csi": "CSI (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).", - "ephemeral": "Ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed.\n\nUse this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity\n tracking are needed,\nc) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through\n a PersistentVolumeClaim (see EphemeralVolumeSource for more\n information on the connection between this volume type\n and PersistentVolumeClaim).\n\nUse PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod.\n\nUse CSI for light-weight local ephemeral volumes if the CSI driver is meant to be used that way - see the documentation of the driver for more information.\n\nA pod can use both types of ephemeral volumes and persistent volumes at the same time.\n\nThis is a beta feature and only available when the GenericEphemeralVolume feature gate is enabled.", + "ephemeral": "Ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed.\n\nUse this if: a) the volume is only needed while the pod runs, b) features of normal volumes like restoring from snapshot or capacity\n tracking are needed,\nc) the storage driver is specified through a storage class, and d) the storage driver supports dynamic volume provisioning through\n a PersistentVolumeClaim (see EphemeralVolumeSource for more\n information on the connection between this volume type\n and PersistentVolumeClaim).\n\nUse PersistentVolumeClaim or one of the vendor-specific APIs for volumes that persist for longer than the lifecycle of an individual pod.\n\nUse CSI for light-weight local ephemeral volumes if the CSI driver is meant to be used that way - see the documentation of the driver for more information.\n\nA pod can use both types of ephemeral volumes and persistent volumes at the same time.", } func (VolumeSource) SwaggerDoc() map[string]string { diff --git a/vendor/k8s.io/api/rbac/v1/generated.proto b/vendor/k8s.io/api/rbac/v1/generated.proto index db8fd427c..2cf427f12 100644 --- a/vendor/k8s.io/api/rbac/v1/generated.proto +++ b/vendor/k8s.io/api/rbac/v1/generated.proto @@ -92,7 +92,7 @@ message ClusterRoleList { // PolicyRule holds information that describes a policy rule, but does not contain information // about who the rule applies to or which namespace the rule applies to. message PolicyRule { - // Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs. + // Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs. repeated string verbs = 1; // APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of diff --git a/vendor/k8s.io/api/rbac/v1/types.go b/vendor/k8s.io/api/rbac/v1/types.go index 038baf61b..067b6f15e 100644 --- a/vendor/k8s.io/api/rbac/v1/types.go +++ b/vendor/k8s.io/api/rbac/v1/types.go @@ -47,7 +47,7 @@ const ( // PolicyRule holds information that describes a policy rule, but does not contain information // about who the rule applies to or which namespace the rule applies to. type PolicyRule struct { - // Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs. + // Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs. Verbs []string `json:"verbs" protobuf:"bytes,1,rep,name=verbs"` // APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of diff --git a/vendor/k8s.io/api/rbac/v1/types_swagger_doc_generated.go b/vendor/k8s.io/api/rbac/v1/types_swagger_doc_generated.go index 664cf95f8..228ee54c0 100644 --- a/vendor/k8s.io/api/rbac/v1/types_swagger_doc_generated.go +++ b/vendor/k8s.io/api/rbac/v1/types_swagger_doc_generated.go @@ -80,7 +80,7 @@ func (ClusterRoleList) SwaggerDoc() map[string]string { var map_PolicyRule = map[string]string{ "": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.", - "verbs": "Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs.", + "verbs": "Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs.", "apiGroups": "APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.", "resources": "Resources is a list of resources this rule applies to. '*' represents all resources.", "resourceNames": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.", diff --git a/vendor/k8s.io/api/rbac/v1alpha1/generated.proto b/vendor/k8s.io/api/rbac/v1alpha1/generated.proto index 9dea00e05..9795cffd9 100644 --- a/vendor/k8s.io/api/rbac/v1alpha1/generated.proto +++ b/vendor/k8s.io/api/rbac/v1alpha1/generated.proto @@ -96,7 +96,7 @@ message ClusterRoleList { // PolicyRule holds information that describes a policy rule, but does not contain information // about who the rule applies to or which namespace the rule applies to. message PolicyRule { - // Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs. + // Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs. repeated string verbs = 1; // APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of diff --git a/vendor/k8s.io/api/rbac/v1alpha1/types.go b/vendor/k8s.io/api/rbac/v1alpha1/types.go index 57d993caa..13a0a1f0a 100644 --- a/vendor/k8s.io/api/rbac/v1alpha1/types.go +++ b/vendor/k8s.io/api/rbac/v1alpha1/types.go @@ -47,7 +47,7 @@ const ( // PolicyRule holds information that describes a policy rule, but does not contain information // about who the rule applies to or which namespace the rule applies to. type PolicyRule struct { - // Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs. + // Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs. Verbs []string `json:"verbs" protobuf:"bytes,1,rep,name=verbs"` // APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of diff --git a/vendor/k8s.io/api/rbac/v1alpha1/types_swagger_doc_generated.go b/vendor/k8s.io/api/rbac/v1alpha1/types_swagger_doc_generated.go index 8fc984ad5..46b8b9ee6 100644 --- a/vendor/k8s.io/api/rbac/v1alpha1/types_swagger_doc_generated.go +++ b/vendor/k8s.io/api/rbac/v1alpha1/types_swagger_doc_generated.go @@ -80,7 +80,7 @@ func (ClusterRoleList) SwaggerDoc() map[string]string { var map_PolicyRule = map[string]string{ "": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.", - "verbs": "Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs.", + "verbs": "Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs.", "apiGroups": "APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.", "resources": "Resources is a list of resources this rule applies to. '*' represents all resources.", "resourceNames": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.", diff --git a/vendor/k8s.io/api/rbac/v1beta1/generated.proto b/vendor/k8s.io/api/rbac/v1beta1/generated.proto index fb975e2ea..53c252554 100644 --- a/vendor/k8s.io/api/rbac/v1beta1/generated.proto +++ b/vendor/k8s.io/api/rbac/v1beta1/generated.proto @@ -96,7 +96,7 @@ message ClusterRoleList { // PolicyRule holds information that describes a policy rule, but does not contain information // about who the rule applies to or which namespace the rule applies to. message PolicyRule { - // Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs. + // Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs. repeated string verbs = 1; // APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of diff --git a/vendor/k8s.io/api/rbac/v1beta1/types.go b/vendor/k8s.io/api/rbac/v1beta1/types.go index ad8391fd7..96e6b18f5 100644 --- a/vendor/k8s.io/api/rbac/v1beta1/types.go +++ b/vendor/k8s.io/api/rbac/v1beta1/types.go @@ -47,7 +47,7 @@ const ( // PolicyRule holds information that describes a policy rule, but does not contain information // about who the rule applies to or which namespace the rule applies to. type PolicyRule struct { - // Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs. + // Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs. Verbs []string `json:"verbs" protobuf:"bytes,1,rep,name=verbs"` // APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of diff --git a/vendor/k8s.io/api/rbac/v1beta1/types_swagger_doc_generated.go b/vendor/k8s.io/api/rbac/v1beta1/types_swagger_doc_generated.go index eef80f834..5d57cb348 100644 --- a/vendor/k8s.io/api/rbac/v1beta1/types_swagger_doc_generated.go +++ b/vendor/k8s.io/api/rbac/v1beta1/types_swagger_doc_generated.go @@ -80,7 +80,7 @@ func (ClusterRoleList) SwaggerDoc() map[string]string { var map_PolicyRule = map[string]string{ "": "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.", - "verbs": "Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs.", + "verbs": "Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs.", "apiGroups": "APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.", "resources": "Resources is a list of resources this rule applies to. '*' represents all resources in the specified apiGroups. '*/foo' represents the subresource 'foo' for all resources in the specified apiGroups.", "resourceNames": "ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.", diff --git a/vendor/k8s.io/api/storage/v1/generated.proto b/vendor/k8s.io/api/storage/v1/generated.proto index 9602c9098..de639354d 100644 --- a/vendor/k8s.io/api/storage/v1/generated.proto +++ b/vendor/k8s.io/api/storage/v1/generated.proto @@ -142,7 +142,7 @@ message CSIDriverSpec { // unset or false and it can be flipped later when storage // capacity information has been published. // - // This field is immutable. + // This field was immutable in Kubernetes <= 1.22 and now is mutable. // // This is a beta field and only available when the CSIStorageCapacity // feature is enabled. The default is false. @@ -154,8 +154,6 @@ message CSIDriverSpec { // Defines if the underlying volume supports changing ownership and // permission of the volume before being mounted. // Refer to the specific FSGroupPolicy values for additional details. - // This field is beta, and is only honored by servers - // that enable the CSIVolumeFSGroupPolicy feature gate. // // This field is immutable. // diff --git a/vendor/k8s.io/api/storage/v1/types.go b/vendor/k8s.io/api/storage/v1/types.go index d805e1539..6da0657ec 100644 --- a/vendor/k8s.io/api/storage/v1/types.go +++ b/vendor/k8s.io/api/storage/v1/types.go @@ -90,6 +90,7 @@ type StorageClassList struct { } // VolumeBindingMode indicates how PersistentVolumeClaims should be bound. +// +enum type VolumeBindingMode string const ( @@ -341,7 +342,7 @@ type CSIDriverSpec struct { // unset or false and it can be flipped later when storage // capacity information has been published. // - // This field is immutable. + // This field was immutable in Kubernetes <= 1.22 and now is mutable. // // This is a beta field and only available when the CSIStorageCapacity // feature is enabled. The default is false. @@ -353,8 +354,6 @@ type CSIDriverSpec struct { // Defines if the underlying volume supports changing ownership and // permission of the volume before being mounted. // Refer to the specific FSGroupPolicy values for additional details. - // This field is beta, and is only honored by servers - // that enable the CSIVolumeFSGroupPolicy feature gate. // // This field is immutable. // diff --git a/vendor/k8s.io/api/storage/v1/types_swagger_doc_generated.go b/vendor/k8s.io/api/storage/v1/types_swagger_doc_generated.go index d3747dc86..ed5b18cb7 100644 --- a/vendor/k8s.io/api/storage/v1/types_swagger_doc_generated.go +++ b/vendor/k8s.io/api/storage/v1/types_swagger_doc_generated.go @@ -52,8 +52,8 @@ var map_CSIDriverSpec = map[string]string{ "attachRequired": "attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.\n\nThis field is immutable.", "podInfoOnMount": "If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. \"csi.storage.k8s.io/pod.name\": pod.Name \"csi.storage.k8s.io/pod.namespace\": pod.Namespace \"csi.storage.k8s.io/pod.uid\": string(pod.UID) \"csi.storage.k8s.io/ephemeral\": \"true\" if the volume is an ephemeral inline volume\n defined by a CSIVolumeSource, otherwise \"false\"\n\n\"csi.storage.k8s.io/ephemeral\" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the \"Persistent\" and \"Ephemeral\" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver.\n\nThis field is immutable.", "volumeLifecycleModes": "volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is \"Persistent\", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is \"Ephemeral\". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future. This field is beta.\n\nThis field is immutable.", - "storageCapacity": "If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.\n\nThe check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object.\n\nAlternatively, the driver can be deployed with the field unset or false and it can be flipped later when storage capacity information has been published.\n\nThis field is immutable.\n\nThis is a beta field and only available when the CSIStorageCapacity feature is enabled. The default is false.", - "fsGroupPolicy": "Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is beta, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.\n\nThis field is immutable.\n\nDefaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce.", + "storageCapacity": "If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.\n\nThe check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object.\n\nAlternatively, the driver can be deployed with the field unset or false and it can be flipped later when storage capacity information has been published.\n\nThis field was immutable in Kubernetes <= 1.22 and now is mutable.\n\nThis is a beta field and only available when the CSIStorageCapacity feature is enabled. The default is false.", + "fsGroupPolicy": "Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.\n\nThis field is immutable.\n\nDefaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce.", "tokenRequests": "TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: \"csi.storage.k8s.io/serviceAccount.tokens\": {\n \"\": {\n \"token\": ,\n \"expirationTimestamp\": ,\n },\n ...\n}\n\nNote: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically.", "requiresRepublish": "RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.\n\nNote: After a successful initial NodePublishVolume call, subsequent calls to NodePublishVolume should only update the contents of the volume. New mount points will not be seen by a running container.", } diff --git a/vendor/k8s.io/api/storage/v1beta1/generated.proto b/vendor/k8s.io/api/storage/v1beta1/generated.proto index f72ca6b23..bfe8280d5 100644 --- a/vendor/k8s.io/api/storage/v1beta1/generated.proto +++ b/vendor/k8s.io/api/storage/v1beta1/generated.proto @@ -144,7 +144,7 @@ message CSIDriverSpec { // unset or false and it can be flipped later when storage // capacity information has been published. // - // This field is immutable. + // This field was immutable in Kubernetes <= 1.22 and now is mutable. // // This is a beta field and only available when the CSIStorageCapacity // feature is enabled. The default is false. @@ -156,8 +156,6 @@ message CSIDriverSpec { // Defines if the underlying volume supports changing ownership and // permission of the volume before being mounted. // Refer to the specific FSGroupPolicy values for additional details. - // This field is beta, and is only honored by servers - // that enable the CSIVolumeFSGroupPolicy feature gate. // // This field is immutable. // diff --git a/vendor/k8s.io/api/storage/v1beta1/types.go b/vendor/k8s.io/api/storage/v1beta1/types.go index 9fe5646ad..524d8b534 100644 --- a/vendor/k8s.io/api/storage/v1beta1/types.go +++ b/vendor/k8s.io/api/storage/v1beta1/types.go @@ -362,7 +362,7 @@ type CSIDriverSpec struct { // unset or false and it can be flipped later when storage // capacity information has been published. // - // This field is immutable. + // This field was immutable in Kubernetes <= 1.22 and now is mutable. // // This is a beta field and only available when the CSIStorageCapacity // feature is enabled. The default is false. @@ -374,8 +374,6 @@ type CSIDriverSpec struct { // Defines if the underlying volume supports changing ownership and // permission of the volume before being mounted. // Refer to the specific FSGroupPolicy values for additional details. - // This field is beta, and is only honored by servers - // that enable the CSIVolumeFSGroupPolicy feature gate. // // This field is immutable. // diff --git a/vendor/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go b/vendor/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go index 9e1efa25b..f4dbf0fef 100644 --- a/vendor/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go +++ b/vendor/k8s.io/api/storage/v1beta1/types_swagger_doc_generated.go @@ -52,8 +52,8 @@ var map_CSIDriverSpec = map[string]string{ "attachRequired": "attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called.\n\nThis field is immutable.", "podInfoOnMount": "If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. \"csi.storage.k8s.io/pod.name\": pod.Name \"csi.storage.k8s.io/pod.namespace\": pod.Namespace \"csi.storage.k8s.io/pod.uid\": string(pod.UID) \"csi.storage.k8s.io/ephemeral\": \"true\" if the volume is an ephemeral inline volume\n defined by a CSIVolumeSource, otherwise \"false\"\n\n\"csi.storage.k8s.io/ephemeral\" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the \"Persistent\" and \"Ephemeral\" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver.\n\nThis field is immutable.", "volumeLifecycleModes": "VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is \"Persistent\", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is \"Ephemeral\". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future.\n\nThis field is immutable.", - "storageCapacity": "If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.\n\nThe check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object.\n\nAlternatively, the driver can be deployed with the field unset or false and it can be flipped later when storage capacity information has been published.\n\nThis field is immutable.\n\nThis is a beta field and only available when the CSIStorageCapacity feature is enabled. The default is false.", - "fsGroupPolicy": "Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is beta, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate.\n\nThis field is immutable.\n\nDefaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce.", + "storageCapacity": "If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information.\n\nThe check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object.\n\nAlternatively, the driver can be deployed with the field unset or false and it can be flipped later when storage capacity information has been published.\n\nThis field was immutable in Kubernetes <= 1.22 and now is mutable.\n\nThis is a beta field and only available when the CSIStorageCapacity feature is enabled. The default is false.", + "fsGroupPolicy": "Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details.\n\nThis field is immutable.\n\nDefaults to ReadWriteOnceWithFSType, which will examine each volume to determine if Kubernetes should modify ownership and permissions of the volume. With the default policy the defined fsGroup will only be applied if a fstype is defined and the volume's access mode contains ReadWriteOnce.", "tokenRequests": "TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: \"csi.storage.k8s.io/serviceAccount.tokens\": {\n \"\": {\n \"token\": ,\n \"expirationTimestamp\": ,\n },\n ...\n}\n\nNote: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically.", "requiresRepublish": "RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false.\n\nNote: After a successful initial NodePublishVolume call, subsequent calls to NodePublishVolume should only update the contents of the volume. New mount points will not be seen by a running container.", } diff --git a/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go b/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go index 326f68812..9e7924c12 100644 --- a/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go +++ b/vendor/k8s.io/apimachinery/pkg/apis/meta/v1/generated.pb.go @@ -1326,184 +1326,186 @@ func init() { } var fileDescriptor_cf52fa777ced5367 = []byte{ - // 2829 bytes of a gzipped FileDescriptorProto + // 2859 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x3a, 0xcb, 0x6f, 0x24, 0x47, 0xf9, 0xee, 0x19, 0x8f, 0x3d, 0xf3, 0x8d, 0xc7, 0x8f, 0x5a, 0xef, 0xef, 0x37, 0x6b, 0x84, 0xc7, 0xe9, 0xa0, 0x68, 0x03, 0xc9, 0x38, 0x5e, 0x42, 0xb4, 0xd9, 0x90, 0x80, 0xc7, 0xb3, 0xde, 0x98, 0xac, 0x63, 0xab, 0xbc, 0xbb, 0x40, 0x88, 0x50, 0xda, 0xdd, 0xe5, 0x71, 0xe3, 0x9e, 0xee, 0x49, - 0x55, 0x8f, 0x37, 0x03, 0x07, 0x72, 0x00, 0x01, 0x12, 0x44, 0xe1, 0xc6, 0x09, 0x25, 0x82, 0xbf, - 0x80, 0x0b, 0xfc, 0x01, 0x48, 0xe4, 0x18, 0xc4, 0x25, 0x12, 0x68, 0x94, 0x98, 0x03, 0x47, 0xc4, - 0xd5, 0x17, 0x50, 0x3d, 0xba, 0xbb, 0x7a, 0x1e, 0xeb, 0x9e, 0xec, 0x12, 0x71, 0x9b, 0xfe, 0xde, - 0x55, 0xf5, 0xd5, 0xf7, 0xaa, 0x81, 0xdd, 0x93, 0xeb, 0xac, 0xee, 0x06, 0xeb, 0x27, 0xdd, 0x43, - 0x42, 0x7d, 0x12, 0x12, 0xb6, 0x7e, 0x4a, 0x7c, 0x27, 0xa0, 0xeb, 0x0a, 0x61, 0x75, 0xdc, 0xb6, - 0x65, 0x1f, 0xbb, 0x3e, 0xa1, 0xbd, 0xf5, 0xce, 0x49, 0x8b, 0x03, 0xd8, 0x7a, 0x9b, 0x84, 0xd6, - 0xfa, 0xe9, 0xc6, 0x7a, 0x8b, 0xf8, 0x84, 0x5a, 0x21, 0x71, 0xea, 0x1d, 0x1a, 0x84, 0x01, 0xfa, - 0x82, 0xe4, 0xaa, 0xeb, 0x5c, 0xf5, 0xce, 0x49, 0x8b, 0x03, 0x58, 0x9d, 0x73, 0xd5, 0x4f, 0x37, - 0x56, 0x9e, 0x6e, 0xb9, 0xe1, 0x71, 0xf7, 0xb0, 0x6e, 0x07, 0xed, 0xf5, 0x56, 0xd0, 0x0a, 0xd6, - 0x05, 0xf3, 0x61, 0xf7, 0x48, 0x7c, 0x89, 0x0f, 0xf1, 0x4b, 0x0a, 0x5d, 0x19, 0x6b, 0x0a, 0xed, - 0xfa, 0xa1, 0xdb, 0x26, 0x83, 0x56, 0xac, 0x3c, 0x77, 0x11, 0x03, 0xb3, 0x8f, 0x49, 0xdb, 0x1a, - 0xe4, 0x33, 0xff, 0x94, 0x87, 0xe2, 0xe6, 0xfe, 0xce, 0x2d, 0x1a, 0x74, 0x3b, 0x68, 0x0d, 0xa6, - 0x7d, 0xab, 0x4d, 0xaa, 0xc6, 0x9a, 0x71, 0xb5, 0xd4, 0x98, 0xfb, 0xa0, 0x5f, 0x9b, 0x3a, 0xeb, - 0xd7, 0xa6, 0x5f, 0xb5, 0xda, 0x04, 0x0b, 0x0c, 0xf2, 0xa0, 0x78, 0x4a, 0x28, 0x73, 0x03, 0x9f, - 0x55, 0x73, 0x6b, 0xf9, 0xab, 0xe5, 0x6b, 0x2f, 0xd5, 0xb3, 0xac, 0xbf, 0x2e, 0x14, 0xdc, 0x93, - 0xac, 0xdb, 0x01, 0x6d, 0xba, 0xcc, 0x0e, 0x4e, 0x09, 0xed, 0x35, 0x16, 0x95, 0x96, 0xa2, 0x42, - 0x32, 0x1c, 0x6b, 0x40, 0x3f, 0x32, 0x60, 0xb1, 0x43, 0xc9, 0x11, 0xa1, 0x94, 0x38, 0x0a, 0x5f, - 0xcd, 0xaf, 0x19, 0x8f, 0x40, 0x6d, 0x55, 0xa9, 0x5d, 0xdc, 0x1f, 0x90, 0x8f, 0x87, 0x34, 0xa2, - 0xdf, 0x18, 0xb0, 0xc2, 0x08, 0x3d, 0x25, 0x74, 0xd3, 0x71, 0x28, 0x61, 0xac, 0xd1, 0xdb, 0xf2, - 0x5c, 0xe2, 0x87, 0x5b, 0x3b, 0x4d, 0xcc, 0xaa, 0xd3, 0x62, 0x1f, 0xbe, 0x96, 0xcd, 0xa0, 0x83, - 0x71, 0x72, 0x1a, 0xa6, 0xb2, 0x68, 0x65, 0x2c, 0x09, 0xc3, 0x0f, 0x30, 0xc3, 0x3c, 0x82, 0xb9, - 0xe8, 0x20, 0x6f, 0xbb, 0x2c, 0x44, 0xf7, 0x60, 0xa6, 0xc5, 0x3f, 0x58, 0xd5, 0x10, 0x06, 0xd6, - 0xb3, 0x19, 0x18, 0xc9, 0x68, 0xcc, 0x2b, 0x7b, 0x66, 0xc4, 0x27, 0xc3, 0x4a, 0x9a, 0xf9, 0xb3, - 0x69, 0x28, 0x6f, 0xee, 0xef, 0x60, 0xc2, 0x82, 0x2e, 0xb5, 0x49, 0x06, 0xa7, 0xb9, 0x0e, 0x73, - 0xcc, 0xf5, 0x5b, 0x5d, 0xcf, 0xa2, 0x1c, 0x5a, 0x9d, 0x11, 0x94, 0xcb, 0x8a, 0x72, 0xee, 0x40, - 0xc3, 0xe1, 0x14, 0x25, 0xba, 0x06, 0xc0, 0x25, 0xb0, 0x8e, 0x65, 0x13, 0xa7, 0x9a, 0x5b, 0x33, - 0xae, 0x16, 0x1b, 0x48, 0xf1, 0xc1, 0xab, 0x31, 0x06, 0x6b, 0x54, 0xe8, 0x71, 0x28, 0x08, 0x4b, - 0xab, 0x45, 0xa1, 0xa6, 0xa2, 0xc8, 0x0b, 0x62, 0x19, 0x58, 0xe2, 0xd0, 0x93, 0x30, 0xab, 0xbc, - 0xac, 0x5a, 0x12, 0x64, 0x0b, 0x8a, 0x6c, 0x36, 0x72, 0x83, 0x08, 0xcf, 0xd7, 0x77, 0xe2, 0xfa, - 0x8e, 0xf0, 0x3b, 0x6d, 0x7d, 0xaf, 0xb8, 0xbe, 0x83, 0x05, 0x06, 0xdd, 0x86, 0xc2, 0x29, 0xa1, - 0x87, 0xdc, 0x13, 0xb8, 0x6b, 0x7e, 0x29, 0xdb, 0x46, 0xdf, 0xe3, 0x2c, 0x8d, 0x12, 0x37, 0x4d, - 0xfc, 0xc4, 0x52, 0x08, 0xaa, 0x03, 0xb0, 0xe3, 0x80, 0x86, 0x62, 0x79, 0xd5, 0xc2, 0x5a, 0xfe, - 0x6a, 0xa9, 0x31, 0xcf, 0xd7, 0x7b, 0x10, 0x43, 0xb1, 0x46, 0xc1, 0xe9, 0x6d, 0x2b, 0x24, 0xad, - 0x80, 0xba, 0x84, 0x55, 0x67, 0x13, 0xfa, 0xad, 0x18, 0x8a, 0x35, 0x0a, 0xf4, 0x0d, 0x40, 0x2c, - 0x0c, 0xa8, 0xd5, 0x22, 0x6a, 0xa9, 0x2f, 0x5b, 0xec, 0xb8, 0x0a, 0x62, 0x75, 0x2b, 0x6a, 0x75, - 0xe8, 0x60, 0x88, 0x02, 0x8f, 0xe0, 0x32, 0x7f, 0x67, 0xc0, 0x82, 0xe6, 0x0b, 0xc2, 0xef, 0xae, - 0xc3, 0x5c, 0x4b, 0xbb, 0x75, 0xca, 0x2f, 0xe2, 0xd3, 0xd6, 0x6f, 0x24, 0x4e, 0x51, 0x22, 0x02, - 0x25, 0xaa, 0x24, 0x45, 0xd1, 0x65, 0x23, 0xb3, 0xd3, 0x46, 0x36, 0x24, 0x9a, 0x34, 0x20, 0xc3, - 0x89, 0x64, 0xf3, 0x1f, 0x86, 0x70, 0xe0, 0x28, 0xde, 0xa0, 0xab, 0x5a, 0x4c, 0x33, 0xc4, 0xf6, - 0xcd, 0x8d, 0x89, 0x47, 0x17, 0x04, 0x82, 0xdc, 0xff, 0x44, 0x20, 0xb8, 0x51, 0xfc, 0xd5, 0x7b, - 0xb5, 0xa9, 0xb7, 0xff, 0xb6, 0x36, 0x65, 0xfe, 0xd2, 0x80, 0xb9, 0xcd, 0x4e, 0xc7, 0xeb, 0xed, - 0x75, 0x42, 0xb1, 0x00, 0x13, 0x66, 0x1c, 0xda, 0xc3, 0x5d, 0x5f, 0x2d, 0x14, 0xf8, 0xfd, 0x6e, - 0x0a, 0x08, 0x56, 0x18, 0x7e, 0x7f, 0x8e, 0x02, 0x6a, 0x13, 0x75, 0xdd, 0xe2, 0xfb, 0xb3, 0xcd, - 0x81, 0x58, 0xe2, 0xf8, 0x21, 0x1f, 0xb9, 0xc4, 0x73, 0x76, 0x2d, 0xdf, 0x6a, 0x11, 0xaa, 0x2e, - 0x47, 0xbc, 0xf5, 0xdb, 0x1a, 0x0e, 0xa7, 0x28, 0xcd, 0x7f, 0xe7, 0xa0, 0xb4, 0x15, 0xf8, 0x8e, - 0x1b, 0xaa, 0xcb, 0x15, 0xf6, 0x3a, 0x43, 0xc1, 0xe3, 0x4e, 0xaf, 0x43, 0xb0, 0xc0, 0xa0, 0xe7, - 0x61, 0x86, 0x85, 0x56, 0xd8, 0x65, 0xc2, 0x9e, 0x52, 0xe3, 0xb1, 0x28, 0x2c, 0x1d, 0x08, 0xe8, - 0x79, 0xbf, 0xb6, 0x10, 0x8b, 0x93, 0x20, 0xac, 0x18, 0xb8, 0xa7, 0x07, 0x87, 0x62, 0xa3, 0x9c, - 0x5b, 0x32, 0xed, 0x45, 0xf9, 0x23, 0x9f, 0x78, 0xfa, 0xde, 0x10, 0x05, 0x1e, 0xc1, 0x85, 0x4e, - 0x01, 0x79, 0x16, 0x0b, 0xef, 0x50, 0xcb, 0x67, 0x42, 0xd7, 0x1d, 0xb7, 0x4d, 0xd4, 0x85, 0xff, - 0x62, 0xb6, 0x13, 0xe7, 0x1c, 0x89, 0xde, 0xdb, 0x43, 0xd2, 0xf0, 0x08, 0x0d, 0xe8, 0x09, 0x98, - 0xa1, 0xc4, 0x62, 0x81, 0x5f, 0x2d, 0x88, 0xe5, 0xc7, 0x51, 0x19, 0x0b, 0x28, 0x56, 0x58, 0x1e, - 0xd0, 0xda, 0x84, 0x31, 0xab, 0x15, 0x85, 0xd7, 0x38, 0xa0, 0xed, 0x4a, 0x30, 0x8e, 0xf0, 0x66, - 0x1b, 0x2a, 0x5b, 0x94, 0x58, 0x21, 0x99, 0xc4, 0x2b, 0x3e, 0xfd, 0x81, 0xff, 0x24, 0x0f, 0x95, - 0x26, 0xf1, 0x48, 0xa2, 0x6f, 0x1b, 0x50, 0x8b, 0x5a, 0x36, 0xd9, 0x27, 0xd4, 0x0d, 0x9c, 0x03, - 0x62, 0x07, 0xbe, 0xc3, 0x84, 0x0b, 0xe4, 0x1b, 0xff, 0xc7, 0xf7, 0xe6, 0xd6, 0x10, 0x16, 0x8f, - 0xe0, 0x40, 0x1e, 0x54, 0x3a, 0x54, 0xfc, 0x16, 0xfb, 0x25, 0x3d, 0xa4, 0x7c, 0xed, 0xcb, 0xd9, - 0x8e, 0x63, 0x5f, 0x67, 0x6d, 0x2c, 0x9d, 0xf5, 0x6b, 0x95, 0x14, 0x08, 0xa7, 0x85, 0xa3, 0xaf, - 0xc3, 0x62, 0x40, 0x3b, 0xc7, 0x96, 0xdf, 0x24, 0x1d, 0xe2, 0x3b, 0xc4, 0x0f, 0x99, 0xd8, 0x85, - 0x62, 0x63, 0x99, 0xd7, 0x11, 0x7b, 0x03, 0x38, 0x3c, 0x44, 0x8d, 0x5e, 0x83, 0xa5, 0x0e, 0x0d, - 0x3a, 0x56, 0x4b, 0xb8, 0xd4, 0x7e, 0xe0, 0xb9, 0x76, 0x4f, 0xb8, 0x50, 0xa9, 0xf1, 0xd4, 0x59, - 0xbf, 0xb6, 0xb4, 0x3f, 0x88, 0x3c, 0xef, 0xd7, 0x2e, 0x89, 0xad, 0xe3, 0x90, 0x04, 0x89, 0x87, - 0xc5, 0x68, 0x67, 0x58, 0x18, 0x77, 0x86, 0xe6, 0x0e, 0x14, 0x9b, 0x5d, 0xe5, 0xcf, 0x2f, 0x42, - 0xd1, 0x51, 0xbf, 0xd5, 0xce, 0x47, 0x17, 0x2b, 0xa6, 0x39, 0xef, 0xd7, 0x2a, 0xbc, 0x74, 0xac, - 0x47, 0x00, 0x1c, 0xb3, 0x98, 0x4f, 0x40, 0x51, 0x1c, 0x39, 0xbb, 0xb7, 0x81, 0x16, 0x21, 0x8f, - 0xad, 0xfb, 0x42, 0xca, 0x1c, 0xe6, 0x3f, 0xb5, 0x08, 0xb4, 0x07, 0x70, 0x8b, 0x84, 0xd1, 0xc1, - 0x6f, 0xc2, 0x42, 0x14, 0x86, 0xd3, 0xd9, 0xe1, 0xff, 0x95, 0xee, 0x05, 0x9c, 0x46, 0xe3, 0x41, - 0x7a, 0xf3, 0x75, 0x28, 0x89, 0x0c, 0xc2, 0xd3, 0x6f, 0x92, 0xea, 0x8d, 0x07, 0xa4, 0xfa, 0x28, - 0x7f, 0xe7, 0xc6, 0xe5, 0x6f, 0xcd, 0x5c, 0x0f, 0x2a, 0x92, 0x37, 0x2a, 0x6e, 0x32, 0x69, 0x78, - 0x0a, 0x8a, 0x91, 0x99, 0x4a, 0x4b, 0x5c, 0xd4, 0x46, 0x82, 0x70, 0x4c, 0xa1, 0x69, 0x3b, 0x86, - 0x54, 0x36, 0xcc, 0xa6, 0x4c, 0xab, 0x5c, 0x72, 0x0f, 0xae, 0x5c, 0x34, 0x4d, 0x3f, 0x84, 0xea, - 0xb8, 0x4a, 0xf8, 0x21, 0xf2, 0x75, 0x76, 0x53, 0xcc, 0x77, 0x0c, 0x58, 0xd4, 0x25, 0x65, 0x3f, - 0xbe, 0xec, 0x4a, 0x2e, 0xae, 0xd4, 0xb4, 0x1d, 0xf9, 0xb5, 0x01, 0xcb, 0xa9, 0xa5, 0x4d, 0x74, - 0xe2, 0x13, 0x18, 0xa5, 0x3b, 0x47, 0x7e, 0x02, 0xe7, 0xf8, 0x4b, 0x0e, 0x2a, 0xb7, 0xad, 0x43, - 0xe2, 0x1d, 0x10, 0x8f, 0xd8, 0x61, 0x40, 0xd1, 0x0f, 0xa0, 0xdc, 0xb6, 0x42, 0xfb, 0x58, 0x40, - 0xa3, 0xaa, 0xbe, 0x99, 0x2d, 0xd8, 0xa5, 0x24, 0xd5, 0x77, 0x13, 0x31, 0x37, 0xfd, 0x90, 0xf6, - 0x1a, 0x97, 0x94, 0x49, 0x65, 0x0d, 0x83, 0x75, 0x6d, 0xa2, 0x15, 0x13, 0xdf, 0x37, 0xdf, 0xea, - 0xf0, 0x92, 0x63, 0xf2, 0x0e, 0x30, 0x65, 0x02, 0x26, 0x6f, 0x76, 0x5d, 0x4a, 0xda, 0xc4, 0x0f, - 0x93, 0x56, 0x6c, 0x77, 0x40, 0x3e, 0x1e, 0xd2, 0xb8, 0xf2, 0x12, 0x2c, 0x0e, 0x1a, 0xcf, 0xe3, - 0xcf, 0x09, 0xe9, 0xc9, 0xf3, 0xc2, 0xfc, 0x27, 0x5a, 0x86, 0xc2, 0xa9, 0xe5, 0x75, 0xd5, 0x6d, - 0xc4, 0xf2, 0xe3, 0x46, 0xee, 0xba, 0x61, 0xfe, 0xd6, 0x80, 0xea, 0x38, 0x43, 0xd0, 0xe7, 0x35, - 0x41, 0x8d, 0xb2, 0xb2, 0x2a, 0xff, 0x0a, 0xe9, 0x49, 0xa9, 0x37, 0xa1, 0x18, 0x74, 0x78, 0x3d, - 0x10, 0x50, 0x75, 0xea, 0x4f, 0x46, 0x27, 0xb9, 0xa7, 0xe0, 0xe7, 0xfd, 0xda, 0xe5, 0x94, 0xf8, - 0x08, 0x81, 0x63, 0x56, 0x1e, 0xa9, 0x85, 0x3d, 0x3c, 0x7b, 0xc4, 0x91, 0xfa, 0x9e, 0x80, 0x60, - 0x85, 0x31, 0xff, 0x60, 0xc0, 0xb4, 0x28, 0xa6, 0x5f, 0x87, 0x22, 0xdf, 0x3f, 0xc7, 0x0a, 0x2d, - 0x61, 0x57, 0xe6, 0x36, 0x8e, 0x73, 0xef, 0x92, 0xd0, 0x4a, 0xbc, 0x2d, 0x82, 0xe0, 0x58, 0x22, - 0xc2, 0x50, 0x70, 0x43, 0xd2, 0x8e, 0x0e, 0xf2, 0xe9, 0xb1, 0xa2, 0xd5, 0x10, 0xa1, 0x8e, 0xad, - 0xfb, 0x37, 0xdf, 0x0a, 0x89, 0xcf, 0x0f, 0x23, 0xb9, 0x1a, 0x3b, 0x5c, 0x06, 0x96, 0xa2, 0xcc, - 0x7f, 0x19, 0x10, 0xab, 0xe2, 0xce, 0xcf, 0x88, 0x77, 0x74, 0xdb, 0xf5, 0x4f, 0xd4, 0xb6, 0xc6, - 0xe6, 0x1c, 0x28, 0x38, 0x8e, 0x29, 0x46, 0xa5, 0x87, 0xdc, 0x64, 0xe9, 0x81, 0x2b, 0xb4, 0x03, - 0x3f, 0x74, 0xfd, 0xee, 0xd0, 0x6d, 0xdb, 0x52, 0x70, 0x1c, 0x53, 0xf0, 0x42, 0x84, 0x92, 0xb6, - 0xe5, 0xfa, 0xae, 0xdf, 0xe2, 0x8b, 0xd8, 0x0a, 0xba, 0x7e, 0x28, 0x32, 0xb2, 0x2a, 0x44, 0xf0, - 0x10, 0x16, 0x8f, 0xe0, 0x30, 0x7f, 0x3f, 0x0d, 0x65, 0xbe, 0xe6, 0x28, 0xcf, 0xbd, 0x00, 0x15, - 0x4f, 0xf7, 0x02, 0xb5, 0xf6, 0xcb, 0xca, 0x94, 0xf4, 0xbd, 0xc6, 0x69, 0x5a, 0xce, 0x2c, 0xea, - 0xa7, 0x98, 0x39, 0x97, 0x66, 0xde, 0xd6, 0x91, 0x38, 0x4d, 0xcb, 0xa3, 0xd7, 0x7d, 0x7e, 0x3f, - 0x54, 0x65, 0x12, 0x1f, 0xd1, 0x37, 0x39, 0x10, 0x4b, 0x1c, 0xda, 0x85, 0x4b, 0x96, 0xe7, 0x05, - 0xf7, 0x05, 0xb0, 0x11, 0x04, 0x27, 0x6d, 0x8b, 0x9e, 0x30, 0xd1, 0x08, 0x17, 0x1b, 0x9f, 0x53, - 0x2c, 0x97, 0x36, 0x87, 0x49, 0xf0, 0x28, 0xbe, 0x51, 0xc7, 0x36, 0x3d, 0xe1, 0xb1, 0x1d, 0xc3, - 0xf2, 0x00, 0x48, 0xdc, 0x72, 0xd5, 0x95, 0x3e, 0xab, 0xe4, 0x2c, 0xe3, 0x11, 0x34, 0xe7, 0x63, - 0xe0, 0x78, 0xa4, 0x44, 0x74, 0x03, 0xe6, 0xb9, 0x27, 0x07, 0xdd, 0x30, 0xaa, 0x3b, 0x0b, 0xe2, - 0xb8, 0xd1, 0x59, 0xbf, 0x36, 0x7f, 0x27, 0x85, 0xc1, 0x03, 0x94, 0x7c, 0x73, 0x3d, 0xb7, 0xed, - 0x86, 0xd5, 0x59, 0xc1, 0x12, 0x6f, 0xee, 0x6d, 0x0e, 0xc4, 0x12, 0x97, 0xf2, 0xc0, 0xe2, 0x45, - 0x1e, 0x68, 0xfe, 0x39, 0x0f, 0x48, 0x16, 0xca, 0x8e, 0xac, 0xa7, 0x64, 0x48, 0xe3, 0xd5, 0xbc, - 0x2a, 0xb4, 0x8d, 0x81, 0x6a, 0x5e, 0xd5, 0xd8, 0x11, 0x1e, 0xed, 0x42, 0x49, 0x86, 0x96, 0xe4, - 0xba, 0xac, 0x2b, 0xe2, 0xd2, 0x5e, 0x84, 0x38, 0xef, 0xd7, 0x56, 0x52, 0x6a, 0x62, 0x8c, 0xe8, - 0xb4, 0x12, 0x09, 0xe8, 0x1a, 0x80, 0xd5, 0x71, 0xf5, 0x59, 0x5b, 0x29, 0x99, 0xb8, 0x24, 0x5d, - 0x33, 0xd6, 0xa8, 0xd0, 0xcb, 0x30, 0x1d, 0x7e, 0xba, 0x6e, 0xa8, 0x28, 0x9a, 0x3d, 0xde, 0xfb, - 0x08, 0x09, 0x5c, 0xbb, 0xf0, 0x67, 0xc6, 0xcd, 0x52, 0x8d, 0x4c, 0xac, 0x7d, 0x3b, 0xc6, 0x60, - 0x8d, 0x0a, 0x7d, 0x0b, 0x8a, 0x47, 0xaa, 0x14, 0x15, 0x07, 0x93, 0x39, 0x44, 0x46, 0x05, 0xac, - 0x6c, 0xf7, 0xa3, 0x2f, 0x1c, 0x4b, 0x43, 0x5f, 0x81, 0x32, 0xeb, 0x1e, 0xc6, 0xd9, 0x5b, 0x9e, - 0x66, 0x9c, 0x2a, 0x0f, 0x12, 0x14, 0xd6, 0xe9, 0xcc, 0x37, 0xa1, 0xb4, 0xeb, 0xda, 0x34, 0x10, - 0xfd, 0xdb, 0x93, 0x30, 0xcb, 0x52, 0x0d, 0x4e, 0x7c, 0x92, 0x91, 0x97, 0x45, 0x78, 0xee, 0x5e, - 0xbe, 0xe5, 0x07, 0xb2, 0x8d, 0x29, 0x24, 0xee, 0xf5, 0x2a, 0x07, 0x62, 0x89, 0xbb, 0xb1, 0xcc, - 0x0b, 0x84, 0x9f, 0xbe, 0x5f, 0x9b, 0x7a, 0xf7, 0xfd, 0xda, 0xd4, 0x7b, 0xef, 0xab, 0x62, 0xe1, - 0x1c, 0x00, 0xf6, 0x0e, 0xbf, 0x47, 0x6c, 0x19, 0x76, 0x33, 0x8d, 0xe4, 0xa2, 0x49, 0xb0, 0x18, - 0xc9, 0xe5, 0x06, 0x8a, 0x3e, 0x0d, 0x87, 0x53, 0x94, 0x68, 0x1d, 0x4a, 0xf1, 0xb0, 0x4d, 0xf9, - 0xc7, 0x52, 0xe4, 0x6f, 0xf1, 0x44, 0x0e, 0x27, 0x34, 0xa9, 0x1c, 0x30, 0x7d, 0x61, 0x0e, 0x68, - 0x40, 0xbe, 0xeb, 0x3a, 0xaa, 0xd9, 0x7d, 0x26, 0xca, 0xc1, 0x77, 0x77, 0x9a, 0xe7, 0xfd, 0xda, - 0x63, 0xe3, 0x66, 0xdc, 0x61, 0xaf, 0x43, 0x58, 0xfd, 0xee, 0x4e, 0x13, 0x73, 0xe6, 0x51, 0x01, - 0x69, 0x66, 0xc2, 0x80, 0x74, 0x0d, 0xa0, 0x95, 0x8c, 0x0c, 0xe4, 0x7d, 0x8f, 0x1d, 0x51, 0x1b, - 0x15, 0x68, 0x54, 0x88, 0xc1, 0x92, 0xcd, 0xfb, 0x6a, 0xd5, 0xba, 0xb3, 0xd0, 0x6a, 0xcb, 0x21, - 0xe4, 0x64, 0x77, 0xe2, 0x8a, 0x52, 0xb3, 0xb4, 0x35, 0x28, 0x0c, 0x0f, 0xcb, 0x47, 0x01, 0x2c, - 0x39, 0xaa, 0x43, 0x4c, 0x94, 0x96, 0x26, 0x56, 0x7a, 0x99, 0x2b, 0x6c, 0x0e, 0x0a, 0xc2, 0xc3, - 0xb2, 0xd1, 0x77, 0x61, 0x25, 0x02, 0x0e, 0xb7, 0xe9, 0x22, 0x60, 0xe7, 0x1b, 0xab, 0x67, 0xfd, - 0xda, 0x4a, 0x73, 0x2c, 0x15, 0x7e, 0x80, 0x04, 0xe4, 0xc0, 0x8c, 0x27, 0x0b, 0xdc, 0xb2, 0x28, - 0x4a, 0xbe, 0x9a, 0x6d, 0x15, 0x89, 0xf7, 0xd7, 0xf5, 0xc2, 0x36, 0x1e, 0x97, 0xa8, 0x9a, 0x56, - 0xc9, 0x46, 0x6f, 0x41, 0xd9, 0xf2, 0xfd, 0x20, 0xb4, 0xe4, 0xe0, 0x60, 0x4e, 0xa8, 0xda, 0x9c, - 0x58, 0xd5, 0x66, 0x22, 0x63, 0xa0, 0x90, 0xd6, 0x30, 0x58, 0x57, 0x85, 0xee, 0xc3, 0x42, 0x70, - 0xdf, 0x27, 0x14, 0x93, 0x23, 0x42, 0x89, 0x6f, 0x13, 0x56, 0xad, 0x08, 0xed, 0xcf, 0x66, 0xd4, - 0x9e, 0x62, 0x4e, 0x5c, 0x3a, 0x0d, 0x67, 0x78, 0x50, 0x0b, 0xaa, 0xf3, 0xd8, 0xea, 0x5b, 0x9e, - 0xfb, 0x7d, 0x42, 0x59, 0x75, 0x3e, 0x99, 0x13, 0x6f, 0xc7, 0x50, 0xac, 0x51, 0xf0, 0xe8, 0x67, - 0x7b, 0x5d, 0x16, 0x12, 0x39, 0xb4, 0x5f, 0x48, 0x47, 0xbf, 0xad, 0x04, 0x85, 0x75, 0x3a, 0xd4, - 0x85, 0x4a, 0x5b, 0xcf, 0x34, 0xd5, 0x25, 0xb1, 0xba, 0xeb, 0xd9, 0x56, 0x37, 0x9c, 0x0b, 0x93, - 0xc2, 0x27, 0x85, 0xc3, 0x69, 0x2d, 0x2b, 0xcf, 0x43, 0xf9, 0x53, 0xf6, 0x04, 0xbc, 0xa7, 0x18, - 0x3c, 0xc7, 0x89, 0x7a, 0x8a, 0x3f, 0xe6, 0x60, 0x3e, 0xbd, 0xfb, 0x03, 0x59, 0xb4, 0x90, 0x29, - 0x8b, 0x46, 0xdd, 0xab, 0x31, 0xf6, 0x9d, 0x21, 0x0a, 0xeb, 0xf9, 0xb1, 0x61, 0x5d, 0x45, 0xcf, - 0xe9, 0x87, 0x89, 0x9e, 0x75, 0x00, 0x5e, 0x9e, 0xd0, 0xc0, 0xf3, 0x08, 0x15, 0x81, 0xb3, 0xa8, - 0xde, 0x13, 0x62, 0x28, 0xd6, 0x28, 0x78, 0x11, 0x7d, 0xe8, 0x05, 0xf6, 0x89, 0xd8, 0x82, 0xe8, - 0xd2, 0x8b, 0x90, 0x59, 0x94, 0x45, 0x74, 0x63, 0x08, 0x8b, 0x47, 0x70, 0x98, 0x3d, 0xb8, 0xbc, - 0x6f, 0xd1, 0xd0, 0xb5, 0xbc, 0xe4, 0x82, 0x89, 0x2e, 0xe5, 0x8d, 0xa1, 0x1e, 0xe8, 0x99, 0x49, - 0x2f, 0x6a, 0xb2, 0xf9, 0x09, 0x2c, 0xe9, 0x83, 0xcc, 0xbf, 0x1a, 0x70, 0x65, 0xa4, 0xee, 0xcf, - 0xa0, 0x07, 0x7b, 0x23, 0xdd, 0x83, 0xbd, 0x90, 0x71, 0x78, 0x39, 0xca, 0xda, 0x31, 0x1d, 0xd9, - 0x2c, 0x14, 0xf6, 0x79, 0xed, 0x6b, 0xfe, 0xc2, 0x80, 0x39, 0xf1, 0x6b, 0x92, 0xc1, 0x6f, 0x2d, - 0xfd, 0x1c, 0x50, 0x7a, 0x84, 0x4f, 0x01, 0xef, 0x18, 0x90, 0x1e, 0xb9, 0xa2, 0x97, 0xa4, 0xff, - 0x1a, 0xf1, 0x4c, 0x74, 0x42, 0xdf, 0x7d, 0x71, 0x5c, 0x07, 0x79, 0x29, 0xd3, 0x70, 0xf1, 0x29, - 0x28, 0xe1, 0x20, 0x08, 0xf7, 0xad, 0xf0, 0x98, 0xf1, 0x85, 0x77, 0xf8, 0x0f, 0xb5, 0x37, 0x62, - 0xe1, 0x02, 0x83, 0x25, 0xdc, 0xfc, 0xb9, 0x01, 0x57, 0xc6, 0x3e, 0xd1, 0xf0, 0x10, 0x60, 0xc7, - 0x5f, 0x6a, 0x45, 0xb1, 0x17, 0x26, 0x74, 0x58, 0xa3, 0xe2, 0xad, 0x5f, 0xea, 0x5d, 0x67, 0xb0, - 0xf5, 0x4b, 0x69, 0xc3, 0x69, 0x5a, 0xf3, 0x9f, 0x39, 0x50, 0x6f, 0x22, 0xff, 0x65, 0x8f, 0x7d, - 0x62, 0xe0, 0x45, 0x66, 0x3e, 0xfd, 0x22, 0x13, 0x3f, 0xbf, 0x68, 0x4f, 0x12, 0xf9, 0x07, 0x3f, - 0x49, 0xa0, 0xe7, 0xe2, 0x57, 0x0e, 0x19, 0xba, 0x56, 0xd3, 0xaf, 0x1c, 0xe7, 0xfd, 0xda, 0x9c, - 0x12, 0x9e, 0x7e, 0xf5, 0x78, 0x0d, 0x66, 0x1d, 0x12, 0x5a, 0xae, 0x27, 0xdb, 0xb8, 0xcc, 0xb3, - 0x7f, 0x29, 0xac, 0x29, 0x59, 0x1b, 0x65, 0x6e, 0x93, 0xfa, 0xc0, 0x91, 0x40, 0x1e, 0x6d, 0xed, - 0xc0, 0x91, 0x5d, 0x48, 0x21, 0x89, 0xb6, 0x5b, 0x81, 0x43, 0xb0, 0xc0, 0x98, 0xef, 0x1a, 0x50, - 0x96, 0x92, 0xb6, 0xac, 0x2e, 0x23, 0x68, 0x23, 0x5e, 0x85, 0x3c, 0xee, 0x2b, 0xfa, 0x73, 0xd6, - 0x79, 0xbf, 0x56, 0x12, 0x64, 0xa2, 0x81, 0x19, 0xf1, 0x6c, 0x93, 0xbb, 0x60, 0x8f, 0x1e, 0x87, - 0x82, 0xb8, 0x3d, 0x6a, 0x33, 0x93, 0x77, 0x39, 0x0e, 0xc4, 0x12, 0x67, 0x7e, 0x9c, 0x83, 0x4a, - 0x6a, 0x71, 0x19, 0x7a, 0x81, 0x78, 0xe2, 0x99, 0xcb, 0x30, 0x45, 0x1f, 0xff, 0x0a, 0xae, 0x72, - 0xcf, 0xcc, 0xc3, 0xe4, 0x9e, 0x6f, 0xc3, 0x8c, 0xcd, 0xf7, 0x28, 0xfa, 0x53, 0xc5, 0xc6, 0x24, - 0xc7, 0x29, 0x76, 0x37, 0xf1, 0x46, 0xf1, 0xc9, 0xb0, 0x12, 0x88, 0x6e, 0xc1, 0x12, 0x25, 0x21, - 0xed, 0x6d, 0x1e, 0x85, 0x84, 0xea, 0xbd, 0x7f, 0x21, 0xa9, 0xb8, 0xf1, 0x20, 0x01, 0x1e, 0xe6, - 0x31, 0x0f, 0x61, 0xee, 0x8e, 0x75, 0xe8, 0xc5, 0xaf, 0x59, 0x18, 0x2a, 0xae, 0x6f, 0x7b, 0x5d, - 0x87, 0xc8, 0x68, 0x1c, 0x45, 0xaf, 0xe8, 0xd2, 0xee, 0xe8, 0xc8, 0xf3, 0x7e, 0xed, 0x52, 0x0a, - 0x20, 0x9f, 0x6f, 0x70, 0x5a, 0x84, 0xe9, 0xc1, 0xf4, 0x67, 0xd8, 0x3d, 0x7e, 0x07, 0x4a, 0x49, - 0x7d, 0xff, 0x88, 0x55, 0x9a, 0x6f, 0x40, 0x91, 0x7b, 0x7c, 0xd4, 0x97, 0x5e, 0x50, 0xe2, 0xa4, - 0x0b, 0xa7, 0x5c, 0x96, 0xc2, 0xc9, 0x6c, 0x43, 0xe5, 0x6e, 0xc7, 0x79, 0xc8, 0xf7, 0xcc, 0x5c, - 0xe6, 0xac, 0x75, 0x0d, 0xe4, 0xff, 0x35, 0x78, 0x82, 0x90, 0x99, 0x5b, 0x4b, 0x10, 0x7a, 0xe2, - 0xd5, 0x86, 0xf9, 0x3f, 0x36, 0x00, 0xc4, 0xd4, 0xec, 0xe6, 0x29, 0xf1, 0xc3, 0x0c, 0xaf, 0xde, - 0x77, 0x61, 0x26, 0x90, 0xde, 0x24, 0xdf, 0x34, 0x27, 0x1c, 0xcd, 0xc6, 0x97, 0x40, 0xfa, 0x13, - 0x56, 0xc2, 0x1a, 0x57, 0x3f, 0xf8, 0x64, 0x75, 0xea, 0xc3, 0x4f, 0x56, 0xa7, 0x3e, 0xfa, 0x64, - 0x75, 0xea, 0xed, 0xb3, 0x55, 0xe3, 0x83, 0xb3, 0x55, 0xe3, 0xc3, 0xb3, 0x55, 0xe3, 0xa3, 0xb3, - 0x55, 0xe3, 0xe3, 0xb3, 0x55, 0xe3, 0xdd, 0xbf, 0xaf, 0x4e, 0xbd, 0x96, 0x3b, 0xdd, 0xf8, 0x4f, - 0x00, 0x00, 0x00, 0xff, 0xff, 0x0d, 0x18, 0xc5, 0x8c, 0x25, 0x27, 0x00, 0x00, + 0x55, 0x8f, 0x37, 0x03, 0x07, 0x72, 0x00, 0x01, 0x12, 0x8a, 0xc2, 0x8d, 0x13, 0x4a, 0x04, 0x7f, + 0x00, 0xe2, 0x02, 0x7f, 0x00, 0x12, 0x39, 0x06, 0x71, 0x89, 0x04, 0x1a, 0x25, 0xe6, 0xc0, 0x11, + 0x71, 0xf5, 0x05, 0x54, 0x8f, 0xee, 0xae, 0x9e, 0xc7, 0xba, 0x27, 0xbb, 0x44, 0xdc, 0xa6, 0xbf, + 0x77, 0x55, 0x7d, 0xf5, 0xbd, 0x6a, 0x60, 0xf7, 0xe4, 0x3a, 0xab, 0xbb, 0xc1, 0xfa, 0x49, 0xf7, + 0x90, 0x50, 0x9f, 0x84, 0x84, 0xad, 0x9f, 0x12, 0xdf, 0x09, 0xe8, 0xba, 0x42, 0x58, 0x1d, 0xb7, + 0x6d, 0xd9, 0xc7, 0xae, 0x4f, 0x68, 0x6f, 0xbd, 0x73, 0xd2, 0xe2, 0x00, 0xb6, 0xde, 0x26, 0xa1, + 0xb5, 0x7e, 0xba, 0xb1, 0xde, 0x22, 0x3e, 0xa1, 0x56, 0x48, 0x9c, 0x7a, 0x87, 0x06, 0x61, 0x80, + 0xbe, 0x20, 0xb9, 0xea, 0x3a, 0x57, 0xbd, 0x73, 0xd2, 0xe2, 0x00, 0x56, 0xe7, 0x5c, 0xf5, 0xd3, + 0x8d, 0x95, 0xa7, 0x5b, 0x6e, 0x78, 0xdc, 0x3d, 0xac, 0xdb, 0x41, 0x7b, 0xbd, 0x15, 0xb4, 0x82, + 0x75, 0xc1, 0x7c, 0xd8, 0x3d, 0x12, 0x5f, 0xe2, 0x43, 0xfc, 0x92, 0x42, 0x57, 0xc6, 0x9a, 0x42, + 0xbb, 0x7e, 0xe8, 0xb6, 0xc9, 0xa0, 0x15, 0x2b, 0xcf, 0x5d, 0xc4, 0xc0, 0xec, 0x63, 0xd2, 0xb6, + 0x06, 0xf9, 0xcc, 0x3f, 0xe5, 0xa1, 0xb8, 0xb9, 0xbf, 0x73, 0x8b, 0x06, 0xdd, 0x0e, 0x5a, 0x83, + 0x69, 0xdf, 0x6a, 0x93, 0xaa, 0xb1, 0x66, 0x5c, 0x2d, 0x35, 0xe6, 0x3e, 0xe8, 0xd7, 0xa6, 0xce, + 0xfa, 0xb5, 0xe9, 0x57, 0xad, 0x36, 0xc1, 0x02, 0x83, 0x3c, 0x28, 0x9e, 0x12, 0xca, 0xdc, 0xc0, + 0x67, 0xd5, 0xdc, 0x5a, 0xfe, 0x6a, 0xf9, 0xda, 0x4b, 0xf5, 0x2c, 0xeb, 0xaf, 0x0b, 0x05, 0xf7, + 0x24, 0xeb, 0x76, 0x40, 0x9b, 0x2e, 0xb3, 0x83, 0x53, 0x42, 0x7b, 0x8d, 0x45, 0xa5, 0xa5, 0xa8, + 0x90, 0x0c, 0xc7, 0x1a, 0xd0, 0x8f, 0x0c, 0x58, 0xec, 0x50, 0x72, 0x44, 0x28, 0x25, 0x8e, 0xc2, + 0x57, 0xf3, 0x6b, 0xc6, 0x23, 0x50, 0x5b, 0x55, 0x6a, 0x17, 0xf7, 0x07, 0xe4, 0xe3, 0x21, 0x8d, + 0xe8, 0xd7, 0x06, 0xac, 0x30, 0x42, 0x4f, 0x09, 0xdd, 0x74, 0x1c, 0x4a, 0x18, 0x6b, 0xf4, 0xb6, + 0x3c, 0x97, 0xf8, 0xe1, 0xd6, 0x4e, 0x13, 0xb3, 0xea, 0xb4, 0xd8, 0x87, 0xaf, 0x65, 0x33, 0xe8, + 0x60, 0x9c, 0x9c, 0x86, 0xa9, 0x2c, 0x5a, 0x19, 0x4b, 0xc2, 0xf0, 0x03, 0xcc, 0x30, 0x8f, 0x60, + 0x2e, 0x3a, 0xc8, 0xdb, 0x2e, 0x0b, 0xd1, 0x3d, 0x98, 0x69, 0xf1, 0x0f, 0x56, 0x35, 0x84, 0x81, + 0xf5, 0x6c, 0x06, 0x46, 0x32, 0x1a, 0xf3, 0xca, 0x9e, 0x19, 0xf1, 0xc9, 0xb0, 0x92, 0x66, 0xfe, + 0x6c, 0x1a, 0xca, 0x9b, 0xfb, 0x3b, 0x98, 0xb0, 0xa0, 0x4b, 0x6d, 0x92, 0xc1, 0x69, 0xae, 0xc3, + 0x1c, 0x73, 0xfd, 0x56, 0xd7, 0xb3, 0x28, 0x87, 0x56, 0x67, 0x04, 0xe5, 0xb2, 0xa2, 0x9c, 0x3b, + 0xd0, 0x70, 0x38, 0x45, 0x89, 0xae, 0x01, 0x70, 0x09, 0xac, 0x63, 0xd9, 0xc4, 0xa9, 0xe6, 0xd6, + 0x8c, 0xab, 0xc5, 0x06, 0x52, 0x7c, 0xf0, 0x6a, 0x8c, 0xc1, 0x1a, 0x15, 0x7a, 0x1c, 0x0a, 0xc2, + 0xd2, 0x6a, 0x51, 0xa8, 0xa9, 0x28, 0xf2, 0x82, 0x58, 0x06, 0x96, 0x38, 0xf4, 0x24, 0xcc, 0x2a, + 0x2f, 0xab, 0x96, 0x04, 0xd9, 0x82, 0x22, 0x9b, 0x8d, 0xdc, 0x20, 0xc2, 0xf3, 0xf5, 0x9d, 0xb8, + 0xbe, 0x23, 0xfc, 0x4e, 0x5b, 0xdf, 0x2b, 0xae, 0xef, 0x60, 0x81, 0x41, 0xb7, 0xa1, 0x70, 0x4a, + 0xe8, 0x21, 0xf7, 0x04, 0xee, 0x9a, 0x5f, 0xca, 0xb6, 0xd1, 0xf7, 0x38, 0x4b, 0xa3, 0xc4, 0x4d, + 0x13, 0x3f, 0xb1, 0x14, 0x82, 0xea, 0x00, 0xec, 0x38, 0xa0, 0xa1, 0x58, 0x5e, 0xb5, 0xb0, 0x96, + 0xbf, 0x5a, 0x6a, 0xcc, 0xf3, 0xf5, 0x1e, 0xc4, 0x50, 0xac, 0x51, 0x70, 0x7a, 0xdb, 0x0a, 0x49, + 0x2b, 0xa0, 0x2e, 0x61, 0xd5, 0xd9, 0x84, 0x7e, 0x2b, 0x86, 0x62, 0x8d, 0x02, 0x7d, 0x03, 0x10, + 0x0b, 0x03, 0x6a, 0xb5, 0x88, 0x5a, 0xea, 0xcb, 0x16, 0x3b, 0xae, 0x82, 0x58, 0xdd, 0x8a, 0x5a, + 0x1d, 0x3a, 0x18, 0xa2, 0xc0, 0x23, 0xb8, 0xcc, 0xdf, 0x19, 0xb0, 0xa0, 0xf9, 0x82, 0xf0, 0xbb, + 0xeb, 0x30, 0xd7, 0xd2, 0x6e, 0x9d, 0xf2, 0x8b, 0xf8, 0xb4, 0xf5, 0x1b, 0x89, 0x53, 0x94, 0x88, + 0x40, 0x89, 0x2a, 0x49, 0x51, 0x74, 0xd9, 0xc8, 0xec, 0xb4, 0x91, 0x0d, 0x89, 0x26, 0x0d, 0xc8, + 0x70, 0x22, 0xd9, 0xfc, 0x87, 0x21, 0x1c, 0x38, 0x8a, 0x37, 0xe8, 0xaa, 0x16, 0xd3, 0x0c, 0xb1, + 0x7d, 0x73, 0x63, 0xe2, 0xd1, 0x05, 0x81, 0x20, 0xf7, 0x3f, 0x11, 0x08, 0x6e, 0x14, 0x7f, 0xf9, + 0x5e, 0x6d, 0xea, 0xed, 0xbf, 0xad, 0x4d, 0x99, 0xbf, 0x30, 0x60, 0x6e, 0xb3, 0xd3, 0xf1, 0x7a, + 0x7b, 0x9d, 0x50, 0x2c, 0xc0, 0x84, 0x19, 0x87, 0xf6, 0x70, 0xd7, 0x57, 0x0b, 0x05, 0x7e, 0xbf, + 0x9b, 0x02, 0x82, 0x15, 0x86, 0xdf, 0x9f, 0xa3, 0x80, 0xda, 0x44, 0x5d, 0xb7, 0xf8, 0xfe, 0x6c, + 0x73, 0x20, 0x96, 0x38, 0x7e, 0xc8, 0x47, 0x2e, 0xf1, 0x9c, 0x5d, 0xcb, 0xb7, 0x5a, 0x84, 0xaa, + 0xcb, 0x11, 0x6f, 0xfd, 0xb6, 0x86, 0xc3, 0x29, 0x4a, 0xf3, 0xdf, 0x39, 0x28, 0x6d, 0x05, 0xbe, + 0xe3, 0x86, 0xea, 0x72, 0x85, 0xbd, 0xce, 0x50, 0xf0, 0xb8, 0xd3, 0xeb, 0x10, 0x2c, 0x30, 0xe8, + 0x79, 0x98, 0x61, 0xa1, 0x15, 0x76, 0x99, 0xb0, 0xa7, 0xd4, 0x78, 0x2c, 0x0a, 0x4b, 0x07, 0x02, + 0x7a, 0xde, 0xaf, 0x2d, 0xc4, 0xe2, 0x24, 0x08, 0x2b, 0x06, 0xee, 0xe9, 0xc1, 0xa1, 0xd8, 0x28, + 0xe7, 0x96, 0x4c, 0x7b, 0x51, 0xfe, 0xc8, 0x27, 0x9e, 0xbe, 0x37, 0x44, 0x81, 0x47, 0x70, 0xa1, + 0x53, 0x40, 0x9e, 0xc5, 0xc2, 0x3b, 0xd4, 0xf2, 0x99, 0xd0, 0x75, 0xc7, 0x6d, 0x13, 0x75, 0xe1, + 0xbf, 0x98, 0xed, 0xc4, 0x39, 0x47, 0xa2, 0xf7, 0xf6, 0x90, 0x34, 0x3c, 0x42, 0x03, 0x7a, 0x02, + 0x66, 0x28, 0xb1, 0x58, 0xe0, 0x57, 0x0b, 0x62, 0xf9, 0x71, 0x54, 0xc6, 0x02, 0x8a, 0x15, 0x96, + 0x07, 0xb4, 0x36, 0x61, 0xcc, 0x6a, 0x45, 0xe1, 0x35, 0x0e, 0x68, 0xbb, 0x12, 0x8c, 0x23, 0xbc, + 0xf9, 0x5b, 0x03, 0x2a, 0x5b, 0x94, 0x58, 0x21, 0x99, 0xc4, 0x2d, 0x3e, 0xf5, 0x89, 0xa3, 0x4d, + 0x58, 0x10, 0xdf, 0xf7, 0x2c, 0xcf, 0x75, 0xe4, 0x19, 0x4c, 0x0b, 0xe6, 0xff, 0x57, 0xcc, 0x0b, + 0xdb, 0x69, 0x34, 0x1e, 0xa4, 0x37, 0x7f, 0x92, 0x87, 0x4a, 0x93, 0x78, 0x24, 0x31, 0x79, 0x1b, + 0x50, 0x8b, 0x5a, 0x36, 0xd9, 0x27, 0xd4, 0x0d, 0x9c, 0x03, 0x62, 0x07, 0xbe, 0xc3, 0x84, 0x1b, + 0xe5, 0x1b, 0xff, 0xc7, 0xf7, 0xf7, 0xd6, 0x10, 0x16, 0x8f, 0xe0, 0x40, 0x1e, 0x54, 0x3a, 0x54, + 0xfc, 0x16, 0x7b, 0x2e, 0xbd, 0xac, 0x7c, 0xed, 0xcb, 0xd9, 0x8e, 0x74, 0x5f, 0x67, 0x6d, 0x2c, + 0x9d, 0xf5, 0x6b, 0x95, 0x14, 0x08, 0xa7, 0x85, 0xa3, 0xaf, 0xc3, 0x62, 0x40, 0x3b, 0xc7, 0x96, + 0xdf, 0x24, 0x1d, 0xe2, 0x3b, 0xc4, 0x0f, 0x99, 0xd8, 0xc8, 0x62, 0x63, 0x99, 0xd7, 0x22, 0x7b, + 0x03, 0x38, 0x3c, 0x44, 0x8d, 0x5e, 0x83, 0xa5, 0x0e, 0x0d, 0x3a, 0x56, 0x4b, 0x6c, 0xcc, 0x7e, + 0xe0, 0xb9, 0x76, 0x4f, 0x6d, 0xe7, 0x53, 0x67, 0xfd, 0xda, 0xd2, 0xfe, 0x20, 0xf2, 0xbc, 0x5f, + 0xbb, 0x24, 0xb6, 0x8e, 0x43, 0x12, 0x24, 0x1e, 0x16, 0xa3, 0xb9, 0x41, 0x61, 0x9c, 0x1b, 0x98, + 0x3b, 0x50, 0x6c, 0x76, 0xd5, 0x9d, 0x78, 0x11, 0x8a, 0x8e, 0xfa, 0xad, 0x76, 0x3e, 0xba, 0x9c, + 0x31, 0xcd, 0x79, 0xbf, 0x56, 0xe1, 0xe5, 0x67, 0x3d, 0x02, 0xe0, 0x98, 0xc5, 0x7c, 0x02, 0x8a, + 0xe2, 0xe0, 0xd9, 0xbd, 0x0d, 0xb4, 0x08, 0x79, 0x6c, 0xdd, 0x17, 0x52, 0xe6, 0x30, 0xff, 0xa9, + 0x45, 0xb1, 0x3d, 0x80, 0x5b, 0x24, 0x8c, 0x0e, 0x7e, 0x13, 0x16, 0xa2, 0x50, 0x9e, 0xce, 0x30, + 0xb1, 0x37, 0xe1, 0x34, 0x1a, 0x0f, 0xd2, 0x9b, 0xaf, 0x43, 0x49, 0x64, 0x21, 0x9e, 0xc2, 0x93, + 0x72, 0xc1, 0x78, 0x40, 0xb9, 0x10, 0xd5, 0x00, 0xb9, 0x71, 0x35, 0x80, 0x66, 0xae, 0x07, 0x15, + 0xc9, 0x1b, 0x15, 0x48, 0x99, 0x34, 0x3c, 0x05, 0xc5, 0xc8, 0x4c, 0xa5, 0x25, 0x2e, 0x8c, 0x23, + 0x41, 0x38, 0xa6, 0xd0, 0xb4, 0x1d, 0x43, 0x2a, 0xa3, 0x66, 0x53, 0xa6, 0x55, 0x3f, 0xb9, 0x07, + 0x57, 0x3f, 0x9a, 0xa6, 0x1f, 0x42, 0x75, 0x5c, 0x35, 0xfd, 0x10, 0x39, 0x3f, 0xbb, 0x29, 0xe6, + 0x3b, 0x06, 0x2c, 0xea, 0x92, 0xb2, 0x1f, 0x5f, 0x76, 0x25, 0x17, 0x57, 0x7b, 0xda, 0x8e, 0xfc, + 0xca, 0x80, 0xe5, 0xd4, 0xd2, 0x26, 0x3a, 0xf1, 0x09, 0x8c, 0xd2, 0x9d, 0x23, 0x3f, 0x81, 0x73, + 0xfc, 0x25, 0x07, 0x95, 0xdb, 0xd6, 0x21, 0xf1, 0x0e, 0x88, 0x47, 0xec, 0x30, 0xa0, 0xe8, 0x07, + 0x50, 0x6e, 0x5b, 0xa1, 0x7d, 0x2c, 0xa0, 0x51, 0x67, 0xd0, 0xcc, 0x16, 0xec, 0x52, 0x92, 0xea, + 0xbb, 0x89, 0x98, 0x9b, 0x7e, 0x48, 0x7b, 0x8d, 0x4b, 0xca, 0xa4, 0xb2, 0x86, 0xc1, 0xba, 0x36, + 0xd1, 0xce, 0x89, 0xef, 0x9b, 0x6f, 0x75, 0x78, 0xd9, 0x32, 0x79, 0x17, 0x99, 0x32, 0x01, 0x93, + 0x37, 0xbb, 0x2e, 0x25, 0x6d, 0xe2, 0x87, 0x49, 0x3b, 0xb7, 0x3b, 0x20, 0x1f, 0x0f, 0x69, 0x5c, + 0x79, 0x09, 0x16, 0x07, 0x8d, 0xe7, 0xf1, 0xe7, 0x84, 0xf4, 0xe4, 0x79, 0x61, 0xfe, 0x13, 0x2d, + 0x43, 0xe1, 0xd4, 0xf2, 0xba, 0xea, 0x36, 0x62, 0xf9, 0x71, 0x23, 0x77, 0xdd, 0x30, 0x7f, 0x63, + 0x40, 0x75, 0x9c, 0x21, 0xe8, 0xf3, 0x9a, 0xa0, 0x46, 0x59, 0x59, 0x95, 0x7f, 0x85, 0xf4, 0xa4, + 0xd4, 0x9b, 0x50, 0x0c, 0x3a, 0xbc, 0xa6, 0x08, 0xa8, 0x3a, 0xf5, 0x27, 0xa3, 0x93, 0xdc, 0x53, + 0xf0, 0xf3, 0x7e, 0xed, 0x72, 0x4a, 0x7c, 0x84, 0xc0, 0x31, 0x2b, 0x8f, 0xd4, 0xc2, 0x1e, 0x9e, + 0x3d, 0xe2, 0x48, 0x7d, 0x4f, 0x40, 0xb0, 0xc2, 0x98, 0x7f, 0x30, 0x60, 0x5a, 0x14, 0xe4, 0xaf, + 0x43, 0x91, 0xef, 0x9f, 0x63, 0x85, 0x96, 0xb0, 0x2b, 0x73, 0x2b, 0xc8, 0xb9, 0x77, 0x49, 0x68, + 0x25, 0xde, 0x16, 0x41, 0x70, 0x2c, 0x11, 0x61, 0x28, 0xb8, 0x21, 0x69, 0x47, 0x07, 0xf9, 0xf4, + 0x58, 0xd1, 0x6a, 0x10, 0x51, 0xc7, 0xd6, 0xfd, 0x9b, 0x6f, 0x85, 0xc4, 0xe7, 0x87, 0x91, 0x5c, + 0x8d, 0x1d, 0x2e, 0x03, 0x4b, 0x51, 0xe6, 0xbf, 0x0c, 0x88, 0x55, 0x71, 0xe7, 0x67, 0xc4, 0x3b, + 0xba, 0xed, 0xfa, 0x27, 0x6a, 0x5b, 0x63, 0x73, 0x0e, 0x14, 0x1c, 0xc7, 0x14, 0xa3, 0xd2, 0x43, + 0x6e, 0xb2, 0xf4, 0xc0, 0x15, 0xda, 0x81, 0x1f, 0xba, 0x7e, 0x77, 0xe8, 0xb6, 0x6d, 0x29, 0x38, + 0x8e, 0x29, 0x78, 0x21, 0x42, 0x49, 0xdb, 0x72, 0x7d, 0xd7, 0x6f, 0xf1, 0x45, 0x6c, 0x05, 0x5d, + 0x3f, 0x14, 0x19, 0x59, 0x15, 0x22, 0x78, 0x08, 0x8b, 0x47, 0x70, 0x98, 0xbf, 0x9f, 0x86, 0x32, + 0x5f, 0x73, 0x94, 0xe7, 0x5e, 0x80, 0x8a, 0xa7, 0x7b, 0x81, 0x5a, 0xfb, 0x65, 0x65, 0x4a, 0xfa, + 0x5e, 0xe3, 0x34, 0x2d, 0x67, 0x16, 0x25, 0x54, 0xcc, 0x9c, 0x4b, 0x33, 0x6f, 0xeb, 0x48, 0x9c, + 0xa6, 0xe5, 0xd1, 0xeb, 0x3e, 0xbf, 0x1f, 0xaa, 0x32, 0x89, 0x8f, 0xe8, 0x9b, 0x1c, 0x88, 0x25, + 0x0e, 0xed, 0xc2, 0x25, 0xcb, 0xf3, 0x82, 0xfb, 0x02, 0xd8, 0x08, 0x82, 0x93, 0xb6, 0x45, 0x4f, + 0x98, 0x68, 0xa6, 0x8b, 0x8d, 0xcf, 0x29, 0x96, 0x4b, 0x9b, 0xc3, 0x24, 0x78, 0x14, 0xdf, 0xa8, + 0x63, 0x9b, 0x9e, 0xf0, 0xd8, 0x8e, 0x61, 0x79, 0x00, 0x24, 0x6e, 0xb9, 0xea, 0x6c, 0x9f, 0x55, + 0x72, 0x96, 0xf1, 0x08, 0x9a, 0xf3, 0x31, 0x70, 0x3c, 0x52, 0x22, 0xba, 0x01, 0xf3, 0xdc, 0x93, + 0x83, 0x6e, 0x18, 0xd5, 0x9d, 0x05, 0x71, 0xdc, 0xe8, 0xac, 0x5f, 0x9b, 0xbf, 0x93, 0xc2, 0xe0, + 0x01, 0x4a, 0xbe, 0xb9, 0x9e, 0xdb, 0x76, 0xc3, 0xea, 0xac, 0x60, 0x89, 0x37, 0xf7, 0x36, 0x07, + 0x62, 0x89, 0x4b, 0x79, 0x60, 0xf1, 0x22, 0x0f, 0x34, 0xff, 0x9c, 0x07, 0x24, 0x6b, 0x6d, 0x47, + 0xd6, 0x53, 0x32, 0xa4, 0xf1, 0x8e, 0x40, 0xd5, 0xea, 0xc6, 0x40, 0x47, 0xa0, 0xca, 0xf4, 0x08, + 0x8f, 0x76, 0xa1, 0x24, 0x43, 0x4b, 0x72, 0x5d, 0xd6, 0x15, 0x71, 0x69, 0x2f, 0x42, 0x9c, 0xf7, + 0x6b, 0x2b, 0x29, 0x35, 0x31, 0x46, 0x74, 0x6b, 0x89, 0x04, 0x74, 0x0d, 0xc0, 0xea, 0xb8, 0xfa, + 0xbc, 0xae, 0x94, 0x4c, 0x6d, 0x92, 0xce, 0x1b, 0x6b, 0x54, 0xe8, 0x65, 0x98, 0x0e, 0x3f, 0x5d, + 0x47, 0x55, 0x14, 0x0d, 0x23, 0xef, 0x9f, 0x84, 0x04, 0xae, 0x5d, 0xf8, 0x33, 0xe3, 0x66, 0xa9, + 0x66, 0x28, 0xd6, 0xbe, 0x1d, 0x63, 0xb0, 0x46, 0x85, 0xbe, 0x05, 0xc5, 0x23, 0x55, 0x8a, 0x8a, + 0x83, 0xc9, 0x1c, 0x22, 0xa3, 0x02, 0x56, 0x8e, 0x0c, 0xa2, 0x2f, 0x1c, 0x4b, 0x43, 0x5f, 0x81, + 0x32, 0xeb, 0x1e, 0xc6, 0xd9, 0x5b, 0x9e, 0x66, 0x9c, 0x2a, 0x0f, 0x12, 0x14, 0xd6, 0xe9, 0xcc, + 0x37, 0xa1, 0xb4, 0xeb, 0xda, 0x34, 0x10, 0x3d, 0xe0, 0x93, 0x30, 0xcb, 0x52, 0x0d, 0x4e, 0x7c, + 0x92, 0x91, 0x97, 0x45, 0x78, 0xee, 0x5e, 0xbe, 0xe5, 0x07, 0xb2, 0x8d, 0x29, 0x24, 0xee, 0xf5, + 0x2a, 0x07, 0x62, 0x89, 0xbb, 0xb1, 0xcc, 0x0b, 0x84, 0x9f, 0xbe, 0x5f, 0x9b, 0x7a, 0xf7, 0xfd, + 0xda, 0xd4, 0x7b, 0xef, 0xab, 0x62, 0xe1, 0x1c, 0x00, 0xf6, 0x0e, 0xbf, 0x47, 0x6c, 0x19, 0x76, + 0x33, 0x8d, 0xf5, 0xa2, 0x69, 0xb2, 0x18, 0xeb, 0xe5, 0x06, 0x8a, 0x3e, 0x0d, 0x87, 0x53, 0x94, + 0x68, 0x1d, 0x4a, 0xf1, 0xc0, 0x4e, 0xf9, 0xc7, 0x52, 0xe4, 0x6f, 0xf1, 0x54, 0x0f, 0x27, 0x34, + 0xa9, 0x1c, 0x30, 0x7d, 0x61, 0x0e, 0x68, 0x40, 0xbe, 0xeb, 0x3a, 0xaa, 0x61, 0x7e, 0x26, 0xca, + 0xc1, 0x77, 0x77, 0x9a, 0xe7, 0xfd, 0xda, 0x63, 0xe3, 0xe6, 0xe4, 0x61, 0xaf, 0x43, 0x58, 0xfd, + 0xee, 0x4e, 0x13, 0x73, 0xe6, 0x51, 0x01, 0x69, 0x66, 0xc2, 0x80, 0x74, 0x0d, 0xa0, 0x95, 0x8c, + 0x1d, 0xe4, 0x7d, 0x8f, 0x1d, 0x51, 0x1b, 0x37, 0x68, 0x54, 0x88, 0xc1, 0x92, 0xcd, 0x5b, 0x73, + 0xd5, 0xfe, 0xb3, 0xd0, 0x6a, 0xcb, 0x41, 0xe6, 0x64, 0x77, 0xe2, 0x8a, 0x52, 0xb3, 0xb4, 0x35, + 0x28, 0x0c, 0x0f, 0xcb, 0x47, 0x01, 0x2c, 0x39, 0xaa, 0x43, 0x4c, 0x94, 0x96, 0x26, 0x56, 0x7a, + 0x99, 0x2b, 0x6c, 0x0e, 0x0a, 0xc2, 0xc3, 0xb2, 0xd1, 0x77, 0x61, 0x25, 0x02, 0x0e, 0xb7, 0xe9, + 0x22, 0x60, 0xe7, 0x1b, 0xab, 0x67, 0xfd, 0xda, 0x4a, 0x73, 0x2c, 0x15, 0x7e, 0x80, 0x04, 0xe4, + 0xc0, 0x8c, 0x27, 0x0b, 0xdc, 0xb2, 0x28, 0x4a, 0xbe, 0x9a, 0x6d, 0x15, 0x89, 0xf7, 0xd7, 0xf5, + 0xc2, 0x36, 0x1e, 0xb9, 0xa8, 0x9a, 0x56, 0xc9, 0x46, 0x6f, 0x41, 0xd9, 0xf2, 0xfd, 0x20, 0xb4, + 0xe4, 0xe0, 0x60, 0x4e, 0xa8, 0xda, 0x9c, 0x58, 0xd5, 0x66, 0x22, 0x63, 0xa0, 0x90, 0xd6, 0x30, + 0x58, 0x57, 0x85, 0xee, 0xc3, 0x42, 0x70, 0xdf, 0x27, 0x14, 0x93, 0x23, 0x42, 0x89, 0x6f, 0x13, + 0x56, 0xad, 0x08, 0xed, 0xcf, 0x66, 0xd4, 0x9e, 0x62, 0x4e, 0x5c, 0x3a, 0x0d, 0x67, 0x78, 0x50, + 0x0b, 0xaa, 0xf3, 0xd8, 0xea, 0x5b, 0x9e, 0xfb, 0x7d, 0x42, 0x59, 0x75, 0x3e, 0x99, 0x35, 0x6f, + 0xc7, 0x50, 0xac, 0x51, 0xf0, 0xe8, 0x67, 0x7b, 0x5d, 0x16, 0x12, 0x39, 0xf8, 0x5f, 0x48, 0x47, + 0xbf, 0xad, 0x04, 0x85, 0x75, 0x3a, 0xd4, 0x85, 0x4a, 0x5b, 0xcf, 0x34, 0xd5, 0x25, 0xb1, 0xba, + 0xeb, 0xd9, 0x56, 0x37, 0x9c, 0x0b, 0x93, 0xc2, 0x27, 0x85, 0xc3, 0x69, 0x2d, 0x2b, 0xcf, 0x43, + 0xf9, 0x53, 0xf6, 0x04, 0xbc, 0xa7, 0x18, 0x3c, 0xc7, 0x89, 0x7a, 0x8a, 0x3f, 0xe6, 0x60, 0x3e, + 0xbd, 0xfb, 0x03, 0x59, 0xb4, 0x90, 0x29, 0x8b, 0x46, 0xdd, 0xab, 0x31, 0xf6, 0xad, 0x22, 0x0a, + 0xeb, 0xf9, 0xb1, 0x61, 0x5d, 0x45, 0xcf, 0xe9, 0x87, 0x89, 0x9e, 0x75, 0x00, 0x5e, 0x9e, 0xd0, + 0xc0, 0xf3, 0x08, 0x15, 0x81, 0xb3, 0xa8, 0xde, 0x24, 0x62, 0x28, 0xd6, 0x28, 0x78, 0x11, 0x7d, + 0xe8, 0x05, 0xf6, 0x89, 0xd8, 0x82, 0xe8, 0xd2, 0x8b, 0x90, 0x59, 0x94, 0x45, 0x74, 0x63, 0x08, + 0x8b, 0x47, 0x70, 0x98, 0x3d, 0xb8, 0xbc, 0x6f, 0xd1, 0xd0, 0xb5, 0xbc, 0xe4, 0x82, 0x89, 0x2e, + 0xe5, 0x8d, 0xa1, 0x1e, 0xe8, 0x99, 0x49, 0x2f, 0x6a, 0xb2, 0xf9, 0x09, 0x2c, 0xe9, 0x83, 0xcc, + 0xbf, 0x1a, 0x70, 0x65, 0xa4, 0xee, 0xcf, 0xa0, 0x07, 0x7b, 0x23, 0xdd, 0x83, 0xbd, 0x90, 0x71, + 0x78, 0x39, 0xca, 0xda, 0x31, 0x1d, 0xd9, 0x2c, 0x14, 0xf6, 0x79, 0xed, 0x6b, 0x7e, 0x68, 0xc0, + 0x9c, 0xf8, 0x35, 0xc9, 0xec, 0xb8, 0x96, 0x7e, 0x52, 0x28, 0x3d, 0xba, 0xe7, 0x84, 0x47, 0x31, + 0x5c, 0x7e, 0xc7, 0x80, 0xf4, 0xd4, 0x16, 0xbd, 0x24, 0xaf, 0x80, 0x11, 0x8f, 0x55, 0x27, 0x74, + 0xff, 0x17, 0xc7, 0x35, 0xa1, 0x97, 0x32, 0xcd, 0x27, 0x9f, 0x82, 0x12, 0x0e, 0x82, 0x70, 0xdf, + 0x0a, 0x8f, 0x19, 0xdf, 0xbb, 0x0e, 0xff, 0xa1, 0xb6, 0x57, 0xec, 0x9d, 0xc0, 0x60, 0x09, 0x37, + 0x7f, 0x6e, 0xc0, 0x95, 0xb1, 0x2f, 0x45, 0x3c, 0x8a, 0xd8, 0xf1, 0x97, 0x5a, 0x51, 0xec, 0xc8, + 0x09, 0x1d, 0xd6, 0xa8, 0x78, 0xf7, 0x98, 0x7a, 0x5e, 0x1a, 0xec, 0x1e, 0x53, 0xda, 0x70, 0x9a, + 0xd6, 0xfc, 0x67, 0x0e, 0xd4, 0xd3, 0xcc, 0x7f, 0xd9, 0xe9, 0x9f, 0x18, 0x78, 0x18, 0x9a, 0x4f, + 0x3f, 0x0c, 0xc5, 0xaf, 0x40, 0xda, 0xcb, 0x48, 0xfe, 0xc1, 0x2f, 0x23, 0xe8, 0xb9, 0xf8, 0xb1, + 0x45, 0xfa, 0xd0, 0x6a, 0xfa, 0xb1, 0xe5, 0xbc, 0x5f, 0x9b, 0x53, 0xc2, 0xd3, 0x8f, 0x2f, 0xaf, + 0xc1, 0xac, 0x43, 0x42, 0xcb, 0xf5, 0x64, 0x27, 0x98, 0xf9, 0xf9, 0x40, 0x0a, 0x6b, 0x4a, 0xd6, + 0x46, 0x99, 0xdb, 0xa4, 0x3e, 0x70, 0x24, 0x90, 0x07, 0x6c, 0x3b, 0x70, 0x64, 0x23, 0x53, 0x48, + 0x02, 0xf6, 0x56, 0xe0, 0x10, 0x2c, 0x30, 0xe6, 0xbb, 0x06, 0x94, 0xa5, 0xa4, 0x2d, 0xab, 0xcb, + 0x08, 0xda, 0x88, 0x57, 0x21, 0x8f, 0xfb, 0x8a, 0xfe, 0xaa, 0x76, 0xde, 0xaf, 0x95, 0x04, 0x99, + 0xe8, 0x81, 0x46, 0xbc, 0x1e, 0xe5, 0x2e, 0xd8, 0xa3, 0xc7, 0xa1, 0x20, 0x2e, 0x90, 0xda, 0xcc, + 0xe4, 0x79, 0x90, 0x03, 0xb1, 0xc4, 0x99, 0x1f, 0xe7, 0xa0, 0x92, 0x5a, 0x5c, 0x86, 0x76, 0x22, + 0x1e, 0x9a, 0xe6, 0x32, 0x0c, 0xe2, 0xc7, 0x3f, 0xc6, 0xab, 0xf4, 0x35, 0xf3, 0x30, 0xe9, 0xeb, + 0xdb, 0x30, 0x63, 0xf3, 0x3d, 0x8a, 0xfe, 0xdb, 0xb1, 0x31, 0xc9, 0x71, 0x8a, 0xdd, 0x4d, 0xbc, + 0x51, 0x7c, 0x32, 0xac, 0x04, 0xa2, 0x5b, 0xb0, 0x44, 0x49, 0x48, 0x7b, 0x9b, 0x47, 0x21, 0xa1, + 0xfa, 0xf8, 0xa0, 0x90, 0x14, 0xed, 0x78, 0x90, 0x00, 0x0f, 0xf3, 0x98, 0x87, 0x30, 0x77, 0xc7, + 0x3a, 0xf4, 0xe2, 0x07, 0x31, 0x0c, 0x15, 0xd7, 0xb7, 0xbd, 0xae, 0x43, 0x64, 0x40, 0x8f, 0xa2, + 0x57, 0x74, 0x69, 0x77, 0x74, 0xe4, 0x79, 0xbf, 0x76, 0x29, 0x05, 0x90, 0x2f, 0x40, 0x38, 0x2d, + 0xc2, 0xf4, 0x60, 0xfa, 0x33, 0x6c, 0x40, 0xbf, 0x03, 0xa5, 0xa4, 0x45, 0x78, 0xc4, 0x2a, 0xcd, + 0x37, 0xa0, 0xc8, 0x3d, 0x3e, 0x6a, 0x6d, 0x2f, 0xa8, 0x92, 0xd2, 0xb5, 0x57, 0x2e, 0x4b, 0xed, + 0x25, 0x9e, 0x55, 0xef, 0x76, 0x9c, 0x87, 0x7c, 0x56, 0xcd, 0x3d, 0x4c, 0xe6, 0xcb, 0x4f, 0x98, + 0xf9, 0xae, 0x81, 0xfc, 0xeb, 0x09, 0x4f, 0x32, 0xb2, 0x80, 0xd0, 0x92, 0x8c, 0x9e, 0xff, 0xb5, + 0x37, 0x85, 0x1f, 0x1b, 0x00, 0x62, 0x78, 0x77, 0xf3, 0x94, 0xf8, 0x61, 0x86, 0x07, 0xfc, 0xbb, + 0x30, 0x13, 0x48, 0x8f, 0x94, 0x4f, 0xab, 0x13, 0x4e, 0x88, 0xe3, 0x8b, 0x24, 0x7d, 0x12, 0x2b, + 0x61, 0x8d, 0xab, 0x1f, 0x7c, 0xb2, 0x3a, 0xf5, 0xe1, 0x27, 0xab, 0x53, 0x1f, 0x7d, 0xb2, 0x3a, + 0xf5, 0xf6, 0xd9, 0xaa, 0xf1, 0xc1, 0xd9, 0xaa, 0xf1, 0xe1, 0xd9, 0xaa, 0xf1, 0xd1, 0xd9, 0xaa, + 0xf1, 0xf1, 0xd9, 0xaa, 0xf1, 0xee, 0xdf, 0x57, 0xa7, 0x5e, 0xcb, 0x9d, 0x6e, 0xfc, 0x27, 0x00, + 0x00, 0xff, 0xff, 0x7e, 0xef, 0x1e, 0xdd, 0xf0, 0x27, 0x00, 0x00, } func (m *APIGroup) Marshal() (dAtA []byte, err error) { @@ -1909,6 +1911,11 @@ func (m *CreateOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + i -= len(m.FieldValidation) + copy(dAtA[i:], m.FieldValidation) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.FieldValidation))) + i-- + dAtA[i] = 0x22 i -= len(m.FieldManager) copy(dAtA[i:], m.FieldManager) i = encodeVarintGenerated(dAtA, i, uint64(len(m.FieldManager))) @@ -2982,6 +2989,11 @@ func (m *PatchOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + i -= len(m.FieldValidation) + copy(dAtA[i:], m.FieldValidation) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.FieldValidation))) + i-- + dAtA[i] = 0x22 i -= len(m.FieldManager) copy(dAtA[i:], m.FieldManager) i = encodeVarintGenerated(dAtA, i, uint64(len(m.FieldManager))) @@ -3382,6 +3394,11 @@ func (m *UpdateOptions) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + i -= len(m.FieldValidation) + copy(dAtA[i:], m.FieldValidation) + i = encodeVarintGenerated(dAtA, i, uint64(len(m.FieldValidation))) + i-- + dAtA[i] = 0x1a i -= len(m.FieldManager) copy(dAtA[i:], m.FieldManager) i = encodeVarintGenerated(dAtA, i, uint64(len(m.FieldManager))) @@ -3648,6 +3665,8 @@ func (m *CreateOptions) Size() (n int) { } l = len(m.FieldManager) n += 1 + l + sovGenerated(uint64(l)) + l = len(m.FieldValidation) + n += 1 + l + sovGenerated(uint64(l)) return n } @@ -4069,6 +4088,8 @@ func (m *PatchOptions) Size() (n int) { } l = len(m.FieldManager) n += 1 + l + sovGenerated(uint64(l)) + l = len(m.FieldValidation) + n += 1 + l + sovGenerated(uint64(l)) return n } @@ -4227,6 +4248,8 @@ func (m *UpdateOptions) Size() (n int) { } l = len(m.FieldManager) n += 1 + l + sovGenerated(uint64(l)) + l = len(m.FieldValidation) + n += 1 + l + sovGenerated(uint64(l)) return n } @@ -4371,6 +4394,7 @@ func (this *CreateOptions) String() string { s := strings.Join([]string{`&CreateOptions{`, `DryRun:` + fmt.Sprintf("%v", this.DryRun) + `,`, `FieldManager:` + fmt.Sprintf("%v", this.FieldManager) + `,`, + `FieldValidation:` + fmt.Sprintf("%v", this.FieldValidation) + `,`, `}`, }, "") return s @@ -4634,6 +4658,7 @@ func (this *PatchOptions) String() string { `DryRun:` + fmt.Sprintf("%v", this.DryRun) + `,`, `Force:` + valueToStringGenerated(this.Force) + `,`, `FieldManager:` + fmt.Sprintf("%v", this.FieldManager) + `,`, + `FieldValidation:` + fmt.Sprintf("%v", this.FieldValidation) + `,`, `}`, }, "") return s @@ -4756,6 +4781,7 @@ func (this *UpdateOptions) String() string { s := strings.Join([]string{`&UpdateOptions{`, `DryRun:` + fmt.Sprintf("%v", this.DryRun) + `,`, `FieldManager:` + fmt.Sprintf("%v", this.FieldManager) + `,`, + `FieldValidation:` + fmt.Sprintf("%v", this.FieldValidation) + `,`, `}`, }, "") return s @@ -6097,6 +6123,38 @@ func (m *CreateOptions) Unmarshal(dAtA []byte) error { } m.FieldManager = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field FieldValidation", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + 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 ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.FieldValidation = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -9824,6 +9882,38 @@ func (m *PatchOptions) Unmarshal(dAtA []byte) error { } m.FieldManager = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex + case 4: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field FieldValidation", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + 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 ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.FieldValidation = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -11145,6 +11235,38 @@ func (m *UpdateOptions) Unmarshal(dAtA []byte) error { } m.FieldManager = string(dAtA[iNdEx:postIndex]) iNdEx = postIndex + case 3: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field FieldValidation", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + 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 ErrInvalidLengthGenerated + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthGenerated + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.FieldValidation = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) diff --git a/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper.go b/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper.go index b8e329571..086e4bcf0 100644 --- a/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper.go +++ b/vendor/k8s.io/apimachinery/pkg/util/httpstream/spdy/roundtripper.go @@ -183,10 +183,10 @@ func (s *SpdyRoundTripper) dial(req *http.Request) (net.Conn, error) { return nil, err } - //lint:ignore SA1019 ignore deprecated httputil.NewProxyClientConn + //nolint:staticcheck // SA1019 ignore deprecated httputil.NewProxyClientConn proxyClientConn := httputil.NewProxyClientConn(proxyDialConn, nil) _, err = proxyClientConn.Do(&proxyReq) - //lint:ignore SA1019 ignore deprecated httputil.ErrPersistEOF: it might be + //nolint:staticcheck // SA1019 ignore deprecated httputil.ErrPersistEOF: it might be // returned from the invocation of proxyClientConn.Do if err != nil && err != httputil.ErrPersistEOF { return nil, err diff --git a/vendor/k8s.io/apimachinery/third_party/forked/golang/LICENSE b/vendor/k8s.io/apimachinery/third_party/forked/golang/LICENSE deleted file mode 100644 index 6a66aea5e..000000000 --- a/vendor/k8s.io/apimachinery/third_party/forked/golang/LICENSE +++ /dev/null @@ -1,27 +0,0 @@ -Copyright (c) 2009 The Go Authors. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions are -met: - - * Redistributions of source code must retain the above copyright -notice, this list of conditions and the following disclaimer. - * Redistributions in binary form must reproduce the above -copyright notice, this list of conditions and the following disclaimer -in the documentation and/or other materials provided with the -distribution. - * Neither the name of Google Inc. nor the names of its -contributors may be used to endorse or promote products derived from -this software without specific prior written permission. - -THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/vendor/k8s.io/apiserver/pkg/features/kube_features.go b/vendor/k8s.io/apiserver/pkg/features/kube_features.go index 645e67e7e..ffab26970 100644 --- a/vendor/k8s.io/apiserver/pkg/features/kube_features.go +++ b/vendor/k8s.io/apiserver/pkg/features/kube_features.go @@ -170,6 +170,35 @@ const ( // // Add support for distributed tracing in the API Server APIServerTracing featuregate.Feature = "APIServerTracing" + + // owner: @jiahuif + // kep: http://kep.k8s.io/2887 + // alpha: v1.23 + // + // Enables populating "enum" field of OpenAPI schemas + // in the spec returned from kube-apiserver. + OpenAPIEnums featuregate.Feature = "OpenAPIEnums" + + // owner: @cici37 + // kep: http://kep.k8s.io/2876 + // alpha: v1.23 + // + // Enables expression validation for Custom Resource + CustomResourceValidationExpressions featuregate.Feature = "CustomResourceValidationExpressions" + + // owner: @jefftree + // kep: http://kep.k8s.io/2896 + // alpha: v1.23 + // + // Enables kubernetes to publish OpenAPI v3 + OpenAPIV3 featuregate.Feature = "OpenAPIV3" + + // owner: @kevindelgado + // kep: http://kep.k8s.io/2885 + // alpha: v1.23 + // + // Enables server-side field validation. + ServerSideFieldValidation featuregate.Feature = "ServerSideFieldValidation" ) func init() { @@ -180,22 +209,26 @@ func init() { // To add a new feature, define a key for it above and add it here. The features will be // available throughout Kubernetes binaries. var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureSpec{ - StreamingProxyRedirects: {Default: false, PreRelease: featuregate.Deprecated}, - ValidateProxyRedirects: {Default: true, PreRelease: featuregate.Deprecated}, - AdvancedAuditing: {Default: true, PreRelease: featuregate.GA}, - APIResponseCompression: {Default: true, PreRelease: featuregate.Beta}, - APIListChunking: {Default: true, PreRelease: featuregate.Beta}, - DryRun: {Default: true, PreRelease: featuregate.GA}, - RemainingItemCount: {Default: true, PreRelease: featuregate.Beta}, - ServerSideApply: {Default: true, PreRelease: featuregate.GA}, - StorageVersionHash: {Default: true, PreRelease: featuregate.Beta}, - StorageVersionAPI: {Default: false, PreRelease: featuregate.Alpha}, - WatchBookmark: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, - APIPriorityAndFairness: {Default: true, PreRelease: featuregate.Beta}, - RemoveSelfLink: {Default: true, PreRelease: featuregate.Beta}, - SelectorIndex: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, - WarningHeaders: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, - EfficientWatchResumption: {Default: true, PreRelease: featuregate.Beta}, - APIServerIdentity: {Default: false, PreRelease: featuregate.Alpha}, - APIServerTracing: {Default: false, PreRelease: featuregate.Alpha}, + StreamingProxyRedirects: {Default: false, PreRelease: featuregate.Deprecated}, + ValidateProxyRedirects: {Default: true, PreRelease: featuregate.Deprecated}, + AdvancedAuditing: {Default: true, PreRelease: featuregate.GA}, + APIResponseCompression: {Default: true, PreRelease: featuregate.Beta}, + APIListChunking: {Default: true, PreRelease: featuregate.Beta}, + DryRun: {Default: true, PreRelease: featuregate.GA}, + RemainingItemCount: {Default: true, PreRelease: featuregate.Beta}, + ServerSideApply: {Default: true, PreRelease: featuregate.GA}, + StorageVersionHash: {Default: true, PreRelease: featuregate.Beta}, + StorageVersionAPI: {Default: false, PreRelease: featuregate.Alpha}, + WatchBookmark: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, + APIPriorityAndFairness: {Default: true, PreRelease: featuregate.Beta}, + RemoveSelfLink: {Default: true, PreRelease: featuregate.Beta}, + SelectorIndex: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, + WarningHeaders: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, + EfficientWatchResumption: {Default: true, PreRelease: featuregate.Beta}, + APIServerIdentity: {Default: false, PreRelease: featuregate.Alpha}, + APIServerTracing: {Default: false, PreRelease: featuregate.Alpha}, + OpenAPIEnums: {Default: false, PreRelease: featuregate.Alpha}, + CustomResourceValidationExpressions: {Default: false, PreRelease: featuregate.Alpha}, + OpenAPIV3: {Default: false, PreRelease: featuregate.Alpha}, + ServerSideFieldValidation: {Default: false, PreRelease: featuregate.Alpha}, } diff --git a/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetspec.go b/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetspec.go index ade14180b..ee0ed40a5 100644 --- a/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetspec.go +++ b/vendor/k8s.io/client-go/applyconfigurations/apps/v1/statefulsetspec.go @@ -27,15 +27,16 @@ import ( // StatefulSetSpecApplyConfiguration represents an declarative configuration of the StatefulSetSpec type for use // with apply. type StatefulSetSpecApplyConfiguration struct { - Replicas *int32 `json:"replicas,omitempty"` - Selector *v1.LabelSelectorApplyConfiguration `json:"selector,omitempty"` - Template *corev1.PodTemplateSpecApplyConfiguration `json:"template,omitempty"` - VolumeClaimTemplates []corev1.PersistentVolumeClaimApplyConfiguration `json:"volumeClaimTemplates,omitempty"` - ServiceName *string `json:"serviceName,omitempty"` - PodManagementPolicy *appsv1.PodManagementPolicyType `json:"podManagementPolicy,omitempty"` - UpdateStrategy *StatefulSetUpdateStrategyApplyConfiguration `json:"updateStrategy,omitempty"` - RevisionHistoryLimit *int32 `json:"revisionHistoryLimit,omitempty"` - MinReadySeconds *int32 `json:"minReadySeconds,omitempty"` + Replicas *int32 `json:"replicas,omitempty"` + Selector *v1.LabelSelectorApplyConfiguration `json:"selector,omitempty"` + Template *corev1.PodTemplateSpecApplyConfiguration `json:"template,omitempty"` + VolumeClaimTemplates []corev1.PersistentVolumeClaimApplyConfiguration `json:"volumeClaimTemplates,omitempty"` + ServiceName *string `json:"serviceName,omitempty"` + PodManagementPolicy *appsv1.PodManagementPolicyType `json:"podManagementPolicy,omitempty"` + UpdateStrategy *StatefulSetUpdateStrategyApplyConfiguration `json:"updateStrategy,omitempty"` + RevisionHistoryLimit *int32 `json:"revisionHistoryLimit,omitempty"` + MinReadySeconds *int32 `json:"minReadySeconds,omitempty"` + PersistentVolumeClaimRetentionPolicy *StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration `json:"persistentVolumeClaimRetentionPolicy,omitempty"` } // StatefulSetSpecApplyConfiguration constructs an declarative configuration of the StatefulSetSpec type for use with @@ -120,3 +121,11 @@ func (b *StatefulSetSpecApplyConfiguration) WithMinReadySeconds(value int32) *St b.MinReadySeconds = &value return b } + +// WithPersistentVolumeClaimRetentionPolicy sets the PersistentVolumeClaimRetentionPolicy field in the declarative configuration to the given value +// and returns the receiver, so that objects can be built by chaining "With" function invocations. +// If called multiple times, the PersistentVolumeClaimRetentionPolicy field is set to the value of the last call. +func (b *StatefulSetSpecApplyConfiguration) WithPersistentVolumeClaimRetentionPolicy(value *StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration) *StatefulSetSpecApplyConfiguration { + b.PersistentVolumeClaimRetentionPolicy = value + return b +} diff --git a/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetspec.go b/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetspec.go index befd1f7e0..886433d9e 100644 --- a/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetspec.go +++ b/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta1/statefulsetspec.go @@ -27,15 +27,16 @@ import ( // StatefulSetSpecApplyConfiguration represents an declarative configuration of the StatefulSetSpec type for use // with apply. type StatefulSetSpecApplyConfiguration struct { - Replicas *int32 `json:"replicas,omitempty"` - Selector *v1.LabelSelectorApplyConfiguration `json:"selector,omitempty"` - Template *corev1.PodTemplateSpecApplyConfiguration `json:"template,omitempty"` - VolumeClaimTemplates []corev1.PersistentVolumeClaimApplyConfiguration `json:"volumeClaimTemplates,omitempty"` - ServiceName *string `json:"serviceName,omitempty"` - PodManagementPolicy *v1beta1.PodManagementPolicyType `json:"podManagementPolicy,omitempty"` - UpdateStrategy *StatefulSetUpdateStrategyApplyConfiguration `json:"updateStrategy,omitempty"` - RevisionHistoryLimit *int32 `json:"revisionHistoryLimit,omitempty"` - MinReadySeconds *int32 `json:"minReadySeconds,omitempty"` + Replicas *int32 `json:"replicas,omitempty"` + Selector *v1.LabelSelectorApplyConfiguration `json:"selector,omitempty"` + Template *corev1.PodTemplateSpecApplyConfiguration `json:"template,omitempty"` + VolumeClaimTemplates []corev1.PersistentVolumeClaimApplyConfiguration `json:"volumeClaimTemplates,omitempty"` + ServiceName *string `json:"serviceName,omitempty"` + PodManagementPolicy *v1beta1.PodManagementPolicyType `json:"podManagementPolicy,omitempty"` + UpdateStrategy *StatefulSetUpdateStrategyApplyConfiguration `json:"updateStrategy,omitempty"` + RevisionHistoryLimit *int32 `json:"revisionHistoryLimit,omitempty"` + MinReadySeconds *int32 `json:"minReadySeconds,omitempty"` + PersistentVolumeClaimRetentionPolicy *StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration `json:"persistentVolumeClaimRetentionPolicy,omitempty"` } // StatefulSetSpecApplyConfiguration constructs an declarative configuration of the StatefulSetSpec type for use with @@ -120,3 +121,11 @@ func (b *StatefulSetSpecApplyConfiguration) WithMinReadySeconds(value int32) *St b.MinReadySeconds = &value return b } + +// WithPersistentVolumeClaimRetentionPolicy sets the PersistentVolumeClaimRetentionPolicy field in the declarative configuration to the given value +// and returns the receiver, so that objects can be built by chaining "With" function invocations. +// If called multiple times, the PersistentVolumeClaimRetentionPolicy field is set to the value of the last call. +func (b *StatefulSetSpecApplyConfiguration) WithPersistentVolumeClaimRetentionPolicy(value *StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration) *StatefulSetSpecApplyConfiguration { + b.PersistentVolumeClaimRetentionPolicy = value + return b +} diff --git a/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetspec.go b/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetspec.go index 44044be26..08922cea5 100644 --- a/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetspec.go +++ b/vendor/k8s.io/client-go/applyconfigurations/apps/v1beta2/statefulsetspec.go @@ -27,15 +27,16 @@ import ( // StatefulSetSpecApplyConfiguration represents an declarative configuration of the StatefulSetSpec type for use // with apply. type StatefulSetSpecApplyConfiguration struct { - Replicas *int32 `json:"replicas,omitempty"` - Selector *v1.LabelSelectorApplyConfiguration `json:"selector,omitempty"` - Template *corev1.PodTemplateSpecApplyConfiguration `json:"template,omitempty"` - VolumeClaimTemplates []corev1.PersistentVolumeClaimApplyConfiguration `json:"volumeClaimTemplates,omitempty"` - ServiceName *string `json:"serviceName,omitempty"` - PodManagementPolicy *v1beta2.PodManagementPolicyType `json:"podManagementPolicy,omitempty"` - UpdateStrategy *StatefulSetUpdateStrategyApplyConfiguration `json:"updateStrategy,omitempty"` - RevisionHistoryLimit *int32 `json:"revisionHistoryLimit,omitempty"` - MinReadySeconds *int32 `json:"minReadySeconds,omitempty"` + Replicas *int32 `json:"replicas,omitempty"` + Selector *v1.LabelSelectorApplyConfiguration `json:"selector,omitempty"` + Template *corev1.PodTemplateSpecApplyConfiguration `json:"template,omitempty"` + VolumeClaimTemplates []corev1.PersistentVolumeClaimApplyConfiguration `json:"volumeClaimTemplates,omitempty"` + ServiceName *string `json:"serviceName,omitempty"` + PodManagementPolicy *v1beta2.PodManagementPolicyType `json:"podManagementPolicy,omitempty"` + UpdateStrategy *StatefulSetUpdateStrategyApplyConfiguration `json:"updateStrategy,omitempty"` + RevisionHistoryLimit *int32 `json:"revisionHistoryLimit,omitempty"` + MinReadySeconds *int32 `json:"minReadySeconds,omitempty"` + PersistentVolumeClaimRetentionPolicy *StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration `json:"persistentVolumeClaimRetentionPolicy,omitempty"` } // StatefulSetSpecApplyConfiguration constructs an declarative configuration of the StatefulSetSpec type for use with @@ -120,3 +121,11 @@ func (b *StatefulSetSpecApplyConfiguration) WithMinReadySeconds(value int32) *St b.MinReadySeconds = &value return b } + +// WithPersistentVolumeClaimRetentionPolicy sets the PersistentVolumeClaimRetentionPolicy field in the declarative configuration to the given value +// and returns the receiver, so that objects can be built by chaining "With" function invocations. +// If called multiple times, the PersistentVolumeClaimRetentionPolicy field is set to the value of the last call. +func (b *StatefulSetSpecApplyConfiguration) WithPersistentVolumeClaimRetentionPolicy(value *StatefulSetPersistentVolumeClaimRetentionPolicyApplyConfiguration) *StatefulSetSpecApplyConfiguration { + b.PersistentVolumeClaimRetentionPolicy = value + return b +} diff --git a/vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobstatus.go b/vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobstatus.go index ba7e27e08..a36d5d0ae 100644 --- a/vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobstatus.go +++ b/vendor/k8s.io/client-go/applyconfigurations/batch/v1/jobstatus.go @@ -33,6 +33,7 @@ type JobStatusApplyConfiguration struct { Failed *int32 `json:"failed,omitempty"` CompletedIndexes *string `json:"completedIndexes,omitempty"` UncountedTerminatedPods *UncountedTerminatedPodsApplyConfiguration `json:"uncountedTerminatedPods,omitempty"` + Ready *int32 `json:"ready,omitempty"` } // JobStatusApplyConfiguration constructs an declarative configuration of the JobStatus type for use with @@ -109,3 +110,11 @@ func (b *JobStatusApplyConfiguration) WithUncountedTerminatedPods(value *Uncount b.UncountedTerminatedPods = value return b } + +// WithReady sets the Ready field in the declarative configuration to the given value +// and returns the receiver, so that objects can be built by chaining "With" function invocations. +// If called multiple times, the Ready field is set to the value of the last call. +func (b *JobStatusApplyConfiguration) WithReady(value int32) *JobStatusApplyConfiguration { + b.Ready = &value + return b +} diff --git a/vendor/k8s.io/client-go/applyconfigurations/core/v1/lifecyclehandler.go b/vendor/k8s.io/client-go/applyconfigurations/core/v1/lifecyclehandler.go deleted file mode 100644 index 6e373dd4e..000000000 --- a/vendor/k8s.io/client-go/applyconfigurations/core/v1/lifecyclehandler.go +++ /dev/null @@ -1,57 +0,0 @@ -/* -Copyright The Kubernetes Authors. - -Licensed under the Apache License, Version 2.0 (the "License"); -you may not use this file except in compliance with the License. -You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. -*/ - -// Code generated by applyconfiguration-gen. DO NOT EDIT. - -package v1 - -// LifecycleHandlerApplyConfiguration represents an declarative configuration of the LifecycleHandler type for use -// with apply. -type LifecycleHandlerApplyConfiguration struct { - Exec *ExecActionApplyConfiguration `json:"exec,omitempty"` - HTTPGet *HTTPGetActionApplyConfiguration `json:"httpGet,omitempty"` - TCPSocket *TCPSocketActionApplyConfiguration `json:"tcpSocket,omitempty"` -} - -// LifecycleHandlerApplyConfiguration constructs an declarative configuration of the LifecycleHandler type for use with -// apply. -func LifecycleHandler() *LifecycleHandlerApplyConfiguration { - return &LifecycleHandlerApplyConfiguration{} -} - -// WithExec sets the Exec field in the declarative configuration to the given value -// and returns the receiver, so that objects can be built by chaining "With" function invocations. -// If called multiple times, the Exec field is set to the value of the last call. -func (b *LifecycleHandlerApplyConfiguration) WithExec(value *ExecActionApplyConfiguration) *LifecycleHandlerApplyConfiguration { - b.Exec = value - return b -} - -// WithHTTPGet sets the HTTPGet field in the declarative configuration to the given value -// and returns the receiver, so that objects can be built by chaining "With" function invocations. -// If called multiple times, the HTTPGet field is set to the value of the last call. -func (b *LifecycleHandlerApplyConfiguration) WithHTTPGet(value *HTTPGetActionApplyConfiguration) *LifecycleHandlerApplyConfiguration { - b.HTTPGet = value - return b -} - -// WithTCPSocket sets the TCPSocket field in the declarative configuration to the given value -// and returns the receiver, so that objects can be built by chaining "With" function invocations. -// If called multiple times, the TCPSocket field is set to the value of the last call. -func (b *LifecycleHandlerApplyConfiguration) WithTCPSocket(value *TCPSocketActionApplyConfiguration) *LifecycleHandlerApplyConfiguration { - b.TCPSocket = value - return b -} diff --git a/vendor/k8s.io/client-go/applyconfigurations/internal/internal.go b/vendor/k8s.io/client-go/applyconfigurations/internal/internal.go index 5960666fd..824c5e958 100644 --- a/vendor/k8s.io/client-go/applyconfigurations/internal/internal.go +++ b/vendor/k8s.io/client-go/applyconfigurations/internal/internal.go @@ -482,8 +482,8 @@ var schemaYAML = typed.YAMLObject(`types: elementRelationship: atomic map: elementType: - namedType: __untyped_atomic_ - elementRelationship: atomic + namedType: __untyped_deduced_ + elementRelationship: separable - name: io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus map: fields: @@ -907,12 +907,24 @@ var schemaYAML = typed.YAMLObject(`types: type: scalar: string default: "" +- name: io.k8s.api.apps.v1.StatefulSetPersistentVolumeClaimRetentionPolicy + map: + fields: + - name: whenDeleted + type: + scalar: string + - name: whenScaled + type: + scalar: string - name: io.k8s.api.apps.v1.StatefulSetSpec map: fields: - name: minReadySeconds type: scalar: numeric + - name: persistentVolumeClaimRetentionPolicy + type: + namedType: io.k8s.api.apps.v1.StatefulSetPersistentVolumeClaimRetentionPolicy - name: podManagementPolicy type: scalar: string @@ -949,6 +961,7 @@ var schemaYAML = typed.YAMLObject(`types: - name: availableReplicas type: scalar: numeric + default: 0 - name: collisionCount type: scalar: numeric @@ -1194,12 +1207,24 @@ var schemaYAML = typed.YAMLObject(`types: type: scalar: string default: "" +- name: io.k8s.api.apps.v1beta1.StatefulSetPersistentVolumeClaimRetentionPolicy + map: + fields: + - name: whenDeleted + type: + scalar: string + - name: whenScaled + type: + scalar: string - name: io.k8s.api.apps.v1beta1.StatefulSetSpec map: fields: - name: minReadySeconds type: scalar: numeric + - name: persistentVolumeClaimRetentionPolicy + type: + namedType: io.k8s.api.apps.v1beta1.StatefulSetPersistentVolumeClaimRetentionPolicy - name: podManagementPolicy type: scalar: string @@ -1236,6 +1261,7 @@ var schemaYAML = typed.YAMLObject(`types: - name: availableReplicas type: scalar: numeric + default: 0 - name: collisionCount type: scalar: numeric @@ -1679,12 +1705,24 @@ var schemaYAML = typed.YAMLObject(`types: type: scalar: string default: "" +- name: io.k8s.api.apps.v1beta2.StatefulSetPersistentVolumeClaimRetentionPolicy + map: + fields: + - name: whenDeleted + type: + scalar: string + - name: whenScaled + type: + scalar: string - name: io.k8s.api.apps.v1beta2.StatefulSetSpec map: fields: - name: minReadySeconds type: scalar: numeric + - name: persistentVolumeClaimRetentionPolicy + type: + namedType: io.k8s.api.apps.v1beta2.StatefulSetPersistentVolumeClaimRetentionPolicy - name: podManagementPolicy type: scalar: string @@ -1721,6 +1759,7 @@ var schemaYAML = typed.YAMLObject(`types: - name: availableReplicas type: scalar: numeric + default: 0 - name: collisionCount type: scalar: numeric @@ -1836,6 +1875,362 @@ var schemaYAML = typed.YAMLObject(`types: - name: observedGeneration type: scalar: numeric +- name: io.k8s.api.autoscaling.v2.ContainerResourceMetricSource + map: + fields: + - name: container + type: + scalar: string + default: "" + - name: name + type: + scalar: string + default: "" + - name: target + type: + namedType: io.k8s.api.autoscaling.v2.MetricTarget + default: {} +- name: io.k8s.api.autoscaling.v2.ContainerResourceMetricStatus + map: + fields: + - name: container + type: + scalar: string + default: "" + - name: current + type: + namedType: io.k8s.api.autoscaling.v2.MetricValueStatus + default: {} + - name: name + type: + scalar: string + default: "" +- name: io.k8s.api.autoscaling.v2.CrossVersionObjectReference + map: + fields: + - name: apiVersion + type: + scalar: string + - name: kind + type: + scalar: string + default: "" + - name: name + type: + scalar: string + default: "" +- name: io.k8s.api.autoscaling.v2.ExternalMetricSource + map: + fields: + - name: metric + type: + namedType: io.k8s.api.autoscaling.v2.MetricIdentifier + default: {} + - name: target + type: + namedType: io.k8s.api.autoscaling.v2.MetricTarget + default: {} +- name: io.k8s.api.autoscaling.v2.ExternalMetricStatus + map: + fields: + - name: current + type: + namedType: io.k8s.api.autoscaling.v2.MetricValueStatus + default: {} + - name: metric + type: + namedType: io.k8s.api.autoscaling.v2.MetricIdentifier + default: {} +- name: io.k8s.api.autoscaling.v2.HPAScalingPolicy + map: + fields: + - name: periodSeconds + type: + scalar: numeric + default: 0 + - name: type + type: + scalar: string + default: "" + - name: value + type: + scalar: numeric + default: 0 +- name: io.k8s.api.autoscaling.v2.HPAScalingRules + map: + fields: + - name: policies + type: + list: + elementType: + namedType: io.k8s.api.autoscaling.v2.HPAScalingPolicy + elementRelationship: atomic + - name: selectPolicy + type: + scalar: string + - name: stabilizationWindowSeconds + type: + scalar: numeric +- name: io.k8s.api.autoscaling.v2.HorizontalPodAutoscaler + map: + fields: + - name: apiVersion + type: + scalar: string + - name: kind + type: + scalar: string + - name: metadata + type: + namedType: io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + default: {} + - name: spec + type: + namedType: io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerSpec + default: {} + - name: status + type: + namedType: io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerStatus + default: {} +- name: io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerBehavior + map: + fields: + - name: scaleDown + type: + namedType: io.k8s.api.autoscaling.v2.HPAScalingRules + - name: scaleUp + type: + namedType: io.k8s.api.autoscaling.v2.HPAScalingRules +- name: io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerCondition + map: + fields: + - name: lastTransitionTime + type: + namedType: io.k8s.apimachinery.pkg.apis.meta.v1.Time + default: {} + - name: message + type: + scalar: string + - name: reason + type: + scalar: string + - name: status + type: + scalar: string + default: "" + - name: type + type: + scalar: string + default: "" +- name: io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerSpec + map: + fields: + - name: behavior + type: + namedType: io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerBehavior + - name: maxReplicas + type: + scalar: numeric + default: 0 + - name: metrics + type: + list: + elementType: + namedType: io.k8s.api.autoscaling.v2.MetricSpec + elementRelationship: atomic + - name: minReplicas + type: + scalar: numeric + - name: scaleTargetRef + type: + namedType: io.k8s.api.autoscaling.v2.CrossVersionObjectReference + default: {} +- name: io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerStatus + map: + fields: + - name: conditions + type: + list: + elementType: + namedType: io.k8s.api.autoscaling.v2.HorizontalPodAutoscalerCondition + elementRelationship: associative + keys: + - type + - name: currentMetrics + type: + list: + elementType: + namedType: io.k8s.api.autoscaling.v2.MetricStatus + elementRelationship: atomic + - name: currentReplicas + type: + scalar: numeric + - name: desiredReplicas + type: + scalar: numeric + default: 0 + - name: lastScaleTime + type: + namedType: io.k8s.apimachinery.pkg.apis.meta.v1.Time + - name: observedGeneration + type: + scalar: numeric +- name: io.k8s.api.autoscaling.v2.MetricIdentifier + map: + fields: + - name: name + type: + scalar: string + default: "" + - name: selector + type: + namedType: io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector +- name: io.k8s.api.autoscaling.v2.MetricSpec + map: + fields: + - name: containerResource + type: + namedType: io.k8s.api.autoscaling.v2.ContainerResourceMetricSource + - name: external + type: + namedType: io.k8s.api.autoscaling.v2.ExternalMetricSource + - name: object + type: + namedType: io.k8s.api.autoscaling.v2.ObjectMetricSource + - name: pods + type: + namedType: io.k8s.api.autoscaling.v2.PodsMetricSource + - name: resource + type: + namedType: io.k8s.api.autoscaling.v2.ResourceMetricSource + - name: type + type: + scalar: string + default: "" +- name: io.k8s.api.autoscaling.v2.MetricStatus + map: + fields: + - name: containerResource + type: + namedType: io.k8s.api.autoscaling.v2.ContainerResourceMetricStatus + - name: external + type: + namedType: io.k8s.api.autoscaling.v2.ExternalMetricStatus + - name: object + type: + namedType: io.k8s.api.autoscaling.v2.ObjectMetricStatus + - name: pods + type: + namedType: io.k8s.api.autoscaling.v2.PodsMetricStatus + - name: resource + type: + namedType: io.k8s.api.autoscaling.v2.ResourceMetricStatus + - name: type + type: + scalar: string + default: "" +- name: io.k8s.api.autoscaling.v2.MetricTarget + map: + fields: + - name: averageUtilization + type: + scalar: numeric + - name: averageValue + type: + namedType: io.k8s.apimachinery.pkg.api.resource.Quantity + - name: type + type: + scalar: string + default: "" + - name: value + type: + namedType: io.k8s.apimachinery.pkg.api.resource.Quantity +- name: io.k8s.api.autoscaling.v2.MetricValueStatus + map: + fields: + - name: averageUtilization + type: + scalar: numeric + - name: averageValue + type: + namedType: io.k8s.apimachinery.pkg.api.resource.Quantity + - name: value + type: + namedType: io.k8s.apimachinery.pkg.api.resource.Quantity +- name: io.k8s.api.autoscaling.v2.ObjectMetricSource + map: + fields: + - name: describedObject + type: + namedType: io.k8s.api.autoscaling.v2.CrossVersionObjectReference + default: {} + - name: metric + type: + namedType: io.k8s.api.autoscaling.v2.MetricIdentifier + default: {} + - name: target + type: + namedType: io.k8s.api.autoscaling.v2.MetricTarget + default: {} +- name: io.k8s.api.autoscaling.v2.ObjectMetricStatus + map: + fields: + - name: current + type: + namedType: io.k8s.api.autoscaling.v2.MetricValueStatus + default: {} + - name: describedObject + type: + namedType: io.k8s.api.autoscaling.v2.CrossVersionObjectReference + default: {} + - name: metric + type: + namedType: io.k8s.api.autoscaling.v2.MetricIdentifier + default: {} +- name: io.k8s.api.autoscaling.v2.PodsMetricSource + map: + fields: + - name: metric + type: + namedType: io.k8s.api.autoscaling.v2.MetricIdentifier + default: {} + - name: target + type: + namedType: io.k8s.api.autoscaling.v2.MetricTarget + default: {} +- name: io.k8s.api.autoscaling.v2.PodsMetricStatus + map: + fields: + - name: current + type: + namedType: io.k8s.api.autoscaling.v2.MetricValueStatus + default: {} + - name: metric + type: + namedType: io.k8s.api.autoscaling.v2.MetricIdentifier + default: {} +- name: io.k8s.api.autoscaling.v2.ResourceMetricSource + map: + fields: + - name: name + type: + scalar: string + default: "" + - name: target + type: + namedType: io.k8s.api.autoscaling.v2.MetricTarget + default: {} +- name: io.k8s.api.autoscaling.v2.ResourceMetricStatus + map: + fields: + - name: current + type: + namedType: io.k8s.api.autoscaling.v2.MetricValueStatus + default: {} + - name: name + type: + scalar: string + default: "" - name: io.k8s.api.autoscaling.v2beta1.ContainerResourceMetricSource map: fields: @@ -2668,6 +3063,9 @@ var schemaYAML = typed.YAMLObject(`types: - name: failed type: scalar: numeric + - name: ready + type: + scalar: numeric - name: startTime type: namedType: io.k8s.apimachinery.pkg.apis.meta.v1.Time @@ -3875,7 +4273,10 @@ var schemaYAML = typed.YAMLObject(`types: list: elementType: namedType: io.k8s.api.core.v1.ContainerPort - elementRelationship: atomic + elementRelationship: associative + keys: + - containerPort + - protocol - name: readinessProbe type: namedType: io.k8s.api.core.v1.Probe @@ -4113,6 +4514,17 @@ var schemaYAML = typed.YAMLObject(`types: - name: readOnly type: scalar: boolean +- name: io.k8s.api.core.v1.GRPCAction + map: + fields: + - name: port + type: + scalar: numeric + default: 0 + - name: service + type: + scalar: string + default: "" - name: io.k8s.api.core.v1.GitRepoVolumeSource map: fields: @@ -4190,18 +4602,6 @@ var schemaYAML = typed.YAMLObject(`types: type: scalar: string default: "" -- name: io.k8s.api.core.v1.Handler - map: - fields: - - name: exec - type: - namedType: io.k8s.api.core.v1.ExecAction - - name: httpGet - type: - namedType: io.k8s.api.core.v1.HTTPGetAction - - name: tcpSocket - type: - namedType: io.k8s.api.core.v1.TCPSocketAction - name: io.k8s.api.core.v1.HostAlias map: fields: @@ -4327,10 +4727,22 @@ var schemaYAML = typed.YAMLObject(`types: fields: - name: postStart type: - namedType: io.k8s.api.core.v1.Handler + namedType: io.k8s.api.core.v1.LifecycleHandler - name: preStop type: - namedType: io.k8s.api.core.v1.Handler + namedType: io.k8s.api.core.v1.LifecycleHandler +- name: io.k8s.api.core.v1.LifecycleHandler + map: + fields: + - name: exec + type: + namedType: io.k8s.api.core.v1.ExecAction + - name: httpGet + type: + namedType: io.k8s.api.core.v1.HTTPGetAction + - name: tcpSocket + type: + namedType: io.k8s.api.core.v1.TCPSocketAction - name: io.k8s.api.core.v1.LimitRange map: fields: @@ -4926,6 +5338,11 @@ var schemaYAML = typed.YAMLObject(`types: elementType: scalar: string elementRelationship: atomic + - name: allocatedResources + type: + map: + elementType: + namedType: io.k8s.apimachinery.pkg.api.resource.Quantity - name: capacity type: map: @@ -4942,6 +5359,9 @@ var schemaYAML = typed.YAMLObject(`types: - name: phase type: scalar: string + - name: resizeStatus + type: + scalar: string - name: io.k8s.api.core.v1.PersistentVolumeClaimTemplate map: fields: @@ -5217,6 +5637,13 @@ var schemaYAML = typed.YAMLObject(`types: - name: ip type: scalar: string +- name: io.k8s.api.core.v1.PodOS + map: + fields: + - name: name + type: + scalar: string + default: "" - name: io.k8s.api.core.v1.PodReadinessGate map: fields: @@ -5345,6 +5772,9 @@ var schemaYAML = typed.YAMLObject(`types: elementType: scalar: string elementRelationship: atomic + - name: os + type: + namedType: io.k8s.api.core.v1.PodOS - name: overhead type: map: @@ -5554,6 +5984,9 @@ var schemaYAML = typed.YAMLObject(`types: - name: failureThreshold type: scalar: numeric + - name: grpc + type: + namedType: io.k8s.api.core.v1.GRPCAction - name: httpGet type: namedType: io.k8s.api.core.v1.HTTPGetAction @@ -8395,6 +8828,314 @@ var schemaYAML = typed.YAMLObject(`types: type: scalar: string default: "" +- name: io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod + map: + fields: + - name: type + type: + scalar: string + default: "" +- name: io.k8s.api.flowcontrol.v1beta2.FlowSchema + map: + fields: + - name: apiVersion + type: + scalar: string + - name: kind + type: + scalar: string + - name: metadata + type: + namedType: io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + default: {} + - name: spec + type: + namedType: io.k8s.api.flowcontrol.v1beta2.FlowSchemaSpec + default: {} + - name: status + type: + namedType: io.k8s.api.flowcontrol.v1beta2.FlowSchemaStatus + default: {} +- name: io.k8s.api.flowcontrol.v1beta2.FlowSchemaCondition + map: + fields: + - name: lastTransitionTime + type: + namedType: io.k8s.apimachinery.pkg.apis.meta.v1.Time + default: {} + - name: message + type: + scalar: string + - name: reason + type: + scalar: string + - name: status + type: + scalar: string + - name: type + type: + scalar: string +- name: io.k8s.api.flowcontrol.v1beta2.FlowSchemaSpec + map: + fields: + - name: distinguisherMethod + type: + namedType: io.k8s.api.flowcontrol.v1beta2.FlowDistinguisherMethod + - name: matchingPrecedence + type: + scalar: numeric + default: 0 + - name: priorityLevelConfiguration + type: + namedType: io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationReference + default: {} + - name: rules + type: + list: + elementType: + namedType: io.k8s.api.flowcontrol.v1beta2.PolicyRulesWithSubjects + elementRelationship: atomic +- name: io.k8s.api.flowcontrol.v1beta2.FlowSchemaStatus + map: + fields: + - name: conditions + type: + list: + elementType: + namedType: io.k8s.api.flowcontrol.v1beta2.FlowSchemaCondition + elementRelationship: associative + keys: + - type +- name: io.k8s.api.flowcontrol.v1beta2.GroupSubject + map: + fields: + - name: name + type: + scalar: string + default: "" +- name: io.k8s.api.flowcontrol.v1beta2.LimitResponse + map: + fields: + - name: queuing + type: + namedType: io.k8s.api.flowcontrol.v1beta2.QueuingConfiguration + - name: type + type: + scalar: string + default: "" + unions: + - discriminator: type + fields: + - fieldName: queuing + discriminatorValue: Queuing +- name: io.k8s.api.flowcontrol.v1beta2.LimitedPriorityLevelConfiguration + map: + fields: + - name: assuredConcurrencyShares + type: + scalar: numeric + default: 0 + - name: limitResponse + type: + namedType: io.k8s.api.flowcontrol.v1beta2.LimitResponse + default: {} +- name: io.k8s.api.flowcontrol.v1beta2.NonResourcePolicyRule + map: + fields: + - name: nonResourceURLs + type: + list: + elementType: + scalar: string + elementRelationship: associative + - name: verbs + type: + list: + elementType: + scalar: string + elementRelationship: associative +- name: io.k8s.api.flowcontrol.v1beta2.PolicyRulesWithSubjects + map: + fields: + - name: nonResourceRules + type: + list: + elementType: + namedType: io.k8s.api.flowcontrol.v1beta2.NonResourcePolicyRule + elementRelationship: atomic + - name: resourceRules + type: + list: + elementType: + namedType: io.k8s.api.flowcontrol.v1beta2.ResourcePolicyRule + elementRelationship: atomic + - name: subjects + type: + list: + elementType: + namedType: io.k8s.api.flowcontrol.v1beta2.Subject + elementRelationship: atomic +- name: io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfiguration + map: + fields: + - name: apiVersion + type: + scalar: string + - name: kind + type: + scalar: string + - name: metadata + type: + namedType: io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + default: {} + - name: spec + type: + namedType: io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationSpec + default: {} + - name: status + type: + namedType: io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationStatus + default: {} +- name: io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationCondition + map: + fields: + - name: lastTransitionTime + type: + namedType: io.k8s.apimachinery.pkg.apis.meta.v1.Time + default: {} + - name: message + type: + scalar: string + - name: reason + type: + scalar: string + - name: status + type: + scalar: string + - name: type + type: + scalar: string +- name: io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationReference + map: + fields: + - name: name + type: + scalar: string + default: "" +- name: io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationSpec + map: + fields: + - name: limited + type: + namedType: io.k8s.api.flowcontrol.v1beta2.LimitedPriorityLevelConfiguration + - name: type + type: + scalar: string + default: "" + unions: + - discriminator: type + fields: + - fieldName: limited + discriminatorValue: Limited +- name: io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationStatus + map: + fields: + - name: conditions + type: + list: + elementType: + namedType: io.k8s.api.flowcontrol.v1beta2.PriorityLevelConfigurationCondition + elementRelationship: associative + keys: + - type +- name: io.k8s.api.flowcontrol.v1beta2.QueuingConfiguration + map: + fields: + - name: handSize + type: + scalar: numeric + default: 0 + - name: queueLengthLimit + type: + scalar: numeric + default: 0 + - name: queues + type: + scalar: numeric + default: 0 +- name: io.k8s.api.flowcontrol.v1beta2.ResourcePolicyRule + map: + fields: + - name: apiGroups + type: + list: + elementType: + scalar: string + elementRelationship: associative + - name: clusterScope + type: + scalar: boolean + - name: namespaces + type: + list: + elementType: + scalar: string + elementRelationship: associative + - name: resources + type: + list: + elementType: + scalar: string + elementRelationship: associative + - name: verbs + type: + list: + elementType: + scalar: string + elementRelationship: associative +- name: io.k8s.api.flowcontrol.v1beta2.ServiceAccountSubject + map: + fields: + - name: name + type: + scalar: string + default: "" + - name: namespace + type: + scalar: string + default: "" +- name: io.k8s.api.flowcontrol.v1beta2.Subject + map: + fields: + - name: group + type: + namedType: io.k8s.api.flowcontrol.v1beta2.GroupSubject + - name: kind + type: + scalar: string + default: "" + - name: serviceAccount + type: + namedType: io.k8s.api.flowcontrol.v1beta2.ServiceAccountSubject + - name: user + type: + namedType: io.k8s.api.flowcontrol.v1beta2.UserSubject + unions: + - discriminator: kind + fields: + - fieldName: group + discriminatorValue: Group + - fieldName: serviceAccount + discriminatorValue: ServiceAccount + - fieldName: user + discriminatorValue: User +- name: io.k8s.api.flowcontrol.v1beta2.UserSubject + map: + fields: + - name: name + type: + scalar: string + default: "" - name: io.k8s.api.imagepolicy.v1alpha1.ImageReview map: fields: @@ -10647,8 +11388,8 @@ var schemaYAML = typed.YAMLObject(`types: elementRelationship: atomic map: elementType: - namedType: __untyped_atomic_ - elementRelationship: atomic + namedType: __untyped_deduced_ + elementRelationship: separable - name: io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector map: fields: @@ -10821,8 +11562,8 @@ var schemaYAML = typed.YAMLObject(`types: elementRelationship: atomic map: elementType: - namedType: __untyped_atomic_ - elementRelationship: atomic + namedType: __untyped_deduced_ + elementRelationship: separable - name: io.k8s.apimachinery.pkg.util.intstr.IntOrString scalar: untyped - name: __untyped_atomic_ diff --git a/vendor/k8s.io/client-go/discovery/discovery_client.go b/vendor/k8s.io/client-go/discovery/discovery_client.go index 87de32970..50e59c5d8 100644 --- a/vendor/k8s.io/client-go/discovery/discovery_client.go +++ b/vendor/k8s.io/client-go/discovery/discovery_client.go @@ -20,13 +20,14 @@ import ( "context" "encoding/json" "fmt" + "net/http" "net/url" "sort" "strings" "sync" "time" - //lint:ignore SA1019 Keep using module since it's still being maintained and the api of google.golang.org/protobuf/proto differs + //nolint:staticcheck // SA1019 Keep using module since it's still being maintained and the api of google.golang.org/protobuf/proto differs "github.com/golang/protobuf/proto" openapi_v2 "github.com/googleapis/gnostic/openapiv2" @@ -482,12 +483,29 @@ func setDiscoveryDefaults(config *restclient.Config) error { // NewDiscoveryClientForConfig creates a new DiscoveryClient for the given config. This client // can be used to discover supported resources in the API server. +// NewDiscoveryClientForConfig is equivalent to NewDiscoveryClientForConfigAndClient(c, httpClient), +// where httpClient was generated with rest.HTTPClientFor(c). func NewDiscoveryClientForConfig(c *restclient.Config) (*DiscoveryClient, error) { config := *c if err := setDiscoveryDefaults(&config); err != nil { return nil, err } - client, err := restclient.UnversionedRESTClientFor(&config) + httpClient, err := restclient.HTTPClientFor(&config) + if err != nil { + return nil, err + } + return NewDiscoveryClientForConfigAndClient(&config, httpClient) +} + +// NewDiscoveryClientForConfigAndClient creates a new DiscoveryClient for the given config. This client +// can be used to discover supported resources in the API server. +// Note the http client provided takes precedence over the configured transport values. +func NewDiscoveryClientForConfigAndClient(c *restclient.Config, httpClient *http.Client) (*DiscoveryClient, error) { + config := *c + if err := setDiscoveryDefaults(&config); err != nil { + return nil, err + } + client, err := restclient.UnversionedRESTClientForConfigAndClient(&config, httpClient) return &DiscoveryClient{restClient: client, LegacyPrefix: "/api"}, err } diff --git a/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.conversion.go b/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.conversion.go index 39e7ef259..277d9d93e 100644 --- a/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.conversion.go +++ b/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.conversion.go @@ -1,3 +1,4 @@ +//go:build !ignore_autogenerated // +build !ignore_autogenerated /* diff --git a/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.deepcopy.go b/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.deepcopy.go index 60ab25d81..893933c45 100644 --- a/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.deepcopy.go +++ b/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.deepcopy.go @@ -1,3 +1,4 @@ +//go:build !ignore_autogenerated // +build !ignore_autogenerated /* diff --git a/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.defaults.go b/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.defaults.go index cce2e603a..dac177e93 100644 --- a/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.defaults.go +++ b/vendor/k8s.io/client-go/pkg/apis/clientauthentication/v1/zz_generated.defaults.go @@ -1,3 +1,4 @@ +//go:build !ignore_autogenerated // +build !ignore_autogenerated /* diff --git a/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/exec.go b/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/exec.go index 7a0984626..e405e3dc1 100644 --- a/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/exec.go +++ b/vendor/k8s.io/client-go/plugin/pkg/client/auth/exec/exec.go @@ -38,7 +38,7 @@ import ( "k8s.io/apimachinery/pkg/runtime" "k8s.io/apimachinery/pkg/runtime/schema" "k8s.io/apimachinery/pkg/runtime/serializer" - "k8s.io/apimachinery/pkg/util/clock" + utilnet "k8s.io/apimachinery/pkg/util/net" "k8s.io/client-go/pkg/apis/clientauthentication" "k8s.io/client-go/pkg/apis/clientauthentication/install" clientauthenticationv1 "k8s.io/client-go/pkg/apis/clientauthentication/v1" @@ -49,6 +49,7 @@ import ( "k8s.io/client-go/transport" "k8s.io/client-go/util/connrotation" "k8s.io/klog/v2" + "k8s.io/utils/clock" ) const execInfoEnv = "KUBERNETES_EXEC_INFO" @@ -316,11 +317,17 @@ func (a *Authenticator) UpdateTransportConfig(c *transport.Config) error { return nil } +var _ utilnet.RoundTripperWrapper = &roundTripper{} + type roundTripper struct { a *Authenticator base http.RoundTripper } +func (r *roundTripper) WrappedRoundTripper() http.RoundTripper { + return r.base +} + func (r *roundTripper) RoundTrip(req *http.Request) (*http.Response, error) { // If a user has already set credentials, use that. This makes commands like // "kubectl get --token (token) pods" work. diff --git a/vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.defaults.go b/vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.defaults.go index aae469033..6a57decf6 100644 --- a/vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.defaults.go +++ b/vendor/k8s.io/client-go/tools/clientcmd/api/v1/zz_generated.defaults.go @@ -1,3 +1,4 @@ +//go:build !ignore_autogenerated // +build !ignore_autogenerated /* diff --git a/vendor/k8s.io/client-go/util/jsonpath/jsonpath.go b/vendor/k8s.io/client-go/util/jsonpath/jsonpath.go index 0b1dc338b..49ecd1465 100644 --- a/vendor/k8s.io/client-go/util/jsonpath/jsonpath.go +++ b/vendor/k8s.io/client-go/util/jsonpath/jsonpath.go @@ -132,9 +132,6 @@ func (j *JSONPath) FindResults(data interface{}) ([][]reflect.Value, error) { } continue } - if len(results) == 0 { - break - } fullResult = append(fullResult, results) } return fullResult, nil diff --git a/vendor/k8s.io/kubectl/pkg/drain/drain.go b/vendor/k8s.io/kubectl/pkg/drain/drain.go index 84b9eb2b7..53e7bfa62 100644 --- a/vendor/k8s.io/kubectl/pkg/drain/drain.go +++ b/vendor/k8s.io/kubectl/pkg/drain/drain.go @@ -59,7 +59,6 @@ type Helper struct { GracePeriodSeconds int IgnoreAllDaemonSets bool - IgnoreErrors bool Timeout time.Duration DeleteEmptyDirData bool Selector string @@ -144,7 +143,7 @@ func (d *Helper) DeletePod(pod corev1.Pod) error { return d.Client.CoreV1().Pods(pod.Namespace).Delete(d.getContext(), pod.Name, d.makeDeleteOptions()) } -// EvictPod will evict the give pod, or return an error if it couldn't +// EvictPod will evict the given pod, or return an error if it couldn't func (d *Helper) EvictPod(pod corev1.Pod, evictionGroupVersion schema.GroupVersion) error { if d.DryRunStrategy == cmdutil.DryRunServer { if err := d.DryRunVerifier.HasSupport(pod.GroupVersionKind()); err != nil { diff --git a/vendor/k8s.io/kubernetes/pkg/apis/apps/types.go b/vendor/k8s.io/kubernetes/pkg/apis/apps/types.go index 2673bc7ed..70a841c28 100644 --- a/vendor/k8s.io/kubernetes/pkg/apis/apps/types.go +++ b/vendor/k8s.io/kubernetes/pkg/apis/apps/types.go @@ -97,6 +97,40 @@ type RollingUpdateStatefulSetStrategy struct { Partition int32 } +// PersistentVolumeClaimRetentionPolicyType is a string enumeration of the policies that will determine +// when volumes from the VolumeClaimTemplates will be deleted when the controlling StatefulSet is +// deleted or scaled down. +type PersistentVolumeClaimRetentionPolicyType string + +const ( + // RetainPersistentVolumeClaimRetentionPolicyType is the default + // PersistentVolumeClaimRetentionPolicy and specifies that + // PersistentVolumeClaims associated with StatefulSet VolumeClaimTemplates + // will not be deleted. + RetainPersistentVolumeClaimRetentionPolicyType PersistentVolumeClaimRetentionPolicyType = "Retain" + // DeletePersistentVolumeClaimRetentionPolicyType specifies that + // PersistentVolumeClaims associated with StatefulSet VolumeClaimTemplates + // will be deleted in the scenario specified in + // StatefulSetPersistentVolumeClaimPolicy. + DeletePersistentVolumeClaimRetentionPolicyType PersistentVolumeClaimRetentionPolicyType = "Delete" +) + +// StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs +// created from the StatefulSet VolumeClaimTemplates. +type StatefulSetPersistentVolumeClaimRetentionPolicy struct { + // WhenDeleted specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is deleted. The default policy + // of `Retain` causes PVCs to not be affected by StatefulSet deletion. The + // `Delete` policy causes those PVCs to be deleted. + WhenDeleted PersistentVolumeClaimRetentionPolicyType + // WhenScaled specifies what happens to PVCs created from StatefulSet + // VolumeClaimTemplates when the StatefulSet is scaled down. The default + // policy of `Retain` causes PVCs to not be affected by a scaledown. The + // `Delete` policy causes the associated PVCs for any excess pods above + // the replica count to be deleted. + WhenScaled PersistentVolumeClaimRetentionPolicyType +} + // A StatefulSetSpec is the specification of a StatefulSet. type StatefulSetSpec struct { // Replicas is the desired number of replicas of the given Template. @@ -164,6 +198,12 @@ type StatefulSetSpec struct { // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. // +optional MinReadySeconds int32 + + // PersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from + // the StatefulSet VolumeClaimTemplates. This requires the + // StatefulSetAutoDeletePVC feature gate to be enabled, which is alpha. + // +optional + PersistentVolumeClaimRetentionPolicy *StatefulSetPersistentVolumeClaimRetentionPolicy } // StatefulSetStatus represents the current state of a StatefulSet. @@ -205,9 +245,7 @@ type StatefulSetStatus struct { Conditions []StatefulSetCondition // Total number of available pods (ready for at least minReadySeconds) targeted by this statefulset. - // This is an alpha field and requires enabling StatefulSetMinReadySeconds feature gate. - // Remove omitempty when graduating to beta - // +optional + // This is a beta field and requires enabling StatefulSetMinReadySeconds feature gate. AvailableReplicas int32 } @@ -572,7 +610,7 @@ type RollingUpdateDaemonSet struct { // pod is available (Ready for at least minReadySeconds) the old DaemonSet pod // on that node is marked deleted. If the old pod becomes unavailable for any // reason (Ready transitions to false, is evicted, or is drained) an updated - // pod is immediatedly created on that node without considering surge limits. + // pod is immediately created on that node without considering surge limits. // Allowing surge implies the possibility that the resources consumed by the // daemonset on any given node can double if the readiness check fails, and // so resource intensive daemonsets should take into account that they may diff --git a/vendor/k8s.io/kubernetes/pkg/apis/apps/v1/zz_generated.conversion.go b/vendor/k8s.io/kubernetes/pkg/apis/apps/v1/zz_generated.conversion.go index 48419ed12..7789fb681 100644 --- a/vendor/k8s.io/kubernetes/pkg/apis/apps/v1/zz_generated.conversion.go +++ b/vendor/k8s.io/kubernetes/pkg/apis/apps/v1/zz_generated.conversion.go @@ -1,3 +1,4 @@ +//go:build !ignore_autogenerated // +build !ignore_autogenerated /* @@ -260,6 +261,16 @@ func RegisterConversions(s *runtime.Scheme) error { }); err != nil { return err } + if err := s.AddGeneratedConversionFunc((*v1.StatefulSetPersistentVolumeClaimRetentionPolicy)(nil), (*apps.StatefulSetPersistentVolumeClaimRetentionPolicy)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_v1_StatefulSetPersistentVolumeClaimRetentionPolicy_To_apps_StatefulSetPersistentVolumeClaimRetentionPolicy(a.(*v1.StatefulSetPersistentVolumeClaimRetentionPolicy), b.(*apps.StatefulSetPersistentVolumeClaimRetentionPolicy), scope) + }); err != nil { + return err + } + if err := s.AddGeneratedConversionFunc((*apps.StatefulSetPersistentVolumeClaimRetentionPolicy)(nil), (*v1.StatefulSetPersistentVolumeClaimRetentionPolicy)(nil), func(a, b interface{}, scope conversion.Scope) error { + return Convert_apps_StatefulSetPersistentVolumeClaimRetentionPolicy_To_v1_StatefulSetPersistentVolumeClaimRetentionPolicy(a.(*apps.StatefulSetPersistentVolumeClaimRetentionPolicy), b.(*v1.StatefulSetPersistentVolumeClaimRetentionPolicy), scope) + }); err != nil { + return err + } if err := s.AddGeneratedConversionFunc((*v1.StatefulSetStatus)(nil), (*apps.StatefulSetStatus)(nil), func(a, b interface{}, scope conversion.Scope) error { return Convert_v1_StatefulSetStatus_To_apps_StatefulSetStatus(a.(*v1.StatefulSetStatus), b.(*apps.StatefulSetStatus), scope) }); err != nil { @@ -1153,6 +1164,28 @@ func Convert_apps_StatefulSetList_To_v1_StatefulSetList(in *apps.StatefulSetList return autoConvert_apps_StatefulSetList_To_v1_StatefulSetList(in, out, s) } +func autoConvert_v1_StatefulSetPersistentVolumeClaimRetentionPolicy_To_apps_StatefulSetPersistentVolumeClaimRetentionPolicy(in *v1.StatefulSetPersistentVolumeClaimRetentionPolicy, out *apps.StatefulSetPersistentVolumeClaimRetentionPolicy, s conversion.Scope) error { + out.WhenDeleted = apps.PersistentVolumeClaimRetentionPolicyType(in.WhenDeleted) + out.WhenScaled = apps.PersistentVolumeClaimRetentionPolicyType(in.WhenScaled) + return nil +} + +// Convert_v1_StatefulSetPersistentVolumeClaimRetentionPolicy_To_apps_StatefulSetPersistentVolumeClaimRetentionPolicy is an autogenerated conversion function. +func Convert_v1_StatefulSetPersistentVolumeClaimRetentionPolicy_To_apps_StatefulSetPersistentVolumeClaimRetentionPolicy(in *v1.StatefulSetPersistentVolumeClaimRetentionPolicy, out *apps.StatefulSetPersistentVolumeClaimRetentionPolicy, s conversion.Scope) error { + return autoConvert_v1_StatefulSetPersistentVolumeClaimRetentionPolicy_To_apps_StatefulSetPersistentVolumeClaimRetentionPolicy(in, out, s) +} + +func autoConvert_apps_StatefulSetPersistentVolumeClaimRetentionPolicy_To_v1_StatefulSetPersistentVolumeClaimRetentionPolicy(in *apps.StatefulSetPersistentVolumeClaimRetentionPolicy, out *v1.StatefulSetPersistentVolumeClaimRetentionPolicy, s conversion.Scope) error { + out.WhenDeleted = v1.PersistentVolumeClaimRetentionPolicyType(in.WhenDeleted) + out.WhenScaled = v1.PersistentVolumeClaimRetentionPolicyType(in.WhenScaled) + return nil +} + +// Convert_apps_StatefulSetPersistentVolumeClaimRetentionPolicy_To_v1_StatefulSetPersistentVolumeClaimRetentionPolicy is an autogenerated conversion function. +func Convert_apps_StatefulSetPersistentVolumeClaimRetentionPolicy_To_v1_StatefulSetPersistentVolumeClaimRetentionPolicy(in *apps.StatefulSetPersistentVolumeClaimRetentionPolicy, out *v1.StatefulSetPersistentVolumeClaimRetentionPolicy, s conversion.Scope) error { + return autoConvert_apps_StatefulSetPersistentVolumeClaimRetentionPolicy_To_v1_StatefulSetPersistentVolumeClaimRetentionPolicy(in, out, s) +} + func autoConvert_v1_StatefulSetSpec_To_apps_StatefulSetSpec(in *v1.StatefulSetSpec, out *apps.StatefulSetSpec, s conversion.Scope) error { if err := metav1.Convert_Pointer_int32_To_int32(&in.Replicas, &out.Replicas, s); err != nil { return err @@ -1169,6 +1202,7 @@ func autoConvert_v1_StatefulSetSpec_To_apps_StatefulSetSpec(in *v1.StatefulSetSp } out.RevisionHistoryLimit = (*int32)(unsafe.Pointer(in.RevisionHistoryLimit)) out.MinReadySeconds = in.MinReadySeconds + out.PersistentVolumeClaimRetentionPolicy = (*apps.StatefulSetPersistentVolumeClaimRetentionPolicy)(unsafe.Pointer(in.PersistentVolumeClaimRetentionPolicy)) return nil } @@ -1188,6 +1222,7 @@ func autoConvert_apps_StatefulSetSpec_To_v1_StatefulSetSpec(in *apps.StatefulSet } out.RevisionHistoryLimit = (*int32)(unsafe.Pointer(in.RevisionHistoryLimit)) out.MinReadySeconds = in.MinReadySeconds + out.PersistentVolumeClaimRetentionPolicy = (*v1.StatefulSetPersistentVolumeClaimRetentionPolicy)(unsafe.Pointer(in.PersistentVolumeClaimRetentionPolicy)) return nil } diff --git a/vendor/k8s.io/kubernetes/pkg/apis/rbac/types.go b/vendor/k8s.io/kubernetes/pkg/apis/rbac/types.go index 1bdd3a603..80cfba327 100644 --- a/vendor/k8s.io/kubernetes/pkg/apis/rbac/types.go +++ b/vendor/k8s.io/kubernetes/pkg/apis/rbac/types.go @@ -43,7 +43,7 @@ const ( // PolicyRule holds information that describes a policy rule, but does not contain information // about who the rule applies to or which namespace the rule applies to. type PolicyRule struct { - // Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. '*' represents all verbs. + // Verbs is a list of Verbs that apply to ALL the ResourceKinds contained in this rule. '*' represents all verbs. Verbs []string // APIGroups is the name of the APIGroup that contains the resources. diff --git a/vendor/k8s.io/kubernetes/pkg/features/kube_features.go b/vendor/k8s.io/kubernetes/pkg/features/kube_features.go index c628e3eb1..bcc80f8fd 100644 --- a/vendor/k8s.io/kubernetes/pkg/features/kube_features.go +++ b/vendor/k8s.io/kubernetes/pkg/features/kube_features.go @@ -94,6 +94,7 @@ const ( // owner: @verb // alpha: v1.16 + // beta: v1.23 // // Allows running an ephemeral container in pod namespaces to troubleshoot a running pod. EphemeralContainers featuregate.Feature = "EphemeralContainers" @@ -132,54 +133,18 @@ const ( // Allows setting memory affinity for a container based on NUMA topology MemoryManager featuregate.Feature = "MemoryManager" - // owner: @sjenning - // alpha: v1.4 - // beta: v1.11 - // ga: v1.21 - // - // Enable pods to set sysctls on a pod - Sysctls featuregate.Feature = "Sysctls" - // owner: @pospispa // GA: v1.11 // // Postpone deletion of a PV or a PVC when they are being used StorageObjectInUseProtection featuregate.Feature = "StorageObjectInUseProtection" - // owner: @dims, @derekwaynecarr - // alpha: v1.10 - // beta: v1.14 - // GA: v1.20 - // - // Implement support for limiting pids in pods - SupportPodPidsLimit featuregate.Feature = "SupportPodPidsLimit" - - // owner: @mikedanese - // alpha: v1.13 - // beta: v1.21 - // ga: v1.22 - // - // Migrate ServiceAccount volumes to use a projected volume consisting of a - // ServiceAccountTokenVolumeProjection. This feature adds new required flags - // to the API server. - BoundServiceAccountTokenVolume featuregate.Feature = "BoundServiceAccountTokenVolume" - - // owner: @mtaufen - // alpha: v1.18 - // beta: v1.20 - // stable: v1.21 - // - // Enable OIDC discovery endpoints (issuer and JWKS URLs) for the service - // account issuer in the API server. - // Note these endpoints serve minimally-compliant discovery docs that are - // intended to be used for service account token verification. - ServiceAccountIssuerDiscovery featuregate.Feature = "ServiceAccountIssuerDiscovery" - // owner: @saad-ali // ga: v1.10 // // Allow mounting a subpath of a volume in a container - // Do not remove this feature gate even though it's GA + // NOTE: This feature gate has been deprecated and is no longer enforced. + // It will be completely removed in 1.25. Until then, it's still visible in `kubelet --help` VolumeSubpath featuregate.Feature = "VolumeSubpath" // owner: @pohly @@ -206,6 +171,7 @@ const ( // owner: @pohly // alpha: v1.19 // beta: v1.21 + // GA: v1.23 // // Enables generic ephemeral inline volume support for pods GenericEphemeralVolume featuregate.Feature = "GenericEphemeralVolume" @@ -229,15 +195,6 @@ const ( // Enables RuntimeClass, for selecting between multiple runtimes to run a pod. RuntimeClass featuregate.Feature = "RuntimeClass" - // owner: @mtaufen - // alpha: v1.12 - // beta: v1.14 - // GA: v1.17 - // - // Kubelet uses the new Lease API to report node heartbeats, - // (Kube) Node Lifecycle Controller uses these heartbeats as a node health signal. - NodeLease featuregate.Feature = "NodeLease" - // owner: @rikatz // kep: http://kep.k8s.io/2079 // alpha: v1.21 @@ -254,6 +211,7 @@ const ( // owner: @janetkuo // alpha: v1.12 + // beta: v1.21 // // Allow TTL controller to clean up Pods and Jobs after they finish. TTLAfterFinished featuregate.Feature = "TTLAfterFinished" @@ -267,6 +225,7 @@ const ( // owner: @alculquicondor // alpha: v1.22 + // beta: v1.23 // // Track Job completion without relying on Pod remaining in the cluster // indefinitely. Pod finalizers, in addition to a field in the Job status @@ -274,6 +233,12 @@ const ( // yet. JobTrackingWithFinalizers featuregate.Feature = "JobTrackingWithFinalizers" + // owner: @alculquicondor + // alpha: v1.23 + // + // Track the number of pods with Ready condition in the Job status. + JobReadyPods featuregate.Feature = "JobReadyPods" + // owner: @dashpole // alpha: v1.13 // beta: v1.15 @@ -365,9 +330,34 @@ const ( // Disables the OpenStack Cinder in-tree driver. InTreePluginOpenStackUnregister featuregate.Feature = "InTreePluginOpenStackUnregister" - // owner: @huffmanca + // owner: @trierra + // alpha: v1.23 + // + // Enables the Portworx in-tree driver to Portworx migration feature. + CSIMigrationPortworx featuregate.Feature = "CSIMigrationPortworx" + + // owner: @trierra + // alpha: v1.23 + // + // Disables the Portworx in-tree driver. + InTreePluginPortworxUnregister featuregate.Feature = "InTreePluginPortworxUnregister" + + // owner: @humblec + // alpha: v1.23 + // + // Enables the RBD in-tree driver to RBD CSI Driver migration feature. + CSIMigrationRBD featuregate.Feature = "csiMigrationRBD" + + // owner: @humblec + // alpha: v1.23 + // + // Disables the RBD in-tree driver. + InTreePluginRBDUnregister featuregate.Feature = "InTreePluginRBDUnregister" + + // owner: @huffmanca, @dobsonj // alpha: v1.19 // beta: v1.20 + // GA: v1.23 // // Determines if a CSI Driver supports applying fsGroup. CSIVolumeFSGroupPolicy featuregate.Feature = "CSIVolumeFSGroupPolicy" @@ -375,24 +365,19 @@ const ( // owner: @gnufied // alpha: v1.18 // beta: v1.20 + // GA: v1.23 // Allows user to configure volume permission change policy for fsGroups when mounting // a volume in a Pod. ConfigurableFSGroupPolicy featuregate.Feature = "ConfigurableFSGroupPolicy" // owner: @gnufied, @verult // alpha: v1.22 + // beta: v1.23 // If supported by the CSI driver, delegates the role of applying FSGroup to // the driver by passing FSGroup through the NodeStageVolume and // NodePublishVolume calls. DelegateFSGroupToCSIDriver featuregate.Feature = "DelegateFSGroupToCSIDriver" - // owner: @RobertKrawitz, @derekwaynecarr - // beta: v1.15 - // GA: v1.20 - // - // Implement support for limiting pids in nodes - SupportNodePidsLimit featuregate.Feature = "SupportNodePidsLimit" - // owner: @RobertKrawitz // alpha: v1.15 // @@ -449,21 +434,6 @@ const ( // Enable Endpoint Slice consumption by kube-proxy in Windows for improved scalability. WindowsEndpointSliceProxying featuregate.Feature = "WindowsEndpointSliceProxying" - // owner: @matthyx - // alpha: v1.16 - // beta: v1.18 - // GA: v1.20 - // - // Enables the startupProbe in kubelet worker. - StartupProbe featuregate.Feature = "StartupProbe" - - // owner: @deads2k - // beta: v1.17 - // GA: v1.21 - // - // Enables the users to skip TLS verification of kubelets on pod logs requests - AllowInsecureBackendProxy featuregate.Feature = "AllowInsecureBackendProxy" - // owner: @mortent // alpha: v1.3 // beta: v1.5 @@ -471,15 +441,6 @@ const ( // Enable all logic related to the PodDisruptionBudget API object in policy PodDisruptionBudget featuregate.Feature = "PodDisruptionBudget" - // owner: @alaypatel07, @soltysh - // alpha: v1.20 - // beta: v1.21 - // GA: v1.22 - // - // CronJobControllerV2 controls whether the controller manager starts old cronjob - // controller or new one which is implemented with informers and delaying queue - CronJobControllerV2 featuregate.Feature = "CronJobControllerV2" - // owner: @smarterclayton // alpha: v1.21 // beta: v1.22 @@ -603,6 +564,12 @@ const ( // Disable any functionality in kube-apiserver, kube-controller-manager and kubelet related to the `--cloud-provider` component flag. DisableCloudProviders featuregate.Feature = "DisableCloudProviders" + // owner: @andrewsykim + // alpha: v1.23 + // + // Disable in-tree functionality in kubelet to authenticate to cloud provider container registries for image pull credentials. + DisableKubeletCloudCredentialProviders featuregate.Feature = "DisableKubeletCloudCredentialProviders" + // owner: @zshihang // alpha: v1.20 // beta: v1.21 @@ -618,6 +585,12 @@ const ( // Adds support for kubelet to detect node shutdown and gracefully terminate pods prior to the node being shutdown. GracefulNodeShutdown featuregate.Feature = "GracefulNodeShutdown" + // owner: @wzshiming + // alpha: v1.23 + // + // Make the kubelet use shutdown configuration based on pod priority values for graceful shutdown. + GracefulNodeShutdownBasedOnPodPriority featuregate.Feature = "GracefulNodeShutdownBasedOnPodPriority" + // owner: @andrewsykim @uablrek // kep: http://kep.k8s.io/1864 // alpha: v1.20 @@ -637,6 +610,12 @@ const ( // alpha: v1.21 VolumeCapacityPriority featuregate.Feature = "VolumeCapacityPriority" + // owner: @mattcary + // alpha: v1.22 + // + // Enables policies controlling deletion of PVCs created by a StatefulSet. + StatefulSetAutoDeletePVC featuregate.Feature = "StatefulSetAutoDeletePVC" + // owner: @ahg-g // alpha: v1.21 // beta: v1.22 @@ -647,6 +626,7 @@ const ( // owner: @robscott // kep: http://kep.k8s.io/2433 // alpha: v1.21 + // beta: v1.23 // // Enables topology aware hints for EndpointSlices TopologyAwareHints featuregate.Feature = "TopologyAwareHints" @@ -689,6 +669,7 @@ const ( // kep: http://kep.k8s.io/2365 // alpha: v1.21 // beta: v1.22 + // GA: v1.23 // // Enable Scope and Namespace fields on IngressClassParametersReference. IngressClassNamespacedParams featuregate.Feature = "IngressClassNamespacedParams" @@ -696,6 +677,7 @@ const ( // owner: @maplain @andrewsykim // kep: http://kep.k8s.io/2086 // alpha: v1.21 + // beta: v1.22 // // Enables node-local routing for Service internal traffic ServiceInternalTrafficPolicy featuregate.Feature = "ServiceInternalTrafficPolicy" @@ -709,7 +691,7 @@ const ( // owner: @fromanirh // alpha: v1.21 - // + // beta: v1.23 // Enable POD resources API to return allocatable resources KubeletPodResourcesGetAllocatable featuregate.Feature = "KubeletPodResourcesGetAllocatable" @@ -729,16 +711,25 @@ const ( // owner: @marosset // alpha: v1.22 + // beta: v1.23 // // Enables support for 'HostProcess' containers on Windows nodes. WindowsHostProcessContainers featuregate.Feature = "WindowsHostProcessContainers" // owner: @ravig + // kep: https://kep.k8s.io/2607 // alpha: v1.22 - // + // beta: v1.23 // StatefulSetMinReadySeconds allows minReadySeconds to be respected by StatefulSet controller StatefulSetMinReadySeconds featuregate.Feature = "StatefulSetMinReadySeconds" + // owner: @ravig + // alpha: v1.23 + // + // IdentifyPodOS allows user to specify OS on which they'd like the Pod run. The user should still set the nodeSelector + // with appropriate `kubernetes.io/os` label for scheduler to identify appropriate node for the pod to run. + IdentifyPodOS featuregate.Feature = "IdentifyPodOS" + // owner: @gjkim42 // kep: http://kep.k8s.io/2595 // alpha: v1.22 @@ -754,6 +745,7 @@ const ( // owner: @liggitt, @tallclair, sig-auth // alpha: v1.22 + // beta: v1.23 // // Enables the PodSecurity admission plugin PodSecurity featuregate.Feature = "PodSecurity" @@ -787,8 +779,9 @@ const ( // owner: @fromanirh // alpha: v1.22 + // beta: v1.23 // - // Allow fine-tuning of cpumanager policies + // Allow the usage of options to fine-tune the cpumanager policies. CPUManagerPolicyOptions featuregate.Feature = "CPUManagerPolicyOptions" // owner: @jiahuif @@ -797,6 +790,71 @@ const ( // // Enables Leader Migration for kube-controller-manager and cloud-controller-manager ControllerManagerLeaderMigration featuregate.Feature = "ControllerManagerLeaderMigration" + + // owner: @fromanirh + // alpha: v1.23 + // beta: see below. + // + // Allow fine-tuning of cpumanager policies, experimental, alpha-quality options + // Per https://groups.google.com/g/kubernetes-sig-architecture/c/Nxsc7pfe5rw/m/vF2djJh0BAAJ + // We want to avoid a proliferation of feature gates. This feature gate: + // - will guard *a group* of cpumanager options whose quality level is alpha. + // - will never graduate to beta or stable. + // See https://groups.google.com/g/kubernetes-sig-architecture/c/Nxsc7pfe5rw/m/vF2djJh0BAAJ + // for details about the removal of this feature gate. + CPUManagerPolicyAlphaOptions featuregate.Feature = "CPUManagerPolicyAlphaOptions" + + // owner: @fromanirh + // beta: v1.23 + // beta: see below. + // + // Allow fine-tuning of cpumanager policies, experimental, beta-quality options + // Per https://groups.google.com/g/kubernetes-sig-architecture/c/Nxsc7pfe5rw/m/vF2djJh0BAAJ + // We want to avoid a proliferation of feature gates. This feature gate: + // - will guard *a group* of cpumanager options whose quality level is beta. + // - is thus *introduced* as beta + // - will never graduate to stable. + // See https://groups.google.com/g/kubernetes-sig-architecture/c/Nxsc7pfe5rw/m/vF2djJh0BAAJ + // for details about the removal of this feature gate. + CPUManagerPolicyBetaOptions featuregate.Feature = "CPUManagerPolicyBetaOptions" + + // owner: @ahg + // beta: v1.23 + // + // Allow updating node scheduling directives in the pod template of jobs. Specifically, + // node affinity, selector and tolerations. This is allowed only for suspended jobs + // that have never been unsuspended before. + JobMutableNodeSchedulingDirectives featuregate.Feature = "JobMutableNodeSchedulingDirectives" + + // owner: @haircommander + // kep: http://kep.k8s.io/2364 + // alpha: v1.23 + // + // Configures the Kubelet to use the CRI to populate pod and container stats, instead of supplimenting with stats from cAdvisor. + // Requires the CRI implementation supports supplying the required stats. + PodAndContainerStatsFromCRI featuregate.Feature = "PodAndContainerStatsFromCRI" + + // owner: @deepakkinni @xing-yang + // kep: http://kep.k8s.io/2680 + // alpha: v1.23 + // + // Honor Persistent Volume Reclaim Policy when it is "Delete" irrespective of PV-PVC + // deletion ordering. + HonorPVReclaimPolicy featuregate.Feature = "HonorPVReclaimPolicy" + + // owner: @gnufied + // kep: http://kep.k8s.io/1790 + // alpha: v1.23 + // + // Allow users to recover from volume expansion failure + RecoverVolumeExpansionFailure featuregate.Feature = "RecoverVolumeExpansionFailure" + + // owner: @yuzhiquan, @bowei, @PxyUp + // kep: http://kep.k8s.io/2727 + // alpha: v1.23 + // + // Enables GRPC probe method for {Liveness,Readiness,Startup}Probe. + GRPCContainerProbe featuregate.Feature = "GRPCContainerProbe" ) func init() { @@ -813,8 +871,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS DevicePlugins: {Default: true, PreRelease: featuregate.Beta}, RotateKubeletServerCertificate: {Default: true, PreRelease: featuregate.Beta}, LocalStorageCapacityIsolation: {Default: true, PreRelease: featuregate.Beta}, - Sysctls: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23 - EphemeralContainers: {Default: false, PreRelease: featuregate.Alpha}, + EphemeralContainers: {Default: true, PreRelease: featuregate.Beta}, QOSReserved: {Default: false, PreRelease: featuregate.Alpha}, ExpandPersistentVolumes: {Default: true, PreRelease: featuregate.Beta}, ExpandInUsePersistentVolumes: {Default: true, PreRelease: featuregate.Beta}, @@ -823,17 +880,13 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS MemoryManager: {Default: true, PreRelease: featuregate.Beta}, CPUCFSQuotaPeriod: {Default: false, PreRelease: featuregate.Alpha}, TopologyManager: {Default: true, PreRelease: featuregate.Beta}, - StorageObjectInUseProtection: {Default: true, PreRelease: featuregate.GA}, - SupportPodPidsLimit: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23 - SupportNodePidsLimit: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23 - BoundServiceAccountTokenVolume: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23 - ServiceAccountIssuerDiscovery: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.22 + StorageObjectInUseProtection: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25 CSIMigration: {Default: true, PreRelease: featuregate.Beta}, - CSIMigrationGCE: {Default: false, PreRelease: featuregate.Beta}, // Off by default (requires GCE PD CSI Driver) + CSIMigrationGCE: {Default: true, PreRelease: featuregate.Beta}, // On by default in 1.23 (requires GCE PD CSI Driver) InTreePluginGCEUnregister: {Default: false, PreRelease: featuregate.Alpha}, - CSIMigrationAWS: {Default: false, PreRelease: featuregate.Beta}, // Off by default (requires AWS EBS CSI driver) + CSIMigrationAWS: {Default: true, PreRelease: featuregate.Beta}, InTreePluginAWSUnregister: {Default: false, PreRelease: featuregate.Alpha}, - CSIMigrationAzureDisk: {Default: false, PreRelease: featuregate.Beta}, // Off by default (requires Azure Disk CSI driver) + CSIMigrationAzureDisk: {Default: true, PreRelease: featuregate.Beta}, // On by default in 1.23 (requires Azure Disk CSI driver) InTreePluginAzureDiskUnregister: {Default: false, PreRelease: featuregate.Alpha}, CSIMigrationAzureFile: {Default: false, PreRelease: featuregate.Beta}, // Off by default (requires Azure File CSI driver) InTreePluginAzureFileUnregister: {Default: false, PreRelease: featuregate.Alpha}, @@ -841,42 +894,43 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS InTreePluginvSphereUnregister: {Default: false, PreRelease: featuregate.Alpha}, CSIMigrationOpenStack: {Default: true, PreRelease: featuregate.Beta}, InTreePluginOpenStackUnregister: {Default: false, PreRelease: featuregate.Alpha}, - VolumeSubpath: {Default: true, PreRelease: featuregate.GA}, - ConfigurableFSGroupPolicy: {Default: true, PreRelease: featuregate.Beta}, + CSIMigrationRBD: {Default: false, PreRelease: featuregate.Alpha}, // Off by default (requires RBD CSI driver) + InTreePluginRBDUnregister: {Default: false, PreRelease: featuregate.Alpha}, + ConfigurableFSGroupPolicy: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25 + CSIMigrationPortworx: {Default: false, PreRelease: featuregate.Alpha}, // Off by default (requires Portworx CSI driver) + InTreePluginPortworxUnregister: {Default: false, PreRelease: featuregate.Alpha}, CSIInlineVolume: {Default: true, PreRelease: featuregate.Beta}, CSIStorageCapacity: {Default: true, PreRelease: featuregate.Beta}, CSIServiceAccountToken: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23 - GenericEphemeralVolume: {Default: true, PreRelease: featuregate.Beta}, - CSIVolumeFSGroupPolicy: {Default: true, PreRelease: featuregate.Beta}, + GenericEphemeralVolume: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25 + CSIVolumeFSGroupPolicy: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25 + VolumeSubpath: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25 RuntimeClass: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23 - NodeLease: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, NetworkPolicyEndPort: {Default: true, PreRelease: featuregate.Beta}, ProcMountType: {Default: false, PreRelease: featuregate.Alpha}, - TTLAfterFinished: {Default: true, PreRelease: featuregate.Beta}, + TTLAfterFinished: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25 IndexedJob: {Default: true, PreRelease: featuregate.Beta}, - JobTrackingWithFinalizers: {Default: false, PreRelease: featuregate.Alpha}, + JobTrackingWithFinalizers: {Default: true, PreRelease: featuregate.Beta}, + JobReadyPods: {Default: false, PreRelease: featuregate.Alpha}, KubeletPodResources: {Default: true, PreRelease: featuregate.Beta}, LocalStorageCapacityIsolationFSQuotaMonitoring: {Default: false, PreRelease: featuregate.Alpha}, NonPreemptingPriority: {Default: true, PreRelease: featuregate.Beta}, PodOverhead: {Default: true, PreRelease: featuregate.Beta}, - IPv6DualStack: {Default: true, PreRelease: featuregate.Beta}, + IPv6DualStack: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25 EndpointSlice: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25 EndpointSliceProxying: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25 EndpointSliceTerminatingCondition: {Default: true, PreRelease: featuregate.Beta}, ProxyTerminatingEndpoints: {Default: false, PreRelease: featuregate.Alpha}, - EndpointSliceNodeName: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, //remove in 1.25 + EndpointSliceNodeName: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25 WindowsEndpointSliceProxying: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25 - StartupProbe: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23 - AllowInsecureBackendProxy: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23 PodDisruptionBudget: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.25 - CronJobControllerV2: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23 DaemonSetUpdateSurge: {Default: true, PreRelease: featuregate.Beta}, // on by default in 1.22 ImmutableEphemeralVolumes: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.24 - HugePageStorageMediumSize: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.23 - DownwardAPIHugePages: {Default: false, PreRelease: featuregate.Beta}, // on by default in 1.22 + HugePageStorageMediumSize: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.24 + DownwardAPIHugePages: {Default: true, PreRelease: featuregate.Beta}, // on by default in 1.22 AnyVolumeDataSource: {Default: false, PreRelease: featuregate.Alpha}, DefaultPodTopologySpread: {Default: true, PreRelease: featuregate.Beta}, - SetHostnameAsFQDN: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, //remove in 1.24 + SetHostnameAsFQDN: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.24 WinOverlay: {Default: true, PreRelease: featuregate.Beta}, WinDSR: {Default: false, PreRelease: featuregate.Alpha}, DisableAcceleratorUsageMetrics: {Default: true, PreRelease: featuregate.Beta}, @@ -885,6 +939,7 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS ExecProbeTimeout: {Default: true, PreRelease: featuregate.GA}, // lock to default and remove after v1.22 based on KEP #1972 update KubeletCredentialProviders: {Default: false, PreRelease: featuregate.Alpha}, GracefulNodeShutdown: {Default: true, PreRelease: featuregate.Beta}, + GracefulNodeShutdownBasedOnPodPriority: {Default: false, PreRelease: featuregate.Alpha}, ServiceLBNodePortControl: {Default: true, PreRelease: featuregate.Beta}, MixedProtocolLBService: {Default: false, PreRelease: featuregate.Alpha}, VolumeCapacityPriority: {Default: false, PreRelease: featuregate.Alpha}, @@ -892,42 +947,55 @@ var defaultKubernetesFeatureGates = map[featuregate.Feature]featuregate.FeatureS ProbeTerminationGracePeriod: {Default: false, PreRelease: featuregate.Beta}, // Default to false in beta 1.22, set to true in 1.24 NodeSwap: {Default: false, PreRelease: featuregate.Alpha}, PodDeletionCost: {Default: true, PreRelease: featuregate.Beta}, - TopologyAwareHints: {Default: false, PreRelease: featuregate.Alpha}, + StatefulSetAutoDeletePVC: {Default: false, PreRelease: featuregate.Alpha}, + TopologyAwareHints: {Default: false, PreRelease: featuregate.Beta}, PodAffinityNamespaceSelector: {Default: true, PreRelease: featuregate.Beta}, ServiceLoadBalancerClass: {Default: true, PreRelease: featuregate.Beta}, - IngressClassNamespacedParams: {Default: true, PreRelease: featuregate.Beta}, + IngressClassNamespacedParams: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.24 ServiceInternalTrafficPolicy: {Default: true, PreRelease: featuregate.Beta}, LogarithmicScaleDown: {Default: true, PreRelease: featuregate.Beta}, SuspendJob: {Default: true, PreRelease: featuregate.Beta}, - KubeletPodResourcesGetAllocatable: {Default: false, PreRelease: featuregate.Alpha}, + KubeletPodResourcesGetAllocatable: {Default: true, PreRelease: featuregate.Beta}, NamespaceDefaultLabelName: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.24 CSIVolumeHealth: {Default: false, PreRelease: featuregate.Alpha}, - WindowsHostProcessContainers: {Default: false, PreRelease: featuregate.Alpha}, + WindowsHostProcessContainers: {Default: true, PreRelease: featuregate.Beta}, DisableCloudProviders: {Default: false, PreRelease: featuregate.Alpha}, - StatefulSetMinReadySeconds: {Default: false, PreRelease: featuregate.Alpha}, + DisableKubeletCloudCredentialProviders: {Default: false, PreRelease: featuregate.Alpha}, + StatefulSetMinReadySeconds: {Default: true, PreRelease: featuregate.Beta}, ExpandedDNSConfig: {Default: false, PreRelease: featuregate.Alpha}, SeccompDefault: {Default: false, PreRelease: featuregate.Alpha}, - PodSecurity: {Default: false, PreRelease: featuregate.Alpha}, + PodSecurity: {Default: true, PreRelease: featuregate.Beta}, ReadWriteOncePod: {Default: false, PreRelease: featuregate.Alpha}, CSRDuration: {Default: true, PreRelease: featuregate.Beta}, - DelegateFSGroupToCSIDriver: {Default: false, PreRelease: featuregate.Alpha}, + DelegateFSGroupToCSIDriver: {Default: true, PreRelease: featuregate.Beta}, KubeletInUserNamespace: {Default: false, PreRelease: featuregate.Alpha}, MemoryQoS: {Default: false, PreRelease: featuregate.Alpha}, - CPUManagerPolicyOptions: {Default: false, PreRelease: featuregate.Alpha}, + CPUManagerPolicyOptions: {Default: true, PreRelease: featuregate.Beta}, ControllerManagerLeaderMigration: {Default: true, PreRelease: featuregate.Beta}, + CPUManagerPolicyAlphaOptions: {Default: false, PreRelease: featuregate.Alpha}, + CPUManagerPolicyBetaOptions: {Default: true, PreRelease: featuregate.Beta}, + JobMutableNodeSchedulingDirectives: {Default: true, PreRelease: featuregate.Beta}, + IdentifyPodOS: {Default: false, PreRelease: featuregate.Alpha}, + PodAndContainerStatsFromCRI: {Default: false, PreRelease: featuregate.Alpha}, + HonorPVReclaimPolicy: {Default: false, PreRelease: featuregate.Alpha}, + RecoverVolumeExpansionFailure: {Default: false, PreRelease: featuregate.Alpha}, + GRPCContainerProbe: {Default: false, PreRelease: featuregate.Alpha}, // inherited features from generic apiserver, relisted here to get a conflict if it is changed // unintentionally on either side: - genericfeatures.StreamingProxyRedirects: {Default: false, PreRelease: featuregate.Deprecated}, // remove in 1.24 - genericfeatures.ValidateProxyRedirects: {Default: true, PreRelease: featuregate.Deprecated}, - genericfeatures.AdvancedAuditing: {Default: true, PreRelease: featuregate.GA}, - genericfeatures.APIResponseCompression: {Default: true, PreRelease: featuregate.Beta}, - genericfeatures.APIListChunking: {Default: true, PreRelease: featuregate.Beta}, - genericfeatures.DryRun: {Default: true, PreRelease: featuregate.GA}, - genericfeatures.ServerSideApply: {Default: true, PreRelease: featuregate.GA}, - genericfeatures.APIPriorityAndFairness: {Default: true, PreRelease: featuregate.Beta}, - genericfeatures.WarningHeaders: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.24 - + genericfeatures.StreamingProxyRedirects: {Default: false, PreRelease: featuregate.Deprecated}, // remove in 1.24 + genericfeatures.ValidateProxyRedirects: {Default: true, PreRelease: featuregate.Deprecated}, + genericfeatures.AdvancedAuditing: {Default: true, PreRelease: featuregate.GA}, + genericfeatures.APIResponseCompression: {Default: true, PreRelease: featuregate.Beta}, + genericfeatures.APIListChunking: {Default: true, PreRelease: featuregate.Beta}, + genericfeatures.DryRun: {Default: true, PreRelease: featuregate.GA}, + genericfeatures.ServerSideApply: {Default: true, PreRelease: featuregate.GA}, + genericfeatures.APIPriorityAndFairness: {Default: true, PreRelease: featuregate.Beta}, + genericfeatures.WarningHeaders: {Default: true, PreRelease: featuregate.GA, LockToDefault: true}, // remove in 1.24 + genericfeatures.OpenAPIEnums: {Default: false, PreRelease: featuregate.Alpha}, + genericfeatures.CustomResourceValidationExpressions: {Default: false, PreRelease: featuregate.Alpha}, + genericfeatures.OpenAPIV3: {Default: false, PreRelease: featuregate.Alpha}, + genericfeatures.ServerSideFieldValidation: {Default: false, PreRelease: featuregate.Alpha}, // features that enable backwards compatibility but are scheduled to be removed // ... HPAScaleToZero: {Default: false, PreRelease: featuregate.Alpha}, diff --git a/vendor/modules.txt b/vendor/modules.txt index a986d78e0..e8b335714 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,17 +1,21 @@ # 4d63.com/gochecknoglobals v0.0.0-20201008074935-acfc0b28355a +## explicit; go 1.15 4d63.com/gochecknoglobals/checknoglobals -# cloud.google.com/go/compute v1.1.0 -## explicit +# cloud.google.com/go/compute v1.5.0 +## explicit; go 1.15 cloud.google.com/go/compute/metadata -# github.com/AlecAivazis/survey/v2 v2.3.2 -## explicit +# github.com/AlecAivazis/survey/v2 v2.3.4 +## explicit; go 1.13 github.com/AlecAivazis/survey/v2 github.com/AlecAivazis/survey/v2/core github.com/AlecAivazis/survey/v2/terminal # github.com/AlekSi/gocov-xml v0.0.0-20190121064608-3a14fb1c4737 ## explicit github.com/AlekSi/gocov-xml -# github.com/Azure/azure-sdk-for-go v61.3.0+incompatible +# github.com/Antonboom/errname v0.1.4 +## explicit; go 1.16 +github.com/Antonboom/errname/pkg/analyzer +# github.com/Azure/azure-sdk-for-go v63.1.0+incompatible ## explicit github.com/Azure/azure-sdk-for-go/profiles/2018-03-01/compute/mgmt/compute github.com/Azure/azure-sdk-for-go/profiles/2018-03-01/dns/mgmt/dns @@ -41,87 +45,132 @@ github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-06-01/storage github.com/Azure/azure-sdk-for-go/storage github.com/Azure/azure-sdk-for-go/version # github.com/Azure/go-ansiterm v0.0.0-20210617225240-d185dfc1b5a1 +## explicit; go 1.16 github.com/Azure/go-ansiterm github.com/Azure/go-ansiterm/winterm # github.com/Azure/go-autorest v14.2.0+incompatible -github.com/Azure/go-autorest -# github.com/Azure/go-autorest/autorest v0.11.24 ## explicit +github.com/Azure/go-autorest +# github.com/Azure/go-autorest/autorest v0.11.25 +## explicit; go 1.15 github.com/Azure/go-autorest/autorest github.com/Azure/go-autorest/autorest/azure # github.com/Azure/go-autorest/autorest/adal v0.9.18 -## explicit +## explicit; go 1.15 github.com/Azure/go-autorest/autorest/adal # github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 -## explicit +## explicit; go 1.15 github.com/Azure/go-autorest/autorest/azure/auth # github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 +## explicit; go 1.15 github.com/Azure/go-autorest/autorest/azure/cli # github.com/Azure/go-autorest/autorest/date v0.3.0 -## explicit +## explicit; go 1.12 github.com/Azure/go-autorest/autorest/date # github.com/Azure/go-autorest/autorest/to v0.4.0 -## explicit +## explicit; go 1.12 github.com/Azure/go-autorest/autorest/to # github.com/Azure/go-autorest/autorest/validation v0.3.1 -## explicit +## explicit; go 1.12 github.com/Azure/go-autorest/autorest/validation # github.com/Azure/go-autorest/logger v0.2.1 +## explicit; go 1.12 github.com/Azure/go-autorest/logger # github.com/Azure/go-autorest/tracing v0.6.0 -## explicit +## explicit; go 1.12 github.com/Azure/go-autorest/tracing -# github.com/BurntSushi/toml v1.0.0 => github.com/BurntSushi/toml v0.3.1 +# github.com/BurntSushi/toml v1.1.0 => github.com/BurntSushi/toml v0.3.1 +## explicit github.com/BurntSushi/toml -# github.com/Djarvur/go-err113 v0.1.0 +# github.com/Djarvur/go-err113 v0.0.0-20210108212216-aea10b59be24 +## explicit; go 1.13 github.com/Djarvur/go-err113 -# github.com/IBM-Cloud/bluemix-go v0.0.0-20220119131246-2af2dee48688 -## explicit +# github.com/IBM-Cloud/bluemix-go v0.0.0-20220407050707-b4cd0d4da813 +## explicit; go 1.13 github.com/IBM-Cloud/bluemix-go/crn -# github.com/IBM/go-sdk-core/v5 v5.9.1 -## explicit +# github.com/IBM/go-sdk-core/v5 v5.9.5 +## explicit; go 1.14 github.com/IBM/go-sdk-core/v5/core -# github.com/IBM/networking-go-sdk v0.24.0 -## explicit +# github.com/IBM/networking-go-sdk v0.28.0 +## explicit; go 1.14 github.com/IBM/networking-go-sdk/common github.com/IBM/networking-go-sdk/dnsrecordsv1 github.com/IBM/networking-go-sdk/zonesv1 -# github.com/IBM/platform-services-go-sdk v0.22.7 -## explicit +# github.com/IBM/platform-services-go-sdk v0.24.0 +## explicit; go 1.14 github.com/IBM/platform-services-go-sdk/common github.com/IBM/platform-services-go-sdk/iamidentityv1 github.com/IBM/platform-services-go-sdk/resourcecontrollerv2 github.com/IBM/platform-services-go-sdk/resourcemanagerv2 # github.com/IBM/vpc-go-sdk v1.0.1 +## explicit; go 1.14 github.com/IBM/vpc-go-sdk/common github.com/IBM/vpc-go-sdk/vpcv1 # github.com/MakeNowJust/heredoc v1.0.0 +## explicit; go 1.12 github.com/MakeNowJust/heredoc # github.com/Masterminds/semver v1.5.0 +## explicit github.com/Masterminds/semver -# github.com/Microsoft/go-winio v0.5.1 +# github.com/Microsoft/go-winio v0.5.2 +## explicit; go 1.13 github.com/Microsoft/go-winio github.com/Microsoft/go-winio/pkg/guid # github.com/OpenPeeDeeP/depguard v1.0.1 +## explicit; go 1.13 github.com/OpenPeeDeeP/depguard # github.com/PuerkitoBio/purell v1.1.1 +## explicit github.com/PuerkitoBio/purell # github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 +## explicit github.com/PuerkitoBio/urlesc # github.com/VividCortex/ewma v1.2.0 +## explicit; go 1.12 github.com/VividCortex/ewma # github.com/acarl005/stripansi v0.0.0-20180116102854-5a71ef0e047d -github.com/acarl005/stripansi -# github.com/alvaroloes/enumer v1.1.2 ## explicit +github.com/acarl005/stripansi +# github.com/alexkohler/prealloc v1.0.0 +## explicit; go 1.15 +github.com/alexkohler/prealloc/pkg +# github.com/aliyun/alibaba-cloud-sdk-go v1.61.1550 +## explicit; go 1.13 +github.com/aliyun/alibaba-cloud-sdk-go/sdk +github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth +github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials +github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/credentials/provider +github.com/aliyun/alibaba-cloud-sdk-go/sdk/auth/signers +github.com/aliyun/alibaba-cloud-sdk-go/sdk/endpoints +github.com/aliyun/alibaba-cloud-sdk-go/sdk/errors +github.com/aliyun/alibaba-cloud-sdk-go/sdk/requests +github.com/aliyun/alibaba-cloud-sdk-go/sdk/responses +github.com/aliyun/alibaba-cloud-sdk-go/sdk/utils +github.com/aliyun/alibaba-cloud-sdk-go/services/alidns +github.com/aliyun/alibaba-cloud-sdk-go/services/ecs +github.com/aliyun/alibaba-cloud-sdk-go/services/pvtz +github.com/aliyun/alibaba-cloud-sdk-go/services/resourcemanager +github.com/aliyun/alibaba-cloud-sdk-go/services/vpc +# github.com/aliyun/aliyun-oss-go-sdk v2.2.2+incompatible +## explicit +github.com/aliyun/aliyun-oss-go-sdk/oss +# github.com/alvaroloes/enumer v1.1.2 +## explicit; go 1.12 github.com/alvaroloes/enumer # github.com/apparentlymart/go-cidr v1.1.0 ## explicit github.com/apparentlymart/go-cidr/cidr # github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d +## explicit; go 1.13 github.com/asaskevich/govalidator -# github.com/aws/aws-sdk-go v1.42.40 -## explicit +# github.com/ashanbrown/forbidigo v1.2.0 +## explicit; go 1.12 +github.com/ashanbrown/forbidigo/forbidigo +# github.com/ashanbrown/makezero v0.0.0-20210520155254-b6261585ddde +## explicit; go 1.12 +github.com/ashanbrown/makezero/makezero +# github.com/aws/aws-sdk-go v1.43.34 +## explicit; go 1.11 github.com/aws/aws-sdk-go/aws github.com/aws/aws-sdk-go/aws/arn github.com/aws/aws-sdk-go/aws/awserr @@ -177,19 +226,37 @@ github.com/aws/aws-sdk-go/service/sso/ssoiface github.com/aws/aws-sdk-go/service/sts github.com/aws/aws-sdk-go/service/sts/stsiface # github.com/axw/gocov v1.0.0 -## explicit +## explicit; go 1.12 github.com/axw/gocov github.com/axw/gocov/gocov github.com/axw/gocov/gocov/internal/testflag github.com/axw/gocov/gocovutil +# github.com/baiyubin/aliyun-sts-go-sdk v0.0.0-20180326062324-cfa1a18b161f +## explicit # github.com/beorn7/perks v1.0.1 +## explicit; go 1.11 github.com/beorn7/perks/quantile -# github.com/blang/semver v3.5.1+incompatible -github.com/blang/semver -# github.com/bombsimon/wsl/v3 v3.1.0 +# github.com/bkielbasa/cyclop v1.2.0 +## explicit; go 1.15 +github.com/bkielbasa/cyclop/pkg/analyzer +# github.com/bombsimon/wsl/v3 v3.3.0 +## explicit; go 1.12 github.com/bombsimon/wsl/v3 # github.com/cespare/xxhash/v2 v2.1.2 +## explicit; go 1.11 github.com/cespare/xxhash/v2 +# github.com/chai2010/gettext-go v0.0.0-20160711120539-c6fed771bfd5 +## explicit +github.com/chai2010/gettext-go/gettext +github.com/chai2010/gettext-go/gettext/mo +github.com/chai2010/gettext-go/gettext/plural +github.com/chai2010/gettext-go/gettext/po +# github.com/charithe/durationcheck v0.0.8 +## explicit; go 1.14 +github.com/charithe/durationcheck +# github.com/chavacava/garif v0.0.0-20210405164556-e8a0a408d6af +## explicit; go 1.16 +github.com/chavacava/garif # github.com/clarketm/json v1.17.1 => github.com/clarketm/json v1.15.7 ## explicit github.com/clarketm/json @@ -197,25 +264,27 @@ github.com/clarketm/json ## explicit github.com/codahale/etm # github.com/containers/image v3.0.2+incompatible => github.com/containers/image v3.0.2+incompatible +## explicit github.com/containers/image/docker/reference github.com/containers/image/pkg/sysregistriesv2 github.com/containers/image/types -# github.com/containers/image/v5 v5.18.0 -## explicit +# github.com/containers/image/v5 v5.21.0 +## explicit; go 1.15 github.com/containers/image/v5/copy github.com/containers/image/v5/docker github.com/containers/image/v5/docker/policyconfiguration github.com/containers/image/v5/docker/reference github.com/containers/image/v5/image github.com/containers/image/v5/internal/blobinfocache +github.com/containers/image/v5/internal/imagedestination +github.com/containers/image/v5/internal/imagesource github.com/containers/image/v5/internal/iolimits -github.com/containers/image/v5/internal/pkg/keyctl github.com/containers/image/v5/internal/pkg/platform +github.com/containers/image/v5/internal/private github.com/containers/image/v5/internal/putblobdigest github.com/containers/image/v5/internal/rootless github.com/containers/image/v5/internal/streamdigest github.com/containers/image/v5/internal/tmpdir -github.com/containers/image/v5/internal/types github.com/containers/image/v5/internal/uploadreader github.com/containers/image/v5/manifest github.com/containers/image/v5/pkg/blobinfocache @@ -237,7 +306,8 @@ github.com/containers/image/v5/version # github.com/containers/libtrust v0.0.0-20200511145503-9c3a6c22cd9a ## explicit github.com/containers/libtrust -# github.com/containers/ocicrypt v1.1.2 +# github.com/containers/ocicrypt v1.1.3 +## explicit; go 1.12 github.com/containers/ocicrypt github.com/containers/ocicrypt/blockcipher github.com/containers/ocicrypt/config @@ -252,8 +322,8 @@ github.com/containers/ocicrypt/keywrap/pkcs7 github.com/containers/ocicrypt/spec github.com/containers/ocicrypt/utils github.com/containers/ocicrypt/utils/keyprovider -# github.com/containers/storage v1.38.1 -## explicit +# github.com/containers/storage v1.39.0 +## explicit; go 1.14 github.com/containers/storage/pkg/chunked/compressor github.com/containers/storage/pkg/chunked/internal github.com/containers/storage/pkg/homedir @@ -270,45 +340,54 @@ github.com/containers/storage/pkg/unshare ## explicit github.com/coreos/go-oidc # github.com/coreos/go-semver v0.3.0 +## explicit github.com/coreos/go-semver/semver # github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf +## explicit github.com/coreos/go-systemd/unit # github.com/coreos/go-systemd/v22 v22.3.2 -## explicit +## explicit; go 1.12 github.com/coreos/go-systemd/v22/journal github.com/coreos/go-systemd/v22/unit # github.com/coreos/ignition v0.35.0 +## explicit github.com/coreos/ignition/config/shared/errors github.com/coreos/ignition/config/shared/validations github.com/coreos/ignition/config/v2_2/types github.com/coreos/ignition/config/validate/report # github.com/coreos/ignition/v2 v2.13.0 -## explicit +## explicit; go 1.15 github.com/coreos/ignition/v2/config/shared/errors github.com/coreos/ignition/v2/config/shared/validations github.com/coreos/ignition/v2/config/util github.com/coreos/ignition/v2/config/v3_2/types -# github.com/coreos/stream-metadata-go v0.1.6 => github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 -## explicit +# github.com/coreos/stream-metadata-go v0.2.0 => github.com/coreos/stream-metadata-go v0.1.3 +## explicit; go 1.15 github.com/coreos/stream-metadata-go/arch github.com/coreos/stream-metadata-go/stream github.com/coreos/stream-metadata-go/stream/rhcos -# github.com/coreos/vcontext v0.0.0-20211021162308-f1dbbca7bef4 +# github.com/coreos/vcontext v0.0.0-20220326205524-7fcaf69e7050 +## explicit; go 1.15 github.com/coreos/vcontext/path github.com/coreos/vcontext/report github.com/coreos/vcontext/tree -# github.com/daixiang0/gci v0.2.4 +# github.com/daixiang0/gci v0.2.9 +## explicit; go 1.14 github.com/daixiang0/gci/pkg/gci # github.com/davecgh/go-spew v1.1.1 ## explicit github.com/davecgh/go-spew/spew -# github.com/denis-tingajkin/go-header v0.3.1 +# github.com/denis-tingajkin/go-header v0.4.2 +## explicit; go 1.15 github.com/denis-tingajkin/go-header # github.com/dimchansky/utfbom v1.1.1 +## explicit github.com/dimchansky/utfbom # github.com/dnephin/pflag v1.0.7 +## explicit; go 1.12 github.com/dnephin/pflag -# github.com/docker/distribution v2.7.1+incompatible +# github.com/docker/distribution v2.8.1+incompatible +## explicit github.com/docker/distribution github.com/docker/distribution/digestset github.com/docker/distribution/metrics @@ -320,32 +399,50 @@ github.com/docker/distribution/registry/client/auth/challenge github.com/docker/distribution/registry/client/transport github.com/docker/distribution/registry/storage/cache github.com/docker/distribution/registry/storage/cache/memory -# github.com/docker/docker v20.10.12+incompatible +# github.com/docker/docker v20.10.14+incompatible +## explicit github.com/docker/docker/api/types/versions # github.com/docker/docker-credential-helpers v0.6.4 +## explicit; go 1.13 github.com/docker/docker-credential-helpers/client github.com/docker/docker-credential-helpers/credentials # github.com/docker/go-connections v0.4.0 +## explicit github.com/docker/go-connections/sockets github.com/docker/go-connections/tlsconfig # github.com/docker/go-metrics v0.0.1 +## explicit; go 1.11 github.com/docker/go-metrics # github.com/docker/go-units v0.4.0 +## explicit github.com/docker/go-units +# github.com/esimonov/ifshort v1.0.2 +## explicit; go 1.15 +github.com/esimonov/ifshort/pkg/analyzer +# github.com/ettle/strcase v0.1.1 +## explicit; go 1.12 +github.com/ettle/strcase # github.com/evanphx/json-patch v5.6.0+incompatible ## explicit github.com/evanphx/json-patch # github.com/exponent-io/jsonpath v0.0.0-20210407135951-1de76d718b3f -## explicit +## explicit; go 1.15 github.com/exponent-io/jsonpath -# github.com/fatih/color v1.11.0 +# github.com/fatih/color v1.12.0 +## explicit; go 1.13 github.com/fatih/color +# github.com/fatih/structtag v1.2.0 +## explicit; go 1.12 +github.com/fatih/structtag # github.com/form3tech-oss/jwt-go v3.2.5+incompatible ## explicit github.com/form3tech-oss/jwt-go # github.com/fsnotify/fsnotify v1.5.1 -## explicit +## explicit; go 1.13 github.com/fsnotify/fsnotify +# github.com/fzipp/gocyclo v0.3.1 +## explicit; go 1.15 +github.com/fzipp/gocyclo # github.com/ghodss/yaml v1.0.1-0.20190212211648-25d852aebe32 ## explicit github.com/ghodss/yaml @@ -353,62 +450,78 @@ github.com/ghodss/yaml ## explicit github.com/go-bindata/go-bindata github.com/go-bindata/go-bindata/go-bindata -# github.com/go-critic/go-critic v0.5.2 +# github.com/go-critic/go-critic v0.5.6 +## explicit; go 1.12 github.com/go-critic/go-critic/checkers github.com/go-critic/go-critic/checkers/internal/astwalk github.com/go-critic/go-critic/checkers/internal/lintutil github.com/go-critic/go-critic/framework/linter # github.com/go-errors/errors v1.4.2 -## explicit +## explicit; go 1.14 github.com/go-errors/errors -# github.com/go-logr/logr v1.2.2 => github.com/go-logr/logr v0.4.0 -## explicit +# github.com/go-logr/logr v1.2.3 => github.com/go-logr/logr v0.4.0 +## explicit; go 1.14 github.com/go-logr/logr # github.com/go-openapi/errors v0.20.2 -## explicit +## explicit; go 1.14 github.com/go-openapi/errors # github.com/go-openapi/jsonpointer v0.19.5 +## explicit; go 1.13 github.com/go-openapi/jsonpointer # github.com/go-openapi/jsonreference v0.19.6 -## explicit +## explicit; go 1.13 github.com/go-openapi/jsonreference -# github.com/go-openapi/strfmt v0.21.1 +# github.com/go-openapi/strfmt v0.21.2 +## explicit; go 1.13 github.com/go-openapi/strfmt -# github.com/go-openapi/swag v0.19.15 +# github.com/go-openapi/swag v0.21.1 +## explicit; go 1.11 github.com/go-openapi/swag # github.com/go-playground/locales v0.14.0 +## explicit; go 1.13 github.com/go-playground/locales github.com/go-playground/locales/currency # github.com/go-playground/universal-translator v0.18.0 +## explicit; go 1.13 github.com/go-playground/universal-translator -# github.com/go-playground/validator/v10 v10.10.0 -## explicit +# github.com/go-playground/validator/v10 v10.10.1 +## explicit; go 1.13 github.com/go-playground/validator/v10 # github.com/go-stack/stack v1.8.1 -## explicit +## explicit; go 1.17 github.com/go-stack/stack # github.com/go-test/deep v1.0.8 -## explicit +## explicit; go 1.16 github.com/go-test/deep # github.com/go-toolsmith/astcast v1.0.0 +## explicit github.com/go-toolsmith/astcast # github.com/go-toolsmith/astcopy v1.0.0 +## explicit github.com/go-toolsmith/astcopy # github.com/go-toolsmith/astequal v1.0.0 +## explicit github.com/go-toolsmith/astequal # github.com/go-toolsmith/astfmt v1.0.0 +## explicit github.com/go-toolsmith/astfmt # github.com/go-toolsmith/astp v1.0.0 +## explicit github.com/go-toolsmith/astp # github.com/go-toolsmith/strparse v1.0.0 +## explicit github.com/go-toolsmith/strparse # github.com/go-toolsmith/typep v1.0.2 +## explicit github.com/go-toolsmith/typep # github.com/go-xmlfmt/xmlfmt v0.0.0-20191208150333-d5b6f63a941b +## explicit github.com/go-xmlfmt/xmlfmt -# github.com/gobuffalo/flect v0.2.2 +# github.com/gobuffalo/flect v0.2.3 +## explicit; go 1.13 github.com/gobuffalo/flect # github.com/gobwas/glob v0.2.3 +## explicit github.com/gobwas/glob github.com/gobwas/glob/compiler github.com/gobwas/glob/match @@ -417,53 +530,55 @@ github.com/gobwas/glob/syntax/ast github.com/gobwas/glob/syntax/lexer github.com/gobwas/glob/util/runes github.com/gobwas/glob/util/strings -# github.com/gofrs/flock v0.8.0 +# github.com/gofrs/flock v0.8.1 +## explicit github.com/gofrs/flock # github.com/gofrs/uuid v4.2.0+incompatible ## explicit github.com/gofrs/uuid # github.com/gogo/protobuf v1.3.2 => github.com/gogo/protobuf v1.3.2 +## explicit; go 1.15 github.com/gogo/protobuf/proto github.com/gogo/protobuf/sortkeys -# github.com/golang-jwt/jwt/v4 v4.2.0 +# github.com/golang-jwt/jwt/v4 v4.4.1 +## explicit; go 1.16 github.com/golang-jwt/jwt/v4 # github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da +## explicit github.com/golang/groupcache/lru # github.com/golang/mock v1.6.0 -## explicit +## explicit; go 1.11 github.com/golang/mock/gomock github.com/golang/mock/mockgen github.com/golang/mock/mockgen/model # github.com/golang/protobuf v1.5.2 +## explicit; go 1.9 github.com/golang/protobuf/proto github.com/golang/protobuf/ptypes github.com/golang/protobuf/ptypes/any github.com/golang/protobuf/ptypes/duration github.com/golang/protobuf/ptypes/timestamp # github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 +## explicit github.com/golangci/check/cmd/structcheck github.com/golangci/check/cmd/varcheck # github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a +## explicit github.com/golangci/dupl github.com/golangci/dupl/job github.com/golangci/dupl/printer github.com/golangci/dupl/suffixtree github.com/golangci/dupl/syntax github.com/golangci/dupl/syntax/golang -# github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 -github.com/golangci/errcheck/golangci -github.com/golangci/errcheck/internal/errcheck # github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 +## explicit github.com/golangci/go-misc/deadcode -# github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 -github.com/golangci/goconst -# github.com/golangci/gocyclo v0.0.0-20180528144436-0a533e8fa43d -github.com/golangci/gocyclo/pkg/gocyclo # github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a +## explicit github.com/golangci/gofmt/gofmt github.com/golangci/gofmt/goimports -# github.com/golangci/golangci-lint v1.32.2 -## explicit +# github.com/golangci/golangci-lint v1.42.1 +## explicit; go 1.15 github.com/golangci/golangci-lint/cmd/golangci-lint github.com/golangci/golangci-lint/internal/cache github.com/golangci/golangci-lint/internal/errorutil @@ -490,48 +605,57 @@ github.com/golangci/golangci-lint/pkg/result github.com/golangci/golangci-lint/pkg/result/processors github.com/golangci/golangci-lint/pkg/sliceutil github.com/golangci/golangci-lint/pkg/timeutils -# github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc -github.com/golangci/ineffassign # github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 +## explicit github.com/golangci/lint-1 # github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca +## explicit github.com/golangci/maligned # github.com/golangci/misspell v0.3.5 +## explicit github.com/golangci/misspell -# github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 -github.com/golangci/prealloc -# github.com/golangci/revgrep v0.0.0-20180812185044-276a5c0a1039 +# github.com/golangci/revgrep v0.0.0-20210208091834-cd28932614b5 +## explicit; go 1.13 github.com/golangci/revgrep # github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 +## explicit github.com/golangci/unconvert # github.com/google/btree v1.0.1 +## explicit; go 1.12 github.com/google/btree # github.com/google/go-cmp v0.5.7 -## explicit +## explicit; go 1.11 github.com/google/go-cmp/cmp github.com/google/go-cmp/cmp/internal/diff github.com/google/go-cmp/cmp/internal/flags github.com/google/go-cmp/cmp/internal/function github.com/google/go-cmp/cmp/internal/value # github.com/google/gofuzz v1.2.0 +## explicit; go 1.12 github.com/google/gofuzz github.com/google/gofuzz/bytesource +# github.com/google/renameio v1.0.1 +## explicit; go 1.13 +github.com/google/renameio # github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 +## explicit; go 1.13 github.com/google/shlex # github.com/google/uuid v1.3.0 +## explicit github.com/google/uuid -# github.com/googleapis/gax-go/v2 v2.1.1 +# github.com/googleapis/gax-go/v2 v2.2.0 +## explicit; go 1.15 github.com/googleapis/gax-go/v2 github.com/googleapis/gax-go/v2/apierror github.com/googleapis/gax-go/v2/apierror/internal/proto -# github.com/googleapis/gnostic v0.6.6 => github.com/google/gnostic v0.5.5 -## explicit +# github.com/googleapis/gnostic v0.6.8 => github.com/google/gnostic v0.5.5 +## explicit; go 1.12 github.com/googleapis/gnostic/compiler github.com/googleapis/gnostic/extensions github.com/googleapis/gnostic/jsonschema github.com/googleapis/gnostic/openapiv2 # github.com/gophercloud/gophercloud v0.24.0 -## explicit +## explicit; go 1.14 github.com/gophercloud/gophercloud github.com/gophercloud/gophercloud/openstack github.com/gophercloud/gophercloud/openstack/blockstorage/extensions/availabilityzones @@ -556,8 +680,8 @@ github.com/gophercloud/gophercloud/openstack/networking/v2/networks github.com/gophercloud/gophercloud/openstack/networking/v2/subnets github.com/gophercloud/gophercloud/openstack/utils github.com/gophercloud/gophercloud/pagination -# github.com/gophercloud/utils v0.0.0-20210909165623-d7085207ff6d -## explicit +# github.com/gophercloud/utils v0.0.0-20220307143606-8e7800759d16 +## explicit; go 1.15 github.com/gophercloud/utils/env github.com/gophercloud/utils/gnocchi github.com/gophercloud/utils/internal @@ -566,11 +690,14 @@ github.com/gophercloud/utils/openstack/compute/v2/availabilityzones github.com/gophercloud/utils/openstack/compute/v2/flavors github.com/gophercloud/utils/openstack/imageservice/v2/images github.com/gophercloud/utils/openstack/networking/v2/networks +# github.com/gordonklaus/ineffassign v0.0.0-20210225214923-2e10b2664254 +## explicit; go 1.14 +github.com/gordonklaus/ineffassign/pkg/ineffassign # github.com/gorilla/csrf v1.7.1 -## explicit +## explicit; go 1.13 github.com/gorilla/csrf # github.com/gorilla/mux v1.8.0 -## explicit +## explicit; go 1.12 github.com/gorilla/mux # github.com/gorilla/securecookie v1.1.1 ## explicit @@ -578,28 +705,44 @@ github.com/gorilla/securecookie # github.com/gorilla/sessions v1.2.1 ## explicit github.com/gorilla/sessions -# github.com/gostaticanalysis/analysisutil v0.2.1 +# github.com/gostaticanalysis/analysisutil v0.4.1 +## explicit; go 1.12 github.com/gostaticanalysis/analysisutil # github.com/gostaticanalysis/comment v1.4.1 +## explicit; go 1.12 github.com/gostaticanalysis/comment github.com/gostaticanalysis/comment/passes/commentmap +# github.com/gostaticanalysis/forcetypeassert v0.0.0-20200621232751-01d4955beaa5 +## explicit; go 1.12 +github.com/gostaticanalysis/forcetypeassert +# github.com/gostaticanalysis/nilerr v0.1.1 +## explicit; go 1.15 +github.com/gostaticanalysis/nilerr # github.com/gregjones/httpcache v0.0.0-20190611155906-901d90724c79 +## explicit github.com/gregjones/httpcache github.com/gregjones/httpcache/diskcache # github.com/h2non/filetype v1.1.3 => github.com/h2non/filetype v1.1.1 -## explicit +## explicit; go 1.13 github.com/h2non/filetype/matchers github.com/h2non/filetype/matchers/isobmff github.com/h2non/filetype/types # github.com/hashicorp/errwrap v1.1.0 +## explicit github.com/hashicorp/errwrap # github.com/hashicorp/go-cleanhttp v0.5.2 +## explicit; go 1.13 github.com/hashicorp/go-cleanhttp +# github.com/hashicorp/go-hclog v0.16.1 +## explicit; go 1.13 # github.com/hashicorp/go-multierror v1.1.1 +## explicit; go 1.13 github.com/hashicorp/go-multierror # github.com/hashicorp/go-retryablehttp v0.7.0 +## explicit; go 1.13 github.com/hashicorp/go-retryablehttp # github.com/hashicorp/hcl v1.0.0 +## explicit github.com/hashicorp/hcl github.com/hashicorp/hcl/hcl/ast github.com/hashicorp/hcl/hcl/parser @@ -611,37 +754,56 @@ github.com/hashicorp/hcl/json/parser github.com/hashicorp/hcl/json/scanner github.com/hashicorp/hcl/json/token # github.com/imdario/mergo v0.3.12 +## explicit; go 1.13 github.com/imdario/mergo # github.com/inconshreveable/mousetrap v1.0.0 +## explicit github.com/inconshreveable/mousetrap # github.com/jewzaam/go-cosmosdb v0.0.0-20220315232836-282b67c5b234 -## explicit +## explicit; go 1.14 github.com/jewzaam/go-cosmosdb/cmd/gencosmosdb github.com/jewzaam/go-cosmosdb/pkg/gencosmosdb -# github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a +# github.com/jgautheron/goconst v1.5.1 +## explicit; go 1.13 +github.com/jgautheron/goconst +# github.com/jingyugao/rowserrcheck v1.1.0 +## explicit; go 1.13 github.com/jingyugao/rowserrcheck/passes/rowserr # github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af +## explicit; go 1.13 github.com/jirfag/go-printf-func-name/pkg/analyzer # github.com/jmespath/go-jmespath v0.4.0 +## explicit; go 1.14 github.com/jmespath/go-jmespath # github.com/jonboulle/clockwork v0.2.2 +## explicit; go 1.13 github.com/jonboulle/clockwork # github.com/josharian/intern v1.0.0 +## explicit; go 1.5 github.com/josharian/intern # github.com/json-iterator/go v1.1.12 +## explicit; go 1.12 github.com/json-iterator/go # github.com/jstemmer/go-junit-report v0.9.1 -## explicit +## explicit; go 1.2 github.com/jstemmer/go-junit-report github.com/jstemmer/go-junit-report/formatter github.com/jstemmer/go-junit-report/parser +# github.com/julz/importas v0.0.0-20210419104244-841f0c0fe66d +## explicit; go 1.15 +github.com/julz/importas # github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 +## explicit github.com/kballard/go-shellquote +# github.com/kisielk/errcheck v1.6.0 +## explicit; go 1.14 +github.com/kisielk/errcheck/errcheck # github.com/kisielk/gotool v1.0.0 +## explicit github.com/kisielk/gotool github.com/kisielk/gotool/internal/load -# github.com/klauspost/compress v1.14.2 -## explicit +# github.com/klauspost/compress v1.15.1 +## explicit; go 1.15 github.com/klauspost/compress github.com/klauspost/compress/flate github.com/klauspost/compress/fse @@ -650,85 +812,124 @@ github.com/klauspost/compress/internal/snapref github.com/klauspost/compress/zstd github.com/klauspost/compress/zstd/internal/xxhash # github.com/klauspost/pgzip v1.2.5 +## explicit github.com/klauspost/pgzip -# github.com/kyoh86/exportloopref v0.1.7 +# github.com/kulti/thelper v0.4.0 +## explicit; go 1.14 +github.com/kulti/thelper/pkg/analyzer +# github.com/kunwardeep/paralleltest v1.0.2 +## explicit; go 1.14 +github.com/kunwardeep/paralleltest/pkg/paralleltest +# github.com/kyoh86/exportloopref v0.1.8 +## explicit; go 1.14 github.com/kyoh86/exportloopref +# github.com/ldez/gomoddirectives v0.2.2 +## explicit; go 1.16 +github.com/ldez/gomoddirectives +# github.com/ldez/tagliatelle v0.2.0 +## explicit; go 1.16 +github.com/ldez/tagliatelle # github.com/leodido/go-urn v1.2.1 +## explicit; go 1.13 github.com/leodido/go-urn # github.com/libvirt/libvirt-go v7.4.0+incompatible ## explicit github.com/libvirt/libvirt-go # github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de +## explicit github.com/liggitt/tabwriter -# github.com/magiconair/properties v1.8.2 +# github.com/magiconair/properties v1.8.5 +## explicit; go 1.13 github.com/magiconair/properties # github.com/mailru/easyjson v0.7.7 -## explicit +## explicit; go 1.12 github.com/mailru/easyjson/buffer github.com/mailru/easyjson/jlexer github.com/mailru/easyjson/jwriter # github.com/maratori/testpackage v1.0.1 +## explicit; go 1.12 github.com/maratori/testpackage/pkg/testpackage -# github.com/matoous/godox v0.0.0-20200801072554-4fb83dc2941e +# github.com/matoous/godox v0.0.0-20210227103229-6504466cf951 +## explicit; go 1.13 github.com/matoous/godox # github.com/mattn/go-colorable v0.1.12 -## explicit +## explicit; go 1.13 github.com/mattn/go-colorable # github.com/mattn/go-isatty v0.0.14 +## explicit; go 1.12 github.com/mattn/go-isatty # github.com/mattn/go-runewidth v0.0.13 +## explicit; go 1.9 github.com/mattn/go-runewidth # github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 +## explicit; go 1.9 github.com/matttproud/golang_protobuf_extensions/pbutil -# github.com/mbilski/exhaustivestruct v1.1.0 +# github.com/mbilski/exhaustivestruct v1.2.0 +## explicit; go 1.15 github.com/mbilski/exhaustivestruct/pkg/analyzer -# github.com/metal3-io/baremetal-operator v0.0.0-20220125095243-13add0bfb3be => github.com/openshift/baremetal-operator v0.0.0-20210706141527-5240e42f012a -## explicit -github.com/metal3-io/baremetal-operator/pkg/bmc +# github.com/metal3-io/baremetal-operator v0.0.0-20220405082045-575f5c90718a => github.com/openshift/baremetal-operator v0.0.0-20211201170610-92ffa60c683d +## explicit; go 1.16 github.com/metal3-io/baremetal-operator/pkg/hardware -# github.com/metal3-io/baremetal-operator/apis v0.0.0 => github.com/openshift/baremetal-operator/apis v0.0.0-20210706141527-5240e42f012a +# github.com/metal3-io/baremetal-operator/apis v0.0.0 => github.com/openshift/baremetal-operator/apis v0.0.0-20211201170610-92ffa60c683d +## explicit; go 1.16 github.com/metal3-io/baremetal-operator/apis/metal3.io/v1alpha1 -# github.com/metal3-io/cluster-api-provider-baremetal v0.2.2 => github.com/openshift/cluster-api-provider-baremetal v0.0.0-20190821174549-a2a477909c1d +# github.com/metal3-io/baremetal-operator/pkg/hardwareutils v0.0.0 => github.com/openshift/baremetal-operator/pkg/hardwareutils v0.0.0-20211201170610-92ffa60c683d +## explicit; go 1.16 +github.com/metal3-io/baremetal-operator/pkg/hardwareutils/bmc +# github.com/mgechev/dots v0.0.0-20190921121421-c36f7dcfbb81 ## explicit -github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis -github.com/metal3-io/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1 +github.com/mgechev/dots +# github.com/mgechev/revive v1.1.1 +## explicit; go 1.12 +github.com/mgechev/revive/config +github.com/mgechev/revive/formatter +github.com/mgechev/revive/lint +github.com/mgechev/revive/rule # github.com/mgutz/ansi v0.0.0-20200706080929-d51e80ef957d ## explicit github.com/mgutz/ansi # github.com/miekg/pkcs11 v1.1.1 -## explicit +## explicit; go 1.12 github.com/miekg/pkcs11 # github.com/mitchellh/go-homedir v1.1.0 +## explicit github.com/mitchellh/go-homedir # github.com/mitchellh/go-wordwrap v1.0.1 +## explicit; go 1.14 github.com/mitchellh/go-wordwrap # github.com/mitchellh/mapstructure v1.4.3 -## explicit +## explicit; go 1.14 github.com/mitchellh/mapstructure # github.com/moby/spdystream v0.2.0 +## explicit; go 1.13 github.com/moby/spdystream github.com/moby/spdystream/spdy -# github.com/moby/sys/mountinfo v0.5.0 +# github.com/moby/sys/mountinfo v0.6.0 +## explicit; go 1.16 github.com/moby/sys/mountinfo # github.com/moby/term v0.0.0-20210619224110-3f7ff695adc6 -## explicit +## explicit; go 1.13 github.com/moby/term github.com/moby/term/windows # github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd +## explicit github.com/modern-go/concurrent # github.com/modern-go/reflect2 v1.0.2 +## explicit; go 1.12 github.com/modern-go/reflect2 # github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 +## explicit github.com/monochromegane/go-gitignore # github.com/moricho/tparallel v0.2.1 +## explicit; go 1.15 github.com/moricho/tparallel github.com/moricho/tparallel/pkg/ssafunc github.com/moricho/tparallel/pkg/ssainstr -# github.com/mtrmac/gpgme v0.1.2 -github.com/mtrmac/gpgme # github.com/nakabonne/nestif v0.3.0 +## explicit; go 1.13 github.com/nakabonne/nestif -# github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d +# github.com/nbutton23/zxcvbn-go v0.0.0-20210217022336-fa2cb2858354 +## explicit; go 1.14 github.com/nbutton23/zxcvbn-go github.com/nbutton23/zxcvbn-go/adjacency github.com/nbutton23/zxcvbn-go/data @@ -738,18 +939,27 @@ github.com/nbutton23/zxcvbn-go/match github.com/nbutton23/zxcvbn-go/matching github.com/nbutton23/zxcvbn-go/scoring github.com/nbutton23/zxcvbn-go/utils/math -# github.com/nishanths/exhaustive v0.1.0 +# github.com/nishanths/exhaustive v0.2.3 +## explicit; go 1.14 github.com/nishanths/exhaustive +# github.com/nishanths/predeclared v0.2.1 +## explicit; go 1.14 +github.com/nishanths/predeclared/passes/predeclared # github.com/nxadm/tail v1.4.8 +## explicit; go 1.13 github.com/nxadm/tail github.com/nxadm/tail/ratelimiter github.com/nxadm/tail/util github.com/nxadm/tail/watch github.com/nxadm/tail/winfile # github.com/oklog/ulid v1.3.1 -github.com/oklog/ulid -# github.com/onsi/ginkgo v1.16.5 ## explicit +github.com/oklog/ulid +# github.com/olekukonko/tablewriter v0.0.5 +## explicit; go 1.12 +github.com/olekukonko/tablewriter +# github.com/onsi/ginkgo v1.16.5 +## explicit; go 1.16 github.com/onsi/ginkgo github.com/onsi/ginkgo/config github.com/onsi/ginkgo/formatter @@ -770,8 +980,8 @@ github.com/onsi/ginkgo/reporters/stenographer github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty github.com/onsi/ginkgo/types -# github.com/onsi/gomega v1.18.0 -## explicit +# github.com/onsi/gomega v1.19.0 +## explicit; go 1.18 github.com/onsi/gomega github.com/onsi/gomega/format github.com/onsi/gomega/internal @@ -783,16 +993,20 @@ github.com/onsi/gomega/matchers/support/goraph/node github.com/onsi/gomega/matchers/support/goraph/util github.com/onsi/gomega/types # github.com/opencontainers/go-digest v1.0.0 +## explicit; go 1.13 github.com/opencontainers/go-digest # github.com/opencontainers/image-spec v1.0.3-0.20211202193544-a5463b7f9c84 +## explicit; go 1.11 github.com/opencontainers/image-spec/specs-go github.com/opencontainers/image-spec/specs-go/v1 -# github.com/opencontainers/runc v1.1.0 +# github.com/opencontainers/runc v1.1.1 +## explicit; go 1.16 github.com/opencontainers/runc/libcontainer/user # github.com/opencontainers/runtime-spec v1.0.3-0.20210326190908-1c3f411f0417 -github.com/opencontainers/runtime-spec/specs-go -# github.com/openshift/api v0.0.0-20210831091943-07e756545ac1 => github.com/openshift/api v0.0.0-20211028023115-7224b732cc14 ## explicit +github.com/opencontainers/runtime-spec/specs-go +# github.com/openshift/api v0.0.0-20220124143425-d74727069f6f => github.com/openshift/api v0.0.0-20220124143425-d74727069f6f +## explicit; go 1.16 github.com/openshift/api/config/v1 github.com/openshift/api/console/v1 github.com/openshift/api/console/v1alpha1 @@ -800,13 +1014,15 @@ github.com/openshift/api/image/docker10 github.com/openshift/api/image/dockerpre012 github.com/openshift/api/image/v1 github.com/openshift/api/imageregistry/v1 +github.com/openshift/api/machine/v1 +github.com/openshift/api/machine/v1beta1 github.com/openshift/api/operator/v1 github.com/openshift/api/operator/v1alpha1 github.com/openshift/api/project/v1 github.com/openshift/api/samples/v1 github.com/openshift/api/security/v1 -# github.com/openshift/client-go v0.0.0-20210831095141-e19a065e79f7 => github.com/openshift/client-go v0.0.0-20210831095141-e19a065e79f7 -## explicit +# github.com/openshift/client-go v0.0.0-20211209144617-7385dd6338e3 => github.com/openshift/client-go v0.0.0-20211209144617-7385dd6338e3 +## explicit; go 1.16 github.com/openshift/client-go/config/clientset/versioned github.com/openshift/client-go/config/clientset/versioned/fake github.com/openshift/client-go/config/clientset/versioned/scheme @@ -824,6 +1040,11 @@ github.com/openshift/client-go/imageregistry/clientset/versioned/fake github.com/openshift/client-go/imageregistry/clientset/versioned/scheme github.com/openshift/client-go/imageregistry/clientset/versioned/typed/imageregistry/v1 github.com/openshift/client-go/imageregistry/clientset/versioned/typed/imageregistry/v1/fake +github.com/openshift/client-go/machine/clientset/versioned +github.com/openshift/client-go/machine/clientset/versioned/fake +github.com/openshift/client-go/machine/clientset/versioned/scheme +github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1 +github.com/openshift/client-go/machine/clientset/versioned/typed/machine/v1beta1/fake github.com/openshift/client-go/operator/clientset/versioned github.com/openshift/client-go/operator/clientset/versioned/fake github.com/openshift/client-go/operator/clientset/versioned/scheme @@ -840,33 +1061,42 @@ github.com/openshift/client-go/samples/clientset/versioned/typed/samples/v1 github.com/openshift/client-go/security/clientset/versioned github.com/openshift/client-go/security/clientset/versioned/scheme github.com/openshift/client-go/security/clientset/versioned/typed/security/v1 -# github.com/openshift/cloud-credential-operator v0.0.0-20220121204927-85a406b6d4b1 => github.com/openshift/cloud-credential-operator v0.0.0-20200316201045-d10080b52c9e +# github.com/openshift/cloud-credential-operator v0.0.0-20220316185125-ed0612946f4b => github.com/openshift/cloud-credential-operator v0.0.0-20200316201045-d10080b52c9e ## explicit github.com/openshift/cloud-credential-operator/pkg/apis/cloudcredential/v1 github.com/openshift/cloud-credential-operator/pkg/aws github.com/openshift/cloud-credential-operator/version -# github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20210615203611-a02074e8d5bb => github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20211001174514-d92b08844a2b -github.com/openshift/cluster-api-provider-gcp/pkg/apis -github.com/openshift/cluster-api-provider-gcp/pkg/apis/gcpprovider/v1beta1 -# github.com/openshift/cluster-api-provider-ibmcloud v0.0.0-20210702173623-676faba9895d => github.com/openshift/cluster-api-provider-ibmcloud v0.0.1-0.20210806145144-04491027caa8 +# github.com/openshift/cluster-api v0.0.0-20190805113604-f8de78af80fc +## explicit +github.com/openshift/cluster-api/pkg/apis/machine/common +github.com/openshift/cluster-api/pkg/apis/machine/v1beta1 +# github.com/openshift/cluster-api-provider-baremetal v0.0.0-20220218121658-fc0acaaec338 +## explicit; go 1.17 +github.com/openshift/cluster-api-provider-baremetal/pkg/apis +github.com/openshift/cluster-api-provider-baremetal/pkg/apis/baremetal/v1alpha1 +# github.com/openshift/cluster-api-provider-ibmcloud v0.0.0-20211008100740-4d7907adbd6b => github.com/openshift/cluster-api-provider-ibmcloud v0.0.0-20211008100740-4d7907adbd6b +## explicit; go 1.16 github.com/openshift/cluster-api-provider-ibmcloud/pkg/apis github.com/openshift/cluster-api-provider-ibmcloud/pkg/apis/ibmcloudprovider/v1beta1 -# github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20191219173431-2336783d4603 => github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20210623230745-59ae2edf8875 +# github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20191219173431-2336783d4603 => github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20191219173431-2336783d4603 +## explicit github.com/openshift/cluster-api-provider-libvirt/pkg/apis github.com/openshift/cluster-api-provider-libvirt/pkg/apis/libvirtproviderconfig/v1beta1 -# github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20210622084102-c4f9f269bcb7 => github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20220120123528-15a6add2ff5b +# github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20211111151530-06177b773958 => github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20211215231458-35ce9aafee1f +## explicit; go 1.17 github.com/openshift/cluster-api-provider-ovirt/pkg/apis github.com/openshift/cluster-api-provider-ovirt/pkg/apis/ovirtprovider/v1beta1 -# github.com/openshift/console-operator v0.0.0-20220120123728-4789dbf7c1d3 => github.com/openshift/console-operator v0.0.0-20220124105820-fdcb82f487fb -## explicit +# github.com/openshift/console-operator v0.0.0-20220407014945-45d37e70e0c2 => github.com/openshift/console-operator v0.0.0-20220318130441-e44516b9c315 +## explicit; go 1.16 github.com/openshift/console-operator/pkg/api -# github.com/openshift/installer v0.16.1 => github.com/jewzaam/installer-aro v0.9.0-master.0.20220208140934-766bcf74e25c -## explicit +# github.com/openshift/installer v0.16.1 => github.com/jewzaam/installer-aro v0.9.0-master.0.20220524230743-7e2aa7a0cc1a +## explicit; go 1.17 github.com/openshift/installer/data github.com/openshift/installer/pkg/aro/dnsmasq github.com/openshift/installer/pkg/asset github.com/openshift/installer/pkg/asset/bootstraplogging github.com/openshift/installer/pkg/asset/cluster +github.com/openshift/installer/pkg/asset/cluster/alibabacloud github.com/openshift/installer/pkg/asset/cluster/aws github.com/openshift/installer/pkg/asset/cluster/azure github.com/openshift/installer/pkg/asset/cluster/baremetal @@ -882,6 +1112,7 @@ github.com/openshift/installer/pkg/asset/ignition/bootstrap/baremetal github.com/openshift/installer/pkg/asset/ignition/bootstrap/vsphere github.com/openshift/installer/pkg/asset/ignition/machine github.com/openshift/installer/pkg/asset/installconfig +github.com/openshift/installer/pkg/asset/installconfig/alibabacloud github.com/openshift/installer/pkg/asset/installconfig/aws github.com/openshift/installer/pkg/asset/installconfig/azure github.com/openshift/installer/pkg/asset/installconfig/baremetal @@ -894,6 +1125,7 @@ github.com/openshift/installer/pkg/asset/installconfig/ovirt github.com/openshift/installer/pkg/asset/installconfig/vsphere github.com/openshift/installer/pkg/asset/kubeconfig github.com/openshift/installer/pkg/asset/machines +github.com/openshift/installer/pkg/asset/machines/alibabacloud github.com/openshift/installer/pkg/asset/machines/aws github.com/openshift/installer/pkg/asset/machines/azure github.com/openshift/installer/pkg/asset/machines/baremetal @@ -905,6 +1137,7 @@ github.com/openshift/installer/pkg/asset/machines/openstack github.com/openshift/installer/pkg/asset/machines/ovirt github.com/openshift/installer/pkg/asset/machines/vsphere github.com/openshift/installer/pkg/asset/manifests +github.com/openshift/installer/pkg/asset/manifests/alibabacloud github.com/openshift/installer/pkg/asset/manifests/azure github.com/openshift/installer/pkg/asset/manifests/gcp github.com/openshift/installer/pkg/asset/manifests/ibmcloud @@ -923,6 +1156,7 @@ github.com/openshift/installer/pkg/ipnet github.com/openshift/installer/pkg/quota github.com/openshift/installer/pkg/rhcos github.com/openshift/installer/pkg/tfvars +github.com/openshift/installer/pkg/tfvars/alibabacloud github.com/openshift/installer/pkg/tfvars/aws github.com/openshift/installer/pkg/tfvars/azure github.com/openshift/installer/pkg/tfvars/baremetal @@ -934,6 +1168,8 @@ github.com/openshift/installer/pkg/tfvars/openstack github.com/openshift/installer/pkg/tfvars/ovirt github.com/openshift/installer/pkg/tfvars/vsphere github.com/openshift/installer/pkg/types +github.com/openshift/installer/pkg/types/alibabacloud +github.com/openshift/installer/pkg/types/alibabacloud/validation github.com/openshift/installer/pkg/types/aws github.com/openshift/installer/pkg/types/aws/defaults github.com/openshift/installer/pkg/types/aws/validation @@ -959,6 +1195,7 @@ github.com/openshift/installer/pkg/types/none/defaults github.com/openshift/installer/pkg/types/openstack github.com/openshift/installer/pkg/types/openstack/defaults github.com/openshift/installer/pkg/types/openstack/validation +github.com/openshift/installer/pkg/types/openstack/validation/networkextensions github.com/openshift/installer/pkg/types/ovirt github.com/openshift/installer/pkg/types/ovirt/defaults github.com/openshift/installer/pkg/types/ovirt/validation @@ -968,22 +1205,11 @@ github.com/openshift/installer/pkg/types/vsphere/defaults github.com/openshift/installer/pkg/types/vsphere/validation github.com/openshift/installer/pkg/validate github.com/openshift/installer/pkg/version -# github.com/openshift/library-go v0.0.0-20220125143545-df4228ff1215 => github.com/openshift/library-go v0.0.0-20220125122342-ff51c8a74c7b -## explicit +# github.com/openshift/library-go v0.0.0-20220405134141-226b07263a02 => github.com/openshift/library-go v0.0.0-20220303081124-fb4e7a2872f0 +## explicit; go 1.17 github.com/openshift/library-go/pkg/config/clusteroperator/v1helpers -# github.com/openshift/machine-api-operator v0.2.1-0.20210820103535-d50698c302f5 => github.com/openshift/machine-api-operator v0.2.1-0.20211203013047-383c9b959b69 -## explicit -github.com/openshift/machine-api-operator/pkg/apis/machine -github.com/openshift/machine-api-operator/pkg/apis/machine/v1beta1 -github.com/openshift/machine-api-operator/pkg/apis/vsphereprovider -github.com/openshift/machine-api-operator/pkg/apis/vsphereprovider/v1beta1 -github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned -github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned/fake -github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned/scheme -github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned/typed/machine/v1beta1 -github.com/openshift/machine-api-operator/pkg/generated/clientset/versioned/typed/machine/v1beta1/fake -# github.com/openshift/machine-config-operator v0.0.1-0.20201009041932-4fe8559913b8 => github.com/openshift/machine-config-operator v0.0.1-0.20211215135312-23d93af42378 -## explicit +# github.com/openshift/machine-config-operator v3.11.0+incompatible => github.com/openshift/machine-config-operator v0.0.1-0.20220319215057-e6ba00b88555 +## explicit; go 1.17 github.com/openshift/machine-config-operator/pkg/apis/machineconfiguration.openshift.io/v1 github.com/openshift/machine-config-operator/pkg/generated/clientset/versioned github.com/openshift/machine-config-operator/pkg/generated/clientset/versioned/fake @@ -991,156 +1217,202 @@ github.com/openshift/machine-config-operator/pkg/generated/clientset/versioned/s github.com/openshift/machine-config-operator/pkg/generated/clientset/versioned/typed/machineconfiguration.openshift.io/v1 github.com/openshift/machine-config-operator/pkg/generated/clientset/versioned/typed/machineconfiguration.openshift.io/v1/fake # github.com/ovirt/go-ovirt v0.0.0-20210308100159-ac0bcbc88d7c => github.com/ovirt/go-ovirt v0.0.0-20210112072624-e4d3b104de71 +## explicit; go 1.12 github.com/ovirt/go-ovirt # github.com/pascaldekloe/name v0.0.0-20180628100202-0fd16699aae1 +## explicit github.com/pascaldekloe/name # github.com/pborman/uuid v1.2.1 ## explicit github.com/pborman/uuid -# github.com/pelletier/go-toml v1.8.0 +# github.com/pelletier/go-toml v1.9.3 +## explicit; go 1.12 github.com/pelletier/go-toml # github.com/peterbourgon/diskv v2.0.1+incompatible +## explicit github.com/peterbourgon/diskv # github.com/phayes/checkstyle v0.0.0-20170904204023-bfd46e6a821d -github.com/phayes/checkstyle -# github.com/pires/go-proxyproto v0.6.1 ## explicit +github.com/phayes/checkstyle +# github.com/pires/go-proxyproto v0.6.2 +## explicit; go 1.13 github.com/pires/go-proxyproto # github.com/pkg/errors v0.9.1 ## explicit github.com/pkg/errors # github.com/pmezard/go-difflib v1.0.0 +## explicit github.com/pmezard/go-difflib/difflib -# github.com/polyfloyd/go-errorlint v0.0.0-20201006195004-351e25ade6e3 +# github.com/polyfloyd/go-errorlint v0.0.0-20210722154253-910bb7978349 +## explicit; go 1.13 github.com/polyfloyd/go-errorlint/errorlint # github.com/pquerna/cachecontrol v0.1.0 -## explicit +## explicit; go 1.16 github.com/pquerna/cachecontrol github.com/pquerna/cachecontrol/cacheobject -# github.com/prometheus/client_golang v1.12.0 -## explicit +# github.com/proglottis/gpgme v0.1.1 +## explicit; go 1.11 +github.com/proglottis/gpgme +# github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.48.1 +## explicit; go 1.14 +github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring +github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring/v1 +# github.com/prometheus/client_golang v1.12.1 +## explicit; go 1.13 github.com/prometheus/client_golang/prometheus github.com/prometheus/client_golang/prometheus/collectors github.com/prometheus/client_golang/prometheus/internal github.com/prometheus/client_golang/prometheus/promhttp +github.com/prometheus/client_golang/prometheus/testutil/promlint # github.com/prometheus/client_model v0.2.0 +## explicit; go 1.9 github.com/prometheus/client_model/go -# github.com/prometheus/common v0.32.1 -## explicit +# github.com/prometheus/common v0.33.0 +## explicit; go 1.15 github.com/prometheus/common/expfmt github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg github.com/prometheus/common/model # github.com/prometheus/procfs v0.7.3 +## explicit; go 1.13 github.com/prometheus/procfs github.com/prometheus/procfs/internal/fs github.com/prometheus/procfs/internal/util -# github.com/quasilyte/go-ruleguard v0.2.0 -github.com/quasilyte/go-ruleguard/dslgen -github.com/quasilyte/go-ruleguard/internal/mvdan.cc/gogrep +# github.com/quasilyte/go-ruleguard v0.3.4 +## explicit; go 1.15 +github.com/quasilyte/go-ruleguard/internal/gogrep +github.com/quasilyte/go-ruleguard/internal/golist +github.com/quasilyte/go-ruleguard/internal/xtypes +github.com/quasilyte/go-ruleguard/nodetag github.com/quasilyte/go-ruleguard/ruleguard +github.com/quasilyte/go-ruleguard/ruleguard/goutil +github.com/quasilyte/go-ruleguard/ruleguard/quasigo github.com/quasilyte/go-ruleguard/ruleguard/typematch -# github.com/quasilyte/regex/syntax v0.0.0-20200805063351-8f842688393c +# github.com/quasilyte/regex/syntax v0.0.0-20200407221936-30656e2c4a95 +## explicit; go 1.14 github.com/quasilyte/regex/syntax # github.com/rivo/uniseg v0.2.0 +## explicit; go 1.12 github.com/rivo/uniseg # github.com/russross/blackfriday v1.6.0 +## explicit; go 1.13 github.com/russross/blackfriday -# github.com/ryancurrah/gomodguard v1.1.0 +# github.com/ryancurrah/gomodguard v1.2.3 +## explicit; go 1.16 github.com/ryancurrah/gomodguard # github.com/ryanrolds/sqlclosecheck v0.3.0 +## explicit; go 1.13 github.com/ryanrolds/sqlclosecheck/pkg/analyzer -# github.com/securego/gosec/v2 v2.5.0 +# github.com/sanposhiho/wastedassign/v2 v2.0.6 +## explicit; go 1.14 +github.com/sanposhiho/wastedassign/v2 +# github.com/securego/gosec/v2 v2.8.1 +## explicit; go 1.16 github.com/securego/gosec/v2 +github.com/securego/gosec/v2/cwe github.com/securego/gosec/v2/rules -# github.com/serge1peshcoff/selenium-go-conditions v0.0.0-20170824121757-5afbdb74596b -## explicit -github.com/serge1peshcoff/selenium-go-conditions # github.com/shazow/go-diff v0.0.0-20160112020656-b6b7b6733b8c +## explicit github.com/shazow/go-diff/difflib # github.com/sirupsen/logrus v1.8.1 -## explicit +## explicit; go 1.13 github.com/sirupsen/logrus github.com/sirupsen/logrus/hooks/test # github.com/sonatard/noctx v0.0.1 +## explicit; go 1.13 github.com/sonatard/noctx github.com/sonatard/noctx/ngfunc github.com/sonatard/noctx/reqwithoutctx # github.com/sourcegraph/go-diff v0.6.1 +## explicit; go 1.14 github.com/sourcegraph/go-diff/diff -# github.com/spf13/afero v1.3.5 +# github.com/spf13/afero v1.6.0 +## explicit; go 1.13 github.com/spf13/afero github.com/spf13/afero/mem # github.com/spf13/cast v1.3.1 -github.com/spf13/cast -# github.com/spf13/cobra v1.3.0 ## explicit +github.com/spf13/cast +# github.com/spf13/cobra v1.4.0 +## explicit; go 1.15 github.com/spf13/cobra # github.com/spf13/jwalterweatherman v1.1.0 +## explicit github.com/spf13/jwalterweatherman -# github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace +# github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace => github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace +## explicit; go 1.12 github.com/spf13/pflag # github.com/spf13/viper v1.10.0 => github.com/spf13/viper v1.7.1 +## explicit; go 1.12 github.com/spf13/viper # github.com/ssgreg/nlreturn/v2 v2.1.0 +## explicit; go 1.13 github.com/ssgreg/nlreturn/v2/pkg/nlreturn # github.com/stefanberger/go-pkcs11uri v0.0.0-20201008174630-78d3cae3a980 -github.com/stefanberger/go-pkcs11uri -# github.com/stretchr/objx v0.3.0 -github.com/stretchr/objx -# github.com/stretchr/testify v1.7.0 ## explicit +github.com/stefanberger/go-pkcs11uri +# github.com/stretchr/objx v0.2.0 +## explicit; go 1.12 +github.com/stretchr/objx +# github.com/stretchr/testify v1.7.1 +## explicit; go 1.13 github.com/stretchr/testify/assert github.com/stretchr/testify/mock github.com/stretchr/testify/require # github.com/subosito/gotenv v1.2.0 +## explicit github.com/subosito/gotenv # github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635 +## explicit github.com/syndtr/gocapability/capability # github.com/tdakkota/asciicheck v0.0.0-20200416200610-e657995f937b +## explicit; go 1.13 github.com/tdakkota/asciicheck -# github.com/tebeka/selenium v0.9.9 -## explicit -github.com/tebeka/selenium -github.com/tebeka/selenium/chrome -github.com/tebeka/selenium/firefox -github.com/tebeka/selenium/internal/zip -github.com/tebeka/selenium/log -# github.com/tetafro/godot v0.4.9 +# github.com/tetafro/godot v1.4.9 +## explicit; go 1.16 github.com/tetafro/godot # github.com/timakin/bodyclose v0.0.0-20200424151742-cb6215831a94 +## explicit; go 1.12 github.com/timakin/bodyclose/passes/bodyclose -# github.com/tomarrell/wrapcheck v0.0.0-20200807122107-df9e8bcb914d -github.com/tomarrell/wrapcheck/wrapcheck -# github.com/tommy-muehle/go-mnd v1.3.1-0.20200224220436-e6f9a994e8fa -github.com/tommy-muehle/go-mnd -github.com/tommy-muehle/go-mnd/checks -github.com/tommy-muehle/go-mnd/config -# github.com/ugorji/go/codec v1.2.6 -## explicit +# github.com/tomarrell/wrapcheck/v2 v2.3.0 +## explicit; go 1.16 +github.com/tomarrell/wrapcheck/v2/wrapcheck +# github.com/tommy-muehle/go-mnd/v2 v2.4.0 +## explicit; go 1.12 +github.com/tommy-muehle/go-mnd/v2 +github.com/tommy-muehle/go-mnd/v2/checks +github.com/tommy-muehle/go-mnd/v2/config +# github.com/ugorji/go/codec v1.2.7 +## explicit; go 1.11 github.com/ugorji/go/codec # github.com/ulikunitz/xz v0.5.10 +## explicit; go 1.12 github.com/ulikunitz/xz github.com/ulikunitz/xz/internal/hash github.com/ulikunitz/xz/internal/xlog github.com/ulikunitz/xz/lzma # github.com/ultraware/funlen v0.0.3 +## explicit github.com/ultraware/funlen # github.com/ultraware/whitespace v0.0.4 +## explicit github.com/ultraware/whitespace -# github.com/uudashr/gocognit v1.0.1 +# github.com/uudashr/gocognit v1.0.5 +## explicit; go 1.16 github.com/uudashr/gocognit # github.com/vbatts/tar-split v0.11.2 +## explicit; go 1.15 github.com/vbatts/tar-split/archive/tar -# github.com/vbauerster/mpb/v7 v7.3.2 -## explicit +# github.com/vbauerster/mpb/v7 v7.4.1 +## explicit; go 1.14 github.com/vbauerster/mpb/v7 github.com/vbauerster/mpb/v7/cwriter github.com/vbauerster/mpb/v7/decor github.com/vbauerster/mpb/v7/internal # github.com/vincent-petithory/dataurl v1.0.0 -github.com/vincent-petithory/dataurl -# github.com/vmware/govmomi v0.27.2 ## explicit +github.com/vincent-petithory/dataurl +# github.com/vmware/govmomi v0.27.4 +## explicit; go 1.14 github.com/vmware/govmomi github.com/vmware/govmomi/find github.com/vmware/govmomi/history @@ -1164,11 +1436,16 @@ github.com/vmware/govmomi/vim25/soap github.com/vmware/govmomi/vim25/types github.com/vmware/govmomi/vim25/xml # github.com/xlab/treeprint v1.1.0 +## explicit; go 1.13 github.com/xlab/treeprint +# github.com/yeya24/promlinter v0.1.0 +## explicit; go 1.14 +github.com/yeya24/promlinter # go.etcd.io/bbolt v1.3.6 +## explicit; go 1.12 go.etcd.io/bbolt -# go.mongodb.org/mongo-driver v1.8.2 -## explicit +# go.mongodb.org/mongo-driver v1.9.0 +## explicit; go 1.10 go.mongodb.org/mongo-driver/bson go.mongodb.org/mongo-driver/bson/bsoncodec go.mongodb.org/mongo-driver/bson/bsonoptions @@ -1177,9 +1454,10 @@ go.mongodb.org/mongo-driver/bson/bsontype go.mongodb.org/mongo-driver/bson/primitive go.mongodb.org/mongo-driver/x/bsonx/bsoncore # go.mozilla.org/pkcs7 v0.0.0-20210826202110-33d05740a352 -## explicit +## explicit; go 1.11 go.mozilla.org/pkcs7 # go.opencensus.io v0.23.0 +## explicit; go 1.13 go.opencensus.io go.opencensus.io/internal go.opencensus.io/internal/tagencoding @@ -1196,16 +1474,16 @@ go.opencensus.io/trace go.opencensus.io/trace/internal go.opencensus.io/trace/propagation go.opencensus.io/trace/tracestate -# go.starlark.net v0.0.0-20211203141949-70c0e40ae128 -## explicit +# go.starlark.net v0.0.0-20220328144851-d1966c6b9fcd +## explicit; go 1.13 go.starlark.net/internal/compile go.starlark.net/internal/spell go.starlark.net/resolve go.starlark.net/starlark go.starlark.net/starlarkstruct go.starlark.net/syntax -# golang.org/x/crypto v0.0.0-20220112180741-5e0467b6c7ce -## explicit +# golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 +## explicit; go 1.17 golang.org/x/crypto/bcrypt golang.org/x/crypto/blowfish golang.org/x/crypto/cast5 @@ -1214,7 +1492,6 @@ golang.org/x/crypto/chacha20poly1305 golang.org/x/crypto/curve25519 golang.org/x/crypto/curve25519/internal/field golang.org/x/crypto/ed25519 -golang.org/x/crypto/ed25519/internal/edwards25519 golang.org/x/crypto/internal/poly1305 golang.org/x/crypto/internal/subtle golang.org/x/crypto/openpgp @@ -1231,13 +1508,14 @@ golang.org/x/crypto/ssh golang.org/x/crypto/ssh/agent golang.org/x/crypto/ssh/internal/bcrypt_pbkdf golang.org/x/crypto/ssh/terminal -# golang.org/x/mod v0.5.1 +# golang.org/x/mod v0.6.0-dev.0.20220106191415-9b9b3d81d5e3 +## explicit; go 1.17 golang.org/x/mod/internal/lazyregexp golang.org/x/mod/modfile golang.org/x/mod/module golang.org/x/mod/semver -# golang.org/x/net v0.0.0-20220121210141-e204ce36a2ba -## explicit +# golang.org/x/net v0.0.0-20220403103023-749bd193bc2b +## explicit; go 1.17 golang.org/x/net/context golang.org/x/net/context/ctxhttp golang.org/x/net/html @@ -1251,8 +1529,8 @@ golang.org/x/net/internal/socks golang.org/x/net/internal/timeseries golang.org/x/net/proxy golang.org/x/net/trace -# golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 -## explicit +# golang.org/x/oauth2 v0.0.0-20220309155454-6242fa91716a +## explicit; go 1.11 golang.org/x/oauth2 golang.org/x/oauth2/authhandler golang.org/x/oauth2/google @@ -1264,7 +1542,8 @@ golang.org/x/oauth2/jwt ## explicit golang.org/x/sync/errgroup golang.org/x/sync/semaphore -# golang.org/x/sys v0.0.0-20220114195835-da31bd327af9 +# golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 +## explicit; go 1.17 golang.org/x/sys/cpu golang.org/x/sys/execabs golang.org/x/sys/internal/unsafeheader @@ -1272,8 +1551,10 @@ golang.org/x/sys/plan9 golang.org/x/sys/unix golang.org/x/sys/windows # golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 +## explicit; go 1.17 golang.org/x/term # golang.org/x/text v0.3.7 +## explicit; go 1.17 golang.org/x/text/encoding golang.org/x/text/encoding/charmap golang.org/x/text/encoding/htmlindex @@ -1295,11 +1576,11 @@ golang.org/x/text/transform golang.org/x/text/unicode/bidi golang.org/x/text/unicode/norm golang.org/x/text/width -# golang.org/x/time v0.0.0-20211116232009-f0f3c7e86c11 +# golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 ## explicit golang.org/x/time/rate -# golang.org/x/tools v0.1.8 -## explicit +# golang.org/x/tools v0.1.10 +## explicit; go 1.17 golang.org/x/tools/cmd/goimports golang.org/x/tools/cover golang.org/x/tools/go/analysis @@ -1316,8 +1597,11 @@ golang.org/x/tools/go/analysis/passes/copylock golang.org/x/tools/go/analysis/passes/ctrlflow golang.org/x/tools/go/analysis/passes/deepequalerrors golang.org/x/tools/go/analysis/passes/errorsas +golang.org/x/tools/go/analysis/passes/fieldalignment golang.org/x/tools/go/analysis/passes/findcall +golang.org/x/tools/go/analysis/passes/framepointer golang.org/x/tools/go/analysis/passes/httpresponse +golang.org/x/tools/go/analysis/passes/ifaceassert golang.org/x/tools/go/analysis/passes/inspect golang.org/x/tools/go/analysis/passes/internal/analysisutil golang.org/x/tools/go/analysis/passes/loopclosure @@ -1326,10 +1610,13 @@ golang.org/x/tools/go/analysis/passes/nilfunc golang.org/x/tools/go/analysis/passes/nilness golang.org/x/tools/go/analysis/passes/pkgfact golang.org/x/tools/go/analysis/passes/printf +golang.org/x/tools/go/analysis/passes/reflectvaluecompare golang.org/x/tools/go/analysis/passes/shadow golang.org/x/tools/go/analysis/passes/shift +golang.org/x/tools/go/analysis/passes/sigchanyzer golang.org/x/tools/go/analysis/passes/sortslice golang.org/x/tools/go/analysis/passes/stdmethods +golang.org/x/tools/go/analysis/passes/stringintconv golang.org/x/tools/go/analysis/passes/structtag golang.org/x/tools/go/analysis/passes/testinggoroutine golang.org/x/tools/go/analysis/passes/tests @@ -1337,6 +1624,7 @@ golang.org/x/tools/go/analysis/passes/unmarshal golang.org/x/tools/go/analysis/passes/unreachable golang.org/x/tools/go/analysis/passes/unsafeptr golang.org/x/tools/go/analysis/passes/unusedresult +golang.org/x/tools/go/analysis/passes/unusedwrite golang.org/x/tools/go/ast/astutil golang.org/x/tools/go/ast/inspector golang.org/x/tools/go/buildutil @@ -1366,11 +1654,14 @@ golang.org/x/tools/internal/packagesinternal golang.org/x/tools/internal/typeparams golang.org/x/tools/internal/typesinternal # golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 +## explicit; go 1.11 golang.org/x/xerrors golang.org/x/xerrors/internal # gomodules.xyz/jsonpatch/v2 v2.2.0 +## explicit; go 1.12 gomodules.xyz/jsonpatch/v2 -# google.golang.org/api v0.65.0 +# google.golang.org/api v0.74.0 +## explicit; go 1.15 google.golang.org/api/cloudresourcemanager/v1 google.golang.org/api/compute/v1 google.golang.org/api/dns/v1 @@ -1388,6 +1679,7 @@ google.golang.org/api/transport/http google.golang.org/api/transport/http/internal/propagation google.golang.org/api/transport/internal/dca # google.golang.org/appengine v1.6.7 +## explicit; go 1.11 google.golang.org/appengine google.golang.org/appengine/internal google.golang.org/appengine/internal/app_identity @@ -1398,13 +1690,13 @@ google.golang.org/appengine/internal/modules google.golang.org/appengine/internal/remote_api google.golang.org/appengine/internal/urlfetch google.golang.org/appengine/urlfetch -# google.golang.org/genproto v0.0.0-20220118154757-00ab72f36ad5 -## explicit +# google.golang.org/genproto v0.0.0-20220405205423-9d709892a2bf +## explicit; go 1.15 google.golang.org/genproto/googleapis/rpc/code google.golang.org/genproto/googleapis/rpc/errdetails google.golang.org/genproto/googleapis/rpc/status -# google.golang.org/grpc v1.43.0 => google.golang.org/grpc v1.40.0 -## explicit +# google.golang.org/grpc v1.45.0 => google.golang.org/grpc v1.40.0 +## explicit; go 1.11 google.golang.org/grpc google.golang.org/grpc/attributes google.golang.org/grpc/backoff @@ -1449,7 +1741,8 @@ google.golang.org/grpc/serviceconfig google.golang.org/grpc/stats google.golang.org/grpc/status google.golang.org/grpc/tap -# google.golang.org/protobuf v1.27.1 +# google.golang.org/protobuf v1.28.0 +## explicit; go 1.11 google.golang.org/protobuf/encoding/protojson google.golang.org/protobuf/encoding/prototext google.golang.org/protobuf/encoding/protowire @@ -1483,10 +1776,12 @@ google.golang.org/protobuf/types/known/anypb google.golang.org/protobuf/types/known/durationpb google.golang.org/protobuf/types/known/timestamppb # gopkg.in/go-playground/validator.v9 v9.31.0 +## explicit gopkg.in/go-playground/validator.v9 # gopkg.in/inf.v0 v0.9.1 +## explicit gopkg.in/inf.v0 -# gopkg.in/ini.v1 v1.66.3 +# gopkg.in/ini.v1 v1.66.4 ## explicit gopkg.in/ini.v1 # gopkg.in/square/go-jose.v2 v2.6.0 @@ -1495,13 +1790,16 @@ gopkg.in/square/go-jose.v2 gopkg.in/square/go-jose.v2/cipher gopkg.in/square/go-jose.v2/json # gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 +## explicit gopkg.in/tomb.v1 # gopkg.in/yaml.v2 v2.4.0 +## explicit; go 1.15 gopkg.in/yaml.v2 # gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b +## explicit gopkg.in/yaml.v3 # gotest.tools/gotestsum v1.6.4 -## explicit +## explicit; go 1.11 gotest.tools/gotestsum gotest.tools/gotestsum/cmd gotest.tools/gotestsum/cmd/tool @@ -1512,37 +1810,32 @@ gotest.tools/gotestsum/internal/filewatcher gotest.tools/gotestsum/internal/junitxml gotest.tools/gotestsum/log gotest.tools/gotestsum/testjson -# honnef.co/go/tools v0.0.1-2020.1.6 -honnef.co/go/tools/arg -honnef.co/go/tools/code +# honnef.co/go/tools v0.2.1 +## explicit; go 1.14 +honnef.co/go/tools/analysis/code +honnef.co/go/tools/analysis/edit +honnef.co/go/tools/analysis/facts +honnef.co/go/tools/analysis/facts/nilness +honnef.co/go/tools/analysis/facts/typedness +honnef.co/go/tools/analysis/lint +honnef.co/go/tools/analysis/report honnef.co/go/tools/config -honnef.co/go/tools/deprecated -honnef.co/go/tools/edit -honnef.co/go/tools/facts -honnef.co/go/tools/functions +honnef.co/go/tools/go/ast/astutil +honnef.co/go/tools/go/ir +honnef.co/go/tools/go/ir/irutil honnef.co/go/tools/go/types/typeutil -honnef.co/go/tools/internal/cache honnef.co/go/tools/internal/passes/buildir -honnef.co/go/tools/internal/renameio -honnef.co/go/tools/internal/robustio honnef.co/go/tools/internal/sharedcheck -honnef.co/go/tools/ir -honnef.co/go/tools/ir/irutil -honnef.co/go/tools/lint -honnef.co/go/tools/lint/lintdsl -honnef.co/go/tools/lint/lintutil -honnef.co/go/tools/lint/lintutil/format -honnef.co/go/tools/loader +honnef.co/go/tools/knowledge honnef.co/go/tools/pattern honnef.co/go/tools/printf -honnef.co/go/tools/report honnef.co/go/tools/simple honnef.co/go/tools/staticcheck honnef.co/go/tools/stylecheck honnef.co/go/tools/unused -honnef.co/go/tools/version -# k8s.io/api v0.23.2 => k8s.io/api v0.22.0 -## explicit +honnef.co/go/tools/unused/typemap +# k8s.io/api v0.23.5 => k8s.io/api v0.23.0 +## explicit; go 1.16 k8s.io/api/admission/v1 k8s.io/api/admission/v1beta1 k8s.io/api/admissionregistration/v1 @@ -1556,6 +1849,7 @@ k8s.io/api/authentication/v1beta1 k8s.io/api/authorization/v1 k8s.io/api/authorization/v1beta1 k8s.io/api/autoscaling/v1 +k8s.io/api/autoscaling/v2 k8s.io/api/autoscaling/v2beta1 k8s.io/api/autoscaling/v2beta2 k8s.io/api/batch/v1 @@ -1572,6 +1866,7 @@ k8s.io/api/events/v1beta1 k8s.io/api/extensions/v1beta1 k8s.io/api/flowcontrol/v1alpha1 k8s.io/api/flowcontrol/v1beta1 +k8s.io/api/flowcontrol/v1beta2 k8s.io/api/imagepolicy/v1alpha1 k8s.io/api/networking/v1 k8s.io/api/networking/v1beta1 @@ -1589,8 +1884,8 @@ k8s.io/api/scheduling/v1beta1 k8s.io/api/storage/v1 k8s.io/api/storage/v1alpha1 k8s.io/api/storage/v1beta1 -# k8s.io/apiextensions-apiserver v0.23.2 => k8s.io/apiextensions-apiserver v0.22.0 -## explicit +# k8s.io/apiextensions-apiserver v0.23.5 => k8s.io/apiextensions-apiserver v0.23.0 +## explicit; go 1.16 k8s.io/apiextensions-apiserver/pkg/apis/apiextensions k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1 k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1 @@ -1598,8 +1893,8 @@ k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/scheme k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1 k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1 -# k8s.io/apimachinery v0.23.2 => k8s.io/apimachinery v0.22.0 -## explicit +# k8s.io/apimachinery v0.23.5 => k8s.io/apimachinery v0.23.0 +## explicit; go 1.16 k8s.io/apimachinery/pkg/api/equality k8s.io/apimachinery/pkg/api/errors k8s.io/apimachinery/pkg/api/meta @@ -1654,17 +1949,17 @@ k8s.io/apimachinery/pkg/watch k8s.io/apimachinery/third_party/forked/golang/json k8s.io/apimachinery/third_party/forked/golang/netutil k8s.io/apimachinery/third_party/forked/golang/reflect -# k8s.io/apiserver v0.23.2 => k8s.io/apiserver v0.22.0 -## explicit +# k8s.io/apiserver v0.23.5 => k8s.io/apiserver v0.23.0 +## explicit; go 1.16 k8s.io/apiserver/pkg/features k8s.io/apiserver/pkg/util/feature -# k8s.io/cli-runtime v0.23.2 => k8s.io/cli-runtime v0.22.0 -## explicit +# k8s.io/cli-runtime v0.23.5 => k8s.io/cli-runtime v0.23.0 +## explicit; go 1.16 k8s.io/cli-runtime/pkg/genericclioptions k8s.io/cli-runtime/pkg/printers k8s.io/cli-runtime/pkg/resource -# k8s.io/client-go v12.0.0+incompatible => k8s.io/client-go v0.22.0 -## explicit +# k8s.io/client-go v12.0.0+incompatible => k8s.io/client-go v0.23.0 +## explicit; go 1.16 k8s.io/client-go/applyconfigurations/admissionregistration/v1 k8s.io/client-go/applyconfigurations/admissionregistration/v1beta1 k8s.io/client-go/applyconfigurations/apiserverinternal/v1alpha1 @@ -1672,6 +1967,7 @@ k8s.io/client-go/applyconfigurations/apps/v1 k8s.io/client-go/applyconfigurations/apps/v1beta1 k8s.io/client-go/applyconfigurations/apps/v1beta2 k8s.io/client-go/applyconfigurations/autoscaling/v1 +k8s.io/client-go/applyconfigurations/autoscaling/v2 k8s.io/client-go/applyconfigurations/autoscaling/v2beta1 k8s.io/client-go/applyconfigurations/autoscaling/v2beta2 k8s.io/client-go/applyconfigurations/batch/v1 @@ -1688,6 +1984,7 @@ k8s.io/client-go/applyconfigurations/events/v1beta1 k8s.io/client-go/applyconfigurations/extensions/v1beta1 k8s.io/client-go/applyconfigurations/flowcontrol/v1alpha1 k8s.io/client-go/applyconfigurations/flowcontrol/v1beta1 +k8s.io/client-go/applyconfigurations/flowcontrol/v1beta2 k8s.io/client-go/applyconfigurations/internal k8s.io/client-go/applyconfigurations/meta/v1 k8s.io/client-go/applyconfigurations/networking/v1 @@ -1735,6 +2032,8 @@ k8s.io/client-go/kubernetes/typed/authorization/v1beta1 k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake k8s.io/client-go/kubernetes/typed/autoscaling/v1 k8s.io/client-go/kubernetes/typed/autoscaling/v1/fake +k8s.io/client-go/kubernetes/typed/autoscaling/v2 +k8s.io/client-go/kubernetes/typed/autoscaling/v2/fake k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/fake k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2 @@ -1767,6 +2066,8 @@ k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1 k8s.io/client-go/kubernetes/typed/flowcontrol/v1alpha1/fake k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1 k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta1/fake +k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta2 +k8s.io/client-go/kubernetes/typed/flowcontrol/v1beta2/fake k8s.io/client-go/kubernetes/typed/networking/v1 k8s.io/client-go/kubernetes/typed/networking/v1/fake k8s.io/client-go/kubernetes/typed/networking/v1beta1 @@ -1847,8 +2148,8 @@ k8s.io/client-go/util/jsonpath k8s.io/client-go/util/keyutil k8s.io/client-go/util/retry k8s.io/client-go/util/workqueue -# k8s.io/code-generator v0.22.1 => k8s.io/code-generator v0.22.0 -## explicit +# k8s.io/code-generator v0.23.2 => k8s.io/code-generator v0.23.0 +## explicit; go 1.16 k8s.io/code-generator/cmd/client-gen k8s.io/code-generator/cmd/client-gen/args k8s.io/code-generator/cmd/client-gen/generators @@ -1859,41 +2160,45 @@ k8s.io/code-generator/cmd/client-gen/path k8s.io/code-generator/cmd/client-gen/types k8s.io/code-generator/pkg/namer k8s.io/code-generator/pkg/util -# k8s.io/component-base v0.23.2 => k8s.io/component-base v0.22.0 -## explicit +# k8s.io/component-base v0.23.5 => k8s.io/component-base v0.23.0 +## explicit; go 1.16 k8s.io/component-base/config k8s.io/component-base/config/v1alpha1 k8s.io/component-base/featuregate k8s.io/component-base/version # k8s.io/gengo v0.0.0-20210813121822-485abfe95c7c +## explicit; go 1.13 k8s.io/gengo/args k8s.io/gengo/generator k8s.io/gengo/namer k8s.io/gengo/parser k8s.io/gengo/types # k8s.io/klog v1.0.0 +## explicit; go 1.12 k8s.io/klog -# k8s.io/klog/v2 v2.40.1 => k8s.io/klog/v2 v2.8.0 -## explicit +# k8s.io/klog/v2 v2.60.1 => k8s.io/klog/v2 v2.8.0 +## explicit; go 1.13 k8s.io/klog/v2 -# k8s.io/kube-openapi v0.0.0-20220124234850-424119656bbf -## explicit +# k8s.io/kube-openapi v0.0.0-20220401212409-b28bf2818661 => k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 +## explicit; go 1.16 +k8s.io/kube-openapi/pkg/schemaconv k8s.io/kube-openapi/pkg/util/proto k8s.io/kube-openapi/pkg/util/proto/validation k8s.io/kube-openapi/pkg/validation/spec -# k8s.io/kubectl v0.23.2 => k8s.io/kubectl v0.22.0 -## explicit +# k8s.io/kubectl v0.23.5 => k8s.io/kubectl v0.23.0 +## explicit; go 1.16 k8s.io/kubectl/pkg/cmd/util k8s.io/kubectl/pkg/drain k8s.io/kubectl/pkg/scheme +k8s.io/kubectl/pkg/util/i18n k8s.io/kubectl/pkg/util/interrupt k8s.io/kubectl/pkg/util/openapi k8s.io/kubectl/pkg/util/openapi/validation k8s.io/kubectl/pkg/util/templates k8s.io/kubectl/pkg/util/term k8s.io/kubectl/pkg/validation -# k8s.io/kubernetes v1.23.2 => k8s.io/kubernetes v1.22.0 -## explicit +# k8s.io/kubernetes v1.23.5 => k8s.io/kubernetes v1.23.0 +## explicit; go 1.16 k8s.io/kubernetes/pkg/apis/apps k8s.io/kubernetes/pkg/apis/apps/v1 k8s.io/kubernetes/pkg/apis/autoscaling @@ -1904,35 +2209,42 @@ k8s.io/kubernetes/pkg/apis/rbac/v1 k8s.io/kubernetes/pkg/features k8s.io/kubernetes/pkg/kubelet/events k8s.io/kubernetes/pkg/util/parsers -# k8s.io/utils v0.0.0-20211208161948-7d6a63dca704 -## explicit +# k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 +## explicit; go 1.12 k8s.io/utils/buffer +k8s.io/utils/clock +k8s.io/utils/clock/testing k8s.io/utils/exec k8s.io/utils/integer +k8s.io/utils/internal/third_party/forked/golang/net +k8s.io/utils/net k8s.io/utils/pointer k8s.io/utils/trace -# mvdan.cc/gofumpt v0.0.0-20200802201014-ab5a8192947d +# mvdan.cc/gofumpt v0.1.1 +## explicit; go 1.14 mvdan.cc/gofumpt/format # mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed +## explicit mvdan.cc/interfacer/check # mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b -mvdan.cc/lint -# mvdan.cc/unparam v0.0.0-20200501210554-b37ab49443f7 => mvdan.cc/unparam v0.0.0-20211002133954-f839ab2b2b11 -mvdan.cc/unparam/check -# sigs.k8s.io/cluster-api-provider-aws v1.2.0 => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20211213011328-8226e86fa06e ## explicit +mvdan.cc/lint +# mvdan.cc/unparam v0.0.0-20210104141923-aac4ce9116a7 => mvdan.cc/unparam v0.0.0-20211002133954-f839ab2b2b11 +## explicit; go 1.16 +mvdan.cc/unparam/check +# sigs.k8s.io/cluster-api-provider-aws v1.4.0 => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20210121023454-5ffc5f422a80 +## explicit; go 1.15 sigs.k8s.io/cluster-api-provider-aws/pkg/apis sigs.k8s.io/cluster-api-provider-aws/pkg/apis/awsprovider/v1beta1 -# sigs.k8s.io/cluster-api-provider-azure v1.1.0 => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20211202014309-184ccedc799e -## explicit -sigs.k8s.io/cluster-api-provider-azure/pkg/apis +# sigs.k8s.io/cluster-api-provider-azure v1.2.1 => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20210626224711-5d94c794092f +## explicit; go 1.15 sigs.k8s.io/cluster-api-provider-azure/pkg/apis/azureprovider/v1beta1 -# sigs.k8s.io/cluster-api-provider-openstack v0.5.0 => github.com/openshift/cluster-api-provider-openstack v0.0.0-20210820223719-a7442bb18bce -## explicit +# sigs.k8s.io/cluster-api-provider-openstack v0.5.3 => github.com/openshift/cluster-api-provider-openstack v0.0.0-20211111204942-611d320170af +## explicit; go 1.16 sigs.k8s.io/cluster-api-provider-openstack/pkg/apis sigs.k8s.io/cluster-api-provider-openstack/pkg/apis/openstackproviderconfig/v1alpha1 -# sigs.k8s.io/controller-runtime v0.11.0 => sigs.k8s.io/controller-runtime v0.9.1 -## explicit +# sigs.k8s.io/controller-runtime v0.11.2 => sigs.k8s.io/controller-runtime v0.9.1 +## explicit; go 1.16 sigs.k8s.io/controller-runtime sigs.k8s.io/controller-runtime/pkg/builder sigs.k8s.io/controller-runtime/pkg/cache @@ -1973,8 +2285,8 @@ sigs.k8s.io/controller-runtime/pkg/webhook sigs.k8s.io/controller-runtime/pkg/webhook/admission sigs.k8s.io/controller-runtime/pkg/webhook/conversion sigs.k8s.io/controller-runtime/pkg/webhook/internal/metrics -# sigs.k8s.io/controller-tools v0.6.3-0.20210916130746-94401651a6c3 => sigs.k8s.io/controller-tools v0.5.0 -## explicit +# sigs.k8s.io/controller-tools v0.7.0 => sigs.k8s.io/controller-tools v0.5.0 +## explicit; go 1.15 sigs.k8s.io/controller-tools/cmd/controller-gen sigs.k8s.io/controller-tools/pkg/crd sigs.k8s.io/controller-tools/pkg/crd/markers @@ -1989,9 +2301,12 @@ sigs.k8s.io/controller-tools/pkg/schemapatcher sigs.k8s.io/controller-tools/pkg/schemapatcher/internal/yaml sigs.k8s.io/controller-tools/pkg/version sigs.k8s.io/controller-tools/pkg/webhook -# sigs.k8s.io/kustomize/api v0.10.1 -## explicit -sigs.k8s.io/kustomize/api/builtins +# sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 +## explicit; go 1.17 +sigs.k8s.io/json +sigs.k8s.io/json/internal/golang/encoding/json +# sigs.k8s.io/kustomize/api v0.11.4 => sigs.k8s.io/kustomize/api v0.11.2 +## explicit; go 1.16 sigs.k8s.io/kustomize/api/filters/annotations sigs.k8s.io/kustomize/api/filters/fieldspec sigs.k8s.io/kustomize/api/filters/filtersutil @@ -2003,15 +2318,17 @@ sigs.k8s.io/kustomize/api/filters/nameref sigs.k8s.io/kustomize/api/filters/namespace sigs.k8s.io/kustomize/api/filters/patchjson6902 sigs.k8s.io/kustomize/api/filters/patchstrategicmerge -sigs.k8s.io/kustomize/api/filters/prefixsuffix +sigs.k8s.io/kustomize/api/filters/prefix sigs.k8s.io/kustomize/api/filters/refvar sigs.k8s.io/kustomize/api/filters/replacement sigs.k8s.io/kustomize/api/filters/replicacount +sigs.k8s.io/kustomize/api/filters/suffix sigs.k8s.io/kustomize/api/filters/valueadd sigs.k8s.io/kustomize/api/hasher sigs.k8s.io/kustomize/api/ifc sigs.k8s.io/kustomize/api/image sigs.k8s.io/kustomize/api/internal/accumulator +sigs.k8s.io/kustomize/api/internal/builtins sigs.k8s.io/kustomize/api/internal/generators sigs.k8s.io/kustomize/api/internal/git sigs.k8s.io/kustomize/api/internal/kusterr @@ -2034,8 +2351,8 @@ sigs.k8s.io/kustomize/api/provider sigs.k8s.io/kustomize/api/resmap sigs.k8s.io/kustomize/api/resource sigs.k8s.io/kustomize/api/types -# sigs.k8s.io/kustomize/kyaml v0.13.1 => sigs.k8s.io/kustomize/kyaml v0.13.0 -## explicit +# sigs.k8s.io/kustomize/kyaml v0.13.6 => sigs.k8s.io/kustomize/kyaml v0.13.3 +## explicit; go 1.16 sigs.k8s.io/kustomize/kyaml/comments sigs.k8s.io/kustomize/kyaml/errors sigs.k8s.io/kustomize/kyaml/ext @@ -2071,54 +2388,56 @@ sigs.k8s.io/kustomize/kyaml/yaml/merge3 sigs.k8s.io/kustomize/kyaml/yaml/schema sigs.k8s.io/kustomize/kyaml/yaml/walk # sigs.k8s.io/structured-merge-diff/v4 v4.2.1 -## explicit +## explicit; go 1.13 sigs.k8s.io/structured-merge-diff/v4/fieldpath sigs.k8s.io/structured-merge-diff/v4/schema sigs.k8s.io/structured-merge-diff/v4/typed sigs.k8s.io/structured-merge-diff/v4/value # sigs.k8s.io/yaml v1.3.0 -## explicit +## explicit; go 1.12 sigs.k8s.io/yaml # bitbucket.org/ww/goautoneg => github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d # github.com/Unknwon/com => github.com/unknwon/com v1.0.1 # github.com/clarketm/json => github.com/clarketm/json v1.15.7 # github.com/cockroachdb/sentry-go => github.com/getsentry/sentry-go v0.11.0 +# github.com/docker/spdystream => github.com/docker/spdystream v0.1.0 # github.com/go-openapi/spec => github.com/go-openapi/spec v0.19.8 # github.com/gogo/protobuf => github.com/gogo/protobuf v1.3.2 # github.com/mrnold/go-libnbd => github.com/mrnold/go-libnbd v1.4.1-cdi # github.com/operator-framework/operator-sdk => github.com/operator-framework/operator-sdk v0.19.4 # github.com/satori/go.uuid => github.com/satori/go.uuid v1.2.1-0.20181028125025-b2ce2384e17b # github.com/satori/uuid => github.com/satori/uuid v1.2.1-0.20181028125025-b2ce2384e17b +# github.com/spf13/pflag => github.com/spf13/pflag v1.0.6-0.20210604193023-d5e0c0615ace # github.com/spf13/viper => github.com/spf13/viper v1.7.1 # github.com/terraform-providers/terraform-provider-aws => github.com/openshift/terraform-provider-aws v1.60.1-0.20200630224953-76d1fb4e5699 # github.com/terraform-providers/terraform-provider-azurerm => github.com/openshift/terraform-provider-azurerm v1.40.1-0.20200707062554-97ea089cc12a # github.com/terraform-providers/terraform-provider-ignition/v2 => github.com/community-terraform-providers/terraform-provider-ignition/v2 v2.1.0 -# k8s.io/api => k8s.io/api v0.22.0 -# k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.22.0 -# k8s.io/apimachinery => k8s.io/apimachinery v0.22.0 -# k8s.io/apiserver => k8s.io/apiserver v0.22.0 -# k8s.io/cli-runtime => k8s.io/cli-runtime v0.22.0 -# k8s.io/client-go => k8s.io/client-go v0.22.0 -# k8s.io/cloud-provider => k8s.io/cloud-provider v0.22.0 -# k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.22.0 -# k8s.io/code-generator => k8s.io/code-generator v0.22.0 -# k8s.io/component-base => k8s.io/component-base v0.22.0 -# k8s.io/component-helpers => k8s.io/component-helpers v0.22.0 -# k8s.io/controller-manager => k8s.io/controller-manager v0.22.0 -# k8s.io/cri-api => k8s.io/cri-api v0.22.0 -# k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.22.0 -# k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.22.0 -# k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.22.0 -# k8s.io/kube-proxy => k8s.io/kube-proxy v0.22.0 -# k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.22.0 -# k8s.io/kubectl => k8s.io/kubectl v0.22.0 -# k8s.io/kubelet => k8s.io/kubelet v0.22.0 -# k8s.io/kubernetes => k8s.io/kubernetes v1.22.0 -# k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.22.0 -# k8s.io/metrics => k8s.io/metrics v0.22.0 -# k8s.io/mount-utils => k8s.io/mount-utils v0.22.0 -# k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.22.0 -# k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.22.0 +# k8s.io/api => k8s.io/api v0.23.0 +# k8s.io/apiextensions-apiserver => k8s.io/apiextensions-apiserver v0.23.0 +# k8s.io/apimachinery => k8s.io/apimachinery v0.23.0 +# k8s.io/apiserver => k8s.io/apiserver v0.23.0 +# k8s.io/cli-runtime => k8s.io/cli-runtime v0.23.0 +# k8s.io/client-go => k8s.io/client-go v0.23.0 +# k8s.io/cloud-provider => k8s.io/cloud-provider v0.23.0 +# k8s.io/cluster-bootstrap => k8s.io/cluster-bootstrap v0.23.0 +# k8s.io/code-generator => k8s.io/code-generator v0.23.0 +# k8s.io/component-base => k8s.io/component-base v0.23.0 +# k8s.io/component-helpers => k8s.io/component-helpers v0.23.0 +# k8s.io/controller-manager => k8s.io/controller-manager v0.23.0 +# k8s.io/cri-api => k8s.io/cri-api v0.23.0 +# k8s.io/csi-translation-lib => k8s.io/csi-translation-lib v0.23.0 +# k8s.io/kube-aggregator => k8s.io/kube-aggregator v0.23.0 +# k8s.io/kube-controller-manager => k8s.io/kube-controller-manager v0.23.0 +# k8s.io/kube-proxy => k8s.io/kube-proxy v0.23.0 +# k8s.io/kube-scheduler => k8s.io/kube-scheduler v0.23.0 +# k8s.io/kubectl => k8s.io/kubectl v0.23.0 +# k8s.io/kubelet => k8s.io/kubelet v0.23.0 +# k8s.io/kubernetes => k8s.io/kubernetes v1.23.0 +# k8s.io/legacy-cloud-providers => k8s.io/legacy-cloud-providers v0.23.0 +# k8s.io/metrics => k8s.io/metrics v0.23.0 +# k8s.io/mount-utils => k8s.io/mount-utils v0.23.0 +# k8s.io/pod-security-admission => k8s.io/pod-security-admission v0.23.0 +# k8s.io/sample-apiserver => k8s.io/sample-apiserver v0.23.0 # sigs.k8s.io/controller-runtime => sigs.k8s.io/controller-runtime v0.9.1 # sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.5.0 # git.apache.org/thrift.git => github.com/apache/thrift v0.15.0 @@ -2133,7 +2452,7 @@ sigs.k8s.io/yaml # github.com/coreos/bbolt => go.etcd.io/bbolt v1.3.6 # github.com/coreos/fcct => github.com/coreos/butane v0.13.1 # github.com/coreos/prometheus-operator => github.com/prometheus-operator/prometheus-operator v0.48.1 -# github.com/coreos/stream-metadata-go => github.com/coreos/stream-metadata-go v0.0.0-20210225230131-70edb9eb47b3 +# github.com/coreos/stream-metadata-go => github.com/coreos/stream-metadata-go v0.1.3 # github.com/cortexproject/cortex => github.com/cortexproject/cortex v1.10.0 # github.com/deislabs/oras => github.com/oras-project/oras v0.12.0 # github.com/etcd-io/bbolt => go.etcd.io/bbolt v1.3.6 @@ -2147,23 +2466,24 @@ sigs.k8s.io/yaml # github.com/influxdata/flux => github.com/influxdata/flux v0.132.0 # github.com/knq/sysutil => github.com/chromedp/sysutil v1.0.0 # github.com/kshvakov/clickhouse => github.com/ClickHouse/clickhouse-go v1.4.9 -# github.com/metal3-io/baremetal-operator => github.com/openshift/baremetal-operator v0.0.0-20210706141527-5240e42f012a -# github.com/metal3-io/baremetal-operator/apis => github.com/openshift/baremetal-operator/apis v0.0.0-20210706141527-5240e42f012a +# github.com/metal3-io/baremetal-operator => github.com/openshift/baremetal-operator v0.0.0-20211201170610-92ffa60c683d +# github.com/metal3-io/baremetal-operator/apis => github.com/openshift/baremetal-operator/apis v0.0.0-20211201170610-92ffa60c683d +# github.com/metal3-io/baremetal-operator/pkg/hardwareutils => github.com/openshift/baremetal-operator/pkg/hardwareutils v0.0.0-20211201170610-92ffa60c683d # github.com/metal3-io/cluster-api-provider-baremetal => github.com/openshift/cluster-api-provider-baremetal v0.0.0-20190821174549-a2a477909c1d # github.com/mholt/certmagic => github.com/caddyserver/certmagic v0.15.0 -# github.com/openshift/api => github.com/openshift/api v0.0.0-20211028023115-7224b732cc14 -# github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20210831095141-e19a065e79f7 +# github.com/openshift/api => github.com/openshift/api v0.0.0-20220124143425-d74727069f6f +# github.com/openshift/client-go => github.com/openshift/client-go v0.0.0-20211209144617-7385dd6338e3 # github.com/openshift/cloud-credential-operator => github.com/openshift/cloud-credential-operator v0.0.0-20200316201045-d10080b52c9e -# github.com/openshift/cluster-api-provider-gcp => github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20211001174514-d92b08844a2b -# github.com/openshift/cluster-api-provider-ibmcloud => github.com/openshift/cluster-api-provider-ibmcloud v0.0.1-0.20210806145144-04491027caa8 +# github.com/openshift/cluster-api-provider-gcp => github.com/openshift/cluster-api-provider-gcp v0.0.1-0.20211123160814-0d569513f9fa +# github.com/openshift/cluster-api-provider-ibmcloud => github.com/openshift/cluster-api-provider-ibmcloud v0.0.0-20211008100740-4d7907adbd6b # github.com/openshift/cluster-api-provider-kubevirt => github.com/openshift/cluster-api-provider-kubevirt v0.0.0-20210719100556-9b8bc3666720 -# github.com/openshift/cluster-api-provider-libvirt => github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20210623230745-59ae2edf8875 -# github.com/openshift/cluster-api-provider-ovirt => github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20220120123528-15a6add2ff5b -# github.com/openshift/console-operator => github.com/openshift/console-operator v0.0.0-20220124105820-fdcb82f487fb -# github.com/openshift/installer => github.com/jewzaam/installer-aro v0.9.0-master.0.20220208140934-766bcf74e25c -# github.com/openshift/library-go => github.com/openshift/library-go v0.0.0-20220125122342-ff51c8a74c7b -# github.com/openshift/machine-api-operator => github.com/openshift/machine-api-operator v0.2.1-0.20211203013047-383c9b959b69 -# github.com/openshift/machine-config-operator => github.com/openshift/machine-config-operator v0.0.1-0.20211215135312-23d93af42378 +# github.com/openshift/cluster-api-provider-libvirt => github.com/openshift/cluster-api-provider-libvirt v0.2.1-0.20191219173431-2336783d4603 +# github.com/openshift/cluster-api-provider-ovirt => github.com/openshift/cluster-api-provider-ovirt v0.1.1-0.20211215231458-35ce9aafee1f +# github.com/openshift/console-operator => github.com/openshift/console-operator v0.0.0-20220318130441-e44516b9c315 +# github.com/openshift/installer => github.com/jewzaam/installer-aro v0.9.0-master.0.20220524230743-7e2aa7a0cc1a +# github.com/openshift/library-go => github.com/openshift/library-go v0.0.0-20220303081124-fb4e7a2872f0 +# github.com/openshift/machine-api-operator => github.com/openshift/machine-api-operator v0.2.1-0.20220124104622-668c5b52b104 +# github.com/openshift/machine-config-operator => github.com/openshift/machine-config-operator v0.0.1-0.20220319215057-e6ba00b88555 # github.com/oras-project/oras-go => oras.land/oras-go v0.4.0 # github.com/ovirt/go-ovirt => github.com/ovirt/go-ovirt v0.0.0-20210112072624-e4d3b104de71 # github.com/prometheus/prometheus => github.com/prometheus/prometheus v1.8.2-0.20210421143221-52df5ef7a3be @@ -2175,11 +2495,14 @@ sigs.k8s.io/yaml # google.golang.org/cloud => cloud.google.com/go v0.97.0 # google.golang.org/grpc => google.golang.org/grpc v1.40.0 # k8s.io/klog/v2 => k8s.io/klog/v2 v2.8.0 +# k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 # k8s.io/kube-state-metrics => k8s.io/kube-state-metrics v1.9.7 # mvdan.cc/unparam => mvdan.cc/unparam v0.0.0-20211002133954-f839ab2b2b11 -# sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20211213011328-8226e86fa06e -# sigs.k8s.io/cluster-api-provider-azure => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20211202014309-184ccedc799e -# sigs.k8s.io/cluster-api-provider-openstack => github.com/openshift/cluster-api-provider-openstack v0.0.0-20210820223719-a7442bb18bce -# sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.13.0 +# sigs.k8s.io/cluster-api-provider-aws => github.com/openshift/cluster-api-provider-aws v0.2.1-0.20210121023454-5ffc5f422a80 +# sigs.k8s.io/cluster-api-provider-azure => github.com/openshift/cluster-api-provider-azure v0.1.0-alpha.3.0.20210626224711-5d94c794092f +# sigs.k8s.io/cluster-api-provider-openstack => github.com/openshift/cluster-api-provider-openstack v0.0.0-20211111204942-611d320170af +# sigs.k8s.io/kustomize/api => sigs.k8s.io/kustomize/api v0.11.2 +# sigs.k8s.io/kustomize/kyaml => sigs.k8s.io/kustomize/kyaml v0.13.3 # sigs.k8s.io/structured-merge-diff => sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06 +# sourcegraph.com/sourcegraph/go-diff => github.com/sourcegraph/go-diff v0.5.1 # vbom.ml/util => github.com/fvbommel/util v0.0.3 diff --git a/vendor/sigs.k8s.io/cluster-api-provider-azure/pkg/apis/azureprovider/v1beta1/types.go b/vendor/sigs.k8s.io/cluster-api-provider-azure/pkg/apis/azureprovider/v1beta1/types.go index 7353eae6f..b59fe1a2b 100644 --- a/vendor/sigs.k8s.io/cluster-api-provider-azure/pkg/apis/azureprovider/v1beta1/types.go +++ b/vendor/sigs.k8s.io/cluster-api-provider-azure/pkg/apis/azureprovider/v1beta1/types.go @@ -397,14 +397,6 @@ type Image struct { Version string `json:"version"` // ResourceID represents the location of OS Image in azure subscription ResourceID string `json:"resourceID"` - // Type identifies the source of the image and related information, such as purchase plans. - // Valid values are "ID", "MarketplaceWithPlan", "MarketplaceNoPlan", and omitted, which - // means no opinion and the platform chooses a good default which may change over time. - // Currently that default is "MarketplaceNoPlan" if publisher data is supplied, or "ID" if not. - // For more information about purchase plans, see: - // https://docs.microsoft.com/en-us/azure/virtual-machines/linux/cli-ps-findimage#check-the-purchase-plan-information - // +optional - Type AzureImageType `json:"type,omitempty"` } // VMIdentity defines the identity of the virtual machine, if configured. @@ -433,15 +425,3 @@ type SecurityProfile struct { // set. Default is disabled. EncryptionAtHost *bool `json:"encryptionAtHost,omitempty"` } - -// AzureImageType provides an enumeration for the valid image types. -type AzureImageType string - -const ( - // AzureImageTypeID specifies that the image should be referenced by its resource ID. - AzureImageTypeID AzureImageType = "ID" - // AzureImageTypeMarketplaceNoPlan are images available from the marketplace that do not require a purchase plan. - AzureImageTypeMarketplaceNoPlan AzureImageType = "MarketplaceNoPlan" - // AzureImageTypeMarketplaceWithPlan require a purchase plan. Upstream these images are referred to as "ThirdParty." - AzureImageTypeMarketplaceWithPlan AzureImageType = "MarketplaceWithPlan" -) diff --git a/vendor/sigs.k8s.io/controller-runtime/go.mod b/vendor/sigs.k8s.io/controller-runtime/go.mod deleted file mode 100644 index 1423d76de..000000000 --- a/vendor/sigs.k8s.io/controller-runtime/go.mod +++ /dev/null @@ -1,29 +0,0 @@ -module sigs.k8s.io/controller-runtime - -go 1.16 - -require ( - github.com/evanphx/json-patch v4.11.0+incompatible - github.com/fsnotify/fsnotify v1.4.9 - github.com/go-logr/logr v0.4.0 - github.com/go-logr/zapr v0.4.0 - github.com/googleapis/gnostic v0.5.5 // indirect - github.com/hashicorp/golang-lru v0.5.4 // indirect - github.com/imdario/mergo v0.3.12 // indirect - github.com/onsi/ginkgo v1.16.4 - github.com/onsi/gomega v1.13.0 - github.com/prometheus/client_golang v1.11.0 - github.com/prometheus/client_model v0.2.0 - go.uber.org/goleak v1.1.10 - go.uber.org/zap v1.17.0 - golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 - gomodules.xyz/jsonpatch/v2 v2.2.0 - google.golang.org/appengine v1.6.7 // indirect - k8s.io/api v0.21.2 - k8s.io/apiextensions-apiserver v0.21.2 - k8s.io/apimachinery v0.21.2 - k8s.io/client-go v0.21.2 - k8s.io/component-base v0.21.2 - k8s.io/utils v0.0.0-20210527160623-6fdb442a123b - sigs.k8s.io/yaml v1.2.0 -) diff --git a/vendor/sigs.k8s.io/controller-runtime/go.sum b/vendor/sigs.k8s.io/controller-runtime/go.sum deleted file mode 100644 index 12cf1b35b..000000000 --- a/vendor/sigs.k8s.io/controller-runtime/go.sum +++ /dev/null @@ -1,734 +0,0 @@ -cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU= -cloud.google.com/go v0.44.1/go.mod h1:iSa0KzasP4Uvy3f1mN/7PiObzGgflwredwwASm/v6AU= -cloud.google.com/go v0.44.2/go.mod h1:60680Gw3Yr4ikxnPRS/oxxkBccT6SA1yMk63TGekxKY= -cloud.google.com/go v0.45.1/go.mod h1:RpBamKRgapWJb87xiFSdk4g1CME7QZg3uwTez+TSTjc= -cloud.google.com/go v0.46.3/go.mod h1:a6bKKbmY7er1mI7TEI4lsAkts/mkhTSZK8w33B4RAg0= -cloud.google.com/go v0.50.0/go.mod h1:r9sluTvynVuxRIOHXQEHMFffphuXHOMZMycpNR5e6To= -cloud.google.com/go v0.52.0/go.mod h1:pXajvRH/6o3+F9jDHZWQ5PbGhn+o8w9qiu/CffaVdO4= -cloud.google.com/go v0.53.0/go.mod h1:fp/UouUEsRkN6ryDKNW/Upv/JBKnv6WDthjR6+vze6M= -cloud.google.com/go v0.54.0 h1:3ithwDMr7/3vpAMXiH+ZQnYbuIsh+OPhUPMFC9enmn0= -cloud.google.com/go v0.54.0/go.mod h1:1rq2OEkV3YMf6n/9ZvGWI3GWw0VoqH/1x2nd8Is/bPc= -cloud.google.com/go/bigquery v1.0.1/go.mod h1:i/xbL2UlR5RvWAURpBYZTtm/cXjCha9lbfbpx4poX+o= -cloud.google.com/go/bigquery v1.3.0/go.mod h1:PjpwJnslEMmckchkHFfq+HTD2DmtT67aNFKH1/VBDHE= -cloud.google.com/go/bigquery v1.4.0/go.mod h1:S8dzgnTigyfTmLBfrtrhyYhwRxG72rYxvftPBK2Dvzc= -cloud.google.com/go/datastore v1.0.0/go.mod h1:LXYbyblFSglQ5pkeyhO+Qmw7ukd3C+pD7TKLgZqpHYE= -cloud.google.com/go/datastore v1.1.0/go.mod h1:umbIZjpQpHh4hmRpGhH4tLFup+FVzqBi1b3c64qFpCk= -cloud.google.com/go/firestore v1.1.0/go.mod h1:ulACoGHTpvq5r8rxGJ4ddJZBZqakUQqClKRT5SZwBmk= -cloud.google.com/go/pubsub v1.0.1/go.mod h1:R0Gpsv3s54REJCy4fxDixWD93lHJMoZTyQ2kNxGRt3I= -cloud.google.com/go/pubsub v1.1.0/go.mod h1:EwwdRX2sKPjnvnqCa270oGRyludottCI76h+R3AArQw= -cloud.google.com/go/pubsub v1.2.0/go.mod h1:jhfEVHT8odbXTkndysNHCcx0awwzvfOlguIAii9o8iA= -cloud.google.com/go/storage v1.0.0/go.mod h1:IhtSnM/ZTZV8YYJWCY8RULGVqBDmpoyjwiyrjsg+URw= -cloud.google.com/go/storage v1.5.0/go.mod h1:tpKbwo567HUNpVclU5sGELwQWBDZ8gh0ZeosJ0Rtdos= -cloud.google.com/go/storage v1.6.0/go.mod h1:N7U0C8pVQ/+NIKOBQyamJIeKQKkZ+mxpohlUTyfDhBk= -dmitri.shuralyov.com/gpu/mtl v0.0.0-20190408044501-666a987793e9/go.mod h1:H6x//7gZCb22OMCxBHrMx7a5I7Hp++hsVxbQ4BYO7hU= -github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8= -github.com/Azure/go-autorest v14.2.0+incompatible/go.mod h1:r+4oMnoxhatjLLJ6zxSWATqVooLgysK6ZNox3g/xq24= -github.com/Azure/go-autorest/autorest v0.11.12/go.mod h1:eipySxLmqSyC5s5k1CLupqet0PSENBEDP93LQ9a8QYw= -github.com/Azure/go-autorest/autorest/adal v0.9.5/go.mod h1:B7KF7jKIeC9Mct5spmyCB/A8CG/sEz1vwIRGv/bbw7A= -github.com/Azure/go-autorest/autorest/date v0.3.0/go.mod h1:BI0uouVdmngYNUzGWeSYnokU+TrmwEsOqdt8Y6sso74= -github.com/Azure/go-autorest/autorest/mocks v0.4.1/go.mod h1:LTp+uSrOhSkaKrUy935gNZuuIPPVsHlr9DSOxSayd+k= -github.com/Azure/go-autorest/logger v0.2.0/go.mod h1:T9E3cAhj2VqvPOtCYAvby9aBXkZmbF5NWuPV8+WeEW8= -github.com/Azure/go-autorest/tracing v0.6.0/go.mod h1:+vhtPC754Xsa23ID7GlGsrdKBpUA79WCAKPPZVC2DeU= -github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU= -github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo= -github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ= -github.com/NYTimes/gziphandler v1.1.1/go.mod h1:n/CVRwUEOgIxrgPvAQhUUr9oeUtvrhMomdKFjzJNB0c= -github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU= -github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0= -github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE= -github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= -github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc= -github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/alecthomas/units v0.0.0-20190717042225-c3de453c63f4/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0= -github.com/alecthomas/units v0.0.0-20190924025748-f65c72e2690d/go.mod h1:rBZYJk541a8SKzHPHnH3zbiI+7dagKZ0cgpgrD7Fyho= -github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o= -github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da/go.mod h1:Q73ZrmVTwzkszR9V5SSuryQ31EELlFMUz1kKyl939pY= -github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310/go.mod h1:ufUuZ+zHj4x4TnLV4JWEpy2hxWSpsRywHrMgIH9cCH8= -github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY= -github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q= -github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8= -github.com/beorn7/perks v1.0.1 h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM= -github.com/beorn7/perks v1.0.1/go.mod h1:G2ZrVWU2WbWT9wwq4/hrbKbnv/1ERSJQ0ibhJ6rlkpw= -github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs= -github.com/bketelsen/crypt v0.0.3-0.20200106085610-5cbc8cc4026c/go.mod h1:MKsuJmJgSg28kpZDP6UIiPt0e0Oz0kqKNGyRaWEPv84= -github.com/blang/semver v3.5.1+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk= -github.com/census-instrumentation/opencensus-proto v0.2.1/go.mod h1:f6KPmirojxKA12rnyqOA5BBL4O983OfeGPqjHWSTneU= -github.com/cespare/xxhash v1.1.0 h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko= -github.com/cespare/xxhash v1.1.0/go.mod h1:XrSqR1VqqWfGrhpAt58auRo0WTKS1nRRg3ghfAqPWnc= -github.com/cespare/xxhash/v2 v2.1.1 h1:6MnRN8NT7+YBpUIWxHtefFZOKTAPgGjpQSxqLNn0+qY= -github.com/cespare/xxhash/v2 v2.1.1/go.mod h1:VGX0DQ3Q6kWi7AoAeZDth3/j3BFtOZR5XLFGgcrjCOs= -github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI= -github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI= -github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU= -github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw= -github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8= -github.com/coreos/bbolt v1.3.2/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk= -github.com/coreos/etcd v3.3.13+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE= -github.com/coreos/go-oidc v2.1.0+incompatible/go.mod h1:CgnwVTmzoESiwO9qyAFEMiHoZ1nMCKZlZ9V6mm3/LKc= -github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= -github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk= -github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= -github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4= -github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= -github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA= -github.com/cpuguy83/go-md2man/v2 v2.0.0/go.mod h1:maD7wRr/U5Z6m/iR4s+kqSMx2CaBsrgA7czyZG/E6dU= -github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY= -github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= -github.com/creack/pty v1.1.11/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E= -github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ= -github.com/dgryski/go-sip13 v0.0.0-20181026042036-e10d5fee7954/go.mod h1:vAd38F8PWV+bWy6jNmig1y/TA+kYO4g3RSRF0IAv0no= -github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE= -github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= -github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk= -github.com/elazarl/goproxy v0.0.0-20180725130230-947c36da3153/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc= -github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs= -github.com/envoyproxy/go-control-plane v0.9.1-0.20191026205805-5f8ba28d4473/go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4= -github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c= -github.com/evanphx/json-patch v0.5.2/go.mod h1:ZWS5hhDbVDyob71nXKNL0+PWn6ToqBHMikGIFbs31qQ= -github.com/evanphx/json-patch v4.9.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/evanphx/json-patch v4.11.0+incompatible h1:glyUF9yIYtMHzn8xaKw5rMhdWcwsYV8dZHIq5567/xs= -github.com/evanphx/json-patch v4.11.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk= -github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4= -github.com/form3tech-oss/jwt-go v3.2.2+incompatible/go.mod h1:pbq4aXjuKjdthFRnoDwaVPLA+WlJuPGy+QneDUgJi2k= -github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo= -github.com/fsnotify/fsnotify v1.4.9 h1:hsms1Qyu0jgnwNXIxa+/V/PDsU6CfLf6CNO8H7IWoS4= -github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ= -github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04= -github.com/go-gl/glfw v0.0.0-20190409004039-e6da0acd62b1/go.mod h1:vR7hzQXu2zJy9AVAgeJqvqgH9Q5CA+iKCZ2gyEVpxRU= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20191125211704-12ad95a8df72/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= -github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-kit/kit v0.9.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as= -github.com/go-kit/log v0.1.0/go.mod h1:zbhenjAZHb184qTLMA9ZjW7ThYL0H2mk7Q6pNt4vbaY= -github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE= -github.com/go-logfmt/logfmt v0.4.0/go.mod h1:3RMwSq7FuexP4Kalkev3ejPJsZTpXXBr9+V4qmtdjCk= -github.com/go-logfmt/logfmt v0.5.0/go.mod h1:wCYkCAKZfumFQihp8CzCvQ3paCTfi41vtzG1KdI/P7A= -github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas= -github.com/go-logr/logr v0.2.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= -github.com/go-logr/logr v0.4.0 h1:K7/B1jt6fIBQVd4Owv2MqGQClcgf0R266+7C/QjRcLc= -github.com/go-logr/logr v0.4.0/go.mod h1:z6/tIYblkpsD+a4lm/fGIIU9mZ+XfAiaFtq7xTgseGU= -github.com/go-logr/zapr v0.4.0 h1:uc1uML3hRYL9/ZZPdgHS/n8Nzo+eaYL/Efxkkamf7OM= -github.com/go-logr/zapr v0.4.0/go.mod h1:tabnROwaDl0UNxkVeFRbY8bwB37GwRv0P8lg6aAiEnk= -github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg= -github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg= -github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc= -github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8= -github.com/go-openapi/spec v0.19.3/go.mod h1:FpwSN1ksY1eteniUU7X0N/BgJ7a4WvBFVA8Lj9mJglo= -github.com/go-openapi/spec v0.19.5/go.mod h1:Hm2Jr4jv8G1ciIAo+frC/Ft+rR2kQDh8JHKHb3gWUSk= -github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= -github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk= -github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY= -github.com/go-task/slim-sprig v0.0.0-20210107165309-348f09dbbbc0/go.mod h1:fyg7847qk6SyHyPtNmDHnmrv/HOrqktSC+C9fM+CJOE= -github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ= -github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4= -github.com/gogo/protobuf v1.3.2 h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q= -github.com/gogo/protobuf v1.3.2/go.mod h1:P1XiOD3dCwIKUDQYPy72D8LYyHL2YPYrpS2s69NZV8Q= -github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q= -github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20190702054246-869f871628b6/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20191227052852-215e87163ea7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e h1:1r7pUrabqp18hOBcwBwiTsbnFeTZHV9eER/QT5JVZxY= -github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc= -github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A= -github.com/golang/mock v1.3.1/go.mod h1:sBzyDLLjw3U8JLTeZvSv8jJB+tU5PVekmnlKIyFUx0Y= -github.com/golang/mock v1.4.0/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/mock v1.4.1/go.mod h1:UOMv5ysSaYNkG+OFQykRIcU/QvvxJf3p21QfJ2Bt3cw= -github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U= -github.com/golang/protobuf v1.3.3/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.3.4/go.mod h1:vzj43D7+SQXF/4pzW/hwtAqwc6iTitCiVSaWz5lYuqw= -github.com/golang/protobuf v1.4.0-rc.1/go.mod h1:ceaxUfeHdC40wWswd/P6IGgMaK3YpKi5j83Wpe3EHw8= -github.com/golang/protobuf v1.4.0-rc.1.0.20200221234624-67d41d38c208/go.mod h1:xKAWHe0F5eneWXFV3EuXVDTCmh+JuBKY0li0aMyXATA= -github.com/golang/protobuf v1.4.0-rc.2/go.mod h1:LlEzMj4AhA7rCAGe4KMBDvJI+AwstrUpVNzEA03Pprs= -github.com/golang/protobuf v1.4.0-rc.4.0.20200313231945-b860323f09d0/go.mod h1:WU3c8KckQ9AFe+yFwt9sWVRKCVIyN9cPHBJSNnbL67w= -github.com/golang/protobuf v1.4.0/go.mod h1:jodUvKwWbYaEsadDk5Fwe5c77LiNKVO9IDvqG2KuDX0= -github.com/golang/protobuf v1.4.1/go.mod h1:U8fpvMrcmy5pZrNK1lt4xCsGvpyWQ/VVv6QDs8UjoX8= -github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= -github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= -github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= -github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= -github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= -github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M= -github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.3.1/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU= -github.com/google/go-cmp v0.4.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.0/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.4/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/go-cmp v0.5.5 h1:Khx7svrCpmxxtHBq5j2mp/xVjsi8hQMfNLvJFAlrGgU= -github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE= -github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/gofuzz v1.1.0 h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g= -github.com/google/gofuzz v1.1.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg= -github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs= -github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20190515194954-54271f7e092f/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc= -github.com/google/pprof v0.0.0-20191218002539-d4f498aebedc/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200212024743-f11f1df84d12/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/pprof v0.0.0-20200229191704-1ebb73c60ed3/go.mod h1:ZgVRPoUq/hfqzAqh7sHMqb3I9Rq5C59dIz2SbBwJ4eM= -github.com/google/renameio v0.1.0/go.mod h1:KWCgfxg9yswjAJkECMjeO8J8rahYeXnNhOm40UhjYkI= -github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y= -github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= -github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= -github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= -github.com/googleapis/gnostic v0.4.1/go.mod h1:LRhVm6pbyptWbWbuZ38d1eyptfvIytN3ir6b65WBswg= -github.com/googleapis/gnostic v0.5.5 h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw= -github.com/googleapis/gnostic v0.5.5/go.mod h1:7+EbHbldMins07ALC74bsA81Ovc97DwqyJO1AENw9kA= -github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= -github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ= -github.com/gorilla/websocket v1.4.2/go.mod h1:YR8l580nyteQvAITg2hZ9XVh4b55+EU/adAjf1fMHhE= -github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA= -github.com/grpc-ecosystem/go-grpc-middleware v1.0.0/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= -github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs= -github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk= -github.com/grpc-ecosystem/grpc-gateway v1.9.0/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= -github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY= -github.com/hashicorp/consul/api v1.1.0/go.mod h1:VmuI/Lkw1nC05EYQWNKwWGbkg+FbDBtguAZLlVdkD9Q= -github.com/hashicorp/consul/sdk v0.1.1/go.mod h1:VKf9jXwCTEY1QZP2MOLRhb5i/I/ssyNV1vwHyQBF0x8= -github.com/hashicorp/errwrap v1.0.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4= -github.com/hashicorp/go-cleanhttp v0.5.1/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80= -github.com/hashicorp/go-immutable-radix v1.0.0/go.mod h1:0y9vanUI8NX6FsYoO3zeMjhV/C5i9g4Q3DwcSNZ4P60= -github.com/hashicorp/go-msgpack v0.5.3/go.mod h1:ahLV/dePpqEmjfWmKiqvPkv/twdG7iPBM1vqhUKIvfM= -github.com/hashicorp/go-multierror v1.0.0/go.mod h1:dHtQlpGsu+cZNNAkkCN/P3hoUDHhCYQXV3UM06sGGrk= -github.com/hashicorp/go-rootcerts v1.0.0/go.mod h1:K6zTfqpRlCUIjkwsN4Z+hiSfzSTQa6eBIzfwKfwNnHU= -github.com/hashicorp/go-sockaddr v1.0.0/go.mod h1:7Xibr9yA9JjQq1JpNB2Vw7kxv8xerXegt+ozgdvDeDU= -github.com/hashicorp/go-syslog v1.0.0/go.mod h1:qPfqrKkXGihmCqbJM2mZgkZGvKG1dFdvsLplgctolz4= -github.com/hashicorp/go-uuid v1.0.0/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go-uuid v1.0.1/go.mod h1:6SBZvOh/SIDV7/2o3Jml5SYk/TvGqwFJ/bN7x4byOro= -github.com/hashicorp/go.net v0.0.1/go.mod h1:hjKkEWcCURg++eb33jQU7oqQcI9XDCnUzHA0oac0k90= -github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8= -github.com/hashicorp/golang-lru v0.5.4 h1:YDjusn29QI/Das2iO9M0BHnIbxPeyuCHsjMW+lJfyTc= -github.com/hashicorp/golang-lru v0.5.4/go.mod h1:iADmTwqILo4mZ8BN3D2Q6+9jd8WM5uGBxy+E8yxSoD4= -github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ= -github.com/hashicorp/logutils v1.0.0/go.mod h1:QIAnNjmIWmVIIkWDTG1z5v++HQmx9WQRO+LraFDTW64= -github.com/hashicorp/mdns v1.0.0/go.mod h1:tL+uN++7HEJ6SQLQ2/p+z2pH24WQKWjBPkE0mNTz8vQ= -github.com/hashicorp/memberlist v0.1.3/go.mod h1:ajVTdAv/9Im8oMAAj5G31PhhMCZJV2pPBoIllUwCN7I= -github.com/hashicorp/serf v0.8.2/go.mod h1:6hOLApaqBFA1NXqRQAsxw9QxuDEvNxSQRwA/JwenrHc= -github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU= -github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6/go.mod h1:aSSvb/t6k1mPoxDqO4vJh6VOCGPwU4O0C2/Eqndh1Sc= -github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA= -github.com/imdario/mergo v0.3.12 h1:b6R2BslTbIEToALKP7LxUvijTsNI9TAe80pLWN2g/HU= -github.com/imdario/mergo v0.3.12/go.mod h1:jmQim1M+e3UYxmgPu/WyfjB3N3VflVyUjjjwH0dnCYA= -github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8= -github.com/jessevdk/go-flags v1.4.0/go.mod h1:4FA24M0QyGHXBuZZK/XkWh8h0e1EYbRYJSGM75WSRxI= -github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo= -github.com/jpillora/backoff v1.0.0/go.mod h1:J/6gKK9jxlEcS3zixgDgUAsiuZ7yrSoa/FX5e0EB2j4= -github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU= -github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.10/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/json-iterator/go v1.1.11 h1:uVUAXhF2To8cbw/3xN3pxj6kk7TYKs98NIrTqPlMWAQ= -github.com/json-iterator/go v1.1.11/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4= -github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU= -github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk= -github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU= -github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w= -github.com/julienschmidt/httprouter v1.3.0/go.mod h1:JR6WtHb+2LUe8TCKY3cZOxFyyO8IZAc4RVcycCCAKdM= -github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q= -github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8= -github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck= -github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/konsorten/go-windows-terminal-sequences v1.0.3/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ= -github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc= -github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo= -github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI= -github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ= -github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA= -github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI= -github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY= -github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE= -github.com/magiconair/properties v1.8.1/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ= -github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc= -github.com/mailru/easyjson v0.7.0/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs= -github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU= -github.com/mattn/go-isatty v0.0.3/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= -github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4= -github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU= -github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0= -github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 h1:I0XW9+e1XWDxdcEniV4rQAIOPUGDq67JSCiRCgGCZLI= -github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369/go.mod h1:BSXmuO+STAnVfrANrmjBb36TMTDstsz7MSK+HVaYKv4= -github.com/miekg/dns v1.0.14/go.mod h1:W1PPwlIAgtquWBMBEV9nkV9Cazfe8ScdGz/Lj7v3Nrg= -github.com/mitchellh/cli v1.0.0/go.mod h1:hNIlj7HEI86fIcpObd7a0FcrxTWetlwJDGcceTlRvqc= -github.com/mitchellh/go-homedir v1.0.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= -github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0= -github.com/mitchellh/go-testing-interface v1.0.0/go.mod h1:kRemZodwjscx+RGhAo8eIhFbs2+BFgRtFPeD/KE+zxI= -github.com/mitchellh/gox v0.4.0/go.mod h1:Sd9lOJ0+aimLBi73mGofS1ycjY8lL3uZM3JPS42BGNg= -github.com/mitchellh/iochan v1.0.0/go.mod h1:JwYml1nuB7xOzsp52dPpHFffvOCDupsG0QubkSMEySY= -github.com/mitchellh/mapstructure v0.0.0-20160808181253-ca63d7c062ee/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y= -github.com/moby/spdystream v0.2.0/go.mod h1:f7i0iNDQJ059oMTcWxx8MA/zKFIuD/lY+0GqbN2Wy8c= -github.com/moby/term v0.0.0-20201216013528-df9cb8a40635/go.mod h1:FBS0z0QWA44HXygs7VXDUOGoN/1TV3RuWkLO04am3wc= -github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg= -github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q= -github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI= -github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0= -github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= -github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ= -github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U= -github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e h1:fD57ERR4JtEqsWbfPhv4DMiApHyliiK5xCTNVSPiaAs= -github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno= -github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A= -github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE= -github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU= -github.com/oklog/ulid v1.3.1/go.mod h1:CirwcVhetQ6Lv90oh/F+FBtV6XMibvdAFo93nm5qn4U= -github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo= -github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE= -github.com/onsi/ginkgo v1.12.1/go.mod h1:zj2OWP4+oCPe1qIXoGWkgMRwljMUYCdkwsT2108oapk= -github.com/onsi/ginkgo v1.16.2/go.mod h1:CObGmKUOKaSC0RjmoAK7tKyn4Azo5P2IWuoMnvwxz1E= -github.com/onsi/ginkgo v1.16.4 h1:29JGrr5oVBm5ulCWet69zQkzWipVXIol6ygQUe/EzNc= -github.com/onsi/ginkgo v1.16.4/go.mod h1:dX+/inL/fNMqNlz0e9LfyB9TswhZpCVdJM/Z6Vvnwo0= -github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA= -github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY= -github.com/onsi/gomega v1.7.1/go.mod h1:XdKZgCCFLUoM/7CFJVPcG8C1xQ1AJ0vpAezJrB7JYyY= -github.com/onsi/gomega v1.10.1/go.mod h1:iN09h71vgCQne3DLsj+A5owkum+a2tYe+TOCB1ybHNo= -github.com/onsi/gomega v1.13.0 h1:7lLHu94wT9Ij0o6EWWclhu0aOh32VxhkwEJvzuWPeak= -github.com/onsi/gomega v1.13.0/go.mod h1:lRk9szgn8TxENtWd0Tp4c3wjlRfMTMH27I+3Je41yGY= -github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c/go.mod h1:lzWF7FIEvWOWxwDKqyGYQf6ZUaNfKdP144TG7ZOy1lc= -github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= -github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= -github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pkg/errors v0.9.1 h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4= -github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0= -github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM= -github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4= -github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI= -github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA= -github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw= -github.com/prometheus/client_golang v0.9.3/go.mod h1:/TN21ttK/J9q6uSwhBd54HahCDft0ttaMvbicHlPoso= -github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo= -github.com/prometheus/client_golang v1.7.1/go.mod h1:PY5Wy2awLA44sXw4AOSfFBetzPP4j5+D6mVACh+pe2M= -github.com/prometheus/client_golang v1.11.0 h1:HNkLOAEQMIDv/K+04rukrLx6ch7msSRwf3/SASFAGtQ= -github.com/prometheus/client_golang v1.11.0/go.mod h1:Z6t4BnS23TR94PD6BsDNk8yVqroYurpAkEiz0P2BEV0= -github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo= -github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/client_model v0.2.0 h1:uq5h0d+GuxiXLJLNABMgp2qUWDPiLvgCzz2dUR+/W/M= -github.com/prometheus/client_model v0.2.0/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA= -github.com/prometheus/common v0.0.0-20181113130724-41aa239b4cce/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro= -github.com/prometheus/common v0.4.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= -github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4= -github.com/prometheus/common v0.10.0/go.mod h1:Tlit/dnDKsSWFlCLTWaA1cyBgKHSMdTB80sz/V91rCo= -github.com/prometheus/common v0.26.0 h1:iMAkS2TDoNWnKM+Kopnx/8tnEStIfpYA0ur0xQzzhMQ= -github.com/prometheus/common v0.26.0/go.mod h1:M7rCNAaPfAosfx8veZJCuw84e35h3Cfd9VFqTh1DIvc= -github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk= -github.com/prometheus/procfs v0.0.0-20190507164030-5867b95ac084/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= -github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA= -github.com/prometheus/procfs v0.1.3/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= -github.com/prometheus/procfs v0.2.0/go.mod h1:lV6e/gmhEcM9IjHGsFOCxxuZ+z1YqCvr4OA4YeYWdaU= -github.com/prometheus/procfs v0.6.0 h1:mxy4L2jP6qMonqmq+aTtOx1ifVWUgG/TAmntgbh3xv4= -github.com/prometheus/procfs v0.6.0/go.mod h1:cz+aTbrPOrUb4q7XlbU9ygM+/jj0fzG6c1xBZuNvfVA= -github.com/prometheus/tsdb v0.7.1/go.mod h1:qhTCs0VvXwvX/y3TZrWD7rabWM+ijKTux40TwIPHuXU= -github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg= -github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFRclV5y23lUDJ4= -github.com/russross/blackfriday/v2 v2.0.1/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= -github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= -github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529/go.mod h1:DxrIzT+xaE7yg65j358z/aeFdxmN0P9QXhEzd20vsDc= -github.com/shurcooL/sanitized_anchor_name v1.0.0/go.mod h1:1NzhyTcUVG4SuEtjjoZeVRXNmyL/1OwPU0+IJeTBvfc= -github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo= -github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE= -github.com/sirupsen/logrus v1.6.0/go.mod h1:7uNnSEd1DgxDLC74fIahvMZmmYsHGZGEOFrfsX/uA88= -github.com/sirupsen/logrus v1.7.0/go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0= -github.com/smartystreets/assertions v0.0.0-20180927180507-b2de0cb4f26d/go.mod h1:OnSkiWE9lh6wB0YB77sQom3nweQdgAjqCqsofrRNTgc= -github.com/smartystreets/goconvey v1.6.4/go.mod h1:syvi0/a8iFYH4r/RixwvyeAJjdLS9QV7WQ/tjFTllLA= -github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM= -github.com/spaolacci/murmur3 v0.0.0-20180118202830-f09979ecbc72/go.mod h1:JwIasOWyU6f++ZhiEuf87xNszmSA2myDM2Kzu9HwQUA= -github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ= -github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk= -github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE= -github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ= -github.com/spf13/cobra v1.1.1/go.mod h1:WnodtKOvamDL/PwE2M4iKs8aMDBZ5Q5klgD3qfVJQMI= -github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo= -github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4= -github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA= -github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg= -github.com/spf13/viper v1.7.0/go.mod h1:8WkrPz2fc9jxqZNCJI/76HCieCp4Q8HaLFoCha5qpdg= -github.com/stoewer/go-strcase v1.2.0/go.mod h1:IBiWB2sKIp3wVVQ3Y035++gc+knqhUQag1KpM8ahLw8= -github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= -github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE= -github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs= -github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI= -github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4= -github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5cxcmMvtA= -github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= -github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= -github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw= -github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= -github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U= -github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA= -github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU= -github.com/yuin/goldmark v1.1.27/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -github.com/yuin/goldmark v1.2.1/go.mod h1:3hX8gzYuyVAZsxl0MRgGTJEmQBFcNTphYh9decYSb74= -go.etcd.io/bbolt v1.3.2/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= -go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU= -go.etcd.io/bbolt v1.3.5/go.mod h1:G5EMThwa9y8QZGBClrRx5EY+Yw9kAhnjy3bSjsnlVTQ= -go.etcd.io/etcd v0.5.0-alpha.5.0.20200910180754-dd1b699fc489/go.mod h1:yVHk9ub3CSBatqGNg7GRmsnfLWtoW60w4eDYfh7vHDg= -go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU= -go.opencensus.io v0.22.0/go.mod h1:+kGneAE2xo2IficOXnaByMWTGM9T73dGwxeWcUqIpI8= -go.opencensus.io v0.22.2/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.opencensus.io v0.22.3/go.mod h1:yxeiOL68Rb0Xd1ddK5vPZ/oVn4vY4Ynel7k9FzqtOIw= -go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= -go.uber.org/atomic v1.4.0/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE= -go.uber.org/atomic v1.7.0 h1:ADUqmZGgLDDfbSL9ZmPxKTybcoEYHgpYfELNoN+7hsw= -go.uber.org/atomic v1.7.0/go.mod h1:fEN4uk6kAWBTFdckzkM89CLk9XfWZrxpCo0nPH17wJc= -go.uber.org/goleak v1.1.10 h1:z+mqJhf6ss6BSfSM671tgKyZBFPTTJM+HLxnhPC3wu0= -go.uber.org/goleak v1.1.10/go.mod h1:8a7PlsEVH3e/a/GLqe5IIrQx6GzcnRmZEufDUTk4A7A= -go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0= -go.uber.org/multierr v1.6.0 h1:y6IPFStTAIT5Ytl7/XYmHvzXQ7S3g/IeZW9hyZ5thw4= -go.uber.org/multierr v1.6.0/go.mod h1:cdWPpRnG4AhwMwsgIHip0KRBQjJy5kYEpYjJxpXp9iU= -go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q= -go.uber.org/zap v1.17.0 h1:MTjgFu6ZLKvY6Pvaqk97GlxNBuMpV4Hy/3P6tRGlI2U= -go.uber.org/zap v1.17.0/go.mod h1:MXVU+bhUf/A7Xi2HNOnopQOrmycQ5Ih87HtOu4q5SSo= -golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4= -golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w= -golang.org/x/crypto v0.0.0-20190510104115-cbcb75029529/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190605123033-f99c8df09eb5/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20191011191535-87dc89f01550/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI= -golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20201002170205-7f63de1d35b0/go.mod h1:LzIPMQfyMNhhGPhUkYOs5KpL4U8rLKemX1yGLhDgUto= -golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83/go.mod h1:jdWPYTVW3xRLrWPugEBEK3UY2ZEsg3UU495nc5E+M+I= -golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190306152737-a1d7652674e8/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA= -golang.org/x/exp v0.0.0-20190510132918-efd6b22b2522/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8= -golang.org/x/exp v0.0.0-20190829153037-c13cbed26979/go.mod h1:86+5VVa7VpoJ4kLfm080zCjGlMRFzhUhsZKEZO7MGek= -golang.org/x/exp v0.0.0-20191030013958-a1ab85dbe136/go.mod h1:JXzH8nQsPlswgeRAPE3MuO9GYsAcnJvJ4vnMwN/5qkY= -golang.org/x/exp v0.0.0-20191129062945-2f5052295587/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20191227195350-da58074b4299/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200119233911-0405dc783f0a/go.mod h1:2RIsYlXP63K8oxa1u096TMicItID8zy7Y6sNkU49FU4= -golang.org/x/exp v0.0.0-20200207192155-f17229e696bd/go.mod h1:J/WKrq2StrnmMY6+EHIKF9dgMWnmCNThgcyBT1FY9mM= -golang.org/x/exp v0.0.0-20200224162631-6cc2880d07d6/go.mod h1:3jZMyOhIsHpP37uCMkUooju7aAi5cS1Q23tOzKc+0MU= -golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js= -golang.org/x/image v0.0.0-20190802002840-cff245a6509b/go.mod h1:FeLwcggjj3mMvU+oOTbSwawSJRM1uh48EjtB4UJZlP0= -golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU= -golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE= -golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190409202823-959b441ac422/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20190930215403-16217165b5de/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc= -golang.org/x/lint v0.0.0-20191125180803-fdd1cda4f05f/go.mod h1:5qLYkcX4OjUUV8bRuDixDT3tpyyb+LUpUlRWLxfhWrs= -golang.org/x/lint v0.0.0-20200130185559-910be7a94367/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/lint v0.0.0-20200302205851-738671d3881b h1:Wh+f8QHJXR411sJR8/vRBTZ7YapZaRvUcLFFJhusH0k= -golang.org/x/lint v0.0.0-20200302205851-738671d3881b/go.mod h1:3xt1FjdF8hUf6vQPIChWIBhFzV8gjjsPE/fR3IyQdNY= -golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE= -golang.org/x/mobile v0.0.0-20190719004257-d2bd2a29d028/go.mod h1:E/iHnbuqvinMTCcRqshq8CkpyQDoeVncDDYHnLhea+o= -golang.org/x/mod v0.0.0-20190513183733-4bf6d317e70e/go.mod h1:mXi4GBBbnImb6dmsKGUJ2LatrhH/nqhxcFungHvyanc= -golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY= -golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.1.1-0.20191107180719-034126e5016b/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg= -golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/mod v0.3.1-0.20200828183125-ce943fd02449/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA= -golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181023162649-9b4f9f5ad519/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4= -golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190503192946-f4e77d36d62c/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg= -golang.org/x/net v0.0.0-20190603091049-60506f45cf65/go.mod h1:HSz+uSET+XFnRR8LxR5pz3Of3rY3CfYBVs4xY44aLks= -golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190724013045-ca1201d0de80/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200114155413-6afb5195e5aa/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200202094626-16171245cfb2/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200222125558-5a598a2470a0/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200226121028-0de0cce0169b/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200301022130-244492dfa37a/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s= -golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200520004742-59133d7f0dd7/go.mod h1:qpuaurCH72eLCgpAm/N6yyVIVM9cpaDIP3A8BGJEC5A= -golang.org/x/net v0.0.0-20200625001655-4c5254603344/go.mod h1:/O7V0waA8r7cgGh81Ro3o1hOxt32SMVPicZroKQ2sZA= -golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU= -golang.org/x/net v0.0.0-20210224082022-3d97a244fca7/go.mod h1:m0MpNAwzfU5UDzcl9v0D8zg8gWTRqZa9RBIspLL5mdg= -golang.org/x/net v0.0.0-20210428140749-89ef3d95e781 h1:DzZ89McO9/gWPsQXS/FVKAlG02ZjaQ6AlZRBimEYOd0= -golang.org/x/net v0.0.0-20210428140749-89ef3d95e781/go.mod h1:OJAsFXCWl8Ukc7SiCT/9KSuxbyM7479/AVlXFRxuMCk= -golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U= -golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20191202225959-858c2ad4c8b6/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d h1:TzXSXBo42m9gQenoE3b9BGiEpg5IG2JkU5FkPIawgtw= -golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw= -golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM= -golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY= -golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190502145724-3ef323f4f1fd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190507160741-ecd444e8653b/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190606165138-5da285871e9c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190624142023-c5567b49c5d0/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190726091711-fc99dfbffb4e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20190904154756-749cb33beabd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191001151750-bb3f8db39f24/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191005200804-aed5e4c7ecf9/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191026070338-33540a1f6037/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191120155948-bd437916bb0e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191204072324-ce4227a45e2e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20191228213918-04cbcbbfeed8/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200106162015-b016eb3dc98e/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200113162924-86b910548bc1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200122134326-e047566fdf82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200202164722-d101bd2416d5/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200212091648-12a6c2dcc1e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200615200032-f1bc736245b1/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200625212154-ddb9806d33ae/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200831180312-196b9ba8737a/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210112080510-489259a85091/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210426230700-d19ff857e887/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs= -golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40 h1:JWgyZ1qgdTaF3N3oxC+MdTV7qvEEgHo3otj+HB5CM7Q= -golang.org/x/sys v0.0.0-20210603081109-ebe580a85c40/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg= -golang.org/x/term v0.0.0-20201117132131-f5c789dd3221/go.mod h1:Nr5EML6q2oocZ2LXRh80K7BxOlk5/8JxuGnuhpl+muw= -golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d h1:SZxvLBoTP5yHO3Frd4z4vrF+DBX9vMVanchswa69toE= -golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo= -golang.org/x/text v0.0.0-20170915032832-14c0d48ead0c/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ= -golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk= -golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.4/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/text v0.3.6 h1:aRYxNxv6iGQlyVaZmk6ZgYEDa+Jg18DxebPSrd6bg1M= -golang.org/x/text v0.3.6/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ= -golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20191024005414-555d28b269f0/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6 h1:Vv0JUPWTyeqUq42B2WJ1FeIDjjvGKoA2Ss+Ts0lAVbs= -golang.org/x/time v0.0.0-20210611083556-38a9dc6acbc6/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ= -golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ= -golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY= -golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190328211700-ab21143f2384/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs= -golang.org/x/tools v0.0.0-20190425150028-36563e24a262/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190506145303-2d16b83fe98c/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q= -golang.org/x/tools v0.0.0-20190606124116-d0a3d012864b/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190624222133-a101b041ded4/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190628153133-6cdbf07be9d0/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc= -golang.org/x/tools v0.0.0-20190816200558-6889da9d5479/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20190911174233-4f2ddba30aff/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191012152004-8de300cfc20a/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191108193012-7d206e10da11/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191112195655-aa38f8e97acc/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191113191852-77e3bb0ad9e7/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191115202509-3a792d9c32b2/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191125144606-a911d9008d1f/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191130070609-6e064ea0cf2d/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo= -golang.org/x/tools v0.0.0-20191216173652-a0e659d51361/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20191227053925-7b8e75db28f4/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200117161641-43d50277825c/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200122220014-bf1340f18c4a/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200130002326-2f3ba24bd6e7/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200204074204-1cc6d1ef6c74/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200207183749-b753a1ba74fa/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200212150539-ea181f53ac56/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200224181240-023911ca70b2/go.mod h1:TB2adYChydJhpapKDTa4BR/hXlZSLoq2Wpct/0txZ28= -golang.org/x/tools v0.0.0-20200304193943-95d2e580d8eb/go.mod h1:o4KQGtdN14AW+yjsvvwRTJJuXz8XRtIHtEnmAXLyFUw= -golang.org/x/tools v0.0.0-20200505023115-26f46d2f7ef8/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20200619180055-7c47624df98f/go.mod h1:EkVYQZoAsY45+roYkvgYkIh4xh/qjgUK9TdY2XT94GE= -golang.org/x/tools v0.0.0-20201224043029-2b0845dc783e/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.0.0-20210106214847-113979e3529a/go.mod h1:emZCQorbCU4vsT4fOWvOPXz4eW1wZW4PmDk9uLelYpA= -golang.org/x/tools v0.1.0 h1:po9/4sTYwZU9lPhi1tOrb4hCv3qrhiQ77LZfGa2OjwY= -golang.org/x/tools v0.1.0/go.mod h1:xkSsbof2nBLbhDlRMhhhyNLN/zl3eTqcnHD5viDpcZ0= -golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191011141410-1b5146add898/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 h1:go1bK/D/BFZV2I8cIQd1NKEZ+0owSTG1fDTci4IqFcE= -golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0= -gomodules.xyz/jsonpatch/v2 v2.2.0 h1:4pT439QV83L+G9FkcCriY6EkpcK6r6bK+A5FBUMI7qY= -gomodules.xyz/jsonpatch/v2 v2.2.0/go.mod h1:WXp+iVDkoLQqPudfQ9GBlwB2eZ5DKOnjQZCYdOS8GPY= -google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE= -google.golang.org/api v0.7.0/go.mod h1:WtwebWUNSVBH/HAw79HIFXZNqEvBhG+Ra+ax0hx3E3M= -google.golang.org/api v0.8.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.9.0/go.mod h1:o4eAsZoiT+ibD93RtjEohWalFOjRDx6CVaqeizhEnKg= -google.golang.org/api v0.13.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.14.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.15.0/go.mod h1:iLdEw5Ide6rF15KTC1Kkl0iskquN2gFfn9o9XIsbkAI= -google.golang.org/api v0.17.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.18.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/api v0.20.0/go.mod h1:BwFmGc8tA3vsd7r/7kR8DY7iEEGSU04BFxCo5jP/sfE= -google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM= -google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4= -google.golang.org/appengine v1.6.1/go.mod h1:i06prIuMbXzDqacNJfV5OdTW448YApPu5ww/cMBSeb0= -google.golang.org/appengine v1.6.5/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/appengine v1.6.7 h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c= -google.golang.org/appengine v1.6.7/go.mod h1:8WjMMxjGQR8xUklV/ARdw2HLXBOI7O7uCIDZVag1xfc= -google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc= -google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190425155659-357c62f0e4bb/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE= -google.golang.org/genproto v0.0.0-20190801165951-fa694d86fc64/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55/go.mod h1:DMBHOl98Agz4BDEuKkezgsaosCRResVns1a3J2ZsMNc= -google.golang.org/genproto v0.0.0-20190911173649-1774047e7e51/go.mod h1:IbNlFCBrqXvoKpeg0TB2l7cyZUmoaFKYIwrEpbDKLA8= -google.golang.org/genproto v0.0.0-20191108220845-16a3f7862a1a/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191115194625-c23dd37a84c9/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191216164720-4f79533eabd1/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20191230161307-f3c370f40bfb/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200115191322-ca5a22157cba/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200122232147-0452cf42e150/go.mod h1:n3cpQtvxv34hfy77yVDNjmbRyujviMdxYliBSkLhpCc= -google.golang.org/genproto v0.0.0-20200204135345-fa8e72b47b90/go.mod h1:GmwEX6Z4W5gMy59cAlVYjN9JhxgbQH6Gn+gFDQe2lzA= -google.golang.org/genproto v0.0.0-20200212174721-66ed5ce911ce/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200224152610-e50cd9704f63/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200305110556-506484158171/go.mod h1:55QSHmfGQM9UVYDPBsyGGes0y52j32PQ3BqQfXhyH3c= -google.golang.org/genproto v0.0.0-20200526211855-cb27e3aa2013/go.mod h1:NbSheEEYHJ7i3ixzK3sjbqSGDJWnxyFXZblF3eUsNvo= -google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/genproto v0.0.0-20201110150050-8816d57aaa9a/go.mod h1:FWY/as6DDZQgahTzZj3fqbO1CbirC29ZNUFHwi0/+no= -google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c= -google.golang.org/grpc v1.20.1/go.mod h1:10oTOabMzJvdu6/UiuZezV6QK5dSlG84ov/aaiqXj38= -google.golang.org/grpc v1.21.1/go.mod h1:oYelfM1adQP15Ek0mdvEgi9Df8B9CZIaU1084ijfRaM= -google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg= -google.golang.org/grpc v1.26.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.0/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/grpc v1.27.1/go.mod h1:qbnxyOmOxrQa7FizSgH+ReBfzJrCY1pSN7KXBS8abTk= -google.golang.org/protobuf v0.0.0-20200109180630-ec00e32a8dfd/go.mod h1:DFci5gLYBciE7Vtevhsrf46CRTquxDuWsQurQQe4oz8= -google.golang.org/protobuf v0.0.0-20200221191635-4d8936d0db64/go.mod h1:kwYJMbMJ01Woi6D6+Kah6886xMZcty6N08ah7+eCXa0= -google.golang.org/protobuf v0.0.0-20200228230310-ab0ca4ff8a60/go.mod h1:cfTl7dwQJ+fmap5saPgwCLgHXTUD7jkjRqWcaiX5VyM= -google.golang.org/protobuf v1.20.1-0.20200309200217-e05f789c0967/go.mod h1:A+miEFZTKqfCUM6K7xSMQL9OKL/b6hQv+e19PK+JZNE= -google.golang.org/protobuf v1.21.0/go.mod h1:47Nbq4nVaFHyn7ilMalzfO3qCViNmqZ2kzikPIcrTAo= -google.golang.org/protobuf v1.22.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.0/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpADcykh3NcUnDUJcl1+ZksZNG86OlYog2l/sGQquU= -google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= -google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= -google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= -google.golang.org/protobuf v1.26.0 h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk= -google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= -gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f h1:BLraFXnmrev5lT+xlilqcH8XK9/i0At2xKjWk4p6zsU= -gopkg.in/check.v1 v1.0.0-20200227125254-8fa46927fb4f/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw= -gopkg.in/errgo.v2 v2.1.0/go.mod h1:hNsd1EY+bozCKY1Ytp96fpM3vjJbqLJn88ws8XvfDNI= -gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys= -gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc= -gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw= -gopkg.in/ini.v1 v1.51.0/go.mod h1:pNLf8WUiyNEtQjuu5G5vTm06TEv9tsIgeAvK8hOrP4k= -gopkg.in/natefinch/lumberjack.v2 v2.0.0/go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k= -gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo= -gopkg.in/square/go-jose.v2 v2.2.2/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI= -gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ= -gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw= -gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74= -gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.5/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.2.8/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.3.0/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= -gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ= -gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b h1:h8qDotaEPuJATrMmW04NCwg7v22aHH28wwpauUhK9Oo= -gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= -gotest.tools/v3 v3.0.2/go.mod h1:3SzNCllyD9/Y+b5r9JIKQ474KzkZyqLqEfYqMsX94Bk= -gotest.tools/v3 v3.0.3/go.mod h1:Z7Lb0S5l+klDB31fvDQX8ss/FlKDxtlFlw3Oa8Ymbl8= -honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4= -honnef.co/go/tools v0.0.1-2019.2.3/go.mod h1:a3bituU0lyd329TUQxRnasdCoJDkEUEAqEt0JzvZhAg= -honnef.co/go/tools v0.0.1-2020.1.3/go.mod h1:X/FiERA/W4tHapMX5mGpAtMSVEeEUOyHaw9vFzvIQ3k= -k8s.io/api v0.21.2 h1:vz7DqmRsXTCSa6pNxXwQ1IYeAZgdIsua+DZU+o+SX3Y= -k8s.io/api v0.21.2/go.mod h1:Lv6UGJZ1rlMI1qusN8ruAp9PUBFyBwpEHAdG24vIsiU= -k8s.io/apiextensions-apiserver v0.21.2 h1:+exKMRep4pDrphEafRvpEi79wTnCFMqKf8LBtlA3yrE= -k8s.io/apiextensions-apiserver v0.21.2/go.mod h1:+Axoz5/l3AYpGLlhJDfcVQzCerVYq3K3CvDMvw6X1RA= -k8s.io/apimachinery v0.21.2 h1:vezUc/BHqWlQDnZ+XkrpXSmnANSLbpnlpwo0Lhk0gpc= -k8s.io/apimachinery v0.21.2/go.mod h1:CdTY8fU/BlvAbJ2z/8kBwimGki5Zp8/fbVuLY8gJumM= -k8s.io/apiserver v0.21.2/go.mod h1:lN4yBoGyiNT7SC1dmNk0ue6a5Wi6O3SWOIw91TsucQw= -k8s.io/client-go v0.21.2 h1:Q1j4L/iMN4pTw6Y4DWppBoUxgKO8LbffEMVEV00MUp0= -k8s.io/client-go v0.21.2/go.mod h1:HdJ9iknWpbl3vMGtib6T2PyI/VYxiZfq936WNVHBRrA= -k8s.io/code-generator v0.21.2/go.mod h1:8mXJDCB7HcRo1xiEQstcguZkbxZaqeUOrO9SsicWs3U= -k8s.io/component-base v0.21.2 h1:EsnmFFoJ86cEywC0DoIkAUiEV6fjgauNugiw1lmIjs4= -k8s.io/component-base v0.21.2/go.mod h1:9lvmIThzdlrJj5Hp8Z/TOgIkdfsNARQ1pT+3PByuiuc= -k8s.io/gengo v0.0.0-20200413195148-3a45101e95ac/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0= -k8s.io/gengo v0.0.0-20201214224949-b6c5ce23f027/go.mod h1:FiNAH4ZV3gBg2Kwh89tzAEV2be7d5xI0vBa/VySYy3E= -k8s.io/klog/v2 v2.0.0/go.mod h1:PBfzABfn139FHAV07az/IF9Wp1bkk3vpT2XSJ76fSDE= -k8s.io/klog/v2 v2.2.0/go.mod h1:Od+F08eJP+W3HUb4pSrPpgp9DGU4GzlpG/TmITuYh/Y= -k8s.io/klog/v2 v2.8.0 h1:Q3gmuM9hKEjefWFFYF0Mat+YyFJvsUyYuwyNNJ5C9Ts= -k8s.io/klog/v2 v2.8.0/go.mod h1:hy9LJ/NvuK+iVyP4Ehqva4HxZG/oXyIS3n3Jmire4Ec= -k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7 h1:vEx13qjvaZ4yfObSSXW7BrMc/KQBBT/Jyee8XtLf4x0= -k8s.io/kube-openapi v0.0.0-20210305001622-591a79e4bda7/go.mod h1:wXW5VT87nVfh/iLV8FpR2uDvrFyomxbtb1KivDbvPTE= -k8s.io/utils v0.0.0-20201110183641-67b214c5f920/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -k8s.io/utils v0.0.0-20210527160623-6fdb442a123b h1:MSqsVQ3pZvPGTqCjptfimO2WjG7A9un2zcpiHkA6M/s= -k8s.io/utils v0.0.0-20210527160623-6fdb442a123b/go.mod h1:jPW/WVKK9YHAvNhRxK0md/EJ228hCsBRufyofKtW8HA= -rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8= -rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0= -rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA= -sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.0.19/go.mod h1:LEScyzhFmoF5pso/YSeBstl57mOzx9xlU9n85RGrDQg= -sigs.k8s.io/structured-merge-diff/v4 v4.0.2/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= -sigs.k8s.io/structured-merge-diff/v4 v4.1.0 h1:C4r9BgJ98vrKnnVCjwCSXcWjWe0NKcUQkmzDXZXGwH8= -sigs.k8s.io/structured-merge-diff/v4 v4.1.0/go.mod h1:bJZC9H9iH24zzfZ/41RGcq60oK1F7G282QMXDPYydCw= -sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o= -sigs.k8s.io/yaml v1.2.0 h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q= -sigs.k8s.io/yaml v1.2.0/go.mod h1:yfXDCHCao9+ENCvLSE62v9VSji2MKu5jeNfTrofGhJc= diff --git a/vendor/sigs.k8s.io/kustomize/api/builtins/IAMPolicyGenerator.go b/vendor/sigs.k8s.io/kustomize/api/builtins/IAMPolicyGenerator.go deleted file mode 100644 index 82a2dd603..000000000 --- a/vendor/sigs.k8s.io/kustomize/api/builtins/IAMPolicyGenerator.go +++ /dev/null @@ -1,33 +0,0 @@ -// Code generated by pluginator on IAMPolicyGenerator; DO NOT EDIT. -// pluginator {unknown 1970-01-01T00:00:00Z } - -package builtins - -import ( - "sigs.k8s.io/kustomize/api/filters/iampolicygenerator" - "sigs.k8s.io/kustomize/api/resmap" - "sigs.k8s.io/kustomize/api/types" - "sigs.k8s.io/yaml" -) - -type IAMPolicyGeneratorPlugin struct { - types.IAMPolicyGeneratorArgs -} - -func (p *IAMPolicyGeneratorPlugin) Config(h *resmap.PluginHelpers, config []byte) (err error) { - p.IAMPolicyGeneratorArgs = types.IAMPolicyGeneratorArgs{} - err = yaml.Unmarshal(config, p) - return -} - -func (p *IAMPolicyGeneratorPlugin) Generate() (resmap.ResMap, error) { - r := resmap.New() - err := r.ApplyFilter(iampolicygenerator.Filter{ - IAMPolicyGenerator: p.IAMPolicyGeneratorArgs, - }) - return r, err -} - -func NewIAMPolicyGeneratorPlugin() resmap.GeneratorPlugin { - return &IAMPolicyGeneratorPlugin{} -} diff --git a/vendor/sigs.k8s.io/kustomize/api/builtins/ImageTagTransformer.go b/vendor/sigs.k8s.io/kustomize/api/builtins/ImageTagTransformer.go deleted file mode 100644 index 52a44d385..000000000 --- a/vendor/sigs.k8s.io/kustomize/api/builtins/ImageTagTransformer.go +++ /dev/null @@ -1,41 +0,0 @@ -// Code generated by pluginator on ImageTagTransformer; DO NOT EDIT. -// pluginator {unknown 1970-01-01T00:00:00Z } - -package builtins - -import ( - "sigs.k8s.io/kustomize/api/filters/imagetag" - "sigs.k8s.io/kustomize/api/resmap" - "sigs.k8s.io/kustomize/api/types" - "sigs.k8s.io/yaml" -) - -// Find matching image declarations and replace -// the name, tag and/or digest. -type ImageTagTransformerPlugin struct { - ImageTag types.Image `json:"imageTag,omitempty" yaml:"imageTag,omitempty"` - FieldSpecs []types.FieldSpec `json:"fieldSpecs,omitempty" yaml:"fieldSpecs,omitempty"` -} - -func (p *ImageTagTransformerPlugin) Config( - _ *resmap.PluginHelpers, c []byte) (err error) { - p.ImageTag = types.Image{} - p.FieldSpecs = nil - return yaml.Unmarshal(c, p) -} - -func (p *ImageTagTransformerPlugin) Transform(m resmap.ResMap) error { - if err := m.ApplyFilter(imagetag.LegacyFilter{ - ImageTag: p.ImageTag, - }); err != nil { - return err - } - return m.ApplyFilter(imagetag.Filter{ - ImageTag: p.ImageTag, - FsSlice: p.FieldSpecs, - }) -} - -func NewImageTagTransformerPlugin() resmap.TransformerPlugin { - return &ImageTagTransformerPlugin{} -} diff --git a/vendor/sigs.k8s.io/kustomize/api/builtins/PrefixSuffixTransformer.go b/vendor/sigs.k8s.io/kustomize/api/builtins/PrefixSuffixTransformer.go deleted file mode 100644 index 57a81a0fc..000000000 --- a/vendor/sigs.k8s.io/kustomize/api/builtins/PrefixSuffixTransformer.go +++ /dev/null @@ -1,103 +0,0 @@ -// Code generated by pluginator on PrefixSuffixTransformer; DO NOT EDIT. -// pluginator {unknown 1970-01-01T00:00:00Z } - -package builtins - -import ( - "errors" - - "sigs.k8s.io/kustomize/api/filters/prefixsuffix" - "sigs.k8s.io/kustomize/api/resmap" - "sigs.k8s.io/kustomize/api/types" - "sigs.k8s.io/kustomize/kyaml/resid" - "sigs.k8s.io/yaml" -) - -// Add the given prefix and suffix to the field. -type PrefixSuffixTransformerPlugin struct { - Prefix string `json:"prefix,omitempty" yaml:"prefix,omitempty"` - Suffix string `json:"suffix,omitempty" yaml:"suffix,omitempty"` - FieldSpecs types.FsSlice `json:"fieldSpecs,omitempty" yaml:"fieldSpecs,omitempty"` -} - -// A Gvk skip list for prefix/suffix modification. -// hard coded for now - eventually should be part of config. -var prefixSuffixFieldSpecsToSkip = types.FsSlice{ - {Gvk: resid.Gvk{Kind: "CustomResourceDefinition"}}, - {Gvk: resid.Gvk{Group: "apiregistration.k8s.io", Kind: "APIService"}}, - {Gvk: resid.Gvk{Kind: "Namespace"}}, -} - -func (p *PrefixSuffixTransformerPlugin) Config( - _ *resmap.PluginHelpers, c []byte) (err error) { - p.Prefix = "" - p.Suffix = "" - p.FieldSpecs = nil - err = yaml.Unmarshal(c, p) - if err != nil { - return - } - if p.FieldSpecs == nil { - return errors.New("fieldSpecs is not expected to be nil") - } - return -} - -func (p *PrefixSuffixTransformerPlugin) Transform(m resmap.ResMap) error { - // Even if both the Prefix and Suffix are empty we want - // to proceed with the transformation. This allows to add contextual - // information to the resources (AddNamePrefix and AddNameSuffix). - for _, r := range m.Resources() { - // TODO: move this test into the filter (i.e. make a better filter) - if p.shouldSkip(r.OrgId()) { - continue - } - id := r.OrgId() - // current default configuration contains - // only one entry: "metadata/name" with no GVK - for _, fs := range p.FieldSpecs { - // TODO: this is redundant to filter (but needed for now) - if !id.IsSelected(&fs.Gvk) { - continue - } - // TODO: move this test into the filter. - if smellsLikeANameChange(&fs) { - // "metadata/name" is the only field. - // this will add a prefix and a suffix - // to the resource even if those are - // empty - - r.AddNamePrefix(p.Prefix) - r.AddNameSuffix(p.Suffix) - if p.Prefix != "" || p.Suffix != "" { - r.StorePreviousId() - } - } - if err := r.ApplyFilter(prefixsuffix.Filter{ - Prefix: p.Prefix, - Suffix: p.Suffix, - FieldSpec: fs, - }); err != nil { - return err - } - } - } - return nil -} - -func smellsLikeANameChange(fs *types.FieldSpec) bool { - return fs.Path == "metadata/name" -} - -func (p *PrefixSuffixTransformerPlugin) shouldSkip(id resid.ResId) bool { - for _, path := range prefixSuffixFieldSpecsToSkip { - if id.IsSelected(&path.Gvk) { - return true - } - } - return false -} - -func NewPrefixSuffixTransformerPlugin() resmap.TransformerPlugin { - return &PrefixSuffixTransformerPlugin{} -} diff --git a/vendor/sigs.k8s.io/kustomize/api/builtins/ReplacementTransformer.go b/vendor/sigs.k8s.io/kustomize/api/builtins/ReplacementTransformer.go deleted file mode 100644 index 21e42c81e..000000000 --- a/vendor/sigs.k8s.io/kustomize/api/builtins/ReplacementTransformer.go +++ /dev/null @@ -1,59 +0,0 @@ -// Code generated by pluginator on ReplacementTransformer; DO NOT EDIT. -// pluginator {unknown 1970-01-01T00:00:00Z } - -package builtins - -import ( - "fmt" - - "sigs.k8s.io/kustomize/api/filters/replacement" - "sigs.k8s.io/kustomize/api/resmap" - "sigs.k8s.io/kustomize/api/types" - "sigs.k8s.io/yaml" -) - -// Replace values in targets with values from a source -type ReplacementTransformerPlugin struct { - ReplacementList []types.ReplacementField `json:"replacements,omitempty" yaml:"replacements,omitempty"` - Replacements []types.Replacement `json:"omitempty" yaml:"omitempty"` -} - -func (p *ReplacementTransformerPlugin) Config( - h *resmap.PluginHelpers, c []byte) (err error) { - p.ReplacementList = []types.ReplacementField{} - if err := yaml.Unmarshal(c, p); err != nil { - return err - } - - for _, r := range p.ReplacementList { - if r.Path != "" && (r.Source != nil || len(r.Targets) != 0) { - return fmt.Errorf("cannot specify both path and inline replacement") - } - if r.Path != "" { - // load the replacement from the path - content, err := h.Loader().Load(r.Path) - if err != nil { - return err - } - repl := types.Replacement{} - if err := yaml.Unmarshal(content, &repl); err != nil { - return err - } - p.Replacements = append(p.Replacements, repl) - } else { - // replacement information is already loaded - p.Replacements = append(p.Replacements, r.Replacement) - } - } - return nil -} - -func (p *ReplacementTransformerPlugin) Transform(m resmap.ResMap) (err error) { - return m.ApplyFilter(replacement.Filter{ - Replacements: p.Replacements, - }) -} - -func NewReplacementTransformerPlugin() resmap.TransformerPlugin { - return &ReplacementTransformerPlugin{} -} diff --git a/vendor/sigs.k8s.io/kustomize/api/filters/fieldspec/fieldspec.go b/vendor/sigs.k8s.io/kustomize/api/filters/fieldspec/fieldspec.go index 8739d0733..8ee052865 100644 --- a/vendor/sigs.k8s.io/kustomize/api/filters/fieldspec/fieldspec.go +++ b/vendor/sigs.k8s.io/kustomize/api/filters/fieldspec/fieldspec.go @@ -51,9 +51,8 @@ func (fltr Filter) Filter(obj *yaml.RNode) (*yaml.RNode, error) { } fltr.path = utils.PathSplitter(fltr.FieldSpec.Path, "/") if err := fltr.filter(obj); err != nil { - s, _ := obj.String() return nil, errors.WrapPrefixf(err, - "considering field '%s' of object\n%v", fltr.FieldSpec.Path, s) + "considering field '%s' of object %s", fltr.FieldSpec.Path, resid.FromRNode(obj)) } return obj, nil } @@ -138,6 +137,8 @@ func (fltr Filter) handleMap(obj *yaml.RNode) error { // seq calls filter on all sequence elements func (fltr Filter) handleSequence(obj *yaml.RNode) error { if err := obj.VisitElements(func(node *yaml.RNode) error { + // set an accurate FieldPath for nested elements + node.AppendToFieldPath(obj.FieldPath()...) // recurse on each element -- re-allocating a Filter is // not strictly required, but is more consistent with field // and less likely to have side effects diff --git a/vendor/sigs.k8s.io/kustomize/api/filters/prefix/prefix.go b/vendor/sigs.k8s.io/kustomize/api/filters/prefix/prefix.go deleted file mode 100644 index daa375d1f..000000000 --- a/vendor/sigs.k8s.io/kustomize/api/filters/prefix/prefix.go +++ /dev/null @@ -1,50 +0,0 @@ -// Copyright 2019 The Kubernetes Authors. -// SPDX-License-Identifier: Apache-2.0 - -package prefix - -import ( - "fmt" - - "sigs.k8s.io/kustomize/api/filters/fieldspec" - "sigs.k8s.io/kustomize/api/filters/filtersutil" - "sigs.k8s.io/kustomize/api/types" - "sigs.k8s.io/kustomize/kyaml/kio" - "sigs.k8s.io/kustomize/kyaml/yaml" -) - -// Filter applies resource name prefix's using the fieldSpecs -type Filter struct { - Prefix string `json:"prefix,omitempty" yaml:"prefix,omitempty"` - - FieldSpec types.FieldSpec `json:"fieldSpec,omitempty" yaml:"fieldSpec,omitempty"` - - trackableSetter filtersutil.TrackableSetter -} - -var _ kio.Filter = Filter{} -var _ kio.TrackableFilter = &Filter{} - -// WithMutationTracker registers a callback which will be invoked each time a field is mutated -func (f *Filter) WithMutationTracker(callback func(key, value, tag string, node *yaml.RNode)) { - f.trackableSetter.WithMutationTracker(callback) -} - -func (f Filter) Filter(nodes []*yaml.RNode) ([]*yaml.RNode, error) { - return kio.FilterAll(yaml.FilterFunc(f.run)).Filter(nodes) -} - -func (f Filter) run(node *yaml.RNode) (*yaml.RNode, error) { - err := node.PipeE(fieldspec.Filter{ - FieldSpec: f.FieldSpec, - SetValue: f.evaluateField, - CreateKind: yaml.ScalarNode, // Name is a ScalarNode - CreateTag: yaml.NodeTagString, - }) - return node, err -} - -func (f Filter) evaluateField(node *yaml.RNode) error { - return f.trackableSetter.SetScalar(fmt.Sprintf( - "%s%s", f.Prefix, node.YNode().Value))(node) -} diff --git a/vendor/sigs.k8s.io/kustomize/api/filters/replacement/replacement.go b/vendor/sigs.k8s.io/kustomize/api/filters/replacement/replacement.go index 0fec34497..bff8bba41 100644 --- a/vendor/sigs.k8s.io/kustomize/api/filters/replacement/replacement.go +++ b/vendor/sigs.k8s.io/kustomize/api/filters/replacement/replacement.go @@ -172,7 +172,7 @@ func getReplacement(nodes []*yaml.RNode, r *types.Replacement) (*yaml.RNode, err return nil, err } if rn.IsNilOrEmpty() { - return nil, fmt.Errorf("fieldPath `%s` is missing for replacement source %s", r.Source.FieldPath, r.Source) + return nil, fmt.Errorf("fieldPath `%s` is missing for replacement source %s", r.Source.FieldPath, r.Source.ResId) } return getRefinedValue(r.Source.Options, rn) diff --git a/vendor/sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers/builtinplugintype_string.go b/vendor/sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers/builtinplugintype_string.go index e87fe90e4..1b347cbc8 100644 --- a/vendor/sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers/builtinplugintype_string.go +++ b/vendor/sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers/builtinplugintype_string.go @@ -21,16 +21,18 @@ func _() { _ = x[PatchStrategicMergeTransformer-10] _ = x[PatchTransformer-11] _ = x[PrefixSuffixTransformer-12] - _ = x[ReplicaCountTransformer-13] - _ = x[SecretGenerator-14] - _ = x[ValueAddTransformer-15] - _ = x[HelmChartInflationGenerator-16] - _ = x[ReplacementTransformer-17] + _ = x[PrefixTransformer-13] + _ = x[SuffixTransformer-14] + _ = x[ReplicaCountTransformer-15] + _ = x[SecretGenerator-16] + _ = x[ValueAddTransformer-17] + _ = x[HelmChartInflationGenerator-18] + _ = x[ReplacementTransformer-19] } -const _BuiltinPluginType_name = "UnknownAnnotationsTransformerConfigMapGeneratorIAMPolicyGeneratorHashTransformerImageTagTransformerLabelTransformerLegacyOrderTransformerNamespaceTransformerPatchJson6902TransformerPatchStrategicMergeTransformerPatchTransformerPrefixSuffixTransformerReplicaCountTransformerSecretGeneratorValueAddTransformerHelmChartInflationGeneratorReplacementTransformer" +const _BuiltinPluginType_name = "UnknownAnnotationsTransformerConfigMapGeneratorIAMPolicyGeneratorHashTransformerImageTagTransformerLabelTransformerLegacyOrderTransformerNamespaceTransformerPatchJson6902TransformerPatchStrategicMergeTransformerPatchTransformerPrefixSuffixTransformerPrefixTransformerSuffixTransformerReplicaCountTransformerSecretGeneratorValueAddTransformerHelmChartInflationGeneratorReplacementTransformer" -var _BuiltinPluginType_index = [...]uint16{0, 7, 29, 47, 65, 80, 99, 115, 137, 157, 181, 211, 227, 250, 273, 288, 307, 334, 356} +var _BuiltinPluginType_index = [...]uint16{0, 7, 29, 47, 65, 80, 99, 115, 137, 157, 181, 211, 227, 250, 267, 284, 307, 322, 341, 368, 390} func (i BuiltinPluginType) String() string { if i < 0 || i >= BuiltinPluginType(len(_BuiltinPluginType_index)-1) { diff --git a/vendor/sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers/builtins.go b/vendor/sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers/builtins.go index 7d5e8fce1..260ed1bf5 100644 --- a/vendor/sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers/builtins.go +++ b/vendor/sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers/builtins.go @@ -4,7 +4,7 @@ package builtinhelpers import ( - "sigs.k8s.io/kustomize/api/builtins" + "sigs.k8s.io/kustomize/api/internal/builtins" "sigs.k8s.io/kustomize/api/resmap" ) @@ -25,6 +25,8 @@ const ( PatchStrategicMergeTransformer PatchTransformer PrefixSuffixTransformer + PrefixTransformer + SuffixTransformer ReplicaCountTransformer SecretGenerator ValueAddTransformer @@ -64,6 +66,35 @@ var GeneratorFactories = map[BuiltinPluginType]func() resmap.GeneratorPlugin{ HelmChartInflationGenerator: builtins.NewHelmChartInflationGeneratorPlugin, } +type MultiTransformer struct { + transformers []resmap.TransformerPlugin +} + +func (t *MultiTransformer) Transform(m resmap.ResMap) error { + for _, transformer := range t.transformers { + if err := transformer.Transform(m); err != nil { + return err + } + } + return nil +} + +func (t *MultiTransformer) Config(h *resmap.PluginHelpers, b []byte) error { + for _, transformer := range t.transformers { + if err := transformer.Config(h, b); err != nil { + return err + } + } + return nil +} + +func NewMultiTransformer() resmap.TransformerPlugin { + return &MultiTransformer{[]resmap.TransformerPlugin{ + builtins.NewPrefixTransformerPlugin(), + builtins.NewSuffixTransformerPlugin(), + }} +} + var TransformerFactories = map[BuiltinPluginType]func() resmap.TransformerPlugin{ AnnotationsTransformer: builtins.NewAnnotationsTransformerPlugin, HashTransformer: builtins.NewHashTransformerPlugin, @@ -74,7 +105,9 @@ var TransformerFactories = map[BuiltinPluginType]func() resmap.TransformerPlugin PatchJson6902Transformer: builtins.NewPatchJson6902TransformerPlugin, PatchStrategicMergeTransformer: builtins.NewPatchStrategicMergeTransformerPlugin, PatchTransformer: builtins.NewPatchTransformerPlugin, - PrefixSuffixTransformer: builtins.NewPrefixSuffixTransformerPlugin, + PrefixSuffixTransformer: NewMultiTransformer, + PrefixTransformer: builtins.NewPrefixTransformerPlugin, + SuffixTransformer: builtins.NewSuffixTransformerPlugin, ReplacementTransformer: builtins.NewReplacementTransformerPlugin, ReplicaCountTransformer: builtins.NewReplicaCountTransformerPlugin, ValueAddTransformer: builtins.NewValueAddTransformerPlugin, diff --git a/vendor/sigs.k8s.io/kustomize/api/internal/target/kusttarget.go b/vendor/sigs.k8s.io/kustomize/api/internal/target/kusttarget.go index d2929a03f..2fcfd830d 100644 --- a/vendor/sigs.k8s.io/kustomize/api/internal/target/kusttarget.go +++ b/vendor/sigs.k8s.io/kustomize/api/internal/target/kusttarget.go @@ -11,14 +11,15 @@ import ( "github.com/pkg/errors" - "sigs.k8s.io/kustomize/api/builtins" "sigs.k8s.io/kustomize/api/ifc" "sigs.k8s.io/kustomize/api/internal/accumulator" + "sigs.k8s.io/kustomize/api/internal/builtins" "sigs.k8s.io/kustomize/api/internal/plugins/builtinconfig" "sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers" "sigs.k8s.io/kustomize/api/internal/plugins/loader" "sigs.k8s.io/kustomize/api/internal/utils" "sigs.k8s.io/kustomize/api/konfig" + load "sigs.k8s.io/kustomize/api/loader" "sigs.k8s.io/kustomize/api/resmap" "sigs.k8s.io/kustomize/api/resource" "sigs.k8s.io/kustomize/api/types" @@ -29,10 +30,12 @@ import ( // KustTarget encapsulates the entirety of a kustomization build. type KustTarget struct { kustomization *types.Kustomization + kustFileName string ldr ifc.Loader validator ifc.Validator rFactory *resmap.Factory pLdr *loader.Loader + origin *resource.Origin } // NewKustTarget returns a new instance of KustTarget. @@ -53,7 +56,7 @@ func NewKustTarget( // Load attempts to load the target's kustomization file. func (kt *KustTarget) Load() error { - content, err := loadKustFile(kt.ldr) + content, kustFileName, err := loadKustFile(kt.ldr) if err != nil { return err } @@ -74,6 +77,7 @@ func (kt *KustTarget) Load() error { strings.Join(errs, "\n"), kt.ldr.Root()) } kt.kustomization = &k + kt.kustFileName = kustFileName return nil } @@ -85,23 +89,25 @@ func (kt *KustTarget) Kustomization() types.Kustomization { return result } -func loadKustFile(ldr ifc.Loader) ([]byte, error) { +func loadKustFile(ldr ifc.Loader) ([]byte, string, error) { var content []byte match := 0 + var kustFileName string for _, kf := range konfig.RecognizedKustomizationFileNames() { c, err := ldr.Load(kf) if err == nil { match += 1 content = c + kustFileName = kf } } switch match { case 0: - return nil, NewErrMissingKustomization(ldr.Root()) + return nil, "", NewErrMissingKustomization(ldr.Root()) case 1: - return content, nil + return content, kustFileName, nil default: - return nil, fmt.Errorf( + return nil, "", fmt.Errorf( "Found multiple kustomization files under: %s\n", ldr.Root()) } } @@ -113,7 +119,12 @@ func (kt *KustTarget) MakeCustomizedResMap() (resmap.ResMap, error) { } func (kt *KustTarget) makeCustomizedResMap() (resmap.ResMap, error) { - ra, err := kt.AccumulateTarget(&resource.Origin{}) + var origin *resource.Origin + if len(kt.kustomization.BuildMetadata) != 0 { + origin = &resource.Origin{} + } + kt.origin = origin + ra, err := kt.AccumulateTarget() if err != nil { return nil, err } @@ -165,20 +176,20 @@ func (kt *KustTarget) addHashesToNames( // through kustomization directories, it updates `origin.path` // accordingly. When a remote base is found, it updates `origin.repo` // and `origin.ref` accordingly. -func (kt *KustTarget) AccumulateTarget(origin *resource.Origin) ( +func (kt *KustTarget) AccumulateTarget() ( ra *accumulator.ResAccumulator, err error) { - return kt.accumulateTarget(accumulator.MakeEmptyAccumulator(), origin) + return kt.accumulateTarget(accumulator.MakeEmptyAccumulator()) } // ra should be empty when this KustTarget is a Kustomization, or the ra of the parent if this KustTarget is a Component // (or empty if the Component does not have a parent). -func (kt *KustTarget) accumulateTarget(ra *accumulator.ResAccumulator, origin *resource.Origin) ( +func (kt *KustTarget) accumulateTarget(ra *accumulator.ResAccumulator) ( resRa *accumulator.ResAccumulator, err error) { - ra, err = kt.accumulateResources(ra, kt.kustomization.Resources, origin) + ra, err = kt.accumulateResources(ra, kt.kustomization.Resources) if err != nil { return nil, errors.Wrap(err, "accumulating resources") } - ra, err = kt.accumulateComponents(ra, kt.kustomization.Components, origin) + ra, err = kt.accumulateComponents(ra, kt.kustomization.Components) if err != nil { return nil, errors.Wrap(err, "accumulating components") } @@ -241,22 +252,29 @@ func (kt *KustTarget) IgnoreLocal(ra *accumulator.ResAccumulator) error { func (kt *KustTarget) runGenerators( ra *accumulator.ResAccumulator) error { - var generators []resmap.Generator + var generators []*resmap.GeneratorWithProperties gs, err := kt.configureBuiltinGenerators() if err != nil { return err } generators = append(generators, gs...) + gs, err = kt.configureExternalGenerators() if err != nil { return errors.Wrap(err, "loading generator plugins") } generators = append(generators, gs...) - for _, g := range generators { + for i, g := range generators { resMap, err := g.Generate() if err != nil { return err } + if resMap != nil { + err = resMap.AddOriginAnnotation(generators[i].Origin) + if err != nil { + return errors.Wrapf(err, "adding origin annotations for generator %v", g) + } + } err = ra.AbsorbAll(resMap) if err != nil { return errors.Wrapf(err, "merging from generator %v", g) @@ -265,7 +283,8 @@ func (kt *KustTarget) runGenerators( return nil } -func (kt *KustTarget) configureExternalGenerators() ([]resmap.Generator, error) { +func (kt *KustTarget) configureExternalGenerators() ( + []*resmap.GeneratorWithProperties, error) { ra := accumulator.MakeEmptyAccumulator() var generatorPaths []string for _, p := range kt.kustomization.Generators { @@ -276,9 +295,17 @@ func (kt *KustTarget) configureExternalGenerators() ([]resmap.Generator, error) generatorPaths = append(generatorPaths, p) continue } + // inline config, track the origin + if kt.origin != nil { + resources := rm.Resources() + for _, r := range resources { + r.SetOrigin(kt.origin.Append(kt.kustFileName)) + rm.Replace(r) + } + } ra.AppendAll(rm) } - ra, err := kt.accumulateResources(ra, generatorPaths, &resource.Origin{}) + ra, err := kt.accumulateResources(ra, generatorPaths) if err != nil { return nil, err } @@ -286,7 +313,7 @@ func (kt *KustTarget) configureExternalGenerators() ([]resmap.Generator, error) } func (kt *KustTarget) runTransformers(ra *accumulator.ResAccumulator) error { - var r []resmap.Transformer + var r []*resmap.TransformerWithProperties tConfig := ra.GetTransformerConfig() lts, err := kt.configureBuiltinTransformers(tConfig) if err != nil { @@ -301,7 +328,7 @@ func (kt *KustTarget) runTransformers(ra *accumulator.ResAccumulator) error { return ra.Transform(newMultiTransformer(r)) } -func (kt *KustTarget) configureExternalTransformers(transformers []string) ([]resmap.Transformer, error) { +func (kt *KustTarget) configureExternalTransformers(transformers []string) ([]*resmap.TransformerWithProperties, error) { ra := accumulator.MakeEmptyAccumulator() var transformerPaths []string for _, p := range transformers { @@ -312,9 +339,17 @@ func (kt *KustTarget) configureExternalTransformers(transformers []string) ([]re transformerPaths = append(transformerPaths, p) continue } + // inline config, track the origin + if kt.origin != nil { + resources := rm.Resources() + for _, r := range resources { + r.SetOrigin(kt.origin.Append(kt.kustFileName)) + rm.Replace(r) + } + } ra.AppendAll(rm) } - ra, err := kt.accumulateResources(ra, transformerPaths, &resource.Origin{}) + ra, err := kt.accumulateResources(ra, transformerPaths) if err != nil { return nil, err } @@ -362,16 +397,29 @@ func (kt *KustTarget) removeValidatedByLabel(rm resmap.ResMap) error { // accumulateResources fills the given resourceAccumulator // with resources read from the given list of paths. func (kt *KustTarget) accumulateResources( - ra *accumulator.ResAccumulator, paths []string, origin *resource.Origin) (*accumulator.ResAccumulator, error) { + ra *accumulator.ResAccumulator, paths []string) (*accumulator.ResAccumulator, error) { for _, path := range paths { // try loading resource as file then as base (directory or git repository) - if errF := kt.accumulateFile(ra, path, origin); errF != nil { + if errF := kt.accumulateFile(ra, path); errF != nil { + // not much we can do if the error is an HTTP error so we bail out + if errors.Is(errF, load.ErrorHTTP) { + return nil, errF + } ldr, err := kt.ldr.New(path) if err != nil { return nil, errors.Wrapf( err, "accumulation err='%s'", errF.Error()) } - ra, err = kt.accumulateDirectory(ra, ldr, origin.Append(path), false) + // store the origin, we'll need it later + origin := kt.origin.Copy() + if kt.origin != nil { + kt.origin = kt.origin.Append(path) + ra, err = kt.accumulateDirectory(ra, ldr, false) + // after we are done recursing through the directory, reset the origin + kt.origin = &origin + } else { + ra, err = kt.accumulateDirectory(ra, ldr, false) + } if err != nil { return nil, errors.Wrapf( err, "accumulation err='%s'", errF.Error()) @@ -384,7 +432,7 @@ func (kt *KustTarget) accumulateResources( // accumulateResources fills the given resourceAccumulator // with resources read from the given list of paths. func (kt *KustTarget) accumulateComponents( - ra *accumulator.ResAccumulator, paths []string, origin *resource.Origin) (*accumulator.ResAccumulator, error) { + ra *accumulator.ResAccumulator, paths []string) (*accumulator.ResAccumulator, error) { for _, path := range paths { // Components always refer to directories ldr, errL := kt.ldr.New(path) @@ -392,8 +440,16 @@ func (kt *KustTarget) accumulateComponents( return nil, fmt.Errorf("loader.New %q", errL) } var errD error - origin.Path = filepath.Join(origin.Path, path) - ra, errD = kt.accumulateDirectory(ra, ldr, origin, true) + // store the origin, we'll need it later + origin := kt.origin.Copy() + if kt.origin != nil { + kt.origin = kt.origin.Append(path) + ra, errD = kt.accumulateDirectory(ra, ldr, true) + // after we are done recursing through the directory, reset the origin + kt.origin = &origin + } else { + ra, errD = kt.accumulateDirectory(ra, ldr, true) + } if errD != nil { return nil, fmt.Errorf("accumulateDirectory: %q", errD) } @@ -402,7 +458,7 @@ func (kt *KustTarget) accumulateComponents( } func (kt *KustTarget) accumulateDirectory( - ra *accumulator.ResAccumulator, ldr ifc.Loader, origin *resource.Origin, isComponent bool) (*accumulator.ResAccumulator, error) { + ra *accumulator.ResAccumulator, ldr ifc.Loader, isComponent bool) (*accumulator.ResAccumulator, error) { defer ldr.Cleanup() subKt := NewKustTarget(ldr, kt.validator, kt.rFactory, kt.pLdr) err := subKt.Load() @@ -411,6 +467,7 @@ func (kt *KustTarget) accumulateDirectory( err, "couldn't make target for path '%s'", ldr.Root()) } subKt.kustomization.BuildMetadata = kt.kustomization.BuildMetadata + subKt.origin = kt.origin var bytes []byte path := ldr.Root() if openApiPath, exists := subKt.Kustomization().OpenAPI["path"]; exists { @@ -434,12 +491,12 @@ func (kt *KustTarget) accumulateDirectory( var subRa *accumulator.ResAccumulator if isComponent { // Components don't create a new accumulator: the kustomization directives are added to the current accumulator - subRa, err = subKt.accumulateTarget(ra, origin) + subRa, err = subKt.accumulateTarget(ra) ra = accumulator.MakeEmptyAccumulator() } else { // Child Kustomizations create a new accumulator which resolves their kustomization directives, which will later // be merged into the current accumulator. - subRa, err = subKt.AccumulateTarget(origin) + subRa, err = subKt.AccumulateTarget() } if err != nil { return nil, errors.Wrapf( @@ -454,17 +511,20 @@ func (kt *KustTarget) accumulateDirectory( } func (kt *KustTarget) accumulateFile( - ra *accumulator.ResAccumulator, path string, origin *resource.Origin) error { + ra *accumulator.ResAccumulator, path string) error { resources, err := kt.rFactory.FromFile(kt.ldr, path) if err != nil { return errors.Wrapf(err, "accumulating resources from '%s'", path) } - if utils.StringSliceContains(kt.kustomization.BuildMetadata, "originAnnotations") { - origin = origin.Append(path) - err = resources.AnnotateAll(utils.OriginAnnotation, origin.String()) + if kt.origin != nil { + originAnno, err := kt.origin.Append(path).String() if err != nil { return errors.Wrapf(err, "cannot add path annotation for '%s'", path) } + err = resources.AnnotateAll(utils.OriginAnnotationKey, originAnno) + if err != nil || originAnno == "" { + return errors.Wrapf(err, "cannot add path annotation for '%s'", path) + } } err = ra.AppendAll(resources) if err != nil { diff --git a/vendor/sigs.k8s.io/kustomize/api/internal/target/kusttarget_configplugin.go b/vendor/sigs.k8s.io/kustomize/api/internal/target/kusttarget_configplugin.go index 7bb15516e..5ad0fc490 100644 --- a/vendor/sigs.k8s.io/kustomize/api/internal/target/kusttarget_configplugin.go +++ b/vendor/sigs.k8s.io/kustomize/api/internal/target/kusttarget_configplugin.go @@ -5,11 +5,14 @@ package target import ( "fmt" + "path/filepath" "sigs.k8s.io/kustomize/api/internal/plugins/builtinconfig" "sigs.k8s.io/kustomize/api/internal/plugins/builtinhelpers" "sigs.k8s.io/kustomize/api/resmap" + "sigs.k8s.io/kustomize/api/resource" "sigs.k8s.io/kustomize/api/types" + "sigs.k8s.io/kustomize/kyaml/yaml" ) // Functions dedicated to configuring the builtin @@ -28,7 +31,7 @@ import ( // N plugin instances with differing configurations. func (kt *KustTarget) configureBuiltinGenerators() ( - result []resmap.Generator, err error) { + result []*resmap.GeneratorWithProperties, err error) { for _, bpt := range []builtinhelpers.BuiltinPluginType{ builtinhelpers.ConfigMapGenerator, builtinhelpers.SecretGenerator, @@ -39,19 +42,38 @@ func (kt *KustTarget) configureBuiltinGenerators() ( if err != nil { return nil, err } - result = append(result, r...) + + var generatorOrigin *resource.Origin + if kt.origin != nil { + generatorOrigin = &resource.Origin{ + Repo: kt.origin.Repo, + Ref: kt.origin.Ref, + ConfiguredIn: filepath.Join(kt.origin.Path, kt.kustFileName), + ConfiguredBy: yaml.ResourceIdentifier{ + TypeMeta: yaml.TypeMeta{ + APIVersion: "builtin", + Kind: bpt.String(), + }, + }, + } + } + + for i := range r { + result = append(result, &resmap.GeneratorWithProperties{Generator: r[i], Origin: generatorOrigin}) + } } return result, nil } func (kt *KustTarget) configureBuiltinTransformers( tc *builtinconfig.TransformerConfig) ( - result []resmap.Transformer, err error) { + result []*resmap.TransformerWithProperties, err error) { for _, bpt := range []builtinhelpers.BuiltinPluginType{ builtinhelpers.PatchStrategicMergeTransformer, builtinhelpers.PatchTransformer, builtinhelpers.NamespaceTransformer, - builtinhelpers.PrefixSuffixTransformer, + builtinhelpers.PrefixTransformer, + builtinhelpers.SuffixTransformer, builtinhelpers.LabelTransformer, builtinhelpers.AnnotationsTransformer, builtinhelpers.PatchJson6902Transformer, @@ -64,7 +86,23 @@ func (kt *KustTarget) configureBuiltinTransformers( if err != nil { return nil, err } - result = append(result, r...) + var transformerOrigin *resource.Origin + if kt.origin != nil { + transformerOrigin = &resource.Origin{ + Repo: kt.origin.Repo, + Ref: kt.origin.Ref, + ConfiguredIn: filepath.Join(kt.origin.Path, kt.kustFileName), + ConfiguredBy: yaml.ResourceIdentifier{ + TypeMeta: yaml.TypeMeta{ + APIVersion: "builtin", + Kind: bpt.String(), + }, + }, + } + } + for i := range r { + result = append(result, &resmap.TransformerWithProperties{Transformer: r[i], Origin: transformerOrigin}) + } } return result, nil } @@ -147,6 +185,9 @@ var transformerConfigurators = map[builtinhelpers.BuiltinPluginType]func( builtinhelpers.NamespaceTransformer: func( kt *KustTarget, bpt builtinhelpers.BuiltinPluginType, f tFactory, tc *builtinconfig.TransformerConfig) ( result []resmap.Transformer, err error) { + if kt.kustomization.Namespace == "" { + return + } var c struct { types.ObjectMeta `json:"metadata,omitempty" yaml:"metadata,omitempty"` FieldSpecs []types.FieldSpec @@ -230,6 +271,9 @@ var transformerConfigurators = map[builtinhelpers.BuiltinPluginType]func( builtinhelpers.LabelTransformer: func( kt *KustTarget, bpt builtinhelpers.BuiltinPluginType, f tFactory, tc *builtinconfig.TransformerConfig) ( result []resmap.Transformer, err error) { + if len(kt.kustomization.Labels) == 0 && len(kt.kustomization.CommonLabels) == 0 { + return + } for _, label := range kt.kustomization.Labels { var c struct { Labels map[string]string @@ -272,6 +316,9 @@ var transformerConfigurators = map[builtinhelpers.BuiltinPluginType]func( builtinhelpers.AnnotationsTransformer: func( kt *KustTarget, bpt builtinhelpers.BuiltinPluginType, f tFactory, tc *builtinconfig.TransformerConfig) ( result []resmap.Transformer, err error) { + if len(kt.kustomization.CommonAnnotations) == 0 { + return + } var c struct { Annotations map[string]string FieldSpecs []types.FieldSpec @@ -286,16 +333,17 @@ var transformerConfigurators = map[builtinhelpers.BuiltinPluginType]func( result = append(result, p) return }, - builtinhelpers.PrefixSuffixTransformer: func( + builtinhelpers.PrefixTransformer: func( kt *KustTarget, bpt builtinhelpers.BuiltinPluginType, f tFactory, tc *builtinconfig.TransformerConfig) ( result []resmap.Transformer, err error) { + if kt.kustomization.NamePrefix == "" { + return + } var c struct { - Prefix string - Suffix string - FieldSpecs []types.FieldSpec + Prefix string `json:"prefix,omitempty" yaml:"prefix,omitempty"` + FieldSpecs []types.FieldSpec `json:"fieldSpecs,omitempty" yaml:"fieldSpecs,omitempty"` } c.Prefix = kt.kustomization.NamePrefix - c.Suffix = kt.kustomization.NameSuffix c.FieldSpecs = tc.NamePrefix p := f() err = kt.configureBuiltinPlugin(p, c, bpt) @@ -305,6 +353,26 @@ var transformerConfigurators = map[builtinhelpers.BuiltinPluginType]func( result = append(result, p) return }, + builtinhelpers.SuffixTransformer: func( + kt *KustTarget, bpt builtinhelpers.BuiltinPluginType, f tFactory, tc *builtinconfig.TransformerConfig) ( + result []resmap.Transformer, err error) { + if kt.kustomization.NameSuffix == "" { + return + } + var c struct { + Suffix string `json:"suffix,omitempty" yaml:"suffix,omitempty"` + FieldSpecs []types.FieldSpec `json:"fieldSpecs,omitempty" yaml:"fieldSpecs,omitempty"` + } + c.Suffix = kt.kustomization.NameSuffix + c.FieldSpecs = tc.NameSuffix + p := f() + err = kt.configureBuiltinPlugin(p, c, bpt) + if err != nil { + return nil, err + } + result = append(result, p) + return + }, builtinhelpers.ImageTagTransformer: func( kt *KustTarget, bpt builtinhelpers.BuiltinPluginType, f tFactory, tc *builtinconfig.TransformerConfig) ( result []resmap.Transformer, err error) { @@ -327,6 +395,9 @@ var transformerConfigurators = map[builtinhelpers.BuiltinPluginType]func( builtinhelpers.ReplacementTransformer: func( kt *KustTarget, bpt builtinhelpers.BuiltinPluginType, f tFactory, _ *builtinconfig.TransformerConfig) ( result []resmap.Transformer, err error) { + if len(kt.kustomization.Replacements) == 0 { + return + } var c struct { Replacements []types.ReplacementField } diff --git a/vendor/sigs.k8s.io/kustomize/api/internal/utils/annotations.go b/vendor/sigs.k8s.io/kustomize/api/internal/utils/annotations.go index 6c9cecba6..34f3553af 100644 --- a/vendor/sigs.k8s.io/kustomize/api/internal/utils/annotations.go +++ b/vendor/sigs.k8s.io/kustomize/api/internal/utils/annotations.go @@ -3,6 +3,7 @@ package utils import "sigs.k8s.io/kustomize/api/konfig" const ( + // build annotations BuildAnnotationPreviousKinds = konfig.ConfigAnnoDomain + "/previousKinds" BuildAnnotationPreviousNames = konfig.ConfigAnnoDomain + "/previousNames" BuildAnnotationPrefixes = konfig.ConfigAnnoDomain + "/prefixes" @@ -17,7 +18,9 @@ const ( BuildAnnotationAllowNameChange = konfig.ConfigAnnoDomain + "/allowNameChange" BuildAnnotationAllowKindChange = konfig.ConfigAnnoDomain + "/allowKindChange" - OriginAnnotation = "config.kubernetes.io/origin" + // for keeping track of origin and transformer data + OriginAnnotationKey = "config.kubernetes.io/origin" + TransformerAnnotationKey = "alpha.config.kubernetes.io/transformations" Enabled = "enabled" ) diff --git a/vendor/sigs.k8s.io/kustomize/api/konfig/builtinpluginconsts/namereference.go b/vendor/sigs.k8s.io/kustomize/api/konfig/builtinpluginconsts/namereference.go index 26a344f4d..724e9a996 100644 --- a/vendor/sigs.k8s.io/kustomize/api/konfig/builtinpluginconsts/namereference.go +++ b/vendor/sigs.k8s.io/kustomize/api/konfig/builtinpluginconsts/namereference.go @@ -3,6 +3,7 @@ package builtinpluginconsts +// LINT.IfChange const ( nameReferenceFieldSpecs = ` nameReference: @@ -398,3 +399,5 @@ nameReference: kind: Ingress ` ) + +// LINT.ThenChange(/examples/transformerconfigs/README.md) diff --git a/vendor/sigs.k8s.io/kustomize/api/krusty/kustomizer.go b/vendor/sigs.k8s.io/kustomize/api/krusty/kustomizer.go index ea67c5e6a..f2784155f 100644 --- a/vendor/sigs.k8s.io/kustomize/api/krusty/kustomizer.go +++ b/vendor/sigs.k8s.io/kustomize/api/krusty/kustomizer.go @@ -7,9 +7,10 @@ import ( "fmt" "path/filepath" - "sigs.k8s.io/kustomize/api/builtins" + "sigs.k8s.io/kustomize/api/internal/builtins" pLdr "sigs.k8s.io/kustomize/api/internal/plugins/loader" "sigs.k8s.io/kustomize/api/internal/target" + "sigs.k8s.io/kustomize/api/internal/utils" "sigs.k8s.io/kustomize/api/konfig" fLdr "sigs.k8s.io/kustomize/api/loader" "sigs.k8s.io/kustomize/api/provenance" @@ -95,7 +96,7 @@ func (b *Kustomizer) Run( return nil, err } } - if b.options.AddManagedbyLabel { + if b.options.AddManagedbyLabel || utils.StringSliceContains(kt.Kustomization().BuildMetadata, types.ManagedByLabelOption) { t := builtins.LabelTransformerPlugin{ Labels: map[string]string{ konfig.ManagedbyLabelKey: fmt.Sprintf("kustomize-%s", provenance.GetProvenance().Semver()), @@ -111,5 +112,11 @@ func (b *Kustomizer) Run( } } m.RemoveBuildAnnotations() + if !utils.StringSliceContains(kt.Kustomization().BuildMetadata, types.OriginAnnotations) { + m.RemoveOriginAnnotations() + } + if !utils.StringSliceContains(kt.Kustomization().BuildMetadata, types.TransformerAnnotations) { + m.RemoveTransformerAnnotations() + } return m, nil } diff --git a/vendor/sigs.k8s.io/kustomize/api/resmap/resmap.go b/vendor/sigs.k8s.io/kustomize/api/resmap/resmap.go index 960441b79..ea913ba6b 100644 --- a/vendor/sigs.k8s.io/kustomize/api/resmap/resmap.go +++ b/vendor/sigs.k8s.io/kustomize/api/resmap/resmap.go @@ -21,11 +21,25 @@ type Transformer interface { Transform(m ResMap) error } +// A TransformerWithProperties contains a Transformer and stores +// some of its properties +type TransformerWithProperties struct { + Transformer + Origin *resource.Origin +} + // A Generator creates an instance of ResMap. type Generator interface { Generate() (ResMap, error) } +// A GeneratorWithProperties contains a Generator and stores +// some of its properties +type GeneratorWithProperties struct { + Generator + Origin *resource.Origin +} + // Something that's configurable accepts an // instance of PluginHelpers and a raw config // object (YAML in []byte form). @@ -136,6 +150,25 @@ type ResMap interface { // self, then its behavior _cannot_ be merge or replace. AbsorbAll(ResMap) error + // AddOriginAnnotation will add the provided origin as + // an origin annotation to all resources in the ResMap, if + // the origin is not nil. + AddOriginAnnotation(origin *resource.Origin) error + + // RemoveOriginAnnotation will remove the origin annotation + // from all resources in the ResMap + RemoveOriginAnnotations() error + + // AddTransformerAnnotation will add the provided origin as + // an origin annotation if the resource doesn't have one; a + // transformer annotation otherwise; to all resources in + // ResMap + AddTransformerAnnotation(origin *resource.Origin) error + + // RemoveTransformerAnnotation will remove the transformer annotation + // from all resources in the ResMap + RemoveTransformerAnnotations() error + // AnnotateAll annotates all resources in the ResMap with // the provided key value pair. AnnotateAll(key string, value string) error @@ -212,7 +245,7 @@ type ResMap interface { // This is a filter; it excludes things that cannot be // referenced by the resource, e.g. objects in other // namespaces. Cluster wide objects are never excluded. - SubsetThatCouldBeReferencedByResource(*resource.Resource) ResMap + SubsetThatCouldBeReferencedByResource(*resource.Resource) (ResMap, error) // DeAnchor replaces YAML aliases with structured data copied from anchors. // This cannot be undone; if desired, call DeepCopy first. diff --git a/vendor/sigs.k8s.io/kustomize/api/resource/origin.go b/vendor/sigs.k8s.io/kustomize/api/resource/origin.go index ec0b49873..d5ac3a1a4 100644 --- a/vendor/sigs.k8s.io/kustomize/api/resource/origin.go +++ b/vendor/sigs.k8s.io/kustomize/api/resource/origin.go @@ -8,26 +8,42 @@ import ( "strings" "sigs.k8s.io/kustomize/api/internal/git" + kyaml "sigs.k8s.io/kustomize/kyaml/yaml" ) -// Origin retains information about where resources in the output -// of `kustomize build` originated from +// Origin retains information about the origin of resources and transformer configs +// that contributed to the output of `kustomize build` type Origin struct { - // Path is the path to the resource, rooted from the directory upon - // which `kustomize build` was invoked - Path string + // Path is the path to the resource. If a local resource, this path is + // rooted from the directory upon which `kustomize build` was invoked. If a + // remote resource, this path is rooted from the root of the remote repo. + Path string `json:"path,omitempty" yaml:"path,omitempty"` - // Repo is the remote repository that the resource originated from if it is + // Repo is the remote repository that the resource or transformer originated from if it is // not from a local file - Repo string + Repo string `json:"repo,omitempty" yaml:"repo,omitempty"` - // Ref is the ref of the remote repository that the resource originated from + // Ref is the ref of the remote repository that the resource or transformer originated from // if it is not from a local file - Ref string + Ref string `json:"ref,omitempty" yaml:"ref,omitempty"` + + // The following fields only apply to resources that have been + // generated by fields other than the `resources` field, or to transformer + // configs. + + // ConfiguredIn is the file path to the generator or transformer config that created the + // resource + ConfiguredIn string `json:"configuredIn,omitempty" yaml:"configuredIn,omitempty"` + + // ConfiguredBy is the ObjectReference of the generator or transformer config + ConfiguredBy kyaml.ResourceIdentifier `json:"configuredBy,omitempty" yaml:"configuredBy,omitempty"` } // Copy returns a copy of origin func (origin *Origin) Copy() Origin { + if origin == nil { + return Origin{} + } return *origin } @@ -47,14 +63,44 @@ func (origin *Origin) Append(path string) *Origin { } // String returns a string version of origin -func (origin *Origin) String() string { - var anno string - anno = anno + "path: " + origin.Path + "\n" - if origin.Repo != "" { - anno = anno + "repo: " + origin.Repo + "\n" - } - if origin.Ref != "" { - anno = anno + "ref: " + origin.Ref + "\n" - } - return anno +func (origin *Origin) String() (string, error) { + anno, err := kyaml.Marshal(origin) + return string(anno), err +} + +// Transformations is a list of Origin +type Transformations []*Origin + +// String returns a string version of Transformations +func (transformations *Transformations) String() (string, error) { + anno, err := kyaml.Marshal(transformations) + return string(anno), err +} + +// OriginFromCustomPlugin takes a custom plugin defined as a resource +// and returns an origin object to describe it +func OriginFromCustomPlugin(res *Resource) (*Origin, error) { + origin, err := res.GetOrigin() + if err != nil { + return nil, err + } + var result *Origin + if origin != nil { + result = &Origin{ + Repo: origin.Repo, + Ref: origin.Ref, + ConfiguredIn: origin.Path, + ConfiguredBy: kyaml.ResourceIdentifier{ + TypeMeta: kyaml.TypeMeta{ + APIVersion: res.GetApiVersion(), + Kind: res.GetKind(), + }, + NameMeta: kyaml.NameMeta{ + Name: res.GetName(), + Namespace: res.GetNamespace(), + }, + }, + } + } + return result, nil } diff --git a/vendor/sigs.k8s.io/kustomize/api/resource/resource.go b/vendor/sigs.k8s.io/kustomize/api/resource/resource.go index 4985f7255..faf882045 100644 --- a/vendor/sigs.k8s.io/kustomize/api/resource/resource.go +++ b/vendor/sigs.k8s.io/kustomize/api/resource/resource.go @@ -42,9 +42,12 @@ var BuildAnnotations = []string{ kioutil.PathAnnotation, kioutil.IndexAnnotation, kioutil.SeqIndentAnnotation, + kioutil.IdAnnotation, + kioutil.InternalAnnotationsMigrationResourceIDAnnotation, kioutil.LegacyPathAnnotation, kioutil.LegacyIndexAnnotation, + kioutil.LegacyIdAnnotation, } func (r *Resource) ResetRNode(incoming *Resource) { @@ -64,6 +67,70 @@ func (r *Resource) SetGvk(gvk resid.Gvk) { r.SetApiVersion(gvk.ApiVersion()) } +func (r *Resource) GetOrigin() (*Origin, error) { + annotations := r.GetAnnotations() + originAnnotations, ok := annotations[utils.OriginAnnotationKey] + if !ok { + return nil, nil + } + var origin Origin + if err := yaml.Unmarshal([]byte(originAnnotations), &origin); err != nil { + return nil, err + } + return &origin, nil +} + +func (r *Resource) SetOrigin(origin *Origin) error { + annotations := r.GetAnnotations() + if origin == nil { + delete(annotations, utils.OriginAnnotationKey) + } else { + originStr, err := origin.String() + if err != nil { + return err + } + annotations[utils.OriginAnnotationKey] = originStr + } + return r.SetAnnotations(annotations) +} + +func (r *Resource) GetTransformations() (Transformations, error) { + annotations := r.GetAnnotations() + transformerAnnotations, ok := annotations[utils.TransformerAnnotationKey] + if !ok { + return nil, nil + } + var transformations Transformations + if err := yaml.Unmarshal([]byte(transformerAnnotations), &transformations); err != nil { + return nil, err + } + return transformations, nil +} + +func (r *Resource) AddTransformation(origin *Origin) error { + annotations := r.GetAnnotations() + transformations, err := r.GetTransformations() + if err != nil { + return err + } + if transformations == nil { + transformations = Transformations{} + } + transformations = append(transformations, origin) + transformationStr, err := transformations.String() + if err != nil { + return err + } + annotations[utils.TransformerAnnotationKey] = transformationStr + return r.SetAnnotations(annotations) +} + +func (r *Resource) ClearTransformations() error { + annotations := r.GetAnnotations() + delete(annotations, utils.TransformerAnnotationKey) + return r.SetAnnotations(annotations) +} + // ResCtx is an interface describing the contextual added // kept kustomize in the context of each Resource object. // Currently mainly the name prefix and name suffix are added. diff --git a/vendor/sigs.k8s.io/kustomize/kyaml/kio/kio.go b/vendor/sigs.k8s.io/kustomize/kyaml/kio/kio.go index 410c0a23f..776b6a73a 100644 --- a/vendor/sigs.k8s.io/kustomize/kyaml/kio/kio.go +++ b/vendor/sigs.k8s.io/kustomize/kyaml/kio/kio.go @@ -7,6 +7,7 @@ package kio import ( "fmt" + "strconv" "sigs.k8s.io/kustomize/kyaml/errors" "sigs.k8s.io/kustomize/kyaml/kio/kioutil" @@ -56,6 +57,13 @@ type Filter interface { Filter([]*yaml.RNode) ([]*yaml.RNode, error) } +// TrackableFilter is an extension of Filter which is also capable of tracking +// which fields were mutated by the filter. +type TrackableFilter interface { + Filter + WithMutationTracker(func(key, value, tag string, node *yaml.RNode)) +} + // FilterFunc implements a Filter as a function. type FilterFunc func([]*yaml.RNode) ([]*yaml.RNode, error) @@ -114,13 +122,11 @@ func (p Pipeline) ExecuteWithCallback(callback PipelineExecuteCallbackFunc) erro } // apply operations - var err error for i := range p.Filters { // Not all RNodes passed through kio.Pipeline have metadata nor should // they all be required to. - var nodeAnnos map[string]map[string]string - nodeAnnos, err = storeInternalAnnotations(result) - if err != nil && err != yaml.ErrMissingMetadata { + nodeAnnos, err := PreprocessResourcesForInternalAnnotationMigration(result) + if err != nil { return err } @@ -138,8 +144,8 @@ func (p Pipeline) ExecuteWithCallback(callback PipelineExecuteCallbackFunc) erro // If either the internal annotations for path, index, and id OR the legacy // annotations for path, index, and id are changed, we have to update the other. - err = reconcileInternalAnnotations(result, nodeAnnos) - if err != nil && err != yaml.ErrMissingMetadata { + err = ReconcileInternalAnnotations(result, nodeAnnos) + if err != nil { return err } } @@ -166,55 +172,49 @@ func FilterAll(filter yaml.Filter) Filter { }) } -// Store the original path, index, and id annotations so that we can reconcile -// it later. This is necessary because currently both internal-prefixed annotations +// PreprocessResourcesForInternalAnnotationMigration returns a mapping from id to all +// internal annotations, so that we can use it to reconcile the annotations +// later. This is necessary because currently both internal-prefixed annotations // and legacy annotations are currently supported, and a change to one must be -// reflected in the other. -func storeInternalAnnotations(result []*yaml.RNode) (map[string]map[string]string, error) { - nodeAnnosMap := make(map[string]map[string]string) - +// reflected in the other if needed. +func PreprocessResourcesForInternalAnnotationMigration(result []*yaml.RNode) (map[string]map[string]string, error) { + idToAnnosMap := make(map[string]map[string]string) for i := range result { - if err := kioutil.CopyLegacyAnnotations(result[i]); err != nil { - return nil, err - } - meta, err := result[i].GetMeta() + idStr := strconv.Itoa(i) + err := result[i].PipeE(yaml.SetAnnotation(kioutil.InternalAnnotationsMigrationResourceIDAnnotation, idStr)) if err != nil { return nil, err } - if err := checkMismatchedAnnos(meta); err != nil { + idToAnnosMap[idStr] = kioutil.GetInternalAnnotations(result[i]) + if err = kioutil.CopyLegacyAnnotations(result[i]); err != nil { return nil, err } - - path := meta.Annotations[kioutil.PathAnnotation] - index := meta.Annotations[kioutil.IndexAnnotation] - id := meta.Annotations[kioutil.IdAnnotation] - - if _, ok := nodeAnnosMap[path]; !ok { - nodeAnnosMap[path] = make(map[string]string) + meta, _ := result[i].GetMeta() + if err = checkMismatchedAnnos(meta.Annotations); err != nil { + return nil, err } - nodeAnnosMap[path][index] = id } - return nodeAnnosMap, nil + return idToAnnosMap, nil } -func checkMismatchedAnnos(meta yaml.ResourceMeta) error { - path := meta.Annotations[kioutil.PathAnnotation] - index := meta.Annotations[kioutil.IndexAnnotation] - id := meta.Annotations[kioutil.IdAnnotation] +func checkMismatchedAnnos(annotations map[string]string) error { + path := annotations[kioutil.PathAnnotation] + index := annotations[kioutil.IndexAnnotation] + id := annotations[kioutil.IdAnnotation] - legacyPath := meta.Annotations[kioutil.LegacyPathAnnotation] - legacyIndex := meta.Annotations[kioutil.LegacyIndexAnnotation] - legacyId := meta.Annotations[kioutil.LegacyIdAnnotation] + legacyPath := annotations[kioutil.LegacyPathAnnotation] + legacyIndex := annotations[kioutil.LegacyIndexAnnotation] + legacyId := annotations[kioutil.LegacyIdAnnotation] // if prior to running the functions, the legacy and internal annotations differ, // throw an error as we cannot infer the user's intent. - if path != legacyPath { + if path != "" && legacyPath != "" && path != legacyPath { return fmt.Errorf("resource input to function has mismatched legacy and internal path annotations") } - if index != legacyIndex { + if index != "" && legacyIndex != "" && index != legacyIndex { return fmt.Errorf("resource input to function has mismatched legacy and internal index annotations") } - if id != legacyId { + if id != "" && legacyId != "" && id != legacyId { return fmt.Errorf("resource input to function has mismatched legacy and internal id annotations") } return nil @@ -226,53 +226,115 @@ type nodeAnnotations struct { id string } -func reconcileInternalAnnotations(result []*yaml.RNode, nodeAnnosMap map[string]map[string]string) error { - for _, node := range result { - meta, err := node.GetMeta() - if err != nil { - return err - } +// ReconcileInternalAnnotations reconciles the annotation format for path, index and id annotations. +// It will ensure the output annotation format matches the format in the input. e.g. if the input +// format uses the legacy format and the output will be converted to the legacy format if it's not. +func ReconcileInternalAnnotations(result []*yaml.RNode, nodeAnnosMap map[string]map[string]string) error { + useInternal, useLegacy, err := determineAnnotationsFormat(nodeAnnosMap) + if err != nil { + return err + } + + for i := range result { // if only one annotation is set, set the other. - err = missingInternalOrLegacyAnnotations(node, meta) + err = missingInternalOrLegacyAnnotations(result[i]) if err != nil { return err } // we must check to see if the function changed either the new internal annotations // or the old legacy annotations. If one is changed, the change must be reflected // in the other. - err = checkAnnotationsAltered(node, meta, nodeAnnosMap) + err = checkAnnotationsAltered(result[i], nodeAnnosMap) + if err != nil { + return err + } + // We invoke determineAnnotationsFormat to find out if the original annotations + // use the internal or (and) the legacy format. We format the resources to + // make them consistent with original format. + err = formatInternalAnnotations(result[i], useInternal, useLegacy) if err != nil { return err } // if the annotations are still somehow out of sync, throw an error - meta, err = node.GetMeta() + meta, _ := result[i].GetMeta() + err = checkMismatchedAnnos(meta.Annotations) if err != nil { return err } - err = checkMismatchedAnnos(meta) - if err != nil { + + if _, err = result[i].Pipe(yaml.ClearAnnotation(kioutil.InternalAnnotationsMigrationResourceIDAnnotation)); err != nil { return err } } return nil } -func missingInternalOrLegacyAnnotations(rn *yaml.RNode, meta yaml.ResourceMeta) error { - if err := missingInternalOrLegacyAnnotation(rn, meta, kioutil.PathAnnotation, kioutil.LegacyPathAnnotation); err != nil { +// determineAnnotationsFormat determines if the resources are using one of the internal and legacy annotation format or both of them. +func determineAnnotationsFormat(nodeAnnosMap map[string]map[string]string) (useInternal, useLegacy bool, err error) { + if len(nodeAnnosMap) == 0 { + return true, true, nil + } + + var internal, legacy *bool + for _, annos := range nodeAnnosMap { + _, foundPath := annos[kioutil.PathAnnotation] + _, foundIndex := annos[kioutil.IndexAnnotation] + _, foundId := annos[kioutil.IdAnnotation] + _, foundLegacyPath := annos[kioutil.LegacyPathAnnotation] + _, foundLegacyIndex := annos[kioutil.LegacyIndexAnnotation] + _, foundLegacyId := annos[kioutil.LegacyIdAnnotation] + + if !(foundPath || foundIndex || foundId || foundLegacyPath || foundLegacyIndex || foundLegacyId) { + continue + } + + foundOneOf := foundPath || foundIndex || foundId + if internal == nil { + f := foundOneOf + internal = &f + } + if (foundOneOf && !*internal) || (!foundOneOf && *internal) { + err = fmt.Errorf("the annotation formatting in the input resources is not consistent") + return + } + + foundOneOf = foundLegacyPath || foundLegacyIndex || foundLegacyId + if legacy == nil { + f := foundOneOf + legacy = &f + } + if (foundOneOf && !*legacy) || (!foundOneOf && *legacy) { + err = fmt.Errorf("the annotation formatting in the input resources is not consistent") + return + } + } + if internal != nil { + useInternal = *internal + } + if legacy != nil { + useLegacy = *legacy + } + return +} + +func missingInternalOrLegacyAnnotations(rn *yaml.RNode) error { + if err := missingInternalOrLegacyAnnotation(rn, kioutil.PathAnnotation, kioutil.LegacyPathAnnotation); err != nil { return err } - if err := missingInternalOrLegacyAnnotation(rn, meta, kioutil.IndexAnnotation, kioutil.LegacyIndexAnnotation); err != nil { + if err := missingInternalOrLegacyAnnotation(rn, kioutil.IndexAnnotation, kioutil.LegacyIndexAnnotation); err != nil { return err } - if err := missingInternalOrLegacyAnnotation(rn, meta, kioutil.IdAnnotation, kioutil.LegacyIdAnnotation); err != nil { + if err := missingInternalOrLegacyAnnotation(rn, kioutil.IdAnnotation, kioutil.LegacyIdAnnotation); err != nil { return err } return nil } -func missingInternalOrLegacyAnnotation(rn *yaml.RNode, meta yaml.ResourceMeta, newKey string, legacyKey string) error { - value := meta.Annotations[newKey] - legacyValue := meta.Annotations[legacyKey] +func missingInternalOrLegacyAnnotation(rn *yaml.RNode, newKey string, legacyKey string) error { + meta, _ := rn.GetMeta() + annotations := meta.Annotations + value := annotations[newKey] + legacyValue := annotations[legacyKey] if value == "" && legacyValue == "" { // do nothing @@ -293,98 +355,88 @@ func missingInternalOrLegacyAnnotation(rn *yaml.RNode, meta yaml.ResourceMeta, n return nil } -func checkAnnotationsAltered(rn *yaml.RNode, meta yaml.ResourceMeta, nodeAnnosMap map[string]map[string]string) error { +func checkAnnotationsAltered(rn *yaml.RNode, nodeAnnosMap map[string]map[string]string) error { + meta, _ := rn.GetMeta() + annotations := meta.Annotations // get the resource's current path, index, and ids from the new annotations internal := nodeAnnotations{ - path: meta.Annotations[kioutil.PathAnnotation], - index: meta.Annotations[kioutil.IndexAnnotation], - id: meta.Annotations[kioutil.IdAnnotation], + path: annotations[kioutil.PathAnnotation], + index: annotations[kioutil.IndexAnnotation], + id: annotations[kioutil.IdAnnotation], } // get the resource's current path, index, and ids from the legacy annotations legacy := nodeAnnotations{ - path: meta.Annotations[kioutil.LegacyPathAnnotation], - index: meta.Annotations[kioutil.LegacyIndexAnnotation], - id: meta.Annotations[kioutil.LegacyIdAnnotation], + path: annotations[kioutil.LegacyPathAnnotation], + index: annotations[kioutil.LegacyIndexAnnotation], + id: annotations[kioutil.LegacyIdAnnotation], } - if internal.path == legacy.path && - internal.index == legacy.index && - internal.id == legacy.id { - // none of the annotations differ, so no reconciliation is needed + rid := annotations[kioutil.InternalAnnotationsMigrationResourceIDAnnotation] + originalAnnotations, found := nodeAnnosMap[rid] + if !found { return nil } - - // nodeAnnosMap is a map of structure path -> index -> id that stores - // all of the resources' path/index/id annotations prior to the functions - // being run. We use that to check whether the legacy or new internal - // annotations have been changed, and make sure the change is reflected - // in the other. - - // first, check if the internal annotations are found in nodeAnnosMap - if indexIdMap, ok := nodeAnnosMap[internal.path]; ok { - if id, ok := indexIdMap[internal.index]; ok { - if id == internal.id { - // the internal annotations of the resource match the ones stored in - // nodeAnnosMap, so we should copy the legacy annotations to the - // internal ones - if err := updateAnnotations(rn, meta, - []string{ - kioutil.PathAnnotation, - kioutil.IndexAnnotation, - kioutil.IdAnnotation, - }, - []string{ - legacy.path, - legacy.index, - legacy.id, - }); err != nil { - return err - } + originalPath, found := originalAnnotations[kioutil.PathAnnotation] + if !found { + originalPath = originalAnnotations[kioutil.LegacyPathAnnotation] + } + if originalPath != "" { + if originalPath != internal.path && originalPath != legacy.path && internal.path != legacy.path { + return fmt.Errorf("resource input to function has mismatched legacy and internal path annotations") + } else if originalPath != internal.path { + if _, err := rn.Pipe(yaml.SetAnnotation(kioutil.LegacyPathAnnotation, internal.path)); err != nil { + return err + } + } else if originalPath != legacy.path { + if _, err := rn.Pipe(yaml.SetAnnotation(kioutil.PathAnnotation, legacy.path)); err != nil { + return err } } } - // check the opposite, to see if the legacy annotations are in nodeAnnosMap - if indexIdMap, ok := nodeAnnosMap[legacy.path]; ok { - if id, ok := indexIdMap[legacy.index]; ok { - if id == legacy.id { - // the legacy annotations of the resource match the ones stored in - // nodeAnnosMap, so we should copy the internal annotations to the - // legacy ones - if err := updateAnnotations(rn, meta, - []string{ - kioutil.LegacyPathAnnotation, - kioutil.LegacyIndexAnnotation, - kioutil.LegacyIdAnnotation, - }, - []string{ - internal.path, - internal.index, - internal.id, - }); err != nil { - return err - } + originalIndex, found := originalAnnotations[kioutil.IndexAnnotation] + if !found { + originalIndex = originalAnnotations[kioutil.LegacyIndexAnnotation] + } + if originalIndex != "" { + if originalIndex != internal.index && originalIndex != legacy.index && internal.index != legacy.index { + return fmt.Errorf("resource input to function has mismatched legacy and internal index annotations") + } else if originalIndex != internal.index { + if _, err := rn.Pipe(yaml.SetAnnotation(kioutil.LegacyIndexAnnotation, internal.index)); err != nil { + return err + } + } else if originalIndex != legacy.index { + if _, err := rn.Pipe(yaml.SetAnnotation(kioutil.IndexAnnotation, legacy.index)); err != nil { + return err } } } return nil } -func updateAnnotations(rn *yaml.RNode, meta yaml.ResourceMeta, keys []string, values []string) error { - if len(keys) != len(values) { - return fmt.Errorf("keys is not same length as values") - } - for i := range keys { - _, ok := meta.Annotations[keys[i]] - if values[i] == "" && !ok { - // don't set "" if annotation is not already there - continue - } - if err := rn.PipeE(yaml.SetAnnotation(keys[i], values[i])); err != nil { +func formatInternalAnnotations(rn *yaml.RNode, useInternal, useLegacy bool) error { + if !useInternal { + if err := rn.PipeE(yaml.ClearAnnotation(kioutil.IdAnnotation)); err != nil { + return err + } + if err := rn.PipeE(yaml.ClearAnnotation(kioutil.PathAnnotation)); err != nil { + return err + } + if err := rn.PipeE(yaml.ClearAnnotation(kioutil.IndexAnnotation)); err != nil { + return err + } + } + if !useLegacy { + if err := rn.PipeE(yaml.ClearAnnotation(kioutil.LegacyIdAnnotation)); err != nil { + return err + } + if err := rn.PipeE(yaml.ClearAnnotation(kioutil.LegacyPathAnnotation)); err != nil { + return err + } + if err := rn.PipeE(yaml.ClearAnnotation(kioutil.LegacyIndexAnnotation)); err != nil { return err } - } return nil } diff --git a/vendor/sigs.k8s.io/kustomize/kyaml/kio/kioutil/kioutil.go b/vendor/sigs.k8s.io/kustomize/kyaml/kio/kioutil/kioutil.go index 12cf85b11..510ecae18 100644 --- a/vendor/sigs.k8s.io/kustomize/kyaml/kio/kioutil/kioutil.go +++ b/vendor/sigs.k8s.io/kustomize/kyaml/kio/kioutil/kioutil.go @@ -41,21 +41,37 @@ const ( // Deprecated: use IdAnnotation instead. LegacyIdAnnotation = "config.k8s.io/id" + + // InternalAnnotationsMigrationResourceIDAnnotation is used to uniquely identify + // resources during round trip to and from a function execution. We will use it + // to track the internal annotations and reconcile them if needed. + InternalAnnotationsMigrationResourceIDAnnotation = internalPrefix + "annotations-migration-resource-id" ) func GetFileAnnotations(rn *yaml.RNode) (string, string, error) { - if err := CopyLegacyAnnotations(rn); err != nil { - return "", "", err + rm, _ := rn.GetMeta() + annotations := rm.Annotations + path, found := annotations[PathAnnotation] + if !found { + path = annotations[LegacyPathAnnotation] } - meta, err := rn.GetMeta() - if err != nil { - return "", "", err + index, found := annotations[IndexAnnotation] + if !found { + index = annotations[LegacyIndexAnnotation] } - path := meta.Annotations[PathAnnotation] - index := meta.Annotations[IndexAnnotation] return path, index, nil } +func GetIdAnnotation(rn *yaml.RNode) string { + rm, _ := rn.GetMeta() + annotations := rm.Annotations + id, found := annotations[IdAnnotation] + if !found { + id = annotations[LegacyIdAnnotation] + } + return id +} + func CopyLegacyAnnotations(rn *yaml.RNode) error { meta, err := rn.GetMeta() if err != nil { @@ -377,13 +393,16 @@ func ConfirmInternalAnnotationUnchanged(r1 *yaml.RNode, r2 *yaml.RNode, exclusio return nil } -// GetInternalAnnotations returns a map of all the annotations of the provided RNode that begin -// with the prefix `internal.config.kubernetes.io` +// GetInternalAnnotations returns a map of all the annotations of the provided +// RNode that satisfies one of the following: 1) begin with the prefix +// `internal.config.kubernetes.io` 2) is one of `config.kubernetes.io/path`, +// `config.kubernetes.io/index` and `config.k8s.io/id`. func GetInternalAnnotations(rn *yaml.RNode) map[string]string { - annotations := rn.GetAnnotations() + meta, _ := rn.GetMeta() + annotations := meta.Annotations result := make(map[string]string) for k, v := range annotations { - if strings.HasPrefix(k, internalPrefix) { + if strings.HasPrefix(k, internalPrefix) || k == LegacyPathAnnotation || k == LegacyIndexAnnotation || k == LegacyIdAnnotation { result[k] = v } } diff --git a/vendor/sigs.k8s.io/kustomize/kyaml/resid/gvk.go b/vendor/sigs.k8s.io/kustomize/kyaml/resid/gvk.go index 21dad78d3..2c8cbb1f5 100644 --- a/vendor/sigs.k8s.io/kustomize/kyaml/resid/gvk.go +++ b/vendor/sigs.k8s.io/kustomize/kyaml/resid/gvk.go @@ -49,7 +49,7 @@ func ParseGroupVersion(apiVersion string) (group, version string) { // GvkFromString makes a Gvk from the output of Gvk.String(). func GvkFromString(s string) Gvk { values := strings.Split(s, fieldSep) - if len(values) != 3 { + if len(values) < 3 { // ...then the string didn't come from Gvk.String(). return Gvk{ Group: noGroup, @@ -57,27 +57,27 @@ func GvkFromString(s string) Gvk { Kind: noKind, } } - g := values[0] - if g == noGroup { - g = "" + k := values[0] + if k == noKind { + k = "" } v := values[1] if v == noVersion { v = "" } - k := values[2] - if k == noKind { - k = "" + g := strings.Join(values[2:], fieldSep) + if g == noGroup { + g = "" } return NewGvk(g, v, k) } // Values that are brief but meaningful in logs. const ( - noGroup = "~G" - noVersion = "~V" - noKind = "~K" - fieldSep = "_" + noGroup = "[noGrp]" + noVersion = "[noVer]" + noKind = "[noKind]" + fieldSep = "." ) // String returns a string representation of the GVK. @@ -94,7 +94,30 @@ func (x Gvk) String() string { if k == "" { k = noKind } - return strings.Join([]string{g, v, k}, fieldSep) + return strings.Join([]string{k, v, g}, fieldSep) +} + +// legacySortString returns an older version of String() that LegacyOrderTransformer depends on +// to keep its ordering stable across Kustomize versions +func (x Gvk) legacySortString() string { + legacyNoGroup := "~G" + legacyNoVersion := "~V" + legacyNoKind := "~K" + legacyFieldSeparator := "_" + + g := x.Group + if g == "" { + g = legacyNoGroup + } + v := x.Version + if v == "" { + v = legacyNoVersion + } + k := x.Kind + if k == "" { + k = legacyNoKind + } + return strings.Join([]string{g, v, k}, legacyFieldSeparator) } // ApiVersion returns the combination of Group and Version @@ -109,7 +132,8 @@ func (x Gvk) ApiVersion() string { } // StringWoEmptyField returns a string representation of the GVK. Non-exist -// fields will be omitted. +// fields will be omitted. This is called when generating a filename for the +// resource. func (x Gvk) StringWoEmptyField() string { var s []string if x.Group != "" { @@ -121,7 +145,7 @@ func (x Gvk) StringWoEmptyField() string { if x.Kind != "" { s = append(s, x.Kind) } - return strings.Join(s, fieldSep) + return strings.Join(s, "_") } // Equals returns true if the Gvk's have equal fields. @@ -179,7 +203,7 @@ func (x Gvk) IsLessThan(o Gvk) bool { if indexI != indexJ { return indexI < indexJ } - return x.String() < o.String() + return x.legacySortString() < o.legacySortString() } // IsSelected returns true if `selector` selects `x`; otherwise, false. diff --git a/vendor/sigs.k8s.io/kustomize/kyaml/resid/resid.go b/vendor/sigs.k8s.io/kustomize/kyaml/resid/resid.go index 9a51c3716..f786f1366 100644 --- a/vendor/sigs.k8s.io/kustomize/kyaml/resid/resid.go +++ b/vendor/sigs.k8s.io/kustomize/kyaml/resid/resid.go @@ -6,6 +6,8 @@ package resid import ( "reflect" "strings" + + "sigs.k8s.io/kustomize/kyaml/yaml" ) // ResId is an identifier of a k8s resource object. @@ -37,9 +39,9 @@ func NewResIdKindOnly(k string, n string) ResId { } const ( - noNamespace = "~X" - noName = "~N" - separator = "|" + noNamespace = "[noNs]" + noName = "[noName]" + separator = "/" TotallyNotANamespace = "_non_namespaceable_" DefaultNamespace = "default" ) @@ -55,31 +57,55 @@ func (id ResId) String() string { nm = noName } return strings.Join( - []string{id.Gvk.String(), ns, nm}, separator) + []string{id.Gvk.String(), strings.Join([]string{nm, ns}, fieldSep)}, separator) +} + +// LegacySortString returns an older version of String() that LegacyOrderTransformer depends on +// to keep its ordering stable across Kustomize versions +func (id ResId) LegacySortString() string { + legacyNoNamespace := "~X" + legacyNoName := "~N" + legacySeparator := "|" + + ns := id.Namespace + if ns == "" { + ns = legacyNoNamespace + } + nm := id.Name + if nm == "" { + nm = legacyNoName + } + return strings.Join( + []string{id.Gvk.String(), ns, nm}, legacySeparator) } func FromString(s string) ResId { values := strings.Split(s, separator) - g := GvkFromString(values[0]) + gvk := GvkFromString(values[0]) - ns := values[1] + values = strings.Split(values[1], fieldSep) + last := len(values) - 1 + + ns := values[last] if ns == noNamespace { ns = "" } - nm := values[2] + nm := strings.Join(values[:last], fieldSep) if nm == noName { nm = "" } return ResId{ - Gvk: g, + Gvk: gvk, Namespace: ns, Name: nm, } } -// GvknString of ResId based on GVK and name -func (id ResId) GvknString() string { - return id.Gvk.String() + separator + id.Name +// FromRNode returns the ResId for the RNode +func FromRNode(rn *yaml.RNode) ResId { + group, version := ParseGroupVersion(rn.GetApiVersion()) + return NewResIdWithNamespace( + Gvk{Group: group, Version: version, Kind: rn.GetKind()}, rn.GetName(), rn.GetNamespace()) } // GvknEquals returns true if the other id matches diff --git a/vendor/sigs.k8s.io/yaml/go.mod b/vendor/sigs.k8s.io/yaml/go.mod deleted file mode 100644 index 818bbb519..000000000 --- a/vendor/sigs.k8s.io/yaml/go.mod +++ /dev/null @@ -1,8 +0,0 @@ -module sigs.k8s.io/yaml - -go 1.12 - -require ( - github.com/davecgh/go-spew v1.1.1 - gopkg.in/yaml.v2 v2.4.0 -) diff --git a/vendor/sigs.k8s.io/yaml/go.sum b/vendor/sigs.k8s.io/yaml/go.sum deleted file mode 100644 index b7b8cbb10..000000000 --- a/vendor/sigs.k8s.io/yaml/go.sum +++ /dev/null @@ -1,6 +0,0 @@ -github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c= -github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= -gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= -gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY= -gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=